diff -Nru texlive-lang-2007.dfsg.4/bin/i386-linux/rubibtex texlive-lang-2009/bin/i386-linux/rubibtex --- texlive-lang-2007.dfsg.4/bin/i386-linux/rubibtex 2005-12-28 00:09:08.000000000 +0000 +++ texlive-lang-2009/bin/i386-linux/rubibtex 1970-01-01 01:00:00.000000000 +0100 @@ -1,110 +0,0 @@ -#!/bin/sh - -# rubibtex, based on the original version contained in the t2 bundle. -# Thomas Esser, Public Domain. - -progname=rubibtex -tmpdir=${TMPDIR-${TEMP-${TMP-/tmp}}}/$progname.$$ -job=$1 -backup="$tmpdir/orig.aux" - -case $job in - "") - echo "usage: $progname file" >&2 - exit 1 -esac - -if test ! -f "$job.aux"; then - echo "$progname: file \`$job.aux' does not exist." >&2 - exit 1 -fi - -trap ' - rm -rf "$tmpdir" - exit 1 -' 1 2 3 7 13 15 -(umask 077; mkdir "$tmpdir") \ - || { echo "$progname: could not create directory \`$tmpdir'" >&2; exit 1; } - -cat <"$job.aux" >"$backup" || { - echo "$progname: could not create backup of file \`$job.aux' as \`$backup'." >&2 - rm -rf "$tmpdir" - exit 1 -} - -sed ' - /^\\citation/ { - s/\\IeC {\\CYRA }/á/g - s/\\IeC {\\CYRB }/â/g - s/\\IeC {\\CYRV }/÷/g - s/\\IeC {\\CYRG }/ç/g - s/\\IeC {\\CYRD }/ä/g - s/\\IeC {\\CYRE }/å/g - s/\\IeC {\\CYRYO }/³/g - s/\\IeC {\\CYRZH }/ö/g - s/\\IeC {\\CYRZ }/ú/g - s/\\IeC {\\CYRI }/é/g - s/\\IeC {\\CYRISHRT }/ê/g - s/\\IeC {\\CYRK }/ë/g - s/\\IeC {\\CYRL }/ì/g - s/\\IeC {\\CYRM }/í/g - s/\\IeC {\\CYRN }/î/g - s/\\IeC {\\CYRO }/ï/g - s/\\IeC {\\CYRP }/ð/g - s/\\IeC {\\CYRR }/ò/g - s/\\IeC {\\CYRS }/ó/g - s/\\IeC {\\CYRT }/ô/g - s/\\IeC {\\CYRU }/õ/g - s/\\IeC {\\CYRF }/æ/g - s/\\IeC {\\CYRH }/è/g - s/\\IeC {\\CYRC }/ã/g - s/\\IeC {\\CYRCH }/þ/g - s/\\IeC {\\CYRSH }/û/g - s/\\IeC {\\CYRSHCH }/ý/g - s/\\IeC {\\CYRHRDSN }/ÿ/g - s/\\IeC {\\CYRERY }/ù/g - s/\\IeC {\\CYRSFTSN }/ø/g - s/\\IeC {\\CYREREV }/ü/g - s/\\IeC {\\CYRYU }/à/g - s/\\IeC {\\CYRYA }/ñ/g - s/\\IeC {\\cyra }/Á/g - s/\\IeC {\\cyrb }/Â/g - s/\\IeC {\\cyrv }/×/g - s/\\IeC {\\cyrg }/Ç/g - s/\\IeC {\\cyrd }/Ä/g - s/\\IeC {\\cyre }/Å/g - s/\\IeC {\\cyryo }/£/g - s/\\IeC {\\cyrzh }/Ö/g - s/\\IeC {\\cyrz }/Ú/g - s/\\IeC {\\cyri }/É/g - s/\\IeC {\\cyrishrt }/Ê/g - s/\\IeC {\\cyrk }/Ë/g - s/\\IeC {\\cyrl }/Ì/g - s/\\IeC {\\cyrm }/Í/g - s/\\IeC {\\cyrn }/Î/g - s/\\IeC {\\cyro }/Ï/g - s/\\IeC {\\cyrp }/Ð/g - s/\\IeC {\\cyrr }/Ò/g - s/\\IeC {\\cyrs }/Ó/g - s/\\IeC {\\cyrt }/Ô/g - s/\\IeC {\\cyru }/Õ/g - s/\\IeC {\\cyrf }/Æ/g - s/\\IeC {\\cyrh }/È/g - s/\\IeC {\\cyrc }/Ã/g - s/\\IeC {\\cyrch }/Þ/g - s/\\IeC {\\cyrsh }/Û/g - s/\\IeC {\\cyrshch }/Ý/g - s/\\IeC {\\cyrhrdsn }/ß/g - s/\\IeC {\\cyrery }/Ù/g - s/\\IeC {\\cyrsftsn }/Ø/g - s/\\IeC {\\cyrerev }/Ü/g - s/\\IeC {\\cyryu }/À/g - s/\\IeC {\\cyrya }/Ñ/g - } -' <"$backup" >"$job.aux" - -bibtex "$job" - -cat "$backup" > "$job.aux" -rm -rf "$tmpdir" -exit 0 diff -Nru texlive-lang-2007.dfsg.4/bin/i386-linux/rumakeindex texlive-lang-2009/bin/i386-linux/rumakeindex --- texlive-lang-2007.dfsg.4/bin/i386-linux/rumakeindex 2005-12-28 00:09:08.000000000 +0000 +++ texlive-lang-2009/bin/i386-linux/rumakeindex 1970-01-01 01:00:00.000000000 +0100 @@ -1,77 +0,0 @@ -#!/bin/sh - -BASE=`basename "$1" .idx` -IDX=$BASE.idx -IND=$BASE.ind -ILG=$BASE.ilg - -sed ' -/^\\indexentry{/ { -s/\\IeC {\\CYRA }/¾/g -s/\\IeC {\\cyra }/¿/g -s/\\IeC {\\CYRB }/À/g -s/\\IeC {\\cyrb }/Á/g -s/\\IeC {\\CYRV }/Â/g -s/\\IeC {\\cyrv }/Ã/g -s/\\IeC {\\CYRG }/Ä/g -s/\\IeC {\\cyrg }/Å/g -s/\\IeC {\\CYRD }/Æ/g -s/\\IeC {\\cyrd }/Ç/g -s/\\IeC {\\CYRE }/È/g -s/\\IeC {\\cyre }/É/g -s/\\IeC {\\CYRYO }/Ê/g -s/\\IeC {\\cyryo }/Ë/g -s/\\IeC {\\CYRZH }/Ì/g -s/\\IeC {\\cyrzh }/Í/g -s/\\IeC {\\CYRZ }/Î/g -s/\\IeC {\\cyrz }/Ï/g -s/\\IeC {\\CYRI }/Ð/g -s/\\IeC {\\cyri }/Ñ/g -s/\\IeC {\\CYRISHRT }/Ò/g -s/\\IeC {\\cyrishrt }/Ó/g -s/\\IeC {\\CYRK }/Ô/g -s/\\IeC {\\cyrk }/Õ/g -s/\\IeC {\\CYRL }/Ö/g -s/\\IeC {\\cyrl }/×/g -s/\\IeC {\\CYRM }/Ø/g -s/\\IeC {\\cyrm }/Ù/g -s/\\IeC {\\CYRN }/Ú/g -s/\\IeC {\\cyrn }/Û/g -s/\\IeC {\\CYRO }/Ü/g -s/\\IeC {\\cyro }/Ý/g -s/\\IeC {\\CYRP }/Þ/g -s/\\IeC {\\cyrp }/ß/g -s/\\IeC {\\CYRR }/à/g -s/\\IeC {\\cyrr }/á/g -s/\\IeC {\\CYRS }/â/g -s/\\IeC {\\cyrs }/ã/g -s/\\IeC {\\CYRT }/ä/g -s/\\IeC {\\cyrt }/å/g -s/\\IeC {\\CYRU }/æ/g -s/\\IeC {\\cyru }/ç/g -s/\\IeC {\\CYRF }/è/g -s/\\IeC {\\cyrf }/é/g -s/\\IeC {\\CYRH }/ê/g -s/\\IeC {\\cyrh }/ë/g -s/\\IeC {\\CYRC }/ì/g -s/\\IeC {\\cyrc }/í/g -s/\\IeC {\\CYRCH }/î/g -s/\\IeC {\\cyrch }/ï/g -s/\\IeC {\\CYRSH }/ð/g -s/\\IeC {\\cyrsh }/ñ/g -s/\\IeC {\\CYRSHCH }/ò/g -s/\\IeC {\\cyrshch }/ó/g -s/\\IeC {\\CYRHRDSN }/ô/g -s/\\IeC {\\cyrhrdsn }/õ/g -s/\\IeC {\\CYRERY }/ö/g -s/\\IeC {\\cyrery }/÷/g -s/\\IeC {\\CYRSFTSN }/ø/g -s/\\IeC {\\cyrsftsn }/ù/g -s/\\IeC {\\CYREREV }/ú/g -s/\\IeC {\\cyrerev }/û/g -s/\\IeC {\\CYRYU }/ü/g -s/\\IeC {\\cyryu }/ý/g -s/\\IeC {\\CYRYA }/þ/g -s/\\IeC {\\cyrya }/ÿ/g -}' $IDX | makeindex -t $ILG | tr '¾¿ÀÁÂÃÄÅÆÇÈÉÊËÌÍÎÏÐÑÒÓÔÕÖ×ØÙÚÛÜÝÞßàáâãäåæçèéêëìíîïðñòóôõö÷øùúûüýþÿ' \ - 'áÁâÂ÷×çÇäÄåų£öÖúÚéÉêÊëËìÌíÍîÎïÏðÐòÒóÓôÔõÕæÆèÈãÃþÞûÛýÝÿßùÙøØüÜàÀñÑ' > $IND diff -Nru texlive-lang-2007.dfsg.4/debian/bug.script texlive-lang-2009/debian/bug.script --- texlive-lang-2007.dfsg.4/debian/bug.script 2010-01-22 12:16:53.000000000 +0000 +++ texlive-lang-2009/debian/bug.script 2010-01-22 12:16:59.000000000 +0000 @@ -1,5 +1,5 @@ #!/bin/bash -# $Id: bug.script 2906 2007-05-29 11:01:20Z frank $ +# $Id: bug.script 3943 2009-05-22 12:11:09Z preining $ set -e cat <= 1.18 (Closes: #520449) + * texlive-lang-greek: add symlink for mkgrkindex - -- Norbert Preining Tue, 24 Mar 2009 00:34:02 +0100 + -- Norbert Preining Mon, 21 Dec 2009 23:54:37 +0900 -texlive-lang (2007.dfsg.4-1) unstable; urgency=medium +texlive-lang (2009-2) unstable; urgency=low - * blacklist ogonek, nonfree license (Closes: #511836), RC->medium + * first upload to unstable + * move the man page links from texlive-binaries to texlive-lang-czechslovak - -- Norbert Preining Wed, 14 Jan 2009 23:44:52 +0100 + -- Norbert Preining Wed, 09 Dec 2009 23:03:29 +0900 + +texlive-lang (2009-1) experimental; urgency=low + + [ Frank Küster ] + * New upstream version (pre-release, but not far from) with lots of + internal changes, hence the upload to experimental. This upstream + version fixes the following bugs: + + - texlive-lang-cyrillic: closes: #448700, ukrhypmp.tex can't be + processed by luatex due to missing UTF-8 encoding + - texlive-lang-greek: closes: #450494, missing xgreek package + - texlive-lang-greek: closes: #457687, package lacks GFS fonts + + * Add versioned Replaces for files moved between binary packages from + upstream versions 2007 to 2009. + + [ Norbert Preining ] + * Rename texlive-lang-arab to texlive-lang-arabic + + -- Norbert Preining Thu, 12 Nov 2009 20:51:42 +0900 texlive-lang (2007.dfsg.3-3) unstable; urgency=low diff -Nru texlive-lang-2007.dfsg.4/debian/CHANGES.packaging texlive-lang-2009/debian/CHANGES.packaging --- texlive-lang-2007.dfsg.4/debian/CHANGES.packaging 2010-01-22 12:16:53.000000000 +0000 +++ texlive-lang-2009/debian/CHANGES.packaging 2010-01-22 12:16:59.000000000 +0000 @@ -1,218 +1,179 @@ # # ChangeLog for tpm2deb.pl and relatives # -# $Id: CHANGES.packaging 3857 2009-03-23 23:38:21Z preining $ +# $Id: CHANGES.packaging 4479 2009-12-21 14:55:47Z preining $ # -release texlive-base 2007.dfsg.2-3 -release texlive-bin 2007.dfsg.2-6 -release texlive-doc 2007.dfsg.2-2 -release texlive-extra 2007.dfsg.17-2 -release texlive-lang 2007.dfsg.4-2 - -2009-03-24 - - * [all] bump build-dep on tex-common to >= 1.18, 1.17 is hosed, too - (Closes: texlive-base #520042, #520410, and texlive-lang #520449). - -release texlive-base 2007.dfsg.2-2 - -2009-03-17 - - * [all] bump build-dep on tex-common to >= 1.17, 1.16 is hosed - (Closes: #520042) - -release texlive-base 2007.dfsg.2-1 - -2009-03-13 - - * [base] blacklist lamsarrow.sty (pb-diagram) as it is based on - all-rights-reserved code. (Closes: #518800) - -release texlive-bin 2007.dfsg.2-5 -release texlive-extra 2007.dfsg.17-1 - -2009-03-11 - - * [bin] add libpoppler_0.10 patch to fix FTBFS, add build-dep on pkg-config - that is needed by the patch (Closes: #518634) - * [bin] fix build errors with gcc-4.4 (patch thanks to Martin Michlmayr) - (Closes: #505693) - -2009-03-09 - - * [all] bump build-dep on tex-common to >= 1.14 to get --flavor working - -2009-02-14 - - * [extra] blacklist aurora, nocommerical (Closes: #515086) - -release texlive-extra 2007.dfsg.16-1 - -2009-02-11 - - * [extra] blacklist barr, nocommercial (Closes: #514742) RC->medium - -release texlive-extra 2007.dfsg.15-1 - -2009-01-15 - - * [extra] upgrade bibleref to version from upstream which changes the - license to LPPL (Closes: #511843) RC->medium - -release texlive-lang 2007.dfsg.4-1 - -2009-01-14 - - * [lang] blacklist ogonek, nonfree license (Closes: #511836) - -release texlive-extra 2007.dfsg.14-1 -release texlive-base 2007.dfsg.1-5 -release texlive-doc 2007.dfsg.2-1 - -2009-01-13 - - * [extra] blacklist geomsty, nocommercial license (Closes: #511743) - * [doc] blacklist wp-conv, nosell license (Closes: #511742) - -2009-01-09 - - * [extra] blacklist resume, nosell license - * [extra] undo the blacklist, GPL license is imminent, add license - statement (Closes: #510749) - -release texlive-extra 2007.dfsg.13-1 - -2008-12-25 +release texlive-bin 2009-4 +release texlive-base 2009-5 +release texlive-extra 2009-5 +release texlive-lang 2009-3 + +2009-12-21 + * [bin] do not build detex on hurd-i386 (Closes: #560800) + * [base] remove "texlive-common conflicts tex-common (<< 2.0) to make + upgrades more smooth with cupt + * [base] texlive-pictures: fix typo in xyframe.tex (patch from Andrey + Paramonov) (Closes: #561784) + * [bin] fix the etex chaos + * [bin] include a fix for segfaults in mpost (Closes: #561500) + * [extra] texlive-formats-extra depends texlive-latex-base since + it needs bplain.tex (Closes: #561882) + * [bin] take over forgotten patch from TL2007 for building on i386-hurd. + The patches are now icu-xetex_hurd.diff and detex-hurd.diff + (patches thanks to Samuel Thibault as already in TL2007, and + thanks for Hilmar for tracking that down) (Closes: #560800) + +2009-12-20 + * [bin] resurrect etex which was lost (Closes: #561768) + * [base] add texlive-base conflicts dvipdfmx (Closes: #561728) + * [base] texlive-pictures: add symlinks for cachepic, fig4latex + * [extra] texlive-extra-utils: add symlinks for listings-ext, findhyph, + texdiff, rpdfcrop + * [lang] texlive-lang-greek: add symlink for mkgrkindex + * [base] add NEWS for texlive-common on font cache handling (Closes: #561352) + +2009-12-15 + * [base] ship dvipdfmx.cfg file + patch dvipdfm (config) and dvipdfmx (dvipdfmx.cfg) config files to + use gs instead of rungs. (Closes: #561151) + +release texlive-base 2009-4 unstable +release texlive-bin 2009-3 unstable +release texlive-doc 2009-2 unstable +release texlive-extra 2009-4 unstable +release texlive-lang 2009-2 unstable + +2009-12-05 + * [base] bump dep on luatex version to first working 0.46.0-5 + +2009-11-30 + + * bump depends and add conflicts on luatex, but that doesn't solve + the diversions problem. Needs fixing. + +release texlive-base 2009-3 +release texlive-extra 2009-3 + +2009-11-29 + * [base] remove transition code (hopefully really closes #557091) (fk) + * [base] bump luatex replace to << 0.45.0 to really get files replaced + (Closes: #557086) - * [extra] blacklist fax, nosell license (Closes: #509766) - -release texlive-extra 2007.dfsg.12-1 - -2008-12-17 - - * [extra] blacklist umrand, nonfree license (Closes: #508890) - * [all:tpm2deb-source.pl] add ${misc:Depends} to the dependencies of - all packages - -release texlive-extra 2007.dfsg.11-1 - -2008-12-06 +2009-11-25 + * [extra] package latexmk, it is packaged separately (Closes: #557855) - * [extra] add license statement for the wsuipa fonts (Closes: #491354) - -2008-12-04 - - * [extra] blacklist colortab, no-sell/no-modify license (Closes: #507768) - -2008-11-26 - - * [extra] blacklist yi4latex, no-sell license (Closes: #507009) - -release texlive-extra 2007.dfsg.10-1 - -2008-11-24 - - * [extra] formats-extra suggests plain-extra for working miniltx.tex - (Closes: #504494) - * [extra] add license statements for eqlist, varindex, toolbox, ushort, - guitar, ziffer (Closes: #466697) - -2008-11-18 - - * [extra] reinstantiate calligra after license issues have been cleared - up and add an entry to the Licenses file (via Licenses.add) - -2008-11-17 - - * [extra] blacklist china2e, nosell license (no bug report, but RC) - -2008-11-13 - - * [extra] blacklist cmastro, no license info, author unknown - (no bug report, but RC) (Closes: #443884) - -2008-11-11 - - * [extra] blacklist cellular, it does not have any license info and the - author is not contactable anymore (Closes: #505283) - (RC, urgency thus medium) - -release texlive-extra 2007.dfsg.9-1 - -2008-11-10 +release texlive-base 2009-2 +release texlive-bin 2009-2 +release texlive-extra 2009-2 + +2009-11-21 + * [bin] add replace texlive-extra-utils (<< 2008) for dvi* (reported in + bug #557086) + * [base] fix typo in tpm2deb.cfg, let texlive-common conflict with + texlive-base-bin instead of tex-base-bin (hopefully that is closing + bug #557091, but that needs testing) + +2009-11-19 + * [extra] blacklist purifyeps, it is packaged separately (Closes: #557018) + * [base] texlive-base: bump dep on luatex to 0.44.0, and add a replace + luatex (<= 0.40.6) since dviluatex moved (Closes: #557086) + +release texlive-base 2009-1 +release texlive-bin 2009-1 +release texlive-doc 2009-1 +release texlive-lang 2009-1 +release texlive-extra 2009-1 + +2009-11-12 + * building all packages a new, fixing lintian errors + +2009-10-15 + * re-add the dependencies on dvipng, lcdf-typetools and tex4ht that had + been removed for testing. No other changes needed [fk] + +2009-10-15 + * add luatexiniconfig.tex to texlive-base via .root mechanism + (it must be in base because there it is where the luatex format is built!) + +2009-10-12 + + * add dependency texlive-xetex -> texlive-latex-base to get the + xelatex format working + +2009-10-08 + * Much work, no idea what + * include the fix to fix-manpages.sh from Ubuntu + +2009-09-23 + * Don't install the /usr/bin/vpe symlink in texlive-binaries, script and + symlink are in texlive-latex-extra + +2009-09-20 + * Remove amstex symlink from texlive-binaries. The manpage stays there, + however, since it's missing in tl-math-extra. + * Remove manual install of fragmaster in tl-extra-utils + +2009-09-18 + * remove + texlive-extra/debian/texlive-formats-extra.root/ \ + usr/share/texmf-texlive/tex/latex/latexconfig/mllatex.ini + (once needed for cooperation with teTeX). The blacklist in + texlive-base has been removed a while ago. [fk] + * For testing TL2009, remove texlive-full's dependencies on + lcdf-typetools, dvipng and tex4ht for the moment. + +2009-08-11 + * tpm2deb.cfg: Add additional conflicts to force the upgrade in a bunch; + this is just a try. + +2009-08-10 + * tpm2deb.cfg, lang: collection-langarabIC (the IC is new), rename our + texlive-lang-arab to texlive-lang-arabic and add + provide/replace/conflict. [np] + +2009-08-09 + * Add Conflicts/Replaces/Provides: tl-base-bin to texlive-binaries, only + Conflicts for those packages who contain file formerly in + tl-base-bin. [fk] + * Remove all traces of libkpathsea4 from tpm2deb.cfg; it's all in + texlive-bin which doesn't use this config file. + +2009-06-27 + * rules.in (& texlive-bin/debian/rules): use /usr/share/quilt/quilt.make + provided by quilt and remove patch-stamp & unpatch targets + +2009-06-24 + + * allow + disable_format;binpackage;formatname + in tpm2deb.cfg, disable lualatex and pdflualatex format in + texlive-latex-base - * [extra] blacklist calligra, removed upstream, license noinfo, original - author unknown (no bug, but RC) +2009-06-21 -2008-11-06 + * simplify rules.in since texlive-bin is not built anymore from rules.in + * call dh_installtex without the format:nolinks to create format + links at build time, and remove the links from the *.install files + in the texlive-bin directory + * remove the binaries-that-are-symlinks from the texlive-bin packages + and create them in the other packages with $pkg.links.dist - * [extra] blacklist cirth, it has a nosell license (Closes: #504731) - * [extra] reintroduce kalender (removed in last release), it was retagged - as free-other in the catalogue, German license text was misunderstood. - * [extra] blacklist progkeys, no license information is known and author - unfindable (no bug, but RC) +2009-05-10 -release texlive-bin 2007.dfsg.2-4 + * [all] bump tex-common build-dep to >= 2.00, we need the new + support for language.def -2008-10-27 +2009-03-10 - * [bin] add texlive-extra-utils replaces tetex-bin for upgrade path from - teTeX3 (Closes: #503462) + * [all] bump tex-common build-dep on >= 1.14 * [bin] drop three recommends to suggests: - texlive-extra-utils -> dvi2tty: dvi2tty is not in testing - texlive-extra-utils -> dvidvi: added feature, no direct need - texlive-base-bin -> perl-tk: we give an error message on texdoctk if perl-tk is missing - (Closes: #502527) - -release texlive-extra 2007.dfsg.8-1 - -2008-10-17 - - * [extra] blacklist kalender (Closes: #502515) [np] - -2008-10-12 - - * [extra] blacklist hilowres (Closes: #502002) [fk] - -2008-10-11 - - * [extra] fix typo in changelog entry in 2007.dfsg.7-1 (Closes: #501880) - -release texlive-extra 2007.dfsg.7-1 - - * [extra] blacklist futhark and newalg since they are nonfree, - new .orig.tar.gz (Closes: #501270 and #501272) - -release texlive-extra 2007.dfsg.6-1 - -2008-09-29 - - * [extra] blacklist oca since it is nosell, new .orig.tar.gz - (Closes: #500633) - -release texlive-extra 2007.dfsg.5-1 - -2008-09-25 - * [extra] blacklist grnumalt since it is nosell, new .orig.tar.gz - (Closes: #500074) - -release texlive-base 2007.dfsg.1-4 -release texlive-extra 2007.dfsg.4-1 -2008-09-19 - * [extra] blacklist niceframe since it is nosell, new .orig.tar.gz - (Closes: #499057) - -2008-09-07 - * tetex-base: Add code for removal of leftover configuration files after - the last change, this closes #454329) [fk] - * tetex-extra: Similar code to close #454330 [fk] - -2008-08-17 - * texlive-base: Add code for removal of obsolete files in tetex-base - (addresses: #454329) [fk] +branch-off point for TL2008 packaging 2008-08-02 diff -Nru texlive-lang-2007.dfsg.4/debian/common.functions.postinst texlive-lang-2009/debian/common.functions.postinst --- texlive-lang-2007.dfsg.4/debian/common.functions.postinst 2010-01-22 12:16:53.000000000 +0000 +++ texlive-lang-2009/debian/common.functions.postinst 2010-01-22 12:16:59.000000000 +0000 @@ -1,5 +1,5 @@ # common.functions.postinst start -# $Id: common.functions.postinst 3031 2007-08-13 05:20:40Z preining $ +# $Id: common.functions.postinst 3943 2009-05-22 12:11:09Z preining $ handle_config_file_postinst() { # this function handles two things: It moves conffiles to their diff -Nru texlive-lang-2007.dfsg.4/debian/common.functions.postrm texlive-lang-2009/debian/common.functions.postrm --- texlive-lang-2007.dfsg.4/debian/common.functions.postrm 2010-01-22 12:16:53.000000000 +0000 +++ texlive-lang-2009/debian/common.functions.postrm 2010-01-22 12:16:59.000000000 +0000 @@ -1,5 +1,5 @@ # common.functions.postrm start -# $Id: common.functions.postrm 2876 2007-05-22 08:12:07Z frank $ +# $Id: common.functions.postrm 3943 2009-05-22 12:11:09Z preining $ check_move_back () { orig="$1" diff -Nru texlive-lang-2007.dfsg.4/debian/common.functions.preinst texlive-lang-2009/debian/common.functions.preinst --- texlive-lang-2007.dfsg.4/debian/common.functions.preinst 2010-01-22 12:16:53.000000000 +0000 +++ texlive-lang-2009/debian/common.functions.preinst 2010-01-22 12:16:59.000000000 +0000 @@ -1,5 +1,5 @@ # common.functions.preinst start -# $Id: common.functions.preinst 3435 2008-06-23 19:54:16Z frank $ +# $Id: common.functions.preinst 3943 2009-05-22 12:11:09Z preining $ dpkg_md5sum() { diff -Nru texlive-lang-2007.dfsg.4/debian/control texlive-lang-2009/debian/control --- texlive-lang-2007.dfsg.4/debian/control 2010-01-22 12:16:53.000000000 +0000 +++ texlive-lang-2009/debian/control 2010-01-22 12:16:59.000000000 +0000 @@ -4,358 +4,397 @@ Maintainer: Debian TeX Maintainers Uploaders: Norbert Preining , Frank Küster Build-Depends: debhelper (>= 5), quilt -Build-Depends-Indep: libxml-dom-perl, libappconfig-perl, libxml-regexp-perl, libxml-perl, sharutils, tex-common (>= 1.18), eperl, findutils (>=4.2.0) -Standards-Version: 3.8.0 +Build-Depends-Indep: sharutils, tex-common (>= 2.00), eperl, findutils (>=4.2.0) +Standards-Version: 3.8.3 Homepage: http://www.tug.org/texlive Package: texlive-lang-african Architecture: all -Depends: ${misc:Depends}, texlive-base (>= 2007-11), texlive-common (>= 2007) -Conflicts: ethiop -Provides: ethiop -Replaces: ethiop +Depends: ${misc:Depends}, texlive-base (>= 2009-1), texlive-common (>= 2009-1) Description: TeX Live: African scripts - Fonts for typesetting some African scripts + Support for typesetting some African scripts . This package includes the following CTAN packages: - ethiop -- No caption. - ethiop-t1 -- The ethiop-t1 package. + ethiop -- LaTeX macros and fonts for typesetting Amharic. + ethiop-t1 -- Type 1 versions of Amharic fonts. fc -- Fonts for African languages. -Package: texlive-lang-arab +Package: texlive-lang-arabic Architecture: all -Depends: ${misc:Depends}, texlive-base (>= 2007-11), texlive-common (>= 2007) -Conflicts: arabtex -Provides: arabtex -Replaces: arabtex +Depends: ${misc:Depends}, texlive-base (>= 2009-1), texlive-common (>= 2009-1) +Conflicts: texlive-lang-arab, arabtex +Provides: texlive-lang-arab, arabtex +Replaces: texlive-lang-arab, arabtex Description: TeX Live: Arabic - Fonts and support for typesetting Arabic + Support for typesetting Arabic. . This package includes the following CTAN packages: - arabi -- The arabi package. + arabi -- (La)TeX support for Arabic and Farsi, compliant with Babel. arabtex -- Macros and fonts for typesetting Arabic. - hyphen-arabic -- Arabic/Farsi (non-)hyphenation + hyphen-arabic -- + hyphen-farsi -- Package: texlive-lang-armenian Architecture: all -Depends: ${misc:Depends}, texlive-base (>= 2007-11), texlive-common (>= 2007) +Depends: ${misc:Depends}, texlive-base (>= 2009-1), texlive-common (>= 2009-1) Description: TeX Live: Armenian - Essential armenian + Support for typesetting Armenian. . This package includes the following CTAN packages: - armenian -- A package which lets one to write in Armenian with TeX. + armenian -- A sytem for writing Armenian with TeX and LaTeX. Package: texlive-lang-croatian Architecture: all -Depends: ${misc:Depends}, texlive-base (>= 2007-11), texlive-common (>= 2007) +Depends: ${misc:Depends}, texlive-base (>= 2009-1), texlive-common (>= 2009-1) Description: TeX Live: Croatian - Essential croatian + Support for typesetting Croatian. . This package includes the following CTAN packages: - croatian -- Fonts for typesetting Croatian scripts. - hrlatex -- The hrlatex package. - hyphen-croatian -- Croatian scripts + croatian -- Fonts for Croatian Glagolitic and other Croatian scripts. + hrlatex -- LaTeX support for Croatian documents. + hyphen-croatian -- Croatian hyphenation. Package: texlive-lang-cyrillic Architecture: all -Depends: ${misc:Depends}, texlive-base (>= 2007-11), texlive-common (>= 2007) -Recommends: texlive-latex-base +Depends: ${misc:Depends}, texlive-base (>= 2009-1), texlive-latex-base (>= 2009-1), texlive-common (>= 2009-1), texlive-binaries (>= 2009-1) Suggests: scalable-cyrfonts-tex -Replaces: texlive-latex-extra (<< 2007), tetex-bin (<< 2007) Description: TeX Live: Cyrillic - Fonts and macro packages to typeset Cyrillic texts. + Support for typesetting Cyrillic. . This package includes the following CTAN packages: - bghyphen -- The bghyphen package. - cmcyr -- No caption. - cmcyralt -- Russian fonts in "alternative" encoding. - cyrillic -- Cyrillic support. - cyrplain -- Cyrillic support in plain TeX - eskd -- The eskd package. - eskdx -- The eskdx package. + cmcyr -- Computer Modern fonts with cyrillic extensions. + cmcyralt -- LaTeX support for the cmcyralt fonts. + cyrillic -- Support for Cyrillic fonts in LaTeX. + cyrillic-bin -- Cyrillic bibtex and makeindex. + cyrplain -- + disser -- Class and templates for typesetting dissertations in Russian. + eskd -- Modern Russian typesetting. + eskdx -- Modern Russian typesetting. gost -- BibTeX styles to format according to GOST. - lh -- LH Cyrillic fonts - lhcyr -- No caption. - ot2cyr -- Macros to use the OT2 Cyrillic encoding. + lcyw -- This package makes available Classic Cyrillic CM fonts for LaTeX. + lh -- Cyrillic fonts that support LaTeX standard encodings. + lhcyr -- A non-standard Cyrillic input scheme. ruhyphen -- Russian hyphenation. t2 -- Support for using T2 encoding. timescyr -- font metrics for the Monotype times cyrillic fonts. ukrhyph -- Hyphenation Patterns for Ukrainian. - bin-cyrillic -- Cyrillic support. - hyphen-bulgarian -- Bulgarian hyphenation - hyphen-russian -- Russian hyphenation files - hyphen-ukrainian -- Ukrainian hyphenation files + hyphen-bulgarian -- + hyphen-russian -- + hyphen-ukrainian -- Package: texlive-lang-czechslovak Architecture: all -Depends: ${misc:Depends}, texlive-base (>= 2007-11), texlive-common (>= 2007), texlive-latex-base (>= 2007-11) +Depends: ${misc:Depends}, texlive-base (>= 2009-1), texlive-latex-base (>= 2009-1), texlive-common (>= 2009-1), texlive-binaries (>= 2009-1) Description: TeX Live: Czech/Slovak - Pick this if you want Czech/Slovak fonts and other packages + Support for typesetting Czech/Slovak. . This package includes the following CTAN packages: - cs -- CM fonts extension for Czech/Slovak. + cs -- + csbulletin -- LaTeX class for articles submitted to the CSTUG Bulletin + (Zpravodaj). cslatex -- LaTeX support for Czech/Slovak typesetting. csplain -- Plain TeX support for Czech/Slovak typesetting. - bin-cslatex -- LaTeX support for Czech/Slovak typesetting. - bin-csplain -- Plain TeX support for Czech/Slovak typesetting. - bin-vlna -- Binaries for the Vlna program. - hyphen-czechslovak -- Czechslovak scripts + vlna -- + hyphen-czech -- + hyphen-slovak -- Package: texlive-lang-danish Architecture: all -Depends: ${misc:Depends}, texlive-base (>= 2007-11), texlive-common (>= 2007) +Depends: ${misc:Depends}, texlive-base (>= 2009-1), texlive-common (>= 2009-1) Description: TeX Live: Danish - Essential Danish + Support for typesetting Danish. . This package includes the following CTAN packages: - hyphen-danish -- Danish scripts + hyphen-danish -- Danish hyphenation patterns. Package: texlive-lang-dutch Architecture: all -Depends: ${misc:Depends}, texlive-base (>= 2007-11), texlive-common (>= 2007) +Depends: ${misc:Depends}, texlive-base (>= 2009-1), texlive-common (>= 2009-1) Description: TeX Live: Dutch - Essential Dutch + Support for typesetting Dutch. . This package includes the following CTAN packages: - hyphen-dutch -- Dutch + hyphen-dutch -- Package: texlive-lang-finnish Architecture: all -Depends: ${misc:Depends}, texlive-base (>= 2007-11), texlive-common (>= 2007) +Depends: ${misc:Depends}, texlive-base (>= 2009-1), texlive-common (>= 2009-1) Description: TeX Live: Finnish - Essential finnish + Support for typesetting Finnish. . This package includes the following CTAN packages: - finbib -- No description available. - hyphen-finnish -- Finnish scripts + finbib -- A Finnish version of plain.bst. + hyphen-finnish -- Hyphenation patterns for Finnish language. Package: texlive-lang-french Architecture: all -Depends: ${misc:Depends}, texlive-base (>= 2007-11), texlive-common (>= 2007) -Replaces: texlive-latex-extra (<< 2007) +Depends: ${misc:Depends}, texlive-base (>= 2009-1), texlive-common (>= 2009-1) Description: TeX Live: French - Essential French + Support for typesetting French. . This package includes the following CTAN packages: aeguill -- Add several kinds of guillemets to the ae fonts. - frenchle -- The frenchle package. - mafr -- The mafr package. + bib-fr -- French translation of classical BibTeX styles + frenchle -- French macros, usable stand-alone or with Babel. + frletter -- Typeset letters in the French style. + mafr -- Mathematics in accord with French usage. tabvar -- Typesetting tables showing variations of functions. - variations -- The variations package. - hyphen-basque -- Basque scripts - hyphen-french -- French scripts + tdsfrmath -- Macros for French teachers of mathematics. + variations -- Typeset tables of variations of functions. + hyphen-basque -- Hyphenation for Basque. + hyphen-french -- Package: texlive-lang-german Architecture: all -Depends: ${misc:Depends}, texlive-base (>= 2007-11), texlive-common (>= 2007) -Replaces: texlive-latex-extra (<= 2005-2) +Depends: ${misc:Depends}, texlive-base (>= 2009-1), texlive-common (>= 2009-1) +Replaces: texlive-latex-extra (<< 2008) Description: TeX Live: German - Essential German + Support for typesetting German. . This package includes the following CTAN packages: + dehyph-exptl -- Experimental hyphenation patterns for the German language. german -- Support for German typography. germbib -- German variants of standard BibTeX styles. - mkind-german -- The mkind-german package. - r-und-s -- Chemical hazard codes. + germkorr -- Change kerning for german quotation marks. + kalender -- Create a calendar, in German. + mkind-german -- + r_und_s -- Chemical hazard codes. uhrzeit -- Time printing, in German. umlaute -- German input encodings in LaTeX. - hyphen-german -- German hyphenation patterns + hyphen-german -- New orthography German hyphenation patterns. Package: texlive-lang-greek Architecture: all -Depends: ${misc:Depends}, texlive-base (>= 2007-11), texlive-common (>= 2007) -Description: TeX Live: Greek typesetting - Fonts and support for typesetting Greek +Depends: ${misc:Depends}, texlive-base (>= 2009-1), texlive-common (>= 2009-1), texlive-binaries (>= 2009-1) +Description: TeX Live: Greek + Support for typesetting Greek. . This package includes the following CTAN packages: betababel -- Insert ancient greek text coded in Beta Code. - cb -- CB Greek fonts by Claudio Beccari. - greek -- Greek input encoding file. - greektex -- The greektex package. - grtimes -- Typeset Greek text with the Times New Roman Greek. - grverb -- Enables both Latin and Greek verbatim modes with babel package. - ibycus -- The ibycus package. + bgreek -- Using Beccari's fonts in betacode for classical Greek. + cbfonts -- Complete set of Greek fonts. + gfsbaskerville -- A Greek font, from one such by Baskerville. + gfsporson -- A Greek font, originally from Porson. + greek-inputenc -- Greek encoding support for inputenc. + greekdates -- Provides ancient Greek day and month names, dates, etc. + greektex -- Fonts for typesetting Greek/English documents. + grverb -- Typesetting Greek verbatim. ibycus-babel -- Use the Ibycus 4 Greek font with Babel - ibygrk -- Greek typeface ibycus4 - kdgreek -- Greek fonts. + ibygrk -- Fonts and macros to typeset ancient Greek. kerkis -- Kerkis (Greek) font family. - levy -- Macros for using Silvio Levy's Greek fonts. + levy -- Fonts for typesetting classical greek. lgreek -- Macros for using Silvio Levy's Greek fonts. + mkgrkindex -- Makeindex working with Greek. teubner -- Philological typesetting of classical Greek. + xgreek -- XeLaTeX package for typesetting Greek language documents (beta + release). yannisgr -- Greek fonts by Yannis Haralambous. - hyphen-greek -- elhyphen - Greek hyphenation patterns - hyphen-ibycus -- Greek hyphenation with Ibycus fonts + hyphen-greek -- Hyphenation for Greek text. + hyphen-ancientgreek -- Package: texlive-lang-hebrew Architecture: all -Depends: ${misc:Depends}, texlive-base (>= 2007-11), texlive-common (>= 2007) +Depends: ${misc:Depends}, texlive-base (>= 2009-1), texlive-common (>= 2009-1) Description: TeX Live: Hebrew - Fonts and support for typesetting Hebrew + Support for typesetting Hebrew. . This package includes the following CTAN packages: - cjhebrew -- Typeset Hebrew with LaTeX containing two type 1 fonts. + cjhebrew -- Typeset Hebrew with LaTeX. Package: texlive-lang-hungarian Architecture: all -Depends: ${misc:Depends}, texlive-base (>= 2007-11), texlive-common (>= 2007) +Depends: ${misc:Depends}, texlive-base (>= 2009-1), texlive-common (>= 2009-1) Description: TeX Live: Hungarian - Essential Hungarian + Support for typesetting Hungarian. . This package includes the following CTAN packages: - magyar -- The magyar package. - hyphen-hungarian -- Hungarian + magyar -- Hungarian language definition for Babel. + hyphen-hungarian -- New Hungarian hyphenation patterns. + +Package: texlive-lang-indic +Architecture: all +Depends: python, ${misc:Depends}, texlive-base (>= 2009-1), texlive-common (>= 2009-1), texlive-binaries (>= 2009-1) +Recommends: latex-sanskrit (>= 2.2-1) +Description: TeX Live: Indic scripts + Support for typesetting some Indic scripts. + . + This package includes the following CTAN packages: + bangtex -- Writing Bangla and Assamese with LaTeX. + bengali -- Support for the Bengali language. + burmese -- Basic Support for Writing Burmese. + ebong -- Utility for writing Bengali in Rapid Roman Format. + hyphen-sanskrit -- + itrans -- Transliteration of Indian Languages. + malayalam -- LaTeX for Malayalam. + omega-devanagari -- Typeset Devanagari with Omega. + velthuis -- Typeset Devanagari. + wnri -- Ridgeway's fonts. + devnag -- Typeset Devanagari. Package: texlive-lang-italian Architecture: all -Depends: ${misc:Depends}, texlive-base (>= 2007-11), texlive-common (>= 2007) +Depends: ${misc:Depends}, texlive-base (>= 2009-1), texlive-common (>= 2009-1) Description: TeX Live: Italian - Essential italian . This package includes the following CTAN packages: - hyphen-italian -- Italian + frontespizio -- Create a frontispiece for Italian theses. + hyphen-italian -- Hyphenation patterns for the Italian language. + itnumpar -- Spell numbers in words (Italian). Package: texlive-lang-latin Architecture: all -Depends: ${misc:Depends}, texlive-base (>= 2007-11), texlive-common (>= 2007) +Depends: ${misc:Depends}, texlive-base (>= 2009-1), texlive-common (>= 2009-1) Description: TeX Live: Latin - Essential Latin + Support for typesetting Latin. + . + This package includes the following CTAN packages: + hyphen-latin -- Hyphenation patterns for the Latin language. + +Package: texlive-lang-latvian +Architecture: all +Depends: ${misc:Depends}, texlive-base (>= 2009-1), texlive-common (>= 2009-1) +Description: TeX Live: Latvian + Support for typesetting Latvian. . This package includes the following CTAN packages: - hyphen-latin -- Latin + hyphen-latvian -- -Package: texlive-lang-manju +Package: texlive-lang-lithuanian Architecture: all -Depends: ${misc:Depends}, texlive-base (>= 2007-11), texlive-common (>= 2007) -Description: TeX Live: Manju - Essential Manju +Depends: ${misc:Depends}, texlive-base (>= 2009-1), texlive-common (>= 2009-1) +Description: TeX Live: Lithuanian + Support for typesetting Lithuanian. . This package includes the following CTAN packages: - manjutex -- Manju language support. + lithuanian -- Lithuanian language support. + hyphen-lithuanian -- Package: texlive-lang-mongolian Architecture: all -Depends: ${misc:Depends}, texlive-base (>= 2007-11), texlive-common (>= 2007) +Depends: ${misc:Depends}, texlive-base (>= 2009-1), texlive-common (>= 2009-1) Description: TeX Live: Mongolian - Essential mongolian + Support for typesetting Mongolian. . This package includes the following CTAN packages: + hyphen-mongolian -- + mongolian-babel -- A language definition file for Mongolian in Babel. montex -- Mongolian LaTeX. - soyombo -- The soyombo package. - hyphen-mongolian -- Mongolian + soyombo -- Fonts and a macro for Soyombo under LaTeX. Package: texlive-lang-norwegian Architecture: all -Depends: ${misc:Depends}, texlive-base (>= 2007-11), texlive-common (>= 2007) +Depends: ${misc:Depends}, texlive-base (>= 2009-1), texlive-common (>= 2009-1) Description: TeX Live: Norwegian - Essential Norwegian + Support for typesetting Norwegian. . This package includes the following CTAN packages: - hyphen-norwegian -- Norwegian hyphenation patterns + hyphen-norwegian -- Package: texlive-lang-other Architecture: all -Depends: ${misc:Depends}, texlive-base (>= 2007-11), texlive-common (>= 2007) +Depends: ${misc:Depends}, texlive-base (>= 2009-1), texlive-common (>= 2009-1) Description: TeX Live: Other hyphenation files - Other hyphenation patterns + Hyphenation patterns for languages with no other support. . This package includes the following CTAN packages: - hyphen-coptic -- Coptic hyphenation - hyphen-esperanto -- Esperanto hyphenation - hyphen-estonian -- Estonian hyphenation files - hyphen-icelandic -- Icelandic hyphenation files - hyphen-indonesian -- Indonesian hyphenation files - hyphen-interlingua -- Interlingua hyphenation - hyphen-romanian -- Romanian hyphenation files - hyphen-serbian -- Serbian hyphenation files - hyphen-slovene -- Slovene hyphenation files - hyphen-turkish -- Turkish hyphenation files - hyphen-usorbian -- Upper Sorbian hyphenation patterns + hyphen-coptic -- Coptic fonts and LaTeX macros for general usage and for + philology. + hyphen-esperanto -- + hyphen-estonian -- + hyphen-icelandic -- Icelandic hyphenation patterns. + hyphen-indonesian -- + hyphen-interlingua -- + hyphen-irish -- + hyphen-kurmanji -- + hyphen-romanian -- + hyphen-serbian -- Hyphenation patterns for Serbian Cyrillic. + hyphen-slovenian -- + hyphen-turkish -- Hyphenation patterns for Turkish. + hyphen-uppersorbian -- hyphen-welsh -- Welsh hyphenation files for TeX Package: texlive-lang-polish Architecture: all -Depends: ${misc:Depends}, texlive-base (>= 2007-11), texlive-common (>= 2007), texlive-latex-base (>= 2007-11) -Conflicts: ptex-bin +Depends: ${misc:Depends}, texlive-base (>= 2009-1), texlive-latex-base (>= 2009-1), texlive-common (>= 2009-1), texlive-binaries (>= 2009-1) Suggests: texlive-fonts-extra -Replaces: texlive-latex-extra (<= 2005-2) Description: TeX Live: Polish - Pick this if you want Polish fonts and other packages + Support for typesetting Polish. . This package includes the following CTAN packages: - antp -- Antykwa iego: a Type 1 family of Polish traditional type. - cc-pl -- Polish extension of Computer Concrete fonts (MetaFont sources). + cc-pl -- Polish extension of Computer Concrete fonts. gustlib -- Polish oriented macros. - mex -- A Polish format for TeX. + gustprog -- + mex -- Polish formats for TeX. mwcls -- Polish-oriented document classes. - pl -- Literate Programming for Prolog with LaTeX. - platex -- Typeset Polish documents with LaTeX and Polish fonts. - qfonts -- A collection of PostScript (Adobe Type 1) fonts in QX layout. - qpxqtx -- Typesetting math with TeXGyre Pagella and Termes. - tap -- An easy TeX macro package for typesetting complex tables. - utf8mex -- utf8 support for MeX. - bin-mex -- A Polish format for TeX. - hyphen-polish -- Polish + pl -- Polish extension of CM fonts in Type 1 format. + polski -- Typeset Polish documents with LaTeX and Polish fonts. + qpxqtx -- + tap -- TeX macros for typesetting complex tables. + utf8mex -- + hyphen-polish -- Hyphenation for Polish. Package: texlive-lang-portuguese Architecture: all -Depends: ${misc:Depends}, texlive-base (>= 2007-11), texlive-common (>= 2007) +Depends: ${misc:Depends}, texlive-base (>= 2009-1), texlive-common (>= 2009-1) Description: TeX Live: Portuguese . This package includes the following CTAN packages: - ordinalpt -- The ordinalpt package. - hyphen-portuguese -- Portuguese + ordinalpt -- Counters as ordinal numbers in Portuguese. + hyphen-portuguese -- Package: texlive-lang-spanish Architecture: all -Depends: ${misc:Depends}, texlive-base (>= 2007-11), texlive-common (>= 2007) +Depends: ${misc:Depends}, texlive-base (>= 2009-1), texlive-common (>= 2009-1) Description: TeX Live: Spanish - Essential spanish . This package includes the following CTAN packages: - hyphen-spanish -- Spanish scripts + hyphen-spanish -- Standard hyphenation rules for Spanish. + hyphen-catalan -- + hyphen-galician -- + spanish -- Spanish in Babel. + spanish-mx -- Typeset Spanish as in Mexico. Package: texlive-lang-swedish Architecture: all -Depends: ${misc:Depends}, texlive-base (>= 2007-11), texlive-common (>= 2007) +Depends: ${misc:Depends}, texlive-base (>= 2009-1), texlive-common (>= 2009-1) Description: TeX Live: Swedish - Essential swedish + Support for typesetting Swedish. . This package includes the following CTAN packages: swebib -- Swedish bibliography styles. - hyphen-swedish -- Swedish + hyphen-swedish -- Package: texlive-lang-tibetan Architecture: all -Depends: ${misc:Depends}, texlive-base (>= 2007-11), texlive-common (>= 2007) +Depends: ${misc:Depends}, texlive-base (>= 2009-1), texlive-common (>= 2009-1) Description: TeX Live: Tibetan - Fonts and support for typesetting Tibetan + Support for typesetting Tibetan. . This package includes the following CTAN packages: - ctib -- The ctib package. - otibet -- The otibet package. + ctib -- Tibetan for TeX and LATeX2e. + otibet -- Package: texlive-lang-ukenglish Architecture: all -Depends: ${misc:Depends}, texlive-base (>= 2007-11), texlive-common (>= 2007) +Depends: ${misc:Depends}, texlive-base (>= 2009-1), texlive-common (>= 2009-1) Description: TeX Live: UK English - Essential UK English + Support for typesetting UK English. . This package includes the following CTAN packages: - hyphen-ukenglish -- Ukbritish hyphenation patterns + hyphen-ukenglish -- Hyphenation patterns for British English. Package: texlive-lang-vietnamese Architecture: all -Depends: ${misc:Depends}, texlive-base (>= 2007-11), texlive-common (>= 2007) +Depends: ${misc:Depends}, texlive-base (>= 2009-1), texlive-common (>= 2009-1) Description: TeX Live: Vietnamese - Vietnamese support + Support for typesetting Vietnamese. . This package includes the following CTAN packages: - plnfss -- NFSS for plain TeX - vntex -- Vietnamese LaTeX and Plain TeX support. + vntex -- Support for Vietnamese. Package: texlive-lang-all Architecture: all -Depends: texlive-lang-swedish (>= 2007), texlive-lang-arab (>= 2007), texlive-lang-mongolian (>= 2007), texlive-lang-greek (>= 2007), texlive-lang-polish (>= 2007), texlive-lang-vietnamese (>= 2007), texlive-lang-italian (>= 2007), texlive-lang-african (>= 2007), texlive-lang-croatian (>= 2007), ${misc:Depends}, texlive-lang-ukenglish (>= 2007), texlive-lang-manju (>= 2007), texlive-lang-indic (>= 2007-13), texlive-lang-czechslovak (>= 2007), texlive-lang-other (>= 2007), texlive-lang-norwegian (>= 2007), texlive-lang-dutch (>= 2007), texlive-lang-hungarian (>= 2007), texlive-lang-danish (>= 2007), texlive-lang-spanish (>= 2007), texlive-lang-hebrew (>= 2007), texlive-lang-finnish (>= 2007), texlive-lang-cyrillic (>= 2007), texlive-lang-french (>= 2007), texlive-lang-tibetan (>= 2007), texlive-lang-portuguese (>= 2007), texlive-lang-german (>= 2007), texlive-lang-armenian (>= 2007), texlive-lang-latin (>= 2007) +Depends: texlive-lang-swedish (>= 2009-1), texlive-lang-french (>= 2009-1), texlive-lang-tibetan (>= 2009-1), texlive-lang-czechslovak (>= 2009-1), texlive-lang-ukenglish (>= 2009-1), texlive-lang-hebrew (>= 2009-1), texlive-lang-finnish (>= 2009-1), texlive-lang-polish (>= 2009-1), texlive-lang-cyrillic (>= 2009-1), texlive-lang-vietnamese (>= 2009-1), texlive-lang-croatian (>= 2009-1), texlive-lang-other (>= 2009-1), texlive-lang-arabic (>= 2009-1), texlive-lang-latvian (>= 2009-1), texlive-lang-african (>= 2009-1), texlive-lang-german (>= 2009-1), texlive-lang-greek (>= 2009-1), texlive-lang-spanish (>= 2009-1), ${misc:Depends}, texlive-lang-lithuanian (>= 2009-1), texlive-lang-armenian (>= 2009-1), texlive-lang-norwegian (>= 2009-1), texlive-lang-portuguese (>= 2009-1), texlive-lang-indic (>= 2009-1), texlive-lang-latin (>= 2009-1), texlive-lang-danish (>= 2009-1), texlive-lang-italian (>= 2009-1), texlive-lang-dutch (>= 2009-1), texlive-lang-hungarian (>= 2009-1), texlive-lang-mongolian (>= 2009-1) Description: TeX Live: metapackage depending on all TeX Live language packages This package pulls in all texlive-lang-* packages. diff -Nru texlive-lang-2007.dfsg.4/debian/convert-info-files-to-unix.sh texlive-lang-2009/debian/convert-info-files-to-unix.sh --- texlive-lang-2007.dfsg.4/debian/convert-info-files-to-unix.sh 2010-01-22 12:16:53.000000000 +0000 +++ texlive-lang-2009/debian/convert-info-files-to-unix.sh 2010-01-22 12:16:59.000000000 +0000 @@ -4,7 +4,7 @@ # # info files in texlive are with DOS lineendings. Fix this here # -# $Id: convert-info-files-to-unix.sh 2583 2007-03-15 20:12:56Z frank $ +# $Id: convert-info-files-to-unix.sh 3943 2009-05-22 12:11:09Z preining $ # Norbert Preining, 2005 # GPL set -e diff -Nru texlive-lang-2007.dfsg.4/debian/copyright texlive-lang-2009/debian/copyright --- texlive-lang-2007.dfsg.4/debian/copyright 2010-01-22 12:16:53.000000000 +0000 +++ texlive-lang-2009/debian/copyright 2010-01-22 12:16:59.000000000 +0000 @@ -790,4 +790,4 @@ /usr/share/doc/texlive-/Licenses. -$Id: copyright 3478 2008-07-22 11:07:21Z preining $ +$Id: copyright 3943 2009-05-22 12:11:09Z preining $ diff -Nru texlive-lang-2007.dfsg.4/debian/fix-bin-dangling-links.sh texlive-lang-2009/debian/fix-bin-dangling-links.sh --- texlive-lang-2007.dfsg.4/debian/fix-bin-dangling-links.sh 1970-01-01 01:00:00.000000000 +0100 +++ texlive-lang-2009/debian/fix-bin-dangling-links.sh 2010-01-22 12:16:59.000000000 +0000 @@ -0,0 +1,22 @@ +#!/bin/bash +# $Id: fix-bin-dangling-links.sh 3943 2009-05-22 12:11:09Z preining $ +# +# TeX Live 2008 ships many "binaries" as symlinks to ../../texmf-*/... +# which we have to fix here +# +# Norbert Preining, 2008 +# GPL + +set -e + +for i in `find debian/ -wholename 'debian/texlive-*/usr/bin/*' -type l` ; do + ln=`readlink $i` + case "$ln" in + ../../texmf*) + nn=`echo $ln | sed -e 's;^\.\./\.\./texmf[^/]*/;../share/texmf-texlive/;'` + ln -sf $nn $i + ;; + esac +done + + diff -Nru texlive-lang-2007.dfsg.4/debian/fix-bin-symlink-targets-permissions.sh texlive-lang-2009/debian/fix-bin-symlink-targets-permissions.sh --- texlive-lang-2007.dfsg.4/debian/fix-bin-symlink-targets-permissions.sh 1970-01-01 01:00:00.000000000 +0100 +++ texlive-lang-2009/debian/fix-bin-symlink-targets-permissions.sh 2010-01-22 12:16:59.000000000 +0000 @@ -0,0 +1,24 @@ +#!/bin/bash +# $Id: fix-bin-symlink-targets-permissions.sh 4319 2009-10-26 04:01:14Z preining $ +# +# TeX Live 2008 ships many "binaries" as symlinks to ../../texmf-*/... +# we make sure that the link targets have executable bit set +# +# Norbert Preining, 2008 +# GPL + +set -e + +for i in `find debian/ -wholename 'debian/texlive-*/usr/bin/*' -type l` ; do + ln=`readlink $i` + case "$ln" in + ../share/texmf-texlive/*) + # set the executable bit on the target + dn=`dirname $i` + target="$dn/$ln" + chmod ugo+x "$target" + ;; + esac +done + + diff -Nru texlive-lang-2007.dfsg.4/debian/fix-manpages.sh texlive-lang-2009/debian/fix-manpages.sh --- texlive-lang-2007.dfsg.4/debian/fix-manpages.sh 2010-01-22 12:16:53.000000000 +0000 +++ texlive-lang-2009/debian/fix-manpages.sh 2010-01-22 12:16:59.000000000 +0000 @@ -1,5 +1,5 @@ #!/bin/bash -# $Id: fix-manpages.sh 2583 2007-03-15 20:12:56Z frank $ +# $Id: fix-manpages.sh 4267 2009-10-08 01:34:17Z preining $ # fix-manpages.sh # # Several manpages in TeX live have smaller or bigger flaws like: @@ -66,12 +66,12 @@ cat $tmpfile > $i ;; esac - cat $i | sed -e "s/ó/\\['o]/g" \ - -e "s/é/\\['e]/g" \ - -e 's/ü/\\[:u]/g' \ - -e 's/ä/\\[:a]/g' \ - -e 's/ö/\\[:o]/g' \ - -e 's/©/\\[co]/g' \ + cat $i | sed -e "s/\ó/\\['o]/g" \ + -e "s/\é/\\['e]/g" \ + -e 's/\ü/\\[:u]/g' \ + -e 's/\ä/\\[:a]/g' \ + -e 's/\ö/\\[:o]/g' \ + -e 's/\©/\\[co]/g' \ > $tmpfile cat $tmpfile > $i done diff -Nru texlive-lang-2007.dfsg.4/debian/generate-license-file texlive-lang-2009/debian/generate-license-file --- texlive-lang-2007.dfsg.4/debian/generate-license-file 2010-01-22 12:16:53.000000000 +0000 +++ texlive-lang-2009/debian/generate-license-file 2010-01-22 12:16:59.000000000 +0000 @@ -1,6 +1,6 @@ # # generate-license-file -# $Id: generate-license-file 2943 2007-06-05 15:41:04Z preining $ +# $Id: generate-license-file 3943 2009-05-22 12:11:09Z preining $ # (c) 2006 Norbert Preining # # generate a license file from the information in the tpm and the diff -Nru texlive-lang-2007.dfsg.4/debian/merge-dist-tree texlive-lang-2009/debian/merge-dist-tree --- texlive-lang-2007.dfsg.4/debian/merge-dist-tree 2010-01-22 12:16:53.000000000 +0000 +++ texlive-lang-2009/debian/merge-dist-tree 2010-01-22 12:16:59.000000000 +0000 @@ -1,6 +1,6 @@ # # merge-dist-tree -# $Id: merge-dist-tree 2583 2007-03-15 20:12:56Z frank $ +# $Id: merge-dist-tree 3943 2009-05-22 12:11:09Z preining $ # (c) 2006 Norbert Preining # # merge tree $1 into destination $2 diff -Nru texlive-lang-2007.dfsg.4/debian/patches/10_dont_create_lang_cz texlive-lang-2009/debian/patches/10_dont_create_lang_cz --- texlive-lang-2007.dfsg.4/debian/patches/10_dont_create_lang_cz 2010-01-22 12:16:53.000000000 +0000 +++ texlive-lang-2009/debian/patches/10_dont_create_lang_cz 1970-01-01 01:00:00.000000000 +0100 @@ -1,21 +0,0 @@ -# 10_dont_create_lang-cz.dpatch by -# -# Dont call lang initialization for lang-cz ---- - texmf/tpm/collection-langczechslovak.tpm | 3 --- - 1 file changed, 3 deletions(-) - -Index: texlive-lang-2007.dfsg.1/texmf/tpm/collection-langczechslovak.tpm -=================================================================== ---- texlive-lang-2007.dfsg.1.orig/texmf/tpm/collection-langczechslovak.tpm 2007-01-22 21:01:06.000000000 +0100 -+++ texlive-lang-2007.dfsg.1/texmf/tpm/collection-langczechslovak.tpm 2007-01-22 21:01:09.000000000 +0100 -@@ -28,9 +28,6 @@ - - - -- -- -- - TLCore/collection-langczechslovak - - diff -Nru texlive-lang-2007.dfsg.4/debian/patches/series texlive-lang-2009/debian/patches/series --- texlive-lang-2007.dfsg.4/debian/patches/series 2010-01-22 12:16:53.000000000 +0000 +++ texlive-lang-2009/debian/patches/series 2010-01-22 12:16:59.000000000 +0000 @@ -1,2 +1 @@ -10_dont_create_lang_cz -20_lowercase_Arabicore +#20_lowercase_Arabicore diff -Nru texlive-lang-2007.dfsg.4/debian/preinst.pre texlive-lang-2009/debian/preinst.pre --- texlive-lang-2007.dfsg.4/debian/preinst.pre 2010-01-22 12:16:53.000000000 +0000 +++ texlive-lang-2009/debian/preinst.pre 2010-01-22 12:16:59.000000000 +0000 @@ -1,5 +1,5 @@ # preinst.pre -# $Id: preinst.pre 2583 2007-03-15 20:12:56Z frank $ +# $Id: preinst.pre 3943 2009-05-22 12:11:09Z preining $ # we want to be sure that experimental versions are purged before # the first unstable is installed # furthermore check that we are at least at version 2005 for the diff -Nru texlive-lang-2007.dfsg.4/debian/README.Debian texlive-lang-2009/debian/README.Debian --- texlive-lang-2007.dfsg.4/debian/README.Debian 2010-01-22 12:16:53.000000000 +0000 +++ texlive-lang-2009/debian/README.Debian 2010-01-22 12:16:59.000000000 +0000 @@ -26,9 +26,8 @@ jadetex, xmltex, tipa, t1utils, prosper, tpslifonts CJK, arphic, c90enc, cns, garuda, norasi, uhc, wadalab, beamer, pgf, xcolor, lacheck, dvipdfmx, lm, dvi2tty, sanskrit - musixps, musixtex, musixflx, musixlyr, texpower, tpslifonts -should be packages independently - collection-psutils, collection-ttfutils, collection-graphicstools + musixps, musixtex, musixflx, musixlyr, texpower, tpslifonts, + psutils, t1utils, dvidvi, xmltex, jadetex, tex4ht collections gone because the containing TeX packages are in Debian collection-langarab (would have been texlive-lang-arab) replaced by arabtex @@ -45,4 +44,4 @@ `texlive-full' depends on all the necessary items. -$Id: README.Debian 3104 2007-09-25 11:05:08Z preining $ +$Id: README.Debian 4071 2009-07-08 19:48:08Z preining $ diff -Nru texlive-lang-2007.dfsg.4/debian/README.source texlive-lang-2009/debian/README.source --- texlive-lang-2007.dfsg.4/debian/README.source 2010-01-22 12:16:53.000000000 +0000 +++ texlive-lang-2009/debian/README.source 2010-01-22 12:16:59.000000000 +0000 @@ -6,10 +6,10 @@ If you want to know how the *orig.tar.gz* and the *source* packages are generated, please check out the Debian TeX Live packaging infrastructure at - http://svn.debian.org/wsvn/debian-tex/texlive-new/trunk/ + http://svn.debian.org/wsvn/debian-tex/texlive2008/trunk/ where you will find a README file explaining everything in detail. Or get it at - http://svn.debian.org/wsvn/debian-tex/texlive-new/trunk/README + http://svn.debian.org/wsvn/debian-tex/texlive2008/trunk/README The source packages itself use a mixture of quilt and .diff.gz for the modifications of the upstream source. If you want to change something it is diff -Nru texlive-lang-2007.dfsg.4/debian/rules texlive-lang-2009/debian/rules --- texlive-lang-2007.dfsg.4/debian/rules 2010-01-22 12:16:53.000000000 +0000 +++ texlive-lang-2009/debian/rules 2010-01-22 12:16:59.000000000 +0000 @@ -1,41 +1,31 @@ #!/usr/bin/make -f # # debian/rules file for texlive-lang -# $Id: rules.in 3421 2008-06-12 16:07:04Z preining $ +# $Id: rules.in 4319 2009-10-26 04:01:14Z preining $ -PACKAGES=texlive-lang-african texlive-lang-arab texlive-lang-armenian texlive-lang-croatian texlive-lang-cyrillic texlive-lang-czechslovak texlive-lang-danish texlive-lang-dutch texlive-lang-finnish texlive-lang-french texlive-lang-german texlive-lang-greek texlive-lang-hebrew texlive-lang-hungarian texlive-lang-italian texlive-lang-latin texlive-lang-manju texlive-lang-mongolian texlive-lang-norwegian texlive-lang-other texlive-lang-polish texlive-lang-portuguese texlive-lang-spanish texlive-lang-swedish texlive-lang-tibetan texlive-lang-ukenglish texlive-lang-vietnamese +include /usr/share/quilt/quilt.make + +PACKAGES=texlive-lang-african texlive-lang-arabic texlive-lang-armenian texlive-lang-croatian texlive-lang-cyrillic texlive-lang-czechslovak texlive-lang-danish texlive-lang-dutch texlive-lang-finnish texlive-lang-french texlive-lang-german texlive-lang-greek texlive-lang-hebrew texlive-lang-hungarian texlive-lang-indic texlive-lang-italian texlive-lang-latin texlive-lang-latvian texlive-lang-lithuanian texlive-lang-mongolian texlive-lang-norwegian texlive-lang-other texlive-lang-polish texlive-lang-portuguese texlive-lang-spanish texlive-lang-swedish texlive-lang-tibetan texlive-lang-ukenglish texlive-lang-vietnamese METAPACKAGES=texlive-lang-all SHELL=/bin/bash -# needed for quilt: -export QUILT_PATCHES=./debian/patches - build: build-stamp -patch: patch-stamp - -build-stamp: patch-stamp +build-stamp: $(QUILT_STAMPFN) touch build-stamp -patch-stamp: - quilt push -a - touch $@ - -unpatch: - # unapply patches, not giving an error when quilt says "No patch removed" - quilt pop -a || [ $$? = 2 ] - rm -f patch-stamp - clean: unpatch for i in $(PACKAGES) $(METAPACKAGES) ; do \ rm -f debian/$$i.{README.Debian,links,links.generated} ; \ rm -f debian/$$i.{postinst,postrm,preinst,prerm} ; \ rm -f debian/$$i.{maps,languages,formats} ; \ done + # texlive contains some .orig files we need to keep otherwise + # the copy will fail due to the files occurring in the tlpdb # we have to keep texlive-lang/texmf-dist/fonts/source/cmcyr/coding.bak - dh_clean -Xcoding.bak + dh_clean -Xcoding.bak -X.orig rm -f configure-stamp rm -f build-stamp rm -f install-stamp @@ -44,10 +34,10 @@ install-stamp: build-stamp perl debian/tpm2deb-bin.pl --nosource $(PACKAGES) $(METAPACKAGES) + bash debian/fix-bin-dangling-links.sh for i in $(PACKAGES) $(METAPACKAGES) ; do \ if [ -d debian/$$i.root ] ; then bash debian/merge-dist-tree debian/$$i.root debian/$$i ; fi ; \ bash debian/generate-license-file $$i ; \ - rm -rf debian/$$i/usr/share/texmf-texlive/tpm ; \ install -D --mode=644 debian/$$i.override debian/$$i/usr/share/lintian/overrides/$$i ; \ install -D --mode=755 debian/bug.script debian/$$i/usr/share/bug/$$i/script ; \ install -D --mode=644 debian/bug.control debian/$$i/usr/share/bug/$$i/control ; \ @@ -66,7 +56,7 @@ dh_install dh_installmenu dh_installdocs -A debian/README.source - dh_installtex -A --priority=10 texmftrees=/usr/share/texmf-texlive + dh_installtex -A --priority=10 --flavor=lsr:full dh_installchangelogs bash debian/convert-info-files-to-unix.sh bash debian/fix-manpages.sh @@ -75,6 +65,8 @@ dh_link dh_compress -X.pdf dh_fixperms + # we also have to fix the permissions of the link targets from /usr/bin + bash debian/fix-bin-symlink-targets-permissions.sh dh_installdeb dh_gencontrol dh_md5sums @@ -84,5 +76,4 @@ .PHONY: build clean binary-indep binary-arch binary install - # eof diff -Nru texlive-lang-2007.dfsg.4/debian/texlive-lang-arabic.override texlive-lang-2009/debian/texlive-lang-arabic.override --- texlive-lang-2007.dfsg.4/debian/texlive-lang-arabic.override 1970-01-01 01:00:00.000000000 +0100 +++ texlive-lang-2009/debian/texlive-lang-arabic.override 2010-01-22 12:16:59.000000000 +0000 @@ -0,0 +1,4 @@ +texlive-lang-arabic: zero-byte-file-in-doc-directory +texlive-lang-arabic: extra-license-file +texlive-lang-arabic: script-not-executable +texlive-lang-arabic: wrong-name-for-upstream-changelog diff -Nru texlive-lang-2007.dfsg.4/debian/texlive-lang-arab.override texlive-lang-2009/debian/texlive-lang-arab.override --- texlive-lang-2007.dfsg.4/debian/texlive-lang-arab.override 2010-01-22 12:16:53.000000000 +0000 +++ texlive-lang-2009/debian/texlive-lang-arab.override 1970-01-01 01:00:00.000000000 +0100 @@ -1,4 +0,0 @@ -texlive-lang-arab: zero-byte-file-in-doc-directory -texlive-lang-arab: extra-license-file -texlive-lang-arab: script-not-executable -texlive-lang-arab: wrong-name-for-upstream-changelog diff -Nru texlive-lang-2007.dfsg.4/debian/texlive-lang-czechslovak.links.dist texlive-lang-2009/debian/texlive-lang-czechslovak.links.dist --- texlive-lang-2007.dfsg.4/debian/texlive-lang-czechslovak.links.dist 2010-01-22 12:16:53.000000000 +0000 +++ texlive-lang-2009/debian/texlive-lang-czechslovak.links.dist 2010-01-22 12:16:59.000000000 +0000 @@ -1,4 +1,4 @@ -usr/share/man/man1/pdftex.1.gz usr/share/man/man1/cslatex.1.gz +usr/share/man/man1/pdftex.1.gz usr/share/man/man1/cslatex.1.gz usr/share/man/man1/pdftex.1.gz usr/share/man/man1/csplain.1.gz usr/share/man/man1/pdftex.1.gz usr/share/man/man1/pdfcslatex.1.gz usr/share/man/man1/pdftex.1.gz usr/share/man/man1/pdfcsplain.1.gz diff -Nru texlive-lang-2007.dfsg.4/debian/texlive-lang-greek.links.dist texlive-lang-2009/debian/texlive-lang-greek.links.dist --- texlive-lang-2007.dfsg.4/debian/texlive-lang-greek.links.dist 1970-01-01 01:00:00.000000000 +0100 +++ texlive-lang-2009/debian/texlive-lang-greek.links.dist 2010-01-22 12:16:59.000000000 +0000 @@ -0,0 +1 @@ +usr/share/texmf-texlive/scripts/mkgrkindex/mkgrkindex usr/bin/mkgrkindex diff -Nru texlive-lang-2007.dfsg.4/debian/texlive-lang-indic.links.dist texlive-lang-2009/debian/texlive-lang-indic.links.dist --- texlive-lang-2007.dfsg.4/debian/texlive-lang-indic.links.dist 1970-01-01 01:00:00.000000000 +0100 +++ texlive-lang-2009/debian/texlive-lang-indic.links.dist 2010-01-22 12:16:59.000000000 +0000 @@ -0,0 +1 @@ +usr/share/texmf-texlive/scripts/bengali/ebong.py usr/bin/ebong diff -Nru texlive-lang-2007.dfsg.4/debian/texlive-lang-indic.override texlive-lang-2009/debian/texlive-lang-indic.override --- texlive-lang-2007.dfsg.4/debian/texlive-lang-indic.override 1970-01-01 01:00:00.000000000 +0100 +++ texlive-lang-2009/debian/texlive-lang-indic.override 2010-01-22 12:16:59.000000000 +0000 @@ -0,0 +1,4 @@ +texlive-lang-indic: zero-byte-file-in-doc-directory +texlive-lang-indic: extra-license-file +texlive-lang-indic: script-not-executable +texlive-lang-indic: wrong-name-for-upstream-changelog diff -Nru texlive-lang-2007.dfsg.4/debian/texlive-lang-latvian.override texlive-lang-2009/debian/texlive-lang-latvian.override --- texlive-lang-2007.dfsg.4/debian/texlive-lang-latvian.override 1970-01-01 01:00:00.000000000 +0100 +++ texlive-lang-2009/debian/texlive-lang-latvian.override 2010-01-22 12:16:59.000000000 +0000 @@ -0,0 +1,4 @@ +texlive-lang-latvian: zero-byte-file-in-doc-directory +texlive-lang-latvian: extra-license-file +texlive-lang-latvian: script-not-executable +texlive-lang-latvian: wrong-name-for-upstream-changelog diff -Nru texlive-lang-2007.dfsg.4/debian/texlive-lang-lithuanian.override texlive-lang-2009/debian/texlive-lang-lithuanian.override --- texlive-lang-2007.dfsg.4/debian/texlive-lang-lithuanian.override 1970-01-01 01:00:00.000000000 +0100 +++ texlive-lang-2009/debian/texlive-lang-lithuanian.override 2010-01-22 12:16:59.000000000 +0000 @@ -0,0 +1,4 @@ +texlive-lang-lithuanian: zero-byte-file-in-doc-directory +texlive-lang-lithuanian: extra-license-file +texlive-lang-lithuanian: script-not-executable +texlive-lang-lithuanian: wrong-name-for-upstream-changelog diff -Nru texlive-lang-2007.dfsg.4/debian/texlive-lang-manju.override texlive-lang-2009/debian/texlive-lang-manju.override --- texlive-lang-2007.dfsg.4/debian/texlive-lang-manju.override 2010-01-22 12:16:53.000000000 +0000 +++ texlive-lang-2009/debian/texlive-lang-manju.override 1970-01-01 01:00:00.000000000 +0100 @@ -1,4 +0,0 @@ -texlive-lang-manju: zero-byte-file-in-doc-directory -texlive-lang-manju: extra-license-file -texlive-lang-manju: script-not-executable -texlive-lang-manju: wrong-name-for-upstream-changelog diff -Nru texlive-lang-2007.dfsg.4/debian/tpm2deb-bin.pl texlive-lang-2009/debian/tpm2deb-bin.pl --- texlive-lang-2007.dfsg.4/debian/tpm2deb-bin.pl 2010-01-22 12:16:53.000000000 +0000 +++ texlive-lang-2009/debian/tpm2deb-bin.pl 2010-01-22 12:16:59.000000000 +0000 @@ -10,9 +10,8 @@ # BEGIN { # get our other local perl modules. - my $upstream_modules = "/usr/share/tex-common/"; unshift (@INC, "./debian"); - unshift (@INC, $upstream_modules); + unshift (@INC, "./tlpkg"); } use strict "vars"; @@ -27,14 +26,10 @@ use File::Copy; use File::Path; use File::Temp qw/ tempfile tempdir /; -use Storable; -## not needed, atm we are calling eperl binary use Parse::ePerl; -#use XML::DOM; use Cwd; -#use FileUtils qw(canon_dir cleandir make_link newpath member -# normalize substitute_var_val dirname diff_list remove_list -# rec_rmdir sync_dir walk_dir start_redirection stop_redirection); -#use Tpm; + +use TeXLive::TLPDB; +use TeXLive::TLPOBJ; # use Data::Dumper; @@ -96,25 +91,7 @@ } else { $Master = $opt_master; } -my $TpmGlobalPath = $Master; -my $DataGlobalPath = $Master; -# -# put Master/Tools/ into the include path to find TeX Live perl modules -# -unshift (@INC, "$Master/Tools"); -# -# these we can only load now that we have correctly set the path to Master -# -#require Strict; -require XML::DOM; -require FileUtils; -import FileUtils qw(canon_dir cleandir make_link newpath member - normalize substitute_var_val dirname diff_list remove_list - rec_rmdir sync_dir walk_dir start_redirection stop_redirection); -require Tpm; - -my $parser = new XML::DOM::Parser; my $startdir=getcwd(); chdir($startdir); File::Basename::fileparse_set_fstype('unix'); @@ -128,14 +105,13 @@ sub main { my (@packages) = @_; - ${Tpm::MasterDir} = $TpmGlobalPath; my $arch = "all"; # the following variable is used in the Tpm.pm module, # and should always be set to i386-linux, no matter what # the real Debian architecture is - $Tpm::CurrentArch = "i386-linux"; + $::tlpdb = TeXLive::TLPDB->new(root => "$Master"); + die "Cannot load tlpdb!" unless defined($::tlpdb); initialize_config_file_data("debian/tpm2deb.cfg"); - load_collection_tpm_data(); build_data_hash(); check_consistency(); foreach my $package (@packages) { @@ -231,19 +207,23 @@ my $finalfn = do_remap_and_copy($package,$file,$runcomponent,'^[^/]*/doc/(.*)$','$doccomponent/$1'); do_special($file,$finalfn); } - DOBFILE: foreach my $file (@{$lists{'BinFiles'}}) { - $opt_debug && print STDERR "BINFILE: $file\n"; - next DOBFILE if tl_is_blacklisted($file); - my $finalfn = do_remap_and_copy($package,$file,$bincomponent,'^bin/[^/]*/(.*)$','/usr/bin/$1'); - do_special($file,$finalfn); - } + # simply ignore binfiles as we have to add the necessary deps + #DOBFILE: foreach my $file (@{$lists{'BinFiles'}}) { + # $opt_debug && print STDERR "BINFILE: $file\n"; + # next DOBFILE if tl_is_blacklisted($file); + # my $finalfn = do_remap_and_copy($package,$file,$bincomponent,'^bin/[^/]*/(.*)$','/usr/bin/$1'); + # do_special($file,$finalfn); + #} if ($package eq 'texlive-base') { open(USLANG,">$debdest/texlive-base.cnf") or die("Cannot open $debdest/texlive-base.cnf for writing!"); - open (SOURCE,"$DataGlobalPath/texmf/tex/generic/config/language.us") - or die("Cannot open $DataGlobalPath/texmf/tex/generic/config/language.us"); - while () { print USLANG; } - close (SOURCE); + #open (SOURCE,"$Master/texmf/tex/generic/config/language.us") + # or die("Cannot open $Master/texmf/tex/generic/config/language.us"); + #while () { print USLANG; } + #close (SOURCE); + print USLANG "% DO NOT CHANGE THE FOLLOWING LINE UNLESS YOU\n"; + print USLANG "% REALLY KNOW WHAT YOU ARE DOING\n"; + print USLANG "USEFILE /usr/share/texmf-texlive/tex/generic/config/language.us /usr/share/texmf-texlive/tex/generic/config/language.us.def\n"; close (USLANG); } } @@ -257,7 +237,7 @@ # want to use global vars. sub make_deb_execute_actions { my ($package) = @_; - my @Executes = get_all_executes($package,$globalreclevel); + my @Executes = get_all_executes($package,$globalreclevel); my @maplines = (); my @formatlines = (); my @languagelines = (); @@ -267,45 +247,35 @@ my %formathash = (); $opt_debug && print STDERR "Executes= @Executes\n"; my %Job; - foreach (@Executes) { - my @match = /([^=]+)=([^ ]+)\s+([^=]+)=([^ ]+)\s*([^=]*)=?(.*)/; - $Job{'parameter'} = $Job{'function'} = $Job{'mode'} = ''; - $Job{$match[0]}=$match[1]; - $Job{$match[2]}=$match[3]; - $Job{$match[4]}=$match[5]; + for my $e (@Executes) { + my ($what, $first, @rest) = split ' ', $e; my $instcmd; my $rmcmd; - if ($Job{'function'} eq 'addMap') { - my $name=$Job{'parameter'}; - if ($Job{'mode'} eq 'mixed') { - push @maplines, "MixedMap $name\n"; - } else { - push @maplines, "Map $name\n"; + if ($what eq 'addMap') { + push @maplines, "Map $first\n"; + } elsif ($what eq 'addMixedMap') { + push @maplines, "MixedMap $first\n"; + } elsif ($what eq 'AddFormat') { + my %r = TeXLive::TLUtils::parse_AddFormat_line(join(" ", $first, @rest)); + if (defined($r{"error"})) { + die "$r{'error'}, package $package, execute $e"; + } + my $mode = ($r{"mode"} ? "" : "#! "); + if (defined($Config{'disabled_formats'}{$package})) { + next if (ismember($r{'name'}, @{$Config{'disabled_formats'}{$package}})); } - } elsif ($Job{'function'} eq 'BuildFormat') { - my $name=$Job{'parameter'}; - open(INFILE,"<$DataGlobalPath/texmf/fmtutil/format.$name.cnf") - or die("Cannot open $DataGlobalPath/texmf/fmtutil/format.$name.cnf"); - my @tmp = ; - close(INFILE); - push @formatlines, @tmp; - } elsif ($Job{'function'} eq 'BuildLanguageDat') { - my $name=$Job{'parameter'}; - open(INFILE,"<$DataGlobalPath/texmf/tex/generic/config/language.$name.dat") - or die("Cannot open $DataGlobalPath/texmf/tex/generic/config/language.$name.dat"); - my @tmp = ; - close(INFILE); - push @languagelines, @tmp; + push @formatlines, "$mode$r{'name'} $r{'engine'} $r{'patterns'} $r{'options'}\n"; + } elsif ($what eq 'AddHyphen') { + my %r = TeXLive::TLUtils::parse_AddHyphen_line(join(" ", $first, @rest)); + my $lline = "name=$r{'name'} file=$r{'file'} lefthyphenmin=$r{'lefthyphenmin'} righthyphenmin=$r{'righthyphenmin'}"; + my @syns; + @syns = @{$r{"synonyms"}} if (defined($r{"synonyms"})); + if ($#syns >= 0) { + $lline .= " synonyms=" . join(",",@syns); + } + push @languagelines, "$lline\n"; } } - # what is missing from old handling of maintainer scripts: - # - texlive-base and texlive-base-bin should call - # fmtutil-sys --all - # but dh_installtex does not support something like this! - # - extraformats: $TeXLive{'binary'}{$package}{'extra_format'} - # dh_installtex does not support creating creation calls for - # additional formats, ie those not in the to be installed format files - # if ($#maplines >= 0) { open(OUTFILE, ">$debdest/$package.maps") or die("Cannot open $debdest/$package.maps"); @@ -319,12 +289,11 @@ close(OUTFILE); } if ($#languagelines >= 0) { - open(OUTFILE, ">$debdest/$package.languages") - or die("Cannot open $debdest/$package.languages"); + open(OUTFILE, ">$debdest/$package.hyphens") + or die("Cannot open $debdest/$package.hyphens"); foreach (@languagelines) { print OUTFILE; } close(OUTFILE); } - } # @@ -497,12 +466,11 @@ # sub make_destinationname { my ($path) = @_; - $path =~ s#texmf-dist#$texmfdist#; - $path =~ s#texmf-doc#$texmfdist#; + $path =~ s#^texmf-dist#$texmfdist#; # # we do map *ALL* files into $texmfdist, not only the dist files # - $path =~ s#texmf/#$texmfdist/#; + $path =~ s#^texmf/#$texmfdist/#; return("$path"); } sub absolute_path { @@ -539,7 +507,7 @@ # remap MOVES the file to the new position $opt_debug && print STDERR "remap\n"; &mkpath(dirname("$basedir$supplieddestname")); - mycopy("$DataGlobalPath/$file","$basedir$supplieddestname"); + mycopy("$Master/$file","$basedir$supplieddestname"); $returnvalue = $supplieddestname; if ($act eq "config-move") { push @{$configfiles{$package}}, "$supplieddestname" ; @@ -547,10 +515,10 @@ } elsif (($act eq "copy") || ($act eq "config-copy")) { $opt_debug && print STDERR "copy\n"; # first install it into the normal path - mycopy("$DataGlobalPath/$file","$basedir$defaultpathcomponent/$defaultdestname"); + mycopy("$Master/$file","$basedir$defaultpathcomponent/$defaultdestname"); # now the same as in remap/config-remap &mkpath(dirname("$basedir$supplieddestname")); - mycopy("$DataGlobalPath/$file","$basedir$supplieddestname"); + mycopy("$Master/$file","$basedir$supplieddestname"); $returnvalue = $supplieddestname; if ($act eq "config-copy") { push @{$configfiles{$package}}, "$supplieddestname" ; @@ -561,9 +529,9 @@ $opt_debug && print STDERR "installing into $configpath and $secondpath\n"; # first install it into the config path &mkpath(dirname("$basedir$configpath")); - mycopy("$DataGlobalPath/$file","$basedir$configpath"); + mycopy("$Master/$file","$basedir$configpath"); # now the other path (/usr/share/$package or similar) - mycopy("$DataGlobalPath/$file","$basedir$secondpath"); + mycopy("$Master/$file","$basedir$secondpath"); # return the config path $returnvalue = $configpath; } elsif ($act eq "link") { @@ -581,7 +549,7 @@ # move the file to the new location, and create a link # from the defaultdestname -> supplieddestname &mkpath(dirname("$basedir$supplieddestname")); - mycopy("$DataGlobalPath/$file","$basedir$supplieddestname"); + mycopy("$Master/$file","$basedir$supplieddestname"); &mkpath(dirname("$basedir$defaultpathcomponent/$defaultdestname")); unless ($opt_onlyscripts == 1) { symlink($supplieddestname, "$basedir$defaultpathcomponent/$defaultdestname") or @@ -592,7 +560,7 @@ $opt_debug && print STDERR "add-link\n"; # install the file in its default location, but add a # symlink $supplieddestname -> $defaultdestname - mycopy("$DataGlobalPath/$file","$basedir$defaultpathcomponent/$defaultdestname"); + mycopy("$Master/$file","$basedir$defaultpathcomponent/$defaultdestname"); &mkpath(dirname("$basedir$supplieddestname")); unless ($opt_onlyscripts == 1) { symlink("$defaultpathcomponent/$defaultdestname","$basedir$supplieddestname") or @@ -628,12 +596,12 @@ eval $foo; $opt_debug && print STDERR "finalremap COPY: $finaldest\n"; &mkpath(dirname("$basedir$finaldest")); - mycopy("$DataGlobalPath/$file","$basedir$finaldest"); + mycopy("$Master/$file","$basedir$finaldest"); $returnvalue = $finaldest; } else { $opt_debug && print STDERR "NORMAL COPY: $basedir$defaultpathcomponent/$defaultdestname\n"; &mkpath(dirname("$basedir$defaultpathcomponent/$defaultdestname")); - mycopy("$DataGlobalPath/$file","$basedir$defaultpathcomponent/$defaultdestname"); + mycopy("$Master/$file","$basedir$defaultpathcomponent/$defaultdestname"); $returnvalue = "$defaultpathcomponent/$defaultdestname"; } } diff -Nru texlive-lang-2007.dfsg.4/debian/tpm2deb.cfg texlive-lang-2009/debian/tpm2deb.cfg --- texlive-lang-2007.dfsg.4/debian/tpm2deb.cfg 2010-01-22 12:16:53.000000000 +0000 +++ texlive-lang-2009/debian/tpm2deb.cfg 2010-01-22 12:16:59.000000000 +0000 @@ -1,8 +1,8 @@ # # tpm2deb.cfg -# (c) 2005-2007 Norbert Preining +# (c) 2005-2009 Norbert Preining # -# $Id: tpm2deb.cfg 3857 2009-03-23 23:38:21Z preining $ +# $Id: tpm2deb.cfg 4476 2009-12-21 08:46:46Z preining $ # # describe relations between texlive and other debian packages, but als # which packages and files should be blacklisted @@ -11,12 +11,14 @@ # For a description of the format of this file please see # the toplevel README file # -# THIS IS FOR TEXLIVE 2007!!!!!!!!!!!! +# THIS IS FOR TEXLIVE 2009!!!!!!!!!!!! # -# architectures -arch;texlive-bin;any -# sources +# we have to keep texlive-bin here so that we can change the dependency +# on texlive-binaries for packages: source;texlive-bin +latest-version;texlive-bin;2009-1 +name;collection-foobar;texlive-binaries;texlive-bin +# sources source;texlive-doc source;texlive-base source;texlive-lang @@ -25,82 +27,78 @@ maintainer;*;Debian TeX Maintainers uploaders;*;Norbert Preining , Frank Küster section;*;tex -bin-section;libkpathsea-dev;libdevel -bin-section;libkpathsea4;libs bin-section;texlive-fonts-recommended;fonts +bin-section;texlive-fonts-extra;fonts +#bin-section;texlive-doc-el;doc priority;*;optional -standards;*;3.8.0 +standards;*;3.8.3 # last texlive-common version all packages should depend on -texlive-common-version;2007 +texlive-common-version;2009-1 # # last revision of the packages, necessary for texlive-full dependencies -# WARNING WARNING WARNING WARNING -# if you adjust that and rebuild texlive-base, then the new texlive-common -# will conflict with ALL version << then that. So if you have already -# updated latest-version for texlive-lang, but NOT UPLOADED, and then -# you build texlive-base and upload it, IT WILL BREAK! -latest-version;texlive-base;2007-11 -latest-version;texlive-extra;2007 -latest-version;texlive-bin;2007-13 -latest-version;texlive-doc;2007 -latest-version;texlive-lang;2007 -# -# the following part defines the mapping of collection names to Debian -# binary package names, and also in which source package it is build -name;collection-basicbin;texlive-base-bin;texlive-bin -name;collection-binextra;texlive-extra-utils;texlive-bin -name;collection-fontbin;texlive-font-utils;texlive-bin -# htmlxml will not be build, but is replaced by xmtex, jadetex, and passivetex -# see below -#name;collection-htmlxml;texlive-htmlxml;texlive-bin -name;collection-metapost;texlive-metapost;texlive-bin -name;collection-omega;texlive-omega;texlive-bin -name;collection-xetex;texlive-xetex;texlive-bin +latest-version;texlive-base;2009-1 +latest-version;texlive-extra;2009-1 +latest-version;texlive-doc;2009-1 +latest-version;texlive-lang;2009-1 +# +# +# collections -> debian package names plus source packages +# +# texlive-base +name;collection-basic;texlive-base;texlive-base +# contains texdoc +depends;texlive-base;luatex (>= 0.46.0-5) +replaces;texlive-base;luatex (<< 0.45.0) +conflicts;texlive-base;luatex (<< 0.46.0-5) +name;collection-genericrecommended;texlive-generic-recommended;texlive-base +name;collection-latex;texlive-latex-base;texlive-base +name;collection-latexrecommended;texlive-latex-recommended;texlive-base +name;collection-fontsrecommended;texlive-fonts-recommended;texlive-base +name;collection-pictures;texlive-pictures;texlive-base +name;collection-luatex;texlive-luatex;texlive-base +depends;texlive-luatex;luatex (>= 0.46.0-5) +name;collection-metapost;texlive-metapost;texlive-base +name;collection-omega;texlive-omega;texlive-base +name;collection-xetex;texlive-xetex;texlive-base +# context has now its own Debian package +#name;collection-context;texlive-context;texlive-base +depends;texlive-full;context +# +# texlive-extra +name;collection-bibtexextra;texlive-bibtex-extra;texlive-extra +name;collection-binextra;texlive-extra-utils;texlive-extra # collection psutils dies, should be proper debian packages # same for graphicstools -#name;collection-psutils;texlive-ps-utils;texlive-bin -depends;texlive-full;psutils +#name;collection-psutils;texlive-ps-utils;texlive-extra +name;collection-fontutils;texlive-font-utils;texlive-extra +name;collection-formatsextra;texlive-formats-extra;texlive-extra +name;collection-genericextra;texlive-generic-extra;texlive-extra +name;collection-mathextra;texlive-math-extra;texlive-extra +name;collection-plainextra;texlive-plain-extra;texlive-extra +name;collection-latexextra;texlive-latex-extra;texlive-extra +name;collection-latex3;texlive-latex3;texlive-extra +name;collection-fontsextra;texlive-fonts-extra;texlive-extra +name;collection-music;texlive-music;texlive-extra +name;collection-games;texlive-games;texlive-extra +name;collection-pstricks;texlive-pstricks;texlive-extra +name;collection-publishers;texlive-publishers;texlive-extra +name;collection-humanities;texlive-humanities;texlive-extra +name;collection-science;texlive-science;texlive-extra +# htmlxml will not be build, but is replaced by xmtex, jadetex, and passivetex +# and tex4ht see below +#name;collection-htmlxml;texlive-htmlxml;texlive-extra # -# collection-ttfutils contains one binary which should be included: ttf2afm -# so we cannot blacklist it, but we do NOT want to create a new binary -# package, so we move the bin-ttfutils to the texlive-font-utils collection -# and blacklist all the files not belonging to ttf2afm -# lets hope it works! -#name;collection-ttfutils;texlive-ttf-utils;texlive-bin -move;bin-ttfutils;texlive-font-utils -blacklist;file;texmf/fonts/enc/ttf2pk/base/T1-WGL4.enc -blacklist;file;texmf/fonts/map/ttf2pk/config/ttfonts.map -# do not blacklist sfd files, cjk needs them -#blacklist;file;texmf/fonts/sfd/.* -blacklist;file;texmf/ttf2pk/.* -blacklist;file;texmf/doc/man/man1/ttf2pk.1 -blacklist;file;texmf/doc/man/man1/ttf2tfm.1 -blacklist;file;texmf/doc/man/man1/ttfdump.1 -blacklist;file;texmf/doc/ttf2pk/ttf2pk.doc -blacklist;file;texmf/doc/ttf2pk/ttf2pk.txt -blacklist;file;texmf/doc/ttf2pk/ttf2tfm.txt -blacklist;file;bin/[^/]*/ttf2pk -blacklist;file;bin/[^/]*/ttf2tfm -#name;collection-graphicstools;texlive-graphics-tools;texlive-bin -name;collection-music;texlive-music;texlive-bin -name;collection-langindic;texlive-lang-indic;texlive-bin -depends;texlive-lang-indic;python -# texlive-lang-cjk can be put together by packages in Debian, do not build it -# see below -#name;collection-langcjk;texlive-lang-cjk;texlive-bin +# texlive-doc name;collection-documentation-base;texlive-doc-base;texlive-doc name;collection-documentation-bulgarian;texlive-doc-bg;texlive-doc name;collection-documentation-chinese;texlive-doc-zh;texlive-doc -# stupid wrongly named package ... -replaces;texlive-doc-zh;texlive-doc-ch -conflicts;texlive-doc-zh;texlive-doc-ch name;collection-documentation-czechslovak;texlive-doc-cs+sk;texlive-doc name;collection-documentation-dutch;texlive-doc-nl;texlive-doc name;collection-documentation-english;texlive-doc-en;texlive-doc name;collection-documentation-finnish;texlive-doc-fi;texlive-doc name;collection-documentation-french;texlive-doc-fr;texlive-doc name;collection-documentation-german;texlive-doc-de;texlive-doc -name;collection-documentation-greek;texlive-doc-el;texlive-doc +#name;collection-documentation-greek;texlive-doc-el;texlive-doc name;collection-documentation-italian;texlive-doc-it;texlive-doc name;collection-documentation-japanese;texlive-doc-ja;texlive-doc name;collection-documentation-korean;texlive-doc-ko;texlive-doc @@ -108,19 +106,23 @@ name;collection-documentation-polish;texlive-doc-pl;texlive-doc name;collection-documentation-portuguese;texlive-doc-pt;texlive-doc name;collection-documentation-russian;texlive-doc-ru;texlive-doc +name;collection-documentation-slovenian;texlive-doc-si;texlive-doc name;collection-documentation-spanish;texlive-doc-es;texlive-doc name;collection-documentation-thai;texlive-doc-th;texlive-doc name;collection-documentation-turkish;texlive-doc-tr;texlive-doc name;collection-documentation-ukrainian;texlive-doc-uk;texlive-doc name;collection-documentation-vietnamese;texlive-doc-vi;texlive-doc +# +# texlive-lang name;collection-langafrican;texlive-lang-african;texlive-lang -# we build lang-arab as arabtex is orphaned and the author agrees to -# let texlive take over the stuff -name;collection-langarab;texlive-lang-arab;texlive-lang -replaces;texlive-lang-arab;arabtex -conflicts;texlive-lang-arab;arabtex -provides;texlive-lang-arab;arabtex +name;collection-langarabic;texlive-lang-arabic;texlive-lang +replaces;texlive-lang-arabic;arabtex, texlive-lang-arab +conflicts;texlive-lang-arabic;arabtex, texlive-lang-arab +provides;texlive-lang-arabic;arabtex, texlive-lang-arab name;collection-langarmenian;texlive-lang-armenian;texlive-lang +# texlive-lang-cjk can be put together by packages in Debian, do not build it +# see below +#name;collection-langcjk;texlive-lang-cjk;texlive-lang name;collection-langcroatian;texlive-lang-croatian;texlive-lang name;collection-langcyrillic;texlive-lang-cyrillic;texlive-lang name;collection-langczechslovak;texlive-lang-czechslovak;texlive-lang @@ -132,9 +134,12 @@ name;collection-langgreek;texlive-lang-greek;texlive-lang name;collection-langhebrew;texlive-lang-hebrew;texlive-lang name;collection-langhungarian;texlive-lang-hungarian;texlive-lang +name;collection-langindic;texlive-lang-indic;texlive-lang +depends;texlive-lang-indic;python name;collection-langitalian;texlive-lang-italian;texlive-lang name;collection-langlatin;texlive-lang-latin;texlive-lang -name;collection-langmanju;texlive-lang-manju;texlive-lang +name;collection-langlatvian;texlive-lang-latvian;texlive-lang +name;collection-langlithuanian;texlive-lang-lithuanian;texlive-lang name;collection-langmongolian;texlive-lang-mongolian;texlive-lang name;collection-langnorwegian;texlive-lang-norwegian;texlive-lang name;collection-langother;texlive-lang-other;texlive-lang @@ -143,32 +148,16 @@ name;collection-langspanish;texlive-lang-spanish;texlive-lang name;collection-langswedish;texlive-lang-swedish;texlive-lang name;collection-langtibetan;texlive-lang-tibetan;texlive-lang -# don't build texlive-lang-ukenglish as it is non-free -# this has to be confirmed! name;collection-langukenglish;texlive-lang-ukenglish;texlive-lang name;collection-langvietnamese;texlive-lang-vietnamese;texlive-lang -name;collection-basic;texlive-base;texlive-base -# context has now its own Debian package -#name;collection-context;texlive-context;texlive-base -depends;texlive-full;context -name;collection-genericrecommended;texlive-generic-recommended;texlive-base -name;collection-latex;texlive-latex-base;texlive-base -name;collection-latexrecommended;texlive-latex-recommended;texlive-base -name;collection-fontsrecommended;texlive-fonts-recommended;texlive-base -name;collection-pictures;texlive-pictures;texlive-base +# # Additional packages, no tpms/collections exist -addpackages;;texlive;texlive-full;texlive-common;tetex-bin;tetex-extra;tetex-base;texlive-lang-all;libkpathsea4;libkpathsea-dev +addpackages;;texlive;texlive-full;texlive-common;texlive-lang-all # all should be part of the texlive-base source package name;collection-foobar;texlive;texlive-base name;collection-foobar;texlive-full;texlive-base name;collection-foobar;texlive-common;texlive-base -name;collection-foobar;tetex-bin;texlive-base -name;collection-foobar;tetex-base;texlive-base -name;collection-foobar;tetex-extra;texlive-base name;collection-foobar;texlive-lang-all;texlive-lang -# libkpathsea is built from texlive-bin -name;collection-foobar;libkpathsea4;texlive-bin -name;collection-foobar;libkpathsea-dev;texlive-bin # titles and descriptions for addpackages title;texlive-common;Base component description;texlive-common;The TeX Live software distribution offers a complete TeX system. @@ -191,7 +180,7 @@ description;texlive-full;TeX, as well as the documentation accompanying the included software description;texlive-full;packages. # texlive-full should not depend on these meta- or transitional packages -dependsnot;texlive-full;texlive-full;texlive;texlive-lang-all;tetex-bin;tetex-base;tetex-extra +dependsnot;texlive-full;texlive-full;texlive;texlive-lang-all title;texlive;A decent selection of the TeX Live packages description;texlive;The TeX Live software distribution offers a complete TeX system. description;texlive;It encompasses programs for typesetting, previewing and printing @@ -207,97 +196,26 @@ title;texlive-lang-all;metapackage depending on all TeX Live language packages description;texlive-lang-all;This package pulls in all texlive-lang-* description;texlive-lang-all;packages. -title;tetex-bin;teTeX transitional package -description;tetex-bin;teTeX is no longer developed upstream, and has been replaced by the TeX Live -description;tetex-bin;collection. This is a transitional package to bring former teTeX users a -description;tetex-bin;decent selection of TeX Live packages. It can be safely removed (unless -description;tetex-bin;some external packages still depend on tetex-bin). -description;tetex-bin;. -description;tetex-bin;Note, however, that the functionality of the TeX Live subset that is chosen -description;tetex-bin;is not exactly the same as that of tetex-bin, due to the different splitting -description;tetex-bin;schemes. -title;tetex-base;teTeX transitional package -description;tetex-base;teTeX is no longer developed upstream, and has been replaced by the TeX Live -description;tetex-base;collection. This is a transitional package to bring former teTeX users a -description;tetex-base;decent selection of TeX Live packages. It can be safely removed (unless -description;tetex-base;some external packages still depend on tetex-base). -title;tetex-extra;teTeX transitional package -description;tetex-extra;teTeX is no longer developed upstream, and has been replaced by the TeX Live -description;tetex-extra;collection. This is a transitional package to bring former teTeX users a -description;tetex-extra;decent selection of TeX Live packages. It can be safely removed (unless -description;tetex-extra;some external packages still depend on tetex-extra). -description;tetex-extra;. -description;tetex-extra;Note, however, that the functionality of the TeX Live subset that is chosen -description;tetex-extra;is not exactly the same as that of tetex-extra, due to the different -description;tetex-extra;splitting schemes. -title;libkpathsea4;path search library for TeX (runtime part) -description;libkpathsea4;This package contains the runtime part of the Kpathsea[rch] library, -description;libkpathsea4;which implements generic path searching, configuration, and -description;libkpathsea4;TeX-specific file searching. -title;libkpathsea-dev;path search library for TeX (development part) -description;libkpathsea-dev;This package contains the static library and header files for the -description;libkpathsea-dev;Kpathsea[rch] library. -depends;libkpathsea-dev;libkpathsea4 -# collections in tl-extra -name;collection-bibtexextra;texlive-bibtex-extra;texlive-extra -name;collection-formatsextra;texlive-formats-extra;texlive-extra -name;collection-genericextra;texlive-generic-extra;texlive-extra -name;collection-mathextra;texlive-math-extra;texlive-extra -name;collection-plainextra;texlive-plain-extra;texlive-extra -name;collection-latexextra;texlive-latex-extra;texlive-extra -name;collection-latex3;texlive-latex3;texlive-extra -name;collection-fontsextra;texlive-fonts-extra;texlive-extra -name;collection-games;texlive-games;texlive-extra -name;collection-pstricks;texlive-pstricks;texlive-extra -name;collection-publishers;texlive-publishers;texlive-extra -name;collection-humanities;texlive-humanities;texlive-extra -# missing dependency -depends;texlive-humanities;texlive-latex-base -name;collection-science;texlive-science;texlive-extra -# missing dependency -depends;texlive-science;texlive-latex-base -# collection-chemistry is replaced by texlive-science in TL2007 -#name;collection-chemistry;texlive-chemistry;texlive-extra -replaces;texlive-science;texlive-chemistry # # build dependencies # # texlive-base build-dep;texlive-base;debhelper (>= 5), quilt -build-dep-indep;texlive-base;libxml-dom-perl, libappconfig-perl, libxml-regexp-perl, libxml-perl, sharutils, tex-common (>= 1.18), eperl, findutils (>=4.2.0) +build-dep-indep;texlive-base;sharutils, tex-common (>= 2.00), eperl, findutils (>=4.2.0) # texlive-doc build-dep;texlive-doc;debhelper (>= 5), quilt -build-dep-indep;texlive-doc;libxml-dom-perl, libappconfig-perl, libxml-regexp-perl, libxml-perl, sharutils, tex-common (>= 1.18), eperl, findutils (>=4.2.0) +build-dep-indep;texlive-doc;sharutils, tex-common (>= 2.00), eperl, findutils (>=4.2.0) # texlive-lang build-dep;texlive-lang;debhelper (>= 5), quilt -build-dep-indep;texlive-lang;libxml-dom-perl, libappconfig-perl, libxml-regexp-perl, libxml-perl, sharutils, tex-common (>= 1.18), eperl, findutils (>=4.2.0) +build-dep-indep;texlive-lang;sharutils, tex-common (>= 2.00), eperl, findutils (>=4.2.0) # texlive-extra build-dep;texlive-extra;debhelper (>= 5), quilt -build-dep-indep;texlive-extra;libxml-dom-perl, libappconfig-perl, libxml-regexp-perl, libxml-perl, sharutils, tex-common (>= 1.18), eperl, findutils (>=4.2.0) -# texlive-bin -build-dep;texlive-bin;debhelper (>= 5), libxml-dom-perl, libappconfig-perl, quilt, libxml-regexp-perl, libxml-perl, sharutils, ed, bzip2, libncurses5-dev | libncurses-dev, libxaw7-dev, libpng12-dev | libpng-dev, zlib1g-dev | libz-dev, libgd2-xpm-dev | libgd2-noxpm-dev, flex, bison, tex-common (>= 1.18), libpoppler-dev (>= 0.6), eperl, chrpath, g++-4.2 [armel], pkg-config -#build-dep-indep;texlive-bin;, findutils (>=4.2.0) -# -# CHECK -extra;format;latex;texlive-latex-base;0 -extra;format;pdflatex;texlive-latex-base;0 -# +build-dep-indep;texlive-extra;sharutils, tex-common (>= 2.00), eperl, findutils (>=4.2.0) # # TITLE AND DESCRIPTIONS # # for packages give the short description, for tpms the description field -#title;texlive-cz;Documentation of TeX live in Czech. -#title;texlive-fr;Documentation of TeX live in French. -#title;amsldoc-it;AMSMath documentation in Italian. -#title;lkort;Dutch version of Not so short Introduction to LaTeX2e. -#title;lshort-french;French version of Not so short Introduction to LaTeX2e. -#title;lshort-sloval;Slovak version of Not so short Introduction to LaTeX2e. -#title;voss-de;German documentation on various LaTeX related packagesby Herbert Voß. -#title;powerdot-doc-vn;Vietnamese documentation of powerdot. -#title;cstug;Information regarding the Czechoslovak TeX User Group -#title;metafont;A font definition system title;hyphen-welsh;Welsh hyphenation files for TeX -# the dreadful "Macro package for TeX (the most popular)" titles ... title;bin-afm2pl;AFM font metrics to TeX pl converter. title;antiqua;the URW Antiqua Condensed Font. title;bayer;Herbert Bayers Universal Font For Metafont. @@ -323,257 +241,62 @@ # these are the packages which are blacklisted anyway without any further # doing around. There are further blacklist down with additional stuff, like # additional depends on Debian packages -#blacklist;tpm;collection-binaries;* -blacklist;tpm;bin-bzip2;* -blacklist;tpm;bin-xpdf;* -blacklist;tpm;bin-chktex;* -blacklist;tpm;bin-ghostscript;* -blacklist;tpm;bin-gzip;* -blacklist;tpm;bin-jpeg2ps;* -blacklist;tpm;bin-perl;* -blacklist;tpm;bin-windvi;* -blacklist;tpm;bin-tifftools;* -blacklist;tpm;lib-gd;* -blacklist;tpm;lib-geturl;* -blacklist;tpm;lib-gnu;* -blacklist;tpm;lib-gs;* -blacklist;tpm;lib-jpeg;* -blacklist;tpm;lib-md5;* -blacklist;tpm;lib-png;* -blacklist;tpm;lib-regexp;* -blacklist;tpm;lib-texmfmp;* -blacklist;tpm;lib-tiff;* -blacklist;tpm;lib-ttf;* -blacklist;tpm;lib-xpdf;* -blacklist;tpm;lib-xpm;* -blacklist;tpm;lib-zlib;* -blacklist;tpm;lib-freetype2;* -blacklist;tpm;lib-regex;* -blacklist;tpm;iwona;texlive-lang-polish -blacklist;tpm;antt;texlive-lang-polish -blacklist;tpm;bin-psutils;* -blacklist;tpm;bin-getafm;* -# euclide is included in texlive 2005, but superseeded by pst-eucl -# blacklist;tpm;euclide;* # blacklist glyphlist, dont know why blacklist;tpm;glyphlist;* # # first the meta package texlive -depends;texlive-full;t1utils, tex4ht (>= 20051214-1) -# # the texlive package should pull in a decent selection of the packages, # what ever this may be depends;texlive;texlive-latex-recommended, texlive-fonts-recommended, texlive-latex-base suggests;texlive;texlive-doc-en # # texlive-common must depend on tex-common as the others don't do -# we need >= 1.1 to get big enough trie size -# we need >= 1.4 for mpost's main_memory -# we need >= 1.8 for the workaround for latex-based formats -depends;texlive-common;tex-common (>= 1.8) -depends;texlive-base-bin;ed, perl -# -# -# now the conflicts with tetex if necessary -# do we still need this ????? -# For now I am going for a *GENERAL* conflict against tetex <= 2007 -# but this should be discussed! -conflicts;texlive-common;tetex-bin (<< 2007), tetex-base (<< 2007), tetex-extra (<< 2007), tetex-doc (<< 2007) -# texlive-pdfetex and -chemistry is gone -conflicts;texlive-common;texlive-pdfetex, texlive-chemistry -replaces;texlive-extra-utils;texlive-pdfetex -replaces;texlive-latex-recommended;texlive-pdfetex -replaces;texlive-base;texlive-pdfetex -replaces;texlive-latex-extra;texlive-pdfetex -replaces;texlive-generic-extra;texlive-pdfetex -replaces;texlive-pstricks;texlive-pdfetex -# we moved thumbpdf to texlive-base-bin, so we have to replace it for -# texlive 2005 upgrades to work -replaces;texlive-base-bin;texlive-pdfetex -# -# tetex-base contains a lintian override file for tetex-base, which was -# shipped by tetex-extra << 2007, so replace -replaces;tetex-base;tetex-extra (<< 2007) -# make sure tetex-base is not upgraded while tetex-bin_3.0 is still present -conflicts;tetex-base;tetex-bin (<< 2007) -# dependencies for the transitional meta-packages tetex-* -# taken from FK's analysis at http://lists.debian.org/debian-tex-maint/2006/12/msg00558.html -# plus scheme-tetex in TL 2006/7 -depends;tetex-bin;texlive -# tetex-extra should not depend on tetex-bin which is a temporary, but -# on texlive, lintian error: -# E: tetex-extra: depends-on-obsolete-package depends: tetex-bin -#depends;tetex-extra;tetex-bin -depends;tetex-extra;texlive -depends;tetex-extra;texlive-latex-extra -depends;tetex-extra;texlive-math-extra -depends;tetex-extra;texlive-bibtex-extra -depends;tetex-extra;texlive-fonts-extra -depends;tetex-extra;texlive-font-utils -depends;tetex-extra;texlive-pictures -depends;tetex-extra;texlive-pstricks -depends;tetex-extra;texlive-publishers -depends;tetex-extra;texlive-lang-croatian -depends;tetex-extra;texlive-lang-cyrillic -depends;tetex-extra;texlive-lang-czechslovak -depends;tetex-extra;texlive-lang-danish -depends;tetex-extra;texlive-lang-dutch -depends;tetex-extra;texlive-lang-finnish -depends;tetex-extra;texlive-lang-french -depends;tetex-extra;texlive-lang-german -depends;tetex-extra;texlive-lang-greek -depends;tetex-extra;texlive-lang-hungarian -depends;tetex-extra;texlive-lang-italian -depends;tetex-extra;texlive-lang-latin -depends;tetex-extra;texlive-lang-mongolian -depends;tetex-extra;texlive-lang-norwegian -depends;tetex-extra;texlive-lang-other -depends;tetex-extra;texlive-lang-polish -depends;tetex-extra;texlive-lang-portuguese -depends;tetex-extra;texlive-lang-spanish -depends;tetex-extra;texlive-lang-swedish -depends;tetex-extra;texlive-lang-vietnamese +depends;texlive-common;tex-common (>= 2.0) +#depends;texlive-base-bin;ed, perl # -# texlive-lang-all depends are not necessary they are auto-generated in -# tpm2deb-source.pl!!!!!!!!!!11 # # texlive-lang-polish -# missing depends on texlive-base # suggests texlive-fonts-extra -depends;texlive-lang-polish;texlive-base suggests;texlive-lang-polish;texlive-fonts-extra -# texlive-lang-spanish -# missing depends on texlive-base where cathyph.tex is which is loaded -# from eshyph.tex -# could go when tetex packages are gone ... -depends;texlive-lang-spanish;texlive-base -# texlive-omega -# missing depends on texlive-latex-base for latex.ltx (needed by -# lambda forma) -depends;texlive-omega;texlive-latex-base -# pdfscreen??? -# this is NOT a Debian package, at least apt-cache search pdfscreen does -# only show texlive-pdfetex -# conflicts;texlive-pdfetex;pdfscreen -# not needed, texlive-context is gone -# depends;texlive-context;texlive-metapost -# dependencies for texshow -# depends;texlive-context;perl-tk, libxml-parser-perl -# ethiop -conflicts;texlive-lang-african;ethiop -replaces;texlive-lang-african;ethiop -provides;texlive-lang-african;ethiop -# ptex (japanese tex) and texlive-lang-polish both provide ptex .. conflict -conflicts;texlive-lang-polish;ptex-bin -# texlive-latex-extra -# conflicts with a lot should be checked -# depends texlive-pictures -conflicts;texlive-latex-extra;latex-svninfo, pbox-tex, textopo, circ-tex -depends;texlive-latex-extra;texlive-pictures; -# texlive-pstricks depends on texlive-generic-recommened -# and also should recommend texlive-extra-utils for pdfcrop for auto-pst-pdf -depends;texlive-pstricks;texlive-generic-recommended recommends;texlive-pstricks;texlive-extra-utils conflicts;texlive-latex-base;ivritex (<= 1.1.1-5) -# basic provides, useless, these package either don't exist or have -# no reverese deps -# provides;texlive-extra-utils;cweb, ctie -# texlive-extra-utils should suggest gs recommends;texlive-extra-utils;ghostscript +# texlive-extra-utils contains dviasm which is a python script +depends;texlive-extra-utils;python # # texlive-xetex needs dvipdfmx for xdvipdfmx to work, see #430373 -depends;texlive-xetex;dvipdfmx -recommends;texlive-xetex;texlive-latex-base +#depends;texlive-xetex;dvipdfmx +# we need texlive-latex-base to get xelatex working +depends;texlive-xetex;texlive-latex-base # # texlive-pstricks ships pdftricks which needs ps2eps and epstopdf # but since these are not strong deps I use a recommends -recommends;texlive-pstricks;texlive-extra-utils, ps2eps +recommends;texlive-pstricks;texlive-font-utils, ps2eps +# +# texlive-formats-extra needs bplain.tex which is in texlive-latex-base +depends;texlive-formats-extra;texlive-latex-base +# +# ADDITIONAL FORMATS +# +#disable_format;texlive-latex-base;lualatex +#disable_format;texlive-latex-base;dvilualatex # # MOVE PACKAGES # -# 2007no: move;eso-pic;texlive-pdfetex -# this has to be included as Package/eplain depends on TLCore/bin-eplain -# and TLCore/bin-eplain is not included anywhere else -# Package/eplain is in texlive-formats-extra, thus move bin-eplain there, too -#move;bin-eplain;texlive-formats-extra -# -# move mltex to texlive-formats-extra as it doesn't belong to extrautils, -# make texlive-formats-extra depend on texlive-latex-base -#move;bin-mltex;texlive-formats-extra -#move;mltex;texlive-formats-extra -depends;texlive-formats-extra;texlive-latex-base -####conflicts;texlive-formats-extra;tetex-bin (<= 3.0-13) # xmlplay *was* in texlive-htmlxml, but this is not build anymore, so move # it to latex-extra move;xmlplay;texlive-latex-extra -# move yi4latex, the only package missing in the latex-cjk stuff, to -# texlive-latex-extra -#move;yi4latex;texlive-latex-extra -# since it is nosell license, so in addition blacklist it -blacklist;tpm;yi4latex;* -# -# move and replace -# fpl, resfs, mathpazo from fonts-extra to fonts-recommended as they -# are required by psnfss -# charter from math-extra to fonts-recommended as psnfss asks -# for them -#move;fpl;texlive-fonts-recommended -#move;charter;texlive-fonts-recommended -#move;rsfs;texlive-fonts-recommended -replaces;texlive-fonts-recommended;texlive-fonts-extra (<= 2005-2) -# mathpazo -# <= 2005-2 math-extra -# << 2007 latex-recommended -# >= 2007 fonts-recommended -replaces;texlive-fonts-recommended;texlive-math-extra (<= 2005-2) -replaces;texlive-fonts-recommended;texlive-latex-recommended (<< 2007) -#move;powerdot;texlive-latex-recommended -replaces;texlive-latex-recommended;texlive-latex-extra (<= 2005-2) -#move;jurabib;texlive-bibtex-extra -replaces;texlive-bibtex-extra;texlive-lang-german (<= 2005-2) -#move;juramisc;texlive-lang-german -#move;jurarsp;texlive-lang-german -#move;juraabbrev;texlive-lang-german -replaces;texlive-humanities;texlive-lang-german (<< 2007) -replaces;texlive-lang-german;texlive-latex-extra (<= 2005-2) -#move;mhequ;texlive-math-extra -replaces;texlive-math-extra;texlive-latex-extra (<= 2005-2) -#move;ogonek;texlive-lang-polish -replaces;texlive-lang-polish;texlive-latex-extra (<= 2005-2) -#move;uhrzeit;texlive-lang-german -replaces;texlive-lang-german;texlive-latex-extra (<= 2005-2) -replaces;texlive-publishers;texlive-latex-extra (<= 2005-2) -#move;microtype;texlive-latex-recommended -replaces;texlive-latex-recommended;texlive-latex-extra (<= 2005-2) -#move;emp;texlive-metapost -replaces;texlive-metapost;texlive-latex-extra (<= 2005-2) -# Bug #484818: supp-mis.tex moved from tl-context to tl-metapost from 2005 to 2007. -replaces;texlive-metapost;texlive-context (<< 2007) -# Bug#390896: From texlive-latex-extra, at least invoice.sty requires -# realcalc.tex, which is in texlive-generic-extra. -recommends;texlive-latex-extra;texlive-generic-extra -# move bin-thumbpdf to texlive-base-bin since the sty files are in -# texlive-latex-recommended. This has been executed already upstream, too. -move;bin-thumbpdf;texlive-base-bin -replaces;texlive-base-bin;texlive-extra-utils (<= 2007-7) -# move bin-texdoc.tpm to tl-base-bin -move;bin-texdoc;texlive-base-bin -# don't needed anymore since we have the above -#replaces;texlive-base-bin;texlive-extra-utils (<= 2005.dfsg.1-1) -suggests;texlive-base-bin;perl-tk -# useless,there is no texdoctk -#provides;texlive-base-bin;texdoctk +# +# move texdoc.tpm to tl-base +move;texdoc;texlive-base +suggests;texlive-base;perl-tk # texdoc(tk) needs mime-support -depends;texlive-base-bin;mime-support -# texlive-lang-cyrillic should recommend tl-latex-base for hyphen.cfg -recommends;texlive-lang-cyrillic;texlive-latex-base +depends;texlive-base;mime-support +# +# suggests;texlive-lang-cyrillic;scalable-cyrfonts-tex # get some suggestions for gs/pdf viewer -suggests;texlive-base-bin;ghostscript, gv | postscript-viewer, xpdf-reader | pdf-viewer -# upstream moves bigfoot from -humanities to -latex-extra, we do the same -move;bigfoot;texlive-latex-extra -replaces;texlive-latex-extra;texlive-humanities (<= 2007-3) -recommends;texlive-latex-extra;texlive-humanities +suggests;texlive-base;ghostscript, gv | postscript-viewer, xpdf-reader | pdf-viewer # # FILE BLACKLISTS and KILLS # @@ -582,93 +305,49 @@ # # this one we need for installation but not installed, so map it into nowhere # and do not blacklist it -mapping;texmf/fmtutil/.*;; -#blacklist;file;texmf/fmtutil/.* blacklist;file;texmf-dist/vtex/.* blacklist;file;texmf-dist/doc/latex/splitindex/splitindex-Linux-i386 blacklist;file;texmf-dist/doc/latex/splitindex/splitindex-OpenBSD-i386 blacklist;file;texmf-dist/doc/latex/splitindex/splitindex.exe blacklist;file;texmf-dist/doc/latex/splitindex/splitindex.class blacklist;file;texmf/dvipdfm/config/config-win32 -blacklist;file;texmf-dist/source/plain/pdcmac/config.status -blacklist;file;texmf-dist/source/fontinst/base/trig.dtx -blacklist;file;texmf-dist/source/fontinst/base/xdoc/.* -# -# blacklist bin/uniqleaf which does not have a corresponding .pl file -# but is a link to texexec! -# uniqleave is gone in 2007 -#blacklist;file;bin/[^/]*/uniqleaf -# -# texlive-formats-extra cannot be configured with tetex, as mllatex.ini -# is in texlive-latex-base and NOT in texlive-formats-extra!!! -# SOLUTION: move mllatex.ini to texlive-formats-extra (check on dep on -# texlive-latex necessary!) -# this file is copied into texlive-extra/debian/texlive-formats-extra.root/... -blacklist;file;texmf-dist/tex/latex/latexconfig/mllatex.ini -# we need a replace to smooth upgrades -replaces;texlive-formats-extra;texlive-latex-base (<= 2007-10) -# it also could suggest texlive-plain-extra (Bug #504494) -suggests;texlive-formats-extra;texlive-plain-extra -# -# blacklist various scripts which are also in /usr/bin -blacklist;file;texmf/scripts/pkfix/pkfix.pl -blacklist;file;texmf/scripts/tetex/epstopdf.pl -blacklist;file;texmf/scripts/tetex/texdoctk.pl -blacklist;file;texmf/scripts/tetex/e2pall.pl -blacklist;file;texmf/scripts/tetex/texi2html.pl -blacklist;file;texmf/scripts/tetex/updmap.pl -# -# xdvizilla should not be installed anymore, UPSTREAM fixed -blacklist;file;bin/[^/]*/xdvizilla -blacklist;file;texmf/doc/man/man1/xdvizilla.1 -# -# proba.sty does not contain a license statement -# blacklist the file as shipped with TeX Live originally -# and add all the files to the .orig.tar.gz of texlive-extra since -# upstream puts that into collection-mathextra, and we want to follow it now -# should we add a suggest? seems to be overly stupid -blacklist;file;texmf-dist/tex/latex/ltxmisc/proba.sty -move;proba;texlive-math-extra +# +# package we do NOT install +# +blacklist;tpm;texlive-common;* +blacklist;tpm;texlive-scripts;* +blacklist;tpm;texlive-msg-translations;* +blacklist;tpm;asymptote;* +# +# map all files that somehow are in tlpkg into the nowhere +# that is currently (AFAIS) only tlpkg/tlpostcode/xetex.pl +mapping;tlpkg/.*;; +# # # MAPPINGS AND SPECIALS # mapping;.*/[^/]*\.info;; special;.*/([^/]*\.info);install-info; -mapping;.*/tex/generic/config/language\.[a-z]*\.dat;; -mapping;.*/tex/generic/config/language\.us;; +#mapping;.*/tex/generic/config/language\.us;; # # and just ignore the file mapping;texmf/web2c/texmf.cnf;; mapping;texmf/tex/generic/config/language.dat;link;/var/lib/texmf/tex/generic/config/language.dat -#mapping;texmf/web2c/fmtutil.cnf;link;/var/lib/texmf/web2c/fmtutil.cnf +mapping;texmf/tex/generic/config/language.def;link;/var/lib/texmf/tex/generic/config/language.def mapping;texmf/web2c/updmap.cfg;; mapping;texmf/web2c/fmtutil.cnf;; # -# fixes to the depot, to be removed when a new source is build -# ibycus4.map is a mf input file and(!) and TeX input file. One copy is -# installed in tex/generic, but this copy should go into the mf input path -mapping;texmf-dist/fonts/map/dvips/ibygrk/ibycus4.map;move;fonts/source/public/ibygrk/ibycus4.map -# -# the man page of odvips is dangling in texlive-omega -# those of odvicopy and odvitype are replaced by trivial copies -mapping;texmf[^/]*/doc/man/man1/odvips.1;replace-link;/usr/share/man/man1/odvips.1.gz%dvips.1.gz -#mapping;texmf[^/]*/doc/man/man1/odvicopy.1;replace-link;/usr/share/man/man1/odvicopy.1.gz%dvicopy.1.gz -#mapping;texmf[^/]*/doc/man/man1/odvitype.1;replace-link;/usr/share/man/man1/odvitype.1.gz%dvitype.1.gz -mapping;texmf[^/]*/doc/man/man1/odvicopy.1;; -mapping;texmf[^/]*/doc/man/man1/odvitype.1;; -mapping;texmf[^/]*/doc/man/man(.*)/(.*);move;/usr/share/man/man$1/$2 -# -# ubbold from jknapltx uses not available font, this is fixed for tl 2008/9 -# but we want to do it here, too -mapping;texmf[^/]*/tex/latex/jknapltx/ubbold.fd;; -# +# man pages and pdf versions of them are not installed, since they are shipped +# in the -binaries package +mapping;texmf[^/]*/doc/man/man(.*)/(.*).pdf;; +#mapping;texmf[^/]*/doc/man/man(.*)/(.*);move;/usr/share/man/man$1/$2 +mapping;texmf[^/]*/doc/man/man(.*)/(.*);; # # config file handling # # first the config files which are in /etc/texmf but are not searched via # kpse: # mktex.cnf is taken over by tex-common, send it to the nowhere -#mapping;texmf[^/]*/web2c/mktex.cnf;move-link;$etcdest/texlive/mktex.cnf blacklist;file;texmf[^/]*/web2c/mktex.cnf # # note that config-link copies the file to the given position and creates @@ -678,6 +357,7 @@ # The former should be used for files which are searched for at a specific # location, while the latter for files which are searched via kpse mapping;texmf[^/]*/dvipdfm/config/config;config-move;/etc/texmf/dvipdfm/config/config +mapping;texmf[^/]*/dvipdfmx/dvipdfmx.cfg;config-move;/etc/texmf/dvipdfmx/dvipdfmx.cfg mapping;texmf[^/]*/xdvi/xdvi.cfg;config-move;/etc/texmf/xdvi/xdvi.cfg mapping;texmf[^/]*/texdoctk/texdocrc.defaults;config-move;/etc/texmf/texdoctk/texdocrc.defaults # @@ -692,17 +372,17 @@ # conffiles which were nuked by tetex-base' postrm, need a copy in /usr/share/texlive-* # config.ps is also among them, but it is handled separately (in debian/rules.in) mapping;texmf[^/]*/metafont/misc/modes.mf;copy-move;/etc/texmf/metafont/misc/modes.mf,/usr/share/texlive-base/modes.mf -mapping;texmf[^/]*/tex/generic/config/pdftexconfig.tex;copy-move;/etc/texmf/tex/generic/config/pdftexconfig.tex,/usr/share/texlive-bin/pdftexconfig.tex -mapping;texmf[^/]*/tex/latex/config/color.cfg;copy-move;/etc/texmf/tex/latex/config/color.cfg,/usr/share/texlive-base/color.cfg -mapping;texmf[^/]*/tex/latex/config/graphics.cfg;copy-move;/etc/texmf/tex/latex/config/graphics.cfg,/usr/share/texlive-base/graphics.cfg +mapping;texmf[^/]*/tex/generic/config/pdftexconfig.tex;copy-move;/etc/texmf/tex/generic/config/pdftexconfig.tex,/usr/share/texlive-base/pdftexconfig.tex +mapping;texmf[^/]*/tex/latex/latexconfig/color.cfg;copy-move;/etc/texmf/tex/latex/config/color.cfg,/usr/share/texlive-base/color.cfg +mapping;texmf[^/]*/tex/latex/latexconfig/graphics.cfg;copy-move;/etc/texmf/tex/latex/config/graphics.cfg,/usr/share/texlive-base/graphics.cfg # # now the fun part # some files should definitely STAY in TEXMFMAIN and not go into texmf-texlive # but the make_destinationname function moves per standard *all* files to # temxf-texlive, so we have to create exceptions here! -mapping;texmf/web2c/mktex.*;move;/usr/share/texmf/web2c/$1 -mapping;texmf/texconfig/.*;move;/usr/share/texmf/texconfig/$1 -mapping;texmf/web2c/.*\.pool;move;/usr/share/texmf/web2c/$1 +mapping;texmf/web2c/mktex(.*);move;/usr/share/texmf/web2c/mktex$1 +mapping;texmf/texconfig/(.*);move;/usr/share/texmf/texconfig/$1 +mapping;texmf/web2c/(.*\.pool);move;/usr/share/texmf/web2c/$1 # # STUFF IN DEBIAN WHICH WE ALSO INCLUDE # @@ -720,66 +400,93 @@ recommends;texlive-latex-recommended;latex-beamer (>= 3.06.dfsg.1-0.1) recommends;texlive-latex-recommended;latex-xcolor (>= 2.09-1) # -# rcs-latex -# is more or less the same besides minor modifications -# TODO TODO TODO -# rcs-latex which provides an alternative dep on texlive -# blacklist;tpm;rcs;* -# recommends;texlive-latex-recommended;rcs-latex -# # # PACKAGES WHICH ARE PRESENT IN DEBIAN # +# latexmk +blacklist;tpm;latexmk;* +depends;texlive-full;latexmk +suggests;texlive-extra-utils;latexmk +# +# fragmaster +blacklist;tpm;fragmaster;* +depends;texlive-full;fragmaster +suggests;texlive-extra-utils;fragmaster +# +# dvipng +blacklist;tpm;dvipng;* +# TEMPORARY: UNTIL dvipng is updated +#depends;texlive-full;dvipng +recommends;texlive-full;dvipng +# +# tex4ht +blacklist;tpm;tex4ht;* +# TEMPORARY: UNTIL tex4ht is updated +recommends;texlive-full;tex4ht (>= 20051214-1) +#depends;texlive-full;tex4ht (>= 20051214-1) +# +# t1utils +blacklist;tpm;t1utils;* +suggests;texlive-font-utils;t1utils +depends;texlive-full;t1utils +# +# psutils and getafm +# both are packaged in Debian in psutils +blacklist;tpm;psutils;* +blacklist;tpm;getafm;* +suggests;texlive-font-utils;psutils +depends;texlive-full;psutils +# # cm-super blacklist;tpm;cm-super;* suggests;texlive-fonts-extra;cm-super (>= 0.3.3-3) depends;texlive-full;cm-super (>= 0.3.3-3) # # texinfo -blacklist;tpm;bin-texinfo;* blacklist;tpm;texinfo;* depends;texlive-full;texinfo (>= 4.8), info (>= 4.8) conflicts;texlive-base;texinfo (<< 4.8);; -blacklist;file;texmf/doc/texinfo/info-stnd.html -blacklist;file;texmf/doc/texinfo/info-stnd.pdf -blacklist;file;texmf/doc/texinfo/info.html -blacklist;file;texmf/doc/texinfo/info.pdf -blacklist;file;texmf/doc/info/info-stnd.info -blacklist;file;texmf/doc/info/info.info -blacklist;file;texmf/doc/info/manual.info -blacklist;file;bin/[^/]*/info -blacklist;file;bin/[^/]*/infokey -blacklist;file;bin/[^/]*/install-info -blacklist;file;texmf/doc/man/man1/info.1 -blacklist;file;texmf/doc/man/man1/info.1.html -blacklist;file;texmf/doc/man/man1/infokey.1 -blacklist;file;texmf/doc/man/man1/install-info.1 -blacklist;file;texmf/doc/man/man1/install-info.1.html -blacklist;file;texmf/doc/man/man5/info.5 # # preview blacklist;tpm;preview;* depends;texlive-latex-extra;preview-latex-style # # lacheck -blacklist;tpm;bin-lacheck;* +blacklist;tpm;lacheck;* recommends;texlive-extra-utils;lacheck # # tipa in Debian blacklist;tpm;tipa;* recommends;texlive-fonts-recommended;tipa (>= 2:1.2-2.1) # +# purifyeps in Debian +blacklist;tpm;purifyeps;* +recommends;texlive-extra-utils;purifyeps +# # dvipdfmx in Debian -blacklist;tpm;bin-dvipdfmx;* -recommends;texlive-base;dvipdfmx (>= 1:20050831-1) +#blacklist;tpm;dvipdfmx;* +#recommends;texlive-base;dvipdfmx (>= 1:20050831-1) +replaces;texlive-base;dvipdfmx +provides;texlive-base;dvipdfmx +conflicts;texlive-base;dvipdfmx +# +# xindy is in Debian +blacklist;tpm;xindy;* +recommends;texlive-extra-utils;xindy +# +# luatex is in Debian +blacklist;tpm;luatex;* +# but we have to define the format generation in texlive-base +execute;texlive-base;AddFormat name=luatex engine=luatex patterns=language.def options="luatex.ini" +execute;texlive-base;AddFormat name=dviluatex engine=luatex patterns=language.def options="dviluatex.ini" # # lmodern blacklist;tpm;lm;* recommends;texlive-base;lmodern (>= 0.93.3-1) # -# dvi2tty -blacklist;tpm;bin-dvi2tty;* -suggests;texlive-extra-utils;dvi2tty +# dvi2tty is not longer in Debian +#blacklist;tpm;dvi2tty;* +#suggests;texlive-extra-utils;dvi2tty # # latex-sanskrit blacklist;tpm;sanskrit;* @@ -788,13 +495,15 @@ # musixtex and friends blacklist;tpm;musixps;* blacklist;tpm;musixtex;* -blacklist;tpm;bin-musixflx;* +blacklist;tpm;musixflx;* blacklist;tpm;musixlyr;* depends;texlive-music;musixtex (>= 0.112.2-1), musixtex-slurps (>= 92a-4), musixlyr (>= 2.1c-3) # # lcdf-typetools blacklist;tpm;bin-lcdftypetools;* -depends;texlive-full;lcdf-typetools +# TEMPORARY: UNTIL lcdf-typetools is updated +recommends;texlive-full;lcdf-typetools +#depends;texlive-full;lcdf-typetools # # texpower and tpslifonts = texpower in Debian # TODO: what the hell are these lines??? @@ -805,7 +514,6 @@ # # prosper is in Debian, can be used with a small control patch # but as it is not updated, I can only to a recommend -# TODO: after update change it to recommed blacklist;tpm;prosper;* recommends;texlive-latex-recommended;prosper (>= 1.00.4+cvs.2006.10.22-1) # @@ -819,29 +527,11 @@ suggests;texlive-full;jadetex (>= 3.13-7.1) suggests;texlive-full;xmltex (>> 1.9-11.1), passivetex (>> 1.25-2) # -# dviutils is orphaned, we take it over -#blacklist;file;bin/[^/]*/dviselect -#blacklist;file;bin/[^/]*/dviconcat -#blacklist;file;texmf/doc/man/man1/dviselect.1 -#blacklist;file;texmf/doc/man/man1/dviconcat.1 -#recommends;texlive-extra-utils;dviutils -replaces;texlive-extra-utils;dviutils -conflicts;texlive-extra-utils;dviutils -provides;texlive-extra-utils;dviutils -# -# latex-ucs -# is taken over, so we provide it -provides;texlive-latex-recommended;latex-ucs-uninames, latex-ucs, latex-ucs-contrib -# # feynmf: separate package blacklist;tpm;feynmf;* recommends;texlive-metapost;feynmf depends;texlive-full;feynmf # -# aleph: Is both the (obsolete) name of a programming language, and of -# an omega variant -conflicts;texlive-omega;aleph -# # docsplitting # texlive-base source package docsplitting;texlive-latex-base @@ -868,9 +558,6 @@ replaces;texlive-humanities-doc;texlive-humanities (<= 2007-3) docsplitting;texlive-science replaces;texlive-science-doc;texlive-science (<= 2007-3) -# texlive-bin -docsplitting;texlive-base-bin -replaces;texlive-base-bin-doc;texlive-base-bin (<= 2007-14) docsplitting;texlive-metapost replaces;texlive-metapost-doc;texlive-metapost (<= 2007-14) # other candidates: ... @@ -879,47 +566,14 @@ # # unfree stuff which has to be removed from Debian # no sources for the jar file, bummer -blacklist;tpm;bin-ppower4;* blacklist;tpm;ppower4;* -# context documentation -#blacklist;file;texmf-dist/doc/context/base/context.rme -#blacklist;file;texmf-dist/doc/context/base/minstall.pdf -#blacklist;file;texmf-dist/doc/context/base/mreadme.pdf -# misc208/bar.sty -blacklist;file;texmf-dist/tex/latex/misc209/bar.sty +# # GYRE fonts have a very strange license ... blacklist;tpm;tex-gyre;* # -# literat is non-free -blacklist;tpm;literat;* -# -# tableaux has no license statement and is not trackable -blacklist;tpm;tableaux;* -# # latexmp.pdf source code is not present, blacklist it for now blacklist;file;texmf-dist/doc/metapost/latexmp/latexmp.pdf # -# camel has been removed from TL as it is noseel -blacklist;tpm;camel;* -# -# niceframe is nosell -blacklist;tpm;niceframe;* -# -# grnumalt nonfree -blacklist;tpm;grnumalt;* -# -# futhark nonfree [extra] -blacklist;tpm;futhark;* -# -# newalg nonfree [extra] -blacklist;tpm;newalg;* -# -# oca is nosell -blacklist;tpm;oca;* -# -# fax is nosell -blacklist;tpm;fax;* -# # eepic docs don't contain a license statement, so blacklist them blacklist;file;texmf-dist/doc/latex/eepic/epic-eg4.tex blacklist;file;texmf-dist/doc/latex/eepic/readme @@ -927,141 +581,61 @@ blacklist;file;texmf-dist/doc/latex/eepic/eepic.dvi blacklist;file;texmf-dist/doc/latex/eepic/eepic.tex # -# hilowres doesn't allow modification -blacklist;tpm;hilowres;* -# -# china2e is nosell -blacklist;tpm;china2e;* -# -# cirth is nosell -blacklist;tpm;cirth;* -# -# progkeys is unknown, copyright simply, nothing granted -blacklist;tpm;progkeys;* -# -# blacklist cellular: license noinfo, author deceased -blacklist;tpm;cellular;* -# -# blacklist cmastro: no license info, author unknown -blacklist;tpm;cmastro;* -# -# blacklist colortab, nosell/nomodify license -blacklist;tpm;colortab;* -# -# blacklist umrand, nonfree -blacklist;tpm;umrand;* -# -# blacklist wp-conv, nosell -blacklist;tpm;wp-conv;* -# -# blacklist geomsty, nocommercial -blacklist;tpm;geomsty;* -# -# blacklist ogonek, nonfree -blacklist;tpm;ogonek;* -# -# blacklist barr, nocommercial -blacklist;tpm;barr;* -# -# blacklist aurora, nocommercial -blacklist;tpm;aurora;* -# -# lamsarrow.sty from pb-diagram is non-free, remove it -blacklist;file;texmf-dist/tex/latex/pb-diagram/lamsarrow.sty -# -# -# TeX Live 2005 -> TeX Live 2007 upgrade path -replaces;texlive-humanities;texlive-latex-extra (<< 2007) -replaces;texlive-science;texlive-latex-extra (<< 2007) -replaces;texlive-lang-cyrillic;texlive-latex-extra (<< 2007) -replaces;texlive-lang-french;texlive-latex-extra (<< 2007) -replaces;texlive-games;texlive-latex-extra (<< 2007) -replaces;texlive-music;texlive-latex-extra (<< 2007) -replaces;texlive-publishers;texlive-latex-extra (<< 2007) -replaces;texlive-pictures;texlive-latex-extra (<< 2007) -replaces;texlive-latex-base;texlive-base-bin (<< 2007) -replaces;texlive-generic-recommended;texlive-base (<< 2007) -# teTeX3 -> TeX Live 2007 upgrade path -replaces;texlive-base-bin;tetex-bin (<< 2007) -replaces;texlive-metapost;tetex-bin (<< 2007) -replaces;texlive-latex-base;tetex-bin (<< 2007) -replaces;texlive-lang-cyrillic;tetex-bin (<< 2007) -replaces;texlive-font-utils;tetex-bin (<< 2007) -replaces;texlive-math-extra;tetex-bin (<< 2007) -replaces;texlive-extra-utils;tetex-bin (<< 2007) -# HA-prosper moved from latex-recommended to latex-extra -replaces;texlive-latex-extra;texlive-latex-recommended (<< 2007) -# -# blacklist format links, they are now created by dh_installtex -# tl-base-bin -blacklist;file;bin/[^/]*/etex -blacklist;file;bin/[^/]*/pdfetex -blacklist;file;bin/npdflatex -# tl-omega -blacklist;file;bin/[^/]*/lamed -blacklist;file;bin/[^/]*/lambda -# tl-latex-base -blacklist;file;bin/[^/]*/latex -blacklist;file;bin/[^/]*/pdflatex -# tl-formats-extra -blacklist;file;bin/[^/]*/eplain -blacklist;file;bin/[^/]*/mllatex -blacklist;file;bin/[^/]*/mltex -blacklist;file;bin/[^/]*/physe -blacklist;file;bin/[^/]*/phyzzx -blacklist;file;bin/[^/]*/texsis -# tl-math-extra -blacklist;file;bin/[^/]*/amstex -# tl-lang-cz -blacklist;file;bin/[^/]*/cslatex -blacklist;file;bin/[^/]*/pdfcslatex -blacklist;file;bin/[^/]*/csplain -blacklist;file;bin/[^/]*/pdfcsplain -# tl-lang-polish -blacklist;file;bin/[^/]*/mex -blacklist;file;bin/[^/]*/pdfmex -blacklist;file;bin/[^/]*/utf8mex -blacklist;file;bin/[^/]*/pdfplatex -blacklist;file;bin/[^/]*/platex -# tl-xetex -blacklist;file;bin/[^/]*/xelatex -# updates to xetex compile the pool file in, so blacklist it -blacklist;file;texmf/web2c/xetex.pool -# # blacklist files that are already in other debian packages: -blacklist;tpm;bin-dvidvi;* +blacklist;tpm;dvidvi;* suggests;texlive-extra-utils;dvidvi # -# bin-platex goes -blacklist;tpm;bin-platex;* -# -# the source of the tex catalogue is not free, and we are too lazy to ask, -# and the catalogue is anyway removed in upstream for TL2008, so do that -# here, too -blacklist;tpm;catalogue;* -# -# oeasch package is no-modify, blacklist it -blacklist;tpm;oesch;* -# -# -# # file placement errors in TL2007 -# done upstream -mapping;texmf-dist/doc/latex/nag/nag.sty;move;tex/latex/nag/nag.sty -mapping;texmf-dist/doc/xelatex/philokalia/Philokalia-Regular.otf;move;fonts/opentype/public/philokalia/Philokalia-Regular.otf -# todo upstream -mapping;texmf-dist/doc/latex/cmastro/astro.tex;move;tex/generic/cmastro/astro.tex -mapping;texmf-dist/doc/latex/cmastro/astro.sty;move;tex/latex/cmastro/astro.sty -# done upstream -mapping;texmf-dist/doc/latex/otibet/otibet.tex;move;tex/generic/otibet/otibet.tex -# done upstream -mapping;texmf-dist/doc/latex/bangtex/bangfont.tex;move;tex/latex/bangtex/bangfont.tex # useless files # todo upstream blacklist;file;texmf-dist/doc/latex/mathpazo/mapfplm.tex blacklist;file;texmf-dist/doc/latex/mathpazo/mapppl.tex blacklist;file;texmf-dist/doc/latex/mathpazo/mapzplm.tex # +# Changes needed for upgrade 2007->2009 +# basic stuff +replaces;texlive-latex-base;texlive-latex-recommended (<< 2008) +conflicts;texlive-base;texlive-base-bin (<< 2008) +replaces;texlive-base;texlive-base-bin-doc +conflicts;texlive-latex-recommended;texlive-base-bin (<< 2008) +conflicts;texlive-common;texlive-base-bin (<< 2008) +replaces;texlive-extra-utils;texlive-base-bin +# more special replaces +# replacing package built from source texlive-base +replaces;texlive-omega;texlive-fonts-extra-doc (<< 2008) +replaces;texlive-latex-recommended;texlive-latex-extra (<< 2008) +replaces;texlive-latex-recommended-doc;texlive-latex-extra-doc (<< 2008) +replaces;texlive-latex-base-doc;texlive-latex-recommended-doc (<< 2008) +replaces;texlive-generic-recommended;texlive-base (<< 2008) +replaces;texlive-base;texlive-xetex (<< 2008) +replaces;texlive-latex-recommended;texlive-latex-recommended-doc (<< 2008) +replaces;texlive-latex-base;texlive-metapost (<< 2008) +# replacing package built from source texlive-extra +replaces;texlive-font-utils;texlive-fonts-extra (<< 2008) +replaces;texlive-font-utils;texlive-extra-utils (<< 2008) +replaces;texlive-bibtex-extra;texlive-latex-extra (<< 2008) +replaces;texlive-bibtex-extra;texlive-latex-extra-doc (<< 2008) +replaces;texlive-latex-extra;texlive-latex3 (<< 2008) +replaces;texlive-latex-extra-doc;texlive-latex3 (<< 2008) +replaces;texlive-latex-extra-doc;texlive-latex-recommended-doc (<< 2008) +replaces;texlive-latex-extra;texlive-latex-recommended (<< 2008) +replaces;texlive-latex3;texlive-latex-extra (<< 2008) +replaces;texlive-latex3;texlive-math-extra (<< 2008) +replaces;texlive-games;texlive-latex-extra (<< 2008) +replaces;texlive-games;texlive-latex-extra-doc (<< 2008) +replaces;texlive-fonts-extra;texlive-lang-polish (<< 2008) +replaces;texlive-fonts-extra-doc;texlive-lang-polish (<< 2008) +# replacing package built from source texlive-lang +replaces;texlive-lang-german;texlive-latex-extra (<< 2008) +#replaces;texlive-extra-utils;texlive-base-bin +# +# only for testing, need to solve the real problem +replaces;texlive-latex-base;texlive-formats-extra +# +# we blacklist ALL binaries we have to do that latter on with providing +# additional depends +blacklist;file;bin/.* +# # MUST COME AFTER OTHER mappings, ORDER IS IMPORTANT FIRST HIT FIRST SERVE! # would be not necessary, is done in the fallback remapping in tpm2deb.pl, but # indeed necessary otherwise the config remap below hits config in doc files! @@ -1069,6 +643,7 @@ # # # +# # vim:set fileencoding=utf-8: # # Local Variables: # coding: utf-8 diff -Nru texlive-lang-2007.dfsg.4/debian/tpm2debcommon.pm texlive-lang-2009/debian/tpm2debcommon.pm --- texlive-lang-2007.dfsg.4/debian/tpm2debcommon.pm 2010-01-22 12:16:53.000000000 +0000 +++ texlive-lang-2009/debian/tpm2debcommon.pm 2010-01-22 12:16:59.000000000 +0000 @@ -2,9 +2,9 @@ # # tpm2deb-common.pl # machinery to create debian packages from TeX Live depot -# (c) 2005, 2006 Norbert Preining +# (c) 2005, 2006, 2007, 2008 Norbert Preining # -# $Id: tpm2debcommon.pm 3270 2008-02-03 18:18:57Z frank $ +# $Id: tpm2debcommon.pm 4191 2009-09-15 18:02:48Z frank $ # # configuration is done via the file tpm2deb.cfg # @@ -16,19 +16,16 @@ use Exporter (); @ISA = qw( Exporter ); @EXPORT_OK = qw ( - - %TeXLive - - build_data_hash load_collection_tpm_data check_consistency + build_data_hash check_consistency initialize_config_file_data is_blacklisted get_all_files - get_all_executes myopen mycopy ismember populate_TpmData_from_dump - dump_tpm_data store_tpm + get_all_executes myopen mycopy ismember + %TeXLive %Config ); @EXPORT = @EXPORT_OK; # keys(%TeXLive{$package}) = extra_format, uploaders, section, # standards, build_dep_indep, build_dep, priority, description, title, -# license, remotefiles, sourcefiles, runfiles, docfiles, binfiles, +# license, sourcefiles, runfiles, docfiles, binfiles, # realtype, type, replaces, provides, recommends, suggests, # conflicts, depends, includedpackages, executes # @@ -48,32 +45,10 @@ use File::Copy; use File::Path; use File::Temp qw/ tempfile tempdir /; -use Storable; -## not needed, atm we are calling eperl binary -# use Parse::ePerl; -#use XML::DOM; use Cwd; -#use FileUtils qw(canon_dir cleandir make_link newpath member -# normalize substitute_var_val dirname diff_list remove_list -# rec_rmdir sync_dir walk_dir start_redirection stop_redirection); -use Tpm; - -# for debuging -# use Data::Dumper; -# -our (%TeXLive); -our (%Config,%TpmData); -our %TexmfTreeOfType = ( "TLCore" => "texmf", - "Documentation" => "texmf-doc", - "Package" => "texmf-dist"); -our @TpmCategories = keys %TexmfTreeOfType; -our %TypeOfTexmfTree = reverse %TexmfTreeOfType; - -# pre set $opt_master to ./LocalTPM which contains also the Tools dir -# this is set in the main script, and changed with commandline option. -# should it maybe be deleted here? +our (%TeXLive,%Config); my $opt_debug; my $opt_onlyscripts; @@ -85,34 +60,15 @@ } -sub populate_TpmData_from_dump { - my $datafile = $_[0]; - my $tpmdataref = retrieve($datafile); - %TpmData = %{$tpmdataref}; -} - sub build_data_hash { - # local functions - sub get_type { - my ($type_slash_tpmname) = @_; - $type_slash_tpmname =~ m#^(.*)/#; - return($1); - } - sub get_name { - my ($type_slash_tpmname) = @_; - $type_slash_tpmname =~ m#/(.*)$#; - return($1); - } + sub tpm2debname { - my @list_of_debnames =(); - foreach my $tpm_spec (@_) { - my $tpm_name = get_name($tpm_spec); - my $tpm_type = get_type($tpm_spec); -# my $realtype = $subtype; - if (defined($Config{'name_mapping'}{$tpm_name})) { - push @list_of_debnames, $Config{'name_mapping'}{$tpm_name}; + my @list_of_debnames = (); + foreach my $pkg (@_) { + if (defined($Config{'name_mapping'}{$pkg})) { + push @list_of_debnames, $Config{'name_mapping'}{$pkg}; } else { - push @list_of_debnames, $tpm_name; + push @list_of_debnames, $pkg; }; } return(@list_of_debnames); @@ -134,127 +90,163 @@ # the collection names! # # First the binary part - foreach my $tl_type ('TLCore', 'Documentation', 'Package') { - foreach my $coll (keys %{$TpmData{$tl_type}}) { - if (is_blacklisted($coll,"")) { next; } - my ($bin_pkg) = tpm2debname("$tl_type/$coll"); - my $realtype = $tl_type; - if ($tl_type eq "TLCore") { - if ($coll =~ /^bin-(.*)$/) { $realtype = "Package"; } - if ($coll =~ /^hyphen-(.*)$/) { $realtype = "Package"; } - if ($coll =~ /^lib-(.*)$/) { $realtype = "Package"; } - } - $TeXLive{'binary'}{$bin_pkg}{'type'} = $realtype; - $TeXLive{'binary'}{$bin_pkg}{'realtype'} = $tl_type; - if ($tl_type eq "Documentation") { $TeXLive{'binary'}{$bin_pkg}{'type'} = "Package"; } - $TeXLive{'binary'}{$bin_pkg}{'binfiles'} = $TpmData{$tl_type}{$coll}{'BinFiles'}; - $TeXLive{'binary'}{$bin_pkg}{'docfiles'} = $TpmData{$tl_type}{$coll}{'DocFiles'}; - $TeXLive{'binary'}{$bin_pkg}{'runfiles'} = $TpmData{$tl_type}{$coll}{'RunFiles'}; - $TeXLive{'binary'}{$bin_pkg}{'sourcefiles'} = $TpmData{$tl_type}{$coll}{'SourceFiles'}; - $TeXLive{'binary'}{$bin_pkg}{'remotefiles'} = $TpmData{$tl_type}{$coll}{'RemoteFiles'}; - $TeXLive{'binary'}{$bin_pkg}{'license'} = $TpmData{$tl_type}{$coll}{'License'}; - # items that can be overwritten by the configuration file - $TeXLive{'binary'}{$bin_pkg}{'title'} = - $Config{'title'}{$bin_pkg} ? - $Config{'title'}{$bin_pkg} : - $TpmData{$tl_type}{$coll}{'Title'}; - $TeXLive{'binary'}{$bin_pkg}{'description'} = - $Config{'description'}{$bin_pkg} ? - $Config{'description'}{$bin_pkg} : - $TpmData{$tl_type}{$coll}{'Description'}; - # - # executes - # - my @installation = @{$TpmData{$tl_type}{$coll}{'Installation'}}; - my @executes = (); - if (@installation) { - for (my $i = 0; $i <= $#installation; $i++) { - my %execute = %{$installation[$i]}; - my $execute = ""; - foreach my $attr (sort keys %execute) { - $execute .= "$attr=$execute{$attr} "; - } - if (grep(/$execute/,@executes) == 0) { - push (@executes, $execute); - } + my @collections = (); + foreach my $bin_pkg ($::tlpdb->list_packages()) { + next if ($bin_pkg =~ m/^00texlive/); + if ($bin_pkg =~ m/\.(.*)$/) { + next if ("$1" ne "i386-linux"); + } + # + # TODO TODO TODO + # what todo with texlive.infra!!!! + next if is_blacklisted ($bin_pkg, ""); + if ($bin_pkg =~ m/^(.*)\.i386-linux/) { + next if is_blacklisted( $1, ""); + } + my $tlp = $::tlpdb->get_package($bin_pkg); + die "Cannot get $bin_pkg from tlpdb!" unless defined($tlp); + my ($pkg) = tpm2debname($bin_pkg); + my $realtype = $tlp->category; + next if ($realtype eq "Scheme"); + if ($realtype eq "Collection") { + push @collections, $pkg; + } + # we consider everything either as collection or as package, no + # difference what so ever + my $faketype = ($realtype eq "Collection") ? $realtype : "Package"; + # + # we consider TLCore packages as normal packages + # since what we actually ship are the collections + $TeXLive{'binary'}{$pkg}{'type'} = $faketype; + $TeXLive{'binary'}{$pkg}{'realtype'} = $realtype; + my %foo = %{$tlp->binfiles}; + if (defined($foo{'i386-linux'})) { + $TeXLive{'binary'}{$pkg}{'binfiles'} = [ @{$foo{'i386-linux'}} ]; + } else { + $TeXLive{'binary'}{$pkg}{'binfiles'} = [ ]; + } + $TeXLive{'binary'}{$pkg}{'docfiles'} = [ $tlp->docfiles ]; + $TeXLive{'binary'}{$pkg}{'runfiles'} = [ $tlp->runfiles ]; + $TeXLive{'binary'}{$pkg}{'sourcefiles'} = [ $tlp->srcfiles ]; + $TeXLive{'binary'}{$pkg}{'license'} = $tlp->cataloguedata->{'license'}; + # items that can be overwritten by the configuration file + $TeXLive{'binary'}{$pkg}{'title'} = + $Config{'title'}{$pkg} ? + $Config{'title'}{$pkg} : $tlp->shortdesc; + $TeXLive{'binary'}{$pkg}{'description'} = + $Config{'description'}{$pkg} ? + $Config{'description'}{$pkg} : $tlp->longdesc; + # + # executes + # + my @executes = $tlp->executes; + if (defined($Config{'add_execute'}{$pkg})) { + foreach my $e (@{$Config{'add_execute'}{$pkg}}) { + if (grep(/$e/,@executes) == 0) { + push (@executes, $e); } } - if (defined($Config{'add_execute'}{$bin_pkg})) { - foreach my $e (@{$Config{'add_execute'}{$bin_pkg}}) { - if (grep(/$e/,@executes) == 0) { - push (@executes, $e); + } + $TeXLive{'binary'}{$pkg}{'executes'} = [ @executes ]; + # + # included packages + # + my @requires = $tlp->depends; + my @packs = (); + my @depends = (); + foreach my $dep (@requires) { + $dep =~ s/\.ARCH/.i386-linux/; + my $deptlp = $::tlpdb->get_package($dep); + if (!defined($deptlp)) { + printf STDERR "Cannot find $dep!\n"; + next; + } + my $depcat = $deptlp->category; + # + # dependencies on collections are handled below + if ($depcat eq "Collection") { + push @depends, $dep; + next; + } + # + # if the package is moved somewhere else, ignore it + if (defined($Config{'moved_to'}{$dep})) { + next; + } + if (!is_blacklisted($dep,$pkg)) { push @packs, $dep; } + } + # normally collections contain all sub-dependencies, ie we + # dont have deps of deps to consider. + # One exception is the .ARCH dep. collection-basicbin depends + # on bin-bibtex which in turn depends on bin-bibtex.ARCH + # but the original collection does not depend on bin-bibtex.ARCH + if ($realtype eq "Collection") { + push @packs, @{$Config{'extra_packages'}{$pkg}} + if defined($Config{'extra_packages'}{$pkg}); + # work through all @packs and see if we find a .ARCH one + my @addpacks; + foreach my $p (@packs) { + next if (!defined($::tlpdb->get_package($p))); + foreach my $d ($::tlpdb->get_package($p)->depends) { + if ($d =~ m/\.ARCH/) { + if (defined($::tlpdb->get_package("$p.i386-linux"))) { + push @addpacks, "$p.i386-linux"; + } } } } - $TeXLive{'binary'}{$bin_pkg}{'executes'} = \@executes; - # - # included packages - # - my @requires = @{$TpmData{$tl_type}{$coll}{'Package'}}; - my @packs = (); - foreach my $required_tpm (@requires) { -# my $st = get_type($required_tpm); - my $tpm_name = get_name($required_tpm); - # - # if the package is moved somewhere else, ignore it - if (defined($Config{'moved_to'}{$tpm_name})) { - next; - } - if (!is_blacklisted($tpm_name,$bin_pkg)) { push @packs, $tpm_name; } - } - if (defined($Config{'extra_packages'}{$bin_pkg})) { - push @packs, @{$Config{'extra_packages'}{$bin_pkg}}; - } - $TeXLive{'binary'}{$bin_pkg}{'includedpackages'} = \@packs; - # - # depends - # - # we have to collect the depends from the config file and the - # direct tpm dependencies - my @depends = tpm2debname(@{$TpmData{$tl_type}{$coll}{'TLCore'}}); - if ($bin_pkg ne "texlive-common") { - push @depends, "texlive-common (>= $TeXLive{'all'}{'tl_common_version'})"; - } - # - if (defined($Config{'depends'}{$bin_pkg})) { - push @depends, @{$Config{'depends'}{$bin_pkg}}; - } - # what about ${shlibs:Depends} - $TeXLive{'binary'}{$bin_pkg}{'depends'} = \@depends; - # - # other relations - # - if (defined($Config{'conflicts'}{$bin_pkg})) { - $TeXLive{'binary'}{$bin_pkg}{'conflicts'} = [ @{$Config{'conflicts'}{$bin_pkg}} ]; - } - if (defined($Config{'suggests'}{$bin_pkg})) { - $TeXLive{'binary'}{$bin_pkg}{'suggests'} = [ @{$Config{'suggests'}{$bin_pkg}} ]; - } - if (defined($Config{'recommends'}{$bin_pkg})) { - $TeXLive{'binary'}{$bin_pkg}{'recommends'} = [ @{$Config{'recommends'}{$bin_pkg}} ]; - } - if (defined($Config{'provides'}{$bin_pkg})) { - $TeXLive{'binary'}{$bin_pkg}{'provides'} = [ @{$Config{'provides'}{$bin_pkg}} ]; - } - if (defined($Config{'replaces'}{$bin_pkg})) { - $TeXLive{'binary'}{$bin_pkg}{'replaces'} = [ @{$Config{'replaces'}{$bin_pkg}} ]; - } - if (defined($Config{'bin-section'}{$bin_pkg})) { - $TeXLive{'binary'}{$bin_pkg}{'section'} = $Config{'bin-section'}{$bin_pkg}; - } + push @packs, @addpacks; + } + $TeXLive{'binary'}{$pkg}{'includedpackages'} = [ @packs ]; + # + # depends + # + # we have to collect the depends from the config file and the + # direct tpm dependencies + @depends = tpm2debname(@depends); + if ($pkg ne "texlive-common") { + push @depends, "texlive-common (>= $TeXLive{'all'}{'tl_common_version'})"; + } + # + if (defined($Config{'depends'}{$pkg})) { + push @depends, @{$Config{'depends'}{$pkg}}; + } + # what about ${shlibs:Depends} + $TeXLive{'binary'}{$pkg}{'depends'} = [ @depends ]; + # + # other relations + # + if (defined($Config{'conflicts'}{$pkg})) { + $TeXLive{'binary'}{$pkg}{'conflicts'} = [ @{$Config{'conflicts'}{$pkg}} ]; + } + if (defined($Config{'suggests'}{$pkg})) { + $TeXLive{'binary'}{$pkg}{'suggests'} = [ @{$Config{'suggests'}{$pkg}} ]; + } + if (defined($Config{'recommends'}{$pkg})) { + $TeXLive{'binary'}{$pkg}{'recommends'} = [ @{$Config{'recommends'}{$pkg}} ]; + } + if (defined($Config{'provides'}{$pkg})) { + $TeXLive{'binary'}{$pkg}{'provides'} = [ @{$Config{'provides'}{$pkg}} ]; + } + if (defined($Config{'replaces'}{$pkg})) { + $TeXLive{'binary'}{$pkg}{'replaces'} = [ @{$Config{'replaces'}{$pkg}} ]; + } + if (defined($Config{'bin-section'}{$pkg})) { + $TeXLive{'binary'}{$pkg}{'section'} = $Config{'bin-section'}{$pkg}; } } + # # we do the doc splitting now - foreach my $coll (keys %{$TpmData{'TLCore'}}) { + foreach my $coll (@collections) { if (is_blacklisted($coll,"")) { next; } - my ($bin_pkg) = tpm2debname("TLCore/$coll"); + my ($bin_pkg) = tpm2debname("$coll"); if (defined($Config{'docsplitting'}{$bin_pkg})) { my $doc_pkg = "$bin_pkg-doc"; # first creat new bin package and add doc files $TeXLive{'binary'}{$doc_pkg}{'section'} = "doc" ; - $TeXLive{'binary'}{$doc_pkg}{'type'} = 'TLCore'; - $TeXLive{'binary'}{$doc_pkg}{'realtype'} = 'TLCore'; + $TeXLive{'binary'}{$doc_pkg}{'type'} = 'Collection'; + $TeXLive{'binary'}{$doc_pkg}{'realtype'} = 'Collection'; # we don't want to move man pages!!! my @p = (); my @pd = (); @@ -280,7 +272,7 @@ } $TeXLive{'binary'}{$doc_pkg}{'docfiles'} = [ @pd ]; $TeXLive{'binary'}{$bin_pkg}{'docfiles'} = [ @p ]; - $TeXLive{'binary'}{$doc_pkg}{'license'} = $TpmData{'TLCore'}{$coll}{'License'}; + $TeXLive{'binary'}{$doc_pkg}{'license'} = $TeXLive{'binary'}{$bin_pkg}{'license'}; $TeXLive{'binary'}{$doc_pkg}{'title'} = "Documentation files for $bin_pkg"; $TeXLive{'binary'}{$doc_pkg}{'description'} = "This package provides the documentation for $bin_pkg"; # what else do we have to set here ???? @@ -428,108 +420,6 @@ } } -sub load_collection_tpm_data { - # local functions - sub trim { - my ($str) = @_; - $str =~ s/^[\n\s]+//; - $str =~ s/[\n\s]+$//; - return $str; - } - sub get_requires { - my ($tpm,$type) = @_; - my %requires = $tpm->getHash("Requires"); - my @keylist = keys %requires; - my @tlcorereqlist = (); - my @packagereqlist = (); - if ($type eq '') { - $type = "all"; - } - foreach my $k (keys %requires) { - foreach my $e (@{$requires{$k}}) { - # manually exclude Windows-only packages - if ($e eq "bin-bzip2") {} - elsif ($e eq "bin-xpdf") {} - elsif ($e eq "bin-chktex") {} - elsif ($e eq "bin-ghostscript") {} - elsif ($e eq "bin-gzip") {} - elsif ($e eq "bin-jpeg2ps") {} - elsif ($e eq "bin-perl") {} - elsif ($e eq "bin-windvi") {} - elsif ($e eq "lib-freetype2") {} - elsif ($e eq "lib-gd") {} - elsif ($e eq "lib-geturl") {} - elsif ($e eq "lib-gnu") {} - elsif ($e eq "lib-gs") {} - elsif ($e eq "lib-jpeg") {} - elsif ($e eq "lib-md5") {} - elsif ($e eq "lib-png") {} - elsif ($e eq "lib-regex") {} - elsif ($e eq "lib-texmfmp") {} - elsif ($e eq "lib-tiff") {} - elsif ($e eq "lib-ttf") {} - elsif ($e eq "lib-xpdf") {} - elsif ($e eq "lib-xpm") {} - elsif ($e eq "lib-zlib") {} - elsif ($e =~ /^bin-(.*)$/) { - push @packagereqlist, "$k/$e"; - } - elsif ($e =~ /^hyphen-(.*)$/){ - push @packagereqlist, "$k/$e"; - } - elsif ($k eq "TLCore") { - push @tlcorereqlist, "$k/$e"; - } else { - push @packagereqlist, "$k/$e"; - } - } - } - if ($type eq '' || $type eq 'all') { - my %foo; - $foo{'TLCore'} = \@tlcorereqlist; - $foo{'Package'} = \@packagereqlist; - #my @foo=(@tlcorereqlist,@packagereqlist); - #return(@foo); - return(\%foo); - } elsif ($type eq 'TLCore') { - return(@tlcorereqlist); - } elsif ($type eq 'Package') { - return(@packagereqlist); - } else { - die("Don't know this type: $type!\n"); - } - } - # start of real function - use_global_vars(); - print "Start loading tpm data ... \n"; - foreach my $t ('TLCore', 'Documentation', 'Package') { - my $subtree = ${TexmfTreeOfType}{$t}; - foreach my $f (<$Master/$subtree/tpm/*.tpm>) { - my $shortn = basename($f); - $shortn =~ s,\.tpm$,,; - if (($t eq 'TLCore') && ($shortn =~ m/^scheme-/)) { next ; } - my $tpm = Tpm->new("$subtree/tpm/$shortn.tpm"); - $TpmData{$t}{$shortn}{'BinFiles'} = [ $tpm->getFileList("BinFiles") ]; - $TpmData{$t}{$shortn}{'DocFiles'} = [ $tpm->getFileList("DocFiles") ]; - $TpmData{$t}{$shortn}{'RunFiles'} = [ $tpm->getFileList("RunFiles") ]; - $TpmData{$t}{$shortn}{'SourceFiles'} = [ $tpm->getFileList("SourceFiles") ]; - $TpmData{$t}{$shortn}{'RemoteFiles'} = [ $tpm->getFileList("RemoteFiles") ]; - $TpmData{$t}{$shortn}{'Title'} = trim($tpm->getAttribute("Title")); - # print "got title $TpmData{$t}{$shortn}{'Title'}\n"; - $TpmData{$t}{$shortn}{'Description'} = trim($tpm->getAttribute("Description")); - $TpmData{$t}{$shortn}{'License'} = trim($tpm->getAttribute("License")); - my @foo = $tpm->getList("Installation"); - $TpmData{$t}{$shortn}{'Installation'} = \@foo ; - my $alldeps = get_requires($tpm,'all'); - my @incs = @{$alldeps->{'Package'}}; - my @deps = @{$alldeps->{'TLCore'}}; - $TpmData{$t}{$shortn}{'Package'} = \@incs; - $TpmData{$t}{$shortn}{'TLCore'} = \@deps; - } - } - print " ... done\n"; -} - sub check_consistency { my %UsedPackages; my $raiseerror = 0; @@ -543,7 +433,7 @@ # my %TLB = %{$TeXLive{'binary'}}; foreach my $collection (keys %TLB) { - if ($TLB{$collection}{'type'} ne "TLCore") { next; } + if ($TLB{$collection}{'type'} ne "Collection") { next; } foreach my $tpm (@{$TLB{$collection}{'includedpackages'}}) { $PackageToCollection{$tpm} = $collection; push @allincludedpkgs, $tpm; @@ -607,7 +497,7 @@ } } if ($raiseerror) { exit 1; } - print " ... tpm files and config file are consistent, good!\n"; + print " ... tlpdb and config file are consistent, good!\n"; } @@ -666,6 +556,12 @@ $Config{'add_execute'}{$a} = [ @{$Config{'add_execute'}{$a}}, "$b" ]; next; } + if ($type eq "disable_format") { + my ($b) = @rest; + $opt_debug && print STDERR "b=$b.\n"; + $Config{'disabled_formats'}{$a} = [ @{$Config{'disabled_formats'}{$a}}, "$b" ]; + next; + } if ($type eq "mapping") { my ($b,$c) = @rest; $opt_debug && print STDERR "b=$b, c=$c.\n"; @@ -692,7 +588,7 @@ $opt_debug && print STDERR "b=$b, c=$c.\n"; $Config{'package_blacklist'}{$b} = "$c"; } else { - print STDERR "tpm2deb.cfg: Unknown directive: $_. Exiting!\n"; + print STDERR "tpm2deb.cfg: Unknown blacklist directive: $_. Exiting!\n"; exit 1; } next; @@ -712,7 +608,7 @@ if ($type eq "extra") { my ($b,$c,$d) = @rest; if ($a ne "format") { - print STDERR "tpm2deb.cfg: Unknown directive: $_. Exiting!\n"; + print STDERR "tpm2deb.cfg: Unknown extra directive: $_. Exiting!\n"; exit 1; } $opt_debug && print STDERR "b=$b, c=$c, d=$d.\n"; @@ -848,7 +744,7 @@ $opt_debug && print STDERR "Dropped depends of $a on @{$Config{'depends_not'}{$a}}\n"; next; } - print STDERR "tpm2deb.cfg: Unknown directive: $type. Exiting!\n"; + print STDERR "tpm2deb.cfg: Unknown directive: $type. Maybe an empty line?\n Exiting!\n"; exit 1; } close(CFGFILE); @@ -880,7 +776,6 @@ $files{'DocFiles'} = \@{$TeXLive{'binary'}{$entry}{'docfiles'}}; $files{'RunFiles'} = \@{$TeXLive{'binary'}{$entry}{'runfiles'}}; $files{'SourceFiles'} = \@{$TeXLive{'binary'}{$entry}{'sourcefiles'}}; - $files{'RemoteFiles'} = \@{$TeXLive{'binary'}{$entry}{'remotefiles'}}; if ($reclevel > 0) { foreach my $r (@requires) { $opt_debug && print STDERR " package " . $r . "\n"; @@ -889,7 +784,6 @@ push @{$files{'DocFiles'}}, @{$foo{'DocFiles'}}; push @{$files{'RunFiles'}}, @{$foo{'RunFiles'}}; push @{$files{'SourceFiles'}}, @{$foo{'SourceFiles'}}; - push @{$files{'RemoteFiles'}}, @{$foo{'RemoteFiles'}}; } } return(\%files); @@ -942,36 +836,6 @@ return 0; } -##################################### -sub dump_tpm_data { - print "Dumping TpmData\n\n"; - foreach my $t ('TLCore', 'Documentation', 'Package') { - print "Dumping $t:\n"; - my %foo = %{$TpmData{$t}}; - foreach my $p (keys %foo) { - print "$p:\n"; - print "\tbinfiles: @{$TpmData{$t}{$p}{'BinFiles'}}<<<\n"; - print "\trunfiles: @{$TpmData{$t}{$p}{'RunFiles'}}<<<\n"; - print "\tdocfiles: @{$TpmData{$t}{$p}{'DocFiles'}}<<<\n"; - print "\tsourcefiles: @{$TpmData{$t}{$p}{'SourceFiles'}}<<<\n"; - print "\tremotefiles: @{$TpmData{$t}{$p}{'RemoteFiles'}}<<<\n"; - print "\ttitle: $TpmData{$t}{$p}{'Title'}\n"; - print "\tDescription: $TpmData{$t}{$p}{'Description'}\n"; - print "\tLicense: $TpmData{$t}{$p}{'License'}\n"; - print "\tInstallation: @{$TpmData{$t}{$p}{'Installation'}}\n"; - print "\tDep-Package: @{$TpmData{$t}{$p}{'Package'}}\n"; - print "\tDep-TLCore: @{$TpmData{$t}{$p}{'TLCore'}}\n"; - } - } -} - -sub store_tpm { - my ($fn) = @_; - print "Storing TpmData into $fn ...\n"; - store(\%TpmData, $fn) or die "Can't store TpmData in $fn!\n"; - print " ...done\n"; -} - 1; diff -Nru texlive-lang-2007.dfsg.4/debian/update-link-files.sh texlive-lang-2009/debian/update-link-files.sh --- texlive-lang-2007.dfsg.4/debian/update-link-files.sh 2010-01-22 12:16:53.000000000 +0000 +++ texlive-lang-2009/debian/update-link-files.sh 2010-01-22 12:16:59.000000000 +0000 @@ -1,7 +1,7 @@ #!/bin/bash # # update-link-files.sh -# $Id: update-link-files.sh 2583 2007-03-15 20:12:56Z frank $ +# $Id: update-link-files.sh 3943 2009-05-22 12:11:09Z preining $ # # This script serves two purposes: # 1) it copies the content of $package.links.dist to $package.links diff -Nru texlive-lang-2007.dfsg.4/.pc/.version texlive-lang-2009/.pc/.version --- texlive-lang-2007.dfsg.4/.pc/.version 2010-01-22 12:16:53.000000000 +0000 +++ texlive-lang-2009/.pc/.version 1970-01-01 01:00:00.000000000 +0100 @@ -1 +0,0 @@ -2 diff -Nru texlive-lang-2007.dfsg.4/README texlive-lang-2009/README --- texlive-lang-2007.dfsg.4/README 1970-01-01 01:00:00.000000000 +0100 +++ texlive-lang-2009/README 2008-08-09 14:39:09.000000000 +0100 @@ -0,0 +1,4 @@ +For the introductory information to TeX Live, see the directories +readme-txt.dir (plain text files) or readme-html.dir/ (HTML files). +The material is available in several languages. + diff -Nru texlive-lang-2007.dfsg.4/README.CS texlive-lang-2009/README.CS --- texlive-lang-2007.dfsg.4/README.CS 2007-01-25 09:54:00.000000000 +0000 +++ texlive-lang-2009/README.CS 1970-01-01 01:00:00.000000000 +0100 @@ -1,129 +0,0 @@ -Vita Vas TeX Live! - - Distribucia softveru TeX Live ponuka uplny system TeX pre siroku paletu - platforiem, ako su Unix, Macintosh, Windows a ine. Zahrna programy na - editaciu, sadzbu, prehliadanie a tlac TeXovskych dokumentov - v mnohych roznych jazykoch, ako aj obsirnu kolekciu TeXovskych makier - a kniznic fontov. - - Distribucia obsahuje aj rozsiahlu celkovu dokumentaciu o TeXu, - rovnako ako sprievodnu dokumentaciu k dodanym softverovym balikom. - - Informaciu o licenciach najdete, prosim, v textovych suboroch - [1]LICENSE.TL a [2]LICENSE.CTAN korenoveho adresara. - - Kde zacat - - Vrele Vam odporucame, aby ste si predtym, nez zacnete instalovat, - precitali prirucku ku TeX Live. Obsahuje postupnost navodov, - popis korenovych adresarov a dalsie veci. - - Anglicke verzie prirucky su v hierarchii [3]texmf-doc/doc/english/ - vo formatoch [4]html aj [5]pdf. Aj preklady do viacerych jazykov - sa daju najst v [6]texmf-doc/doc/*. - - Na konci dokumentacie v oddieli "Trocha historie" najdete zoznam - najdolezitjsich zmien v tohtorocnom vydani TeX live. - - Instalacia - - Priestorove ohranicenia formatu CD-ROM nas donutili rozdelit TeX Live - na niekolko distribucii. Nahliadnutim do suboru 00type.TL v tomto - korenovom adresari zistite, s ktorou mate prave do cinenia. - - live - Uplny system na DVD; pre CD je prilis rozsiahla. Programy - mozete spustat priamo z DVD mechaniky; pre podrobnosti pozri - dokumentaciu. Druhou moznostou je nainstalovat TeX live na - disk spustenim skriptu install-tl.sh v adresari texlive - pod Unixom, vratane MacOSX. V adresari setuptl najdete - tiez Windowsovsky instalator nazvany tlpmgui. - - Live DVD obsahuje aj dalsie distribucie: proTeXt (pozri nizsie); - MacTeX pre MacOSX; a archiv CTAN. Kazda z tychto distribucii je - uplne nezavisla od distribucie TeX Live, s roznymi licencnymi - podmienkami. - - inst(allable) - Uplny system na CD, na instalaciu pre Unix (vratane MacOSX) - alebo pre Windows; aby bol system v poriadku, museli sme - skomprimovat vsetko, co sme mohli. Preto nie je mozne spustat - TeX priamo z instalacneho CD; musite ho najskor nainstalovat - na disk (odtial vyplyva jeho nazov). Vykonate to spustenim - ./install-tl.sh pod Unixom alebo MacOSX, setuptl/tlpmgui-i386-linux - (Linux), alebo spustenim setuptl/tlpmgui.exe pod Windows. - - protext - Windowsovska distribucia proTeXt je rozsirenim MiKTeXu: - pridava niekolko doplnkovych nastrojov a podstatne zjednodusuje - instalaciu. Je uplne nezavisla na instalacii TeX Live a ma - svoje vlastne instalacne postupy. Da sa spustat nazivo (live) - alebo instalovat na disk. ProTeXt sa dodava na live DVD, pripadne - (pre niektore zdruzenia pouzivatelov) na vlastnom CD. - - Prirodzene, kazde zdruzenie pouzivatelov sa podla vlastneho uvazenia rozhodne, - co bude distribuovat. (TUG zasiela vsetky tri vyssie uvedene disky vsetkym - svojim clenom.) - - Podrobnosti formatu CD: CD pre Unix a Mac pouzivaju rozsirenie Rock Ridge - standardneho formatu ISO-9660. Pre Windows sa pouzivaju rozsirenia Microsoft - Joliet. V kazdom pripade by ste mali po namontovani vidiet uplne nazvy. - Ak vidite neuplne odrezane nazvy, nemozete spustat programy priamo. - Ak mate dobru siet a viete, ako sa napaluju disky, mozete ziskat online - obrazy [7]ISO. Na prezeranie je dostupny aj obsah [8]. - - Dokumentacia - - Vacsina dokumentacie sa da prezerat online pred instalaciou systemu TeX. - Na co najprijemnejsie citanie budete potrebovat prehliadac - (ako napr. [9]Mozilla, volna verzia programu Netscape) dokumentov HTML - a citac PDF (napr. [10]gv alebo [11]xpdf, oba su volne - alternativy Acrobatu) pre dokumenty PDF. - * [12]dokumentacia TeX Live (html). - * [13]linky na vsetku dodanu PDF a HTML dokumentaciu. - * TeX FAQ v tejto distribucii: [14]cesko/slovenske, [15]anglicke - (pdf), [16]francuzske, [17]nemecke. - - Na zaver niekolko pribuznych web-stranok, pre Vas prehlad. Tieto nie su - sucastou TeX Live: - * [18]http://tug.org/begin.html - ak ste TeXovsky zaciatocnik a/alebo - mate zaujem o uvodne materialy. - * [19]http://tug.org/interest.html - vseobecny zoznam TeXovskych zdrojov - na webe, vratane dokumentacie, systemov, balikov, fontov a dalsich veci. - * [20]http://tug.org/ctan.html - jeden zo vstupnych bodov na - Comprehensive TeX Archive Network (CTAN), ktory je online skladiskom - vsetkych TeXovskych veci. - * [21]http://tug.org/usergroups.html - celosvetovy zoznam zdruzeni - pouzivatelov TeXu, obsahujuci kontaktne informacie. Nevahajte a pripojte - sa k Vami zvolenemu zdruzeniu pouzivatelov, podporite tak TeX Live - a ine TeXovske aktivity. - - Stastne TeXovanie! - _________________________________________________________________ - - [22]domovska stranka TeX Live. - -Odkazy - - 1. LICENSE.TL - 2. LICENSE.CTAN - 3. texmf-doc/doc/english - 4. texmf-doc/doc/english/texlive-en/live.html - 5. texmf-doc/doc/english/texlive-en/live.pdf - 6. texmf-doc/doc/ - 7. http://tug.org/ftp/texlive/Images/ - 8. http://tug.org/ftp/texlive/Contents/ - 9. http://www.mozilla.org/ - 10. http://tug.org/applications/gv/ - 11. http://www.foolabs.com/xpdf/ - 12. texmf-doc/doc/english/texlive-en/live.html - 13. doc.html - 14. texmf-doc/doc/czechslovak/cstug/csfaq/ - 15. texmf-doc/doc/english/FAQ-en/newfaq.pdf - 16. texmf-doc/doc/french/FAQ-fr/ - 17. texmf-doc/doc/german/FAQ-ge/ - 18. http://tug.org/begin.html - 19. http://tug.org/interest.html - 20. http://tug.org/ctan.html - 21. http://tug.org/usergroups.html - 22. http://tug.org/tex-live/ diff -Nru texlive-lang-2007.dfsg.4/README.DE texlive-lang-2009/README.DE --- texlive-lang-2007.dfsg.4/README.DE 2007-01-25 09:54:00.000000000 +0000 +++ texlive-lang-2009/README.DE 1970-01-01 01:00:00.000000000 +0100 @@ -1,171 +0,0 @@ - - Willkommen zu TeX Live in der TeX Collection 2007 - - Die TeX Live Distribution bietet Ihnen ein komplettes TeX-System für - eine Vielzahl von Unix, Macintosh, Microsoft Windows, und anderen - Plattformen. Dies beinhaltet Programme zum Editieren, zum Satz, zur - Bildschirmdarstellung, und zum Ausdruck von TeX-Dokumenten in vielen - Sprachen, sowie eine große Sammlung von TeX-Makros und eine abermals - vergrößerte Anzahl von Fonts. - - Wir haben eine Menge allgemeiner Dokumentation zu TeX beigefügt sowie - detaillierte Anleitungen zu spezifischen Programmpaketen. Diese sollen - Ihnen den Einstieg in die Anwendung von TeX erleichtern. - - Informationen über Lizenzbedingungen finden Sie jeweils im - Wurzelverzeichnis der DVD/CDs in den Textdateien [1]LICENSE.TL und - [2]LICENSE.CTAN. - -Zum Einstieg - - Wir empfehlen, daß Sie zunächst die "Anleitung zum TeX Live-System" - ausdrucken und lesen, bevor Sie mit der Installation beginnen. Diese - Anleitung enthält Schritt für Schritt alle notwendigen Informationen - zur Benutzung der DVD und CDs sowie zur Installation selbst. Darüber - hinaus enthält sie eine Erläuterung der Verzeichnisstruktur auf der - DVD. - - Sie finden die Anleitung in verschiedenen Dateiformaten im Verzeichnis - [3]texmf-doc/doc/german/texlive-ge/: - * HTML: [4]live.html - * PDF: [5]live.pdf - - Übersetzungen in andere Sprachen finden Sie in weiteren - Unterverzeichnissen von [6]texmf-doc/doc/. Die wichtigsten Neuerungen - der diesjährigen Ausgabe können Sie im Abschnitt "Geschichtliches" am - Ende der Anleitung nachlesen. - -Installation - - Auch im Jahr 2007 ist der Umfang von Programmen, Paketen und Fonts, - aus denen TeX Live besteht, so groß, daß nicht mehr alles auf eine - einzelne CD passt. In der diesjährigen Kollektion sind daher mehrere - Distributionen von TeX Live auf unterschiedlichen Medien (DVD/CD) - enthalten. Sie können leicht feststellen, welches Medium Sie vor sich - haben: Schauen Sie nach einer Datei namens 00Typ.TL im - Wurzelverzeichnis. Hierbei ist Typ eines der folgenden Wörter: - - live - Diese DVD enthält ein vollständiges lauffähiges TeX Live-System - (es ist mit mehr als einem GB zu groß für eine CD). Sie können - die Programme direkt von der gemounteten DVD ausführen; - Informationen hierzu finden Sie in der genannten "Anleitung zum - TeX Live-System". Alternativ können Sie das komplette System - auch auf Festplatte installieren. Für Unix und MacOSX gibt es - hierzu das Skript ./install-tl.sh im Verzeichnis texlive; für - Windows finden Sie das graphische Installationsprogramm - tlpmgui.exe im Verzeichnis setuptl. - - Weiterhin enthält die DVD ein Abbild des CTAN-Archivs, sowie - die Distributionen ProTeXt für Windows (siehe unten) und MacTeX - für MacOSX. Diese Pakete sind komplett unabhängig vom TeX - Live-System, mit zum Teil von TeX Live abweichenden - Lizenzbedingungen. - - inst(allierbar) - Dies ist ein TeX Live Komplettsystem auf einer CD zur - Installation unter Unix (einschließlich MacOSX) oder Windows. - Um dies zu ermöglichen, wurden fast alle Dateien auf dieser CD - komprimiert. Daher kann man TeX von dieser CD auch nicht direkt - ausführen, sondern muß die gewünschten Dateien zunächst auf der - Festplatte *inst*allieren (daher der Name). Zur Installation - unter Unix/MacOSX dient das Skript ./install-tl.sh; - setuptl/tlpmgui-i386-linux (Linux); die Installation unter Windows - erfolgt mit dem Programm tlpmgui.exe im Verzeichnis setuptl. - - protext - Diese CD enthält ProTeXt, eine TeX-Distribution speziell für - Microsoft Windows, welche auf der [7]MiKTeX Distribution - basiert. ProTeXt erweitert MiKTeX um mehrere Programme, hat - eine vereinfachte Installation, und kommt mit eigenen - Installationsanweisungen. ProTeXt kann direkt von der CD - ausgeführt werden; es läßt sich ebenso auf Festplatte - installieren. - - ProTeXt befindet sich sowohl im Wurzelverzeichnis der TeX Live - DVD als auch auf seiner eigenen CD (für alle, die keine DVD - nutzen können). - - Die ProTeXt Distribution ist vollständig unabhängig von TeX - Live. Sie ist aus der TeX-Distribution des - Universitätsrechenzentrums der FernUniversität Hagen - hervorgegangen, - - DANTE-Mitglieder erhalten die TeX Collection DVD automatisch. Die - beiden genannten CDs sind jeweils auf Anfrage erhältlich. - - Details zum CD- und DVD-Format: Für Unix und MacOSX-Benutzer verwenden - die CDs und die DVD die "Rock Ridge" Erweiterungen (z. B. lange - Dateinamen) zum standardisierten ISO-9660-Format. Unter Angabe dieses - Formats lassen sie sich einfach "mounten". Windows - 9X/ME/NT/2K/XP-Benutzer sollten auf der CD und DVD ebenfalls lange - Dateinamen sehen können, da auch die Microsoft "Joliet" Erweiterungen - unterstützt werden. Falls Sie nur verkürzte Namen sehen, können Sie - die Programme leider nicht direkt starten. - - Für alle, die eine TeX Live DVD oder CD selber brennen möchten (und - die über einen Breitband-Internetanschluss verfügen), sind die - [8]ISO-Images online verfügbar. Weiterhin kann man [9]online durch den - Inhalt blättern. - -Die Dokumentation - - Ein Großteil der Dokumentation kann "online" gelesen werden (noch - bevor ein TeX-System tatsächlich installiert wurde). Diese Dokumente - liegen normalerweise im HTML- und/oder im PDF-Format vor. Zum Lesen - der HTML-Dateien benötigen Sie einen Browser (z. B. [10]Mozilla). Die - PDF-Dateien können Sie mit dem Adobe Reader betrachten (oder mit - freien Alternativen wie z. B. [11]gv oder [12]xpdf). - * [13]TeX Live Dokumentation (HTML). - * [14]Links zur gesamten in TeX Live enthaltenen PDF und HTML - Dokumentation. - * TeX FAQ's (Häufig gestellte Fragen) in der Distribution: - [15]Englisch (PDF), [16]Französisch, [17]Deutsch. - - Schließlich ein paar interessante Links zu Informationen, welche nicht - in TeX Live enthalten sind: - * [18]http://tug.org/begin.html - (englisch) für alle, die neu mit - TeX beginnen oder die sich für einführende Literatur - interessieren. - * [19]http://www.dante.de - die Deutschsprachige Anwendervereinigung - TeX e. V. - * [20]http://tug.org/interest.html - eine allgemeine Liste von TeX - Ressourcen im Internet. Verweise zu Dokumentation, Systemen, - Paketen, Fonts, und mehr... - * [21]http://dante.ctan.org/CTAN/ - Einstiegspunkt zum - "Comprehensive TeX Archive Network" (CTAN), dem zentralen - Umschlagplatz für alle TeX betreffenden Dinge. - * [22]http://tug.org/usergroups.html - Liste der weltweiten TeX - Benutzergruppen mit Kontaktinformationen. Wir empfehlen wärmstens, - einer TeX Benutzergruppe Ihrer Wahl beizutreten. - - Happy TeXing! - Viel Spaß mit TeX! - _________________________________________________________________ - - $Date: 2007/01/10 20:38:49 $; [23]contact tex-live@tug.org. - -Verweise - - 1. readme.de/LICENSE.TL - 2. readme.de/LICENSE.CTAN - 3. readme.de/texmf-doc/doc/german/texlive-ge/ - 4. readme.de/texmf-doc/doc/german/texlive-ge/live.html - 5. readme.de/texmf-doc/doc/german/texlive-ge/live.pdf - 6. readme.de/texmf-doc/doc/ - 7. http://www.miktex.org/ - 8. http://tug.org/ftp/texlive/Images/ - 9. http://tug.org/ftp/texlive/Contents/ - 10. http://www.mozilla.org/ - 11. http://tug.org/applications/gv/ - 12. http://www.foolabs.com/xpdf/ - 13. readme.de/texmf-doc/doc/german/texlive-ge/live.html - 14. readme.de/doc.html - 15. readme.de/texmf-doc/doc/english/FAQ-en/newfaq.pdf - 16. readme.de/texmf-doc/doc/french/FAQ-fr/ - 17. readme.de/texmf-doc/doc/german/FAQ-ge/de-tex-faq.pdf - 18. http://tug.org/begin.html - 19. http://www.dante.de/ - 20. http://tug.org/interest.html - 21. http://dante.ctan.org/CTAN/ - 22. http://tug.org/usergroups.html - 23. mailto:tex-live@tug.org diff -Nru texlive-lang-2007.dfsg.4/README.EN texlive-lang-2009/README.EN --- texlive-lang-2007.dfsg.4/README.EN 2007-01-25 19:43:14.000000000 +0000 +++ texlive-lang-2009/README.EN 1970-01-01 01:00:00.000000000 +0100 @@ -1,133 +0,0 @@ - -Welcome to TeX Live - - The TeX Live software distribution offers a complete TeX system for a - variety of Unix, Macintosh, Windows and other platforms. It - encompasses programs for editing, typesetting, previewing and printing - of TeX documents in many different languages, and a large collection - of TeX macros and font libraries. - - The distribution also includes extensive general documentation about - TeX, as well as the documentation accompanying the included software - packages. - - For licensing information, please see the top-level [1]LICENSE.TL and - [2]LICENSE.CTAN text files. - - Where to start - - We strongly recommend that you read the TeX Live Guide before - undertaking the installation. It includes step-by-step instructions, a - description of the top-level directories, and more. - - English versions of the Guide are in the [3]texmf-doc/doc/english/ - hierarchy, in both [4]html and [5]pdf formats. Translations to other - languages are also available under [6]texmf-doc/doc/*. - - For a list of the most important changes in this year's release, see - the "Release history" section at the end of the documentation. - - Installation - - Space limitations of CD-ROM format have forced us to divide TeX Live - into several distributions. You can tell which one you're in by - looking for a 00type.TL file in this top-level directory. - - live - A complete system on DVD; it is too large for CD. You can run - programs directly from the mounted DVD; see the documentation - for details. Or you can install to disk by executing the script - install-tl.sh in the texlive directory under Unix, including - MacOSX (GNU/Linux users can also try - setuptl/tlpmgui-i386-linux). A Windows installer named - tlpmgui.exe is also available, in the setuptl directory. - - The live DVD also contains other distributions: proTeXt (see - below); MacTeX, for MacOSX; and a snapshot of CTAN. Each of - these are completely independent from TeX Live, with different - licensing conditions. - - inst(allable) - A complete system on CD, for installing on Unix (including - MacOSX) or Windows; in order to make it fit, we had to compress - everything we could. Therefore, it is not possible to run TeX - directly from the installable CD; you have to install it to - disk (hence its name). Do this by running ./install-tl.sh on - Unix or MacOSX, or setuptl/tlpmgui-i386-linux (GNU/Linux GUI - install), or setuptl/tlpmgui.exe on Windows. - - protext - The proTeXt distribution for Windows is an enhancement of - MiKTeX: it adds a few extra tools, and simplifies installation - considerably. It is completely independent of TeX Live, and has - its own installation instructions. It can be run live or - installed to disk. proTeXt is provided on the live DVD, and - (for some user groups) its own CD. - - Naturally, each user group chooses what to distribute, at its own - discretion. (TUG is sending all three discs above to its members.) - - CD format details: For Unix and Mac, the CD's use the Rock Ridge - extensions to the standard ISO-9660 format. For Windows, Microsoft - Joliet extensions are used. In any case, you should see the full names - after mounting. If you see truncated names, you cannot run programs - directly. If you have plenty of bandwidth and know how to burn discs, - the [7]ISO images are available online. The [8]contents are also - available for browsing. - - Documentation - - Most of the documentation can be viewed online, before the TeX system - is installed. To read it most conveniently, you will need to have a - browser (such as [9]Mozilla, the free version of Netscape) for HTML - documents, and a PDF reader (such as [10]gv or [11]xpdf, both free - alternatives to Acrobat) for PDF documents. - * [12]TeX Live documentation (html). - * [13]Links to all included PDF and HTML documentation. - * TeX FAQ's in the distribution: [14]Czech/Slovak, [15]English - (pdf), [16]French, [17]German, - - Finally, some related web pages, for your reference. These are not - included in TeX Live: - * [18]http://tug.org/begin.html - if you are new to TeX and/or want - introductory material. - * [19]http://tug.org/interest.html - general list of TeX web - resources, including documentation, systems, packages, fonts, and - more. - * [20]http://tug.org/ctan.html - one entry point into the - Comprehensive TeX Archive Network (CTAN), which is an online - repository of all things TeX. - * [21]http://tug.org/usergroups.html - list of TeX user groups - around the world, with contact information. We strongly encourage - you to join the user group of your choice, to support TeX Live and - other TeX activities. - - Happy TeXing! - _________________________________________________________________ - - [22]TeX Live home page. - -References - - 1. LICENSE.TL - 2. LICENSE.CTAN - 3. texmf-doc/doc/english - 4. texmf-doc/doc/english/texlive-en/live.html - 5. texmf-doc/doc/english/texlive-en/live.pdf - 6. texmf-doc/doc/ - 7. http://tug.org/ftp/texlive/Images/ - 8. http://tug.org/ftp/texlive/Contents/ - 9. http://www.mozilla.org/ - 10. http://tug.org/applications/gv/ - 11. http://www.foolabs.com/xpdf/ - 12. texmf-doc/doc/english/texlive-en/live.html - 13. doc.html - 14. texmf-doc/doc/czechslovak/cstug/csfaq/ - 15. texmf-doc/doc/english/FAQ-en/newfaq.pdf - 16. texmf-doc/doc/french/FAQ-fr/ - 17. texmf-doc/doc/german/FAQ-ge/ - 18. http://tug.org/begin.html - 19. http://tug.org/interest.html - 20. http://tug.org/ctan.html - 21. http://tug.org/usergroups.html - 22. http://tug.org/tex-live/ diff -Nru texlive-lang-2007.dfsg.4/README.FR texlive-lang-2009/README.FR --- texlive-lang-2007.dfsg.4/README.FR 2007-01-25 14:22:20.000000000 +0000 +++ texlive-lang-2009/README.FR 1970-01-01 01:00:00.000000000 +0100 @@ -1,139 +0,0 @@ - -Bienvenue sur le TeX Live - - La distribution logicielle TeX Live propose un système TeX complet pour un - large choix de plates-formes : Unix, MacOSX, Windows (32 bits) et autres. - Ce système inclut des programmes de mise en page, de visualisation et - d'impression de documents TeX, une large gamme de macros TeX et de - bibliothèques de polices. - - Nous avons inclus dans la distribution une grande quantité de guides - généraux sur TeX, ainsi que les documentations qui accompagnent chacun - des paquetages spécifiques. - - La licence d'utilisation et de redistribution est contenue dans les - fichiers [1]LICENSE.TL et [2]LICENSE.CTAN situés à la racine. - -Où commencer ? -============== - - Nous vous suggérons d'imprimer et de lire le guide du TeX Live avant - d'entreprendre toute installation. Le guide vous fournira une description - pas à pas de l'installation du système ainsi que l'information nécessaire à - son utilisation. - - Des versions françaises du guide sont disponibles dans le répertoire - texmf-doc/doc/french, aux formats [4]html et [5]pdf. - Des traductions dans d'autres langues sont également disponibles dans - [6]texmf-doc/doc/*. - - Une liste des principaux changements intervenus depuis l'an dernier - est disponible à la fin des fichiers de documentation (HTML et PDF). - -Installation -============ - - Depuis 2003, l'espace limité disponible sur un CD-ROM nous a obligé à - diviser le TeX Live en plusieurs distributions. Elles sont identifiables - par le fichier 00type.TL disponible à la racine. - - - live - C'est un système complet sur DVD, beaucoup trop gros pour tenir sur un - CD-ROM. Vous pouvez utiliser les programmes directement depuis le DVD - - reportez vous à la documentation pour les détails - ou vous pouvez - installer les programmes sur votre disque dur en exécutant le script - install-tl.sh qui se trouve dans le répertoire texlive (Unix y compris - MacOSX). Un nouvel installeur pour Windows, appelé tlpmgui.exe, - est disponible dans le répertoire setuptl. - Le DVD contient également d'autres distributions : proTeXt pour Windows - (voir ci-dessous), MacTeX pour MacOSX, ainsi qu'une image complète de - CTAN dans le répertoire ctan. Ces compléments sont totalement - indépendants de TeX Live, attention, leurs licences sont éventuellement - plus restrictives. - - inst(allable) - C'est un système complet sur CD-ROM permettant l'installation sous Unix - (y compris MacOSX) et sous Windows. Pour le faire tenir sur un CD-ROM, - nous avons dû compresser tous les fichiers sous forme d'archives ZIP. Il - n'est donc pas possible d'exécuter les programmes directement depuis ce - CD-ROM, vous devez les installer sur votre disque dur (d'où le nom du - CD-ROM). L'installation se fait en exécutant install-tl.sh sous Unix - (y compris MacOSX), setuptl/tlpmgui-i386-linux (Linux) ou - setuptl/tlpmgui.exe sous Windows. - - protext - Ce CD-ROM contient la distribution ProTeXt pour Windows, qui est - une extension de MiKTeX. Cette distribution, non basée sur Web2C, - est totalement indépendante de TeX Live, la procédure d'installation - est spécifique. Il est aussi possible d'utiliser les programmes - directement à partir du CD-ROM, sans installation préalable. - ProTeXt est fourni à la fois sur le DVD et sur CD-ROM - pour ceux qui ne peuvent lire les DVD. - - - Quelques détails à propos des formats de CD : pour Unix et MacOSX, - les disques utilisent les extensions RockRidge au format ISO-9660. Pour - Windows, les extensions Microsoft Joliet sont utilisées. Dans tous les - cas, vous devriez voir les noms complets des fichiers après montage du - disque. Si vous voyez des noms tronqués, vous ne pourrez pas utiliser - directement les programmes. - - Enfin, pour ceux qui ont un accès très rapide à Internet et qui - savent graver les CD-ROM ou DVD, les images [7]ISO sont disponibles - en ligne. La description complète du [8]contenu de - la distribution TeX Live est aussi disponible. - -Documentation -============= - - La plus grande partie de la documentation peut être consultée en ligne, - avant toute installation. Pour y accéder de la manière la - plus pratique, vous aurez besoin d'un navigateur (tel que [9]Mozilla, - la version libre de Netscape) pour les documents HTML, et un lecteur PDF - (tel que Acrobat Reader ou [10]gv ou [11]xpdf) pour les documents PDF. - * [12]Documentation TeX Live (html). - * [13]Liens vers la documentation HTML et PDF. - * FAQ TeX dans la distribution : [14]en anglais et [15]en français. - - - Autres pages de référence sur Internet, pour votre information. Elles ne - sont pas incluses sur le TeX Live : - * [16]http://tug.org/begin.html - si vous êtes un nouvel utilisateur - de TeX et si vous avez besoin de tutoriels. - * [17]http://tug.org/interest.html - liste générale de ressources TeX - sur le Web : documentation, systèmes, paquetages, polices, et plus - encore. - * [18]http://tug.org/ctan.html - un point d'entrée vers le - « Comprehensive TeX Archive Network » (CTAN), - qui est un dépôt en ligne pour tout ce qui concerne TeX. - * [19]http://tug.org/usergroups.html - une liste de tous les groupes - d'utilisateurs TeX à travers le monde, avec leurs contacts. - - Bienvenue dans le monde TeX ! - _______________________________________________________________________ - - [20]Page d'accueil TeX Live. - -Références -========== - 1. LICENSE.TL - 2. LICENSE.CTAN - 3. texmf-doc/doc/english - 4. texmf-doc/doc/english/texlive-en/live.html - 5. texmf-doc/doc/english/texlive-en/live.pdf - 6. texmf-doc/doc/ - 7. http://tug.org/ftp/texlive/Images/ - 8. http://tug.org/ftp/texlive/Contents/ - 9. http://www.mozilla.org/ - 10. http://tug.org/applications/gv/ - 11. http://www.foolabs.com/xpdf/ - 12. texmf-doc/doc/english/texlive-en/live.html - 13. doc.html - 14. texmf-doc/doc/english/FAQ-en/newfaq.pdf - 15. texmf-doc/doc/french/FAQ-fr/ - 16. http://tug.org/begin.html - 17. http://tug.org/interest.html - 18. http://tug.org/ctan.html - 19. http://tug.org/usergroups.html - 20. http://tug.org/tex-live/ diff -Nru texlive-lang-2007.dfsg.4/readme-html.dir/readme.cs.html texlive-lang-2009/readme-html.dir/readme.cs.html --- texlive-lang-2007.dfsg.4/readme-html.dir/readme.cs.html 1970-01-01 01:00:00.000000000 +0100 +++ texlive-lang-2009/readme-html.dir/readme.cs.html 2009-09-18 00:31:29.000000000 +0100 @@ -0,0 +1,94 @@ + +TeX Live + +

Vítejte v TeX Live

+ +Softwarová distribuce TeX Live nabízí kompletní TeXový systém pro řadu +platforem - GNU a UNIX, Macintosh, Windows a další. Zahrnuje programy +pro editování, sazbu, zobrazení a tisk TeXových dokumentů v mnoha +různých jazycích a rozsáhlou kolekci TeXových maker a fontů. + +

Distribuce zahrnuje obsáhlou dokumentaci o TeXu obecně, stejně jako +dokumentaci k zahrnutým softwarovým balíkům. + +

Informaci o licencích najdete v kořenovém adresáři v textových +souborech LICENSE.TL a LICENSE.CTAN. + +

Kde zaÄít

+ +

DůraznÄ› doporuÄujeme, abyste si jeÅ¡tÄ› pÅ™ed instalací pÅ™eÄetli průvodce +TeX Live. Průvodce obsahuje instrukce "krok za krokem", popis hlavních +adresářů a další informace. + +

Anglické verze průvodců jsou umístěny v úplné distribuci (např. na DVD) +v hierarchii texmf/doc/texlive ve formátech html a pdf. Překlady +do dalších jazyků jsou také dostupné v podstromu texmf/doc/texlive. + +

Nabízíme také seznam odkazů na dostupnou dokumentaci k zahrnutým +balíkům a programům, opět ve formátech HTML a PDF. + +

Pokud instalujete z internetu, výše zmíněné odkazy vám nebudou fungovat. +V tom případě si ale můžete dokumentaci TeX Live prohlížet +na internetu. + +

Seznam nejdůležitějších změn v letošním vydání najdete v oddílu +Historie verzí na konci dokumentace. + + +

Instalace

+ +

InstalaÄní skript se jmenuje install-tl (install-tl.bat pro Windows) +a můžete jej spustit ve tÅ™ech režimech: + +

+
průvodce
(standardní spuÅ¡tÄ›ní pod Windows), který se vás zeptá jen na +nutné minimum otázek a instalaci pak provede sám. Tento režim +vyberete spuÅ¡tÄ›ním install-tl --gui=wizard.

+

text
(standardní spuÅ¡tÄ›ní pro vÅ¡echny ostatní systémy), který +nabízí vÅ¡echny možnosti prizpůsobení instalace. Tento režim +vyberete spuÅ¡tÄ›ním install-tl --gui=text.

+

perltk
, který je GUI v textovém režimu; je užiteÄný pro zkuÅ¡ené +uživatele Windows, kteří nechtÄ›jí použít standardní +nastavení. Instalaci v tomto režimu je možné zvolit buÄ +spuÅ¡tÄ›ním install-tl --gui=perltk, nebo spuÅ¡tÄ›ním souboru +install-tl-advanced.bat pod Windows. +
+ +

DodateÄné aktualizace balíků a další konfigurace se vykonává +pomocí skriptu tlmgr (TeX Live Package Manager), který má také +režimy GUI i textový. + +

Spuštěním programů install-tl +i tlmgr s volbou --help +získáte podrobnou informaci o obou programech. (Mnohem) více +informací získáte pomocí odkazů na dokumentaci zmíněných výše. + + + +

Odkazy

+ +

Na závÄ›r pro vaÅ¡i informaci uvádíme nÄ›kolik relevantních webových +stránek, které nejsou souÄástí TeX Live: + + +

    +
  • http://tug.org/begin.html + - pokud jste TeXový zaÄáteÄník a/nebo máte zájem o úvodní materiály. +
  • http://tug.org/interest.html + - vÅ¡eobecný seznam TeXových zdrojů na webu, zahrnující dokumentaci, + systémy, balíky, fonty a další. +
  • http://tug.org/ctan.html + - jeden z přístupových bodů k archivu Comprehensive TeX Archive Network (CTAN). + Tento archiv slouží jako online sklad vÅ¡ech vÄ›cí souvisejících s TeXem. +
  • http://tug.org/usergroups.html + - seznam uživatelských skupin TeXu z celého svÄ›ta, spolu s kontaktními informacemi. + RozhodnÄ› vám doporuÄujeme, abyste se stali Äleny jedné z tÄ›chto skupin; podpoříte + tím TeX Live a další TeXové aktivity. +
+ +

Příjemné TeXování!

+ +
Domovská stránka TeX Live. + + diff -Nru texlive-lang-2007.dfsg.4/readme-html.dir/readme.de.html texlive-lang-2009/readme-html.dir/readme.de.html --- texlive-lang-2007.dfsg.4/readme-html.dir/readme.de.html 1970-01-01 01:00:00.000000000 +0100 +++ texlive-lang-2009/readme-html.dir/readme.de.html 2009-09-28 01:55:51.000000000 +0100 @@ -0,0 +1,122 @@ + + + + +Willkommen zu TeX Live 2008 + + + +

Willkommen zu TeX Live 2009

+

Die TeX Live-Distribution bietet Ihnen ein +komplettes TeX-System für eine Vielzahl Plattformen, wie +GNU/Linux, Unix-, Macintosh-, und Microsoft Windows. Enthalten sind +Programme zum Editieren, zum Setzen, zur Bildschirmvorschau, und +zum Ausdruck von TeX-Dokumenten in vielen Sprachen, sowie eine +große Sammlung von TeX-Makros und Fontbibliotheken.

+

Die Distribution enthält auch umfangreiche allgemeine +Dokumentation zu TeX, sowie detaillierte Anleitungen zu den +gelieferten Programmpaketen.

+

Information über Lizenzbedingungen finden Sie im +Wurzelverzeichnis in den Textdateien LICENSE.TL und LICENSE.CTAN.

+ +

Zum Einstieg

+

Wir empfehlen sehr, dass Sie zunächst die "Anleitung zu TeX +Live" lesen, bevor Sie mit der Installation beginnen. Diese +Anleitung enthält Instruktionen zu allen +Installationsschritten, eine Erläuterung der +Verzeichnisstruktur, sowie weitere hilfreiche Informationen.

+

In der vollständigen Distribution (z. B. auf der DVD) +finden Sie die deutsche Anleitung im Verzeichnisbaum texmf/doc/texlive/texlive-en +sowohl im HTML- als +auch im PDF-Format. +Die englische Version und Übersetzungen in andere Sprachen +finden Sie in weiteren Unterverzeichnissen von texmf/doc/texlive/.

+

Zu den enthaltenen Paketen und Programmen gibt es auch eine +Liste aller verfügbaren PDF- und +HTML-Dokumentation.

+

Wenn Sie TeX Live aus dem Internet installieren, funktionieren +die oben genannten Links nicht. In diesem Fall lesen Sie bitte die +TeX +Live-Dokumentation auf der TUG-Webseite.

+

Die wichtigsten Neuerungen der diesjährigen Ausgabe +können Sie im Abschnitt Geschichtliches am Ende der +Anleitung nachlesen.

+ +

Installation

+

Zur Installation von TeX Live dient das Skript +install-tl +(install-tl.bat unter Windows), das +verschiedene Installationsarten zur Verfügung stellt:

+
+
Einfache Installation: wizard mode
+
(Standard für Windows) Hier wird TeX Live komplett +installiert, und die einzugebenden Informationen sind auf ein +Minimum beschränkt. Auf anderen Systemen als Windows kann +dieser Installationsmodus mit install-tl --gui=wizard +gestartet werden.
+
Text-Modus
+
(Standard auf allen Systemen außer Windows) Installation +im Textmodus, in dem alle Optionen für eine individuelle +Anpassung der Installation zur Verfügung stehen. Dieser Modus +kann mit install-tl --gui=text explizit gestartet +werden (unter Windows in einem Eingabeaufforderungs-Fenster).
+
perltk
+
führt die Installtion mittels einer grafischen +Oberfläche statt im Textmodus durch, erlaubt aber im Gegensatz +zum wizard mode eine individuelle Auswahl der zu +installierenden Pakete. Dieser Installationsmodus wird mit +install-tl --gui=perltk oder +install-tl-advanced.bat unter Windows gestartet.
+
+

Nach erfolgter Installation können Sie Updates und weitere +Konfigurationen mit Hilfe des Skripts +tlmgr (TeX Live Package Manager) +durchführen, das ebenfalls wahlweise mit Fenster- und +Text-Schnittstelle gestartet werden kann.

+

Sie erhalten eine Funktionsübersicht zu den Programmen +install-tl +und tlmgr, +wenn Sie diese jeweils mit der Kommandozeilenoption --help +aufrufen. Wesentlich ausführlichere Hilfe finden Sie jedoch +über die obigen Links zur Dokumentation.

+ +

Links

+

Schließlich ein paar interessante Links zu Information, +welche nicht in TeX Live enthalten ist:

+
    +
  • http://tug.org/begin.html +(englisch) - für alle, die neu mit TeX beginnen oder die sich +für einführende Literatur interessieren.
  • +
  • http://www.dante.de - die +Deutschsprachige Anwendervereinigung TeX e. V.
  • +
  • http://tug.org/interest.html +(englisch) - eine allgemeine Liste von Internet-Ressourcen zu TeX, +mit Verweisen zu Dokumentation, Systemen, Paketen, Fonts und +mehr.
  • +
  • http://www.ctan.org bzw. +http://mirror.ctan.org - +Einstiegspunkte zum "Comprehensive TeX Archive Network" (CTAN), dem +zentralen Umschlagplatz für alle TeX betreffenden Dinge.
  • +
  • http://tug.org/usergroups.html +- weltweite Liste aller TeX Benutzergruppen, mit +Kontaktinformation. Wir empfehlen wärmstens, einer +TeX-Benutzergruppe Ihrer Wahl beizutreten.
  • +
+

Happy TeXing! - Viel Spaß mit TeX!

+ +
+Homepage von TeX +Live. + + diff -Nru texlive-lang-2007.dfsg.4/readme-html.dir/readme.en.html texlive-lang-2009/readme-html.dir/readme.en.html --- texlive-lang-2007.dfsg.4/readme-html.dir/readme.en.html 1970-01-01 01:00:00.000000000 +0100 +++ texlive-lang-2009/readme-html.dir/readme.en.html 2009-09-17 01:29:36.000000000 +0100 @@ -0,0 +1,104 @@ + + +TeX Live + +

Welcome to TeX Live

+ +

The TeX Live software distribution offers a complete +TeX system for a variety of GNU and Unix, Macintosh, Windows and other +platforms. It encompasses programs for editing, typesetting, previewing +and printing of TeX documents in many different languages, and a large +collection of TeX macros and font libraries. + +

The distribution includes extensive general documentation about TeX, +as well as the documentation for the included software packages. + +

For licensing information, please see the top-level LICENSE.TL and LICENSE.CTAN text files. + + +

Where to start

+ +

We strongly recommend that you read the TeX Live Guide before +undertaking the installation. It includes step-by-step instructions, a +description of the top-level directories, and more. + +

English versions of the Guide are in the full distribution (for +example, on the DVD) in the texmf/doc/texlive/ hierarchy, in +both html and +pdf +formats. Translations to other languages are also available under texmf/doc/texlive. + +

We also provide a list of links to the +available PDF and HTML documentation for the included packages and +programs. + +

If you are installing from the Internet, the above links won't work. +In that case, you can view the TeX Live documentation on the +Internet. + +

For a list of the most important changes in this year's release, +see the Release history section at the end of the documentation. + + +

Installation

+ +

The installation script is named install-tl +(install-tl.bat on Windows), and it has three operation modes: + +

+
wizard
(default on Windows) which asks a bare minimum of +questions and installs everything. Can be specified explicitly with +install-tl --gui=wizard.

+ +

text
(default on everything else) which has full customization +options. Can be specified explicitly with +install-tl --gui=text.

+ +

perltk
which is a GUI for text; especially useful for +knowledgeable Windows users who don't want the defaults. Can be +specified explicitly with install-tl --gui=perltk, or by +running install-tl-advanced.bat on Windows. + +
+ +

Post-installation package updates and other configurations are +performed with the tlmgr (TeX Live Package Manager) script, +which likewise has both GUI and text modes. + +

You can give the command-line option --help to both install-tl and tlmgr for detailed +information on both programs. See the documentation links above for +(much) more information. + + +

Links

+ +

Finally, a few related web pages, for your reference. These are not +included in TeX Live: + +

    +
  • http://tug.org/begin.html + - if you are new to TeX and/or want introductory material. +
  • http://tug.org/interest.html + - general list of TeX web resources, including documentation, + systems, packages, fonts, and more. +
  • http://tug.org/ctan.html + - one entry point into the Comprehensive TeX Archive Network (CTAN), + which is an online repository of all things TeX. +
  • http://tug.org/usergroups.html + - list of TeX user groups around the world, with contact + information. We strongly encourage you to join the user group of + your choice, to support TeX Live and other TeX activities. +
+ +

Happy TeXing!

+ +
TeX Live home page. + diff -Nru texlive-lang-2007.dfsg.4/readme-html.dir/readme.fr.html texlive-lang-2009/readme-html.dir/readme.fr.html --- texlive-lang-2007.dfsg.4/readme-html.dir/readme.fr.html 1970-01-01 01:00:00.000000000 +0100 +++ texlive-lang-2009/readme-html.dir/readme.fr.html 2009-09-21 18:19:04.000000000 +0100 @@ -0,0 +1,148 @@ + + + + + + + +TeX Live + + + + +

Bienvenue dans TeX Live

+ +

La distribution logicielle TeX Live propose un +système TeX complet pour un large choix de plates-formes : Unix, MacOSX, +Windows et autres. Ce système inclut des programmes de mise en page, +de visualisation et d'impression de documents TeX, une large gamme de macros +TeX et de bibliothèques de polices. +

+ +

Nous avons inclus dans la distribution une grande quantité de guides +généraux sur TeX, ainsi que les documentations qui accompagnent chacun des +paquets. +

+ +

Pour des informations concernant les licences, veuillez consulter les +fichiers +LICENSE.TL et +LICENSE.CTAN. +

+ + +

Par où commencer ?

+ +

Nous vous suggérons fortement de lire le guide de TeX Live +avant d'entreprendre toute installation. Il vous fournira une description +pas à pas du processus d'installation, une description des répertoires de base, +et bien d'autres informations. +

+ +

Des versions françaises du guide sont disponibles dans la distribution +complète (sur le DVD par exemple), aux formats +html + et +pdf. +Des traductions dans d'autres langues sont également disponibles dans +l'arborescence texmf/doc/texlive. +

+ +

Une liste de liens vers la documentation des programmes et paquets de macros inclus (en format PDF et HTML) est disponible. +

+ +

Lors de l'installation par Internet, les liens indiqués ci-dessus +ne fonctionnent pas ; dans ce cas, la documentation est accessible +en ligne. +

+ +

Une liste des principaux changements intervenus depuis l'an dernier +est disponible à la fin des fichiers de documentation (HTML et PDF). +

+ + +

Installation

+ +

Le script d'installation s'appelle install-tl +(ou install-tl.bat sous Windows) ; il peut fonctionner selon trois +modes différents, décrits ci-dessous. +

+ +
+
magique
+
(mode par défaut sous Windows) – pose le moins de + question possible et installe la distribution complète. Il peut être demandé + explicitement avec install-tl --gui=wizard.
+ +
texte
+
(mode par défaut partout ailleurs) – propose toutes les options de + personnalisation. Il peut être demandé explicitement avec + install-tl --gui=text.
+ +
perltk
+
Mode graphique proposant les mêmes options que le mode texte ; + particulièrement utile pour les utilisateurs avancés sous Windows qui ne + veulent pas garder les valeurs pas défaut. Il peut être demandé explicitement + avec install-tl --gui=perltk, où en lançant + install-tl-advanced.bat sous Windows.
+
+ +

Les mises à jour après installation et les autres actions de configuration +et maintenance sont effectuées à l'aide du programme tlmgr (TeX Live +Package Manager) qui lui aussi fonctionne en mode texte ou en mode graphique. +

+ +

Vous pouvez utiliser l'option de ligne de commande --help avec +chacune des commandes install-tl et tlmgr pour obtenir des +informations détaillées sur leur fonctionnement. Veuillez consulter les liens +ci-dessous pour (beaucoup) plus d'informations.

+ + +

Liens

+ +

Voici quelques liens vers d'autres pages de référence, sur Internet, +qui ne sont pas incluses dans TeX Live.

+ + + +

Joyeux TeXage !

+ +
+

+Page d'accueil de TeX Live. +

+ + + diff -Nru texlive-lang-2007.dfsg.4/readme-html.dir/readme.it.html texlive-lang-2009/readme-html.dir/readme.it.html --- texlive-lang-2007.dfsg.4/readme-html.dir/readme.it.html 1970-01-01 01:00:00.000000000 +0100 +++ texlive-lang-2009/readme-html.dir/readme.it.html 2009-10-08 23:57:44.000000000 +0100 @@ -0,0 +1,111 @@ + + +TeX Live + +

Benvenuto a TeX Live

+ +

La distribuzione software TeX Live offre un sistema +TeX completo per una grande varietà di piattaforme GNU e Unix, Macintosh, +Windows ed altre ancora. Comprende programmi per la scrittura, la +composizione tipografica, la visualizzazione e la stampa di documenti TeX +in molte lingue differenti e una vasta raccolta di macro TeX e librerie di +caratteri tipografici. + +

La distribuzione include un'estesa documentazione generale su TeX, così +come la documentazione per i pacchetti software inclusi. + +

Per informazioni sulla licenza, consulta i file testuali LICENSE.TL e LICENSE.CTAN contenuti nella directory +principale. + + +

Da dove cominciare

+ +

Raccomandiamo caldamente di leggere la Guida a TeX Live prima di +intraprendere l'installazione. Questa guida include istruzioni passo +passo, una descrizione delle directory principali e molto altro. + +

La versione italiana della Guida si trova nella distribuzione completa +(ad esempio sul DVD) nella directory texmf/doc/texlive/, sia in +formato html +che pdfpdf. Le +traduzioni in altre lingue sono anch'esse disponibili sottotexmf/doc/texlive. + +

Forniamo anche un elenco di collegamenti alla +documentazione in PDF e HTML disponibile per i pacchetti ed i +programmi inclusi. + +Se stai installando direttamente da Internet, i precedenti collegamenti +non funzioneranno. In questa eventualità, puoi visionare la documentazione di TeX Live su +Internet. + +

Per un elenco dei cambiamenti più importanti nell'edizione di +quest'anno, consulta la sezione sulla Storia delle edizioni alla +fine della documentazione. + + +

Installazione

+ +

Lo script di installazione è chiamato install-tl +(install-tl.bat su Windows) e ha tre modi operativi: + +

+
guidato
(predefinito su Windows) che pone il minimo +possibile delle domande ed installa qualunque cosa. Può essere specificato +esplicitamente con install-tl --gui=wizard.

+ +

testuale
(predefinito su tutte le altre piattaforme) che +ha tutte le opzioni di configurazione. Può essere specificato +esplicitamente con install-tl --gui=text.

+ +

perltk
che è un'interfaccia grafica per la modalità +testuale; è utile specialmente per gli utenti Windows competenti che non +vogliono le opzioni predefinite. Può essere specificato esplicitamente con +install-tl --gui=perltk o lanciando su Windows +install-tl-advanced.bat. + +
+ +

Gli aggiornamenti dei pacchetti ed altre configurazioni successive +all'installazione sono eseguiti con lo script tlmgr (TeX Live +Package Manager, Gestore dei Pacchetti di TeX Live), che ugualmente ha sia +una modalità grafica che una testuale. + +

Puoi specificare l'opzione --help su riga di comando sia a install-tl che a tlmgr per ottenere +informazioni su entrambi i programmi. Visita i collegamenti alla +documentazione citati in precedenza per (ancora) più informazioni. + + +

Collegamenti

+ +

Ecco infine alcune pagine web di riferimento. Queste non sono incluse +in TeX Live: + +

    +
  • http://tug.org/begin.html + - se sei nuovo di TeX e/o desideri del materiale introduttivo. +
  • http://tug.org/interest.html + - elenchi generici di risorse web per TeX, inclusi documentazione, + sistemi, pacchetti, font e molto altro. +
  • http://tug.org/ctan.html + - un punto di accesso alla Comprehensive TeX Archive Network (CTAN), + che è un deposito online di tutto ciò che riguarda TeX. +
  • http://tug.org/usergroups.html + - l'elenco di tutti i gruppi utenti TeX nel mondo, con informazioni + sui loro contatti. Ti incoraggiamo caldamente ad unirti ad un gruppo + di tua scelta, per sostenere TeX Live ed altre attività legate a + TeX. +
+ +

Buon lavoro con TeX!

+ +
Home page di TeX +Live. + diff -Nru texlive-lang-2007.dfsg.4/readme-html.dir/readme.pl.html texlive-lang-2009/readme-html.dir/readme.pl.html --- texlive-lang-2007.dfsg.4/readme-html.dir/readme.pl.html 1970-01-01 01:00:00.000000000 +0100 +++ texlive-lang-2009/readme-html.dir/readme.pl.html 2009-10-11 19:56:02.000000000 +0100 @@ -0,0 +1,164 @@ + + + + +TeX Live 2009 + + +
+

TeX Live zaprasza

+
+TeX Live oferuje pe³ny system TeX dla wielu odmian systemu Unix, +MacOSX i Windows (w wersji 32-bitowej). Znajduj± siê tu programy +do sk³adu tekstów, programy do przegl±dania i drukowania dokumentów +TeX-owych w wielu jêzykach oraz bogate kolekcje makr i fontów. + +

+Na p³ytce znalaz³y siê dokumentacje dotycz±ce ogólnie TeX-a, a tak¿e +dokumentacje towarzysz±ce poszczególnym pakietom oprogramowania. +Wiêkszo¶æ programów posiada opcjê uruchamiania --help, która mo¿e +u³atwiæ rozpoczêcie pracy. +

+ +

+Informacje licencyjne (w jêzyku angielskim) dotycz±ce redystrybucji +mo¿na znale¼æ w plikach tekstowych: LICENSE.TL +oraz LICENSE.CTAN.

+ +

Jak zacz±æ

+ +

+Przed rozpoczêciem instalowania warto wydrukowaæ i przeczytaæ +Przewodnik po TeX Live. Zawiera on informacje niezbêdne do +korzystania z dystrybucji i prawid³owej instalacji systemu TeX. +Wersje Przewodnika w kilku jêzykach dostêpne s± +w formatach HTML i PDF w  podkatalogach katalogu +texmf/doc/texlive/.

+ +

+Uwaga: poni¿sze odno¶niki nie dzia³aj±, gdy instalujemy TeX Live +z internetu. W tym wypadku nale¿y siêgn±æ do dokumentacji udostêpnionej +w sieci: http://tug.org/texlive/doc.html +

+ +Przewodnik po TeX Live (polskie t³umaczenie): + + +The TeX Live Guide (w jêzyku angielskim): + + +

Lista najwa¿niejszych zmian znajduje siê na koñcu +dokumentacji w rozdziale +,,Historia. Wydanie +obecne''. + +

Instalacja

+ +Programem instalacyjnym jest obecnie skrypt install-tl (install-tl.bat +dla Windows), który posiada trzy tryby pracy:

+ +

"wizard" (domy¶lny dla Windows) graficzny GUI, który ma ograniczon± +do minimum listê zapytañ i instaluje wszystkie pakiety. Odpowiada to +uruchomieniu polecenia: install-tl --gui=wizard.

+ +

tekstowy (domy¶lny dla innych systemów). Odpowiada to uruchomieniu +polecenia: install-tl --gui=text.

+ +

perltk - graficzny tryb, szczególnie przydatny dla zaawansowanych +u¿ytkowników Windows, którzy chc± dokonaæ wyboru pakietów i ustawieñ. +Uruchamiany jest poleceniem: install-tl --gui=perltk (lub +w Windows poleceniem install-tl-advanced.bat).

+ +

Po zainstalowaniu proponujemy u¿ycie tlmgr (TeX Live Manager), +który posiada dwa tryby pracy (graficzny i tekstowy) i umo¿liwia +dodawanie b±d¼ usuwanie pakietów, ich aktualizacjê z internetu +i czynno¶ci konfiguracyjne.

+ +

Zarówno install-tl, +jak i tlmgr +mo¿na uruchomiæ z parametrem --help, aby wy¶wietliæ wszystkie +dostêpne opcje. + +

Dokumentacje

+ +Wiêkszo¶æ dokumentacji na tej p³ytce mo¿e byæ przegl±dana bez konieczno¶ci +uprzedniego instalowania systemu TeX. Zazwyczaj s± to pliki w formatach HTML +i/lub PDF. + + + +Wybrane strony, dostêpne w sieci: + + +

Polskie pakiety i dokumentacje

+ +P³ytka TeX Live zawiera wiêkszo¶æ dostêpnego polskiego oprogramowania +TeX-owego i reprezentatywny wybór dokumentacji. + +Wirtualna Akademia TeX-owa +prowadzona w ramach polskiej Grupy U¿ytkowników Systemu TeX +GUST, przedstawia system TeX, +a ponadto zawiera opisy wielu praktycznych makr i programów. +Pocz±tkuj±cym polecamy szczególnie + +,,Przewodnik po systemie TeX''. + +

+P³ytka TeX Live zawiera ponadto gotowy do u¿ycia format MeX +(patrz texmf-dist/doc/mex/base/mex.html), polski odpowiednik +formatu Plain. Format LaTeX2e jest przystosowany do obs³ugi +jêzyka polskiego po za³adowaniu pakietu polski. Dostêpne +s± oczywi¶cie pliki ¼ród³owe pakietów MeX i "polski" +oraz fonty przygotowane specjalnie do u¿ycia w polskojêzycznym TeX-u. +

+ +

+Dodatkowe programy, przydatne dla polskich u¿ytkowników, umieszczone zosta³y +w katalogu texmf-dist/doc/support/gustprog/ (patrz +README). +Wybór przydatnych makr dla u¿ytkowników przede wszystkim formatu Plain/MeX +oraz makra i style do tworzenia polskich skorowidzów +i bibliografii mo¿na znale¼æ w katalogu +texmf-dist/tex/plain/gustlib (patrz +texmf-dist/doc/plain/gustlib/README). +

+ +

Warto te¿ zajrzeæ na stronê +GUST polskiej Grupy +U¿ytkowników Systemu TeX. Oprócz informacji +o dzia³alno¶ci grupy, mo¿na tam znale¼æ sporo materia³ów, które powinny +zainteresowaæ polskojêzycznych u¿ytkowników TeX-a.

+ +Mi³ego TeX-owania! + +

+


+Strona projektu TeX Live: http://tug.org/tex-live. + +

+29 wrze¶nia 2009 +


+ + diff -Nru texlive-lang-2007.dfsg.4/readme-html.dir/readme.ru.html texlive-lang-2009/readme-html.dir/readme.ru.html --- texlive-lang-2007.dfsg.4/readme-html.dir/readme.ru.html 1970-01-01 01:00:00.000000000 +0100 +++ texlive-lang-2009/readme-html.dir/readme.ru.html 2009-09-14 00:10:56.000000000 +0100 @@ -0,0 +1,115 @@ + + + +TeX Live + + + + + + +

äÏÂÒÏ ÐÏÖÁÌÏ×ÁÔØ × ÓÉÓÔÅÍÕ TeX Live

+ +

äÉÓÔÒÉÂÕÔÉ× TeX Live ÐÒÅÄÌÁÇÁÅÔ ÐÏÌÎÕÀ ÓÉÓÔÅÍÕ TeX +ÄÌÑ ÒÑÄÁ ÐÌÁÔÆÏÒÍ, ×ËÌÀÞÁÑ ×ÁÒÉÁÎÔÙ GNU, UNIX, MacOSX, Windows. ÷ +ÎÅÇÏ ×ÈÏÄÑÔ ÐÒÏÇÒÁÍÍÙ ÄÌÑ ÒÅÄÁËÔÉÒÏ×ÁÎÉÑ, ×£ÒÓÔËÉ, ÐÒÏÓÍÏÔÒÁ É ÐÅÞÁÔÉ +ÄÏËÕÍÅÎÔÏ× × TeXÅ ÎÁ ÍÎÏÇÉÈ ÑÚÙËÁÈ, Á ÔÁËÖÅ ÂÏÌØÛÁÑ ËÏÌÌÅËÃÉÑ ÍÁËÒÏÓÏ× +É ÂÉÂÌÉÏÔÅË ÛÒÉÆÔÏ×. + +

÷ ÄÉÓÔÒÉÂÕÔÉ× ÔÁËÖÅ ×ÈÏÄÉÔ ÏÂÛÉÒÎÁÑ ÏÂÝÁÑ ÄÏËÕÍÅÎÔÁÃÉÑ Ï TeXÅ É +ÄÏËÕÍÅÎÔÁÃÉÑ Ï ÐÒÏÇÒÁÍÍÁÈ, ×ËÌÀÞ£ÎÎÙÈ × ÄÉÓÔÒÉÂÕÔÉ×. + +

ìÉÃÅÎÚÉÑ ÎÁ ÐÒÏÇÒÁÍÍÙ É ÄÏËÕÍÅÎÔÙ ÓÏÄÅÒÖÉÔÓÑ × ÆÁÊÌÁÈ: LICENSE.TLLICENSE.CTAN. + + +

ó ÞÅÇÏ ÎÁÞÁÔØ

+ +

íÙ ÎÁÓÔÏÑÔÅÌØÎÏ ÒÅËÏÍÅÎÄÕÅÍ ×ÁÍ ÐÒÏÞÅÓÔØ ÒÕËÏ×ÏÄÓÔ×Ï TeX Live +Guide ÄÏ ÎÁÞÁÌÁ ÕÓÔÁÎÏ×ËÉ. ïÎÏ ×ËÌÀÞÁÔ ÏÐÉÓÁÎÉÅ ÓÔÒÕËÔÕÒÙ ÄÉÒÅËÔÏÒÉÊ, +ÏÐÉÓÁÎÉÅ ÕÓÔÁÎÏ×ËÉ É ÍÎÏÇÏÅ ÄÒÕÇÏÅ. + +

áÎÇÌÉÊÓËÁÑ ×ÅÒÓÉÑ ÒÕËÏ×ÏÄÓÔ×Á ÎÁÈÏÄÉÔÓÑ × ÐÏÌÎÏÍ ÄÉÓÔÒÉÂÕÔÉ×Å +(ÎÁÐÒÉÍÅÒ, ÎÁ DVD) × ÄÉÒÅËÔÏÒÉÉ texmf/doc/texlive/texlive-en × ÆÏÒÍÁÔÁÈ htmlpdf +ðÅÒÅ×ÏÄÙ ÎÁ ÄÒÕÇÉÅ ÑÚÙËÉ ÎÁÈÏÄÑÔÓÑ × ÄÉÒÅËÔÏÒÉÑÈ texmf/doc/texlive. ÷ +ÞÁÓÔÎÏÓÔÉ, ÒÕÓÓËÉÊ ÐÅÒÅ×ÏÄ ÎÁÈÏÄÉÔÓÑ × ÄÉÒÅËÔÏÒÉÉ texmf/doc/texlive/texlive-ru. + +

íÙ ÔÁËÖÅ ×ËÌÀÞÉÌÉ ÓÐÉÓÏË ÓÓÙÌÏË ÎÁ +ÄÏËÕÍÅÎÔÁÃÉÀ × ÆÏÒÍÁÔÁÈ PDF É HTML Ë ÉÍÅÀÝÉÍÓÑ ÐÁËÅÔÁÍ É +ÐÒÏÇÒÁÍÍÁÍ. + +

åÓÌÉ ×Ù ÕÓÔÁÎÁ×ÌÉ×ÁÅÔÅ ÄÉÓÔÒÉÂÕÔÉ× ÐÏ ÓÅÔÉ, ÜÔÉ ÓÓÙÌËÉ ÒÁÂÏÔÁÔØ ÎÅ +ÂÕÄÕÔ. ÷ ÜÔÏÍ ÓÌÕÞÁÅ ×Ù ÍÏÖÅÔÅ ÎÁÊÔÉ ÄÏËÕÍÅÎÔÁÃÉÀ ÎÁ ÓÅÔÉ. + +

óÐÉÓÏË ÎÁÉÂÏÌÅÅ ×ÁÖÎÙÈ ÉÚÍÅÎÅÎÉÊ × ÔÅËÕÝÅÊ ×ÅÒÓÉÉ ÎÁÈÏÄÉÔÓÑ × +ÒÁÚÄÅÌÅ "éÚÍÅÎÅÎÉÑ" × ËÏÎÃÅ ÄÏËÕÍÅÎÔÁ. + +

õÓÔÁÎÏ×ËÁ

+ +

óËÒÉÐÔ ÕÓÔÁÎÏ×ËÉ ÐÒÏÇÒÁÍÍÙ ÎÁÚÙ×ÁÅÔÓÑ ÔÅÐÅÒØ install-tl +(install-tl.bat ÐÏÄ Windows) É ÒÁÂÏÔÁÅÔ × ÔÒÅÈ ÒÅÖÉÍÁÈ: +

+
wizard
(ÐÏ ÕÍÏÌÞÁÎÉÀ ÐÏÄ Windows) ÚÁÄÁÅÔ ÍÉÎÉÍÕÍ +×ÏÐÒÏÓÏ× É ÕÓÔÁÎÁ×ÌÉ×ÁÅÔ ÐÏÌÎÕÀ ÓÉÓÔÅÍÕ. íÏÖÅÔ ÂÙÔØ ×ÙÚ×ÁÎ ËÏÍÁÎÄÏÊ +install-tl --gui=wizard.

+ +

text
(ÐÏ ÕÍÏÌÞÁÎÉÀ ÎÁ ÏÓÔÁÌØÎÙÈ ÐÌÁÔÆÏÒÍÁÈ) ÐÏÚ×ÏÌÑÅÔ +ÕËÁÚÁÔØ, ÞÔÏ ÉÍÅÎÎÏ ÕÓÔÁÎÁ×ÌÉ×ÁÔØ. íÏÖÅÔ ÂÙÔØ ×ÙÚ×ÁÎ ËÏÍÁÎÄÏÊ +install-tl --gui=text.

+ +

perltk
çÒÁÆÉÞÅÓËÉÊ ÒÅÖÉÍ ÄÌÑ ÏÐÙÔÎÙÈ ÐÏÌØÚÏ×ÁÔÅÌÅÊ. +íÏÖÅÔ ÂÙÔØ ÏÓÏÂÅÎÎÏ ÐÏÌÅÚÅÎ ÄÌÑ ÔÅÈ ÐÏÌØÚÏ×ÁÔÅÌÅÊ Windows, ËÏÔÏÒÙÍ +ÎÕÖÎÁ ÔÏÎËÁÑ ÎÁÓÔÒÏÊËÁ ÓÉÓÔÅÍÙ. íÏÖÅÔ ÂÙÔØ ×ÙÚ×ÁÎ ËÏÍÁÎÄÏÊ +install-tl --gui=text, ÉÌÉ, ÐÏÄ Windows, ËÏÍÁÎÄÏÊ +install-tl-advanced.bat. + +
+ +

+äÅÊÓÔ×ÉÑ ÐÏÓÌÅ ÕÓÔÁÎÏ×ËÉ É ÎÁÓÔÒÏÊËÁ ÓÉÓÔÅÍÙ ÐÒÏÉÚ×ÏÄÑÔÓÑ ÐÒÏÇÒÁÍÍÏÊ +tlmgr (TeX Live Package Manager), ËÏÔÏÒÙÊ ÔÁËÖÅ ÒÁÂÏÔÁÅÔ É × +ÇÒÁÆÉÞÅÓËÏÍ, É × ÔÅËÓÔÏ×ÏÍ ÒÅÖÉÍÁÈ. + + +

é ÐÒÏÇÒÁÍÍÁ install-tl, É +ÐÒÏÇÒÁÍÍÁ tlmgr +×Ù×ÏÄÑÔ ÓÐÒÁ×ËÕ Ï Ó×ÏÅÊ ÒÁÂÏÔÅ ÐÒÉ ×ÙÚÏ×Å Ó ÏÐÃÉÅÊ --help. +åÝ£ ÂÏÌÅÅ ÐÏÄÒÏÂÎÁÑ ÉÎÆÏÒÍÁÃÉÑ ÄÏÓÔÕÐÎÁ ÐÏ ÓÓÙÌËÁÍ ×ÙÛÅ. + + +

óÓÙÌËÉ

+ + + + +

îÁËÏÎÅÃ, ÎÅÓËÏÌØËÏ ÉÎÔÅÒÅÓÎÙÈ ÓÓÙÌÏË, ÎÅ ×ËÌÀÞ£ÎÎÙÈ × TeX Live: + +

    +
  • http://tug.org/begin.html + - ÍÁÔÅÒÉÁÌ ÄÌÑ ÎÏ×ÉÞËÏ× +
  • http://tug.org/interest.html + - ÏÂÝÉÊ ÓÐÉÓÏË ÒÅÓÕÒÓÏ× ÄÌÑ TeXa, ×ËÌÀÞÁÑ ÄÏËÕÍÅÎÔÁÃÉÀ, + ÓÉÓÔÅÍÙ, ÐÁËÅÔÙ, ÛÒÉÆÔÙ É ÍÎÏÇÏÅ ÄÒÕÇÏÅ. +
  • http://tug.org/ctan.html + - Comprehensive TeX Archive Network (CTAN), + ÏÂÝÉÊ ÁÒÈÉ× ÄÌÑ ×ÓÅÇÏ, ÞÔÏ ÉÍÅÅÔ ÏÔÎÏÛÅÎÉÅ Ë TeXÕ. +
  • http://tug.org/usergroups.html + - ÓÐÉÓÏË ÇÒÕÐÐ ÐÏÌØÚÏ×ÁÔÅÌÅÊ TeXÁ, Ó ËÏÎÔÁËÔÎÏÊ ÉÎÆÏÒÍÁÃÉÅÊ. íÙ + ÎÁÓÔÏÑÔÅÌØÎÏ ÒÅËÏÍÅÎÄÕÅÍ ×ÁÍ ×ÓÔÕÐÉÔØ × ÏÄÎÕ ÉÚ ÇÒÕÐÐ, ÄÌÑ + ÐÏÄÄÅÒÖËÉ TeX Live É ÄÒÕÇÏÊ Ó×ÑÚÁÎÎÏÊ Ó TeXÏÍ ÄÅÑÔÅÌØÎÏÓÔÉ. +
+ + +

Happy TeX'ing!

+ +
óÔÒÁÎÉÃÁ TeX Live + diff -Nru texlive-lang-2007.dfsg.4/readme-html.dir/readme.zh-cn.html texlive-lang-2009/readme-html.dir/readme.zh-cn.html --- texlive-lang-2007.dfsg.4/readme-html.dir/readme.zh-cn.html 1970-01-01 01:00:00.000000000 +0100 +++ texlive-lang-2009/readme-html.dir/readme.zh-cn.html 2009-09-13 04:31:52.000000000 +0100 @@ -0,0 +1,77 @@ + + + + + + TeX Live + + + + + +

欢迎æ¥åˆ° TeX Live

+ +

TeX Live 软件å‘行版为 Unix, Macintosh, Windows 和其他多ç§å¹³å°æ供了一套完整的 TeX 系统。它包å«äº†ç¼–辑ã€æŽ’版ã€é¢„览和打å°å„ç§è¯­è¨€ä¸‹ TeX 文档的å„类程åºï¼Œä»¥åŠ TeX å®ä¸Žå­—体库的庞大集åˆã€‚

+ +

这个å‘行版还包å«äº†å¤§é‡ TeX 相关的文档,有é¢å‘整个系统的,也有针对具体æŸä¸ªè½¯ä»¶åŒ…的。

+ +

关于使用授æƒä¿¡æ¯ï¼Œè¯·å‚考顶层目录下的文本文件 LICENSE.TL å’Œ LICENSE.CTAN。

+ + +

从何起步

+ +

我们强烈建议你在读过《TeX Live 指å—》åŽå†å¼€å§‹å®‰è£…。这份指å—中包括一步步讲解的安装方法,对顶层目录结构的介ç»ï¼Œç­‰ç­‰ã€‚

+ +

简体中文版的指å—在完整å‘行版本 (比如 DVD) çš„ texmf/doc/texlive/ 目录下,为 pdf æ ¼å¼ã€‚其他语言的版本也在 texmf/doc/texlive 下æ供。

+ +

我们还æ供了一个列表,包å«åˆ°æ‰€æœ‰å¯ç”¨çš„ PDF å’Œ HTML 文档的链接,这些文档是给包å«çš„软件包åŠç¨‹åºæ供的。

+ +

如果你通过网络安装,上述链接将ä¸å¯ç”¨ã€‚这样你å¯ä»¥æ”¹ä¸ºæŸ¥çœ‹ç½‘上的 TeX Live 文档。

+ +

è¦äº†è§£ä»Šå¹´è¿™ä¸ªç‰ˆæœ¬ä¸­æœ€é‡è¦çš„改å˜ï¼Œè¯·é˜…读文档末尾的“å‘行历å²â€ä¸€èŠ‚。

+ + +

安装

+ +

安装脚本现在被改å为 install-tl 了 (Windows 下是 install-tl.bat),它有三ç§è¿è¡Œæ¨¡å¼ï¼š

+ +
+
wizard
+ +
(Windows 下的默认模å¼) åªæ最少é‡çš„问题,完整安装全部内容。å¯ä»¥ç”¨ install-tl --gui=wizard 手工指定。
+ +
text
+ +
(其他所有系统中的默认模å¼) 有完整的定制选项。å¯ç”¨ install-tl --gui=text 手工指定。
+ +
perltk
+ +
与文本模å¼åŒ¹é…çš„ GUI;尤其适åˆæœ‰ç»éªŒè€Œä¸æ„¿æ„使用缺çœé€‰é¡¹çš„ Windows 用户。å¯ç”¨ install-tl --gui=text 手工指定,或者在 Windows 下è¿è¡Œ install-tl-advanced.bat。
+ +
+ +

安装åŽçš„软件报更新和其他的é…置工作由 tlmgr (TeX Live Package Manager) 脚本完æˆï¼Œå®ƒä¹ŸåŒæ—¶æœ‰ GUI 和文本模å¼ã€‚

+ +

ä½ å¯ä»¥ç”¨ --help 命令行å‚æ•°æ¥èŽ·å¾— install-tl å’Œ tlmgr 这两个程åºçš„详细信æ¯ã€‚å‚è§ä¸Šé¢çš„文档链接,那里有详细得多的信æ¯ã€‚

+ +

链接

+ +

最åŽæœ‰äº›ç›¸å…³çš„网页供你å‚考。它们并未包å«åœ¨ TeX Live 中。

+ +
    +
  • http://tug.org/begin.html - 如果你是 TeX 新手,需è¦ä¸€äº›ä»‹ç»æ€§æ料。
  • +
  • http://tug.org/interest.html - TeX web 资æºçš„通用列表,包括文档ã€ç³»ç»Ÿã€å®åŒ…ã€å­—体等等。
  • +
  • http://tug.org/ctan.html - Comprehensive TeX Archive Network (CTAN) 的一个入å£ï¼Œè¿™æ˜¯æ‰€æœ‰ TeX 相关内容的在线仓库。
  • +
  • http://tug.org/usergroups.html - 世界上 TeX 用户组织的列表,包括它们的è”络信æ¯ã€‚我们强烈建议你å‚åŠ ä¸€ä¸ªç”¨æˆ·ç»„ç»‡ï¼Œä»¥æ”¯æŒ TeX Live 和其他 TeX 活动的开展。
  • +
+ + +ç¥ä½  TeX æ„‰å¿«ï¼ + +
+ +TeX Live 主页。 + + + diff -Nru texlive-lang-2007.dfsg.4/README.PL texlive-lang-2009/README.PL --- texlive-lang-2007.dfsg.4/README.PL 2007-01-25 14:22:20.000000000 +0000 +++ texlive-lang-2009/README.PL 1970-01-01 01:00:00.000000000 +0100 @@ -1,139 +0,0 @@ -%% iso8859-2 - - TeX Live zaprasza - -TeX Live oferuje pe³ny system TeX dla wielu odmian systemu Unix, MacOSX -i Windows (w wersji 32-bitowej). Znajduj± siê tu programy do sk³adu -tekstów, programy do przegl±dania i drukowania dokumentów TeX-owych -oraz bogate kolekcje makr i fontów. - -Na p³ytce znalaz³y siê dokumentacje dotycz±ce ogólnie TeX-a, a tak¿e -dokumentacje towarzysz±ce poszczególnym pakietom oprogramowania. -Wiêkszo¶æ programów posiada opcjê uruchamiania --help, która mo¿e -u³atwiæ rozpoczêcie pracy. - -Informacje licencyjne (w jêzyku angielskim) dotycz±ce redystrybucji -mo¿na znale¼æ w plikach tekstowych: LICENSE.TL oraz LICENSE.CTAN. - -Jak zacz±æ - -Przed rozpoczêciem instalowania warto wydrukowaæ i przeczytaæ -Przewodnik (The TeX Live Guide). Zawiera on informacje niezbêdne do -korzystania z dystrybucji i prawid³owej instalacji systemu TeX. Wersje -Przewodnika w kilku jêzykach dostêpne s± w formatach HTML i PDF. - -Przewodnik po TeX Live (polskie t³umaczenie): - PDF: texmf-doc/doc/polish/texlive-pl/live.pdf - HTML: texmf-doc/doc/polish/texlive-pl/live.html - -The TeX Live Guide (w jêzyku angielskim): - PDF: texmf-doc/doc/english/texlive-en/live.pdf - HTML: texmf-doc/doc/english/texlive-en/live.html - -Lista najwa¿niejszych zmian znajduje siê na koñcu -dokumentacji w rozdziale ,,Edycja 2007''. - -Instalacja - -Ograniczenia pojemno¶ci formatu CD-ROM zmusi³y nas do wykonania -kilku dystrybucji. S± one rozpoznawalne po nazwie pliku `00typ', który -znajdziemy w g³ównym katalogu p³ytki. - -* live (TeX Collection) - kompletny system na DVD, który nie mie¶ci siê - na CD-ROM; pozwala na uruchamianie programów bezpo¶rednio z p³yty - (szczegó³y zawiera dokumentacja) lub na zainstalowanie programów - na twardym dysku po uruchomieniu skryptu install-tl.sh, który - znajdziemy w katalogu texlive/ (systemy Unix, u¿ytkownicy Linuksa - mog± tak¿e wypróbowaæ texlive/setuptl/tlpmgui-i386-linux) b±d¼ - programu texlive/setuptl/tlpmgui.exe (Windows). - - Pozosta³e katalogi DVD zawieraj± ca³kowicie niezale¿ne od TeX Live - dystrybucje: ProTeXt dla Windows, MacTeX dla MacOSX, ponadto zrzut - zawarto¶ci archiwów CTAN (w katalogu ctan/). - -* inst-alowany - kompletny system na CD-ROM w plikach skompresowanych; - zgodnie z nazw± pozwala jedynie zainstalowaæ system po - uruchomieniu skryptu ./install-tl.sh (Linux, Unix, MacOSX), - setuptl/tlpmgui-i386-linux (Linux) b±d¼ - setuptl/tlpmgui.exe (Windows). - -* protext - dystrybucja ProTeXt dla Windows, oparta na rozszerzonej - o dodatkowe narzêdzia dystrybucji MiKTeX, ca³kowicie niezale¿na - od TeX Live. ProTeXt dostêpny jest te¿ na p³ycie DVD. - -Ka¿da z grup u¿ytkowników systemu TeX mo¿e rozpowszechniaæ dowoln± -p³ytkê wedle w³asnych potrzeb i~uznania. - -Detale formatu CD: dla systemów Unix i Mac u¿yto rozszerzeñ Rock Ridge -standardowego formatu ISO-9660; dla systemów Windows u¿yto rozszerzenia -Microsoft Joliet. W ka¿dym wypadku powinny byæ widoczne d³ugie nazwy -plików, w przeciwnym razie nie da siê uruchomiæ programów bezpo¶rednio -z p³ytki. - -Gdy posiadamy szybkie ³±cze, dostêpne s± w sieci obrazy p³yt, patrz: -ftp://tug.org/texlive/Images. - -Dokumentacje - -Wiêkszo¶æ dokumentacji na tej p³ytce mo¿e byæ przegl±dana bez konieczno¶ci -uprzedniego instalowania systemu TeX. Zazwyczaj s± to pliki w formatach HTML -i/lub PDF. Do czytania dokumentów HTML potrzebna jest odpowiednia -przegl±darka - np. Mozilla lub Internet Explorer, za¶ w przypadku -PDF - program Acrobat Reader, Ghostscript lub xpdf. Przegl±darki umo¿liwiaja -wydrukowanie zawarto¶ci plików. - texmf/doc/english/texlive-en/live.html Oryginalna dokumentacja TeX Live - doc.html Katalog dostêpnych na p³ytce dokumentacji w formatach PDF i HTML - texmf-doc/doc/english/FAQ-en/newfaq.pdf TeX Frequently Asked Questions - (odpowiedzi na czêsto zadawane pytania) - -Wybrane strony, dostêpne w sieci: - http://tug.org/begin.html Strona TeX Users Group dla pocz±tkuj±cych; - zawiera odes³ania do podstawowych - podrêczników; - http://tug.org/interest.html TeX w Sieci, obszerny wybór odsy³aczy - do stron WWW dotycz±cych TeX-a; - http://tug.org/ctan.html Dostêp do ¶wiatowych archiwów TeX-owych CTAN - (Comprehensive TeX Archive Network; - http://tug.org/usegroups.html Informacje nt. TeX Users Group i lokalnych - grup u¿ytkowników systemu TeX. - -Polskie pakiety i dokumentacje - -P³ytka TeX Live zawiera wiêkszo¶æ dostêpnego polskiego oprogramowania -TeX-owego i reprezentatywny wybór dokumentacji. Wirtualna Akademia TeX-owa, -prowadzona w ramach polskiej Grupy U¿ytkowników Systemu TeX GUST, -przedstawia system TeX, a ponadto zawiera opisy wielu praktycznych makr -i programów. Pocz±tkuj±cym polecamy szczególnie Przewodnik po systemie -TeX (texmf-doc/doc/polish/tex-virtual-academy-pl/cototex.html). - -W formacie PDF przygotowano Podrêczniki TeX-a i LaTeX-a dla pocz±tkuj±cych -(texmf-doc/doc/polish/guides-pl/index.html). - -P³ytka TeX Live zawiera ponadto gotowe do u¿ycia formaty MeX (polski -odpowiednik formatu Plain) i PLaTeX (format LaTeX2e przystosowany do obs³ugi -jêzyka polskiego); dostêpne s± oczywi¶cie pliki ¼ród³owe pakietów MeX -i PLaTeX oraz fonty przygotowane specjalnie do u¿ycia w polskojêzycznym -TeX-u. - -W katalogach texmf-dist/doc/mex/base/ oraz texmf-dist/doc/latex/platex/ -umieszczono przyk³adowe pliki dla, odpowiednio, formatu MeX i formatu -PLaTeX. Pocz±tkuj±cy u¿ytkownik powinien je uwa¿nie przestudiowaæ. - -Dodatkowe programy, przydatne dla polskich u¿ytkowników, umieszczone -zosta³y w katalogu support/polish/gustprog/ (patrz README). -Wybór przy datnych makr dla u¿ytkowników przede wszystkim formatu -Plain/MeX oraz makra i style do tworzenia polskich skorowidzów -i bibliografii mo¿na znale¼æ w katalogu texmf-dist/tex/plain/gustlib -(patrz README). - -Warto te¿ zajrzeæ na stronê WWW polskiej Grupy U¿ytkowników Systemu TeX GUST: -http://www.gust.org.pl -Oprócz informacji o dzia³alno¶ci grupy, mo¿na tam znale¼æ sporo materia³ów, -które powinny zainteresowaæ polskojêzycznych u¿ytkowników TeX-a. - -Mi³ego TeX-owania! - -Strona projektu TeX Live: http://tug.org/tex-live. - -25 stycznia 2007 - diff -Nru texlive-lang-2007.dfsg.4/README.RU texlive-lang-2009/README.RU --- texlive-lang-2007.dfsg.4/README.RU 2007-01-25 14:22:20.000000000 +0000 +++ texlive-lang-2009/README.RU 1970-01-01 01:00:00.000000000 +0100 @@ -1,101 +0,0 @@ - -äÏÂÒÏ ÐÏÖÁÌÏ×ÁÔØ × ÓÉÓÔÅÍÕ TeX Live - - äÉÓÔÒÉÂÕÔÉ× TeX Live ÐÒÅÄÌÁÇÁÅÔ ÐÏÌÎÕÀ ÓÉÓÔÅÍÕ TeX ÄÌÑ ÒÑÄÁ ÐÌÁÔÆÏÒÍ, - ×ËÌÀÞÁÑ ×ÁÒÉÁÎÔÙ àÎÉËÓÏ×, íÁËÉÎÔÏÛÅÊ, Windows. ÷ ÎÅÇÏ ×ÈÏÄÑÔ ÐÒÏÇÒÁÍÍÙ - ÄÌÑ ÒÅÄÁËÔÉÒÏ×ÁÎÉÑ, ×£ÒÓÔËÉ, ÐÒÏÓÍÏÔÒÁ É ÐÅÞÁÔÉ ÄÏËÕÍÅÎÔÏ× × TeXÅ ÎÁ - ÍÎÏÇÉÈ ÑÚÙËÁÈ, Á ÔÁËÖÅ ÂÏÌØÛÁÑ ËÏÌÌÅËÃÉÑ ÍÁËÒÏÓÏ× É ÂÉÂÌÉÏÔÅË ÛÒÉÆÔÏ×. - - ÷ ÄÉÓÔÒÉÂÕÔÉ× ÔÁËÖÅ ×ÈÏÄÉÔ ÏÂÛÉÒÎÁÑ ÏÂÝÁÑ ÄÏËÕÍÅÎÔÁÃÉÑ Ï TeXÅ É - ÄÏËÕÍÅÎÔÁÃÉÑ Ï ÐÒÏÇÒÁÍÍÁÈ, ×ËÌÀÞ£ÎÎÙÈ × ÄÉÓÔÒÉÂÕÔÉ×. - - ìÉÃÅÎÚÉÑ ÎÁ ÐÒÏÇÒÁÍÍÙ É ÄÏËÕÍÅÎÔÙ ÓÏÄÅÒÖÉÔÓÑ × ÆÁÊÌÁÈ: LICENSE.TL É - LICENSE.CTAN. - - ó ÞÅÇÏ ÎÁÞÁÔØ - - íÙ ÎÁÓÔÏÑÔÅÌØÎÏ ÒÅËÏÍÅÎÄÕÅÍ ×ÁÍ ÐÒÏÞÅÓÔØ ÒÕËÏ×ÏÄÓÔ×Ï TeX Live Guide ÄÏ - ÎÁÞÁÌÁ ÕÓÔÁÎÏ×ËÉ. ïÎÏ ×ËÌÀÞÁÔ ÏÐÉÓÁÎÉÅ ÓÔÒÕËÔÕÒÙ ÄÉÒÅËÔÏÒÉÊ, ÏÐÉÓÁÎÉÅ - ÕÓÔÁÎÏ×ËÉ É ÍÎÏÇÏÅ ÄÒÕÇÏÅ. - - áÎÇÌÉÊÓËÁÑ ×ÅÒÓÉÑ ÒÕËÏ×ÏÄÓÔ×Á ÎÁÈÏÄÉÔÓÑ × ÄÉÒÅËÔÏÒÉÉ - texmf-doc/doc/english/, × ÆÏÒÍÁÔÁÈ html É pdf. ðÅÒÅ×ÏÄÙ ÎÁ - ÄÒÕÇÉÅ ÑÚÙËÉ ÎÁÈÏÄÑÔÓÑ × ÄÉÒÅËÔÏÒÉÑÈ texmf-doc/doc/*. - - óÐÉÓÏË ÎÁÉÂÏÌÅÅ ×ÁÖÎÙÈ ÉÚÍÅÎÅÎÉÊ × ÔÅËÕÝÅÊ ×ÅÒÓÉÉ ÎÁÈÏÄÉÔÓÑ × ÒÁÚÄÅÌÅ - "éÚÍÅÎÅÎÉÑ" × ËÏÎÃÅ ÄÏËÕÍÅÎÔÁ. - - õÓÔÁÎÏ×ËÁ - - ïÇÒÁÎÉÞÅÎÉÑ ÎÁ ÒÁÚÍÅÒ CD-ROMÁ ÚÁÓÔÁ×ÉÌÉ ÎÁÓ ÒÁÚÄÅÌÉÔØ TeX Live ÎÁ ÔÒÉ - ÄÉÓÔÒÉÂÕÔÉ×Á. ÷Ù ÍÏÖÅÔÅ ÓËÁÚÁÔØ, Ó ËÁËÉÍ ÄÉÓÔÒÉÂÕÔÉ×ÏÍ ÉÍÅÅÔÅ ÄÅÌÏ, - ÎÁÊÄÑ ÆÁÊÌ 00type.TL × ËÏÒÎÅ×ÏÊ ÄÉÒÅËÔÏÒÉÉ. - - live - ðÏÌÎÁÑ ÓÉÓÔÅÍÁ ÎÁ DVD; ÏÎÁ ÞÅÒÅÓÞÕÒ ×ÅÌÉËÁ, ÞÔÏÂÙ ÕÍÅÓÔÉÔØÓÑ ÎÁ - CD-ROMÅ. ÷Ù ÍÏÖÅÔÅ ÚÁÐÕÓËÁÔØ ÐÒÏÇÒÁÍÍÙ ÎÅÐÏÓÒÅÄÓÔ×ÅÎÎÏ Ó DVD; - ÓÍ. ÄÏËÕÍÅÎÔÁÃÉÀ × ÄÉÓÔÒÉÂÕÔÉ×Å. ÷Ù ÔÁËÖÅ ÍÏÖÅÔÅ ÕÓÔÁÎÏ×ÉÔØ - ÐÒÏÇÒÁÍÍÙ ÎÁ ÄÉÓË, ×ÙÐÏÌÎÉ× ÓËÒÉÐÔ install-tl.sh × ÄÉÒÅËÔÏÒÉÉ - texlive (ÐÏÄ ÓÉÓÔÅÍÏÊ Unix, ×ËÌÀÞÁÑ MacOSX). éÎÓÔÁÌÌÑÔÏÒ ÄÌÑ - Windows, tlpmgui.exe, ÎÁÈÏÄÉÔÓÑ × ÄÉÒÅËÔÏÒÉÉ setuptl. - - ÷ ËÏÒÎÅ×ÏÊ ÄÉÒÅËÔÏÒÉÉ DVD live ÎÁÈÏÄÑÔÓÑ É ÄÒÕÇÉÅ ÄÉÓÔÒÉÂÕÔÉ×Ù: - proTeXt (ÓÍ. ÎÉÖÅ). MacTeX ÄÌÑ MacOSX É ËÏÐÉÑ ÁÒÈÉ×Á CTAN. ÷ÓÅ - ÏÎÉ ÓÏ×ÅÒÛÅÎÎÏ ÎÅ ÚÁ×ÉÓÑÔ ÏÔ TeX Live É ÒÁÓÐÒÏÓÔÒÁÎÑÀÔÓÑ ÐÏÄ - ÓÏÂÓÔ×ÅÎÎÙÍÉ ÌÉÃÅÎÚÉÑÍÉ. - - inst(allable) - ðÏÌÎÁÑ ÓÉÓÔÅÍÁ ÎÁ CD ÄÌÑ ÕÓÔÁÎÏ×ËÉ × ÓÉÓÔÅÍÅ Unix (×ËÌÀÞÁÑ - MacOSX) ÉÌÉ Windows; ÞÔÏÂÙ ÕÍÅÓÔÉÔØ Å£ ÎÁ CD, ÍÙ ÓÖÁÌÉ ×Ó£, ÞÔÏ - ÍÏÇÌÉ. ðÏÜÔÏÍÕ ÎÅÐÏÓÒÅÄÓÔ×ÅÎÎÏ Ó ÜÔÏÇÏ CD ÚÁÐÕÓËÁÔØ TeX ÎÅÌØÚÑ, - ×ÁÍ ÎÁÄÏ ÕÓÔÁÎÏ×ÉÔØ ÐÒÏÇÒÁÍÍÙ ÎÁ ÄÉÓË (ÏÔÓÀÄÁ ÎÁÚ×ÁÎÉÅ - ÄÉÓÔÒÉÂÕÔÉ×Á). äÌÑ ÜÔÏÇÏ ÎÁÄÏ ÚÁÐÕÓÔÉÔØ ÓËÒÉÐÔ ./install-tl.sh - × ÓÉÓÔÅÍÁÈ Unix ÉÌÉ MacOSX ÉÌÉ setuptl/tlpmgui.exe × ÓÉÓÔÅÍÅ - Windows. - - protext - üÔÏÔ ÄÉÓË ÓÏÄÅÒÖÉÔ ÄÉÓÔÒÉÂÕÔÉ× proTeXt, ÕÌÕÞÛÅÎÎÙÊ ×ÁÒÉÁÎÔ - ÓÉÓÔÅÍÙ MikTeX. ïÎ ÄÏÂÁ×ÌÑÅÔ ÎÅÓËÏÌØËÏ ÐÒÏÇÒÁÍÍ Ë MikTeXÕ É - ÕÐÒÏÝÁÅÔ ÕÓÔÁÎÏ×ËÕ ÓÉÓÔÅÍÙ. ïÎ ÎÅ ÚÁ×ÉÓÉÔ ÏÔ TeX Live, É - ÓÏÐÒÏ×ÏÖÄÁÅÔÓÑ ÓÏÂÓÔ×ÅÎÎÙÍÉ ÉÎÓÔÒÕËÃÉÑÍÉ ÐÏ ÕÓÔÁÎÏ×ËÅ. åÇÏ - ÍÏÖÎÏ ÚÁÐÕÓËÁÔØ ÎÅÐÏÓÒÅÄÓÔ×ÅÎÎÏ Ó CD ÉÌÉ ÕÓÔÁÎÏ×ÉÔØ ÎÁ ÄÉÓË. - proTeXt ÎÁÈÏÄÉÔÓÑ ËÁË × ËÏÒÎÅ×ÏÊ ÄÉÒÅËÔÏÒÉÉ ÎÁ live DVD É (ÄÌÑ - ÎÅËÏÔÏÒÙÈ ÇÒÕÐÐ ÐÏÌØÚÏ×ÁÔÅÌÅÊ) ÎÁ ÏÔÄÅÌØÎÏÍ ÄÉÓËÅ. - - åÓÔÅÓÔ×ÅÎÎÏ, ËÁÖÄÁÑ ÇÒÕÐÐÁ ÐÏÌØÚÏ×ÁÔÅÌÅÊ TeXÁ ÓÁÍÁ ×ÙÂÉÒÁÅÔ, ÞÔÏ ÅÊ - ÒÁÓÐÒÏÓÔÒÁÎÑÔØ (ÞÌÅÎÙ TUG ÐÏÌÕÞÁÔ ×ÓÅ ÔÒÉ ÄÉÓËÁ). - - ïÓÏÂÅÎÎÏÓÔÉ ÆÏÒÍÁÔÁ CD: äÌÑ àÎÉËÓÁ É íÁËÉÎÔÏÛÁ ÉÓÐÏÌØÚÏ×ÁÎÙ ÒÁÓÛÉÒÅÎÉÑ - Rock Ridge ÄÌÑ ÆÏÒÍÁÔÁ ISO-9660. ðÏÄ Windows ÉÓÐÏÌØÚÕÀÔÓÑ ÒÁÓÛÉÒÅÎÉÑ - Microsoft Joliet. ÷ ÌÀÂÏÍ ÓÌÕÞÁÅ, ×Ù ÄÏÌÖÎÙ ×ÉÄÅÔØ ÎÁ ÄÉÓËÅ ÄÌÉÎÎÙÅ - ÉÍÅÎÁ ÆÁÊÌÏ×. åÓÌÉ ÜÔÏ ÎÅ ÔÁË, ×Ù ÎÅ ÓÍÏÖÅÔÅ ÚÁÐÕÓËÁÔØ ÐÒÏÇÒÁÍÍÙ Ó - ÄÉÓËÁ. åÓÌÉ Õ ×ÁÓ ÈÏÒÏÛÅÅ ÓÏÅÄÉÎÅÎÉÅ Ó éÎÔÅÒÎÅÔÏÍ É ×Ù ÕÍÅÅÔÅ ÄÅÌÁÔØ - ÄÉÓËÉ, ×Ù ÍÏÖÅÔÅ ×ÏÓÐÏÌØÚÏ×ÁÔØÓÑ ÏÂÒÁÚÁÍÉ ISO. ëÒÏÍÅ ÔÏÇÏ, ×Ù - ÍÏÖÅÔÅ ÏÚÎÁËÏÍÉÔØÓÑ Ó ÓÏÄÅÒÖÁÎÉÅÍ ÄÉÓËÏ×. - - äÏËÕÍÅÎÔÁÃÉÑ - - âÏÌØÛÕÀ ÞÁÓÔØ ÄÏËÕÍÅÎÔÁÃÉÉ ÍÏÖÎÏ ÓÍÏÔÒÅÔØ online, ÄÏ ÕÓÔÁÎÏ×ËÉ ÓÉÓÔÅÍÙ - the TeX. þÔÏÂÙ ÞÉÔÁÔØ Å£, ×ÁÍ ÐÏÎÁÄÏÂÉÔÓÑ ÂÒÏÕÚÅÒ (ÎÁÐÒÉÍÅÒ, - ÍÏÚÉÌÌÁ, Ó×ÏÂÏÄÎÁÑ ×ÅÒÓÉÑ ÐÒÏÇÒÁÍÍÙ Netscape) ÄÌÑ ÄÏËÕÍÅÎÔÏ× × - ÆÏÒÍÁÔÅ HTML, É ÐÒÏÓÍÏÔÒÝÉË PDF (ÎÁÐÒÉÍÅÒ, gv ÉÌÉ xpdf, - Ó×ÏÂÏÄÎÙÅ ÁÌØÔÅÒÎÁÔÉ×Ù ÄÌÑ Acrobat Reader) ÄÌÑ ÄÏËÕÍÅÎÔÏ× × ÆÏÒÍÁÔÅ - PDF. - * äÏËÕÍÅÎÔÁÃÉÑ TeX Live (html). - * óÓÙÌËÉ ÎÁ ÄÏËÕÍÅÎÔÁÃÉÀ × ÄÉÓÔÒÉÂÕÔÉ×Å. < - * þÁ÷Ï: þÅÛÓËÉÊ/óÌÏ×ÁÃËÉÊ, áÎÇÌÊÓËÉÊ (pdf), æÒÁÎÃÕÚÓËÉÊ, - îÅÍÅÃËÉÊ, - - éÎÔÅÒÅÓÎÙÅ ÌÉÎËÉ, ÎÅ ×ËÌÀÞ£ÎÎÙÅ × TeX Live: - * http://tug.org/begin.html - ÍÁÔÅÒÉÁÌ ÄÌÑ ÎÏ×ÉÞËÏ× - * http://tug.org/interest.html - ÏÂÝÉÊ ÓÐÉÓÏË ÒÅÓÕÒÓÏ× ÄÌÑ TeXa, - ×ËÌÀÞÁÑ ÄÏËÕÍÅÎÔÁÃÉÀ, ÓÉÓÔÅÍÙ, ÐÁËÅÔÙ, ÛÒÉÆÔÙ É ÍÎÏÇÏÅ ÄÒÕÇÏÅ. - * http://tug.org/ctan.html - Comprehensive TeX Archive Network - (CTAN), ÏÂÝÉÊ ÁÒÈÉ× ÄÌÑ ×ÓÅÇÏ, ÞÔÏ ÉÍÅÅÔ ÏÔÎÏÛÅÎÉÅ Ë TeXÕ. - * http://tug.org/usergroups.html - ÓÐÉÓÏË ÇÒÕÐÐ ÐÏÌØÚÏ×ÁÔÅÌÅÊ - TeXÁ, Ó ËÏÎÔÁËÔÎÏÊ ÉÎÆÏÒÍÁÃÉÅÊ. íÙ ÎÁÓÔÏÑÔÅÌØÎÏ ÒÅËÏÍÅÎÄÕÅÍ ×ÁÍ - ×ÓÔÕÐÉÔØ × ÏÄÎÕ ÉÚ ÇÒÕÐÐ, ÄÌÑ ÐÏÄÄÅÒÖËÉ TeX Live É ÄÒÕÇÏÊ - Ó×ÑÚÁÎÎÏÊ Ó TeXÏÍ ÄÅÑÔÅÌØÎÏÓÔÉ. - - Happy TeX'ing! - diff -Nru texlive-lang-2007.dfsg.4/readme-txt.dir/README.CS texlive-lang-2009/readme-txt.dir/README.CS --- texlive-lang-2007.dfsg.4/readme-txt.dir/README.CS 1970-01-01 01:00:00.000000000 +0100 +++ texlive-lang-2009/readme-txt.dir/README.CS 2009-09-18 00:31:29.000000000 +0100 @@ -0,0 +1,96 @@ +Vítejte v TeX Live + Softwarová distribuce TeX Live nabízí kompletní TeXový systém pro Å™adu + platforem - GNU a UNIX, Macintosh, Windows a další. Zahrnuje programy + pro editování, sazbu, zobrazení a tisk TeXových dokumentů v mnoha + různých jazycích a rozsáhlou kolekci TeXových maker a fontů. + + Distribuce zahrnuje obsáhlou dokumentaci o TeXu obecnÄ›, stejnÄ› jako + dokumentaci k zahrnutým softwarovým balíkům. + + Informaci o licencích najdete v koÅ™enovém adresáři v textových + souborech [1]LICENSE.TL a [2]LICENSE.CTAN. + + Kde zaÄít + DůraznÄ› doporuÄujeme, abyste si jeÅ¡tÄ› pÅ™ed instalací pÅ™eÄetli průvodce + TeX Live. Průvodce obsahuje instrukce "krok za krokem", popis hlavních + adresářů a další informace. + + Anglické verze průvodců jsou umístÄ›ny v úplné distribuci (napÅ™. na DVD) + v hierarchii [3]texmf/doc/texlive ve formátech [4]html a [5]pdf. PÅ™eklady + do dalších jazyků jsou také dostupné v podstromu [6]texmf/doc/texlive. + + Nabízíme také [7]seznam odkazů na dostupnou dokumentaci k zahrnutým + balíkům a programům, opÄ›t ve formátech HTML a PDF. + + Pokud instalujete z internetu, výše zmínÄ›né odkazy vám nebudou fungovat. + V tom případÄ› si ale můžete [8]dokumentaci TeX Live prohlížet + na internetu. + + Seznam nejdůležitÄ›jších zmÄ›n v letoÅ¡ním vydání najdete v oddílu + Historie verzí na konci dokumentace. + + Instalace + InstalaÄní skript se jmenuje install-tl (install-tl.bat pro Windows) + a můžete jej spustit ve tÅ™ech režimech: + + průvodce (standardní spuÅ¡tÄ›ní pod Windows), který se vás zeptá jen na + nutné minimum otázek a instalaci pak provede sám. Tento režim + vyberete spuÅ¡tÄ›ním install-tl --gui=wizard. + + text (standardní spuÅ¡tÄ›ní pro vÅ¡echny ostatní systémy), který + nabízí vÅ¡echny možnosti prizpůsobení instalace. Tento režim + vyberete spuÅ¡tÄ›ním install-tl --gui=text. + + perltk, který je GUI v textovém režimu; je užiteÄný pro zkuÅ¡ené + uživatele Windows, kteří nechtÄ›jí použít standardní + nastavení. Instalaci v tomto režimu je možné zvolit buÄ + spuÅ¡tÄ›ním install-tl --gui=perltk, nebo spuÅ¡tÄ›ním souboru + install-tl-advanced.bat pod Windows. + + DodateÄné aktualizace balíků a další konfigurace se vykonává + pomocí skriptu tlmgr (TeX Live Package Manager), který má také + režimy GUI i textový. + + SpuÅ¡tÄ›ním programů [9]install-tl i [10]tlmgr s volbou --help + získáte podrobnou informaci o obou programech. (Mnohem) více + informací získáte pomocí odkazů na dokumentaci zmínÄ›ných výše. + + Odkazy + + Na závÄ›r pro vaÅ¡i informaci uvádíme nÄ›kolik relevantních webových + stránek, které nejsou souÄástí TeX Live: + + * [11]http://tug.org/begin.html - pokud jste TeXový zaÄáteÄník a/nebo + máte zájem o úvodní materiály. + * [12]http://tug.org/interest.html - vÅ¡eobecný seznam TeXových zdrojů + na webu, zahrnující dokumentaci, systémy, balíky, fonty a další. + * [13]http://tug.org/ctan.html - jeden z přístupových bodů k archivu + Comprehensive TeX Archive Network (CTAN). Tento archiv slouží jako + online sklad vÅ¡ech vÄ›cí souvisejících s TeXem. + * [14]http://tug.org/usergroups.html - seznam uživatelských skupin TeXu + z celého svÄ›ta, spolu s kontaktními informacemi. RozhodnÄ› vám + doporuÄujeme, abyste se stali Äleny jedné z tÄ›chto skupin; podpoříte + tím TeX Live a další TeXové aktivity. + + Příjemné TeXování! + _________________________________________________________________ + + [15]Domovská stránka TeX Live. + +Odkazy + + 1. file:LICENSE.TL + 2. file:LICENSE.CTAN + 3. file:texmf/doc/texlive/texlive-en + 4. file:texmf/doc/texlive/texlive-en/texlive-en.html + 5. file:texmf/doc/texlive/texlive-en/texlive-en.pdf + 6. file:texmf/doc/texlive/ + 7. file:doc.html + 8. http://tug.org/texlive/doc.html + 9. http://tug.org/texlive/install-tl.html + 10. http://tug.org/texlive/tlmgr.html + 11. http://tug.org/begin.html + 12. http://tug.org/interest.html + 13. http://tug.org/ctan.html + 14. http://tug.org/usergroups.html + 15. http://tug.org/texlive/ diff -Nru texlive-lang-2007.dfsg.4/readme-txt.dir/README.DE texlive-lang-2009/readme-txt.dir/README.DE --- texlive-lang-2007.dfsg.4/readme-txt.dir/README.DE 1970-01-01 01:00:00.000000000 +0100 +++ texlive-lang-2009/readme-txt.dir/README.DE 2009-09-28 01:55:51.000000000 +0100 @@ -0,0 +1,121 @@ + +Willkommen zu TeX Live 2009 + + Die TeX Live-Distribution bietet Ihnen ein komplettes TeX-System für + eine Vielzahl Plattformen, wie GNU/Linux, Unix-, Macintosh-, und + Microsoft Windows. Enthalten sind Programme zum Editieren, zum Setzen, + zur Bildschirmvorschau, und zum Ausdruck von TeX-Dokumenten in vielen + Sprachen, sowie eine große Sammlung von TeX-Makros und + Fontbibliotheken. + + Die Distribution enthält auch umfangreiche allgemeine Dokumentation zu + TeX, sowie detaillierte Anleitungen zu den gelieferten + Programmpaketen. + + Information über Lizenzbedingungen finden Sie im Wurzelverzeichnis in + den Textdateien [1]LICENSE.TL und [2]LICENSE.CTAN. + + Zum Einstieg + + Wir empfehlen sehr, dass Sie zunächst die "Anleitung zu TeX Live" + lesen, bevor Sie mit der Installation beginnen. Diese Anleitung + enthält Instruktionen zu allen Installationsschritten, eine + Erläuterung der Verzeichnisstruktur, sowie weitere hilfreiche + Informationen. + + In der vollständigen Distribution (z. B. auf der DVD) finden Sie die + deutsche Anleitung im Verzeichnisbaum [3]texmf/doc/texlive/texlive-en + sowohl im [4]HTML- als auch im [5]PDF-Format. Die englische Version + und Übersetzungen in andere Sprachen finden Sie in weiteren + Unterverzeichnissen von [6]texmf/doc/texlive/. + + Zu den enthaltenen Paketen und Programmen gibt es auch eine [7]Liste + aller verfügbaren PDF- und HTML-Dokumentation. + + Wenn Sie TeX Live aus dem Internet installieren, funktionieren die + oben genannten Links nicht. In diesem Fall lesen Sie bitte die [8]TeX + Live-Dokumentation auf der TUG-Webseite. + + Die wichtigsten Neuerungen der diesjährigen Ausgabe können Sie im + Abschnitt Geschichtliches am Ende der Anleitung nachlesen. + + Installation + + Zur Installation von TeX Live dient das Skript install-tl + (install-tl.bat unter Windows), das verschiedene Installationsarten + zur Verfügung stellt: + + Einfache Installation: wizard mode + (Standard für Windows) Hier wird TeX Live komplett installiert, + und die einzugebenden Informationen sind auf ein Minimum + beschränkt. Auf anderen Systemen als Windows kann dieser + Installationsmodus mit install-tl --gui=wizard gestartet + werden. + + Text-Modus + (Standard auf allen Systemen außer Windows) Installation im + Textmodus, in dem alle Optionen für eine individuelle Anpassung + der Installation zur Verfügung stehen. Dieser Modus kann mit + install-tl --gui=text explizit gestartet werden (unter Windows + in einem Eingabeaufforderungs-Fenster). + + perltk + führt die Installtion mittels einer grafischen Oberfläche statt + im Textmodus durch, erlaubt aber im Gegensatz zum wizard mode + eine individuelle Auswahl der zu installierenden Pakete. Dieser + Installationsmodus wird mit install-tl --gui=perltk oder + install-tl-advanced.bat unter Windows gestartet. + + Nach erfolgter Installation können Sie Updates und weitere + Konfigurationen mit Hilfe des Skripts tlmgr (TeX Live Package Manager) + durchführen, das ebenfalls wahlweise mit Fenster- und + Text-Schnittstelle gestartet werden kann. + + Sie erhalten eine Funktionsübersicht zu den Programmen [9]install-tl + und [10]tlmgr, wenn Sie diese jeweils mit der Kommandozeilenoption + --help aufrufen. Wesentlich ausführlichere Hilfe finden Sie jedoch + über die obigen Links zur Dokumentation. + + Links + + Schließlich ein paar interessante Links zu Information, welche nicht + in TeX Live enthalten ist: + * [11]http://tug.org/begin.html (englisch) - für alle, die neu mit + TeX beginnen oder die sich für einführende Literatur + interessieren. + * [12]http://www.dante.de - die Deutschsprachige Anwendervereinigung + TeX e. V. + * [13]http://tug.org/interest.html (englisch) - eine allgemeine + Liste von Internet-Ressourcen zu TeX, mit Verweisen zu + Dokumentation, Systemen, Paketen, Fonts und mehr. + * [14]http://www.ctan.org bzw. [15]http://mirror.ctan.org - + Einstiegspunkte zum "Comprehensive TeX Archive Network" (CTAN), + dem zentralen Umschlagplatz für alle TeX betreffenden Dinge. + * [16]http://tug.org/usergroups.html - weltweite Liste aller TeX + Benutzergruppen, mit Kontaktinformation. Wir empfehlen wärmstens, + einer TeX-Benutzergruppe Ihrer Wahl beizutreten. + + Happy TeXing! - Viel Spaß mit TeX! + _________________________________________________________________ + + [17]Homepage von TeX Live. + +References + + 1. file:LICENSE.TL + 2. file:LICENSE.CTAN + 3. file:texmf/doc/texlive/texlive-de + 4. file:texmf/doc/texlive/texlive-de/texlive-de.html + 5. file:texmf/doc/texlive/texlive-de/texlive-de.pdf + 6. file:texmf/doc/texlive/ + 7. file:doc.html + 8. http://tug.org/texlive/doc.html + 9. http://tug.org/texlive/doc/install-tl.html + 10. http://tug.org/texlive/tlmgr.html + 11. http://tug.org/begin.html + 12. http://www.dante.de/ + 13. http://tug.org/interest.html + 14. http://www.ctan.org/ + 15. http://mirror.ctan.org/ + 16. http://tug.org/usergroups.html + 17. http://tug.org/texlive/ diff -Nru texlive-lang-2007.dfsg.4/readme-txt.dir/README.EN texlive-lang-2009/readme-txt.dir/README.EN --- texlive-lang-2007.dfsg.4/readme-txt.dir/README.EN 1970-01-01 01:00:00.000000000 +0100 +++ texlive-lang-2009/readme-txt.dir/README.EN 2009-09-17 02:23:52.000000000 +0100 @@ -0,0 +1,102 @@ + +Welcome to TeX Live + + The TeX Live software distribution offers a complete TeX system for a + variety of GNU and Unix, Macintosh, Windows and other platforms. It + encompasses programs for editing, typesetting, previewing and printing + of TeX documents in many different languages, and a large collection + of TeX macros and font libraries. + + The distribution includes extensive general documentation about TeX, + as well as the documentation for the included software packages. + + For licensing information, please see the top-level [1]LICENSE.TL and + [2]LICENSE.CTAN text files. + + Where to start + + We strongly recommend that you read the TeX Live Guide before + undertaking the installation. It includes step-by-step instructions, a + description of the top-level directories, and more. + + English versions of the Guide are in the full distribution (for + example, on the DVD) in the [3]texmf/doc/texlive/ hierarchy, in both + [4]html and [5]pdf formats. Translations to other languages are also + available under [6]texmf/doc/texlive. + + We also provide a list of [7]links to the available PDF and HTML + documentation for the included packages and programs. + + If you are installing from the Internet, the above links won't work. + In that case, you can view the [8]TeX Live documentation on the + Internet. + + For a list of the most important changes in this year's release, see + the Release history section at the end of the documentation. + + Installation + + The installation script is named install-tl (install-tl.bat on + Windows), and it has three operation modes: + + wizard (default on Windows) which asks a bare minimum of questions and + installs everything. Can be specified explicitly with + install-tl --gui=wizard. + + text (default on everything else) which has full customization + options. Can be specified explicitly with + install-tl --gui=text. + + perltk which is a GUI for text; especially useful for knowledgeable + Windows users who don't want the defaults. Can be specified + explicitly with install-tl --gui=perltk, or by running + install-tl-advanced.bat on Windows. + + Post-installation package updates and other configurations are + performed with the tlmgr (TeX Live Package Manager) script, which + likewise has both GUI and text modes. + + You can give the command-line option --help to both [9]install-tl and + [10]tlmgr for detailed information on both programs. See the + documentation links above for (much) more information. + + Links + + Finally, a few related web pages, for your reference. These are not + included in TeX Live: + + * [11]http://tug.org/begin.html - if you are new to TeX and/or want + introductory material. + * [12]http://tug.org/interest.html - general list of TeX web + resources, including documentation, systems, packages, fonts, and + more. + * [13]http://tug.org/ctan.html - one entry point into the + Comprehensive TeX Archive Network (CTAN), which is an online + repository of all things TeX. + * [14]http://tug.org/usergroups.html - list of TeX user groups + around the world, with contact information. We strongly encourage + you to join the user group of your choice, to support TeX Live and + other TeX activities. + + Happy TeXing! + _________________________________________________________________ + + [15]TeX Live home page. + +References + + 1. file:LICENSE.TL + 2. file:LICENSE.CTAN + 3. file:texmf/doc/texlive/texlive-en + 4. file:texmf/doc/texlive/texlive-en/texlive-en.html + 5. file:texmf/doc/texlive/texlive-en/texlive-en.pdf + 6. file:texmf/doc/texlive/ + 7. file:doc.html + 8. http://tug.org/texlive/doc.html + 9. http://tug.org/texlive/doc/install-tl.html + 10. http://tug.org/texlive/tlmgr.html + 11. http://tug.org/begin.html + 12. http://tug.org/interest.html + 13. http://tug.org/ctan.html + 14. http://tug.org/usergroups.html + 15. http://tug.org/texlive/ diff -Nru texlive-lang-2007.dfsg.4/readme-txt.dir/README.FR texlive-lang-2009/readme-txt.dir/README.FR --- texlive-lang-2007.dfsg.4/readme-txt.dir/README.FR 1970-01-01 01:00:00.000000000 +0100 +++ texlive-lang-2009/readme-txt.dir/README.FR 2009-09-28 01:55:51.000000000 +0100 @@ -0,0 +1,116 @@ + +Bienvenue dans TeX Live + + La distribution logicielle TeX Live propose un système TeX complet + pour un large choix de plates-formes : Unix, MacOSX, Windows et + autres. Ce système inclut des programmes de mise en page, de + visualisation et d'impression de documents TeX, une large gamme de + macros TeX et de bibliothèques de polices. + + Nous avons inclus dans la distribution une grande quantité de guides + généraux sur TeX, ainsi que les documentations qui accompagnent chacun + des paquets. + + Pour des informations concernant les licences, veuillez consulter les + fichiers [1]LICENSE.TL et [2]LICENSE.CTAN. + + Par où commencer ? + + Nous vous suggérons fortement de lire le guide de TeX Live avant + d'entreprendre toute installation. Il vous fournira une description + pas à pas du processus d'installation, une description des répertoires + de base, et bien d'autres informations. + + Des versions françaises du guide sont disponibles dans la distribution + complète (sur le DVD par exemple), aux formats [3]html et [4]pdf. Des + traductions dans d'autres langues sont également disponibles dans + l'arborescence [5]texmf/doc/texlive. + + Une liste de [6]liens vers la documentation des programmes et paquets + de macros inclus (en format PDF et HTML) est disponible. + + Lors de l'installation par Internet, les liens indiqués ci-dessus ne + fonctionnent pas ; dans ce cas, la documentation est accessible [7]en + ligne. + + Une liste des principaux changements intervenus depuis l'an dernier + est disponible à la fin des fichiers de documentation (HTML et PDF). + + Installation + + Le script d'installation s'appelle install-tl (ou install-tl.bat sous + Windows) ; il peut fonctionner selon trois modes différents, décrits + ci-dessous. + + magique + (mode par défaut sous Windows) - pose le moins de question + possible et installe la distribution complète. Il peut être + demandé explicitement avec install-tl --gui=wizard. + + texte + (mode par défaut partout ailleurs) - propose toutes les options + de personnalisation. Il peut être demandé explicitement avec + install-tl --gui=text. + + perltk + Mode graphique proposant les mêmes options que le mode texte ; + particulièrement utile pour les utilisateurs avancés sous + Windows qui ne veulent pas garder les valeurs pas défaut. Il + peut être demandé explicitement avec install-tl --gui=perltk, + où en lançant install-tl-advanced.bat sous Windows. + + Les mises à jour après installation et les autres actions de + configuration et maintenance sont effectuées à l'aide du programme + tlmgr (TeX Live Package Manager) qui lui aussi fonctionne en mode + texte ou en mode graphique. + + Vous pouvez utiliser l'option de ligne de commande --help avec chacune + des commandes [8]install-tl et [9]tlmgr pour obtenir des informations + détaillées sur leur fonctionnement. Veuillez consulter les liens + ci-dessous pour (beaucoup) plus d'informations. + + Liens + + Voici quelques liens vers d'autres pages de référence, sur Internet, + qui ne sont pas incluses dans TeX Live. + * [10]http://tug.org/begin.html - si vous êtes un nouvel utilisateur + de TeX ou que vous cherchez des tutoriels. + * [11]http://tug.org/interest.html - liste générale de ressources + TeX sur le Web : documentation, systèmes, paquets de macros, + polices, et plus encore. + * [12]http://tug.org/ctan.html - un point d'entrée vers le + Comprehensive TeX Archive Network (CTAN), qui est un dépôt en + ligne pour tout ce qui concerne TeX. + * [13]http://tug.org/usergroups.html - une liste de tous les groupes + d'utilisateurs TeX à travers le monde, avec leurs contacts. + * [14]http://www.gutenberg.eu.org/ - le groupe francophone + d'utilisateurs de TeX. + * [15]http://www.grappa.univ-lille3.fr/FAQ-LaTeX/ - une « Foire Aux + Questions » en français. + * [16]http://faqfctt.fr.eu.org/ - une autre « Foire Aux Questions » + en français. + + Joyeux TeXage ! + _________________________________________________________________ + + [17]Page d'accueil de TeX Live. + +References + + 1. file:LICENSE.TL + 2. file:LICENSE.CTAN + 3. file:texmf/doc/texlive/texlive-fr/texlive-fr.html + 4. file:texmf/doc/texlive/texlive-fr/texlive-fr.pdf + 5. file:texmf/doc/ + 6. file:doc.html + 7. http://tug.org/texlive/doc.html + 8. http://tug.org/texlive/doc/install-tl.html + 9. http://tug.org/texlive/tlmgr.html + 10. http://tug.org/begin.html + 11. http://tug.org/interest.html + 12. http://tug.org/ctan.html + 13. http://tug.org/usergroups.html + 14. http://www.gutenberg.eu.org/ + 15. http://www.grappa.univ-lille3.fr/FAQ-LaTeX/ + 16. http://faqfctt.fr.eu.org/ + 17. http://tug.org/texlive/ diff -Nru texlive-lang-2007.dfsg.4/readme-txt.dir/README.IT texlive-lang-2009/readme-txt.dir/README.IT --- texlive-lang-2007.dfsg.4/readme-txt.dir/README.IT 1970-01-01 01:00:00.000000000 +0100 +++ texlive-lang-2009/readme-txt.dir/README.IT 2009-10-08 23:57:44.000000000 +0100 @@ -0,0 +1,107 @@ + +Benvenuto a TeX Live + + La distribuzione software TeX Live offre un sistema TeX completo per + una grande varietà di piattaforme GNU e Unix, Macintosh, Windows ed + altre ancora. Comprende programmi per la scrittura, la composizione + tipografica, la visualizzazione e la stampa di documenti TeX in molte + lingue differenti e una vasta raccolta di macro TeX e librerie di + caratteri tipografici. + + La distribuzione include un'estesa documentazione generale su TeX, così + come la documentazione per i pacchetti software inclusi. + + Per informazioni sulla licenza, consulta i file testuali [1]LICENSE.TL + e [2]LICENSE.CTAN contenuti nella directory principale. + + Da dove cominciare + + Raccomandiamo caldamente di leggere la Guida a TeX Live prima di + intraprendere l'installazione. Questa guida include istruzioni passo + passo, una descrizione delle directory principali e molto altro. + + La versione italiana della Guida si trova nella distribuzione completa + (ad esempio sul DVD) nella directory [3]texmf/doc/texlive, sia in + formato [4]html che [5]pdf. Le traduzioni in altre lingue sono + anch'esse disponibili sotto [6]texmf/doc/texlive. + + Forniamo anche un elenco di [7]collegamenti alla documentazione + in PDF e HTML disponibile per i pacchetti ed i programmi inclusi. + + Se stai installando direttamente da Internet, i precedenti collegamenti + non funzioneranno. In questa eventualità, puoi visionare la + [8]documentazione di TeX Live su Internet. + + Per un elenco dei cambiamenti più importanti nell'edizione di + quest'anno, consulta la sezione sulla Storia delle edizioni alla fine + della documentazione. + + Installazione + + Lo script di installazione è chiamato install-tl (install-tl.bat su + Windows) e ha tre modi operativi: + + guidato (predefinito su Windows) che pone il minimo possibile delle + domande ed installa qualunque cosa. Può essere specificato + esplicitamente con install-tl --gui=wizard. + + testuale (predefinito su tutte le altre piattaforme) che ha tutte le + opzioni di configurazione. Può essere specificato esplicitamente + con install-tl --gui=text. + + perltk che è un'interfaccia grafica per la modalità testuale; è utile + specialmente per gli utenti Windows competenti che non vogliono + le opzioni predefinite. Può essere specificato esplicitamente + con install-tl --gui=perltk o lanciando su Windows + install-tl-advanced.bat. + + Gli aggiornamenti dei pacchetti ed altre configurazioni successive + all'installazione sono eseguiti con lo script tlmgr (TeX Live Package + Manager, Gestore dei Pacchetti di TeX Live), che ugualmente ha sia una + modalità grafica che una testuale. + + Puoi specificare l'opzione --help su riga di comando sia a + [9]install-tl che a [10]tlmgr per ottenere informazioni su entrambi i + programmi. Visita i collegamenti alla documentazione citati in + precedenza per (ancora) più informazioni. + + Collegamenti + + Ecco infine alcune pagine web di riferimento. Queste non sono incluse + in TeX Live: + + * [11]http://tug.org/begin.html - se sei nuovo di TeX e/o desideri + del materiale introduttivo. + * [12]http://tug.org/interest.html - elenchi generici di risorse web + per TeX, inclusi documentazione, sistemi, pacchetti, font e molto + altro. + * [13]http://tug.org/ctan.html - un punto di accesso alla + Comprehensive TeX Archive Network (CTAN), che è un deposito online + di tutto ciò che riguarda TeX. + * [14]http://tug.org/usergroups.html - l'elenco di tutti i gruppi + utenti TeX nel mondo, con informazioni sui loro contatti. Ti + incoraggiamo caldamente ad unirti ad un gruppo di tua scelta, per + sostenere TeX Live ed altre attività legate a TeX. + + Buon lavoro con TeX! + _________________________________________________________________ + + [15]Home page di TeX Live. + +References + + 1. file:LICENSE.TL + 2. file:LICENSE.CTAN + 3. file:texmf/doc/texlive/texlive-it + 4. file:texmf/doc/texlive/texlive-it/texlive-it.html + 5. file:texmf/doc/texlive/texlive-it/texlive-it.pdf + 6. file:texmf/doc/texlive/ + 7. file:doc.html + 8. http://tug.org/texlive/doc.html + 9. http://tug.org/texlive/doc/install-tl.html + 10. http://tug.org/texlive/tlmgr.html + 11. http://tug.org/begin.html + 12. http://tug.org/interest.html + 13. http://tug.org/ctan.html + 14. http://tug.org/usergroups.html + 15. http://tug.org/texlive/ diff -Nru texlive-lang-2007.dfsg.4/readme-txt.dir/README.PL texlive-lang-2009/readme-txt.dir/README.PL --- texlive-lang-2007.dfsg.4/readme-txt.dir/README.PL 1970-01-01 01:00:00.000000000 +0100 +++ texlive-lang-2009/readme-txt.dir/README.PL 2009-10-11 19:56:02.000000000 +0100 @@ -0,0 +1,140 @@ +%% iso8859-2 + + TeX Live zaprasza + +TeX Live oferuje pe³ny system TeX dla wielu odmian systemu Unix, MacOSX +i Windows (w wersji 32-bitowej). Znajduj± siê tu programy do sk³adu +tekstów, programy do przegl±dania i drukowania dokumentów TeX-owych +w wielu jêzykach oraz bogate kolekcje makr i fontów. + +Na p³ytce znalaz³y siê dokumentacje dotycz±ce ogólnie TeX-a, a tak¿e +dokumentacje towarzysz±ce poszczególnym pakietom oprogramowania. +Wiêkszo¶æ programów posiada opcjê uruchamiania --help, która mo¿e +u³atwiæ rozpoczêcie pracy. + +Informacje licencyjne (w jêzyku angielskim) dotycz±ce redystrybucji +mo¿na znale¼æ w plikach tekstowych: [1]LICENSE.TL oraz [2]LICENSE.CTAN. + +Jak zacz±æ + +Przed rozpoczêciem instalowania warto przeczytaæ Przewodnik po TeX Live. +Zawiera on informacje niezbêdne do korzystania z dystrybucji i prawid³owej +instalacji systemu TeX. Wersje Przewodnika w kilku jêzykach dostêpne +s± w formatach HTML i PDF w podkatalogach katalogu [3]texmf/doc/texlive/. + +Uwaga: poni¿sze odno¶niki nie dzia³aj±, gdy instalujemy TeX Live +z internetu. W tym wypadku nale¿y siêgn±æ do dokumentacji udostêpnionej +w sieci: [4]http://tug.org/texlive/doc.html + +Przewodnik po TeX Live (polskie t³umaczenie): + [5]PDF: texmf/doc/texlive/texlive-pl/texlive-pl.pdf + [6]HTML: texmf/doc/texlive/texlive-pl/texlive-pl.html + +The TeX Live Guide (w jêzyku angielskim): + [7]PDF: texmf/doc/texlive/texlive-en/texlive-en.pdf + [8]HTML: texmf/doc/texlive/texlive-en/texlive-en.html + +Lista najwa¿niejszych zmian znajduje siê na koñcu +dokumentacji w rozdziale [9],,Historia. Wydanie obecne''. + +Instalacja + +Programem instalacyjnym jest obecnie skrypt install-tl (install-tl.bat +dla Windows), który posiada trzy tryby pracy: + +"wizard" (domy¶lny dla Windows) graficzny GUI, który ma ograniczon± +do minimum listê zapytañ i instaluje wszystkie pakiety. Odpowiada to +uruchomieniu polecenia: install-tl --gui=wizard + +tekstowy (domy¶lny dla innych systemów). Odpowiada to uruchomieniu +polecenia: install-tl --gui=text + +perltk - graficzny tryb, szczególnie przydatny dla zaawansowanych +u¿ytkowników Windows, którzy chc± dokonaæ wyboru pakietów i ustawieñ. +Uruchamiany jest poleceniem: install-tl --gui=perltk (lub +w Windows poleceniem install-tl-advanced.bat). + +Po zainstalowaniu proponujemy u¿ycie tlmgr (TeX Live Manager), +który posiada dwa tryby pracy (graficzny i tekstowy) i umo¿liwia +dodawanie b±d¼ usuwanie pakietów, ich aktualizacjê z internetu i czynno¶ci +konfiguracyjne. + +Zarówno [10]install-tl, jak i [11]tlmgr mo¿na uruchomiæ z parametrem --help, +aby wy¶wietliæ wszystkie dostêpne opcje. + +Dokumentacje + +Wiêkszo¶æ dokumentacji na tej p³ytce mo¿e byæ przegl±dana bez konieczno¶ci +uprzedniego instalowania systemu TeX. Zazwyczaj s± to pliki w formatach HTML +i/lub PDF. + +[12]doc.html Katalog dostêpnych na p³ytce dokumentacji w formatach PDF i HTML +[13]texmf/doc/generic/FAQ-en/newfaq.pdf TeX Frequently Asked Questions + (odpowiedzi na czêsto zadawane pytania) + +Wybrane strony, dostêpne w sieci: + [14]http://tug.org/begin.html Strona TeX Users Group dla pocz±tkuj±cych; + zawiera odes³ania do podstawowych + podrêczników; + [15]http://tug.org/interest.html TeX w Sieci, obszerny wybór odsy³aczy + do stron WWW dotycz±cych TeX-a; + [16]http://tug.org/ctan.html Dostêp do ¶wiatowych archiwów TeX-owych CTAN + (Comprehensive TeX Archive Network; + [17]http://tug.org/usegroups.html Informacje nt. TeX Users Group i lokalnych + grup u¿ytkowników systemu TeX. + +Polskie pakiety i dokumentacje + +P³ytka TeX Live zawiera wiêkszo¶æ dostêpnego polskiego oprogramowania +TeX-owego i reprezentatywny wybór dokumentacji. Wirtualna Akademia TeX-owa, +prowadzona w ramach polskiej Grupy U¿ytkowników Systemu TeX GUST, +przedstawia system TeX, a ponadto zawiera opisy wielu praktycznych makr +i programów. Pocz±tkuj±cym polecamy szczególnie Przewodnik po systemie +TeX (texmf-dist/doc/generic/tex-virtual-academy-pl/cototex.html). + +P³ytka TeX Live zawiera ponadto gotowy do u¿ycia format MeX (polski +odpowiednik formatu Plain). Format LaTeX2e jest przystosowany do obs³ugi +jêzyka polskiego po za³adowaniu pakietu "polski". Dostêpne s± oczywi¶cie +pliki ¼ród³owe pakietów MeX i "polski" oraz fonty przygotowane specjalnie +do u¿ycia w polskojêzycznym TeX-u. + +Dodatkowe programy, przydatne dla polskich u¿ytkowników, umieszczone +zosta³y w katalogu texmf-dist/doc/support/gustprog/ (patrz README). +Wybór przydatnych makr dla u¿ytkowników przede wszystkim formatu +Plain/MeX oraz makra i style do tworzenia polskich skorowidzów +i bibliografii mo¿na znale¼æ w katalogu texmf-dist/tex/plain/gustlib +(patrz README). + +Warto te¿ zajrzeæ na stronê polskiej Grupy U¿ytkowników Systemu TeX GUST: +http://www.gust.org.pl +Oprócz informacji o dzia³alno¶ci grupy, mo¿na tam znale¼æ sporo materia³ów, +które powinny zainteresowaæ polskojêzycznych u¿ytkowników TeX-a. + +Mi³ego TeX-owania! + +Strona projektu TeX Live: [18]http://tug.org/tex-live. + +Odno¶niki + + 1. file:LICENSE.TL + 2. file:LICENSE.CTAN + 3. file:texmf/doc/texlive/ + 4. http://tug.org/texlive/doc.html + 5. file:texmf/doc/texlive/texlive-pl/texlive-pl.pdf + 6. file:texmf/doc/texlive/texlive-pl/texlive-pl.html + 7. file:texmf/doc/texlive/texlive-en/texlive-en.pdf + 8. file:texmf/doc/texlive/texlive-en/texlive-en.html + 9. file:texmf/doc/texlive/texlive-pl/texlive-pl.html + 10. http://tug.org/texlive/doc/install-tl.html + 11. http://tug.org/texlive/tlmgr.html + 12. file:doc.html + 13. file:texmf/doc/generic/FAQ-en/newfaq.pdf + 14. http://tug.org/begin.html + 15. http://tug.org/interest.html + 16. http://tug.org/ctan.html + 17. http://tug.org/usergroups.html + 18. http://tug.org/texlive/ + +-------------------------------- +28 wrze¶nia 2009 + diff -Nru texlive-lang-2007.dfsg.4/readme-txt.dir/README.RU texlive-lang-2009/readme-txt.dir/README.RU --- texlive-lang-2007.dfsg.4/readme-txt.dir/README.RU 1970-01-01 01:00:00.000000000 +0100 +++ texlive-lang-2009/readme-txt.dir/README.RU 2009-09-13 17:28:45.000000000 +0100 @@ -0,0 +1,79 @@ + +Добро пожаловать в ÑиÑтему TeX Live + + ДиÑтрибутив TeX Live предлагает полную ÑиÑтему TeX Ð´Ð»Ñ Ñ€Ñда платформ, + Ð²ÐºÐ»ÑŽÑ‡Ð°Ñ Ð²Ð°Ñ€Ð¸Ð°Ð½Ñ‚Ñ‹ GNU, UNIX, MacOSX, Windows. Ð’ него входÑÑ‚ программы + Ð´Ð»Ñ Ñ€ÐµÐ´Ð°ÐºÑ‚Ð¸Ñ€Ð¾Ð²Ð°Ð½Ð¸Ñ, вёрÑтки, проÑмотра и печати документов в TeXе на + многих Ñзыках, а также Ð±Ð¾Ð»ÑŒÑˆÐ°Ñ ÐºÐ¾Ð»Ð»ÐµÐºÑ†Ð¸Ñ Ð¼Ð°ÐºÑ€Ð¾Ñов и библиотек шрифтов. + + Ð’ диÑтрибутив также входит Ð¾Ð±ÑˆÐ¸Ñ€Ð½Ð°Ñ Ð¾Ð±Ñ‰Ð°Ñ Ð´Ð¾ÐºÑƒÐ¼ÐµÐ½Ñ‚Ð°Ñ†Ð¸Ñ Ð¾ TeXе и + Ð´Ð¾ÐºÑƒÐ¼ÐµÐ½Ñ‚Ð°Ñ†Ð¸Ñ Ð¾ программах, включённых в диÑтрибутив. + + Ð›Ð¸Ñ†ÐµÐ½Ð·Ð¸Ñ Ð½Ð° программы и документы ÑодержитÑÑ Ð² файлах: LICENSE.TL и + LICENSE.CTAN. + + С чего начать + + Мы наÑтоÑтельно рекомендуем вам прочеÑÑ‚ÑŒ руководÑтво TeX Live Guide до + начала уÑтановки. Оно включат опиÑание Ñтруктуры директорий, опиÑание + уÑтановки и многое другое. + + ÐнглийÑÐºÐ°Ñ Ð²ÐµÑ€ÑÐ¸Ñ Ñ€ÑƒÐºÐ¾Ð²Ð¾Ð´Ñтва находитÑÑ Ð² полном диÑтрибутиве + (например, на DVD) в директории texmf/doc/texlive/texlive-en в + форматах html и pdf Переводы на другие Ñзыки находÑÑ‚ÑÑ Ð² + директориÑÑ… texmf/doc/texlive. Ð’ чаÑтноÑти, руÑÑкий перевод + находитÑÑ Ð² директории texmf/doc/texlive/texlive-ru. + + Мы также включили ÑпиÑок ÑÑылок на документацию в форматах PDF и + HTML к имеющимÑÑ Ð¿Ð°ÐºÐµÑ‚Ð°Ð¼ и программам. + + ЕÑли вы уÑтанавливаете диÑтрибутив по Ñети, Ñти ÑÑылки работать не + будут. Ð’ Ñтом Ñлучае вы можете найти документацию на Ñети. + + СпиÑок наиболее важных изменений в текущей верÑии находитÑÑ Ð² разделе + "ИзменениÑ" в конце документа. + + УÑтановка + + Скрипт уÑтановки программы называетÑÑ Ñ‚ÐµÐ¿ÐµÑ€ÑŒ install-tl + (install-tl.bat под Windows) и работает в трех режимах: + + wizard (по умолчанию под Windows) задает минимум вопроÑов и + уÑтанавливает полную ÑиÑтему. Может быть вызван командой + install-tl --gui=wizard. + + text (по умолчанию на оÑтальных платформах) позволÑет указать, что + именно уÑтанавливать. Может быть вызван командой + install-tl --gui=text. + + perltk ГрафичеÑкий режим Ð´Ð»Ñ Ð¾Ð¿Ñ‹Ñ‚Ð½Ñ‹Ñ… пользователей. Может быть + оÑобенно полезен Ð´Ð»Ñ Ñ‚ÐµÑ… пользователей Windows, которым нужна + Ñ‚Ð¾Ð½ÐºÐ°Ñ Ð½Ð°Ñтройка ÑиÑтемы. Может быть вызван командой + install-tl --gui=text, или, под Windows, командой + install-tl-advanced.bat. + + ДейÑÑ‚Ð²Ð¸Ñ Ð¿Ð¾Ñле уÑтановки и наÑтройка ÑиÑтемы производÑÑ‚ÑÑ Ð¿Ñ€Ð¾Ð³Ñ€Ð°Ð¼Ð¼Ð¾Ð¹ + tlmgr (TeX Live Package Manager), который также работает и в + графичеÑком, и в текÑтовом режимах. + + И программа install-tl, и программа tlmgr выводÑÑ‚ Ñправку о + Ñвоей работе при вызове Ñ Ð¾Ð¿Ñ†Ð¸ÐµÐ¹ --help. Ещё более Ð¿Ð¾Ð´Ñ€Ð¾Ð±Ð½Ð°Ñ + Ð¸Ð½Ñ„Ð¾Ñ€Ð¼Ð°Ñ†Ð¸Ñ Ð´Ð¾Ñтупна по ÑÑылкам выше. + + СÑылки + + Ðаконец, неÑколько интереÑных ÑÑылок, не включённых в TeX Live: + * http://tug.org/begin.html - материал Ð´Ð»Ñ Ð½Ð¾Ð²Ð¸Ñ‡ÐºÐ¾Ð² + * http://tug.org/interest.html - общий ÑпиÑок реÑурÑов Ð´Ð»Ñ TeXa, + Ð²ÐºÐ»ÑŽÑ‡Ð°Ñ Ð´Ð¾ÐºÑƒÐ¼ÐµÐ½Ñ‚Ð°Ñ†Ð¸ÑŽ, ÑиÑтемы, пакеты, шрифты и многое другое. + * http://tug.org/ctan.html - Comprehensive TeX Archive Network + (CTAN), общий архив Ð´Ð»Ñ Ð²Ñего, что имеет отношение к TeXу. + * http://tug.org/usergroups.html - ÑпиÑок групп пользователей + TeXа, Ñ ÐºÐ¾Ð½Ñ‚Ð°ÐºÑ‚Ð½Ð¾Ð¹ информацией. Мы наÑтоÑтельно рекомендуем вам + вÑтупить в одну из групп, Ð´Ð»Ñ Ð¿Ð¾Ð´Ð´ÐµÑ€Ð¶ÐºÐ¸ TeX Live и другой + ÑвÑзанной Ñ TeXом деÑтельноÑти. + + Happy TeX'ing! + _________________________________________________________________ + + Страница TeX Live diff -Nru texlive-lang-2007.dfsg.4/readme-txt.dir/README.RU-cp1251 texlive-lang-2009/readme-txt.dir/README.RU-cp1251 --- texlive-lang-2007.dfsg.4/readme-txt.dir/README.RU-cp1251 1970-01-01 01:00:00.000000000 +0100 +++ texlive-lang-2009/readme-txt.dir/README.RU-cp1251 2009-09-12 22:23:17.000000000 +0100 @@ -0,0 +1,79 @@ + +Äîáðî ïîæàëîâàòü â ñèñòåìó TeX Live + + Äèñòðèáóòèâ TeX Live ïðåäëàãàåò ïîëíóþ ñèñòåìó TeX äëÿ ðÿäà ïëàòôîðì, + âêëþ÷àÿ âàðèàíòû GNU, UNIX, MacOSX, Windows.  íåãî âõîäÿò ïðîãðàììû + äëÿ ðåäàêòèðîâàíèÿ, â¸ðñòêè, ïðîñìîòðà è ïå÷àòè äîêóìåíòîâ â TeXå íà + ìíîãèõ ÿçûêàõ, à òàêæå áîëüøàÿ êîëëåêöèÿ ìàêðîñîâ è áèáëèîòåê øðèôòîâ. + +  äèñòðèáóòèâ òàêæå âõîäèò îáøèðíàÿ îáùàÿ äîêóìåíòàöèÿ î TeXå è + äîêóìåíòàöèÿ î ïðîãðàììàõ, âêëþ÷¸ííûõ â äèñòðèáóòèâ. + + Ëèöåíçèÿ íà ïðîãðàììû è äîêóìåíòû ñîäåðæèòñÿ â ôàéëàõ: LICENSE.TL è + LICENSE.CTAN. + + Ñ ÷åãî íà÷àòü + + Ìû íàñòîÿòåëüíî ðåêîìåíäóåì âàì ïðî÷åñòü ðóêîâîäñòâî TeX Live Guide äî + íà÷àëà óñòàíîâêè. Îíî âêëþ÷àò îïèñàíèå ñòðóêòóðû äèðåêòîðèé, îïèñàíèå + óñòàíîâêè è ìíîãîå äðóãîå. + + Àíãëèéñêàÿ âåðñèÿ ðóêîâîäñòâà íàõîäèòñÿ â ïîëíîì äèñòðèáóòèâå + (íàïðèìåð, íà DVD) â äèðåêòîðèè texmf/doc/texlive/texlive-en â + ôîðìàòàõ html è pdf Ïåðåâîäû íà äðóãèå ÿçûêè íàõîäÿòñÿ â + äèðåêòîðèÿõ texmf/doc/texlive.  ÷àñòíîñòè, ðóññêèé ïåðåâîä + íàõîäèòñÿ â äèðåêòîðèè texmf/doc/texlive/texlive-ru. + + Ìû òàêæå âêëþ÷èëè ñïèñîê ññûëîê íà äîêóìåíòàöèþ â ôîðìàòàõ PDF è + HTML ê èìåþùèìñÿ ïàêåòàì è ïðîãðàììàì. + + Åñëè âû óñòàíàâëèâàåòå äèñòðèáóòèâ ïî ñåòè, ýòè ññûëêè ðàáîòàòü íå + áóäóò.  ýòîì ñëó÷àå âû ìîæåòå íàéòè äîêóìåíòàöèþ íà ñåòè. + + Ñïèñîê íàèáîëåå âàæíûõ èçìåíåíèé â òåêóùåé âåðñèè íàõîäèòñÿ â ðàçäåëå + "Èçìåíåíèÿ" â êîíöå äîêóìåíòà. + + Óñòàíîâêà + + Ñêðèïò óñòàíîâêè ïðîãðàììû íàçûâàåòñÿ òåïåðü install-tl + (install-tl.bat ïîä Windows) è ðàáîòàåò â òðåõ ðåæèìàõ: + + wizard (ïî óìîë÷àíèþ ïîä Windows) çàäàåò ìèíèìóì âîïðîñîâ è + óñòàíàâëèâàåò ïîëíóþ ñèñòåìó. Ìîæåò áûòü âûçâàí êîìàíäîé + install-tl --gui=wizard. + + text (ïî óìîë÷àíèþ íà îñòàëüíûõ ïëàòôîðìàõ) ïîçâîëÿåò óêàçàòü, ÷òî + èìåííî óñòàíàâëèâàòü. Ìîæåò áûòü âûçâàí êîìàíäîé + install-tl --gui=text. + + perltk Ãðàôè÷åñêèé ðåæèì äëÿ îïûòíûõ ïîëüçîâàòåëåé. Ìîæåò áûòü + îñîáåííî ïîëåçåí äëÿ òåõ ïîëüçîâàòåëåé Windows, êîòîðûì íóæíà + òîíêàÿ íàñòðîéêà ñèñòåìû. Ìîæåò áûòü âûçâàí êîìàíäîé + install-tl --gui=text, èëè, ïîä Windows, êîìàíäîé + install-tl-advanced.bat. + + Äåéñòâèÿ ïîñëå óñòàíîâêè è íàñòðîéêà ñèñòåìû ïðîèçâîäÿòñÿ ïðîãðàììîé + tlmgr (TeX Live Package Manager), êîòîðûé òàêæå ðàáîòàåò è â + ãðàôè÷åñêîì, è â òåêñòîâîì ðåæèìàõ. + + È ïðîãðàììà install-tl, è ïðîãðàììà tlmgr âûâîäÿò ñïðàâêó î + ñâîåé ðàáîòå ïðè âûçîâå ñ îïöèåé --help. Åù¸ áîëåå ïîäðîáíàÿ + èíôîðìàöèÿ äîñòóïíà ïî ññûëêàì âûøå. + + Ññûëêè + + Íàêîíåö, íåñêîëüêî èíòåðåñíûõ ññûëîê, íå âêëþ÷¸ííûõ â TeX Live: + * http://tug.org/begin.html - ìàòåðèàë äëÿ íîâè÷êîâ + * http://tug.org/interest.html - îáùèé ñïèñîê ðåñóðñîâ äëÿ TeXa, + âêëþ÷àÿ äîêóìåíòàöèþ, ñèñòåìû, ïàêåòû, øðèôòû è ìíîãîå äðóãîå. + * http://tug.org/ctan.html - Comprehensive TeX Archive Network + (CTAN), îáùèé àðõèâ äëÿ âñåãî, ÷òî èìååò îòíîøåíèå ê TeXó. + * http://tug.org/usergroups.html - ñïèñîê ãðóïï ïîëüçîâàòåëåé + TeXà, ñ êîíòàêòíîé èíôîðìàöèåé. Ìû íàñòîÿòåëüíî ðåêîìåíäóåì âàì + âñòóïèòü â îäíó èç ãðóïï, äëÿ ïîääåðæêè TeX Live è äðóãîé + ñâÿçàííîé ñ TeXîì äåÿòåëüíîñòè. + + Happy TeX'ing! + _________________________________________________________________ + + Ñòðàíèöà TeX Live diff -Nru texlive-lang-2007.dfsg.4/readme-txt.dir/README.RU-koi8 texlive-lang-2009/readme-txt.dir/README.RU-koi8 --- texlive-lang-2007.dfsg.4/readme-txt.dir/README.RU-koi8 1970-01-01 01:00:00.000000000 +0100 +++ texlive-lang-2009/readme-txt.dir/README.RU-koi8 2009-09-12 22:23:17.000000000 +0100 @@ -0,0 +1,79 @@ + +äÏÂÒÏ ÐÏÖÁÌÏ×ÁÔØ × ÓÉÓÔÅÍÕ TeX Live + + äÉÓÔÒÉÂÕÔÉ× TeX Live ÐÒÅÄÌÁÇÁÅÔ ÐÏÌÎÕÀ ÓÉÓÔÅÍÕ TeX ÄÌÑ ÒÑÄÁ ÐÌÁÔÆÏÒÍ, + ×ËÌÀÞÁÑ ×ÁÒÉÁÎÔÙ GNU, UNIX, MacOSX, Windows. ÷ ÎÅÇÏ ×ÈÏÄÑÔ ÐÒÏÇÒÁÍÍÙ + ÄÌÑ ÒÅÄÁËÔÉÒÏ×ÁÎÉÑ, ×£ÒÓÔËÉ, ÐÒÏÓÍÏÔÒÁ É ÐÅÞÁÔÉ ÄÏËÕÍÅÎÔÏ× × TeXÅ ÎÁ + ÍÎÏÇÉÈ ÑÚÙËÁÈ, Á ÔÁËÖÅ ÂÏÌØÛÁÑ ËÏÌÌÅËÃÉÑ ÍÁËÒÏÓÏ× É ÂÉÂÌÉÏÔÅË ÛÒÉÆÔÏ×. + + ÷ ÄÉÓÔÒÉÂÕÔÉ× ÔÁËÖÅ ×ÈÏÄÉÔ ÏÂÛÉÒÎÁÑ ÏÂÝÁÑ ÄÏËÕÍÅÎÔÁÃÉÑ Ï TeXÅ É + ÄÏËÕÍÅÎÔÁÃÉÑ Ï ÐÒÏÇÒÁÍÍÁÈ, ×ËÌÀÞ£ÎÎÙÈ × ÄÉÓÔÒÉÂÕÔÉ×. + + ìÉÃÅÎÚÉÑ ÎÁ ÐÒÏÇÒÁÍÍÙ É ÄÏËÕÍÅÎÔÙ ÓÏÄÅÒÖÉÔÓÑ × ÆÁÊÌÁÈ: LICENSE.TL É + LICENSE.CTAN. + + ó ÞÅÇÏ ÎÁÞÁÔØ + + íÙ ÎÁÓÔÏÑÔÅÌØÎÏ ÒÅËÏÍÅÎÄÕÅÍ ×ÁÍ ÐÒÏÞÅÓÔØ ÒÕËÏ×ÏÄÓÔ×Ï TeX Live Guide ÄÏ + ÎÁÞÁÌÁ ÕÓÔÁÎÏ×ËÉ. ïÎÏ ×ËÌÀÞÁÔ ÏÐÉÓÁÎÉÅ ÓÔÒÕËÔÕÒÙ ÄÉÒÅËÔÏÒÉÊ, ÏÐÉÓÁÎÉÅ + ÕÓÔÁÎÏ×ËÉ É ÍÎÏÇÏÅ ÄÒÕÇÏÅ. + + áÎÇÌÉÊÓËÁÑ ×ÅÒÓÉÑ ÒÕËÏ×ÏÄÓÔ×Á ÎÁÈÏÄÉÔÓÑ × ÐÏÌÎÏÍ ÄÉÓÔÒÉÂÕÔÉ×Å + (ÎÁÐÒÉÍÅÒ, ÎÁ DVD) × ÄÉÒÅËÔÏÒÉÉ texmf/doc/texlive/texlive-en × + ÆÏÒÍÁÔÁÈ html É pdf ðÅÒÅ×ÏÄÙ ÎÁ ÄÒÕÇÉÅ ÑÚÙËÉ ÎÁÈÏÄÑÔÓÑ × + ÄÉÒÅËÔÏÒÉÑÈ texmf/doc/texlive. ÷ ÞÁÓÔÎÏÓÔÉ, ÒÕÓÓËÉÊ ÐÅÒÅ×ÏÄ + ÎÁÈÏÄÉÔÓÑ × ÄÉÒÅËÔÏÒÉÉ texmf/doc/texlive/texlive-ru. + + íÙ ÔÁËÖÅ ×ËÌÀÞÉÌÉ ÓÐÉÓÏË ÓÓÙÌÏË ÎÁ ÄÏËÕÍÅÎÔÁÃÉÀ × ÆÏÒÍÁÔÁÈ PDF É + HTML Ë ÉÍÅÀÝÉÍÓÑ ÐÁËÅÔÁÍ É ÐÒÏÇÒÁÍÍÁÍ. + + åÓÌÉ ×Ù ÕÓÔÁÎÁ×ÌÉ×ÁÅÔÅ ÄÉÓÔÒÉÂÕÔÉ× ÐÏ ÓÅÔÉ, ÜÔÉ ÓÓÙÌËÉ ÒÁÂÏÔÁÔØ ÎÅ + ÂÕÄÕÔ. ÷ ÜÔÏÍ ÓÌÕÞÁÅ ×Ù ÍÏÖÅÔÅ ÎÁÊÔÉ ÄÏËÕÍÅÎÔÁÃÉÀ ÎÁ ÓÅÔÉ. + + óÐÉÓÏË ÎÁÉÂÏÌÅÅ ×ÁÖÎÙÈ ÉÚÍÅÎÅÎÉÊ × ÔÅËÕÝÅÊ ×ÅÒÓÉÉ ÎÁÈÏÄÉÔÓÑ × ÒÁÚÄÅÌÅ + "éÚÍÅÎÅÎÉÑ" × ËÏÎÃÅ ÄÏËÕÍÅÎÔÁ. + + õÓÔÁÎÏ×ËÁ + + óËÒÉÐÔ ÕÓÔÁÎÏ×ËÉ ÐÒÏÇÒÁÍÍÙ ÎÁÚÙ×ÁÅÔÓÑ ÔÅÐÅÒØ install-tl + (install-tl.bat ÐÏÄ Windows) É ÒÁÂÏÔÁÅÔ × ÔÒÅÈ ÒÅÖÉÍÁÈ: + + wizard (ÐÏ ÕÍÏÌÞÁÎÉÀ ÐÏÄ Windows) ÚÁÄÁÅÔ ÍÉÎÉÍÕÍ ×ÏÐÒÏÓÏ× É + ÕÓÔÁÎÁ×ÌÉ×ÁÅÔ ÐÏÌÎÕÀ ÓÉÓÔÅÍÕ. íÏÖÅÔ ÂÙÔØ ×ÙÚ×ÁÎ ËÏÍÁÎÄÏÊ + install-tl --gui=wizard. + + text (ÐÏ ÕÍÏÌÞÁÎÉÀ ÎÁ ÏÓÔÁÌØÎÙÈ ÐÌÁÔÆÏÒÍÁÈ) ÐÏÚ×ÏÌÑÅÔ ÕËÁÚÁÔØ, ÞÔÏ + ÉÍÅÎÎÏ ÕÓÔÁÎÁ×ÌÉ×ÁÔØ. íÏÖÅÔ ÂÙÔØ ×ÙÚ×ÁÎ ËÏÍÁÎÄÏÊ + install-tl --gui=text. + + perltk çÒÁÆÉÞÅÓËÉÊ ÒÅÖÉÍ ÄÌÑ ÏÐÙÔÎÙÈ ÐÏÌØÚÏ×ÁÔÅÌÅÊ. íÏÖÅÔ ÂÙÔØ + ÏÓÏÂÅÎÎÏ ÐÏÌÅÚÅÎ ÄÌÑ ÔÅÈ ÐÏÌØÚÏ×ÁÔÅÌÅÊ Windows, ËÏÔÏÒÙÍ ÎÕÖÎÁ + ÔÏÎËÁÑ ÎÁÓÔÒÏÊËÁ ÓÉÓÔÅÍÙ. íÏÖÅÔ ÂÙÔØ ×ÙÚ×ÁÎ ËÏÍÁÎÄÏÊ + install-tl --gui=text, ÉÌÉ, ÐÏÄ Windows, ËÏÍÁÎÄÏÊ + install-tl-advanced.bat. + + äÅÊÓÔ×ÉÑ ÐÏÓÌÅ ÕÓÔÁÎÏ×ËÉ É ÎÁÓÔÒÏÊËÁ ÓÉÓÔÅÍÙ ÐÒÏÉÚ×ÏÄÑÔÓÑ ÐÒÏÇÒÁÍÍÏÊ + tlmgr (TeX Live Package Manager), ËÏÔÏÒÙÊ ÔÁËÖÅ ÒÁÂÏÔÁÅÔ É × + ÇÒÁÆÉÞÅÓËÏÍ, É × ÔÅËÓÔÏ×ÏÍ ÒÅÖÉÍÁÈ. + + é ÐÒÏÇÒÁÍÍÁ install-tl, É ÐÒÏÇÒÁÍÍÁ tlmgr ×Ù×ÏÄÑÔ ÓÐÒÁ×ËÕ Ï + Ó×ÏÅÊ ÒÁÂÏÔÅ ÐÒÉ ×ÙÚÏ×Å Ó ÏÐÃÉÅÊ --help. åÝ£ ÂÏÌÅÅ ÐÏÄÒÏÂÎÁÑ + ÉÎÆÏÒÍÁÃÉÑ ÄÏÓÔÕÐÎÁ ÐÏ ÓÓÙÌËÁÍ ×ÙÛÅ. + + óÓÙÌËÉ + + îÁËÏÎÅÃ, ÎÅÓËÏÌØËÏ ÉÎÔÅÒÅÓÎÙÈ ÓÓÙÌÏË, ÎÅ ×ËÌÀÞ£ÎÎÙÈ × TeX Live: + * http://tug.org/begin.html - ÍÁÔÅÒÉÁÌ ÄÌÑ ÎÏ×ÉÞËÏ× + * http://tug.org/interest.html - ÏÂÝÉÊ ÓÐÉÓÏË ÒÅÓÕÒÓÏ× ÄÌÑ TeXa, + ×ËÌÀÞÁÑ ÄÏËÕÍÅÎÔÁÃÉÀ, ÓÉÓÔÅÍÙ, ÐÁËÅÔÙ, ÛÒÉÆÔÙ É ÍÎÏÇÏÅ ÄÒÕÇÏÅ. + * http://tug.org/ctan.html - Comprehensive TeX Archive Network + (CTAN), ÏÂÝÉÊ ÁÒÈÉ× ÄÌÑ ×ÓÅÇÏ, ÞÔÏ ÉÍÅÅÔ ÏÔÎÏÛÅÎÉÅ Ë TeXÕ. + * http://tug.org/usergroups.html - ÓÐÉÓÏË ÇÒÕÐÐ ÐÏÌØÚÏ×ÁÔÅÌÅÊ + TeXÁ, Ó ËÏÎÔÁËÔÎÏÊ ÉÎÆÏÒÍÁÃÉÅÊ. íÙ ÎÁÓÔÏÑÔÅÌØÎÏ ÒÅËÏÍÅÎÄÕÅÍ ×ÁÍ + ×ÓÔÕÐÉÔØ × ÏÄÎÕ ÉÚ ÇÒÕÐÐ, ÄÌÑ ÐÏÄÄÅÒÖËÉ TeX Live É ÄÒÕÇÏÊ + Ó×ÑÚÁÎÎÏÊ Ó TeXÏÍ ÄÅÑÔÅÌØÎÏÓÔÉ. + + Happy TeX'ing! + _________________________________________________________________ + + óÔÒÁÎÉÃÁ TeX Live diff -Nru texlive-lang-2007.dfsg.4/readme-txt.dir/README.SK-ascii texlive-lang-2009/readme-txt.dir/README.SK-ascii --- texlive-lang-2007.dfsg.4/readme-txt.dir/README.SK-ascii 1970-01-01 01:00:00.000000000 +0100 +++ texlive-lang-2009/readme-txt.dir/README.SK-ascii 2009-09-17 01:29:36.000000000 +0100 @@ -0,0 +1,104 @@ +TeX Live Vas vita + + Distribucia softveru TeX Live ponuka uplny system TeX pre systemy + GNU a Unix, Macintosh, Windows a ine platformy. Zahrna programy na + editaciu, sadzbu, zobrazovanie a tlac TeXovskych dokumentov + v mnozstve roznych jazykov a rozsiahly subor TeXovskych makier + a kniznic fontov. + + Distribucia zahrna rozsiahlu vseobecnu dokumentaciu o systeme TeX, + ako aj dokumentaciu k pripojenym softverovym balikom. + + Informaciu o licencii si precitajte, prosim, v korenovom adresari + v textovych suboroch [1]LICENSE.TL a [2]LICENSE.CTAN. + +Kde zacat + + Rozhodne Vam odporucame precitat si prirucku TeX Live predtym + ako zacnete s instalaciou. Obsahuje postupne navody, + popis priecinkov korenoveho adresara a mnohe ine. + + Anglicke verzie prirucky su v~uplnej distribucii + (napriklad na DVD) v hierarchii [3]texmf/doc/texlive/ + v obidvoch formatoch [4]html a [5]pdf. Preklady do inych + jazykov su tiez k dispozicii na [6]texmf/doc/texlive. + + Pripravili sme tiez zoznam [7]odkazov na dostupnu dokumentaciu + pre dodane baliky a programy vo formatoch PDF a HTML. + + Ak instalujete z Internetu, vyssie uvedene odkazy budu nefunkcne. + V tom pripade si mozete pozriet [8]dokumentaciu TeX Live na + Internete. + + + Zoznam najdolezitejsich zmien v tohtorocnej release najdete + v oddieli Historia uvolnenych verzii na konci dokumentacie. + +Instalacia + + Instalacny skript sa nazyva install-tl (install-tl.bat pre + Windows) a ma tri operacne rezimy: + + sprievodcovsky (predvoleny pod Windows), ktory zada nutne + minimum otazok a vsetko nainstaluje. Moze byt + zvoleny explicitne prikazom: install-tl --gui=wizard. + + textovy (predvoleny pre vsetky ostatne systemy), ktory ma uplne + volby na prisposobenie. Moze byt zvoleny explicitne + prikazom: install-tl --gui=text. + + perltk je prostredie GUI pre textovy rezim; je zvlast uzitocne pre + znalych pouzivatelov Windows, ktori nechcu predvolby. Moze + byt zvoleny explicitne prikazom: install-tl --gui=perltk + alebo spustenim suboru install-tl-advanced.bat pod Windows. + + + Dodatocne aktualizacie balikov a dalsia konfiguracia sa teraz + vykonavaju skriptom tlmgr (TeX Live Package Manager), ktory ma tiez + obidva rezimy - GUI a textovy. + + V prikazovom riadku mozete zadat volbu --help pre obidva programy + [9]install-tl a [10]tlmgr na ziskanie podrobnejsich informacii + o obidvoch programoch. Pre (ovela) viac informacii vid odkazy na + dokumentaciu vyssie. + + Odkazy + + Na zaver uvadzame pre Vasu informaciu dalsie relevantne web stranky. + Tieto nie su sucastou TeX Live: + + * [11]http://tug.org/begin.html - ak ste TeXovsky zaciatocnik a/alebo + mate zaujem o uvodne materialy. + * [12]http://tug.org/interest.html - vseobecny zoznam TeXovskych + zdrojov na webe, obsahujuci dokumentaciu, systemy, baliky, fonty a + dalsie. + * [13]http://tug.org/ctan.html - jeden z pristupov k archivu + Comprehensive TeX Archive Network (CTAN), sluziaci ako online + sklad vsetkych veci suvisiacich s TeXom. + * [14]http://tug.org/usergroups.html - zoznam zdruzeni pouzivatelov + TeXu po celom svete, spolu s kontaktnymi informaciami. Rozhodne Vam + doporucujeme pripojit sa k zdruzeniu podla Vasho vyberu, na podporu + instalacie TeX Live a inych TeXovskych aktivit. + + Stastne TeXovanie! + _________________________________________________________________ + + [15]Domovska stranka TeX Live. + +Odkazy + + 1. file:LICENSE.TL + 2. file:LICENSE.CTAN + 3. file:texmf/doc/texlive/texlive-en + 4. file:texmf/doc/texlive/texlive-en/texlive-en.html + 5. file:texmf/doc/texlive/texlive-en/texlive-en.pdf + 6. file:texmf/doc/texlive/ + 7. file:doc.html + 8. http://tug.org/texlive/doc.html + 9. http://tug.org/texlive/install-tl.html + 10. http://tug.org/texlive/tlmgr.html + 11. http://tug.org/begin.html + 12. http://tug.org/interest.html + 13. http://tug.org/ctan.html + 14. http://tug.org/usergroups.html + 15. http://tug.org/texlive/ diff -Nru texlive-lang-2007.dfsg.4/readme-txt.dir/README.SK-cp1250 texlive-lang-2009/readme-txt.dir/README.SK-cp1250 --- texlive-lang-2007.dfsg.4/readme-txt.dir/README.SK-cp1250 1970-01-01 01:00:00.000000000 +0100 +++ texlive-lang-2009/readme-txt.dir/README.SK-cp1250 2009-09-17 01:29:36.000000000 +0100 @@ -0,0 +1,104 @@ +TeX Live Vás víta + + Distribúcia softvéru TeX Live ponúka úplný systém TeX pre systémy + GNU a Unix, Macintosh, Windows a iné platformy. Zahàòa programy na + editáciu, sadzbu, zobrazovanie a tlaè TeXovských dokumentov + v množstve rôznych jazykov a rozsiahly súbor TeXovských makier + a knižníc fontov. + + Distribúcia zahàòa rozsiahlu všeobecnú dokumentáciu o systéme TeX, + ako aj dokumentáciu k pripojeným softvérovým balíkom. + + Informáciu o licencii si preèítajte, prosím, v koreòovom adresári + v textových súboroch [1]LICENSE.TL a [2]LICENSE.CTAN. + +Kde zaèa + + Rozhodne Vám odporúèame preèíta si príruèku TeX Live predtým + ako zaènete s inštaláciou. Obsahuje postupné návody, + popis prieèinkov koreòového adresára a mnohé iné. + + Anglické verzie príruèky sú v~úplnej distribúcii + (napríklad na DVD) v hierarchii [3]texmf/doc/texlive/ + v obidvoch formátoch [4]html a [5]pdf. Preklady do iných + jazykov sú tiež k dispozícii na [6]texmf/doc/texlive. + + Pripravili sme tiež zoznam [7]odkazov na dostupnú dokumentáciu + pre dodané balíky a programy vo formátoch PDF a HTML. + + Ak inštalujete z Internetu, vyššie uvedené odkazy budú nefunkèné. + V tom prípade si môžete pozrie [8]dokumentáciu TeX Live na + Internete. + + + Zoznam najdôležitejších zmien v tohtoroènej release nájdete + v oddieli História uvo¾nených verzií na konci dokumentácie. + +Inštalácia + + Inštalaèný skript sa nazýva install-tl (install-tl.bat pre + Windows) a má tri operaèné režimy: + + sprievodcovský (predvolený pod Windows), ktorý zadá nutné + minimum otázok a všetko nainštaluje. Môže by + zvolený explicitne príkazom: install-tl --gui=wizard. + + textový (predvolený pre všetky ostatné systémy), ktorý má úplné + vo¾by na prispôsobenie. Môže by zvolený explicitne + príkazom: install-tl --gui=text. + + perltk je prostredie GUI pre textový režim; je zvláš užitoèné pre + znalých používate¾ov Windows, ktorí nechcú predvo¾by. Môže + by zvolený explicitne príkazom: install-tl --gui=perltk + alebo spustením súboru install-tl-advanced.bat pod Windows. + + + Dodatoèné aktualizácie balíkov a ïalšia konfigurácia sa teraz + vykonávajú skriptom tlmgr (TeX Live Package Manager), ktorý má tiež + obidva režimy - GUI a textový. + + V príkazovom riadku môžete zada vo¾bu --help pre obidva programy + [9]install-tl a [10]tlmgr na získanie podrobnejších informácií + o obidvoch programoch. Pre (ove¾a) viac informácií viï odkazy na + dokumentáciu vyššie. + + Odkazy + + Na záver uvádzame pre Vašu informáciu ïalšie relevantné web stránky. + Tieto nie sú súèasou TeX Live: + + * [11]http://tug.org/begin.html - ak ste TeXovský zaèiatoèník a/alebo + máte záujem o úvodné materiály. + * [12]http://tug.org/interest.html - všeobecný zoznam TeXovských + zdrojov na webe, obsahujúci dokumentáciu, systémy, balíky, fonty a + ïalšie. + * [13]http://tug.org/ctan.html - jeden z prístupov k archívu + Comprehensive TeX Archive Network (CTAN), slúžiaci ako online + sklad všetkých vecí súvisiacich s TeXom. + * [14]http://tug.org/usergroups.html - zoznam združení používate¾ov + TeXu po celom svete, spolu s kontaktnými informáciami. Rozhodne Vám + doporuèujeme pripoji sa k združeniu pod¾a Vášho výberu, na podporu + inštalácie TeX Live a iných TeXovských aktivít. + + Šastné TeXovanie! + _________________________________________________________________ + + [15]Domovská stránka TeX Live. + +Odkazy + + 1. file:LICENSE.TL + 2. file:LICENSE.CTAN + 3. file:texmf/doc/texlive/texlive-en + 4. file:texmf/doc/texlive/texlive-en/texlive-en.html + 5. file:texmf/doc/texlive/texlive-en/texlive-en.pdf + 6. file:texmf/doc/texlive/ + 7. file:doc.html + 8. http://tug.org/texlive/doc.html + 9. http://tug.org/texlive/install-tl.html + 10. http://tug.org/texlive/tlmgr.html + 11. http://tug.org/begin.html + 12. http://tug.org/interest.html + 13. http://tug.org/ctan.html + 14. http://tug.org/usergroups.html + 15. http://tug.org/texlive/ diff -Nru texlive-lang-2007.dfsg.4/readme-txt.dir/README.SK-il2 texlive-lang-2009/readme-txt.dir/README.SK-il2 --- texlive-lang-2007.dfsg.4/readme-txt.dir/README.SK-il2 1970-01-01 01:00:00.000000000 +0100 +++ texlive-lang-2009/readme-txt.dir/README.SK-il2 2009-09-17 01:29:36.000000000 +0100 @@ -0,0 +1,104 @@ +TeX Live V s v¡ta + + Distrib£cia softv‚ru TeX Live pon£ka £plnì syst‚m TeX pre syst‚my + GNU a Unix, Macintosh, Windows a in‚ platformy. Zahêåa programy na + edit ciu, sadzbu, zobrazovanie a tlaŸ TeXovskìch dokumentov + v mno§stve r“znych jazykov a rozsiahly s£bor TeXovskìch makier + a kni§n¡c fontov. + + Distrib£cia zahêåa rozsiahlu vçeobecn£ dokument ciu o syst‚me TeX, + ako aj dokument ciu k pripojenìm softv‚rovìm bal¡kom. + + Inform ciu o licencii si preŸ¡tajte, pros¡m, v koreåovom adres ri + v textovìch s£boroch [1]LICENSE.TL a [2]LICENSE.CTAN. + +Kde zaŸaœ + + Rozhodne V m odpor£Ÿame preŸ¡taœ si pr¡ruŸku TeX Live predtìm + ako zaŸnete s inçtal ciou. Obsahuje postupn‚ n vody, + popis prieŸinkov koreåov‚ho adres ra a mnoh‚ in‚. + + Anglick‚ verzie pr¡ruŸky s£ v~£plnej distrib£cii + (napr¡klad na DVD) v hierarchii [3]texmf/doc/texlive/ + v obidvoch form toch [4]html a [5]pdf. Preklady do inìch + jazykov s£ tie§ k dispoz¡cii na [6]texmf/doc/texlive. + + Pripravili sme tie§ zoznam [7]odkazov na dostupn£ dokument ciu + pre dodan‚ bal¡ky a programy vo form toch PDF a HTML. + + Ak inçtalujete z Internetu, vyççie uveden‚ odkazy bud£ nefunkŸn‚. + V tom pr¡pade si m“§ete pozrieœ [8]dokument ciu TeX Live na + Internete. + + + Zoznam najd“le§itejç¡ch zmien v tohtoroŸnej release n jdete + v oddieli Hist¢ria uvo–nenìch verzi¡ na konci dokument cie. + +Inçtal cia + + InçtalaŸnì skript sa nazìva install-tl (install-tl.bat pre + Windows) a m  tri operaŸn‚ re§imy: + + sprievodcovskì (predvolenì pod Windows), ktorì zad  nutn‚ + minimum ot zok a vçetko nainçtaluje. M“§e byœ + zvolenì explicitne pr¡kazom: install-tl --gui=wizard. + + textovì (predvolenì pre vçetky ostatn‚ syst‚my), ktorì m  £pln‚ + vo–by na prisp“sobenie. M“§e byœ zvolenì explicitne + pr¡kazom: install-tl --gui=text. + + perltk je prostredie GUI pre textovì re§im; je zvl çœ u§itoŸn‚ pre + znalìch pou§¡vate–ov Windows, ktor¡ nechc£ predvo–by. M“§e + byœ zvolenì explicitne pr¡kazom: install-tl --gui=perltk + alebo spusten¡m s£boru install-tl-advanced.bat pod Windows. + + + DodatoŸn‚ aktualiz cie bal¡kov a Ôalçia konfigur cia sa teraz + vykon vaj£ skriptom tlmgr (TeX Live Package Manager), ktorì m  tie§ + obidva re§imy - GUI a textovì. + + V pr¡kazovom riadku m“§ete zadaœ vo–bu --help pre obidva programy + [9]install-tl a [10]tlmgr na z¡skanie podrobnejç¡ch inform ci¡ + o obidvoch programoch. Pre (ove–a) viac inform ci¡ viÔ odkazy na + dokument ciu vyççie. + + Odkazy + + Na z ver uv dzame pre Vaçu inform ciu Ôalçie relevantn‚ web str nky. + Tieto nie s£ s£Ÿasœou TeX Live: + + * [11]http://tug.org/begin.html - ak ste TeXovskì zaŸiatoŸn¡k a/alebo + m te z ujem o £vodn‚ materi ly. + * [12]http://tug.org/interest.html - vçeobecnì zoznam TeXovskìch + zdrojov na webe, obsahuj£ci dokument ciu, syst‚my, bal¡ky, fonty a + Ôalçie. + * [13]http://tug.org/ctan.html - jeden z pr¡stupov k arch¡vu + Comprehensive TeX Archive Network (CTAN), sl£§iaci ako online + sklad vçetkìch vec¡ s£visiacich s TeXom. + * [14]http://tug.org/usergroups.html - zoznam zdru§en¡ pou§¡vate–ov + TeXu po celom svete, spolu s kontaktnìmi inform ciami. Rozhodne V m + doporuŸujeme pripojiœ sa k zdru§eniu pod–a V çho vìberu, na podporu + inçtal cie TeX Live a inìch TeXovskìch aktiv¡t. + + æœastn‚ TeXovanie! + _________________________________________________________________ + + [15]Domovsk  str nka TeX Live. + +Odkazy + + 1. file:LICENSE.TL + 2. file:LICENSE.CTAN + 3. file:texmf/doc/texlive/texlive-en + 4. file:texmf/doc/texlive/texlive-en/texlive-en.html + 5. file:texmf/doc/texlive/texlive-en/texlive-en.pdf + 6. file:texmf/doc/texlive/ + 7. file:doc.html + 8. http://tug.org/texlive/doc.html + 9. http://tug.org/texlive/install-tl.html + 10. http://tug.org/texlive/tlmgr.html + 11. http://tug.org/begin.html + 12. http://tug.org/interest.html + 13. http://tug.org/ctan.html + 14. http://tug.org/usergroups.html + 15. http://tug.org/texlive/ diff -Nru texlive-lang-2007.dfsg.4/readme-txt.dir/README.ZH-CN texlive-lang-2009/readme-txt.dir/README.ZH-CN --- texlive-lang-2007.dfsg.4/readme-txt.dir/README.ZH-CN 1970-01-01 01:00:00.000000000 +0100 +++ texlive-lang-2009/readme-txt.dir/README.ZH-CN 2009-09-13 04:46:33.000000000 +0100 @@ -0,0 +1,83 @@ + +欢迎æ¥åˆ° TeX Live + + TeX Live 软件å‘行版为 Unix, Macintosh, Windows 和其他多ç§å¹³å°æ供了一套完 + æ•´çš„ TeX 系统。它包å«äº†ç¼–辑ã€æŽ’版ã€é¢„览和打å°å„ç§è¯­è¨€ä¸‹ TeX 文档的å„类程åºï¼Œ + ä»¥åŠ TeX å®ä¸Žå­—体库的庞大集åˆã€‚ + + 这个å‘行版还包å«äº†å¤§é‡ TeX 相关的文档,有é¢å‘整个系统的,也有针对具体æŸä¸ªè½¯ä»¶ + 包的。 + + 关于使用授æƒä¿¡æ¯ï¼Œè¯·å‚考顶层目录下的文本文件 [1]LICENSE.TL å’Œ [2] LICENSE. + CTAN。 + + 从何起步 + + 我们强烈建议你在读过《TeX Live 指å—》åŽå†å¼€å§‹å®‰è£…。这份指å—中包括一步步讲解 + 的安装方法,对顶层目录结构的介ç»ï¼Œç­‰ç­‰ã€‚ + + 简体中文版的指å—在完整å‘行版本 (比如 DVD) çš„ [3]texmf/doc/texlive/ 目录下, + 为 [4]pdf æ ¼å¼ã€‚其他语言的版本也在 [5]texmf/doc/texlive 下æ供。 + + 我们还æ供了一个列表,包å«[6]到所有å¯ç”¨çš„ PDF å’Œ HTML 文档的链接,这些文档 + 是给包å«çš„软件包åŠç¨‹åºæ供的。 + + 如果你通过网络安装,上述链接将ä¸å¯ç”¨ã€‚这样你å¯ä»¥æ”¹ä¸ºæŸ¥çœ‹[7]网上的 TeX Live + 文档。 + + è¦äº†è§£ä»Šå¹´è¿™ä¸ªç‰ˆæœ¬ä¸­æœ€é‡è¦çš„改å˜ï¼Œè¯·é˜…读文档末尾的“å‘行历å²â€ä¸€èŠ‚。 + + 安装 + + 安装脚本现在被改å为 install-tl 了 (Windows 下是 install-tl.bat),它有三ç§è¿ + 行模å¼ï¼š + + wizard (Windows 下的默认模å¼) åªæ最少é‡çš„问题,完整安装全部内容。å¯ä»¥ç”¨ + install-tl --gui=wizard 手工指定。 + + text (其他所有系统中的默认模å¼) 有完整的定制选项。å¯ç”¨ + install-tl --gui=text 手工指定。 + + perltk 与文本模å¼åŒ¹é…çš„ GUI;尤其适åˆæœ‰ç»éªŒè€Œä¸æ„¿æ„使用缺çœé€‰é¡¹çš„ Windows 用 + 户。å¯ç”¨ install-tl --gui=text 手工指定,或者在 Windows 下è¿è¡Œ + install-tl-advanced.bat。 + + 安装åŽçš„软件包更新和其他的é…置工作由 tlmgr (TeX Live Package Manager) 脚本完 + æˆï¼Œå®ƒä¹ŸåŒæ—¶æœ‰ GUI 和文本模å¼ã€‚ + + ä½ å¯ä»¥ç”¨ --help 命令行å‚æ•°æ¥èŽ·å¾— [8]install-tl å’Œ [9]tlmgr 这两个程åºçš„详细 + ä¿¡æ¯ã€‚å‚è§ä¸Šé¢çš„文档链接,那里有详细得多的信æ¯ã€‚ + + 链接 + + 最åŽæœ‰äº›ç›¸å…³çš„网页供你å‚考。它们并未包å«åœ¨ TeX Live 中。 + * [10]http://tug.org/begin.html - 如果你是 TeX 新手,需è¦ä¸€äº›ä»‹ç»æ€§æ料。 + * [11]http://tug.org/interest.html - TeX web 资æºçš„通用列表,包括文档ã€ç³» + 统ã€å®åŒ…ã€å­—体等等。 + * [12]http://tug.org/ctan.html - Comprehensive TeX Archive Network (CTAN) + 的一个入å£ï¼Œè¿™æ˜¯æ‰€æœ‰ TeX 相关内容的在线仓库。 + * [13]http://tug.org/usergroups.html - 世界上 TeX 用户组织的列表,包括它 + 们的è”络信æ¯ã€‚我们强烈建议你å‚åŠ ä¸€ä¸ªç”¨æˆ·ç»„ç»‡ï¼Œä»¥æ”¯æŒ TeX Live 和其他 + TeX 活动的开展。 + + ç¥ä½  TeX æ„‰å¿«ï¼ + _________________________________________________________________ + + [22]TeX Live 的主页。 + +å‚考文件 + + 1. LICENSE.TL + 2. LICENSE.CTAN + 3. file:texmf/doc/texlive/texlive-zh-cn + 4. file:texmf/doc/texlive/texlive-zh-cn/texlive-zh-cn.pdf + 5. file:texmf/doc/texlive/ + 6. file:doc.html + 7. http://tug.org/texlive/doc.html + 8. http://tug.org/texlive/doc/install-tl.html + 9. http://tug.org/texlive/tlmgr.html + 10. http://tug.org/begin.html + 11. http://tug.org/interest.html + 12. http://tug.org/ctan.html + 13. http://tug.org/usergroups.html + 14. http://tug.org/tex-live/ diff -Nru texlive-lang-2007.dfsg.4/README.usergroups texlive-lang-2009/README.usergroups --- texlive-lang-2007.dfsg.4/README.usergroups 1970-01-01 01:00:00.000000000 +0100 +++ texlive-lang-2009/README.usergroups 2008-08-09 14:39:09.000000000 +0100 @@ -0,0 +1,5 @@ +$Id: README.usergroups 10206 2008-08-09 13:39:09Z karl $ + +See http://tug.org/usergroups.html for a list of TeX user groups. +Many user groups are active, all over the world. +To support TeX Live and TeX in general, please join the user group near you! Binary files /tmp/hvjTIsp08A/texlive-lang-2007.dfsg.4/texmf/doc/man/man1/rubibtex.man1.pdf and /tmp/ah2wg1Ygu3/texlive-lang-2009/texmf/doc/man/man1/rubibtex.man1.pdf differ Binary files /tmp/hvjTIsp08A/texlive-lang-2007.dfsg.4/texmf/doc/man/man1/rumakeindex.man1.pdf and /tmp/ah2wg1Ygu3/texlive-lang-2009/texmf/doc/man/man1/rumakeindex.man1.pdf differ diff -Nru texlive-lang-2007.dfsg.4/texmf/doc/man/man1/vlna.1 texlive-lang-2009/texmf/doc/man/man1/vlna.1 --- texlive-lang-2007.dfsg.4/texmf/doc/man/man1/vlna.1 1970-01-01 01:00:00.000000000 +0100 +++ texlive-lang-2009/texmf/doc/man/man1/vlna.1 2008-07-26 19:10:58.000000000 +0100 @@ -0,0 +1,121 @@ +.\" $Id$ +.TH VLNA 1 "4. unora 1998" +.nh +.SH NAZEV +vlna \- pridani vlnek za neslabicne predlozky v TeXu +.SH POUZITI +.B vlna +[\fIvolby\fP] +[\fIsoubory\fP] +.SH POPIS +Program +.B vlna +pridava vlnky (misto puvodnich mezer) za neslabicne predlozky +ve vstupnich souborech pro TeX, coz zabrani zlomu radku v nezadoucich mistech. +.PP +Veskere aktivity programu je mozne vypnout sekvenci \fB%~-\fP a zapnout +sekvenci \fB%~+\fP (mezi uvedenymi znaky muze byt libovolne mnozstvi mezer). +.PP +Pred predlozkou se muze nachazet libovolne mnozstvi oteviracich zavorek, +pred kterymi se musi nachazet mezera nebo zacatek radku. Pred +oteviraci svorkou muze byt take misto mezery TeXova +\(lq\\sekvence\(rq (od verze 1.2). +Napr. za \(lq([{(V\(rq na pocatku radku bude vlnka pridana. +Stejne tak se text \(lq\\uv{V lese}\(rq promeni na +\(lq\\uv{V~lese}\(rq. +.PP +Program kontroluje konzistenci matematickych prostredi (neni-li uveden +parametr \fB\-m\fP). +Vstup do \fIdisplay\fP rezimu (\fB$$\fP) uvnitr \fItext\fP rezimu (\fB$\fP) +(napr. \fB$\fP...\fB$$\fP...\fB$\fP) znamena varovani a prechod do +\fIdisplay\fP. +Podobne prazdny radek uvnitr \fItext\fP nebo \fIdisplay\fP rezimu znamena +vypis varovani a prechod do nematematickeho (standardniho) rezimu. +Uvnitr rezimu \fIdisplay\fP se ignoruji vyskyty samostatneho znaku \fB$\fP, +jelikoz byva vetsinou soucasti konstrukce \fB\\hbox\fP. +.PP +Program kontroluje konzistenci verbatim rezimu na konci souboru. +Nebyl-li ukoncen, vypise se varovani. +Kontrola se neprovadi, pokud je pouzita volba \fB\-n\fP nebo \fB\-w\fP. +.PP +Program nedoplnuje vlnky za samostatna pismena, ktera jako predlozky vypadaji, +ale nasleduji bezprostredne za sekvencemi \fB\\TeX\fP nebo \fB\\LaTeX\fP. +Napr. do textu \(lq\fBVlastnosti \\TeX u jsou\fP\(rq nebude zadna vlnka +doplnena. +.SH VOLBY +Volby jsou nepovinne a mohou byt uvedeny v libovolnem poradi, ale nemohou +byt spojovany. +.TP +.B \-f +Filtr. Jmena souboru jsou interpretovana takto: +.RS +.TP 4 +.B vlna \-f \fIsoubor1 soubor2\fP +Vstup je \fIsoubor1\fP, vystup \fIsoubor2\fP. +.TP 4 +.B vlna \-f \fIsoubor1\fP +Vstup je \fIsoubor1\fP, vystup \fIstdout\fP. +.TP 4 +.B vlna \-f +Vstup je \fIstdin\fP, vystup \fIstdout\fP. +.TP 4 +\fBvlna\fP \fIsoubor1\fP [\fIsoubor2\fP [\fIsoubor3\fP ...]] +Neni-li uveden parametr \fB\-f\fP, kazdy soubor je zpracovavan samostatne. +.RE +.TP +.B \-s +Tichy rezim. Program potlaci vypis uvodni zpravy, varovnych zprav a +statistik o zmenach v souborech +(bez uvedeni parametru jsou zpravy vypisovany na \fIstderr\fP). +V tichem rezimu se vypise jen chyba, ktera predcasne ukonci +cinnost programu. +.TP +.B \-r +Nevytvaret (mazat) zalohy. +Parametr \fB\-r\fP nema vliv, pokud je uveden spolu s \fB\-f\fP. +V opacnem pripade se ke kazdemu souboru vytvari zaloha s vlnkou na konci jmena +a parametr \fB\-r\fP zpusobi, ze na konci zpracovani jsou tyto zalohy mazany. +.TP +.B \-v \fIznaky\fP +Znaky povazovane za neslabicne predlozky, za ktere ma byt pridavana +vlnka. Implicitni hodnota je \fB\-v\ KkSsVvZzOoUuAI\fP. (Mezi +\fB\-v\fP a skupinou znaku musi byt mezera.) +.TP +.B \-m +Ignorovani prechodu do matematickych prostredi +(\fB$\fP...\fB$\fP a \fB$$\fP...\fB$$\fP). +Parametr \fB\-m\fP zpusobi vlnkovani i v matematickych prostredich, ktera +se implicitne vynechavaji. +.TP +.B \-n +Ignorovani verbatim rezimu (\fB\\verb\fP\fI\fP...\fI\fP, +\fB\\begtt\fP...\fB\\endtt\fP). +Parametr \fB\-n\fP zpusobi vlnkovani i ve verbatim rezimu, ktery se +implicitne vynechava. +.TP +.B \-l +LaTeX. Pro rozpoznani matematickeho rezimu jsou pridana prostredi +\fB\\begin{display}\fP...\fB\\end{display}\fP a +\fB\\begin{equation}\fP...\fB\\end{equation}\fP. +Pro rozpoznani verbatim rezimu je pridano LaTeXove prostredi +\fB\\begin{verbatim}\fP...\fB\\end{verbatim}\fP. +.TP +.B \-w +Web. Pro rozpoznani verbatim rezimu jsou pridany sekvence +\fB@<\fP, \fB@d\fP...\fB@*\fP, \fB@\fP\fImezera\fP nebo \fB@>|\fP. +Ve zdrojovem kodu se tedy nevlnkuje program, ale jen komentare. +.SH PRIKLADY +.TP +.B vlna \-m \-n \-s \-r \fIsoubor\fP +Volani priblizne odpovida volani puvodniho programu \fBvlna\fP. +(Navic se neprovadi vlnkovani za sekvencemi \fB\\TeX\fP a \fB\\LaTeX\fP.) +.TP +.B vlna *.tex +Vlnkovani vsech souboru s priponou \fBtex\fP. +(Pouze na UNIXu.) +.TP +.B vlna \-f soubor > /dev/null +Test konzistence matematickeho a verbatim rezimu bez provedeni zmen. +(Pouze na UNIXu.) +.SH AUTOR +Petr Olsak . Manualovou stranku a Makefile vytvoril Rulolf Cejka Binary files /tmp/hvjTIsp08A/texlive-lang-2007.dfsg.4/texmf/doc/man/man1/vlna.man1.pdf and /tmp/ah2wg1Ygu3/texlive-lang-2009/texmf/doc/man/man1/vlna.man1.pdf differ Binary files /tmp/hvjTIsp08A/texlive-lang-2007.dfsg.4/texmf/doc/vlna/vlna.pdf and /tmp/ah2wg1Ygu3/texlive-lang-2009/texmf/doc/vlna/vlna.pdf differ diff -Nru texlive-lang-2007.dfsg.4/texmf/fmtutil/format.cslatex.cnf texlive-lang-2009/texmf/fmtutil/format.cslatex.cnf --- texlive-lang-2007.dfsg.4/texmf/fmtutil/format.cslatex.cnf 2007-01-15 18:59:56.000000000 +0000 +++ texlive-lang-2009/texmf/fmtutil/format.cslatex.cnf 1970-01-01 01:00:00.000000000 +0100 @@ -1,2 +0,0 @@ -cslatex pdftex - -etex -translate-file=cp227.tcx cslatex.ini -pdfcslatex pdftex - -etex -translate-file=cp227.tcx cslatex.ini diff -Nru texlive-lang-2007.dfsg.4/texmf/fmtutil/format.csplain.cnf texlive-lang-2009/texmf/fmtutil/format.csplain.cnf --- texlive-lang-2007.dfsg.4/texmf/fmtutil/format.csplain.cnf 2007-01-15 18:59:56.000000000 +0000 +++ texlive-lang-2009/texmf/fmtutil/format.csplain.cnf 1970-01-01 01:00:00.000000000 +0100 @@ -1,2 +0,0 @@ -csplain pdftex - -etex -translate-file=cp227.tcx csplain.ini -pdfcsplain pdftex - -etex -translate-file=cp227.tcx csplain.ini diff -Nru texlive-lang-2007.dfsg.4/texmf/fmtutil/format.cyramstex.cnf texlive-lang-2009/texmf/fmtutil/format.cyramstex.cnf --- texlive-lang-2007.dfsg.4/texmf/fmtutil/format.cyramstex.cnf 2007-01-15 18:59:56.000000000 +0000 +++ texlive-lang-2009/texmf/fmtutil/format.cyramstex.cnf 1970-01-01 01:00:00.000000000 +0100 @@ -1 +0,0 @@ -#! cyramstex pdftex language.dat -translate-file=cp227.tcx *cyramstx.ini diff -Nru texlive-lang-2007.dfsg.4/texmf/fmtutil/format.cyrtex.cnf texlive-lang-2009/texmf/fmtutil/format.cyrtex.cnf --- texlive-lang-2007.dfsg.4/texmf/fmtutil/format.cyrtex.cnf 2007-01-15 18:59:56.000000000 +0000 +++ texlive-lang-2009/texmf/fmtutil/format.cyrtex.cnf 1970-01-01 01:00:00.000000000 +0100 @@ -1 +0,0 @@ -#! cyrtex pdftex language.dat -translate-file=cp227.tcx *cyrtex.ini diff -Nru texlive-lang-2007.dfsg.4/texmf/fmtutil/format.cyrtexinfo.cnf texlive-lang-2009/texmf/fmtutil/format.cyrtexinfo.cnf --- texlive-lang-2007.dfsg.4/texmf/fmtutil/format.cyrtexinfo.cnf 2007-01-15 18:59:56.000000000 +0000 +++ texlive-lang-2009/texmf/fmtutil/format.cyrtexinfo.cnf 1970-01-01 01:00:00.000000000 +0100 @@ -1 +0,0 @@ -#! cyrtexinfo pdftex language.dat -translate-file=cp227.tcx *cyrtxinf.ini diff -Nru texlive-lang-2007.dfsg.4/texmf/fmtutil/format.mex.cnf texlive-lang-2009/texmf/fmtutil/format.mex.cnf --- texlive-lang-2007.dfsg.4/texmf/fmtutil/format.mex.cnf 2007-01-23 19:46:02.000000000 +0000 +++ texlive-lang-2009/texmf/fmtutil/format.mex.cnf 1970-01-01 01:00:00.000000000 +0100 @@ -1,2 +0,0 @@ -mex pdftex mexconf.tex -translate-file=cp227.tcx *mex.ini -pdfmex pdftex mexconf.tex -translate-file=cp227.tcx *pdfmex.ini diff -Nru texlive-lang-2007.dfsg.4/texmf/fmtutil/format.utf8mex.cnf texlive-lang-2009/texmf/fmtutil/format.utf8mex.cnf --- texlive-lang-2007.dfsg.4/texmf/fmtutil/format.utf8mex.cnf 2007-01-15 18:59:56.000000000 +0000 +++ texlive-lang-2009/texmf/fmtutil/format.utf8mex.cnf 1970-01-01 01:00:00.000000000 +0100 @@ -1 +0,0 @@ -utf8mex pdftex mexconf.tex -enc *utf8mex.ini diff -Nru texlive-lang-2007.dfsg.4/texmf/tex/generic/config/language.ar.dat texlive-lang-2009/texmf/tex/generic/config/language.ar.dat --- texlive-lang-2007.dfsg.4/texmf/tex/generic/config/language.ar.dat 2007-01-18 23:35:05.000000000 +0000 +++ texlive-lang-2009/texmf/tex/generic/config/language.ar.dat 1970-01-01 01:00:00.000000000 +0100 @@ -1 +0,0 @@ -arabic zerohyph.tex diff -Nru texlive-lang-2007.dfsg.4/texmf/tex/generic/config/language.ba.dat texlive-lang-2009/texmf/tex/generic/config/language.ba.dat --- texlive-lang-2007.dfsg.4/texmf/tex/generic/config/language.ba.dat 2006-09-07 10:09:39.000000000 +0100 +++ texlive-lang-2009/texmf/tex/generic/config/language.ba.dat 1970-01-01 01:00:00.000000000 +0100 @@ -1 +0,0 @@ -basque xu-bahyph.tex diff -Nru texlive-lang-2007.dfsg.4/texmf/tex/generic/config/language.bg.dat texlive-lang-2009/texmf/tex/generic/config/language.bg.dat --- texlive-lang-2007.dfsg.4/texmf/tex/generic/config/language.bg.dat 2006-09-07 10:09:39.000000000 +0100 +++ texlive-lang-2009/texmf/tex/generic/config/language.bg.dat 1970-01-01 01:00:00.000000000 +0100 @@ -1 +0,0 @@ -bulgarian xu-bghyphen.tex diff -Nru texlive-lang-2007.dfsg.4/texmf/tex/generic/config/language.cop.dat texlive-lang-2009/texmf/tex/generic/config/language.cop.dat --- texlive-lang-2007.dfsg.4/texmf/tex/generic/config/language.cop.dat 2007-01-18 23:35:05.000000000 +0000 +++ texlive-lang-2009/texmf/tex/generic/config/language.cop.dat 1970-01-01 01:00:00.000000000 +0100 @@ -1 +0,0 @@ -coptic xu-copthyph.tex diff -Nru texlive-lang-2007.dfsg.4/texmf/tex/generic/config/language.cy.dat texlive-lang-2009/texmf/tex/generic/config/language.cy.dat --- texlive-lang-2007.dfsg.4/texmf/tex/generic/config/language.cy.dat 2007-01-18 23:35:05.000000000 +0000 +++ texlive-lang-2009/texmf/tex/generic/config/language.cy.dat 1970-01-01 01:00:00.000000000 +0100 @@ -1 +0,0 @@ -welsh cyhyph.tex diff -Nru texlive-lang-2007.dfsg.4/texmf/tex/generic/config/language.cz.dat texlive-lang-2009/texmf/tex/generic/config/language.cz.dat --- texlive-lang-2007.dfsg.4/texmf/tex/generic/config/language.cz.dat 2007-01-18 23:35:05.000000000 +0000 +++ texlive-lang-2009/texmf/tex/generic/config/language.cz.dat 1970-01-01 01:00:00.000000000 +0100 @@ -1,2 +0,0 @@ -czech xu-czhyph.tex -slovak xu-skhyph.tex diff -Nru texlive-lang-2007.dfsg.4/texmf/tex/generic/config/language.de.dat texlive-lang-2009/texmf/tex/generic/config/language.de.dat --- texlive-lang-2007.dfsg.4/texmf/tex/generic/config/language.de.dat 2007-01-18 23:35:05.000000000 +0000 +++ texlive-lang-2009/texmf/tex/generic/config/language.de.dat 1970-01-01 01:00:00.000000000 +0100 @@ -1,2 +0,0 @@ -german xu-dehypht.tex -ngerman xu-dehyphn.tex diff -Nru texlive-lang-2007.dfsg.4/texmf/tex/generic/config/language.dk.dat texlive-lang-2009/texmf/tex/generic/config/language.dk.dat --- texlive-lang-2007.dfsg.4/texmf/tex/generic/config/language.dk.dat 2007-01-18 23:35:05.000000000 +0000 +++ texlive-lang-2009/texmf/tex/generic/config/language.dk.dat 1970-01-01 01:00:00.000000000 +0100 @@ -1 +0,0 @@ -danish dkhyph.tex diff -Nru texlive-lang-2007.dfsg.4/texmf/tex/generic/config/language.eo.dat texlive-lang-2009/texmf/tex/generic/config/language.eo.dat --- texlive-lang-2007.dfsg.4/texmf/tex/generic/config/language.eo.dat 2007-01-18 23:35:05.000000000 +0000 +++ texlive-lang-2009/texmf/tex/generic/config/language.eo.dat 1970-01-01 01:00:00.000000000 +0100 @@ -1 +0,0 @@ -esperanto xu-eohyph.tex diff -Nru texlive-lang-2007.dfsg.4/texmf/tex/generic/config/language.es.dat texlive-lang-2009/texmf/tex/generic/config/language.es.dat --- texlive-lang-2007.dfsg.4/texmf/tex/generic/config/language.es.dat 2007-01-18 23:35:05.000000000 +0000 +++ texlive-lang-2009/texmf/tex/generic/config/language.es.dat 1970-01-01 01:00:00.000000000 +0100 @@ -1,4 +0,0 @@ -spanish xu-eshyph.tex -=espanol -catalan cahyph.tex -galician xu-glhyph.tex diff -Nru texlive-lang-2007.dfsg.4/texmf/tex/generic/config/language.et.dat texlive-lang-2009/texmf/tex/generic/config/language.et.dat --- texlive-lang-2007.dfsg.4/texmf/tex/generic/config/language.et.dat 2007-01-18 23:35:05.000000000 +0000 +++ texlive-lang-2009/texmf/tex/generic/config/language.et.dat 1970-01-01 01:00:00.000000000 +0100 @@ -1 +0,0 @@ -estonian xu-ethyph.tex diff -Nru texlive-lang-2007.dfsg.4/texmf/tex/generic/config/language.fa.dat texlive-lang-2009/texmf/tex/generic/config/language.fa.dat --- texlive-lang-2007.dfsg.4/texmf/tex/generic/config/language.fa.dat 2007-01-18 23:51:07.000000000 +0000 +++ texlive-lang-2009/texmf/tex/generic/config/language.fa.dat 1970-01-01 01:00:00.000000000 +0100 @@ -1,2 +0,0 @@ -farsi zerohyph.tex -=persian diff -Nru texlive-lang-2007.dfsg.4/texmf/tex/generic/config/language.fi.dat texlive-lang-2009/texmf/tex/generic/config/language.fi.dat --- texlive-lang-2007.dfsg.4/texmf/tex/generic/config/language.fi.dat 2007-01-18 23:35:05.000000000 +0000 +++ texlive-lang-2009/texmf/tex/generic/config/language.fi.dat 1970-01-01 01:00:00.000000000 +0100 @@ -1 +0,0 @@ -finnish fihyph.tex diff -Nru texlive-lang-2007.dfsg.4/texmf/tex/generic/config/language.fr.dat texlive-lang-2009/texmf/tex/generic/config/language.fr.dat --- texlive-lang-2007.dfsg.4/texmf/tex/generic/config/language.fr.dat 2007-01-18 23:35:05.000000000 +0000 +++ texlive-lang-2009/texmf/tex/generic/config/language.fr.dat 1970-01-01 01:00:00.000000000 +0100 @@ -1,3 +0,0 @@ -french xu-frhyph.tex -=patois -=francais diff -Nru texlive-lang-2007.dfsg.4/texmf/tex/generic/config/language.gr.dat texlive-lang-2009/texmf/tex/generic/config/language.gr.dat --- texlive-lang-2007.dfsg.4/texmf/tex/generic/config/language.gr.dat 2007-01-18 23:35:05.000000000 +0000 +++ texlive-lang-2009/texmf/tex/generic/config/language.gr.dat 1970-01-01 01:00:00.000000000 +0100 @@ -1,4 +0,0 @@ -greek xu-grphyph4.tex -=polygreek -monogreek xu-grmhyph4.tex -ancientgreek xu-grahyph4.tex diff -Nru texlive-lang-2007.dfsg.4/texmf/tex/generic/config/language.hr.dat texlive-lang-2009/texmf/tex/generic/config/language.hr.dat --- texlive-lang-2007.dfsg.4/texmf/tex/generic/config/language.hr.dat 2007-01-18 23:35:05.000000000 +0000 +++ texlive-lang-2009/texmf/tex/generic/config/language.hr.dat 1970-01-01 01:00:00.000000000 +0100 @@ -1 +0,0 @@ -croatian xu-hrhyph.tex diff -Nru texlive-lang-2007.dfsg.4/texmf/tex/generic/config/language.hu.dat texlive-lang-2009/texmf/tex/generic/config/language.hu.dat --- texlive-lang-2007.dfsg.4/texmf/tex/generic/config/language.hu.dat 2007-01-18 23:35:05.000000000 +0000 +++ texlive-lang-2009/texmf/tex/generic/config/language.hu.dat 1970-01-01 01:00:00.000000000 +0100 @@ -1 +0,0 @@ -hungarian xu-huhyphn.tex diff -Nru texlive-lang-2007.dfsg.4/texmf/tex/generic/config/language.ia.dat texlive-lang-2009/texmf/tex/generic/config/language.ia.dat --- texlive-lang-2007.dfsg.4/texmf/tex/generic/config/language.ia.dat 2006-01-02 23:53:43.000000000 +0000 +++ texlive-lang-2009/texmf/tex/generic/config/language.ia.dat 1970-01-01 01:00:00.000000000 +0100 @@ -1 +0,0 @@ -interlingua iahyphen.tex diff -Nru texlive-lang-2007.dfsg.4/texmf/tex/generic/config/language.iby.dat texlive-lang-2009/texmf/tex/generic/config/language.iby.dat --- texlive-lang-2007.dfsg.4/texmf/tex/generic/config/language.iby.dat 2007-01-18 23:35:05.000000000 +0000 +++ texlive-lang-2009/texmf/tex/generic/config/language.iby.dat 1970-01-01 01:00:00.000000000 +0100 @@ -1 +0,0 @@ -ibycus ibyhyph.tex diff -Nru texlive-lang-2007.dfsg.4/texmf/tex/generic/config/language.in.dat texlive-lang-2009/texmf/tex/generic/config/language.in.dat --- texlive-lang-2007.dfsg.4/texmf/tex/generic/config/language.in.dat 2007-01-18 23:35:05.000000000 +0000 +++ texlive-lang-2009/texmf/tex/generic/config/language.in.dat 1970-01-01 01:00:00.000000000 +0100 @@ -1 +0,0 @@ -indonesian inhyph.tex diff -Nru texlive-lang-2007.dfsg.4/texmf/tex/generic/config/language.is.dat texlive-lang-2009/texmf/tex/generic/config/language.is.dat --- texlive-lang-2007.dfsg.4/texmf/tex/generic/config/language.is.dat 2007-01-18 23:35:05.000000000 +0000 +++ texlive-lang-2009/texmf/tex/generic/config/language.is.dat 1970-01-01 01:00:00.000000000 +0100 @@ -1 +0,0 @@ -icelandic icehyph.tex diff -Nru texlive-lang-2007.dfsg.4/texmf/tex/generic/config/language.it.dat texlive-lang-2009/texmf/tex/generic/config/language.it.dat --- texlive-lang-2007.dfsg.4/texmf/tex/generic/config/language.it.dat 2007-01-18 23:35:05.000000000 +0000 +++ texlive-lang-2009/texmf/tex/generic/config/language.it.dat 1970-01-01 01:00:00.000000000 +0100 @@ -1 +0,0 @@ -italian ithyph.tex diff -Nru texlive-lang-2007.dfsg.4/texmf/tex/generic/config/language.la.dat texlive-lang-2009/texmf/tex/generic/config/language.la.dat --- texlive-lang-2007.dfsg.4/texmf/tex/generic/config/language.la.dat 2007-01-18 23:35:05.000000000 +0000 +++ texlive-lang-2009/texmf/tex/generic/config/language.la.dat 1970-01-01 01:00:00.000000000 +0100 @@ -1 +0,0 @@ -latin xu-lahyph.tex diff -Nru texlive-lang-2007.dfsg.4/texmf/tex/generic/config/language.mn.dat texlive-lang-2009/texmf/tex/generic/config/language.mn.dat --- texlive-lang-2007.dfsg.4/texmf/tex/generic/config/language.mn.dat 2007-01-18 23:35:05.000000000 +0000 +++ texlive-lang-2009/texmf/tex/generic/config/language.mn.dat 1970-01-01 01:00:00.000000000 +0100 @@ -1 +0,0 @@ -mongolian xu-mnhyph.tex diff -Nru texlive-lang-2007.dfsg.4/texmf/tex/generic/config/language.ne.dat texlive-lang-2009/texmf/tex/generic/config/language.ne.dat --- texlive-lang-2007.dfsg.4/texmf/tex/generic/config/language.ne.dat 2007-01-18 23:35:05.000000000 +0000 +++ texlive-lang-2009/texmf/tex/generic/config/language.ne.dat 1970-01-01 01:00:00.000000000 +0100 @@ -1 +0,0 @@ -dutch nehyph96.tex diff -Nru texlive-lang-2007.dfsg.4/texmf/tex/generic/config/language.no.dat texlive-lang-2009/texmf/tex/generic/config/language.no.dat --- texlive-lang-2007.dfsg.4/texmf/tex/generic/config/language.no.dat 2007-02-04 17:32:23.000000000 +0000 +++ texlive-lang-2009/texmf/tex/generic/config/language.no.dat 1970-01-01 01:00:00.000000000 +0100 @@ -1,3 +0,0 @@ -norsk xu-nohyphbx.tex -=norwegian -=bokmal diff -Nru texlive-lang-2007.dfsg.4/texmf/tex/generic/config/language.pl.dat texlive-lang-2009/texmf/tex/generic/config/language.pl.dat --- texlive-lang-2007.dfsg.4/texmf/tex/generic/config/language.pl.dat 2007-01-18 23:35:05.000000000 +0000 +++ texlive-lang-2009/texmf/tex/generic/config/language.pl.dat 1970-01-01 01:00:00.000000000 +0100 @@ -1 +0,0 @@ -polish xu-plhyph.tex diff -Nru texlive-lang-2007.dfsg.4/texmf/tex/generic/config/language.pt.dat texlive-lang-2009/texmf/tex/generic/config/language.pt.dat --- texlive-lang-2007.dfsg.4/texmf/tex/generic/config/language.pt.dat 2007-01-18 23:35:05.000000000 +0000 +++ texlive-lang-2009/texmf/tex/generic/config/language.pt.dat 1970-01-01 01:00:00.000000000 +0100 @@ -1,2 +0,0 @@ -portuguese pthyph.tex -=portuges diff -Nru texlive-lang-2007.dfsg.4/texmf/tex/generic/config/language.ro.dat texlive-lang-2009/texmf/tex/generic/config/language.ro.dat --- texlive-lang-2007.dfsg.4/texmf/tex/generic/config/language.ro.dat 2007-01-18 23:35:05.000000000 +0000 +++ texlive-lang-2009/texmf/tex/generic/config/language.ro.dat 1970-01-01 01:00:00.000000000 +0100 @@ -1 +0,0 @@ -romanian xu-rohyphen.tex diff -Nru texlive-lang-2007.dfsg.4/texmf/tex/generic/config/language.ru.dat texlive-lang-2009/texmf/tex/generic/config/language.ru.dat --- texlive-lang-2007.dfsg.4/texmf/tex/generic/config/language.ru.dat 2007-01-18 23:35:05.000000000 +0000 +++ texlive-lang-2009/texmf/tex/generic/config/language.ru.dat 1970-01-01 01:00:00.000000000 +0100 @@ -1 +0,0 @@ -russian xu-ruhyphen.tex diff -Nru texlive-lang-2007.dfsg.4/texmf/tex/generic/config/language.sl.dat texlive-lang-2009/texmf/tex/generic/config/language.sl.dat --- texlive-lang-2007.dfsg.4/texmf/tex/generic/config/language.sl.dat 2007-01-20 17:49:55.000000000 +0000 +++ texlive-lang-2009/texmf/tex/generic/config/language.sl.dat 1970-01-01 01:00:00.000000000 +0100 @@ -1,2 +0,0 @@ -slovenian xu-sihyph.tex -=slovene diff -Nru texlive-lang-2007.dfsg.4/texmf/tex/generic/config/language.sor.dat texlive-lang-2009/texmf/tex/generic/config/language.sor.dat --- texlive-lang-2007.dfsg.4/texmf/tex/generic/config/language.sor.dat 2007-01-18 23:35:05.000000000 +0000 +++ texlive-lang-2009/texmf/tex/generic/config/language.sor.dat 1970-01-01 01:00:00.000000000 +0100 @@ -1 +0,0 @@ -uppersorbian xu-sorhyph.tex diff -Nru texlive-lang-2007.dfsg.4/texmf/tex/generic/config/language.sr.dat texlive-lang-2009/texmf/tex/generic/config/language.sr.dat --- texlive-lang-2007.dfsg.4/texmf/tex/generic/config/language.sr.dat 2007-01-18 23:35:05.000000000 +0000 +++ texlive-lang-2009/texmf/tex/generic/config/language.sr.dat 1970-01-01 01:00:00.000000000 +0100 @@ -1 +0,0 @@ -serbian xu-srhyphc.tex diff -Nru texlive-lang-2007.dfsg.4/texmf/tex/generic/config/language.sw.dat texlive-lang-2009/texmf/tex/generic/config/language.sw.dat --- texlive-lang-2007.dfsg.4/texmf/tex/generic/config/language.sw.dat 2007-01-18 23:35:05.000000000 +0000 +++ texlive-lang-2009/texmf/tex/generic/config/language.sw.dat 1970-01-01 01:00:00.000000000 +0100 @@ -1 +0,0 @@ -swedish svhyph.tex diff -Nru texlive-lang-2007.dfsg.4/texmf/tex/generic/config/language.tk.dat texlive-lang-2009/texmf/tex/generic/config/language.tk.dat --- texlive-lang-2007.dfsg.4/texmf/tex/generic/config/language.tk.dat 2007-01-18 23:35:05.000000000 +0000 +++ texlive-lang-2009/texmf/tex/generic/config/language.tk.dat 1970-01-01 01:00:00.000000000 +0100 @@ -1 +0,0 @@ -turkish xu-tkhyph.tex diff -Nru texlive-lang-2007.dfsg.4/texmf/tex/generic/config/language.uk.dat texlive-lang-2009/texmf/tex/generic/config/language.uk.dat --- texlive-lang-2007.dfsg.4/texmf/tex/generic/config/language.uk.dat 2007-01-18 23:35:05.000000000 +0000 +++ texlive-lang-2009/texmf/tex/generic/config/language.uk.dat 1970-01-01 01:00:00.000000000 +0100 @@ -1 +0,0 @@ -ukenglish ukhyphen.tex diff -Nru texlive-lang-2007.dfsg.4/texmf/tex/generic/config/language.ur.dat texlive-lang-2009/texmf/tex/generic/config/language.ur.dat --- texlive-lang-2007.dfsg.4/texmf/tex/generic/config/language.ur.dat 2007-01-18 23:35:05.000000000 +0000 +++ texlive-lang-2009/texmf/tex/generic/config/language.ur.dat 1970-01-01 01:00:00.000000000 +0100 @@ -1 +0,0 @@ -ukrainian xu-ukrhyph.tex diff -Nru texlive-lang-2007.dfsg.4/texmf/tex/generic/hyphen/bahyph.sh texlive-lang-2009/texmf/tex/generic/hyphen/bahyph.sh --- texlive-lang-2007.dfsg.4/texmf/tex/generic/hyphen/bahyph.sh 2006-01-02 23:53:43.000000000 +0000 +++ texlive-lang-2009/texmf/tex/generic/hyphen/bahyph.sh 1970-01-01 01:00:00.000000000 +0100 @@ -1,199 +0,0 @@ -#!/bin/sh -# file: bahyph.sh Version: 1.0 -# First version: 97/02/20 -version=1.0 -# This script generates TeX hyphenation patterns for Basque -# and was written by (c) Juan M. Aguirregabiria, 1997 -# based on the shyphen.sh file by Julio Sanchez, which -# generates the hyphenation patterns for Spanish -# The copyright notice below applies to this script as well, -# read it before using this software. -# -# Usage: script [TeX] [ftc] [isolatin1] -# -# TeX \~n and \~N are done as in plain TeX and LaTeX -# but without the escape character: ~n, ~N -# ftc these characters are specified using the -# ftc conventions: 'n, 'N -# isolatin1 means using the respective character codes in -# IS 8859/1 (ISO Latin Alphabet 1) -# -# Default is no support for diacritics. You can use combinations -# of the above and the number of patterns will grow fast. -# -# Recommended options: -# -# isolatin1 if you have TeX 3.0 with DC/EC fonts or ML-TeX -# TeX if you don't have the above -# ftc if you are used to ftc and don't have the above -# -# h is not here. -consonants="b c d f g j k l m n p q r s t v w x y z" -# Open vowels: a e o -vop="a e o" -# Closed vowels: i u -vcl="i u" -# Groups that cannot be broken. -legal="ll rr ts tx tz bl br dr fl fr gl gr kl kr pl pr tr" -isolatin1=0 -ftc=0 -TeX=0 -options="basic" -for i -do - if [ $i = "ftc" ] - then - ftc=1 - options="$options ftc" - elif [ $i = "TeX" ] - then - TeX=1 - options="$options TeX" - elif [ $i = "isolatin1" ] - then - isolatin1=1 - options="$options isolatin1" - else - echo -n Usage: `basename $0` - echo " [TeX] [ftc] [isolatin1]" - exit 1 - fi -done -if [ $ftc -ne 0 ] -then - consonants="$consonants 'n" -fi -if [ $TeX -ne 0 ] -then - consonants="$consonants ~n" -fi -if [ $isolatin1 -ne 0 ] -then - consonants="$consonants ^^f1" -fi -vowels="$vop $vcl" -echo "\ -% Hyphenation patterns for Basque. -% This file has been written by Juan M. Aguirregabiria -% (wtpagagj@lg.ehu.es) on February 1997 and is based -% on the shyphen.sh script that generates the Spanish patterns -% as compiled by Julio Sanchez (jsanchez@gmv.es) on September 1991. -% The original Copyright follows and applies also to this file -% whose last version will be always available by anonymous ftp -% from tp.lc.ehu.es or by poynting your Web browser to -% http://tp.lc.ehu.es/basque.html -% -% Hyphenation patterns for Spanish. -% Compiled by Julio Sanchez (jsanchez@gmv.es) on September 1991. -% These patterns have been derived from \"On Word Division in Spanish\", -% Jos'e A. Ma~nas, Communications of the ACM, and implemented in his -% package ftc. You can get ftc and a draft of the abovementioned -% paper from goya.dit.upm.es in src/text.proc/ftc.Z. FTP access may -% be available. Otherwise, send help to info@goya.dit.upm.es for -% details on use of the mail server. -% -% Rules mentioned below are those described in that paper. After -% several unsatisfactory attempts to pretend I knew better, these -% patterns closely follow that paper. Pattern 'tl' is not considered. -% It is conflictive and ftc does not use it either. -% -% These patterns have been generated by shyphen.sh version $version, -% shyphen.sh is a sh script that allows a number of choices. -% Full benefit from some of these options can only be -% obtained if appropriate fonts are available. -% -% Follows a copyright notice. This is not in the public domain, -% but the copyright is essentially a hold-harmless clause. That -% is, use it at will, but don't sue me if you don't like it. -% -% COPYRIGHT NOTICE -% -% These patterns and the generating sh script are Copyright (c) GMV 1991 -% These patterns were developed for internal GMV use and are made -% public in the hope that they will benefit others. Also, spreading -% these patterns throughout the Spanish-language TeX community is -% expected to provide back-benefits to GMV in that it can help keeping -% GMV in the mainstream of spanish users. However, this is given -% for free and WITHOUT ANY WARRANTY. Under no circumstances can Julio -% Sanchez, GMV, Jos'e A. Ma~nas or any agents or representatives thereof -% be held responsible for any errors in this software nor for any damages -% derived from its use, even in case any of the above has been notified -% of the possibility of such damages. If any such situation arises, you -% responsible for repair. Use of this software is an explicit -% acceptance of these conditions. -% -% You can use this software for any purpose. You cannot delete this -% copyright notice. If you change this software, you must include -% comments explaining who, when and why. You are kindly requested to -% send any changes to tex@gmv.es. If you change the generating -% script, you must include code in it such that any output is clearly -% labeled as generated by a modified script. -% -% Despite the lack of warranty, we would like to hear about any -% problem you find. Please report problems to tex@gmv.es. -% -% END OF COPYRIGHT NOTICE -% -% Options included in this set: $options -% Open vowels: $vop -% Closed vowels: $vcl -% Consonants: $consonants -% -% Some of the patterns below represent combinations that never -% happen in Basque. Would they happen, they would be hyphenated -% according to the rules." -echo -echo "\ -% This keeps {cat|lc}code changes, if any, local. Nice to users of -% multilingual versions. These are the minimum changes needed to process -% the patterns. These and other changes will have to be re-enacted when -% Basque be established as the current language. See the babel docs if -% you don't understand this. -\begingroup" -if [ $ftc -ne 0 ] -then - echo "\catcode\`'=12 \lccode\`'=\`'" -fi -if [ $TeX -ne 0 ] -then - echo "\catcode\`~=12 \lccode\`~=\`~" -fi -if [ $isolatin1 -ne 0 ] -then - echo "\ -\catcode\`\^^f1=11 \lccode\`\^^f1=\`\^^f1 % ~n" -fi -echo "\ -\patterns{ -% Rule SR1 -% Vowels are kept together by the defaults" -echo "\ -% Rule SR2 -% Attach vowel groups to left consonant" -for i in $consonants -do - for j in $vowels - do - echo -n 1${i}${j}" " - done - echo -done -echo "\ -% Rule SR3 -% Build legal consonant groups, leave other consonants bound to -% the previous group. This overrides part of the SR2 pattern -% group." -for i in $legal -do - set `echo $i | sed -e 's/^./& /'` - for j in $vowels - do - echo -n 1${1}2${2}${j}" " - done - echo -done -echo "\ -% We now avoid some problematic breaks. -su2b2r su2b2l" -echo "}" -echo "\endgroup" diff -Nru texlive-lang-2007.dfsg.4/texmf/tex/generic/hyphen/bahyph.tex texlive-lang-2009/texmf/tex/generic/hyphen/bahyph.tex --- texlive-lang-2007.dfsg.4/texmf/tex/generic/hyphen/bahyph.tex 2006-01-02 23:53:43.000000000 +0000 +++ texlive-lang-2009/texmf/tex/generic/hyphen/bahyph.tex 1970-01-01 01:00:00.000000000 +0100 @@ -1,126 +0,0 @@ -% Hyphenation patterns for Basque. -% This file has been written by Juan M. Aguirregabiria -% (wtpagagj@lg.ehu.es) on February 1997 and is based -% on the shyphen.sh script that generates the Spanish patterns -% as compiled by Julio Sanchez (jsanchez@gmv.es) on September 1991. -% The original Copyright follows and applies also to this file -% whose last version will be always available by anonymous ftp -% from tp.lc.ehu.es or by poynting your Web browser to -% http://tp.lc.ehu.es/basque.html -% -% Hyphenation patterns for Spanish. -% Compiled by Julio Sanchez (jsanchez@gmv.es) on September 1991. -% These patterns have been derived from "On Word Division in Spanish", -% Jos'e A. Ma~nas, Communications of the ACM, and implemented in his -% package ftc. You can get ftc and a draft of the abovementioned -% paper from goya.dit.upm.es in src/text.proc/ftc.Z. FTP access may -% be available. Otherwise, send help to info@goya.dit.upm.es for -% details on use of the mail server. -% -% Rules mentioned below are those described in that paper. After -% several unsatisfactory attempts to pretend I knew better, these -% patterns closely follow that paper. Pattern 'tl' is not considered. -% It is conflictive and ftc does not use it either. -% -% These patterns have been generated by shyphen.sh version 1.0, -% shyphen.sh is a sh script that allows a number of choices. -% Full benefit from some of these options can only be -% obtained if appropriate fonts are available. -% -% Follows a copyright notice. This is not in the public domain, -% but the copyright is essentially a hold-harmless clause. That -% is, use it at will, but don't sue me if you don't like it. -% -% COPYRIGHT NOTICE -% -% These patterns and the generating sh script are Copyright (c) GMV 1991 -% These patterns were developed for internal GMV use and are made -% public in the hope that they will benefit others. Also, spreading -% these patterns throughout the Spanish-language TeX community is -% expected to provide back-benefits to GMV in that it can help keeping -% GMV in the mainstream of spanish users. However, this is given -% for free and WITHOUT ANY WARRANTY. Under no circumstances can Julio -% Sanchez, GMV, Jos'e A. Ma~nas or any agents or representatives thereof -% be held responsible for any errors in this software nor for any damages -% derived from its use, even in case any of the above has been notified -% of the possibility of such damages. If any such situation arises, you -% responsible for repair. Use of this software is an explicit -% acceptance of these conditions. -% -% You can use this software for any purpose. You cannot delete this -% copyright notice. If you change this software, you must include -% comments explaining who, when and why. You are kindly requested to -% send any changes to tex@gmv.es. If you change the generating -% script, you must include code in it such that any output is clearly -% labeled as generated by a modified script. -% -% Despite the lack of warranty, we would like to hear about any -% problem you find. Please report problems to tex@gmv.es. -% -% END OF COPYRIGHT NOTICE -% -% Options included in this set: basic -% Open vowels: a e o -% Closed vowels: i u -% Consonants: b c d f g j k l m n p q r s t v w x y z -% -% Some of the patterns below represent combinations that never -% happen in Basque. Would they happen, they would be hyphenated -% according to the rules. - -% This keeps {cat|lc}code changes, if any, local. Nice to users of -% multilingual versions. These are the minimum changes needed to process -% the patterns. These and other changes will have to be re-enacted when -% Basque be established as the current language. See the babel docs if -% you don't understand this. -\begingroup -\patterns{ -% Rule SR1 -% Vowels are kept together by the defaults -% Rule SR2 -% Attach vowel groups to left consonant -1ba 1be 1bo 1bi 1bu -1ca 1ce 1co 1ci 1cu -1da 1de 1do 1di 1du -1fa 1fe 1fo 1fi 1fu -1ga 1ge 1go 1gi 1gu -1ja 1je 1jo 1ji 1ju -1ka 1ke 1ko 1ki 1ku -1la 1le 1lo 1li 1lu -1ma 1me 1mo 1mi 1mu -1na 1ne 1no 1ni 1nu -1pa 1pe 1po 1pi 1pu -1qa 1qe 1qo 1qi 1qu -1ra 1re 1ro 1ri 1ru -1sa 1se 1so 1si 1su -1ta 1te 1to 1ti 1tu -1va 1ve 1vo 1vi 1vu -1wa 1we 1wo 1wi 1wu -1xa 1xe 1xo 1xi 1xu -1ya 1ye 1yo 1yi 1yu -1za 1ze 1zo 1zi 1zu -% Rule SR3 -% Build legal consonant groups, leave other consonants bound to -% the previous group. This overrides part of the SR2 pattern -% group. -1l2la 1l2le 1l2lo 1l2li 1l2lu -1r2ra 1r2re 1r2ro 1r2ri 1r2ru -1t2sa 1t2se 1t2so 1t2si 1t2su -1t2xa 1t2xe 1t2xo 1t2xi 1t2xu -1t2za 1t2ze 1t2zo 1t2zi 1t2zu -1b2la 1b2le 1b2lo 1b2li 1b2lu -1b2ra 1b2re 1b2ro 1b2ri 1b2ru -1d2ra 1d2re 1d2ro 1d2ri 1d2ru -1f2la 1f2le 1f2lo 1f2li 1f2lu -1f2ra 1f2re 1f2ro 1f2ri 1f2ru -1g2la 1g2le 1g2lo 1g2li 1g2lu -1g2ra 1g2re 1g2ro 1g2ri 1g2ru -1k2la 1k2le 1k2lo 1k2li 1k2lu -1k2ra 1k2re 1k2ro 1k2ri 1k2ru -1p2la 1p2le 1p2lo 1p2li 1p2lu -1p2ra 1p2re 1p2ro 1p2ri 1p2ru -1t2ra 1t2re 1t2ro 1t2ri 1t2ru -% We now avoid some problematic breaks. -su2b2r su2b2l -} -\endgroup diff -Nru texlive-lang-2007.dfsg.4/texmf/tex/generic/hyphen/cahyph.tex texlive-lang-2009/texmf/tex/generic/hyphen/cahyph.tex --- texlive-lang-2007.dfsg.4/texmf/tex/generic/hyphen/cahyph.tex 2006-01-02 23:53:43.000000000 +0000 +++ texlive-lang-2009/texmf/tex/generic/hyphen/cahyph.tex 1970-01-01 01:00:00.000000000 +0100 @@ -1,388 +0,0 @@ -% Hyphenation patterns for Catalan. -% This is version 1.11 -% Compiled by Gon\c{c}al Badenes and Francina Turon, -% December 1991-January 1995. -% -% Copyright (C) 1991-2003 Gon\c{c}al Badenes -% -% ----------------------------------------------------------------- -% IMPORTANT NOTICE: -% -% This program can be redistributed and/or modified under the terms -% of the LaTeX Project Public License Distributed from CTAN -% archives in directory macros/latex/base/lppl.txt; either -% version 1 of the License, or any later version. -% ----------------------------------------------------------------- -% -%%% ==================================================================== -%%% @TeX-hyphen-file{ -%%% author = "Gon\c{c}al Badenes", -%%% version = "1.11", -%%% date = "15 July 2003", -%%% time = "15:08:12 CET", -%%% filename = "cahyph.tex", -%%% email = "g.badenes@ieee.org", -%%% codetable = "ISO/ASCII", -%%% keywords = "TeX, hyphen, catalan", -%%% supported = "yes", -%%% abstract = "Catalan hyphenation patterns", -%%% docstring = "This file contains the hyphenation patterns -%%% for the catalan language", -%%% } -%%% ==================================================================== -% -% NOTICE: Version 1.11 is identical to version 1.10 (issued on January 17, -% 1995) except for the updated copyright notice above. -% -% The macros used were created for ghyph31.tex by Bernd Raichle (see the -% German hyphenation pattern files for further details) -% -% This patterns have been created using standard, conservative -% hyphenation rules for catalan. The results have refined running them -% through patgen. In that way, the number of hits has been increased. -% -% These rules produce no wrong patterns (Results checked against the -% ``Diccionari Ortogr\`afic i de Pron\'uncia'', Enciclop\`edia -% Catalana. The percentage of valid hyphen misses is lower than 1% -% -% Some of the patterns below represent combinations that never -% happen in Catalan. We have tried to keep them to a minimum. -% -% *** IMPORTANT *** -% \lefthyphenmin and \righthyphenmin should be set to 2 and 2 -% respectively. If you set them below these values incorrect breaks -% will happen (specially at the beginning of foreign words and words -% which begin with some prefixes). -% *** IMPORTANT *** -% -% Please report any problem you might have to the authors!!! -% -%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -\message{Catalan Hyphenation Patterns `cahyphen' Version 1.11 <2003/07/15>} -%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -\begingroup -\ifnum 0\ifx\inputlineno\undefined \else - \ifnum\inputlineno<1 \else 1\fi\fi<1 - \let\x=\endgroup -\else - \def\x{\endgroup -% -% The following commands ensure correct \catcodes, \lccodes and -% \uccodes if your TeX implementations uses these character codes. -% -\catcode"C0=11 \lccode"C0="E0 \uccode"C0="C0 % \`A -\catcode"C7=11 \lccode"C7="E7 \uccode"C7="C7 % \c{C} -\catcode"C8=11 \lccode"C8="E8 \uccode"C8="C8 % \`E -\catcode"C9=11 \lccode"C9="E9 \uccode"C9="C9 % \'E -\catcode"CD=11 \lccode"CD="ED \uccode"CD="CD % \'\I -\catcode"CF=11 \lccode"CF="EF \uccode"CF="CF % \"\I -\catcode"D2=11 \lccode"D2="F2 \uccode"D2="D2 % \`O -\catcode"D3=11 \lccode"D3="F3 \uccode"D3="D3 % \'O -\catcode"DA=11 \lccode"DA="FA \uccode"DA="DA % \'U -\catcode"DC=11 \lccode"DC="FC \uccode"DC="DC % \"U -% -\catcode"E0=11 \lccode"E0="E0 \uccode"E0="C0 % \`a -\catcode"E7=11 \lccode"E7="E7 \uccode"E7="C7 % \c{c} -\catcode"E8=11 \lccode"E8="E8 \uccode"E8="C8 % \`e -\catcode"E9=11 \lccode"E9="E9 \uccode"E9="C9 % \'e -\catcode"ED=11 \lccode"ED="ED \uccode"ED="CD % \'\i -\catcode"EF=11 \lccode"EF="EF \uccode"EF="CF % \"\i -\catcode"F2=11 \lccode"F2="F2 \uccode"F2="D2 % \`o -\catcode"F3=11 \lccode"F3="F3 \uccode"F3="D3 % \'o -\catcode"FA=11 \lccode"FA="FA \uccode"FA="DA % \'u -\catcode"FC=11 \lccode"FC="FC \uccode"FC="DC % \"u -% -} -\fi -% Now execute the changes of the above \*codes for TeX 3.x -\x -% -% Next we define some commands, which are used inside the patterns. -% To keep them local, we enclose the rest of the file in a group -% (The \patterns command globally changes the hyphenation trie!). -% -\begingroup -% -% Because we use ^^E4, ^^F6, ... in the following definition, -% we have to ensure that the catcodes of ^^E and ^^F are ok -% for TeX 2. (The macro is not used for TeX 2.) -\catcode"0E=12 \catcode"0F=12 -% -% ... and define a macro to allow the use of this file -% with TeX 2 and TeX 3. -\ifnum 0\ifx\inputlineno\undefined \else - \ifnum\inputlineno<1 \else 1\fi\fi<1 - % for TeX 2: - % ignore the patterns with 8-bit characters - \def\n#1{} -\else - % for TeX 3: - % patterns with umlauts are ok - \def\n#1{#1} -\fi -% -\patterns{% -% -% Attach vowel groups to left consonant -1ba 1be 1bi 1bo 1bu -1ca 1ce 1ci 1co 1cu -1da 1de 1di 1do 3du -1fa 1fe 1fi 1fo 1fu -1ga 1ge 1gi 1go 1gu -1ha 1he 1hi 1ho 1hu -1ja 1je 1ji 1jo 1ju -1la 1le 1li 1lo 1lu -1ma 1me 1mi 1mo 1mu -1na 1ne 3ni 1no 1nu -1pa 3pe 3pi 3po 1pu -1qu -1ra 1re 1ri 1ro 1ru -1sa 1se 1si 1so 1su -1ta 1te 1ti 1to 1tu -1va 1ve 1vi 1vo 1vu -1xa 1xe 1xi 1xo 1xu -1za 1ze 1zi 1zo 1zu -\n{1b^^e9} \n{1b^^ed} \n{1b^^f3} \n{1b^^fa} \n{1b^^e0} \n{1b^^e8} \n{1b^^f2} -\n{1c^^e9} \n{1c^^ed} \n{1c^^f3} \n{1c^^fa} \n{1c^^e0} \n{1c^^e8} \n{1c^^f2} -\n{1^^e7o} \n{1^^e7a} \n{1^^e7u} -\n{1^^e7^^f3} \n{1^^e7^^fa} \n{1^^e7^^e0} \n{1^^e7^^f2} -\n{1d^^e9} \n{1d^^ed} \n{1d^^f3} \n{1d^^fa} \n{1d^^e0} \n{1d^^e8} \n{1d^^f2} -\n{1f^^e9} \n{1f^^ed} \n{1f^^f3} \n{1f^^fa} \n{1f^^e0} \n{1f^^e8} \n{1f^^f2} -\n{1g^^e9} \n{1g^^ed} \n{1g^^f3} \n{1g^^fa} \n{1g^^e0} \n{1g^^e8} -\n{1g^^f2} \n{1g^^fc} -\n{1h^^e9} \n{1h^^ed} \n{1h^^f3} \n{1h^^fa} \n{1h^^e0} \n{1h^^e8} \n{1h^^f2} -\n{1j^^e9} \n{1j^^ed} \n{1j^^f3} \n{1j^^fa} \n{1j^^e0} \n{1j^^e8} \n{1j^^f2} -\n{1l^^e9} \n{1l^^ed} \n{1l^^f3} \n{1l^^fa} \n{1l^^e0} \n{1l^^e8} \n{1l^^f2} -\n{1m^^e9} \n{1m^^ed} \n{1m^^f3} \n{1m^^fa} \n{1m^^e0} \n{1m^^e8} \n{1m^^f2} -\n{1n^^e9} \n{1n^^ed} \n{1n^^f3} \n{1n^^fa} \n{1n^^e0} \n{1n^^e8} \n{1n^^f2} -\n{1p^^e9} \n{1p^^ed} \n{1p^^f3} \n{1p^^fa} \n{1p^^e0} \n{1p^^e8} \n{1p^^f2} -\n{1q^^fc} -\n{1r^^e9} \n{1r^^ed} \n{1r^^f3} \n{1r^^fa} \n{1r^^e0} \n{1r^^e8} \n{1r^^f2} -\n{1s^^e9} \n{1s^^ed} \n{1s^^f3} \n{1s^^fa} \n{1s^^e0} \n{1s^^e8} \n{1s^^f2} -\n{1t^^e9} \n{1t^^ed} \n{1t^^f3} \n{1t^^fa} \n{1t^^e0} \n{1t^^e8} \n{1t^^f2} -\n{1v^^e9} \n{1v^^ed} \n{1v^^f3} \n{1v^^fa} \n{1v^^e0} \n{1v^^e8} \n{1v^^f2} -\n{1x^^e9} \n{1x^^ed} \n{1x^^f3} \n{1x^^fa} \n{1x^^e0} \n{1x^^e8} \n{1x^^f2} -\n{1z^^e9} \n{1z^^ed} \n{1z^^f3} \n{1z^^fa} \n{1z^^e0} \n{1z^^e8} \n{1z^^f2} -% -% Build legal consonant groups, leave other consonants bound to -% the previous group. This overrides part of the previous pattern -% group. -3l2la 1l2le 1l2li 3l2lo 1l2lu -1b2la 1b2le 1b2li 1b2lo 1b2lu -1b2ra 1b2re 1b2ri 1b2ro 1b2ru -1c2la 1c2le 1c2li 1c2lo 1c2lu -1c2ra 1c2re 1c2ri 1c2ro 1c2ru -1d2ra 1d2re 1d2ri 1d2ro 1d2ru -1f2la 1f2le 1f2li 1f2lo 1f2lu -1f2ra 1f2re 1f2ri 1f2ro 1f2ru -1g2la 1g2le 1g2li 1g2lo 1g2lu -1g2ra 1g2re 1g2ri 1g2ro 1g2ru -1p2la 1p2le 1p2li 1p2lo 1p2lu -1p2ra 1p2re 1p2ri 1p2ro 1p2ru -1t2ra 1t2re 1t2ri 1t2ro 1t2ru -1n2ya 1n2ye 1n2yi 1n2yo 1n2yu -\n{1l2l^^e9} \n{1l2l^^ed} \n{1l2l^^f3} \n{1l2l^^fa} \n{1l2l^^e0} -\n{1l2l^^e8} \n{1l2l^^f2} -\n{1b2l^^e9} \n{1b2l^^ed} \n{1b2l^^f3} \n{1b2l^^fa} \n{1b2l^^e0} -\n{1b2l^^e8} \n{1b2l^^f2} -\n{1b2r^^e9} \n{1b2r^^ed} \n{1b2r^^f3} \n{1b2r^^fa} \n{1b2r^^e0} -\n{1b2r^^e8} \n{1b2r^^f2} -\n{1c2l^^e9} \n{1c2l^^ed} \n{1c2l^^f3} \n{1c2l^^fa} \n{1c2l^^e0} -\n{1c2l^^e8} \n{1c2l^^f2} -\n{1c2r^^e9} \n{1c2r^^ed} \n{1c2r^^f3} \n{1c2r^^fa} \n{1c2r^^e0} -\n{1c2r^^e8} \n{1c2r^^f2} -\n{1d2r^^e9} \n{1d2r^^ed} \n{1d2r^^f3} \n{1d2r^^fa} \n{1d2r^^e0} -\n{1d2r^^e8} \n{1d2r^^f2} -\n{1f2l^^e9} \n{1f2l^^ed} \n{1f2l^^f3} \n{1f2l^^fa} \n{1f2l^^e0} -\n{1f2l^^e8} \n{1f2l^^f2} -\n{1f2r^^e9} \n{1f2r^^ed} \n{1f2r^^f3} \n{1f2r^^fa} \n{1f2r^^e0} -\n{1f2r^^e8} \n{1f2r^^f2} -\n{1g2l^^e9} \n{1g2l^^ed} \n{1g2l^^f3} \n{1g2l^^fa} \n{1g2l^^e0} -\n{1g2l^^e8} \n{1g2l^^f2} -\n{1g2r^^e9} \n{1g2r^^ed} \n{1g2r^^f3} \n{1g2r^^fa} \n{1g2r^^e0} -\n{1g2r^^e8} \n{1g2r^^f2} -\n{1p2l^^e9} \n{1p2l^^ed} \n{1p2l^^f3} \n{1p2l^^fa} \n{1p2l^^e0} -\n{1p2l^^e8} \n{1p2l^^f2} -\n{1p2r^^e9} \n{1p2r^^ed} \n{1p2r^^f3} \n{1p2r^^fa} \n{1p2r^^e0} -\n{1p2r^^e8} \n{1p2r^^f2} -\n{1t2r^^e9} \n{1t2r^^ed} \n{1t2r^^f3} \n{1t2r^^fa} \n{1t2r^^e0} -\n{1t2r^^e8} \n{1t2r^^f2} -\n{1n2y^^e9} \n{1n2y^^ed} \n{1n2y^^f3} \n{1n2y^^fa} \n{1n2y^^e0} -\n{1n2y^^e8} \n{1n2y^^f2} -% -% Vowels are kept together by the defaults -% We break here diphthongs and the like -a1a a1e a1o -e1a e1e e1o -i1a i1e i1o -o1a o1e o1o -u1a u1e u1o -\n{a1^^e9} \n{a1^^ed} \n{a1^^f3} \n{a1^^fa} \n{a1^^e0} \n{a1^^e8} -\n{a1^^f2} \n{a1^^ef} \n{a1^^fc} -\n{e1^^e9} \n{e1^^ed} \n{e1^^f3} \n{e1^^fa} \n{e1^^e0} \n{e1^^e8} -\n{e1^^f2} \n{e1^^ef} \n{e1^^fc} -\n{i1^^e9} \n{i1^^ed} \n{i1^^f3} \n{i1^^fa} \n{i1^^e0} \n{i1^^e8} -\n{i1^^f2} \n{i1^^ef} \n{i1^^fc} -\n{o1^^e9} \n{o1^^ed} \n{o1^^f3} \n{o1^^fa} \n{o1^^e0} \n{o1^^e8} -\n{o1^^f2} \n{o1^^ef} \n{o1^^fc} -\n{u1^^e9} \n{u1^^ed} \n{u1^^f3} \n{u1^^fa} \n{u1^^e0} \n{u1^^e8} -\n{u1^^f2} \n{u1^^ef} \n{u1^^fc} -\n{^^e91a} \n{^^e91e} \n{^^e91o} -\n{^^e91^^ef} \n{^^e91^^fc} -\n{^^ed1a} \n{^^ed1e} \n{^^ed1o} -\n{^^ed1^^ef} \n{^^ed1^^fc} -\n{^^f31a} \n{^^f31e} \n{^^f31o} -\n{^^f31^^ef} \n{^^f31^^fc} -\n{^^fa1a} \n{^^fa1e} \n{^^fa1o} -\n{^^fa1^^ef} \n{^^fa1^^fc} -\n{^^e01a} \n{^^e01e} \n{^^e01o} -\n{^^e01^^ef} \n{^^e01^^fc} -\n{^^e81a} \n{^^e81e} \n{^^e81o} -\n{^^e81^^ef} \n{^^e81^^fc} -\n{^^f21a} \n{^^f21e} \n{^^f21o} -\n{^^f21^^ef} \n{^^f21^^fc} -\n{^^ef1a} \n{^^ef1e} \n{^^ef1o} \n{^^ef1^^e9} \n{^^ef1^^ed} -\n{^^ef1^^f3} \n{^^ef1^^fa} \n{^^ef1^^e0} -\n{^^ef1^^e8} \n{^^ef1^^f2} \n{^^ef1i} -\n{^^fc1a} \n{^^fc1e} \n{^^fc1o} \n{^^fc1^^e9} \n{^^fc1^^ed} -\n{^^fc1^^f3} \n{^^fc1^^fa} \n{^^fc1^^e0} -\n{^^fc1^^e8} \n{^^fc1^^f2} -% -% We consider here i and u as semiconsonants -a1i2a a1i2e a1i2o a1i2u -a1u2a a1u2e a1u2i a1u2o a1u2u -e1i2a e1i2e e1i2o e1i2u -e1u2a e1u2e e1u2i e1u2o e1u2u -i1i2a i1i2e i1i2o i1i2u -i1u2a i1u2e i1u2i i1u2o i1u2u -o1i2a o1i2e o1i2o o1i2u -o1u2a o1u2e o1u2o o1u2i o1u2u -u1i2a u1i2e u1i2o u1i2u -u1u2a u1u2e u1u2i u1u2o u1u2u -\n{a1i2^^e9} \n{a1i2^^ed} \n{a1i2^^f3} \n{a1i2^^fa} \n{a1i2^^e0} -\n{a1i2^^e8} \n{a1i2^^f2} -\n{a1u2^^e9} \n{a1u2^^ed} \n{a1u2^^f3} \n{a1u2^^fa} \n{a1u2^^e0} -\n{a1u2^^e8} \n{a1u2^^f2} -\n{e1i2^^e9} \n{e1i2^^ed} \n{e1i2^^f3} \n{e1i2^^fa} \n{e1i2^^e0} -\n{e1i2^^e8} \n{e1i2^^f2} -\n{e1u2^^e9} \n{e1u2^^ed} \n{e1u2^^f3} \n{e1u2^^fa} \n{e1u2^^e0} -\n{e1u2^^e8} \n{e1u2^^f2} -\n{i1i2^^e9} \n{i1i2^^ed} \n{i1i2^^f3} \n{i1i2^^fa} \n{i1i2^^e0} -\n{i1i2^^e8} \n{i1i2^^f2} -\n{i1u2^^e9} \n{i1u2^^ed} \n{i1u2^^f3} \n{i1u2^^fa} \n{i1u2^^e0} -\n{i1u2^^e8} \n{i1u2^^f2} -\n{o1i2^^e9} \n{o1i2^^ed} \n{o1i2^^f3} \n{o1i2^^fa} \n{o1i2^^e0} -\n{o1i2^^e8} \n{o1i2^^f2} -\n{o1u2^^e9} \n{o1u2^^ed} \n{o1u2^^f3} \n{o1u2^^fa} \n{o1u2^^e0} -\n{o1u2^^e8} \n{o1u2^^f2} -\n{u1i2^^e9} \n{u1i2^^ed} \n{u1i2^^f3} \n{u1i2^^fa} \n{u1i2^^e0} -\n{u1i2^^e8} \n{u1i2^^f2} -\n{u1u2^^e9} \n{u1u2^^ed} \n{u1u2^^f3} \n{u1u2^^fa} \n{u1u2^^e0} -\n{u1u2^^e8} \n{u1u2^^f2} -\n{^^e91i2a} \n{^^e91i2e} \n{^^e91i2o} \n{^^e91i2u} -\n{^^e91u2a} \n{^^e91u2e} \n{^^e91u2o} \n{^^e91u2i} \n{^^e91u2u} -\n{^^ed1i2a} \n{^^ed1i2e} \n{^^ed1i2o} \n{^^ed1i2u} -\n{^^ed1u2a} \n{^^ed1u2e} \n{^^ed1u2o} \n{^^ed1u2i} \n{^^ed1u2u} -\n{^^f31i2a} \n{^^f31i2e} \n{^^f31i2o} \n{^^f31i2u} -\n{^^f31u2a} \n{^^f31u2e} \n{^^f31u2o} \n{^^f31u2i} \n{^^f31u2u} -\n{^^fa1i2a} \n{^^fa1i2e} \n{^^fa1i2o} \n{^^fa1i2u} -\n{^^fa1u2a} \n{^^fa1u2e} \n{^^fa1u2o} \n{^^fa1u2i} \n{^^fa1u2u} -\n{^^e01i2a} \n{^^e01i2e} \n{^^e01i2o} \n{^^e01i2u} -\n{^^e01u2a} \n{^^e01u2e} \n{^^e01u2o} \n{^^e01u2i} \n{^^e01u2u} -\n{^^e81i2a} \n{^^e81i2e} \n{^^e81i2o} \n{^^e81i2u} -\n{^^e81u2a} \n{^^e81u2e} \n{^^e81u2o} \n{^^e81u2i} \n{^^e81u2u} -\n{^^f21i2a} \n{^^f21i2e} \n{^^f21i2o} \n{^^f21i2u} -\n{^^f21u2a} \n{^^f21u2e} \n{^^f21u2o} \n{^^f21u2i} \n{^^f21u2u} -\n{^^ef1i2a} \n{^^ef1i2e} \n{^^ef1i2o} \n{^^ef1i2^^e9} \n{^^ef1i2^^ed} -\n{^^ef1i2^^f3} -\n{^^ef1i2^^fa} \n{^^ef1i2^^e0} -\n{^^ef1i2^^e8} \n{^^ef1i2^^f2} \n{^^ef1i2u} -\n{^^ef1u2a} \n{^^ef1u2e} \n{^^ef1u2o} \n{^^ef1u2^^e9} \n{^^ef1u2^^ed} -\n{^^ef1u2^^f3} -\n{^^ef1u2^^fa} \n{^^ef1u2^^e0} -\n{^^ef1u2^^e8} \n{^^ef1u2^^f2} \n{^^ef1u2i} \n{^^ef1u2u} -\n{^^fc1i2a} \n{^^fc1i2e} \n{^^fc1i2o} \n{^^fc1i2^^e9} \n{^^fc1i2^^ed} -\n{^^fc1i2^^f3} -\n{^^fc1i2^^fa} \n{^^fc1i2^^e0} -\n{^^fc1i2^^e8} \n{^^fc1i2^^f2} \n{^^fc1i2u} -\n{^^fc1u2a} \n{^^fc1u2e} \n{^^fc1u2o} \n{^^fc1u2^^e9} \n{^^fc1u2^^ed} -\n{^^fc1u2^^f3} -\n{^^fc1u2^^fa} \n{^^fc1u2^^e0} -\n{^^fc1u2^^e8} \n{^^fc1u2^^f2} \n{^^fc1u2i} \n{^^fc1u2u} -% -% Semiconsonants at the beginning of word -% .i2a .i2e .i2o .i2u .u2a .u2e .u2i .u2o -.hi2a .hi2e .hi2o .hi2u .hu2a .hu2e .hu2i .hu2o -% \n{.i2^^e9} \n{.i2^^ed} \n{.i2^^f3} \n{.i2^^fa} \n{.i2^^e0} -\n{.i2^^e8} \n{.i2^^f2} -% \n{.u2^^e9} \n{.u2^^ed} \n{.u2^^f3} \n{.u2^^fa} \n{.u2^^e0} -\n{.u2^^e8} \n{.u2^^f2} -\n{.hi2^^e9} \n{.hi2^^f3} \n{.hi2^^fa} \n{.hi2^^e0} \n{.hi2^^e8} -\n{.hi2^^f2} -\n{.hu2^^e9} \n{.hu2^^ed} \n{.hu2^^f3} \n{.hu2^^e0} \n{.hu2^^e8} -\n{.hu2^^f2} -% -% And now the crescent diphtongs -gu2a gu2e gu2i gu2o qu2a qu2e qu2i qu2o -\n{gu2^^e9} \n{gu2^^ed} \n{gu2^^f3} \n{gu2^^e0} \n{gu2^^e8} -\n{gu2^^f2} -\n{qu2^^e9} \n{qu2^^ed} \n{qu2^^f3} \n{qu2^^e0} \n{qu2^^e8} -\n{qu2^^f2} -\n{g^^fc2e} \n{g^^fc2^^e9} \n{g^^fc2^^ed} \n{g^^fc2^^e8} \n{g^^fc2i} -\n{q^^fc2e} \n{q^^fc2^^e9} \n{q^^fc2^^ed} \n{q^^fc2^^e8} \n{q^^fc2i} -% -% We add here some exceptions to the rules for diaeresis -a1isme. e1isme. i1isme. o1isme. u1isme. -a1ista. e1ista. i1ista. o1ista. u1ista. -a1um. e1um. i1um. o1um. u1um. -% a1us. e1us. i1us. o1us. u1us. -% -% disallow hyphenation on possible prefixes -.antihi2 .be2n .be2s .bi2s .ca2p .ce2l .cla2r .co2ll .co2n .co2r .de2s -.di2s .en3a .hipe2r .hiperm2n .in3ac .in3ad .in3ap .in3es .in3o -.inte2r .ma2l .mal1t2hus .pa2n .pe2r .pe3ri .pos2t .psa2l .rebe2s -.re2d .su2b .sub3o .subde2s .supe2r .tran2s -% .a2b .a2n .e2n .e2x .g2h .g2n .i2n .o2b .p2s -% -% Avoid hyphenation on some intra-word groups -g2no p2si p2se p2neu -\n{g2n^^f2} \n{p2s^^ed} -% -% Avoid wrong hyphenation on some foreign-origin words -.ch2 .th2 -% .c2h2 .d2h2 .k2s2 .m2n2 .r2h2 .s2 .t2h2 .t2s2 .t2x2 .w2h2 -ein1s2tein ru1t2herford ni2etz1sc2he -% -% Add some good patterns found by patgen -3exp 3nef 3nei 3pr 3ser a3ne a3ri bi3se des3ag des3ar des3av des3enc -e3ism e3le e3rio e3ris es3aco es3af es3ap es3arr es3as es3int -ig3n in3ex n3si o3ro qui3e s3emp s3esp sub3a ui3et -\n{o3gn^^f2} -} -% Finally, add exception list -\hyphenation{ - cu-rie cu-ries gei-sha gei-shes goua-che goua-ches hip-py hip-pies - hob-by hob-bies jeep jeeps joule joules klee-nex klee-nexs - lar-ghet-ti lar-ghet-to lied lieder nos-al-tres -% me-nhir me-nhirs - ro-yal-ties ro-yal-ty vos-al-tres whis-ky whis-kies -} -\endgroup -\relax\endinput -%% -%% \CharacterTable -%% {Upper-case \A\B\C\D\E\F\G\H\I\J\K\L\M\N\O\P\Q\R\S\T\U\V\W\X\Y\Z -%% Lower-case \a\b\c\d\e\f\g\h\i\j\k\l\m\n\o\p\q\r\s\t\u\v\w\x\y\z -%% Digits \0\1\2\3\4\5\6\7\8\9 -%% Exclamation \! Double quote \" Hash (number) \# -%% Dollar \$ Percent \% Ampersand \& -%% Acute accent \' Left paren \( Right paren \) -%% Asterisk \* Plus \+ Comma \, -%% Minus \- Point \. Solidus \/ -%% Colon \: Semicolon \; Less than \< -%% Equals \= Greater than \> Question mark \? -%% Commercial at \@ Left bracket \[ Backslash \\ -%% Right bracket \] Circumflex \^ Underscore \_ -%% Grave accent \` Left brace \{ Vertical bar \| -%% Right brace \} Tilde \~} -%% diff -Nru texlive-lang-2007.dfsg.4/texmf/tex/generic/hyphen/cyhyph.tex texlive-lang-2009/texmf/tex/generic/hyphen/cyhyph.tex --- texlive-lang-2007.dfsg.4/texmf/tex/generic/hyphen/cyhyph.tex 2006-01-02 23:53:43.000000000 +0000 +++ texlive-lang-2009/texmf/tex/generic/hyphen/cyhyph.tex 1970-01-01 01:00:00.000000000 +0100 @@ -1,6734 +0,0 @@ -% Welsh patterns in EC/DC encoding -% Yannis Haralambous 1996 -\input cathyph.tex -\patterns{ -.ac4t -.ad3ae -.add5as -.add3o -.ad4eg -.ad4eny -.ad4fer -.adl4 -.ad3r -.ae3a -.af3a -.af4an -.aff3 -.afl4u -.af5lw -.ag3w -.am4le -.am3s -.an5ad -.an4g3 -.anghen5a -.anghen4r -.an2o -.anrhyd4 -.ansodd4e -.an5te -.an3w4 -.an5we -.ar4bo -.ar4cha -.ar5ddel -.ared4 -.ar4en -.arff4 -.ar4ge -.ar2i -.ar3we -.ar4wed -.as3g -.as3t -.aw4e -.ban4as -.ban4ed -.bara5t -.bel3y -.be3t4a -.bl2 -.bl4e -.br2 -.br4e -.call5 -.ce4n -.ch2 -.ch4e -.ch4l -.ch4o -.chollad4 -.chr2 -.chwyn5 -.cl2 -.cr2 -.cy5we -.dad3r -.dd2 -.ddefn5 -.dd4i -.ddi5an -.ddi5dd -.ddi3e -.ddill5adas -.ddill5ade -.ddill5ado -.ddill5adw -.ddin4 -.ddiw5eddas -.ddiw5edde -.ddiw5eddo -.ddiw5eddw -.ddwl3 -.ddy5fala -.ddy5fale -.ddy5falo -.ddy5falw -.ddylad4 -.deallad4 -.defn3 -.der4w -.deth5 -.di5an -.di5dd -.di3e -.di3gy -.dill5adas -.dill5ade -.dill5ado -.dill5adw -.din4 -.diw5eddas -.diw5edde -.diw5eddo -.diw5eddw -.dr4e -.dwl3 -.dy5fala -.dy5fale -.dy5falo -.dy5falw -.dy5fo -.dylad4 -.dyrchafad4 -.eb2 -.eb3r -.eb4rw -.ec2 -.ed2 -.edl4 -.edr4 -.eg2 -.egn3 -.el4or -.els4 -.en3as -.eny5na -.er2 -.erfy5na -.ern4 -.ewy5na -.fadd3 -.falch5 -.fan3a -.farn4ais. -.fasg4 -.fas5ge -.ff2 -.ff4a -.ffer4a -.ffe5ras -.ffer4e -.ff4o -.ffor5t -.ff4y -.ffydd5 -.ffynad4 -.ffy5nas -.fign5 -.fis5g -.fon4edi -.fordd4 -.for4o -.for4w -.for4y -.fr4i -.fryn4d -.fydd5 -.fyn5as -.fyw3 -.gal3e -.gal5o -.gan3l -.gan5olas -.gan5ole -.gen5as -.ger5b -.geu5d -.ghwy5na -.gl2 -.glaf5y -.gl4e -.gleid4 -.gl4y -.glyn3 -.glywad4 -.god3y -.gof3a -.goffad4wy -.gollad4 -.gr2 -.grynho4em -.grynho4wn -.gwedd4er -.gyd3 -.gyf5al -.gyf5arc -.gyfer5byna -.gyfer5byni -.gyfer5bynn -.gyffel5 -.gym3o -.gyn3a -.gyn5e -.gynef5 -.gyth5ru -.gy5we -.hac4 -.hadl4 -.haf4a -.haf3l4 -.hagr3 -.ham4le -.han5as -.han4g5 -.hanghen5a -.han5t -.han5w4 -.har5ddel -.hared4 -.har4en -.har3n -.harn4a -.har3w -.has3g -.haw4 -.heb2 -.hec2 -.hed2 -.hedl4 -.he4o -.herfy5na -.her4w -.heur5 -.hof4r3 -.hol4y -.holyn5 -.hw2 -.hwn4 -.hwyl5u -.hwyn5a -.hwyr5 -.hwyth4au -.hyd4 -.hydr4 -.hy3ff -.hyf4od -.hy5fry -.hy3g -.hyl4 -.hym3e -.hym4u -.hym4y -.hymy5na -.hymysg4 -.hyn2 -.hy3no -.hy3rw -.iach4 -.iac5has -.iac5he -.iac5hw -.ir3 -.ladr3 -.ledr4e -.le3na -.le3o -.lest4 -.lin3 -.ll2 -.llaw4e -.lle5na -.llo5nas -.llon4e -.llythr5 -.lo3na -.lon4e -.ludd3 -.lygr3 -.lyn3a -.lythr5 -.man4ed -.mant4a -.mar4f -.mign5 -.mis5g -.mol3 -.mon4edi -.mwyth5a -.mwyth5w -.myn5as -.neilltu4ad -.neis4i -.nen3a -.ner4w -.ng2 -.ngen5as -.nghyt5u -.nghy5wa -.ngl4 -.ng4w -.ngy4 -.ni5an -.ni3e -.ni5fei -.nig2 -.ni5ga -.ni3ge -.ni3gw -.ni3gy -.ni5re -.ni3wa -.niwl5 -.no4e -.no4w -.nwl3 -.nwyn3 -.oddefad4 -.od4l -.of3a -.of4o -.of4u -.og2 -.og4l4 -.ol2 -.oll3 -.ol5yga -.ol5yge -.olyn3 -.or1 -.orddad4 -.pl4a -.pl4e -.rad3r -.rag3l -.ra3na -.ran5d4 -.rew3 -.rhi5a -.ria4 -.rin4t -.rug4l5 -.ry3n4a -.ryn4e -.sas4 -.ses4 -.st2 -.sych3 -.sych5e -.talad4 -.tan4e -.th2 -.thag5 -.th4i -.tho5e -.th4r4 -.thrad4 -.th4u -.torad4 -.tr2 -.tr4a -.trad4 -.tr4o -.tro4en -.uch2 -.wa5r4as -.war4es -.wedd4er -.weithiad4 -.welad4 -.wen3a -.west4 -.wn4io -.wobr3 -.wybr4 -.wy3by -.wy4r -.wyw3 -.ydd4 -.yd4l -.yf4ar -.ym4adw -.ym3e -.ym4yl -.ymysg4 -.yn4d -.ys4b -.ysg4 -.ys4i -.ys4n -.ys4t -a1a -a3ar2 -2ab -ab3a -ab4ad -ab3ed -ab3el -ab5ine -abl1 -a2b1o -ab4or -abr3 -a1bu -a4bu. -a4bum -2ac -ac1a -ac5ade -acan3 -ac4aol -ac3ei -ace3ne -ac5enni. -ach1 -a4ch. -ach5ac -ach5aw -a5chef -ach3o -ach3r -ach5us -a3chwa -achwyn5 -achy4 -aci5mw -acl3 -ac3o -ac3ta -ac3te -4ad3ac -ad3ad -ad5afa -ad3arf -adar4g -a4dd. -add3ad -ad3dal -ad3dd -add3eu -add5ew -add3f -add3i -add2o -ad4du -addun4 -add3yc -add3ys -2ad1e -ad3eg -ad3el -ad4el. -ad4ena -ad4ene -ad4eni -ad4eno -ad4enw -ad3i -2adl -ad3len -ad5lys -ad2na -adnabydd4e -adnabydded4 -ad2no -2ado -ad3oc -ad3od -ad3of -ad3on -4adr. -ad4red -ad3ri -adr4od -adr3on -ad4ru -4adunia -ad5uniad -ad5uro -adwel4ed. -ad3wi -ad5wr. -3ad3wys -ad5wyt -ad1y -ady4n -ad4yrn -2aea -ae4ada -ae5an. -aedd3 -ae3i -ael1 -ael4edda -aen3 -ae3oc -ae3og -aer1 -aerw4 -aer5we -aer5wy -aes3 -aest4 -aeth5a -aethr4 -ae1w -ae5wyd -af3adw -4af5aid -af4al -af3an -afan5e -af4ann -4afar3 -af5arn -af4at -4af3au -2af3e -2aff -aff3a -aff3ed -aff3ei -aff3i -affl3 -aff3w -aff3y -aff4yr -af3i -afl3a -afl5edi -af4l3u -2afn1 -af3odd -4afol -af3ont -2afr -af3ra -af3res -af5rif -af4ru -af5rwy -af1u -2af1w -af1y -2a2g -ag1a -ag3ad -ag3al -age3na -age5ne -ag3law -agl3o -ag3lu -agl3w -ag3n -ag3od -ag3of -ag4ori -ag1r -ag3ri -ag3ry -ag1u -ag2w -ag3wa -ag3wel -ag3wn -ag3wr -ag5yma -agy4w -a1h2 -ahan3 -ahanad4 -ahedr4 -a2i -2aig -2ail1 -ailen3 -2ain -4ainc -2ait -2al -al5abr -al3ad -4al3ae -alaf3 -4alaid -al3an -al5arc -al5aso -al3ce -alch3w -al5cwl -al4di -al1e -al5edau -al3ei -al3en -al4ena -al4es. -al2fo -al3fy -al3i -al4is -all3a -all3e -all3i -all3oc -all3w -all3y -3aln -al3oc -al3od -al4ogia -alo3na -alo3n4e -al3ono -al3or -alp4e -al1u -4alwc -alw3e -4alwr -al5wst -al3wy -4alwy. -al1y -2am -ambl3 -am3d -amdan5 -amel5o -am3er -amgym5r -amhen4 -amhobl4 -amhryd4 -am5las -am4led -am4lf -am4lg -am5nif -am4of -am2or -amor5w -am4pa -a4mwa -am5wed -am5wri -am5wyd -am3wyt -amyn3 -a2n -2an. -an1a -a4nab -anadl3 -a4nae -a4naf -an4afi -a4nai -an2as -an3at4 -a4nau -a4naw -4anco -an2da -an5dda -an4ddy -an2de -an2do -an1e -an2ed -an3ed. -an5eda -an5edd. -an5edo -a4n3eg -a4nel -an3eli -an5er. -an5ewi -2anf -an3fy -2ang1 -ang3ad -an4gd -ang3e -an4gf -anghaff4 -anghelf4 -anghredad4 -anghrist4 -anghy4 -anghyd4 -anghydna4 -anghyf4 -anghyfar4 -anghyff4 -anghyfiawn4 -anghym4 -anghyn4e -angl4 -ang5or -an3if -an3igi -4annau -an3oc -an3od. -an3odd -an5og. -an5og4ae -4anol -an3ol. -an3om -an3ont -an3or -1anr -an5sic -ans4ie -ans4iw -an5siwn -an4ta -ant5ac -an5the -ant3rw -an1w -an3wes -4anwl -anwy4 -an3wyd -anwyn3 -an1y -any4l3 -a1oe -ap3a -ap4cy -ap5elw -ap3l -apl4a -ap5ost -ap5rwn -ap5ryn -ap5wll -2ar -ar3ab -aradr3 -arae3 -ar3af. -ara5ff -ar3an -ar4an. -aran3a -aran3e -arat4 -ar3aw -ar4ber -arc3as -arch5en -ar5clo -ar2da -ar2de -ard5es -ar4dr -ardyn3 -ar1e -ar2eb -ar2ei -ar5eid -ar3eit -ar3fa -arfan5 -arf5ed -ar5fel -ar4ff -ar3fod -ar1i -ar4ian -ar2m -4arn. -arn5adwy. -ar4nd -3arnh -ar4no -ar4nw -ar4ny -ar1o -ar4od. -ar4odi -arogl3 -3aror -ar3os -5aros. -ar4p3as -arp3w -ar3sy -ar3te -ar4th3 -ar3ug -ar3ut -aru5wc -3arwai -ar5wch -arwd2 -arw5der -ar3wed -3ar3wi -arw3n -ar3wn. -ar3wni -ar3wy -4arwyn -ar3y -2as. -2asas -as5awr -1asb -as5boe -2asd -2ased -as4enn -2asf -2asg -as5gal -asgl3 -asg4oda -as3gwr -asg3wy -2asia -4asie -2asl -2asn -as4ny -as4od. -2asoe -2asr -2ast -as4tal -as3tan -astat5 -as3te -as4tl -as4tr -as5trus -ast2w -as5ty. -as3tyl -astyn3 -2asu -as3ur -as5wir -2aswr -2asy -as5ynn -2a2t -at3ad -at5alf -ateb3 -at3em -ath3a -athl3 -ath3o -ath4r3e -athr3w -athr5yc -ath3w -ath3y -ato2i -at3ol -a3t^^f4 -at3ran -atr5oc -at3rod -atro5e -atr5yc -at3wy -aty3na -aty5ne -a2u -2aul -2aw -aw1a -aw5art -aw5chw -aw5ddr -aw5dry -aw3ed -aw3ei -aw3el -aw3es -aw3f -aw3ga -aw1i -awl5ed -awn3a -awr1 -awr3d -awy4r3 -3^^e1u. -1^^e2 -bab4i -bab5yd -b3ac -bach3 -badd3 -b3adw -1bae -2baet -b1af -b1ai -b1an -ban3a -ban3e -b4ann -ban3o -5barch -bar4f -bar4lys. -barn3 -bar4wy -b1as -bas3g2 -bast4 -bat4a -b4ath -b1au -bawd4a -bawe5na -b1d -b1ec -2bed -beir4a -be4iw -b1em -ben4ae -be3nas -be5ned -bengl4 -bens4 -bent4 -b3ent. -ben3w -benwy5na -b3ert -b3esi -bgal4 -2b1i -b3ia -bi5aidd -3bib1 -b3id3 -b3ie -3b2ig1 -b4inc -bin2e -b3io -b3ir -bisg4 -b3it -bl3af -bl5air -bla3na -bla5nedi -bla5nes -2blau -bl5awd -bl3ec -bl4enni. -blew3 -4blwr -b4lyc -4blyn -bl5yn. -bo4b4l -b1oc -4b3odd -bol3 -b1om -b2on -bon4d -b2r -bra3na -br3ed -breg3y -br3em -br4enn -br2i -br4il -br3ir -brod4iae -brog4 -br4wd -bryf3 -bryn4d -b1s2 -bse3na -bse5ne -2bu. -1bua -budd4l -bu4lo -3buo -bw3a -b1wc -3bwll -b1wn -b4wns -bwr1 -4bwyd -b3wyd. -4b3wyf -bwyllt4 -3bwyn -bwy4r3 -2by -b3ych. -bydd5i -b2yl -3bylla -by3na -by3ned -by3nes -byrf4 -b4yrw -3byst. -byw3 -cabl4en -c1ad -cad3a -cad3l -cae4a -caethiw4ed -c1af -c3ai -cal3e -cal3o -cam4enn -camn4 -can3a -ca4ne -canghe5na -can3l -c4ann -can5olas -can5ole -c3ant -can4yd -car4en -car4ped. -c1as -casg4e -3cat -ca4t3r -c3au -c3^^e1u -c1b -cd2 -c1e -c3ed -c5edig -ceg3 -c3el -c2en -ce3na -c3ent -cer5by -cer4f -cer3y -ceu4l -c3ff -3chae -ch3af. -ch4afb -ch4afi -chan3a -changhe5na -char4enn -chasg4e -chdr5y -ch3eba -ch3ebe -ch3ebi -ch3ebo -ch3ebw -ch3ech -ch3ed. -ch3edi -5chein -chelad4 -ch3ent -chen3y -ch3er. -cher4f -ch3esg -3chest -4chestio -4chestol -4chestwa -4chestwe -ch3eta -ch5ig. -chleid4 -chl5ent -4chmyni -4chmynnol -chn5eg -chob3 -chobl4 -ch3odd -chon5ad4 -ch3ont -chon4y -chra4 -ch4ro -4chu. -ch4ub -4chus -5chwant -ch3wch -chw4f -ch4wi -ch3wn. -ch3wyf -chyd3 -chym4an -ch4ynn -chysg3 -chys5o -chyt3u -chy5wa -c1i -cib3 -cig1 -c3in -ci3od. -cl2e -cleid4 -cl2i -c1ll -cllon3 -cloe4 -cl2w -cl4wm -cly4w -clywad4 -cn2 -cno4en -cn4yw -cob1 -co4bl4 -c1oc -c1od -cod4l -coffad4wy -collad4 -c1om -c1on -con4y -corn4an -cosb3 -cr3ae -cra4m -3crat -credad4 -cr4el -cr3ie -cring4 -crof4 -crog3 -cron4a -cro5nas -cron4e -cryg3 -crygl4 -cr4yl -cr4ym -crynho4em -crynho4i -cs3a -c3s4aw -cs3yn -ct2a -c4teg -ct4id -c1to -ctor3 -c3tr -1cu -2cus -c1w -c3wa -cwast3 -cw4fa -cwm3 -cwn4ed -c3wy -c4wyn3 -cwy4r -cyb3y -2c1yc -cych3 -cyd3 -cydl4 -cydr4 -cy4f3a -cyfer3 -cyffel5 -c1yl -cyll5a -cym3 -cym4an -cym4ero -c1yn -cyn3a -c5ynau -cyn3e -cynef3 -c2yny -cy4se -cysg3 -cys5on -cys3t -cys3w -cyth5rud -cy1w -cy3wa -cy3wi -cy3wy -d1a2 -dach3 -d3ach. -d5achwr -d2ad -dad3u -dad3w -d5adwy -dae5ara -dae5ared -dae5ari -dae5arw -d2ael -d4afe -d4afo -dag1 -dag3w -4dail -da5ion -d4ait -d4al. -d4ald -d4aln -d4alr -d2an3a -d2an3e -dan3f -d2ano -d2anu -d2anw -d2any -dar3a -dar4ana -dar4d -darf2 -d5arne -dar3w -d5aryd -2das -2dau -2daw -dawd3 -d5awd. -d1b -ddad3r -4ddaf -3ddang -dd4ani -dd3ara -dd3ari -dd3arw -2ddas -dd4aw -ddd2 -d4dda -ddd4e -dd4d4i4 -dd3dr -dd4du -dd4dy -dd5dy. -dd3er. -ddeth5 -ddeuad4 -dd4eug -dd4ew -dd2f -dd4fg -2ddi. -dd4ic -dd4if -ddif3a -dd4ig. -ddi3gy -dd4il -dd4im -dd4ini -4ddit -dd1l2 -dd5len -2ddo. -4ddoc -dd3odd -4ddom -4ddon3 -dd2or3 -ddr2 -ddr4a -ddr4e -ddr4i -ddr4o -ddr4w -dd4ry -d2du -4dd3un -dd5us. -dd5waw -4ddwc -dd2we -4ddwn -5ddwrn -dd4wyn -3ddwyr -dd2y -4ddyc -dd4ydd -dd5yf. -ddym4d -dd4yn -ddy5nad -5ddyni -4ddynt -3ddyr -3deb. -debr3 -d1ec -dech4a -d1ed -d5edd. -deddf3 -def3a -d1eg -d5egol. -de1h -deheu5 -d2eil -d4eim -delff5 -d3ella -d3elle -d3elli -d3ello -dellt5 -d3ellw -del3o -d1em -d3em. -2d1en1 -d4eng -d3ent -de2o -der3f -derfyn5 -2d1es -d3esi -5destu -d1et -det5an -deth4o -d1eu1 -deul4 -deu4ny -d4eut -d1f2 -d3f4ae -df4ann -df4ao -d4fa5ol -df4at -df4aw -dfed5r -d3fei -dfe5ne -d5ferf -d4fery -dff4y -d2fi -df4id -df4od -d4f3ol -df4ry -d2fu -dfwr2 -d4fyd -dfyn3a -dfyn4ed. -d1g2 -dgam2 -dgan5e -dg4ei -dgl2 -dgrynho5 -dgyf5ar -d1h2 -dha5ol -dhegl5 -2d1i -di5ach -di1b2 -dibryd4 -di1d -did2e -di5den -d4ido -di5dos -di4et -di3eu -dif4an -di5fat -di3fe -di3ffr -di5fli -di5flo -di5fra -di3fw -di5gab -dig2e -di5gel -di3gen -dige5na -dige5ne -digl4 -di5gof -di3gry -di3gw -dig2y -di3gym4 -di3gys -dil4a -dil4e -di5lec -di5les -dill4a -di3lu -dil2w -di3lys -d3in. -di5niw -di3nod -d4inoe -di3or -d2ir -d3ir. -di3ra -d4i3r2e -di5rif -3d4iro -di4rw -di3rym -dis3g -di3so -dis3t -di3sw -di3sy -4d3it. -d2iw2 -d4iw. -di3w4a -d4iwe -di5wen -d3iwyf -d1^^ef -d3ladd -dladr3 -dl3af -d3lam -d4lau -dl3ed -d3l4ei -d4len. -dle3na -dle5ne -d4lent -dl3er -d3lew -d2lo -dl3oc -dl3od -d3lon3 -dlon5e -d1lu -dludd3 -d2lw -dl3yc -d3lyd. -d3lyn -dl4yr -d3lyw -d1m2 -dm4ar -dm4er -dm4od -d3my -d1n -d3nap -dn3as -d3naw -dneb4 -d2n3ed -dn3es -d2ni -d3ni. -dno2i -d3nos -d2n1w -d2ny -d1o -d3och -d2od. -d2odi -d4odia -dod3r -2doe -do4en -d2of -dof5yddio -d3ol. -d4oll -dol4wg -d3om -don2a -don2e -d3ont -dor2a -dor4da -dor5we -dos3 -do2w -2dr. -3dra. -dr3ad. -dr3ada -dradd3 -dr3adw -dr3a4f -dr5aid -dr5ain -dram4g -dr4an. -dra3na -dra3ne -dr4ann -dr3ant -dr5au. -dr3c -dr3ed -dr4edo -dr3en -d4reu -drew3 -dr3f -drff4 -dr4iau -d4r3id -d4rir -d4roe -dro3es -4drog -drog4e -dr3ol -dr5ol. -dr3on. -dron3a -dr3ont -d4rwg -dr3wn -dr3wyf -dr3yd -dr3yn. -d3ryw -d1s2 -d1ug1 -d4un. -dun3a -d4unia -d1ur -d1us -1dut -du5wch -d1w -dw2a -dw3adw -d3wae -dw3af -d3wait -d3wal -dw3an -dw3as -dwb3 -dwbl4 -d3wc -dwd2 -dw3edi -d2wen -dwer5y -d4w3id -d4w3ir -d4wit -dw5mig -dw3o -dwr3e -d2wrn -dwy3b -d4wyc -dwyn3 -dwy4on. -d2wyr -3dy. -d1yc -d5ych. -d1yd -d3yd. -4dydd -dyd2w -dydw5y -dyf5an -dyff4 -dyf4n3 -dyf4od -dyf5odd -dy5fodi -dyf2r3 -dyfrad4 -d3yg. -d3ygl -dy3gy -d2yl -dyl5ad -dy3lan -dyll3 -dy3lu -d1ym -dymag5 -dym5od -3dyna -dy3nas -dy3nes -dy3n4od -dy3r2a -dyr2e -dy3ri -dy5ryd -2dys. -4dysa -dys4g -dysg5a -4dyso -2ea -e1ad -e4adf -e4adl -eaf1 -e3af. -ea4fa -e4afg -e1ai -e1an3 -e4ang -ear1 -earf2 -ear5fo -earn4i -e1as -e1au -e3aw -eb3ad -eb5ar. -eb1e -ebl2 -eb1o -eb3ont -ebra5ne -ebr3e -eb4r3i -ebr3o -eb1w -eb3wy -eb5yll -2ec1a -2ec3e -ech1 -ech5od -echr4 -ech3ry -ech5we -ech5wyd -echwy5na -echwy5ne -2eco -econ2 -eco5no -ec5ord -ecr1 -2ect -ec4to -2ecw -ec3y -2ed3a -ed4al -edd3ad -edd3al -edd3ar -edd3e -2eddf -eddf3a -eddf5i -eddf3o -eddf3w -eddf3y -4eddg -edd3o -edd3yc -edd3yg -edd5yla -edd5yled -edd5ylo -edd5ylw -edd5yn -ed1e -ed3eg -ed2ei -eden5a -ed3fa -ed3fe -ed3fi -edf4w -4edia -edi4f -ed3ig -ed3i4n -ed3ir -ed3iw -3ed^^ef -2edl1 -ed4lo -4edr. -edr3e -edr3o -edr4yd -2edw -ed2we -edw3en -edw5lw -ed3wy4 -ed3y -edym4 -2e1e -ef5adwy. -ef3an -ef5an. -ef3ar3 -ef3au -ef1e -efer2 -eff4e -eff3r4 -eff5re -effro4er -eff3y -ef3id -ef3ig -ef2l3 -ef4lo -efn1 -ef5nos -ef1o -ef4odo -ef2r -efr3e -ef4ri -ef4ry -ef4us -ef1w -efyddad5 -efy3na -efy5ne -e2g1 -4eg5an. -eg4ana -egar3 -egeir4 -eg5ell -4egen. -2egf -eg5ig. -egl3a -egl3e -egl3o -2ego -eg4on. -4egos -eg5os. -egr3a -egr3e -egr3i -egr3o -egr3w -eg3ry -egr3yc -eg2u -eg3yr -e1ho -e1hy -e2i -2ei1a -eiaf3 -ei5afr -ei3bre -eich3 -eidal5 -eidd3 -eidd5y -ei5der -eidl2 -eid5la -2eidr -eidr5o -ei1e -2eig -eigl5ad -eig5lenn -eigl3w -ei4gr -3eilad -4eiladwy. -eil5ec -eil5eg -eil3es -ei4ll -ein2a -eind5i -ein4drw -4einf -eing4a -ein5io -4einl -4einy -2ei1o -ei3ont -eir3y -2eit -eith5e -ei1w -ei3y -2e2l -el1a -el5ain -elan5e -el4co -el1e -el3ed -el4eno -el4era -el4ere -el5far -el5fed -elgri5 -3elh -el5iff -4elig -ell1 -ell5ac -ellt4ir -ell5wy -ell3y -el2m3 -el5myn -el1o -el2od -el3odd -4elog -el4oga -el2ri -el4wi -el3wy -el5ybia -el5ybr -el3yc -4elyd -el5yd. -el3ydd -elyn3 -el3yna -el5yned -elyng4 -el3ynn -el3yr -el3ys -el4ysg -el4yst -em5ain -em4at -2em3e -2emo -em4os -2emp -empr3 -em5ryn -2emt -em5tas -2emy -en5ada -e4n3adu -e4nae -en3af -e4nag -en5ago -en3ai -en3an -e4nar3 -enar4g -e4n3aw -en5byl -en3c -en4ct -en4cy -2end -endig3 -endr4 -en3ec -en3ed. -en5edd -en3el -en3em -en3en -en3er -en3est -en3eu -e4new -enew5y -en5fyd -eng3h -en4gi -engl3 -en5gl4og -en5ise -en3it -en3o -en4oli -4enti -ent4ir -en3tr -ent4wr -4enty -en5tya -en5uch -enw3ad -en3wc -en3wn -en3wr -en3wyd -en3wyf -en3yc -en5ych. -en5ychase -en5ychia -en4yg -2eo -e5och. -e1od -e1oe -e4olae -e4olaid -e4olau -e1om -e1on -eor3 -ep5ach -ep3l -er1a -er5ain -er2c -erc3a -er4ch -4erco -2er2d -er3de -erd3y -er1e -2erf -er5fan -erf5au -er3fed -er3ff -er4fl -er4fu -er3fyd -er3gl -er2gy -er3i -er4ic -er4il -erin3 -er5ir. -er5it. -er2l -er5lys -er4md -er4mw -er4my -er3na -ern4i -er5ni5as -er5nyw -er1o -4erob -erog4 -4erol -er5oli -er4ony -er2se -er5sei -2ert -erw3a -er4w3e -er4wl -er3wn -er4wre -er3wy -er4wyc -er4wydd -er3yc -er3ydd -er3yg -er3yl -eryl3e -er4yll -er3yn -eryn4a -eryn4e -es3a -es3ba -es3e -es5gar -es4ge -es4gn -es4g3w -es4gyn -es3n -es4ne -es4t3a -es5tam -est3er -2estf -2estl -est5ol -4estu -es5tyll. -esty5na -esty5ne -2esu -esurad4 -es4yd. -es3yn3 -e2t -et3ac -et3ad -e3tae -et5eg. -eter4 -et3er. -eth1 -eth3e -eth3i -eth4le -eth3os -eth4r3 -eth3w -et5iro -et1o -et5re. -et5swy -et1w -4etwr -ety5wy -e2u -eu3a -4euau -2eu1b2 -2eud2 -eu3da -eu3d4e -eud4i -2eu1f -eu1g -eull4 -eu5lys -2eun2 -eu5nan -eu5nos -eu5nyddi -eu5sil -eus3t -eu4th -eu4tu -eu3w -2ew -ew1a -ew3d -ew1e -ew3g -ewgl4 -ewg4w -ew3ir -ewis3 -ewl1 -ew3o -ew5par -e3wyd. -e3wyf -2ey -e1yc -ey4en -1^^eb -3fa. -fab3 -fab4i -fach3 -fac4w -fadd2 -fad4ei -fad4r3 -fael3 -f1af -3fag -fag4d -fagl3 -f1ai -falch4 -f4al5on -f4alu -f3am -f4an. -fan3d -fan5edd -fan4es -f3anf -fan3o -fant2 -3faoe -far3a -far4ch3 -4far2e -f3arf -far4fa -far4l -3farn -farn3a -f3arp -f3art -f4arwe -f3arwy -f1as -fas4iw -f3at -fat4o -fawd4a -3fawr -f1b2 -f1d2 -fdd2 -f2dw -fd5wr. -f4eb. -febr3 -f1ec -fed4n -f2edr -3feia -3feie -fe4io -feiriad4u -feith3 -fe4iw -f4el. -f3ell -fel5yno -f1em -fe3na -feng3 -fent4 -fentr5 -fenw3 -fen3y -2fera -ferch4er -ferdd4 -2f2ere -2f2eri -fer4in -2f2ero -f2erw -ferw5yc -f4er3y -f1es -feth3 -f4eth. -f4etha -feu1 -3fey -f2f -ff3ad -ff3ant -ff4at -ff3au -ff3ed. -ff5edig -ff5eio -ff5el. -ffen5ed -ff3ent -ff3er. -3ffert -ff3esu -ffet4 -2ffi -ffidl5 -ff2l -ff4la -ffl4ac -ff4lo -ff5log -ff5los -ff3n -ff3od -ffod5e -ff4odi -3ffon. -ffo3n4a -ffo3n4e -ff3ont -ff2or -5ffor. -ff4os -ff2ra -ff2ri -ff4rod -ff2rw -4ffry -ffr3yn -ff2t -5ffurf3 -ff5wyf -ff5yl. -f1g -fg4wr -f1h2 -fha5ol -f1i -f4iadae -2fic -fic4e -f2id -f3id. -fig4en. -fil3y -fin3 -f4in. -f3ind -fin4t -fisg4 -f2^^ef -fl2 -fl3ad -flaf4 -fl3ai -flamad4 -fla3na -flan5ed -f2las -flaw4 -fl3ec -fl5eis -fl3em -fle3na -fle5ne -fl4eo -fl3id -fl4ig -flin3e -fl3ir -fl4iw -fl3om -f3lon -fl5rwy -f4l3wr -f1ly -f5lychw -f4l4yd -fl4yf -flyn3a -flyn3e -f2n -fn3a -fn3d -f4n3ec -f4n3ed -f4n3em -f4nen -f3nif -fn3ig -f3nith -fn5lu. -f4n3oc -f4n3om -f4n3on -fn3w -fn2y -f4n3yc -fn3yn -f1oc -fodd3 -fod4enn -f4odf -fodr4 -fod3rw -f4odu -f3oedd -f1og -fol3 -fol4enn -f1om -fon4d -5fonog -f4ony -f4or. -for4c -f4ord -for3f -f3os2 -fos4i -fos3o -f3ot -f4otr -fr2a -f2raf -f2rai -fra3na -fra5ned -fras4au -f4r3au -fr3d -frdd2 -fre2 -f2rec -f4red. -f4reg -freg3y -f2rem -f4ren -f3reo -f2rer -fr3f -f2rh -f2rid -fr3id. -f2rir -f4rit -fr2o -f3roa -f5roadw -f2roc -frod4iae -fro2e -fro4en -fro5esi -f3ro2i -f2rom -f2ron -f3roo -fr4ot -f3row -fro4wc -fro4wn -f1ru -fr2w -f2rwc -f2ry -f3ryn -f1ta -f3ter -fudd4l -fud3w -fu2l -f1un3 -f4urf -f3wa -f1wc -fwd3 -f1we -4fwl. -f1wn2 -f3wr. -fwr5ne -f4wy. -f3wyd -fwyllt4 -fwyn3 -f4wyn. -f4wys -f1yc -fyd2 -fyddad4 -fydd4l -fydd5y -fyd4l3 -f4ydr -fyd3y -3fyf -fyf4y -f1yl -f4yl. -f2yn -4fyn. -f3yng -fyn3o -fyn5od -f2yr -fy3r2a -f3yrd -fyr2e -fyrf4y -fyr4y -fys4t -fystyr4o -fys4w -gabl4en -g5ach. -gad1 -gad3a -5gadar -g4ad2u -5gaduri -g4adwr -g1ae -gae3a -g3af. -gaf3a -gaf4r3 -g1ai -1gal2 -gal5ara -gal5are -gal5ari -gal5aro -gal5arwy -galed5 -4gall -gam4enn -gamn4 -gan3a -gan4d -ga4ne -ganghe5na -g3ant -4ganwr -g3ao -gar3eg -gar4enn -g3arf -gar4ge -3gart -4garthia -gar4we -g1as -5gased -gasg4e -ga4t3r -2g1au -4gawe -2g1b -gb4er -g1c -2g1d2 -gdd2 -gddig5 -gdo3ra -gdo5r4e -g2dw -gd5wr. -g1ec -g1ed -gedd3 -g2ede -g4edi. -g4edid -g4edir -g4edit -g2edo -g4edu -g4edyc -geg3 -g2egy -g2ei. -g3eid -g4el. -gell5a -gel3o -g1em -gen4d -g5enni. -gen2r -g3ent -g4enu -g3er. -3g4erd -ger4f -ger3y -g1es -geu4l -g1f2 -gfa3na -gfa5ne -gfe5ne -gfyn3 -g3ga -gh2 -ghae4 -ghan3a -ghanghe5na -ghar4en -ghasg4e -ghen5i -gher4f -gh4le -ghleid4 -gh4ne -ghob3 -ghobl4 -ghof5r -gh4og -ghon4y -ghr2 -ghra4 -ghred4adu -ghred4inia -ghw4f -ghyd3 -ghym4an -ghysg3 -g1i -gib3 -g4ida -gi5en. -g2ig1 -3gil -1gip -g3iw -g2l -gl3ac -gl3adw -glaf2 -glan5e -gl3ant -glas3 -g5las. -g3lat -gl5au. -gl2e -g3le. -gl3ech -gl3edi -g5leisiaso -g3leo -gl3es -gl3eu -gl3f -gl3ia -gl3id -g3liw -gl4odi -gl4ody -glo4e -gl4of -5gl4oga -glo2i -g4lu. -g4lwc -g4l4wm -g4l3wn -g4lwyf -gl3yc -g3lyd. -gl4ym -gl4ys -gl4yw -g2n -gn2i -gn3io -g4niw -g3n^^ef1 -gno3e -gn2of -gn2u -gn1w -gn4yw -gobl4 -g1oc -goddefad4 -go5ddr -g2od2y -god5yn -g2oe -go5fau -go3fer -goff4au -gof4un -gog2 -go3gan -gog3e -gog4l4 -go5gyn -g3ol. -goleu5 -3g4oll3 -go4lw -gol5yga -gol5yge -gol5ygwy -g3om. -go3me -gon5ad -g4one -g3ont -gon4yn -g2or -gor5chy -gorddad4 -gord5i -g4orf -gorn4an -g4orol -gor3t -1gos -gosb3a -g3ota -g3ote -g3oti -g3oto -g3otw -g2r -gra4m -gran3a -gr4el -gr3f -gr2i -g4rid4 -gr3ie -gring4 -g4r3ir -g4rit. -gr2o -gr3od -gr4oe -gr5oed -grof4 -grog3 -gron4a -gro5nas -gron4ed -gron4es -gr4ono -grwn5a -gr3wo -gr4wt -gr2wy -g5rwydd -g4ryc -gryg3 -grygl4 -gr4ym -gr4yn -g1s2 -gsym4 -gub3 -gudr4 -gu5edd -gu4to -gw2 -gwa5r4as -gwar4es -gw4as -g3wc -gweithiad4 -gwelad4 -gwel5e -gwen3a -gwerthad4 -gwm3 -gwn4a -gw4n4e -gwobr3 -g3wr. -g4wrd -g5wth. -gwy3by -g3wyd. -gwydr5 -g3wyf -gwy4r -gwyw3 -3gyb -gyb3y -g1yc -gych3 -g4ycho -gydd4f5 -g2ydi -gydl4 -gyd3r4 -g4ydu -g4ydy -3gyf -gyf5an -gy4fe -gy4fl -gy4fr -g3yl3a -3gylc -g3yle -g4ylio -g3ylo -g3ylw -g2ym -gym4an -gym3u -gyng3 -g2yno -g2yr -g4yro -g2ys -gy4se -gysg3 -gys5on -gys3t -gys5to -3gyw -gy3wa -gy3wed -gy3wi -gy3wy -hab3yd -hadd5as -hadd3o -had4eg -had4eny -h4adf -had4fer -hadl4a -had3n -had3r4 -h5aeol -ha4f3a -h4afl -haf5ol -h4afs -hag3w -h1ai -h4aif -hal3e -hall3o -hal3o -ham4enn -hamn4 -ham3s -han3ad -h4anau -hanc4 -han3d -ha4ne -han5edd -han4er -h4ange -hanghen4r -han3ig -han3l -han2o -han4oda -han5olai -han5olas -han5ole -han5olwy -hanrhyd4 -hansodd4ei -har5adwy. -hara3t -harato4en -har4bwr -har4cha -har4fo -h1as -h3asf -hast4a -ha4tr -hatr3e -h1au -hawe5nas -hawe5ne -hawl3 -h2^^e2 -h1b2 -hbl4a -h1d2 -hddad3 -h3di -hd4ir -hdo3na -hdo3ne -hd4ra -hdr3e -hdr5oc -hdr5od -hdro5ed -hdr5wyd -h4dwr -h2eb -h3eb. -heb3ra -hedd3 -hedd4fo -h2ede -hed5fo -hed5fw -h4edid -h4edir -h4edit -h2edo -hedr5wy -h4edu -h4edy -h2ef -h2eg -hegn3 -h4egy -he4ho -h2ei2 -h4e3ia -h4eil -heimlad4w -h4el. -4helad -4helaf -4helai -4helan -4helas -h3eld -2hele -4heli -2hel3o -hels4 -2helw -4hely -hel3yd -h1em -hen5cy -hen4id -hens4 -hen3wy -henwy5na -henwy5ne -heny5na -he3ol -her3b -h2ero -h3esi -h2et -h3ete -h3eto -5heuae -heu4aetha -heu3d -heu2l -he4wi -hewy5nas -h1f2 -hfil4 -hfonhedd5 -hf4os -hf4wy -h1g2 -hgan3 -hgap2 -hgi5ai -h1i2 -hiach4 -hiac5has -hiac5he -hiac5hw -hi4a4n -hib3 -hidl3 -h2ig1 -hig3y -hin4t -hir3 -hi4wa -h2^^ef1 -h^^ef4en -hl2 -hl4ad -hl5adw -hl4am -hla3na -h5las. -hl3asi -hl3aso -hl4aw -hl5ech. -hl5edig -hledr5 -h3lef -4hleit -hl4en -hl4et -hl3id -hlon3a -hlon5e -h4lus -h4lwm -h5lyd. -hl3ydd -hlym4u -h4lyn -hl3yn. -hlywad4 -h1m2 -h3myg -hmygad4 -h3myn. -hmy3na -hmy5ne -h5myni -hn2 -h3nad -h2neg -h4new -hn4ie -h1n^^ef1 -hnod3 -h2nol -hn5ole -hn4yw -ho4ad. -ho4bl -hod4l -ho4dy -ho4en -hoffad4wy -h3og. -h3o4ga -hog5lu -ho2h -h2ol -h3ol. -hol5ud -h1om -h2or -h3or. -hor4c -horn4an -h4os. -hosb3 -hos3o -h2ow -hp2 -h2r -hra3dd -hr3adw -hr3af. -hra3g -hr4aid. -hr3ant -h5raul -hr5edig -hr3em. -hr3f -hr2i -hr3ia -hr3id. -hrid4a -hr3ie -hring4 -hr3ir -hrisiad4 -hr3it -hr3iwy -hr2o -hro4ad4 -hr5och. -hr3odd -hrog3 -hr3om. -hron4a -hro5nas -hron4e -hrong5 -hr3ont -hr4ud -hr3wn. -hr5wyd. -h5rwydd. -hr3wyf -h4ryc -hryg3 -hrygl4 -hry3l -hr4ym -hrynho4e -hrynho4i -hrynho4wn -h4rys -h1s2 -hsef4 -h2t -h2u -hub5on -hudd3 -hudd5y -hudr4 -hud3w -hud5yl -h4uge -hug4l -hun3ad -h4unn -h3ur. -h3us. -h4use -h4ust -h4usw -hw2a -hw4as -hwbl5e -hwd3 -hw2e -hwedl5 -h3wei -h4wel. -hwen3 -hwen4y -hwe5nychaso -hwe5nyched -hwerw5 -hwe5ug -hw2i -hwiw5g -hwm3 -hwn4e -h3wr. -h2wy -h4wy. -h4wya -hwybr4 -hw4yc -hwyll5t -hw4ym -h4wyo -h5wyol -hwy4r -hyb4l -hyb4wyl -hyb3y -hydd4id -hyd4fo -h2ydi -hydl4 -hyd4naw -hy4f3a -hyfad4 -hyf4ae -hyfar5f -hyfer3 -hyffel5 -hyffred4in. -hyf4iai -hy4ga -hygl4o -hygl4w -hygr4 -hyll3a -hym4adw -hym4ant -hym5el -hym4en. -hymerad4 -hym3o -hymp4 -hym3u -hym5yr -hym5ys -hyn3a -hyn3e -hynef3 -hyn3yc -hyr3a -hyrdd5 -hyrf3 -hyr5n4o -hyr2w -hys4b -hy4se -hysg5od -hys4ig -hys4n -hys5oni -hyt4bw -hyth5ru -hyt2u -hytun4deba -hy3was -hy3we -hy5wed -hy3wi -hy3wyd -1ia -iab4a -iach2 -iad3 -i4ada -5iadaeth. -iad4lo -5iaduro -i3ael -3iaet -4iafo -iag3w -2ial1 -ial4ae -2i3am2 -iam3h -ia3na -4iand -ian5da -ia3n2e -4i3ang -iang4e -ianghen5 -ian3o -ian3w -2iar -i3ard -i3arf -iar4l -iarll5 -iar4s -i3asg -iat5er -i2au -iawnad4 -2ib -ib3ed -ib3el -iben5y -ib3es -ibetr4 -ib3i -ib4il -ibl3e -ibl3o -ibl3w -ib5og. -ib3on -ibr3a -ibr3w -iby4nad4 -2ic -ic3en -ichl4 -ic5ied -icon2 -ic5oni -ic5rwy -ics4i -ic5siw -ic3t2 -2ida -idal4 -2idd -i4ddai -idd4au -i2dde -idd3f4 -idd3i -i4ddir -i4ddod -idd3r -2ide -idel4 -ider4 -2idf -idf4w -2id3i -idi4a -id4lo -idl3w -2idm -2i2d2o -id3og -i3dola -i3dole -i3dolo -i5dolwy -ido3na -ido5ne -i3dor -2idr -idr4a -idr4o -id3rwy -2idu -2idw -idw3a -idwad4w -id4wr -2idy -id3yl -id2ym -1ie -4iedd -4iedi. -iedif5 -ied4yl -2i3ef -i3eg -iegwydd4 -2iei -i3eid -ieis4 -4ien. -ien4a -ien4c -4iend -i3ene -2ienn -ienw4 -i3eny -i3esg -2if -if4add -if4ae -if4al -ifan3a -ifan5e -if4ao -if4ar -if5ard -ifar3e -if4at -if5ath -if4aw -if5bin -i4fec -i4fed. -i4fedi -i5feio -i5feiw -i4fem -ife4n -i4fent -i4fer. -i3fery -i4fesi -i3fet -iffl3 -iff5or -i3ffu2 -iffy5na -iffy5ne -if3i -i3flas -if4on. -i3fre -i3fry -i1fu -i4fwc -i4fwn -i4fwyd -i4fwyf -i1fy -i4fyc -i4f4yl -ify5re -ig3ad -ig3af -ig4ain -2igan -4i3gar -ig1e -ig3ed -ig3es -ig5hal4 -2ig3i -ig5lan. -ig5lann -ig5law -ig5let -ig4l3o -ig4ly -ig5lyd -igl3yn -ign1 -2igo -ig3odd -ig4ode -ig3oe -ig3om -2igr -i3gre -igref4 -i3gro -ig3rw -igryb4 -2igw -ig5wai -i4gwc -i4g3wn -ig4wrn -2ig1y -igyff4 -ig5yn. -ig4yna -ig4yr -igys4 -ig5yso -igysyllt4 -igyt4 -igy4w -2i1h2 -i2han -ihat4 -ihe4w -2i1i -i3iw -2i2l -il3a -5ilau. -ilc2 -ild5ir -il3ed -il5en. -ilew4 -il1f -ilf4y -il3i -il4ip -ill3 -ill5iw -illt4 -il3oc -il3od -il5ofy -il3on -il2s3 -il4sy -il4ti -iludd4 -il3un -il1w -il5wai -ilwen3 -il4ws -il3yd -il3yg4 -il3yn. -ily3na -ily5ne -i4lysia -il5ywa -2im2 -im4bi -im3i -iml3 -im4le -2in -in1a -in3ac -in3ad -in3af -in3ai -in3an -in2be -inc4e -in4ci -inc2o -in4cy -in4dai -in1e -3in4eb -in3f -ing5en -in4g3o -ing3w -ing5yl -in5gyn -in3ia -in3id -in5iew -in3ig -iniw4 -in4iwe -in1o -in4ode -in4odi -in4ody -in3oed -in3on -in3os -int4a -in4te -in2t3r -in4ty -in3w2 -in5wyc -in1y -1io -3io. -2iod. -i3odde -iod5le -iod5wy -2ioe -2i1of -iog3 -4iolc -iom3 -i2on -ion3a -ior4c -ior4f -i4orw -2ios -2iot -2ip -ip5ell -ip4og -ir1 -ir2a -ir5agl -ir3an -ir4^^e1f -ir3b -irch3 -irdy5na -irdy5ne -2ir3f -2iri -i4ria -ir3io -i3ris -ir4li -ir4ll -ir3na -irnad4wy. -ir3no -irn4y -2ir3o -ir3w -irw2i -ir4wo -ir2y -ir3yn -i3ryw -2is -isaf4 -is3b -is5eld -is2er -is5er. -is4gam -is4ge -isg3o -is3gr -isg5wyd -is3gy -is4la -is5myn -is2o -is5odd -is3ol -is3on -ist2 -is4ti -is5tol -is2w -is3wn -is5wyd. -is4yc -is4yr -1it. -3it2a -2ith1 -ith3a -ith4au -ith3eg -ith3i -ith5or -ith3w -ith3y -2iw. -iw3adw -iw3af -i4wair -i3wal -iw3an -iw3as -3iwc -iw4ch -2iw1d2 -iwd4i -iw5edd. -iw3edi -iw3eid -iwg4w -2iw1i -iw1l2 -iwl4e -iwl4i -iwl4o -iwl4w -iwm4e -iwmp4 -3iwn -iwn4i -4iwnl -iw3o -i3wre -i3wrt -iw5ter -1iwy -iw4yd -iw4yf -iwyn3 -4iwyr -1iy -2iyd -2i1ym -iyn3 -2i1ys -^^ef3ae -^^ef2i -l1ac -lach3 -2lad. -l4ad4d3 -lad2m -lad2o -lad3r4w -4laen -l3af. -5lafar -l1ai -l4ain -l4air -l4ait -lam3 -l4an. -lan5ced -lan5de -landr3 -l2ane -lan4es -l4ann -lan3o -4lant3 -lar3a -lar4ia -lar3n -l1as -l4as. -lasg4 -last2 -las5ta -4lat. -lathr3 -lats5i -2l3au -law5dde -lawen3 -law3l -law3no -lawr2 -law5ro -law3y -2l1b -lb4an -l2c -lch1 -lch5io -lch5iw -lch3r -lch5wyd. -l3co -lc3yn. -2l1d2 -ldd2 -ld3i -ld4ir -ldro3 -ldy5na -ldy5ne -1le. -le3a -le4ad. -le4ada -lebr3 -lech3 -l3ed. -leddf5 -l4eddog -led5fy -led3l4 -l4edr -lef1 -lef3e -lef3y -l2ega -leg5ar. -l2egw -leg5yr -le5iau -le3id. -lei3l4 -le3ir. -le3it. -le4iw -l3el -2l1em -l3em. -l2ema -len2d -len5di -len5ig -l3ent -len3y -1leo -le3oc -le4on. -l3er. -l4erau -ler5ig -lesg5e -l4esn -let4em -le4tr -l4euad -l4euh -4leuon -l5euon. -le3wch -le3wn -lew3yn -lf2 -lf5air -l3fan -lfe3ne -lf4fa -lff4y -l1fi -lf5icy -l1fo -lf5oda -l1fr -lf4wy -lf3yd -lfy5re -l1g2 -lg4an -lgo4f3 -2l1h2 -l3ha -l3he -l3hi -l3ho -l3hw -l1i2 -liach3 -4lian -libr3 -2lid -li3de -1lif1 -li4fr -4lio. -li5oed -li5pal -2lir -l3ir. -lis4g3 -l3it. -lith4r3 -l4iw. -l2l -2ll. -ll4ada -lladr3 -ll5adwy. -ll3ant -ll5arn -lledr4e -ll4edy -lle3o -llest4 -lleu4a -ll1f -llf4y -llin3e -ll3odd -llosgad4 -ll5tyr -lludd3 -llw2 -ll3wa -llw4e -5llyd. -llygr3 -ll4ynn -ll4yr2 -ll5yro -lm2 -l1ma -l4mad -l4maf -lm3ai -l2m3as -l4mau -lm3o -lm3w -lm4yn -l1n -2lo. -lob5yn -2loc -loch3 -2lod -lodd3 -lo3ed. -l1og3 -logl2 -l1ol -lol2w -lolyg4 -2l1om -l3om. -lon2a -lon3d -lon4es -4l3ont -l3or. -l4orau -l4org -l4ory -2lot -lo5ynn -lp3a -l3pu -l1r2 -l3rh -ls4ig -l4syn -l2t -lt3ad -lt5eg. -lt3em -l5tera -l5tero -l4tia -lt4ig -l4tio -lt1o -l3tra -ltr4e -l3tu -l4tu. -lt1w -2lu. -l2ud -ludd5y -lud3w -lu4edd -l2un3 -l4un. -lur5ig -lust5l -lw1a -lwadd4 -lw4ae -l1wc -l3wch -lw3ed -lw3er -lw3es -lw4fa -lwfr5e -l4wgr -lw1i -lw4ig -l1wn -l3wn. -lw3o -l1wr1 -4lwre -l4wyc -l4wydi -lwyd4io -l4wyn3 -l4wyr -3l4wyt -lyb3 -2lyc -l3ych. -lyd2 -l4yd. -2lydd -lydn3 -lydr3 -lyf3a -lyf5an5 -lyf4n3 -lyf4r3 -5lyfr. -l2yg -4lygedd -4lygia -lym3 -l4ynau -lyng3a -l4yn3y -lyr3a -4lysau -4lysen. -lys3ga -lys3ge -l4ysl -4lysn -4lysr -4lysyn -lyw1 -m1 -mab3 -mab4i -m3ac -mac4w -m4adad -m4adaf -m4adai -m4adan -m4adas -m2adi -mad4r3 -m4adwc -m4adwn -m4ady -mael3 -maf4l3 -m3ag -2mai -m3am -man3a -man3e -m4anf -man2o -m3ar -m4ar. -mar4ch3 -m4are -m4ari -mar4l -marn3 -m4aru -mar4wy -masg2 -mas3ge -m3at -mat5eg -mat4o -m3aw -mawd4a -mbarato5 -m3bi -m3by -mcan3 -md2 -m4dai -mdan4a -mda5nas -mda5n4e -mdd2 -mddadl4 -mddef3 -mddi4d -m5der. -m4dera -mdog4aetho -mdo3na -mdo5ne -mdro3e -mdwy4 -mdyng5 -mdy5re -4meda -4meddia -4meddwr -4medi -4med^^ef -medr3 -meg3n4 -megni3 -meith3 -me4iw -mel5yno -mens4 -ment4e -mentr5 -5menty -men5yd -m2er -m3er. -m3erad -m4eradwy. -m4eraf -m4erai -m4eran -m4eras -merch4er -merdd4 -m4ere -m5eriada -m4eroc -m4erom -m4eron -m4erw -m4ery -4mesia -4mesol -mest4 -4meswr -4mesy -meu1 -mfalchi5a -mfalchi5e -mffl4 -mfydd4 -mg2 -mgyff4 -mgyffr5o -mgym4 -mgym5eria -mgys2 -mh2 -mhar5ad -mheir4a -mhe3na -mhe5ned -mhe5nes -mhen3t4 -mhen5w -mhet2 -mhe3ta -m2heu -mhob4l -mhr4a -mhryf5 -mhyd4 -mhy3f -2mi -m3ias -m3id3 -m3ie -mi5gei -min1 -min4t -m3io -m3ir -mis2 -misg4 -mis4i -m3it -m3iw -m3iy -ml2 -m2las -ml5blw -m3led -mlew3 -m3lin -m5liwiais -m5liwiase -m5liwiwy -mlo3na -mlon4ed -mlyn3 -m2n -m3na -mn4as -m3ne -m4ned -mn5edi -m5niau -m3n^^ef3 -m2od -m3odd -mod4ig -mod3r -mof5yd -m3og -m4on. -mon3a -mon4d -m4on^^ef -mor2 -mor3c -mordd4 -morddiw5 -mor4o -m3os2 -mos4i -mo5siy -m2p -mpr3a -mpr3o -mpr3w -mp5wai -mr2 -m2r3ai -mra3na -m2r4ed -mreg3y -m4ria -m4rie -m4rig -mro4ad -mrod4iae -mrod4ir -m2roe -m2roi -m2roo -m2row -m4roy -m4ryn -mryn4d -mrys4o -ms2 -m3sa -m2se -mse3na -mse5ne -m2so -mstr4 -m2t -mt2a -mtas4 -m3th -m2u -mu4an -mudd4l -mud3w -mu2l3 -mun3 -m3us -m3w2a -mw3as -m3wch -m3wi -mwr2 -mwr3i -m3wt -mwy3b -mwyllt4 -mwyn3 -m5wyse -mwyth4adw -mwyth4af -mwyth4asan -mwyth4aso -mwyth4asw -mwyth4ec -mwyth4em -mwyth4er -mwyth4i -mwyth4oc -mwyth4w -mwyth4y -2m2y -m3yc -mych3 -m3yd -mydd5i -mydr3 -myd3y -myf4y -m4yl. -myl3a -m4yln -m3ym -myn4ai. -m3yr -myr4as -myr5asa -myr4edi -myrf4 -m3ys -m4ysg. -mys4w -myw3y -3na3b2 -na4bl -na4bo -na4ch3 -n2ad -n3adl -nad4n -nadna4 -n4ado -nad3r -nad3u -nad3w -n3adwr -n1ae -nae5ara -nae5arw -nael4 -n2afa -n5afau -n2af3o -n4afy -n4aic -n4aig -n4ain -n4air -n3al -nan3a -nan3e -nan3f -nap4om -n3ar -narllenad4 -n3asg -n4asol -n3as4t -1nat -nau3 -n1b2 -nbyd5r -n2c -nc3an -nc5des -nc4ed -nc2ei -nc5en. -n3ch -nchwiliad4 -n4cia -n4cid -n4cie -n4cio -n5ciod. -n4cir -n4cit -n4ciw -n4ciy -n3cl -ncr1 -nct1 -n5cyd. -n5cyny -n1d2 -nd3as -nd3aw -ndd2 -nd4da -nden2 -n4d3ia -nd3ie -n3di3f -n3di4g -n3dil -nd3io -nd4ir -n3dis -n3dit -nd3iw -nd3iy -n3dod -nd3oe -ndo3ra -ndo5r4e -n2dwr -ndy5na -ndy5ne -n4dys -neallad4 -n2eb1 -neb3o -n5ebry -neddf5 -n2ede -n4edid -n5ediga -n4edir -n4edit -n2edo -n4edu -n3edy -n1ef -nefn3 -n4efy -n1eg -neg5in -ne3h -n3eidd -n2eis -n1el -3nel. -nel5yn -3nenty -ner3a -nerch5 -n4erg -n4erl -3nert -3nese -4nesia -n4esio -nes4m -3neso -n2est -3nesw -n2esy -neth5o -n2eu -neu3d -n4euf -neul4 -3new -new5yll. -newyn3 -n1f2 -nfadd4 -nf4am -nfan3 -nfan5e -nfan4t -nfa5ol -nf4at -nfel2 -nff2 -nf4fa -nff4o -nffyn4 -nffynad4 -nf4id -n4fil -nfod4l -n2fon -nfon5a -n5fonedi -nf4ri -nf4wy -n2fy -n5fyd. -nfyd3a -ng2ad -ng5adwy. -n4gai -ngal4 -n3gam -n3gar -n4gau -ng4ddy -ngel4 -nghwyn5 -n2gi -n2gl2 -n3glwm -n4gly -n5glym -nglyn3 -ngn2 -ng3oe -ngof3a -ngol4ed -ng3on -ngop2 -n1gr -ngr4a -n2gw -ng4wi -ngwy5nas -ngy3f -n4gyn -2n1h2 -nha3o -nhar4 -nhaws4 -nheb5r -nhe3na -nhe3ne -nhep2 -nh4es -nho3ed -nho5esi -nho3n4a -nhon4e -nhudd4ed. -nhu4e -nhyc4 -nhyd2 -nhyl4 -nhym4 -n1i -4ni4ad -n5iald -ni1b -nib4a -nib4e -nibryd4 -ni1d -nidd4 -ni5dde -nid4e -n3ie -ni4et -ni3eu -n4iew -ni3fed -ni3fen -ni4feryc -ni3ffr -ni3fw -n2ig -n5igam -nige5na -4nigiad -n5igiad. -n5igiada -5nigiadw -4nigion -n5igion. -5nigiont -4n5igiwr -nigl4 -4nigy -ni3gym4 -nilead4 -nill5adas -n5illio -ni3lu -ni3lys -nin2 -ni3no -nin4w -ni3or -ni3ra -nir4e -ni3ri -ni4rw -ni3rym -nis3g -ni3so -nis3ty -ni3sw -ni3sy -nith4e -niw2 -niw4a -ni4wc -niw5eddas -niw5edde -niw5eddo -niw5eddw -niwl3 -niwl5e -niwl5o -niwl5w -ni5ydd -n2^^efi -n^^ef4yc -n1l2 -nladr3 -nlin3 -nll2 -nllon4 -nl4lw -n4llyn -n2ly -nly3na -nly3ne -n1m2 -nmolad4 -n1n2 -nn4al -nn4ar -nned4 -nneth4 -n3nh -nni2 -nnif4 -nni4l -nnill4 -nni4o -nnis4 -nni4w -n5nos4b -nn4wy -nny3na -nny5ne -nn4yw -no4ada -n3ob -n2od. -n2odo -nod3r -n2oe -noe4o -no3er -3no4et -n1of1 -nof4el -n2ofy -n1og -nol5eg -nom3 -n4omi -n5ones -n1or -norch4 -nor4f -2nos3 -n^^f65es. -np4et -n1r2 -nre4o -n1s2 -n2se -n3sei -ns3en -ns3i -ns4ic -ns4ig -n3s4il -ns4iy -ns5iyc -n3siyn -nsy3na -nsy3ne -nt3ad -nt5af. -nt5aid -nt4ana -nt3aw -n2te -n3tei -nt3el -nt3em -nt3er. -ntew3 -nth2 -n4tia -nt5il. -nt4in -n3tis -nt3oc -nt3od -nt5od. -nt3oe -n4t3or -n1tr -nt1w -nt3yn -nty3ra -nty3r4e -n1u -nud2o -nun4i -nut1 -nw3af -n3wait -nw3an -n3war -nwar4ed. -nw3as -nwbl4 -nwb5le -nwd3e -n5wedd -nw3edi -n3wei -nweithi5au -nwelad4 -nwen5d -nw4ia -nw3id -nwir4 -nw3ir. -n3wis -nw3o -nwr5ei -n4wy. -nwybod4a -n4wyc -n3wyl -n2wyn -n4wyn. -n3wyt -nych3 -nyf2 -ny5fala -ny5fale -ny5falo -nyff4 -nyf4n -nyf4o -ny5fod -nyfr3 -n2yg -ny3gy -n1yl -ny3lan -ny3lu -nym4a -nym4y -n5ynnau -ny3n4od -ny3ra -nyrchafad4 -ny3ri -n1ys -n4ys. -nys4g -n3yw -2o1a -2o2b -ob3ae -ob4an -ob5ant -ob3ed -ob3el -ob5en. -oben5y -ob5er. -obl3a -obl5ed -ob3ler -obl5es -obl3o -obl3w -o3b4ly -ob3o -obr1 -ob3yd -oc1a -oc5byn -oc3e -och3a -och5an -och5en -ochl3a -ochl5es -ochl3o -ochl3w -och3n -och4ni -och3o -ochr3 -och3w -och3y -2oci -2ocr -2oct -2od3a -od4ao -odar4 -odd3a -oddf5y -odd5il -oddiw3 -odd3r -odd5ri -4oddu -odd3y -odd5yd -odd5yn -odeb3 -o5debau -o5debu -od5edi -od5eid -od3el -od3er -od3i -odl3a -odl3ec -odl5esi -odl3w -od5off -2odog -od4oga -2odr -odr3a -odr5ec -odr5em -odr3o -odr5wyd. -od4ry -odr5yc -2odw -od3wa -od5wed -od5wen -od3yc -od3yn -od4ynn -o1ec -o4edd3 -oed3i -o3edig -oedl4a -oed5lan -oed5ra -oeg3 -oel3c -o1em -oen3 -o3ent -oer3 -oes3 -oesg4o -oet5an -oetr3 -2of. -of3ad -of3ai -ofan3 -ofan5e -of3ant -ofa5ol -of5ebi -of3ed -of3el -of3en -of4enn -of3er. -o4ferl -o4fery -of4f3a -off3ed -off5id -off3w -ofiad4w -ofl3 -of3n -of4na -of4nd -of4ne -of4nf -of1o -of4odo -ofr3a -of3re -of4rec -of4red -of4rem -of4rer -of5wyf -of4yn -ofy3na -ofy3ne -og1 -og3ai -og2an3 -o4ganau -o4ganu -og3as -og4edy -og5elyn -og3er -og5erd -og3es -2ogf -og3i -2ogl -ogl3w -ogl3y -2ogn3 -3og2o4f -og5oru -og3rwy -o3gry -og3yd -ogyf4 -og4yl -og5yrn -o1h2 -oheb3 -oher4 -o1id -oig1 -o1ir -o1it -ol1 -2olau -ol4ce -ol3d -ol4da -4oleu -ol3eua -ol4eued -ol5euo -ol4euwr -olew3 -ol3i -oll1 -oll3e -oll5ed -ol4lt -oll5wy -olo2 -o3los -ol3s -ol4sb -2olu -2olwr -olw4y -ol3wyd -ol5wyno -ol4yne -ol4yni -ol4yno -ol4ynw -2oma -om4at -2omb -om2e -om5eda -om5edi -om5eg. -om3ei -om3en -om5isi -2oml -om4og4 -2omp -om5pre -on1 -on5ach. -on5adu -on3af -o4n3ai -4onair -on3an -o4n3au -on5au. -2onb -on5cyf -2ond -on5did -on2do -2one -on5edd. -on3el -onest3 -2onf -ongl3 -ong2o -ong3w -on4gyr -2oni -2onn -4onnu -on5of. -2onog -on2t -4onto -on3w -2o1o -2op -op3a -op4ao -op5aon -opl3 -opr5ai -op5ren -or1a -4orac -or3ach -or5aeth. -or5aetha -or3af -or3ai -or3an -o4r3au -or3aw4 -or3b -or2c -or3chw -or4dd -or5ddyn -ord3en -or5din -or4d5yn -or1e -or2eb -or4edd -ore5ddy -4oreg -or4egw -or4et -or3fa -orfa5na -orfa5ne -orff4e -or3fo -or3f4y -2or3g -or3i -or3l -or4mu -or4my -orn3a -or3nel -or1o -or3of -or4oh -oron5a -or3one -or5oni. -or5onid -or5onir -or5onit -or5pws -4orth. -ort4i -or4ty -or5uwc -or1w -or5wah -orw4e -or4wel -or5wgl -or1y -or3ydd -2os -os3a -os4ana -osb3as -osb5ed -osb3o -osb3w -osb3y -os5eai -osg3a -os3gl -osgo5e -os3gor -osg3wy -os5iae -os5ibi -os2o -os3odd -os3ol -os3on -os3te -os3tr4 -os4tu -os3w -os3y -2ot1 -3ot. -ot3e -ot5esa -oth3 -ots4i -ot5sia -o2u -o1wc -owg3 -owl5as -owl3e -o1wn -owt5er -o1wy -o1yc -oyw3 -oy4we -^^f4r3f -p1 -p2a -pab5yd -2p3ad -2p3af -2p3ai -2p3an -pa3od -para3t -par4c -par3w -past4 -p3au -pawe5na -2pec -4p5edig -p2ei -peir4a -p5eli. -pel3y -2pem -pengl4 -pens4 -pen3t2 -pen3w -penwy5na -2per -2pes -pet2 -pe3ta -p2h2 -pheir4a -phen3t4 -phen5w -phet2 -phe3ta -phob4l -phr4a -phryf5 -p3ia -pib1 -p3ie -p3io -p3iw -p2l -pla3na -p4lau -pl5eda -p4lyc -3plyg -po4b4l -pog4y -pol3 -p2r2 -pr3as -pryf3 -pr5ynn -p2s -ps4iw -pt2 -p2ud -p4usr -pw2 -pwd3 -pwr1 -p4wy. -pydr3 -p2yr -r4abe -r4abi -rab5lyd -rab3y -rach5wy -r4a4ci -racs4 -r4a4ct -r2ada -r4add -radd5ol -rad4ri -radwr4i -r2ae -raed4 -raeddad4 -r4aen -ra5fann -ra5f^^e1n -r4aff -rag1 -ra4ge -rag3o -ra3gra -ra4ha -ra5hau -r1ai -4raidd -ram3od -ra5mor -ra3m2w -ran4d3 -ran2e -r4anf -ran3o -r4anod. -ra5phe -r3ar3 -rar4c -2r1as -ras4ie -ras3t2 -r3atao -rat3e -2r1au -raw3e -5rawes -3rawi -rawn3 -2r1b -r2ba -r3bar -r4bec -r4bem -r4bent -rb4er -r4bes -r2bl -r4boc -r4bom -r4bont -r4bwc -r4bwd -r4bwn -rbyd3 -rc2a -rc5adw -rc5af. -r3car -rc3e -rc4er -r2ch -rch3ad -rch3an -rch3ar5 -rch5eb -r5chei -rch3et -rch3l -r3chm -rch3oc -rch3oe -rch3og -r3chu -r3chwa -r3chwi -rch5wyd -r5chwyn -rch3yc -rchyf4 -rchym4 -r1cy -2rd2 -r1da -r3dai -rdan3 -rd5au. -r2dd -rdd3ad -rdd5as -rdd5ell -rdd5in -rdd5iwy -rdd3o -rdd4od. -r5ddodi -r3dd4u -r4ddu. -rddw4 -rdd3yc -r5ddychw -rddyrch5 -r5ddyw -r1de -rd3i -rd4in -rd4ir -r1do -r5dod. -r1dr -rdro3 -rdro4ada -r3dw -r1dy -rdy4n -rd3yn. -re3a -r3ebai -r3ebas -r3ebe -r3ebi -rebl3 -r3ebo -rech3 -rec3i -4redd -r5edd. -r4edio -r4edol -r4edwr -red4yn. -re4fa -refn5y -ref3y -r4egl -r5egl. -r4egog -re5iau -r4eic -re5id. -reidd5 -r4eig -r4eil -r4eine -re5ir. -re5it. -re4iw -r3ell -r4emi -ren4d -r4eng3 -r4eni -ren3in -r4ennyd -re1o -r1er -r4er4id -rer5in -restr3 -r4esw -r4eua -r4euo -r2euy -re4wi -rew5id -re5wn. -rew5ynn -2r2f -r1fa -r4f3ad -r4faeth. -r4faf -r4fai -rf4ao -r4fas -rf4at -r4fau -r3fedw -rfel3 -rf3en -rf4eny -rf4ey -r4ff. -rff3i -rff3l -rff3o -r3ffw -rff3y -rf3id -r5fil. -r3fl -rf3lu -rfodad4 -rf5ol. -rf3on -rfor2 -rf5ord -r3fr -r3fu -rf1w -rf5wis -rfyn5yc -rf4yr -r3fys -2r1g2 -rgal4 -rgan3 -r3ge -rgel4y -rge3na -rge5ne -rgo4f -r1h2 -rhag5e -rhag3l -rhag3o -rha3n4a -rhan4e -r4haw -rh4es -rhew5y -rhif3 -rho4ec -rhon5a -rhost4ir -rhugl5 -rhyf2 -rhy3n4a -rhyn4e -ri2 -2ria -r4iaethu -riaf3 -r4iag -ri5agl -r3iai -r4i5aidd -ri5all -ri4an -r5iant -r3ias -r4iaw -ri5awd -rib3e -ribl3 -rib3w -rib3y -ri5can -r4ida -ridd3 -ridd5y -r4idi -rid4yllau -2rie -ri3ei -rif1 -rig3 -r4igo -ri3i -rin5dir -rin3e -ringl5 -r4ini -r4inl -2rio -r3ioc -ri5odad -ri5odaf -ri5odai -ri5odan -ri5odasai -ri5odasan -ri5odase -ri5odasi -ri5odasoc -ri5odasom -ri5odasw -r3iodd -ri3ode -ri3odi -ri5odoc -ri5odod -ri5odom -ri5odon -ri5odwc -ri5odwn -ri5odwy -ri5ody -r4ioe -r3iom -ri3ong -r3iont -r1ir -ris4g -risgl3 -rist3 -3r4ith -2riw -ri4wa -riw3l4 -r5iwr. -2r3iy -r1l2 -rla3na -rla3ne -r3lew -rl3ia -rl3ie -rl3io -r3ll -r4ll. -rll4e -rllen3 -rl4l4w -rl5og. -r3lon -rludd4 -r3lw -r2lym -rlyn3 -rl5yn. -r1m2 -r2ma -rm4ac -rm3i -rm4il -r2mo -rm4od -r3my -2r2n1 -r4nai. -r4nau -rn4es. -rn4esa -r5nest -rng4e -rn3i -rn5iae -rn4ii -rn5iol -r3n2^^ef1 -rn4os -rn3y -rn4yw -2roa -4road -4roau -rob3l4 -roch3 -rochl4 -ro3cr -rodd3 -r4odr -rod5rw -ro4ea -roed3 -ro4eo -ro3er -r2of -rof3l4 -rofun4ed. -rof3w -r3og. -r4ogae -ro4ge -rol3 -r1om3 -r4onau -rongl4 -rong5lwy -ron3i -r4os. -r4osf -rosg4 -ros3o -2rot -r^^f65edi -rp2 -r1pa -rpar3 -r1pe -rp5ech -rp5em. -r2pen -rp5ent -rp5er. -rp5esi -rp3i -rp3o -rp3wy -rp3y -r1r2 -r3ra -rr4og -r1s2 -rs4ai -r4sau -r2s3en -rs3i -rs4in -rs5li. -r2s3t2 -r2sy -r1t2a -r4tau -r4ted -r3teis -r4ten -r4tes -rth3a -rth4eg -r3thin -rth3la -rth3o -rth5ol -rth5ru -r5thryc -r4thw -rth5wyon. -rth5ydd -rt4iy -r1tr -rtr4a -rt5rwy -rt2u -rt3y -rub4a -r3uc -rudd3 -3rudd. -run4i -r1us -rw2a -rw3ad -rw3af -r3w4ag -r3wait -rwb5an -rwbl3 -r1wc -r5wdenn -rwedd3 -r4weddog -r4weddol -r4w3eid -r3wel -r3wer -r2wg -rw5hel -rw1i -rw3in -r3wl -r4wnc -rw4ni -rw4n3o -rwobr4 -rw3od -rw5old -r1wr -rwr5es -rwr4iaetho -rw2y -r4wyb -r5wydden. -rwydd4iad4u -r4wyde -r4wydo -rwydr3 -r4wydy -3rwym -rwyn3 -r4wys -3ry. -3rybl -ry3bo -rych5wai -r2yd -r4yd. -ry5dano -rydd4on. -rydl4 -ry3f4a -ryf2e -ry3fer -ryf4od -ryl3a -ryl2e -ryl5it -rym2r3 -ryn3a -rync4 -4rynd -ryn3e -ryn3f -ryng5a -4rynn -rynod4 -ryno5ded -ryno5der -ryn3yc -rys3b -rys5ba -rysg5w -rysg3y -ry3wa -ryw3i -s1 -sach3 -saf3a -saf3o -san3a -san3e -san3o -sarf5a -sat4a -sath4 -sathraw4 -s3au -s^^e14it -s2b2 -sbad4w -s4bai -s3bet -sb3iw -sb5iyc -s3bl -sbr5io -sd4or -se2 -sec4an -sedd3 -3sef -se5ion -sen5ol -senw3 -s4erc -serch5 -s4eri -s2et -sf4am -sfedd4 -sff4y -sf4wy -sf4yr -s2g -s5g4adr -sg3adw -s3gam -sg3an -sgar5a -s3gaw -s3geda -s3gede -s4gedig -s5gedo -s5gedw -sgel4 -sg5en. -s3ge3na -sge5ne -s4gia -s4gl. -sgl3a -sgl3o -s3gn -sg3ni -sg3od -sg4od. -sgo4g3 -sg4ol -sg3om -sg3on -sg5oty -sg5rwy -sg5ryw -s4gwc -sg3wn -s4gyc -sgy4f3 -sgy3na -sgy5nes -2si -s5ial. -s5ialu -si4am -5siand -s4iar -s3id3 -sid4a -s3ie -s4iet -s2ig -s3ig. -si4ga -s3ige -sigl3 -5sigl. -s3igr -s5igyn -sil4f -sins4 -s3io -s3ir -s3it -si4wr -s2iyn -2s2^^ef1 -2sl2 -sl4au -slo3na -slo3n4e -s3ly -slyw4 -sm2 -sm4ar -sm4er -smwyt5haso -s4nau -sn2e -sneg2 -s2n3i -sn4ob -s3oc -sodd3 -sod4l3 -s3oe -sof4l -2s3og3 -s3om3 -son3 -s4on. -s4onau -son4deba -son4der -s3one -s4ong -sra3na -sra5ne -s2t -st3ac -s4tade -s4taf -st4am -st2an -st3as -s4tau -st5awc -s4tec -s4ted -s4tei -s4t3em -s4ten -s4tes -st3f -s5tiro -stl3o -st5lyt -st2o -s3tod. -sto3ra -sto3r4e -st4ra -s3tra. -str3ec -str3es -str3oc -str3ol -s4tr3w -str3yc -st2u -st3ur -st5us. -s5twyi -styr3 -s2u -sur3 -s3us -sw2a -s3wc -swcr3 -s3we -s4wed -sw5edd -swen3 -2swi -swmp3 -s3wyf -swyn3 -swy4r -s2y -s3yc -s5ych. -s3yd -syf4l3 -2syg -syll3a -syllt3 -sym4l3 -symudad4 -2s3yn. -syn4fe -s3yr -syr2a -syr2e -s3ys -3syt -s4ywa -1tac -tach3 -3tad4l3 -tad3r -t1af -ta4fa -taf4l -tag3 -t1ai -t3aid -t5aliae -tal2m3 -t1an -4tanc -tan3e -tang5n -tan3o -tan3w -t3ao -3tar4d -tar4f -t1as -tat1 -t1au -tawl3 -t1b -t3ch -t1ec -t1ed -tedd3 -4teg. -4tegio -t3eidi -teimlad4w -tel4y -t3em. -t4emi -t1en -ten4d -te4ne -terf4 -terfyn5 -t1es -t4esa -tes4io -tet4a -3tew -4tew. -4tewc -tew5id -t1f -tff2 -tff4e -tfod4 -tfydd4 -t1g2 -tg4af -tg4an -tg4en -tg4er -tgl4a -tgn2 -t2gor -t5gor. -t5goria -t5gorn -tg4wc -tg4wy -tgy3w -t2h -thalad4 -thal4m3 -thang5n -th4ar -thar4f -th4at -that5y -th1e -th4ef -th5ell -therfyn5 -thet4 -thl3a -thl5ent -th5let -th3n -th5nod -th1o -th5old -thollt4 -thon4e -thorad4 -thr3ac -th3red -thr5ent -thrid4 -thro3f -th5rwf -thryd4 -thry5da -th3ug -th3um -th3un -th3us -th1w -th3wa -th4wl -th3wyd -th3wyf -thwysg4 -th3ych -thydd5 -th5yma -thyrf4au -thyr3w -thy4w -2t1i -t3ia -tid3 -t3ie -t3in -ting3 -t4ino -tion4 -t4iono -t^^ef5ol. -tl3a -tl4ae -tl1e -tl4en. -tl3on -tl3wy -t3lyd -t1n2 -t3och -t4od. -t3odd -to4ec -to3edi -to4em -to3esi -tof3 -t3og3 -3tois -t2ol -tollt4 -tol3y -t1om -t3om. -t1on -ton4e -t3ont -3tor -tor2a -tor4c -t3os -to4wc -to4wn -tra3c -tra3dd -tr3adw -tr3af. -tra3g -tra3na -tra5ne -tr3ant -3traw -tr3ed -3tr4ef -tref5a -tref3l -4treg -tr3em. -tr3ent -3trew -tr3id4 -tr5ig. -tro4ada -tr3odd -tro5fa -tr3ola -tr3olo -tr3olw -tron4o -tr3ont -2trw -tr4wm -tr3wn -tr5wyd. -t5r4wydd -tr3wyf -try3da -tryd4y -try3f -try3l -tr5yn. -3tryw -ts2 -ts5ach -t1se -ts3i -3tud -tudr4 -1tum -t1un3 -1tur -t4urm -tw2 -t3wai -t1wc -t1wn -t1wr1 -twr4n -3twya -t3wyd -3twye -t3wyf -tw4ym -3twyo -twysg4 -3twyw -t1yc -t1yd -tydd5y -ty5gar -ty3li -tymp4 -4t3yn. -tyng5ad -1tyr -tyr2a -tyr4es -ty3wr -2u1a -ual3 -u2and -u4ane -u3ar -u3aw -ub1 -2uc -uch1 -uch3e -uch5ed -ud3ad -u5dale -udd1 -udd3a -udd4eg -udd3el -udd3f -udd3i -ud5eir -ud3er -ud3i -ud1l -udr3 -ud5rwydd -ud2w -ud3wn -ud3wr -ud3yn -u1e -uedd3 -u4estai. -u4estau -u4estwr -u4esty -uf5au. -uff4y -uf3y -ug3ad -ug3af -ug3en -ug3i -ugl3a -ugl3e -ug3lw -ugn3 -ug1o -ug1u -ug1w -ug3y -u1h2 -u1i -ul3ad -ul3af -u5lan. -u5lann -ul3ant -u5lath -ul3d -u2l1e -ul1f -ul5igr -ull1 -u1lo -ul3oc -ul3od -ulon3 -ulon5e -ul1u -ul1w -ul3yc -u3lyd -un1 -un4edy -un5ell -un5es. -un3i -unig3 -un5od. -un2ol -un5ol. -2u1o -uog3 -u3os3 -up2 -ur1 -urb4w -ur5ddu -ur3e -ur5fau -ur4fl -ur2gy -4urn. -urof4 -ur2s3 -ur4ty -ur4ud -u5rwydd -ur3y -ur4yw -1us. -us4edda -us5end -usg1 -4usi. -us3o -3usr -us3ter -us3tod -us3tr -ut3a -ut1e -uth4r3 -uth3u -uth4un -ut3o -utr3 -2u1w -u2wc -uwch3 -u1y -2wa -wac5ew -wadd3 -wad2n3 -w5adwy. -waen4i -waer2 -wag1 -w1ai -w3ai. -w3aid -w2air -w3ais -w4ait -wallt5 -w4an. -wan3a -wan3e -wan3o -war5ddr -war3e -war4edd -war5ia -warth4 -wart5hai -wart5has -wart5hi -wart5hw -war3w -3w4as. -w3ase -was4g -w3asi -w3aso -w4as4t -w3asw -wat5er -w1au -2wb -wbl5es -w2c -2wca -wc4ed -wch1 -4wchu -2wci -wc5wll -wc4yn -2wd -wdd3eg -w5ddew -wd2e -wd3ed -wde3n4a -wde5n4e -wd3i -wd4ih -wd3ly -w3dod. -wdr1 -wd4ra -wdry4 -wd2u -w1eb3 -2w1ec -2w3ed. -w4eda -4weddf -4weddi -4wedi -w3edig -we4gi -wegr4 -wein3 -well5ti -wel3o -welw5l -2w1em -wen3au -wen4d -2w3ent -wenwyn5 -wen3y -2w3er. -wer4i -wer5id -w4ers -wer4yd -2wes -4w3esi -w4esir -w4esit -5west. -west4ai -w1et -w4eth -2weu -weu2g -weun3 -2wf2 -w1fa -w1fe -wff3a -w1fi -wf4id -w1fo -wfor2 -w1fw -wf4wy -w3fy -wg1 -2wg. -w5gig. -2wgl -wg3n -2w1h2 -w3he -w3hw -2wi -wi4an -wib5an -wibl5a -wib5ol -widl3 -wi4fr -3wig1 -wigl5e -wil3 -win5gada -win5gade -win5gadi -win5gado -w4ione -wir3 -wisg3 -w1it -3wiw. -wiw4e -2wl -3wlad. -wlan3 -wl4co -wl3in -w4lip -wll5yn -wl5ws. -wl4yc -2wm -wm3a -wman3 -wm4br -wm2i -wm5iai -wm5ian -wm4wl -wn1 -wn5adwy. -wn2ae -2wnd -wn3de -wn3di -wndr3 -wn4ei -wn4^^eal -2wn3g -wngl4 -wn3in -wn3l -wn2o -w4n3oc -wn3odd -wn3og -wn3ol -w4n3om -w4n3on -2wnw -2w1o -w2od -w3od. -w3odd -w2ol -w3ol. -w3olae -w2or -2wp -wp3e -wpl1 -wp5wrd -wr5aet -wrb5yn -wrc2 -wr3ca -wr4ce -wr4ch3 -wr4ci -wr5cwd -2wrd -wr5dei -wr3ed -wreig3 -wr5esi -wr3f -wr5fau -wr4fi -4wri. -wrid3 -wr3id. -wr3ie -wr3l -wr4ll -wr3n2a -wrn4es -wr3no -wr1o -wr2t -wrth3 -wr1w -wr4ws -w5rwydd -wry4w -ws5bre -ws3e -ws3g -ws4gl -ws4ig -ws4og -ws4ta -wst5an -ws5ter. -wstr3 -ws4us -ws3wa -2wt -wt3a -wtan3 -wt3em -wt5ery -wth1 -4wth. -wth3w -wt3od -wt3wy -wt3y -2w1w -2wya -wy5alc -4wybr -wybr5y -wy3bu -w1yc -wych3 -wyd3a -2wydd -wydd4ly -wydd4yd -wydr3o -2wydy -2wye -wy3fr -wy3h -2wyi -2wyl -wyl4deb -wyll3a -wyn5ad. -4wynd -wyn3eg -wyn3f -wyn3g4 -wy4ni -wyn3o -wyn3y -2wyo -wyr3ad -wy3ran -5wyrdd. -wyrl3i -2wys -2wyt -2wyw -wy3wr -wy3wy -2wyy -2y1a -y3ar3 -y4ar. -y4arn -2yb -yb4ac -yb5edd -yber4 -ybl1 -yb3ly -ybr1 -ybr3i -yb3w -ych1 -ychan5 -ych4anwr -ych5ei -ych3r -4ychwe -ych3wy -ychwy5na -ychwy5ne -ycl3 -2yd. -2yda -yd3ad -yd4al -yd2an3 -y3dana -y3dane -yd3ant -y5danw -y3dar -yd3as -yd3au -ydd3 -ydd5an -yd4de -yd4df4 -yd4di4 -ydd4in. -ydd4of -ydd5yn. -yddy5ne -ydd4ysg -2yde -y3deb -yd3ed -yd4eddau -yd3ei -yd3er -yd4eu -yd5ffu -ydfwr3 -ydfyn3 -yd3i -yd1l -yd4ma -yd2ne -ydne5b -2yd3o -yd4od. -ydol3 -yd4os -4ydrau -ydr3ec -ydr3em -ydr5esid -yd3rew -yd4ri -4ydria -ydr3oc -4ydrol -ydr5wyd. -yd5rwydd -4ydry -ydr3yc -2ydw -yd3wa -yd5wed -ydweithi5ol -ydwel5e -yd3wr -yd1y -ydy4l -y1e -y3el -y4era -y4ern -2yf1 -y4f3ag -yf3ai -yfan3t -yf3are -yf3arh -yfar5wa -yf3eda -yf3ede -yf3edi -yf3edo -yf3edw -yf3ei -yfel3 -yf5erf -yfer3n -yf5esi -yf5ewi -yff1 -yf4fa -yf5fait -yf5fei -y4ff3i -yff5in -y4ffl -yffr3a -yffro5ed -yffro5em -yffro5en -yffro5wc -yffr3w -yff3ry -yf3i -yfl4ed -yflo3e -yf3ne -yf3no -yf3ny -yf3o -yf5od. -yfogl4 -yf5rait -yfra5ne -yf5ryw -yf3u -yf5wng -yf3yg -yf5yn. -yfy3na -yfy5ne -yfyng5 -yf4yt -yg1 -yg3a -yg5adu -yg4ar -ygeg4 -yg4eid -yg3i -yg4il -3ygin -ygl3a -ygl3o -ygl3w -ygl3y -ygn3 -yg3o -yg4oe -yg4of -ygr1 -ygrad4 -yg5wyd -y4gyc -4ygyd -y1h2 -y2he -yhe3i -yhe3w -y1i -y3ie -yl3ad. -yl5adwy. -yl3af -ylan3 -yl3ant -y5law. -2ylc -ylch3w -yl4dera -yl1e -yl1f -y3lin -y4lit -yll5ad. -yll3e -4yllf -yll5ida -yll3o -yll3w -yll3y -yl5nos -yl3oc -yl3od -yl3on -yl5ore -y4lu. -4ylwe -yl3wy -yl1y -ym5ait -ym4al -ym5an. -yman5t -ymar5w -ymbl2 -ym5edr -ym4eri -ym5es3u -3ymg -ym3heu -ym2le -ym2li -ymlo5ne -ym4oli -ym3on -ymp3a -ym4pi -ymp5od -ym3pr -ymra5ne -ymr5ig -ymro5e -ym4ru -ym3se -ym4um -5ymwyb -ym3y -ymyn5y -ym5yra -ym5yre -ym5yri -ym5yro -ym5yrw -yn4ada -yn3ae -yn3af -yn3ai -yn3an3 -ynas3 -2yn3au -yn4aw -yn5byn -ync5ed -yn3dir -yn4eb -yn3ec -yn3ed. -yn3edd -yn2eg -yn3ei -yn3em -yn3en -yn3er -y3nesa -y4nesau -2ynf -ynfyd3 -2yng1 -yn4ge -yng5er -yn3gl -yniaw4 -yni4d -yn3i4f -y3nig -yn5igy -yn3il3 -yn3n -yn1o -yn5o5ad -yn5odd -yn4odi -yn4ody -yn3oe -yn3os4 -2ynr -ynt1 -ynt4a -yn4te -yn4ti -yn4to -yn4tu -yn4ud -yn1w -yn3wa -yn2w4e -yn3wy -yn4wyr -yn1y -yn2yc -ynydd5 -y1o -ypl3a -ypl3e -ypl3o -ypl3w -yp3ly -yr3ae -yr3af -yra3na -yra3ne -yr3ant -y4r3au -yr4ch -yrch3e -yrch3o -yrch3w -yrch3y -yr4dd3 -yr5ddyd -yr1e -yr2ei -yr5el. -yren5d -yrf3e -yr3ff4 -yr4fu -yrf5yd -y4ria -yr3id -yr2l -yr3ly -yrn3 -yr1o -yr5ol. -yr2s -yr1w -yr5way -yr1y -2ysa -ys3aw -2ysb -ysb5^^efw -ys4bl -ysb3yd -2yse -ys5etl -2ysf -4ysgar. -ys5garai -ys5garasa -ys5garia -ys5garwy -ysge4 -ysgl4e -ysg5lw -ys4gn -3ysgr -ys4gy -2ysi -ys5ni. -2yso -ys3od -4ysol -ys5ol. -ys3ta -4yste -yst5eb -ys5ted -ys3ter -ys4try -yst4w -ys3u -2ysw -ys4we -ys4wi -2ys3y -ys4yg -yt3ad -yt1e -yth3a -yth3e -ythi3e -yth3l -yth3o -yth4re -ythr5ec -ythr5ed -ythr5es -yth5reu -ythr3o -yth5rwb -ythr5yc -yth5ur -yth3w -yth3yn -yt5iro -yt3o -ytr2 -yt3ras -yt3s -ytw5ad -yt3wy -yt5ysa -2yw -yw4ae -y3wait -y1wc -y3wedd -y5weddia -yw5eg. -y4wel -yw5en. -yw3es -yw1g2 -y4wia -yw3id -y4wio -y4wir. -y1wn -yw3ol -y2wr1 -ywr4a -ywr5ain -y4wyc -y3wyf -ywy3na -ywy5ne -y1y -} -\endinput \ No newline at end of file diff -Nru texlive-lang-2007.dfsg.4/texmf/tex/generic/hyphen/czhyphen.ex texlive-lang-2009/texmf/tex/generic/hyphen/czhyphen.ex --- texlive-lang-2007.dfsg.4/texmf/tex/generic/hyphen/czhyphen.ex 2006-01-02 23:53:43.000000000 +0000 +++ texlive-lang-2009/texmf/tex/generic/hyphen/czhyphen.ex 1970-01-01 01:00:00.000000000 +0100 @@ -1,9 +0,0 @@ -% List of exceptions created by Karel Horak -% (Mathamatical Institute of Czechoslovak Acadamy of Science) -% Prague, April 1, 1991 -% -\hyphenation{ -koe-fi-ci-ent koe-fi-ci-en-ty -pro-jek-\v{c}n\'i -\'uhlo-p\v{r}\'i\v{c}-ka \'uhlo-p\v{r}\'i\v{c}-ky -} diff -Nru texlive-lang-2007.dfsg.4/texmf/tex/generic/hyphen/czhyph.tex texlive-lang-2009/texmf/tex/generic/hyphen/czhyph.tex --- texlive-lang-2007.dfsg.4/texmf/tex/generic/hyphen/czhyph.tex 2006-01-02 23:53:43.000000000 +0000 +++ texlive-lang-2009/texmf/tex/generic/hyphen/czhyph.tex 1970-01-01 01:00:00.000000000 +0100 @@ -1,32 +0,0 @@ -%% czhyph.tex, Petr Olsak, Oct 2002 -% the main goal of this file is to \input czhyphen.tex (from CSTeX). -% Suppose that the czhyph.tex file is used only by babelised formats -% (babelised plain and babelised LaTeX). -% WARNING: Don't use the czhyph.tex file from csplain or cslatex -% (these formats use the czhyphen.tex file from CSTeX directly). - -\ifx\addlanguage\undefined - \errmessage{This file can be used only in babelised formats!} -\fi - -% We can do some local settings (from file t1code.tex) because we are -% in \begingroup ... \endgroup generated by Babel - -% The following trick makes possibility to \input t1codes without errors: - -\let\czech=\hsize \let\slovak=\hsize -\let\toneczech=\hsize \let\toneslovak=\hsize - -% The following trick removes the message "Loading CZ hyphen..." -% from \everyjob: - -\let\global=\relax - -% Now, the main work: - -\input t1code.tex \csaccents \input czhyphen.tex \relax - -%%% Local Variables: -%%% mode: plain-tex -%%% TeX-master: t -%%% End: diff -Nru texlive-lang-2007.dfsg.4/texmf/tex/generic/hyphen/dkcommon.tex texlive-lang-2009/texmf/tex/generic/hyphen/dkcommon.tex --- texlive-lang-2007.dfsg.4/texmf/tex/generic/hyphen/dkcommon.tex 2006-01-02 23:53:43.000000000 +0000 +++ texlive-lang-2009/texmf/tex/generic/hyphen/dkcommon.tex 1970-01-01 01:00:00.000000000 +0100 @@ -1,1037 +0,0 @@ -%% dkcommon.tex -%% Copyright 1994 Frank Jensen (Frank.Jensen@hugin.com) -% -% This work may be distributed and/or modified under the -% conditions of the LaTeX Project Public License, either version 1.3 -% of this license or (at your option) any later version. -% The latest version of this license is in -% http://www.latex-project.org/lppl.txt -% and version 1.3 or later is part of all distributions of LaTeX -% version 2003/12/01 or later. -% -% This work consists of the files dkcommon.tex, dkhyphen.tex and -% dkspecial.tex. -\patterns{ % just type if you're not using INITEX -.ae3 -.an3k -.an1s -.be5la -.be1t -.bi4tr -.der3i -.diagno5 -.her3 -.hoved3 -.ne4t5 -.om1 -.ove4 -.po1 -.til3 -.yd5r -ab5le -3abst -a3c -ade5la -5adg -a1e -5afg -5a4f1l -af3r -af4ri -5afs -a4gef -a4gi -ag5in -ag5si -3agti -a4gy -a3h -ais5t -a3j -a5ka -a3ke -a5kr -aku5 -a3la -a1le -a1li -al3k -4alkv -a1lo -al5si -a3lu -a1ly -am4pa -3analy -an4k5r -a3nu -3anv -a5o -a5pe -a3pi -a5po -a1ra -ar5af -1arb -a1re -5arg -a1ri -a3ro -a3sa -a3sc -a1si -a3sk -a3so -3a3sp -a3ste -a3sti -a1ta1 -a1te -a1ti -a4t5in -a1to -ato5v -a5tr -a1tu -a5va -a1ve -a5z -1ba -ba4ti -4bd -1be -be1k -be3ro -be5ru -be1s4 -be1tr -1bi -bi5sk -b1j -4b1n -1bo -bo4gr -bo3ra -bo5re -1br4 -4bs -bs5k -b3so -b1st -b5t -3bu -bu4s5tr -b5w -1by -by5s -4c1c -1ce -ce5ro -3ch -4ch. -ci4o -ck3 -5cy -3da -4d3af -d5anta -da4s -d1b -d1d4 -1de -de5d -4de4lem -der5eri -de4rig -de5sk -d1f -d1g -d3h -1di -di1e -di5l -d3j -d1k -d1l -d1m -4d1n -3do -4dop -d5ov -d1p -4drett -5d4reve -3drif -3driv -d5ros -d5ru -ds5an -ds5in -d1ski -d4sm -d4su -dsu5l -ds5vi -d3ta -d1te -dt5o -d5tr -dt5u -1du -dub5 -d1v -3dy -e5ad -e3af -e5ag -e3ak -e1al -ea4la -e3an -e5ap -e3at -e3bl -ebs3 -e1ci -ed5ar -edde4 -eddel5 -e4do -ed5ra -ed3re -ed3rin -ed4str -e3e -3eff -e3fr -3eft -e3gu -e1h -e3in -ei5s -e3je -e4j5el -e1ka -e3ke -e3kl -4e1ko -e5kr -ek5sa -3eksem -3eksp -e3ku -e1kv -e5ky -e3lad -el3ak -el3ar -e1las -e3le -e4lek -3elem -e1li -5elim -e3lo -el5sa -e5lu -e3ly -e4mad -em4p5le -em1s -en5ak -e4nan -4enn -e4no -en3so -e5nu -e5ol -e3op -e1or -e3ov -epi3 -e1pr -e3ra -er3af -e4rag -e4rak -e1re -e4ref -er5ege -5erhv -e1ri -e4rib -er1k -ero5d -er5ov -er3s -er5tr -e3rum -er5un -e5ry -e1ta -e1te -etek4s -e1ti -e3tj -e1to -e3tr -e3tu -e1ty -e3um -e3un -3eur -e1va -e3ve -e4v3erf -e1vi -e5x -1fa -fa4ce -fags3 -f1b -f1d -1fe -fej4 -fejl1 -f1f -f1g -f1h -1fi -f1k -3fl -1fo -for1en -fo4ri -f1p -f1s4 -4ft -f3ta -f1te -f1ti -f5to -f5tvi -1fu -f1v -3fy -1ga -g3art -g1b -g1d -1ge -4g5enden -ger3in -ge3s -g3f -g1g -g1h -1gi -gi4b -gi3st -5gj -g3k -g1l -g1m -3go -4g5om -g5ov -g3p -1gr -gs1a -gsde4len -g4se -gsha4 -g5sla -gs3or -gs1p -g5s4tide -g4str -gs1v -g3ta -g1te -g1ti -g5to -g3tr -gt4s -g3ud -gun5 -g3v -1gy -g5yd -4ha. -heds3 -he5s -4het -hi4e -hi4n5 -hi3s -ho5ko -ho5ve -4h3t -hun4 -hund3 -hvo4 -i1a -i3b -i4ble -i1c -i3dr -ids5k -i1el -i1en -i3er -i3et. -if3r -i3gu -i3h -i5i -i5j -i1ka -i1ke -ik1l -i5ko -ik3re -ik5ri -iks5t -ik4tu -i3ku -ik3v -i3lag -il3eg -il5ej -il5el -i3li -i4l5id -il3k -i1lo -il5u -i3mu -ind3t -5inf -ings1 -in3s -in4sv -inter1 -i3nu -i3od -i3og -i5ok -i3ol -ion4 -ions1 -i5o5r -i3ot -i5pi -i3pli -i5pr -i3re -i3ri -ir5t -i3sc -i3si -i4sm -is3p -i1ster -i3sti -i5sua -i1ta -i1te -i1ti -i3to -i3tr -it5re. -i1tu -i3ty -i1u -i1va -i1ve -i1vi -j3ag -jde4rer -jds1 -jek4to -4j5en. -j5k -j3le -j3li -jlmeld5 -jlmel4di -j3r -jre5 -ju3s -5kap -k5au -5kav -k5b -kel5s -ke3sk -ke5st -ke4t5a -k3h -ki3e -ki3st -k1k -k5lak -k1le -3klu -k4ny -5kod -1kon -ko3ra -3kort -ko3v -1kra -5kry -ks3an -k1si -ks3k -ks1p -k3ste -k5stu -ks5v -k1t -k4tar -k4terh -kti4e -kt5re -kt5s -3kur -1kus -3kut -k4vo -k4vu -5lab -lad3r -5lagd -la4g3r -5lam -1lat -l1b -ldiagnos5 -l3dr -ld3st -1le. -5led -4lele -le4mo -3len -1ler -1les -4leu -l1f -lfin4 -lfind5 -l1go1 -l3h -li4ga -4l5ins -4l3int -li5o -l3j -l1ke -l1ko -l3ky -l1l -l5mu -lo4du -l3op -4l5or -3lov -4l3p -l4ps -l3r -4ls -lses1 -ls5in -l5sj -l1ta -l4taf -l1te -l4t5erf -l3ti -lt3o -l3tr -l3tu -lu5l -l3ve -l3vi -1ma -m1b -m3d -1me -4m5ej -m3f -m1g -m3h -1mi -mi3k -m5ing -mi4o -mi5sty -m3k -m1l -m1m -mmen5 -m1n -3mo -mo4da -4mop -4m5ov -m1pe -m3pi -m3pl -m1po -m3pr -m1r -mse5s -ms5in -m5sk -ms3p -m3ste -ms5v -m3ta -m3te -m3ti -m3tr -m1ud -1mul -mu1li -3my -3na -4nak -1nal -n1b -n1c -4nd -n3dr -nd5si -nd5sk -nd5sp -1ne -ne5a -ne4da -nemen4 -nement5e -neo4 -n3erk -n5erl -ne5sl -ne5st -n1f -n4go -4n1h -1ni -4nim -ni5o -ni3st -n1ke -n1ko -n3kr -n3ku -n5kv -4n1l -n1m -n1n -1no -n3ord -n5p -n3r -4ns -n3si -n1sku -ns3po -n1sta -n5sti -n1ta -nta4le -n1te -n1ti -ntiali4 -n3to -n1tr -nt4s5t -nt4su -n3tu -n3ty -4n1v -3ny -n3z -o3a -o4as -ob3li -o1c -o4din -od5ri -od5s -od5un -o1e -of5r -o4gek -o4gel -o4g5o -og5re -og5sk -o5h -o5in -oi6s5e -o1j -o3ka -o1ke -o3ku -o3la -o3le -o1li -o1lo -o3lu -o5ly -1omr -on3k -ook5 -o3or -o5ov -o3pi -op3l -op3r -op3s -3opta -4or. -or1an -3ordn -ord5s -o3re. -o3reg -o3rek -o3rer -o3re3s -o3ret -o3ri -3orient -or5im -o4r5in -or3k -or5o -or3sl -or3st -o3si -o3so -o3t -o1te -o5un -ov4s -3pa -pa5gh -p5anl -p3d -4pec -3pen -1per -pe1ra -pe5s -pe3u -p3f -4p5h -1pla -p4lan -4ple. -4pler -4ples -p3m -p3n -5pok -4po3re -3pot -4p5p4 -p4ro -1proc -p3sk -p5so -ps4p -p3st -p1t -1pu -pu5b -p5ule -p5v -5py3 -qu4 -4raf -ra5is -4rarb -r1b -r4d5ar -r3dr -rd4s3 -4reks -1rel -re5la -r5enss -5rese -re5spo -4ress -re3st -re5s4u -5rett -r1f -r1gu -r1h -ri1e -ri5la -4rimo -r4ing -ringse4 -ringso4r -4rinp -4rint -r3ka -r1ke -r1ki -rk3so -r3ku -r1l -rmo4 -r5mu -r1n -ro1b -ro3p -r3or -r3p -r1r -rre5s -rro4n5 -r1sa -r1si -r5skr -r4sk5v -rs4n -r3sp -r5stu -r5su -r3sv -r5tal -r1te -r4teli -r1ti -r3to -r4t5or -rt5rat -rt3re -r5tri -r5tro -rt3s -r5ty -r3ud -run4da -5rut -r3va -r1ve -r3vi -ry4s -s3af -1sam -sa4ma -s3ap -s1ar -1sat -4s1b -s1d -sdy4 -1se -s4ed -5s4er -se4se -s1f -4s1g4 -4s3h -si4bl -1sig -s5int -5sis -5sit -5siu -s5ju -4sk. -1skab -1ske -s3kl -sk5s4 -5sky -s1le -s1li -slo3 -5slu -s5ly -s1m -s4my -4snin -s4nit -so5k -5sol -5som. -3somm -s5oms -5somt -3son -4s1op -sp4 -3spec -4sper -3s4pi -s1pl -3sprog. -s5r4 -s1s4 -4st. -5s4tam -1stan -st5as -3stat -1stav -1ste. -1sted -3stel -5stemo -1sten -5step -3ster. -3stes -5stet -5stj -3sto -st5om -1str -s1ud -3sul -s3un -3sur -s3ve -3s4y -1sy1s -5ta. -1tag -tands3 -4tanv -4tb -tede4l -teds5 -3teg -5tekn -teo1 -5term -te5ro -4t1f -6t3g -t1h -tialis5t -3tid -ti4en -ti3st -4t3k -4t1l -tli4s5 -t1m -t1n -to5ra -to1re -to1ri -tor4m -4t3p -t4ra -4tres -tro5v -1try -4ts -t3si -ts4pa -ts5pr -t3st -ts5ul -4t1t -t5uds -5tur -t5ve -1typ -u1a -5udl -ud5r -ud3s -3udv -u1e -ue4t5 -uge4ri -ugs3 -u5gu -u3i -u5kl -uk4ta -uk4tr -u1la -u1le -u5ly -u5pe -up5l -u5q -u3ra -u3re -u4r3eg -u1rer -u3ro -us5a -u3si -u5ska -u5so -us5v -u1te -u1ti -u1to -ut5r -ut5s4 -5u5v -va5d -3varm -1ved -ve4l5e -ve4reg -ve3s -5vet -v5h -vi4l3in -1vis -v5j -v5k -vl4 -v3le -v5li -vls1 -1vo -4v5om -v5p -v5re -v3st -v5su -v5t -3vu -y3a -y5dr -y3e -y3ke -y5ki -yk3li -y3ko -yk4s5 -y3kv -y5li -y5lo -y5mu -yns5 -y5o -y1pe -y3pi -y3re -yr3ek -y3ri -y3si -y3ti -y5t3r -y5ve -zi5o -} -\endinput diff -Nru texlive-lang-2007.dfsg.4/texmf/tex/generic/hyphen/dkhyph.tex texlive-lang-2009/texmf/tex/generic/hyphen/dkhyph.tex --- texlive-lang-2007.dfsg.4/texmf/tex/generic/hyphen/dkhyph.tex 2006-01-02 23:53:43.000000000 +0000 +++ texlive-lang-2009/texmf/tex/generic/hyphen/dkhyph.tex 1970-01-01 01:00:00.000000000 +0100 @@ -1,45 +0,0 @@ -%% dkhyphen.tex -%% Copyright 1994 Frank Jensen (Frank.Jensen@hugin.com) -% -% This work may be distributed and/or modified under the -% conditions of the LaTeX Project Public License, either version 1.3 -% of this license or (at your option) any later version. -% The latest version of this license is in -% http://www.latex-project.org/lppl.txt -% and version 1.3 or later is part of all distributions of LaTeX -% version 2003/12/01 or later. -% -% This work consists of the files dkcommon.tex, dkhyphen.tex and -% dkspecial.tex. -% -% This file contains the hyphenation patterns for danish. -% -% The danish letters have been encoded as follows: -% \ae -> X -% \o -> Y -% \aa -> Z -% -% -% First, we input the patterns containing only `normal' letters (a-z). -\input dkcommon - -% Next, we input patterns for the extra danish letters. We input them -% twice: once for OT1 encoding and once for T1 encoding. - -% OT1 encoding: we have to specify a value for the \aa letter; it can -% be any value (it will not be used, since OT1 doesn't contain the letter). -\begingroup -\lccode`X="1A -\lccode`Y="1C -\lccode`Z="97 % (almost) arbitrary -\input dkspecial -\endgroup - -% T1 encoding: -\begingroup -\lccode`X=230 -\lccode`Y=248 -\lccode`Z=229 -\input dkspecial -\endgroup -\endinput diff -Nru texlive-lang-2007.dfsg.4/texmf/tex/generic/hyphen/dkspecial.tex texlive-lang-2009/texmf/tex/generic/hyphen/dkspecial.tex --- texlive-lang-2007.dfsg.4/texmf/tex/generic/hyphen/dkspecial.tex 2006-01-02 23:53:43.000000000 +0000 +++ texlive-lang-2009/texmf/tex/generic/hyphen/dkspecial.tex 1970-01-01 01:00:00.000000000 +0100 @@ -1,139 +0,0 @@ -%% dkspecial.tex -%% Copyright 1994 Frank Jensen (Frank.Jensen@hugin.com) -% -% This work may be distributed and/or modified under the -% conditions of the LaTeX Project Public License, either version 1.3 -% of this license or (at your option) any later version. -% The latest version of this license is in -% http://www.latex-project.org/lppl.txt -% and version 1.3 or later is part of all distributions of LaTeX -% version 2003/12/01 or later. -% -% This work consists of the files dkcommon.tex, dkhyphen.tex and -% dkspecial.tex. -\patterns{ % just type if you're not using INITEX -.sZ3 -.Xr5i -.Yv3r -a3tY -a5vX -brYd3 -5bX -5drYv -dstZ4 -3dX -3dY -e3lX -e3lY -e3rY -er5Yn -e5tX -e5tY -e1vX -e3X -e5Z -3fX -3fY -fY4r5en -giY4 -g4sY -g5sZ -3gX -3gY1 -3gZ -i5tX -i3Y -3kY -3kZ -lingeniY4 -l3vX -5lYs -m5tZ -1mX -3mY -3mZ -n3kX -n5tX -3nX -4n5Xb -5nY -o5lX -or3Y -o5Z -5prX -5pXd -pZ3 -r5kX -r5tX -r5tY -r3vX -r5Xl -4rYn -5rYr -3rZd -r5Zr -s4kZ -3slZ -s4nX -5stY -1stZ -1sX -4s5Xn -1sY -s5Yk -sZ4r5 -ti4Y -3trXk. -t4sY -t5sZ -t3vX -u3lX -3vXrd -1vXrk -5vZ -y5vX -Xb3l -X3c -X3e -Xg5a -X4gek -X4g5r -Xgs5 -X5i -X5kv -Xlle4 -Xn1dr -X5o -X1re -Xr4g5r -X3ri -Xr4ma -Xr4mo -Xr5s -X5si -X3so -X3ste -X3ve -Yde5 -Y3e -Y1je -Y3ke -Y3le -Yms5 -Yn3st -Yn4t3 -Y1re -Y3ri -Yrne3 -Yr5o -Y1ve -Z1d -Z1e -Z5h -Z3l -Z3re -Zrs5t -Z5sk -Z3t -} -\endinput diff -Nru texlive-lang-2007.dfsg.4/texmf/tex/generic/hyphen/eohyph.tex texlive-lang-2009/texmf/tex/generic/hyphen/eohyph.tex --- texlive-lang-2007.dfsg.4/texmf/tex/generic/hyphen/eohyph.tex 2006-09-26 01:13:51.000000000 +0100 +++ texlive-lang-2009/texmf/tex/generic/hyphen/eohyph.tex 1970-01-01 01:00:00.000000000 +0100 @@ -1,544 +0,0 @@ -\message{Esperanto Hyphenation Patterns `eohyph', 1999-08-10} - -% Copyright (C) 1999 Sergei B. Pokrovsky -% -% This program can be redistributed and/or modified under the terms -% of the LaTeX Project Public License Distributed from CTAN -% archives in directory macros/latex/base/lppl.txt; either -% version 1 of the License, or any later version. -% -% More documentation can be found near the end of this file. - -\begingroup -% First we define some commands to be used inside the patterns. -% To keep them local, we enclose the rest of the file in a group -% (The \patterns command globally changes the hyphenation trie!). - \def\E{\errmessage{Esperanto hyphenation pattern file is corrupted}} - \catcode`\!=7 % use !!xy instead of ^^xy (because of TeX-2) - \catcode`\^=13 % for Esperanto's diacritics - - \def^#1{\ifx#1c!!e6\else \ifx#1g!!f8% - \else \ifx#1h!!b6\else \ifx#1j!!bc% - \else \ifx#1s!!fe\else \ifx#1u!!fd% - \else \E \fi\fi\fi\fi\fi\fi - } -% Assign appropriate \catcode and \lccode values for all -% accented characters used in the patterns: - \catcode230 = 11 \lccode230 = 230 % ^c - \catcode248 = 11 \lccode248 = 248 % ^g - \catcode182 = 11 \lccode182 = 182 % ^h - \catcode188 = 11 \lccode188 = 188 % ^j - \catcode254 = 11 \lccode254 = 254 % ^s - \catcode253 = 11 \lccode253 = 253 % ^u -% Makrooj por la fina^joj: - \def\adj#1{#1a. #1aj. #1ajn. #1an. #1e.} - \edef\nom#1{\adj{#1} #1o. #1oj. #1ojn. #1on.} - \def\ver#1{#1as. #1i. #1is. #1os. #1u. #1us.} - -\patterns{ -a1 e1 i1 o1 u1 % ebligu tran^con post la vokaloj, -2aj. 2ajn. 2an. 2as. % krom se anta^u fina^jo, -en. is. 2oj. 2ojn. 2on. 2os. 2us. -a3a e3a i3a o3a u3a % krom se post vokalo -a3e e3e i3e o3e u3e -a3i e3i i3i o3i u3i -a3o e3o i3o o3o u3o -a3u e3u i3u o3u u3u -e2sper -% konsonantaj fina^joj: -2jn. 2lp. 2lt. 2nk. 2ns. 2nt. 2st. -% -.bl4 .br4 .dr4 .dl4 .fl4 .fr4 .gl4 .gn4 .gr4 .kl4 .kn4 .kr4 .kv4 .pl4 .pr4 -.ps4 .pt4 .sf4 .sk4 .skl4 .skr4 .skv4 .sl4 .sm4 .sn4 .sp4 .spl4 .spr4 -.st4 .str4 .sv4 .^sl4 .^sm4 .^sn4 .^sp4 .^sr4 .^spr4 .^st4 .^str4 .^sv4 .tr4 -.vr4 -% A^C -\nom{1a2^c} -% AD: -\nom{1a2d} \ver{1a2d} -.avok2a3d .bal2a3d ^cokol2a3d .fas2a3d .inv2a3d kamar2a3d .kan2a3d limon2a3d -persv2a3d .pom2a3d seren2a3d -% A^J: -\nom{1a2^j} -% ALT- -.al2t -al3tabl al3t2a3r al3ter al3trui -% AN: -\nom{1a2n} \ver{1a2n} 1a2nism 1a2n1i2n -afg2a3n akomp2a3n arg2a3n ark2a3n ban2a3n but2a3n cig2a3n ^cambel2a3n -^camp2a3n ^carlat2a3n ^cik2a3n dek2a3n dog2a3n el2a3n faz2a3n font2a3n -galv2a3n germ2a3n ^gentlem2a3n hisp2a3n .^ha3n inf2a3n ir2a3n jap2a3n -.ka3n kalk2a3n kank2a3n kapit2a3n kard2a3n karav2a3n kor2a3n -.ma3n marcip2a3n membr2a3n met2a3n nirv2a3n .on2a3n org2a3n -.pa3n partiz2a3n pelik2a3n porcel2a3n prof2a3n .ra3n rum2a3n -.sa3n 3s2log2a3n sopr2a3n stef2a3n sufrag2a3n sult2a3n -^sam2a3n teher2a3n tir2a3n turb2a3n .va3n vatik2a3n veter2a3n vulk2a3n -% -.ka3n2i3n safr2a3n2i3n .ta3n2i3n -% ANT: -\nom{1an2t} -adjut2an3t .arog2an3t .atl2an3t .ban3t .brok2an3t .diam2an3t dilet2an3t -disk2an3t elef2an3t .gal2an3t .gig2an3t inf2a4n3t inst2an3t konson2an3t -.kan3t konst2an3t kvadr2an3t .kv2an3t le^uten2an3t mom2an3t .okt2an3t -.ped2an3t .plan3t tal2an3t batal3an4t -% ant-ar, -ig, -ec: -1an2t3ar an3t2arkt kan3t2arel -1an2t1ig 1an2t1ec -% APUD: -.apu2d1 -% AR: -\nom{1a2r} 1a2rig 1a2ri^g -am2a3r barb2a3r baz2a3r biz2a3r boj2a3r bulg2a3r .ci3d2a3r cig2a3r -din2a3r dol2a3r er2a3r fanf2a3r .f2a3r formul2a3r garg2a3r git2a3r -.ha3r2 hung2a3r invent2a3r izob2a3r jug2u3l2a3r -kalend2a3r kap2i3l2a3r kla3r komp2a3r kulin2a3r kvatern2a3r -lap2i3d2a3r .mol2a3r najb4a1r om2a3r ordin2a3r partik2u3l2a3r .pol2a3r -pop2u3l2a3r prep2a3r prim2a3r rad2a3r remp2a3r rip2a3r sa3m2ov2a3r sanit2a3r -sek2u3l2ar sekund2a3r sing2u3l2ar skal2a3r .st2a3r sol2i3d2a3r tal2a3r tat2a3r -.vel2a3r vulg2a3r -% AT: -\nom{1a2t} 1a2t1ec -adiab2a3t agreg2a3t a^utom2a3t a^utorit2a3t .ab2a3t .adekv2a3t -advok2a3t afrik2a3t .ag2a3t akrob2a3t .akur2a3t alop2a3t .apar2a3t -apost2a3t arom2a3t .ba3t .bl2a3t .brok2a3t .deb2a3t delik2a3t -diplom2a3t .duk2a3t .et2a3t fakult2a3t .fr2a3t .gefr2a3t .gla3t .gran2a3t -.hep2a3t -kandid2a3t .kar2a3t .kazem2a3t .klim2a3t .kom2a3t .komit2a3t .komp2a3t -konkord2a3t .konst2a3t .krav2a3t kro3m2a3t .kvadr2a3t magistr2a3t .magn2a3t -majorit2a3t malgl2a3t .mals2a3t .mand2a3t .mecen2a3t minorit2a3t .mon2a3t -.mul2a3t .musk2a3t ordin2a3t .pal2a3t .pir2a3t .prel2a3t .prim2a3t -priorit2a3t .priv2a3t .rab2a3t .ren2a3t .ril2a3t .sab2a3t .sal2a3t -.sen2a3t sindik2a3t .skarl2a3t .sold2a3t .son2a3t .sp2a3t stigm2a3t -substr2a3t surog2a3t .tok2a3t .tom2a3t .ultim2a3t universit2a3t .vulg2a3t -% ^CEF- -.^ce2f1 -% ^CIUtaga ktp: -.^ci4a .^cia4m1 .^ci4e .^cie4s .^ci4o .^cio4m .^ci4u -^ci3el1 -% ^CJ: -3^c2jo -% DIS: -.di2s1 -.di3s2ert .di3s2erv .di3s2ip .di3s2oci -\adj{.di3s2} .di3s2en. -% DUM- -.du2m1 -dump2in3g -% DUON- -.du2on1 -% EBL: -\nom{1e2bl} \ver{1e2bl} 1e2bl1ec 1e2bl1a^j -.fe3b1l .me3b1l -% EC: -\nom{1e2c} -.apr2e3c .de3c .pe3c sp2e3c -% EG: -\nom{1e2g} \ver{1e2g} -.del2e3g .fl2e3g kol2e3g .om2e3g .prel2e3g .strat2e3g .norv2e3g -% EJ: -\nom{1e2j} 1e2j1ig 1e2j1i^g -.be3j .pl2ej malpl2ej -% EK-, EKS- -.ek2s1 .ek3s2ci ek4s3cit ek4s3ciz .ek3s2id .ek1i2r .ek1rid -1e2kzem -% EKSTER- -.ekste2r1 -\nom{.ekste3r} \ver{.ekste3r} -% EL- -.el1i2r .el1a^cet .el1uz -% EM: -\nom{1e2m} \ver{1e2m} 1e2m1ec -.alpr2e3m .anat2e3m blasf2e3m .boh2e3m diad2e3m .dil2e3m .ed2e3m ekstr2e3m -.ektr2e3m .ekpr2e3m embl2e3m emfiz2e3m .ekz2e3m .har2e3m jerusal2e3m -krizant2e3m .le3m .po2e3m .pr2e3m .probl2e3m .sk2e3m .te3m .tand2e3m .teor2e3m -.tot2e3m .tr2e3m sist2e3m -% EN- -.en1ir2 -% END: -\adj{1en2d} \ver{1en2d} 1en2do. 1en2don. -.am2en3d .at2en3d .def2en3d .et2en3d .kal2en3d kres^c2en3d .men3d .of2en3d -.pen3d .pl2en3d pret2en3d rekom2en3d .sen3d sc2en3d .ten3d .ven3d -% ET: -\nom{1e2t} \ver{1e2ta} -a2^c2e3t alfab2e3t alum2e3t amul2e3t .ask2e3t .atl2e3t .be3t -bajon2e3t bil2e3t .bol2e3t bracel2e3t brev2e3t .bu^g2e3t .deb2e3t .dem2e3t -diab2e3t elizab2e3t .enk2e3t epit2e3t .form2e3t .gaz2e3t .herm2e3t .^he3t -.^jak2e3t ^j2e3t kabin2e3t .kad2e3t kastanj2e3t .kin2e3t klarn2e3t -kloz2e3t .kom2e3t kompl2e3t .konf2e3t kors2e3t korv2e3t kotl2e3t .krik2e3t -.krok2e3t kvodlib2e3t .me3t magn2e3t marion2e3t .mot2e3t .ne3t .oml2e3t -pamfl2e3t parg2e3t .pl2e3t .po2e3t .prof2e3t .prol2e3t .rak2e3t .rem2e3t -.rip2e3t sekr2e3t skel2e3t .son2e3t .sov2e3t spag2e3t spin2e3t staf2e3t -.stil2e3t ^sibol2e3t .tib2e3t tual2e3t .ve3t .veg2e3t .vend2e3t vinj2e3t -% -1es2tr -% FOR- -.fo2r1 -.fo3r2in3t .fo3r2u3m -\nom{.fo3r2} .fo3r2en \ver{.fo3r2} -% ^GIS- -.^gi2s1 -% ID: -\nom{1i2d} -.abs2i3d .ac2i3d .akr2i3d .aps2i3d .ar2i3d .askar2i3d .asp2i3d .av2i3d -.bi3d .bol2i3d .br2i3d cirkumc2i3d .dav2i3d .dec2i3d .e^ukl2i3d -.eg2i3d .fi3d .flor2i3d .fr2i3d frig2i3d genoc2i3d .gv2i3d hibr2i3d -hum2i3d ^hlam2i3d .inc2i3d .ins2i3d inval2i3d .ji3d kan3t2ar2i3d koinc2i3d -.konf2i3d krizal2i3d .li3d .lib2i3d likv2i3d .liv2i3d .luc2i3d -.madr2i3d morb2i3d .muc2i3d perf2i3d piram2i3d .prez2i3d .ri3d -rap2i3d rez2i3d rig2i3d .si3d .sol2i3d .str2i3d telev2i3d .tim2i3d -.vi3d .val2i3d -% -1i2d1ar 1i2d1i2n .pir2i3d2in -% IG: -\nom{1i2g} \ver{1i2g} -.br2i3g .di3g .fi3g .in3d2i3g .inst2i3g .intr2i3g .kvadr2i3g -.li3g pfen2i3g .pi3g .prod2i3g .ri3g .rodr2i3g .str2i3g .ti3g .nav2i3g -% -1i2gebl -1i2gant 1i2gint 1i2gont -1i2gat al2i3g2a3tor l2i3g2a3turo -1i2git 1i2got -% -1i2g1a2d br2i3g2a3d -1i2g1e2m 1i2g1i2l -% I^G: -\nom{1i2^g} \ver{1i2^g} 1i2^gant 1i2^gint 1i2^gont -.br2i3^g .negl2i3^g .prest2i3^g .vert2i3^g .vest2i3^g -% -i^g-ad, -em -1i2^g1a2d 1i2^g1e2m -% IL: -\nom{1i2l} -abut2i3l acet2i3l .ang2i3l .apr2i3l .arg2i3l .az2i3l .bab2i3l .bac2i3l -.baz2i3l .ber2i3l .bi3l .br2i3l .braz2i3l .ced2i3l .civ2i3l .^ci3l -^cin^c2i3l .dakt2i3l .deb2i3l .def2i3l .dist2i3l .domic2i3l .dr2i3l -.ed2i3l .ekz2i3l .eps2i3l .et2i3l .fi3l .fac2i3l .fus2i3l .gor2i3l -.gr2i3l .^gent2i3l .hum2i3l .jub2i3l .ki3l .kamar2i3l kamom2i3l -.komp2i3l .kons2i3l krokod2i3l .mi3l .mant2i3l .met2i3l mob2i3l -.mut2i3l na^ut2i3l of2i3l .osc2i3l paskv2i3l .ps2i3l pterodakt2i3l -.pup2i3l sen2il sim2i3l .st2i3l .stab2i3l stenc2i3l strob2i3l subt2i3l -svah2i3l trankv2i3l .ut2i3l .vi3l .van2i3l .vig2i3l vodev2i3l volat2i3l -% -il-ar: -1i2l1ar -b2i3l2a3rd dakt2i3l2a3rb pl2i3l2a3r^g f2i3l2a3ri frit2i3l2a3ri f2i3l2a3rb -% IN (nur estrin istin ulin; patrin fratin knabin prefere restu senanalizaj): -\nom{1e2str1i2n} -% ist-in: -\nom{1i2s2t1i2n} -d2is3t2ingo -% ul-in: -\nom{1u2l1i2n} -ins2ul2i3n -% ant-in: -\nom{1an2t1i2n} -adam2a4n3t2i3n a4n3t2i3nom brig2a4n3t2i3n gal2a4n3t2i3n .k2a4n3t2i3n -strof2a4n3t2i3n -% IND: -\adj{1in2d} \ver{1in2d} 1in2do. 1in2don. 1in2d3ec 1in2d3ig 1in2d3i^g -.bin3d .hin3d .lin3d rozal4in3d .bl4in3d .pin3d tamar4in3d .^sin3d .vin3d -.in3d2ign in3d2i^gen -% ING: -\nom{1in2g} 1in2gig -.din3g .pud2in3g .vik2in3g 3s2mok2in3g ^sil2in3g .klin3g sterl2in3g -dom2in3g men2in3g salp2in3g .rin3g .far2in3g .har2in3g -.lar2in3g .mer2in3g .fr2in3g .sir2in3g .krin3g str2in3g vrin3g -.at2in3g .mit2in3g .est2in3g .dist2in3g .svin3g -% INT: -\nom{1in2t} 1in2t3ar 1in2t3ec 1in2t3us -.abs2in3t .fin3t hiac2in3t .jac2in3t .kvin3t labir2in3t .pin3t .pl2in3t -.tin3t tereb2in3t -% INTER- -.inte2r1 -.inte3r2es .inte3r2ez .inte3r2upt -\nom{.inte3r} \ver{.inte3r} .inte3ren. -% ISM: -\nom{1is2m} 1i2s2m3ec -.pr2is3m .ris3m .sk2is3m .sis3m -% IST: -\nom{1i2s2t} 1i2s2t3ec 1i2s2t3ar -% -.amet2i3s3t antikr2i3s3t aor2i3s3t .ar2i3s3t .bal2i3s3t .bat2i3s3t .ci3s3t -.di3s3t ekz2i3s3t .gen2i3s3t .gi3s3t .hi3s3t ins2i3s3t kons2i3s3t .ki3s3t -.kr2i3s3t .li3s3t .pi3s3t pers2i3s3t .rez2i3s3t .sk2i3s3t .vi3s3t -% IT: -\nom{1i2t} 1i2t3ec p2i3t4eci -% -.ag2i3t akred2i3t antrac2i3t .apet2i3t .bi3t .band2i3t biskv2i3t -.br2i3t .ci3t .cenob2i3t .cirkv2i3t .civ2i3t .deb2i3t defic2i3t .di3g2i3t -dinam2i3t .efr2i3t .eksc2i3t eksplic2i3t .el2i3t .emer2i3t .erm2i3t -.erud2i3t .ev2i3t .fr2i3t .gamb2i3t .gl2i3t .graf2i3t .gran2i3t -.grav2i3t hermafrod2i3t .hez2i3t hipokr2i3t .im2i3t .inc2i3t -infin2i3t inkogn2i3t interm2i3t .inv2i3t kapac2i3t komprom2i3t -.konf2i3t .kred2i3t .kv2i3t .kval2i3t .kviv2i3t .li3t .mi3t -malak2i3t .margar2i3t .marm2i3t .med2i3t megal2i3t .mer2i3t -mil2i3t asimil3i4t -.mosk2i3t .neof2i3t okcip2i3t ol2i3t .orb2i3t palp2i3t .paraz2i3t -.pir2i3t plebisc2i3t precip2i3t prestid2i3g2i3t preter2i3t prof2i3t -prozel2i3t .ri3t rehabil2i3t .rekviz2i3t sanskr2i3t .satel2i3t -sibar2i3t .sk2i3t .sp2i3t .spir2i3t .spl2i3t .spr2i3t stalagm2i3t -stalakt2i3t .stil2i3t .su3b2i3t .^sv2i3t .term2i3t .trans2i3t -troglod2i3t .vi3t .viz2i3t .zen2i3t -% KELK- -.kel2k -% KROM- -.kro2m1 \adj{.kro3m} krom2o % kromoforo, -foto, -lito, -sfero, -somo ... -% KUN- -.ku2n1 -ku3n2ikl -% LIA- -.li4a -li5an li5as -% MAL: -.ma2l1 ma3l2ic -% MALNOV- -.malno2v -% MEM: -.me2m1 me3m2or -% MIA- -.mi4a -mi5asm mi5a^u -% MIS: -.mi2s1 -.mi3s2al mi3s2il .mi3s2ia .mi3s2ie .mi3s2ii .mi3s2io .mi3s2iu -% MEZ- -.me2z1 -mez2alianc me3z2embri me3z2enter .me3z2ere .mez2o me3z2ur -% NIA- -.ni4a -% NJ: -\nom{3nj} -% NOV- -.no2v -% OBL: -\nom{1o2bl} 1o2bl1ec -gren2o3bl malno3bl .no3bl .vo3bl -% ON: -\nom{du3on} -.trio2n .kvar3o2n .kvin3o2n .ses3o2n .sep3o2n \nom{.ok3o2n} .na^uo4n -\nom{dek3o2n} \nom{cent3o2n} \nom{mil3o2n} -% ONT: -\nom{1on2t} -disk2on3t .fon3t .fr2on3t .hon3t horiz2on3t .kon3t konfr2on3t -.mon3t mastod2on3t .melol2on3t .pon3t .rak2on3t .rem2on3t .renk2on3t -.sp2on3t vol2on3t -% OP: -\nom{duo2p} .trio2p kvar3o2p kvin3o2p ses3o2p sep3o2p -\nom{.ok3o2p} na^uo4p \nom{dek3o2p} \nom{cent3o2p} \nom{mil3o2p} -% OT: -\nom{1o2t} -abrik2o3t anekd2o3t antid2o3t asimpt2o3t .az2o3t .bo3t .bal2o3t -bankr2o3t .behem2o3t bergam2o3t .bi3g2o3t .bisk2o3t bojk2o3t .do3t -.dep2o3t .desp2o3t .dev2o3t dorl2o3t .ekz2o3t .er2o3t .erg2o3t .fo3t -.fag2o3t .fakt2o3t .fl2o3t fokstr2o3t .fr2o3t .go3t .gav2o3t -.golg2o3t .gr2o3t .herod2o3t hipn2o3t hotent2o3t .jo3t ^jab2o3t -.ko3t .ka^cal2o3t kalik2o3t .kaml2o3t .kan2o3t .kap2o3t .kar2o3t -.koj2o3t .komp2o3t kompl2o3t kreoz2o3t .kul2o3t .kv2o3t .alikv2o3t -.lo3t .lit2o3t .mo3t .mar2o3t .mark2o3t marm2o3t .mioz2o3t .no3t -nark2o3t .po3t perlam2o3t .pier2o3t .pil2o3t .piv2o3t .pl2o3t -poligl2o3t .ro3t .rab2o3t reding2o3t .rob2o3t .sab2o3t sacerd2o3t -.sk2o3t .skler2o3t .skr2o3t .sp2o3t .^so3t ^sevj2o3t .terak2o3t -.tr2o3t .trik2o3t .vo3t .zel2o3t -% POR- -.po2r -% POST- -.pos2t1 -pos3t2ament pos3t2iljon pos3t2u3l -% PRETER: -.prete2r1 -.re2f3l2ig .re2spond .re2spublik .re2storaci -% RETRO: -.re2tro -% SAM- -.sa2m -sam2ar .sa3m2u3m sa3m2uraj -% SEN- -.se2n1 -.se3n2aa .se3n2ao sen2at sen2eskal -% SIA- -.si4a -% SUB- -.su2b1 -.su3b2ute -% SUPER- -.supe2r1 -\nom{.supe3r} \ver{.supe3r} -% ^SIA- -.^si4a -% TRANS: -.tran2s -tran3scend tran3sept tran3sistor tran3sit tran3s2pir -% TUT- -.tu2t1 -\nom{.tu3t} -% UJ: -\nom{1u2j} 1u2j1ig 1u2j1i^g -.and2u3j .halel2u3j -% UL: -\nom{1u2l} 1e2m1u2l e3m2u3ls 1u2l3ec 1u2l3ej -% -.akum2u3l .ang2u3l .bu3l .bet2u3l .bru3l .ejak2u3l .fist2u3l -form2u3l .fu3l galin2u3l .gran2u3l .grat2u3l .herk2u3l -hierod2u3l homunk2u3l .inok2u3l .ins2u3l .instanb2u3l .ju3l .^ju3l -.ku3l .kab2u3l kalend2u3l kalk2u3l kapit2u3l kaps2u3l koag2u3l -.kons2u3l .kop2u3l korpusk2u3l .kum2u3l .lu3l .liverp2u3l .mu3l -.mak2u3l manip2u3l matrik2u3l .mod2u3l molek2u3l .nu3l .neb2u3l -.ok2u3l .pu3l .pa^c2u3l partik2u3l .pust2u3l .ru3l -.reg2u3l retik2u3l .ruk2u3l .sim2u3l skrup2u3l somnamb2u3l speg2u3l -.spek2u3l .stim2u3l .tu3l .tab2u3l tarant2u3l .tru3l tuberk2u3l -turb2u3l .ul2u3l .uv2u3l .vist2u3l -% -1u2l1ar 2u3l2ari 2u3l2ard .pedik2u3l2ar -% UM: -\nom{1u2m} \ver{1u2m} 1u2m3ec -.alb2u3m .bu3m .opid2u3m referend2u3m .fu3m parf2u3m .gu3m -.hu3m .kuk2u3m .luk2u3m .lu3m vol2u3m .plu3m .stern2u3m -.pu3m .ru3m .ser2u3m .gru3m .kvor2u3m .tru3m .stru3m -.su3m .res2u3m kons2u3m opos2u3m .bit2u3m .kost2u3m .zu3m -% VIA- -.vi4a -vi5and vi5atik -% VIC- -.vi2c1 -\nom{.vi3c} -.vi3c2ia .vi3c2io -% VIR- -.vi2r1 -vir2us vi1r2ulent -% === -1a2fabl 1a2gra 1a2kr 1a2per 1a2va1r -4ologi 4ografi 2fik -fre2m2d3l -% -4b1c 4b1b2 4b1d 4b1f 4b1g 4b1h4 4b1j2 4b1k 4b1m 4b1n 4b1p 4b1s 4b1s2k 4b1t 4b1v -4b1z 4b1^c 4b1^g 4b1^j 4b1^s -4c1b 4c1c2 4c1^c 4c1d 4c1f 4c1g 4c1^g 4c1h4 4c1j2 4c1^j 4c1k 4c1l 4c1m 4c1n -4c1p 4c1r 4c1s 4c1^s 4c1t 4c1v 4c1z -% -4^c1b 4^c1c 4^c1d 4^c1f 4^c1g 4^c1h4 4^c1j2 4^c1k 4^c1l 4^c1m 4^c1n 4^c1p -4^c1s 4^c1t 4^c1v 4^c1z 4^c1^c 4^c1^g 4^c1^j 4^c1^s -% -4d1b 4d1c 4d1d2 4d1f 4d1g 4d1h4 4d1j2 4d1k 4d1l 4d1m 4d1n 4d1p 4d1s 4d1t 4d1v -4d1z 4d1^c 4d1^g 4d1^j 4d1^s -% -1e2ben 1e2d2z 1e2gal 1e2le1g2an3t -% -4f1b 4f1c 4f1^c 4f1d 4f1f2 4f1g 4f1^g 4f1h4 4f1j2 4f1^j 4f1k 4f1m 4f1n 4f1p -4f1s 4f1^s f1t 4f1v 4f1z -4g1b 4g1c 4g1^c g1d 4g1f 4g1g2 4g1^g 4g1h4 4g1j2 4g1^j 4g1k g1m g1n 4g1p -4g1s 4g1^s 4g1t g1v 4g1z -% -4^g1b 4^g1c 4^g1d 4^g1f 4^g1g 4^g1h4 4^g1j2 4^g1k 4^g1l 4^g1m 4^g1n 4^g1p -4^g1s 4^g1t 4^g1v 4^g1z 4^g1^c 4^g1^g 4^g1^j 4^g1^s -% -4h1^c 4h1^g 4h1^j 4h1^s -% -4^h1b 4^h1c 4^h1d 4^h1f 4^h1g 4^h1h4 4^h1j2 4^h1k 4^h1m 4^h1n 4^h1p -4^h1s 4^h1t 4^h1v 4^h1z 4^h1^c 4^h1^g 4^h1^j 4^h1^s -% -1i2dent -% -4j1b 4j1c 4j1d 4j1f 4j1g 4j1h4 4j1k 4j1l 4j1m 4j1n 4j1p 4j1r 4j1s -4j1t 4j1v 4j1z 4j1^c 4j1^g 4j1^j 4j1^s -% -4^j1b 4^j1c 4^j1d 4^j1f 4^j1g 4^j1h4 4^j1j2 4^j1k 4^j1l 4^j1m 4^j1n 4^j1p -4^j1s 4^j1t 4^j1v 4^j1z 4^j1^c 4^j1^g 4^j1^j 4^j1^s -% -4k1b 4k1c 4k1d 4k1f 4k1g 4k1h4 4k1j2 4k1m 4k1n 4k1p 4k1s -k1s2t2r -4k1t k1v 4k1z 4k1^c 4k1^g 4k1^j 4k1^s -% -4l1b 4l1c 4l1d 4l1f 4l1g 4l1h4 4l1j2 4l1k 4l1l2 4l1m 4l1n 4l1p 4l1r 4l1s2 -4l1t 4l1v 4l1z 4l1^c 4l1^g 4l1^j 4l5^s2 % mal^pari, el^sra^ubi -4m1b 4m1c 4m1d 4m1f 4m1g 4m1h4 4m1j2 -4m1k 4m1l 4m1m2 4m1n 4m1p 4m1r 4m1s 4m1t 4m1v 4m1z 4m1^c 4m1^g 4m1^j 4m1^s -mul2t1 mult2e mul2t3eg mul3ta mul3te. mul3to mul4t3obl -% -4n1b 4n1c 4n1d 4n1f 4n1g 4n1h4 4n1j 4n1k -n2kv -4n1l n1m 4n1n 4n1p 4n1r 4n1s -n1s2c n1s2t -4n1t -4n1v2 -4n1z 4n1^c 4n1^g 4n1^j 4n1^s -n2k1c n2s1f -nor2d1af nor2d1am nor2d1az nor2d1e^u nor2d1rus nor2d1germ -% -1o2be 1o2kup 1o2por1tun -% -4p1b 4p1c 4p1d p1f 4p1g 4p1h4 p1j2 p1k p1m p1n p1s p1t 4p1v 4p1z 4p1^c -4p1^g 4p1^j p1^s -% -4r1b 4r1c 4r1d 4r1f 4r1g 4r1h4 4r1j2 4r1k 4r1l 4r1m 4r1n 4r1p 4r1s 4r1t -4r1v 4r1z 4r1^c 4r1^g 4r1^j 4r1^s -% -s1b s1c 4s1^c 4s1d s1f s1g 4s1^g 4s1h4 4s1j2 4s1^j s1k -4s1l 3s2lab 3s2lalom 3s2lang 3s2lav 3s2led 3s2lip 3s2lojd 3s2lovak -3s2loven 3s2lup 3s2lofoks -4s1m 3s2malt 3s2merald 3s2milak 3s2mirg 3s2mut % smokING -4s1n 3s2nob 3s2nuf -s1p s1r 4s1s 4s1^s -s1t 1s2tu1d -s1v 4s1z -.su2d1af .su2d1am .su2d1azi .su2d1e^ur .su2d1rus -% -4^s1b 4^s1c 4^s1d 4^s1f 4^s1g 4^s1h4 4^s1j2 4^s1k ^s1m ^s1n ^s1p -4^s1s ^s1t ^s1v 4^s1z 4^s1^c 4^s1^g 4^s1^j 4^s1^s -1^s2tel -% -4t1b 4t1c 4t1d 4t1f 4t1g 4t1h4 4t1j2 4t1k 4t1m 4t1n 4t1p 4t1s 4t1t 4t1v -4t1z 4t1^c 4t1^g 4t1^j 4t1^s -% -4^u1 ^u2s1k -% -4v1b 4v1c 4v1d 4v1f 4v1g 4v1h4 4v1j2 4v1k 4v1l 4v1m 4v1n 4v1p 4v1s 4v1t 4v1v -4v1z 4v1^c 4v1^g 4v1^j 4v1^s -% -4z1b 4z1c 4z1d 4z1f 4z1g 4z1h4 4z1j2 4z1k 4z1l -z2lot -4z1m 4z1n 4z1p 4z1r 4z1s 4z1t 4z1v 4z1^c 4z1^g 4z1^j 4z1^s -} % Pattern end - -\endgroup % of local redefinitions -\endinput - -Author: Sergei B. Pokrovsky (Sergio Pokrovskij) -Versiondate: 1999-07-25 - -These hyphenation patterns are designed for use with the default value - - -% LETTERS: -\charsubdef 230 = 94 099 % ^c -\charsubdef 198 = 94 067 % ^C -\charsubdef 248 = 94 103 % ^g -\charsubdef 216 = 94 071 % ^G -\charsubdef 182 = 94 104 % ^h -\charsubdef 166 = 94 072 % ^H -\charsubdef 188 = 94 017 % ^j -\charsubdef 172 = 94 074 % ^J -\charsubdef 254 = 94 115 % ^s -\charsubdef 222 = 94 083 % ^S -\charsubdef 253 = 21 117 % ^u -\charsubdef 221 = 21 085 % ^U - -Necessary Settings in TeX macro files: --------------------------------------- - -\lefthyphenmin, \righthyphenmin: - You can set both parameters to 2. - -\lccode : - To get correct hyphenation points within words containing - diacritics, it's necessary to assign values > 0 to the - appropriate \lccode positions. - These changes are _not_ done when reading this file and have to - be included in the language switching mechanism as is done in, - for example, `german.sty' (\lccode change for ^^Y = \ss in OT1, - \left-/\righthyphenmin settings). - -Version history ---------------- - -1999-07-25 0.0 First try with the hyphenation patterns by Paul Peeraerts -1999-08-10 1.0 Complete redesign of the patterns by S.B. Pokrovsky - -*** Here ends ``eohyphn.tex''. diff -Nru texlive-lang-2007.dfsg.4/texmf/tex/generic/hyphen/eshyph.tex texlive-lang-2009/texmf/tex/generic/hyphen/eshyph.tex --- texlive-lang-2007.dfsg.4/texmf/tex/generic/hyphen/eshyph.tex 2006-09-13 00:08:51.000000000 +0100 +++ texlive-lang-2009/texmf/tex/generic/hyphen/eshyph.tex 1970-01-01 01:00:00.000000000 +0100 @@ -1,1016 +0,0 @@ -% DIVISI'ON DE PALABRAS -% ~~~~~~~~~~~~~~~~~~~~~ -% eshyph.tex 4.1a -% -% Why 4.x? Well, I know at least other three files with the -% same name, so this one is the fourth. The others should -% vanish as soon as posible. -% -% (c) Javier Bezos 1993 1997. -% (c) Javier Bezos and CervanTeX 2001-2006 -% Some parts, (c) by Francesc Carmona -% Licence: LPPL -% -% CervanTeX, the Spanish TeX User Group, has tackled the task of -% writing a more complete set of patterns, but unfortunately the work -% is a lot slower we expected. The file division.pdf is a draft of an -% article (in Spanish) explaining the rules to be applied and how they -% are being translated into TeX in a unified set of patterns. -% -% There is still a lot of work to be done. However, even if -% incomplete it should provide in its current form a better option to -% other patterns. However, if you experience problems, you might want -% to return to one of these pattern files. -% -% For bug reports and comments: -% -% http://www.texytipografia.com/contact.php -% -% I would like to thanks Francesc Carmona for his permission -% to steal parts of his work without restrictions. -% -% 2006/01/09 -% -% _____________________________________________________________ -% Javier Bezos | http://www.cervantex.org/ -% ............................................................. -% TeX y tipografia | http://www.texytipografia.com/ - -\catcode`\^^f1 = 11 -\lccode`\^^f1=`\^^f1 -\catcode`\^^e1 = 11 -\lccode`\^^e1=`\^^e1 -\catcode`\^^e9 = 11 -\lccode`\^^e9=`\^^e9 -\catcode`\^^ed = 11 -\lccode`\^^ed=`\^^ed -\catcode`\^^f3 = 11 -\lccode`\^^f3=`\^^f3 -\catcode`\^^fa = 11 -\lccode`\^^fa=`\^^f1 -\catcode`\^^fc = 11 -\lccode`\^^fc=`\^^fc - -\patterns{ -1ñ -1b 2bb 2bc 2bd 2bf 2bg 2b1h 2bj 2bk b2l 2bl. 2bm 2bn 2bp 2bq b2r 2br. 2bs 2bt 2bv 2bw 2bx 2by 2bz -1c 2cb 2cc 2cd 2cf 2cg c4h 2ch. 2cj c2k c2l 2cl. 2cm 2cn 2cp 2cq c2r 2cr. 2cs 2ct 2cv 2cw 2cx 2cy 2cz -1d 2db 2dc 2dd 2df 2dg 2d1h 2dj 2dk 2dl 2dm 2dn 2dp 2dq d2r 2dr. 2ds 2dt 2dv 2dw 2dx 2dy 2dz -1f 2fb 2fc 2fd 2ff 2fg 2f1h 2fj 2fk f2l 2fl. 2fm 2fn 2fp 2fq f2r 2fr. 2fs 2ft 2fv 2fw 2fx 2fy 2fz -1g 2gb 2gc 2gd 2gf 2gg 2g2h 2gj 2gk g2l 2gl. 2gm 2gn 2gp 2gq g2r 2gr. 2gs 2gt 2gv 2gw 2gx 2gy 2gz -2hb 2hc 2hd 2hf 2hg 2h1h 2hj 2hk 2hl 2hm 2hn 2hp 2hq 2hr 2hs 2ht 2hv 2hw 2hx 2hy 2hz -1j 2jb 2jc 2jd 2jf 2jg 2j1h 2jj 2jk 2jl 2jm 2jn 2jp 2jq 2jr 2js 2jt 2jv 2jw 2jx 2jy 2jz -1k 2kb 2kc 2kd 2kf 2kg 2k2h 2kj 2kk k2l 2kl. 2km 2kn 2kp 2kq k2r 2kr. 2ks 2kt 2kv 2kw 2kx 2ky 2kz -1l 2lb 2lc 2ld 2lf 2lg 2l1h 2lj 2lk l4l 2ll. 2lm 2ln 2lp 2lq 2lr 2ls 2lt 2lv 2lw 2lx 2ly 2lz -1m 2mb 2mc 2md 2mf 2mg 2m1h 2mj 2mk 2ml 2mm 2mn 2mp 2mq 2mr 2ms 2mt 2mv 2mw 2mx 2my 2mz -1n 2nb 2nc 2nd 2nf 2ng 2n1h 2nj 2nk 2nl 2nm 2nn 2np 2nq 2nr 2ns 2nt 2nv 2nw 2nx 2ny 2nz -1p 2pb 2pc 2pd 2pf 2pg 2p1h 2pj 2pk p2l 2pl. 2pm 2pn 2pp 2pq p2r 2pr. 2ps 2pt 2pv 2pw 2px 2py 2pz -1q 2qb 2qc 2qd 2qf 2qg 2q1h 2qj 2qk 2ql 2qm 2qn 2qp 2qq 2qr 2qs 2qt 2qv 2qw 2qx 2qy 2qz -1r 2rb 2rc 2rd 2rf 2rg 2r1h 2rj 2rk 2rl 2rm 2rn 2rp 2rq r2r 2rr. 2rs 2rt 2rv 2rw 2rx 2ry 2rz -1s 2sb 2sc 2sd 2sf 2sg 2s1h 2sj 2sk 2sl 2sm 2sn 2sp 2sq 2sr 2ss 2st 2sv 2sw 2sx 2sy 2sz -1t 2tb 2tc 2td 2tf 2tg 2t1h 2tj 2tk 2tm 2tn 2tp 2tq t2r 2tr. 2ts 2tt 2tv 2tw t2x 2ty 2tz -1v 2vb 2vc 2vd 2vf 2vg 2v1h 2vj 2vk v2l 2vl. 2vm 2vn 2vp 2vq v2r 2vr. 2vs 2vt 2vv 2vw 2vx 2vy 2vz -1w 2wb 2wc 2wd 2wf 2wg 2w1h 2wj 2wk w2l 2wl. 2wm 2wn 2wp 2wq w2r 2wr. 2ws 2wt 2wv 2ww 2wx 2wy 2wz -1x 2xb 2xc 2xd 2xf 2xg 2x1h 2xj 2xk 2xl 2xm 2xn 2xp 2xq 2xr 2xs 2xt 2xv 2xw 2xx 2xy 2xz -1y 2yb 2yc 2yd 2yf 2yg 2y1h 2yj 2yk 2yl 2ym 2yn 2yp 2yq 2yr 2ys 2yt 2yv 2yw 2yx 2yy 2yz -1z 2zb 2zc 2zd 2zf 2zg 2z1h 2zj 2zk 2zl 2zm 2zn 2zp 2zq 2zr 2zs 2zt 2zv 2zw 2zx 2zy 2zz -2t2l -2b3p2t 2c3p2t 2d3p2t 2l3p2t 2m3p2t 2n3p2t 2r3p2t 2s3p2t 2t3p2t 2x3p2t 2y3p2t 4pt. -2b3c2t 2c3c2t 2d3c2t 2l3c2t 2m3c2t 2n3c2t 2r3c2t 2s3c2t 2t3c2t 2x3c2t 2y3c2t 4ct. -2b3c2n 2c3c2n 2d3c2n 2l3c2n 2m3c2n 2n3c2n 2r3c2n 2s3c2n 2t3c2n 2x3c2n 2y3c2n 4cn. -2b3p2s 2c3p2s 2d3p2s 2l3p2s 2m3p2s 2n3p2s 2r3p2s 2s3p2s 2t3p2s 2x3p2s 2y3p2s 4pc. -2b3m2n 2c3m2n 2d3m2n 2l3m2n 2m3m2n 2n3m2n 2r3m2n 2s3m2n 2t3m2n 2x3m2n 2y3m2n 4mn. -2b3g2n 2c3g2n 2d3g2n 2l3g2n 2m3g2n 2n3g2n 2r3g2n 2s3g2n 2t3g2n 2x3g2n 2y3g2n 4gn. -2b3f2t 2c3f2t 2d3f2t 2l3f2t 2m3f2t 2n3f2t 2r3f2t 2s3f2t 2t3f2t 2x3f2t 2y3f2t 4ft. -2b3p2n 2c3p2n 2d3p2n 2l3p2n 2m3p2n 2n3p2n 2r3p2n 2s3p2n 2t3p2n 2x3p2n 2y3p2n 4pn. -2b3c2z 2c3c2z 2d3c2z 2l3c2z 2m3c2z 2n3c2z 2r3c2z 2s3c2z 2t3c2z 2x3c2z 2y3c2z 4cz. -2b3t2z 2c3t2z 2d3t2z 2l3t2z 2m3t2z 2n3t2z 2r3t2z 2s3t2z 2t3t2z 2x3t2z 2y3t2z 4tz. -2b3t2s 2c3t2s 2d3t2s 2l3t2s 2m3t2s 2n3t2s 2r3t2s 2s3t2s 2t3t2s 2x3t2s 2y3t2s 4ts. -san4c5t -plan4c5t -2no. -4caca4 4cago4 4caga4 4cagas. 4teta. 4tetas. 4puta4 4puto4 .hu4mea .hu4meo .he4mee -4meo. 4meable. 4meables. 4pedo4 4culo4 -3mente. -4i3go. 4es. 4és 4e. 4e3mos. 4éis. 4en. -4ía. 4ías. 4ía3mos. 4íais. 4ían. -4í. 4í4s3te. 4í4s3tes. 4í3tes. 4í3mos. 4ís3teis. -4e3ré. 4e3rás. 4e3rés. 4e3rís. 4e3rá. 4e3re3mos. 4e3réis. 4e3rán. -4i3ga. 4i3gas. 4i3gás. 4i3gamos. 4i3gáis. 4a4i3gan. -4e3ría. 4e3rías. 4e3ríamos. 4e3ríais. 4e3rían. -4i3gá3mosme. -4i3gá3mosmele. 4i3gá3mosmelo. 4i3gá3mos3mela. -4i3gá3mosmeles. 4i3gá3mosmelos. 4i3gá3mos3melas. -4i3gá3moste. -4i3gá3mostele. 4i3gá3mostelo. 4i3gá3mos3tela. -4i3gá3mosteles. 4i3gá3mostelos. 4i3gá3mos3telas. -4i3gá3mosle. 4i3gá3mosla. 4i3gá3moslo. -4i3gá3mosele. 4i3gá3moselo. 4i3gá3mosela. -4i3gá3moseles. 4i3gá3moselos. 4i3gá3moselas. -4i3gá3monos. -4i3gá3monosle. 4i3gá3monoslo. 4i3gá3monosla. -4i3gá3monosles. 4i3gá3monoslos. 4i3gá3monoslas. -4i3gá3moos. -4i3gá3moosle. 4i3gá3mooslo. 4i3gá3moosla. -4i3gá3moosles. 4i3gá3mooslos. 4i3gá3mooslas. -4i3gá3mosles. 4i3gá3moslas. 4i3gá3moslos. -4ed. 4é. -4edme. -4édmele. 4édmelo. 4éd3mela. -4édmeles. 4édmelos. 4éd3melas. -4edte. -4édtele. 4édtelo. 4éd3tela. -4édteles. 4édtelos. 4éd3telas. -4edle. 4eedla. 4edlo. -4édsele. 4édselo. 4édsela. -4édseles. 4édselos. 4édselas. -4ednos. -4édnosle. 4édnoslo. 4édnosla. -4édnosles. 4édnoslos. 4édnoslas. -4eos. -4éosle. 4éoslo. 4éosla. -4éosles. 4éoslos. 4éoslas. -4edles. 4edlas. 4edlos. -4er. -4erme. -4érmele. 4érmelo. 4ér3mela. -4érmeles. 4érmelos. 4ér3melas. -4erte. -4értele. 4értelo. 4ér3tela. -4érteles. 4értelos. 4ér3telas. -4erle. 4erla. 4erlo. -4erse. -4érsele. 4érselo. 4érsela. -4érseles. 4érselos. 4érselas. -4ernos. -4érnosle. 4érnoslo. 4érnosla. -4érnosles. 4érnoslos. 4érnoslas. -4e3ros. -4é3rosle. 4é3roslo. 4é3rosla. -4é3rosles. 4é3roslos. 4é3roslas. -4erles. 4erlas. 4erlos. -4í3do. 4í3da. 4í3dos. 4í3das. -4as. 4ás. 4a3mos. 4áis. 4an. -4aste. 4astes. 4ates. 4asteis. 4a3ron. -4a3ba. 4a3bas. 4á3bamos. 4a3bais. 4a3ban. -4a3ría. 4a3rías. 4a3ríamos. 4a3ríais 4a3rían. -4a3ré. 4a3rás. 4a3rés. 4a3rís. 4a3rá. 4a3remos. 4a3réis. 4a3rán. -4a3ra. 4a3ras. 4á3ramos. 4a3rais. 4a3ran. -4a3re. 4a3res. 4á3remos. 4a3reis. 4a3ren. -4a3se. 4a3ses. 4á3semos. 4a3seis. 4a3sen. -4ad. -e5r4as. e5r4a3mos. e5r4áis. e5r4an. -e5r4aste. e5r4astes. e5r4ates. e5r4asteis. e5r4a3ron. -e5r4a3ba. e5r4a3bas. e5r4á3bamos. e5r4a3bais. e5r4a3ban. -e5r4a3ría. e5r4a3rías. e5r4a3ríamos. e5r4a3ríais e5r4a3rían. -e5r4a3ré. e5r4a3rás. e5r4a3rés. e5r4a3rís. e5r4a3rá. e5r4a3remos. e5r4a3réis. e5r4a3rán. -e5r4a3ra. e5r4a3ras. e5r4á3ramos. e5r4a3rais. e5r4a3ran. -e5r4a3re. e5r4a3res. e5r4á3remos. e5r4a3reis. e5r4a3ren. -e5r4a3se. e5r4a3ses. e5r4á3semos. e5r4a3seis. e5r4a3sen. -e5r4ad. -4adme. -4ádmele. 4ádmelo. 4ád3mela. -4ádmeles. 4ádmelos. 4ád3melas. -4adte. -4ádtele. 4ádtelo. 4ád3tela. -4ádteles. 4ádtelos. 4ád3telas. -4adle. 4eadla. 4adlo. -4ádsele. 4ádselo. 4ádsela. -4ádseles. 4ádselos. 4ádselas. -4adnos. -4ádnosle. 4ádnoslo. 4ádnosla. -4ádnosles. 4ádnoslos. 4ádnoslas. -4aos. -4áosle. 4áoslo. 4áosla. -4áosles. 4áoslos. 4áoslas. -4adles. 4adlas. 4adlos. -4ar. -4a4rme. -4á4rmele. 4á4rmelo. 4á4r3mela. -4á4r3meles. 4á4r3melos. 4á4r3melas. -4a4r3te. -4á4r3tele. 4á4r3telo. 4á4r3tela. -4á4r3teles. 4á4r3telos. 4á4r3telas. -4a4r3le. 4a4r3la. 4a4r3lo. -4a4r3se. -4á4r3sele. 4á4r3selo. 4á4r3sela. -4á4r3seles. 4á4r3selos. 4á4r3selas. -4a4r3nos. -4á4r3nosle. 4á4r3noslo. 4á4r3nosla. -4á4r3nosles. 4á4r3noslos. 4á4r3noslas. -4a3ros. -4árosle. 4ároslo. 4árosla. -4árosles. 4ároslos. 4ároslas. -4a4r3les. 4a4r3las. 4a4r3los. -4a3do. 4a3da. 4a3dos. 4a3das. -e5r4a3do. e5r4a3da. e5r4a3dos. e5r4a3das. -4ando -4ándole. 4ándolo. 4ándola. 4ándoles. 4ándolos. 4ándolas. -4ándonos. 4ándoos. -4ándome. 4ándomelo. 4ándomela. 4ándomele. -4ándomelos. 4ándomelas. 4ándomeles. -4ándote. 4ándoteme. -4ándotelo. 4ándotela. 4ándotele. -4ándotelos. 4ándotelas. 4ándoteles. -4ándotenos. -4ándose. 4ándoseme. -4ándoselo. 4ándosela. 4ándosele. -4ándoselos. 4ándoselas. 4ándoseles. -4ándosenos. -4a3dor. 4a3dora. 4a3dores. 4a3doras. -e5r4a3dor. e5r4a3dora. e5r4a3dores. e5r4a3doras. -acto1a2 acto1e2 acto1i2 acto1o2 acto1u2 acto1h -acto1á2 acto1é2 acto1í2 acto1ó2 acto1ú2 -afro1a2 afro1e2 afro1i2 afro1o2 afro1u2 afro1h -afro1á2 afro1é2 afro1í2 afro1ó2 afro1ú2 -.a2 .an2a2 .an2e2 .an2i2 .an2o2 .an2u2 -.an2á2 .an2é2 .an2í2 .an2ó2 .an2ú2. -ana3lí -.aná3li -.ana3li -.an3aero -.an3e2pigr -.ane3xa .ane3xá .ane3xe .ane3xé .ane3xio .ane3xió -.an3h -.ani3mad .ani3mád -.ani3dar -.ani3ll -.ani3m -.aniña -.ani3q -.an3i2so .an3i2só -.ani3vel -.ano5che -.ano5din -.ano5mal -.ano5nad -.anó3nim -.anó5mal -.ano5nim -.ano5ta .ano3tá -.anua3l -.anua4lm -.anu3bl -.anu3da -.anu3l -asu3b2 -aero1a2 aero1e2 aero1i2 aero1o2 aero1u2 aero1h -aero1á2 aero1é2 aero1í2 aero1ó2 aero1ú2 -anfi1a2 anfi1e2 anfi1i2 anfi1o2 anfi1u2 anfi1h -anfi1á2 anfi1é2 anfi1í2 anfi1ó2 anfi1ú2 -anglo1a2 anglo1e2 anglo1i2 anglo1o2 anglo1u2 anglo1h -anglo1á2 anglo1é2 anglo1í2 anglo1ó2 anglo1ú2 -ante1a2 ante1e2 ante1i2 ante1o2 ante1u2 ante1h -ante1á2 ante1é2 ante1í2 ante1ó2 ante1ú2 -.ante2o3je -acante2 -4ísmo. 4ísmos. 4ísta. 4ístas. -4ístico. 4ísticos. 4ística. 4ísticas. -t4eo3nes. -mante4a -e4a3miento -.anti1a2 .anti1e2 .anti1i2 .anti1o2 .anti1u2 .anti1h -.anti1á2 .anti1é2 .anti1í2 .anti1ó2 .anti1ú2 -ti2o3qu ti2o3co -archi1a2 archi1e2 archi1i2 archi1o2 archi1u2 archi1h -archi1á2 archi1é2 archi1í2 archi1ó2 archi1ú2 -auto1a2 auto1e2 auto1i2 auto1o2 auto1u2 auto1h -auto1á2 auto1é2 auto1í2 auto1ó2 auto1ú2 -biblio1a2 biblio1e2 biblio1i2 biblio1o2 biblio1u2 biblio1h -biblio1á2 biblio1é2 biblio1í2 biblio1ó2 biblio1ú2 -bio1a2 bio1e2 bio1i2 bio1o2 bio1u2 bio1h -bio1á2 bio1é2 bio1í2 bio1ó2 bio1ú2 -bi1u2ní -cardio1a2 cardio1e2 cardio1i2 cardio1o2 cardio1u2 cardio1h -cardio1á2 cardio1é2 cardio1í2 cardio1ó2 cardio1ú2 -cefalo1a2 cefalo1e2 cefalo1i2 cefalo1o2 cefalo1u2 cefalo1h -cefalo1á2 cefalo1é2 cefalo1í2 cefalo1ó2 cefalo1ú2 -centi1a2 centi1e2 centi1i2 centi1o2 centi1u2 centi1h -centi1á2 centi1é2 centi1í2 centi1ó2 centi1ú2 -centi5área -ciclo1a2 ciclo1e2 ciclo1i2 ciclo1o2 ciclo1u2 ciclo1h -ciclo1á2 ciclo1é2 ciclo1í2 ciclo1ó2 ciclo1ú2 -o4i3dea. o4i3deas. o4i3dal. o4i3dales. -4o2i3de. 4o2i3des. 4i2dal. 4i2dales. -4i3deo. 4i3deos. -cito1a2 cito1e2 cito1i2 cito1o2 cito1u2 cito1h -cito1á2 cito1é2 cito1í2 cito1ó2 cito1ú2 -3c2neor -cnico1a2 cnico1e2 cnico1i2 cnico1o2 cnico1u2 cnico1h -cnico1á2 cnico1é2 cnico1í2 cnico1ó2 cnico1ú2 -.co2a2 .co2e2 .co2i2 .co3o4 .co2u2 .co2á2 .co2é2 .co2í2 .co2ó2 .co2ú2 -co4á3gul -co4acci -co4acti -co4adju -co4a3dun -co4adyu -co3agen -co4a3gul -co4a3lic -co4aptac -co4art -co4árt -co4e3fic -co4erc -co4erz -co4e3tá -co3exis -co4imbr -co4inci -co4i3to -co3n4imbri -co4o3per -co4o3pér -co4opt -co4ord -con1imbr -con1urb -cripto1a2 cripto1e2 cripto1i2 cripto1o2 cripto1u2 cripto1h -cripto1á2 cripto1é2 cripto1í2 cripto1ó2 cripto1ú2 -crono1a2 crono1e2 crono1i2 crono1o2 crono1u2 crono1h -crono1á2 crono1é2 crono1í2 crono1ó2 crono1ú2 -contra1a2 contra1e2 contra1i2 contra1o2 contra1u2 contra1h -contra1á2 contra1é2 contra1í2 contra1ó2 contra1ú2 -deca1a2 deca1e2 deca1i2 deca1o2 deca1u2 deca1h -deca1á2 deca1é2 deca1í2 deca1ó2 deca1ú2 -4e3dro. 4e3dros. 4é3drico. 4é3dricos. 4é3drica. -4é3dricas. -.de2s2a2 .de2s2e2 .de2s2i2 .de2s2o2 .de2s2u2 -.de2s2á2 .de2s2é2 .de2s2í2 .de2s2ó2 .de2s2ú2 -deca2i3mient -decimo1 -3sa. 3sas. -de4s3órde -de4s3orde -de4s3abast -de4s3aboll -de4s3aboto -de4s3abr -desa3brid -de4s3abroch -de4s3aceit -de4s3aceler -desa3cert -desa3ciert -de4s3acobar -de4s3acomod -de4s3acomp -de4s3acons -de4s3acopl -de4s3acorr -de4s3acostum -de4s3acot -desa3craliz -de4s3acredit -de4s3activ -de4s3acuart -de4s3aderez -de4s3adeud -de4s3adorar -de4s3adormec -de4s3adorn -de4s3advert -desa3fí -de4s3aferr -desa3fi -de4s3afic -de4s3afil -de4s3afin -de4s3afor -desa3gü -desa3garr -de4s3agraci -de4s3agrad -de4s3agravi -de4s3agreg -de4s3agrup -de4s3agu -desa3guisado -de4s3aherr -de4s3ahij -de4s3ajust -de4s3alagar -de4s3alent -de4s3alfom -de4s3alfor -de4s3aliñ -desa3lin -de4s3alien -de4s3aline -desa3liv -de4s3alm -de4s3almid -desa3loj -de4s3alquil -de4s3alter -de4s3alumbr -desa3marr -desa3mobl -de4s3amold -de4s3amort -de4s3amuebl -de4s3and -de4s3angel -de4s3anid -de4s3anim -de4s3aním -de4s3anud -desa3pañ -desa3pacib -de4s3apadr -de4s3apare -desa3parec -desa3paric -desa3peg -desa3percib -de4s3aplic -de4s3apolill -de4s3apoy -desa3prensi -de4s3aprend -de4s3apret -de4s3apriet -de4s3aprob -de4s3apropi -de4s3aprovech -de4s3arbol -de4s3aren -de4s3arm -des4arme -de4s3arraig -de4s3arregl -de4s3arrend -de4s3arrim -desa3rroll -de4s3arrop -de4s3arrug -de4s3articul -de4s3asent -de4s3asist -de4s3asn -desa3soseg -desa3sosieg -de4s3atenc -de4s3atend -de4s3atiend -de4s3atent -desa3tin -de4s3atorn -de4s3atranc -de4s3autor -de4s3avis -desa3yun -desa3zón -desa3zon -de4s3embal -de4s3embál -de4s3embar -de4s3embár -de4s3embarg -de4s3embols -de4s3emborr -de4s3embosc -de4s3embot -de4s3embrag -de4s3embrág -de4s3embrave -de4s3embráve -de4s3embroll -de4s3embróll -de4s3embruj -de4s3embrúj -de3semej -de4s3empañ -de4s3empáñ -de4s3empac -de4s3empaquet -de4s3empaquét -de4s3emparej -de4s3emparéj -de4s3emparent -de4s3empat -de4s3empé -de4s3empedr -de4s3empeg -de4s3empeor -de4s3emperez -de4s3empern -de4s3emple -de4s3empolv -de4s3empotr -de4s3empoz -de4s3enam -de4s3encab -de4s3encad -de4s3encaj -de4s3encáj -de4s3encall -de4s3encáll -de4s3encam -de3sencant -de4s3encap -de4s3encar -de4s3encár -de4s3ench -de4s3encl -de4s3enco -de4s3encr -de4s3encu -de4s3end -de3senfad -de3senfád -de4s3enfi -de4s3enfo -de4s3enfó -de3senfren -de4s3enfund -de4s3enfur -de3sengañ -de3sengáñ -de4s3enganch -de4s3engar -de4s3engas -de4s3engom -de4s3engoz -de4s3engra -de4s3enhebr -de4s3enj -de4s3enlad -de4s3enlaz -de4s3enlo -de4s3enm -de4s3enr -de4s3ens -de4s3enta -de3sentend -de3sentien -de3sentién -de4s3enter -de4s3entier -de4s3entiér -de4s3ento -de4s3entr -de4s3entu -de4s3envain -de3senvolvim -de3seo -de4s3eq -de3s4erci -de3s4ert -de3s4ért -de4s3espa -de3sesperac -de4s3esperanz -de3sesper -de4s3estabil -de4s3estim -de3sider -de3sidia -de3sidio -de3siert -de3sign -de3sigual -de3silusi -de4s3imagin -de4s3iman -de4s3impon -de4s3impresX -de4s3incent -de4s3inclin -de4s3incorp -de4s3incrust -de3sinenc -de3sinfec -de3su3dar de3su3das de3su3dan -de4s3inflam -de4s3infl -de4s3inform -de4s3inhib -de4s3insect -de4s3instal -de3s4integr -de3s4inter -de4s3intox -de4s3inver -de3sisten -de4s3impres -de4s3obedec -de4s3oblig -de4s3obstr -de3socup -de4s3odor -de3solac -de3solad -de3soll -de4s3orej -de3suell -de3sonce -de4s3ova -de4s3ovi -de4s3oxi -de4s3oye -de4s3oyé -de3s4ubstan -de3s4ustan -de3s4oseg -de4s3ub4ic -de4s3unir -de4s3unier -de4s3unim -.dieci1o2 -dodeca1a2 dodeca1e2 dodeca1i2 dodeca1o2 dodeca1u2 dodeca1h -dodeca1á2 dodeca1é2 dodeca1í2 dodeca1ó2 dodeca1ú2 -ecano1a2 ecano1e2 ecano1i2 ecano1o2 ecano1u2 ecano1h -ecano1á2 ecano1é2 ecano1í2 ecano1ó2 ecano1ú2 -eco1a2 eco1e2 eco1i2 eco1o2 eco1u2 eco1h -eco1á2 eco1é2 eco1í2 eco1ó2 eco1ú2 -ectro1a2 ectro1e2 ectro1i2 ectro1o2 ectro1u2 ectro1h -ectro1á2 ectro1é2 ectro1í2 ectro1ó2 ectro1ú2 -.en2a2 .en2e2 .en2i2 .en2o2 .en2u2 -.en2á2 .en2é2 .en2í2 .en2ó2 .en2ú2 -.eno3jar -.enu3mera .enu3merá -.enu3mere -4o3lógico. 4o3lógica. 4o3lógicos. 4o3lógicas. -4o3lógicamente. 4o3logía. 4o3logías. -4ó3logo. 4ó3loga. 4ó3logos. 4ó3logas. -endo1a2 endo1e2 endo1i2 endo1o2 endo1u2 endo1h -endo1á2 endo1é2 endo1í2 endo1ó2 endo1ú2 -ento1a2 ento1e2 ento1i2 ento1o2 ento1u2 ento1h -ento1á2 ento1é2 ento1í2 ento1ó2 ento1ú2 -4emboca -entre1a2 entre1e2 entre1i2 entre1o2 entre1u2 entre1h -entre1á2 entre1é2 entre1í2 entre1ó2 entre1ú2 -euco1a2 euco1e2 euco1i2 euco1o2 euco1u2 euco1h -euco1á2 euco1é2 euco1í2 euco1ó2 euco1ú2 -euro1a2 euro1e2 euro1i2 euro1o2 euro1u2 euro1h -euro1á2 euro1é2 euro1í2 euro1ó2 euro1ú2 -extra1a2 extra1e2 extra1i2 extra1o2 extra1u2 extra1h -extra1á2 extra1é2 extra1í2 extra1ó2 extra1ú2 -u4teri -fono1a2 fono1e2 fono1i2 fono1o2 fono1u2 fono1h -fono1á2 fono1é2 fono1í2 fono1ó2 fono1ú2 -foto1a2 foto1e2 foto1i2 foto1o2 foto1u2 foto1h -foto1á2 foto1é2 foto1í2 foto1ó2 foto1ú2 -gastro1a2 gastro1e2 gastro1i2 gastro1o2 gastro1u2 gastro1h -gastro1á2 gastro1é2 gastro1í2 gastro1ó2 gastro1ú2 -geo1a2 geo1e2 geo1i2 geo1o2 geo1u2 geo1h -geo1á2 geo1é2 geo1í2 geo1ó2 geo1ú2 -gluco1a2 gluco1e2 gluco1i2 gluco1o2 gluco1u2 gluco1h -gluco1á2 gluco1é2 gluco1í2 gluco1ó2 gluco1ú2 -hecto1a2 hecto1e2 hecto1i2 hecto1o2 hecto1u2 hecto1h -hecto1á2 hecto1é2 hecto1í2 hecto1ó2 hecto1ú2 -helio1a2 helio1e2 helio1i2 helio1o2 helio1u2 helio1h -helio1á2 helio1é2 helio1í2 helio1ó2 helio1ú2 -hemato1a2 hemato1e2 hemato1i2 hemato1o2 hemato1u2 hemato1h -hemato1á2 hemato1é2 hemato1í2 hemato1ó2 hemato1ú2 -hemi1a2 hemi1e2 hemi1i2 hemi1o2 hemi1u2 hemi1h -hemi1á2 hemi1é2 hemi1í2 hemi1ó2 hemi1ú2 -hemo1a2 hemo1e2 hemo1i2 hemo1o2 hemo1u2 hemo1h -hemo1á2 hemo1é2 hemo1í2 hemo1ó2 hemo1ú2 -2al. 2ales. -hexa1a2 hexa1e2 hexa1i2 hexa1o2 hexa1u2 hexa1h -hexa1á2 hexa1é2 hexa1í2 hexa1ó2 hexa1ú2 -hidro1a2 hidro1e2 hidro1i2 hidro1o2 hidro1u2 hidro1h -hidro1á2 hidro1é2 hidro1í2 hidro1ó2 hidro1ú2 -hipe2r1a2 hipe2r1e2 hipe2r1i2 hipe2r1o2 hipe2r1u2 hipe2r3r -hipe2r1á2 hipe2r1é2 hipe2r1í2 hipe2r1ó2 hipe2r1ú2 -pe3r4e3mia -histo1a2 histo1e2 histo1i2 histo1o2 histo1u2 histo1h -histo1á2 histo1é2 histo1í2 histo1ó2 histo1ú2 -homo1a2 homo1e2 homo1i2 homo1o2 homo1u2 homo1h -homo1á2 homo1é2 homo1í2 homo1ó2 homo1ú2 -icono1a2 icono1e2 icono1i2 icono1o2 icono1u2 icono1h -icono1á2 icono1é2 icono1í2 icono1ó2 icono1ú2 -.in2a2 .in2e2 .in2i2 .in2o2 .in2u2 -.in2á2 .in2é2 .in2í2 .in2ó2 .in2ú2 -.in3abord -.in3abarc -.in3acent -.in3aguant -.in3adapt -.ina3movib -.in3analiz -.ina3nic -.in3anim -.iná3nim -.in3apel -.in3aplic -.in3aprens -.in3apreci -.in3arrug -.in3asist -.iné3dit -.in3efic -.in3efici -.in3eludi -.ine3narr -.ini3cia .ini3ciá .ini3cie -.ino3cuo .ino3cua -.ino3cula .ino3culá .ino3cule -.inú3til -.inu3tiliz -infra1a2 infra1e2 infra1i2 infra1o2 infra1u2 infra1h -infra1á2 infra1é2 infra1í2 infra1ó2 infra1ú2 -.inte2r1a2 .inte2r1e2 .inte2r1i2 .inte2r1o2 .inte2r1u2 .inte2r3r -.inte2r1á2 .inte2r1é2 .inte2r1í2 .inte2r1ó2 .inte2r1ú2 -.in3ter2e3sa .in3ter2e3se .in3ter2e3so -.in3ter2e3sá .in3ter2e3sé .in3ter2e3só -.de3s4in3ter2e3sa .de3s4in3ter2e3se .de3s4in3ter2e3so -.de3s4in3ter2e3sá .de3s4in3ter2e3sé .de3s4in3ter2e3só -3te3ri3n 4te4r5i4nsu -.in3te3r4rog -.in3te3r4rupc .in3te3r4rupt .in3te3r4rump -intra1a2 intra1e2 intra1i2 intra1o2 intra1u2 intra1h -intra1á2 intra1é2 intra1í2 intra1ó2 intra1ú2 -iso1a2 iso1e2 iso1i2 iso1o2 iso1u2 iso1h -iso1á2 iso1é2 iso1í2 iso1ó2 iso1ú2 -kilo1a2 kilo1e2 kilo1i2 kilo1o2 kilo1u2 kilo1h -kilo1á2 kilo1é2 kilo1í2 kilo1ó2 kilo1ú2 -macro1a2 macro1e2 macro1i2 macro1o2 macro1u2 macro1h -macro1á2 macro1é2 macro1í2 macro1ó2 macro1ú2 -mal2 ma4l3h .ma4l3e4du mal3b mal3c mal3d mal3f mal3g -mal3m mal3p mal3q mal3s mal3t mal3v -bien2 bien3h bien3v bien3q bien3m bien3t -b4ien3do. .su3b4ien b4ien3das. -maxi1a2 maxi1e2 maxi1i2 maxi1o2 maxi1u2 maxi1h -maxi1á2 maxi1é2 maxi1í2 maxi1ó2 maxi1ú2 -megalo1a2 megalo1e2 megalo1i2 megalo1o2 megalo1u2 megalo1h -megalo1á2 megalo1é2 megalo1í2 megalo1ó2 megalo1ú2 -mega1a2 mega1e2 mega1i2 mega1o2 mega1u2 mega1h -mega1á2 mega1é2 mega1í2 mega1ó2 mega1ú2 -melano1a2 melano1e2 melano1i2 melano1o2 melano1u2 melano1h -melano1á2 melano1é2 melano1í2 melano1ó2 melano1ú2 -micro1a2 micro1e2 micro1i2 micro1o2 micro1u2 micro1h -micro1á2 micro1é2 micro1í2 micro1ó2 micro1ú2 -mili1a2 mili1e2 mili1i2 mili1o2 mili1u2 mili1h -mili1á2 mili1é2 mili1í2 mili1ó2 mili1ú2 -familia3ri ia5res. -li5área -mini1a2 mini1e2 mini1i2 mini1o2 mini1u2 mini1h -mini1á2 mini1é2 mini1í2 mini1ó2 mini1ú2 -2o. 2os. 2o3so. 2o3sos. 2o3sa. 2o3sas. 2o3samente. -mini4a5tur -multi1a2 multi1e2 multi1i2 multi1o2 multi1u2 multi1h -multi1á2 multi1é2 multi1í2 multi1ó2 multi1ú2 -miria1a2 miria1e2 miria1i2 miria1o2 miria1u2 miria1h -miria1á2 miria1é2 miria1í2 miria1ó2 miria1ú2 -mono1a2 mono1e2 mono1i2 mono1o2 mono1u2 mono1h -mono1á2 mono1é2 mono1í2 mono1ó2 mono1ú2 -2i3co. 2i3cos. 2i3ca. 2i3cas. -namo1a2 namo1e2 namo1i2 namo1o2 namo1u2 namo1h -namo1á2 namo1é2 namo1í2 namo1ó2 namo1ú2 -necro1a2 necro1e2 necro1i2 necro1o2 necro1u2 necro1h -necro1á2 necro1é2 necro1í2 necro1ó2 necro1ú2 -neo1a2 neo1e2 neo1i2 neo1o2 neo1u2 neo1h -neo1á2 neo1é2 neo1í2 neo1ó2 neo1ú2 -neto1a2 neto1e2 neto1i2 neto1o2 neto1u2 neto1h -neto1á2 neto1é2 neto1í2 neto1ó2 neto1ú2 -norte1a2 norte1e2 norte1i2 norte1o2 norte1u2 norte1h -norte1á2 norte1é2 norte1í2 norte1ó2 norte1ú2 -octo1a2 octo1e2 octo1i2 octo1o2 octo1u2 octo1h -octo1á2 octo1é2 octo1í2 octo1ó2 octo1ú2 -octa1a2 octa1e2 octa1i2 octa1o2 octa1u2 octa1h -octa1á2 octa1é2 octa1í2 octa1ó2 octa1ú2 -oligo1a2 oligo1e2 oligo1i2 oligo1o2 oligo1u2 oligo1h -oligo1á2 oligo1é2 oligo1í2 oligo1ó2 oligo1ú2 -omni1a2 omni1e2 omni1i2 omni1o2 omni1u2 omni1h -omni1á2 omni1é2 omni1í2 omni1ó2 omni1ú2 -i2o. i2os. -paleo1a2 paleo1e2 paleo1i2 paleo1o2 paleo1u2 paleo1h -paleo1á2 paleo1é2 paleo1í2 paleo1ó2 paleo1ú2 -para1a2 para1e2 para1i2 para1o2 para1u2 para1h -para1á2 para1é2 para1í2 para1ó2 para1ú2 -para2is. aí5so. aí5sos. -penta1a2 penta1e2 penta1i2 penta1o2 penta1u2 penta1h -penta1á2 penta1é2 penta1í2 penta1ó2 penta1ú2 -piezo1a2 piezo1e2 piezo1i2 piezo1o2 piezo1u2 piezo1h -piezo1á2 piezo1é2 piezo1í2 piezo1ó2 piezo1ú2 -pluri1a2 pluri1e2 pluri1i2 pluri1o2 pluri1u2 pluri1h -pluri1á2 pluri1é2 pluri1í2 pluri1ó2 pluri1ú2 -poli1a2 poli1e2 poli1i2 poli1o2 poli1u2 poli1h -poli1á2 poli1é2 poli1í2 poli1ó2 poli1ú2 -poli4u3r -poli4o5mie -poli4arq poli4árq -poli4éste -poli4andr -poli4antea -expoli4 -.pos2t2a2 .pos2t2e2 .pos2t2i2 .pos2t2o2 .pos2t2u2 -.pos2t2á2 .pos2t2é2 .pos2t2í2 .pos2t2ó2 .pos2t2ú2 -.pos3tin .pos3tín -pos3ta. pos3tas. -s3te. s3tes. s3tal. s3ta3les. -s3ti3lla. s3ti3llas. s3ti3llón. s3ti3llones. -.pos3tó3ni -.pos3terg -.pos3te3ri -.pos3ti3go -.pos3ti3la -.pos3ti3ne -.pos3ti3za .pos3ti3zo -.pos3tu3ra -s3tor. s3tora. s3toras. s3tores. -.pos3tu3la .pos3tu3lá .pos3tu3le .pos3tu3lé -.post3elec -.post3impr -.post3ind -.post3ope -.post3rev -.pre2a2 .pre2e2 .pre2i2 .pre2o2 .pre2u2 .pre2h2 -.pre2á2 .pre2é2 .pre2í2 .pre2ó2 .pre2ú2 -pre3elij pre3elig -pre3exis -pre3emin -preo3cup preo2cúp -pre3olí -pre3opin -.pro2a2 .pro2e2 .pro2i2 .pro2o2 .pro2u2 .pro2h2 -.pro2á2 .pro2é2 .pro2í2 .pro2ó2 .pro2ú2 -proto1a2 proto1e2 proto1i2 proto1o2 proto1u2 proto1h -proto1á2 proto1é2 proto1í2 proto1ó2 proto1ú2 -radio1a2 radio1e2 radio1i2 radio1o2 radio1u2 radio1h -radio1á2 radio1é2 radio1í2 radio1ó2 radio1ú2 -ranco1a2 ranco1e2 ranco1i2 ranco1o2 ranco1u2 ranco1h -ranco1á2 ranco1é2 ranco1í2 ranco1ó2 ranco1ú2 -.re2a2 .re3e4 .re2i2 .re2o2 .re2u2 -.re2á2 .re2é2 .re2í2 .re2ó2 .re2ú2 -ea3cio. ea3cios. ea3cia. ea3cias. -.re3abr .re3ábr -.re3afirm .re3afírm -.re3ajust .rea3júst -.rea3liza .rea3lizá .rea3líza -.re3alim -.rea3lism .rea3list -.re3anim .re3aním -.re3aparec -.re3ubica .re3ubíca -.reu3mati .reu3máti -.re3unir .re3unír -.re3usar .re3usár -.re3utiliz .re3utilíz -rmano1a2 rmano1e2 rmano1i2 rmano1o2 rmano1u2 rmano1h -rmano1á2 rmano1é2 rmano1í2 rmano1ó2 rmano1ú2 -retro1a2 retro1e2 retro1i2 retro1o2 retro1u2 retro1h -retro1á2 retro1é2 retro1í2 retro1ó2 retro1ú2 -romo1a2 romo1e2 romo1i2 romo1o2 romo1u2 romo1h -romo1á2 romo1é2 romo1í2 romo1ó2 romo1ú2 -sobre1a2 sobre1e2 sobre1i2 sobre1o2 sobre1u2 sobre1h -sobre1á2 sobre1é2 sobre1í2 sobre1ó2 sobre1ú2 -semi1a2 semi1e2 semi1i2 semi1o2 semi1u2 semi1h -semi1á2 semi1é2 semi1í2 semi1ó2 semi1ú2 -i2a. i2as. -2ótic emi2o2 -seudo1a2 seudo1e2 seudo1i2 seudo1o2 seudo1u2 seudo1h -seudo1á2 seudo1é2 seudo1í2 seudo1ó2 seudo1ú2 -o2os. -.so3a4s -socio1a2 socio1e2 socio1i2 socio1o2 socio1u2 socio1h -socio1á2 socio1é2 socio1í2 socio1ó2 socio1ú2 -a3rio. a3rios. -4ón. 4ones. -4i4er. -4o2ico. 4o2icos. 4o2ica. 4o2icas. -.su2b2a2 .su2b2e2 .su2b2i2 .su2b2o2 .su2b2u2 -.su2b2á2 .su2b2é2 .su2b2í2 .su2b2ó2 .su2b2ú2 -.sub2i3ll -.sub2i3mien -.sub3índ -.sub3ími -.su4b3ray -.sub3aflue -.sub3arr -.sub3enten -.sub3estim .sub3estím -.sub3ofici -.sub3urba -supe2r1a2 supe2r1e2 supe2r1i2 supe2r1o2 supe2r1u2 supe2r3r -supe2r1á2 supe2r1é2 supe2r1í2 supe2r1ó2 supe2r1ú2 -supe4r4a3r supe4r4á3r -supe3r4á3vit. supe3r4á3vits. -4a3ción. 4a3ciones. -4e3rior. 4e3riores. 4e3riora. 4e3rioras. 4e3riormente. -4e3rioridad. 4e3rioridades. -4e3ra3ble. 4e3ra3bles. 4e3ra3blemente. -pe5r4ante -perpon5d6r -supra1a2 supra1e2 supra1i2 supra1o2 supra1u2 supra1h -supra1á2 supra1é2 supra1í2 supra1ó2 supra1ú2 -sup6ra -talmo1a2 talmo1e2 talmo1i2 talmo1o2 talmo1u2 talmo1h -talmo1á2 talmo1é2 talmo1í2 talmo1ó2 talmo1ú2 -tele1a2 tele1e2 tele1i2 tele1o2 tele1u2 tele1h -tele1á2 tele1é2 tele1í2 tele1ó2 tele1ú2 -4ósteo. 4ósteos. -termo1a2 termo1e2 termo1i2 termo1o2 termo1u2 termo1h -termo1á2 termo1é2 termo1í2 termo1ó2 termo1ú2 -tetra1a2 tetra1e2 tetra1i2 tetra1o2 tetra1u2 tetra1h -tetra1á2 tetra1é2 tetra1í2 tetra1ó2 tetra1ú2 -topo1a2 topo1e2 topo1i2 topo1o2 topo1u2 topo1h -topo1á2 topo1é2 topo1í2 topo1ó2 topo1ú2 -tropo1a2 tropo1e2 tropo1i2 tropo1o2 tropo1u2 tropo1h -tropo1á2 tropo1é2 tropo1í2 tropo1ó2 tropo1ú2 -poi3de. poi3des. -ultra1a2 ultra1e2 ultra1i2 ultra1o2 ultra1u2 ultra1h -ultra1á2 ultra1é2 ultra1í2 ultra1ó2 ultra1ú2 -xeno1a2 xeno1e2 xeno1i2 xeno1o2 xeno1u2 xeno1h -xeno1á2 xeno1é2 xeno1í2 xeno1ó2 xeno1ú2 -inter4és -inter4esar -inter4in -inter4ino -inter4ior -mili4ar -mili4ario -para4íso -para4ulata -super4able -super4ación -super4ior -tran4sacc -trans4ar -trans4eúnte -trans4iber -trans4ición -trans4ido -trans4igen -trans4igir -trans4istor -trans4itab -trans4it -trans4itorio -trans4ubsta -ultra4ísmo -wa3s4h -.bi1anual -.bi1aur -.bien1and -.bien1apa -.bien1ave -.bien1est -.bien1int -.bi1ox -.bi1ó2x -.bi1un -.en1aceit -.en1aciy -.en1aguach -.en1aguaz -.en1anch -.en1apa -.en1arb -.en1art -.en2artr -.en1ej -.hepta1e -.intra1o -.intra1u -.mal1acon -.mal1acos -.mala1e -.mal1andant -.mal1andanz -.mal1est -.mal1int -.pa4n1a4meri -.pa4n1europ -.pa4n1afri -.pa4n1ópti -3p2sic -3p2siq -.re3a2eg -.re3a2q -.re3a2z -.re3a2grup -.re3i2m -.re3inc -.re3ing -.re3ins -.re3int -.re3o2b -.re1oc -.re1oj -.re3orga -.re1unt -.retro1a -.su2d1a2fr -.su2d1a2me -.su2d1est -su4d3oes -.sur1a2me -.sur1est -.sur1oes -.tele1imp -.tele1obj -.tra2s1a -.tra2s1o -.tra2s2oñ -.tran2s1alp -.tran2s1and -.tran2s1atl -.tran2s1oce -.tran2s1ur -.tri1ó2x -} diff -Nru texlive-lang-2007.dfsg.4/texmf/tex/generic/hyphen/ethyph.tex texlive-lang-2009/texmf/tex/generic/hyphen/ethyph.tex --- texlive-lang-2007.dfsg.4/texmf/tex/generic/hyphen/ethyph.tex 2006-01-02 23:53:43.000000000 +0000 +++ texlive-lang-2009/texmf/tex/generic/hyphen/ethyph.tex 1970-01-01 01:00:00.000000000 +0100 @@ -1,1288 +0,0 @@ -%%% ==================================================================== -%%% @LaTeX-file{ -%%% author = "Enn Saar", -%%% version = "1.0", -%%% date = "1992-03-18" -%%% time = "" -%%% filename = "ethyphen.tex", -%%% address = "" -%%% telephone = "", -%%% FAX = "", -%%% checksum = "", -%%% email = "saar@fuug.fi", -%%% codetable = "DC/EC", -%%% keywords = "", -%%% supported = "yes", -%%% docstring = "\lefthyphenmin=?\righthyphenmin=?" -%%% } -%%% ==================================================================== -\input cathyph.tex -\patterns{% -.au1a -.ee2l -.eel1e -.eel1u -.ee2s1 -.era1a -.ise1e -.ki2p3r -.lep3l -.l^^f5pp3 -.moe3 -.pe2a -.re2o -.re2pr -.se2a -.sk2 -.sp2 -.st2 -.supe2 -.tu3sa -.uudi2 -.vere1 -.^^fcle1e -aa1al -aa1ar -a1aas -aadi1a -aadio3 -a1ae -a1a2he -aa1i -a1ait -aa2ju -a1aken -aal1e2l -aalk2 -aal1t -aa2l1^^f5 -aari2s -aase2 -aa2s1o -1aasta -a1asul -aas1^^fc -a1au -a1b -1abie -a1d -1admir -a1eali -ae2d -1aed. -aed1o -2aee -a1ees -1aeg. -2a1e2h -a1eks -2ael -a1ett -a1f -a2fr -a1g -1a2gent -a3graa -1a2hi. -ai2a -a1ilm -a1ins -a1j -1ajam -a2jami -1aken. -a1k2las -akna1 -ak2re -a1kree -a1krii -a3kroo -1a2ku. -1a2lald -al1do -ali1sp -al2l1^^fc -a2l1ol -alp2l -1alun -2aluni -a1m -1ametn -ami2sa -1anal^^fc -1ansam -1anten -a1o2m -a1or -ao2s -a1osa -a1ots -a1plaa -1aretu -1arhit -1arst -1arter -1a2rua -1arvam -1arvu -1asend -a1so -as1ole -asp2 -a1s2por -atii2v -a1t2ree -atu1a -auba1a -a1ui -a1u2j -aulu1 -a1umb -au2sul -1auto -a1v -1avald -av2s -a1^^f52 -a1^^f6 -a1^^e42 -a1^^fc2 -a1^^ba -1ba -ba1e -ba1k2r -ba1o -ba1p2r -ba1u2s -2b1d -1be -be1a2 -bek2 -be2r1^^f5 -1bi -2bi1e2 -2bin^^f5 -2b1j -2b1k -2b1l -2b1m -2b1n -1bo -2bp -2b1r -3b2rig -3b2roka -2bs -b1so -2b1t -1bu -bu1a2 -2b1v -1da -dae2 -d1ain -da2la. -da1o -2d1arv -d1b -1de -de1ar -dek2s1a -de2pre -2d1f -d1g -2d1h -1di -di1a2re -di1es -dis2kr -2d1j -2d3k2 -2d1l -2d1m -2d1n -d1o2sa -2d1p2 -2d1r -3d2reen -3drena -2d1s -2d3t2 -1du -du2s1a2 -dusk2 -2d1v -2d^^bai -eaa2 -ea1aj -e1aas -e1ae -e1a2gen -e1ai -e1a2j -e1a2la. -e1alu -e1arm -e1arv -e1a2se -ea2sut -e1au -e1b -e1d -e2d^^ba -e1eali -e1ees -ee2hi -1eelar -e1e2lu. -ee2pra -ee2r1ap -ee2s1^^fc -e1e2ten -e1g -1ehit -e2hiti -eh2t1a -e1iga. -e1ilm -e1i2nim -e1ins -e1istm -e1j -e1k2lo -ek2ra -e1kram -1eksem -1ekska -eks2pr -1ekstr -1ekviv -1e2lamu -1eleme -e3li -e2l1ol -el1t2r -1elun -e1m -emne1 -1e2nerg -eo2hu -e1o2le -e1o2lu -eo1p2 -e1o2sak -e1ots -e1p -ep2l -ep2ri -ep2ru -er1ain -ere1el -1ergu -er1kr -er2pre -e3saa -es1an -1ese. -esi1e -1esine -es2kl -es2kr -es2k1^^f6 -e1so -es1ole -es2por -1ette -e1ug -e1u2j -e1u2l -e1usk -eu2tr -e1uu -e1v -e1^^f52 -e1^^f6 -e1^^e42 -e1^^fc2 -e1^^ba -1fa -1fe -2f1f -1fi -2f1l -flu2 -2f1n -1fo -2fra -f2rees -2f1t -1ga -ga1k2 -ga1o -ga1p2 -gasi1a -2gatsu -g1b -1ge -ge1a -ge1k2l -2g1h -1gi -gik2 -2g1j -2g1k -2g1l -2g1m -2g1n -1gol -g1o2sa -2g1p2 -2g1r -3g2rana -3g2rav -3g2rup -2g1s -2g1t -1gu -gu1e -gulu2 -gu3p2 -gu1spo -2g1v -2g1^^f5 -1g^^fc -1ha -haa2s -ha1e -1he -he2rai -h1h -1hi -hia2 -hi2kl -h1j -h1l -h1m -h1n -1ho -hoa2 -2h1p -h2t1ae -h2t1a2j -h2t1ar -htea2 -ht3s -htu1 -h2t1^^f6 -1hu -hu1a -hu2lo -2h1v -hva1a -1h^^f5 -1h^^f6 -1h^^e4 -1h^^fc -iaa2l -i1aast -i1a2bi -i1ae -i1a2hi -i1aine -ia2ja -i1akt -ia2la -i1ala. -i1alb -i1all -i1a2lu -i1amet -i1anal -ia1o -ia1p2 -i1a2par -i1arm -i1ars -i1arv -i1a2si -i1a2su -i1a2tel -i1au -i1a2vaj -i1b -i1d -idu1u -i1eal -i1eel -i1e2h -iek3r -i1eks -ie2lu -i1eos -ie2sin -i1f -i2fr -i1g -igi1a -igio2 -i3g2ram -ii2kl -ii2kr -iima1a -i1inde -iin1k2 -i1istu -ii2vo -i1j -i1k -i2kaut -ikk2r -ik2laa -ik2las -i2kli -ik2re -ik1t2r -1ilme -1ilmut -il2pl -1i2lust -i1m -imi2s1 -i1n -in2d1al -1indek -indo1 -1iniml -inna1a -1insen -1insp -1inven -i1oht -i1o2lek -i1o2lu. -i1o2man -ioo2na -iooni1 -i1o2per -i1o2sa -i1ots. -i1p -ip2la -i2plo -ip2r -ip2sp -irja1o -i2s1au -i2selu -1isola -i1sot -isp2 -is2por -is1^^fch -is1^^fc2l -2it -it2or -i1traf -i3tseh -itte1 -iu2ju -iu2mo -ium1p -i1v -ivii2l -i1^^f52 -i1^^e4 -i1^^fc2 -i1^^b2 -i1^^ba -3jaa -ja1aa -ja1aj -ja1ann -ja1arm -ja1as -ja1ee -ja1e2l -ja1i2 -2jam. -ja1ost -ja1p2 -je1a2 -je1i -ju1a -1ka -2k1aed -2k1aeg -2k1a2lus -kar2pl -2k1asj -2k1b -2k1d -1ke -2keem. -ke1in -ke1kr -2kelet -2ken. -ke1o -kes2k1a2 -2k1f -k1g -2k1h -1ki -kiu2d -2k1j -2k1k -kk3s2 -kku1k -1k2laas -2klai -k2lamb -2klan -k2lapp -1k2leit -2klem -3kliim -2kloom -2klu -2k1m -2k1n -1ko -2k1p2 -k2raan -1kraav -1krab -k2rae -1k2reem -2kreep -k2res -k2rii -2kro -3krohv -k2ruu -k2ruv -1kruvi -2ks -ks2kr -k1so -ks2pl -2kt -1ku -ku1a -kuu1k -2k1v -3k2vant -3kvart -1k^^f5 -1k^^f6 -1k^^e4 -1k^^fc -k^^fc2h -2k1^^fche -k1^^b2 -1la -laa2r1a -l1a2la. -l1alk -2lanik -2l1arv -2lauto -2l1b -1le -le1a2 -le1ee -2lekk -2lektr -le1oh -le2sa -l1f -lf2re -lgu2sa -2l1h -1li -li1aas -li1aj -li1ar -li1a2s -li1e2 -2lii. -2liia -2liima -li2kra -2l1ilm -li1o2l -lip2l -li1t2re -li1uj -2l1j -2l1k -2l1l -llk2 -l2lor -l3lu -2l1m -lmi1a2 -2l1n -1lo -2l1o2le -lo2lij -l1orn -2l1o2sa. -2l1p -lp2r -2l1r -2l1s -2lt -1lu -lu1ah -lu1ai -lu1al -lu1as -lue2 -lu1el -lu1il -l1uks. -2lun -lusa2 -2luss. -2l1v -lve1a -1l^^f5 -1l^^f6 -1l^^e4 -1l^^fc -l1^^b2 -1ma -ma1a2bi -ma1e2 -ma1k2l -map2 -ma1pl -2mb -mbe2r -mber1a -2m1d -1me -me1a2 -meo2 -me1os -2metn -2m1f -2m1h -1mi -mi1aj -mi1e -mip2 -misa2 -mi3si -misk2 -miso2 -mis3tr -mi2s^^fc -2m1j -2m1k2 -2m1l -2m1m -2m1n -1mo -m1oks -2mp -2m1r -2m1s -m2st -2m3t2 -1mu -mua2 -mu1ah -2m1v -1m^^f6 -1m^^e4 -1m^^fc -1na -na1aa -naa2ra -na1i2ni -2nal^^fc -na1o -na1p2l -na1p2r -na1us -2n1d -nde1a2 -ndu2s -n2d^^ba -1ne -2ne2hit -nese1i -2n1f -2n1g -2n1h -1ni -ni1aj -ni1as -ni1e2 -2nimen -2niml -ni1so -nisu1 -2n1j -2nk -nksp2 -2n1l -2n1m -2n1n -nnaa2 -nna1e2 -nna1i2 -1no -2n1p2 -2n1r -2ns -ns2kr -ns2lav -n1so -nsti1 -2nt -nte2l -nt3ra -1nu -nu1spo -2n1v -1n^^f5 -1n^^f6 -1n^^e4 -1n^^fc -n1^^b2 -n1^^ba -o1a2d -o1ae -o1a2j -o1aku -o1a2mat -o1an -o1b -1obj -o1d -odaa2 -odaal1 -oe2le -o1elek -o1f -o2fr -o1go -1ohak -o2haka -o1iso -oi2t1ai -oiu1a -o1j -1o2lek. -o2lev -o2lija -o2mad -1omadu -o1opti -2oos -opsu1 -o2r1ai -1orav -1or3g2 -2orgr -ori1sp -1orju -1orkes -1orna -os2kl -1oskus -os1o2l -1otsa -o3ts^^f6 -o1v -o1^^f5 -o1^^fc2 -o1^^bae -1pa -pa1a2m -pan3sl -1pe -pea1a -pe2a3j -2p1eksk -pep2r -p1f2 -p1h -1pi -pi2kl -pila2s -pi2p3r -2p1j -2p1k -p2laat -3plak -1p2lasm -plek2s1 -2plem -2pli -3pliia -p2luus -2p1m -2p1n -3p2neu -1po -pordi1 -2pp -p2p1as -ppe1a -p2raa -p2rep -1p2roo -1p2rot -2p1s -p2st -3p2s^^fc -2p1t -1pu -2p1v -1p^^f5 -1p^^f6 -1p^^e4 -1p^^fc -1ra -raa2l1a -2raav -2rafo -ra1kr -2r1anal -ra2par -ra1pr -raua3 -raud1 -rau2da -2rauk -2raum -2rauto -r1b -r1d -rde1a -1re -2reene -2rehit -re2pre -2rette -r1f -r1g -r2g1ae -r2g1ah -r1h -1ri -ri1aj -ri1ala -ri1a2m -ri3br -ri1ek -ri1el -2riip. -ri1om -ri1ots -rip2p -rippa2 -ri1t2r -r1j -r1l -r1m -r1n -1ro -roa2 -ro1e2 -2rohv -r1p -2r1r -r1so -r1s2po -1ru -rua2 -ru1k2r -ruum1a2 -r1v -1r^^f5 -1r^^f6 -1r^^e4 -1r^^fc -r1^^b2 -r1^^ba -1sa -s1aas -2s1ae -s1agr -s1ahi -s1ain -2saine -2sala. -sa3li -s1alus -2s1ann -2sarvu -s1asen -sa1spo -2s1aut -s3b2 -s3d2 -1se -se1ala -se1ar -se1eh -2s1ees -2sehh -2se2hit -sei2g -se1k2l -se2lam -2sellu -2semen -2sensu -sep2r -2se2se. -2s1esit -2s1e2ten -se1t2r -2sette -s1f -s3g2 -2s1h -1si -si1aj -si1ar -sie2 -si1el -s1i2ha. -s1ins -si1os -si1s2p -sisse1 -si1ur -2s1j -sjaa2 -2s1k -ske1a2 -sk2lei -3sk2ler -s2kli -3s2kulp -s3kvar -s2k1^^f52li -2s1l -2s1m -2s1n -1sobi -s1oht -1soi -s1oks -2sole -s1o2lek -1son -1soo -s1orj -1sort -s1os -2so2sa -s1p -s2prii -2spu -2s1r -2s1s -ss2po -s1t -1staad -2ste -2sto -s2tr -st2rei -s3tseh -s3t2s^^fc -stus1a -stu2si -1s2tuud -1su -2sula. -2s1uss. -2s1v -1s^^f5 -2s1^^f5h -2s1^^f5ig -s1^^f52li -2s1^^f52p -1s^^f6 -2s1^^f62k -2s^^f6n -1s^^e4 -1s^^fc -2s^^fc2h -2s^^fclek -s1^^b2 -1ta -2taad -taa2r1e -2tabii -2tahi. -2t1aine -ta3lu -2tatis -t1b -2t3d2 -1te -te1al -te1an -te1a2s -te1a2va -teis2t -te1k2l -te1s2p -t1f -t1g -2t1h -1ti -ti1aj -ti1al -ti1as -ti1e2 -ti1os -2t1j -2t1k -tk2la -tk2r -2t1l -tlu2sa -2t1m -tmi2s1 -2t1n -1to -to1el -to1in -2t1o2sa. -2t1p2 -t1r -t2rall -1t2ran -1traum -3treim -1t2rep -1triip -1t2ruu -1t2r^^fc -2t1s -t3sae -tsea2 -1tseh -3tsehh -t2sp2 -t2st -2t1t -tte1e -1tu -tu1ar -tua2s -tu1kr -tu2sa -tus1a2j -tusk2 -tuss2 -tus3t2 -tu2s^^f5 -tu2s^^fcl -2t1v -1t^^f5 -2t^^f5mbl -1t^^f6 -t^^f6^^f6k2 -t^^f6^^f61p2 -1t^^e4 -t^^e4i2s1 -1t^^fc -2t1^^fc2hen -t1^^b2 -1t^^b2ek -1t^^b2em -uaa2l -u1ae -u1ain -u1akt -ua2la -u1alu -u1an -ua1o -ua1p2 -ua2se -ua2si. -u1ast -u1au -ua2val -u1b -u1do -u3d2raa -u1eh -u1ei -u1eks -ue2l -u1elu -u1f -u1g -u1i2ga. -u1i2h -ui2kl -u1ilm -1uim. -u1j -u2jumi -u1kraa -u1kruv -u2l1ol -u3lu -u1m -unaa2 -u1o -uo2l -uo2m -uo2p -uo2s -u1p -u2pl -u3p2la -up2r -uraa2l -ur1auk -1urb. -urp2 -us1abi -us1ais -us1akt -usa2l -us1ala -us1a2p -us1are -us1arm -u2sasu -use1an -u2s1iso -usk2r -us1oh -us1o2l -usp2 -u1s2por -1u2suli -us1^^fch -u2s1^^fck -u1t -u2tri -utus1a -u2t^^b2 -1uuen -uule1 -u1uu -u1v -u1^^f52 -u1^^f6 -u1^^e42 -u1^^fc2 -u1^^ba -1va -va1a2j -2v1ain -va1kr -va1p2l -2vart -vas2k1a -2v1d -1ve -vee1a -vee1k -vee1sp -2v3g2 -2v1h -1vi -2viitu -2v1j -2v1k -2v1l -2v1m -2v1n -2v1p2 -2v1r -2v1s -2v1t -2v1v -1zo -^^f51b -^^f5be1 -^^f51g -^^f5hi1 -^^f5hie2 -1^^f5igu -^^f5i2kl -^^f51j -^^f5ja1 -1^^f5mbl -^^f52petu -^^f5ra2s1 -^^f5u1a2r -^^f5ude1 -1^^f5un. -^^f51v -^^f61a2 -^^f61b -^^f61d -^^f62dee -^^f61g -^^f61h -^^f61j -^^f61k -1^^f62kon -^^f61l -^^f6li2s1 -^^f61m -^^f62p1au -^^f61p2la -^^f61v -^^f61^^f5 -^^f6^^f61e -^^f6^^f61i -^^f6^^f61o2 -^^e41b -^^e41d -^^e4e1a -^^e4e1o2 -^^e41g -^^e41j -1^^e42ke. -^^e4li2sa -^^e4ra1a -^^e4ra1o -^^fc1b -^^fc1g -^^fchi1a -1^^fchik -^^fc2hik. -^^fc1j -^^fc2lek -1^^fcleka -1^^fc2les -^^fcle2se -1^^fc2liko -^^fc1so -1^^fctle -^^fc1v -^^fc^^fcgi1 -^^fc^^fc2l1a2 -1^^b2a -1^^b2e -2^^b2ek -2^^b2em -1^^b2i -^^b21k -^^b21m -^^b21p -1^^b2^^f6 -1^^b2^^fc -1^^baa -1^^bai -1^^bao -}% diff -Nru texlive-lang-2007.dfsg.4/texmf/tex/generic/hyphen/fihyph.tex texlive-lang-2009/texmf/tex/generic/hyphen/fihyph.tex --- texlive-lang-2007.dfsg.4/texmf/tex/generic/hyphen/fihyph.tex 2006-01-02 23:53:43.000000000 +0000 +++ texlive-lang-2009/texmf/tex/generic/hyphen/fihyph.tex 1970-01-01 01:00:00.000000000 +0100 @@ -1,318 +0,0 @@ -% -% -----> Finnish hyphenation patterns for MLPCTeX <------ -% First release January -86 by Kauko Saarinen, -% Computing Centre, University of Jyvaskyla, Finland -% -% Completely rewritten January -88. The new patterns make -% much less mistakes with foreign and compound words. -% The article "Automatic Hyphenation of Finnish" -% by Professor Fred Karlsson is also referred -% --------------------------------------------------------- -% -% 8th March -89 (vers. 2.2), some vowel triples by Fred Karlsson added. -% 9th January - 95: added \uccode and \lccode by Thomas Esser -% -% ********* Patterns may be freely distributed ********** -% -% -\begingroup -\uccode`^^e4=`^^c4 \uccode`^^f6=`^^d6 -\lccode`^^e4=`^^e4 \lccode`^^f6=`^^f6 -\patterns{ -1ba -1be -1bi -1bo -1bu -1by -1da -1de -1di -1do -1du -1dy -1d^^e4 -1d^^f6 -1fa -1fe -1fi -1fo -1fu -1fy -1ga -1ge -1gi -1go -1gu -1gy -1g^^e4 -1g^^f6 -1ha -1he -1hi -1ho -1hu -1hy -1h^^e4 -1h^^f6 -1ja -1je -1ji -1jo -1ju -1jy -1j^^e4 -1j^^f6 -1ka -1ke -1ki -1ko -1ku -1ky -1k^^e4 -1k^^f6 -1la -1le -1li -1lo -1lu -1ly -1l^^e4 -1l^^f6 -1ma -1me -1mi -1mo -1mu -1my -1m^^e4 -1m^^f6 -1na -1ne -1ni -1no -1nu -1ny -1n^^e4 -1n^^f6 -1pa -1pe -1pi -1po -1pu -1py -1p^^e4 -1p^^f6 -1ra -1re -1ri -1ro -1ru -1ry -1r^^e4 -1r^^f6 -1sa -1se -1si -1so -1su -1sy -1s^^e4 -1s^^f6 -1ta -1te -1ti -1to -1tu -1ty -1t^^e4 -1t^^f6 -1va -1ve -1vi -1vo -1vu -1vy -1v^^e4 -1v^^f6 -% ------- Some common words borrowed from other languages ------- -% ------- This part could be updated from time to time ------- -% -1st2r % -stressi, -strategia etc. -% -% ------ Some special cases occuring with compound words only ---- -% ------ There still remains well known problem as 'kaivos\-aukko' etc. -%a1y (common in borrowed words) -^^e42y -y1a2 -y1o2 -o1y -^^f62y -u1y2 -y1u2 -^^f63a2 -^^f63o2 -^^e43a2 -^^e43o2 -^^e41u2 -^^f61u2 -a1^^e4 % (a1^^e42 ei mahdollinen!) -a1^^f6 -o1^^e4 -o1^^f6 -u1^^e42 -u1^^f62 -^^e42^^e4 -^^f62^^f6 -^^e42^^f6 -^^f62^^e4 -% lyhyt/pitka -vokaalipareja, tavallisesti sanarajalla -aa1i2 % maa-ikkuna -aa1e2 -aa1o2 % maa-ottelu -aa1u2 % uraa-uurtava -ee1a2 % tee-astia -ee1i2 % tee-istutus -ee1u2 % varietee-uusinta -ee1y2 -ii1a2 -ii1e2 -ii1o2 -uu1a2 -uu1e2 % puu-esine -uu1o2 % puu-osa -uu1i2 % puu-istutus -e1aa -i1aa -o1aa -u1aa -u1ee -a1uu % kala-uuni -i1uu % ravi-uutiset -e1uu % virhe-uutinen -o1uu % radio-uutiset -^^e4^^e41i -^^e4^^e41e -^^e4^^e43y -i1^^e4^^e4 -e1^^e4^^e4 -y1^^e4^^e4 -i1^^f6^^f6 % yhti-^^f6^^f6n etc. -%i1eu % keski-eurooppalainen -% vokaalikolmikkoja etc. yhdyssanojen rajoissa -% -------- vowel triples by Fred Karlsson -a1ei -a1oi -e1ai -% e1oi % ambiguous for ex. video-ilme (8.3.89) -i1au -% u1oi % ambiguous (8.3.89) -y1ei -ai1a -ai1e -ai1o -ai1u -au1a -au1e -eu1a -ie1a -ie1o -%ie1u % ambiguous -ie1y -io1a2 -io1e2 -iu1a -iu1e -iu1o -oi1a -oi1e -oi1o -oi1u -o1ui % veto-uistin, himo-uimari etc. -ou1e -ou1o -ue1a -ui1e -uo1a -% uo1i % ambiguous -uo1u -% ---------------- End of vowel triples -------------------- -e1^^f62 -^^f61e2 -.^^e42 % don't hyphenate ^^e4-lyllinen etc. -% -% The following patterns contain no general scientific rule. They -% are selected more or less intuitively to solve problems -% with common and frequently appearing compound words. -% However, every pattern resolves more than only one -% hyphenation problem. -% -u2s % estaa virheita yhdyssanojen yhteydessa -yli1o2p % yli-opisto etc. -ali1a2v % ali-avaruus etc. -1sp2li % kuutio-splini etc. -alous1 -keus1 % oikeus-oppinut etc. -rtaus1 -2s1ohje % -sohjelma etc. -2s1a2sia % nais-asianainen etc. -1a2sian % neuvottelu-asian etc. -1a2siat % koti-asian (ei kotia-sian) -1a2sioi % talous-asioita etc. -r2as l2as % tikku-rasia etc -2s1o2pisk % xs-opiskelija etc -2n1o2pet -2s1a2loi -2n1o2pist % kansan-opisto etc. -2s1o2pist -2s1o2sa % xxs-osakas etc. -2n1o2sa % asian-osainen etc. -alkei2s1 -perus1 -2s1i2dea. 2s1i2dean -2s1e2sity % xs-esitys etc -2n1e2dus % kansan-edustaja etc. -2s1ajatu % -ajatus etc. -2s1ase -2s1apu -2s1y2rit % yhteis-yritys etc. -.ydi2n1 -.suu2r1a2 % suur-ajot etc. -2s1y2hti -2n1otto 2n1oton -2n1anto 2n1anno -2n1a2jan 2n1aika -2n1o2mai -2n1y2lit -2s1a2len -2n1a2len -1a2siaka2s1 -ulo2s1 % ulos-ajo -2n1a2jo % kiven-ajo -2s1a2jo -% -% *** The following rules may be used on user's responsibility *** -% *** for example, may be needed with narrow columns *** -% >>>>>>>>>>> a1e a1o e1o o1a u1a <<<<<<<<<<< -% -% ----- Some districting rules by Professor Fred Karlsson's ideas ------ -% -b2l 1b2lo bib3li -b2r 1b2ri 1b2ro 1b2ru -d2r 1d2ra -f2l 1f2la -f2r 1f2ra 1f2re -g2l 1g2lo -g2r 1g2ra -k2l -1k2ra 1k2re 1k2ri -1k2v 1k2va -p2l -p2r 1p2ro -c2l -q2v 1q2vi -sc2h ts2h -ch2r -} -\endgroup -\endinput diff -Nru texlive-lang-2007.dfsg.4/texmf/tex/generic/hyphen/frhyph.tex texlive-lang-2009/texmf/tex/generic/hyphen/frhyph.tex --- texlive-lang-2007.dfsg.4/texmf/tex/generic/hyphen/frhyph.tex 2006-12-24 00:56:05.000000000 +0000 +++ texlive-lang-2009/texmf/tex/generic/hyphen/frhyph.tex 1970-01-01 01:00:00.000000000 +0100 @@ -1,1458 +0,0 @@ -% frhyph.tex % French hyphenation patterns -%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -% This file is available for free and can used and redistributed -% asis for free. Modified versions should have another name. -%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -\message{frhyph.tex - French hyphenation patterns (V2.12) <2002/12/11>} -% -%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -% *BEFORE* using this file *PLEASE* run checksum on it: % -% checksum -v frhyph.tex % -% to make sure that it hasn't been damaged. % -% Then if you notice anything wrong in french hyphenation please report to % -% R. Bastian, D. Flipo, B. Gaulle at the email address: % -% cesure-l@gutenberg.eu.org % -%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -%% checksum = "37208 1458 3078 34821" -%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -%%%%%%%% The most famous good guys who worked hard to obtain something usable. -% Jacques Desarmenien, Universite de Strasbourg : -% - << how to run TeX in a French environment: hyphenation, fonts, -% typography. >> in Tugboat, 5 (1984) 91-102. and TeX85 conference -% - << La division par ordinateur des mots francais : -% application a TeX >> in TSI vol. 5 No 4, 1986 (C) AFCET- -% Gauthier-Villars -% Norman Buckle, UQAH (nb; many additions) -% Michael Ferguson, INRS-Telecommunications (mjf) June 1988 -% Justin Bur, Universite de Montreal (jbb; checked against original list) -% all patterns including apostrophe missing from nb list -% after that, GUTenberg and specially Daniel Flipo and Bernard Gaulle -% did their best effort to improve the list of patterns. -% -% ----------------------------------------------------------------- -% -% Adaption of these patterns for -% - TeX Version 3.x and MLTeX 3.x (2.x) -% and -% - all fonts in T1/`Cork' and/or CM/OT1 encoding -% by Bernd Raichle 1996/08/28 (using ideas from `ghyph31.tex' -% as of 1994-02-13 maintained by Bernd Raichle). -% (An adaption for the old MLTeX 2.x exists but can not be -% tested in lack of an executable.) -% -% ----------------------------------------------------------------- -% -% The LaTeX2e identification of this file is done with the -% \ProvidesFile declaration. The group and \expandafter -% constructions keep \ProvidesFile undefined if this file -% is not used with LaTeX2e. -% -\begingroup \expandafter\expandafter\expandafter\endgroup -\expandafter\ifx\csname ProvidesFile\endcsname\relax \else -% unfortnately Babel 3.6 destroys standard LaTeX \ProvidesFile command -% thus i check if it's still the good one. --bg 97/04/08 -\def\PFnormaldef#1{% - \begingroup - \catcode`\ 10 % - \@makeother\/% - \@ifnextchar[{\@providesfile{#1}}{\@providesfile{#1}[]}} -\ifx\PFnormaldef\ProvidesFile - \ProvidesFile{frhyph.tex}[2002/12/11 % - French hyphenation patterns v2.12] -\fi -\fi -% -% Next we define some commands which are used inside the patterns. -% To keep them local, we enclose the rest of the file in a group -% (The \patterns command globally changes the hyphenation trie!). -% -\begingroup -% -% Make sure that neither quote nor doublequote are active: -\catcode`\'=12 \catcode`\"=12 -% -% -% Because ^^e4 is used in the following macros which is read by -% TeX 2.x as ^^e or %, the comment character of TeX, some trick -% has to be found to avoid this problem. The same is true for -% the normally illegal character ^^? in the TeX 2.x code. -% Therefore in the code the exclamationmark ! is used instead of -% the circumflex ^ and its \catcode is set appropriately -% (normally \catcode`\!=12, in the code \catcode`\!=7). -% -% The following \catcode, \lccode assignments and macro definitions -% are defined in such a way that the following \pattern{...} list -% can be used for both, (ML)TeX 2.x and (ML)TeX 3.x. -% To implement this, distinguish version 2.x and 3.x of TeX: -% -\ifnum`\@=`\^^40 % true => TeX 3.x - % - % Assign appropriate \catcode and \lccode values for all - % accented characters used in the patterns: - \catcode"E0=11 \lccode"E0="E0 % \`a - \catcode"E2=11 \lccode"E2="E2 % \^a - \catcode"E7=11 \lccode"E7="E7 % \c{c} - \catcode"E8=11 \lccode"E8="E8 % \`e - \catcode"E9=11 \lccode"E9="E9 % \'e - \catcode"EA=11 \lccode"EA="EA % \^e - \catcode"EB=11 \lccode"EB="EB % \"e (*unused*) - \catcode"EE=11 \lccode"EE="EE % \^{\i} - \catcode"EF=11 \lccode"EF="EF % \"{\i} - \catcode"F4=11 \lccode"F4="F4 % \^o - \catcode"F7=11 \lccode"F7="F7 % \oe{} - \catcode"F9=11 \lccode"F9="F9 % \`u (*unused*) - \catcode"FB=11 \lccode"FB="FB % \^u - \catcode"FC=11 \lccode"FC="FC % \"u (*unused*) - \catcode"B8=11 \lccode"B8="B8 % \"y (*unused*) - % - \catcode`\!=7 % use !!xy instead of ^^xy - % - % Define the accent macros in such a way that they - % expand to single letters in font encoding T1. - \def\E{\errmessage{Hyphenation pattern file corrupted}} - \def\`#1{\ifx#1a!!e0\else \ifx#1e!!e8\else \E \fi\fi} - \def\'#1{\ifx#1e!!e9\else \E \fi} - \def\^#1{\ifx#1a!!e2\else \ifx#1e!!ea% - \else \ifx#1i!!ee\else \ifx#1o!!f4% - \else \ifx#1u!!fb\else \E \fi\fi\fi\fi\fi} - \def\"#1{\ifx#1i!!ef\else \ifx#1e!!eb% - \else \ifx#1o!!f6\else \E \fi\fi\fi} - \def\c#1{\ifx#1c!!e7\else \E \fi} - \def\oe{!!f7}% T1 encoded \oe - % For \oe which exists in T1 _and_ OT1 encoded fonts but with - % different glyph codes, patterns for both glyphs are included. - % Thus you can use either T1 encoded fonts, or OT1 encoded fonts - % and MLTeX's character substitution definition. - \def\n#1{#1} - \catcode'33=11 \lccode'33='33 % \oe - \def\oeOT{!![}% OT1 encoded \oe %{]} brace hack - % - \catcode`\!=12 - % -\else % TeX 2 - % - \expandafter\ifx\csname starthyph\endcsname\relax % MLTeX 2.x? - \message{This is TeX version 2.x without the MLTeX extensions.} - \message{I'm sorry, you cannot use these hyphenation patterns.} - \message{To process the french hyphenation patterns you need either} - \message{TeX version 3.x, MLTeX 3.x, or MLTeX based on TeX 2.x.} - \errmessage{I will ignore the hyphenation patterns.} - \endgroup \csname fi\endcsname\csname fi\endcsname\endinput - \fi - % - % Untested macros for MLTeX v2.x replaced by the following message: - \message{This is MLTeX based on TeX version 2.x. To use these} - \message{patterns please get in contact with the maintainers} - \message{mentioned in the comment at the top of this file.} - \errmessage{I will ignore the hyphenation patterns.} - \endgroup \csname fi\endcsname\endinput - % -\fi -% -\lccode`\'=`\' -% -\patterns{ -%-------------------%-----------------------% -% phonetic patterns % etymological patterns % -%-------------------%-----------------------% -%%* -2'2 -%-------------------%-----------------------% -% phonetic patterns % etymological patterns % -%-------------------%-----------------------% -%%a -.a4 -'a4 -.\^a4 -'\^a4 -ab2h % df-bg 1998/02/07 for abhorrer - .ab3r\'ea - 'ab3r\'ea -ad2h % df-bg 1998/02/07 for adh\`esion & co - a1\`e2dre - .ae3s4ch - 'ae3s4ch - 1alcool - a2l1algi - .amino1a2c - 'amino1a2c - .ana3s4tr - 'ana3s4tr - 1a2nesth\'esi - .anti1a2 - 'anti1a2 - .anti1e2 - 'anti1e2 - .anti1\'e2 - .anti2enne - 'anti2enne - 'anti1\'e2 - .anti1s2 - 'anti1s2 - .apo2s3ta - 'apo2s3ta - apo2s3tr - archi1\'e2pis - .as2ta - 'as2ta - a2s3tro -%-------------------%-----------------------% -% phonetic patterns % etymological patterns % -%-------------------%-----------------------% -%%b -1ba -1b\^a - .bai2se3main % hyphen disappeared from french 5/2/94 -1be -1b\'e -1b\`e -1b\^e -4be. -4bes. -2bent. % mute syllable: tombent (df) 22/02/94 -1bi -1b\^i - .bi1a2c - .bi1a2t % like .tri1a2t for tri-athlon bg 12/27/93 - .bi1au - .bio1a2 - .bi2s1a2 - .bi1u2 -1b2l -4ble. -4bles. -2blent. % mute syllable: troublent (df) 28/02/94 -1bo -1b\^o -1b2r -4bre. -4bres. -2brent. % mute syllable: palabrent (df) 28/02/94 -1bu -1b\^u -1by -%-------------------%-----------------------% -% phonetic patterns % etymological patterns % -%-------------------%-----------------------% -%%c -1\c{c} -1ca -1c\^a -ca3ou3t2 % for caoutchou... added 3/1/94 df-bg -1ce -1c\'e -1c\`e -1c\^e -4ce. -4ces. -% words ending with -cent (df) 22/02/94 - 2cent. - ja3cent. - ac3cent. - \'e3cent. - munifi3cent. - r\'eti3cent. -privatdo3cent. - inno3cent. - es3cent. - acquies4cent. - is3cent. - immis4cent. -% -.ch4 -1c2h -4ch. -2chb -4che. -4ches. -2chent. % mute syllable: touchent (df) 22/02/94 - .ch\`e2vre3feuille % hyphen disappeared from french 5/2/94 -2chg -ch2l -4chle. -4chles. - chlo2r3a2c - chlo2r3\'e2t -2chm -2chn -2chp -ch2r -4chre. -4chres. -2chs -2cht -2chw -1ci -1c\^i - .ci2s1alp -1c2k -4ck. -2ckb -4cke. -4ckes. -2ckent. % mute syllable: stockent (df) 22/02/94 -2ckf -2ckg -2ck3h -2ckp -2cks -2ckt -1c2l -4cle. -4cles. -2clent. % mute syllable: encerclent (df) 28/02/94 -1co -1c\^o - co1acc - co1acq - co1a2d - co1ap - co1ar - co1assoc - co1assur - co1au - co1ax -1c\oe0 % final zero essential to terminate cs -\n{1c\oeOT} % for \oe in OT1 _and_ T1 font encoding - co1\'e2 - co1ef - co1en - co1ex - .con4 % missing from nb list - .cons4 % missing from nb list - .contre1s2c - .contre3ma\^itre % hyphen disappeared from french 5/2/94 - co2nurb - .co1o2 - .co2o3lie -1c2r -4cre. -4cres. -2crent. % mute syllable: massacrent (df) 28/02/94 -1cu -1c\^u -1cy -.cul4 % -- as .con4 .cons4 (march 92) -%-------------------%-----------------------% -% phonetic patterns % etymological patterns % -%-------------------%-----------------------% -%%d -1d' -1da -1d\^a - .dacryo1a2 -d1d2h -1de -1d\'e -1d\`e -1d\^e -4de. -4des. -% words ending with -dent (df) 22/02/94 - 2dent. -d\'eca3dent. - \'e3dent. - cci3dent. - inci3dent. - confi3dent. - tri3dent. - dissi3dent. - chien3dent. - .ar3dent. - impu3dent. - pru3dent. -% - .d\'e1a2 - .d\'e1io - .d\'e1o2 - .d\'e2s % originaly in JD file - %.d\'e2s1a2 removed 09/17/92 because wrong for the - % original JD 500 words test - .d\'e3s2a3cr - .d\'es2a3m % .d\'es2a2mi introduced 09/17/92 bec. i - % can't see why d\'esamidonner ran in JD. - % Moved to .d\'es2a3m df 12/27/93. - .d\'e3s2a3tell - .d\'e3s2astr - .d\'e3s2c % 1 moved 3 due to .d\'e2s 09/17/92 - %.d\'e2s1e2 removed 09/17/92 because wrong for the - % original JD 500 words test - .d\'e2s1\'e2 - .d\'e3s2\'e3gr - .d\'e3s2ensib - .d\'e3s2ert - .d\'e3s2exu - %.d\'e2s3h removed 09/17/92 because wrong for the - % original JD 500 words test - .d\'e2s1i2 - .d\'e3s2i3d - .d\'e3s2i3gn - .d\'e3s2i3li - .d\'e3s2i3nen - .d\'e3s2invo - .d\'e3s2i3r - .d\'e3s2ist - %.d\'e2s1o2 removed 09/17/92 because wrong for the - % original JD 500 words test - .d\'e3s2o3d\'e - .d\'e2s1\oe0 % final zero essential to terminate cs - \n{.d\'e2s1\oeOT} % for \oe in OT1 _and_ T1 font encoding - .d\'e3s2o3l - .d\'e3s2o3pil - .d\'e3s2orm - .d\'e3s2orp - .d\'e3s2oufr - .d\'e3s2p % 1 moved 3 due to .d\'e2s 09/17/92 - .d\'e3s2t % 1 moved 3 due to .d\'e2s 09/17/92 - .d\'e2s1u2n - 3d2hal - 3d2houd -1di -1d\^i - di2s3cop - .di1a2c\'e - .di1a2cid - .di1ald - .di1a2mi - .di1a2tom - .di1e2n - .di2s3h -2dlent. % mute syllable: jodlent (df) 28/02/94 -1do -1d\^o -1d2r -4dre. -4dres. -2drent. % mute syllable: engendrent (df) 28/02/94 -d1s2 -1du -1d\^u -1dy - .dy2s3 - .dy2s1a2 - .dy2s1i2 - .dy2s1o2 % missing from nb list - .dy2s1u2 -%-------------------%-----------------------% -% phonetic patterns % etymological patterns % -%-------------------%-----------------------% -%%e -.e4 -'e4 -.\^e4 -'\^e4 -.\'e4 -'\'e4 -.\`e4 -'\`e4 -\'ed2hi % df-bg 1998/02/07 for r\'edhibitoire - 1\'e2drie - 1\'e2drique - 1\'e2lectr - 1\'e2l\'ement - .en1a2 - 'en1a2 - 1\'e2nerg - e2n1i2vr - .en1o2 - 'en1o2 - \'epi2s3cop - \'epi3s4cope - e2s3cop - .eu2r1a2 - 'eu2r1a2 - eu1s2tat - extra1 - extra2c - extra2i -%-------------------%-----------------------% -% phonetic patterns % etymological patterns % -%-------------------%-----------------------% -%%f -1fa -1f\^a -1fe -1f\'e -1f\`e -1f\^e -4fe. -4fes. -2fent. % mute syllable: agrafent chauffent (df) 22/02/94 -% -1fi -1f\^i -1f2l -4fle. -4fles. -2flent. % mute syllable: gonflent (df) 28/02/94 -1fo -1f\^o -1f2r -4fre. -4fres. -2frent. % mute syllable: balafrent (df) 28/02/94 -f1s2 -1fu -1f\^u -1fy -%-------------------%-----------------------% -% phonetic patterns % etymological patterns % -%-------------------%-----------------------% -%%g -1ga -1g\^a -1ge -1g\'e -1g\`e -1g\^e -4ge. -4ges. -% words ending with -gent (df) 22/02/94 - 2gent. - r\'e3gent. - entre3gent. - indi3gent. - dili3gent. -intelli3gent. - indul3gent. - tan3gent. - rin3gent. - contin3gent. - .ar3gent. - 'ar3gent. - ser3gent. - ter3gent. -r\'esur3gent. -% -1g2ha -1g2he -1g2hi -1g2ho -1g2hy -1gi -1g\^i -1g2l -4gle. -4gles. -2glent. % mute syllable: meuglent (df) 28/02/94 - 1g2n - 'a2g3nat % (df) 16/01/02 - .a2g3nat % (df) 16/01/02 - a2g3nos % (df) 16/01/02 (pattern dia2g3n deleted) - co2g3niti % (df) 16/01/02 - 'i2g3n\'e % (df) 16/01/02 - .i2g3n\'e % (df) 16/01/02 - 'i2g3ni % (df) 16/01/02 - .i2g3ni % (df) 16/01/02 - .ma2g3nicide % (df) 16/01/02 - .ma2g3nificat % (df) 16/01/02 - .ma2g3num % (df) 16/01/02 - o2g3nomoni % (df) 16/01/02 - o2g3nosi % (df) 16/01/02 -.pro2g3nath % (df) 16/01/02 - pu2g3nable % (df) 16/01/02 - pu2g3nac % (df) 16/01/02 -.sta2g3n -.syn2g3nath % (df) 16/01/02 - wa2g3n -4gne. -4gnes. -2gnent. % mute syllable: accompagnent (df) 28/02/94 -1go -1g\^o -1g2r -4gre. -4gres. -2grent. % mute syllable: immigrent (df) 28/02/94 -1gu -1g\^u -g1s2 -4gue. -4gues. -% words ending with -guent (df) 22/02/94 - 2guent. -.on3guent. -'on3guent. -% -1gy -%-------------------%-----------------------% -% phonetic patterns % etymological patterns % -%-------------------%-----------------------% -%%h -1ha -1h\^a -1he -1h\'e -1h\`e -1h\^e - h\'emi1\'e - h\'emo1p2t -4he. -4hes. -1hi -1h\^i -1ho -1h\^o -1hu -1h\^u -1hy - hypera2 - hypere2 - hyper\'e2 - hyperi2 - hypero2 - hypers2 - hype4r1 - hyperu2 - hypo1a2 - hypo1e2 % missing from nb list - hypo1\'e2 - hypo1i2 - hypo1o2 - hypo1s2 - hypo1u2 -%-------------------%-----------------------% -% phonetic patterns % etymological patterns % -%-------------------%-----------------------% -%%i -.i4 -'i4 -.\^i4 -'\^i4 - i1algi - i1arthr - i1\`e2dre -% ill patterns missing from nb list - il2l - cil3l - rcil4l - ucil4l - vacil4l - gil3l - hil3l - lil3l - l3lion - mil3l - mil4let -\'emil4l - semil4l - rmil4l - armil5l - capil3l - papil3la - papil3le - papil3li - papil3lom - pupil3l - piril3l - thril3l - cyril3l - ibril3l - pusil3l - .stil3l -distil3l -instil3l -fritil3l -boutil3l - vanil3lin - vanil3lis - vil3l - avil4l -chevil4l - uevil4l - uvil4l - xil3l -% end of ill patterns - 1informat % missing from nb list - .in1a2 - 'in1a2 - .in2a3nit - 'in2a3nit - .in2augur - 'in2augur - .in1e2 - 'in1e2 - .in1\'e2 - 'in1\'e2 - .in2effab % missing from nb list - 'in2effab - .in2\'e3lucta - 'in2\'e3lucta - .in2\'e3narra - 'in2\'e3narra - .in2ept - 'in2ept - .in2er - 'in2er - .in2exora % missing from nb list - 'in2exora - .in1i2 - 'in1i2 - .in2i3miti - 'in2i3miti - .in2i3q - 'in2i3q - .in2i3t - 'in2i3t - .in1o2 - 'in1o2 - .in2o3cul - 'in2o3cul - .in2ond - 'in2ond - .in1s2tab - 'in1s2tab - 'inte4r3 - .intera2 - 'intera2 - .intere2 - 'intere2 - .inter\'e2 - 'inter\'e2 - .interi2 - 'interi2 - .intero2 - 'intero2 - .inte4r3 - .interu2 - 'interu2 - .inters2 - 'inters2 - .in1u2 - 'in1u2 - .in2uit - 'in2uit - .in2u3l - 'in2u3l - io1a2ct - i1oxy - i1s2tat -%-------------------%-----------------------% -% phonetic patterns % etymological patterns % -%-------------------%-----------------------% -%%j -1j -2jk -4je. -4jes. -2jent. % mute syllable: gal\`ejent (df) 22/02/94 -%-------------------%-----------------------% -% phonetic patterns % etymological patterns % -%-------------------%-----------------------% -%%k -1ka -1k\^a -1ke -1k\'e -1k\`e -1k\^e -4ke. -4kes. -2kent. % mute syllable: jerkent (df) 22/02/94 -1k2h -4kh. -.kh4 -1ki -1k\^i -1ko -1k\^o -1k2r -1ku -1k\^u -1ky -%-------------------%-----------------------% -% phonetic patterns % etymological patterns % -%-------------------%-----------------------% -%%l -1la -1l\^a -1l\`a - la2w3re -1le -1l\'e -1l\`e -1l\^e -4le. -4les. -% words ending with -lent (df) 22/02/94 - 2lent. - .ta3lent. - iva3lent. -\'equiva4lent. - monova3lent. - polyva3lent. - re3lent. - .do3lent. - indo3lent. - inso3lent. - turbu3lent. - succu3lent. - f\'ecu3lent. - trucu3lent. - opu3lent. - corpu3lent. - ru3lent. - sporu4lent. -% -1li -1l\^i -1lo -1l\^o -l1s2t -1lu -1l\^u -1ly -%-------------------%-----------------------% -% phonetic patterns % etymological patterns % -%-------------------%-----------------------% -%%m -1ma -1m\^a - .ma2c3k - .macro1s2c - .ma2l1a2dres - .ma2l1a2dro - .ma2l1ais\'e - .ma2l1ap - .ma2l1a2v - .ma2l1en - .ma2l1int - .ma2l1oc - .ma2l1o2d - .ma2r1x % nb (jbb: ?) -1me -1m\'e -1m\`e -1m\^e - .m\'e2g1oh - .m\'e2sa % missing from nb list - .m\'e3san % missing from nb list - .m\'e2s1es - .m\'e2s1i - .m\'e2s1u2s - .m\'eta1s2ta -4me. -4mes. -% words ending with -ment (df) 22/02/94 - \^a2ment. - da2ment. - fa2ment. - amalga2ment. - cla2ment. - ra2ment. -temp\'era3ment. - ta2ment. - testa3ment. - qua2ment. - \`e2ment. - car\^e2ment. - diaphrag2ment. - ryth2ment. - ai2ment. - rai3ment. - ab\^i2ment. - \'eci2ment. - vidi2ment. - subli2ment. - \'eli2ment. - reli2ment. - mi2ment. - ani2ment. - veni2ment. - ri2ment. - d\'etri3ment. - nutri3ment. - inti2ment. - esti2ment. - l2ment. - flam2ment. - gram2ment. - .gem2ment. - om2ment. - .com3ment. - \^o2ment. - slalo2ment. - chro2ment. - to2ment. - ar2ment. - .sar3ment. - er2ment. - antifer3ment. - .ser3ment. - fir2ment. - or2ment. - as2ment. - au2ment. - \'ecu2ment. - fu2ment. - hu2ment. - fichu3ment. - llu2ment. - plu2ment. - bou2ment. - bru2ment. - su2ment. - tu2ment. -% -1mi -1m\^i - .milli1am - 1m2n\'emo - 1m2n\`es - 1m2n\'esi -1mo -1m\^o -1m\oe0 % final zero essential to terminate cs -\n{1m\oeOT} % for \oe in OT1 _and_ T1 font encoding - .mono1a2 - .mono1e2 - .mono1\'e2 - .mono1i2 - .mono1\"i2d\'e - .mono1o2 - .mono1u2 - .mono1s2 - mon2t3r\'eal % missing from nb list -m1s2 -1mu -1m\^u -1my - moye2n1\^a2g -%-------------------%-----------------------% -% phonetic patterns % etymological patterns % -%-------------------%-----------------------% -%%n -1na -1n\^a -1ne -1n\'e -1n\`e -1n\^e -4ne. -4nes. -% words ending with -nent (df) 22/02/94 - 2nent. % fric-tionnent - syllable muette - bg 27/12/93 - r\'ema3nent. - imma3nent. - perma3nent. - .\'emi3nent. -pr\'e\'emi3nent. - pro\'emi3nent. - sur\'emi3nent. - immi3nent. - conti3nent. - perti3nent. - absti3nent. -% -1ni -1n\^i -1no -1n\^o -1n\oe0 % final zero essential to terminate cs -\n{1n\oeOT} % for \oe in OT1 _and_ T1 font encoding - .no2n1obs -1nu -1n\^u - n3s2at. - n3s2ats. -n1x -1ny -%-------------------%-----------------------% -% phonetic patterns % etymological patterns % -%-------------------%-----------------------% -%%o -.o4 -'o4 -'\^o4 -.\^o4 -%'\"o2 % mjf % deleted 3/1/94 df-bg - o2b3long - 1octet % missing from nb list - o1d2l - o1\`e2dre - o1ioni - ombud2s3 - omni1s2 - o1s2tas - o1s2tat - o1s2t\'ero - o1s2tim - o1s2tom - o1s2trad - o1s2tratu - o1s2triction - .oua1ou - 'oua1ou - .ovi1s2c - 'ovi1s2c - oxy1a2 -%-------------------%-----------------------% -% phonetic patterns % etymological patterns % -%-------------------%-----------------------% -%%p -1pa -1p\^a - pal\'eo1\'e2 - .pa2n1a2f - .pa2n1a2m\'e - .pa2n1a2ra - .pa2n1is - .pa2n1o2ph - .pa2n1opt - .pa2r1a2che - .pa2r1a2ch\`e - .para1s2 - .pa2r3h\'e -1pe -1p\'e -1p\`e -1p\^e -4pe. -4pes. -% words ending with -pent (df) 22/02/94 - 2pent. - re3pent. -.ar3pent. -'ar3pent. -ser3pent. -% - .pen2ta % pent- or penta- but never pen-ta bg 12/27/93 - per3h - p\'e2nul % p\'e2n1ul moved back 09/17/92 to JD def. - .pe4r - .per1a2 - .per1e2 - .per1\'e2 - .per1i2 - .per1o2 - .per1u2 - p\'e1r2\'e2q % 2r1 moved 09/17/92 to 1r2(it was a typo) - .p\'eri1os - .p\'eri1s2 - .p\'eri2s3s - .p\'eri2s3ta - .p\'eri1u2 -1p2h -.ph4 -4ph. - .phalan3s2t -4phe. -4phes. -2phent. % mute syllable: triomphent (df) 22/02/94 -ph2l -4phle. -4phles. -2phn - photo1s2 -ph2r -4phre. -4phres. -2phs -2pht - 3ph2tal\'e - 3ph2tis -%%%% Here is an example of a pb involving phonetic and etymologic patterns 5/94 -%%%% .phyto3ph2 % originaly, but wrong for phy-toph-thora 9/92 -%%%% .phy2topha % for -pharmacie but wrong for phyto-biol.. 5/94 -1pi -1p\^i -1p2l -4ple. -4ples. -2plent. % mute syllable: accouplent (df) 28/02/94 - .pluri1a - 1p2n\'e - 1p2neu -1po -1p\^o - po1astre - poly1a2 - poly1e2 - poly1\'e2 - poly1\`e2 - poly1i2 - poly1o2 - poly1s2 - poly1u2 - .pon2tet % JD hypenated it asis 09/17/92, exception - .pos2t3h - .pos2t1in - .pos2t1o2 - .pos2t3r - .post1s2 -1p2r -4pre. -4pres. -2prent. % mute syllable: empourprent (df) 28/02/94 - .pr\'e1a2 - .pr\'e2a3la % missing from nb list - .pr\'e2au - .pr\'e1\'e2 - .pr\'e1e2 - .pr\'e1i2 - .pr\'e1o2 - .pr\'e1u2 - .pr\'e1s2 - .pro1\'e2 - .pro1s2c\'e - pro2s3tat - .prou3d2h - 1p2sych - .psycho1a2n - 1p2t\`er - 1p2t\'er -1pu - .pud1d2l -1p\^u -1py -%-------------------%-----------------------% -% phonetic patterns % etymological patterns % -%-------------------%-----------------------% -%%q -1q -4que. -4ques. -% words ending with -quent (df) 22/02/94 - 2quent. - \'e3quent. - \'elo3quent. -grandilo3quent. -%-------------------%-----------------------% -% phonetic patterns % etymological patterns % -%-------------------%-----------------------% -%%r -1ra -1r\^a - radio1a2 % missing from nb list -1re -1r\'e -1r\`e -1r\^e - .r\'e1a2 - .r\'e2a3le - .r\'e2a3lis - .r\'e2a3lit - .r\'e2aux - .r\'e1\'e2 - .r\'e1e2 - .r\'e2el - .r\'e2er - .r\'e2\`er - .r\'e1i2 - .r\'e2i3fi - .r\'e1o2 - .re1s2 - .re2s3cap - .re2s3cisi % for res-cision 09/17/92 (missing from nb) - .re2s3ciso % for res-cisoire 09/17/92(missing from nb) - .re2s3cou - .re2s3cri - .re2s3pect - .re2s3pir - .re2s3plend - .re2s3pons - .re2s3quil - .re2s3s - .re2s3t - .re3s4tab - .re3s4tag - .re3s4tand - .re3s4tat - .re3s4t\'en - .re3s4t\'er - .re3s4tim - .re3s4tip - .re3s4toc - .re3s4top - .re3s4tr - .re4s5trein - .re4s5trict - .re4s5trin - .re3s4tu - .re3s4ty - .r\'eu2 %.r\'e1u2 % pattern rejected 12/2/92 - % (don't hyphenate as r\'e-union nor r\'eu-nion) - .r\'e2uss - .r\'etro1a2 -4re. -4res. -% words ending with -rent (df) 22/02/94 - 2rent. % es-p\`erent - syllable muette - bg 27/12/93 - .pa3rent. - appa3rent. -transpa3rent. - \'e3rent. - tor3rent. - cur3rent. -% -1r2h -4rhe. -4rhes. - 2r3heur - 2r3hydr -1ri -1r\^i -1ro -1r\^o -1ru -1r\^u -1ry -%-------------------%-----------------------% -% phonetic patterns % etymological patterns % -%-------------------%-----------------------% -%%s -1sa -1s\^a -.sch4 - 1s2caph - 1s2cl\'er - 1s2cop - 1s2ch -e2s3ch -i2s3ch\'e -i2s3chia -i2s3chio -4sch. -4sche. -4sches. -2schs -1se -1s\'e -1s\`e -1s\^e - sesqui1a2 -4se. -4ses. -% words ending with -sent (df) 22/02/94 - 2sent. % massent - syllable muette - bg 27/12/93 - ab3sent. -pr\'e3sent. - .res3sent. -% -.seu2le % jbb -.sh4 -1s2h -4sh. -4she. -4shes. -2shent. % mute syllable: smashent (df) 22/02/94 -2shm - 2s3hom -2shr -2shs -1si -1s\^i - 1s2lav - 1s2lov -1so -1s\^o -1s\oe0 % final zero essential to terminate cs -\n{1s\oeOT} % for \oe in OT1 _and_ T1 font encoding - 1s2patia - 1s2perm - 1s2por - 1s2ph\`er - 1s2ph\'er - 1s2piel - 1s2piros - 1s2tandard - 1s2tein - st\'er\'eo1s2 - 1s2tigm - 1s2tock - 1s2tomos - 1s2troph - 1s2tructu - 1s2tyle -1su -1s\^u - .su2b1a2 - .su3b2alt - .su2b1\'e2 - .su3b2\'e3r - .su2b1in - .su2b3limin - .su2b3lin - .su2b3lu - sub1s2 - .su2b1ur - supero2 - supe4r1 - supers2 - .su2r1a2 - su3r2ah - .su3r2a3t - .su2r1e2 - .su3r2eau - .su3r2ell - .su3r2et - .su2r1\'e2 - .su2r3h - .su2r1i2m - .su2r1inf - .su2r1int - .su2r1of - .su2r1ox -1sy -%-------------------%-----------------------% -% phonetic patterns % etymological patterns % -%-------------------%-----------------------% -%%t -1ta -1t\^a -1t\`a - tachy1a2 - tchin3t2 -1te -1t\'e -1t\`e -1t\^e - t\'el\'e1e2 - t\'el\'e1i2 - t\'el\'e1o2b - t\'el\'e1o2p - t\'el\'e1s2 -4te. -4tes. -% words ending with -tent (df) 22/02/94 - 2tent. % mentent - syllable muette - bg 27/12/93 - .la3tent. - .pa3tent. - comp\'e3tent. - \'eni3tent. - m\'econ3tent. - omnipo3tent. -ventripo3tent. -\'equipo3tent. - impo3tent. - mit3tent. -% -.th4 -1t2h -4th. -4the. -4thes. - thermo1s2 - 2t3heur -2thl % th2l was wrong for ...ath-lon (jd said 2thl) df 12/27/93 -2thm -2thn -th2r -4thre. -4thres. -2ths -1ti -1t\^i -1to -1t\^o -1t2r - tran2s1a2 - tran3s2act - tran3s2ats - tran2s3h - tran2s1o2 - tran2s3p - tran2s1u2 -4tre. -4tres. -2trent. % mute syllable: infiltrent (df) 28/02/94 - .tri1a2c - .tri1a2n - .tri1a2t - .tri1o2n - t1t2l -1tu -1t\^u -tung2s3 -1ty -%-------------------%-----------------------% -% phonetic patterns % etymological patterns % -%-------------------%-----------------------% -%%u -.u4 -'u4 -.\^u4 -'\^u4 - uni1o2v - uni1a2x - u2s3tr -%-------------------%-----------------------% -% phonetic patterns % etymological patterns % -%-------------------%-----------------------% -%%v -1va -1v\^a -1ve -1v\'e -1v\`e -1v\^e - v\'elo1s2ki -4ve. -4ves. -% words ending with -vent (df) 22/02/94 - 2vent. -conni3vent. - .sou3vent. -% -1vi -1v\^i -1vo -1v\^o - vol2t1amp -1v2r -4vre. -4vres. -2vrent. % mute syllable: recouvrent (df) 28/02/94 -1vu -1v\^u -1vy -%-------------------%-----------------------% -% phonetic patterns % etymological patterns % -%-------------------%-----------------------% -%%w -1wa -1we -4we. -4wes. -2went. % mute syllable: interviewent (df) 22/02/94 -1wi -1wo -1wu -1w2r -%-------------------%-----------------------% -% phonetic patterns % etymological patterns % -%-------------------%-----------------------% -%%x -2xent. % mute syllable: malaxent (df) 22/02/94 -%-------------------%-----------------------% -% phonetic patterns % etymological patterns % -%-------------------%-----------------------% -%%y -.y4 -'y4 - y1asth - y1s2tom - y1algi -%-------------------%-----------------------% -% phonetic patterns % etymological patterns % -%-------------------%-----------------------% -%%z -1za -1ze -1z\'e -1z\`e -4ze. -4zes. -% words ending with -zent (df) 22/02/94 - 2zent. -privatdo3zent. -% -1zi -1zo -1zu -1zy -} -\endgroup -\endinput -%% -%% End of file `frhyph.tex'. diff -Nru texlive-lang-2007.dfsg.4/texmf/tex/generic/hyphen/glhyph.tex texlive-lang-2009/texmf/tex/generic/hyphen/glhyph.tex --- texlive-lang-2007.dfsg.4/texmf/tex/generic/hyphen/glhyph.tex 2006-09-13 00:15:04.000000000 +0100 +++ texlive-lang-2009/texmf/tex/generic/hyphen/glhyph.tex 1970-01-01 01:00:00.000000000 +0100 @@ -1,73 +0,0 @@ -% glhyph.tex Version 1.0 -% Hyphenation patterns for Galician. -% -% Based on the work by Javier Bezos and CervanTeX (eshyph.tex) -% Adapted to Galician. -% -% (c) Javier Múgica 2006 -% License: LPPL -% Some parts (most parts): esphyph.tex, (c) Javier Bezos and CervanTeX 2001-2006, Licence: LPPL -% -% LPPL maintenance status: maintained -% Current Maintainer: Javier Múgica -% -% For bug reports and comments: -% -% Javier Múgica, javier@digi21.net -% -% -% Note that there is no 'j' nor 'y' in Galician - -\catcode`\^^e1=11 \lccode`\^^e1=`\^^e1 % 'a -\catcode`\^^e9=11 \lccode`\^^e9=`\^^e9 % 'e -\catcode`\^^ed=11 \lccode`\^^ed=`\^^ed % 'i -\catcode`\^^f1=11 \lccode`\^^f1=`\^^f1 % 'o -\catcode`\^^f3=11 \lccode`\^^f3=`\^^f3 % ~n -\catcode`\^^fa=11 \lccode`\^^fa=`\^^fa % 'u -\catcode`\^^fc=11 \lccode`\^^fc=`\^^fc % "u -\patterns{ -1ñ -1b 2bb 2bc 2bd 2bf 2bg 2b1h 2bk b2l 2bl. 2bm 2bn 2bp 2bq b2r 2br. 2bs 2bt 2bv 2bw 2bx 2by 2bz -1c 2cb 2cc 2cd 2cf 2cg c4h 2ch. c2k c2l 2cl. 2cm 2cn 2cp 2cq c2r 2cr. 2cs 2ct 2cv 2cw 2cx 2cz -1d 2db 2dc 2dd 2df 2dg 2d1h 2dk 2dl 2dm 2dn 2dp 2dq d2r 2dr. 2ds 2dt 2dv 2dw 2dx 2dy 2dz -1f 2fb 2fc 2fd 2ff 2fg 2f1h 2fk f2l 2fl. 2fm 2fn 2fp 2fq f2r 2fr. 2fs 2ft 2fv 2fw 2fx 2fz -1g 2gb 2gc 2gd 2gf 2gg 2g2h 2gk g2l 2gl. 2gm 2gn 2gp 2gq g2r 2gr. 2gs 2gt 2gv 2gw 2gx 2gz -2hb 2hc 2hd 2hf 2hg 2h1h 2hk 2hl 2hm 2hn 2hp 2hq 2hr 2hs 2ht 2hv 2hw 2hx 2hy 2hz -1k 2kb 2kc 2kd 2kf 2kg 2k2h 2kk k2l 2kl. 2km 2kn 2kp 2kq k2r 2kr. 2ks 2kt 2kv 2kw 2kx 2kz -1l 2lb 2lc 2ld 2lf 2lg 2l1h 2lk l4l 2ll. 2lm 2ln 2lp 2lq 2lr 2ls 2lt 2lv 2lw 2lx 2lz -1m 2mb 2mc 2md 2mf 2mg 2m1h 2mk 2ml 2mm 2mn 2mp 2mq 2mr 2ms 2mt 2mv 2mw 2mx 2mz -1n 2nb 2nc 2nd 2nf 2ng 2n1h 2nk 2nl 2nm 2nn 2np 2nq 2nr 2ns 2nt 2nv 2nw 2nx 2nz -1p 2pb 2pc 2pd 2pf 2pg 2p1h 2pk p2l 2pl. 2pm 2pn 2pp 2pq p2r 2pr. 2ps 2pt 2pv 2pw 2px 2pz -1q 2qb 2qc 2qd 2qf 2qg 2q1h 2qk 2ql 2qm 2qn 2qp 2qq 2qr 2qs 2qt 2qv 2qw 2qx 2qz -1r 2rb 2rc 2rd 2rf 2rg 2r1h 2rk 2rl 2rm 2rn 2rp 2rq r2r 2rr. 2rs 2rt 2rv 2rw 2rx 2rz -1s 2sb 2sc 2sd 2sf 2sg 2s1h 2sk 2sl 2sm 2sn 2sp 2sq 2sr 2ss 2st 2sv 2sw 2sx 2sz -1t 2tb 2tc 2td 2tf 2tg 2t1h 2tk 2tm 2tn 2tp 2tq t2r 2tr. 2ts 2tt 2tv 2tw t2x 2tz -1v 2vb 2vc 2vd 2vf 2vg 2v1h 2vk v2l 2vl. 2vm 2vn 2vp 2vq v2r 2vr. 2vs 2vt 2vv 2vw 2vx 2vz -1w 2wb 2wc 2wd 2wf 2wg 2w1h 2wk w2l 2wl. 2wm 2wn 2wp 2wq w2r 2wr. 2ws 2wt 2wv 2ww 2wx 2wz -1x 2xb 2xc 2xd 2xf 2xg 2x1h 2xk 2xl 2xm 2xn 2xp 2xq 2xr 2xs 2xt 2xv 2xw 2xx 2xz -1z 2zb 2zc 2zd 2zf 2zg 2z1h 2zk 2zl 2zm 2zn 2zp 2zq 2zr 2zs 2zt 2zv 2zw 2zx 2zz -2t2l -2b3p2t 2c3p2t 2d3p2t 2l3p2t 2m3p2t 2n3p2t 2r3p2t 2s3p2t 2t3p2t 2x3p2t 4pt. -2b3c2t 2c3c2t 2d3c2t 2l3c2t 2m3c2t 2n3c2t 2r3c2t 2s3c2t 2t3c2t 2x3c2t 4ct. -2b3c2n 2c3c2n 2d3c2n 2l3c2n 2m3c2n 2n3c2n 2r3c2n 2s3c2n 2t3c2n 2x3c2n 4cn. -2b3p2s 2c3p2s 2d3p2s 2l3p2s 2m3p2s 2n3p2s 2r3p2s 2s3p2s 2t3p2s 2x3p2s 4pc. -2b3m2n 2c3m2n 2d3m2n 2l3m2n 2m3m2n 2n3m2n 2r3m2n 2s3m2n 2t3m2n 2x3m2n 4mn. -2b3g2n 2c3g2n 2d3g2n 2l3g2n 2m3g2n 2n3g2n 2r3g2n 2s3g2n 2t3g2n 2x3g2n 4gn. -2b3f2t 2c3f2t 2d3f2t 2l3f2t 2m3f2t 2n3f2t 2r3f2t 2s3f2t 2t3f2t 2x3f2t 4ft. -2b3p2n 2c3p2n 2d3p2n 2l3p2n 2m3p2n 2n3p2n 2r3p2n 2s3p2n 2t3p2n 2x3p2n 4pn. -2b3c2z 2c3c2z 2d3c2z 2l3c2z 2m3c2z 2n3c2z 2r3c2z 2s3c2z 2t3c2z 2x3c2z 4cz. -2b3t2z 2c3t2z 2d3t2z 2l3t2z 2m3t2z 2n3t2z 2r3t2z 2s3t2z 2t3t2z 2x3t2z 4tz. -2b3t2s 2c3t2s 2d3t2s 2l3t2s 2m3t2s 2n3t2s 2r3t2s 2s3t2s 2t3t2s 2x3t2s 4ts. -san4c5t -plan4c5t -% Do no break the group unha -un2ha -% We now avoid some problematic breaks. -2non. .non4 -su2b2r su2b2l -% Avoid ugly breaks -4caca4 4cago4 4caga4 4cagas. -4peido. 4peidos. -4puta4 4puto4 -4cona. -} diff -Nru texlive-lang-2007.dfsg.4/texmf/tex/generic/hyphen/grahyph4.tex texlive-lang-2009/texmf/tex/generic/hyphen/grahyph4.tex --- texlive-lang-2007.dfsg.4/texmf/tex/generic/hyphen/grahyph4.tex 2006-01-02 23:53:43.000000000 +0000 +++ texlive-lang-2009/texmf/tex/generic/hyphen/grahyph4.tex 1970-01-01 01:00:00.000000000 +0100 @@ -1,2111 +0,0 @@ -% **************************************************************** -% -% File name: grahyph4.tex -% -% Created: June 1st, 1999 -% First release: Apr. 13, 2000 -% Revised: Aug. 17, 2004 -% Version: 4.0 -% -% Hyphenation patterns for Ancient Greek. -% -% Created by Dimitrios Filippou with some ideas borrowed from -% Yannis Haralambous, Kostis Dryllerakis and Claudio Beccari. -% -% These hyphenation patterns are explained in "ancient.pdf". -% Hyphenation examples are given in the file "anc-test.pdf". -% Some doubtful patterns are marked by three question marks "???". -% -% **************************************************************** -% -\message{Hyphenation patterns for Ancient Greek} -\begingroup -\catcode`~=12 -\lccode`<=`< \lccode`>=`> \lccode``=`` -\lccode`'=`' \lccode`~=`~ \lccode`"=`" -\lccode``=`` \lccode`|=`| -\patterns{% -%%%% vowels -a1 -e1 -h1 -i1 -o1 -u1 -w1 -a2|1 -h2|1 -w2|1 -%%%% diphthogs and exceptions -a2i -a2'i -a2`i -a2~i -a2>i -a2>'i -a2>`i -a2>~i -a2a3i -u -a2>'u -a2>`u -a2>~u -a2a3u -i -e2>'i -e2>`i -e2>~i -e2e3i -u -e2>'u -e2>`u -e2>~u -e2e3u -h2u -h2'u -h2`u -h2~u -h2>u -h2>'u -h2>`u -h2>~u -h2h3u -i -o2>'i -o2>`i -o2>~i -o2o3i -u -o2>'u -o2>`u -o2>~u -o2o3u -i -u2>'i -u2>`i -u2>~i -u2u3i -ou4i -2r1<2r -2s1s -2t1t -2f1f -2q1q -2y1y -%%%% other divisable consonant combinations -2b1g -2b1z -2b1j -2b1k -2b1x -2b1p -2b1s -2b1t -2b1f -2b1q -2b1y -% -2g1b -2g1z -2g1j -2g1k -2g1x -2g1p -2g1s -2g1t -2g1f -2g1q -2g1y -% -2d1b -2d1g -2d1z -2d1j -2d1k -2d1l -2d1x -2d1p -2d1s -2d1t -2d1f -2d1q -2d1y -% -2z1b % Liddell-Scott lexicon: Zbelgo~urdoc ??? -2z1g -2z1d -2z1j -2z1k -2z1l -2z1m -2z1n -2z1x -2z1p -2z1r -2z1s -2z1t -2z1f -2z1q -2z1y -% -2j1b -2j1g -2j1d -2j1z -2j1k -2j1x -2j1p -2j1s -2j1t -2j1f -2j1q -2j1y -% -2k1b -2k1g -2k1d -2k1z -2k1j -2k1x -2k1p -2k1s -2k1f -2k1q -2k1y -% -2l1b -2l1g -2l1d -2l1z -2l1j -2l1k -2l1m -2l1n -2l1x -2l1p -2l1r -2l1s -2l1t -2l1f -2l1q -2l1y -% -2m1b -2m1g -2m1d -2m1z -2m1j -2m1k -2m1l -2m1x -2m1p -2m1r -2m1s -2m1t -2m1f -2m1q -2m1y -% -2n1b -2n1g -2n1d -2n1z -2n1j -2n1k -2n1l -2n1m -2n1x -2n1p -2n1r -2n1s -2nc. -2n1t -2n1f -2n1q -2n1y -% -2x1b -2x1g -2x1d -2x1z -2x1j -2x1k -2x1l -2x1m -2x1n -2x1p -2x1r -2x1s -2x1t -2x1f -2x1q -2x1y -% -2p1b -2p1g -2p1d -2p1z -2p1j -2p1k -2p1x -2p1s -2p1f -2p1q -2p1y -% -2r1b -2r1g -2r1d -2r1z -2r1j -2r1k -2r1l -2r1m -2r1n -2r1x -2r1p -2r1s -2r1t -2r1f -2r1q -2r1y -% -% 2s1g % Liddell-Scott lexicon: sg'alh = sk'ala -2s1d % Liddell-Scott lexicon: sde'ugla = ze'ugla, sd = z ??? -2s1z -2s1l -2s1n -2s1x -2s1r -2s1y -% -2t1b -2t1g -2t1d -2t1z -2t1j -2t1k -2t1x -2t1p -2t1s -2t1f -2t1q -2t1y -% -2f1b -2f1g -2f1d -2f1z -2f1k -2f1x -2f1p -2f1s -2f1t -2f1q -2f1y -% -2q1b -2q1g -2q1d -2q1z -2q1k -2q1x -2q1p -2q1s -2q1t -2q1f -2q1y -% -2y1b -2y1g -2y1d -2y1z -2y1j -2y1k -2y1l -2y1m -2y1n -2y1x -2y1p -2y1r -2y1s -2y1t -2y1f -2y1q -%%%% troublesome double-consonant-apostrophe endings (mostly in poetry) -4bd'' -4bl'' -4bm'' -4bn'' -4br'' -% -4gd'' -4gl'' -4gm'' -4gn'' -4gr'' -% -4dm'' -4dn'' -4dr'' -% -4zb'' -% -4jl'' -4lm'' -4jn'' -4jr'' -% -4kl'' -4km'' -4kn'' -4kr'' -4kt'' -% -4mn'' -% -4pl'' -4pm'' -4pn'' -4pr'' -4pt'' -% -4sb'' -4sg'' -4sd'' -4sj'' -4sk'' -4sm'' -4sp'' -4st'' -4sf'' -4sq'' -% -4fj'' -4fl'' -4fm'' -4fn'' -4fr'' -% -4qj'' -4ql'' -4qm'' -4qn'' -4qr'' -%%%% compound words / hyphenated according to DF -%%%% -%%%% check for ??? for problematic words! -% ->agw2n1'ar % >agwn-'arqhc ->agw2n1ar ->adi'e2x1 % >adi'ex-odoc ->adie2x1 ->adu2s1'w % >adus-'wphtoc ->adu2s1w -ampal'i2n1 % >ampal'in-orroc ->ampali2n1 ->amf'i2s1b % >amf'is-baina ->amfi2s1b -% >hmfe2s1b % (>a'or. to~u >amfisbht~w) ??? -% >hmfi2s1b ->amf'i2s1w % >amf'is-wpoc ->amfi2s1'w ->a2n1ag'hc. % >an-ag'hc ->a2n1ag`hc. ->a2n1ag'hs. ->a2n1ag`hs. ->a2n1ago ->a2n1age~i. ->a2n1ag~h. ->a2n1ag'ec. ->a2n1ag`ec. ->a2n1ag'es. ->a2n1ag`es. ->a2n1age~ic. ->a2n1age~is. ->a2n1ag~wn. ->a2n1ag'esi ->a2n1ag~h ->a2n1'agku % >an-'agkuloc ->a2n1agk'u ->'a2n1agn % >'anagnoc ->a2n1'agn ->a2n1agn % >an-agne'ia - >a3n2agn'a % >ana-gn'amptw - >a3n2agnw % >ana-gnwr'izw - >a3n2'agnw % >an'a-gnwsic - >a3n2agn'w ->a2n1agr'i % >an-agr'ia ->a2n1agr~i % >an-agr~iai ->a2n1agri % >an-agri~wn ->a2n1'agwg % >an-'agwgoc ->a2n1ag'wg - >a3n2ag'wgi % >ana-g'wgioc - >a3n2agwg'i - >a4n3agwg'ia % >an-agwg'ia ->a2n1'adel % >an-'adelfoc ->a2n1ad'el ->a2n1'aelp % >an-'aelptoc ->a2n1a'elp ->'a2n1ajl % >'an-ajloc ->a2n1'ajl ->a2n1a'id % >an-a'ideia ->a2n1aid % >an-aid'hc ->'a2n1aim % >'an-aimoc ->a2n1a'im ->a2n1aim % >an-aim'ia ->a2n1a'isj % >an-a'isjhtoc ->a2n1aisj ->a2n1aisi % >an-aisim'ow ->a2n1ais'i ->a2n1a'isq % >an-a'isquntoc ->a2n1aisq ->a2n1a'it % >an-a'itioc ->a2n1ait ->a2n1'akan % >an-'akanjoc ->a2n1ak'an ->a2n1ak'olo % >an-ak'oloujoc ->a2n1akolo ->a2n1alg % >an-alg'hc ->a2n1ald % >an-ald'hc - >a3n2alda % >anal-da'inw - >a3n2ald'hsk % >anal-d'hskw ->a2n1'aleip % >an-'aleiptoc ->a2n1ale'ip ->a2n1aleif % >an-aleif'ih ->a2n1'aleif % >an-'aleifoc ->a2n1ale'if ->a2n1al'hj % >an-al'hjhc ->a2n1alhj ->a2n1'alj % >an-'aljhtoc ->a2n1alj ->a2n1'alip % >an-'alipoc ->a2n1al'ip ->a2n1'alist % >an-'alistoc ->a2n1al'ist ->a2n1alk % >an-alk'hc ->'a2n1alk % >an-'alkic ->a2n1'alk ->a2n1'all % >an-'allaktoc ->a2n1all - >a3n2'allo % an'al-lomai - >a3n2'alle ->'a2n1alm % >'an-almoc ->a2n1'alm % >an-'almuroc ->a2n1alm ->'a2n1alo % >'an-aloc ->a2n1'alou ->a2n1'alw|. ->'a2n1ale. ->a2n1'aloi ->a2n1'alwn. ->'a2n1alt % >'an-altoc ->a2n1'alt ->a2n1am'ax % >an-am'axeutoc ->a2n1amax ->a2n1am'art % >an-am'arthtoc ->a2n1amart ->a2n1am'elg % >an-am'elghtoc ->a2n1amelg ->a2n1amp % >an-amp'eqonoc ->a2n1'amp % >an-'ampux ->a2n1amf % >an-amf'hristoc ->anamfi2s1 % >an-amfis-b'hthtoc ->a2n1an'agk % >an-an'agkastoc ->a2n1anagk ->'a2n1and % >'an-androc ->a2n1'and ->a2n1anj % >an-anj'hc - >a3n2anj'e % >anan-j'ew - >a4n3anj'ec. % >an-anj'ec - >a4n3anj`ec. - >a4n3anj'es. - >a4n3anj`es. - >a4n3anj'esi ->a2n1'anio % >an-'anioc ->a2n1an'io ->a2n1an'iw ->a2n1antag % >an-antag'wnistoc ->a2n1antap % >an-antap'odotoc ->a2n1ant'i % >an-ant'ijetoc ->a2n1anti ->ana2x1ag % >Anax-ag'orac ->an'a2x1an % >An'ax-androc ->ana2x1'an ->ana2x1an % >Anax-andr'idhc ->an'a2x1ar % >An'ax-arqoc ->ana2x1'ar ->an'a2x1ip % >An'ax-ippoc ->ana2x1'ip ->a2n1axi'ol % >an-axi'ologoc ->a2n1axiol ->a2n1axi'op % >an-axi'opistoc ->a2n1axiop ->a2n1'axio % >an-'axioc ->a2n1ax'io ->a2n1ax'iw ->a2n1ax'ia ->a2n1ax~ia ->a2n1ap'alla % >an-ap'allaktoc ->a2n1apall'a ->a2n1ap'art % >an-ap'artistoc ->a2n1apart ->a2n1apa'ud % >an-apa'udhtoc ->a2n1apaud ->a2n1ap'ob % >an-ap'oblhtoc ->a2n1apob ->a2n1ap'og % >an-ap'ografoc ->a2n1apog ->a2n1apod'h % >an-apod'hmhtoc ->a2n1apodh ->a2n1ap'odo % >an-ap'odotoc ->a2n1apod'o ->a2n1ap'odr % >an-ap'odrastoc ->a2n1apodr ->a2n1ap'olau % >an-ap'olaustoc ->a2n1apola'u ->a2n1apol'o % >an-apol'oghtoc ->a2n1apolo ->a2n1ap'olu % >an-ap'olutoc ->a2n1apol'u ->a2n1ap'on % >an-ap'oniptoc ->a2n1apon ->a2n1ap'op % >an-ap'oplutoc ->a2n1apop ->a2n1ap'os % >an-ap'ostratoc ->a2n1apos ->a2n1ap'ote % >an-ap'oteuktoc ->a2n1apote ->a2n1ap'otm % >an-ap'otmhtoc ->a2n1apotm ->a2n1ap'otr % >an-ap'otriptoc ->a2n1apotr ->a2n1ar'a % >an-ar'aomai ->a2n1ara ->a2n1'ar % >an-'arbuloc ->a2n1ar ->'a2n1ar % >'an-arktoc - >a3n2ar'it % >ana-r'ithc - >a3n2ar~it % >ana-r~itai - >a3n2arit % >ana-rit~wn - >a3n2arp % >anar-p'azw - >a3n2'arr % >an'ar-riyic - >a3n2arr - >a4n3arrag % >an-arrag'hc - >a3n2art % >anar-t'aw - >a3n2ar'ut % >ana-r'utw ->a2n1'askh % >an-'askhtoc ->a2n1ask'h ->'a2n1aspi % >'an-aspic ->a2n1asp'i ->a2n1'assat % >an-'assatoc ->a2n1ass'at ->a2n1'astei % >an-'asteioc ->a2n1aste'i - >a3n2aste'ib % >ana-ste'ibw - >a3n2'asteir % >an'a-steiroc - >a3n2aste'ir - >a3n2'asteiq % >an'a-steiqoc - >a3n2aste'iq ->a2n1ate`i. % >an-ate'i ->a2n1ate'i. ->a2n1at`i. % >an-at'i ->a2n1at'i. ->'a2n1atoc. % >'an-atoc ->'a2n1atos. ->a2n1'atou. ->a2n1'atw ->'a2n1aton. ->'a2n1ate ->'a2n1atoi. ->a2n1'atoic. ->a2n1'atois. ->a2n1'att % >an-'attikoc ->a2n1att ->a2n1a'ug % >an-a'ughtoc ->a2n1aug ->a2n1a'ud % >an-a'udhtoc ->a2n1aud - >a3n2aud'i % >a-naud'ia - >a3n2audi ->'a2n1aud % >'an-audoc ->'a2n1aul % >'an-auloc ->a2n1a'ul ->a2n1a'ux % >an-a'uxhtoc ->a2n1aux ->a2n1a'uq % >an-a'uqhn ->a2n1auq ->a2n1afa'ir % >an-afa'iretoc ->a2n1afair ->a2n1af'h % >an-af'hc ->a2n1af`h ->a2n1afo~u ->a2n1af~h ->a2n1afe~i ->a2n1afo~i ->a2n1ef~wn. ->a2n1af'e ->a2n1af`e - >a3n2af~hn % >ana-f~hnai ->a2n1afr'od % >an-afr'oditoc ->a2n1afrod ->'a2n1afr % >'an-afroc ->a2n1'afr ->a2n1aq'ur % >an-aq'urwtoc ->a2n1aqur ->andr'o2s1a % >andr'os-aimon ->andro2s1a ->a2n1'egg % >an-'eggraptoc ->a2n1egg ->a2n1'egert % >an-'egertoc ->a2n1eg'ert ->a2n1egk % >an-egk'efaloc ->a2n1'egk % >an-'egklhtoc ->a2n1egq % >an-egqe'irhtoc ->a2n1ed'a % >an-ed'afistoc ->a2n1eda ->a2n1'edes % >an-'edestoc ->a2n1ed'es ->a2n1'edras % >an-'edrastoc ->a2n1edr'as ->a2n1e'er % >an-e'ergw ->a2n1eer ->a2n1ej'el % >an-ej'elhtoc ->a2n1ejel ->a2n1'eji % >an-'ejistoc ->a2n1ej'i ->a2n1e'ide % >an-e'ideoc ->a2n1eid'e ->a2n1e'idw % >an-e'idwloc ->a2n1eid'w ->a2n1e'ika % >an-e'ikastoc ->a2n1eik'a ->a2n1eik'o % >an-eik'onistoc ->a2n1eiko ->a2n1eile'i % >an-eile'ijuia ->a2n1eilei ->a2n1e'ima % >an-e'imartai ->a2n1e'i2s1ak % >an-e'isaktoc ->a2n1ei2s1'ak ->a2n1e'i2s1o % >an-e'isodoc ->a2n1ei2s1'o ->a2n1ei2s1for % >an-eisfor'ia ->a2n1e'i2s1for % >an-e'isforoc ->a2n1ei2s1f'or ->a2n1'ek % >an-'ekbatoc, k.a.<'o. ->a2n1ek - >a3n2'eka % >an'e-kajen - >a3n2ek'ac. % >ane-k'ac - >a3n2ek`ac. - >a3n2ek'as. - >a3n2ek`as. - >a3n2ekt % >ane-kt'oc - >a4n3'e2k1tit % >an-'ek-titoc - >a4n3e2k1t'it ->ane2k1lip % >an-ek-lip'hc ->ane2k1l'o % >an-ek-l'ogistoc ->ane2k1lo ->a2n1'elai % >an-'elaioc ->a2n1elai ->a2n1el'at % >an-el'atwtoc ->a2n1elat ->a2n1'elegk % >an-'elegktoc ->a2n1el'egk ->a2n1elegx % >an-elegx'ia ->a2n1el'eh % >an-el'ehtoc ->a2n1ele'h ->a2n1'eleo % >an-'eleoc ->a2n1el'eo ->a2n1el'ew ->a2n1'elee ->a2n1elk'h % >an-elk'hc ->a2n1elk`h ->a2n1elko ->a2n1elk~h ->a2n1elk'ec. ->a2n1elk`ec. ->a2n1elk'es. ->a2n1elk`es. ->a2n1elke ->a2n1elk~w ->a2n1elk'es ->'a2n1elkt % >'an-elktoc ->a2n1'elkt ->a2n1'elkw % >an-'elkwtoc ->a2n1elk'w ->a2n1'ell % >an-'ellhn ->a2n1'elpi % >an-'elpistoc ->a2n1elp'i ->a2n1'elutr % >an-'elutroc ->a2n1el'utr ->a2n1'emb % >an-'embatoc ->a2n1emb ->a2n1'emet % >an-'emetoc ->a2n1em'et ->a2n1'emp % >an-'emplhktoc ->a2n1emp ->a2n1'emf % >an-'emfatoc ->a2n1emf ->a2n1'en % >an-'endotoc ->a2n1en - >a3n2'enei % >an'e-neika - >a3n2en'h % >ane-n'hnwje - >a3n2'entec. % >an'en-tec - >a3n2'entes. ->a2n1e2x1 % >an-ex-omol'oghtoc k.a.<'o. - >a3n2e3x2'ika % >anex'i-kakoc - >a3n2e3x2ik'a ->a2n1'eor % >an-'eortoc ->a2n1e'or ->a2n1ep % >an-ep'aggeltoc, k.lp. - >a3n2epn % >ane-pne'usaton - >a3n2ept % >ane-pt'amhn ->a2n1erast % >an-erast'ia ->a2n1'erast % >an-'erastoc ->a2n1er'ast ->a2n1erg % >an-erg'hc ->'a2n1erg % >'an-ergoc ->a2n1'erg ->a2n1'ereik % >an-'ereiktoc ->a2n1ere'ik ->a2n1'ereis % >an-'ereistoc ->a2n1ere'is ->a2n1ere'unht % >an-ere'unhtoc ->a2n1ereun'ht ->a2n1er'i % >an-er'ijeutoc ->a2n1eri ->a2n1erujr'iast % >an-erujr'iastoc ->a2n1erujri'ast ->a2n1'esti % >an-'estioc ->a2n1est'i ->a2n1'etai % >an-'etairoc ->a2n1eta'i ->a2n1'etoi % >an-'etoimoc ->a2n1eto'i ->a2n1etu % >an-etumol'oghtoc ->a2n1'etu % >an-'etumoc ->a2n1et'u ->a2n1e'uj % >an-e'ujetoc ->a2n1euj ->'a2n1euk % >'an-euktoc ->a2n1e'uk ->a2n1eul % >an-eulab'hc ->a2n1e'uret % >an-e'uretoc ->a2n1eur'et ->a2n1euf'hmht % >an-euf'hmhtoc ->a2n1eufhm'ht - >a2n1e'uq % >an-e'uqomai (some tenses may be wrong ???) - >a2n1euq - >a2n1e'ux % >an-e'uxato - >a2n1eux - >a2n1hux % >an-hux'amhn - >a2n1h~ug % >an-h~ugmai - >a2n1hug - >a2n1eukt % >an-eukt'oc ->a2n1'ef % >an-'efaptoc k.lp. ->a2n1ef - >a3n2ef'al % >ane-f'allomai - >a3n2'efel % >a-n'efeloc - >a3n2ef'el ->a2n1eq'e % >an-eq'egguoc ->a2n1eqe ->a2n1'eya % >an-'eyanoc ->a2n1ey'a ->a2n1hgem % >an-hgem'oneutoc ->a2n1'hd % >an-'hdonoc ->a2n1hd ->a2n1'hkes % >an-'hkestoc ->a2n1hk'es ->a2n1'hko % >an-'hkooc, >an-hkoust'ew, k.lp. ->a2n1hk'o ->a2n1hko ->a2n1hl'ak % >an-hl'akatoc ->a2n1hlak ->a2n1'hlatoc. % >an-'hlatoc ->a2n1'hlatos. ->a2n1hl'atou ->a2n1hl'atw ->a2n1'hlaton. ->a2n1'hlate. ->a2n1hl'atoi ->a2n1'hlatoi ->a2n1'hlata ->a2n1hleg % >an-hleg'hc ->a2n1hle'h % >an-hle'hc ->a2n1hle`h ->a2n1hleo ->a2n1hlee ->a2n1hle~w ->a2n1hle'e ->a2n1hle`e ->a2n1hle~h ->a2n1hl'eh % >an-hl'ehtoc ->a2n1'hleip % >an-'hleiptoc ->a2n1hle'ip ->a2n1hl'h % >an-hl'hc ->a2n1hl`h ->a2n1hlo~u ->a2n1hle~i ->a2n1hl~h ->a2n1hl'e ->a2n1hl`e ->a2n1hlo~i ->a2n1hl~w ->a2n1'hlik % >an-'hlikoc ->a2n1hl'ik ->a2n1'hlio % >an-'hlioc ->a2n1hl'io ->a2n1hl'iw ->a2n1'hlia ->a2n1'hlip % >an-'hlipoc ->a2n1hl'ip ->a2n1hlif % >an-hlif'hc ->a2n1'hm % >an-'hmelktoc ->a2n1hm ->a2n1'hnu % >an-'hnustoc ->a2n1hn'u ->a2n1'hrei % >an-'hreiktoc ->a2n1hre'i ->a2n1hr'em % >an-hr'emhtoc ->a2n1hrem ->a2n1href % >an-href'hc ->a2n1'hri % >an-'hrijmoc ->a2n1hr'i ->a2n1'hrot % >an-'hrotoc ->a2n1hr'ot ->a2n1'hss % >an-'hsshtoc ->a2n1hss ->a2n1'htt % >an-'htthtoc ->a2n1htt ->a2n1'hfa % >an-'hfaistoc ->a2n1hfa ->a2n1'iat % >an-'iatoc ->a2n1i'at ->a2n1'idio % >an-'idioc ->a2n1id'io ->a2n1id'iw ->a2n1'idia ->a2n1idit % >an-idit'i ->'a2n1idroc % >'an-idroc ->'a2n1idros ->a2n1'idrou ->a2n1'idrw ->'a2n1idron ->'a2n1idre ->a2n1'idroi ->'a2n1idroi ->a2n1'idrut % >an-'idrutoc ->a2n1idr'ut ->a2n1idrwt % >an-idrwt'i ->a2n1idr'wt % >an-idr'wtou (gen. to~u >an-'idrwtoc) ->a2n1'ier % >an-'ieroc ->a2n1i'er ->a2n1ier'at % >an-ier'atou - >a3n2i'erw % >ani-'erwsic ->a2n1'ik % >an-'ikanoc ->a2n1ik ->'a2n1ik % >'an-ikmoc - >a3n2'ikh % >a-n'ikhtoc - >a3n2ik'h ->a2n1'il % >an-'ilastoc ->a2n1il ->a2n1'imast % >an-'imastoc ->a2n1im'ast ->a2n1'iou % >an-'iouloc ->a2n1io'u ->'a2n1ipp % >'an-ippoc ->a2n1'ipp ->a2n1is % >an-is'azw ->'a2n1is % >'an-isoc ->a2n1'is - >a3n2is~at % >a-nis~aton - >a3n2is'at - >a3n2'ist % >a-n'isthmi - >a3n2ist - >a4n3istorh % >an-istorhs'ia - >a4n3ist'orh % >an-ist'orhtoc - >a4n3istor'h - >a3n2'isq % >an'i-sqw - >a4n3'isqu % >an-'isquroc ->'a2n1iq % >'an-iqjuc ->a2n1'iq ->a2n1iqne'ut % >an-iqne'utou ->a2n1'iy % >an-'iyaloc ->a2n1iy ->a2n1'ode % >an-'odeutoc ->a2n1od'e ->'a2n1oz % >'an-ozoc ->a2n1'oz ->a2n1oike % >an-oike'iou ->a2n1oikon % >an-oikon'omhtoc ->'a2n1oik % >'an-oikoc ->a2n1o'ik ->a2n1oikt'i % >an-oikt'irmwn ->'a2n1oikt % >'an-oiktoc ->a2n1o'ikt ->a2n1o'imwk % >an-o'imwktoc ->a2n1oim'wk ->a2n1oimwk % >an-oimwkt'i ->a2n1oin % >an-oin'ia ->'a2n1oin % >'an-oinoc ->a2n1o'in ->'a2n1oistr % >'an-oistroc ->a2n1o'istr ->a2n1'ol % >an-'olbioc ->a2n1ol ->'a2n1ol % >'an-olboc - >a3n2olk % >anol-k'h - >a3n2olo % >ano-lol'uzw ->a2n1ombr'i % >an-ombr'ia ->a2n1ombr~i ->'a2n1ombro % >'an-ombroc ->a2n1'ombro ->a2n1'ombrw ->'a2n1ombra ->a2n1om'hl % >an-om'hlikoc ->a2n1omhl ->a2n1om'il % >an-om'ilhtoc ->a2n1omil ->a2n1'omiq % >an-'omiqloc ->a2n1omiq ->a2n1'omo % >an-'omoioc ->a2n1om'o ->a2n1omo % >an-omoz'hlou (gen. to~u >an-om'ozhloc) - >a3n2omoj % >a-nomo-j'ethtoc - >a3n2'omou. % >a-n'omou (gen. to~u >'a-nomoc) - >a3n2'omw|. - >a3n2'omw. - >a2n2'omoin. - >a3n2'omwn. - >a3n2'omoic. - >a3n2'omois. - >a3n2'omouc. - >a3n2'omous. ->a2n1'on % >an-'onhtoc ->a2n1on ->'a2n1op % >'an-oploc ->a2n1'op ->a2n1'or % >an-'organoc ->a2n1or ->'a2n1or % >'an-orgoc - >a3n2org'az % >anor-g'azw - >'a3n2orj % >'anor-joc - >a3n2'orj - >a3n2orm'a % >anor-m'aomai - >a3n2ort % >anor-tal'izw - >a3n2or'u % >ano-r'ussw ->a2n1'osi % >an-'osioc ->a2n1os'i ->a2n1osi % >an-osi'othc ->'a2n1osm % >'an-osmoc ->a2n1'osm ->a2n1'osfr % >an-'osfrantoc ->a2n1osfr ->a2n1o'ua % >an-o'uatoc ->a2n1ou'a ->a2n1o'usi % >an-o'usioc ->a2n1ous'i ->a2n1o'ut % >an-o'utatoc ->a2n1out ->a2n1ofj % >an-ofjalm'iatoc ->a2n1'oqeut % >an-'oqeutoc ->a2n1oqe'ut ->'a2n1oql % >'an-oqloc ->a2n1'oql ->a2n1oy % >an-oy'ia ->'a2n1oy % >'an-oyoc ->a2n1'oy ->anta2n1is % >antan-is'ow ->anta2n1'is % >antan-'iswsa ->antei2s1 % >anteis-'agw ->ante2k1 % >antek-t'assw ->ante2n1 % >anten-'edra ->ante2x1 % >antex-'agw ->antidu2s1 % >antidus-qera'inw ->antipare2k1 % >antiparek-te'inw ->antipare2x1 % >antiparex-'agw ->antipro2s1 % >antipros-agore'uw - >antipros3k2u % >antipro-skun'ew ->antis'u2n1 % >antis'un-axic ->antisu2n1 ->a2n1'u % >an-'ubristoc ->a2n1u - >a3n2um % >a-numf'hc - >a3n2'us % >a-n'useie (>an'uw) - >a3n2us % >a-nust'oc ->a2n1up'e2r1 % >an-up'er-batoc ->a2n1upe2r1 -%>a2n1'wd % >an-'wdhc %%% wrong??? comes from >'anw + a2n1~wd ->'a2n1w|d % >'an-w|doc ->a2n1'w|d ->a2n1'wdu % >an-'wdunoc ->a2n1wdu' ->a2n1'wi % >an-'wistoc ->a2n1w'i ->a2n1'wl % >an-'wlejroc ->a2n1wl ->a2n1'wm % >an-'wmaloc ->a2n1wm ->a2n1'wn % >an-'wnumoc ->a2n1wn ->a2n1wr % >an-wr'ia ->'a2n1wr % >'an-wroc ->a2n1'wr ->'a2n1wto % >'an-wtoc ->a2n1'wto ->a2n1wf'el % >an-wf'eleia ->a2n1wfel % >an-wfel'hc ->a2n1'wqu % >an-'wquroc ->a2n1wq'u ->apa2n1ai % >apan-aisqunta'iw ->ap'a2n1ou % >ap'an-ourgoc ->apa2n1o'ur -ape2k1l % >apek-lanj'anomai -aposu2n1 % >aposun-'agwgoc ->apr'o2s1 % >apr'os-batoc ->apro2s1 - >apr'o3s2ke % >apr'o-skeptoc - >apro3s2k'e - >apr'o3s2ko % >apr'o-skopoc != >apr'os-koptoc ??? - >apro3s2k'o - >apro3s2t % >apro-stas'iou -arpax-'andra (arre2n1w % >arren-wp'oc ->arqisu2n1 % >arqisun-agwg'oc ->aste2r1w % >aster-wp'oc ->as'u2n1 % >as'un-etoc ->asu2n1 ->ax'u2n1 % >ax'un-etoc ->axu2n1 -a>ut'e2k1m % a>ut'ek-magma -a>ute2k1m -a>ute2x1 % a>utex-o'usioc ->aw2s1f % >aws-f'oroc -.gera2s1f % geras-f'oroc -.da2s1p % das-pl'hc -.diamfi2s1b % diamfis-bht'ew -.di'e2k1ro % di'ek-rooc -.die2k1r'o -.di'e2x1 % di'ex-eimi -.die2x1 % diex-ela'unw -.dika2s1p % dikas-p'oloc -.di'o2s1k % Di'os-kouroc dios-k'uamoc -.dio2s1k -.di'o2s1p % di'os-polic -.dio2s1p -.d'i2s1a % d'is-aboc -.di2s1'a -.d'i2s1h % d'is-hboc -.di2s1'h -.d'i2s1e % d'is-eunoc -.di2s1e -.di2s1j % dis-jan'hc -.d'u2s1 % d'us-agnoc, k.lp. -.du2s1 -% - d'u3s2w. % d'uw, d'usw k.lp. - d'u3s2eic. - d'u3s2eis. - d'u3s2ei. - .d'u3s2et - d'u3s2omen. - d'u3s2ousin. - % - d'u3s2oimi. - d'u3s2oic. - d'u3s2ois. - d'u3s2oi. - d'u3s2oiton. - du3s2o'ithn. - d'u3s2oimen. - d'u3s2oite. - d'u3s2oien. - % - d'u3s2ein. - d'u3s2wn. d'u3s2on du3s2'on - d'u3s2ous du3s2o'us - % - d'u3s2h| - d'u3s2hton. - d'u3s2wmen. - d'u3s2wsi. - % - d'u3s2aimi. - d'u3s2aic. d'u3s2eiac. - d'u3s2ais. d'u3s2eias. - d'u3s2ai. d'u3s2eie. - d'u3s2aiton. - du3s2a'ithn. - d'u3s2aimen. - d'u3s2aite. - d'u3s2aien d'u3s2eian. - % - d'u3s2on. - du3s2'atw. - d'u3s2aton. - du3s2'atwn. - d'u3s2ate. - du3s2'antwn. - % - d'u3s2ac. d'u3s2an. d'u3s2ant du3s2'ant - d'u3s2as du3s2'as - % - d'u3s2omai. - .d'u3s2es - du3s2'omeja. - d'u3s2ontai. - % - du3s2o'imhn. - d'u3s2oio. - d'u3s2oito. - d'u3s2oisjon. - du3s2o'isjhn. - du3s2o'imeja. - d'u3s2oisje. - d'u3s2ointo. - % - d'u3s2esjai. - .du3s2'omen % dus'omenoc -h -on - .du3s2om'en - % - d'u3s2wmai. - d'u3s2htai. - du3s2'wmeja - d'u3s2hsje. - % - du3s2a'imhn. - d'u3s2aio. - d'u3s2aito. - d'u3s2aisjon. - du3s2a'isjhn. - du3s2a'imeja. - d'u3s2aisjai. - d'u3s2ainto. - % - du3s2'asjw. - d'u3s2asjon. - du3s2'asjwn. - d'u3s2asje. - % - d'u3s2asjai. - du3s2'amen % du-s'amenoc -h -on - dus3s2am'en - % - d'u3s2ato. % d'u-sato = >ed'usato - d'u3s2eto. % d'u-seto = >ed'usato - d'u3s2anto. % d'u-santo = >ed'usanto - d'u3s2eo. % d'u-seo = d~usai ??? (prost. m'esou >aor'istou) - % - % -.duse'i2s1b % duse'is-boloc -.dusei2s1b -.dus'e2k1 % dus'ek-lutoc -.duse2k1 -.dus'e2x1 % dus'ex-aptoc -.duse2x1 - .du3s2ij % du-sij'alassoc - d'u3s2ic. % d'u-sic - d'u3s2is. - d'u3s2ew - d'u3s2in. - d'u3s2i. - du3s2'eoin. - d'u3s2esi. - d'u3s2esin. - .d'u3s2ke % d'u-ske - .du3s2m'h. % du-sm'h - .du3s2m`h. - .du3s2m~hc. - .du3s2m~hs. - .du3s2m~h| - .du3s2m~h. - .du3s2m~a - .du3s2ma - .du3s2m~w -.dusx'u2n1 % dusx'un-etoc -.dusxu2n1 - .d'u3s2tan % d'u-stanoc - .du3s2t'an - .du3s2thn % d'u-sthnoc - .du3s2t'hn ->edu2s1t % >edus-t'uqoun -e>i2n1'od % e>in-'odioc -e>i2n1od -e>i2s1 % e>is-agwg'h, k.lp. -e>'i2s1 - e>i3s2'i. % e>i-s'i(n) <-- e>im'i - e>i3s2`i. - e>i3s2i. - e>i3s2'in. - e>i3s2`in. - e>i3s2in. - e>'i3s2om % e>'i-somai <-- o<~ida - e>'i3s2h|. e>'isei. - e>'i3s2etai. - e>'i3s2esjon. - e>i3s2'om % e>i-s'omeja - e>'i3s2esje. - e>'i3s2ontai -% - e>i3s2o'imhn - e>'i3s2oio - e>'i3s2oito - e>'i3s2oisjon - e>i3s2o'isjhn - e>i3s2o'imeja - e>'i3s2oisje - e>'i3s2ointo -% - e>'i3s2esjai - e>i3s2'omen % e>is'omenoc -h -on - e>i3s2om'en -% - e>'i3s2'amhn. - e>'i3s2w - e>'i3s2ato - e>'i3s2asjon - e>i3s2'asjhn - e>i3s2'ameja - e>'i3s2asje - e>'i3s2anto -% - e>'i3s2wmai - e>'i3s2hsjon - e>i3s2'wmeja - e>'i3s2hsje - e>'i3s2wntai -% - e>i3s2a'imhn - e>'i3s2aio - e>'i3s2aito - e>'i3s2aisjon - e>'i3s2a'isjhn - e>i3s2a'imeja - e>'i3s2aisje - e>'i3s2ainto -% - e>i3s2'asjw - e>i3s2'asjwn -%% e>'i3s2asje %% duplicate pattern ???? -% - e>'i3s2asjai - e>i3s2'amen % e>is'amenoc -h -on - e>i3s2am'en -% ->e2k1l % >ek-lagq'anw, k.lp. - >e3k2l'hjh % >e-kl'hjhn <- kal'ew - >e3k2l'az % >e-kl'azomen <- kl'azw, >'e-klazon (???) - >e3k2l'ag % >e-kl'azomen <- kl'azw, >'e-klagon - >e3k2l'ao % >e-kl'aomen <- kl'aw, >'e-klaon (???) - >e3k2l'as % >e-kl'asomen <- kl'aw, >'e-klasa - >e3k2la'i % >e-kla'iomen <- kla'iw, >'e-klai(g)on (???) - >e3k2la'u % >e-kla'usamen <- kla'iw, >'e-klausa - >e3k2le'i % >e-kle'isamen <- kle'iw, >'e-kleisa - >e4k3le'ip % >ek-le'ipomen - >e4k3le'iy % >ek-le'iyic - >e3k2l'h| % >e-kl'h|samen <- kle'iw, >'e-klh|sa - >e3k2kl'ep % >e-kl'eptomen <- kl'eptw, >'e-klapon (???) - >e3k2kl'ey % >e-kl'eyamen <- kl'eptw, >'e-kleya - >e3k2l'ap % >e-kl'aphn <- kl'eptw - >e3k2lap % >e-klap'omeja <- kl'eptw, >ek-l'aphn - >e4k3l'apt % >ek-l'aptw - >e4k3lapt - >e3k2l'ef % >e-kl'efjhn <- kl'eptw - >e3k2lef % >e-klefj'hthn <- kl'eptw, >e-kl'efjhn - >e3k2l'hr % >e-kl'hroun <- klhr'ow - >e3k2lhr % >e-klhro~uton <- klhr'ow, >e-kl'hroun - >e3k2l'in % >e-kl'inamen <- kl'inw, >'e-klina - >e3k2lin % >e-klin'aton <- kl'inw, >'e-klina - >e3k2l'u % >e-kl'uomen <- kl'uw, >'e-kluon - >e4k3l'usew % >ek-lusic - >e4k3l'usei - >e4k3l'useoi - >e4k3l'usesi - >e3k2l'om % >e-kl'omhn <- k'elomai (>'alla pr'ospwpa???) - >e3k2kl'ws % >e-kl'wsamen <- kl'wjw (???) ->'e2k1lei % >'ek-leiyic - >'e3k2leis % >'ek-leisa <- kle'iw ->'e2k1lus % >'ek-lusic ->e2k1m ->'e2k1m ->e2k1n ->'e2k1n - >'e3k2nai % >'e-knaisa <- kna'iw - >e3k2na'i % >e-kna'isamen <- kna'iw - >'e3k2nhs % >'e-knhsa <- kn'aw - >e3k2n'hs % >e-kn'hsamen <- kn'aw - >e3k2nu % >e-knuz~hto ->e2k1r ->'e2k1r - >e3k2r'ad % >ekr'adainon <- krada'inw (???) - >e3k2rad - >'e3k2raz % >'e-krazon <- kr'azw (???) - >e3k2r'az - >'e3k2rag % >'e-kragon <- kr'azw - >e3k2r'ag - >e3k2r'at % >e-kr'atoun <- krat'ew (???) - >e3k2rat - >e3k2ra'ug % >e-kra'ugason <- kraug'azw - >e3k2raug - >'e3k2rai % >'e-krainon <- kra'inw (???) - >e3k2ra'i - >'e3k2ran % >'e-krana, >e-kr'anjhn <- kra'inw - >e3k2r'an - >e3k2r'hh % >e-kr'hhna, >e-kr'aanjen - >e-kra'anjhmen (???) <- kra'inw - >e3k2r'aa - >e3k2ra'a - >e3k2r'aj % >e-kr'ajhn - >e3k2raj - >'e3k2rek % >'e-krekon <- kr'ekw (???) - >e3k2r'ek - >'e3k2rex % >'e-krexa <- kr'ekw (???) - >e3k2r'ex - >e3k2r'em % >e-kr'emw, >e-krem'asjhn <- krem~w - >e3k2rem - >e3k2r'hm % >e-kr'hmnizon <- krhmn'izw - >e3k2rhm - >'e3k2rin % >'e-krina, >e-kr'ijhn <- kr'inw - >e3k2r'in - >e3k2r'ij - >e3k2r'ot % >e-kr'othsa <- krot'ew - >e3k2rot - >'e3k2rou % >'ekrouon, >'e-krousa <- kro'uw - >e3k2ro'u - >'e3k2rup % >'e-krupton (???), >'e-kruya, - >e3k2r'up % >e-kr'ubhn (???), >e-kr'ufjhn <- kr'uptw - >'e3k2ruy - >e3k2r'uy - >e3k2r'ub - >e3k2r'uf - >e3k2rus % >e-krust'allisa <- krustall'izw - >'e3k2rwz % >'e-krwzon <- kr'wzw - >e3k2r'wz - >'e3k2rwx % >'e-krwxa <- kr'wzw - >e3k2r'wx ->e2k1taj % >ek-taje'ic ->'e2k1tame. % >'ek-tame ->e2k1t'amn % >ek-t'amnw ->e2k1tan % >ek-tan'uw ->e2k1tar % >ek-tar'assw ->e2k1t'as % >ek-t'assw ->e2k1te ->e2k1t'e - >e3k2te'in % >e-kte'inamen <- kte'inw, >'ekteinon ->e2k1t'hk % >ek-t'hkw ->e2k1ti ->'e2k1ti ->e2k1t'i - >'e3k2tiz % >'e-ktizon, >e-kt'izomen <- kt'izw - >e3k2t'iz - >'e3k2tisa % >'e-ktisa, >e-kt'isamen <- kt'izw - >e3k2t'isa ->e2k1t'o ->e2k1to ->'e2k1to - >e3k2t'oc. % >e-kt'oc - >e3k2t`oc. - >e3k2t'os. - >e3k2t`os. ->e2k1tr ->'e2k1tupo % >'ek-tupon (o>us./>epij.) != >e-kt'upoun <- ktup'ew ->e2k1t'upou. ->e2k1t'upw|. ->'e2k1tupe. ->e2k1t'upw. ->e2kt'upoi. ->e2k1t'upwn. ->e2k1t'upoic. ->e2k1t'upois. ->e2k1t'upouc. ->e2k1t'upous. ->'e2k1tupa. ->e2k1tu -e2n1 ->'e2n1 - >e3n2'akic % >e-n'akic - >e3n2akis % >e-nakisq'ilioi - >e3n2ak'os % >e-nak'osioi - >e3n2akos - >'e3n2ara. % >'e-nara - >e3n2'arwn. - >e3n2'aroic. - >e3n2'arois. - >e3n2arhf % >e-narhf'oroc - >e4n3arar % >en-arar'iskw - >e3n2'aree % >e-n'areec - >e3n2ar'ew - >e3n2ar'ea % >e-nar'eac - >e3n2are'a - >e3n2'arie % >e-n'ariec - >e3n2ar'iw - >e3n2ar'ia % >e-nar'iac - >e3n2ari'a - >'e3n2ass % >'e-nassa <- na'iw - >e3n2'ass - >e3n2'asj - >e3n2asj - >'e3n2at % >'e-natoc - >e3n2'at ->endu2s1t % >endus-tuq'ew - >e3n2'egk % >e-n'egkai - >e3n2egk % >e-negke~in - >'e3n2eik % >'e-neika - >e3n2e~ik % >e-ne~ikai - >e3n2eik % >e-neik'emen - >e3n2e'ik % >e-ne'ikeon - >'e3n2eim % >e-neima, >e-ne'imamen - >e3n2e'im - >e3n2em'ess % >e-nem'essa - >e3n2em'hj % >e-nem'hjhn - >e3n2en'h % >e-nen'hkonta - >e3n2e'o % >e-ne'oc -'a -'on - >e3n2e`o - >e3n2eo - >e3n2e~w - >e3n2e'a - >e3n2e`a - >e3n2e~a - >e3n2'epei - >'e3n2erje % >'e-nerje - >'e3n2eus % >'e-neusa - >e3n2e'us % >e-ne'usomai - >e3n2'eqj % >e-n'eqjhti - >e3n2eqj - >'e3n2hs % >'e-nhsa <- na'iw - >e3n2'hs - >e3n2h'h % >e-nh'hc, -'ec - >e3n2h`h - >'e3n2hn. % >'e-nhn - >e3n2he'i % >e-nhe'ih - >e3n2ho - >e3n2h~w - >e3nh'e - >e3n2'hno % >e-n'hnoje - >e3n2'i - >e3n2i - >'e3n2i - >e4n3ia'u % >en-ia'uw - >e5n4ia'us % >e-nia'usioc - >e5n4iaus - >e4n3idr % >en-idr'ow - >e4n3'idr % >en-'idrwsa - >e4n3'iz % >en-'izw - >e4n3'ih % >en-'ihmi, >en-'ieton, k.lp. - >e4n3i'eton. - >e4n3'iemen. - >e4n3'iw. - >e4n3ipp % >en-ippe'uw - >e4n3'ipp % >en-'ippeusa - >e4n3'ipt % >en-'iptw, >en-'iyw - >e4n3'iy - >e4n3'iss % >en-'issw - >e4n3'ist % >en-'isthmi, >en-ist~h|c, k.lp. - >e4n3ist - >e4n3isq % >en-isq'uw - >e4n3'isq % >en-'isqw - >'e3n2oc. % >'e-noc = >'e-nhc (>'allec pt'wseic???) - >'e3n2os. - >'e3n2ou. - >'e3n2on. - >'e3n2w - >'e3n2oi. - >'e3n2oic. - >'e3n2ois. - >'e3n2hc. - >'e3n2hs. - >'e3n2h|. - >'e3n2h. - >'e3n2osi % >'e-nosic - >e3n2'ose - >e3n2u'al % >e-nu'alioc - >e3n2ual - >'e3n2ux % >'e-nuxa - >e3n2ux % >e-nux'athn - >e3n2'ux % >e-n'uxamen - >e3n2'us % >e-n'ustaxa, >e-nust'axamen - >e3n2us - >e3n2u'w % >e-nu'w - >e3n2u`w - >e3n2u'oo - >e3n2uo~uc ->e2x1 ->'e2x1 - >e3x2'hr % >e-x'hrammai - >e3x2hr % >e-xhr'anjhn - >e3x2u2n1 % >exun-~hka - >e3x2ur % >e-xur'amhn - >e3x2'ur % >e-x'urhmai - >'e3x2us % >'e-xusmai - >'e3x2w. -epe'i2s1 % >epe'is-aktoc, k.lp. ->epei2s1 - >epe'i3s2aton. % >'epe'i-saton <- pe'ijw, >'epeisa - >epei3s2'athn. - >epe'i3s2amen. - >epe'i3s2ate - >epei3s2'amhn. - >epe'i3s2w. - >epe'i3s2ato - >epe'i3s2asjon. - >epei3s2'ameja. - >epe'i3s2asje. - >epe'i3s2anto. - >epe'i3s2j % >epe'i-sjhn, >epeisj'hthn <- pe'ijw - >epei3s2j ->epe2k1te'i % >epek-te'inw ->ep'e2k1tei ->epe2k1tr % >epek-tr'eqw ->ep'e2k1tr ->epe2x1 ->epe2s1b % >epes-b'oloc ->epipr'o2s1j % >epipr'os-jetoc ->epipro2s1j ->episu2n1 % >episun-agwg'h ->e2s1 - >e3s2'aw % >e-s'awjen - >e3s2hm % >e-shm'hnanto - >e3s2j % >e-sj'ew - >e4s3j'es % >es-j'esjai - >e3s2ig % >e-sig'ajhn - >e3s2k - >e4s3k'a % >es-k'atjeto - >e4s3ka % >es-kataba'inw -% - >e3s2m`en. >e3s2m'en. % e>im'i, >esm'en, >est'i, k.lp. - >e3s2t - >e3s2'omeja - >e3s2o'imhn - >e3s2'om % >e-s'omenoc, -h, -on - >e3s2om - >e3s2o~u % >e-so~umai (dwr./ >'alla pr'oswpa???) - >e3s2ou' -% - >e3s2u % >e-s'urhn <- s'uromai - >e3s2'u - >es'u2n1 % >es'un-hka - >esu2n1 - >e3s2q - >e4s3q'e % >es-q'ew - >e3s2'w - >e3s2w ->'e2s1op % >'es-optroc -e>ue2x1 % >euex-'alepiptoc - e>ue3x2'i % >eue-x'ia - e>ue3x2i -e>upr'o2s1 % e>upr'os-dektoc -e>upro2s1 -e>us'u2n1 % e>us'un-etoc -e>usu2n1 -e>ux'u2n1 % e>ux'un-etoc -e>uxu2n1 ->ew2s1f % >ews-f'oroc ->'h2n1oy. % >'hn-oy ->'h2n1op ->h2n1'op -.jemi2s1kr % jemis-kr'ewn -.je'o2s1d % je'os-dotoc -.jeo2s1d -.jeoi2s1eqjr % jeois-eqjr'ia -.jh2r1agr % jhr-agr'ethc -.juo2s1k % juos-k'ew juos-k'ooc -.kajupe2r1 % kajuper-akont'izw -.kalw2s1or % kalws-or'izw kalws-'orisa -.kalw2s1'or -.ka2n1e'ic. % kan-e'ic -.ka2n1e`ic. -.ka2n1e'is. -.ka2n1e`is. -.ka2n1en -.ka2n1'en -.katadu2s1wp % katadus-wp'ew -.katedu2s1'wp % katedus-'wpesa -.katei2s1 % kateis-'agw -.kate2n1a'i % katen-a'iromai -.kate2n1'h % katen-'hraro -.kate2x1a2n1'i % katex-an-'isthmi -.kate2x1a2n1'es % katex-an-'esthn -.kera2s1f % keras-f'oroc -.kr'a2s1p % kr'as-pedon -.kra2s1p -.kun'o2s1a % Kun'os-argec -.kun'o2s1b % kun'os-batoc -.kuno2s1b -.kun'o2s1o % kun'os-oura -.kuno2s1o -.kuno2s1f % Kunos-fan'h (i2s1p'wt % o>is-p'wth -o>i2s1pwt -uden'o2s1w % o>uden'os-wroc -o>udeno2s1'w -.pali2n1 % palin-'agretoc -.pal'i2n1 % pal'in-orsoc -.pa2n1 -.p'a2n1 - .pa3n2'oc. % pa-n'oc <- P'an (je'oc) - .pa3n2`oc. - .pa3n2'os. - .pa3n2`os. - .pa3n2'i. - .pa3n2`i. - .p'ana. - .pa3n2~wn. - .pa3n2ik % pa-nik'oc - .pa3n2'isd % pa-n'isdomai - .pa3n2isd % pa-nisd'omhn - .pa3n2o~u. % pa-no~u, k.lp. (pan'oc = fan'oc) - .pa3n2~w|. - .pa3n2'o. - .pa3n2`o. - .pa3n2'on. - .pa3n2`on. - .pa3n2'e. - .pa3n2`e. - .pa3n2o'i. - .pa3n2o`i. - .pa3n2o~ic. - .pa3n2o~is. - .pa3n2o'uc. - .pa3n2o`uc. - .pa3n2o'us. - .pa3n2o`us. -.para2n1'isq % paran-'isqw -.pare'i2s1 % pare'is-aktoc -.parei2s1 -.pare2k1l % parek-l'egw -.pare2k1tr % parek-tr'epw -.pare2n1e~i % paren-e~idon -.pare2n1o % paren-oql'ew -.pare2x1 -.par'e2x1 - par'e3x2w. % par'e-xw, par'e-xomai <- par'eqw - par'e3x2eic. - par'e3x2eis. - par'e3x2ei. - par'e3x2eton. - pare3x2'ethn. - par'e3x2omen. - par'e3x2ete. - par'e3x2ousi. - % - par'e3x2omai - par'e3x2h| - par'e3x2etai. - par'e3x2esjon. - pare3x2'omeja. - par'e3x2esje. - par'e3x2ontai. -.pleo2n1'e % pleon-'ekthma -.pleo2n1e -.proei2s1 % proeis-'agw -.proe2k1 % proek-l'egw -.proe2n1 % proen-'arqomai -.proe2x1 % proex-agg'elw -.pro'e2x1 % pro'ex-eimi -.pro2s1 - .pro3s2'ab % pro-s'abbatoc - .pro3s2ab -.prosei2s1 % proseis-pr'assw, k.lp. - .pro3s2e'i % pro-se'iw, pro-s'eseisa, pro-sese'isjhn - .pro3s2'esei - .pro3s2ese'i -.prose2n1 % prosen-equr'azw -.prose2x1 % prosex-air'eomai - .pr'o3s2ji % pr'o-sjioc - .pro3s2j'i - .pro4s3jig % pro-sjigg'aw - .pr'o3s2kop % pr'o-skopoc != pros-k'optw - .pro3s2k'op - .pro3s2tas % pro-stas'ia - .pro3s2t'at % pro-st'athc - .pro3s2tat % pro-state'uw - .pro3s2tau % pro-staur'ow - .pro3s2te'i % pro-ste'iqw - .pro3s2ten % pro-sten'azw - .pro3s2t'en % pro-st'enw - .pro3s2tern % pro-stern'idio - .pr'o3s2tern % pr'o-sternon - .pro3s2t'ern - .pro3s2t'hs % pro-st'hsac - .pro3s2t'om % pro-st'omion - .pro3s2tom - .pr'o3s2tw| % pr'o-stw|on - .pro3s2t'w| - .pro3s2ug % pro-sugg'ignomai - .pro3s2um % pro-summ'isgw - .pro3s2u2n1 % pro-sun-oik'ew - .pr'o3s2fagm % pr'o-sfagma - .pro3s2f'agm - .pro3s2f'az % pro-sf'azw - .pro3s2f'att % pro-sf'attw - .pr'o3s2qhm % pr'o-sqhma - .pro3s2q'hm - .pr'o3s2w. - .pr'o3s2wjen. - .pro3s2'wt % pro-s'wtatoc - .pro3s2wt -.pro"upe2x1 % pro"upex-orm'aw -.pu2r1'ag % pur-'agra -.pu2r1ag -.pu2r1a'ij % pur-a'ijw -.pu2r1aij % pur-aij'onwn (gen. plhj. to~u pur-a'ijwn) -.pu2r1~hj % pur-~hjon (pur-a'ijw) -.pu2r1hj % pur-hj'ethn??? (pur-a'ijw) -.pu2r1'hj % pur-'hjomen??? (pur-a'ijw) -.pu2r1ak % pur-akt'ew -.p'u2r1au % p'ur-auloc -.pu2r1a'u -.pu2r1au % pur-aug'hc -.pu2r1'hnem % pur-'hnemoc -.pu2r1hn'em -.pu2r1wp % pur-wp'oc -.sela2s1f'o % selas-f'oroc -.sela2s1fo -.sumparei2s1 % sumpareis-'erqomai -.su2n1 -.s'u2n1 % s'un-auloc, k.>'a.<'o. -.sundi'e2x1 % sundi'ex-eimi -.sundie2x1 % sundiex-i'enai -.sundu2s1 % sundus-tuq'ew -.sune2x1 % sunex-'agw -.tessare2s1k % tessares-ka'ideka -.trei2s1k % treic-ka'ideka -.tri2s1 - .tri3s2m'o % tri-sm'oc - .tri3s2mo - .tri3s2m~w - .tri3s2p % tri-sp'ijamoc - .tr'i3s2t % tr'i-stegoc - .tri3s2t - .tri3s2'w % tri-s'wmatoc - .tri3s2w -'a.<'o. -i2s1qil'iwn. -i2s1qil'ioic. -i2s1qil'iois. -i2s1qil'iouc. -i2s1qil'ious. -i2s1q'iliai. -i2s1qil'iaic. -i2s1qil'iais. -i2s1qil'iac. -i2s1qil'ias. -i2s1q'ilia. -% -i2s1m'urioi. % dis-m'urioi, k.>'a.<'o. -i2s1mur'iwn. -i2s1mur'ioic. -i2s1mur'iois. -i2s1mur'iouc. -i2s1mur'ious. -i2s1m'uriai. -i2s1mur'iaic. -i2s1mur'iais. -i2s1mur'iac. -i2s1mur'ias. -i2s1m'uria. -% -i2s1qiliost % dis-qiliost'oc, k.>'a.<'o. -% -i2s1muriost % dis-muriost'oc, k.>'a.<'o. -% -i2s1qili'akic. % dis-qili'akic, k.>'a.<'o. -i2s1qili'akis. -% -i2s1muri'akic. % dis-muri'akic, k.>'a.<'o. -i2s1muri'akis. -} % end patterns -\endgroup -\endinput diff -Nru texlive-lang-2007.dfsg.4/texmf/tex/generic/hyphen/grahyph5.tex texlive-lang-2009/texmf/tex/generic/hyphen/grahyph5.tex --- texlive-lang-2007.dfsg.4/texmf/tex/generic/hyphen/grahyph5.tex 1970-01-01 01:00:00.000000000 +0100 +++ texlive-lang-2009/texmf/tex/generic/hyphen/grahyph5.tex 2008-06-18 01:47:21.000000000 +0100 @@ -0,0 +1,2122 @@ +% **************************************************************** +% +% File name: grahyph5.tex +% +% Created: June 1st, 1999 +% First release: Apr. 13, 2000 +% Revised: May 27, 2008 +% Version: 5.0 +% +% Hyphenation patterns for Ancient Greek. +% They work with the de facto LGR encoding of babel. +% +% Created by Dimitrios Filippou with some ideas borrowed from +% Yannis Haralambous, Kostis Dryllerakis and Claudio Beccari. +% +% These hyphenation patterns are explained in "ancient.pdf". +% Hyphenation examples are given in the file "anc-test.pdf". +% Some doubtful patterns are marked by three question marks "???". +% +% Documentation in English can be found in: D. Filippou, +% "Hyphenation patterns for Ancient and Modern Greek," in +% "TeX, XML, and Digital Typography" (A. Syropoulos et al., +% eds.), Lecture Notes in Computer Science 3130, Springer-Verlag +% Berlin-Heidelberg, 2004. ISBN 3-540-22801-2. +% +% Thanks to Thomas Schmitz (thomas.schmitz@uni-bonn.de) +% for pointing out a few mistakes. (Marked by %%%TS%%%) +% +% **************************************************************** +% +\message{Hyphenation patterns for Ancient Greek} +\begingroup +\catcode`~=12 +\lccode`<=`< \lccode`>=`> \lccode``=`` +\lccode`'=`' \lccode`~=`~ \lccode`"=`" +\lccode``=`` \lccode`|=`| +\patterns{% +%%%% vowels +a1 +e1 +h1 +i1 +o1 +u1 +w1 +a2|1 +h2|1 +w2|1 +%%%% diphthogs and exceptions +a2i +a2'i +a2`i +a2~i +a2>i +a2>'i +a2>`i +a2>~i +a2a3i +u +a2>'u +a2>`u +a2>~u +a2a3u +i +e2>'i +e2>`i +e2>~i +e2e3i +u +e2>'u +e2>`u +e2>~u +e2e3u +h2u +h2'u +h2`u +h2~u +h2>u +h2>'u +h2>`u +h2>~u +h2h3u +i +o2>'i +o2>`i +o2>~i +o2o3i +u +o2>'u +o2>`u +o2>~u +o2o3u +i +u2>'i +u2>`i +u2>~i +u2u3i +ou4i +r1agw2n1'ar % >agwn-'arqhc +>agw2n1ar +>adi'e2x1 % >adi'ex-odoc +>adie2x1 +>adu2s1'w % >adus-'wphtoc +>adu2s1w +ampal'i2n1 % >ampal'in-orroc +>ampali2n1 +>amf'i2s1b % >amf'is-baina +>amfi2s1b +% >hmfe2s1b % (>a'or. to~u >amfisbht~w) ??? +% >hmfi2s1b +>amf'i2s1w % >amf'is-wpoc +>amfi2s1'w +>a2n1ag'hc. % >an-ag'hc +>a2n1ag`hc. +>a2n1ag'hs. +>a2n1ag`hs. +>a2n1ago +>a2n1age~i. +>a2n1ag~h. +>a2n1ag'ec. +>a2n1ag`ec. +>a2n1ag'es. +>a2n1ag`es. +>a2n1age~ic. +>a2n1age~is. +>a2n1ag~wn. +>a2n1ag'esi +>a2n1ag~h +>a2n1'agku % >an-'agkuloc +>a2n1agk'u +>'a2n1agn % >'anagnoc +>a2n1'agn +>a2n1agn % >an-agne'ia + >a3n2agn'a % >ana-gn'amptw + >a3n2agnw % >ana-gnwr'izw + >a3n2'agnw % >an'a-gnwsic + >a3n2agn'w +>a2n1agr'i % >an-agr'ia +>a2n1agr~i % >an-agr~iai +>a2n1agri % >an-agri~wn +>a2n1'agwg % >an-'agwgoc +>a2n1ag'wg + >a3n2ag'wgi % >ana-g'wgioc + >a3n2agwg'i + >a4n3agwg'ia % >an-agwg'ia +>a2n1'adel % >an-'adelfoc +>a2n1ad'el +>a2n1'aelp % >an-'aelptoc +>a2n1a'elp +>'a2n1ajl % >'an-ajloc +>a2n1'ajl +>a2n1a'id % >an-a'ideia +>a2n1aid % >an-aid'hc +>'a2n1aim % >'an-aimoc +>a2n1a'im +>a2n1aim % >an-aim'ia +>a2n1a'isj % >an-a'isjhtoc +>a2n1aisj +>a2n1aisi % >an-aisim'ow +>a2n1ais'i +>a2n1a'isq % >an-a'isquntoc +>a2n1aisq +>a2n1a'it % >an-a'itioc +>a2n1ait +>a2n1'akan % >an-'akanjoc +>a2n1ak'an +>a2n1ak'olo % >an-ak'oloujoc +>a2n1akolo +>a2n1alg % >an-alg'hc +>a2n1ald % >an-ald'hc + >a3n2alda % >anal-da'inw + >a3n2ald'hsk % >anal-d'hskw +>a2n1'aleip % >an-'aleiptoc +>a2n1ale'ip +>a2n1aleif % >an-aleif'ih +>a2n1'aleif % >an-'aleifoc +>a2n1ale'if +>a2n1al'hj % >an-al'hjhc +>a2n1alhj +>a2n1'alj % >an-'aljhtoc +>a2n1alj +>a2n1'alip % >an-'alipoc +>a2n1al'ip +>a2n1'alist % >an-'alistoc +>a2n1al'ist +>a2n1alk % >an-alk'hc +>'a2n1alk % >an-'alkic +>a2n1'alk +>a2n1'all % >an-'allaktoc +>a2n1all + >a3n2'allo % an'al-lomai + >a3n2'alle +>'a2n1alm % >'an-almoc +>a2n1'alm % >an-'almuroc +>a2n1alm +>'a2n1alo % >'an-aloc +>a2n1'alou +>a2n1'alw|. +>'a2n1ale. +>a2n1'aloi +>a2n1'alwn. +>'a2n1alt % >'an-altoc +>a2n1'alt +>a2n1am'ax % >an-am'axeutoc +>a2n1amax +>a2n1am'art % >an-am'arthtoc +>a2n1amart +>a2n1am'elg % >an-am'elghtoc +>a2n1amelg +>a2n1amp % >an-amp'eqonoc +>a2n1'amp % >an-'ampux +>a2n1amf % >an-amf'hristoc +>anamfi2s1 % >an-amfis-b'hthtoc +>a2n1an'agk % >an-an'agkastoc +>a2n1anagk +>'a2n1and % >'an-androc +>a2n1'and +>a2n1anj % >an-anj'hc + >a3n2anj'e % >anan-j'ew + >a4n3anj'ec. % >an-anj'ec + >a4n3anj`ec. + >a4n3anj'es. + >a4n3anj`es. + >a4n3anj'esi +>a2n1'anio % >an-'anioc +>a2n1an'io +>a2n1an'iw +>a2n1antag % >an-antag'wnistoc +>a2n1antap % >an-antap'odotoc +>a2n1ant'i % >an-ant'ijetoc +>a2n1anti +>ana2x1ag % >Anax-ag'orac +>an'a2x1an % >An'ax-androc +>ana2x1'an +>ana2x1an % >Anax-andr'idhc +>an'a2x1ar % >An'ax-arqoc +>ana2x1'ar +>an'a2x1ip % >An'ax-ippoc +>ana2x1'ip +>a2n1axi'ol % >an-axi'ologoc +>a2n1axiol +>a2n1axi'op % >an-axi'opistoc +>a2n1axiop +>a2n1'axio % >an-'axioc +>a2n1ax'io +>a2n1ax'iw +>a2n1ax'ia +>a2n1ax~ia +>a2n1ap'alla % >an-ap'allaktoc +>a2n1apall'a +>a2n1ap'art % >an-ap'artistoc +>a2n1apart +>a2n1apa'ud % >an-apa'udhtoc +>a2n1apaud +>a2n1ap'ob % >an-ap'oblhtoc +>a2n1apob +>a2n1ap'og % >an-ap'ografoc +>a2n1apog +>a2n1apod'h % >an-apod'hmhtoc +>a2n1apodh +>a2n1ap'odo % >an-ap'odotoc +>a2n1apod'o +>a2n1ap'odr % >an-ap'odrastoc +>a2n1apodr +>a2n1ap'olau % >an-ap'olaustoc +>a2n1apola'u +>a2n1apol'o % >an-apol'oghtoc +>a2n1apolo +>a2n1ap'olu % >an-ap'olutoc +>a2n1apol'u +>a2n1ap'on % >an-ap'oniptoc +>a2n1apon +>a2n1ap'op % >an-ap'oplutoc +>a2n1apop +>a2n1ap'os % >an-ap'ostratoc +>a2n1apos +>a2n1ap'ote % >an-ap'oteuktoc +>a2n1apote +>a2n1ap'otm % >an-ap'otmhtoc +>a2n1apotm +>a2n1ap'otr % >an-ap'otriptoc +>a2n1apotr +>a2n1ar'a % >an-ar'aomai +>a2n1ara +>a2n1'ar % >an-'arbuloc +>a2n1ar +>'a2n1ar % >'an-arktoc + >a3n2ar'it % >ana-r'ithc + >a3n2ar~it % >ana-r~itai + >a3n2arit % >ana-rit~wn + >a3n2arp % >anar-p'azw + >a3n2'arr % >an'ar-riyic + >a3n2arr + >a4n3arrag % >an-arrag'hc + >a3n2art % >anar-t'aw + >a3n2ar'ut % >ana-r'utw +>a2n1'askh % >an-'askhtoc +>a2n1ask'h +>'a2n1aspi % >'an-aspic +>a2n1asp'i +>a2n1'assat % >an-'assatoc +>a2n1ass'at +>a2n1'astei % >an-'asteioc +>a2n1aste'i + >a3n2aste'ib % >ana-ste'ibw + >a3n2'asteir % >an'a-steiroc + >a3n2aste'ir + >a3n2'asteiq % >an'a-steiqoc + >a3n2aste'iq +>a2n1ate`i. % >an-ate'i +>a2n1ate'i. +>a2n1at`i. % >an-at'i +>a2n1at'i. +>'a2n1atoc. % >'an-atoc +>'a2n1atos. +>a2n1'atou. +>a2n1'atw +>'a2n1aton. +>'a2n1ate +>'a2n1atoi. +>a2n1'atoic. +>a2n1'atois. +>a2n1'att % >an-'attikoc +>a2n1att +>a2n1a'ug % >an-a'ughtoc +>a2n1aug +>a2n1a'ud % >an-a'udhtoc +>a2n1aud + >a3n2aud'i % >a-naud'ia + >a3n2audi +>'a2n1aud % >'an-audoc +>'a2n1aul % >'an-auloc +>a2n1a'ul +>a2n1a'ux % >an-a'uxhtoc +>a2n1aux +>a2n1a'uq % >an-a'uqhn +>a2n1auq +>a2n1afa'ir % >an-afa'iretoc +>a2n1afair +>a2n1af'h % >an-af'hc +>a2n1af`h +>a2n1afo~u +>a2n1af~h +>a2n1afe~i +>a2n1afo~i +>a2n1ef~wn. +>a2n1af'e +>a2n1af`e + >a3n2af~hn % >ana-f~hnai +>a2n1afr'od % >an-afr'oditoc +>a2n1afrod +>'a2n1afr % >'an-afroc +>a2n1'afr +>a2n1aq'ur % >an-aq'urwtoc +>a2n1aqur +>andr'o2s1a % >andr'os-aimon +>andro2s1a +>a2n1'egg % >an-'eggraptoc +>a2n1egg +>a2n1'egert % >an-'egertoc +>a2n1eg'ert +>a2n1egk % >an-egk'efaloc +>a2n1'egk % >an-'egklhtoc +>a2n1egq % >an-egqe'irhtoc +>a2n1ed'a % >an-ed'afistoc +>a2n1eda +>a2n1'edes % >an-'edestoc +>a2n1ed'es +>a2n1'edras % >an-'edrastoc +>a2n1edr'as +>a2n1e'er % >an-e'ergw +>a2n1eer +>a2n1ej'el % >an-ej'elhtoc +>a2n1ejel +>a2n1'eji % >an-'ejistoc +>a2n1ej'i +>a2n1e'ide % >an-e'ideoc +>a2n1eid'e +>a2n1e'idw % >an-e'idwloc +>a2n1eid'w +>a2n1e'ika % >an-e'ikastoc +>a2n1eik'a +>a2n1eik'o % >an-eik'onistoc +>a2n1eiko +>a2n1eile'i % >an-eile'ijuia +>a2n1eilei +>a2n1e'ima % >an-e'imartai +>a2n1e'i2s1ak % >an-e'isaktoc +>a2n1ei2s1'ak +>a2n1e'i2s1o % >an-e'isodoc +>a2n1ei2s1'o +>a2n1ei2s1for % >an-eisfor'ia +>a2n1e'i2s1for % >an-e'isforoc +>a2n1ei2s1f'or +>a2n1'ek % >an-'ekbatoc, k.a.<'o. +>a2n1ek + >a3n2'eka % >an'e-kajen + >a3n2ek'ac. % >ane-k'ac + >a3n2ek`ac. + >a3n2ek'as. + >a3n2ek`as. + >a3n2ekt % >ane-kt'oc + >a4n3'e2k1tit % >an-'ek-titoc + >a4n3e2k1t'it +>ane2k1lip % >an-ek-lip'hc +>ane2k1l'o % >an-ek-l'ogistoc +>ane2k1lo +>a2n1'elai % >an-'elaioc +>a2n1elai +>a2n1el'at % >an-el'atwtoc +>a2n1elat +>a2n1'elegk % >an-'elegktoc +>a2n1el'egk +>a2n1elegx % >an-elegx'ia +>a2n1el'eh % >an-el'ehtoc +>a2n1ele'h +>a2n1'eleo % >an-'eleoc +>a2n1el'eo +>a2n1el'ew +>a2n1'elee +>a2n1elk'h % >an-elk'hc +>a2n1elk`h +>a2n1elko +>a2n1elk~h +>a2n1elk'ec. +>a2n1elk`ec. +>a2n1elk'es. +>a2n1elk`es. +>a2n1elke +>a2n1elk~w +>a2n1elk'es +>'a2n1elkt % >'an-elktoc +>a2n1'elkt +>a2n1'elkw % >an-'elkwtoc +>a2n1elk'w +>a2n1'ell % >an-'ellhn +>a2n1'elpi % >an-'elpistoc +>a2n1elp'i +>a2n1'elutr % >an-'elutroc +>a2n1el'utr +>a2n1'emb % >an-'embatoc +>a2n1emb +>a2n1'emet % >an-'emetoc +>a2n1em'et +>a2n1'emp % >an-'emplhktoc +>a2n1emp +>a2n1'emf % >an-'emfatoc +>a2n1emf +>a2n1'en % >an-'endotoc +>a2n1en + >a3n2'enei % >an'e-neika + >a3n2en'h % >ane-n'hnwje + >a3n2'entec. % >an'en-tec + >a3n2'entes. +>a2n1e2x1 % >an-ex-omol'oghtoc k.a.<'o. + >a3n2e3x2'ika % >anex'i-kakoc + >a3n2e3x2ik'a +>a2n1'eor % >an-'eortoc +>a2n1e'or +>a2n1ep % >an-ep'aggeltoc, k.lp. + >a3n2epn % >ane-pne'usaton + >a3n2ept % >ane-pt'amhn +>a2n1erast % >an-erast'ia +>a2n1'erast % >an-'erastoc +>a2n1er'ast +>a2n1erg % >an-erg'hc +>'a2n1erg % >'an-ergoc +>a2n1'erg +>a2n1'ereik % >an-'ereiktoc +>a2n1ere'ik +>a2n1'ereis % >an-'ereistoc +>a2n1ere'is +>a2n1ere'unht % >an-ere'unhtoc +>a2n1ereun'ht +>a2n1er'i % >an-er'ijeutoc +>a2n1eri +>a2n1erujr'iast % >an-erujr'iastoc +>a2n1erujri'ast +>a2n1'esti % >an-'estioc +>a2n1est'i +>a2n1'etai % >an-'etairoc +>a2n1eta'i +>a2n1'etoi % >an-'etoimoc +>a2n1eto'i +>a2n1etu % >an-etumol'oghtoc +>a2n1'etu % >an-'etumoc +>a2n1et'u +>a2n1e'uj % >an-e'ujetoc +>a2n1euj +>'a2n1euk % >'an-euktoc +>a2n1e'uk +>a2n1eul % >an-eulab'hc +>a2n1e'uret % >an-e'uretoc +>a2n1eur'et +>a2n1euf'hmht % >an-euf'hmhtoc +>a2n1eufhm'ht + >a2n1e'uq % >an-e'uqomai (some tenses may be wrong ???) + >a2n1euq + >a2n1e'ux % >an-e'uxato + >a2n1eux + >a2n1hux % >an-hux'amhn + >a2n1h~ug % >an-h~ugmai + >a2n1hug + >a2n1eukt % >an-eukt'oc +>a2n1'ef % >an-'efaptoc k.lp. +>a2n1ef + >a3n2ef'al % >ane-f'allomai + >a3n2'efel % >a-n'efeloc + >a3n2ef'el +>a2n1eq'e % >an-eq'egguoc +>a2n1eqe +>a2n1'eya % >an-'eyanoc +>a2n1ey'a +>a2n1hgem % >an-hgem'oneutoc +>a2n1'hd % >an-'hdonoc +>a2n1hd +>a2n1'hkes % >an-'hkestoc +>a2n1hk'es +>a2n1'hko % >an-'hkooc, >an-hkoust'ew, k.lp. +>a2n1hk'o +>a2n1hko +>a2n1hl'ak % >an-hl'akatoc +>a2n1hlak +>a2n1'hlatoc. % >an-'hlatoc +>a2n1'hlatos. +>a2n1hl'atou +>a2n1hl'atw +>a2n1'hlaton. +>a2n1'hlate. +>a2n1hl'atoi +>a2n1'hlatoi +>a2n1'hlata +>a2n1hleg % >an-hleg'hc +>a2n1hle'h % >an-hle'hc +>a2n1hle`h +>a2n1hleo +>a2n1hlee +>a2n1hle~w +>a2n1hle'e +>a2n1hle`e +>a2n1hle~h +>a2n1hl'eh % >an-hl'ehtoc +>a2n1'hleip % >an-'hleiptoc +>a2n1hle'ip +>a2n1hl'h % >an-hl'hc +>a2n1hl`h +>a2n1hlo~u +>a2n1hle~i +>a2n1hl~h +>a2n1hl'e +>a2n1hl`e +>a2n1hlo~i +>a2n1hl~w +>a2n1'hlik % >an-'hlikoc +>a2n1hl'ik +>a2n1'hlio % >an-'hlioc +>a2n1hl'io +>a2n1hl'iw +>a2n1'hlia +>a2n1'hlip % >an-'hlipoc +>a2n1hl'ip +>a2n1hlif % >an-hlif'hc +>a2n1'hm % >an-'hmelktoc +>a2n1hm +>a2n1'hnu % >an-'hnustoc +>a2n1hn'u +>a2n1'hrei % >an-'hreiktoc +>a2n1hre'i +>a2n1hr'em % >an-hr'emhtoc +>a2n1hrem +>a2n1href % >an-href'hc +>a2n1'hri % >an-'hrijmoc +>a2n1hr'i +>a2n1'hrot % >an-'hrotoc +>a2n1hr'ot +>a2n1'hss % >an-'hsshtoc +>a2n1hss +>a2n1'htt % >an-'htthtoc +>a2n1htt +>a2n1'hfa % >an-'hfaistoc +>a2n1hfa +>a2n1'iat % >an-'iatoc +>a2n1i'at +>a2n1'idio % >an-'idioc +>a2n1id'io +>a2n1id'iw +>a2n1'idia +>a2n1idit % >an-idit'i +>'a2n1idroc % >'an-idroc +>'a2n1idros +>a2n1'idrou +>a2n1'idrw +>'a2n1idron +>'a2n1idre +>a2n1'idroi +>'a2n1idroi +>a2n1'idrut % >an-'idrutoc +>a2n1idr'ut +>a2n1idrwt % >an-idrwt'i +>a2n1idr'wt % >an-idr'wtou (gen. to~u >an-'idrwtoc) +>a2n1'ier % >an-'ieroc +>a2n1i'er +>a2n1ier'at % >an-ier'atou + >a3n2i'erw % >ani-'erwsic +>a2n1'ik % >an-'ikanoc +>a2n1ik +>'a2n1ik % >'an-ikmoc + >a3n2'ikh % >a-n'ikhtoc + >a3n2ik'h +>a2n1'il % >an-'ilastoc +>a2n1il +>a2n1'imast % >an-'imastoc +>a2n1im'ast +>a2n1'iou % >an-'iouloc +>a2n1io'u +>'a2n1ipp % >'an-ippoc +>a2n1'ipp +>a2n1is % >an-is'azw +>'a2n1is % >'an-isoc +>a2n1'is + >a3n2is~at % >a-nis~aton + >a3n2is'at + >a3n2'ist % >a-n'isthmi + >a3n2ist + >a4n3istorh % >an-istorhs'ia + >a4n3ist'orh % >an-ist'orhtoc + >a4n3istor'h + >a3n2'isq % >an'i-sqw + >a4n3'isqu % >an-'isquroc +>'a2n1iq % >'an-iqjuc +>a2n1'iq +>a2n1iqne'ut % >an-iqne'utou +>a2n1'iy % >an-'iyaloc +>a2n1iy +>a2n1'ode % >an-'odeutoc +>a2n1od'e +>'a2n1oz % >'an-ozoc +>a2n1'oz +>a2n1oike % >an-oike'iou +>a2n1oikon % >an-oikon'omhtoc +>'a2n1oik % >'an-oikoc +>a2n1o'ik +>a2n1oikt'i % >an-oikt'irmwn +>'a2n1oikt % >'an-oiktoc +>a2n1o'ikt +>a2n1o'imwk % >an-o'imwktoc +>a2n1oim'wk +>a2n1oimwk % >an-oimwkt'i +>a2n1oin % >an-oin'ia +>'a2n1oin % >'an-oinoc +>a2n1o'in +>'a2n1oistr % >'an-oistroc +>a2n1o'istr +>a2n1'ol % >an-'olbioc +>a2n1ol +>'a2n1ol % >'an-olboc + >a3n2olk % >anol-k'h + >a3n2olo % >ano-lol'uzw +>a2n1ombr'i % >an-ombr'ia +>a2n1ombr~i +>'a2n1ombro % >'an-ombroc +>a2n1'ombro +>a2n1'ombrw +>'a2n1ombra +>a2n1om'hl % >an-om'hlikoc +>a2n1omhl +>a2n1om'il % >an-om'ilhtoc +>a2n1omil +>a2n1'omiq % >an-'omiqloc +>a2n1omiq +>a2n1'omo % >an-'omoioc +>a2n1om'o +>a2n1omo % >an-omoz'hlou (gen. to~u >an-om'ozhloc) + >a3n2omoj % >a-nomo-j'ethtoc + >a3n2'omou. % >a-n'omou (gen. to~u >'a-nomoc) + >a3n2'omw|. + >a3n2'omw. + >a2n2'omoin. + >a3n2'omwn. + >a3n2'omoic. + >a3n2'omois. + >a3n2'omouc. + >a3n2'omous. +>a2n1'on % >an-'onhtoc +>a2n1on +>'a2n1op % >'an-oploc +>a2n1'op +>a2n1'or % >an-'organoc +>a2n1or +>'a2n1or % >'an-orgoc + >a3n2org'az % >anor-g'azw + >'a3n2orj % >'anor-joc + >a3n2'orj + >a3n2orm'a % >anor-m'aomai + >a3n2ort % >anor-tal'izw + >a3n2or'u % >ano-r'ussw +>a2n1'osi % >an-'osioc +>a2n1os'i +>a2n1osi % >an-osi'othc +>'a2n1osm % >'an-osmoc +>a2n1'osm +>a2n1'osfr % >an-'osfrantoc +>a2n1osfr +>a2n1o'ua % >an-o'uatoc +>a2n1ou'a +>a2n1o'usi % >an-o'usioc +>a2n1ous'i +>a2n1o'ut % >an-o'utatoc +>a2n1out +>a2n1ofj % >an-ofjalm'iatoc +>a2n1'oqeut % >an-'oqeutoc +>a2n1oqe'ut +>'a2n1oql % >'an-oqloc +>a2n1'oql +>a2n1oy % >an-oy'ia +>'a2n1oy % >'an-oyoc +>a2n1'oy +>anta2n1is % >antan-is'ow +>anta2n1'is % >antan-'iswsa +>antei2s1 % >anteis-'agw +>ante2k1 % >antek-t'assw +>ante2n1 % >anten-'edra +>ante2x1 % >antex-'agw +>antidu2s1 % >antidus-qera'inw +>antipare2k1 % >antiparek-te'inw +>antipare2x1 % >antiparex-'agw +>antipro2s1 % >antipros-agore'uw + >antipros3k2u % >antipro-skun'ew +>antis'u2n1 % >antis'un-axic +>antisu2n1 +>a2n1'u % >an-'ubristoc +>a2n1u + >a3n2um % >a-numf'hc + >a3n2'us % >a-n'useie (>an'uw) + >a3n2us % >a-nust'oc +>a2n1up'e2r1 % >an-up'er-batoc +>a2n1upe2r1 +%>a2n1'wd % >an-'wdhc %%% wrong??? comes from >'anw + a2n1~wd +>'a2n1w|d % >'an-w|doc +>a2n1'w|d +>a2n1'wdu % >an-'wdunoc +>a2n1wd'u %%%TS%%% +>a2n1'wi % >an-'wistoc +>a2n1w'i +>a2n1'wl % >an-'wlejroc +>a2n1wl +>a2n1'wm % >an-'wmaloc +>a2n1wm +>a2n1'wn % >an-'wnumoc +>a2n1wn +>a2n1wr % >an-wr'ia +>'a2n1wr % >'an-wroc +>a2n1'wr +>'a2n1wto % >'an-wtoc +>a2n1'wto +>a2n1wf'el % >an-wf'eleia +>a2n1wfel % >an-wfel'hc +>a2n1'wqu % >an-'wquroc +>a2n1wq'u +>apa2n1ai % >apan-aisqunta'iw +>ap'a2n1ou % >ap'an-ourgoc +>apa2n1o'ur +ape2k1l % >apek-lanj'anomai +aposu2n1 % >aposun-'agwgoc +>apr'o2s1 % >apr'os-batoc +>apro2s1 + >apr'o3s2ke % >apr'o-skeptoc + >apro3s2k'e + >apr'o3s2ko % >apr'o-skopoc != >apr'os-koptoc ??? + >apro3s2k'o + >apro3s2t % >apro-stas'iou +arpax-'andra (arre2n1w % >arren-wp'oc +>arqisu2n1 % >arqisun-agwg'oc +>aste2r1w % >aster-wp'oc +>as'u2n1 % >as'un-etoc +>asu2n1 +>ax'u2n1 % >ax'un-etoc +>axu2n1 +a>ut'e2k1m % a>ut'ek-magma +a>ute2k1m +a>ute2x1 % a>utex-o'usioc +>aw2s1f % >aws-f'oroc +.gera2s1f % geras-f'oroc +.da2s1p % das-pl'hc +.diamfi2s1b % diamfis-bht'ew +.di'e2k1ro % di'ek-rooc +.die2k1r'o +.di'e2x1 % di'ex-eimi +.die2x1 % diex-ela'unw +.dika2s1p % dikas-p'oloc +.di'o2s1k % Di'os-kouroc dios-k'uamoc +.dio2s1k +.di'o2s1p % di'os-polic +.dio2s1p +.d'i2s1a % d'is-aboc +.di2s1'a +.d'i2s1h % d'is-hboc +.di2s1'h +.d'i2s1e % d'is-eunoc +.di2s1e +.di2s1j % dis-jan'hc +.d'u2s1 % d'us-agnoc, k.lp. +.du2s1 +% + d'u3s2w. % d'uw, d'usw k.lp. + d'u3s2eic. + d'u3s2eis. + d'u3s2ei. + .d'u3s2et + d'u3s2omen. + d'u3s2ousin. + % + d'u3s2oimi. + d'u3s2oic. + d'u3s2ois. + d'u3s2oi. + d'u3s2oiton. + du3s2o'ithn. + d'u3s2oimen. + d'u3s2oite. + d'u3s2oien. + % + d'u3s2ein. + d'u3s2wn. d'u3s2on du3s2'on + d'u3s2ous du3s2o'us + % + d'u3s2h| + d'u3s2hton. + d'u3s2wmen. + d'u3s2wsi. + % + d'u3s2aimi. + d'u3s2aic. d'u3s2eiac. + d'u3s2ais. d'u3s2eias. + d'u3s2ai. d'u3s2eie. + d'u3s2aiton. + du3s2a'ithn. + d'u3s2aimen. + d'u3s2aite. + d'u3s2aien d'u3s2eian. + % + d'u3s2on. + du3s2'atw. + d'u3s2aton. + du3s2'atwn. + d'u3s2ate. + du3s2'antwn. + % + d'u3s2ac. d'u3s2an. d'u3s2ant du3s2'ant + d'u3s2as du3s2'as + % + d'u3s2omai. + .d'u3s2es + du3s2'omeja. + d'u3s2ontai. + % + du3s2o'imhn. + d'u3s2oio. + d'u3s2oito. + d'u3s2oisjon. + du3s2o'isjhn. + du3s2o'imeja. + d'u3s2oisje. + d'u3s2ointo. + % + d'u3s2esjai. + .du3s2'omen % dus'omenoc -h -on + .du3s2om'en + % + d'u3s2wmai. + d'u3s2htai. + du3s2'wmeja + d'u3s2hsje. + % + du3s2a'imhn. + d'u3s2aio. + d'u3s2aito. + d'u3s2aisjon. + du3s2a'isjhn. + du3s2a'imeja. + d'u3s2aisjai. + d'u3s2ainto. + % + du3s2'asjw. + d'u3s2asjon. + du3s2'asjwn. + d'u3s2asje. + % + d'u3s2asjai. + du3s2'amen % du-s'amenoc -h -on + dus3s2am'en + % + d'u3s2ato. % d'u-sato = >ed'usato + d'u3s2eto. % d'u-seto = >ed'usato + d'u3s2anto. % d'u-santo = >ed'usanto + d'u3s2eo. % d'u-seo = d~usai ??? (prost. m'esou >aor'istou) + % + % +.duse'i2s1b % duse'is-boloc +.dusei2s1b +.dus'e2k1 % dus'ek-lutoc +.duse2k1 +.dus'e2x1 % dus'ex-aptoc +.duse2x1 + .du3s2ij % du-sij'alassoc + d'u3s2ic. % d'u-sic + d'u3s2is. + d'u3s2ew + d'u3s2in. + d'u3s2i. + du3s2'eoin. + d'u3s2esi. + d'u3s2esin. + .d'u3s2ke % d'u-ske + .du3s2m'h. % du-sm'h + .du3s2m`h. + .du3s2m~hc. + .du3s2m~hs. + .du3s2m~h| + .du3s2m~h. + .du3s2m~a + .du3s2ma + .du3s2m~w +.dusx'u2n1 % dusx'un-etoc +.dusxu2n1 + .d'u3s2tan % d'u-stanoc + .du3s2t'an + .du3s2thn % d'u-sthnoc + .du3s2t'hn +>edu2s1t % >edus-t'uqoun +e>i2n1'od % e>in-'odioc +e>i2n1od +e>i2s1 % e>is-agwg'h, k.lp. +e>'i2s1 + e>i3s2'i. % e>i-s'i(n) <-- e>im'i + e>i3s2`i. + e>i3s2i. + e>i3s2'in. + e>i3s2`in. + e>i3s2in. + e>'i3s2om % e>'i-somai <-- o<~ida + e>'i3s2h|. e>'isei. + e>'i3s2etai. + e>'i3s2esjon. + e>i3s2'om % e>i-s'omeja + e>'i3s2esje. + e>'i3s2ontai +% + e>i3s2o'imhn + e>'i3s2oio + e>'i3s2oito + e>'i3s2oisjon + e>i3s2o'isjhn + e>i3s2o'imeja + e>'i3s2oisje + e>'i3s2ointo +% + e>'i3s2esjai + e>i3s2'omen % e>is'omenoc -h -on + e>i3s2om'en +% + e>'i3s2'amhn. + e>'i3s2w + e>'i3s2ato + e>'i3s2asjon + e>i3s2'asjhn + e>i3s2'ameja + e>'i3s2asje + e>'i3s2anto +% + e>'i3s2wmai + e>'i3s2hsjon + e>i3s2'wmeja + e>'i3s2hsje + e>'i3s2wntai +% + e>i3s2a'imhn + e>'i3s2aio + e>'i3s2aito + e>'i3s2aisjon + e>'i3s2a'isjhn + e>i3s2a'imeja + e>'i3s2aisje + e>'i3s2ainto +% + e>i3s2'asjw + e>i3s2'asjwn +%% e>'i3s2asje %% duplicate pattern ???? +% + e>'i3s2asjai + e>i3s2'amen % e>is'amenoc -h -on + e>i3s2am'en +% +>e2k1l % >ek-lagq'anw, k.lp. + >e3k2l'hjh % >e-kl'hjhn <- kal'ew + >e3k2l'az % >e-kl'azomen <- kl'azw, >'e-klazon (???) + >e3k2l'ag % >e-kl'azomen <- kl'azw, >'e-klagon + >e3k2l'ao % >e-kl'aomen <- kl'aw, >'e-klaon (???) + >e3k2l'as % >e-kl'asomen <- kl'aw, >'e-klasa + >e3k2la'i % >e-kla'iomen <- kla'iw, >'e-klai(g)on (???) + >e3k2la'u % >e-kla'usamen <- kla'iw, >'e-klausa + >e3k2le'i % >e-kle'isamen <- kle'iw, >'e-kleisa + >e4k3le'ip % >ek-le'ipomen + >e4k3le'iy % >ek-le'iyic + >e3k2l'h| % >e-kl'h|samen <- kle'iw, >'e-klh|sa + >e3k2kl'ep % >e-kl'eptomen <- kl'eptw, >'e-klapon (???) + >e3k2kl'ey % >e-kl'eyamen <- kl'eptw, >'e-kleya + >e3k2l'ap % >e-kl'aphn <- kl'eptw + >e3k2lap % >e-klap'omeja <- kl'eptw, >ek-l'aphn + >e4k3l'apt % >ek-l'aptw + >e4k3lapt + >e3k2l'ef % >e-kl'efjhn <- kl'eptw + >e3k2lef % >e-klefj'hthn <- kl'eptw, >e-kl'efjhn + >e3k2l'hr % >e-kl'hroun <- klhr'ow + >e3k2lhr % >e-klhro~uton <- klhr'ow, >e-kl'hroun + >e3k2l'in % >e-kl'inamen <- kl'inw, >'e-klina + >e3k2lin % >e-klin'aton <- kl'inw, >'e-klina + >e3k2l'u % >e-kl'uomen <- kl'uw, >'e-kluon + >e4k3l'usew % >ek-lusic + >e4k3l'usei + >e4k3l'useoi + >e4k3l'usesi + >e3k2l'om % >e-kl'omhn <- k'elomai (>'alla pr'ospwpa???) + >e3k2kl'ws % >e-kl'wsamen <- kl'wjw (???) +>'e2k1lei % >'ek-leiyic + >'e3k2leis % >'ek-leisa <- kle'iw +>'e2k1lus % >'ek-lusic +>e2k1m +>'e2k1m +>e2k1n +>'e2k1n + >'e3k2nai % >'e-knaisa <- kna'iw + >e3k2na'i % >e-kna'isamen <- kna'iw + >'e3k2nhs % >'e-knhsa <- kn'aw + >e3k2n'hs % >e-kn'hsamen <- kn'aw + >e3k2nu % >e-knuz~hto +>e2k1r +>'e2k1r + >e3k2r'ad % >ekr'adainon <- krada'inw (???) + >e3k2rad + >'e3k2raz % >'e-krazon <- kr'azw (???) + >e3k2r'az + >'e3k2rag % >'e-kragon <- kr'azw + >e3k2r'ag + >e3k2r'at % >e-kr'atoun <- krat'ew (???) + >e3k2rat + >e3k2ra'ug % >e-kra'ugason <- kraug'azw + >e3k2raug + >'e3k2rai % >'e-krainon <- kra'inw (???) + >e3k2ra'i + >'e3k2ran % >'e-krana, >e-kr'anjhn <- kra'inw + >e3k2r'an + >e3k2r'hh % >e-kr'hhna, >e-kr'aanjen - >e-kra'anjhmen (???) <- kra'inw + >e3k2r'aa + >e3k2ra'a + >e3k2r'aj % >e-kr'ajhn + >e3k2raj + >'e3k2rek % >'e-krekon <- kr'ekw (???) + >e3k2r'ek + >'e3k2rex % >'e-krexa <- kr'ekw (???) + >e3k2r'ex + >e3k2r'em % >e-kr'emw, >e-krem'asjhn <- krem~w + >e3k2rem + >e3k2r'hm % >e-kr'hmnizon <- krhmn'izw + >e3k2rhm + >'e3k2rin % >'e-krina, >e-kr'ijhn <- kr'inw + >e3k2r'in + >e3k2r'ij + >e3k2r'ot % >e-kr'othsa <- krot'ew + >e3k2rot + >'e3k2rou % >'ekrouon, >'e-krousa <- kro'uw + >e3k2ro'u + >'e3k2rup % >'e-krupton (???), >'e-kruya, + >e3k2r'up % >e-kr'ubhn (???), >e-kr'ufjhn <- kr'uptw + >'e3k2ruy + >e3k2r'uy + >e3k2r'ub + >e3k2r'uf + >e3k2rus % >e-krust'allisa <- krustall'izw + >'e3k2rwz % >'e-krwzon <- kr'wzw + >e3k2r'wz + >'e3k2rwx % >'e-krwxa <- kr'wzw + >e3k2r'wx +>e2k1taj % >ek-taje'ic +>'e2k1tame. % >'ek-tame +>e2k1t'amn % >ek-t'amnw +>e2k1tan % >ek-tan'uw +>e2k1tar % >ek-tar'assw +>e2k1t'as % >ek-t'assw +>e2k1te +>e2k1t'e + >e3k2te'in % >e-kte'inamen <- kte'inw, >'ekteinon +>e2k1t'hk % >ek-t'hkw +>e2k1ti +>'e2k1ti +>e2k1t'i + >'e3k2tiz % >'e-ktizon, >e-kt'izomen <- kt'izw + >e3k2t'iz + >'e3k2tisa % >'e-ktisa, >e-kt'isamen <- kt'izw + >e3k2t'isa +>e2k1t'o +>e2k1to +>'e2k1to + >e3k2t'oc. % >e-kt'oc + >e3k2t`oc. + >e3k2t'os. + >e3k2t`os. +>e2k1tr +>'e2k1tupo % >'ek-tupon (o>us./>epij.) != >e-kt'upoun <- ktup'ew +>e2k1t'upou. +>e2k1t'upw|. +>'e2k1tupe. +>e2k1t'upw. +>e2kt'upoi. +>e2k1t'upwn. +>e2k1t'upoic. +>e2k1t'upois. +>e2k1t'upouc. +>e2k1t'upous. +>'e2k1tupa. +>e2k1tu +e2n1 +>'e2n1 + >e3n2'akic % >e-n'akic + >e3n2akis % >e-nakisq'ilioi + >e3n2ak'os % >e-nak'osioi + >e3n2akos + >'e3n2ara. % >'e-nara + >e3n2'arwn. + >e3n2'aroic. + >e3n2'arois. + >e3n2arhf % >e-narhf'oroc + >e4n3arar % >en-arar'iskw + >e3n2'aree % >e-n'areec + >e3n2ar'ew + >e3n2ar'ea % >e-nar'eac + >e3n2are'a + >e3n2'arie % >e-n'ariec + >e3n2ar'iw + >e3n2ar'ia % >e-nar'iac + >e3n2ari'a + >'e3n2ass % >'e-nassa <- na'iw + >e3n2'ass + >e3n2'asj + >e3n2asj + >'e3n2at % >'e-natoc + >e3n2'at +>endu2s1t % >endus-tuq'ew + >e3n2'egk % >e-n'egkai + >e3n2egk % >e-negke~in + >'e3n2eik % >'e-neika + >e3n2e~ik % >e-ne~ikai + >e3n2eik % >e-neik'emen + >e3n2e'ik % >e-ne'ikeon + >'e3n2eim % >e-neima, >e-ne'imamen + >e3n2e'im + >e3n2em'ess % >e-nem'essa + >e3n2em'hj % >e-nem'hjhn + >e3n2en'h % >e-nen'hkonta + >e3n2e'o % >e-ne'oc -'a -'on + >e3n2e`o + >e3n2eo + >e3n2e~w + >e3n2e'a + >e3n2e`a + >e3n2e~a + >e3n2'epei + >'e3n2erje % >'e-nerje + >'e3n2eus % >'e-neusa + >e3n2e'us % >e-ne'usomai + >e3n2'eqj % >e-n'eqjhti + >e3n2eqj + >'e3n2hs % >'e-nhsa <- na'iw + >e3n2'hs + >e3n2h'h % >e-nh'hc, -'ec + >e3n2h`h + >'e3n2hn. % >'e-nhn + >e3n2he'i % >e-nhe'ih + >e3n2ho + >e3n2h~w + >e3nh'e + >e3n2'hno % >e-n'hnoje + >e3n2'i + >e3n2i + >'e3n2i + >e4n3ia'u % >en-ia'uw + >e5n4ia'us % >e-nia'usioc + >e5n4iaus + >e4n3idr % >en-idr'ow + >e4n3'idr % >en-'idrwsa + >e4n3'iz % >en-'izw + >e4n3'ih % >en-'ihmi, >en-'ieton, k.lp. + >e4n3i'eton. + >e4n3'iemen. + >e4n3'iw. + >e4n3ipp % >en-ippe'uw + >e4n3'ipp % >en-'ippeusa + >e4n3'ipt % >en-'iptw, >en-'iyw + >e4n3'iy + >e4n3'iss % >en-'issw + >e4n3'ist % >en-'isthmi, >en-ist~h|c, k.lp. + >e4n3ist + >e4n3isq % >en-isq'uw + >e4n3'isq % >en-'isqw + >'e3n2oc. % >'e-noc = >'e-nhc (>'allec pt'wseic???) + >'e3n2os. + >'e3n2ou. + >'e3n2on. + >'e3n2w + >'e3n2oi. + >'e3n2oic. + >'e3n2ois. + >'e3n2hc. + >'e3n2hs. + >'e3n2h|. + >'e3n2h. + >'e3n2osi % >'e-nosic + >e3n2'ose + >e3n2u'al % >e-nu'alioc + >e3n2ual + >'e3n2ux % >'e-nuxa + >e3n2ux % >e-nux'athn + >e3n2'ux % >e-n'uxamen + >e3n2'us % >e-n'ustaxa, >e-nust'axamen + >e3n2us + >e3n2u'w % >e-nu'w + >e3n2u`w + >e3n2u'oo + >e3n2uo~uc +>e2x1 +>'e2x1 + >e3x2'hr % >e-x'hrammai + >e3x2hr % >e-xhr'anjhn + >e3x2u2n1 % >exun-~hka + >e3x2ur % >e-xur'amhn + >e3x2'ur % >e-x'urhmai + >'e3x2us % >'e-xusmai + >'e3x2w. +epe'i2s1 % >epe'is-aktoc, k.lp. +>epei2s1 + >epe'i3s2aton. % >'epe'i-saton <- pe'ijw, >'epeisa + >epei3s2'athn. + >epe'i3s2amen. + >epe'i3s2ate + >epei3s2'amhn. + >epe'i3s2w. + >epe'i3s2ato + >epe'i3s2asjon. + >epei3s2'ameja. + >epe'i3s2asje. + >epe'i3s2anto. + >epe'i3s2j % >epe'i-sjhn, >epeisj'hthn <- pe'ijw + >epei3s2j +>epe2k1te'i % >epek-te'inw +>ep'e2k1tei +>epe2k1tr % >epek-tr'eqw +>ep'e2k1tr +>epe2x1 +>epe2s1b % >epes-b'oloc +>epipr'o2s1j % >epipr'os-jetoc +>epipro2s1j +>episu2n1 % >episun-agwg'h +>e2s1 + >e3s2'aw % >e-s'awjen + >e3s2hm % >e-shm'hnanto + >e3s2j % >e-sj'ew + >e4s3j'es % >es-j'esjai + >e3s2ig % >e-sig'ajhn + >e3s2k + >e4s3k'a % >es-k'atjeto + >e4s3ka % >es-kataba'inw +% + >e3s2m`en. >e3s2m'en. % e>im'i, >esm'en, >est'i, k.lp. + >e3s2t + >e3s2'omeja + >e3s2o'imhn + >e3s2'om % >e-s'omenoc, -h, -on + >e3s2om + >e3s2o~u % >e-so~umai (dwr./ >'alla pr'oswpa???) + >e3s2o'u %%%TS%%% + >e3s2ou %%%TS%%% ???? +% + >e3s2u % >e-s'urhn <- s'uromai + >e3s2'u + >es'u2n1 % >es'un-hka + >esu2n1 + >e3s2q + >e4s3q'e % >es-q'ew + >e3s2'w + >e3s2w +>'e2s1op % >'es-optroc +e>ue2x1 % >euex-'alepiptoc + e>ue3x2'i % >eue-x'ia + e>ue3x2i +e>upr'o2s1 % e>upr'os-dektoc +e>upro2s1 +e>us'u2n1 % e>us'un-etoc +e>usu2n1 +e>ux'u2n1 % e>ux'un-etoc +e>uxu2n1 +>ew2s1f % >ews-f'oroc +>'h2n1oy. % >'hn-oy +>'h2n1op +>h2n1'op +.jemi2s1kr % jemis-kr'ewn +.je'o2s1d % je'os-dotoc +.jeo2s1d +.jeoi2s1eqjr % jeois-eqjr'ia +.jh2r1agr % jhr-agr'ethc +.juo2s1k % juos-k'ew juos-k'ooc +.kajupe2r1 % kajuper-akont'izw +.kalw2s1or % kalws-or'izw kalws-'orisa +.kalw2s1'or +.ka2n1e'ic. % kan-e'ic +.ka2n1e`ic. +.ka2n1e'is. +.ka2n1e`is. +.ka2n1en +.ka2n1'en +.katadu2s1wp % katadus-wp'ew +.katedu2s1'wp % katedus-'wpesa +.katei2s1 % kateis-'agw +.kate2n1a'i % katen-a'iromai +.kate2n1'h % katen-'hraro +.kate2x1a2n1'i % katex-an-'isthmi +.kate2x1a2n1'es % katex-an-'esthn +.kera2s1f % keras-f'oroc +.kr'a2s1p % kr'as-pedon +.kra2s1p +.kun'o2s1a % Kun'os-argec +.kun'o2s1b % kun'os-batoc +.kuno2s1b +.kun'o2s1o % kun'os-oura +.kuno2s1o +.kuno2s1f % Kunos-fan'h (i2s1p'wt % o>is-p'wth +o>i2s1pwt +uden'o2s1w % o>uden'os-wroc +o>udeno2s1'w +.pali2n1 % palin-'agretoc +.pal'i2n1 % pal'in-orsoc +.pa2n1 +.p'a2n1 + .pa3n2'oc. % pa-n'oc <- P'an (je'oc) + .pa3n2`oc. + .pa3n2'os. + .pa3n2`os. + .pa3n2'i. + .pa3n2`i. + .p'ana. + .pa3n2~wn. + .pa3n2ik % pa-nik'oc + .pa3n2'isd % pa-n'isdomai + .pa3n2isd % pa-nisd'omhn + .pa3n2o~u. % pa-no~u, k.lp. (pan'oc = fan'oc) + .pa3n2~w|. + .pa3n2'o. + .pa3n2`o. + .pa3n2'on. + .pa3n2`on. + .pa3n2'e. + .pa3n2`e. + .pa3n2o'i. + .pa3n2o`i. + .pa3n2o~ic. + .pa3n2o~is. + .pa3n2o'uc. + .pa3n2o`uc. + .pa3n2o'us. + .pa3n2o`us. +.para2n1'isq % paran-'isqw +.pare'i2s1 % pare'is-aktoc +.parei2s1 +.pare2k1l % parek-l'egw +.pare2k1tr % parek-tr'epw +.pare2n1e~i % paren-e~idon +.pare2n1o % paren-oql'ew +.pare2x1 +.par'e2x1 + par'e3x2w. % par'e-xw, par'e-xomai <- par'eqw + par'e3x2eic. + par'e3x2eis. + par'e3x2ei. + par'e3x2eton. + pare3x2'ethn. + par'e3x2omen. + par'e3x2ete. + par'e3x2ousi. + % + par'e3x2omai + par'e3x2h| + par'e3x2etai. + par'e3x2esjon. + pare3x2'omeja. + par'e3x2esje. + par'e3x2ontai. +.pleo2n1'e % pleon-'ekthma +.pleo2n1e +.proei2s1 % proeis-'agw +.proe2k1 % proek-l'egw +.proe2n1 % proen-'arqomai +.proe2x1 % proex-agg'elw +.pro'e2x1 % pro'ex-eimi +.pro2s1 + .pro3s2'ab % pro-s'abbatoc + .pro3s2ab +.prosei2s1 % proseis-pr'assw, k.lp. + .pro3s2e'i % pro-se'iw, pro-s'eseisa, pro-sese'isjhn + .pro3s2'esei + .pro3s2ese'i +.prose2n1 % prosen-equr'azw +.prose2x1 % prosex-air'eomai + .pr'o3s2ji % pr'o-sjioc + .pro3s2j'i + .pro4s3jig % pro-sjigg'aw + .pr'o3s2kop % pr'o-skopoc != pros-k'optw + .pro3s2k'op + .pro3s2tas % pro-stas'ia + .pro3s2t'at % pro-st'athc + .pro3s2tat % pro-state'uw + .pro3s2tau % pro-staur'ow + .pro3s2te'i % pro-ste'iqw + .pro3s2ten % pro-sten'azw + .pro3s2t'en % pro-st'enw + .pro3s2tern % pro-stern'idio + .pr'o3s2tern % pr'o-sternon + .pro3s2t'ern + .pro3s2t'hs % pro-st'hsac + .pro3s2t'om % pro-st'omion + .pro3s2tom + .pr'o3s2tw| % pr'o-stw|on + .pro3s2t'w| + .pro3s2ug % pro-sugg'ignomai + .pro3s2um % pro-summ'isgw + .pro3s2u2n1 % pro-sun-oik'ew + .pr'o3s2fagm % pr'o-sfagma + .pro3s2f'agm + .pro3s2f'az % pro-sf'azw + .pro3s2f'att % pro-sf'attw + .pr'o3s2qhm % pr'o-sqhma + .pro3s2q'hm + .pr'o3s2w. + .pr'o3s2wjen. + .pro3s2'wt % pro-s'wtatoc + .pro3s2wt +.pro"upe2x1 % pro"upex-orm'aw +.pu2r1'ag % pur-'agra +.pu2r1ag +.pu2r1a'ij % pur-a'ijw +.pu2r1aij % pur-aij'onwn (gen. plhj. to~u pur-a'ijwn) +.pu2r1~hj % pur-~hjon (pur-a'ijw) +.pu2r1hj % pur-hj'ethn??? (pur-a'ijw) +.pu2r1'hj % pur-'hjomen??? (pur-a'ijw) +.pu2r1ak % pur-akt'ew +.p'u2r1au % p'ur-auloc +.pu2r1a'u +.pu2r1au % pur-aug'hc +.pu2r1'hnem % pur-'hnemoc +.pu2r1hn'em +.pu2r1wp % pur-wp'oc +.sela2s1f'o % selas-f'oroc +.sela2s1fo +.sumparei2s1 % sumpareis-'erqomai +.su2n1 +.s'u2n1 % s'un-auloc, k.>'a.<'o. +.sundi'e2x1 % sundi'ex-eimi +.sundie2x1 % sundiex-i'enai +.sundu2s1 % sundus-tuq'ew +.sune2x1 % sunex-'agw +.tessare2s1k % tessares-ka'ideka +.trei2s1k % treic-ka'ideka +.tri2s1 + .tri3s2m'o % tri-sm'oc + .tri3s2mo + .tri3s2m~w + .tri3s2p % tri-sp'ijamoc + .tr'i3s2t % tr'i-stegoc + .tri3s2t + .tri3s2'w % tri-s'wmatoc + .tri3s2w +'a.<'o. +i2s1qil'iwn. +i2s1qil'ioic. +i2s1qil'iois. +i2s1qil'iouc. +i2s1qil'ious. +i2s1q'iliai. +i2s1qil'iaic. +i2s1qil'iais. +i2s1qil'iac. +i2s1qil'ias. +i2s1q'ilia. +% +i2s1m'urioi. % dis-m'urioi, k.>'a.<'o. +i2s1mur'iwn. +i2s1mur'ioic. +i2s1mur'iois. +i2s1mur'iouc. +i2s1mur'ious. +i2s1m'uriai. +i2s1mur'iaic. +i2s1mur'iais. +i2s1mur'iac. +i2s1mur'ias. +i2s1m'uria. +% +i2s1qiliost % dis-qiliost'oc, k.>'a.<'o. +% +i2s1muriost % dis-muriost'oc, k.>'a.<'o. +% +i2s1qili'akic. % dis-qili'akic, k.>'a.<'o. +i2s1qili'akis. +% +i2s1muri'akic. % dis-muri'akic, k.>'a.<'o. +i2s1muri'akis. +} % end patterns +\endgroup +\endinput diff -Nru texlive-lang-2007.dfsg.4/texmf/tex/generic/hyphen/grmhyph4.tex texlive-lang-2009/texmf/tex/generic/hyphen/grmhyph4.tex --- texlive-lang-2007.dfsg.4/texmf/tex/generic/hyphen/grmhyph4.tex 2006-01-02 23:53:43.000000000 +0000 +++ texlive-lang-2009/texmf/tex/generic/hyphen/grmhyph4.tex 1970-01-01 01:00:00.000000000 +0100 @@ -1,486 +0,0 @@ -% **************************************************************** -% -% File name: grmhyph4.tex -% -% Created: June 1st, 1999 -% First release: Apr. 13, 2000 -% Revised: Aug. 16, 2004 -% Version: 4.0 -%% -% Hyphenation patterns for uni-accent (monotonic) Modern Greek. -% -% Created by Dimitrios Filippou with some ideas borrowed from -% Yannis Haralambous, Kostis Dryllerakis and Claudio Beccari. -% -% These hyphenation patterns are explained in "modern.pdf". -% Some doubtful patterns are marked by three question marks "???". -% -% **************************************************************** -% -\message{Hyphenation patterns for uni-accent (monotonic) Modern Greek} -\begingroup -\lccode`'=`' \lccode`"=`" -\patterns{% -%%%% vowels -a1 -e1 -h1 -i1 -o1 -u1 -w1 -%%%% double vowels (formerly called "diphthogs") and exceptions -a2i -a2'i -% 'a3i --- not to be separated: ne-r'aida -a2u -a2'u -'a3u -e2i -e2'i -% 'e3i --- not to be separated: to rw-m'ei-ko (one way to pronounce it) -e2u -e2'u -'e3u -h2u -h2'u -'h3u -o2i -o2'i -% 'o3i --- not to be separated: to ko-r'oido -o2u -o2'u -'o3u -u2i -u2'i -'u3i -%%%% diphthogs: two vowels pronounced together in *one* syllable -%%%% (in some cases, the rules below will not allow the split up -%%%% of syllables in words like: ka-ko-poi'oc, etc., but, better -%%%% this than gross mistakes like: qw-ri-'o) -a2h -'a3h. -a2"i -'a3i. % ts'a-i -a2"u % ka"u-m'oc -e2"i % ze"i-mpekikoc -e2"u % Ke"u-l'anh -o2ei % ap'oei-de -o2h % b'oh-ja! -'o3h. % ql'o-h al'o-h -o2"i -'o3i. % s'o-i -%%%% -i2a -i2'a -i2e -i2'e -i2o -i2'o -o3"i3'o % pro-"i-'on -i2w -i2'w -.i3 -'i3 -h2a -h2'a -h2e -h2'e -h2o -h2'o -h2w -h2'w -.h3 -'h3 -u2a -u2'a -u2o -u2'o -u2w -u2'w -.u3 -'u3 -%%%% consonants at the end of words (including double consnants: -%%%% gk, mp, nt, tz, ts). -4b. -4g. -4gk. -4d. -4z. -4j. -4k. -4l. -4m. -4mp. -4n. -4nt. -4x. -4p. -4r. -4s. -4c. -4t. -4tz. -4ts. -4tc. -4f. -4q. -4y. -%%%% right apostrophe and consonants with right apostrophe -4'' -4b'' -4g'' -4gk'' -4d'' -4z'' -4j'' -4k'' -4l'' -4m'' -4mp'' -4n'' -4nt'' -4x'' -4p'' -4r'' -4s'' -4t'' -4tz'' -4ts'' -4f'' -4q'' -4y'' -%%%% consonants at the beggining of words -.b4 -.g4 -.d4 -.z4 -.j4 -.k4 -.l4 -.m4 -.n4 -.x4 -.p4 -.r4 -.s4 -.t4 -.f4 -.q4 -.y4 -%%%% separable double consonants -4b1b -4g1g -4d1d -4z1z -4j1j -4k1k -4l1l -4m1m -4n1n -4p1p -4r1r -4s1s -4t1t -4f1f -4q1q -4y1y -%%%% other breakable consonant combinations -4b1z -4b1j -4b1k -4b1m -4b1n -4b1x -4b1p -4b1s -4b1t -4b1f -4b1q -4b1y -4g1b -4g1z -4g1j -4g1m -4r5g2m % >'er-gma = 'ergo (arq.) -4g1x -4g1p -4g1s -4g1t -4g1f -4g1q -4g1y -4d1b -4d1g -4d1z -4d1j -4d1k -4d1l -% "dm" --- not separable: dm~hsic = exhm'erwma (arq.) -% "dn" --- not separable: dnofer'oc = zofer'oc, skotein'oc (arq.) -% Dne'iperoc = potam'oc thc Rws'iac -4d1x -4d1p -4d1s -4d1t -4d1f -4d1q -4d1y -4z1b % "zb" and "zg" appear in the beggining of Greek words (e.g., in -4z1g % Andriotes' Lexicon), but they're usually written as "sb" and "sg". -4z1d -4z1j -4z1k -4z1l -4z1m -tz2m % m'ana-tzment (m'a-na-tzment) -4z1n -4z1x -4z1p -4z1r -4z1s -4z1t -4z1f -4z1q -4z1y -4j1b -4j1g -4j1d -4j1z -4j1k -4j1m -4r5j2m % por-jm'oc -sj2m % i-sjm'oc -4j1x -4j1p -4j1s -4j1t -4j1f -4j1q -4j1y -4k1b % "kb" may not be not separable: kb'anto kbantomhqanik'h -4k1g -4k1d -4k1z -4k1j -4k1m -4l5k2m % Al-km'hnh -4r5k2m % dar-km'a = draqm'h (arq.) -4k1x -4k1p -4k1s -4k1f -4n5k2f % Fran-kfo'urth -4k1q -4k1y -4l1b -4l1g -4l1d -4l1z -4l1j -4l1k -4l1m -4l1n -4l1x -4l1p -4l1r -4l1s -4l1t -4l1f -4l1q -4l1y -4m1b -4m1g -4m1d -4m1z -4m1j -4m1k -4m1l -4m1x -4m1r -4m1s -4m1t -4m1f -4m1q -4m1y -4n1b -4n1g -4n1d -4n1z -4n1j -4n1k -4n1l -4n1m -4n1x -4n1p -4n1r -4n1s -4n1f -4n1q -4n1y -4x1b -4x1g -4x1d -4x1z -4x1j -4x1k -4x1l -4x1m -4x1n -4x1p -4x1r -4x1s -4x1t -4g5x2t % el'eg-xte -4r5x2t % up'ar-xte -4x1f -4x1q -4x1y -4p1b -4p1g -4p1d -4p1z -4p1j -4p1k -4p1m -4p1x -4p1s -4p1f -4p1q -4p1y -4r1b -4r1g -4r1d -4r1z -4r1j -4r1k -4r1l -4r1m -4r1n -4r1x -4r1p -4r1s -4r1t -4r1f -4r1q -4r1y -4s1d % "sd" may not be separable: sde'ugla = ze'ugla (arq.) -4s1z -4s1n % "sn" may not be separable: sn'iqi (= sb'erkoc) snompism'oc -4s1x -4s1r -4s1y -4t1b -4t1g -4t1d -4t1j -4t1k -% "tl" --- not separable: tlhmws'unh = miz'eria (arq.) -4t1n -4t1x -4t1p -4t1f -st2f % fa-stfount'adiko Be-stfal'ia (German'ia) -4t1q -4t1y -4f1b -4f1g -4f1d -4f1z -4f1k % "fk" may not be separable: fki'anw, fkias'idi -4f1m -4f1n -4r5f2n % or-fn'oc = skotein'oc (arq.) -4f1x -4f1p -4f1s -4f1q -4f1y -4q1b -4q1g -4q1d -4q1z -4q1k -4q1m -4r5q2m % dar-qm'a = draqm'h (arq.) -4q1x -4q1p -4q1s -4q1f -4q1y -4y1b -4y1g -4y1d -4y1z -4y1j -4y1k -4y1l -4y1m -4y1n -4y1x -4y1p -4y1r -4y1s -4y1t -4m5y2t % l'am-yte -4y1f -4y1q -%%%% some separable nasal consonant combinations -4g5k2f % Frag-kfo'urth -4g1kt % eleg-kt'hc -4m1pt % 'amem-ptoc -4n1tz % neran-tzi'a -4n1ts % biolon-ts'elo -%%%% -%%%% some `weird' terminations in words of Greek and non-Greek origin -%%%% -4br. % or-nt'ebr -4gl. % (od'oc Kar'olou) Ogl (B'oloc) -4kl. % pi-n'akl -4kt. % takt -4gkc. % mpagkc (mp'annu) -4gks. -4kc. % tankc -4ks. -4lc. % balc -4ls. -4mpl. % ntampl (pod'osfairo) -4mpn. % Impn (Sa"'int, arabik'o 'onoma) -4mpr. % romp-nte-s'ampr -4mc. % Tz'eimc -4ms. -4nc. % 'el-minc ('el-min-joc) tranc -4ns. -4rc. % (empr'oc) marc -4rs. -4sk. % Noboros'isk (p'olh thc Rws'iac) -4st. % karst trast -4tl. % Si'atl (p'olh twn HPA) -4tr. % maitr -4ntc. % (frou'it) pantc Frantc -4nts. -4ft. % kriskr'aft -4qt. % B'ermaqt (Germanik'oc Strat'oc) -%%%% -%%%% some `weird' double-consonant combinations that may occur in -%%%% words of non-greek origin like "romp-nte-s'ampr" (= robe de -%%%% chambre) -%%%% -4gk1mp -4gk1nt -4gk1tz -4gk1ts -4mp1nt -4mp1tz -4mp1ts -4nt1mp -4ts1gk -4ts1mp -4ts1nt -} % end patterns -%%%% -%%%% two-syllable Greek words (without diphthogs) and some nasal double consonants -%%%% -\hyphenation{di-'a poi-'on pa-rem-pi-pt'o-ntoc pa-rem-pi-pt'o-ntos} -\endgroup -\endinput diff -Nru texlive-lang-2007.dfsg.4/texmf/tex/generic/hyphen/grmhyph5.tex texlive-lang-2009/texmf/tex/generic/hyphen/grmhyph5.tex --- texlive-lang-2007.dfsg.4/texmf/tex/generic/hyphen/grmhyph5.tex 1970-01-01 01:00:00.000000000 +0100 +++ texlive-lang-2009/texmf/tex/generic/hyphen/grmhyph5.tex 2008-06-18 01:47:21.000000000 +0100 @@ -0,0 +1,493 @@ +% **************************************************************** +% +% File name: grmhyph5.tex +% +% Created: June 1st, 1999 +% First release: Apr. 13, 2000 +% Revised: May 27, 2008 +% Version: 5.0 +%% +% Hyphenation patterns for uni-accent (monotonic) Modern Greek. +% They work with the de facto LGR encoding of babel. +% +% Created by Dimitrios Filippou with some ideas borrowed from +% Yannis Haralambous, Kostis Dryllerakis and Claudio Beccari. +% +% These hyphenation patterns are explained in "modern.pdf". +% Some doubtful patterns are marked by three question marks "???". +% +% Documentation in English can be found in: D. Filippou, +% "Hyphenation patterns for Ancient and Modern Greek," in +% "TeX, XML, and Digital Typography" (A. Syropoulos et al., +% eds.), Lecture Notes in Computer Science 3130, Springer-Verlag +% Berlin-Heidelberg, 2004. ISBN 3-540-22801-2. +% +% **************************************************************** +% +\message{Hyphenation patterns for uni-accent (monotonic) Modern Greek} +\begingroup +\lccode`'=`' \lccode`"=`" +\patterns{% +%%%% vowels +a1 +e1 +h1 +i1 +o1 +u1 +w1 +%%%% double vowels (formerly called "diphthogs") and exceptions +a2i +a2'i +% 'a3i --- not to be separated: ne-r'aida +a2u +a2'u +'a3u +e2i +e2'i +% 'e3i --- not to be separated: to rw-m'ei-ko (one way to pronounce it) +e2u +e2'u +'e3u +h2u +h2'u +'h3u +o2i +o2'i +% 'o3i --- not to be separated: to ko-r'oido +o2u +o2'u +'o3u +u2i +u2'i +'u3i +%%%% diphthogs: two vowels pronounced together in *one* syllable +%%%% (in some cases, the rules below will not allow the split up +%%%% of syllables in words like: ka-ko-poi'oc, etc., but, better +%%%% this than gross mistakes like: qw-ri-'o) +a2h +'a3h. +a2"i +'a3i. % ts'a-i +a2"u % ka"u-m'oc +e2"i % ze"i-mpekikoc +e2"u % Ke"u-l'anh +o2ei % ap'oei-de +o2h % b'oh-ja! +'o3h. % ql'o-h al'o-h +o2"i +'o3i. % s'o-i +%%%% +i2a +i2'a +i2e +i2'e +i2o +i2'o +o3"i3'o % pro-"i-'on +i2w +i2'w +.i3 +'i3 +h2a +h2'a +h2e +h2'e +h2o +h2'o +h2w +h2'w +.h3 +'h3 +u2a +u2'a +u2o +u2'o +u2w +u2'w +.u3 +'u3 +%%%% consonants at the end of words (including double consnants: +%%%% gk, mp, nt, tz, ts). +4b. +4g. +4gk. +4d. +4z. +4j. +4k. +4l. +4m. +4mp. +4n. +4nt. +4x. +4p. +4r. +4s. +4c. +4t. +4tz. +4ts. +4tc. +4f. +4q. +4y. +%%%% right apostrophe and consonants with right apostrophe +4'' +4b'' +4g'' +4gk'' +4d'' +4z'' +4j'' +4k'' +4l'' +4m'' +4mp'' +4n'' +4nt'' +4x'' +4p'' +4r'' +4s'' +4t'' +4tz'' +4ts'' +4f'' +4q'' +4y'' +%%%% consonants at the beggining of words +.b4 +.g4 +.d4 +.z4 +.j4 +.k4 +.l4 +.m4 +.n4 +.x4 +.p4 +.r4 +.s4 +.t4 +.f4 +.q4 +.y4 +%%%% separable double consonants +4b1b +4g1g +4d1d +4z1z +4j1j +4k1k +4l1l +4m1m +4n1n +4p1p +4r1r +4s1s +4t1t +4f1f +4q1q +4y1y +%%%% other breakable consonant combinations +4b1z +4b1j +4b1k +4b1m +4b1n +4b1x +4b1p +4b1s +4b1t +4b1f +4b1q +4b1y +4g1b +4g1z +4g1j +4g1m +4r5g2m % >'er-gma = 'ergo (arq.) +4g1x +4g1p +4g1s +4g1t +4g1f +4g1q +4g1y +4d1b +4d1g +4d1z +4d1j +4d1k +4d1l +% "dm" --- not separable: dm~hsic = exhm'erwma (arq.) +% "dn" --- not separable: dnofer'oc = zofer'oc, skotein'oc (arq.) +% Dne'iperoc = potam'oc thc Rws'iac +4d1x +4d1p +4d1s +4d1t +4d1f +4d1q +4d1y +4z1b % "zb" and "zg" appear in the beggining of Greek words (e.g., in +4z1g % Andriotes' Lexicon), but they're usually written as "sb" and "sg". +4z1d +4z1j +4z1k +4z1l +4z1m +tz2m % m'ana-tzment (m'a-na-tzment) +4z1n +4z1x +4z1p +4z1r +4z1s +4z1t +4z1f +4z1q +4z1y +4j1b +4j1g +4j1d +4j1z +4j1k +4j1m +4r5j2m % por-jm'oc +sj2m % i-sjm'oc +4j1x +4j1p +4j1s +4j1t +4j1f +4j1q +4j1y +4k1b % "kb" may not be not separable: kb'anto kbantomhqanik'h +4k1g +4k1d +4k1z +4k1j +4k1m +4l5k2m % Al-km'hnh +4r5k2m % dar-km'a = draqm'h (arq.) +4k1x +4k1p +4k1s +4k1f +4n5k2f % Fran-kfo'urth +4k1q +4k1y +4l1b +4l1g +4l1d +4l1z +4l1j +4l1k +4l1m +4l1n +4l1x +4l1p +4l1r +4l1s +4l1t +4l1f +4l1q +4l1y +4m1b +4m1g +4m1d +4m1z +4m1j +4m1k +4m1l +4m1x +4m1r +4m1s +4m1t +4m1f +4m1q +4m1y +4n1b +4n1g +4n1d +4n1z +4n1j +4n1k +4n1l +4n1m +4n1x +4n1p +4n1r +4n1s +4n1f +4n1q +4n1y +4x1b +4x1g +4x1d +4x1z +4x1j +4x1k +4x1l +4x1m +4x1n +4x1p +4x1r +4x1s +4x1t +4g5x2t % el'eg-xte +4r5x2t % up'ar-xte +4x1f +4x1q +4x1y +4p1b +4p1g +4p1d +4p1z +4p1j +4p1k +4p1m +4p1x +4p1s +4p1f +4p1q +4p1y +4r1b +4r1g +4r1d +4r1z +4r1j +4r1k +4r1l +4r1m +4r1n +4r1x +4r1p +4r1s +4r1t +4r1f +4r1q +4r1y +4s1d % "sd" may not be separable: sde'ugla = ze'ugla (arq.) +4s1z +4s1n % "sn" may not be separable: sn'iqi (= sb'erkoc) snompism'oc +4s1x +4s1r +4s1y +4t1b +4t1g +4t1d +4t1j +4t1k +% "tl" --- not separable: tlhmws'unh = miz'eria (arq.) +4t1n +4t1x +4t1p +4t1f +st2f % fa-stfount'adiko Be-stfal'ia (German'ia) +4t1q +4t1y +4f1b +4f1g +4f1d +4f1z +4f1k % "fk" may not be separable: fki'anw, fkias'idi +4f1m +4f1n +4r5f2n % or-fn'oc = skotein'oc (arq.) +4f1x +4f1p +4f1s +4f1q +4f1y +4q1b +4q1g +4q1d +4q1z +4q1k +4q1m +4r5q2m % dar-qm'a = draqm'h (arq.) +4q1x +4q1p +4q1s +4q1f +4q1y +4y1b +4y1g +4y1d +4y1z +4y1j +4y1k +4y1l +4y1m +4y1n +4y1x +4y1p +4y1r +4y1s +4y1t +4m5y2t % l'am-yte +4y1f +4y1q +%%%% some separable nasal consonant combinations +4g5k2f % Frag-kfo'urth +4g1kt % eleg-kt'hc +4m1pt % 'amem-ptoc +4n1tz % neran-tzi'a +4n1ts % biolon-ts'elo +%%%% +%%%% some `weird' terminations in words of Greek and non-Greek origin +%%%% +4br. % or-nt'ebr +4gl. % (od'oc Kar'olou) Ogl (B'oloc) +4kl. % pi-n'akl +4kt. % takt +4gkc. % mpagkc (mp'annu) +4gks. +4kc. % tankc +4ks. +4lc. % balc +4ls. +4mpl. % ntampl (pod'osfairo) +4mpn. % Impn (Sa"'int, arabik'o 'onoma) +4mpr. % romp-nte-s'ampr +4mc. % Tz'eimc +4ms. +4nc. % 'el-minc ('el-min-joc) tranc +4ns. +4rc. % (empr'oc) marc +4rs. +4sk. % Noboros'isk (p'olh thc Rws'iac) +4st. % karst trast +4tl. % Si'atl (p'olh twn HPA) +4tr. % maitr +4ntc. % (frou'it) pantc Frantc +4nts. +4ft. % kriskr'aft +4qt. % B'ermaqt (Germanik'oc Strat'oc) +%%%% +%%%% some `weird' double-consonant combinations that may occur in +%%%% words of non-greek origin like "romp-nte-s'ampr" (= robe de +%%%% chambre) +%%%% +4gk1mp +4gk1nt +4gk1tz +4gk1ts +4mp1nt +4mp1tz +4mp1ts +4nt1mp +4ts1gk +4ts1mp +4ts1nt +} % end patterns +%%%% +%%%% two-syllable Greek words (without diphthogs) and some nasal double consonants +%%%% +\hyphenation{di-'a poi-'on pa-rem-pi-pt'o-ntoc pa-rem-pi-pt'o-ntos} +\endgroup +\endinput diff -Nru texlive-lang-2007.dfsg.4/texmf/tex/generic/hyphen/grphyph4.tex texlive-lang-2009/texmf/tex/generic/hyphen/grphyph4.tex --- texlive-lang-2007.dfsg.4/texmf/tex/generic/hyphen/grphyph4.tex 2006-01-02 23:53:43.000000000 +0000 +++ texlive-lang-2009/texmf/tex/generic/hyphen/grphyph4.tex 1970-01-01 01:00:00.000000000 +0100 @@ -1,891 +0,0 @@ -% **************************************************************** -% -% File name: grphyph4.tex -% -% Created: June 1st, 1999 -% First release: Apr. 13, 2000 -% Revised: Aug. 16, 2004 -% Version: 4.0 -% -% Hyphenation patterns for multi-accent (polytonic) Modern Greek. -% -% Created by Dimitrios Filippou with some ideas borrowed from -% Yannis Haralambous, Kostis Dryllerakis and Claudio Beccari. -% -% These hyphenation patterns are explained in "modern.pdf". -% Some doubtful patterns are marked by three question marks "???". -% -% **************************************************************** -% -\message{Hyphenation patterns for multi-accent (polytonic) Modern Greek} -\begingroup -\catcode`~=11 -\lccode`<=`< \lccode`>=`> \lccode``=`` -\lccode`'=`' \lccode`~=`~ \lccode`"=`" -\lccode``=`` \lccode`|=`| -\patterns{% -%%%% vowels -a1 -e1 -h1 -i1 -o1 -u1 -w1 -a4|1 -h4|1 -w4|1 -%%%% diphthogs (also known as "double vowels") and exceptions -a2i -a2'i -a2`i -a2~i -a2>i -a2>'i -a2>`i -a2>~i -a2u -a2>'u -a2>`u -a2>~u -a2i -e2>'i -e2>`i -e2>~i -e2u -e2>'u -e2>`u -e2>~u -e2u -h2>'u -h2>`u -h2>~u -h2i -o2>'i -o2>`i -o2>~i -o2u -o2>'u -o2>`u -o2>~u -o2i -u2>'i -u2>`i -u2>~i -u2i-'on, ka-ko-poi-'oc, etc., but, better -%%%% this than mistakes like: qw-ri-'o) -a2h -'a3h. % Dan'a-h Bomb'a-h -'a3i. % ts'a-i -a2"i -% 'a"i --- not be separated: ne-r'a"ida -'a3"i. % ts'a-"i -a2"u % ka"u-moc -'a3"u -e2h % leh-lat~w >e-l'eh-son -e2"i % ze"i-mpekikoc -e2"u % Ke"u-l'anh -o2ei % ap'oei-de -o2h % b'oh-ja! -'o3h. % ql'o-h -o2"i -'o3i % s'o-i ro-l'o-i -'o3"i -w2i % >wi-m'e! -%%%% -i2a -i2'a -i2`a -i2~a -i2e -i2'e -i2`e -i2o -i2'o -i2`o -o3"i3'o % pro-"i-'on -o3"i3`o -i2w -i2'w -i2`w -i2~w -'i3 -~i3 ->i3 -h3 -

r1'er-gma = >'ergo (>arq.) -4g1x -4g1p -4g1s -4g1t -4g1f -4g1q -4g1y -4d1b -4d1g -4d1z -4d1j -4d1k -4d1l -% "dm" --- not separable: dm~hsic = >exhm'erwsh (>arq.) -% "dn" --- not separable: dnofer'oc = zofer'oc, skotein'oc (>arq.) -% Dne'iperoc = potam'oc t~hc Rws'iac -4d1x -4d1p -4d1s -4d1t -4d1f -4d1q -4d1y -4z1b % "zb" and "zg" appear in the beggining of Greek words (e.g., in -4z1g % Andriotes' Lexicon), but they're usually written as "sb" and "sg". -4z1d -4z1j -4z1k -4z1l -4z1m -tz2m % m'ana-tzment (m'ana-tzment) -4z1n -4z1x -4z1p -4z1r -4z1s -4z1t -4z1f -4z1q -4z1y -4j1b -4j1g -4j1d -4j1z -4j1k -4j1m -4r5j2m % por-jm'oc -sj2m % >i-sjm'oc -4j1x -4j1p -4j1s -4j1t -4j1f -4j1q -4j1y -4k1b % "kb" may not be separable: kb'anto kbantomhqanik`h -4k1g -4k1d -4k1z -4k1j -4l5k2m % >Al-km'hnh -4r5k2m % dar-km'a = draqm'h (>arq.) -4k1x -4k1p -4k1s -4k1f -4g5k2f % Frag-kfo'urth -4n5k2f % Fran-kfo'urth -4k1q -4k1y -4l1b -4l1g -4l1d -4l1z -4l1j -4l1k -4l1m -4l1n -4l1x -4l1p -4l1r -4l1s -4l1t -4l1f -4l1q -4l1y -4m1b -4m1g -4m1d -4m1z -4m1j -4m1k -4m1l -4m1x -4m1p -4m1r -4m1s -4m1t -4m1f -4m1q -4m1y -4n1b -4n1g -4n1d -4n1z -4n1j -4n1k -4n1l -4n1m -4n1x -4n1p -4n1r -4n1s -4n1t -4n1f -4n1q -4n1y -4x1b -4x1g -4x1d -4x1z -4x1j -4x1k -4x1l -4x1m -4x1n -4x1p -4x1r -4x1s -4x1t -4g5x2t % >el'eg-xte -4r5x2t % arq.) -4s1z -4s1n % "sn" may not be separable: sn'iqi (= sb'erkoc) snompism'oc -4s1x -4s1r -4s1y -4t1b -4t1g -4t1d -4t1j -% "tl" --- not separable: tlhmws'unh = ft'wqia (>arq.) -4t1n -4t1x -4t1p -4t1f -st2f % fa-stfountadiko Be-stfal'ia (German'ia) -4t1q -4t1y -4f1b -4f1g -4f1d -4f1z -4f1k % "fk" may not be separable: fki'anw, fkias'idi -4f1n -4r5f2n % >or-fn'oc = skotein'oc (>arq.) -4f1x -4f1p -4f1s -4f1q -4f1y -4q1b -4q1g -4q1d -4q1z -4q1k -4q1m -4r5q2m % dar-qm'a = draqm'h (>arq.) -4q1x -4q1p -4q1s -4q1f -4q1y -4y1b -4y1g -4y1d -4y1z -4y1j -4y1k -4y1l -4y1m -4y1n -4y1x -4y1p -4y1r -4y1s -4y1t -4m5y2t % l'am-yte -4y1f -4y1q -%%%% -%%%% non-separable nasal combinations (gk, mp, nt) and some exceptions -%%%% -bg2k -4l5g2k -4n5g2k -4r5g2k -sg2k -4t5g2k -.giou5g2ko % giou-gkosl'aboc -5g2krant. % B'olgko-gkrant (Rws'ia) ->emi5g2kr % >emi-gkr'ec ->i5g2kou % >i-gkou'ana ->'intri5g2k % >'intri-gka ->intri5g2k -.kara5g2ki % kara-gki'ozhc -.ma5g2ki'o % ma-gki'oroc -.mpa5g2k % mpa-gkat'ela mpa-gk'eta -.mpi5g2k % mpi-gk'onia -.nt'a5g2kl % nt'a-gkla (??? not so sure) -.nta5g2kl % nta-gklar'ac (??? not so sure) -.xe5g2k % xe-gk'astri (??? not so sure) -.x'e5g2k -.saltip'a5g2k % saltip'a-gkoc (??? not so sure) -.si5g2k % si-gko'una -.sp'a5g2k % sp'a-gkoc spa-gkoramm'enoc -.spa5g2k -.fi'o5g2k % fi'o-gkoc fio-gk'aki -.fio5g2k -.qo'uli5g2k % qo'uli-gkan qouligk'anoc qouli-gkanism'oc -.qouli5g2k -%%%% -4z5m2p -4l5m2p -4n5m2p -4r5m2p -sm2p ->ala5m2pou % >ala-mpourn'ezika ->'a5m2ak % >'a-mpakoc ->a5m2p'ak ->a5m2pan % >a-mpan'ozi >a-mpan-ton'arisma ->a5m2p'ar % >a-mp'ara >a-mpar'wnw ->a5m2p~ar ->a5m2par - >a6m3p'ari % >am-p'ari - >a6m3pari ->a5m2pr % >a-mpr'i ->ara5m2p % >ara-mp'ac ->arlo'u5m2p % >arlo'u-mpa ->arlo~u5m2p ->arlou5m2p -.b'o5m2pir % b'o-mpirac (??? not so sure) -.bo5m2pir % bo-mpiriasm'enoc (??? not so sure) -.g'a5m2pi % g'a-mpia -.ga5m2pi -.giara5m2p % giara-mp'hc -.ze"i5m2p % ze"i-mp'ekikoc ->i5m2pra % >i-mpra'hm -.kala5m2pa % kala-mpal'iki -.kal'i5m2pr % kal'i-mpra kali-mpr'arw -.kali5m2pr -.ka5m2p'ad % ka-mp'adikoc (= qontr'oc) -.ka5m2par'e % ka-mpa-r'e ka-mparetzo'u -.ka5m2par`e -.ka5m2pare -.ka5m2p'in % ka-mp'ina ka-mpin'ec -.ka5m2p~in -.ka5m2pin -.k'a5m2pot % k'a-mpoto (= >agglik'o <'ufasma) ka-mpot'inoc -.ka5m2p'ot -.ka5m2pot -.kaou5m2p % kaou-mp'ohc -.kara5m2p % kara-mp'ina kara-mpini'eroc - .kara6m3p'ol % karam-p'ola - .kara6m3pol -.karna5m2p % karna-mp'iti (= kounoup'idi) -.ke5m2p % ke-mp'ap ke-mpaptz'hc ke-mp'ec (= tro~uloc) -.koli5m2pr % koli-mpr'i -.kolo'u5m2pr % kolo'u-mpra (??? not so sure) -.kolo~u5m2pr -.kolou5m2pr -.k'o5m2pr % k'o-mpra -.ko5m2pr - .ko6m3pr'ess % kom-pr'essa - .ko6m3press -.kontra5m2p % kontra-mp'aso kontra-mp'anto (= lajremp'orio) -.koulo'u5m2pr % koulo'u-mpra (??? not so sure) -.koulo~u5m2pr -.koulou5m2pr -.kou5m2po'u % kou-mpo'uri kou-mpo'urac -.kou5m2po~u -.kou5m2pou -.kwlo'u5m2pr % kwlo'u-mpra (??? not so sure) -.kwlo~u5m2pr -.kwlou5m2pr -.li5m2pr % li-mpr'eto -.l'o5m2p % l'o-mpu (i) -.manit'o5m2p % manit'o-mpa (sit'ari) -5m2pa5m2p % mpa-mp'ac mpa-mp'a-kac mpa-mp'eshc qazo-mpa-mp'ac -5m2p'a5m2p % mp'a-mpw mp'a-mpouska - .mpa6m3p'aki % mpam-p'aki - .mpa6m3paki -.mpaske2t5m2p % mpasket-mpwl'istac -.mpasi5m2pouz % mpasi-mpouzo~ukoc -5m2p'ehc. % Petr'o-mpehc k.>'a.<'o. -5m2pehc. -5m2p'ehs. -5m2pehs. -5m2p'eh. -5m2peh. -5m2p'ehdec. -5m2p'ehdes. -5m2p'ehdwn. -5m2p'e5m2p % mp'e-mphc mp'e-mpa mpe-mp'ekoc bouturo-mpe-mp'ec -5m2pe5m2p -.mpi5m2p % mpi-mper'o mpi-mpel'o -5m2pogi % nero-mpogi'a lado-mpogi'a -.mp'o5m2pir % mp'o-mpirac (??? not so sure) -.mpo5m2pir % mpo-mpiriasm'enoc (??? not so sure) -.mpo5m2p'ot % mpo-mp'ota -.mpo5m2pot -.mpou5m2po'un % mpou-mpoun'izw mpou-mpo'unac -.mpou5m2po~un -.mpou5m2poun -.n'o5m2pel % n'o-mpel no-mpel'istac -.no5m2pel -.nt'o5m2pr % nt'o-mproc nto-mpros'unh -.nto5m2pr -.xe5m2p % xe-mprosti'azw x'e-mparkoc -.x'e5m2p ->'o5m2po % >'o-mpoe >o-mpo"'istac ->o5m2po -.re5m2p % re-mp'ethc -.r'e5m2p % r'e-mpeloc -.repo'u5m2pl % repo'u-mplika -.repou5m2pl % repou-mplik'anoc -.ro5m2p % ro-mp'ot, ro-mpotik'h -r'o5m2pa % r'o-mpa gkarntar'o-mpa pali'oro-mpa -r'o5m2pe -r'o5m2pw -ro5m2p~w -ro5m2pa -ro5m2pe -ro5m2pw - .tro6m3p % tro-mp'oni - .tr'o6m3p % tr'om-pa -.rou5m2p % rou-mp'ini -.sa2m5pot % sa-mpot'az sa-mpot'arw -.s'e5m2pr % s'e-mproc -.ska5m2pab % ska-mpab'ia -.sno5m2p % sno-mpar'ia sno-mpism'oc -s'o5m2pa % s'o-mpa xul'o-sompa -s'o5m2pe -so5m2p~w -s'o5m2pw -so5m2pa -so5m2pe -so5m2pw -.so'u5m2p % so'u-mpitoc -.sou5m2p -.tabla5m2p % tabla-mp'ac -.ta5m2p % ta-mpo'uri ta-mpo'u ta-mpl'ac ta-mp'ela ta-mpaki'era - .ta6m3peram % tam-peram'ento - .ta6m3po~url % tam-po~urlo - .ta6m3po'url -.te5m2pes % te-mpes'iri -.tz'a5m2p % tz'a-mpa tza-mpatz'hc -.tza5m2p -.tzana5m2p % tzana-mp'ethc tzana-mpeti'a -.tzi5m2p % Tzi-mpout'i (= q'wra >Afrik~hc) Tzi-mpal'i (= p'olh Tourk'iac) -.tzou5m2p % tzou-mp'ec (= panwf'ori) -.t'o5m2pr % t'o-mproc to-mpros'unh To-mpro'uk (= p'olh >Afrik~hc) -.to5m2pr -.tra5m2p'al % tra-mp'ala tra-mpal'izomai -.tra5m2pal -.tra5m2po~uk % tra-mpo~ukoc -.tra5m2po'uk -.tra5m2pouk -.ts'a5m2pa % ts'a-mpa tsa-mpatz'hc -.tsa5m2pa -.tsi5m2po'uk % tsi-mpo'uki -.tsi5m2pouk -.tsi5m2po'us % tsi-mpo'usi -.tsi5m2pous -.f'a5m2prik % f'a-mprika -.fa5m2prik -.fra5m2p % fra-mpal'ac -.qa5m2p % qa-mp'ari qa-mp'eri -.q'o5m2p % q'o-mpu (i) -.qontro5m2pa % qontro-mpal'ac -%%%% -b5n2t -z5n2t -l5n2t -mn2t -r5n2t -sn2t ->a5n2t'atz % >a-nt'atzio ->atra5n2t'e % >atra-nt'ec ->atra5n2t`e -.b'i5n2te % b'i-nteo bi-nteok'amera -.bi5n2te -.giaqou5n2t % giaqou-nt'hc (= o5n2t'a % >o-nt'ac ->o5n2t`a ->o5n2t~a -.reze5n2t % reze-nt'a -.re5n2t'i % re-nt'ikolo -.re5n2ti -.ro~u5n2t % ro~u-ntoc (= lept'oc) Ro'u-ntolf -.ro'u5n2t -.se5n2t'ef % se-nt'efi -.se5n2tef -.se5n2to~u % se-nto~uki -.se5n2to'u -.se5n2tou -.tsa5n2t'i % tsa-nt'ila tsa-nt'iri -.tsa5n2ti -.fastfou5n2t % fastfou-nt'adiko -.qa5n2to % qa-nto'umhc -.qa5n2tr % qa-ntr~wn, q'a-ntra -.q'a5n2tr -%%%% -%%%% some `weird' terminations in words of Greek and non-Greek origin -%%%% -6br. % >or-nt'ebr -6gl. % ('Ogl (B'oloc) -6kl. % pi-n'akl -6kt. % t'akt -6kc. % t'ankc -6ks. -6lc. % <'alc ('Impn (Sa"'int, >arabik'o >'onoma) -6m2pr. % romp-nte-s'ampr -6mc. % Tz'eimc -6ms. -6nc. % <'el-minc (<'el-min-joc) tr'anc -6ns. -6rc. % (>empr`oc) m'arc -6rs. -6sk. % Noboros'isk (p'olh t~hc Rws'iac) -6st. % k'arst mp'ost -6tl. % Si'atl (p'olh t~wn HPA) -6tr. % ma'itr -6ft. % kriskr'aft -6qt. % B'ermaqt (Germanik`oc Strat'oc) -%%%% -%%%% some weird double-consonant combinations that may occur in -%%%% words of non-greek origin like "romp-nte-s'ampr" (= robe de -%%%% chambre) -%%%% -6g2k5m2p -6g2k5n2t -6g2k1tz -6g2k1ts -6m2p5n2t -6m2p1tz -6m2p1ts -6n2t5m2p -6ts5g2k -6ts5m2p -6ts5n2t -} % end patterns -%%%% -%%%% some non-declined words of non-Greek origin with non-separable -%%%% nasal combinations (gk, mp, nt), and some other exceptions (e.g., -%%%% di-'a) -%%%% -\hyphenation{% ->a-l'e-gkro ->a-mpa-zo`ur >a-mpa-zo'ur >a-mpa-zo~ur ->a-nt'i-o ->a-out-s'ai-nter >a-out-s'a"i-nter -gi'a-ntec -di-`a di-'a -zim-p'a-mpou-e -ka-ska-nt`er ka-ska-nt'er -ko-me-nt`i ko-me-nt'i -la-mpra-nt`or la-mpra-nt'or -l'i-mpi-nto -lou-mp`en lou-mp'en lo~u-mpen -ma-ra-mpo`u ma-ra-mpo'u ma-ra-mpo~u -me-nta-gi`on me-nta-gi'on -m'e-nti-oum m'e-nti-a -ne-gkli-z`e ne-gkli-z'e -nte-mo-nt`e nte-mo-nt'e -po-gkr`om po-gkr'om -ra-nt`ar ra-nt'ar -sa-mp`o sa-mp'o -sl'o-gkan -sto'u-nti-o -t'i-gka -} -\endgroup -\endinput diff -Nru texlive-lang-2007.dfsg.4/texmf/tex/generic/hyphen/grphyph5.tex texlive-lang-2009/texmf/tex/generic/hyphen/grphyph5.tex --- texlive-lang-2007.dfsg.4/texmf/tex/generic/hyphen/grphyph5.tex 1970-01-01 01:00:00.000000000 +0100 +++ texlive-lang-2009/texmf/tex/generic/hyphen/grphyph5.tex 2008-06-18 01:47:21.000000000 +0100 @@ -0,0 +1,898 @@ +% **************************************************************** +% +% File name: grphyph5.tex +% +% Created: June 1st, 1999 +% First release: Apr. 13, 2000 +% Revised: May 27, 2008 +% Version: 5.0 +% +% Hyphenation patterns for multi-accent (polytonic) Modern Greek. +% They work with the de facto LGR encoding of babel. +% +% Created by Dimitrios Filippou with some ideas borrowed from +% Yannis Haralambous, Kostis Dryllerakis and Claudio Beccari. +% +% These hyphenation patterns are explained in "modern.pdf". +% Some doubtful patterns are marked by three question marks "???". +% +% Documentation in English can be found in: D. Filippou, +% "Hyphenation patterns for Ancient and Modern Greek," in +% "TeX, XML, and Digital Typography" (A. Syropoulos et al., +% eds.), Lecture Notes in Computer Science 3130, Springer-Verlag +% Berlin-Heidelberg, 2004. ISBN 3-540-22801-2. +% +% **************************************************************** +% +\message{Hyphenation patterns for multi-accent (polytonic) Modern Greek} +\begingroup +\catcode`~=11 +\lccode`<=`< \lccode`>=`> \lccode``=`` +\lccode`'=`' \lccode`~=`~ \lccode`"=`" +\lccode``=`` \lccode`|=`| +\patterns{% +%%%% vowels +a1 +e1 +h1 +i1 +o1 +u1 +w1 +a4|1 +h4|1 +w4|1 +%%%% diphthogs (also known as "double vowels") and exceptions +a2i +a2'i +a2`i +a2~i +a2>i +a2>'i +a2>`i +a2>~i +a2u +a2>'u +a2>`u +a2>~u +a2i +e2>'i +e2>`i +e2>~i +e2u +e2>'u +e2>`u +e2>~u +e2u +h2>'u +h2>`u +h2>~u +h2i +o2>'i +o2>`i +o2>~i +o2u +o2>'u +o2>`u +o2>~u +o2i +u2>'i +u2>`i +u2>~i +u2i-'on, ka-ko-poi-'oc, etc., but, better +%%%% this than mistakes like: qw-ri-'o) +a2h +'a3h. % Dan'a-h Bomb'a-h +'a3i. % ts'a-i +a2"i +% 'a"i --- not be separated: ne-r'a"ida +'a3"i. % ts'a-"i +a2"u % ka"u-moc +'a3"u +e2h % leh-lat~w >e-l'eh-son +e2"i % ze"i-mpekikoc +e2"u % Ke"u-l'anh +o2ei % ap'oei-de +o2h % b'oh-ja! +'o3h. % ql'o-h +o2"i +'o3i % s'o-i ro-l'o-i +'o3"i +w2i % >wi-m'e! +%%%% +i2a +i2'a +i2`a +i2~a +i2e +i2'e +i2`e +i2o +i2'o +i2`o +o3"i3'o % pro-"i-'on +o3"i3`o +i2w +i2'w +i2`w +i2~w +'i3 +~i3 +>i3 +h3 +

r1'er-gma = >'ergo (>arq.) +4g1x +4g1p +4g1s +4g1t +4g1f +4g1q +4g1y +4d1b +4d1g +4d1z +4d1j +4d1k +4d1l +% "dm" --- not separable: dm~hsic = >exhm'erwsh (>arq.) +% "dn" --- not separable: dnofer'oc = zofer'oc, skotein'oc (>arq.) +% Dne'iperoc = potam'oc t~hc Rws'iac +4d1x +4d1p +4d1s +4d1t +4d1f +4d1q +4d1y +4z1b % "zb" and "zg" appear in the beggining of Greek words (e.g., in +4z1g % Andriotes' Lexicon), but they're usually written as "sb" and "sg". +4z1d +4z1j +4z1k +4z1l +4z1m +tz2m % m'ana-tzment (m'ana-tzment) +4z1n +4z1x +4z1p +4z1r +4z1s +4z1t +4z1f +4z1q +4z1y +4j1b +4j1g +4j1d +4j1z +4j1k +4j1m +4r5j2m % por-jm'oc +sj2m % >i-sjm'oc +4j1x +4j1p +4j1s +4j1t +4j1f +4j1q +4j1y +4k1b % "kb" may not be separable: kb'anto kbantomhqanik`h +4k1g +4k1d +4k1z +4k1j +4l5k2m % >Al-km'hnh +4r5k2m % dar-km'a = draqm'h (>arq.) +4k1x +4k1p +4k1s +4k1f +4g5k2f % Frag-kfo'urth +4n5k2f % Fran-kfo'urth +4k1q +4k1y +4l1b +4l1g +4l1d +4l1z +4l1j +4l1k +4l1m +4l1n +4l1x +4l1p +4l1r +4l1s +4l1t +4l1f +4l1q +4l1y +4m1b +4m1g +4m1d +4m1z +4m1j +4m1k +4m1l +4m1x +4m1p +4m1r +4m1s +4m1t +4m1f +4m1q +4m1y +4n1b +4n1g +4n1d +4n1z +4n1j +4n1k +4n1l +4n1m +4n1x +4n1p +4n1r +4n1s +4n1t +4n1f +4n1q +4n1y +4x1b +4x1g +4x1d +4x1z +4x1j +4x1k +4x1l +4x1m +4x1n +4x1p +4x1r +4x1s +4x1t +4g5x2t % >el'eg-xte +4r5x2t % arq.) +4s1z +4s1n % "sn" may not be separable: sn'iqi (= sb'erkoc) snompism'oc +4s1x +4s1r +4s1y +4t1b +4t1g +4t1d +4t1j +% "tl" --- not separable: tlhmws'unh = ft'wqia (>arq.) +4t1n +4t1x +4t1p +4t1f +st2f % fa-stfountadiko Be-stfal'ia (German'ia) +4t1q +4t1y +4f1b +4f1g +4f1d +4f1z +4f1k % "fk" may not be separable: fki'anw, fkias'idi +4f1n +4r5f2n % >or-fn'oc = skotein'oc (>arq.) +4f1x +4f1p +4f1s +4f1q +4f1y +4q1b +4q1g +4q1d +4q1z +4q1k +4q1m +4r5q2m % dar-qm'a = draqm'h (>arq.) +4q1x +4q1p +4q1s +4q1f +4q1y +4y1b +4y1g +4y1d +4y1z +4y1j +4y1k +4y1l +4y1m +4y1n +4y1x +4y1p +4y1r +4y1s +4y1t +4m5y2t % l'am-yte +4y1f +4y1q +%%%% +%%%% non-separable nasal combinations (gk, mp, nt) and some exceptions +%%%% +bg2k +4l5g2k +4n5g2k +4r5g2k +sg2k +4t5g2k +.giou5g2ko % giou-gkosl'aboc +5g2krant. % B'olgko-gkrant (Rws'ia) +>emi5g2kr % >emi-gkr'ec +>i5g2kou % >i-gkou'ana +>'intri5g2k % >'intri-gka +>intri5g2k +.kara5g2ki % kara-gki'ozhc +.ma5g2ki'o % ma-gki'oroc +.mpa5g2k % mpa-gkat'ela mpa-gk'eta +.mpi5g2k % mpi-gk'onia +.nt'a5g2kl % nt'a-gkla (??? not so sure) +.nta5g2kl % nta-gklar'ac (??? not so sure) +.xe5g2k % xe-gk'astri (??? not so sure) +.x'e5g2k +.saltip'a5g2k % saltip'a-gkoc (??? not so sure) +.si5g2k % si-gko'una +.sp'a5g2k % sp'a-gkoc spa-gkoramm'enoc +.spa5g2k +.fi'o5g2k % fi'o-gkoc fio-gk'aki +.fio5g2k +.qo'uli5g2k % qo'uli-gkan qouligk'anoc qouli-gkanism'oc +.qouli5g2k +%%%% +4z5m2p +4l5m2p +4n5m2p +4r5m2p +sm2p +>ala5m2pou % >ala-mpourn'ezika +>'a5m2ak % >'a-mpakoc +>a5m2p'ak +>a5m2pan % >a-mpan'ozi >a-mpan-ton'arisma +>a5m2p'ar % >a-mp'ara >a-mpar'wnw +>a5m2p~ar +>a5m2par + >a6m3p'ari % >am-p'ari + >a6m3pari +>a5m2pr % >a-mpr'i +>ara5m2p % >ara-mp'ac +>arlo'u5m2p % >arlo'u-mpa +>arlo~u5m2p +>arlou5m2p +.b'o5m2pir % b'o-mpirac (??? not so sure) +.bo5m2pir % bo-mpiriasm'enoc (??? not so sure) +.g'a5m2pi % g'a-mpia +.ga5m2pi +.giara5m2p % giara-mp'hc +.ze"i5m2p % ze"i-mp'ekikoc +>i5m2pra % >i-mpra'hm +.kala5m2pa % kala-mpal'iki +.kal'i5m2pr % kal'i-mpra kali-mpr'arw +.kali5m2pr +.ka5m2p'ad % ka-mp'adikoc (= qontr'oc) +.ka5m2par'e % ka-mpa-r'e ka-mparetzo'u +.ka5m2par`e +.ka5m2pare +.ka5m2p'in % ka-mp'ina ka-mpin'ec +.ka5m2p~in +.ka5m2pin +.k'a5m2pot % k'a-mpoto (= >agglik'o <'ufasma) ka-mpot'inoc +.ka5m2p'ot +.ka5m2pot +.kaou5m2p % kaou-mp'ohc +.kara5m2p % kara-mp'ina kara-mpini'eroc + .kara6m3p'ol % karam-p'ola + .kara6m3pol +.karna5m2p % karna-mp'iti (= kounoup'idi) +.ke5m2p % ke-mp'ap ke-mpaptz'hc ke-mp'ec (= tro~uloc) +.koli5m2pr % koli-mpr'i +.kolo'u5m2pr % kolo'u-mpra (??? not so sure) +.kolo~u5m2pr +.kolou5m2pr +.k'o5m2pr % k'o-mpra +.ko5m2pr + .ko6m3pr'ess % kom-pr'essa + .ko6m3press +.kontra5m2p % kontra-mp'aso kontra-mp'anto (= lajremp'orio) +.koulo'u5m2pr % koulo'u-mpra (??? not so sure) +.koulo~u5m2pr +.koulou5m2pr +.kou5m2po'u % kou-mpo'uri kou-mpo'urac +.kou5m2po~u +.kou5m2pou +.kwlo'u5m2pr % kwlo'u-mpra (??? not so sure) +.kwlo~u5m2pr +.kwlou5m2pr +.li5m2pr % li-mpr'eto +.l'o5m2p % l'o-mpu (i) +.manit'o5m2p % manit'o-mpa (sit'ari) +5m2pa5m2p % mpa-mp'ac mpa-mp'a-kac mpa-mp'eshc qazo-mpa-mp'ac +5m2p'a5m2p % mp'a-mpw mp'a-mpouska + .mpa6m3p'aki % mpam-p'aki + .mpa6m3paki +.mpaske2t5m2p % mpasket-mpwl'istac +.mpasi5m2pouz % mpasi-mpouzo~ukoc +5m2p'ehc. % Petr'o-mpehc k.>'a.<'o. +5m2pehc. +5m2p'ehs. +5m2pehs. +5m2p'eh. +5m2peh. +5m2p'ehdec. +5m2p'ehdes. +5m2p'ehdwn. +5m2p'e5m2p % mp'e-mphc mp'e-mpa mpe-mp'ekoc bouturo-mpe-mp'ec +5m2pe5m2p +.mpi5m2p % mpi-mper'o mpi-mpel'o +5m2pogi % nero-mpogi'a lado-mpogi'a +.mp'o5m2pir % mp'o-mpirac (??? not so sure) +.mpo5m2pir % mpo-mpiriasm'enoc (??? not so sure) +.mpo5m2p'ot % mpo-mp'ota +.mpo5m2pot +.mpou5m2po'un % mpou-mpoun'izw mpou-mpo'unac +.mpou5m2po~un +.mpou5m2poun +.n'o5m2pel % n'o-mpel no-mpel'istac +.no5m2pel +.nt'o5m2pr % nt'o-mproc nto-mpros'unh +.nto5m2pr +.xe5m2p % xe-mprosti'azw x'e-mparkoc +.x'e5m2p +>'o5m2po % >'o-mpoe >o-mpo"'istac +>o5m2po +.re5m2p % re-mp'ethc +.r'e5m2p % r'e-mpeloc +.repo'u5m2pl % repo'u-mplika +.repou5m2pl % repou-mplik'anoc +.ro5m2p % ro-mp'ot, ro-mpotik'h +r'o5m2pa % r'o-mpa gkarntar'o-mpa pali'oro-mpa +r'o5m2pe +r'o5m2pw +ro5m2p~w +ro5m2pa +ro5m2pe +ro5m2pw + .tro6m3p % tro-mp'oni + .tr'o6m3p % tr'om-pa +.rou5m2p % rou-mp'ini +.sa2m5pot % sa-mpot'az sa-mpot'arw +.s'e5m2pr % s'e-mproc +.ska5m2pab % ska-mpab'ia +.sno5m2p % sno-mpar'ia sno-mpism'oc +s'o5m2pa % s'o-mpa xul'o-sompa +s'o5m2pe +so5m2p~w +s'o5m2pw +so5m2pa +so5m2pe +so5m2pw +.so'u5m2p % so'u-mpitoc +.sou5m2p +.tabla5m2p % tabla-mp'ac +.ta5m2p % ta-mpo'uri ta-mpo'u ta-mpl'ac ta-mp'ela ta-mpaki'era + .ta6m3peram % tam-peram'ento + .ta6m3po~url % tam-po~urlo + .ta6m3po'url +.te5m2pes % te-mpes'iri +.tz'a5m2p % tz'a-mpa tza-mpatz'hc +.tza5m2p +.tzana5m2p % tzana-mp'ethc tzana-mpeti'a +.tzi5m2p % Tzi-mpout'i (= q'wra >Afrik~hc) Tzi-mpal'i (= p'olh Tourk'iac) +.tzou5m2p % tzou-mp'ec (= panwf'ori) +.t'o5m2pr % t'o-mproc to-mpros'unh To-mpro'uk (= p'olh >Afrik~hc) +.to5m2pr +.tra5m2p'al % tra-mp'ala tra-mpal'izomai +.tra5m2pal +.tra5m2po~uk % tra-mpo~ukoc +.tra5m2po'uk +.tra5m2pouk +.ts'a5m2pa % ts'a-mpa tsa-mpatz'hc +.tsa5m2pa +.tsi5m2po'uk % tsi-mpo'uki +.tsi5m2pouk +.tsi5m2po'us % tsi-mpo'usi +.tsi5m2pous +.f'a5m2prik % f'a-mprika +.fa5m2prik +.fra5m2p % fra-mpal'ac +.qa5m2p % qa-mp'ari qa-mp'eri +.q'o5m2p % q'o-mpu (i) +.qontro5m2pa % qontro-mpal'ac +%%%% +b5n2t +z5n2t +l5n2t +mn2t +r5n2t +sn2t +>a5n2t'atz % >a-nt'atzio +>atra5n2t'e % >atra-nt'ec +>atra5n2t`e +.b'i5n2te % b'i-nteo bi-nteok'amera +.bi5n2te +.giaqou5n2t % giaqou-nt'hc (= o5n2t'a % >o-nt'ac +>o5n2t`a +>o5n2t~a +.reze5n2t % reze-nt'a +.re5n2t'i % re-nt'ikolo +.re5n2ti +.ro~u5n2t % ro~u-ntoc (= lept'oc) Ro'u-ntolf +.ro'u5n2t +.se5n2t'ef % se-nt'efi +.se5n2tef +.se5n2to~u % se-nto~uki +.se5n2to'u +.se5n2tou +.tsa5n2t'i % tsa-nt'ila tsa-nt'iri +.tsa5n2ti +.fastfou5n2t % fastfou-nt'adiko +.qa5n2to % qa-nto'umhc +.qa5n2tr % qa-ntr~wn, q'a-ntra +.q'a5n2tr +%%%% +%%%% some `weird' terminations in words of Greek and non-Greek origin +%%%% +6br. % >or-nt'ebr +6gl. % ('Ogl (B'oloc) +6kl. % pi-n'akl +6kt. % t'akt +6kc. % t'ankc +6ks. +6lc. % <'alc ('Impn (Sa"'int, >arabik'o >'onoma) +6m2pr. % romp-nte-s'ampr +6mc. % Tz'eimc +6ms. +6nc. % <'el-minc (<'el-min-joc) tr'anc +6ns. +6rc. % (>empr`oc) m'arc +6rs. +6sk. % Noboros'isk (p'olh t~hc Rws'iac) +6st. % k'arst mp'ost +6tl. % Si'atl (p'olh t~wn HPA) +6tr. % ma'itr +6ft. % kriskr'aft +6qt. % B'ermaqt (Germanik`oc Strat'oc) +%%%% +%%%% some weird double-consonant combinations that may occur in +%%%% words of non-greek origin like "romp-nte-s'ampr" (= robe de +%%%% chambre) +%%%% +6g2k5m2p +6g2k5n2t +6g2k1tz +6g2k1ts +6m2p5n2t +6m2p1tz +6m2p1ts +6n2t5m2p +6ts5g2k +6ts5m2p +6ts5n2t +} % end patterns +%%%% +%%%% some non-declined words of non-Greek origin with non-separable +%%%% nasal combinations (gk, mp, nt), and some other exceptions (e.g., +%%%% di-'a) +%%%% +\hyphenation{% +>a-l'e-gkro +>a-mpa-zo`ur >a-mpa-zo'ur >a-mpa-zo~ur +>a-nt'i-o +>a-out-s'ai-nter >a-out-s'a"i-nter +gi'a-ntec +di-`a di-'a +zim-p'a-mpou-e +ka-ska-nt`er ka-ska-nt'er +ko-me-nt`i ko-me-nt'i +la-mpra-nt`or la-mpra-nt'or +l'i-mpi-nto +lou-mp`en lou-mp'en lo~u-mpen +ma-ra-mpo`u ma-ra-mpo'u ma-ra-mpo~u +me-nta-gi`on me-nta-gi'on +m'e-nti-oum m'e-nti-a +ne-gkli-z`e ne-gkli-z'e +nte-mo-nt`e nte-mo-nt'e +po-gkr`om po-gkr'om +ra-nt`ar ra-nt'ar +sa-mp`o sa-mp'o +sl'o-gkan +sto'u-nti-o +t'i-gka +} +\endgroup +\endinput diff -Nru texlive-lang-2007.dfsg.4/texmf/tex/generic/hyphen/hrhyph.tex texlive-lang-2009/texmf/tex/generic/hyphen/hrhyph.tex --- texlive-lang-2007.dfsg.4/texmf/tex/generic/hyphen/hrhyph.tex 2006-01-02 23:53:43.000000000 +0000 +++ texlive-lang-2009/texmf/tex/generic/hyphen/hrhyph.tex 1970-01-01 01:00:00.000000000 +0100 @@ -1,1529 +0,0 @@ -% hrhyph.tex -% Hyphenation patterns for Croatian language words for use with -% T1 encoding, which is supported in DC fonts. -% These can also be used with OT1 encoding. -% -% The first version was realised in late 1994. -% Second, much more improved version was realised in the beginning of 1996. -% Date of the last change: 19.03.1996. -% -% Marinovi\'c Igor -% migor@student.math.hr -% -% -% -\begingroup -\lefthyphenmin=2 \righthyphenmin=2 -\catcode"83=11 % \v C -\catcode"82=11 % \'C -\catcode"D0=11 % \Dj -\catcode"92=11 % \v S -\catcode"9A=11 % \v Z -\catcode"A3=11 % \v c -\catcode"A2=11 % \'c -\catcode"9E=11 % \dj -\catcode"B2=11 % \v s -\catcode"BA=11 % \v z - -\uccode"83="83 -\uccode"82="82 -\uccode"D0="D0 -\uccode"92="92 -\uccode"9A="9A -\uccode"A3="83 -\uccode"A2="82 -\uccode"9E="D0 -\uccode"B2="92 -\uccode"BA="9A - -\lccode"83="A3 -\lccode"82="A2 -\lccode"D0="9E -\lccode"92="B2 -\lccode"9A="BA -\lccode"A3="A3 -\lccode"A2="A2 -\lccode"9E="9E -\lccode"B2="B2 -\lccode"BA="BA - -\patterns{ -a1a2 -a1e2 -a1i2 -a1o2 -a1u2 -e1a2 -e1e2 -e1i2 -e1o2 -e1u2 -i1a2 -i1e2 -i1i2 -i1o2 -i1u2 -o1a2 -o1e2 -o1i2 -o1o2 -o1u2 -u1a2 -u1e2 -u1i2 -u1o2 -u1u2 -a1ba -a1be -a1bi -a1bo -a1bu -a1ca -a1ce -a1ci -a1co -a1cu -a1^^a3a -a1^^a3e -a1^^a3i -a1^^a3o -a1^^a3u -a1^^a2a -a1^^a2e -a1^^a2i -a1^^a2o -a1^^a2u -a1da -a1de -a1di -a1do -a1du -a1d^^baa -a1d^^bae -a1d^^bai -a1d^^bao -a1d^^bau -a1^^9ea -a1^^9ee -a1^^9ei -a1^^9eo -a1^^9eu -a1fa -a1fe -a1fi -a1fo -a1fu -a1ga -a1ge -a1gi -a1go -a1gu -a1ha -a1he -a1hi -a1ho -a1hu -a1ja -a1je -a1ji -a1jo -a1ju -a1ka -a1ke -a1ki -a1ko -a1ku -a1la -a1le -a1li -a1lo -a1lu -a1lja -a1lje -a1lji -a1ljo -a1lju -a1ma -a1me -a1mi -a1mo -a1mu -a1na -a1ne -a1ni -a1no -a1nu -a1nja -a1nje -a1nji -a1njo -a1nju -a1pa -a1pe -a1pi -a1po -a1pu -a1ra -a1re -a1ri -a1ro -a1ru -a1sa -a1se -a1si -a1so -a1su -a1^^b2a -a1^^b2e -a1^^b2i -a1^^b2o -a1^^b2u -a1ta -a1te -a1ti -a1to -a1tu -a1va -a1ve -a1vi -a1vo -a1vu -a1za -a1ze -a1zi -a1zo -a1zu -a1^^baa -a1^^bae -a1^^bai -a1^^bao -a1^^bau -e1ba -e1be -e1bi -e1bo -e1bu -e1ca -e1ce -e1ci -e1co -e1cu -e1^^a3a -e1^^a3e -e1^^a3i -e1^^a3o -e1^^a3u -e1^^a2a -e1^^a2e -e1^^a2i -e1^^a2o -e1^^a2u -e1da -e1de -e1di -e1do -e1du -e1d^^baa -e1d^^bae -e1d^^bai -e1d^^bao -e1d^^bau -e1^^9ea -e1^^9ee -e1^^9ei -e1^^9eo -e1^^9eu -e1fa -e1fe -e1fi -e1fo -e1fu -e1ga -e1ge -e1gi -e1go -e1gu -e1ha -e1he -e1hi -e1ho -e1hu -e1ja -e1je -e1ji -e1jo -e1ju -e1ka -e1ke -e1ki -e1ko -e1ku -e1la -e1le -e1li -e1lo -e1lu -e1lja -e1lje -e1lji -e1ljo -e1lju -e1ma -e1me -e1mi -e1mo -e1mu -e1na -e1ne -e1ni -e1no -e1nu -e1nja -e1nje -e1nji -e1njo -e1nju -e1pa -e1pe -e1pi -e1po -e1pu -e1ra -e1re -e1ri -e1ro -e1ru -e1sa -e1se -e1si -e1so -e1su -e1^^b2a -e1^^b2e -e1^^b2i -e1^^b2o -e1^^b2u -e1ta -e1te -e1ti -e1to -e1tu -e1va -e1ve -e1vi -e1vo -e1vu -e1za -e1ze -e1zi -e1zo -e1zu -e1^^baa -e1^^bae -e1^^bai -e1^^bao -e1^^bau -i1ba -i1be -i1bi -i1bo -i1bu -i1ca -i1ce -i1ci -i1co -i1cu -i1^^a3a -i1^^a3e -i1^^a3i -i1^^a3o -i1^^a3u -i1^^a2a -i1^^a2e -i1^^a2i -i1^^a2o -i1^^a2u -i1da -i1de -i1di -i1do -i1du -i1d^^baa -i1d^^bae -i1d^^bai -i1d^^bao -i1d^^bau -i1^^9ea -i1^^9ee -i1^^9ei -i1^^9eo -i1^^9eu -i1fa -i1fe -i1fi -i1fo -i1fu -i1ga -i1ge -i1gi -i1go -i1gu -i1ha -i1he -i1hi -i1ho -i1hu -i1ja -i1je -i1ji -i1jo -i1ju -i1ka -i1ke -i1ki -i1ko -i1ku -i1la -i1le -i1li -i1lo -i1lu -i1lja -i1lje -i1lji -i1ljo -i1lju -i1ma -i1me -i1mi -i1mo -i1mu -i1na -i1ne -i1ni -i1no -i1nu -i1nja -i1nje -i1nji -i1njo -i1nju -i1pa -i1pe -i1pi -i1po -i1pu -i1ra -i1re -i1ri -i1ro -i1ru -i1sa -i1se -i1si -i1so -i1su -i1^^b2a -i1^^b2e -i1^^b2i -i1^^b2o -i1^^b2u -i1ta -i1te -i1ti -i1to -i1tu -i1va -i1ve -i1vi -i1vo -i1vu -i1za -i1ze -i1zi -i1zo -i1zu -i1^^baa -i1^^bae -i1^^bai -i1^^bao -i1^^bau -o1ba -o1be -o1bi -o1bo -o1bu -o1ca -o1ce -o1ci -o1co -o1cu -o1^^a3a -o1^^a3e -o1^^a3i -o1^^a3o -o1^^a3u -o1^^a2a -o1^^a2e -o1^^a2i -o1^^a2o -o1^^a2u -o1da -o1de -o1di -o1do -o1du -o1d^^baa -o1d^^bae -o1d^^bai -o1d^^bao -o1d^^bau -o1^^9ea -o1^^9ee -o1^^9ei -o1^^9eo -o1^^9eu -o1fa -o1fe -o1fi -o1fo -o1fu -o1ga -o1ge -o1gi -o1go -o1gu -o1ha -o1he -o1hi -o1ho -o1hu -o1ja -o1je -o1ji -o1jo -o1ju -o1ka -o1ke -o1ki -o1ko -o1ku -o1la -o1le -o1li -o1lo -o1lu -o1lja -o1lje -o1lji -o1ljo -o1lju -o1ma -o1me -o1mi -o1mo -o1mu -o1na -o1ne -o1ni -o1no -o1nu -o1nja -o1nje -o1nji -o1njo -o1nju -o1pa -o1pe -o1pi -o1po -o1pu -o1ra -o1re -o1ri -o1ro -o1ru -o1sa -o1se -o1si -o1so -o1su -o1^^b2a -o1^^b2e -o1^^b2i -o1^^b2o -o1^^b2u -o1ta -o1te -o1ti -o1to -o1tu -o1va -o1ve -o1vi -o1vo -o1vu -o1za -o1ze -o1zi -o1zo -o1zu -o1^^baa -o1^^bae -o1^^bai -o1^^bao -o1^^bau -u1ba -u1be -u1bi -u1bo -u1bu -u1ca -u1ce -u1ci -u1co -u1cu -u1^^a3a -u1^^a3e -u1^^a3i -u1^^a3o -u1^^a3u -u1^^a2a -u1^^a2e -u1^^a2i -u1^^a2o -u1^^a2u -u1da -u1de -u1di -u1do -u1du -u1d^^baa -u1d^^bae -u1d^^bai -u1d^^bao -u1d^^bau -u1^^9ea -u1^^9ee -u1^^9ei -u1^^9eo -u1^^9eu -u1fa -u1fe -u1fi -u1fo -u1fu -u1ga -u1ge -u1gi -u1go -u1gu -u1ha -u1he -u1hi -u1ho -u1hu -u1ja -u1je -u1ji -u1jo -u1ju -u1ka -u1ke -u1ki -u1ko -u1ku -u1la -u1le -u1li -u1lo -u1lu -u1lja -u1lje -u1lji -u1ljo -u1lju -u1ma -u1me -u1mi -u1mo -u1mu -u1na -u1ne -u1ni -u1no -u1nu -u1nja -u1nje -u1nji -u1njo -u1nju -u1pa -u1pe -u1pi -u1po -u1pu -u1ra -u1re -u1ri -u1ro -u1ru -u1sa -u1se -u1si -u1so -u1su -u1^^b2a -u1^^b2e -u1^^b2i -u1^^b2o -u1^^b2u -u1ta -u1te -u1ti -u1to -u1tu -u1va -u1ve -u1vi -u1vo -u1vu -u1za -u1ze -u1zi -u1zo -u1zu -u1^^baa -u1^^bae -u1^^bai -u1^^bao -u1^^bau -% -b1b -b1c -b1^^a3 -b1^^a2 -b1d -b1d^^ba -b1^^9e -b1f -b1g -b1h -1bj -2bj. -b1k -1bl -2bl. -2b1lj -b1m -b1n -b1nj -b1p -1br -2br. -b1s -b1^^b2 -b1t -1bv -2bv. -b1z -b1^^ba -c1b -c1c -c1^^a3 -c1^^a2 -c1d -c1d^^ba -c1^^9e -c1f -c1g -c1h -1cj -2cj. -c1k -1cl -2cl. -2c1lj -c1m -c1n -c1nj -c1p -1cr -2cr. -c1s -c1^^b2 -c1t -1cv -2cv. -c1z -c1^^ba -^^a31b -^^a31c -^^a31^^a3 -^^a31^^a2 -^^a31d -^^a31d^^ba -^^a31^^9e -^^a31f -^^a31g -^^a31h -1^^a3j -2^^a3j. -^^a31k -1^^a3l -2^^a3l. -2^^a31lj -^^a31m -^^a31n -^^a31nj -^^a31p -1^^a3r -2^^a3r. -^^a31s -^^a31^^b2 -^^a31t -1^^a3v -2^^a3v. -^^a31z -^^a31^^ba -^^a21b -^^a21c -^^a21^^a3 -^^a21^^a2 -^^a21d -^^a21d^^ba -^^a21^^9e -^^a21f -^^a21g -^^a21h -^^a21j -^^a21k -1^^a2l -2^^a2l. -2^^a21lj -^^a21m -^^a21n -^^a21nj -^^a21p -1^^a2r -2^^a2r. -^^a21s -^^a21^^b2 -^^a21t -1^^a2v -2^^a2v. -^^a21z -^^a21^^ba -d1b -d1c -d1^^a3 -d1^^a2 -d1d -d2^^ba -d1^^9e -d1f -2d1g -d1h -1dj -2dj. -d1k -2d1l -2d1lj -d1m -d1n -d1nj -d1p -1dr -2dr. -d1s -d1^^b2 -d1t -1dv -2dv. -d1z -d^^ba1b -d^^ba1c -d^^ba1^^a3 -d^^ba1^^a2 -d^^ba1d -d^^ba1d^^ba -d^^ba1^^9e -d^^ba1f -d^^ba1g -d^^ba1h -1d^^baj -2d^^baj. -d^^ba1k -1d^^bal -2d^^bal. -2d^^ba1lj -d^^ba1m -d^^ba1n -d^^ba1nj -d^^ba1p -1d^^bar -2d^^bar. -d^^ba1s -d^^ba1^^b2 -d^^ba1t -1d^^bav -2d^^bav. -d^^ba1z -d^^ba1^^ba -^^9e1b -^^9e1c -^^9e1^^a3 -^^9e1^^a2 -^^9e1d -^^9e1d^^ba -^^9e1^^9e -^^9e1f -^^9e1g -^^9e1h -1^^9ej -2^^9ej. -^^9e1k -1^^9el -2^^9el. -2^^9e1lj -^^9e1m -^^9e1n -^^9e1nj -^^9e1p -1^^9er -2^^9er. -^^9e1s -^^9e1^^b2 -^^9e1t -1^^9ev -2^^9ev. -^^9e1z -^^9e1^^ba -f1b -f1c -f1^^a3 -f1^^a2 -f1d -f1d^^ba -f1^^9e -f1f -f1g -f1h -1fj -2fj. -f1k -1fl -2fl. -2f1lj -f1m -f1n -f1nj -f1p -1fr -2fr. -f1s -f1^^b2 -f1t -1fv -2fv. -f1z -f1^^ba -g1b -g1c -g1^^a3 -g1^^a2 -g1d -g1d^^ba -g1^^9e -g1f -g1g -g1h -1gj -2gj. -g1k -1gl -2gl. -2g1lj -g1m -g1n -g1nj -g1p -1gr -2gr. -g1s -g1^^b2 -g1t -1gv -2gv. -g1z -g1^^ba -h1b -h1c -h1^^a3 -h1^^a2 -h1d -h1d^^ba -h1^^9e -h1f -h1g -h1h -1hj -2hj. -h1k -1hl -2hl. -2h1lj -h1m -h1n -h1nj -h1p -1hr -2hr. -h1s -h1^^b2 -h1t -1hv -2hv. -h1z -h1^^ba -j1b -j1c -j1^^a3 -j1^^a2 -j1d -j1d^^ba -j1^^9e -j1f -j1g -j1h -j1j -j1k -j1l -2j1lj -j1m -j1n -j1nj -j1p -j1r -j1s -j1^^b2 -j1t -j1v -j1z -j1^^ba -k1b -k1c -k1^^a3 -k1^^a2 -k1d -k1d^^ba -k1^^9e -k1f -k1g -k1h -1kj -2kj. -k1k -k1l -1k2lj -2klj. -k1m -k1n -k1nj -k1p -1kr -2kr. -k1s -k1^^b2 -k1t -k1v -k1z -k1^^ba -l1b -l1c -l1^^a3 -l1^^a2 -l1d -l1d^^ba -l1^^9e -l1f -l1g -l1h -l1k -l1l -2l1lj -l1m -l1n -l1nj -l1p -l1r -l1s -l1^^b2 -l1t -l1v -l1z -l1^^ba -lj1b -lj1c -lj1^^a3 -lj1^^a2 -lj1d -lj1d^^ba -lj1^^9e -lj1f -lj1g -lj1h -lj1k -1ljl -2ljl. -lj1lj -lj1m -lj1n -lj1nj -lj1p -1ljr -2ljr. -lj1s -lj1^^b2 -lj1t -1ljv -2ljv. -lj1z -lj1^^ba -m1b -m1c -m1^^a3 -m1^^a2 -m1d -m1d^^ba -m1^^9e -m1f -m1g -m1h -1mj -2mj. -m1k -1ml -2ml. -2m1lj -m1m -m1n -m1nj -m1p -1mr -2mr. -m1s -m1^^b2 -m1t -1mv -2mv. -m1z -m1^^ba -n1b -n1c -n1^^a3 -n1^^a2 -n1d -n1d^^ba -n1^^9e -n1f -n1g -n1h -2nj. -n1k -1nl -2nl. -2n1lj -n1m -n1n -n1nj -n1p -n1r -n1s -n1^^b2 -n1t -1nv -2nv. -n1z -n1^^ba -nj1b -nj1c -nj1^^a3 -nj1^^a2 -nj1d -nj1d^^ba -nj1^^9e -nj1f -nj1g -nj1h -1njj -2njj. -nj1k -1njl -2njl. -2nj1lj -nj1m -nj1n -nj1nj -nj1p -1njr -2njr. -nj1s -nj1^^b2 -nj1t -1njv -2njv. -nj1z -nj1^^ba -p1b -p1c -p1^^a3 -p1^^a2 -p1d -p1d^^ba -p1^^9e -p1f -p1g -2p1h -1pj -2pj. -p1k -1pl -2pl. -2p1lj -p1m -p1n -p1nj -p1p -1pr -2pr. -p1s -p1^^b2 -p1t -1pv -2pv. -p1z -p1^^ba -r1b -r1c -r1^^a3 -r1^^a2 -r1d -r1d^^ba -r1^^9e -r1f -r1g -r1h -r1j -r1k -r1l -2r1lj -r1m -r1n -r1nj -r1p -r1r -r1s -r1^^b2 -r1t -r1v -r1z -r1^^ba -1sb -2sb. -s1c -1s^^a3 -2s^^a3. -1s^^a2 -2s^^a2. -1sd -2sd. -1sd^^ba -2sd^^ba. -1s^^9e -2s^^9e. -1sf -2sf. -1sg -2sg. -1sh -2sh. -1sj -2sj. -1sk -2sk. -s1l -1slj -2slj. -1sm -2sm. -s1n -2sn. -1snj -2snj. -s1p -1sr -2sr. -1ss -2ss. -1s^^b2 -2s^^b2. -s1t -2st. -1sv -2sv. -1sz -2sz. -1s^^ba -2s^^ba. -1^^b2b -2^^b2b. -^^b21c -^^b21^^a3 -^^b21^^a2 -1^^b2d -2^^b2d. -1^^b2d^^ba -2^^b2d^^ba. -1^^b2^^9e -2^^b2^^9e. -1^^b2f -2^^b2f. -1^^b2g -2^^b2g. -1^^b2h -2^^b2h. -1^^b2j -2^^b2j. -1^^b2k -2^^b2k. -^^b21l -2^^b21lj -1^^b2m -2^^b2m. -^^b21n -2^^b21nj -1^^b2p -2^^b2p. -1^^b2r -2^^b2r. -1^^b2s -2^^b2s. -1^^b2^^b2 -2^^b2^^b2. -1^^b2t -2^^b2t. -1^^b2v -2^^b2v. -1^^b2z -2^^b2z. -1^^b2^^ba -2^^b2^^ba. -t1b -t1c -t1^^a3 -t1^^a2 -t1d -t1d^^ba -t1^^9e -t1f -t1g -t1h -1tj -2tj. -t1k -1tl -2tl. -2t1lj -t1m -t1n -t1nj -t1p -1tr -2tr. -t1s -t1^^b2 -t1t -1tv -2tv. -t1z -t1^^ba -v1b -v1c -v1^^a3 -v1^^a2 -v1d -v1d^^ba -v1^^9e -v1f -v1g -v1h -v1j -1v2je -vj. -v1k -v1l -2v1lj -v1m -v1n -v1nj -v1p -1vr -v1s -v1^^b2 -v1t -v1v -v1z -v1^^ba -z1b -1zc -2zc. -1z^^a3 -2z^^a3. -1z^^a2 -2z^^a2. -z1d -1zd^^ba -2zd^^ba. -1z^^9e -2z^^9e. -1zf -2zf. -z1g -1zh -2zh. -1zj -2zj. -1zk -2zk. -z1l -2z1lj -z1m -z1n -1znj -2znj. -1zp -2zp. -z1r -z1s -1z^^b2 -2z^^b2. -1zt -2zt. -1zv -2zv. -1zz -2zz. -1z^^ba -2z^^ba. -^^ba1b -2^^bab. -1^^bac -2^^bac. -1^^ba^^a3 -2^^ba^^a3. -1^^ba^^a2 -2^^ba^^a2. -1^^bad -2^^bad. -1^^bad^^ba -2^^bad^^ba. -1^^ba^^9e -2^^ba^^9e. -1^^baf -2^^baf. -1^^bag -2^^bag. -1^^bah -2^^bah. -^^ba1j -1^^bak -2^^bak. -1^^bal -2^^bal. -^^ba1lj -1^^bam -2^^bam. -^^ba1n -2^^ban. -2^^ba1nj -1^^bap -2^^bap. -1^^bar -2^^bar. -1^^bas -2^^bas. -1^^ba^^b2 -2^^ba^^b2. -1^^bat -2^^bat. -1^^bav -2^^bav. -1^^baz -2^^baz. -1^^ba^^ba -2^^ba^^ba. -% -2d1vj -2d1vr -z1g2nj -^^a21s2t -d1s2m -j1z2g -r2n1t -r2z1n -m2p1t -2d1vl -r2t1c -r2n1c -r2^^a31k -2s1hr -z1v2l -2z1vr -r2k1n -r2c1n -r2h1nj -s2p1n -j1s2l -r2d1n -.zg2 -r2d^^ba1b -2^^b21tv -r2t1s -n2t1s -2s1kr -r2n1k -d1^^b22k -d1s2p -r2t1m -1r2je -k2s1p -t1s2t -l2m1s -r2h1k -j1s2t -s1v2l -r2p1c -t1k2l -s1k2l -n2t1n -2d1ja -2rt. -z1r2j -d1s2t -n2k1c -r2t1k -r2g1n -r2h1t -.na2j1 -.be2z1 -.iz1 -.is1 -.ne2o3 -r2t1n -r2v1n -r1s2t -n2s1t -l2f1t -} -\endgroup diff -Nru texlive-lang-2007.dfsg.4/texmf/tex/generic/hyphen/huhyphn.tex texlive-lang-2009/texmf/tex/generic/hyphen/huhyphn.tex --- texlive-lang-2007.dfsg.4/texmf/tex/generic/hyphen/huhyphn.tex 2006-01-02 23:53:43.000000000 +0000 +++ texlive-lang-2009/texmf/tex/generic/hyphen/huhyphn.tex 1970-01-01 01:00:00.000000000 +0100 @@ -1,13492 +0,0 @@ -% Huhyphn - hungarian hyphenation patterns v20031107 -% -% Copyright (C) 2003, NAGY Bence -% This file can be distributed under the terms of the -% GNU General Public License version 2. -% -% Encoding: Cork/T1/EC -% -\message{Huhyphn - hungarian hyphenation patterns v20031107} -\begingroup -\catcode`\^^e1=11\uccode`\^^e1=`\^^c1\lccode`\^^e1=`\^^e1 -\catcode`\^^c1=11\uccode`\^^c1=`\^^c1\lccode`\^^c1=`\^^e1 -\catcode`\^^e9=11\uccode`\^^e9=`\^^c9\lccode`\^^e9=`\^^e9 -\catcode`\^^c9=11\uccode`\^^c9=`\^^c9\lccode`\^^c9=`\^^e9 -\catcode`\^^f3=11\uccode`\^^f3=`\^^d3\lccode`\^^f3=`\^^f3 -\catcode`\^^d3=11\uccode`\^^d3=`\^^d3\lccode`\^^d3=`\^^f3 -\catcode`\^^f6=11\uccode`\^^f6=`\^^d6\lccode`\^^f6=`\^^f6 -\catcode`\^^d6=11\uccode`\^^d6=`\^^d6\lccode`\^^d6=`\^^f6 -\catcode`\^^ae=11\uccode`\^^ae=`\^^8e\lccode`\^^ae=`\^^ae -\catcode`\^^8e=11\uccode`\^^8e=`\^^8e\lccode`\^^8e=`\^^ae -\catcode`\^^fc=11\uccode`\^^fc=`\^^dc\lccode`\^^fc=`\^^fc -\catcode`\^^dc=11\uccode`\^^dc=`\^^dc\lccode`\^^dc=`\^^fc -\catcode`\^^fa=11\uccode`\^^fa=`\^^da\lccode`\^^fa=`\^^fa -\catcode`\^^da=11\uccode`\^^da=`\^^da\lccode`\^^da=`\^^fa -\catcode`\^^b6=11\uccode`\^^b6=`\^^96\lccode`\^^b6=`\^^b6 -\catcode`\^^96=11\uccode`\^^96=`\^^96\lccode`\^^96=`\^^b6 -\catcode`\^^ed=11\uccode`\^^ed=`\^^cd\lccode`\^^ed=`\^^ed -\catcode`\^^cd=11\uccode`\^^cd=`\^^cd\lccode`\^^cd=`\^^ed -\catcode`\^^e4=11\uccode`\^^e4=`\^^c4\lccode`\^^e4=`\^^e4 -\catcode`\^^c4=11\uccode`\^^c4=`\^^c4\lccode`\^^c4=`\^^e4 -\patterns{% -.a2 -.adás1s -.ae1 -.agyon1 -.al1eg -.al1e2m -.al1e2s -.al1ér -.al1is -.al1os -.arc1c -.ar2c3ho -.atmo1 -.az1a2 -.az1ám -.aze2 -.á2 -.ál1a2 -.ál1e -.ál1é2 -.ál1i -.ál1ok -.áre2 -.ár1em -.ár2nyo -.áro2 -.ár1os -.ár1s2 -.át1ad. -.át1ada -.át1á2 -.át1e2 -.át1é2 -.át1i2 -.áto2 -.át1ol -.át1or -.át1os -.át1ö2 -.b2 -.ba2l1e2g -.ba1ts -.bá1th -.be2csé -.bei2 -.be1k2 -.bi2o -.bo2rit -.bu2szá -.c2 -.cle2 -.cs2 -.cs®da2rab. -.d2 -.da2i -.di1kr -.e2 -.eb1u2 -.egy1a -.egy1ü2l -.el1a2d -.el1a2k -.el1an -.ela2s -.el1ass -.el1aszo -.elá2 -.el1ál -.el1ás -.el1áz -.el1e2gyek -.el1ejt -.el1emel -.el1eng -.el1e2p -.el1e2r -.el1e2se -.el1e2sés -.el1e2si -.el1esn -.el1ess -.el1est -.el1esv -.el1esz -.el1ékt -.el1éle -.elé2n -.el1éne -.el1ér. -.el1é2re -.el1ért -.el1érv -.el1id -.el1in -.el1ir -.eli2s -.el1iss -.el1isz -.el1itta -.el1ít -.elo2k -.el1oká -.el1os -.elö2 -.el1öli -.el1öl® -.el1ölt. -.el®i2 -.el1t2 -.el1u2 -.elü2 -.el1ül. -.el1üli -.el1ült -.el1ülv -.es1er -.et2h -.ex1el -.ez1e2l -.é2 -.égés1s -.ég1o -.ék1a2 -.ék1i -.én1á -.én1el -.épe2 -.ép1es -.ér2csi -.ér1el -.ét1é -.f2 -.fa2jeg -.fe2len -.fe2lev -.fe2lék -.fe2lül. -.fé2lér -.fé2lév -.fé2má -.fö2lül. -.g2 -.ga2z1em -.gé2ná -.gi1g2 -.h2 -.ha2d1e2 -.hale2 -.ha2lev -.ha2l1és -.há2li -.háncs1 -.há2tus -.he2i -.horo1s -.i2 -.in2d3z -.io2ná -.í2 -.íráskész1 -.j2 -.jazz1 -.je2gy1á -.k2 -.ka2ring -.kés1s -.ké2t1a2 -.ké2tá -.kiá2 -.kié2 -.ki1g2 -.kr2 -.l2 -.la2pa -.le2g1 -.le3g2esle2g1 -.le3g2esle3g2esle2g1 -.legé2nyem -.le3gy -.le2ná -.le1t2r -.lé2ta -.li2o1 -.liszt1á -.lókész1 -.ló1s2 -.l®e2 -.ly1o -.m2 -.malo2 -.má2r1is -.me2g1á -.me2g1e2s -.me2g1é2 -.me2gis -.me2g® -.me2i -.mé2szi -.mu2e -.n2 -.na2gya -.na2gyá -.na2p1e -.na1t -.nerc1 -.ne2um -.né2pí -.ny2l -.o2 -.ok1a2d -.ok1ir -.ó2 -.óé2 -.óf2 -.ö2 -.ön1á -.ön1k2 -.ön3n -.össz1á -.öte2 -.öt1el -.özö2n1ö -.®2 -.®r1an -.®s1a2 -.®s1e2r -.®s1í2 -.®z3s -.p2 -.pa2i -.pais1 -.pe2r1a2 -.pé2k1 -.ph2 -.pier2 -.po2re -.q2 -.r2 -.ra2big -.rát2 -.re2ár -.ren2d1®2 -.ru2ma -.s2 -.sa2li -.sc2 -.sk2 -.so2ki -.so1ny -.so2rál -.sp2 -.st2 -.sto2 -.su2r -.sz2 -.sza2kér -.sze2szá -.szé2t -.szk2 -.szódás1 -.szt2 -.t2 -.ta2ni -.ta2nos -.ta2ur -.tá2v1i2ratozá -.te2j1á -.té2nyi -.té2rá -.to2ké -.tö2k1élv -.tölcséres1 -.t¶z3s -.u2 -.utas1s -.ú2 -.úr1a -.úr1ist -.út1a2 -.út1e -.ü2 -.ük1 -.¶2 -.¶r1i -.v2 -.va2d1al -.va2gyi -.vasas1s -.va2sol -.vé2g1o -.w2 -.x2 -.y2 -.z2 -.ze2i -.zs2 -2a. -2a1a -aa2d -aa2j -aa2k -aa2l -a2am -aa2n -aa2p -aa2u -aa2v -aa2z -2a1á -aá2b -aá2gak -aá2gy -a2ál. -a2áln -aá2p -aá2r -aá2s -aá2t1 -aáta2 -aba2de -2aban -2abar -2abáj -2abáz -2abes -2abir -2abiz -2abom -abos3s -2ab® -2abú -a2b1ü -a2ce. -ace2l -ac1ele -acé2l1e -a2c1ép -ac1ére -a2chá -ac3hoz -2ací -ac3ság -a2c3sü -ac3sz -ada2le -ada2li -ada2l1ú -a2dap -ad1apr -ada2t1e2 -ad1ág -a2dású -ad2del -a2d1e2g -ade2i -1a2dek -ad1e2le -ad1el® -ad1elv -ade2n -ad1ene -ade2s -ad1esé -adet2 -ad1e2v -adé2ke -a2d1ép -a2d1é2v -ad1ide -adi2o1g2 -ad1íz -a2d1orzá -1a2dód -ad1ö2l -ad2rót -adu2r -ad1ura -2adú -2a1e -ae2b -ae2c -ae2dé -aegész1 -a2ei -ae2k -ae2l1a2 -ae2le -ae2l1o -ae2l® -ae2me -ae2p -ae2re -aero1s -aerosz2 -ae2r® -ae2se -ae2sé -ae2si -ae2s® -ae2v -ae2z -2a1é -aé2g -aé2h -aé2k -aé2l -aé2n -aé2p -aé2r -aé2v -2afajn -2afe -afe2li -2afés -2afi -2af® -af2re -2afü -a2g1a2j -ag1any -ag1arc -agán1n -agá2nyé -a2gár. -ag1át1a -ag1edé -a2g1eg -ag1elm -ag1elt -ag1elv -a2gem -ag1emb -a2g1ev -a2g1é2g -a2g1é2l -ag1épí -1agg. -ag3gye -a1g2hó -agi2g -ag1igé -a2g1i2p -a2g1ír -agli2 -ago2na -2agor -a2g1ors -ag1órá -a2g1öt -a1g2raf -a2gut -ag1uta -ag1u2tá -a2g1út -a2g1ü2 -a2gyad -agy1a2dó -a2gyag -agy1agy -agy1ala -agy1alk -agy1any -a2gyál -agy1ári -a2gyát -agy1el -a2gy1em -a2gy1en -a2gyep -agy1er® -a2gy1es -a2gy1ez -a2gyér -agy1ére -a2gyét -a2gyic -a2gyim -a2gy1ip -a2gyir -agy1is. -agy1ist -a2gyoko -a2gyokt -agyo2r -agy1oro -2ahar -2ahe -1ahh -2ahi -2ahí -aho2l1i -2ahu -a1i -a2ia. -ai2bo -2ai2de -ai2d® -ai2e -2aig2 -ai2gazító -ai2gé -a2ign -ai2j -ai2k1as -ai2k1e2 -ai2ma. -2ai2má -ai2nal -ai2nas -2aing -2aint -ai2o -2ai2p -ai2ram -ai2rá -ai2rod -ai2zo -2a1í2 -a2j1al -aja2n -aj1ana -2aje -a2j1e2d -aj1egé -a2j1elm -aj1e2l® -a2j1em -a2j1er -a2jég -a2j1ék -a2j1ir -1ajkúa -a2j1ola -aj1old -aj1ül -aj2ze -aj2zí -aj2zsí -a2k1akn -a2k1alk -ak1ann -2akap -aka2s1ü -2akav -akás1s -2ake -a2k1eg -ak1els -ak1emb -a2k1e2r® -aké2k -a2k1éke -2akép -ak1épí -2akérd -a2k1é2ret -ak1értel -a2k1ért® -2akés -a1khó -akiá2 -2akin -a2k1i2p -ak1iro -ak1is. -aki2s1a -ak1isk -ak1ism -ak1izm -2akí -ak2kór -ak2lei -ak2lés -ak2lin -a2k1o2ly -a2k1orv -2akö -a2k1örv -ak1®r. -2akré -2akri -ak2rit -a1k2ru -ak1ug -2akut -2akú -ak1útr -2akü -ak1ülé -a2k1ü2v -2akv -al1abl -alag1g -ala2gol -ala2j1e2 -1alakí -1a2lakok -1a2lakú -a2lany -ala2nye -ala2p1a2 -ala2pár -1a2lapi -1a2lapí -alap1p -a2láf -al1ág. -al1á2ga -al1ágg -al1á2gi -al1ágk -al1á2go -1aláí -2alán -a2láp -a2le. -al1eln -al1elt -al1eml -al1eny -al1e2r® -al1esp -a2l1est -ale2sz -al1ez -a2léb -a2l1é2ne -al1érz -a2l1é2te -1alfö -alg2 -al1gr -al1ido -a2l1ikr -alió2ra -a2l1irá -al1isk -al1isp -al1itt -al1í2rá -1aljb -1alji -1aljn -1aljz -al2l1aj -1almád -1almák -almás1s -2alogizm -aloi2do -2alok -al1ola -alo2mit -alo2m1o2k -2alor -alos1s -a2l1oszt -2alógiá -2alógu -alókész1 -a2l1ön -a2l1ös -al2t1el -al1úr. -al1úri -al1útr -a2l1ü2 -1alvó -a2lyál -a2ly1e -am1a2dó -2amag -am1akk -am1app -a2m1arc -am1arr -ama2ter -ama2tin -2amá -a2m1árj -am2b1eg -am2b1® -a2me. -ame2g1á -a2m1elá -a2m1e2l1o -am1els -am1elt -a2m1erd -1a2meri -a2m1e2r® -a2m1érd -am1fr -a2mim -a2m1i2rá -amise2 -amis3s -am1ír -2amod -amos3s -a2m1ó2r -a2m1ö2 -a2m® -am1®r -am1®s -am1p2h -2amun -2amut -a2m1ü2 -2am¶ -a2nah -an1akk -an1alj -an1any -ana2sze -a2n1az -anás1s -an2ce. -ancs1es -an2cs® -an2dolv -an1eb -a2ner -a2nes -anet1o -ane2u -a2n1e2z -2ané -ané2v -an1évb -an1éve -an1évn -an2gad -an2g1em -an2gí -an2g1or -an2g1osz -an2g1ös -1anim -an2k1a2k -ank1ala -an2kau -an2k1el -an2k1ék. -ank1osz -an2k1u2 -an2kü -ano1g2 -an1old -an1onn -an1ott -an1órá -2anö -an1ö2t -ansz1ál -an2sz1u2 -an2tau -a2nü -any1ala -1a2nyád -a2nyám. -a2ny1á2rak -2anye -a2ny1ed -a2ny1em -any1es® -anyé2 -any1éh -any1ék -any1ér -a2nyif -a2nyig -anyigaz1 -a2nyim -2anyo -a2nyor -a2ny1osz -any1ó2r -a2nyö -a2ny® -anzo2 -2a1o -ao2la -a2olo -ao2ro -2a1ó -a2ób -a2óc -a2óf -aó2l -aó2ra -aó2rá -aó2ri -2a1ö2 -2a1®2 -apa2cs1i -ap1a2da -1a2pai -1a2paké -ap1a2la -ap1alk -apa2tér -1a2pád -1a2páé -a2p1ág -1a2pái -a2páll -a2p1áru -a2páta -2ape -a2p1e2g -ape2i -ape2l -ap1ele -ap1elg -ap1elj -ap1el® -ap1elv -a2p1em -ape2n -ap1ene -ap1eny -ape2s -ap1ese -ap1f2 -a2p1ide -api2g -ap1ige -a2p1i2rá -a2p1ist -a2p1ín -2apl -a2p1ola -ap1ope -apos3s -ap1ös -ap1öt -ap2rém -a1p2rés -1aprí -ap1szt -ap1t2 -ap1udv -ap1utá -ar1ajt -ara2nye -ar1ará -a2r1ág. -a2r1á2ga -ará2gáb -ará2gán -ará2gár -ará2gát -ará2gáv -a2r1ágb -a2r1ágg -a2r1ági -a2r1á2go -a2r1ágr -a2r1ágt -ar1á2guk -ar1á2gun -ar1á2gy -a2r1áll -ará2nyé -ar2car -ar2ced -ar2ces -ar2cö -arc3sor -1arcú -ar2dél -2are -ar1e2dz -are2l -ar1elh -ar1elo -a2r1e2m -aren2d1® -a2r1er -a2r1e2v -ar1é2ne -a2r1é2r -aré2z1 -ar1gh -argon1n -a2r1i2d -a2r1iga -ar1ingb -a2r1inge -a2rizma. -a2rizmán -a2rizo -ar1khe -ar2k1®2 -ar2k1u2s -2aro -arog2r -aro2mis -a2r1or -2aró -a2r1ó2rá -a2r1ö2l -a2r1®2 -ar1s2h -ar1thá -arto1g2rá -art1old -ar2t1®2r -ar1ty -2aru -a2r1ü -a2r1¶2 -ar2v1ér -a1ry -a2s1a2g -2asaj -as1a2kar -2asal -a2s1alk -as1alm -asa2n -a2s1ant -a2s1any -as1apr -a2s1ál -as1áru -2asáv -2ase -as1e2d -as1e2k -as1ell -as1emb -as1e2s -as1ez -as1éhe -as1ék. -a2s1é2l -as1étv -a2s1é2v -asi2d -as1ide -a2s1i2p -as1isk -as1izo -2asík -as1old -2asor -as1ord -as1osz -as1órá -as1ö2k -as1ön -as1ös -2asp -as1sy -as3szab -astil2 -2astí -as1urn -a2s1u2t -a2s1ú2t -2asü -as1ün -a2s1ür -as1üs -a2s1ü2v -2as¶ -a2sz1ad -asz1ág. -a2szárad -2aszeg -2aszek -asz1e2l® -a2sz1év -a2szid -2aszkó -asz2kóp -asz1ors -asz1ön -asz2t1és -asz2t1ív -2aszü -1aszz -at1abl -2atak -2atan -2atar -ata2rán -a2t1arc -ata2tom -a2t1ág -2atál -atá2nal -2atár -a2t1á2ram -a2t1átl -a2t1átv -atá2v1i2 -atá2v1í2 -2ate -a2t1ef -at1e2gé -at1e2gye -ate2led -at1e2lem -at1elh -at1elm -at1elv -at1elz -at1emb -at1eml -at1epo -at1e2tet -at1e2ve -a2t1e2z -2até -at1éhe -a2t1é2le -a2t1ép -a2t1érz -at1év. -2at1f2 -at2hé -at2hón -atig2 -a2t1iga -at1i2gé -a2t1inf -ati2nó -at1iro -a2t1isk -2atn -a2t1ob -ato1g2 -ato2me -at1opt -2ator -at1orsz -a2t1orv -atos3s -atosz2 -ato1szf -2ató -a2t1ó2rá -ató2riá -ató1sz -2atö -a2t1ös -at1ö2ve -at1ö2vö -at2sán -attó2 -at2tór -at1tre -at1tré -2atu -a2t1uj -1atyj -a1tyl -2atz -a1u -au2de -au2ga -aug2h -au2go -au1k2r -au1ly -2aur -a2us. -au2tal -a2utó. -au2zs -a1ú -aú2r1 -aú2s -2a1ü2 -a1¶2 -av1anh -avara2n -ava2s1as -ava2sze -2avá -2avi -avi2cse -avíz1 -2ay -a1ya -a1yá -a1ye -2aza -aza2teg -azaú2 -az1áll -az1ált -azás1s -az2du -2aze -az1e2le -az1elj -az1el® -aze2o -az1év -az1i2d -azo2n1á -2azó -az1óta -az1p2 -az3ság -az3st -a2zsú -a2z3sü -az1ut -az1új -2á. -á1a2 -á1á2 -áb1áll -áb2b1a2d -áb2b1é2 -áb2bis -áb2bol -áb2bos -áb2b1ot -áb2bö -áb2bú -ábe2l1a -ábe2lér -á2b1el® -á2b1e2m -á2b1e2n -á2b1ér -á2b1ikr -á2b1in -á2b1ir -2ábiz -áb1izm -áb1izz -2ábí -1ábrá -2ábu -ábu2t -áb1utá -áca1k2 -ác1al -ácá2ná -á2c1e -ác3ho -ácin2ti -áci2ósz -á2cs1aj -á2csas -ác3ság -á2cs1e2l -á2csil -ácsü2 -ács1ül -ád1alk -áda2n -ád1any -á2d1apá -á2d1ál -á2d1e2l -á2d1e2m -áde2ros -á2d1es -á2d1in -ád1ira -ádo2ge -á2d1osz -ádö2 -á1d2rót -ádsza2 -á2d1ur -á1dy -á1e2 -á1é -áé2he -áé2ke -áé2l -áé2ne -áé2p -áé2re -áé2ri -áé2r®. -áf1elm -áf1üz -á2g1a2d -ág1ala -á2g1a2r -1á2gaz -á2g1ág -á2g1álv -á2g1áru -á2g1árv -ágá2sé -ág1e2d -á2g1e2g -á2g1e2l -á2g1e2s -á2g1é2g -á2g1é2l -ág1é2ne -á2g1ép -ág1érd -ág1érte -ág1érté -ágg2 -ág1gr -á2g1id -á2g1if -á2g1iga -á2gigén -á2g1ill -á2g1ing -á2g1i2p -ág1iro -ág1ír -á2g1ola -á2g1old -á2g1olv -ágos3s -ág1óc -á2g1ö2 -ágsz2 -á2g1u2r -á2g1u2t -á2g1ü2 -á2g1¶2 -á2gyac -á2gyál -á2gy1e2 -2áha -2áhá -2áhe -áh1ors -á1i -ái2do -ái2g -ái2j -2áil -ái2má -ái2rá -ái2s -á1í2 -á2jí -áj2k® -áj2lá -á2j1or -á2j® -áj2teg -áj2tel -áj2ti -á2jul -á2jü -ák1abr -á2k1al -á2k1as -á2k1ál -á2k1e2l -ák1em -á2k1é2l -ák1é2ve -ák1in -ák1k2 -á2k1oli -á2k1oll -á2k1ott -2ákö -ák1s -á2k1ut -ál1abl -ála2m -ála2n -á2l1ana -á2l1ang -ál1any -ála2szel -ála2szü -ál1áll -ál1árf -1áldá -1áldj -1áldo -ál1d2r -1áldu -1áldv -ále2l -ál1emu -á2l1e2r -ál1ér. -álé2t -ál1éte -á2l1id -ális3s -á2l1í2 -ál1k2 -ál2liz -ál1ob -á2l1o2kok -á2l1ol -1á2lomb -álo2me -álo2mit -á2l1op -á2l1or -ál1osz -2álö -ál1öl -ál1ös -ál1öz -ál1p2 -áls2 -ál1st -ál2t1e2g -ál2tiv -á2l1ug -ál1u2s -ál1u2t -ál1út -á2lü -ál1¶ -á2lyal -á2lyál -á2ly1e -á2lyiga -á2lyis -á2ly1ó2 -á2lyö -á2lyü -á2m1ac -á2m1akt -á2m1a2l -áma2n -ám1any -ám1apa -ám1a2rá -ám1aty -ám1ár. -ám1bl -áme2g -ám1elm -á2m1e2m -á2m1es -ámész1 -ám1f2 -á2m1id -ám1il -á2m1ip -á2m1i2r -ámi2s -ám1ism -ám1isz -á2m1ír -ám1ív -á2m1ob -á2m1op -ámo2rál -ám1oszl -á2m1ö -á2m1®2 -ám1p2 -ám1s -ámu2n -ám1ur -á2m1ü2 -ám1¶2z -ána2d -án1ada -ánai2 -án1ajt -á2n1akc -á2n1a2la -án1alk -á2n1a2pa -á2n1apá -án1ass -án1aut -á2n1áll -án1áru -án2c1ed -án2c1es -án2c3h -án2c1is -án2cor -án2c1ö -án2cü -á2n1e2d -án1e2g -ánegyez1 -án1e2l -án1em -án1en -án1e2t -á2n1é2g -á2n1é2l -án1é2ne -á2n1épü -án1ér® -án1f2 -án2g1a2r -án2gel -án2g1e2s -án2g1és -án2g1osz -án2gö -á2n1i2d -á2n1im -án1int -á2n1ip -á2n1ir -án1isz -ánizs1 -á2n1izz -án2k1es -án1k2l -á2n1oki -á2n1or -á2n1osz -á2n1ot -ánó2r -á2n1ö -án1szf -án1sz2l -án1szp -án2tir -án2t1iz -án2tór -á2n1uj -á2n1u2t -ánú2 -án1út -á2n1ü -ány1a2dó -ány1a2la -ánya2n -ány1any -á2nyap -ány1ass -á2ny1ál -á2ny1ár. -á2ny1á2rak -ánye2 -á2nyeg -á2ny1el -ány1er -á2nyég -á2nyél -á2nyérz -ány1í2r -á2ny1ola -á2ny1osz -á2ny1ö -á2ny® -ány1us -á2nyü -án2z1ag -án2zs -á1o -áo2sze -á1ó -á1ö -á1®2 -áp1a2n -ápe2 -áp1eg -á2p1ér -áp1int -á2poló -ápora2 -ápo2rad -ár1abl -ár1abr -2árag -á2r1agg -ára2j -ár1ajá -ár1ajt -á2r1a2la -ár1alá -ár1alj -ár1alk -ára2m1el -1á2ramk -1á2ramú -ár1a2p -á2r1a2r -á2r1á2g -ár1ár. -á2r1áro -ár1árt -árás3s -ár1á2t1e2 -á2r1átk -ár1b2 -1árboc -árd1el -ár2d1ó2 -á2r1e2g -á2r1e2l -ár1eng -á2r1er -ár1esé -á2r1e2z -á2r1é2g -á2r1éj -á2r1é2n -á2r1ép -á2r1é2t¶ -ár2gye -ár2gyor -ár1ide -ári2g -á2r1iga -ár1inc -ár1ind -ár1ing -ár1int -á2r1i2o -á2r1ir -ár1isp -ár1i2ta -ár1izo -ár1ír -árká2s -árkász1 -ár1kh -1árkok -ármas1s -árnás1 -áro2koz -ár1oll -áro2mér -áro2m1os -á2r1or -áros3s -á2rostr -árö2 -ár1öl -ár1ös -ár1öv -ár1öz -á2r1®2 -ár1p2 -1árpa. -árs3s -ár1str -árt1akt -árt1áll -árt1árn -árt1áru -ár2teg -ár2tig -ár2t1okt -ár2t1ön -ár1tro -1á2ru. -á2rud -á2rué -1á2ruf -1á2rui -1áruj -á2ruke -1á2ruké -á2rum -1á2rup -á2rur -á2rut -ár1uta -1áruü -1áruv -ár1úr -árú2t -ár1úti -á2rü -1árvu -á1ry -á2s1abl -á2sad -ás1a2dó -á2s1a2j -á2s1akt -ás1a2la -ás1alk -ás1alm -ás1a2lo -ása2n -á2s1ana -á2s1any -á2s1as -á2s1a2u -á2s1a2v -á2s1a2z -á2sábr -á2s1ál -ás1áru -á2sást -ás1átl -ás1átv -ás1e2d -á2s1e2l -ás1em -á2s1en -á2s1e2s -ás1ex -ás1ez -á2s1é2l -á2s1ép -ás1ére -á2s1érte -á2s1érté -á2s1és -á2s1éve -á2s1id -á2s1if -ási2g -ás1iga -ás1inf -ás1int -á2s1i2p -ás1i2rá -á2s1is -á2s1ín -á2s1í2r -ás1ív -ás1k -ás1okta -á2s1or -ás1osz -1á2só. -1á2sój -1á2sók -1á2són -á2sór -ás1órá -1á2sót -á2s1ö -á2s1® -ás1p2 -áspis1 -áss2 -ás1st -á1ssy -ás3sze -ás3szé -ás3szi -ás3szor -ás3szö -ás3szt -ás3szü -ás1tra -á2s1uj -ásu2t -ás1uta -ás1utá -ás1u2z -á2s1üg -ás1ür -ás1üs -á2s1ü2v -á2sz1aj -á2sz1ap -á2szas -ás3zav -2ászá -á2szág -ász1eb -ász1el -ász1em -ász1ep -ász1es -ász1e2t -ászé2 -á2sz1éj -á2sz1én -ász1év -ászi2 -á2szid -á2sz1in -á2sz1ir -á2sz1is -ász1ors -ász1osz -ász1ös -ászt2 -ász1tr -á2szur -á2szut -ász1út -ász1ün -á2szüz -át1ado -át1adt -át1alm -át1a2lu -át1a2u -á2t1ál -át1ej -át1e2m -át1é2g -áté2ke -á2t1é2l -át1é2p -át1f2 -1átfú -1áthi -áti2ag -át1id -áti2g -át1in -á2t1i2r -á2t1izm -á2t1izo -át1í2r -át1í2v -1átlé -1átne -át1öb -á2t1öm -át1ön -át1ö2v -át1ö2z -á2t1®2 -át1t2 -át1ug -á2t1uj -1á2t1u2t -á2t1ú2s -átü2 -á2t1ül -át1üt -át1üz -1átvo -á1u2 -á1ú -á1ü2 -á1¶ -áv1el -áv1érz -á2v1i2rá -á2v1iz -á2v1okt -á2v1ús -áz1abl -á2z1aj -áz1alk -á2z1ann -áza2t1e2 -áza2tí -áz1aty -á2z1a2v -á2z1á2l -ázás1s -áz1ea -á2z1eg -áz1e2r -á2z1es -áze2z -á2z1eze -á2z1ezré -á2z1é2p -áz1éve -ázhoz1 -á2z1igá -á2z1ing -á2zins -ázi2s1em -ázis3s -áz1izm -áz1izo -áz1k2 -2ázol -á2z1o2r -2ázos -á2z1osz -á2z1ö -á2z1® -ázs1aj -ázs1ár. -ázs1árá -ázs1árh -á2zs1e2 -á2zsé -ázs1é2n -á2zsiá -á2zs1ig -áz3sor -áz3spa -áz3sug -á2zsü -ázs1ü2v -á2z3s¶ -2ázú -á2z1ü2 -á1zy -1ba -baá2 -baba1 -ba2b1o2l -ba2d1ár -ba2del -ba2der -ba2des -ba2d1i2 -ba2dot -ba2dun -badú2 -ba2d1ús -bae2 -bago2 -2bajg -ba2k1as -ba2k1ál -ba2k1in -ba1krá -ba2l1a2d -ba2l1e2s -ba2l1í2 -ba2l1ol -2bals -ban2ch -banka2 -ban2kad -ban2kal -ban2kép -ban2kin -bart2 -bar1th -ba2seb -ba1sp -ba2ue -bau2t -1bá -bá2bál -bá2csü -b1á2gú -bá2gyu -bákos1 -bá2lan -2bálm -bá2ne -2b1á2p -bá2r1as -2b1á2ru -bá2s1é -bá2szö -bá2t1a2 -2b1átd -2b1átm -bb1adh -bb1adj -bb1adu -bb1adv -b2b1alk -bb1als -bb1ar -b2b1ál -b2b1e2g -bb1ela -b2b1e2le -bbe2m -b2b1eme -b2b1esé -bbes1s -b2b1é2v -bb1is. -b2b1í2r -bb1old -bb1olt -bb1olv -bb1osz -bbó2 -bb1ór -bbö2 -b2b1öl -bb1ör -bb1ös -bb1s2 -b2b1u2t -1be -bea2 -beat1 -beá2r -beá2z -be2cs1á -be1f -be1gr -bei2d -bei2g -bei2s -be1k2v -be2lad -be2lár -bel1ér. -be2lór -be2l®a -be2n1á -ben2ná -ben2tét -beo2 -be1p2 -bera2n -be2rap -be2r1ar -be2ras -be2r1ár -be2r1e2g -be2r1e2l® -be2r1eml -ber1e2pé -be2r1ev -be2rid -be2r1ist -2b1e2r® -ber1s2 -be1ska -be1s2l -besp2 -be1spr -be1sr -be1sto -beu2 -1bé -bé2d1o -bé2du -bé2let -bé2lo -b1é2l® -bé2lú -bé2lyi -2b1é2p -bé2ran -bé2rá -bé2r1em -bé2r1os -2b1érte -2b1érté -bé2ru -bé2rú -bé2vi -1bi -bi2ed -bi1f2r -2b1i2gáb -2b1i2gáj -bi2k1em -bi2kél -bi1k2ro -bil1ant -bi2l1ip -2bime -2b1ind -bio1g2 -bi2ok -bi2ol -bi2om -bi2or -bi2os -2b1i2rá -bi1sc -bi1sh -bi2t1á2r -bi2tip -bi2tü -2b1i2vad -1bí -2b1ív -b1k2 -bl2 -bla1bla -bla2k1e2 -bla1pr -ble2t1ér -ble2ti -b1lj -1b2lok -blu2 -blues1 -b2lú -b1ly -bmeg1á -1bo -boc1c -bo2ce -bo2c3h -bo2g1e -bok2sz1á -2b1olda -bolo1g2 -bo2r1ad -bo2ral -bo2r1e2c -bo2rén -bo2r1is -bor1itt -bo2r1iv -bo2se -bos3zs -bo2t1e -bo2ul -bo2zé -1bó -bó2rá -1bö -bö2n1 -2b1öv -1b® -b®2r1a -b®2rá -b®2reg -b®2rel -b®2rin -b®2r1o -b®2ru -b®r1ü2l -b1p2 -br2 -1b2rig -bsé2gel -bsz1t2 -b1t2 -1bu -2b1ujj -buk2je -bu2n1á -bu2sz1ál -bu2tó -1bú -bú2sz -búzás1 -1bü -2b1üz -1b¶ -b¶2v1e -bvá2nyé -bve2g -bvegy1 -1by -by2t -1ca -2c1a2la -2c1alk -cam1b -ca2ny -ca2rán -catá2 -ca2tem -2c1atl -caus2 -1cá -2c1á2g -cá2l -2c1áll -cá2po -2c1árk -2c1á2sá -c2c1e2v -c2ch -c2c1í2 -c2cs -c3csap -c3csi -c3csí -cc3sor -ccs1ön -c3csú -cda2lé -1ce -ce2dén -2c1e2dz -ceg1ér -2c1e2gy -ce2lem -ce2l®k -ceo2 -ce1ph -2c1e2r® -2c1eszt -2cetb -2ceton -2c1e2zer -2c1ezr -1cé -cé2ga -cé2gel -cé2g1o -cé2lab -cé2l1ar -cé2l1á2 -céle2 -cé2leg -cé2lek -cé2lem -cé2l1er -cé2lip -cé2lir -cé2liz -cé2lö -cé2l® -cé2pí -cé2ret -2c1é2ri -cés3s -c1év. -2c1é2ven -2c1é2ves -2c1é2vi -c2h -1cha -cha2e -1chá -c3ház -1che -2che. -chel2 -chet2t -1ché -1chi -1chí -1cho -1chó -1chö -1ch® -ch2ro -2chu -2chú -1chü -1ch¶ -1ci -ci2ac -ci2af -ci2a1g2 -ci2aku -ci2am -ci2ap -ci2ar -ci2av -ci2az -2c1i2d® -ci1g2r -2cii -2cing -ci2o1g2 -ci2ol -ci2óa -ci2óc -ci2ófe -ci2ófé -ciókész1 -ci2ól -ci2órá -ci2óta -2cispán. -ci2szi -cito1 -2c1izma -2c1izmo -ci2zom -1cí -cí2ma -cí2mi -2c1í2rá -2cív -cí2ve -cí2zs -cké2t1 -c2k1í -ck1o2pe -ck2ré -ck2ri -1c2ky -1co -co2lig -com2biz -co2o -2cori -2cország. -2c1osz -co2u -1có -1cö -c1ö2le -c1öln -cö2t -c1ötb -c1öt1e -c1öté -c1ötö -1c® -c1p2 -c2s -1csa -cs1abl -2cs1a2d -cs1ass -csa2sz -3csat -1csá -2cság -c3ság. -cs1ágú -2cs1ásá -2csásó -2csátí -1cse -2cselc -2csev® -1csé -2c3ség -1csi -2cs1ita -1csí -cs1í2v -cs1k -1cso -2csolaj -3cson -3csop -2cs1orr -c3sorv -1csó -1csö -2csönte -1cs® -cs1p2 -cs3s -cs1t2 -c3s2tí -1csu -1csú -1csü -cs1üll -cs1ü2té -c3süv -2csüz -1cs¶ -c3sza -c3száz. -c3szem -c3szes -c3szí -c3szo -c3szö -c3sz® -cs3zs -ct2 -c1tr -1cu -2c1utc -1cú -1cü -2c1üg -c1ünn -2c1ü2r -2c1ü2v -1c¶ -1cy -c2z -1cza -1czá -1cze -2c3zen -cze2ö -1czé -1czi -1czí -1czo -1czó -1czö -1cz® -c3zs -1czu -1czú -1czü -1cz¶ -1czy -1da -daá2 -2d1abl -2d1add -2d1a2dó -dae2 -da1g2ro -da2hán -dai2g -da2lab -da2l1aj -da2lat -da2lág -da2l1e2l -da2l1im -dal1l -da2l1or -da2l1ó2r -da2ma. -da2maz -da2mel -2d1ann -da2nyá -daó2 -2d1a2pa. -2dapai -2dapak -da2pák -da2pát -da1p2f -da1p2l -da2pó -dar2c3h -dar2cso -da2rel -da2r1é -da1spe -dast2 -da1str -2d1aszt -da2t1ag -dat1ala -dat1alk -dat1áll -2datc -da2t1eg -da2t1em -da2téh -da2t1és -da2t1in -da2top -da2tút -2d1a2ty -da2z1á -da2zé -1dá -dáb2 -2dá2g -2d1állá -dá2n1iz -dára2 -dá2r1ag -dá2ral -dá2ras -dá2r1e2 -dá2rij -dá2rit -2d1á2ru -dá2sal -dá2se -dást2 -dá2sü -dá2sz1al -dá2sz1ál -dá2szár -dá2sz1e -dá2sz1ö -d1átm -dá2z1ak -dá2zs -dáz3sá -dd1elh -d2d1i2d -d2d1o2d -d2dz -1de -de2a1s -de2at -2d1eff -de1f2r -de2g1al -de2g1ál -de2g1el -de2g1em -deg3g -de2gin -de2g1o -de2g1ö2 -de2g® -2degy -de2gye -de2gyi -de2isz -de2k1a2r -de2k1e2g -de2k1ell -dek1érv -2dekö -de2köz -dele2já -dele2meg -2d1e2lemz -del2lal -dellé2 -del2l1én -de2l®a -d1elz -de2m1é2rem -de2m1érm -de2mú -de2n1e2g -de2n1ese -de2nol -de2of -de2ok -de2ol -de2om -de2or -de2os -de2ot -de1pra -de1p2re -de2r1áz -der1osz -de2rö -2d1e2r® -de2r1u2 -de2s1a2 -de2sá -de2s1ér -de2su -de2s1ú2 -2d1e2sz¶ -det1é2ré -2deza -de2zér -dezi2 -de2zid -de2zil -de2zin -de2zor -1dé -dé2da -dé2d1® -dé2du -dé2d1ü -dé1f2 -dé2gá -dég3g -dé2go -dé2hes -2d1éhs -2d1éjs -dé2k1a2n -dé2l1a2 -dé2l1e2l -dé2l1es -dé2lir -dé2lo -dé2lu -dé2lyá -2d1é2pí -dé2raj -dé2rar -2d1érté -2dért® -dé2sa -dé2s1el -dé2s1o -dé2sö -dé2sza -dé2ti -dét1is -dé2tu -2d1év. -2d1é2vei -2d1é2vek -2d1é2ven -2d1é2ves -2d1é2vet -2dévér -2d1é2vi -d1f2 -dg2 -dgá2z -d1gr -1di -di2ac -dia2dó -di2afo -di2ah -di2ain -di2aj -di2am -di2ap -dia1szk -di2at -di2av -2d1i2d® -die2s -di1fl -digaz1 -di2gén -di2gér -2d1i2gét -di1k2ro -di2k1u2ta -2d1ind -di2ol -di2óa -di2óc -di2ófe -di2ósz -2d1i2rod -2d1irt -2d1iste -2d1i2zü -1dí -dí2j1al -dí2ji -2d1ín. -2d1í2rá -d1írn -dí2ró -2díz -dí2zi -d2j1i -dk2 -dkész1 -d1kr -dlás1s -dl®1k2 -dme2g1é -1do -2dodú -doe2 -doge2 -do2k1ú -do2laj -2d1oml -do2n1e -do2név -do1p2h -do2re -do2r1é2 -do2rip -do2ris -do1sz2k -2doszt -1dó -dóa2 -dóel1 -dó1p2 -dó2sem -2dósl -dó2só -2d1ó2vó -1dö -döke2 -dö2k1er -dö2kí -dö2le -2d1ö2v -1d® -d®a2 -d®1d2r -d®e2r -d®é2 -d®i2rá -2d®ra -2d1®rb -2d1®rez -2d1®rf -2d1®rh -2d1®2rig -2d®ril -2d1®rj -2d1®rk -2d1®rm -2d®rö -d®2rök -d®2rön -2d®r®r -2d1®rr -2d1®r1s -2d1®rt -2d1®rv -d®1ská -d®1s2p -d®2tál -d®1tr -d®u2 -d1p2 -1d2rám -dri2t1 -drog2r -drop2 -1d2ruk -dsé2gi -d1s2p -d1s2t2 -dsuhanc1 -d2tarc -1du -du2c3h -du2gal -du2g1ár -2d1u2no -2d1unt -du2se -dus3s -du2ta -du2tá -1dú -dú2cs -dú2to -1dü -2d1ü2g -2d1ü2z -1d¶ -2d1¶2z -dv1or -dy1a -1dyk -d2z -1dza -1dzá -d3zár -1dze -1dzé -1dzi -1dzí -1dzo -1dzó -1dzö -2d3zöld. -1dz® -2dz®j -2dz®s -1dzsa -1dzsá -1dzse -1dzsé -1dzsi -1dzsí -1dzso -1dzsó -1dzsö -1dzs® -1dzsu -1dzsú -1dzsü -1dzs¶ -1dzu -1dzú -1dzü -1dz¶ -2e. -e1a -e2ac -ea2da -ea2dá -e2adi -ea2do -ea2dó -ea2du -e2aga -e2ah -eai2v -ea2j -e2aki -e2ako -ea2la -ea2lá -e2ale -ea2p -e2ar. -ea2ra -eas3s -east2 -e2at. -e2atk -e2atl -e2ato -e2au -ea2z -e1á -eá2bé -eá2cs -eá2f -eá2g -eá2ke -eá2lár -e2ále -eá2l1é -eálu2 -e2ámu -eá2nyal -eá2nyan -eá2nyas -eá2nye -eá2sa -eá2se -eá2so -e2áte -e2áté -e2átö -eb1a2d -e2b1ajk -eb1atl -1e2béd -eb1ing -e1b2lo -eb1ó2r -ec1á2r -2ecento -ece2ti -ecés1 -ec3hez -ecs1ért -edeles1 -ede2ri -edé2lyo -1e2dény -edés3s -2edi -edi2g -e2d1iga -edi2ó -ed1iro -ed1ír -ed1íz -ed1orv -e1d2ró -edu2r -e1dy -e1e -ee2b -ee2c -e2e2d1 -ee2g -ee2l -eel1i -eel1o -ee2m -e2ene -ee2r -ee2se -ee2sé -ee2si -ee2s®. -ee2s®n -ee2sü -ee2sz -ee2tet -e2e1th -ee2v -e1é2 -e2gabá -eg1abr -e2g1a2d -e2g1a2g -e2g1a2j -e2g1a2k -ega2lac -ega2lak -e2g1a2lá -e2g1alt -e2g1alu -e2g1alv -eg1ann -eg1any -e2g1a2pa -e2g1apr -e2g1a2r -e2g1a2s -e3gat -e2g1au -e2g1a2v -e3gaz -eg1á2cs -e2g1ág -eg1áld -eg1álm -e2g1á2r -e2g1á2s -eg1áta -eg1átk -eg1átl -eg1á2zi -eg1ázt -e2g1e2g -e2g1eh -e2g1ej -ege2lem -ege2léb -e2g1ell -e3g2el®i -e2g1els -eg1emé -e3gend -e2gerd -e2g1esh -eg1essz -eg1e2sze -e2g1e2tet. -e2g1é2g -egé2k -eg1éke -e2g1é2le -eg1é2lü -egé2nyel -e2g1épí -eg1épü -e2gér. -eg1érd -egé2ret -eg1érj -1egészs -eg3gya -eg3gyás -eg3gyen -eg3gyo -eg3gyú -e2g1if -egi2g -e2g1iga -e2g1ige -e2g1igé -eg1iha -e2g1ij -eg1ill -e2g1ing -eg1ino -egi2p -eg1ira -egi2ro -e2g1ist -eg1iszi -eg1iszo -e2g1ita -e2g1itta. -e2g1ittá -egius1 -eg1ivá -eg1izg -eg1izm -eg1ír -eg1o2d -eg1o2k -eg1ola -e3gom -eg1op -e3goro -e2g1os -eg1órá -e2góv -eg1öb -eg1ök -eg1öz -e1g2ráf -eg1ug -eg1un -eg1u2ra -eg1u2t -eg1u2z -e2g1ú2 -egü2g -eg1ü2li -eg1ür -eg1üz -egy1a2d -egya2r -egy1as -egy1a2t -egy1az -egy1ál -egy1ára -egy1ell -1e2gyenl -egyes1s -egy1eszt -egyköz1 -egyo2 -egy1ol -egy1om -egy1ór -egy1öl -egy1ös -egy1®r -e2gyür -1együt -ehé2ra -ehé2z1 -1ehh -e2h1ors -eh1s -e1i -e2ia -e2iá -e2ibu -e2ic -e2idá -eido1 -ei2d® -e2ier -e2if -ei2gá -ei2gé -ei2gy -ei2ha -ei2j -e2ima -ei2má -e2ini -e2inr -eins2 -ei2on -ei2pa -ei2ram -ei2rat -ei2rod -e2iró -ei2ta -e2ito -e2itu -ei2vó -e1í2 -ej1a2d -ej1al -ej1ál -ejes1s -ejé2k -e2j1ék. -e2j1éke -e2j1in -ej1kr -ej1ol -ej1op -ej1os -ejta2 -ej2tak -ej2tal -ej2t1an -ej2tau -ej2tál -ej2tár -ej2tát -ej2tos -e2j1ú2 -ek1a2dó -e2k1aj -e2k1alj -ek1áll -ek1ár. -e2k1e2l®t -ek1é2le -ek1épí -e2k1éss -e2k1é2te -ekie2 -ek1ist -e2kod -ek1orv -ekö2l -ek1ölé -ek1öl® -ek1®r -ek2rit -ek2tal -ek1út -e2k1üt -ek2vit -el1ad. -el1a2da -el1a2dá -el1add -el1adh -el1adj -el1adn -el1a2dó -el1adt -el1adv -el1agg -el1a2gy -ela2j -el1ajá -el1akc -e2l1a2l -ela2m -el1ame -el1ann -el1a2ny -el1a2pa -el1apr -el1aszá -e2l1a2u -el1a2v -el1ács -e2l1á2g -el1áj -el1áll -el1álm -el1á2m -el1á2p -el1ár. -el1ára -el1árb -el1árn -el1á2ro -1eláru -el1árv -elá2s -el1ás. -el1ása -el1ásn -el1áso -el1ást -el1ásv -el1áta -el1átk -el1átr -el1ázi -el1ázo -el1ázv -eld2 -el1dr -el1ebl -ele2gal -e2leges -el1e2gyen -el1egz -el1e2lev -e2l1ell -e2l1elm -el1ember -e2leme. -1e2lemei -1e2lemek -elem1ell -1e2lemez -ele2m1érté -el1e2més -1e2lemi. -1e2lem¶ -1e2lemzé -1e2lemz® -ele2res -el1erj -el1erk -el1ern -e2l1e2r® -ele2s1a -ele2sem -el1esh -ele2sik. -eles3s -ele2tele -el1é2ges -el1é2get -eléka2 -el1é2kel -el1él. -elé2lek -el1é2lé -el1élh -el1élj -el1éln -el1élt -el1élv -el1érc -elé2rem -elé2ren -e2l1é2rez -1e2l1éré -e2l1érh -el1é2ri -e2l1érj -e2l1érk -e2l1érn -el1érs -e2l1érü -el1f2 -el1iga -e2l1ige -2elik -el1ikr -el1ill -el1ina -e2l1ing -elin1n -elio1 -eli2os -el1ivá -1e2lix -el1izm -e2l1ín -el1ír. -el1íra -el1í2rá -e2l1í2v -2elj. -el1k2 -ell1alk -1ellátásü -1ellens -ellu2s -1elmél -2elné -e2l1o2l -el1oml -el1orc -el1ord -elo2s -el1oso -el1oss -el1ox -el1ó2ri -el1öm -el1ön -el1ör -el1ö2z -1e2l®ad -2el®bé -1el®d. -2el®in -2el®it -2el®kh -2el®kk -2el®kö -2el®kr -2el®ne -1e2l®® -2el®r -2el®t. -2el®ter -e2l®tet -1el®vés -el1ph -el1p2l -el1pra -el1st -2eltek -2eltes -2eltet. -2eltete -2elteté -2elteti -2eltetn -el2töv -el1u2r -el1u2s -el1u2t -el1ús -el1üd -el1üs -e2l1üt -el2val -el2v1at -el2v1ó2 -e2ly1a2 -e2ly1á2 -e2lyel -elyes1s -e2ly1o -e2lyö -ely2tál -e2m1ab -em1a2da -em1a2dó -em1adt -ema2j -em1aja -em1ajk -ema1k -em1a2ny -em1arc -e2m1ass -em1atl -e2m1av -e2m1áb -em1ár. -e2m1árn -e2m1átl -1emberr -1embó -eme2c -emec3h -1emeled -1e2melen -1emelk -e2m1elm -e2m1e2l1o -em1e2res -e2m1e2r® -em1ers -e2m1é2j -emé2lete -1e2méss -e2mid -e2m1im -e2m1ip -e2mirá -e2mír -2emo -em1old -e2m1orv -em1ó2ra -em1ös -em1ph -em1s -1e2mu. -em1ur -em1üg -em1ür -em1¶z -e2n1a2j -e2n1ak -e2n1a2n -en1ar -en1as -e2n1a2u -e2n1áb -en1áll -e2n1ár. -e2n1ára -en1á2ro -en1ázt -en2c3h -enci2ah -enc3sze -en2d1ell -en2dza -en1elm -e2n1emé -ene1p2 -2enerá -1e2nerg -ene2t1o -e2n1eze -e2n1é2ra -engés3s -eng1g -2eni -eni2g -en1igé -e2n1ip -en1ira -e2n1ism -e2n1ív -enké2t -en1k2r -en2nül -en1old -en1ó2r -en1öl -e2n1ö2t -ensas3 -en2sel -en1ste -ent1a2ny -entes1s -en2tev -ent1ért -en1uc -en1ud -enu2t -e2n1ú -2enw -e2ny1ag -en3ya2n -eny1as -e2nyau -enyeres1 -e2ny1ó2 -eny1us -en2zed -e1o -e2oc -eo2da -e2odi -eo1g2rá -e2oh -e2oka -e2o1k2l -e2oko -eo1k2r -eo2ly -e2omé -eona2 -eo2n1ar -e2oná -eont2 -eon1tr -eo1p2 -eo2pe -eorgi2á -e2os. -eo2so -eosz2f -e2ov -e2oz -e1ó -e2óf -e2óm -e1ö -eö2l -eö2m -eö2v -eö2z -e1®2 -epa2d -ep1ado -ep1aka -ep1a2la -ep1asz -e2p1ág -ep1elo -e2perf -ep2ha -ep2ho -ep2lan -ep2las -e2pos -ep2rav -ep2rio -ep2tol -er1abl -er1a2da -er1adm -er1ajk -er1akc -e2r1akk -e2r1a2la -er1alk -er1ana -er1ann -er1a2pa -er1apá -era2r -er1ara -er1ass -erato1s -e2r1a2u -e2r1a2v -e2ra2z -er1azo -er1á2gy -e2ráld -e2r1áll -er1ár. -erá2rak -er1árb -e2r1árf -er1árk -er1árn -er1á2ro -er1árr -er1árt -er1á2ru -er1áta -er2cél -er2c3h -1erd® -1e2redm -ere2gá -1erejü -ere2kar -erekes3s -ere2ko -e2r1ela -e2r1ell -er1elo -e2remu -ere2tel -ere2vel -e2r1ex -erés3sze -e2r1év. -eré2zé -er1gl -er1ide -e2r1iga -e2r1ind -e2r1inj -e2r1ism -er1i2sza -eri1szk -er1izo -er1izz -er1íj -e2r1íz -er1kr -1erny® -ero1g2r -ero1t2r -er1o2xi -e2r1ó2r -e2r1ö2k -e2r1ö2l -er1ön -er1ös -e2r1ö2t -er1ö2z -1e2r®m¶ -1er®sít®. -1er®sít®r -1er®szakol. -er1pl -erro1k2 -er2s1a2d -er2san -er2sar -er2s1ol -er2s1ö -er1str -er2sú -er2t1any -erta2r -ert1ara -2erte -ertés3s -e2r1ur -e2r1ü2g -er2vos -e2s1ac -es1a2n -esa2p -e2s1as -es1áb -es1á2g -e2s1ál -es2co -e2s1ekkén -e2s1elm -e2s1emb -1esemé -e2s1ina -es1i2pa -es1ita -es1í2rá -es1k -es2kat -1eskü -e1s2lat -es2már -es1ol -e2s1os -e2s®c -e2s®e -es3szö -esta2l -est1ala -es2t1áll -es2t1á2p -es2tim -es2tí -es2top -es2t®r -es1trá -e1s2tu -es2tú -es1ú2s -es1út -es1ü2ve -e1sy -es3zac -e2sz1ad -esza2ké -e2szárp -e2szev -e2szég -esz1é2les -esz1iz -e1sz2kó -es3zse -eszta2 -esz2t1al -esz2t1an -esz2tár -esz2t1ö -e2t1a2d -eta1g2r -e2t1aj -et1akt -et1a2la -et1alk -e2t1ant -eta2nya -eta2nyá -et1a2rá -etas2 -et1ass -et1ág. -et1á2ga -et1ágn -et1áll -etá2ru -e2t1á2t1a -et1átl -eteá2 -ete2l1eg -ete2ná -e2t1ene -ete2szá -eté2ká -eté2kel -eté2ko -e2t1érté -e2t1érz -etés3s -eté2t1é -et1év. -et1é2vet -et1é2véb -et1é2vét -et1évh -e2t1i2d -eti2g -e2t1iga -e2t1igé -e2t1ill -e2tim -et1inf -e2t1iri -e2t1iro -et1írá -et1í2v -et1okm -et1okt -eto2na -e2t1ös -et1®r. -et1®2ri -et1®rn -et1®2rö -et1®rs -e1t2raf -et2sz1ék -et2tel® -e2t1ug -e2t1u2n -et1u2r -e2t1u2t -et1új -e2t1út -e2t1üd -e2t1üld -e2t1üt -et3ya -e2ty1o -2etz -e1t2ze -e1u -eu2ga -eu2go -e2ume -eumi2 -eu2miv -e2uras -e2urá -eu2r1á2z -e1ú2 -e1ü2 -e1¶ -evéle2 -evé2l1el -ex1io -e2x1í2 -1expe -1expo -e1ye -ez1a2d -e2z1ak -1e2z1a2l -e2z1az -ez1ál -ez1egy -e2zer. -eze2ra -eze2re. -eze2reg -eze2r1o -eze2ta -eze2t1el -ezé2rem -ez1idá -ez1ill -ez1inf -ez1int -e2z1i2p -ez1ir -ezo1k2 -ez1org -ez1ó2t -ez1ön -ez®kész1 -1ezred -1ezrei. -1ezreir -1ezreit -1ezreiv -1ezrek -1ezrel -1ezres -1ezret -e2z3sé -ez3sor -ez1ut -ez1út -1ezüs -2é. -é1a2 -é1á2 -éb2bá -é2b1ir -é2c1a -é1ch -é2c3so -éc3sz -é2d1ab -é2d1a2c -éd1ad -é2d1ak -éd1a2la -é2d1a2n -éd1a2p -é2d1as -éd1ág -é2d1e2g -éde2leme -é2d1els -é2d1eml -é2derb -é2derek -é2deré -é2dern -é2derr -é2dert -é2desí -édes3s -é2d1él -éd1ért® -éd1érv -édi2a1s -édiasz2 -é2d1i2g -é2d1in -é2d1ír -édna2 -é2d1or -éd1ut -éd3za -éd3zá -é1e2 -éesz1 -é1é -2éf -é2g1ab -éga2d -ég1a2g -é2g1aj -é2g1a2k -ég1a2l -ég1a2z -ég1á2g -ég1ál -é2g1ára -é2g1elb -ége2lem -é2g1elg -é2g1ell -é2g1elm -é2g1e2l® -égel®i2 -é2g1els -ége2n -é2g1eny -ége2r1ü -1é2gesd -1é2geti -1é2getn -é2g1é2g -é2g1é2l -é2g1ép -é2g1éri -ég1érte -ég1érté -ég1érv -é2g1id -égi2g -égig1a -égigé2 -ég1ill -é2g1ing -ég1int -ég1ír -ég1o2l -ég1ot -ég1ó2r -é2g1ö -1é2g® -ég1u2t -é2g1ú2 -ég1ü2g -ég1ür -é2gy1eg -é2gyele -é2gy1em -é2gy1esz -é2gyeze -é2gy1ér -é2gy1év -é2gy1o -é2gy1ó2 -é2gy1ö2 -égyszáz1 -égyszín1 -é2gyu -égyü2 -é2gy1ül -é2heze -é2hezi -é2hezt -éh1ín -é1i -éi2ro -é1í2 -éj1a2d -éj1e2g -é2ji -éj1it -é2k1ab -ék1acé -é2k1a2d -é2k1a2g -é2k1a2j -ék1a2la -ék1alj -ék1alk -ék1ana -éka2nya -é2k1a2r -ék1á2f -é2k1ál -é2k1árb -é2k1á2ru -é2k1áta -é2k1elm -é2k1elo -é2k1e2mel -ék1eng -éke2nya -ékes3s -ék1ég -éké2p -ék1épí -ék1épü -ék1ér. -é2k1é2rem -ék1érl -é2k1érte -é2k1érté -é2k1érz -é2k1i2d -ék1ing -ék1int -é2k1i2p -éki2r -ék1ira -ék1ism -ék1ír -ék1íz -ék1k2 -é2k1or -é2k1osz -é2k1ös -é2k1®2 -ék1t2 -é2k1ud -é2k1u2t -ék1út -é2k1ünn -é2k1ür -é2k1üz -él1abl -él1akn -é2l1a2l -é2l1a2u -él1áj -él1á2l -é2l1árk -é2látf -éld2 -él1dr -é2lebé -él1e2gy -éle2k1a -éle2ker -éle2kö -é2l1emb -é2leme -é2l1emp -é2l1enn -éle2sa -éle2sz -éle2ta -éle2t1á2 -éle2t1e2l -élet1érd -éle2t1é2ve. -éle2t1ö2 -é2l1é2d -é2l1é2l -él1é2ret -él1é2vet -él1é2vi -él1f2 -é2l1i2d -é2l1iga -éligaz1 -éli2gá -é2l1i2m -é2l1in -él1i2pa -él1irá -é2l1í2 -él1k2 -é2l1o2l -él1op -é2l1o2r -él1ó2r -élö2 -él1ök -él1öl -él1ön -él®e2 -él®kész1 -él1®z -él1p2 -éls2 -él1st -él2t1e2v -él1t2r -él1ug -él1uj -él1u2t -él1út -é2l1üt -ély1á2l -ély1egy -élye2n1 -é2lyil -é2ly1in -é2lyüt -é2male -ém1ass -ém1ato -é2m1á2l -ém1áru -ém1edé -ém1e2le -é2m1elh -ém1el® -é2mesem -é2m1esz -éme2ta -éme2tel -émé2l -ém1étk -é2m1ip -é2m1ir -ém1ol -é2m1ó2 -é2m1ö2 -ém1p2 -ém1u2r -én1ant -éna1p2 -én1ass -é2n1a2to -é2n1áll -én1átv -én1egy -é2nekel. -1é2nekes -1é2nekl -én1elj -én1el® -én1elt -é2nem -én1emb -é2n1é2g -éné2m1 -én1f2 -én1int -é2n1i2o -é2n1ip -én1ita -é2n1i2z -énkupac1 -énmo2n1 -2énn -én1öve -én2s1as -én1s2p -én2su -én2sú -én1t2r -én1u2t -2ény -é2ny1a2 -é2ny1á2 -é2ny1ell -ény1elv -é2ny1e2r -é2nyev -é2nyél -é2nyérté -é2ny1érv -é2nyérz -é2nyis -é2ny1it -é2ny1í2r -é2ny1o2 -é2ny1ó2 -é2ny1ö2 -é2nyu -én2z1a2 -én2z1á2 -én2zéh -én2z1i2 -én2z1o -én2zö -én2zse -énz3sz -én2z1u2 -é1o2 -é1ó -é1ö -é1® -ép1a2d -ép1a2g -ép1a2l -ép1a2n -épa2r -épar2t -ép1ág -ép1ál -ép1ám -ép1áp -é2p1á2r -ép1e2gé -ép1egy -é2pe2lem -é2p1ell -é2p1ep -ép1ern -épes3s -é2p1eti -é2p1é2l -é2p1ép -épés1s -épi2a -é2p1i2p -ép1ira -ép1iro -é2p1irt -é2p1isk -é2p1iz -é2p1ír -épo2 -ép1ok -ép1ol -ép2pak -ép2p1an -ép2pek -éppo2 -ép2pod -ép2p1ol -ép1pr -é1p2ró -ép1t2 -ép1uj -ép1u2n -ép1u2r -ép1u2t -é2p1ú -1épüle -ér1abr -é2r1a2d -ér1ajá -ér1aká -éra1kl -ér1akn -é2r1a2l -éra2n -ér1any -éra2r -ér1ara -ér1arc -é2r1as -é2r1a2t -é2r1a2u -ér1á2g -ér1ál -é2r1ár. -érá2rak -ér1áru -ér1áz -ér2ca -ér2cá -1ércb -érc3c -ér2ced -1ér2c3h -ér2c1o -ér2c1ö -ér2cz -ér2dz -ére2b -é2r1eb. -é2r1ebe -é2r1e2dé -ére2ga -ére2g1á -éreg1g -é2r1e2gy -ér1elk -é2r1ell -ér1e2l® -é2r1els -ér1eny -é2r1e2re -é2r1e2s® -éres3s -ére2ta -ére2tel -é2r1e2v -é2rezh -é2rezv -ér1é2kek -ér1ékel -é2r1é2l -é2réneke -éri2as -é2r1i2d -éri2g -ér1iga -ér1ige -ér1ill -é2r1isk -é2r1ist -ér1i2sz -é2r1itt -é2r1iz -é2r1ív -ér1old -ér1olv -ér1ont -é2r1or -é2r1ö2 -é2r®se -ér1p2 -érs2 -ér1sk -ér1st -1értelm -1ért®c -1ért®j -1ért®r -1ért®v -ér1tra -ér1u2r -ér1u2t -ér1u2z -ér1úr -ér1út -ér1üld -ér1üt -érva2d -érvén3n -1érvv -1érzeté -1érzékenye -1érzékenyí -1érzékenyül. -1érzékenyülé -1érzékenyülh -1érzékenyülte -1érzékenyülts -1érzékenyülv -ésa2 -és1ad -és1al -é2s1an -és1ál -é2s1á2t -é2s1eg -és1elá -és1e2le -és1ell -é2s1elm -és1elo -és1e2mel -é2s1esz -é2s1eti -é2s1ev -é2s1él -é2s1érté -és1é2ve. -é2s1id -é2s1in -é2s1i2r -é2s1i2v -és1í2v -és1k -és1ol -és1os -é2s1ó -é2s1öl -és1ös -és1p2 -éss2 -és1st -és3sza -és3szá -és3szi -és3szö -és3szú -és1t2r -é2s1ú -é2s1üg -é2s1ü2t -é1sy -ész1a2d -ész1a2g -ész1a2l -ész1a2n -ész1a2r -és3zav -ész1á2l -é2sz1egy -ész1ell -é2sz1esz -é2szex -é2szez -é2sz1é2l -ész1éte -é2szid -é2szim -é2sz1ir -észi2s -ész1k2 -é2sz1o2k -é2sz1ol -é2sz1ot -ész1ös -ész2t1o -é2s3zu -é2szú -ész1üg -é2sz1üz -é2t1a2d -ét1ajt -ét1a2ka -ét1akk -ét1akn -ét1a2la -ét1ann -ét1apr -ét1arg -état2 -ét1a2to -étau2 -é2t1ág -ét1áll -ét1árb -éte2rá -éte2reg -éte2rel -é2t1esé -é2t1esh -é2t1e2si -éte2szem -ét1e2ve -ét1ezr -é2t1é2g -été2k -é2t1él -é2t1érd -é2t1érte -é2t1érté -ét1f2 -é2t1ic -é2t1id -éti2g -ét1igé -é2t1i2r -ét1ist -é2t1i2v -é2t1ív -é2t1o2l -é2t1o2p -éto2r1i -é2t1ó2r -ét1ök -ét1ö2l -ét1öm -ét1ön -ét1ös -ét1ö2t -ét1ö2z -é2t1®r -étrás1 -é1t2ró -ét1sz -ét1ug -ét1uj -ét1üt -ét1¶2z -étve2g -é1u -é1ú -é1ü2 -é1¶ -é2vad -év1adá -év1adó -é2valá -é2v1a2z -é2vel® -1é2vent -év1esté -1é2v1ez -1é2vér® -év1érté -é2vu -é2v1ú2 -1évz -éz1ab -éz1a2d -éz1ak -é2z1at -é2z1ág -é2z1ál -éz1á2p -éz1d2r -éze2d -éze2m -éz1eme -éze2n -éze2t1el -éz1ev -é2z1é2d -é2z1érc -éz1ill -éz1ing -ézi2ók -é2z1i2r -ézi2sel -é2z1í2 -éz1k2 -éz1or -éz1os -é2z1ö -éz3ser -éz3sé -éz3sis -é2z3so -éz3sö -ézus1s -ézü2 -éz1üg -éz1üs -éz1üt -ézve2g -1fa -faá2 -fae2 -fa2gyé -fa2j1ö -fa2jü -fala2n -fal1any -fa2l1ár. -fa2l1e2g -fa2l1e2l -fa2lí -fao2 -faó2 -faru2 -fa2r1us -fas2 -fa1sk -fa1st2 -fa1t2r -fa2us -fazé2 -1fá -fás3s -fá2sü -fá2t1é -fázás1 -1fe -fe2gy1i -fe2j1a -fe2já -fe2jo -fe2l1a2 -fe2l1á2 -fe2l1e2g -fe2l1e2mel -fel1emé -fe2l1eml -fel1eng -fe2l1ere -fe2l1esk -fe2l1esz -fe2l1e2tet -fel1eve -fe2l1é2g -fel1éke -fel1éks -fe2l1él -fe2l1ép -fe2l1ér. -fe2l1ért -fel1érz -fe2l1id -fe2lij -fe2l1i2s -feli2t -fe2l1ita -fe2l1iz -fe2l1í2 -fe2l1o2 -fe2l1ö2 -fel1p2 -fels®rész1 -fel1t2 -fe2lu -fe2lú -fen2ná -fen2tí -1fé -fé2ká -féko2 -fé2kú -fé2l1a -fé2l1á -fé2leg -féle2m -fél1eme -fé2l1esz -fé2l1ez -fé2lir -fé2l1is -fé2l1o -fé2ló -fé2lö -fé2lu -fé2lú -féma2 -fé2mat -fé2med -fé2mel -fé2mét -fé2ny1e2l -fé2ny1i -fé2nyí -2férá -1f2fy -1fi -fi2ah -fia2la -fi2ap -fi2asz -fi2av -fie2 -fi2l1el -fina2 -fi2n1ag -fi2nid -fint2 -fi2n1u2 -fió2ki -fi1sc -fist2 -fi2t1é2 -fi2tor -1fí -f1k2 -fki2 -fkis1 -f2ló -f2lú -fme2 -1fo -fog1g -fo2g1or -fo2g1os -fo2n1au -fo2nát -fond2 -fon1dr -fo2nel -fo2n1in -fo2nü -fo2r1il -foto1s -1fó -1fö -föle2 -fö2leg -föl1el -fö2len -fö2l1esk -fö2l1et -fö2lék -fö2lí -1f® -f®e2 -f®é2 -f®i2 -f®2r1ü2 -f®1tr -f®u2 -f®ú2 -fra1s -f2ric -1f2rö -fs2 -f1st -ft1aj -ft1ak -1fu -fus3sz -fu2sz1ol -1fú -1fü -fü2lo -fül1t2 -fü2mi -f1ü2té -f1ü2t® -1f¶ -1fy -1ga -ga2a -g1a2bál -2g1abl -2gabr -2g1a2cé -ga2de -gae2 -ga2gi -ga2kad -2g1a2lap -2g1a2lám -g1alb -g2ali -2g1alk -3g2all -2g1als -ga2lul -gan2cse -gan1d2 -2gank -2g1a2nya -ga2nyá -ga2nyó -gaó2 -ga2pa. -2g1apj -ga2pol -2g1a2pó -2g1app -ga2se -ga2sé -ga2s1i -ga2su -ga2szág -g2at -gata2r -gat1ará -ga2t1eu -ga2tim -ga2ut -ga2vat -2gazg -2gazít. -2gazíta -2gazítá -2gazítók -2gazítón -2gazs -1gá -2g1á2bé -2gábr -3g2áci -gá2dá -2g1á2f -gá2gy -g1á2hí -3g2áli -g1állh -g1állí -g1álls -g1állu -2g1állv -2g1á2mí -gána2 -gá2nad -gá2nal -gá2nap -gá2nau -gá2n1e2 -gá2nén -gá2n1ér -gá2nin -gá2n1ó -gá2nú -gá2nye -gá2ny1út. -2g1á2p -2g1á2rad -g1á2rak -gá2ral -g1á2ram -gá2r1as -gá2r1ál -gá2rár -gá2r1e -gá2riz -gá2rö -gá2ru -gá2r1út -gá2san -gá2s1e2 -gásé2 -gási2 -gá2sir -gá2sze -gá2szé -gá2s3zö -gá2ta2l -gá2té -2gátk -3g2átló -3g2áto -gá2t1os -2gátr -3g2átu -2g1á2tü -2g1átv -gá2z1ad -gá2z1al -gá2z1a2t -gá2z1e2 -gázi2 -gá2z1ip -gá2z1ó2r -gázs2 -gáz3sé -gá2zsu -2g1á2zu -g1b2 -g1d2r -1ge -gea2 -geá2r -2gebé -ge2cet -2g1e2dén -2g1e2dz -2g1eff -ge2gé -gegész1 -ge2gye -ge2he -g2ek. -3g2el. -2g1e2l1a2 -ge2leg -ge2lej -gel1eng -ge2lev -ge2lég -3g2elés -2g1elhá -3g2elhe -3g2eli. -3gelik -gel1ism -ge2l1í2 -3gelj. -2g1eljá -3g2elne -3gelné -3g2elni -g1elny -2g1e2l1o -ge2lö -3g2el®. -ge2l®bb -3gel®bé -3g2el®h -3g2el®j -3g2el®k. -3g2el®ket -3gel®kh -3gel®kk -3gel®kö -3gel®kr -ge2l®l -3g2el®m -3g2el®n. -3gel®ne -ge2l®re -3gel®r® -ge2l®s -3gel®t. -2g1el®te -3g2el®v -ge2l®z -2g1elp -g1els® -3g2elt. -3geltek -3geltes -3geltet. -3geltete -3gelteté -3gelteti -3geltetn -2g1eltér -2g1elto -ge2lu -ge2lül -2g1elvá -2g1elvez -2g1elvo -2g1elz -3g2em. -2g1ember -2g1e2mel -ge2més -2g1eml -ge2na -genci2as -g2end -3generá -2g1enge -ge2n1is -2g1ennék -2g1enni. -2g1ennie -2g1enyh -2g1enyv -ge2of -ge2o1g2 -ge2oló -ge2om -ge2o1s -ge2ral -ge2r1a2n -ge2r1ág -ge2r1á2r -g1e2rej -ge2r1ekké -ge2riz -ge2r1os -ge2rö -2g1e2r® -ge2r¶ -3g2es. -ge1sc -ge2sem -ge2sett -2g1e2sés -2g1e2sik -2geskü -2g1e2s® -ge2sú -2gesze -ge2szé -ge2szik -2g1eszl -2g1eszm -2g1eszn -2g1e2szü -ge2sz¶ -g2et. -ge2ter -2g1e2tete -2g1e2tetn -2g1e2tette. -ge2t1or -ge2ur -2g1e2ve -2g1e2vé -2g1e2v® -1gé -gé2ber -2g1ébr -gé2da -gé2d1e2l -gé2d1esz -gé2dé -gé2dí -gé2d1o -gé2gü -gé2hes -gé2led -gé2let -gé2lén -gé2li. -2g1éls -gé2lya -gé2lyá -gé2lyeg -géna2 -gé2nat -géná2 -gé2n1ár -gé2nát -gé2n1el -gé2nit -gé2nyemb -gé2nyeme -gé2nyir -gé2p1a -gé2pá -3g2épe -gé2peg -gé2pir -gé2pí -gé2po -gé2pül -gé2r1á -2gérd -g1é2red -gé2reg -2gérh -g1é2rin -2gérj -2gérk -2gérl -g1érle -2gérs -2gérte -2gérté -g1érth -g1érti -g1értj -g1érts -g1értt -g1értv -gé2ru -gé2rú -2gérv -2g1érz -gé2sá -gé2sel -gé2so -gé2sza -2gészs -2g1é2te -2g1év. -g1f2 -gfe2li -g1g2ra -g2gy -g3gyár -g3gyér -g3gyi -g3gyó -g3gyö -g3gy® -g3gyu -ggy1ült -g3gy¶ -1g2hék -1ghy -1gi -gi2abo -gi2ac -gi2ad -gi2af -gi2ag -gi2ah -gi2ako -gi2am -gi2ap -gi2ar -gi2asze -gi2aszi -gi2aszo -gi2ata -gi2av -3g2iá -3g2idá -2g1i2de -2g1i2dé -gi2d® -gie2r -gi1fl -2g1igaz -gig1ár -gig1e2s -gig1él -gi2gén -gig3g -gi2gi -gi2g1o -gi2gö -gi2g1u -2g1i2gy -2gihl -gii2 -2g1ikr -2g1i2má -2g1i2mi -2g1imp -2g1ind -2g1inf -2g1inn -2gino -2gint. -2g1inte -2g1inté -2g1inti -2g1int® -2g1inv -3g2io -gi2or -2g1i2rá -2giro -gi2rod -giro1s -2g1irt -g1isc -2g1isk -2g1ism -2g1iss -2g1iste -3g2iti -2gittam -2gittasodh -2gittasodi -2gittasodn -2gittasu -gius3s -gi2vó -2gizg -2g1i2zo -2g1izz -1gí -2g1íg -2g1íj -2g1í2n -gí2ra -gí2rá -gí2ro -gí2ró -2g1í2z -g1k2 -gki2s1a -g2lio -glóa2 -gme2g1á -1g2nac -1g2náb -g2n1e2l -gnes3s -gn1ing -1gnore -1go -go2e -go1g2r -goi2 -goka2 -gok1ad -2g1o2ká -2g1o2laj -g1olc -2g1olda -go2lin -go2lór -2golvas -2g1o2lyo -go2m1as -2g1oml -g2on -3goná -gonc3s -go2nye -go2pe -g2oro -gosz2kó -go1t2h -1gó -3gó. -gó2ce -gó2ch -2górá -gó2rák -gó2rát -gós3s -gó2tí -g1óv. -g1ó2vo -g1ó2vó -1gö -2göb -2g1ö2le -g1ö2li -g1öls -3gömb -g1öml -3g2öng -g1önt -3görb -gör2cso -3gördí -3gördü -g1ö2re -3görg -3görn -g1ö2rü -gö2s1é2 -2g1össz -2g1ö2v -1g® -g®2g1® -2g1®2ri -2g1®rj -2g1®rl -2g1®2rö -2g1®2rü -2g1®rz -g®2s1ü2 -g1®szí -g1®szü -g®ü2 -g®2z1e2k -g®2zel -g®2zsu -g1p2 -1g2rafá -1grafik -g2ra1p -1g2ráf. -grá2fe -1gráfia -1gráfiái -1gráfián -1gráfiát -1gráfu -grá2l1e2 -grá2rip -grás1s -g2ríz -g2róf -gs2 -g1sk -g1sp2 -g1st2 -gszáz1 -gszt2 -g1t2 -gtá2v1i2 -gtíz1 -1gu -3g2ub -2gu2g -3gugg -gu2il -gu2in -2g1uj -gu2na -gu2no -3gurí -3g2uru -gu2sab -gu2s1í2 -gu2sol -gus3s -gu2tak -gu2tam -gu2tat -gu2to -2g1u2tó -1gú -g1úg -2g1ú2j -gú2nyi -gú2te -gú2té -g1úth -g1ú2ti -g1útj -g1útn -g1ú2to -g1útr -g1útt -1gü -2g1üd -2güg -2g1üld -gü2lik -2g1ünn -2gür -gü2re -gü2rü -2g1üs -2g1ü2t -2g1ü2v -2güz -gü2ze -1g¶ -2g1¶r. -2g1¶2z -gví2z1 -g1w -g2y -1gya -gy1acé -gy1a2dá -gy1adm -2gy1a2j -gya2lap -gyan1ab -gy1ann -gy1a2nya -2gy1apa -2gyapi -2gyapó -2gyapu -gya2r1ó2 -2gyaty -2gyazo -1gyá -2gyábr -2gyág -gy1áll -gy1álm -gy1á2lo -gyá2ma -gyá2ria -2gyáru -2gyáta -gy1átl -1gye -3gyec -2gyedün -2gyela -2gyelemz -2gyel®g -2gyeltá -gy1emel -gy1eml -2gyerd -gye2r®s -gye2seg -2gy1ev -2gyezres -1gyé -gy1éle -2gyép -gy1érd -gy1érte -gy1érté -gy1érz -1gyi -2gyid® -gy1iga -2gy1i2gé -2gyind -2gy1ing -gy1i2ra -gy1irá -2gy1iro -2gyist -gy1ita -2gyivó -1gyí -2gy1í2r -2gyív -gy1k2 -1gyo -2gy1old -2gyolvad -2gyolvas -2gyope -1gyó -gy1órá -gy1óri -1gyö -2gyönt -1gy® -2gy®r -3gy®z -gy1pr -gys2 -gy1st -1gyu -2gy1ud -gy1ug -2gyuj -2gyura -2gyurá -1gyú -2gyút -1gyü -2gyüt -2gy1üz -1gy¶ -3gy¶r -gza2te -1ha -ha2b1ol -ha2d1ál -ha2d1os -ha2dur -ha2d1ú -ha2is -ha2je -2h1akl -ha2kol -ha1k2r -hal1áp -ha2leb -ha2l1e2l -ha2len -ha2l1es -hal1ev® -ha2lét -ha2l1iv -ha2lí -ha2lol -ha2l1® -ham1b -ha2m1osz -han2ch -han2c3s -han2g1e2 -han2gut -2hani -ha2nyá -haó2 -ha1p2r -ha2rál -harán2 -harc1c -har2ce -har2c3h -har2cso -harc3sz -ha2r1ist -hart2 -hasi2 -ha2sim -ha2sol -ha2s1¶2 -ha2t1em -ha2tev -ha2t1é2v -ha2t1old -ha2t1ök -1há -2h1ács. -2h1á2csi -2háji -2hájn -2hájo -2hájt -há2lyú -há2m1i -há2nyin -há2ral -háro2ma -há2sá -há2t1e2 -há2t1ol -há2t1or -hátu2s -hát1usz -há2zab -há2z1a2dó -há2z1e2 -ház3sz -1hä -1he -he2ad -3heg -he2gy1a -he2gyo -he2gyó -2he2id -he2io -2hela -2henó -he2od -he2ol -he2rát -2heu -he2za -he2zá -2hezn -1hé -hé2m1 -hé2nan -hé2n1is -hé1p2 -hé2rab -hé2rar -hé2r1eg -hé2r1ep -hé2tal -hé2tá -héte2 -hé2t1es -hé2t1ez -hé2t1é2 -hé2tó -hé2z1á -hé2z1e2 -hé2z1o2 -hé2zs -1hi -2hia -hi2af -hi2am -hi2as -2hila -2hio -hi2re -hi1sc -hi2se -hi2t1á -hi2t1elv -hi2t1o -hi2tú -1hí -3híd -hí2de -hí2dí -hí2ga -hí2mi -hí2r1a2 -hí2r1o -hí2rö -h1k2 -h2m1é -h2mi -hno1g -1ho -2hob -ho2gy1i -hola2 -ho2lad -ho2l1át -hol2d1al -ho2le -ho2l1iv -ho2n1al -ho2nav -ho2n1ál -ho2nis -ho2nü -ho2o -2hory -2hosb -2hosi -2hosz -ho1szk -2how -1hó -hóa2 -hó2c3sa -hó2dz -hó1kr -2hónr -1hö -hökö1 -1h® -h®e2 -h®2s1er -h®s3s -h1p2 -h2ri -h2rü -hs2 -h1sc -hsz2l -h1t2r -1hu -hu2i -hu2me -2husi -huszon1 -3hú -hú2re -hú2r1é -hú2se -hús3szé -hú2sz1e -hú2szé -hú2sz1ó2 -hú2szö -1hü -1h¶ -hyá1 -2i. -i1a -ia2cel -ia2cér -ia2c3h -ia2dós -iae2 -i2afa -ia2gi -i2ahá -2iai -ia2kad -ia2kar -ia2kas -ia2kol -ia1k2ré -ia1kri -ia1kv -i2ale -i2alé -ia2lu -i2ame -ia2mur -ia2nya -iaó2 -ia1p2 -i2asé -ia1s2p -i2aszá -ia2szor -ia2szö -ia2ty -iau2 -i1á -2iáb -iá2g -2iák -iá2kab -iá2kév -iála2 -iá2l1al -iá2l1e2 -iá2l1in -iána2 -iá2n1an -iá2nyi -iá2p -iá2ro -iá2ru -iá2só -iás3s -iá2sü -ibai2 -ibi2o -2ibn -ibu2c3 -1iccé -i1chy -idá2szo -1iddo -1i2dej -ide1k2v -2idel -i2d1é2l -i2dény -2idés -1i2déz -id2ge -idi2a1s -i2d1id -i2d1i2ta -i2domá -i2domo -2idó -1i2d®. -i2d®v -2idp -idro1 -idrosz2 -id3ze -i1e -i2ec -ie2dé -2ieg -ie2gé -ie2gy -ie2le -ie2léb -ie2l®b -ie2p -ie2rej -ie2rez -ie2r®. -ie2r®szakoln -ie2r®v -ier1s -ie2set -ie2sé -ie2si -ie2s® -ie2sz -ietz1 -ie2ur -ie2v -i1é -ié2dere -ié2g -ié2ke -ié2kí -ié2l -ié2pí -ié2pü -ifi1b -if2lo -2ifö -if2re -if2ri -if2ta -ig1a2lu -iga1p2 -1igazg -ig1áll -ig1álm -igá2nya -ig1á2t1e2 -ig1e2le -ig1ell -i2ges -ig1e2se -ig1esi -ige2t1o -i2g1ev -i2g1ég -ig1élv -1i2gény -ig1ér. -ig1é2r® -ig1ért -ig2gas -2igi -ig1im -ig1ir -ig1os -ig2raf -igro1 -ig1s -ig1ug -i2g1ü2 -iha2d -iha2re -1ihl -i1i -2ii. -ii2d -ii2g -i2ii -ii2m -ii2p -ii2s -i1í2 -1i2jed -1i2jes -ika1pr -iké2l -ik1éle -iki2s1 -ik2kár -ik2kí -ik2lor -ikro1s -i1k2ru -il1ald -i2l1alk -il1a2ny -il1ell -1illú -il2maj -il2m1a2k -il2m1am -il2man -il2má -il2mel -il2m1esz -il2mi -ilo1g2 -ilumi2 -ilumin1 -i2lü -1i2mád -ime2g1á -imi2tár -2imka -2iml -2imog -2ims -im1sz -2imz -i2n1aj -in1akt -in2c1ez -in2c1él -in2c1ö -in2d1ab -in2d1ah -in2d1am -in2d1at -inde2m -in2d1eme -ind1err -in2d1e2s -in2d1ett -in2d1e2z -in2dét -in2din -1indí -in2d1ö2 -ineke2 -ine2kel -i2n1el -2inen -2iner -ine2ta -1infl -1infr -1ingad -1ingec -in1g2rá -in1ido -in2kaj -in2kál -in1old -ino2má -in1ó2ra -in1öl -in1ös -in1sh -in1s2k -1insp -int1étk -in2t1in -in1tré -in2t1ú2 -inú2 -in1út -i1o -ioe2 -i2of -io1g2rá -io2ik -i2oka -io2ká -io1kh -io2laj -i2oló -iono1sz2 -ion1s2 -io1ny -iop2 -io2pe -io1ps -io2so -io1sz2f -io1t2 -i2ov -io2xidd -i1ó -i2ódi -ió1f2 -ió1g2 -i2óha -ió2kár -ió2kir -iókos1 -i2ólá -i2ólo -ió2rák -i2óri -i2ósá -ió1spe -i1ö2 -i1® -i®2r -1i2par. -ipa2rág -ipa2r1e -i2pari -ipa2ris -i2paro -ipe2rak -i1p2h -ip2lak -i1plexe -i1p2lé -2ipo -ippa2 -ip2p1ad -ippo1l -ip2ri -ip2rop -ip2sz1a -ip2szá -ip2szö -iqu2 -1i2rati -1iratoz. -1iratozi -irá2g1ál -irá2nyá2ra -irá2nye -2ires -i2rew -irgonc1 -2irob -iros3s -ir2s1a -ir2s1á2 -1irtó -ir2tü -is1abl -i2s1a2d -i2s1a2g -is1a2la -is1alk -isa2n -is1ang -is1ant -is1any -isa2p -is1apa -is1apá -i2s1ar. -i2s1a2ra -i2sasz -is1atá -is1atl -i2s1a2u -is1áll -is1áru -is1á2t1a2 -i2s1á2z -i2s1ege -i2s1e2gy -i2s1elm -is1elo -i2s1eml -ise2n -is1enc -is1ene -i2serd -is1esé -is1est -i2s1ev -i2s1ép -i2s1éri -i2s1i2n -isi2p -is1ipa -i2s1i2r -is1isk -is1ist -is1í2v -is1k -1iskolát -i1s2lis -1ismer. -1ismere -1ismeré -1ismerh -1ismeri -1ismerj -1ismern -1ismer® -1ismert -1ismerve -1ismervény. -1ismervénye -1ismervényt -i1s2min -2iso -is1ob -i2s1ol -is1ord -is1öc -i2s1ör -is1ös -i2s1® -isp2 -1ispán. -i1s2pe -i1s2por -is1pr -is1sr -is1st -isszo2ba -is3szó -is3szö -is3szú -1isten. -1istene -1istenhit -1istenné -1istenn®. -1istenn®k -1istv -is1úr. -is1üg -is1üs -1i2szák -i1sz2f -isz1il -isz2kóp -isz1ön -is3zsa -isz2tár. -it1adó -itai2 -itakész1 -1ital. -1italt -it1ant -ita2tat -it1á2ras -ite2la -2iter -2ité -i2t1é2l -it2há -i2t1i2g -itigaz1 -it1ipa -itköz1 -ito1g2r -ito2ká -1ittam -1ittasodh -1ittasodi -1ittasodn -1ittasu -it2teg -it2tot -it1ug -it1uta -i1u -iu2g -iu2mad -iu2m1a2t -iu2mál -iu2me -iu2mio -iu2mí -iu2n -iu2r -iu2ta -iu2tán. -iu2tó -iu2z -i1ú -i2úg -i2úte -i1ü2 -i1¶2 -iva2tin -1i2vás. -1i2vot -ix1eg -ix1in -ix1p2 -iz1áll -izene2 -ize2n1é -izen1n -ize2s1á2 -1i2zél -1izmú -1i2zom. -2izs -iz1út -1i2zül -1izzí -1izzó -2í. -í1a -í1á -í2d1a2 -íde2 -íd1el -í2d1é2 -íd1ív -í2d1os -í1e -í1é -íg1a2g -í2g1e2 -í2gé -í2g1o2 -í2g1ö -ígyá2 -ígyász1 -í1i -í1í -í2j1ác -íjá2t -í2j1áta -íji2 -íj1ig -íj1in -í2j1os -í2j1ö2 -í2jü -ík1a2l -ík1es -í2k1i2 -íkké2 -í2k1ü2 -ílás1s -íl1e2g -í2l1i2r -ílta2 -íl2tag -íl2t1e2 -ím1a2d -ímfe2 -ím1i2r -ím1i2v -í2m1í2 -í2m1o2 -ímok1 -í2n1a2r -í2n1a2u -í2n1az -ín1árn -í2n1e2le -í2n1elm -í2n1észl -íni1k2 -í2n1il -ín3n -ín1ol -í2n1or -í2n1ö -ín1s2 -ín1u2t -ín1üt -í1o -í1ó -í1ö -í1® -í2r1a2d -ír1alk -í2r1ar -í2r1á2g -ír1áll -ír1ár. -ír1á2ru -írás3s -1í2rász. -1í2rászat. -1írdáb -í2r1eg -í2r1er -í2r1é2l -írfe2 -ír1g2 -írin2 -íri2o -í2r1i2p -í2r1ir -í2r1í -ír1k2 -ír1old -ír1oll -ír1or -ír1ös -írs2 -ír1sp -ír1t2r -írus3s -í2r1ú -í2r1üg -í2sz1a -í2sz1á -í2szeb -í2sz1e2g -í2szeln -í2szel® -í2szelv -í2sz1e2m -í2sz1o2 -í2sz1ö -í2sz1® -ísz3s -ísz1tr -íszü2 -í2sz1ül -í2sz1ün -í1u -í1ú -í1ü -í1¶ -íva2l -ív1ala -í2varc -ív1árf -ív1eg -íve2lem -ív1elté -íve2n -í2v1e2re -í2v1in -ívi2z -ív1izo -ív1ol -í2v1ö -ív1üg -íz1a2g -íz1a2k -íz1a2l -íz1ág -íz1ál -íz1á2r -íz1á2t1 -í2z1ef -í2z1eg -í2zei. -íz1ell -íz1eln -íz1elv -í2z1e2m -íze2r -íz1ere -í2z1esz -íze2z -í2z1eze -í2z1ezrei -í2z1é2p -í2z1ér. -í2z1ill -ízi1sp -í2z1i2szo -í2zivás -í2zí -ízo2 -íz1os -íz1ó2r -í2z1ö2 -íz1p2 -íz3sa -íz3sá -íz3su -íz3sú -íz3sz -í2zü -íz1ü2g -1í2z¶ -1ja -ja2dag -ja2k1ev -ja2kiz -ja2k1í -ja2lap -jan2s -j1a2ny -jao2 -jas1as -1já -2j1á2bé -2j1á2ga -2j1ágg -2j1áll -2jánd -2jánl -2j1á2p -2j1á2rak -j1á2rasz -2j1árr -j1árus -já2sal -já2se -jás3s -já2t1ér -2játne2 -já2t1osz -jdona2 -jdonat1 -j1d2r -1je -2jegé -je2gés -jegész1 -jegyá2 -je2gy1el -je2gy1in -je2gyo -je2l1a2 -jelá2 -je2l1át -je2l1ele -je2ler -je2l1e2si -je2l1int -je2l1í2 -2j1ellá -je2l1o -je2lu -je2mu -je2n1á -je2no -je2ró -je2sa -je2s1á -je2sem -je2s1es -je2su -je2süv -je2tál -je2t1el -je2t1o2 -je2tu -jeu2 -2j1ex -1jé -jé2ga -jé2g1á2 -jége2 -jé2g1eg -jég3g -jé2gi -jé2g1o -jéne2s -jé2n1i -2j1é2p -jé2reg -2j1érz -jfeles1 -jfölös1 -j1g2r -1ji -j1il -2j1i2p -2j1ism -2j1i2ta -2j1i2v -2j1i2z -1jí -jítókész1 -j1í2z -j2jí -jjob2 -j1k2l -jk1®r -jk2ré -jlás1s -jl1át -jnal1u -1jo -jo2g1ak -jo2gal -jo2g1ál -jo2g1e -jog3g -jo2gin -jo2g1or -jo2laj -joma2 -jo2mag -jo2m1an -jo2m1e2 -jo2n1i -2jo2p -joro2 -jo2se -1jó -jóa2 -jóá2 -jóle2s -jó2l1es® -jó2l1i -jó2lö -2jórár -jó2s1e2 -jós3s -jó2tál -1jö -j1önt -1j® -j1®r -2j1®2sö -j1p2 -jra1s -j1s2p -jsza2ké -jt1akn -jt1akt -jt1alk -jt1aut -jt1áll -j2t1á2ru -jt1á2t1a2 -j2t1e2gy -j2teleme -jt1elt -j2t1é2le -j2t1ér -j2t1id -j2t1i2r -j2t1i2z -jt1osz -j1t2rá -jtu2 -1ju -jugo1 -ju2hak -1jú -1jü -j1üg -jü2l -2j1ü2r -j1ü2té -j1ü2t® -2j1ü2v -2j1ü2z -1j¶ -j2z1a2k -j2z1a2ny -j2z1as -jz1es -j2z1is -jz1k2 -jz3sín -jz3sor -jz3sz -1ka -2k1abl -2kacé -ka2ch -ka2dom -2kadók -kae2 -kag2 -ka1gr -ka2iá -kakas3s -2k1alg -kanális1 -2kang -2k1a2nyag -ka2óv -2kapád -ka1pré -2k1a2ras -2karcú -ka2rén -ka2rig -kar1ing. -ka2rö -ka2sem -kasé2 -ka2séh -ka2sor -kasó2 -ka2s1ór -kasü2l -ka2tab -ka2uto -ka2vat -kazá2 -1ká -ká2csin -ká2c3sor -2k1á2g -ká2l1e -2k1állam. -2k1államr -ká2nye -k1á2rad -ká2rak -k1á2ram -ká2r1e2 -ká2r1ér -ká2r1oko -ká2s1e -kási2 -ká2sir -2k1á2só -ká2sü -kásza2 -kász1al -kát1ad -ká2tal -2k1átt -2k1átv -k1b -1ke -kea2k -keá2 -kee2 -kegész1 -ke2gya -ke2gyu -ke2gy1ú -2k1e2ke. -2k1elekt -2k1e2lemz -2keley -2k1elf -ke2l1os -2k1e2l®a -k1e2l®á -2k1e2l®l -2k1eltér -2k1ember -ke2més -kenés3s -ken2tér -kenü2 -ke2n1ül -keó2 -ke1p2r -ke2rab -ke2r1ar -ke2rál -ke2r1ár -2kerd® -2k1e2rej -kerekes1 -ke2r®s -ker1s -ke2s1eg -2k1esem -2k1e2s® -ke2szi -ke2s3zöl -ke2tok -keu2 -ke2vez -kevés3s -1ké -2ké2g -ké2ja -ké2j1u -kéka2 -ké2k1á -ké2k1e2r -ké2kin -ké2lya -ké2ly1ü2 -ké2nyú -ké2pa -ké2p1á -ké2p1ele -ké2per -ké2pid -ké2pí -ké2po -2k1érm -ké2r1o -2k1értéke -ké2ru -ké2rú -2kérzeté -ké2sá -ké2so -ké2sz1a2 -ké2szá -ké2szét -ké2s3zö -ké2tan -ké2tál -ké2t1ele -ké2t1em -ké2t1esz -ké2tev -ké2t1é2 -ké2tis -ké2tí -ké2t1os -ké2tö -ké2tu -ké2t1ü2 -2k1év. -2k1évb -2k1é2vei -ké2ves -2k1é2vi -2k1évn -ké2za -ké2zá -ké2z1e2l -ké2zem -kf2 -k1fl -kh2 -k2hai -k2hája -1k2hed -khe2i -k2hil -1k2hos -k2hó -1khr -1k2hü -1ki -kia2d -kia2g -kia2j -kia2l -kia2n -kia2p -kia2s -kiá2z -kib2 -ki1br -2kide -kideg1 -kie2l -kie2m -kie2re -kié2h -kié2r -2k1ifj -ki1fr -2kiga -kigaz1 -2k1i2gé -kii2 -ki1k2rá -ki1k2ri -kin2csá -2k1ind -2k1inf -2k1ink -kin2tét -2k1inv -kio2k -kio2m -kió2v -ki1pla -ki1ple -ki1p2r -ki2rat -ki2rod -ki2sab -ki2s1ajtó -ki2sal -ki2san -kis1asz -ki2sat -ki2s1emb -ki2sen -ki2s1es -ki2s1é2r -ki2sis -2kisk -2kism -ki2s1ok -kiso2r -ki2s1oro -kis1p -kis3sz -ki1t2r -kiu2 -kiú2 -1kí -2k1í2rá -2k1í2ró -2k1í2ve -2kí2z -kjelenés1 -kj1els -k2k1ál -kk1áru -k2k1e2g -k2k1in -kk1ír -kk1ó2ra -k1k2ri -klá2má -klá2mos -kle2tin -1k2lí -k2lub -klu2bé -klus3s -kmá2nyú -kme2g -1ko -ko1g2r -2k1o2koz -2k1okta -kol1ajt -2k1olda -ko2lim -ko2naj -ko2n1al -ko2n1ál -ko2nor -ko2nyé -koo2 -2kope -ko1pro -ko2r1ad -ko2r1átl -ko2rel -ko2r1es -ko2r1il -ko2r1osz -kor1s2 -kos3s -2koszl -2k1ou -2k1o2x -1kó -kó2d1é -kó1fr -kóku2 -2kóp. -2kópb -2kóph -2kópj -2kópk -2kópo -2kópp -2kóps -2kópu -kóra2 -kó2r1an -kó2res -1kö -kö2b1öl -kö2dz -2k1öng -2köv. -kö2zí -1k® -k®e2 -k®é2 -k®k2 -k®1kr -k®u2 -k1p2 -kpá2ra -k2rip -1kripc -krosz2k -1k2rómá -krös3s -k1s2h -k1s2k -k1s2p -k1s2t2 -k1sz2f -kszt2 -kt1alk -kta1p2 -kte2rá -k2t1i2r -kto1g2 -kto1s -ktosz2 -k1tré -ktro1g -ktro1s2 -1ku -2k1udv -2ku2g -2kuj -kul2csi -kun2d1é -ku1p2r -ku2se -2kutaz -2k1u2tá -ku2zs -1kú -2k1úg -2k1új -kú2tá -kú2t1o -2kútr -1kü -2küdü -2k1ü2g -kü2la -kü2lo -kü2tö -kü2t® -kü2tü -kü2z -2k1üzl -1k¶ -1k2vad -k2van -kvés3s -1ky -ky1ü -1la -la2ar -laá2 -lab2la. -lac3há -2l1a2dag -l1adl -2l1adm -la2dod -la2dog -la2dom -la2dóe -la2dói -la2dój -la2dól -la2dór -la2dóv -la1dy -lae2 -laga2l -lag1ala -la2gan -la2g1ál -lag1ár. -la2gá2ra -la2gép -la2g1ér -lag3gy -la2gor -la2g1osz -lai2g -la2i2re -la2j1ad -la2j1ág -la2j1ár. -la2j1el -la2jol -la2jü -la2kad -la2k1a2n -la2kel -la2k1es -la2kérte -2lakí -la2k1osz -2l1alg -la2mad -la2m1al -la2map -la2n1á2r -la2n1ér -lanye2 -lany1er -lany1es -la2nyé -la2ny1í2r -la2nyó -laó2 -la2p1at -lap1áll -lapá2r -lap1ár. -lap1áro -lap1áta -la2p1el -la2p1es -la2p1ér -la2p1in -la2p1ir -la2p1ír -2l1a2pó -la2pö -2lapv -la2rán -2l1arc -laro1 -la2s1as -las3sze -la2su -la2sz1ar -laszkész1 -lasz1óra -la2t1a2la -lat1ará -lata2t -lat1ato -la2t1árb -la2t1e2g -lat1ele -la2t1ell -la2tem -la2tep -la2t1ék -la2ting -la2t1osz -la2t1óri -la2t1ö2v -2latti -la2vu -2lazm -la2zon -1lá -lá2b1iz -2lábrá -lá2but -lá2d1al -lá2dan -lá2dor -lá2d1ö -lá2gal -lág1g -lá2g1ó2 -lág1s -lá2hor -2láí -2láldá -2láldo -lá2l1e2 -2l1állo -lá2lö -lá2man -lá2m1eg -lá2m1el -lá2mí -lá2molv -lám1osz -lá2mu -lána2 -lá2nal -lá2n1an -lá2nas -láná2 -lá2nár -lánc1c -lá2nyol -lá2pol -lár1akt -lá2ral -lá2rat -2láre -lá2rö -2l1á2ru -l1á2rú -lá2sal -lá2s1e -lá2s1ó2 -lá2sut -lá2sze -lát1al -2láté -2lávi -lá2z1e -lbá2szá -l1b2l -lc1e2v -lc1e2z -lc1é2v -l2c3h -lc1ív -l2c1ó2 -lcs1á2g -l2cs1ál -l2csáta -l2csél -lcs1ing -lcsó2r -lc3sz -ld1abr -ld1a2ny -lda1p -lda2tál -ld1áll -ld1egy -l2demel -l2d1ep -ldes1s -lde2tér -l2d1igé -l2d1i2p -l2d1ín -ldo2gas -l2d1old -ld1osz -l2d1ó2r -l2d1öl -ldt2 -ld1tr -l2d1ut -l2d1út -ld3zá -1le -le2ab -lea2k -lea2v -leá2p -leá2zi -2l1edd. -l1eddi -lee2s -le1fr -le3gali -le2g1áll -le3gáz -le3ge. -le3gek. -le3gel®t -lege2r -le3get -legé2d -le3gén -leg3g -le2gig -le3görö -leg®2 -le2gu -le3gya -le3gyá -l1e2gye. -l1e2gyedne -l1egyedü -le3gyé -le3gyi -2l1egyl -le3gyö -lei2g -lei2s -2leji -le2kad -leka2t -le2kál -le2k1á2r -le2k1e2l -le2k1e2m -lek1e2r® -le2k1id -le2k® -le1kri -2lektr -le1kvi -2l1e2lemz -2lelev -le2liz -2l1elz -le2m1a2d -2leman. -2lemanj -2lemank -lemec1 -2l1e2mel. -2l1e2melé -2l1e2melh -2l1e2meli -2l1e2melj -2lemelk -le2mell -2l1e2meln -2l1e2mel® -le2melt -2l1e2melü -2l1e2melv -le2m1éle -2lemés -lem1irá -le2m1itt -l1emleg -le2mol -le2m1osz -le2m1ó2r -le2mö -2lemu -le2nál -le2náz -le2n1e2g -le2n1el -le2ner -lenés3s -le2nir -le2n1o2 -len1tra -2lentrü -l1e2nyész. -l1e2nyésze -l1e2nyészé -l1e2nyészi -l1e2nyészne -l1e2nyész® -le2o1g2 -leo2k -le2oló -leó2v -le1pla -le1p2lo -le1p2ré -le1pri -2l1erd -le2reg -le2r®. -le2r®b -le2r®k -le2r®n -le2r®r -2ler®szakol. -le2r®v -ler1s2 -le2s1es -l1e2sése -l1e2sésé -l1e2sésü -2leskü -le1smá -lesp2 -le1spr -lest2 -le1sto -le1str -le2szik -2l1eszm -2lesz¶ -let1e2lem -le2t1ell -letes1s -le2t1í2 -le2t1ó2 -let2tas -2lety -leu2tá -l1e2vez. -l1e2vezt -2lexer -l1exp -le2zer -2l1ezr -1lé -2l1ébr -lé2c3h -lé2gem -l1é2gés -2légí -lé2g1o -2légt -lé2gu -lé2gyi -lé2kal -lé2k1any -lé2k1eg -lé2kesí -lék1est -lé2kép -lé2k1ir -lé2kú -l1éld -lé2led -lé2les -lé2lén -2l1é2pí -2l1é2pül -l1érd -2l1é2red -lé2r1el -lé2rés -lé2rik -lé2rin -lé2rit -lé2r1osz -2l1é2r®. -l1é2r®k -2l1érté -2l1értü -lé2rün -l1érve -2lérz -lé2sel -lés3s -2l1észh -léta1 -lé2tál -lé2te2l -lét1ele -lét1elé -lét1elü -lé2tig -lé2tö -2l1év. -2l1évb -2l1é2ven -2l1é2ves -2lévez -2l1é2véb -2lévi -2l1évs -l1é2vü -lfi2t1 -lga1p2 -l1g2ra -lgy1as -l2gyel®v -l2gyis -l2gy1ol -l2gy1ú2s -1li -lia2d -li2af -li2ap -li2at -li2deg -2l1i2di -li2dom -2l1i2d® -li2eu -l1i2gaz -li2ge. -2l1i2gé -li1g2ra -2likk -li1k2l -2lill -li2nal -2lindí -2l1indu -2l1inf -lin2ko -li2nö -2l1inté -li2o1g2 -li2p® -li1pro -2l1i2ram -2l1i2rat -li2rán -l1irt -2l1isko -2lism -l1ismé -li1spo -l1iste -li2s1ü2 -li2szö -lis3zs -li2t1el -li2t1old -li2vad -li2vás -2l1izg -2l1izmo -2l1i2zo -1lí -l1íg -2l1í2ny -línyenc1 -lí2ran -2lírá -l1írh -l1írj -l1írn -l1í2ró -l1írt -l1írv -lí2tél -lítés3s -2l1ív. -l1í2vá -2l1ívs -lízis1s -lji2 -l2j1ir -lka2tel -lke2ma -lkis1a -lkó2c3 -l1k2v -lla2gal -lla2m1el -lla2nyá -lla2ny1e -lla2tal -lla2tat -lla2tel -lla2tet -lla2tor -l2l1azo -l2l1áll -l2l1á2p -llá2rak -llás3s -l2l1edz -l2l1elm -lle2ma -lle2m1á -l2lemo -llen1n -llé2ká -llé2k1ol -ll1í2rá -ll1k2 -l2l1ös -ll1p2 -lls2 -ll1st -l2l1üt -l2ly -l3lyu -lm1ajá -lm1a2ny -l2m1arc -lmá2nyé -lm1elm -lm1e2l® -lmfe2 -l2m1o2p -lm1s2 -lmsz2 -lná2ros -lne2o -lnia2 -1lo -2lobá -lo1dr -loé2d -lo2g1a2d -lo2gál -lo1g2rá -lo2g1ú -lo2k1e2 -lo2kos -lo2laj -lo2map -lo2m1ál -lom1á2ro -lo2mec -lomi2 -lo2mid -lo2min -lom1itt -lo2mí -lo2m1o2r -lo2m1ó2 -lona2 -lo2nag -lo2naj -lon2c1i -lo2ne -lo2pe -l1org -l1o2roz -2l1ors -2l1orv -l1orz -lo1sz2k -2l1oszl -lo1t2h -lo2u2 -lo2xá -lo2xi -lo1y -1ló -lói2d -2l1ónn -ló1p2 -2lórab -2lórm -ló1t2h -ló1t2r -ló2ze -1lö -lö2kel -lök1o -lö2m -lö2n1á -lö2n1é2 -lön3n -lö2nó -lö2pé -2lö2r -lö2sü -l1ötl -1l® -2l®bbi -2l®bbr -2l®d. -2l®hív -l®i2d -l®í2 -2l®kel -2l®nn -2l®ny. -2l®nyé -2l®nyh -2l®nyö -2l®nyr -2l®nyt -2l®nyü -2l1®rl -2l1®2rö -2l1®2rü -l®2s1égg -l®s3s -l®1szt -2l®té2t1 -2l®tol -l®u2 -2l®vés -2l®vét -l2p1a2láv -lpen1 -lp2h -l1phe -lp2lá -lpo2ka -lpo2n -lpon1á -lp2rak -l1p2re -l1p2ri -l1p2ro -l1p2ró -lreá2 -lsá2r -l1s2k -l1s2l -l1s2m -ls®ü2 -l1s2p -l1s2r -lst2 -ls2ta -ls2ti -lsus3s -lsza2ké -l1sz2f -l1sz2l -lta2d -lt1ada -lt1a2gy -lt1ajt -lta2l1e2 -lta2l1é -l2tarc -l2t1a2u -lt1ág. -lt1á2ga -lt1ápo -l2t1árf -lt1áta -ltá2v1i2 -ltés1s -lt1iva -lt1í2v -ltornác1 -lt1ö2vi -lt1®r. -l1t2ri -l2t1u2t -1lu -lu2de -2ludj -2ludn -2ludt -2ludv -l1u2go -l1ugr -lu2le -2luli -2lulr -lu2m1é -2lumí -lu2rak -2l1u2ru -lu2se -lu2sza -lu1t2h -1lú -lú2d1a -lú2gá -2l1ú2j -2l1ú2sz -lú2té -2l1úth -lú2ti -2l1útj -lú2to -1lü -2lüd -2l1ü2g -l1üldö -lü2l1em -lü2l1é -2l1ülhe -2l1üljö -2l1ülne -2l1ülni -2l1ü2l® -2l1ült. -2l1ültem -2l1ültet. -2l1ültett -l1ülté -lü2lü -2l1ü2r -lü2té -lü2ti -lü2tö -lü2t® -lü2tü -2l1ü2v -2l1ü2z -1l¶ -l1¶2z -lv1alk -lvás3s -l2v1e2le -l2v1el®t -l2v1els -l2v1ember -l2v1ép -l2v1érzé -l2v1észl -l2v1isk -lvkész1 -l2v1ok -l2v1os -l2v1öl -l2v1® -l2v1ú -l2y -1lya -lya2gya -ly1akc -ly1a2la -ly1alk -lya2m1é -lyan3n -ly1a2rá -ly1arc -2ly1ass -ly1aut -2lya2z -ly1azo -1lyá -ly1áll -ly1árn -ly1á2ro -2ly1áru -1lye -2ly1e2c -lye2gi -lye2l -ly1elm -2ly1elv -lyenü2 -ly1e2r -1lyé -2ly1ég -2ly1ép -2ly1érd -2ly1érte -2ly1érté -2ly1érv -2ly1érz -1lyi -2ly1id -2ly1i2gé -ly1ill -2ly1im -ly1int -2ly1irá -2ly1iro -2lyism -2ly1i2sz -1lyí -1lyo -2lyodú -2lyokoz -2ly1or -1lyó -1lyö -ly1ös -2ly1®2 -lyt1áll -1lyu -2ly1ud -2ly1uj -2ly1ur -1lyú -ly1úr. -2ly1út -1lyü -ly1ü2v -2ly1üz -1ly¶ -lzus1s -1ma -2m1abl -2m1a2cé -ma2dé -madi2a -mad1osz -ma2dóm -ma2es -ma2g1al -magas1s -ma2g1en -ma2gor -ma2gö -ma2gyú -ma2io -2maja -2m1ajt -2m1akc -2makó -ma2kón -ma2kós -makro1 -2m1a2lak -ma2lap -2m1alk -mal1t -ma2lu -2malv -ma2nat -maó2 -ma2pas -2m1apj -ma1p2r -ma2s1i2k -mast2 -ma1str -ma2szö -mat1á2ru -ma2t1e2l -ma2tig -mat1int -ma2t1ir -2mat® -ma2va -ma2z1e -1má -2m1ábr -2m1ág. -2m1á2ga -2m1á2gú -2m1á2gy -má2j1o2 -mála2 -má2l1al -má2lál -má2l1e -má2l1ér -m1állí -má2lu -má2m1as -má2mu -má2ne -má2nin -má2nyal -má2nyaz -má2nye -mányi2 -má2ny1ir -má2nyí -má2ny1út -m1á2p -2m1á2rad -m1á2rak -má2ru -2m1á2rú -má2se -má2sir -más3zs -2m1á2t1a2 -2m1átm -2m1átv -mbak2 -mb1á2gy -m2b1e2p -mbe2r1a -mbe2rep -mbe2r1és -m2b1ing -mb2lo -mb1ús -m1d2 -mda1p2 -1me -meá2r -2m1e2bé -me2cet -me2dén -me2g1ala -me2gan -me2gác -me2gát -me2g1á2z -me2g1ec -me2g1el -me2g1em -me2g1e2r -meg1esk -meg1esn -me2g1ette -me2g1etté -me2g1ettü -me2g1éd -me2g1é2l -me2gép -megi2 -me2gih -me2gil -me2g1ir -me2giv -me2giz -me2g1í2 -me2g1o2 -me2g1ó2 -me2g1ö2 -meg®2 -meg1s -me2g1u2 -me2g1ü2l -2m1egys -me2k1ar -me2k1á2 -me2kél -me2k1és -me2k1id -me2k1ir -me2kis -me2kí -mek1k2 -me2kor -me2k1os -me2k1ot -me2köl -2meled -2melet -2melk -mel2l1é2rü -mel2l1u -2m1elmé -2m1elnö -me2l®a -m1e2l®á -mel®e2 -2m1elr -m1elter -2m1emel -men2tan -me2nya -me2op -2m1e2p -2m1e2rej -2merny® -me2r®m -me2r®v -2m1e2r¶ -me2s1er -me2s1o2 -me2su -me2s1ú -2m1eszm -met1ell -me2t1or -me2t1ó2r -me2tú -me2v® -me2zár -me2zin -me2zor -me2zö -me2zs -1mé -2m1ébr -mé2g -még1a -még1i -mé2k1á2 -méke2l -mék1ell -mék1el® -mé2kin -2m1élm -mé2ly1a -mé2lyá -mé2lyig -mé2ny1el -mé2nyir -2m1é2p -mér2v1a -2m1érz -mé2sá -mé2s1er -mé2szé -mé2szo -mé2tap -mé2t1em -mé2té -2m1év. -mé2ven -mé2ves -2m1é2vi -2m1é2vü -mé2zil -mé2z1o -mé2zs -mf2rá -mg2 -m1gr -mgubanc1 -1mi -mi2ac -mia2d -mi2aj -mia2l -mi2ap -mia2r -mi2deá -mi2deg -m1i2dé -2mid® -mie2l®t -2m1i2ga -migaz1 -2m1i2ge -2m1i2gé -2m1i2má -m1imp -min2ce -min2ch -min2da -min2der -mi2ol -mi2ono -mi2onr -mió2t -2m1i2pa -2m1i2ro -2mirt -mis1eme -mita2 -mit1ár. -mi2tu -mi2zom -1mí -m1í2rá -mí2ró -m2j1ol -m1k2 -mla2u -mlás1s -mlé2k1a2 -mlé2kes -mma2gá -mme2g -1mo -mo1g2rá -mo2ir -moki2 -mo2kó -2m1oktá -mo2k1ú -mo2laj -2molvas -mo2lyi -mo2ne. -mo2né. -mo2nü -mo2or -mo1p2l -mo2ren -mo2rég -mo2rid -2morie -mország1 -mo2sar -mo2se -most2 -mosz2fé -mo2szim -2moszl -mosz1th -2m1o2x -1mó -2m1ó2rá -mó1th -1mö -2m1öld -2m1önt -2m1öv -1m® -m®e2 -m®2rá -mp2he -mp2hi -mpor2t1á2r -m1p2resszi -m1p2ró -m1q -mst2 -m1str -msza2ké -msz2c -m1sz2f -mszt2 -mte2o -mtes2s -m1t2r -1mu -2mule -mu2se -mus3s -mu2t1a2g -mu2tár -1mú -mú2g -múgy1 -2m1új -mú2t -m1úth -2m1úto -1mü -2müg -mü2gy -mü2ka -2m1ünn -2mü2r -2m1üs -2m1ü2v -mü2z -1m¶ -m¶i2 -m¶k2 -m¶1kr -m¶1st -2m¶z -m¶2zé -m¶2zi -m¶2zö -m¶2z® -mvas3s -mze2t1á -mze2tel -mze2t® -1na -n1abbó -2n1abl -2n1a2cé -2n1a2dó -na1dró -n1adt -nae2g -na2ge -2n1a2gi -nagy1ap -nagy1as -na2gyer -na2gyor -na2gyó -na2gy1ú -na2ig -nai2s -2n1a2kad. -2n1a2kadá -2n1a2kadh -2n1a2kadnak -2n1a2kado -2n1akadó -2n1a2kadt -naki2á -na2k®r -nakü2 -2n1a2lap -na2lid -2nalí -n1alj. -2n1ann -na2nya -nao2 -naó2 -na2pák -nap1áll -na2p1el -na2pen -na2p1er -na2p1ó2r -napu2 -na2pud -na2put -na2tab -na2tel -na2t1ér -na2t1osz -2n1a2ty -na2uk -na2us -na2uto -na2zé -na2zo -1ná -ná2ch -ná2cse -ná2csü -ná2d1e2 -2n1á2g -ná2lab -2n1álar -nále2 -n1állá -2n1állo -ná2mí -ná2nad -nán2c1 -n1á2ram -ná2r1e2 -2nárui -ná2rú -2n1árv -ná2sü -ná2szat -ná2sze -ná2s3zö -ná2szú -ná2szü -ná2tal -n1átf -ná2tí -2n1átl -2n1átm -nba2l1 -n1b2l -n2c1a2g -n2c1ann -nc1asz -n2c1á2ro -n2cáru -nc3csö -n2c1ép -n2c3ha -n2c3há -nc3het -n2c3hé -nc3hoz -nc3hu -nci2alis -nc1ing -nc1i2r -nc1ork -n2c1ó2 -n2csab -n2csáru -ncs1árv -ncs1elc -n2csérte -n2cs1íz -n2csosz -ncs1®r -n2csur -nd1arr -nda2tal -nda2tel -n2d1a2z -n2d1eb -n2d1edd -nd1egy -n2deh -nd1ekö -nde2ná -nde2n1ev -n2d1é2l -n2d1ész. -nd1éti -nd1ink -ndme2 -n2d®rá -n2d1®rn -n2d1®2ro -nd1®rö -n1d2ram -n1dy -nd3zav -n2d3zó -1ne -nea2k -ne2áp -2n1egy. -n1egyf -n1e2gyi -n1egyk -2n1egyn -n1egys -ne2k1eg -ne2k1ó2 -ne1kri -n1elk -2n1e2l®a -ne2l®k -ne2l®t -2n1elv -ne2má -2n1ember -ne2m1eg -nemes1s -ne2més -nem1id -nem1iss -n1eng -n1enn -ne2of -ne2oli -ne2olo -ne2oló -ne2or -ne2os -ne2ot -neó2r -n1erd -2n1e2red -2n1e2r® -ne2sá -ne2sem -ne2setr -ne2so -2n1e2s® -nesü2 -ne2süv -nes3zs -2n1e2sz¶ -ne2t1eg -ne2tír -ne2tok -ne2tol -ne2t1öl -ne2vés. -2n1e2v® -ne2zer -2nezüs -1né -2n1ég. -2nége -né2get -2nég® -né2gyá -né2l¶ -né2p1a2 -né2pá -né2peg -né2p1e2l -2n1é2pítk -né2p1o -né2pu -2n1érc -2n1érd -né2ren -2n1é2ré -2n1érh -2n1érm -né2r®. -2n1érte -2n1érté -2n1érv -2n1érz -né2szá -né2szeg -2n1étk -néva2 -néve2l -név1el® -né2ves -né2vü -2névz -nfe2li -nfüs2 -nfüst1 -nfüstö2 -ng1a2dá -ng1a2dó -n2g1a2la -n2g1alj -n2g1ág -n2g1árn -ngás1s -n2g1e2g -ng1elm -nge2rá -ng1érté -n2g1id -ngi2g -ng1iga -ng1igé -n2g1ing -n2g1int -ng1ír -ngo1szk -n2g1ön -ng1ö2z -ng1ug -ng1üz -n2g1¶ -n2gy1em -n2gyél -n2gyis -n2gyí -nhá2zig -nhe2i -nhé2t1 -1ni -ni2ad -ni2ah -ni2am -2n1i2de -ni2dom -2n1i2d® -nie2l -ni1f2 -2n1i2ga -2n1i2gá -2nigé -2n1i2ly -2n1imp -2n1ind -2n1inj -2n1inté -ni2pa -ni1p2r -ni2rat -2n1i2rá -2n1irg -2n1i2ro -2n1isk -ni2s1ü2 -ni2sza -ni2tal -1ní -2n1íg -ní2ra -2n1í2rá -2n1í2ró -2n1í2tél -nka1b -nk1adós -nk1ajá -n2k1alk -nk1a2ut -nk1áll -nkás3s -n2kátu -nkci2ósz -n2k1ell -nké2pel -nki2g -nk1iga -n2k1ing -nk1inté -nki2s1a -nk1k2 -nk1old -n2k1ö2lé -nk2rit -nkron1n -nk1uz -nk1üz -nlac1 -nla2kos -nlo2n1 -nme2g1 -nmono2x -nn1áll -nn1ége -n2n1or -nn1ug -n2n1ú -nnü2 -nn1ül® -n2ny -n3nyalá -nny1a2n -nny1ár -nny1á2z -n3nyil -n3nyol -nny1öz -n3nyu -n3nyú -1no -no1ch -n1off -2nogn -no1g2rá -2nogt -no2kar -no2kas -noke2 -no2ker -no2k1ir -no2kö -no1kro -2n1okta -no2k1ú -2n1o2la -2n1o2ly -no2mér -no2mol -nom1p -non2c3 -no2n1in -no2o -2n1o2pe -no1p2h -no1p2la -n1ord -2nore -n1org -no1szkó -2n1oszl -nosz3s -1nó -nó2dár -nó2rák -n1ó2rán -nó2rí -nósz2 -nó2s3zen -1nö -nö2l -2n1ö2r -n1össz -nö2t1e -nö2ti -1n® -n®e2 -n®2ir -2n1®r. -2n1®2ré -2n1®2ri -2n1®rk -2n1®rn -2n1®2rö -2n1®rs -2n1®rt -2n1®rz -n1p2 -n1r -n2s1akk -n2s1a2l -ns1e2le -ns1elt -ns1ív -ns3s -n1s2tab -nste2 -ns2tei -n1stein. -n1steine -ns1ur -ns1úr -n1sy -nsza2ké -nszeng1 -nsz2fé -n2t1akk -ntan2t1 -ntap2 -n2t1a2rá -n2t1ark -nt1aut -nt1azo -n2táld -n2t1áll -n2t1árf -n2t1áru -nt1átl -nt1e2dé -n2t1egy -n2t1ela -nt1elr -nte2m -n2t1emb -n2t1eme -nte2r1a -nte2sz -nt1esze -nt1eva -nté2ké -n2t1é2le -n2t1érté -nt1érz -ntés1s -nt1étke -n1t2hu -nti1k2l -nti1p2 -nt1irá -nt1izo -nt1írá -nt1írt -n2t1íz -nto1g2 -nt1o2ly -nt1ó2ri -n2t1ö2v -n2t1ug -ntus3s -n2t1ü2s -n2t1üt -ntya2 -n2ty1al -1nu -2nud -2nug -nu2go -nu2s1ol -2n1u2tó -1nú -2n1úg -2n1úté -1nü -2n1ü2g -2n1üld -n1üss -2n1ü2te -nü2ti -nü2tö -n1ü2t® -2n1ü2z -1n¶ -nvers1 -n2y -1nya -2nyabl -2nyadó -2nyaga -2nyagá -2nyagb -2nyagh -2nyagn -nya2gos -2nyagr -2nyagy -nya2k1ék -nya2kér -nya2lap -2nyalm -2ny1ant -nya2nyá -ny1apa -2ny1arc -ny1aut -1nyá -2nyág -ny1á2lo -2nyámh -2nyámn -2nyáp -2ny1á2rat -2nyárp -2nyáru -2nyásó -2nyáta -1nye -2ny1e2gy -2nyelc -ny1elny -ny1elo -ny1el®h -2ny1el®n -nyel2vá -2nyemel -2ny1ene -nyereg1 -2nyes® -1nyé -2nyéhes -ny1éle -2ny1ép -2nyész®e -2nyév. -2nyévb -2nyévek -2nyévet -2nyévn -2nyévr -2nyévv -1nyi -2nyid -2ny1iga -2ny1ill -2nyimá -2nyind -2nyinf -2ny1int -2ny1i2p -2nyirt -2nyisk -2nyism -2ny1ist -2ny1iz -1nyí -2nyív -ny1k2 -nylo2n1 -1nyo -2nyokoz -3nyom -ny1op -ny1ors -2ny1ott -1nyó -1nyö -ny1öl -1ny® -ny1p2 -nys2 -3nys. -1nyst. -1nyu -ny1ud -2ny1uj -2nyuno -2nyus -2ny1u2t -1nyú -2nyújs -ny1úr. -ny1ú2sz -2nyútj -2nyútt -1nyü -2ny1üg -2nyüld -ny1ür -2ny1üt -1ny¶ -2ny¶r -ny1¶r. -2ny¶z -ny1¶2zé -ny2van -n2z1ak -n2z1a2ny -n2z1a2p -nz1á2ru -nz1e2dé -n2z1eg -n2z1elf -n2z1ell -n2z1e2l® -n2z1ember -nz1e2més -nze2s -nz1eszk -nz1éhe -nz1ére -n2z1érm -n2z1ér® -n2z1i2p -nz1k2 -n2z1ön -nz1ös -nz1p2 -nz3ság -nz3sár -nz3seg -n2z3só -nz1ü2g -nz1üz -nz3z -2o. -2o1a -oa2cé -oa2n -oan1e -o1á -2oba -obai2 -obás3s -ob2bol -ob2bö -2obi -obi2lan -obi2o -2obo -obo2ra -o2b1ü2 -2oca -2oce -oc1e2m -2océ -oc2k1é2 -2ocö -o2csí -o2csú -oc3sz -o2c3z -oda1p -1o2dáz. -1o2dázh -1o2dázn -1o2dázó -1o2dázt -1o2dázzu -2ode -2odé -od1éve -o2d1í2 -1o2dú -2o1e -o2ei -oe2l -oe2m -o2er -o2es -oe1t2 -oe2v -2o1é -oé2dere -o2ég -oé2l -2ofa -2ofe -2ofé -o1fl -2ofo -2ofó -o1f2ri -og1a2la -o2g1alt -o2g1ap -og1assz -o2g1asz -oga2t1e2 -2ogá -og1átk -og1átr -2oge -o2g1e2d -og1e2g -o2g1e2l -o2g1em -oge2o -og1ere -oge2s -o2g1ez -o2g1él -og1érv -o2g1id -o2g1i2g -og1int -o2g1i2p -og1ir -o1g2lic -og2lób -o1g2nai -2ogó -o2g1ö -2o1g2raf -2ográ -o2g1u2t -o2g1ü2 -2ogy -ohó2cs -o1i -o2ib -o2ih -o2inte -oi2o -2oiz -oi2zo -o1í -2ojá -2oje -ok1ajá -o2k1a2la -ok1alj -ok1a2ra -ok1arc -ok1ass -o2k1a2to -okás1s -2oke -oke2d -ok1edé -ok1e2g -o2k1e2m -ok1ere -ok1er® -o2k1es -ok1e2v -ok1ez -2oké -ok1é2ne -o2k1ér. -o2k1érc -o2k1érte -o2k1éve -ok2hi -o2k1i2d -ok1i2rá -ok1ist -ok1izm -o2kí -ok1ív -ok1íz -ok2lim -ok2lor -okon1n -o2k1osz -ok1ó2r -o2k1öb -o2k1ö2l -okö2r -ok2ris -ok2rom -2oku -o2k1u2s -o2k1ü2 -ola1d -ol1ada -1olajf -o2lajt -olaszó2 -ola2szór -2olat -ola2tol -ol1áll -olás1s -ol2c1e -ol2cé -ol2csin -ol2c3sor -ol2dap -ol2dál -ol2d1is -ol2d1ud -ol2d1ü -2ole -o2l1e2l -o2l1é2r -ol2f1ö -ol2fü -o2l1il -ol1ind -2olit -olki2 -ol2l1® -ol1ó2rá -ol1p2 -ol2taj -ol2tág -olte2 -ol2t1el -ol2t1em -ol2t1ér -ol2tí -ol2t®r -ol2t1ü -o2l1ug -1olvad -1olvas -oly1agy -o2lyaj -o2lyál -o2ly1ü2 -o2m1a2dó -o2m1adt -om1agy -o2m1a2j -o2m1akn -om1akó -o2m1a2l -o2m1ana -o2m1ann -om1app -o2m1ar -om1atom -o2m1árb -o2m1áru -omás3s -2omb -om2bág -om2ber -2ome -om1ece -o2m1edé -o2meg -om1egy -ome2l -o2m1ele -o2m1ell -o2m1elm -o2m1elt -o2m1e2m -om1ene -ome2o1 -omeosz2 -o2m1e2r® -o2m1e2v -o2m1e2z -2oméd -om1érc -o2m1érte -om1éve -om1ide -o2m1il -om1ind -o2m1ip -o2m1i2r -o2m1ism -om1izo -om1ír -om1í2v -omog2 -o2m1ola -o2m1old -o2m1op -2omor -o2m1ö2 -o2m1®2 -om1p2lo -om1p2re -oms2 -om1st -o2m1ud -o2m1uj -o2m1ü2 -2om¶ -om1¶z -on1agá -on1ajt -ona2le -on1a2va -o2n1átr -on1átv -on2cas -on2c1é2 -onc3sz -on2d1ó2r -o2n1e2g -o2nek -one2l -on1ele -on1el® -one2r -on1ern -o2n1ég -on1éhe -o2n1é2l -on1éne -o2n1é2p -on1év. -on1éve -ong1asz -oni2g -on1igé -o2n1ip -on1ism -on1izz -onkás1 -on3nye -on3nyo -o2n1old -on1opt -ono2szi -o2n1ö2 -o2n1® -on2t1aj -ont1á2ron -on2tát -on2ted -on2t1ér -on2t1ös -on1t2ri -on1ud -on1ug -o2n1ut -onú2 -o2núj -on1ús -2onü -on1ü2l -on1üt -on1ü2v -ony1any -o2ny1ál -ony1em -o2nyer -ony1es -ony1ég -o2ny1ir -o2ny1it -o2ny1ó2 -o2nyö -o2ny1®2 -2onysiosá -on2zed -on2z1es -onzé2 -on2zér -on2zsá -2o1o -o2ob -o2of -o2og -o2ol -oo2r -o2ot -oo2x -o2ó -o1ö2 -o1® -2opa -op1e2g -2oph2 -op2his -2opl -op2le -2opo -2opr -op2rod -2ops -opsz2t -2opü1 -or1abl -or1ala -or1alj -or1alm -ora2n -o2r1ana -o2r1ant -or1any -ora1p -or1arc -or1atl -o2r1á2g -or1á2rak -or1áru -or2cs® -or2dö -or2dú -o2r1e2d -or1elm -or1eln -or1elo -or1e2l® -or1els -o2r1e2m -o2r1eng -or1eny -o2r1e2r -ore2s -or1es® -or1é2gé -o2r1é2l -or1é2ne -o2r1ép -2orgia -orgi2ai -2orgiá -or1i2de -1o2rie -o2riga -o2r1ing -or1i2pa -o2r1is. -or1isp -or1iss -or1iste -ori2sz -o2r1ír -o2ríz -or1kr -or2ne. -o2r1or -or1ó2r -o2r1ö -or1pl -or1pr -or2r1e2v -orse2 -or2sel -or2ses -or2set -orsé2 -or2s1ég -or2s1ér -or2sét -or2sis -ors3s -1ország. -or2t1a2d -or2táru -or2teg -ort1elm -or2t1em -ort1esz -ort1ért -ort1ing -or2t1osz -or2t1ös -o2r1ud -o2r1ug -or1u2r -o2r1u2t -o2r1ü -o1ry -orz1z -o2s1ac -o2s1a2la -o2s1alk -osa2t -os1aty -o2s1áf -os1áll -ose2 -os1ed -os1eg -os1el -os1emb -os1en -os1er -os1esz -o2s1ép -o2s1id -os1ina -os1int -o2sir -o2s1í2r -os1k -oski2 -osme2 -os1p2 -ossz1es -os3szék -os3szö -os3sz® -os2t1any -os1the -1ostro -1ostya -o2s1uj -o2s1ut -os1úr. -os1út -o2s1ü2 -osz1alk -o2sz1e2l -o1sz2fe -2o1szkl -2oszkóp. -2oszkópk -2oszkópo -2oszkópp -osz1ors -osz1ó2r -o2s3zö -o2s3z® -o2szut -o2sz¶ -ota1g -o2t1a2u -o2t1ág -ot1á2rak -2ote -o2t1e2g -2otéka -o2t1érté -o1t2he -ot2hi -2otí -oto1g2 -oto1p -otosz2f -otot2 -otókész1 -otó2pa -o2t1ó2sá -2otro -ot2tar -ot2tég -o2t1ü2 -o1u -o2uc -o2un -o2ur -o2us -o2ut -ouv2 -o1ú -o1ü -o1¶ -ovas3s -owat2 -o2wi -1oxido -o1ya -o1ye -oy1s2 -oza2g1 -oza2tí -ozatkész1 -oza2t1ol -ozás3s -oz1é2p -o2z1il -ozi1sz2 -oz3sz -2ó. -ó1a -óa2c -2óa2d -óa2g -óa2j -2óak -2óa2l -2óa2m -óa2n -2óa2r -2óa2u -óa2v -2óa2z -2ó1á -óá2c -óá2gak -óá2l -óá2p -óá2r -óá2t1 -2óbar -óba1s2 -2óbec -2óbef -2óbem -2óbes -2óbé -2óbil -2óbio -2óbir -2óbit -óbo2rá -ó2c1an -óc3c -óc3ho -2óci -2ócí -óc3ság -ó2csár -óc3sip -óc3sz -2ódar -ó2d1ál -ódá2r -ód1ára -ódás1s -2óde -ó2d1id -ód1isk -2ódí -ó2d1ír -ód1öl -ód2res -ód2rót -ó1dy -ód3zs -2ó1e2 -óel1a2 -ó1é -óé2g -óé2l -óé2ne -óé2p -óé2ré -óé2ri -óé2r® -2óérté -2óérz -óé2te -óé2ve -2ófa. -2ófae -2ófá -2ófi -2ófo -2ófr -óf2ri -ófus1s -2ófü -2óg -ógi2as -ógo2r1as -ógy1a2n -ógy1el -ógy1es -ógy1ér -ógy1in -ó2gyü -2óhá -2óhé -2óhi -2óhí -2óhor -2óh® -2óhu -ó1i -2ói2de -2ói2d® -ói2g -2óigé -ói2má -2óing -2óint -2ói2p -ói2rat -2ói2rá -ói2ro -2ói2s -ói2ta -ói2z -2ó1í2 -2ójáté -2óje -2ókap -2ókate -ók1áll -ók1áru -ó2k1eg -2ókel -2óker -2ókez -2ókény -2óképe -2óképl -2óképn -2óképt -2óképz -2ókéré -2ókér® -2ókés -ó1k2hi -2ókie -2ókine -ók1int -2ókiny -ók1iro -2ókomm -2ókoo -2ókö -ó1kraj -ó1k2ré -ók2ri -ó1k2ro -ó2kum -2ókut -2ókül -2óküs -ó2k1üz -ól1aj -ó2l1a2r -ólás3s -1ólb -2óle -ó2l1e2se -ó2l1e2si -ó2l1ér -óli2óé -ólo2m1e -ólo2mé -ól1öl -ólu2mi -2ómag -2óme -ómen1k2 -2ómére -2óméré -2ómérn -2ómét -2ómi -2ómor -2ómoz -2ómó -2óm¶ -2ónag -óna2ké -óna2kü -ó2n1al -ó2n1áll -ón1e2d -2óné -ón1o2x -2ónö -ón1ön -ón1öt -ónus3s -ó2n1ut -ó2n1ü2 -2ónyil -2ó1o2 -ó1ó2 -2ó1ö2 -ó1® -2ópa -óp1a2rá -2ópá -ó1p2l -ó1p2ré -ó1p2ro -ó1p2ró -ó2raa -1ó2rab -1ó2ral -2órád -1ó2ráé -órá2g -ór1ágy -1ó2ráh -1ó2rár -1ó2ráv -2óre -ó2r1e2g -ó2r1e2l -óre2s -ór1ese -ó2r1e2ti -ó2r1é2l -ó2r1i2o -ó2r1ism -ór1ír -2óro -ó2r1o2ki -ó2r1o2ko -2órö -ó2s1as -ó2s1ál -2óse -ó2s1e2g -ós1emb -ó2s1id -ó2s1i2n -ós1isk -ós1k -óskész1 -2ósor -ó2s1os -ósó2 -ós1ór -ós1p2 -2óspe -ós2pek -ós2por -óst2 -ó1s2tí -2ó1str -2ósu -ó2s1ur -ó2s1úr -ósü2l -2ós¶ -2ósza -ós3zac -2ószá -2ószel -2ószem -2ószen -2ószé -2ószi -2ószí -ósz2láv. -2ószol -2ószó -ószóza2 -2ószö -ós3zs -ósz1th -ószt2r -ó1sz2v -ót1a2d -2ótag -2ótar -ót1áll -2ótár -2ótáv -ótá2v1i2 -ótá2v1í2 -2ótec -ót1e2g -ót1ej -2ótel -2óten -2óter -2ótén -ót1il -ót1ing -2ótí -ót1í2v -ótme2g1 -ót1orr -ó2t1ors -2ótov -2ótö -ót2ré -ótt¶z1 -2ótu -ót1u2t -2ótü -ó1u2 -ó1ú2 -2ó1ü2 -ó1¶ -ó2vat -2óvál -2óve -2óvé -1óvh -2óvi -óv1in -1óvj -1óvn -1ó2vod -1óvt -2óza -óza1s -óza2tak -óza2t1al -óza2t1e -óz1e2m -ó2z1é2 -ózi2a -ó2z1i2n -ó2z1u2r -ó2z1ú2 -óz3zs -2ö. -ö1a -ö1á -ö2b1á2 -öb2b1a2 -öb2bá -öb2b1ez -öb2b1is -öb2b1o -öb2bó -ö2b1eg -ö2b1e2l -ö2b1e2n -ö2b1ért -öbme2 -ö2csé -ö2d1a2 -ö2d1é2v -ödfé2 -ö2d1is -ö2d1í -ö2d1o -ö2d1ó2 -öd3zs -öd3zu -ö1e -ö1é -ö2g1a2 -ö2g1elf -ö2g1esz -ö2g1ev -ögés3s -ög3g -ö2g1id -ö2g1im -ö2g1in -ö2g1o -ö2g1u2 -ö1i -ö1í -ö2k1a2 -ö2k1á -ök1elh -ö2k1e2m -ö2k1érté -ökés3s -ök1ész -öki2 -ö2k1id -ö2k1if -ö2k1im -ök1ív -ök1íz -ökma2 -ö2ko -ökös3s -1ökrö -öksza2 -ökü2l -ö2k1ülé -ö2l1a2 -ö2l1á -öl2csá -öl2cs1í -öl2cso -öl2dab -öl2d1a2l -öl2dan -öl2d1as -öl2d1á2 -öl2d1éh -öld1ing -öl2d1is -öl2dos -öl2dz -öl1e2b -öl1egy -ö2lel -ö2le2m -öl1eme -öl1emé -öl1eml -öl1eng -ö2l1e2r -ö2l1esz -ö2l1e2v -ö2l1é2g -ölé2k -öl1éke -ö2l1é2l -ölé2nyeg -ö2l1é2p -ö2l1ér. -ö2l1é2rek -ö2l1érh -ö2l1érj -ö2l1érn -ö2lér® -ö2l1ért -öl1f2 -öl2gya -öl2gyá -ö2l1id -ö2l1ij -ö2l1il -ö2l1i2r -ö2l1is -ö2l1iz -öl1í2r -ö2l1o2 -ö2l1öl -ölös3s -ö2l1ö2v -öl1p2 -ö2l1u2 -ö2lú -ö2l1ült -ö2l1üt -1ölyv -ö2m1a2 -ö2m1á2 -2ömb -öm2b1a2 -öm2b1á -ömbé2 -öm2bú -ö2m1eb -öme2g1a -ömeg1g -ö2m1el -ö2m1él -ö2m1it -ö2m1o2 -öm1p2 -ömpin2 -ö2m1u -ö2n1a2 -ön1ám -ön1á2p -ön1át -2önc -ön2ci -ön1e2g -ö2n1e2l -ö2n1em -ön1e2r -ön1es -ön1e2v -ö2n1é2l -ön1é2p -ön1ész -ö2név -ön1év. -ön2gyá -öni2 -ön1ig -ön1im -ön1in -ön1ir -ön1is -ö2n1ír -önké2r1e -ön2n1a2 -ön2n1á -ön1or -ön1os -ön1ó2r -ön1®2r -öntös3s -ö2n1u2 -ö2n1ú -ön1üt -ö2ny1a2 -ö2ny1o -öny2v1a2 -öny2vár -önyves1 -öny2v1ég -ö1o -ö1ó -ö1ö -ö1® -öp1ép -öpi2 -öp1ir -ö2r1a2 -ö2r1á2 -2örb -2örc -2ördí -2ördü -1ö2reg -öre2ga -öre2gu -ö2r1el -ö2r1er -ö2rég -ö2r1é2l -ör1é2ri -örés1s -örfö2l -ör2f1ölé -2örg -öri2g -ö2r1iga -ö2r1in -ör1i2p -ö2r1ir -ö2r1is -ör1i2v -ö2r1ír -ö2r1ív -2örn -ör2ny1a2 -ö2r1o -2örög -örös3s -örösz2 -ör2t1a2l -ör2t1í2 -ö2r1u2 -ö2r1ú2 -1örv. -ör2zs1a -ör2zs1á -ö2s1a2 -ö2s1á2 -ö2s1el -ö2s1em -öses3s -ö2s1ez -ösi2 -ö2s1in -ö2s1iz -ös1k -ö2s1o2 -ö2s1ó2 -ös1®r -össz1ál -ös3szí -ö2s1üg -ös1ü2v -öszt1an -ösz2t1el -öt1a -öt1á2 -öt1e2m -öte2z -öt1eze -öt1ér -öt1é2v -1ötf -2öth -1ötk -1ötm -öt1ó2 -ö2tön -ö2tös -öt2t1á2 -öt1u -ötü2 -öt1ül -ötve2g -ötvé2nyé -ö1u -ö1ú -ö1ü -ö1¶ -1öv. -öveg1g -övis1s -1övn -1övv -ö2z1a2 -ö2z1á2 -ö2z1eb -ö2z1egés -ö2zellá -ö2z1em -ö2z1er -ö2z1e2s -öz1e2v -öz1élel -öz1é2let. -özé2pem -öz1é2pí -ö2z1érd -öz1étk -ö2z1i2g -ö2z1int -ö2z1i2r -öz1ír -özme2 -ö2z1o2 -özok1 -ö2z1ó2 -öz1p2 -ö2z3s -ö2z1u2 -ö2z1ú2 -öz1ü2g -öz1ü2z -ö1zy -2®. -®1a -®a2c -®a2dan -®a2dati -®a2dá -®a2dok -®a2dot -®a2dó -®adókész1 -®a2g -®a2j -®a2k -®a2l -®a2n -®a2p -®a2r -®a2t -®a2u -®a2z -®1á2 -®át1 -®ba2l1 -®b2bis -®b2bu -®1b2l -®1b2r -®2d1el -®dés3s -®2d1in -®d2ró -2®1e -®e2c -®e2d -®e2g -®e2le -®el1o -®e2l®tte -®e2n -®e2p -®e2re -®e2r®b -®e2r®i -®e2r®k -®e2r®ne -®e2r®nk. -®e2r®r -®e2r®s -®e2r®t -®e2r®v -®e2s -®1é -®é2g -®é2l -®é2p -®é2ri -®é2te -®1f2r -®ga2z1 -®ge2o -®1i -®i2dea -®i2deá -®i2deg -®i2dé -®i2d® -®i2g -®i2ma -®i2má -®i2na -®i2p -®i2ra -®i2ro -®2isz -®i2ta -®i2va -®i2z -®1í -®í2r -®í2v -®job2 -®1k2ré -®1o2 -®1ó2 -®1ö2 -®1®2 -®1p2 -®po2ra -®r1al -®r1at -1®2r1a2u -1®2r1ál -®r1á2p -®r1ár -®r1át -®r1e2ge -®r1e2gé -®rei2g -®r1elv -®rend®2 -®2r1é2l -®r1iga -1®2ril -®r1ing -®2r1i2p -®2r1ir -®2r1o2l -®ron2g -1®2r1or -®r1osz -1®rör -®rös1s -®2r1öv -1®2r1®r -®r1p2 -1®rse -®rt2 -1®rti -1®r1tr -®r1u2t -®2rül -®2s1ad -®s1a2g -®2s1ak -®2s1a2l -®s1a2n -®s1ará -®sa2v -®2s1ál -®s1egy -®s1e2l -®2s1em -®2s1ep -®s1erd -®se2s -®s1ese -®2sib -®2s1id -®s1iz -®s2kál -®s1okt -®s1p2 -®s2pe -®ssz2 -®s3szl -®s3szü -®st2 -®1str -®2s1ür -®sz1e2l® -®szt2 -®t1áll -®t2ra -®t2ri -®t2t1o -®1u -®u2r -®1ú -®ú2r -®ú2s -®1ü -®ü2g -®ü2r -®ü2t -®ü2v -®ü2z -®1¶ -®z1a2g -®z1elo -®2z1er -®z3sug -®2z3sü -®z3sz -®zü2 -®z1üz -1pa -paá2 -pa2ce -pa2ch -pa2dag -pa2de -pae2 -pa1g2n -pa2kad -pa2lap -2p1alj -pa2m1as -pa2mur -pa2nal -p1a2nya -pa2p1il -par1ágá -2parb -pa2r1el -par1isk -pa2r1ok -2parr -par2t1a2l -par2tol -pa2t1eg -pat1ért -pa2ul. -pa2x -2p1axi -1pá -pá2csü -pá2ga -pá2gy -p1állí -p1álló -pá2mí -2pámn -pá2mu -pána2 -pá2n1am -pá2n1e -pá2ny1át -pá2po -2páram -pá2r1ato -pá2r1e2 -pár2tak -pár2tál -pár2tár -pár2t1e -pár2tér -pá2rus -pá2sir -pá2t1a -2p1átm -pá2t1uk -pba2l1 -pci2ókér -pd2 -p1dr -1pe -pea2 -2peci -pe2dén -pegész1 -pe2is -p1elemz -2p1elk -2p1elm -2pelo -pe2l1os -2p1e2l®á -2p1eltér -2p1ember -2p1e2mel -pe2mó -2pene -pen3ny -pe2no -pe2nya -pe2po -per1akt -pe2r1él -pe2rid -per1int -pe2r1os -pe2rox -pe2ró -pe2rö -2p1e2r® -pe2rú -pe2sú -pe2sz1á -pe2szu -pe2sz1ü2 -2p1e2v -1pé -2p1é2g -2p1é2je -péki2 -pé2kü -2p1é2lé -2p1élm -2p1élr -2p1é2neke -2p1é2pí -pé2pü -2p1érd -2p1érv -2p1érz -pé2s1e2l -pé2sz1á2 -pé2szü -2p1év. -2p1évv -pfe2li -p1f2ri -p1f2ro -p2hem -p2hiá -1phila -p2hiu -1p2hok -1p2hó -1pi -pi2ad -2picl -pi2den -pi2deo -2p1i2d® -pi2eg -pier2re. -2p1i2ga -pigaz1 -2pige -2p1i2gé -2p1i2ly -2p1i2má -pin2g1a -ping1ár -pi2óh -pi2ós -pi2rat -pi2rod -2p1ism -pi1t2h -2pizz -1pí -2p1íg -pí2r1a2 -pí2rá -pí2rol -2p1í2ró -p1í2tél -pki2s1 -plas2 -1play. -ple2is -p2lö -plüs2 -plüss1 -pno1g2 -1po -po2csiz -po1gra -po1g2rá -2p1okm -po2laj -pol2c3s -2p1old -2p1oml -pon2gas -pon2t1e -2ponz -2po2pe -po2p1é2 -po1pl -pop1s -por1adó -po2res -por1s -por2t1el -por2tes -por2tér -por2tin -por2tü -po2se -po2s1é -po1szf -2p1oszl -po2t1el -1pó -póka2 -pó2k1ag -pó2rák -pó2rán -pó2rát -pós3s -pó2t1a2 -pó2tá -pó2t1e2 -pó2t1é2 -pó2ti -pó2tor -pó2tu -pó2t1ü2 -1pö -1p® -p®1kr -2p1®r. -pp1akk -pp1ekk -ppko2 -ppo2d -pp1oda -pp2ró -p2pú -p2rec -prek2 -pre1kl -pre1p2 -1presszionis -1p2resszí -1prédál. -1prédálá -1p2riv -1p2roce -1p2rog -p2roj -pro1k2h -pru2s1á -prus3s -p1sc -p1s2k -p2s1ork -p1s2p -p1st2 -1pszic -psz1ön -pszt2 -p2t1i2o -pto1g2 -pt1olv -1pu -pu2s1a2n -pu2se -1pú -p1úg -pú2t -1pü -2p1ü2g -pügyész1 -2p1üld -2püle -2p1ünn -püt2 -pü1th -2p1ü2z -1p¶ -1py -1qa -1qá -1qe -1qé -1qi -1qí -1qo -1qó -1qö -1q® -1qu -qu2i -1qú -1qü -1q¶ -q2v -1ra -ra2b1ár -rabi2g -rab1iga -rab1igá -r1a2dag -2radm -rae2g -ra2et -raé2dere -2rafik -ra1f2r -rai2g -2rajc -2r1a2kar -ra2kác -ra1klé -ra1k2ro -ra2lak -ra2l1eg -2ralk -ral2lá -2r1als -ra2mad -ra2mir -ra2mí -ra2nal -ran2ga -ran2ge -ran2szá -ra2nyal -ra2nyál -ranye2 -rany1er -ra2nyé -ra2nyó -2ranza -2ranziti -rao2 -ra2pák -2rapp -ra1p2r -ra2rán -rast2 -ra1sta -rasztá2r -raszt1áro -2r1a2tád -2ratc -ra1thó -ra2tir -2ratké -2ratki -2ratokn -ra2tomo -2ratoz. -2ratozi -2ratst -ra2tür -ra2ub -ra2us -2raví -raza2 -raz1any -ra2zel -1rá -2r1ábr -rá2ca -2ráfia -2ráfiái -2ráfián -2ráfiát -2ráfj -2ráfp -2ráfu -2rá2fü -rá2ge -rá2gén -rág3g -rá2gi. -rá2gil -2rágun -2rágy -rá2l1a2l -2r1állan -2r1állo -rá2lyú -rá2nér -ránt1ak -ránt1a2l -ránt1á2r -rán2t1e -2rányí -rá2nyol -2rányú -rá1p2 -rá2rad -2rárak -r1á2ram -rá2r1ál -rá2rár -rárboc1 -rá2r1é -rá2rin -rá2rok -rá2rol -2ráru -rá2rul -rá2rus -2r1á2rú -rá2sir -rá2s1ol -2rásó -rás1ó2r -rát1ad -rát1á2r -2rátlé -2r1átm -rá1tro -2r1átv -rá2zsár -rba2ná -r1b2la -r1b2r -rc1ab -r2c1al -rc1a2m -rc1ará -r2c1ál -r2c1áp -rc1edé -r2c1ele -r2c1el® -rc1esz -rcé2l -r2c1él. -r2c1éle -r2c1élé -r2c1éll -rc1élt -rcés3 -rc3hel -r2c1i2d -rc1ing -r2c1izo -rckész1 -rc1kr -rc1or -r2c1ó2 -rc1ön -rc1ös -rc3s®t -rc3za -rd1ág -rde2kér -rd1él. -rd1é2le -rd1élr -r2d1id -r2d1i2nak -rd1íz -r2d1or -rd1ös -r1d2rá -rdu2s1 -rd1út -r1dy -rd3zo -1re -re2ájá -re2ák -reá2l1u -re2áv -2r1ebh -re2cá -re2ch -redenc1 -re2dir -re2dí -re2dor -ree2s -re2et -re2g1a2l -re2gap -r1egóv -2r1egy. -re2gyez1 -2r1e2gyé -2r1egys -re2inh -rei2rá -2rejü -rek1arc -re2k1asz -re2k1emb -re2kid -re2k1ot -re2lad -2relemi. -2r1e2lemz -2relmél -2r1elnö -2relo -re2l1os -re2l®i -2r1elr -2r1elto -2r1elv. -2r1elvá -2r1elvek -2r1elvet -2r1elvév -2r1elvk -2r1elvn -r1elz -re2maj -2r1ember -re2mel -re2m1® -2r1enti -re2of -re2o1g2 -re2ok -re2op -re2ot -re2ók -re2ól -re2ós -re2ót -re2óv -re2pad -re2pak -re2pal -re2pas -re1pla -rep1os -re1p2res -2r1erd -re2res -2r1e2r® -2r1ers -re2sa -re2sá -2reskü -2resszionis -2r1eszm -re2t1any -ret1ell -ret1elo -reu2t -rev1e2le -re2vés -2r1e2v® -re2x1 -2r1ezr -1ré -2rédál. -2rédálá -2r1é2de -2réf -ré2gá -ré2g1ó2 -2r1é2hes -ré2kal -ré2kel -rék1el® -r1é2kes -ré2les -2r1é2let -2r1élm -2rély -ré2mo -ré2mu -ré2p1ed -2r1é2pí -ré2pü -2r1ér. -r1érd -2r1é2ret -2réri -2r1érté -2r1érz -ré2sza -ré2szá -ré2sz1er -ré2szo -ré2sz1ö -ré2tal -ré2tí -2r1étk -ré2tö -2réven -2r1é2ves -ré2z1a -ré2z1e2 -ré2zin -ré2z1o -ré2zsi -réz3sz -rfi1s -r1f2l -r2f1öln -r1f2r -rgás1s -rgés3s -rg2ha -rg2la -r1g2r -r2gy1asz -r2gyál -rgy1e2s -r2gyis -1ri -ri2ac -ri2af -ri2ag -ri2ah -ri2aj -ri2ala -ri2amé -ri2ap -2ribü -ri2deá -ri2dei -ri2deo -2ridg -2r1i2d® -ri2ed -rie2m -riet2te -r1i2gaz -2r1i2gé -ri1klo -ri1k2ló -ri2lal -ri1ly -2r1i2nas -rinc3c -rin2c3s -2r1inf -2ringb -2r1integ -rin1tho -riog2 -rio1k2 -ri2om -ri2ósz -2r1i2ra -ri2rá -r1i2ri -2r1i2ro -ri2rón -2r1irt -2riskolát -ri2sor -2risten. -2ristene -2ristenné -2ristenn®. -2ristenn®k -2risza -2r1i2tal -ri2vás -2r1i2vó -ri2x1el -ri2xi -2r1izmo -r1i2zom -2rizz -1rí -2ríj -rí2ja -rí2rá -rí2ró -rí2ve -rí2vé -rí2vü -r2j1er -r2j1u2r -rk1ang -rkas3s -rká2n1e2 -rkes2 -r1k2hé -r1k2hi -rki2g -rk1iga -r2k1ill -rki2s1 -r1k2la -rk2rá -rk2re -rk2ré -r1k2ri -r2k1út -rle2g1a -rle2g1á -rm1akó -rma2tal -rma2tár -r2m1áll -rmá2nyi -rme2g1á -rmé2kel -r2m1ors -rmo1sz2t -rm1s2 -rna1t2 -rndi2 -rne2mis -rne2tel -rnet1o -r2n1ip -rno1g2 -r2n1ó2d -rnó1s -rn1s2 -r2nyaj -r2nyalak -rny1old -r2nyús -1ro -roá2 -2robl -2rodú -2rofe -ro2g1ad -ro2gár -ro1gráf -ro2k1as -rok1ás -roke2 -ro2ked -ro2ker -ro2kiz -ro1kli -ro1kri -2r1o2laj -2r1olda -2r1oltó -ro2m1ál -ro2m1á2ro -2rombi -ro2mel -ro2m1es -rom1ért -ro2mév -rom1ist -ro2m1iz -ro2mí -ro2m1or -ro2m1ó2r -ro2nop -ro2nú -ro2nü -ro2nyu -ron2zá -ro1p2r -2r1org -2r1o2ro -ro2ru -2r1orv -ro2sar -ro2se -ro2sin -ros3szá -rosz2fé -roszlán1n -ro2szó -1ró -róa2 -ró2dis -ró2dö -róme2 -rómeg1 -ró2mez -2róms -róp2 -ró1pr -ró2ráj -ró2rák -ró2rán -ró2rát -ró2ri -ró2t1ak -ró2tin -róz1z -1rö -2r1ö2b -rö2k1é2l -rö2k1érv -2rökí -2rökl -rök1o -rö2le -2röme. -2römé -2römne -rö2pi -2r1ö2r -rö2s® -rö2sü -rö2ve -1r® -2r®db -2r®dí -2r®dr -r®e2 -r®1g2 -r®i2rá -2r®lk -2r®lt -2r®nke -2r®nkk -2r1®rn -r®2s1á2 -r®2si -2r®sít®. -2r®sít®r -2r®szakol. -2r®szakolá -2r®szakolj -2r®szakolt -2r®tl -r1p2h -rp2la -rp2le -rpo2i -rp2ré -r1p2rí -r1p2ro -r1p2ró -rqu2 -r2r1árb -rrás1s -r2r1ir -rri2ta -r2r1oll -rró1d2 -rr1p2 -rr1sp -r2rü -r2s1ac -rsa2il2 -r2s1a2la -rs1alu -rs1a2ny -rs1ara -rs1áru -rs1ele -rs1esz -rse2t -rs1ete -r2s1ép -rs1éte -rs1étt -r2s1i2d -rs1iga -r2s1in -r2s1i2o -r2s1i2r -rs1ist -r2s1í2r -r1smi -r2s1olv -r2s1ors -rsp2 -rs1st -rs3sza -rs3szá -rs3szí -rs3szö -rs2tab -rste2i -r1s2to -rst2r -r1stru -r2s1ur -r2s1u2t -r2s1ú2s -rs1üld -rsza2ké -rszáraz1 -r1sz2f -r1sz2k -r1szn -r1sz2tá -r1szt2r -rta1g2 -r2t1aj -r2t1als -rta2me -rt1app -r2t1a2u -r2t1a2z -rt1ág. -r2t1á2ga -rt1ágr -rtá2ló. -rtá2ly1át -rtá2rul -r2t1átl -rteá2 -rt1e2gy -rt1eml -r2t1ent -rtes1s -r2t1é2le -r2t1érd -rt1érte -r2t1érz -rt2hág -r1t2hen -r2t1i2d -rti2g -rt1iga -r2t1ill -r2t1inf -r2t1iro -r2t1isk -rtme2g1 -r2t1oli -rt1oml -rton1n -r2t1org -r2t1orv -rt2ran -rt2rom -rt1t2 -r2t1u2t -r2t1új -r2tüd -rt1ünn -rt1ür -r2t1üt -rty2v -1ru -rua2 -r1ubb -r1udv -rue2 -rug3g -rugós1 -2r1ugr -2ruktú -ru2ru -ru2se -ru2sin -2rusí -ru2su -ru2szu -ru2tak -ru2tat -ru2tó. -ru2tu -2ruü -1rú -rú2d1a2 -rú2du -rú2ri -2r1útj -2r1ú2to -2r1útr -1rü -rü2lér -rü2l1öl -rü2l1ön -2r1ünn -2r1ü2r -2rü2t -2r1ü2v -2r1ü2z -1r¶ -r1¶rt -rvas3s -r2v1e2l®i2 -rve2ra -r2v1érte -r2v1ip -r2v1or -rv1osz -ry1é2 -r2z1a2la -rza2t1al -r2z1ára -rze2tel -rzs1a2n -rz3ság -r2zs® -rz3sz -1sa -2s1abr -sa2cé -sa2dói -sa2dój -sa2dók -sa2dór -3sajd -2s1ajta -2sajtón -sa2kan -2sakar -s1akc -sa2k1el -sa2kis -sa2k1í -2salf -2salji -2salm -2salu -sa2m1il -sa2mí -sao2 -2sapa -2sapá -2sapr -sa1pré -sa2ran -2s1a2ri -3sas. -sa2s1or -sas3sze -2s1asszo -sa2su -2s1a2tom -2saty -sa2uc -sa2un -savar1a -sa2v1ál -1sá -sábe2 -sá2b1er -sá2fo -sá2gal -sá2g1ál -3ságb -3ságd -3sá2ge -3ságé -3ságf -3ságg -3ságh -3sági -sá2gí -3ságk -3ságm -3ságo -sá2g1osz -3ságp -3ságr -3ságs -3ságu -3ságü -2s1á2gy -2s1áld -2sáll -3sámf -sán1t2 -sá2r1a2g -2s1á2rai. -s1á2rak -sá2r1al -2s1á2ram -sá2r1ál -s1árbo -sá2r1e -2s1árfor -2sáru -s1á2ruk -sá2rul -s1á2rus -2s1á2rú -sá2sás -sáskész1 -s1á2só -2sáta -s1átad -s1átf -2sáth -2s1á2ti -s1á2tí -2sátl -2s1átm -2s1á2tü -2sátv -sá2ve -sá2v1i2 -sb2 -s1bl -s1br -scar2 -s2ch -1sche -1sché -sda2d1 -s1d2r -s1dy -1se -sea2 -se2bat -se2b1o -se2bó -se2cs1a -2s1e2dén -2s1e2dz -se2ger -2s1e2gér -segész1 -se2gyed -2s1egz -se2her -se2il2 -se1kra -2selá -se2lál -2s1elnö -2selo -se2l1os -2s1e2l®a -2s1e2l®l -2s1elto -2s1e2lu -2semel -2semé -2senc -sen2d1®2r -se2nyer -se2nyir -se2nyú -se2ö -2s1e2pi -2s1e2po -se2rej -2s1e2r® -se2sá -s1esem -se2sés -ses2ti -s1eszkö -se2sz¶ -se2tik -2seto -se2tok -se2t1ol -2s1e2vés -se2vo -2s1e2v® -1sé -sé2g1a -sé2g1á2 -sé2g1eg -sége2l -sé2g1ele -ség1eli -sé2gés -ség1ész -ség3g -sé2gigé -sé2g1í2 -sé2g1o2 -ség1s -2s1éh. -2s1éhs -s1élm -2sély -sé2lyeg -sé2mas -sé2mu -s1é2pí -sé2pü -2s1érc -sé2rin -s1értel -2s1érz -2s1étk -2sétt -2sétv -2séve. -sé2vei -s1f2 -s1g2 -sha2k -s2hi. -s2hin -1si -si2bá -si2dé -s1i2d® -sie2l -si2em -2s1ifj -2siga -s1i2gaz -si2ge. -2s1i2gé -si1gl -sig2ni -s1i2nas -2sinf -si2ójá -2sipa -si2rod -3sisak -2sisk -2s1isp -sis3s -si2s1ü2 -si2tal -si2tá -siú2 -s1izmo -2sizo -si2zol -si2zom -1sí -sí2ka -sí2ke -sí2nü -sí2r1e2 -sító1b -2sív -s1í2zes -s1ízü -sk2 -skás3s -1s2kic -ski2s1a -s1kl -sközé2 -skö2z1él -s1kv -1s2lag -sla2te -1s2lav -sle2t1á2 -sme2g1á -smerés1s -1so -2sob -so2d1e -sodé2 -so2dév -so2d1os -2sodú -3sof -so2kaj -so2kar -so2ke -so2kir -2s1okke -2s1o2kos -so2kó -2sokta -s1o2laj -s1oldó -s1oltó -so2n1al -so2n1e -so2n1é -son2t1ár -son2t1e -so2nye -sor1áll -so2r1e2 -2s1orrú -3sort -2sosz -s1oszt -2s1otth -2s1o2x -1só -só2kál -2s1ó2lo2 -2sórá -só2rán -sós3s -1sö -2s1öbl -2söc -s1öko -s1önte -2s1öntv -sö2r1i2 -2sös -s1ösv -1s® -s®e2 -s®é2 -s1®rm -s1®rn -s®2sok -1sparh -1s2páj -spiros1 -spis3s -sp2l -spor2te -spor2tö -1s2pór -3spra -s1pro -s1p2s -srau2 -sren2d1® -sré2z1 -1s2róf -s1s2k -ss2rá -ss3s -sst2 -s1s2ta -ss2tí -s2sz -sszat2 -ssz1á2ru -s3szele -s3szél -s3szép -ssz1ér. -ssz1ing -s3szom -s3szóko -s3szól -ssz1ös -s3szöv -ssz3s -sszt2 -s3sztr -s3sz¶ -1stafí -s2t1alj -s2t1alk -1stansan -s2t1a2rá -1stájg -s2t1eb -1steinig -1steinj -1steinr -1steint -ste2ná -ste2ra -ste2u -sté2ká -s2t1é2li -s2t1érc -st1érm -s2t1érz -s2t1i2r -1s2tíl -st1íz -sto1g2 -sto2ris -st®2r -st1®r. -st1®rc -st1®re -st1®rö -st1®rs -s1trag -st2rap -st2róf -1struktú -st1új -s2t1ür -1su -2s1ugr -2s1ujj -s1u2ra -s1u2rá -2surn -su2tal -sutas1s -2sutá -su2tó -2suz -1sú -sú2cse -s1újd -2sújí -s1újs -2súr. -sú2r1as -s1úrb -sú2t1á -sú2té -sú2ti -sú2tü -1sü -2süd -2s1ü2gy -2süld -sü2n® -sü2re -sü2rü -2süs -sü2sz -3süt® -2s1ü2z -1s¶ -s¶s1 -1s2vin -s2z -1sza -2szac -sza2dá -sz1a2dó -3szaká -3szakm -3szaks -2sz1alj -2szalk -sz1ass -sza1tro -1szá -3szám -szá2m1e -szá2m1ér -s3záp -3szárn -3szárú -3száza -3százn -3százö -szd2 -sz1dr -1sze -2szedz -3szekr -2szelemz -2sz1elm -3szemc -3szemü -3szem¶. -3szend -3szepl -sze2rej -3szerk -3szers -3szerv -3szerz -2szesem -sze1tro -sz1ezr -1szé -3széké -szé2nö -sz1érc -2sz1érd -2sz1éré -sz1értá -2szérté -sz1érv -széte2 -1szférá -1szi -2szic -2sz1iga -sz1igé -3szigo -3szimb -2szira -2szisk -2szism -sz1isza -1szí -3szív¶ -1szkóp. -1szkópk -1szkópo -1szkópp -1szo -3szob -3szof -szo2l1ál -3szorg -2szors -2szorv -1szó -1szö -3szöge -3szögk -2szövv -1sz® -3sz®l -szs2 -sz3sap -sz3sas -s3zsák -sz3sár -sz3sát -sz3seg -sz3sel -s3zsem -sz3ser -sz3sé -sz3sik -sz3sir -sz3so -sz3só -s3zsö -sz3sp -sz3st -sz3sú -sz3sü -sz3sz -sz2t1ap -sz2t1á2rak -sz2táro -1sztárr -sz2táto -1sztorit -1sztráj -1szu -2szu2b -2szutó -2szuz -1szú -2szúth -2szúto -2szúts -1szü -2szüg -3szür -2szüt -1sz¶ -2sz¶e -2sz¶s -sz1z -sz2zo -sz3zs -1ta -2t1abr -2t1a2cé -t1a2dan -ta2datá -ta2dati -ta2dato -2t1a2dá -t1adh -t1adj -t1adl -t1adn -ta2dod -ta2dog -ta2dok -ta2dom -ta2dot -2tadó -t1a2dó. -t1a2dója -t1adv -tae2 -2tafí -ta1fr -ta2g1av -ta2g1ál -tag1g -tai2g -ta2iga -ta2i2re -ta2kad -2t1akc -2t1aktí -ta2l1adn -ta2lakb -2talakí -t1a2laku -2t1alany -ta2lapú -ta2l1as -ta2l1áll -talás1s -ta2l1em -ta2l1e2s -talé2k1e2 -ta2l1ur -talú2 -ta2lúr -ta2l1út -ta2mid -ta2nan -ta2n1év -2t1anny -tan1osz -ta2n1ó2r -2tansan -ta2nyag -tao2 -ta2pa. -ta2pán -ta1ph -2tapp -ta1pré -2taran -2tarán -ta2s1á2r -ta2sel -ta2sem -ta1s2p -2tassz -tas3szá -ta1sta -tat1ato -2tatiká -2t1a2ty -ta2utó -2tazo -ta2zon -1tá -2t1ábr -2tádi -2tág. -tá2ga. -tá2gat -2t1á2gá -2t1ágb -tá2ge -2t1ágg -2tágn -2t1á2go -2tágr -t1á2gun -tá2gú -2t1á2gy -táje2 -tá2j1eg -2tájg -tá2lét -2t1áll. -2t1állj -2t1álln -2t1állo -2t1állt -tá2lyéb -tá2lyér -tá2mí -tá2m1os -tán1alm -tánc1c -tá2ne -2tánv -tá2nyú -2tánz -tá2pa -tá2pe -tá2pin -tá2rab -tá2raj -tá2r1ál -tá2r1e2 -tá2r1ér -tá2rid -tá2rin -tá2rí -tá2r1osz -2táru. -tá2ruh -tár1ur -2t1á2rus -tá2rút -tá2s1ár. -tá2s1e -tá2sin -tá2só -tás1ó2r -tás3s -tást2 -tás1tr -tá2sü -tá2sza -2t1át1ad -2t1átm -2t1áts -2t1átt -2t1á2tü -táva2 -tá2v1ad -tá2vér -tá2zsa -tb2 -t1bl -tbor2dó -t1br -tca1f2 -t1d2 -1te -te2ad -te2ai -te2aka -te2as -te2av -2t1e2dz -te2g1á -tegész1 -2t1egys -tejá2 -te2j1ell -te2jo -te2j1u2 -te2k1ó2 -te2kú -te2kür -tela2 -te2l1ad -2t1e2lál -te2lár -te2lát -2t1elha -2t1elhá -2t1elhel -2telix -2te2l1os -2t1eltá -2t1elv. -2t1elvi -2t1elv¶ -te2m1ál -t1embl -2t1e2mel -te2més -te2m1os -te2n1a2 -2t1endr -te2nel -te2ner -ten3n -te2n1u -t1enyv -te2oló -te2rad -te2ran -te2r1ar -te2r1ár -2terd® -ter1egy -2t1e2rej -te2r1est -te2ror -te2rö -2t1e2r® -te2rut -te2s1a -2tesemé -2t1esél -t1e2sés -tesi2 -te2sin -t1esni -2t1e2s® -tes2tal -te2süv -tesz1ál -2t1eszm -tes3zs -2t1e2sz¶ -teto1s -te2t1ot -te2t1öl -te1t2ro -teu2tá -2t1e2zer -2tezr -1té -2t1ébr -2tég. -té2hes -t1éhs -té2kal -té2k1a2n -té2k1as -té2k1au -té2k1eg -té2k1ell -té2kép -té2k1ir -té2k1í2 -té2kö -té2lá -té2l1e2r -té2l1os -2téls -té2lu -2télü -té2l¶ -té2lyem -té2nin -té2ny1el -2t1é2pí -té2ran -térá2 -té2r1ár -2térdek -té2r1e2l -té2rem -tér1emb -té2r1ész -té2r1in -té2ris -2térm -2t1érték -té2sa -té2s1á -té2sel -té2s1o -té2szes -tés3zsí -té2tar -té2tál -2tév. -2t1évb -2t1é2vei -té2ven -2tévet -2tévéb -2tévét -2tévh -2t1é2vi -2t1évr -2t1é2vü -té2zs -t1f2l -tg2 -tgár2 -t1gn -t1gr -tha2d1é -t2hai -t2hak -tha2l1ás -tha2me -1t2hau -1theid -1theu -1t2hod -1t2hos. -1thosb -1thosi -t2hov -1thy -1ti -tia2t -2t1i2dé -2t1i2do -2t1i2d® -tien2 -tie2r -2t1ifj -ti1f2r -2t1i2ge -2t1ign -ti1g2ra -ti1grá -ti1kh -ti1k2le -ti1k2ló -ti1k2ri -ti2lan -ti2l1i2p -t1illat -2t1imr -2t1ind -ti2ne. -ti2n1es -tin2gi -tin2g1o -ti2nö -ti2nú -ti2par -2t1i2rán -ti2rén -ti2rig -ti2rod -ti1sl -2t1ism -tis3s -ti1str -2tistv -ti2sü -2t1i2vó -tize2n1 -ti2zom -2t1i2zü -1tí -2t1íg -2t1í2j -t1í2rás -2t1í2ró -tí2vel -tív1ele -tí2v1ér -tí2v¶ -tí2za -tí2zó -t1k2 -tká2nya -tla2c3 -tla2g1e -tlag1g -tlas1s -tme2g1é -tna2k -tno1g2 -1to -2t1obj -todé2 -to2dév -to2k1ad -to2k1ö -2t1o2laj -to2lim -2tolvas -to2lyag -tome2 -to2mel -to2men -2toml -t1omlá -to2mó -2tomú -to2nalm -to2nel -to2nü -to2nye -to1p2h -to2rab -to2ral -to2r1as -to2r1e2l -2torie -to2r1isk -toros1s -to2ró -tor1s2 -tosi2 -to2sin -to2sze -tosz2kó -2t1oszl -to1tra -2t1ou -to1y -1tó -2tódok -2t1ó2év. -2t1ó2rai -tó2rás -tó2s1e2 -tó1spe -tó1spo -tós3s -tó1t2r -2tóvod -1tö -2tödn -2tödü -tö2kör -t1öltöz -tö2n1í2 -tö2n® -2t1öntu -tö2s1i -t1ötr -2töv. -2tövn -2tövö -1t® -t®1dz2n -t®e2 -t®i2rá -2t®rb -2t1®rl -2t1®2rü -2t1®rz -t®1sté -t®u2 -t®ü2 -t1p2 -tpen1 -1t2rafá -1tranziti -tra1ps -tras2 -t2rádá -trás1s -1tréf -1t2ril -troa2 -tron3n -trosz2 -tro1szk -tró2zs -1t2rup -1t2rü -t1ry -tsa2va -1t2sé. -t1s2k -t1s2p2 -t1s2t2 -1t2sub -1tsy -tsza2ké -tsza2te -tszá2ze -t1sz2f -t1sz2t -tt1aszt -t2t1a2u -t2t1áll -tt1egy -t2t1elm -tt1eml -tté2g -tt1ége -tté2l -tté2res -t2t1id -t2t1isk -t2t1ors -tt1ott -tt1óra -tt®2sa -tt2rén -tt¶z3s -t2ty -1tu -tu2go -tu2mál -tu2min -tu2se -tu2sze -tu2sz1é2 -tu2szi -2t1u2tak -tu2tas -2t1utc -tu2u -1tú -2t1úg -2t1újd -2t1újs -tú2lan -tú2lat -tú2l1á2 -tú2l1é2 -tú2ló -tú2lö -tú2r1e -tú2r1é -tú2sze -tú2to -1tü -2t1ü2g -tü2len -tü2l1e2s -tü2lér -tü2lo -tü2lü -tü2te -tü2té -tü2tö -tü2t® -2t1ü2v -2t1üzl -1t¶ -t¶2za -t¶2z®r -t¶2zs -tva1k2 -tva2ra -tváro2s1u -tve2neg -tve2ra -twa2 -t2y -1tya -tyau2 -1tyá -tyás3s -1tye -1tyé -1tyi -1tyí -1tyo -1tyó -1työ -1ty® -1tyu -1tyú -1tyü -1ty¶ -ty2vá -tz3sc -2u. -u1a -u2ad -ua2e -ua1yi -u1á -uá2ru -uba2l -u2b1ala -ub1éle -ub1ord -uca2t1á -2uch -uc3ság -u2cs1ál -uda2tal -uda2tál -uda2te -udás3s -2ude -udi2o -2udiz -2udoc -2udod -2udoé -2udok -2udot -u1dy -u1e -ue2g -uel1o -ue2s -ues3ze -ue2v -u1é -ué2p -2uf -ug1alj -ug1ág -ugá2rá -2uge -ug1el -u2gé. -2ugg -2ugh -u2g1ir -u2g1iv -ug1ír -ugosz2l -ug1ut -u2g1ü -ugya2 -uh1ako -u2h1ál -uhás1s -u1i -u1í -uk2kór -uk1üt -ula2tin -u2l1áll -ulás3s -ul2cs1e2 -ul2cs1ó -ul1ex -u2l1ér -ulit2 -uli1tz -u2l1í2 -2ulk -ul2l1os -2ulo -ul2t1ü2 -u2l1ü2 -2uly -um1a2da -u2m1a2l -um1áll -um1e2d -ume2g1 -u2m1e2l -um1ev -u2m1érté -umik2 -umi1kr -um1ing -um1i2on -um1ivá -um1ív -u2m1ol -u2m1osz -u2m1®2 -umplis1 -um1pr -u2nal -u2n1ar -2une -un1g2l -1unj -u1o -u1ó -uó2l -u1ö -u1®2 -2upa -upe2r1e2 -upe2rin -upla1 -u1p2ró -u2rad -2uralgia -2uralgik -u2ralo -1u2ram -ura2m1i -2uran -ure2u -2uréká -ur2f1e -2urí -2urob -uro2ka -2urol -2uróp -u1ry -us1abl -u2s1a2d -u2s1a2l -u2s1ar -u2s1as -u2s1a2u -u2s1a2z -us1áru -us1eb -us1e2g -us1e2l -us1ez -u2s1ék -us1ép -u2s1id -us1int -u2s1i2r -u2s1is -us1izo -us1k -us1old -us1ó2r -u2s1ö2 -us1p2 -2uss. -2ussé -2ussh -2ussn -2ussr -2usst -us1sy -us3szem -us3szí -u2s1u2t -u2s1ü2 -us3zav -u2sz1ág -u2sz1el -u2sz1ö -usz3s -u2t1a2ny -1u2taz -után1n -1utánz -u2t1e2l1 -u1t2he -u1t2hi -ut2hu -u2t1i2p -utó1sz -2utü1 -u1u -uu2m1á -uu2miz -u1ú -u1ü2 -u1¶ -2ux. -u1y -2uzal -uzeo2 -2uzó -uzz2 -2ú. -ú1a -úa2l -úa2n -ú1á2 -2úbar -ú1b2r -ú2cs1as -ú2csárb -úcse2 -úcs1em -úcs1en -úcs1er -úcs1es -ú2cs1é2 -ú2csid -ú2csí -úda2n -ú2d1ez -úd1ug -ú1e2 -ú1é -úg1ál -úgás1s -ú2gya2 -úgy1ag -úgy1ah -úgy1is -úhús3 -ú1i -úi2d -2úis -ú1í -új1ang -új1es -új1ez -új1é2 -1újf -1ú2jí -új1k2 -1újr -új1ud -ú2k1al -ú2k1a2n -ú2k1e2s -2úkoro -2úkó -úk1ól -ú2k1ü2 -2úl -ú2l1ad. -ú2l1ada -ú2l1a2dá -ú2l1a2dó -ú2l1aj -úla2n -úl1ál -úl1d2 -ú2l1e2d -ú2l1eg -ú2l1e2m -ú2l1er® -ú2l1e2s -ú2l1ex -úl1é2d -úl1ég -úl1é2r -ú2l1in -ú2l1is -ú2l1iz -ú2l1í2 -ú2l1ol -úl1ó2r -úl1öl -úl1öm -úl2tag -ú2lyar -ú2ly1e2 -ú2lyér -2úm -únyi2 -úny1ir -ú2ny1ö2 -ú1o -ú1ó -ú1ö -ú1®2 -úpos3s -ú2r1an -ú2r1att -ú2r1a2u -ú2r1áll -ú2r1á2ri -úr1e2g -úr1e2l -úr1es -1ú2ré. -úr1ék -úr1é2l -ú2rig -ú2rin -úr1int -ú2r1ot -ú2r1ö -úrs2 -úr1sm -2úru -úsa2 -ú2s1ad -ús1e2l1 -úsele2 -ús1e2v -ús1ex -úsé2 -ú2s1ét -ú2s1il -ú2s1i2p -ú2s1old -ú2s1® -ús3sze -ús3szí -2úsze -úsz1ej -úsz1es -úsz1ev -úsz1ez -úsz1év -úsz1öl -út1a2d -út1á2g -út1á2s -út1át -1útd -út1ef -út1e2g -út1ép -út1ér -útie2 -úti1p -út1irá -út1old -1úto2n1 -út1® -2ú1u2 -ú1ú -ú1ü2 -ú1¶ -úz3sz -2ü. -ü1a -ü1á -ü2dí -üd1íz -1ü2dü -üd2v1i2 -üd2vo -ü1e2 -ü1é -ü2g1el -ügy1in -ügy1o -ü2gy1®2 -ü2h1a -ü1i -ü1í -ük1ac -üka2n -üka2p -ü1k2hé -ü1k2hi -ük2ker -ük1u2 -ü2l1a2d -ü2l1ag -ül1a2l -ü2l1á2 -ül1eng -1ü2lep -ül1esh -ül1e2s® -üle2t1a -üle2tá -üle2teg -üle2t1e2l -ü2l1ég -ü2l1ép -ül1ér. -ül1érz -ü2l1í2 -ül1ol -ül1or -ül1ölt -ü2l1ö2v -ül®e2 -ül®i2r -ül2tad -ültá2 -ül2táp -ül2t1ár -ül2tát -1ültes -ü2l1u2 -ü2l1ú2 -ü2l1ü2l -ül1üt -üm1il -ün1id -ün1kri -ü2n1ó2 -ü1o -ü1ó -ü1ö -ü1® -ü1p2h -1ü2reg -üreg1g -1ü2rí -ür2ja -ürke1 -ü2röm -üss1eg -üs2t1a -üs2t1á -üs2t1e2 -üsté2 -üs2t1ére -üs2t1il -üs2t1í2 -üs2t1o -üs2t1ó2 -ü2teg -ütés3s -üt2t1á -üt2tem -üt2t1é2 -ü1u -ü1ú -ü1ü -ü1¶ -üveg1g -üze2ma -üze2mo -1ü2zene -2¶. -¶1a2 -¶1á2 -¶2cs1á -¶cs1ip -¶2d1e -¶1e -¶e2g -¶e2p -¶e2v -¶1é -¶é2l -¶é2p -¶fa2je -¶1i -¶i2p -¶1í2 -¶ka2g -¶1k2ro -¶l®ú2 -¶2n1el -¶2n1e2s -¶n3n -¶1o2 -¶1ó -¶1ö -¶1® -¶ra2 -¶r1an -¶r1at -¶r1ál -¶r1es -¶r1i2p -¶2r1ol -¶r1öl -¶r1p2 -¶2r1u2 -¶r1üg -¶1s2ká -¶s3s -¶s2to -¶2s1u -¶1t2r -¶1u2 -¶1ú -¶1ü2 -¶1¶ -¶ve2r -¶ves1s -¶za2 -¶z1ak -¶z1an -¶2z1á -¶2z1el -¶2z1e2r -¶2z1e2s -¶z1ev -¶z1érm -¶2z1im -¶2z1is -¶2z1o2 -¶2z1ör -¶z1ö2v -¶z1®r. -¶z1®rs -¶z1®rz -¶z1p2 -¶z3su -1va -vaa2 -va2d1ál -va2d1ár -va2d1e2 -vadi2 -va2did -va2d1ol -v1a2dón -va2dö -va2d1® -va2d3z -va2ge -vaja2 -va2j1ad -va2j1e -va2jö -va2k1e2s -va2n1eg -van1es -va2név -2vang -van3n -va2nol -va2n1ó2 -va2nö -vao2 -va2r1al -va2rany -va2rar -va2r1ir -2varú -va2s1aj -va2s1e2 -va2sék -va2sid -va2s1in -va2sö -vas3sze -vas3szé -vast2 -vas1tr -va2s1ü -vasz3s -va2t1á2r -va2t1é -vat1int -vatt2 -1vá -váb2bal -váb2be -vá2csi -vá2csü -vá2dal -vádi2 -vá2dir -v1állap -v1állás -2vállo -2vállv -vá2ma -vá2m1á -vá2m1e -vá2mi -vá2m1u2 -vá2n1a2r -vá2n1ár -vá2ne -vá2nis -vá2nú -vá2ny1as -vá2ny1e -vány1ér -vá2ral -vá2re -2várf -vá2ris -vá2r1oml -vá2rö -várs2 -vár1sp -vá2ruh -vá2rus -vá2r1ú2 -vá2szi -v1átm -vá2t1ors -2v1á2tü -vá2zal -vá2z1e2 -vá2ziz -váz3sz -vd2 -v1dr -1ve -ve2g1a2 -ve2g1á -ve2g1ele -veg1ért -ve2g1i -ve2gí -ve2g1ö -ve2gya -ve2gy1e2lem -ve2gyemb -ve2gyér -ve2gyip -ve2il -2v1elég -2v1elhá -2v1elm -ve2l1o -2v1elvá -2v1e2mel -2v1eml -vene2g -ve2n1egy -ve2n1emb -ve2n1esz -ve2n1e2v -ve2n1év -ven3n -ve2nó -ve2nö -ve1p2 -vera2 -ve2r1á -ve2r1eng -ve2r1esz -ve2r1ip -ve2r1ol -ve2ror -ve2ró -2ver®sít®. -2ver®sít®r -vers3s -ver2s3ze -ve2sa -ve2ser -ve2sú -ve2süv -2v1eszm -ve2s3zö -ve2t1a2 -ve2tár -1vé -vé2der -vé2do -vé2dz -vé2ga -vé2gá -vé2g1eg -vé2g1ele -vé2g1er -vé2geté -végig1 -vé2gin -vé2g1í2 -vé2gó -vé2la -vé2l1á2 -vé2l1e2r -vé2l1o -vé2lu -vé2nas -vé2ny1e2l -vé1p2 -vé2pí -vé2r1á2 -vé2rel -vé2ron -2vérté -vé2rú -vé2rül -vé2sz1á2 -vé2szeg -vé2sz1o -vé2tí -2v1év. -v1f2 -vgé2 -vhez1 -1vi -2vick -vi2cs1a -vi2csö -2v1i2d® -vi2dz -2v1inh -vin2t1es -vi2pa -2v1i2rat. -2v1i2rata -2v1i2ratá -2v1i2rath -2virati -2v1iratk -2v1i2ratok -2v1i2ratot -2viratoz. -2viratozi -2v1i2rats -2v1i2ratv -2v1ism -vissz1e2 -2v1izg -1ví -2v1í2rás. -2vírász. -2vírászat. -2v1írda -2vírdáb -2v1í2ró -ví2z1a2 -ví2zá -víze2 -ví2z1el -ví2zer -ví2z1es -ví2z1o -ví2zó -ví2zs -2víz¶ -v1k2 -1vo -vo2lál -vo2l1e2 -vo2r1a -vo2se -vos3s -1vó -vóé2 -v1ó2rá -vó1s2p -vó2s3zen -vóví2 -1vö -vöt2 -1v® -v®u2 -v1p2 -vso2rol -vsza2ké -v1t2 -1vu -2v1u2t -1vú -vú2sz -1vü -2vüg -vü2gy -vü2les -v1ünn -2v1ü2t -2v1üz -1v¶ -1vy -1wa -wa2e -wa2i -wa2le -wa1sh -wat2t1á2 -1wá -1we -we2b1o -we2i -we2ö -wesze1 -1wé -w2h -whi2 -1wi -wi2c -wi2e -wi2r -1wí -1wo2 -1wó -1wö -1w® -1wu -1wú -1wü -1w¶ -1xa -2x1a2l -x1ar -1xá -x1b2 -1xe -2xe2g -1xé -1xi -2xidj -2xido -2xidt -2xio -xi2ol -xi2on -1xí -x1ív -1xo -xo2d -xo2g -1xó -1xö -1x® -xpor2t1á2r -1xu -xusá2 -xu2s1é -xus3s -1xú -2x1ü2 -1x¶ -x2x -yaá2 -y1abl -ya2cél -y1a2dag -y1a2dón -yae2 -ya2gar -ya2g1ál -ya2gá2r -yag1ár. -ya2ged -ya2g1el -ya2g1en -yag3g -ya2gig -ya2gor -yag1osz -y1agy. -ya2gyak -y1agyk -y1a2gyú -y1ajt -ya2kala -yaké2r -yak1ére -ya2kiz -y1a2lak. -ya2l1ék. -y1alm -ya2m1al -ya2m1ár. -ya2m1árb -ya2m1árh -ya2m1árn -ya2mel -ya2m1is -yan1ar -yan1at -ya2n1e -ya2n1i -yan1o2d -ya2n® -yan1®k -yan1®t -ya2nyáé -ya2nyái -ya2nyák -ya2nyám -ya2nyán -ya2nyát -y1anyj -y1a2nyó -ya2pa. -ya2pas -y1a2páb -y1a2pák -y1a2pám -y1a2pán -y1a2pár -y1a2pás -y1a2pát -y1a2páv -y1a2pi -yapo2tá -y1a2pó -y1app -ya1p2r -y1a2pu -y1a2rány -y1arcn -y1arco -y1arcr -1yard. -1yardn -ya2r1el -y1argu -ya2s1ol -y1atád -yat2te -y1a2ty -ya2utó -y1a2zon -y1ábr -yá2du -y1á2g -y1álar -yálas3 -y1áld -yáma2 -yá2man -yá2map -yá2m1as -yá2mí -yá2m1os -yá2mu -y1á2po -yá2rad -y1á2ram -y1árbo -yá2r1e -yá2r1i2p -yá2rö -y1árp -y1árud -y1á2ruh -yá2rul -y1á2rus -yár1ut -yá2sar -yási2 -yá2sir -y1á2só -yá2sze -yás3zen -yá2szé -yá2szor -yá2szü -y1á2t1a -y1á2t1e2 -y1áth -y1átk -y1átn -yátne2 -y1áts -y1á2tü -y1b2 -ybee2 -ybor2d -y1d2r -ye2d1a -ye2dá -ye2d1ó2 -ye2d1u -ye2g1a2 -ye2gá -ye2g1el -yegész1 -yeg1g -y1egy. -ye2gyen -ye2gyes -y1egyl -y1e2l1a2 -y1elc -y1e2lemz -yeletes1 -y1elha -ye2l1o -y1e2l®g -y1elr -y1eltá -ye2man -ye2mas -ye2mat -y1ember -ye2mel -ye2m1er -ye2m1es -ye2na -ye2n1á2 -ye2ner -yenes1s -ye2n1é2l -ye2ni -ye2n1o -y1e2po -yereg1g -y1e2rej -y1e2r®r -ye2r®v -yers1s -yesa2 -ye2s1al -ye2s1á -yes1egy -yesi2 -ye2s1í2r -ye2sú -y1eszm -ye2s3zö -yes3zs -yesz2t1ék -ye2sz¶ -ye2t1ér -y1e2ve -y1e2vé -y1e2v® -y1e2zer -yezernyolc1 -y1é2ber -yé2g -y1égb -y1ége -y1éhes -yé2let -y1élm -yé2pí -y1é2pü -yé2rak -yér1ára -y1érde -yé2r1el -yé2ri -yé2rol -y1érték -y1érze -y1érzé -yé2sza -yé2szá -y1étk -y1é2t¶ -y1év. -y1évb -y1é2vek -yé2ven -y1é2ves -y1é2vet -y1é2vi -y1évn -y1évr -y1évv -y1f2l -y1f2r -yha2d -y2h1adó -y1icc -y1i2de -y1i2do -y1i2d® -y1ifj -y1i2gaz -yi1k2ri -y1i2má -y1imp -yi2nas -y1ind -y1inf -y1inge -y1i2par -yi2ram -y1i2rat. -y1i2rán -y1i2rás -y1i2rod -y1irt -y1ish -y1isk -y1ism -y1isn -yi2tal -y1i2vó -yí2le -yí2róé -yí2rói -yí2rón -yí2rór -yí2rót -y1í2v -yki2s1a -y1k2l -yközé2 -ykö2z1él -yk1uj -yme2g -ymeg1á -yo2gi -yoki2 -y1o2k1ir -y1o2kos -y1o2koz -y1oktá -yo2laj -y1oldá -yo2m1e -yo2m1ol -yo2n1e -yoné2 -yo2néh -yo2nis -yo2niz -yo2n1í -yon3n -yon1s -yo2nü -y1o2pe -y1orm -y1orom -y1orrú -yo2se -yos3s -yo2sú -y1oszt -yó2gya -yó2gy1e2 -yó2gyé -yó2gyi -y1ó2lo -yó2rai -yó2ráj -yó2rák -yó2rán -yó2rás -yó2rát -yó2riá -yós3s -yó2s1ü -y1öb -yö2kés -y1önt -yö2r1i -y1ö2töd -y1ötv -yö2zön -y®e2 -y1®rl -y1®rr -y1®rs -y1®rz -ypen3 -yp2re -yp2ré -yp2ro -yp2ró -y1p2s -yren2d1® -ysé2gel -y1s2k -y1s2p -yst2 -y1stí -y1str -y1sz2l -y1sz2r -y1sz2t -y2t1ac -y1t2h -y1t2r -yu2g1á -yu2ge -y1ugr -yu2gy -y1ujj -yu2l1e -yu2n -y1uno -y1u2ra -y1u2rá -yu2sé -y1u2szo -y1utc -y1újs -yú2kó -yúl1l -yú1p2 -y1ú2ri -yú2szá -y1útj -yú2ton -y1útró -y1útt -y1üd -y1ü2gy -y1üld -yü2t -y1üte -y1üté -yü2ze -yü2zé -y1üzl -y1¶2z® -yvai2 -yva2j -yv1ajá -yv1ank -yv1a2ra -yv1állo -yv1állv -yv1á2rak -y2v1áru -yve2g -yvegy1 -yv1érté -y2v1in -y2v1í2r -y2vu -y2v1ú -yv1üg -yze2t1a2 -yze2tele -yze2t1o -1za -2z1a2cé -z1a2dag -za2d1ár -zade2 -za2del -za2dí -z1a2dog -za2dóh -za2dói -za2dót -zae2 -za2g1e -zai2g -za2jan -za2j1árt -z1a2kara -z1a2karó -za2k1av -za2kem -za2k1i2r -za2k1ír -za2k1osz -zalé2ké -2zanya -zao2 -z1a2pó. -z1a2pók -z1a2ráb -za2rány -2zarc -za2sem -za1s2l -zat1akt -za2t1a2n -zata2r -zat1ará -za2tem -za2t1in -za2t1ív -2zaty -z1a2tya -za2tyá -zau2t -z1az. -z1azh -za2zo -1zá -z1ábr -záé2 -zá2g1al -zá2gat -zá2g1ál -zá2ge -zág1g -zá2g1ú -2z1á2gy -zá2kin -zále2 -zá2l1eg -zá2l1em -zá2lér -2záll -zá2los -zál1t2r -zá2m1a2d -zá2map -zá2mar -zá2mis -zá2nú -z1á2rada -z1á2ram -zá2r1is -zá2r1osz -zá2r1ó2ra -zá2rö -zár1s2 -zá2sin -záskész1 -2z1á2só -záte2r -z1átv -zázé2 -zá2zév -zá2z1ol -záz3sz -z1b2 -zbee2 -zdas2 -z2d1ass -zd2ró -zd1ur -1ze -2zea2 -zeá2z -2z1eb. -ze2bei -ze2bek -z1e2dz -zee2 -zegész1 -ze2gol -2zegy -ze2gyes -z1egyn -z1egys -zei2g -zei2s -ze2k1e2g -ze2kép -ze2lál -z1elej -ze2l1eml -z1e2lemz -z1elhá -2zellen -z1elnö -ze2l1os -ze2l®g -z1elvo -ze2mad -ze2már -zeme2iké -ze2m1ell -2zemés -zem1id -ze2m1iz -zenci2a -zene2tel -zen2tan -zen2t1est -zen2tí -zeo2m -zeö2 -ze2per -ze1ph -ze1p2r -ze2rad -ze2raj -ze2ran -ze2r1ar -ze2r1as -zer1ára -ze2red® -zere2g -zer1egg -ze2r1egy -zer1ejt -2zerejü -ze2r1él -ze2r1ill -ze2r1ip -ze2ris -2zerj -ze2ror -2z1e2r® -zer1s -ze2r1u2 -ze2set -ze2sit -ze2s® -2z1esté -zes1ut -ze2süv -zesz1ár. -ze2széle -ze2szip -2zeszk -zes3zs -ze2t1any -ze2tál -ze2tát -ze2t1ell -ze2telm -ze2térte -ze2tí -zetme2 -zetmeg1 -ze2tok -ze2t1ó2r -ze2ty -z1e2ur -2zev -ze2vez -z1e2vol -ze2v® -ze2zer -2z1ezre. -2zezred -2zezrei. -2zezreir -2zezreit -2zezreiv -2zezrek -2zezrel -2zezres -2zezret -1zé -zé2dal -zé2d1elem -zé2d1és -zé2dz -2zég -z1é2ge -zé2hes -2z1éhs -z1éjs -zé2kin -zé2lak -zé2l1á2 -2zé2lel -zél1elt -zé2lene -zé2l1e2r -2zélet. -2z1é2letb -2z1é2lete -2z1é2leté -2z1é2leti -2z1é2letr -zé2lir -zé2lo -zé2lu -zéndio2 -zéne2 -zé2neg -zé2n1el -zé2n1is -zé2nu -zé2p1a2 -zé2pá -zép1emb -zé2p1ér -zé2pir -zé2pis -2zépí -zé2p1o -zé2pu -2zépül -zé2r1á2 -zé2reg -zér1emb -zé2rés -zé2rig -zé2r1o -zé2r®t -2z1érté -2z1érth -2z1érz -zé2sa -zé2sel -zé2sí -zés3s -zé2tap -zé2t1á2 -zé2te2l -zét1ele -zét1ese -zét1esn -zét1est -zé2ti -2zétk -zé2t1o -zé2tö -zé2tu -zé2tú -zé2t1ü -zé2t¶ -z1év. -zé2vek -2z1é2ven -2z1é2ves -2z1é2vi -2z1évn -zf2 -zfe2l1em -zfe2li -z2féri -z1fr -z1g2 -zgás3s -zgá2sz -zgés3s -zgó1s2 -zhad1 -zharminc1 -1zi -zi2ac -2zicc -zi1ch -z1i2dé -z1i2d® -zie2l -zie2m -zigaz1 -2zigazg -zi2gáz -2z1i2gén -zi1g2r -zikus1s -z1imma -zi2n1á2r -z1indu -zi2nol -zi2nór -zin2t1el -zin2ter -zin2to -zi2ol -zi2óc -zi2óp -z1i2par -zi1p2l -zi1p2r -z1i2rat -2z1i2rá -zi2rod -zi2sal -zi2seg -zise2l -zis1ele -z1isko -2z1ism -zi2sor -zis3szi -2z1iste -zi2tut -ziú2 -2z1i2vó -2zizm -zi2zom -2zizz -1zí -zí2n1ál -zí2nár -zí2n1o -zí2nu -z1í2ró -zítés3s -zí2val -zí2viz -2z1í2z -z1kh -zkiá2 -zkie2 -z2k1ing -zk2le -z1k2lin -z1k2lu -zkon2tár -z2kopi -z2kópiá -z2kópr -z1k2ra -z1k2ru -z1k2val -zle2ta -zle2tá -zle2t1emb -zle2ter -zle2t1o -z2log -zme2g1á -z2nob -1zo -zoki2 -zok1ir -zo2koz -2z1o2laj -2z1oll -zo2mag -2zomh -2zomv -2zomz -zo2naj -zo2n1áll -zo2ner -zoné2 -zo2név -zon2tel -zon2tol -zo2nyan -zo2nye -zo1phi -zo2ran -zo2rar -zo2r1as -2zorg -z1orke -z1orr. -z1orrú -z1orvo -2z1o2x -1zó -zóá2 -zó1dre -zó1p2 -z1ó2rai -z1ó2ras -zó2ta. -zó2t1ért -zó1t2h -zó1t2r -zózat1át -1zö -zög1ért -zö2g1öl -3zölde -zöl2din -z1ölel -zö2les -2zöne -2zönö -2z1ötv -2zöv -2z1ö2z -1z® -z®1dr -z®e2r -z®ren2 -z®rend1 -z®2ro -2z®rs -2z®rz -z®u2 -zpen3 -z1p2l -z1p2ro -z1p2ró -zre2d3z -zren2d1® -z2s -1zsa -2zsaj -zs1a2la -2zs1amu -z3sapk -1zsá -2zság -z3ság. -z3sága -z3ságá -z3ságt -zsá2rá -1zse -z3sej -1zsé -2z3ség -2zs1ép -zs1érv -1zsi -2zsir -zs1iro -2zs1ita -1zsí -z3sík -2z3síp -1zso -2zsor -zs1orv -1zsó -1zsö -1zs® -zsp2 -zs3s -zst2 -z3s2tí -1zsu -1zsú -z3súl -1zsü -zs1üg -zs1ü2té -1zs¶ -zsz2 -z3sza -z3szá -z3szeg -z3szek -z3szem -zs3zen -z3szere -z3szé -z3szí -z3szo -z3szó -z3sz® -zszt2 -z3szu -z3szü -z3sz¶ -zt1a2dó -zt1apá -z2t1arc -zt1assz -z2táld -zt1á2ram -z2tátj -z2tátu -ztá2v1i2 -z2t1elo -z2t1emb -z2tep -z2tered -z2tesem -z2t1é2g -z2t1é2le -z2t1érté -zt2hen -ztia2 -z2t1id -zti2g -z2t1igé -z2t1i2p -z2t1irá -z2t1iré -z2t1í2r -zto1g2 -zto2n1 -zto2ris -z2torit -zto1szk -ztó1dr -zt2ráj -z1t2ré -z2túj -z2t1út -ztül1l -z2t1üt -1zu -zu2b1a -3zubb -zu2b1i -zu1c2 -zu2g1ár -zu2gí -z1ugr -zu2gu -2z1uj -zule2 -zu2l1esi -z1urn -zu2só -2zut -z1u2ta -z1u2tá -z1u2tó -3zuz -1zú -2zúj -z1ú2jo -z1újs -2zút -z1úth -z1útj -z1ú2to -z1úts -3zúz -1zü -2z1üd -2züg -zü2ni -zürkés1 -2züs -2züt -z1ü2té -z1ü2t® -z1ü2v -2züz -zü2zem -z1üzl -1z¶ -z¶2csi -z¶2k1a -z¶2za -z¶2zér -z1¶2z® -zz1áll -z2zs2 -z3zsí -zz3st -} -\endgroup diff -Nru texlive-lang-2007.dfsg.4/texmf/tex/generic/hyphen/iahyphen.tex texlive-lang-2009/texmf/tex/generic/hyphen/iahyphen.tex --- texlive-lang-2007.dfsg.4/texmf/tex/generic/hyphen/iahyphen.tex 2006-09-13 00:17:04.000000000 +0100 +++ texlive-lang-2009/texmf/tex/generic/hyphen/iahyphen.tex 1970-01-01 01:00:00.000000000 +0100 @@ -1,683 +0,0 @@ -% File: iahyphen.tex -% TeX hyphenation patterns for Interlingua. -% Version 0.2b. Released 3 July 2001. -% version 0.2c Released 28 June 2005 (added LPPL header) -% Created by Peter Kleiweg, p.c.j.kleiweg at rug.nl -% About Interlingua: http://www.interlingua.com/ -% -% \iffalse meta-comment -% -% Copyright 1989-2005 Peter Kleiweg. All rights reserved. -% -% This file is distributed as part of the Babel system. -% ----------------------------------------------------- -% -% It may be distributed and/or modified under the -% conditions of the LaTeX Project Public License, either version 1.3 -% of this license or (at your option) any later version. -% The latest version of this license is in -% http://www.latex-project.org/lppl.txt -% and version 1.3 or later is part of all distributions of LaTeX -% version 2003/12/01 or later. -% -% This work has the LPPL maintenance status "maintained". -% -% The Current Maintainer of this work is Peter Kleiweg. -% -% The list of all files belonging to the Babel system is -% given in the file `manifest.bbl. See also `legal.bbl' for additional -% information. -% -% \fi -\patterns{% -.ch2 -.de4s -.in1 -.se4i -a1a -a1b -a2b1l -a3b4lo -a1ca -a1ce -a1ch -a4chr -a1co -a1cr -a1cu -a1d -1adm -1adv -ae1 -a1el -aero3 -a1g -a4g3ed -1agg -a1h -a1ic -a1is -a1iv -a1j -a1k -a1la -a1le -al3ei -a1lo -a1lu -a1m -3anim -an4sp -a1o -a1p -a1q -a1ra -a1ri -a1ro -a1ru -a1ry -a1s2h -3asth -a1t -atyr4 -a1v -a1w -a1z -1ba -2b1b -b3bo -b1c -2b1d -1be -b1h -1bi -bi4s3a -b1j -b1lu -b2ly -b1m -b1n -1bo -b1p -1b2r -2b1s2 -b1t -1bu -bu1e -bu1i -b1v -ca1i -2c1c -c1d -4c3enn -1chr -2chs -2cht -1chu -1ci -2c1k -1c2l -2c1m -co4cl -co3p2 -c1q -c2r -c1s2 -2c1t -ctro3 -cu1a -cu1e -cu1i -1cy -cy4ne -cyr2 -c1z -1da -2d1d -1de -de4ru -des3e -de4s3o -de4su -2d1g -d1he -dia3s4 -di3p4t -di4sa -di4s3e -di4si -di4so -di4s3u -2d1j -2d1m -1do -do4l3a -4d3osm -d2r -dro3s4 -du1a -du1e -du1i -2d1v -dy2s -e1a -e2au -e1b -e1ca -e1ce -e3che -e3chi -e1co -e1cr -e1cu -e1d -e1e -e1f -1eff -e1g -e1h -e1i -e1j -e1k -e1la -e1le -e1lo -el3od -e4l3om -e1lu -e1m -e4m3ag -2enl -eno3p4 -e1o -eo3g2 -eo3p2 -e1q -e1ra -e1ri -e1ro -4erog -ero3p4 -e1ru -er3ur -e1ry -es4em -e2st -es3ue -e1t -eu1 -eu4ce -e1un -e1v -e1w -1fa -2f1f -2f1h -1fi -1f2l -1fo -1f2r -f1t -1fu -1ga -2g1d -1ge -4g3evi -2g1g -1gi -4g3ima -g2l -2g1m -2g1n -1go -1g2r -2g1s2 -1gu1 -gym2 -gymn3 -gy4na -gy4r3a -2g1z -h2e -hec2 -hect3 -he3ur -h3loc -2h1m -h1n -ho3g2 -ho3p2 -ho3rh -h2r -h1s -h1t -i1a -ia4l3a -i1b2 -i1c -i1d -ido3 -idop4 -i1e -i1f -i1g -i1h -i1i -i1k -i1l -i1m -i4mad -1imb -1inf -1inr -ins2 -1inv -i1o1 -io3g2 -ios2 -io2x -i1p -i1q -i1ra -i1ri -i1ro -iro3p4 -ir3ur -is3ac -is3as -is3au -is3eq -is3es -is3il -is3in -i3s4ph -i1t -i1u -i1v -i1z -ka4le -ke1 -kra1 -4l3alg -4l3arc -l1b -2l1c -2l1d -le3ch -le4id -2l1f -l1g -2l1h -1li -2l1k -2l1l -ll3ur -2l1m -l4m3od -l1n -2lod -l3odo -4lopi -2l1p -l1q -2l1s2 -2l1t -l4t3un -lu1e -lu1i -2lur -2l1v -1ly -ly3ch -1ma -2m1b -m1c -1me -me3ch -me4s3e -m1f -1mi -mi3p2 -mis4i -m1j -m1l -2m1m -mme4n3 -2m1n -mn3am -mn3as -mno1 -mn3ob -mn3op -1mo -4m3ony -mo3p2 -mo3rr -mos4p -mo3s4t -2m1p -m3ps -m1s2 -1mu -2m1v -1my -my4rr -1na -n1ae -n3alg -n3ani -n1a2p -n1au -n1b -n1c -2n1d -1ne -n1eq -n1ex -n1f -n1g -n1h -1ni -n1iq -ni3sp -n2it -n1j -n1l -n1m -n1n2 -1no -nob4l -n3o3s4p -n1ox -n1q -n1r -n1s -n4s3ie -n4sir -n2sl -ns2t -n1t -n4t3ah -n4t3ap -1nu -nu1a -nu1e -nu1i -n1v -1ny -n1z -o1a -o1b -ob3lo -1obs -o1c -oc3le -o1d -o1e -o1f -o1g -o1h -o1i -o1j -o1l -om4na -on2a -ono1 -onos4 -ons2 -o1o -o1p -o1q -o1ra -o1ri -o1ro -or4rh -o1ru -o1s2l -os4po -o1t -o4t3ac -oto3s4 -ou1 -o1ug -o1v -oy1 -o1z -1pa -pan3s -1pe -1ph -1pi -1p2l -pl4a -4pl3op -p1n -p2n1a -p2ne -1po -2p1p -p4p3ia -1p2r -2p1s -p4s3od -3p2sy -2p1t -1pu -pu1b2 -2pu1e -pu1i -pyl1 -py4lo -qu2 -qua4n -4r3alg -2raq -4r3arc -r1b -r1c -2r1d -1re -re3ch -regi3 -4r3enn -re3ut -r1f -2r1g -1rhi -r1hu -r3hyd -r1j -r1l -2r1m -r1n -r1p -r1q -r1r -rr3aq -r1s2 -2r1t -ru1a -ru1e -ru1i -r1v -r1w -ry4se -r1z -1sa -s3abu -4s3act -2s1af -s3agr -s3ann -2s1ap -2s1aq -s3arg -s3arm -s3art -2s1b -1s2c -scle4 -s1d -1se -2s1f -2s1g -s1h -1si -4s3ige -s3iro -s1j -1sk -s1l -s4lav -2s1m -s1n -1so -sob2 -s3obe -s3obl -s3occ -s3odo -s3ord -s3org -s3oss -2s1ox -s1p -2spa -spa4i -2spl -2spo -s1q -s1r -2s1s2 -s3sa -s1t -1su -su1a -su4ba -su4br -su1e -su1i -2s1un -2s1v -1sy -4t3alg -4t3amb -4t3art -2t1d -4t3eco -2t1f -2t1g -th1l -2thm -ti3s4p -t1l -2t1m -tmo1 -to3s4p -4t3oxy -2t1p -t2r -4tr3or -2t1s -2t1t -tu1a -tu1e -tu1i -tu4s3a -ty1 -2t1z -u3ani -u1as -u1av -ub3al -ub1l -ub3ro -u1ca -u1ce -uc3em -u1ch -u1co -u1cr -u1cu -u1d -u1el -u1ib -u1ic -u1la -u1le -u1lo -u1o1 -u1ra -3urgo -u1ri -u1ro -u1ru -u2st -u1t -u1u -u1v -va1i -vi3ru -2vn -v2r -w2n1 -x1a -x1c -x1e -x1h -x1i -x1o -x1p -x1q -x1s2 -x1t -x1u -xu1a -x1y1 -1xyl -y1a -y1b -yc1a -y1ce -ych1 -y1co -yc4t3a -ydr1 -y1e -y1g -y1h -y1i -2yl -y3lac -yl3am -y1le -y1lo -yn3an -yn3eg -y1o -ypo1 -ypos4 -y1r -yro1 -yros4 -ys1e -y1t -y1u -y1z -ze1 -1zi -1zu1 -2z1z -} -\hyphenation{ -alc-un -alc-u-nis-si-me -alc-un-men-te -a-lic-un -a-lic-u-nis-si-me -a-lic-un-men-te -mos-lem -qualc-un -qualc-u-nis-si-me -qualc-un-men-te -} diff -Nru texlive-lang-2007.dfsg.4/texmf/tex/generic/hyphen/ibyhyph.tex texlive-lang-2009/texmf/tex/generic/hyphen/ibyhyph.tex --- texlive-lang-2007.dfsg.4/texmf/tex/generic/hyphen/ibyhyph.tex 2006-01-02 23:53:43.000000000 +0000 +++ texlive-lang-2009/texmf/tex/generic/hyphen/ibyhyph.tex 2007-11-23 20:06:01.000000000 +0000 @@ -1,12 +1,14 @@ -\message{Greek hyphenation patterns for Ibycus 4} +\message{Greek hyphenation patterns for Ibycus encoding, v3.0} % This file was mechanically translated from a set of patterns % for the standard greek encoding using the perl script ibyhyph.pl +% and adding fixes wrt/ the use of lunate sigma. \begingroup \ifx\eTeXversion\undefined\message{not using eTeX}\else\savinghyphcodes=1\fi \lccode`(=`( \lccode`)=`) \lccode``=`` \lccode `'=`' \lccode`==`= \lccode`+=`+ \lccode `|=`| \patterns{% +2+ %%%% vowels a1 a2'1 a2`1 a2=1 a2)1 a2)2'1 a2)2`1 a2)2=1 a2(1 a2(2'1 a2(2`1 a2(2=1 a2+1 a2+2'1 a2+2`1 e1 e2'1 e2`1 e2=1 e2)1 e2)2'1 e2)2`1 e2)2=1 e2(1 e2(2'1 e2(2`1 e2(2=1 e2+1 e2+2'1 e2+2`1 @@ -161,6 +163,7 @@ 4p. 4r. 4s. +4c+. 4j. 4t. 4f. @@ -181,6 +184,7 @@ 4p'. 4r'. 4s'. +4c+'. 4t'. 4f'. 4x'. @@ -199,6 +203,7 @@ .p4 .r4 .s4 +.c+4 .t4 .f4 .x4 @@ -217,6 +222,7 @@ 2r1r r2)1r2( 2s1s +2c+1c+ 2t1t 2f1f 2x1x @@ -229,6 +235,7 @@ 2b1c 2b1p 2b1s +2b1c+ 2b1t 2b1f 2b1x @@ -241,6 +248,7 @@ 2g1c 2g1p 2g1s +2g1c+ 2g1t 2g1f 2g1x @@ -255,6 +263,7 @@ 2d1c 2d1p 2d1s +2d1c+ 2d1t 2d1f 2d1x @@ -272,6 +281,7 @@ 2z1p 2z1r 2z1s +2z1c+ 2z1t 2z1f 2z1x @@ -285,6 +295,7 @@ 2q1c 2q1p 2q1s +2q1c+ 2q1t 2q1f 2q1x @@ -298,6 +309,7 @@ 2k1c 2k1p 2k1s +2k1c+ 2k1f 2k1x 2k1y @@ -314,6 +326,7 @@ 2l1p 2l1r 2l1s +2l1c+ 2l1t 2l1f 2l1x @@ -330,6 +343,7 @@ 2m1p 2m1r 2m1s +2m1c+ 2m1t 2m1f 2m1x @@ -347,7 +361,10 @@ 2n1p 2n1r 2n1s +2n1c+ 2nj. +2ns. +2nc+. 2n1t 2n1f 2n1x @@ -365,6 +382,7 @@ 2c1p 2c1r 2c1s +2c1c+ 2c1t 2c1f 2c1x @@ -378,6 +396,7 @@ 2p1k 2p1c 2p1s +2p1c+ 2p1f 2p1x 2p1y @@ -394,6 +413,7 @@ 2r1c 2r1p 2r1s +2r1c+ 2r1t 2r1f 2r1x @@ -401,12 +421,19 @@ % % 2s1g % Liddell-Scott lexicon: sg'alh = sk'ala 2s1d +2c+1d 2s1z +2c+1z 2s1l +2c+1l 2s1n +2c+1n 2s1c +2c+1c 2s1r +2c+1r 2s1y +2c+1y % 2t1b 2t1g @@ -417,6 +444,7 @@ 2t1c 2t1p 2t1s +2t1c+ 2t1f 2t1x 2t1y @@ -429,6 +457,7 @@ 2f1c 2f1p 2f1s +2f1c+ 2f1t 2f1x 2f1y @@ -441,6 +470,7 @@ 2x1c 2x1p 2x1s +2x1c+ 2x1t 2x1f 2x1y @@ -458,6 +488,7 @@ 2y1p 2y1r 2y1s +2y1c+ 2y1t 2y1f 2y1x @@ -500,15 +531,25 @@ 4pt'. % 4sb'. +4c+b'. 4sg'. +4c+g'. 4sd'. +4c+d'. 4sq'. +4c+q'. 4sk'. +4c+k'. 4sm'. +4c+m'. 4sp'. +4c+p'. 4st'. +4c+t'. 4sf'. +4c+f'. 4sx'. +4c+x'. % 4fq'. 4fl'. @@ -530,32 +571,46 @@ a)die'2c1 a)die2c1 a)du2s1w' +a)du2c+1w' a)du2s1w +a)du2c+1w a(lo'2s1 +a(lo'2c+1 a(lo2s1 +a(lo2c+1 a)mpali'2n1 a)mpali2n1 a)mfi'2s1b +a)mfi'2c+1b a)mfi2s1b +a)mfi2c+1b % >hmfe2s1b % (>a'or. to~u >amfisbht~w) ??? % >hmfi2s1b a)mfi'2s1w +a)mfi'2c+1w a)mfi2s1w' +a)mfi2c+1w' a)2n1agh'j. -a)2n1agh`j. a)2n1agh's. +a)2n1agh'c+. +a)2n1agh`j. a)2n1agh`s. +a)2n1agh`c+. a)2n1ago a)2n1agei=. a)2n1agh=. a)2n1age'j. -a)2n1age`j. a)2n1age's. +a)2n1age'c+. +a)2n1age`j. a)2n1age`s. +a)2n1age`c+. a)2n1agei=j. a)2n1agei=s. +a)2n1agei=c+. a)2n1agw=n. a)2n1age'si +a)2n1age'c+i a)2n1agh= a)2n1a'gku a)2n1agku' @@ -586,11 +641,17 @@ a)2n1ai'm a)2n1aim a)2n1ai'sq +a)2n1ai'c+q a)2n1aisq +a)2n1aic+q a)2n1aisi +a)2n1aic+i a)2n1aisi' +a)2n1aic+i' a)2n1ai'sx +a)2n1ai'c+x a)2n1aisx +a)2n1aic+x a)2n1ai't a)2n1ait a)2n1a'kan @@ -601,6 +662,7 @@ a)2n1ald a)3n2alda a)3n2aldh'sk +a)3n2aldh'c+k a)2n1a'leip a)2n1alei'p a)2n1aleif @@ -613,7 +675,9 @@ a)2n1a'lip a)2n1ali'p a)2n1a'list +a)2n1a'lic+t a)2n1ali'st +a)2n1ali'c+t a)2n1alk a)'2n1alk a)2n1a'lk @@ -642,6 +706,7 @@ a)2n1a'mp a)2n1amf a)namfi2s1 +a)namfi2c+1 a)2n1ana'gk a)2n1anagk a)'2n1and @@ -649,10 +714,13 @@ a)2n1anq a)3n2anqe' a)4n3anqe'j. -a)4n3anqe`j. a)4n3anqe's. +a)4n3anqe'c+. +a)4n3anqe`j. a)4n3anqe`s. +a)4n3anqe`c+. a)4n3anqe'si +a)4n3anqe'c+i a)2n1a'nio a)2n1ani'o a)2n1ani'w @@ -704,7 +772,9 @@ a)2n1apo'p a)2n1apop a)2n1apo's +a)2n1apo'c+ a)2n1apos +a)2n1apoc+ a)2n1apo'te a)2n1apote a)2n1apo'tm @@ -726,24 +796,38 @@ a)3n2art a)3n2aru't a)2n1a'skh +a)2n1a'c+kh a)2n1askh' +a)2n1ac+kh' a)'2n1aspi +a)'2n1ac+pi a)2n1aspi' +a)2n1ac+pi' a)2n1a'ssat +a)2n1a'c+c+at a)2n1assa't +a)2n1ac+c+a't a)2n1a'stei +a)2n1a'c+tei a)2n1astei' +a)2n1ac+tei' a)3n2astei'b +a)3n2ac+tei'b a)3n2a'steir +a)3n2a'c+teir a)3n2astei'r +a)3n2ac+tei'r a)3n2a'steix +a)3n2a'c+teix a)3n2astei'x +a)3n2ac+tei'x a)2n1atei`. a)2n1atei'. a)2n1ati`. a)2n1ati'. a)'2n1atoj. a)'2n1atos. +a)'2n1atoc+. a)2n1a'tou. a)2n1a'tw a)'2n1aton. @@ -751,6 +835,7 @@ a)'2n1atoi. a)2n1a'toij. a)2n1a'tois. +a)2n1a'toic+. a)2n1a'tt a)2n1att a)2n1au'g @@ -785,7 +870,9 @@ a)2n1axu'r a)2n1axur a)ndro'2s1a +a)ndro'2c+1a a)ndro2s1a +a)ndro2c+1a a)2n1e'gg a)2n1egg a)2n1e'gert @@ -796,9 +883,13 @@ a)2n1eda' a)2n1eda a)2n1e'des +a)2n1e'dec+ a)2n1ede's +a)2n1ede'c+ a)2n1e'dras +a)2n1e'drac+ a)2n1edra's +a)2n1edra'c+ a)2n1ee'r a)2n1eer a)2n1eqe'l @@ -817,19 +908,28 @@ a)2n1eilei a)2n1ei'ma a)2n1ei'2s1ak +a)2n1ei'2c+1ak a)2n1ei2s1a'k +a)2n1ei2c+1a'k a)2n1ei'2s1o +a)2n1ei'2c+1o a)2n1ei2s1o' +a)2n1ei2c+1o' a)2n1ei2s1for +a)2n1ei2c+1for a)2n1ei'2s1for +a)2n1ei'2c+1for a)2n1ei2s1fo'r +a)2n1ei2c+1fo'r a)2n1e'k a)2n1ek a)3n2e'ka a)3n2eka'j. -a)3n2eka`j. a)3n2eka's. +a)3n2eka'c+. +a)3n2eka`j. a)3n2eka`s. +a)3n2eka`c+. a)3n2ekt a)4n3e'2k1tit a)4n3e2k1ti't @@ -854,12 +954,15 @@ a)2n1elko a)2n1elkh= a)2n1elke'j. -a)2n1elke`j. a)2n1elke's. +a)2n1elke'c+. +a)2n1elke`j. a)2n1elke`s. +a)2n1elke`c+. a)2n1elke a)2n1elkw= a)2n1elke's +a)2n1elke'c+ a)'2n1elkt a)2n1e'lkt a)2n1e'lkw @@ -883,6 +986,7 @@ a)3n2enh' a)3n2e'ntej. a)3n2e'ntes. +a)3n2e'ntec+. a)2n1e2c1 a)3n2e3c2i'ka a)3n2e3c2ika' @@ -892,23 +996,32 @@ a)3n2epn a)3n2ept a)2n1erast +a)2n1erac+t a)2n1e'rast +a)2n1e'rac+t a)2n1era'st +a)2n1era'c+t a)2n1erg a)'2n1erg a)2n1e'rg a)2n1e'reik a)2n1erei'k a)2n1e'reis +a)2n1e'reic+ a)2n1erei's +a)2n1erei'c+ a)2n1ereu'nht a)2n1ereunh't a)2n1eri' a)2n1eri a)2n1eruqri'ast +a)2n1eruqri'ac+t a)2n1eruqria'st +a)2n1eruqria'c+t a)2n1e'sti +a)2n1e'c+ti a)2n1esti' +a)2n1ec+ti' a)2n1e'tai a)2n1etai' a)2n1e'toi @@ -946,7 +1059,9 @@ a)2n1h'd a)2n1hd a)2n1h'kes +a)2n1h'kec+ a)2n1hke's +a)2n1hke'c+ a)2n1h'ko a)2n1hko' a)2n1hko @@ -954,6 +1069,7 @@ a)2n1hlak a)2n1h'latoj. a)2n1h'latos. +a)2n1h'latoc+. a)2n1hla'tou a)2n1hla'tw a)2n1h'laton. @@ -1005,7 +1121,9 @@ a)2n1h'rot a)2n1hro't a)2n1h'ss +a)2n1h'c+c+ a)2n1hss +a)2n1hc+c+ a)2n1h'tt a)2n1htt a)2n1h'fa @@ -1019,6 +1137,7 @@ a)2n1idit a)'2n1idroj a)'2n1idros +a)'2n1idroc+ a)2n1i'drou a)2n1i'drw a)'2n1idron @@ -1041,23 +1160,37 @@ a)2n1i'l a)2n1il a)2n1i'mast +a)2n1i'mac+t a)2n1ima'st +a)2n1ima'c+t a)2n1i'ou a)2n1iou' a)'2n1ipp a)2n1i'pp a)2n1is +a)2n1ic+ a)'2n1is +a)'2n1ic+ a)2n1i's +a)2n1i'c+ a)3n2isa=t +a)3n2ic+a=t a)3n2isa't +a)3n2ic+a't a)3n2i'st +a)3n2i'c+t a)3n2ist +a)3n2ic+t a)4n3istorh +a)4n3ic+torh a)4n3isto'rh +a)4n3ic+to'rh a)4n3istorh' +a)4n3ic+torh' a)3n2i'sx +a)3n2i'c+x a)4n3i'sxu +a)4n3i'c+xu a)'2n1ix a)2n1i'x a)2n1ixneu't @@ -1081,7 +1214,9 @@ a)'2n1oin a)2n1oi'n a)'2n1oistr +a)'2n1oic+tr a)2n1oi'str +a)2n1oi'c+tr a)2n1o'l a)2n1ol a)'2n1ol @@ -1110,8 +1245,10 @@ a)3n2o'mwn. a)3n2o'moij. a)3n2o'mois. +a)3n2o'moic+. a)3n2o'mouj. a)3n2o'mous. +a)3n2o'mouc+. a)2n1o'n a)2n1on a)'2n1op @@ -1126,16 +1263,25 @@ a)3n2ort a)3n2oru' a)2n1o'si +a)2n1o'c+i a)2n1osi' +a)2n1oc+i' a)2n1osi +a)2n1oc+i a)'2n1osm +a)'2n1oc+m a)2n1o'sm +a)2n1o'c+m a)2n1o'sfr +a)2n1o'c+fr a)2n1osfr +a)2n1oc+fr a)2n1ou'a a)2n1oua' a)2n1ou'si +a)2n1ou'c+i a)2n1ousi' +a)2n1ouc+i' a)2n1ou't a)2n1out a)2n1ofq @@ -1147,23 +1293,33 @@ a)'2n1oy a)2n1o'y a)nta2n1is +a)nta2n1ic+ a)nta2n1i's +a)nta2n1i'c+ a)ntei2s1 +a)ntei2c+1 a)nte2k1 a)nte2n1 a)nte2c1 a)ntidu2s1 +a)ntidu2c+1 a)ntipare2k1 a)ntipare2c1 a)ntipro2s1 +a)ntipro2c+1 a)ntipros3k2u +a)ntiproc+3k2u a)ntisu'2n1 +a)ntic+u'2n1 a)ntisu2n1 +a)ntic+u2n1 a)2n1u' a)2n1u a)3n2um a)3n2u's +a)3n2u'c+ a)3n2us +a)3n2uc+ a)2n1upe'2r1 a)2n1upe2r1 %>a2n1'wd % >an-'wdhc %%% wrong??? comes from >'anw + 'i3s2asje %% duplicate pattern ???? % ei)'3s2asqai +ei)'3c+2ac+qai ei)3s2a'men +ei)3c+2a'men ei)3s2ame'n +ei)3c+2ame'n % e)2k1l e)3k2lh'qh @@ -1428,6 +1790,7 @@ e)3k2la'g e)3k2la'o e)3k2la's +e)3k2la'c+ e)3k2lai' e)3k2lau' e)3k2lei' @@ -1448,14 +1811,21 @@ e)3k2lin e)3k2lu' e)4k3lu'sew +e)4k3lu'c+ew e)4k3lu'sei +e)4k3lu'c+ei e)4k3lu'seoi +e)4k3lu'c+eoi e)4k3lu'sesi +e)4k3lu'c+ec+i e)3k2lo'm e)3k2klw's +e)3k2klw'c+ e)'2k1lei e)'3k2leis +e)'3k2leic+ e)'2k1lus +e)'2k1luc+ e)2k1m e)'2k1m e)2k1n @@ -1463,7 +1833,9 @@ e)'3k2nai e)3k2nai' e)'3k2nhs +e)'3k2nhc+ e)3k2nh's +e)3k2nh'c+ e)3k2nu e)2k1r e)'2k1r @@ -1508,6 +1880,7 @@ e)3k2ru'b e)3k2ru'f e)3k2rus +e)3k2ruc+ e)'3k2rwz e)3k2rw'z e)'3k2rwc @@ -1518,6 +1891,7 @@ e)2k1tan e)2k1tar e)2k1ta's +e)2k1ta'c+ e)2k1te e)2k1te' e)3k2tei'n @@ -1528,14 +1902,18 @@ e)'3k2tiz e)3k2ti'z e)'3k2tisa +e)'3k2tic+a e)3k2ti'sa +e)3k2ti'c+a e)2k1to' e)2k1to e)'2k1to e)3k2to'j. -e)3k2to`j. e)3k2to's. +e)3k2to'c+. +e)3k2to`j. e)3k2to`s. +e)3k2to`c+. e)2k1tr e)'2k1tupo e)2k1tu'pou. @@ -1546,22 +1924,32 @@ e)2k1tu'pwn. e)2k1tu'poij. e)2k1tu'pois. +e)2k1tu'poic+. e)2k1tu'pouj. e)2k1tu'pous. +e)2k1tu'pouc+. e)'2k1tupa. e)2k1tu e(llh'2s1p +e(llh'2c+1p e(llh2s1p +e(llh2c+1p e)2n1 e)'2n1 e)3n2a'kij +e)3n2a'kis +e)3n2a'kic+ e)3n2akis +e)3n2akic+ e)3n2ako's +e)3n2ako'c+ e)3n2akos +e)3n2akoc+ e)'3n2ara. e)3n2a'rwn. e)3n2a'roij. e)3n2a'rois. +e)3n2a'roic+. e)3n2arhf e)4n3arar e)3n2a'ree @@ -1573,12 +1961,17 @@ e)3n2ari'a e)3n2aria' e)'3n2ass +e)'3n2ac+c+ e)3n2a'ss +e)3n2a'c+c+ e)3n2a'sq +e)3n2a'c+q e)3n2asq +e)3n2ac+q e)'3n2at e)3n2a't e)ndu2s1t +e)ndu2c+1t e)3n2e'gk e)3n2egk e)'3n2eik @@ -1588,6 +1981,7 @@ e)'3n2eim e)3n2ei'm e)3n2eme'ss +e)3n2eme'c+c+ e)3n2emh'q e)3n2enh' e)3n2eo' @@ -1600,11 +1994,15 @@ e)3n2e'pei e)'3n2erqe e)'3n2eus +e)'3n2euc+ e)3n2eu's +e)3n2eu'c+ e)3n2e'xq e)3n2exq e)'3n2hs +e)'3n2hc+ e)3n2h's +e)3n2h'c+ e)3n2hh' e)3n2hh` e)'3n2hn. @@ -1618,7 +2016,9 @@ e)'3n2i e)4n3iau' e)5n4iau's +e)5n4iau'c+ e)5n4iaus +e)5n4iauc+ e)4n3idr e)4n3i'dr e)4n3i'z @@ -1631,35 +2031,49 @@ e)4n3i'pt e)4n3i'y e)4n3i'ss +e)4n3i'c+c+ e)4n3i'st +e)4n3i'c+t e)4n3ist +e)4n3ic+t e)4n3isx +e)4n3ic+x e)4n3i'sx +e)4n3i'c+x e)'3n2oj. e)'3n2os. +e)'3n2oc+. e)'3n2ou. e)'3n2on. e)'3n2w e)'3n2oi. e)'3n2oij. e)'3n2ois. +e)'3n2oic+. e)'3n2hj. e)'3n2hs. +e)'3n2hc+. e)'3n2h|. e)'3n2h. e)'3n2osi +e)'3n2oc+i e)3n2o'se +e)3n2o'c+e e)3n2ua'l e)3n2ual e)'3n2uc e)3n2uc e)3n2u'c e)3n2u's +e)3n2u'c+ e)3n2us +e)3n2uc+ e)3n2uw' e)3n2uw` e)3n2uo'o e)3n2uou=j +e)3n2uou=s +e)3n2uou=c+ e)2c1 e)'2c1 e)3c2h'r @@ -1668,106 +2082,180 @@ e)3c2ur e)3c2u'r e)'3c2us +e)'3c2uc+ e)'3c2w. e(2c1h'retm e(2c1hre'tm e)pei'2s1 +e)pei'2c+1 e)pei2s1 +e)pei2c+1 e)pei'3s2aton. +e)pei'3c+2aton. e)pei3s2a'thn. +e)pei3c+2a'thn. e)pei'3s2amen. +e)pei'3c+2amen. e)pei'3s2ate +e)pei'3c+2ate e)pei3s2a'mhn. +e)pei3c+2a'mhn. e)pei'3s2w. +e)pei'3c+2w. e)pei'3s2ato +e)pei'3c+2ato e)pei'3s2asqon. +e)pei'3c+2ac+qon. e)pei3s2a'meqa. +e)pei3c+2a'meqa. e)pei'3s2asqe. +e)pei'3c+2ac+qe. e)pei'3s2anto. +e)pei'3c+2anto. e)pei'3s2q +e)pei'3c+2q e)pei3s2q +e)pei3c+2q e)pe2k1tei' e)pe'2k1tei e)pe2k1tr e)pe'2k1tr e)pe2c1 e)pe2s1b +e)pe2c+1b e)pipro'2s1q +e)pipro'2c+1q e)pipro2s1q +e)pipro2c+1q e)pisu2n1 +e)pic+u2n1 e)2s1 +e)2c+1 e)3s2a'w +e)3c+2a'w e)3s2hm +e)3c+2hm e)3s2q +e)3c+2q e)4s3qe's +e)4c+3qe'c+ e)3s2ig +e)3c+2ig e)3s2k +e)3c+2k e)4s3ka' +e)4c+3ka' e)4s3ka +e)4c+3ka % e)3s2me`n. +e)3c+2me`n. e)3s2me'n. +e)3c+2me'n. e)3s2t +e)3c+2t e)3s2o'meqa +e)3c+2o'meqa e)3s2oi'mhn +e)3c+2oi'mhn e)3s2o'm +e)3c+2o'm e)3s2om +e)3c+2om e)3s2ou= +e)3c+2ou= e)3s2ou' +e)3c+2ou' % e)3s2u +e)3c+2u e)3s2u' +e)3c+2u' e)su'2n1 +e)c+u'2n1 e)su2n1 +e)c+u2n1 e)3s2x +e)3c+2x e)4s3xe' +e)4c+3xe' e)3s2w' +e)3c+2w' e)3s2w +e)3c+2w e)'2s1op +e)'2c+1op eu)e2c1 eu)e3c2i' eu)e3c2i eu)pro'2s1 +eu)pro'2c+1 eu)pro2s1 +eu)pro2c+1 eu)su'2n1 +eu)c+u'2n1 eu)su2n1 +eu)c+u2n1 eu)cu'2n1 eu)cu2n1 e)w2s1f +e)w2c+1f h)'2n1oy. h)'2n1op h)2n1o'p .qemi2s1kr +.qemi2c+1kr .qeo'2s1d +.qeo'2c+1d .qeo2s1d +.qeo2c+1d .qeoi2s1exqr +.qeoi2c+1exqr .qh2r1agr .quo2s1k +.quo2c+1k .kaqupe2r1 .kalw2s1or +.kalw2c+1or .kalw2s1o'r +.kalw2c+1o'r .ka2n1ei'j. -.ka2n1ei`j. .ka2n1ei's. +.ka2n1ei'c+. +.ka2n1ei`j. .ka2n1ei`s. +.ka2n1ei`c+. .ka2n1en .ka2n1e'n .katadu2s1wp +.katadu2c+1wp .katedu2s1w'p +.katedu2c+1w'p .katei2s1 +.katei2c+1 .kate2n1ai' .kate2n1h' .kate2c1a2n1i' .kate2c1a2n1e's +.kate2c1a2n1e'c+ .kera2s1f +.kera2c+1f .kra'2s1p +.kra'2c+1p .kra2s1p +.kra2c+1p .kuno'2s1a +.kuno'2c+1a .kuno'2s1b +.kuno'2c+1b .kuno2s1b +.kuno2c+1b .kuno'2s1o +.kuno'2c+1o .kuno2s1o +.kuno2c+1o .kuno2s1f +.kuno2c+1f .mela2n1a'g .mela2n1ag .mela2n1a'e @@ -1782,9 +2270,13 @@ .mela2n1o'mm .mela2n1omm .mela'2n1oss +.mela'2n1oc+c+ .mela2n1o'ss +.mela2n1o'c+c+ .mela'2n1ost +.mela'2n1oc+t .mela2n1o'st +.mela2n1o'c+t .mela'2n1our .mela2n1ou'r .mela2n1our @@ -1794,11 +2286,17 @@ .mete2c1e' .mete2c1e .mogi2s1 +.mogi2c+1 .mogo2s1t +.mogo2c+1t .mu2s1p +.mu2c+1p .mu2s1ep +.mu2c+1ep .new'2s1oik +.new'2c+1oik .new2s1oi'k +.new2c+1oi'k .nou2n1e .cu2n1ag .cu2n1e @@ -1812,40 +2310,70 @@ oi(o2n1ei'. oi(o2n1ei`. oi(o'2s1 +oi(o'2c+1 oi)2s1pw't +oi)2c+1pw't oi)2s1pwt +oi)2c+1pwt o(lo2n1e'n. o(lo2n1e`n. o(pw2s1 +o(pw2c+1 o('2s1ge. +o('2c+1ge. o(so2n1w=n. +o(c+o2n1w=n. o('2s1per. +o('2c+1per. o('2s1tij +o('2s1tis +o('2s1tic+ +o('2c+1tij oi(=2s1tisi +oi(=2c+1tic+i ou('2s1tinaj +ou('2s1tinas +ou('2s1tinac+ +ou('2c+1tinaj h(=2s1tinoj +h(=2s1tinos +h(=2s1tinoc+ +h(=2c+1tinoj ai(=2s1tisi +ai(=2c+1tic+i a('2s1tinaj +a('2s1tinas +a('2s1tinac+ +a('2c+1tinaj o(2s1ti2s1ou=n. +o(2c+1ti2c+1ou=n. h(ti2s1ou=n. +h(ti2c+1ou=n. o(poiou2s1tina2s1ou=n. +o(poiou2c+1tina2c+1ou=n. ou)deno'2s1w +ou)deno'2c+1w ou)deno2s1w' +ou)deno2c+1w' .pali2n1 .pali'2n1 .pa2n1 .pa'2n1 .pa3n2o'j. -.pa3n2o`j. .pa3n2o's. +.pa3n2o'c+. +.pa3n2o`j. .pa3n2o`s. +.pa3n2o`c+. .pa3n2i'. .pa3n2i`. .pa'na. .pa3n2w=n. .pa3n2ik .pa3n2i'sd +.pa3n2i'c+d .pa3n2isd +.pa3n2ic+d .pa3n2ou=. .pa3n2w=|. .pa3n2o'. @@ -1858,13 +2386,19 @@ .pa3n2oi`. .pa3n2oi=j. .pa3n2oi=s. +.pa3n2oi=c+. .pa3n2ou'j. -.pa3n2ou`j. .pa3n2ou's. +.pa3n2ou'c+. +.pa3n2ou`j. .pa3n2ou`s. +.pa3n2ou`c+. .para2n1i'sx +.para2n1i'c+x .parei'2s1 +.parei'2c+1 .parei2s1 +.parei2c+1 .pare2k1l .pare2k1tr .pare2n1ei= @@ -1874,68 +2408,115 @@ pare'3c2w. pare'3c2eij. pare'3c2eis. +pare'3c2eic+. pare'3c2ei. pare'3c2eton. pare3c2e'thn. pare'3c2omen. pare'3c2ete. pare'3c2ousi. +pare'3c2ouc+i. pare'3c2omai pare'3c2h| pare'3c2etai. pare'3c2esqon. +pare'3c2ec+qon. pare3c2o'meqa. pare'3c2esqe. +pare'3c2ec+qe. pare'3c2ontai. .pleo2n1e' .pleo2n1e .proei2s1 +.proei2c+1 .proe2k1 .proe2n1 .proe2c1 .proe'2c1 .pro2s1 +.pro2c+1 .pro3s2a'b +.pro3c+2a'b .pro3s2ab +.pro3c+2ab .prosei2s1 +.proc+ei2c+1 .pro3s2ei' +.pro3c+2ei' .pro3s2e'sei +.pro3c+2e'c+ei .pro3s2esei' +.pro3c+2ec+ei' .prose2n1 +.proc+e2n1 .prose2c1 +.proc+e2c1 .pro'3s2qi +.pro'3c+2qi .pro3s2qi' +.pro3c+2qi' .pro4s3qig +.pro4c+3qig .pro'3s2kop +.pro'3c+2kop .pro3s2ko'p +.pro3c+2ko'p .pro3s2tas +.pro3c+2tac+ .pro3s2ta't +.pro3c+2ta't .pro3s2tat +.pro3c+2tat .pro3s2tau +.pro3c+2tau .pro3s2tei' +.pro3c+2tei' .pro3s2ten +.pro3c+2ten .pro3s2te'n +.pro3c+2te'n .pro3s2tern +.pro3c+2tern .pro'3s2tern +.pro'3c+2tern .pro3s2te'rn +.pro3c+2te'rn .pro3s2th's +.pro3c+2th'c+ .pro3s2to'm +.pro3c+2to'm .pro3s2tom +.pro3c+2tom .pro'3s2tw| +.pro'3c+2tw| .pro3s2tw'| +.pro3c+2tw'| .pro3s2ug +.pro3c+2ug .pro3s2um +.pro3c+2um .pro3s2u2n1 +.pro3c+2u2n1 .pro'3s2fagm +.pro'3c+2fagm .pro3s2fa'gm +.pro3c+2fa'gm .pro3s2fa'z +.pro3c+2fa'z .pro3s2fa'tt +.pro3c+2fa'tt .pro'3s2xhm +.pro'3c+2xhm .pro3s2xh'm +.pro3c+2xh'm .pro'3s2w. +.pro'3c+2w. .pro'3s2wqen. +.pro'3c+2wqen. .pro3s2w't +.pro3c+2w't .pro3s2wt +.pro3c+2wt .prou+pe2c1 .pu2r1a'g .pu2r1ag @@ -1952,33 +2533,61 @@ .pu2r1hne'm .pu2r1wp .sela2s1fo' +.c+ela2c+1fo' .sela2s1fo +.c+ela2c+1fo .sumparei2s1 +.c+umparei2c+1 .su2n1 +.c+u2n1 .su'2n1 +.c+u'2n1 .sundie'2c1 +.c+undie'2c1 .sundie2c1 +.c+undie2c1 .sundu2s1 +.c+undu2c+1 .sune2c1 +.c+une2c1 .tessare2s1k +.tec+c+are2c+1k .trei2s1k +.trei2c+1k .tri2s1 +.tri2c+1 .tri3s2mo' +.tri3c+2mo' .tri3s2mo +.tri3c+2mo .tri3s2mw= +.tri3c+2mw= .tri3s2p +.tri3c+2p .tri'3s2t +.tri'3c+2t .tri3s2t +.tri3c+2t .tri3s2w' +.tri3c+2w' .tri3s2w +.tri3c+2w u(o2s1k +u(o2c+1k u(pei'2s1 +u(pei'2c+1 u(pei2s1 +u(pei2c+1 u(pei'3s2aj u(pei'3s2as +u(pei'3s2ac+ +u(pei'3c+2aj u(pei'3s2an +u(pei'3c+2an u(pei3s2a'n +u(pei3c+2a'n u(pei3s2a's +u(pei3c+2a'c+ u(pe2k1lam u(pe2k1lh'y u(pe2k1t @@ -1989,14 +2598,17 @@ u(pe'3r2a. u(pe'3r2hj. u(pe'3r2hs. +u(pe'3r2hc+. u(pe'3r2a|. u(pe'3r2an. u(pe'3r2ai. u(pe3r2w=n. u(pe'3r2aij. u(pe'3r2ais. +u(pe'3r2aic+. u(pe'3r2aj. u(pe'3r2as. +u(pe'3r2ac+. u(pe3r2eq u(pe3r2e'q u(pe3r2ei' @@ -2014,6 +2626,7 @@ u(pe3r2e'e u(pe3r2ei=j. u(pe3r2ei=s. +u(pe3r2ei=c+. u(pe3r2ei=. u(pe3r2e'o u(pe3r2ou= @@ -2021,11 +2634,17 @@ u(pe3r2w' u(pe3r2w u('2s1tr +u('2c+1tr u(2s1tr +u(2c+1tr .fae2s1f +.fae2c+1f .fw2s1f +.fw2c+1f .xari2s1andr +.xari2c+1andr .xari2s1a'ndr +.xari2c+1a'ndr .xei2r1a'g .xei2r1ag .xei2r1ap @@ -2036,52 +2655,92 @@ .xei2r1an .xh2n1nal w(2s1a2n1ei'. +w(2c+1a2n1ei'. w(2s1a2n1ei`. +w(2c+1a2n1ei`. w(2s1au'twj. w(2s1au'tws. +w(2s1au'twc+. +w(2c+1au'twj. w(2s1ei'. +w(2c+1ei'. w(2s1ei`. +w(2c+1ei`. w('2s1per. +w('2c+1per. w(2s1pe2r1ei'. +w(2c+1pe2r1ei'. w(2s1pe2r1ei`. +w(2c+1pe2r1ei`. w('2s1te +w('2c+1te %%%% %%%% i2s1xi'lioi. +i2c+1xi'lioi. i2s1xili'wn. +i2c+1xili'wn. i2s1xili'oij. i2s1xili'ois. +i2s1xili'oic+. +i2c+1xili'oij. i2s1xili'ouj. i2s1xili'ous. +i2s1xili'ouc+. +i2c+1xili'ouj. i2s1xi'liai. +i2c+1xi'liai. i2s1xili'aij. i2s1xili'ais. +i2s1xili'aic+. +i2c+1xili'aij. i2s1xili'aj. i2s1xili'as. +i2s1xili'ac+. +i2c+1xili'aj. i2s1xi'lia. +i2c+1xi'lia. % i2s1mu'rioi. +i2c+1mu'rioi. i2s1muri'wn. +i2c+1muri'wn. i2s1muri'oij. i2s1muri'ois. +i2s1muri'oic+. +i2c+1muri'oij. i2s1muri'ouj. i2s1muri'ous. +i2s1muri'ouc+. +i2c+1muri'ouj. i2s1mu'riai. +i2c+1mu'riai. i2s1muri'aij. i2s1muri'ais. +i2s1muri'aic+. +i2c+1muri'aij. i2s1muri'aj. i2s1muri'as. +i2s1muri'ac+. +i2c+1muri'aj. i2s1mu'ria. +i2c+1mu'ria. % i2s1xiliost +i2c+1xilioc+t % i2s1muriost +i2c+1murioc+t % i2s1xilia'kij. i2s1xilia'kis. +i2s1xilia'kic+. +i2c+1xilia'kij. % i2s1muria'kij. i2s1muria'kis. +i2s1muria'kic+. +i2c+1muria'kij. } \endgroup \endinput diff -Nru texlive-lang-2007.dfsg.4/texmf/tex/generic/hyphen/icehyph.tex texlive-lang-2009/texmf/tex/generic/hyphen/icehyph.tex --- texlive-lang-2007.dfsg.4/texmf/tex/generic/hyphen/icehyph.tex 2006-09-13 00:17:04.000000000 +0100 +++ texlive-lang-2009/texmf/tex/generic/hyphen/icehyph.tex 1970-01-01 01:00:00.000000000 +0100 @@ -1,4268 +0,0 @@ -% The Icelandic Plain TeX hyphenation tables -% as of Nov 2 1988. -% Jorgen Pind, Institute of Lexicography, Univ. of Iceland -% jorgen@lexis.hi.is (Internet) -% -% Modified for babel by Marteinn Sverrisson 1.3.1996 -% Coded with ^^e1, etc instead of 8-bit chars -% These changes entail that ' and " are "letters" in \TeX. This entails -% e.g. that if one wants to use, say, umlaut marks over u or a it is -% necessary to write \" a (space before a) or \"{a} instead of PLAINS \"a. -% -% Mar 2 2004: Uploaded a new version to CTAN, with a clarified license -% statement, at the request of the author, Jorgen Pind. -% Kristinn Gylfason (kristgy@ieee.org) - -% This file may be distributed and/or modified under the -% conditions of the LaTeX Project Public License, either version 1.2 -% of this license or (at your option) any later version. -% The latest version of this license is in -% http://www.latex-project.org/lppl.txt -% and version 1.2 or later is part of all distributions of LaTeX -% version 1999/12/01 or later. - -\catcode`^^e1=11 -\catcode`^^f0=11 -\catcode`^^e9=11 -\catcode`^^ed=11 -\catcode`^^f3=11 -\catcode`^^fa=11 -\catcode`^^fd=11 -\catcode`^^fe=11 -\catcode`^^e6=11 -\catcode`^^f6=11 -\catcode`^^c1=11 -\catcode`^^d0=11 -\catcode`^^c9=11 -\catcode`^^cd=11 -\catcode`^^d3=11 -\catcode`^^da=11 -\catcode`^^dd=11 -\catcode`^^de=11 -\catcode`^^c6=11 -\catcode`^^d6=11 - -\lccode`^^c1=`^^e1 -\lccode`^^c9=`^^e9 -\lccode`^^cd=`^^ed -\lccode`^^d3=`^^f3 -\lccode`^^da=`^^fa -\lccode`^^dd=`^^fd -\lccode`^^de=`^^fe -\lccode`^^c6=`^^e6 -\lccode`^^d6=`^^f6 -\lccode`^^d0=`^^f0 -\lccode`^^e1=`^^e1 -\lccode`^^e9=`^^e9 -\lccode`^^ed=`^^ed -\lccode`^^f3=`^^f3 -\lccode`^^fa=`^^fa -\lccode`^^fd=`^^fd -\lccode`^^fe=`^^fe -\lccode`^^e6=`^^e6 -\lccode`^^f6=`^^f6 -\lccode`^^f0=`^^f0 - -\uccode`^^e1=`^^c1 -\uccode`^^e9=`^^c9 -\uccode`^^ed=`^^cd -\uccode`^^f3=`^^d3 -\uccode`^^fa=`^^da -\uccode`^^fd=`^^dd -\uccode`^^fe=`^^de -\uccode`^^e6=`^^c6 -\uccode`^^f6=`^^d6 -\uccode`^^f0=`^^d0 - -\patterns{ % just type if you're not using INITEX -.a^^f03 -.a^^f0a4 -.a^^f0k2 -.a^^f0l4a -.af3n -.af3re -.afr3^^ed -.af1s4 -.agn5^^fa -.al3e -.al4l -.am4s -.an3k -.ann4e -.ar2 -.ar3a4b5 -.arth5 -.asp3 -.aum5a -.^^e1m4 -.^^e1n4a -.ba4 -.da4 -.dam5a -.dav3 -.dr4 -.ds4 -.du4 -.dust5 -.ed5ik -.eftir5 -.eigin5g -.eink4 -.ekt4 -.er4m -.eyf2 -.fa4 -.fi4 -.fj^^e1r3 -.fl4 -.fla4 -.fr4 -.fr^^e11 -.ga2 -.gar4 -.gas5l -.gd4 -.gem5 -.gja2 -.gl2 -.gr4 -.gu4 -.her5sk -.il4 -.ingj5 -.is4m -.^^eds1l -.ja2 -.jar4 -.ka4 -.kal5e -.kam5e -.kap^^ed3 -.kart5 -.kast3 -.kn4 -.kr4 -.kur4 -.la4 -.lag5e -.leik5sv -.l^^edb5 -.lu4 -.ma2 -.maj5 -.mak5r -.mi4 -.mj4 -.mu4 -.mynst4 -.na2 -.n^^ed5f -.n^^fd5f -.ol4^^edu. -.^^f3a4 -.^^f3^^f05al -.^^f3f4 -.^^f3g2 -.^^f3k4 -.^^f3m4i -.^^f3s2 -.pa4 -.pl4 -.ra2 -.ram4 -.r^^ed4 -.r^^f3^^f04 -.r^^fam3 -.saman5 -.sk4 -.ski4 -.skj4 -.skr4 -.sl2 -.sm4 -.sm^^e13l -.sn4 -.snar5a -.sp4 -.spr4 -.st4 -.sta2 -.ta4 -.ti2 -.til3 -.t^^ed5f -.tr4 -.tu2 -.tv^^ed1 -.ung3l -.unn5usta -.^^far1 -.^^fat1 -.^^fat5s -.vegg5s -.vist3 -.yfir3 -.^^e6vi3s -.^^f6fl3 -.^^f6gr5 -.^^f6r3s -.^^f6t3u -2a3a4 -a4ab -a4ad -2a1^^e12 -2a1b -ab4a -3ab^^eds -a5by -ab^^e6k4l -4ac -2a1d4 -a5d^^f3 -a4du -1a^^f0 -4a^^f0a^^f0 -a^^f03al -a^^f03ar -2a^^f0fa -4a^^f0f^^f6 -a^^f03g -a^^f03i -2a^^f0l -a^^f04li -4a^^f02m -2a^^f0sh -3a^^f0u. -2a^^f0v -2a1e -a5ei -a4es -2af -af3ald -af3arn -a3f^^e1 -af4fr -af3g -a1fj -a3fl^^f3 -a1flu -af5ork -a1fr -af3r^^e9 -afr4u -a5fr^^e6 -4afsd -af1sk -4afsso -af2u -a1ful -a1fun -3afur^^f0 -2ag -a3gau -ag5^^e1l -ag5is -a5gj -agn4ara -ag2ne -ag5ot -a1gr -ag4ra -ags4i^^f0 -ag4sp -ag4stj -ag4ul -ag3^^e6^^f0 -4a1h -4ai -a3i^^f0 -a4in -a^^ed4h -2aj -a3j^^f6 -2ak -akaup4s -a5k^^e1 -a1ke -a5kinnin -a5kistu -a1kj -ak5rei -aks4l -4akss -ak3u -a3kv -a5ky -a5k^^fd -a3k^^f6 -2al -a1lag -4aland -a5landi^^f0 -a5landinu -alas4 -al^^e14 -a4lem -al3er -al1f -al1g -5alge -3alh -alis4 -al4^^edn -al3kj -alk5s -al3k2u -al4l^^ed -all2s -allst4 -al4l^^fd -4alma^^f0 -al5mann -al5m2i -a3log -a5lok -al5op -a5l^^f3^^f0 -al4s^^e6t -al5up -al5^^fa -al3v4 -a3ly -a1l^^e6 -a1l^^f6 -2am -am3ang -a3mann -am3ari -am3ars -am3a4s -am3dr -a3m^^ed -am3k -am2m -amm4is -a1m^^f3 -am3se -ams2i -am1t -1an -3an. -3ana. -an3ada -4anag -2anal -4anau -2an^^e1 -4and. -and1e -4an4d^^ed -andr4 -4and^^f6 -4ane -an5ei -2ang -an4ga -ang1d -an4gj -ang5spi -an2g3^^f6 -4anib -4ani^^f0 -an5^^edn -2ank -ank5l -ank3v -3anm -ann5d -4annf -4annh -ann1k -4annl -4anns -annsk4 -4an4o -anst4 -an3sti -an3t^^ed -3anu -4an^^fa -4an^^fd -4an^^e6 -4an^^f6 -2a3o -2a3^^f3 -2ap -ap3al -a3per -a3pil -a3po -a5pre -ap3te -a5p4un -a5p^^f6r -1ar -3ar. -ar3afu -ara5kr -ar3ang -4arani -ar4arp -ar2as -ar5ast. -ar3au -2ar^^e14 -4ar^^e1^^f0 -5ar3^^e1k -3ar3^^e1r -3ar1^^e1s -ar1^^e1t -3ard2 -4ard^^ed -4ar^^f0. -ar^^f0ar5^^e1 -4ar^^f0i -4ar^^f0s -3ar^^f0u. -2are -3ar1ef -4aref. -5areig -5arein -a3rek -ar3el -ar3en -ar5er -a3ret -4a1r^^e9 -2arf -3arfe -3arf^^e9 -arfs3k -ar1fu -ar3gj -ar4gr^^e6 -args4 -arg3sl -4ar5i^^f0 -4arif -ar3in -ar4ind -ar5ist. -4a5rit -4a1r^^ed -ar3j4 -4ark. -ark4is -ar5kj -ar3kr4 -4arms -ar3m^^fa -4arna. -4aro^^f0 -4arol -4arot -2ar^^f3 -2arp -4arra -arr2i -arr4u -ar4s^^e1 -3arse -ar1sk -ar4spi -arst4 -5arst^^ed -ar3su -ar5til -artr2 -ar5tra^^f0 -ar3u -ar4u^^f0 -4ar4ug -5arum -2ar1^^fa -a5r^^fas -ar3v4 -ar3yf -4ar^^fd -2ar^^e6 -a3r^^e6^^f0 -ar5^^e6v -4ar^^f6 -as2 -4a1sa -as3an -2a3s^^e1 -4ase -4as^^e9 -2asi -a5sinna -2asj -4a1sk -2asl -a3slag -2a1sm -4asn -4aso -4as^^f3 -2asp -asp^^edt4 -4ass -ass4v -1ast -4asta^^f0 -ast4and -4astau -4aste -4ast^^e9 -4astig -4astin -ast4ing -4astir^^f0 -4a1st^^ed -4astj -ast3l -4asto -2ast^^f3 -4astr^^e1 -ast5r^^e1^^f0 -4astr^^ed -4a3str^^e6 -4astr^^f6 -4astul -4a3st4un -4ast^^fa -4a3sty -4ast^^e6 -4ast^^f6 -2a1su -2a1sv -4as4y -2as^^fd -4as^^e6 -2as^^f6 -2at -at3a^^f0 -a3tak -a3tal -at4anv -ata4r -a1te -at3ey -3ath -a1til -a3tj -3atk -atns3 -a4t^^f3 -atr4a -at1re -3at1ri -at2sp -a5t2un -a1t^^fa -at4ve -3atvi -a1t^^f6 -2a4u2 -4au^^f0. -au^^f05li -5au^^f0n -aug4as -au4m -aum5ba -aum5un -aun5dr -aup5e -aup3l -a5upp -au4s -ausa5m -au4t -2a1^^fa -2a1v -av4ar. -a3vir -2ay -a5yf -4az -2a1^^fe -a2^^fe^^f3 -2a3^^e6 -4a5^^f6 -^^e11a -^^e1ak4 -^^e1a5lo -^^e11b -^^e14bu -^^e11d4 -4^^e1^^f0 -^^e1^^f02s -^^e1^^f03sn -^^e1^^f03sta -^^e1^^f02u -^^e1^^f03us -^^e11e -^^e1f2 -^^e15f^^e1 -^^e15f^^ed -^^e13fl -^^e1fl^^e6^^f04 -^^e1f5un -^^e1g2i -^^e1gl4 -^^e1gr2 -^^e1g1s -^^e1g3v -^^e11h -^^e11i -^^e1k2a -^^e1kam4 -^^e1kap4 -^^e1k^^f34 -^^e1la3m -^^e1l3arf -^^e1l2as -^^e15lau -^^e13let -^^e1lf3d4 -^^e1lf5sk -^^e1l4m -^^e1lm5an -^^e1lm5u -^^e1lp3 -^^e1l4se -^^e1l5sva -^^e1l5ug -^^e15l^^fa -^^e1l3^^e6^^f0 -2^^e1m -^^e1m^^e1l5a -^^e1msl4 -^^e12n -^^e1n4aro -^^e1n2as -^^e1n4o -^^e13n^^fd -5^^e1n^^e6 -^^e13o -4^^e1p -^^e1ra5g -^^e1r3an -^^e1rar4 -^^e15r^^e9 -^^e1r3f4 -^^e1r5g -^^e1r5k4 -^^e1r1m -^^e1rns4 -^^e1rn5sl -^^e1r2st -^^e1r5t -^^e1r1u -^^e1r3v -^^e15r^^e6 -^^e1s5en -^^e11sk -^^e12ska -^^e14ske -^^e13s4l -^^e1s2m -^^e1st2 -^^e1st5i -^^e1st5r^^e1^^f0 -^^e1st5r^^edk -^^e1st5v -4^^e1su4 -^^e1s5va -^^e1t3a^^f0 -^^e11te -^^e1tr4as -^^e1ttar3 -5^^e1ttin. -^^e1tt3un -^^e11t^^e6 -^^e11u -^^e1uk4 -^^e13ve -^^e13v^^ed -^^e11v^^e6 -^^e11^^fe -^^e15^^e6^^f0 -b2a -4ba. -ba^^f0k4 -ba4h -bak5sl -ba2n -4bana -4ban^^ed -bank5an -4bans -b5ant -bar2b -bar^^f04as -bar2n -b^^e14s -2b4b -bb3a^^f0 -bb3an -bb5arn -bb3i -bb3u^^f0 -1be -bess4 -b2i2 -bi^^f05i -bi^^f05lis -bi^^f05r4 -bif1 -bilj5 -bill5 -4binn -bisk3 -b4it -bit2a -4b^^eda -2b3^^eds -2b3^^edu -3bj -bjar2 -b4l2 -bl4^^edunn -4bn -5bo -3b^^f34 -b^^f3k3s -b4r2 -br5a^^f0 -bra4s -3bro -br4u -3br^^fa -4bum4 -bur2 -3bur^^f0 -burst5a^^f0 -bu4s -1b^^fa -b^^faf4 -b^^fa3sta -1by -1b^^fd -b^^e6k2i -b^^e6n4a -1b^^e6r -b5^^e6ttism -1b^^f6 -4b^^f6ki -c4a -ci4 -ck4 -4da. -daf4 -dak2 -3dal. -5dals -da1m4 -d5ang -d4an^^ed -d4arad -d4ar4a^^f0 -dar4^^e1r -d3arf -d5arp -dask4 -da3sl -4dav -d1b -2dd -4dea -d5ef -3deg -1deil -d1en -d5e^^f3 -5dep -d1f4 -d1g2 -d4gi -d1h -d1i -di5fu -d3ill -dim4 -di3ma -di3nav -d2ine -dir3s -d^^ed3d -d5^^ed^^f0 -d5^^ednu -3d^^eds -d^^edv3 -3dj4 -djarf5a -d1k2 -d1l2 -d2la -dl3a^^f0 -d3lag -d3lau -d4li^^f0 -dl3u -d1m -d5olf -d5^^f3^^f0 -d3^^f3f -d^^f35l^^ed -1d^^f32m -d^^f3m5an -d^^f35ne -3d^^f3r -d^^f32s -d^^f3s5e -4dq -d5ra^^f0f -dr4a^^f0s5 -d5ra^^f0st -drafn4 -dr4ara -3dreg -d5reip -d5rey -d5ri^^f0a -d3r^^edk -d5ro^^f0 -dru4 -d4r^^e6t -2ds -d5sal -d4sj^^f6 -dsk2 -ds4ko -ds5kun -ds1l -d5sn^^f6 -ds1s4 -d1st4 -d4sti -ds4u^^f0 -d4s^^f6f -d1t2 -d1u -duf4 -5duft -duk4 -d4umb -du5r^^e6 -d4usta -d3^^fan -d^^fan4a -d^^fat4 -d1v4 -4dw -1dy -1d^^fd -d3^^fe -1d^^e6 -4d^^e6f -4d^^e6r -3d^^f6 -^^f01a -^^f0af4 -^^f0a3g -^^f0ak4 -^^f04albo -^^f03ald -^^f0al4is -^^f04a1m4 -^^f03a4n -^^f0anmeg4 -^^f0ar1a -^^f03ar3f -^^f0ar3l -^^f0ar4lis -^^f0ar3t4 -^^f03ar^^fa -^^f0at4a -^^f03au -^^f03^^e12 -^^f01b -^^f01d2 -^^f01e -^^f03f4 -^^f01g -^^f02ga -^^f02gi -^^f0g4l -^^f04gn -^^f0gu4 -^^f03g4ul -^^f01h -^^f01i -^^f0i3g -^^f0ik4 -^^f03in -^^f0is5l -^^f0ist4 -^^f04ista -^^f0is4ve -^^f0j3as -^^f03j^^f3 -^^f04ju -^^f03ke -^^f01kr -^^f0k2un -^^f03kunn -^^f01kv -^^f01l^^e1 -^^f0l2in -^^f0l4ist -^^f03l^^ed -^^f0l4ur -^^f01l^^e6 -^^f01m2 -^^f0num4 -^^f03o -^^f03^^f3 -^^f01p2 -^^f0r5^^e1t -^^f01re -^^f01r^^e9 -^^f03rik -^^f03r^^edk -^^f05r^^f3 -^^f0r1u -^^f03r^^fa -^^f01r^^e6 -^^f0r^^e6^^f0is5 -^^f0s5afl -^^f0s5^^e1 -^^f04seg -^^f0s4inn -^^f01sk -^^f0skr4 -^^f04sk^^fa -^^f0s5kv -^^f04sk^^f6 -^^f0s4lu -^^f02so -^^f0s3or -^^f0ss4 -^^f01st2 -^^f02st^^ed -^^f03st^^f6 -^^f0s4u -^^f04svi -^^f02s^^e6 -^^f01t4 -^^f01u -^^f03u^^f0 -^^f03ug -^^f03ull -^^f05uls -^^f05unn -^^f03unu -^^f03ur -^^f0ur5^^e1 -^^f0ur3f -^^f0ur5g4 -^^f0ur5st -^^f01v -^^f0v5a^^f0 -^^f0v3ann -^^f0v3arn -^^f01y -^^f05^^fd -^^f01^^fe -eat4 -ebr5e -ed4e -e1dik -ed3it -e^^f03a2 -e^^f0al1 -e^^f03il -e^^f04is -e2f -e3fal -ef3i -efj5an -ef4n -4eft. -2efts5 -eg4ge -eg3i -egr5u -eg3u4l -egur4s -e4i -ei^^f05ar -ei^^f04st -eif4as -ei4ka -eik3li -eik3u -eil3ag -eil5^^f6 -ei2m -eim5u -eing4 -1eink -4eino -eist5a^^f0 -e4k -ek2is -ekj5a -ekn3 -ek3u -ek5^^fa -e2l -el5^^e1s -el4d -el3eg -elf3in -el4gr -el1i -4el^^ed -el3^^edn -el4ke -el2l -ell5an -ell3e -elleg4 -el3^^f3 -el3r -el1s^^ed -5elsk -el4te -elu5s -e2m -em4ba -1embe -em5ens -em3i4 -emj3 -em4l -eml2i -empl5 -em5u -e2n -4enc -en4g -eng3a -enik4 -2enn -enn4t -en4t -ep4h -ep3i -epl5i -e4pr -ep4t -e4r -er3al -er5au -er5^^e1 -4er^^f0 -5ere -er5et -erf5ar -er2fr -erf3u -erg5l -er4gr -er3i -er2k -er4la -erl3i -er4l^^ed -er4mi -erm5in -er5^^f3l -er5skj -er1un -er2v -er3^^f6 -er^^f6f4 -e2s -es3a -es4ban -es4bu -4esj -e5ske -4eso -esp3a -es2s -est3a^^f0 -est5^^f6 -e3s^^e6 -etik4 -et5ils -etna4 -et5o -etr5an -etr3u -etul4 -et2us -ext4u -5eyrar -^^e93b -^^e91d -^^e9^^f02s -^^e93fe -^^e91g4 -^^e95ky -^^e91l -^^e9la4g -^^e9l4ara -^^e92li -^^e94lj -^^e9l3r -^^e9r1 -^^e9r4^^e1 -^^e9r4r -^^e9rs4 -^^e9r4un -^^e9r3v -^^e93sm -^^e9tt4ug -^^e9t4un -^^e9tur4 -f3a^^f0 -fa2g -fa5k -1fall -fal4u -fa4n^^e1 -fa5p4 -f2ar -f3ar^^f0 -f4are -f4arg -farka5l -f3arl -fast3e -f^^e13f -f5^^e1ns -f^^e13r^^e1 -f^^e13ta -f^^e13v -f1b4 -fd2an -f1dr -f5d^^fa -f^^f0a4l -1fe -f3ef -f3ein -3fel -f3end -ferl5i -fer3t -f1ey -1f^^e9 -f4fa -f2fo -f1fr -ff4st -ff^^e6r4a -f1g2 -f2ga -f2gi -fg4n -f1h -f3i^^f0 -fik4 -f5il. -f5ili -f3ill -f5ils -f5ilv -fim3a -f4ine -f3inu -3fir^^f0i -f3ir^^f0u -firg2 -f3irn -1firs -3f4isk -fi5so -f3ist. -f3istu -fis5v -f^^ed4 -f5^^edkv -f3^^eds -fj4a -fj5a^^f0u -fj5ann -fj4e -f1k2 -fl3and -fl4at -3flata -f5l^^e1t -f4len -fl5g -1flo -5flut -flv4 -4fl^^fd -1fl^^f6 -f1m -4fn -fn1g -f5n4^^ed -fn3k -fn5ok -1fo -4fop -forf4 -fork4 -1f^^f3 -fr2 -4fra. -fr3a^^f0 -fra4m -fram3l -fr5and -4frar -2fri. -fr5in -fr^^ed5m4 -f3r^^f3f -fru4 -fr3u^^f0 -1fr^^e6 -2f3r^^e6k -4fr^^e6n -fs3^^e1 -f4sel -f4skaf -fsl4 -fs3li -fs5na -f2so -fs5or -fsr4 -fss4 -f4sti -f5s4t^^e6 -fs1v -f4s^^e6 -ft3a^^f0 -fta4sk -ft5^^e1 -f3te -ft2s -fts5l -ft3u -ft4ul -f1u -4fu. -f3u^^f0 -3fugl -fund4as -2f3ur -5fur^^f0ul -fur5e -furs4 -fur3t -4f2us -f5ust. -f3ustu -f1v4 -1fy -f3yrt -f1^^fe -1f^^e6 -1f^^f6 -f^^f6r4l -g1a -4ga. -4g3a^^f0 -gaf4ar -gagl4 -3gagn -gak4 -ga4lag -gal4is -5gals -5galt -gam3al -gam4i -g5and -1gang -gap4a -g4ard. -g2ar^^f0 -3gar^^f0. -3gar^^f0a -3gar^^f0i -3gar^^f04s -5gar^^f0ur -g3ar3f -gar4kl -gar3l -gar3t -4gas -g4as. -g4as^^ed -g3ast. -ga5sta^^f0 -1gata -gat4r -g^^e12 -3g^^e1f -g^^e15le -g1b -gd4ans -g3de -g4du -gd4v -g^^f04aro -1ge -3gei -2g1el -gen4 -g5end -3geng -g3ent -5ger^^f0 -ger5^^ed -germ4 -gerv5a -get3r -g1f2 -ggis5 -ggjaf3 -ggj5ar -gg5r^^e1 -gg3r^^e6 -ggs4v -gg3ug -gg2v -g4g^^f6 -g1h -g1i -4gi. -4gik -gi5kv -3gild -g5ill -5gilt -gim4a -4g3i4n -gis4a -g4isp -g5ist^^e6 -g^^edr5a -g^^eds4 -gjaf5ar -gjaf5o -gjak4 -gjal4 -gj4asta -1gj^^f6 -g1k4 -gkal4 -g1l^^e1 -g4le^^f0 -g3leg -gl5^^e9 -gl3f2 -g3lit -g5l^^edn -gl3^^f3t -glsk4 -3glugg -glu3s -gl4y -g3l^^e6r -g1m4 -gnap4 -gnart4 -g4n^^e1 -gn3g -g3n^^f3 -gn4se -gn5ug -g4n^^fd. -3gol -g3or -3g^^f3^^f0 -g^^f3r5 -g^^f34ur -g1p -g3rak4 -gr4an -gra2s -gras5sv -g2r^^e1 -1grei -g3reis -g5rey^^f0 -gr2i -2gri. -gri^^f04 -g3r^^edk -3gr^^f3 -3grund -3grunn -g3r^^e6^^f0i -g2r^^e6n -4gs -gs1^^e1 -g4sei -gsk4 -gs4len -gsl2u -gs4l^^f6 -gs3m -gs5or -gs3s4 -gs4si -gs1v -gt3a^^f0 -g3te -gt4s -2g1u -g4u^^f0i -gu^^f0l4 -5g2u^^f0s -gu^^f04s^^f3 -g3u^^f0u -5gufu -gu4lagi -g5ulin -g3ull -g3uls -gu5mi^^f0 -g3un -gurf4 -gur3g -g4usta -g3^^fa -g^^fast5a -g1v -g2va -g3val -5gy^^f0 -g1^^fe -1g^^e6 -g^^e6^^f04as -g^^e6l4 -g^^e6r3 -1g^^f64 -h2a4 -4ha. -ha^^f04 -haf4sp -hand5r -hat3r -h^^e13g -h^^e1l4 -h^^e13re -h^^e14ski -h^^e15sta -h^^e1s4u -h^^e1t4 -h^^e15ti -h^^e1tr4 -h^^e11v -he4 -hei2 -hellis5 -hen2r -herk4 -her3l4 -hersk4 -4hersla -hey5st -4hg -h4i -hig4 -him5b -hin4 -hit4as -hit4n -2h^^ed2 -h5^^eda -h^^ed5b -hj4 -h2l2 -4hl. -4hls -hlu4 -h4n2 -hnja4 -hnj^^e13l -holl3u -horm5 -h^^f32 -h^^f3m5e -h^^f3t3 -hr4 -4hs -hu4 -hug1r -hug3u -hul5i -hundr4 -h^^fa2 -h^^fam3 -4h^^far -h^^fas5k -hv4 -hvar4 -hvik3 -5hy -h^^e6f5a -h^^e6tt4us -h^^f6st3 -2ia -i5as -4i5^^e1 -4i1b -ibb3 -ibl3^^ed -4ic -2id4 -i3da -i1de -i3dr -1i^^f0. -4i^^f0f -2i^^f03g -i^^f05jar^^f0 -4i^^f0r -4i^^f0s -i^^f05sal -2i^^f0u -4ie -i3ef -4if -if5arn -ifat4 -i2fen -if4g -if3is -if4t -i4fy -4i2g -iga3m -ig^^f05u -ig1en -ig5r^^ed -2i1h -2ii -i5i^^f0 -4ij -4ik -ik5^^e1 -ik3i -ik4is -ikt5o -i4kv^^f6 -2il -ila2g -il4ara -i1l^^e1 -4ile -ilf4a -il1fi -il1g4 -i5li^^f0u -il5in -il3ip -il5^^eds -il^^ed4um -il4kv -il3lag -ill5an -il3l^^e1 -i1lo -il4sa -il1sk -il3sn -ilst4 -il^^e6k4 -i5l^^f6n -4im -im4b -imb3u -im3i -im4i^^f0 -im4la -im4m -i5m^^f3 -im4sv -1i2n -4inaf -in3an -4inar -inat5r -2i3nau -2ina2v -inav3^^ed -4in^^e1 -4ind. -in4ga -ingj6arni -4ingr -ingv4 -2inns -2innu -in1o -4in^^f3 -in1s4k -in2sp -in3sta -in5ul -4in^^fd -2i3o -4i^^f3 -2ip -i5pil -3ir. -4ira -2i1r^^e1 -2ir^^f0i -4ir^^f0n -4ire -4ir^^e9 -irf2i -4irfs -4irig -2irit -4i1r^^ed -2irk -irk3u -ir3l -ir1m4 -4irnd -4irni. -4irnin -4irnis -4ir^^f3 -irs4^^e1 -irst4 -ir3tal -irt5i -4irtl -irt4^^f6 -ir3ug -4ir^^fa -4ir^^f6 -i2s -1is. -2isa -4isag -i5saga -i3sam -is2as -3isd -2ise -4ishv -3isins -4is^^ed4 -4isj -i3sj^^f3 -2isk -is4ka -isk5el -iski3m -isk5inn. -3isko -isk2u -isk1v -5isk^^f6 -2isl^^e9 -is3l^^e6 -5isma -is5me -4isni -isp3a^^f0 -isp3u -iss2i -is5s^^fa -ist3al -2iste -4ist^^e9 -4istig -i5stik -ist4is -ist5^^edn -4isto -4ist^^f3 -4isty -4ist^^e6 -2ist^^f6 -is5t^^f6k -is1v -4isvi -is4vi^^f0 -5isvin -i3sv^^e6 -2is^^f6 -2it -it3a^^f0 -it5ann -i5tei -4ith -it4ha -it5ill -itis4m -it2ka -itn5es -it3r^^ed -it4st^^f6 -it3un -it4urn -it4ve -4iu -4i^^fa -4i1v -i2v5^^eds -4ixs -2i3^^fe -4i^^e6 -4i^^f6 -^^ed1a -4^^ed5ak -^^edal3 -^^ed5ald -^^ed3ali -^^ed2as -^^ed5at -^^ed5au -^^ed5^^e1 -^^edb4a -^^ed5bar -^^ed4be -5^^edb^^fa -^^ed5dag -^^ed^^f02s3 -^^ed^^f0sk4 -^^ed3el -^^ed3en -^^edet3n -^^ed5ett -^^ed2f -^^edf3e^^f0 -^^ed4f3i -^^edf5r^^ed -^^edfs3k -^^edf4sp -^^ed2g -^^edg3e -^^ed3gil -^^ed1h -^^ed1i -^^edk3a4 -4^^edk4anar -4^^edk4ani -^^edk5is -^^edkk2i -5^^edkm -^^edk2n -^^edkn5e -^^edk4s -^^edk3us -2^^edl -^^edlak4 -^^edl2as -^^edl5^^e1r -^^edl5f4 -^^ed3l^^ed -5^^edlm^^e1 -^^edl3sk -4^^edm -^^edm3a^^f0 -^^edma3l4 -^^edm3an -^^edm4g -^^edm5o -^^edm5t -^^edm3un -^^ed2n -^^ed5n^^e1 -^^edn5e -^^edn3ge -^^edn5t -^^ednu3g4 -^^edn3^^fa -^^ed3^^f3p -^^ed^^f3p5^^edu -4^^edp -^^edr5ak -^^edra4s -^^ed4r5i -^^edr4sv -^^edr3t -^^ed1r^^e6 -^^edr5^^f6 -^^ed2se -^^ed4s5j -^^edsl2 -3^^edslen -^^edsl5i -^^eds2m -^^ed2st -^^eds5ter -^^edt5a^^f0 -^^edt5als -^^edt3i -^^edtj5 -^^edt3re -^^edtr5^^f3 -4^^edub -^^ed5u^^f0 -4^^edul -^^edu1ma -^^ed3un -^^edu5p -^^ed3ur -^^ed4ura -4^^edusa -^^edu3t -4^^eduv -^^edvo4 -^^ed5^^fe -j2a -j3a^^f0 -j5a^^f0i -3jaf4n -ja5kl -jal2 -jal5i^^f0 -ja5l^^f3 -j4am -j3an -j4aram -j3ari -jark4i -jarn4i^^f0 -j4ar^^e6 -jas4 -jask4u -j3ast -j^^e1l5as -j^^e1l4f -j^^e1lf3a -3j^^e1rn -j^^e1r4u -j^^e1v3 -j^^e1var5 -j1e -jend4a -j4ep -j4er -j4et -j1i -j^^f35b -j^^f35fr -j^^f32s -j^^f35ug -j^^f33ve -j1u -juf4 -jug2 -jug5as -ju4g^^f3 -j4u1l2 -jur4e -5j2urt -jurt4i -j2us4 -j3ust. -3j^^f6fn -3j^^f6k -j^^f6l3k -j^^f6l1m -ka^^f04s -kaf4an -ka4fr -kag4as -ka4j -kaj5a -kak4l -kal2 -3kald -4kalf -k4all -3kam4b -kam2s5 -k3ana -k4anaf -k3ann. -k4an^^f3 -k4ant -5kanta -4kapa -kark4 -1k2ar2l -k4arm -k3arn -kar2r -k4art -kar4v -kask4 -3kass -5kastal -k5astu. -1kau -5kaup -k^^e1k5 -k^^e1m3 -k1b -k1d4 -2k1end -3kenn -3kerf -5kerl -ker4m -k1f4 -kfalls5 -k3g -kgl4 -k1h -k3i^^f0 -ki^^f05l -kig4 -k5ill -k5ilsi -kim2 -k5ing -k4ip -k1ir -k3ir^^f0 -5kirk -k5irn -k4irt -k1is -k5ise -kisk4 -k3ist. -k4it -ki3te -3k^^edl -k^^eds3 -k^^edt3u -kja4l -kjar4a -kjar5f -kju3g -1kj^^f6 -3kj^^f6r -kka5l -kk5e -kkj1^^f3 -k2kl -kk1l^^e1 -kk4li -kk3r^^ed -kk4se -kkul4 -kkv5i^^f0 -kl2 -kl3a^^f0 -kl3ann -kl^^e14 -5klef -kleif5a -k4lem -k1lin -3klj -3kluk -3kl^^fa -1kl^^e6 -k1m2 -k4mi^^f0. -kn3ar -k2ney -kni5svi -3kn^^fa -1ko -2kob -koff5 -kol5d -kol4l -kol5sv -3kon -4kons -3kos -kot4as -k^^f33d -k^^f33m4 -k^^f3r5a -k1^^f3tt -kra5l -kr2as -k2r^^e1 -k5r^^e9 -kr2i -krif3a -1kr^^f6 -3kr^^f6f -4ks -ks4l^^ed -ks4l^^f6 -ks4m^^e1 -ks4n -ksp4 -k4ste -k4st^^f3 -k4str -ksyf4 -kt3a^^f0 -kt5er -k4t^^ed -k3tora -k5ty -2k1u -k3u^^f0 -k4u^^f0i -kuf4 -kuk4 -kulegr4 -kum4 -kumb5 -k5un. -k5una. -k3unar -k5uni -5kunn^^e1tta -k3unu -k3ups -k2ur^^f0 -kur5k -k2us -ku5sl -k3ust. -k5ustum -ku3sty -k^^fa2 -3k^^falu -k3^^fan -k^^fa3re -k^^fat4us -3kven -4kv^^e9 -4kvu -kv4un. -1k4v^^e6 -3kv^^f6 -4kv^^f6r -k5^^fe -3k^^f6k -5k^^f6ld -5k^^f6nn -5k^^f6s -2la. -4lac -la4dan -2la^^f0 -la^^f04al -4laf -laf4as -laf4r -l3afs -3lag^^f0 -4lage -2lak -la5k^^f3 -la1l2 -l3ald -lam4b -2lana -l2and -3land. -3lands -1lang -lank5as -4lann -l5anna. -l4an^^f3 -lan4t -la3pl4 -2lar -l4aram -l4are -larg4 -l4aris -l3arn -la3r^^f3 -lart4 -l4ary -2las -las3i -las3le -la5sli -last5a^^f0 -lat3^^edn -lat4u -1lau -2laum -laut5as -l^^e12g -l^^e1m5a -l^^e1n5e -4l^^e1r -l^^e14t -5l^^e1tum -l^^e13v -2l1b -2ld -ld3ar -ld3d -ldem4 -ld3ey -ldig4 -ldr4as -ld5rau -l4dri -ld5ro -ldr3^^f3 -1le -4le. -2lef -l1efn -4legn -leif5as -leik3v -4lein -4lek -4lel -4lenn -4lep -2ler -le5r^^ed -les5e -2let -l3ex -2ley. -4leyj -2leym -lf4as -lf5^^e1t -lf4dr -lf3f -lf2i -lf5inn. -l3fj -lf2l -lfla4 -l4f^^f3 -lf4sp -lftr4 -lft4un -4lg -lg2a -lgar4s -lg5ast -l1g^^e1 -l4ges -lgil4 -lg4isi -lg3^^ed -lgl4 -lgni5s -l1gr -lg4^^fa -l1h -4li. -lik4a -li5kv -lil2 -li5la -li3li -l2ind -4lings^^e1 -l3inn -l5inn. -2l3inu -4l3ir -l1is -l5is. -l4is^^e1 -l3isi -lisk4 -l5isr -l4isti -l5istu. -lit4ar -3litl -l3^^eda. -l^^ed4b -1l^^edf -l^^edf5a -l^^edk3k -l^^edm5ug -4l^^edp -1l^^edt -l1^^edu -l4^^eduf -l4^^eduh -l4^^edutr -lj3ar -lj5ar^^f0 -1lj^^f3s -lj^^f3s5k -lj^^f3s3l -lj3ug -ljur4 -lj4uru -2lk -lkap4 -lk4as -l1ke -l3kr -l3k^^far -l1kv -l3ky -2ll -ll3et -l4ley -ll3f -ll1g2 -ll3i^^f0a -lli3g -lliss4 -l1lit -ll^^edt4 -ll3k4 -ll3m -ll1^^f3t -lls5t^^e6 -ll5te -ll5ug -ll3v -2lm -lm5ari -lm3ars -lmb4 -l3me -l1m^^f3 -lnar4 -ln4i^^f0 -l5no -lo4 -5lo^^f0 -5loki -4lon -4l1or -5los -l^^f3^^f03r -l^^f35gr -l^^f34ma -lp5t -2l1r -l2ri -l3rit -2ls -ls^^ed4 -l2sj4 -l5skin -ls4kon -ls4nesi -l3sta^^f0 -lst4in -ls1ve -4lt -lt3a^^f0 -l5til -lt4s -lt4^^fa -l1t^^e6 -2lu -4lu. -l3u^^f0 -lugl4 -luk4i -l4u1l4 -l1um -lu1ma -l1un -3lund -l3unu -lu5pe -l1ur -2l1v -l2va -lv3a^^f0 -l3val -l4v^^edu -ly4 -3lyf -1lyn -l1yr -1l^^fd -2l^^fdf -l^^fdt4a -4l^^fdti -2l1^^fe -1l^^e6g -l^^e6kj3 -l^^e6kjar5 -5l^^e6kk -1l^^e6ti -1l^^f6g -l5^^f6l -4l^^f6t -m2a -2ma. -m4ab -m4ad -m3a^^f0. -m3a^^f0a -m3a^^f0i -m3a^^f0r -m5a^^f0s -1ma^^f0u -maf4 -m4ag -3mag4n -m4ak -mal4as -mal3dr -m3alf -m3all -m4alp -mal4t -ma1m4 -4man. -4mana. -m4an^^e1 -m3anb -2m3and2 -m3ank -m3anl -mann4as -3manni -3manns -mann5t -2m3ans -man5sa -m3ant -4manu -ma2r -m3ara -m3arb -m3ar^^f0 -1m4ark -marks5 -m3arn -mar3o -mar4s -mars5m -m4ar^^fa -m1as -mask4 -ma4sp -m3ast. -1m^^e1 -4m^^e1. -3m^^e12l -m^^e1l3f4 -2m^^e1m -m^^e15mu -m^^e15p -4m^^e1r -4mb -mb5a^^f0i -m1ban -mb3i -mb4ir -mb3un -md2as -md5asta -md4v -1me -4me. -me^^f03 -m5ef -megin3 -5m2eis -meltr4 -m1end -3menn -m5erh -m3er3^^ed -mest5a -m1f4 -m4f^^ed -mf^^f6r4u -m1g2 -mgl4 -m1h -mi^^f03i -mi^^f0r4 -mi3ge -3mik -milj3 -mil4l -millj3 -m3ing -5minj -m3inn. -min4s -m3inu -m3ir -m1is -mis3k -mis3lu -mism4 -2m^^ed -mj^^f33sl -m1k -m2ka -mk4arg -mk4as -mk2i -mk4l -m1l -m2la -m3lag -m3lau -m2l^^e1 -ml3^^e1r -m2li -m5luk -4mm -m2m3a -mm5b -m4m^^f3 -mm4sv -mm3u -m4nesku -2mog -4mok -3mol -mong5 -m^^f3d3 -m^^f3^^f04s -m^^f35g4 -m5^^f3n^^ed -m^^f33rau -m^^f34s -3m^^f3t -mp3^^e1 -m5pe -mp3i -m3rau -m5r^^e1 -m3re -m3r^^fd -m1r^^e6 -4ms -ms5^^e1l -m2se -ms5ei -m5skau -ms5kj -ms5l^^e1 -msn4 -mssetr4 -m1sv -m4sv^^ed -mt3a^^f0 -m4ti -mt2is -m3tug -mt5un -mt4us -mt2v -m1t^^f6 -m1u -4mu. -mug4u -4mul -4mum -m2un -1mund -m3ung -4mur -m4uru -mu5sta -m3^^fa^^f0 -m^^fag4u -m1^^fan -m^^fas4a -m1v4 -1my -3m^^fd -m^^fd5m -m1^^fe -1m^^e6 -1m^^f6 -m^^f6r4 -n1a -4na. -na2da -na4d^^ed -na^^f0ar3 -naf4 -nafl4 -nafl5an -3nafn -nak4a -na4kr -nal2 -na3la -n3ald -na3li -na1ma -n4anaf -n5ang -n5ann -n4arak -n3ar3f -n4arfi -n4arf^^f6 -narg4 -n4aris -nar5m -nar5rin -n4aru -n4ar^^fa -nat4 -n5aug -n3auk -naum5a -1n^^e1 -n^^e11g -n^^e11k -3n^^e14m -n^^e1n5ast -n1b -nb^^e6j4 -nd3er -nd4isv -n4dj -nd3^^f3t -nd3rek -ndr1u -nd1r^^e6 -nd4sen -nd3ug -nd5ul -ndur5g -nd3^^fa -1ne -ne^^f02s -3n2ef -4nefl -n4em -nem5a -2n1en -4n4er -nestr4 -netl4 -n5eyi -n3eyj -n^^e95sk -n1f2 -nfr4 -nga1m -ng5are -ng2as -n2ge -ng5ek -n3ger -n3get -ng1ey -ngi5k -ngil4i -ngi5li^^f0 -ng5lag -ngl2i -ngl5i^^f0 -ng5^^f3lfs -ng4ra -ngr5an -n3gr^^ed -ngr3u -ng3r^^e6 -ng4sj -ng4sp -ng4ste -ngurs3 -ngu3t -n1h -4n1i -n4i^^f0i -ni5fr -ni3gr -ni3lu -ni5m -n4iru -n3isa -n4is^^e1 -nisk4 -ni3sk^^f3 -nis2m -nis5s -ni3ste -ni5st^^e6 -n3^^eda -n3^^edsk -n1^^edu -n^^ed4um -nj^^e1l4 -nk2 -nk3a^^f0 -nk5and -nk3ans -n5k^^e1 -n1ke -nk3i -n5k^^f3 -n3kunn -n5ky -n5k^^f6 -n1l2 -nli4 -n4list. -n1m4 -n2n -nn1^^e1 -nn1e -nn3g2 -nnk4i -nn4sj -nn5ske -nn4sto -nn5stun -nn5t^^f3 -nn3ug -nn2us -nn3^^fa^^f0 -n1or -1not -n5^^f3lf -5n^^f3ttin -n3p4 -n1r -n3ram -n5rau -n2r4i -n3rit -n3sak -n5s^^e1t -n4seg -ns5es -ns5is -ns1^^ed -n3skil -nsk^^edr4 -ns5kja -n5sk^^f6 -nsn4a -ns5r -nst4e -nt3a^^f0 -n5tak. -n5taki -n3tal -n1te -ntgen5 -n3til -n2t^^ed -nt2s -nt5sk -nt5sm -nt3ug -nt4v -n1t^^fd -n1t^^f6 -n1u -nuf4 -n4ugr -nuk2 -nu1l -nu1ma -5numd -nungs3 -nur5f -nur4l -n3ust. -nu5sta^^f0 -nu4sv -nu5ta -3n^^fam3 -n^^fa4s -n1v -n5yf -n3yrk -1n^^fd -n3^^fdg -n^^fd3l -n^^fd5sk -n1^^fe -1n^^e6 -n^^e6l4a -3n^^f6f -n3^^f6ld -n5^^f6n -5obs -o^^f0a3l -o^^f0r4 -o^^f0s5l -o^^f04ug -o2f -of3ang -off4u -of3o -of5r -of4sj -of5su -oga3l4 -ogast4 -ogs4u -ok4as -olak4 -old3u -ol2g -oll5eg -ol5lit -oll4st -ol3m -ol3^^f3 -oltal4 -o2m -om3a -om4m3 -om2u -om3un -on3sv -on4t -on5t^^f3 -on4us -opa5p -op2h3 -op5u4 -ora4 -or4di -or1e -or2fe -or2gr -3or^^ed -orlag4 -or2ma -or4mi -4orn -or4ne -or4sta -ortr4 -ort3ug -or1u -or3ug -or3v4 -or4vi^^f0 -or3y -o4s -osk3i -os3m -os2s -ost5i -ost5un -4o4t -ot3a^^f0 -ota5l4 -otam4 -ot3ro -ots4^^e1 -ot5un -o4u -o3ve -ox4 -^^f31a -^^f3aflat4 -^^f35an -^^f3ar4s -^^f3b3ak -^^f3d4a -^^f3^^f0i4 -^^f3^^f0l4 -^^f3^^f0m4 -^^f3^^f0v4 -^^f35e -^^f3f3ar -^^f3f4as -^^f3flu5s -^^f3fr4 -^^f3f5us -^^f32fy -^^f34f^^f6 -^^f32g -^^f31h -^^f31i -^^f3k5lo -^^f33kr -^^f3k2u -^^f3la3m -^^f3l2as -^^f3l5ik -^^f3l4is -^^f3l4kv -^^f3l5om -3^^f3lsk -^^f34m3a^^f0 -^^f3m3ar -^^f3m4b^^e6 -^^f3m2g -^^f3m4is -^^f3ml4 -^^f3m3p -^^f3m3stu -^^f3m3u -^^f32m^^f6 -^^f34n -^^f3n3^^ed -^^f3n5kv -^^f3p4e -^^f3p2h5 -^^f3r4as -^^f3r^^e14 -^^f3r2d -^^f3r4d^^f6 -^^f3r5es -^^f3rf4 -^^f3rg4 -^^f34ri -^^f3r4is -^^f3r^^edk4 -^^f3rj4 -^^f3rk4 -^^f3rm4 -^^f3rn4o -^^f3r3^^f3n -^^f3rr4 -^^f3rs4a -^^f3r1u -^^f3sa5f -^^f3sak4 -^^f33sem -^^f3s3end -^^f35skaf -^^f3sk4as -^^f3sk5in -^^f3s2l -^^f3slav3 -^^f32s^^f3 -^^f3sp4 -^^f3s4se -^^f34ta -^^f3t3a^^f0 -^^f3tap4 -^^f3t5ef -^^f3til4t -^^f35t^^ed -^^f3t4^^f3 -^^f3t2v -^^f31u -^^f3um5b -^^f3v4a -^^f35vat -^^f3y4 -^^f35^^fe -p1a -pag4 -pa4le -pa3m -pa4n -pan3g^^f3 -pa2r -p4arat -pari3f -par5^^ed -p2art -par5te -p4aru -p2^^e1k -p4^^e1l -p^^e15m -p4^^e1r -p^^e12s -p4^^e1t -p1b -p5d -p1el -1peni -3pers -p1f2 -p1g2 -p1h -p1i -pil5ar -5pilt -p4ink -pist5i -pit4 -3p^^edp -p^^ed2t -pl2 -pl3a^^f0 -pla4s -p4l^^e6 -3pl^^f6 -p1m4 -1pok -3p^^f3s -p2p -pp5aks -pp5e -pp3^^ed -ppk4 -pp1l -pp3^^f3 -pp1r -ppsk4 -4pra -pr2i -p4ris -pr^^ed4 -3prj -1pr^^f3 -pr^^f35fas -pr^^f35m -p1sa -pss4 -p1st -pt2^^fa -p1u -puk4i -pu1l -pur4a -3p^^fa -p^^faf4 -p1v -qu4 -2ra -4ra. -5ra^^f0sh -raf4f -r3ald -ral4i -r4all -r3als -3ranal -r4ani. -3ranns -r4an^^f3 -4r3ar -r4ara^^f0 -r4ar^^fa -r4ary -r4ar^^e6 -ras3i -ra3tu -r4aum -1r^^e1^^f0 -r^^e1f4i -r^^e15kv^^e6 -r^^e1rs4 -r4^^e1sa -r1b4 -rba4 -r1d -r2d^^ed -r4^^f0 -r^^f04ar4^^e1 -r^^f05is -r^^f01l2 -r^^f04mu -r^^f05r^^e1 -r^^f05su -r^^f03sv -r^^f0v4 -r4ef. -r4efs -5reftsk -1regl -r3eig -3reik -r5enu -r5eu -r4eyn -r4^^e9 -r1fal2 -rfa5li -rf4ar -r3f^^e1 -r5fe^^f0 -rf1is -r1fj -rfj^^e1r4 -rf4l^^f6 -rf^^f3g5 -r1fr -rfr4u -rf4st -r3fund -rf4ur^^f0 -rgj4a^^f0 -rgj4ar -rg2l4 -r5gly -r1gr -r2gra -r4grey -r5h -4ri. -4r3i^^f0. -rig2 -riga5s -r3ild -4rin -rin5e -ringj5ar -r3inu -rip4s -4r3ir -ri3sk -ris5l2 -3risn -rist5a^^f0 -ris4un -1ri4t -rit3li -4r^^ed. -4r^^edf -r^^edkis3 -4r^^edl -r^^edst4 -4r^^edu -4r^^ed^^fe -rj3ar -rj^^e14l -rj^^f33sa -rj^^f3sk5a -rka1m -rkaup4s -r3k^^e1 -r1ke -rk1ef -r4kell -r4kelss -rkju3s -rk4se -rk1sm -rk4sp -rk4^^fa -rk5vei -r3k^^f6 -r1l2 -rl3a^^f0 -rl5ann -r2li4 -rl4i^^f0 -rlis5s -r3lit -rl3m -rlof4 -rmak4 -r1man -rm^^e1ls5 -rmb4 -rm2i -r1mi^^f0 -rmil4 -r5mj -rmk4 -rml4 -r3m^^f3^^f0 -rmr4 -rn3ar -rnar5l -rn1g -rn5^^f3r -rn5s^^ed -rn5sm -rn4so -r4nu -r5numi -ro4 -rog4as -ron4 -r1or -r^^f35gr -r^^f34m -r^^f34sa -r^^f3s3^^f3 -5r^^f3ti -r5pal -r3p^^f3 -r1pr -r4pri -rp2s -rp3sk -r5py -rr5ar -r1r^^e1 -r1re -r1r^^e9 -r1r^^ed -rr2k -r3r^^f3 -rr1u -r5r^^fa -r1r^^e6 -r1sa -r4saf -rs4^^e1r -rsegl4 -r3ser -rs4inn -r3ske -r5skil -rs4lan -rs2m^^e1 -r1st -r2sti -rst4v -r3st^^f6 -rs2u -r5sund -r4s^^fa -r1sv -rt3a^^f0 -rta5g -r3tak -rta4sk -r5t^^e1 -rt5er -rt3ey -rt2hu -r4t^^edk -r3t^^f3 -r3tr^^f6 -rt4se -rt5sl -rtt4 -rt4uru -rt4^^fa -r4tv -rt4ve -r1t^^e6 -rt1^^f6f -r1u^^f0 -r4u^^f0un -ruk4i -ru5li -ru2m -r1ur -r4uss -r3ust. -rut4v -r4^^fa^^f0 -3r^^fam -r^^fast5 -r1v -rv3a^^f0 -r3ve -r2vi -rvi3g -rv3ing -rv4un -r3v^^e6 -r3yr -1r^^fdm -r1^^fe -1r^^e6kt -r^^e6md5a -1r^^e6n -r^^e6t3i -r^^f6f4ug -r^^f6k1r -r^^f6l4 -2sa. -4sab -2s3a^^f0 -s4a^^f0f -1sag -4sagr -4sagt -sal5at -4s3ald -1sa2m -sam5b -4sam1e -sam3m -sam1s -sam5y -2san -s4ands -2s3ar -s4are -sarg4 -s4aro -s4arp -2s1as -2sat -sat4a -2sau -s3auk -4sav -s^^e14 -s3^^e1b -s5^^e1f -s^^e1lar5 -s1^^e1r -s3^^e1s -s1b -s3d4 -1se -2s1ef -4seld. -5semi -5sens -2ser -2ses -3set -sex3 -2s1ey -s4ey^^f0 -1s^^e9 -s5f4 -sfl4 -sfr4 -s1g4 -sgl2 -s1h -sh^^e14s -s1i -s3i^^f0. -5s4i^^f0a -s4i^^f0i -sif2 -si5fi -1sig -sind4ar -sind4as -5sinnu -2s5ins -s3ir -s3ist -s4isv -si3ta -s^^ed3br -1s^^ed^^f0 -s^^ed^^f0k4 -s^^edgl4 -s3^^edk -s^^ed4m -s^^ednk5a -s3^^edr -s1^^eds -s5^^edu. -s^^ed3v -s^^ed4ve -1sj -s3jaf -sjar4 -s4j^^e1 -sj^^f35l -sj^^f33m4 -sj^^f33s -4sju -3sj^^fa -s2k -2sk. -4ska. -4ska^^f0 -skaf4a -4skal -2skan -1ska4p -4skas -1sk^^e1 -1skei -3skemm -4sken -3skey -s4k2i -2ski. -4ski^^f0 -sk3inu -3skip -2skir -4skis -3sk^^edr -5skj^^e1 -4sk4n -3sko^^f0 -4skon -4skos -1s4kot -1sk^^f3 -5sk^^f3g -1skr^^e1 -4skr^^f3 -3skr^^fa -4sks -sk3uri -sk3ust -2skv -1sky -3sk^^fd -1sk^^e6 -sla2 -sla3f -s4lam -slands5 -3s4l^^e9 -sl2is -s1l^^ed -s4l^^ed^^f0 -s3lof -s3lok -1sl^^f3 -slu3s -1slys -s3l^^e6k -s1m2 -4sma -sm^^e11s -sm^^e15v -4sme -s4mek -s2mi -1sm^^ed -smj4 -4sm^^f6 -s2ne -3snei^^f0 -5sner -s3nes -3sneyd -sn4i^^f0 -sn2o -1sn^^fa -4sn^^fam -s4n^^fd -sn^^e6^^f05 -1so -4sod -3son -2sor -s5or^^f0i -1s^^f34 -s4^^f3l -s^^f3l3e -s^^f3l3s -2s^^f3m -s5^^f3mag -4s^^f3s -1sp2 -sp^^edt3 -spj4 -4spl -4spra -2spr^^f3 -s5pund -sr2an -s5rau -s1r^^e1 -s1re -s1r^^e9 -s1r^^ed -s5ro -s5r^^e6 -s3r^^f6 -s3s4^^e1 -ss3er -ss5^^ed -s1s4k4 -ssl2 -ssm4 -ss5or -s1st -s4stir -s1sv -s2t -2st. -s4ta -2sta. -4stal -4stap -5starfi -5starfs -4sta^^e6 -1ste -3stef -3stein -5stekk -4stet -1st^^e9 -st4he -4sti. -1stig -st4isl -3st^^edg -2st^^edm -4st^^edu -1stj4 -4stj^^f3n -5stj^^f3r -5stj^^f6r -4stl -st3le -1sto -3stof -1st^^f3 -4st^^f3n -3st^^f3r -st2r -str5al -5stranda -5strang -5straum -5str^^e1. -1stre -3str^^ed -4str^^fa -s3try -5str^^f6n -st5t -2s4tu -3stund -1st2^^fa -4stv -3st^^fd -1st^^e6 -2st^^e6k -1s4t^^f6 -3st^^f6^^f0 -4st^^f6l -5st^^f6ng -s1u -su3f4 -5sum3a -s2ung -s5upp -s5ura -sust4i -s^^fa4 -s^^faln4 -s5^^fan -s5^^fars -s^^fat5 -sv4 -4svag -4sval -s3vat -s5ve^^f0 -s4vef -s2vei -s3veik -3svein -5svep -4svex -s4vi^^f0i -5svi^^f0i. -s4vik -svik3u -s5vin -s1vo -s2v^^e6 -1sv^^e6^^f0 -1sy -2s3yfi -3syn -4s3yr -3s4^^fd -s1^^fe -1s^^e6 -4s^^e6^^f0 -s^^e6f4 -s^^e65fa -3s^^e6j -3s^^e6l -4s^^e6s -1s^^f6 -3s^^f6g -s^^f6gu5s -2s3^^f6ld -3s^^f6m -2s3^^f6r -t2a^^f0 -ta2fr -1taka -5takend -t4al. -tala4m -4tam -ta1ma -t5amt -ta4n^^e1 -3tang -4tar -t4ar4a^^f0 -tar5is5 -tark4 -tarp4 -tar5s^^e1 -tar^^e6v4 -t1as -t4as. -ta5sl -tat4 -ta4v^^ed -t4^^e14 -5t^^e1kn -4t^^e1nd -t1b -t1d -4teg^^ed -5tegu -tei4 -tein5g -t1eis -1tek -3tekj -tekkj5 -t1end -ten5^^f3 -4tepl -t3ett -2tey -t^^e94l -t3f2 -tfirr4 -t1g -t1h -th5ers -t1i -ti4an -ti5kis -tild4 -4tin -tirk4 -t4ir^^e6 -tist4 -t5ist. -ti3sta -tistil4 -t2isv -1tit -1t^^ed -4t^^ed. -4t^^eda -3t^^ed^^f0 -t^^ed4l -3t^^edm -4t^^edn -4t^^edt -t^^edv3 -t4j^^f6 -t1k -tk4a -t4k2i -tlaf4 -t3lag -t4lag. -tl2an -tl5ann -t1l^^e1 -tl2i -tlur4 -t1l^^e6 -2t3m4 -tn2s -tnsk4 -tnskr4 -to4 -1tog -t3on -3torg -5toru -1t^^f3m -t^^f3m3a -t^^f3m5as -5t^^f3nl -t^^f3r1 -t^^f3r5au -t^^f3ri3s -t1^^f3t -t3p -tra2b -5tra^^f0ari -tr3al^^ed -tr2an -tr3ann -tr5ar -3traus -t4rey -1tr^^e9 -tr4is -t5risi -t5r^^edka -3trj -t5r^^f3f -tr3^^f3tt -tr3ug -tr3una -tr5uni -1t4r^^fa -1try -t5ry^^f0 -t3r^^e6n -3tr^^f6^^f0 -4ts -t1sa -ts4inn -t5s^^ed -tsj4 -t1sk4 -ts1s -t1st4 -ts4u -t2sy -tt3a^^f0 -ttak4i -ttar5f -tt5^^e1 -tte5r^^ed -tt5ern -t4t^^ed -tt5j -tt1l -tt1or -tt3r^^e6 -tt3ug -tt4ugl -ttv4 -t1t^^e6 -t1u -4tu. -t4u^^f0i -tugl4 -tuk4 -tu3l4i^^f0 -tum2 -tu5min -t2ung -3t4ungl -tup4 -t3ur3e -tur3k -t5urs -t4usa -t4usu -tutr4 -t^^fad3 -t3^^fa^^f0 -t^^fa4l -1t^^fan -t^^fan4a -t1^^far -t^^fa3sk -t1v -5tveggj -t5ver -5t^^fds -t1^^fe -3t^^e6k -1t^^f6k -1t^^f6l -t5^^f6ls -2u1a -u3af -u5au -2u1^^e14 -u^^e1^^e6tl4 -4u1b4 -4uc -4ud4 -u1da -u5d^^e1 -u3de -u3d^^f3 -u3dr -2u^^f0a -u^^f04are -u^^f03k4 -2u^^f0l -u^^f0m4 -2u^^f04n -2u^^f0r -u^^f05ris -u^^f04se -u^^f03sv -u^^f05s^^e6 -4u^^f0ul -2u5e -4u^^e9 -4uf -uf5^^e1 -ufd4 -u5fit -u3fj -u1fr -u3ful -u5f^^fa -2ug -4ugal -4ugat -4uge -4ugil -4u1gj -4ugla -ug1lj -4uglu -ug4n -4ug^^f3 -u5gran -4ugre -4ugrj -4ugr^^f3 -ug3r^^e6 -ug3ta -4ug^^f6 -4u1h -4ui -u5i^^f0 -4u^^ed4 -2uj -2uk -ukak4 -uk4as -u1ke -u5kinnin -ukku3s -u5k^^f3 -u3kv -2ul -3ul. -4u1lag -ul3ar -3ulb -4ule -u5lind -ul4is -u1l^^ed -ul3k2 -ul4la -4ulln -ullt4 -4u3lo -u3l^^f3 -ul5sv -ult4i -ul3us -ul5v4 -u3l^^e6 -4u1l^^f6 -3um. -2uma -umak4 -u1man -um4aran -2um^^e1 -um^^e1l4ar -um4ba -um5b^^e6 -um4b^^f6 -2umd -2ume -um3ein -4umi -umj4 -um4ki -4uml -umm4a -4u5mo -2um^^f3 -4ump -2umr -ums4 -um3sl -3umst. -um1t4 -4umu -um5unn -4um^^fa -2umy -2um^^fd -2um^^e6 -2um^^f6 -un3ar1 -unar5a -un2as -4unat -2u1nau -2un^^e1 -2und -4une -4unk -2unn^^e1 -4unns -2unnu -unn5ug -4uno -4un^^f3 -uns4an -4unt -1unu -4unur -4un^^e6 -4un^^f6 -2u3o -uol4 -4u^^f3 -2up -upp1 -upp5a -uppal5 -upp4i -3ur. -2ura -ura4f -ur5a4m -ur2an -ur5anna -2ur^^e1 -ur^^f0a5r^^e1 -2ure -u1rek -ur3ey -4u1r^^e9 -urf4a -ur3fl -urg4e -ur3gj -ur5in -4urit -4ur^^ed -u3r^^edk -ur3j4 -urk4a -ur1m -ur3n^^ed -4uro -4ur^^f3 -ur1sk4 -ur3sna -ur4sta -ur4sv^^f6 -ur5til -urt4ir -ur1u -ur4unn -4urus -ur3v4 -ur4vis -4uryk -4ur^^fd -2ur^^e6 -4ur^^f6 -2usa -u3sal -4us4^^e1 -2use -4us^^ed -2usj -4u1sk -4usl -2u3s4m -2usn -4uso -4us^^f3 -4usp -u5starf -4ust^^e1 -4uste -2ust^^e9 -2usti -2ust^^ed -4usto -4ust^^f3 -4ustr -3ustu. -2ust^^fa -4usty -4ust^^fd -4ust^^e6 -4ust^^f6 -u5sund -4u3sv -4usy -2us^^fd -2us^^f6 -2ut -ut3a^^f0 -ut2as -u3te -u5til -u3t^^f3 -ut4st^^f3 -ut2^^fa -u1t^^e6 -2u3u -4u5^^fa -4u3v -2uy -u3yf -2u1^^fe -4u^^e6 -2u5^^f6 -^^fa1a -^^faal4 -^^fa3arf -^^fab3an -^^fabli3 -^^fa^^f03ar -^^fa^^f05g -^^fa3e -^^faf5ar -^^fafl2 -^^faf5li -^^faf5ly -^^fafs4^^e1 -^^fa5gala -^^fag^^f33 -^^fa4g^^e6 -4^^fa1i -^^fak1l -^^fakr1u -^^fak4s -^^fal5er -5^^fal4f -^^falf5al -^^fal4^^ed3 -^^fal^^edp4 -^^fa3lo -4^^fa2m -^^fam4r -^^fam4si -^^fa4n -^^fand4ug -^^fan4g^^f6 -^^fapl5i -^^far5ef -^^far^^edt4 -^^far5sl -^^far1t -^^far3un -^^far5v -^^fa3r^^e6 -2^^fas -^^fa4sa -^^fas3ei -^^fas3^^ed -^^fas4sti -^^fas4sv -^^fas1v -^^fat3e -^^fat2he -^^fati5f -^^fat2is -^^fatj4 -^^fat1l2 -^^fat1r -4^^fa1u -^^fa1v -^^fa4va -^^fa5^^fe -v2a2 -va^^f0r5 -va5fo -va5h -5vallag -va4n -var4ma -varps3 -var5^^fa -var4v -v3ast -va4t -3vax -ve^^f05l -ve3fe -1veg -v2ei -3vei^^f0 -vein4as -5veis -4velg -2vep -v4er -1ver^^f0 -ver3gj -3verk -ver2s -v^^e92 -v5^^e9s -v3^^e9t5 -2v3h -v2i -2vi. -v4i^^f0 -5vi^^f0ar -vi^^f03l -vil4i -vi3li^^f0 -3viln -vi4lo -vin3gj -4vip -3virk -visk5un -3viss -vis4v -5vita -vitk5 -vit2n -4viv -4v^^edb -2v^^ed^^f0 -5v^^edk -3v^^edsi -v^^edsl3a -v^^ed1v -2vn -vo3k -vol4 -vork4 -vor4r -4vr1 -4vs -2vu -v1u^^f0 -v1un -5v^^e6g -wa4 -win4s4 -x5ar -x2as -x3e -x3f -x5i -xis4 -x^^ed3 -x^^edk4 -x5^^edu -xt5a^^f0 -x1u4 -y5ba -y^^f02s -yf5a -yf1i -yfj5a^^f0 -yft4is -y1i -yj3ar -yj5^^f3 -yk5e -yk3i -yk3su -yk3u -yk3v -ylf5i -ylgn4 -yll5a -yl4v -ym3a -ymp5^^ed -y4n -ynj5ar -ynj3^^f3 -yn4k -yn4t -yn5u -yp2us -yr5e -yr1i -yr3il -yrir3 -yrj3 -yrkv3a -yr2l -yr2s -yr1u -y2s -ysj3 -ys2s -yst3ug -yt4h -ytil4 -yt4k -y3v -^^fd5a -^^fdaf5 -^^fd5^^e1 -^^fd^^f02s -^^fdfl4 -^^fd3flu -^^fdg4r -^^fdg4u^^f0 -^^fd1i -^^fdja5f4 -^^fdm4a -^^fdm4k -^^fdpru4 -^^fdp2s -^^fdrf4 -^^fdri3m -^^fdri5p4 -^^fdr3l -^^fd4si -^^fdsig4 -^^fds4l -^^fds4m -^^fd3st^^e1 -^^fd5u -^^fd5^^fa -^^fd3v -^^fd5y -z^^f34 -^^fe2a -^^feam4 -^^fearf5a -^^fear4m -4^^feb -^^fe2i -^^feist3i -^^fej^^f34 -^^feol5a -^^feor3f4 -^^feor3g -^^feorm4 -^^fe1^^f3l -3^^fe^^f3r -^^fe^^f3r5i -^^fe2r2 -^^fera4 -^^fer^^e1s4 -^^feris4 -^^fer^^edl4 -^^fer^^ed3t -^^feru4 -^^feum5a -^^feumb3 -^^feur2 -^^fe^^fas3 -^^fe2v -^^fever5sk -^^e61b -^^e6^^f0n5 -^^e6^^f0nis5 -^^e6^^f02s -^^e6^^f04ug -4^^e6f -^^e6f1a -^^e64fi -^^e6f3ust -^^e6g5ist -^^e61i -^^e6j3 -^^e6j4al -^^e6jark4 -^^e6k1a -^^e6k1li -^^e6k3u -^^e62l -^^e6l3an -^^e6l3e -^^e6l3us -^^e6m3a -^^e6m4al -^^e64mundu -^^e6nak4 -^^e6n4k -^^e6r1a -^^e6r3e -^^e6rg^^f6ng5 -^^e6rif4 -^^e6r3ist -^^e6ri3sv -^^e6r3l -^^e6r4n -^^e6r2s -^^e6r5un -^^e6r1us -^^e65r^^fa -^^e6s4is -^^e6t5ise -^^e6tl5i -^^e65u -^^e6va5g -^^e65val -^^e6v3ar -^^e6v4ara -^^e63ve -^^e6v3in -^^f6^^f02 -^^f6^^f0l3 -^^f6^^f0m5 -^^f6^^f03un -^^f6^^f0v5an -^^f6^^f0v3ar -^^f61fa -^^f6fl3^^f3 -^^f6fn5 -^^f6fr3u -^^f6f3u -^^f64g -^^f6g3gj -^^f6ggv3 -^^f6g1re -^^f6g2us -^^f6k5e -^^f6k5r^^e1 -^^f6k3st -^^f6k3ul -^^f6kv3a -^^f64l -^^f6l1f4 -^^f6lk2 -^^f6lu5mi -^^f6l5un -^^f6l2v -^^f6lv5an -^^f6m4b -^^f6m3u -^^f6nd4l -^^f6ng5sv -^^f6ng4us -^^f6ng4v -^^f6ngv3a -^^f6nk3 -^^f6nn4l -^^f6n3ug -^^f6n5un -^^f6r1e -^^f6r4ge -^^f6r4lan -^^f6rm5un -^^f6r3^^f3 -^^f6r3ug -^^f6r1un -^^f6r3und -^^f6rus4 -^^f6r2v -4^^f6rva -^^f6rv5al -^^f6rv5an -^^f6rv5ar -^^f6rv4i -^^f6r1y -^^f6r5^^e6 -^^f64s -^^f6sk3ul -^^f6s3u -^^f6t4s -^^f63tug -^^f6t2v -^^f6tv3a -^^f65u -^^fe6^^f3 -} - - diff -Nru texlive-lang-2007.dfsg.4/texmf/tex/generic/hyphen/inhyph.tex texlive-lang-2009/texmf/tex/generic/hyphen/inhyph.tex --- texlive-lang-2007.dfsg.4/texmf/tex/generic/hyphen/inhyph.tex 2006-01-02 23:53:43.000000000 +0000 +++ texlive-lang-2009/texmf/tex/generic/hyphen/inhyph.tex 1970-01-01 01:00:00.000000000 +0100 @@ -1,100 +0,0 @@ -% inhyph.tex -% Version 1.3 19-SEP-1997 -% -% Hyphenation patterns for bahasa indonesia (probably also usable -% for bahasa melayu) -% -% (c) Copyright 1996, 1997 J\"org Knappen and Terry Mart -% -% This patterns are free software according to the GNU General Public -% licence version 2, June 1991. -% -% Please read the GNU licence for details. If you don't receive a GNU -% licence with these patterns, you can obtain it from -% -% Free Software Foundation, Inc. -% 675 Mass Ave, Cambridge, MA 02139, USA -% -% If you make any changes to this file, please rename it so that it -% cannot be confused with the original one, and change the contact -% address for bug reports and suggestions. -% -% For bug reports, improvements, and suggestions, contact -% -% J\"org Knappen -% jk Unternehmensberatung -% Barbarossaring 43 -% 55118 Mainz -% -% knappen@vkpmzd.kph.uni-mainz.de -% -% or: -% Terry Mart -% -% Institut fuer Kernphysik -% Universitaet Mainz -% 55099 Mainz -% Germany -% -% phone : +49 6131 395174 -% fax : +49 6131 395474 -% email : mart@kph.uni-mainz.de -% -%*%*%*%*%*%*%*%*%*%*%*%*%*%*%*%*%*%*%*%*%*%*%*%*%*%*%*%*%*%*%*%*%*%*%*%*%*%*%*%* -% -% The patterns are best used with the following parameters -% -% \lefthyphenmin=2 \righthyphenmin=2 % -% -%*%*%*%*%*%*%*%*%*%*%*%*%*%*%*%*%*%*%*%*%*%*%*%*%*%*%*%*%*%*%*%*%*%*%*%*%*%*%*%* -% -\begingroup -\patterns{% -a1 e1 i1 o1 u1 % allow hyphens after vowels -2b1d 2b1j 2b1k 2b1n 2b1s 2b1t -2c1k 2c1n -2d1k 2d1n 2d1p -2f1d 2f1k 2f1n 2f1t -2g1g 2g1k 2g1n -2h1k 2h1l 2h1m 2h1n 2h1w -2j1k 2j1n -2k1b 2k1k 2k1m 2k1n 2k1r 2k1s 2k1t -2l1b 2l1f 2l1g 2l1h 2l1k 2l1m 2l1n 2l1s 2l1t 2l1q -2m1b 2m1k 2m1l 2m1m 2m1n 2m1p 2m1r 2m1s -2n1c 2n1d 2n1f 2n1j 2n1k 2n1n 2n1p 2n1s 2n1t 2n1v -2p1k 2p1n 2p1p 2p1r 2p1t -2r1b 2r1c 2r1f 2r1g 2r1h 2r1j 2r1k 2r1l 2r1m 2r1n 2r1p 2r1r 2r1s 2r1t 2r1w 2r1y -2s1b 2s1k 2s1l 2s1m 2s1n 2s1p 2s1r 2s1s 2s1t 2s1w -2t1k 2t1l 2t1n 2t1t -2w1t % two consonant groups to be hyphenated between - % the consonants -2ng1g 2ng1h 2ng1k 2ng1n 2ng1s % three consonant groups -2n3s2t % kon-stan-ta -.be2r3 .te2r3 .me2ng3 .pe2r3 % prefixes -2ng. 2ny. % don't hyphenate -ng and -ny at the end of word -i2o1n % in-ter-na-sio-nal -a2ir % ber-air -1ba1ga2i % se-ba-gai-ma-na -2b1an. 2c1an. 2d1an. 2f1an. 2g1an. 2h1an. 2j1an. 2k1an. 2l1an. -2m1an. 2ng1an. 2n1an. 2p1an. 2r1an. 2s1an. 2t1an. 2v1an. 2z1an. -3an. % suffix -an -.a2ta2u % atau-pan -.ta3ng4an. .le3ng4an. .ja3ng4an. .ma3ng4an. .pa3ng4an. .ri3ng4an. -.de3ng4an. % Don't overload the exception list... -} -% Exeptions to the above rules, specially words beginning in ber... -% and ter.. -\hyphenation{be-ra-be be-ra-hi be-rak be-ran-da be-ran-dal be-rang - be-ra-ngas-an be-rang-sang be-ra-ngus be-ra-ni - be-ran-tak-an be-ran-tam be-ran-tas be-ra-pa be-ras - be-ren-deng be-re-ngut be-re-rot be-res be-re-wok - be-ri be-ri-ngas be-ri-sik be-ri-ta be-rok be-ron-dong - be-ron-tak be-ru-du be-ruk be-run-tun - peng-eks-por peng-im-por - te-ra te-rang te-ras te-ra-si te-ra-tai te-ra-wang te-ra-weh - te-ri-ak te-ri-gu te-rik te-ri-ma te-ri-pang te-ro-bos - te-ro-bos-an te-ro-mol te-rom-pah te-rom-pet te-ro-pong - te-ro-wong-an te-ru-buk te-ru-na te-rus te-ru-si} - -\endgroup -\endinput diff -Nru texlive-lang-2007.dfsg.4/texmf/tex/generic/hyphen/ithyph.tex texlive-lang-2009/texmf/tex/generic/hyphen/ithyph.tex --- texlive-lang-2007.dfsg.4/texmf/tex/generic/hyphen/ithyph.tex 2007-01-20 00:31:26.000000000 +0000 +++ texlive-lang-2009/texmf/tex/generic/hyphen/ithyph.tex 1970-01-01 01:00:00.000000000 +0100 @@ -1,429 +0,0 @@ -%%%%%%%%%%%%%%%%%%%%%%%%%%% file ithyph.tex %%%%%%%%%%%%%%%%%%%%%%%%%%%%% -% -% Prepared by Claudio Beccari e-mail claudio.beccari@polito.it -% -% Dipartimento di Elettronica -% Politecnico di Torino -% Corso Duca degli Abruzzi, 24 -% 10129 TORINO -% -% Copyright 1998, 2007 Claudio Beccari -% -% This program is free software; it can be redistributed and/or modified -% under the terms of the GNU Lesser General Public Licence, -% as published by the Free Software Foundation, either version 2.1 of the -% Licence or (at your option) any later version. -% -% \versionnumber{4.8f} \versiondate{2007/01/12} -% -% These hyphenation patterns for the Italian language are supposed to comply -% with the Recommendation UNI 6461 on hyphenation issued by the Italian -% Standards Institution (Ente Nazionale di Unificazione UNI). No guarantee -% or declaration of fitness to any particular purpose is given and any -% liability is disclaimed. -% -% See comments at the end of the file after the \endinput line -% -{\lccode`\'=`\' % Apostrophe has its own lccode so that it is treated - % as a letter - %>> 1998/04/14 inserted grouping - % -\patterns{ -.a3p2n % After the Garzanti dictionary: a-pnea, a-pnoi-co,... -.anti1 -.anti3m2n -.bio1 -.ca4p3s -.circu2m1 -.contro1 -.di2s3cine -.e2x1eu -.fran2k3 -.free3 -.narco1 -.opto1 -.orto3p2 -.para1 -.poli3p2 -.pre1 -.p2s -.re1i2scr -.sha2re3 -.tran2s3c -.tran2s3d -.tran2s3l -.tran2s3n -.tran2s3p -.tran2s3r -.tran2s3t -.su2b3lu -.su2b3r -.wa2g3n -.wel2t1 -'2 -a1ia -a1ie -a1io -a1iu -a1uo -a1ya -2at. -e1iu -e2w -o1ia -o1ie -o1io -o1iu -1b -2bb -2bc -2bd -2bf -2bm -2bn -2bp -2bs -2bt -2bv -b2l -b2r -2b. -2b' -1c -2cb -2cc -2cd -2cf -2ck -2cm -2cn -2cq -2cs -2ct -2cz -2chh -c2h -2chb -ch2r -2chn -c2l -c2r -2c. -2c' -.c2 -1d -2db -2dd -2dg -2dl -2dm -2dn -2dp -d2r -2ds -2dt -2dv -2dw -2d. -2d' -.d2 -1f -2fb -2fg -2ff -2fn -f2l -f2r -2fs -2ft -2f. -2f' -1g -2gb -2gd -2gf -2gg -g2h -g2l -2gm -g2n -2gp -g2r -2gs -2gt -2gv -2gw -2gz -2gh2t -2g. -2g' -1h -2hb -2hd -2hh -hi3p2n -h2l -2hm -2hn -2hr -2hv -2h. -2h' -1j -2j. -2j' -1k -2kg -2kf -k2h -2kk -k2l -2km -k2r -2ks -2kt -2k. -2k' -1l -2lb -2lc -2ld -2l3f2 -2lg -l2h -2lk -2ll -2lm -2ln -2lp -2lq -2lr -2ls -2lt -2lv -2lw -2lz -2l. -2l'. -2l'' -1m -2mb -2mc -2mf -2ml -2mm -2mn -2mp -2mq -2mr -2ms -2mt -2mv -2mw -2m. -2m' -1n -2nb -2nc -2nd -2nf -2ng -2nk -2nl -2nm -2nn -2np -2nq -2nr -2ns -n2s3fer -2nt -2nv -2nz -n2g3n -2nheit -2n. -2n' -1p -2pd -p2h -p2l -2pn -3p2ne -2pp -p2r -2ps -3p2sic -2pt -2pz -2p. -2p' -1q -2qq -2q. -2q' -1r -2rb -2rc -2rd -2rf -r2h -2rg -2rk -2rl -2rm -2rn -2rp -2rq -2rr -2rs -2rt -r2t2s3 -2rv -2rx -2rw -2rz -2r. -2r' -1s2 -2shm -2s3s -s4s3m -2s3p2n -2stb -2stc -2std -2stf -2stg -2stm -2stn -2stp -2sts -2stt -2stv -2sz -4s. -4s'. -4s'' -1t -2tb -2tc -2td -2tf -2tg -t2h -t2l -2tm -2tn -2tp -t2r -t2s -3t2sch -2tt -t2t3s -2tv -2tw -t2z -2tzk -tz2s -2t. -2t'. -2t'' -1v -2vc -v2l -v2r -2vv -2v. -2v'. -2v'' -1w -w2h -wa2r -2w1y -2w. -2w' -1x -2xb -2xc -2xf -2xh -2xm -2xp -2xt -2xw -2x. -2x' -y1ou -y1i -1z -2zb -2zd -2zl -2zn -2zp -2zt -2zs -2zv -2zz -2z. -2z'. -2z'' -.z2 -}} % Pattern end - -\endinput - - -%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Information %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% - -As the previous versions, this new set of patterns does not contain any -accented character so that the hyphenation algorithm behaves properly in -both cases, that is with OT1 and T1 encodings. With the former encoding -fonts do not contain accented characters, while with the latter accented -characters are present and sequences such as à map directly to slot "E0 that -contains "agrave". - -Of course if you use T1 encoded fonts you get the full power of the hyphen- -ation algorithm, while if you use OT1 encoded fonts you miss some possible -break points; this is not a big inconvenience in Italian because: - -1) The Regulation UNI 6015 on accents specifies that compulsory accents - appear only on the ending vowel of oxitone words (parole tronche); this - means that it is almost indifferent to have or to miss the T1 encoded - fonts because the only difference consists in how TeX evaluates the end - of the word; in practice if you have these special facilities you get - "qua-li-tà", while if you miss them, you get "qua-lità" (assuming that - \righthyphenmin > 1). - -2) Optional accents are so rare in Italian, that if you absolutely want to - use them in those rare instances, and you miss the T1 encoding - facilities, you should also provide explicit discretionary hyphens as in - "sé\-gui\-to". - -There is no explicit hyphenation exception list because these patterns -proved to hyphenate correctly a very large set of words suitably chosen in -order to test them in the most heavy circumstances; these patterns were used -in the preparation of a number of books and no errors were discovered. - -Nevertheless if you frequently use technical terms that you want hyphenated -differently from what is normally done (for example if you prefer -etymological hyphenation of prefixed and/or suffixed words) you should -insert a specific hyphenation list in the preamble of your document, for -example: - -\hyphenation{su-per-in-dut-to-re su-per-in-dut-to-ri} - -If you use, as you should, the italan option of the babel package, then you -have available the active charater " that allows you to put a discretionary -break at a word boundary of a compound word while maintaning the hyphenation -algorithm on the rest of the word. - -Please, read the babel package documentation. - -Should you find any word that gets hyphenated in a wrong way, please, AFTER -CHECKING ON A RELIABLE MODERN DICTIONARY, report to the author, preferably -by e-mail. - - - Happy multilingual typesetting! diff -Nru texlive-lang-2007.dfsg.4/texmf/tex/generic/hyphen/lahyph.tex texlive-lang-2009/texmf/tex/generic/hyphen/lahyph.tex --- texlive-lang-2007.dfsg.4/texmf/tex/generic/hyphen/lahyph.tex 2006-01-02 23:53:43.000000000 +0000 +++ texlive-lang-2009/texmf/tex/generic/hyphen/lahyph.tex 1970-01-01 01:00:00.000000000 +0100 @@ -1,309 +0,0 @@ -% -% ********** lahyph.tex ************* -% -% Copyright 1999- 2001 Claudio Beccari -% [latin hyphenation patterns] -% -% ----------------------------------------------------------------- -% IMPORTANT NOTICE: -% -% This program can be redistributed and/or modified under the terms -% of the LaTeX Project Public License Distributed from CTAN -% archives in directory macros/latex/base/lppl.txt; either -% version 1 of the License, or any later version. -% ----------------------------------------------------------------- -% -% Patterns for the latin language 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. -% -% Support for font encoding OT1 with 128-character set and -% for font encoding T1 with a 256-character set. -% -% Prepared by Claudio Beccari -% Politecnico di Torino -% Torino, Italy -% e-mail beccari@polito.it -% -% 1999/03/10 Integration of `lahyph7.tex' and `lahyph8.tex' into -% one file `lahyph.tex' supporting fonts in OT1 and T1 encoding by -% Bernd Raichle using the macro code from `dehypht.tex' (this code -% is Copyright 1993,1994,1998,1999 Bernd Raichle/DANTE e.V.). -% -% -% \versionnumber{3.0b} \versiondate{2001/11/21} -% -% Information after \endinput. -% -%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -% -\message{Latin Hyphenation Patterns `lahyph' Version 3.0b <2001/11/21>} -% -% -% Next we define some commands which are used inside the patterns. -% To keep them local, we enclose the rest of the file in a group -% (The \patterns command globally changes the hyphenation trie!). -% These initial commands are by Bernd Raichle (see above) -% -\begingroup -% -% Make sure that doublequote is not active: -\catcode`\"=12 -% -% -% Ligatures \ae and \oe in font encoding OT1 -% -\catcode"1A=11 \lccode"1A="1A % \ae (^^Z) -\catcode"1D=11 \lccode"1D="1D % \AE (^^]) (not used) -\catcode"1B=11 \lccode"1B="1B % \oe (^^[) -\catcode"1E=11 \lccode"1E="1E % \OE (^^^) (not used) -% -% Define \ae and \oe as shorthands for medieval latin -% ligatures in font encoding OT1: -\def\ae{^^Z} -\def\oe{^^[} -% -% -% Then we have to define some macros depending on the TeX version. -% Therefore we have to distinguish TeX version 2.x and 3.x: -% -\ifnum`\@=`\^^40 % true => TeX 3.x - % - % For TeX 3: - % ---------- - % - % Ligatures \ae and \oe in font encoding T1 - % - \catcode"E6=11 \lccode"E6="E6 % \ae - \catcode"C6=11 \lccode"C6="E6 % \AE (not used) - \catcode"F7=11 \lccode"F7="F7 % \oe - \catcode"D7=11 \lccode"D7="F7 % \OE (not used) - % - % Ligatures \ae and \oe in font encoding T1 are ok: - \def\n#1{#1} - % - % In the following definitions we use ??xy instead of ^^xy - % to avoid errors when reading the macro definitions with - % TeX 2.x (remember ^^e(6) is the comment character): - % - \catcode`\?=7 - % - % Define \a and \o to be \ae resp. \oe in font encoding T1: - \def\a{??e6} % \ae - \def\o{??f7} % \oe - % - \catcode`\?=12 - % -\else - % - % For TeX 2: - % ---------- - % - % Ignore ligatures \ae and \oe in font encoding T1: - \def\n#1{} - % - % Define \a and \o (= \ae, \oe in font encoding T1) to - % signal an error: - \def\a{\errmessage{Hyphenation pattern file corrupted!}} - \def\o{\errmessage{Hyphenation pattern file corrupted!}} - % -\fi -% -% -\lccode`'=`' -\patterns{% -2'2 -.ab2s3 .a2b3l -.anti1 .anti3m2n -.ca4p3s .circu2m1 -.co2n1iun -.di2s3cine -.e2x1 -.o2b3 % .o2b3l .o2b3r .o2b3s -.para1i .para1u -.pre1i .pro1i -.su2b3lu .su2b3r -2s3que. 2s3dem. -3p2sic -3p2neu -\ae1 \oe1 % Ligatures ae and oe (in OT1) -\n{\a1} \n{\o1} % Ligatures ae and oe (in T1) -a1ia a1ie a1io a1iu ae1a ae1o ae1u -e1iu -io1i -o1ia o1ie o1io o1iu -uo3u % quousque -1b 2bb 2bd b2l 2bm 2bn b2r 2bt 2bs 2b. -1c 2cc c2h2 c2l 2cm 2cn 2cq c2r 2cs 2ct 2cz 2c. -1d 2dd 2dg 2dm d2r 2ds 2dv 2d. -1f 2ff f2l 2fn f2r 2ft 2f. -1g 2gg 2gd 2gf g2l 2gm g2n g2r 2gs 2gv 2g. -1h 2hp 2ht 2h. -1j -1k 2kk k2h2 -1l 2lb 2lc 2ld 2lf l3f2t 2lg 2lk 2ll 2lm 2ln 2lp 2lq 2lr - 2ls 2lt 2lv 2l. -1m 2mm 2mb 2mp 2ml 2mn 2mq 2mr 2mv 2m. -1n 2nb 2nc 2nd 2nf 2ng 2nl 2nm 2nn 2np 2nq 2nr 2ns - n2s3m n2s3f 2nt 2nv 2nx 2n. -1p p2h p2l 2pn 2pp p2r 2ps 2pt 2pz 2php 2pht 2p. -1qu2 -1r 2rb 2rc 2rd 2rf 2rg r2h 2rl 2rm 2rn 2rp 2rq 2rr 2rs 2rt - 2rv 2rz 2r. -1s2 2s3ph 2s3s 2stb 2stc 2std 2stf 2stg 2st3l 2stm 2stn 2stp 2stq - 2sts 2stt 2stv 2s. 2st. -1t 2tb 2tc 2td 2tf 2tg t2h t2l t2r 2tm 2tn 2tp 2tq 2tt - 2tv 2t. -1v v2l v2r 2vv -1x 2xt 2xx 2x. -1z 2z. -% For medieval Latin -a1ua a1ue a1ui a1uo a1uu -e1ua e1ue e1ui e1uo e1uu -i1ua i1ue i1ui i1uo i1uu -o1ua o1ue o1ui o1uo o1uu -u1ua u1ue u1ui u1uo u1uu -% -a2l1ua a2l1ue a2l1ui a2l1uo a2l1uu -e2l1ua e2l1ue e2l1ui e2l1uo e2l1uu -i2l1ua i2l1ue i2l1ui i2l1uo i2l1uu -o2l1ua o2l1ue o2l1ui o2l1uo o2l1uu -u2l1ua u2l1ue u2l1ui u2l1uo u2l1uu -% -a2m1ua a2m1ue a2m1ui a2m1uo a2m1uu -e2m1ua e2m1ue e2m1ui e2m1uo e2m1uu -i2m1ua i2m1ue i2m1ui i2m1uo i2m1uu -o2m1ua o2m1ue o2m1ui o2m1uo o2m1uu -u2m1ua u2m1ue u2m1ui u2m1uo u2m1uu -% -a2n1ua a2n1ue a2n1ui a2n1uo a2n1uu -e2n1ua e2n1ue e2n1ui e2n1uo e2n1uu -i2n1ua i2n1ue i2n1ui i2n1uo i2n1uu -o2n1ua o2n1ue o2n1ui o2n1uo o2n1uu -u2n1ua u2n1ue u2n1ui u2n1uo u2n1uu -% -a2r1ua a2r1ue a2r1ui a2r1uo a2r1uu -e2r1ua e2r1ue e2r1ui e2r1uo e2r1uu -i2r1ua i2r1ue i2r1ui i2r1uo i2r1uu -o2r1ua o2r1ue o2r1ui o2r1uo o2r1uu -u2r1ua u2r1ue u2r1ui u2r1uo u2r1uu -% -% -} -\endgroup -% -\endinput -%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% - - For documentation see: - C. Beccari, "Computer aided hyphenation for Italian and Modern - Latin", TUG vol. 13, n. 1, pp. 23-33 (1992) - - see also - - C. Beccari, "Typesetting of ancient languages", - TUG vol.15, n.1, pp. 9-16 (1994) - - In the former paper the code was described as being contained in file - ITALAT.TEX; this is substantially the same code, but the file has been - renamed LAHYPH.TEX in accordance with the ISO name for Latin and the - convention that all hyphenation pattern file names should be formed by the - agglutination of two letter language ISO code and the abbreviation HYPH. - - A corresponding file (ITHYPH.TEX) has been extracted in order to eliminate - the (few) patterns specific to Latin and leave those specific to Italian; - ITHYPH.TEX has been further extended with many new patterns in order to - cope with the many neologisms and technical terms with foreign roots. - - Should you find any word that gets hyphenated in a wrong way, please, AFTER - CHECKING ON A RELIABLE MODERN DICTIONARY, report to the author, preferably - by e-mail. Please do not report about wrong break points concerning - prefixes and/or suffixes; see at the bottom of this file. - - Compared with the previous versions, this file has been extended so as to - cope also with the medieval Latin spelling, where the letter `V' played the - roles of both `U' and `V', as in the Roman times, save that the Romans used - only capitals. In the middle ages the availability of soft writing supports - and the necessity of copying books with a reasonable speed, several scripts - evolved in (practically) all of which there was a lower case alphabet - different from the upper case one, and where the lower case `v' had the - rounded shape of our modern lower case `u', and where the Latin diphthongs - `AE' and `OE', both in upper and lower case, where written as ligatures, - not to mention the habit of substituting them with their sound, that is a - simple `E'. - - According to Leon Battista Alberti, who in 1466 wrote a book on - cryptography where he thoroughly analyzed the hyphenation of the Latin - language of his (still medieval) times, the differences from the Tuscan - language (the Italian language, as it was named at his time) were very - limited, in particular for what concerns the handling of the ascending and - descending diphthongs; in central and northern Europe, and later on in - North America, the Scholars perceived the above diphthongs as made of two - distinct vowels; the hyphenation of medieval Latin, therefore, was quite - different in the northern countries compared to the southern ones, at least - for what concerns these diphthongs. If you need hyphenation patterns for - medieval Latin that suite you better according to the habits of northern - Europe you should resort to the hyphenation patterns prepared by Yannis - Haralambous (TUGboat, vol.13 n.4 (1992)). - - LOADING THE PATTERNS - - Use BABEL ! Babel 3.7 fully supports the Latin language. - -These patterns, as well as those for any other language, do not become -effective until they are loaded in a special form into a format file; this -task is performed by the TeX initializer; any TeX system has its own -initializer with its special way of being activated. Before loading these -patterns, then, it is necessary to read very carefully the instructions that -come with your TeX system. - -Here I describe how to load the patterns with the freeware TeX system named -MiKTeX, version 2.x, for Windows 9x, NT, 2000, XP; with minor changes the -whole procedure is good with other TeX systems, but the details must be -deduced from your TeX system documentation at the section/chapter "How to -build or to rebuild a format file". - -With MikTeX 2.x: - -a) copy this file and replace the existing file lahyph.tex in the directory - \texmf\tex\generic\hyphen if the existing one has an older version date - and number. -b) select Start|Programs|MiKTeX|MiKTeX options -c) in the Language tab add a check mark to the line concerning the Latin - language. -d) in the Geneal tab click "Update format files". -e) That's all! - -For the activation of these patterns with the specific Latin typesetting -features, use the babel package as this: - -\documentclass{article} % Or whatever other class -\usepackage[latin]{babel} -... -\begin{document} -... -\end{document} - -If you use VTeX you must resort to the format manager by clicking the -suitable drop down menu item from the Menu bar. If you use other TeX/LaTeX -systems, rebuild the format file latex.fmt according to the documentation of -your system. - - - PREFIXES AND SUFFIXES - -For what concerns prefixes and suffixes, the latter are generally separated -according to "natural" syllabification, while the former are generally -divided etimologically. In order to avoid an excessive number of patterns, -care has been paid to some prefixes, especially "ex", "trans", "circum", -"prae", but this set of patterns is NOT capable of separating the prefixes -in all circumstances. - -Read the documentation coming with the discription of the Latin language -interface of Babel in order to see the shortcuts and the facilities -introduced in order to facilitate the insertion of "compound word marks" -which are very useful for inserting etimological break points. - -Happy Latin and multilingual typesetting! diff -Nru texlive-lang-2007.dfsg.4/texmf/tex/generic/hyphen/mnhyph.tex texlive-lang-2009/texmf/tex/generic/hyphen/mnhyph.tex --- texlive-lang-2007.dfsg.4/texmf/tex/generic/hyphen/mnhyph.tex 2006-01-02 23:53:43.000000000 +0000 +++ texlive-lang-2009/texmf/tex/generic/hyphen/mnhyph.tex 1970-01-01 01:00:00.000000000 +0100 @@ -1,583 +0,0 @@ -%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -% File: mnhyphen.tex -% Author: Oliver Corff and Dorjpalam Dorj -% Date: February 26th, 1999 % mls.sty prevails -% Version: \VersionRelease % see mls.sty! -% Copyright: Ulaanbaatar, Beijing, Berlin -% -% Description: The Mongolian Hyphenation Pattern File -% to be used together with LMC encoding. -% Hyphenation exceptions should be stored -% in mnhyphex.tex. -% -% It may well be possible that the hyphenation -% patterns given below are incomplete or plainly -% wrong. It should also be mentioned that TeX -% sometimes ignores correct hyphenation information -% and makes up its own mind. Anyway, please con- -% sider all hyphenation data strictly experimental -% and *not yet stable*. -% -% This file is mostly based on Cäwäl's Mongol -% Xälniï Towq Taïlbar Tol' (MXTTT for short; -% ``Short Explanatory Dictionary of Mongolian) -% but contains a few other sources as well. -% -% Comments, corrections and suggestions are -% highly appreciated and should be directed to -% the authors at corff@zedat.fu-berlin.de -% -% U/B/B, February 1999 -% -%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -% ------------------- identification ------------------- -% -\message{mnhyphen.tex - Hyphenation Patterns for - Xalx Mongolian, LMC Encoding} -% -%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -% -% The following code is closely modelled after russian.sty and -% its accompanying hyphenation file. -% -% We first must make some of the non-ASCII range characters known -% as characters to TeX, and include case mapping information. -% -\begingroup -\catcode`^^e4=11 \uccode`^^e4=`^^e4 \lccode`^^e4=`^^e4 % \"a -\catcode`^^eb=11 \uccode`^^eb=`^^eb \lccode`^^eb=`^^eb % \"e -\catcode`^^ef=11 \uccode`^^ef=`^^ef \lccode`^^ef=`^^ef % \"i -\catcode`^^f6=11 \uccode`^^f6=`^^f6 \lccode`^^f6=`^^f6 % \"o -\catcode`^^fc=11 \uccode`^^fc=`^^fc \lccode`^^fc=`^^fc % \"u -\catcode`^^b2=11 \uccode`^^b2=`^^b2 \lccode`^^b2=`^^b2 % \sh -\catcode`^^b3=11 \uccode`^^b3=`^^b3 \lccode`^^b3=`^^b3 % \xtu -\catcode`^^b4=11 \uccode`^^b4=`^^b4 \lccode`^^b4=`^^b4 % \zln -\catcode`^^b6=11 \uccode`^^b6=`^^b6 \lccode`^^b6=`^^b6 % \ya -\catcode`^^b5=11 \uccode`^^b5=`^^b5 \lccode`^^b5=`^^b5 % \yu -\patterns{% -.aa2 -.in2 -.o^^eb2 -.oo2 -.^^f6^^f62 -.uu2 -.^^fc^^fc2 -.^^e4^^e42 -aa2j -a1d -a2di -a^^ef2b -a1p -asaa3 -a1t -a1f -a1x -a1c -a3c2d -a1q -a1^^b2 -a1^^b5 -a2^^b6al -1ba -ba^^ef2du -ba3mi -2b1g -1bi -2bl -2b1r -bu3j -1wa -w1b -2w1g -2w1d -1we -we2d -w1j -w1z -1wi -2w1l -2w1n -1wo -1w^^f6 -2w1r -w1s -2w1t -1wu -1w^^fc -w1c -2w1^^b2 -1w^^e4 -1w^^b6 -1ga -g1b -g1w -2g1g -2g1d -2g1j -1gi -2g1l -2g1m -2g1n -1go -go2di -1g^^f6 -g1r -g2ram -3gre -2gs -2g1t -1gu -guuliu2 -1g^^fc -g1x -g1c -2g1q -2g1^^b2 -g3^^b2i -1gy -1g^^e4 -g^^e42n^^fc -g^^b6l3 -da1wy -d1b -2d1w -2d1g -2d1d -2dek -2d1j -dia1 -2dit -2d1l -2d1m -2d1n -2d1r -2d1s -2d1t -3d^^fc^^fc. -2d1x -2d1c -2d1q -2d^^b3 -2d^^b4 -e1b -e1w -e1g2 -e1d -e1z -e1i -e1l -e1m -eo1 -e1p -e1re -e3t2ru -e1x -e1c -eci1 -e1^^b2 -^^eb1d -^^eb1z -^^ebo2q -^^ebx2 -1ja -2j1w -2j1g -2j1d -2j1j -1ji -3jig -3jin -2j1l -2j1m -2j1n -1j^^f6 -2j1r -2j1s -2j1t -1ju -1j^^fc -1jy -1j^^e4 -1za -2z1w -2z1g -2z1d -2z1j -1zi -2z1l -2z1m -2z1n -1zo -1z^^f6 -2z1r -2z1s -2z1t -1zu -1z^^fc -z1x -z1c -z1q -2z1^^b2 -1zy -2z^^b4 -1z^^e4 -ig2ra -i1d -i3dal -i2dy -i1j -i1z -il2di -is3p -i1t -i1x -i1c -i1^^b2 -^^ef1b -^^ef1w -^^ef1g -^^ef2gr -^^ef1d -^^ef1j -^^ef1p -^^ef2pl -^^ef1r -^^ef1s -^^ef1t -^^ef1x -^^ef1c -^^ef1q -1ka -1ke -k1j -1ki -k1k -k1l -k1n -ko1o -ks3p -k1t -1ku -2k1c -1k^^e4 -1la -2l1b -l1w -2l1g -2l1d -1le -2l1j -2l1z -1li -2l1l -lli1 -2l1m -2ln -1lo -lo2d -1l^^f6 -2l1r -2l1s -2l1t -1lu -1l^^fc -2l1x -2l1c -2lq -2l^^b2 -2l^^b3 -1ly -2l^^b4 -1l^^e4 -l1^^b5 -1ma -m1b -m1g -m1d -1me -1mi -2min -m1k2 -m1l -m1n -1mo -1m^^f6 -2m1p -m1r -1mu -1m^^fc -m1f -m1x -m1c -m1^^b2 -1my -1m^^e4 -1na -n1b -n1w -n1g -n2gr -ng2re -n1d -1n^^ebwrl % The occasional Russian loan -1ni -n1k -n1l -n1m -1no -1n^^f6 -n1p -n1s -n3s2d -n1t -1nu -1n^^fc -n1x -n1c -1ny -1n^^e4 -n1^^b6 -o1a -o1b -o1g2r -o1d -o1e -o1j -o1ne -on3st -on3t -o1p2 -o2pe -o1sp -o1t -o1f -o1x -o1c -o1^^e4 -^^f61d -^^f61j -^^f62ri -^^f61x -^^f61c -^^f61q -2p1d -po1 -po3s -2p1p -2pra -p2ro -2p1t -1ra -2rab -r1b -r1w -2r1g -2r1d -1ri -2r1l -r1m -2r1n -1ro -1r^^f6 -r1p -r1r -2r1s -2r1t -1ru -2ruk -1r^^fc -2r1x -r1c -2rq -2r1^^b2 -1ry -1r^^e4 -1sa -s1b -2s1w -2s1g -2s1d -1se -2s1j -s1z -1si -1sk2 -2skw -2s1l -2s1m -2s1n -1so -1s^^f6 -s1p -s2pe -s2pi -2s1r -2s1s -2s1t -1su -1s^^fc -s1f -2s1x -s1c -2s1q -s3^^b22t -1sy -1s^^e4 -1ta -2t1b -2t1w -2t1g -2t1d -2t1j -2t1z -1ti -2t1l -2t1m -2t1n -1to -1t^^f6 -2t1r -t2ro -1tru -2t1s -2t1t -1t^^fc -2t1x -2t1c -2t1q -2t1^^b2 -1ty -1t^^e4 -u1d -u2ji -u1z -u1l -u1t -u1f -u1x -u1c -u1^^b2 -^^fc1d -^^fc1z -^^fc2z^^e4 -^^fc1l -^^fc1p -^^fcs2d -^^fc1x -^^fc1c -^^fc1^^b2 -f1d -f1m -1fo -1xa -xaa2dy -xa2^^b5 -2x1b -2x1w -2x1g -2x1d -2x1j -2x1z -1xi -xi2da -2xi^^b4 -2x1l -2x1m -2x1n -1xo -1x^^f6 -2x1r -2x1s -2x1t -1xu -xu3j -1x^^fc -2x1x -2x1c -2xq -2x1^^b2 -1xy -2x^^b4 -1x^^e4 -1ca -2c1w -2c1g -2c1d -2c1j -2c1l -2c1m -2c1n -2c1r -2c1s -2c1t -2c1x -2c1q -2c^^b3 -1qa -q1w -2q1g -2q1d -1qi -2q1l -2q1m -2q1n -1qo -2q1r -2q1s -2q1t -1qu -1q^^fc -2q1x -1q^^e4 -1^^b2a -^^b21b -2^^b21w -2^^b21g -2^^b21d -2^^b21j -1^^b2i -2^^b21k -2^^b21l -2^^b21m -2^^b21n -1^^b2o -1^^b2^^f6 -2^^b21r -2^^b21s -2^^b21t -1^^b2u -1^^b2^^fc -^^b2^^fc^^fc3l^^b4 -2^^b21x -2^^b21q -1^^b2^^e4 -^^b31e2 -^^b31^^eb2 -^^b31^^b62 -y1g -y1s -y1x -^^b41b -^^b41d -^^b41k -^^b41t -^^b41x -^^b41c -^^b41q -^^b41^^b2 -^^b41^^b62 -^^e41d -^^e41j -^^e41z -^^e42n^^e4xi -^^e41x -^^e41c -2^^b5d -1^^b6a -^^b61d -^^b6n^^b22d -^^b61t -^^b61x -^^b61^^b2 -} -\endgroup diff -Nru texlive-lang-2007.dfsg.4/texmf/tex/generic/hyphen/nehyph96.tex texlive-lang-2009/texmf/tex/generic/hyphen/nehyph96.tex --- texlive-lang-2007.dfsg.4/texmf/tex/generic/hyphen/nehyph96.tex 2006-01-02 23:53:43.000000000 +0000 +++ texlive-lang-2009/texmf/tex/generic/hyphen/nehyph96.tex 1970-01-01 01:00:00.000000000 +0100 @@ -1,12903 +0,0 @@ -% FILE: dutch96.pat -% -% PURPOSE: 8-bit hyphenation patterns for TeX based upon the new Dutch -% spelling, officially since 1 August 1996. These patterns follow -% the new hyphenation rules in the `Woordenlijst Nederlandse -% Taal, SDU Uitgevers, Den Haag 1995' (the so called `Groene -% Boekje') described in section 5.2 (Het afbreekteken). -% -% The main differences with our earlier patterns based upon the -% CELEX dictionary are: -% (1) provide 8-bit patterns based upon the T1 character encoding -% (the encoding for DC/EC compatible TeX fonts) -% (2) don't hyphenate if this results in a syllable of one letter -% before or after the hyphen (hence hyphens in a-drenaline, -% studi-o, mensa-pen and vide-oachtig are invalid) -% (3) handle words derived from other languages (`bastaard -% woorden') according to the new rules -% -% Like the CELEX patterns these patterns don't hyphenate: -% (4) in a changing syllable (menuutje can not be hyphenated as -% menu-tje) -% (5) in words that have different hyphenations according to -% there meaning (buur-tje/buurt-je) -% -% COPYRIGHT (C) 1996: Piet Tutelaers -% -% ----------------------------------------------------------------- -% IMPORTANT NOTICE: -% -% This program can be redistributed and/or modified under the terms -% of the LaTeX Project Public License Distributed from CTAN -% archives in directory macros/latex/base/lppl.txt; either -% version 1 of the License, or any later version. -% ----------------------------------------------------------------- -% VERSION: 1.1 (November 1996) Copyright changed March 2000 -% -% AUTHOR: Piet Tutelaers P.T.H.Tutelaers@tue.nl -% -% Define lefthyphenmin and righthyphenmin to two -\lefthyphenmin=2 \righthyphenmin=2 -% Define for all Dutch ISO Latin1 characters used in the patterns and -% exceptions proper lowercase and uppercase codes. -% ^^c4 (A-umlaut) ^^e4 (a-umlaut) -\catcode`\^^e4=11\uccode`\^^e4=`\^^c4\lccode`\^^e4=`\^^e4 -% ^^c7 (C-cedille) ^^e7 (c-cedille) -\catcode`\^^e7=11\uccode`\^^e7=`\^^c7\lccode`\^^e7=`\^^e7 -% ^^c8 (E-grave) ^^e8 (e-grave) -\catcode`\^^e8=11\uccode`\^^e8=`\^^c8\lccode`\^^e8=`\^^e8 -% ^^c9 (E-aigu) ^^e9 (e-aigu) -\catcode`\^^e9=11\uccode`\^^e9=`\^^c9\lccode`\^^e9=`\^^e9 -% ^^ca (E-circumflex) ^^ea (e-circumflex) -\catcode`\^^ea=11\uccode`\^^ea=`\^^ca\lccode`\^^ea=`\^^ea -% ^^cb (E-umlaut) ^^eb (e-umlaut) -\catcode`\^^eb=11\uccode`\^^eb=`\^^cb\lccode`\^^eb=`\^^eb -% ^^cf (I-umlaut) ^^ef (i-umlaut) -\catcode`\^^ef=11\uccode`\^^ef=`\^^cf\lccode`\^^ef=`\^^ef -% ^^ce (I-circumflex) ^^ee (i-circumflex) -\catcode`\^^ee=11\uccode`\^^ee=`\^^ce\lccode`\^^ee=`\^^ee -% ^^d1 (N-tilde) ^^f1 (n-tilde) -\catcode`\^^f1=11\uccode`\^^f1=`\^^d1\lccode`\^^f1=`\^^f1 -% ^^d6 (O-umlaut) ^^f6 (o-umlaut) -\catcode`\^^f6=11\uccode`\^^f6=`\^^d6\lccode`\^^f6=`\^^f6 -% ^^dc (U-umlaut) ^^fc (u-umlaut) -\catcode`\^^fc=11\uccode`\^^fc=`\^^dc\lccode`\^^fc=`\^^fc -% ^^db (U-circumflex) ^^fb (u-circumflex) -\catcode`\^^fb=11\uccode`\^^fb=`\^^db\lccode`\^^fb=`\^^fb -\catcode`\'=12\lccode`\'=`\' -% -\patterns{ -.a4 -.aan5 -.aarts5 -.aat5 -.ab5l -.acht5end -.ac5re -.adi5 -.af3 -.af5l -.af5s -.aftu5re -.al3ee -.al3f -.alk4 -.al5ko -.alko5v -.al5ma -.al3om -.al4st -.ana3s -.an3d2 -.an3en -.an3gl -.an5th -.ar5d -.ar5tr -.as5h -.as5l -.as3t -.as5tra -.as3u -.at4a -.ave5n -.b4 -.be3la -.be5ra -.be5ri -.bos1 -.c4 -.coo5 -.co3ro -.cus5 -.d4 -.daar5 -.da4gi -.dag5r -.da2k -.dan2 -.debe4 -.de2k -.dek5l -.dek5s -.den4k5r -.de5od -.de3ro -.de5sta -.di4a -.die4p -.di3o -.doet3 -.do3v -.du4w -.e4 -.ede2 -.edel5a -.ed3w -.ee4n -.eer5ste -.eest3 -.eesto4 -.eet3 -.ei3l -.ei5sc -.ei3sp -.ei5t -.el4s5 -.en5s -.en5th -.ep4a -.ere5s -.er2f -.erf3l -.er3in -.ert4 -.erts3 -.es3 -.es5c -.es5pe -.es5tr -.eten4 -.et4h -.ets5te. -.eu3 -.eus5 -.^^e92 -.f4 -.fel4s -.g4 -.gaat5 -.gang5s -.gea5v -.ge3l4a -.ge5le -.gelo5v -.ge3n4a -.gena5z -.ge5ne -.ge5no -.ge3ra -.ge5r4e -.ge5r4o -.gerst5a -.ge3s -.ge5sk -.ge5ta -.ge5tj -.ge5to -.gid4 -.go4m -.goot3 -.h2 -.handels5 -.her5in -.hits5t -.ho4lo -.houd5s -.i4 -.ide5o -.ij4s -.ijs5l -.ijs3p -.ijs3t -.ik3 -.in1 -.in5d4 -.in3g4 -.in5gr -.ink2 -.in5kr -.in5kw -.in3s4 -.in5sl -.in5st -.in5ta -.is5c -.j4 -.jor5 -.k4 -.ka3d -.ka5g -.ka4taa -.kerk5l -.kerk5r -.kerk5u -.ker5sten -.ke4s -.koot5 -.ko5pe -.kop5l -.ko3v -.kun2 -.l4 -.laat5ste -.le4b5 -.leg3o -.le4g3r -.leid5st -.len4s3 -.le5r4 -.le4s3 -.le5th -.lin5d -.lof5 -.loot3 -.lo4s1 -.lu3e -.lui5t4j -.lu4s -.m4 -.ma5d -.ma5^^ef -.meel5d -.me5la -.me5ni -.merk5l -.me2s -.me4st -.met5ee -.mij4n5i -.moot3 -.mor5sten -.mo4s -.n4 -.naat5 -.na3d -.na3n -.na3s4 -.nee5s -.ne2p -.nep3a -.ne4s -.ne5te -.ne4t3j -.neu4t5j -.nie4t5j -.noot5 -.nos5t -.no5v -.o4 -.oe4r5 -.oe4s5 -.oeve4 -.ol3f -.om1 -.omme3 -.on3a -.on3d -.onde4r -.on1e -.on5g -.on3i -.on5k -.on1o -.ono5v -.on2t3 -.on4tee -.on4ter -.ont5s -.ooi5tj -.oot5jes -.op5ee -.opi5 -.op5l -.op3r -.op5s -.org4 -.os5 -.ove4 -.p4 -.pee5tj -.peri5 -.pers5te. -.piet5j -.pits5te. -.poort5j -.po4st -.puit4 -.pui5tj -.pu2t -.r4 -.raads5le -.ran4d -.rand5a -.re4men -.ren4o -.reno5v -.re5o -.rie4t3 -.rij5sp -.ring5s4 -.roe5tj -.ro4l -.ro4st -.ro4t3h -.ro5v -.s4 -.sap3 -.sa5v -.sci3 -.see3 -.seks5te -.se5re -.set3 -.se5v -.side3 -.ski3s4 -.sneu3 -.sno2 -.so2k3 -.song5 -.spoor5tj -.st4 -.ste4m -.t4 -.taart5j -.tan4da -.te4a -.te4f -.tek2 -.te3le -.ten5ac -.te3no -.ten4t5j -.te3ra -.ter4p5a -.ter5s -.te4s -.ti2n -.tin3a -.tin3e -.toe5pr -.to4lo -.to4p -.to5v -.tri3s4 -.ts4 -.tsa3 -.tuit5j -.ty2r -.u4 -.ui2 -.ui5s -.uit1 -.uit4je -.uke5 -.ur4a -.vaat5j -.ven4t5j -.ve4r3 -.ves5p -.vet3j -.vie4r -.vol5s -.w4 -.wals5te. -.wee4ko -.wee4t3 -.we4l3 -.wen4s5t -.west5r -.win4s -.xe3 -.y2 -.z4 -.zes5 -.zit5 -.zooi5 -4a. -a4a4 -4aad -aad1a -aad1o -aad1r -aad5sap -aaf5a -4aag -aag1a -aag3e -aag3o -aag5r -aags4 -aag3sa -aag5so -aag3sp -aai3l -aak1a -aak3e2 -aak1o -aak5r -aak3sp -aal5a2 -aal1e -aal5f4o -aalfo5l -aal1i -aal5k -aal5m -aal1o2 -aal3sl -aal5so -aal5spe -aal5ste -aal1u -aam1a -aam3o -aam4sta -aam4ste -aan1a -5aandee -aand4r -aan1e2 -aan5g -aan5i -3aanj -aan5k4 -3aann -aan3o -aan3sp -aans4po -aant4 -3aanta -3aanv -aap1a -aap3i -aap3o2 -aap3r -aar3a -aar4d5as -aar3e4 -aar1i -4aarn -aar1o2 -aar5spel -aar4t5on -aarts5l -aar3u -aas3e -aas3i -4aast -aas5tr -aat3a -aat5e -aat3h -aat3i -aat1o -aat5r -abak4s5 -aba4l -abat4s -ab5eun -ab3ijz -a2bon -aboot4j -abot4j -2abr -ab3ru -4ac. -a3cal -a3car -4ace -ace3st -4ach. -a3cha -2a1che -4a1chi -ach3l -a1cho -a3chr -4achs -ach5tec -a1chu -achuut5 -4ack -ac3kl -2acl -2a3co -2acr -ac5res -4acta -4acu -4ad. -a5da. -ad3ac -ada2d -ada4l -ada2r3 -adas5 -2add -a5de. -ad3ei -ade5re -a5des -a3det -a5deta -ad3e4te -2adh -4ad4i -adi3al -adi4oc -adi4od -4adk -2adl -4ado. -a3doo -2adp -ad3rei -a3d4ri -ad3rol -2ads -ad5se -ad3so -ad1s4t -ad5sta -ad3ui -ad3w -2ady -4ae -aege4 -ae5k4 -a3e2p -ae3r -ae2s3 -ae4s5t -a3eu -a2^^eb -a4^^ebr -4afa -af3aa -a2f3ac -af4as -af4at -afd4i -afd2r -af5d4w -4afe -afee4 -4afi -af3l -4afo -a5fo. -a2foe -afon4d -af3op -af5org -af1r -af3s4 -afs2c -af5se -3afsl -3afsp -aft4a -af5tr -af3ui -2afy -4ag. -ag1a2d -ag3af -ag3a2m -ag3ar -ag3di -a5ge. -agee5t -4a5gen. -ager4s -ag3ex -a4gil -ag3ind -a4g3ins -agi5ot -4ag1l -ag3of -a4g3or -ag4o3v -a2gr -ag4ra -ag5rap -ag3ru -ag3sl -ag4sle -ag5slu -ags2p -ag3spe -ag3spi -ag1st -ag3sta -ag5str -2agt -agu5a -a2g3ui -ag3u4r -a2g3uu -2ah -4a1ha -4a5he -ahe5ri -a1hi -ah3l -a3ho -ah5r -ah5t2 -a3hu -a3hy -ai5a2 -ai4dr -ai1e -a1ij -ai5k -ail3m -ai2lo -a2in -aio4 -ai3ov -ai3s4 -ai5sc -ai4s5l -ai5sn -ai1so -ai1st -ai5tj -ai3tr -aiu4 -a^^efn4 -a^^efns5 -a^^efs3o4 -2a1j -ajaars5 -aka2 -ak3af -ak3ag -a4k3ar -a4k3ed -ak3emi -ake2t -ak3id -ak3ink -ak5is -1akko -4a2k3l -a2k3n -ak5ne -ak4ni -a3kof -ak3on -ak3o2p -a2kr -ak5ru -2aks -ak4so -ak5spe -ak1st -ak5to -ak5t4w -a2k3u4 -ak1w -ak3wi -a1la -a4l3ach -al3adr -a3l4ag -a3lal -a5lapr -al3art -4ald -a1le -a5le. -al3eff -2aleg -a2l3el -ale5ro -ale5ste -ale4tj -a3l^^e8 -al4fen -alf3l -al5fon -alfu4 -al2gl -a3lie -al3int -alk5ei -al5kle -alk3s -al4kui -al5le -al4mac -al5me -a1lo -a4l3ol -alo2n -al3ou -a4l3o4v -2alp -al3s4ag -al3san -al3scr -als5j -al2sl -als5li -als5m -al4sn -al4s3oo -al4stem -al5sten -als5tou -altaar5 -al3tha -al4t3ro -alt4st -a1lu -a2lui -al3uit -al3u4r -alu2s5 -4am. -a4m3ac -am3adr -ama4f -4amag -am3art -5ambt -ament4j -ame4ran -ame5tj -a2meu -am4i -4amm -am3oli -a2m3o4v -3amp^^e8 -am2pl -am4ple -am4sm -am4s3o -am4spr -ams5te. -a2m3ui -a3nad -an3alg -an4a3n -an3arc -2anc -4anda -anda4d -and5ank -an4d3e4d -an4dex -2andj -an4dom -an5d4ri -and5roo -ands5lo -an4d3ul -a4nem -a3nen -anen3i -4aner -an3est -ane3us -4ang. -an4gan -anga5p -ange5st -ang5le -an2gr -ang5sna -angs4te -aniet3 -anij4 -3anima -an5ion -a4n5isl -ani5t -4aniv -4ank. -an4kaa -anka4n -an4k3as -an2k3j -an4klu -ank3of -an2k3r -a1no -an3och -a4n3oor -an3ork -ano3s -ano3t4 -a4n3ou -ano5v -4ans -an3san -ans3cr -an4seg -an4serv -an4sid -an2so4 -ans5or -ans3pi -ans5pir -an1st -an4s5te. -an5stru -an4tac -ante4n -an3th -2anti -ant5sl -ant3w -4a1nu -a5nuf -an3ui -an3ur -an3uu -anze5s -2a1o -ao4g -ao2l -a4om -a2op2 -aor5t -a3os -aos3p -aos5t -4ap. -a1pa -a4pak -a4pas -ap3as. -ap3ass -a1pe -ap5eten -4a1pi -apij4t5j -ap3ijz -ap1j -2apl -ap3le -ap3li -ap3lo -a1plu -apon5 -ap3oo -apo3p -apo5sta -ap3o4v -1appa -4appen -4apr -ap3ra -a3pre -a4prem -a5p4ris -ap3ru -ap2sa -ap4si -ap2s3l -ap3sn -ap4ste. -2apt -ap3tj -2apu -a2q -4ar. -a1ra -araat5j -a4r3app -ara3s4 -ar2da -ard3ac -ard3ak -ardo4 -ar4d3om -ar4d3op -ar4d3ov -ar2d1r -ar4dra -ard3re -ar4du -ard3w -a1re -5a2rea -a3reg -a3rem -ar4en -are4no -are3sp -a3rev -ar3gh -ar2gl -a1ri -arie4tj -arij3s -ar3ins -ark2 -ark3ac -ar3k4l -ar4map -arm3u -a1ro -a2r3ob -ar3oge -a3rok -aro4ko -ar3oog -a2r1o2p -a3rot -arpi4 -ar2s -ar5sch -ar3scr -ars2e -ar5see -ar3si -ars3l -ar4sla -ars5m -ar3sni -ar4so -ar4sp -ar5spo -ars3ta -ars5tal -ar4s5tek -ar4str -ar4su -art4aa -ar4t3ak -ar4tan -art5ank -ar4tap -ar3tar -4arte -ar4tei -ar2th -ar5tij -4ar4tj -art5jesv -4arto -ar5tof -art5o4ge -art5oog -ar4t3o4v -ar2t3r -ar4tro -art5ru -art4sl -art5ste -a3ru -ar3ui -4arw -arwe3s -a1ry -4asa -as3ad -as4ag -as3ak -as1ap -a2sc -as5ce -2ase -a4sec -a4s3eg -aser5a -ase5tj -aseve4 -as5ha -asis1 -a4sj -as5ja -as3ji -as3k -as5ka -as5ki -as3l -as4lu -as3m -as5mi -as3n -as4ne -as4ni -4aso -as3ob -aso2l -aso4r -as1p -as3pl -a4s5q -as5sa -4assm -3assu -a2st -4as3ta -a4sta. -as5tag -as4tas -as4tat -as3te -a3stek -a3stem -as5ten -as3t^^e8 -asting5sp -as1to -as3tob -ast3op -4astr -ast5rem -as5tro. -as4tu -a1t -ataart5j -at1ac -at3ade -at3af. -at3ank -ata3s -2atek -a5tell -ate2n -ate3no -aten4t5r -ater5ad -ater5sl -at4eu -2atg -at3hu -ati5ni -a2t3j -at4je -atjes5 -at5jesb -at5jesh -at5jesm -at5jesp -2atm -2atn -a2too -at3oog -atos5f -ato3st -at3rac -at3rei -at3rib -at4roe -at5ru -at4s3a2 -at4s3ec -atsi4 -at4s3id -at2s3l -at4slo -ats5m -ats3n -at4sne -ats3pr -at2st -at4staa -at4s5tak -at4ste. -at5sten -at5stij -ats5tol -ats5top. -ats5trek -at4t3u4 -a2t3ui -at3w -aua4 -au3ch -au3co -au5de -aud4j -1aug -au3na -aun3t -aup2 -aur4 -au5re -aure3u -4aus -au3so -au4s5p -au3sto -au3t4 -4aut. -1auto -auto3p -2auts3 -auw3a -4auz -a4^^fc -avast4 -ave3c -avee4 -ave4n3i -aven5sp -aver3a -ave3re -ave3r4u -4avi -a2vo -1a4von -a5voo -a5vor -4avy -2a1w -axis4 -ay2a -4azif -^^e43h -^^e4mme3 -^^e43r -1b -4b. -3ba -baar5ste -baar5tj -ba4da -bad3ar -ba4d3r -bad3s -ba3g4h -ba3gl -5b2ak -ba4k3o4 -bak4sp -ba3lan -ba4lar -bal3dw -bale4 -bal3ev -ba3li^^eb -bal4kl -ba3lo -bals4 -bal3sf -ba4me -ba5n2a -ban4k3a -ban4kl -ban4k3o -ban4kr -bank3w -ba3sa -ba4st -ba2tr -ba3tro -4bb -bbe4l5ag -bbe4l5ee -bbe2n -bben3a -4b1c -4b1d4 -b5de -bdi5a -3b4e -be1a -be3as -be2au -be3ch -be5dwe -be5dwi -be5dwo -bee4 -beet1 -be5g -beie4 -bei3s -bei5tj -be5ki -be3k4l -be1kw -be3lar -be5l4as -bel5dr -be3le -be4l3ec -be4lex -bel5f -be3li -be4l5int -bel3k -bel4o -be3lo5v -bel3sc -bel3sp -belt4 -bemen4s -be3nep -be5n4o -be5ot -be1ra -bere5s4 -ber4g5af -ber4g5et -ber4gl -ber4gr -ber4i -be1r4o -bero5v -be3ru -be3ry -be1s4 -bes5ac -be4sh -be4sje -be3so -be5sp -bes5s -bes5te. -bes5ten. -be5stie -bet2 -be3t4h -be5ton -bet5ren -be3tw -be5twi -be3und -beur4s -4b3f -2b1g -4b3h -3b2i -bid3s -bi2du -bie4li -bi4en -bie4t3j -bij5d -bij3f -bij3g4 -bij5k4 -bij1p -bij1s2 -bik4a -5bil -bi3lo -bil3s2 -bin4dr -bin4st -bin4t3j -bi5ob -bi3ok -bi5om -bi3oso -bi5ow -bir3 -bi4st -bis5troo -bi1tr -bit4se -bit4s3p -4b1j -4b1k -3b4l -blad5ij -2b5lap -b5led -bles3 -ble5spe -ble2t3 -b5lid -blijs4 -blij5ste -bli2k -4b5loi -blok5l -bloot5j -blu2s -2b1m -4b1n -b4o -bo4d3ec -body3 -boe4g3a -boe4kn -boe4ko -boes4 -boe3st -boet5st -bo3f4l -bo2k -bok3an -bokje5 -bok4st -bolk4 -bo2m3a4 -bo2m3o -bo5na -bond2 -bond4s5 -3bone -bo3no -bon4t3j -bon4t5o4 -boot3j -boots5te. -bo3p2 -bor4sta -borst5o -bor4st5r -bo4s -bos3a -bo5sco -bo5si -bo5so -bos5p -bos5to -bot3j -bo4to -bot3r -bot4sp -bot4st -bo2tu -bou5ta -bouw5s -bo3v -bove4 -4b1p -3br4 -braad5s -bran4da -bra5str -brei5s4 -brie4t -brie5tje. -bri4l -bro2n -bron3o4 -bru2l -4b1s4 -b2s5a -b5sc -b3si -bsi3d -bs5je -b2s5la -b2s5m -bs5s -b4stij -4bt4 -b3ta -b1tr -bts5 -3b4u -buit4j -bul4k -bu4lu -bune5t -b5urb -bu5ri -bus5c -bus3o -but4a -but3j -bu2to -but4s -buts5te -buur4tj -4bv -2b3w -by3 -4bz -4c. -1ca -3ca. -ca3b -ca1ch -5cada -ca3do -ca3dr -cae3 -ca3g2 -cal4l3 -ca3lo -came5r -ca3na -cant4 -ca2of -ca1pr -ca4pra -ca5pri -ca3ra -car4u -ca5se -ca3s2p -cas3t -cas5tr -ca3ta -cate4n -ca3t4h -cau3 -cau4st -ca3v -2cb -4c1c -cca3 -cces5 -c4d -c5do -1ce -3ced -cee4 -3ceel -3cel -cel3d -celes5 -ce5li -cel5k -ce4l3o -2ce3n4a -2cene -ce3no -5cent -cen4t3j -ceo4 -ce3ra -cer2n -ce5ro -cer4t3r -ce2s -ce3s2a -ce5sc -ce3s2h -ce3sta -ce3s4ti -cesu5r -ce3ta -ce4t3j -ceto4 -cet3og -cet3oo -1c^^e9 -c3g -4ch. -3cha^^ef -5chao -3chas -1chau -5chauf -2chc -1chef -5chef. -5chefs -5chemi -5cheq -che5ri -che3ru -5ches -che3us -1ch^^e9 -5chir -4chn -2chp -5chromo -4cht -4chw -1chy -3ci -ci5ab -ci3am -cie3k -cier4s5 -ci1eu -5cij -5cil -ci5le -cil3m -4cind -ci3o -ci5om -5cir -ci3t2 -ci5ta -c3j -c2k3a -c4k3ed -ck3ef -cke5re -c5k4et -ck3id -c2k3l -ck4le -c2k3n -c2k3o4 -c4k3r -ck5se -ck3so -ck5st -c3ky -1c4l -cla2n -cle3u -5clu -2c1n -1co -co3ad -co3d -co4i -coin5 -co3k4 -co3la -5com -5cond -con1g -2co1no -5cons -3con5t4 -2coo -2co1p2 -3copa -4copi -cor4dr -co4rel -co5ri -cor2o -5corr -cors4 -co3ru -co5sc -co5se -co5sp -co3th -co3tr -5coun -2cout -co5v -c3p4 -1c4r2 -3cras -cre5d -2crip -3cris -cro5f -cro5k -croo3 -cro5v -crus5 -c3so -c3sp -c3ste -2c1t -ct3act -ct3ad -ct5c -ctee5t -cte2n3 -c2t1h -c2t3j -c4t3of -c3tol -c2t1on -ct4or -ct3rap -c4t3re -ct3sl -ct3sp -1c2u -cu5d4 -cu3en -cu3^^e9s -cui5s -cui2t -cuit5e -cu3k4 -cula5p -cu3ra -5cur3s -cus3o -c3w -1cy -1^^e7 -^^e7a4o -4d. -1da -3da. -3daag -d4aal -d3aap -daar5e -5daat -4dabo -2d3acc -da4ce -da5den -4dadr -3dae -2d1af -3dag -da2g3a4 -da3ge -da4g3ed -da4g3e4t -da4g3on -da4g3r -dag4s3t -da2gu -3dai -da3^^ef -da3ke -da4ker -2dakk -da4k1r -4dala -d3alar -d3alc -da3le -4dalf -da3li -2dalm -da2l3u -d4am -dam4a -da5mac -d3a4mat -d2a5me4 -dames3 -dam4pl -2da2na -dan3as -dank3l -danoot5 -dan4si -dan4sm -dan4s3p -dan4st -dans5ta -4d3antw -2d1ap -4d3a2pe -5dapu -da2r3a -d3arb -3dare -3dari -dar4mo -darm5on -3daro -dar3s -dar5st -3das3 -5dasa -da3stu -3d4at -da3ta -dat5j -4d5atl -4d5atm -da2t3r -5daue -4d1aut -3dauw -2db -dbei5 -dbou4w5i -2d5c -4d3d4 -ddags4 -ddag5sp -ddel5ev -dde2n -dden5a -ddera4 -dder5al -ddere4 -dder5ee -dder5ep -dder3o -ddi3a -d5dles -d5do -ddo3p -1de -3de. -de2al -de1ch -d4e5den -5dedir -de4dit -dee4g3 -dee4l -deel3i -4d3een -dee4r -4d3eff -de3g -4d5eg. -4d5egg -2d5egy -2dei -d3eie -d3eig -d3eil -d1eis -d3eiw -5dek -de3ke -dek3lu -dek3w -del4aa -del5da -del5dr -del5eek -4d3e4lek -4delem -de4lev -4d3e4lit -del3k -del2s -del4s3e -dels3i -del4so -4d3e4mai -2demh -5demi -dem5ond -d2en. -den4ac -den5ate -den3ei -den3e4p -den3ev -4d3engt -den4k5of -de4noc -den3o4r -den3sh -den5str -de3nu -5denvl -de4o -de5ofo -de5ol -deo4li -deo3v -de3rab -de4r3ad -der3a4g -de3rak -de3ram -de3ran -de3rap -de3ras -de4r5as. -de4r5ass -der2e -der5ede -der5egd -de4r3ei -de4r3em -de5re4n -de4rep -de4ret -de5rij -de4r3im -der3k4 -der3on -dero4r -4d3eros -der4s3a -der4s5om -der5ste -der5sto -der5stra -der5th -4d3erts -der5tw -de2r3u -de3rup -de2s -de3sav -des3m -des3n -des3p -de3spe -de5spel -de4spl -des5sm -de3st -des5tak -de5stal -de4s3te -de4sti -de5stic -des5top -de3t4 -4d3e4tap -de5tw -deu4r3o4 -de3us. -deu4tj -deve4 -2dex -4d1exa -4dexp -3d^^e8 -2d1f -2d3g -d4gaf -dge3la -dge2t -dgeto4 -dget5on -dget5ov -dge4tr -dg4l -2d1h -d5he -dheer4 -3d4hi. -1di -di2a -di5ae -di4ak -di4ano -dia3s4 -di4atr -5dich -di4do -die2f -die4r3o -di3esr -die3st -die2t -diet3r -di1eu -3dig -di2ga -dig5aa -diges5 -dijk3r -di3jo -2d3ijz -di2k3o4 -5dil -2d3imp -di5n2a -2d3ind -2dinf -3d4ing. -4d5ingel -4d3inj -4d3inko -2d5inr -2d3ins -4d3int -dintel5 -2d3inv -2d3inw -2d3inz -di2o -di5ofon -di4ol -di4one -di4oni -dio1s -dio5sc -2d3i2ro -2d3irr -3di4s -dis5ag -di5se -di5si -dis4kr -dis5p -dis1t -dis5tr -di3th -dit3j -dit3r -5div -2d1j -2d3k2 -4d3l -d5le. -dli4n -dlot4s -2d1m -2d3n2 -d5ne -dni3s -1do -3do. -do3a -2dobj -4d3obs -3d4oe -5doe. -doe5d -4doef -d5oefe -5doek -5doen -5doet -4d5oev -3doi -d4ole -2do2li -d4olin -dolk5s -5dol5s -3d4om. -5domi -do4m3o4 -d3omr -dom4sn -5domu -d3omv -4domz -5don. -d4ona -5done -do5ni -5d4onn -5do3n4o -do3nu -do5ny -5donz -2dop -do3pa -d3opb -d3opd -do3pee -5dopj -4d1opl -3dopo -d3ops -d3opz -4d5org -do4ri^^eb -d3ork -dors5m -do3sp -do3sta -dot3j -5dou -2dov -dover5s -3dovl -3dovo -2d3p -dpren4 -1dr4 -3dra -5dra. -d3raam -d3raap -d4rac -d5race -5drach -d3rad. -d3rada -5draf -5d4rag -d4rama -d3rame -4d3rand -4drap -4dras -4d3raz -2dre -4d1rec -d5reco -d1red -d2ree -4d3reek -4drend -d4ress -4dret -3d2rev -5dreve -d3ric -dries4 -5d2rif -dri5ga -d3rijd -d3rijk -d3rijm -d3rijs -5d4rin -3dris -4d3rit -4d3roei -d3roer -5d2rog -4d3rok -d3roma -d3rond -3droog -4droos -5drop -2drou -2d3ro5v -2droz -drug4s -d3ruim -d3ruit -5d4ru4k -4d3rus -2ds -d2s1a2 -d4saa -dsa4b -d3sal -ds4ate -ds2ch -d5schi -dse2 -ds3eco -d4s3ed -d4s5ee -d4sef -d4sei -ds3eis -ds3elf -dse4li -d5sen -d4s3es -d4set -d2sh -ds3ho -d2s1i2 -d4s5id -dsig5a -ds2im -ds4ing -ds5is -d4s3j -ds4jo -ds5jon -ds4l -d1sla -ds5las -ds5lic -d4s5lie -ds5lim -d3slin -d2sm -ds4mak -d3smij -ds5mo -ds3n -ds4ne -ds5neu -d3snu -ds1o4 -ds3ob -ds3om -d4son -ds2oo -ds3op -d4spa -d5span -ds5pati -d5spec -d5s4pel -d4s3pet -d1spi -d4s3pl -d5spoe -d5spok -d5spor -ds5s -dst4 -d1sta -d5staat -d4stab -ds3tak -d4s3tal -ds4tan -d3s4tat -d5stav -d3ste -ds4te. -d5stee -d4stek -ds4ter -d4sterr -d4stev -ds3th -d3s4ti -d4stit -d1sto -ds5tram -ds5trekk -ds5ty -d2su4 -ds3ure -ds3uu -d1sy -2dt -d1ta -dtaart5j -d1th -d2tj -d1to -d1tr -d1tu -1du -2duca -5due -du3en -du3et -5duid -5duif -5duik -d3uil -2duit -4duit. -d3uitd -5duite -4duitg -d3uitv -5duiv -du4n -dun5i -du2o -du4ol -3durf -3durv -5du1s -dut3j -du5wen -2dv -dvaat5 -dvee3 -dve5na -dvies5 -2dw -d3wac -d3was -d3wat -d1we -3d2wei -d3wek -d3wet -d3wez -d1wi -4d1wo -d3wor -d3wr -1dy -4d3yo -dy4sp -dy2s4t -2dz -4e. -4ea -e3aa -e1ab -ea3bo -e3ac -ea4ca -eac5t -e1ad -ea3da -e5adem -ea3do -ead3s2 -ead5sh -e1af -e1ag -e3ai -ea4k3o4 -e1al -ea3la -e3ali -e4als -ea5mi -e3an -e4an. -eang3 -ean4s -e5ap -ea3pr -e3aq -e1ar -ear2c -e1as -e2asc -ea5s4e -ease5t -ea3so -e1at -e4at. -eat3s -eau3s4t -e1av -e3bo -ebots5te. -e5br -3ecd -e3ce -e1che -e1chi -echt5ec -echts5o -e3chu -4eck -ec5le -4ecor -4ect -ec3ta -ec4taa -3ecz -e1d -ed4ag -e3dam -e3d4an -e4d4as -ede3a -ed3ei. -ede5le -edem4 -ede5nac -ede5o -ed4er -e4d5erns -ede5rog -edi3al -edi3am -e5die -4edir -edoe5tj -e3d4oo -ed3opv -edors5te -ed3ov -e3d2r -ed3rod -ed3rol -ed1s -ed5se -ed2sl -ed4so -ed5sp -ed3su -ed3uit -e4d2w -e5dwan -e4e -eea4 -ee5b -ee5ca -ee5che -ee2d3a -eed4ac -eed5as -ee5de -ee5do -eed3ru -eed3si -eed3w -ee2f -ee3fa -eef3ac -ee3fi -eef3l -eef3r -ee4gap -eeg3l -ee3i -ee2k -ee3ka -ee5kaa -eek3ak -eek5all -eek1e -ee5ket -ee3ki -ee3kl -ee4k3lo -eek3n -eek3re -ee3kri -eek3ro -eek5st -eek3w -ee2l -eel3a -ee3lad -eel4as. -eel5d4u -ee3le -eel4ee -ee3li -ee5lij -eel5k4 -ee3lob -eel3og -eelo4ge -ee3lu4 -eel3ur -eel3uu -4eem -eema4 -ee2n -een3a -eena4r -een3e2 -een5g -ee3ni -een5ie -een5k -ee5o2 -ee2pa -eep3an -ee3pl -eepo4 -ee4p3re -eep3ru -ee2r -eer1a -eer3aa -ee4rad -eera4l -ee3ram -ee3ran -ee3re -ee4ree -ee5rei -ee4r3i -ee5ric -eer5k -eer3og -eer5oom -ee3rot -eer5ston -eer5str -ee2s3 -ee5sch -ee4s5em -ees5et -ee3sj -ees5lo -ee3sn -ee3s4p -ees5pl -ees5pot -ees5ten -ee3stu -ee2t -eet5aa -ee3tal -ee3tan -ee5te -eet5h -ee3tj -eetna4 -ee3to -eet3og -eeto4ge -eet3oo -eeto4r -ee3tr -ee4tro -eet5rok -eet3sp -eet5ste -ee5v -ee5z -e^^ebn3 -e5^^ebr -ef3ad -efa4z -efde5l -ef3do -ef3ei -e5fer -4efi -efie4t -efiet5j -ef3ins -e3fis5 -e1fl -ef3li -ef3loo -e3flu -ef3om -e3foo -ef3op -e1fr -ef3rij -e5fron -ef3sf -4e1g -egas4 -eg3as. -ega5sk -eg3ebb -e4ge4c -eg3eig -egel5ei. -ege4l5ov -ege4net -egen5of -ege4ra -eger5eng -ege4ro -eger5on -e3g4i -eg3ijz -egip4 -egiste4 -e2gl -e4go. -eg3org -e2gos -eg3oud -e5graf -eg3s4 -eg5sle -eg5so -e2g3u4r -egut4 -e4g3uu -e1h4 -e5ha -eheis5 -ehit4 -e2i -ei5a -4eid -ei3do -eid4sc -ei1e -4eien -eien5s -eie5re -ei3f4 -ei3gl -4eign -e3ij -eik4l -ei3kn -ei5kr -eiks4 -4eil. -eil5ant -4eild4 -eil5dr -4eile -ei4lev -eil5m -ei2l3o -ei4n3ab -ei3n4ac -ein4do -eind5oo -ein4d3r -ein5gr -ein5k -ei2no -ein5sl -ei3o -ei2sa -ei5sha -ei3s4la -ei3slo -eis4p -ei3s4ta -4eit2 -ei4too -eit4s3 -eits5c -eits5n -eits5te. -eit5sten -eits5tr -eive4 -4eiz -e1j2 -e3je -ek3aan -ekaart5j -ekaat4 -ek3af. -e4k3a4g -ek3al. -ek3alt -e5kam -ek3ang -ek4ee -ek1ei -e3kem -e5ker. -e5kers -ekes3 -ekes4t -ekes5tr -e3ket -ek5eter -e5kic -e4kil -e5kis -ekla4m -eklam5a -ek3lev -e5klim -ek5loos -ek4ni -e3ko -e4k3ob -e5kof -ek3oli -ek3opz -e5kor -ek5os. -ek5oss -e5kran -ek3roz -eks4e -eks5erv -ek5set -ek4str -eks5tra -ek5t4e -ek3to -eku4 -ek3uit -ek3ur -ek1uu -ekwet5ste -ek3win -e1la -el3aan -el5aand -el1ac -el4ade -el3adj -el3adm -el3adr -el3adv -el1a4f -el1al -e3lan -el5ana -e3lap -e5lap. -e4lapp -el3arb -el3arc -el3arm -el3art -e4l3as. -el3asi -e4l3asp -e4l3ass -el1au -e4laut -e3laz -el5azi -el4dec -el4dr -el4du -e1le -e3le. -el3eeu -el5eff -e5leid -el5eier -el3eig -el3ei5s -e4lel -3e2lem -el3emp -e5l4en -e3ler -ele5r4a -eler4s -el3erv -e3les -eles4t -e4l3eta -ele4tr -e4l3etu -el3exc -e3l^^e9 -elfi4d -el1fl -elf3s4 -el3gu -2eli -e5lie -e5lig -eli5kw -el3imp -e4l3ind -e3ling -e4l5inkt -el5inz -3elix -el4kee -elk3s -el4k3u4r -el4kw -4e1lo -e5loep -el3oes -e3lok -el3ol -el3oms -el5ond -el5ont -e3loo -e5lood -e5loos -el3ops -el5opt -el5opv -el3o2r -el5org -elot4j -e5lou -el3o4ve -e5loz -elp4o -el4ps -el4s5em -el4s3k -el5smed -el5twe -4e1lu -el3uit -eluks5 -2ema -e4mana -ema3sc -ema5to -emees5 -emens5te -emer4s -emes3 -emie4tj -e5mok -em3oli -em3op -em3org -emor5sten -e4mo4v -em3sa -em5sc -em4sli -em4sm -em1st -em3su -em3uit -emut4 -en3aap -e3naar -e4n3aas -en1ac -e5n4acc -en5af -e2n1ak -e2nal -en3al. -en3als -en3amb -en4ame -e2nan -e4n3ang -en1a2p -e5nari -en3ars -e2n3a2s -enas3p -e3nat -ena4tel -e4n3att -en1av -e2n3a2z -enci4 -3ency. -en3da -en5daa -end5ama -5enderti -en3d4o -en3dr -en5drek -e2n3e2c -enede4 -e3nee -en3eed -enee5t -en5eg. -en5egg -en3ela -en3elf -en3ema -e4n3en5t -e2ne2p -en3epo -e5nere -5energ -e4nerv -en3eta -en3ete -ene4ten -e3neu -4enf -en5ga -en3gl -en4g5le -eng4r -en5gri -engs4 -eng5se -eng3sm -e3nie -e5nijd -e2n3im -e4ninga -e4n3ink -e3niv -e4n3i4vo -en3k2a -e4n3och -en3off -e4n3oli -e2n1on -e4n3oor -enoot5 -e2n1o2p -e3nor. -en3ord -eno3s -en3ou -e2n1ov -3enq -en5sce -en4sei -ens5ein -ensek5 -3ensem -ens4fe -en4sin -en5slak -en4s3on -en1s2p -ens5pot -en5stan -en5sten -enst5ijv -en4stin -en4stu4r -en3su -en4tac -en5tee -en5tei -ente5re -en4terv -3ent^^e8 -en1t2h -en5tom -ent4r -en3tre -ent5rol -ent4sl -ents3m -ent4s3p -en3tw -e1nu -e4n1ui -e2nun -en3ur -en3uu -5envelo -eny4 -e3o -eo3d -eodo3 -e5oe -eoes3 -e5off -eo3fr -e4o3k4 -e5on -eo5ni -e5oo -eo3pa -eo3pe -eo3pl -eop4la -eo3p2r -e5ops -eor5d -e5org -e5ori -eo3ro -eo3s4 -eo5st -e4ot -eo5te -e5o3t4h -e1pa -e3paa -ep3aak -ep3ac -e4paf -epa4k -ep5ake -e3pal -e3pap -e4p3app -e3par -ep3asp -e1pe -e5pe. -ep5een -e5per -epers5te. -e1pi -3epid -ep3ijs -ep3ijz -ep5ingr -ep3ins -epit4s -epits5te -ep1j -e1pl -ep3led -e4p3lod -e5ploe -ep3lus -e1po -e4p5o4ge -epoort5j -epoot4j -3e4pos. -e3pot -epou4 -e1pr -ep4ra -e3pri -ep5rode -eprot4 -ep2s -ep4s5ee -ep4ser -eps3l -eps5n -eps3p -eps3ta -eps5taa -eps5tal -eps5to -eps3tr -eps5tro -ep4tak -ep2tj -ep4tr -ept3ra -ep5tro -ep3uit -4equa -e3ra. -e1raa -e5raad -e4raak. -er3aan -er5aanp -e4raap. -e5raat -e4r1ac -e5rac. -e5race -e5raco -e3rad -e5rad. -er3ado -er3af -e3raff -era4gen -e1rai -e4r3all -er3ama -er3ana -e5randa -e5rane -e5ra3pl -er3arc -e3rare -e3rari -e1rat4 -er3a4tr -er3azi -er3d2a -er3d4i -erd4o -er3d2r -erd5uit. -er3d4w -e1re -er5eat -4erec -er5editi -er3een -e5reep -er5eers -er3eet -er3ef -er5eff -er5eg. -er3egd -er5egg -er5egt -er3eie -er3eig -er3eil -er5eind -ere3kl -er3elk -e4r3emm -er3emp -e3rend -e5rendel -ere4ne -eren5eg -er5enen. -e3renm -e3rent -er5enth -e5rento -eren5tw -ere2o -ere4og -er3epi -er3e2q -er3eri -e3res. -er3esk -e3ress -ere4st -ere4t3j -er3etn -e4r3ets -e4r5ex -erg2l -e3ri -eri5ab -e5rif -e5rig -erig5a -er3ijl -er3ijs -e4rijs. -er3ijv -e4r3ijz -e5rik -er5ind -e4r3ini -er5inkt -er3ins -er3int -e5rio -e5ris -erkeers5 -er2kn -er3m4i -er5mo -er5nu -e1ro. -e3rob -er3oc -e4r3oed -er3oef -e5roep -eroe5tj -er3oev -er3of -ero2g -e3rok -e1ro2l -e5rol. -er3oli -e5roll -er3om -er1on -e3ron. -e3rone -er3onv -er3oog -er3oor -e5roos -e4r3op -erop3a -ero5pen -e2r3or -er1ov -er3oxi -e3roz -e3r^^f6 -er4plu -errie5tj -er3scr -er3sj -er5slag -er5span -ers4pot -er5stem -er5te -er3t2h -er5t4i -er5t4o -er3tr -ert5se -erts5l -er3t4u -er3t4w -e1ru -e3rub -e3rug5 -e2rui -er3uit -erui5t4j -e2run -e3runs -e4r3ur -e3rus -er5uu -3ervar -3erwt -e4saf -e4s3a2g -e3sam -e5san -es3ap -es3arr -e3sa3s -e3scop -e3s2cr -es4e -e5sec -es5een -e5sel -es5ene -e4s5eng -es5ex -es2fe -es5he -e4shi -e3sid -e3sie -es1in -e4sir -es5je. -es5jes -e3s4jo -es5jon -e4s3ka -es5kr -e3sl -es4la -e5sla. -e5slag -es3lak -es5lat -es4le -es5leg -es2m -es4mui -e5smuil. -e1sn -e3s4ne -e1so -e3sol -es4oo -es5oor. -eso4p -es3ore -e1sp -es5pas -es4pel -espit5ste -e3spl -e4sprie -esp5riem -es4sm -e3stak -e3s4tal -e3stap -es4tar -es5tatie -e4s3te. -es4tea -es4teel -est5ei. -e4steka -es5tekam -e3s4tem -es5temo -es3ten -e4sten. -es5tenb -es3ter -estere5o -es5tes -es4tet -e3steu -es4tic -e4stie -e3stot -es5tra. -es5trac -es5trak -e5stral -est5rap -es5trei -est4sc -es4tur -e3sty -e3su -esu4r -e3sy -e1ta -e3ta. -et3aan -et3ac -et3ad -et3afz -3e2tag -e3tak -e5tak. -et4ana -e5tand -e2tap -e4tapp -e5tat -e4tau -e2tav -e3te -e5tea -et3edi -e5tek -4etel -e5tel. -e4t5elf -e5tels -et5emb -et5emm -etens5u -eten5tj -ete5r4a -ete3ro -eters5la -eter5sm -e5tes -e1th -et3ha -et3hor -et5hu -e4t5i4d -e5tie -e4t3inc -e4tiq -e5tis -e4tja -e1to -e5toc -e3toe -e5toev -e3tol -eto4p -et3ope -et3opl -e4t3ork -eto3sf -e1tr -et3rec -e4t5res -e3troe -e5tron -e5troo -etros4 -e4t3ru -et4sl -ets5lap -et5slu -ets3n -et4s3oo -et3spe -ets3pr -et3spu -et4ste -ets5tek -et5sten -et5sti -ets4u -et5su5r -et5suu -e1tu -etui5tj -etu4r -et3we -et2wi -1eua4 -1euc -eudi5o -eu5dr -eu3e -eugd3r -eu3g2r -eu4ler -eu4li -e1um -e3um. -e2umd -eu2na -eun3t -1eu1o -eu2po -eu4rad -eu4rec -eu3ren -eu4res -eu4rij -eur5k -euro5v -eur4sta -eurs5taa -eurs5te. -eur4s5tr -eur4su -eu5sch -eus4p -eu3spa -eu4st -eu5str -eu3tj -eu1tr -e3uu -2euw -eu4wa -eu5win -euw4str -evaar5tj -eval4s -evari5 -eve4lo -evel5op -eve5n4aa -4ever -eve3ra -4e1w -e5wa -e5we -ewen4s -ewens5te. -ewest5r -ew2h -e5wi -ewo3v -4ex. -2ex3aa -ex3af -4exco -3exeg -3exem -4exi -ex3in -ex5op -1exp -e3y4o -eys4 -ey3st -e5za -e3zee -4e3zen -ezers5 -e3zo -ezz4 -^^e93a -^^e91d -^^e9dee4 -^^e9di3 -^^e91g -^^e9gee5 -^^e93h -^^e93j -^^e93n -^^e93p -^^e93r -^^e91t -^^e81 -4^^e8c -^^e82l -^^e82s -^^e85t -^^e8ta5 -^^ea1 -^^ea2p -^^ea3per -^^ea5t -3^^eb -4^^eb. -^^eb2b -^^eb3c -^^eb3d -^^ebe2 -^^eben3 -^^eb3j -^^eb1l -5^^ebn -^^ebnce3 -^^ebn4e -^^ebns2 -^^ebn5sc -^^ebnt2 -^^ebn5th -^^ebn5tw -^^eb3p -^^eb1ra -^^eb1re -^^eb1ri -^^eb1ro -^^ebro1g2 -^^ebro3s -^^eb2s -^^eb3si -^^ebs3t -^^eb1t -^^ebt4s -^^ebts3te -^^ebve5 -^^ebven4 -4^^ebzu -4f. -1fa -f3aanb -f4aat -3fab -fa2bo -f3acc -face4 -f1ach -2fad -2f1af -fa3g -fal3s -fa3m -f3ang -fant2 -fan4t3j -fant4s5 -2f3a2p -f4arm -3fa5se -fa2to -fa3v -4fb -fbe5dw -f1c -4fd -f3da -fda4g -f5dan -fd1ar -fde4k -fdek3l -fde4s3 -fdes5e -fdes5l -fde5sm -fdes5t -f2d3in -fd3of -fdors5te -fd4ra -f3d4ru -fd5se -fd3si -fd3so -fd3sp -f4d2w -fd3wo -1fe -fe2a -fec4tr -fede3 -fe4del -f3een -5fees -feest5r -fel5dr -fe4l3ee -3feli -fe4lom -fe4l3op -fel3sp -fe3no -f4er -fe3rab -fe3ran -fe4r3et -fe3rom -fe3ron -3fes3 -fe4t3j -fetu5r -2f3ex -1f^^e9 -3f^^e8 -3f^^ea -4f1f -f5fe -f5fi -ffs2 -ff3sh -ff3si -f3fu -f3g2 -fge3 -fge5r4 -fge5t -4f5h -1fi -fi5ac -fi4al -fi3am -fi3apa -fi3apo -fia4s -3fib -fi1ch -5fie -5fig -f3ijs -2f1ijz -fik4st -3f2il -fil4m3a -film5on -fi3lo -4find -3fini -f3inj -4fink -2finr -fi3o -fi4r -fi4s -fi5se -f5iso -f1j -fjes5 -4f1k4 -f3ke -f2l2 -4f3laa -f1laf -f4lam -f3lei -flen4st -flens5te. -f4les -fle2t -flet3j -4flev -f4lex -f3lez -2flie -2flij -f4lik -f4lip -f4lit -f3lok -3f4lor -flu4t3 -4f1m -f1n -1fo -3fob -5foc -foe5d -foe5ta -2f3of -5fok -2foms -fo5na -fond5en -fonds5l -fon5eng -fo1no -4font -fon5te -foo4 -fooi5 -f3oom -5foon -2fo4p -fop5s4 -f4or -3fo5re -fo5ri -5form -for4t3j -fo1ru -fo3t -2f3oud -4f1ov -3f^^f6 -4f5p4 -fpers5te. -fpits5te. -fr4 -f4raak. -fraam5 -5frac -f3rad -f2ras -5frau -f1rec -f3rek -5freq -frie4s -frie4t -friet5j -f4rik -f4rod -4f3rol -f4rolo -f3roma -frus3 -4f1s -f2sa4 -fs3ad -fs3an -fs3ar -f3sc -f5sch -f4scr -fse2 -f4s3ec -f4s5ee -f4sei -f4s3eth -fs4fe -f2sh -fs5he -f2si -f3sie -fs3im -fs1in -f5slaa -f5slac -f5slag -fs3lap -fs2m -fs3ma -fs4mi -fs3mo -fs3mu -f2s1o4 -fs3ob -fs3om -fs4oo -fs2p -fs4pre -fs4t -fst3as -f3ste -fs5tec -f5stell -fste4m3 -f4sterr -f3sti -f5stif -f3sto -f4st3oc -f4ston -f3str -f3stu -f3sy -4ft -f1ta -ft1ac -fta4kl -fta4p -ft3art -fter5sh -ft3h -f1to -f5tond -f4tont -f1tr -ft2s3l -ft4sm -fts3n -ft4so -fts3p -f1tu -ftu4r -1fu -2fuit -fu4ma -fum3ac -3f2un -fur4o -3fus -2fuu -4fv -fva2 -fval3 -4f1w4 -3fy1 -2fz -fzet5 -4g. -1ga -3ga. -gaar5tj -g4aat -2g1ac -4g3adm -g4af. -g3afd -ga3fr -4g3afs -4g3afw -2g3a4h -4gal. -ga3la -ga4l3ap -ga5ler -gal3s -4gamb -g4a3mi -3gan -gan5d -5gane -gan4s5t -ga3pl -3gar. -4g3arb -ga3re -g1arm -3gars -2g3art -gar5tj -ga4s -gas5c -gas3i -ga5sla. -ga3sli -ga5slo -gas3o -gas3p -gas3tr -gas5tra -gast5rol -3gat -gat5j -gat3s -4gaut -ga5ve -g1avo -2g5b -2g1c -4gd -g5dac -g5dag -gd3art -gd3at -gd5ate -g3de -g4d3elf -g5der. -gd3erv -g4d3id -gd3im -g2din -g3dr -g5dru -gd3sa -gd5sp -g3du -1ge -3ge. -ge3a -gea3dr -gea5na -gea3q -ge4ari -ge5au -4g3eb. -2gebb -ge3c -ge3d4 -gedi3a -ge4dit -ge5dr -ge5dw -3gee4 -geest5r -geet3a -ge3f4 -2g3eff -ge5g4 -gege4s -4geig -2g3eik -gei4l5a -5geit -geit3j -ge3k4a -ge3ke -ge5ki -ge5k4l -ge3kr -gek4st -gek4u -ge3k4w -ge3lau -gel4d3a4 -ge3l4e -4ge4lem -gel5f -gel5k -5ge3l4o -gel5si -gel3sl -gel3sp -gel5ste -ge5ma -4gemb -4g3emf -ge5mo -2g3emp -gems3 -ge3m4u -g4en. -ge3nak -gen4az -3ge3ne -ge4n3ed -ge4nend -4g3engt -3geni -gen5k -ge1no -ge4n4of -ge4nog -gen5sfe -gen5ston -gen5stu -genstu5r -5genw -ge5om -geo5pe -georke5 -ge5os -ge5ot -ge5p4 -ge1ra -ger5aal -ger5aap. -ge4r3a4l -gera4p -ger5ape -ger5as. -ge5reg -ge3rem -ge5ren. -ger4i -ger5ini -ge1r2o -ger4of -ge5rol -ger5slan -ger4sli -gers5lij -ger4sp -4g3erts -ge3r4u -3ge1s4 -ge3sa -ge3sc -ge5se -ge3si -4ge3sk -ge5sl -ge3sn -ge3so -ge5spend -ge5sper -ge5spo -ge5stan -ges5te. -ges5ten. -ge3str -ge5sw -ge3ta -get4aa -ge5tam -ge2th -ge5t4i -ge3t4j -get4o -ge3tr -ge5tra -ge5tro -ge5tru -ge5tsj -ge5tu -ge5t4w -ge3ui -5g4ev -4gex -5g4ez -1g^^e9 -g^^e9di4 -3g^^e8 -4g1f -gfijn5ste -4g3g4 -g5ge -gge3la -gge4r5on -gges5ti -g4g5h -g5gi -ggings5 -g5gl -2g1h -g2het -ght4 -gh5te -g2hum -1gi -gids5te -gie5ra -gier4s -gi1eu -gi2f -gif5r -gi3ga -5gigere -5gigste -2gij -g3ijs -4gijz -gi2m -gi3na -4g3inb -4g3inf -g5infe -g5infr -5ging -2g3inh -gin3o -2ginr -gi4oc -gi2od -gi4onet -gi2or -gip4st -5gir -3gis -4g1j -4g1k -gl4 -g5lab -3glai -1gla4s -glas3e -g5lat -3g4laz -3gle. -g5leer -glee5t -g3len -2g5lep -4g5ler -g3les -3gle4t -glet3j -g5lev -g5lice -g5lich -3gli^^eb -g2lif -g5lijs -g2lim -3g4lio -g2lob -3glof -g5log -3glom -4g3lon -g3loon -g3lop -3g2los -g5loz -3g2ly -4g1m -gmaat5j -2g1n -g3na -gn4e -gne5g -gne5m -gne4t3j -gnie4tj -4gnu -1go -3go. -3go2a -3gob -2goc -g1och -go4d3a -god4s3 -gods5t -4goef -goe1r -2gof -go3f2r -g4og -4goh -go2k -5gom. -go2ma -g3oml -4gomz -go4n3az -2g3ong -go5no -2g1ont -g2oo -2g3oor -3goot -2g1op -go3pa -g4opr -g4ora -4go4re -go5re. -5g4ori -gor2s -gos1 -go3tr -gou4d5ee -2g3ov -2g5p -gpes3 -1gr4 -3gra -5gra. -graat5j -g5rak -gra2m -g4ram. -gram3a -g3ramp -gra4s3 -5grav -2g3rec -2g3red -5gredi -g5redu -g3reek -g3reel -g4reep -g3reis -4g3rek -2g3rem -gren4s -gre4s -g4reu -g3rev -5gria -grie4t5j -g5rijd -g5rijk -g5rijm -g5ring -5g4ris -grit5s -2g3riv -groet5j -grof5 -g3rok -g3rook -g3room -groot5j -2grou -gro5v -2g3rug -g3ruim -g3rup -4gs -gs1a2 -gsa4g -gs5alar -gs3alt -g2sc -gse4 -gs3eco -g4s3ed -gs5een -gs3ei -gs3en -gs5ene -gs3erv -gs3et -gs3ev -gs5he -g2s1i2 -g3sie -gs5is -gs1j -g3s4ke. -gs3l -gs4la -gs5laag -gs5lam -gs5las -gs1le -g3slep -g4sleu -gs5lie -gs4lin -g5sling -gs4lo -gs5log -gs5lok -gs5lon -gs4lu -g4s5ma -gs3n -g4sna -g3snij -g4s1o4 -g5sol -g5som. -gs5ons -gs3op -gs3p -gs5pand -g3spec -g3s4pel -g3s4pet -gs4pi -g3spie -g3spil -g5spin. -g5spinn -gs5pir -gs5pol -g3s4pon -gs5ps -gs5q -gs5sc -gst2a -gs5taal -gst5aang -gs5tac -g5stad -g5s4tan -g4st3ap -g5stat -g1ste -g5s4te. -g5sted -g5stee -g3stei -gs3tek -g5stel -g3sten -g3ster -g5ster. -gs5terr -g5sters -gs3th -g5s4tic -g3s4tig -gs5tijg -g5stof -g5stop -g5stor -gst3o4v -g4s3tra -gs5trad -gs5trak -gst5ram -gs5trap -g5strat -gst5res -gs5troe -gs5tron -g4stru -g5struc -g3stu -gs5ty -g2s1u4 -gsver3 -gs5w -g5sy -4gt -g1ta -g2t3ap -g3te -gte3ro -gtes4 -gte3st -g1to -g3tr -g1tu -1gu -5gu. -3gue -gu4eu -2guit -gu4ni -gu2s3 -gut4st -guts5te. -4gv -g5vo -4g1w -g5wa -1gy -4gyp -2gz -4h. -haams5ta -haar5sl -haar5sp -haars5te -haar5tj -haats5te. -h3afd -haf4t3u -ha3g -ha5ge -hal2f1 -5hals -hal4sto -5halz -2hamp -4han. -han4dr -hand5sl -han3ga -hang5l -hang5s -han4s3l -han3so -han4st -hap2s -hap4se -har4ta -harte5l -hart3j -har4t3o4 -har5tre -hart5sl -hat5j -ha2t3r -hat3s -ha3v -4have. -4hb -2hd -h4e -2hea -he2ar -3hech -he3co -4hee. -hee3g4 -hee4k -heek3a -heek5l -hee4l3o -heep4s -heeps5c -heers5tak -hee5sto -hee5tjes -he2f -he4i -heids5p -heis4 -hei5tj -he2k3a -he2kl -hek4st -heks5te. -hek5sten -hek3w -he3le -he4l3ee -he3li -hel4m3a -helo4 -hel4p3a -hel3sm -he5mo -he5ne -hen4kr -he3n4o -4he5o -he4pij -he2p3l -he2pr -he1ra -her4aa -he4r3ad -he3r4au -he4r3i -herm5eng -he3ros -hero5v -her4p5aa -3herst -hert4 -herts5te -he2ru -he5se -he2sp -he2s5t -hets5te. -heu5le -2h3f -4h5g -h3h -hi5d -hie4f3 -hielsges5 -hie4r3 -hie5ren -hier5u -hie4t5o -hie4tr -hiet5s -hij4sl -hik4s5 -hi3kw -hil3m -him4pl -him4pr -hin5d -h3ins -hin4t3j -hi2p5l -2hir2 -his5p -hi3tr -hit4st -hits5te. -hit5sten -h3j -2hl -h3la -h4lag -h3lep -h3loc -2h2m -h3ma -h3me -h4mer -h1n -h2na -hno3 -2ho. -ho3a -hoa3n -hoboot4 -ho3ch -hoe4ker -hoe4s -hoes5l -hoe3t -ho2f -hof5d -hof3e -ho3g2 -ho2ka -ho5mo -hon3dr -hond4s -hon3g -honi4 -ho1no -hool3e -4hoom -hoort4 -hoor5tr -2hoot -ho3pa -ho1pe -ho2p3o -hop3r -hop4str -hor5de -5horl -ho3ro -hor4st -hors5te. -hor5sten -hor4t3j -ho3ru -ho3sa -hot3j -ho3tr -ho4t3re -hot4st -hots5te. -ho3v -2ho4w -how3o -2h1p -hpi4 -2hr -hra4b -h4re -h5rea -hri4 -hro2k -hrok3o -hroot3 -4hs -h3sa -h3sp -h3st -2ht -h4t1a2 -ht3ac -h3tal -ht3ala -h5tans -h3te. -h4t3ec -ht4eco -h2t3ee -h2t3ef -h2t3ei -ht5em -h3ten -h4ten5t -ht5entw -hter3a -hte4r5o -h4t3esk -h4tev -ht5eve -h5tevo -ht3ex -h2t5h -h4t3int -h2t1j -ht1o4 -ht5oef -ht5op -h4t1r -ht5roo -ht4sap -htse4 -ht4ser -ht2si -ht4sl -ht5sla -ht5slot -ht3sme -ht5smij -ht4s3o -ht3spe -hts3pl -ht3spr -hts5taal -ht4s5tak -ht4s5tek -ht4sti -hts5tore -hts5trekk -ht1u2 -ht3w -hu4ba -3huiz -hul4der -hur4t5 -hut3j -huts5te. -huur5s -4h1w -hy4la -3hyp -hypo1 -4i. -i1a -i3aa -i4ab -i5abi -i4ac -i3ady -i3ae -i5ae. -i2a3f4 -i2a3g2 -i3agr -i3ai -i5ak. -i3ake4 -ia4kem -ia3kl -ia3kr -i3al. -i4a3la -i3ali -i2am -i5am. -i3ami -i3an -ian4o -ia3o -i2a1p4 -ia5pa -i5api -ia3sc -ia5se -ia3so -ia4s5po -ia3sta -i3at -ia3t2h -i5atri -iave4 -i5ble -iboot4 -4ic -i3ce -5i4cepa -i1cha -i1che -ichee4t -i1chi -i1cho -i3chr -ick5l -icos4 -ic4t3op -ict4s5c -i3dam -idde4r5a -ide3a -i4dee. -ider4sp -ider4st -ides4 -idi3a -idi5ab -i2di5o -id4mak -i3dok -i2dr -id3ran -id3ru -id2s1 -id4s3a -id4ser -ids5i -ids5j -ids5l -id4sm -ids5ma -id5s4mee -id4s3o -ids3ta -ids5tak -ids5tek -id4stem -id4sti -ids5tr -id3u4r -id3uu -idu3w -id3w -4ie -ie1a2 -ie4d3ac -ie3de -ie4dro -ied3w -i1ee4 -ie^^eb2 -ie3fi -ie2fl -ie3fle -ie3fon -ie4fr -ie4gas -ie3ge -ie4g5ins -i2ek -iek3e4v -ie4kl -iek3li -ie5klu -ie2kn -iek5ond -iek4s5n -iek4sp -ie2ku -ie3kwa -ie5lan -ie5lap -iel5do -iel5d4r -iel4e -iel5ei. -iel5k -iel3sc -ie3ma -iem3ov -ien4dr -ien3ij -i3enn -i5enne. -ien3s4m -ien5sp -ien4sta -ien4st5o -ien4str -ienst5ur -ieo4 -i4ep -ie5pen -iepiet5 -iep5oog -iepou5 -iep5rel -iepro4s -iep3s4 -iep5st -iep5tr -ie4pui -ie5r4ad -ier3a4l -ie3ram -ie3rap -ier3as -ie4rat -ier5el. -ier5els -ie5ren. -ie5ring -ierk4 -ie3r2o -ie4rof -ier4sl -ier5slu -ie3ru -ier4ui -ie3sf -ie2si -ie4sl -ie5sle -ies3li -ies3m -ie2s3n -ie2so4 -ie4s3pl -ie3sta -ies5te. -ie5stel -ies5tere -ie3sto -ie4taa -ie5tal -iet5ant -ie5ten -ie3tj -ie3to4 -ie4t3og -ie4too -ie4top -ie4tor -ieto5re -ie4t3ov -ie5troe -iets5te. -iet3ur -iet3uu -ie3twi -i3ety -ie2u -ieu3k -i1eur -ieu5r4e -i1eus -ieu3sp -i1euz -ie3v -ie3z -iezel5a -i3^^e9s -i1^^e9t -i1^^e8 -i4^^ebg -i4^^ebva -4if -if3aa -if3ad -if3l -if3r -if4ra -if4taa -if4tar -if4tre -iftu5r -if3ui -ig4a -ig3aa -ig5ac -i5gal -i4g5av -i3ge -ige2s -ig3esk -ig3ij -i4gind -igi3o -ig5no -i3g4om -ig4op -igs4 -ig3sk -ig3sl -ig3sp -ig3sto -ig3un -i1h -i3i -i5ie -ii2n -i5is -i2j -4ij. -ij5a -ija4d -4ijd -4ije -ij3ef -ij3ei -ij3el -ij5e4n3 -ij1er -ij3i -4ijn -ij3o4 -i3jou -4ijso -4ijsp -4ijst -ij5te -ij4tr -ij5u -4ijvo -4ijzo -4ik -ik3aar -i4kam -i3ke -ik3ef -ike4ra -iket3 -i2kij -i3kl -ik3la -i4k3lo -i4k3lu -i2k4n -i4k5na -ik5o2g -i3kom -i2koo -iko2p -ik3ope -ik3ord -i4kr -ik3re -ik3ri -ik3ro -ik5se -ik5si -ik3s4l -iks3n -ik3sno -ik3sp -ik4spa -ik1st -ik5sta -iks5te. -ik1w -ik5war -i1la -i3la. -il4aa -il5aan -il3ac -il4act -il3ad -il3af -i3lak -il3al -i5land -il2da -il4d3r -ilds4 -4i3le -il3een -ile3l -i4l3erv -ile4t -ilet5r -ile3u -il3e4ve -ilevin4 -i4l3e2z -i3l^^e9 -il5f -i3li -ilie5g -ilie5t -il3ink -ilk4l -ilk3s2 -illa3s -1illu -il2m -ilme2 -il4min -il4mo -i1lo -ilo4ge -il3ond -i3loo -i5loon -il3oor -il1or -ilo4re -ilo4ve -il3s2h -ils5j -il4sti -il2th -i1lu -4im. -i2mag -i4mago -im5au -imee4 -im3een -i4m3em -im3enc -im3ex -4imf -i2m3of -im3op -im3org -im5pa -im4s3oo -im1st -i3mu -in1ac -i2nau -ind4aa -in4dene -ind3sc -ind5ste -1indu -in3e4de -in3edi -in3eed -inek4 -ineo2 -inet4s -i5neu -1inf -in2ga4 -ing3aa -ing3ag -ing3al -3ingan -ing5lo -in2go -in4gr -ing4st -4ini. -i3nie -ini5on -ini5sl -ini5sta -4inkj -in2kn -3inkom -in4kri -3inno -i1no -i3noc -i3nod -in4o2g -in1on -ino5pe -ino3s4t -in3ov -1inri -4ins. -in5sch -in5se -in3sl -in3smi -in3so -in1sp -in5spo -in5sten -in5swi -in4t3ap -in5te -intes5 -in3th -1int4r -i1nu -inuut3 -4i1o -io5a -ioas5 -io5b -i3o1c -i3ode -ioes3 -io3f -io3g2 -i3ol -i5ol. -i5olen -i5olus -i3on -ioneel4 -i5ong -ion4s3 -ions5c -i5oo -i2op4 -io3pa -io3pr -i3opt -io3ra -i3ori -io3ru -io4s -i3os. -ios3c -i3o5se -i3o5sf -io5sh -io5si -i5osi. -io5so -io5sp -io5s4t -i5o5su -i3osy -i5othek -i3oti -iot3j -i5otorens -io3tr -i2o3v -i3ox -i2oz -i1pa -i2p1ac -ip3af -i3pap -i1pe -i4perw -ipe4t3j -i1pi -ip1j -i1pl -ip3lu -i1po -ipo4g -i1pr -i2pri -ip3ru -i4ps -ipse4 -ip4si -ip4sle -ips5te. -ip5sten -i3ra -ira3k -i1r2e -ires4 -ire3st -i3r^^e9 -i1ri -irk4s -i1ro -iro3p -iro5v -ir2s -ir4sc -ir3sp -ir5ste -irt3r -i1ru -4is -i1sa -i2saa -i4s3ad -is3a2g -is3ap -i2s1ar -i2s3as -i4sc -i5scha -i5schr -is5col -i5scoo -i5scope -ise2d -i4s3ei -is3ell -is5eng -i4s3erv -ise3st -iset3j -is4fee -is4fer -i4sh -is5ho -isi2d -i2sij -i2s3im -is3ja -i4sk -is3ka -is3ke -is3l -is5lag -is5las -is5le -i4s5m -i4s3n -is5ned -is5nij -is5no -5isol -i4soo -is4oor -iso3s -i2sot -is3ott -is3p -is5pas -is2pi -is5pl -is5q -is5sa -is5so -i2s3t -is1ta -i3stak -ist3ap -i4s5tas -is4tat -is5terd -is5tere -is4th -is1to -ist5ong -i3str -is5tri -i5stro. -i3sty -isu2m -i5sy -4it -i1ta -it3ac -ita5d -it3een -i3ten -i3ter -ite5rei -ites4 -ite3st -ite4t -it3hie -it1ho -it1hu -it2i -itie5st -i4tj -i1to -it5oef -it3oog -i3t2ou -i4to4v -itper5st -it3red -it1ru -it3sje -it3sli -it3sop -it1sp -its4te -it4ste. -it4too -i3tu -it3w -4i3u2 -iu4m -ium3a4 -ium3e -ium3o -iu3r -i3ve -iven5s -ive3re -i5w -iwi2 -iwie2 -iwit3 -4iz -i3ze -ize3t -^^ee3 -^^eet4 -1^^ef -2^^ef. -^^ef5a -^^ef1c -^^ef1d -^^efe4n3 -^^efe5nen. -^^ef2n3a -^^efns5m -^^efn3sp -^^efn3u -^^ef3n4ur -^^ef3o -^^ef3ri -^^ef3ro -4^^efs. -^^efs3a -^^ef4sc -^^ef5sche -^^efs3l -^^ef3so -^^efs3t -^^ef1t -^^ef5z -4j. -1jaar -jaar5tj -ja3b -2jaf -1jag -jagers5 -ja3kn -ja3mi -jan4s3l -jan4st -ja3pl -ja1po -1jar -jare4 -1jas3 -jas5p -3jaw -jaz4 -j3b -jba4l -jbe4l3i -j1c -jda2 -j2d3aa -jd3an -j4d3ar -j2d3ee -jde4n3e -jden4s -jdens5p -j4d3erv -jdes4 -jde3sp -jde5st -jdi3a -j2do4 -j3dom -jd5on -jd3op -j3dr -j4d3re -j4d1ri -j4d3ro -j4d3ru -jd5sei -jd3spo -jd1st -j2d3u -jd3w -j3d4wan -jea4 -3jeba -je3ch -jec4ta -2j1ee -jel4 -je3la -j1en -je2na2 -je3n4o -5jep -jepiet5 -je3ro -jers4 -jer3sp -je4s3 -3jesa -5jesal -je5sch -3jeskn -jes5l -jes5m -jeso2 -jes5pa -jes4pr -3jesr -jes5tr -5jesvo -3jeswa -3jeswi -je2t -jet3er -jeto4v -jet5st -5jeu -3jevr -2jew -j3ex -j2f1a -j2f3ei -j2f1en5 -j4f3ij -jf3ink -jf3l -j3f4lat -jf5le -j2f3o4 -jf3r -j3f4ra -j3f4ro -jf2s -jfs3a -jf4sc -jf4s3er -jfs5f -jfs3l -jfs5m -jfs3n -jfs3p -jfs5pa -jf3st -jf4sta -jfs5tak -jf5stan -jf4stel -jf4sti -jf4s5to -jft2 -jf5ti -jf5tw -j1g -j3ge -jger5sl -j2g3l -jg4s5e -jg3sn -jg2st -jg3s4te -j3h -jif3 -j3ig -jin3g -ji5t2j -j3j -2jk -j3ka -j4kaa -jk5aard -j4kar -jk3arb -j4kau -j4kav -j2kij -j2k4l -j3klaa -jk5lak -jk5lap -jk5las -j4kle -j5kled -jk5les -jk5li -j3klon -jk5lop -jk5luc -j2kna -j2k3of -j4k3o4l -j2k3on -j2ko4p -jk3opb -jk3ope -jk3opl -j3kops -j2kr -j4kra -jk3raa -j5kran -jk3re -jk3ro -j4k5ru -jk3slo -jks3pl -jk4sta -jks5taak -jks5taal -jks5tak -jk5stan -j2k3ui -jk3w -j3k4was -j1la -j3laa -jl5ana -j1le -j2l3ef -j2l3el -jl5f -jl3ink -j1lo -j2loe -j3lu -j2m3af -j5m4ar -j3mi -jm3op -jm3s -j2n1a4 -j4naa -jn5ac -j3na5g -jn3ak -jn2am -jna5me -j3n4an -jn5d2r -j2nef -jne4n -j4n3erk -j4n3erv -jn3gl -j4n3im -j4n3ink -jn3k4 -j2n1o4 -jn4si -jn2s3l -jns5lac -jn3slu -jns5or -jn2sp -jns3pl -jn1st -jn4ste. -jnt4 -jn3tr -joet3 -4joi -jol4e -jo5lij -j3om -1j4on -jone2 -j3op -jo3pe -jo3ra -jo3ru -j4ou -1jour -jou5re -joy3 -j3pa -j4p3ac -jp3arm -j1pe -j2p3em -jp3ij -j1pin -j3pio -jp1j -j1pla -jp3li -j1po -j2p3or -j4pre -jp3ri -jp3rok -jps4 -j3r -jraads5 -2js -js1a -j4sef -j4s3ela -j5seli -j4s5em -j4s3e4r -j2s1i -js5in -js4ir -js4le -js3lee -js3li -js5lie -js4me -js5mel -js5met -js3n -j4s1o4 -j5soe -js3ol -js3pac -js3par -j3spe -js3pl -j4spo -js3poo -jspoort5j -j5spor -j1sta -j4star -j2s3te -j3stee -j3s4tek -j3s4tel -j5s4teng -js3th -js4tij -j5stond -j4stoo -js3tou -jst5ran -j5strok -j2su -j3sy -j3taal -jt3aar -jt1ac -j1tag -j3tak -j3tan -j3te. -jt1h -j3toe -jt3opt -j3tr -jt3ra -j5tred -j5tree -jt3rei -j5trek -jt3ri -j5trok -jt3rot -jt1s -j1tu -1j4u -ju3d -4jum -jus3 -juve5 -j3v -jve2n -jver4s -jvers5p -jve3t -jvie5s -j1w -jze4r5o -4k. -1ka -k3aanb -k3aanl -5kaart -kaart5jes -kaats5te. -kabe2 -ka3bo -2k1ac -kade4t5 -4k3adm -ka3do -k3adv -2kaf -k3afd -k4aff -ka3fl -3k4aft -ka4ga -k3a4gen -k3ah -ka3i -2k3alb -ka3le -5kalf -kalf4s5 -ka3l4i -kal2k -kalk3a -4kalt -5kalv -3kam -4kamb -kamen4 -kame4re -kam4pa -kam4pl -kam4pr -ka5naa -kan5d -4kang -kan4sl -kan4st -kan4t3j -kao3 -5kap. -ka3pe -kap3l -ka1po -4kappa -ka3pr -kap3s -k3arc -k4a3ro -kart4 -4k3arti -kar3tr -ka4s -kas5c -4k3asi -kast3o4 -ka3str -kast5ra -ka5stro -kas3u4r -kat5aal -ka4t5a4le -ka4tan -kati4 -ka4t5io -kat5j -k3atl -kato4 -ka4t3og -ka5tr -kat3s -2k1aut -2kavo -2k3b -2k1c -k3ca -2k5d -kdi3a -1ke -k4eb -2k3ec -ke4di -2k3een -kee4p5l -kee4r -keer4s -keers5to -2kef -4keff -k4ei. -k4eie -k2eil -kei3s4 -kei5t -ke4lap -kel5da -kel5dr -ke5lel -4kelem -kel5f -ke4l5int -ke4lom -ke4l3op -kel3sp -5k4ema -2kemm -2kemp -ke4n3an -ke4nau -ken4ei. -ke5nen -ken5k -ke2n1o -kens5po -kepie5t -4k3e4q -ke3ram -ke4r5enk -ker3kl -ker4kle -ker4kn -ker4k3r -ker4ku -ker4kw -ker4n3a -ker4no -ker3o4 -ke3ros -ker4sm -ker5spe -ker4spr -ker4sta -ker5ste. -ker4sti -4k3erts -4kerva -4kerwt -ke2s -ke3s4p -ke3sta -kes5ten -ke3sto -ke5straa -k2et -5ketel -ke2t3j -ke3to -ke2t3r -kets5te. -ketting5s -4k3e2tu -ket3w -3k2eu -keviet5 -ke4vl -4k1ex -2k3e2z -2k1f -2k3g -2k1h4 -k3ho -khoud5s -1ki -2ki2d -4kied -kie4sp -kie4s4t -kie5ste -kie4tj -kieze4 -2ki^^eb -kijk5l -k3ijs -4kijv -4k1ijz -ki3lo -kilo5v -ki3na -4kinb -4k5indel -kinds5te. -4kindu -kin3en -5king -kings5l -2k3inh -kinie4 -k3inko -4k1inr -2k1ins -2k3int -4k3inv -ki3o -ki2p3l -ki5se -ki3s4p -kit4s -kits5te -k1j -2k3ja -k3jew -k3jo -2k3ju -4k5k4 -kke5nei -kker4s -kkers5ten -kke3st -1k2l4 -5klac -k3ladi -kla2p1 -k4las -5klas. -5klass -k3last -k3lat. -k3latt -3k4lav -3k4led -5kledi -5kleed -k5leer. -4k5leg -5klem -4k5len -k3ler. -4klera -k3lers -k3les -5k4le4u -k5lic -4klid -k3lig -2k3lij -4klijs -k4lim -kli4me -3k4lin -k5lob -4klod -3klok -5klok. -k5loka -k3loke -k3lood -5kloof -k3lope -5klos -klots5te. -2k5loz -4kluc -4kluih -2k1m -k3ma -1k2n4 -4knam -k4nap -3k4nar -5knec -k5nem -kni2 -5knie. -knip1 -4k5niv -3knol -k3note -2knum -1ko -ko4bl -k4oc -2k5oct -4k1oef -5koek -koe4ket -koers5p -koes3 -koe3tj -koets5te. -koge4 -5ko5gr -3k4ok -ko5ko -kol2e2 -kolen3 -2kolm -5kolo -ko4ly -ko2m3a -4komg -kom5p -k3omsl -kom4str -4komz -konge4 -k4oni -k3ontb -kon4t3j -kon4t3r -koo4 -2k1oog -kooi5tj -koot3 -koot4j -ko3pa -4kopb -4k3opd -ko1pe -ko5pen. -4kopg -3ko5pi -5kopj -ko2pl -2kops -4kopz -2kord -kor5do -2k1org -2k3ork -kors5te. -kor4ta -kor4t3o4 -kor4tr -ko3ru -3k4o4s3 -4k3os. -kos4j -ko5sjere -koso4 -4koss -kot4st -kots5te. -4k1ov -4k3ox -2k3p -kpi3s -k4plam -kpren4 -1kr4 -3kra -k5raad -kraads5 -kra4b -4k5rad -k5rand -2k1rea -2k3rec -4k3rede -k4ree4 -k5reep -kreet3 -k3ref -k2reg -2k3rel -2k1ric -k3rijk -k3rijp -krij4t -krijt5j -k4rit -k5ritm -kroet5j -2krol -k4ron -kron3t -5kroon -krop3a -kro4to -2krou -k3ro5v -3k4ru -k5rub -5kruis -kru4l -krul5a -2ks -k3sal -ks3alm -ks3an -ks3ap -ks1ar -ks3as -ks2e2 -k5sec -ks3ed -ks5ei. -ks3ep -k4serv -ks3et -kse3v -ksges5t -k4si -k5sil -ks1in -k5sis -k5sit -ks1j -k1sla -ks3lab -k4slan -ks3le -ks3li -k4smo -ks3na -ks3no -ks3nu -kso4 -ks3om -k5song -k2s3pa -ks5pand -k4spar -k1spe -k3spi -ks3poo -k5spor -ks3pot -ks3pru -k3spu -ks5s -ks4t -k1sta -k5staan -k5staat -k1ste -ks5tec -k4st3ed -k3sten -ks5tent -kste4r -kster5a -k4sterr -ks3th -k3sti -k3sto -ks5ton -k5stoo -k4stop -k5stot -ks5trek -ks3tri -k3stue -kst5uit -k1sy -4kt -k1ta -kt3aan -k3taar -ktaat5 -kt3ac -kt3art -k3te -kte2c -kt3eco -k4tex -kt1h -k5tij -kt3im -kt3in -k5tit -kt3j -k1to -kt3om -kto4p -kt4or -kt5ord -kt5org -kt5ori -kt3o4v -k1tr -kt3res -k5troll -ktro3s -k3tu -1ku -ku5be -kui2f -2kuit -ku5k -ku5me -3k4u2n -4k5uni -5kuns -ku2r -ku3ra -ku3re -kur3s -3ku2s -kut3 -2k^^fb -2kv -k3ve -kven4t3 -5k4waal -2k3wac -k2wad -k1wag -5k2wal -5k2wam -3k4war -k5ware -4kwat -k3weer -2kweg -k1wei -5kwel -kwen4st -kwens5te. -4k1wer -5k2wes1 -kwes5tr -5kwets -k2wie -k3wijz -k4wik -2kwil -2kwin -k3wind -4k1wo -ky3 -2kz -4l. -2laan -4laand -l3aanh -laa5re -laar5tj -laat5sta -l3abon -2lac -la4ca -5lach. -la4cha -5lache -lach5te -lacht4s -l4aci -la2d5a -la4det -2ladj -4ladm -la2d3o -4la2dr -lad5s -la2du -4ladv -3lae3 -2laf -la2fa -la3fl -lafo2 -4l3afs -la2g3a -la4gent -la2go -lag3r -lags4 -lag5sa -la2k3a -la4ki -la3kr -2lal -3lald -lal4o -lam4p3j -lam4p5l -lam4po4 -lam4s3p -l4an -4la2na -lan3ac -3land -lan4da -land5aa -lan4d5oo -lan4d3r -lands5te. -la4n3ec -lanel5 -5lange. -lang5l -lang5sp -lang5sta -lan4k3a -lan4k3l -lank3w -4lann -la4nor -lan2s -lans3l -lan4st -lan4t3j -lap3ac -la3pi -lap3l -lap3o4 -la5pre -la2p3u -la3q -lar3da -2larm -4larm. -lar5st -las3a4 -lase4 -la2si -las3to -5lastt -la3te -la4t3he -lat5j -la4t3ro -4lats4 -lat3sl -2lau -5lauf -lau4st -l2auw -la3v -lava3 -la4vo -5law -l4az -4lazi -la4zij -2lb4 -lber4t -lbert5j -lboot4 -2l1c -lce4l5 -4ld -ldaat5 -l2d3ac -ldak4 -ld3alf -l4da4r -ld3arc -ld3ari -ld3art -l2dau -ld3eco -ldeks5 -l4d3e4z -ldi3a -ld5oef -ld3oli -l2d3om -l2d3on -ld3oog -l4do4p -ld3opi -ld3ord -ld1ov -l3dr -l5drade -ld3ram -ld5rang -ld3rat -ld1re -l5dree -ld3rij -ld3roe -ld3rol -ld3rom -ld3rui -ld3sa -ld3sl -ld3sma -ld5sp -ld5ste -l3du -ld3uit -ld3uu -ld1w -le2a -le4ane -le3at -leba4l -lecht5st -lee4 -leeg3 -leege4 -leeg5i -4leekh -lee5l -leem3 -3leen -4leep -leep3o -lees5e -lees5l -lees5po -2leeu -2leff -lega5s -leg3ec -leg3l -le4go -le5go. -leg5s -3leidi -4leier -4leig -lei5tj -leit5s -le4ko4 -4leks -lek5str -5leld -le2le -5leli -l3elp -le4n3a4d -len3a4k -3lene -le4n3e4m -len5kw -le2no -len3op -len3sf -len3sm -4l3en5th -le5o -4lep. -3le1ra -le4r3a4k -le5rei -le4r3e4v -ler5g4 -le3r4o -le4ron -ler4sl -ler5spo -4l3erts -le2s -le4sa -le3sc -les5et -le3s4h -les3m -le4sp -le3spe -4l3essa -les3t -les4ta -les5taa -le5s4tel -le3str -le4s3u -le4t4h -le3tha -let4i -le5tin -le4top -le2t3r -le3t4re -let4st -lets5te. -le2t3u -leu3ko -leum3a -leur4o -leus4 -leu5ste -5leuz -leven4s -levink5j -4lexc -4lexp -l2fac -l3f4ag -lfa3s -l2fau -lfe4n -l4f3end -lf3ene -l2fe2z -lf3li -l3f4lo -lf3lu -l4fo -l5foe -lf3o4l -lf1op -lf5ord -lf5org -l5fou -l1fra -l3fru -lfs5ei -lf4sl -lfs3le -lf2s3m -lf4so -lft4 -lf5ta -lf5tw -lf3uu -2l1g -l5gaar -l4gap -lge4n5a -l3gla -l3g4oe -l3gog -l3goo -lg3s4 -lgse5 -4l1h -1li -li3ag -li3am -licht5st -3lid -5lid. -5lidm -lid3s4 -lie4g3a -lie4gr -lie3ka -lie4sp -lie3s4t -lie4to -li3eu -3li^^e8 -3lift -l4ig -li3go -lijk3a -lij4m3a -4lijmv -5lijn -4lijp -3lij2s -lijst5a -4lijt -4l3ijz -li5kr -lik5sp -li4kw -li3kwi -lim4a -li3mi -2limp -lim4p3j -lin4da -4linf -4l3inh -li5ni -lin4k3a -3linn -l3inna -2linr -2l3ins -lin4t3j -l3inv -4linz -li3ob -li5om -li5o5s4 -li3ot -li2pa -li3pi -li2p3l -li5see -2liso -l5isw -li1t2h -lit3r -lit4sa -lit4sl -lit4st -lits5te. -lit5sten -2lix -4l1j2 -lk3af -l4k3ank -lk3arm -lk3art -l3ke -l4k3ei -l4k3em -lken5e -lken4s -l4k3ep -l3ki -lking4 -lk3laa -lk3lag -l5klas -l4k3lev -l5klim -l3ko -l5koe -lk3ont -lkooi5 -lk3opb -l5kor -l5kou -l5kra -l2kre -lk3rep -lk3res -lk3rij -l2k3ro -lk2s -lk4se -lk4so -lk3son -lks3oo -lks5taa -lk3ste -lks5tel -lks5tr -l4k3uu -l3kw -lk3wi -l3ky -2l1l -l5la -lla3d -lla3g4 -lla5tr -ll3eig -lle3k -ll4el -lleo4 -ller5on -lle3s4m -lle5th -llevie5 -l3l4i -l3lo -llo5f -l5lon -ll3sh -2lm -l3maa -lmaat5 -lm3a4ca -lm3af -lma5^^ef -l3mak -lm3arc -lm3art -lma3s2 -lm3au -l3me -l4med -lm3edi -l4m3ep -lme2s -lme5te -l3mi -l3mo -l5mog -lm3oli -lm3or -lmro4z -lm5sc -lm3sh -lm3su -2l3n -lni4s -lo3a -2lobj -lo4boo -loe4d5a -loed3r -4loeg -loe4gr -loen4st -loens5te. -4loes -l3oeu -5loev -lo4faa -lof5d2 -lof4s4 -log4 -log5l -lo3go -5logr -log2s3 -lo4k3ar -lo2k3o2 -lo4kr -lo2ku -2lo2l -lo3la -l3oml -lom4p3j -lom4p3l -l3omt -l3omv -4lomz -3lon. -4lond -5long -lon4gaa -lon4g3o -lon4gr -lon3o -2lont -lon4t3j -3look -loo5pi -3loosh -loot3e -lo3pa -4lopb -l3opd -lo1pe -2l3oph -2l3opl -lop4la -2lopn -lo3p2r -4lopt -4l3opv -4l3opw -2lor -3l4or. -lo3re -4l1org -lo3ri -l4o1r2o3 -3l4ors -lo3ru -lo3spe -lost4 -los5to -lo4s5tr -lo5s2u -lo2ta -lot3a4l -lo4tet -lo2t3h -lot3j -lo4tof -lot3r -lou3s -lo3v -2love -3lo5z -4lp -l1pa -l3paa -lp3aan -lp3a4g -lp3am -l3par -l3pas -l1pe -lpe2n -l2pex -l3pi -l5ping -lp3ins -lp3j -l1pl -l3p4la -l4plam -l1po -lp3of -l3pom -lp3on -lp3ope -l3pos -l3pot -l1pr -lp3ram -4l3r -lraads5 -lrus5 -4ls -l4saa -ls1a2d -ls3a2g -l1sam -ls3an -l3sap -ls3as -l2sat -ls4cor -ls4cu -ls3eco -l4s3e2d -l4sef -l5sen -l4s3e2p -lsge4st -l3s2hi -l3si -l4s3im -l4sin -ls3inj -ls3ink -ls3int -ls4j -ls5ja -l3s4kel -l3s2ki -l1sl -l3sla -l2s4le -ls5led -ls5lee -ls5leg -ls5len -l2s3li -ls4lin -l3slo -ls4maak -ls4med -ls4mee -l3smid -ls3na -l3sne -l3sno -ls3nor -l3soc -ls3of -l3sol -ls3op -ls3o4r -ls1ov -l1sp -l2spa -ls3pac -l3span -ls3par -ls4pe -l3spi -ls3pli -l3spoo -l4s5poot -l3spor -l2spr -ls3pra -l1st -l3sta -l4staf -l4stak -ls5tak. -l3ste -l4stek -l4stev -ls4ti -l3sto -l5straa -ls5trak -l5strat -l3stu -ls5ty -l2su -l3sur -ls3us -l3sy -4l1t -lt4aa -lt1ac -l4tam -l5tame -l5t4an -lt4han -l4t3hi -l2t3ho -l3thu -lto4l -lt3oli -l2t3o4v -l3tr -ltra3s -lt3rug -lt3sl -lt3sp -lts5te. -l3tu -lu4b1 -lub5e -lub5l -lu1en -3lui. -5luia -5luid -luids3 -5luie. -2luit -luk2s -luks3t -lu3na -3lunc -2l3u2ni -lu3sta -lu3ta -lut3j -lut4st -luts5te. -lu3wi -lven5s -lvera4 -l1w -1ly -ly5i -ly3st -4lz -lzooi5 -4m. -1ma -maas3 -maat5st -m3act -2m3adv -ma5esto -m3afl -ma3fr -2m3afs -4m3afw -m4ag -ma3gl -ma5go -ma3gr -ma^^ef4 -ma5ka -ma5ke -5ma3k4r -ma3kw -ma3l4a -ma5lac -ma4l5ent -mal5st -5m4an. -man3ac -m3anal -man5da -man5do -mand4s -5m4ann -ma5no -5man2s -man4se -mans5ee -man4so -mans3p -man4s3t -mans5ta -man4th -mant4r -ma5pa -ma3pr -ma3q -m4a5ri -mariet5 -5m4ark -mar3sh -mar4s5t -mar5ti -ma1so -ma3s4po -5mass -ma4ste -ma3str -ma5ta -5mater -mat5j -ma4tom -ma3tr -mat4st -mats5te. -ma3v -4mb -m5bl -mboot4j -mbo5st -mb4r -2m1c -2m1d -m5da -mdi3a -mdis5 -m3do -mdo3p -m3dr -m3dw -1me -me1c -me5de -5media -5mediu -mee5g -mee3k4r -mee5las -mee3lo -mee5re -mee5ri -5mees -meest5al -mee5stov -mee5str -m5eg. -me3g2a -mega5s -m5egd -m5egg -m5egt -me4i -mei2n -mei5tj -m2el -me4l4as -mel5as. -mel5dr -mel4ko -mel4kr -5melo -mel3s4m -me4mi -3men -m4en. -me3na -men4as -meng5ra -men5k -me5nor -4menq -men4s5uu -men4t3j -ment3w -me5nu -me3p2j -2m3e2q -me1ra -me4r5aak -me4r3a4k -me4r4am -mer5ante -me4rap -me3rau -me4rav -mer3ei -5merk -mer4kl -mer4kn -mer4kw -mer5oc -me5rong -me3roo -4m3eros -me3rot -mer4si -mer4sl -mers5m -mers5ta -me2ru4 -m4es -me3s4h -me4s4l -mes5li -me5slo -mes3m -me3so -me4sp -mes3pa -me5spe -me5spot -me5stel -mesto4 -mest5ov -me3stu -me5ta5n -me3t4h -3meti -me5tr -mets5te. -meve4 -m3e4ven -2mex -3m^^e9 -3m^^e8 -3m^^ea -2m1f -mfa3t -mf4l -mf3li -mf5lie -m5fo -2m5g -mger4 -2m1h -1mi -3mid -4mid. -5midd -mie5kl -mie3st -4m3ijs -4m3ijz -mi3kn -5mili -mi3lo -mimie4 -m3imp -mi5nar -2minf -5ming -4minh -2m5inr -2m3ins -mi5nu -4m3inw -m2is -mis5f -mi2s3i -mi3s4la -mi4st -mi5stra -mis5tro -mi3t4a -mi1tr -mit4st -mits5te. -mit5sten -2m1j -2m3k2 -mkaart5j -2m3l -2m1m -2m1n -m5na -1mo -5mo. -mo3a -5moda -5mode -moed4s -2moef -5moei -moers5t -moe2s -moes3p -moes4te -mog2 -5moge -mogen4s -mo3gl -4mok -5mole -2moli -mo4lie -mol4m3a -4molt -3mom -4m3omv -mond3r -mo5no -5mons -mon4so -mon5ta -3mooi -2mop -mo3pa -m1ope -m4opp -mop4s -mo3ra -mo3r4e -mo3ro -mor4sp -mor4st -mors5te. -5mos -mo5sc -mo4s5l -mo3sta -mo3t2h -mot3j -mot3ol -mot4st -mots5te. -2m3oud -5mouw -mou4wi -mo3v -m3ox -2m1p -mp3ach -m4p3af -m5pan -mp3arm -mp5arts -m4p3ec -m5pen -m4p3erv -mp3ins -m3pl -mp3lam -m5plan -mp3leg -mp3lei -mp3lev -mp3lie -m4plu -mp5olie -m5pon -mpon4g -mp3ope -mp2r -mp3rec -mp3red -m5pres -m4ps2 -mp5sc -m5p4se -mp3sh -mp5su -2m1r -2ms -m3sam -ms3ana -ms3ap -ms2c -ms3co -ms3cu -ms2j -m3sje -m1sl -m2sle -ms3len -ms3lie -m3s2m -ms3ma -m1sn -ms3nee -mso4 -m3sol -ms3or -m3s2p -ms4t -m3sta -m1ste -ms5tec -m5stel -m5sten -m1sti -m1sto -ms5toc -m4s5ton -mst5s -m3sy -2mt -m1ta -mte5re -mtes4 -mte5sta -m1th -m1to -m3tr -m1tu -1mu -mu5da -mue4 -5muilde. -2muit -2muk -mul3p -mu2m3 -mu3no -munt3j -mu3sa -mus5ta -5mut -mut3j -muts2 -muts5te -3muu -5muz -2mv -mvari5 -mve4 -mvee3 -mver3e -2m1w -1my -my3e -2mz -mze4 -mzet5 -4n. -1na -3na. -3naal -5n4aam -4n1aan -2naap -n4aar. -4n3aard -5naars -naars5tr -naar5tj -5naast -5naat -n3abd -5nabe -2nac -na2ca -nacee5t -n2aci -3naco -4n3act -na5d4a -nad4e -3nade. -5n4a5den -3nades -3nadi -4n3adm -na5dra -2n1adv -5nae -n3a^^eb -4n1af -na3f4lu -n2a3g4 -na1h -3nai -3na^^ef -n2ake -na3k4l -na3kr -n3alb -3n4ale -5nalen -4n3alf -n3alm -2naly -4nalys -3nam -4namb -name5st -n4ami -n3amp -n3a2na -n3ank -3nant -5nant. -5nante -n5antenn -nan4t3j -2nap -nap3ac -3na3p4l -na3p4r -nap3s -nap5st -2n1arb -5nares -2n3arg -narie5t -2n1arm -3naro -4nars -nar4st -nars5te. -nar5sten -4n1art -nas2 -3na3sa -na1s4l -na1sp -na3sta -na3stu -n4at. -3n4ati -nat5j -4n3atl -na3to -nats4 -nat3sp -5nau. -5naus -2na3v -5naven -3navi -3nazif -na4zij -2nb -nbe5st -nbe5t -nbots5te. -2n1c -n3ce -nces4t -n3che -ncht2 -nch5tr -nch3u -n5co -4nd -n5da. -nd3aan -nd5aas -nd3abo -nd3act -nd5adel -nd3adr -ndags5p -nd3alf -nd3alm -n4d3ana -n4dap -n2dar -nd3art -n4das -nd3ass -nda3st -n4dav -n4d3a4z -n3de -n4d3edi -n4d1ei -nde5laa -n4d3emm -n5den. -ndera4 -nder5aal -nder5al -nde4r5an -n4d5e4rec -nder5in. -nder5og -nde4ten -ndi3a -ndie4tj -n4dijs -nd5ijs. -n4d3ink -ndi3o -n3d2ji -n5do. -n5doc -n4d5of -nd3oli -nd3omd -n4don -n5dona -nd5ond -n5dons -nd3ont -nd3oog -nd3ope -nd3opp -nd3ov -nd5rap -nd3rat -nd1re -nd4rek -n4dres -nd3rot -nd3rug -nd3s4cu -nd4sec -nd5set -nd3s4i -nd3sjo -nd4sm -nd3sp -nd4spo -nd4spra -nds5taal -nd3su -nd3uit -n2d3u4r -nd5ure -n4d3uu -nd1w -n3dy -1ne -3ne. -ne5ac -ne3am -nebe4s -3neck -ne2cl -ne4dit -ne3do -n3edu -ne5dw -nee4 -4need -nee5k -neel5d -neel3o -3neem -4n1een -nee5ri -nee5se -neet3a -neet5o -neet3r -neet5s -4n1eff -ne3g2 -ne4gel -negen5en -nege4re -4n1ei -5neien -n5eier -n2eig -5neigd -5nei5t -ne4k3r -ne2la -4nelem -4nelf -3nem -4n3emb -5n4eme -4n3e4mig -4n3emm -4n3emp -ne2n -3n4en. -5nenb -5n4end. -nen5do -ne4n5enk -ne4ni -ne5nig -nen5k4 -nen1o4 -5nenp -nen5t4a -ne5oc -ne5ok -ne5om -neo5p -ne5os -ne5ot -nep3ag -ne3pe -nepi3s -ne1ra -nera4d -3n2e5re -n3erfe -2nerg -ne4r3id -ne3ros -ner4sl -ner4sp -ner4st -ners5te -ner3u -ne3ry -3nes -ness5a -ness5t -ne3sta -nes3te -nes4tei -ne5s4tek -ne4ter -net3on -net4si -ne2u -4neum -ne3ums -neu5ste -2nex -3n^^e9 -2n3f -2ng -ngaat5j -n2g1a2d -ng3af -ng3ana -n4ga4p -n2gar -nga5sl -n3gav -nge4ad -n4g3een -ngels5te. -ng3emb -n5gen -nge4rap -nge4ras -n4giger -n4gigs -ng3ij -n4gind -ng3ink -n4g3ins -ng4l -ng5lad -ng5lam -ng5lan -ng5led -ng5leu -ng2li -ng5lin -ng5lop -n3goe -ng3of -n3go^^ef -n2g1on -ng5oor -ng5op -ng3ore -ng3org -n3got -n3gr -ng3rac -ng3rad -ng3rai -n4gras -ng5rass -ng4red -n4g4ri -ng5rie -ng3rij -n5gron -ng3rui -ng2s -ng4se -ngs5lop -ngs5lu -ng4s5ne -ngs5tak. -ngs5take -ngs5trek -ng5stri -ng3uit -4n3h -nhek5 -1ni -n4i2d -nie5kle -ni3eri -nie4s3p -nie4tr -3nieu -ni4g3ee -nig3ra -nij3f -nij3k -2n3ijz -ni5kr -nik4s -niks3p -3nil -3nim. -5nimf -n3imp -2n3in. -n3inb -2n1ind -2ninf -ning3r -2n3inh -n3inj -2ninr -2n1ins -2n1int -2n3inv -ni3o -ni4on. -ni4one -ni5or -ni5o5s4 -nip3l -3nis -ni4sau -ni4sel -ni4s3ev -ni3sfe -ni2s3i -ni4sl -nis5n -ni3sot -ni5stel -nis5to -ni3t2h -ni1tr -nits4 -n1j4 -n3je -njes4 -nje5sp -nje5st -nje3t -4n1k -nk3aan -nk5aard -nkaart5j -nk3af -n5k4am -n4k3arb -nkar5s -n4k3asp -n3kef -nk3eff -nk3emp -n3ken -nken4e -nker5ku -nk3id -nk2j -nk3lad -nk3lod -nk3luc -nk3lus -n2k3na -n3kne -n4ko4g -nk3oge -nkoot5 -nk4ra -n4krim -nk3rol -nk5se -nk5si -nk3sl -nk3s4m -nk3sn -nk4s5o -nk1sp -nk1st -n4kw -nk3waa -nk3wez -nk3wi -2n3l -2n3m4 -n3n -n5n2e -nnee5t -nne3ne -nnepo4 -nne4p5ol -nne5te -nnet4j -nn4i -nning5r -nnoot5 -nno5v -3no. -1noc -1no3d -2noef -noen5s -noes3 -noet5s -n5offi -n3o2ge -n5ogi -1nogr -3no^^ef -no3kl -no3k2w -no2li -1nolo -1nom -4n3om. -n2oma -n3oml -n1oms -n3omv -2n3omw -2nomz -3n2on. -3n4onb -3nonc -4n5ond -n4o5ni -4nont -3nood -4n5oof -4n1oog -nooi5tj -3noot3 -noot4j -3no3pa -no4p3as -4n3opb -no1pe -n1opg -n5opleidi -no4poo -no4por -2nops -2n3opz -2nord -no3re -2n1org -1norm -4norr -3nors -3norz -1nos -no3sf -no3sn -no3sp -1not -3nota -not5a4p -5noti -not3j -not3r -3nou. -no3v -3nova -no4ve -3nox -3noz -2n1p -npers5te. -npi4s5 -npoor4 -npoort5j -n3ps -2n3r -nraads5l -n5re -n5ri -2ns -ns3a4d -n3sag -n1sal -ns3alp -n1sam -ns3an -n3sanc -n1sap -n3s4cal -n5scho -ns4ci -n4sco -nsee5t -n4sef -nse4g -ns5ege -ns3eis -ns5emp -n3si -ns3idi -n2sin -n5sing -ns3inj -ns3ink -ns3int -n1sjo -n1sl -n5sla. -n3s4laa -ns5laag -n5slag -ns5lap. -ns5lapp -n4sle -n5slep -ns4let -n5sleu -n5slib -ns3lie -n5s4liep -n5slim -n5slip -ns5lot. -ns3m -ns5mac -n3s4me -n3smij -n3smol -n4smu -n1sn -n2sna -n5sne -ns3nod -n4snoo -n4snot -n1so -n2s3ob -n2sof -n3sol -n2son -ns3ong -ns3onz -ns4opp -ns4or -n2s3ou -ns1ov -n4s3paa -ns3pad -n1spe -n5spee -n5spel -ns3per -n4spet -ns4pi -ns1po -ns3pol -n4spot -n1spr -ns5q -ns5s -ns4t -n1sta -nst5aang -nst5aans -nst3a4g -n3stal -n3ste -ns5tec -n4st3ei -n4s5teko -ns5teks -n5sten. -ns5tent -n5ster. -ns5tes -ns3the -n1sti -n3stig -n4stijv -n1sto -nst5oef -n4ston -n3stor -nst5rade -n5stree -ns5trekk -ns5troe -ns5trog -nst5roos -ns5ty -ns3uil -n3sy -2nt -n3ta -n5taal -n4t5aard -ntaar5tj -n5tab -nt3ach -nt4act -nt1ad -nt3aga -n4t3art -nt4as -n5t4at -n3te -n5tec -n4t3ei -nte4lo -n5tem -n5te2n -nte5nach -ntene5ten -nte5rad -nte4rof -n3t^^e8 -nt3ha -n4tho -n5thol -n5tig -nt3inw -nt4jo -n3to -nt4og -nt4ol -n4t5oli -n5ton -nt4oo -nt5oog -n4top -nt3opl -nt3opm -nt3opt -n1tr -nt3rec -nt3rei -nt3rel -ntre4s -nt5ribb -nt5rij -n5troos -nt4rou -nt3rus -n5try -nts3a -nt5slu -nt1sn -nt4sno -nt1sp -nt4spr -nts5pre -nt1st -nt5ste -n3tu -n4t3uit -ntu4n -n5twijf -n5t4wis -3nu. -3nuc -3nue -nu3en -nu3et -4nuf -2nui -4n3uil -nu2lo -3num -nu2m3a -5numm -nu2n -3nunc -n3uni -2nu4r -3n4u5ri -nu5ro -1nus -nu4s3o -nu3tr -nut4st -4nuu -5nuut -nuw5a -nu2w3i -2nv -nve5na -2n1w -nx3 -n3xe -nxo4 -1ny -4n3yi -4n3yo -2nz -nzet5s -3^^f1 -4o. -4oa -o3aa -o2ad -o3af -o1ag -o3ah -o3ai -o1al -oa2m -o1a2n -oa4tiev -o3au -o3av -o3ax -2o3b -4ob. -obal4 -obalt3 -3obj -1o4bli -ob5oor -o4b5o4r -4obr -4oca -ocaat5 -5o2cea -o3cha -o1che -o3chi -o3cho -o3chr -ocke4 -4o3co -oco3a -oco3s4 -oc3t4 -od5ac -oda3g -ode4m5ar -ode4mo -ode5re -odes4 -odi3a -o5dru -od5sc -od5sei -od3s4i -od2sl -ods5lam -od5slan -od3sli -od5smak -od4s3o -od3spo -od4spr -ods4t -od5sta -od4ste -ods5te. -od5stek -od5sten -od3w -o4e -oe5an -oe3as -oe2d3a -oeda4d -oede4n -oe2d3o2 -oe4dr -oed3re -oed3ri -oed3ro -oe2d3u -oed3w -oe3e -oe5er -oe4f1a -1oefe -oe2fi -oe2fl -oef3la -oef5le -oef3lo -oe4f5o4 -oe2f3r -oege3l -oeg5ij -oeg1l -oe4gou -oeii4 -oei3n -oei5s4 -oei5tj -oei3tr -oe4kaa -oek5erk -oeke4t -oe2k3l -oe4k3op -oe4k3r -oe2ku -oek1w -oe4lap -oe4lar -oel5dr -oe4l3ei -oe3lem -oel5f -oelo4 -oe5loe -oelo5p -oel3sp -oe4m3ac -oem3o4 -oen3al -oe5n4e -oen5gr -oen3o -oen4sn -2oep -oep5ind -oe4pl -oe5plo -oe4p3r -oe3pra -oe4ps -oeps3e -oe2p3u -4oer -oe1ra -oe4raa -oer5aal -oe4r3a4l -oer4e -oer5ei. -oer5eie -oero2 -oe3roe -oer3og -oer5om -oer4sl -oer4sp -oer4sta -oers5tak -oers5te. -4oes. -oe3sfe -oe3si -oe4sli -oe4s3o4 -oes4ta -oes4th -oe3sto -oe4taa -oe2t3h -oe5t4i -oe2tj -oe4t3o4 -oe5toe -oe4t3ra -oet4s3p -oet3w -2o^^eb -of3ar -of3at -o4fav -of4d1a4 -ofd3ei -of2d3o -of2d3r -ofd3w -of3l -o4fli -o4flo -4ofo -of3om -o3foo -of3op -o3for -of3ox -of1r -o3f2ra -of5se -of4sl -of5sla -ofs3le -of2sp -of3spe -ofs3pl -of3spo -ofs3pr -ofs3tr -ofs5tra -4oft -of4tu -oft3ur -oft3uu -of3ui -og5ac -oga4l -og3al. -og5de -og3di -oge4d -oge5laa -ogel5ei -2ogem -o3ger -oge4ro -oger5on -oge4s3t -2og5h -1ogig -og1l -og5ne -og3op -og3sp -og3sta -og4st5ei -og3sto -og4ston -og4str -ogs5tro -og3ui -o3gy -2o1h -3ohm -4oi -oi3do -oi1e -oi3j -oi5k -o3ing -oi3o4 -oi3s4 -oi5sc -ois2p -oist2 -ois5tj -o3^^ef -2o1j -2ok -o3ka. -o3kaa -o4k3aas -ok3ab -ok3ag -o3kal -ok3ank -o4k3a4z -ok3ef -o2k4l -ok5let -o4kli -ok5lu -o2k3n -ok3o2l -ok3op. -ok3o4pe -okos5 -o2k3ou -o2k3r -ok4ra -ok1sa -ok3s4l -ok3sn -ok5spri -ok1st4 -oks5te. -ok5sten -ok4s5tr -ok5te -okter4s -oku4 -ok3ur -ok3uu -ok1w -ok2wi -o1la -o3l4ab -ol3ac -o3lal -ol3a2p -ol3arm -ola3s4m -4old -ol3d4o -ol3d2w -o1le -o3le. -ole5g -ol1ei -ol3eks -ol3emm -o3len -o5ler -oleu2 -ole3um -ol3exa -ol2fa -olf3l -ol3fr -olf5sl -ol2gl -ol2g1o -olg5rap -ol4gre -ol4g3ri -ol2g3u -o3lia -o3lic -o5lid -o3lik -o3lin -o5ling -ol3int -o3lit -ol3kaf -ol5ke -ol2kr -olk4s -olk2v -ollie4 -o3lo -o5loc -olo3k -ol4om -o4lop -ol3op. -ol3opp -olo3s4t -olo4ve -ol4pra -4ols -ol5se -ol4s5h -ol5si -ol1sj -ol3s4l -ol3s4n -ol3so -ol3sp -ol5ster -4o1lu -ol3uit -olu4r -4oma -om2aa -om1ac -om1af -o3man -4ome -o4m3ef -om3ela -omen4s -omen5ste. -ome5ren -omer5kl -ome5sp -ome5t -om2i -o4m3int -4omm -4omo -omo5l -omo3s -om4p5ei -5omro -om3sl -om4ste. -om3ui -3omz -on1ac -on4ag -o4n3am -on4an -on3ap -ona3th -2onc -on4d3ac -on5d4as -on5der -ond5ete -on4d3id -ond5ijs -ond5om. -on2dr -ond3re -ond3ro -ond5sj -ond5slo -on3d4u -on4dur -o5ne. -o3neb -o2n1e2c -on3ei -on3erf -on3erv -one3st -4onet. -on1e3v -ong5aan -ong5aap -ong3ap -4ongen -ong5le -ong2r -ongs4 -ong5se -ong3sp -ong3st -on5id -o5nig -on4k3ap -onke5lap -on3k2i -on4k3lo -on3kn -on5kw -onnes4 -onne5st -o4n3of -ono3l -on1on -o2n1ov -on3sc -ons4e -on5sei -ons2f -on3s4m -on2s3n -ons5op -on3sor -on1s2p -ons4pe -on3spl -on1st -on5sten -on5str -4ont. -on4taa -3ont1h -on4tid -3ont1s4 -ont5sp -3ontv -1ont3w -on1ui -on3ur -o4o2 -4oo. -oo3c -4oo4d -ood1a -ood1e4 -oo5de. -ood1o -ood1r -ood3sl -ood3sp -4oof -oo3fi -oo4g -oog1a -oog3e -oo5gi -oog1r -oogs4 -oog3sh -oog3sl -ook3a -oo3ke -ook5l -ook3s4 -ook5st -oo4k5w -oo4l -ool5a2 -oole2 -ool3ed -ool5f -ool5g -oo5lig -ool3ij -ool3k -ool1o4 -ool1u -oom5a4 -oo3me -oom3i -oom1o4 -ooms5te. -4oon -oon5a -oon5du -oon3in5 -oon5k4 -oon1o -oon5ta -oo4p1 -oopa2 -oop5ee -oop3o4 -oop3r -oop4sp -oor3a -oord5aa -oor5dop -oor1e4 -oor3g4 -oor5i -oor5k -oor5m -oor1o -oor3sm -oor5ste -oor5sto -4oort -oor4th -oo4s -oos3a -oo5se -oos5n -oo4t -oot1a -oot3es -oot3h -oot5o -oot3r -oot4sl -o1^^f6 -2opa -o4p3ac -op3ad -o4p3af -o4p3ak -op3am -o3pan -op3and -op3at. -op3att -3opbre -3opdr -o3pe. -op3ee -op5eet -op3ei -o1pel -o3pen. -3o4peni -o5per. -o4pera -op3e4te -op3e4v -4opf -o1pi -o5pic -op3i2d -opie5t -op3ijz -op3in. -o5pina -o5pis -4op1j -op3l -op5los -1opn -o1po -opoe3 -op1of -o5pog -o5poi -o5pol -op3ond -o5poni -op3ont -op3ord -op3o4re -op3o4v -op1r -op3ric -o4pru -o4ps -op5s2c -op5se -op5si -3ops4l -ops4m -op3sma -op3sn -op3so -op3sp -op3sta -op3su -2opt -4opt. -op5tr -op3ui -o2p3u2n -o1ra -or3ach -or3act -or3adm -or1af -ora4g -o4r3alg -or3ana -o5rate -or4daa -or4d3as -or4denv -or4do -ord5ond -ord3or -ord3o4v -or3dr -or4drad -ord3w -o1re -ore5ad -4orec -oree4 -ore4no -or2gl -o1ri -o5ria -3ori^^eb -o5rig. -o5rigere -o4r3ink -or3ins -ork2a -or5k4e -or3kl -or5kn -or3kw -or4m3ac -or4mas -or4m3ei -or4n3ac -or3ni -orno3s4 -or3oe -o3rol -or1on -or3ont -or1oo -or1o2p -or3or -o3ros -or5ov -4orp -or4p3ac -orp4s5c -or3sag -or5sc -or5se -or3sli -or3smi -or3so -or4son -or3sp -or5s4pa -or5spu -or4t3ak -ort5een -or4t5ijl -or2to -or4tof -or4t3oo -or4tred -ort5sp -ort5ste -or1u -o3ry -orzet5 -2os -o4sac -o5sas -o3sau -4o3s2c -osca4 -o4sci -o5s4cl -os3cu -o5sed -os4el -o5ser -os3f -os4fe -o4sha -o3shi -os2ho -o3si -o4sj -os5jer. -o4sk -os5ko -os3l -os5li4 -o4s3m -os4n -os5no -o3s2o -os3pa -os3per -os1pi -os4pir -o4spr -os4s5m -o2s3t -os4ta -os5taal -os5taar -osta3c -ost3a4g -os5tan -os5tar -o3stas -o3stat -os5te. -os4tem -o5stero^^ef -os4th -os4to -os5toli -os5tou -ost3o4v -os5tra. -os5traa -ost3re -ost3ri -o3stro -os5trum -os1tu -o3sty -o3su -o5sy -4o1ta -ot3aar -ot1ac -ot3af -o3tag -ot3akt -ot3app -ot3art -otas4 -o5tat -o3te -ot3e2d -o5tee. -o5tees -o5teg -ot3ei -ote4lan -o5ten -o5ter -oter5sp -ote4st -ote4t -ot3eta -o1th -o2t1ho -ot3hu -o4tj -otje5sp -otli2 -o1to -ot3off -ot3olv -o5tom -ot3ont -ot3opm -oto5po -ot3opr -o5t4or -oto3s -2otr -o1t4ro -ot3ru -ot5s4i -ot2sl -ot3sla -ots3li -ot3smo -ot3sn -ot3sp -ot4s3pa -ot4ste. -ots5tek -ot5sten -ot4stu -o1tu -ot3ui -o3tul -ot5w -4ou. -ou5a -ou1c -ou4d1a -ou4des -ou2do -ou1e -oue2t3 -ou3k4 -ou4ren -ou5ren. -ou5renn -ou2r3o2 -4ous -ou3sa -ous5c -oust4 -ou2ta -out3h -out1j -ou2t3o -out1r -out5sp -out5ste -ouw3a -ouw5do -ouw5ins -o2v -2o3va -o5ve. -2o5vee -3o4verg -over5sp -over5ste -o5ves -2ovi -ovi5so -4ovl -4o3vo -4ovr -ovu3 -4ow -o1wa -o1we -o5wen -ow3h -o1wi -ow2n -o3wo -ow3r -o4x -oys4 -ozet5 -^^f63l -^^f61p -^^f6pe1 -^^f64r -^^f6s4 -^^f6s5t -^^f65su -4p. -4paan -paar5du -paar5tj -5paas -3pab -p3acc -2pach -pacht5s -p4aci -5pacu -3pad. -pa4da -4padv -pa3e -4p3afd -1pag -pag2a -pa4gen -pa3gh -p4a5gi -3pak -pa2k3a -4p4ake -pa4ki -pa4k5l -2p3alb -3pale -pal3f -pa3li -paling5s -palle4 -palm5ac -pal4mo -pa4m -pa3na -pa4n3a4d -5panee -5panel -4pank -pan5sp -pan4tr -1pap -pa4pe4t -5papi -pap3l -pa3po -pa3pr -4par. -3pa3ra -p3arb -pard4 -par3da -3park -par4ka -par4k5l -3parl -4parm -pa5ro -4parr -par5ta -3parti -part3j -3partn -pa5ru -paru5r -1pa4s3 -pa5sa -pas5c -pa5se -pa5so -pas4th -pas5to -pas5tr -pa5te -1path -p3atl -3pa3tr -pats5te. -2paut -5pauz -pa4vl -5paz -2pb4 -2p1c -2p3d2 -pe4al -4peci -p3e2co -3pectu -1ped -pe3de -pe3do -p4ee4 -3pee. -3pee^^eb -pee5li -4peen -5pees -3peg -1p4eil -pei4l3a -4peis -pek5ee -pe2k3l -pe2k3n -pek5s -p4el -pe3l4aa -pe4l3ak -pel5dr -pe3le -pe4l3ee -pe4l3e4t -pe3l4i -pe3l4or -pel5si -pel3so -pel3sp -2p3emm -pe3na -pe4nak -pe4nap -pe4nau -pe4naz -p3ency -pen5d4r -penge5 -pen5k -5penn -pen3sa -pen5sl -pen3sm -pen5sp -pent4 -pen5to -2p3epi -pep3o -pep5s -p4er. -pe1ra -pera3s4 -per4at -3perc -pe4r5eg -pe5req -1peri -peri3s -per1o -pe3ron -pe5ros -3pers -per4sm -per5sti -per4str -p2ert -3pes -pe3sa -3pet. -pe5ta -5pe5ter -3peti -pe4t3ra -pets5te -petu5 -3peuk -5peut -1p^^e9 -3p^^ea -2p1f -2p1g -pge5s -2p1h4 -4p3ha -3p4hec -p4his -4pho -pi3am -pi5an -pi4at -2pid -piek5la -5piep -pie4r3o -pie4s3p -pie4tj -pi2g5a -pi3gl -3pij. -pij3k -pij5ke -pij4li -3pijn -5pijp -pij4p3a -2pijz -pi4k3l -pilo5g -pi5nam -2pind -3pinda -3p4ing -5ping. -pin4ga -pin5gri -4p3inj -pink3r -pink5s -4pinr -2pins -pin4ta -pi5o -pis5n -pis5ta -pi3th -pit3j -pit3r -pit4sp -2p1ja -pjes5 -p3ji -p1jo -2p1k -pkaart5j -p2l2 -p3la. -plaat5j -2p3lad -pla3di -4p3lamp -4p3lang -p4lant -p3lap -1p4las -3p4lat -pla4t3r -5p4lay -p4lec -plee5tj -p3leid -3p4len -p3lep -pleu5ro -p4lex -2p3lig -4plij -p4lom -p3lone -p5lood -plooi5tj -p3loon -p3luie -2p1m -pmans5t -2p1n -p3na -3pneum -3po. -poda5 -3poei -poe2s3 -poes5t -poets5te. -3poez -3po^^eb -p2ofa -3pogi -po5gr -po2k3i2 -po4kol -1pol -po5l4o -polo3p -pol4s -pols5te. -1pom -2p3oml -3ponds -pon4sm -pon4st -pons5te. -pon5ta -5pony -poo3d -poo5de -4poog. -3pool -poo5len -4poor. -poor4tj -poot3 -po4p3a -4popd -2pope -pop5h -2p3org -2p3ork -po3ro -p4ort -5portef -por4to -por4t5ra -po3ru -1pos -po1sa -po3sf -po4taa -po4t3as -po5te -potes5t -pot1j -pot3r -3poul -po3v -4p3p -p5pa -p5pe -ppe4l3o -ppe5ni -pper5ste -ppie5k -ppij5p -p4ps -pr4 -p2ra -3pra. -p5raad -praat5j -p5rad -3prakt -4pram -p5rand -3prao -4p3rap -p4rat -p4rax -4preeku -1prem -p3remm -3prent -pren4t5j -3pres -p3reso -3pret -pre4t3j -pret3r -4pric -4p3riek -4priet -prie4t5j -1prij -3prik -3princ -pring5s4 -5prins -3p4rio -3p4riu -5priv -5p4rob -3p2roc -1p2rod -p3roed -3proef -proet5j -3proev -5p4rof -5p2rog -1proj -pro3la -3prom -p3rood -prooi5 -pro5pa -p4roq -3pros -pro5sc -pro4s5t -pro3t4a -3proto -3pro5v -4proy -pru2t -prut3o4 -2ps -p3sab -ps3a2g -p3sak -ps3ar -ps3ass -4pse -ps3erk -p4s3et -p3si -p4s3i2d -p4sin -p5sis -p1sl -ps3le -ps2me -ps5mi -p4s3na -ps3neu -p4sof -p3sol -ps3opt -pso4r -p1sp -ps2pl -ps3ple -p1s4t -p3stat -p3ste -ps5tent -ps5tes -ps5th -ps3tor -ps5tron -p3stu -ps5ty -3psy -5psyc -p3sys -4p1t -pt3ad -pt3alb -p3te -p2t1h -p5ti -pt3j -p4t3o4v -p3tr -pt3ric -1p2u -3pub -pu3ch -pu3e -puil3o -pul4st -3pun -4pun. -punt3j -3put. -puter5in -put1j -pu2t3o -put3r -put4st -puts5te. -2pv -pvan4 -pvari5 -2p1w -1py1 -2p5z -1q -5qe -qu4 -que4s -5quo -4r. -r2aa -2raan -4raand -3raar -5raar. -4r3aard -5raars -raar5tj -2rac -ra4ca -ra3ce -5racl -rad4a -3radb -ra5den -ra3di -5radia -3radio -4radm -4r3adr -3rad3s -4radv -2rafd -r4aff -raf5ond -ra3fra -3ragez -ra5gi -ra3g2n -ra5go -rag4s -3rais -raket3 -ra3k4l -rak5r -4r3a2la -ra4l3ee -4r3alf -r3a4lim -r3alt -ra4man -r5ameu -ra3mi -r2amp -4rana -ran4dr -ran4g3o -ran4gr -r5angst. -ra4nim -4ranj -ran4kl -rank3w -ran4sa -ran4st -ran4t3j -r3antw -ra3o -4rap. -ra3po -4rappa -rap5roe -ra3q -2r3arb -r4a5re -4rarit -2r1arm -4r3arr -2r1art -ra5sei -ra4sk -ra4sl -ra1so -ra2sp -ras3po -rast5ri -r4ati -rat5j -ra4tom -ra4tra -ra5tri -rat3sp -rat4st -rats5te. -ra3t4u -2rau -3raus -r1aut -5ravr -ra4zij -rbe4ti -r1c -r3ce -rces3 -r3chi -r3co -2r1d -r4d3act -rd3alk -rda2m -rd5ama -r3dan -r2d3ar -rd3ei -r4d5e4las -rden5dr -rde5o4 -r4derva -rde5s4t -rdi3a -rdi5o -rd5l -r3do -r5doc -r4d3ol -rd5olie -rd3ont -rd3oos -rdo3pe -rdo3v -rd3ras -rd3res -rd5roos -rd2ru -rd3sa -rd3s4c -rd3so -rd1sp -rds4t -rd5sta -rd5ste -rd3su -r3du -rd2wi -rd5wo -3re. -1reac -re4ade -4reak -re3amb -4re5at -re3co -3recr -rec5ta -3reda -3redd -rede4s3 -4re4diti -3redu -re5dw -ree4k -2r1een -ree3n4e -r5eenh -ree2p -reeps5 -ree5r4ad -4reers -reer5ste -r3eerw -ree4s -ree5sh -r4ef -4refb -2reff -3refl -re3fu -1reg -4reg. -4regd -rege5ne -rege4s -4regg -3regi -re3gl -4regt -4reie -4reil -4reind -rei5tj -5reiz -re4kap -5rekeni -re2k3l -re2k5n -re4ko -re4k3re -rek3sp -re4ku -re1kw -rel4di -rel4d3o -reld3r -re4l3ei -rel5k -re4lu4r -3rem. -re4mai -remie5tj -re5mo5v -2remp -3r4en. -re2na -re4naa -ren5aar -re5nade -re3nal -re4n3an -ren3a4r -r4end -5rendee -r5endert -re5ne. -re4nel -re5nen. -ren5enk -ren3e4p -re5ner. -ren5erf -ren5erv -5renf -2r1eni -5r4enkl -r4enn -re4noc -ren4og -ren4opl -re3nov -5r4enp -4renq -ren4sl -r4ento -r3entw -r5enveer -re4of -re4op4 -re5pa -3repet -re4pie -4req -re3qua -4r1erf -2r1erg -re3r2o -rer4s -2r3ert -4r5erv -2rerw -re3sa -re5se -re4sl -res5le -res3m -re2s1p -res3t -re4tem -re3t4h -ret4i -re4tik -re5tin -2retn -re4t3o4g -re4t3oo -rets5te. -re2u -reur5es -reus4t -reu5ste -3revis -3revo -2r3ex -r4f3aa -rf3act -r2f3a4g -rf3al -r3fas -r3fe -r4f3eng -r1fl -r4f3lag -rf3lev -r2f3li -rf3lus -r4f3op -r1fr -r4f3re -r5frea -rf2s2 -rf3sm -rf3sp -r4f3u4r -rf3uu -r1g -r4g3ab -rg3amb -r4g3een -rg3ei -rg4eis -rgel5dr -r5gen. -rge4ra -rge5rap -r4g3ins -r5glas -r3glo -r4g3lu -rg4o3v -r5grij -rg3rit -r3g4ro -rg1s4 -rg2sm -rg5so -rg4s5pr -r3h -ri5abel -ri4ag -ri2ak -ri5an -rias4 -ri4av -ri4bl -4rice -ri3co -ridde4 -ri3di -ri4dol -ri4doo -rie5dr -rie4k5ap -rie5kl -rie3kw -rie4la -riel5aa -rie4lei -rie4ro -rie4ta -riet3o -ri1eu -ri3fl -ri3fr -r4ig -ri4gaa -ri3gl -5rigste -r4ijl -4r5ijl. -r5ijld -r5ijlt -rij5o -rij3pl -rij3pr -rij3sp -rij5ster -rij4str -4rijv -ri4k5l -rik5n -ri3k4o -ril5m -ri3ma -rim4pr -4r3inb -4rind -ri5ne -4r5inf -r4ing -4r5ingan -r5ingeni -ring5l -4r3inh -ri4nit -rin4k3l -r3inko -4rinkt -r3inl -4r3inna -4r1inr -4rins -r3inst -4rint -4r1inv -ri5on -ri3o5s -ri4sam -ri3sc -ri3sot -ris5to -rit3j -rit3ov -rit4st -rits5te. -rit5sten -3ritt -r5j4 -rjaars5 -r5ka. -rkaart5j -rk3adr -rk3af -r2kah -rk3ang -r4k3art -r2k3ei -rke4n -rken4s -rker4sl -r4k3erv -rke4s -rke5stree -rke5strer -rk5iep -rk3ijv -rk3inb -r4k3ink -rkjes5 -rk3lag -r4k3lat -rk5leid -r2klo -rk3loo -rk3lus -r3kn -r4kne -r2kob -rk3olm -rk3omg -rkoot5 -rk3opg -rk3ord -rk5os. -rk5oss -rk2r -r5k4ran -rk4ri -r5kris -r5kron -rk1s -rk3s4f -rk5si -rks4p -rk4t5e4v -rkt3h -rk4ti -rkt3o -rkt1r -rk3uit -r1kwa -rk3waa -rk5wat -rk3wee -r1kwi -rk3win -r3l -rlaat5ste -rle4g3r -rlink4s -rlinks5te -rlofs5 -rlui5t4 -r1m -rmaf4r -r4m3art -r2m3eb -r2m5eg -rme4r3a4 -rmes3 -rme4t3j -rmet5st -rm3inh -rmi2s -r3mo -r5moe -r4mop -rm3opm -rmors5te -rmos5f -rm3s4a -rm1st -rm3uit -rmun4 -2r1n -r3na -r5n4am -r4n3ap -rn3ars -rnee5t -r4n3ene -rnes3 -rne5te -rne4t3j -r2n5id -r2nin -r2n1on -rn3oor -r5noot -rn3ops -r5not -rn3ove -rns4 -rn3sm -rn3sp -rn1st -rn3sta -rn3th -rn5tj -rn5to -r3nu -rnu5r -ro1a -ro5ac -r4oc -ro1ch -ro3d4o -3roe. -4roef -4roeg -roe4g3r -3roem -roens4 -roen5sm -roep3l -roe4rei -roet4j -4roev -3ro^^eb -r5offi -r4ofi -ro3fl -roges5 -1ro^^ef -ro3kl -3rokm -rok3sp -r4ol. -ro2l3a -role5st -rol3g2 -2roli -rol3ov -ro5ma -ro3mo -4romz -r2on. -ron3a4d -5r4onal -ron4da -ron4d3o -ron4d3r -ron4d5u -r2one -r2oni -r2onk -ron4ka -r2onn -r2o1no -r2ons -ron4ste -rons5te. -4ron2t -ront3j -ront3r -ro3nu -4ronv -3roof -2roog -4roon -2r1oor -root5ste -ro3pa -ro4paa -ro4pan -4ropb -ro1pe -ro5pee -ro4pin -ro3p4la -4ropn -r4opo -rop5rak -rop3sh -r4opte -ro4pu -ror5d -ro3ro -ro3sa -ro5se -ro3sf -ro3sh -r4o5si -ro3sp -ros4s5t -ro5stel -ros5tra -ro5te -ro3t2h -rot3j -ro5ton -ro3tr -rot4ste -rots5te. -r1oud -3rou5t4 -ro3v -ro4ve -ro5veri -4roxi -3roy -r1p -r3pa -rp3aan -rp3adv -rp3ank -r5pee -rp3eis -rpi3s -r2p3j -rp4lo -rp5lod -rpoort5j -r4p3o4v -r4p3rec -rp3ric -rp4ro -r3psa -rp4si -rp2sl -rp3sli -rp5spe -rp4s5to -2r5r -rre4l3u -rren5s4 -rre5o -rreu2 -rri5er. -rrie4t -rron5k -rrot4j -4rs -rs3a2d -rs3a2g -r3sal -rs3alm -rs3amb -r3san -rs3ana -rs3ap -rs3ar -rs3as -rs4asse -rsa4te -r5schi -rs2cr -r4s3eis -rsek5ste -rs4et -rseve3 -r2s3ez -rs4fer -rs4hal -r3s2hi -r3s4hoc -rs3hot -rs3ini -rs3int -r4sj4 -r5sjac -r5sjou -r5sjt -r3s4kat -r1sl -r4slan -r5slec -r5slep -r5sleu -r5slib -rs4lie -r5sling -rs3lob -rs5loep -r4s3loo -r5sluis -rs4m -r5smaak -rs5maal -rs5mak -r3sme -r3smij -rs5mis -r5smit -rs5mu -r1sn -r2s3na -rs3neu -r2s3no -r1so -r5sol -rs3ong -r2sor -rsorkes5 -rs1ov -r1sp -r3spaa -rs3pad -r4s3par -rs4pare -r3spe -r5spec -r5spee -r5spek -rs4pene -r4s3pet -r5spit -r5spoe -r5spog -r5spon -r5spoo -rs3pot -r5spraa -r4spu -r5spul -rs3put -r1s4t -r4s5taak -rst5aang -rs5tas -r5stat -r3ste -r4s3te. -r5ster. -r5sterk -rs5term -r5sters -r5stes -rste5st -r4steva -r3sti -r4stit -r3sto -rs5toma -r4ston -rst5ora -r3str -rs5trap -r4st5red -rs5trei -r5stren -rs5trog -rst5roz -r3sty -r3su -rs3usa -r3sy -4rt -r1ta -r5ta. -r4t3aan -rt5aand -rt5aanv -r4t1ac -rt1ad -rt3af. -rt3aff -rt3am -r5tans -r2tar -rt3art -r4tau -r2tav -rt5c -r5teco -rt3eig -rt3eil -rte4lei -rt5emb -r5ten. -rte5nach -rte3no -rte3ro -rtes4 -rte5sta -r2t5e2v -r4tha -rt1he -r3ther -rt3hi -r1tho -rt3hol -rt3hu -rt3hy -rt4ij -rtij3k -r4t3ini -r4t3ink -rt5jesc -r3to -rt3off -r5tofo -r5tok -rt3om. -rt3ond -r4t3op -r5tori -r1tr -r3tra -rt4rap -r4t3ras -rt3rec -r5treden. -r3t4rek -r4t3res -rt3ri -r4t3rol -r2t4ru -rt5ruk -rt5rus -rt4s5eco -rt5sei -rt2s3l -rt3sle -rts5li -rt4slu -rts5m -rts5no -rt4soo -rt1sp -rt4s3pr -rts5ten -r1tu -rt3ui4t -rt3w -rt2wi -5rubr -rude3r -ru1e -4ruf -ru2g -ru4gr -r5uitr -ru2k -4ru3ke -ruk3i -rul3aa -rul3ap -ru2li -ru4l3ij -ru3lin -rul5s -r2um -ru2mi -3run. -r2und -runet3 -4r5u2ni -ru3niv -ru4r -ru5ra -ru5re. -ru5res -r2u4s -rus3e -rus5tr -4rut -rut3j -rut4st -ruts5te. -4ruu -ru3wa -rvaat5 -rval4st -rvals5te. -rvers5te. -rves4 -rve3sp -rvloot5 -r1w -rwen4st -rwens5te. -r4wh -rw2t3j -r3x -r3yu -4rz -rzet5st -4s. -5sa. -s1aa -1saag -5s2aai -saai4s -3s2aal -3s4aat -1sab -sa3bo -2s1ac -sa2ca -3sacr -s1adv -2s1af -3safe -3safo -sa3fr -s5agg -s4a3gi -3sagn -sa3go -3sah -3sai -3saj -2sak -3saks -s1akt -s2al -5sal. -3sa3la -3sald -5salh -s3all -4salm -sal5ma -s3aln -3s4a3lo -3s2ame -5samm -sam5p -4sa2na -sa3nat -s4anc -s2a3ne -s4ant -san4t3j -sa2p -3sap. -sa3pa -2s3ape -sa4pr -sa5pro -sa3ra -s1arb -3sard -sa2re -s1arm -saro4 -sar3ol -s4ars -4s1art -sart5se -4sas. -3sasa -sa3sc -3s4ast -1sat -3sa3te -5sati -2s3atl -2s1att -s3aud -1saur -3s2aus -s1aut -3sauz -1sax -4s3b -s5ba -s5be -s5bo -1sc -2sca -4sce -5scena -5sc^^e8 -3s4ch2 -4sch. -sch4a -5schak -5schap -4schau -5sche. -s5chec -4schef -5schen -4scheq -5scher -5schev -5schew -s2chi -4schir -5schol -5schoo -5schot -sch5ta -2sci -4scl -2sco -3s4cola -3scoo -3scope -5scopi -3s4co5re -3scout -2scr -4scris -2scu -2scy -4s1d -s5de -s4dh -sdi5a -sdis5 -s3do -s5dr -s3dw -3se -5se. -se2a -se3ak -se3al -sear4 -se3au -s4eb -4s3ech -se3cr -5sect -4secz -s4ee -4s5eed -5seei -4s1een -s5eenh -see4t -see5ts -4seev -s1eff -se3ge -2s5e2go -seg2r -4s3ei. -4s3eig -s4ein -5sein. -5seine -2seis -seis4t -sei5tj -5seiz -sek4st -seks5ten -se1kw -s2el -5s4el. -sel3ad -se4l3a4g -se4lak -se4las -se3le -4s3e4lek -sel3el -4se4lem -4self -se5ling -4s3elit -sel5k -5selm -selo4 -5selp -5s4els -sel3sp -5selt -se2l3u -s4em -se4m3ac -s5emm -sem3oo -s4en -5sen. -se4n3a4g -se5nan -se4net -5sengr -5senh -sen5k -se4n3o -4s5enq -sen5tw -5s4er. -se1r4a -ser5au -5se3r4e -se4ree -se5ren -s4erg -5sergl -s5ergo -5sergr -ser4i -se5rij -4s3ern -se3ro -se5rop -ser2s -sers3p -ser3st -sert5w -se3ru -s4es -se5sc -se3sf -2s5esk -5sess -se4t -se5ta -4s3ete -se5ti -se3tj -set3r -se5t4ra -set5st -4s5etu -set3w -se3um -se4ven -4s1ex -4sez -se2ze -3s^^e9 -3s^^e8 -2s1f -4sfed -s5fei -4sfi -4s5fr -4sfu -sfu5m -4s5g -sgue4 -s1h -s4ha. -sha4g -s5hal. -3shamp -4she -sheid4 -sheids5 -s5hie -5s4hir -sh3l -4shm -s3hoe -s3hoo -3s4hop -s2hot -s3hote -3show -s5hul -1si -5si. -5s4ia -si5ac -si3am -si5an -5sic -sici4 -si3co -3sie. -3sie^^eb -sie5fr -sie5kl -siep4 -sies4 -sie5sl -sie3so -sie3st -sie5ta -sie5to -si5^^e8 -si1f4 -5s2ig -si5go5 -s3ijv -4s1ijz -5sile -4s5imper -3simu -5sina -s3inb -4s3inc -4s1ind -2sinf -sing4 -3sing. -s3inga -s5ingeni -sin3gl -s3in5gr -s3inh -4si2ni -4s3inko -sin5kr -4s3inm -s4inn -4sinr -2s1ins -2sint -4s5inv -4s3inz -3sir -5siro -s3irr -si4s -sis3e4 -sis5ee -sis3i -sis5tr -3sit -si5to -sito5v -si3tr -si4tru -si5tu -3siu -3siz -sj2 -4sj. -3s4ja. -5sjab -4sj3d -s1je -2s3je. -s5jeb -3sjee -3s2jei -1sjer -sje4ri -s3jes -3sjew -3s4jez -4sj5k4 -5sjof -4s3jon -sj3s2 -sjt4 -s5ju -2s1k2 -skaart5j -s5kad -s4kele -s5ken -3s2kes -sk4i -3s2ki. -3skied -skie3s -3ski^^eb -ski5sc -s2k3j -s3ko -s5kre -sk5ruim -sk3ste -4sku -s3k4w -s2l4 -3s4la. -5s4laan -5slaap -4s5laar -4slab -s4lac -4s3lad -3s4lag -5slagm -sla4me -s5lamp. -s5lampe -4s5land -3slang -3slap -5slape -sla3pl -4s3las -2s3lat -3s4la5v -4slaw -3s4laz -s3led -3s4lee. -5sleep -4s5leer -s4leet -slee5tj -4s3leg -2s5lei -s5leng -s3leni -slen4st -slens5te. -3slent -s4lep -4s5ler -s5les -sle4t3j -3s4leu -s5leug -s5leus -5sleut -2s5lev -s3li. -4s3lic -4slid -2slie -s5lied -s3lief -3s4lier -s3lif -s5lig -4s3lijf -5slijp -4s5lijs -s4li4k -sli2m -slim5a -s5lini -4slinn -s4lip -4s3lit -slo4b5 -2s3loc -3s4loe -3slof -4s3log -s3lol -s3lood -s5loon -s5loos -5s4loot3 -s3los -3slot -slo4tr -4s3lou -4s5loz -4s5luc -1s4lui -4s5lui. -4sluid -5sluis. -sluis4t -slui5ste -5sluit -5sluiz -4slun -2s5lus -4s3ly -s1m -4s5maat -3smad -3smak. -3smal -2s5man -s5map -s4mart -4s5mat -4s5mec -5smeden -3smeed -5s4meet -4s5mei -4smelo -4s5men -4s5mes3 -5smid. -smie2 -smies5 -s4mij -s5min -5smok -s3mon -5smuilden -s5muile -5smuilt -s2n4 -s5nam -5s4nap -s4nar -3snau -3s4nav -3s4ned -3snee -snee5t -s5neg -5s4nel -2s5nes -4s5net -sneus4 -sneu5st -s5neuz -s3nie -1s4nij -s5nim -3s4nip -4s5niv -4snod -3s4noe -s3nog -2snoo -s4nor. -s3norm -sno5v -3snuf -s4nui -2snum -3so. -so4bl -so1c -s3oce -3s4o3d -1soe -2soef -3soep -soes3 -2s1off -3soft -2so2g -3so3ga -s1oge -so3gl -3sogy -5soi -3so^^ef -3sok -s2ol -5sol. -so3la -so3le -so3lis -3so5l4o3 -solo5v -5sols -s2om -3s4om. -5somm -2s3oms -s3omv -2somz -5s4on. -3sona -so5nar -s3onb -2s1ond -2song -3sonn -3so3no -s4ons -2s1on4t3 -4s3onv -s3onw -3soo -4s5oog -4s3ook -4s3oor. -s3oord -4s3oorl -5soort -2s1op -3s4op. -4s5ope -so3phi -s2o5po -so3pr -3s4opra -sop4re -s2orb -s3ord -2s1or3g -4s5ork -sor4o -so3ror -sor4st -3s2ort -sos4 -so3sf -s4ot -s3oud -sou2l -sou3t -2sov -s1ove -3so5z -4sp. -sp4a -5spaak -s3paal -5spaan -5spaat -2spad -2spak -5spake -s4pan -3spann -4s5pap -5spar. -s4pari -5sparr -2spas5 -5spatt -s3pau -5s4pea -4spectu -3s4pee -speet3 -4s3pei -s4pek -5spell -4s3pen -s5pen. -spe4na -s5pep -4sper -s4per. -s5peri -s4perm -5s4perr -4spes -s3pez -s3pid -1s4pie -spie5tj -4spijn -4spijp -s5ping -5s2pio -s3pis -spi5sto -2s1p4l -4s5pla -s4plet -s2pli4 -5splin -3split -s3plo -s3plu -sp4o -s2poe -s3poes -4spo^^eb -4spog -4spol -2s3pom -s4pon. -s4ponn -s2poo -s3pop -5s4pore -s4pori -4s3pos -5spots -4spou -4sprakt -5spray -s5pred -5sprei -s4prek -4sprem -4spres -5spreu -5spriet -4s5prij -4sprik -4sprob -4sproc -4s5prod -4sprof -4sprog -5s4pron -s4proo -4spros -4s3ps -4spt -s2p4u -4spub -5s4pui -4spun -s4pur -5spuw -s4q -4s5r -sraads5l -sro5v -4s3s4 -ssa1s2 -s4sco -s4s5cu -s5se -ssei3s -sseo4 -s5si -s5sl -s4spa -s5spaa -ss5pas -s5su -s5sy -s2t -4st. -5staaf -5staan. -4staang -4staanw -staart5j -s4taat -staat5j -st3abo -2s4t1ac -3stad -5stads -2staf -5staf. -sta4fo -s4tag -s4tak -5staki -4stakk -st3akt -4s3tali -5stam. -5stamm -3stamp -3s4tand -stan4s -s4tap -4stapo -s4t3arc -4stari -2stas -stasie4 -5statio -4stau -st3aut -s4tav -4stavo -4s5tax -4staz -2stb -2st5c -2std -4stea -5steak -4stec -s5tech -5steco -3s4ted -4stedu -3steek -3steen -4steenh -s5teer -stee5t -5stein -5stekar -5stekk -5steldh -ste4lee -st5elem -3stell -5stem. -5stemd -5stemm -4stemo -4stent -4stenu -ste5ran -4sterm -ster5og -st5e4ros -5sterren -s5teru -4ste4s -4s4t3ex -s4t3e2z -2stf -4stg -4sth -s4tha -st3hed -st5heer -st3hek -s5them -s3ther -st1hi -s4t1ho -s4t1hu -s4t3hy -2stia -2stib -4sticu -s4t3id -5stiefe -s5tiev -4stijd -3s4tijg -5s4tijl -st3ijs -3stils -s4tim -st3imp -sti5ni -4stins -4s5tint -4stite -2stiv -st3ivo -4s4t1j -2stk -4stl -2stm -2stn -2stob -2stoc -4stoef -3stoel -5stoel. -5stoele -4stoen -4stoer -4stoes -4stoez -3s4tof -st3o4ge -5s4tok -s4tol -sto5li -4stoma -4stomz -s4tong -3s4too -4st3oog -stoot5j -s4top -st3o5pe -st5opto -4stora -sto4rat -4stord -sto5ri -4s5tos -s4tov -2stp -1s4tr -4stra. -straat5j -4st4rad -3stra4f -5straf. -s5trag -4strai -4st3rec -s5tref -4streg -4s3trei -5strel -3strep -st3rif -st5rijp -s5tris -4s3troe -s5troep -st4rom -5strook -5stroom -4stroos -st5roos. -4s5trou -4stroz -3stru -4strui. -5struik -4st1s4 -st3sc -st5se -st3sf -st3sk -st3sl -st3so -st5sp -st5st -2st5t2 -1stu -4stub -4stuc -5s4tud -4stuin -stui5tj -st5uitk -5stuk -2s4tun -st3uni -stu4nie -4stus -2stv -2st3w -2s4ty -1styl -s5typ -2stz -1su -5su. -5sua -5su4b1 -suba4 -sub5e -su5bl -5suc -5sud -3sug -2sui -5suik -4s1uit -5suit. -s5uitl -5suits. -5suk -3sul -5sum -4s1u2n -5sup -5surv -su4s -sus3e -suur5 -4s5v -svaat5 -svari5 -sve4r -sve5ri -4s1w -s5wo -s4y -3sy. -4syc -3syn -sy4n3e -1sys5 -4s5z -4t. -3taak. -t4aal -t5aando -t3aank -taan4st -t3aanw -t3aap -taar5sp -4t3aas -taat4st -taats5ta -3tabe -3tabl -2tac -ta2ca -3t4aci -4tad -ta4de -t3ader -5tado -t3adr -tad4s3 -t3adve -2taf. -2t3afd -5ta3fe -4taff -t3afha -t4afr -ta3fro -4t1afs -2t3afw -4tafz -ta4gaa -5tagee -5ta5g4l -tag3r -5taka -5takg -5takken -ta3kl -5takn -5takp -5tak3r -5taks -t2al -ta3laa -ta5lact -4talb -5tale. -5talent -ta3li -5talig -t5allia -talm3a -4talt -ta4mak -4tamb -t3amba -5tamen -tament5j -4tamp -t3ampu -5tan. -4t3a2na -ta3nag -ta3nat -tan4d3r -tan4k5r -ta3o -t4ape -5tapi -ta3pl -5tapo -ta3q -ta3ra -4t3arb -5tari -4t1arm -ta2ro4 -tar5sp -tar5taa -t3arti -3tarw -3tas -5tasa -5tasj -5taso -ta3s2p -ta3sta -ta3str -ta3sy -4tata -4tatio -tat5j -4t3atl -3tatr -3tau -4taut -2t1avo -3tax -t3a2z -4t3b -tba2l -4t3c -t4ch -t5cha -t5che -t5chi -t5chu -4t3d2 -tdor5st -tdo3v -1te -3tea -te3akt -5tea4m -3tec -4t3echt -4teco -te4dit -t3edu -tee2 -teeds5te. -tee4g -4teek -tee4k3l -teem1 -4tee4n -t5eenhe -3teer -tee5rin -tee4t -4t3eeu -t4ef -t5eff -3tefl -3teh -4t3eier -4teig -tei4lo -t4ein -t5eind -5teit -tei5tj -2t3eiw -5tekene -5tekens -4teker -4tekk -3teko -te4k3om -3teks -te3kw -te4k3wi -t4el -tel5ant -te4lap -tel5da -4telec -5teleco -t5elect -tel5een -5telef -5teleg -tel5ei. -tel5eie -tel5eit -te5lel -5telev -5te5lex -tel3f -tel5k -te4loe -te4l3o4g -tel5oog -te4l3op -telo4r -tels4 -4telse -tel3so -tel5su -te4l3uu -t4em -2temb -4temm -te4mor -tem3ov -5temper -5tempo -t4en -ten4ach -ten3a4g -te3nak -te5nare -te4nau -tene2 -ten3ed -ten3el -tene4t -3tenh -ten5k4 -te5nore -4t5enq -ten5scr -ten3sn -ten3sp -tensu4 -tens5uu -3tent -5tenta -5tenten. -ten5to -t3entw -5tenu -t2er -teraads5 -te4r5aak -ter3a4b -tera5ca -te4rad -tera4de -te4r5af -ter3ag -te3ral -te4ran -ter3ap -ter3as -5terec -te4rei -ter5eik -te4rel -te4rem -te5ren. -te4r5enk -te4r5env -4t4erf. -4terfd -ter3fr -4t4erft -te4r5in. -3terj -4terk. -4terkt -ter3k4w -3term -5term. -5termi -ter5oc -te3rod -te3rof -te3rog -5teron -te5rons -tero5pe -tero4r -te3ros -5terrei -5terreu -5terror -ter4spr -ter5ste. -ter5ston -3tes -te3s4ap -tes3m -te3so -tes3ta -te5stel -tes5ten -test5op -test5ri -test3u -te3ta -te5tr -4t3euv -t4ev -t5e4van -teve4r -5tevl -3tevr -2tex -3tex. -4t3exe -4texp -1t^^e9 -t^^e83 -4t3f -4t3g2 -tgaat5 -t5ge -tge3la -tger4 -4th. -2t1ha -t3haa -t4haan -t4had -t3hak -t5ham -t4hans -t3har -t3hav -5thea -t3heb -5thee. -4t3hei -4t3hel -3t2hen -5theo -1t2her -5the3ra -4t3here -3thes -3thet -t4hin -4thm -t1hoe -t2hog -t3hok -t1hoo -thoof5di -4t1hou -t3houd -5thous -4t3hov -3thr -2thu -t1hul -4thum -t4hur -3ti -5ti. -5tia -ti5ab -ti5ae -ti3ap -5tib -5tica -5tice -5tici -5ticu -ti3d4 -5tie. -tie5d4 -5tiefs -tie3kn -tie4kon -ti3enc -tien5st -5tiep -5ties -tie5s4l -tie5ta -tie5to -tie5tw -ti1eu -5tieven -ti3fe -ti3fr -ti2ga -tig5aa -4tigm -ti4gu4 -tig3ur -5tijd -tije4 -tij5ka -tij4kl -5tijn -tij5p -t3ijs. -tij3st -tij3t2 -tij5tr -tij5tw -4t1ijz -ti3ko -ti5kr -t4il -4tils -5timm -5timo -tina4d -tin3as -4t3incu -4t1ind -4tinf -tin4g3i -ting4sa -t3inh -ti4nit -4t3inj -t3inko -4t3inl -t3inq -4tinr -4t3ins -ti3nu -4t3inv -4tinw -ti5om -ti3o4p5 -t2is -ti5sa -ti3s4j -ti3sl -ti3so -ti4son -ti3s4p -ti3sta -5tite -ti3th -ti1t2r -5tivi -ti4vo -1tj2 -2t1ja -t5jaa -t5jee -t5jek -t3jen -t5jet -4tjeu -2tjo -t1jou -2tju -4t3k2 -tkars3 -4t3l -t5le. -5tleb -t5les -tli4n -4t3m -tmen4st -tmens5te -tmos5 -4t3n -tna4m3o -tne4r -tnes4 -5to. -toa2 -to3ac -to3ar -to5bl -3toc -1toch -3tod -to3da -t4oe -toe5d4 -3toej -toe5k -5toe3l4a -toe5le -5toelic -toemaat5 -5toen -to5ende -toe5pl -3toer -5toeri -5toern -5toe1s4 -toe5st -toe3tj -3toets -5toets. -5toetse -toets5te. -3toev -5toez -to2f -tof5ar -tof5d -to4fr -tof3th -3togn -5togr -3toi -to4kan -tok3s -t2ol -to3la -5tolaa -to5le -5tolet -t3olf -2toli -5tolic -to4lie -tolk5s -5tolo -tolp3r -t3oly -4tom. -5tomaa -tomaat5 -t3oml -to3mo -tom4p3j -4t3om5s -5ton. -4tond -3t2one -5tonee -5to5nen -to5ner -3t4ong -5tong. -3t4oni -5t4onn -to3no -5tons -ton3sk -too4m -toom3e -5toon -t4op. -top5art -top3as -to3pen -to3pet -to3pi -2topm -to4po -to5pos -t4opp -to4pu -to5pus -t3opva -5tor. -to3ra -to4r3ag -t3ord -to5rec -5torens -4t1org -t5orga -t4ori -3toria -to4ri^^eb -tor3k -tor4m3a -toro4 -to4r5oli -to3rom -5torr -3tors -tors5te. -to3r2u -3tos4 -to3sa -to1sl -to1s2p -tos5te -5tota -to3tr -2t3oud -3tour -tou4r3e -to3v -tove5na -to4vens -4toverg -to3w4 -4t3p4 -tpe4t3 -tpi3s -tr4 -3tra. -4t3raad -5trac^^e9 -5trafo. -3trag -4tragez -3t4rai -5train -5traka -t3rake -3trakt -3trans -5transa -5trap. -5trau -4t3raz -3t4re. -4trea -2trec -5tred. -4treda -t5redes -4tredu -3tref -4t5reg -4t3reis -4treiz -4trel -t3rese -t3resu -tre2t3 -t4reu -t3rib. -5tribu -5trico -trie5ta -trig2 -2trij -5t4ril -tri5ni -5t4rio4 -t3risi -t3rit. -5t4riti -5trody -t3roed -t3roes -5trofy -3trog -t4ro^^ef -5troj -4trol. -5trola -5trolo -5tromm -5tron. -5trona -t5rond -3trone -5tronn -5trono -5trons -tront5j -t3rood -5troon -t4roos -tro5pi -t4ros -5trotu -3trou -4t5rout -tro5v -5truc. -5truf -4trug -5trui. -5truie -t3ruim -trui5t4 -t3ruk -t4rum -4ts -ts3a2d -tsa4g -ts1am -t3sap -ts3as -tse4d -ts5een -t4s3ei -ts5eind -t4s5ene -t4s3eng -t4s3erg -ts5erge -t4s3e2v -t2sij -t4s3ink -ts3int -ts2j -ts3ja -t3sjen -3tsji -t1sl -ts4laa -t3slac -t5slag. -ts3lam -t2s3le -t5slib -t5sloe -t3s4lu -ts2me -ts4moe -ts3neu -ts4no -ts5nor -ts5not -ts3nu -ts3ob -tso2l -ts3oli -ts3om -ts1on -ts4opp -ts1o4r -ts1ov -ts3pad -t3span -t5spec -t4s3pet -t3spi -t4s3pil -t3spoe -t3spoo -t5s4por -ts3pot -t4spro -ts4pru -ts5q -ts5s -t3sta -t4staak -t4s5tank -ts5tant -t4star -t4stas -t3ste -t5sted -t5stee -ts5teko -t5stell -t5stels -t5stem -t5ster. -t4sterr -t5sters -t5s4tes. -t5steu -ts3th -t1s4ti -t3stij -t5stijg -t5stil -ts5tin -ts5t4j -t1sto -ts5toep -ts5tong -t4store -ts5trad -ts5trei -t3stri -ts5troe -ts5ty -t4su4 -ts3ur -ts3us -ts3uu -t1sy -4t3t -t5t4a -t5te -tte5loe -tte5l4op -tte2n -tten4t5j -tte5ri -t5tlet -tt3oog -ttop2 -t5t4r -t5tum -tt3uu -3tua -3tub -3tuch -3tu3e -5tueu -tu3^^e9s -3tuig -5tuin -4tuip -2tuit -tuit4j -4tuk -tu4k3i -tul5pi -t4um -5tune -5tunn -tu1o -5turb -tu3ri -3tu4s3 -tut3j -tuurs5la -tu3wa -4tv -tvaat5 -t3ve -4t1w -3t4wijf -t2win -1ty1 -3typ -tys4 -4tz -t3za -t3zi -t5zw -u1a -u3ac -u3an -ua5ne -ua3p -u5ar. -uar5t -ua3sa -uat4 -2u2b -ub3ac -ube4li -ub5em -u5bi -u3bo -ub5or -4uc -u1che -ucht5sl -uc4ki -ucle3 -uc4t3a -uc4tin -u1d -uda2 -u5da. -ud5am -ud3ei -ud3ess -u4de4z -ud3eze -udi4o -udi5ologe -udi3om -udoe2 -ud3ond -ud3oo -ud3ov -u4d1r -uds5lo -uds4m -uds5ma -ud3sme -ud3smi -ud1st -ud4sta -uds5tak -ud4sti -ud1w -u3ec -ue2co -u1ee4 -u3ef -u3ei -u1el -u4ene -u1er -uer3il -ue3st -u1eu -u5eul -u3ez -u3^^e8 -u4f3an -u1fl -u1f4r -uf2s -u5ga -ug4da2 -ug4der -ug2do -ug4dr -uge4l5o -ug3ij -ug1l -u2go -ug3or -u2g1r -ug5sce -ug4sec -ugs4p -ugs5pa -ug1s4t -ugs5tra -u1h -u2i -ui5ac -ui2d3a -ui2d1o -uid4s -uid3sp -uid5spre -uid5ste. -uid3u -ui3e -uien4t -ui2fa -uif1l -uif5r -ui2fu -4uig -ui4g5aa -uig1l -ui2g3o -ui4g3r -ui4gu -4uik -ui2k3a -ui4k3l -ui2ko -ui2ku -ui2la -uil5aa -ui4l3em -uil5m -ui4l3og -ui4loo -uil3ov -4uim -ui2m3a -ui3mag -ui4n1a -uin5g -ui2no -uin5og -uin3or -uin4s5lo -uin5to -ui2p3l -ui4p3o4 -ui2p3r -4uis -ui2s3a -uis5c -ui4sl -ui5slu -uis5p -ui4st -ui4t3a4 -uit5aa -uit5al -ui5tar -1uitg -uit1j -3uitl -ui2t1o -1uit5r -uit3sl -uit3sn -uit5sp -uits5te. -3uitw -3uitz -ui3v -4u3j -2uk -u2k3al -uk3as -ukkers5 -u2k3l -u3klas -u2k3n -u2k3o -u3koc -uko2p -uk4o3pl -u4k3r -uk3s2m -uk3spa -uk3spl -uk4sti -uk1w -u1la -ul3ac -ulam4 -ula4p -ul4d3a -uld5erk -ul5dop -ul4d3u -u1le -ule5sp -ul3fl -ul5fo -ul3fr -ul3in. -u5ling -ul3inn -ul3k2a -ul5ke -ul2k3l -u1lo -ul3o2p -u3los -ul2pa -ulp3ac -ul4pi -ul2p3l -ul2po -ul4p3r -ul3sa -ul3so -ul2s3p -uls5te. -uls5tel -u3lu -um3af -um3ar -3umda -2ume -umee4 -umes4 -ume3st -um3om -um3op -um3so -um3st -u2m3ui -un3ac -un2c -unch3r -un4dra -und4s -unds5ta -und5ste -une4t -un3g -1univ -un4k3r -un4o -uno3g -un5o2p -unst3a -un4ste. -unst3o -un4st5r -unst5ui -un4tag -unt5een -un2tj -un4t5o4 -unt3s4m -un4t3u -u3ol -u3on -u3oo -u1or -uo3ru -u3os -uota3 -4up -u1pa -u1pe -upe3k -upe4ro -uper5st -u3ph -u3pi -u1pl -u4p3lei -u1po -u3pol -up3om -up3op -u1pr -up4tr -u1ra -ur3aan -ur1ac -ur3ada -ur3adv -u2r3a4r -uras3 -u4r3a2z -urd4o -u1r2e -ur3ech -ur3een -uree5s -ure5lu -urelu5r -u4rem -ur3emb -ure4n -u3res -ur3ess -ure3st -ur3eta -4urf -ur2fa -ur3gi -u1ri -uri4gl -ur3ijz -ur3ind -ur3int -4urk -urken5s -ur4kie -ur3k4l -urk4s5t -u1ro -ur5opb -ur3or -uro5s -ur5pr -ur4serv -ur4s3ev -ur3s4fe -ur2sl -urs5laa -urs5li -ur4s5m -ur2sn -ur4sp -urs5pa -ur5spel -ur5spor -urs5take -urs5th -ur4sti -urs5tik -ur3ta -ur4tro -ur5troe -u3ru -ur3ui -4urv -u1r4y -4usaa -us3ad -us3a2m -us1ap -u4sc -u5s2cr -use5tj -u5sie -u4sj -u4s5l -u4sm -u2s5n -uso2 -us3o^^ef -us3os -u2s3p -us5pi -us5pu -us4ta -us5tag -ust3al -u2s3te -us4t3ei -u4sti -ust3oo -us5tra. -us5tre. -us5tro -us5tru -ustu4 -ust3ur -ust3uu -u1ta -ut3aan -utaar5 -ut1ac -ut3af -u3tan -uta3s4 -ut5c -u4t3ees -u4tek -ut3eks -ut3em -ut5emm -uter5an -ut3ex -ut2h -ut3ho -u2tj -u1to -uto5f -ut3oog -uto3pe -utop4l -uto5po -utop4r -uto5s -ut3saa -ut3s2c -uts5eng -uts2m -ut1sn -ut3sp -ut4spa -ut4spo -ut2st -uts5tak -ut4ste. -ut5sten -ut3str -ut5su -utt4 -u1tu -ut5w -u4u4 -uur3a4 -uur3e4 -uur5i -uur3k -uur1o2 -uur5ste -uur5sti -4uut -uut3a -uut3r -uvel4s -uve5na -uw1a -u3wag -uw3ar -uw5art -u1we -uw3ec -uwe5d -uw3een -u2w3ei -uwe4nen -uwes4 -u1wi -u2w3ij -uw5ijz -u4wind -u3wing -u4wins -uw3inz -uw1o -u3woe -uwo4ge -uw1r -uw3u -uxa3 -u3ya -4uz -uze3t4 -uzie2 -^^fbt3s4 -1^^fc -^^fc4b -^^fc1n -^^fc3ri -^^fcs3l -1v2 -2v. -vaar4ta -vaart5r -va3de -va3g4 -va2ki -va4kl -va2ko -va2l3a -val5m -va3lo -va4loe -val5si -val4s5p -vals5tek -valu5 -va2n -van3ac -vand4 -vang3a -van4gr -va3no -va4noc -va1p -va3re -va5se -va3s4o -vast3r -va3su -va3te -va2t3h -vat5j -va3z -v4b -4v3c -v4e -3ve. -5veb -vee4l -veel5e -vee3p4 -vees4 -ve3g4h -vei3s4 -vei5tj -3vek -5vel -ve4l3a4g -vel4d3o -ve3le -vel3k -5vem -vem4a -ve4na -ve5nare -5vend -ven5k -ve2n3o -2venr -ven4s3e -ven4sl -vens5lan -vens5lo -ven4sp -vens5taak -vens5take -vens5tek -ven4s3u4 -ve2r -ver1a -ver5aas -ve4rad -vera4g -ve4rand -ver5do -ve3rec -ver3ed -ve3reg -ve3rei -ver5eis -ve5ren. -ve5rend -ver3e4t -ver5ijd -ver5ijl -ver5ijs -ve5ring -ver5k4 -ver3o -ve3rom -vero5v -ver5p -ver5spe -ver5sta -ver5sto -ver5tw -ver1u -ve3ry -ve2s3 -ves5ti -ve2tj -ve2to4 -vet3og -vet3oo -ve3tor -ve2t3r -vet4roe -vet5ste -5ve5z -3vi -4vicepa -vid5st -vie4r3a -vie4s3 -vies5n -vie4tj -vi3eu -vijf5 -vik4s -vil4t3j -ving4 -vings3 -vi3o -vi5om -vi4s3an -vi1so -vis5ot -vis5p -vi4st -vis5tr -vi1tr -v3j -vje4 -vjet1 -3vl -v3lar -vlei3s4 -vlie4s5 -vlot5s -v3lov -5vo. -3voe -voe4t3a -voe4t3r -voet5sp -3vog -voge4 -3voi -vo2le -vol4g3a -vol4gra -vo2li -vol3ij -vol5p -von4det -vond5u -3voo -voo5d -vooi5t -voorn4 -voor5na -vo3ra -vorm3a -vors5te. -vor5sten -vos3 -3vot -vot3j -3vou -vous5 -3v4r2 -vrei5 -vrie4s -vrij5k4 -vrijs4 -vrij5ste -v3t -vues4 -vu2l -vul5p -vuur5s -vy3 -2w. -waad3 -w2aar -waar5e -waar5ste -wa4b3 -wa2ba -wa5bl -w2ad -wa3dr -w4ag -wa2la -wa3lan -4wam -wan4d5r -wan4gr -wang5sl -wa2n1o -wan3s4 -3wap -w4ar -w5arc -5ward -war4st -wars5te -wart3j -war4to -wa2si -wa4s5l -wa4s5p -was5tr -1wate -wat5j -wa3tr -3way -2wb -w1c -2w1d -w4doo -wd3oom -we2a -2we2c -3wed -wede4 -we2d3i -we4d3r -wee4ki -wee4k3r -wee3lo -wee3s4t -wee5ste -3weg -we4g1a -we4gerv -weg3l -we2g3o -we4g5r -wei3s -wei5tj -we4k3r -we4le2 -4welem -we3li -we2lo -wel3s -we2m -wem3a -we3me -we2n -wena4 -wen3ad -we3ne4 -we4nem -we5nen. -wen5enk -we3ni -wen4k3a -wen3o -wen5to -wer2f -4werg -wer4ka -wer4k5l -wer4kn -wer4k3o -wer4k3r -werk5ru -wer4k3u4 -wer4k3w -wer4p3a -wer4p3l -wer4pr -wer4s -wer5ste -we2s3 -we3spo -wes4t5o -3wet. -we2th -we2t3j -wet4st -we2t3u -2wex -wezen4s5 -2w1f -w1g -w1h -wie4la -wie4t -w4ij -3wijd -wij4ka -wij4s -wijs3l -wijs3p -wijs5ta -wi4k -3wil -wind3a -win4d3r -w4ing -2winr -win2s -winst5aa -winst5r -wi4t3h -wit3j -wi2t3o4 -wit3r -w1j -2w1k -2w1l -4w1m -2wn -wn3ac -w3ne -w3ni -w3no -w3ob -w2oe -woes3 -woest5a -wo4l -wol3a -wolf4s5 -woon5sf -woor4d5r -wor4g3e -w1p -wren4st -wrens5te. -2ws -ws3a2 -w3sc -w1sl -w2s3le -w3som -w3sp -ws2pl -w4spr -w5spra -w1s4t -w4stij -2wt -wtes3 -wtje5sp -w1to -w1tr -wu2 -wva2 -w1w -xaf4 -xa3g -xamen5t -xan3 -xan5t -x1c -x4e -xen4d -xe3ro -x1f -x1h -xie4t -xi3g -xi5o -xi3sta -xi3sto -xi4t3i -x3l -x1m -xo3no -x4op -xo3s4 -x1p -xpre2 -xpres5 -x3r -x3so -x3sp -x1t -x2tak -xtie2 -x3w -xy3 -y1a -ya3s4 -ya4s5p -y3at -yba2l3 -yber4t3 -y1c -ycho3 -y3co -y1d4 -ydi3a -y5dr -ydro3 -y1e -yes3 -y3^^e9s -y3^^e8 -y1f -y1g -ygu2 -y1h -y1i -y4in -y5is -yksge4 -y3la -yl3al -y3le -y4l3et -y3lo -ylo3l -ym2f5l -ym5pa -y3na -yn3er -y3no -yn1t -y1o -y3on -y3os -yo3t -y1p -y3p4h -ypo3 -ypot4 -yp3s -yp5si -y1r -y3r4e -y5ri -ys3 -y1s4a -y3s4c -y5s4e -yse5t -y3s4f -y3s4h -ys4i -y3s4o -y3s4p -ys5pl -ys4ta -ys5tr -y3sy -y1t -yt3hu -yto3 -y2tof -ytop4 -yu5a -y3ui -y3u2r -yvari5 -y1w4 -1z -4z. -zaar5t -za3f2 -zags4t -za2k3a -zak3r -zan2d -zand5a4 -zan3di -zan4dr -zang3s -za3po -za3s4 -4zb -4zc -4zd -z4e -zee3k -zeel5d -zee3r4o -zeero5v -zeer5s -zee3s4 -ze5ge -zeg4sl -zei3sp -ze5k -zel5dr -ze3lem -zel2f1 -zel4so -zen4d3a -ze4nin -zen5k -zen3o4 -zen4og -ze3non -ze4r3a -ze3ro -zer2s -zer4s5e -ze4s3 -ze5sch -zes5e -zes5l -ze5ste -ze2t3a -ze2t3h -ze4ti -ze2t3j -ze2t3r -zeve2 -zeven3 -4zf -4zg -2z3h -z2i -ziek3l -zie4k3o -ziek3w -ziel4s -zie5sl -3zif -zi2g5a -zij5kl -zij3po -zij5s4 -zik2w -zi4n3a4 -zings3 -zin4k3l -zin4s -zins3t -zins5ta -zin5str -zi3o5 -zipi3 -zi4t -zit3e -zit3j -zit3u4 -4z3k -4z3l -4zm -zodi5 -zoet3j -zoet5ste -zo3f2 -zoi4 -zo5ie -zo3la -zome4 -zo2na -zon3sf -zon5ta -zooi5tj -zo1p -zor4g3a -zor4gl -zor4gr -zo2t -zot3h -zo3tr -zo3v -4z3p -4z3r -2zs -4z5t -zui4d3i -zui4dr -zus3 -2zv -z4w -zwets5te. -5zy -2z3z -zz3in -zz3or -z4z5w -} -% Exception list -\hyphenation{ -aan-dachts-trek-ker -aan-dachts-trek-kers -acht-en-der -acht-en-ders -acht-en-der-tig -acht-en-der-tig-ste -be-heers-ta-ken -be-scherm-en-gel -be-scherm-en-ge-len -be-stuurs-la-gen -be-stuurs-ta-ken -bij-stands-trek-ker -bij-stands-trek-kers -bui-ten-an-ten-ne -bui-ten-an-ten-nes -don-der-aal -han-dels-taal -her-e-nen -ket-ting-ste-ken -lands-taal -meest-al -mi-nis-ters-por-te-feuil-le -mi-nis-ters-por-te-feuil-les -ont-hoof-din-gen -pa-ling-ste-ken -rechts-taal -schil-ders-ta-lent -sou-ve-niertje -sou-ve-niertjes -spie-gel-ei -ver-en-gels-te -ver-hol-lands-te -ver-in-lands-te -ver-kinds-te -ver-ne-der-lands-te -ver-rechts-te -ver-steeds-te -wals-te -wa-ter-staats-in-ge-ni-eur -wa-ter-staats-in-ge-ni-eurs -} -% -% The following words were not properly hyphenated. -% -% aan*dacht.s*trek*ker -% aan*dacht.s*trek*kers -% ach.t*en*der -% ach.t*en*ders -% ach.t*en*der*tig -% ach.t*en*der*tig*ste -% be*heer.s*ta*ken -% be*scher.m*en*gel -% be*scher.m*en*ge*len -% be*stuur.s*la*gen -% be*stuur.s*ta*ken -% bij*ge*plaats-te -% bij*plaats-te -% bij*stand.s*trek*ker -% bij*stand.s*trek*kers -% bui*te.n*an*ten*ne -% bui*te.n*an*ten*nes -% di-a*ken -% di-a*kens -% don*de.r*aal -% ge*plaats-te -% han*del.s*taal -% he.r*e*nen -% her*plaats-te -% ho*ger*ge*plaats-te -% hoog*ge*plaats-te -% hoogst*ge*plaats-te -% ket*ting*s.te*ken -% laag*ge*plaats-te -% land.s*taal -% mee.st*al -% mi*nis*ter.s*por*te*feuil*le -% mi*nis*ter.s*por*te*feuil*les -% mis*plaats-te -% on*ge*plaats-te -% ont*hoof*d.in*gen -% ont*pers-te -% op*ge*plaats-te -% over*ge*plaats-te -% over*plaats-te -% pa*ling*s.te*ken -% plaats-te -% recht.s*taal -% schil*der.s*ta*lent -% sou*ve*nier.tje -% sou*ve*nier.tjes -% spie*ge.l*ei -% spits-te -% sub*a-to*mai*re -% te*rug*ge*plaats-te -% trans*o-ce*a*ni*sche -% ver*en*gel.s*te -% ver*hol*land.s*te -% ver*in*land.s*te -% ver*kind.s*te -% ver*ne*der*land.s*te -% ver*plaats-te -% ver*recht.s-te -% ver*steed.s*te -% voort-re*de*ne*ren -% wal.s*te -% wa*ter*staat.s*in*ge*ni*eur -% wa*ter*staat.s*in*ge*ni*eurs diff -Nru texlive-lang-2007.dfsg.4/texmf/tex/generic/hyphen/nohyphbx.tex texlive-lang-2009/texmf/tex/generic/hyphen/nohyphbx.tex --- texlive-lang-2007.dfsg.4/texmf/tex/generic/hyphen/nohyphbx.tex 2006-01-02 23:53:43.000000000 +0000 +++ texlive-lang-2009/texmf/tex/generic/hyphen/nohyphbx.tex 1970-01-01 01:00:00.000000000 +0100 @@ -1,26935 +0,0 @@ -% nohyphbx.tex -- TeX hyphenation patterns for Norwegian. -% -% version of 2005-06-29. -% Patterns of January 25, 2005. -% -% Copyright (C) 2004, 2005 Rune Kleveland, Ole Michael Selberg. -% Copying and distribution of this file, with or without modification, -% are permitted in any medium without royalty provided the copyright -% notice and this notice are preserved. -% -% Please send bugs or suggestions to tex-live (at) tug.org. -% -% Originally generated by a script written by Rune Kleveland -% (runekl@math.uio.no) from dictionaries available from -% http://www.uio.no:/~runekl/dictionary.html. -% -% Adjusted manually by Ole Michael Selberg to prevent -% numerous wrong hyphenations, especially in compounds. -% Last changes: January 25, 2005: -% Added upper and lower case codes for Ä, ä, Ö, ö, Ü, ü -% -% In Kleveland's nohyphb.tex there are 26017 patterns. -% The revised nohyphbx.tex contains 26761 patterns -% --- plus 58 exceptions in the \hyphenation-list -% (which you may change to suit your personal needs). -% -% To load these hyphenation patterns the parameters -% of TeX must have the following minimum values: -% trie_size = 32950 -% trie_op_size = 756 -% (The corresponding values for nohyphb.tex are -% trie_size = 31900 trie_op_size = 636) -% If you want to load more than one set of hyphenation -% patterns the parameters have to be set to a value -% larger than or equal to the sum of all required values -% for each set. -% -% Notes on other Norwegian hyphenation pattern files, from Dag Langmyhr, -% tex-live mail of 29 Jun 2005 11:26:21 +0200. -% nohyph.tex -- manually created by Ivar Aavatsmark and others; -% hyphenate according to pre-1973 rules; no longer recommended for use. -% (Sometimes also known as nohyph1.tex.) -% nohyph2.tex -- created by Dag and a student; the present file, -% nohyphbx.tex, is more extensive and is recommended. -% -\message{Hyphenation patterns for Norwegian} -\begingroup -% æ, Æ -\uccode`^^c6=`^^c6 -\uccode`^^e6=`^^c6 -\lccode`^^c6=`^^e6 -\lccode`^^e6=`^^e6 -% ø, Ø -\uccode`^^d8=`^^d8 -\uccode`^^f8=`^^d8 -\lccode`^^d8=`^^f8 -\lccode`^^f8=`^^f8 -% Å, å -\uccode`^^c5=`^^c5 -\uccode`^^e5=`^^c5 -\lccode`^^c5=`^^e5 -\lccode`^^e5=`^^e5 -% ç, Ç -\uccode`^^c7=`^^c7 -\uccode`^^e7=`^^c7 -\lccode`^^c7=`^^e7 -\lccode`^^e7=`^^e7 -% è, È -\uccode`^^c8=`^^c8 -\uccode`^^e8=`^^c8 -\lccode`^^c8=`^^e8 -\lccode`^^e8=`^^e8 -% é, É -\uccode`^^c9=`^^c9 -\uccode`^^e9=`^^c9 -\lccode`^^c9=`^^e9 -\lccode`^^e9=`^^e9 -% ê, Ê -\uccode`^^ca=`^^ca -\uccode`^^ea=`^^ca -\lccode`^^ca=`^^ea -\lccode`^^ea=`^^ea -% ò, Ò -\uccode`^^d2=`^^d2 -\uccode`^^f2=`^^d2 -\lccode`^^d2=`^^f2 -\lccode`^^f2=`^^f2 -% ó, Ó -\uccode`^^d3=`^^d3 -\uccode`^^f3=`^^d3 -\lccode`^^d3=`^^f3 -\lccode`^^f3=`^^f3 -% ô, Ô -\uccode`^^d4=`^^d4 -\uccode`^^f4=`^^d4 -\lccode`^^d4=`^^f4 -\lccode`^^f4=`^^f4 -% Ä, ä -\uccode`^^c4=`^^c4 -\uccode`^^e4=`^^c4 -\lccode`^^c4=`^^e4 -\lccode`^^e4=`^^e4 -% Ö, ö -\uccode`^^d6=`^^d6 -\uccode`^^f6=`^^d6 -\lccode`^^d6=`^^f6 -\lccode`^^f6=`^^f6 -% Ü, ü -\uccode`^^dc=`^^dc -\uccode`^^fc=`^^dc -\lccode`^^dc=`^^fc -\lccode`^^fc=`^^fc -\patterns{% just type if you are not using INITEX -.a4 -.aa4 -.ab4ba -.ab7be -.ab6s5t -.ac6tin -.adel4s -.ad8la. -.ad6le. -.ad2r -.ad1s2 -.af7f -.af5t4 -.af5f6u -.ag6na. -.ag6ne. -.ag4r -.ai2 -.a6k -.ak6ka. -.ak6ke. -.ak3kl -.ak3kr -.ak6ne. -.ak6r -.ak8sa. -.ak4se. -.ak6ta -.ak4te. -.akte4r -.akter5e -.ak5tr -.akva7 -.a6l -.albu5en -.alfa3 -.al4ge. -.al5gi -.al6ka. -.al4ke. -.al4kom -.al4la. -.al4le. -.al5leg -.al5lo -.all5s6 -.al4ma. -.al8me. -.al5m6in -.al4na -.al6s7k -.als5o -.alt4a -.al4ta. -.al5tar -.al4te. -.alt3o -.al6ve. -.am7b -.a6me -.am6ma. -.am4me. -.am4s4 -.am6ta -.a6n -.ana3b -.an4da. -.an4de. -.an5d4ra -.an4d5^^f8 -.an3er -.anes5 -.an4ga. -.an3ge -.an4ge. -.ange4s -.an4ja. -.an4ka. -.an4ke. -.an4la. -.an3n -.an4na. -.an7nal -.ann4e -.an4ne. -.an5s8 -.an4sa. -.an4se. -.ant2 -.an4ta. -.an4te. -.an5tem -.an5tep -.an4ti. -.an6tin -.an4tis -.an4tiv -.ap8lan -.ap1p6 -.ap8t -.arbi5 -.ar6de. -.ar4ge. -.ar5ges -.ari6a -.ari8e -.arie5ne -.ar5ka -.ar8ka. -.arlan9 -.ar4me. -.ar7mea -.ar4na. -.ar3ne -.ar4ne. -.ar5nes -.ar6ra. -.ar6r7u -.ar6ta. -.ar4te. -.ar9ti -.ar6va. -.ar4ve. -.ar4ved -.ar4ver -.arvi6 -.a6s -.as8ka -.as4ke. -.as5kese -.as7keta -.as4le. -.as6pa. -.as5s -.ast5ru -.at4h -.at4ki -.at4le. -.at4na. -.at2o4 -.at3s -.atte4 -.att6r -.a5ty -.au8de -.au6e -.au8ga -.au4ge -.au4ka. -.au8le. -.au4r -.au6sa. -.au6se. -.aus9k -.au4sp -.avi2 -.av7i6d -.av7inde -.av4la. -.av4le. -.av7s6 -.b6 -.ba6by -.ba6la. -.ba4le. -.ba4ne. -.ban4k3l -.ba4re. -.ba4ri. -.ba8te. -.be4de. -.bede4n -.be6d5ene -.be4d5et -.be8di. -.be3e4d -.be6ke. -.be4la. -.be9nar -.be4ne. -.be6re. -.be4res -.ber6ett -.be8ri. -.be7ska -.be6sten -.be4ta. -.be6te. -.be5t4v -.bi6de. -.bi6en -.bi4le. -.bilet5 -.bi6t3r -.bl4 -.bla4d -.ble4k3 -.ble5k4e -.blek4k3f -.blekk3s4t6 -.blekk9s8v4 -.bling5 -.bo8da -.bo8de. -.bogs8 -.bok5 -.bo4k4en. -.bo8la -.bon2 -.bo4na. -.bor6t5 -.bort6e -.bor8ti8 -.bort9r -.brudd7s6 -.brudds^^e57 -.bu6da. -.bu3d6r -.bu4et -.bus6sy -.by6de. -.by8ta. -.b^^e62 -.b^^f86k5a -.b^^f88nen -.b^^f88ner -.c4 -.ca4en. -.car4s5 -.ca6se -.ce6b -.cos1 -.co4st -.d6 -.da4ge. -.da4le. -.dags6e -.da2m -.da4ne. -.da4ta -.dau3s -.deka9r -.deko7d -.de4le. -.de4l5ei -.delei8ge. -.del5s6 -.de4mi. -.demo7e -.den5sl -.de4re. -.de4r5et -.de4ri. -.de6rim -.de4r5om -.de6s5m -.de4so -.de4sto -.de4u -.devi5s -.di2a -.di5e4l -.di6er -.di4et. -.di9f6t -.di4ne. -.dings7a -.di4sk -.di8s3t -.do4en. -.do4er -.do8et. -.dome5 -.do4ra -.do6re. -.drau4m -.ds4 -.du4a -.du4en. -.du4er -.duft3 -.du4ge. -.duk3n -.du4se. -.du4st -.dy4re. -.d^^f86la. -.d^^f86r3 -.d^^f87r4a -.d^^f87r4e -.d^^f84ve. -.d^^e55ren -.d^^e57ret -.e6 -.eb4ba -.ecu6 -.ed4da -.ed4le. -.efo7 -.ef4ta -.efta5s -.ef6ter -.eg8de. -.ege2 -.ege5l -.eg6ga. -.eg4ge. -.eg4gel -.eg8la. -.eg4le. -.eg6na. -.eg4ne. -.ego7t8 -.egs4 -.eg8se. -.eg5si -.ei2 -.eid5a -.ei5den -.ei4ga. -.ei7ger -.eik5a -.ei4ke. -.ei3l -.ei3m -.ei8ma. -.ei8me. -.ein7as -.ei3ni -.ein5og5 -.ein5s6ta -.ein8s7to -.ei9rar -.ei5res -.eir9u -.ei5te -.eit9r -.ekk4o -.ek4le. -.ek3li -.ek6ne. -.ek4r -.ek8sa. -.ek3se -.ek8se. -.ek4sp -.eks6pi -.eks3t4 -.ek8ta -.ek4te. -.ek7to -.el8da. -.el4de. -.el4g5r -.eli5ne -.el3k -.el5l -.el6s -.els6a -.els4kl -.els6t -.el6ta. -.el6te. -.el4ve. -.el6veg -.em3b2 -.emfa9 -.em4ma. -.em8me. -.em6na. -.em5p -.en5a -.en4da. -.en4de. -.end5r -.en4ga. -.en6gav -.en3ge -.en4ge. -.en6g5r -.engs6 -.en6ka -.en4ke. -.en5og5 -.en6sa -.en4se. -.en5so -.en3sp -.en5t -.en6te. -.ent4r -.en6t5ra -.ent8re -.en3^^f84 -.ep6t -.er8a -.er4e -.er4g5r -.er4ke -.er4la. -.er4le. -.er6ma. -.er4me. -.er4mek -.er4na. -.er6ta. -.er4te. -.es9ast -.es1k -.es3ka -.es8ka. -.es4ke. -.es5l -.es8la. -.es8le. -.es3p -.es6pa. -.es6r -.es8sa. -.es4se. -.es4so -.es5ta -.es3te -.es6te. -.es7tet -.es5ti -.est3r -.es7tu -.et8la. -.et8le. -.et4na -.et4ne. -.et4s -.et8sa. -.et5s4e -.et6se. -.ets4i -.et1te4 -.et6ter -.et6ti -.ev8ja -.ev4je. -.ev4ne. -.ex4 -.f4 -.fa2e -.fag3s4 -.fa4ne. -.fan3t4o -.fe4e -.feil5i -.fe2l -.fela9 -.fel5l -.fel4ta -.fe4ma -.fe8me -.fem5o6g5 -.fem5t -.fer8ro -.fer6s -.fe8sl -.fe8st5 -.fes3t6e -.fi4b5 -.fi6a -.fi4le. -.fire5o6g5 -.fis6k -.fjel4 -.fla4t5o -.fo4bi. -.fol2 -.fo2r -.for3d6ri -.for7d6ra -.for5en. -.form5s -.for7s6o -.fre6e -.fri5e6re -.fug2 -.fu6ge. -.ful2 -.fu8se. -.fy8se -.f^^f88rel -.g6 -.gaf7 -.ga4le. -.ga8li. -.ga4me -.ga4ne. -.gang5s4 -.gas4 -.gas5ta -.ga2t -.ga4ve. -.ga9vee -.ge2a -.gel4e -.ge3ne -.ge6ni5 -.gen5s -.ge4o -.ge4st -.ge5s6tap -.ge9sv -.gha5 -.gift5s -.gi4n -.gi4s -.gis7p -.gi8v3a -.gl6 -.glo6i -.glo9v -.gly5s -.gl^^f89se -.gn^^e57la -.go5des -.gos7 -.gra4v3end -.grei4e -.grunn5s -.grus5s -.gu4de. -.gud3v4 -.gu4lat -.gus1 -.gu4tu. -.g^^f82 -.g^^e5s4e5 -.g^^e54v -.h4 -.hai5s6 -.ha6ka. -.ha8ma. -.hand5s6l -.handsla9 -.ha6v5ak -.ha6vi -.he4er. -.hei5e -.he2n -.he6r5i6 -.he6r5o6 -.he9r6oe -.he7r6oi -.he7r6ol -.he9r8os -.hes4s5 -.het6s5 -.het7s6e -.he4t5 -.he5t6e -.hil4l -.hi4n -.hi6re. -.ho2d -.ho2e -.ho4re. -.ho5ren -.ho7ret -.ho8ta. -.ho8va. -.hu4di -.hus6val -.hvit3 -.hvi3t4e -.hy6ra. -.hy4re. -.h^^f8i5 -.h^^f84re -.h^^f84va -.h^^f84ve. -.h^^f8y6st5^^e6 -.h^^e58en. -.h^^e58er -.h^^e5nd5s6l -.i2 -.i3a4 -.i3bl -.i4da -.if^^f85re -.ig8la. -.ig4le. -.i4her -.ik2 -.ik6k -.ikke5 -.i3k6l -.ik5t -.ik8te. -.i5kv -.i3la -.i4la. -.i8lande -.ilbo8da -.il6d3r -.il6de. -.i3leg -.i6les -.il4ja -.il6je. -.il6ke. -.il4le. -.il6sk -.il4te. -.i6me -.im^^f85te. -.in5ad -.in5de -.in8ga. -.in4ge. -.in3gr -.in6gri -.in5k6 -.in6ka. -.in4n3 -.in4ne. -.in5n6e -.in6n7eks -.in6n7ets -.in6n7ett -.in4n3i -.in5s -.in7tes -.io4na -.io4nom -.i4rer -.ir7k8 -.ir8ra. -.ir6re. -.i6sa -.i3sc -.i6se -.is7k6 -.isla8ga -.is6lam -.is4le. -.is4let -.is4me. -.is8na. -.is8ne. -.i5spe -.is3s4 -.is6sa. -.is4se. -.is5sk -.ist6 -.is8te. -.i5sted -.i5stem -.is7ti -.i6s7tj -.i6s7tr -.is8ut. -.i6s5^^f8 -.i5ti -.i3va -.i4van -.i4var. -.i3ve -.i4vel -.i6ven -.i4ver. -.i4vere -.iv8ra. -.iv6re. -.i3^^f8 -.j4 -.ja4de. -.ja6e -.ja4ne -.ja8se. -.ja4va. -.je2a -.je2l -.je2m -.je5re -.jern5s4 -.je4ta -.ji4 -.jo8en. -.jo4se. -.ju6a -.ju6la -.jule3 -.ju4li3 -.j^^f84dep -.k6 -.kaf2 -.ka6la. -.ka6li. -.kalve5l8 -.ka5me -.ka3na -.ka4ne. -.ka4p3r -.ka4ra. -.ka5r6a5v -.ka6re. -.ka5rin -.ka4te. -.ka5t6h -.kau9k -.ka6va. -.ka4ve. -.ke6e -.kel3 -.kier3 -.ki4na -.ki7ni -.kino3 -.kir2 -.ki4se. -.ki8va. -.ki6ve. -.kje3de5 -.kje4k -.kjek7l -.kj^^f8nn4 -.kle4s -.kli5ne -.klo9va -.kly7sa -.kna7se -.kne4p3r -.ko6da. -.ko7gr -.ko4la -.ko3le -.ko8le. -.kol5j -.ko3pe -.ko6pe. -.kor6s5ed -.ko4se. -.ko6ta. -.ko4te. -.ko6ve. -.kring5s -.ks6 -.ku4le -.ku8ra. -.ku4re. -.ku8ta. -.ku8te. -.kva9ra -.kva9re -.kve9ka -.kve5ke -.ky8la. -.ky4le. -.ky6te. -.k^^f83s -.k^^e56pa -.l6 -.la4da. -.la4de. -.la4ga -.la4ge. -.la5ger -.la4ma. -.la6ta. -.la4te. -.la3tr -.la4va -.la3ve -.la4ve. -.le8ar -.le4da. -.le4de. -.le4er -.le6et -.le2f -.lef3l -.lega5ta -.le4ge. -.le4gel -.le8gi. -.lei5er. -.lei4ve -.le4ke. -.le4k5r -.lemu9 -.le4ne. -.le7s6a -.le4se. -.le4sek -.le4ses -.le4s5p -.le2t -.le7ta -.let6tan -.le2u3 -.le3va -.le4va. -.le4ve. -.le4ves -.li8a -.li4de. -.li4e4 -.li5ene -.li2g -.liga3 -.li2k -.lik5k6 -.lik3o -.lik3s -.li4ma -.link6 -.li6ra -.li4re. -.li4sa -.li4se. -.li4ta. -.li4te. -.li5ti -.li4ve. -.li4v5en -.liv8s7u6 -.liv4s5v -.lo4e -.lo6ge. -.lo8gi. -.lo6g5r -.lo4i -.lo6na -.lo8o -.lo6ri -.lo8sa. -.lo4se. -.lo6te -.lo4va -.lo3ve -.lo4ve. -.lpe4 -.lu4d -.lu2e -.lu4na -.lu6pa -.lu4pe. -.lu6ra. -.lu4re. -.lu6se. -.lu4ta. -.lu9tas -.ly4de. -.lyd3s -.ly8e -.ly8ge -.ly4se. -.ly4sk -.ly5s6e -.lys5s -.ly8str -.ly4te. -.ly4ve. -.l^^f88de. -.l^^f86en. -.l^^f88ne. -.l^^f86pa. -.l^^f84pe. -.l^^f8v5i -.l^^f8ye5ne -.l^^e58ma -.l^^e55re -.l^^e56re. -.l^^e54te. -.m8 -.ma4ge. -.mag9r -.ma3ka -.ma4ke. -.mak6t5at -.makt5s -.ma4le. -.ma4li. -.ma4na. -.ma4ne. -.ma4ni. -.ma4ra. -.ma4re. -.ma4ri. -.ma4sa. -.ma4si -.ma6st -.ma8ta. -.ma6t8h -.ma4v -.me4d3 -.me6d5ei -.me6d4i -.me6d7in -.me6d5r -.mei5er. -.mei5et -.mek5l -.me6la. -.mel3l6o -.me4l5^^f8 -.me6na. -.me4ne. -.me3ri -.me4sk -.me2ta3 -.me3ta4ll -.mes5ti -.me4tri -.mi6kj -.mi4le. -.mi4me. -.mi4ni. -.mi4nik -.mi6nise -.mins5ki -.mi6s3t4 -.mne6 -.mo5de -.mo6er -.mo4na. -.mo8ne. -.mon4st -.mons6t5r -.mor5d6e -.mo4re. -.mor3t6a5 -.mo4se. -.mo4ta -.mo4tek -.mo4ter -.mo4tr -.mo5v -.mu8ga -.mu8ge. -.mu6le. -.mul5es -.mur7 -.mu5r8e -.my8ka -.my4ke. -.m^^f84re. -.m^^f85res -.m^^f82t -.m^^e56la. -.m^^e5l3o -.n8 -.nabo3 -.na6ge. -.nak2 -.na8ke. -.nan5s -.na4r -.na4sa. -.nat2 -.na3tr -.nat6tr -.ne4de. -.ne4den -.ne4d5i -.ne4d3r -.ned3s4 -.nei5e -.ne8pa. -.ne6pe. -.ne2s -.ne4t -.ni8ar -.ni6er -.nig4l -.ni4na. -.ni5o6g5 -.ni4pa. -.ni6pe. -.ni8sa -.ni6se. -.nita9 -.ni4to -.ni4va -.no6de. -.no6e -.no8ka -.no4me. -.no8mi. -.no4r -.no8se -.no8si. -.no4va. -.ns6 -.nt4 -.nu4e -.ny5a -.ny8sa. -.ny6se. -.ny4te. -.n^^e6r9ast. -.n^^e64re. -.n^^f8d4d -.n^^f84re. -.n^^e56da. -.n^^e54de. -.n^^e56le. -.o6 -.obo5e -.od4da. -.od4de. -.od8la. -.od8le. -.offsi6 -.of4te. -.of5teb -.og4 -.ok1k -.ok8ka. -.ok8ke -.ok4se. -.old3s -.ol4ga. -.oli5 -.ol8la -.ol8le. -.ol6m -.om1 -.om4ar. -.om6bo. -.om4e6n -.om4g^^e5. -.om4me -.om5s2 -.on4de. -.on5des -.ond3s -.on6kl -.on6na -.on8ne. -.op5ar -.op4pa -.op4pe -.opp7el -.op4pi -.opp3l -.oppla8te. -.opp5s6 -.or4da -.or4de. -.or4del -.or4dr -.ord5s4 -.or5ga -.or6ka. -.or4ke. -.or6me. -.or4re. -.ort6 -.or6va -.osa5 -.os4k -.os4s -.os4te. -.ot5r -.ot7t8a -.ot4ta. -.ot4te. -.ot4tes -.ot3to -.ot4to. -.ove6 -.over3 -.overen6d -.over3i4 -.over5k8 -.ov8re -.ov5u -.p6 -.pa8la. -.pa4le. -.pa5n6e -.pa6n7eu -.pa5n6i -.pa6re. -.pe3do -.pe4ke. -.pek5t -.pel4sj -.pe4ne. -.pe2p -.pep3r -.pe8sa. -.pese5t -.pe4st -.pi6le. -.pi6p -.pi9ra -.pi2s -.plen5g6 -.plus6s5 -.plus7s6e -.pl^^f87se -.po4et -.po3la -.po8la. -.po4le. -.po4log -.po2p1 -.po2p2e -.pop3p -.po3p2u -.po8ra -.po6re. -.po4res -.po6st -.po8ta. -.po6tek -.ps2 -.p^^f8n3 -.p^^f8n9s6 -.p^^e55d6 -.r6 -.ra6da. -.ra6et -.ra4ga. -.ra4ge. -.ra4ja. -.ra4ka -.raks7 -.ra2m -.ra4na -.ra4ne. -.ran7s6a -.ra6pa. -.ra6pe. -.rap4s -.rap5s4e -.rap5s4o4 -.ra4re. -.ra6sa. -.ra7ti -.ra6va. -.ra4ve. -.re4al -.re6da. -.re4de. -.ree6l -.re7ela -.rege4l -.re4gi. -.rei2 -.rei7de -.rei5en -.rei5er. -.re4ins -.re6ka. -.re4ke. -.re8klar -.re8kle -.re4kli -.re6kn -.re8le. -.re4ma. -.re4na. -.re4ne. -.ren6sk -.ren4t -.rep5s -.res9s -.re5s6tan -.rett7s8kri -.re4ve. -.re4ves -.rev9n -.ri2d -.ri8e -.rie5ne -.ri6ka. -.ri6ma -.ri4me. -.rins9ke -.ri4pa. -.ri4pe. -.ri4p5o -.ri4sa. -.ri4se. -.ri5sko -.ri4s3^^f8 -.ri4ta. -.ri6te. -.ri6va. -.ri4ve. -.ro4an -.ro4de. -.ro8di -.ro4e -.ro8ke. -.ro4ma. -.ro4mi -.ro6pa -.ro9par -.ro3pe -.ro4pe. -.ro4sa -.ro9sar -.ro4se. -.ro4sed -.ro4ta. -.ro4te. -.ro4tek4 -.ro8va -.ro3ve -.ro8ve. -.ru8ga. -.ru4ge. -.rug9le -.ru8ka -.ru4na. -.ru4ne. -.runes6 -.run7g -.ru4se. -.ru4sk -.ru8va. -.ru4ve. -.ry2e -.rye7ne -.ry6ke. -.r^^e66ge. -.r^^f87du -.r^^f88la. -.r^^f88le. -.r^^f84re. -.r^^f81v -.r^^f88va. -.r^^f84ve. -.r^^f8y7e -.r^^e58da. -.r^^e54de. -.r^^e54en -.r^^e58er. -.r^^e56ka. -.r^^e54ke. -.r^^e56na. -.r^^e58sa. -.s6 -.sa4ge. -.sag6n -.sa4la. -.sa4le. -.sa4me. -.sa4mer -.san6d7 -.san7d8e -.san7d8i -.san8s7ku -.sch6 -.se2b -.se2e -.se4i -.se4k5l -.sek4s5o6g5 -.sel4v5 -.sel4v5i6 -.se6na. -.se4ne. -.sen7s -.se4ra. -.ser7vel -.se4te. -.sha8kar -.sha9ke. -.si2d -.si6er -.si6ga. -.si4ge. -.sik5k6e -.si8la. -.si4le. -.si4ne. -.sinn6s5 -.si4ra. -.si5str -.si4va -.si4ve. -.sje4i -.sju5o6g5 -.sk4 -.ska7ka -.ska5ke -.skat4 -.skei5d -.ski6n -.sko7de. -.skog5u -.skudd5s6 -.skudds^^e57 -.sku6m5 -.sky6f7la -.sk^^e55ra -.slim5 -.slotts5 -.slu9ka -.slu5ke. -.sl^^f85se -.sma4s -.smas5k -.smo9g -.sm^^e5a4 -.sm^^e59l -.sm^^e55t6e -.sm^^e53t4r -.sn4 -.sne3 -.snitt5s6 -.sn^^f83k -.soa8 -.so8de -.somma4 -.son6a -.sop4pa -.sor4t5 -.so4ta. -.sp6 -.spa5ra -.spe6e -.spi9la -.spri5s6 -.st6 -.sta9ka -.sta5li -.stat4s -.sted4s -.ste4i -.stein7a8 -.stein7s8 -.stem4m -.stev9na -.sti7me -.sto5ne -.sto6ra -.strek5s6 -.stu8a -.stu9va -.st^^e5l5l6 -.sund5s6 -.su4ri -.su5te -.sv8 -.sva5la -.sva5ra. -.sva5re -.svar5s -.sver8n -.syd5 -.sy5d6e -.sy6na. -.sy4ne. -.sy5ter -.sy3ti -.sy6v5 -.sy6v5o6g5 -.sz6 -.s^^e62 -.s^^e6r1 -.s^^e6r3e4g -.s^^f88ka -.s^^f84ke. -.s^^f8l6v5 -.s^^f8r3a -.s^^f8ye5 -.s^^f8y6en -.s^^e55pen -.s^^e53re -.t8 -.ta4ka. -.ta8ke. -.tak9r -.tak5sk -.tak7sp -.ta4la. -.ta4le. -.ta4les -.tal4li -.tam5m -.tan5de -.ta4p5r -.ta4ra. -.ta4re. -.ta2s -.te4e -.te6i -.tei9er -.te8ke. -.te4ma. -.te6o -.te8ne. -.te4se. -.te7si -.te4sta -.te4str -.ti8a -.tid5r -.tid6s3 -.ti4de. -.ti4e -.ti4g3r -.ti4ki -.ti4l5 -.tili6 -.ti4med -.ti4na. -.ti4ne. -.ti4p5l -.ti4s -.to5arm -.to6en. -.to4er. -.to6et. -.tokk8 -.to6le. -.to6na. -.to5o6g5 -.toppla8ga -.to4ra. -.to4re. -.to6reb -.to3ro -.torsk6e5 -.tor4s5v -.to5rye -.to4str -.tota9la. -.to5t8 -.to8te. -.to6va -.to4ve. -.tra7c -.tre3b -.tre5o6g5 -.tre6skja -.tres9kjare -.tre3s8ko -.tre3sp -.tre5s6t -.ts2 -.tsj2 -.tu4en. -.tu6na -.tu4ne. -.tu6ra. -.tu4re. -.tu8ve. -.tve6n -.tver6r5a6 -.tv^^e57g -.ty6da. -.ty4de. -.ty8et -.ty8re. -.tyr8s9 -.ty5ter -.ty5ti -.t^^e64re. -.t^^f8v9d -.t^^f86ve. -.t^^f89ver -.t^^f85vet -.t^^e55ker -.t^^e54le. -.t^^e5p9n -.t^^e55ren -.t^^e57ret -.u5a6 -.u1b2 -.u6berg -.u3d2 -.u7de -.u3e6 -.u4er. -.u6era -.u4ere -.uf4f -.uf8sa -.u4ga -.u5gi -.ug6la. -.ug8n -.u1i -.ui6m -.u1k6 -.u4ka. -.u6ke -.u7kn -.u3le -.u4le. -.ule8k -.ulen4d -.u6lende -.u8lene -.u6let -.u4lin -.ul6ka -.ul4ke. -.ul4la. -.ul8le. -.ul8ma. -.ul4me. -.ul4ne. -.ul5t -.ul6te -.u1lu -.ul4v5i -.u1ly -.u3l^^e5 -.u5ma -.umu7 -.u2n -.unde6ri -.und5r -.une8 -.u5nek -.u9net -.un4ge. -.un2n -.unn3s -.u3no -.un4se. -.un4t -.u5nu -.u1o -.u1p -.u4pi -.up2l -.u2ra -.u5raf -.ur6an -.u6rane -.ur4d -.ure4n -.u4ret. -.u6rets -.u2r2i -.ur4ke -.ur6na -.ur4ne. -.u1ro -.ur1s -.ur8ta -.ur4te. -.urte5m8 -.ur6tet -.u5rut -.u3ry -.u5r^^e5 -.u1s2 -.u4sa. -.u4sas -.u5se -.u3ska -.u5sn -.u7sp -.us3se -.us6t4 -.u7stek -.u5stel -.usy5r -.u2t -.uta4g -.ut5age -.u3tak -.u4ten. -.ut5esk -.ut6e7sko -.u4ti. -.ut3kan6t5 -.ut4ne. -.u5tol -.ut3ov -.ut6rer -.ut6rov -.u3tr^^f8 -.ut6se. -.ut4si. -.ut3t4 -.u3tu -.v6 -.va4da. -.va4de. -.va6ga. -.va4ge. -.vai4 -.va4ke. -.va8la. -.va4le. -.va6les -.valg5s -.va4ne. -.van4n5 -.vann5s4 -.va6reta -.vari4e -.var5sk -.ve8en. -.ve4ga. -.ve6ge. -.ve4g3i -.veg3s4 -.vei3s -.vei4ta -.ve4l3 -.ve5l4ar -.ve6l5art -.vel5d -.ve4l3e -.vel5l -.ve5l4os -.ve4l5ov -.ve4ly -.ve8l^^e6 -.ve4ne. -.ve4net -.ve4ra. -.ve4ras -.ve6re. -.vermo9 -.vers4t -.ver5ste -.ve4sl -.ve4st -.vete5 -.ve8te. -.ve4ve. -.vi4da. -.vide4 -.vi6de. -.vi4d5^^e54 -.vi2e -.vi4ka. -.vil5l6a5l -.vil5l6a5t -.vi6ma. -.vi8me. -.ving7s -.vin5n -.vi4sa. -.vi4se. -.vi6seri -.vi4ta. -.vi4te. -.vi5tr -.vok4s3 -.vok5s6e -.vo6r -.vo6ta. -.vy4 -.vye5ne -.v^^e64ra -.v^^e64re. -.v^^e54d -.v^^e54r3 -.v^^e55r4e -.v^^e56r5eng -.v^^e56r5er -.v^^e56r5et -.wa4r -.wi6e -.xe2 -.y6 -.ye4 -.yn8da. -.yn4de. -.yn6ge. -.yn8ka. -.yn6ke. -.yn4kv -.yns2 -.yp8pa. -.yp4pe. -.yr8ja. -.yr8je. -.yr8ka -.yr4ke. -.yrkes5 -.yr6t -.ys4 -.ysterie8 -.yt9ren -.yt5t -.yt6te. -.yv6 -.z4 -.zj8 -.^^e68 -.^^e6re4s5a -.^^e6re4st -.^^e6t4te. -.^^f86 -.^^f8g8la -.^^f8g4le. -.^^f8i5 -.^^f8i6e -.^^f8ko5 -.^^f8k6ta -.^^f8k4te. -.^^f8l3s6 -.^^f8l3v6 -.^^f8m4me. -.^^f8res8t -.^^f8r4je -.^^f8r5k -.^^f8r8na. -.^^f8r4ne. -.^^f8r6ski -.^^f8r9sm -.^^f8r3st -.^^f8r8ta -.^^f8rt9an -.^^f8r8te. -.^^f8s2 -.^^f8s4t -.^^f8v4d -.^^f8ve4r5 -.^^f8ve4r6s -.^^f8v4re. -.^^f8y6de. -.^^f8y2e -.^^f8yele8ge. -.^^f8y5ene -.^^f8y4n -.^^f8y6na -.^^f8y6ra -.^^f8y4re -.^^f8y8rer -.^^f8y4str -.^^e52 -.^^e56e -.^^e56f -.^^e56g -.^^e56k4 -.^^e58l -.^^e5l6t -.^^e5l8ut. -.^^e58m -.^^e5n8da. -.^^e5n4de. -.^^e5nd6s5 -.^^e5p6na -.^^e5rs3k -.^^e56se -.^^e5s3k -.^^e5s7l -.^^e5s3m -.^^e53st -.^^e5s5v -.^^e54t -.^^e5t4te. -.^^e5tte5o6g5 -.^^e56v -a1ad -4aaf -a3aft -aa4g -a1aks -aak5v -aa3la -aa2m -a1a2n -a6an. -aans9t -a7antr -a1ap -aa4ri6 -aarie9ne -aar5n -aa2s -3aase -aa5t6h -a1av -a6bab -ab7av -ab9b8l -ab4but -abe4lei -abel5t -abe9na. -abes9ka -a5bh -abie6 -abi9er -abi9la -a4bist -ab1l -ab9lara -ab4lok -abl7u -a5bo9a -abo3b -abo3e -a3boer -abo3kl -a3bord -5aborte -ab1r -ab8re -ab2sl -abu5e -a4buel -a4buf -a6busk -a4bute -a4by. -a4byb -a4byk -aby3r -8ac -aca5 -a6ca. -ache3a -ack3 -a1co -6ada -a5dal -ad5ant -a4dart -ad9da -a2deb -ade5i6s -a2dek -a4del -a4d5elv -a5dend -a3dene -a2deo -a2dep -a5der. -aderle7 -a2des -a5de4ser -a3desl -a3det. -a3dets -3adfer -1adg -ad8ge -adi4ene -ad1j -1adju -2adl -1adm -ad5n -ado7a -a4dob -ad7opp -4ador -a7dora -ad5raf -ad7ran -a2dre -ad7rel -ad5rep -ad3ret -ad3rid -ad1ro -a7dr^^f8 -ad4s5amt -ad4si -adsle6ge. -ad5s4let -ads5te -ad5s6tek -ad3str -ad5un -1adv -adva5re -2adve -a4dy. -a4d5^^f8y -2a1e2 -4aea -a4ed -ae3de -aed7r -aek5t -a4el. -ae5la -ae3li -ael5o -aen5t -a3ep -aes8ke. -aes4t -6afa -6afc -a4fe. -afei5 -af4fan -af4fei -affe3s -af7fi. -affi3d -af5f4u -af4i -afia1 -afi5an -a2fib -a6f5inn -afi7re -a4fiti -a5fjo -af9la. -af9lar -af3le -af5li -a4frik -6afo -afo7ra. -afo7r8e -afore5ne -afra5s -1afri -afs1l -aft5ei -af4t5e4l -af6t5o -aft1s4 -af5yr -af^^f84r -af^^f85ri -4aga -a2gaa -a5gae -a4ganf -agang7s8 -a4gart -a5gas. -aga6ve. -ag5de -a7gelen -a2gem -3a4gent -age4r3a -age6rek -age5risk -a7gers -a5geru -age5s2 -a4geta -a4g^^e9 -ag5gar -ag4gas -ag5ge -agg1s2 -agg7u -ag6gut -a4gi. -ag5id -agi6s -ag1la -ag4lem -ag6lesa -ag5l^^e5 -agmo8e -agn5om -4ago -ago5d8 -ag1or -a5gos -a3got -ag5ov -ag7ras -ag1re -ag1ri -a3gru -ag1r^^e5 -ag4samb -ags4ang -ag3s4ei -ag4sel -ag3sem -ag5s6ing -ag6sju -ag4ska -ags4kul -ag2sl -agsm^^e56la -ags3tr -ag2sy -a6gu. -agu3ay -ag^^e58va -ag^^e58ve. -a1h -a5hi -ah4n5 -ah4v -ai1a4 -ai3e2 -ai3er. -ai4is -ai5ke. -ai5ko -ai9kv -ai5ne -a3ing -a1inn -ai4n5o4 -ai1ro -ais4e -ai4s3k -aisk2h -ai8sm -ais6om -ais5s -ai5s4v -ai5ve -ai5^^f8 -a1j -aja9d -a7je -a8je. -ajes7 -a4j^^e9 -a4ji -a6jl -6ak. -a1ka -4aka. -1a2kad -6akaf -ak3aks -6akan -4akar -ak6arb -aka4t5r -ak4au -2akd -2ake -a9kec -a2keh -a3kei5 -a6kek -akel8e -akelei9er -ake5l4i -ake4rek -a4ker^^f8 -ake5sm -akes6p -a8kete -akhe6n -4a1ki -a6kid -a6kik -ak7ind -akis1 -2a1kj -akk6and -ak5ke. -ak3ken -akk5erst -ak4kes -akki4 -ak5kim -ak4k5is -ak6kj -ak1ko -akk3ol -ak6k5ri -ak1ku -ak4kul -ak4k5v -2ak1l -ak3lev -ak6lik -ak6lus -6akn -ak5ne -a5kno -2a1ko -ak5om. -a5kon -a7kos -ak1o2v -ak4pe6 -akra8sa -ak5reg -akregi4 -ak3res -ak3ro. -ak3roe -ak1ru -ak4s5and -ak4sek -ak4s5elv -ak4ses -ak7s6id -3aksje -ak2s1k -ak7sku -ak6sl -4akso -4aksr -aks5ti -ak5stol -aks4tr -akst7ren -4aksu -ak4tab -ak4tai -ak4tak -akta6le. -akt5all -ak6tam -ak6tans -ak4tap -ak4tas -ak4tav -ak4teg -ak4tek -ak5teme -4akth -7aktig -ak5tit -aktle6ge. -ak2tr -ak6tre -akt3r^^e5 -akt5s4la -5aktue -akut2 -2akv -ak3val -ak5^^f8l -a5k^^e5 -8ala. -al7adr -ala4g -ala9ga -a5lagm -alag8ra -a5lah -a1lai -al3all -al3a4me -al3ana -a3land -a5lande. -a5lane -alan5gr -al3anl -al3anv -ala5pr -a5lar. -a3lara -a5laren -al3ark -a7larl -3a4larm -al5arr -a5lars -al3art -a7larv -al3a4si -2alat -ala7tr -4alau -al5auk -al1av -ala4va -al4ba. -albo4g -albu7er. -5album -al3de -al7der -4aldo -ald3re -2ale -a2lef -a2leg -a9leg. -aleie6n -a9l8eik -a5leke -a4leks -a4leli -a2lem -al5e4mu -al8en. -a4l3enh -a4l5en5tr -ale4pos -a7lept -a4lered -alere6de. -a4le5ro -a4leru -ale1s2 -ale7se -a4lesk -ale6s5kr -a4lesl -a6lesu -a4leta -a4le3te -a2leu -ale5v -a4leva -a4levi -3alfab -2alg. -al3geb -al2gu -al4g^^e5r -al3ill -a2lim -a9lin. -ali5na. -a4l3ind -a4l3ins -al3int -al9ja. -al3je. -alj5end -al3jer -al1jo -al4jor -al1j^^f8 -alj5^^f86v -al9kera -alk7s6 -alla4ga -alla6ge. -al4lap -all5art -al5lea -alle6ge. -al4lek -al5len. -all5erst -alle3s4 -al4lest -al5let -3allia -al4lid -5alli5e -alli9ne -al6list. -al4lo3m -all4sen -all4sti -al6lul -al6l^^f8s. -al4l^^f8se -al8l^^f8st -al6l^^e5 -al6mek -al4met -4aln -a5lo. -al1o4b -a5loi -al1om -a1lon -al3ope -al7ord -alori5 -alo6rit -al3ove -alow7 -alp2 -al3ps -2als -al7sed -al9skap -al7skare -als1l -als5l^^f8 -al2sn -al6spu -als4te -als6ter -6alsu -alt6ak -alta8le. -al3ted -al7tema -5alterna -alte4t -al4t5eta -al4t5ete -al4t3op -a4l5u4k -alul8la -al5und -alu8re. -al5va. -alv5aks -alvak8se. -al4ved -al5v6er -al8v9er8m -alve5s -al9ves. -alvi8se -al1vo -alv3s -6a1ly -a2l5y4te -al^^f85se -al3^^f8v -a1l^^e5 -al7^^e56t -a4mah -ama5is -a2mak -a5maki -am3aks -a2mal -am5ald -a3man -a3mar. -a5mara -a7mas. -amaso7 -3a4mat^^f8 -am4bar -3ambas -am4bat -am5be -a2mei -am3eie -a3meis -a2mek -am3eks -amen8de. -amen4s3 -amen6t7arv -ame4ram -a4meret -3a4meri -4amerin -ame5u -amhu7 -2ami -ami7na -ami7ne -amisk3 -amis4ku -am4lese -am6lest -am4mad -6amn. -am4ned -a2mo -amo5e -am1op -am1or -amo6ve -am4pap -am4pare -amp5ei -am8peria -am6perie -ampes6 -amp7inn -am2p3l -am5p4let -am4p4re -am4pun -am2p^^e5 -amru4 -am5r^^e5 -am1s -am7s6ku -ams4l -amst6 -am4s3tr -ams9ut -ams2v -am4s5ve -am2s^^f8 -am3ti -amti5da -5amtm -am7tv -am6ul -am5yr -am5^^f8y -6ana. -anak8te. -ana3la -anal4f -3analy -8anan -a3nane -a5nang -anant8 -4anar -a6narb -an5art -ana3to -6an7au -anaus7 -an9av. -3anbef -4and. -an4da5m6 -anda5ta -an4dek -an5den -anderle7 -an9det -6ando -an4dos -4ands -and4sel -and8send -and7slet -and5s6tre -a2ned -an5egg -a4n5elv -a2nem -2anen -2aner -ane3ru -a5nes. -a4nest -ane5sv -an5e6tika -a5netike -an5e6tikk -an5e4tis -a2nev -3anfal -anf^^f85re. -ang4e -an4ged -an4g5enh -ang5erme -an8geste -an4gi. -5angiv -ang5of -an5gos -an4g9ra -an4gre. -an6gres -an4gret -an4g3ry -ang4sm -angs6tro -angs8t9r^^e5 -angst5y -ang5sva -ang6s^^f8y -ang4t5re -ang5t6ve -an4gun -an4g^^e5. -ania7 -a6nib -a4nisj -an4kana -4anki -4ankj -an4kob -an4kop -an4kos -an2k1r -ankra8na. -ank3re -ank3ut -8an2kv -an4k^^f8 -an6k5^^e56 -2anla -anland6 -anl^^f89pa -ann5ans -an6neme -an5nen -an5ner -an5nid -an4ninn -an4nom -5annon -an4nov -ann4sei -ann4sid -ann6s7k^^e5 -ann3st -ann5sta -ann4s3u -an4ny -an2n^^f8 -a3no. -a9noa. -ano6deb -2anog -a7norm -a6not -a2no4v -ano5va -an3ove -anri7ke -ans5aft -ansa7ka -4ansan -3ansat -an4sek -an4sent -anseri8e9ne -an4ses -3ansik -ans5ind -ans5ins -an4ski -an3skj -ans4k3l -ans6kun -an5sk^^f8 -an6sl^^f8 -an4sn -ans5or -an4s3pi -ansport7s6 -an1st6 -6anstar -ans4te4 -6ans6ti -2ansu -5ansunda -1an1sv -4ansve -6ansy -an4s^^e5 -anta8la -an5t6and -an4tans -an3ted -ant5emi -5antenn -an4tesl -anti7kl -an4tim -an5toi -ant5ord -ant5rab -ant7rom -ant5ryg -ant5s6 -an4tul -antus4t -2anu -anus7a -an5ut -3anven -6anvin -6any -a4nya -a2n1^^e62 -an^^e6r8 -2an^^f8 -a2n^^f8k -an7^^e5 -a1o -ao9a -aog9 -a2oi -ao6k -aon8de. -ao2p -ao4r -a5pea -a7p^^e9 -a1pi -a2pia -ap1id -a6pik -a6pins -a2pio -api6r5 -api7r6e -api7se -ap1j -a1pla -ap3li -ap9lo -ap2ly -4apol -a4pon -a4poo -apo3p -apo5s4ti -a2pot -3ap3par -4appar. -6appare -app9esk -ap5plas -ap4ple -ap5pli -ap6pri -ap3ra -ap5ren -ap5ret -ap3rin -ap2s1 -apsa4 -ap3sel -apse4s -ap8s9l -a3psy -ap4s5^^f8 -8apu -a6p5ut -a1py -ap7^^f8 -a3p8^^f8ls -a5p^^e5. -a1ra -ara9bi -ar5aks -arak5t -ar3alt -a4rami -2aran -a4ranor -a4rans -a4ranv -2arar -a4r5ass -ara5te. -ar5aug -ar7auk -arau9ken -ar7avh -1arb -2arba -arba8ne. -6arbeh -4arben -6arbet -2arbi -4arbj -6arbl -2arbo -arbo8da -2arbr -2arbu -2arby -2arb^^f8 -4arb^^e5 -ar7deb -ar6deli -ardf^^f85re -ard3re -ard5sta -a1re -1a2rea -4arear -a4reb -areba4r -a2red -a2ref -a2rei -are3in -a2rek -a6r5ekt -a4rela -ar7elek -a4reli -ar7emn -a5remo. -3arena -a6r5eng -a4reni -aren5tes -a2reo -a2rep -a6rerel -a4r5erfa -a6rerk -a4rero -a6rer^^f8 -a5res. -ares8ka -ar4et -a7reta. -a4rev -ar7e6va -ar3evn -arev6ne. -8a1r^^e9 -6arf -ar7g6h -ar5g6i -6argj -arg4l -ar7go -arg5stj -2a1ri -aria7ne -a3rib -ariba9 -ar5idr -a4rim -ar3inn -ar3ins -arins9k -ar3int -ari3se -arise4a -a4risto -a2riv -ar4kau -ar3ke -ar4ke5s -ar5kha -3arkit -3arkiv -ar4kle -ar4k5l^^f8f -ar6kod -ark6ste -ark4str -ark7veg -ar4k^^f8y -arla4ga -ar4map -5armb^^e5 -ar4medi -arme7t -ar6metr -ar4minf -armle6ne. -arm^^e56la -2ar2n -ar4nad -ar4nal -arneva7la -ar3ni -ar3no -ar3nu -ar3n^^e5 -a1ro. -aro8de. -a5rok -a1ron -ar1op -aro6pa -a4r1o4r -a1ros -ar7ost -a1rot -ar3ove -ar6ped -ar9po -arp5ret -1arra -ar5ree -ar7resk -arri8e7 -arr^^e56da -2ars -arsa6ka -ars5ans -ar3sel -ar6s5ers -ar4sin -ars5kam -ar5skar -ars5kes -ars7kre -ar4spr -ars6tr -ars4vei -ars7^^e6 -arta4la -arta6le. -ar3te -ar7tele -8artets -art4ha. -art4has -ar4tika -6ar4tim -4artn -4arto -ar4top -6artr -ar6trin -arts5^^f8 -6artu -8arty -ar4tyv -ar1ul -ar1un -ar5u6r -a1rus -ar5utb -ar5utn -arve3s -ar6vete -arvi8sa -arvi8se. -a1ry -ar7^^e66 -ar^^f88ve. -ar1^^f8y -a1r^^e5 -ar^^e58de. -ar7^^e5p -a6r5^^e5t -6as. -4a1sa -asab4 -asak4 -a4salo -as6an -as7aug -asbe2 -a1sc -a2se. -asea4 -a2sed -a2seg -a2sek -as4el -ase5le -a2sem -a6senet -a4senk -a7seol -a2se5s -a6sest -a4sete -a2se3u -as2h -ash5et -as5hu -a4sib -a2sip -a2sir -a7sis. -asis5t -a2siv -as4ja -as5jet. -a6sjett -as5jin -as5jor -as3kar -as5keti -ask2i -as5kis -a5skj -as5ko. -as5koe -a4s5kopi -as3kor -as3kot -a1skr -as7kra -as3kul -a5s6kula -as6kule -ask9u8t -as4kv -ask5^^f8y -as1l -asla8ga -as4lev -as4lit -a1so -a4so. -a2s5om -as5ov -as4pan -as3pe -as7pis -as5pl -as9sa. -as4sab -as4sal -ass5ald -ass5alt -as4sam -as5se. -as4sed -as4sek -asseri7e6 -as4serv -as4ses -as6sifr -as5sing -assi3s -as4sit -as2sj -as6s1k -assku6le. -as2s3n -as5so. -asso9a -as7sos. -as6s1p -as2s3t -as4stan -as4str -ass5tru -as2s1v -as4sys -as4s^^f8k -as2s5^^e5 -as1ta -as6tab -a6stande -a4statu -as5te. -as3ted -as4teg -as4tek -as4t5enh -a1stj -a9stof -a5stok -ast5ov -ast5ren -as4tro -as9tua -astu8ve. -ast5^^f84v -a1su -asu3n -asu9sa -as1va -a6sym -asyn7d -as7^^f8ye -as5^^e5 -4at. -4ata1 -a5taene -at6af -ata8ka. -ata8la. -a4tang -ata9rar -a6t7arv -atas4 -a5tas. -atat8 -a2tau -at5avh -atch5 -a2tea -a2tec -at7edd -a2tee -a4tei -at5eid -at3eig -ate3in -a4teka -ate5k8e -ateke7ta -a6t5ekte -ate7le -at3emb -4aten -a5tene. -a4teni -a4tenu -a2teo -4ater -a5ter. -a6terat -a8terek -a4teril -a2tes -a4t3ett -a4t^^e9 -3atfer -at4ha. -at8has -4ati -atik6ka -atili5 -ati5nea -ati4rep -ati8sta -at3jo -5atlant -atl9^^f8y -3atmos -at4nel -ato5a -ato5gr -at1oi -a2tom -a6t5oppr -a1tor -a5tose -a3to1v -a1tra -at5reg -at3ren -at3rer -a4trif -at3rin -at5rot -a9tru -at5r^^f8s -at5r^^f8y -2ats -at7sje -at7s6kat -at7skj -ats6kul -at2s3^^f8 -4att. -at6tat -4at5te. -at5tens -attf^^f87re -at4tid -atti4s -att5ise -at3tit -att1o -att9o6p -atto6v -at1tr -at4traf -at4t3re -at6trin -att3s6k -att5s8l -att3sp -att3sv -at6tys -at2t3^^f82 -a1tu -atu5e4 -a2tut -at5v -atvi5er. -a3t3w -a1ty -atyr8ke. -a1t^^f8 -at^^f8r3s -at^^f89se -a4t5^^f8y -a3t^^e5. -a7t^^e5a -a1t^^e5e -at5^^e5r -at5^^e54se -at7^^e5t8 -4au. -8a8ua -au9ar. -4au5b -auba6ne. -au3c -au5da. -au9det -au4di. -4a6ue -aue5re -au3est -au6e5ta -au5e6te. -au4gal -au4gas -au4gel -augele8ge. -5aug2n -3augu -au5i -au5keli -au5ket -auk5la -1auk7s6 -au5kve -au6las -au4lat -aul5l -aul8la -au5lu -au9men -au6mo -aum5s6k -aum7s4t -a5und -au5rae -aure5s -au5ret -au5ri -aur5s6 -au1ru -auru4e -au1sa -aus9kj -au6skr -au1so -aus5s -au6s8tas -aus8tett -austi6s -aus6t7ise -aus6ton -au5str -au6stri -au1su -au4sun -au2s5^^f84 -aut6a -au3ta. -au7tar -au5te -1auto -auto5v -au3t4re -au4ty -2aux -a1va -av5ab -a5vae -ava7g -6aval -av3alv -a4v3and -av3ang -a4v5anl -3a4van5s -a9var. -av3art -avar6ta. -4avas -5avbi -1avd -3avdel -2a1ve -a2ve3d2 -a5vede. -a7veil -ave3in -a2vek -a4vela -a4vele -a5veleg -avens4 -a5ver. -ave7ras -aver5d -a6verei -a2ves -a2vev -1avfa -1avg -avi4ar -4a5vig -a1vik -avi9ke -a1vin -a4v5int -2avir -5avisa -avi5sa. -3a6vise -av5ising -avis3t -a5vit -avlu9t -avl^^f85se -6avn -av7na -av4nes -a1vo -a4vok -avo3r -avo4v -av1r -av4res -av5ri -av1sa -av5seg -avs2i -avsko7g -3avsni -av1s2p -avspe9g4 -avs4te -av5su -av1s2v -1avt -avta9ka -2avu -1avvi -av3^^f8l -4a1v^^e5 -a6v7^^e56l -a1wa -awat4 -a5we -awe9ne -a1wi -ay2a -ay7ane. -ay5ar -ay9s8t -a5y4t -a5zu -azz3o -a1^^f8 -a7^^e56 -1b4a -ba3a -baby5 -ba4bys -ba5cl -ba2d -ba4da. -ba7dan -b5add -ba8de. -ba4deb -ba5den. -ba7dens -ba3di -bad1s -4baf -ba2k -ba5kan7 -ba3kar -bakars9 -ba3ken -ba4k5end -baken6de. -ba3ker -bake3s -ba9ket. -bak9ett -ba3ki -ba8ki. -bak6kers -bak6ko -bak5kr -4bakr -bak4re -ba5kri -bak3ro -bak3sm -bak5sp -bak5s6ti -bak5str -bak3t -bak1v -ba3la -bal7ak -ba4les -ba4li. -bal3j -bal4lag -bal4lan -bal4led -bal4leg -bal4lei -bal4lev -bal4lig -bal6lov -ball5s6 -bal6l^^e6 -ba1lo -bal5t -ba1lu -ban4a -ba4na. -ba5nan -ba5nar -ban9da -ba4nel -ba4nes -ban6kap -ban4kor -bantu5 -ba3re -baret5t -ba3ri -bari6e7n -bark5s -bar5skr -bar5tr -ba5ru -ba5sen -ba4seru -ba4set -ba3si -ba2s1k -bas6sak -bas4san -bassi4 -bassis5 -bas4so -bas4st -bass6tr -ba2st -ba7s8u -ba1ta -2ba1tr -bat6ti -bau9la -6bav -ba5z -2b1b -b3ba -b6bak -b4b5arb -b6base -b3be. -b4beb -b4beda -b2bef -b4beg -b6beh -b2bei -bb3eie -bb5eig -b2bek -b6belo -bbelt3 -bbelte4 -b4bem -b9bene. -b2beo -b3ber -b4b5erf -b4bes6 -b7beska -b6beta -b6beten -b4beti -b6beto -b6betr -b2bev -b8b1h -b3bi -bbi9e8 -b4b5inn -b2b1l -bb7len -bb5op -bb5rek -bbu9ra -bb5ut. -bb5ute -b2by5 -bby3e -bby1k -b4b^^f8 -b6b^^e5 -2bc -2b1d -b2dek -b7den -b4dep -1be -be2au -be4bo. -bebo5er. -bebo9k -be4da. -be9dar -be3der -bedi9e8 -be4dre -bed5red -bed2s1 -bedy9ra -be1d^^e53 -2bee -be5ed -be6ef -b4ef -befa5re -be3g -bega9 -be4ga. -be4gi. -be4gn -be5go -be4g5re. -be4g5rene. -be4g^^e5. -be6ha. -beha7g -behers7 -4behu -beh^^e54r -be6i -be5ke -be2k3i -bek6kel -bekke5r -bek4kes -bek6l -4beks -be4l3ab -bela9ga -bel5eie -bel5eig -bel5ein -be4lek -beli9na -beli9v -belle5sa -bel5let -bel5l^^e6 -be2l1o -bel5s4p -bel7s4t -bel4tag -bel4te5s -bel4t3^^f8 -bel3u -bel5v -bel^^e65re -bel^^e57ne -be4na -be5nat -be3ne -4bened -be4nest -ben5gu -be5ni -ben5s4i -ben5skj -ben5sp -ben5te -2bep -b4er -4berai -be7ras -ber5d -be4rep -8berest -bere5te -ber4ga -ber4g5ende -ber5ges -berg3l -berg3o -ber4g3^^e5 -be5rib -beri5ke -be7ris -ber6kl -ber5na -ber5ne -be1ro -be4ro. -bero9a -berri6 -ber5te -ber5ti -be1ru -beru9sa -ber^^f85v -b4e1s2 -5bes. -be4se. -be5s4i -4besik -6besj -bes5ke -bes6k5n -be3sn -bes7ne -4be3so -beso9v -be5sp -bes3s -bes6s7a6 -bes6sel -bes7si -bes7tens -bes6tes -be5stes. -be6s^^e5 -3b4et -5bet. -be4tab -be3te -4betei -be7tes -beto5ne -be6trar -be6tre. -be4t3ri -4betu -be4ty. -beva5re -be6ve. -bevi5se. -be9vo -bev9r -6be^^e5 -be^^e5n9 -7b^^e9 -2b5f -6bg -2bh -bhu1 -1b4i -bi5ak -bi6bla -bi5ce -bi1d -bi5dee -bi8d^^e9 -bid6r -bidu8 -bi5el -bi6ele -bi5erv -4bifa -bi5g -bi3ka -bik1k -bik6ki -bi5k4l -4bi7kr -bi6la. -bi4las -bi4lau -bi3let -bilet5r -bi4lin -bil3j -bil5la -billa8ga -bil5leg -bil1o -6bi5m -bi4nans -bingo5 -bin4gol -bi7no -4b5int -bio7 -bi3o8m3s4 -4bip -bi4ri5 -bi7ris. -bir4ken -bi1ro -bis2a -bi3se -b5ish -bis6hi -bis7ke -bi5s4la -8bisn -bi4sp -bis4p5i -bis5se -bi1st -bi5s6ta -bis4til -bis5tru -bi3s4v -bi6ta. -bi4te. -bi5tes -bi8ti. -bi4tre -bi6tri -bjar3 -bjek4t5o -bj^^f86r -2b1k4 -b5kh -bl2 -1b2lad -blad3a -bla6f3 -bla8ga -blak5r -bla5me -blan9da -b4lank -blan5ke -b4lant -b1lar -b8larar -b3lat -bla4u -b4lef -bleie5 -blei5er -b4lek -ble4k3a -ble5kes -ble4mo -b3ler -ble7r6a -b6lesa -blesse9ne -b4lest -2blet -bli9ke -bli5ma -bli5me -blings6i -blis3s -b5lj -blja4 -blo6dr -1blok -blom5m -b6lu -blues3 -blu9sa -bly7gl -bl^^e65re. -bl^^e55n -bl^^e53r -bl^^e57sa -bl^^e55se. -2b1m -6bn -b3ne. -b3ner -b7nes. -b7ni -b2o -boa5s4 -bobba6ne. -bob5by. -bob9bye -bo2bl -bob7la -bobs4 -bo3de -bo6din -bo6d7r -bo2d^^f8 -4boef -1boen -bo2er -bo4et. -2bo3f6 -bo4gel -bogn7 -bog1s -2boh -2boj -3bok. -bo2ka -bo6kel -bo4k3et -bok1i -bok1k -bo6kop -bo6k5ri -5bok1s -boksi8da -boks4p -bo2ku -bok3ve -b4ol -bol5eie -bo7li -boli7n -bo7lo. -bo5loi -bo4l5o4r -bol5s4p -bolst6 -1bomb -bom4bel -bom5m -bo6mo -bom1s4 -bo5nap -bon5ato -4bonn -bon5ne -bons4 -bo5nus -boo6 -boom1 -bo1p4 -bo1ra -bo4ra. -bo6re. -bo7rel -bo3ren -bo3ret -bo4rete -bo6ri. -bo3ro -bor6t7ef -bor6tei -bor4tes -bor6t7et -bor4ti -bort5s6 -b4o1s -bose8te. -3boska -bo2sl -bos5se -bo4sto -1bot -bo4ta. -bo4tak -bo4tal -bo6te. -2bo7to -4bot6r -4bot4v -bou3c -4bo1v -bow4e -bo6y -4bp -b7pl -br8 -1b4ra -bra5ka -brak5s -bra5se -bred5sp -brei5e -brei3s -bret7te -b6rev -brevi9er. -bre4vin -bri5a -b4rio -b2ro -bro9ar -bro1s4 -3b4ru -bru5ke -bruk4s3 -bru4na -bru7na. -bru5nes -bru5pl -bru7ren -bru5sa -brus4l -1bry -bryn4s -b4r^^f8 -br^^f85de -br^^e5e6 -br^^e59ne -br^^e55te. -6b1s -bs4e -b4s5el -b5s6i -bsk4 -b4sli -b2sm -b2s1of -bs2t6 -b6st7f -b7s6v -bs^^e55 -6b5t -b7t6s -1b2u -bu4ar -4bub -bu3da -bud5d6h -bu3de -4bu3em -bu4en. -bu9ene -bu4er. -bue5s -bu1i -bu6is -6buki -buk3l -bu5la -bu4le. -bul3le -bun7de -bund4s3 -bun8ge. -bunk3r -bunnla8ga -bunn3s -2bu3o -bu1p -bu6ra. -bu4re. -4bu3ro -bu3ru -bus6e -bu4se. -bus4h5e -busk7^^f8 -bus6sek -bus4sel -bus6sent -bus6set -busse6te. -bus6sj -bus4sn -bus4sp -bus4st -buss3v -bu1st -4bustr -4busy -bu1ta -bu4tal -bu7tem -b5utg -4butst -bu2tu -bu1t^^f8 -4buv -6bu^^f8 -2b1v -4b5w -1by -bya2 -by5al -by9are -by7dep -by4en. -by7ene -by5ens -by2er -by3ers -by4ge. -byg3l -3byi -by1lo -4byl^^f8 -by5n -by1re -by6re. -by1s -5bys. -4byse -6bysi -6bysp -byst4 -by4ste -4bysv -by5tar -by4te. -by1tr -2byv -b^^e65rar -b^^e66rar. -b^^e64re. -b^^e65ren -b^^e65rer. -b^^e65rere -b^^e65res. -b^^e65ret. -b^^e63ri -b^^e64r5is -b^^e63ru -1b4^^f8 -b^^f84e -b^^f87ens -b^^f8f3 -b^^f84kes -b^^f86la. -b^^f86le. -b^^f82n -b^^f8ne5 -b^^f8n6nes -b^^f8n7o -b^^f86re. -b^^f8r4s5k -b^^f8r4sp -b^^f8rs3t -b^^f8rs8ta. -b^^f8rs3v -b^^f85ta -b^^f81v -b^^f8y7ar -b^^f8ye5 -b^^f8y4ene -b^^f8y4es -b^^f8y4et -1b4^^e5 -b^^e54de -b^^e59des -b^^e56e -b^^e57ene -b^^e54la -b^^e51re -b^^e56reg -b^^e54rep -b^^e54s3te -b^^e56s7ti -b^^e56t5j -b^^e56to -b^^e5t5r -1c4a -cab4 -ca4e -ca5le -ca5me -ca5mo -ca4pe. -cap1r -ca6pris -ca3ra -car5n -ca5ro -car4te. -ca2sa3 -ca6set -cash5 -ca5s4til -cas5to -ca1t -cath5 -ca4to. -6cb -4cc -c1ci -c2d -cde6 -cebo9 -ce3d -ce1i -1cel -ce5le -cel4les -cel4lev -3cen. -ce4ned -ce4nee -ce4nem -ce4ne5s4 -ce5nes. -ce4net -ce4nev -5cens -cen4ti9m -cen6to -ce5o4 -1cer -cerba6ne. -ce3re -ce1ro5 -cer3t -6ceru -cest3o -2ch. -cha5le -3cham4 -cha7ne -cha5t -2chb -4chei -chel5s -che7te -chi4li -4ch3h -2chm -4chn -ch5ne -chom9 -2chp -8chs -6cht -ch1v -ci1c -3cid -ci2e -cie8n -cie2s5 -cil5l -ci3ne -ci5ta -2c6k -ck5ar. -ck5art -ck1en -ck3er. -ck4ere -ck5e4t3 -ck5et. -ck1i -ck1k -ck1o2 -ck7r -ck5s2 -cku6 -ckup3 -ck9ut -c2l -clai4r5 -cly4 -c1m -cmini4 -coa6 -coat5 -co6bid -1co4c -2cod -6cof -6cog -co4la. -co4lab -co4lak -co4la5r -co2m -co5ma -com5t -co6n5os -con5s -con7t -co2o -co7pa -2cor -co3r6a -co1re -co4so -4cost -co4ver -c1pr -cr8 -cras4h -crack4 -cre2e -creen7 -cros2 -5cru -4c4s -4c1t -c6ta -cty5 -1cu -4cu. -cu5la -cu5le -cu5lu -cup1l -cu6po -cup1r -cup7s -cu4p^^e5 -2cur -cures4 -cu6t -cy2a -cy6p7 -cys3 -c6z -c^^e65 -1da -4daa -4daber -8dabo -d5abs -6d5adel -d4adg -dad^^f84 -dad^^f8r5 -4daef -2daf -5dagb -da4gev -4dagj -dag7l -da6go. -da4g1r -da6gun -4dag^^e5 -4dahe -5dahl -da1i -2daka -4dako -4dakr -dak4se. -4daktig -da5kv -7d6al5j -da1la -da8la. -da4las -6dalau -dalbu8er -4d5ald -da4les -dal6so -da1lu -da4ma. -da4man -da3mas -da4me. -da3men -6d5ameri -dame3s -dame5t6 -da3mo -dam7pe -5dan. -6danal -d8ane -9dani -2d1anl -3dann -dan5neb -4danno -7dano -d4ans. -dan3sa -dan4sel -dan9s8kan -4dansv -9dant. -9danti -8dany -2da3o -2dap -da3pe -d3app -3dar. -5dara -2darb -dard3s4 -4darea -da4res -d5arn -da2ro -dar5os. -dar5s6 -dar4ta. -dar6va. -dar8ve. -4dasei -2dash -6dasi -4dasjef -da4sk -da9sko -6dastr -6dasu -data5 -4da4tal -data6le. -datali8na -da4tek -7d6ato -da3toa -4da5tr -dats6j -d6aud -daud7s8 -dau5go -2daut -2dav -d5avb -d1avl -d3av5s -4da^^f8 -2d1b2 -dba8le. -dba4ne. -dbe8ta. -dbe6te. -dbling7 -dbo6en. -d6byf -4d1c -6d1d -d2dad -ddag4 -d4dak -d4d5arm -dd3eie -d2dek -dde4lap -dde4l5o -ddel5sv -d4demi -dder5s -d4desu -ddie8 -d7dom -d4d1re -dd5run -ddsa4 -dd4sala -dd4skap -dds5tab -dd3s4te -dds5tr -d2dyb -dd^^f82 -dd^^f8r3 -d4d5^^f8y -dd1^^e5r -1de -2dea -deak3 -de2al -de7b -6debar -4debas -3debat -2debe -4debl -2debo -5debon. -2debr -3debut -2deby -4deb^^f8 -de1c -5ded. -2deda -6d7edd -7dede. -4dedek -4dedel -4dedia -2ded4r -2dedy -2dee -5dee. -de7er -2def -d5eff -d5eft -2deg -6d6e5ge -5degg -de3gl -2deh -5dehavs -2dei -dei4d -dei4ene -3deig. -dei8ge. -5deigen -dei4g5r -5deik -d2e1in -3deir -de5is. -de3ist -7de7it -2dej -8deka -2deke -2deki -2dekj -5dekk -dekk3a -dek4kan -dek4kel -dek2l -6dekly -5dekni -de5ko -4dekod -4dekon -4dekos -2de5k6r -dek6st -deks7ti -deks6tr -5dekt -2deku -4dekv -4dek^^f8 -4dek^^e5 -d4el. -6delad -6delage -de6lans -4delau -4deled -de4lef -4delei -del5ei4d -del5eie -4de4lek -de5lele -4d5elem -de4lest -6d3e4lev -4delid -6delinj -del5int -4delis -4deliv -del4lap -del6lei -del4lek -del6lerf -del6lig -d4els -del4s5at -del3se -delses7 -del4si -del4spo -d4elt -del6tala -del3te -del7tr -6deluk -del5ve -4dely -4del^^e6 -2del^^f8 -del^^f86pa. -6del^^f8y -2del^^e5 -2de5ma -d3emb -2deme -demie4 -4demj -dem8na. -de4mo. -de4mog -5demok -4demol -demo5no -5demos -dem5pe -3demr -5dems -4demu -2dem^^f8 -2dem^^e5 -d2en. -4dena -de7nak -6d5en6den. -de5neb -4dened -6denel -4denem -4denet -4denev -6d5engen. -4deni -4deno -de4nom -d2ens -den4sin -den4s3t8 -den6t5ant -4dentif -4dentit -dent3o -den4tr -dent5s8 -den6t5u6 -den6t^^e5 -4denu -2den^^e6 -2den^^f8 -de2ob -2deol -4deopp -4de3or -de4ove -4depak -4depap -2depe -4depi -4depl -6depu -d2er -de6rant -de4rare -de4rark -5de7rast -dera5te -der3av -der5d -4derea -4dered -de4ref -4dereg -4derep -6deresi -der5est -8derest. -6dereste -4derett -de4rif -de4ril -5derin -de4rin^^e6 -der5k -der5ne -de5rob -4derog -4deros -de5rose -dero8se. -6de7rot -dero4v -der5s6n -der4sp -der3t -der5un -de5rup -6derus -der3v -4der^^f8r -2der^^e5 -de1s -3d6es. -2desa -4desc -2dese -de5seg -des5ers -4desho -desi4s5t -2desj -2desk -9desk. -5deske -4des4le -2deso -2desp -7despl -6de5s6pr -d4es2t -5dest. -5deste. -de5sti -4destj -4desto -4destr^^e5 -4destu -6desty -de4s3t^^e5 -6desup -2desy -des^^e57 -d2et. -2deta -deta8ka. -de3te -4detea -6deteg -6detekk -4detel -4deten -4detep -detes7 -2deti -2detj -4deto -4det6r -2detu -4dety -4det^^f8 -6det^^e5 -2deu -d1eur -5deus -2dev -deva8ne. -devi9er. -3devik -d7ev8n -de5vu -2dey -4de^^f8 -2de^^e5 -2d1f -df^^f86rarar -2d1g4 -d4gel -d5gi -dgi6n -dgj^^f86re7n6h -d3go -2d1h -dhav4s -dheim2s5 -dhu9ga -dh^^f84r -1di -di6ak -di5alg -dia5li -di1ar -dia3re -dia1s -dia7sp -dias6t -diats4 -2diav -2dib -did5ri -di7ell -di5en. -4di5end -di1er -dies4 -3diff -diffe5 -3diful -4dif^^f8 -di8g9and -di4gat -di3ge4s5 -dig7g -2digj -dig8la. -dig6le. -4digren -dig5ret -4digru -di2gu -4dih -4dii -2dij -di5ka -di8ka. -di5kem -2dikj -6dikn -2diko -2di1kr -dik7v -2dili -dil4les -di5ma -6dimed -6d5i6mel -4dimes -4dimet -2dimo -4d5imp -4dim^^e5 -di5na -2d1ind -di7nen -4d5ingk -din3gr -ding8s5en -ding6s5er -din8g9^^e5 -dini4 -di4ni. -4d1inn -2dino -2dinv -4din^^f8 -3diog -7diol -dio3na -dio4no -di3ori -dio5tr -2dip -3dipl -4dired -4direg -4d5irs -5dis. -di6sc -di6sed -dis4i -disie5ne -d6isk -dis6kam -di4skj -dis6k7l -di4sk6o -dis5ko. -dis7koe -dis7ku -dis5s -dis1t -dis7tik -di5sv -dis4vi -2disy -di4tal -di7te -4ditek -dit4tet -ditt3r -di9us. -di4va. -4dival -di7van -4divek -div6i -2divu -2di^^f8k -d1ja -d1je. -d1jen -djer5ve -d7jes. -dje9ve -d6jingan -d6jingar -d1jo -dju8la. -5djup -6djupar -d4j^^f8. -2d5k2 -dka8ra. -dki6 -d5kj -dko2r -dku4le. -4d1l4 -d3la -dla4ga -dland7as -dla6te. -dla4v -d4ledi -d2lef -d4lega -d7legar -dle3ge -dlei7er. -d5leka -d2lel -dlem4st -d4lenet -d4leru -dleva8ne. -d5li -dli4f -dli5ke -d5lo -dly8se. -dl^^f88pa. -d5l^^e5 -dl^^e59re -2d1m -dme6la. -dmo4e -dmors6 -dmo8s -dm^^f84re. -dm^^e56la. -8d1n -dn6a -dno8de. -1do -2doav -do2b3 -4doba -do3be -8do9b8lan -2dob^^e5 -do4da -dod^^f84 -dod^^f8r5 -4doeu -2dof -d3off -d5ofr -dog6med -dog4me5s -2dogr -6do5i -do3ki -4dokine -dok6kan -4dokn -do5le -4doled -doli8ne. -4dolinj -6dolis -4dolj -dol5l4 -4domes -do5mis -4doml -do4mo -dom7p -2domr -dom8sa -dom8s5e6 -dom6s5i -dom4s3k -doms3l -domsla6ga -dom4so -do4mu -do4na. -don5g -4donke -6d7on6kl -don5st -don5t4 -2dop -do4pa. -do4pe. -3dopi -d6o1ra -do5ran -2d1ord -dor4da -do1re -dor6gest -d5orie -dorm8 -do3ro -5dorp -3dorr -dors6 -dor5ska -dor5ske -do1ru -do7rye -5dos. -do4se. -do4set -do1sk -6do7s6l -2doso -4dosp -2dost -do3str -4dotr -2dov -do5va -do5ven -do4ver -dov9n -4do^^f8 -2d1p2 -5dq -dr4 -d1ra. -d5raa -d9rad. -d5rade -1d6rag -dra5gen -dra6kes -3drakt -1dram -5d6rang -3drap. -5drapa -3drape -d3rapp -d1rar -d6rarar -d3rarb -dra6ret -d5rarm -d5rarr -d9ra8sa -9dratt -drau7ma -2dre. -5dreass -2dred -d5rede. -d5reder -dre7d6r -d5reds -9dreg. -9drege. -d3regj -3dreie -drei5en -drei5er. -drei7ern -d5rej -d6reka -d7rekk -3drekt -4drel -d7relig -4drem -d1ren -4drer -d3ret. -d3retn -d6retr -d3rets -drett4 -dretts5 -5drevet -3drevn -4dria -3d2rif -2d1rig -d2rik -d3rik. -dri8ka. -d3rike -3drikk -drik7s6 -d9rikt -5d4ril -2d1rin -dring6 -drit7tr -drit5u -dritun8ge. -1d2riv -3dronn -dro6pa. -drop5s -3d4ros -dro8ta. -2d1rov -dro5va -dro3ve -2dru -3druk -d1rul -d1rum -d3rup -6d5rut -2dryk -drykk4 -d2rys -d4r^^f8m -dr^^f86re. -d7r^^f8t -dr^^f83ve -d1r^^e5d -dr^^e54de. -3dr^^e5p -8ds -d5sa. -d3sabl -ds1ad -ds3a6del -d1sag -dsa9ga -dsak6se. -d1sal -dsa8la. -d4s3alf -d6sall -d9same -ds1a6n -ds5ane -ds1a2r -d2sas -d4satf -dsb^^f86n -d5se. -dse4d -ds1ef -d2s1ei -ds3ela -dsel4s5a -dse2m -ds3emi -d6s7enda -dsen8de. -d4s3eng -d5sens -ds3e2p -d7ser. -d6serf -ds5erk -d4s5e4sk -ds5e4st -ds3eta -dse4te. -d5setj -ds1ev -d2s1i -d3s2id -d7sida -ds5ident -ds3idr -d7sil -ds5ind -d3sir -ds3i4s -dsi4ve -d4s3jen -d2sjo -ds7jor -ds6ju -ds5kab -d4s3kan -ds3kar -d4skat -d8s9ki8n -d1skj -ds5kjen -ds1ko -d5skot -ds3kro -ds1kv -ds1l -ds5la. -ds5lan -ds6lem -dsli6k -ds6lo. -d9slott. -ds4luk -ds3ma -d6smo -dsm^^e56la -ds3ne -ds5no -ds1o2 -d7somst -d4s5os -d7sot -ds1p -d3spek -d3spel -ds2pi -d9s8py -ds5s4 -dst4 -ds3tak -d4s3tal -d3s8tar -d5s4tat -ds6tau -d8s9te. -ds9teik -dste6ma. -ds5teo -d3s4tig -d3s4tik -d5stilli -ds1tj -d3stor -d3stri -dstu8na -d5stund -ds3tv -dsty8e -ds3tyv -ds1u2 -dsure6 -d5s6us -d6s7usk -ds1v -dsva8ne. -d3s4vet -dsvi6ka. -d3syn -dsy6na -ds1yt -d2s1^^f8 -d6s^^f8r -ds1^^e56 -4d1t -d3t4a -dta6la. -dta4le. -dta4s -d3tem -dte4ma. -dt4eng -dterle7 -dte4se. -d5t4et -d3ti -dt6j -d7to -d5t4rag -d5t4r^^f8 -d6t1s2 -d3t2va -dt^^f88 -dt6^^f8k -dt^^f8rs3 -dt^^e54 -1du -dub5b -dub5l -du1c -du9ene -du9ens -due5s -4dufo -3dug -4dugu -duit6 -du6ka. -dul5l -4duly -dums2 -du4na. -dun7de -4d5uni -dun5s6 -dun7sta -7duo -d3upk -3dur -du6ra. -du6re. -du6rei -dur8ta -du1s -du5s4a -du9sem -du5s2i -du2sk -du2sl -du2sp -duss4 -dust4 -du2sv -2d1ut -du6va. -du4ve. -2d1v -dva6la. -dva6lel -dva4ne. -dve6s -dve6va -dve8ve. -d7vo -dvo8r -2d1w -1dy -dy9a -2dyba -2dyf -dy5ke. -4dykl -4dyk^^f8 -2dyl -dy4na. -dy4ne. -4dynk -dynk6s5 -dy3pes -dy2p3r -dy4ra. -dy5reba -dyrle8ge. -dyr5s4 -dy2r5u -dyr5^^f8 -7dys. -dy8sa -4dyse -dy6se. -dys7s -dyst7r -dy2t -d5z -8dz. -1d^^e6 -d^^e6rs4 -1d^^f8 -4d^^f8. -d^^f8d2s1 -d^^f83gr -2d^^f8k -d5^^f8kn -d^^f84ma -d^^f84pe. -d^^f84pen -d2^^f8r -d^^f8r3i -2d^^f8s -d6^^f8s. -d^^f82st3 -d^^f8t3 -d^^f89va -d^^f83vel -d^^f81vi -6d^^f8vl -d^^f8v8le. -2d^^f8y. -d^^f8ya8 -d^^f8y8g -4d9^^f8ys -1d^^e5d -d^^e5d6s5 -d^^e58na. -1d^^e5p -d^^e58ra. -d^^e55ri -d3^^e5s. -d^^e58sa. -d^^e57sem -d7^^e5t. -2ea -e1a2b -e1ad -ea2d1i -eadli5 -e1af -ea2gu -e1a2k -e4akr -eak6se. -e1al. -e5alle -eal8le. -ea4lov -e3alte -ea2l^^f8 -ea4m1 -e3aman -e5amn -e1an -e2an. -ea4ne. -e6a5net -e4ani -ean7n -ea4nor -e6ans. -ean3sl -e1ap -ea4pe -e1ar -ea2re -ea5rer -ea5ret -ea5r4i -ear6ka. -ear8ma. -ear4ta. -ea2s1i -e3asp -e1ass -ea7ta -e5a4tel -eate6ren -ea4t3et -eat8h -eat6le -e8ato -ea5tri -e1att -e1au -eau6ga -eau6ge. -eau8ra. -eau6re -eau5s -eau8sa -eau8se. -e1av -eav8la -eav8le. -2e1b2 -eba3d -eba4ne. -eb3be -eb4be. -ebe4d3e6 -ebei7er. -eben6s5k -ebers6 -ebesku5 -ebet5s -eb3h -e5b6lo -ebl^^e65 -ebob3 -ebo4da -ebo5ers. -ebo6kr -ebo6la -eb5s -ebu4e5re -ebu5ern -ebu6et -eby4ta -eb^^f86n -2ec -e4ca -ec4c -e1ce -e5cha -e3com -e2dad -ed5ad. -e5d4ag -e2dar -ed3ark -ed3arv -ed7dela -ed4dyr -e3de. -ed5e6ge -ed5eg4n -ed3eie -e4deks -ede8le. -e4denf -e8d5eng -eden5t -e6depr -ede4ra -e4der^^f8 -e4desk -ede4sl -ede4sm -e4desn -ede4s5p -ede4ta -e6d5ett -e8d^^e9 -e5d6ia -edi6a5ne -edi4ene -edi6gj -ed4is -edi3si -edi4s5k -e7div -edle6ge. -ed8ob -edok8se. -e4dol -ed1op -ed1ov -e1dr -ed2ra -ed3reg -e5drev. -ed3rom -e6d5ryg -ed7ski -ed3skr -ed3s4la -ed2sm -ed5ta -ed3te -edt6r -edu8a -ed7va -edvi6s -e3dyk -ed5ynk -edyr6ke. -ed^^e64 -e3d6^^f81r -e3e2 -eea7 -ee3b -e2ed -ee3di -eeg4ga -eeg6n -ee5g^^e5 -eei4d -eei7ni -eek1e -eek4te -ee3la -e5e4li -eem6na -ee4n -e5enb -een3in -een6k -een5t -e3epl -ee8ra -eer3en -ee3ri -e4er3l -eer4me. -ees8ka -ees6ke. -e3e6t -eev4ne. -e1f -4efa -efal6s9 -e4fana -ef3ank -e4fark -efar6s5 -ef7ea -ef5ef -ef3fe -3effek -ef3fo -4efi -e4f3id -e5fig -efi7ren -efisken8 -4e3fj -2efl -efle6ge. -efl^^e53 -e2fn -efo8bi. -efo4no -ef2sj -ef2sk -ef2sp -ef6str -e8ft -ef2ta -efta5r -eft5ei -ef5ter -eftle8ge. -eft1s4 -6efu -efyrs5 -e3f^^e6 -4ef^^f8 -ef^^f85le -ef^^f8y9 -2ega -e3gaf -e6gala -e7gam -ega4ve. -egde8l -eg7des -e5gedo -egei9e -ege4let -e2gem -e3geme -egen5s -e7geom -e2ges2 -ege5sp -eg9gen -egg3l -eg8g9ut -egi3an -egie2 -e4giko -egis4p -e3g6lad -e3g4led -eg7lesa -e5g4lit -eg7ly -e5g6l^^f8 -6egm -e9g8nag -eg4nem -eg6no -e7gn^^e5 -4ego -e4go. -7egoi -eg2r -egrans5 -e7g8r^^f8 -egs4am -egs4ki -egs4ta -e1g^^f8 -eg^^f8y6e5ne -4eg^^e5 -eg^^e54va -eg^^e54ve. -e1h -ehea4 -ehei9e -eh5er. -e4h5ere -eh7ern -eher4s -ehog5 -ehov2 -ehy6re. -eh^^f88va -e6h^^e5. -2e8ia -e9iakt -ei9a4n -ei7ar. -ei4c -e8id. -ei3d8ar -e3idea -e3ideo -ei9der -ei5det -5eidf -5eidg -e6i2do -e1idr -ei3d4u -ei7e -eie5d -ei8eg -eie2n -ei9en. -eier3a -ei4ert -ei6es -ei1fl -8eig. -ei3ga -eig6e -ei6gev -ei5gi -ei6gra -ei6gu -4eii -ei5kaa -ei3ke. -ei6kee -ei6keh -ei4kel -ei6keri -ei4ket -ei1kr -eiks3a -eik6se -eik4so -4eil -ei9led -eil5egg -e3illu -ei3lo. -ei9loa -eil5op -ei5los -eil5s6 -4eim -ei7ma. -e5imag -ei4m5a6l -ei4med -ei6mei -ei7men -ei4me5s -ei4met -eim9ett -ei6mo -e1imp -ei4n3al -ei4nans -ein5ant -ei7nare -ein1d -e3indu -ei5ned -ei7nel -ein9f -einga6 -ein3gr -e4ini -ein3k4 -e5inkar -2e1inn -ei4nom -ei4nov -einsi9d -ein4s3l -e4inspi -ein7sto -ei2n1u4 -ei2n3^^f8 -ei5or -ei9pa -ei3pe -eip5s -2eir -eir9ak -ei7ren -ei3ri -eir5s -2eis -ei5sar -e4ise -ei3se. -eise5i -ei3sen -eiseri9e8 -ei3s4ha -ei4sil -e3isk. -e3iske -ei6s3kj -eis3ko -ei3s4pe -ei4spi -ei4tek -ei4tera -ei4tere -ei2to -eit7ta -ei6t7ut -ei3tve -ei6t7^^f8 -ei4vak -eiva9r -ei9ven -ei3vi -eiv5s4 -e1j -ejo8en. -eju6la -4e1ka -ekali7 -ekalie6 -ekam6s5 -eka6ra. -e5kavr -ek3eie -e4kero -e4kes -ek5e4ta -e6key -e5k6hov -e1ki -e4ki. -4e1kj -2ekk -ekke7le -ekk9ist -ek1kj -ek4kj^^f8 -ekk3l -ek5kok -ekko5v -ek6ku -ek4ky -e1kl -e8klane -ek6leg -e6klen -ek5let -e3klu -e5kl^^e6 -ek2l^^f8 -4ekn -ek9na. -e3knek -ekne7s -ekni7p -ek3no -e3k4nok -e1knu -e5kn^^f8 -e1k2o -e4ko. -eko7le -eko6te. -e4kov -2e1kr -e3k2ra -e3k4red -e7kref -e3kren -e4k5ret. -e5krets -e5k4rev -e3k2ri -e3kro -ek4ry -e3k4r^^e5 -ek5r^^e5d -ek3s4ak -ek4sal -3eksam -ek3sel -3eksem -ek4sig -eks1k -ek4ska -1eksp -eks5pe -ek4sta -ek7s6tel -ek3sti -ek5stil -ekst5o -ekst3^^e5 -ek4s^^e6 -ek6t7arm -ekt3av -ek3tef -5ek3tep -ek5tes -ek6test -ek4tid -ekti5m -ek5tiv -4ekto -ektori6a -ek4t3ra -e1ku -eku4le. -e1k2v -ek4val -ek6var. -6ekve -e4k5ve4d -e4k5vik -ek4vin -ek6vis -3ekviv -e5ky -eky6te. -e3k^^e6 -e1k^^f8 -e1k^^e5 -ek^^e56pa -2e1la -ela4ga -el3agg -e2l1ak -e5lake -elak8se. -el7akt -el1al -el3anl -e4larr -el7arti -e5las. -e5lase -ela4te. -el5ato -el5avl -el3avs -elbo8da -el4ch -el5do -eld4rer -eld5sle -4eled -e4ledi -e4ledr -e3lee -eleg5d -ele7ger -eleg8na -e7leir -e7leis -e5leke -e2lel -e2lem -e5lem. -e5lemat -5elemen -e5lemet -e3lemm -4elen -ele9na -e4l5enh -elens3 -e4lentu -e5lepa -2e3ler -ele8ra. -e7leret -e6l7erg -ele3sk -e6lesku -e4leta -e4lete -5e8lev. -ele4vak -el5fi -el9ga. -el5gele -el5gi -elg3s8 -2eli -e9lie -eli5e6rer -e4lif -e4li5g4r -e4l3ind -elin5es -e4linsp -eli6o5s -eli8ta. -eli4tet -eli6v7en -el1j -elk2 -el4ke5s -el4kete -el3kn -el5la. -el5l6ar -el4led -el4leg -ell5eie -el5ler -el3le4s -el6lete -elli7ga. -el4lisj -ell7sa -ell5sk -ell5s4l -ell5sp -ell5sv -el5l4ur -el4l^^e6 -el5m4o -el5mu -el5n -2e1lo -elo6ka. -e2lom -e3lomm -el3omn -el3oms -el1op -e2l1or -e3lort -el3ost -el4ot -elo7vers. -e4l5ovn -el4pet -el5ph -elro4s -el4sei -els5eie -el3sen -el3se6s3 -el3si -el4sje -el4skal -7elskand -els5kare -els1l -el6sno -el4spe -el3spr -els4ten -el4sti -el4stj -el2s^^f8 -els5^^f8k -el5s6^^e5pe -elta8le. -el5te. -el6teg -el4tero -el4t5ett -el4t3op -el4tro -elt5rop -el2tu -e3lua -e1lu2e -e3luk -e7lum -el3ung -elun6ge. -e7lup -elu8pe. -e1lur -e7lus -el3utr -elv3an -el4ve3d -el4vei -el6vere -elv1r -5elvs. -elv^^e66re. -4e1ly -ely8et. -el5ynd -2el^^e6 -el^^e65res -el9^^e6rv -e6l5^^e6t -2el^^f8 -e4l3^^f84r -el3^^f8y. -el5^^f8ya -el5^^f8yd -e6l3^^f8yn -2e1l^^e5 -el1^^e5r -e5l^^e5t -4em. -e2mad -emafo5 -ema4ge. -e4magr -e2mah -ema4ke. -e4mako -em5akti -e4maku -ema6le. -5e4malj -e4mam -e4mana -ema4ni. -e6manu -e4mare -em7ar8m -e4masi -e6masku -e4mata -ema3uk -ema5ve -5emball -3embed -embe6r5 -3embet -6emd -8eme -emei9e -eme4li -e4mend -eme5tri -eme6trisk -em5e4v -e4mib -emi5ert -e4mig -4emin -emi5ni -emini6st -e4minor -e6mir -emi9sa -em7je -e5mju -em5le -emle6s -em5me. -em5men -em8mi. -8emnd -em4ne. -em4ned -em4nem -6emni -emo5nol -em1op -e2m3o4v -em4ped -em6peri -em2p3l -emp9lane. -em6pli -empo3 -em4pol -em4pos -em4ses -emse8te. -em4s5ju -em4s1l -em2sn -em4sor -em1st8 -ems4te -ems3u -emta8la -em4til -e3mug -e2muk -e5my -emy4k -6em^^f8 -em^^f88r -e5m^^f8y -em^^e54la -em^^e59lan -em^^e5l4s -em1^^e58r -2ena -en1ak -en3ald -ena5li -en3all -en5and -e5nane -e6n7ang -e4n3ant -e5nar. -en8are -e4narr -en3ass -enat6s5p -ena2v -en3avi -4enb -enbe9na -en4d5and -en4dek -en3del -endel^^f87se -en5demi -en3der -en4desl -end5l -1endr -en4d3ro -end3st -en7d^^f8 -end^^f84r -end^^f8r5e -en5egg -eneg8ga -en3eie -en5eks -e3nekt -4enem -2enen -en5eng -3energ -e4nesk -4enev -ene7ven -eng6a -en7gar -en4gem -en4geri -enge6r5u -en4gle -eng4les -eng4r -eng3s4e -eng5so -eng5sp -engs4ti -en4gut -en4g5^^e5 -4enhj -e4ni. -e4nierk -e2nif -e5nir -en4kera -en4keri -2enna -en9nal -2enne -en4nem -ennes6t -enne4s5v -enn2i -enn2o -enn4sj -enn5sta -enn7^^f8 -2eno -en3ok -en3og -en3om. -en1op -e6n5ord -2enp -en4p^^e5s -en4rem -en5sab -ens5af -en6s7a6ker -en4sek -en4seli -5ensemb -en4ses4 -en3si -ensi8de. -ensi5ert -en4sim -ensle7g -ens6lev -en7s6opt -en7so9v -en1st -en6s7tal -ens4ter -ens4ti -ens7und -ens4ve -ensvi6 -en2s^^f8 -ens3^^f8k -ens7^^e5 -en5ta. -en4tap -en5te. -en4tec -en4teg -en4tel -en3ti -en5tie -en5tig -en5tik -en9tima -en7timen -en4to4r -ent5ori -ent5rab -en4tre -ent5ren -en4t5rol -entropi5 -en4t3r^^e5 -en6tul -entun6ge. -3entus -2enu -e2n7ul -e4n5ur -2en3v -4enw -e4ny. -e2nyb -e6nyr -e2nys -e4nyta -4e7n^^e6 -en^^e68m -en^^f84k -e2n3^^f8v -en5^^f8yd -4en^^e5 -en1^^e5s -en6^^e5s. -e3o6 -eo3a -e6obe -eo2bl -eo5d -eod8de. -e1og1 -eo7gr -e2o1i -e2ok -e3oks -e2ol -e4o7lo -eom1s4 -eon8de. -eo5ne -e7onk -eon4kl -e3ont -eo2p -eo3pa -eo5pl -eopo3 -eopp5r -eo3pr -eor4da -eo5re -e2ori -eo4rid -eori5e6 -eo4rik -eo4ris -eo1ro -eo1s -eos6l -e2o1u -2e1p -epa3t -e6peno -epe6p -eper5r -e3pes -epe4st -e4peta -e6peu -3epid -epi6ka. -epi7kr -3episo -ep2l -e8plen -ep5lene -ep5ler -3eplet -epo6et -3epoke -epp2s -ep6sem -ep4ses4 -ep6s5lu -eps1t -ep2su -e3p2sy -ep6tin -ept6r -2e1ra -e4r3abb -era8da. -e4rael -e2raf -er3aft -e4ra4g -e2r1ak -e3rake -era5kl -eral3u -e4rama -era6na. -e5rande. -e5ra7ne -er7anli -era4no -er5ape. -er5aper -er5a4pin -er3apo -er5appe -e5rar. -e4rarg -e5rasane -e5rasar -e4rasje -e4rask -e6raso -e4r3ass -er6ast -e4ratek -era7tor -e4ratr -er5att -e2rau -er5auk -erau9ken -erau8s -er3av. -er3avh -er5avl -e3ravn -er3avr -er3avs -4erb -erbi9ti -erbo8da -erbo8de. -er8byl -erd2e -er4ded -erden8s -er4dis -er1dr -erd4ra -erd8re -erd4skj -erds3t -erd4sto -erdsto8ga -erd4v -e1re -er3eff -er3eft -er5e4gen -er3eid -er3eie -ere6ka -ere6ke. -e4r3eks -e4r3e4le -ere4lit -e6relli -e4r3els -e9rem. -e5remm -er3emn -er5enden -e4r3eng -e4r5enh -e3re4o7 -er8er. -e4r3erf -e5reri -er3ess -ere4t -e5ret. -e4r3eta -eret6h -ere5to -e7rets -6erett -eretts5 -e4r3e4va -e4r5e4ve -e4r3evn -erev6ne. -e8r^^e9 -5erfari -6erfi -4erfr -2erg -erg5elv -ergi3f -er6gli -er4go. -erg5ret -erg5sko -erg5sp -2erh -erh^^f86re. -e1ri -e4riad -e4riak -erib3b -eri3bl -e4rice -e2rid -e5rid. -e5ridn -eri4kat -e6rikn -4eril -e7ri6ma. -er3ind -e3ring -6eringar -ering6si -er3inn -er3ins -er3int -e5riori -e5ris. -e4risa -eri3se -e4riso -e6risp -e5rist. -e7rista -e5riste -eri5stil -e4ri5s6to -eri5s^^f8 -e4rite -e4rito -er7ivo -er7jes. -4erka -8erke -erkeri6e -er4kesa -er4kese -er4kete -er6k5ett -3erkl^^e6 -6erkn -4er5k4o -4erkr -erland7as -erle6ge. -erle7s8t -er3me -ermo8de. -erm1s -erm^^e56la. -2ern -er4nad -er4ned -er5nede -er6nee -er4nero -er4nest -er2no -er3nob -2ero -e3roa -er3obl -5ero4b7r -e1roe -er3off -e1rog -er5oks -e1rol -er3oly -e1rom -er5omk -ero5mo -e1ron -er5ond -erono5 -er1op -e5rop. -e7ro6pa -e5ropen -er1o2r -e5ror. -e3rore -e7ro4sa -3erosj -er3osl -ero4ta -er1ov -2erp -2err -er3ra -er4rae -er4rel -errie9n -6ersa -ersa8ka -ers6al -er3sep -6ersj -er1sk -er3ska -ers4ka. -er8skaran -er9s6karar -ers5kor -er1sl -ers4la -ers6led -ers4mi -er5sne -6ersp -ers5tens -ers5ter -er7stev -er1su -4ersv -er4sva -ers4ve -er1s^^e5 -er4s5^^e5r -2erta -er4tare -er4te3s4 -er5tia -er3tib -erti4e -er5til -erti4mo -er4top -ert5rol -4erts -ert3sa -erty6e -ert^^e57ren -2eru -e1rua -e5rud3 -e1rui -er1u2k -e3rum -e4r3ung -er3uni -e3rup. -er1u8r -erure8 -e1rus -er5ut. -e5ruta -e3rute -er5utn -er9uto -e4ruts -er7u6v -ervele8 -6ervi -ervs3 -erv^^e66re. -e1ry4 -erye7ne -er1yr -erys3 -e1r^^e6 -e9r4^^e6re -2e1r^^f8 -er5^^f8kn -er1^^f84l -e4r5^^f8n -er^^f88ra -e6r5^^f8r6s -er3^^f8ya -e4r5^^f8y7e -er^^f8y4n -e4r5^^f8ys. -er7^^f8ysk -2e1r^^e5 -e9r^^e5. -er^^e54da -er^^e58de. -er^^e56e -er^^e54k -er5^^e5ke -er3^^e54l -e2r1^^e5n -er3^^e54p -er3^^e54se -er^^e56t -er7^^e5ta9 -e6r^^e5v -2es. -e1sa -es5aa -e2sad -esag6 -es4al -esa6la. -esa9met -e4s3ant -es5arab -es5arv -esbi9e -2ese -es5ege -es3ei4d -es5eie. -es3eig -esei8ge. -e3sek -e4seku -esel5s4 -e3s2en -e5ser. -e5sere -e5seri -e4s3erk -ese5s2 -e3sest -e4sesv -ese5tas -ese4te. -e5setj -e9sets -e4seu -e4sha -es6har -esh9ar. -es4h5er -e4shi -e1sho -esi6ar -esi5ert -e4sil -e5sili -es3ill -e4s3ins -esi6v -esi3st -% es9jes. -% es7jet. -% es5jin -es3jor -e5skab -es6ked -es4kee -es4ker -e4sking -eskinns5 -e1skj -e8s9kjer. -es4kj^^e6 -e6skj^^f8n -es5k4n -e5sko. -es7koa -e3skot -e1skr -e1sku -esku5et -es3kvi -e5sky -e6skyr -e1sk^^f8 -e7sk^^e5 -esk^^e57r -e1sla -es4lek -es4let -es7let. -es7lets -es4lit -e4s5lok -es4l^^f8k -es4make -e7s4mett -es9na. -es4ner -es2no -es4nu -es2ny -esn^^e65re -4e1so -eso4b -e2s3od -e2s1of -es3oks -e2som -e3somm -e4s3ori -e1s2p -espa9ra -es3pas -es5pe. -e4s4ped -es5perm -es3pl -es4p5le -es3pol -e3spor -es3pun -es4sed -es4see -es4seg -esse7i -es6sendi -es4s5enk -es4ses -es4sete -ess5e4va -es4s3ja -es4sje -es4skr -ess4let -ess3om -es4sos -es4spa -ess5tilt -es4stol -ess5tor -ess9tua -ess5tue -esstu8en. -4essu -es2s1v -e7stad -es5tae -es7takt -es9tala -e8stane -e5stans -es5tant -es3tap -e5start -e3stat -es5tato -e4s3tau -e7stav. -est5avs -e6s5te. -es4teg -est5eie -est5eig -es4tek -es4tel -e5stell -es5tels -e4stema -e6steme -e4stemo -es5temp -6esten -e7steng -es5tenk -e8s7ter. -e5s6terk -esterne8 -este3s4 -es4test -es4tien -e3stif -es4tig -e3stik -es4tikk -es4tis -e4stiv -e1stj -es3t6on -e4stog -e3stok -e3s4tol -es6tone -est5ord -est5ori -es5trak -est5rene -est5rer -est9r^^e9 -es5trib -e5stryk -e3str^^e5 -e1stu -e5stud -es5tus -8est^^e5 -est^^e55ren -est^^e56s -est7^^e5se -e1su -es5ut -esva5re -e5s4vek -es5vig -e5svikt -es3vis -2e3sy -esy4na -e4s5yt -es5^^f8vi -es7^^f8ye -e1ta -4eta. -e4tae -e2taf -etafo7 -e3tak -e6tako -e3tal -eta3la -eta4la. -et5ald -eta5le -etal6list -etall5s6 -etal4s7 -et3amb -e6tand -eta4nen -et4ap -e9tapa -e5tape -3etappe -et8ar. -et8are -et5art -5e6tasjes -1e2tat -4e5tati -e5tato -e3tatt -et5aun -e8tax -et1c -2ete -e4teka -ete4ma. -e5teran -ete5ru -etes5i -e4tesl -et8et -e5tet. -e7tets -4et^^e9 -4eth -2eti -e3tit -2e1tj -e7tjer -et3j^^f8 -6etl -et5m -2etn -et6nev -etning4 -etnings7 -2e1to -eto4er -et5oppd -et3ord -e4tot -2e1tr -e5t4rad -e7t6rak -e5tree -e5tref -e4t3ris -e9tru. -et5rum -ets1 -et9sar. -et4sku -etsku8le. -ets7l -etsla8ga -etsn^^e64 -et2s^^f8 -et4tak -et4tal -etta6le. -ett5alt -et4tank -et8tap -et5te. -et6tei -et6telt -et4tenk -et4tenn -ettera4 -etter5at -et5t6erf -5etterk -5etterr -ett5esk -2etti -et6tia -ettian8 -et4til -et2tj -etto5a -et4tr -ett3re -ett4ski -ett4sti -et3tug -et4tur -ettvi5se -et2ty -2e1tu -5e6tui -etu6na -et3uni -2e3t2v -e4t3va -e5t6vang -2e1ty -4etz -4et^^e6 -et^^e63ra -e1t^^f8 -e1t^^e5 -et^^e55re -e1u -eu4a -e8uf -eug8la -eu4h -eu4ka. -eu2ke -eu5kem -eu7kr -eu2l -eum2 -e3u2n -eun4ge. -eu5nu -e4up5a -e6upk -e2ur -eu6rat -eure4 -2euri -e3urn -eur8na -eur6ne. -euro1 -3europ -e3urt -e2us -eu4si -eu1ta -e3uts -eut7t -e4u3z -e1v -evad6r -ev5akti -eva4la -evann4s -e4v5anta -e4varar -e4varb -e4v5ark -e6vatf -6eved -eve5d6a -eve5del -6eveg -e5vegg -evei6s5 -even5s -5eventy -e4veny -e9ver. -e5ves. -e5veta -e5vev. -evi4e -evi5ere -evi5ert -evin4s -evi4se. -evis3t -e2vj -ev2na -evn5a4k -ev7nu -ev7oms -e7vri. -ev9r^^e5 -ev1s -evs8v -evta8la -evti4 -e2v3un -e5vyrk -e2v^^f8 -ew3a -ey1 -eybal4 -e1y2d -ey5k -e1yng -e1yr -eyr6ka -eyr4ke. -e1y2t -e7yti -ey3tr -e3zi -e1zu -e1^^e62 -e^^e6r3 -e1^^f84 -e^^f8r6na. -e^^f8y4 -e^^f8y9an -e^^f8y7en -e1^^e56 -e^^e5k4 -e^^e5n8da -e^^e5t8t -^^e91a -^^e91b -^^e91d -^^e9d^^f84r5 -^^e95e8 -^^e91f -^^e91g -^^e91h -^^e91i -^^e91k -^^e91l -^^e91m -^^e94n5e -^^e95n6et -^^e95o -^^e91p -^^e91r -^^e92rj -^^e91s -^^e9se2 -^^e91t -^^e91v -^^e9va8la -^^e9vo8re. -^^e95^^e5 -^^e81r -^^e82red -^^e82ref -^^e82rek4 -^^e84rener -^^e82rep -^^e8re3s2 -^^e84rest -^^e82rev -^^e86ves -^^ea8lan -^^ea6ra -^^ea1re -^^ear7o -^^ear9sl -1fa -4fabo -fac8 -fa1ci -fa3de -fa6de. -6fadm -fa4f -fa2g1a -fa5ger -fage4t -fag5eti -fa2gi -fa2go -fa2gr -6f5agro -fag3sk -fa2g1u -fai5 -2fakr -fakse9t -fakta3 -fa1ku -5fal -fa1la -fal6kes -fal4k3l -fal6lers -fal5m -fa4lo -fal4sk -4fa5mo -fa4na. -7fan5d -5fane -fanfa5 -fang4s -fangst7ev -4fank -2f3anl -fan5s6 -fan7tesk -fan5ti -fan3to -fan4try -6fanu -2fap -3far -9f8ar. -fa3ra -fa4ra. -fa4re. -fa4res -far4gel -far4ges -fa4rit -far5n -far6skj -fart2 -far4vel -4fary -fa7sa -fa4sel -fa4seru -2fasl -fast3r -fa3tal -fa4te. -fa6t7ers -fa1to -fat2r -fa3t6re -fav5ne -fa1v^^f8 -2f1b -fba4ne. -2f1d -1fe -3fe. -2fe1a4 -5fea. -fe5a6l -2fec -fe4da -3fede -fe2dr -fe3dra -fe3d4ri -fe7ene -2fef -2fe3g -2fehj -fei5en -fei5er. -feig4de -fei5ge -feil5es -fei4li -9fein. -7feine -fei7ter -8fej -2feka -4fekl -2feko -4fekr -fek6tes -fekt5ev -fe5lag -fe5len -fe5li -feli7e6 -6felik -felles5 -fel7l^^e6 -2felo -fel5ok -fel9ta. -fel4tek -fel4ti -fel4tra -fem5ak -fem9b -fem9ne -fe4mo -fem5s -fem4tid -fe2m1^^f8 -5fen. -4fena -fend9r -4feni -5fens -fentleg5 -2feo -2fe3p2 -5fer. -fe6ral -4feram -fe5ras -fer6at -fer4dam -fer5de -4ferea -4fereg -fe4rek -fer6en -fe7rer. -fer5ers -feri6e -feri8e5ne -7fern -fer2r -fers9kar -fers7ke -2fe1ru -3fes. -2fesi -2fe1sk -fe2st -fes9t6i -fest3r -fes9tum -fe6st9^^f8 -4fesy -fe6ta. -4fetap -fe4te. -4fetea -fe5ti -4fetil -2fet6r -fett5j -4fe4ty -2feu -2fev -fe4ven -2fe^^f8 -fe6^^f8y. -2fe^^e5 -1f^^e9r -2ff -f7fa. -f4fab -f2f3a2g -f4f3ak -ffa7l -f6fann -f4farb -ffar6d -ffa7re -f9fas -f6fat -f8f9au -f2f3av -f2feb -f2fe3d -f2fee -f6feh -f2fem -f6ferdi -ffe4rer -f2fes -f4feti -f4feto -ff5eve -f2fib -f4fice -f2fid -f9fien -f4finn -ff5int -f2fip -ffi5s4 -f2fj -ff3la -ffla8ga -ff9leg -ff3li -f2fo -ff1re -ff1ro -ff5sl -ff5t4 -ffu6r -ff5ut -f3f^^e6 -f4f^^f8 -2f3g2 -2f1h -1fi -fia7l -fia4n -4fiap -fi4as1 -fibi6en -fi9cen -fici7 -fi7di -fie2 -fi1er -fi7e6re -fi4f -fi5fi -fi5fo -fi7fl -f6ig -figh9t -fi7g6r -4fih -fi9ka -fikali7 -fikalie6 -fi7ken -fik6ka -fik6k5n -fi5ko -fik7sa -4fiku -fi4la. -fi3li -fil6lel -fil6leri -fil4les -fil7leti -fil8m7at -fi1lo -filt6re -fil7tres -fil4tri -4fil^^e6 -fin5art -fin5d -fi4ne. -fi5ner -fing3r -6finj -finn5ei -6finnsa -fi4n3o -fi9nor -2fins -fin6sleg -fin6te5s -fi2nu -7fio5 -fi2r -fi3ra -fi6ra. -fi9rene -fi5res. -fi3ri -fi5s4a -4fisc -fi6se. -fiser6s -fi8si. -fi2sk -fi6ska -fisk5a6d -fis7kal -fisk5and -fis6kart -fis6k5end -fis4k3l -6fiskol -6fisku -fis5ti -6fistu -fiti6me. -4fitr -fitt5s -fi7ty -fi4ve. -1fj -f1jeg -fjel6lend -f5jen -fjer5ne -fje4sk -fje2t3 -f5ju -fj^^e6re5 -fj^^e64res8 -2f5k6 -f2l2 -f5lag. -fla7ke -f4las -2fleg -fle6i -f4lek -f6lel -fle4sl -f4lett -f3lev -fli7ne -flis7t -flit9t8 -1flo -flo9ga -flok9s -flo2m3 -flo6r5o -flos6kl -f6lu -flue3s -flus8 -fl5ut -3fly -fly3s4 -f3l^^f8n -fl^^f85s -1fl^^e5 -fl^^e59sa -fl^^e57se -2f1m -fn6 -1fo -2fo. -fo9ar -2foe -4fof -foi7la -fo8ke. -fo6la. -fol4dr -fo4le. -fo5led -fol6k5v -fol9ler -fol5lese -folke5s6 -fol5li -fo4lu -3fon -fo4na -fond2 -fo5ne -fo4nin -fon1s2 -f1op -for1a -for9drev -for7dro -for5d6u -fo6re. -for9ei -for7e6n -for5ent -for5ess -for4et -for9e8te. -for9e8ten -for9g6 -forh6 -fo4r9in -fork8 -forlo7v -forl^^f89pa -forl^^f89se -formo9r -for3n -foro6 -for5p -for3se -forsi9da -forsi7de. -for3s4m -fors8t -for9ste -fors4v -forta8le. -for5t6e -fortei9e -for7t6i -forti5da -for3t4v -for3u4l -for7v6 -forva9re -for5^^e64 -for5^^f84 -for9^^e5 -fo9se -fosfo5re -4fosj -fo4ta -fo6te. -foto5 -fo4tok -fo4tom -fo6top -fo4tor -fot3s -fots6v -fot3t -4f1ov -3f^^f4 -2f3p2 -fpo6e -fr2 -1fra -fra5l -fra4m5e -fra6mi -framma8ne. -franko5 -fran7se -fra7r8 -fra1s -fra5se. -fra7sep -frasi8e -fra7sk -fras6p -fra7v -fra7v6r -f2re. -fred8sel -freds5t -fre2e3 -8freg -f4rek -fre4m5 -fremma8ne. -frems4 -fre7ne -fre6sk -fres7ko. -fres5koe -fre8s9v -fri5a6re -6f5ridi -fri4erf -f1rin -fris6ka -fri5s4p -fri5s6til -frite8re. -friti8me. -fro7f -fronta9le -fro8st -frus1 -fruta6le. -f1ryt -fr^^f85b -fr^^f87ko -fr^^e59r -fr^^e5ve4 -2f1s -fs2h -fsho6 -fsi2 -f5sjuk -f2sl -fsle6ge. -f4sm -f2sn -fs7ne8 -fs5ov -fs2t -f6s5tan -f4s9v -2ft -f1ta -f3ta. -fta7f -ft1ak -fta8la. -ft3alg -f2t1am -f4tana -f7tane -ft3anl -f5tar. -ft8as4 -f6t1av -f2tea -f3ted -f4tee -f2teg -f2tei -f2tek -f6tem -fte4na -ften3d -f4t3enh -ften5s6v -f2teo -fte4r5a4 -f4terin -fter5s -f4test -f4teta -f4t5ett -ft3ind -f2t5i4s -ft5l -ft7n -f2t1o2 -f5tog -3fton -ft3r -fts5alt -fts3ei -fts5ers -fts5erv -ft2s1i -fts1k -ftsla6ga -ft5s4lan -ftsle6ge. -ft3sto -ft5s6tri -ft5st^^f8 -fts1u -ft2s1^^f84 -ft5t -ftta8ka -ft1u -1fu -fu8ga. -fug9le. -fug6l7eg -fu6le -full3 -ful9lar -fulle6 -ful9le. -ful4len -fullen8de. -ful4ler -ful7les -fullf^^f87re -funn2 -funns3 -funnsla8ga -fu6ra. -fu6re. -fu9ret -fu7ro -furu1 -fu7sel -fu6sk -fus6o7 -fu4s5t -fut4h -futu1 -4f1v -fva8la -1fy -fy5la -fyr2 -fy8ra. -fy4r5a4b -fy1re -fy4re. -fyr7k -fyr8ke. -fyr5t -fy3s -fysa7 -fy8sa. -2f^^e61 -1f^^f8 -f^^f84da. -f^^f84dek -f^^f85den -f^^f84des -f^^f85des. -f^^f81f -2f^^f8k -f^^f84le. -f8^^f8r -f^^f8r6a -f^^f85rar -f^^f84re. -f^^f84res -f^^f87resv -f^^f88rete -f^^f8r6tin -4f^^e5 -f^^e57ren -f^^e57ret -f^^e55ri -f^^e5r7u -f^^e57va -1ga -4gaba -ga1bo -6gab^^f8 -ga3da -ga4ded -4gadg -2gadm -4g5adr -6gaflo -g3aft -6gah -6gak -g1aks -gak8ta. -gak8te -ga1la -ga4la. -galei5 -ga7len -gal4les -4galli -5ga7lo -ga4ma. -4gamb -ga5mer -gamme6l5 -6gand. -6ganden -9gane -gan5g6en -gan4g5j -4gan5k -2g1anl -4gann -4gansa -4gansv -4g5antre -ga6pa. -ga4pe. -ga4p5l -gap3s2 -ga6p7u -9gar. -ga6raf -ga6r5ak -2garb -5garbr -5garby -gar4dek -7gare. -4garea -gar5es -gares6ke. -gar2i -4garki -gar3ne -gar6ta. -g5arte -gar8te. -g3arti -gart5s6la -gar4un -ga4ryl -ga4sc -ga5s2i -gas8ka. -gas8ke. -ga6ski -4gasp -gas6sel -gas5sen -gas7ser -gass5ett -gass3l -5gast. -gas5te -ga5sto -gas7t6ra -gas9tri -g2at -ga4te. -ga5tens -gate5s -ga3ti -ga1to -ga3tr -gat6tap -gau5la. -9gav. -2gavd -6ga4vei -ga4veri -4gavg -g5avk -2g1avs -2gavt -4gavv -2gaw -4ga^^f8 -2g1b -gba4ne. -g6byk -2g1c -8g1d -gd5alt -g6d5au -gde3a -g2deb -g3deba -g4dedi -gde5lo -g2dem -g4dend -g2de5o -g4dera -g4de5re -g6dero -g2des -g2det -g3det. -gdevi8sa -gd5op -gd1or -gdy4d -g6d1^^f8y -1ge -2ge1a -geak8ta -geak6te. -gea7ren -ge4ark -2geb -6geba -4ge5be -3gebri -4gebr^^e5 -3gebyr -ged4 -4gedan -6gedel -gedia5 -9gedom. -7gedoma -9gedome -7gedomme -6gedoms -4gedos -2gedr -2gedy -2ged^^f8 -2gee -geen8de. -2gef -g5eft -3gef^^e6 -2ge1g2 -g5egg -g3e2gn -2geh -geh^^f88ve. -2gei -g1eie -ge1in -gei4r3 -gei9re -gei8s7p -gei6st5 -3geit -geit3a -geit3o -gei4t3r -2gej -2gek2 -ge9kl -ge3kn -g1eks -6gekt -5gel. -ge4lar -4gelau -ge6le. -ge7lea -4geled -4gelei -gelei5er -4gelek -4g3elem -ge5len. -ge5lens -5gelet -gel5ett -3geli -4gelid -6geligg -4gelit -6geliv -2gelo -ge5lov -7gels4 -gel3se -gel5si -gelsk7l -gel5t4 -4gelu -ge5lun -gel7ve -4gely -2gel^^e6 -2gel^^f8 -2gel^^e5 -5gem. -2gema -9gema. -2gemi -3geml -4g5emn -gem6na -2gemo -9gemr -3gems -3gem4s5t -2gemy -2gem^^f8 -2gem^^e5 -g2en -3gen. -ge2n1a -ge7n6am -gends6t -ge3nea -4genem -gen5erf -ge5nes -gene4t -gen5eti -4genev -gene5ve. -gen8ga. -gen5gr -ge4ni6n -6geniv -gen5k -genle6ge. -gen3n -gens5l -gen6sun -gen5tr -4genum -4geny -4gen^^e6 -4gen^^f8 -2geo -5geog -3geol -geome5 -geomet4 -ge5on -6geop -ge9ope -2gep -g2er -3ger. -ge5ra. -ge6ral -ge4r5ant -ge9ras -ger5di -4gered -4geref -4gereg -4gerek -ge6rene -4gerep -6gerese -4gerett -ger4i5d -4gerik -geri8ka -6gerike -ge4rim -ge4ris -ge4rit -ge4riv -gerle9g -g9er8ma. -ger3n -gerne6 -4geroa -4gerom. -4geromm -6gerop. -4gerope -ger5p -ger4s5af -5gerud -ge5rup -ger5v -ger^^f86re. -ge4r3^^f84v -4ger^^e5 -g6es -5ges. -2gesa -2gese -5gesen. -5gesens -4gesi -4gesja -4gesje -2ge1sk -ge1sl -geslu7 -ges4l^^f8 -4geso -4gespe -ge4spr -ge5spra -2ge1st -3gest. -gesta7b6l -5geste. -ges6tekk -ges8ti. -gest5rid -gestri8de. -6gest^^e5 -2gesu -ges5vik. -2gesy -6ges^^e6 -2ges^^f8 -2ge1s^^e5 -ges^^e55re -5get. -ge5tak -geta6le. -6getat. -6getate -4ge3te -5gete. -2geti -2getj -2geto -2getr -5get5s -2getu -2gety -gety8e -2get^^f8 -2geu -g2ev -2ge9v8a -2geve -4gevir -gevi6sa -4g5evn -gev6ne. -4ge5vo -5gev^^e5 -2gey -4ge^^e6 -2ge^^f8 -2ge^^e5 -1g^^e9 -2g1f -gfe2l -4g1g -g6gal -gg5ask -g2g1av -g4gedi -gg1ei -g4gela -g4gele -g2gem -g4genu -g6gerei -gge4rin -g4ger^^f8 -gges6b -gges5l -g4gesm -g6geso -g4gesp -g6ges6tio -g6ge5sv -g2gev -ggie6 -g4gif -g4g5i4m -gg4je -ggje5s -g2gl -g7glu -g4gn -g2g1o2 -g3go. -g5gos -gg3rad -ggra6da -gg5rat -gg8re. -gg3red -gg7rek -gg5s4par -gg3sto -gg4sy -gg3s^^f8 -g7g8ud -g4g5u4r -2g1h -ghe8n -ght5ene -gh4to -gh^^e68 -1gi -3gi. -4giak -gi1ar -4giarb -6giav -2gib -gi8c -2gid -gi3de -gi1e -4giek -3gien -gi9end -5gier -4gifa -2gifo -4gifr -4gifu -gi6ga. -2gigr -2gih -2gii -5gika -3gike -4giki -3gikk -gi5k4r -4giku -gi5le -4gimess -gi4metr -4gimi -4gim^^f8 -2g1ind -6gingeni -gi4nin -2g1inn -gin5nu -4gino -4g1ins -4g1int -2ginv -4gi5om -2gi1op -gio4r -2gip -gip5si -6gira -gi3re -gi4re. -giro3 -gi6rob -5gis. -2gisa -gi3se -4gisel -4gisen -5gisk -6giska -gis8lu -gis4l^^f8 -4giso -4gisp -gi3s4pa -gi5s4pr -giste6ru -gis5ti -gist5ra -gi5str^^e9 -4gistu -6gisty -gi5ta -4gi5te -gite4s -gi2t9r -git5te -2giu -gi7va -4gival -4givo -4givu -1gj -2g1jak -g5jarn -2gjaz -gje5f -4g3jeg -gjels4 -gje2n -gjen1opp3s4 -gjen5s8 -6gjent -3gjer -gje7sk -gje4s3p -gje8v9ak -2g1ju -7g6jut -gj^^f89de -2g3k2 -gkly9 -gl2a -6gla. -gla3de -4glag -gla4ga -gla8ge. -g3land -g1lar -gl5art -glar7v -1g2las -7glase -g6lass -6glast -g5last. -3glat -g5lau -gl6e -gle6dero -g2lef -gle3ge -gleg8ga -6glei -glei7er. -g2lek -g7lek. -g5leke -g2lel -3glemt -4glen -g9len. -g9lene. -g9lenes -g9lens -gle9pl -4gler -gle4ra -glere8de. -g9les. -gle6se. -g4le5sk -g6le7sm -4glet -g2lev -1g2lid -gli4del -gli7e6n -gli8er -glig1 -3g2lim -gli9me -4glio -glitt4 -6g7liv -4glj -gl7ja -gl5l -g4lo. -g2loa -5glob -1g4lor -gloria7 -glori6an -glorie7ne -g4los -glo5ste -6glov -gls4 -5glug -g5luk -6glun -gl5ung -glun8ge. -gl5ut -g5lyd -3glyf -gly4se. -g2l^^f8g -gl^^f88pa -2gl^^f8s -gl7^^f8y. -5gl^^f8ym -2g1m -g4mete -g4metr -g5m^^e9 -gmini6 -gmo4e -g3mu -gmu8le. -gm^^e56la -g1n -gn1ak -gna5lem -gna4lo -g2nav -gn1d -gnd^^f86 -gnd^^f8r5 -gn4e -g2nee -g4nelo -g6nero -g6ner^^f8 -gne1s4 -gne8se. -g4nesk -g4nest -g5net -g6netr -g2nev -g4nib -g4nid -g6nik -gning4 -gnings5 -gni4s -g6ni5sk -gni6st -gnist9r -gn5k4 -g2nom -gn5o6p -gn7o6v -gn5r -gn1s -gn4skr -gn6sm -gn4som -gns4pr -gn4sti -gn2s1v -gn5t4 -gnu5re -gn^^e66re -g2n^^e5 -1go -7goan -go1ar -7goar. -2gob -gobe5 -go4da -go5dal -god5ar -2godd -go4de. -gods9t -2gof -go9ga -go5ge. -go9g8r -6goi -2gok -gok4se. -go3le -gol6fa -go5lo -gol4va -gol6var -go4l^^e5 -2gom -g7o6ma -6gometris -7gomm -go4n5and -go9ne. -go7ni -go5nok -gon9s -2g1op -3g6or4a5 -go5ra. -go7rae -go7ras -2gord -gor6da -go1re -gore8a7 -2gorg -g4ori -gori5e6 -g5orv -gor8va -go5r^^f8 -gos3p -4gost -6goto -got6r -4gov -go8ve. -go8vi. -2g1p6 -1gr4 -8gr. -4grab -6grac -gra5ce -9grads -graf5f -graf5t6 -gra4m5 -grand3s4 -gran5to -grant4r -gra9se. -gra9set -gra6sk -gras3t -gra5t -gra8te. -grati4s -gra4u -gra4v3ak -gra7vis -gravta8 -2grea -4g5reds -gre4en -2gref -g7refe -g4rega -greie5n -grei6ene -6g3reis -4grek -2grel -g5rent -4grepi -grep4s3 -g7rese -gres6sak -gres6sent -6g5rest -4grett -4g5ri. -grib3 -4grid -4grif -4g1rig -gri5sete -4grit -gro9ar -g4ro7i -grom5m -g4ron -gro5sk -gro3ve -4g5rui -grun7g -5g4rup -gru7sa -grus5t -2g1rut -2gryd -4g5ryg -gr^^f85de. -4g5r^^f8v -gr^^f85ve -4gr^^f8y -gr7^^f8y. -6gr^^e5d -gr^^e56da -gr^^e5k4 -gr^^e57n -gr^^e55te. -8gs1 -gsa2 -gs5akers -g7sal. -g7sale -g5salg. -g5salge -gsam3 -gs3amb -gs7amn -g3s6ank -g5sard -g2sas -g7sast -gsb^^f86n -gs2ce -gs5ef -g2seg -g2sei -g2sek -g5sekr -g7sekv -gse9la. -gsel4s5a -gsel4st -g2sem -gs6ende. -gsen6ke. -g5sens -g3sent -g2ser -g5ser. -g3seri -gse4st -gse4t -g3sete -gs3eti -g9sets -gs4ett -gse2v -gsf^^f82 -g2si -g5sider -gs5is -gsi2v -gs4jar -g3sjef -g5sji -g2sjo -g5sj^^e5 -gs4ka. -g5skad -gs4kal -g5skall -g6skam -g4skan -g4skapa -g5skape -g4skapi -gs7kav -g5skilt -g7s6kj^^e6 -g3skot -g5skren -g7skug -g6skv -gsla6ga -gsle6ge. -gs6leri -g4sluk -gs4lun -gsl9ut. -g5slyn -gs5med -g9s6mert -g7snel -g5sog -gs9ope -g5spal -g3spel -gs2pi -gs5pik -g3spil -gs5pile -g3spur -gs3s4 -gsse4e -gs5tak -g9s8tand -g5stang -gs4tasj -g7s4tat -gstatsr^^e57 -gst6e -gs5te. -g5ste4e -gs4tell -gs5tema -gste6ma. -g7stemt -gs4tere -g5s4terf -g5s4terk -g5s4tern -g5s4ters -g5s4terv -gst7evnen -g5s4ti. -g3s4tie -g3stif -g3s4tig -gs5ti^^e5 -g5sto. -gs4tol -g5stol. -g7stola -g5stole -gs5toll -gs4trap -g5strau -gst5rea -g5strede -gst5rei -g5streke -gs6tret -gstri8de. -g5s4trof -g3str^^f8 -g5s6tr^^e5 -g5stue -gst5ut -gstyr8ka -gs4t^^f8r -g5s4t^^e5 -gsu2 -gsu5g -gs4vane -gs5vik -gs7v^^e6 -gsy2d -g7sym -gsy6na -gsy6t -g2s^^f8 -gs^^f86ki -gs6^^f8t -gs^^e54 -2g1t -g3ta -gta8ka. -gta8ke. -gta6la. -gta4le. -g9t6e -gte6ke. -gte6ma. -g3ti -gti8de. -g4t5if -gt6re. -gtr^^e5d5s6 -gt7sv -gt5t -gtu8en. -gtvek8 -gty8e -gt9yt -1gu -4g5u4b^^e5 -gu2di -guds3t -gu4el -6gug -g5ug6l -gui4d -guid5ar -gu4le. -4g5ulk -gul8ke. -gul4la -gul5o -gul7^^f8 -7gum -gun4g -gur2g -gu4ri -gur8na -gur6ne. -gu5rua -gu3rue -gu4st -gu1ta -2gutb -4gutd -g5ute. -6gutg -g7utl -2guts -gut4tak -gut4tes -4guttr -2g1v -gva4ke. -gva8la -gvedli6 -gvi8ta -6g1w -1gy -g9y8a -gy4da. -7gym -gy3ne -gyr6 -gy8sa. -gy6se. -gy4te. -gy4ve. -g5^^e6t -4g5^^f8k -g^^f8r3s -2g3^^f8v -g^^f8y9a -g^^f8ye6r -g^^f8y5n -1g^^e5 -g^^e56as -g^^e56en. -g^^e54er. -4g5^^e54k -4g^^e5m -4g3^^e5n -g^^e5n8da -2g1^^e54p -2g3^^e5re -g^^e52s -g^^e53st -g^^e59ven -g^^e54vet -h2a -ha4a -haba9 -4hae -ha2el -4hafi -ha2g -ha3ga -ha4ga. -ha3gen -hai1 -ha7ism -ha5ka -ha4ke. -ha5ken -ha7kera -ha4ke5s -ha1la -ha6la. -hald4s7 -ha4le. -ha4lev -hal6lei -hal6l^^f8 -hal4s3k -hal4so -hal4s3t -ha5lu -hal4v5 -ha5ma -ha8me. -ham6nest -ha5mo -ham4st -ha5na -han6d5r -hand7skr -hand5^^f8 -ha4ne. -hani1 -hanis4 -han2n3 -han4ne -han6nel -han5nen -han5n4o5 -han3se -han4sk -ha4pe -ha4re. -ha5rei -ha4rel -ha3rem -ha4res -har5k -ha5rov -har7se -har5tre -har4tri -ha4sj -hasj5e -ha2sl -has6p7l -has5v -ha3tar -ha4te. -hat6le -h4au -hau5ke. -hau6st -hau4t5r -hav4a -ha4va. -ha5van5 -ha4ve. -ha4veg -ha4vei -have3s -ha1vi -ha4vo -hav4sl -ha6vu6 -hav1^^f8 -4hav^^e5 -2h1b -hba4ne. -4hc -2he. -he2a -he7ans -heat4r -heb5n -he4de. -heder6s5 -he2d9r -hef9ta -hef7tes -he3ge -he4ge. -he2g3r -he2i -heia3 -hei5en -3heim -he3ins -hei4sk -heit4s -he2k -hek4sek -hek6serin -hel1a -he4la. -he4le. -he4l5ei4 -hel6lesu -hel3o -hel2s2 -hel3sa -hel4se7 -helses4 -hel3sk -hel5sp -hel5ste -hel3sv -hel4tes -hel9ve -he4mak -hem5ne -hem3s8k -henf^^f85re -hen5o6 -hen1s2 -hen5se -hera9da -he5ret -he4ri. -her5j -herle9ge -herli9ga -4her5n -he1ro -he4ro. -hero9a -her7p -her6rei -her6resi -her6ret -her6ska. -her8s7kare -her6sv -her5un4 -he2r3^^f8 -he4se. -he2sp -hes7pa -hes5pel -hes5pen -hes9per -heste5ri -hes4tes -he6st^^f8 -het2 -he4te. -he5t6i -het4s3a4 -het3t -he6va. -he6v7arm -he4ve. -hev9na. -2hf -2hh -h5hu -hi5ao -hi4bak -hie4n -hi2et -hi4f1 -hiff2 -hif9r -hi6ge. -hik7e -himme6l5o -hi6n7an -hin4nes -hins4 -hins9ke -hi4pl -hip3p -hi1ro -hi2s1 -hi9se. -hi3sen -hi5s4i -4hisk -hit7o -hi4t5r -hit5ti -hi8va. -hi4ve. -hiv1s -hjar4 -hje4 -hjem7e -hjorte5 -hju6l7 -hju7l8e -2hl -h5lan -2h1m -hma8n -2hn -h2na -hne6n -hn1s -h4o -ho5ar. -hob6 -ho6da -ho4de. -ho5den -hode3r -ho5der. -ho5dy -hof4f3 -hof4f3a4 -hof4f3e4 -hof5f6er -hof4fi -hogs6 -hog6str -hog7stra -hoi5 -ho2la -ho5lag -ho5lan -ho4le. -ho4lin -hol5l -ho4lom -hols4 -ho4lu -hol7ut -ho4me. -ho4mo. -ho4mod -ho4mos -ho5n6o -ho4o -ho8pa. -ho4pe. -ho8pi. -ho5ra -ho6ra. -hor2e1 -ho1ro -2hort -ho4s -hos5a -ho5sen -ho5ser -ho5si5 -hou2 -ho1v -hove5re -ho4v^^e9 -2how -h1p -2hr -h1ra -h1re -hri5ne -hri2s3 -6h1s -h5s4e -4ht -h5ter -htere4 -h1tr -ht5t -hu4da -hu4d3 -hud5s6 -huds^^e59re -hu4er -hu6et. -hu4ga -hu4ge. -hu8ja. -hu6ka. -huk8ra -hu4la -hu4le. -hu4leg -hu5les -hu4lev -hu5ma -hun6des -hun2n3 -hu1ru4 -hus1a -hu8sa. -hu5s6a6r -hu6s7arr -husa7r8e -hu4se. -hu4s3ed -hu2s1i -hu2s5j -hu2s1k -hus7m -hus5s4 -hus1t -hu8str -hust9ran -hus4tre -hu6sty -hu6s5u6 -hu2s^^f8 -hu4va -hu4ve. -hu4ves -hv4 -hva5le -hvas5 -hve2r -hver3a -hvi5l6i -h4v4ir -hvits4 -hvo2 -hvor5 -hvor5i6 -h6y -hya3 -hy2bl -hyd4 -hy2e -hye5ne. -hye9nes -hyg5gel -hy6la. -hyldes7 -hy4le. -hyr4des -hys3 -hy8sa -hy4se. -hy2s1j -hys5t -h^^e65g -h^^e6rf^^f89 -h^^e6r3s6 -h^^f84e -h^^f8f5 -h^^f82g -h^^f8g3ri -h^^f8g7r^^f8 -h^^f8k6 -h^^f86le. -h^^f84na -h^^f84ne. -h^^f85rar -h^^f85ren -h^^f85rer -h^^f84res -h^^f8r6sp -h^^f82s -h^^f8st7a -h^^f8st5^^f8 -h^^f81va -h^^f81ve -h^^f81vi -h^^f8y5a6 -h^^f8y5k -h^^f8y7n -h^^f8y7rar -h^^f8ys4 -h^^f8yse6te. -h6^^e5 -h^^e57a -h^^e58le -h^^e56na. -h^^e5nd5skr -h^^e55nel -h^^e56pa. -h^^e54pe. -h^^e54p5l -h^^e51re -h^^e51ri -h^^e5r3s -h^^e5r7u -h^^e58va. -h^^e54ve. -ia9al -i1abl -ia1bo -i2a3de -i1adj -ia5d8r -ia1g2 -ia2ge -ia1in -ia1kr -i1aks -iak8se. -ia5ku -i1al. -ial1a -ial5ein -iale4t -ial5eti -ia4l5ett -i2alf -ial3g -ia4lin -i4alk -ial3op -ia6lov -i5als. -ials4t -i3alt. -ial1u -ia2l^^f8 -i1an. -i2ana -ia4nal -ian5ald -ia5nar -i7andr -i5a4ne. -ia8nes -ia7net -i5ank -i1anm -ia2no1 -i1ans -ian3sa -ian3sl -i1ant -ia7n^^f8 -ia2pa -i3app -i1ar. -iar4do -iard5s4 -iar4du -i2are -i5area -iar5e6l -i5arn. -i9arns -i7arska -i6asi -i1asm -ia4sp -ias3s6 -i3assi -i1ast -i7ast. -ia1t -ia5te -iat6r -iaty6ra -i1att -i7auk -i1av -i1b2 -iba4ne. -ib5bo -ib3bu -i3bere -ibe4ro -ibi5er. -ib7lar -i2b3le -ib4leg -ib4le5s -i5bo -ibo4e -ibo7n -ib4r -ib3st -ib8t -ibya7 -iby9ar. -8icanarar -ice5ne -i1ci -ick1 -ick7ete -i1co -i5cy -2ida -i5dal -i3das -id1av -id3del -iddel5u -id6dep -2ide. -3ideal -i2deb -i6def -id5e4ge -i7deki -i9del. -id3elv -2iden -i5dend -iden5sv -5identif -5identit -ideo3v -i6derap -i9de5re. -i7deren -i9deres -iderla8ga -iderle7g -i7dern -i5ders -i6desm -id6gem -id4ges -idi4en -1i2dio -i8dj -id7jer -id9na -1i4dol -id9ran -id5reg -4i3drev -2idri -id2s1 -id5sam -idse4 -id6sel -id5sim -ids5l -idsla6ga -ids3t -id4s5tu -id2t1 -i2d1un -i2dy -3idyl -i3d^^f8 -i6d7^^f8y -id7^^e5 -2ie -ie1a2 -i2ed -i1eff -ie4ge -iego4 -ie1i -iei6d -i1eie -i3eig -i5eini -iek8l -i1eks -i2ele -i5elem -ie4lev -i7e6lim -i1els -i9elt -iel^^f88pa -i8e9ma -iem7b8 -ie3me -i1en -ie7na -i2end -ien6dela -ie8n^^e9 -i2e5ni -ien7n -ie5no -i5ens -ien4sk -ien4s5v -ien4t3r -ie5nu -i6eny -ie4ran -i4erd -ie6re. -ie5reg -ie4r5eng -i6eret -i2eri -ie4ril -ie4ris -ie4riv -i2erl -i6ero -ie7ro. -ier4ra -ier4sp -iers3v -ier5t -ie3run -ier5v -i2e1s -i6es. -ies4c -ie3se -ies5s -ies4ti -i1et -i2eta -i5e4tabl -i3etat -ie9te -ie5t^^e9 -iet4re -ieu2 -ie7ved -2if -ife4s1 -if2fa -ifi6e -ifj^^f88 -if3le -if4les -iform4 -if1re -i8ft -if4tal -if4tere -ifte5s -ift2s -i3f^^f8 -2ig -i2gae -ig3ann -i7gark -ig4art -iga3ru -iga7te -ig3att -i2gav -ig3d -i6geb -i6gedi -i6gedomm -igedoms5 -i2gem -i3gen -ige6no -i5gers -i4ger^^f8 -i4gesp -ig3e4ta -ig5ett -ig4ged -igges4 -ig4gra -igg9s2 -i6gh -i2g1ia -i5gib -i4gim -igion4 -igje9va -ig1l -igl6d -igli6se. -ig5loa -ig5neu -ig5no -igof6 -igo5fr -ig1om -igo4no -ig2ra -ig2re -i2g1r^^f8 -ig3r^^e5d -igr^^e55t -igs4al -ig5sel -igs2j -ig5s4ka -ig3s4kr -igs4mu -ig3s4pa -igst4 -igs4ta -ig4ste -ig5stek -ig7stel -ig5stem -igs4tra -ig5s4va -ig1un -ig9ut -i3h -ihen3 -iho7le. -i4huk -ihu9la -ihu5le. -i1i -i5in -i7is. -i6ita -i1j -2ik -i1k2a -i2kab -i5kabel -i2kaf -i2kak -ikan9d -i2kao -i4kapo -i5kar. -i5kara -ika5re -i4karei -i6kasa -ika3sp -i2ke. -i2ked -ik9ei -i9keleg -i5keli -ike5lu -i5ken. -i4kena -i5kene -i9kens -i3ker. -i4kera -i5kere. -ike5ri -ike4r5o -i2ke1s2 -ike3si -i6kesk -i5keso -ike5su -i5ket. -i5kets -i1ki -iki9ne -ik5inn -iki5st -i1kj -ik4kaf -ik6kana -ik4kap -ikk5arv -ik4kas -ik4kat -ikk5att -ik6k7ent -ik4keru -ik8kesk -ik4kest -ik3kj^^f8 -ik4kj^^f8p -ik4kl -ikk5lag -ik2ko -ikk5ord -ik4kr -ikk3re -ikk5sv -4ik2ku2 -ikk5und -ik2kv -ik6ky -ik1l -i5kl^^e6 -i1ko -i2koa -i9koar -i2kob -i4kod -iko5de -i2ko3f -i4kog -i4koh -i2kok -iko5na. -i2koo -i5k6ord -i4kore -i2kov -ik1r -ik4rak -ik5rem -ik5robe -ik3ros -ik2ry -ik2sa -ik4sek -iksm^^e58la -ik7sot -ik5spel -iks5ti -iks5to -ik8stu -ik4tav -ik4teg -ik2t1r -iktsla8ga -i1ku -iku6le. -i6k7u6t -ik1v -ik4vin -i1ky -i3k^^f8 -i3k^^e5 -ik^^e58pa -i1la -il5adr -il7af -i2l3ak -il3al -i4lana -il6and -i4lark -il3art -il5ass -ilas5t6 -ila5t -il5av -il4dak -il4deko -il4dete -il7dj -ild3re -ildsfa9re -ild3s4t -ilea9r -ile8are -i3le7e -i2lef -ile4ge. -i4l3egn -i2l1ei -i6leig -i2lek -i2lel -i4leno -i4lero -ile1s -i4lese -i4le5sk -i4lest -ile6tri -ilet5te -ile4tu -i1l^^e9 -ilf^^f85re -il5ge -il1gl -i4lid -ili5ers -ili9ga -i5lik -i2l1im -i4l3ind -i7line -i4lins -i4l3i4r -ili5s6tik -il3ja. -il1je -il5jese -il1jo -il1ju -ilke3 -il5ker -il4kes -ilk7o6s -il5ku -il4lab -il6lam -illan8da -il6lap -il9lau -il4lee -illei9e -il6l7ender -il6lesk -il4lev -illi9ga -il4lo5m -ill3s2 -ill^^e64 -ill^^e69re. -il4m5est -ilm5e4v -il4mi -ilm5s -i1loe -i9lolo -i4lom -il5omv -i5lon -il3opp -i4l1o4r -i5loso -ilot3u -ilo1w -ilret4 -ilset8je -il3sl -ilsla7 -ilsle7ge -ils4mu -ils2p -ils2t -il5str -il7su -il3s2v -ilsva9ra -ilsva5re -ilta9la -ilt5rett -il6t7^^e5 -ilu4h -i5luk -il7ul8 -il3un -i5lur -i9lus -il1ut -il5v6 -ilve8d -ilve4r -i1ly -il1^^e58 -il^^e5r6 -8im. -4ima -i2mad -i4maen -i2mag -i6m5akk -i4mako -imal8n -i2mam -i9man -i2map -i5mar. -ima5s -i4matr -imb2 -i4mee -i2me1g -i2mek -i6melu -im5enh -im8et -i9met. -i4meta -i4meti -i6mey -i8m^^e9 -imi9la -imini6 -i7mj -im4lev -im8l9u -im5m -i6mog -imo9l -im5ord -imor8da -im7o6v -imp2 -5imperi -imp4l -1impo -imp9s -impse8 -1impu -im4ref -im4rek -im4res -im9se -ims4k5l -ims3kr -im5s4me -im1s4t -im6sti -imta8la -4imu -i3m^^f82 -2in. -6ina -i4nag -in5agg -i5nakk -ina4let -i4na2m -in3ame -in2an -i9nane -in5ann -i2nap -in5app -i5nar. -i5nars -i4nask -i4nasp -i4n5ass -ina4t5ak -i6nau -in7auk -in5avl -in5avr -ince2 -in7der -6indig -in4dog -ind9ra -in3dru -indr5^^f8 -ind5sk -ind3sp -ind5s4t -5industr -ind7^^e5 -4ine -ine8are -i2ned -inedy6 -in5egg -in5eid -in3eie -i6nele -ine4li -in7eng -ine8pa -ine8pe. -i7nere. -i5neren -i9neres -ine4rik -i7nern -i5nert -i5nes. -i4nesk -ines8ka -ines8ke. -ines4st -ine5s4ti -i4nes^^f8 -i2nev -8in^^e9 -3infek -in4fos -in4fot -infu9 -4infy -in4g5ald -in4gav -in5gebj -in6gem -5ingeni -in5geri -in4geru -in3gev -ing5jen -in4goa -in4gos -in2gr -ing5rep -ing7ris -ing2s -ings5om -ingst8 -ings5v -6ingu -in2g5^^f8 -i7nia -ini9ar. -i2nib -i5nie -i4nif -i2nig -i4nil -ini7m -i4ninn -i2nip -i4nisa -ini3se -i4nises -5initia -i4nito -5injek -2ink -in5kel -in4kero -in4k3la -in4kok -in5l -inla8ga -2inn. -in4nal -in4nem -in4ner^^f8 -in4nesi -innes6t -4innet -in6n7ette -innfa9s -1inng -5innhal -3innho -2inni4 -in4ni. -in4n5om -in5n6ova -inn1s4 -6inns. -3innsa -inn5se -inn9sen -inn9ste -inn7sve -1innt -in4n5u4 -4inn^^e6 -in2n^^f84 -2ino -ino5a -i5noar -i4nod -inok6 -in7oks -in1s -4ins. -8insa -in9sa. -in7sal -in5sar -in5se. -in4sek -in3sen -inseri8e9ne -in3si -insis5 -6insj -in4sja -in3sje -4insk -in9s8kas -in5skat -inske4t -ins4ki -in3skj -ins5kj^^f8t -ins6kor -ins4k3v -ins6k^^f8 -insle7g -ins8lega -in3slo -in5s4ma -in3sop -1insp -in4spa -in5s4pl -ins4po -5instal -in8s5te. -ins5ten. -ins9tens -3in3s4ti -in4stin -4in3s6to -in5stra -inst5rel -5instru -in6st^^e5 -in7sul -in2sv -6in3sy -8int. -2in3ta -inta8la -4inte. -5in9teg -in5ter -int5ess -in5te4t5 -4in5ti -inti5me -int2r -intran4 -int4rer -in5tres -6inu -inu6i -i8n9ul8 -in7ut. -in9u8te -1inv -6invev -iny4i -iny4t -6in^^f8 -in7^^f8k -i7n^^f8t -in3^^f8v -4io -io1a4 -io4dere -i1off -io5gn -io1i -i1oks -iol4 -io3le -iol7jen -io3mu -io4nans -io4narr -io6n5erst -ion3g4 -io4nin -io4nu -io1pl -i1opp -io5ra. -ior8da -io1re -io4rie -io4r5in -iorla8ga -iosk3v -io1st -iota6le. -io3t4e -io4tra -i5pap -ipa4ti. -i4pee -ipela9 -i7pe6p -i1pi -ipi1e -ipi9ne -i4p5ings -i1pl -i2ple -ip4peli -ippel7s6 -ipp6lan -ippl^^e68re. -ip2pr -ipp4s3t -ippsy8na -ipp4s^^f8 -ip7pun -i1pr -i6pra -ip5ru -ipru8te. -ips1a -ipse4l -ipsf^^f85 -ip2si -ip2s1k -ipsle6ge. -ips1t -ip6tar -i5py7 -i3p^^f8 -2ir -i1ra -i9r6and -ir5ark -i9rast -ira6tr -ir5de -ird5s -i1re -ir3eie -ir6ek -i3repo -i3rer -ire6r5a -ire7st -i3ret -i8reto -ir7g -i1ri -iri4a -iri8ka. -ir3ind -ir3inn -ir5inst -iri9t -ir5ka. -ir4kat -ir5ker. -irke3s6 -ir4kest -ir4kle -ir5kv -irk5^^f8 -ir4mag -ir4mal -ir4mast -ir9m^^e9 -i5roa -i1roe -i4roi -i1rol -ir5opp -iro1s -ir3re -ir7sko -irs2p -ir3s4t -irt6 -ir3ta -irti6g5r -i1ru -ir5u4k -iru8m -iru7sa. -i1r^^f8 -i1r^^e5 -ir7^^e56l -i1sa -i4saks -i4sanb -is3ann -i4s3ans -is3ant -i7sas -is5aud -3isbry -is6cen -isch5 -is3co -i5scr -i2sed -i4seel -i4seen -ise5ern -i2s2e3g4 -i2sei -is3eie -is5eig -ise5is -i2sek -i3sekt -i6s7eld -is4e5li -i2sem -ise5ne -i4seno -isensi6 -i5ser. -i5sers -i2ses -is5ess -i4sete -iset8je -i2seu -8is^^e9 -isha7ne -3ishav -is4h5in -ish^^f89ve -isi6ene -is5ild -i4s3ind -isis5t -is7jun -is9ka. -is3kal -is3kar -isk9art. -isk5arte -i8ske -is5ke. -is8kee -is4kel -isk5els -iske5s4 -is3kje -i3skjo -iskla8ga -is6k5le -isk3lo -isko5g -is7kogr -is3kop -is3kot -is1kr -is6k5rin -is1ku -is4kul -i5skula -is1kv -is4kvi -is1l -i6slu -isl7ut -isl9^^f8y. -i5smak -is4med -ismo5e -is5ne -is5nu -1isol -6isold -5isomo -is5omr -iso3pa -iso5pe -iso7pr -3isot -is1ov -is1p -is4pan -is5pane. -is6pis -is7pru -is4ses -is5si -issis5 -is6s7kj -is4sko -is7skr -is5sky -is4sk^^e5 -is5sok -is7sto -is6sve -is5svo -is4s^^f8k -i5stab -ista9le -is5tane -is5tap -i4s5tar -ist5avb -ist7avi -i2ste -is5te. -is4tek -ist5ekt -istel5l -iste6ma. -ist6en -is5ten. -is5tene -is5ter. -is5tern -is6ter^^f8 -is6t^^e9 -is4tik -is5tilb -is5tis -is3tok -is3tol -i2str -i8s8tre. -i4st5ren -i5strer -i6strer. -i4stres -i6stret -is3try -is3tus -6isu -is5uf -is5ul -is1un -is1v -is4vak -is7w -isy8na -isy5r -is5yt -i2s1^^f8k -i4s^^f8y -is7^^e5k -is3^^e5r -i1ta -ita4l3a -ita6l5ers -ita4lo -ita4ly -i6tang -itan7s6v -itau4 -i4tav -i4tec -i2teg -ite8ke. -i7teky -i6t7elg -i4teni -i2teo -ite3re -i4tero -iter6s5 -i4te5ru -i2te1s -ite6se. -itet6s5 -i1t^^e9 -it2i -iti6er. -i4ties -i2tif -i4tikam -i4ti3kv -iti5me -i2tio -i2tip -iti3r -i4tisa -i4tisen -i4tisi -i4tisj -i4tisko -i4ti3sp -i4tist -iti5str -i2tiu -itiv4 -itivs5 -it7jaran -it7jer -it7ji -itma6le. -itnes4s -i1to -ito9a -i4tom -it5ord -ito4s -itostra6 -ito8v -i1tr -i4tra. -i6trae -it3rel -it3ren -it5rim -itri8ma -it3rin -i5tris -it7ro6s -it1sa -it4s3ei -it3ser -it6ses -it5sku -itsla8ga -it1sn -it6sti -it3sun -it4tag -it6tak -it4tal -itta9la -it6tann -it6tap -it4t5at -it5ted -itte4l5o -it4tenk -itte5s4 -itt5ett -it4tid -it4til -it4tj -itt1o -it6tof -it7ton -it4tr -itt5skr -itt4s^^f8 -it4ty -it7tys -i1tu -itu5e -it^^e6r1 -i1t^^f8 -i5t^^e59 -i1u -iu6a -iu2b -i5u6l -i5um. -ium4f5ar -iu2m1i -ium5m -iu4mo -i6umse -i4um5s4t -i4umsu -iu2n -iu8p -i2ur -iu5se -4i1va -i4vad -i6vaj -i4v3aks -i5val -iva6la. -i4vana -i4v5ank -i4varb -ivar5s6 -i4v5ass -ivat3t -i1ve -i2veg -ive6ge -iv5eg6n -i4vei -iv7eig -i2vek -ive4ra -ive5ras -iver5d -i6veret -i4vesk -i4vesti -i6vesv -i6vet^^f8 -i2vev -i1v^^e9 -i1vi -iv5ins -iv5is. -iv5isb -ivle6ge. -iv3n -i1vo -iv7om -iv3r -iv4sal -iv2si -iv2sk -iv2sl -iv2sn -iv4so -ivs5v -i2v3un -iv7y -ivyr8ke. -i9v^^e6 -iv7^^e5pn -i1wa -iwi5 -i5wie6 -i5y -iyr8ke. -i5za. -i7zas -i4ze -i1zo -i1^^f8 -i1^^f84k -i1^^f8r. -i^^f8r5i -i^^f8r5s -i4^^f8s -i^^f83se -i1^^f8y -i1^^e54 -i^^e5rs7l -i^^e5t4te. -ja1ak -ja9ar -ja4da -1jae -ja7en -5jag. -ja4ga. -ja7gar -ja4ge. -jag6r -ja4ha -ja4hv -ja4j -jak4kel -jak7kele -jak4ko -jakk5s4 -ja1k8r -ja8kre -jaktel -ja7ku -ja3lo -ja1lu -jam7b -6jambi -jamh^^f88ve. -5jamm -jams2 -jan4gr -j5anl -ja6ra. -ja6r5ap -ja9rek -jarn3s4 -jar5ta -jar5te. -jar5tet. -jar7ti -6jar^^f8 -ja6r^^e5 -ja7se -ja8ski -ja5sti -ja5ta -jau4ere -ja9vi -1jaz -j1b -2jd -j2e -2je1a2 -je5ak -2jeb -jeb9b -je4deb -6je4dek -4jedr -jeep1 -6jeev -2jef -je4f3et -je2fj -jef5lag -je4f3re -jef4sa -jef6s5i -jef3t4r -je5ge -jeg5ge -6jegl -jeg6les -4jego -4jegr -4jegy -2jeh -je1i -je5i8s -4jej -2jeka -jek6keru -4jekl -je4kli -2jeko -jekt3a -jek4tan -jek6tes -jekt5ev -jek4t5in -jek4t3r -jekts4t -4jek^^f8 -2jel -je6legr -jelei7er -je7lele -je4les -jel7ge -jel6lag -jell5ang -jel5len -jel4lo -jelt3 -jel4tr -jel9ut -jel7va. -2jem -je4mia -je4mit -jemp6 -jem5pl -jem5se -jem4sti -2je7na -jen1d -4jendr -je3ne. -je7ne8s -4jenet -jen5ged -jeng5s4 -2jeni -4jenl -4jeno -4jenu -je2n1y4 -4jen^^e6 -2je5o4 -2jep -je3raf -je4r5ant -jer4dep -jerd6s -je3r6e -4jered -6jereg -6jerei -6jerenn -je5rik -je6rim -je6rin^^e6 -jer4kes -jer6k5l -jer4kv -jerle7 -jer6mu -jer6n5as -jern5sl -je6ron -jer4sp -jert5s -4je1ru -6jer^^e5 -5jesf -5jesh -jes4kil -2je3sp -jes4tea -je6stim -je3str -5jesut -je5sve -je4t3ag -jeta6ka -je9tar. -je7tara -je9tare -je4t3ru -jets2 -jet4t5an -jet6term -jett3o -jett5s6 -je4t3v -jety8e -2jeu6 -4jev6a -je7vark -je6vas -4jeve -jevi4s -jev7na. -jev7ne -6je^^f8 -j1f -4jg -j1h -4ji. -jib5b -ji7e6 -6jik -2j3inf -ji7ro -ji6sj -4ji^^f8 -2j1k -j4kap -6j1l -6j1m -6j1n -6jn. -j5ni -j2o -1job -5joc -jo4da. -jo6dat -jo6dis -jo4fl -jok9ker -jokk9o8 -jol5t6 -j3omr -jon2 -jo5ne -jon7n -jons1 -jons5a -jonse4 -jons3p -jons5t -jon6sti -jon4str -jonsu4 -4jop -jo5ra -jor6dek -jor6d7erv -jor6d7is. -jor4d3o -jord3r -jord5s -jords4l -jor6du -jo1re -jo4rie -jort6a -jor5tet -jo3r4u -2jos -jo3se -jo4ses -jo5stei -1jou -jour5 -j1p -4j1r -2j1s2 -j1t -ju8are -1jub -jubi3 -ju9bo -ju3de -ju2do -ju7doe -jue7ni -ju4e5re -jue9s -jug9le -5jugo -4ju2k -ju3ka -ju3ke. -ju3ken -juk9sar -ju2l -ju3la. -ju5lar -ju5las -ju4li. -ju6lid -ju4lik -jul7inn -1jung -jun7ge -ju6nis -8jup -jup7s -ju6p5^^e56 -ju4ra -ju7ras -3juris -ju9ro -ju3ru -5jury -1jus -ju5so5 -ju1ta -jut5o -ju6va. -ju6vak -ju1^^e5 -j5v -jy1 -jy8de. -jy2p3 -j^^e65le. -j^^e63ra. -j^^e69ran -j^^e69res. -j^^e67te. -j2^^f8 -1j^^f8. -1j^^f8a. -j^^f85b4 -1j^^f8e -2j^^f8ef -4j^^f8eg -6j^^f8ei -2j^^f8ek -4j^^f8end -4j^^f8eng -4j^^f8eta -j^^f81f -j^^f83gr -j^^f89kj -4j^^f8l -j^^f84les -j^^f8l6ver -j^^f85me -j^^f8n5ne -j^^f85pa -j^^f8p9sle -j^^f8r4kel -j^^f8r4sp -j^^f8rs5v -j^^f8r4tel -j^^f83ru -j^^f8r7ut -j^^f81r^^f8 -j^^f84ses -j^^f8st2 -j^^f89ta -j^^f83te. -j^^f8te4t -j^^f8t5eta -j^^f81tr -j^^f8tte4 -4j^^f81v -j^^f84vel -2j^^e5 -j^^e55ar. -j^^e59ge. -j^^e56la. -j^^e54le. -j^^e57les -j^^e55let -1ka. -2kaa -5kaa. -5ka4an4 -k3aas -ka3at -6kabes -ka7bo -4ka1br -4kaby -ka3da -6kadale -ka5del -ka6del. -ka4deri -4kadg -kadi7e -2kadr -5kadu -4kady -3kaen -ka3fe -kaf5fere -2kafo -ka9fr -2kaft -kaf5ta -6kaf^^f8 -2kag -k5a4gi -kag2r -2kah -ka5isk -ka5ism -6kajo -ka4ka. -ka4ke. -ka4ked -ka4kel -ka4kes -ka4ki. -ka4kis -4kakt -ka3ku -ka3lam -ka3lan -ka6lant -ka3las -kald5s -5kaldt -kal2e -3kalen -ka5lev -5kalis -k6alk -5kalky -kal7la -kal6lero -kall4s -ka1lo -kal3p -kal7s6v -kal4ves -1kam -ka6ma. -ka8me. -4kammel -kam4p3i -kam4pr -7kamu -1kana -ka8na. -4kanda -kan6da. -5k6ande. -1kane -ka5ner -kan4i -ka5nin -2k1anl -4k1anm -k3anno -5kano -ka4no. -ka8nom -4kansa -6kansi -3kansl -1kant -kan6t7end -kan6t9r -2kap. -5kapad -ka4pak -3kapas -ka5pe -5kapell -4kapen -3kapit -1kapp -kap3re -kap4s3t -1kar. -1kara -4karab -4karam -karan5 -ka3rav -1karb -4karbei -4karea -ka6rek -ka5rel -1karf -5karg -ka4ri. -ka6rid -6k3arki -6k5arkt -1karm -kar3n -ka3rol -kar3om -kar5pes -karp3s -3karri -7karsj -kars4t -1kart -kar5ti -5karu -4kar^^e5 -1kas -7kas. -ka5se4i -ka3sek -kas5ev -6kasj^^f8 -ka4sk -kas3ka -kasko5 -6kasp -ka4spi -kass6 -kas6sad -kas4sak -4k3assi -kas4so -ka4st -8kas5to -kas3t6r -1ka7t6a -ka3ted -3kateg -ka3tet -ka1to -ka4t5op -4ka1t4r -kat7s -kat5ta -kat4tel -kat6term -katte5s -kat4til -kat4tri -ka4t5y -k7au4r -2kav -ka7ves -k9avis -kav8l9u -9kay -2k1b4 -2kc -k5ce -kcen4 -2k1d -k5d6v -1ke -2ke1a8 -ke9al -2keb -4kebr -4kebuk -4kec -ked4 -ke5da -4kedag -4kedal -5kedan. -9kedant -ke5de -6kedei -4kedem -4kedes -7kedes. -2kedi -2ke5dr -kedu6 -4kedy -2ked^^f8 -2keeg -2keek -2keel -ke4ep -ke7ern -2keev -4kef -k3eff -k5eft -2ke1g -k3egg -keg8ga -5kegladh -ke5h -3kehet -4kehj -2kei -k3ei2d -k1eig -ke5il -ke1im -k6e1in -keis2 -2kej -2kek -kek2l -ke3kn -k1eks -k5ek4t -k6el. -2kela -ke3l4ak -5kelal -ke6lans -ke6lat -kel5eier -kel5eig -kel7eik -kelei8ke. -6keleis -kel3e4l -4k5elem -4keleng -4ke5lep -4keles -7k6elet -4kelev -keli8e8 -keli9en -3kelig -4kelign -4kelinj -kel5int -4kelis -ke4lise -5kelit -4keliv -kel5l -4kelof -6kelov. -4kelove -kels4 -kels7kar -kel5sl -kel5sp -kel5st -kel3sv -kelsva9 -kel2t -kelt3e -6kelua -4kelue -kel9uka -kel5uke -ke4l3ur -6keluv -kel5v -2kely -2kel^^e6 -2kel^^f8 -kel^^f88pa. -6ke5l4^^e5 -kel^^e57re -2kem -ke4mit -5kena. -6kenam -ken6ap -ke4nas -5kenatts -ken5de -6k5en6den -6k5en4der -4kend5r -ke3ne -4keneb -4kenek -4kenel -4kenem -6kenett -4kenev -3kenf -ke4ni -5k6enh -4ke5niv -ken3k -ken7n -ke4nom -ken1s2 -4k5ense -kens6t -ken7te -ken5t6r -4k3entu -6ke3ny -6ken^^f8 -2keo -ke3on -4kep -5kepi. -9kepia -7kepie -6kepl -kera7l -4keram -ke4ran -ker5ant -6kerau -4kered -4kereg -kerei4d -4kereir -6kereis -4kerek -4ke5rem -kere6n -6kerene -ke6r5eng -4kerenn -4kerep -ke4r5ert -ke3res -4keress -4kerest -4keresu -4keret -5keret. -5kereta -7kerets -3keri -ke4rif -6kerik. -4kerike -6kerikt -ke4rim -ke4rine -6keringi -6keringj -ke4rin^^e6 -ke4ris -8kerist. -8kerista -6keriste -3kerm -7kerop -5keror -4ke3ros -kero6se. -ke3rot -k4ert -ker5to -ker3t4v -ker3un -4kerus -keru6se. -ker^^f86re. -8ker8^^f8ya -6ker6^^f8ye -2ker^^e5 -5kes. -4kesam -9kesam. -7kesdale -5kese. -k5esel -ke5sil -4kesit -2kesj -k9es8ka. -4k5eske -kes8ke. -4keski -4keskj -6kesk^^e5 -kesle6ge. -kes5ped -5kespot -5ke4spu -5kest. -4ke3sta -5keste. -4ke5sted -4ke5stei -4ke5s4ten -ke3sto -4kestri -4ke5stru -4kestu -4kest^^f8 -ke4s5un -kes1v -2kesy -kes1^^e5 -2keta -keta6ka -keta6le. -5ketals -k6etar -ke3te -5kete. -4ketek -7keth -2keti -2ketj -2keto -2ket2r -kets2 -ket6t7enh -ket8tes -2ketu -2kety -kety6e -4ket^^e6 -ket^^f8y6s5 -2ket^^e5 -2keu2 -ke5ur -2kev -kev2a -keva8ne. -5kevas -3kevel -kevi6sa. -k1evj -kev6ja -kev4je. -k3evn -kev6ne. -ke3vr -kev^^e68ra -ke2yt -6ke^^e6 -2ke^^f8 -2ke^^e5 -1k^^e94 -k^^e9t5 -2k1f -k5fi -4k5g2 -k3ge -k5gh -kgu4 -4k1h -kh5ak -k4har -khe4o -khjul8s -kh6m -ki3a2r -k3ideo -4kidol -ki3dr -k4ie2 -kie5re -ki6el -ki3er. -2kif -ki5g4 -ki6ka. -ki1k8l -ki3k2r -kik4s -ki8la. -3kilde -ki4le. -ki5li -4kilj -kil9ja -kil6le5st -ki7loa -ki4log -ki3los -ki4lov -2kilt -ki7l^^e5 -ki8ma. -ki4me. -5kimo5 -ki4mol -2k1imp -kin9and -ki4nark -ki5nas. -6kind -ki5ne -ki6ne. -2kinf -1king -king5and -kin3ge -kin5ing -2kinn -kinnsi8da -kinnsi8de. -kinn4sp -ki2no -2kins -kinsi6de. -2kint -kinti8me. -ki6nu -2kinv -kio4 -4kiol -7kios -2kip -ki5pe -ki4p5l -kip5pe -kip2s3 -1kir -ki5re -ki5ri -4kirs -ki3se -ki5sko -ki3smu -ki1s2p -ki5stav -ki5str -ki6ten -ki7ti -5kito -ki4ton -4kiu -k6iv -ki4vek -ki4v5enh -ki6vi. -kiv3s -kj2 -3k8jan -kjap5pe -6k7jarn -kje7fj -kje7f6r -4kjegg -3kjeld -kjel7leg -5kjemas -3kjemp -6kjenk -kje9ny -kje1s -kje6t5r -kjet5t -6kjor -kju5le. -kju5len -kju9r -3kj^^e6rl -k5j^^f8di -1kj^^f8p -3kj^^f8ri -kj^^f84tr -2kk -k1ka -k2kab -kk3aft -k2k1ak -k2k3al -k2kam -k4kanb -kk5and -k8kand. -k6kanden -k4k5ang -k4kann -k4kao -k4karb -k6karg -k4k7art -kkar6ta. -k5kast -k6kasu -k6katt -k2k1au -kk1av -k6kedo -k4kedu -k2kee -k2keh -kk1ei -k5kel. -kke6lei -kk5e4lev -kkel3t -kkelu4 -kke4luk -kkel5un -kke6nan -k5ker. -k4kerei -k4kerel -k6kerent -k4kerig -k4kerit -kke5r6und -k4kesa -k5kesau -k4kese -k4kesi -kke3s4l -k4kesp -k6kestad -k4kete -k5ketet -k4ket^^f8 -k4k9g2 -k1ki -kk3ind -kk3inf -kk9inn -kk3ins -kk3int -k2kir -k1kja -kkjek8 -kk5jent -k4k5jern -kkje7t -kk5ju -kk5k -kkla4g -kk3lan -kk8lar -kk7lau -kk1lo -kk1ly -kk3l^^e6 -k4kn -kk5ne -kk5ny -kk6s5v -k1kod -k1koe -k4k1of -kko6lig -kk5oml -kk7oms -kk9omt -k6koo -kk1op -kko7s -k4kosi -k6kosk -k4kost -kk3ove -k4kra -kk5ram -kk3rap -kk3rea -kk5rei -kk3ren -kk3res -kkri6k -kk3ro -kkro8e -kkro4s -kk3ru -kk4rus -kk7r^^f8 -kk7r^^e5 -kk7s -kks6al -kk4sar -kk5sed -kk3s4ei -kk4sin -kk1sk -kks4kj -kks4l -kk3sla -kk7sle -kk5sli -kk3spe -kk1s2t -kks5tak -kks7tep -kkst4r -kk8s7va -kk5s4^^e57 -kk3t2 -kk5uk -k2k1u6t -kk1v -k2kvo -k1ky6 -kkyl4 -kk5yr -kk7yt -k2k1^^f8 -k8k^^f8l -kk^^f86r -kk^^f8y6 -kk1^^e52 -kl4 -6kl. -4kla. -4k5lagt -2klak -kla9ke. -kla4mel -3k2las -k7lati -kla4tr -kleby7t -3k4ledd -kle4deb -kle4des -2kleg -klei9e -k7leik -k4leiv -k2lem -5k6lem. -7k4leno -k6lerik -kles7j -kle5sno -kle4sp -kle5sti -2klet -8klia -4klie. -4klig -1k2lim2 -3k4lini -k5linj -1klip -4klit -klon7a8l -1klos -2klov -k3lukt -4klun -klun5t -k5lyd -6k7lyf -klyse7te -k2l^^e6 -kl^^e65res -kl^^f87na -k6l^^f8r -6kl^^f8s -kl^^f89va -kl^^f85ve -6k1l^^e5n -kl^^e55re -2k3m -kmann6 -km^^e5l2 -2k1n2 -3k2nap -kna5t4re -kne4b3l -k4nedi -5k2nee -kne8se. -k4nest -kn5f -3k4nip -knippe6 -kni2t3 -3k2niv -kno7g -kno6kl -5knop -kno9ta -kno5te -3k2nu -4k3num -3k2ny -kny4s -k2n^^f8 -kn^^f89le -kn3^^f8y -9koa. -4ko1ak -9koane -ko7ar -ko2b3 -ko3bo -4ko3br -ko5da -4kodd -ko4de. -3kodek -5koden -2kod^^f8 -ko3e -3koef -4koek -4koel -4koes -4koev -ko4g5eng -kog9ger -kog3l -ko4gre -kogst6 -ko4gu -ko6g^^e5 -2koi -koi4e5ne -ko7i6k -ko1in -2koj -ko8ja. -ko4ka. -ko4kab -ko4ke. -ko6kel -ko1ki -kokk6o -k3okku -4kok4l -4koko -2koku -kolba5 -2kole -ko4leg -ko4lei -ko6lel -ko4let -ko4leu -3kolle -ko5lo. -kol5p -4koly -2kol^^e5 -1kom -ko4ma. -4komaf -ko4me. -6komg -ko4mi. -4komil -4komisb -ko4mise -2komr -4komse -kom3sl -kom5so -kom4st -4kom5t -4komu -4kom^^e5 -k6on -ko4na. -kon3d -kon6dr -kone5l6^^e5 -4koniv -kon3s2 -kon6s7v -kon6ton -ko4nu -1ko1o -4koom -ko5pa -ko5pers -4kopet -ko4pi. -ko4pip -ko4p9l -4kopo -kop5per -2kopr -ko1ra -ko4ra. -kor6da. -kor4d3o -kord5s4^^f8 -kor4du -ko1r6e -6koref -4ko7rei9 -ko5rem -ko7ret -ko3ri -ko6rik -4korm -ko5rol -6korpa -6korpe -1kor3r -kor4sal -kor6s5inn -kor4s5l -kor6str -kor4sv -kor5tes -kor6top -kor4t5r -kort5s4 -ko5ru -ko6rume -1kos -2kosa -ko6sa. -ko4sed -ko4sek -5kosele -ko5sen -ko4ses -ko9si -kosi9d -ko2sk -ko1sl -4kosmu -2koso -2ko1s2p -ko6sta -kost7as -kos6t5ers -kost5j -4kos^^f8 -kotes7 -ko5t4i -4kotil -4kotr -ko6tre -kot2s -kots5tr -kot4ti -kott4s -kotts5t -4koty -2kou4 -kout3 -kou7ta -ko1va -kover7e -4kovr -1kov4s3 -4ko^^f8 -4ko^^e5 -6k1p -kr6 -k3rad -1k4raf -5krag -3krakk -krani6e7n -6krank -3krans -4krap -kra9se -kra4sj -kras9ja -kras5je -kras5s -kra4to -kra4u -1krav -4kred. -3kredi -4k1reg -kregi3 -4krei -krei9e -krei5s -6krek -kre4kli -2krel -k5rela -4k3renn -4krent -6kreo -k5repr -5kreps -5kresj -kreta9 -6k7retn -k4rets -k3rett -2krib -4krif -3k2rig -kri9ga -4krik -kri5ke -kri4kj -krik6ka -1krim -kri4me -3k6rins -krin6s7t -kri2p -1k2ris -7krisene -k2rit -3krite -6kriv -k2ro -kro5b4 -kro5de -k3rofo -k4rofor -krok7k -k6roni -k5ronl -kro4nom -k4rop -krop9n -kropp4 -k4rost -kro9t8e -kroten9 -kro3v -kru3i4 -krum3 -kru5sa -krutt5i -kru3tr -2k5ryg -kry7pa -kry5pe -kry4pi -3krys -kr^^f85ke -kr^^f83v -4kr^^e5d -kr^^e58da -kr^^e5e6 -5kr^^e5k -kr^^e55le -kr^^e59m -kr^^e57ne -4ks -k1sa -k3sa. -k2s3ad -ks3alt -ksa5me -k3sane -k4sans -k4s3ant -k3sar. -k7sara -k6s3ark -k7sas -k1sc -k2sed -k2see -kse6ge -k2s1ei -k5sekt -k5sela -kse5lev -ksen5to -k4serf -ks3erk -k5serol -k4sesa -k4ses6k -k4se3sm -k5seso -kses4p -k5sess -kses6sel -kses8serie -kses4sp -kses4st -kse6te. -ksf^^f84 -k5sia -k2sif -ksi5ko -ks3ind -k3sing -ksi7ni -ks3inn -k4s3ins -k7sio -ksi3st -k4siti -ks9kab -k6s3kal -k6skio -ks1kj -ks5kl -ksko7na -ksko5ne -ks1kr -ksk8u -ks9ku. -ks7kua -ks8kut -ks1k6v -ks1l -ksla8ga. -ks5lo -k7s6lu -k8s7lug -ks5l^^f8s -ksl^^f88va -ksl^^f88ve. -k5s4mak -ks4mel -k5s4no -k7s8n^^f8 -k1so -k6s7oa -k6sod -k4sog -k4somb -k2s1or -k2sot -ks1ov -k3spal -ks3pek -ks5pio -ks3pir -kspor6t5r -ks1pr -k3spy -kss2 -ks3sm -k5stad -k4stak -ks3tal -ks5tant -k9s8vak -ks6tav -kste4da -ks4teg -k3stei -k4stek -kst3ev -kstev6ne. -ks4til -k4stin -ks1tj -ks1tr -kst6ran -ks4t5rek -k6stren -k6strer -ks4tri -ks4tro -ks9tum -k5stus -ks3tyv -k2st^^e5 -k1su -k6sun -ks1v -k9s8vake -ksva8ne. -ks5veg -k7s6vert -k5s4vin -ks5w -ksy8na -ksy8s7m -ks5^^e6r -ks^^f84ke. -k6s3^^f8l -ks1^^e5 -k3s^^e5. -k4s^^e5p -ks^^e5r4 -ks^^e5t4 -6k1t -k5ta. -k4tag -kta6ka -k4t3aks -k4takt -kta6la. -k4t3ana -kta9na. -kt3anl -k4t3ann -k4tanv -kt3app -k9tar. -k4t3arr -k4t3art -k6tass -k5tast -k6t7atl -kt5avh -kt5avk -k6t3avl -k3ted -k4teda -k6tee -k4tef^^f8 -kt5e4ge -k2te5i -k6teka -kte5le -k6t5elsk -kt5e4lit -ktem8 -kt7emn -k4t3enh -k9ter. -kterie5n -kterie7ns -kter5s6 -k7tes. -k6tesa -k6tese -kt5eske -ktes6ke. -kt5esti -k4t5e4ta -k4tete -kt5evn -ktev6ne. -k5tib -k3til -k4t3ins -k5tir -ktis5t -kt7i6te -kti6v7end -k2tja -kt7ju -kto9a -kt5off -k6togram -k4toli -k2tom -kt5omf -k2t1op -k9tor. -k7tora -kt5ord. -k5tore -ktori9e8 -ktor7s -kt1ov -kt3ral -k2t1re -kt2ro -ktro5s -k2t1ru -kt4s5amb -kts5ar -kt5sek -kt7sem -kt4s5er -kt6sin -kts5kra -kt5sku -kts4kv -ktsle6ge. -kt6sok -kt5spre -kt4sta -kts6ton -kts5top -kt4st^^e5 -kt3t8 -ktu9er. -k4tuk -kt7und -k2t1ut -kt7yrk -ktyr8ke. -kt^^f8r7 -kt^^f8r8e -k6t5^^f8s -kt1^^f8v -k2t3^^e5r -ku2a -ku9an -ku4be. -ku3bj -2kud -ku4dal -ku4er. -kue4r5a -ku4et -6kuf -ku4f3l -6kug -k5u4gr -ku7is -kuit6 -6kuldi -kuld3r -ku4led -ku4leg -ku6lei -ku4lem -ku5len -ku4let -ku4lev -ku5li -ku6li. -3kull -1kult -ku4man -kumen6tal -ku6mi -kum2s -3kumu -1kun -kund5s6l -2k1ung -kun4ge. -k6unn -ku4o -1kup -ku4pe. -kup4pl -ku7ra -ku4rek -ku8r7o -ku7r6op -kuro8pa -1kurs -kur6sk -kur4sp -kur4s3t -kurs3v -kur3t -ku5ru6 -kuru9ken -kuru7ker -1kurv -kur4v3i -1kus -5kus. -ku7sa. -kus5a6k -5kuse -ku4s5el -ku4ska -ku7s6pe -kus3t -6k1ut. -ku1ta -4ku5te. -ku5to -ku6t7r -2kuts -1kuu8 -ku^^f8y6 -kv2 -kva8ke -k4vali -k6vard -kvari6e5n -k6vart -kva9se -kve3d2 -kve7e -k6veil -kvei9se -1k4vel -kve5la -4k3verd -5kvern -kverns8 -2kves -kves5t -7k6via -4kvid -3k4vie -kvi4ene -kvi5er -kvi7la -3kvinn -kvi5se -7kvist -2kviv -1kvo -k1vog -6kvok -k4vot -k2vu -4k3v^^e6 -k1v^^e5 -k7we -k5wu -ky5a -ky6el -4kyf -kyf5le -2kyg -ky4leg -2k3yns -kyn6skjer -ky2p1 -ky4p5r -1kyr -kyrie5ne -kyr8ke. -ky8sa -4kyse -ky6se. -kyse8te. -ky3skr -kys6sk -1ky4st -kyst3a -kys4tel -2kyt -ky6ta. -kyte3s -k1^^e6t3 -1k^^f8. -k^^f82ar -1k^^f8e -k^^f84en. -k^^f82er -6k1^^f8k -k^^f84le -k1^^f8n -k^^f8n6skjer -k3^^f8rr -k^^f8s4 -k^^f85se -k^^f8y7ar. -k7^^f8yd -k^^f8y4e5ne -1k6^^f8yr -4k^^e5ke -k^^e53le -k^^e5n8da -k^^e55ne -k^^e54pe. -k^^e57pen -k^^e59ras -k^^e51re -k^^e51ri -k^^e52t5 -k5^^e5t6t -1la. -2laa -la1b -4laba -la6bl -1labo -4laby -4lad. -l6ade -la4dem -4ladg -ladi9e8 -2ladm -2ladr -lad1s4 -1lae -2laei -4laent -4laep -2laf -la3fl -4lagg -lagi4 -6lagne -la2go8 -lag5om -la2g1r -lag5san -lag4sj -2laha -2la1in -la5ka -la4ke. -4lakj -l2akk -la2kr -l7aksj -l5aksl -4lakt -lakterie6 -la5k^^f8 -2lal -l1alk -la5mab -4lamb -la4mes -la4met -la3mo -l8a8mu -4l3anal -lan2c -lan6das -lan6deb -land3r -l6a3ne -3lane. -4lanet -lan6gel -lan4gem -lan6germ -lan4gr -lang3s4 -lang4s5e -lan6g5^^f86 -4lanl -4lann -l3anno -la4nor -6l5ansi -lan5ti -4lanv -l3anvi -2lao -la6pal -la7pi -la8pl -lap5sa -lap5sen -lap5s4i -1l8ar. -6l7arab -2larb -l8are. -4l7area -la9red -la5rem -l6aren. -4larena -lare6t -la6r7eta -5larf -la7ria -lari6e7n -4l3arki -l2arm -lar3n -6l7arr -4lart -lar6ta. -lar7vet -la6sc -la5se -lasi9e -la2sk -7laskj -4lasm -la5smi -4la4sp -las6sak -las6sam -las6sat -las6sel -l6ast -4lastr -las3v -la1ta -lat5ang -6latau -la4teg -lat6ek -la4teno -late5s4 -la5ti -la6ti. -4latm -la1to -lat7ra. -lat9ran -lat5rar -lat4t5is -lat4tra -latt6u -lau7a -2laud -laue6 -4laun -4laur -lau7se -lau6st -2laut -2lav -la4v5al -la4vel -l5avh -lav5inn -6lavs -7lav^^e5 -1law -lay1 -2l1b2 -lba3de -lba4k -lba5ke. -lba4ne. -l5be -lbe9na -lbe8re. -l4boa -l6buh -lby4e -l5b^^e5 -2l1c -l4ce. -6ld -l7da. -ld5aks -ld5akt -l9dand -lda6t5o -lda6t5y -l2deb -l5den -l2de5o -l2dep -l3der -l7der. -lder7a -l4derek -l6derik -l6derkl^^e6 -lderle9g -lder5s6te -lder6s5ti -l4desh -l6destr -l9d^^e9 -ldis7k -ldo9a -l8d5oks -l2dol -l4dore -ld5ovn -l3drak -ld3ran -ld5ras -l6dre. -ld7regn -ld5rer. -l8dres. -ld1ri -l7dry -ld1r^^f8 -ldse8 -ld4sek -ld4sel -ld4ses -lds1k -ld4ska -lds4kj -ldsla8ga -lds6leg -lds4let -ld4s9m -ld5s4om -lds3tr -ld6tus -ld^^f82 -ld^^f85d -ld^^f85l -ld7^^f8y -1le -2lea -le7ag -le3ak -le1al -lea5la -3leas -le5at -2leb -le4bem -le6bosta -5leb^^e6k -lec4 -2leda -5ledar -led4d^^f8 -4ledeb -le4dem -6ledep -le5der -le3des -2ledo -3ledop -5ledov -le4dro -le5dry -led1s2 -6ledu -4ledy -2led^^f8 -4le3d^^e5 -2lee -6leei -6lefa -lefa6ne. -4l1eff -2lefi -4lefl -4lefor -4lefot -2lefr -l1eft -6lefy -4lef^^f8 -6legap -5legas -3lege -le4ged -le9gen -le4gera -le9geran -le9geras -le4gero -le4geta -le4gev -7leggi -le3gi -6legif -4legj -2le1g2l -le4gol -4legre -leg3s4 -2legu -2leg^^e5 -2leh -6lehal -6lehamr -6lehan -6lehau -6lehave -le3ido -l6eie. -lei5ende -lei4e5ne -l6eiet -leig6d -lei4ger -lei7ger. -lei4get -leig4h5 -leig6na -leig8ne -2lein -le3int -lei6r7u -leis7t -l6eit -2lej -2leka -le4ka. -6lekan -le3ki -2lekj -lekk7s -2lek2l -2lekn -lek4na -2leko -2lekr -4l3ekso -4leksp -lekt5ord -lekt4s5t -2leku -2lekv -4lek^^f8 -4lek^^e5 -2le3la -8l9eld -2lele -l3elem -4l5elg -5lelig -2lelo -3lels -4l3elsk -le1lu -4leluk -l5elv -2lely -4lel^^e6 -2lel^^f8 -lel^^f86pa -4lema -le3me -le8me. -4lemet -8lemetrisk -8l9emn -lem8na -2lemo -lem9ped -lem5pes -3lemr -lem4si -lem4s5^^f8 -2lemt -lem5ti -2lemu -6lemy -4lem^^f8 -2lem^^e5 -le4na. -le4nal -4lenav -lend8a -len9dan -6lenden -l6endre -4lendri -4lened -4lenem -4lenev -len4g5r -leng9u -le5ni -4leniv -lensa4 -len4s5ak -4lensem -len5ses -len4sta -len4tam -len4tr -len8t9ra -2len^^f8 -4len^^e5 -2leo -5leol -2lep -le5pa -le4pel -le8p9enden -le2p3j -le8pla. -le4ple -4lepo -4leraba -4leram -ler5d -l8ere -le9re. -6lerea -4leref -4lereg -4le9r8ei -4lerek -le5res -4lereso -4leresu -4leret -4lerev -9leri. -7lerie -le6riei -le7rina -le4riv -4l5ern^^e6 -le5ro. -4lerom -6lerope -le3ros -4le3rot -7lers. -lers4p -ler7te -le1ru -4lerus -leru8se. -2lery -5leryr -2ler^^f8 -2ler^^e5 -5l6es. -le4sab -4lesam -7lesar -4lesau -2lesc -le5sed -le4seg -4lesek -le5sen -le3ser -4leset -4lesho -le6si. -4lesig -le7sing -les5inn -4lesit -4lesju -le7skap -le4s3kj -6leskol -le6sk9u8t -4lesla -2lesp -6lespal -les3s6 -lesse6ne. -4lesta -9lesta. -7lestal -le5sted -le5steg -le5stel -le4stim -le3sto -4lestr^^f8 -4lestyr -4lest^^f8 -4lest^^e5 -4lesug -les1v -le5s6vi -4le5sy -4les^^f8 -5les^^f8y -3let. -le4tab -6letak -leta8ka -leta8le. -l5e4tas -5lete. -6letea -4leteg -4letek -le5ten -6letenk -6le7tep -le5ter. -4letes -2le3ti -l5e4tik -2letj -2leto -2let2r -le7tre -le5t4ri -3lets -let6sj -lets8k -let6tea -let6tr -lett3s4 -2letu -le4tv -2lety -lety8e -4let^^f8 -8let^^e5 -4leul -2leun -l1eur -2leut -le4ute -2lev. -le6vad -le6valu -le4ved -4leveg -4levei -4levek -6levern -4le4vev -levi6d -lev5n -2levo -lev1r -4levs -4lev^^e6 -lex1 -4le^^f8 -2le^^e5 -5l^^e9e -1l^^e9r -7l^^e9t. -7l^^e8 -5l^^ea -4l1f -l4fa. -lf5ant -l5far -l5fe -lf3f -l5f6in -lf5ja -l7fje -l6f3nul -l4fom -l4fut -2lg -l6gaf -lga8le. -l4g5alt -l4g3ana -lga5t -lga4ve. -l2ged -l4gela -l4gele -l2gem -lge4r5an -lge4rap -lge5ri -lger5un -l4gery -l4gesl -l6ge7sp -lg5g -lgie8n -lg1lo -lg5ly -lg5n -lg3ob -lgo2d -lg1ok -lg1om -lg5ov -lg3ref -lgr9^^f8y -lg3s2e -lg2sk -lg5s4kre -lgsle9g -lg5s4tr -lgu4l -lg3un -lg3ur -l1g^^e6 -lg5^^f8 -l6g^^e5. -lg5^^e5r. -lg^^e58va -lg^^e58ve. -8l1h -lha8ka. -lhav6s5 -l5hj -1li -li1a -li4ala -li2am -li5ans -li4as -liba5 -libe5ro -libi5 -libie6 -liby5e -li4dak -li4ded -li4do. -2l1idr -lid3t -li4ene -li3er. -li5ers. -lie5s -3lif -4lifat -lif5f -3lig -li4ga. -li4g3an -li4gar -lig9art -li8gas. -li4g5enh -li4get -5lign -li4g3re -lig3se -lig3s4i -lig3sl -lig3s4p -lig5s4ti -lig5str -li2gu -4lih -li5kan -li9kar -li7kas -li5kee -li3ken -li5kes^^e5 -li9ki -likk3o -li1k2l -9likn -liks4t -li5ku -6lila -4l5ild -li3le -lil5lebe -lil5let -li4mar -li4mas -li6mate -l6ime -li4me. -4limh -limp3r -lim7r -lim9u -li4na. -4lina6l -lin6c -linch5 -5l4indr -4lindu -l5indus -li4ne. -li3ne6a -li6nem -2l1inf -lin4g3j -ling5l -ling7sen. -5lingv -4l5inju -lin5kes -lin5kle -lin4kv -2l1inn -lin5net -3linni -6linns -6l5inntr -li4nor -l4inse -5linsk -4l3inst -4lint -2linv -li6n5^^f86 -lio4no -lion5sp -lion5sv -li5o6s -2lip -lipes4 -lipp4s3 -li9rar -li4rek -4lisak -li5set -lis4kl -2liso -4lisp -lis6sp -lis7tan -lis6terk -lis5ti -4lis6til -list3o -li6s8tr -list7r^^f8 -lis4t3u4 -li4st5y -listyr8ke. -li4tee -li4tek -li4ti3a -li4tid -li4tig -li4til -li4tim -liti5st -li4tiv -lit5j -6litn -li5to -li2t1r -lit5rer -lit6tele -lit6terk -lit6term -litt5s6 -li5ty -7liu -li6va. -li4v3ak -liv5eg -livi5e -liv2s3 -2lj -l1jan -l1jar -l4jarb -ljar5s6 -ljas4 -l4jed -l6jee -l2jei -l2jek -lje3l -lj9elv -l1jen -l3jer. -l4je1s -l5jes. -ljes4t -l5jet. -l4jete -l5jete. -l6je5t6r -l2jev -l5j^^e9 -l1ji -3l2jod -ljo8e -l4jom -lj5ori -3ljos -lj5un -l7jur -lj7ut -lj^^f83 -l5j^^f8s. -6l1k -l3ka -l5ka6l -lkali9e8 -lk4an -l6k5b -lk4e -l3ke. -l2ked -l5kedal -l3kede -lkeei4 -l6keh -l5keleg -l3ken -l7ker. -l4kera -l4keri -l4k5ers -l4ke3ru -l5kestad -l5ket. -l5kets -lk2l -lk4li -l5k4lu -l6k5nin -l6ko. -lko9ma -lko9sa -l2kot -lkras5 -lk5ri6k -lk4ser -lk1s4t -lku4le. -lku8t -lk9ute -l6kveg -lk^^e51 -2l1l -l5la6a -ll6a5f -l2lak -ll1al -l4lami -l5lane -ll3anl -l4l5ano -llans4 -ll5ansk -ll7apa -llap3s -ll4as -ll5asp -ll5aur -llau6re -ll7avl -ll5avr -ll3d2 -lle5a -l5leak -lle8da. -lle4d3r -l3lee -l2lef -lle5gev -lle5gr -l5leha -l5leho -l5leh^^e5 -l4l5eig -l4leki -l6l5ekst -l4leli -l2lem -llen6da. -ll5enden -l4lendr -l6lendt -l4lenk -l5l8ens -l4lentu -l4lenu -ll5eple -l6l5e6rik -l4lerob -ll6es -lle4so -lles5pr -lle5st^^f8 -l5let. -l4leta -l5lets -llet6tele -l8let^^e6 -l2leu -ll5even -lle7vev -l5lev^^e5 -l2l^^e9. -ll3g2 -lli1e -lli5e4n -l9lig -l2lim -l4l3ind -l4lins -ll3int -l9lint. -l3lip -l4lir -lli6sen -l4liv -ll1j -ll3k2 -ll5m -llmue9ne -llmu7ens -llmu9er -l5lo. -llob5 -l2lod -l4l3off -llo5id -ll5oks -llo2m1 -ll3op -ll5opp -l2l1or -l4loso -l6lote -ll5p -llra7n -ll4sak -llsa6me. -ll4sem -lls5end -llsk4 -lls6kar -lls5kv -ll5sk^^e5 -lls5lag -ll3smy -lls4no -lls4te -lls6tig -lls7^^f8k -ll3t4 -llto4e -l8lua -l4lu4e -l4luf -ll7ug -llu4k -l8l7uka -l4l3uke -l6luks -l5lum -l4l1un -llun6ge. -llu4pi -l2l1ur -l3lus -l2l1ut -ll1v -llva8n -lly4se. -l4l^^f8k -ll5^^f8ks -ll^^f86pa. -l4l^^f8ve -ll7^^f8y. -ll5^^f8ya -ll3^^f8ye -ll^^f8y6er -ll5^^f8y6n -ll1^^e58r -ll3^^e52s -2l1m -l5ma. -lm3anm -l4map -l4marki -lm3av -lm7b -l4m3els -l4melu -lm5e4po -l4m5erf -lme7ri -lme7sti -lme5t4r -l5mil -lmi8le. -lm3ind -l5ming -lmini6 -lmin7ne -lm3ins -lm5int -l7mis -lm5l -lm5m -lm1op -lm1s -lms6j -lm5s2p -lm3t -lmu4le. -lm3ut -lmyr8ke. -l4m^^f8. -l6m5^^f8s -lm5^^f8y6 -lm^^f8ya9 -lm^^e56la. -lm5^^e54r -l4m5^^e5s -2l1n -l2nab -l3ne -lni4u -l7ny -lo1al -7loane -lo1a4r -5loar. -2lob -lob5by. -lob9byan -lob9byar. -lob5bye -lo2bl -lo2d3a -lo3de -lo4d3ri -lod3s4m -lod7ste -lod7s6v -lo6d5u -6loeng -6lofj -3loft -1log -lo5ge -lo4gir -log2o -lo3gop -log8res -lo6g5ro -log5sa -4loh -lo5id. -lo3ide -lo1in -3loja -lo1ki -lok4ko -lok6kul -2lo1k4l -4lokon -2lok7s4 -lok8se. -lo1k4v -lole6ge. -2lolj -lolo9 -l5omdr -lo4m5in -lom4mel -lomst9r -lo4nal -6lond -lo5ne -lon4g3r -lo4nit -lon7skj -2lop -lo3pa -lo4pea -lop5pa -5l4opt -lo1ra -2lord -lor6da. -lo1re -4l1org -lor4g5l -lorie6 -lo1ro -lo7r^^f8d -lo7sa -lo6sek -lo4ses -lo5sev -los4kle -lo1sl -lo9sp -2lost -lo9tes -lo8ti. -lo3to -4lottet -lo1un -1lov -lov7ald -lo3van -lo9vand -lo7vane -lo3var -lo3ve7d6 -l6over. -love5re -l5overn -l5overt -7lovo -lov3sa -2l1p -l7pa -lpa5re -lpas5 -l4pedo -l4pee -l2pei -l2pel -l5peleg -l3peli -l4pelin -l3pesm -l4peti -l2peu -lp2h -lp2i -lpin3e -lpi5ne. -lp2l -lpo6et -l4put -l5q -2l5r4 -lra8da -lradi4u -lra6ne. -lre4de -lre4i -lre8ka -lre8ke. -lre8va -lri8ma -lri4ve. -lro8de. -lro6pa. -lro8sa. -lro4se. -lrot5s -lr^^f86re. -lr^^f85v -lr^^e58da. -lr^^e54de. -8l1s -l2sad -lsag6 -ls5ald -ls4am -l7sana -lsan6ke. -l4s5ano -l4s3ans -ls5ark -l4sat. -l4scu -l3se. -l2sed -l2see -ls3eid -ls5eig -l4s3ele -l4s3elv -l2sem -ls5emb -l4seno -l7ser. -lse2s -lses5ku -lses3l -lses5pa -lses5s -lse8s5tr -lse4te. -l2seu -l6sev -l4sf -l2sh -l5sig -l5sik -l6s5ill -l4sim -l5simu -l4s3inn -ls5jakk -l5sjef -ls3jeg -ls3jen -8lsk. -ls5kabi -l4s5kan -ls5kari -lsk5art -l6s5ke -lskif5 -lskinn6 -lskinns5 -ls3kjo -l6skl -lsk3l^^e6 -ls3koa -ls5kor -ls3kov -l4skra -lsk5un -ls7kva -ls3kvi -l4sk^^e5 -ls3k^^e5p -lsk^^e56pa -l2sl -lsla4ga -l7slagn -lsle6ge. -ls5lo -l5s4luk -l6s5l^^f8s -l2sm -l5sm^^f8r -lsm^^e56la -l2snu -lsok3 -ls5ond -lson6de. -l2s1or -ls7o6se -l5sot -ls1ov -l2spa -l9speg -l5spei -l9spel -l5spi -l4spr -l5spred -ls3pri -ls7s2 -l4s3tak -l4s3tal -l6stank -l6ste. -ls4ted -l4steg -l3ste4i -ls4tel -ls5terr -ls6ti. -ls4tie -ls6ton -ls5tren -l9stri -l2su -l5sub -l3suk -ls1un -l2s1v -ls7vea -ls5vee -lsve8en. -lsve7re -l4svik -ls6vind -l4s^^f8r -l2s1^^f8y -l2s1^^e5 -2l1t -l4taa -l4taf -lt3akt -l3tal -lta4la. -l4t3alb -lta6lev -lt3anl -lta6no -lt3art -lta4st -lta4t3o -ltat3r -lt3avk -l5tav^^e6 -lt9b -l3tede -l4teka -lte6ma. -lt4en. -l4t5enh -lt3epi -l4teras -l4t5erst -ltesa8me. -l4tiet -l2tif -lti6g5 -l2tik -l4tina -lt3ind -lt9inn -lt3ins -l4tivi -l2t1ja -ltle8ge. -lt9n -lto9ar -l3tog -lto4s -lt3ost -lt2r -l3tra -lt3reg -lt3rei -l6treko -l6t5rel -l6t7rem -l4trens -lt3res -l5t4rest -l5trev -l4t5rit -lt3rol -lt3rom -ltro8pa -l5tros -l4t5r^^f8d -l5tr^^e5 -lt1s2 -ltsa8me. -lt5s4i -lt7s6t -lt2s3v -lts4vi -lt7t8 -lt3und -ltu4ra -ltur5e6 -ltu5r6en -ltu5r6er -ltur5s6 -ltur5^^e56 -l2tut -l5tv. -ltva8la -l3tvs -l4t5w -l3ty -lty8d -lt7^^f8l -lt3^^f8v -lua8r -2lub -lub6band -lu6bri -lu5c -lu7ere -1luf -3lugar -lu7go -lui6 -luid6er -1luj -4luk. -lu4ka. -4luket -luk6keri -lu3kr -4luly -l4um -lu6mel -lu2mo -lum6sk -lu4m^^f8 -lun5d4r -lu4ne. -lun4gel -l7u2ni -lun5ne -3lunsj -4lunt -lu6o -lup4s -lu2p3u -lur2e -6lurei -lu5ren -lu5ri -6l5urn -lur8na -lur8ne. -lur8ta -1lus. -lusa5 -lu7sak -lu6sel -lush7e -lu2s5k -lus4o5 -lus4sid -lus4s3t -lus1t -luta3 -lu3ta. -lu7tet -6lutf -4lutg -luth -3lu5t6he -lutla9 -lut6m -lu1to -lu4t5r -2luts -lut4tal -lut4tap -lut4t5at -6lutv -1luv -lu4va -lu4ve. -lu9ven -lu9ver -8lv -l1va -l4va. -lva6k -l4vakti -lva6la -l4va4m -l4vana -lv8and -l7var. -lv7asa -l4v5ass -lve3d4a -lve5i6s -l4vela -l4vele -lv4en -lve9ne -l9ver. -lve9rau -l4veru -l4vesk -lve5sl -l7v6et. -lve5str -l9v^^e9 -l1vi -lvi8ene -lvi9er -lvi6ka. -lv9im -lvin5g6r -lv3iro -lv1j -lvly8se. -lv3n -lv1of -lv9op -lvo8re. -lvor4s -lv5o4v -l6v5p -lvra8r -lv9ri -lv1s2 -lv5se -lv7s6k -lvs6l -lv9ta -l5v^^f8e -lv1^^e5 -l3v^^e5g -lv^^e54p4 -lv^^e56r -l5w -ly1a -2lyb -ly4d9r -ly5e -lyes3 -ly4gel -ly5g6l -ly8is -2lykj -lyk6keri -ly5ku -ly7kv -6lyk^^f8 -ly5l -ly5me -2lymp -ly2n3a -ly4ne. -ly4n5il -lyn3s2 -2lyo -ly5ok -ly3pe -ly1r8 -ly8ra. -ly6re. -6l7yrk -ly4sa. -ly4s5a4k -lyse6te. -lysk4 -lys3kj -lys9kl -ly2s1l -4lysp -lyst9ra -6lysy -ly8ta. -4lytek -ly4teri -lyte5s -l5y4tin -ly1tr -ly3ve -l3z -l6z5b -1l^^e61 -l^^e66ra. -l^^e65rar -l^^e6r4arm -l^^e64re. -l^^e6re3i -l^^e63rer -l^^e64re3s -l^^e65res. -l^^e6r6sv -l^^e66ta -1l^^f8 -l^^f83de. -l^^f84del -l^^f85dem -l^^f84er -l^^f8k5kj -4l1^^f8kn -2l^^f8ko -l^^f84k5r -l5^^f86l -l^^f89me -l^^f82na -l^^f8ns5t -l^^f8p6s5 -l^^f8r5n -4l5^^f8rr -5l^^f8s. -l^^f82sa -l^^f85san -l^^f85ser -l^^f8s3k -l^^f8s3s -2l^^f8t -l^^f89ta. -l^^f83te. -l^^f84teg -l^^f8va9r -6l7^^f8v8d -l^^f84ve. -l^^f83ver -l^^f85ves -6l^^f8y. -4l^^f8ya -2l^^f8yd -4l^^f8ye -l^^f8y8ed -l^^f8y5el -2l^^f8yf -l^^f8y4g -l^^f8yg5e -4l^^f8ym -6l5^^f8ys. -l^^f8y5ter -l^^e56gal -l^^e56gre -l^^e5gs4 -l^^e54g^^e5 -2l^^e5i -l^^e51k4 -l^^e56ke. -l^^e59me -l^^e52m5o -l^^e52n -6l5^^e5nd -l^^e5n2s1 -2l^^e5p -l1^^e5p9n -2l^^e5r -l^^e58ra. -l^^e59rar -l^^e55ras -l^^e53rin -l^^e51ru -l^^e56sa. -l^^e51sk -l^^e56sko -l^^e54s5l -l^^e54ste -l^^e5s7ten -l^^e5s5ter -l^^e55su -l^^e53te. -l^^e54teg -l^^e54tek -l^^e58ti. -4l^^e5tt -l^^e54ve. -1ma -2maa -3maa. -ma3ar -2mab -ma5br -ma3che -mada5me -ma4del -ma3dra -m6ad9s -4maef -4maek -7maene -2ma1f -3mafia -3mafr -6mafr^^e5 -ma8ga. -ma4ged -ma4gel -ma4ges -3magn -ma2gr -2mahe -ma4is -ma4ja -2mak. -ma5kab -4makad -ma4kes -mak7ke -4makl -mak6le -ma4kot -mak2r -ma3kre -mak5ron -mak4tal -4makti -mak4to -makts4t -ma1ku -2ma1kv -ma1la -ma7leb -ma6leng -ma4let -mali9e8n -mal5l -ma4lov -mals4 -mal4t5ek -mal3u -mal3^^e5 -4mamer -ma3mo -m4an. -ma3nak -m3anal -6manam -4manav -man8ce -man4dom -man4don -ma3ne -m4anf -man5g4a -m6ange -4mangr -mania8 -2manl -m3anle -4manm -5m4ann -man4nem -manns5l -ma4no -2mao -4mapa -2mapr -4marb -mar5d6 -7mare. -6mareg -ma3rei -ma7rel -5ma9ren -ma5res -3mar4i -mari8e9ne -ma3rin -m4arka -4markit -mar4kv -mar5m -marmo9ra. -mar7n -ma1ro -ma4ro6p -mar3s4h -mar7sl -mar5te -ma4ry. -ma6r^^e5 -4masel -ma5set -mash3 -ma4sia -ma4sik -ma4sis -6masju -mas4ki -4masko -4masp -mas4see -mas6set -mass^^f89 -7mast. -ma5stem -4masto -4ma5str -2masy -m6at -ma1ta -ma5tad -ma3te -ma4te. -ma6ted -ma4tel -7maten -7mater. -6matera -7matet -6m7atfe -4matil -7matil. -ma1to -ma1tr -4matra -ma4t5ras -ma4t3re -ma6t7rom -mat3s2 -mat5ta -2mau -mau4k -mau7l -ma1un -5maur -mau7su -2mav -ma6ve. -ma5ven -m7avh -m5avk -ma4ze -ma3zo -2m1b -m4bao -mbar3d -m2bea -m4beb -mbe9da -m4bed^^f8 -m2bef -m2bek -m4beli -m2bem -m4bena -m4beo -m4bereg -m4bero -mbet2 -mbi6ar -m2bib -m3b4l -mboe2 -mbo4end -mbo5er. -mbo5ere -mbo5id -mbo5n -m4bop -mbo5re -mbo9t -mbu7ar. -mbu4e -mbue7re -mbus5 -m1c -m6co -2m1d2 -m3de -md7om -1me -2mea2 -me5al -mea5m -2meb -2mec -meck4 -4medat -2medb -5mede. -me4ded -med5ei -me7den -me7det -4medf -me3di -4medik -4medir -2medm -me6dok -4medom -2medr -me6dret -med1s4 -4medu -me6dun -me5d4us -med5v -7medve -2medy -4med^^e5 -me7e -2meef -6meek -2meel -4mees -4meev -2mef -m3eff -6me2ga -me7gal -2megr -2megu -4meh -mei2e -meie5n -m1eig -me3ild -me3ind -mei5ni -me7isk -4meiso -2mej -4meki -4mekj -2mekk -me2k1l -me3kn -4meko -2me5k8r -4meks -mek5t -6mekte -m2el -4mela -5melane -5melar -me3le -me4le. -4meled -4melei -4melek -6m5e6lem -me4l5eng -4melik -4melis -4melit -4meliv -mel5le -4melok -4melov -mel4si -melsk4 -mel5s4t -mel7tr -me1lu -mel5v -melvi6 -2mely -2mel^^e6 -4mel^^f8 -4me5l4^^e55 -2mem -me6mo. -4m5enga -men5k -menle6ge. -m6enn -men4ny -me4nom -me4nor -men4si -men3sm -men5spl -men5te -men6tek -men4tom -men5tr -me4nyt -2me3o -me6os -2mep -5mer. -me6rab -4merad -me4ra5l -me4r5ant -mer5di -4mered -4mereg -4merei -4merek -4merel -me6rense -me3res -4meress -mere6t -m4eri -4me5rib -meri5ke -5merin -merle7g -mer9n -mer5os -5mers -mer5sk -me3run -mer5und -4merus -2mery -me2r3^^f8 -2mer^^e5 -me4r^^e5k -5mes. -2me5sa -4me5s4h -2mesj -2me1sk -mes5ke -2me1sl -mes6le -4me3so -2mesp -5mess -7mest. -4mesta -5meste. -mes4ti -6me7sto -mest3r -me5stro -6mestr^^f8 -4mestr^^e5 -4mestu -4mesu -2mesy -2mes^^f8 -4metab -4me9tap -me4tar -me3te -4meteg -4metei -4metek -4metel -4metep -4metil -2metj -4meton -me4t3ra -me4tre -met5ren -met7rer -met5res -met5rik -me4tru -4metr^^e6 -2metu -4metv -2mety -2met^^f8 -4met^^e5 -2meu4 -7m4eu3s -2mev -meva8n -2me^^f8 -2me^^e5 -2m^^e9 -2m1f -mfa9ra -mfar8ta -mfav5 -m2fek -m6f3ess -m4fi. -m4fibr -m2fit -m5fru5s6 -m5funn8s5 -mfu6se. -2m5g6 -m4ga. -m4gi. -mg^^e58va -mg^^e58ve. -2m1h -mhea4 -m4hu. -1mi -mi1a -5mi6al -mia2n -9miane -7miar. -2miav -mi6c -miche6l -8m9id^^e9 -2midi -mid5j -mid3s4 -mid4t -4mi3ele -mi3er. -mie9s8 -2mi5f -5migraf -2mih -2mii -4mij -mik6h -4mikj -2miko -mik5ro. -mik5ron -mik5sa -6miku -mi4la. -mile6t -mil7eti -mi4lev -mi7li -4milin -mil6s5v -4mil^^e6 -2mim -mi8ma. -5mimo -m7imp -mi4na. -mi5nar -mi4ne. -mi4n5ers -4m3innh -4m3inns -min2s -min3sp -mins4t -mi3nu -m4inv -mi4n5y -mi7ov -2mip -4misa -mi4san -mi3se -4misek -4misel -9mis^^e9 -misha9ge -4mi7si -mi2sk -mis4ko -mi3s4la -mis9le -7mism -mis4s5k -mis4s7p -mista9k -5mis7te -mis4tra -4mistu -2misy -4mis^^e5 -6mita -mi3te -4mitj -4mito -2mit6r -mitt3s -mi5ur -2miv -mi5v^^e5 -m6ja. -m6jan -m5jar. -m7jarn -2mje -m7je. -m1ji -m8jingan -m8jingar -mju7ke -1mj^^f8 -mj^^f8s5t -2m3k2 -m4ko. -mkro5 -mku6le. -mk^^e58pa -4m3l -m7la -mla6ga -m2lef -mlei5er. -m2lek -m2lel -m2lem -m4lera -mle6se. -m4lesk -m6le5s8v -m4leta -mle4ve. -ml6i -ml5ja -mly6se. -ml^^f86pe. -ml^^f8y3 -2m1m4 -m6mai -mma5kl -mmal5 -mma8le. -m4mam -mmando5 -mman6dol -m5mar -mmar7in -mmar7o -mmatik7ka -m4med^^f8 -m2meg -m2mei -m2me3k2 -m4melu -m6meni -m4menu -mmer5t -mme4run -m2me1s -mmest6 -m5met. -m4meta -m4meti -m4metra -mme5t6re -mme3u -m3m^^e9 -m4mia -m7mian -m2mib -m4mid -mmie6n -m2mik -mmi5sk -mmi5so -mmi3st -mm5n -m3mu -mm^^f82 -mm^^e58la. -2m1n -m2nee -mn7eid -m2ne9l -mne4ra -m5nese -m4nesk -m4nesta -mnes9tie -m9net. -m4nete -m2nev -m6nip -mn7sk -1mo -3moa -mo2ar -4moba -5mode -mo3dem -mo5di -mo6di. -2mody -3moe -mo4en. -m1off -mofo6bi. -mo6gi -5mogl -mo5go -m5ogs -4moh -2moka -mo8ka. -mo8ke -mo1ki -mo6la. -mo3le -mo4le. -mo7le6s -4molt -mo3ly -m5om. -4momf -2momr -mom4s5^^f8 -mo5ne -mo4nisa -mo2no -mon1s -mon4ste -mon5t6 -2mop -5mo1ra -mo4ra. -mo4rar -mo7rar. -mor5d6e -4mordl -mor6d5r -mo3re -mores7 -m2ori -mo4ri. -mo6rid -4m3o4rie -mor4kl -morla8ga -mo5rok -mo4rom -mor4si -mor4skj -mor7sky -mor4sp -mo1r^^f8 -mo9sen -mo2s7k -mos4o -6mostab -4motap -mo4te. -mo6te6g6e -mo4tei -mote7kl -mo5ter. -mo4tes -mo5to -4motr -mot7re -mot1s2 -6motsagd -motsva5 -mot7t -mour5 -3mo3va -mo5w -8m1p -m4pana -m4p5anta -m4pee -m4pelot -m6pena -m6pep -mpera8te. -mpe5res -m6peress -m4p5erfa -mperi6e7n -mpes2 -mpes6te -mpe4sti -m5pett -m2pe5u -mp3id -m4pinje -m8pla. -m3p4lan -mp5le. -m6p5lin -m6p5n -m6p5ob -mpoe4 -m4poeta -m4pog -m6pok -m2pop -mp3opp -mp1p2 -mp3rad -mp5ret -mp3rop -mpro8pa -mp1s -mp3sek -mp5s6t -mpun6ge. -m9pur -mp5ut. -mp5ys -mp^^f85 -m9p^^e5. -m3q -2m1r6 -mro8sa. -mro6se. -mru7te. -mr^^f89de -m9r^^e5r -6ms -m5sa. -ms1ak -ms5ant -m1sc -mse5lu -m9s6ei -m4sem -m4s3eng -ms5e4pl -m4serv -mse5s -m5s6etn -mse6t7jare -mse8t9jas -msi6e -ms4ing -ms3inn -m4s5ja -ms5kab -mska9k -ms6kin -msk5ing -ms3kor -msk8u -ms3lan -ms6lega -ms9lua -ms3lue -ms4ly -m2sm -m1s2n -ms9ne -ms5no -ms3n^^e6 -m1so -m4soms -ms3ori -ms1ov -ms3s2 -m4s3tal -m8s7te. -ms7tea -ms2ti -ms5tilb -ms3tim -m1sto -m4s5top -mst5ord -m8strand -m5strane -mst5red -ms5tref -mst5ren -ms5trik -ms4tru -ms3unn -msu9ta -msu7ten -ms1v -msva9ra -msva5re -ms3ynd -ms^^f84ke. -m4s5^^f8r -ms1^^f8y -ms1^^e5 -2m1t -m3ta -mt4b -mtbe6 -m2tee -m2teg -mteks7 -m6te7kv -m4tel -m6testu -mti9a -m9tida -mti5e -m6tien. -m6tif -m2tik -m6tini -m4ti^^f8 -mti^^f8r6 -m5to -mt4r -mt6ve -mt4vin -mt^^e55 -1mu -mu6a -m1u2b -mu2e -mu3el -mue7r -mues1 -2mug -mug5l -mu4he -mu2k -8m9uka -4m1uke -mu5la -mu4leg -mule6s -mull2 -mull6s7 -mul6tiv -4muly -7mum -mu3mi -mum2s -mun2c -munes6 -4mung -mun6ge. -mun3k -munn3s -mu6ra. -mu4re. -2murn -murs4 -m2us -mu4se. -mu4ses4 -mu4s^^e9 -mu2s3k -muske6l5a -must4 -mus5tan -2mut -3mu1ta -mu8ta. -mutsa8la -mut7t6r -2m1v -mvak5t -mva6la -mvari6 -mveg5s4 -mvi7e6 -mvi6se. -2mw -1my -my5a -myg4ga -my3ke -myk4kes -myk3l -my8kr -my2ra -my9ran -my9rar -my1re -my4re. -4myrk -m5yrke -my4r5u -mys3 -my6sa -my4se. -my4so -my4te. -mytt6s5 -5m^^e6 -m^^e66la. -1m^^f8 -m^^f8b3l -m^^f87des -m^^f86e -m^^f89ens -m3^^f8kn -2m^^f8ko -m^^f86na -m^^f84ne. -m^^f8ne9s -m^^f88nest -m^^f82o -3m^^f8rke -m^^f8r4k5r -m^^f8r5sm -m^^f8r3^^f8 -m^^f85se -7m^^f8t -m^^f89tas -m^^f84tere -m^^f8t9t -2m^^f8y -m^^f8y9ar -m5^^f8ys. -1m^^e5 -2m^^e5. -m^^e55a -6m^^e5enh -m^^e57g2 -m^^e51k -m^^e54ka. -m^^e54ke. -m^^e54kes -m6^^e5l -m^^e55lar -m^^e54le. -m^^e56led -m^^e5le3i -m^^e5l^^f86pe. -m^^e54ne5s6 -m^^e59nese -m^^e58pa. -m^^e54pe. -m^^e57pl -2m^^e5r -m^^e5ra6r -m^^e51re -m^^e51ro -m^^e51ru -m^^e51s4 -m^^e56tak -6m^^e5tf -m^^e55tr -m^^e53t^^f8 -1na -na6ans -2nabo -7na7bortr -na6bot -4naby -na4ded -na8dem -nadi4 -n3adop -nad2s1 -4nadv -8naf -n1aff -nafo7r -na3fr -naf7t -na8ga. -na3ge -4nagen -nag3s4 -nags^^e55 -na7g^^f8 -6nah -4nair -2nak -n6akk -nak7ka -nak6ko -5nakl -na1kr -n1aks -nak8sa -nak8se. -8n1akt -nak6ta. -na7kv -na9lag -na6lare -6nalarv -na7leg -na4l3ei -na4lek -nal5epo -na4les -na4l5ett -na4lev -nal5g -nal6ge. -na4lil -nal6lag -nal4l^^f8p -nal3op -nal5s2 -nal3t -na3lur -2naly -na2l5^^f8 -4nal^^e5 -na3l^^e55r -5nam. -na7mere -na5mes -na5mo9 -5nams -2nam^^f8 -9nan. -4nana -n3anal -n6ane -nanf^^f88 -4n5angr -nan5k -nan6ke. -4n3anl -6n5anle -nan4ne -na4n5o -n4n5ans -nan4sin -nan4skj -nan4s5t -4nany -na7o -na5pe -nape4s -nap3s4 -n4ar. -na4rap -2narb -nar5dr -4narea -nar7ei -4na5rek -nari4e5n -7nariksk -4narkiv -6n5arm^^e9 -6n5arme -nar8ma. -nar5s -nar8ste -2nart -nar6ta. -nar5ti -nar7v -nar5^^f8 -nasa3r -na4sas -nas7h -8nasik -na4ski -na2s5t4 -nasta5 -8nasu -na1ta -nate8k -na7tem -4natl -4natom -natori5e6 -nat8ra -nat3sp -nat6tak -nat6tea -naty5 -2nauk -naus6p -na6va. -4navd -6navf -2navg -2n3avh -na1vi -4n5avk -4navl -nav4les -3navn -6navo -4navr -n1avs -4navt -4n1b2 -n5ba2 -nba3d -nba9ser -nben4s -nbo5et -n6buf -n6butr -nbyr5 -nb^^f89le -nb^^f86n -n1c -n5ca -ncel5 -n3che -nch3ei -n6cot -n2cy1 -6nd -n7daa. -n6dabi -n4dad -nda5f -n7dag4 -ndags5 -n4daks -n3dal -n4dalf -n4d5all -ndals3 -n4dark -n6d3art -n8dask -nda5tal -nd5d4 -n3de. -nde5a -n2deb -n2ded -n5defi -nd1ei -nd4ein -nd6ek -n4dekl -n4deko -n5d4e5l -nde4le. -n4delik -ndel4sk -ndel4st -n2dem -n5dem. -nde5mo -n5den. -n6dener -n5dens -n2de5o2 -n2dep -n4derab -n4deras -n4derei -n4derim -nd6erk -nderla6ga -n4desi -n4dest -n4desu -n1d^^e9 -ndi4en -n4d3int -ndi6sk -nditori5 -nditorie6 -ndit4t5a -nd3jer -nd1ju -nd5k -nd4lem -nd4lese -nd4lest -nd4lev -ndo9a -n6dob -n6d5okk -nd4om4s3 -n2doo -nd1op -n2dor -nd3org -nd5orm -n6dote -nd5rae -n4d3ram -nd3ran -nd6rek -ndre4ra -nd5resen -nd5rett -nd1ri -n1dro -nd4sag -nds3ak -nd4s5amb -nds5elv -nds5ende -nd4ser -nd4sje -nd4skj -nds7kul -ndsla6ga -nds6lett -nd7spu -nd3s4te -nds9teg -nds5trek -nd5stry -ndta6ka. -n6duf -ndu3is -n4dun -nd3ung -ndun6ge. -n2dup -ndu6si -ndus7k -nd7v -n2dyg -ndy1k -n2dys -ndy5sp -nd^^f85l -n2d1^^f8y -1ne -2nea -5neae -nea4g -ne7a6le -ne5alp -ne5als -nea9m -ne9a8r9an -nea9ren -ne1as -6ne7av -2neb -3nebb -4nebe -ne4ble -neck5 -2neda -3nedal -ned3d -4nedeb -4nedeg -4nedel -5nedg -ne4di. -nedi4s -2nedo -ned5over7 -ned1r -ne6dre -5neds -ned3st -6nedu -4ned^^f8 -ne5d^^e5r -4neeg -4neei -2neek -5ne4e4r5 -2nef -n1eff -n5eft -2neg -5negati -ne3gla -neg5lesp -neg8r -6negru -6neh -2nei -n2eid -nei8dan -n5eig -n2e1in -n3eini -5neir -2nej -2nek -ne4ka. -6nek2l -ne3kn -nek2r -nek5rin -n7ekser -nek5t -4nela -nel3de -4neled -6nelegg -7neleggj -4nelei -nelei5er -4n3elem -6nel^^ea -4nelid -4neliga -4nelis -4nelit -4neliv -nel4lov -nel7s -2ne1lu -4nely -2nel^^e6 -2nel^^f8 -nel^^f88pa -4nel^^e5s -2nema -4n3emb -4nemel -4nemer -6nemes -2nemi -nemie8 -6nemj -nem6k -5nemn -nem5ne. -nem7nel -2nemo -2nemu -2nemy -2nem^^f8 -2nem^^e5 -3nen -4nena -nen5at. -6n5en6den -6nendr -nene4 -4nened -4nenem -ne3nes -4nenesl -4nenet -nen5eta -4nenev -nen4ga. -4n3enhe -6nenhet -4neni -nen5se -nent5ei -6n3en5tr -4nenu -4neny -4nen^^e6 -2neo -5neo. -ne5o4r -7neos -2nep -ne5pe -3n4er. -4nerad -6nerap -3nerb -4nerea -4nered -nere6de. -4neref -4nereg -4nerek -4nerent -4nerep -ne5res -4neress -4neresu -4neret -4nerev -4nerfar -4ner2g -ner3ga -ner3ge -4ne3rib -4nerik -4nerit -ne4ri9v -5nerl -nerla8ga -n3erob -6neroc -ne7rof -ne5rok -4nerom -ne5rot -ner4ov -n6ers. -ner7se -ner5s4i -ners4p -ners8ten -4ne3rul -ner5un -2nery -3neryr -4ner^^f8r -2ner^^e5 -2nesa -ne4sa. -5nesar -4nesc -4nese -6nesek -nes6er -5nesets -nes5eva -ne3si -nes5ind -4nesit -2ne5sj -ne5skam -4ne5skar -nesk4e -4neski -5neskins -4neskj -4ne5sko -4neskr -6nesku -2nesl -ne3sli -ne7sl^^f8 -nes6mi -6nesn -ne7sn^^f8 -2neso -3nesot -2nesp -nes6sam -nes4stu -5nest. -4nestas -nes9tas. -nes9te. -4nesto -nes5tor -4ne3str -4nestu -4nest^^f8 -2nesu -2ne1sv -nes8va -6nesy -4nes^^e6 -5nes^^f8y -4ne5s^^e5 -nes^^e55re -3net. -2neta -4netaks -neta6le. -ne3te -5nete. -4ne3ti -6netid -2netj -2ne5to -6netom -2net4r -3nets -net5s4p -nett3a4 -net6tel -2netu -ne4tv -4nety -4net^^e5 -net^^e55ker -2neu -neu1r -ne5us -ne6va. -ne4ve. -5nevik -nevi8sa -3nevn -nev1r -ne4y5t -2ne^^f8 -4ne^^e5 -1n^^e9 -4n^^e9b -4n^^e9d -2n^^e9f -6n^^e9h -2n^^e9l -4n^^e9m -6n^^e9o -2n^^e9p -5n^^e9r -4n^^e9v -4n^^e9^^e5 -4n1f -nfall4 -nfalls5 -nfan5t -n6foa -n4fob -n4fole -n4fom -n4fora -nfor9en. -nfos4 -nf^^f85des -nf^^f8y8ed -6ng -n8g8ad -n4gaf -n6gag -ng1ak -ng5and. -n8gan8da -ng3ank -n4g5arm -n4gart -ng5art. -n5garta -ngar5u -n2gat -ng5ato -nga4ve. -ng7avi -ngd4 -ng4ded -ng4del -ng4dep -ng3dr -n4geda -n4gela -n3gen -n4gena -n7gene -n4g3eng -n6geno -n4genu -n3ger -n4geret -nge5run -n2ges -nge3sl -n4geta -n2ge7v -ngf^^f84 -ng5g2 -ng5id -ngjen5g -ng1l -n5glem -ng4lu -ng7n -ngo4d -ng5odd -n7goe -n8g7o8m -ng9ome -ng5ond -ng7o6pe -n2gor -ng5ord -ng3ork -ngos6p -n2got -ng3ra. -n5grad. -ng5rand -ng7rea -ng3reg -ng3ren -n4grend -n4grer -ng5rest -ng3ret -ng3rev -ng3rid -ng3rin -ng7ro. -ng9roa -ng7roe -n5g6ros5 -ng3r^^e5d -ng8sa. -ngs5elv -ng4sem -ng4ses -ng2sj -ng2sk -ng6skj -ngs7leg -ng5sl^^f8y -ngsm^^e56la. -ngs3ne -ngs7tep -ngst5rid -ngstyr8ke. -ngs9t^^f8r -ng3und -ngu5ru. -ngvi4s -ng5ye -n1g^^f8 -n2g1^^f8y -ng^^e58va -ng^^e58ve. -4n1h2 -nhat5 -nhet4s -1ni -ni1ak -ni1a2n -nian5dep -ni2bl -4niby -4nib^^e5 -4nicr -n8ida -ni4del -ni7dele -n5id^^e9 -ni6do -nid7r -nids4 -nid5st -4nieg -ni1el -7ni3e2n -ni3er. -nie5ri -ni7ers -ni5ert -4n3i4fr -ni5gla -ni9glo -2nih -8nij -ni3ke -2nikj -4ni5ko -2nikr -4nikv -ni5l4i -5nilu -4nimar -4nimas -4nimo -2nimp -ni6n7al -2n1ind -4ninf -ning3o -nin5gr -ning6s5 -ningse4 -nings5te -2n1inj -n1inn -4ninnb -4ninnh -4ninns -4ninnt -2n1ins -2n1int -2ninv -5nio. -nion2 -nions3 -4niop -7nios -4ni5ov -ni4pet -ni9pet. -ni9pets -ni2pl -nip3li -nip5si -4nir -nir7kel -4nisem -ni5set -4ni3skj -nis4k3o -ni9sol -niso5ne -niss4 -4nistas -6nistat -nis5tik -4nistil -ni3str -4nisty -4nist^^f8 -6nisu -6nisy -n4it -ni3ted -6nitj -ni4tog -ni4tos -nitt4r -nitt4s3 -4nitu -ni3ty -nit5z -nit^^e6r6e -2niub -ni4umf -2niut -4niva -2nive -niv5ei8 -4n5ivo -niv3s2 -6ni^^e5 -4n1j -n6jah -njav9 -n2jed -n5jede. -n4jee -n6jei -n2je1s -n3jes. -n2jet -n3jet. -njet6r -n5jett -2nk -n1ka -n2kak -nk3aks -nkal5l -n2kau -n4kedo -n4keer -n4keh -nk5eie -nkel5s -nkelt3 -n4k5enh -n8keno -n4k5erfa -nker4st -n4ke1s4 -n6ket^^f8 -n1ki -n4kid -n4kie -nk3ier -nk5ind -nk7inf -nk3inn -nk7int -n5kj -nk1k4 -n1kla -n5k6lang -n7k4lis -nk3lok -n1klu -nk3ly -n3kl^^e6 -nk1l^^e5 -n1knu -n1kny -n1ko -n4kof -nkofi8 -nk5oks -nko5le -nkol4la -n6kot -n6kov -n1kr -nk1s2 -nk4tak -nk6tal -nk4tin -nkt3sk -n1ku -nku4le. -nkuri9 -nkurie8 -n4ku6t -nk9ute -n1kv -nk3ve -n7kvit -n6kvo -n9ky -n1k^^f8 -n1k^^e5 -nk^^e56pa -4n1l -nland9a -nland6se -n5le -nlei7er. -nle8ma. -nli4en. -n3lj -nlu4e -nly6de. -nly6di -nly4se. -nl^^f86pa. -n7l^^e5 -4n3m -nma4le. -nmik3 -nmi8l -nmini6 -nmo6se. -nmusik7k -nm^^e56la. -4nn -n2nad -nn5ad. -nn9aft -nn5air -n6n1ak -n4nala -nn5alg -n4name -nn4an -nn5ana -n9nane -nna8ni -n4n5ank -n5nanl -n6n7anta -n9nar. -n4nari -n6nasi -n4nask -n2nat -n2nav -nn3avl -nnbo9e -nnbu9e -nn5d2 -nnd^^f84 -nnd^^f8r3 -n5nea. -n5neap -n5nebar -nnebe8r -n5nebu -n4nedi -n2nee -n6nef -nn1ei -n3neke -n4nelo -n3n4en -nne6nat -nne4n3o -n9ner. -n4nerel -n4nero -n7nes. -n6nesj -n5nes4la -n4ne3st -n5n6et. -n4nes^^f8 -n4nete -n2nev -n2ney -nn3g2 -nnh^^f88re. -n4nid -nn3ide -nni3e -n2nim -nn7inf -n5nis -nni4sj -nni4s3t6 -nn7k2 -nnle6ge. -nnl^^f86pe. -n4no. -nn5of -nno2m1 -nn6oms -nnomsy8na -nn1op -n2n1o4r -nn7ord -n4n3o4ve -nn9r -nnsa9ka -nn4s5amb -nns5and -nns3ar -nn5seg -nnsei8g -nn4s3em -nn6s5enk -nn4s3es -nnse6te. -nnsi7da -nn4s3in -nn4s5i6s -nn6s5jak -nns5kan -nn5s4kli -nns5op -nns3or -nnst6 -nns5tab -nns5tal -nns5telt -nns4ten -nns5tep -nns7tin -nns5top -nn6s5tre -nns5tro -nns3tv -nn4s5ul -nns3va -nn6s5vo -nnsy8na -nn2s^^f8 -nns3^^f8k -nn3s^^e55r -nn7t4 -nnte6se. -nnto9ga -nnu1i -nn6ung -nn1ut -nnvi4s -nn1yn -nny4t -nn7^^f8k -nn1^^f8v -nn1^^e5 -1no -noa4g -no1ak -5noane -no7ar. -2nob -nobe4l -no4bl -nob5le -no3b4r -no5co -nodi4e5n -3noe -4noef -4noei -4noek -4noent -2nof -n1off -3no3ft -n6ogra -no5id -no3in -2nok -no1ki -nok8r -nok6se. -n3oksi -no9le -2nolj -no6mid -no6mik -no4mil -4nomj -nom9m -nom7s2 -5nomy -non1s4 -non5t -2noo -2nop -n1opp -no1r4a -no5ran -no5rar -no5ras -nor4da -nor6d5end -4nordn -nor4d5r -nord3s4 -nor4d^^f8 -no9ree -no3rek -no3ren -no7ret -nor5g -3norge -norges5 -n3o4rie -7norit -4nork -nor6kla -nor6kle -n4orm -norml^^f87se -nor2s -nors6ka. -no3r^^e6 -no4sel -no4ses -nose8te. -4nosp -no3stj -nostra4 -2nosy -no4ta. -no4te. -note5i -5notek -no4tel -no4tes -not3s -4noty -4nou -no1v -no3ve -4no5vi -4n5ovn -7n^^f3 -6n3p2 -n5pe -npo8ta -n4p^^e5k -n3q -2n1r2 -n9ra -nra8na -nra8sa -n3re -n4reb -nrei7e -n6renem -n6reo -n6ri. -nro6de. -nro6t -nry6 -nr^^e58da -6ns -n1sa. -ns1a4d -n5sag -n5sakk -n5sa4kr -ns3aks -nsak6se. -6n5akti -ns5akv -n3sala -ns3ald -n6s5alp -n5sane -n4sanf -n5sann -n5sanse -ns5ansi -ns5ant -n5saren. -ns6arm -n6sart -n4sati -n1sch -n3sco -nse9a8l -n2sed -ns5edd -ns8ede -n2see -nse5ei -nse6er -n6sef -n2seg -ns5ege -nsei6d -ns5eie. -ns9eig -n4seks -n4s3elv -n2sem -n5sen. -n5sene. -n4sener -n9senes -n4senet -n4seni -n7sens -n3ser. -n4sera -nseri7e6 -n4sesa -n4sesi -n4se3sk -nse3sl -n4ses4p -n4sest -n6sesu -n4se3s4v -n4sete -n9sets -n2seu -ns5fr -n2sh -ns3ha -ns7he -ns5hi -nsi5de. -nsi4ent -nsi6er. -nsin5d -n3s4ing -ns3inn -n4sinte -nsi8ra -nsis7k -ns3jak -n4sjav -n5sjef -n6s5jord -n4skan -n6s5kauk -ns7kele -ns4kete -n9skim -ns5kir -n5skis -n6skja -n6skjele -ns5kjen -n3skj^^e6 -ns5kor -ns3kro -nsku9et -n4skug -ns5kuli -n5skum -ns1kv -n5s6ky. -n5s4kye -n5skyss -n5slang -n7slarar -ns5las -nsle6ge. -ns6leri -ns5lid -n5slyn -n1sl^^e5 -ns3mi -n4s5mo -n4smur -nsm^^e56la. -n5s4nar -ns5nes -nso4d -ns1of -n3s2ok -n1sol -n4sond -nson6de. -nso5ris -ns1ov -n3sovn -nspa9ra -ns5pels -n5spet -ns1pr -n6spros -n7spur -ns5s6 -nsse4e -nss^^e55 -ns4ta. -n4stak -ns5take -n3stam -nst5art -nstar8ta. -ns4tau -n3s6ted -ns4tel -nste6ma. -ns5tenk -n6step -n5s4tik -ns5tild -ns7tilf -n4s5tils -ns4tin -ns4t3i4s -ns1tj -n5sto. -n3stru -ns7tr^^f8y -n3stue -n6stuk -ns5tur -nst3ut -n1su -ns1uk -n4sung -ns5vang -nsva9ra -n2s3ve -ns9veg -ns5verd -ns5vern -ns1vi -ns4vind -ns9vis -n4svu -n3s4v^^e6 -nsy4d -ns1yt -n5s^^f8n -ns1^^f8v -ns5^^f8ya -n5s^^e5pe -ns^^e57pen -ns7^^e5s. -6n1t -n5tab -n4tagr -nta4lan -ntall4 -nta5na. -n4t5and -nt3anl -nt4anv -nt3app -n7tart -n6t5arvi -nt6as -nta5sia -nt4at -nt3avi -nt5avr -nt7avs -n2tea -n5teat -n2tee -n4tef -n4tege -n4tegi -n7tegn -n2tei -nt5eini -nte5ins -n5teis -n4teka -n7tekn -n4tekse -n9teleg -n5telig -n5tell -n4tels -n9telt -nte4ma. -nt3emb -nte4mis -n5ten. -n4te7na -n5tene. -n4t3enh -n5tens -n2teo -n5teori -n5tepp -nt4er -n5ter. -n7terek -n6terest -nte6risk -nteri^^f87ra. -n5ters -n7tes. -n4tesel -n4teta -n4tete -nt4e3u -nt5e4va -nt9g -nti1a -n4tiat -n4tid -n5tiem -n4tig -n4tikap -n5tiki -n4tikl -nti5kli -n5tile -nti3lo -n9time. -n7times -n4t3ind -nti6net -n6tini -n2tio -n2tip -n4tisa -n4ti5sti -nt5l -nt5n -nto3a -n2tob -nt5omf -nt5omn -nt3oms -n2t1op -n5tor. -n5to5re -n6torg -n2tou -nt1ov -nt6ran -n4trep -n5trer -nt5resi -ntres9kjare -n4t3rin -ntrol6li -n6trom -n6trul -ntr^^f8y4 -nt5skj -nt5s6la -nts2t -nt3t -n6t7ub -ntu9e -ntu4l -n2t1u2n -n4t5uro -n2t1ut -ntva8la -nty6e -ntyr3s -nt7^^e5r. -1nu -4nu. -nu3an -nu4av -nuft4 -nufts5 -2nug -nug6la -4nu4h -nuit8e -nuk5 -nul9t8 -4nulu -6nuly -nu9me -2n1un -nun4ge. -nuo2 -6nup -nu3pl -nu4re -nu5sa. -nu5sen -nu7ser -nus4k5l -nus7l -nuss4 -nu6st -nus3ta -2nut -nu7ta -nu3te. -nute6r -nut5eri -n7utl -nu6ume -6n1v -nva6la -nvand5 -nverle9 -nves1 -n5vi -nvi4et -nvi4ka. -nvi5ke -n3vu -nv^^e68ra -n3w -1ny -ny5ar. -ny9ast -2nyd -ny4de. -4nyef -4nyg -ny5ge -ny3ke -ny3k4le -4nyko -ny1lo -2nyn -nyn8da. -nyn4de. -4nyo -4nyp -ny8pa -ny6ra. -ny4re. -ny7rev -ny4ru -ny1s -ny5se -ny9s6k -nyst4 -nystu4 -ny3te -ny3tr -2nyv -ny8va. -ny8ve. -4ny^^f8 -n1z -1n^^e61 -n^^e68ra. -n^^e6r9and -n^^e68rast. -1n^^f8 -n^^f82da -4n^^f8dd -n^^f8dde5 -n^^f8d5sto -n^^f89dun -2n^^f8e -4n^^f8f -n^^f81fl -n^^f81fr -n^^f87gr -4n^^f8ks -n^^f84le. -n^^f89mo -n^^f85mu -n^^f83p4 -n^^f87ra -n^^f86red -n^^f81ry -n^^f83se -n^^f81sk -n^^f8s4l -n^^f87te -n^^f87tr -n^^f8tt6r -n^^f8v4d -n^^f83ver -n^^f8y1 -2n1^^f8y. -n^^f8y8a9n -n7^^f8yh -4n^^f8ys -n3^^f8ys. -n^^e56as -1n^^e5d -n^^e55ded -n^^e58en -n^^e56et -n^^e58j -n1^^e52k4 -1n^^e5l -n^^e52la -n^^e55lev -n^^e58ma -n^^e5n6de. -n1^^e54p -n^^e5p8na -n1^^e56r -n^^e52s -n^^e55sa -n^^e5se4 -2oa -oa5c -o1af -oa4k -oak6kana -oak4ku -o1all -o3alt -o1a2m -o3a6n -o9and -o1a6p -oar6d7e -oar4d5in -oa4r5e4g -oa4r5enh -oa6r^^e9 -oa4r5i -oar5m -oa9t^^e9 -o1au -o1a4v -2o3ba -obb4l -ob4bo -ob4b5r -ob4b3u -ob4e -o4bea -ober5et -ober4s -obers5ta -obers5te -o3bes -2o3bi -obi5e6 -1ob1j -o1b2l -ob5la. -ob3le. -ob3len -o2b5li -3oblig -ob4lo -o1b4o -obo9a -2obr -ob5rar -ob1re -ob1ri -3obser -ob5st -2obu -2oby -obyl5 -o5b^^f8 -o3b^^e5 -4oc -ock5ers -o5cy -2o1d -o6dab -oda4f -od7att -odd5ei -od4del -od4dest -od9do -od4e -o2deb -o6d5ei -o4deko -o5deku -o2dep -oderle7 -o2des -o5det. -o5dets -odie4n -o4d3igl -o4dj -odko5 -od3oml -od3ov -o2d5re -o4d3r^^f8 -od3sk -ods4ka -od3s4po -od5s4tol -ods8t -odu7s -o4dy. -o4dyb -od5^^f8k -o5d^^f8s -od5^^f8y -o2d1^^e54 -6o1e -oe6f -o4ein -oek6s -oe2l -oe4mu -oe2n -oen5a -o7ene -oeng5d -oeng7r -oeng3s -oeng3u -o5ens4 -o7ens. -oen5t -o3e4re -o6erer -oer8ma -o3ersk -o2es -oe6sip -oe6sit -oes8ka -oes8ke. -o4etan -oet2h -oe5ti -oev6ne. -2ofa -o2fa. -ofag6a -o4fara -ofa4se -o2fav -o2feb -o4fei -o4fera -o4fe3st -o1f^^e9 -off9and -of4fek -of5fes -of6fia -off5id -of6fr -of2fu -of6fy -2ofi -o4fip -o1fl -of5le -2ofo -o6fra. -of9ras -of1re -6o5fri -of8sa -of8se. -6oft -of4tel -oft2s3 -2ofy -2og -o2ga. -og7ank -o4gare -o2g7av -o2ge. -o4ged -og1ei -oge7na. -o3get -og4gera -og4g5j -ogg3s4 -og6g7u -ogi3a4 -ogie2 -o4giev -o2gif -o6gig -o4giko -o2gil -o2gim -o2gin -o3ging -o2gi1o -o6gista -o6gi7str -o2giv -og5jer -og7la -ogly7 -og4ned -5o4g5ni -og6nel -o5g6nos -o2go. -og6ra -og4re. -o4g3reg -o4g3rei -og4rer -og7rett -o4g3ri -og3ryd -o4g5r^^f8 -og5r^^e5 -ogs6an -og3s2e -og1sk -ogs4kj -og5sl -ogs4le -og1s4p -og5ste -og3sti -og4s5tj -ogs4to -ogs4tr -ogs5t6ra -og5stre -og5sy -5og5s6y4v3 -ogt6r -5o4g5^^e5t -og1un -og5^^f8 -og7^^e5s -2o1h6 -ohe5te -ohm9a -o4ho. -oh^^f84 -oia4 -o1i2d9i -o1idr -oid5t -oie4n -oi5er -oi6es -oi5k -oi4la -o1im -o3in. -o1ing -oi2n1o4 -o4insp -oi6r -o1is -o2is. -o6isa -o2ise -o4isi -4o1j -o8je. -o4jo. -o1ka -ok7aft -ok1ak -oka4n5i6 -ok2ar -ok5ark -o3kas -ok1ef -ok5els5 -ok5elv -o5k6en -o4kesk -o6kev -o1kj -ok4kand -4okke -ok6kera -ok4ke5s -ok3kje -ok3ko. -ok5kol -ok4kun -4okl -ok8la. -okla5m -ok8le. -o1klu -ok7lut -okl^^e55 -2okn -okna8sa -o3ko -o8ko. -ok8ol -o4k3oms -ok3omt -oko5pe -ok5opp -ok3orm -oko4s -oko9se -o6kov -o1kr -ok5reo -o4k5ru -oks4al -oks4e -ok4sek -okse5kr -ok4sem -ok7sen -ok6serin -ok4ses -okse9te -ok5s4i -oksi7da -okst2 -oks6ti -oks6tr -ok5ta -3oktan -ok3ti -ok5to -okto4r5i -okt6r -o1ku -ok5u4k -oku8le. -oku6t -ok7ute -o5kva -o3kvi -ok5^^f8y -o3k^^e5 -8ol. -4o1la -ola6ded -ola8ga -ol5anl -ol3ant -o9lar. -o6larbe -ola5t -olber4 -olbo7e -olbo7ge. -ol4bol -olbu7 -2old -ol9dan -ol5de. -ol4dem -ol4dest -ol5det -ol3do -oldo7ve7 -ol5drev -ol3dri -old3s4kr -2ole -o5leaks -o6leb -o2led -o2lef -ol5eig -ole5in -o2lek -o7leki -o2lel -olele6ge. -o2lem -o5lem. -o5lems -o7lene. -o9lenes -o4lenet -o4leni -o4leno -o6lered -o4leru -o2les -ole5sta -ole5str -o9let. -o2lev -o1l^^e9 -ol4f5i -ol4fj -ol3g4e -ol1g4l -2oli -o4liba -oli9e6n -oli7ert -oli5ne -3o6lj -olke3s4 -ol4kese -ol4kesk -ol4kest -ol2k3l -ol9ko -ol6ku -ol5kv -ol5la. -oll3ak -ol4lam -ol7le. -ol4led -ol4lel -ol7len -ol4les -ol6linj -ol4log -ol4lom -ol5los -ol4lov -oll5over -olls4t -oll5sv -ol2lu -ol4l^^f8p -ol6l^^f8s -ol6l^^f8y -ol2l^^e5 -olme5s -ol4mest -ol4m^^e5 -ol9n -2o1lo -o4lo. -o5loan -o3loe -o4lof -olo3i -ol5oks -ol3oms -ol3op -o6l7os. -o6l7o6se -o6l5osf -olo5ve -ol4ped -ol7so -ols8t -ol9str -ol5sva -ols5vik -ol3ted -ol5tep -ol2tr -ol6t7ra -olt5re. -olt5rer -olt5ret -o1lu -olu5l -o4l3ung -olun8ge. -o4l5ur -ol5va -ol1vo -o1ly -oly7d -ol5^^f8r -o1l^^e5 -2om. -2oma -om3ald -o2ma2m -om5ang -oma4nif -omann4 -oman5t -om3ars -omar7^^f88 -om4as -om9att -om1av -omb6 -om4bet -om4bis -om3bl -5ombod -1ombu -2ome -o2m1ek -o5meka -o7menes -omer6s -o6mese -o5met -ome4tak -ome7tar -om1eu -3omfan -3omgre -8omh -o2mia -o2mib -omi3e4 -o4miek -o2mig -o7mikk -o7mine -om7inn -om3in5s -o4mio -o2mir -o4misj -o4mist -o2miu -om1j -2omm -om6mat -om4med -om4metr -3omm^^f8 -2omo -o4mofo -om1op -omo1v -omp2 -ompa3t -1omr -2omre -2omro -2omru -6oms. -oms3al -om4sek -3omset -omsko9d -omsku9la -om4som -oms3un -oms4^^f8 -omt2 -3omtal -om4tes -om3ti -om3tv -o2m1u -o3mus -omv^^e68re. -6omy -omyr8ke. -o2m^^f8k -om^^f84r -om5^^f8y6 -o5m^^e5 -2on -on3abo -o4nac -o6nak -o4n3ang -o4nap -on3app -o6narb -o4n3arg -o4n3arv -onat5r -o2n1a4v -on5b -on4dar -onder6e -ond3re -on4d5ri -onds4i -o4ne. -on5eie -o4nele -o7nell -o2nem -o3ner -o4neru -onesi6 -o4nesk -o4ne3s8t -o4nete -o2nev -on7f -on7ga. -ong3d -on5ge. -on6ged -onges4 -on5gi -on5go. -ong2r -on8gro -ong9ros -ongs4j -on2gu -on4gy -on4g5^^f8 -o9ni. -o2n3i2d -oni1e -o2nil -on5ild -o2nim -oni6mi -on3inf -o6n7inn -o2ni1o -o4ni5p -o6niso -on3j -on1k -on5k6a -3onkel -on5k6i -on4kle -on5ku -onle6g -on5nad -on3ni -on5ny -o4no. -o5nor. -o4no4v -on3ove -on4sh -ons1i -onsi3s -onsi4v -ons1k4 -ons7ke -ons1l -onsla6ga -onstitue9ra -onstitue9re -onst5rum -ons5und -ons1v -on4sve -ons1^^e5 -ont6a -on3te -on4ted -on5ten -on5ti -on4tok -on5tor -ont2r -on7ul8 -on5ur -onu4sk -o4n5^^f84 -on6^^f8y. -on7^^e56 -2oo -ood1s -o1off -oo2k1 -oo5k8a -ook5es -ool7a -oo4m5i -oo6mo -o1o2p -oopa8 -oop9an -oo4pe -oop5en -oop5et -o6opi -o1o4r -oor6da -oo5s -oo6sp -o1o4v -2op. -2opa -o4pab -o2pak -opan9d -o4pa3re -o7paren -o4pasj -o4pau -o3pea -ope1i -opel6l^^f8 -2open -o4pena -o9pend -o4penet -o7pent -o2per -6o3per. -3opera -ope6rar -o7pero -o5pert -2opet -o4peta -4oph -o1pi -o4piek -oping9s -o4pir -2opl -o1pla -o4p5land -op3li -op9lu -op4na. -op4ne -2o3po -2opp. -4oppa -op4p5art -op4pas -4oppe -1oppg -op4pi. -op6pia -op4pis -opp3li -3opply -op6poe -op6pr -opp5rop -opp5und -opp1^^e52 -2o1pr -op6re -op7ru -op7r^^e5 -op6sa. -o8p8si -op2t1r -o4q -4or. -o6r7add -or3adr -o2rag -or1ak -2oral -or5ald -o4r5alg -oral4st -or6alt. -o3r4am -o4rana -o3rane -o4rang -o4rans -or3att -o4rau -ora3uk -or1a4v -4orb -orbit5 -or7by -4orc -orda9ta -or3dea -6ordel -ord7e6pl -or7dik -ordi4s -or4d5ise -ord3it -1ordn -ordre8gi. -ordsa6me. -ords6e -ord3st -ordy9ra -8ore -orear8a -orear8e -o5rebra -o8redi -or1ei -or1el -o4rela -o6reld -ore6na. -ore4ned -ore4net -or3enk -oren3s -ore6o5g6 -o6rerf -o4rero -ore1s2 -o5resc -o4reta -or9et8n -o6retv -o2rev -2orf -orfa6re. -orfi7ne -orf^^f89re. -1orga -4orga. -or3ge -or5ger -orge4s -orgi6e5ne -org4sk -orha9g -orha9le -o1ri -o3ria -ori5b4 -ori4e5ne -5orient -o7riet -o2rig -ori7ka -o6rim -or3ind -or3ink -or3inn -or3ins -oriro8 -6oris -oris4a -6orit -o4riti -oriti6me. -or5ka -3orkes -or5ko -orko6se. -ork7s2 -6orl -orla7te -or5le -orm5ang -or6map -or5mel -or4m3un -orm^^e69 -or4nar -orned5 -orne6dr -or5net -or4nol -orn3t -4oro -o3roa -o3roe -or3off -o5rog -oro5i -o1ron -or1op -o4r1or -oror9da -o5rosa -o5rot -or3ove -or5ovn -orpe6s -4orr -2ors -ors5alt -or5sen -or4serk -orse9ta -orse7te. -or3si -ors5kar -orsk5ei4 -ors8k9l -ors4ku -or1s4l -orsm^^e58la -or1sn -or3s2o -orso9na -orso9ne -orso9v -ors4pa -ors4ten -or1su -orsva9re -or3sy -or9s^^f8 -2ort -or4t3ak -orta8la. -or4t5and -orta9pe -or4t5av -orte5i6g -or4tek -or3tem -or6t5erf -or4t5erm -or5tii -or7til -or5tis -3ortod -or6tok -orto9ne -orto4r -ort5ori -or4tou -ort5res -ort5r^^e5d -ort^^e54 -or4t3^^e5r -or1u -oru8d -or9ude -oru4h -o5rum -oru4t5 -oruta4 -or4utf -orva9ra -or5veg -orv3s -4ory -o7rya -or1yn -o9r4^^e6re -2or^^f8 -or9^^f88k -or^^f8k8t -or5^^f8r -or3^^f84v -or^^f8v8d -or1^^f8y -or5^^e5s -2os -o1sa -o4sa5b -o6sad -o2saf -o4saku -osbi7 -osefi5 -o2seg -o5selei -o2sem -os2en -o6sena -ose5sl -ose5sm -oses4sk -oses6sp -oses4st -o4seu -osfa9ta -os2hi -os7his -osi6e7ne -osi5ere -osi5ert -osk3ei -oskei6e -o4skil -osk9lar -osk5len -o1sko -osko5p -o3skri -os2l -os3le -oslo1 -os3lod -os5lu -os5l^^f8 -os9ma -os5me -os3mo -o2sn -o3so -os7ove -os6pa. -os6pe. -os4pil -os4por -os4sek -os3sem -os5sens -osseri7e6 -osse5v -ossis5te -os6ski -oss3kj -os4s5ko -oss9l -os6spa -oss7tro -os7sty -os8sv -ost5adr -os5tal -osta5le -o8ste. -os4teg -ost5egg -os4tek -ost6el -os5teo -o4sti. -o8stia -o4stie -o4stin -os5tis -ost1o -os6tons -ost5ran -ost3re -o3stro -ost5rup -ost7r^^e5 -o5st^^f8 -os1v -os5^^f8y -os7^^e5r -2ot -o1ta -o5tad -ota4l5a -ot5ald -otal7ev -ota4lov -o9tane -o9tar. -ot3arg -o8t9arm -o5tas -ote7d -ot6ei -ote5int -otek5i -ote6k7la -otekla8ga -ote4kle -ot5elem -ote5lev -otel6lan -otel6lek -otel4li -otel8l^^f8 -o4tena -o4t5ende -oten8de. -o2teo -o4teram -o4teret -o6terev -o4tero -oter5s -ote5r8u -o4ter^^e5 -otes6ter -ote5st^^e9 -otet5a -otet5o -otet3s6 -otf^^f84 -oti7ert -oti2k -otika3 -ot7i6ko -o1tj -o6tja -ot5jer -ot6nero -otno7te. -ot6n^^e5 -o1to -o2to. -o4to3a -o5toa. -o2tob -oto6en. -o6tof -ot3off -o6toga -o6togram -o4toi -o2tol -oto5ne -oto4ral -otor5d -o2tot -o2tou -o1tr -ot7red -ot5rer -ot5rev -o6t7ri -o6t5rom -o6t5r^^f8 -ots5el -ot6sh -otshusv^^e68 -ot4s3ki -ots6op -otsopp6 -ots5pr -ots5tab -ot7ste -ot6tank -ot5tas -ot5tegn -ot6tenk -ot5tese -ot5tin -ot5toa -ott4s3k -otts5po -otts4ti -ot7tug -ot4typ -o1tu -o6t5ut -o1ty -oty8e -ot1yt -o1t^^f8 -ot7^^e5 -oub8 -oul5l -oun6ge. -ou4r -ou7ri -ou5ro -ou9sa -out8a -ouve4 -o5vae -o1vak -ovanf^^f88 -ovan9o -ov3anv -o7var. -o6varb -ova9re -ov5art -ov7arv -oved3 -o1vei -o1vel -ove4la -4oven -o4vend -o5vende -ove6nya -ove2r -over3a -ove7ra. -ove9ras -overe6 -ove8r5es -3o4verf -3overg -o5verks -5overr -5oversik -overs4p -over9v -o1vet -6ovh -2o1vi -oviso3 -2ovj -6ovna -ov4nes -2ovni -4ovo -o5vo. -o7vom -ov1or -o5vot -ov1o2v -ov5sal -ov4sek -ov4sen -ov9ske -ov4sle -ovs1p -ovs5te -ov4sti -ov7sun -ovsy5k -ovta6le. -ovveg7i -ow1 -owa8 -o7was -owat2 -ow5h -ox3 -oy9ar -oys5l -o1y2t -o1za -o3zy -o1^^f8 -o1^^e5 -^^f46ra -^^f42re -^^f4r5ei -^^f41ri -^^f44t -^^f39sa -^^f37t -^^f38v -^^f29re -1pa -4paa -2pac -pa8cen -p5ad. -pa3deb -p4adg -pads4 -2paj -6pak. -6paka -4pake -pak4kas -pakke4s -pakk7esl -4pakti -3pa1la -pa3le -pa7lim -pal5in -pal1j -pal5l^^f8 -5palm -4pal^^f8 -2pam -pa5me -p3anal -pa4nap -pan9de -pa5ne -pang5s -pan3ka -9panne. -pan5se -pan5sl -pant8r -4panv -pa4ny -2papa -pa8pa. -pa3pe -4papo -pap4pr -4papr -pap3ri -pa4ra. -5parad -2parb -4parek -4parena -par5ess -par5g -2pari -pa4ri. -pa3ris -4parki -par6k7l -par4kv -par3m8 -pa1ro -4parr -par8ra. -par9s4 -par6tid -par4tig -par4tin -par5u -par7v -parvi6 -6par^^f8 -4par^^e5 -p6as -pasa5 -pa9se -pase6r5 -4pasp -3pass -pas5sab -pa4s3t -pas4tar -pas5ti -pas9v -pa1t -pa3te -pa4tist -pa6tre -p8atta -pat6tak -2patu -pau7k -2pav -pa4ve. -3pa1vi -2p1b6 -pba4ne. -pbo6da -pce6 -2p1d4 -pde4le. -pd^^f82 -pd^^f89d -1pe -2pea -peak3 -pe4a3re -4peb -pec3 -pe7d6a -5pedas -4pedd -pe3de -pedf^^f89 -pedi9e8 -pe6doa -pe6don -4pedr -pe4dro -4pedu -4pedy6 -2ped^^f8 -pe7d^^e5 -pee6 -pe3er -2pef -p5eft -2peg -p5egg -peg8ge. -pego4 -2peh -pe4il -pei4leg -2pe1in -pe6ism -2pej -2pek -pe8ka. -pek4l -pek4tro -pekt7ros -8peku -p6el -4pela -pe5l4aks -5pelal -pe5lar -pel9d -4peled -pe4lef -4pelei -pe6lep -4peler -pe6lev -6peliv -6pelj -pel4lo -4pelov -pel5s6e -pel5s4i -pel7st -4pelu -pe5lun -2pely -2pel^^f8 -6pel^^e5 -2pem -p1emb -pe4nan -pe4n3ar -pen3de -6p5enden. -4pener -pe3net -5peng8 -pen4gel -pen7gl -peni4n -4peniv -penly4 -pen7s8a -pensa7k -pensa8la -pen5sk -pen4s5l -pen3s6m -pen5s6o -pens4t -pen9sta -pen7ste -pen7tag -pen5tr -6peny -2pen^^e5 -2peo -pe7o6s -2pep -pep5ar. -pep7p -pera3a -4pe4rab -4perad -pe4rai -pe4ral -4perap -pera5t -4perate -4pered -4perei -4perek -4peresp -4perest -4peresu -4peret -pe4rev -3peri -perie8ns -4pe5rik -peri3s4 -4perit -per5k -per6les -per5mu -per5n -4pero -pe3ros -pero6se. -per6regj -per6rei -5perro -per4tro -per4t5r^^e5 -pervi6k -2pery -6per^^f8 -4pe7r^^e5 -2pe1s -3pes. -pe3se -pe6se. -pe7si -pes8ka. -p3eske -pes4ke. -6pesl -pes4n -5pess -3pest. -5peste. -pes5til -4petab -peta6ka -4petal -4petas -4petau -pe3te -5pete. -4peted -6petei -6petek -4petel -4petem -pe3ti -4petid -4petil -pe4tim -2petj -2peto -2pet4r -pe4t5ru -pet1s6 -4pett -2petu -4pet^^f8 -4pet^^e5 -pe2u -2pev -peva8ne. -pe5vi -p5evn -pev6ne. -4pe^^f8 -4pe^^e5 -3p^^e9r -2p1f -3p6fenn -p3fo -p5fr -pfri4 -pf^^f85re -2p1g2 -pgjer4 -2p1h -phav2 -pha9va -phavs5 -phe9te -phe7va -phe5ve -phi5li -7pi3ane -7piar -pi4as -7piase -4piav -4pib -pi6ca. -2pid -pie2n -6piend -pi3er. -pi9ers -2pif -pi9fr -pig5ge -pig6g9u -p7i6gj -2pih -6pii -pi4keh -pi6kel -pi4k^^e9 -8pikk -pik3ko -4pikl -piku5 -pi5la -pi6la. -pi3lep -pil4lag -pillba6 -pil6led -pil4leg -pillega6 -pille6ra -pil4le5s6 -pi1lo -2pim -pi4na. -pi4ne. -pi9ned -pi4nel -pine4v -3ping -pin6go -ping3r -ping5sk -6pinns -pin4sl -pi2n^^f8 -pio6n5an -pion5s -3pi2p -pi4pi -pip9la -pi4rar -pi4res -pi4rut -pisi9e -pi4ski -2piso -piss4l -pis4sp -pis4st -pis1t -pis4t5r -pis9t8ra. -1pit -pi9ta -pita7la. -pi5t^^e9 -2piti -4pitj -4pitr -pit5t -2piu -2pi5v -4pi^^f8 -4p5k4 -pka5v -pka8va -pl6 -8pl. -2plad -pla8de. -p4lak -p4lan. -plan7de -4plane. -plan5g -plan5s -plap3 -4p1lar -p2las -pla4st -p2lat -platina5 -2ple. -2pled -4pleis -p2lek -p6le5n4u -ple5n4a -ple6r5u -ple8se. -4plev -p2li -4plit -p3liv -pli7va -plo4gj -p4lo8i -p1lok -4p5lov -plu4e -p4luk -plun3 -plun6d7ri -p1ly -pl^^e65re -pl^^f86pa -p1l^^e5 -2p3m -2p1n4 -p7ner -pne6se. -1po -po9a -pod8 -po6da. -po4de. -po6em -2pof -po6f7r -pog6 -4poh -po5id -2poke -po6lan -po3le -po4lek -6polj -pol5li -po6lom -pol6s4ka -polst9ra -po2lu -2pom -pom6p9u -pom5s -4pon. -pon5d -pon4gr -pongs6 -2pon1s -pon5sa -pon4sv -po2p1a -po6pe. -p5opn -pop1s -2por. -po1ra -2p5ord -po1r4e -po4ref -po6reg -po8r^^e9 -2p1org -2pori -2pork -por6s7v -por4tor -por4t5ro -por4tr^^e5 -2porv -po1r^^e6 -po1r^^f8 -po4se. -po4ses -4posj -po2st -po4sta -pos5tas -po5stat -pos3te -4pos4v -5pot. -7pota -potak9 -po3te -po4te. -potek5l -po5t6ha -3poti -4potr -4pou -2po4v -pove6 -pover6n -pow4 -2pp -p2pad -p2pak -pp3akt -p2p3a4l -p9pane -pp5angr -pp5ank -p4p3anl -p2pap -p9par. -pp5arr -p7past -p4p7at -p4pee -p2pe5i4 -p4pena -p8p9ender -p4pendr -ppe9nes -ppe5p8 -p4pen^^f8 -ppe5ra -p7pere. -p4perkl -pp7e6sen -pp9esn -ppes8ti -p4peta -pp5e4tas -p4pete -pp5ett -p2peu -p1pi -pp1id -p2p1il -pp5im -pp3inf -p4p5inn -pp7ir -ppir8re. -p4pist -pp1j -pp3k -pp1l -pp5last -pp3led -pp5lei -pp9lev -pp5n -pp1of -p2pol4 -pp3old -pp5om -p2p1op -pp3ork -pp1ov -pp5p -pp1r -pp5rei -pp5rin -pp4ris -pp7riss -pp9riv -pp9ro. -ppropri6 -pp7rot -pp1s -ppse6te. -pp3ska -ppska9k -pps2p -pp9spe -pp3spl -pps2t -pp7sto -pp7t2 -p2pu -pp1uk -pp5ut -pp3^^f84 -pp^^f8s8 -p6p^^e5 -pr6 -4pr. -4prad -3praks -pra7li -2pran -pran3s -5prat. -5prate -pra5te. -4pray -5pref -prei7er. -4preii -pr5elem -1prem -pren4s -1pres -6pres. -pres6sak -p6restas -4prett -p3rif -pri5ke -4pring -5prino -3pr6in6s5 -3pr6in7s6e -3pr6in7s6i -1pris -pri6s5k -pris3t -2prit -pri9ve -1p2ro -8pro. -6p7roc -3prof -4prog. -4proge -4progl -4p3roi -p5rop. -3pros -7prose -6pru -prun7ge -pru5ta -pru5te -6pr^^f8r -pr^^f8rs5t -pr^^f85s4 -5pr^^f8v -pr^^f85vels -2pr^^f8y -4pr^^e5 -pr^^e58da -pr^^e5k3i -pr^^e54ko -pr^^e5k5k6 -2ps -p1sa. -ps5a6n -p1sc -p3se. -psei8ge -p2sek -p2s1el -ps5e4ly -p3sen. -p5sens -p7ser. -p5sete -p5sets -p2sh -p6sib -ps5ins -p7sis -p3s4jo -p4s3kil -ps7kjen -p2s1ko -p7s6ko. -p3skod -p5s4koe -p2sle -p9s8lo. -psl^^f88va -psl^^f86ve. -p3s4l^^e5 -p2sm -psm^^e58la. -p2sn -ps4no -ps1o -p3sod -pspi9la -ps5ple -p3s4pre -p4s5pro -ps5pu -ps3s2 -pst2 -ps7tal -p4s5tem -ps3tv -psu4r -p3s4us -ps1v -p2sva -p2sve -ps4ving -p4sv^^e6 -ps5w -psy3ke -3psyko -p2s1^^f8 -p3s2^^f8k -ps^^f84ke. -ps^^f8y8 -ps^^f8y9ene -ps1^^e5 -2p1t -pta8la. -pta4le. -pt7ark -p3te -pte6k -pte4ma. -pte7re -p5ti -pto7g -p4tou -ptus5t -p4tut -1pu -5puc -6pu6dy -pu2k -pu7la -pu8le. -pull6 -5pum -pu4ma. -punk4t5 -punk5t6e -2punn -2pur -pu4re. -pu8rea -3puri -3purk -pur5u -pur3v -pu7sa -pus4h -pusl7u -pu1ta -pu4ta. -pu5tas -pu5ter -pu5tev -4putg -2puts -put6tr -put4tu -2putv -6put^^f8 -2p1v -pver7 -pvi4se. -py4dr -py8o -3pyra -py1re -py1ro -6pys -py6sa. -py4se. -pys6t -4p5z -1p^^e6 -p^^e64re. -p^^f81kj -p^^f8r4ret -p^^f88sa. -p^^f89ta -p^^f89te -p1^^f82v8 -5p^^e5b -p^^e54by. -p^^e51k2 -1p^^e5l -p^^e54la. -p^^e54le. -p5^^e5n -p^^e53pe -p^^e51pl -p1^^e5pn -p^^e51r -1p^^e5s -p^^e57sko -p^^e55sm -p^^e53t2 -6p^^e5t^^e57 -1p^^e5v -qa5 -qu2 -qu9ar. -1que -que7r -4raam -4raar -4rabis -ra1bo4 -4rabr -2raby -ra3cet -ra3ch -5raci -ra3d2a -4radf -3radio3 -4radir -4radj -2radm -2ra1dr -r3adre -rad2s3 -radvi4 -ra5ede -rael4 -4raerk -raf4fer -ra4fiu -ra2fj -2rafo -ra5fo. -ra4fos -2rafr -ra5fre -6raft -ra4fu -ra6fy -ra7gea -ra5gee -2ragl -2rah6 -7raid -ra5int -ra3isk -6r5akad -ra9kar -ra7kel -ra5k6ha -r2akk -rak4kel -r6akr -ra5kro -2raks -rak6sa -rak3s4e -rak6se. -rakst6 -4rakti -rakt3r -r4a5ku -4rakv -ral5ans -6ralbum -5ralds -4raled -ra5leo -ral3g -4r5alge -4r5algo -rali5e6n -ra4lin -ral1j -ral5le -ral7m -ralo6i -ral3op -ra5ly -4ral^^f8 -4ral^^e5 -ra4mag -ra4mas -ram3b -rambu9ens -6ramed -4ra4mer -ram8et. -4ramil -ram1o -ramperi8 -ram6p3u -ramse8te. -ramta8la. -ramta6le. -4ramu -6ramy -r4an. -ra4naa -6r3anal -ra5nar -ran9cs -r4an9de. -r5andel -rand3r -r4ane -4ranfa -ran5ge -6rangi -rang5st -rania8 -ra6nin -ran3kv -2r5anl -r6anli -2r1anm -r4ann -ran6n5ett -ran4n5in -rann3s4 -rans7kar -4ransv -ran4tik -ra5nu -ran6ut -4ran^^f8 -2rao -4rapa -ra4pel -4rapin -ra4pir -ra4pis -ra6pit -ra1pl -4rapo -ra4pos -4rappa -4r5appl -3rappo -2ra1pr -4raps -4rapu -1r4ar. -2rarb -7rarbeh -4rarea -4rareg -rar5e6l -4ra3rep -rar7eta -r1arg -6rargu -8rarinna -6rarinne -rar8ka. -4r1arm -rar8ma. -6rarn -4rarr -rar3re -rar5s -2r1ar5t -rar6ta. -ra3r^^f8 -4rasa -2rasc -ra3sea -4rasel -ras3h -ras7ja. -raska8ra -ras3ke -ra4ski -ra7s6ko -ra6sl -rass4l -ras7st -4rasti -ra5s4til -4rastj -rast5re -6rasty -ras7v -ra1ta -ratak9 -r6ate -ra4te. -6ra5teg -8r7a6teli -4ratfe -ra1to -ra1t4r -ra4t5ro -ra4tr^^f8 -rat5tel -ratte4s -4ratub -rat5ut -6raty -7raud -raud3s -6raug -rau6ga -rau6ge. -4rau4k -raus6s -2rav -6ravd -rave5s4 -4ravg -ra1vi -r3a4vis -4ravl -rav8l9ut -ravl^^f88pa -ravl^^f88s -rav6r -4ravt -ra5vy -ra3v^^f8r -4raw -raz5z6 -2ra^^f8 -ra^^f8y4 -2r1b8 -rba3d -rbe2d -rbede4 -rbed5en -rbed5et -rbed9ra -rbie8 -rbi9er -r2big -r2bik -rbist6 -rbis5tr -rbo8di. -rbo4ni -rbon7s -rbo5re -rbra5s -rbrei6 -rbu5en -r5b^^f8 -r1c -4rd -r4dab -r5dag -r5dah -r4d5ak -rdal4 -r4dala -rda4le. -rdals5 -rda4mes -rda8n9o -r4dant -rd5anta -r4d3arm -r4d3art -rd5atl -r4datm -r4d3au -rd3d -r6dedi -rde4en -r3defi -rd5e4ge -rd1ei -r9deka -r4dekl -r4deks -r6delo -r6demi -r7dena -r6d7eng -r6d7enh -rden4s3 -rdense4 -rdenta8le. -r4deo -r6depo -r4derik -r4d5erst -rde6sm -r6d7ett -r8d^^e9 -rdfes5 -rdi3an -r4diana -r4dians -r6diau -r4did -rdi3e2 -r2dif -rdi6gres -rdig3s4 -r4dika -r4dikl -r4diku -r2dil -r6dimi -r2dio -rdi3ov -r4dish -r2dit -r2diu -rd5je -r1dju -rd7m -rd3n -rdn^^e64 -r9dob -r4d5od -r4dol -rdon8na. -rd1op -r6dor -rd3ost -rd1o4v -rdover5 -r9drad -r3drak -rd5ran -rd7rara -rd3ras -r3drei -rd3ret -r5drev. -rd1ri -rd3rot -rd8ske -rds4kv -rds5tan -rd3sto -rdsto5g -rds9tre -rds9tu -rdsva9r -rd5t -rdta8ka -rd5tr -rd7t^^f8 -rd3und -rd5ve -rdvi8ka. -r4dyg -rdy5pe -rdy3re -r6d7yt -r6d5^^e6 -r7d6^^e6r -r7d6^^e65r6e -rd1^^f8s6 -rd^^f84ve. -rd3^^e5r -rd7^^e56s -1re. -2rean -re7a6r7an -rear5e -4reav -2reb -3redak -6redam -re3def -re5den -re3des -re3di -3redig -r1edl -2redo -2redr -re4d5ri -red5sku -red4sl -reds5la -red7s6led -3reduk -6redy -2red^^f8 -2ree -re4el. -re3er -8refa -4reff -4refi -2refj -6refos -6refr -4reft -2ref^^f8 -4regar -rega7ta -re3ge -4regeb -re5gel -4regen -4reger -4regg -1regi -re4gia -re4gil -reg1l -2regr -4regub -4regud -2reg^^e5 -2reh -2reid -2reie -2r1eig -rei8ga. -rei8ge. -4reik -rei9l -rei5na. -rei7nas -re5inde -rei5ne. -rei7nes -rein6skj -re4inva -rei9ra -rei5sa -rei3si -rei7ska -reis6led -re7ism -rei7va -rei5ve -2rej -6rek. -re5ka. -re5kav -re7ken -4rekj -rekk6an -rek4k5v -5reklam -rek4led -re5k6lir -re7ko -4rekob -4rekom -4rekon -6rekos -4rekra -3rekru -r3eksa -6reksp -rek4ter -4reku -r8el. -re9la -4relag -9relandsk. -9relandske -2r2ele -rele8ge. -6relek -re7len -7relene -6relg -r3elit -4re3lj -r2ell -rel4lag -rel6land -rel5led -rel4lev -5r4elm -rel5ses -rel4sk -4re1lu -4relv -2re5ly -2rel^^e6 -2rel^^f8 -4re7l6^^e5 -rel^^e57r -2rem -remann6 -r1emb -remi6ene -remi6l -re7mis -rem9ji -remmed5 -rem8na -rem5p4 -rem1s -remti9da -4remu -8remy -4rem^^e5 -2re3na -ren4del -4rendr -8rened -re5neg -re7nei -4renek -r3e4nel -4renest -6renet -6rengd -reng5l -4rengn -reng5st -re5ni -2renk -ren6kl -r3enl -ren8ne8sl -rennes9la -re5no -ren5sa -r3enss -6r7entit -4r3en5tr -6rentu -4renu -5renz -6ren^^e6 -4ren^^f8 -re5og -2reop -re3o2r -5reou -8repen -6r5e6pi -1repu -6repus -1rer -6rerad -6re9rang -4rerat -re5re. -4rered -4reref -4rereg -4rerei -re4rek -4rerent -4rerep -4rerese -4reresu -4reret -6rerfa -4rerig -4rerik -4r3ern^^e6 -4rerol -4rerom -re3ros -rero6se. -re5rot -3rers -rers4p -4rerute -re6r7^^f8y -2rer^^e5 -1res. -2resa -re2s3c -re3se -4resel -re4sem -4reset -resi7ere -4resin -2resj -2resk -res5ke -re6s7kje. -res6kl -res7kod -re6sky -6re1sl -re4slu -1resm -re5smo -re9spe -4respi -4respr -2ress -res4sal -res4sek -res4sit -res4sj -res6sk -res6sort -res4sp -res4st -res4sy -res9tane -5restau -res6t5erv -res4tes -res3t^^e9 -4re3sti -res4til -re3str -4restre -7restv -4re5sty -4rest^^e5 -1resu -6resuk -4resun -re3svi -2resy -2res^^f8 -4retaki -4retal -re4tap -4retea -8retek. -6reteke -4retekn -6retel -6re5tem -re5ten -4re5ti -4retj -4retoa -2re5t2r -rets4i -ret4st -ret7ted -ret5ter -rett8o -rett6set -4re5tu -2rety -2ret^^f8 -5ret^^f8ya. -7ret^^f8yets -4re7t^^e5 -2reu -reu6r -4revak -re5van -reva5re. -6reveg -4revei -4revel -re6v7enh -re5ver -reve5s -r3e4vig -re4v5inn -re7vom -1revy -re4v5^^e5p -3rew -2re^^e5 -2r1f -rfa5re -rfat5 -rfe8en. -rfe8er -rfe4et. -rfei5li -r4fik -rfl^^e53 -rft2 -rfu8se -rfyr4 -r9f^^e6 -rf^^f88rarar -2r1g -r5ga. -rga8le. -rga8li -rg5and -r7gann -r4g5anv -rga3ri -rg3art -rga4ve. -r6gedi -r4gef -r2gem -rgent4 -r3geo -r4gerei -r4geret -r4ge3ru -r4gesj -r4gesl -r4gesta -rgi1a -rgie4n -r2gik -r2gil -r2gim -r2gio -r2gir -rg3i4ri -rgi7sl -r2gi^^f8 -rg2le -rg5le. -rglem5 -rg3len -rg3ler -r2gn -r4gog -r3gom -r2got -rg5rab -rg3rea -rg3rel -rg5reps -rg5rin -r3gru -rg5sc -rgs6kor -rg5s4le -rg5s6till -rg5sto -rg9stu -rg2sy -rgu7d -rg6ut -rg^^e59as -rg^^e56va -rg^^e56ve. -2r1h -rhav2 -rhavs3 -rhjul8s -rho3d -r9hu -rh^^f85re -rh^^e5nd6s9 -rh^^e59ne -ri1an -4rianf -4rianl -6riansv -ri1ar -4riarb -4riarr -6riau -2riav -2rib -ri2b3l -ri8ca. -ri4co. -ri5da -4ridale -ri5der -ri5di -2r1idr -rid3t -4rieie -4rieig -4rieks -ri1el -6rield -4rielem -6rielim -riel4la -rie4n -ri3end -4rienh -4rient -rien5t4r -ri1er -rie5ra -rie5ri -4rietat -ri5even -2rifa -riferi9e8 -rif4fi -rifiserba8 -6rifj -1rifl -rif5la -2rifo -2rifu -4rif^^f84 -ri4ga. -rig4gr -ri3gi -4rigj -4rigre -rig2s -rig6s7t -2rih -2rii -2rij -5rij. -ri4kali -ri5kan -5rikd -ri3kes -ri7ki -rik7ken -rikk5j -4rikl -ri8k9la -2ri7ko -6rikon -2ri1k2r -rik4sk -rik4s5u -rikt6 -rikts3 -riku6m -ri3k4v -4rik^^e5 -2rila -6r5ilde -6riled -ri5lei -ril6lest -2ri5lo -ril4sn -2ril^^f8 -4rima -ri9mab -ri9mar -6rimes -ri5met -2rimi -ri4mi. -7rimis -rim7l -4rimm -4rimo -ri4mor -4r1imp -4rimu -rim9ut -4rimy -rina5l -ri5n6am -4rinas -4r5inc -4rind -r3indu -ri4nee -ri4nes -2r1inf -rin7gom -ring3r -ring4sa4 -rings5ak -ring8spa -2r3inj -2rink -4rinn -rin9nes -4rinor -2rins -rins6k -rin6sm -2rint -rin4t5j -rin4tr -2rinv -ri6n^^f8 -2ri1of -6ri3om -2ri1op -2rior -rio5s4 -riot3r -2rip -4ripe -ripo4s3 -4ri1r -4risau -4rised -rise5i -6risek -4risel -ri4seli -4rish -5risiko -2risj -ri6sju -4riska -ri4ski -6risku -4risky -6ristad -4ri5sted -ris5tik -4ristil -ri4sto -ris5tof -ri5stun -6rist^^f8 -ri6st^^e5 -4risv -4risy -4ris^^f8 -ri3te -6riteo -ri7ti -riti9da -4ritil -4ritj -ri5t6o -ri5tr -rit1s6 -ri6tun -4rity -2riun -riu4r -2riut -4rivar -ri6ved -rive9ge -ri5vei -4riverk -2rivi -ri4vi4s -riv5ise -6rivo -4ri^^f8k -ri^^f84r3a -8ri^^f8ya -4ri^^e5 -r1j -rj7ambi -r4jere -r2jes -r4jeti -r4jetr -r4jetu -rju6la -2r1k -rk3akt -r6kanf -r4kao -r4kapr -r6katr -r3ke. -r2keh -rk5eik -rkei8ka -r6kek -r4kelo -r4ke3lu -r3ken. -r4kenav -r3kene -r4keni -r5kens -rke5ri -r4keris -r4kero -r5kers -r4ke3ru -r4ker^^f8 -rke4se -rkesl^^f87se -r9ket. -rk4han -r3ki -rki3d -rki3e -rki4vi -rkjek8 -rk5jor -rk1k2 -r5k8led -rk2li -rk5lun -rk9lut -rkl^^e65re -rk2l^^f8 -rkl^^e59ra -r3knek -r5knep -rk7nes -r3kno -r2kob -rko6b5r -r6kofo -r2koh -r4kola -r4koli -r4kope -r4kora -r4koru -r4kosel -rko6sele -r4kosj -r6k7ras -rk5rei -r5k6rem -rk4sar -rk2s1i -rk4ska -rk1st -rk6stal -rk4sten -rk4s5ti -rk4stj -rk4sto -rk5ti -rkti4s -rk5to -rku4le. -r6k7u6t -r4k5ve6d -rk9vei -r5kvel -r4kver -rk3ves -rk5vik -r4k5^^f8l -rk5^^f8y. -rk9^^f8ys -rk^^e54k -rk5^^e5ke -rk^^e56pa -rk5^^e54s -2r1l -rla4te. -rle4a -r2lef -r3lep -r4l5e4ri -r6le7sl -rle4st -r4lesu -r4leu -r3l4i -rli9ke -rli8ta -rli4te. -r3lj -rl6o -rlog2 -rlo5ve -rl4sk -rlu4e -r3ly -rlys7k -r6l5z -rl^^f88pa. -r5l^^f8y9 -2r1m -rma6ge. -rma5k4l -r4m5alte -rm3anl -rm4ans -r6manv -r4mare -r4marr -rm5av -rm3b -r2me7g -r2mek -rme6lap -rme5ne -r4menet -r6merev -r4mese -rme9tar -r4mey -r4m5ide -rmi6ene -rmini6 -rmin5ski -r6m5inst -rm5i4v -rm1je -rml^^f88pa -rmo4e -r2mof -rm1op -rmo7st -rm7p -rm5s6ko -rm1sl -rms6n -rm1st -rms5til -rm1su -rmta8la -rm3te -rmu7an -rmue4 -rmue5ne -rmu8la. -rmu6le. -rm5^^f8y. -r9m^^e5. -rm^^e5l4 -r6m5^^e5p -r9m^^e5r -r6m7^^e5ta -2rn -r3na -r4n1ak -r4n3ald -r6n5appar -r4narb -r4n3art -rnat7r -r4natv -r6n9a6vis -rn3avl -rn3d -rnd^^f84 -rnd^^f8r5 -r3ne. -rne5a2 -r5neboe -r2nec -r4nef -r2nel -rnele6ge. -r3nell -r3nels -r4n3eng -r4nenh -r4nerei -r6neris -rne3ro -rne1s2 -r5nes. -rne6se. -r8nesi -r4ne3sk -r4nesm -rne3so -rn5e4tab -r4nete -r2nev -rne5vr -r2n^^e9s -rn5g6 -r4ninn -rn5k4 -rn3n -r5no. -r4noa -rno5b -r4nod -r4noi -r6nok -r2nom -rn5omn -rn3oms -r4n1op -rn3ork -r2nos -r4n1o4v -rn7se -rn4s3in -rn5ske -rn3skr -rn5sla -rnsle7ge -rn7s6mi -rn6s3ovn -rn5spon -rn3s4pr -rn1st -rn4sti -rn3te -rn5ti -rn7tr -rntre4 -rnt4v -rnu4 -rn5ug -r6n3ut -r7n^^f8t -r4n5^^f8v -rn^^e58le. -rn3^^e5s -ro1ak -roa4s -ro5asi -9roban -9robar -1robe -ro4bed -ro4bef -5roben -ro4bes -5rob^^f8lgj -1roc -r3odds -7rodo -ro5end -ro7ens -ro7fa -ro4fel -ro4fem -roff5ri -ro7ga. -roga9ta -ro7ge. -rog5ret -ro6gry -rog1s4 -ro2gu -1roi -ro4kel -ro5ki -rok6kat -rok6keri -rok5kl -rok4kom -ro7k6l -rok5n -rok7s -rok8se. -rok5v -roli7ga -4rolj -rol4lab -rol4lap -rol4leg -rolle8ge. -rolle8se. -rol4lis -rol6ly -rolo9v -2roly -ro6mak -ro4mal -3ro5m8an -ro4mate -2rom7b -4ro3me -rome5d -4romk -4r3omn -ro4mor -2romr -rom5sla -r7omsy -roms^^f83 -rom3t -ro5ne. -ro7nim -6ronism -6ronista -8roniste -6ronisti -4ronn -ron4na -rono5s -ron1s4 -ronta6le. -ro4pad -5ropet -ro4pia -ro8pla. -2ropp -ro9py -ror3a -ror6da. -ro3re -ro1ru -ro4sat -ro5sel -ro3sen -4rosl -ros3la -ro4sm -ro6sov -ro1s1p -ros4st -ros4sy -ros7tas -ro3sti -ro3str -rost7r^^f8 -rot5ekte -ro5tes -rote7ster -roti7ka -rot5ord -ro5tu -6roty -roun2 -round3 -ro5ut -ro5va. -ro9vare -ro7vas -ro5vek -ro7ven -rove5re -rov5sm -rovve6 -r^^f26te. -2r1p -r5pa -r6parb -r5pefo -r4peno -r6pen^^f8 -r5pesk -r5pet -rp6j -rp2l -rp3lad -rpr^^f85ve -r3pu -rpun7g -r6p5ut. -r6p5^^f8y -r2p^^e5k -2r1r -r8raa -r2rag -rra3r -r4raro -rr3d -rr6e -r4reb -r7rebart. -r2ref -rre7int -r4rekl -r5relat -r4reo -r4repl -r4re3ru -rre5sk -r4resm -r4reso -r4respe -r3ress -rre4st -rres5ta -rre7sti -rre5str -rret6s5 -rre5u -r3ri -rri6ka. -r6rip -rri5v -rrm^^e58la -rro6e -r5rom -rro8sa -rro8se. -rro8ta -rr5s2 -r2r3un -rr5v -rr^^e55de -4rs -r1sa -rs3ab -r2s7ad -r3sak -rsa5ka -r6sakt -rsa6la. -r8s9ald -rs3all -r5sam -r4sarr -rs3arv -r1sc -5s6ch6l -r8sedi -rse6g7 -r4seku -rs4ela -rs7eld -r4seli -r4s3elv -rs5e4rik -r3ses -r4sesi -r6sesu -rse4te. -rs6ett -rsett8o -r7sim6 -rsimp7 -rs1in -r5s4ing -r4sins -rsis5t -r7sja -r4sjh -rsj3or -r3skad -r6s7kaf -rs4kam -r3skap -r4skar. -r4skas -r4ski -r5skil -rsk7inns -r1skj -rs5kjens -r6skl -rskla8g -rsk5lar -rs4k5le -rs4k3l^^e6 -r5sko. -r5skoe -rsk3op -r4skor -r3skot -r1skr -r4s3kra -r5skriv -r4s3kro -r1sku -r5sku. -r5skue -rsku7et -rsk5und -rsk5var -rs5kys -rsk5^^f8 -rs4lef -r4slei -rs4lek -rs4les -rs3lok -r4slun -rs4make -rs4mo. -rsm^^e5l4 -rs6nev -r1so -rso9a -rs5oml -rso6n5 -rso7n6al -rso5n8e -rso5n6i -r2s1or -rs5ord -rso7ris -rs1ov -r1sp -rs4pan -rs6pat -r5spel -r4sper -r7spes -r5spi -rs4por -r5spred -r4sp^^e5 -rs3s2 -r1s2t -r4s5tabb -rs5tank -rs3tap -r6st7b -rs4ted -rs4tem -rs5tend -rs5ter. -rstev9na -r3stil -r4s5tilf -r4s5tilh -r4s5tils -r4s5tilv -r5stis -r4stit -r6st5k -rst4r -rs9tre. -rs7tree -r4strin -r4s5tro -r5str^^f8 -rst7ut -rstu9va -rstyg7 -r3st6^^f8 -r7st^^e5 -rs5ukl -rsu9r -rsu7sa -rs5usi -r1sv -rs8vak -rsva9ra -rsvar4s5 -rs1ve -r4s5vek -rs5vit -rsy4na -rsy3t -rs^^f8ks3 -rs9^^f8ye -6r1t -rt5ad -r4t5af -rta4ka. -r4tana -rt3anl -rta9pa -r4tarr -rt3art -rt3avs -r4tec -r4teda -r3tede -r2tee -r4tego -r4tegr -r4teie -r4te3in -r4teka -rte6ke. -r4teki -r4teku -rt5e4lit -rte6ma. -r3temp -rten4s5k -rtentle8 -r2teo -r7t6er -r5terd -r5teres -r4teris -r5terk -r4ter^^e5 -r4tese -r6tesk -r6testi -r4teta -r4tete -r4tev -r4th -rtian8d -r4tians -r4tiar -rti8ar. -rti5en -rti6gra -r4ti3kv -r4tila -r4tili -r4tilo -r4ti7na -r2tio -r2tip -rti7sa -r6tiska -r4tiski -rt6i9so -r4tisp -rtis3s -r4ti5str -r3titu -r2tiv -rtma6le. -r5to. -rt3off -r9tofo -r9tok. -rt3omk -r4t3opp -rt6opp. -rt3ord -r6t7o6s -rt1o4v -rt2r -rt8ra -r9tre. -rt6red -rt3reg -rt3rei -r4t5reko -rt5rel -rt5rep -r7trib -r4t3ris -r4t5ros -rt3rut -rts3ar -rt4seg -rts5eng -rt2si -rt4s5ja -rt5ske -rt3skj -rt5s4no -rt3s4pe -rt4sti -rt4s5t^^f8y -rts5unde -rt3t -rtu6en. -r7tug -rt3und -r2t1ut -rtu8ve. -rty8da. -rty8de. -rtyr5s -rty6ra -rt5yt -rt^^e69ra -rt5^^f8l -r6t5^^e5s3 -ru3and -6ruav -ru6avh -ru8bl -ru5bo -ru4di. -rud4r -ruds4l -ru4ele -rue4r -rue3s4 -ruga8l -ruga5t -rui3d6 -4ruk -ruk4su -rukt3s -ru9la -4ruli -6r7ulk -rul8ke. -r2ull -r7ulv -r4um -rum3al -rum4p9l -run5del -r5unders -rund3r -rund3s4 -run6ge. -4ru2ni -run5kr -ru4n^^f8y -ru2r -ru5ra -ru8ran -ru8rar -ru9rer -rur8ta -r4us -rus2h3 -6r7u6sik -rus5j -rus7lu -ru1s4o -rus5sel -rus4st -ru4str -r4uta -ru3tal -ruta8la. -r7utan. -r4utbe -4rutd -rut8e -ru4tel -ru9tene. -ru9ter -2rutg -r1utk -rut9o -6rutr -rut4re -ru6tr^^f8 -rutto5 -2rutv -ru5va -ru4ved -ru4veg -ru4vei -ru4vel -ru4vere -ru4ves -ruvi8 -ru6v7is -2r1v -rv4a -rva7ka -rva6la -rve3de -rve4den -r4vedr -r4vega -r4vegi -r4vegr -r4veim -rveis7e6 -rve5kl -r4vela -rvel9le -r4v5eng -r5ver. -rve5re -r2ves -r2vev -rvil9l -rville9d -rv2j -r4vos -r4vov -r3vr -rv2s1 -rv5ung -rv^^e57r -4r1w -rx1 -ry1a4 -ry2dr -ry7fe -ry5fl -ry5ke. -2ry1kl -ry7le -ryl4l5i8s -ry4nes -ry5nes. -ry4pa. -2ryr -ry8re -r1yrk -ryr4ke. -ry9ro -ry5r^^f8 -rys6sal -ry5ta -ry4tek -1rytm -r3ytr -r4z -r^^e67le -8r3^^e64re -8r3^^e64ren -r^^e6r5in -r^^e6r8t -r^^e68v -2r^^f8. -r^^f88ar -6r^^f8b -r^^f84be. -r^^f84dek -r^^f8d1s -4r^^f8ep -r^^f8f5l -r^^f84ke. -r^^f84kero -r^^f8k3l -4r^^f8kn -r^^f8k5s4 -r^^f8k7t -r^^f8k1v -2r^^f8l -r^^f82m -r^^f8m1a -r^^f8n5nes -r^^f8nn5s4a -r^^f8nn5sk -r^^f8n5sko -r^^f84pe. -r^^f8p9l -1r^^f8r -r^^f8r5d6 -r6^^f8rende. -r^^f87ret -5r^^f8rl -r^^f8r4sp -r8^^f8s. -r^^f83se -r^^f85sla -r^^f8s5v -r^^f88ta -r^^f8t9as -r^^f81va -r^^f85vede -r^^f89vers -r^^f81vi -2r1^^f8y. -4r^^f8ya -r^^f8y9ar -r^^f8y6ed -r^^f8y6ene -r^^f8y5es -r^^f8y4et -5r^^f8yk -3r^^f8yr -r^^f8y5re -r^^f8y8senes -6r^^f8y4s3k -r^^f8y4st -2r^^e5. -r^^e57a -4r^^e5ag -4r^^e5b -3r^^e5det -r^^e5dy9ra -r^^e59ene -2r^^e5f -4r^^e55g4 -2r^^e5kj -r^^e5k3re -r^^e52k3u -r^^e5k1v -4r^^e5l -r^^e5le7s8 -r^^e54let -r^^e55let. -r^^e55lu -r5^^e5nd -r^^e5n6da -2r^^e5p -2r1^^e5r -r^^e5rs5k -r^^e55ru -r^^e51s -4r^^e5sb -2r^^e5se -r^^e55si -2r^^e5sj -r^^e5s4t -6r^^e5ta -r^^e5ta8ka. -r^^e55tr -r^^e55tu -2saa -5saa. -sa4ba. -s6abe -s8abl -sa5bok -s3abon -sa5by -sa3ce -sa4dag -4sadam -sa4dere -4sadm -sa4do -2sadv -sae5d -3saen -7saer -1safe -5saga -sa4ga. -sa4gas -sa4gat -6s5a6gi -sag8na -sa6go. -sa4gog -2s1a2gr -sag3s4 -sa3ik -sa5ir -sa1is -5sak. -sa2ka -3saka. -4sakad -sa5kai -3sakb -3sakd -3s4a3ke -5sakf -1sakh -sakh5e -1saki -sa4kj -sak5kr -5sakl -5sakm -4sako -3sakp -sa1k2r -5s4aks. -sak4s3i -4s3aksj -sak4sp -5saksr -5saksu -2s1akt -sak6ta. -5s4akto -4sa7k^^f8 -1s4al. -sa1la -7sala. -5sa5lat -1sa3le -sa9let -1salg -s4alge -4s5algo -salg6s5 -s6ali -sal4mes -sa5lo -5sal2s3 -sa1lu -3salv -sal5ved -2saly -1s2am -5sam. -sa2ma -sa5ma. -sam4an7 -sa5mas -sam5ei -sa4mel -sa4met -5saml -sam4lev -5samm -sammen5 -sa4my -4s1a2na -sa9na. -sa7nar -sa3nat -san6da. -san7d8al -5s6ande. -sand5r -sand5s6lo -sand5st -san4d5^^f8 -1s2a5ne -4s3a6nek -5sang. -3sange -4s3angr -s7anken -2s1anl -s5anm -san5ne -sa2no -s5anor -san5os -san1s -5s4ans. -4sansa -5s4ansen -san7s6k -4s5ans8l -4sansv -s8ant. -san9te -4santy -4s1anv -2s1ap -sa2po -1s2ar. -1sara -6sarab -2sarb -s4ard -9s8are. -4sareal -4sareg -sa5rev -3sari -sa4ri. -sar6ka. -4s3arki -2s1arm -sar5me -sar8me. -s1arr -2s1art -sar4ta. -sa4ru -4sarv -1sas -8sasju -2s1a4sp -4s1ass -s6ast -4sasty -2sasu -4sasy -1sat -sa1ta -sa5ten -sa3ti -2s1atl -4s3atmos -sa1to -4sa5t6r -s5atsk -5satt. -4s3atta -satte4s -5sau. -sau4d -sau5di. -5saue -4saug -sau6ga -s3auge -sau6ge. -2s1auk -5saum -3saus -4saut -2s1av -s2ava -sa4ve. -sav5n -3savu -8s9b4 -sba4ne. -sbi6e -sbo4da -sbu6et -s6bug -sbul3 -sby8ta -4sca -1sce -2scel -s4cene -s3cer -6sch. -8schl. -6s7cl -4sco. -4scos -s4cus -6s7d4 -sdam9p -sde6le. -sdu8en. -sdu8er -sd^^f88v -1se -2se1a -3sea. -sea4g -se3an5d -se7ansa -sea9re -5se4au3sk -2seb -4sec -4sedag -sed5d -se3de -5sede. -5sedl -4sedo -2sedr -2sedu -6sedvanle -2sed^^f8 -5see. -see3d -2seef -2seeg -se6e3i -se3e4l -se5en -seer1 -5sees -2seev -2sef -s1eff -4s1eft -6sega -sega6l -se2ge -se6ges -se3gev -seg8ga. -9segl. -7seglet -4se7g8r -2seh -2seid -sei8dan -sei9den -sei8e9nes -s5ei4et -2seig -sei6ga. -sei5ge -sei5k -3se8il -6seim -2sein -se3ind -s3eini -se6ink -se3ins -se3int -sei5r -3seis -2sej -5sej. -2se5ka -3seke -4seki -2sekj -5sekk -sek4kes -2sek4l -4se3kn -2seko -se2k1r -4sekra -4sekri -4sekro -4seksp -sek4st -sek6te. -sekte9ra -3sek5to -4seky -4sek^^e5 -s2el -2sela -se6la. -3selak -5selane -5selar -sel5art -s3e4las -se6l5at -sel1d -se4le. -4se5led -6selega -4selei -4s3elem -4seleng -4seles -4s3e4lev -3selg -4selik -4selil -4selis -4s3e4lit -sel6l^^f8p -2selo -7selol -se3lom -3sels -sel4sin -4s5elske -sel9s8lag -sel4spo -sel5t6 -2selu -se6l7u6r -sel4v5ak -sel4van -selv3e4 -sel4ve. -selvei4 -sel4ver -sel8vin -2sely -2sel^^e6 -2sel^^f8 -sel^^f88pa. -6sel^^e5 -2se3ma -3semb -7semd -se5me -se4mi. -semini6 -2s1emn -sem4na -9semnd -2semo -sem5pe -2sem^^e5 -s2en. -6senau -sen9d8a -sen6dela -6senden -4sendr -s2ene -4sened -se3neg -4senem -8senesa -6senese -sene8se. -s5engas -2s1enh -se6nin -s3enkj -5sen3n -s2ens -4s5ensem -sen6s5end -sen4sj -sen3so -7s6ent -sen5ter -sen5trep -4senum -4seny -2sen^^e6 -6sen^^f8 -2seo2 -7seod -se3or -2sep -se3pe -seperso5 -3sept -s2er. -se3ra -4seram -5seran -4serap -5seras -6serau -ser5d -s2e5r4e -5sere. -4serea -4sered -4seref -4sereg -4serei -4serek -4serel -4serenn -4serent -4serep -4sereso -4seress -4serest -4seresu -4seret -4serev -s1erf -s2eri -seri6e5ne -4serik -4serkje -5serkr -5sern -ser7nev -2se1ro -se4rop -se4ror -se4ros -3s4ert -ser4tak -ser6tat -ser4tr -se1ru -4serul -se4r3un -ser4ved -ser4vel -2sery -2ser^^f8 -2ser^^e5 -5ses. -ses5ald -5sesals -ses5alt -4sesc -2sese -se4sene -ses5in -se3sj -4sesje -4sesjuk -ses5kal -ses5kar -ses5kv -ses5lit -se3sna -ses3pr -ses4s5in -se1st -5sest. -5seste. -4sesto -ses5un -ses1v -2sesy -4ses^^f8 -ses3^^e5 -3s2et. -2se2t6a -3seta. -se5tae -seta8ka -se5tar -6setea -4seteg -4setei -4setek -se7tel -se4tera -se5tero -4setes -2se3ti -se8ti. -s3e4tik -s3e4tis -4setje -5setje. -7setl -5setn -2seto -2set6r -s4ets -s5etters -2setu -2setv -2sety -6set^^f8 -3seum -4seun -seure9ne -seu2t -2sev -seva6ne. -s8e5var -sev4d -sevi4sa -s1evn -sev4ne. -se3vr -3sev^^e5g -2seyn -2se^^f8 -2se^^e5 -1s^^e9 -2s^^e9a -6s^^e9b -4s^^e9e -4s^^e9f -4s^^e9j -4s^^e9k -2s^^e9l -4s^^e9o -6s^^e9p -9s^^e9r -4s^^e9s -2s^^e9v -2s1f -sfa4ne. -sfe6et. -sfes5 -sfisken8 -sfl^^e53 -s5fo -sfo8ra -sforl^^f89 -sfra5s -sfri5e6re -sfyrs5 -3sf^^e6 -sf^^f89ren -sf^^f85rer -sf^^f85ri -6s9g2 -sga4l -sga8va -sga4ve. -sgen9s -sge4st -sg^^e54va -sg^^e54ve. -s1h -4sh. -sha2k -s7hat -s3hau -6she -shea4 -s5hei5 -s4hi. -sh5isk -4shj -3short -3show -6shs -2shu -4s5hy -s5h^^f8 -sh^^f88l -sh^^f86va -sh^^f86ve. -s7h^^e5 -1si -4sia5m -si7ans -4siap -4siav -si2bl -3si2da -3si4de. -3si3den -si4deo -s4ider -si5der. -si4dete -2si2do -4s1idr -sid8ra -4sidy -4sieg -si1el -sie4n -si5er. -si6eren -sie4s -si3est -6sife -si3fl -2sifo -si4f3r -2sifu -4sif^^f8 -3sig -siger4s -4sigi -4s3iglo -si5gr -4sih -3sik -si3ka -si5ke. -sik2h7 -sik4ka -sikk8artet -sik4k5el -sik4ko -siko3 -si4kom -si4kop -si4kos -si4kot -sikt4s3 -s2il -5sil. -3sild -sil4del -sil4der -sil4des -sil5j -sil2k -sil4les -2sil^^f8 -si6mel -4simet -2simp -si3mu -4sinde -4s3indu -si3nek -2s1inf -sing4s5a4 -7singu -si4ni -4sinj -2sinn -3s4inn. -7s4inna -s6inne. -5sinnet -s3innh -s5innk -s3innl -4sinnt -si5nob -sinsk5e -2s1int -4sinv -si6n^^f8 -4si5ov -si4pa. -si8pe. -si6re. -si7ren -si4ri. -sir8kl -s2is -si5sel -si4serf -sis5e4v -si6sin -6sisju -si4sk -sis5ke -si4sn -si4s5te -si4sti -sis3to -4sisy -3s2it -si5ta -sit8ji -si6t7ra -si4t5re -si4tri -sit3s4 -sitsva9 -sit6term -sit4tes -si4umf -4siut -5siva -si9van -si8vi. -si9v^^e5t -1sj -2sj. -4sja9g -4sjam -s4jan -4sjanl -s7jarn -2sjb -6sjd -sje4f3i -sje4fla -sjef5t -sje3g -sjek4t5o -3sjel -sje4lev -4s3jent -sje5s4 -sjet4ti -2sjf -2sjk -2sjl -2sjm -2sjn -2sjob -5sjok -4sjom -9sjon -sjons5 -2sjor -2sjou -2sjp -2sjr -2sjs -2sjt -s6j3t6sj -sju1a -6sjub -6s7jug -sju8la -4sjun -2sjus -5s2j^^f8 -sj^^f83k6 -sj^^f81p -sj^^f89r^^f8 -sj^^f81s2 -sj^^f83t8 -6sk. -1ska -2ska. -4skab -skabe3 -s2kad -8skae -4s6kag -2skak -5s4kal8a -ska5lar -2skam -s4kaml -4skana -4skande -4skane -4skano -6skant -5s6kap. -9s8kapa. -4skapas -5skapen. -4skapp -2sk2ar -sk5arab -sk7arbe -5skard -4s5kark -6skars -3s8karv -2skas -4skate -8skay -4skb -6skd -2ske -s4keda -s6kedo -s2keh -s6kei -skei5er. -s8k5e4lev -s6kelik -skel3t -s4kelu -s3ken. -s4kena -s6kenav -s4keno -s5kens -5skept -s5ker. -s4kero -s5kers -s2ke1s -ske3si -skes4m -ske5sn -s4ketet -s3ke4t3j -s6kev -s2key -2skf -2skh -1ski -5s6ki. -7skia -4skid -5skie -5skif -5skik -s6kill -ski6net -ski4nin -5sk8inns5 -skino6 -5skiol -5skip -2skir -s4kire -6s5kirk -sk5irs -s6kis. -7skiss -4s5kist -5s2kiv -s6kje. -5skjema -6skjemas -3skjer4m3 -3skjer5m4e -7skjers -3skjor -4s5kj^^e6rl -5skj^^f8n -skj^^f85res -2sk1k4 -2s1k2l -sk5lak -s6k5lan -sk9leg -s6klei -sk3lek -sk5ling -sk5lit -s4k5luf -2skm -2skn -s1knu -4skoa -7skodd -4skof -3s2kog -1skol -7s4kola -3skole -4skoll -4skom -s6koma -6s1kon -4skoo -sk5ord -s7kors -4skort -2skos -s2kot -3skott -sk8ra -5s4kral -s4krat -sk6re. -4s3kref -6skreg -5skrek -s3kret -5skrevn -3skrib -3skrif -4skrig -3skrik -3skrip -4skrite -3skriv -s3kron -4s3krop -sk6rud -skru3s6 -6skryss -1s2kr^^e5 -2sk1s2 -2sk3t4 -5skud -1s4kue -sku4end -sku4er -skue5re -1skuf -5skulan -5skular -3skule -6s5kulis -4skull -s4kulp -4skult -skum3s -2skun -s6k5underv -4skup -4skurv -2skv -sk5va. -3skvad -sk3vas -s6kven -sk3ver -sk5vit -3skvu -1sky -s6kya -s6kye -4skyr -sky3re -4skys -3skyt -6sk^^e6 -6sk^^f8. -6s5k^^f8a -4sk^^f8e -1sk^^e5 -sk^^e55re -6sk^^e5t -sl4 -sla8da -s3lade -sla5ge -sla8ge. -sla5ke -s5laks -3slal -4s3land -slap5pe -s5laran -s5lare -4s5last -s1lat -sla4te. -4s1lau -s5laus -sla1v -3slave -sla4vin -2sle. -s8leda -7slegare -5s6legas -s4legi -s4legn -s6legr -6slei -slei5er. -s4leiv -sle8ke. -s5lekk -s2lel -s4leme -4sle7ne -s6lener -s6len6t3 -2sler -s6lesj -s4leso -s6lest -s4leta -s4leva -4sley -s5lia -2slid -sli4en. -6slig -sli5ke -s4likk -2slin -slin6t5 -3slip -5s4lit. -3s4lite -4s5liv -slob5b -slott4 -s6lott. -7slottet -1slu -8slu7a -2slu2e -slu5es -6sluf -4slug -sluk3s6 -slum4p5 -slum5p6e -s3lund -s5luns -s6lup -slu7sa -s4lut -s1ly -sly8et. -1s4lyn -4s5lys -sly8t -sl^^e66rari -2sl^^f8n -4sl^^f8p -sl^^f84pa. -s6l^^f8r -2sl^^f8s -sl^^f88s5a -3s4l^^f8si -sl^^f85va -sl^^f85ve -sl^^f85vi -5sl^^f8yd -sl^^f8ye7 -9s4l^^e5. -s4l^^e5e -s1l^^e5n -sl^^e55ner -1sl^^e5t -s1m -sma6d -3smak. -5s4maken -sma9let -4sman -s4med. -s4mede -s4medk -smeg5 -4smei -smek7l -s4mekt -3s4mell -5s4melt -2s5men -3s4mert -6smes -s6mesi -s6mia -s4mie -smi4ene -s4mig -s6mil. -smi7la -s6mile -smini6 -s2mit -smo7a -smo8de. -s2mok -3smug -6s5mugg -smul2 -s6mula -s4muld -s6mule -1s2my4k -6sm^^f8n -1s2m^^f8r -sm^^f8r3s -4sm^^f8t -5sm^^e5. -sm^^e55r -s8m^^e5tt -s1n -8sna. -s4nab -7snak -4s3nas -6s3nat -4snav -4sne. -4sneb -4sned -s6nee -s4neg -3snei -snei5er -sne4kri -s7nekt -s4nel -2snem -4sner -6snes -sne9sa -snes9v -4snet -s6nif -sni6gl -s2nik -snik5ko -3s2nil -6s3nin -3s2nip -snir4 -5s2nit -2s3niv -s8no. -s6noe -s5nord -6s7not -5s6nud -s3num -s4nur -7snut -6snyh -2sn^^e6 -sn^^e64re. -5s6n^^f8. -sn^^f85d4r -5sn^^f8e -1s2n^^f8r -sn^^f81s -sn^^f85vi -so3al -so8ar -4soav -2s1ob -so2bl -1sod -so4da. -5soe -sofa1 -so4fag -so4fas -6s5off -6s5ofre -soft1 -so2ga -so8gi -so7gl -sog6nem -6soh -5s4oi4 -so5id -5sokn -4soks -sok4se. -7sol. -so4la. -sol5av -1sold -so4le. -solei5er -so4lene -1so7li -2solj -so2lo -so8lo. -sol3s2 -sol5t4 -so4lum -so4l^^f8 -3som. -so6mend -4s3omfa -4s1omg -5somh -2s1omk -4soml -1som5m -sommar5a -3somme -somme6r5e6 -2somr -7somren -5somrer -4somr^^e5 -s1oms -som5sl -s4omst -som5sti -4somsy -1s2omt -5somt. -6somta -3son -so4na. -son7da -7s6one -so8nea -song3s4 -so4n3o -sons4k -son5st -so2nu -so4ny. -2s1o2p -so7pak -so9par -so7pet -3sopp. -5soppa -3soppe -sop4pi -so3pr -1sor. -7sora -so3ran -5sorb -4s1ord -sor4da -1so1re -so4rek -7sorga. -sor4gl -so2ri -4s3orie -7soris -so5riu -4sorke -sor5n -3sor5s -3sort -1sos -4s5osc -so8se. -6sosf -4sosj -so4sl -so5te -so8te. -so4tra -sots4 -sot5te -sot4ti -4sou -2sov -so3va -so4ve. -so5ven -sover5e -sove3s4 -5sovet -3sovj -sp2 -4sp. -spa5g6h -7spak. -7spaka -5spake -s2pal -s3pall -5spalt -3s4pann -3spari -4spas -5s6paser -4spe. -spe4a -spe9d^^e9 -s4pee -1s2pei -s2pel -spe4leg -spe4les -5spelet -3s4penn -s4pent -s5pep -6speri -s4perr -s3pers -3spesi -s4pest -s9pet. -1spi -4sping -s2pio -2spip -spi7res -spi7ri -spi7ro -5s6piss -2s1pl -sp9lar -4sple -s4plin -3split -sp6o -2spoe -spo6et -2spol -5s6pole -s4pora -s4pore -sport6s5 -3sporv -2s5pos -4spot -s3pote -spo5v -9sprag -5spran -6s3preg -5sprei -s4prek -spre5ke -s3prem -5s4pren -6s5pres -5s4pret -s5prio -8sprinsi -4s3pris -6s5prob -s3prod -4sprof -5sprog. -5sproge -5s6pross -1spru -s4pry -3spr^^f8y -5spr^^e5 -2s3ps -2spul -5s2p^^f8 -sp5^^f8y -9sp^^e5. -5sp^^e5d -6s3r -s7ra -s5re -sre8ka -sre8ke. -sri8e9 -sri8ka -sri8ma -sri4ve. -s5ro -sro4e -sro6pa -sro6sa -sro6se. -sro2t -sro9te -srot5o -s9r^^f8 -sr^^f81v -sr^^e54da. -sr^^e5de9r -sr^^e56ders -sr^^e58ma -4s1s -s7sabel -s7sabl -s6sae -s4saj -ssa8ke. -ssa6la. -ss5all -ssa4me. -ss5amp -s5sane -s7s8ar. -ssari8e9n -s7s6arm -s4sarr -ssar8ve. -ss6as -ssau8sa -ssau6se. -s6seet -s2seg -sse5ge -ss5egg -ss4el -sse5li -ssel5s -ss9elv. -s2sem -s5sen. -sse8na. -ss5enden -s5sene -s4seni -ssen6ke. -s4senu -s6sen^^e5 -s5ser. -s6serab -s6serat -sse7sk -s4seski -s4sest -s7set. -s9sets -s2seu -s4sey -s2sh -ssi4a -ssi7e6rer -s4siff -s6silo -s8s9ime -s6s3ind -ss5init -ss3inj -ss3inn -s4s3ins -s5sis4 -ssis5m -ssi6v7end -s5s6jarg -ss4kape -ss3kar -sska8ra -ss3kof -s7skog -s4skor -ss6ky. -ss4kye -ss4k^^e5 -ss5k^^e5l -s7sk^^e5p -s2sl -ss1lo -ss5ly -s2sm -ss6nar -ss2no -ss4n^^f8 -ss5n^^f8k -s2sof -s4sok6 -sso5lo -s2som -ss4oma -sso3ra -s4sorga -ss3ove -ss6pil -ss4por -ss9ri -ss2t -s5stad -ss4ted -ss3tek -sstel6li -ss5tep -ss7tilp -s7stip -sst6r -ss5tren -ss4tr^^e5 -ss3tus -ss3t4v -s2sul -s3sur -ssva7ra -ss1ve -ssy6na -ssy5r -ss7^^f8ye -s6s^^e5 -6st. -2s1ta. -stabs3 -3s6t2ad -stad3a -sta6d3o -s5tafa -3stafe -sta5fl -st3aft -sta7ge -4stah -sta6ka. -5stakk -6stal. -6sta4la -sta5lak -st5ald -4stale -sta4le. -5s6tali -5stalt -s3tame -3stamm -sta5na. -3s4tand -6stande. -st8ane -s4tanf -s4tang -st3anl -sta8n9o -s6t5antr -st3anv -4stao -2stap -s7tapa -s4tapp -s8tap^^e5 -s3tari -1stas -3s8tasj -4s5tast -1stat -4stato -sta5top -sta3tu -3stave -2s4t5b -st7c -2std -2s3te. -2stea -2steb -3sted. -s4teda -5stedt -s2tee -2s4tef -3s6teg. -stega6l -s4tege -3stegh -4s5tegn -s4tegr -4stegsp -5stegspl -ste4her -s2t4ei -stei5er -4steikn -ste6in6s5 -3s4tek. -4s4teka -s6teke -ste4ket -s4teki -4s5tekn -4steko -v4s5tekst -s4tekt -s8te5kv -4stela -ste5le. -s5teleg -ste5lev -s5telig -5stemd -3s4temm -3stemn -4stem^^f8 -sten5a -ste4nar -5s4tenen -s4tener -4ste5nes -3s6teng -s4teni -6stenk -4steno -stens5l -4steo -s5teol -2step -step7per -st8er. -s4teram -s6terest -s4terev -s7t6erf -s4terid -ste7ris -s6teri6v -4s3term -6sterr -ste5run -2stes -s4tese -ste7sle -4stet -s4teta -ste7t6r -s6tet^^f8 -4steve -4stevi -6stevl -6ste^^e5 -2s4t5f -2stg -stga6ve. -stg^^e58va -stg^^e58ve. -2s6t5h -st5he -2s3tia -4stib -s5tibe -s9tibl -3stic -6s5tid -s6tidel -sti5en -s2tif -3stift -s4tigen -7s6tigi -st9i8gj -3stign -s5tij -6s5tika -4s5tike -s4tikl -3s6til. -5s4tila -sti4lag -4stild -3stile -stile9ge -s6tilk -6stiln -s4tilo -6s5tils -5s4tilt. -5stilte -4stime -sti7mer -6stim^^e9 -3s6timu -s6t3ind -s6tini -4s6tinn -s6tinst -s6tint -1s2tip -5stir -2stis -6s7tisk -4stitt -4sti^^e5 -s4tja -5stjel -4s3tjen -s6t5jent -3stjer -4stju -2stk -2stl -2stm -2st5n2 -s2to. -1stof -2s3tog -4stoks -3stoli -4stolj -4stom -s9tomm -st3oms -4stoni -st3ope -st5oppl -6s8t5ord -sto4ret -s6torm -stor3o -4stors -st5o4s -s1tot -sto4t5r -5s6tore. -st5ou -5stova -2stp -8str. -st3ra. -4strad -s8traff -st3ral -st4ran -stra8na. -5strand -4strane -6strans -4strap -4strar -st7ras. -st7rast. -5s4traum -s4tre3a -s4tred -st5reis -7strek. -st5rekl -6streni -st5rer. -6strers -6strh -9stria -5strie -st5rige -st3rin -3s4t6rip -5stri3s -6stroe -s5t4rog -5s4trok -st3rol -6s4t5rom -st3ron -st7rop. -st7ro6pa -s6trope -3s4truk -st5rum. -2stry -6stryg -s7trykt -4s3tr^^e6 -1s2tr^^f8 -st6r^^f8m -4str^^f8r -4str^^f8s -st5r^^f8se -s5tr^^f8st -4str^^f8y -6str^^e5d -2st5s6 -stsa6me. -stsy8na -4st7t6 -stta6le. -st3t4r -s4tua -1s2tub -3s4tud -s2tue -stu4er -stue5re -3s4tum -6s3tung -6stur -2s4tut -2stv -s3t4ved -1sty -2stya -2styd -3s4tyk -sty6l -2s5tyn -2s7typ -3s4tyr -styrs3 -6stysk -4styv -sty5ve -1st^^f8 -2st^^f8k -5st^^f8l -5st^^f8p -6st^^f8rk -5st^^f8t -st^^f87va. -st^^f85var -st^^f83ve -st^^f85vi -st8^^f8y -1st^^e5 -5s4t^^e5e -st^^e55k -4su. -1su4a -su7a8l -1su2b -sub7l -sub3o -s3ub^^e5 -1sue -su8er -su2f -5s2ug -su6ga. -su4ge. -sug3g -su2h -3sui6 -su3is5 -suit5a -su2k -4s1uke -3suk5k -suk3r -1suk5s -su4le. -3s4ulf -su4lik -sul4t5r -s1ulu -2suly -sul^^e65 -3s2um -4s3umid -su2mo -sums6 -5sund. -5sundet -sun6d7r -9sunds -sun4ge. -6s7u2ni -su4o -3s2up -su4pe. -super3 -supi9 -sup4r -su8pre -sur5d -su4re. -4s3u4rei -1surf -su4rie -su4riu -surs5k -sur4sp -sur4sti -1sus -su3san -su4se. -4susi -su4sik -sus3p -su2sy -2s1u4t1 -sut6ra. -sut8reg -7suv -8s5u6vi -sv2 -6sv. -sva5a -svai5 -5svak. -3svake -sva4la -sva4les -6svalet -5s6vali -7s6vam -s4var. -s4varet -3s4vart -s1vas -6s1veg -sve6g7i -s5veie -3s4veis -s5veka -5s4vens -sverd5s4 -sve4re -sve8res -3s4verg -5s4verj -s5verk -sver4ki -s4verm -6s7verv -7s4vev -s4vie -svi6e3l -4svig -svi5ke. -6svikg -4sviks. -4svil -svi4nes -sving5s4 -ll6svint -4svir -2svis -svi4sa. -svi4se -svi5sen -svi5ser -s8viv -svi9ve -4svol -5s2vor -svor7t -s3vr -3svul -5s6vulm -s3vy4 -svye7ne -1s2v^^f8 -2s7v^^e5 -1sy -sy4c -sy4de. -sy5den -5sye -sy2er -sy8ka -sy4ker -sy5kere -2syko -sy6kog -sy7me -s2yn -synk4 -syn6sk -syn3te -sy4ra -sy5rar -s6yre -sy4re. -2s1yrk -syr4ka -syr4ke. -3sy1s -sy4se -sy2sl -sy2s3t -2sy2t -sy5ten -sy5t6h -9sytt -sy2v^^e5 -s4z -sz3c4z -6szt. -1s^^e6 -s^^e62l -8s3^^e64re -8s3^^e64ren -s^^e64r1i -s^^e6rle9 -s^^e6r5s8 -7s6^^e65te4 -4s^^e6tt -1s^^f8 -4s^^f8. -s^^f82d -s1^^f8de -4s^^f8f -s^^f8g4 -4s^^f8j -9s^^f8k. -3s6^^f8ke -5s^^f8kj -5s^^f8kk -s^^f8k7kj -2s^^f8ko -s^^f8k4sk -s^^f8k6s3e6 -s^^f8k4ta -3s4^^f8l -s^^f84la. -s^^f84le. -s^^f85let -3s2^^f8m -s^^f86m^^e5 -3s^^f8nn -s1^^f8ns -s^^f84ras -s^^f84re. -s^^f84r5end -s^^f8ren6de. -s^^f88ret -s^^f8r9ett -7s^^f8rl -s^^f8r3s -s^^f8r5^^f8 -3s2^^f8s -4s^^f8s. -s^^f88sa -7s^^f8t -s^^f87tast -s^^f87tel -s^^f85tes -2s^^f8v -s1^^f8ve -3s^^f8vn -2s5^^f8y. -4s3^^f8ya -s^^f8y8de. -6s5^^f8yd -8s^^f8ye -3s^^f8yl -6s5^^f8y4n -s^^f8y2r -2s7^^f8ys -5s^^e5g -s3^^e52ke -5s4^^e5l -s^^e54le. -6s1^^e5n -s^^e5n4da -s^^e5n6de. -s^^e52p -9s^^e5pa -s^^e55pet -6s1^^e5pn -s^^e5p9u -s^^e52r -s^^e56ra -s^^e5r9ast. -s^^e54re. -s^^e5r3sk -s^^e5r7^^f8 -s^^e52s -s7^^e5sa -s4^^e5sb -s5^^e5se -s^^e5s5k -s^^e5s5t -9s^^e5v -s^^e5va7 -ta1a -4tabo -tab2r -tab2s -ta4bu. -4tab^^f8 -ta1c -4tad -ta2da -ta8d3ei -ta6d3e4t -tad5spa -tad7s6v -ta6du -t8ae -6taei -4taek -4tael -1taen -4taend -4taenh -ta6es -2ta5fe -taf7f6 -5tafis -4tafl -1tage -4tagj -8tah -ta7is -1tak. -4takau -ta7ken -ta5ker -tak7kel -tak5k4l -ta8k9la -2takr -tak4sal -tak6se. -tak4si -4t3aksj -5takst -tak4tal -4taktig -tak4to -t5akt^^f8 -ta1ku -tak3v -1tal. -ta9lam -ta3lan -tal5ang -ta7las -3tale -ta4lei -tal5eie -ta4lek -ta5ler. -1talg -tal6ge. -7talj -talj5es -tal4led -tal4leg -tall7es -tal8lign -tall6s9a -tal4ly -tal3op -6talter -t5altern -ta6l9u -ta6l^^e5 -2tamb -tamba6ne. -t3ambi -t4ame -4tamet -tam4i -2ta3m4o -t6an. -ta2na -4t3anal -ta3nar -ta5nas -ta5nat -t5andak -5t6ande. -t7andel. -t5andele -tand5r -tand^^f84 -tand^^f8r5e -1tane -ta4nel -ta5nem -4tanett -t3anfa -tanf^^f86 -6tangf -6t3angr -1tank -2tanl -t3anle -2t1anm -3tannl -t5anno -tanns4 -tan6sk -tans5ka -t5an5sl -4t5anstr -4tansv -8tantil -tan4tra -6t7antre -t3anve -2ta3o4 -5tap. -ta4pa. -1tape -ta4pe. -3tapi -4tapl -4tappa -5tappi -1t4ar. -t6ara -ta4r3ak -4taram -ta6rare -2tarb -3tarbo -5tarb^^f8 -6t7ark. -tar8ka. -4t5arke -4t3arki -4tarra -tar9si -tar7sp -tars6v -4tart -tart7est -t5artik -tar7tit -tar4t3r -ta6r5^^e58k -4tasa -ta3se -6t9asf -t3a4sia -tasi3e -ta4sif -ta4sil -ta4si5s4 -tas4p -tas5s4 -6ta7sto -ta7str -4tasu -ta1ta -ta7tes -tate8se. -tat5e4v -tati1 -tat3op -tat2s1 -tat3te -t3attr -1tau -9tau. -7taue -4t5aug -2t1a4uk -4taun -tau4ne. -tau4sk -2taut -2tav -6tavin -3tavl -4tavli -ta9xy -6t1b2 -tba3d -tba2n -t6be. -tbe6te. -tbe6t7r -tbe6t8ra -tbo6da -tbu8da -tby3k -tby4s -tby7te -2tc -t1ce -tcen4 -tch5e -t5co -2t3d -tdy5pe -1te -4tead -4te3ag -2teak -2te9a8l -tea6m -2tea2n -2teap -2tear -te5arb -tea4s -3teatr -4teatt -2teau -2teav -4teb -t5ebb -tebu8da -4tecel -te1co -2ted -3tede. -4tedeb -te7def -4tedek -4tedel -4tedem -te5den -4tedi -5tedil -4tedo -tedo6en. -tedo4er -tedo8et. -te4dor -ted4sk -ted4sl -6tedu -4tedy -tedyr9k -4ted^^f8 -te3e4 -2tef -8tefa -4tefi -4tefl -4tefo -tefo8r -t3efte -3tef^^f8 -2tega -5tegat -4t3egd -te7gea -te9gee -4tegg -teg8ga. -2tegh -te4gim -2tegj -2tegl -te3gla -te9g8li -8tegs. -6tegspl -6tegsv -2tegu -tegvi8 -2teg^^e5 -5teg^^e5s -4teh -5tei. -2tei4d -t3eie -t3eiga -tei6ga. -t7ei6ge. -6teigr -3teikn -tei5le -te1im -6teinf -te4inne -te5inte -te5i4s -6teiso -2tej -te7ken -te5ker -4tekil -2tekj -5tek1k -2tekl -te5k4la -tek6lede. -tek4li -4teknu -2teko -2tekr -te7kra -te6k5ru -9teks. -4t3eksa -t3ekse -4teksp -t4ekst -tek8t9r -tekt4s -tek6ty -2teku -te2k3v -4teky -2tek^^f8 -4tek^^e5 -2te3la -tel6ak -5te4l5ar -3telav -8te4le. -4teled -4telei -4telek -4teleme -te4lene -6teler -te4les -te5lesk -4te4lev -te6leva -4telid -4telik -4telil -4telin -te4lir -4telis -4telit -4teliv -tel5lef -tel4lei -tel4lev -tel8lign -tel4lo -2telo -tel3se -telses5 -t3elsk -tel7s6v -5teltet -2te1lu -7telut -2tely -6tel^^e6 -2tel^^f8 -tel^^f88pa. -2tel^^e5 -2tem -3temae -6teman -te4mans -t5emba -6temenn -5temik -tem9ma -6temn -tem5ne. -tem5ord -tem5pe -3tempo -tem3s -4tem^^f8 -3ten. -te5nab -te4n5al -ten8am -te4nan -te4nat -ten5at. -6t7enc -6t5en6den -4tendr -4tened -te5neg -6tenem -6tenerg -5tenes -4tenet -2teng -7tengon -t5e4nig -7tenik -5tenis -4teniv -ten9no -te4nom -te5nor -6tenorm -4tenot -te6nov -6ten^^f3 -ten3sa -ten5sko -ten6slu -ten3so -tens5v -ten4t5in -tentle8ge. -4tenum -4teny -4ten^^e6 -2ten^^f8 -ten5^^f8ks -2teom -5teon -4teop -te6ora -4teord -2teov -2tep -te3pa -4tepak -tepa9ra -4tepas -4te5pe -7tepee -9tep^^e9 -tep6pere -t5e6ple -4tepr -4terac -te7rakk -6teramm -ter7apa -4terapp -te4rare -6terasa -4terase -7terast -terba6ne. -t6er5d -4tered -4teref -4tereg -4tereis -te4rel -8terem. -6teremm -te4r5eng -teren6ga -6terenn -4terep -te4rerk -ter5esti -4terett -6terevo -3ter5g -3terh -te4rig -4terik -4terisi -te4riv -ter5j -4terk. -4terke -4terkh -7terkr -6terks4 -4terkt -terla6ga -terle7ge -terle6ve. -ter8ma. -ter3no -tern5s -te5ro. -tero6e -te3rof -4teroll -4terom -5teromr -4te3ros -4te3rot -tero6v -ter5r -5ters. -5tersj^^f8o -ters4kl -ter7s6ko -ters4l -ter3s4m -ters6ne -ter5sv -ters^^f86ke. -3ter3t -ter9to -ter9ul -8terum -ter7v -tervi6se -2tery -ter5^^f8r -4ter^^f8t -te4r3^^f8v -4ter^^e5d -te4r3^^e5s -t4es -5tes. -2tesa -5tesar -te7sen -2te1sh -4tesid -4tesik -6te3sin -4tesit -4tesj -6tesjef -4te1sk -t9es6ka. -6teski -te5sko -2te1s2m -7tesm^^e5e -2te1sn -2te3so -6tesp -5tesr -3tess -5test. -4testaf -tes5tas -4testat -5tes7te. -4te5stei -te5s6tiv -5testid -tes4tik -4te5s4til -4te3sto -4te3str -4testy -4test^^f8 -2tesu -4te1sv -tes8v^^e6 -2tesy -2te3s^^f8 -te7s^^e5 -tes^^e59re -3tet. -teta6ka -teta6le. -te4tap -te3te -5tete. -tete4e -4teteg -4tetei -4tetek -4tetem -2teti -3tetik -3tetis -2tetj -2teto -2tet2r -3tet2s -tet5ti -tett3s -2tetu -5tetu. -2tetv -2tety -te2t3^^e5 -2teu -teu8k -t1eur -3teus -2tev -t6eva -te4valu -3tevl -tevo6r -te3vr -2tey6 -2te^^f8 -2te^^e5 -4t^^e9a -2t^^e9b -2t^^e9f -2t^^e9h -2t^^e9i -4t^^e9le -2t^^e9m -2t^^e9se -4t^^e9st -6t1f -tfe6e -tfe4l -tfl^^e53 -t7fo -2t3g2 -t4ga. -tge4a -tgei5 -t4gi. -tgi5ros -tgrei9e -t4g^^e5. -2t1h -t4hap -t4hea3 -thei5m -tho7li -tho3re -3thr -thu5le -thu6s -thy5r -1ti -2tiad -ti3ag -2ti1ak -4ti3all -ti5als -2tia2m -2ti1ap -ti3asp -4tiau -2tiav -2tib -2tick -3tid -ti2da -4tidan -tid7d -6t3idee -4ti5dem -4t7id^^e9 -4tidis -4tido -4tidr -2tidu -tidvi4 -6tidy -4tid^^f8 -ti1e2 -2tief -2tiei -2tiem -4tienh -tie5ra -4tierf -4tierk -ti4ert -ties3 -ti3esk -ti3et -4tieta -4tiett -2tifa -tifa8ne. -2tife -4tifl -2tifo -2ti5f6r -t8ifr^^e5 -4tift -tif5te -2tifu -4tif^^f8 -ti9ge. -4tigj -2tign -3tigno -ti6gun -2tih -2tii -2tij -ti3ka. -6tikarr -ti5ke -4tiket -4tiki -6tikj -tik4kj -2ti3ko -2ti1k2r -ti3ku -6tikular -6tikult -6tiky -4tik^^f8 -t4il -tila6ga -til1d4 -3tilde -2tile -ti3lei -3tilfe -3tilg -til3id -4tilke -3tilkn -4tille. -4tillh -4tillin -till^^f87 -4tilm -7tiln^^e6 -3tilst -til3t4 -4tilte -2tilu -2til^^f8 -ti7mab -5timat -ti4me. -5timedie -ti4mera -5timeri -2timl -4timo7 -2t1imp -tim7s -2timu -2timy -2tim^^f8 -ti6nab -tin5art -4tinaz -2tind -t3indu -ti4nem -4t1inf -tin5ge4s -6t5inj -2tink -7tinks -4t1inn -6t5inne -ti5no -tinsk5 -4tinsp -4t3inst -4t1int -2tinv -4tiny -9tiol -6ti7om -tion9s -4tiop -ti1or -ti1ov -ti3pa -ti6pla -4tipr -3tips -2tir -tira4t -ti4ref -ti1ro -6tisak -4tisam -ti5s6an -ti3se -4tis4ei -4tisek -4tisel -4tisem -4tisep -tise8ra. -4tisers -6tisig -4tisio -4tisje -4tisju -tis4ka -4tiskan -4tiskil -tis5kok -6tisku -tis5l -4tisn -4tiso -6tispr^^e5 -4tistat -tis4ti. -tis4til -ti5stre -4tisty -4tist^^f8 -ti8st^^f8y -2tisy -2tit -ti7ta -ti3te -ti1tj -3titl -tit4r -tit3s -3titt -4tiub -2tiut -ti4v5and -tiva9re -ti4v5art -2tivo -tiv5si -tiv5sk -4tiy -ti5^^e6r. -ti7^^e6re -ti9^^e6rt. -ti1^^f88 -2ti^^e5 -6t3jag -2t1jak -t5jarn -2t1je. -2t1jeg -2tjel -1tjen -tjen6st -6tjep -2tjer -t5jev -2t1ji -5t6jingan -5t6jingar -2tjo -t5jord -2tjub -tju4e -2tjun -6tjur -3tjuv -tj^^e64res -2tj^^f8 -4tj^^e5 -4t3k2 -t6kag -tka8ra. -tkly9 -tku6le. -tk^^e58pa -6t3l6 -tla4ga -tla8te. -tle6da. -t4ledr -t6lef -tlei5er. -tle8se. -tle5ti -tligh6 -tlight5 -tli6nes -tli4te. -tlu4e -t6l7ut -tl^^f84pa. -tl7^^f8y. -tl^^e53ne -tl^^e57r -2t1m -tma3d -tma8ge. -t6maku -t2mam -t2meg4 -tme3in -t2mek -tmini6 -tmin5s6 -t2mos -tm^^e54la. -8t1n -t3na -t6nee -t4neli -t7nelig -tne4rek -tne4r5^^f8 -tne8se. -t4nesk -t4nest -t5ni -t8no. -tn5sk -tn^^e66re -7toan -7toar. -toa6t -6toau -2toav -tobe6r -t3o2bl -4toc -to5da -to9de. -to4dera -3todo -1toe -2toek -6toel -toe4t -2tof -6toff. -t3ofre -to5fri -to7gen -4togg -to6gl -6tograv -to4gre -tog3st -to2gu -2toh -toil3 -2to1in -4toj -t6ok -1to3ke -to3ki -2tokj -2tokk -tokk5end -to3kl -5toksi -5tokt -2toku -to4l5arm -5tolat -to5lel -tolele7 -5tolera -toli8ne. -2tolj -1to4l3k -7tolki -tol4lab -tol4lag -tol6leg -tol6lett -3tolo -tol5tr -4tol^^e5 -to9ma. -2tomb -to5mene. -2tomf -4tomg -to3mi -to5mise -to7mist -4tomk -toml^^f88pa -t8omm -2tomr -4tom1s -5toms. -1ton -to5na -to4ned -to4nel -tong5s4 -to8nib -2tono -ton3sa -ton5s4l -ton5sp -2tonu -to4ny. -2to3o -4to1pl -4toppd -6toppg -top4po -4toppt -4topr -to1ra -to4rak -tor5alt -tor5ang -to4r5ant -to4r3as -4tord -tor8da. -to1re -6toreg -to4rek -tor7eks -to7rem -6torent -5torer -tore4t -tor5ete -4torga -tor5int -tor7me -torm5s -tor5na -tors4i -tor5t8 -torvei5 -to4r^^f8 -4tor^^e5 -to1s -4tosa -4to3se -to2sh -6tosj -tos5ke -to8sku -4tos2p -2tosy -4tota -to5te -to8ti. -to5to. -to4tor -6toty -2tov -to1va -to7veg -to5verd -tove7re -t5overs -5tow -4to^^f8 -6t3p2 -t7pa -tpi7ne -tpi7pi -tpo4et -t4p^^e5k -tr4 -8tr. -3trafi -tra8ka. -trak7to -t5rane -3t6rans -tran7ske -5trap -tra3pe -tra5po -tra5r4 -5trase -tra5se. -tra5ses -5tras^^e9 -t2rat -t5rate. -3trav -tre4al. -tre1c -4t3reds -t3refu -6t1reg -t5regi -4trei -tre5int -6trek. -4treke -4trekl -4trela -3t6re7na -tre5ne -t6reng -3t6reni -4t3renn -tren6sk -t7repe -t5repres -t2rer -t4rero -t4re3ru -2tres -6tresi -tre5sko -tres4l -3tresn -t5resu -t1ret -t4reta -t6reto -t5retted -5t6rettel -4trev -tre9va -tr5h -t6rib -4t1ric -4t4rid -tri7ei -t5rig. -t4rikk -t8rina -t4ri5ne -4t5ring -3trinn -t4rist -tri5to -t4riu -t2riv -tri7vi -5trix -3t4ro. -5troa -tro9ar -3troe -t4rof -tro5g -3t2roi -tro3in -t4rok -t2rol -4t3rom. -t6rond -5t4rong -tro5per -t2ros -5t6rosk -tros3l -tro1v -t8ru. -t8rua -7trua. -5trued -5truet -3trug -tru1i -5trukn -t3rull -2t1run9 -t3rund -4trupe -tru5sa. -7t6rusk -2trut -t5ruta -t3rute -t3ruti -tru5v -try3dr -3t2ryg -tryg5ge -7trykk. -5trykke -try7pe. -t6r^^e6 -tr^^f88a -t5r^^f8d. -t5r^^f8dt -4tr^^f8k -4tr^^f8m -2tr^^f8r -5tr^^f8t -5tr^^f8ya -5tr^^f8ye5 -tr^^f8y9et -4tr^^f8yr -6tr^^f8ys -5tr^^f8yt -tr^^e58da. -4tr^^e5det -tr^^e54dr -t6r^^e5kl -t3r^^e5st -4ts -6ts. -t5sa. -t5sab -tsa2g -tsak6se. -ts1an -ts4ang -tsau6r -t1sc -t6scha -t6sch5k -t5se. -tse6d -tse4er -ts5ege -tsei4d -ts3eig -ts2em -t3sen. -ts4ende -t5sendi -tsen8ka -tsen6ke. -t5sens -t4sentu -t5ser. -6t5erf -t3seri -t4s3erk -tser3o -t5s6ers. -ts4es -t4sesk -ts3eta -tse4te. -ts1e4v -ts3f -ts4f^^e6 -ts7ill -ts3inn -t4s3ins -t5sir -ts5jeg -tsje5t6sj -ts5jor -5t6sjov. -t7sjuk -t4sjur -t5skad -t4skan -ts6kis -t4s5kjed -ts6kj^^f8 -t5skol -t6skoll -t7skot -ts5kren -tsk5ru -ts5kr^^f8 -ts1k6v -ts9kvi -ts6ky. -t6s7kyn -ts1l -t7s6lo. -t3s4lot -ts2lu -ts5l^^f8 -t5smit -tsm^^e56la. -ts1o -t4s5o4d -t5sok -t5somst -t5spek -t3spel -ts2pi -t3s4por -ts5s4 -t1st4 -t5stad -ts3tak -t4s3tal -t5stand -t5stang -t5star -t5stat -ts6tau -t3sted -t4steg -t4stek -ts6tig -ts4tik -t4stilk -t4stin -t4stit -t2s1tj -ts5ton -ts5tors -ts5tree -ts5tren -t4s5tro -ts3try -t5stu -ts3tv -t4sua -tsu7ge -tsu4l -ts3uli -ts3u4r -ts5usi -ts1v -t3svik -ts1w -t5syk -ts5yt -ts^^f88ka -ts5^^f8kni -ts5^^f8v -ts^^f8y8er -ts1^^e5 -ts^^e5t8 -6tt -t1ta -t3ta. -t2tab -ttaba6ne. -tt9abo -tt5adr -t2taf -tta9fr -tt3aft -tta4la. -t6t3ald -tta7lel -ttall4 -t4t3ana -t5t6ane -t4t3ang -t4tans -t4tanv -tt5appe -t7t8ar. -ttare6 -t4tarr -tt5ar5t -tt6arta -t4tase -t4tasj -t4tav -tt3avi -tt5avk -tt5avr -t3te. -t2tea -t3ted -t4teda -t5tede. -t8tedr -t2tee -t4tef -tt3eff -t2teg -t2tei -tt7eid -tte3in -t2tek -tte7kv -tt7elev -tteli6te. -t4tem -tte4ma. -tt5emn -ttem8na -ttem6ne. -t3ten -t5ten. -t4tena -t5tene. -t4teni -tten5s -t9tens. -t4t5ense -t2teo -t5ter. -t4terei -tter5un -tte4r5^^f8 -t4ter^^e5 -t4tese -t4tesi -ttes6ke. -t4tesl -t5tet. -t4teta -t4tete -t1t^^e9 -t4th -tt5he -tti5a -t4tidel -tti3e -t2tif -t5tig -tti4g5j -tt3ind -t5tine -t7tin^^e9 -t5ting -t4tini -t4t3ins -t4tisj -t6tisti -t7tite -ttle6de. -ttlin5 -t1to. -t5tofr -tt5om. -t7tomr -t2ton -tton6na -tt3opp -t5tora -tt3ord -tto5re -tt5o4ri -tt3orm -tto5u -ttpar4 -tt6p^^e5s -tt9raka -tt5rake -tt3ram -tt3rap -tt7rat -t4t3rep -tt3res -tt3rev -tt5rom -t5trop -t5try -t2t1r^^f8 -t6ts -tt7saf -tts3ar -tts5kan -tts5kj -ttsla6ga -tt3sok -tt5still -tts5top -tts5tra -tts5t^^f8y -tt3ugl -t1tum -tt1un -ttun6ge. -tt1ut -tt8ute -ttva8la -tt5ve -tt6vun -t5tw -t5ty. -tty8e -tt1y6t -tt^^e66 -tt3^^f84l -t1t^^f8r -tt3^^f8v -tt7^^f8y6r -tt1^^e54 -5tual -4tu4av -tuba3 -tu4be. -tu6b^^e5 -tu6dem -5tuel -tu4er. -tug8la -tu1in -tu2k -t5uka -t1uke -7tukt -3tula -1tule -tul5les -tum5m -tum4s -3tun. -4tund -3tune -tun5gesv -tung9s -6t5uni -tu4nio -5tun5n -9tuns -3t2ur -tur7ant -tu4ras -4tu4rei -tu4rek -turi4 -tu4rin -tur1o -tur3p -tur5s2 -tur3uk -tu5rus -tur1^^f8 -1tus. -tu1sa -3tusb -3tusf -tu4sin -tu4sm -tus5o -tus7s6t -tust6r -tus5u -2tutg -t5utj -t5utk -t1utr -tut6tenk -tut5tor -tutt5ov -tu8va. -2t1v -tv4a -tva8k -tva6ne. -3tvang -t4v5anl -8t9var -tve5del -3tveit -tvert5 -t2vet -3tvet. -7tvets -t5vik -tvi8ka. -t8viklas -5t4vil. -tvi5la -5t4vile -t4vi5l4i -t6ving -tvi4sa. -tvi4se. -6t7vo -3tvung -6twa2 -1tyd -tyg9gel -tyg5ges -6tyh -tykk5s6 -ty4med -1tyn -ty4ne. -6t5yo -1typ -ty4pere -ty4pet -ty4rak -5tyrann -6tyreg -ty4rep -tyre5st -ty4ri. -tyri9e -ty4ri5s -ty2s -3tysk -tys3t -2ty2t -ty8ta -t3ytel -ty5ten -ty4ve. -2tz -t5za -5t6zel -6t6z5l -1t^^e6 -t^^e65l -t^^e6r6ene -t^^e64renh -t^^e6r4er -t^^e6r4et -t^^e6r5s4 -t^^f8f3l -2t1^^f8k -t^^f89ket -t^^f8k8ta -4t^^f8l -t7^^f84let -5t4^^f8m5 -t^^f8n5nes -4t^^f8p -t^^f8p5se -t2^^f8r -t^^f84r3as -t^^f8r3in -t^^f8rk4 -7t^^f8rk. -9t^^f8rka -5t^^f8rke -t^^f8r5ne -t^^f8rs7ta. -t^^f8rs7ter -t^^f8rs5tin -t^^f8r3t -t^^f8s4 -t^^f88sa -4t^^f8t -t^^f8t5a -t^^f85ta. -t^^f83te -t^^f8tt6 -2t^^f8v -t^^f8v6d -t^^f87vele -t4^^f8y -t^^f8y5a -t9^^f8yem -t^^f8y5r -t^^f8y5te -t^^e54en. -t^^e52k -t^^e55ket. -t^^e55ki -t^^e5k6r -t^^e52l3a -t^^e59la. -t^^e54leg -t^^e57lel -t^^e5l5s4 -t^^e5n8da -t^^e5n6de. -t^^e53ne -4t^^e5p -t^^e56pe. -t1^^e5pn -t^^e56re. -t^^e54rep -t3^^e5ret -3t^^e5rn -2t1^^e5rs1 -t^^e53s -t^^e52t -t3^^e5tak -t^^e57ten -ua7g -u1ak -uak3s -u1al. -ua7la -ual5l -ual3o -ual3u -u3a4ne. -u5anl -u3ans -u1ar. -uar5d -u4arr -u5ars. -uash3 -ua3t -u5au8 -u1av -1uavh -u4ba. -ub7alt -ub7ant -ub5ark -ub4bo -ub2br -ub4bu -ubel5s -ub5h -ubi6s -ubis7t -ub1j -ub7lande. -uble3s4 -u1b4r -ub5rin -2ubs -ubu8e -uch5en -uch5er -u1ci -uck1 -ucu5 -2ud -u3da. -u7das. -ud4dag -ud2dr -udd4s5e -ud2d^^e5 -udea9 -ude8are -u2deb -udeie5 -udei5er -u2dek -ude3lu -u2dep -u6dero -u2des -u3d2et -u6d5ett -u5devo -udia2 -udi3an -udi4en -udio5 -ud7ir -ud7ji -ud5leg -udle6ge. -u7dob -u6doe -u2dot -udover7 -ud1r -udse4 -ud3t -ud5v -3u4dy -udy9ra -ud5^^e54s -ue5a8 -u5ei -u1el -uem8na -u1e2n -uend5r -uensar4 -ue7o -u1er -u5e6rast -ue4re. -ue5ren -ue4rer -ue4res -ue5ri -uerle7 -u2erm -ue4se -ue2si -ues6n -u1et -uet8r -ueul8 -u4fe. -u6feb -ufe6e -uf1f4 -uf4f5erm -ufi9l -ufi5ne -u1fl -u6foa -ufor3s -u1fr -uft3a -uf4tan -uft5s4la -uft3sp -uf^^f86 -u5gag -u5gar -u6g5av -ugby7 -u2gem -u5gen -u3ger -u4ger^^f8 -u2ge5s4 -u9get. -u8geta -u2gev -ugg3s4 -u5gis -u4gl -ug1la -u5g4lad -ug9lar. -ug4le. -ug9ler. -ugle7s -ug5ly -ug7na -ug7ne. -ugo1 -u4go. -ug4re -ugrei9er -u4gr^^f8 -ug5s4i -ugs4k -ug7so -ug3s4pr -ug5s4va7 -uguay7ans -ug5^^f8yn -u1h -3uhel -ui8a -u4i6c -ui2d -uid5el -uid5en. -uid5ens -uid5er -uid5in -ui3e6 -u4il -uil5l -u1im -ui3ne -u1ing -uinnsmi8 -uinnsmig9 -u1ism -uista7 -uit3en -uit5er -u1itt -u1j -u4jas -u8je. -u7j^^e5 -4uk. -u1k2a -u7kar -ukare6 -ukar5t4 -u5kat -u2ke. -u4ked -uke5l4 -4ukem -uker5an -uke4rek -uker5i -ukho7 -u7ki -u1kj -4ukk -ukk6a -uk7kestal -uk8k9l -ukk7n -ukks6 -u5klem -uk8lu -ukl7ut -u5k4no -u1ko -u4k5og -u2kra -uk3rus -2uks -uk2sa -uk4sek -uk4sel -ukse7te -uk2si -uk2s1k -uk7ski -uk2so -uks5t -uk4s3un -uk2s^^f8 -ukt5e4sk -uktesl^^f89se -uk4t3id -uk6tj -uk4t5ori -uk2t7r -ukts6l -ukt3sp -ukt9s6v -uktu8e9ra -uktue5re -u1ku -uku6e -uku5le -uk5vik -ukys8 -uk3^^f84 -uk5^^e54 -6ul. -u1la -u4la. -ula7d -u6l1af -ul3aks -ul5art -ul4det -u4lef -u2lek -u2lel -ulele8ge. -ule5ma -u3len. -u6leni -u3lens -u5ler. -u5lere. -ule3ri -u2l3erl -u4lero -u2les -ule3st -u5lest. -u5leste. -u2leu -u1l^^e9 -ul4f5l -ul4fo -ul4fr -u3l4i -ulie8 -uli9en -uli5ke. -3ulikh -uli9na. -uli5ne -u7linj -ul1j -ul5ka -ul4k3v -ul4lag -ul4lam -ull7arm -ul4leg -ull5egg -ulleg8ga -ul6leng -ul9lere -ul4le3s4 -ul8li. -ul8lig -ulling7s -ull5i4v -ul4l3o6s -ul8lot -ullo3v -ull5sle -ull3s6m -ulls4t -ull3sv -ul2lu4 -ul6ly -ul2l^^f8 -u1lo -ulo6i -ul5op -ulo7va -ul4sk -uls4po -ul8sn -ul2st -ul8s3t6r -4ult -ul4teg -ul4tek -ul4tes -ul4til -ul4tim -ul4to -ul7tor -ul4t3re -ult3ri -u7lua -u3lue -1uluk -u5lup -u5lus -ul9ut. -u7luta -u9lute -ul7va. -ul5van -ul4var -ul4ve. -ul4veg -ul4vei -ul4ves -ulv3t -ulv3u -1uly -ulyk5kes -ul^^e66ra -ul^^e65re -ul^^f83se -ul^^f8y6e -ul5^^e56l -2uma -uma8ge. -u6mare -um5au -umau7ken -um3av -2umb -um5be -4umc -4umd -2ume -u4mend -u4m3enh -umen4t5i -ume5ra -2umfo -2umh -2umi -u6midd -umie6n -umi9na -u4mint -um9ja -2umk -4uml -4umm -um3me -um4mil -um4mis -um3n -umna8 -4umo -umo6g -um5ok -2ump -um7pan -um4ple -um4p7ut -4umr -ums1 -um7se. -um4sku -umsku8le. -um2sn -um4sor -ums3t -6um7t -umta8l -um5ut -4umve -um^^f8r3s -um7^^f8y -um^^e57 -2un. -una6da -un5alg -u4n3ap -u9nar -u7nas -u3nat -2und. -6unda -6unde. -un4dek -un4del -6unden -5undersk -5underv -4undet -un6d7im -4unds -und5s4i -u2ned -u4nee -u9nei. -u2nel -unele6ge. -u4n5eng -u4neno -u2ne1s2 -u3nes. -u2nev -unev5n -1ungd -ungele8ge. -un4gem -un2g1j -un4g5l -un4go -un2g1r -un9g8ru -ung3s4i -un6i -u4ni. -u2nid -1u2nif -u4nim -u3nin -3union -uni4st -4unk -un4k5l -un7ko -un4kr -un7nak -unn5erf -un4n5ers -un4n5erv -un5nes -un4niv -un2no -unn5ste -unnta8la -un4n3y -u4no. -u2n3os -uno7t -4uns -un6sj5i -un3skr -un5s4p -un3stek -unst5e6l -unst3o -un1s2v -un4tal -un4tam -un4tas -un3t2r -unt5rep -un4tri -untun8ge. -unu6 -un5ut -u3ny -u3n^^f8 -un5^^f8y6d -u7n^^f8yg -u3n^^e5 -uo9a -u1ob -u1om -uom7s -u1op -uor8da -uo1re -uo5ro -u1ov -up3av -u3pea4 -u5per -uper3a -upe6ren -u4peta -6upf -u3pi -u8pi. -up3ins -up3li -up6nev -upo9pe -up1p2 -up4ped -up4pla -up6pre -upp5s -4upr -u3pra -6ups -up6sen -up2s3k -ups4ke -ups5pr -6upt -6upu -u1p^^e5 -up^^e5vi6 -u1ra -u2rad -u2raf -ur3aft -u2r1ak -ura6ly -u4ram -u5rane -u3rans -uran6t5re -u5rar. -u6r7arl -ur3arv -u9ras. -ur5asp -ur3att -ur7au -urau9ken -ur1av -ur4bod -ur4c -urd4 -ur3di -ur4d5o -u1re -ure8al -ureer6e -ur5egg -uregi6 -uregist5 -3urein -ure4l -ur3ele -u4reli -u7r8ell -u7r8elt -u4r3els -u4r5eng -u7reom -ure7o6s -u4resu -u4reta -u4rete -ur4e5v -2urf -ur4feb -ur6fed -ur3ge -u1ri -u4ri. -uri6a7ne -uri9en. -uri4e5ne -uri9er. -u3rik -u3rim -uri5ne -ur3inn -ur3ins -ur3int -uri6sp -ur4ke5s -ur6k7ja -ur8kla -ur4kle -ur6k5n -urk5s -urla8ga -urle6ge. -urle8se. -urma7g -ur3nea -urn1s2 -urn^^e66re -u4ro. -u6roc -5uroe -urom5s -u2rop -uro7pi -ur3opp -ur1or -uro3s4 -uro4sta -uro8ta -ur4pel -ur6p9ut -ur3re -ursa8ka -ur4sal -ur4s3el -ur4sin -ur4skr -ur4spe -ur5ste -urs5til -ur4stj -ur2sv -urs3va -ur2s1^^f8 -ur3teo -ur5ti -ur4to -urts4t -urue7re -u6rug8 -ur7ugl -uruk6 -uru4ke -uru7kn -ur6ul -urumo7 -urun4g -u7runk -uru7v -ur4vel -urv3s -u6rys -ur^^f82 -ur1^^f8d -ur1^^f8y -4usa -u9sane -us3ang -u9sar. -u7saren -u6s7ark -us7au -us1c -2use -u5seal -use4al. -us7edvanle -u2s1ei -u2sek -u4sele -u2sem -u6s5endi -us7erk -u4s5erm -u6sesi -uset8je -us3eva -4usg -u2sh -u2s3h4a -u2s3h4o -us4id -us3ind -us5inn -us7jag -u4sji -us5kaf -u4s3kan -uska8ra -us7kat -us5ken -u6s5kis -usk4l -us6k5le -us5klo -us1ko -u1skr -us7kru -usk7u6t -us4ky -us1l -usle6ge. -us5lin -u4slu -us7m^^f8 -u4sn -us1ok -uso5l -uso6l5d -us1or -u3sori -usove7r6e -us1p -u1s2pin -us5sar -us6sat -us4sj^^e5 -us4skj -uss5kor -us4skur -uss1l -us7smi -uss7m^^f8 -us4s5ti -us4str -us2sv -u6stande -u4stat -us3tav -u2ste -us3ted -u5stei -us7ten -ust9ette -us5ti -u5s6tig -us1tj -ust5of -uston8 -ust7onn -us5tor -ust5o6v -us8tra. -us8tran -us8trar -u6stre -ust5ren -us4tri -us3tro -ust5r^^f8d -u6st5r^^e5 -ust7ut -u4st^^e5 -us3ung -u2sur -us1v -u5svale -u7s6valt -usva8n -usvi8ka. -6us^^e6 -us^^e69le -us^^f86m -us1^^f8y -u1tae -u2tag -u7tagg -u9tal. -ut3alb -ut5ald -u3tall -u5tande -uta7no -ut6anv -ut3arm -ut3art -uta1s4 -u5tas. -u6t5a6sa -u6t5a6se -u2ta1u4 -1utb -ut4ba. -utbe8d -4utbi -ut6by. -utch5 -1utd -4utdat -utda7ta. -u2te. -u2tea -u4tee -u4tei -u2tek -ut3eks -u5tekst -ute6ma. -u5temm -u9temt -ut2en -u6tena -u3tenk -u4tenu -u2teo -2uter -u6ter^^f8 -u2te1s6 -u4teta -u3tett -ut6eu -uteva9 -1utf -utfa7s -utf^^f85re -1utg -8utg^^e5e -6u3ti -u4t5if -utikk6u -utiku9 -u4tili -u6tiven -ut1j -u5tjen -ut6ju -3utlei -utl^^f85se -utl^^e57na -utm^^e55le -u8tni -1utny -2uto -ut7oms -uto5s -uto4v -3utpr -ut4p^^e5 -ut1r -u5t4radi -ut3re -u5treng -u3triv -u3trol -u3tros -5utru -u5t6rul -ut4r^^f8 -ut9r^^f8d -1ut1s4 -4uts. -4utsei -utse8t9ja -2utsj -ut3sk -5utst -7uttak. -5uttake -ut4terk -utt5eva -ut4tid -ut4til -ut5torea -ut1tr -ut4tra -3uttry -utt1s2 -u1tu -utu5e -u6t5un -utun8ge. -u2t5ut -1utv -u3t4vil -utvi5se -2u3ty -3u4t6yd -u8ty. -8utz -ut1^^f8 -u5t^^f8r -ut4^^f88s -ut^^f8s7t -1ut^^f84v -ut5^^f8ya -ut7^^e5k -u3t^^e5l -ut1^^e5n -ut7^^e5r -u1u -u7uma -u5ume -u7ut -u1v -uve5di -uve3in -uve6ris -uve3s -u7ves. -uvet5^^f8 -u6vev -u5vi -uvi6k -uvjo8en. -uv5ra -uv9sa -u5vu -uv^^f89re -u1w -4ux1 -ux4a4 -uy6a -u7yn -u1^^e6 -u^^e6rle9ge -u1^^f86 -u^^f8v5 -u9^^e5ra -u7^^e5re -va3am -va8an -4vab -6vadj -vad1r -vaf3 -vaf6r -vai5r -vai5s -va6ka. -va7kan -va5ker -6vakh -va8ki. -4vako -vak3r -7v6aksi -4v3aksj -vak5s6t -1vakt -vakt5r -va1ku -vak3v -va3lan -va4led -val9eks -4valel -val4g3r -vali9e8 -val3la -val6mes -va6l1o -va1lu -va4lun -4valv -va4l^^f8y -val7^^e5 -vam8pu -4v3anal -vand5s -v4ane -vane5s -va4net -2vang -van4gr -vang4s7 -va8ni. -1v4ann -van4nan -van4niv -vann6sti -va4nom -v4ans -van5sem -5vansk -van5s6ki -van3sm -van3ti -van9tr -va4ny -2vap -va5po -va4ra. -va6rak -va4ral -va4ram -va4rap -va4re. -va4reg -va6rem -va4res -var8ka -var5ma -var4mee -var4sa -var4sk -var4s5ti -var4sv -varta9la -var6tem -var4t5i4s -4vasa -va4sa. -va9set -6vasid -va6sie -va4sif -va4sik -va4sil -va6sis -va2sk -vass5a -vas4sau -vas4sel -vas6s7^^f8 -4vasta -vat5a -va3ta. -va6t7e8l -vatle6ge. -5vatn -va1to -va6tr -vat7ra -vat1s -4vau -2v1av -va4z -2v1b2 -vba4ne. -vber5g -vbo6da -6v1d -v7dev -vding5s4 -v7doi -v7don -vd6r -vdu6en. -vdu6er -v7d^^f8 -1ve. -2ve1a2 -ve6ag -ve6ar. -2veb -2vec -ve2d1 -ve9dob -vedom5 -veds2 -ved5s4k -3ve8d5t -ved^^f84 -ved^^e56 -2vee -ve4er -2vef -ve6g5av -ve5ge -3vegg -veggs4 -2vegj -4vegl -ve3gle -ve5g6l^^f8d -veg5n -2vego -6vegre -veg5rett -4vegru -ve4gut -ve4g5^^e5 -2veh -1vei1e -vei3en -4veill -6veit -2vej -4veka -5ve4ka. -ve4ke. -ve4ked -4vekee -2veki -4vekj -2vekl -vek8la -vek8le -ve4kli -2veko -2vekr -3veks -vek4st -veks4t5r -1vekt -vek4t5an -vek5to -vek4t5r -2vek^^e5 -5vel. -ve4l5as -5velat. -5velatp -6veld. -vel4del -8velds -4veled -6velei -7velet -4velis -4velit -6veliv -2velo -5veloc -vels2 -vel3se -velses5 -vel3sm -vel5sp -vel5st -4velug -vel5un -vel5v -2vely -2vel^^e6 -2vel^^f8 -vel^^f88pa -2vem -ve5ma -1ven -ve8na. -4venem -ve5net -ve6nete -4venev -ve4nin -ven6n5i -vennle7 -ve2no -ven6sti -ven6str -vent6a -ven5t6r -vent4s -4venty -2venu -ve4nus -ve5ny. -4venya -ve4nym -2ve3o4 -2vep -1v8er. -ver5ak -ver3al -8verau -ver6des -ver6din -ver6dir -verd7v -ve3re. -4vered -4vereg -5vereig -4verek -ve4rel -ve6r7eng -4verenn -4verep -ve5rer -ve5res. -4verett -4veretu -verf^^f85re -ve9ri. -veri3a -ve4rial -ve7rie -4verik -ver3il -5verkn -ver5m6 -ver6nal -vern6s5 -ve9ro. -ve3rom -ver8ska. -ver5ski -ver7spo -verta8la. -verta6le. -ve1ru -5verum. -6very -ver^^f86 -ver3^^f8s4 -4ver^^e5 -v4es -3ves. -2ves4a -ve5san -4veset -4vesh -4vesi -4vesj -4veski -2vesl -ve9sli -ve1s2m -6ve3so -4vesp -ve5sted -ves6t5end -vest5o4v -4vestr -4vestu -4vest^^f8 -vesva7 -5vesynds -2ves^^f8 -ve1s^^e5 -ves^^e55re -v4et -1vet. -2veta -8vetaka -4veteg -4vetek -ve5te6s7 -6vetev -2ve7ti -4vetj -2veto -ve4to. -veto7e -9vetoke -9vetoks. -ve4tor -2vetr -1vets -vett5sk -6vetv -4vety -vety8e -2veu -ve8um -2veva -ve6vak -ve5van -ve9var -2vevi -vevi8sa -2ve^^f8 -2ve^^e5 -1v^^ea -2v1f -vfall4 -vf^^f87re. -2v1g2 -v4ga. -vga4le. -vga6li -vga8ve. -v9ge -v4gi. -vgjer6s7 -vgo4 -v4g^^e5. -2v1h -vh^^f84re. -1via -vi1an -vi6bl -vice5s -1vid -vi5de -vide4o7 -vi4d5o4 -vid3r -vid3s4 -vi1el -vi5end -vig4m -vi4gu -vi5g^^f8 -vi4kat -5vikb -vi5ked -7vikg -vik5ke -vik5n -vi2k3o6 -3viks. -vik5sa -vik5s6l -4vikt -5vikti -vi4k5^^f84 -vi2l1a -vi5la. -vi4les4 -vi4l3in -1vilj -vil4l5an -vil4led -ville6de. -vil4lei -vill9ep -6v5illu -vil5m -vil1o -vil4sti -vilt7o -vil6tret -vil4tri -vi2l^^f8 -4vim -vim7p -vim7u -4vindl -5vindu -vine5st -v6ing -4vingn -vin5gom. -ving3r -vin8g9u -vin3na -vin4ned -6vinnh -4v5innl -4v5inns -4vinnt -vi6n5o6ver -v2in2s -vin7sja -vin4tes -vin5tre -vi8pa. -vi6pe. -vip5s -1vir -4viro -vis3ab -vis3ak -vis5and -vi4see -vi3sen -vi6seng -vi2s1k -visk6re -vis5m -vi1so -vis3om -vi4sp -vis9pa -viss4p -vis5ti -vi4tak -vi5tese -5vi6t5j -vi4t3o -vi4tr -vit7ra -vit5re -vit5skr -vit6te6s7 -vi4t5un -vitun6ge. -vi4t5^^f8y4 -vi4va. -vi6ves -vivi3 -v1ja -v1je -vje4t5a -vje5t6e -vje4t5r -vjet3t -vje4tu -v1ji -4v5jo -vju3t -6v3k6 -vk4le -vk4ler -vku4le. -6v1l2 -v6lab -vla6ga -v9led -v9leg -vlei9e -vl6el -vle4se. -v5lesn -vle5str -v6lesv -vli7v -vls9 -vlu9sa -2v1m -vma8le. -vmo8de. -vmord4 -vm^^e58la -2v1n -v3nad -vna8ke. -vn5al -v9nar -vn5dy -vne7b -v2ned -vne7de -v4nele -v4neli -v4nelo -v2nem -vne5r6e -v4nero -vne1s -v4nesta -v6neste -v2nev -vnor9s8kas -vn4s5pa -vn1s4t -vn5t4 -vn^^e64re. -vn5^^f8r -vo1al -vo2ar -6vob -2vof -vof8fan -vo4gu -voi1 -1vok -4voko -voks3k -vok6s5 -1vol -voli7 -vo4litu -vol4tes -2vom -vo4na -vo9nal -vo9nar -von5de -vons6 -von5sh -2v1o6p -2vord -vor8da. -vo1re -vo9ren -2v1org -4voro -vors7k -1vos -4vosj -vos4se -vo4teg -vo4tel -6votr -vo1v -vo4ve. -vo6vi. -2v1p4 -2vr8 -3v6rak -v7rar -v1re -vregi3 -6vrenge -4vrengi -v6rengj -v6rengt -vrett4s -v6ri. -3vrid -7vrie -v6rigas -vri6ma. -vri8me. -v3ring -vrin5s -vri6ve. -v1ro -v4rob -v4rof -v4rok -v4rop -vro8te. -v1ru -v7ry -vr^^f83ve -v1r^^e5 -vr^^e58da. -8vs -v6sa. -v7sali -v6se. -v4seg -vs3egg -v3s4el -v4s5e4li -vse4n -v5sen. -v4s5eng -v5s4ens -v2ser -v6si. -vs1in -v1sk -vs8ke -v6s5kum -vs1kv -v1sl -vs3lan -vs6let -vsm^^e58la -v1s2n -v6s7na -vs3ne -vs3ny -vs3n^^e6 -v4s3n^^f8 -vs5od -vsom5 -vs5oms4 -v7son -vs1or -vs2pe -vsre6de. -vs4s5^^e5 -v1s2t2 -vste6ma. -vs3til -vs1v -vs^^f86ke. -vs^^f8l5 -v2s5^^f8y -vs^^f8y4er -v8s^^e5. -vs^^e57re -2v1t -vta1 -v4ta. -vta8ka. -vta6led -vta9len -vta4lev -vta6s -v5tepp -v5t4i -vti8na -vti8ne. -v5t4r -v3t2v -vty8e -1vu -vu2d1 -vud5d -vuden5t -vuds4 -8vu^^e9 -vu8k -2vul -2vung -vun4ge. -6vu6o -2v1ut -2v1v -vva8la -vve8g9ing. -vve6g7inga -vven7n6i -vvi5ke -vvi6k7l -vvi8s9an -vvi4se. -2vy1 -vya4 -vy7ens -1v^^e6 -v^^e61ra -v^^e69ret -v^^e68ta. -v3^^f84d -v^^f84l -v^^f87li -v^^f8m4met -3v^^f8re -v^^f86re. -v3^^f8rke -v^^f8r8na. -v^^f83se. -v5^^f8v -4v1^^f8y -v^^f8y6e -v^^f8y7ene. -v^^f8y9enes -1v^^e5a -1v^^e5e -4v^^e5end -v4^^e5k -v^^e58ka. -v^^e54ke. -v^^e54kene -v^^e59kene. -v^^e54le. -1v^^e5n -v^^e55ne -4v^^e5nu -v^^e53ren -v^^e58sa. -v^^e55tes -6v^^e5tf -v^^e5t7^^e5 -w2a -wa6l -5wald -wal4k -walk5o4 -wal4l -2wap -war6d7er -wash3 -1wat -wa3z -w1b -wboy5 -we2 -weate7 -we7b -we3g -we5re -wes2 -wes3s -wester6 -western7 -wet5 -wett4 -w4i2 -wi9ar. -wich3 -3wicz -wi3d -5wi6en -wi9er. -wi5f -wi3ni -wi5ra -wi3ren -wi5ta -wk3r -w1l -w1m -wn5s -wob5 -wou6 -wout7 -ws5 -ws6k -wurs6 -wy2 -w1yo -wyor2 -wyork3 -w1z -xan5t -x7b -xga6 -x7h -x1ic -5x6id -xi5e4 -x5k -x1l -x1p6 -x3r -x1s -x7t -x6u -xy2 -ya7b -1yac -ya5f -ya4h -y1ak -yak6te. -ya2l -y7am -y1an -y6an. -y2ana -ya4ne. -yan7k -yan7sl -y9ap -y1ark -y7arr -yas4 -ya5si -ya5t -y1av -y1b -yba4ne. -yb4bed -ybde3 -ybo2 -ybu6er -ybue7re -ybu7ern -ybyg5 -y1c -y8ce. -y8c^^e9 -y2co3 -y6dab -yd5av -4ydd -yd6dela -yd4dep -y6d7enh -y4deo -y2dep -y4dero -y2d1is -yd6je -yd1ji -ydo4 -yd3op -yd5ov -y1dr -y4d4r5au -yd1re -yd5rem -y4dro -y4d4r5oks -yd3si -yds4v -y2du -yd1un -yd^^f84 -y4d^^f8m -yd^^f8r5 -yd1^^f8s -4y1e -yed8l -ye6dre -y2ek -y5eks -ye4len -ye6let -yel4s5j -yel4sk -yels3m -yel6s5t -y2em -ye2n -y8ener -y2enh -ye5ni -y2enk -y2enl -yenle6ge. -yens4 -y4ense -y3e6re -ye4rel -y3ern -yer8sk -y4erst -yes2 -ye5sm -ye2t -ye9te -ye5ty -y2ev -y1f -yfan9 -yfjell4 -y4fle -yf5le. -y8ga. -yga8ve. -yg4dal -yg4dek -yg4del -yg4dep -yg2do -yg2d1r -yg2d1y -yg2d^^f8 -yge5i -ygen5s -y6geret -y2ges -y4gev -yg6gam -ygg7art -ygges4 -yg5gj -ygg5l -yg6gr -ygg3s2 -yg6gu -yg6g5^^e5 -ygi2 -y5glo -yg7m -yg6r -y1h -yhes5 -y1i -y9in. -yis7t -y1j -6yk -y1ka -ykap3 -y6kara -y2ke -y7kel. -y5kelen -y3keli -y7kels -y3ken -y3ker -y4kerel -y4kero -y5ket. -y9kets -y1ki -y1kj -y4kjar -y5kjare -ykjeva8ne. -yk4kana -yk4k5enh -yk5kesj -ykke6s5ta -yk1kj -ykk5ni -ykk4s5k -yk8k5vi6 -yk4ky -yk1la -yk6lest -y1klo -y3klub -yk3lus -y5kl^^e6 -y1ko -y2koa -y6koli -y4komo -y5kosa -y2kot -y5koti -y1kr -yk1s -yku6le. -yk3var -y1la -yla8ga -yl4dan -yl4derk -ylde4s -yld1r -yld5s6k -yle6ge. -y7les -y4lev -yligh9 -yl5k8 -ylke2 -ylke4s3 -ylkesla8ga -yl4lev -yll5is. -yl3s6 -ylst7re -yl5tet -y8luse -3ylven -y1ly -yl^^e67re -y6mei -y4mete -ym4fe5d6 -ym5jara -y4mo. -ymo5e -ym3p2 -ym1s -ym8sa. -ym4se -ym8sl -ym6ta. -ym6te. -ym^^e56la -y9n8and -yndes8 -yn5det -y2nel -yn7eld -yner3g -yne5s4 -ynesi8 -y6nev -yn5gel -yn4gem -yn2gr -yn4g5^^f8 -ynko3 -yn6k5v -yn5na -yn5ne -ynn3s4 -ynn4^^f8 -y3no -y4no. -yns1 -yns6are -yn4sem -yn9set -yn2si -yn2sk -yns9ket. -yns7ki -yn5skj -yns7kjele -yn8s9kjer. -yn4st -yn2su -yn4tap -yn8teg -ynt5ei -yn4tek -yn6tete -yo4gat -yo6gi. -y1om -yon4 -yon5nen -yo6nu -y1o2p -y1o2r -yor6da -yo5re -you4 -yout5 -yp8e -y2pe. -y4pee -y4pena -y4penet -ype4rel -y6peta -y1pi -y4pi. -y7ping -yp5inn -ypin8na -y1p2l -y5po -yp7p6a -yp3pe -y1pr -yp5s8 -yp4tok -y3pu -y1ra -yra8ka -y4r3a6l -y7rarb -y4r5au -yr5av -yr7da -yr5d^^f8 -y7real -yre3in -y5reis -yrek4 -y7rek7k -y3rels -y5rems -y1ren -yre9ne -y4reo -y6rerel -y4rero -yre5sc -y5rest. -yre5ste -y5reste. -yres6ten -y1ret -y4reta -y4rete -y4reto -y7ret^^f8 -yr7ga -y1ri -yrin5g6 -yri6ene. -y4rif -yri8ka. -yr3inn -yris6p -yr4kee -yrke4s -yr5kj -yr3m -y7roe -y3romm -yr1op -y5rosk -yr5r6 -yr4san -yr7set -yr5sk -yr6skj -yr6skr -yr2sp -yrs7tan -yrs5tar -yrs7tene -yrs5tens -yr3sti -yr4sv -yr3te -yr6tek -yr2t3r -yrty8 -y1ru -yrul8la. -yr5ut5r -yr3v -y1ry -yr3^^f8k -yr^^f8y4 -y1r^^e51 -yr^^e5d2 -yr^^e58da -yr^^e5de7r -yr^^e56ders -y4r^^e5di -y2r^^e5m -y6r^^e5st -y4r^^e5t -y4r^^e5v -2ys -y1sa -ys6a7kers -ys4e -yse4bu -y4sed -y4see -yse5ei -y2seg -y2sek -ys7ekte -y2sem -y4sera -yse7rid -yseri7e6 -y4sesj -y4sesk -y4se5s6l -y4sest -y5seste -y6sesu -y9set. -y4seu -ys6i -ysi8e -y5sjk -y7skag -ys6kara -ys7kare -ysk9au -ys2k3l -ysk5^^f8s -ys4mi -ys4n^^f8 -y1so -y4s5or -ys2pe -ys5pis -y5s4po -ys6sak -ys6sam -ys4s3ei -ys4s3ek -ys4s5il -ys2sj -ys4sku -ys2so -ys2sp -yss5pe -ys4sta -yss5tab -ys4s5ti -ys4su -ys2s5v -ys2t -ys3ta -y8star. -ys4tat -ys3tel -ys3ten -y4s3ter -ysterie7n -ys7tesl -y2s3ti -yst3op -yst3r -ys5t6ry -ys6ty -y1su -ys1ve -ys5^^e5r -y1ta -y4t3ana -y2tee -y4tef -y2teg -yt5e4ge -yte3in -y4teka -y4teki -y4tena -y4teno -y2teo -y4teret -yte6ro -yters6 -yter5ske -yte5r6^^f8 -y2tes2 -y2tet -y6tj -yt9ja -yt5jen -yt9jer -yt4mei -yt4mes -y3to -yt8ra -yt4re. -yt5rer -yt1ri -yt4rik -y5tr^^e5 -yt4s3en -yt3sk -yt5sv -4ytt -yt5t6a -ytt4e -ytte8r9end -yttes6 -yt4test -yt8tien. -yttsa6me. -2y3tu -y1ty -yt4ys -y7t^^e58 -y1u -y6ua -y8ue -yu8g -yu4l -y1v -y4vak -yva8la -y2ved -yve4ria -yve4ris -y4vese -y6vesy -y6vev -yvi8sa -yvi6se. -yv1^^e5r -yv^^e55te -y1w -y5^^e6 -y5^^f8 -y1^^e52 -za5b -3zae -4zaes -za4g5 -za5k6h -zani4 -zania5 -5za5v -z1b4 -zbu4 -z1c -z1d -1ze -zea1 -zebu9 -zeli5 -zen3s -4z3ense -4z3ent -z1f -z1g -5zha -z3hi -z5hu -5zie -1zifi -5zing -z5int -1zis -6zisty -4zi5s4v -2zisy -z1k -4z1l -z1m -5zo. -5zoe -zo1f2 -zo4no -zo5re -6zos -z1p -z5r -z1s -4z1t -zu3e -z1un -z1v -z1za. -z2z3el -^^e65by -^^e62b^^f8 -^^e65de -^^e67di -^^e61f -^^e6g6 -^^e62k -^^e63ke -^^e65ki -^^e68kj -^^e6k1ja -^^e6k7je. -^^e6k9jer. -^^e6kke7 -^^e6kkel6 -^^e6k6l -^^e61la -^^e64le. -^^e62le3d -^^e64lena -^^e64lev -^^e6l5j -^^e6lsle9 -^^e64r1ak -^^e63rane -^^e64rans -^^e64rarb -^^e66rarbe -^^e6r4arte -^^e64r1at -^^e6rbu5e -^^e6r1d4 -^^e61re -^^e62rea -^^e64red -^^e62ref -^^e62reg -^^e68r7ei -^^e6rei6e -^^e62rek -^^e66r7eld -^^e6re5ne. -^^e6re7nes -^^e62rep -^^e65rern -^^e6resa4m -^^e6re6skr -^^e6re4sl -^^e6re4sp -^^e64reta -^^e64retek -^^e69rets -^^e62rev -4^^e6rf -^^e6rgen5 -^^e6rh^^f88 -^^e61ri -^^e6ri6e7ne -^^e64r3il -^^e6r3ins -^^e6ri6s -^^e6r5is. -4^^e6rk2 -^^e6rle6ge. -4^^e6rm -^^e6rm^^e58la -^^e6r3n -^^e6r5ne4 -^^e6r4n^^e5 -^^e62r7o6 -^^e6rom5 -^^e6roms4 -^^e6r5r -^^e6r6sel -^^e6r4s5il -^^e6r1sk -^^e6r7s6no -^^e6r2sp -^^e62r1u -^^e6rut5 -^^e6r3v -^^e62r1^^f84 -^^e6r^^f8y7e -^^e6r3^^e54 -^^e68se. -^^e62sj -^^e62s1k -^^e65ta -4^^e6te -^^e64te. -^^e6t4r -^^e6t4ta -^^e65va -^^e6var5 -^^e6ve4s -^^e65vi -6^^f81a2 -^^f8a7re -^^f8au4 -^^f81b -^^f8be6lev -^^f8be4li -^^f82bl -^^f8bl9u -^^f8b4r -^^f8d3ag -^^f84dak -^^f8d3d -^^f8d9de. -^^f82de. -^^f84dede -^^f86def -^^f84dela -^^f84dem -^^f84deo -^^f84deri -^^f84dero -^^f85dj -^^f8d1r -^^f8d4red -^^f8d4rek -^^f8d4rep -^^f8d2sc -^^f8d6s5ek -^^f8ds7ke -^^f8ds4ko -^^f8d6sku6 -^^f8ds4mu -^^f8dt6r -^^f82du -^^f8d3und -^^f84d5ur -^^f86d5^^f8 -4^^f81e2 -^^f84ed -^^f85ene -^^f85ep -^^f83e6re -^^f8fe8 -^^f8f3fe -^^f8f6j -^^f8f8la. -^^f8f8le. -^^f85fn -^^f8fte5s -^^f8g1 -^^f8g2a -^^f8g5ak -^^f8g5al -^^f87gar -^^f85gas -^^f83ger -^^f8g5gl -^^f8g8g^^e5 -^^f87g4j -^^f8glo8ve -^^f8gn6s7p -^^f82g2r -^^f8g5re. -^^f8g5res. -^^f8gs2 -^^f8g4ste -^^f8g4str -^^f8gta5 -^^f8g4u -^^f81h -^^f84i -^^f8i4e -^^f85ing -^^f85isk -^^f84it -^^f81j -6^^f8k. -6^^f81ka -^^f85kav -^^f8ka8ve. -^^f86keh -^^f84kelo -^^f86kerada -^^f86kerel -^^f84ke5ru -^^f8ke1s -^^f86kese -^^f88kesl -^^f84kest -^^f84kete -^^f81ki -4^^f8kj -^^f85kjare -^^f85kjas -^^f81kje -2^^f8kk -^^f8k5kel -^^f8k5ket -^^f8k4k5l -^^f8kk5r -^^f8k3lag -^^f8k3lan -2^^f8kna -1^^f8ko -^^f8k5opp -^^f81kr -^^f88krar -^^f8k8sa. -^^f8k6se. -^^f8k4ses -^^f8k4si -^^f8k2so -^^f8ks1t6 -^^f8ks5ti -^^f8ku4r -^^f8k5ur. -^^f8k5ure -^^f8k7ve -^^f87ky -^^f81la -^^f82lah -^^f86lam -^^f8l3d -^^f84ledi -^^f86lelu -^^f84lero -^^f86leta -^^f84le5te -^^f82lev -^^f8l4gera -^^f8lge5s6v -^^f8l1j -^^f8l2ke -^^f8lke7s -^^f8l4lese -^^f8l9leti -^^f8l6lev -^^f81lo -^^f8l7op -^^f8lr^^e54 -^^f8l6sel -^^f8l4sere -^^f8l4se3s -^^f8ls6t4 -^^f8l5s4v -^^f85luk -^^f8l7ut -^^f8lva6 -^^f8l4var -^^f8l4v3ei -^^f8l6vek -^^f8l8vel -^^f8lv7erk -^^f8l4v3in -^^f8lv5o -^^f8lv7r -^^f81ly -^^f84me. -^^f89met -1^^f8mfi -^^f85mi -^^f8mini6 -^^f8m4med -^^f8m4mero -^^f8mmet6 -^^f8m4metr -^^f8m3op -^^f8m4pel -^^f8m7s6p -^^f8m1st -^^f8m5svi -^^f82m1u -^^f8m^^e58la -^^f8n2ad -^^f86n5al -^^f85nas -^^f82nem -^^f83nes. -^^f89nese -^^f8nh^^f88re. -4^^f8nn -^^f8n4nal -^^f8nni4 -^^f8n4n5it -^^f8nns5al -^^f8nn4s3e -^^f8nn4s5i4d -^^f8nns5kje -^^f8nns5kre -^^f8nns5ku -^^f8nns3l -^^f8nns3t -^^f8n2n^^f8 -^^f86nom -^^f8n2s -^^f8n9sa. -^^f8n5sak -^^f8n5sam -^^f8n5se. -^^f8n3ser -^^f8n3skj -^^f8n8skjer. -^^f8nst3r -^^f8nst9ra -^^f8nt1 -^^f8n2ta -^^f8n2to -^^f8n7u8 -^^f81o -^^f84peda -^^f86pe5i -^^f84penu -^^f85pero -^^f84peru -^^f8pes4 -^^f84pete -^^f84peti -^^f81pi -^^f8p3li -^^f8p5p -^^f8p6pl -^^f81pr -^^f8p2s1 -^^f8psa4 -^^f8psla8ga -^^f8ps8leg -^^f8p5ste -^^f81ra -^^f82ra. -^^f82r1af -^^f82r1ak -^^f82r1a2m -^^f84rans -^^f84r3ant -^^f8ra8sa -^^f8ra6si -^^f84r7au -^^f8rd4e -^^f81re -^^f82rea -^^f8r7edd -^^f86redu -^^f82ref -^^f82reg -^^f86rein -^^f82rek -^^f8rek6l -^^f8r3eks -^^f8r5ekt -^^f8rele8se -^^f89relet -^^f84r5eng -^^f82re5o4 -^^f82rep -^^f86reret -^^f84reru -^^f8re1s2 -^^f85res. -^^f84rese -^^f86resi -^^f87reskrivi -^^f88reso -^^f84rest -^^f8re6s7v -^^f84reta -^^f8r1eu -^^f82rev -^^f8r5fe -^^f8rge5s -^^f81ri -^^f8ri8m -^^f8r4jet -^^f8r4keri -^^f8r4kes -^^f8r8k9lag -^^f8r6k5n -^^f8r4kve -^^f8r4k^^e5 -^^f8rla8ga -^^f8rm9ut -^^f8rn4e -^^f8r4nere -^^f8r4nes4 -^^f8r4n3u -^^f8r4n5^^f8 -^^f8r1o -^^f85r6ok -^^f81ros -^^f84r3ost -^^f8ro4v -^^f8r4rek -^^f8r4rep -^^f8rri4 -^^f8r4r5is -^^f8r4r^^e5t -^^f8r4sak -^^f8rsa8ka -^^f8rsa6me. -^^f8r4sc -^^f8r6ses -^^f8r2si -^^f8r5ski -^^f8r4skr -^^f8rs6lev -^^f8r4som -^^f8r4spe -^^f8r2st -^^f8rs9tar -^^f8rste5i -^^f8rs5tens -^^f8rs5tig -^^f8r3sto -^^f8rs9u -^^f8r2sv -^^f8rs1^^e5 -^^f8r9tar -^^f8r4tek -^^f8r6ti9a -^^f8r4tide -^^f8r8tien. -^^f8r6tif -^^f8r3to -^^f8rum5 -^^f86rut -^^f8r5v -^^f8r1^^f82s -^^f8r^^f81v -^^f8r1^^e5p -^^f81sa -^^f8sa6me. -^^f88sarar -^^f81sc -^^f82se. -^^f82sem -^^f8se4n5o -^^f8seri7 -^^f8serie6 -^^f8s5jo -^^f8s7kar -^^f8s1l -^^f8s4lag -^^f84slu -^^f8s2me -^^f81s2p -^^f8s8tas -^^f8st9ast -^^f8s6teg -^^f8s5terse -^^f8st9ett -^^f8sto2 -^^f8st5of -^^f8st5ov -^^f8st1r -^^f8st3re -^^f8st^^f84 -^^f82s1^^f82 -4^^f8t -^^f8t3ak -^^f89tar -^^f8ta4s -^^f8t5asa -^^f82te. -^^f82tea -^^f86tef -^^f86tege -^^f82tei -^^f82tel -^^f85tela. -^^f83ten -^^f84teni -^^f83ter. -^^f8te3ru -^^f82te1s -^^f8te7sn -^^f84teta -^^f8t7ri -^^f8t1sa -^^f8t3s4p -^^f8t7s6^^e5 -^^f8ts^^e59re -^^f8t4tero -^^f8t6test -^^f8tt5eta -^^f8tt5ete -^^f8tt5ra -^^f8tt7ri -^^f8tt1s2 -^^f8tts^^e57re -^^f8t4tur -^^f8t4ty -^^f81tu -^^f85ty -^^f81u2 -^^f8ug8la -^^f8v5aa -^^f8v5ans -^^f8ve5in -^^f84vek -^^f8veren8 -^^f8ve1s -^^f8ves4t -^^f8ve3te -^^f85vik -^^f8v6l7ut -^^f8v7ne -^^f8v6n^^f8 -^^f8v9o8 -^^f8v1r -^^f8v5reb -^^f8v1s -^^f8v9sa -^^f85v^^e5 -^^f8y3al -^^f8ya2n -7^^f8yan. -9^^f8y8ans -^^f8y4dek -^^f8y4dere -^^f8yd8i -5^^f8yeb -^^f8y7e4de -^^f8y2ee -^^f8y4ele -^^f8ye4n -^^f8y4erf -^^f8y1gl -^^f8y3ke. -^^f8yks4 -^^f8yk5t -2^^f8yl -^^f8y4led -^^f8y4leg -^^f8y5na -^^f8y5ni -^^f8y3o -6^^f8yp -^^f8y3pe. -^^f8y4pel -^^f8y4ra. -^^f8y6rarar -^^f8y4rare -^^f8y4rer -^^f8y5rer. -^^f8yri6v -^^f8y6run -^^f8y3r^^f8 -^^f8y1s -^^f8y5s4ar -^^f8y5si -^^f8ys2l -^^f8y4sm -^^f8y4spi -5^^f8ysund. -7^^f8ysunds -^^f8y4tei -^^f8y4tel -^^f8y4tere -^^f8yte5s6 -^^f8yti7da -^^f8y1tr -^^f8y2t3y6 -^^f8y5t^^f8 -^^f8y4vei -5^^f8yv^^e5 -^^f81^^f82 -^^f85^^e56 -^^e51a -^^e5a4g -^^e5ak6ta -^^e5a4n5 -^^e5an8ka. -^^e5an6ke. -^^e52ar -^^e55aran -^^e5au4re -^^e51b4 -^^e5ba8ne. -^^e5ber2 -^^e5bo9ta -6^^e51d -^^e57dan -^^e59dar -^^e54ded -^^e54dek -^^e54dela -^^e54delo -^^e54dem -^^e54deo -^^e54dep -^^e54dere -^^e54deri -^^e56dero -^^e52des -^^e57di -^^e5d4ra -^^e5d8re -^^e5ds1 -^^e5d2sk -^^e5d3s4la -^^e5d7s8leg -^^e5d7slo -^^e5d3sl^^e5 -^^e5d1s2n -^^e5d3s4pe -^^e5d7spu -^^e5d5st -^^e5d6ste -4^^e51e -^^e52ele -^^e5em8na -^^e5e2n -^^e57ens -^^e53er -^^e53e6re. -^^e51f -^^e5fe6 -^^e5f^^f85re -2^^e5g -^^e54ga. -^^e5g7ald -^^e54ge. -^^e5g7ei -^^e52ges -^^e5gna5 -^^e5g5ne -^^e5g4r -^^e5g5rin -^^e5gs6k -^^e5g5sl -^^e5g7sp -^^e5gs4t -^^e5gu4l -^^e5g5^^f8 -^^e54g^^e5. -^^e51h -^^e51i -^^e51j -^^e51ka -^^e53kan -^^e53kar -^^e54karb -^^e5k7av -^^e54keh -^^e53ken -^^e54kena -^^e54k3enh -^^e54kere -^^e5ke5s -^^e54kesl -^^e55kevi -^^e51ki -^^e56kid -^^e51kj -^^e5k1k -^^e5k5ka -^^e5kk6l -^^e5k7kr -^^e5k7lau -^^e5klist7 -^^e5k3l^^e6 -^^e51ko -^^e5k3opp -^^e5ko4s -^^e5k6ra -^^e5k5r^^f8k -^^e5k3r^^e5 -^^e5k1s2 -^^e5ks7l -^^e5k3t4 -^^e5ku8 -^^e55k8ul -^^e5kva8la. -^^e5k^^f8y8rar. -^^e52k3^^e5 -^^e51la -^^e55l6amp -^^e56larb -^^e59las -^^e5l5au8 -^^e5l9av -^^e5l3d -^^e52lef -^^e5l5eini -^^e52lek -^^e52lem -^^e54l5enh -^^e54leni -^^e5le6ris -^^e52le1s2 -^^e54lete -^^e52lev -^^e5lg^^e56 -^^e56lio -^^e5l5j -^^e5lla6ga -^^e5l3or -^^e5l4san -^^e5l4sek -^^e5l4ser -^^e5ls7i -^^e5l2sp -^^e5l4sti -^^e5lsy8na -^^e5l5ti -^^e5lti5d -^^e5l1u -^^e5lul8la -^^e51ly -^^e52l1^^f8y -^^e5l^^f8y4e -^^e5l5^^e56k -^^e5l^^e58te. -6^^e5m -^^e56me. -^^e5m4li. -^^e5m1om -^^e5m5^^f8y -^^e53nar -^^e59nas -^^e5nd3r -^^e5nd4sa -^^e5nd4se -^^e5nd4so -^^e54ne. -^^e5ned4 -^^e5neds5 -^^e5ne5i6 -^^e52nel -^^e5nely6 -^^e55nes. -^^e53net -^^e54netr -^^e53ni -^^e5n5o -^^e59ny -^^e53o -^^e5p2e -^^e5pe4n3a -^^e5pe4n5i -^^e5pen3s -^^e55per -^^e56pero -^^e51pi -^^e51pla -^^e5p4ne. -^^e5p7p -^^e51pr -^^e5pra5 -^^e5p2s1 -^^e5p6ta -^^e54p^^e5 -^^e5r3ak -^^e59ran -^^e57rara -^^e5rd5str -^^e52re. -^^e55rei -^^e56rel -^^e5re7s -^^e54rest -^^e5reta8ka -^^e5rfi4 -^^e57riv -^^e5r3k2 -^^e5r4le. -^^e5rm^^e58la -2^^e5rn -^^e5rn5s -^^e5r3on -^^e5r3op -^^e5rpo8 -^^e5r2s -^^e5rs5af -^^e5rs3el -^^e5r3sem -^^e5rs3ko -^^e5r8sku -^^e5rsla8ga -^^e5r3sol -^^e5rs3ta -^^e5r7ste -^^e5rs3ti -^^e5r7sto -^^e5r5stu -^^e5rs1u -^^e5rs1v -^^e5r5sy -^^e5r5u4k -^^e5r3un -^^e5r5y4 -^^e51r^^f8 -^^e55r8^^e5 -^^e5s2 -^^e51sa -^^e5s7au -^^e54se. -^^e54see -^^e5s5eid -^^e54sek -^^e54sem -^^e5seri7e6 -^^e5se3s2 -^^e54sesm -^^e54seso -^^e5se5ta -^^e5s3h -^^e58si. -^^e5s5ka. -^^e5s9kene -^^e5s8ki -^^e51skj -^^e5s7kop -^^e51skr -^^e55sku -^^e51sl -^^e5s5ne -^^e5s3ni -^^e55so -^^e51sp -^^e5s7pl -^^e5s5sa -^^e5s5se -^^e5s3si -^^e5ss3k -4^^e51st -^^e57stei -^^e5su4 -^^e5s3un -^^e5s7ut -^^e5s7v^^e6 -^^e5s5^^f8y -^^e5s^^e59 -^^e51ta -^^e54ta. -^^e5taks5 -^^e5ta2l -^^e5ta9la -^^e5tale3 -^^e5ta5le. -^^e5ta5len -^^e54tang -^^e54tark -^^e54t5arm -^^e52te. -^^e52tea -^^e54tee -^^e52t1ei -^^e5te6ke. -^^e54teo -^^e59ter -^^e52tes -5^^e5tferd -^^e55ti -^^e5ti7da -2^^e5tn -^^e51to -^^e5t7ov -6^^e5tp -^^e5t1re -^^e5tri6pa. -^^e5tri8pe. -^^e5t1ru -^^e5t5sk -^^e5t1t -^^e5t4ted -^^e5t4ti -^^e5tt3o -^^e5t4tri -^^e5tts4 -^^e5t6t5^^e6 -^^e5t1u -^^e5t4un -^^e5tva5ra -^^e5tva7re -^^e5t5ve -^^e55ty -^^e5t1^^f8v -^^e53u -^^e5un8ge. -^^e51v -^^e5v4a -^^e52ve7d -^^e54veg -^^e5ve5l -^^e54veni -^^e59ver. -^^e52vev -^^e5vl^^f88pa -^^e5v7s6 -^^e57vy -^^e5v^^e64re. -^^e51^^f88 -^^e5^^f8y4 -^^e5^^f8y5ene} -\hyphenation{% Changed 26.12.2003 -and-ror -and-ro-ren -atten-de -aust-r^^f8n -aviser -betre -borta-for -bortan-for -borte-fra -bort-om -bort-over -bortre -Dansk-^^f8ya -der-iblant -der-ifra -der-igjen-nom -der-imot -dess-uak-tet -dit-over -esprit -finger-spitzen-ge-f^^fchl -finger-spitz-ge-f^^fchl -fram-ifr^^e5 -f^^f8r-enn -hen-imot -her-etter -her-etter-dags -He-ro-des -h^^f8yere-lig-gen-de -h^^f8yt-^^e6rede -gi-vet-vis -kvar-and-re -lands-^^f8l -lands-^^f8let -lands-^^f8lets -langt-ifra -Mosk-va -Mosk-vas -ned-imot -noens -Not-odden -n^^f8ye-reg-nen-de -opp-imot -oven-ikj^^f8pet -promp-te -pyrrhus-seier -spleen -sel-ves-te -smal-enden -s^^f8rpe-is -s^^f8rpe-isen -skrov-is -skrov-isen -Steins-land -Steins-dalen -syd-enden -tvert-om -velan} -\endgroup -\endinput diff -Nru texlive-lang-2007.dfsg.4/texmf/tex/generic/hyphen/plhyph.tex texlive-lang-2009/texmf/tex/generic/hyphen/plhyph.tex --- texlive-lang-2007.dfsg.4/texmf/tex/generic/hyphen/plhyph.tex 2006-01-02 23:53:43.000000000 +0000 +++ texlive-lang-2009/texmf/tex/generic/hyphen/plhyph.tex 1970-01-01 01:00:00.000000000 +0100 @@ -1,4170 +0,0 @@ -% This is PLHYPH.TeX - the Polish hyphenation patterns -% version 3.0a, Wednesday, May 17th, 1995 -% to be used for the inclusion of Polish hyphenation patterns in any format, -% not necessarily in the MeX or LaMeX ones. The patterns are exactly -% the same as in the version 3.0 being the part of the MeX package, -% only the surrounding of the \pattern command is changed. The authors -% claim the upward compatibility, i.e., the version 3.0a can also be used -% with the MeX or LaMeX formats. - -% The history of development of the Polish hyphenation patterns: -% -% The first version of the patterns was developed -% by Hanna Ko\l{}odziejska (1987). -% -% The adaptation to the LeX format (see below) and extensive modification -% were done by Bogus\l{}aw Jackowski & Marek Ry\'cko (1987--1989). -% -% The hyphenation rules were further improved and adapted to the -% TeX 3.x requirements by Hanna Ko\l{}odziejska (1991). -% -% Lone-standing version (3.0a) of patterns was prepared (under pressure -% from LaTeX users) by Bogus\l{}aw Jackowski and Marek Ry\'cko, following -% Mariusz Olko's suggestions, 1995. - -% The LeX format mentioned above was the first version of the adaptation -% of TeX to the Polish language. The next version is called MeX. - -% This macro file belongs to the public domain -% under the conditions specified by the author of TeX: -% -% ``Macro files like PLAIN.TEX should not be changed in any way, -% except with respect to preloaded fonts, -% unless the changes are authorized by the authors of the macros.'' -% -% Donald E. Knuth -% -% For details see MEXINFO.ENG or MEXINFO.POL in the MeX package. - -% Notation: /a means a with `ogonek' -% /c --> \'c -% /e --> e with `ogonek' -% /l --> \l -% /n --> \'n -% /o --> \'o -% /s --> \'s -% /x --> \'z -% /z --> \.z - -% If a slash is active we assume that it will expand appropriately, -% otherwise we activate it and define LOCALLY to make it behaving like -% a respective MeX macro. This is possible because the settings of both -% \hyphen and \pattern commands are always GLOBAL. - -\begingroup -\ifnum\catcode`\/=13 -% -% Most likely the format is MeX or LaMeX; do nothing. -% -\else -% -% We activate a slash and define its meaning in a trivial way; the macro -% returns the characters having Cork codes (the same as T1 codes in LaTeX2e -% and PL codes in MeX) for the respective Polish diacritical characters. -% -% The following definition is simple but not efficient, -% so it is NOT ADVISABLE to use it for typesetting. -% - \catcode`\/=13 - \def/#1{% - \ifx#1a^^a1\else\ifx#1c^^a2\else\ifx#1e^^a6\else\ifx#1l^^aa\else - \ifx#1n^^ab\else\ifx#1o^^f3\else\ifx#1s^^b1\else\ifx#1x^^b9\else - \ifx#1z^^bb\fi\fi\fi\fi\fi\fi\fi\fi\fi}% -% -% According to the requirements of the \pattern command, we also set -% nonzero lower case codes for the Polish diacritical characters. -% - \lccode "A1 = "A1 % /a (161) - \lccode "A2 = "A2 % /c (162) - \lccode "A6 = "A6 % /e (166) - \lccode "AA = "AA % /l (170) - \lccode "AB = "AB % /n (171) - \lccode "F3 = "F3 % /o (243) - \lccode "B1 = "B1 % /s (177) - \lccode "B9 = "B9 % /x (185) - \lccode "BB = "BB % /z (187) -\fi - -% Now we can parse patterns. - -\patterns{ -./c/c8 -./c/l8 -./c/n8 -./c/s8 -./c/x8 -./c/z8 -./c8 -./cb8 -./cc8 -./cd8 -./cf8 -./cg8 -./ch8 -./cj8 -./ck8 -./cl8 -./cm8 -./cn8 -./cp8 -./cr8 -./cs8 -./ct8 -./cv8 -./cw8 -./cwier2/c3 -./cx8 -./cz8 -./l/c8 -./l/l8 -./l/n8 -./l/s8 -./l/x8 -./l/z8 -./l8 -./lb8 -./lc8 -./ld8 -./lf8 -./lg8 -./lh8 -./lj8 -./lk8 -./ll8 -./lm8 -./ln8 -./lp8 -./lr8 -./ls8 -./lt8 -./lv8 -./lw8 -./lx8 -./lz8 -./n/c8 -./n/l8 -./n/n8 -./n/s8 -./n/x8 -./n/z8 -./n8 -./nb8 -./nc8 -./nd8 -./nf8 -./ng8 -./nh8 -./nj8 -./nk8 -./nl8 -./nm8 -./nn8 -./np8 -./nr8 -./ns8 -./nt8 -./nv8 -./nw8 -./nx8 -./nz8 -./s/c8 -./s/l8 -./s/n8 -./s/s8 -./s/x8 -./s/z8 -./s8 -./sb8 -./sc8 -./sd8 -./sf8 -./sg8 -./sh8 -./sj8 -./sk8 -./sl8 -./sm8 -./sn8 -./sp8 -./sr/o2d5 -./sr/odr2 -./sr8 -./ss8 -./st8 -./sv8 -./sw8 -./swiat/lo3w2 -./sx8 -./sz8 -./x/c8 -./x/l8 -./x/n8 -./x/s8 -./x/x8 -./x/z8 -./x8 -./xb8 -./xc8 -./xd/x8 -./xd8 -./xf8 -./xg8 -./xh8 -./xj8 -./xk8 -./xl8 -./xm8 -./xn8 -./xp8 -./xr8 -./xs8 -./xt8 -./xv8 -./xw8 -./xx8 -./xz8 -./z/c8 -./z/l8 -./z/n8 -./z/s8 -./z/x8 -./z/z8 -./z8 -./zb8 -./zc8 -./zd8 -./zf8 -./zg8 -./zh8 -./zj8 -./zk8 -./zl8 -./zm8 -./zn8 -./zp8 -./zr8 -./zs8 -./zt8 -./zv8 -./zw8 -./zx8 -./zz8 -.a2b2s3t -.a2d3 -.ad4a -.ad4e -.ad4i -.ad4o -.ad4u -.ad4y -.ad5apt -.ad5iu -.ad5op -.ad5or -.ae3ro -.aeroa2 -.aeroe2 -.aeroi2 -.aeroo2 -.aerou2 -.antya2 -.antye2 -.antyi2 -.antyo2 -.antyu2 -.arcy3/l2 -.arcy3b2 -.arcy3bz2 -.arcy3k2 -.arcy3m2 -.arcya2 -.arcye2 -.arcyi2 -.arcyo2 -.arcyu2 -.au3g2 -.au3k2 -.au3t2 -.auto3ch2 -.autoa2 -.autoe2 -.autoi2 -.autoo2 -.autotran2s3 -.autou2 -.b/c8 -.b/l8 -.b/n8 -.b/s8 -.b/x8 -.b/z8 -.b8 -.bb8 -.bc8 -.bd8 -.be2z3 -.be3z4an -.be3z4ec -.be3z4ik -.bezch2 -.bezm2 -.bezo2 -.bezo2b1j -.bezw2 -.bezzw2 -.bf8 -.bg8 -.bh8 -.bj8 -.bk8 -.bl8 -.bm8 -.bn8 -.bp8 -.br8 -.brz8 -.bs8 -.bt8 -.bv8 -.bw8 -.bx8 -.bz8 -.c/c8 -.c/l8 -.c/n8 -.c/s8 -.c/x8 -.c/z8 -.c8 -.ca/lo3/s2 -.ca/lo3k2 -.cb8 -.cc8 -.cd8 -.cf8 -.cg8 -.ch8 -.chrz8 -.cienko3w2 -.ciep/lo3kr2 -.cj8 -.ck8 -.cl8 -.cm8 -.cn8 -.cp8 -.cr8 -.cs8 -.ct8 -.cv8 -.cw8 -.cx8 -.cz8 -.czarno3k2 -.czk8 -.cztere2ch3 -.czterechse2t3 -.cztero3/s2 -.czw/o2r3 -.czw/o3r4/a -.czw/o3r4/e -.czw/o3r4a -.czw/o3r4e -.czw/o3r4o -.d/c8 -.d/l8 -.d/lugo3tr2 -.d/lugo3w2 -.d/n8 -.d/s8 -.d/x8 -.d/z8 -.d8 -.daleko3w2 -.db8 -.dc8 -.dd8 -.de2z3 -.de3z4a3bil -.de3z4a3wu -.de3z4el -.de3z4er -.de3z4y -.deza2 -.dezo2 -.df8 -.dg8 -.dh8 -.dj8 -.dk8 -.dl8 -.dm8 -.dn8 -.do3/c2 -.do3/l2 -.do3/s2 -.do3/x2 -.do3/z2 -.do3b2 -.do3c2 -.do3d2 -.do3f2 -.do3g2 -.do3h2 -.do3k2 -.do3l2 -.do3m2 -.do3p2 -.do3r2 -.do3s2 -.do3t2 -.do3w2 -.do3z2 -.do4/l3k -.do4k3t -.do4l3n -.do4m3k -.do4r3s -.do4w3c -.do5m4k2n -.dobr2 -.dobrz2 -.doch2 -.docz2 -.dod/x2 -.dod/z2 -.dodz2 -.dogrz2 -.dopch2 -.doprz2 -.dor/z2 -.dorz2 -.dosch2 -.dosm2 -.dosz2 -.dotk2 -.dotr2 -.dp8 -.dr8 -.drogo3w2 -.drz8 -.ds8 -.dt8 -.dv8 -.dw/o2j3 -.dw/o3j4/a -.dw/o3j4/e -.dw/o3j4a -.dw/o3j4e -.dw/o3j4o -.dw8 -.dx8 -.dy2s3 -.dy2z3 -.dy3s4e -.dy3s4o -.dy3s4ta -.dy3s4y -.dy3sz -.dy3z4e -.dyzu2 -.dz8 -.dziesi/ecio3/s2 -.dziewi/e/cse2t3 -.dziewi/e2/c3 -.dziewi/ecio3/s2 -.e2k2s3 -.e2m3e2s5ze2t -.e2s1e2s1ma -.e2s1ha -.e2s1t -.egoa2 -.egoe2 -.egoi2 -.egoo2 -.egou2 -.eks4y -.elektroa2 -.elektroe2 -.elektroi2 -.elektroo2 -.elektrou2 -.f/c8 -.f/l8 -.f/n8 -.f/s8 -.f/x8 -.f/z8 -.f8 -.fb8 -.fc8 -.fd8 -.ff8 -.fg8 -.fh8 -.fj8 -.fk8 -.fl8 -.fm8 -.fn8 -.fp8 -.fr8 -.fs8 -.ft8 -.fv8 -.fw8 -.fx8 -.fz8 -.g/c8 -.g/l8 -.g/n8 -.g/s8 -.g/x8 -.g/z8 -.g8 -.gb8 -.gc8 -.gd8 -.ge2o3 -.gf8 -.gg8 -.gh8 -.gj8 -.gk8 -.gl8 -.gm8 -.gn8 -.go2u3 -.gp8 -.gr8 -.grubo3w2 -.grz8 -.gs8 -.gt8 -.gv8 -.gw8 -.gx8 -.gz8 -.h/c8 -.h/l8 -.h/n8 -.h/s8 -.h/x8 -.h/z8 -.h8 -.hb8 -.hc8 -.hd8 -.hf8 -.hg8 -.hh8 -.hipe2r3 -.hipe3r4o -.hipera2 -.hipere2 -.hj8 -.hk8 -.hl8 -.hm8 -.hn8 -.hp8 -.hr8 -.hs8 -.ht8 -.hv8 -.hw8 -.hx8 -.hz8 -.i2n3 -.i2s3l -.i3n4ic -.i3n4o -.i3n4u -.i4n5o2k -.in4f3lan -.ino3w2 -.izoa2 -.izoe2 -.izoi2 -.izoo2 -.izou2 -.j/c8 -.j/l8 -.j/n8 -.j/s8 -.j/x8 -.j/z8 -.j8 -.jad/lo3w2 -.jb8 -.jc8 -.jd8 -.jf8 -.jg8 -.jh8 -.jj8 -.jk8 -.jl8 -.jm8 -.jn8 -.jp8 -.jr8 -.js8 -.jt8 -.jv8 -.jw8 -.jx8 -.jz8 -.k/c8 -.k/l8 -.k/n8 -.k/s8 -.k/x8 -.k/z8 -.k8 -.kb8 -.kc8 -.kd8 -.kf8 -.kg8 -.kh8 -.kilkuse2t3 -.kilkuseto2 -.kj8 -.kk8 -.kl8 -.km8 -.kn8 -.ko/lo3w2 -.kon2t2r3 -.kon3tr4a -.kon3tr4e -.kon3tr4o3l -.kon3tr4o3w -.kon3tr4y -.kon4tr5a2gi -.kon4tr5a2se -.kon4tr5a2sy -.kon4tr5a2ta -.kon4tr5adm -.kon4tr5akc -.kon4tr5alt -.kon4tr5arg -.kontro2 -.kontru2 -.kp8 -.kr/otko3tr2 -.kr/otko3w2 -.kr8 -.kro2/c3 -.krz8 -.ks8 -.kt8 -.kv8 -.kw8 -.kx8 -.kz8 -.l/c8 -.l/l8 -.l/n8 -.l/s8 -.l/x8 -.l/z8 -.l8 -.lb8 -.lc8 -.ld8 -.lf8 -.lg8 -.lh8 -.lj8 -.lk8 -.ll8 -.lm8 -.ln8 -.lp8 -.lr8 -.ls8 -.lt8 -.ludo3w2 -.lv8 -.lw8 -.lx8 -.lz8 -.m/c8 -.m/l8 -.m/n8 -.m/s8 -.m/x8 -.m/z8 -.m8 -.mb8 -.mc8 -.md8 -.mf8 -.mg8 -.mh8 -.mili3amp -.mj8 -.mk8 -.ml8 -.mm8 -.mn8 -.mo/zno3w2 -.mp8 -.mr8 -.ms8 -.mt8 -.mv8 -.mw8 -.mx8 -.mz8 -.n/c8 -.n/l8 -.n/n8 -.n/s8 -.n/x8 -.n/z8 -.n8 -.na2d2 -.na2j -.na3/c2 -.na3/l2 -.na3/s2 -.na3/x2 -.na3/z2 -.na3b2 -.na3c2 -.na3d/a -.na3d/e -.na3d/x2 -.na3d4/lub -.na3d4ir -.na3d4much -.na3d4r/ecz -.na3d4r2w -.na3d4repcz -.na3d4rept -.na3d4ruk -.na3d4rz -.na3d4worn -.na3daj -.na3de -.na3do -.na3dy -.na3dzi -.na3f2 -.na3g2 -.na3h2 -.na3j/a -.na3j/e -.na3jazd -.na3je -.na3k2 -.na3l2 -.na3m2 -.na3p2 -.na3r2 -.na3s2 -.na3t2 -.na3u2 -.na3w2 -.na3z2 -.na4d3o2b2/l -.na4d3o2bojcz -.na4d3o2bowi -.na4d3o2brot -.na4d3o2drz -.na4d3o2kien -.na4d3olbrz -.na4d5rz/a -.na4d5rz/e -.na4d5rzecz -.na4d5rzy -.na4d5ziem -.na4f3c -.na4f3t -.na4j3e2f -.na4j3e2g -.na4j3e2k2s -.na4j3e2ko -.na4j3e2n -.na4j3e2r -.na4j3e2s -.na4j3e2w -.na4j3emf -.na4j3eu -.na4r3c -.na4r3d -.na4r3k -.na4r3r -.na4r3t -.nabrz2 -.nach2 -.nacz2 -.nad/srod5ziem -.nad3/c2 -.nad3/l2 -.nad3/s2 -.nad3b2 -.nad3c2 -.nad3d2 -.nad3e2tat -.nad3f2 -.nad3g2 -.nad3h2 -.nad3i2 -.nad3j2 -.nad3k2 -.nad3l2 -.nad3m2 -.nad3n2 -.nad3p2 -.nad3r2 -.nad3s2 -.nad3t2 -.nad3u2 -.nad3w2 -.nad5/z2 -.nad5z/o -.nad5z2mys -.nad5zo -.nad5zwycz -.nadch2 -.nadcz2 -.nadd/x2 -.nade3/c2 -.nade3/l2 -.nade3/s2 -.nade3/x2 -.nade3/z2 -.nade3b2 -.nade3c2 -.nade3d2 -.nade3f2 -.nade3g2 -.nade3h2 -.nade3k2 -.nade3l2 -.nade3m2 -.nade3p2 -.nade3r2 -.nade3s2 -.nade3t2 -.nade3w2 -.nade3z2 -.nade4p3c -.nade4p3n -.nade4p3t -.nadech2 -.nadecz2 -.naded/x2 -.naded/z2 -.nadedz2 -.nader/z2 -.naderz2 -.nadesz2 -.nadsz2 -.nadtr2 -.nadz2 -.nagrz2 -.naj3/c2 -.naj3/l2 -.naj3/s2 -.naj3/x2 -.naj3/z2 -.naj3akt -.naj3au -.naj3b2 -.naj3c2 -.naj3d2 -.naj3f2 -.naj3g2 -.naj3h2 -.naj3i2 -.naj3k2 -.naj3l2 -.naj3m2 -.naj3o2 -.naj3o2/c2 -.naj3o2/l2 -.naj3o2/s2 -.naj3o2/x2 -.naj3o2/z2 -.naj3o2b2 -.naj3o2c2 -.naj3o2d2 -.naj3o2f2 -.naj3o2g2 -.naj3o2h2 -.naj3o2k2 -.naj3o2l2 -.naj3o2m2 -.naj3o2p2 -.naj3o2r2 -.naj3o2s2 -.naj3o2t2 -.naj3o2w2 -.naj3o2z2 -.naj3p2 -.naj3r2 -.naj3ro2z3 -.naj3s2 -.naj3t2 -.naj3u2 -.naj3w2 -.naj3z2 -.najbe2z3 -.najbezw2 -.najch2 -.najcz2 -.najd/x2 -.najd/z2 -.najdo3/c2 -.najdo3/l2 -.najdo3/s2 -.najdo3/x2 -.najdo3/z2 -.najdo3b2 -.najdo3c2 -.najdo3d2 -.najdo3f2 -.najdo3g2 -.najdo3h2 -.najdo3k2 -.najdo3l2 -.najdo3m2 -.najdo3p2 -.najdo3r2 -.najdo3s2 -.najdo3t2 -.najdo3w2 -.najdo3z2 -.najdoch2 -.najdocz2 -.najdod/x2 -.najdod/z2 -.najdodz2 -.najdorz2 -.najdosz2 -.najdotk2 -.najdz2 -.najkr2 -.najob3/c2 -.najob3/l2 -.najob3/s2 -.najob3/x2 -.najob3/z2 -.najob3c2 -.najob3d2 -.najob3f2 -.najob3g2 -.najob3h2 -.najob3j2 -.najob3k2 -.najob3l2 -.najob3m2 -.najob3n2 -.najob3p2 -.najob3s2 -.najob3t2 -.najob3w2 -.najobch2 -.najobcz2 -.najobd/x2 -.najobd/z2 -.najobdz2 -.najobrz2 -.najobsz2 -.najoch2 -.najocz2 -.najod/x2 -.najod3/c2 -.najod3/s2 -.najod3c2 -.najod3d2 -.najod3f2 -.najod3g2 -.najod3h2 -.najod3j2 -.najod3k2 -.najod3l2 -.najod3m2 -.najod3n2 -.najod3p2 -.najod3s2 -.najod3t2 -.najod3w2 -.najod5/z2 -.najodch2 -.najodcz2 -.najodd/x2 -.najodd/z2 -.najoddz2 -.najodsz2 -.najodz2 -.najorz2 -.najosz2 -.najro3z4u -.najrz2 -.najsm2 -.najsz2 -.najtk2 -.najtr2 -.najucz2 -.najzw2 -.nakr2 -.napo2d2 -.napo3/c2 -.napo3/l2 -.napo3/s2 -.napo3/x2 -.napo3/z2 -.napo3b2 -.napo3c2 -.napo3f2 -.napo3g2 -.napo3h2 -.napo3k2 -.napo3l2 -.napo3m2 -.napo3p2 -.napo3r2 -.napo3s2 -.napo3t2 -.napo3w2 -.napo3z2 -.napo4m3p -.napoch2 -.napocz2 -.napod/x2 -.napod/z2 -.napod3d -.napomk2 -.naporz2 -.naposz2 -.naprz2 -.nar/z2 -.naro2z3 -.narz2 -.nasm2 -.nasz2 -.natch2 -.natk2 -.naz3m2 -.nazw2 -.nb8 -.nc8 -.nd8 -.ne2o3 -.nf8 -.ng8 -.nh8 -.nie3/c2 -.nie3/l2 -.nie3/s2 -.nie3/x2 -.nie3/z2 -.nie3b2 -.nie3c2 -.nie3d2 -.nie3f2 -.nie3g2 -.nie3h2 -.nie3k2 -.nie3l2 -.nie3m2 -.nie3p2 -.nie3r2 -.nie3s2 -.nie3t2 -.nie3u2 -.nie3w2 -.nie3z2 -.nie4c3c -.nie4c3k -.nie4d/x3 -.nie4m3c -.nie4m3k -.niech2 -.niecz2 -.nied/z2 -.niedo3/c2 -.niedo3/l2 -.niedo3/s2 -.niedo3/x2 -.niedo3/z2 -.niedo3b2 -.niedo3c2 -.niedo3d2 -.niedo3f2 -.niedo3g2 -.niedo3h2 -.niedo3k2 -.niedo3l2 -.niedo3m2 -.niedo3p2 -.niedo3r2 -.niedo3s2 -.niedo3t2 -.niedo3w2 -.niedo3z2 -.niedobrz2 -.niedoch2 -.niedocz2 -.niedod/x2 -.niedod/z2 -.niedodz2 -.niedokr2 -.niedomk2 -.niedopch2 -.niedorz2 -.niedosz2 -.niedotk2 -.niedz2 -.nieo/c2 -.nieo/l2 -.nieo/s2 -.nieo/x2 -.nieo/z2 -.nieo2 -.nieob2 -.nieob3/c2 -.nieob3/s2 -.nieob3/x2 -.nieob3/z2 -.nieob3c2 -.nieob3d2 -.nieob3f2 -.nieob3g2 -.nieob3h2 -.nieob3j2 -.nieob3k2 -.nieob3m2 -.nieob3p2 -.nieob3s2 -.nieob3w2 -.nieobch2 -.nieobcz2 -.nieobd/x2 -.nieobd/z2 -.nieobdz2 -.nieobsz2 -.nieoc2 -.nieoch2 -.nieocz2 -.nieod/x2 -.nieod2 -.nieod3/c2 -.nieod3/l2 -.nieod3/s2 -.nieod3c2 -.nieod3d2 -.nieod3f2 -.nieod3g2 -.nieod3h2 -.nieod3j2 -.nieod3k2 -.nieod3l2 -.nieod3n2 -.nieod3p2 -.nieod3s2 -.nieod3t2 -.nieod3wr -.nieod5/z2 -.nieodch2 -.nieodcz2 -.nieodd/x2 -.nieodd/z2 -.nieoddz2 -.nieodsz2 -.nieodw2 -.nieodz2 -.nieof2 -.nieog2 -.nieoh2 -.nieok2 -.nieol2 -.nieom2 -.nieop2 -.nieor2 -.nieorz2 -.nieos2 -.nieosz2 -.nieot2 -.nieow2 -.nieoz2 -.niepo2d2 -.niepo3/c2 -.niepo3/l2 -.niepo3/s2 -.niepo3/x2 -.niepo3/z2 -.niepo3b2 -.niepo3c2 -.niepo3d/x2 -.niepo3d4/lu -.niepo3d4much -.niepo3d4r/ecz -.niepo3d4ra/z -.niepo3d4rap -.niepo3d4repcz -.niepo3d4rept -.niepo3d4waj -.niepo3d4woj -.niepo3do -.niepo3du -.niepo3dz2 -.niepo3f2 -.niepo3g2 -.niepo3h2 -.niepo3k2 -.niepo3l2 -.niepo3m2 -.niepo3p2 -.niepo3r2 -.niepo3s2 -.niepo3t2 -.niepo3w2 -.niepo3z2 -.niepo4d3o2choc -.niepo4d3o2strz -.niepoch2 -.niepocz2 -.niepod3/c2 -.niepod3/l2 -.niepod3/s2 -.niepod3b2 -.niepod3c2 -.niepod3d2 -.niepod3f2 -.niepod3g2 -.niepod3h2 -.niepod3j2 -.niepod3k2 -.niepod3l2 -.niepod3m2 -.niepod3n2 -.niepod3p2 -.niepod3r2 -.niepod3s2 -.niepod3t2 -.niepod3w2 -.niepod5/z -.niepodch2 -.niepodcz2 -.niepodd/x2 -.niepodd/z2 -.niepodsm2 -.niepodsz2 -.nieporz2 -.nieposm2 -.nieposz2 -.nieprze/lk2 -.nieprze2d2 -.nieprze3/c2 -.nieprze3/l2 -.nieprze3/s2 -.nieprze3/x2 -.nieprze3/z2 -.nieprze3b2 -.nieprze3brz2 -.nieprze3c2 -.nieprze3d/x2 -.nieprze3d4/lu/z -.nieprze3d4much -.nieprze3d4ramat -.nieprze3d4ruk -.nieprze3d4ryl -.nieprze3d4rz2 -.nieprze3d4um -.nieprze3dy -.nieprze3dz2 -.nieprze3e2k2s3 -.nieprze3f2 -.nieprze3g2 -.nieprze3h2 -.nieprze3k2 -.nieprze3l2 -.nieprze3m2 -.nieprze3n2 -.nieprze3p2 -.nieprze3r2 -.nieprze3s2 -.nieprze3t2 -.nieprze3w2 -.nieprze3z2 -.nieprze4d5/lu/zyc -.nieprze4d5/z2 -.nieprze4d5z2a -.nieprze4d5zg2 -.nieprze4d5zim -.nieprze4d5zj -.nieprze4d5zl -.nieprze4d5zw2r -.nieprze4d5zwoj -.nieprzech2 -.nieprzecz2 -.nieprzed3/c2 -.nieprzed3/l2 -.nieprzed3/s2 -.nieprzed3c2 -.nieprzed3d2 -.nieprzed3f2 -.nieprzed3g2 -.nieprzed3h2 -.nieprzed3i2 -.nieprzed3j2 -.nieprzed3k2 -.nieprzed3l2 -.nieprzed3m2 -.nieprzed3n2 -.nieprzed3p2 -.nieprzed3r2 -.nieprzed3s2 -.nieprzed3sz2 -.nieprzed3t2 -.nieprzed3u2 -.nieprzed3w2 -.nieprzedch2 -.nieprzedcz2 -.nieprzedd/x2 -.nieprzedd/z2 -.nieprzeddz2 -.nieprzegrz2 -.nieprzekl2 -.nieprzekr2 -.nieprzepch2 -.nieprzer/z2 -.nieprzerz2 -.nieprzesch2 -.nieprzesm2 -.nieprzesz2 -.nieprzetk2 -.nieprzetr2 -.niero2z3 -.niero3z4e -.niero3z4u -.nieroz/s2 -.nierozbrz2 -.nieroze3r2 -.nierozm2 -.nieroztr2 -.nierz2 -.niesu2b3 -.niesu3b4ie -.niesz2 -.nietk2 -.nietr2 -.nieucz2 -.nieuw2 -.niewy3/c2 -.niewy3/l2 -.niewy3/s2 -.niewy3/x2 -.niewy3/z2 -.niewy3b2 -.niewy3c2 -.niewy3d2 -.niewy3f2 -.niewy3g2 -.niewy3h2 -.niewy3k2 -.niewy3l2 -.niewy3m2 -.niewy3p2 -.niewy3r2 -.niewy3s2 -.niewy3t2 -.niewy3w2 -.niewy3z2 -.niewybrz2 -.niewych2 -.niewycz2 -.niewyd/x2 -.niewyd/z2 -.niewydz2 -.niewyrz2 -.niewysz2 -.niewytk2 -.niewytr2 -.niezw2 -.nj8 -.nk8 -.nl8 -.nm8 -.nn8 -.np8 -.nr8 -.ns8 -.nt8 -.nv8 -.nw8 -.nx8 -.nz8 -.o/c2 -.o/s2 -.o/smio3/s2 -.o/x2 -.o/z2 -.o2b2 -.o2d2 -.o2t3ch/l -.o3b4/l/a -.o3b4/l/e -.o3b4/loc -.o3b4luzg -.o3b4ra/c -.o3b4raso -.o3b4ro/n -.o3b4ron -.o3b4ry/x -.o3b4ryz -.o3b4rz2 -.o3be -.o3bi -.o3d4iu -.o3d4r/et -.o3d4rap -.o3d4robin -.o3d4rut -.o3d4rwi -.o3d4rze/c -.o3d4rzw -.o3d6zia -.o3d6zie -.o3de -.o3l2/sn -.o4b5/locz -.o4b5rz/a -.o4b5rz/ed -.o4b5rzez -.o4b5rzuc -.o4b5rzut -.o4b5rzyn -.o4d7ziar -.o4d7ziem -.oa3z -.ob3/c2 -.ob3/l2 -.ob3/s2 -.ob3/x2 -.ob3/z2 -.ob3c2 -.ob3d2 -.ob3f2 -.ob3g2 -.ob3h2 -.ob3j2 -.ob3k2 -.ob3l2 -.ob3m2 -.ob3n2 -.ob3o2strz -.ob3p2 -.ob3r -.ob3s2 -.ob3t2 -.ob3u2m2 -.ob3w2 -.obch2 -.obcz2 -.obd/x2 -.obd/z2 -.obdz2 -.obe3/c2 -.obe3/l2 -.obe3/s2 -.obe3/x2 -.obe3/z2 -.obe3b2 -.obe3c2 -.obe3d2 -.obe3f2 -.obe3g2 -.obe3h2 -.obe3k2 -.obe3l2 -.obe3m2 -.obe3p2 -.obe3r2 -.obe3r3t -.obe3s2 -.obe3t2 -.obe3w2 -.obe3z2 -.obe4c3n -.obe4z3w -.obech2 -.obecz2 -.obed/x2 -.obed/z2 -.obedz2 -.ober/z2 -.ober3m -.oberz2 -.obesch2 -.obesz2 -.obetk2 -.obi3b2 -.obsz2 -.oc2 -.och2 -.ochrz2 -.ocz2 -.od/x2 -.od3/c2 -.od3/s2 -.od3au -.od3b2 -.od3c2 -.od3d2 -.od3f2 -.od3g2 -.od3h2 -.od3i2 -.od3i2zo -.od3j2 -.od3k2 -.od3l2 -.od3m2 -.od3n2 -.od3o2s -.od3p2 -.od3r2 -.od3s2 -.od3t2 -.od3u2cz -.od3u2m2 -.od3w2 -.od5/z2 -.od5z2 -.odbe2z3 -.odch2 -.odcz2 -.odd/x2 -.odd/z2 -.oddz2 -.ode3/c2 -.ode3/l2 -.ode3/s2 -.ode3/x2 -.ode3/z2 -.ode3b2 -.ode3c2 -.ode3d2 -.ode3f2 -.ode3g2 -.ode3h2 -.ode3k2 -.ode3l2 -.ode3m2 -.ode3mk2 -.ode3p2 -.ode3r2 -.ode3s2 -.ode3t2 -.ode3w2 -.ode3z2 -.odech2 -.odecz2 -.oded/x2 -.oded/z2 -.odedz2 -.odepch2 -.oder/z2 -.oderz2 -.odesz2 -.odetch2 -.odetk2 -.odkrz2 -.odrz2 -.odsz2 -.of2 -.og/olno3k2 -.og2 -.ognio3tr2 -.oh2 -.ok2 -.oka3m2 -.okr2 -.ole2o3 -.om2 -.op2 -.opch2 -.or2/z2 -.or2t/e -.or2z2 -.os2 -.osie2m3 -.osiemse2t3 -.osz2 -.ot2 -.ow2 -.oz2 -.p/c8 -.p/l8 -.p/lasko3w2 -.p/n8 -.p/o/lk2 -.p/o/lkr2 -.p/o/lm2 -.p/o/lo2 -.p/o/lob3r -.p/o/lom2d -.p/o/lprzy3m2k -.p/o2/l3 -.p/o3/l4/a -.p/o3/l4/e -.p/o3/l4ecz -.p/o3/l4y -.p/s8 -.p/x8 -.p/z8 -.p8 -.pb8 -.pc8 -.pch8 -.pd8 -.pe/lno3kr2 -.pe2r3 -.pe3c2k -.pe3r4e -.pe3r4i -.pe3r4o -.pe3r4u -.pe3r4y -.pe4r5i2n -.pee2se2l -.pepee2r -.pepee2s -.peze2t1pee2r -.pf8 -.pg8 -.ph8 -.pi/e/cse2t3 -.pi/e2/c3 -.pi/ecio3/s2 -.pierwo3w2 -.piono3w2 -.pj8 -.pk8 -.pl8 -.pm8 -.pn8 -.po/lk2 -.po2d2 -.po3/c2 -.po3/l2 -.po3/s2 -.po3/x2 -.po3/z2 -.po3b2 -.po3c2 -.po3d/a -.po3d/e -.po3d/x2 -.po3d4/lu -.po3d4much -.po3d4naw -.po3d4r/ecz -.po3d4r/etw -.po3d4r/o/z -.po3d4r2wi -.po3d4ra/z -.po3d4rap -.po3d4repcz -.po3d4rept -.po3d4ro/z -.po3d4rob/o -.po3d4roba -.po3d4robo -.po3d4roby -.po3d4rocz -.po3d4ruzg -.po3d4ryg -.po3d4rze -.po3d4w/ojn -.po3d4w/or -.po3d4waj -.po3d4woi -.po3d4woj -.po3d4worz -.po3da -.po3de -.po3dej -.po3diu -.po3do -.po3du -.po3dy -.po3dz2 -.po3e2k2s3 -.po3f2 -.po3g2 -.po3h2 -.po3k2 -.po3l2 -.po3m2 -.po3p2 -.po3r/z -.po3r2 -.po3s2 -.po3t2 -.po3w2 -.po3z2 -.po4/n3c -.po4cz3d -.po4cz3t -.po4d3/ow -.po4d3e4k2s3 -.po4d3o2b/oz -.po4d3o2biad -.po4d3o2bojcz -.po4d3o2braz -.po4d3o2choc -.po4d3o2dm -.po4d3o2f -.po4d3o2g -.po4d3o2kien -.po4d3o2kn -.po4d3o2kr/eg -.po4d3o2kres -.po4d3o2piecz -.po4d3o2ryw -.po4d3o2siniak -.po4d3o2strz -.po4d3obsz -.po4d3odd -.po4d3olbrz -.po4d3u2cz -.po4d3u2dz -.po4d3u2pa -.po4d3u2ral -.po4d3u2sta -.po4d3u2szcz -.po4d5r/eczn -.po4d5zakr -.po4d5zam -.po4d5zast -.po4d5zbi -.po4d5ze -.po4d5zieleni/a -.po4d5zieleni/c -.po4d5zieleni/e -.po4d5zieleni/l -.po4d5zielenic -.po4d5zielenien -.po4d5zielenil -.po4d5zielenim -.po4d5zielenio -.po4d5zielenis -.po4d5ziem -.po4d5ziom -.po4d5zw2r -.po4l3s -.po4m3p -.po4r3c -.po4r3f -.po4r3n -.po4r3t -.po4st3d -.po4st3f -.po4st3g -.po4st3h -.po4st3i2 -.po4st3k -.po4st3l -.po4st3m -.po4st3p -.po4st3rom -.po4st3s -.po5d4uszczyn -.po5r4t/e -.pobr2 -.pobrz2 -.poch2 -.pochrz2 -.pocz2 -.pod3/c2 -.pod3/l2 -.pod3/s2 -.pod3/sr/o2d5 -.pod3alp -.pod3b2 -.pod3c2 -.pod3d2 -.pod3f2 -.pod3g2 -.pod3h2 -.pod3i2n -.pod3j2 -.pod3k2 -.pod3l2 -.pod3m2 -.pod3n2 -.pod3p2 -.pod3r2 -.pod3s2 -.pod3t2 -.pod3w2 -.pod5/z2 -.podch2 -.podcz2 -.podd/x2 -.podd/z2 -.pode3/c2 -.pode3/l2 -.pode3/s2 -.pode3/x2 -.pode3/z2 -.pode3b2 -.pode3c2 -.pode3d2 -.pode3f2 -.pode3g2 -.pode3h2 -.pode3k2 -.pode3l2 -.pode3m2 -.pode3p2 -.pode3r2 -.pode3s2 -.pode3t2 -.pode3tk2 -.pode3w2 -.pode3z2 -.podech2 -.podecz2 -.poded/x2 -.poded/z2 -.podedz2 -.podepch2 -.poder/z2 -.poderz2 -.podesch2 -.podesz2 -.podro2z3 -.podsm2 -.podsz2 -.pogrz2 -.pokl2 -.pokr2 -.pom4pk -.pomk2 -.pona2d2 -.pona3/c2 -.pona3/l2 -.pona3/s2 -.pona3/x2 -.pona3/z2 -.pona3b2 -.pona3c2 -.pona3cz2 -.pona3d/x2 -.pona3do -.pona3f2 -.pona3g2 -.pona3h2 -.pona3k2 -.pona3l2 -.pona3m2 -.pona3p2 -.pona3r2 -.pona3s2 -.pona3t2 -.pona3w2 -.pona3z2 -.pona4f3t -.ponabrz2 -.ponach2 -.ponad3/c2 -.ponad3/s2 -.ponad3c2 -.ponad3ch2 -.ponad3cz2 -.ponad3d/x2 -.ponad3f2 -.ponad3g2 -.ponad3h2 -.ponad3j2 -.ponad3k2 -.ponad3l2 -.ponad3p2 -.ponad3s2 -.ponad3t2 -.ponadz2 -.ponarz2 -.ponasm2 -.ponasz2 -.ponaz3m2 -.ponazw2 -.ponie3k2 -.ponie3w2 -.popch2 -.popo3w2 -.poprz2 -.por4t1w -.por4tf -.por4tm -.poro2z3 -.poro3z4u -.porz2 -.posch2 -.posm2 -.posz2 -.potk2 -.potr2 -.poz4m2 -.poza3u2 -.pozw2 -.pp8 -.pr8 -.pra3s2 -.pra3w2nu -.pra3w2z -.prapra3w2nu -.predy2s3po -.prz8 -.prze/lk2 -.prze2d2 -.prze3/c2 -.prze3/l2 -.prze3/s2 -.prze3/x2 -.prze3/z2 -.prze3b2 -.prze3c2 -.prze3d/a -.prze3d/e -.prze3d/x2 -.prze3d4/lu/z -.prze3d4much -.prze3d4o3br -.prze3d4o3st -.prze3d4o3zo -.prze3d4ramat -.prze3d4ruk -.prze3d4ryl -.prze3d4rz2 -.prze3d4um -.prze3dy -.prze3dz2 -.prze3e2k2s3 -.prze3f2 -.prze3g2 -.prze3h2 -.prze3k2 -.prze3l2 -.prze3m2 -.prze3n2 -.prze3p2 -.prze3r2 -.prze3s2 -.prze3t2 -.prze3u2 -.prze3w2 -.prze3z2 -.prze4d5/lu/zyc -.prze4d5/z2 -.prze4d5o4stat -.prze4d5za -.prze4d5zg2 -.prze4d5zim -.prze4d5zj -.prze4d5zl -.prze4d5zw2r -.prze4d5zwoj -.przebr2 -.przebrz2 -.przech2 -.przechrz2 -.przeci2w3 -.przeci3w4ie -.przeciwa2 -.przeciww2 -.przecz2 -.przed3/c2 -.przed3/l2 -.przed3/s2 -.przed3a2gon -.przed3a2kc -.przed3alp -.przed3b2 -.przed3c2 -.przed3d2 -.przed3e2gz -.przed3e2mer -.przed3f2 -.przed3g2 -.przed3h2 -.przed3i2 -.przed3j2 -.przed3k2 -.przed3l2 -.przed3m2 -.przed3n2 -.przed3o2 -.przed3p2 -.przed3r2 -.przed3s2 -.przed3si/e3w2 -.przed3sz2 -.przed3t2 -.przed3u2 -.przed3w2 -.przedch2 -.przedcz2 -.przedd/x2 -.przedd/z2 -.przeddz2 -.przedgrz2 -.przedy2s3ku -.przegrz2 -.przekl2 -.przekr2 -.przemk2 -.przepch2 -.przer/z2 -.przerz2 -.przesch2 -.przesm2 -.przesz2 -.przetk2 -.przetr2 -.przetran2s3 -.przy3/c2 -.przy3/l2 -.przy3/s2 -.przy3/x2 -.przy3/z2 -.przy3b2 -.przy3c2 -.przy3d2 -.przy3f2 -.przy3g2 -.przy3h2 -.przy3k2 -.przy3l2 -.przy3m2 -.przy3p2 -.przy3r2 -.przy3s2 -.przy3t2 -.przy3w2 -.przy3z2 -.przybr2 -.przych2 -.przycz2 -.przyd/x2 -.przyd/z2 -.przydz2 -.przygrz2 -.przymk2 -.przyoz2 -.przypch2 -.przyr/z2 -.przyrz2 -.przysch2 -.przysz2 -.przytk2 -.ps8 -.pt8 -.pv8 -.pw8 -.px8 -.pz8 -.r/c8 -.r/l8 -.r/n8 -.r/s8 -.r/x8 -.r/z8 -.r8 -.rb8 -.rc8 -.rd8 -.retran2s3 -.rf8 -.rg8 -.rh8 -.rj8 -.rk8 -.rl8 -.rm8 -.rn8 -.ro2z3 -.ro3z4a -.ro3z4e -.ro3z4e3/c2 -.ro3z4e3/l2 -.ro3z4e3/s2 -.ro3z4e3/x2 -.ro3z4e3/z2 -.ro3z4e3b2 -.ro3z4e3c2 -.ro3z4e3d2 -.ro3z4e3f2 -.ro3z4e3g2 -.ro3z4e3h2 -.ro3z4e3k2 -.ro3z4e3l2 -.ro3z4e3m2 -.ro3z4e3p2 -.ro3z4e3r2 -.ro3z4e3s2 -.ro3z4e3t2 -.ro3z4e3w2 -.ro3z4e3z2 -.ro3z4ej -.ro3z4u -.ro4z5a2gi -.ro4z5a2nie -.ro4z5e2mo -.ro4z5e4g3z -.ro4z5e4n3t -.roz/s2 -.rozbrz2 -.rozd2 -.rozech2 -.rozecz2 -.rozed/x2 -.rozed/z2 -.rozedz2 -.rozepch2 -.rozer/z2 -.rozerz2 -.rozesch2 -.rozesz2 -.rozi2 -.rozm2 -.rozo2 -.rozpo3w2 -.rozt2 -.roztr2 -.rozw2 -.rp8 -.rr8 -.rs8 -.rt8 -.rv8 -.rw8 -.rx8 -.rz8 -.s/c8 -.s/l8 -.s/n8 -.s/s8 -.s/x8 -.s/z8 -.s8 -.samo3ch2 -.samo3k2 -.samo3p2 -.samo3w2 -.samoro2z3 -.sb8 -.sc8 -.sch8 -.sd8 -.sf8 -.sg8 -.sh8 -.siede2m3 -.siedemse2t3 -.siedmio3/s2 -.sj8 -.sk/a2d5/ze -.sk8 -.skl8 -.skr8 -.sl8 -.sm8 -.sn8 -.sobo3w2 -.sp/o2/l3 -.sp8 -.spo2d2 -.spo3/c2 -.spo3/l2 -.spo3/s2 -.spo3/x2 -.spo3/z2 -.spo3b2 -.spo3c2 -.spo3dz2 -.spo3f2 -.spo3g2 -.spo3h2 -.spo3k2 -.spo3l2 -.spo3m2 -.spo3p2 -.spo3r2 -.spo3s2 -.spo3t2 -.spo3w2 -.spo3z2 -.spo4r3n -.spo4r3t -.spoch2 -.spocz2 -.spod/x2 -.spod/z2 -.spod3d -.sporz2 -.sposz2 -.sr8 -.ss8 -.st8 -.stere2o3 -.stereoa2 -.stereoe2 -.stereoi2 -.stereoo2 -.stereou2 -.su2b3 -.su3b4ie -.su3b4otn -.supe2r3 -.supe3r4at -.supe3r4io -.supe4r5a2tr -.super5z2b -.supere2 -.supero2d1rzut -.sv8 -.sw8 -.sx8 -.sz8 -.sze/s/cse2t3 -.sze/scio3/s2 -.sze2/s2/c3 -.sze2s3 -.t/c8 -.t/l8 -.t/n8 -.t/s8 -.t/x8 -.t/z8 -.t8 -.ta2o3 -.ta2r7zan -.tb8 -.tc8 -.tch8 -.td8 -.te2o3 -.tf8 -.tg8 -.th8 -.tj8 -.tk8 -.tl8 -.tm8 -.tn8 -.toa3 -.tp8 -.tr/o2j3 -.tr/o3j4/a -.tr/o3j4/e -.tr/o3j4ecz -.tr8 -.tran2s3 -.tran3s4e -.tran3s4ie -.tran3s4y -.tran3sz -.tran4s5eu -.transa2 -.transo2 -.trz8 -.trze2ch3 -.trzechse2t3 -.ts8 -.tt8 -.tv8 -.tw8 -.tx8 -.tysi/a2c3 -.tysi/a3c4a -.tysi/a3c4e -.tysi/a3cz -.tysi/a4c5z/l -.tz8 -.u/c2 -.u/s2 -.u3/l2 -.u3/x2 -.u3/z2 -.u3b2 -.u3c2 -.u3d2 -.u3f2 -.u3g2 -.u3h2 -.u3k2 -.u3l2 -.u3m2 -.u3n2 -.u3p2 -.u3r2 -.u3s2 -.u3t2 -.u3w2 -.u3z2 -.u4d3k -.u4f3n -.u4k3lej -.u4l3s -.u4l3t -.u4m3br -.u4n3c -.u4n3d -.u4p3p2s -.u4r3s -.u4st3n -.u4stc -.u4stk -.u4z3be -.ube2z3 -.ubezw2 -.ubr2 -.uch2 -.ucz2 -.ud/x2 -.ud/z2 -.udz2 -.ukr2 -.umk2 -.upch2 -.upo2d2 -.upo3/c2 -.upo3/l2 -.upo3/s2 -.upo3/x2 -.upo3/z2 -.upo3b2 -.upo3c2 -.upo3da -.upo3f2 -.upo3g2 -.upo3h2 -.upo3k2 -.upo3l2 -.upo3m2 -.upo3p2 -.upo3r2 -.upo3s2 -.upo3t2 -.upo3w2 -.upo3z2 -.upoch2 -.upocz2 -.upod/x2 -.upod/z2 -.upod3d -.uporz2 -.uposz2 -.ur/z2 -.uro2z3 -.urz2 -.usch2 -.usz2 -.utk2 -.utr2 -.uze3w2 -.v/c8 -.v/l8 -.v/n8 -.v/s8 -.v/x8 -.v/z8 -.v8 -.vb8 -.vc8 -.vd8 -.vf8 -.vg8 -.vh8 -.vj8 -.vk8 -.vl8 -.vm8 -.vn8 -.vp8 -.vr8 -.vs8 -.vt8 -.vv8 -.vw8 -.vx8 -.vz8 -.w/c8 -.w/l8 -.w/n8 -.w/s8 -.w/x8 -.w/z8 -.w8 -.wb8 -.wc8 -.wd8 -.we3/c2 -.we3/l2 -.we3/s2 -.we3/z2 -.we3b2 -.we3c2 -.we3d2 -.we3f2 -.we3g2 -.we3h2 -.we3k2 -.we3l2 -.we3m2 -.we3n2 -.we3p2 -.we3r2 -.we3s2 -.we3t2 -.we3w2 -.we3z2 -.we4/l3n -.we4k3t -.we4l3w -.we4n3d -.we4n3t -.we4r3b -.we4r3d -.we4r3n -.we4r3s -.we4r3t -.we4s3prz -.we4s3tch2 -.we4z3br -.we4z3g/l -.wech2 -.wecz2 -.wed/x2 -.wed/z2 -.wedz2 -.wemk2 -.wepch2 -.werz2 -.wesz2 -.wetk2 -.wewn/a2trz3 -.wf8 -.wg8 -.wh8 -.wielo3/s2 -.wielo3d2 -.wielo3k2 -.wieluse2t3 -.wilczo3m2 -.wj8 -.wk8 -.wl8 -.wm8 -.wn8 -.wniebo3w2 -.wodo3w2 -.wp8 -.wr8 -.ws8 -.wsp/o/li2 -.wsp/o/lo2b3w -.wsp/o/lu2 -.wsp/o/lw2 -.wsp/o2/l3 -.wsze2ch3 -.wszecho2 -.wszechw2 -.wt8 -.wv8 -.ww8 -.wx8 -.wy3/c2 -.wy3/l2 -.wy3/s2 -.wy3/x2 -.wy3/z2 -.wy3b2 -.wy3c2 -.wy3d2 -.wy3f2 -.wy3g2 -.wy3h2 -.wy3k2 -.wy3l2 -.wy3m2 -.wy3o2d3r -.wy3p2 -.wy3r2 -.wy3s2 -.wy3t2 -.wy3w2 -.wy3z2 -.wy4/z3sz -.wy4cz3ha -.wybr2 -.wybrz2 -.wych2 -.wycz2 -.wyd/x2 -.wyd/z2 -.wydr2 -.wydz2 -.wye2k2s3 -.wygrz2 -.wyi2zo -.wykl2 -.wykr2 -.wykrz2 -.wymk2 -.wypch2 -.wyprz2 -.wyr/z2 -.wyrz2 -.wysch2 -.wysm2 -.wysz2 -.wytch2 -.wytk2 -.wytr2 -.wz8 -.x/c8 -.x/l8 -.x/n8 -.x/s8 -.x/x8 -.x/z8 -.x8 -.xb8 -.xc8 -.xd8 -.xf8 -.xg8 -.xh8 -.xj8 -.xk8 -.xl8 -.xm8 -.xn8 -.xp8 -.xr8 -.xs8 -.xt8 -.xv8 -.xw8 -.xx8 -.xz8 -.z/c8 -.z/l8 -.z/lo3w2 -.z/n8 -.z/s8 -.z/x8 -.z/z8 -.z8 -.za3/c2 -.za3/l2 -.za3/s2 -.za3/x2 -.za3/z2 -.za3b2 -.za3c2 -.za3d2 -.za3f2 -.za3g2 -.za3h2 -.za3k2 -.za3l2 -.za3m2 -.za3o2b3r -.za3o2b3s -.za3p2 -.za3r2 -.za3s2 -.za3t2 -.za3u2 -.za3w2 -.za3z2 -.za4k3t -.za4l3g -.za4l3k -.za4l3t -.za4m3k -.za4r3ch -.za4uto -.za5m4k2n -.zabr2 -.zabrz2 -.zach2 -.zacz2 -.zad/x2 -.zad/z2 -.zado/s/cu4 -.zado2/s/c3 -.zadr2 -.zady2s3po -.zadz2 -.zagrz2 -.zai2n3 -.zai2zo -.zain4ic -.zakl2 -.zakr2 -.zakrz2 -.zanie3d2 -.zar/z2 -.zarz2 -.zasch2 -.zasm2 -.zasz2 -.zatk2 -.zatr2 -.zb8 -.zc8 -.zd8 -.zde2z3 -.zde3z4awu -.zde3z4el -.zde3z4er -.zde3z4y -.zdy2s3kont -.zdy2s3kred -.zdy2s3kwal -.ze3/c2 -.ze3/l2 -.ze3/s2 -.ze3/x2 -.ze3/z2 -.ze3b2 -.ze3c2 -.ze3d2 -.ze3f2 -.ze3g2 -.ze3h2 -.ze3k2 -.ze3l2 -.ze3m2 -.ze3p2 -.ze3r2 -.ze3s2 -.ze3t2 -.ze3tk2 -.ze3w2 -.ze3z2 -.ze4r3k -.ze4t3e2m1e2s -.ze4t3e2s1e2l -.ze4t3emp -.ze4t3hap -.zech2 -.zecz2 -.zed/x2 -.zed/z2 -.zedz2 -.zekl2 -.zepch2 -.zer/z2 -.zerz2 -.zesch2 -.zesm4 -.zesz2 -.zf8 -.zg8 -.zh8 -.zimno3kr2 -.zj8 -.zk8 -.zl8 -.zm8 -.zmartwy2ch3 -.zmartwychw2 -.zn8 -.znie3/c2 -.znie3/l2 -.znie3/n2 -.znie3/s2 -.znie3/x2 -.znie3/z2 -.znie3b2 -.znie3c2 -.znie3d2 -.znie3f2 -.znie3g2 -.znie3h2 -.znie3k2 -.znie3l2 -.znie3m2 -.znie3n2 -.znie3p2 -.znie3r2 -.znie3s2 -.znie3t2 -.znie3w2 -.znie3z2 -.znie4d/x3 -.znie4m3c -.zniech2 -.zniecz2 -.znied/z2 -.zniedz2 -.znierz2 -.zniesz2 -.zo2o3 -.zp8 -.zr8 -.zro2z3 -.zro3z4u -.zs8 -.zt8 -.zv8 -.zw8 -.zx8 -.zz8 -/a1 -/e1 -/o1 -/o4w3cz -/s1c -/x2d/x -1/s2ci -2/c1/n -2/c1/s -2/c1/x -2/c1/z -2/c1b -2/c1c -2/c1d -2/c1f -2/c1g -2/c1k -2/c1m -2/c1n -2/c1p -2/c1s -2/c1t -2/c1z -2/l1/c -2/l1/n -2/l1/s -2/l1/x -2/l1/z -2/l1b -2/l1c -2/l1d -2/l1f -2/l1g -2/l1h -2/l1j -2/l1k -2/l1l -2/l1m -2/l1n -2/l1p -2/l1r -2/l1s -2/l1t -2/l1w -2/l1z -2/n1/c -2/n1/l -2/n1/n -2/n1/s -2/n1/x -2/n1/z -2/n1b -2/n1c -2/n1d -2/n1f -2/n1g -2/n1h -2/n1j -2/n1k -2/n1l -2/n1m -2/n1n -2/n1p -2/n1r -2/n1s -2/n1t -2/n1w -2/n1z -2/s/cc -2/s1/s -2/s1/x -2/s1/z -2/s1b -2/s1d -2/s1f -2/s1g -2/s1k -2/s1p -2/s1s -2/s1t -2/s1z -2/slm -2/sln -2/x1/c -2/x1/s -2/x1/z -2/x1b -2/x1c -2/x1d -2/x1f -2/x1g -2/x1k -2/x1l -2/x1m -2/x1n -2/x1p -2/x1s -2/x1t -2/x1w -2/x1z -2/z1/c -2/z1/l -2/z1/n -2/z1/s -2/z1/x -2/z1b -2/z1c -2/z1d -2/z1f -2/z1g -2/z1j -2/z1k -2/z1l -2/z1m -2/z1n -2/z1p -2/z1r -2/z1s -2/z1t -2/z1w -2/z1z -2b/lk -2b1/c -2b1/n -2b1/s -2b1/x -2b1/z -2b1c -2b1d -2b1f -2b1g -2b1k -2b1m -2b1n -2b1p -2b1s -2b1t -2b1z -2brn -2c1/c -2c1/n -2c1/s -2c1/x -2c1/z -2c1b -2c1d -2c1f -2c1g -2c1k -2c1l -2c1m -2c1n -2c1p -2c1s -2c1t -2ch1/c -2ch1/n -2ch1/s -2ch1/x -2ch1/z -2ch1b -2ch1c -2ch1d -2ch1f -2ch1g -2ch1k -2ch1m -2ch1n -2ch1p -2ch1s -2ch1t -2ch1z -2cz1/c -2cz1/n -2cz1/s -2cz1/x -2cz1/z -2cz1b -2cz1c -2cz1d -2cz1f -2cz1g -2cz1k -2cz1l -2cz1m -2cz1n -2cz1p -2cz1s -2cz1t -2cz1z -2d/lb -2d/lsz -2d/x1/c -2d/x1/n -2d/x1/s -2d/x1/x -2d/x1/z -2d/x1b -2d/x1c -2d/x1d -2d/x1f -2d/x1g -2d/x1k -2d/x1m -2d/x1n -2d/x1p -2d/x1s -2d/x1t -2d/x1z -2d/z1/c -2d/z1/n -2d/z1/s -2d/z1/x -2d/z1/z -2d/z1b -2d/z1c -2d/z1d -2d/z1f -2d/z1g -2d/z1k -2d/z1m -2d/z1n -2d/z1p -2d/z1s -2d/z1t -2d/z1z -2d1/c -2d1/n -2d1/s -2d1b -2d1c -2d1f -2d1g -2d1k -2d1m -2d1n -2d1p -2d1s -2d1t -2drn -2dz1/c -2dz1/n -2dz1/s -2dz1/x -2dz1/z -2dz1b -2dz1c -2dz1d -2dz1f -2dz1g -2dz1k -2dz1l -2dz1m -2dz1n -2dz1p -2dz1s -2dz1t -2dz1z -2f1c -2f1k -2f1m -2f1n -2g/lb -2g1/c -2g1/n -2g1/s -2g1/x -2g1/z -2g1b -2g1c -2g1d -2g1f -2g1k -2g1m -2g1p -2g1s -2g1t -2g1z -2h1/c -2h1/l -2h1/n -2h1/s -2h1/x -2h1/z -2h1b -2h1c -2h1d -2h1f -2h1g -2h1j -2h1k -2h1l -2h1m -2h1n -2h1p -2h1r -2h1s -2h1t -2h1w -2h1z -2j1/c -2j1/l -2j1/n -2j1/s -2j1/x -2j1/z -2j1b -2j1c -2j1d -2j1f -2j1g -2j1h -2j1k -2j1l -2j1m -2j1n -2j1p -2j1r -2j1s -2j1t -2j1w -2j1z -2k/lb -2k1/c -2k1/n -2k1/s -2k1/x -2k1/z -2k1b -2k1c -2k1d -2k1f -2k1g -2k1m -2k1n -2k1p -2k1s -2k1sz -2k1t -2k1z -2l1/c -2l1/l -2l1/n -2l1/s -2l1/x -2l1/z -2l1b -2l1c -2l1d -2l1f -2l1g -2l1h -2l1j -2l1k -2l1m -2l1n -2l1p -2l1r -2l1s -2l1t -2l1w -2l1z -2m1/c -2m1/l -2m1/n -2m1/s -2m1/x -2m1/z -2m1b -2m1c -2m1d -2m1f -2m1g -2m1h -2m1j -2m1k -2m1l -2m1n -2m1p -2m1r -2m1s -2m1t -2m1w -2m1z -2n1/c -2n1/l -2n1/n -2n1/s -2n1/x -2n1/z -2n1b -2n1c -2n1d -2n1f -2n1g -2n1h -2n1j -2n1k -2n1l -2n1m -2n1p -2n1r -2n1s -2n1t -2n1w -2n1z -2ntn -2p1/c -2p1/n -2p1/s -2p1/x -2p1/z -2p1b -2p1c -2p1d -2p1f -2p1g -2p1k -2p1m -2p1n -2p1s -2p1sz -2p1t -2p1z -2pln -2r1/c -2r1/l -2r1/n -2r1/s -2r1/x -2r1/z -2r1b -2r1c -2r1d -2r1f -2r1g -2r1h -2r1j -2r1k -2r1l -2r1m -2r1n -2r1p -2r1s -2r1t -2r1w -2rz1/c -2rz1/l -2rz1/n -2rz1/s -2rz1/x -2rz1/z -2rz1b -2rz1c -2rz1d -2rz1f -2rz1g -2rz1h -2rz1j -2rz1k -2rz1l -2rz1m -2rz1n -2rz1p -2rz1r -2rz1s -2rz1t -2rz1w -2s/lb -2s1/x -2s1/z -2s1b -2s1d -2s1f -2s1g -2s1s -2snk -2stk -2stn -2stsz -2sz1/c -2sz1/s -2sz1c -2sz1f -2sz1k -2sz1l -2sz1m -2sz1n -2sz1p -2sz1s -2sz1t -2sz1w -2sz1z -2szln -2t1/c -2t1/n -2t1/s -2t1/x -2t1/z -2t1b -2t1c -2t1d -2t1f -2t1g -2t1k -2t1m -2t1n -2t1p -2t1s -2t1z -2tln -2trk -2trzn -2w1/c -2w1/l -2w1/n -2w1/s -2w1/x -2w1/z -2w1b -2w1c -2w1d -2w1f -2w1g -2w1j -2w1k -2w1l -2w1m -2w1n -2w1p -2w1r -2w1s -2w1t -2w1z -2z1/c -2z1/s -2z1c -2z1d -2z1f -2z1k -2z1p -2z1s -2z1t -2zdk -2zdn -3d2niow -3k2sz2t -3m2k2n -3m2nest -3m2nezj -3m2sk2n -3p2neu -3w2/lad -3w2/los -3w2czas -4/c3/c -4/l3/l -4/x3/x -4/z3/z -4b3b -4c3c -4d3d -4f3f -4g3g -4h3h -4j3j -4k3k -4l3l -4m3m -4n3n -4p3p -4r3r -4t3t -4w3w -4z3z -8/c. -8/c/c. -8/c/l. -8/c/n. -8/c/s. -8/c/x. -8/c/z. -8/cb. -8/cc. -8/cd. -8/cf. -8/cg. -8/ch. -8/cj. -8/ck. -8/cl. -8/cm. -8/cn. -8/cp. -8/cr. -8/cs. -8/ct. -8/cv. -8/cw. -8/cx. -8/cz. -8/l. -8/l/c. -8/l/l. -8/l/n. -8/l/s. -8/l/x. -8/l/z. -8/lb. -8/lc. -8/ld. -8/lf. -8/lg. -8/lh. -8/lj. -8/lk. -8/ll. -8/lm. -8/ln. -8/lp. -8/lr. -8/ls. -8/lt. -8/lv. -8/lw. -8/lx. -8/lz. -8/n. -8/n/c. -8/n/l. -8/n/n. -8/n/s. -8/n/x. -8/n/z. -8/nb. -8/nc. -8/nd. -8/nf. -8/ng. -8/nh. -8/nj. -8/nk. -8/nl. -8/nm. -8/nn. -8/np. -8/nr. -8/ns. -8/nt. -8/nv. -8/nw. -8/nx. -8/nz. -8/s. -8/s/c. -8/s/l. -8/s/n. -8/s/s. -8/s/x. -8/s/z. -8/sb. -8/sc. -8/sd. -8/sf. -8/sg. -8/sh. -8/sj. -8/sk. -8/sl. -8/sm. -8/sn. -8/sp. -8/sr. -8/ss. -8/st. -8/sv. -8/sw. -8/sx. -8/sz. -8/x. -8/x/c. -8/x/l. -8/x/n. -8/x/s. -8/x/x. -8/x/z. -8/xb. -8/xc. -8/xd. -8/xf. -8/xg. -8/xh. -8/xj. -8/xk. -8/xl. -8/xm. -8/xn. -8/xp. -8/xr. -8/xs. -8/xt. -8/xv. -8/xw. -8/xx. -8/xz. -8/z. -8/z/c. -8/z/l. -8/z/n. -8/z/s. -8/z/x. -8/z/z. -8/zb. -8/zc. -8/zd. -8/zf. -8/zg. -8/zh. -8/zj. -8/zk. -8/zl. -8/zm. -8/zn. -8/zp. -8/zr. -8/zs. -8/zt. -8/zv. -8/zw. -8/zx. -8/zz. -8b. -8b/c. -8b/l. -8b/n. -8b/s. -8b/x. -8b/z. -8bb. -8bc. -8bd. -8bf. -8bg. -8bh. -8bj. -8bk. -8bl. -8bm. -8bn. -8bp. -8br. -8brz. -8bs. -8bt. -8bv. -8bw. -8bx. -8bz. -8c. -8c/c. -8c/l. -8c/n. -8c/s. -8c/x. -8c/z. -8cb. -8cc. -8cd. -8cf. -8cg. -8ch. -8ch/l. -8chrz. -8chw. -8cj. -8ck. -8cl. -8cm. -8cn. -8cp. -8cr. -8cs. -8ct. -8cv. -8cw. -8cx. -8cz. -8czt. -8d. -8d/c. -8d/l. -8d/n. -8d/s. -8d/x. -8d/z. -8db. -8dc. -8dd. -8df. -8dg. -8dh. -8dj. -8dk. -8dl. -8dm. -8dn. -8dp. -8dr. -8drz. -8ds. -8dt. -8dv. -8dw. -8dx. -8dz. -8f. -8f/c. -8f/l. -8f/n. -8f/s. -8f/x. -8f/z. -8fb. -8fc. -8fd. -8ff. -8fg. -8fh. -8fj. -8fk. -8fl. -8fm. -8fn. -8fp. -8fr. -8fs. -8ft. -8fv. -8fw. -8fx. -8fz. -8g. -8g/c. -8g/l. -8g/n. -8g/s. -8g/x. -8g/z. -8gb. -8gc. -8gd. -8gf. -8gg. -8gh. -8gj. -8gk. -8gl. -8gm. -8gn. -8gp. -8gr. -8gs. -8gt. -8gv. -8gw. -8gx. -8gz. -8h. -8h/c. -8h/l. -8h/n. -8h/s. -8h/x. -8h/z. -8hb. -8hc. -8hd. -8hf. -8hg. -8hh. -8hj. -8hk. -8hl. -8hm. -8hn. -8hp. -8hr. -8hs. -8ht. -8hv. -8hw. -8hx. -8hz. -8j. -8j/c. -8j/l. -8j/n. -8j/s. -8j/x. -8j/z. -8jb. -8jc. -8jd. -8jf. -8jg. -8jh. -8jj. -8jk. -8jl. -8jm. -8jn. -8jp. -8jr. -8js. -8jt. -8jv. -8jw. -8jx. -8jz. -8k. -8k/c. -8k/l. -8k/n. -8k/s. -8k/x. -8k/z. -8kb. -8kc. -8kd. -8kf. -8kg. -8kh. -8kj. -8kk. -8kl. -8km. -8kn. -8kp. -8kr. -8ks. -8kst. -8kt. -8kv. -8kw. -8kx. -8kz. -8l. -8l/c. -8l/l. -8l/n. -8l/s. -8l/x. -8l/z. -8lb. -8lc. -8ld. -8lf. -8lg. -8lh. -8lj. -8lk. -8ll. -8lm. -8ln. -8lp. -8lr. -8ls. -8lt. -8lv. -8lw. -8lx. -8lz. -8m. -8m/c. -8m/l. -8m/n. -8m/s. -8m/x. -8m/z. -8mb. -8mc. -8md. -8mf. -8mg. -8mh. -8mj. -8mk. -8ml. -8mm. -8mn. -8mp. -8mr. -8ms. -8mst. -8mt. -8mv. -8mw. -8mx. -8mz. -8n. -8n/c. -8n/l. -8n/n. -8n/s. -8n/x. -8n/z. -8nb. -8nc. -8nd. -8nf. -8ng. -8nh. -8nj. -8nk. -8nl. -8nm. -8nn. -8np. -8nr. -8ns. -8nt. -8nv. -8nw. -8nx. -8nz. -8p. -8p/c. -8p/l. -8p/n. -8p/s. -8p/x. -8p/z. -8pb. -8pc. -8pd. -8pf. -8pg. -8ph. -8pj. -8pk. -8pl. -8pm. -8pn. -8pp. -8pr. -8prz. -8ps. -8pt. -8pv. -8pw. -8px. -8pz. -8r. -8r/c. -8r/l. -8r/n. -8r/s. -8r/x. -8r/z. -8rb. -8rc. -8rd. -8rf. -8rg. -8rh. -8rj. -8rk. -8rl. -8rm. -8rn. -8rp. -8rr. -8rs. -8rsz. -8rt. -8rv. -8rw. -8rx. -8rz. -8rz/l. -8s. -8s/c. -8s/l. -8s/n. -8s/s. -8s/x. -8s/z. -8sb. -8sc. -8sch. -8sd. -8sf. -8sg. -8sh. -8sj. -8sk. -8skrz. -8sl. -8sm. -8sn. -8sp. -8sr. -8ss. -8st. -8str. -8strz. -8stw. -8sv. -8sw. -8sx. -8sz. -8szcz. -8szczb. -8szk. -8szn. -8szt. -8sztr. -8t. -8t/c. -8t/l. -8t/n. -8t/s. -8t/x. -8t/z. -8tb. -8tc. -8td. -8tf. -8tg. -8th. -8tj. -8tk. -8tl. -8tm. -8tn. -8tp. -8tr. -8trz. -8ts. -8tt. -8tv. -8tw. -8tx. -8tz. -8v. -8v/c. -8v/l. -8v/n. -8v/s. -8v/x. -8v/z. -8vb. -8vc. -8vd. -8vf. -8vg. -8vh. -8vj. -8vk. -8vl. -8vm. -8vn. -8vp. -8vr. -8vs. -8vt. -8vv. -8vw. -8vx. -8vz. -8w. -8w/c. -8w/l. -8w/n. -8w/s. -8w/x. -8w/z. -8wb. -8wc. -8wd. -8wf. -8wg. -8wh. -8wj. -8wk. -8wl. -8wm. -8wn. -8wp. -8wr. -8ws. -8wt. -8wv. -8ww. -8wx. -8wz. -8x. -8x/c. -8x/l. -8x/n. -8x/s. -8x/x. -8x/z. -8xb. -8xc. -8xd. -8xf. -8xg. -8xh. -8xj. -8xk. -8xl. -8xm. -8xn. -8xp. -8xr. -8xs. -8xt. -8xv. -8xw. -8xx. -8xz. -8z. -8z/c. -8z/l. -8z/n. -8z/s. -8z/x. -8z/z. -8zb. -8zc. -8zd. -8zdr. -8zdrz. -8zf. -8zg. -8zh. -8zj. -8zk. -8zl. -8zm. -8zn. -8zp. -8zr. -8zs. -8zt. -8zv. -8zw. -8zx. -8zz. -a1 -a2u -a2y -aa2 -ae2 -ai2 -ao2 -be2eth -be2f3sz2 -be2k1hend -bi2n3o2ku -bi2sz3kop -bi2z3ne2s3m -bi2z3nes -birmin2g1ham -blo2k1hauz -bo2s3ma -br2d -bro2a2d3way -bu2sz3me -buk2sz3pan -busine2ss3m -busines2s -c4h -c4z -cal2d1well -ch2/l -ch2j -ch2l -ch2r -ch2w -chus1t -cu2r7zon -d/z2/l -d/z2j -d/z2l -d/z2r -d/z2w -d/ze4z3b -d/ze4z3m -d4/x -d4/z -d4z -deut4sch3land -drz2w -du2sz3past -e1 -e2r5zac -e2u -e2y -e3u2sz -ea2 -ee2 -ei2 -eo2 -fi2s3harm -fi2sz3bin -fo2k2s3t -fo2r5zac -fol2k1lor -fos2f1a2zot -ga3d2get -gado3p2ta -gol2f3s -golfsz2 -gran2d1ilo -gro4t3r -hi2sz3p -hu2cz1w -hu2x3ley -i1 -i2/a -i2/e -i2/o -i2a -i2e -i2i -i2o -i2u -i2y -in4nsbruck -in4sbruc -j2t1/l -j2t1r -ja4z4z3b -ja4z4z3m -karl2s1kron -karl2s1ruhe -kir2chhoff -kongre2s3m -led1w -lu2ft3waffe -lu2ks1fer -ly2o -ma2r5z/l -ma2r5zl -ma2r5zn -mi2sz1masz -mie2r5z/l -mie2r5zi -mon2t3real -moza2i3k -mu2r7zasich3l -na4/l3kows -na4r3v -o1 -o2y -oa2 -och3mistrz -oe2 -of2f3set -oi2 -oo2 -ou2 -pa2n3a2mer -pa2s3cal -pa2s3ch -po/lu3d2ni -po3d4nieprz -po3m2n/a -po3m2n/e -po3m2ni -po4rt2s3mo2uth -po4rt3land -poli3e2t -poli3u2re -powsze3d2ni -pr2chal -pre2sz3pa -r4z -ro2e3nt2gen -ro2k3rocz -ro2s3to3c2k -s4z -se2t3le -sko2r5zoner -sm2r -sowi3z2 -sy2n3opt -sy2s1tem -sza2sz1/ly -sze2z1long -sze4/s/c -szto2k1holm -szyn2k1was -to3y2o3t -turboo2d3rzut -tygo3d2ni -u1 -u2y -ua2 -ue2 -ui2 -uo2 -uu2 -vo2lk2s3 -we2e2k1end -we4st3f -we4st3m -y1 -ya2 -ye2 -yi2 -yo2 -yu2 -ze4p3p -} - -\hyphenation{% -be-zach -be-zami -by-naj-mniej -gdzie-nie-gdzie -ina-czej -na-dal -ni-gdy -ni-gdzie -niech-/ze -niech-by -ow-szem -p/o-/lach -p/o-/lami -p/o-/lek -pod-/ow-czas -przy-naj-mniej -sk/ad-in/ad -tr/o-jach -tr/o-jami -tr/o-jek -} - -\endgroup - diff -Nru texlive-lang-2007.dfsg.4/texmf/tex/generic/hyphen/pthyph.tex texlive-lang-2009/texmf/tex/generic/hyphen/pthyph.tex --- texlive-lang-2007.dfsg.4/texmf/tex/generic/hyphen/pthyph.tex 2006-01-02 23:53:43.000000000 +0000 +++ texlive-lang-2009/texmf/tex/generic/hyphen/pthyph.tex 1970-01-01 01:00:00.000000000 +0100 @@ -1,357 +0,0 @@ -%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -% The Portuguese TeX hyphenation table. -% (C) 1996 by Pedro J. de Rezende (rezende@dcc.unicamp.br) -% and J.Joao Dias Almeida (jj@di.uminho.pt) -% Version: 1.2 Release date: 21/07/96 -% -% (C) 1994 by Pedro J. de Rezende (rezende@dcc.unicamp.br) -% Version: 1.1 Release date: 04/12/94 -% -% (C) 1987 by Pedro J. de Rezende -% Version: 1.0 Release date: 02/13/87 -% -% ----------------------------------------------------------------- -% IMPORTANT NOTICE: -% -% This program can be redistributed and/or modified under the terms -% of the LaTeX Project Public License Distributed from CTAN -% archives in directory macros/latex/base/lppl.txt; either -% version 1 of the License, or any later version. -% ----------------------------------------------------------------- -% Remember! If you *must* change it, then call the resulting file -% something else and attach your name to your *documented* changes. -% ====================================================================== -% -\begingroup -\lccode`\^^e0=`\^^e0 % \`a -\lccode`\^^e1=`\^^e1 % \'a -\lccode`\^^e2=`\^^e2 % \^a -\lccode`\^^e3=`\^^e3 % \~a -\lccode`\^^e7=`\^^e7 % \c{c} -\lccode`\^^e9=`\^^e9 % \'e -\lccode`\^^e8=`\^^e8 % \`e -\lccode`\^^ea=`\^^ea % \^e -\lccode`\^^ed=`\^^ed % \'\i{} -\lccode`\^^ee=`\^^ee % \^\i{} -\lccode`\^^ef=`\^^ef % \"\i{} -\lccode`\^^f3=`\^^f3 % \'o -\lccode`\^^f4=`\^^f4 % \^o -\lccode`\^^f5=`\^^f5 % \~o -\lccode`\^^f6=`\^^f6 % \"o -\lccode`\^^fa=`\^^fa % \'u -\lccode`\^^fb=`\^^fb % \^u -\lccode`\'=`\' -\lccode`\-=`\- -\message{portuguese hiphenation 8 bits and -} -\patterns{ % just type if you're not using INITEX -1b2l -1b2r -1ba -1be -1bi -1bo -1bu -1b^^e1 -1b^^e2 -1b^^e3 -1b^^e9 -1b^^ed -1b^^f3 -1b^^fa -1b^^ea -1b^^f5 -1c2h -1c2l -1c2r -1ca -1ce -1ci -1co -1cu -1c^^e1 -1c^^e2 -1c^^e3 -1c^^e9 -1c^^ed -1c^^f3 -1c^^fa -1c^^ea -1c^^f5 -1^^e7a -1^^e7e -1^^e7i -1^^e7o -1^^e7u -1^^e7^^e1 -1^^e7^^e2 -1^^e7^^e3 -1^^e7^^e9 -1^^e7^^ed -1^^e7^^f3 -1^^e7^^fa -1^^e7^^ea -1^^e7^^f5 -1d2l -1d2r -1da -1de -1di -1do -1du -1d^^e1 -1d^^e2 -1d^^e3 -1d^^e9 -1d^^ed -1d^^f3 -1d^^fa -1d^^ea -1d^^f5 -1f2l -1f2r -1fa -1fe -1fi -1fo -1fu -1f^^e1 -1f^^e2 -1f^^e3 -1f^^e9 -1f^^ed -1f^^f3 -1f^^fa -1f^^ea -1f^^f5 -1g2l -1g2r -1ga -1ge -1gi -1go -1gu -1gu4a -1gu4e -1gu4i -1gu4o -1g^^e1 -1g^^e2 -1g^^e3 -1g^^e9 -1g^^ed -1g^^f3 -1g^^fa -1g^^ea -1g^^f5 -1ja -1je -1ji -1jo -1ju -1j^^e1 -1j^^e2 -1j^^e3 -1j^^e9 -1j^^ed -1j^^f3 -1j^^fa -1j^^ea -1j^^f5 -1k2l -1k2r -1ka -1ke -1ki -1ko -1ku -1k^^e1 -1k^^e2 -1k^^e3 -1k^^e9 -1k^^ed -1k^^f3 -1k^^fa -1k^^ea -1k^^f5 -1l2h -1la -1le -1li -1lo -1lu -1l^^e1 -1l^^e2 -1l^^e3 -1l^^e9 -1l^^ed -1l^^f3 -1l^^fa -1l^^ea -1l^^f5 -1ma -1me -1mi -1mo -1mu -1m^^e1 -1m^^e2 -1m^^e3 -1m^^e9 -1m^^ed -1m^^f3 -1m^^fa -1m^^ea -1m^^f5 -1n2h -1na -1ne -1ni -1no -1nu -1n^^e1 -1n^^e2 -1n^^e3 -1n^^e9 -1n^^ed -1n^^f3 -1n^^fa -1n^^ea -1n^^f5 -1p2l -1p2r -1pa -1pe -1pi -1po -1pu -1p^^e1 -1p^^e2 -1p^^e3 -1p^^e9 -1p^^ed -1p^^f3 -1p^^fa -1p^^ea -1p^^f5 -1qu4a -1qu4e -1qu4i -1qu4o -1ra -1re -1ri -1ro -1ru -1r^^e1 -1r^^e2 -1r^^e3 -1r^^e9 -1r^^ed -1r^^f3 -1r^^fa -1r^^ea -1r^^f5 -1sa -1se -1si -1so -1su -1s^^e1 -1s^^e2 -1s^^e3 -1s^^e9 -1s^^ed -1s^^f3 -1s^^fa -1s^^ea -1s^^f5 -1t2l -1t2r -1ta -1te -1ti -1to -1tu -1t^^e1 -1t^^e2 -1t^^e3 -1t^^e9 -1t^^ed -1t^^f3 -1t^^fa -1t^^ea -1t^^f5 -1v2l -1v2r -1va -1ve -1vi -1vo -1vu -1v^^e1 -1v^^e2 -1v^^e3 -1v^^e9 -1v^^ed -1v^^f3 -1v^^fa -1v^^ea -1v^^f5 -1w2l -1w2r -1xa -1xe -1xi -1xo -1xu -1x^^e1 -1x^^e2 -1x^^e3 -1x^^e9 -1x^^ed -1x^^f3 -1x^^fa -1x^^ea -1x^^f5 -1za -1ze -1zi -1zo -1zu -1z^^e1 -1z^^e2 -1z^^e3 -1z^^e9 -1z^^ed -1z^^f3 -1z^^fa -1z^^ea -1z^^f5 -a3a -a3e -a3o -c3c -e3a -e3e -e3o -i3a -i3e -i3i -i3o -i3^^e2 -i3^^ea -i3^^f4 -o3a -o3e -o3o -r3r -s3s -u3a -u3e -u3o -u3u -1- -} -\hyphenation{% Do NOT make any alterations to this list! --- PdR -hard-ware soft-ware} -\endgroup diff -Nru texlive-lang-2007.dfsg.4/texmf/tex/generic/hyphen/rohyphen.tex texlive-lang-2009/texmf/tex/generic/hyphen/rohyphen.tex --- texlive-lang-2007.dfsg.4/texmf/tex/generic/hyphen/rohyphen.tex 2006-10-07 00:17:43.000000000 +0100 +++ texlive-lang-2009/texmf/tex/generic/hyphen/rohyphen.tex 1970-01-01 01:00:00.000000000 +0100 @@ -1,782 +0,0 @@ -%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -%% ROHYPHEN.TEX, version 1.1 <29.10.1996> R [7.11.1996] %% -%% (C) 1995-1996 Adrian Rezus [adriaan@{sci,cs}.kun.nl] %% -%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -%% -%% Romanian TeX hyphenation table: NFSS 2 encoding, medium. -%% Contents: 647 Romanian hyphen patterns, with diacritics. -%% -%% This file is part of the Romanian TeX system. -%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -%% Romanian TeX, version 1.3R <29.10.1996> %% -%% (C) 1994-1996 Adrian Rezus %% -%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -%% History: -%% ROHYPHEN.TEX 1.0 <10.02.1995>: Plain TeX and LaTeX 2.09. -%% ROHYPHEN.TEX 1.1 <29.10.1996>: Plain TeX and LaTeX2e. -% -% ------------------------------------------------------------------- -% NB This file must be used in conjunction with either one of -% -% (1) ROMANIAN.TEX v1.2(R) [1994-1995] [(La)TeX] or -% (2) ROMANIAN.STY v1.3R [1996] [(La)TeX(2e)] -% -% NB Romanian has LR-HYPHEN-MINs [2 2] (like German)! -% NB Romanian has STRUCTURAL HYPHEN-AMBIGUA: -% i.e., words that canNOT be hyphenated correctly without -% additional (e.g., semantic, stress-mark) information. -% -------------------------------------------------------- -% The Romanian TeX encoding of the Romanian diacritics: -% -------------------------------------------------------- -% Romanian TeX DQ-macro encodings = (La)TeX macros -% -------------------------------------------------------- -% "a = \u{a} [-] \u{A} [not encoded] -% "A = \^{a} [-] \^{A} [not encoded] -% "i = \^{\i} "I = \^{I} -% "s = \c{s} "S = \c{S} -% "t = \c{t} "T = \c{T} -% ------------------------------------------------------------- -% NB Romanian \^{a} behaves like \^{\i} as regards hyphenation. -% NB The capital \u{A} and \^{A} are rare in script; as such, -% they occur only in records of the Romanian substandard. -% ------------------------------------------------------------------- -% -\message{Romanian Hyphenation Patterns: `rohyphen' 1.1 <29.10.1996>} -% -\begingroup % keep this local -\ifnum 0\ifx\inputlineno\undefined \else - \ifnum\inputlineno<1 \else 1\fi\fi<1 - \let\x=\endgroup -\else - \def\x{\endgroup -% -% The following commands insure correct \catcodes, \lccodes and -% \uccodes, if the host TeX implementation uses these char-codes. -% -\catcode"A0=11 \catcode"80=11 % \u{a} and \u{A} -\catcode"E2=11 \catcode"C2=11 % \^{a} and \^{A} -% -\catcode"EE=11 \catcode"CE=11 % \^{\i} and \^{I} -% -\catcode"B3=11 \catcode"93=11 % \c{s} and \c{S} -\catcode"B5=11 \catcode"95=11 % \c{t} and \c{T} -% -\lccode"80="A0 \uccode"80="80 \lccode"A0="A0 \uccode"A0="80 % lc = uc (?) -\lccode"E2="C2 \uccode"E2="E2 \lccode"C2="C2 \uccode"C2="E2 % lc = uc (?) -% -\lccode"EE="CE \uccode"EE="EE \lccode"CE="CE \uccode"CE="EE -% -\lccode"93="B3 \uccode"93="93 \lccode"B3="B3 \uccode"B3="93 -\lccode"95="B5 \uccode"95="95 \lccode"B5="B5 \uccode"B5="95 -} -\fi -% Make these changes effective for TeX 3.x: -\x - -% -% Define next commands that might be used inside the patterns -% (local use: the rest of the file can be enclosed in a group). -% -\begingroup -% -% As we might be willing to use things like ^^e4, ^^f6, ... in the -% following definition, we must insure that the catcodes of ^^e and -% ^^f would work for TeX 2 too. -% -\catcode"0E=12 \catcode"0F=12 -% -% Comply with German TeX [see `romanian.dtx'] (not actually needed): -% -\catcode`\^^Y=11 \lccode`\^^Y=`\^^Y % allow ^^Y in hyphen patterns -% -% Check the hyphen table integrity by a DQ-macro: -% -\catcode`\"=13 -\def"#1{\ifx#1a^^a0\else \ifx#1A^^e2\else \ifx#1i^^ee\else - \ifx#1s^^b3\else \ifx#1t^^b5\else - \errmessage{Hyphenation pattern file corrupted!}% - \fi\fi\fi\fi\fi} -% - -% -% Allow using this file with TeX 2 and TeX 3. -\ifnum 0\ifx\inputlineno\undefined \else - \ifnum\inputlineno<1 \else 1\fi\fi<1 - % for TeX 2: - % ignore patterns with diacritics [DQ-escaped] - \def\n#1{} - % ignore duplicated patterns [CM fonts] (unused in v1.1) - %\def\c#1{} - % Other commands (example): - % from German TeX: define \3 to be code ^^Y (\ss in CM layout) - %\def\3{^^Y} -\else - % for TeX 3: - % accept patterns with diacritics [DQ-escaped] - \def\n#1{#1} - % accept duplicated patterns [CM fonts] (unused in v1.1) - %\def\c#1{#1} - % no fonts with a CM layout (unused in v1.1) - %\def\c#1{} - % Other commands (example): - % from German TeX: define \3 to be code `\^^ff (\ss in DC/EC layout) - %\def\3{^^ff} - % from German TeX: define \9 to be code `\^^Y (\ss in CM layout) - %\def\9{^^Y} -\fi -% -% -\catcode`\"=11 \lccode`\"=`\" % makeDQletter [for Romanian TeX] -% -\patterns{ % PatGen2-output hyphen-level 9: do NOT modify this by hand! -.a3ic -.a4n3is -.a2z -.cre1 -.de2aj -.de2z1 -.g4 -.i2a -.i2e -\n{.i3"t} -.i4u3 -.i3v -\n{."i4m} -.n2 -.ni2 -.p4 -\n{.pre3"s} -.s4 -\n{."s4} -.u4i -.u5ni -.z2 -a1 -\n{2ac"a} -achi5 -a3e -afo3 -a3i2a -a3i2e -a3il -ai3s2 -a3iu -alie6 -2alt -a2m -a2n -2an. -a5n2e -ani2e -\n{ani3"s4} -an4s -2anu -an2z -ao2g -ati4a -2atr -a5t4u -\n{2a"ta} -\n{2a"t"a} -2au -a3ua -a3ud -a3ug -a3ul -a3un -a3ur -a3us -a3ute -\n{a3u2"t} -a3uz -\n{2"a1} -\n{"a3i} -\n{"ai2e} -\n{"a2m2} -\n{"anu3} -\n{"argi5} -\n{"a3"s} -\n{"a4"s3t} -\n{"a2ti.} -\n{"ati4e} -\n{"a3u} -\n{"a3v} -\n{"a2zi} -1b -2b. -\n{ba2"t} -\n{b"anu5} -2bc -2bd -bi2a. -bi2at -bi2e -3bii -b2l -3b4lim -b4lu -bo1 -bo3ric -2bs -2bt -\n{2b"t} -\n{b"ti4ne.} -bu3 -1c -4c. -ca3ut -\n{c"a2c} -\n{c"atu5} -2cc -ce2a -\n{ce2"t} -2chi. -2ci. -ci3ale -ci2o -cis2 -ci3sp -ciza2 -c4l -2cm -2c5n -\n{copia2t"a} -\n{co2"t} -2cs -2ct -\n{2c"t} -cu3im -3cul -\n{cu2"t} -2cv -1d -4d. -da4m -\n{da2"t} -2dc -de4sc -dez3in -di2an -\n{dia2t"a} -2dj -2dm -2d1n -do4il -3du -e1ac -e1aj -e1al -\n{e1a"s} -e1at -\n{ea2"t} -e1av -ebu5i -2ec -eci2a -ecla2re -edi4ulu -e3e -ee2a -1efa -e1h -e3i2a -e3i2e -e3ii -e3il -e3im -e3in -e3i2o -e3i3s2 -e3it -e3i4u -\n{e1"i} -2el -e2m -emon5 -2en -e5ne -e1o1 -e3on -e1r -2era -\n{2er"a} -2erc -2e2s -es3co -es5ti -\n{2e"s} -\n{e3"si} -\n{etan4"t} -\n{2e"t} -e3u -\n{eu5"s} -1evit -e2x -2ez -\n{ez"a5} -ezi3a -e2z1o -1f4 -2f. -3fa -\n{3f"a"s} -2fi. -fi3e -3fo -2ft -f5tu -1g2 -2g. -\n{g"a3"t} -2ghi. -2gi. -g4l -2g3m -2g3n -go5n -3gu3 -2g3v -2h. -2hi. -hi2a -hi3c -hi4u -2h1n -2i1 -4i. -3i2ac -ia3g4 -i2ai -\n{i2a"s} -\n{ia2"t} -\n{i3c"a} -i2ed -i3ia -i3ie -i3ii -i3il -i3in -i3ir -i3it -\n{iitu2r"a} -\n{i2"i} -4ila -i3le -i3lo -imateri6 -i2n -i4n1ed -\n{in2g"a} -\n{in"ti4i} -3inv -i3od -i3oni -\n{io2"t} -\n{ip"a5} -i2s -is3f -4isp -\n{i"s3t} -i5ti -\n{i"ti2a} -\n{i3"ti2o} -i3ua -i3ul -i3um -i3und -i3unu -i3us -i3ut -iz3v -\n{"i2} -\n{"i3d} -\n{"i3e} -\n{"i3lo} -\n{"ina3} -\n{"in5"s} -\n{"i3ri} -\n{"i3r"i} -\n{"ir5"s} -\n{"i"s3t} -\n{"i3t} -\n{"i4ti} -\n{"i3"t} -\n{"i4"ti} -\n{"i5"tii} -\n{"i3z} -1j -2j. -2jd -2ji. -\n{ji2"t} -2jl -j4u -ju3t -1k -1l -4l. -\n{lara"ti2} -\n{l"a2ti} -\n{l"atu5} -2lb -2lc -2ld -le2a -2lf -2lg -4li. -li3a -li3e -li3o -2lm -2l5n -2lp -2ls -\n{2l3"s} -2lt -\n{2l"t} -3lu -2lv -1m -2m. -3ma -\n{3m"a} -2mb -\n{mbl"in3} -3me -me2z -2mf -3mi -4mi. -\n{mi2"t} -\n{3m"i} -2m1n -3mo -mon4 -2mp -2m3s2 -2mt -\n{2m"t} -3mu -\n{mu2"t} -2mv -4n. -3na -4n1ad -na3in -\n{3n"a} -2nc -n2cis -n2ciz -2nd -3ne -ne1ab -ne1an -ne1ap -4nef -4n1eg -ne3s2 -4nevi -4n1ex -2ng -\n{ng3"at} -3ni -4ni. -ni3ez -\n{3n"i} -n3j -n1n -3no -\n{no4"s} -n1r -2n3s2 -ns3f -\n{n4s"i} -ns3po -\n{n3"s2} -\n{n4"si} -2nt -n5ti -n5t4u -\n{2n"t} -5nu -nu3a -\n{nu3"a} -nu5m -nu3s2 -2nz -o1ag -o2al -o2bi. -2oca -ocu5i -2od -odi2a -o3e -o3i2 -oiecti2 -oi3s2p -omedi2e. -om4n -2on -o1o -opi3e -opla2 -oplagi2 -o1ra -\n{o1r"a} -or2c -o1re -o1ri -o2ric -\n{o1r"i} -o1ro -or2te. -o1ru -os5ti -\n{o3"si} -\n{ota"ti4} -o5ti -ot3od -o3u -1p2 -2p. -3pa -\n{p"ar3"t} -2p3c -\n{pec"ti2} -\n{pe2"t} -2pi. -pi2e -pi3e. -pi3ez -pi3o -\n{pi2"t} -pi2z -p4l -\n{po4"s} -\n{po2"t} -2p3s -\n{2p3"s} -2p3t -\n{2p3"t} -\n{p4"ti.} -pu3b4 -puri2e -\n{pu4"s} -4r. -2rb -2rc -2rd -r2e -re2bi -recizi2 -re3s2cr -\n{re4"si} -2rf -2rg -2r1h -4ri. -ri3a -ri4ali -\n{ri3e"t} -ri3ez -ri5mi -2ri3un -ri3v -2rk -2rl -2rm -2r1n -\n{rna2"t} -rografi6 -2rp -2r1r -2rs2 -r3sp -r3st -\n{2r3"s} -2rt -rtua2le -\n{2r"t} -ru3il -ru3sp -2rv -2rz -1s -4s. -5sa -\n{5s"a} -\n{s"a4m} -\n{s"a4"s} -2sc -4sc. -3s2co -3se -se2a -se4e. -ses2 -se3sp -\n{se4"s} -4s2f -\n{5sf"i} -3si -si3p -\n{3s"i} -3s4l -4sm -s1n -3so -so3ric -2sp -2st -sto3 -5su -\n{su2"t} -\n{2"s} -\n{4"s.} -\n{3"sa} -\n{"sa2"t} -\n{3"s"a2} -\n{3"se} -\n{1"si} -\n{4"si.} -\n{5"sii} -\n{5"sil} -\n{3"sin} -\n{3"s"i} -\n{4"s5n} -\n{"snu5} -\n{3"so} -\n{"s2p} -\n{"s2ti} -\n{4"sti.} -\n{4"s3tr} -\n{3"su} -1t2 -4t. -ta3ut -2t3c -2t3d -te2a -te5ni -\n{teri6al"a} -te3s2p -2t3f -4ti. -ti3a -ti3e -3tii. -3til -3tin -\n{ti2"t} -\n{2t"i.} -t4l -2t3m -3tol -3tor -to2to -3tru. -3trul -3truo -4t3s2 -2t3t -tu3a -tu3im -4t3un -\n{tu4"s} -4t3z -\n{1"t} -\n{2"t.} -\n{3"ta} -\n{3"t"a} -\n{"te2"t} -\n{2"ti.} -\n{3"tia} -\n{"ti3a.} -\n{3"tie} -\n{3"tii} -\n{3"til} -\n{"ti2"t} -\n{3"tiu} -\n{"tu3} -\n{"tu5i} -2u1 -6u. -u2a. -u2ad -u3au -\n{u"a3} -\n{u"as2} -u2bia -u2b3l -u2b1o -ub3s2 -u3e -4ugu -u3i2a -u3i2e -u3in -u3ir -u3is -u3it -\n{u3i2"t} -u3iz -u2l -u3la -\n{u3l"a} -u3le -\n{u3lii} -\n{u3l"i} -u3lo -umi5r -ur2z -u2s -us2pr -u4st -\n{u3"s} -\n{u4"st} -u2to -3utor -u3ui -u3um -1v -2v. -ve5ni -\n{ve2"t} -ve2z -2vi. -\n{vi2"t} -2v1n -vorbito2 -3vr -1x -2x. -3xa -\n{3x"a} -3xe -xe2z -3xi -3xo -3xu -1z -2z. -\n{za2"t} -2zb -2z2g -2zi. -zi2an -zi2ar -3zii -3zil -z4m -2z1n -3z2ol -3zon -\n{zu2"t} -2z2v -\n{z3v"a} -} -\endgroup -\relax\endinput -% End of file ROHYPHEN.TEX \ No newline at end of file diff -Nru texlive-lang-2007.dfsg.4/texmf/tex/generic/hyphen/sihyph.tex texlive-lang-2009/texmf/tex/generic/hyphen/sihyph.tex --- texlive-lang-2007.dfsg.4/texmf/tex/generic/hyphen/sihyph.tex 2006-01-02 23:53:43.000000000 +0000 +++ texlive-lang-2009/texmf/tex/generic/hyphen/sihyph.tex 1970-01-01 01:00:00.000000000 +0100 @@ -1,246 +0,0 @@ -% This is `sihyph23.tex' as of 15. 4. 97. -% -% Copyright (C) 1990 TeXCeX (SLO) -% [slovene hyphen patterns] -% -% Copyright (C) 1995 Leon "Zlajpah, IJS (SLO) -% [adaptation of slovene hyphen patterns, macros] -% -% This program can be redistributed and/or modified under the terms -% of the LaTeX Project Public License Distributed from CTAN -% archives in directory macros/latex/base/lppl.txt; either -% version 1 of the License, or any later version. -% -% This file contains slovene hyphen patterns with "c"s"z -% It is an experimental version for testing the integration of "c"s"z -% -% Generation of hyphen patterns for TeX -% -% Matja"z Vre"cko and TeXCeH -% Email: tex.ceh@fmf.uni-lj.si -% -% Adaption of these hyphen patterns for all fonts in `Cork'/EC/DC -% and/or CM encoding by -% -% Leon "Zlajpah -% Jo"zef Stefan Institute -% Jamova 39 -% SLO-1000 Ljubljana, Slovenia -% Email: leon.zlajpah@ijs.si -% -% -% Error reports to the addresses given above. -% -% Changes: -% 1990 First version of `hyphen.si' (TeXCeH Norbert Schwarz) -% 1994-05-17 Use of code page 852 in patterns (Leon "Zlajpah) -% 1995-04-06 Release of `sihyph21.tex' -% 1995-06-20 Added \slovenehyphenmins -% Release of `sihyph22.tex' -% 1997-15-04 Some changes concerning "c, "s, "z and ... -% Release of `sihyph23.tex' -% -% For more informations see the additional documentation -% at the end of this file. -% -% ----------------------------------------------------------------- -% -\message{Slovene Hyphenation Patterns `sihyph23' Version 2.3 <97/15/04>} -% -\begingroup -\ifnum 0\ifx\inputlineno\undefined \else - \ifnum\inputlineno<1 \else 1\fi\fi<1 - \let\x=\endgroup -\else - \def\x{\endgroup -% -% The following commands ensure correct \catcodes, \lccodes and -% \uccodes if your TeX implementations uses these character codes. -% -\catcode"A3=11 \catcode"83=11 % \"c \"C -\catcode"B2=11 \catcode"92=11 % \"s \"S -\catcode"BA=11 \catcode"9A=11 % \"z \"Z -% -\lccode"83="A3 \uccode"83="83 \lccode"A3="A3 \uccode"A3="83 -\lccode"92="B2 \uccode"92="92 \lccode"B2="B2 \uccode"B2="92 -\lccode"9A="BA \uccode"9A="9A \lccode"BA="BA \uccode"BA="9A -% -} -\fi -\x - -\begingroup -% -% Because we use ^^a3, ^^b2, ... in the following definition, -% we have to ensure that the catcodes of ^^e and ^^f are ok -% for TeX 2. (The macro is not used for TeX 2.) -\catcode"0E=12 \catcode"0F=12 -% -% And we have to change the \lccode of ^^Y to make sure that -% we can include this character in the hyphenation patterns. -\catcode`\^^Y=11 \lccode`\^^Y=`\^^Y -% -% Define a simple " macro... -\catcode`\"=13 -\def"#1{\ifx#1c^^a3\else \ifx#1s^^b2\else - \ifx#1z^^ba\else - \errmessage{Hyphenation pattern file corrupted!}% - \fi\fi\fi} -% - -\lefthyphenmin=2 \righthyphenmin=3 % L "Z -% -\patterns{ % -.av5r .di6spo .ek3s .ek5v .is1 .iz1 .obi4d .ob5it .od1 .po4d5n .po4v5s -.pre6d7n .se4k5s .si4s .st4 .voz5l .voz5n .zliz6 a1a a1b ab5ba ab6rod a1c -ac5ci a1"c a1d ad2l a6dobl ad6rl. ad6rla ad6rob ad5ur a1e1 a1f af5ga af1t -a1g a1h a4hm ah5mi ah5mo a1i ai2n1 a1j a4j5ek a4jf aj5fi aj5fo aj5ha aj5he -aj5im aj6imo aj3os aj6stb a5ju. aj3u"c aj3ug aj5"zn a1k ak4s a4kst a1l -a1m a4mz a1n an6dga an6dhi a4nm an5mi an5zi a1o ao2b1 a1p a4ph a1ra ar6dwa -a1re a1ri a1ro a1ru ar5xa ar5xo ar5xu a1s a4s"s as5"s"c a1"s a1t -a4tf at4i a1u1 a4uf a2uk a4ul a1v av5"si a4v"z av5"za ay5to a1ze -az5fo a4zig az3la az3le az4lil az4lit az4liv a4zob a4z3o"c az5ora az5oro -a4zra az4red az5vp a1"z a"z5mi ba6bba ban3"c4 ba4u 2b1c 2b1"c 2b1d -be1 be4v b1h bi1 b1ja b4ja. b5jel b3jem b5jet 2b1k b3lep b5leta b5lil b5lit -b5liv b1m 4bmi 2b1n bo1 bo6chm b5ord bo5vp b3rab b5ras b3ra"s b3rez -bre4zg bre4zi bre4zr b5re"ze b3rob br6"zda 2b1s 2b1"s 2b1t bu5ki -bu5ku bu5kv bu5ry 2b1v b1z b1"z 2cc 2ch. ch5ma 2ck c1ka ck1o2 c5ko. ckov3 -ck1s ck5we 2c1n 2c1t 2"c1b 2"c1g "ci1 1"cj 2"c1k 1"cl 4"c3let -"c5mes 2"c1n 4"cop 2"c1p 2"c1s 4"cup 2d1b 2d1c 2d1"c 2d1d -dd6voj d2e 6d5elem de4min de4mn de4z3i 2d1g 2d1h di5ck 4dind d4i5no dis1 -di4skr di6spr 2d1j 2d1k 5dlet d2li d5lit d5liv d1lo 2d3m 4d3nac 4d5na"c -4d5nap 4d3nar 4dnas 4d5neb d5niv 4d5niz 4d5nja"c 4d3no"z d2o 4dob"c -4d5obd 2d3o2f do5rd do5v"c do5v4z 2d1p d5raz d3rep dre6pn d4rev 2d1s -2d1"s 2d1t dteks6 d4ur du5ro du5um 2d1v 4d3vi 2d1z2 e1a e1b eb4j eb6liz -e1c e1"c e4"cd e"c5de e"c5di e"c5do e"c3le e"c5op e4"ct -e"c5ti e"c5to e"c5tr e"c5up e2"c1v e"c6vrs e1d e4df ed5ig ed2l -ed5ob ed6obe ed6obr e4dobs e4d3o"c ed5v"c ed5zb e1e e4ep e1f e4ff ef5fe -ef5ta e1g e1h e1i ei6pzi ei2z eiz5e e1j e1k ek6mal ek6tre e1l e1m e1n e1o1 -eob4j eob4r eo4dl eo4z5n e1p ep5nik e1ra era6z5l era5z4r era5z4v e1re e4rf -e1ri e1ro e4rr e1ru e1s es5da e5sta e5sti. e5stih e5stil e1"s e4"sp -e"s5po e1t 4eth e4tin"s e1u1 e1v eve6t5l ev5ha ev6pre ev6ste ev5stv 2ew -ew6ind ew5le e4wt ew5to e4yw e1z ez5dj e3z4dr ez2g ez5gl e5zij ez6ijo -ez5imn e5zis ez6ist ez5iz ez4l ez6lom ez6man ez4mo e4zob e4z5or ez4re e4zt -e4z5u4m5 e4z"z e1"z 1fa fe1 fe6ljt ff5ma fi6zlj 2f1n fo6uri fre4u 2f1s -2ft ft5ve fu1 2g1d ge6ige gel5"c4 ge6nj"c gi6tpr go1 go5vz 2g1t gu1 -ha4u 2h1"c he4i 2h1k 4hl. h4lo 2h1n h5ren 2h1"s 2h1t 1hu hu6ffm i1a i1b -i1c i4cs i1"ca i1"ce i1"ci i"c5ra i1"cu i"c5vr i1d 4idor i1e1 -i1f i1g 4igh i1h i1i ii2n1 i1j i1k i4k"c ik5"ca i1l il5"c4k 4ile 4ilo -i1m i4mh im5hi i1n 1ind 2ine 3i4n3os 1inp 3inse 1in"s 4in"sk 3intr i1o1 -i1p i1r 4ire i1s is4a is6ert isis4 i4skv 2iss i1"s i1t it5pr i1u i1v -iv5jo i1x i1z iz1l iz4la izli4z iz5me iz5mo iz6ode iz5po i2zr iz1u iz6ure -i1"z j5akt 2j1b 2j1c 2j1"c 2j1d je4ks4 2j1g 2jh j1hi 4jime 4j5int 2j1k -2j1l 2j1m 2j1n 4job 2j1od jod4l 2jos 4jo"z 2j1p 2j1r jra1 jraz4 2j1s -jsis6t 2j1"s 2j1t ju1 2ju"c ju5dm 2jus ju2"z1 2j1v 2j1z jz6ves 2k1c -2k1d ke5ti ki1 2k1m 1kn ko1 kok4 ko5kd ko6v"se koz6lo 1kre 2ks. k5sat -ks1c ks1p ks4po ks1t 4kst. ks6taz ks5te 2k1t 3ktr 4ktra ku5ro k5vip la4ir -la6vz. 2l1b 2l1c 2l1"c 2l1d le1 le4e le6ipz le5me 2l1f 2l1g lg5"ca 2l1h -l2i1 li6d"z. 1liz 4l5izd 2lj. 4ljc 2lj"c 2ljk 2ljn 2ljs 2lj"s lju5d6j -2l1k 2l1l 2l1m 2l1n lo1 1lo"c 2l1p 2l1s 2l1"s 2l1t lu5ki lu5ku 2l1v -2l1z 2l1"z 2m1b 2m1c 2m1"c 2m1d me4d5n me6dos me4dr 2m1f 4mind 4minp -4min"s mi6th. 2m1k 2m1m m5niv mo6"st. mo6v"s. 2m1p 2m1s 2m1"s 2m1t -m5urn 2m1v my5hi 2m1"z na1 5na"cel na4d5nj nad5r na6dra na4dre na6dur -1naj na6jak na4j5en naj3o na6jo"c na4j3u 1nas na4v3z navze6 1naz naz6or -2n1b 2n1c 2n"c n1"ca n1"ce n1"ci n1"cu 2n3d2 nd5ga nd5hi n4dm ne1 -ne3d2 1neh ne3zm nez4v 2n1f 2n1g n4gh ng5ha n4gv ng5vi 2n1h 2nj. 2njc -nje4v5s 2njk 2njs 2nj"s 4njv 2n1k 2n1l 2n1n no5rd n4ost 2n1p 2n1s nsis4 -2n1"s 2n1t nteks4 n4tg nt5ga nt5ge n4tv nt5vi nu1 2n1v ny5qu 2n1z nz4i -2n1"z o1a o4as o1b ob5gl ob5ide ob5jo 5obla 5obro o4bz o1c oc5ke oc5ki -o4cr o1"c o1d od5dv od5nal o6drep od5zd o2d1"z o1e oele4 o1f o1g 4ogl -o1h o1i oiz2 o1j o1k o4kb ok5ba ok5be o4kt o1l o6l5avt ol6g"ca o4lr ol5re -o1m o1n o1o ood4l o2ol o4om o1p o4pm op5me 4opy o1ra or4de"c o1re o1ri -o1ro o1ru o1s 5oseb ose4m5 o1"s o1t o1u ou5ki ou5ku o1v ov5sem ov5"sk -o2v1z o5vza ov3zd o1y o1z oz4b ozd5j oz4g oz5lo oz6lo"z oz2n oz5nic -oz5ni"s oz2o oz2r oz2v o1"z o"z5mi 2p1c 2p3"c2 p"c5ka pe1 1pe"c -pe4kt pet3l pe4tle pe4v5s pev5t4 4phs ph5so pi5zo 2p1k 4ploz po1 po6dfa -po4d3l po4dna po4d5o"c po6lob po6std prez4 2p1s 2p1"s 2p1t pz6ig. qu2 -3ra"cu 2rae ra6j"zn rav5z ra6vza ra4z5id 3razl ra4z5or 2r1b 2r1c -2r1"c 2r1d re1 3real re6cht re5"cv 5red"c re6dig re6dnju re6iba re5jo -re5km re6sda rev6sk re6zna"c re6zus re6zve r1f 2r1g 2r1h ri1 r4in ri5n4o -riz4g riz4l riz4n 2r1j 2r1k 2r1l 2r1m 2r1n ro1 rob6id 3rodi ro5zo 2r1p r1r -2r1s 2r1"s 2r1t r4th rt5ha ru5kl 2r1v r3v2j rv5jo ry5an 2r1z rz2l r1"z -r"z5da 2s1b 1sc 4sc. s2ci se4k5sa sek5si se5ma se5vp 2s1f si1 s4id si6gn. -sis1 2s1j 2sk. s2kn 4skre s4lav s4on soni5 soni"c4 1sp s4plod spod4l 2s1s -2st. 3ste s4ten 4stf s4ti"c 5stim s4tir 2stk 2stm 1str s4tra. su1 su4bo -sve5t "s2"c 2"s"c. 2"s"ck 2"s"cn "se2s 2"s1j ta5wi taz4 -2t1b 2t1c tch5o 2t1d tek6st 5tema te5xa t1f 4tind 4tinos 4tinp 4tinse -4t3int 2t1k 6tletno 2t1m 4tnaj to6v"z. trt5u tr6tur 2t1s 2t1t tu1 4tz. -2u1a u1b ub4j u4bp ub5po u1c u1"c u1d ud6mi. u1e u1f u1g u1h u1i u1j u1ka -u1ke u1ko u1l u1m u1n u1p up6"cka u1ra u1re 4urg u1ri u1s 1usp u1"s -u"se3s u1t u4th uth5o u1v ux5em u1z u1"z 2v1b 2v1c 2v"c v1"ca -v1"ce v4"cer v1"ci 2v1d ve4"cl ve4"cm ve4i ve4tin vetle6t v1f v1g -vi5dv vid6va 1viv vi6"zg. 2v1j 4vjo 2v1k 2v1m 2v1n vo5rd voz5le 2v1p -3v2pa v4pij v4pil v5skn v5"sek 4v"sk 2v1t vt4k vz2 v2za 3v2zg 2v3zk -2vzo v3zp v2zu 1wa wo2 x1f 1ye 2y1f y1j y1l y1w 1z2a z6ane. za5uk za3vp -za1z2 za5zd 2z1b 3zbir z1c 2z1"c 2z1d2 zd5ju z3dv z1g z4gni z5got 2z1h -1zi z1ig 2z1is 4z5i"s"c 2z1j 2z1k z3ku z5las z1li 3zlil 5zlit 5zliv -zliz5 1zlj 3zlog z5lom 3zlo"z z1lu 2z1m 1zn 1zo z1ob 2z1od z1og z2ol z4om -2z1p 1z1r 4zred"c 4zre"s 4zrez 4zre"z 4zri 4zru 2z1s z1"s z1t 1zu -z4uj 2z1up 2z1uz z1v2 z4ven z3vn 3z4voj z4vok 2z1z2 z1"z 2"z1b 2"z1c -2"z1"c 2"z1j 2"z1k 4"zmi ."c8 ."s8 ."z8 8"z. 8"s. -8"c. -} -\endgroup -\relax\endinput -% -% ----------------------------------------------------------------- -% -% =============== Additional Documentation =============== -% -% -% Trie Memory Requirements/Space for Hyphenation Patterns: -% -------------------------------------------------------- -% -% To load this set of slovene hyphenation patterns the parameters -% of TeX you may have to increase the trie_size. -% -% If you want to load more than one set of hyphenation patterns -% (in TeX 3.x), the parameters have to be set to a value larger -% than or equal to the sum of all required values for each set. -% -% Setting Trie Memory Parameters: -% ------------------------------- -% -% Some implementations allow the user to change the default value -% of a set of the internal TeX parameters including the trie memory -% size parameter specifying the used memory for the hyphenation -% patterns. -% -% emTeX (PC): -% You can set the used memory size of the trie using the -% `-mt' option on the command line or in the -% TEXOPTIONS environment variable. -% -% Necessary Settings in TeX macro files: -% -------------------------------------- -% -% \lefthyphenmin=2, \righthyphenmin=3 -% -% \lccode : -% To get correct hyphenation points within words containing -% "c "s or "z, it's necessary to assign values > 0 to the -% appropriate \lccode positions. -% -% These changes are done when reading this file (\lccode for "c"s"z) -% or are included in the language switching mechanism of `slovene.sty' -% -% -%% \CharacterTable -%% {Upper-case \A\B\C\D\E\F\G\H\I\J\K\L\M\N\O\P\Q\R\S\T\U\V\W\X\Y\Z -%% Lower-case \a\b\c\d\e\f\g\h\i\j\k\l\m\n\o\p\q\r\s\t\u\v\w\x\y\z -%% Digits \0\1\2\3\4\5\6\7\8\9 -%% Exclamation \! Double quote \" Hash (number) \# -%% Dollar \$ Percent \% Ampersand \& -%% Acute accent \' Left paren \( Right paren \) -%% Asterisk \* Plus \+ Comma \, -%% Minus \- Point \. Solidus \/ -%% Colon \: Semicolon \; Less than \< -%% Equals \= Greater than \> Question mark \? -%% Commercial at \@ Left bracket \[ Backslash \\ -%% Right bracket \] Circumflex \^ Underscore \_ -%% Grave accent \` Left brace \{ Vertical bar \| -%% Right brace \} Tilde \~} -%% -\endinput -%% -%% End of file `sihyph23.tex'. diff -Nru texlive-lang-2007.dfsg.4/texmf/tex/generic/hyphen/skhyphen.ex texlive-lang-2009/texmf/tex/generic/hyphen/skhyphen.ex --- texlive-lang-2007.dfsg.4/texmf/tex/generic/hyphen/skhyphen.ex 2006-01-02 23:53:43.000000000 +0000 +++ texlive-lang-2009/texmf/tex/generic/hyphen/skhyphen.ex 1970-01-01 01:00:00.000000000 +0100 @@ -1,7 +0,0 @@ -% List of exceptions created by Karel Horak -% (Mathamatical Institute of Czechoslovak Acadamy of Science) -% Prague, April 1, 1991 -% -\hyphenation{ -dos\v t me-t\'o-da me-t\'o-dy ne-do-stat-ka-mi sep-tem-bra -} diff -Nru texlive-lang-2007.dfsg.4/texmf/tex/generic/hyphen/skhyph.tex texlive-lang-2009/texmf/tex/generic/hyphen/skhyph.tex --- texlive-lang-2007.dfsg.4/texmf/tex/generic/hyphen/skhyph.tex 2006-01-02 23:53:43.000000000 +0000 +++ texlive-lang-2009/texmf/tex/generic/hyphen/skhyph.tex 1970-01-01 01:00:00.000000000 +0100 @@ -1,32 +0,0 @@ -%% skhyph.tex, Petr Olsak, Oct 2002 -% the main goal of this file is to \input skhyphen.tex (from CSTeX). -% Suppose that the skhyph.tex file is used only by babelised formats -% (babelised plain and babelised LaTeX). -% WARNING: Don't use the skhyph.tex file from csplain or cslatex -% (these formats use the skhyphen.tex file from CSTeX directly). - -\ifx\addlanguage\undefined - \errmessage{This file can be used only in babelised formats!} -\fi - -% We can do some local settings (from file t1code.tex) because we are -% in \begingroup ... \endgroup generated by Babel - -% The following trick makes possibility to \input t1codes without errors: - -\let\czech=\hsize \let\slovak=\hsize -\let\toneczech=\hsize \let\toneslovak=\hsize - -% The following trick removes the message "Loading CZ hyphen..." -% from \everyjob: - -\let\global=\relax - -% Now, the main work: - -\input t1code.tex \csaccents \input skhyphen.tex \relax - -%%% Local Variables: -%%% mode: plain-tex -%%% TeX-master: t -%%% End: diff -Nru texlive-lang-2007.dfsg.4/texmf/tex/generic/hyphen/sorhyph.tex texlive-lang-2009/texmf/tex/generic/hyphen/sorhyph.tex --- texlive-lang-2007.dfsg.4/texmf/tex/generic/hyphen/sorhyph.tex 2006-01-02 23:53:43.000000000 +0000 +++ texlive-lang-2009/texmf/tex/generic/hyphen/sorhyph.tex 1970-01-01 01:00:00.000000000 +0100 @@ -1,1637 +0,0 @@ -% Copyright 1997 by E.Werner -% Non-commercial usage and usage in TeX-related programs only -% Packaging with commercial stuff only with written permission -% of the author -\message{Hyphenation patterns for Upper Sorbian, E. Werner} -\message{Completely new revision 1997, March 22} -\bgroup -% è ^^a3 -% æ ^^a2 -% ì ^^a5 -% ³ ^^aa -% ñ ^^ab -% ó ^^f3 -% ø ^^b0 -% ¹ ^^b2 -% ¾ ^^ba -% ¼ ^^b9 - -\lefthyphenmin=2 -\righthyphenmin=2 -\catcode`-=11 -\catcode`^^a2=11 -\catcode`^^a3=11 -\catcode`^^a5=11 -\catcode`^^aa=11 -\catcode`^^ab=11 -\catcode`^^b0=11 -\catcode`^^b2=11 -\catcode`^^b9=11 -\catcode`^^ba=11 -\catcode`^^f3=11 -\catcode`^^82=11 -\catcode`^^83=11 -\catcode`^^85=11 -\catcode`^^8a=11 -\catcode`^^8b=11 -\catcode`^^90=11 -\catcode`^^92=11 -\catcode`^^99=11 -\catcode`^^9a=11 -\catcode`^^d3=11 - -\lccode`^^a2=`^^a2 -\lccode`^^a3=`^^a3 -\lccode`^^a5=`^^a5 -\lccode`^^aa=`^^aa -\lccode`^^ab=`^^ab -\lccode`^^b0=`^^b0 -\lccode`^^b2=`^^b2 -\lccode`^^b9=`^^b9 -\lccode`^^ba=`^^ba -\lccode`^^f3=`^^f3 - -\lccode`^^82=`^^a2 -\lccode`^^83=`^^a3 -\lccode`^^85=`^^a5 -\lccode`^^8a=`^^aa -\lccode`^^8b=`^^ab -\lccode`^^90=`^^b0 -\lccode`^^92=`^^b2 -\lccode`^^99=`^^b9 -\lccode`^^9a=`^^ba -\lccode`^^d3=`^^f3 - -\uccode`^^82=`^^82 -\uccode`^^83=`^^83 -\uccode`^^85=`^^85 -\uccode`^^8a=`^^8a -\uccode`^^8b=`^^8b -\uccode`^^90=`^^90 -\uccode`^^92=`^^92 -\uccode`^^99=`^^99 -\uccode`^^9a=`^^9a -\uccode`^^d3=`^^d3 - -\uccode`^^a2=`^^82 -\uccode`^^a3=`^^83 -\uccode`^^a5=`^^85 -\uccode`^^aa=`^^8a -\uccode`^^ab=`^^8b -\uccode`^^b0=`^^90 -\uccode`^^b2=`^^92 -\uccode`^^b9=`^^99 -\uccode`^^ba=`^^9a -\uccode`^^f3=`^^d3 - -\patterns{ -% ^e -8^^a5 -% 'n -8^^ab5 -^^ab6^^a33 -^^ab7^^a34a -^^ab7^^a34e -^^ab7^^a34i -^^ab7^^a34u -^^ab7^^a34o -% 'o -8^^f3 -% ^s -3^^b22^^a2 -% 'z -8^^b9 -% ^r -1k8^^b08 -1p8^^b08 -1t8^^b08 -% dal^se mustry -a3b2a -a3b2e -a3b2^^a5 -a3b2i -a3b2o -a3b2u -a3b2y -a3b2j -a3b2r -a3b2l -a3b2^^aa -a3c2a -a3c2e -a3c2o -a3c2u -a3c2y -a3c2i -a3ch2a -a3ch2e -a3ch2o -a3ch2u -a3ch2y -a3ch2i -a3^^a22a -a3^^a22e -a3^^a22i -a3^^a22o -a3^^a22u -a3^^a32a -a3^^a32e -a3^^a32^^a5 -a3^^a32i -a3^^a32o -a3^^a32u -a3d2a -a3d2e -a3d2i -a3d2o -a3d2u -a3d2y -a3d2^^b92a -a3d2^^b92e -a3d2^^b92^^a5 -a3d2^^b92i -a3d2^^b92o -a3d2^^b92u -a3d2^^b92y -a3dl2 -a3dr2 -a3f2a -a3f2e -a3f2y -a3f2o -a3f2u -a3f2i -a3f2l -a3f2r2 -a1g2r2 -a1g2l2 -a1g2a -a1g2e -a1g2^^a5 -a1g2o -a1g2u -a1g2i -a1h2a -a1h2e -a1h2^^a5 -a1h2o -a1h2u -a1h2i -aj1 -a1j2a -a1j2e -a1j2^^a5 -a1j2i -a1j2o -a1j2u -a1k2a -a1k2e -a1k2i -a1k2u -a1k2o -a1k2r -a1k2l -a3^^aa2a -a3^^aa2e -a3^^aa2o -a3^^aa2u -a3^^aa2y -a^^aa1 -a3l2a -a3l2e -a3l2^^a5 -a3l2o -a3l2u -a3l2i -a3l2y -a3m2a -a3m2o -a3m2u -a3m2i -a3m2e -a3m2^^a5 -a3m2y -a3m2j -a3n2a -a3n2e -a3n2^^a5 -a3n2i -a3n2o -a3n2u -a3n2y -a3n2j -a3p2a -a3p2e -a3p2^^a5 -a3p2i -a3p2o -a3p2u -a3p2y -a3p2j -a3p2l -a3p2r -a3r2a -a3r2e -a3r2^^a5 -a3r2i -a3r2o -a3r2u -a3r2y -a3r2j -a3s2a -a3s2e -a3s2i -a3s2o -a3s2u -a3s2y -as1pek1t -a3s2t -a3^^b22a -a3^^b22e -a3^^b22^^a5 -a3^^b22i -a3^^b22o -a3^^b22u -a3^^b22y -a3^^b22tap -a^^b21 -a3t2a -a3t2e -a3t2i -a3t2o -a3t2u -a3t2y -a3t2r -a3t2l -a3w2a -a3w2e -a3w2^^a5 -a3w2i -a2w1n -a3w2o -a3w2u -a3w2y -a3w2j -a3z2a -a3z2e -a3z2^^a5 -a3z2i -a3z2o -a3z2u -a3z2y -a3^^ba2a -a3^^ba2e -a3^^ba2^^a5 -a3^^ba2i -a3^^ba2o -a3^^ba2u -a2^^ba1 -%% e -e3b2a -e3b2e -e3b2i -e3b2o -e3b2u -e3b2y -e3b2j -e3b2r -e3b2^^aa -e3b2l -e3c2a -e3c2e -e3c2o -e3c2u -e3c2y -e3c2i -e3ch2a -e3ch2e -e3ch2o -e3ch2u -e3ch2i -e3^^a22a -e3^^a22e -e3^^a22i -e3^^a22o -e3^^a22u -e3^^a32a -e3^^a32e -e3^^a32i -e3^^a32o -e3^^a32u -e3d2a -e3d2e -e3d2i -e3d2o -e3d2u -e3d2y -e3d2^^b92a -e3d2^^b92e -e3d2^^b92i -e3d2^^b92o -e3d2^^b92u -e3d2^^b92y -e3dl2 -e3dr2 -e3f2a -e3f2e -e3f2y -e3f2o -e3f2u -e3f2i -e3f2l -e3f2r2 -e1g2r2 -e1g2l2 -e1g2a -e1g2e -e1g2o -e1g2u -e1g2i -e1h2a -e1h2o -e1h2u -e1h2i -ej1 -e1j2a -e1j2e -e1j2i -e1j2o -e1j2u -e1k2a -e1k2e -e1k2i -e1k2u -e1k2o -e1k2r -e1k2l -e1^^aa2a -e1^^aa2e -e1^^aa2o -e1^^aa2u -e1^^aa2y -e^^aa1 -e1l2a -e1l2e -e1l2o -e1l2u -e1l2i -e3m2a -e3m2o -e3m2u -e3m2i -e3m2e -e3m2y -e3m2j -e3n2a -e3n2e -e3n2i -e3n2o -e3n2u -e3n2y -e3n2j -e3p2a -e3p2e -e3p2i -e3p2o -e3p2u -e3p2y -e3p2j -e3p2l -e3p2r -e3r2a -e3r2e -e3r2i -e3r2o -e3r2u -e3r2y -e3r2j -er2b1s2k -e3s2a -e3s2e -e3s2i -e3s2o -e3s2u -e3s2y -e3s2t -e3^^b22a -e3^^b22e -e3^^b22i -e3^^b22o -e3^^b22u -e3^^b22y -e3^^b22tap -e^^b21 -e3t2a -e3t2e -e3t2i -e3t2o -e3t2u -e3t2y -e3t2r -e3t2l -e3w2a -e3w2e -e3w2i -e3w2o -e3w2u -e3w2y -e3w2j -e3z2a -e3z2e -e3z2i -e3z2o -e3z2u -e3z2y -e3^^ba2a -e3^^ba2e -e3^^ba2i -e3^^ba2o -e3^^ba2u -e2^^ba1 -%% ^e -^^a53b2a -^^a53b2e -^^a53b2i -^^a53b2o -^^a53b2u -^^a53b2y -^^a53b2j -^^a53b2r -^^a53b2l -^^a53c2a -^^a53c2e -^^a53c2o -^^a53c2u -^^a53c2y -^^a53ch2a -^^a53ch2e -^^a53ch2o -^^a53ch2u -^^a53ch2i -^^a53^^a22a -^^a53^^a22e -^^a53^^a22i -^^a53^^a22o -^^a53^^a22u -^^a53^^a32a -^^a53^^a32e -^^a53^^a32i -^^a53^^a32o -^^a53^^a32u -^^a53d2a -^^a53d2e -^^a53d2i -^^a53d2o -^^a53d2u -^^a53d2y -^^a53d2^^b92a -^^a53d2^^b92e -^^a53d2^^b92i -^^a53d2^^b92o -^^a53d2^^b92u -^^a53d2^^b92y -^^a53dl2 -^^a53dr2 -^^a53f2a -^^a53f2e -^^a53f2y -^^a53f2o -^^a53f2u -^^a53f2i -^^a53f2l -^^a53f2r2 -^^a51g2r2 -^^a51g2l2 -^^a51g2a -^^a51g2e -^^a51g2o -^^a51g2u -^^a51g2i -^^a51h2a -^^a51h2o -^^a51h2u -^^a51h2i -^^a5j1 -^^a51j2a -^^a51j2e -^^a51j2i -^^a51j2o -^^a51j2u -^^a51k2a -^^a51k2e -^^a51k2i -^^a51k2u -^^a51k2o -^^a51k2r -^^a51k2l -^^a51^^aa2a -^^a51^^aa2e -^^a51^^aa2o -^^a51^^aa2u -^^a51^^aa2y -^^a51l2a -^^a51l2e -^^a51l2o -^^a51l2u -^^a51l2i -^^a53m2a -^^a53m2o -^^a53m2u -^^a53m2i -^^a53m2e -^^a53m2y -^^a53m2j -^^a53n2a -^^a53n2e -^^a53n2i -^^a53n2o -^^a53n2u -^^a53n2y -^^a53n2j -^^a53p2a -^^a53p2e -^^a53p2i -^^a53p2o -^^a53p2u -^^a53p2y -^^a53p2j -^^a53p2l -^^a53p2r -^^a53r2a -^^a53r2e -^^a53r2i -^^a53r2o -^^a53r2u -^^a53r2y -^^a53r2j -^^a53s2a -^^a53s2e -^^a53s2i -^^a53s2o -^^a53s2u -^^a53s2y -^^a53s2t -^^a53^^b22a -^^a53^^b22e -^^a53^^b22i -^^a53^^b22o -^^a53^^b22u -^^a53^^b22y -^^a53^^b22tap -^^a5^^b21 -^^a53t2a -^^a53t2e -^^a53t2i -^^a53t2o -^^a53t2u -^^a53t2y -^^a53t2r -^^a53t2l -^^a53w2a -^^a53w2e -^^a53w2i -^^a53w2o -^^a53w2u -^^a53w2y -^^a53w2j -^^a53z2a -^^a53z2e -^^a53z2i -^^a53z2o -^^a53z2u -^^a53z2y -^^a53^^ba2a -^^a53^^ba2e -^^a53^^ba2i -^^a53^^ba2o -^^a53^^ba2u -^^a52^^ba1 -%% i -i3b2a -i3b2e -i3b2i -i3b2o -i3b2u -i3b2y -i3b2j -i3b2r -i3b2l -i3c2a -i3c2e -i3c2o -i3c2u -i3c2y -i3c2i -i3ch2a -i3ch2e -i3ch2o -i3ch2u -i3ch2i -i3^^a22a -i3^^a22e -i3^^a22i -i3^^a22o -i3^^a22u -i3^^a32a -i3^^a32e -i3^^a32i -i3^^a32o -i3^^a32u -i3d2a -i3d2e -i3d2i -i3d2o -i3d2u -i3d2y -i3d2^^b92a -i3d2^^b92e -i3d2^^b92i -i3d2^^b92o -i3d2^^b92u -i3d2^^b92y -i3dl2 -i3dr2 -i3f2a -i3f2e -i3f2y -i3f2o -i3f2u -i3f2i -i3f2l -i3f2r2 -i1g2r2 -i1g2l2 -i1g2a -i1g2e -i1g2o -i1g2u -i1g2i -i1h2a -i1h2o -i1h2u -i1h2i -ij1 -i1j2a -i1j2e -i1j2i -i1j2o -i1j2u -i1k2a -i1k2e -i1k2i -i1k2u -i1k2o -i1k2r -i1k2l -i1^^aa2a -i1^^aa2e -i1^^aa2o -i1^^aa2u -i1^^aa2y -i^^aa1 -i1l2a -i1l2e -i1l2o -i1l2u -i1l2i -i3m2a -i3m2o -i3m2u -i3m2i -i3m2e -i3m2y -i3m2j -i3n2a -i3n2e -i3n2i -i3n2o -i3n2u -i3n2y -i3n2j -i3p2a -i3p2e -i3p2i -i3p2o -i3p2u -i3p2y -i3p2j -i3p2l -i3p2r -i3r2a -i3r2e -i3r2i -i3r2o -i3r2u -i3r2y -i3r2j -i3s2a -i3s2e -i3s2i -i3s2o -i3s2u -i3s2y -i3s2t -i3^^b22a -i3^^b22e -i3^^b22i -i3^^b22o -i3^^b22u -i3^^b22y -i3^^b22tap -i^^b21 -i3t2a -i3t2e -i3t2i -i3t2o -i3t2u -i3t2y -i3t2r -i3t2l -i3w2a -i3w2e -i3w2i -i3w2o -i2w1n -i3w2u -i3w2y -i3w2j -i3z2a -i3z2e -i3z2i -i3z2o -i3z2u -i3z2y -i3^^ba2a -i3^^ba2e -i3^^ba2i -i3^^ba2o -i3^^ba2u -i2^^ba1 -%% o -o3b2a -o3b2e -o3b2i -o3b2o -o3b2u -o3b2y -o3b2j -o3b2r -o3b2l -o3c2a -o3c2e -o3c2o -o3c2u -o3c2y -o3ch2a -o3ch2e -o3ch2o -o3ch2u -o3ch2i -o3^^a22a -o3^^a22e -o3^^a22i -o3^^a22o -o3^^a22u -o3^^a32a -o3^^a32e -o3^^a32i -o3^^a32o -o3^^a32u -o3d2a -o3d2e -o3d2i -o3d2o -o3d2u -o3d2y -o3d2^^b92a -o3d2^^b92e -o3d2^^b92i -o3d2^^b92o -o3d2^^b92u -o3d2^^b92y -o3dl2 -o3dr2 -o3f2a -o3f2e -o3f2y -o3f2o -o3f2u -o3f2i -o3f2l -o3f2r2 -o1g2r2 -o1g2l2 -o1g2a -o1g2e -o1g2o -o1g2u -o1g2i -o1h2a -o1h2o -o1h2u -o1h2i -oj1 -o1j2a -o1j2e -o1j2i -o1j2o -o1j2u -o1k2a -o1k2e -o1k2i -o1k2u -o1k2o -o1k2r -o1k2l -o1k2^^aa -o1^^aa2a -o1^^aa2e -o1^^aa2o -o1^^aa2u -o1^^aa2y -o^^aa1 -o1l2a -o1l2e -o1l2o -o1l2u -o1l2i -o3m2a -o3m2o -o3m2u -o3m2i -o3m2e -o3m2^^a5 -o3m2y -o3m2j -o3n2a -o3n2e -o3n2i -o3n2o -o3n2u -o3n2y -o3n2j -o3p2a -o3p2e -o3p2i -o3p2o -o3p2u -o3p2y -o3p2j -o3p2l -o3p2r -o3r2a -o3r2e -o3r2i -o3r2o -o3r2u -o3r2y -o3r2j -o3s2a -o3s2e -o3s2i -o3s2o -o3s2u -o3s2y -o3sled1 -o3s2t -o3^^b22a -o3^^b22e -o3^^b22i -o3^^b22o -o3^^b22u -o3^^b22y -o3^^b22tap -o^^b21 -o3t2a -o3t2e -o3t2i -o3t2o -o3t2u -o3t2y -o3t2r -o3t2l -o3w2a -o3w2e -o3w2^^a5 -o3w2i -o2w1n -o3w2o -o3w2u -o3w2y -o3w2j -o3z2a -o3z2e -o3z2i -o3z2o -o3z2u -o3z2y -o3^^ba2a -o3^^ba2e -o3^^ba2i -o3^^ba2o -o3^^ba2u -o2^^ba1 -%% ó -^^f33b2a -^^f33b2e -^^f33b2i -^^f33b2o -^^f33b2u -^^f33b2y -^^f33b2j -^^f33b2r -^^f33b2l -^^f33c2a -^^f33c2e -^^f33c2o -^^f33c2u -^^f33c2y -^^f33ch2a -^^f33ch2e -^^f33ch2o -^^f33ch2u -^^f33ch2i -^^f33^^a22a -^^f33^^a22e -^^f33^^a22i -^^f33^^a22o -^^f33^^a22u -^^f33^^a32a -^^f33^^a32e -^^f33^^a32i -^^f33^^a32o -^^f33^^a32u -^^f33d2a -^^f33d2e -^^f33d2i -^^f33d2o -^^f33d2u -^^f33d2y -^^f33d2^^b92a -^^f33d2^^b92e -^^f33d2^^b92i -^^f33d2^^b92o -^^f33d2^^b92u -^^f33d2^^b92y -^^f33dl2 -^^f33dr2 -^^f33f2a -^^f33f2e -^^f33f2y -^^f33f2o -^^f33f2u -^^f33f2i -^^f33f2l -^^f33f2r2 -^^f31g2r2 -^^f31g2l2 -^^f31g2a -^^f31g2e -^^f31g2o -^^f31g2u -^^f31g2i -^^f31h2a -^^f31h2o -^^f31h2u -^^f31h2i -^^f3j1 -^^f31j2a -^^f31j2e -^^f31j2i -^^f31j2o -^^f31j2u -^^f31k2a -^^f31k2e -^^f31k2i -^^f31k2u -^^f31k2o -^^f31k2r -^^f31k2l -^^f31^^aa2a -^^f31^^aa2e -^^f31^^aa2o -^^f31^^aa2u -^^f31^^aa2y -^^f3^^aa1 -^^f31l2a -^^f31l2e -^^f31l2o -^^f31l2u -^^f31l2i -^^f33m2a -^^f33m2o -^^f33m2u -^^f33m2i -^^f33m2e -^^f33m2y -^^f33m2j -^^f33n2a -^^f33n2e -^^f33n2i -^^f33n2o -^^f33n2u -^^f33n2y -^^f33n2j -^^f33p2a -^^f33p2e -^^f33p2i -^^f33p2o -^^f33p2u -^^f33p2y -^^f33p2j -^^f33p2l -^^f33p2r -^^f33r2a -^^f33r2e -^^f33r2i -^^f33r2o -^^f33r2u -^^f33r2y -^^f33r2j -^^f33s2a -^^f33s2e -^^f33s2i -^^f33s2o -^^f33s2u -^^f33s2y -^^f33s2t -^^f33^^b22a -^^f33^^b22e -^^f33^^b22i -^^f33^^b22o -^^f33^^b22u -^^f33^^b22y -^^f33^^b22tap -^^f3^^b21 -^^f33t2a -^^f33t2e -^^f33t2i -^^f33t2o -^^f33t2u -^^f33t2y -^^f33t2r -^^f33t2l -^^f33w2a -^^f33w2e -^^f33w2i -^^f33w2o -^^f33w2u -^^f33w2y -^^f33w2j -^^f33z2a -^^f33z2e -^^f33z2i -^^f33z2o -^^f33z2u -^^f33z2y -^^f33^^ba2a -^^f33^^ba2e -^^f33^^ba2i -^^f33^^ba2o -^^f33^^ba2u -^^f32^^ba1 -%% u -u3b2a -u3b2e -u3b2i -u3b2o -u3b2u -u3b2y -u3b2j -u3b2r -u3b2l -u3c2a -u3c2e -u3c2o -u3c2u -u3c2y -u3c2i -u3ch2a -u3ch2e -u3ch2o -u3ch2u -u3ch2i -u3^^a22a -u3^^a22e -u3^^a22i -u3^^a22o -u3^^a22u -u3^^a32a -u3^^a32e -u3^^a32i -u3^^a32o -u3^^a32u -u3d2a -u3d2e -u3d2i -u3d2o -u3d2u -u3d2y -u3d2^^b92a -u3d2^^b92e -u3d2^^b92i -u3d2^^b92o -u3d2^^b92u -u3d2^^b92y -u3dl2 -u3dr2 -u3f2a -u3f2e -u3f2y -u3f2o -u3f2u -u3f2i -u3f2l -u3f2r2 -u1g2r2 -u1g2l2 -u1g2a -u1g2e -u1g2o -u1g2u -u1g2i -u1h2a -u1h2o -u1h2u -u1h2i -uj1 -u1j2a -u1j2e -u1j2i -u1j2o -u1j2u -u1k2a -u1k2e -u1k2i -u1k2u -u1k2o -u1k2r -u1k2l -u1^^aa2a -u1^^aa2e -u1^^aa2o -u1^^aa2u -u1^^aa2y -u^^aa1 -u1l2a -u1l2e -u1l2o -u1l2u -u1l2i -u3m2a -u3m2o -u3m2u -u3m2i -u3m2e -u3m2y -u3m2j -u3n2a -u3n2e -u3n2i -u3n2o -u3n2u -u3n2y -u3n2j -u3p2a -u3p2e -u3p2i -u3p2o -u3p2u -u3p2y -u3p2j -u3p2l -u3p2r -u3r2a -u3r2e -u3r2i -u3r2o -u3r2u -u3r2y -u3r2j -u3s2a -u3s2e -u3s2i -u3s2o -u3s2u -u3s2y -u3s2t -u3^^b22a -u3^^b22e -u3^^b22i -u3^^b22o -u3^^b22u -u3^^b22y -u3^^b22tap -u^^b21 -u3t2a -u3t2e -u3t2i -u3t2o -u3t2u -u3t2y -u3t2r -u3t2l -u3w2a -u3w2e -u3w2i -u2w1n -u3w2o -u3w2u -u3w2y -u3w2j -u3z2a -u3z2e -u3z2i -u3z2o -u3z2u -u3z2y -u3^^ba2a -u3^^ba2e -u3^^ba2i -u3^^ba2o -u3^^ba2u -u2^^ba1 -%% y -y3b2a -y3b2e -y3b2i -y3b2o -y3b2u -y3b2y -y3b2j -y3b2r -y3b2l -y3c2a -y3c2e -y3c2o -y3c2u -y3c2y -y3^^a22a -y3^^a22e -y3^^a22i -y3^^a22o -y3^^a22u -y3^^a32a -y3^^a32e -y3^^a32i -y3^^a32o -y3^^a32u -y3d2a -y3d2e -y3d2i -y3d2o -y3d2u -y3d2y -y3d2^^b92a -y3d2^^b92e -y3d2^^b92i -y3d2^^b92o -y3d2^^b92u -y3d2^^b92y -y3dl2 -y3dr2 -y3f2a -y3f2e -y3f2y -y3f2o -y3f2u -y3f2i -y3f2l -y3f2r2 -y1g2r2 -y1g2l2 -y1g2a -y1g2e -y1g2o -y1g2u -y1g2i -y1h2a -y1h2o -y1h2u -y1h2i -yj1 -y1j2a -y1j2e -y1j2i -y1j2o -y1j2u -y1k2a -y1k2e -y1k2i -y1k2u -y1k2o -y1k2r -y1k2l -y1^^aa2a -y1^^aa2e -y1^^aa2o -y1^^aa2u -y1^^aa2y -y^^aa1 -y1l2a -y1l2e -y1l2o -y1l2u -y1l2i -y3m2a -y3m2o -y3m2u -y3m2i -y3m2e -y3m2y -y3m2j -y3n2a -y3n2e -y3n2i -y3n2o -y3n2u -y3n2y -y3n2j -y3p2a -y3p2e -y3p2i -y3p2o -y3p2u -y3p2y -y3p2j -y3p2l -y3p2r -y3r2a -y3r2e -y3r2i -y3r2o -y3r2u -y3r2y -y3r2j -y3s2a -y3s2e -y3s2i -y3s2o -y3s2u -y3s2y -y3s2t -y3^^b22a -y3^^b22e -y3^^b22i -y3^^b22o -y3^^b22u -y3^^b22y -y3^^b22tap -y^^b21 -y3t2a -y3t2e -y3t2i -y3t2o -y3t2u -y3t2y -y3t2r -y3t2l -y3w2a -y3w2e -y3w2i -y3w2o -y3w2u -y3w2y -y3w2j -y3z2a -y3z2e -y3z2i -y3z2o -y3z2u -y3z2y -y3^^ba2a -y3^^ba2e -y3^^ba2i -y3^^ba2o -y3^^ba2u -y2^^ba1 -% konsonanty -.a8b7itu1r -.a8b7itu8r1n -b1b -b1ce -b1cy -b1^^a2 -b1^^a3 -b1d -.bjez1 -.bje1z2e -b2j -b1h -b1k -b1m -b1n -b1p -b1s -b1t -b1w -b1z -b1^^ba -1ca -1ce -1co -1cu -c2h -.ch2c -ch1^^a2 -ch1n -^^a31n -d1bpo4d3 -4de^^ab -d1n -o^^aa1d2nj -do1s1po -do1z2na -do2z3na. -nje1do3z4na. -im1ple -1h2d -1h2lad -2h1ny -2h1nu. -2h1nje -1h2romad -.nje1z2hromad -1ka -k1c -1ku -1ki -k1n -k2nys1k -1ko -ko8n7ju3g -ko8n7jun8k1 -ko8n7urb -k1s -k1t -k2tu. -kuz1^^aa -kuz1l -2k2st. -3^^aa2ha -.bo4^^aa3h -.do4^^aa3h -.do4^^aa3ho3 -.po4^^aa3h -l1n -3^^aa2^^ba -.do4^^aa^^ba1n -.po4^^aa3^^ba -l1g -l1z -m1n -3m2ru. -3m2rje -3m2r^^a5 -m1s -mys1l -na1 -.na4d1 -.nje1na4d1 -.na4d2e^^ab -.nje1na4d2e^^ab -.na4d2e^^b2 -.nje1na4d2e^^b2 -2n1d -1ni. -n4j -1nja. -1nje. -.nje1 -n1t -n2t1n -nuh1l -p4j -po1 -po4d3 -po4d4e1 -po2m1h -po2m^^ab -praw1 -p^^b0e1 -p^^b0e4d3 -p^^b0e5d4a -p^^b0e5d4o -p^^b0e5d4i -p^^b0e5d4u -p^^b0e5d4rast -p^^b0e5d4ras^^a2 -p^^b0e4d4e3 -r1b -ser2b1 -ser3b2a -ser3b2e -ser3b2o -ser3b2i -ser3b2y -r1^^a2 -r1^^a3 -r1d -r1f -r2d^^b9. -r4j -r1m -r1n -r1p -r1w -ro2z1 -ro2z2e1 -s1^^a2 -si1gna1l -m2la2s3ka -z1mor3s3ka -pra2s3ka -plu2s3ka -^^a2i2s3ka -wrje2s3ka -1s2k2i. -1s2k2a. -1s2k2e. -1s2k2eho. -1s2k2eje. -1s2k2ej. -1s2k2aj. -1s2k2emu. -1s2k2u. -1s2k2im. -1s2k2imaj. -1s2k2eju. -1s2k2imi. -1s2k2i2ch. -1s2c2y. -1s2c2e. -s1n -s2tat1n -4st1n -2n1stw -1^^b22to. -1^^b22li. -1^^b22^^aae. -1^^b22^^aaa. -1^^b22^^aaoj. -1^^b22o^^aa. -1^^b22^^aaaj. -1^^b22^^aaej. -^^b21 -1^^b28a -1^^b28e -1^^b28^^a5 -1^^b28i -1^^b28o -1^^b28u -a2^^b21nj -t1d -t1k -^^a52t3n -t1m -t1n -t1p -w4j -.wje1le3 -w4n1st -.wo4b2e -wo4b3jas1n -wo4b3je^^a2 -wo4b3jed1n -wo4b3j^^a5 -wo4b3jim -.nje1wo4b2e1 -.wo4te3 -.njewo4te3 -wo1zna -.wu1 -wu1s2nu -wu1s2n2j2e -wu1s2ny -.za1 -.za2^^ab -.za2w1k -.za2w3da -ze1z2na -z1nak -iz1na. -iz1ny. -iz1nu. -iz1nje. -iz1no -2z1p -2z1s -} -\hyphenation{War-sza-wa -do-zna -njej-sym njej-sy nje-je -njej-sm^^f3j njej-staj njej-stej -njej-smy njej-s^^a2e njej-su -p^^b9ede -p^^b9e-derje -tkalc -nje^^abd^^b9 -ze-tnu ze-tnje^^b2 ze-tnje ze-tnje-m^^f3j ze-tnje-taj ze-tnje-tej ze-tnje-my -ze-tnje-^^a2e -wote-tnu wote-tnje^^b2 wote-tnje wote-tnje-m^^f3j wote-tnje-taj -wote-tnje-tej wote-tnje-my -wote-tnje-^^a2e -wo-dnjo wo-snje -tak-rjec} -\egroup -\endinput diff -Nru texlive-lang-2007.dfsg.4/texmf/tex/generic/hyphen/srhyphc.tex texlive-lang-2009/texmf/tex/generic/hyphen/srhyphc.tex --- texlive-lang-2007.dfsg.4/texmf/tex/generic/hyphen/srhyphc.tex 2006-01-02 23:53:43.000000000 +0000 +++ texlive-lang-2009/texmf/tex/generic/hyphen/srhyphc.tex 1970-01-01 01:00:00.000000000 +0100 @@ -1,2750 +0,0 @@ -% This is `srhyphc.tex' file. It contains hyphenation patterns for Serbian -% language in the Cyrillic alphabet. TeX font encoding is T2A. -% -% This file is distributed under the terms of the GNU General Public License. -% Latest version of the license is at . -% -% Version: 1.0a -% Last change: 2003-06-09 -% -% Credits: -% - Initial hyphenation patterns for T1 font encoding by Dejan Muhamedagi\'c -% - Improvements and adaptation to T2A font encoding by Strahinja Radi\'c -% - Further improvements and integration into one file by Aleksandar Jelenak -% -% Current maintainer: Aleksandar Jelenak - -\message{Serbian Cyrillic Hyphenation Patterns `srhyphc.tex' v1.0a <2003-06-09>} - -\begingroup - -%Set catcodes for lowercase Serbian cyrillic letters in ISO 8859-5 encoding -%and lccodes for T2A font encoding. -\catcode`\Ð=12 \lccode`\Ð=224 % \cyra -\catcode`\Ñ=12 \lccode`\Ñ=225 % \cyrb -\catcode`\Ò=12 \lccode`\Ò=226 % \cyrv -\catcode`\Ó=12 \lccode`\Ó=227 % \cyrg -\catcode`\Ô=12 \lccode`\Ô=228 % \cyrd -\catcode`\ò=12 \lccode`\ò=163 % \cyrdje -\catcode`\Õ=12 \lccode`\Õ=229 % \cyre -\catcode`\Ö=12 \lccode`\Ö=230 % \cyrzh -\catcode`\×=12 \lccode`\×=231 % \cyrz -\catcode`\Ø=12 \lccode`\Ø=232 % \cyri -\catcode`\ø=12 \lccode`\ø=106 % \cyrj -\catcode`\Ú=12 \lccode`\Ú=234 % \cyrk -\catcode`\Û=12 \lccode`\Û=235 % \cyrl -\catcode`\ù=12 \lccode`\ù=167 % \cyrlje -\catcode`\Ü=12 \lccode`\Ü=236 % \cyrm -\catcode`\Ý=12 \lccode`\Ý=237 % \cyrn -\catcode`\ú=12 \lccode`\ú=187 % \cyrnje -\catcode`\Þ=12 \lccode`\Þ=238 % \cyro -\catcode`\ß=12 \lccode`\ß=239 % \cyrp -\catcode`\à=12 \lccode`\à=240 % \cyrr -\catcode`\á=12 \lccode`\á=241 % \cyrs -\catcode`\â=12 \lccode`\â=242 % \cyrt -\catcode`\û=12 \lccode`\û=162 % \cyrtsch -\catcode`\ã=12 \lccode`\ã=243 % \cyru -\catcode`\ä=12 \lccode`\ä=244 % \cyrf -\catcode`\å=12 \lccode`\å=245 % \cyrh -\catcode`\æ=12 \lccode`\æ=246 % \cyrc -\catcode`\ç=12 \lccode`\ç=247 % \cyrch -\catcode`\ÿ=12 \lccode`\ÿ=182 % \cyrdzh -\catcode`\è=12 \lccode`\è=248 % \cyrsh - -\patterns{ % just type if you're not using INITEX -.ò2 -.û2 -.ç2 -.è2 -.Ö2 -.Ð2Ñ3ÐÛØø -.Ð2Ñ3ÐÝÐæ -.Ð2Ñ3ÕàÐæ -.Ð2Ñ3ÕàØà -.Ð2Ñ3ÕÒÐÚ -.Ð2Ñ3ØàØâ -.Ð2Ñ3øã -.Ð2Ñ3ÛÐ -.Ð2Ñ3ÛÕÓ -.Ð2Ñ3ÛÕß -.Ð2Ñ3ÛÞÚ -.Ð2Ñ3Ûã -.Ð2Ñ3ÞàØÓ -.Ð2Ñ3àÕÐÚ -.Ð2Ñ3àÞÓ -.Ð2Ñ3ã×ãá -.Ð2Ô3ÕàÐæ -.Ð2Ô3ø -.Ð2Ô3ÛÐâ -.Ð2Ô3àÕÝ -.Ð2Ô3àÞÓ -.Ð2Ô3ÒÕàÑ -.Ð2Ý3Ð4Õ2àÞ -.Ð2Ý3ÐäØø -.Ð2Ý3ÐäàÞÔ -.Ð2Ý3ÐÓÞ -.Ð2Ý3ÐÚã× -.Ð2Ý3ÐÛÔ -.Ð2Ý3ÐÛäÐ -.Ð2Ý3ÐÛÓ -.Ð2Ý3ÐÜÕàâ -.Ð2Ý3ÐÝÔà -.Ð2Ý3ÐÝâ -.Ð2Ý3ÐßâÞ -.Ð2Ý3Ðàå -.Ð2Ý3ÕÓÕà -.Ð2Ý3ÕÚÛ -.Ð2Ý3ÕÚãÜ -.Ð2Ý3ÕÛÕÚ -.Ð2Ý3ÕÝÕà -.Ð2Ý3ÕßØ -.Ð2Ý3ÕàÓ -.Ð2Ý3ÕàØâ -.Ð2Ý3ÕáâÕ -.Ð2Ý3ØÔà -.Ð2Ý3ØàØÔ -.Ð2Ý3Ø×ÞÓ -.Ð2Ý3Ø×ÞÜ -.Ð2Ý3Ø×ãà -.Ð2Ý3øÞÝ -.Ð2Ý3Þäâ -.Ð2Ý3ÞÚá -.Ð2Ý3ÞßØá -.Ð2Ý3ÞàÓ -.Ð2Ý3Þàå -.Ð2Ý3ÞÒÐà -.Ð2ÝÐÑÐß -.Ð2ÝÐÑÐâ -.Ð2ÝÐÑÐ× -.Ð2ÝÐÑØÞ -.Ð2ÝÐÑÞÛ -.Ð2ÝÐÔÕÜ -.Ð2ÝÐÔØßÛ -.Ð2ÝÐÔÞ× -.Ð2ÝÐäÐ× -.Ð2ÝÐäØÛÐ -.Ð2ÝÐäÞÝ -.Ð2ÝÐäÞà -.Ð2ÝÐÓÕÝ -.Ð2ÝÐÓÝÞ -.Ð2ÝÐÓàÐ -.Ð2ÝÐåÞà -.Ð2ÝÐåàÞ -.Ð2ÝÐÚÐÛ -.Ð2ÝÐÚÐÜ -.Ð2ÝÐÚÐâ -.Ð2ÝÐÚÕä -.Ð2ÝÐÚÛÐ -.Ð2ÝÐÚÛØ -.Ð2ÝÐÚÞø -.Ð2ÝÐÚÞÛ -.Ð2ÝÐÚàÞÝ -.Ð2ÝÐÚàã -.Ð2ÝÐÛÕß -.Ð2ÝÐÛØá -.Ð2ÝÐÛØâ -.Ð2ÝÐÛØ× -.Ð2ÝÐÜÝÕ -.Ð2ÝÐÝÕÞ -.Ð2ÝÐßÛÐ -.Ð2ÝÐßÛÕ -.Ð2ÝÐßÝÕ -.Ð2ÝÐßÝÞ -.Ð2ÝÐßàÞ -.Ð2ÝÐßâØ -.Ð2ÝÐàâ -.Ð2ÝÐáÐà -.Ð2ÝÐáÕØ -.Ð2ÝÐáßÐ× -.Ð2ÝÐáâÐ -.Ð2ÝÐáâØÓ -.Ð2ÝÐáâÞÜ -.Ð2ÝÐâØÜ -.Ð2ÝÐâÞæ -.Ð2ÝÐâÞÜ -.Ð2ÝÐâàÕ -.Ð2ÝÐâàØ -.Ð2ÝÐâàÞ -.Ð2ÝÕÞà -.Ð3Ó2ÝÞá -.Ð3Ó2ÝÞ× -.Ð4Õ2àÞ -.Ñ2 -.ÑÕ2è3û -.ÑÕ2è3ç -.ÑÕ2á3æ -.ÑÕ2á3Ú -.ÑÕ2á3ß -.ÑÕ2á3â -.ÑÕ2×3ÐÛÚÞåÞÛ -.ÑÕ2×3ÐâÞÜáÚ -.ÑÕ2×3Ñ -.ÑÕ2×3Ô -.ÑÕ2×3Ó -.ÑÕ2×3Ø -%.ÑÕ2×3ø -.ÑÕ2×3Û -.ÑÕ2×3ù -.ÑÕ2×3Ü -.ÑÕ2×3Ý -.ÑÕ2×3ú -.ÑÕ2×3Þ -.ÑÕ2×3à -.ÑÕ2×3ã -.ÑÕ2×3Ò -.ÑÕ3á4ÚàãßãÛ -.ÑÕ3á4ßÞÚÞøÐ -.ÑÕ3á4ßÞÚÞøÝ -.ÑÕ3á4ßÞàÐ -.ÑÕ3á4ßÞàÝ -.ÑÕ3á4âØÔ -.ÑÕ3á4âØøÐ -.ÑÕ3á4âØù -.ÑÕ3á4âØÛã -.ÑÕ3á4âàÐÝÐ -.ÑÕ3á4âàÐá -.ÑÕ3á4âÒÐà -.ÑÕ3×4ÑÕÔÐ -.ÑÕ3×4ÑÕÔÝ -.ÑÕ3×4ÑÕÛØ -.ÑÕ3×4ÑøÕÔÐ -.ÑÕ3×4ÑøÕÔÝ -.ÑÕ3×4ÑÞÛ -.ÑÕ3×4ØáâÐÝ -.ÑÕ3×4ØáâÕÝ -.ÑÕ3×4øÐç -.ÑÕ3×4øÐÚ -.ÑÕ3×4ÛÞÑÐ -.ÑÕ3×4ÛÞÑÝ -.ÑÕ3×4ÝÐçÐø -.ÑÕ3×4àÐçÐ -.ÑÕ3×4àÐçÝ -.ÑÕ3×4ãÑ -.ÑÕ3×4ãß -.ÑÕ3×4ÒãçÐ -.ÑÕ3×4ÒãçÝ -.ÑÕ4Þ -.ÑÕá4âáÕÛÕà -.ÑØ4Þ -.æ2 -.Ô2 -.ÿ2 -.ÔØ2á3ÐÚÞà -.ÔØ2á3øãÝÚ -.ÔØ2á3ÚÞÝâ -.ÔØ2á3ÚÞàÔ -.ÔØ2á3ÚàÕ -.ÔØ2á3ÚàØ -.ÔØ2á3Úãà -.ÔØ2á3ÚÒÐÛ -.ÔØ2á3ÛÞ -.ÔØ2á3ÞàØø -.ÔØ2á3ßÐàØâ -.ÔØ2á3ßÞÝ -.ÔØ2á3ßÞ× -.ÔØ2á3ßàÞß -.ÔØ2á3âÞÝ -.ÔØ2á3âàÐÚ -.ä2 -.Ó2 -.ÓÕ4Þ -.å2 -.Ø2è3û -.Ø2è3ç -.Ø2Ö3ò -.Ø2Ý3ÐÑàãß -.Ø2Ý3ÐÔÕÚ -.Ø2Ý3ÐäÕÚ -.Ø2Ý3ÐÚæÕ -.Ø2Ý3ÐÚãà -.Ø2Ý3ÐÜÞà -.Ø2Ý3ÐÝØæ -.Ø2Ý3ÐßÛØÚ -.Ø2Ý3Ðßáâ -.Ø2Ý3Ðàâ -.Ø2Ý3ÐãÓãà -.Ø2Ý3ÐãàÐ -.Ø2Ý3ÕÔ -.Ø2Ý3ÕäÕÚ -.Ø2Ý3ÕÓ -.Ø2Ý3ÕÚá -.Ø2Ý3ÕÚÒ -.Ø2Ý3ÕÛØÓ -.Ø2Ý3Õßæ -.Ø2Ý3ÕÒØÔ -.Ø2Ý3øÕÚ -.Ø2Ý3øãà -.Ø2Ý3øãáâ -.Ø2Ý3ÞÑÛ -.Ø2Ý3ÞäØæ -.Ø2Ý3ÞÚãß -.Ø2Ý3ÞßÕà -.Ø2Ý3ÞßÞà -.Ø2Ý3ÞßáÕ -.Ø2Ý3ãÜÑà -.Ø2Ý3ãÝÔÐ -.Ø2Ý3ãÝÚ -.Ø2Ý3ãâØÛ -.Ø2ÝÞÓÕÝ -.Ø2ÝÞÚÞà -.Ø2á3æ -.Ø2á3Ú -.Ø2á3ß -.Ø2á3â -.Ø2×3ÐÑÐ -.Ø2×3ÐÚÐ -.Ø2×3ÐÝÐÛ -.Ø2×3Ñ -.Ø2×3ÑØøÐ -.Ø2×3ÑØÒÐ -.Ø2×3Ô -.Ø2×3ÔÐø -.Ø2×3Ó -.Ø2×3Ø -%.Ø2×3ø -.Ø2×3Û -.Ø2×3ù -.Ø2×3Ü -.Ø2×3Ý -.Ø2×3ú -.Ø2×3Þ -.Ø2×3à -.Ø2×3ã -.Ø2×3Ò -.Ø2×3ÒÕÔÑ -.Ø2×3ÒÕÔÕ -.Ø2×3ÒÕÔØ -.Ø2×3ÒÕÔÝ -.Ø3á4ÚÐÚ -%.Ø3á4ÚÐú -.Ø3á4ÚÐàØÞâ -.Ø3á4ÚÐâ -.Ø3á4ÚØÝ -.Ø3á4ÚØâÐ -.Ø3á4ÚÞç -.Ø3á4ÚÞÝáÚ -.Ø3á4ÚàÐÜ -.Ø3á4ÚàÐâ -.Ø3á4ÚàÕÝ -.Ø3á4ÚàÕú -.Ø3á4ÚàØç -.Ø3á4ÚàØè -.Ø3á4ÚàØæ -.Ø3á4ÚàØâ -.Ø3á4ÚàÞø -.Ø3á4ÚàáÐ -.Ø3á4ÚàáÝ -.Ø3á4ÚãßùÐ -.Ø3á4ÚÒÐá -.Ø3á4ÚÒàç -.Ø3á4ÛÐÑ -.Ø3á4ÛÐÜ -.Ø3á4ÛÕò -.Ø3á4ÛÕÔ -.Ø3á4ÛØøÕò -.Ø3á4ÛØøÕÔ -.Ø3á4ÛØÚ -.Ø3á4ÛØÝ -.Ø3á4ùÕò -.Ø3á4ùÕÔ -.Ø3á4ÛÞÒ -.Ø3á4Ûãè -.Ø3á4ÛãÖ -.Ø3á4ÜÕ -.Ø3á4ÜØøÕ -.Ø3á4ÜøÕ -.Ø3á4ßÐùØÒ -.Ø3á4ßÐÒ -.Ø3á4ßØàÐ -.Ø3á4ßÛØû -.Ø3á4ßÛØâ -.Ø3á4ßÞÚÞø -.Ø3á4ßÞÛØÝ -.Ø3á4ßÞÝ -.Ø3á4ßÞàÐÒ -.Ø3á4ßàÐÒÐ -.Ø3á4ßàÐÒØ -.Ø3á4ßàÐÒÚ -.Ø3á4ßàÐÒù -.Ø3á4ßàÐÒÝ -.Ø3á4ßãßç -.Ø3á4ßãà -.Ø3á4àÕÔ -.Ø3á4àÚ -.Ø3á4âÐû -.Ø3á4âÐÚÝ -.Ø3á4âÐÜ -.Ø3á4âÐà -.Ø3á4âÐá -.Ø3á4âÐÒØ -.Ø3á4âÐÒù -.Ø3á4âØæ -.Ø3á4âØäÐÝ -.Ø3á4âØÝ -.Ø3á4âØà -.Ø3á4âÞçÐ -.Ø3á4âÞçÝ -.Ø3á4âÞçú -.Ø3á4âÞÚ -.Ø3á4âÞàØ -.Ø3á4âàÐÔ -.Ø3á4âàÐÝ -.Ø3á4âàÐÒ -.Ø3á4âàØû -.Ø3á4âàØÖ -.Ø3á4âàØæ -.Ø3á4âàãÓ -.Ø3á4âãß -.Ø3á4ãè -.Ø3á4ãÚ -.Ø3á4ãá -.Ø3á4ãâ -.Ø3×4ÑÐÒ -.Ø3×4ÑØçÚÐÒÐ -.Ø3×4ÑÛÕãèÐÝ -.Ø3×4ÑÞøÐÚ -.Ø3×4ÑÞøÚ -.Ø3×4ÔàÐÒ -.Ø3×4ÓÞÜÕâ -.Ø3×4ÓàÕÔ -.Ø3×4ÓàÝ -.Ø3×4Óàâ -.Ø3×4Øò -.Ø3×4ØÔ -.Ø3×4ØÜØ -.Ø3×4øÕÖù -.Ø3×4ÛÞÖ -.Ø3×4ÛÞÓ -.Ø3×4ÛÞßÐû -.Ø3×4ÛÞ× -.Ø3×4ÝØÜ -.Ø3×4ÝÞø -.Ø3×4ÞÛÐæ -.Ø3×4ÞÛÐâ -.Ø3×4ÞÛØà -.Ø3×4ÞÛÞÒ -.Ø3×4àÐçØ -.Ø3×4àÐÕÛ -.Ø3×4àÐØù -.Ø3×4ãÝ -.Ø3×4ãßç -.Ø3×4ÒÐÛÐ -.Ø3×4ÒÐÛÕ -.Ø3×4ÒÐÛØ -.Ø3×4ÒÐùØ -.Ø3×4ÒÐÛã -.Ø3×4ÒØÖÔ -.Ø3×4ÒØØáÚà -.Ø3×4ÒØøÐ -.Ø3×4ÒØøÕÝ -.Ø3×4ÒØÝ -.Ø3×4ÒØú -.Ø3×4ÒØà -.Ø3×4ÒØâÞß -.Ø3×4ÒøÕÔ -.Ø3×4ÒÞøÐæ -.Ø3×4ÒÞøæ -.Ø3×4ÒÞà -.ØÝâÕ2à3Ð -.ØÝâÕ2à3Õ -.ØÝâÕ2à3Ø -.ØÝâÕ2à3øÕ -.ØÝâÕ2à3Þ -.ØÝâÕ2à3ã -.ØÝâÕ3à4ÕÖÿ -.ØÝâÕ3à4ÕÓÝ -.ØÝâÕ3à4ÕáÐ -.ØÝâÕ3à4ÕáÕ -.ØÝâÕ3à4ÕáØ -.ØÝâÕ3à4ÕáÝ -.ØÝâÕ3à4ÕáÞ -.ØÝâÕ3à4Õáã -.ØÝâÕ3à4ØøÕ -.ØÝâÕ3à4ÞÓÐâ -.Øáâ2Ú -.Ø×3ÑÕ2×3ÞÑà -.Ø×3ÑÕ2×3ãÜ -.Ø×3Ó2Ý -.Ø×3ÒÐ2Ý3ÕÒà -.Ø×4ÞÐÝÕÜ -.Ø×4ÞÐÝÞÜ -.Ø×4ÞÑÐâ -.Ø×4ÞÑàÞÝ -.Ø×4ÞÔØÜ -.Ø×4ÞÔØÝ -.Ø×4ÞÔÞ× -.Ø×4ÞäÞÝ -.Ø×4ÞäÞâ -.Ø×4ÞÓÐÜ -.Ø×4ÞÓÕÞ -.Ø×4ÞÓÛÞá -.Ø×4ÞÓÞÝ -.Ø×4ÞÓàÐä -.Ø×4ÞåÐÛ -.Ø×4ÞåÐ× -.Ø×4ÞåÕÛ -.Ø×4ÞåØø -.Ø×4ÞåØÜ -.Ø×4ÞåØßá -.Ø×4ÞåØâ -.Ø×4ÞåÞà -.Ø×4ÞåàÞ -.Ø×4ÞÚÛØÝ -.Ø×4ÞÚÞÛÞÝ -.Ø×4ÞÛÕÚá -.Ø×4ÞÛãÚá -.Ø×4ÞÜÕà -.Ø×4ÞÜÕâà -.Ø×4ÞÜÞàä -.Ø×4ÞÝÕä -.Ø×4ÞÝÞÜ -.Ø×4ÞßÐâ -.Ø×4ÞßÕà -.Ø×4ÞßÛÕ -.Ø×4ÞßÞÛ -.Ø×4ÞßáÕä -.Ø×4ÞàÐå -.Ø×4ÞáÕØ -.Ø×4ÞáØÝâ -.Ø×4ÞáØáâ -.Ø×4ÞáÚÕÛ -.Ø×4ÞáÚÞß -.Ø×4ÞáâÐ× -.Ø×4ÞáâÕ -.Ø×4ÞâÐå -.Ø×4ÞâÐÛ -.Ø×4ÞâÕà -.Ø×4ÞâÞÝ -.Ø×4ÞâÞß -.Ø×4ÞâàÞ -.Ø×Ð3Ó2Ý -.Ø×Ð3â2Ú -.Ø×Ô2ÝÐ -.Ø×Ô2ÝÞ -.Ø×Ô2Ýã -.Ø×à2Ú -%.ø2 -.øãàØ2á3Ú -.øãàØ2á3ß -.Ú2 -%.Û2 -.ù2 -.Ü2 -.Ý2 -.ÝÐ2Ô3ÖÐú -.ÝÐ2Ô3ÖÔà -.ÝÐ2Ô3ÖÕ -.ÝÐ2Ô3ÖØà -.ÝÐ2Ô3ÖØÒ -.ÝÐ2Ô3Öú -.ÝÐ2Ô3Öãß -.ÝÐ2Ô3ØÓà -.ÝÐ2Ô3ØÝÖ -.ÝÐ2Ô3ØÝÐ -.ÝÐ2Ô3ØáÚ -.ÝÐ2Ô3øÐç -.ÝÐ2Ô3øÐå -.ÝÐ2Ô3øÕç -.ÝÐ2Ô3øÕÚ -.ÝÐ2Ô3øÕ× -.ÝÐ2Ô3øãÝ -.ÝÐ2Ô3Û -.ÝÐ2Ô3ù -.ÝÐ2Ô3Þç -.ÝÐ2Ô3ÞäØ -.ÝÐ2Ô3ÞàÐ -.ÝÐ2Ô3ÞáÕ -.ÝÐ2Ô3ÞáøÕ -.ÝÐ2Ô3ÞáÞ -.ÝÐ2Ô3àÐç -.ÝÐ2Ô3àÐèû -.ÝÐ2Ô3àÐÝ -.ÝÐ2Ô3àÐáâ -.ÝÐ2Ô3àÕÐÛ -.ÝÐ2Ô3àÕß -.ÝÐ2Ô3àãç -.ÝÐ2Ô3àãÓ -.ÝÐ2Ô3àãÚ -.ÝÐ2Ô3ãç -.ÝÐ2Ô3ãÔÐà -.ÝÐ2Ô3ãÜ -.ÝÐ2Ô3Ò -.ÝÐ2ø3Ð -.ÝÐ2ø3Õ -.ÝÐ2ø3Ø -.ÝÐ2ø3Þ -.ÝÐ2ø3ã -.ÝÐ3Ô2ÝÕÒ -.ÝÐ3Ô2ÝØç -.ÝÐ3Ô2ÝØæ -.ÝÐ3Ô4ÛÐÝ -.ÝÐ3Ô4ÛÕè -.ÝÐ3Ô4ÛÕÖ -.ÝÐ3Ô4ÒÐÛ -.ÝÐ3Ô4ÒÕáØ -.ÝÐ3Ô4ÒÕáâ -.ÝÐ3Ô4ÒØø -.ÝÐ3Ô4ÒØâ -.ÝÐ3Ô4ÒÛÐ -.ÝÐ3Ô4ÒÞøÕ -.ÝÐ3Ô4ÒÞà -.ÝÐ3ø4Ðè -.ÝÐ3ø4ÐÖØ -.ÝÐ3ø4ÐÔÐ -.ÝÐ3ø4ÐÔÕ -.ÝÐ3ø4ÐÔØ -.ÝÐ3ø4Ðå -.ÝÐ3ø4ÐÚÐ -.ÝÐ3ø4ÐÚÞ -.ÝÐ3ø4ÐÛÞ -.ÝÐ3ø4ÐÜØ -.ÝÐ3ø4ÐÜÛ -.ÝÐ3ø4ÐÜÝ -.ÝÐ3ø4Ðàæ -.ÝÐ3ø4ÐàØ -.ÝÐ3ø4ÐàÜ -.ÝÐ3ø4ÐâØ -.ÝÐ3ø4ÐãÚ -.ÝÐ3ø4ÐÒÐ -.ÝÐ3ø4ÐÒÕ -.ÝÐ3ø4ÐÒØ -.ÝÐ3ø4ÐÒù -.ÝÐ3ø4Ð×Ø -.ÝÐ3ø4ÕÖÕ -.ÝÐ3ø4ÕÖØ -.ÝÐ3ø4ÕÖã -.ÝÐ3ø4Õæ -.ÝÐ3ø4ÕÔÐ -.ÝÐ3ø4ÕÔØ -.ÝÐ3ø4ÕÔÝ -.ÝÐ3ø4ÕÔà -.ÝÐ3ø4ÕáâØ -.ÝÐ3ø4ÕâÚ -.ÝÐ3ø4Õ×Ô -.ÝÐ3ø4Õ×Ý -.ÝÐ3ø4ãàÕÝ -.ÝÐ3ø4ãàØ -.ÝÐ3â2ÚÐå -.ÝÐ3â2ÚÐÜ -.ÝÐ3â2ÚÐáÜ -.ÝÐ3â2ÚÐáâ -.ÝÐÓ2Ý -.ÝÐÓ2ú -%.ú2 -.Ýã2á3ßÞá -.Ýã2á3ßàÞ -.Ýã2×3ÑÕÛ -.Ýã2×3ÑØù -.Ýã2×3ùãÑ -.Ýã2×3àÕ -.Ýã2×3àøÕ -.Ýã2×3ãÖ -.Þ2Ñ3ØÓà -.Þ2Ñ3ØáâØÝ -.Þ2Ñ3ØáâØú -.Þ2Ñ3ø -.Þ2Ñ3ÛÐø -.Þ2Ñ3ÛÐÚè -.Þ2Ñ3ÛÐÜ -.Þ2Ñ3ÛÐáÚ -.Þ2Ñ3ÛÕû -.Þ2Ñ3ÛÕÖ -.Þ2Ñ3ÛÕÔÕÝ -.Þ2Ñ3ÛÕÓ -.Þ2Ñ3ÛÕß -.Þ2Ñ3ÛÕâ -.Þ2Ñ3ÛØøÕÖ -.Þ2Ñ3ÛØøÕÓ -.Þ2Ñ3ÛØøÕß -.Þ2Ñ3ÛØøÕâ -.Þ2Ñ3ÛØáâ -.Þ2Ñ3ÛØÒ -.Þ2Ñ3ÛØ×Ðâ -.Þ2Ñ3ÛØ×ÐÒ -.Þ2Ñ3ÛØ×Ø -.Þ2Ñ3ù -.Þ2Ñ3ÛÞÚÐ -.Þ2Ñ3Ûãç -.Þ2Ñ3ÛãÚ -.Þ2Ñ3Þàã -.Þ2Ñ3à -.Þ2Ñ3ãÖ -.Þ2Ñ3ãÑÞÖ -.Þ2Ñ3ãÔ -.Þ2Ñ3ãÜÕ -.Þ2Ñ3ãÜØ -%.Þ2Ñ3ãÜø -.Þ2Ñ3ãÜà -.Þ2Ñ3ã× -.Þ2Ô3ÖÐÛ -.Þ2Ô3ÖÐù -.Þ2Ô3ÖÕ -.Þ2Ô3ÖØ -.Þ2Ô3ÖÒ -.Þ2Ô3ÐàÓ -.Þ2Ô3Ø2×3Ô -.Þ2Ô3Ø2×3Ò -.Þ2Ô3ØÓà -.Þ2Ô3ØáÚ -.Þ2Ô3ØáâØ -.Þ2Ô3ø -.Þ2Ô3Û -.Þ2Ô3ù -.Þ2Ô3ÞÚ -.Þ2Ô3ÞÝÔ -.Þ2Ô3ÞÝÛ -.Þ2Ô3ÞÝÞ -.Þ2Ô3ÞÝã -.Þ2Ô3Þ×Ô -.Þ2Ô3Þ×Ó -.Þ2Ô3à -.Þ2Ô3ãç -.Þ2Ô3ãÚ -.Þ2Ô3ãÛ -.Þ2Ô3ãÜ -.Þ2Ô3ãÒÕ -.Þ2Ô3ãÒØ -.Þ2Ô3ã×Ô -.Þ2Ô3ã×Õ -.Þ2Ô3ã×Ø -.Þ2Ô3ã×Û -.Þ2Ô3Ò -.Þ3Ñ4øÕè -.Þ3Ñ4øÕÚ -.Þ3Ñ4øÕà -.Þ3Ñ4øÕáØ -.Þ3Ñ4øÕâ -.Þ3Ñ4ùÐÝ -.Þ3Ñ4ùãâ -.Þ3Ñ4ùã× -.Þ3Ñ4àò -.Þ3Ñ4àç -.Þ3Ñ4àè -.Þ3Ñ4àÐû -.Þ3Ñ4àÐèç -.Þ3Ñ4àÐèÝ -.Þ3Ñ4àÐÖÕ -.Þ3Ñ4àÐÜÑ -.Þ3Ñ4àÐÝ -.Þ3Ñ4àÐú -.Þ3Ñ4àÐâ -.Þ3Ñ4àÐ×Ð -.Þ3Ñ4àÐ×Ô -.Þ3Ñ4àÐ×Ø -.Þ3Ñ4àÐ×Ý -.Þ3Ñ4àÐ×Þ -.Þ3Ñ4àÐ×ã -.Þ3Ñ4àÕò -.Þ3Ñ4àÕç -.Þ3Ñ4àÕÖ -.Þ3Ñ4àÕæ -.Þ3Ñ4àÕÔ -.Þ3Ñ4àÕÜ -.Þ3Ñ4àÕá -.Þ3Ñ4àÕâØ -.Þ3Ñ4àÕâÝ -.Þ3Ñ4àØç -.Þ3Ñ4àØæ -.Þ3Ñ4àØø -.Þ3Ñ4àØá -.Þ3Ñ4àØâ -.Þ3Ñ4àØÒ -.Þ3Ñ4àÚ -.Þ3Ñ4àÛ -.Þ3Ñ4àù -.Þ3Ñ4àÝ -.Þ3Ñ4àÞû -.Þ3Ñ4àÞç -.Þ3Ñ4àÞÚ -.Þ3Ñ4àÞÝ -%.Þ3Ñ4àÞú -.Þ3Ñ4àÞÒÐ -.Þ3Ñ4àÞÒæ -.Þ3Ñ4àá -%.Þ3Ñ4àâ -.Þ3Ñ4àãç -.Þ3Ñ4àãè -.Þ3Ñ4àãÚ -.Þ3Ñ4àãÝ -%.Þ3Ñ4àãú -.Þ3Ñ4àãá -%.Þ3Ñ4àÒ -.Þ3Ô4øÕû -%.Þ3Ô4øÕÛ -.Þ3Ô4øÕÝ -.Þ3Ô4øÕÒ -.Þ3Ô4ÛÐÖ -.Þ3Ô4ÛÐÓ -.Þ3Ô4ÛÐÚÐ -.Þ3Ô4ÛÐ× -.Þ3Ô4Ûãç -.Þ3Ô4ÛãÚ -.Þ3Ô4àÖ -.Þ3Ô4àÐû -.Þ3Ô4àÐçØ -.Þ3Ô4àÐÖ -.Þ3Ô4àÐÝÐ -.Þ3Ô4àÐÝÕ -.Þ3Ô4àÐÝØ -.Þ3Ô4àÐÝÞ -.Þ3Ô4àÐÝã -.Þ3Ô4àÐßÐ -.Þ3Ô4àÐßØ -.Þ3Ô4àÐßù -.Þ3Ô4àÐ× -.Þ3Ô4àÕò -.Þ3Ô4àÕÔ -.Þ3Ô4àÕÜ -.Þ3Ô4àÕÝ -%.Þ3Ô4àÕâ -.Þ3Ô4àØç -.Þ3Ô4àØè -.Þ3Ô4àØÑ -.Þ3Ô4àØæ -.Þ3Ô4àØÝ -.Þ3Ô4àØú -.Þ3Ô4àÛ -.Þ3Ô4àù -.Þ3Ô4àÝ -.Þ3Ô4àÞÝ -.Þ3Ô4àÞú -.Þ3Ô4àß -.Þ3Ô4àâ -.Þ3Ô4àãÖ -.Þ3Ô4àãÓ -.Þ3Ô4àÒÕç -.Þ3Ô4àÒÕÝ -.Þ3Ô4àÒÕú -.Þ3Ô4ÒÐÖ -.Þ3Ô4ÒÐø -.Þ3Ô4ÒÕáÐ -.Þ3Ô4ÒÕáÝ -.Þ3Ô4ÒÕáâ -.Þ3Ô4ÒØû -.Þ3Ô4ÒØÚÐÒ -.Þ3Ô4ÒØÚÝ -.Þ3Ô4ÒØá -.Þ3Ô4ÒÞø -.Þ3â2ÚÐå -.Þ3â2ÚÐÜ -.Þ3â2ÚÐáÜ -.Þ3â2ÚÐáâ -.ÞÑÕ2è3û -.ÞÑÕ2è3ç -.ÞÑÕ2á3æ -.ÞÑÕ2á3Ú -.ÞÑÕ2á3ß -.ÞÑÕ2á3â -.ÞÑÕ2×3Ñ -.ÞÑÕ2×3Ô -.ÞÑÕ2×3Ó -.ÞÑÕ2×3ø -.ÞÑÕ2×3Û -.ÞÑÕ2×3ù -.ÞÑÕ2×3Ü -.ÞÑÕ2×3Ý -.ÞÑÕ2×3Þ -.ÞÑÕ2×3à -.ÞÑÕ2×3ã -.ÞÑÕ2×3Ò -.ÞÑÕ3á4âÐÝ -.ÞÑÕ3á4âØø -.ÞÑÕ3á4âàÐÝ -.ÞÑÕ3×4ÝÐç -.ÞÑÕ3×4ÝÐÝ -.ÞÑÕ3×4ÝÐú -.ÞÑÕ3×4ãÑ -.ÞÑÕ3×4ÒØø -.ÞÔ3Ó2Ý -.ÞÔ3Ü2Ý -.ÞÔÐ3Ô2Ý -.ÞÔÐ3Ó2Ý -%.ß2 -.ßÞ2Ô3ÐÔÜ -.ßÞ2Ô3ØÓà -.ßÞ2Ô3Ø×Ò -.ßÞ2Ô3ø -.ßÞ2Ô3ÛÐÚÐâ -.ßÞ2Ô3ÛÐÚâ -.ßÞ2Ô3ÛÕû -.ßÞ2Ô3ÛÕÖ -.ßÞ2Ô3ÛÕÓ -.ßÞ2Ô3ÛÕß -.ßÞ2Ô3ÛÕâ -.ßÞ2Ô3ÛØøÕû -.ßÞ2Ô3ÛØøÕÖ -.ßÞ2Ô3ÛØøÕÓ -.ßÞ2Ô3ÛØøÕß -.ßÞ2Ô3ÛØøÕâ -.ßÞ2Ô3ÛØáâ -.ßÞ2Ô3ÛØ× -.ßÞ2Ô3ùãâ -.ßÞ2Ô3ÛÞÚ -.ßÞ2Ô3ÛÞÜ -.ßÞ2Ô3Ûãç -.ßÞ2Ô3ÛãÖ -.ßÞ2Ô3Ûãß -.ßÞ2Ô3Þç -.ßÞ2Ô3Þè -.ßÞ2Ô3Þä -.ßÞ2Ô3ÞÚÝ -.ßÞ2Ô3àÐ2×3Ô -.ßÞ2Ô3àÐÔ -.ßÞ2Ô3àÐÜ -.ßÞ2Ô3àÐÝ -.ßÞ2Ô3àÐú -.ßÞ2Ô3àÐá -.ßÞ2Ô3àÐÒÝ -.ßÞ2Ô3àÐÒú -.ßÞ2Ô3àÐ×à -.ßÞ2Ô3àÐ×ã -.ßÞ2Ô3àÕß -.ßÞ2Ô3àÕá -.ßÞ2Ô3àÕ× -.ßÞ2Ô3àØÚ -.ßÞ2Ô3àØâ -.ßÞ2Ô3àÞÖ -.ßÞ2Ô3àÞÝ -.ßÞ2Ô3àÞÒ -.ßÞ2Ô3àãçÐ -.ßÞ2Ô3àãçØ -.ßÞ2Ô3àãçÝ -.ßÞ2Ô3àãÑ -.ßÞ2Ô3àãÚ -.ßÞ2Ô3ãßÛÐ -.ßÞ2Ô3ãáÜ -.ßÞ2Ô3ãáÝ -.ßÞ2Ô3ÒÐàØø -.ßÞ2Ô3ÒÕç -.ßÞ2Ô3ÒÕÖ -.ßÞ2Ô3ÒÕ× -.ßÞ2Ô3ÒØÚ -.ßÞ2Ô3ÒØÛ -%.ßÞ2Ô3ÒØú -.ßÞ2Ô3ÒØà -.ßÞ2Ô3ÒÛÐè -.ßÞ2Ô3ÒÛÐá -.ßÞ2Ô3ÒÞò -.ßÞ2Ô3ÒÞÖ -.ßÞ2Ô3ÒÞÔ -.ßÞ2Ô3ÒÞ× -.ßÞ2Ô3Òàû -.ßÞ2Ô3ÒàÖ -.ßÞ2Ô3ÒàÐû -.ßÞ2Ô3ÒàÐâ -.ßÞ2Ô3ÒàÓ -.ßÞ2Ô3ÒàØá -.ßÞ2Ô3Òàá -.ßÞ2Ô3Òãû -.ßÞ2áâ3ÕÓ× -.ßÞ2áâ3ØÝÔã -.ßÞ2áâ3ÛØÜ -.ßÞ2áâ3ÞÝÚ -.ßÞ2áâ3ÞßÕà -.ßÞ3Ô2ÝÕÒ -.ßÞ3Ô4øÕç -.ßÞ3Ô4øÕÝ -.ßÞ3Ó2Ý -.ßÞ3Ü2Ý -.ßÞ3Ü2ú -.ßÞ3à2ò -%.ßÞ3à2Ò -.ßÞ3â2ÚÐå -.ßÞ3â2ÚÐÜ -.ßÞ3â2ÚÐâ -.ßÞ3â2ÚÐÒ -.ßàÕ2Ô3ÖÕ -.ßàÕ2Ô3ÖØ -.ßàÕ2Ô3ØÔ -.ßàÕ2Ô3ØÓà -.ßàÕ2Ô3ØáßØ -.ßàÕ2Ô3ØáâÞ -.ßàÕ2Ô3Øáâà -.ßàÕ2Ô3Ø×Ñ -.ßàÕ2Ô3ø -.ßàÕ2Ô3ÞÑø -.ßàÕ2Ô3ÞÔàÕ -.ßàÕ2Ô3ÞÚãá -.ßàÕ2Ô3ÞáÕ -.ßàÕ2Ô3ÞáøÕ -.ßàÕ2Ô3ÞáÒ -.ßàÕ2Ô3àÐç -.ßàÕ2Ô3àÐÔ -.ßàÕ2Ô3àÐâ -.ßàÕ2Ô3àãç -.ßàÕ2Ô3ãÑÕò -.ßàÕ2Ô3ãÑØøÕò -.ßàÕ2Ô3ãÑøÕò -.ßàÕ2Ô3ãÔÐà -.ßàÕ2Ô3ãÓÞÒ -.ßàÕ2Ô3ãßØá -.ßàÕ2Ô3ãáÛÞ -.ßàÕ2Ô3ãÒÕà -.ßàÕ2Ô3ãÒøÕà -.ßàÕ2Ô3ãÒøÕâ -.ßàÕ2Ô3Ò -.ßàÕ3Ô4øÕÝ -.ßàÕ3Ô4ÒÐø -.ßàÕ3Ô4ÒÐà -.ßàÕ3Ô4ÒÕáâ -.ßàÕ3Ô4ÒÞøÐ -.ßàÕ3Ô4ÒÞøÕ -.ßàÕ3Ô4ÒÞøØ -.ßàÕ3Ô4ÒÞà -.ßàÕ3Ô4ÒÞá -.ßàÕ3â2ÚÐå -.ßàÕ3â2ÚÐÜ -.ßàÕ3â2ÚÐâ -.ßàÕÔ3Ü2Ý -.ßàÕÔ3Ü2ú -.ßàÞ3Ó2Ý -.ßàÞ3â2ÚÐ -.ßàÞ3â2ÚØ -.ßàÞâØ2Ò3ÐÚæ -.ßàÞâØ2Ò3Þä -.ßàÞâØ2Ò3Þâà -.ßàÞâØ2Ò3à -.ßàÞâØ2Ò3ãÔ -.ßàÞâØ2Ò3ãá -.à2 -.àÐ2è3û -.àÐ2è3ç -.àÐ2Ö3ò -.àÐ2á3æ -.àÐ2á3Ú -.àÐ2á3ß -.àÐ2á3â -.àÐ2×3ÐÝÐÛ -.àÐ2×3Ñ -.àÐ2×3Ô -.àÐ2×3Õ -.àÐ2×3Ó -.àÐ2×3Ø -%.àÐ2×3ø -.àÐ2×3Û -.àÐ2×3ù -.àÐ2×3Ü -.àÐ2×3Ý -.àÐ2×3ú -.àÐ2×3ÞÑÐ -.àÐ2×3ÞÑÛ -.àÐ2×3ÞÑà -.àÐ2×3ÞÔ -.àÐ2×3ÞàÐâ -.àÐ2×3ÞàÐÒ -.àÐ2×3Þàâ -.àÐ2×3Þàã -.àÐ2×3Þâ -.àÐ2×3à -.àÐ2×3ãÔÐ -.àÐ2×3ãÔÑ -.àÐ2×3ãÔØ -.àÐ2×3ãÛÐà -.àÐ2×3ãÜà -.àÐ2×3ãÒÕ -.àÐ2×3ã×Ô -.àÐ2×3ã×Õ -.àÐ2×3ã×Ø -.àÐ2×3Ò -.àÐ3è4ûÕú -.àÐ3è4çØû -.àÐ3á4ÚÐÚ -.àÐ3á4ÚÐÝÔ -.àÐ3á4ÚØÝ -.àÐ3á4ÚÛÐÔ -.àÐ3á4ÚÛÐú -.àÐ3á4ÚÛÐß -.àÐ3á4ÚÛÞÝ -.àÐ3á4ÚÛÞßÐ -.àÐ3á4ÚÛÞßØ -.àÐ3á4ÚÛÞßù -.àÐ3á4ÚÞè -.àÐ3á4ÚàÞß -.àÐ3á4ßÐø -.àÐ3á4ßÐÒ -.àÐ3á4ßÕâÐ -.àÐ3á4ßÕâÕ -.àÐ3á4ßÕâØ -.àÐ3á4ßÕâÞ -.àÐ3á4ßØÚã -.àÐ3á4ßØú -.àÐ3á4ßÛØÝ -.àÐ3á4ßÛØú -.àÐ3á4ßÝ -.àÐ3á4ßÞÛÞÖ -.àÐ3á4ßÞÝ -.àÐ3á4ßÞà -.àÐ3á4ßàÐÒ -.àÐ3á4ßàÕÜ -.àÐ3á4àò -.àÐ3á4àÔ -.àÐ3á4àÕ -.àÐ3á4âÐø -.àÐ3á4âÐÝ -.àÐ3á4âÐâ -.àÐ3á4âÐÒ -.àÐ3á4âÕú -.àÐ3á4âØÛ -.àÐ3á4âØú -.àÐ3á4âØà -.àÐ3á4âØá -.àÐ3á4âØâ -.àÐ3á4âÞø -.àÐ3á4âàÕÛ -.àÐ3á4âàÕâ -.àÐ3á4âàÞø -.àÐ3á4âàâ -.àÐ3á4âãû -.àÐ3á4âãß -.àÐ3á4âãà -.àÐ3×4ÑÐèãà -.àÐ3×4ÑÐÔ -.àÐ3×4ÑÐÝ -.àÐ3×4ÑÐà -.àÐ3×4ÑÐã -.àÐ3×4ÑÞø -.àÐ3×4ÑÞà -.àÐ3×4ÕÒ -.àÐ3×4ÓÐò -.àÐ3×4Óàâ -.àÐ3×4Øò -.àÐ3×4Øû -.àÐ3×4ØÔ -.àÐ3×4Øø -%.àÐ3×4ØÛ -.àÐ3×4ØÝ -.àÐ3×4Øà -%.àÐ3×4Øâ -.àÐ3×4Ø× -.àÐ3×4ÛÐÓ -.àÐ3×4ÛÐ× -.àÐ3×4ÛØç -.àÐ3×4ÛØÚ -.àÐ3×4ÛÞÖ -.àÐ3×4ÛÞÓ -.àÐ3×4ÛÞ× -.àÐ3×4ÜÕû -.àÐ3×4ÜÕâ -.àÐ3×4ÜàáÚ -.àÐ3×4ÝÐâ -.àÐ3×4àÕÔ -.àÐ3×4àÞç -.àÐ3×4àÞÚ -.àÐ3×4ÒÐÛ -.àÐ3×4ÒÕÔÕ -.àÐ3×4ÒÕáâ -.àÐ3×4ÒØû -.àÐ3×4ÒØÓÞ -.àÐ3×4ÒØøÐ -.àÐ3×4ÒØøÕ -.àÐ3×4ÒØøã -.àÐ3×4ÒØâ -.àÐ3×4ÒÞø -.àÐ3×4ÒÞÝ -.àÐ3×4Òàû -.àÐ3×4ÒàÐû -.àÐ3×4ÒàÐâ -.àÐ3×4Òàâ -.àÐ4á5âãàç -.àÐ×3Ô2ÝØ -.àÐ×3Ó2Ý -.àÐ×Ð3Ó2Ý -.àÐ×Ð3â2ÚÐ -.á2 -.áã2Ñ3Ð -.áã2Ñ3ØÝÒ -.áã2Ñ3øãÝÚ -.áã2Ñ3Û -.áã2Ñ3ÞÚá -.áã2Ñ3ÞàÔ -.áã2Ñ3àÕß -.áã2Ñ3àÞÓ -.áã3Ñ4Ðè -.áãßÕ2à3Ð -.áãßÕ2à3Õ -.áãßÕ2à3Ø -.áãßÕ2à3Þ -.áãßÕ2à3ã -.áãßÕ3à4ØÞà -%.â2 -.âàÐÝ2á3Ð -.âàÐÝ2á3æ -.âàÐÝ2á3Õ -.âàÐÝ2á3Ú -.âàÐÝ2á3Û -.âàÐÝ2á3Ü -.âàÐÝ2á3Ý -%.âàÐÝ2á3ú -.âàÐÝ2á3Þ -.âàÐÝ2á3ß -.âàÐÝ2á3â -.âàÐÝ2á3ã -.âàÐÝ2á3Ò -.âàÐÝ3á4Õß -.âàÐÝ3á4ÚàØ -.âàÐÝ3á4ãÔ -.âàÐÝ3á4ãÜ -.ã2è3û -.ã2è3ç -.ã2á3æ -.ã2á3Ú -.ã2á3ß -.ã2á3âÐÛÐá -.ã2á3âÐàÐ -.ã2á3âÕû -.ã2á3âÕÓ -.ã2á3âÕà -.ã2á3âÞÒ -.ã2á3âàû -.ã2á3âàç -.ã2á3âàÐø -.ã2á3âàÐÛ -.ã2á3âàÕÑ -.ã2á3âàÕß -.ã2á3âàÕá -.ã2á3âàÓ -.ã2á3âàÚ -.ã2á3âàÝ -.ã2á3âàß -.ã2á3âãû -.ã2á3âãÜ -.ã2á3âãà -.ã2á3âÒàò -.ã2á3âÒàÔ -.ã2×3Ñ -.ã2×3Ô -.ã2×3Ó -.ã2×3Ø -.ã2×3ØÓà -.ã2×3ØÝÐâ -.ã2×3ØáÚà -%.ã2×3ø -.ã2×3Û -.ã2×3ù -.ã2×3Ü -.ã2×3Ý -.ã2×3ú -.ã2×3ÞÑÕáâ -.ã2×3ÞÑØøÕáâ -.ã2×3ÞåÞ -.ã2×3ÞàÐâ -.ã2×3ÞàÐÒ -.ã2×3à -.ã2×3ãÓÐà -.ã2×3Ò -.ã3Ó2ÜØ -.ã3Ó2Ý -.ã3á4ÚÐÚ -.ã3á4ÚÛÐò -.ã3á4ÚÛÐÔ -.ã3á4ÚÞ -.ã3á4Úãß -.ã3á4ßÐÛÞ -.ã3á4ßÐÒ -.ã3á4ßÕè -.ã3á4ßÕå -.ã3á4ßÕÛ -.ã3á4ßÕÜ -.ã3á4ßÕÝâ -.ã3á4ßÕâ -.ã3á4ßÕÒ -.ã3á4ßØøÐ -.ã3á4ßØøÕ -.ã3á4ßØøãè -.ã3á4ßØÚãè -.ã3á4ßøÕè -.ã3á4ßøÕå -.ã3á4ßøÕÛ -.ã3á4ßøÕÜ -.ã3á4ßøÕâ -.ã3á4ßøÕÒ -.ã3á4ßÞÝ -.ã3á4ßÞàÐ -.ã3á4ßÞàÕç -.ã3á4ßÞàÕÝ -.ã3á4ßÞàÕú -.ã3á4ßÞàØ -.ã3á4ßÞáÞÑ -.ã3á4ßàÕÜÐ -.ã3á4ßàÕÜØ -.ã3á4àò -.ã3á4àÖ -.ã3á4àÐ -.ã3á4àÔ -.ã3á4àÕ -.ã3á4àØøÕÔ -.ã3á4àÚ -.ã3á4àù -.ã3á4àÝ -.ã3á4àß -%.ã3á4àâ -.ã3×4ÑÞà -.ã3×4ÔØæ -.ã3×4ÛÐÝ -.ã3×4ÛÐâ -.ã3×4ÛØû -.ã3×4ÛØæ -.ã3×4ÛØÜ -.ã3×4ÛØâ -.ã3×4ÛÞÒ -.ã3×4ÛãÔÞÑ -.ã3×4ÝÐç -.ã3×4ÝÐÚ -.ã3×4ÝÕÒÕ -.ã3×4ÝÕÒøÕ -.ã3×4ÝØç -.ã3×4ÝØæ -.ã3×4ÝÞø -.ã3×4àÕâ -.ã3×4àÕÒ -.ã3×4àØøÕâ -.ã3×4àØøÕÒ -.ã3×4àÝ -.ã3×4àú -.ã3×4àÞç -.ã3×4àÞÚÐ -.ã3×4àÞÚÞ -.ã3×4àÞÚã -.ã3×4àãø -.ã3×4ÒÐÝ -.ã3×4ÒÐâ -.ã3×4ÒØÖ -.ã3×4ÒØøÐ -.ã3×4ÒØøÕ -.ã3×4ÒØøÞ -.ã3×4ÒØøã -.ã3×4ÒÞø -.ã4á5ÚÞè -.ã4á5ÚÞÚÞ -.ã4á5ÚÞÛÕ -.ã4á5ÚÞÛã -.ã4á5ÚÞÜ -.ã4á5ÚÞßÐ -.ã4á5ÚÞàÐ -.ã4á5ÚÞáØ -.ã4á5ÚÞâà -.ã4á5ÚÞÒ -.ã×Ð3â2ÚÐ -%.Ò2 -.ÒÐ2Ý3ÕÒà -.ÒÐ2Ý3ãáâÐÒ -.×2 -.×Ð3Ó2Ý -.×Ð3â2ÚÐ -2ò1ò -2ò1û -2ò1ç -2ò1è -2ò1Ö -2ò1Ñ -2ò1æ -2ò1Ô -2ò1ÿ -2ò1ä -2ò1Ó -2ò1å -%2ò1ø -2ò1Ú -%2ò1Û -2ò1ù -2ò1Ü -2ò1Ý -%2ò1ú -%2ò1ß -2ò1à -2ò1á -%2ò1â -%2ò1Ò -2ò1× -2û1ò -2û1û -2û1ç -2û1è -2û1Ö -2û1Ñ -2û1æ -2û1Ô -2û1ÿ -2û1ä -2û1Ó -2û1å -%2û1ø -2û1Ú -%2û1Û -2û1ù -2û1Ü -2û1Ý -%2û1ú -%2û1ß -2û1à -2û1á -%2û1â -%2û1Ò -2û1× -2ç1ò -2ç1û -2ç1ç -2ç1è -2ç1Ö -2ç1Ñ -2ç1æ -2ç1Ô -2ç1ÿ -2ç1ä -2ç1Ó -2ç1å -2ç1ø -2ç1Ú -%2ç1Û -2ç1ù -2ç1Ü -2ç1Ý -%2ç1ú -%2ç1ß -2ç1à -2ç1á -2ç1â -2ç1× -2ç3Òø -2ç3ÒÛ -2ç3Òù -2çÒ. -2è1ò -2è1è -2è1Ö -2è1Ñ -2è1Ô -2è1ÿ -2è1ä -2è1Ó -2è1å -2è1ø -2è1à -2è1á -2è1× -2è3çÒ -2è3æø -2è3æÒ -2è3Üø -2è3ÜÛ -2è3Üù -2è3ßø -2è3ßÛ -2è3ßù -2è3âø -2è3âÛ -2è3âù -2è3ÒÛ -2è3Òù -2èû. -2èç. -%2èçò -2èçû -2èçç -2èçè -2èçÖ -2èçÑ -2èçæ -2èçÔ -2èçÿ -2èçä -2èçÓ -2èçå -2èçø -2èçÚ -%2èçÛ -2èçù -2èçÜ -2èçÝ -%2èçú -%2èçß -2èçà -2èçá -2èçâ -2èç× -2èæ. -%2èæò -2èæû -2èæç -2èæè -2èæÖ -2èæÑ -2èææ -2èæÔ -2èæÿ -2èæä -2èæÓ -2èæå -2èæÚ -%2èæÛ -2èæù -2èæÜ -2èæÝ -%2èæú -%2èæß -2èæà -2èæá -2èæâ -2èæ× -2èÚ. -2èÚò -2èÚû -2èÚç -2èÚè -2èÚÖ -2èÚÑ -2èÚæ -2èÚÔ -2èÚÿ -2èÚä -2èÚÓ -2èÚå -2èÚÚ -2èÚÜ -2èÚÝ -%2èÚú -%2èÚß -2èÚá -2èÚâ -2èÚ× -%2èÛ. -2èù. -2èÜ. -2èÜò -%2èÜû -2èÜç -2èÜè -2èÜÖ -2èÜÑ -2èÜæ -2èÜÔ -2èÜÿ -2èÜä -2èÜÓ -2èÜå -2èÜÚ -2èÜÜ -2èÜÝ -%2èÜú -%2èÜß -2èÜá -2èÜâ -%2èÜÒ -2èÜ× -2èÝ. -%2èú. -2èß. -2èßò -%2èßû -2èßç -2èßè -2èßÖ -2èßÑ -2èßæ -2èßÔ -2èßÿ -2èßä -2èßÓ -2èßå -2èßÚ -2èßÜ -2èßÝ -%2èßú -%2èßß -2èßá -2èßâ -%2èßÒ -2èß× -2èâ. -2èâò -%2èâû -2èâç -2èâè -2èâÖ -2èâÑ -2èâæ -2èâÔ -2èâÿ -2èâä -2èâÓ -2èâå -2èâÚ -2èâÜ -2èâÝ -%2èâú -%2èâß -2èâá -2èââ -2èâ× -2èÒ. -2èÒò -%2èÒû -2èÒç -2èÒè -2èÒÖ -2èÒÑ -2èÒæ -2èÒÔ -2èÒÿ -2èÒä -2èÒÓ -2èÒå -2èÒÚ -2èÒÜ -2èÒÝ -%2èÒú -%2èÒß -2èÒá -2èÒâ -%2èÒÒ -2èÒ× -2Ö1û -2Ö1ç -2Ö1è -2Ö1Ö -2Ö1æ -2Ö1ÿ -2Ö1ä -2Ö1å -2Ö1ø -2Ö1Ú -%2Ö1ß -2Ö1à -2Ö1á -2Ö1â -2Ö1× -2Ö3Ñø -2Ö3ÑÛ -2Ö3Ñù -2Ö3Ñà -2Ö3Ôø -2Ö3ÔÛ -2Ö3Ôù -2Ö3ÔÒ -2Ö3Óø -2Ö3ÓÛ -2Ö3Óù -2Ö3Óà -2Ö3ÓÒ -2Ö3Üø -2Ö3ÜÛ -2Ö3Üù -2Ö3Üà -2Ö3ÒÛ -2Ö3Òù -2Öò. -2ÖÑ. -2ÖÑò -%2ÖÑû -2ÖÑç -2ÖÑè -2ÖÑÖ -2ÖÑÑ -2ÖÑæ -2ÖÑÔ -2ÖÑÿ -2ÖÑä -2ÖÑÓ -2ÖÑå -2ÖÑÚ -2ÖÑÜ -2ÖÑÝ -%2ÖÑú -%2ÖÑß -2ÖÑá -2ÖÑâ -%2ÖÑÒ -2ÖÑ× -2ÖÔ. -%2ÖÔò -%2ÖÔû -2ÖÔç -2ÖÔè -2ÖÔÑ -2ÖÔæ -2ÖÔÔ -2ÖÔÿ -2ÖÔä -2ÖÔÓ -2ÖÔå -2ÖÔÚ -2ÖÔÜ -2ÖÔÝ -%2ÖÔú -%2ÖÔß -2ÖÔá -2ÖÔâ -2ÖÔ× -2ÖÓ. -%2ÖÓò -%2ÖÓû -2ÖÓç -2ÖÓè -2ÖÓÖ -2ÖÓÑ -2ÖÓæ -2ÖÓÔ -2ÖÓÿ -2ÖÓä -2ÖÓÓ -2ÖÓå -2ÖÓÚ -2ÖÓÜ -2ÖÓÝ -%2ÖÓú -%2ÖÓß -2ÖÓá -2ÖÓâ -2ÖÓ× -2ÖÛ. -2Öù. -2ÖÜ. -2ÖÜò -%2ÖÜû -2ÖÜç -2ÖÜè -2ÖÜÖ -2ÖÜÑ -2ÖÜæ -2ÖÜÔ -2ÖÜÿ -2ÖÜä -2ÖÜÓ -2ÖÜå -2ÖÜÚ -2ÖÜÜ -2ÖÜÝ -%2ÖÜú -%2ÖÜß -2ÖÜá -2ÖÜâ -%2ÖÜÒ -2ÖÜ× -2ÖÝ. -2Öú. -%2ÖÒ. -2ÖÒò -%2ÖÒû -2ÖÒç -2ÖÒè -2ÖÒÖ -2ÖÒÑ -2ÖÒæ -2ÖÒÔ -2ÖÒÿ -2ÖÒä -2ÖÒÓ -2ÖÒå -2ÖÒÚ -2ÖÒÜ -2ÖÒÝ -%2ÖÒú -%2ÖÒß -2ÖÒá -2ÖÒâ -%2ÖÒÒ -2ÖÒ× -2Ð1 -2Ñ1ò -2Ñ1û -2Ñ1ç -2Ñ1è -2Ñ1Ö -2Ñ1Ñ -2Ñ1æ -2Ñ1Ô -2Ñ1ÿ -2Ñ1ä -2Ñ1Ó -2Ñ1å -2Ñ1Ú -2Ñ1Ü -2Ñ1Ý -%2Ñ1ú -%2Ñ1ß -2Ñ1á -2Ñ1â -%2Ñ1Ò -2Ñ1× -2Ñø. -2ÑÛ. -2Ñù. -2Ñà. -2æ1ò -2æ1û -2æ1ç -2æ1è -2æ1Ö -2æ1Ñ -2æ1æ -2æ1Ô -2æ1ÿ -2æ1ä -2æ1Ó -2æ1å -2æ1Ú -%2æ1Û -2æ1ù -2æ1Ü -2æ1Ý -%2æ1ú -%2æ1ß -2æ1á -2æ1â -2æ1× -2æ3ÒÛ -2æ3Òù -2æø. -2æà. -2æÒ. -2Ô1ò -2Ô1û -2Ô1ç -2Ô1è -2Ô1Ñ -2Ô1æ -2Ô1Ô -2Ô1ÿ -2Ô1ä -2Ô1Ó -2Ô1å -2Ô1Ú -2Ô1Ü -2Ô1Ý -%2Ô1ú -%2Ô1ß -2Ô1á -2Ô1â -2Ô1× -2Ô3ÒÛ -2Ô3Òù -2Ô3Òà -2ÿ1ò -2ÿ1û -2ÿ1ç -2ÿ1è -2ÿ1Ö -2ÿ1Ñ -2ÿ1æ -2ÿ1Ô -2ÿ1ÿ -2ÿ1ä -2ÿ1Ó -2ÿ1å -2ÿ1ø -2ÿ1Ú -%2ÿ1Û -2ÿ1ù -2ÿ1Ü -2ÿ1Ý -%2ÿ1ú -%2ÿ1ß -2ÿ1à -2ÿ1á -2ÿ1â -%2ÿ1Ò -2ÿ1× -2ÿ. -2Ôø. -2ÔÛ. -2Ôù. -2Ôà. -2ÔÒ. -2Õ1 -2ä1ò -2ä1û -2ä1ç -2ä1è -2ä1Ö -2ä1Ñ -2ä1æ -2ä1Ô -2ä1ÿ -2ä1ä -2ä1Ó -2ä1å -2ä1Ú -2ä1Ü -2ä1Ý -%2ä1ú -%2ä1ß -2ä1á -2ä1â -%2ä1Ò -2ä1× -2äø. -2äÛ. -2äù. -2äà. -2Ó1ò -2Ó1û -2Ó1ç -2Ó1è -2Ó1Ö -2Ó1Ñ -2Ó1æ -2Ó1Ô -2Ó1ÿ -2Ó1ä -2Ó1Ó -2Ó1å -2Ó1Ú -2Ó1Ü -2Ó1Ý -%2Ó1ú -%2Ó1ß -2Ó1á -2Ó1â -2Ó1× -2Ó3Òø -2Ó3ÒÛ -2Ó3Òù -2Ó3Òà -2Óø. -2ÓÛ. -2Óù. -2Óà. -2ÓÒ. -2å1ò -2å1û -2å1ç -2å1è -2å1Ö -2å1Ñ -2å1æ -2å1Ô -2å1ÿ -2å1ä -2å1Ó -2å1å -2å1Ú -2å1Ü -2å1Ý -%2å1ú -%2å1ß -2å1á -2å1â -2å1× -2å3Òø -2å3ÒÛ -2å3Òù -2å3Òà -2åø. -2åÛ. -2åù. -2åà. -2åÒ. -2åÒò -%2åÒû -2åÒç -2åÒè -2åÒÖ -2åÒÑ -2åÒæ -2åÒÔ -2åÒÿ -2åÒä -2åÒÓ -2åÒå -2åÒÚ -2åÒÜ -2åÒÝ -%2åÒú -%2åÒß -2åÒá -2åÒâ -2åÒ× -2Ø1 -2ø1ò -2ø1û -2ø1ç -2ø1è -2ø1Ö -2ø1Ñ -2ø1æ -2ø1Ô -2ø1ÿ -2ø1ä -2ø1Ó -2ø1å -2ø1ø -2ø1Ú -%2ø1Û -2ø1ù -2ø1Ü -2ø1Ý -%2ø1ú -%2ø1ß -2ø1à -2ø1á -2ø1â -%2ø1Ò -2ø1× -2Ú1ò -2Ú1û -2Ú1ç -2Ú1è -2Ú1Ö -2Ú1Ñ -2Ú1æ -2Ú1Ô -2Ú1ÿ -2Ú1ä -2Ú1Ó -2Ú1å -2Ú1Ú -2Ú1Ü -2Ú1Ý -%2Ú1ú -%2Ú1ß -2Ú1á -2Ú1â -2Ú1× -2Ú3Òø -2Ú3ÒÛ -2Ú3Òù -2Úø. -2ÚÛ. -2Úù. -2Úà. -2ÚÒ. -%2Û1ò -%2Û1û -%2Û1ç -%2Û1è -%2Û1Ö -%2Û1Ñ -%2Û1æ -%2Û1Ô -%2Û1ÿ -%2Û1ä -%2Û1Ó -%2Û1å -%2Û1Ú -%2Û1Û -%2Û1ù -%2Û1Ü -%2Û1Ý -%2Û1ú -%2Û1ß -%2Û1à -%2Û1á -%2Û1â -%2Û1Ò -%2Û1× -2ù1ò -2ù1û -2ù1ç -2ù1è -2ù1Ö -2ù1Ñ -2ù1æ -2ù1Ô -2ù1ÿ -2ù1ä -2ù1Ó -2ù1å -2ù1ø -2ù1Ú -%2ù1Û -2ù1ù -2ù1Ü -2ù1Ý -%2ù1ú -%2ù1ß -2ù1à -2ù1á -2ù1â -%2ù1Ò -2ù1× -2Ü1ò -2Ü1û -2Ü1ç -2Ü1è -2Ü1Ö -2Ü1Ñ -2Ü1æ -2Ü1Ô -2Ü1ÿ -2Ü1ä -2Ü1Ó -2Ü1å -2Ü1Ú -2Ü1Ü -2Ü1Ý -%2Ü1ú -%2Ü1ß -2Ü1á -2Ü1â -%2Ü1Ò -2Ü1× -2Üø. -2ÜÛ. -2Üù. -2Üà. -2Ý1ò -2Ý1û -2Ý1ç -2Ý1è -2Ý1Ö -2Ý1Ñ -2Ý1æ -2Ý1Ô -2Ý1ÿ -2Ý1ä -2Ý1Ó -2Ý1å -2Ý1Ú -%2Ý1Û -2Ý1ù -2Ý1Ü -2Ý1Ý -%2Ý1ú -%2Ý1ß -2Ý1à -2Ý1á -2Ý1â -%2Ý1Ò -2Ý1× -%2ú1ò -%2ú1û -%2ú1ç -%2ú1è -%2ú1Ö -%2ú1Ñ -%2ú1æ -%2ú1Ô -%2ú1ÿ -%2ú1ä -%2ú1Ó -%2ú1å -%2ú1ø -%2ú1Ú -%2ú1Û -%2ú1ù -%2ú1Ü -%2ú1Ý -%2ú1ú -%2ú1ß -%2ú1à -%2ú1á -%2ú1â -%2ú1Ò -%2ú1× -2Þ1 -%2ß1ò -%2ß1û -%2ß1ç -%2ß1è -%2ß1Ö -%2ß1Ñ -%2ß1æ -%2ß1Ô -%2ß1ÿ -%2ß1ä -%2ß1Ó -%2ß1å -%2ß1Ú -%2ß1Ü -%2ß1Ý -%2ß1ú -%2ß1ß -%2ß1á -%2ß1â -%2ß1Ò -%2ß1× -2ßø. -2ßÛ. -2ßù. -2ßà. -2à1ò -2à1û -2à1ç -2à1è -2à1Ö -2à1Ñ -2à1æ -2à1Ô -2à1ÿ -2à1ä -2à1Ó -2à1å -2à1ø -2à1Ú -%2à1Û -2à1ù -2à1Ü -2à1Ý -%2à1ú -%2à1ß -2à1à -2à1á -2à1â -%2à1Ò -2à1× -2á1ò -2á1û -2á1ç -2á1è -2á1Ö -2á1Ñ -2á1Ô -2á1ÿ -2á1ä -2á1Ó -2á1å -2á1á -2á1× -2á3Úø -2á3Úù -2á3âÛ -2á3Òù -2áæ. -2áæò -2áæû -2áæç -2áæè -2áæÖ -2áæÑ -2áææ -2áæÔ -2áæÿ -2áæä -2áæÓ -2áæå -2áæÚ -%2áæÛ -2áæù -2áæÜ -2áæÝ -%2áæú -%2áæß -2áæà -2áæá -2áæâ -2áæ× -2áø. -2áÚ. -2áÚò -2áÚû -2áÚç -2áÚè -2áÚÖ -2áÚÑ -2áÚæ -2áÚÔ -2áÚÿ -2áÚä -2áÚÓ -2áÚå -2áÚÚ -2áÚÜ -2áÚÝ -%2áÚú -%2áÚß -2áÚá -2áÚâ -2áÚ× -2áÛ. -2áù. -2áÜ. -2áÜò -2áÜû -2áÜç -2áÜè -2áÜÖ -2áÜÑ -2áÜæ -2áÜÔ -2áÜÿ -2áÜä -2áÜÓ -2áÜå -2áÜÚ -2áÜÜ -2áÜÝ -%2áÜú -%2áÜß -2áÜá -2áÜâ -%2áÜÒ -2áÜ× -2áÝ. -2áú. -2áß. -2áßò -2áßû -2áßç -2áßè -2áßÖ -2áßÑ -2áßæ -2áßÔ -2áßÿ -2áßä -2áßÓ -2áßå -2áßÚ -2áßÜ -2áßÝ -%2áßú -2áßß -2áßá -2áßâ -2áßÒ -2áß× -2áà. -2áâ. -2áâò -2áâû -2áâç -2áâè -2áâÖ -2áâÑ -2áâæ -2áâÔ -2áâÿ -2áâä -2áâÓ -2áâå -2áâÚ -2áâÜ -2áâÝ -%2áâú -2áâß -2áâá -2áââ -2áâ× -2áÒ. -2áÒò -2áÒû -2áÒç -2áÒè -2áÒÖ -2áÒÑ -2áÒæ -2áÒÔ -2áÒÿ -2áÒä -2áÒÓ -2áÒå -2áÒÚ -2áÒÜ -2áÒÝ -%2áÒú -2áÒß -2áÒá -2áÒâ -2áÒÒ -2áÒ× -2â1ò -2â1û -2â1ç -2â1è -2â1Ö -2â1Ñ -2â1æ -2â1Ô -2â1ÿ -2â1ä -2â1Ó -2â1å -2â1Ú -2â1Ü -2â1Ý -%2â1ú -2â1ß -2â1á -2â1â -2â1× -2â3Òø -2â3ÒÛ -2â3Òù -2âø. -2âÛ. -2âù. -2âà. -2âÒ. -2ã1 -2Ò1ò -2Ò1û -2Ò1ç -2Ò1è -2Ò1Ö -2Ò1Ñ -2Ò1æ -2Ò1Ô -2Ò1ÿ -2Ò1ä -2Ò1Ó -2Ò1å -2Ò1Ú -2Ò1Ü -2Ò1Ý -%2Ò1ú -2Ò1ß -2Ò1á -2Ò1â -2Ò1Ò -2Ò1× -2Òø. -2ÒÛ. -2Òù. -2Òà. -2×1ò -2×1û -2×1ç -2×1è -2×1Ö -2×1æ -2×1ÿ -2×1ä -2×1å -2×1Ú -2×1ß -2×1á -%2×1â -2×1× -2×3Ñù -2×3ÔÛ -2×3Ôù -2×3ÔÒ -2×3Óø -2×3Óù -2×3ÜÛ -2×3Üà -2×3ÒÛ -2×3Òù -2×Ñ. -2×Ñò -2×Ñû -2×Ñç -2×Ñè -2×ÑÖ -2×ÑÑ -2×Ñæ -2×ÑÔ -2×Ñÿ -2×Ñä -2×ÑÓ -2×Ñå -2×ÑÚ -2×ÑÜ -2×ÑÝ -%2×Ñú -2×Ñß -2×Ñá -%2×Ñâ -2×ÑÒ -2×Ñ× -2×Ô. -2×Ôò -2×Ôû -2×Ôç -2×Ôè -2×ÔÑ -2×Ôæ -2×ÔÔ -2×Ôÿ -2×Ôä -2×ÔÓ -2×Ôå -2×ÔÚ -2×ÔÜ -2×ÔÝ -%2×Ôú -2×Ôß -2×Ôá -%2×Ôâ -2×Ô× -2×Ó. -2×Óò -2×Óû -2×Óç -%2×Óè -2×ÓÖ -2×ÓÑ -2×Óæ -2×ÓÔ -2×Óÿ -2×Óä -2×ÓÓ -2×Óå -2×ÓÚ -2×ÓÜ -2×ÓÝ -%2×Óú -2×Óß -2×Óá -%2×Óâ -2×Ó× -2×ø. -2×Û. -2×ù. -2×Ü. -2×Üò -2×Üû -2×Üç -2×Üè -2×ÜÖ -2×ÜÑ -2×Üæ -2×ÜÔ -2×Üÿ -2×Üä -2×ÜÓ -2×Üå -2×ÜÚ -2×ÜÜ -2×ÜÝ -%2×Üú -2×Üß -2×Üá -%2×Üâ -2×ÜÒ -2×Ü× -2×Ý. -2×ú. -2×à. -2×Ò. -2×Òò -2×Òû -2×Òç -2×Òè -2×ÒÖ -2×ÒÑ -2×Òæ -2×ÒÔ -2×Òÿ -2×Òä -2×ÒÓ -2×Òå -2×ÒÚ -2×ÒÜ -2×ÒÝ -%2×Òú -2×Òß -2×Òá -%2×Òâ -2×ÒÒ -2×Ò× -3ç2ÛÐÝ -3ç2ÛÐú -3Ñ2ÔÕú -3Ñ2ÔÕâ -3Ñ2ÔøÕú -3Ñ2ÔøÕâ -3æ2ÜÐç -3æ2ÜÐÚ -3æ2ÜØ× -3æ2ÜÞÚ -3Ó2ÔÕÓÞÔ. -3Ó2ÔÕÚÐÔ -3Ó2ÔÕÚÐÚ -3Ó2ÔøÕÓÞÔ. -3Ó2ÔøÕÚÐÔ -3Ó2ÔøÕÚÐÚ -3Ó2ÜØÛ -3Ó2ÜØù -3Ó2ÜØ× -3Ó2ÝÐø -3Ó2ÝÕÖò -3Ó2ÝÕÒ -3Ó2ÝÕ×Ô -3Ó2ÝØøÕÖò -3Ó2ÝØøÕ×Ô -3Ó2úÐÒ -3Ó2úÕç -3Ó2úÕá -3Ó2úÕâ -3Ó2úÕÒ -3Ó2úØÛ -3Ó2úØù -3Ó2úØÞ -3Ó2úØâ -3Ó2úãà -3Ó2ÝÞø -3Ó2ÝÞá -3Ó2ÝÞ× -3å2âÕÛ -3å2âÕú -3å2âÕâØ -3å2âÕÒ -3å2âøÕÛ -3å2âøÕú -3å2âøÕâØ -3å2âøÕÒ -3Ú2ÝÕÖ -3Ú2ÝÕ× -3Ú2úØÖ -3Ú2úØÓ -3Ü2ÝÐÖ -3Ü2ÝÞÖ -3Ü2ÝÞÓ -3ß2áØç -3ß2áØÚ -3ß2áÞÒ -3ß2áãø -3à2òÐ -%3à2øÕ -3á2äÕà -3â2ÜÐáâ -3â2ÜãÛ -3â2Üãù -3â2ÜãÞ -3â2Üãà -4à3øÕ. -4à3øÕÜ -ç2Ò -%è2û -è2ç -%è2æ -%è2Ú -è2Û -è2ù -è2Ü -è2Ý -%è2ú -è2ß -è2â -è2Ò -Ö2ò -Ö2Ñ -Ö2Ô -Ö2Ó -Ö2Û -Ö2ù -Ö2Ü -Ö2Ý -%Ö2ú -Ö2Ò -Ð3Ð -Ð3Õ -Ð3Ø -Ð3Þ -Ð3ã -Ñ2ø -Ñ2Û -Ñ2ù -Ñ2à -æ2ø -æ2à -æ2Ò -Ô2Ö -Ô2ø -Ô2Û -Ô2ù -Ô2à -Ô2Ò -Õ3Ð -Õ3Õ -Õ3Ø -Õ3Þ -Õ3ã -ä2ø -ä2Û -ä2ù -ä2à -%Ó2ø -Ó2Û -Ó2ù -Ó2à -Ó2Ò -%å2ø -å2Û -å2ù -å2à -å2Ò -Ø3Ð -Ø3Õ -Ø3Ø -Ø3Þ -Ø3ã -%Ú2ø -Ú2Û -Ú2ù -Ú2à -Ú2Ò -Û2ø -%Ü2ø -Ü2Û -Ü2ù -Ü2à -%Ý2ø -ÝÕ3Ó2ÔÕ. -ÝÕ3Ó2ÔøÕ. -ÝØ3Ó2ÔÕ. -ÝØ3Ó2ÔøÕ. -Þ3Ð -Þ3Õ -Þ3Ø -Þ3Þ -Þ3ã -ß2ø -ß2Û -ß2ù -ß2à -á2æ -%á2ø -á2Ú -á2Û -á2ù -á2Ü -á2Ý -%á2ú -á2ß -á2à -%á2â -á2Ò -â2ø -â2Û -%â2ù -%â2à -â2Ò -ã3Ð -ã3Õ -ã3Ø -ã3Þ -ã3ã -%Ò2ø -Ò2Û -Ò2ù -Ò2à -×2Ñ -×2Ô -×2Ó -×2ø -×2Û -×2ù -×2Ü -×2Ý -%×2ú -×2à -×2Ò -} -\hyphenation{ -ÝÐ-ÔÝÞ ÝÐ-âÚÐ ÝÐ-âÚÐ-âØ ÝÐ-âÚÐ-èÕ Þ-ÔÝÞ Þ-âÚÐ Þ-âÚÐ-âØ Þ-âÚÐ-èÕ -ßÞ-ÔÝÞ ßÞ-ÔÝÕ ßÞ-âÚã ßÞ-âÚØ ßÞ-âÚÕ ßÞ-âÚÐ ã-ÔÝÞ Ø-ÓÔÕ Ø-ÓÔøÕ áÒã-ÓÔÕ -áÒÕ-ÓÔÕ áÒã-ÓÔøÕ áÒÕ-ÓÔøÕ ßÞ-ÝÕ-ÓÔÕ ßÞ-ÝÕ-ÓÔøÕ Ø-×ÑØ Ø-×ÑÕ -Ø-×ÑÐ Ø-×ÑØ-æØ Ø-×ÑØ-æÕ Ø-×ÑØ-æÐ Ø-×ÒØâ Ø-×ØÜ Ø×Þ-ÑÐ-àã -Ø×Þ-ÑÐ-àØ Ø×Þ-ÑÐ-àÕ Ø×Þ-ÑÐ-àÐ Ø-áÚÞÚ Ø-áÚÞ-Úã Ø-áÚÞ-ÚÐ -Ø-áÚÞÝ Ø-áÚÞ-Ýã Ø-áÚÞ-ÝØ Ø-áÚÞ-ÝÐ Ø-áÚàã Ø-áÚàÕ Ø-áÚàØ -Ø-áÚàÐ Ø-áÚàÐÒ Ø-áßÞÔ Ø-áßÞ-ÔÐ Ø-áâàã Ø-áâàØ Ø-áâàÞ Ø-áâàÕ -Ø-áâàÐ ÝÐ-øã ÝÐ-øØ ÝÐ-øÞ ÝÐ-øÕ ÝÐ-øÐ ÝÐ-øÐÜ ÝÐ-øÕáâ Þ-ÑàÐ× -Þ-ÑàÕâ Þ-ÔÒØ-ÚÐ Þ-ÔàÐÝ Þ-ÔàÐ-âØ ßàÕ-ÔÒÞø àÐ-×Üã àÐ-×ÜØ -àÐ-×ÜÞ àÐ-×ÜÕ àÐ-×ÜÐ àÐ-×Ýã àÐ-×ÝØ àÐ-×ÝÞ àÐ-×ÝÕ àÐ-×ÝÐ -àÐ-áÚÛÞß àÐ-áßÕ-Ûã àÐ-áßÕ-ÛÞ àÐ-áßÕ-ÛÐ àÐ-áßÕ-ûÐ -àÐ-áßÕ-ûã àÐ-áßÕ-ûÕ àÐ-áâã àÐ-áâØ àÐ-áâÕ àÐ-áâÐ -àÐ-áâÞÜ àÐ-áâÕà àÐ-èûã àÐ-èûØ àÐ-èûÞ -àÐ-èûÕ àÐ-èûÐ ã-×ÝÞ ã-×ÝÐ ã-×ÝØ ã-×ÝØÚ ã-×àÞÚ -ã-áÚã ã-áÚØ ã-áÚÞ ã-áÚÕ ã-áÚÐ ãá-ÚÞá ã-áßØÞ ã-áßÕÞ ã-áßÞà -ã-èûã ã-èûÕ ã-èûÐ ØÝ-âÕ-àÕá âàÐÝ-áã âàÐÝ-áÐ âàÐÝ-áÞÜ -âÕ-ÛÕ-ÒØ-×Þà âÕ-ÛÕ-ÒØ-×Þ-àã âÕ-ÛÕ-ÒØ-×Þ-àÞÜ âÕ-ÛÕ-ÒØ-×Þ-àÐ âÕ-ÛÕ-ÒØ-×Þ-àØ -ßàØ-âØ-áÐÚ ßàØ-âØ-á-ÚÞÜ ßàØ-âØ-á-Úã ßàØ-âØ-á-ÚÐ -ßÞ-øÐ-ÒØ-ûÕ ÝÐ-ßã-èâÐ ßàÞ-ÓàÐ-ÜØ-àÐ-úÕ áÝØ-ÜÐ-úÐ áÝØ-ÜÐ-úÕ -} - -\endgroup - -\lefthyphenmin2 -\righthyphenmin2 diff -Nru texlive-lang-2007.dfsg.4/texmf/tex/generic/hyphen/svhyph.tex texlive-lang-2009/texmf/tex/generic/hyphen/svhyph.tex --- texlive-lang-2007.dfsg.4/texmf/tex/generic/hyphen/svhyph.tex 2006-01-02 23:53:43.000000000 +0000 +++ texlive-lang-2009/texmf/tex/generic/hyphen/svhyph.tex 1970-01-01 01:00:00.000000000 +0100 @@ -1,4757 +0,0 @@ -% -------------------------------------------------------------------------- -% Swedish hyphenation patterns. -% -% Copyright 1994 by Jan Michael Rynning. All rights reserved. -% This program may be distributed and/or modified under the conditions of -% the LaTeX Project Public License, either version 1.2 of this license or -% (at your option) any later version. The latest version of this license -% is in http://www.latex-project.org/lppl.txt and version 1.2 or later is -% part of all distributions of LaTeX version 1999/12/01 or later. -% -% Last update: 1994-03-03 (March 3, 1994). -% Revision history: -% 1991-01-08: First version available for anonymous FTP. -% 1991-08-08: Changed \aa to \aa0 at end of line, to stop TeX from -% concatenating the patterns. -% 1991-09-03: Cleaned up lots of inconsistencies in the dictionary. -% As a consequence, the patterns shrunk a lot. Also -% added some 4000 one-syllable words, some of which were -% hyphenated by the old patterns, and some 1500 compound -% words, about half of which were incorrectly hyphenated -% by the old patterns. -% 1991-11-01: Added another some 6200 compound words, all of which were -% incorrectly hyphenated by the old patterns. -% 1991-11-13: Added another some 6500 compound words, all of which were -% incorrectly hyphenated by the old patterns. -% 1992-01-30: Changed macros to ^^, for use with LaTeX and dc fonts. -% 1994-03-03: The hyphenated dictionary now contains about 118,000 words. -% The hyphenation now works much better for compound words. -% Patgen parameters: 1 2 20, 2 1 8, 1 4 7, 3 2 1, 1 10000 4. -% -% This file contains Swedish hyphenation patterns for TeX. It assumes -% that you have fonts with the Swedish letters in the positions where -% they occur in ISO Latin 1 (ISO 8859/1): -% Letter: \AA \"A \"O \'E \aa \"a \"o \'e -% Position: "C5 "C4 "D6 "C9 "E5 "E4 "F6 "E9 -% -% Load this file into initex after plain.tex (or lplain.tex, splain.tex, -% or whatever). -% -% The patterns were generated in such a way that they will hyphenate -% correctly if \lefthyphenmin>=1 and \righthyphenmin>=2. -% -% These hyphenation patterns work quite well for simple words, but not -% quite as well for compound words. I'm working on improving the quality, -% by adding more words. If you know any Swedish words which are not -% correctly hypheneted using these patterns, or if you have questions or -% comments, please contact me: -% -% Jan Michael Rynning -% -------------------------------------------------------------------------- -\message{Swedish hyphenation patterns, Jan Michael Rynning, 1994-03-03.} -{ -% Set \catcode, \uccode, and \lccode for the Swedish letters. -% This should be done for all letters, really. -\catcode`^^c5=11 \catcode`^^c4=11 \catcode`^^d6=11 \catcode`^^c9=11 -\catcode`^^e5=11 \catcode`^^e4=11 \catcode`^^f6=11 \catcode`^^e9=11 -\uccode`^^c5=`^^c5 \uccode`^^c4=`^^c4 \uccode`^^d6=`^^d6 \uccode`^^c9=`^^c9 -\uccode`^^e5=`^^c5 \uccode`^^e4=`^^c4 \uccode`^^f6=`^^d6 \uccode`^^e9=`^^c9 -\lccode`^^c5=`^^e5 \lccode`^^c4=`^^e4 \lccode`^^d6=`^^f6 \lccode`^^c9=`^^e9 -\lccode`^^e5=`^^e5 \lccode`^^e4=`^^e4 \lccode`^^f6=`^^f6 \lccode`^^e9=`^^e9 -\patterns{ % just type if you're not using INITEX -.a4b -.ab5i -.ab5ol -.ab3r -.ac3 -.a4d -.a3dr -.ad3s -.a5g4ra -.a5gre -.a5kl -.a5le -.al4pr -.a3lu -.am4br -.amp3l -.a5mu -.and4rar -.a2n5es -.ang4er -.an5go -.an5s -.ap1p -.as2k -.a3sket -.as4t -.a5sten -.a3sti -.a5ta -.at3t -.au3st -.a4val -.av3s4 -.b4 -.bak5s -.ben5s -.bild3s -.bo2k -.bort1 -.cis4 -.cy5klop -.d4 -.d^^e4r3 -.ek1v -.e3l4a -.e2l5in -.en5st -.e4n^^e4 -.e2r3i -.e2s -.e5skad -.es3kal -.es5kap -.es4t -.e5strad -.e3tr -.evan5 -.ex3 -.f4 -.feb3r -.fram3 -.fres5 -.f^^e5gel3 -.f^^f6r1a -.f^^f6r1en -.g2 -.gu4l^^e4 -.gus3 -.he2m -.hu5sa -.ib4 -.ik4 -.im3p -.i2n1 -.i4na -.in3d -.in4ger -.ink2 -.in3s2 -.in3t -.is5ka -.i3so -.k4 -.kans4k -.ko5li -.kort5s -.kring3 -.krings2 -.k^^f6p5s -.l2 -.lak5r -.lek5tr -.lu2st -.m2 -.mas2ke -.ma5skeri -.me4re -.minis4 -.mj^^f6lk5s -.mon2s -.m^^e5n3s -.m^^e54st -.m^^e4n5sko -.m^^f6rk5r -.n4 -.ner1 -.no4n -.n^^f6d5r -.oc1ku -.ok3t -.o3kv -.o2ma -.o2mo -.om3s4 -.o3mu -.on4k -.o3o -.ord3s -.o5sc -.o1s4k -.o3sl -.o3stra -.o3sv -.o3tr -.o1u -.p4 -.papp5s -.pa3ste -.pa5sti -.pi5sti -.pres2s -.pub3lika -.r2 -.re4gr -.re2ste -.runs4 -.rym2d -.r^^f6ve5 -.s4 -.sa2k -.seg3r -.si5o -.sj^^f61 -.sk4 -.skott3s -.slut3s -.st4 -.sta2m -.sten3s -.string4 -.sup3p -.t4 -.ta3bl -.ta4k -.tak5l -.tes3ta -.tig3r -.til4l -.ti3o -.topp5s -.tred2s -.tre3s -.tr^^e45k -.u3k -.ult5r -.ung2e -.up2 -.u4ra -.ur3s -.u2t1 -.u4ta -.u5trer -.ut5s -.v2 -.var4t -.vatten3 -.ved5s -.v^^e42g -.v^^e4g3s -.x2 -.y2a -.y4e -.^^e5ng3 -.^^e5r4s5 -.^^e53st -.^^e5ter1 -.^^e43ro -.^^f63ro -a2b -ab4bu -a5be -abel4s -abe2s -ab1l -ab3la -ab3ort -ab5ric -ab3rio -ab4sc -ab4sk -a5bu -ac4kes -ac4kis -ack3sk -ack3u4p -a5dag -a5dek -a5del -ad5ep -ad3j -ad3op -a5dran -a3dre -1adres -ad3ril -ad3ru -ad2s -a5ed -af4fo -3aff^^e4 -1af3ri -af4tor -a1ga -aga4ra -a1ge -a2ge. -ag1gr -ag1l -ag5ord -ag3ro -a4gur -a4hj -aib4 -a3iv -a1j -a3ka -a4kart -a5ke -a1ki -ak3n -a1ko -ak5ram -akri5s -ak3rob -ak4sta -1aktig -ak3tri -a1ku -a5kvari -ak3ve -a5k^^e5r -ak5^^e5t -4ak^^f6 -a1la -al5adm -ali2br -a2lin -a5lin. -a3line -al3ins -ali5stik -a4lj -alk3ak -al2kv -al4k^^e4 -all3st -al3l^^e5 -alms4k -a1lo -al5ort -als5pa -al3tr -al4tu -al4t^^e4 -a1lu -alu5s -alv3s -a1ly -a4maf -am4i -am4pr -am1s -am3^^e5t -a3m^^f6 -ana4bo -an3alf -an3ark -an3c -anci5 -an5dak -andel2s -an4dun -an4d^^e4n -a4nef -ang4es -an3gi -an1gr -aniu4 -ank3r -ano2i -a4nok -a4nop -an5sce -ansis3t -an4sj -ans5ku -ans3li -ans3par -an1st -an4sto -an4sty -1ansvar -an4tj -an4tre -a1nu -a5ny -a3n^^f6 -a1o -a1pe -a2pe. -ape4n3 -a1pi -ap4lan -apo3str -1appara -apps4k -ap3ric -ap3rif -a5pris -ap2s -ap3se -aps5l -aps3p -apu5s -a5py -a5p^^e4 -2ara -a4rann -a4rarv -1arb -4arbi -2arbo -4arbr -ar3dr -ard5st -a4rend -arg5si -2arh -a1ri -a4rigen -ar3ka -ark3lan -ar5kr -4arl -4arn. -ar4nal -a1ro -a2rob -4arp -ar2sa -ar5skal -arsk5l -ar2sv -ar4tro -arts5p -ar4tur -4aru -a4rur -a5rus -ar4v^^e4g -a3ry -a3r^^e4 -2asa -asbe4 -a1sc -as2h -asis5t -as3kis -a2sko -a4skr -as3ku -as5l -as3pa -as3pig -as2sk -as2s5op -as2sp -as2st -ass5up -as3ta -a5stard -as5ter -as5tiker -asti5o -as3to -as4tr -ast5rak -a5stral -ast3rol -as5t^^f6r -a3su -a4sul -a4sund -as2ut -as3v -a1sy -a2s5^^e5 -a2s^^f6 -a1t -ata5ra -a5te -ati5^^f6 -a4tj -a2tr -a3tral -4atrar -a4t3re -at3ria -a3tric -at3rie -a5trik -a3tris -a3t4ro -a4tro. -at4ska -1attac -at2tak -at4tj -at4tos -att3s -a4tung -2au -au5b -au2t5a -3autom -aut5s -2a1va -a4vart -1avg -2a1vi -av3r -4a3v^^e4 -a5^^e5 -1b2 -3ba -ba4di -ba4do -bad3s4 -bak5l -ba4ko -ba4ku -bank5l -bas4ta -ba5stu -4bb -b4bak -b4batt -bbb4 -bb3l -bb4ler -b4b3r -bb4so -4b3d -3be -be3d4r -be5e -be1k -4beld -be5lu -be3ly -be3l^^e5 -be5l^^f6 -beng4 -be3n^^e5 -be1r^^f6 -be1s -be3sl -bes5s -be4sta -be4ste -be5su -be3tr -be3tv -be3u -4bex -2b3f -2b5h -3bi -bi3d4 -4binv -bis3ko -bi5skv -b3je -b3k -b5lar -b5lat -ble4mo -b5len -5blera -3bles -5blid -3blikr -3bliks -4b3m -2b3n -3bo -bo4gr -bo2kl -bo1mu -5bon -bors5te -bor4ti -bort3r -borts2 -bort3sl -bo1s -bo4sc -boy5 -4b3p -2b5raf -4brar -2b5rati -3brik. -b3rika -3brike -3briks -b5rik^^f6 -bru4st -3bry -3br^^f6 -4b3s -b5sce -bs3ch -b4slan -b4sof -b4sp -bst4 -b4stj -4b3t -3bu -bund4s -bus2st -b3v -3by -by5r -3b^^e5 -b^^e5ng3 -b^^e5t2s -3b^^e4 -3b^^f6 -b^^f6r2s -c2 -5cap -c3c -1c4e -cens3t -3centr -ceu4s -4ch. -3chau -3chef -5choc -4cht -ch^^e4s3 -ch^^f6r4 -1ci -ci4lu -cim2 -cipp4 -4ck -c3ka -c3ke -c3ki -ck5j -ck1l -ck5lis -ck3n -c3ko -c4kordn -ck3org -c4kort -ck3r -ck4re -ck3sla -ckus2 -ck3va -ck3ve -ck3v^^e4 -ck5^^e4 -ck3^^f6 -cle2a -co2a -co4m -4cr -cros2 -4cs -1cy -1d -3da -5da. -4dadr -dags3 -2dak -5dako -da3li -5dam -da3m^^e5 -4dand. -4d1ap -4darb -4dart -da4tr -dat5t -4dax -2db -4dc -dcen3 -2dd -ddd4 -ddi4s -d3dj -d4dos -dd3ra -dd3re -dd3ri -d3dr^^e4 -dd2s -dds3v -3d2e -de1k4 -4deko -4deld -del2sa -dels5ti -de5lut -d4en -denti5^^f6 -den2to -de3pr -5der -der1k -de2ro -de5rol -der5sti -de4ru -de2s -de3se -de3sp -des3ti -d4et -de3tr -4dex -2d1f -df^^f63ra -2d1g -d3gl -2d5h -3di -dias4 -di5el -di2gr -di3ka -di5ku -4dinf -din3g4o -4dinr -4dins -2dinsp -4dint -di1o -di4od -di3sc -di4sj -dis3ko -dis1kr -dis1p -dis5to -dis3tra -di4tre -2dj -d3jor -djup5p -3djur -2d3k2 -4d5l -2d1m -2d1n -3do -d2ol -do5lo -4domr -dom2sk -5don -do4pak -4d5ord -4dori -4dort -d5ost -do3y -2d1p -2d2r2 -d3rad -3d4rag -d3rand -d5rarb -d5rassera -d5ratu -3drej -d3ren -5dres -d3ret -d4ric -3drif -d3rig -4d5rik -d3rin -3d4riv -d5roc -3dropp -d3ror -4drot -drotts3 -d3r^^e4kn -3dr^^e4kt -5dr^^e4n -d3r^^e4t -d5r^^f6d -4ds -d2s1an -d2se -ds5enh -d4sf -d2si -ds3ins -d2sj -dsk2 -d3skef -ds4ken -d3ski -ds3kl -ds5kn -ds1l -ds4lot -ds4mo -d4sm^^e5 -ds5n^^e5 -d2so -ds3pl -ds3s4 -ds3tal -d5stat -ds4te -dste4a -d5stig -ds3tin -ds5tro -d2su -ds1v -d2s^^f6 -2d3t -3du -dub3ble -4dup -du1s -du2sc -du4ste -du5s^^f6 -4dut -du4vu -2d1v -d3vr -2d3w -3dy -dy4kan -dy4ro -4dz -5d^^e5g -2d^^e5s -4d^^e5t -4d^^e4g -d^^e42r -3d^^f6 -d^^f6ds1 -4d^^f6g -4d^^f6p -d5^^f6st -d^^e94 -e1a -e2ake -e4am -4eb -e2br -eb3ril -4ec -e3ch -echiff5 -ecis4 -e3co -e2d -e4dans -edd4r -edi4u -ed3j -e5dral -ed1sk -ed2sko -ed3s2l -edso4 -e3d^^e5 -e1e -e2ed -e4ei -ee2k5 -e4en. -e4ene -e1f -ef4s -3efte -e1g -e3ga -e3ge -ege2l -eg1l -eg2ler -e3glera -e5gleri -e4gran -eg5rat -eg3rin -e5gru -egs3 -e5g^^e5 -eig2 -ei5gn -e3ik -e1in -ei5sh -e1isk -e1jo -e3ju -e3j^^e4 -e5j^^f6 -e3ka -e1ki -e1kl -ek3lat -ek4le -ek3n -e1ko -ekord5s -ek3orr -ek4ret. -ek5ro -e1ku -e1kve -ek5vis -e1ky -e1k^^e4 -e1la -el1akt -el4arb -3eld. -eleb3r -elekt3ri -el4fra -eli5ku -el3k4 -el3li -ell3s -el3l^^e4 -e1lo -e4lob -el3p -el2si -el5ug -e5luv -2e1l^^e4 -e1m -e5mat -e5mis -emon1s -em5ort -emp5le -en5art -e2nav -en4ce -e4ned -e4nek -ene3r^^f6 -2enj -en5klo -en3kn -en5kr -en5k^^e4 -enning5 -ennings2 -eno2m -en3si -ens5ke -ens2m -en2sp -ens4te -ens4vin -en4s^^e5 -ent4ha -en2t1r -ent4rat. -ent3rati -ent3ri -ent5ru -e5nus -2eny -2e1n^^e4 -e1o -e2og -eo4i -e5or -2ep -e1pe -e1pi -e3pla -ep5le -epp2s3 -epps5t -e1pr -ep3s -ep4tr -epu3b -e3p^^e5 -er1ak -4eras -er3d4 -erg4l -er4gu -er4g^^e5s -e1ri -e5rib -e4rinf -erings3 -eri5stik -erk4lin -erl^^e44 -er5na -e1ro -e3rob -e2rom -erp4 -er3ra -er5sc -ers4ken -er3sl -ers4le -er4sta -er2ste -er3str -er3sv -e1ru -e5rum -e3ry -e5r^^e5d -e1r^^e4 -e2sal -es5all -es3arm -e1sc -2ese -es4hi -esi4u -es2k -e4skan -es5kar -e4s3ken -es3ker -es5kul -e1sl -e5slag -es2mi -e1sp -es3pl -es2sk -ess5l^^e4 -es2st -e3stal -es5ten. -esti2ge -es3tin -es5tor. -es4tr -est5rer -e3stru -est4r^^f6 -e3st^^e5 -es2u -e1sy -eta3b -e5ti -eti3^^f6 -e1to -e5tri. -et3ris -e5tr^^e4 -et2s -ets2ad -ets3kr -ets1l -ets3m -ets5pa -et4sv -ett3r -e1tu -etu4ri -et4va -et5vu -e1ty -2etz -e1t^^e4 -et^^e4c4 -euk4 -e5um. -e5up4 -4eur -eu4se. -eu5tro -e1v -e4varm -e4vj -ev3r -3exp -ext4r -4e^^e4 -f2 -3fa -fac4 -fac5ke -4fans -4farb -fa3sh -fa4st -fa4t^^f6 -4fav -4f3b -f3d -3fe -4fef -fe2l -fes5ta -fe3sto -4fex -2f1f -fff4 -ff3l -ff3n -f3fo -ff3r -ffs4 -f3f^^e4 -ff^^f65re -f3g2 -f5h -3fi -fi2br -fib5rig -fi3li -fin5sm -fi3skal -fisk3r -fi2ti -2f3k -1fl -flo4da -4f3m -fma4 -1fo -4fof -fol2 -folk1 -2f5om -fo2na -for4mo -fost3r -4f3p -fra2m -fram5p -f4rer -5freri -fre4s -f4ri. -fri5sp -5frit -fros5ta -fru5str -fr^^e5n5 -2f3s -fs2k -f4sl -f4sm -f4sn -f4sp -f4st -f4sv -2ft -f3ta -f4taf -f4tak -f4tap -f4tarm -fte4r -f4tex -f3ti -f4tin -f3to -f4t3r -ft2sa -ft4set -ft2s5i -ft4sj -fts4t -fts5v^^e4 -ft5t -ft1v -3fu -furs5te -fu5ru -fu3tu -4fv -5fy -fy4ma -f^^e53t^^f6 -1f^^e4 -f^^e4s5ti -3f^^f6 -f^^f62ra -f^^f62ren -f^^f62ri -f^^f6r3k -f^^f6r3sm -f^^f6r3su -f^^f6rt4 -f^^f6r1^^f6 -ga5br -3g2ag -4gakt -3g2al -gall3s -ga5l^^e4 -ga4no -2garb -4garm -ga2ro -4gart -ga4st -ga4su -5g2ati -gaus4 -g4av -g5avsn -4gax -2gb -2gd -g3d4r -ge2a -ge5b4 -2gef -2ge4j -g2eli -3gelis -gel5st -gel5y -3gel^^e4 -gel5^^e4n -g4em -ge4nap -gen5g -3g2eni -3genj -4genm -genom5 -gen4sa -g4ense -1g2ent -4genv -ge5ny -3gen^^e4 -ge2o -1g2era -4gerarb -3g2eri -gers5n -5gese -ge4to -get5s -5g2ett -2g1f -2gg -g1ga -g4gap -g1ge -gg5g -gg1l -g4gos -ggs4la -ggs4m -gg3s4t -gg3s4v -g4gu -2gh -gh4te -1g2i -gi1o -gi5sn -gi4ste -gis4tr -gi5stral -gi5st4rat -3giv -gi2^^f6 -g2jo -3gjor -g3j^^e4 -2g3k2 -2gl -g4lans -g1lar -g2las -5glase -glas5k -5glas^^f6 -g4lid -4glj -g4l^^f6g -5gl^^f6m -2g1m -2g1n -g4nag -g2no -1g2o -3go. -3gol -gon3s4 -4gont -2gord -4gorm -4gort -go3sl -2g1p -g2r4 -3graf -5gral -gra2m5 -5grans -4gras -5grec -5grett -g3rig -4g5rik -5grip -3gris -g5roi -gro2v -4grum -grus5t -g4r^^e5 -5gr^^e5. -gr^^e44n -5gr^^e4ns -2g2s -gs1an -g5satt -g3sel -g4sf -gsi4d -g3sju -g5skaf -gs4ki -gs3kn -gs4kot -g3sky -gs1l -gs1m -g4sme -gs3n -gs4ni -gs4n^^f6 -gs1or -gs3pl -gs3po -gs4por -gs5pre -gs3pu -gs3s -gs3tak -gs3tal -g3stark -gs4ten -g3stif -gs3till -gs3tj -g3stol -gs3tra -gst4re -g3st^^e4m -g4sug -gs1v -g4s3ve -gs3vi -gs3v^^e5 -gs3yt -gs1^^e4 -2g1t -g3tr -1g2u -4gug -guld3 -gul4da -4gul^^e4 -gu2ma -4gup -gu5ru -gus4k -2gut -g3utb -2g1v -4gw -3gy -gytt3j -1g2^^e5 -g^^e5rds5 -2g5^^e5ri -g4^^e4l -g2^^e4r -g^^e44s -1g2^^f6 -4g^^f6g -g^^f65ro -2g5^^f6rt -1h -ha3bl -ha5ge -ha4li -hal4so -halv3^^e5 -ham4st -handels3 -hands4l -han5g2a -ha5ra -ha4sc -ha4sp -hasp5l -has3t -hav2 -havs3 -h5c -4hd -he4at -he4fr -he4l^^e4 -hets1 -hets3t -hets3v -h3g -h2i -4hir -his2sk -hi4t -hj^^e4l3s -h1k -2hl -h4le -2hm -4hn -h2na -h2nit -ho5nu -hop5plo -hop3s -hos3p -hos5ti -4how -h3p -h5ru -h1s -2ht -hu2s -hust5r -hyg5r -hys4t -hys5ta -hy3ster -h^^e5rd5s4 -h^^e4ll2 -h^^e4lls1 -h^^e4lso3 -h^^e44ri -h^^e44s -h^^e44var -h2^^f6 -h^^f62g -h^^f65gen -h^^f6g5r -h^^f6rn5s -h^^f64s -h^^f6st5r -i1a -ia3fr -ia3g -ia4lu -ia4sk -ia3tr -i2b3l -i5bril -i3ca -i4ce. -i5cha -ic4kord -ick3u4 -i5co -i2d -iden3s -id4ge -i4dom -id1r -id3ro -id2s -ids3v -i4dun -i3d^^e5 -i4d^^f6 -2i1e -ifes4 -i5fn -i1fr -3ifr^^e5n -i1g -4igan -i2geb -ig5ej -ig1l -ig3no -i3i -i4kart -i1ki -i3klo -ik5l^^e4n -ik3n -i1ko -ik3re -i5krob -ik5rof -ik5ros -ik5s2h -ik5skor -i3kul -i3kum -ik5u4t -ik1v -i3ky -i3k^^e5 -i3k^^f6 -i1la -il4dan -i2lin -il1j^^f6 -il5k -il5lak -il4lik -ill3s2 -3illu -il5l^^e4r -il2min -i1lo -il2tj -i3lu -ilufts5 -i4lup -i5l^^e4 -im2b3r -im5sm -im4so -i1mu -i5m^^e5 -i3m^^e4 -i5m^^f6 -i4nau -ind5sk^^e4 -ind5sti -1indu -in4ga -in4ge. -ing4es. -ing5is -in5glas -ings5te -i3ni -i4nif -in5j -in5kve -1inneh -5inre -1inri -3inr^^e4 -in4sem -in3skr^^e4 -in3sl -ins4m -in3sn -1inspe -5inspeln -in5spr -3instink -3instru -in4st^^e5 -in5te -1intr -in4tra -int3s -i1nu -i4nun -in3ym -i1n^^e4 -i5oc -i1og -i3ok -io4kr -i1ol -io5li -i5om -ion2 -i3ono -ions3 -i1op -i1or -i1os -i1ot -i1pe -i1pi -ipos4 -ip5pi -i3ra -i4res -i1ri -irk5l -i1ro -iro3p -i1ru -i5sce -isel4 -is2h -i2sk -is5kep -isk5na -is3kopa -is3ku -is4kun -is3ky -i5slam -is3l^^e4n -is3m -is3n -i2s3p -is4pri -is3sa -is3se -iss5n -is4s3tr -iss3t^^e4 -i1stal -i1stans -ist5att -is5ten. -i1stent -is4tes -is3tig -is5ting -is5tor. -is5tore -ist5ro -ist^^e54 -is5v -i3sy -i4s^^e5 -i1t -it5c -i4tei -i4tex -i4tj -it5ran -i5trin -i3tris -it2t5op -it4t3r -it4tu -i2t5^^e5 -4i1u -i1va -i2vak -i1vi -i4vin -iv3r -iv2s -i1v^^e5 -ix2t -ix5tu -i1^^f6 -1ja -3jakt. -4jarb -jas5p -2jb -2jd -jd3r -jd4sty -j4du -1je -je2a -5jef -je5sta -2j1f -4j3g -4jh -1ji -4jin -4jk -j4kl -j3ko -jk3v -2j1l -2jm -2j1n -j2o -3job -jo4kr -4jolj -jo5l^^f6 -jor4din -jord3s4 -3jou -4jp -j5pl -2j3r -2j1s -j5sa -j4sk -js4me -js4te -2jt -jts4 -2j2u -ju4kos -juk3s -jul3k -4jur -jus5kr -juss4 -jus4t -jus5ta -jut4sta -j^^e45lo -j^^e4l4p5r -j^^e4l4sa -j^^e4rn3sk -j^^e4r5s -j^^f6r2s -j^^f6s4t -5j^^e9 -1k2a -3ka. -3kad. -3kade. -ka4dr -2kaf -5kaf^^e4 -ka3i -ka5ju -2kak -k3akti -4kalf -4kalg -kal4lo -kall3s -3kamp -3kamr -3kan. -4kand. -5kano -2kap -3kapi -ka5pla -kap4pr -kaps5t -5kapten -3kar. -ka3ra -4karb -k5arbet -ka5ri -4kark -3karna -4karp -karp5s -4kart. -4karte -4karv -3kas -ka4sk -kas3ti -3kat. -3kats. -4kau -2kb -4kc -2k3d4 -kdom4 -1k2e -3ke. -2ked. -2keda -ke3dr -ked4s -ke4er -2kefu -4keld -kels4 -4kense -ke5n^^e5 -2kep -3kern -ke2s -kes3s -4kex -2k1f -kf^^f62 -kf^^f63ri -2k5g4 -2kh4 -kid3s -4kif -1kig -kik4s -kilt4 -5kim^^e5 -king3r -4kinne -4kins -2kint -ki4nu -ki4tr -kiv3s -4kj -5kjol -k3j^^e4 -2k3k -kl2 -1klag -k2lama -kla4mi -3klang. -3klass -2klat -5klav -2kle -k2lej -2klig -k2lim -3klip -k2lis -5klist3r -k5lock. -5klocka -3klos -1klub -4kluk -1kl^^e4d -2k3l^^e4g -2k1m -2k2n -k4nal -3k4nap -5knip -3k4niv -3k4nu -k4ny -k5nyk -k2o -4koc -ko5de -k5odl -kog3n -ko4gr -kog4s3 -4kola -ko2lin -4kolj -kol5tr -5kolv. -1kom -3komm -5komp -2k3omr -kom4s -1kon -3konf -3konst -3kont -ko3nu -1kor -3korg -ko3ri -2korr -3korres -5kortera -ko5s4k -ko3sl -3kost -ko4str -4k3ou -2k1p -k2r4 -3kraf -5kra3ge -4krang -5krera -k4reten -krid5s2 -1krig -krigs3 -krings2k -4kriv -3kropp -kropps5 -kru5stad -k3ryg -kr^^e5k5s -kr^^e54pa -k5r^^e4dd. -kr^^e4k5l -4kr^^e4l -k3r^^e4t -2ks -ksaks5 -k2s5as -ks3ch -k4ser -ks2k4 -ks3kl -ks5kra -ks5kv -k3sk^^e4 -k3sk^^f6 -k5slag. -ks2li -k5sly -k2so -ks3pl -k1s4t -kstavs3 -ks5tid -k2su -4k1t -k4tex -kti5ge -k4tinn -k2tins -k2tod -k2tom -k2tr -kt3re -kt3rin -k5trod -kt5rog -kt3rol -kt5r^^e4t -kt2st -kt5t4 -k4tug -k2tut -k4t^^e4l -4kug -k5ugn -ku5la -4kuld -3kul^^f6 -kum5pl -kungs5 -5kunn -ku4pen -ku4ro -3kurs -3kus -kust3a -kv4 -3kvali -k5vare -3kvarn -kvar3s -3kvart -k4vato -k2ve -2kvente -1kvinn -5kvire -k4vo -k1v^^e5 -3kv^^e4ll -k1v^^e4r -kydds3 -ky4lin -3kyrk -k^^e4l4m -5k^^e4mp -5k^^e4nn -3k^^e4ns -3k^^e4rl -4k^^f6g -k^^f6ks5t -5k^^f6p. -k^^f6r4l -k^^f6r4sl -3la. -1lade. -2ladm -4ladr -2laf -3lagd. -la4gin -5lagm -lag3r -2lak -5lakan. -5laki -3laktis -la5lo -3lande. -lan4di -2lappara -2larb -1larn -lar5s -4lart -las3h -4lask -la4st -5laste. -1lat. -la5tr -lat4tis -2lau -2lav -la5vu -2lb4 -4l1c -2l2d -lder4s -l3dj -ld3ra -l5dry -lds4an -1le -3le. -le4ge. -le5ig -le2kl -le4kv -lem4s^^f6 -2l5enl -3ler. -ler5k -3lern -ler3ste -le5s2l -le5t^^e5 -le3um -le4vu -2lex -2l1f -2l1g -l2gj -l3g2l -lgs4 -lg5st -2lh -1li -li5ch -3lif -3lig -li4go -lig3s -lik2l -li5kli -lik3s -5limer -2lind -2linga. -ling5o -4lingr -lings5t -2lini -5linj -2lint -li1o -2lip -lis3c -li4sta -li3str^^f6 -li4vo -livs1 -l2jak -4l1jo -1lju -l5j^^e5 -l1j^^e4 -l3j^^f6r -2l1k -l3ke -l5kju -l2kl -lk5lag -l5kl^^e4 -l2kr -l3k4ra -lk3t -l1la -lld4 -ll3dr -lle5b -ll3k -ll1l -l1lo -llok5v -ll3p -ll4san -ll2se -ll3ska -ll2so -ll4sva -ll4tig -ll3tr -l1lu -ll5un -llust3ra -ll5v -l5ly -ll^^e4ggs5 -l5l^^f6d -ll^^f6r4 -ll5^^f6rt -4l1m -l4mol -lm3st -l1n -lo2af -loc4ku -4lodl -lo4do -lod3st -lo2ge. -2lolj -2lom -4lord -2lorg -lor4s -lo4vo -l4pak -l1pe -l1pi -l5pla -lp5l^^f6 -lp4st -4l3r -2l1s -l2sc -l4sjo -l4sj^^e4 -l2sk -l4skensv -l3ski -lsk3n -l5skot -l3skr^^e4 -l3sky -l3sk^^e5 -lsk^^e54p -l3sk^^e4 -l3slu -l4sm -ls4mo -ls5nyt -l2sp -l3spe -ls3pl -ls3pol -ls5s -l2st -l3sta -l4stak -ls4te -ls5ter -l3sto -l3sty -l4styg -l3st^^e5 -l3st^^e4 -l5st^^f6 -l2su -l5sur -l2sv -l4svi -ls5vid -l4s^^e5 -4l1t -lta2tu -l4tef -l4tif -l4tih -l4tos -lt5rati -l4tret -l4tr^^f6 -lt5sk -ltu4 -lu5i -luk4to -4lull. -2lun -lung3 -2lupp -lu4pu -lus2s5p -5lust. -4lutb -4luts -2lv -l1va -l4varm -lvers4 -l1vi -l4vos -lv3ri -lv3sp -l1v^^e4 -lv^^e4v4 -lycks5t -ly4gat -lyg3r -lyg3s2 -3lyste -5lystn -ly4str -2l^^e5. -l^^e5g3s -1l^^e5ng -l^^e5ng3s -l^^e54sk -l^^e5s5te -l^^e54st^^e5 -4l^^e4c -l^^e4g5r -1l^^e4nds -5l^^e4ngder -l^^e44san -l^^e44sp -l^^e4tt3s -4l^^f6l -4l^^f6m -3l^^f6n -3l^^f6rer -1l^^f6s -l^^f64v^^e4 -3l^^e9 -1ma -ma5fr -mag5n -mag5s -ma5ju -mak3r -ma3li -mand4 -mang2a -man5g4o -ma5ni -mani1k -5ma3ri -mash5 -mas3ko -mask3ro -ma5sk^^f6 -mas3ti -mas4v -2mb -mb4sk -2mc -2md -m4dat -m4di -m4do -m3d4r -1me -2meds -me4du -me4kl -me4ko -4meld -melo5 -me5lu -men5k -me5nu -me5ny -mer2sko -me4so -mes4t -me3sti -2meta -me5trin -met3ro -meu4 -2mex -2m1f -m4fes -m4fn -2m1g4 -2mh -1mi -mid3s -mi4lu -2mind -ming4o -4mink -min4kr -4minv -mi3n^^f6 -mis2 -mi5sf -mi4sp -miss3t -mi4te. -mi4tr -mitt3s -2m1k -2m3l -2m1m2 -mme5d -mm3s4 -m4mul -2m1n -m2nam -mnas3t -m4nav -mn5dr -mn3g4 -mn5st -mn5tu -m2n3^^e5 -1mo -m4od -mo4i -2momr -mo3na -mos3k -mo2ta -mo4tin -mo4tu -mot3v -2m1p -m2pak -m4part -m2pl -mp3lad -m5plane -mp3lat -mp3lin -mpos4 -mp5p4 -mps4k -mp5sp -m4p^^e5 -2m1r -4ms -m4sal -m4ske -m3slag -ms3l^^e4 -ms2m -mste2 -m1sto -m2str -mst3rin -ms5^^e4p -2m1t -4mud -mulls3 -mult5r -5mum -4mun3g4 -mun4ko -3mur -3musi -mu3sta -mut4sl -2m3v -1myn -mys4te -m^^e5g4 -1m^^e5l. -5m^^e5let. -5m^^e5n. -4m^^e5r -m^^e51s -4m^^e4g -m^^e4k3 -1m^^e4n -m^^e4ns4 -3m^^e4rk -1m^^e4s -m^^e4s5ta -1m^^e4t -m^^f64bl -m^^f64gen. -3m^^f6j -m^^f6r4kl -3m^^f6s -4m^^f6v -1na -3na. -3nad -nads3 -2naf -na5gr -2nak -3nako -3nakr -na3kro -n1akt -2nalf -5nalfl -4nalg -nal3s -na2lu -n5amb -5namn -4nand. -4nanv -na4rap -2narb -2nark -4narm -2nart -nast3r -2nb4 -2n1c -n2ch -n3cha -n3che -n3chi -ncis4 -ncyk3l -2nd -n4dak -n4dav -nd3d4 -n5de -nde3s -n4dil -nd5rak -nd5ras -nd3rat -nd3ri -n5dril -n3drop -nd5ros -nd5skal -nd3sn -nds3or -nds5v^^e4 -nd5^^e5s -1ne -3ne. -ne4di -5nedl -ne4d3r -ned3s -ne4d^^f6 -ne2gr -ne5gres -4nek. -ne5ly -4nenl -ner5sm -nes3s4 -ne4sta -ne5s4ti -ne3tre -ne1ut -2nex -2n1f4 -nfalls5 -nfis3 -2ng1 -n4gar -n4gen. -n4gend -n4gens -n4genti -n4germ -n4get -n2gi -ng3ig -ngi4s -ng4ly -n2go -ng5om -ng3or -ng3rad -n4gr^^f6 -ng4ser -ngs1k -ngs3pa -ngs5tim -ngs3val -n4g^^f6d -2nh -1n2i -4nid -ni5ec -ni4ki -ni5li -3nin -nings1 -nings3k -nings5v -ni1o -4nip -nip4pr -ni5steri -nist3ra -ni3t4r -niv5sk -niv5st -2n1j -n4jar -n3jun -nju4s -n3j^^e4 -2nk -n4kart -n1ki -n4kis. -n3kny -n1ko -nkrafts5 -nk3ri -n1kro -nkrus4 -nk5sl -nk3sp -nk4tin -n1ku -n1k^^f6 -2n1l -2n1m -2n1n -nn3d -n3ne -nnis4 -nn3k -nn3s4t -1no -2nodl -no4kl -2nolj -2nomr -nom3s4 -2nord -2norg -no5sa -no5sc -no4tu -2n1p -2n1r -4ns -ns2i -n4sint -n4sis. -n4sise -ns2k -ns3kan -n1ski -ns3kor -nslags5 -ns5las -ns5mit -n4soc -n1spi -ns3pl -ns3po -ns3s4 -n3stans -n3stap -ns4tel -n3stif -ns3tig -ns4tra -n2strik -nst5up -nst5vil -n3s4ty -n1sva -ns3vi -ns3v^^e4r -2n1t -n4tark -nter5s4 -n4tinf -n2t5omb -nt3rad -n3trah -n3trak -n5trala -nt3rali -n5tram -nt3rep -n3trer -nt3ria -nt3rin -nt3ris -n4tropin -n4tror -n4tr^^f6 -nts3c -nt4se -nts5kor -nt4str -n4tut -n3tv^^e5 -nufts4 -4nug -n5ugn -3nui -3num -nums5 -2nup -n3upp -2nutb -2n1v -ny5gr -n5z -4n^^e5r -4n^^e4. -4n^^e4c -3n^^e4m -3n^^e4t -4n^^f6g4 -3n^^f6j -n^^f62ja -n^^f65kr -4n^^f6l -n^^f6s4 -n^^f6s5ke -o1a -o2ard -o2b -5o4bj -o4bli -oby4 -oc4k5r -ock3sk -oc3ku -o2d -ode4k -odi4a -1odli -o5dral -o3dro -ods4k -od2st -ods4ti -od5stu -o3d^^e4 -o1e -offs5t -o4fl -o3fr -of^^f6rm^^e54 -o1g -o4gav -og3gr -o4gj -o5glo -o5gly -ognos4 -ogno5st -o4gri -o4gr^^f6 -og3se -og4s3t -o4g^^e4 -o1i -o4il -o1j -o1k -o4kli -ok3n -ok3sl -ok4su -o2kv -o1la -o5lak -ol5au -olf^^f64 -1olj -ol3ka -olk3r -ol4ku -ol4k^^e4 -oll4si -oll5sl^^e4 -ol3l^^e4 -olm4s -oln3s -o1lo -olo5kv -ol4sa -ol4t^^e5 -o1lu -o4lug -o4lur -o1ly -ol5^^e5r -o1l^^e4 -om4br^^e4 -o3men -o4mord -om5pa -om3pl -1omr -4omra -om1sk -om4ste -3oms^^e4t -om4tr -om3tv -on3c -on5gi -on1gr -ongs4l -o4nins -on3j -on1k4 -ons3c -onsi3s -ons3m -on5stel -ons4ter -on3tras -on4tre -ont4s -o1ny -on5^^e5 -o1n^^e4 -o3n^^f6 -oo4d -oom5s -o3or -o1pe -o1pi -o5pline -op4pl -opp3le -op4pr -op4pu -o3pri -op4st -o3p^^e5 -o5q -4ora -o3rak -oran3g4 -o2rap -1ordn -or4d5^^e4 -o4reh -1orga -5organi -or4gr -or4g^^e5 -o1ri -3orient -4ork -or4m^^f6 -or4nu -or4n^^e4 -o1ro -or4pl -or5pr -or4spa -ors5tig -or5te -or2tr -ort3re -ort3ro -o1ru -o3ry -o1r^^e4 -o1r^^f6 -o3s2f^^e4 -osk4l -o1skop -o3som -os5pig -os4sk -os4s4t -os3tig -os5tiker -o5still -os4tr -ost5ron -ost5r^^f6 -os3tul -ota2lan -4oti. -4otie -4otin -o1to -o5tro -ot5run -ot3sv -ot5ti -ot4tr^^e4 -ott2s -o1tu -o5tun -otvin4 -o1ty -o5t^^e5 -o3t^^e4 -oun4 -oup4 -4our -ou3r^^f6 -ou4s -o3ut3t -o1va -ova4n -o1vi -ov3r -ov4si -ov3sl -ovs4me -o1v^^e4 -o3we -ox5 -oy2 -o3^^e5 -o3^^e4n -o3^^f6 -1pa -4paf -pag4 -paki3 -pakis4 -pa5la -pals5 -pa5l^^e4 -4pand. -pan4tr -3pap -2parb -4parm -par3s -2pask -pa5ski -pa2st -3patr -pa3u -2pb4 -2pc -2p3d4 -pek5tri -pekt3ro -4peld -pel3s4i -4pem -5peng -3penn -pent5r -per4bl -3perio -3pers -per4sl -pe5tro -4pex -2p1f -4p3g -2ph -pi4el -1pig -pi1o -3pip -pi5so -pi5sta -pi5sto -p2j -3pj^^e4s -4p3k2 -p2l -p4lac -5plan. -p4lane -p3larn -p3lev -3plex -3plic -1plik -4plit -p3lj -1plom -p3lop -2p1m -4p1n -p3ni -1po -5poa -2poc -2pof -po2i -3polit -4polj -poly3 -2porg -3pos -pos4ter -4pov -po4v^^e4 -2pp -p4part -pp5ask -p4pax -p3pe -p1pi -p4pins -pp3j -pp1l -pp3la -pp3lin -pp5lis -pp5lu -pp3ly -pp3l^^e5n -pp3l^^e5t -pp3l^^e4 -pp3l^^f6 -pp5oc -pp3of -pp3p4 -pp1r -pp3ra -pp3ri -pp3ru -pp3ry -pp3r^^e4 -pp3tr -p2pu -p5py -pp3^^e5 -p2r2 -2pra -5prax -1pres -pres4t -pre3sta -pres5to -p3rig -p3rik -5pril -3princ -pring3 -p5riol -3pro -pro3g -p3ror -4pr^^e5 -3pr^^e4s -3pr^^f6v -2ps -p2sal -3psalm -p5s2ho -ps4ken -ps2li -p3sna -4pso -p3sod -p1s4t -p4stak -p4st^^e4v -p2s^^f6 -2p1t -p3tri -1pu -4pug -pul2l5ov -pul5tr -5pung -3punk -pus3t -2p1v -p^^e53dr -3p^^e4l -p^^e45ro -4p^^f6r -3p^^e9 -qu4 -3que -1ra -3ra. -raci4t -3rade. -4radr -ra4du -5ra1e -2raff^^e4 -ra3fr -ra5is -2rak -ra2lo -r4ande -3rande. -4ran4d3r -rand3s -2ransv -ra3pl -3rar -r4ar. -4rarb -r4are -4rarg -r4ark -4rarm -r4arn -r4ars -4rart -r3arta -ra5r^^f6 -r4as -ras3h -ra2st -3raste. -3rativ -ra3tri -2rav -ra5yo -2rb -2r1c -2r2d -r4daf -rda5gr -r3dj -r4dos -rd3ran -rd3rat -r4dul -r3d^^e5 -r3d^^e4 -r4d^^f6s -1re -3re. -4reaus -re3b -4rec -5reco -re3d4r -re5du -4reft -4regg -3regn. -re1kr -rek5tri -4reld -re3lu -rem5p -3rems -r4en. -2reni -2renk -2renl -re3n^^f6 -re3o -3rer. -3rern -3reso -ress5k -re1sti -3ret. -4retet -ret3ro -4rety -re5t^^e5 -2revig -4rex -2r1f -rf^^f63ri -2r1g -rg3g2 -rgs5top -2rh -rhands5 -3rial -4rib -3rifi -2rifr -r3ifr^^e5 -3rifu -3rigt -rik2s -3riktn -ri4mo -2rind -rind3s -5ringen. -ring3r -2rinr -2rins -2rint -ri1o -3riot -ri5ple -ri2st^^e4 -ri4tut -ri4vis -riv3s -4rj -r4jis -r3jo -r5ju -r5j^^f6 -2rk -rk3akt -r4kek -rkes3 -r1ki -r3klas -rk2le -r4kl^^f6 -rk3n -rk4ne -r1ko -r4kod -rk3tr -r1ku -r4kup -r1k^^e4 -r5k^^f6r -2r1l -r5laka -r5lav -rld2 -rlds3 -rl5sp -2r1m -r4marb -r4mil -rm2s5j -rm5tr -2r1n -rnal4 -rn3g4 -rn1k -r2nom -rns4k -rns4t -rn3t -ro3b -ro4gro -ro2kr -2rolj -rol4li -rom4a -5roman -5ronau -5rond. -ron4v -ro3pl -ropp2s -ro4ra -2rord -2rorg -2rorie -3rorn -ro4sin -ro4sn -ros3v -ro5te -2r1p -r4pl^^f6 -r4p^^f6 -4r1r -rra4n -rrd4 -rreligi5 -rres4 -r5rib -rr5k4 -r4rob -r4rom -rr1s -rrs2k -r4rur -2rs -r4seld -r4sex -r2sin -r1ski -r4skid -rsk3na -rs5koll -rs4kos -rskotts3 -r2sku -r3sk^^f6 -rslags4v -r4sle -r4slo -r4s5l^^f6 -rs4mo -rs5nat -rs5n^^e4 -r1sp -r2spl -r2spo -rs3s4 -rs5tak -rs4te -r5stek -rs5tend -r5steni -rs5till -r1sto -r4ston -rst4r -r3str^^f6 -r3stu -r1sv -rs4vag -r2sv^^e4 -r1sy -2r1t -r2taf -r2takti -rt4an -r4tins -r4tom -r5trit -r3tr^^e4 -rt3t -r4tut -rubb5l -ru3br -ru4dan -ruks1 -ruks3v -5rullera -3rum. -runn2 -runns5 -4rupp -rus2h -ru5sha -2rut -5rutig -rut4ra -ru4vi -5ru^^f6 -2r1v -rv4sj -rv2s5k^^e4 -r3w -rydd5s -ry5o -r^^e5ge5l -4r^^e5l -r^^e5ng3s -r^^e55ra -r^^e53st -r^^e4ck5s -4r^^e4kt -4r^^e4m -r^^e4ng3s -r^^e4ns5t -4r^^e4s -r^^e44san -r^^e4s3s -r^^e45sti -r^^e4v5s -r^^f6d5el -r^^f6d5r -r^^f6d3s -2r^^f6g -r3^^f6i -r^^f6k3s -r^^f6ns4t -4r^^f6p -3r^^f6r -r^^f6r4s -r^^f64st -r^^f6st3r -r1^^f6vr -1sa -3sa. -3sad. -3sade -4sadj -2sa3dr -sad5s -2saf -sa3i -sak5ri -2s1akt -sa5lo -3s2am -sa2ma -samman3 -sa2mor -sand3s -4sang -2sanl -s3anl^^e4 -san3sla -2sap -3s4ar. -2sarb -2sarm -s5arm. -3sarn -2sart -4sarv -4sass -5sat. -sa4tu -2sau -s3auk -2s1av -4sb -s2c -2sch. -1scha -2schau -4schb -1schen -1scher -1schet -1schi -4schk -4schm -4schp -3schy -3sch^^f6 -sci3p -4s3d -1se -se4at. -se2g -2s3egg -3segl -seg3ra -sek5le -sek3r -sek5tr -3sel. -se5ly -sem2 -3sen. -s5ers^^e4 -3set. -2sexp -2s1f -s4f^^e4r. -sf^^f62 -4s3g2 -2sh -5s2haw -shi1s -s5h^^f6 -1si -sid5s -5sie -si4eri -si4esk -si2ett -3s2ig -3sik -sikts3 -5sill. -silver3 -silv3r -2s1ind -2s1inf -sinne2s3 -3sinni -4sinr -2sin1s -s1inst -5sint. -2sintr -3sio -sis4t -siu4 -1s2j -2sjak -s3jakt -4sjn -4sjt -s4ju -5sjuk -4sjur -sj^^e4ls3 -3sj^^f6 -4sk. -2ska. -3s2kada -s2kado -3skaffn -1skaft -s4kag -s2kal -3skal. -1skap -5skap. -5skapet -4skapi -skaps1 -4skar -s4kara -5skarv -4skas -s2kat -s4kav -4ske. -3sked. -s4kene -3skepp -4skh -sk4i -3skif -5skin -4skis. -5skiv -5skjor -3skju -4skl -sk5lap -s3klas -4skn -3s4ko. -1s4kog -4skogsg -1skol -3skola -s4kolo -s4korp -skor1st -1skot -s5kran. -3skrat -sk4ret -3skrev -1skri -3skrif -s3krig -5skrin -3skrip -s5kris -3skriv -s5kron -s4kru -5skrub -3skruv -5skr^^e4c -sk3s -2skt -3skulp -s3kup -2skv -s4kve -1s2ky -s4kyn -2skyrk -1sk^^e5 -s4k^^e5l -5sk^^e5p. -4sk^^e5r -5sk^^e4nk -3sk^^e4rv -2sl2 -4sla. -s5lad. -s3land -3s2lang -s4lant -s3lar. -4slas -s1lat -s2lev -3slev. -s4lic -slins3 -4slis -s2lit -s5lor -slotts3 -s2lu -s3luc -s3luf -4slus -s3lust -3slut -slu4to -3sl^^e5. -5s4l^^e5r -s4l^^e4k -s5l^^e4m -s5l^^e4nn -3s4l^^e4p -4s3l^^e4r -s2l^^e4t -3s2l^^f6j -2sm -s2mak -3smak. -s3makt -s2mal -s2met. -s2mid -s2mit -3smitta -s3mj -5smug -5smyg -sm^^e55g -sm^^e53k -sm^^e53s -3sm^^e4d -3sm^^e4l -4sm^^e4s -3sm^^f6r -2s2n4 -3snab -3s4nac -s3nam -s5nare -s3nast -s5ner -3snib -3snil -3snit -1snitt -s3niv -3snut -s4n^^e5 -5sn^^e5r -5sn^^e4c -s4n^^e4r -3sn^^f6. -sn^^f65g -3sn^^f6r -sn^^f63s -1so -3soc -5sock -2sod -5soi -2solj -sol3s2 -2som -5somm -3son -son4st -so5pra -so4pu -3sor. -2sord -s5ord. -2sorg -3sorn -3sot -4sott -s2p2 -5spann. -s4park -5sparv -4spas -s3pass -spa5tr -1spe -4sped -3s4pek -3s4pel -4spelsl -2spen -2sper -5spets -3spill -3spir -4spl -s1pla -s3plan -s3plats -spli4 -s4plin -5split -s5pl^^e4 -4spre -s3pres -4s3pris -3sprit -2spro -s3pry -3spr^^e5 -5spr^^e4n -s3ps -1s4p^^e5 -3sp^^e5n -3sp^^e5r -5sp^^e4n -3sp^^f6 -4s1r -4s1s -s5sad -sse4lin -s5sil -ss2k -ss5kl -ss3kun -ss1l -ss2lag. -ss2l^^e4 -ss2l^^f6 -ss3na -sss4 -ss3unn -s2sv -ss3vi -s2t -2st. -4sta. -5stac -3stadi -s4taf -5stalgis -3stalla -2stalli -5stam. -5stamm -1stant -5stark. -5startad -1state -3statl -1stau -st3c -2s5te. -4stea -5steg. -s4tek. -2stekn -5stekt -s4tell -3stem. -3steme -5stenar -3s4tene -3stense -5stensm -1stera -1stering -s4teriu -3sterne -5stetis -2stia -2stib -3stick -2stid -s4tiken -2stil -3stil. -3stink -3stisc -1stit -2stj -s5tju -3stj^^e4l -3stj^^e4r -2stm -5stoc -1stol -4stolk -4stom -stori4eu -5storis -stor3s -3straff -4strativ -3strato -3strec -3strej -st3ren -1strer -2stria -1strid -5stride -2striel -st4rif -1strikt -st5risk -1stru -3struk -2strumm -s3tryc -5stryk -5str^^e5k -3str^^e5l -3str^^e4c -4str^^e4d -3str^^e4ng -5str^^e4v -3str^^f6m -2st3s4 -st3t -4stv -s3tvis -1sty -2styp -1st^^e5 -4st^^e5g -5st^^e5l -1st^^e4 -3st^^e4l -1st^^f6 -1su -su4b -3sug -su3i -3sum -2sun -5sun. -s1under -5sune -s5ung -2sup -5supa -su2pu -5sus -2s1ut -su4to -su4tr -s2v2 -5svag. -s3vagn -4s3vak -5svam -4svap -svars3 -3svart -4svas -s3vat -4svec -3sven -5svep -4s3ver -s5ves -4s3vil -s4vine -4svis -s5vitt -s5v^^e5d -3sv^^e5ri -3sv^^e4ng -5sv^^e4rm. -s3v^^e4s -s3v^^e4t -4syk -5syl -3syn -syn3k -s3yrk -3sys -sys4t -sys5ter -syt2 -sy5th -1s^^e5 -5s^^e5g -4s^^e5k -2s^^e5lde -s^^e5ng3 -1s^^e4 -s4^^e4d -2s5^^e4gg -s4^^e4l -2s^^e4p -5s^^e4s -3s^^e4t -4s^^e4ta -1s^^f6 -4s^^f6d -2s^^f6g -s5^^f6ga -s^^f64ko -4s^^f6l -4s^^f6p -s^^f6r2s -2s3^^f6rt -1ta -3ta. -ta1ch -3tade. -4tadi -4tads5 -2taff -3taga -5tak. -ta5kre -2taktig -tak4to -4talf -5tallise -tall5s -4talv -3tame -3tami -3tan. -ta4nab -3tande. -2t3anfa -4tanl -t4ap3l -2tappar -3tar. -4tarb -tar4mi -3tarn -tars4 -4tart -5tartavl -4tarv -4task -3tast -ta1str -tat2 -ta4tan -tats3 -2tatt -2tav -4tave -5tavla. -3tavlan -3tavlo -tav2s -3tax -2tb4 -2tc -t3cha -t3che -2t3d4 -3t2e -te4as -te3b4 -5tec -4teg -te2g1r -te3gre -te3i -te4int -4tej -tej2s -te4kl -5teknik -5teknis -4teld -5te5l^^f6 -5tema -4temo -te4mu -ten3g4 -5tensi -ten3tr -te4n^^e4 -te5n^^f6r -5ter. -5teri^^f6 -ter3k4 -5term -5terna -5ters -ter3t -te4ru -5tes. -5test -tes4te -te5stik -te5stu -5tetik -tets3 -4texa -2texp -2t1f4 -2t3g4 -2th -t4hen -1ti -3tial -5tib -5tici -3tid -5tide -ti4du -4tid^^f6 -ti4ed -tifts5 -ti2gel -3tigh -ti4go -ti2gr -3tigt -tik3l -3tiks -5tikul -t2il -5tilj -3tillst -3tillv -3till^^e4 -5time -2tind -2tinr -2tint -ti4od -3tion -ti2os -3tis -4tisc -5tisk -3tiva -ti4van -5tivite -ti2^^f6 -t2j -4tje -4tjob -2tjou -4tj^^e4l -4tj^^e4m -3tj^^e4n -2t3k2 -2t3l -2t1m -2t5n4 -tne4r -4todl -3tok -4tol. -4tolj -2tomr -4toms -t2op -5torap -t5ord. -5toriett -4torm -torm3s -3torn -tor1st -4tort. -tos4k -t5ost. -t4ov -2t1p -t2r4 -2tra -t4raf -3trafi -3t4ral. -t4rala -3t4rale -5tralo -3trals -t4ralt -3trans -tran2s5a -4trar -t3ras. -t3rat. -t4rato -4treg -4tren -4trer. -4trern -t3rets. -2tri -3tribu -5trick -trids3 -t5riel -t1ring -t3ring. -2troc -t3rock -t4rog -t5ronik -t3rono -4tropi. -5tross -5trotn -t4rump -t4rup -3trupp -trus5ta -1tryc -5tryck. -5tryggh -4tr^^e5k -5tr^^e4. -3tr^^e4d -tr^^e4ds4 -3tr^^e4f -3tr^^e4g -4tr^^e4k -t3r^^e4kn -t4r^^e4n -5tr^^e4ni -5tr^^f6ja -t4r^^f6t -5tr^^e9 -2ts -t5s4and -ts5art -t3s4at -t3se -t4seg -ts4en -t4sex -ts2k -t5skall -t3skatt -t1ski -ts3kl -tskotts5 -t5slot -ts5l^^e4k -ts3n^^e4 -t3sn^^f6 -t2so -ts3ord -ts3pl -tss4 -t1st -ts4te -ts5ter -ts5tillf -ts3tj -t3stol -t4ston -t2stra -t4stry -t4stur -t5styr -t2su -t3sud -t5sy -2tt -t3tac -t4tau -t4ted -tte5g4 -t4tem -tte2n -ttes4 -t4tex -t4tins -t4tip -tt3ja -t1to -tt3rad -tt3rand -tt3rat -tt3re -tt3ri -tt4ry -tt4se -tt2si -tt4sta -t3tu -t4tug -tt1v -tt4v^^e5 -t3ty -t3t^^e4 -t3t^^f6r -4t5ugn -2tund -3tunga -tung3s -5tunn -2tupp -tu5re -2tutb -t3utv -t3ut^^f6 -tu4vu -5tu^^f6 -2tv -t1va -4tve -t3vig -3tving -t3vit -3tviv -t3v^^e5g -3tv^^e5n -t3v^^e4n -tv^^e4r3s -3tv^^e4tt -ty5da -5tyg. -3tyngd -3typ -ty3pi -5tys -2tz -3t^^e5g -t^^e5s4 -4t^^e5t -t^^e4c4ko -4t5^^e4g -4t^^e4m -4t^^e4rm -3t^^e4vl -4t^^f64d -t^^f65de -4t^^f6g -4t^^f6p -t^^f64pi -3t^^f6rer -t^^f6rs3t -t^^f64vas -5t^^e9 -u1a -u2b -ub5al -ubb4le -ub3lic -u4bo -u3cha -u5cl -u2d -u4dak -u5de -ud3r -ud4ret -uds4a -u4du -u4dy -u1e -u2es -uf4f^^e4 -uf4tan -uf4to -4u1ga -u1ge -ugg3s -ugn4 -ugns5 -ug3s4 -u5ie -u1in -u3is -u3itet -u3j -u2keb -u5ki -u4kl -uk5la -uk3n -u1ko -ukos4 -uk2s -uks5ko -uk3tris -ukt5s -uk4t^^e4 -u3ku -uk3v -u1la -ul4di -ulds2m -ul4du -ul4d^^f6 -ull3ste -ull3^^e4n -u1lo -uls5ti -ul2tr -u3lu -u1l^^e4 -u1l^^f6 -um4f^^e4 -um4so -ums4t -u1mu -u3m^^f6r -5underl -1unders^^f6 -1underv -un4dom -und3r -un4d^^e5 -un5g2ef -un3gersk -ung5it -ung3r -ungs4p -3unif -unk3l -unk3n -un4kr -un1sk -un4tr -un5trati -u5nu -u1o -u1pe -u4pern -u1pi -u2pl -u3plet -up3lik -3uppfa -1uppg -up4pin -1uppla -5uppl^^e4 -up4p3r -upp3s -upp5sp -up5ut -ur5ak -ur5arv -u3re -u1ri -u1ro -u4rob -u4rom -urs5tin -ur4st^^e4 -u5ry -u2sak -us5anl -u3scha -u3se -usen3 -u2s1k -us3ka -us4kla -us4kr -u5sky -us4k^^e5 -us5l^^e4 -us3n -u2sp -us3pen -us5tat -us3tig -u3stik -us5tin -ust5ro -u4st^^e5 -u4st^^e4 -us3v -u4s^^e5 -u4s^^e4 -u2s^^f6 -u4tak -1utb -u4tef -ute3s -utik2 -u5til -uti3^^f6 -ut3j -3utj^^e4m -utlands3 -u1to -u3top -uto5s -ut3r -ut4rer -ut4ro -ut5rop -1utru -2utsid -ut3sl -3utsl^^e4 -2utt -utt4j -ut1v -3utvec -u5ty -ut3^^f6v -u5u -2u1v -u2vak -u4vj -u4v^^e4 -u5^^e5 -u3^^f6 -va5dro -1vagn -2v1akti -val3k -val4li -val4st -5valv -5vama -4vand. -4vanp -van4st -van5tr -5vap -2varb -va4res -va4ri. -4vark -var2s -vart5r -va1ru -vas5ti -5vattn -4vau -4vav -5vavi -2vb4 -2v1c -2v3d4 -1ve -5vec -ve2k -ve3ke -4veld -vensk3^^e4 -5ventera -ve3ny -ve5n^^f6 -4vep -ver5g -3verk -ves4 -ve2s5p -ve1st -3veta -3vete -vet5sa -vett5s -2v1f -2v1g -2vh -v4i -vi4c -vid3s -vild3s -vil4t -3vind. -ving3s4 -3vinkl -vi2no -5vinst. -5vinste -vi5ny -3vis. -vi5sa -vis5h -vis5ko -vi4st -vis3ta -vi2tr -vi4var -4vjo -2v3k2 -2v1l -2v1m -vm^^f6rk4 -2v1n4 -1vo -4vok. -2vom -4vord -2vorg -vos4 -2v1p -2v2r -5vrak -3vrera -v3ru -2vs -v4sc -v1s2k -v2skri -vs4mi -v3sni -v2so -v1st -vs4te -vs5tr^^e5 -v5styc -vs3v^^e5 -v2s^^f6 -2v1t -vu4d1 -v1und -4v5up -4vut -2v1v -3vy -5v^^e5ld -v^^e5ngs3 -3v^^e5rd -4v^^e5ri -v^^e53ru -3v^^e4g -v^^e4gg5s -v^^e44l -v^^e4ll4s3 -3v^^e4nl -3v^^e4rde -v^^e44ril -4v^^e4rj -5v^^e4rk -3v^^e4rld -2v^^e4t -3v^^e4x -4v^^f6g -4v^^f6p -3v^^f6r -1wa -we2 -w2h -whi2 -wi2e -w4na -x1 -xan5d4 -xem3pla -xis4 -xk2 -xli4 -xs4 -xti2 -x4t^^e5 -2y -y1a -y4bris -yb4s -y2d -y4da -y5dan -y4do -yd3r -yds4 -y4du -y4d^^f6 -y1e -y1ga -y1ge -ygg3r -yg4g^^e5 -ygs4p -y1i -y1ki -y5klist -yk5lon -yk3n -y1ko -y1la -yl4gj -y3li -yl5k -yl5l^^e4 -y1lo -yl4tr -ym2fl -ym4for -y3m^^e5 -yng3r -ynk5l -yn4sa -yns4t -y3or -y5ou -y1pe -y5po -yp3ri -yre4s -y1ri -yr4ku -yrk5v -y1ro -yrs4k -yr5st -yr5tu -y1r^^e53 -y5scho -ys2st -ys3ta -ys3ti -ys4tik. -yst3ra -y2tak -y4te. -y4tea -y1to -ytt3r -yt5v -y3va -y3vi -y3v^^e4 -y5w -y5^^e5 -1za -1ze -ze4ro -1zi -1zo -zo4nal -4zp -z5s -3zu -z4zin -^^e51a -^^e53dj -^^e5ds4l -^^e51e -^^e51f -^^e51ga -^^e51ge -^^e5ge2l -^^e5g3l -^^e5g3s4k -^^e5g3st -^^e5g^^e54 -^^e53i -^^e51ki -5^^e5klag -^^e5k4str^^e4 -^^e51la -1^^e5lder -^^e52lin -^^e5l3k -^^e5ll4sp -^^e5l2s5e -^^e5l3st -^^e51l^^e4 -^^e51m -^^e5man4s -^^e5nd4r -^^e5n4du -^^e5ns4t -^^e5ns4v -^^e53o -^^e51p -^^e52pl -^^e55pla -^^e54p^^f6 -^^e5r4do -^^e5rd4ra -^^e5rd2s -^^e5rd4s3t -^^e54rel -^^e51ri -^^e55ror -5^^e5rsav -^^e5r5s2li -^^e5r2sv -^^e5r5^^f6 -^^e5s4ke -^^e5s3n -^^e5ss4 -^^e5s4skr -^^e5s4t -^^e5te2 -^^e5t3ri -^^e53tr^^e5 -^^e5t2sj -^^e5tt5s -^^e51v -^^e41a -^^e42b -2^^e4c -^^e4ck5v -^^e42d -^^e4dd3s -^^e4d4du -^^e4de4s -^^e4d3r -^^e4d5se -^^e4d3st -^^e43e -^^e41ga -^^e41ge -^^e4g4go -^^e4g1l -^^e4g3r -^^e4g4re -^^e4g3se -^^e43i -^^e45jo -4^^e4k -^^e41ki -^^e4k3n -^^e4k3r -^^e41la -^^e4l4pap -^^e4l4seg -^^e4ls5kog -^^e4l4slu -^^e4l2t3r -^^e4l2tu -^^e4l4vin -^^e4mp3l -4^^e4ndligh -^^e4nd3r -^^e4nd1st -^^e4ng5r -^^e4nni3s -^^e4nn3s -^^e44no -^^e4ns1l -^^e4n4st -^^e4ns5te -^^e4n4sv -^^e4n2t3r -^^e43pe -^^e4pp3l -^^e44pr -^^e4p4st -^^e44rap -^^e4r2bre -^^e4rg5l -^^e4r4gr -^^e41ri -^^e4rib4 -^^e4r4k^^e4 -^^e4r4nis -^^e4rn3st -^^e4r2n^^e5 -^^e4r4n^^f6 -^^e4r5ob -^^e45rol -^^e43rop -^^e45ror -^^e45ros -^^e4r2si -^^e4r4sko -^^e4r2so -^^e4r4sp -^^e4r2sv -^^e4r4tand -^^e4r2tr -^^e4rt3s -4^^e4s -^^e4s3pa -^^e4s5pi -^^e4s4sk -^^e4s4sp -^^e4s3ta -^^e4st3r -^^e44st^^e4 -^^e44s^^e5 -2^^e4t -^^e43to -^^e45tre -^^e4t4s3k -^^e4t5te -^^e4t4top -^^e4tt3r -^^e4t4tu -^^e4t4tv -^^e41va -^^e42vak -^^e43vi -^^e45vu -^^f61a -^^f62d -^^f64dak -^^f64dal -^^f64darv -^^f6de4s5 -^^f64dis -^^f6d3ra -^^f6d2s -^^f6d3se -^^f64du -^^f64d^^f6 -^^f61e -^^f61ga -^^f6g5ak -^^f65gar -1^^f6gd -^^f61ge -^^f65ger -^^f6gg4 -^^f6g1l -^^f6g2n -^^f6gn3e -1^^f6go -^^f6g3si -^^f6g3sk -^^f61i -^^f63jo -^^f6j4sv -^^f64karm -^^f61ki -^^f6k3n -^^f6k2s -^^f6k3sl -^^f61la -^^f6l4kv -^^f6l4k^^f6 -^^f6l2p -^^f65l^^e4 -^^f6man4 -^^f6m2kl -^^f64nal -^^f62nom -^^f6ns3ke -^^f6n4so -^^f6nst3r -^^f63pe -^^f64pel -^^f63pi -^^f6p5li -^^f65plo -1^^f6ppn -^^f64pr -^^f63rande -^^f63ras -^^f64rask -^^f6rb4 -^^f6r3d4r -^^f6r1eni -^^f63res -^^f64restr -^^f63ret -^^f6r5evig -^^f6r3g -^^f61ri -^^f65rig -^^f63ring -^^f6r3int -^^f6r5ir -^^f6r5iv -^^f6r4kal -^^f6r1k2l -^^f6r5kli -^^f6r4nis -^^f6r3ol -^^f6r1or -^^f6r2p5la -^^f6r1s2k -^^f6r3sl -^^f6r4sl^^e4 -^^f6r5te -^^f6rt5s -^^f6r1u -^^f6r3vr -^^f6r3y -^^f6r1^^e4 -^^f6r^^f64d -^^f62sak -^^f6s3n -^^f6s4sj -^^f6s2sk -^^f6s4sp -^^f6s3ta -^^f6st3v -^^f62tak -^^f6ts5ko -^^f6t4st -^^f61v -^^f6ve4 -^^f6ver1 -5^^f6vere -^^f62vj -^^f6v3ra -^^f6v3ri -^^f6v4sk -^^e93e -} -} - diff -Nru texlive-lang-2007.dfsg.4/texmf/tex/generic/hyphen/tkhyph.tex texlive-lang-2009/texmf/tex/generic/hyphen/tkhyph.tex --- texlive-lang-2007.dfsg.4/texmf/tex/generic/hyphen/tkhyph.tex 2006-01-02 23:53:43.000000000 +0000 +++ texlive-lang-2009/texmf/tex/generic/hyphen/tkhyph.tex 1970-01-01 01:00:00.000000000 +0100 @@ -1,798 +0,0 @@ -% Modern Turkish, DC/EC encoding Yannis Haralambous 1996 -%%%%% -% A mechanically generated Turkish Hyphenation table for TeX, -% using the University of Washington diacritical coding -% developed by P. A. MacKay for the Ottoman Texts Project. -\input cathyph.tex -\catcode17=12\lccode17=17 -\patterns{ -2a1 -2e1 -2^^111 -2o1 -2u1 -1b1 -1c1 -1d1 -1f1 -1g1 -1h1 -1j1 -1k1 -1l1 -1m1 -1n1 -1p1 -1r1 -1s1 -1t1 -1v1 -1y1 -1z1 -2b^^e2. -2b^^ee. -2bi. -2b^^f4. -2b^^f6. -2b^^fc. -2c^^e2. -2c^^ee. -2ci. -2c^^f4. -2c^^f6. -2c^^fc. -2^^e7a. -2^^e7^^e2. -2^^e7e. -2^^e7^^11. -2^^e7^^ee. -2^^e7i. -2^^e7o. -2^^e7^^f4. -2^^e7^^f6. -2^^e7u. -2^^e7^^fc. -2d^^e2. -2d^^ee. -2di. -2d^^f4. -2d^^f6. -2d^^fc. -2f^^e2. -2f^^ee. -2fi. -2f^^f4. -2f^^f6. -2f^^fc. -2g^^e2. -2g^^ee. -2gi. -2g^^f4. -2g^^f6. -2g^^fc. -2^^a7a. -2^^a7^^e2. -2^^a7e. -2^^a7^^11. -2^^a7^^ee. -2^^a7i. -2^^a7o. -2^^a7^^f4. -2^^a7^^f6. -2^^a7u. -2^^a7^^fc. -2h^^e2. -2h^^ee. -2hi. -2h^^f4. -2h^^f6. -2h^^fc. -2j^^e2. -2j^^ee. -2ji. -2j^^f4. -2j^^f6. -2j^^fc. -2k^^e2. -2k^^ee. -2ki. -2k^^f4. -2k^^f6. -2k^^fc. -2l^^e2. -2l^^ee. -2li. -2l^^f4. -2l^^f6. -2l^^fc. -2m^^e2. -2m^^ee. -2mi. -2m^^f4. -2m^^f6. -2m^^fc. -2n^^e2. -2n^^ee. -2ni. -2n^^f4. -2n^^f6. -2n^^fc. -2^^f1a. -2^^f1^^e2. -2^^f1e. -2^^f1^^11. -2^^f1^^ee. -2^^f1i. -2^^f1o. -2^^f1^^f4. -2^^f1^^f6. -2^^f1u. -2^^f1^^fc. -2p^^e2. -2p^^ee. -2pi. -2p^^f4. -2p^^f6. -2p^^fc. -2r^^e2. -2r^^ee. -2ri. -2r^^f4. -2r^^f6. -2r^^fc. -2s^^e2. -2s^^ee. -2si. -2s^^f4. -2s^^f6. -2s^^fc. -2^^b3a. -2^^b3^^e2. -2^^b3e. -2^^b3^^11. -2^^b3^^ee. -2^^b3i. -2^^b3o. -2^^b3^^f4. -2^^b3^^f6. -2^^b3u. -2^^b3^^fc. -2t^^e2. -2t^^ee. -2ti. -2t^^f4. -2t^^f6. -2t^^fc. -2v^^e2. -2v^^ee. -2vi. -2v^^f4. -2v^^f6. -2v^^fc. -2y^^e2. -2y^^ee. -2yi. -2y^^f4. -2y^^f6. -2y^^fc. -2z^^e2. -2z^^ee. -2zi. -2z^^f4. -2z^^f6. -2z^^fc. -2e2cek. -2bb -2bc -2b^^e7 -2bd -2bf -2bg -2b^^a7 -2bh -2bj -2bk -2bl -2bm -2bn -2b^^f1 -2bp -2br -2bs -2b^^b3 -2bt -2bv -2by -2bz -2cb -2cc -2c^^e7 -2cd -2cf -2cg -2c^^a7 -2ch -2cj -2ck -2cl -2cm -2cn -2c^^f1 -2cp -2cr -2cs -2c^^b3 -2ct -2cv -2cy -2cz -2^^e7b -2^^e7c -2^^e7^^e7 -2^^e7d -2^^e7f -2^^e7g -2^^e7^^a7 -2^^e7h -2^^e7j -2^^e7k -2^^e7l -2^^e7m -2^^e7n -2^^e7^^f1 -2^^e7p -2^^e7r -2^^e7s -2^^e7^^b3 -2^^e7t -2^^e7v -2^^e7y -2^^e7z -2db -2dc -2d^^e7 -2dd -2df -2dg -2d^^a7 -2dh -2dj -2dk -2dl -2dm -2dn -2d^^f1 -2dp -2dr -2ds -2d^^b3 -2dt -2dv -2dy -2dz -2fb -2fc -2f^^e7 -2fd -2ff -2fg -2f^^a7 -2fh -2fj -2fk -2fl -2fm -2fn -2f^^f1 -2fp -2fr -2fs -2f^^b3 -2ft -2fv -2fy -2fz -2gb -2gc -2g^^e7 -2gd -2gf -2gg -2g^^a7 -2gh -2gj -2gk -2gl -2gm -2gn -2g^^f1 -2gp -2gr -2gs -2g^^b3 -2gt -2gv -2gy -2gz -2^^a7b -2^^a7c -2^^a7^^e7 -2^^a7d -2^^a7f -2^^a7g -2^^a7^^a7 -2^^a7h -2^^a7j -2^^a7k -2^^a7l -2^^a7m -2^^a7n -2^^a7^^f1 -2^^a7p -2^^a7r -2^^a7s -2^^a7^^b3 -2^^a7t -2^^a7v -2^^a7y -2^^a7z -2hb -2hc -2h^^e7 -2hd -2hf -2hg -2h^^a7 -2hh -2hj -2hk -2hl -2hm -2hn -2h^^f1 -2hp -2hr -2hs -2h^^b3 -2ht -2hv -2hy -2hz -2jb -2jc -2j^^e7 -2jd -2jf -2jg -2j^^a7 -2jh -2jj -2jk -2jl -2jm -2jn -2j^^f1 -2jp -2jr -2js -2j^^b3 -2jt -2jv -2jy -2jz -2kb -2kc -2k^^e7 -2kd -2kf -2kg -2k^^a7 -2kh -2kj -2kk -2kl -2km -2kn -2k^^f1 -2kp -2kr -2ks -2k^^b3 -2kt -2kv -2ky -2kz -2lb -2lc -2l^^e7 -2ld -2lf -2lg -2l^^a7 -2lh -2lj -2lk -2ll -2lm -2ln -2l^^f1 -2lp -2lr -2ls -2l^^b3 -2lt -2lv -2ly -2lz -2mb -2mc -2m^^e7 -2md -2mf -2mg -2m^^a7 -2mh -2mj -2mk -2ml -2mm -2mn -2m^^f1 -2mp -2mr -2ms -2m^^b3 -2mt -2mv -2my -2mz -2nb -2nc -2n^^e7 -2nd -2nf -2ng -2n^^a7 -2nh -2nj -2nk -2nl -2nm -2nn -2n^^f1 -2np -2nr -2ns -2n^^b3 -2nt -2nv -2ny -2nz -2^^f1b -2^^f1c -2^^f1^^e7 -2^^f1d -2^^f1f -2^^f1g -2^^f1^^a7 -2^^f1h -2^^f1j -2^^f1k -2^^f1l -2^^f1m -2^^f1n -2^^f1^^f1 -2^^f1p -2^^f1r -2^^f1s -2^^f1^^b3 -2^^f1t -2^^f1v -2^^f1y -2^^f1z -2pb -2pc -2p^^e7 -2pd -2pf -2pg -2p^^a7 -2ph -2pj -2pk -2pl -2pm -2pn -2p^^f1 -2pp -2pr -2ps -2p^^b3 -2pt -2pv -2py -2pz -2rb -2rc -2r^^e7 -2rd -2rf -2rg -2r^^a7 -2rh -2rj -2rk -2rl -2rm -2rn -2r^^f1 -2rp -2rr -2rs -2r^^b3 -2rt -2rv -2ry -2rz -2sb -2sc -2s^^e7 -2sd -2sf -2sg -2s^^a7 -2sh -2sj -2sk -2sl -2sm -2sn -2s^^f1 -2sp -2sr -2ss -2s^^b3 -2st -2sv -2sy -2sz -2^^b3b -2^^b3c -2^^b3^^e7 -2^^b3d -2^^b3f -2^^b3g -2^^b3^^a7 -2^^b3h -2^^b3j -2^^b3k -2^^b3l -2^^b3m -2^^b3n -2^^b3^^f1 -2^^b3p -2^^b3r -2^^b3s -2^^b3^^b3 -2^^b3t -2^^b3v -2^^b3y -2^^b3z -2tb -2tc -2t^^e7 -2td -2tf -2tg -2t^^a7 -2th -2tj -2tk -2tl -2tm -2tn -2t^^f1 -2tp -2tr -2ts -2t^^b3 -2tt -2tv -2ty -2tz -2vb -2vc -2v^^e7 -2vd -2vf -2vg -2v^^a7 -2vh -2vj -2vk -2vl -2vm -2vn -2v^^f1 -2vp -2vr -2vs -2v^^b3 -2vt -2vv -2vy -2vz -2yb -2yc -2y^^e7 -2yd -2yf -2yg -2y^^a7 -2yh -2yj -2yk -2yl -2ym -2yn -2y^^f1 -2yp -2yr -2ys -2y^^b3 -2yt -2yv -2yy -2yz -2zb -2zc -2z^^e7 -2zd -2zf -2zg -2z^^a7 -2zh -2zj -2zk -2zl -2zm -2zn -2z^^f1 -2zp -2zr -2zs -2z^^b3 -2zt -2zv -2zy -2zz -a3a2 -a3^^e22 -a3e2 -a3^^112 -a3^^ee2 -a3i2 -a3o2 -a3^^f42 -a3^^f62 -a3u2 -a3^^fc2 -^^e23a2 -^^e23^^e22 -^^e23e2 -^^e23^^112 -^^e23^^ee2 -^^e23i2 -^^e23o2 -^^e23^^f42 -^^e23^^f62 -^^e23u2 -^^e23^^fc2 -e3a2 -e3^^e22 -e3e2 -e3^^112 -e3^^ee2 -e3i2 -e3o2 -e3^^f42 -e3^^f62 -e3u2 -e3^^fc2 -^^113a2 -^^113^^e22 -^^113e2 -^^113^^112 -^^113^^ee2 -^^113i2 -^^113o2 -^^113^^f42 -^^113^^f62 -^^113u2 -^^113^^fc2 -^^ee3a2 -^^ee3^^e22 -^^ee3e2 -^^ee3^^112 -^^ee3^^ee2 -^^ee3i2 -^^ee3o2 -^^ee3^^f42 -^^ee3^^f62 -^^ee3u2 -^^ee3^^fc2 -i3a2 -i3^^e22 -i3e2 -i3^^112 -i3^^ee2 -i3i2 -i3o2 -i3^^f42 -i3^^f62 -i3u2 -i3^^fc2 -o3a2 -o3^^e22 -o3e2 -o3^^112 -o3^^ee2 -o3i2 -o3o2 -o3^^f42 -o3^^f62 -o3u2 -o3^^fc2 -^^f43a2 -^^f43^^e22 -^^f43e2 -^^f43^^112 -^^f43^^ee2 -^^f43i2 -^^f43o2 -^^f43^^f42 -^^f43^^f62 -^^f43u2 -^^f43^^fc2 -^^f63a2 -^^f63^^e22 -^^f63e2 -^^f63^^112 -^^f63^^ee2 -^^f63i2 -^^f63o2 -^^f63^^f42 -^^f63^^f62 -^^f63u2 -^^f63^^fc2 -u3a2 -u3^^e22 -u3e2 -u3^^112 -u3^^ee2 -u3i2 -u3o2 -u3^^f42 -u3^^f62 -u3u2 -u3^^fc2 -^^fc3a2 -^^fc3^^e22 -^^fc3e2 -^^fc3^^112 -^^fc3^^ee2 -^^fc3i2 -^^fc3o2 -^^fc3^^f42 -^^fc3^^f62 -^^fc3u2 -^^fc3^^fc2 -.^^e22 -.^^ee2 -.i2 -.^^f42 -.^^f62 -.^^fc2 -tu4r4k -m1t4rak -} diff -Nru texlive-lang-2007.dfsg.4/texmf/tex/generic/hyphen/ukhyphen.tex texlive-lang-2009/texmf/tex/generic/hyphen/ukhyphen.tex --- texlive-lang-2007.dfsg.4/texmf/tex/generic/hyphen/ukhyphen.tex 2006-01-02 23:53:43.000000000 +0000 +++ texlive-lang-2009/texmf/tex/generic/hyphen/ukhyphen.tex 1970-01-01 01:00:00.000000000 +0100 @@ -1,8592 +0,0 @@ -% File: ukhyphen.tex -% TeX hyphenation patterns for UK English - -% Unlimited copying and redistribution of this file -% is permitted so long as the file is not modified -% in any way. -% -% Modifications may be made for private purposes (though -% this is discouraged, as it could result in documents -% hyphenating differently on different systems) but if -% such modifications are re-distributed, the modified -% file must not be capable of being confused with the -% original. In particular, this means -% -%(a) the filename (the portion before the extension, if any) -% must not match any of : -% -% UKHYPH UK-HYPH -% UKHYPHEN UK-HYPHEN -% UKHYPHENS UK-HYPHENS -% UKHYPHENATION UK-HYPHENATION -% UKHYPHENISATION UK-HYPHENISATION -% UKHYPHENIZATION UK-HYPHENIZATION -% -% regardless of case, and -% -%(b) the file must contain conditions identical to these, -% except that the modifier/distributor may, if he or she -% wishes, augment the list of proscribed filenames. - -% $Log: ukhyph.tex $ -% Revision 2.0 1996/09/10 15:04:04 ucgadkw -% o added list of hyphenation exceptions at the end of this file. -% -% -% Version 1.0a. Released 18th October 2005/PT. -% -% Created by Dominik Wujastyk and Graham Toal using Frank Liang's PATGEN 1.0. -% Like the US patterns, these UK patterns correctly hyphenate about 90% of -% the words in the input list, and produce no hyphens not in the list -% (see TeXbook pp. 451--2). -% -% These patterns are based on a file of 114925 British-hyphenated words -% generously made available to Dominik Wujastyk by Oxford University Press. -% This list of words is copyright to the OUP and may not be redistributed. -% The hyphenation break points in the words in the abovementioned file is -% also copyright to the OUP. -% -% We are very grateful to Oxford University Press for allowing us to use -% their list of hyphenated words to produce the following TeX hyphenation -% patterns. This file of hyphenation patterns may be freely distributed. -% -% These patterns require a value of about 14000 for TeX's pattern memory size. -% -\patterns{ % just type if you're not using INITEX -.ab4i -.ab3ol -.ace4 -.acet3 -.ach4 -.ac5tiva -.ad4din -.ad3e -.ad3o -.ae5d -.aer3i -.af3f -.af3t -.ag4a -.ag5n -.air3 -.al5im -.al1k -.al3le -.am5ar -.ama5te -.am2i -.am3pe -.am3ph -.an1 -.ana3b -.ana3s -.and2 -.an5da -.an4el -.an4en -.an4gl -.an4on. -.an3s -.ant3a -.an3ti3 -.ant4ic -.an4t5o -.any5 -.aph5or -.ap4i -.ar5ab -.ar5ap -.ar4ci -.ar5d -.ar4e -.ari4 -.ar4ise -.ar4isi -.ar5sen -.art5icl -.as1 -.as4q -.as5sib -.at5ar -.ateli4 -.at5omise -.at5omiz -.at3r -.at3t -.au3b -.au3g4u -.aur4e5 -.aus5 -.authen5 -.av4 -.av5era -.bap5tism -.barri5c -.bas4i -.ba5sic -.be3di -.be3lo -.be5r4a -.be5sm -.bi4er -.blaz5o -.bo3lo -.bos5om -.boun4d -.bov4 -.bra5ch -.bre2 -.burn5i -.ca3de -.ca4gin -.cam5i -.cam3o -.can1 -.can5ta -.ca5pitu -.car4i -.cas5ual -.ca4ti -.cen5so -.cen5tena -.cent5ri -.cer4i -.ch4 -.cit4a -.clem5e -.clima5to -.co5it -.co3pa -.cop5ro -.co3ru -.co3si -.co5ter -.cotyle5 -.cri5tici -.custom5 -.dav5 -.dea5co -.de5lec -.del5eg -.de3li -.deli5r -.de1m -.de5nit -.de3no -.der2 -.de3ra -.de5res -.de3ri -.de5scrib -.de5serv -.de5signe -.de5sir -.de5sis -.de5spoi -.determ5i -.de3ve -.de4w -.di4al. -.dia3s -.di4at -.din4a -.dio5c -.do2 -.do4e -.domest5 -.du4al. -.du4c -.dys3 -.east5 -.echin5 -.eco3 -.ec3t -.ed5em -.ed4it. -.ed4iti -.eg4 -.ei3d -.ei5r -.el3ev3 -.el2i -.elu5s -.em3b -.em5in -.emp4 -.em5py -.en1 -.en5c -.en4ded -.en3s -.ent2 -.en5ta -.eos5 -.epi1 -.epi3d -.er2a -.er5em5 -.er4i4 -.er4o2 -.eros4 -.erot3 -.er4ri -.es1 -.escal5 -.es3p -.es3t -.etern5 -.eth3e -.eu1 -.eur4 -.eval3 -.evol5ut -.ew4 -.ex1 -.ex3a -.eye3 -.fal4le -.far4i -.fec5unda -.fen4d -.feoff5 -.fi2 -.fi5lia -.fil5tr -.fin5ess -.fin3g -.fi5n4it -.fis4c5 -.fo3c -.fran5ch -.fu5ga -.ga4m -.gam5et -.gen4et -.ge5neti -.gen5ia -.ge3ro -.glor5io -.gnost4 -.go3no -.gos3 -.hab2 -.ha5bili -.hama5 -.han4de -.hast5i -.he4i -.hem5a -.hi2 -.hi3b -.ho2l -.ho5rol -.hov3 -.hy3lo -.ico3s -.idi2 -.ig3 -.ig1n -.il4i -.im5b -.in1 -.in3d -.in3e2 -.in2i -.in3o -.in3t -.invest5i -.ir3r -.is4c -.is4li -.is4o -.iso5m -.ka5ro -.ki4e -.kin3e -.lab4o -.la4me -.lam5enta -.lan5i -.lash4e -.le4m -.len5ti -.le2p -.lep5r -.les5son -.le5van -.librar5 -.lig3a -.li3o -.li4ons -.li4p -.loc3a -.lo4gia -.lo2p -.loph3 -.lous5i -.lov5er -.lub3 -.lyo3 -.mac5u -.mal5ad5 -.ma5lin -.mar5ti -.math5 -.me5lodio -.ment4 -.men5ta -.me5rid -.me5rin -.met4er -.mi4e -.mi3gr -.min5ue -.mirk4 -.mis1 -.mi5to -.mo3bi -.mo5lec -.mon3a -.mor5ti -.mu3ni -.mu3si -.musi5co -.myth3 -.na5k -.nari4 -.nast4 -.nas5ti -.nec3t -.ni4c -.ni5tro -.no4c -.nom3o -.nos3t -.no5tic -.nucle5 -.obed5 -.ob3el -.ob3l -.od4 -.oed5 -.oe5so -.of5t -.oi4 -.ol4d -.ome2 -.om5el -.on4ce -.on4e -.op2i -.opt5a -.or1 -.or4at4 -.ora5tori -.or5che -.or3d -.ore4 -.or3eo -.or4i -.orner4 -.or2o -.os1 -.osi4 -.oth5 -.out1 -.ov4 -.pal5i -.para5dis -.par5af -.para5t -.pa5ta -.pa4tio -.pec3t4 -.pecu3 -.ped3e -.pend4 -.pen5de -.pep3t -.peri5n -.perse5c -.pe5titi -.ph2 -.phe5nom -.phon4i -.pi2e -.pi3la -.plast4 -.plic4 -.plica4 -.plos4 -.po3la -.po5lite -.po2p -.pop5l -.po5sitio -.pos5si -.pro5bat -.pur4r -.put4te -.ra5cem -.ran5gi -.re3ca -.ref5ere -.re5gar -.re1i -.re5lin -.re1m -.re5o -.res5ci -.re5sen -.re5spo -.re5stat -.re5store -.re5str -.re3ta -.re5u -.re3w -.rib5a -.rin4 -.rit2 -.rol4la -.ros3a -.sa2 -.sac5r -.sal4i -.sa5lin -.salt5er -.sanc5 -.sap5a -.sa3vo -.sci3e -.sea3s -.sect4 -.sec5to -.se3gr -.sen3t -.se1q -.ser4ie -.ses1 -.sev5era -.sh2 -.si5gno -.sis3 -.st4 -.stat4o -.stra5to -.string5i -.su5da -.sulph5a -.sul3t -.tact4i -.tac5tic -.ta4m -.tamar5 -.tar5o -.tect4 -.tel5a -.tell5e -.te4m -.te5ra5t -.ter4p -.th4 -.tho4 -.thol4 -.ti2 -.til4 -.ti5ni -.tit4is -.tor1 -.tran4c -.tri5bal -.tri3d -.trin4a -.tri5sti -.tro4ph -.troph5o -.tro4v -.tular5 -.turb4 -.turi4 -.tu5te -.tu3to -.ul4l -.ulti5mat -.un5ce -.un5ch -.un3d2 -.under5 -.un3e -.un3g -.uni3c -.uni3o -.un3k4 -.un5s -.un3t4 -.un5u -.up1 -.up3l -.ura4 -.ur5eth -.ur4o -.va5led -.ve2 -.vec5 -.ve5lo -.vent5il -.ver4ie -.ver3n -.vic5to -.vi2s -.vis3i -.vi5so -.vo1c -.vo5lut -.wine5s -.xy3l -.za5r -a4a -1ab -2ab. -2aba -ab5are -abay4 -2abb -ab5ber -2abe4 -ab3erd -ab3err -a3bet -ab1ic -a3bie -2abin -4abio -abi5on -ab3ita -ab4itu -ab3la -abli4 -4abolic -ab3om -ab3ota -3about -ab1r -2abs. -ab1ul -abu4lo -ab3use -ab3usi -2aby -ac2a -ac5abl -ac3al -5acanth -ac5ard -a5cat -ach5al -a5chini -ach5ism -achro4 -ach5ur -2aci -a4cic -aci4ers -acif4 -4acit -ack5a -ac3li -4aco. -aco3d -ac5onr -4acos -4acou -ac1r -ac3ry -act5ate -act5ile -ac2to -act5ory -ac2t5r -ac5uat -a5dai -ada3v -4adee -ad5eni -ad4ha -ad3ica -a5dif -4adil -adi4op -adi4p -adis4i -a3diti -3adju -5admit -a2do -4adoe -4adoi -ad3ol -a3dos -ad1ow -ad1r -adram4 -4a2du -ad3ula -ad3um -4ady -ae5a -ae4cit -aeco3 -4aed -aed5is -ae5g -ae3on -ae5p -aerody5 -ae4s -ae5si -aes3t -aet4a -aeth4 -aet4or. -aev3a -4af. -4afe -af5ta -a4fu -ag4ari -4ageri -a5ghe -a5gia -agi4as -4agino -4agl -agli4 -4ag1n -ag3oni -agor4a -ag5ot -a2gr -ag3ri -agru5 -2ah -a1h2a -ahar2 -aha5ra -a1he -ah4n -a5hoo -2ai2 -4ai. -ai3a -a1ic -aid4a -aid5er -aig2 -ai5gu -ail3er -ail3o -aim5er -ain5ders -ai5nea -a3ing. -ain3i -ain5o -aint5er -air5a -air5p -air3s -ais1i -a5ism -2a1j -a4ju -2ak -akel4 -ak5u -al5abl -alact4 -a1lae -al5ais -ala3ma -al5ance -al3at -a5lav -alc3at -al3ch -ald5ri -2ale -a3lec -aleg4 -ale5ma -al5ende -a1leo -a2let -al3ibr -ali4ci -al5ics -al1id -al3if -5alig -al1in -a5lini -alin5o -al5ipe -al5ipot -4alis. -4aliu -4alk -alk5ie -al4lab -al4lag -alli5an -allig4 -al4lish -a5loe -al3ogr -a3lom -a3loo -al1or -al4orim -alos4 -a4lou -al3ous -a5low -al5pen -al3ph -al5tati -al3tie -alu3b -al5ued -al3ues -a5lumnia -al1va -al5ver -alv5u -2a1ly4 -a5lyn -2a2m -a5mad -ama4g -aman5d -a5marine -a3mas. -am1at -a5m4atic -am5atu -am4bin -3ambu -am5elo -a3men -amen4d -am3era -am5erl -am1i -ami2c -am5ica -amic5r -3amid -a3mili -am5ily -amini4f -am5iniz -aminos4 -a5mis. -a4mium. -a3mon -amor5a -amort3 -am5ose -am2p -am5peri -amphi5g -amp3li -ampo5l -am3ul -amyl5 -a2n -an2a -a5nadi -an3ae -an3age -ana5k -an3ali -an3arc -a5nast -an4con -an3d4at -and5au -and5eer -an5del -an5dif -and5ist -an5dit -an4doni -an4ea -an5eer -an3ell -anel5li -an3eu -an3gan -angov4 -an4gur -4anh -an3ic -ani3f -an5ifo -4anig -an5ion -anis5te -4anity -4aniu -an5no -4anny -an1o -an2oe -an3oma -anor3 -an2os -an5ot -an2s -an3sc -an4sco -ans3il -an4sur -an2t2a -ant5abl -an3tal -an5tam -an2te -1anth -an4thi -3anthr -4antic -an4tie -an4ting -ant4iv -an4tone -ant4r -an4tus -an5tym -an3ul -an3um. -an5ums -a3nur -a5nut -an2y -an5ya -a5nyi -2ao -aol3i -5aow -2ap -4ap. -4apa -a1pac -ap3al -ap5aro -ape5li -a5peu -aph5em -aph3i -aph5ol -aphyl3 -ap1i -ap5icu -ap3in -ap4ine -a5pir -a3plan -ap5li -apo5str -apo3th -a2pr -ap5ron -4aps -apt5at -apu5lar -a5pun -a4q -a5qui -a2r -4arabi -ara5bo -aract4i -ara2g -ar3age -ar4aged -ar5agi -ar3ago -a3raj -ar3all -ara3m -aran4g -aran5te -ar5apa -ar1at -a3rau -ara3v -ar3ba -arb5et -ar4bid -ar4bl -arb3li -ar4bul -ar5chet -arch5o -ar5dina -ar4done -ar3en -aren5d -ar5ett -ar3ev5 -ar5gh -ar3gu -ar3h -ar1i -ar5iff -ar4ill -a5ri5net -ar5ini -a5rishi -arm3er -ar5mit -ar3nal -ar3nis -ar3od -ar5oid -aro4mas -aro4n -a5roti -a5rouc -ar3ox -arp5ers -ar4pu -2arr -ar2rh -ar2s -ars5al -ar3so -art5at -ar2th -arth4e -arth3r -ar5tiz -2aru -ar3um -ar5un4 -a3ryo -a5ryt -ar5z -as1a -as4af -asan2 -2asc -as5con -as5cot -as2cr -as2e -as3ect -4ased -asep4 -ash5ay -ash5il -as5ily -as3in -a5sio -a3sit -as5iv -ask5er -aski4 -as4la -as4lo -2aso -as5och -a4soned -as5or -as3ph -ass2 -assa5gi -ass5ibl -as4sil -assit5 -2asta -as4tat -as4tia -as3tis -as4tit -4asto2 -as3tra -as4tri -as1u -as4un -as5ur -2a2ta -4atabi -a5talis -atam4 -ata3p -atar3a -ata3s -ata3t4 -at3eau -at3ech -at5eer -a5tel. -ate5le -at5enat -at3ent -4ater -at3era -at5ernis -at5erniz -4atess -at5et -4a2th -ath3a -a3then -ath5erin -ath5ero -ath5ete -ath3i -ath3od -a5thon -ath5r -4a3tia -ati2c -at5icis -ati5cit -at5iciz -a2tif -a4t1i4l -a4tim -a2t3in -4atina -at5ing -4at4is. -at1it -atit3u -atitud5i -4atiu -at4ivi -a5tiviz -a2to -5at5od -4atog -2atol -4aton -a3too -a4tops -a5torian -a4tory -atos4 -a5toz -2a2tr -at3ra -a4tre -5at5ress -at1ri -atric5u -at3ron -at5rou -at4tag -2a2tu -at1ul -atu4m -at3ura -at3urg -4a2ty -2au2 -4au. -aub5i -4auc -au5cer -auc3o -aud5er -audic4 -aul3i -aul4t -aul5ted -ault5er -ault5i -au3ma -aun2 -aun5chie -aun3d -aun4dre -au5reo -aur4o -au5ror -4aus. -aus5er -aus5p -aus4ted -aut3ar -aut3er -au3th -2av -av4ab -ava4g -av3age -ava5la -av5alr -av5ant -av5ar -avas3 -av3end -av3ern -av3ig -aviol4 -av1is -aw5er. -aw5ers -aw1i -aw5nie -aw5y -a4x -ax2id -4ay -ay5la -ay3m -ayn4 -ays2 -ay5si -ay5sta -ayth4 -2az2 -az3ar -aze4 -az5ee -azyg4 -azz4l -2ba. -ba5bir -3back -baen4 -bag4a -5bah -ba4i -bal3a -balm5i -ba5lon -bal5u -bam4a -ban4a -ba5nan -b4ane -5bang -b4aniti -b4ans -ba4p1 -5barb -bar4d -bardi4 -bar4n -ba5rom -bar3on -5bars -1bas -bas4te -ba4th4 -3batic -ba5tio -bat5on -battle5 -2b1b2 -b4bata -b3bli -b4bone -b1c2 -bcord4 -2b1d -bdeac5 -bde4b -bdi4v -b2e -4be. -3bea -4beas -be3ca -3becu -2bed -be3da -bed5el -bed2i -be4do -be5dra -be4du -5bee -3bef -be3go -be5gr -be3gu -1bel -be3la -2bele -be3lit -bel4t -be3m -ben4d -bend5a -bend5er -be1ne -be5nig -be5nu -4beo -be3q -2bere -berga5m -berl4 -5berr -ber5s -b5ertin -be1s2 -2bes. -be3sl -be3tr -be3w -2b1f -bfa4 -4b1h -b4ha -2bi. -1bia -bi4b1 -bicen5 -3b2id -bid5i -b4ie -bi4ers -bif4 -bi4fid. -bi5ga -bigu3 -b1il -b2ile -5biles -3b2ill -4bim -bimet5 -5bina -5bin4d -bind3e -bin5et -bin5i4 -1bi2o -bio3l -bio5m -bi3ou -bip4 -bi5q -bir4 -bi3re4 -bi5rus -b2is -5bism -bis4o -bisul5 -3bitua -4bity -bi5ve -b1j -4b5k4 -2bl2 -5blac -blag4 -b3lan -5blast -bla5tu -blem5at -3bler -5blesp -4blik -blim3a -bli3o -bli2q -b3lis -4bly -2b1m -bment4 -bmi4 -4b1n -bo2 -4bo. -3boa -bo5am -5bob -bod5i -bo5h -2boid -4boke -bol4e -4boled -bol3i -bol4t -3bon -bon4c -bon4e -bon4ie -boni4f -bon4sp -1boo -b3orat -bor3d -bor5ee -bor5et -3bori -bor5ic -bor5io -bor4n -bot3an -5boti -boun5ti -3bour -bous4 -bow2 -bow3s -4boxy -5boy -br4 -3brach -4bral -bram4 -b2ran -bran4d -4bre. -b4reas -4b2res -brev5et -b2rid -5brief -bring5 -bri4os -b5rist -b4roa -bro4ma -bros4 -brum4 -4bry. -4b1s2 -b3sc -bscon4 -bsen4 -bserv5an -b5si -bsin4 -bso2 -bsol3e -bso3lu -b4stac -bstupe5 -2b1t -b5tlet -4bu. -5bub -buf5fer -b4uli -b4ulos -bun2 -bun4a -b5u5nat -bunt4 -bur3e -bur4ri -busi4e -buss2 -bus5si -3bust -bu5tar -b3ute -b5utin -3butio -but4iv -b5ut5o -b1v -4b3w -2by -4by. -3byi -bys4 -5byt -2ca. -cab5in -c4ace -caco3 -cad4r -5caf -ca3go -5cai -5cak -c1al -c4ala -ca5laman -cal5ar -3calc -ca5lef -call5in -cal4m -ca3ly -ca3ma -cam4i -ca5nar -c2an4e -c4ano -ca3noe -can5tar -can5ted -can4tic -can4tr -5cao -1cap -ca5pil -capt4 -cap3ti -cap3u -1car -ca3ra5c -car5ame -ca3ree -ca3r4i3c -car3if -car5m -car3ni -car3ol -car5on -car5oo -ca3rou -car4v -case5 -cashi4 -3cas3s -cas5tig -3casu3 -c1at -c4at. -c2atc -c4atom -ca3t2r -c4ats -cat4u -3cau -caulk4i -cav3il -3cay -c1c4 -ccent5r -cces4sa -c3ch -cci3d4 -ccip4 -ccle3 -4ce. -4ceab -cean3 -3ceas -ce4ci -2ced -5ceda -ce3dar -3cede -3cedi -4cef -ce5g -3ceiv -cel3ai -cel5ib5 -5cell -cel5lin -celo4 -ce5lom -4cely -2cem -ce4met -3cemi -ce4mo -1cen2 -5cenc -cen5ci -cen5ded -cend5en -cend5er -cen3i -2cenn -3cent -cent4a -cen5ted -cen5ter. -cen5ters -cen5tes -1cep -cept3a -cep5tic -3cera -cer4bi -3cerd -ce3rem -5cern -5cess -cest5o -ces5tr -ce2t -cew4 -2ch -4ch. -4chab -3chae -3chai -cham5per -chan5gi -cha3pa -chec4 -4ched -3chee -3chem -che3ol -ch1er -ch4eri -5cherin -ch4erl -4ches -3chete -ch5eu -che5va -3chew -ch5ex -5chi. -3chia -3chico -ch3ily -ch4in. -ch3inn -3chio -5chip -chizz4 -ch5k -5chlor -4chm -1cho -cho3a -5choc -4choi -ch5oid -3chor -4chored -chor5ol -4choso -3chot -4choti -ch5ous -chow5 -3chr -chur4 -3chut -5chyd -3chyl -3chym -1c2i2 -4ci. -4ciac -cia4m -ci3ca -4cids -4cie. -ci3er -ci3est -ci5et -ci3f -cifi4 -4cig -ci3ga -cigar5 -3cil -cil5lin -2cim -cim3a -ci3me -5cimen -4cinab -4cind -cine5a -cine5mat -ci5ness -4cint -ci3ol -ci5om -ci4po -cisi4 -cit3r -ck1 -ckar5 -cka5t -c4ke -ck5if -ck4sc -cl2 -cla5rif -3clas -c2le2 -2cle. -c5lec -clemat4 -clev3 -cli1m -c3ling -cli2q -clo4q -c4lotr -clue4 -clyp5 -5clys -cn2 -c3ni -1c2o2 -4co. -3coa -co5ba -3coc -co3ci -co5cu -co3dic -co3dif -4cody -3coe -co5et -co3gr -4c3oid -co3inc -4col. -col3a -co3log -5colou -co5ly -co5mas -co4me -co3mo4 -comp4 -con1 -con4ati -con4ch -cond5er -con4ey -con4ie -con3s -con3t -conta5d -3coo -coop4 -co3or -cop4e -co3ph -co5pl -co3po -cop4t -2cora -cor5ded -cord5er -4cored -co3rel -3corn -4coro -co5rol -5cort -3cos. -cost3a -cost5er -co5ta -3co3tr -5coty -cous5t -cov1 -co3va -cow5a -coz4 -co5zi -c1q -cr2 -5craf -craft5i -c4ran -5crani -cra5niu -cras3t -cra4te -c2re -4crean -cre3at -cre4p3 -5creti -cre4to -cret5or -cri3l -cron4 -crost4 -4crou -5c4rus -cry2 -crym3 -cryo3 -4c5s4 -csim5 -2ct -c2ta -c3tac -ctac5u -c5ta5g -ct1an -ct5ant -c5taria -c3tato -c1te -c4tea -c2t5ee -c4tent -cter4ia -ct5es -ct5et -ct2ic -c5ticia -c4tics -ctifi4e -c3tim -ct4in. -ct4ina -ct5ing -c3tini -c5tin5o -c5tio -c3t2is -c3tit -c4titu -c4tity -ct5ive -ct4ivit -ct5olo -c1tom -c3ton -c5toris -c5toriz -c1tr -c2tre -ctro5t -c1tu -c2tum -c1ty -cub3at -c4uf -cu5ity -cul5ab -c2uli -cull5er -cull5in -1c2ult -cu4mi -5cuna -cun4e -5cuni -5cuol -cu5pa -cu3pi -c3upl -1cur -cur4er -cur5ial -4cur4o -1cus -cus5a -c3utiv -c3utr -5cuu -cu5v -2cy. -cy4bi -1cyc -cyl3 -cy4m -cy5no -cys4 -cys5to -cy4t -cz2 -4da. -d4abr -1d2ac -dach4 -d5ache -3dact -d1ag -d4a4gi -d4ale -d4alg -dal5ler -dam5a -3dame -d3ami -da5mu -3dang -d1an4t -d3ap -d3ard -5darm -3d4as2 -dast5a -d1at -dativ4 -dat4u -daugh3 -daun5te -3dav -d3b -d3c4 -d1d4 -d4dere -d3di -d3dler -d3dli -d3dyi -2de. -deac3t -de5aw -de4bi -deb5it -3dec -de5cant -de4cil -de1cr -4dect -ded3i -defor5e -de4fy. -de3g -de4gu -de3io -5de3is -de3lat -deli4e -del5ler -del5li -de5lo -1d4em -4demie -4dem4is -demo4n -de4mons -de3mor -de4mos -4demy -de1n2a -den4d -4dene -d3enh -deni4e -dens5a -dens5er -den5tit -de3od -deo3l -deon2 -deont5 -de1p -depen4 -deposi4 -de2pu -d3eq -derac4 -de3rai -d4ere -4dered -de5reg -3derer -1deri -der3k -3derm -der4mi -der5min -5derne -3dero4 -der5os -der3s -5deru -4des. -de3sa -5desc -des4ca -de5scal -de3sec -des4i -de3sid -des5igna -des1p -des5pon -de3sq -d3est. -des3ti -1de1t -de3tes -de5th -de2ti -dev3il -de3vis -de3vit -de4voi -devol5u -3dex -2d5f -dfol4 -d2g -dg4a -dgel4 -d4gen -d3gr -4d1h -dhot4 -d4hu -4di. -1dia -di2ad -3diar -diat5om -4d1ib -d1ic. -dic5am -di4ce -di3ch -d5icl -dic5ol -1dict -dic5tat -dic4te -5dicul -d5icur -1did -di4ers -3di3ev -d4ifo -dig3al -di3gam -dil4 -5dill -dilo4 -di3lu -di5mer -dimet4 -di1mi -2d1in -din4e -din5gi -di5nos -3di1o -dio4c -di4ola -dip5t -3dire -di3ri -4d5iro -di4s1 -d4isc -disen3 -3disia -3diss -d4itas -d4iter -dithe4 -d3ito -ditor3 -2dity -1diu -1di1v2 -di4val -di5vine -dix4i -d1j -2dl4 -d1la -5dlef -5dlest -3dlew -dlin4 -d1lo -d5lu -2d1m -4d1n2 -1do -4do. -d4ob -do4c3u -dog4a -do4j -d4ol. -dol3en -do5line -dol5it -do4lon -d4ols -5dom. -doman4 -domin5 -dom5ino -dom5it -do5mo -don4at -4dony -3doo -d2or -4dor. -dor4m -dort4 -d4os -do5sim -dossi4 -dot1a -dot4tin -2dous -d4own -3dox -d1p -dr2 -d5rail -d3ral -3dram -dran4 -d4ras -drast4 -3drel -dres4 -dress5o -dri4e -d4rif -dri4g3 -d4rom -dropho4 -drunk3 -4d1s2 -d5sl -ds3m -ds4mi -d4sw -dt4 -dt5ho -1du -2du. -du1at -3duc -duch5 -duci5an -du4co -du5eli -du5ell -du5en -du5ett -du5in -dul3c -d3ule -dul4l -dum4be -dun4a -d5un4c -du2p -du3pl -5duro -d5use -dust5er -du3u -d1v -dver2 -dvert3 -dvoc5at -2d1w -dwell3 -2d2y -dy4ad. -dy5ar -5dy4e -5dyk -dyl2 -dyll3 -5dymi -3dyn -dys3p -d3zo -ea2 -4eab -e1act -eac4te -ea5cu -e5add -ead3er -ead1i -ead3li -ea4g -eak1 -eal3a -eal3er -ea3log -eam4bl -eam3er -ean5i -eap2 -eap5er -e3app -ear3a -ear3er -ear4li -e5ar2r -ear4te -earth5i -eas5er -ea4soni -e1as1s -eassem4 -eas4t -east5i -eat5eni -eat3er -eat5ie -e3atif -eatit4 -eat4itu -e3atri -e4atu -eau3 -eav5i -eavi4e -eav5ou -eaz5i -e1b -ebar4 -eb2b -ebe4 -e4bel. -e4bels -e2ben -eb5et -eb2i -e5bil -e4bin -e4bis -e4bl -e4bos -ebot3o -e2br -eb1ra -eb2t -e4buc -ebus5i -ec2a -ec3ade -ecad5en -ecal5e -e5cam -e4capo -ec3at -ec5ath -e1ce -ecent5o -ech3i -e4cib -eci4f -ecip5i -e1cl -ec3lip -econ4sc -econstit5 -ec3ora -ec5oro -ec3rat -ec5rean -e4crem -ec1ro -ect5ati -ec4ter -ecti4c -ec4tit -ec4t5us -ec1ul -e5culi -2ed -e5dans -e2dat -ede2 -e4ded -e5deh -e4dele -edes3t -ede3te -edeter5 -e3dev -e5dew -ed4g -edi4als -ed5ical -ed5ics -ediges4 -ed5igr -ed3ime -ed1it -edi2v -ediv5id -ed3li -edor4 -e4dox -ed1ro -edu5cer -e2dul -ed3ulo -e4d5ur -ee4ce -eed3er -ee4do -ee2f -ee5g -ee1i -ee2l1i -ee2m -eem5er -eem3i -eep1 -ee4pa -eer4ine -eesi4 -ee3to -e1f -efact5o -efal4 -ef5eree -ef5inite -e4fite -ef4l -efor5est -2efu -e4fug -efut5a -egel3 -egi5a -e4gib -e3gla -eg3le -eg4mi -eg5nab -e5g4on -e2gr -e5gur -e1h2 -e5ho -eh5s -ehy2 -ehyd5r -eid4 -5eido -4eif -eig2 -e5ignit -e4in. -e3inc -e2ine -e1ing -ein5i -e4ins. -ei4p4 -eir3o -4eis -eis3i -eit5er -eith4 -e2iv -eiv3er -e2iz -e1j -ejudic4 -ek3en -ek5is -ek4l -e4lac -e5lad -el5age -elam4 -el5anc -elast3 -e4lates -el5ative -elch5er -eld3er -2ele -elea5g -4e4led -el5eni -el3eno -ele3o -ele5ph -el1er -e1les -e5less -e4leste -el3et3o -elev3a -ele3vi -el5ex -e4l3ica4 -e1lie -eli4ers -e3lim -el3ing -eli3on -e4li4s -elit4t -e3liv -el4lab -ell5iz -e3loa -e3loc -elo5ca -eloc3u -elo4di -e2log -elom5ate -el5op. -el5ops -elp5in -el3so -el5tie -e1lu -elu4m -elus4 -elv4 -e5lyi -3elyt -em3ago -em3ana -emar4 -emarc5a -em5atiz -emat5ol -em5bi -e1me4 -e4mee -e4mel -e3mem -e4m3era -em5ero -emet4e -em4icis -e4mie -e2mig -emig5ra -em3ina -em5ing -e3mio -em3ism -e4mita -e4miu -em4mae -4emnit -emo3bi -emod4u -e2mog -e4moi -em3olo -em5om -4emon -e3moni -emon5ol -e2mor -em5oris -em3orr -e4motic -e5moz -empa5r -empara5 -em5pes -4empli. -em4pre -em3um -e5mut -en3ac -e4nal -en3am3o -en4ann -e2n3ar -en3as. -ena5ture -3encep -en4cile -enct4 -2end -en4d5al -en4dedl -end5rit -4ene -ene5d -en3ee -e5nelle -e5nep -e2ner -e5nereo -ener5v -en5esi -e3ness -en1et -en4ett -e2n3eu -e3new -en3gi -en3ic -en5ier -en3ig3r -en5in -enit5u -en3k -en1o -en3oi -eno2m -en3oty -enov3 -en2s -ens5al -en3sp -en4sum -en4sus -ent3ar -en4ters -en5tia -en4tify -en2to -en4tri -ent5rin -ent5up -en4tus -4enu -en3ua -en3uf -en3ur -en5ut -5enwa -eo3b -e4och -e4oda -eof2 -eo2l -eol5ar. -eol5at -eologi4 -e5olu -eo3m -eon4a -e3ont -eop4t -e1or1 -eor4de -eor3e -eor5o -eo1s2 -eo4to -e1pa -ep4al -ep5arc -epa4t -epend5en -ep5ert -e4pete -epe5titio -ep5ex -eph1 -eph4i -e2pig -e5pla -ep3lic -epol3a -epol3i -epolit5 -ep3reh -epres5e -ep5rim -e4p5rob5 -ept3or -e1p4u -e3pur5 -e4puta -equin4 -equi5no -er1 -era4cie -era4do -era4g -era4l -er3aph -er3api -er3apy -4erati. -4eratim -er5atu -er3bat -er3be -erb5os -2erc -er3ch -er3cl -2erd -erd5ar -erdi4e -2ere -er3eal -4ered -er3egr -er5el. -er5ell -er5els -e4reme -er3en -5erend -eren4e -ere5ol -e3req -er3er -ere4s -er5ese -er3esi -er5este -er5esti -eres5tr -eret4 -er3et. -er3ets -er3ett -ere4v -er3ex -ergi3v -er3gl -er3ia. -er4ian -eri4cid -5er5ick -er2id -er3ie -er3iff -er4imet -er3in -eri4na -eri4on -er3iou -er4isc -eri5sta -4eri2t -e3riv -er5iz -4erj -erk4 -er3me -er4moi -5ernacl -er5nalis -ern3er -ern3is -ern3it -4ero. -er3oid -ero5is -ero5st -erpent5in -erre5la -er4rep -er5sine -er5ted -er4ter -ert5er. -ert5ers -er4thi -ert5iz -2eru -eru4b -eru5d -erund5 -er4vil -5erwau -eryth3 -2erz -4es. -es5am -es5an -e2sc -es5can -es5che -esci5e -escut5 -e3sea -e3sect -e5see -e5seg5 -ese4l -es5enc -e3sh4a -e1shi -e5shu -esi4an -es5ic. -e5sick -es5iden -esi5diu -es5ies -es3im -es3in -e5sion -e4sit -es4it. -es4its -e3skin -e3s4mi -es4od -es3ola -es3ol3u -es3ona -eso3p -e1sor -es3per3 -es5pira -es5pit -es4pl -esplen5 -es5pot -e5s2pr -es4s3an -essar5 -ess5ee -es4sil -es2so -esta4b -est3an -e5star -es5tau -e2sti -est5ifi -est5igati -e3stoc -es5too -est4r -estud4 -e1su -e2s3ul -es4ur5 -et2a -et3al. -et5allis -et3al5o -eta5me -eta3p -et3ari -et5ary -et4as -et3ate -et3ati -et5ay -et3eer -etell5i -etend5er -et5eni -eter2 -et3er3a -et5eria -etex4 -e2th1 -ethyl3 -2etia -e3ticu -eti4gi -e5tim -et3in -eti4na -e3tir -et5itiv -eti4u -et5olo -e5tomete -e2ton -et3ona -etor3i -etra5g -4e4tral -etra5m -et4ran -et5ress -et1ri -et4ria -etrib5a -e4trim -et1ro -et2t -et3ter -etud4 -et3ude -e4tum -et4we -et5z -eudio5 -eue4 -euk5 -4eum -e3urg -eur5i -eus4 -eu5ten -eu3ter -eut3i -ev4abi -eval5e -eva2p3 -ev3ast -ev3at -ev5eli -eve4n -ev5erat -ev5eren -ever4er -e4veri -e4ves -e1via -e4viab -e2vic -evictu4 -evid3 -ev5ig -ev4ile -ev5ish -evis5in -evis5o -e4viu -evoc3 -evol5e -evol5ute -evu4 -e1wa -e4wag -e5way -ew1er -e3wh -ew5ie -ew1in -ew5ish -e3wit -e1wr -ex5ic -ex4on. -1exp -4ey. -ey4as -eyl4 -ey3s2 -ez5er. -ez5ers -ez5ie -1f2a -2fa. -fab4i -fa3cet -fact2 -fa2c3u -2f3ag -fall5in -5falo -fa5lon -fals5ifie -4fan3a -fan5tasiz -fant3i -5far -far3i -5faw -4f5b -2f5d -2fe. -3feas -fea3tu -feb5r -3fec -2fed1 -5fei -fe1li -fem3i -femin5 -fend5er -f5eni -4fered -fer3ee -3fero -fe5roc -fer5om -3ferr -fer3v -2fes. -fess3o -fest3a -fest5i -fe4t -fet4al -fet4in -fet4o -3feu -fe5veri -2ff -f1fe -ffec4te -f5fet -f1fi -f5fia -f3fic -f5fie -ffil3 -f2f3is -ff4le -ff3lin -ffoc3 -ffoni4 -ffor3e -f3fr -ffranch5 -4f5h -fi5ance -fib5u -4fic. -4fical -3fici -4fics -fi5del -fid3en -fiel4 -fier4c -fight5 -1fi2l -2fin -fin2a -fi3nal -find3 -fin2e -f1ing -5finin -fin4ni -fir2m1 -f3ita -f5itee -fl2 -3fla -fle2s -f3lica -flin4 -3flo -flo5ric -3flu -flum4i -1fo -4fo. -3foc -fo2e -foeti4 -fo1l4i -fo4lie -foment4 -fo2n -fon4de -3foo -fo5ram -for5ay -for5b -for4di -fore3t -5form -for4m3a -fortu5na -fo3v -1fr2 -frag5a -frant4 -frar4 -fratch4 -fre4s -frost5i -fruc4 -2f3s -fs4p -2ft -f1ted -f4ter. -ft5es -fti4et -ft4ine -3fu -4fu. -fu4c -fuel5li -fug4a -fu4min -fun2g -4fured -fur3n -fu3sil -fus5o -fu5til -4ga. -ga4cie -gadi4 -ga4dos -3gag -3gai -3gale -ga5len -gali4a -gal5ler -3galo -gam4bl -gan5at -4ganed -gang5er -g5ant. -gan4tr -g5ants -g5arc -g4are -gar3ee -gariz4a -ga5rot -gar5p -5garr -1ga4s -gas5i -gas3o -gasol5 -gass5in -gast3r -g1at -g4at. -gat5iv -g4ato. -g4atos -g4att -gat5u -gaud5 -ga5za -g1b -g5d4 -2ge. -5geal -3gean -2ge4d -3gedi -5gedn -4gef -1gel -4gele -ge4li -gel4in -gel5li -ge4lu -2gely -gem3i -5gemo -3gen -gen4du -gen5it -gen3o -gen5ti -ge4o -geo3lo -4gere -3germ4 -2ges. -5gess -gest5at -3get -get3a -2g1f -2g1g -gg4a -g2ge -g5gedl -g3ger -g5gerer -ggi4a5 -g3gli -gglu3 -g5gly -ggrav3 -g4gro -2gh -g5hai -gh5eni -g3ho -g4hos -gh2t -1g2i -4gi. -gi4all -gi4at -3gib -gi5co -gi4g -gi5gan -gin5gi -3gio -gi4or -gi4ot -5gip -gi5pa -g4i4s -5gis. -gi2t1 -5gitu -giv5en. -2gl2 -g3lar -5glass. -glec4 -3gler -g4leto -g4letr -g4ley -gli5on -g5lis4 -3glo -4g5lod -glom3 -4glop -3glu -glu5te -glu5ti -3glyp -2g1m4 -2gn2 -g1na -g4nab -g5nate -5gnath -g5nati -gna5tur -gn5edl -gn5ee -gn3er -g1ni -g4nia -g2n3in -gn4in. -g4ni2o -g2no -5gnori -gno4s -2go. -5goa -3goc -5god -3goe -go4et -go4ge -4gogram -g5oid -go3is -go2me -5gonn -go5nom -3goo -goph4 -4gor. -5gorg -4gors -g4ory -3gos -gos4t -2gou -gour4i -g1ous -gov1 -g3p -1gr2 -grab4 -3gram -4grame -gra2p -g4re -gril4 -grim3a -g4ro -gro4g -g5ron -grop4 -3gru -gru3en -gru5i -grum4b -2g1s -gs4c -gs4t -g4sti -gth5eni -g5to -g4u2a -gu5ab -5guan -3guard -g5uat -2gue -5gueu -5guit4 -gui5ta -gu2ma -gu4mi -3gun -g4uras -g4ured -gur4n -gur4u -4gury -gust5a -2g1w -2gy -gy2b -5gym -3gyn -gyn5o -g5z2 -ha2 -4ha. -h4ac -hadi4e -had4ine -hae3o -haged5 -hagi3o -hag5u -ha5ic -hais4 -hak4ine -hal5ant -ha4m -ham5an -han4cro -han2g -h1ani4 -h5aniz -han4t -hant3a -ha4pe -hap3l -har1a -har5b -har4d -har5die -harge4 -ha5rism -har3o -har4ted -har4ti -has4te -hat5o -haught5 -havel4 -hav5ersi -hav5o -h1b -h1c -h1d -hdeac5 -hdu4 -he2 -4he. -h2ea -1head -3hear -hearch4 -heast5 -heav5en -hec3t4 -he5del -he3do -heek4 -h4ei -he3is -he5lat -h5elin -he3lio -he5liu -hel4li -h3el3o -hem1a -he3men -hemis4 -he5mop -hem4p -hende5 -he3or -hep1 -h1er. -her4as -her2b -herb3a -herb3i -here3a -here3o -h5erett -h5erh -her5ial -h5erine -h1erl -her5om -h4eron -h1ers -h5erwa -hes3tr -het1 -h4et3a -het3i -het4ted -heu2 -heum3 -heumat5 -he4v4 -hev5i -hex5o -h1f -h5h -2hi. -hi4ar -h1ic -hi3c4an -hi4cin -h4icl -h5ie. -h1ier -h4i4ers -h1ies -h3ifi4 -h3ify -hig4o -hi5ka -hi4l -hi5ma4 -hi5mer -himos4 -h1in -hin4d -h2in2e -hi5nie -h5iniz -hi5nop -h2ins -hio5lo -h4ior -hi2p -hip3l -h4ir -hir4r -hirr5i -hit4a -hiv5a -4hl -h3la -h1le -h3let -h1l2i -hli4a -2h1m -h4manic -h5mica -2h1n2 -hnocen5 -4ho. -ho3an -ho4co -ho3don -ho5du -ho5ep -hol3ar -hold1 -hol4is. -ho5lys -ho4mag -hom5in -h2o4n -hon5em -ho5neu -hon3ey -hong3i -ho5nio -hon1o -1hood -hoo5r -h4ope -ho2p5r -h4op4te -hor5et -h4orn -horn5i -ho5rog -hort5h -hosi4 -ho4ton -h2ou -3house3 -4h1p -2hr -hras5eo -hre4 -hre5ma -hr5er -hres4 -hri4 -hrill5in -hrim4 -h5rit -h3rod -hrom4i -hry4 -h3rym3 -2h1s -hsi4 -h4sk -ht5ag -ht5ee -ht3en. -ht5ener -ht3eni -ht3ens -ht5eo -ht5es -ht4foo -h1th -ht4ine -hu4g -hu4mat -hu5mer -hu4min -hun4c -hunk4 -hun4t -hur3i -hu3sia -huz4 -h1w -h4wart -h2y -hy2l -hyl5en -hy2m -hyn4 -hy3o -hyol5i -hy1pe -hy3ph -hyr4 -hys3te -hy4t -2i1a2 -ia4bl -iab5olis -iab5oliz -i2ach -iac3o -i2ac2r -ia5cri -ia5dem -i5ae -iaf4 -i2ag4 -ia3gn -i5a4g5o -ia3gr -i3ah -i5ai -ialect4 -i3alit -ial5li -4ialn -i2a3lo -ia5ly -i5amb -ia3me -ianch5 -i3ant -i5ape -ia3ph -i2ard -4iarit -i3at -ia5the -i5atom -iat4u -iatur4a -i3au -iav4 -ib3era -ib1i -ibio4 -ibios4 -ib5li -4ibo -i4bon -ibor4 -i4bose -i5bou -ib1ri -4ibu -ib3uta -ic3ac -ic5ado -i4cal -ic1an -2icar -iccu4 -4ice -i5ceo -4ich -ich4i -ich5ing -ich5ol -4icin -i5cio -2ick -ic4lo -2i2co -ico3c -ic5ola -icon3o -i5cop -icotyle5 -2i1cr -i4cri -i4cru -i4cry -ic4tedl -ic4ter -ict5ic -2icu -icu4lu -ic3um -i5cun4 -i5cut -2i1cy -i2d -id1a -i5day -ide4m -id3enc -id3era -iderm5 -i3dicu -id3if -i5dig -i5dil -i3dim -id4ines -idios4 -idir4 -id1is4 -id4ist -2i4d1it -idi4v -id3li -id3ol -idol3a -4idomi -id3ow -4idr -id5ri -id3ul -ie2 -4iec -2ieg2 -ie3ga -ie5i -i5ell -4iem -2i1en -ien2d -i1er -i3eres -i2eri -ieri4n -4iern -ier2o -i4ert -i3esc -ies3el -i1es2t -i3est. -2i1et -i4et. -iet3ie -4ieu -i5euti -iev3a -iev3er -iev3o -2i1f -i2fe -if4fa -iff5ler -if3ic. -i4ficac -if5ics -ifi4d -ifi4n -4i2fl -i3fo -ifoc5 -if5tee -i3fy -2ig -i3gad -ig3and -3igar -i1ge -i3ger -ight5er. -ight5ers -4igi -ign5iz -igno5m -i3gon -ig1or -ig3ot -i5gret -i4g5ro -igu5it -ig1ur -2i1h -ihy4 -2ii -i5in -ija4 -4iju -2ik2 -ik5an -ike4b -i2l3a -ila4g -ila5tel -i5later -il4ax -il5dr -il4du -i3len -ilesi4 -il3f -il3ia. -il3iar -ili4arl -i3lici -i5lien -ili4er -ili4fe -il4ific -il1in -il5ine. -4iliou -il5ipp -il5iq -il4ite -ilit5u -il4mo -i5lon -il3ou -ilth4 -il2tr -4ilu -il5ul -i5lum -il5ure -il3v -4ilym -ima4c -im2ag -im3age -im1al -im5am -i5m2as -i4mated -i4matin -imat5u -im1i -i3m2ie -im4ine -im5ino -im5mes -i2mo -i5mog -i3mon -im5oo -i3mos. -impar5a -imparad5 -im5pie -impot5 -im5pr -impu4 -im1ul -im5um -in3ab -4inace -in4ado -in5agl -in3air -ina4l -4inalit -in5am -in3an -in3ap -in4ars -i3nas. -4inata -inator5 -in3au -in4aw -2inc -inc4tua -2ind -in5dar -inde5p -indes5 -inde3t -indeterm5 -in5dro -4inea -4ined -in5ee -in5ega -4in5eo -ine4s -in3esi -ine5te -4ineu -inev5 -infilt5 -infol4 -4infu -4inga -in5gal -4inge -ing5ha -4ingi -4ingle -4ingli -4ingo -4ingu -ing3um -2ini -in5ia. -4inic -in4ici -in3ion -in4itud -4ink -ink4ine -4inl -2inn -2ino -4ino. -in3oi -i5nole -4inos -i3nos. -in5ose -in3osi -4inq -ins2 -in4sch5 -inse2 -insect5 -insec5u -in3si -5insk -insolv5 -in4tee -int5ess -in3til -int5res -intu5m -2inu -in5ul -in5um -in3un -in3ur -invol5u -2io2 -ioact4 -i1od -iod3i4 -iod5o -ioe4 -io3gr -4i1ol -io3ma -i4omani -io3mo -i5ope -io3ph -i5opo -iop4s -i1or -iora4m -4iore -4iorit -5ioriz -4iorl -ior4n -io3sc -i3ose -i3osi -i4oso -io5sta -i3ot -iot4a -io5th -iot5ic -io5tr -i4oty -i4our. -i4ours -i5ox -2ip -ip3al -ipap4 -ipar3o -ipart5ite -ip1at -i3pend -i1ph2e -iphen3 -i5pheri -iphi4 -i4phu -ip3id -i5pil -ip3in -ip4ine -ipir4 -ip5is -ip1i4t -ip4iti -ip3lin -ip3lo -i3po -i4pog -i4poli -i4pom -ipon3 -i4pow -ip2pl -ip3pli -ip4re -ip5tori -ip1ul -i5put -ipy4 -2iq -i3qua -2ir -ir1a -ir4abi -ira4c -ir4ae. -ir4ag -ir4alin -ir4alli -i5raso -irassi4 -iray4 -ird3i -ire3a -ir3ec -ir5ee -irel4 -ire5li -ires4 -ir5ess -ir1i -ir2i4d -ir4im -ir4is. -5iriz -irl5ing -ir5och -ir5ol -ir3om -ir4q -ir2s -ir5ta -ir5tee -irwo4me -i4sa -is5ad -is3age -is1al -is3am -is1an -is3ar -is5av -4isb -i2s3c -is5chi -isci5c -4i1sec -ise5cr -is3ell -4is3en -is2er -is5ere -i2s3et -4iseu -is3har -ish5ee -4ishio -ish3op -is5hor -2isia -is5ic -is3ie -4isim -is3inc -4isis -is4ke -is1l -islun4 -2isma -is1on -is5oner -iso5p -is1p -i3s2ph -5ispr -2is1s -iss5ad -is4sal -is5san -iss4iv -iss4o -4ista -is4tal -ist5enc -ist5ent -is5terer -4isth -is4t3ic -4istl -i4s1to -4is4tom -is1tr -3istry -4isty -i5sul -is3ur -2isy -it1a -it5ab -ita4c -4itai -it3am -it4ana -it4as -it3at -i3tect -it3ee -it3enc -it3ent -it3era -2ith -itha5l -ith5i -i5thol -ith3r -ithy5 -2itia -iti4co -it5icu -it1ie -it3ig -4itim -it4in. -it4ins -4itio. -4itione -i5tiq -4i5tit -it3iv -it4li -it5lo -4ito. -it5ol -2iton -it1ou -2itr -it5ress -i4tric -2itt -it4tit -itu4als -it5uar -4itue -it1ul -it1ur -it3us -2i1u2 -i3um -iur5e -2iva -iv5anc -iv1at -i4ved -iv5el. -iv5eling -iv5els -i4ver. -iv3eri -i4vers. -iver5sal -ives4 -iv3et -i4vie -iv3if -i5vilit -5ivist. -5ivists -iv1it -i2vo -ivoc3 -i5vore -2i1w -2ix -ix3o -i5ye -1iz -4izah -iz3i2 -2izo -iz5oi -2izz -1ja -2ja. -3jac -ja2c5o -jac3u -jag5u -jal4 -ja5lo -ja5pan -jel5la -jeo2 -jeop3 -4jes -jeu4 -jew3 -2ji -3jig -jil4 -jill5 -5jis. -3jo2 -4jo. -joc5o -joc5u -jol4e -4jr -4js -ju1di -jui4 -ju5l -ju3ni -juscu4 -jut3a -ju1v -k4abi -k2a5bu -kach4 -k3a4g -kais5 -ka4l -ka5lim -kal4is -k4an -ka3o -kap4 -kar4i -1kas. -kaur4 -kav4 -k1b4 -k1c -kcom4 -k5d2 -kdo4 -kdol5 -4ked -ke5da -k5ede -3kee -ke4g -ken4d -keno4 -kep5t -ker5a -k4ere -k5erel -ker4j -ker5o -kes4i -ket5a -key4wo -k1f -kfur4 -k3ho -5kih -ki2l -kilo3 -k1in -k2in. -3kind -kinema4 -kin5et -k3ing -kin4i -k2ins -kir3m -kir4r -kis4 -3kis. -k1ish -kit5c -ki4w -kk4 -k5ker -k2l2 -k3la -k5lea -k3ler -k3let -k3li -k3lo -k1m -kn2 -k2no -1know -ko5a -kol4 -ko5mi -ko5pe -k1p -k5ro4 -k3ru -4k1s -k3sl -ks2mi -ks4t -k1t -kur5 -k5v -k1w -3kyl -l2a -4la. -5laa -lab5ar -label4 -5labr -l4ac -la2ca -la5ceo -la5cer -la4ch -la2co -5la5col -lac5on -la3cu -la4de -l5adm -l4ae -l4af -la3ger -la4gis -lag3r -5lah4 -la4ic. -l4al -4lale -5lamandr -la5melli -lam4ie -lam1o -l5amu -lan3at -lan2d -3land. -land3i -3lands -lan4er -lan3et -lan5tine -lan4tr -la4p -lapi4 -lar5an -lar5de -4lared -l4as -lat5al -la4te -5latilis -5latiliz -5latini -lat5us -l4au -5laur -lav5at -l4aw -4laz -l3b -lbe4 -l4bit -l4by -l1c2 -l2cat -lce4 -lcen4 -l4cere -lch4e -l3dar -l3ded -l3deh -l5dera -ld3est -l5dew -ldi2 -l3die -ld4ine -l5di5nes -ld3ish -ld5li -l3do -4le. -3leagu -le5atio -leav5er -l3eb5ra -le3ca -le5cha -lect5ica -2led -le5dr -leg1a -l3egan -3legg -le4gin -leg3o -le3gra -lek4 -4leled -lel5o -lelu5 -lem5enc -lem3is -l5emiz -5lemm -l3emn -le2mo -lem5on -l5enda -len5dar -lend4e -len4do -le1ne -le5nie -len3o -4lentio -len5u -le3on -leo4s -le5q -2ler -le5rec -5l4eria -l4eric -le5rig -ler3om -leros4 -ler3ot -4les. -le3sco -3les4s -1let -le5tra -le5tre -5le5tu5 -leur5 -2lev -l3eva -5leve -lev5ita -le4wi -l5exa -1ley -lf5id -l2fo -lf3on -l1g2 -l4gal -l4gem -lgi4a -l4gid -l4goi -l3h -4li. -li4ani -lias4 -lib1r -l1ic. -5lich -li4cie -5licio -l3ic3on -lict4o -li4cu -l3ida -l4idar -5lidif -3lieu -l4ife -l4ifo -lift5er -1lig -li5ger -light5i -5lih -3lik -1l4il -lil4i -lim2b -limet4e -lim4p -l4ina. -l4inas -lin4d -l4ine -5lin3ea -lin4er. -lin4ers -lin4ger -ling3i -5lingt -3lingu -3linq -lint5i -3liog -li4ol -lio3m -liot4 -li3ou -5liph -lipt5 -li1q -3lir -l1is -l4isk -5lisse -l1it -l2it. -l3it5a -5liter -3lith -5litia -3litr -lit4u -l4iv -l5ivat -liv3er -liv5id -lkal5o -lk5at -lk3er. -lk3ers -ll2 -l1la -lla4ba -llact4 -l5las -l4law -l5leb -l1lec -l1leg -l3lei -l1lel -lle5m -l1len -l3lep -l3leu -l3lev -ll3f -l1li -lli5am -lli4an -llib4e -llic4 -l4licl -lli5co -l5lie -lligat4 -l2lin -l5lin. -l3lina -l3line -l5lio -lli5v -ll3m -l1lo -lloc3a -lloc5u -llo2q -l4lov -llow5er -ll3p -ll3s -ll5t -l1lu -llun4 -l5lya -l3lyc -l3lyg -l3lyh -l3lyi -l5lym -lm2 -l1ma -l1me -l4mer -lm3ing -l5mip -l2m3od -l1n4 -l3ne -lneo4 -2lo. -5load -5lob3a -1loc -loc3al -loc5ul -lo4cus. -2locy -l3odis -3lo3dr -1log -lo5gan -4loi. -lo5mi -lom4m -lon4al -lon4e -l5onel -lo5ney -long5in -3lonia -loni4e -l3onis -l3oniz -loom5er -lop4e -5lo5pen -l3opm -1lo1q -l4ored -lor5iat -lor4ife -lo5rof -loros4 -l4os. -lo1so -loss4 -los5sie -lot5at -loth4ie -lo5tu -5loup -lp1at -lp3er -lph2 -l5phe -l3phin -l2pho -l3pie -l3pit -lr4 -l3ri -l3ro -l5ru -4ls -l5sam -ls5an -lsi4fia -lsi4m -ls4is -l5sk -ls4p -l1s2t -ltan3e -l4tang -lt5ant -l5tar -l1te -l4tei -ltern3 -lth3i -lti4ci -ltim4a -ltin4 -lti3t -l3t4iv -lt4or -l1tr -ltramont5 -l1tu -l4tus -4lu. -lu1a -luch4 -lu2c5o -luc5ra -lu4cu -4lue -lu1en -lu5er -lu1i -lu4it -lum4bri -lu4mo -5lump -lu2m5u -lunch5eo -5lune -l3unta -lu3ori -5lup -3lur3o -lusk5 -luss4 -lut5an -4lut5ar -5lutioniz -lu5toc -lut5r -lu1v -lv5ate -l5vet4 -l4vi -l4vor -l3w -lx4 -2ly -4ly. -ly1c -ly4ca -lyc4l -lyc5os -lym2 -lymph5 -lyp2 -ly4pa -lypt5o -3lyr -lys5er -3lyw -3lyz -lz4 -4ma. -m4aca -mac3ad -ma5chine -5machy -ma4cis -mact4 -4mad. -4mada -4mads -ma4ge -5magn -2mago4 -2mah -ma5ho -3ma4i -4mai. -maid3 -5mak -mal3ap -mal5ari -5male2 -mal5ed -mal3ef -m3alg -m3alis -mal4is. -mal3le -mal4li -2mam -mament4 -m5ament. -1man -3m4an. -man3a -man5dar -man3dr -manic4 -man4ica -ma5nil -m4ans -mantel5 -2map -m3aph -1mar -5maran -mar5ol -ma5ron -ma3roo -mar5ri -mar4shi -mar3v -ma3son -massi4 -mass5ing -3mas1t -mas4ted -mast4ic -mas4tin -m4at. -m4aten -ma3ter -mater5n4 -m4atit -mat4iti -m4atiza -ma3tog -mat5om -ma3top -m4ats -3m4att -ma5ture -mav4 -2m1b -mbat4t -mb4d -m5bec -m5berer -m4bery -m4bes -mb2i -m2bic -m5bil5 -m4b3ing -m4bis -mb5ist -mbival5 -m5bler -m3bli -mbru4 -mbu3l -mbur4 -m1c -m5d -m2e -2me. -mea5g -me5and -me4ba -me4bi -2med -4med. -3media -med5icat -4medie -m5ed5ies -3medit -me4do -m5edy -me2g -5meg2a1 -mega5t -4mele -mel5ee -mel5ler -mel3on -mel4t -melt5er -me2m -4m5eme -1men -3men. -2mena -men4ag -mend5er -mend5o -me1ne -ment5or -5ments -5meog -me4p -m5eran -4mere -mer4ia -2me2s -mes5en -me5si4a -mes5q -3mesti4 -1me2t -meta3t -met1e -4meted -meth4i -meti4c -met5ici -met3o -met3ri -m1f -4m3h -4mi. -m1ic -mi4cin -mi3co -3micro -m4ict -mi3cul -mi4cus -m4idi -mid4in -mid5on -mi5fi -mig5a -migh5ti -mi2gr -4mij -mi5ka -m2il -m3ila -mil4ad -4m5ilie -mil5ies -3mill -mi5lo -mil4t -3m2im -mim5i -5min4d -mind5er -min4er. -min4ers -ming5li -min5ie -m4init -min3ol -1m4int -minth5o -mi3o -mi3p -mirab4 -mi5racu -m2is. -m4isc -mi4se -4misem -mis3ha -5missi -m3ist. -mis4tin -m3ists -mi2t -m5itan -4mity -3miu -5mix -4m1l -mlo5cuti -mlun4 -2m1m2 -mman4d -mmand5er -m3medi -mmel5li -mmet4e -mmig3 -mmin3u -mmis3 -mmob3 -m5moc -mmor3 -mmut3a -4m1n2 -mnif4 -m4nin -mni5o -mnis4 -mno5l -1mo -4mo. -2moc -mod1 -mod5ifie -mogast4 -mo4go -mog5ri -m5oir -mok4i -mol3a -4molog. -4mologs -4mologu -mo3ly -mo1m -mo4mis -m4on -mona4 -4moned -mon1g -mo4no -monolo4 -monolog5i -m4op -mophil5i -mop4t -m3orab -m3orat4 -mor4ato -m5ord -mo5rel -3moria -m5oriz -mor5on -3morp -3morse -mor5tal -mo3sp -5most -mo3sta -2m1ous -m1p -m3pa -m4panc -m4pant -mpath3 -mpel5li -m5perer -mper3i -mpet5it -mphal5o -m4phe -m4phl -m2pi -mp5id -m5pig -mp3ily -mp1in -m3pir -mp3is -m3po -mpol5it -mpo2t -mpov5 -mp3to -mp5tr -m3pu -m5q -m3r -m4ry -4m1s -msel5f -m5si -msol4 -mtu4 -muck4e -muff4 -mul1t2 -m5unc -mu5nio -mun3is -mus5co -mu4se -mus5ke -mu3til -m1v -m3w -2my -5my3c -my4d -my3e -3myi -5myst4 -3myt -n1a -2na. -na2c -nach4 -na5cious. -na5ciousl -nac4te -nac5tiva -na5culari -na4d4a -nadi4 -nad4op -n2ae. -naffil4 -nag4a -n4agen -5na5geri -na4gi -n5ago -5n4a3gr -5nah -5nail -na5iv -nak2 -4naled -n5alg -n4alia -na3ly -1nam -3name -nam4n -na5nas -nannot4 -nan4ta -nan5ted -nan4to -na5o -4n4ard -nar5tisti -n2as -nas5i -nas5p -nas3s -nas5te -nat5al -na5tat -n4atee -na3the -nath4l -nati4 -n4ati. -nat5ic -n4ato. -na3tom -na4tos -nat4r -na5turi -naugh5ti -naus3 -3naut -naut3i -na2v -na5vel -n3b4 -nbarric5 -nbeau4 -nbe4n -nbene4 -nbet4 -nbit4 -n1c2a -n4cal. -ncarn5at -ncel4i -ncent5ri -n4cept. -n3cer -ncer4e -n4ces. -n5cet -n5cey -n3cha -nch4ie -n3cho -nch5olo -n3chu -n4cic -ncid5en -n4cif -ncip5ie -n1c2l -n4cles -ncoc4 -nco5pat -n1cr -nc1t -nc4tin -nct4ivi -nct2o -n1cu -ncu4lo -n4cun -n4curvi -ncus4t -4nd -n2da -n3da4c -n3dal -n4dale -n3dam -nd3anc -nde2 -n3dea -nde3ci -n1ded -nde4l -ndeleg4 -nd3enc -ndepre4 -n3derl -nde4s -ndes5cr -n5dez -nd4hi -n1dic -ndic5u -ndid5a -n3die -nd5ily -nd4ine -nd3ise -nd5is4i -nd5ism. -nd5ity -nd3ler -nd1li -n5doc -ndor4 -n2dou -nd5our -ndrag5 -ndram4 -n5dron -ndu4b -nduct5iv -n4dun -nd2we -n3dyi -2ne. -ne3alo -n3ear -ne2b3u -5neck -ne4cl -ne2co -n5ectom -2ned -3nedi -ne4du4 -neg3a -ne3go -5negu -neis4 -2nele -ne5lia -neli4g -n4ely -ne2mo -4n1en -n3end -neo3l -neon4 -ne2p -n1er -4nered -5nering -ner5o -ner4r5 -ner2v -nerv5in -2nes. -n1esc -ne3sia -1ness -n1est -nes3tr -net3a -net3ic -ne4tog -net1r -neuma5to -neut5r -nev5er -n4ew -news3 -n4eys. -n3f -nfo4 -nform5er -nfortu5 -nfran3 -4ng -ng2a -n4gae -n5gee -n3geri -n5gero -ngh4 -n2gi -n5gic -ngio4g -n5glem -n3glie -n5glio -ng1n -n1go -n4gry -n1gu -n2gum -n1h2 -nhab3 -nho4 -nhy2 -nhyd5 -n1i -4ni. -3niac -ni3ba -n4icab -ni4cen -4nicl -nict5a -ni4cul4 -ni4dio -n2ie -ni4ers -nif4f -nift4 -nif5ti -ni2g -night5i -n3igm -3nign -nik5e -n2il -nil4a -n3im1 -n4ime -5nimet -n4ines -nin4j -5ninn -n4inu -5niol -ni1ou -3nipu -5niq -n4is. -n4isk -nis4l -nis4o -n5iss -nis5ter. -nis5ters -nitch4 -ni4te -ni3tho -n4itos -ni5tra -nit5res -ni3tri -nit4ur -n2iv -niv4a -ni3vo -nivoc4 -niz5en -n1j -njam2 -njur5i -4n2k -nk5ar -n5kero -n3key -nk5if -nk5il -4n1l2 -nland5 -n3le -nlet4 -n3m -nmater4 -nmor5ti -n1n4 -nne4 -nnel5li -nnerv5a -n3ni -nni3ki -nnov3 -n5nyi -4no. -n5obi -no5bil -nob4l -no5blem -nobser4 -n5ocula -no4di -n4ody -noe4c -no4fa -nois5i -n5ol. -no3la -nol4i -nom3al -1nomi -no2mo -4none -3nonic -5nood -nop5i -nora4t -nor5di -nor4ia -nor4is -nor3ma -n4oro -nor4t -n4os. -nos4o -no3sp -not1a -3note -n1ou -n4oug -3noun -2nous -nou5v -nova4l -nove2 -nov3el -novel5e -n4ow -now5er -now3l -n3p4 -npil4 -npla4 -npoin4 -npo5la -npos4 -npri4 -n1q -n4quef -n1r -nre4i -nre3m -nres5tr -4n1s -ns2c -n2sco -ns3cot -n4scu -n5sec -nsec4te -n2ses -n5seu -n3sh2 -n2si -ns3ib -n4sic -n5sick -n3sid -n3sie -ns5ifi -ns3ing -n3sio -n3s2is -nsi2t -ns3iv -nsolu4 -n5son -n4sore -n4sory -n3spir -n3s2t -nsta4 -nstil4 -n3su -nsur4e -n3swa -ntab4u -nt3age -nt1al -n4t3anc -nt5and -ntan5eo -n4t3ant -nt4ariu -n5tasis -nt3ast -nt1at -nt5ath -nt3ati -nt5ativ -n5tau -n1te -n4tec -n4tee. -n4tees -n3tel -ntend5en -n4teo -n4ter. -n3teri -n5tern -ntern5al -nter5nat -nth2 -n1the -nther5 -nth5ine -nt2i -nt4ib -n4tic. -n5ticis -n5ticiz -n4tics -ntic4u4 -n3tid4 -n1tie -n4tify. -n3tig -nt5ilati -n5till -nt3ing -nt5ing. -nti3p -n4tipar -n4tis. -nt3ism -nt3ist -n5titio -nt3iz -n2tj -n1t2o -n3tom -ntoni4 -n5top -n1tr -ntra3d -nt3ral -n4trant -n3trat -nt5ress -nt3ril -ntrol5ler -n5trym -n1tu -n3tua -ntub5 -ntup5li -n5tur -n2ty -n2u -nu1a -5nuc -3nud -nud5i -nu3en -nug4a -nu3i -nu4is -5nuk -n4ulo -n3ult -nultim5 -nu1me -5numenta -5numer -5numi -3nunc -nu3tat -n5utiv -nu4to -nu1tr -n3v2 -nve2 -nvel3 -nven4e -nven5o -nvers5an -nvi4t -nvoc5at -n5w -nwin4 -nwom4 -n2x4 -2ny2 -5nyc -nym5it -nyth4 -n1z2 -nzy4 -2oa2 -o5ace -o3act -oad5er -oad5i -o3ag -oak5er -o3ales -oal4i -oal5in -o5alit -oan4t -oap5i -oar5er -oar4se -oast5er -oat5a -oat5ee -oat5er -4oba -obe4l -ob2i -ob3ing -2obi3o -ob3it -o3bla -ob1li -4obo -ob3oc -o5bol -o5bot -o3bra -obrom4 -ob5t -ob3ul -o3bus -2oc -oc2a -o4cab -o3cad -oc5ag -o5calli -o4c5ativ -oc5ato -4o3ce2 -o4cea -ocen5o -ocess4i -och4e -och5in -o3chon -ochro4n -o5chu -oci3ab -oci4al -o1cl -o2cle -o1cr -ocre3 -oct2 -oc2te -oc1to -ocu4lu -ocum4 -oc5uo -ocuss4 -ocus5si -ocut5r -o1cy -o5cyt -ocyt5o -od3al. -ode4c -o5deg -ode4ga -o5dend -o3dent -odes4 -od3ica -o4d1ie -od3iga -od4il -od1is2 -odis5ia -od5it -5odiz -od3li -o2do -od5olo -od5ous -o3dro -od5ru -o2du -odu5cer -o4duct. -o4ducts -od3ul -o5dyt -oe3a -oe4bi -oe5cu -oe4d -o5ee -oe5ic -o3elec -oelli4 -oelo4 -oe3o4p -oep5 -o5eq -o3er -oes3t -o1et -o4et. -oet3i -oet4r -3oeu -o3ev -o3ex -oflu4 -4ofo -o4ful -ofun4 -2o1g -o2ga -o3gam -og5ar5 -o3gas -ogen1 -o5gey -o3gi -o4gio -og2na -ogoni4 -o4got -o2gri -o4gro -og4sh -o2gu -o5gyr -o1h2 -o3ha -ohab3 -o3he -oher4er -o3ho4 -ohy4 -2oi -oi4c -o3ic. -oi5ch -o2i4d -4oide -oig4 -oi5ki5 -oil3er -oil5i -oin3de -o3ing -oin4t5er -oin4tr -oi4o -4ois -o3ism -oi4t -oit4al -oith4 -o1j -ok4ine -ok3l -ok5u -ola4c -o4lack -o5lali -ol4an -olan5d -ol5ast -olat5er -ol5ch -ole2c4 -ol5eci -ol5efi -o3leo -ole4on -o3lep -ol1er -o3lest -o3leu -o1lia -ol3ica -o3lice -ol5iciz -ol5ick -ol3ics -ol5id. -oli2e -o3lier -ol5ies. -o5lif -oli4f3e -oli5go -o5lina -ol3ing -oli5os -ol5ip4 -olis4 -ol2it -olle2 -ollim3 -ol4lope -ol4lyi -ol3mi -o1lo -4oloc -ol3oid -o4lona -olon5el -ol1or -o3los -ol1ou -4ol1ub -o3lumi -o5lunte -ol3us. -oly3ph -4olyt -2om -o1ma -o4mab -o2mac -o2mal -o4mane -omast4 -o3mat -om4be -ome4d -ome4g -omeg5a -ome3li -om3ena -omen4t -o3meri -om1i -o3mia -omi2c -omic5r -om4ie. -omil4 -om4iny -omiss4 -om2it -omme4 -om2na -omni3 -o4moi -omoli3 -o2mo4n -om5ony -o4mos. -omot5iv -o2mou -om5pil -ompt5er -ona4d -on3ai -o5nas. -onast5i -on5ativ -4onau -on1c -oncat3 -on4cho -5ond5ar -ond5ent -on3der -on3dr -on5dy -o2ne -4onea -onec4r -4oned -on1ee -on5ell -o3neo -on3ess -on1et -ong3at -on4gu -4onh -4o1nia -on5iar -2oni4c -onic5a -onical4 -on4id -on3ies -on3if -o5nig -o1nio -onk4s -4onnes -on5odi -on5oi -ono4mi -4o5nomic -ono3s -o5nota -ons2 -2ont -ont5ane. -on4ter -onti5fi -onton5 -ont4r -on4tre -on5ur -o5nus -onvo5lu -on2z -2oo -oof3er -oo1i -ook3er -ook3i -oo4le -ool5ie -oo4m -oon3i -oo2p -oop4ie -o3opt -oo4se -oost5er -oo2t -oot3er -ooz5er -o1pa -o4pab -o5pali -opa5ra -opath5 -o5pec -opens4 -op1er -3opera -4operag -o1pha -o4phe -oph4ie -o5phil -op5hol -o1phy -ophy5la -op1i -op3ies -op5ing -o3p2it -4opl -oplast4 -o4poi -opol3i -opon4 -op5ony -op5ori -opoun4 -o2p5ov -op2pl -op5pli -oprac4 -op3ran -opre4 -opro4l -op5rop -op5so -1op1t -op2ta -op1u -o5quial -or1a -or5ado -ora4g -o5rai -or5al -4orals -oram4 -oran3e -orator5 -orb3in -or4ch -orch3i -or4du -2ore -or5ead -ore5ar -ore5ca -ore3f -ore3g -or3ei -oreo5l -or3esc -ore3sh -or3ess -orest5at -or5este -or5ett -ore4v -5orex -or4fr -or5gn -or1i -4ori. -or3ia. -4orian -ori4ci -ori5cid -orien4 -or3if -5orig -ori5ga -ori4no -4orio. -or5ion -4orios -ork5a -2orm -orm1i -or3n4a -5ornis -or3nit -or3one -o5roo -or5ose -or5oso -or1ou -orrel3 -orres3 -or4sc -or4sey -or4sti -2ort -ort3an -ort3at -ort3er -or5tes. -or3thi -or4thr -or4tit -ort3iz -or4tor -or5tra -ort3re -4or1u -or4un -ory5p -osa5i -os3al -osar5 -o1sc -os4ca -os4ce -o2sch -o4sci -osclero5s -o3sec -osec3u -ose5g -os5enc -osens4 -os5eo -oser4 -o2set -os5eu -o3sia -osi4al -osi4an -os5ide -o3sier -os5if -os1in -o4sis -o5ske -o5son -o3soph -os3opo -4osp -o3spec -os1pi -os4sa -oss5ar -os4sit -4osta -ost5age -os4tar -os5tee -os5ten -osten5t -ost5ica -os3til -o5stome -ost3or -4osu -os1ur -2ot -ot3a4g -o5talit -ot3am -ot4anic -o3tap -ot4atio -o5ta5v -o3tax -o4ted -oter4m -ot5esta -4oth -othalam5 -oth5erin -o5therm -otherm5a -o5thor -o5tia -o5till -5ot5iniz -ot4iv -o3tiva -o5tivi -o1t2o -o5tone -o4torn -o4tou -4o1tr -oturi4 -oty3le -o4u2 -5ou3a -oub2 -ou5br -ou5ca -ou5co -oud5i -4oue -ou3et -oug4 -ou5ga -ought5i -ou5gi -oul4t -oult5i -ou3m -2oun -oun2d -ound5a -ound5el -oun5gin -oun3tr -oup5li -our3er -ou5san -2ouse -5ousia -ouss4 -out5ish -ouv5a -ova3le -o5var -4ovati -ov5eling -o4ver. -over3b -over3s -ov4ete -ovid5en -o1vis -ovis5o -o2v5os -ow3ag -ow3an -o5way -owd4i -owd3l -ow1el -owel5li -ow5ha -owhith4 -ow1i -ow5in -owi5ne -ows4 -ow5sh -ow5sl -ow5y -o4x -ox3i -oxic5ol -ox5o -2oy -oy5a -oys4 -2oz -o1zo -ozo5i -o3zyg -4pa. -pac4te -pa5dou -pad4r -paes4 -pa3gan -4pagat -pag4ati -pain2 -4pairm -pa5lan -pal3in -pa3lo -p4als -pan5ac -pan1e -pan3i -pa4pa -pa3pe -pap3u -pa3py -1par -para5s -par3l -pa3roc -pa3rol -par5on -1p4as -pass5ive -pas1t -pas4tin -pa3ter -pati4n -p5ato -pat4ric -pa5tricia -5pau -paul5e -pau3p -pa5vil -5paw -pawk4 -paw5ki -2p1b -p1c4 -p5d2 -2pe. -pearl5i -pe4co -pec4tu -2ped -5ped3a -3pede -3pedi -ped3is -3peds -pe2du -p4ee -pe2f -4pele -pe5leo -pel5v -pen4at -5p4enc -pend5er -pen5dr -pen4ic -3p4enn -pens5ati -pen5u -pe5on -5perc -percent5 -4pere -perem5i -p4eri -5p4er3n -p3eron -per4os. -per5tin -pert5is -per3v -p4ery -2pes -pes4s3 -pes5til -3pet -pet5all -pet3en -pe2ti -pet3r -pe4wa -4pex -p1f -p5g -2ph. -4phae -pha5ged -ph5al. -ph2an -phant5i -phe4 -ph5esi -ph3et -3phib -4phic -1phil -phi4n -ph1is -phi5th -ph2l -1pho -4phobl -4phoned -3phor -ph5oriz -phos3p -ph3ou -3phra -4phs -1phu -phu5i -2phy. -3phyl -4pi. -3piar -4pica -p5ical -pi3co -pi4cr -pict4 -p2ie -p4iest -pi5eti -p5ifie -pig3n -p2il -3pile -pill5in -5pilo -pi3lot -pim2 -pin4e -pin5et -3pinge -p4inn -5p4ins -3pi1o -pip4a -pi4pe -5piq -pir5ac -pir4t -p4is. -p4isc -pis2s -piss5a -pis5til -pis4tr -p2itu -2p3k2 -p2l2 -1pla -pla5no -plant5er -plas5tici -pla5t4o -4ple. -4pled. -3pleg -3plen -2ples -4plism -4plist -plu2m -plum4be -plumb5er -p4ly -2p1m -2pn -pnos4 -1po -4po. -po3ca -3pod -4pof -2p5oid -pois5i -po5lemic -po4ly1 -poly3s -poman5 -pom4e -p4o2n -pon4ac -pon4ce -pon4i4e -3ponif -pon5ta -2pony -po4pa -po5ple -4porato -por3ea -4pored -pori4f -por3p -3port -por5tie -3p4os -pos1s2 -po1te -poult5e -pound5er -pout5er -p5oxi -5poy -4p1p2 -ppar3 -pparat5 -p4pene -ppet3 -pph4 -ppi4c -p4pled -p5pler -p5plet -ppress5o -pprob5a -1pr2 -prac1 -pra5d -prar4 -4pre. -preb3 -pre1d -pref5ere -prel5ate -3prem -pre5mat -pren3 -pres3a -pre5scin -p3rese -5pressi -5prici -pri4es -4pri4m -pring5er -pring5i -4prio -p5riol -pri4os -pris5in -priv2 -4priva -4pro. -pro3bo -p3roc3a -pro4ch -pro1l -pron4a -proph5e -propyl5 -pro3r2 -pros4i -pros5tr -pro3th -4pry -2ps2 -p3sac -psal5t -p3sh -p1si -p5sin. -pso3m -p1st -psul3i -3psyc -2pt2 -pt3ab -p4tad -p4tan -p2tar -pt5arc -p1ted -p5tena -pt5enn -5ptery -p5tet -pt4ic -p5tie -p3til -p2t3in -pt4ine -p3tise -p5tisi -p5tom -p4tr -p1tu -pub1 -pu5be -puc4 -puch4 -pudi4c -pu5er -puff5er -pu4lar -pu5lar. -pu5lis -p4u4m -pum4o -p4un -pun4a -3punc -pun5gi -pun3i -pun2t -pu3pi -pur5b -pur3c -p4us -push4ie -pu3tat -p5u5tis -pu3tr -4p1w -2p4y -py3e -3pyg -3pyl -pyr3e -py5t -4qf -qu4 -5quak -4quar -qua5tio -2que. -3quera -4quere -4ques. -1quet -5quina -5quir -3quito -4quitu -4ra. -ra3ba -5rabe -3ra3bin -r2abo -ra3bol -rac4a -r2acu -rac5ula -ra5culo -r2ad -ra4de -rad4ine -rag5ou -ra3gr -3raill -ra5ist -4ralia -ra3ly -r5amn -ra3mu -r4andi -ran5dish -ran4du -ra5nee -ran4gen -ra3nia -ra3noi -ran2t -ran5ted -5rantel -rant5in -rant5o -rapol5 -rap5to -4rarc -rare2 -rar3ef -rar5ia. -ras2 -ras3c -r2ase -r4ask -ra3so -rass5a -rass5in -r4as5te -ra5tap -ra5tat -rat5eu -rath4e -rat3if -rat4in. -ra5toc -5ra5tol -4r4atom -ra4tos -ra5tui -rat5um -rat3ur -rav5ai -rav5eli -rav3it -rawn4 -ra3zie -r1b -r2ba -r4bag -rb3ali -rb1an -rbar3 -r2be -rbe5c -r3bel -rbel5o -rb3ent -r4bes -rb2i -rbic4 -rbic5u -r2bin -r5bine -rbit1 -r2bos -r4bum -rbu5t4 -r1c2 -rcant5 -rca4s -r4cele -rcen5er -rcen5tena -r2ces -rcha3i -rch3al -rch5ard -rch5ate -r3cheo -r4cher -rch4ier -r4chin -rch3is -r3chit -rcil4 -rci5nog -rcis2 -rciz4i -r2cl -r4cle -r5clo -rcolo4 -rcrit5 -rcriti4 -rct4 -rc5ti -r5dam -r4d1an4 -rd4an. -r2dar -r5de4l -r3dens -r4des -rd5ess -rd5ian -r4die -r5dig -rd2in -rd3ing -rdi3o -rd1is2 -rd5ler -rd3li -r4dol -rd5ous -r2e -4re. -rea4 -r4ea. -react5iv -re3af -re3ag -re5alt -re5amb -re3ani -re5ant -re5asc -reas3o -r5eau -3reav -r5ebrate -reb5uc -re3cal -rec4ce -re3ce -reced5en -re3cha -reci5si -r4e1c2r -rec4t3r -re3cu -2r4ed -re1de -re3dis -re4dol -re1dr -reed5i -ree3m -3reer -re2fe -re3fin -re5gali -re5gra -re3gre -reg3ri -re3gro -reg3ul -rei4 -re3if -re1in -re3is -reit3 -reit4i -re1la -re1le -4reled -re3lia -rel3ic -re5lig -reli4q -rel3li -r5em. -rem5ac -reman4d -rem5ato -r3emp -rem5ul -rena4 -ren5at -r4endi -rene2 -ren4es -r4eni -renic5 -ren4it -ren4ter -re5num -re3oc -3reog -re5ola -re3oli -3reos -re1pe -re4per -re5ph -rep5id -re3pin -re3ple -re4pre -re1q -rer4a -rere4 -re5rea -re3r2u -2res. -re3scr -re3sel -re3sem -re3ser -res5ist -re5sit -re3spe -r3esq -re5stal -rest5er -re5stu -3retar -re3ten -re4t4er3 -re5term -re1t2o -re5ton -re3tra -re3tre -re5tri -re3tu -re3un -reur4 -re1v -rev3el -revi4t -r1f -rf4l -rfu4m -r1g2 -r4gag -rgal4 -r2ge -r5gee -r4gene -r3geo -r3ger -rg5li -rgu5f -rh2 -r5hel4 -rhe5ol -rhos4 -3r2hy -4ri. -ri3am -ri5ap -2r2ib -ri3bo -rica5tu -2rice -rich5om -rick4en -r4icl -ri5cli -ri3col -ri5cor -ri4cra -2ricu -rid4al -rid4e -ri5el -ri3er -ri2es -rift5er -rif5tie -5rifuga -ri5gam -rig5ant -ri5l4a -r4ile -rill5er. -rill5ings -4rim. -ri2ma -rima4g -rim5an4 -rim3at -r4imb -rimen4 -4rimm -4rims -rin4e -r4inet -ring5ie -rink5er -r4ino -rin4s -rins5i -rin4t5er -ri3o -rio4g -5rione -ri4op -ri5or -ri5p2a -ri5pie -rip5lica -ri5r -ris4c -ris4is -r2isp -ris4pa -ris4pe -ris5ter -4risti -ri3ton -r5it5r -r2i4v -riv4al -ri5vall -riv5eli -riv3en -riv3il -5ri5zo -r1j -r2k -r5kas -rk5ati -r5kell -rk5eni -rk1er -r3ket -r3key -r3kier -r5kiest -r5kin. -r5kins -rks4me -r1la -rlat3 -r1le -r3l4ic -r3line -r5lins -r4lit -r1lo -r3mac -rma5ce -r5mad -r2mal -r4manc -r4mano -r4mari -r4mary -rm4as -r4m3ati -rma5toc -r5ma5tol -rme2a -r2mic -rm4ica -r5m2id -rm4ie -r5mig -rmil5 -rmin4e -rm3ing -r4ming. -r4mite. -r3moc -rmol4 -r1mu -rmu3li -r2n2 -rn3ab -r3nac -r5nad -rn5ar -rn3ate -rn5atin -rn5edl -r3nel -r3ness -rn5est -r3net -r3ney -r5nia -rn5ib -r3nic -rn3in -rn4ine -r1nis -rn3ist -rni5v -rn3iz -rn5n -r3noc -r5nog -rnt4 -rnuc4 -r5nut -4ro. -ro4be -rob3le -ro5br -5rocc -ro3cu -r2od -ro3do -rody4n -ro1fe -ro3gn -4roi -ro3ic -roid3 -ro3la -r4oled -rol5ite -ro3ly -romant4 -ro5mel -ro3mit -romolec5 -rom4p -ro3mu -ron4ac -4ronal -ro5nate -ron5ch -ron4do -rong5i -r5onme -ro1no -ron4ton -roo4 -1room -5root -r2op -4rop. -ro3pel -rop4ine -r4opr -r5opte -ror5d -4rore -r4osa -rosi4a -ro5sol -4ross -ro5stat -ros4ti -ros5tit -ro3tat -ro1te -ro4ter -ro3tu -5roue -roul3 -round5er -rou5sel -4rouss -r4out -r4ow -row3er -4rox -rpass5in -rp3at -rpe2 -r3pent -rp5er. -r2ph -rph5e -r3phol -rp3ing -rp5is -rpol3a -r2p5ou -rpre4 -rpret5er -r3pu -r1q -4r1r4 -rra4h -rran5gi -rrap4 -rre2l -r4reo4 -rrhe3 -r3ri -rric4 -rricu4 -rri4fy. -rrin5ge -rri4os -rrob3 -rrog5 -rro4t -r5ru -rry5 -r3ryi -r3rym -2r1s2 -r4sag -r2sal -r5salis -r5saliz -r2san -r4sar -r2se -r3sea -r3sec -rsel4 -rsell5 -rs3er. -rs3ers -r3set -r3sha -r3shi -r4shie -r5si2a -rs3ib -r5sie -r4sil -rs3ing -r3sio -r4sit -rs3iv -rs5li -rstor4 -rstrat4 -r3su -r4sus -rswear4 -rt2 -rt3ab -rta4g -rt3age -r3tar -r4tare -rt3c -r1ted -r4tedl -r3tel4 -r5tend -rt3eni -r5terer -r5tet -r5teu -r4thene -rth2i -rth5ing. -rth3ri -r1t4ic -r4ticl -r5tiet -r5tila -r5till -rtil5le -rt5ily -r2tin -r3tina -rt3ing -r3titi -rti5tu -rt3iv -r2tiz -rt5let -rt3li -r1t4o -rto5l -rt5rid -rt5si -r1tu -r4tus -rtwis4 -ru3a -r4ube -rub3r -ru4ce -r2ud -rue4l -r4uf -ru3in -ruis5i -ru2l -r4ume -r4umi -ru4more -run4cl -runcu4 -runcul5 -run2d4 -run2e -ru5net -run4g -run4t -ru2p -rup5lic -ru3pu -rur4i -rus4p -rust5at -rust5ee -rus5tic -rus4t5u -ru3tal -ru3ti -r1v2 -r4vanc -r2ve -rvel4i -r3ven -rven4e -rv5er. -rv5ers. -r3vest -r3vet -r3vey -rvi4t -r1w -2r2y -ry5er -5rygm -ry4go -rym4b -3ryngo -4ryngol -ryp5a -ry2t -ryth4i -r2z -2sa. -2sab -s3abl -5sack -sac4q -s3act -sac4te -sad5i -sad5o -5sae -sa4g -3sai -sain4t -5sak -sa2l -sa5lac -3sale -sa3lie -s4al4t -sa3lu -sa4m -sa5min -sam5o -samp4 -san3a -san4ded -s4an4e -san5gar -san5if -2sant -sant5ri -s3ap -sap3r -sar5s -3sas. -sas3s -sassem4 -s2a1t -sa2te -s5ativ -s5atory -sat1u -1sau -sau5ci -saur5 -savi2 -sa3vou -4s3b -s4bei -sbe4s -sby3 -sc2 -s1ca -sca5len -sca2p -scar4c -scav3 -s1ce -s4ced -4scei -4s4ces -sch2 -scid5 -s2co -scof4 -s4coi -3s4cope -5scopic -5scripti -2s1cu -4scura. -4scuras -2s1d2 -2se. -se2a -s4eam -seas4 -sea3w -sec4a -sec5an -se2co -secon4 -2sed -se4da -sed4it -3seed -3sei -sei3g -5sela -4sele -se3lec -selen5 -5self -2s4eme -sem2i -semi5d -sem4o -sen5g -3sens -sen5sati -sen5sori -sent5ee -5sentm -seo5log -se2p -sep3a -sep4si -3sept -sep3ti -ser4an -se5rene -ser4to -4servo -s2es -4ses. -se5sh -s5esta -1set -5seum -3sev -sev3en -sewo4 -3sex -sexo2 -3sey -2s1f -sfact5o -sfi4 -sfor5e -sfran5 -2s1g4 -s2h -4shab -sh4abi -sh1er -sh5et -shil5li -sh5iness -sh3io -5ship -s3hon -4shu4 -shys4 -si4all -siast5 -4s1ib -s3icat -3sicc -2s5icl -si4cu -si5cul -s4id -4sid. -si4de -side5l -sid3en -sid5eri -4sids -5sid5u4a -si4ers -sif4 -sif5f -si4g -1sili -sim4ply -2sin -s2ine -sin5et -5sing5er -sin3i -5sink -si5nol -si3nus -1sio4 -4sio. -si5o5s -3sip -si4pr -s1is2 -4sish -4sism -sist3a -sist3o -s1it -si4te -sit5om -4s1iv -5siva -s1j -s2k2 -4sk. -s5kar -ske2 -s3ket -s5key -s3kier -s5kiest -sk5ily -sk5ines -4sks -sky3l -2sl4 -slang5i -s1lat -3slau -slav5eri -s2le -s5lea -s3let -s5ley -s3lit -slo3c -slov5 -s5luc -2s1m4 -s3man -smas4 -s3men -smi3g -3smith -smo4d -smu5tatio -s1n2 -s2na -2so. -2s3od -sod3o -sody4 -3soe -4s3oid -s2ol -sol3a -so5lan -sol4er -so3lic -3solve -solv5er -1so2m -soma5to -3some. -so5mete -so3mo -s2ona -son5at -s4one -son5or -s2o2p -4sor3ie -5sorio -sor4it -s5oriz -sor3o -s3ory -sos4 -4sose -so5th -3sou -sov5e -so3vi -spast4 -spens5a -4speo -3sperm -s5pero -spers5a -sph2 -s3pha -3spher -spic5ul -s2pid -sp5id. -s5pier -spil4l -s2pin -sp3ing -spi5ni -spital5 -s1pl -sple2 -s4ply -s2po -5spom -spon5gi -3spons -3spoon -spru5d -s4py -s1r -sre2 -sreg5 -srep5u -sre4s -4ss -s1sa -s5sam2 -s1sel -s5seng -s3sent -ssent5er -ss3er. -s5seri -ss3ers -s5seu -ssev3 -s3sia -s1sic -s1sif -ss1in -ss4in. -s4sine -ss4is. -s3s2it -ss4ivi -ss5li -ss3m -s4sn -s1so -ssol3u -ssolu4b -s4sore -ssor5ial -ss5po -s1su -ss3w -st2 -4st. -stab2 -sta3bi -4stak -s4tale -stant5iv -s3tas. -5static -st3c -ste2 -ste5ar -ste5at -s4teb -s4tec -4s1ted -s4tedl -s4tedn -4stere -ster4ia -s4tern. -s3tero -st5est -s1th -s4tha -s4thu -s3ti3a -3stick -s3ticu -stil5ler -s4tily -st3ing -5s4tir -s5tiz -4stl -st3ler -st3li -s4toe -3ston -stone3 -ston4ie -s5torat -stor5ian -s4tose -s2tou -s4tray -stre4 -strep3 -3struc -stru5d -2st3s -s1tu -s4tud -stu4m -stur4e -4stw -s4ty -1styl -4su. -su5an -su4b1 -subt2 -suct4 -sud4a -su3et -suf3f -sug3 -3sui -sui5c -su5ing -1s2ul -s4u2m -sum3i -sun4a -su5pe -su3pin -supra3 -sur4as -sur3c -s4urg -sur3pl -su5su -su5z -2s3v -svers5a -sves4 -svest5i -sw2 -5swee -swell5i -4swered -2swo -s2y -4sy. -sy4bi -sy1c -sy4ce -sy4chr -sy4d -1syl -3syn -syn5e -sy5pho -syr5i -2ta. -2tab -ta5blem -3tabli -t2abo -ta3bol -ta4bou -t4a3ce -ta5chom -ta3chy -ta4cid -t5ade -tad4i -5t2adj -ta5dor -tad2r -tae5n -taf4 -tage5o -ta5gog -3tagr -3tah -1tai -3tail -2tair -t4ais -1tak -tal2c -tal5ent -ta5lep -t4alia -t4alin -tal4l3a -5tallu -t2alo4 -ta3ly -tam5ari -5ta3met -tamorph5 -tan5at -tand5er -t4ane -5tanel -tan5ie -t5aniz -tant5an -ta4pa -1tard -tar5ia. -tark5i -tar3n -3tarr -tas3i -t3asm -5tass -tas4t -ta3sta -tast5i4c -t4ateu -3tatis -t4ato. -tat4ou -tat4r -tat3ut -tau3to -t5awa -tawn4 -t4ax -4t3b -2tc2 -t1ca -tcas4 -tch5ett -tch5u -4t1d4 -4te. -te5cha -5techn -te3cr -t4ed -te5d2a -4tedd -4tedo -4teei -te2g -5tegic -t3ego -teg1r -teg3u -tei4 -te2l -4teled -tel5iz -1tell -4te3lo -3tels -tem3a -4teme -te5mon -ten4ag -4tenar -4tene -t5enm -5tenna -4teno -te5nog -tent4a -te2o -teo5l -2tep -te3pe -tep5i -tera4c -t4erag -t4erato -3ter3b -5terd -2tere4 -ter3eb -ter5ec -5terel -te3reo -3teres4 -1teri -ter3ia -ter5id -ter5if -t4erin -ter5iorit -ter3it -ter5k -5ternit -ter5no -3terr -2t2es -4tes. -tesi4 -t3esq -t3ess. -t5esses -tes4t -test3a -5teste -test5er -test5in -test5or -tes5tu -teti4 -tet1r -tetr5o -tew3ar -3tex -2t3f -t3g -2th. -tha4 -th5al. -thal3m -4the. -4thea -th5eas -4thed -1thei -3theo -theo3l -t4her -5therap -th5erc -t5herd -4thered -th3ern -th3ery -4thi. -t5hill -3think -5th4io -th4is. -th5lo -2thm2 -th4mi -th3oli -4t5hoo -4thopt -4thores -3thot -5thoug -1th2r -2ths -5thur -5thym -3thyr -thys4 -4ti. -1ti2a -ti3ab -2t3ib -5ti5bu -t1ic -t3ic. -tic5as -t2ici -tici5ar -3ti3cin -t4icity -ti3col -tic1u -4ticule -t3id. -t4ida -3tidi -ti3die -t5ids -3ti2en -1tif2 -ti3fe -4tiff -4tific. -3tigi -tigi5o -4tigm -5tigu -ti4ka -ti4let -5tilin -t4ill -til4l5ag -t4ilt -1tim -tim1a -5timet4 -t1in -5ti5nad -4tined -tin3et -ting5ing -3tinn -4tins -t4int -tin4te -tin5ted -tint5er -tin3ue -1tio -ti3oc -tiol3a -ti5omo -4tionem -1tip -ti5plex -ti3pli -ti4q -ti5qua -t3iris -2t1is -3tisan -tis4c -tish5i -3tiss -tis2t -5t4iste -t4istr -ti5t4an -tith4e -tit5il -t3itis -3titl -ti3tra -3tiu -2t1iv -tiv5all -t3ive -tiv3is -2tl -t1la -tlant4 -5tleb -5tledr -3tlef -3tlem -5tlen -5tletr -5tlew -t1li -tlin4 -4t3m -tmet2 -tmo4t5 -2t3n2 -t4nere -2to. -toas4 -to1b -4tocc -tode5c -tod4i -to5do -3toe -1tog -2t3oid -5tok -4toled -tol4l -tolu5 -to5ly -tom3ac -toma4n -tomat5ol -tom4b -to4mog -tom5os -ton4e -ton5ea -3tonn -ton3s -top4e -to5pia -to4pos -t1or -to5rad -4tore -tor5er -tori4as -tor5oi -tor5p -tor4q -3tos. -to3s4p -tos4t -to5str -to5talis -to5taliz -to3tem -tot5u -tou4f -5tour -t3ous -4tov -to3war -t3p -tr2 -tra4co -4tradd -4traist -tra5q -trarch4 -tra5ven -tra5vers -trav5est -3tray -4tre. -4tred -tre4mo -tren4 -trend5i -tre5pr -tres4s -4trew -t5ricl -3tricu -t2rie -tri5fli -trifu5ga -2tril -tri3li -tri3me -t2rit -4trix -t4rod -tro5f -5troop -tro4pha -tro3sp -t2rot -t5roto -tro1v -3troy -t4ruc -tru3i -2t4ry -trys4 -4t1s -t2sc -ts4h -ts2i -t4sil -tstay4 -2t1t4 -tta4 -t3tab -t5tan -t5tas -t3ted -t4tere -t5terer -t5test -t3ti -tti3tu -ttitud4 -ttitu5di -t3tler -t3tli -t5toi -t5tor -t3tos -tt5s -t4tupe -t2ty -4tu. -tu1a -tu4al5li -tuari4 -tu4bin -tu5bu -tu5den -tud5ie -tu5en -4tuf -tu1i -tu4is -2tum. -3tumi -4tums -3tun -tun4a -tu4ne -tun5it -tup5let -tup5lic -tu5rac -t4uran -turb3a -tur4d -turf5i -5turit -tur4n -5tur5o -1tut -4tut4iv -t1w -t3wa4 -t2wi -twi5li -t3wit -t3wo -twon4 -4ty. -ty4a -5tych -ty4let -tyl5i -ty5mi -1typ -3type -1tyr1 -2tz2 -t5zia -t5zie -2ua2 -ua3ci -u2ag -ua5h -u1al -ua5lu -uan4o -uant5is -uant5it -uar3a -uar2d -uar3i -uari4n -uar5ters -uar4t5i -ua5tern -uba4 -ub5bly -u1b2i -u4bicu -ub3lin -ub5lo -ub3ra -4uc -u1c2a -uccen5 -u4cend -u4ch -u5chr -uc3l -u4com -uco5t -uc2tr -uc3ub -uc5ul -u5cum -u5dac -ud1al -ud4e -ud5ep -u4der -udev4 -ud4g -udi4cin -ud3ied -u5dinis -udi3o -u5ditio -u2do -u5doi -ud5on -u5dor -ueb4 -u4ed -uen4o -uen4ter -uer3a -ues4s -uest5rat -ues5tri -ue4t -uf2 -3ufa -u3fl -u4fo -uft4 -uga4c -ug5lif -ug2ni -u4go -ug3ul -ug3ura -uhem3 -2ui2 -ui3al -u2ic -uicent5 -uid5o -uil4a -uild5er -ui3lib -uil4t -uinc5u -uin4s -uint4 -uin4ta -ui5pr -uis3er -uis4t -uisti4 -uit5er -ui5val5 -ui3vo -u2iz -4ul. -u1la -u4lab -4ulac -ul5ard -u5lat -ul4bo -ul3ca -ul4ch -5ulche -5ulchre -4ulea -u5lee -u1len4 -4ulenci -u5lent -ulet4 -ul4ev -ul2fa -ul2i -ul4ia -u3line -ul3ing -ul5ish -u5liti -u5lity -4ull -ul4lat -ul4l5ib -ul4lis -ul4lit -ul3m -u1lo -u5lom -ulph3i -ulph3o -ulp5ing -ul4po -2uls -ul3sif -u1lu -ul1v4 -u1ma -um3am -umar4 -u5mas -um4bar. -um2bi -umen4t -u1mi -u4mic -u2m5if -umi4fy -umi5lia -umin4ar -u4mined -u4m3ing -u4mora -u4mos -um2p -um4pa -ump3er -ump5li -umpt4 -ump5te -u1mu -umu4lo -un1 -u4n3a4 -un5ab -unabu4 -un4ae -un4as. -un2ce -un4dal -un3ded -unde4t -undeter5m -undi4c -un4die -un3do -un4dus -u3n2er -unho5li -un2i -u1nic -un4ie -un3in -un4ine -uni5p -uni3so -un3ist -uni1v -un3iz -unk5eri -un5ket -un3kn -2unn -un4nag -un5o -un5r -un3s4 -un5sh -un2ti -until4 -unu4 -un3us -uo3de -uodent4 -u5oros -u3os -uo5tatio -u1ou -2up -u1pat -u1pe -u5pee -uper3 -u1ph -u5pid -up3ing -u4po -u5pol -u2pr -upre4 -u5quet -u4r -ur1a -4ura. -ura4ci -4urae -ura2g -4uranti -uras5 -urb5ing -ur2c -urc3a -ur5den. -ur5deni -ur5die -ur4du -ur3ea -ur5ee -ur1er -ur3ers -ur1e2t -ur3ett -ur2f -ur3fa -ur1i -u5ri5cu -ur4ie. -ur5ifie -uril4 -ur4ili -ur5ion -uri4os. -url5er -ur5lie -url5ing -ur1m4 -urn3al -urn3er -urn5s -ur1o -uro4d -ur5o4m -ur5ot -uroti4 -urpen5t -urph4 -ur2s -urs5al -urs5er -ur3sh -urs3or -ur5ta -ur1te -ur5tes -urth2 -ur3the -urti4 -ur1u -ur4va -u3sad -us3ag -us3al -us4ap -us3at -2usc -us4can -ush5a -us5ian -usil5 -u4s1in -usk5er -us1p -us4pa -uss4e -4ust -us3tac -us5tan -ust4ic -us5tici -ust5ig -ust3il -us1to4 -us1tr -us4tre -usur4e -us5uri -u3tane -utch4e -ut5eni -u5teo -u4tere -ut2i -u3tie -ut3ing -u5tini -u3tio -ut5ism -ut3ist -5u5tiz -ut3le -utli4 -ut2o -u4to5s -u4t1ra -uts2 -ut5sm -ut4tone -u3tu -u4tul -uu4 -uv2 -u4va -uve2 -uven3 -uv5eri -u5vin -ux2o -uy4a -uy5er -4va. -2v3ab -5vac -va1ca -va5ceo -vacu1 -v4ad -3vag3a -va4ge -4vaged -vager4 -vag5r -v1al. -1vale -vali2 -va5lie -val4ise -5valu -5val4v -vam4i -va5mo -5vann -vanta4 -4vantl -var4is -4vase -vas5el5 -v5a4so -vast3a -v4at. -5vatee -vat4ina -4vatu -2ve. -vect4 -ve3g -3vei -2vel -vel3at -4vele -v3eler -ve5line -v1ell -v4ella -vel5ler -vel3li -vel5opi -ven4al -ven4do -ve1ne -ve5nia -vent5o -ven4tr -4venu -v5en5ue -5ve3o -5verb -verde5v -4v4ere4 -ver5ea -ver3ei -v5erie -ver3m4 -ver4ne -5verse -4ves. -4vi. -5vialit -vi4atr -vi1b4 -vic2 -vi4ca -vi5cari -vice3r -5vict2 -5vicu -5vider -vign3 -vi4l -vil3i -3vili4a -v5ilise -v5ilize -vil5lin -vim4 -5vime -2v1in -vin4ac -3vinci -vin2e -5vinit -v5iniz -vint4 -vin5ta -3vi1o -viol3 -vi5om -5vi3p -vire4 -vi5rid -vir3u -5visecti -5visio -v3ism -2v5ist -vi2t -vit2a -vi3tal -vi5tel -v5itie -vit1r -vi3tu -v3ity -viv5al -viv5or -vi5zo -1vo -2vo. -vo2l -vo5litio -vol4ubi -volv4 -4von -vo5rac -3vorc -4vore -3voro -vo3tar -2vow -vr4 -v5ra4 -v5ri -v5ro -vrot4 -4vs -v3ure -2vv2 -v5ver -v5vi -4vy -4wab -wag3o -wais4 -w3al. -wall5er -w3als -wan5gli -wank5er -war5ded -ward5er -ward5r -war4f -war4te -war5thi -wass4 -was4t -wa1te -wav4ine -w1b4 -w4bon -w5c -w5die -w3dr -we4b -w4ed -3weed -5wei -weight5i -weir4 -wel3i -weliz4 -wel4izi -wel4li -went4 -wes4 -west3 -w5est. -w5f -wh2 -w5hid -wi2 -wid4e -wi5er -will5in -wim2p -win2e -wing5er -win4tr -3w4ise -with5eri -w3la -wl1er -wl1i -wl4ie -w1m -1wo -wol4 -wol5ver -3wom -won2t -word5i -wotch4 -woun4 -wp5in -wra4 -ws5ing -w5ster -wt4 -w5te -w3to -wy2 -wz4 -x1a -x4ach -x4ade -x2ag -x3agg -xa5met -x3ami -xan5d -xano4 -x2as -xas5p -x3c4 -xcav3 -xcor5 -xe4 -x1ec -xec3r -xe5cutio -xecut5o -xe2d -x5edl -x5edn -x5eg -x1em -x3en -xen4op -x3er -xer4g -xer3o -x1h -xhort4a -x1i -x3ia. -x4ias -xi4c -x5ige -xim3a -x4ime -ximet4 -x3io -xi4p -x4it. -x4its -x1o -x4ode -x5om -xo4mat -xo4n -x4os -xotrop4 -x3p -xpel4 -xpo5n2 -xpoun4 -x1s2 -x1t2 -x4ted -xtens5o -xter3i -xter4m3 -xtern3 -x4th -xti4 -xtra5d -xtra3v -xtre4 -xu4o -x1ur -xur4b -x5us -x5w -xx4 -xys4 -xy3t -y1a2 -y5ac -1y2ar -3yard -yas4i -4y1b -yb2i -yca5m -y5chede -ych5is -y3cho -y4chose -yc1l -yclam4 -y4coli -y4coll -ycom4 -y2cos -y1d4 -yda4 -yder4 -ydro5s -y4drou -y3ee -yel5o -y3en -y1er -y3est. -yes5te -y5ett -y5f -y1g -ygi2 -ygi5a -y3gl -ygo4i -y1h -y1i -y3in -yle2 -ylin5de -yllab5i -yl3os -yl5ou -y1me4 -y3men -y5met -y5mia -ym5in -ymot4 -ym4pha -yn1 -ynago4 -ynand5 -yn5ap4 -yn5ast -yn4ci -ynd4 -yn2e -yn3er -yng4 -yn4gol -yni4c -yn4y -y1o2 -yo3d -yo4gis -youn4 -young5 -2yp -yp5al -yper3 -y5pere -y4peri -y4pero -y4pet -y2ph -yph4e -yph3i -y4p1i -yp1n -ypo1 -y4pox -y2pr -yp5ri -yp4si -yp5syf -ypt3a -y5pu -y3rag -yr3at -yr3ic -y5rig -yr3is -yr3i4t -yr5olo -yr4r -yr4s -yr5u -4y2s -ys5ag -ys5at -y3s2c -y3sh -ys1ic -ys3in -ysi4o -yso5 -ys4so -ys1t -ys4to -y3u -yv4 -y3w -yz5er -yzy4 -z1a1 -2za. -za4bi -za2i -z4as -za4te -zd4 -zeb4 -ze4d -zen4a -z5eng -zer5a -z3et4 -z1i -zib5 -5zic4 -z2ie -zi5m -zin4c3i -z3ing -zing5i -z4is -3zlem -z3ler -z3li -4zo. -5zoa -zo3an -3zoo2 -zo3ol -zo3on -zo5op -zo5oti -zo5p -zot2 -z5s -5zum -4zy. -zz2 -z3zar -z5zas -z3zie -zzo3 -z5zot -} -\hyphenation{ % Do NOT make any alterations to this list! --- DW -uni-ver-sity -uni-ver-sit-ies -how-ever -ma-nu-script -ma-nu-scripts -re-ci-pro-city -through-out -some-thing} diff -Nru texlive-lang-2007.dfsg.4/texmf/tpm/bin-cslatex.tpm texlive-lang-2009/texmf/tpm/bin-cslatex.tpm --- texlive-lang-2007.dfsg.4/texmf/tpm/bin-cslatex.tpm 2007-02-06 22:50:37.000000000 +0000 +++ texlive-lang-2009/texmf/tpm/bin-cslatex.tpm 1970-01-01 01:00:00.000000000 +0100 @@ -1,103 +0,0 @@ - - - - bin-cslatex - TLCore - 2007/02/06 21:11:38 - - rahtz - LaTeX support for Czech/Slovak typesetting. - -This package holds a LaTeX engine preloaded with support for the Czech/Slovak language and typographic conventions. - - -Jiri Zlatuska and Zdenek Wagner and Jaroslav Snajdr - - 40570747 - - - -bin/${ARCH}/cslatex -bin/${ARCH}/pdfcslatex -bin/win32/cslatex.exe -bin/win32/pdfcslatex.exe - - -texmf/fmtutil/format.cslatex.cnf -texmf/tpm/bin-cslatex.tpm - - - -bin/alpha-linux/cslatex -bin/alpha-linux/pdfcslatex - - -bin/hppa-hpux/cslatex -bin/hppa-hpux/pdfcslatex - - -bin/i386-darwin/cslatex -bin/i386-darwin/pdfcslatex - - -bin/i386-freebsd/cslatex -bin/i386-freebsd/pdfcslatex - - -bin/i386-linux/cslatex -bin/i386-linux/pdfcslatex - - -bin/i386-openbsd/cslatex -bin/i386-openbsd/pdfcslatex - - -bin/i386-solaris/cslatex -bin/i386-solaris/pdfcslatex - - -bin/mips-irix/cslatex -bin/mips-irix/pdfcslatex - - -bin/powerpc-aix/cslatex -bin/powerpc-aix/pdfcslatex - - -bin/powerpc-darwin/cslatex -bin/powerpc-darwin/pdfcslatex - - -bin/powerpc-linux/cslatex -bin/powerpc-linux/pdfcslatex - - -bin/sparc-linux/cslatex -bin/sparc-linux/pdfcslatex - - -bin/sparc-solaris/cslatex -bin/sparc-solaris/pdfcslatex - - -bin/win32/cslatex.exe -bin/win32/pdfcslatex.exe - - -bin/x86_64-linux/cslatex -bin/x86_64-linux/pdfcslatex - - -texmf/fmtutil/format.cslatex.cnf -texmf/tpm/bin-cslatex.tpm - - - - - - - - TLCore/bin-cslatex - - - diff -Nru texlive-lang-2007.dfsg.4/texmf/tpm/bin-csplain.tpm texlive-lang-2009/texmf/tpm/bin-csplain.tpm --- texlive-lang-2007.dfsg.4/texmf/tpm/bin-csplain.tpm 2007-02-06 22:50:37.000000000 +0000 +++ texlive-lang-2009/texmf/tpm/bin-csplain.tpm 1970-01-01 01:00:00.000000000 +0100 @@ -1,103 +0,0 @@ - - - - bin-csplain - TLCore - 2007/02/06 21:11:38 - - rahtz - -Plain TeX support for Czech/Slovak typesetting. - - -This package holds a plain TeX engine preloaded with support for the Czech/Slovak language and typographic conventions. - - Petr Olsak - 40570708 - - - -bin/${ARCH}/csplain -bin/${ARCH}/pdfcsplain -bin/win32/csplain.exe -bin/win32/pdfcsplain.exe - - -texmf/fmtutil/format.csplain.cnf -texmf/tpm/bin-csplain.tpm - - - -bin/alpha-linux/csplain -bin/alpha-linux/pdfcsplain - - -bin/hppa-hpux/csplain -bin/hppa-hpux/pdfcsplain - - -bin/i386-darwin/csplain -bin/i386-darwin/pdfcsplain - - -bin/i386-freebsd/csplain -bin/i386-freebsd/pdfcsplain - - -bin/i386-linux/csplain -bin/i386-linux/pdfcsplain - - -bin/i386-openbsd/csplain -bin/i386-openbsd/pdfcsplain - - -bin/i386-solaris/csplain -bin/i386-solaris/pdfcsplain - - -bin/mips-irix/csplain -bin/mips-irix/pdfcsplain - - -bin/powerpc-aix/csplain -bin/powerpc-aix/pdfcsplain - - -bin/powerpc-darwin/csplain -bin/powerpc-darwin/pdfcsplain - - -bin/powerpc-linux/csplain -bin/powerpc-linux/pdfcsplain - - -bin/sparc-linux/csplain -bin/sparc-linux/pdfcsplain - - -bin/sparc-solaris/csplain -bin/sparc-solaris/pdfcsplain - - -bin/win32/csplain.exe -bin/win32/pdfcsplain.exe - - -bin/x86_64-linux/csplain -bin/x86_64-linux/pdfcsplain - - -texmf/fmtutil/format.csplain.cnf -texmf/tpm/bin-csplain.tpm - - - - - - - - TLCore/bin-csplain - - - diff -Nru texlive-lang-2007.dfsg.4/texmf/tpm/bin-cyrillic.tpm texlive-lang-2009/texmf/tpm/bin-cyrillic.tpm --- texlive-lang-2007.dfsg.4/texmf/tpm/bin-cyrillic.tpm 2007-02-06 22:50:37.000000000 +0000 +++ texlive-lang-2009/texmf/tpm/bin-cyrillic.tpm 1970-01-01 01:00:00.000000000 +0100 @@ -1,89 +0,0 @@ - - - - bin-cyrillic - TLCore - 2007/02/05 08:45:46 - - rahtz - Cyrillic support. - Bibtex and Makeindex for Cyrillic. - unknown - 67926 - - - bin/${ARCH}/rubibtex -bin/${ARCH}/rumakeindex - texmf/tpm/bin-cyrillic.tpm - -texmf/doc/man/man1/rubibtex.1 -texmf/doc/man/man1/rubibtex.1.html -texmf/doc/man/man1/rumakeindex.1 -texmf/doc/man/man1/rumakeindex.1.html - - - -bin/alpha-linux/rubibtex -bin/alpha-linux/rumakeindex - - -bin/hppa-hpux/rubibtex -bin/hppa-hpux/rumakeindex - - -bin/i386-darwin/rubibtex -bin/i386-darwin/rumakeindex - - -bin/i386-freebsd/rubibtex -bin/i386-freebsd/rumakeindex - - -bin/i386-linux/rubibtex -bin/i386-linux/rumakeindex - - -bin/i386-openbsd/rubibtex -bin/i386-openbsd/rumakeindex - - -bin/i386-solaris/rubibtex -bin/i386-solaris/rumakeindex - - -bin/mips-irix/rubibtex -bin/mips-irix/rumakeindex - - -bin/powerpc-aix/rubibtex -bin/powerpc-aix/rumakeindex - - -bin/powerpc-darwin/rubibtex -bin/powerpc-darwin/rumakeindex - - -bin/powerpc-linux/rubibtex -bin/powerpc-linux/rumakeindex - - -bin/sparc-linux/rubibtex -bin/sparc-linux/rumakeindex - - -bin/sparc-solaris/rubibtex -bin/sparc-solaris/rumakeindex - - -bin/x86_64-linux/rubibtex -bin/x86_64-linux/rumakeindex - - texmf/tpm/bin-cyrillic.tpm - -texmf/doc/man/man1/rubibtex.1 -texmf/doc/man/man1/rumakeindex.1 - - TLCore/bin-cyrillic - - - diff -Nru texlive-lang-2007.dfsg.4/texmf/tpm/bin-mex.tpm texlive-lang-2009/texmf/tpm/bin-mex.tpm --- texlive-lang-2007.dfsg.4/texmf/tpm/bin-mex.tpm 2007-02-06 22:50:37.000000000 +0000 +++ texlive-lang-2009/texmf/tpm/bin-mex.tpm 1970-01-01 01:00:00.000000000 +0100 @@ -1,125 +0,0 @@ - - - - bin-mex - TLCore - 2007/02/06 21:11:38 - 1.05 - rahtz - A Polish format for TeX. - -MeX is an adaptation of Plain TeX and LaTeX209 formats to the -Polish language and to the Polish printing customs. It contains -a complete set of MetaFont sources of Polish fonts, hyphenation -rules for the Polish language and sources of formats. - - Boguslaw Jackowski and M. Rycko - 60854929 - - - -bin/${ARCH}/mex -bin/${ARCH}/pdfmex -bin/${ARCH}/utf8mex -bin/win32/mex.exe -bin/win32/pdfmex.exe -bin/win32/utf8mex.exe - - -texmf/fmtutil/format.mex.cnf -texmf/fmtutil/format.utf8mex.cnf -texmf/tpm/bin-mex.tpm - - - -bin/alpha-linux/mex -bin/alpha-linux/pdfmex -bin/alpha-linux/utf8mex - - -bin/hppa-hpux/mex -bin/hppa-hpux/pdfmex -bin/hppa-hpux/utf8mex - - -bin/i386-darwin/mex -bin/i386-darwin/pdfmex -bin/i386-darwin/utf8mex - - -bin/i386-freebsd/mex -bin/i386-freebsd/pdfmex -bin/i386-freebsd/utf8mex - - -bin/i386-linux/mex -bin/i386-linux/pdfmex -bin/i386-linux/utf8mex - - -bin/i386-openbsd/mex -bin/i386-openbsd/pdfmex -bin/i386-openbsd/utf8mex - - -bin/i386-solaris/mex -bin/i386-solaris/pdfmex -bin/i386-solaris/utf8mex - - -bin/mips-irix/mex -bin/mips-irix/pdfmex -bin/mips-irix/utf8mex - - -bin/powerpc-aix/mex -bin/powerpc-aix/pdfmex -bin/powerpc-aix/utf8mex - - -bin/powerpc-darwin/mex -bin/powerpc-darwin/pdfmex -bin/powerpc-darwin/utf8mex - - -bin/powerpc-linux/mex -bin/powerpc-linux/pdfmex -bin/powerpc-linux/utf8mex - - -bin/sparc-linux/mex -bin/sparc-linux/pdfmex -bin/sparc-linux/utf8mex - - -bin/sparc-solaris/mex -bin/sparc-solaris/pdfmex -bin/sparc-solaris/utf8mex - - -bin/win32/mex.exe -bin/win32/pdfmex.exe -bin/win32/utf8mex.exe - - -bin/x86_64-linux/mex -bin/x86_64-linux/pdfmex -bin/x86_64-linux/utf8mex - - -texmf/fmtutil/format.mex.cnf -texmf/fmtutil/format.utf8mex.cnf -texmf/tpm/bin-mex.tpm - - - - - - - - - - TLCore/bin-mex - - - diff -Nru texlive-lang-2007.dfsg.4/texmf/tpm/bin-vlna.tpm texlive-lang-2009/texmf/tpm/bin-vlna.tpm --- texlive-lang-2007.dfsg.4/texmf/tpm/bin-vlna.tpm 2007-01-24 19:07:36.000000000 +0000 +++ texlive-lang-2009/texmf/tpm/bin-vlna.tpm 1970-01-01 01:00:00.000000000 +0100 @@ -1,27 +0,0 @@ - - - - bin-vlna - TLCore - 2006/12/18 04:07:08 - 1.0 - popineau - Binaries for the Vlna program. - - - 10316 - - - bin/win32/vlna.exe - texmf/tpm/bin-vlna.tpm - -texmf/doc/man/man1/vlna.1 -texmf/doc/man/man1/vlna.1.html - - - bin/win32/vlna.exe - texmf/tpm/bin-vlna.tpm - TLCore/bin-vlna - - - diff -Nru texlive-lang-2007.dfsg.4/texmf/tpm/collection-langafrican.tpm texlive-lang-2009/texmf/tpm/collection-langafrican.tpm --- texlive-lang-2007.dfsg.4/texmf/tpm/collection-langafrican.tpm 2006-12-17 14:15:06.000000000 +0000 +++ texlive-lang-2009/texmf/tpm/collection-langafrican.tpm 1970-01-01 01:00:00.000000000 +0100 @@ -1,27 +0,0 @@ - - - - collection-langafrican - TLCore - 1970/01/01 00:00:00 - 1.0 - rahtz - African scripts - Fonts for typesetting some African scripts - - 1138 - - - texmf/tpm/collection-langafrican.tpm - - texmf/tpm/collection-langafrican.tpm - - - - - - - TLCore/collection-langafrican - - - diff -Nru texlive-lang-2007.dfsg.4/texmf/tpm/collection-langarab.tpm texlive-lang-2009/texmf/tpm/collection-langarab.tpm --- texlive-lang-2007.dfsg.4/texmf/tpm/collection-langarab.tpm 2006-12-25 01:57:49.000000000 +0000 +++ texlive-lang-2009/texmf/tpm/collection-langarab.tpm 1970-01-01 01:00:00.000000000 +0100 @@ -1,27 +0,0 @@ - - - - collection-langarab - TLCore - 1970/01/01 00:00:00 - - rahtz - Arabic - Fonts and support for typesetting Arabic - - 1115 - - - texmf/tpm/collection-langarab.tpm - - texmf/tpm/collection-langarab.tpm - - - - - - - TLCore/collection-langarab - - - diff -Nru texlive-lang-2007.dfsg.4/texmf/tpm/collection-langarmenian.tpm texlive-lang-2009/texmf/tpm/collection-langarmenian.tpm --- texlive-lang-2007.dfsg.4/texmf/tpm/collection-langarmenian.tpm 2006-12-17 14:15:06.000000000 +0000 +++ texlive-lang-2009/texmf/tpm/collection-langarmenian.tpm 1970-01-01 01:00:00.000000000 +0100 @@ -1,25 +0,0 @@ - - - - collection-langarmenian - TLCore - 1970/01/01 00:00:00 - 1.0 - rahtz - Armenian - Essential armenian - - 1044 - - - texmf/tpm/collection-langarmenian.tpm - - texmf/tpm/collection-langarmenian.tpm - - - - - TLCore/collection-langarmenian - - - diff -Nru texlive-lang-2007.dfsg.4/texmf/tpm/collection-langcroatian.tpm texlive-lang-2009/texmf/tpm/collection-langcroatian.tpm --- texlive-lang-2007.dfsg.4/texmf/tpm/collection-langcroatian.tpm 2006-12-17 14:15:06.000000000 +0000 +++ texlive-lang-2009/texmf/tpm/collection-langcroatian.tpm 1970-01-01 01:00:00.000000000 +0100 @@ -1,27 +0,0 @@ - - - - collection-langcroatian - TLCore - 1970/01/01 00:00:00 - 1.0 - rahtz - Croatian - Essential croatian - - 1123 - - - texmf/tpm/collection-langcroatian.tpm - - texmf/tpm/collection-langcroatian.tpm - - - - - - - TLCore/collection-langcroatian - - - diff -Nru texlive-lang-2007.dfsg.4/texmf/tpm/collection-langcyrillic.tpm texlive-lang-2009/texmf/tpm/collection-langcyrillic.tpm --- texlive-lang-2007.dfsg.4/texmf/tpm/collection-langcyrillic.tpm 2007-01-16 00:57:21.000000000 +0000 +++ texlive-lang-2009/texmf/tpm/collection-langcyrillic.tpm 1970-01-01 01:00:00.000000000 +0100 @@ -1,56 +0,0 @@ - - - - collection-langcyrillic - TLCore - 1970/01/01 00:00:00 - 1.0 - rahtz - Cyrillic - -Fonts and macro packages to typeset Cyrillic texts. - - - 2254 - - - -texmf/fmtutil/format.cyramstex.cnf -texmf/fmtutil/format.cyrtex.cnf -texmf/fmtutil/format.cyrtexinfo.cnf -texmf/tpm/collection-langcyrillic.tpm - - - -texmf/fmtutil/format.cyramstex.cnf -texmf/fmtutil/format.cyrtex.cnf -texmf/fmtutil/format.cyrtexinfo.cnf -texmf/tpm/collection-langcyrillic.tpm - - - - - - - - - - - - - - - - - - - - - - - - - TLCore/collection-langcyrillic - - - diff -Nru texlive-lang-2007.dfsg.4/texmf/tpm/collection-langczechslovak.tpm texlive-lang-2009/texmf/tpm/collection-langczechslovak.tpm --- texlive-lang-2007.dfsg.4/texmf/tpm/collection-langczechslovak.tpm 2006-12-17 14:15:06.000000000 +0000 +++ texlive-lang-2009/texmf/tpm/collection-langczechslovak.tpm 1970-01-01 01:00:00.000000000 +0100 @@ -1,37 +0,0 @@ - - - - collection-langczechslovak - TLCore - 1970/01/01 00:00:00 - 1.0 - rahtz - Czech/Slovak - -Pick this if you want Czech/Slovak fonts and other packages - - - 1491 - - - texmf/tpm/collection-langczechslovak.tpm - - texmf/tpm/collection-langczechslovak.tpm - - - - - - - - - - - - - - - TLCore/collection-langczechslovak - - - diff -Nru texlive-lang-2007.dfsg.4/texmf/tpm/collection-langdanish.tpm texlive-lang-2009/texmf/tpm/collection-langdanish.tpm --- texlive-lang-2007.dfsg.4/texmf/tpm/collection-langdanish.tpm 2006-12-17 14:15:06.000000000 +0000 +++ texlive-lang-2009/texmf/tpm/collection-langdanish.tpm 1970-01-01 01:00:00.000000000 +0100 @@ -1,25 +0,0 @@ - - - - collection-langdanish - TLCore - 1970/01/01 00:00:00 - 1.0 - rahtz - Danish - Essential Danish - - 1034 - - - texmf/tpm/collection-langdanish.tpm - - texmf/tpm/collection-langdanish.tpm - - - - - TLCore/collection-langdanish - - - diff -Nru texlive-lang-2007.dfsg.4/texmf/tpm/collection-langdutch.tpm texlive-lang-2009/texmf/tpm/collection-langdutch.tpm --- texlive-lang-2007.dfsg.4/texmf/tpm/collection-langdutch.tpm 2006-12-17 14:15:06.000000000 +0000 +++ texlive-lang-2009/texmf/tpm/collection-langdutch.tpm 1970-01-01 01:00:00.000000000 +0100 @@ -1,25 +0,0 @@ - - - - collection-langdutch - TLCore - 1970/01/01 00:00:00 - 1.0 - rahtz - Dutch - Essential Dutch - - 1026 - - - texmf/tpm/collection-langdutch.tpm - - texmf/tpm/collection-langdutch.tpm - - - - - TLCore/collection-langdutch - - - diff -Nru texlive-lang-2007.dfsg.4/texmf/tpm/collection-langfinnish.tpm texlive-lang-2009/texmf/tpm/collection-langfinnish.tpm --- texlive-lang-2007.dfsg.4/texmf/tpm/collection-langfinnish.tpm 2006-12-17 14:15:06.000000000 +0000 +++ texlive-lang-2009/texmf/tpm/collection-langfinnish.tpm 1970-01-01 01:00:00.000000000 +0100 @@ -1,29 +0,0 @@ - - - - collection-langfinnish - TLCore - 1970/01/01 00:00:00 - 1.0 - rahtz - Finnish - Essential finnish - - 1188 - - - texmf/tpm/collection-langfinnish.tpm - - texmf/tpm/collection-langfinnish.tpm - - - - - - - - - TLCore/collection-langfinnish - - - diff -Nru texlive-lang-2007.dfsg.4/texmf/tpm/collection-langfrench.tpm texlive-lang-2009/texmf/tpm/collection-langfrench.tpm --- texlive-lang-2007.dfsg.4/texmf/tpm/collection-langfrench.tpm 2006-12-17 14:15:06.000000000 +0000 +++ texlive-lang-2009/texmf/tpm/collection-langfrench.tpm 1970-01-01 01:00:00.000000000 +0100 @@ -1,34 +0,0 @@ - - - - collection-langfrench - TLCore - 1970/01/01 00:00:00 - 1.0 - rahtz - French - Essential French - - 1366 - - - texmf/tpm/collection-langfrench.tpm - - texmf/tpm/collection-langfrench.tpm - - - - - - - - - - - - - - TLCore/collection-langfrench - - - diff -Nru texlive-lang-2007.dfsg.4/texmf/tpm/collection-langgerman.tpm texlive-lang-2009/texmf/tpm/collection-langgerman.tpm --- texlive-lang-2007.dfsg.4/texmf/tpm/collection-langgerman.tpm 2006-12-17 14:15:06.000000000 +0000 +++ texlive-lang-2009/texmf/tpm/collection-langgerman.tpm 1970-01-01 01:00:00.000000000 +0100 @@ -1,34 +0,0 @@ - - - - collection-langgerman - TLCore - 1970/01/01 00:00:00 - 1.0 - rahtz - German - Essential German - - 1365 - - - texmf/tpm/collection-langgerman.tpm - - texmf/tpm/collection-langgerman.tpm - - - - - - - - - - - - - - TLCore/collection-langgerman - - - diff -Nru texlive-lang-2007.dfsg.4/texmf/tpm/collection-langgreek.tpm texlive-lang-2009/texmf/tpm/collection-langgreek.tpm --- texlive-lang-2007.dfsg.4/texmf/tpm/collection-langgreek.tpm 2006-12-17 14:15:06.000000000 +0000 +++ texlive-lang-2009/texmf/tpm/collection-langgreek.tpm 1970-01-01 01:00:00.000000000 +0100 @@ -1,41 +0,0 @@ - - - - collection-langgreek - TLCore - 1970/01/01 00:00:00 - 1.0 - rahtz - Greek typesetting - Fonts and support for typesetting Greek - - 1637 - - - texmf/tpm/collection-langgreek.tpm - - texmf/tpm/collection-langgreek.tpm - - - - - - - - - - - - - - - - - - - - - TLCore/collection-langgreek - - - diff -Nru texlive-lang-2007.dfsg.4/texmf/tpm/collection-langhebrew.tpm texlive-lang-2009/texmf/tpm/collection-langhebrew.tpm --- texlive-lang-2007.dfsg.4/texmf/tpm/collection-langhebrew.tpm 2006-12-17 14:15:06.000000000 +0000 +++ texlive-lang-2009/texmf/tpm/collection-langhebrew.tpm 1970-01-01 01:00:00.000000000 +0100 @@ -1,25 +0,0 @@ - - - - collection-langhebrew - TLCore - 1970/01/01 00:00:00 - 1.0 - rahtz - Hebrew - Fonts and support for typesetting Hebrew - - 1054 - - - texmf/tpm/collection-langhebrew.tpm - - texmf/tpm/collection-langhebrew.tpm - - - - - TLCore/collection-langhebrew - - - diff -Nru texlive-lang-2007.dfsg.4/texmf/tpm/collection-langhungarian.tpm texlive-lang-2009/texmf/tpm/collection-langhungarian.tpm --- texlive-lang-2007.dfsg.4/texmf/tpm/collection-langhungarian.tpm 2006-12-17 14:15:06.000000000 +0000 +++ texlive-lang-2009/texmf/tpm/collection-langhungarian.tpm 1970-01-01 01:00:00.000000000 +0100 @@ -1,29 +0,0 @@ - - - - collection-langhungarian - TLCore - 1970/01/01 00:00:00 - 1.0 - rahtz - Hungarian - Essential Hungarian - - 1204 - - - texmf/tpm/collection-langhungarian.tpm - - texmf/tpm/collection-langhungarian.tpm - - - - - - - - - TLCore/collection-langhungarian - - - diff -Nru texlive-lang-2007.dfsg.4/texmf/tpm/collection-langitalian.tpm texlive-lang-2009/texmf/tpm/collection-langitalian.tpm --- texlive-lang-2007.dfsg.4/texmf/tpm/collection-langitalian.tpm 2006-12-17 14:15:06.000000000 +0000 +++ texlive-lang-2009/texmf/tpm/collection-langitalian.tpm 1970-01-01 01:00:00.000000000 +0100 @@ -1,28 +0,0 @@ - - - - collection-langitalian - TLCore - 1970/01/01 00:00:00 - 1.0 - rahtz - Italian - Essential italian - - 1153 - - - texmf/tpm/collection-langitalian.tpm - - texmf/tpm/collection-langitalian.tpm - - - - - - - - TLCore/collection-langitalian - - - diff -Nru texlive-lang-2007.dfsg.4/texmf/tpm/collection-langlatin.tpm texlive-lang-2009/texmf/tpm/collection-langlatin.tpm --- texlive-lang-2007.dfsg.4/texmf/tpm/collection-langlatin.tpm 2006-12-17 14:15:06.000000000 +0000 +++ texlive-lang-2009/texmf/tpm/collection-langlatin.tpm 1970-01-01 01:00:00.000000000 +0100 @@ -1,28 +0,0 @@ - - - - collection-langlatin - TLCore - 1970/01/01 00:00:00 - 1.0 - rahtz - Latin - Essential Latin - - 1137 - - - texmf/tpm/collection-langlatin.tpm - - texmf/tpm/collection-langlatin.tpm - - - - - - - - TLCore/collection-langlatin - - - diff -Nru texlive-lang-2007.dfsg.4/texmf/tpm/collection-langmanju.tpm texlive-lang-2009/texmf/tpm/collection-langmanju.tpm --- texlive-lang-2007.dfsg.4/texmf/tpm/collection-langmanju.tpm 2006-12-17 14:15:06.000000000 +0000 +++ texlive-lang-2009/texmf/tpm/collection-langmanju.tpm 1970-01-01 01:00:00.000000000 +0100 @@ -1,25 +0,0 @@ - - - - collection-langmanju - TLCore - 1970/01/01 00:00:00 - 1.0 - rahtz - Manju - Essential Manju - - 1023 - - - texmf/tpm/collection-langmanju.tpm - - texmf/tpm/collection-langmanju.tpm - - - - - TLCore/collection-langmanju - - - diff -Nru texlive-lang-2007.dfsg.4/texmf/tpm/collection-langmongolian.tpm texlive-lang-2009/texmf/tpm/collection-langmongolian.tpm --- texlive-lang-2007.dfsg.4/texmf/tpm/collection-langmongolian.tpm 2006-12-17 14:15:06.000000000 +0000 +++ texlive-lang-2009/texmf/tpm/collection-langmongolian.tpm 1970-01-01 01:00:00.000000000 +0100 @@ -1,30 +0,0 @@ - - - - collection-langmongolian - TLCore - 1970/01/01 00:00:00 - 1.0 - rahtz - Mongolian - Essential mongolian - - 1240 - - - texmf/tpm/collection-langmongolian.tpm - - texmf/tpm/collection-langmongolian.tpm - - - - - - - - - - TLCore/collection-langmongolian - - - diff -Nru texlive-lang-2007.dfsg.4/texmf/tpm/collection-langnorwegian.tpm texlive-lang-2009/texmf/tpm/collection-langnorwegian.tpm --- texlive-lang-2007.dfsg.4/texmf/tpm/collection-langnorwegian.tpm 2006-12-17 14:15:06.000000000 +0000 +++ texlive-lang-2009/texmf/tpm/collection-langnorwegian.tpm 1970-01-01 01:00:00.000000000 +0100 @@ -1,28 +0,0 @@ - - - - collection-langnorwegian - TLCore - 1970/01/01 00:00:00 - 1.0 - rahtz - Norwegian - Essential Norwegian - - 1169 - - - texmf/tpm/collection-langnorwegian.tpm - - texmf/tpm/collection-langnorwegian.tpm - - - - - - - - TLCore/collection-langnorwegian - - - diff -Nru texlive-lang-2007.dfsg.4/texmf/tpm/collection-langother.tpm texlive-lang-2009/texmf/tpm/collection-langother.tpm --- texlive-lang-2007.dfsg.4/texmf/tpm/collection-langother.tpm 2006-12-17 14:15:06.000000000 +0000 +++ texlive-lang-2009/texmf/tpm/collection-langother.tpm 1970-01-01 01:00:00.000000000 +0100 @@ -1,36 +0,0 @@ - - - - collection-langother - TLCore - 1970/01/01 00:00:00 - - rahtz - Other hyphenation files - Other hyphenation patterns - - 1527 - - - texmf/tpm/collection-langother.tpm - - texmf/tpm/collection-langother.tpm - - - - - - - - - - - - - - - - TLCore/collection-langother - - - diff -Nru texlive-lang-2007.dfsg.4/texmf/tpm/collection-langpolish.tpm texlive-lang-2009/texmf/tpm/collection-langpolish.tpm --- texlive-lang-2007.dfsg.4/texmf/tpm/collection-langpolish.tpm 2007-01-25 21:40:56.000000000 +0000 +++ texlive-lang-2009/texmf/tpm/collection-langpolish.tpm 1970-01-01 01:00:00.000000000 +0100 @@ -1,46 +0,0 @@ - - - - collection-langpolish - TLCore - 1970/01/01 00:00:00 - 1.0 - rahtz - Polish - -Pick this if you want Polish fonts and other packages - - - 1736 - - - texmf/tpm/collection-langpolish.tpm - - texmf/tpm/collection-langpolish.tpm - - - - - - - - - - - - - - - - - - - - - - - - TLCore/collection-langpolish - - - diff -Nru texlive-lang-2007.dfsg.4/texmf/tpm/collection-langportuguese.tpm texlive-lang-2009/texmf/tpm/collection-langportuguese.tpm --- texlive-lang-2007.dfsg.4/texmf/tpm/collection-langportuguese.tpm 2007-01-13 00:03:22.000000000 +0000 +++ texlive-lang-2009/texmf/tpm/collection-langportuguese.tpm 1970-01-01 01:00:00.000000000 +0100 @@ -1,29 +0,0 @@ - - - - collection-langportuguese - TLCore - 1970/01/01 00:00:00 - - rahtz - Portuguese - - - 1192 - - - texmf/tpm/collection-langportuguese.tpm - - texmf/tpm/collection-langportuguese.tpm - - - - - - - - - TLCore/collection-langportuguese - - - diff -Nru texlive-lang-2007.dfsg.4/texmf/tpm/collection-langspanish.tpm texlive-lang-2009/texmf/tpm/collection-langspanish.tpm --- texlive-lang-2007.dfsg.4/texmf/tpm/collection-langspanish.tpm 2006-12-17 14:15:06.000000000 +0000 +++ texlive-lang-2009/texmf/tpm/collection-langspanish.tpm 1970-01-01 01:00:00.000000000 +0100 @@ -1,28 +0,0 @@ - - - - collection-langspanish - TLCore - 1970/01/01 00:00:00 - - rahtz - Spanish - Essential spanish - - 1150 - - - texmf/tpm/collection-langspanish.tpm - - texmf/tpm/collection-langspanish.tpm - - - - - - - - TLCore/collection-langspanish - - - diff -Nru texlive-lang-2007.dfsg.4/texmf/tpm/collection-langswedish.tpm texlive-lang-2009/texmf/tpm/collection-langswedish.tpm --- texlive-lang-2007.dfsg.4/texmf/tpm/collection-langswedish.tpm 2006-12-17 14:15:06.000000000 +0000 +++ texlive-lang-2009/texmf/tpm/collection-langswedish.tpm 1970-01-01 01:00:00.000000000 +0100 @@ -1,29 +0,0 @@ - - - - collection-langswedish - TLCore - 1970/01/01 00:00:00 - 1.0 - rahtz - Swedish - Essential swedish - - 1188 - - - texmf/tpm/collection-langswedish.tpm - - texmf/tpm/collection-langswedish.tpm - - - - - - - - - TLCore/collection-langswedish - - - diff -Nru texlive-lang-2007.dfsg.4/texmf/tpm/collection-langtibetan.tpm texlive-lang-2009/texmf/tpm/collection-langtibetan.tpm --- texlive-lang-2007.dfsg.4/texmf/tpm/collection-langtibetan.tpm 2006-12-17 14:15:06.000000000 +0000 +++ texlive-lang-2009/texmf/tpm/collection-langtibetan.tpm 1970-01-01 01:00:00.000000000 +0100 @@ -1,26 +0,0 @@ - - - - collection-langtibetan - TLCore - 1970/01/01 00:00:00 - 1.0 - rahtz - Tibetan - Fonts and support for typesetting Tibetan - - 1092 - - - texmf/tpm/collection-langtibetan.tpm - - texmf/tpm/collection-langtibetan.tpm - - - - - - TLCore/collection-langtibetan - - - diff -Nru texlive-lang-2007.dfsg.4/texmf/tpm/collection-langukenglish.tpm texlive-lang-2009/texmf/tpm/collection-langukenglish.tpm --- texlive-lang-2007.dfsg.4/texmf/tpm/collection-langukenglish.tpm 2006-12-17 14:15:06.000000000 +0000 +++ texlive-lang-2009/texmf/tpm/collection-langukenglish.tpm 1970-01-01 01:00:00.000000000 +0100 @@ -1,28 +0,0 @@ - - - - collection-langukenglish - TLCore - 1970/01/01 00:00:00 - 1.0 - rahtz - UK English - Essential UK English - - 1171 - - - texmf/tpm/collection-langukenglish.tpm - - texmf/tpm/collection-langukenglish.tpm - - - - - - - - TLCore/collection-langukenglish - - - diff -Nru texlive-lang-2007.dfsg.4/texmf/tpm/collection-langvietnamese.tpm texlive-lang-2009/texmf/tpm/collection-langvietnamese.tpm --- texlive-lang-2007.dfsg.4/texmf/tpm/collection-langvietnamese.tpm 2006-12-17 14:15:06.000000000 +0000 +++ texlive-lang-2009/texmf/tpm/collection-langvietnamese.tpm 1970-01-01 01:00:00.000000000 +0100 @@ -1,26 +0,0 @@ - - - - collection-langvietnamese - TLCore - 1970/01/01 00:00:00 - - rahtz - Vietnamese - Vietnamese support - - 1085 - - - texmf/tpm/collection-langvietnamese.tpm - - texmf/tpm/collection-langvietnamese.tpm - - - - - - TLCore/collection-langvietnamese - - - diff -Nru texlive-lang-2007.dfsg.4/texmf/tpm/hyphen-arabic.tpm texlive-lang-2009/texmf/tpm/hyphen-arabic.tpm --- texlive-lang-2007.dfsg.4/texmf/tpm/hyphen-arabic.tpm 2007-01-20 01:32:03.000000000 +0000 +++ texlive-lang-2009/texmf/tpm/hyphen-arabic.tpm 1970-01-01 01:00:00.000000000 +0100 @@ -1,33 +0,0 @@ - - - - hyphen-arabic - TLCore - 1970/01/01 00:00:00 - - - Arabic/Farsi (non-)hyphenation - - - 1273 - - - -texmf/tex/generic/config/language.ar.dat -texmf/tex/generic/config/language.fa.dat -texmf/tpm/hyphen-arabic.tpm - - - -texmf/tex/generic/config/language.ar.dat -texmf/tex/generic/config/language.fa.dat -texmf/tpm/hyphen-arabic.tpm - - - - - - TLCore/hyphen-arabic - - - diff -Nru texlive-lang-2007.dfsg.4/texmf/tpm/hyphen-basque.tpm texlive-lang-2009/texmf/tpm/hyphen-basque.tpm --- texlive-lang-2007.dfsg.4/texmf/tpm/hyphen-basque.tpm 2006-12-17 14:15:06.000000000 +0000 +++ texlive-lang-2009/texmf/tpm/hyphen-basque.tpm 1970-01-01 01:00:00.000000000 +0100 @@ -1,34 +0,0 @@ - - - - hyphen-basque - TLCore - 1970/01/01 00:00:00 - 1.0 - rahtz - Basque scripts - Fonts for typesetting some Basque scripts - - 12570 - - - -texmf/tex/generic/config/language.ba.dat -texmf/tex/generic/hyphen/bahyph.sh -texmf/tex/generic/hyphen/bahyph.tex -texmf/tpm/hyphen-basque.tpm - - - -texmf/tex/generic/config/language.ba.dat -texmf/tex/generic/hyphen/bahyph.sh -texmf/tex/generic/hyphen/bahyph.tex -texmf/tpm/hyphen-basque.tpm - - - - - TLCore/hyphen-basque - - - diff -Nru texlive-lang-2007.dfsg.4/texmf/tpm/hyphen-bulgarian.tpm texlive-lang-2009/texmf/tpm/hyphen-bulgarian.tpm --- texlive-lang-2007.dfsg.4/texmf/tpm/hyphen-bulgarian.tpm 2006-12-17 14:15:06.000000000 +0000 +++ texlive-lang-2009/texmf/tpm/hyphen-bulgarian.tpm 1970-01-01 01:00:00.000000000 +0100 @@ -1,30 +0,0 @@ - - - - hyphen-bulgarian - TLCore - 1970/01/01 00:00:00 - - karl - Bulgarian hyphenation - Bulgarian hyphenation files - - 1140 - - - -texmf/tex/generic/config/language.bg.dat -texmf/tpm/hyphen-bulgarian.tpm - - - -texmf/tex/generic/config/language.bg.dat -texmf/tpm/hyphen-bulgarian.tpm - - - - - TLCore/hyphen-bulgarian - - - diff -Nru texlive-lang-2007.dfsg.4/texmf/tpm/hyphen-coptic.tpm texlive-lang-2009/texmf/tpm/hyphen-coptic.tpm --- texlive-lang-2007.dfsg.4/texmf/tpm/hyphen-coptic.tpm 2007-01-20 01:32:03.000000000 +0000 +++ texlive-lang-2009/texmf/tpm/hyphen-coptic.tpm 1970-01-01 01:00:00.000000000 +0100 @@ -1,32 +0,0 @@ - - - - hyphen-coptic - TLCore - 1970/01/01 00:00:00 - - karl - Coptic hyphenation - - Claudio Beccari - 8358 - - - -texmf/tex/generic/config/language.cop.dat -texmf/tex/generic/hyphen/copthyph.tex -texmf/tpm/hyphen-coptic.tpm - - - -texmf/tex/generic/config/language.cop.dat -texmf/tex/generic/hyphen/copthyph.tex -texmf/tpm/hyphen-coptic.tpm - - - - - TLCore/hyphen-coptic - - - diff -Nru texlive-lang-2007.dfsg.4/texmf/tpm/hyphen-croatian.tpm texlive-lang-2009/texmf/tpm/hyphen-croatian.tpm --- texlive-lang-2007.dfsg.4/texmf/tpm/hyphen-croatian.tpm 2006-12-17 14:15:06.000000000 +0000 +++ texlive-lang-2009/texmf/tpm/hyphen-croatian.tpm 1970-01-01 01:00:00.000000000 +0100 @@ -1,32 +0,0 @@ - - - - hyphen-croatian - TLCore - 1970/01/01 00:00:00 - 1.0 - rahtz - Croatian scripts - Fonts for typesetting some Croatian scripts - - 10977 - - - -texmf/tex/generic/config/language.hr.dat -texmf/tex/generic/hyphen/hrhyph.tex -texmf/tpm/hyphen-croatian.tpm - - - -texmf/tex/generic/config/language.hr.dat -texmf/tex/generic/hyphen/hrhyph.tex -texmf/tpm/hyphen-croatian.tpm - - - - - TLCore/hyphen-croatian - - - diff -Nru texlive-lang-2007.dfsg.4/texmf/tpm/hyphen-czechslovak.tpm texlive-lang-2009/texmf/tpm/hyphen-czechslovak.tpm --- texlive-lang-2007.dfsg.4/texmf/tpm/hyphen-czechslovak.tpm 2007-01-20 01:32:03.000000000 +0000 +++ texlive-lang-2009/texmf/tpm/hyphen-czechslovak.tpm 1970-01-01 01:00:00.000000000 +0100 @@ -1,40 +0,0 @@ - - - - hyphen-czechslovak - TLCore - 1970/01/01 00:00:00 - 1.0 - rahtz - Czechslovak scripts - -Fonts for typesetting some Czechslovak scripts - - - 3912 - - - -texmf/tex/generic/config/language.cz.dat -texmf/tex/generic/hyphen/czhyph.tex -texmf/tex/generic/hyphen/czhyphen.ex -texmf/tex/generic/hyphen/skhyph.tex -texmf/tex/generic/hyphen/skhyphen.ex -texmf/tpm/hyphen-czechslovak.tpm - - - -texmf/tex/generic/config/language.cz.dat -texmf/tex/generic/hyphen/czhyph.tex -texmf/tex/generic/hyphen/czhyphen.ex -texmf/tex/generic/hyphen/skhyph.tex -texmf/tex/generic/hyphen/skhyphen.ex -texmf/tpm/hyphen-czechslovak.tpm - - - - - TLCore/hyphen-czechslovak - - - diff -Nru texlive-lang-2007.dfsg.4/texmf/tpm/hyphen-danish.tpm texlive-lang-2009/texmf/tpm/hyphen-danish.tpm --- texlive-lang-2007.dfsg.4/texmf/tpm/hyphen-danish.tpm 2007-01-20 01:32:03.000000000 +0000 +++ texlive-lang-2009/texmf/tpm/hyphen-danish.tpm 1970-01-01 01:00:00.000000000 +0100 @@ -1,36 +0,0 @@ - - - - hyphen-danish - TLCore - 1970/01/01 00:00:00 - 1.0 - rahtz - Danish scripts - Fonts for typesetting some Danish scripts - - 9837 - - - -texmf/tex/generic/config/language.dk.dat -texmf/tex/generic/hyphen/dkcommon.tex -texmf/tex/generic/hyphen/dkhyph.tex -texmf/tex/generic/hyphen/dkspecial.tex -texmf/tpm/hyphen-danish.tpm - - - -texmf/tex/generic/config/language.dk.dat -texmf/tex/generic/hyphen/dkcommon.tex -texmf/tex/generic/hyphen/dkhyph.tex -texmf/tex/generic/hyphen/dkspecial.tex -texmf/tpm/hyphen-danish.tpm - - - - - TLCore/hyphen-danish - - - diff -Nru texlive-lang-2007.dfsg.4/texmf/tpm/hyphen-dutch.tpm texlive-lang-2009/texmf/tpm/hyphen-dutch.tpm --- texlive-lang-2007.dfsg.4/texmf/tpm/hyphen-dutch.tpm 2007-01-20 01:32:03.000000000 +0000 +++ texlive-lang-2009/texmf/tpm/hyphen-dutch.tpm 1970-01-01 01:00:00.000000000 +0100 @@ -1,32 +0,0 @@ - - - - hyphen-dutch - TLCore - 1970/01/01 00:00:00 - 1.0 - rahtz - Dutch - Essential Dutch - - 89813 - - - -texmf/tex/generic/config/language.ne.dat -texmf/tex/generic/hyphen/nehyph96.tex -texmf/tpm/hyphen-dutch.tpm - - - -texmf/tex/generic/config/language.ne.dat -texmf/tex/generic/hyphen/nehyph96.tex -texmf/tpm/hyphen-dutch.tpm - - - - - TLCore/hyphen-dutch - - - diff -Nru texlive-lang-2007.dfsg.4/texmf/tpm/hyphen-esperanto.tpm texlive-lang-2009/texmf/tpm/hyphen-esperanto.tpm --- texlive-lang-2007.dfsg.4/texmf/tpm/hyphen-esperanto.tpm 2007-01-20 01:32:03.000000000 +0000 +++ texlive-lang-2009/texmf/tpm/hyphen-esperanto.tpm 1970-01-01 01:00:00.000000000 +0100 @@ -1,32 +0,0 @@ - - - - hyphen-esperanto - TLCore - 1970/01/01 00:00:00 - - rahtz - Esperanto hyphenation - - - 18986 - - - -texmf/tex/generic/config/language.eo.dat -texmf/tex/generic/hyphen/eohyph.tex -texmf/tpm/hyphen-esperanto.tpm - - - -texmf/tex/generic/config/language.eo.dat -texmf/tex/generic/hyphen/eohyph.tex -texmf/tpm/hyphen-esperanto.tpm - - - - - TLCore/hyphen-esperanto - - - diff -Nru texlive-lang-2007.dfsg.4/texmf/tpm/hyphen-estonian.tpm texlive-lang-2009/texmf/tpm/hyphen-estonian.tpm --- texlive-lang-2007.dfsg.4/texmf/tpm/hyphen-estonian.tpm 2007-01-20 01:32:03.000000000 +0000 +++ texlive-lang-2009/texmf/tpm/hyphen-estonian.tpm 1970-01-01 01:00:00.000000000 +0100 @@ -1,32 +0,0 @@ - - - - hyphen-estonian - TLCore - 1970/01/01 00:00:00 - - rahtz - Estonian hyphenation files - Estonian hyphenation patterns - - 9895 - - - -texmf/tex/generic/config/language.et.dat -texmf/tex/generic/hyphen/ethyph.tex -texmf/tpm/hyphen-estonian.tpm - - - -texmf/tex/generic/config/language.et.dat -texmf/tex/generic/hyphen/ethyph.tex -texmf/tpm/hyphen-estonian.tpm - - - - - TLCore/hyphen-estonian - - - diff -Nru texlive-lang-2007.dfsg.4/texmf/tpm/hyphen-finnish.tpm texlive-lang-2009/texmf/tpm/hyphen-finnish.tpm --- texlive-lang-2007.dfsg.4/texmf/tpm/hyphen-finnish.tpm 2007-01-20 01:32:03.000000000 +0000 +++ texlive-lang-2009/texmf/tpm/hyphen-finnish.tpm 1970-01-01 01:00:00.000000000 +0100 @@ -1,32 +0,0 @@ - - - - hyphen-finnish - TLCore - 1970/01/01 00:00:00 - 1.0 - rahtz - Finnish scripts - Fonts for typesetting some Finnish scripts - - 5788 - - - -texmf/tex/generic/config/language.fi.dat -texmf/tex/generic/hyphen/fihyph.tex -texmf/tpm/hyphen-finnish.tpm - - - -texmf/tex/generic/config/language.fi.dat -texmf/tex/generic/hyphen/fihyph.tex -texmf/tpm/hyphen-finnish.tpm - - - - - TLCore/hyphen-finnish - - - diff -Nru texlive-lang-2007.dfsg.4/texmf/tpm/hyphen-french.tpm texlive-lang-2009/texmf/tpm/hyphen-french.tpm --- texlive-lang-2007.dfsg.4/texmf/tpm/hyphen-french.tpm 2007-01-20 01:32:03.000000000 +0000 +++ texlive-lang-2009/texmf/tpm/hyphen-french.tpm 1970-01-01 01:00:00.000000000 +0100 @@ -1,32 +0,0 @@ - - - - hyphen-french - TLCore - 1970/01/01 00:00:00 - 1.0 - rahtz - French scripts - Fonts for typesetting some French scripts - - 36046 - - - -texmf/tex/generic/config/language.fr.dat -texmf/tex/generic/hyphen/frhyph.tex -texmf/tpm/hyphen-french.tpm - - - -texmf/tex/generic/config/language.fr.dat -texmf/tex/generic/hyphen/frhyph.tex -texmf/tpm/hyphen-french.tpm - - - - - TLCore/hyphen-french - - - diff -Nru texlive-lang-2007.dfsg.4/texmf/tpm/hyphen-german.tpm texlive-lang-2009/texmf/tpm/hyphen-german.tpm --- texlive-lang-2007.dfsg.4/texmf/tpm/hyphen-german.tpm 2007-01-20 01:32:03.000000000 +0000 +++ texlive-lang-2009/texmf/tpm/hyphen-german.tpm 1970-01-01 01:00:00.000000000 +0100 @@ -1,38 +0,0 @@ - - - - hyphen-german - TLCore - 1970/01/01 00:00:00 - - rahtz - German hyphenation patterns - - - 228180 - - - -texmf/tex/generic/config/language.de.dat -texmf/tex/generic/hyphen/dehyphn.tex -texmf/tex/generic/hyphen/dehypht.tex -texmf/tex/generic/hyphen/dehyphtex.tex -texmf/tex/generic/hyphen/ghyphen.README -texmf/tpm/hyphen-german.tpm - - - -texmf/tex/generic/config/language.de.dat -texmf/tex/generic/hyphen/dehyphn.tex -texmf/tex/generic/hyphen/dehypht.tex -texmf/tex/generic/hyphen/dehyphtex.tex -texmf/tex/generic/hyphen/ghyphen.README -texmf/tpm/hyphen-german.tpm - - - - - TLCore/hyphen-german - - - diff -Nru texlive-lang-2007.dfsg.4/texmf/tpm/hyphen-greek.tpm texlive-lang-2009/texmf/tpm/hyphen-greek.tpm --- texlive-lang-2007.dfsg.4/texmf/tpm/hyphen-greek.tpm 2007-01-20 01:32:03.000000000 +0000 +++ texlive-lang-2009/texmf/tpm/hyphen-greek.tpm 1970-01-01 01:00:00.000000000 +0100 @@ -1,47 +0,0 @@ - - - - hyphen-greek - TLCore - 1970/01/01 00:00:00 - 4.0 - Aug. 16, 2004 - rahtz - elhyphen - Greek hyphenation patterns - -Includes patterns for polytonic (poly-accent), monotonic (uni-accent), -and ancient Greek. - - Dimitrios Filippou et al. - 1937486 - - - -texmf/doc/generic/elhyphen/* -texmf/tex/doc/generic/elhyphen/* -texmf/tex/generic/config/language.gr.dat -texmf/tex/generic/hyphen/gr*hyph*.tex -texmf/tpm/hyphen-greek.tpm - - - -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 -texmf/tex/generic/config/language.gr.dat -texmf/tex/generic/hyphen/grahyph4.tex -texmf/tex/generic/hyphen/grmhyph4.tex -texmf/tex/generic/hyphen/grphyph4.tex -texmf/tpm/hyphen-greek.tpm - - - - - TLCore/hyphen-greek - - - diff -Nru texlive-lang-2007.dfsg.4/texmf/tpm/hyphen-hungarian.tpm texlive-lang-2009/texmf/tpm/hyphen-hungarian.tpm --- texlive-lang-2007.dfsg.4/texmf/tpm/hyphen-hungarian.tpm 2006-12-17 14:15:06.000000000 +0000 +++ texlive-lang-2009/texmf/tpm/hyphen-hungarian.tpm 1970-01-01 01:00:00.000000000 +0100 @@ -1,40 +0,0 @@ - - - - hyphen-hungarian - TLCore - 2006/01/03 00:03:44 - 1.0 - rahtz - Hungarian - Essential Hungarian - - 285861 - - - -texmf/tex/generic/config/language.hu.dat -texmf/tex/generic/hyphen/huhyphn.tex -texmf/tex/generic/hyphen/hyph_hu.dic -texmf/tpm/hyphen-hungarian.tpm - - texmf/doc/generic/huhyphen/* - - -texmf/tex/generic/config/language.hu.dat -texmf/tex/generic/hyphen/huhyphn.tex -texmf/tpm/hyphen-hungarian.tpm - - -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 - - - - - TLCore/hyphen-hungarian - - - diff -Nru texlive-lang-2007.dfsg.4/texmf/tpm/hyphen-ibycus.tpm texlive-lang-2009/texmf/tpm/hyphen-ibycus.tpm --- texlive-lang-2007.dfsg.4/texmf/tpm/hyphen-ibycus.tpm 2007-01-20 01:32:03.000000000 +0000 +++ texlive-lang-2009/texmf/tpm/hyphen-ibycus.tpm 1970-01-01 01:00:00.000000000 +0100 @@ -1,32 +0,0 @@ - - - - hyphen-ibycus - TLCore - 1970/01/01 00:00:00 - 2.4 2004-11-19 - karl - Greek hyphenation with Ibycus fonts - - Peter Heslin, Walter Schmidt - 21897 - - - -texmf/tex/generic/config/language.iby.dat -texmf/tex/generic/hyphen/ibyhyph.tex -texmf/tpm/hyphen-ibycus.tpm - - - -texmf/tex/generic/config/language.iby.dat -texmf/tex/generic/hyphen/ibyhyph.tex -texmf/tpm/hyphen-ibycus.tpm - - - - - TLCore/hyphen-ibycus - - - diff -Nru texlive-lang-2007.dfsg.4/texmf/tpm/hyphen-icelandic.tpm texlive-lang-2009/texmf/tpm/hyphen-icelandic.tpm --- texlive-lang-2007.dfsg.4/texmf/tpm/hyphen-icelandic.tpm 2006-12-17 14:15:06.000000000 +0000 +++ texlive-lang-2009/texmf/tpm/hyphen-icelandic.tpm 1970-01-01 01:00:00.000000000 +0100 @@ -1,32 +0,0 @@ - - - - hyphen-icelandic - TLCore - 1970/01/01 00:00:00 - - rahtz - Icelandic hyphenation files - Icelandic hyphenation patterns - - 33373 - - - -texmf/tex/generic/config/language.is.dat -texmf/tex/generic/hyphen/icehyph.tex -texmf/tpm/hyphen-icelandic.tpm - - - -texmf/tex/generic/config/language.is.dat -texmf/tex/generic/hyphen/icehyph.tex -texmf/tpm/hyphen-icelandic.tpm - - - - - TLCore/hyphen-icelandic - - - diff -Nru texlive-lang-2007.dfsg.4/texmf/tpm/hyphen-indonesian.tpm texlive-lang-2009/texmf/tpm/hyphen-indonesian.tpm --- texlive-lang-2007.dfsg.4/texmf/tpm/hyphen-indonesian.tpm 2006-12-17 14:15:06.000000000 +0000 +++ texlive-lang-2009/texmf/tpm/hyphen-indonesian.tpm 1970-01-01 01:00:00.000000000 +0100 @@ -1,32 +0,0 @@ - - - - hyphen-indonesian - TLCore - 1970/01/01 00:00:00 - 1.0 - rahtz - Indonesian hyphenation files - Indonesian hyphenation patterns - - 4552 - - - -texmf/tex/generic/config/language.in.dat -texmf/tex/generic/hyphen/inhyph.tex -texmf/tpm/hyphen-indonesian.tpm - - - -texmf/tex/generic/config/language.in.dat -texmf/tex/generic/hyphen/inhyph.tex -texmf/tpm/hyphen-indonesian.tpm - - - - - TLCore/hyphen-indonesian - - - diff -Nru texlive-lang-2007.dfsg.4/texmf/tpm/hyphen-interlingua.tpm texlive-lang-2009/texmf/tpm/hyphen-interlingua.tpm --- texlive-lang-2007.dfsg.4/texmf/tpm/hyphen-interlingua.tpm 2006-12-17 14:15:06.000000000 +0000 +++ texlive-lang-2009/texmf/tpm/hyphen-interlingua.tpm 1970-01-01 01:00:00.000000000 +0100 @@ -1,34 +0,0 @@ - - - - hyphen-interlingua - TLCore - 1970/01/01 00:00:00 - 1.0 - karl - Interlingua hyphenation - -Interlingua hyphenation files (interlingua.com) - - Peter Kleiweg - 5742 - - - -texmf/tex/generic/config/language.ia.dat -texmf/tex/generic/hyphen/iahyphen.tex -texmf/tpm/hyphen-interlingua.tpm - - - -texmf/tex/generic/config/language.ia.dat -texmf/tex/generic/hyphen/iahyphen.tex -texmf/tpm/hyphen-interlingua.tpm - - - - - TLCore/hyphen-interlingua - - - diff -Nru texlive-lang-2007.dfsg.4/texmf/tpm/hyphen-italian.tpm texlive-lang-2009/texmf/tpm/hyphen-italian.tpm --- texlive-lang-2007.dfsg.4/texmf/tpm/hyphen-italian.tpm 2007-01-20 01:32:03.000000000 +0000 +++ texlive-lang-2009/texmf/tpm/hyphen-italian.tpm 1970-01-01 01:00:00.000000000 +0100 @@ -1,33 +0,0 @@ - - - - hyphen-italian - TLCore - 1970/01/01 00:00:00 - 1.0 - rahtz - Italian - Essential italian - - 7502 - - - -texmf/tex/generic/config/language.it.dat -texmf/tex/generic/hyphen/ithyph.tex -texmf/tex/generic/hyphen/ithyphen2.tex -texmf/tpm/hyphen-italian.tpm - - - -texmf/tex/generic/config/language.it.dat -texmf/tex/generic/hyphen/ithyph.tex -texmf/tpm/hyphen-italian.tpm - - - - - TLCore/hyphen-italian - - - diff -Nru texlive-lang-2007.dfsg.4/texmf/tpm/hyphen-latin.tpm texlive-lang-2009/texmf/tpm/hyphen-latin.tpm --- texlive-lang-2007.dfsg.4/texmf/tpm/hyphen-latin.tpm 2007-01-20 01:32:03.000000000 +0000 +++ texlive-lang-2009/texmf/tpm/hyphen-latin.tpm 1970-01-01 01:00:00.000000000 +0100 @@ -1,34 +0,0 @@ - - - - hyphen-latin - TLCore - 1970/01/01 00:00:00 - 1.0 - rahtz - Latin - Essential Latin - - 12645 - - - -texmf/tex/generic/config/language.la.dat -texmf/tex/generic/hyphen/lahyph.tex -texmf/tex/generic/hyphen/lahyph7.tex -texmf/tex/generic/hyphen/lahyph8.tex -texmf/tpm/hyphen-latin.tpm - - - -texmf/tex/generic/config/language.la.dat -texmf/tex/generic/hyphen/lahyph.tex -texmf/tpm/hyphen-latin.tpm - - - - - TLCore/hyphen-latin - - - diff -Nru texlive-lang-2007.dfsg.4/texmf/tpm/hyphen-mongolian.tpm texlive-lang-2009/texmf/tpm/hyphen-mongolian.tpm --- texlive-lang-2007.dfsg.4/texmf/tpm/hyphen-mongolian.tpm 2007-01-20 01:32:03.000000000 +0000 +++ texlive-lang-2009/texmf/tpm/hyphen-mongolian.tpm 1970-01-01 01:00:00.000000000 +0100 @@ -1,32 +0,0 @@ - - - - hyphen-mongolian - TLCore - 1970/01/01 00:00:00 - 1.0 - rahtz - Mongolian - Essential mongolian - - 6619 - - - -texmf/tex/generic/config/language.mn.dat -texmf/tex/generic/hyphen/mnhyph.tex -texmf/tpm/hyphen-mongolian.tpm - - - -texmf/tex/generic/config/language.mn.dat -texmf/tex/generic/hyphen/mnhyph.tex -texmf/tpm/hyphen-mongolian.tpm - - - - - TLCore/hyphen-mongolian - - - diff -Nru texlive-lang-2007.dfsg.4/texmf/tpm/hyphen-norwegian.tpm texlive-lang-2009/texmf/tpm/hyphen-norwegian.tpm --- texlive-lang-2007.dfsg.4/texmf/tpm/hyphen-norwegian.tpm 2007-02-04 18:50:10.000000000 +0000 +++ texlive-lang-2009/texmf/tpm/hyphen-norwegian.tpm 1970-01-01 01:00:00.000000000 +0100 @@ -1,53 +0,0 @@ - - - - hyphen-norwegian - TLCore - 1970/01/01 00:00:00 - - rahtz - Norwegian hyphenation patterns - -About nohyphbx.tex, its author Ole Michael Selberg writes: -The hyphenation patterns in nohyphbx.tex (the file I downloaded today) -are a manually adjusted and extended version of Runar Kleveland's -nohyhb.tex (which was a tremendous improvement on nohyph.tex and -nohyph2.tex). Certain patterns have been removed and about seven -hundred have been added, so that the file now contains 26761 patterns -versus 26017 in nohyph.tex. -Having used Kleveland's patterns for some time to typeset my own -translations of Polish and German fiction, I noticed that despite -their generally very satisfactory performance they still produced a -number of erroneous hyphenations. That's when I started to improve -the patterns manually, which isn't as difficult as it seems. A -fair number of the corrected mishyphenations are listed in the file -http://home.c2i.net/omselberg/pub/korrigerte_delinger.htm. -The supplementary information in the file referred to in the preamble -(http://home.c2i.net/omselberg/pub/nohyphbx_intro.htm) is provided -only in Norwegian (if you don't know Norwegian, you problably won't -need to acquaint yourself with it). This file contains a link -to another file in which the hyphenation rules of Norwegian are -explained and commented on. - - Runar Kleveland, Ole Michael Selberg - 200924 - - - -texmf/tex/generic/config/language.no.dat -texmf/tex/generic/hyphen/nohyphbx.tex -texmf/tpm/hyphen-norwegian.tpm - - - -texmf/tex/generic/config/language.no.dat -texmf/tex/generic/hyphen/nohyphbx.tex -texmf/tpm/hyphen-norwegian.tpm - - - - - TLCore/hyphen-norwegian - - - diff -Nru texlive-lang-2007.dfsg.4/texmf/tpm/hyphen-polish.tpm texlive-lang-2009/texmf/tpm/hyphen-polish.tpm --- texlive-lang-2007.dfsg.4/texmf/tpm/hyphen-polish.tpm 2007-01-20 01:32:03.000000000 +0000 +++ texlive-lang-2009/texmf/tpm/hyphen-polish.tpm 1970-01-01 01:00:00.000000000 +0100 @@ -1,34 +0,0 @@ - - - - hyphen-polish - TLCore - 1970/01/01 00:00:00 - 1.0 - rahtz - Polish - -Pick this if you want Polish fonts and other packages - - - 35072 - - - -texmf/tex/generic/config/language.pl.dat -texmf/tex/generic/hyphen/plhyph.tex -texmf/tpm/hyphen-polish.tpm - - - -texmf/tex/generic/config/language.pl.dat -texmf/tex/generic/hyphen/plhyph.tex -texmf/tpm/hyphen-polish.tpm - - - - - TLCore/hyphen-polish - - - diff -Nru texlive-lang-2007.dfsg.4/texmf/tpm/hyphen-portuguese.tpm texlive-lang-2009/texmf/tpm/hyphen-portuguese.tpm --- texlive-lang-2007.dfsg.4/texmf/tpm/hyphen-portuguese.tpm 2007-01-20 01:32:03.000000000 +0000 +++ texlive-lang-2009/texmf/tpm/hyphen-portuguese.tpm 1970-01-01 01:00:00.000000000 +0100 @@ -1,32 +0,0 @@ - - - - hyphen-portuguese - TLCore - 1970/01/01 00:00:00 - 1.0 - rahtz - Portuguese - Essential portuguese - - 4763 - - - -texmf/tex/generic/config/language.pt.dat -texmf/tex/generic/hyphen/pthyph.tex -texmf/tpm/hyphen-portuguese.tpm - - - -texmf/tex/generic/config/language.pt.dat -texmf/tex/generic/hyphen/pthyph.tex -texmf/tpm/hyphen-portuguese.tpm - - - - - TLCore/hyphen-portuguese - - - diff -Nru texlive-lang-2007.dfsg.4/texmf/tpm/hyphen-romanian.tpm texlive-lang-2009/texmf/tpm/hyphen-romanian.tpm --- texlive-lang-2007.dfsg.4/texmf/tpm/hyphen-romanian.tpm 2007-01-20 01:32:03.000000000 +0000 +++ texlive-lang-2009/texmf/tpm/hyphen-romanian.tpm 1970-01-01 01:00:00.000000000 +0100 @@ -1,32 +0,0 @@ - - - - hyphen-romanian - TLCore - 1970/01/01 00:00:00 - 1.0 - rahtz - Romanian hyphenation files - Romanian hyphenation patterns - - 10151 - - - -texmf/tex/generic/config/language.ro.dat -texmf/tex/generic/hyphen/rohyphen.tex -texmf/tpm/hyphen-romanian.tpm - - - -texmf/tex/generic/config/language.ro.dat -texmf/tex/generic/hyphen/rohyphen.tex -texmf/tpm/hyphen-romanian.tpm - - - - - TLCore/hyphen-romanian - - - diff -Nru texlive-lang-2007.dfsg.4/texmf/tpm/hyphen-russian.tpm texlive-lang-2009/texmf/tpm/hyphen-russian.tpm --- texlive-lang-2007.dfsg.4/texmf/tpm/hyphen-russian.tpm 2007-01-20 01:32:03.000000000 +0000 +++ texlive-lang-2009/texmf/tpm/hyphen-russian.tpm 1970-01-01 01:00:00.000000000 +0100 @@ -1,33 +0,0 @@ - - - - hyphen-russian - TLCore - 1970/01/01 00:00:00 - 1.0 - rahtz - Russian hyphenation files - Russian hyphenation patterns - - 1214 - - - -texmf/tex/generic/config/language.ru.dat -texmf/tpm/hyphen-russian.tpm - - - -texmf/tex/generic/config/language.ru.dat -texmf/tpm/hyphen-russian.tpm - - - - - - - - TLCore/hyphen-russian - - - diff -Nru texlive-lang-2007.dfsg.4/texmf/tpm/hyphen-serbian.tpm texlive-lang-2009/texmf/tpm/hyphen-serbian.tpm --- texlive-lang-2007.dfsg.4/texmf/tpm/hyphen-serbian.tpm 2007-01-20 01:32:03.000000000 +0000 +++ texlive-lang-2009/texmf/tpm/hyphen-serbian.tpm 1970-01-01 01:00:00.000000000 +0100 @@ -1,32 +0,0 @@ - - - - hyphen-serbian - TLCore - 1970/01/01 00:00:00 - 1.0 - rahtz - Serbian hyphenation files - Serbian hyphenation patterns - - 23927 - - - -texmf/tex/generic/config/language.sr.dat -texmf/tex/generic/hyphen/srhyphc.tex -texmf/tpm/hyphen-serbian.tpm - - - -texmf/tex/generic/config/language.sr.dat -texmf/tex/generic/hyphen/srhyphc.tex -texmf/tpm/hyphen-serbian.tpm - - - - - TLCore/hyphen-serbian - - - diff -Nru texlive-lang-2007.dfsg.4/texmf/tpm/hyphen-slovene.tpm texlive-lang-2009/texmf/tpm/hyphen-slovene.tpm --- texlive-lang-2007.dfsg.4/texmf/tpm/hyphen-slovene.tpm 2007-01-20 23:46:23.000000000 +0000 +++ texlive-lang-2009/texmf/tpm/hyphen-slovene.tpm 1970-01-01 01:00:00.000000000 +0100 @@ -1,32 +0,0 @@ - - - - hyphen-slovene - TLCore - 1970/01/01 00:00:00 - 1.0 - rahtz - Slovene hyphenation files - Slovene hyphenation patterns - - 12518 - - - -texmf/tex/generic/config/language.sl.dat -texmf/tex/generic/hyphen/sihyph.tex -texmf/tpm/hyphen-slovene.tpm - - - -texmf/tex/generic/config/language.sl.dat -texmf/tex/generic/hyphen/sihyph.tex -texmf/tpm/hyphen-slovene.tpm - - - - - TLCore/hyphen-slovene - - - diff -Nru texlive-lang-2007.dfsg.4/texmf/tpm/hyphen-spanish.tpm texlive-lang-2009/texmf/tpm/hyphen-spanish.tpm --- texlive-lang-2007.dfsg.4/texmf/tpm/hyphen-spanish.tpm 2007-01-20 01:32:03.000000000 +0000 +++ texlive-lang-2009/texmf/tpm/hyphen-spanish.tpm 1970-01-01 01:00:00.000000000 +0100 @@ -1,36 +0,0 @@ - - - - hyphen-spanish - TLCore - 1970/01/01 00:00:00 - 1.0 - rahtz - Spanish scripts - Fonts for typesetting some Spanish scripts - - 46326 - - - -texmf/tex/generic/config/language.es.dat -texmf/tex/generic/hyphen/cahyph.tex -texmf/tex/generic/hyphen/eshyph.tex -texmf/tex/generic/hyphen/glhyph.tex -texmf/tpm/hyphen-spanish.tpm - - - -texmf/tex/generic/config/language.es.dat -texmf/tex/generic/hyphen/cahyph.tex -texmf/tex/generic/hyphen/eshyph.tex -texmf/tex/generic/hyphen/glhyph.tex -texmf/tpm/hyphen-spanish.tpm - - - - - TLCore/hyphen-spanish - - - diff -Nru texlive-lang-2007.dfsg.4/texmf/tpm/hyphen-swedish.tpm texlive-lang-2009/texmf/tpm/hyphen-swedish.tpm --- texlive-lang-2007.dfsg.4/texmf/tpm/hyphen-swedish.tpm 2007-01-20 01:32:03.000000000 +0000 +++ texlive-lang-2009/texmf/tpm/hyphen-swedish.tpm 1970-01-01 01:00:00.000000000 +0100 @@ -1,32 +0,0 @@ - - - - hyphen-swedish - TLCore - 1970/01/01 00:00:00 - 1.0 - rahtz - Swedish - Essential swedish - - 35754 - - - -texmf/tex/generic/config/language.sw.dat -texmf/tex/generic/hyphen/svhyph.tex -texmf/tpm/hyphen-swedish.tpm - - - -texmf/tex/generic/config/language.sw.dat -texmf/tex/generic/hyphen/svhyph.tex -texmf/tpm/hyphen-swedish.tpm - - - - - TLCore/hyphen-swedish - - - diff -Nru texlive-lang-2007.dfsg.4/texmf/tpm/hyphen-turkish.tpm texlive-lang-2009/texmf/tpm/hyphen-turkish.tpm --- texlive-lang-2007.dfsg.4/texmf/tpm/hyphen-turkish.tpm 2007-01-20 01:32:03.000000000 +0000 +++ texlive-lang-2009/texmf/tpm/hyphen-turkish.tpm 1970-01-01 01:00:00.000000000 +0100 @@ -1,32 +0,0 @@ - - - - hyphen-turkish - TLCore - 1970/01/01 00:00:00 - 1.0 - rahtz - Turkish hyphenation files - Turkish hyphenation patterns - - 6362 - - - -texmf/tex/generic/config/language.tk.dat -texmf/tex/generic/hyphen/tkhyph.tex -texmf/tpm/hyphen-turkish.tpm - - - -texmf/tex/generic/config/language.tk.dat -texmf/tex/generic/hyphen/tkhyph.tex -texmf/tpm/hyphen-turkish.tpm - - - - - TLCore/hyphen-turkish - - - diff -Nru texlive-lang-2007.dfsg.4/texmf/tpm/hyphen-ukenglish.tpm texlive-lang-2009/texmf/tpm/hyphen-ukenglish.tpm --- texlive-lang-2007.dfsg.4/texmf/tpm/hyphen-ukenglish.tpm 2007-01-20 01:32:03.000000000 +0000 +++ texlive-lang-2009/texmf/tpm/hyphen-ukenglish.tpm 1970-01-01 01:00:00.000000000 +0100 @@ -1,32 +0,0 @@ - - - - hyphen-ukenglish - TLCore - 1970/01/01 00:00:00 - 1.0 - staszek - Ukbritish hyphenation patterns - Ukbritish hyphenation patterns. - - 58390 - - - -texmf/tex/generic/config/language.uk.dat -texmf/tex/generic/hyphen/ukhyphen.tex -texmf/tpm/hyphen-ukenglish.tpm - - - -texmf/tex/generic/config/language.uk.dat -texmf/tex/generic/hyphen/ukhyphen.tex -texmf/tpm/hyphen-ukenglish.tpm - - - - - TLCore/hyphen-ukenglish - - - diff -Nru texlive-lang-2007.dfsg.4/texmf/tpm/hyphen-ukrainian.tpm texlive-lang-2009/texmf/tpm/hyphen-ukrainian.tpm --- texlive-lang-2007.dfsg.4/texmf/tpm/hyphen-ukrainian.tpm 2007-01-20 01:32:03.000000000 +0000 +++ texlive-lang-2009/texmf/tpm/hyphen-ukrainian.tpm 1970-01-01 01:00:00.000000000 +0100 @@ -1,31 +0,0 @@ - - - - hyphen-ukrainian - TLCore - 1970/01/01 00:00:00 - 1.0 - rahtz - Ukrainian hyphenation files - Ukrainian hyphenation patterns - - 1189 - - - -texmf/tex/generic/config/language.ur.dat -texmf/tex/generic/hyphen/ukrhyph.tex -texmf/tpm/hyphen-ukrainian.tpm - - - -texmf/tex/generic/config/language.ur.dat -texmf/tpm/hyphen-ukrainian.tpm - - - - - TLCore/hyphen-ukrainian - - - diff -Nru texlive-lang-2007.dfsg.4/texmf/tpm/hyphen-usorbian.tpm texlive-lang-2009/texmf/tpm/hyphen-usorbian.tpm --- texlive-lang-2007.dfsg.4/texmf/tpm/hyphen-usorbian.tpm 2007-01-20 01:32:03.000000000 +0000 +++ texlive-lang-2009/texmf/tpm/hyphen-usorbian.tpm 1970-01-01 01:00:00.000000000 +0100 @@ -1,36 +0,0 @@ - - - - hyphen-usorbian - TLCore - 1970/01/01 00:00:00 - 1997-03-22 - rahtz - Upper Sorbian hyphenation patterns - -The area where Upper Sorbian is spoken (the Lausitz valley) is -indeed in Germany, the language itself is a Slavic one and not -related to German. - - - 15125 - - - -texmf/tex/generic/config/language.sor.dat -texmf/tex/generic/hyphen/sorhyph.tex -texmf/tpm/hyphen-usorbian.tpm - - - -texmf/tex/generic/config/language.sor.dat -texmf/tex/generic/hyphen/sorhyph.tex -texmf/tpm/hyphen-usorbian.tpm - - - - - TLCore/hyphen-usorbian - - - diff -Nru texlive-lang-2007.dfsg.4/texmf/tpm/hyphen-welsh.tpm texlive-lang-2009/texmf/tpm/hyphen-welsh.tpm --- texlive-lang-2007.dfsg.4/texmf/tpm/hyphen-welsh.tpm 2007-01-20 01:32:03.000000000 +0000 +++ texlive-lang-2009/texmf/tpm/hyphen-welsh.tpm 1970-01-01 01:00:00.000000000 +0100 @@ -1,34 +0,0 @@ - - - - hyphen-welsh - TLCore - 1970/01/01 00:00:00 - 1.0 - rahtz - Czechoslovak scripts - -Fonts for typesetting some Czechoslovak scripts - - - 44480 - - - -texmf/tex/generic/config/language.cy.dat -texmf/tex/generic/hyphen/cyhyph.tex -texmf/tpm/hyphen-welsh.tpm - - - -texmf/tex/generic/config/language.cy.dat -texmf/tex/generic/hyphen/cyhyph.tex -texmf/tpm/hyphen-welsh.tpm - - - - - TLCore/hyphen-welsh - - - diff -Nru texlive-lang-2007.dfsg.4/texmf-dist/bibtex/bst/bib-fr/abbrv-fr.bst texlive-lang-2009/texmf-dist/bibtex/bst/bib-fr/abbrv-fr.bst --- texlive-lang-2007.dfsg.4/texmf-dist/bibtex/bst/bib-fr/abbrv-fr.bst 1970-01-01 01:00:00.000000000 +0100 +++ texlive-lang-2009/texmf-dist/bibtex/bst/bib-fr/abbrv-fr.bst 2009-05-15 22:36:53.000000000 +0100 @@ -0,0 +1,1234 @@ +%% +%% Bib. style "abbrv-fr" (version francisee de abbrv.bst) +%% +%% NM, 2004/02/22 +%% markey@lsv.ens-cachan.fr +%% +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +%% Original Copyright (Oren Patashnik): +%% + % This program may be distributed and/or modified under the + % conditions of the LaTeX Project Public License, either version 1.2 + % of this license or (at your option) any later version. + % The latest version of this license is in + % http://www.latex-project.org/lppl.txt + % and version 1.2 or later is part of all distributions of LaTeX + % version 1999/12/01 or later. + % + % This program consists of the files abbrv.bst + %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + + +ENTRY + { address + author + booktitle + chapter + edition + editor + howpublished + institution + journal + key + month + note + number + organization + pages + publisher + school + series + title + type + volume + year + } + {} + { label } + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +%% +%% C'est ici que je definis les "traductions". Normalement, y a +%% que ca a changer pour franciser le style... +%% +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +FUNCTION{fr.and}{ %% le "et" entre les deux derniers auteurs +" et " +} + +FUNCTION{fr.editeur}{ %% ", \'editeur" au singulier, ou " (\'editeur)"... +", \'ed." +} + +FUNCTION{fr.editeurs}{ %% ", \'editeurs" au pluriel, ou " (\'editeurs)"... +", \'eds" +} + +FUNCTION{fr.et.al}{ %% " et~al." +" \emph{et~al.}" +} + +FUNCTION{fr.in}{ %% "Dans " +"\emph{In} " +} + +FUNCTION{fr.in.spc}{ %% " de " (ou " de la s\'erie ") +" de " +} + +FUNCTION{fr.of}{ %% " de " +" de " +} + +FUNCTION{fr.number}{ %% "num. " +"num. " +} + +FUNCTION{fr.number.maj}{ %% "Num. " +"Num. " +} + +FUNCTION{fr.volume}{ %% "volume" +"vol." +} + +FUNCTION{fr.volume.maj}{ %% "Volume" +"Vol." +} + +FUNCTION{fr.edition}{ %% " \'edn" +" \'edn" +} + +FUNCTION{fr.pages}{ %% "p." +"p." +} + +FUNCTION{fr.page}{ %% "p." +"p." +} + +FUNCTION{fr.chapter}{ %% "chap." +"chap." +} + +FUNCTION{fr.tech.rep}{ %% "Rap. Tech." +"Rap. tech." +} + +FUNCTION{fr.master}{ %% "M\'emoire de D.E.A." +"M\'emoire de D.E.A." +} + +FUNCTION{fr.phd}{ %% "Th\`ese de doctorat" +"Th\`ese de doctorat" +} + +FUNCTION{fr.auteurs.style}{ + %% si on veut des small caps sur le LASTNAME de l'auteur + %% Cette fonction est utilisee dans la definition d'une + %% fonction LaTeX. +"\scshape" +} + +FUNCTION{fr.ponctuation.apres.auteurs}{ %% Comme son nom l'indique... +" : " +} + +FUNCTION{fr.deuxpoints}{ %% Pour eviter l'espace avant les ":". +"\string:\penalty500\relax " +} + +MACRO {jan} {"jan."} +MACRO {feb} {"f\'ev."} +MACRO {mar} {"mars"} +MACRO {apr} {"avr."} +MACRO {may} {"mai"} +MACRO {jun} {"juin"} +MACRO {jul} {"juil."} +MACRO {aug} {"ao\^ut"} +MACRO {sep} {"sept."} +MACRO {oct} {"oct."} +MACRO {nov} {"nov."} +MACRO {dec} {"d\'ec."} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +%% +%% La suite, normalement, y a rien a changer... +%% +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + + + + + +INTEGERS { output.state before.all mid.sentence after.sentence after.block after.authors } + +FUNCTION {init.state.consts} +{ #0 'before.all := + #1 'mid.sentence := + #2 'after.sentence := + #3 'after.block := + #0 'after.authors := +} + +STRINGS { s t } + +FUNCTION{ fr.add.period }{ +after.authors + { fr.ponctuation.apres.auteurs empty$ + { add.period$ } + { fr.ponctuation.apres.auteurs * #0 'after.authors := } + if$} + { add.period$ } +if$ +} + +FUNCTION {output.nonnull} +{ 's := + output.state mid.sentence = + { ", " * write$ } + { output.state after.block = + { fr.add.period write$ + newline$ + "\newblock " write$ + } + { output.state before.all = + 'write$ + { add.period$ " " * write$ } + if$ + } + if$ + mid.sentence 'output.state := + } + if$ + s +} + +FUNCTION {output} +{ duplicate$ empty$ + 'pop$ + 'output.nonnull + if$ +} + +FUNCTION {output.check} +{ 't := + duplicate$ empty$ + { pop$ "empty " t * " in " * cite$ * warning$ } + 'output.nonnull + if$ +} + +FUNCTION {output.bibitem} +{ newline$ + "\bibitem{" write$ + cite$ write$ + "}" write$ + newline$ + "" + before.all 'output.state := +} + +FUNCTION {fin.entry} +{ add.period$ + write$ + newline$ +} + +FUNCTION {new.block} +{ output.state before.all = + 'skip$ + { after.block 'output.state := } + if$ +} + +FUNCTION {new.sentence} +{ output.state after.block = + 'skip$ + { output.state before.all = + 'skip$ + { after.sentence 'output.state := } + if$ + } + if$ +} + +FUNCTION {not} +{ { #0 } + { #1 } + if$ +} + +FUNCTION {and} +{ 'skip$ + { pop$ #0 } + if$ +} + +FUNCTION {or} +{ { pop$ #1 } + 'skip$ + if$ +} + +FUNCTION {new.block.checka} +{ empty$ + 'skip$ + 'new.block + if$ +} + +FUNCTION {new.block.checkb} +{ empty$ + swap$ empty$ + and + 'skip$ + 'new.block + if$ +} + +FUNCTION {new.sentence.checka} +{ empty$ + 'skip$ + 'new.sentence + if$ +} + +FUNCTION {new.sentence.checkb} +{ empty$ + swap$ empty$ + and + 'skip$ + 'new.sentence + if$ +} + +FUNCTION {field.or.null} +{ duplicate$ empty$ + { pop$ "" } + 'skip$ + if$ +} + +FUNCTION {emphasize} +{ duplicate$ empty$ + { pop$ "" } + { "{\em " swap$ * "}" * } + if$ +} + +INTEGERS { nameptr namesleft numnames } + +FUNCTION {format.names} +{ 's := + #1 'nameptr := + s num.names$ 'numnames := + numnames 'namesleft := + { namesleft #0 > } + { s nameptr "{f.~}{vv~}\bgroup\fonteauteurs\bgroup {ll}\egroup\egroup{{}}{, jj}" format.name$ 't := + nameptr #1 > + { namesleft #1 > + { ", " * t * } + { %numnames #2 > namesleft #2 > and + % { "," * } + % 'skip$ + %if$ + t "\bgroup\fonteauteurs\bgroup others\egroup\egroup{}" = + { fr.et.al * } + { fr.and * t * } + if$ + } + if$ + } + 't + if$ + nameptr #1 + 'nameptr := + namesleft #1 - 'namesleft := + } + while$ +} + +FUNCTION {format.authors} +{ author empty$ + { "" } + { author format.names #1 'after.authors := } + if$ +} + +FUNCTION {format.editors} +{ editor empty$ + { "" } + { editor format.names + editor num.names$ #1 > + { fr.editeurs * } + { fr.editeur * } + if$ + } + if$ +} + +FUNCTION {format.title} +{ title empty$ + { "" } + { title "t" change.case$ } + if$ +} + +FUNCTION {n.dashify} +{ 't := + "" + { t empty$ not } + { t #1 #1 substring$ "-" = + { t #1 #2 substring$ "--" = not + { "--" * + t #2 global.max$ substring$ 't := + } + { { t #1 #1 substring$ "-" = } + { "-" * + t #2 global.max$ substring$ 't := + } + while$ + } + if$ + } + { t #1 #1 substring$ * + t #2 global.max$ substring$ 't := + } + if$ + } + while$ +} + +FUNCTION {format.date} +{ year empty$ + { month empty$ + { "" } + { "there's a month but no year in " cite$ * warning$ + month + } + if$ + } + { month empty$ + 'year + { month " " * year * } + if$ + } + if$ +} + +FUNCTION {format.btitle} +{ title emphasize +} + +FUNCTION {tie.or.space.connect} +{ duplicate$ text.length$ #3 < + { "~" } + { " " } + if$ + swap$ * * +} + +FUNCTION {either.or.check} +{ empty$ + 'pop$ + { "can't use both " swap$ * " fields in " * cite$ * warning$ } + if$ +} + +FUNCTION {format.bvolume} +{ volume empty$ + { "" } + { fr.volume volume tie.or.space.connect + series empty$ + 'skip$ + { fr.of * series emphasize * } + if$ + "volume and number" number either.or.check + } + if$ +} + +FUNCTION {format.number.series} +{ volume empty$ + { number empty$ + { series field.or.null } + { output.state mid.sentence = + { fr.number } + { fr.number.maj } + if$ + number tie.or.space.connect + series empty$ + { "there's a number but no series in " cite$ * warning$ } + { fr.in.spc * series * } + if$ + } + if$ + } + { "" } + if$ +} + +FUNCTION {format.edition} +{ edition empty$ + { "" } + { output.state mid.sentence = + { edition "l" change.case$ fr.edition * } + { edition "t" change.case$ fr.edition * } + if$ + } + if$ +} + +INTEGERS { multiresult } + +FUNCTION {multi.page.check} +{ 't := + #0 'multiresult := + { multiresult not + t empty$ not + and + } + { t #1 #1 substring$ + duplicate$ "-" = + swap$ duplicate$ "," = + swap$ "+" = + or or + { #1 'multiresult := } + { t #2 global.max$ substring$ 't := } + if$ + } + while$ + multiresult +} + +FUNCTION {format.pages} +{ pages empty$ + { "" } + { pages multi.page.check + { fr.pages pages n.dashify tie.or.space.connect } + { fr.page pages tie.or.space.connect } + if$ + } + if$ +} + +FUNCTION {format.vol.num.pages} +{ volume field.or.null + number empty$ + 'skip$ + { "(" number * ")" * * + volume empty$ + { "there's a number but no volume in " cite$ * warning$ } + 'skip$ + if$ + } + if$ + pages empty$ + 'skip$ + { duplicate$ empty$ + { pop$ format.pages } + { fr.deuxpoints * pages n.dashify * } + if$ + } + if$ +} + +FUNCTION {format.chapter.pages} +{ chapter empty$ + 'format.pages + { type empty$ + { fr.chapter } + { type "l" change.case$ } + if$ + chapter tie.or.space.connect + pages empty$ + 'skip$ + { ", " * format.pages * } + if$ + } + if$ +} + +FUNCTION {format.in.ed.booktitle} +{ booktitle empty$ + { "" } + { editor empty$ + { fr.in booktitle emphasize * } + { fr.in format.editors #1 'after.authors := fr.add.period " " * * booktitle emphasize * } + if$ + } + if$ +} + +FUNCTION {empty.misc.check} +{ author empty$ title empty$ howpublished empty$ + month empty$ year empty$ note empty$ + and and and and and + key empty$ not and + { "all relevant fields are empty in " cite$ * warning$ } + 'skip$ + if$ +} + +FUNCTION {format.thesis.type} +{ type empty$ + 'skip$ + { pop$ + type "t" change.case$ + } + if$ +} + +FUNCTION {format.tr.number} +{ type empty$ + { fr.tech.rep } + 'type + if$ + number empty$ + { "t" change.case$ } + { number tie.or.space.connect } + if$ +} + +FUNCTION {format.article.crossref} +{ key empty$ + { journal empty$ + { "need key or journal for " cite$ * " to crossref " * crossref * + warning$ + "" + } + { fr.in "{\em " * journal * "\/}" * } + if$ + } + { fr.in key * } + if$ + " \cite{" * crossref * "}" * +} + +FUNCTION {format.crossref.editor} +{ editor #1 "{vv~}\bgroup\fonteauteurs\bgroup {ll}\egroup\egroup{{}}" format.name$ + editor num.names$ duplicate$ + #2 > + { pop$ fr.et.al * } + { #2 < + 'skip$ + { editor #2 "{ff }{vv }{ll}{ jj}" format.name$ "others" = + { fr.et.al * } + { fr.and * editor #2 "{vv~}\bgroup\fonteauteurs\bgroup {ll}\egroup\egroup{{}}" format.name$ * } + if$ + } + if$ + } + if$ +} + +FUNCTION {format.book.crossref} +{ volume empty$ + { "empty volume in " cite$ * "'s crossref of " * crossref * warning$ + fr.in + } + { fr.volume.maj volume tie.or.space.connect + fr.of * + } + if$ + editor empty$ + editor field.or.null author field.or.null = + or + { key empty$ + { series empty$ + { "need editor, key, or series for " cite$ * " to crossref " * + crossref * warning$ + "" * + } + { "{\em " * series * "\/}" * } + if$ + } + { key * } + if$ + } + { format.crossref.editor * } + if$ + " \cite{" * crossref * "}" * +} + +FUNCTION {format.incoll.inproc.crossref} +{ editor empty$ + editor field.or.null author field.or.null = + or + { key empty$ + { booktitle empty$ + { "need editor, key, or booktitle for " cite$ * " to crossref " * + crossref * warning$ + "" + } + { fr.in "{\em " * booktitle * "\/}" * } + if$ + } + { fr.in key * } + if$ + } + { fr.in format.crossref.editor * } + if$ + " \cite{" * crossref * "}" * +} + +FUNCTION {article} +{ output.bibitem + format.authors "author" output.check + new.block + format.title "title" output.check + new.block + crossref missing$ + { journal emphasize "journal" output.check + format.vol.num.pages output + format.date "year" output.check + } + { format.article.crossref output.nonnull + format.pages output + } + if$ + new.block + note output + fin.entry +} + +FUNCTION {book} +{ output.bibitem + author empty$ + { format.editors "author and editor" output.check } + { format.authors output.nonnull + crossref missing$ + { "author and editor" editor either.or.check } + 'skip$ + if$ + } + if$ + new.block + format.btitle "title" output.check + crossref missing$ + { format.bvolume output + new.block + format.number.series output + new.sentence + publisher "publisher" output.check + address output + } + { new.block + format.book.crossref output.nonnull + } + if$ + format.edition output + format.date "year" output.check + new.block + note output + fin.entry +} + +FUNCTION {booklet} +{ output.bibitem + format.authors output + new.block + format.title "title" output.check + howpublished address new.block.checkb + howpublished output + address output + format.date output + new.block + note output + fin.entry +} + +FUNCTION {inbook} +{ output.bibitem + author empty$ + { format.editors "author and editor" output.check } + { format.authors output.nonnull + crossref missing$ + { "author and editor" editor either.or.check } + 'skip$ + if$ + } + if$ + new.block + format.btitle "title" output.check + crossref missing$ + { format.bvolume output + format.chapter.pages "chapter and pages" output.check + new.block + format.number.series output + new.sentence + publisher "publisher" output.check + address output + } + { format.chapter.pages "chapter and pages" output.check + new.block + format.book.crossref output.nonnull + } + if$ + format.edition output + format.date "year" output.check + new.block + note output + fin.entry +} + +FUNCTION {incollection} +{ output.bibitem + format.authors "author" output.check + new.block + format.title "title" output.check + new.block + crossref missing$ + { format.in.ed.booktitle "booktitle" output.check + format.bvolume output + format.number.series output + format.chapter.pages output + new.sentence + publisher "publisher" output.check + address output + format.edition output + format.date "year" output.check + } + { format.incoll.inproc.crossref output.nonnull + format.chapter.pages output + } + if$ + new.block + note output + fin.entry +} + +FUNCTION {inproceedings} +{ output.bibitem + format.authors "author" output.check + new.block + format.title "title" output.check + new.block + crossref missing$ + { format.in.ed.booktitle "booktitle" output.check + format.bvolume output + format.number.series output + format.pages output + address empty$ + { organization publisher new.sentence.checkb + organization output + publisher output + format.date "year" output.check + } + { address output.nonnull + format.date "year" output.check + new.sentence + organization output + publisher output + } + if$ + } + { format.incoll.inproc.crossref output.nonnull + format.pages output + } + if$ + new.block + note output + fin.entry +} + +FUNCTION {conference} { inproceedings } + +FUNCTION {manual} +{ output.bibitem + author empty$ + { organization empty$ + 'skip$ + { organization output.nonnull + address output + } + if$ + } + { format.authors output.nonnull } + if$ + new.block + format.btitle "title" output.check + author empty$ + { organization empty$ + { address new.block.checka + address output + } + 'skip$ + if$ + } + { organization address new.block.checkb + organization output + address output + } + if$ + format.edition output + format.date output + new.block + note output + fin.entry +} + +FUNCTION {mastersthesis} +{ output.bibitem + format.authors "author" output.check + new.block + format.title "title" output.check + new.block + fr.master format.thesis.type output.nonnull + school "school" output.check + address output + format.date "year" output.check + new.block + note output + fin.entry +} + +FUNCTION {misc} +{ output.bibitem + format.authors output + title howpublished new.block.checkb + format.title output + howpublished new.block.checka + howpublished output + format.date output + new.block + note output + fin.entry + empty.misc.check +} + +FUNCTION {phdthesis} +{ output.bibitem + format.authors "author" output.check + new.block + format.btitle "title" output.check + new.block + fr.phd format.thesis.type output.nonnull + school "school" output.check + address output + format.date "year" output.check + new.block + note output + fin.entry +} + +FUNCTION {proceedings} +{ output.bibitem + editor empty$ + { organization output } + { format.editors output.nonnull } + if$ + new.block + format.btitle "title" output.check + format.bvolume output + format.number.series output + address empty$ + { editor empty$ + { publisher new.sentence.checka } + { organization publisher new.sentence.checkb + organization output + } + if$ + publisher output + format.date "year" output.check + } + { address output.nonnull + format.date "year" output.check + new.sentence + editor empty$ + 'skip$ + { organization output } + if$ + publisher output + } + if$ + new.block + note output + fin.entry +} + +FUNCTION {techreport} +{ output.bibitem + format.authors "author" output.check + new.block + format.title "title" output.check + new.block + format.tr.number output.nonnull + institution "institution" output.check + address output + format.date "year" output.check + new.block + note output + fin.entry +} + +FUNCTION {unpublished} +{ output.bibitem + format.authors "author" output.check + new.block + format.title "title" output.check + new.block + note "note" output.check + format.date output + fin.entry +} + +FUNCTION {default.type} { misc } + +MACRO {acmcs} {"ACM Comput. Surv."} +MACRO {acta} {"Acta Inf."} +MACRO {cacm} {"Commun. ACM"} +MACRO {ibmjrd} {"IBM J. Res. Dev."} +MACRO {ibmsj} {"IBM Syst.~J."} +MACRO {ieeese} {"IEEE Trans. Softw. Eng."} +MACRO {ieeetc} {"IEEE Trans. Comput."} +MACRO {ieeetcad} + {"IEEE Trans. Comput.-Aided Design Integrated Circuits"} +MACRO {ipl} {"Inf. Process. Lett."} +MACRO {jacm} {"J.~ACM"} +MACRO {jcss} {"J.~Comput. Syst. Sci."} +MACRO {scp} {"Sci. Comput. Programming"} +MACRO {sicomp} {"SIAM J. Comput."} +MACRO {tocs} {"ACM Trans. Comput. Syst."} +MACRO {tods} {"ACM Trans. Database Syst."} +MACRO {tog} {"ACM Trans. Gr."} +MACRO {toms} {"ACM Trans. Math. Softw."} +MACRO {toois} {"ACM Trans. Office Inf. Syst."} +MACRO {toplas} {"ACM Trans. Prog. Lang. Syst."} +MACRO {tcs} {"Theoretical Comput. Sci."} + +READ + +FUNCTION {sortify} +{ purify$ + "l" change.case$ +} + +INTEGERS { len } + +FUNCTION {chop.word} +{ 's := + 'len := + s #1 len substring$ = + { s len #1 + global.max$ substring$ } + 's + if$ +} + +FUNCTION {sort.format.names} +{ 's := + #1 'nameptr := + "" + s num.names$ 'numnames := + numnames 'namesleft := + { namesleft #0 > } + { nameptr #1 > + { " " * } + 'skip$ + if$ + s nameptr "{vv{ } }{ll{ }}{ f{ }}{ jj{ }}" format.name$ 't := + nameptr numnames = t "others" = and + { "et al" * } + { t sortify * } + if$ + nameptr #1 + 'nameptr := + namesleft #1 - 'namesleft := + } + while$ +} + +FUNCTION {sort.format.title} +{ 't := + "Le " #3 + "La " #3 + "Les " #4 + "Un " #3 + "Une " #4 + "Des " #4 + "A " #2 + "An " #3 + "The " #4 t chop.word + chop.word + chop.word + chop.word + chop.word + chop.word + chop.word + chop.word + chop.word + sortify + #1 global.max$ substring$ +} + +FUNCTION {author.sort} +{ author empty$ + { key empty$ + { "to sort, need author or key in " cite$ * warning$ + "" + } + { key sortify } + if$ + } + { author sort.format.names } + if$ +} + +FUNCTION {author.editor.sort} +{ author empty$ + { editor empty$ + { key empty$ + { "to sort, need author, editor, or key in " cite$ * warning$ + "" + } + { key sortify } + if$ + } + { editor sort.format.names } + if$ + } + { author sort.format.names } + if$ +} + +FUNCTION {author.organization.sort} +{ author empty$ + { organization empty$ + { key empty$ + { "to sort, need author, organization, or key in " cite$ * warning$ + "" + } + { key sortify } + if$ + } + { "Le " #3 + "La " #3 + "Les " #4 + "The " #4 organization chop.word + chop.word + chop.word + chop.word + sortify } + if$ + } + { author sort.format.names } + if$ +} + +FUNCTION {editor.organization.sort} +{ editor empty$ + { organization empty$ + { key empty$ + { "to sort, need editor, organization, or key in " cite$ * warning$ + "" + } + { key sortify } + if$ + } + { "Le " #3 + "La " #3 + "Les " #4 + "The " #4 organization chop.word + chop.word + chop.word + chop.word + sortify } + if$ + } + { editor sort.format.names } + if$ +} + +FUNCTION {presort} +{ type$ "book" = + type$ "inbook" = + or + 'author.editor.sort + { type$ "proceedings" = + 'editor.organization.sort + { type$ "manual" = + 'author.organization.sort + 'author.sort + if$ + } + if$ + } + if$ + " " + * + year field.or.null sortify + * + " " + * + title field.or.null + sort.format.title + * + #1 entry.max$ substring$ + 'sort.key$ := +} + +ITERATE {presort} + +SORT + +STRINGS { longest.label } + +INTEGERS { number.label longest.label.width } + +FUNCTION {initialize.longest.label} +{ "" 'longest.label := + #1 'number.label := + #0 'longest.label.width := +} + +FUNCTION {longest.label.pass} +{ number.label int.to.str$ 'label := + number.label #1 + 'number.label := + label width$ longest.label.width > + { label 'longest.label := + label width$ 'longest.label.width := + } + 'skip$ + if$ +} + +EXECUTE {initialize.longest.label} + +ITERATE {longest.label.pass} + +FUNCTION {begin.bib} +{ preamble$ empty$ + 'skip$ + { preamble$ write$ newline$ } + if$ + "\begin{thebibliography}{" longest.label * "}" * write$ newline$ + "\expandafter\ifx\csname fonteauteurs\endcsname\relax" + write$ newline$ + "\def\fonteauteurs{" fr.auteurs.style * "}\fi" * write$ newline$ +} + +EXECUTE {begin.bib} + +EXECUTE {init.state.consts} + +ITERATE {call.type$} + +FUNCTION {end.bib} +{ newline$ + "\end{thebibliography}" write$ newline$ +} + +EXECUTE {end.bib} + + +%% +%% Changelog : +%% 1.0 -> 1.1 : les mois ne prennent pas de majuscule +%% 1.1 -> 1.2 : le '.' qui suit la liste des auteurs peut etre +%% change en autre chose (':' notamment). +%% diff -Nru texlive-lang-2007.dfsg.4/texmf-dist/bibtex/bst/bib-fr/abbrvnat-fr.bst texlive-lang-2009/texmf-dist/bibtex/bst/bib-fr/abbrvnat-fr.bst --- texlive-lang-2007.dfsg.4/texmf-dist/bibtex/bst/bib-fr/abbrvnat-fr.bst 1970-01-01 01:00:00.000000000 +0100 +++ texlive-lang-2009/texmf-dist/bibtex/bst/bib-fr/abbrvnat-fr.bst 2009-05-15 22:36:53.000000000 +0100 @@ -0,0 +1,1506 @@ +%% +%% Bib. style "abbrvnat-fr" (version francisee de abbrvnat.bst) +%% +%% NM, 2005/10/16 +%% markey@lsv.ens-cachan.fr +%% +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +%% Original Copyright (Patrick Daly): +%% +%% File: `abbrvnat.bst' +%% A modification of `abbrv.bst' for use with natbib package +%% +%% Copyright 1993-1999 Patrick W Daly +%% Max-Planck-Institut f\"ur Aeronomie +%% Max-Planck-Str. 2 +%% D-37191 Katlenburg-Lindau +%% Germany +%% E-mail: daly@linmpi.mpg.de +%% +%% This program can be redistributed and/or modified under the terms +%% of the LaTeX Project Public License Distributed from CTAN +%% archives in directory macros/latex/base/lppl.txt; either +%% version 1 of the License, or any later version. +%% + % Version and source file information: + % \ProvidesFile{natbst.mbs}[1999/05/11 1.6 (PWD)] + % + % BibTeX `plainnat' family + % version 0.99b for BibTeX versions 0.99a or later, + % for LaTeX versions 2.09 and 2e. + % + % For use with the `natbib.sty' package; emulates the corresponding + % member of the `plain' family, but with author-year citations. + % + % With version 6.0 of `natbib.sty', it may also be used for numerical + % citations, while retaining the commands \citeauthor, \citefullauthor, + % and \citeyear to print the corresponding information. + % + % For version 7.0 of `natbib.sty', the KEY field replaces missing + % authors/editors, and the date is left blank in \bibitem. + % + % Includes fields ISBN and ISSN. + % + % Includes field URL for Internet addresses (best used with + % with the url.sty package of Donald Arseneau + %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +ENTRY + { address + author + booktitle + chapter + edition + editor + howpublished + institution + isbn + issn + journal + key + month + note + number + organization + pages + publisher + school + series + title + type + url + volume + year + } + {} + { label extra.label sort.label short.list } + + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +%% +%% C'est ici que je definis les "traductions". Normalement, y a +%% que ca a changer pour franciser le style... +%% +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +FUNCTION{fr.and}{ %% le "et" entre les deux derniers auteurs +" et " +} + +FUNCTION{fr.editeur}{ %% ", \'editeur" au singulier, ou " (\'editeur)"... +", \'ed." +} + +FUNCTION{fr.editeurs}{ %% ", \'editeurs" au pluriel, ou " (\'editeurs)"... +", \'eds" +} + +FUNCTION{fr.et.al}{ %% " et~al." +" \emph{et~al.}" +} + +FUNCTION{fr.in}{ %% "Dans " +"\emph{In} " +} + +FUNCTION{fr.in.spc}{ %% " de " (ou " de la s\'erie ") +" de " +} + +FUNCTION{fr.of}{ %% " de " +" de " +} + +FUNCTION{fr.number}{ %% "num. " +"num. " +} + +FUNCTION{fr.number.maj}{ %% "Num. " +"Num. " +} + +FUNCTION{fr.volume}{ %% "volume" +"vol." +} + +FUNCTION{fr.volume.maj}{ %% "Volume" +"Vol." +} + +FUNCTION{fr.edition}{ %% " \'edn" +" \'edn" +} + +FUNCTION{fr.pages}{ %% "p." +"p." +} + +FUNCTION{fr.page}{ %% "p." +"p." +} + +FUNCTION{fr.chapter}{ %% "chap." +"chap." +} + +FUNCTION{fr.tech.rep}{ %% "Rap. Tech." +"Rap. tech." +} + +FUNCTION{fr.master}{ %% "M\'emoire de D.E.A." +"M\'emoire de D.E.A." +} + +FUNCTION{fr.phd}{ %% "Th\`ese de doctorat" +"Th\`ese de doctorat" +} + +FUNCTION{fr.auteurs.style}{ + %% si on veut des small caps sur le LASTNAME de l'auteur + %% Cette fonction est utilisee dans la definition d'une + %% fonction LaTeX. +"\scshape" +} + +FUNCTION{fr.ponctuation.apres.auteurs}{ %% Comme son nom l'indique... +" : " +} + +FUNCTION{fr.deuxpoints}{ %% Pour eviter l'espace avant les ":". +"\string:\penalty500\relax " +} + +MACRO {jan} {"jan."} +MACRO {feb} {"f\'ev."} +MACRO {mar} {"mars"} +MACRO {apr} {"avr."} +MACRO {may} {"mai"} +MACRO {jun} {"juin"} +MACRO {jul} {"juil."} +MACRO {aug} {"ao\^ut"} +MACRO {sep} {"sept."} +MACRO {oct} {"oct."} +MACRO {nov} {"nov."} +MACRO {dec} {"d\'ec."} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +%% +%% La suite, normalement, y a rien a changer... +%% +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + + +INTEGERS { output.state before.all mid.sentence after.sentence after.block after.authors } + +FUNCTION {init.state.consts} +{ #0 'before.all := + #1 'mid.sentence := + #2 'after.sentence := + #3 'after.block := + #0 'after.authors := +} + +STRINGS { s t } + +FUNCTION{ fr.add.period }{ +after.authors + { fr.ponctuation.apres.auteurs empty$ + { add.period$ } + { fr.ponctuation.apres.auteurs * #0 'after.authors := } + if$} + { add.period$ } +if$ +} + +FUNCTION {output.nonnull} +{ 's := + output.state mid.sentence = + { ", " * write$ } + { output.state after.block = + { fr.add.period write$ + newline$ + "\newblock " write$ + } + { output.state before.all = + 'write$ + { add.period$ " " * write$ } + if$ + } + if$ + mid.sentence 'output.state := + } + if$ + s +} + +FUNCTION {output} +{ duplicate$ empty$ + 'pop$ + 'output.nonnull + if$ +} + +FUNCTION {output.check} +{ 't := + duplicate$ empty$ + { pop$ "empty " t * " in " * cite$ * warning$ } + 'output.nonnull + if$ +} + +FUNCTION {fin.entry} +{ add.period$ + write$ + newline$ +} + +FUNCTION {new.block} +{ output.state before.all = + 'skip$ + { after.block 'output.state := } + if$ +} + +FUNCTION {new.sentence} +{ output.state after.block = + 'skip$ + { output.state before.all = + 'skip$ + { after.sentence 'output.state := } + if$ + } + if$ +} + +FUNCTION {not} +{ { #0 } + { #1 } + if$ +} + +FUNCTION {and} +{ 'skip$ + { pop$ #0 } + if$ +} + +FUNCTION {or} +{ { pop$ #1 } + 'skip$ + if$ +} + +FUNCTION {new.block.checka} +{ empty$ + 'skip$ + 'new.block + if$ +} + +FUNCTION {new.block.checkb} +{ empty$ + swap$ empty$ + and + 'skip$ + 'new.block + if$ +} + +FUNCTION {new.sentence.checka} +{ empty$ + 'skip$ + 'new.sentence + if$ +} + +FUNCTION {new.sentence.checkb} +{ empty$ + swap$ empty$ + and + 'skip$ + 'new.sentence + if$ +} + +FUNCTION {field.or.null} +{ duplicate$ empty$ + { pop$ "" } + 'skip$ + if$ +} + +FUNCTION {emphasize} +{ duplicate$ empty$ + { pop$ "" } + { "{\em " swap$ * "}" * } + if$ +} + +INTEGERS { nameptr namesleft numnames } + +FUNCTION {format.names} +{ 's := + #1 'nameptr := + s num.names$ 'numnames := + numnames 'namesleft := + { namesleft #0 > } + { s nameptr "{f.~}{vv~}\bgroup\fonteauteurs\bgroup {ll}\egroup\egroup{{}}{, jj}" format.name$ 't := + nameptr #1 > + { namesleft #1 > + { ", " * t * } + { %numnames #2 > + % { "," * } + % 'skip$ + %if$ + t "\bgroup\fonteauteurs\bgroup others\egroup\egroup{}" = + { fr.et.al * } + { fr.and * t * } + if$ + } + if$ + } + 't + if$ + nameptr #1 + 'nameptr := + namesleft #1 - 'namesleft := + } + while$ +} + +FUNCTION {format.key} +{ empty$ + { key field.or.null } + { "" } + if$ +} + +FUNCTION {format.authors} +{ author empty$ + { "" } + { author format.names #1 'after.authors := } + if$ +} + +FUNCTION {format.editors} +{ editor empty$ + { "" } + { editor format.names + editor num.names$ #1 > + { fr.editeurs * } + { fr.editeur * } + if$ + } + if$ +} + +FUNCTION {format.isbn} +{ isbn empty$ + { "" } + { new.block "ISBN " isbn * } + if$ +} + +FUNCTION {format.issn} +{ issn empty$ + { "" } + { new.block "ISSN " issn * } + if$ +} + +FUNCTION {format.url} +{ url empty$ + { "" } + { new.block "URL \url{" url * "}" * } + if$ +} + +FUNCTION {format.title} +{ title empty$ + { "" } + { title "t" change.case$ } + if$ +} + +FUNCTION {format.full.names} +{% + % Ici, on laisse les noms en minuscules, on ne les mets pas en small caps. + % + 's := + #1 'nameptr := + s num.names$ 'numnames := + numnames 'namesleft := + { namesleft #0 > } + { s nameptr + "{vv~}{ll}" format.name$ 't := + nameptr #1 > + { + namesleft #1 > + { ", " * t * } + { + numnames #2 > + { "," * } + 'skip$ + if$ + t "\bgroup\fonteauteurs\bgroup others\egroup\egroup{}" = + { fr.et.al * } + { fr.and * t * } + if$ + } + if$ + } + 't + if$ + nameptr #1 + 'nameptr := + namesleft #1 - 'namesleft := + } + while$ +} + +FUNCTION {author.editor.full} +{ author empty$ + { editor empty$ + { "" } + { editor format.full.names } + if$ + } + { author format.full.names } + if$ +} + +FUNCTION {author.full} +{ author empty$ + { "" } + { author format.full.names } + if$ +} + +FUNCTION {editor.full} +{ editor empty$ + { "" } + { editor format.full.names } + if$ +} + +FUNCTION {make.full.names} +{ type$ "book" = + type$ "inbook" = + or + 'author.editor.full + { type$ "proceedings" = + 'editor.full + 'author.full + if$ + } + if$ +} + +FUNCTION {output.bibitem} +{ newline$ + "\bibitem[" write$ + label write$ + ")" make.full.names duplicate$ short.list = + { pop$ } + { * } + if$ + "]{" * write$ + cite$ write$ + "}" write$ + newline$ + "" + before.all 'output.state := +} + +FUNCTION {n.dashify} +{ 't := + "" + { t empty$ not } + { t #1 #1 substring$ "-" = + { t #1 #2 substring$ "--" = not + { "--" * + t #2 global.max$ substring$ 't := + } + { { t #1 #1 substring$ "-" = } + { "-" * + t #2 global.max$ substring$ 't := + } + while$ + } + if$ + } + { t #1 #1 substring$ * + t #2 global.max$ substring$ 't := + } + if$ + } + while$ +} + +FUNCTION {format.date} +{ year duplicate$ empty$ + { "empty year in " cite$ * warning$ + pop$ "" } + 'skip$ + if$ + month empty$ + 'skip$ + { month + " " * swap$ * + } + if$ + extra.label * +} + +FUNCTION {format.btitle} +{ title emphasize +} + +FUNCTION {tie.or.space.connect} +{ duplicate$ text.length$ #3 < + { "~" } + { " " } + if$ + swap$ * * +} + +FUNCTION {either.or.check} +{ empty$ + 'pop$ + { "can't use both " swap$ * " fields in " * cite$ * warning$ } + if$ +} + +FUNCTION {format.bvolume} +{ volume empty$ + { "" } + { fr.volume volume tie.or.space.connect + series empty$ + 'skip$ + { fr.of * series emphasize * } + if$ + "volume and number" number either.or.check + } + if$ +} + +FUNCTION {format.number.series} +{ volume empty$ + { number empty$ + { series field.or.null } + { output.state mid.sentence = + { fr.number } + { fr.number.maj } + if$ + number tie.or.space.connect + series empty$ + { "there's a number but no series in " cite$ * warning$ } + { fr.in.spc * series * } + if$ + } + if$ + } + { "" } + if$ +} + +FUNCTION {format.edition} +{ edition empty$ + { "" } + { output.state mid.sentence = + { edition "l" change.case$ fr.edition * } + { edition "t" change.case$ fr.edition * } + if$ + } + if$ +} + +INTEGERS { multiresult } + +FUNCTION {multi.page.check} +{ 't := + #0 'multiresult := + { multiresult not + t empty$ not + and + } + { t #1 #1 substring$ + duplicate$ "-" = + swap$ duplicate$ "," = + swap$ "+" = + or or + { #1 'multiresult := } + { t #2 global.max$ substring$ 't := } + if$ + } + while$ + multiresult +} + +FUNCTION {format.pages} +{ pages empty$ + { "" } + { pages multi.page.check + { fr.pages pages n.dashify tie.or.space.connect } + { fr.page pages tie.or.space.connect } + if$ + } + if$ +} + +FUNCTION {format.vol.num.pages} +{ volume field.or.null + number empty$ + 'skip$ + { "\penalty0 (" number * ")" * * + volume empty$ + { "there's a number but no volume in " cite$ * warning$ } + 'skip$ + if$ + } + if$ + pages empty$ + 'skip$ + { duplicate$ empty$ + { pop$ format.pages } + { fr.deuxpoints * pages n.dashify * } + if$ + } + if$ +} + +FUNCTION {format.chapter.pages} +{ chapter empty$ + 'format.pages + { type empty$ + { fr.chapter } + { type "l" change.case$ } + if$ + chapter tie.or.space.connect + pages empty$ + 'skip$ + { ", " * format.pages * } + if$ + } + if$ +} + +FUNCTION {format.in.ed.booktitle} +{ booktitle empty$ + { "" } + { editor empty$ + { fr.in booktitle emphasize * } + { fr.in format.editors #1 'after.authors := fr.add.period " " * * booktitle emphasize * } + if$ + } + if$ +} + +FUNCTION {empty.misc.check} +{ author empty$ title empty$ howpublished empty$ + month empty$ year empty$ note empty$ + and and and and and + key empty$ not and + { "all relevant fields are empty in " cite$ * warning$ } + 'skip$ + if$ +} + +FUNCTION {format.thesis.type} +{ type empty$ + 'skip$ + { pop$ + type "t" change.case$ + } + if$ +} + +FUNCTION {format.tr.number} +{ type empty$ + { fr.tech.rep } + 'type + if$ + number empty$ + { "t" change.case$ } + { number tie.or.space.connect } + if$ +} + +FUNCTION {format.article.crossref} +{ key empty$ + { journal empty$ + { "need key or journal for " cite$ * " to crossref " * crossref * + warning$ + "" + } + { fr.in "{\em " * journal * "\/}" * } + if$ + } + { fr.in key * } + if$ + " \citep{" * crossref * "}" * +} + +FUNCTION {format.book.crossref} +{ volume empty$ + { "empty volume in " cite$ * "'s crossref of " * crossref * warning$ + fr.in + } + { fr.volume.maj volume tie.or.space.connect + fr.of * + } + if$ + editor empty$ + editor field.or.null author field.or.null = + or + { key empty$ + { series empty$ + { "need editor, key, or series for " cite$ * " to crossref " * + crossref * warning$ + "" * + } + { "{\em " * series * "\/}" * } + if$ + } + { key * } + if$ + } + 'skip$ + if$ + ", \citet{" * crossref * "}" * +} + +FUNCTION {format.incoll.inproc.crossref} +{ editor empty$ + editor field.or.null author field.or.null = + or + { key empty$ + { booktitle empty$ + { "need editor, key, or booktitle for " cite$ * " to crossref " * + crossref * warning$ + "" + } + { fr.in "{\em " * booktitle * "\/}" * } + if$ + } + { fr.in key * } + if$ + } + { fr.in } + if$ + " \citet{" * crossref * "}" * +} + +FUNCTION {article} +{ output.bibitem + format.authors "author" output.check + author format.key output + new.block + format.title "title" output.check + new.block + crossref missing$ + { journal emphasize "journal" output.check + format.vol.num.pages output + format.date "year" output.check + } + { format.article.crossref output.nonnull + format.pages output + } + if$ + format.issn output + format.url output + new.block + note output + fin.entry +} + +FUNCTION {book} +{ output.bibitem + author empty$ + { format.editors "author and editor" output.check + editor format.key output + } + { format.authors output.nonnull + crossref missing$ + { "author and editor" editor either.or.check } + 'skip$ + if$ + } + if$ + new.block + format.btitle "title" output.check + crossref missing$ + { format.bvolume output + new.block + format.number.series output + new.sentence + publisher "publisher" output.check + address output + } + { new.block + format.book.crossref output.nonnull + } + if$ + format.edition output + format.date "year" output.check + format.isbn output + format.url output + new.block + note output + fin.entry +} + +FUNCTION {booklet} +{ output.bibitem + format.authors output + author format.key output + new.block + format.title "title" output.check + howpublished address new.block.checkb + howpublished output + address output + format.date output + format.isbn output + format.url output + new.block + note output + fin.entry +} + +FUNCTION {inbook} +{ output.bibitem + author empty$ + { format.editors "author and editor" output.check + editor format.key output + } + { format.authors output.nonnull + crossref missing$ + { "author and editor" editor either.or.check } + 'skip$ + if$ + } + if$ + new.block + format.btitle "title" output.check + crossref missing$ + { format.bvolume output + format.chapter.pages "chapter and pages" output.check + new.block + format.number.series output + new.sentence + publisher "publisher" output.check + address output + } + { format.chapter.pages "chapter and pages" output.check + new.block + format.book.crossref output.nonnull + } + if$ + format.edition output + format.date "year" output.check + format.isbn output + format.url output + new.block + note output + fin.entry +} + +FUNCTION {incollection} +{ output.bibitem + format.authors "author" output.check + author format.key output + new.block + format.title "title" output.check + new.block + crossref missing$ + { format.in.ed.booktitle "booktitle" output.check + format.bvolume output + format.number.series output + format.chapter.pages output + new.sentence + publisher "publisher" output.check + address output + format.edition output + format.date "year" output.check + } + { format.incoll.inproc.crossref output.nonnull + format.chapter.pages output + } + if$ + format.isbn output + format.url output + new.block + note output + fin.entry +} + +FUNCTION {inproceedings} +{ output.bibitem + format.authors "author" output.check + author format.key output + new.block + format.title "title" output.check + new.block + crossref missing$ + { format.in.ed.booktitle "booktitle" output.check + format.bvolume output + format.number.series output + format.pages output + address empty$ + { organization publisher new.sentence.checkb + organization output + publisher output + format.date "year" output.check + } + { address output.nonnull + format.date "year" output.check + new.sentence + organization output + publisher output + } + if$ + } + { format.incoll.inproc.crossref output.nonnull + format.pages output + } + if$ + format.isbn output + format.url output + new.block + note output + fin.entry +} + +FUNCTION {conference} { inproceedings } + +FUNCTION {manual} +{ output.bibitem + format.authors output + author format.key output + new.block + format.btitle "title" output.check + organization address new.block.checkb + organization output + address output + format.edition output + format.date output + format.url output + new.block + note output + fin.entry +} + +FUNCTION {mastersthesis} +{ output.bibitem + format.authors "author" output.check + author format.key output + new.block + format.title "title" output.check + new.block + fr.master format.thesis.type output.nonnull + school "school" output.check + address output + format.date "year" output.check + format.url output + new.block + note output + fin.entry +} + +FUNCTION {misc} +{ output.bibitem + format.authors output + author format.key output + title howpublished new.block.checkb + format.title output + howpublished new.block.checka + howpublished output + format.date output + format.issn output + format.url output + new.block + note output + fin.entry + empty.misc.check +} + +FUNCTION {phdthesis} +{ output.bibitem + format.authors "author" output.check + author format.key output + new.block + format.btitle "title" output.check + new.block + fr.phd format.thesis.type output.nonnull + school "school" output.check + address output + format.date "year" output.check + format.url output + new.block + note output + fin.entry +} + +FUNCTION {proceedings} +{ output.bibitem + format.editors output + editor format.key output + new.block + format.btitle "title" output.check + format.bvolume output + format.number.series output + address output + format.date "year" output.check + new.sentence + organization output + publisher output + format.isbn output + format.url output + new.block + note output + fin.entry +} + +FUNCTION {techreport} +{ output.bibitem + format.authors "author" output.check + author format.key output + new.block + format.title "title" output.check + new.block + format.tr.number output.nonnull + institution "institution" output.check + address output + format.date "year" output.check + format.url output + new.block + note output + fin.entry +} + +FUNCTION {unpublished} +{ output.bibitem + format.authors "author" output.check + author format.key output + new.block + format.title "title" output.check + format.url output + new.block + note "note" output.check + format.date output + fin.entry +} + +FUNCTION {default.type} { misc } + + +MACRO {acmcs} {"ACM Comput. Surv."} +MACRO {acta} {"Acta Inf."} +MACRO {cacm} {"Commun. ACM"} +MACRO {ibmjrd} {"IBM J. Res. Dev."} +MACRO {ibmsj} {"IBM Syst.~J."} +MACRO {ieeese} {"IEEE Trans. Softw. Eng."} +MACRO {ieeetc} {"IEEE Trans. Comput."} +MACRO {ieeetcad} + {"IEEE Trans. Comput.-Aided Design Integrated Circuits"} +MACRO {ipl} {"Inf. Process. Lett."} +MACRO {jacm} {"J.~ACM"} +MACRO {jcss} {"J.~Comput. Syst. Sci."} +MACRO {scp} {"Sci. Comput. Programming"} +MACRO {sicomp} {"SIAM J. Comput."} +MACRO {tocs} {"ACM Trans. Comput. Syst."} +MACRO {tods} {"ACM Trans. Database Syst."} +MACRO {tog} {"ACM Trans. Gr."} +MACRO {toms} {"ACM Trans. Math. Softw."} +MACRO {toois} {"ACM Trans. Office Inf. Syst."} +MACRO {toplas} {"ACM Trans. Prog. Lang. Syst."} +MACRO {tcs} {"Theoretical Comput. Sci."} + + +READ + +FUNCTION {sortify} +{ purify$ + "l" change.case$ +} + +INTEGERS { len } + +FUNCTION {chop.word} +{ 's := + 'len := + s #1 len substring$ = + { s len #1 + global.max$ substring$ } + 's + if$ +} + +FUNCTION {format.lab.names} +% +% Ici, on laisse les noms en minuscules, on ne les mets pas en small caps. +% +{ 's := + s #1 "{vv~}{ll}" format.name$ + s num.names$ duplicate$ + #2 > + { pop$ fr.et.al * } + { #2 < + 'skip$ + { s #2 "{ff }{vv }{ll}{ jj}" format.name$ "others" = + { fr.et.al * } + { fr.and * s #2 "{vv~}{ll}" format.name$ * } + if$ + } + if$ + } + if$ +} + +FUNCTION {author.key.label} +{ author empty$ + { key empty$ + { cite$ #1 #3 substring$ } + 'key + if$ + } + { author format.lab.names } + if$ +} + +FUNCTION {author.editor.key.label} +{ author empty$ + { editor empty$ + { key empty$ + { cite$ #1 #3 substring$ } + 'key + if$ + } + { editor format.lab.names } + if$ + } + { author format.lab.names } + if$ +} + +FUNCTION {author.key.organization.label} +{ author empty$ + { key empty$ + { organization empty$ + { cite$ #1 #3 substring$ } + { "Le " #3 + "La " #3 + "Les " #4 + "The " #4 organization chop.word + chop.word + chop.word + chop.word + #3 text.prefix$ } + if$ + } + 'key + if$ + } + { author format.lab.names } + if$ +} + +FUNCTION {editor.key.organization.label} +{ editor empty$ + { key empty$ + { organization empty$ + { cite$ #1 #3 substring$ } + { "Le " #3 + "La " #3 + "Les " #4 + "The " #4 organization chop.word + chop.word + chop.word + chop.word + #3 text.prefix$ } + if$ + } + 'key + if$ + } + { editor format.lab.names } + if$ +} + +FUNCTION {calc.short.authors} +{ type$ "book" = + type$ "inbook" = + or + 'author.editor.key.label + { type$ "proceedings" = + 'editor.key.organization.label + { type$ "manual" = + 'author.key.organization.label + 'author.key.label + if$ + } + if$ + } + if$ + 'short.list := +} + +FUNCTION {calc.label} +{ calc.short.authors + short.list + "(" + * + year duplicate$ empty$ + short.list key field.or.null = or + { pop$ "" } + 'skip$ + if$ + * + 'label := +} + +FUNCTION {sort.format.names} +{ 's := + #1 'nameptr := + "" + s num.names$ 'numnames := + numnames 'namesleft := + { namesleft #0 > } + { nameptr #1 > + { " " * } + 'skip$ + if$ + s nameptr "{vv{ } }{ll{ }}{ ff{ }}{ jj{ }}" format.name$ 't := + nameptr numnames = t "others" = and + { fr.et.al * } %% sera "purify"e ensuite... + { t sortify * } + if$ + nameptr #1 + 'nameptr := + namesleft #1 - 'namesleft := + } + while$ +} + +FUNCTION {sort.format.title} +{ 't := + "Un " #3 + "Une " #4 + "Des " #4 + "Le " #3 + "La " #3 + "Les " #4 + "A " #2 + "An " #3 + "The " #4 t chop.word + chop.word + chop.word + chop.word + chop.word + chop.word + chop.word + chop.word + chop.word + sortify + #1 global.max$ substring$ +} + +FUNCTION {author.sort} +{ author empty$ + { key empty$ + { "to sort, need author or key in " cite$ * warning$ + "" + } + { key sortify } + if$ + } + { author sort.format.names } + if$ +} + +FUNCTION {author.editor.sort} +{ author empty$ + { editor empty$ + { key empty$ + { "to sort, need author, editor, or key in " cite$ * warning$ + "" + } + { key sortify } + if$ + } + { editor sort.format.names } + if$ + } + { author sort.format.names } + if$ +} + +FUNCTION {author.organization.sort} +{ author empty$ + { organization empty$ + { key empty$ + { "to sort, need author, organization, or key in " cite$ * warning$ + "" + } + { key sortify } + if$ + } + { "Le " #3 + "La " #3 + "Les " #4 + "The " #4 organization chop.word + chop.word + chop.word + chop.word} + if$ + } + { author sort.format.names } + if$ +} + +FUNCTION {editor.organization.sort} +{ editor empty$ + { organization empty$ + { key empty$ + { "to sort, need editor, organization, or key in " cite$ * warning$ + "" + } + { key sortify } + if$ + } + { "Le " #3 + "La " #3 + "Les " #4 + "The " #4 organization chop.word + chop.word + chop.word + chop.word} + if$ + } + { editor sort.format.names } + if$ +} + +FUNCTION {presort} +{ calc.label + label sortify + " " + * + type$ "book" = + type$ "inbook" = + or + 'author.editor.sort + { type$ "proceedings" = + 'editor.organization.sort + { type$ "manual" = + 'author.organization.sort + 'author.sort + if$ + } + if$ + } + if$ + " " + * + year field.or.null sortify + * + " " + * + title field.or.null + sort.format.title + * + #1 entry.max$ substring$ + 'sort.label := + sort.label * + #1 entry.max$ substring$ + 'sort.key$ := +} + +ITERATE {presort} + +SORT + +STRINGS { longest.label last.label next.extra } + +INTEGERS { longest.label.width last.extra.num number.label } + +FUNCTION {initialize.longest.label} +{ "" 'longest.label := + #0 int.to.chr$ 'last.label := + "" 'next.extra := + #0 'longest.label.width := + #0 'last.extra.num := + #0 'number.label := +} + +FUNCTION {forward.pass} +{ last.label label = + { last.extra.num #1 + 'last.extra.num := + last.extra.num int.to.chr$ 'extra.label := + } + { "a" chr.to.int$ 'last.extra.num := + "" 'extra.label := + label 'last.label := + } + if$ + number.label #1 + 'number.label := +} + +FUNCTION {reverse.pass} +{ next.extra "b" = + { "a" 'extra.label := } + 'skip$ + if$ + extra.label 'next.extra := + extra.label + duplicate$ empty$ + 'skip$ + { "{\natexlab{" swap$ * "}}" * } + if$ + 'extra.label := + label extra.label * 'label := +} + +EXECUTE {initialize.longest.label} + +ITERATE {forward.pass} + +REVERSE {reverse.pass} + +FUNCTION {bib.sort.order} +{ sort.label 'sort.key$ := +} + +ITERATE {bib.sort.order} + +SORT + +FUNCTION {begin.bib} +{ preamble$ empty$ + 'skip$ + { preamble$ write$ newline$ } + if$ + "\begin{thebibliography}{" number.label int.to.str$ * "}" * + write$ newline$ + "\expandafter\ifx\csname natexlab\endcsname\relax\def\natexlab#1{#1}\fi" + write$ newline$ + "\expandafter\ifx\csname fonteauteurs\endcsname\relax" + write$ newline$ + "\def\fonteauteurs{" fr.auteurs.style * "}\fi" * write$ newline$ + "\expandafter\ifx\csname url\endcsname\relax" write$ newline$ + " \def\url#1{{\tt #1}}% " write$ newline$ + " \message{You should include the url package}\fi" write$ newline$ +} + +EXECUTE {begin.bib} + +EXECUTE {init.state.consts} + +ITERATE {call.type$} + +FUNCTION {end.bib} +{ newline$ + "\end{thebibliography}" write$ newline$ +} + +EXECUTE {end.bib} diff -Nru texlive-lang-2007.dfsg.4/texmf-dist/bibtex/bst/bib-fr/alpha-fr.bst texlive-lang-2009/texmf-dist/bibtex/bst/bib-fr/alpha-fr.bst --- texlive-lang-2007.dfsg.4/texmf-dist/bibtex/bst/bib-fr/alpha-fr.bst 1970-01-01 01:00:00.000000000 +0100 +++ texlive-lang-2009/texmf-dist/bibtex/bst/bib-fr/alpha-fr.bst 2009-05-15 22:36:53.000000000 +0100 @@ -0,0 +1,1408 @@ +%% +%% Bib. style "alpha-fr" (version francisee de alpha.bst) +%% +%% NM, 2004/02/22 +%% markey@lsv.ens-cachan.fr +%% +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + % Original Copyright (Oren Patashnik): + % + % This program may be distributed and/or modified under the + % conditions of the LaTeX Project Public License, either version 1.2 + % of this license or (at your option) any later version. + % The latest version of this license is in + % http://www.latex-project.org/lppl.txt + % and version 1.2 or later is part of all distributions of LaTeX + % version 1999/12/01 or later. + % + % This program consists of the file alpha.bst + %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + + +ENTRY + { address + author + booktitle + chapter + edition + editor + howpublished + institution + journal + key + month + note + number + organization + pages + publisher + school + series + title + type + volume + year + } + {} + { label extra.label sort.label } + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +%% +%% C'est ici que je definis les "traductions". Normalement, y a +%% que ca a changer pour franciser le style... +%% +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +FUNCTION{fr.and}{ %% le "et" entre les deux derniers auteurs +" et " +} + +FUNCTION{fr.editeur}{ %% ", \'editeur" au singulier, ou " (\'editeur)"... +", \'editeur" +} + +FUNCTION{fr.editeurs}{ %% ", \'editeurs" au pluriel, ou " (\'editeurs)"... +", \'editeurs" +} + +FUNCTION{fr.et.al}{ %% " et~al." +" \emph{et~al.}" +} + +FUNCTION{fr.in}{ %% "Dans " +"\emph{In} " +} + +FUNCTION{fr.in.spc}{ %% " de " (ou " de la s\'erie ") +" de " +} + +FUNCTION{fr.of}{ %% " de " +" de " +} + +FUNCTION{fr.number}{ %% "num\'ero " +"num\'ero " +} + +FUNCTION{fr.number.maj}{ %% "Num\'ero " +"Num\'ero " +} + +FUNCTION{fr.volume}{ %% "volume" +"volume" +} + +FUNCTION{fr.volume.maj}{ %% "Volume" +"Volume" +} + +FUNCTION{fr.edition}{ %% " \'edition" +" \'edition" +} + +FUNCTION{fr.pages}{ %% "pages" +"pages" +} + +FUNCTION{fr.page}{ %% "page" +"page" +} + +FUNCTION{fr.chapter}{ %% "chapitre" +"chapitre" +} + +FUNCTION{fr.tech.rep}{ %% "Rapport Technique" +"Rapport technique" +} + +FUNCTION{fr.master}{ %% "M\'emoire de D.E.A." +"M\'emoire de D.E.A." +} + +FUNCTION{fr.phd}{ %% "Th\`ese de doctorat" +"Th\`ese de doctorat" +} + +FUNCTION{fr.auteurs.style}{ + %% si on veut des small caps sur le LASTNAME de l'auteur + %% Cette fonction est utilisee dans la definition d'une + %% fonction LaTeX. +"\scshape" +} + +FUNCTION{fr.ponctuation.apres.auteurs}{ %% Comme son nom l'indique... +" : " +} + +FUNCTION{fr.deuxpoints}{ %% separateur num. journal/num. pages +"\string:\penalty500\relax " +} + +MACRO {jan} {"janvier"} +MACRO {feb} {"f\'evrier"} +MACRO {mar} {"mars"} +MACRO {apr} {"avril"} +MACRO {may} {"mai"} +MACRO {jun} {"juin"} +MACRO {jul} {"juillet"} +MACRO {aug} {"ao\^ut"} +MACRO {sep} {"septembre"} +MACRO {oct} {"octobre"} +MACRO {nov} {"novembre"} +MACRO {dec} {"d\'ecembre"} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +%% +%% La suite, normalement, y a rien a changer... +%% +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + + + + + +INTEGERS { output.state before.all mid.sentence after.sentence after.block after.authors } + +FUNCTION {init.state.consts} +{ #0 'before.all := + #1 'mid.sentence := + #2 'after.sentence := + #3 'after.block := + #0 'after.authors := +} + +STRINGS { s t } + +FUNCTION{ fr.add.period }{ +after.authors + { fr.ponctuation.apres.auteurs empty$ + { add.period$ } + { fr.ponctuation.apres.auteurs * #0 'after.authors := } + if$} + { add.period$ } +if$ +} + +FUNCTION {output.nonnull} +{ 's := + output.state mid.sentence = + { ", " * write$ } + { output.state after.block = + { fr.add.period write$ + newline$ + "\newblock " write$ + } + { output.state before.all = + 'write$ + { add.period$ " " * write$ } + if$ + } + if$ + mid.sentence 'output.state := + } + if$ + s +} + +FUNCTION {output} +{ duplicate$ empty$ + 'pop$ + 'output.nonnull + if$ +} + +FUNCTION {output.check} +{ 't := + duplicate$ empty$ + { pop$ "empty " t * " in " * cite$ * warning$ } + 'output.nonnull + if$ +} + +FUNCTION {output.bibitem} +{ newline$ + "\bibitem[" write$ + label write$ + "]{" write$ + cite$ write$ + "}" write$ + newline$ + "" + before.all 'output.state := + #0 'after.authors := +} + +FUNCTION {fin.entry} +{ add.period$ + write$ + newline$ +} + +FUNCTION {new.block} +{ output.state before.all = + 'skip$ + { after.block 'output.state := } + if$ +} + +FUNCTION {new.sentence} +{ output.state after.block = + 'skip$ + { output.state before.all = + 'skip$ + { after.sentence 'output.state := } + if$ + } + if$ +} + +FUNCTION {not} +{ { #0 } + { #1 } + if$ +} + +FUNCTION {and} +{ 'skip$ + { pop$ #0 } + if$ +} + +FUNCTION {or} +{ { pop$ #1 } + 'skip$ + if$ +} + +FUNCTION {new.block.checka} +{ empty$ + 'skip$ + 'new.block + if$ +} + +FUNCTION {new.block.checkb} +{ empty$ + swap$ empty$ + and + 'skip$ + 'new.block + if$ +} + +FUNCTION {new.sentence.checka} +{ empty$ + 'skip$ + 'new.sentence + if$ +} + +FUNCTION {new.sentence.checkb} +{ empty$ + swap$ empty$ + and + 'skip$ + 'new.sentence + if$ +} + +FUNCTION {field.or.null} +{ duplicate$ empty$ + { pop$ "" } + 'skip$ + if$ +} + +FUNCTION {emphasize} +{ duplicate$ empty$ + { pop$ "" } + { "{\em " swap$ * "}" * } + if$ +} + +INTEGERS { nameptr namesleft numnames } + +FUNCTION {format.names} +{ 's := + #1 'nameptr := + s num.names$ 'numnames := + numnames 'namesleft := + { namesleft #0 > } + { s nameptr "{ff~}{vv~}\bgroup\fonteauteurs\bgroup {ll}\egroup\egroup{{}}{, jj}" format.name$ 't := + nameptr #1 > + { namesleft #1 > + { ", " * t * } + { %numnames #2 > namesleft #2 > and + % { "," * } + % 'skip$ + %if$ + t "\bgroup\fonteauteurs\bgroup others\egroup\egroup{}" = + { fr.et.al * } + { fr.and * t * } + if$ + } + if$ + } + 't + if$ + nameptr #1 + 'nameptr := + namesleft #1 - 'namesleft := + } + while$ +} + +FUNCTION {format.authors} +{ author empty$ + { "" } + { author format.names #1 'after.authors := } + if$ +} + +FUNCTION {format.editors} +{ editor empty$ + { "" } + { editor format.names + editor num.names$ #1 > + { fr.editeurs * } + { fr.editeur * } + if$ + } + if$ +} + +FUNCTION {format.title} +{ title empty$ + { "" } + { title "t" change.case$ } + if$ +} + +FUNCTION {n.dashify} +{ 't := + "" + { t empty$ not } + { t #1 #1 substring$ "-" = + { t #1 #2 substring$ "--" = not + { "--" * + t #2 global.max$ substring$ 't := + } + { { t #1 #1 substring$ "-" = } + { "-" * + t #2 global.max$ substring$ 't := + } + while$ + } + if$ + } + { t #1 #1 substring$ * + t #2 global.max$ substring$ 't := + } + if$ + } + while$ +} + +FUNCTION {format.date} +{ year empty$ + { month empty$ + { "" } + { "there's a month but no year in " cite$ * warning$ + month + } + if$ + } + { month empty$ + 'year + { month " " * year * } + if$ + } + if$ +} + +FUNCTION {format.btitle} +{ title emphasize +} + +FUNCTION {tie.or.space.connect} +{ duplicate$ text.length$ #3 < + { "~" } + { " " } + if$ + swap$ * * +} + +FUNCTION {either.or.check} +{ empty$ + 'pop$ + { "can't use both " swap$ * " fields in " * cite$ * warning$ } + if$ +} + +FUNCTION {format.bvolume} +{ volume empty$ + { "" } + { fr.volume volume tie.or.space.connect + series empty$ + 'skip$ + { fr.of * series emphasize * } + if$ + "volume and number" number either.or.check + } + if$ +} + +FUNCTION {format.number.series} +{ volume empty$ + { number empty$ + { series field.or.null } + { output.state mid.sentence = + { fr.number } + { fr.number.maj } + if$ + number tie.or.space.connect + series empty$ + { "there's a number but no series in " cite$ * warning$ } + { fr.in.spc * series * } + if$ + } + if$ + } + { "" } + if$ +} + +FUNCTION {format.edition} +{ edition empty$ + { "" } + { output.state mid.sentence = + { edition "l" change.case$ fr.edition * } + { edition "t" change.case$ fr.edition * } + if$ + } + if$ +} + +INTEGERS { multiresult } + +FUNCTION {multi.page.check} +{ 't := + #0 'multiresult := + { multiresult not + t empty$ not + and + } + { t #1 #1 substring$ + duplicate$ "-" = + swap$ duplicate$ "," = + swap$ "+" = + or or + { #1 'multiresult := } + { t #2 global.max$ substring$ 't := } + if$ + } + while$ + multiresult +} + +FUNCTION {format.pages} +{ pages empty$ + { "" } + { pages multi.page.check + { fr.pages pages n.dashify tie.or.space.connect } + { fr.page pages tie.or.space.connect } + if$ + } + if$ +} + +FUNCTION {format.vol.num.pages} +{ volume field.or.null + number empty$ + 'skip$ + { "(" number * ")" * * + volume empty$ + { "there's a number but no volume in " cite$ * warning$ } + 'skip$ + if$ + } + if$ + pages empty$ + 'skip$ + { duplicate$ empty$ + { pop$ format.pages } + { fr.deuxpoints * pages n.dashify * } + if$ + } + if$ +} + +FUNCTION {format.chapter.pages} +{ chapter empty$ + 'format.pages + { type empty$ + { fr.chapter } + { type "l" change.case$ } + if$ + chapter tie.or.space.connect + pages empty$ + 'skip$ + { ", " * format.pages * } + if$ + } + if$ +} + +FUNCTION {format.in.ed.booktitle} +{ booktitle empty$ + { "" } + { editor empty$ + { fr.in booktitle emphasize * } + { fr.in format.editors #1 'after.authors := fr.add.period " " * * booktitle emphasize * } + if$ + } + if$ +} + +FUNCTION {empty.misc.check} +{ author empty$ title empty$ howpublished empty$ + month empty$ year empty$ note empty$ + and and and and and + key empty$ not and + { "all relevant fields are empty in " cite$ * warning$ } + 'skip$ + if$ +} + +FUNCTION {format.thesis.type} +{ type empty$ + 'skip$ + { pop$ + type "t" change.case$ + } + if$ +} + +FUNCTION {format.tr.number} +{ type empty$ + { fr.tech.rep } + 'type + if$ + number empty$ + { "t" change.case$ } + { number tie.or.space.connect } + if$ +} + +FUNCTION {format.article.crossref} +{ key empty$ + { journal empty$ + { "need key or journal for " cite$ * " to crossref " * crossref * + warning$ + "" + } + { fr.in "{\em " * journal * "\/}" * } + if$ + } + { fr.in key * } + if$ + " \cite{" * crossref * "}" * +} + +FUNCTION {format.crossref.editor} +{ editor #1 "{vv~}\bgroup\fonteauteurs\bgroup {ll}\egroup\egroup{{}}" format.name$ + editor num.names$ duplicate$ + #2 > + { pop$ fr.et.al * } + { #2 < + 'skip$ + { editor #2 "{ff }{vv }{ll}{ jj}" format.name$ "others" = + { fr.et.al * } + { fr.and * editor #2 "{vv~}\bgroup\fonteauteurs\bgroup {ll}\egroup\egroup{{}}" format.name$ * } + if$ + } + if$ + } + if$ +} + +FUNCTION {format.book.crossref} +{ volume empty$ + { "empty volume in " cite$ * "'s crossref of " * crossref * warning$ + fr.in + } + { fr.volume.maj volume tie.or.space.connect + fr.of * + } + if$ + editor empty$ + editor field.or.null author field.or.null = + or + { key empty$ + { series empty$ + { "need editor, key, or series for " cite$ * " to crossref " * + crossref * warning$ + "" * + } + { "{\em " * series * "\/}" * } + if$ + } + { key * } + if$ + } + { format.crossref.editor * } + if$ + " \cite{" * crossref * "}" * +} + +FUNCTION {format.incoll.inproc.crossref} +{ editor empty$ + editor field.or.null author field.or.null = + or + { key empty$ + { booktitle empty$ + { "need editor, key, or booktitle for " cite$ * " to crossref " * + crossref * warning$ + "" + } + { fr.in "{\em " * booktitle * "\/}" * } + if$ + } + { fr.in key * } + if$ + } + { fr.in format.crossref.editor * } + if$ + " \cite{" * crossref * "}" * +} + +FUNCTION {article} +{ output.bibitem + format.authors "author" output.check + new.block + format.title "title" output.check + new.block + crossref missing$ + { journal emphasize "journal" output.check + format.vol.num.pages output + format.date "year" output.check + } + { format.article.crossref output.nonnull + format.pages output + } + if$ + new.block + note output + fin.entry +} + +FUNCTION {book} +{ output.bibitem + author empty$ + { format.editors "author and editor" output.check } + { format.authors output.nonnull + crossref missing$ + { "author and editor" editor either.or.check } + 'skip$ + if$ + } + if$ + new.block + format.btitle "title" output.check + crossref missing$ + { format.bvolume output + new.block + format.number.series output + new.sentence + publisher "publisher" output.check + address output + } + { new.block + format.book.crossref output.nonnull + } + if$ + format.edition output + format.date "year" output.check + new.block + note output + fin.entry +} + +FUNCTION {booklet} +{ output.bibitem + format.authors output + new.block + format.title "title" output.check + howpublished address new.block.checkb + howpublished output + address output + format.date output + new.block + note output + fin.entry +} + +FUNCTION {inbook} +{ output.bibitem + author empty$ + { format.editors "author and editor" output.check } + { format.authors output.nonnull + crossref missing$ + { "author and editor" editor either.or.check } + 'skip$ + if$ + } + if$ + new.block + format.btitle "title" output.check + crossref missing$ + { format.bvolume output + format.chapter.pages "chapter and pages" output.check + new.block + format.number.series output + new.sentence + publisher "publisher" output.check + address output + } + { format.chapter.pages "chapter and pages" output.check + new.block + format.book.crossref output.nonnull + } + if$ + format.edition output + format.date "year" output.check + new.block + note output + fin.entry +} + +FUNCTION {incollection} +{ output.bibitem + format.authors "author" output.check + new.block + format.title "title" output.check + new.block + crossref missing$ + { format.in.ed.booktitle "booktitle" output.check + format.bvolume output + format.number.series output + format.chapter.pages output + new.sentence + publisher "publisher" output.check + address output + format.edition output + format.date "year" output.check + } + { format.incoll.inproc.crossref output.nonnull + format.chapter.pages output + } + if$ + new.block + note output + fin.entry +} + +FUNCTION {inproceedings} +{ output.bibitem + format.authors "author" output.check + new.block + format.title "title" output.check + new.block + crossref missing$ + { format.in.ed.booktitle "booktitle" output.check + format.bvolume output + format.number.series output + format.pages output + address empty$ + { organization publisher new.sentence.checkb + organization output + publisher output + format.date "year" output.check + } + { address output.nonnull + format.date "year" output.check + new.sentence + organization output + publisher output + } + if$ + } + { format.incoll.inproc.crossref output.nonnull + format.pages output + } + if$ + new.block + note output + fin.entry +} + +FUNCTION {conference} { inproceedings } + +FUNCTION {manual} +{ output.bibitem + author empty$ + { organization empty$ + 'skip$ + { organization output.nonnull + address output + } + if$ + } + { format.authors output.nonnull } + if$ + new.block + format.btitle "title" output.check + author empty$ + { organization empty$ + { address new.block.checka + address output + } + 'skip$ + if$ + } + { organization address new.block.checkb + organization output + address output + } + if$ + format.edition output + format.date output + new.block + note output + fin.entry +} + +FUNCTION {mastersthesis} +{ output.bibitem + format.authors "author" output.check + new.block + format.title "title" output.check + new.block + fr.master format.thesis.type output.nonnull + school "school" output.check + address output + format.date "year" output.check + new.block + note output + fin.entry +} + +FUNCTION {misc} +{ output.bibitem + format.authors output + title howpublished new.block.checkb + format.title output + howpublished new.block.checka + howpublished output + format.date output + new.block + note output + fin.entry + empty.misc.check +} + +FUNCTION {phdthesis} +{ output.bibitem + format.authors "author" output.check + new.block + format.btitle "title" output.check + new.block + fr.phd format.thesis.type output.nonnull + school "school" output.check + address output + format.date "year" output.check + new.block + note output + fin.entry +} + +FUNCTION {proceedings} +{ output.bibitem + editor empty$ + { organization output } + { format.editors output.nonnull } + if$ + new.block + format.btitle "title" output.check + format.bvolume output + format.number.series output + address empty$ + { editor empty$ + { publisher new.sentence.checka } + { organization publisher new.sentence.checkb + organization output + } + if$ + publisher output + format.date "year" output.check + } + { address output.nonnull + format.date "year" output.check + new.sentence + editor empty$ + 'skip$ + { organization output } + if$ + publisher output + } + if$ + new.block + note output + fin.entry +} + +FUNCTION {techreport} +{ output.bibitem + format.authors "author" output.check + new.block + format.title "title" output.check + new.block + format.tr.number output.nonnull + institution "institution" output.check + address output + format.date "year" output.check + new.block + note output + fin.entry +} + +FUNCTION {unpublished} +{ output.bibitem + format.authors "author" output.check + new.block + format.title "title" output.check + new.block + note "note" output.check + format.date output + fin.entry +} + +FUNCTION {default.type} { misc } + +MACRO {acmcs} {"ACM Computing Surveys"} +MACRO {acta} {"Acta Informatica"} +MACRO {cacm} {"Communications of the ACM"} +MACRO {ibmjrd} {"IBM Journal of Research and Development"} +MACRO {ibmsj} {"IBM Systems Journal"} +MACRO {ieeese} {"IEEE Transactions on Software Engineering"} +MACRO {ieeetc} {"IEEE Transactions on Computers"} +MACRO {ieeetcad} + {"IEEE Transactions on Computer-Aided Design of Integrated Circuits"} +MACRO {ipl} {"Information Processing Letters"} +MACRO {jacm} {"Journal of the ACM"} +MACRO {jcss} {"Journal of Computer and System Sciences"} +MACRO {scp} {"Science of Computer Programming"} +MACRO {sicomp} {"SIAM Journal on Computing"} +MACRO {tocs} {"ACM Transactions on Computer Systems"} +MACRO {tods} {"ACM Transactions on Database Systems"} +MACRO {tog} {"ACM Transactions on Graphics"} +MACRO {toms} {"ACM Transactions on Mathematical Software"} +MACRO {toois} {"ACM Transactions on Office Information Systems"} +MACRO {toplas} {"ACM Transactions on Programming Languages and Systems"} +MACRO {tcs} {"Theoretical Computer Science"} + +READ + +FUNCTION {sortify} +{ purify$ + "l" change.case$ +} + +INTEGERS { len } + +FUNCTION {chop.word} +{ 's := + 'len := + s #1 len substring$ = + { s len #1 + global.max$ substring$ } + 's + if$ +} + +INTEGERS { et.al.char.used } + +FUNCTION {initialize.et.al.char.used} +{ #0 'et.al.char.used := +} + +EXECUTE {initialize.et.al.char.used} + +FUNCTION {format.lab.names} +{ 's := + s num.names$ 'numnames := + numnames #1 > + { numnames #4 > + { #3 'namesleft := } + { numnames 'namesleft := } + if$ + #1 'nameptr := + "" + { namesleft #0 > } + { nameptr numnames = + { s nameptr "{ff }{vv }{ll}{ jj}" format.name$ "others" = + { "{\etalchar{+}}" * + #1 'et.al.char.used := + } + { s nameptr "{v{}}{l{}}" format.name$ * } + if$ + } + { s nameptr "{v{}}{l{}}" format.name$ * } + if$ + nameptr #1 + 'nameptr := + namesleft #1 - 'namesleft := + } + while$ + numnames #4 > + { "{\etalchar{+}}" * + #1 'et.al.char.used := + } + 'skip$ + if$ + } + { s #1 "{v{}}{l{}}" format.name$ + duplicate$ text.length$ #2 < + { pop$ s #1 "{ll}" format.name$ #3 text.prefix$ } + 'skip$ + if$ + } + if$ +} + +FUNCTION {author.key.label} +{ author empty$ + { key empty$ + { cite$ #1 #3 substring$ } + { key #3 text.prefix$ } + if$ + } + { author format.lab.names } + if$ +} + +FUNCTION {author.editor.key.label} +{ author empty$ + { editor empty$ + { key empty$ + { cite$ #1 #3 substring$ } + { key #3 text.prefix$ } + if$ + } + { editor format.lab.names } + if$ + } + { author format.lab.names } + if$ +} + +FUNCTION {author.key.organization.label} +{ author empty$ + { key empty$ + { organization empty$ + { cite$ #1 #3 substring$ } + { "Le " #3 + "La " #3 + "Les " #4 + "The " #4 organization chop.word + chop.word + chop.word + chop.word #3 text.prefix$ } + if$ + } + { key #3 text.prefix$ } + if$ + } + { author format.lab.names } + if$ +} + +FUNCTION {editor.key.organization.label} +{ editor empty$ + { key empty$ + { organization empty$ + { cite$ #1 #3 substring$ } + { "Le " #3 + "La " #3 + "Les " #4 + "The " #4 organization chop.word + chop.word + chop.word + chop.word #3 text.prefix$ } + if$ + } + { key #3 text.prefix$ } + if$ + } + { editor format.lab.names } + if$ +} + +FUNCTION {calc.label} +{ type$ "book" = + type$ "inbook" = + or + 'author.editor.key.label + { type$ "proceedings" = + 'editor.key.organization.label + { type$ "manual" = + 'author.key.organization.label + 'author.key.label + if$ + } + if$ + } + if$ + duplicate$ + year field.or.null purify$ #-1 #2 substring$ + * + 'label := + year field.or.null purify$ #-1 #4 substring$ + * + sortify 'sort.label := +} + +FUNCTION {sort.format.names} +{ 's := + #1 'nameptr := + "" + s num.names$ 'numnames := + numnames 'namesleft := + { namesleft #0 > } + { nameptr #1 > + { " " * } + 'skip$ + if$ + s nameptr "{vv{ } }{ll{ }}{ ff{ }}{ jj{ }}" format.name$ 't := + nameptr numnames = t "others" = and + { "et al" * } + { t sortify * } + if$ + nameptr #1 + 'nameptr := + namesleft #1 - 'namesleft := + } + while$ +} + +FUNCTION {sort.format.title} +{ 't := + "Le " #3 + "La " #3 + "Les " #4 + "Un " #3 + "Une " #4 + "Des " #4 + "A " #2 + "An " #3 + "The " #4 t chop.word + chop.word + chop.word + chop.word + chop.word + chop.word + chop.word + chop.word + chop.word + sortify + #1 global.max$ substring$ +} + +FUNCTION {author.sort} +{ author empty$ + { key empty$ + { "to sort, need author or key in " cite$ * warning$ + "" + } + { key sortify } + if$ + } + { author sort.format.names } + if$ +} + +FUNCTION {author.editor.sort} +{ author empty$ + { editor empty$ + { key empty$ + { "to sort, need author, editor, or key in " cite$ * warning$ + "" + } + { key sortify } + if$ + } + { editor sort.format.names } + if$ + } + { author sort.format.names } + if$ +} + +FUNCTION {author.organization.sort} +{ author empty$ + { organization empty$ + { key empty$ + { "to sort, need author, organization, or key in " cite$ * warning$ + "" + } + { key sortify } + if$ + } + { "Le " #3 + "La " #3 + "Les " #4 + "The " #4 organization chop.word + chop.word + chop.word + chop.word + sortify } + if$ + } + { author sort.format.names } + if$ +} + +FUNCTION {editor.organization.sort} +{ editor empty$ + { organization empty$ + { key empty$ + { "to sort, need editor, organization, or key in " cite$ * warning$ + "" + } + { key sortify } + if$ + } + { "Le " #3 + "La " #3 + "Les " #4 + "The " #4 organization chop.word + chop.word + chop.word + chop.word + sortify } + if$ + } + { editor sort.format.names } + if$ +} + +FUNCTION {presort} +{ calc.label + sort.label + " " + * + type$ "book" = + type$ "inbook" = + or + 'author.editor.sort + { type$ "proceedings" = + 'editor.organization.sort + { type$ "manual" = + 'author.organization.sort + 'author.sort + if$ + } + if$ + } + if$ + * + " " + * + year field.or.null sortify + * + " " + * + title field.or.null + sort.format.title + * + #1 entry.max$ substring$ + 'sort.key$ := +} + +ITERATE {presort} + +SORT + +STRINGS { longest.label last.sort.label next.extra } + +INTEGERS { longest.label.width last.extra.num } + +FUNCTION {initialize.longest.label} +{ "" 'longest.label := + #0 int.to.chr$ 'last.sort.label := + "" 'next.extra := + #0 'longest.label.width := + #0 'last.extra.num := +} + +FUNCTION {forward.pass} +{ last.sort.label sort.label = + { last.extra.num #1 + 'last.extra.num := + last.extra.num int.to.chr$ 'extra.label := + } + { "a" chr.to.int$ 'last.extra.num := + "" 'extra.label := + sort.label 'last.sort.label := + } + if$ +} + + +FUNCTION {reverse.pass} +{ next.extra "b" = + { "a" 'extra.label := } + 'skip$ + if$ + label extra.label * 'label := + label width$ longest.label.width > + { label 'longest.label := + label width$ 'longest.label.width := + } + 'skip$ + if$ + extra.label 'next.extra := +} + +EXECUTE {initialize.longest.label} + +ITERATE {forward.pass} + +REVERSE {reverse.pass} + +FUNCTION {begin.bib} +{ et.al.char.used + { "\newcommand{\etalchar}[1]{$^{#1}$}" write$ newline$ } + 'skip$ + if$ + preamble$ empty$ + 'skip$ + { preamble$ write$ newline$ } + if$ + "\begin{thebibliography}{" longest.label * "}" * write$ newline$ + "\expandafter\ifx\csname fonteauteurs\endcsname\relax" + write$ newline$ + "\def\fonteauteurs{" fr.auteurs.style * "}\fi" * write$ newline$ +} + +EXECUTE {begin.bib} + +EXECUTE {init.state.consts} + +ITERATE {call.type$} + +FUNCTION {end.bib} +{ newline$ + "\end{thebibliography}" write$ newline$ +} + +EXECUTE {end.bib} + + +%% +%% Changelog : +%% 1.0 -> 1.1 : les mois ne prennent pas de majuscule +%% 1.1 -> 1.2 : le '.' qui suit la liste des auteurs peut etre +%% change en autre chose (':' notamment). +%% diff -Nru texlive-lang-2007.dfsg.4/texmf-dist/bibtex/bst/bib-fr/apalike-fr.bst texlive-lang-2009/texmf-dist/bibtex/bst/bib-fr/apalike-fr.bst --- texlive-lang-2007.dfsg.4/texmf-dist/bibtex/bst/bib-fr/apalike-fr.bst 1970-01-01 01:00:00.000000000 +0100 +++ texlive-lang-2009/texmf-dist/bibtex/bst/bib-fr/apalike-fr.bst 2009-05-15 22:36:53.000000000 +0100 @@ -0,0 +1,1222 @@ +%% +%% Bib. style "apalike-fr" (version francisee de apalike.bst) +%% +%% NM, 2004/02/22 +%% markey@lsv.ens-cachan.fr +%% +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +%% Original Copyright (Susan King, Oren Patashnik): +%% +% BibTeX `apalike' bibliography style (24-Jan-88 version) +% Adapted from the `alpha' style, version 0.99a; for BibTeX version 0.99a. +% Copyright (C) 1988, all rights reserved. +% Copying of this file is allowed, provided that if you make any changes at all +% you name it something other than `apalike.bst'. +% This restriction helps ensure that all copies are identical. +% Differences between this style and `alpha' are generally heralded by a `%'. +% The file btxbst.doc has the documentation for alpha.bst. +% +% This style should be used with the `apalike' LaTeX style (apalike.sty). +% \cite's come out like "(Jones, 1986)" in the text but there are no labels +% in the bibliography, and something like "(1986)" comes out immediately +% after the author. Author (and editor) names appear as last name, comma, +% initials. A `year' field is required for every entry, and so is either +% an author (or in some cases, an editor) field or a key field. +% +% Editorial note: +% Many journals require a style like `apalike', but I strongly, strongly, +% strongly recommend that you not use it if you have a choice---use something +% like `plain' instead. Mary-Claire van Leunen (A Handbook for Scholars, +% Knopf, 1979) argues convincingly that a style like `plain' encourages better +% writing than one like `apalike'. Furthermore the strongest arguments for +% using an author-date style like `apalike'---that it's "the most practical" +% (The Chicago Manual of Style, University of Chicago Press, thirteenth +% edition, 1982, pages 400--401)---fall flat on their face with the new +% computer-typesetting technology. For instance page 401 anachronistically +% states "The chief disadvantage of [a style like `plain'] is that additions +% or deletions cannot be made after the manuscript is typed without changing +% numbers in both text references and list." LaTeX sidesteps the disadvantage. +% +% History: +% 15-sep-86 (SK,OP) Original version, by Susan King and Oren Patashnik. +% 10-nov-86 (OP) Truncated the sort.key$ string to the correct length +% in bib.sort.order to eliminate error message. +% 24-jan-88 (OP) Updated for BibTeX version 0.99a, from alpha.bst 0.99a; +% apalike now sorts by author, then year, then title; +% THIS `apalike' VERSION DOES NOT WORK WITH BIBTEX 0.98i. +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + + +ENTRY + { address + author + booktitle + chapter + edition + editor + howpublished + institution + journal + key +% month not used in apalike + note + number + organization + pages + publisher + school + series + title + type + volume + year + } + {} + { label extra.label sort.label } + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +%% +%% C'est ici que je definis les "traductions". Normalement, y a +%% que ca a changer pour franciser le style... +%% +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + + +FUNCTION{fr.and}{ %% le "et" entre les deux derniers auteurs +" et " +} + +FUNCTION{fr.editeur}{ %% ", \'editeur" au singulier, ou " (\'editeur)"... +", \'editeur" +} + +FUNCTION{fr.editeurs}{ %% ", \'editeurs" au pluriel, ou " (\'editeurs)"... +", \'editeurs" +} + +FUNCTION{fr.et.al}{ %% " et~al." +" \emph{et~al.}" +} + +FUNCTION{fr.in}{ %% "Dans " +"\emph{In} " +} + +FUNCTION{fr.in.spc}{ %% " de " (ou " de la s\'erie ") +" de " +} + +FUNCTION{fr.of}{ %% " de " +" de " +} + +FUNCTION{fr.number}{ %% "num{\'e}ro " +"num\'ero " +} + +FUNCTION{fr.number.maj}{ %% "Num\'ero " +"Num\'ero " +} + +FUNCTION{fr.volume}{ %% "volume" +"volume" +} + +FUNCTION{fr.volume.maj}{ %% "Volume" +"Volume" +} + +FUNCTION{fr.edition}{ %% " \'edition" +" \'edition" +} + +FUNCTION{fr.pages}{ %% "pages" +"pages" +} + +FUNCTION{fr.page}{ %% "page" +"page" +} + +FUNCTION{fr.chapter}{ %% "chapitre" +"chapitre" +} + +FUNCTION{fr.tech.rep}{ %% "Rapport Technique" +"Rapport technique" +} + +FUNCTION{fr.master}{ %% "M\'emoire de D.E.A." +"M\'emoire de D.E.A." +} + +FUNCTION{fr.phd}{ %% "Th\`ese de doctorat" +"Th\`ese de doctorat" +} + +FUNCTION{fr.auteurs.style}{ + %% si on veut des small caps sur le LASTNAME de l'auteur + %% Cette fonction est utilisee dans la definition d'une + %% fonction LaTeX. +"\scshape" +} + +FUNCTION{fr.ponctuation.apres.auteurs}{ %% Comme son nom l'indique... + %% Laisser vide pour un "." +" : " +} + +FUNCTION{fr.deuxpoints}{ %% Pour eviter l'espace avant les ":". +"\string:\penalty500\relax " +} + +MACRO {jan} {"janvier"} +MACRO {feb} {"f\'evrier"} +MACRO {mar} {"mars"} +MACRO {apr} {"avril"} +MACRO {may} {"mai"} +MACRO {jun} {"juin"} +MACRO {jul} {"juillet"} +MACRO {aug} {"ao\^ut"} +MACRO {sep} {"septembre"} +MACRO {oct} {"octobre"} +MACRO {nov} {"novembre"} +MACRO {dec} {"d\'ecembre"} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +%% +%% La suite, normalement, y a rien a changer... +%% +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + + +INTEGERS { output.state before.all mid.sentence after.sentence after.block after.authors } + +FUNCTION {init.state.consts} +{ #0 'before.all := + #1 'mid.sentence := + #2 'after.sentence := + #3 'after.block := + #0 'after.authors := +} + +STRINGS { s t } + +FUNCTION{ fr.add.period }{ +after.authors + { fr.ponctuation.apres.auteurs empty$ + { add.period$ } + { fr.ponctuation.apres.auteurs * #0 'after.authors := } + if$} + { add.period$ } +if$ +} + +FUNCTION {output.nonnull} +{ 's := + output.state mid.sentence = + { ", " * write$ } + { output.state after.block = + { fr.add.period write$ + newline$ + "\newblock " write$ + } + { output.state before.all = + 'write$ + { add.period$ " " * write$ } + if$ + } + if$ + mid.sentence 'output.state := + } + if$ + s +} + +FUNCTION {output} +{ duplicate$ empty$ + 'pop$ + 'output.nonnull + if$ +} + +FUNCTION {output.check} +{ 't := + duplicate$ empty$ + { pop$ "empty " t * " in " * cite$ * warning$ } + 'output.nonnull + if$ +} + +% apalike needs this function because +% the year has special punctuation; +% apalike ignores the month +FUNCTION {output.year.check} +{ year empty$ + { "empty year in " cite$ * warning$ } + { write$ + " (" year * extra.label * ")" * + mid.sentence 'output.state := + } + if$ +} + +FUNCTION {output.bibitem} +{ newline$ + "\bibitem[" write$ + label write$ + "]{" write$ + cite$ write$ + "}" write$ + newline$ + "" + before.all 'output.state := +} + +FUNCTION {fin.entry} +{ add.period$ + write$ + newline$ +} + +FUNCTION {new.block} +{ output.state before.all = + 'skip$ + { after.block 'output.state := } + if$ +} + +FUNCTION {new.sentence} +{ output.state after.block = + 'skip$ + { output.state before.all = + 'skip$ + { after.sentence 'output.state := } + if$ + } + if$ +} + +FUNCTION {not} +{ { #0 } + { #1 } + if$ +} + +FUNCTION {and} +{ 'skip$ + { pop$ #0 } + if$ +} + +FUNCTION {or} +{ { pop$ #1 } + 'skip$ + if$ +} + +FUNCTION {new.block.checkb} +{ empty$ + swap$ empty$ + and + 'skip$ + 'new.block + if$ +} + +FUNCTION {field.or.null} +{ duplicate$ empty$ + { pop$ "" } + 'skip$ + if$ +} + +FUNCTION {emphasize} +{ duplicate$ empty$ + { pop$ "" } + { "{\em " swap$ * "}" * } + if$ +} + +INTEGERS { nameptr namesleft numnames } + +FUNCTION {format.names} +{ 's := + #1 'nameptr := + s num.names$ 'numnames := + numnames 'namesleft := + { namesleft #0 > } + { s nameptr "{vv~}\bgroup\fonteauteurs\bgroup {ll}\egroup\egroup{{}}{, jj}{, f.}" format.name$ 't := % last name first + nameptr #1 > + { namesleft #1 > + { ", " * t * } + { %numnames #2 > namesleft #2 > and + % { "," * } + % 'skip$ + %if$ + t "\bgroup\fonteauteurs\bgroup others\egroup\egroup{}" = + { fr.et.al * } + { fr.and * t * } + if$ + } + if$ + } + 't + if$ + nameptr #1 + 'nameptr := + namesleft #1 - 'namesleft := + } + while$ +} + +FUNCTION {format.authors} +{ author empty$ + { "" } + { author format.names } + if$ +} + +FUNCTION {format.key} % this function is just for apalike +{ empty$ + { key field.or.null } + { "" } + if$ +} + +FUNCTION {format.editors} +{ editor empty$ + { "" } + { editor format.names + editor num.names$ #1 > + { fr.editeurs * } + { fr.editeur * } + if$ + } + if$ +} + +FUNCTION {format.title} +{ title empty$ + { "" } + { title "t" change.case$ } + if$ +} + +FUNCTION {n.dashify} +{ 't := + "" + { t empty$ not } + { t #1 #1 substring$ "-" = + { t #1 #2 substring$ "--" = not + { "--" * + t #2 global.max$ substring$ 't := + } + { { t #1 #1 substring$ "-" = } + { "-" * + t #2 global.max$ substring$ 't := + } + while$ + } + if$ + } + { t #1 #1 substring$ * + t #2 global.max$ substring$ 't := + } + if$ + } + while$ +} + +FUNCTION {format.btitle} +{ title emphasize +} + +FUNCTION {tie.or.space.connect} +{ duplicate$ text.length$ #3 < + { "~" } + { " " } + if$ + swap$ * * +} + +FUNCTION {either.or.check} +{ empty$ + 'pop$ + { "can't use both " swap$ * " fields in " * cite$ * warning$ } + if$ +} + +FUNCTION {format.bvolume} +{ volume empty$ + { "" } + { fr.volume volume tie.or.space.connect + series empty$ + 'skip$ + { fr.of * series emphasize * } + if$ + "volume and number" number either.or.check + } + if$ +} + +FUNCTION {format.number.series} +{ volume empty$ + { number empty$ + { series field.or.null } + { output.state mid.sentence = + { fr.number } + { fr.number.maj } + if$ + number tie.or.space.connect + series empty$ + { "there's a number but no series in " cite$ * warning$ } + { fr.in.spc * series * } + if$ + } + if$ + } + { "" } + if$ +} + +FUNCTION {format.edition} +{ edition empty$ + { "" } + { output.state mid.sentence = + { edition "l" change.case$ fr.edition * } + { edition "t" change.case$ fr.edition * } + if$ + } + if$ +} + +INTEGERS { multiresult } + +FUNCTION {multi.page.check} +{ 't := + #0 'multiresult := + { multiresult not + t empty$ not + and + } + { t #1 #1 substring$ + duplicate$ "-" = + swap$ duplicate$ "," = + swap$ "+" = + or or + { #1 'multiresult := } + { t #2 global.max$ substring$ 't := } + if$ + } + while$ + multiresult +} + +FUNCTION {format.pages} +{ pages empty$ + { "" } + { pages multi.page.check + { fr.pages pages n.dashify tie.or.space.connect } + { fr.page pages tie.or.space.connect } + if$ + } + if$ +} + +FUNCTION {format.vol.num.pages} +{ volume field.or.null + number empty$ + 'skip$ + { "(" number * ")" * * + volume empty$ + { "there's a number but no volume in " cite$ * warning$ } + 'skip$ + if$ + } + if$ + pages empty$ + 'skip$ + { duplicate$ empty$ + { pop$ format.pages } + { fr.deuxpoints * pages n.dashify * } + if$ + } + if$ +} + +FUNCTION {format.chapter.pages} +{ chapter empty$ + 'format.pages + { type empty$ + { fr.chapter } + { type "l" change.case$ } + if$ + chapter tie.or.space.connect + pages empty$ + 'skip$ + { ", " * format.pages * } + if$ + } + if$ +} + +FUNCTION {format.in.ed.booktitle} +{ booktitle empty$ + { "" } + { editor empty$ + { fr.in booktitle emphasize * } + { fr.in format.editors #1 'after.authors := fr.add.period " " * * booktitle emphasize * } + if$ + } + if$ +} + +FUNCTION {format.thesis.type} +{ type empty$ + 'skip$ + { pop$ + type "t" change.case$ + } + if$ +} + +FUNCTION {format.tr.number} +{ type empty$ + { fr.tech.rep } + 'type + if$ + number empty$ + { "t" change.case$ } + { number tie.or.space.connect } + if$ +} + +FUNCTION {format.article.crossref} +{ fr.in % this is for apalike + " \cite{" * crossref * "}" * +} + +FUNCTION {format.book.crossref} +{ volume empty$ + { "empty volume in " cite$ * "'s crossref of " * crossref * warning$ + fr.in + } + { "Volume" volume tie.or.space.connect + fr.of * + } + if$ + "\cite{" * crossref * "}" * % this is for apalike +} + +FUNCTION {format.incoll.inproc.crossref} +{ fr.in % this is for apalike + " \cite{" * crossref * "}" * +} + +FUNCTION {article} +{ output.bibitem + format.authors "author" output.check + author format.key output % special for + output.year.check % apalike + new.block + format.title "title" output.check + new.block + crossref missing$ + { journal emphasize "journal" output.check + format.vol.num.pages output + } + { format.article.crossref output.nonnull + format.pages output + } + if$ + new.block + note output + fin.entry +} + +FUNCTION {book} +{ output.bibitem + author empty$ + { format.editors "author and editor" output.check + editor format.key output + } + { format.authors output.nonnull + crossref missing$ + { "author and editor" editor either.or.check } + 'skip$ + if$ + } + if$ + output.year.check % special for apalike + new.block + format.btitle "title" output.check + crossref missing$ + { format.bvolume output + new.block + format.number.series output + new.sentence + publisher "publisher" output.check + address output + } + { new.block + format.book.crossref output.nonnull + } + if$ + format.edition output + new.block + note output + fin.entry +} + +FUNCTION {booklet} +{ output.bibitem + format.authors output + author format.key output % special for + output.year.check % apalike + new.block + format.title "title" output.check + new.block + howpublished output + address output + new.block + note output + fin.entry +} + +FUNCTION {inbook} +{ output.bibitem + author empty$ + { format.editors "author and editor" output.check + editor format.key output + } + { format.authors output.nonnull + crossref missing$ + { "author and editor" editor either.or.check } + 'skip$ + if$ + } + if$ + output.year.check % special for apalike + new.block + format.btitle "title" output.check + crossref missing$ + { format.bvolume output + format.chapter.pages "chapter and pages" output.check + new.block + format.number.series output + new.sentence + publisher "publisher" output.check + address output + } + { format.chapter.pages "chapter and pages" output.check + new.block + format.book.crossref output.nonnull + } + if$ + format.edition output + new.block + note output + fin.entry +} + +FUNCTION {incollection} +{ output.bibitem + format.authors "author" output.check + author format.key output % special for + output.year.check % apalike + new.block + format.title "title" output.check + new.block + crossref missing$ + { format.in.ed.booktitle "booktitle" output.check + format.bvolume output + format.number.series output + format.chapter.pages output + new.sentence + publisher "publisher" output.check + address output + format.edition output + } + { format.incoll.inproc.crossref output.nonnull + format.chapter.pages output + } + if$ + new.block + note output + fin.entry +} + +FUNCTION {inproceedings} +{ output.bibitem + format.authors "author" output.check + author format.key output % special for + output.year.check % apalike + new.block + format.title "title" output.check + new.block + crossref missing$ + { format.in.ed.booktitle "booktitle" output.check + format.bvolume output + format.number.series output + format.pages output + address output % for apalike + new.sentence % there's no year + organization output % here so things + publisher output % are simpler + } + { format.incoll.inproc.crossref output.nonnull + format.pages output + } + if$ + new.block + note output + fin.entry +} + +FUNCTION {conference} { inproceedings } + +FUNCTION {manual} +{ output.bibitem + format.authors output + author format.key output % special for + output.year.check % apalike + new.block + format.btitle "title" output.check + organization address new.block.checkb + organization output + address output + format.edition output + new.block + note output + fin.entry +} + +FUNCTION {mastersthesis} +{ output.bibitem + format.authors "author" output.check + author format.key output % special for + output.year.check % apalike + new.block + format.title "title" output.check + new.block + fr.master format.thesis.type output.nonnull + school "school" output.check + address output + new.block + note output + fin.entry +} + +FUNCTION {misc} +{ output.bibitem + format.authors output + author format.key output % special for + output.year.check % apalike + new.block + format.title output + new.block + howpublished output + new.block + note output + fin.entry +} + +FUNCTION {phdthesis} +{ output.bibitem + format.authors "author" output.check + author format.key output % special for + output.year.check % apalike + new.block + format.btitle "title" output.check + new.block + fr.phd format.thesis.type output.nonnull + school "school" output.check + address output + new.block + note output + fin.entry +} + +FUNCTION {proceedings} +{ output.bibitem + format.editors output + editor format.key output % special for + output.year.check % apalike + new.block + format.btitle "title" output.check + format.bvolume output + format.number.series output + address output % for apalike + new.sentence % we always output + organization output % a nonempty organization + publisher output % here + new.block + note output + fin.entry +} + +FUNCTION {techreport} +{ output.bibitem + format.authors "author" output.check + author format.key output % special for + output.year.check % apalike + new.block + format.title "title" output.check + new.block + format.tr.number output.nonnull + institution "institution" output.check + address output + new.block + note output + fin.entry +} + +FUNCTION {unpublished} +{ output.bibitem + format.authors "author" output.check + author format.key output % special for + output.year.check % apalike + new.block + format.title "title" output.check + new.block + note "note" output.check + fin.entry +} + +FUNCTION {default.type} { misc } + +MACRO {acmcs} {"ACM Computing Surveys"} +MACRO {acta} {"Acta Informatica"} +MACRO {cacm} {"Communications of the ACM"} +MACRO {ibmjrd} {"IBM Journal of Research and Development"} +MACRO {ibmsj} {"IBM Systems Journal"} +MACRO {ieeese} {"IEEE Transactions on Software Engineering"} +MACRO {ieeetc} {"IEEE Transactions on Computers"} +MACRO {ieeetcad} + {"IEEE Transactions on Computer-Aided Design of Integrated Circuits"} +MACRO {ipl} {"Information Processing Letters"} +MACRO {jacm} {"Journal of the ACM"} +MACRO {jcss} {"Journal of Computer and System Sciences"} +MACRO {scp} {"Science of Computer Programming"} +MACRO {sicomp} {"SIAM Journal on Computing"} +MACRO {tocs} {"ACM Transactions on Computer Systems"} +MACRO {tods} {"ACM Transactions on Database Systems"} +MACRO {tog} {"ACM Transactions on Graphics"} +MACRO {toms} {"ACM Transactions on Mathematical Software"} +MACRO {toois} {"ACM Transactions on Office Information Systems"} +MACRO {toplas} {"ACM Transactions on Programming Languages and Systems"} +MACRO {tcs} {"Theoretical Computer Science"} + +READ + +FUNCTION {sortify} +{ purify$ + "l" change.case$ +} + +INTEGERS { len } + +FUNCTION {chop.word} +{ 's := + 'len := + s #1 len substring$ = + { s len #1 + global.max$ substring$ } + 's + if$ +} + +% There are three apalike cases: one person (Jones), +% two (Jones and de~Bruijn), and more (Jones et~al.). +% This function is much like format.crossref.editors. +% +FUNCTION {format.lab.names} +% +% Ici, on laisse les noms en minuscules, on ne les mets pas +% en small caps. +% +{ 's := + s #1 "{vv~}{ll}" format.name$ + s num.names$ duplicate$ + #2 > + { pop$ fr.et.al * } + { #2 < + 'skip$ + { s #2 "{ff }{vv }{ll}{ jj}" format.name$ "others" = + { fr.et.al * } + { fr.and * s #2 "{vv~}{ll}" format.name$ * } + if$ + } + if$ + } + if$ +} + +FUNCTION {author.key.label} +{ author empty$ + { key empty$ + { cite$ #1 #3 substring$ } + 'key % apalike uses the whole key + if$ + } + { author format.lab.names } + if$ +} + +FUNCTION {author.editor.key.label} +{ author empty$ + { editor empty$ + { key empty$ + { cite$ #1 #3 substring$ } + 'key % apalike uses the whole key + if$ + } + { editor format.lab.names } + if$ + } + { author format.lab.names } + if$ +} + +FUNCTION {editor.key.label} +{ editor empty$ + { key empty$ + { cite$ #1 #3 substring$ } + 'key % apalike uses the whole key, no organization + if$ + } + { editor format.lab.names } + if$ +} + +FUNCTION {calc.label} +{ type$ "book" = + type$ "inbook" = + or + 'author.editor.key.label + { type$ "proceedings" = + 'editor.key.label % apalike ignores organization + 'author.key.label % for labeling and sorting + if$ + } + if$ + ", " % these three lines are + * % for apalike, which + year field.or.null purify$ #-1 #4 substring$ % uses all four digits + * + 'label := +} + +FUNCTION {sort.format.names} +{ 's := + #1 'nameptr := + "" + s num.names$ 'numnames := + numnames 'namesleft := + { namesleft #0 > } + { nameptr #1 > + { " " * } + 'skip$ + if$ % apalike uses initials + s nameptr "{vv{ } }{ll{ }}{ f{ }}{ jj{ }}" format.name$ 't := % <= here + nameptr numnames = t "others" = and + { fr.et.al * } + { t sortify * } + if$ + nameptr #1 + 'nameptr := + namesleft #1 - 'namesleft := + } + while$ +} + +FUNCTION {sort.format.title} +{ 't := + "Un " #3 + "Une " #4 + "Des " #4 + "Le " #3 + "La " #3 + "Les " #4 + "A " #2 + "An " #3 + "The " #4 t chop.word + chop.word + chop.word + chop.word + chop.word + chop.word + chop.word + chop.word + chop.word + sortify + #1 global.max$ substring$ +} + +FUNCTION {author.sort} +{ author empty$ + { key empty$ + { "to sort, need author or key in " cite$ * warning$ + "" + } + { key sortify } + if$ + } + { author sort.format.names } + if$ +} + +FUNCTION {author.editor.sort} +{ author empty$ + { editor empty$ + { key empty$ + { "to sort, need author, editor, or key in " cite$ * warning$ + "" + } + { key sortify } + if$ + } + { editor sort.format.names } + if$ + } + { author sort.format.names } + if$ +} + +FUNCTION {editor.sort} +{ editor empty$ + { key empty$ + { "to sort, need editor or key in " cite$ * warning$ + "" + } + { key sortify } + if$ + } + { editor sort.format.names } + if$ +} + +% apalike uses two sorting passes; the first one sets the +% labels so that the `a's, `b's, etc. can be computed; +% the second pass puts the references in "correct" order. +% The presort function is for the first pass. It computes +% label, sort.label, and title, and then concatenates. +FUNCTION {presort} +{ calc.label + label sortify + " " + * + type$ "book" = + type$ "inbook" = + or + 'author.editor.sort + { type$ "proceedings" = + 'editor.sort + 'author.sort + if$ + } + if$ + #1 entry.max$ substring$ % for + 'sort.label := % apalike + sort.label % style + * + " " + * + title field.or.null + sort.format.title + * + #1 entry.max$ substring$ + 'sort.key$ := +} + +ITERATE {presort} + +SORT % by label, sort.label, title---for final label calculation + +STRINGS { last.label next.extra } % apalike labels are only for the text; + +INTEGERS { last.extra.num } % there are none in the bibliography + +FUNCTION {initialize.extra.label.stuff} % and hence there is no `longest.label' +{ #0 int.to.chr$ 'last.label := + "" 'next.extra := + #0 'last.extra.num := +} + +FUNCTION {forward.pass} +{ last.label label = + { last.extra.num #1 + 'last.extra.num := + last.extra.num int.to.chr$ 'extra.label := + } + { "a" chr.to.int$ 'last.extra.num := + "" 'extra.label := + label 'last.label := + } + if$ +} + +FUNCTION {reverse.pass} +{ next.extra "b" = + { "a" 'extra.label := } + 'skip$ + if$ + label extra.label * 'label := + extra.label 'next.extra := +} + +EXECUTE {initialize.extra.label.stuff} + +ITERATE {forward.pass} + +REVERSE {reverse.pass} + +% Now that the label is right we sort for real, +% on sort.label then year then title. This is +% for the second sorting pass. +FUNCTION {bib.sort.order} +{ sort.label + " " + * + year field.or.null sortify + * + " " + * + title field.or.null + sort.format.title + * + #1 entry.max$ substring$ + 'sort.key$ := +} + +ITERATE {bib.sort.order} + +SORT % by sort.label, year, title---giving final bibliography order + +FUNCTION {begin.bib} +{ preamble$ empty$ + 'skip$ + { preamble$ write$ newline$ } + if$ + "\begin{thebibliography}{}" write$ newline$ + "\expandafter\ifx\csname fonteauteurs\endcsname\relax" + write$ newline$ + "\def\fonteauteurs{" fr.auteurs.style * "}\fi" * write$ newline$ + "\expandafter\ifx\csname url\endcsname\relax" write$ newline$ + " \def\url#1{{\tt #1}}% " write$ newline$ + " \message{You should include the url package}\fi" write$ newline$ +} + +EXECUTE {begin.bib} + +EXECUTE {init.state.consts} + +ITERATE {call.type$} + +FUNCTION {end.bib} +{ newline$ + "\end{thebibliography}" write$ newline$ +} + +EXECUTE {end.bib} diff -Nru texlive-lang-2007.dfsg.4/texmf-dist/bibtex/bst/bib-fr/ieeetr-fr.bst texlive-lang-2009/texmf-dist/bibtex/bst/bib-fr/ieeetr-fr.bst --- texlive-lang-2007.dfsg.4/texmf-dist/bibtex/bst/bib-fr/ieeetr-fr.bst 1970-01-01 01:00:00.000000000 +0100 +++ texlive-lang-2009/texmf-dist/bibtex/bst/bib-fr/ieeetr-fr.bst 2009-05-15 22:36:53.000000000 +0100 @@ -0,0 +1,1082 @@ +%% +%% Bib. style "ieeetr-fr" (version francisee de ieeetr.bst) +%% +%% NM, 2004/03/05 +%% markey@lsv.ens-cachan.fr +%% +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +%% Original Copyright (Oren Patashnik & Howard Trickey): +%% + % IEEE Transactions bibliography style (29-Jan-88 version) + % numeric labels, order-of-reference, IEEE abbreviations, + % quotes around article titles, commas separate all fields + % except after book titles and before "notes". Otherwise, + % much like the "plain" family, from which this is adapted. + % + % History + % 9/30/85 (HWT) Original version, by Howard Trickey. + % 1/29/88 (OP&HWT) Updated for BibTeX version 0.99a, Oren Patashnik; + % THIS `ieeetr' VERSION DOES NOT WORK WITH BIBTEX 0.98i. + %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +ENTRY + { address + author + booktitle + chapter + edition + editor + howpublished + institution + journal + key + month + note + number + organization + pages + publisher + school + series + title + type + volume + year + } + {} + { label } + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +%% +%% C'est ici que je definis les "traductions". Normalement, y a +%% que ca a changer pour franciser le style... +%% +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + + +FUNCTION{fr.and}{ %% le "et" entre les deux derniers auteurs +" et " +} + +FUNCTION{fr.editeur}{ %% ", \'editeur" au singulier, ou " (\'editeur)"... +", \'ed." +} + +FUNCTION{fr.editeurs}{ %% ", \'editeurs" au pluriel, ou " (\'editeurs)"... +", \'eds" +} + +FUNCTION{fr.og}{ %% "ouvrez les guillemets" +"\og " %% ATENTION : necessite babel +} + +FUNCTION{fr.fg}{ %% "fermez les guillemets" +"\fg{}" %% ATENTION : necessite babel +} + +FUNCTION{fr.et.al}{ %% " et~al." +" \emph{et~al.}" +} + +FUNCTION{fr.in}{ %% "/In/ " +"\emph{In} " +} + +FUNCTION{fr.in.min}{ %% "/in/ " +"\emph{in} " +} + +FUNCTION{fr.in.spc}{ %% " de " (ou " de la s\'erie ") +" de " +} + +FUNCTION{fr.of}{ %% " de " +" de " +} + +FUNCTION{fr.number}{ %% "num{\'e}ro " +"no.~" +} + +FUNCTION{fr.number.maj}{ %% "Num\'ero " +"No.~" +} + +FUNCTION{fr.volume}{ %% "volume" +"vol.~" +} + +FUNCTION{fr.volume.maj}{ %% "Volume" +"Vol.~" +} + +FUNCTION{fr.edition}{ %% " \'edition" +"~\'ed." +} + +FUNCTION{fr.pages}{ %% "pages" +"p.~" +} + +FUNCTION{fr.page}{ %% "page" +"p.~" +} + +FUNCTION{fr.chapter}{ %% "chapitre" +"chap.~" +} + +FUNCTION{fr.tech.rep}{ %% "Rapport Technique" +"Rap. tech." +} + +FUNCTION{fr.master}{ %% "M\'emoire de D.E.A." +"M\'em. D.E.A." +} + +FUNCTION{fr.phd}{ %% "Th\`ese de doctorat" +"Th\`ese doctorat" +} + +FUNCTION{fr.auteurs.style}{ + %% si on veut des small caps sur le LASTNAME de l'auteur + %% Cette fonction est utilisee dans la definition d'une + %% fonction LaTeX. +"\scshape" +} + +FUNCTION{fr.ponctuation.apres.auteurs}{ %% Comme son nom l'indique... + %% Laisser vide pour un "." +" : " +} + +FUNCTION{fr.deuxpoints}{ %% Pour eviter l'espace avant les ":". +"\string:\penalty500\relax " +} + +MACRO {jan} {"jan."} +MACRO {feb} {"f\'ev."} +MACRO {mar} {"mars"} +MACRO {apr} {"avril"} +MACRO {may} {"mai"} +MACRO {jun} {"juin"} +MACRO {jul} {"juil."} +MACRO {aug} {"ao\^ut"} +MACRO {sep} {"sept."} +MACRO {oct} {"oct."} +MACRO {nov} {"nov."} +MACRO {dec} {"d\'ec."} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +%% +%% La suite, normalement, y a rien a changer... +%% +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +INTEGERS { output.state before.all mid.sentence after.quote after.sentence + after.quoted.block after.block after.authors} + +FUNCTION {init.state.consts} +{ #0 'before.all := + #1 'mid.sentence := + #2 'after.quote := + #3 'after.sentence := + #4 'after.quoted.block := + #5 'after.block := + #0 'after.authors := +} + +STRINGS { s t } + +FUNCTION{ fr.add.period }{ +after.authors + { fr.ponctuation.apres.auteurs empty$ + { add.period$ } + { fr.ponctuation.apres.auteurs * #0 'after.authors := } + if$} + { add.period$ } +if$ +} + +FUNCTION {output.nonnull} +{ 's := + output.state mid.sentence = + { ", " * write$ } + { output.state after.quote = + { " " * write$ } + { output.state after.block = + { fr.add.period write$ + newline$ + "\newblock " write$ + } + { output.state before.all = + 'write$ + { output.state after.quoted.block = + { write$ + newline$ + "\newblock " write$ + } + { fr.add.period " " * write$ } + if$ + } + if$ + } + if$ + } + if$ + mid.sentence 'output.state := + } + if$ + s +} + +FUNCTION {output} +{ duplicate$ empty$ + 'pop$ + 'output.nonnull + if$ +} + +FUNCTION {output.check} +{ 't := + duplicate$ empty$ + { pop$ "empty " t * " in " * cite$ * warning$ } + 'output.nonnull + if$ +} + +FUNCTION {output.bibitem} +{ newline$ + "\bibitem{" write$ + cite$ write$ + "}" write$ + newline$ + "" + before.all 'output.state := +} + +FUNCTION {blank.sep} +{ after.quote 'output.state := +} + +FUNCTION {fin.entry} +{ output.state after.quoted.block = + 'skip$ + 'add.period$ + if$ + write$ + newline$ +} + +FUNCTION {new.block} +{ output.state before.all = + 'skip$ + { output.state after.quote = + { after.quoted.block 'output.state := } + { after.block 'output.state := } + if$ + } + if$ +} + +FUNCTION {new.sentence} +{ output.state after.block = + 'skip$ + { output.state before.all = + 'skip$ + { after.sentence 'output.state := } + if$ + } + if$ +} + +FUNCTION {not} +{ { #0 } + { #1 } + if$ +} + +FUNCTION {and} +{ 'skip$ + { pop$ #0 } + if$ +} + +FUNCTION {or} +{ { pop$ #1 } + 'skip$ + if$ +} + +FUNCTION {new.block.checka} +{ empty$ + 'skip$ + 'new.block + if$ +} + +FUNCTION {new.block.checkb} +{ empty$ + swap$ empty$ + and + 'skip$ + 'new.block + if$ +} + +FUNCTION {new.sentence.checka} +{ empty$ + 'skip$ + 'new.sentence + if$ +} + +FUNCTION {field.or.null} +{ duplicate$ empty$ + { pop$ "" } + 'skip$ + if$ +} + +FUNCTION {emphasize} +{ duplicate$ empty$ + { pop$ "" } + { "{\em " swap$ * "}" * } + if$ +} + +INTEGERS { nameptr namesleft numnames } + +FUNCTION {format.names} +{ 's := + #1 'nameptr := + s num.names$ 'numnames := + numnames 'namesleft := + { namesleft #0 > } + { s nameptr "{f.~}{vv~}\bgroup\fonteauteurs\bgroup {ll}\egroup\egroup{{}}{, jj}" format.name$ 't := + nameptr #1 > + { namesleft #1 > + { ", " * t * } + { %numnames #2 > + %{ "," * } + %'skip$ + %if$ + t "\bgroup\fonteauteurs\bgroup others\egroup\egroup{}" = + { fr.et.al * } + { fr.and * t * } + if$ + } + if$ + } + 't + if$ + nameptr #1 + 'nameptr := + namesleft #1 - 'namesleft := + } + while$ +} + +FUNCTION {format.authors} +{ author empty$ + { "" } + { author format.names } + if$ +} + +FUNCTION {format.editors} +{ editor empty$ + { "" } + { editor format.names + editor num.names$ #1 > + { fr.editeurs * } + { fr.editeur * } + if$ + } + if$ +} + +FUNCTION {format.title} +{ title empty$ + { "" } + { fr.og title "t" change.case$ * fr.fg * ", " * } + if$ +} + +FUNCTION {format.title.p} +{ title empty$ + { "" } + { fr.og title "t" change.case$ * fr.fg * ". " * } + if$ +} + +FUNCTION {n.dashify} +{ 't := + "" + { t empty$ not } + { t #1 #1 substring$ "-" = + { t #1 #2 substring$ "--" = not + { "--" * + t #2 global.max$ substring$ 't := + } + { { t #1 #1 substring$ "-" = } + { "-" * + t #2 global.max$ substring$ 't := + } + while$ + } + if$ + } + { t #1 #1 substring$ * + t #2 global.max$ substring$ 't := + } + if$ + } + while$ +} + +FUNCTION {format.date} +{ year empty$ + { month empty$ + { "" } + { "there's a month but no year in " cite$ * warning$ + month + } + if$ + } + { month empty$ + 'year + { month " " * year * } + if$ + } + if$ +} + +FUNCTION {format.btitle} +{ title emphasize +} + +FUNCTION {tie.or.space.connect} +{ duplicate$ text.length$ #3 < + { "~" } + { " " } + if$ + swap$ * * +} + +FUNCTION {either.or.check} +{ empty$ + 'pop$ + { "can't use both " swap$ * " fields in " * cite$ * warning$ } + if$ +} + +FUNCTION {format.bvolume} +{ volume empty$ + { "" } + { fr.volume volume * + series empty$ + 'skip$ + { fr.in.min * series emphasize * } + if$ + "volume and number" number either.or.check + } + if$ +} + +FUNCTION {format.number.series} +{ volume empty$ + { number empty$ + { series field.or.null } + { output.state mid.sentence = + { fr.number } + { fr.number.maj } + if$ + number * + series empty$ + { "there's a number but no series in " cite$ * warning$ } + { fr.in.spc * series * } + if$ + } + if$ + } + { "" } + if$ +} + +FUNCTION {format.edition} +{ edition empty$ + { "" } + { edition "l" change.case$ fr.edition * } + if$ +} + +INTEGERS { multiresult } + +FUNCTION {multi.page.check} +{ 't := + #0 'multiresult := + { multiresult not + t empty$ not + and + } + { t #1 #1 substring$ + duplicate$ "-" = + swap$ duplicate$ "," = + swap$ "+" = + or or + { #1 'multiresult := } + { t #2 global.max$ substring$ 't := } + if$ + } + while$ + multiresult +} + +FUNCTION {format.pages} +{ pages empty$ + { "" } + { pages multi.page.check + { fr.pages pages n.dashify * } + { fr.page pages * } + if$ + } + if$ +} + +FUNCTION {format.volume} +{ volume empty$ + { "" } + { fr.volume volume * } + if$ +} + +FUNCTION {format.number} +{ number empty$ + { "" } + { fr.number number * } + if$ +} + +FUNCTION {format.chapter.pages} +{ chapter empty$ + 'format.pages + { type empty$ + { fr.chapter chapter * } + { type "l" change.case$ chapter tie.or.space.connect } + if$ + pages empty$ + 'skip$ + { ", " * format.pages * } + if$ + } + if$ +} + +FUNCTION {format.in.ed.booktitle} +{ booktitle empty$ + { "" } + { fr.in.min booktitle emphasize * + editor empty$ + 'skip$ + { " (" * format.editors * ")" * } + if$ + } + if$ +} + +FUNCTION {format.thesis.type} +{ type empty$ + 'skip$ + { pop$ + output.state after.block = + { type "t" change.case$ } + { type "l" change.case$ } + if$ + } + if$ +} + +FUNCTION {empty.misc.check} +{ author empty$ title empty$ howpublished empty$ + month empty$ year empty$ note empty$ + and and and and and + { "all relevant fields are empty in " cite$ * warning$ } + 'skip$ + if$ +} + +FUNCTION {format.tr.number} +{ type empty$ + { fr.tech.rep } + 'type + if$ + number empty$ + { "l" change.case$ } + { number tie.or.space.connect } + if$ +} + +FUNCTION {format.addr.pub} +{ publisher empty$ + { "" } + { address empty$ + { "" } + { address ": " * } + if$ + publisher * + } + if$ +} + +FUNCTION {format.paddress} +{ address empty$ + { "" } + { "(" address * ")" * } + if$ +} + +FUNCTION {format.article.crossref} +{ key empty$ + { journal empty$ + { "need key or journal for " cite$ * " to crossref " * crossref * + warning$ + "" + } + { fr.in.min "{\em " * journal * "\/}" * } + if$ + } + { fr.in.min key * } + if$ + " \cite{" * crossref * "}" * +} + +FUNCTION {format.crossref.editor} +{ editor #1 "{vv~}\bgroup\fonteauteurs\bgroup {ll}\egroup\egroup{{}}" format.name$ + editor num.names$ duplicate$ + #2 > + { pop$ fr.et.al * } + { #2 < + 'skip$ + { editor #2 "{ff }{vv }{ll}{ jj}" format.name$ "others" = + { fr.et.al * } + { fr.and * editor #2 "{vv~}\bgroup\fonteauteurs\bgroup {ll}\egroup\egroup{{}}" format.name$ * } + if$ + } + if$ + } + if$ +} + +FUNCTION {format.book.crossref} +{ volume empty$ + { "empty volume in " cite$ * "'s crossref of " * crossref * warning$ + fr.in + } + { fr.volume volume * + fr.of * + } + if$ + editor empty$ + editor field.or.null author field.or.null = + or + { key empty$ + { series empty$ + { "need editor, key, or series for " cite$ * " to crossref " * + crossref * warning$ + "" * + } + { "{\em " * series * "\/}" * } + if$ + } + { key * } + if$ + } + { format.crossref.editor * } + if$ + " \cite{" * crossref * "}" * +} + +FUNCTION {format.incoll.inproc.crossref} +{ editor empty$ + editor field.or.null author field.or.null = + or + { key empty$ + { booktitle empty$ + { "need editor, key, or booktitle for " cite$ * " to crossref " * + crossref * warning$ + "" + } + { fr.in.min "{\em " * booktitle * "\/}" * } + if$ + } + { fr.in.min key * } + if$ + } + { fr.in.min format.crossref.editor * } + if$ + " \cite{" * crossref * "}" * +} + +FUNCTION {article} +{ output.bibitem + format.authors "author" output.check + format.title "title" output.check + blank.sep + crossref missing$ + { journal emphasize "journal" output.check + format.volume output + month empty$ + { format.number output } + 'skip$ + if$ + format.pages output + format.date "year" output.check + } + { format.article.crossref output.nonnull + format.pages output + } + if$ + new.block + note output + fin.entry +} + +FUNCTION {book} +{ output.bibitem + author empty$ + { format.editors "author and editor" output.check } + { format.authors output.nonnull + crossref missing$ + { "author and editor" editor either.or.check } + 'skip$ + if$ + } + if$ + format.btitle "title" output.check + crossref missing$ + { format.bvolume output + new.block + format.number.series output + format.addr.pub "publisher" output.check + } + { new.block + format.book.crossref output.nonnull + } + if$ + format.edition output + format.date "year" output.check + new.block + note output + fin.entry +} + +FUNCTION {booklet} +{ output.bibitem + format.authors output + title empty$ + { "empty title in " cite$ * warning$ + howpublished new.sentence.checka + } + { howpublished empty$ not + address empty$ month empty$ year empty$ and and + or + { format.title.p output.nonnull } + { format.title output.nonnull } + if$ + blank.sep + } + if$ + howpublished output + address output + format.date output + new.block + note output + fin.entry +} + +FUNCTION {inbook} +{ output.bibitem + author empty$ + { format.editors "author and editor" output.check } + { format.authors output.nonnull + crossref missing$ + { "author and editor" editor either.or.check } + 'skip$ + if$ + } + if$ + format.btitle "title" output.check + crossref missing$ + { format.bvolume output + format.chapter.pages "chapter and pages" output.check + new.block + format.number.series output + format.addr.pub "publisher" output.check + } + { format.chapter.pages "chapter and pages" output.check + new.block + format.book.crossref output.nonnull + } + if$ + format.edition output + format.date "year" output.check + new.block + note output + fin.entry +} + +FUNCTION {incollection} +{ output.bibitem + format.authors "author" output.check + format.title "title" output.check + blank.sep + crossref missing$ + { format.in.ed.booktitle "booktitle" output.check + format.bvolume output + format.number.series output + format.chapter.pages output + format.addr.pub "publisher" output.check + format.edition output + format.date "year" output.check + } + { format.incoll.inproc.crossref output.nonnull + format.chapter.pages output + } + if$ + new.block + note output + fin.entry +} + +FUNCTION {inproceedings} +{ output.bibitem + format.authors "author" output.check + format.title "title" output.check + blank.sep + crossref missing$ + { format.in.ed.booktitle "booktitle" output.check + format.bvolume output + format.number.series output + format.paddress output + format.pages output + organization output + publisher output + format.date "year" output.check + } + { format.incoll.inproc.crossref output.nonnull + format.pages output + } + if$ + new.block + note output + fin.entry +} + +FUNCTION {conference} { inproceedings } + +FUNCTION {manual} +{ output.bibitem + author empty$ + { organization empty$ + 'skip$ + { organization output.nonnull + address output + } + if$ + } + { format.authors output.nonnull } + if$ + format.btitle "title" output.check + author empty$ + { organization empty$ + { address new.block.checka + address output + } + 'skip$ + if$ + } + { organization address new.block.checkb + organization output + address output + } + if$ + format.edition output + format.date output + new.block + note output + fin.entry +} + +FUNCTION {mastersthesis} +{ output.bibitem + format.authors "author" output.check + format.title "title" output.check + blank.sep + fr.master format.thesis.type output.nonnull + school "school" output.check + address output + format.date "year" output.check + new.block + note output + fin.entry +} + +FUNCTION {misc} +{ output.bibitem + format.authors output + title empty$ + { howpublished new.sentence.checka } + { howpublished empty$ not + month empty$ year empty$ and + or + { format.title.p output.nonnull } + { format.title output.nonnull } + if$ + blank.sep + } + if$ + howpublished output + format.date output + new.block + note output + fin.entry + empty.misc.check +} + +FUNCTION {phdthesis} +{ output.bibitem + format.authors "author" output.check + format.btitle "title" output.check + new.block + fr.phd format.thesis.type output.nonnull + school "school" output.check + address output + format.date "year" output.check + new.block + note output + fin.entry +} + +FUNCTION {proceedings} +{ output.bibitem + editor empty$ + { organization output } + { format.editors output.nonnull } + if$ + format.btitle "title" output.check + format.bvolume output + format.number.series output + format.paddress output + editor empty$ + 'skip$ + { organization output } + if$ + publisher output + format.date "year" output.check + new.block + note output + fin.entry +} + +FUNCTION {techreport} +{ output.bibitem + format.authors "author" output.check + format.title "title" output.check + blank.sep + format.tr.number output.nonnull + institution "institution" output.check + address output + format.date "year" output.check + new.block + note output + fin.entry +} + +FUNCTION {unpublished} +{ output.bibitem + format.authors "author" output.check + format.title.p "title" output.check + blank.sep + note "note" output.check + format.date output + fin.entry +} + +FUNCTION {default.type} { misc } + +MACRO {acmcs} {"ACM Computing Surveys"} +MACRO {acta} {"Acta Informatica"} +MACRO {cacm} {"Communications ACM"} +MACRO {ibmjrd} {"IBM J. Research and Development"} +MACRO {ibmsj} {"IBM Systems~J."} +MACRO {ieeese} {"IEEE Trans. Software Engineering"} +MACRO {ieeetc} {"IEEE Trans. Computers"} +MACRO {ieeetcad} + {"IEEE Trans. Computer-Aided Design"} +MACRO {ipl} {"Information Processing Letters"} +MACRO {jacm} {"J.~ACM"} +MACRO {jcss} {"J.~Computer and System Sciences"} +MACRO {scp} {"Science of Computer Programming"} +MACRO {sicomp} {"SIAM J. Computing"} +MACRO {tocs} {"ACM Trans. Computer Systems"} +MACRO {tods} {"ACM Trans. Database Systems"} +MACRO {tog} {"ACM Trans. Graphics"} +MACRO {toms} {"ACM Trans. Mathematical Software"} +MACRO {toois} {"ACM Trans. Office Information Systems"} +MACRO {toplas} {"ACM Trans. Programming Languages and Systems"} +MACRO {tcs} {"Theoretical Computer Science"} + +READ + +STRINGS { longest.label } + +INTEGERS { number.label longest.label.width } + +FUNCTION {initialize.longest.label} +{ "" 'longest.label := + #1 'number.label := + #0 'longest.label.width := +} + +FUNCTION {longest.label.pass} +{ number.label int.to.str$ 'label := + number.label #1 + 'number.label := + label width$ longest.label.width > + { label 'longest.label := + label width$ 'longest.label.width := + } + 'skip$ + if$ +} + +EXECUTE {initialize.longest.label} + +ITERATE {longest.label.pass} + +FUNCTION {begin.bib} +{ preamble$ empty$ + 'skip$ + { preamble$ write$ newline$ } + if$ + "\begin{thebibliography}{" longest.label * "}" * write$ newline$ + "\expandafter\ifx\csname fonteauteurs\endcsname\relax" + write$ newline$ + "\def\fonteauteurs{" fr.auteurs.style * "}\fi" * write$ newline$ +} + +EXECUTE {begin.bib} + +EXECUTE {init.state.consts} + +ITERATE {call.type$} + +FUNCTION {end.bib} +{ newline$ + "\end{thebibliography}" write$ newline$ +} + +EXECUTE {end.bib} diff -Nru texlive-lang-2007.dfsg.4/texmf-dist/bibtex/bst/bib-fr/plain-fr.bst texlive-lang-2009/texmf-dist/bibtex/bst/bib-fr/plain-fr.bst --- texlive-lang-2007.dfsg.4/texmf-dist/bibtex/bst/bib-fr/plain-fr.bst 1970-01-01 01:00:00.000000000 +0100 +++ texlive-lang-2009/texmf-dist/bibtex/bst/bib-fr/plain-fr.bst 2009-05-15 22:36:53.000000000 +0100 @@ -0,0 +1,1235 @@ +%% +%% Bib. style "plain-fr" (version francisee de plain.bst) +%% +%% NM, 2004/02/22 +%% markey@lsv.ens-cachan.fr +%% +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +%% Original Copyright (Oren Patashnik): +%% + % This program may be distributed and/or modified under the + % conditions of the LaTeX Project Public License, either version 1.2 + % of this license or (at your option) any later version. + % The latest version of this license is in + % http://www.latex-project.org/lppl.txt + % and version 1.2 or later is part of all distributions of LaTeX + % version 1999/12/01 or later. + % + % This program consists of the files plain.bst + %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +ENTRY + { address + author + booktitle + chapter + edition + editor + howpublished + institution + journal + key + month + note + number + organization + pages + publisher + school + series + title + type + volume + year + } + {} + { label } + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +%% +%% C'est ici que je definis les "traductions". Normalement, y a +%% que ca a changer pour franciser le style... +%% +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + + +FUNCTION{fr.and}{ %% le "et" entre les deux derniers auteurs +" et " +} + +FUNCTION{fr.editeur}{ %% ", \'editeur" au singulier, ou " (\'editeur)"... +", \'editeur" +} + +FUNCTION{fr.editeurs}{ %% ", \'editeurs" au pluriel, ou " (\'editeurs)"... +", \'editeurs" +} + +FUNCTION{fr.et.al}{ %% " et~al." +" \emph{et~al.}" +} + +FUNCTION{fr.in}{ %% "Dans " +"\emph{In} " +} + +FUNCTION{fr.in.spc}{ %% " de " (ou " de la s\'erie ") +" de " +} + +FUNCTION{fr.of}{ %% " de " +" de " +} + +FUNCTION{fr.number}{ %% "num{\'e}ro " +"num\'ero " +} + +FUNCTION{fr.number.maj}{ %% "Num\'ero " +"Num\'ero " +} + +FUNCTION{fr.volume}{ %% "volume" +"volume" +} + +FUNCTION{fr.volume.maj}{ %% "Volume" +"Volume" +} + +FUNCTION{fr.edition}{ %% " \'edition" +" \'edition" +} + +FUNCTION{fr.pages}{ %% "pages" +"pages" +} + +FUNCTION{fr.page}{ %% "page" +"page" +} + +FUNCTION{fr.chapter}{ %% "chapitre" +"chapitre" +} + +FUNCTION{fr.tech.rep}{ %% "Rapport Technique" +"Rapport technique" +} + +FUNCTION{fr.master}{ %% "M\'emoire de D.E.A." +"M\'emoire de D.E.A." +} + +FUNCTION{fr.phd}{ %% "Th\`ese de doctorat" +"Th\`ese de doctorat" +} + +FUNCTION{fr.auteurs.style}{ + %% si on veut des small caps sur le LASTNAME de l'auteur + %% Cette fonction est utilisee dans la definition d'une + %% fonction LaTeX. +"\scshape" +} + +FUNCTION{fr.ponctuation.apres.auteurs}{ %% Comme son nom l'indique... + %% Laisser vide pour un "." +" : " +} + +FUNCTION{fr.deuxpoints}{ %% Pour eviter l'espace avant les ":". +"\string:\penalty500\relax " +} + +MACRO {jan} {"janvier"} +MACRO {feb} {"f\'evrier"} +MACRO {mar} {"mars"} +MACRO {apr} {"avril"} +MACRO {may} {"mai"} +MACRO {jun} {"juin"} +MACRO {jul} {"juillet"} +MACRO {aug} {"ao\^ut"} +MACRO {sep} {"septembre"} +MACRO {oct} {"octobre"} +MACRO {nov} {"novembre"} +MACRO {dec} {"d\'ecembre"} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +%% +%% La suite, normalement, y a rien a changer... +%% +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + + + + + +INTEGERS { output.state before.all mid.sentence after.sentence after.block after.authors } + +FUNCTION {init.state.consts} +{ #0 'before.all := + #1 'mid.sentence := + #2 'after.sentence := + #3 'after.block := + #0 'after.authors := +} + +STRINGS { s t } + +FUNCTION{ fr.add.period }{ +after.authors + { fr.ponctuation.apres.auteurs empty$ + { add.period$ } + { fr.ponctuation.apres.auteurs * #0 'after.authors := } + if$} + { add.period$ } +if$ +} + +FUNCTION {output.nonnull} +{ 's := + output.state mid.sentence = + { ", " * write$ } + { output.state after.block = + { fr.add.period write$ + newline$ + "\newblock " write$ + } + { output.state before.all = + 'write$ + { add.period$ " " * write$ } + if$ + } + if$ + mid.sentence 'output.state := + } + if$ + s +} + +FUNCTION {output} +{ duplicate$ empty$ + 'pop$ + 'output.nonnull + if$ +} + +FUNCTION {output.check} +{ 't := + duplicate$ empty$ + { pop$ "empty " t * " in " * cite$ * warning$ } + 'output.nonnull + if$ +} + +FUNCTION {output.bibitem} +{ newline$ + "\bibitem{" write$ + cite$ write$ + "}" write$ + newline$ + "" + before.all 'output.state := +} + +FUNCTION {fin.entry} +{ add.period$ + write$ + newline$ +} + +FUNCTION {new.block} +{ output.state before.all = + 'skip$ + { after.block 'output.state := } + if$ +} + +FUNCTION {new.sentence} +{ output.state after.block = + 'skip$ + { output.state before.all = + 'skip$ + { after.sentence 'output.state := } + if$ + } + if$ +} + +FUNCTION {not} +{ { #0 } + { #1 } + if$ +} + +FUNCTION {and} +{ 'skip$ + { pop$ #0 } + if$ +} + +FUNCTION {or} +{ { pop$ #1 } + 'skip$ + if$ +} + +FUNCTION {new.block.checka} +{ empty$ + 'skip$ + 'new.block + if$ +} + +FUNCTION {new.block.checkb} +{ empty$ + swap$ empty$ + and + 'skip$ + 'new.block + if$ +} + +FUNCTION {new.sentence.checka} +{ empty$ + 'skip$ + 'new.sentence + if$ +} + +FUNCTION {new.sentence.checkb} +{ empty$ + swap$ empty$ + and + 'skip$ + 'new.sentence + if$ +} + +FUNCTION {field.or.null} +{ duplicate$ empty$ + { pop$ "" } + 'skip$ + if$ +} + +FUNCTION {emphasize} +{ duplicate$ empty$ + { pop$ "" } + { "{\em " swap$ * "}" * } + if$ +} + +INTEGERS { nameptr namesleft numnames } + +FUNCTION {format.names} +{ 's := + #1 'nameptr := + s num.names$ 'numnames := + numnames 'namesleft := + { namesleft #0 > } + { s nameptr "{ff~}{vv~}\bgroup\fonteauteurs\bgroup {ll}\egroup\egroup{{}}{, jj}" format.name$ 't := + nameptr #1 > + { namesleft #1 > + { ", " * t * } + { %numnames #2 > namesleft #2 > and + % { "," * } + % 'skip$ + %if$ + t "\bgroup\fonteauteurs\bgroup others\egroup\egroup{}" = + { fr.et.al * } + { fr.and * t * } + if$ + } + if$ + } + 't + if$ + nameptr #1 + 'nameptr := + namesleft #1 - 'namesleft := + } + while$ +} + +FUNCTION {format.authors} +{ author empty$ + { "" } + { author format.names #1 'after.authors := } + if$ +} + +FUNCTION {format.editors} +{ editor empty$ + { "" } + { editor format.names + editor num.names$ #1 > + { fr.editeurs * } + { fr.editeur * } + if$ + } + if$ +} + +FUNCTION {format.title} +{ title empty$ + { "" } + { title "t" change.case$ } + if$ +} + +FUNCTION {n.dashify} +{ 't := + "" + { t empty$ not } + { t #1 #1 substring$ "-" = + { t #1 #2 substring$ "--" = not + { "--" * + t #2 global.max$ substring$ 't := + } + { { t #1 #1 substring$ "-" = } + { "-" * + t #2 global.max$ substring$ 't := + } + while$ + } + if$ + } + { t #1 #1 substring$ * + t #2 global.max$ substring$ 't := + } + if$ + } + while$ +} + +FUNCTION {format.date} +{ year empty$ + { month empty$ + { "" } + { "there's a month but no year in " cite$ * warning$ + month + } + if$ + } + { month empty$ + 'year + { month " " * year * } + if$ + } + if$ +} + +FUNCTION {format.btitle} +{ title emphasize +} + +FUNCTION {tie.or.space.connect} +{ duplicate$ text.length$ #3 < + { "~" } + { " " } + if$ + swap$ * * +} + +FUNCTION {either.or.check} +{ empty$ + 'pop$ + { "can't use both " swap$ * " fields in " * cite$ * warning$ } + if$ +} + +FUNCTION {format.bvolume} +{ volume empty$ + { "" } + { fr.volume volume tie.or.space.connect + series empty$ + 'skip$ + { fr.of * series emphasize * } + if$ + "volume and number" number either.or.check + } + if$ +} + +FUNCTION {format.number.series} +{ volume empty$ + { number empty$ + { series field.or.null } + { output.state mid.sentence = + { fr.number } + { fr.number.maj } + if$ + number tie.or.space.connect + series empty$ + { "there's a number but no series in " cite$ * warning$ } + { fr.in.spc * series * } + if$ + } + if$ + } + { "" } + if$ +} + +FUNCTION {format.edition} +{ edition empty$ + { "" } + { output.state mid.sentence = + { edition "l" change.case$ fr.edition * } + { edition "t" change.case$ fr.edition * } + if$ + } + if$ +} + +INTEGERS { multiresult } + +FUNCTION {multi.page.check} +{ 't := + #0 'multiresult := + { multiresult not + t empty$ not + and + } + { t #1 #1 substring$ + duplicate$ "-" = + swap$ duplicate$ "," = + swap$ "+" = + or or + { #1 'multiresult := } + { t #2 global.max$ substring$ 't := } + if$ + } + while$ + multiresult +} + +FUNCTION {format.pages} +{ pages empty$ + { "" } + { pages multi.page.check + { fr.pages pages n.dashify tie.or.space.connect } + { fr.page pages tie.or.space.connect } + if$ + } + if$ +} + +FUNCTION {format.vol.num.pages} +{ volume field.or.null + number empty$ + 'skip$ + { "(" number * ")" * * + volume empty$ + { "there's a number but no volume in " cite$ * warning$ } + 'skip$ + if$ + } + if$ + pages empty$ + 'skip$ + { duplicate$ empty$ + { pop$ format.pages } + { fr.deuxpoints * pages n.dashify * } + if$ + } + if$ +} + +FUNCTION {format.chapter.pages} +{ chapter empty$ + 'format.pages + { type empty$ + { fr.chapter } + { type "l" change.case$ } + if$ + chapter tie.or.space.connect + pages empty$ + 'skip$ + { ", " * format.pages * } + if$ + } + if$ +} + +FUNCTION {format.in.ed.booktitle} +{ booktitle empty$ + { "" } + { editor empty$ + { fr.in booktitle emphasize * } + { fr.in format.editors #1 'after.authors := fr.add.period " " * * booktitle emphasize * } + if$ + } + if$ +} + +FUNCTION {empty.misc.check} +{ author empty$ title empty$ howpublished empty$ + month empty$ year empty$ note empty$ + and and and and and + key empty$ not and + { "all relevant fields are empty in " cite$ * warning$ } + 'skip$ + if$ +} + +FUNCTION {format.thesis.type} +{ type empty$ + 'skip$ + { pop$ + type "t" change.case$ + } + if$ +} + +FUNCTION {format.tr.number} +{ type empty$ + { fr.tech.rep } + 'type + if$ + number empty$ + { "t" change.case$ } + { number tie.or.space.connect } + if$ +} + +FUNCTION {format.article.crossref} +{ key empty$ + { journal empty$ + { "need key or journal for " cite$ * " to crossref " * crossref * + warning$ + "" + } + { fr.in "{\em " * journal * "\/}" * } + if$ + } + { fr.in key * } + if$ + " \cite{" * crossref * "}" * +} + +FUNCTION {format.crossref.editor} +{ editor #1 "{vv~}\bgroup\fonteauteurs\bgroup {ll}\egroup\egroup{{}}" format.name$ + editor num.names$ duplicate$ + #2 > + { pop$ fr.et.al * } + { #2 < + 'skip$ + { editor #2 "{ff }{vv }{ll}{ jj}" format.name$ "others" = + { fr.et.al * } + { fr.and * editor #2 "{vv~}\bgroup\fonteauteurs\bgroup {ll}\egroup\egroup{{}}" format.name$ * } + if$ + } + if$ + } + if$ +} + +FUNCTION {format.book.crossref} +{ volume empty$ + { "empty volume in " cite$ * "'s crossref of " * crossref * warning$ + fr.in + } + { fr.volume.maj volume tie.or.space.connect + fr.of * + } + if$ + editor empty$ + editor field.or.null author field.or.null = + or + { key empty$ + { series empty$ + { "need editor, key, or series for " cite$ * " to crossref " * + crossref * warning$ + "" * + } + { "{\em " * series * "\/}" * } + if$ + } + { key * } + if$ + } + { format.crossref.editor * } + if$ + " \cite{" * crossref * "}" * +} + +FUNCTION {format.incoll.inproc.crossref} +{ editor empty$ + editor field.or.null author field.or.null = + or + { key empty$ + { booktitle empty$ + { "need editor, key, or booktitle for " cite$ * " to crossref " * + crossref * warning$ + "" + } + { fr.in "{\em " * booktitle * "\/}" * } + if$ + } + { fr.in key * } + if$ + } + { fr.in format.crossref.editor * } + if$ + " \cite{" * crossref * "}" * +} + +FUNCTION {article} +{ output.bibitem + format.authors "author" output.check + new.block + format.title "title" output.check + new.block + crossref missing$ + { journal emphasize "journal" output.check + format.vol.num.pages output + format.date "year" output.check + } + { format.article.crossref output.nonnull + format.pages output + } + if$ + new.block + note output + fin.entry +} + +FUNCTION {book} +{ output.bibitem + author empty$ + { format.editors "author and editor" output.check } + { format.authors output.nonnull + crossref missing$ + { "author and editor" editor either.or.check } + 'skip$ + if$ + } + if$ + new.block + format.btitle "title" output.check + crossref missing$ + { format.bvolume output + new.block + format.number.series output + new.sentence + publisher "publisher" output.check + address output + } + { new.block + format.book.crossref output.nonnull + } + if$ + format.edition output + format.date "year" output.check + new.block + note output + fin.entry +} + +FUNCTION {booklet} +{ output.bibitem + format.authors output + new.block + format.title "title" output.check + howpublished address new.block.checkb + howpublished output + address output + format.date output + new.block + note output + fin.entry +} + +FUNCTION {inbook} +{ output.bibitem + author empty$ + { format.editors "author and editor" output.check } + { format.authors output.nonnull + crossref missing$ + { "author and editor" editor either.or.check } + 'skip$ + if$ + } + if$ + new.block + format.btitle "title" output.check + crossref missing$ + { format.bvolume output + format.chapter.pages "chapter and pages" output.check + new.block + format.number.series output + new.sentence + publisher "publisher" output.check + address output + } + { format.chapter.pages "chapter and pages" output.check + new.block + format.book.crossref output.nonnull + } + if$ + format.edition output + format.date "year" output.check + new.block + note output + fin.entry +} + +FUNCTION {incollection} +{ output.bibitem + format.authors "author" output.check + new.block + format.title "title" output.check + new.block + crossref missing$ + { format.in.ed.booktitle "booktitle" output.check + format.bvolume output + format.number.series output + format.chapter.pages output + new.sentence + publisher "publisher" output.check + address output + format.edition output + format.date "year" output.check + } + { format.incoll.inproc.crossref output.nonnull + format.chapter.pages output + } + if$ + new.block + note output + fin.entry +} + +FUNCTION {inproceedings} +{ output.bibitem + format.authors "author" output.check + new.block + format.title "title" output.check + new.block + crossref missing$ + { format.in.ed.booktitle "booktitle" output.check + format.bvolume output + format.number.series output + format.pages output + address empty$ + { organization publisher new.sentence.checkb + organization output + publisher output + format.date "year" output.check + } + { address output.nonnull + format.date "year" output.check + new.sentence + organization output + publisher output + } + if$ + } + { format.incoll.inproc.crossref output.nonnull + format.pages output + } + if$ + new.block + note output + fin.entry +} + +FUNCTION {conference} { inproceedings } + +FUNCTION {manual} +{ output.bibitem + author empty$ + { organization empty$ + 'skip$ + { organization output.nonnull + address output + } + if$ + } + { format.authors output.nonnull } + if$ + new.block + format.btitle "title" output.check + author empty$ + { organization empty$ + { address new.block.checka + address output + } + 'skip$ + if$ + } + { organization address new.block.checkb + organization output + address output + } + if$ + format.edition output + format.date output + new.block + note output + fin.entry +} + +FUNCTION {mastersthesis} +{ output.bibitem + format.authors "author" output.check + new.block + format.title "title" output.check + new.block + fr.master format.thesis.type output.nonnull + school "school" output.check + address output + format.date "year" output.check + new.block + note output + fin.entry +} + +FUNCTION {misc} +{ output.bibitem + format.authors output + title howpublished new.block.checkb + format.title output + howpublished new.block.checka + howpublished output + format.date output + new.block + note output + fin.entry + empty.misc.check +} + +FUNCTION {phdthesis} +{ output.bibitem + format.authors "author" output.check + new.block + format.btitle "title" output.check + new.block + fr.phd format.thesis.type output.nonnull + school "school" output.check + address output + format.date "year" output.check + new.block + note output + fin.entry +} + +FUNCTION {proceedings} +{ output.bibitem + editor empty$ + { organization output } + { format.editors output.nonnull } + if$ + new.block + format.btitle "title" output.check + format.bvolume output + format.number.series output + address empty$ + { editor empty$ + { publisher new.sentence.checka } + { organization publisher new.sentence.checkb + organization output + } + if$ + publisher output + format.date "year" output.check + } + { address output.nonnull + format.date "year" output.check + new.sentence + editor empty$ + 'skip$ + { organization output } + if$ + publisher output + } + if$ + new.block + note output + fin.entry +} + +FUNCTION {techreport} +{ output.bibitem + format.authors "author" output.check + new.block + format.title "title" output.check + new.block + format.tr.number output.nonnull + institution "institution" output.check + address output + format.date "year" output.check + new.block + note output + fin.entry +} + +FUNCTION {unpublished} +{ output.bibitem + format.authors "author" output.check + new.block + format.title "title" output.check + new.block + note "note" output.check + format.date output + fin.entry +} + +FUNCTION {default.type} { misc } + +MACRO {acmcs} {"ACM Computing Surveys"} +MACRO {acta} {"Acta Informatica"} +MACRO {cacm} {"Communications of the ACM"} +MACRO {ibmjrd} {"IBM Journal of Research and Development"} +MACRO {ibmsj} {"IBM Systems Journal"} +MACRO {ieeese} {"IEEE Transactions on Software Engineering"} +MACRO {ieeetc} {"IEEE Transactions on Computers"} +MACRO {ieeetcad} + {"IEEE Transactions on Computer-Aided Design of Integrated Circuits"} +MACRO {ipl} {"Information Processing Letters"} +MACRO {jacm} {"Journal of the ACM"} +MACRO {jcss} {"Journal of Computer and System Sciences"} +MACRO {scp} {"Science of Computer Programming"} +MACRO {sicomp} {"SIAM Journal on Computing"} +MACRO {tocs} {"ACM Transactions on Computer Systems"} +MACRO {tods} {"ACM Transactions on Database Systems"} +MACRO {tog} {"ACM Transactions on Graphics"} +MACRO {toms} {"ACM Transactions on Mathematical Software"} +MACRO {toois} {"ACM Transactions on Office Information Systems"} +MACRO {toplas} {"ACM Transactions on Programming Languages and Systems"} +MACRO {tcs} {"Theoretical Computer Science"} + +READ + +FUNCTION {sortify} +{ purify$ + "l" change.case$ +} + +INTEGERS { len } + +FUNCTION {chop.word} +{ 's := + 'len := + s #1 len substring$ = + { s len #1 + global.max$ substring$ } + 's + if$ +} + +FUNCTION {sort.format.names} +{ 's := + #1 'nameptr := + "" + s num.names$ 'numnames := + numnames 'namesleft := + { namesleft #0 > } + { nameptr #1 > + { " " * } + 'skip$ + if$ + s nameptr "{vv{ } }{ll{ }}{ ff{ }}{ jj{ }}" format.name$ 't := + nameptr numnames = t "others" = and + { "et al" * } + { t sortify * } + if$ + nameptr #1 + 'nameptr := + namesleft #1 - 'namesleft := + } + while$ +} + +FUNCTION {sort.format.title} +{ 't := + "Le " #3 + "La " #3 + "Les " #4 + "Un " #3 + "Une " #4 + "Des " #4 + "A " #2 + "An " #3 + "The " #4 t chop.word + chop.word + chop.word + chop.word + chop.word + chop.word + chop.word + chop.word + chop.word + sortify + #1 global.max$ substring$ +} + +FUNCTION {author.sort} +{ author empty$ + { key empty$ + { "to sort, need author or key in " cite$ * warning$ + "" + } + { key sortify } + if$ + } + { author sort.format.names } + if$ +} + +FUNCTION {author.editor.sort} +{ author empty$ + { editor empty$ + { key empty$ + { "to sort, need author, editor, or key in " cite$ * warning$ + "" + } + { key sortify } + if$ + } + { editor sort.format.names } + if$ + } + { author sort.format.names } + if$ +} + +FUNCTION {author.organization.sort} +{ author empty$ + { organization empty$ + { key empty$ + { "to sort, need author, organization, or key in " cite$ * warning$ + "" + } + { key sortify } + if$ + } + { "Le " #3 + "La " #3 + "Les " #4 + "The " #4 organization chop.word + chop.word + chop.word + chop.word + sortify } + if$ + } + { author sort.format.names } + if$ +} + +FUNCTION {editor.organization.sort} +{ editor empty$ + { organization empty$ + { key empty$ + { "to sort, need editor, organization, or key in " cite$ * warning$ + "" + } + { key sortify } + if$ + } + { "Le " #3 + "La " #3 + "Les " #4 + "The " #4 organization chop.word + chop.word + chop.word + chop.word + sortify } + if$ + } + { editor sort.format.names } + if$ +} + +FUNCTION {presort} +{ type$ "book" = + type$ "inbook" = + or + 'author.editor.sort + { type$ "proceedings" = + 'editor.organization.sort + { type$ "manual" = + 'author.organization.sort + 'author.sort + if$ + } + if$ + } + if$ + " " + * + year field.or.null sortify + * + " " + * + title field.or.null + sort.format.title + * + #1 entry.max$ substring$ + 'sort.key$ := +} + +ITERATE {presort} + +SORT + +STRINGS { longest.label } + +INTEGERS { number.label longest.label.width } + +FUNCTION {initialize.longest.label} +{ "" 'longest.label := + #1 'number.label := + #0 'longest.label.width := +} + +FUNCTION {longest.label.pass} +{ number.label int.to.str$ 'label := + number.label #1 + 'number.label := + label width$ longest.label.width > + { label 'longest.label := + label width$ 'longest.label.width := + } + 'skip$ + if$ +} + +EXECUTE {initialize.longest.label} + +ITERATE {longest.label.pass} + +FUNCTION {begin.bib} +{ preamble$ empty$ + 'skip$ + { preamble$ write$ newline$ } + if$ + "\begin{thebibliography}{" longest.label * "}" * write$ newline$ + "\expandafter\ifx\csname fonteauteurs\endcsname\relax" + write$ newline$ + "\def\fonteauteurs{" fr.auteurs.style * "}\fi" * write$ newline$ +} + +EXECUTE {begin.bib} + +EXECUTE {init.state.consts} + +ITERATE {call.type$} + +FUNCTION {end.bib} +{ newline$ + "\end{thebibliography}" write$ newline$ +} + +EXECUTE {end.bib} + + +%% +%% Changelog : +%% 1.0 -> 1.1 : les mois ne prennent pas de majuscule +%% 1.1 -> 1.2 : le '.' qui suit la liste des auteurs peut etre +%% change en autre chose (':' notamment). +%% diff -Nru texlive-lang-2007.dfsg.4/texmf-dist/bibtex/bst/bib-fr/plainnat-fr.bst texlive-lang-2009/texmf-dist/bibtex/bst/bib-fr/plainnat-fr.bst --- texlive-lang-2007.dfsg.4/texmf-dist/bibtex/bst/bib-fr/plainnat-fr.bst 1970-01-01 01:00:00.000000000 +0100 +++ texlive-lang-2009/texmf-dist/bibtex/bst/bib-fr/plainnat-fr.bst 2009-05-15 22:36:53.000000000 +0100 @@ -0,0 +1,1503 @@ +%% +%% Bib. style "plainnat-fr" (version francisee de plainnat.bst) +%% +%% NM, 2005/10/16 +%% markey@lsv.ens-cachan.fr +%% +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +%% Original Copyright (Patrick Daly): +%% +%% Copyright 1993-1999 Patrick W Daly +%% Max-Planck-Institut f\"ur Aeronomie +%% Max-Planck-Str. 2 +%% D-37191 Katlenburg-Lindau +%% Germany +%% E-mail: daly@linmpi.mpg.de +%% +%% This program can be redistributed and/or modified under the terms +%% of the LaTeX Project Public License Distributed from CTAN +%% archives in directory macros/latex/base/lppl.txt; either +%% version 1 of the License, or any later version. +%% + % Version and source file information: + % \ProvidesFile{natbst.mbs}[1999/05/11 1.6 (PWD)] + % + % BibTeX `plainnat' family + % version 0.99b for BibTeX versions 0.99a or later, + % for LaTeX versions 2.09 and 2e. + % + % For use with the `natbib.sty' package; emulates the corresponding + % member of the `plain' family, but with author-year citations. + % + % With version 6.0 of `natbib.sty', it may also be used for numerical + % citations, while retaining the commands \citeauthor, \citefullauthor, + % and \citeyear to print the corresponding information. + % + % For version 7.0 of `natbib.sty', the KEY field replaces missing + % authors/editors, and the date is left blank in \bibitem. + % + % Includes fields ISBN and ISSN. + % + % Includes field URL for Internet addresses (best used with + % with the url.sty package of Donald Arseneau + %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + + +ENTRY + { address + author + booktitle + chapter + edition + editor + howpublished + institution + isbn + issn + journal + key + month + note + number + organization + pages + publisher + school + series + title + type + url + volume + year + } + {} + { label extra.label sort.label short.list } + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +%% +%% C'est ici que je definis les "traductions". Normalement, y a que ca a changer +%% pour franciser le style... +%% +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +FUNCTION{fr.and}{ %% le "et" entre les deux derniers auteurs +" et " +} + +FUNCTION{fr.editeur}{ %% ", {\'e}diteur" au singulier, ou " ({\'e}diteur)"... +", {\'e}diteur" +} + +FUNCTION{fr.editeurs}{ %% ", {\'e}diteurs" au pluriel, ou " ({\'e}diteurs)"... +", {\'e}diteurs" +} + +FUNCTION{fr.et.al}{ %% " et~al." +" \emph{et~al.}" +} + +FUNCTION{fr.in}{ %% "Dans " +"\emph{In} " +} + +FUNCTION{fr.in.spc}{ %% " dans " +" \emph{in} " +} + +FUNCTION{fr.of}{ %% " de " +" de " +} + +FUNCTION{fr.number}{ %% "num{\'e}ro " +"num{\'e}ro " +} + +FUNCTION{fr.number.maj}{ %% "Num{\'e}ro " +"Num{\'e}ro " +} + +FUNCTION{fr.volume}{ %% "volume" +"volume" +} + +FUNCTION{fr.volume.maj}{ %% "Volume" +"Volume" +} + +FUNCTION{fr.edition}{ %% " {\'e}dition" +" {\'e}dition" +} + +FUNCTION{fr.pages}{ %% "pages" +"pages" +} + +FUNCTION{fr.page}{ %% "page" +"page" +} + +FUNCTION{fr.chapter}{ %% "chapitre" +"chapitre" +} + +FUNCTION{fr.tech.rep}{ %% "Rapport Technique" +"Rapport technique" +} + +FUNCTION{fr.master}{ %% "M{\'e}moire de D.E.A." +"M{\'e}moire de D.E.A." +} + +FUNCTION{fr.phd}{ %% "Th{\`e}se de doctorat" +"Th{\`e}se de doctorat" +} + +FUNCTION{fr.auteurs.style}{ + %% si on veut des small caps sur le LASTNAME de l'auteur + %% Cette fonction est utilisee dans la definition d'une + %% fonction LaTeX. +"\scshape" +} + +FUNCTION{fr.ponctuation.apres.auteurs}{ %% Comme son nom l'indique... +" : " +} + +FUNCTION{fr.deuxpoints}{ %% Pour eviter l'espace avant les ":". +"\string:\penalty500\relax " +} + +MACRO {jan} {"janvier"} +MACRO {feb} {"f\'evrier"} +MACRO {mar} {"mars"} +MACRO {apr} {"avril"} +MACRO {may} {"mai"} +MACRO {jun} {"juin"} +MACRO {jul} {"juillet"} +MACRO {aug} {"ao\^ut"} +MACRO {sep} {"septembre"} +MACRO {oct} {"octobre"} +MACRO {nov} {"novembre"} +MACRO {dec} {"d\'ecembre"} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +%% +%% La suite, normalement, y a rien a changer... +%% +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +INTEGERS { output.state before.all mid.sentence after.sentence after.block after.authors } + +FUNCTION {init.state.consts} +{ #0 'before.all := + #1 'mid.sentence := + #2 'after.sentence := + #3 'after.block := + #0 'after.authors := +} + +STRINGS { s t } + +FUNCTION{ fr.add.period }{ +after.authors + { fr.ponctuation.apres.auteurs empty$ + { add.period$ } + { fr.ponctuation.apres.auteurs * #0 'after.authors := } + if$} + { add.period$ } +if$ +} + +FUNCTION {output.nonnull} +{ 's := + output.state mid.sentence = + { ", " * write$ } + { output.state after.block = + { fr.add.period write$ + newline$ + "\newblock " write$ + } + { output.state before.all = + 'write$ + { add.period$ " " * write$ } + if$ + } + if$ + mid.sentence 'output.state := + } + if$ + s +} + +FUNCTION {output} +{ duplicate$ empty$ + 'pop$ + 'output.nonnull + if$ +} + +FUNCTION {output.check} +{ 't := + duplicate$ empty$ + { pop$ "empty " t * " in " * cite$ * warning$ } + 'output.nonnull + if$ +} + +FUNCTION {fin.entry} +{ add.period$ + write$ + newline$ +} + +FUNCTION {new.block} +{ output.state before.all = + 'skip$ + { after.block 'output.state := } + if$ +} + +FUNCTION {new.sentence} +{ output.state after.block = + 'skip$ + { output.state before.all = + 'skip$ + { after.sentence 'output.state := } + if$ + } + if$ +} + +FUNCTION {not} +{ { #0 } + { #1 } + if$ +} + +FUNCTION {and} +{ 'skip$ + { pop$ #0 } + if$ +} + +FUNCTION {or} +{ { pop$ #1 } + 'skip$ + if$ +} + +FUNCTION {new.block.checka} +{ empty$ + 'skip$ + 'new.block + if$ +} + +FUNCTION {new.block.checkb} +{ empty$ + swap$ empty$ + and + 'skip$ + 'new.block + if$ +} + +FUNCTION {new.sentence.checka} +{ empty$ + 'skip$ + 'new.sentence + if$ +} + +FUNCTION {new.sentence.checkb} +{ empty$ + swap$ empty$ + and + 'skip$ + 'new.sentence + if$ +} + +FUNCTION {field.or.null} +{ duplicate$ empty$ + { pop$ "" } + 'skip$ + if$ +} + +FUNCTION {emphasize} +{ duplicate$ empty$ + { pop$ "" } + { "{\em " swap$ * "}" * } + if$ +} + +INTEGERS { nameptr namesleft numnames } + +FUNCTION {format.names} +{ 's := + #1 'nameptr := + s num.names$ 'numnames := + numnames 'namesleft := + { namesleft #0 > } + { s nameptr "{ff~}{vv~}\bgroup\fonteauteurs\bgroup {ll}\egroup\egroup{{}}{, jj}" format.name$ 't := + nameptr #1 > + { namesleft #1 > + { ", " * t * } + { %numnames #2 > + % { "," * } + % 'skip$ + %if$ + t "\bgroup\fonteauteurs\bgroup others\egroup\egroup{}" = + { fr.et.al * } + { fr.and * t * } + if$ + } + if$ + } + 't + if$ + nameptr #1 + 'nameptr := + namesleft #1 - 'namesleft := + } + while$ +} + +FUNCTION {format.key} +{ empty$ + { key field.or.null } + { "" } + if$ +} + +FUNCTION {format.authors} +{ author empty$ + { "" } + { author format.names #1 'after.authors := } + if$ +} + +FUNCTION {format.editors} +{ editor empty$ + { "" } + { editor format.names + editor num.names$ #1 > + { fr.editeurs * } + { fr.editeur * } + if$ + } + if$ +} + +FUNCTION {format.isbn} +{ isbn empty$ + { "" } + { new.block "ISBN " isbn * } + if$ +} + +FUNCTION {format.issn} +{ issn empty$ + { "" } + { new.block "ISSN " issn * } + if$ +} + +FUNCTION {format.url} +{ url empty$ + { "" } + { new.block "URL \url{" url * "}" * } + if$ +} + +FUNCTION {format.title} +{ title empty$ + { "" } + { title "t" change.case$ } + if$ +} + +FUNCTION {format.full.names} +{% + % Ici, on laisse les noms en minuscules, on ne les mets pas en small caps. + % + 's := + #1 'nameptr := + s num.names$ 'numnames := + numnames 'namesleft := + { namesleft #0 > } + { s nameptr + "{vv~}{ll}" format.name$ 't := + nameptr #1 > + { + namesleft #1 > + { ", " * t * } + { + numnames #2 > + { "," * } + 'skip$ + if$ + t "\bgroup\fonteauteurs\bgroup others\egroup\egroup{}" = + { fr.et.al * } + { fr.and * t * } + if$ + } + if$ + } + 't + if$ + nameptr #1 + 'nameptr := + namesleft #1 - 'namesleft := + } + while$ +} + +FUNCTION {author.editor.full} +{ author empty$ + { editor empty$ + { "" } + { editor format.full.names } + if$ + } + { author format.full.names } + if$ +} + +FUNCTION {author.full} +{ author empty$ + { "" } + { author format.full.names } + if$ +} + +FUNCTION {editor.full} +{ editor empty$ + { "" } + { editor format.full.names } + if$ +} + +FUNCTION {make.full.names} +{ type$ "book" = + type$ "inbook" = + or + 'author.editor.full + { type$ "proceedings" = + 'editor.full + 'author.full + if$ + } + if$ +} + +FUNCTION {output.bibitem} +{ newline$ + "\bibitem[" write$ + label write$ + ")" make.full.names duplicate$ short.list = + { pop$ } + { * } + if$ + "]{" * write$ + cite$ write$ + "}" write$ + newline$ + "" + before.all 'output.state := +} + +FUNCTION {n.dashify} +{ 't := + "" + { t empty$ not } + { t #1 #1 substring$ "-" = + { t #1 #2 substring$ "--" = not + { "--" * + t #2 global.max$ substring$ 't := + } + { { t #1 #1 substring$ "-" = } + { "-" * + t #2 global.max$ substring$ 't := + } + while$ + } + if$ + } + { t #1 #1 substring$ * + t #2 global.max$ substring$ 't := + } + if$ + } + while$ +} + +FUNCTION {format.date} +{ year duplicate$ empty$ + { "empty year in " cite$ * warning$ + pop$ "" } + 'skip$ + if$ + month empty$ + 'skip$ + { month + " " * swap$ * + } + if$ + extra.label * +} + +FUNCTION {format.btitle} +{ title emphasize +} + +FUNCTION {tie.or.space.connect} +{ duplicate$ text.length$ #3 < + { "~" } + { " " } + if$ + swap$ * * +} + +FUNCTION {either.or.check} +{ empty$ + 'pop$ + { "can't use both " swap$ * " fields in " * cite$ * warning$ } + if$ +} + +FUNCTION {format.bvolume} +{ volume empty$ + { "" } + { fr.volume volume tie.or.space.connect + series empty$ + 'skip$ + { fr.of * series emphasize * } + if$ + "volume and number" number either.or.check + } + if$ +} + +FUNCTION {format.number.series} +{ volume empty$ + { number empty$ + { series field.or.null } + { output.state mid.sentence = + { fr.number } + { fr.number.maj } + if$ + number tie.or.space.connect + series empty$ + { "there's a number but no series in " cite$ * warning$ } + { fr.in.spc * series * } + if$ + } + if$ + } + { "" } + if$ +} + +FUNCTION {format.edition} +{ edition empty$ + { "" } + { output.state mid.sentence = + { edition "l" change.case$ fr.edition * } + { edition "t" change.case$ fr.edition * } + if$ + } + if$ +} + +INTEGERS { multiresult } + +FUNCTION {multi.page.check} +{ 't := + #0 'multiresult := + { multiresult not + t empty$ not + and + } + { t #1 #1 substring$ + duplicate$ "-" = + swap$ duplicate$ "," = + swap$ "+" = + or or + { #1 'multiresult := } + { t #2 global.max$ substring$ 't := } + if$ + } + while$ + multiresult +} + +FUNCTION {format.pages} +{ pages empty$ + { "" } + { pages multi.page.check + { fr.pages pages n.dashify tie.or.space.connect } + { fr.page pages tie.or.space.connect } + if$ + } + if$ +} + +FUNCTION {format.vol.num.pages} +{ volume field.or.null + number empty$ + 'skip$ + { "\penalty0 (" number * ")" * * + volume empty$ + { "there's a number but no volume in " cite$ * warning$ } + 'skip$ + if$ + } + if$ + pages empty$ + 'skip$ + { duplicate$ empty$ + { pop$ format.pages } + { fr.deuxpoints * pages n.dashify * } + if$ + } + if$ +} + +FUNCTION {format.chapter.pages} +{ chapter empty$ + 'format.pages + { type empty$ + { fr.chapter } + { type "l" change.case$ } + if$ + chapter tie.or.space.connect + pages empty$ + 'skip$ + { ", " * format.pages * } + if$ + } + if$ +} + +FUNCTION {format.in.ed.booktitle} +{ booktitle empty$ + { "" } + { editor empty$ + { fr.in booktitle emphasize * } + { fr.in format.editors #1 'after.authors := fr.add.period " " * * booktitle emphasize * } + if$ + } + if$ +} + +FUNCTION {empty.misc.check} +{ author empty$ title empty$ howpublished empty$ + month empty$ year empty$ note empty$ + and and and and and + key empty$ not and + { "all relevant fields are empty in " cite$ * warning$ } + 'skip$ + if$ +} + +FUNCTION {format.thesis.type} +{ type empty$ + 'skip$ + { pop$ + type "t" change.case$ + } + if$ +} + +FUNCTION {format.tr.number} +{ type empty$ + { fr.tech.rep } + 'type + if$ + number empty$ + { "t" change.case$ } + { number tie.or.space.connect } + if$ +} + +FUNCTION {format.article.crossref} +{ key empty$ + { journal empty$ + { "need key or journal for " cite$ * " to crossref " * crossref * + warning$ + "" + } + { fr.in "{\em " * journal * "\/}" * } + if$ + } + { fr.in key * } + if$ + " \citep{" * crossref * "}" * +} + +FUNCTION {format.book.crossref} +{ volume empty$ + { "empty volume in " cite$ * "'s crossref of " * crossref * warning$ + fr.in + } + { fr.volume.maj volume tie.or.space.connect + fr.of * + } + if$ + editor empty$ + editor field.or.null author field.or.null = + or + { key empty$ + { series empty$ + { "need editor, key, or series for " cite$ * " to crossref " * + crossref * warning$ + "" * + } + { "{\em " * series * "\/}" * } + if$ + } + { key * } + if$ + } + 'skip$ + if$ + ", \citet{" * crossref * "}" * +} + +FUNCTION {format.incoll.inproc.crossref} +{ editor empty$ + editor field.or.null author field.or.null = + or + { key empty$ + { booktitle empty$ + { "need editor, key, or booktitle for " cite$ * " to crossref " * + crossref * warning$ + "" + } + { fr.in "{\em " * booktitle * "\/}" * } + if$ + } + { fr.in key * } + if$ + } + { fr.in } + if$ + " \citet{" * crossref * "}" * +} + +FUNCTION {article} +{ output.bibitem + format.authors "author" output.check + author format.key output + new.block + format.title "title" output.check + new.block + crossref missing$ + { journal emphasize "journal" output.check + format.vol.num.pages output + format.date "year" output.check + } + { format.article.crossref output.nonnull + format.pages output + } + if$ + format.issn output + format.url output + new.block + note output + fin.entry +} + +FUNCTION {book} +{ output.bibitem + author empty$ + { format.editors "author and editor" output.check + editor format.key output + } + { format.authors output.nonnull + crossref missing$ + { "author and editor" editor either.or.check } + 'skip$ + if$ + } + if$ + new.block + format.btitle "title" output.check + crossref missing$ + { format.bvolume output + new.block + format.number.series output + new.sentence + publisher "publisher" output.check + address output + } + { new.block + format.book.crossref output.nonnull + } + if$ + format.edition output + format.date "year" output.check + format.isbn output + format.url output + new.block + note output + fin.entry +} + +FUNCTION {booklet} +{ output.bibitem + format.authors output + author format.key output + new.block + format.title "title" output.check + howpublished address new.block.checkb + howpublished output + address output + format.date output + format.isbn output + format.url output + new.block + note output + fin.entry +} + +FUNCTION {inbook} +{ output.bibitem + author empty$ + { format.editors "author and editor" output.check + editor format.key output + } + { format.authors output.nonnull + crossref missing$ + { "author and editor" editor either.or.check } + 'skip$ + if$ + } + if$ + new.block + format.btitle "title" output.check + crossref missing$ + { format.bvolume output + format.chapter.pages "chapter and pages" output.check + new.block + format.number.series output + new.sentence + publisher "publisher" output.check + address output + } + { format.chapter.pages "chapter and pages" output.check + new.block + format.book.crossref output.nonnull + } + if$ + format.edition output + format.date "year" output.check + format.isbn output + format.url output + new.block + note output + fin.entry +} + +FUNCTION {incollection} +{ output.bibitem + format.authors "author" output.check + author format.key output + new.block + format.title "title" output.check + new.block + crossref missing$ + { format.in.ed.booktitle "booktitle" output.check + format.bvolume output + format.number.series output + format.chapter.pages output + new.sentence + publisher "publisher" output.check + address output + format.edition output + format.date "year" output.check + } + { format.incoll.inproc.crossref output.nonnull + format.chapter.pages output + } + if$ + format.isbn output + format.url output + new.block + note output + fin.entry +} + +FUNCTION {inproceedings} +{ output.bibitem + format.authors "author" output.check + author format.key output + new.block + format.title "title" output.check + new.block + crossref missing$ + { format.in.ed.booktitle "booktitle" output.check + format.bvolume output + format.number.series output + format.pages output + address empty$ + { organization publisher new.sentence.checkb + organization output + publisher output + format.date "year" output.check + } + { address output.nonnull + format.date "year" output.check + new.sentence + organization output + publisher output + } + if$ + } + { format.incoll.inproc.crossref output.nonnull + format.pages output + } + if$ + format.isbn output + format.url output + new.block + note output + fin.entry +} + +FUNCTION {conference} { inproceedings } + +FUNCTION {manual} +{ output.bibitem + format.authors output + author format.key output + new.block + format.btitle "title" output.check + organization address new.block.checkb + organization output + address output + format.edition output + format.date output + format.url output + new.block + note output + fin.entry +} + +FUNCTION {mastersthesis} +{ output.bibitem + format.authors "author" output.check + author format.key output + new.block + format.title "title" output.check + new.block + fr.master format.thesis.type output.nonnull + school "school" output.check + address output + format.date "year" output.check + format.url output + new.block + note output + fin.entry +} + +FUNCTION {misc} +{ output.bibitem + format.authors output + author format.key output + title howpublished new.block.checkb + format.title output + howpublished new.block.checka + howpublished output + format.date output + format.issn output + format.url output + new.block + note output + fin.entry + empty.misc.check +} + +FUNCTION {phdthesis} +{ output.bibitem + format.authors "author" output.check + author format.key output + new.block + format.btitle "title" output.check + new.block + fr.phd format.thesis.type output.nonnull + school "school" output.check + address output + format.date "year" output.check + format.url output + new.block + note output + fin.entry +} + +FUNCTION {proceedings} +{ output.bibitem + format.editors output + editor format.key output + new.block + format.btitle "title" output.check + format.bvolume output + format.number.series output + address output + format.date "year" output.check + new.sentence + organization output + publisher output + format.isbn output + format.url output + new.block + note output + fin.entry +} + +FUNCTION {techreport} +{ output.bibitem + format.authors "author" output.check + author format.key output + new.block + format.title "title" output.check + new.block + format.tr.number output.nonnull + institution "institution" output.check + address output + format.date "year" output.check + format.url output + new.block + note output + fin.entry +} + +FUNCTION {unpublished} +{ output.bibitem + format.authors "author" output.check + author format.key output + new.block + format.title "title" output.check + format.url output + new.block + note "note" output.check + format.date output + fin.entry +} + +FUNCTION {default.type} { misc } + +MACRO {acmcs} {"ACM Computing Surveys"} +MACRO {acta} {"Acta Informatica"} +MACRO {cacm} {"Communications of the ACM"} +MACRO {ibmjrd} {"IBM Journal of Research and Development"} +MACRO {ibmsj} {"IBM Systems Journal"} +MACRO {ieeese} {"IEEE Transactions on Software Engineering"} +MACRO {ieeetc} {"IEEE Transactions on Computers"} +MACRO {ieeetcad} {"IEEE Transactions on Computer-Aided Design of Integrated Circuits"} +MACRO {ipl} {"Information Processing Letters"} +MACRO {jacm} {"Journal of the ACM"} +MACRO {jcss} {"Journal of Computer and System Sciences"} +MACRO {scp} {"Science of Computer Programming"} +MACRO {sicomp} {"SIAM Journal on Computing"} +MACRO {tocs} {"ACM Transactions on Computer Systems"} +MACRO {tods} {"ACM Transactions on Database Systems"} +MACRO {tog} {"ACM Transactions on Graphics"} +MACRO {toms} {"ACM Transactions on Mathematical Software"} +MACRO {toois} {"ACM Transactions on Office Information Systems"} +MACRO {toplas} {"ACM Transactions on Programming Languages and Systems"} +MACRO {tcs} {"Theoretical Computer Science"} + + +READ + +FUNCTION {sortify} +{ purify$ + "l" change.case$ +} + +INTEGERS { len } + +FUNCTION {chop.word} +{ 's := + 'len := + s #1 len substring$ = + { s len #1 + global.max$ substring$ } + 's + if$ +} + +FUNCTION {format.lab.names} +% +% Ici, on laisse les noms en minuscules, on ne les mets pas +% en small caps. +% +{ 's := + s #1 "{vv~}{ll}" format.name$ + s num.names$ duplicate$ + #2 > + { pop$ fr.et.al * } + { #2 < + 'skip$ + { s #2 "{ff }{vv }{ll}{ jj}" format.name$ "others" = + { fr.et.al * } + { fr.and * s #2 "{vv~}{ll}" format.name$ * } + if$ + } + if$ + } + if$ +} + +FUNCTION {author.key.label} +{ author empty$ + { key empty$ + { cite$ #1 #3 substring$ } + 'key + if$ + } + { author format.lab.names } + if$ +} + +FUNCTION {author.editor.key.label} +{ author empty$ + { editor empty$ + { key empty$ + { cite$ #1 #3 substring$ } + 'key + if$ + } + { editor format.lab.names } + if$ + } + { author format.lab.names } + if$ +} + +FUNCTION {author.key.organization.label} +{ author empty$ + { key empty$ + { organization empty$ + { cite$ #1 #3 substring$ } + { "Le " #3 + "La " #3 + "Les " #4 + "The " #4 organization chop.word + chop.word + chop.word + chop.word + #3 text.prefix$ } + if$ + } + 'key + if$ + } + { author format.lab.names } + if$ +} + +FUNCTION {editor.key.organization.label} +{ editor empty$ + { key empty$ + { organization empty$ + { cite$ #1 #3 substring$ } + { "Le " #3 + "La " #3 + "Les " #4 + "The " #4 organization chop.word + chop.word + chop.word + chop.word + #3 text.prefix$ } + if$ + } + 'key + if$ + } + { editor format.lab.names } + if$ +} + +FUNCTION {calc.short.authors} +{ type$ "book" = + type$ "inbook" = + or + 'author.editor.key.label + { type$ "proceedings" = + 'editor.key.organization.label + { type$ "manual" = + 'author.key.organization.label + 'author.key.label + if$ + } + if$ + } + if$ + 'short.list := +} + +FUNCTION {calc.label} +{ calc.short.authors + short.list + "(" + * + year duplicate$ empty$ + short.list key field.or.null = or + { pop$ "" } + 'skip$ + if$ + * + 'label := +} + +FUNCTION {sort.format.names} +{ 's := + #1 'nameptr := + "" + s num.names$ 'numnames := + numnames 'namesleft := + { namesleft #0 > } + { nameptr #1 > + { " " * } + 'skip$ + if$ + s nameptr "{vv{ } }{ll{ }}{ ff{ }}{ jj{ }}" format.name$ 't := + nameptr numnames = t "others" = and + { fr.et.al * } %% sera "purify"e ensuite... + { t sortify * } + if$ + nameptr #1 + 'nameptr := + namesleft #1 - 'namesleft := + } + while$ +} + +FUNCTION {sort.format.title} +{ 't := + "Un " #3 + "Une " #4 + "Des " #4 + "Le " #3 + "La " #3 + "Les " #4 + "A " #2 + "An " #3 + "The " #4 t chop.word + chop.word + chop.word + chop.word + chop.word + chop.word + chop.word + chop.word + chop.word + sortify + #1 global.max$ substring$ +} + +FUNCTION {author.sort} +{ author empty$ + { key empty$ + { "to sort, need author or key in " cite$ * warning$ + "" + } + { key sortify } + if$ + } + { author sort.format.names } + if$ +} + +FUNCTION {author.editor.sort} +{ author empty$ + { editor empty$ + { key empty$ + { "to sort, need author, editor, or key in " cite$ * warning$ + "" + } + { key sortify } + if$ + } + { editor sort.format.names } + if$ + } + { author sort.format.names } + if$ +} + +FUNCTION {author.organization.sort} +{ author empty$ + { organization empty$ + { key empty$ + { "to sort, need author, organization, or key in " cite$ * warning$ + "" + } + { key sortify } + if$ + } + { "Le " #3 + "La " #3 + "Les " #4 + "The " #4 organization chop.word + chop.word + chop.word + chop.word + sortify } + if$ + } + { author sort.format.names } + if$ +} + +FUNCTION {editor.organization.sort} +{ editor empty$ + { organization empty$ + { key empty$ + { "to sort, need editor, organization, or key in " cite$ * warning$ + "" + } + { key sortify } + if$ + } + { "Le " #3 + "La " #3 + "Les " #4 + "The " #4 organization chop.word + chop.word + chop.word + chop.word + sortify } + if$ + } + { editor sort.format.names } + if$ +} + +FUNCTION {presort} +{ calc.label + label sortify + " " + * + type$ "book" = + type$ "inbook" = + or + 'author.editor.sort + { type$ "proceedings" = + 'editor.organization.sort + { type$ "manual" = + 'author.organization.sort + 'author.sort + if$ + } + if$ + } + if$ + " " + * + year field.or.null sortify + * + " " + * + title field.or.null + sort.format.title + * + #1 entry.max$ substring$ + 'sort.label := + sort.label * + #1 entry.max$ substring$ + 'sort.key$ := +} + +ITERATE {presort} + +SORT + +STRINGS { longest.label last.label next.extra } + +INTEGERS { longest.label.width last.extra.num number.label } + +FUNCTION {initialize.longest.label} +{ "" 'longest.label := + #0 int.to.chr$ 'last.label := + "" 'next.extra := + #0 'longest.label.width := + #0 'last.extra.num := + #0 'number.label := +} + +FUNCTION {forward.pass} +{ last.label label = + { last.extra.num #1 + 'last.extra.num := + last.extra.num int.to.chr$ 'extra.label := + } + { "a" chr.to.int$ 'last.extra.num := + "" 'extra.label := + label 'last.label := + } + if$ + number.label #1 + 'number.label := +} + +FUNCTION {reverse.pass} +{ next.extra "b" = + { "a" 'extra.label := } + 'skip$ + if$ + extra.label 'next.extra := + extra.label + duplicate$ empty$ + 'skip$ + { "{\natexlab{" swap$ * "}}" * } + if$ + 'extra.label := + label extra.label * 'label := +} + +EXECUTE {initialize.longest.label} + +ITERATE {forward.pass} + +REVERSE {reverse.pass} + +FUNCTION {bib.sort.order} +{ sort.label 'sort.key$ := +} + +ITERATE {bib.sort.order} + +SORT + +FUNCTION {begin.bib} +{ preamble$ empty$ + 'skip$ + { preamble$ write$ newline$ } + if$ + "\begin{thebibliography}{" number.label int.to.str$ * "}" * + write$ newline$ + "\expandafter\ifx\csname natexlab\endcsname\relax\def\natexlab#1{#1}\fi" + write$ newline$ + "\expandafter\ifx\csname fonteauteurs\endcsname\relax" + write$ newline$ + "\def\fonteauteurs{" fr.auteurs.style * "}\fi" * write$ newline$ + "\expandafter\ifx\csname url\endcsname\relax" write$ newline$ + " \def\url#1{{\tt #1}}% " write$ newline$ + " \message{You should include the url package}\fi" write$ newline$ +} + +EXECUTE {begin.bib} + +EXECUTE {init.state.consts} + +ITERATE {call.type$} + +FUNCTION {end.bib} +{ newline$ + "\end{thebibliography}" write$ newline$ +} + +EXECUTE {end.bib} diff -Nru texlive-lang-2007.dfsg.4/texmf-dist/bibtex/bst/bib-fr/siam-fr.bst texlive-lang-2009/texmf-dist/bibtex/bst/bib-fr/siam-fr.bst --- texlive-lang-2007.dfsg.4/texmf-dist/bibtex/bst/bib-fr/siam-fr.bst 1970-01-01 01:00:00.000000000 +0100 +++ texlive-lang-2009/texmf-dist/bibtex/bst/bib-fr/siam-fr.bst 2009-05-15 22:36:53.000000000 +0100 @@ -0,0 +1,1154 @@ +%% +%% Bib. style "siam-fr" (version francisee de siam.bst) +%% +%% NM, 2004/03/05 +%% markey@lsv.ens-cachan.fr +%% +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +%% Original Copyright (Oren Patashnik & Howard Trickey): +%% + % SIAM bibliography style (29-Jan-88 version) + % numeric labels, alphabetic order, Mathematical Reviews abbreviations, + % names in \sc, titles in italics, book titles mixed upper-lower and article + % titles lowercase, commas separate all fields except before "notes". + % + % History + % 1/30/86 (HWT) Original version, by Howard Trickey. + % 6/15/87 (HWT) Fix format.editors---Martin Costabel. + % 1/29/88 (OP&HWT) Updated for BibTeX version 0.99a, Oren Patashnik; + % THIS `siam' VERSION DOES NOT WORK WITH BIBTEX 0.98i. + %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +ENTRY + { address + author + booktitle + chapter + edition + editor + howpublished + institution + journal + key + month + note + number + organization + pages + publisher + school + series + title + type + volume + year + } + {} + { label } + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +%% +%% C'est ici que je definis les "traductions". Normalement, y a +%% que ca a changer pour franciser le style... +%% +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + + +FUNCTION{fr.and}{ %% le "et" entre les deux derniers auteurs +" et " +} + +FUNCTION{fr.editeur}{ %% ", \'editeur" au singulier, ou " (\'editeur)"... +", \'ed." +} + +FUNCTION{fr.editeurs}{ %% ", \'editeurs" au pluriel, ou " (\'editeurs)"... +", \'eds." +} + +FUNCTION{fr.et.al}{ %% " et~al." +" \emph{et~al.}" +} + +FUNCTION{fr.in}{ %% "Dans " +"\emph{In} " +} + +FUNCTION{fr.in.min}{ %% "Dans " +"\emph{in} " +} + +FUNCTION{fr.in.spc}{ %% " de " (ou " de la s\'erie ") +" de " +} + +FUNCTION{fr.of}{ %% " de " +" de " +} + +FUNCTION{fr.number}{ %% "num{\'e}ro " +"no~" +} + +FUNCTION{fr.number.maj}{ %% "Num\'ero " +"No~" +} + +FUNCTION{fr.volume}{ %% "volume" +"vol.~" +} + +FUNCTION{fr.volume.maj}{ %% "Volume" +"Vol.~" +} + +FUNCTION{fr.edition}{ %% " \'edition" +"~\'ed." +} + +FUNCTION{fr.pages}{ %% "pages" +"p.~" +} + +FUNCTION{fr.page}{ %% "page" +"p~" +} + +FUNCTION{fr.chapter}{ %% "chapitre" +"chap.~" +} + +FUNCTION{fr.tech.rep}{ %% "Rapport Technique" +"Rap. tech." +} + +FUNCTION{fr.master}{ %% "M\'emoire de D.E.A." +"M\'em. D.E.A." +} + +FUNCTION{fr.phd}{ %% "Th\`ese de doctorat" +"Th\`ese doctorat" +} + +FUNCTION{fr.auteurs.style}{ + %% si on veut des small caps sur le LASTNAME de l'auteur + %% Cette fonction est utilisee dans la definition d'une + %% fonction LaTeX. +"\scshape" +} + +FUNCTION{fr.ponctuation.apres.auteurs}{ %% Comme son nom l'indique... + %% Laisser vide pour un "." +" : " +} + +MACRO {jan} {"jan."} +MACRO {feb} {"f\'ev."} +MACRO {mar} {"mars"} +MACRO {apr} {"avril"} +MACRO {may} {"mai"} +MACRO {jun} {"juin"} +MACRO {jul} {"juil."} +MACRO {aug} {"ao\^ut"} +MACRO {sep} {"sept."} +MACRO {oct} {"oct."} +MACRO {nov} {"nov."} +MACRO {dec} {"d\'ec."} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +%% +%% La suite, normalement, y a rien a changer... +%% +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + + +INTEGERS { output.state before.all mid.sentence after.block after.authors } + +FUNCTION {init.state.consts} +{ #0 'before.all := + #1 'mid.sentence := + #2 'after.block := + #0 'after.authors := +} + +STRINGS { s t } + +FUNCTION{ fr.add.period }{ +after.authors + { fr.ponctuation.apres.auteurs empty$ + { add.period$ } + { fr.ponctuation.apres.auteurs * #0 'after.authors := } + if$} + { add.period$ } +if$ +} + +FUNCTION {output.nonnull} +{ 's := + output.state mid.sentence = + { ", " * write$ } + { output.state after.block = + { fr.add.period write$ + newline$ + "\newblock " write$ + } + 'write$ + if$ + mid.sentence 'output.state := + } + if$ + s +} + +FUNCTION {output} +{ duplicate$ empty$ + 'pop$ + 'output.nonnull + if$ +} + +FUNCTION {output.check} +{ 't := + duplicate$ empty$ + { pop$ "empty " t * " in " * cite$ * warning$ } + 'output.nonnull + if$ +} + +FUNCTION {output.bibitem} +{ newline$ + "\bibitem{" write$ + cite$ write$ + "}" write$ + newline$ + "" + before.all 'output.state := +} + +FUNCTION {fin.entry} +{ add.period$ + write$ + newline$ +} + +FUNCTION {new.block} +{ output.state before.all = + 'skip$ + { after.block 'output.state := } + if$ +} + +FUNCTION {not} +{ { #0 } + { #1 } + if$ +} + +FUNCTION {and} +{ 'skip$ + { pop$ #0 } + if$ +} + +FUNCTION {or} +{ { pop$ #1 } + 'skip$ + if$ +} + +FUNCTION {new.block.checka} +{ empty$ + 'skip$ + 'new.block + if$ +} + +FUNCTION {field.or.null} +{ duplicate$ empty$ + { pop$ "" } + 'skip$ + if$ +} + +FUNCTION {emphasize} +{ duplicate$ empty$ + { pop$ "" } + { "{\em " swap$ * "}" * } + if$ +} + +FUNCTION {scapify} +{ duplicate$ empty$ + { pop$ "" } + { "{\fonteauteurs{" swap$ * "}}" * } + if$ +} + +INTEGERS { nameptr namesleft numnames } + +FUNCTION {format.names} +{ 's := + #1 'nameptr := + s num.names$ 'numnames := + numnames 'namesleft := + { namesleft #0 > } + { s nameptr "{f.~}{vv~}{ll}{, jj}" format.name$ 't := + %% Le passage en small-caps est fait plus loin, sur tout le nom. + %% (c'est le comportement du siam.bst original) + nameptr #1 > + { namesleft #1 > + { ", " * t * } + { %numnames #2 > + %{ "," * } + %'skip$ + %if$ + t "others" = + { fr.et.al * } + { fr.and * t * } + if$ + } + if$ + } + 't + if$ + nameptr #1 + 'nameptr := + namesleft #1 - 'namesleft := + } + while$ +} + +STRINGS { last.authors } + +FUNCTION {init.last.authors} +{ "" 'last.authors := +} + +FUNCTION {format.authors} +{ author empty$ + { "" 'last.authors := + "" + } + { author last.authors = + { "\leavevmode\vrule height 2pt depth -1.6pt width 23pt" } + { author format.names scapify } + if$ + author 'last.authors := + } + if$ +} + +FUNCTION {format.organization} +{ organization empty$ + { "" 'last.authors := + "" + } + { organization last.authors = + { "\leavevmode\vrule height 2pt depth -1.6pt width 23pt" } + { organization scapify } + if$ + organization 'last.authors := + } + if$ +} + +FUNCTION {format.editors} +{ editor empty$ + { "" 'last.authors := + "" + } + { editor last.authors = + { "\leavevmode\vrule height 2pt depth -1.6pt width 23pt" } + { editor format.names scapify } + if$ + editor num.names$ #1 > + { fr.editeurs * } + { fr.editeur * } + if$ + editor 'last.authors := + } + if$ +} + +FUNCTION {format.ineditors} +{ editor empty$ + { "" } + { editor format.names + editor num.names$ #1 > + { fr.editeurs * } + { fr.editeur * } + if$ + } + if$ +} + +FUNCTION {format.title} +{ title empty$ + { "" } + { title "t" change.case$ emphasize } + if$ +} + +FUNCTION {n.dashify} +{ 't := + "" + { t empty$ not } + { t #1 #1 substring$ "-" = + { t #1 #2 substring$ "--" = not + { "--" * + t #2 global.max$ substring$ 't := + } + { { t #1 #1 substring$ "-" = } + { "-" * + t #2 global.max$ substring$ 't := + } + while$ + } + if$ + } + { t #1 #1 substring$ * + t #2 global.max$ substring$ 't := + } + if$ + } + while$ +} + +FUNCTION {format.date} +{ year empty$ + { month empty$ + { "" } + { "there's a month but no year in " cite$ * warning$ + month + } + if$ + } + { month empty$ + 'year + { month " " * year * } + if$ + } + if$ +} + +FUNCTION {format.btitle} +{ title emphasize +} + +FUNCTION {tie.or.space.connect} +{ duplicate$ text.length$ #3 < + { "~" } + { " " } + if$ + swap$ * * +} + +FUNCTION {either.or.check} +{ empty$ + 'pop$ + { "can't use both " swap$ * " fields in " * cite$ * warning$ } + if$ +} + +FUNCTION {format.bvolume} +{ volume empty$ + { "" } + { fr.volume volume * + series empty$ + 'skip$ + { fr.of * series * } + if$ + "volume and number" number either.or.check + } + if$ +} + +FUNCTION {format.number.series} +{ volume empty$ + { number empty$ + { series field.or.null } + { fr.number number * + series empty$ + { "there's a number but no series in " cite$ * warning$ } + { fr.in.min * series * } + if$ + } + if$ + } + { "" } + if$ +} + +FUNCTION {format.edition} +{ edition empty$ + { "" } + { edition "l" change.case$ fr.edition * } + if$ +} + +INTEGERS { multiresult } + +FUNCTION {multi.page.check} +{ 't := + #0 'multiresult := + { multiresult not + t empty$ not + and + } + { t #1 #1 substring$ + duplicate$ "-" = + swap$ duplicate$ "," = + swap$ "+" = + or or + { #1 'multiresult := } + { t #2 global.max$ substring$ 't := } + if$ + } + while$ + multiresult +} + +FUNCTION {format.pages} +{ pages empty$ + { "" } + { pages multi.page.check + { fr.pages pages n.dashify * } + { fr.page pages * } + if$ + } + if$ +} + +FUNCTION {format.vol.year} +{ volume field.or.null + year empty$ + { "empty year in " cite$ * warning$ } + { " (" year * ")" * * } + if$ +} + +FUNCTION {format.chapter.pages} +{ chapter empty$ + 'format.pages + { type empty$ + { fr.chapter chapter * } + { type "l" change.case$ chapter tie.or.space.connect } + if$ + pages empty$ + 'skip$ + { ", " * format.pages * } + if$ + } + if$ +} + +FUNCTION {format.in.ed.booktitle} +{ booktitle empty$ + { "" } + { editor empty$ + { fr.in.min booktitle * } + { fr.in.min booktitle * ", " * format.ineditors * } + if$ + } + if$ +} + +FUNCTION {empty.misc.check} +{ author empty$ title empty$ howpublished empty$ + month empty$ year empty$ note empty$ + and and and and and + key empty$ not and + { "all relevant fields are empty in " cite$ * warning$ } + 'skip$ + if$ +} + +FUNCTION {format.thesis.type} +{ type empty$ + 'skip$ + { pop$ + type "l" change.case$ + } + if$ +} + +FUNCTION {format.tr.number} +{ type empty$ + { fr.tech.rep } + 'type + if$ + number empty$ + { "l" change.case$ } + { number tie.or.space.connect } + if$ +} + +FUNCTION {format.article.crossref} +{ key empty$ + { journal empty$ + { "need key or journal for " cite$ * " to crossref " * crossref * + warning$ + "" + } + { fr.in.min journal * } + if$ + } + { fr.in.min key * } + if$ + " \cite{" * crossref * "}" * +} + +FUNCTION {format.crossref.editor} +{ editor #1 "{vv~}\bgroup\fonteauteurs\bgroup{ll}\egroup\egroup{{}}" format.name$ + editor num.names$ duplicate$ + #2 > + { pop$ fr.et.al * } + { #2 < + 'skip$ + { editor #2 "{ff }{vv }{ll}{ jj}" format.name$ "others" = + { fr.et.al * } + { fr.and * editor #2 "{vv~}\bgroup\fonteauteurs\bgroup{ll}\egroup\egroup{{}}" format.name$ * } + if$ + } + if$ + } + if$ +} + +FUNCTION {format.book.crossref} +{ volume empty$ + { "empty volume in " cite$ * "'s crossref of " * crossref * warning$ + fr.in.min + } + { fr.volume volume * + fr.of * + } + if$ + editor empty$ + editor field.or.null author field.or.null = + or + { key empty$ + { series empty$ + { "need editor, key, or series for " cite$ * " to crossref " * + crossref * warning$ + "" * + } + { series * } + if$ + } + { key * } + if$ + } + { format.crossref.editor * } + if$ + " \cite{" * crossref * "}" * +} + +FUNCTION {format.incoll.inproc.crossref} +{ editor empty$ + editor field.or.null author field.or.null = + or + { key empty$ + { booktitle empty$ + { "need editor, key, or booktitle for " cite$ * " to crossref " * + crossref * warning$ + "" + } + { fr.in.min booktitle * } + if$ + } + { fr.in.min key * } + if$ + } + { fr.in.min format.crossref.editor * } + if$ + " \cite{" * crossref * "}" * +} + +FUNCTION {article} +{ output.bibitem + format.authors "author" output.check + format.title "title" output.check + crossref missing$ + { journal "journal" output.check + format.vol.year output + } + { format.article.crossref output.nonnull } + if$ + format.pages output + new.block + note output + fin.entry +} + +FUNCTION {book} +{ output.bibitem + author empty$ + { format.editors "author and editor" output.check } + { format.authors output.nonnull + crossref missing$ + { "author and editor" editor either.or.check } + 'skip$ + if$ + } + if$ + format.btitle "title" output.check + crossref missing$ + { format.bvolume output + format.number.series output + publisher "publisher" output.check + address output + } + { format.book.crossref output.nonnull } + if$ + format.edition output + format.date "year" output.check + new.block + note output + fin.entry +} + +FUNCTION {booklet} +{ output.bibitem + format.authors output + format.title "title" output.check + howpublished new.block.checka + howpublished output + address output + format.date output + new.block + note output + fin.entry +} + +FUNCTION {inbook} +{ output.bibitem + author empty$ + { format.editors "author and editor" output.check } + { format.authors output.nonnull + crossref missing$ + { "author and editor" editor either.or.check } + 'skip$ + if$ + } + if$ + format.btitle "title" output.check + crossref missing$ + { format.bvolume output + format.number.series output + publisher "publisher" output.check + address output + } + { format.book.crossref output.nonnull } + if$ + format.edition output + format.date "year" output.check + format.chapter.pages "chapter and pages" output.check + new.block + note output + fin.entry +} + +FUNCTION {incollection} +{ output.bibitem + format.authors "author" output.check + format.title "title" output.check + crossref missing$ + { format.in.ed.booktitle "booktitle" output.check + format.bvolume output + format.number.series output + publisher "publisher" output.check + address output + format.edition output + format.date "year" output.check + } + { format.incoll.inproc.crossref output.nonnull } + if$ + format.chapter.pages output + new.block + note output + fin.entry +} + +FUNCTION {inproceedings} +{ output.bibitem + format.authors "author" output.check + format.title "title" output.check + crossref missing$ + { format.in.ed.booktitle "booktitle" output.check + format.bvolume output + format.number.series output + address empty$ + { organization output + publisher output + format.date "year" output.check + } + { address output.nonnull + format.date "year" output.check + organization output + publisher output + } + if$ + } + { format.incoll.inproc.crossref output.nonnull } + if$ + format.pages output + new.block + note output + fin.entry +} + +FUNCTION {conference} { inproceedings } + +FUNCTION {manual} +{ output.bibitem + author empty$ + { format.organization output } + { format.authors output.nonnull } + if$ + format.btitle "title" output.check + author empty$ + 'skip$ + { organization output } + if$ + address output + format.edition output + format.date output + new.block + note output + fin.entry +} + +FUNCTION {mastersthesis} +{ output.bibitem + format.authors "author" output.check + format.title "title" output.check + fr.master format.thesis.type output.nonnull + school "school" output.check + address output + format.date "year" output.check + new.block + note output + fin.entry +} + +FUNCTION {misc} +{ output.bibitem + format.authors output + format.title output + howpublished new.block.checka + howpublished output + format.date output + new.block + note output + fin.entry + empty.misc.check +} + +FUNCTION {phdthesis} +{ output.bibitem + format.authors "author" output.check + format.btitle "title" output.check + fr.phd format.thesis.type output.nonnull + school "school" output.check + address output + format.date "year" output.check + new.block + note output + fin.entry +} + +FUNCTION {proceedings} +{ output.bibitem + editor empty$ + { format.organization output } + { format.editors output.nonnull } + if$ + format.btitle "title" output.check + format.bvolume output + format.number.series output + address empty$ + { editor empty$ + 'skip$ + { organization output } + if$ + publisher output + format.date "year" output.check + } + { address output.nonnull + format.date "year" output.check + editor empty$ + 'skip$ + { organization output } + if$ + publisher output + } + if$ + new.block + note output + fin.entry +} + +FUNCTION {techreport} +{ output.bibitem + format.authors "author" output.check + format.title "title" output.check + format.tr.number output.nonnull + institution "institution" output.check + address output + format.date "year" output.check + new.block + note output + fin.entry +} + +FUNCTION {unpublished} +{ output.bibitem + format.authors "author" output.check + format.title "title" output.check + new.block + note "note" output.check + format.date output + fin.entry +} + +FUNCTION {default.type} { misc } + +MACRO {acmcs} {"ACM Comput. Surveys"} +MACRO {acta} {"Acta Inf."} +MACRO {cacm} {"Comm. ACM"} +MACRO {ibmjrd} {"IBM J. Res. Dev."} +MACRO {ibmsj} {"IBM Syst.~J."} +MACRO {ieeese} {"IEEE Trans. Softw. Eng."} +MACRO {ieeetc} {"IEEE Trans. Comput."} +MACRO {ieeetcad} + {"IEEE Trans. Comput.-Aided Design Integrated Circuits"} +MACRO {ipl} {"Inf. Process. Lett."} +MACRO {jacm} {"J.~Assoc. Comput. Mach."} +MACRO {jcss} {"J.~Comput. System Sci."} +MACRO {scp} {"Sci. Comput. Programming"} +MACRO {sicomp} {"SIAM J. Comput."} +MACRO {tocs} {"ACM Trans. Comput. Syst."} +MACRO {tods} {"ACM Trans. Database Syst."} +MACRO {tog} {"ACM Trans. Gr."} +MACRO {toms} {"ACM Trans. Math. Softw."} +MACRO {toois} {"ACM Trans. Office Inf. Syst."} +MACRO {toplas} {"ACM Trans. Prog. Lang. Syst."} +MACRO {tcs} {"Theoretical Comput. Sci."} + +READ + +FUNCTION {sortify} +{ purify$ + "l" change.case$ +} + +INTEGERS { len } + +FUNCTION {chop.word} +{ 's := + 'len := + s #1 len substring$ = + { s len #1 + global.max$ substring$ } + 's + if$ +} + +FUNCTION {sort.format.names} +{ 's := + #1 'nameptr := + "" + s num.names$ 'numnames := + numnames 'namesleft := + { namesleft #0 > } + { nameptr #1 > + { " " * } + 'skip$ + if$ + s nameptr "{vv{ } }{ll{ }}{ f{ }}{ jj{ }}" format.name$ 't := + nameptr numnames = t "others" = and + { fr.et.al sortify * } + { t sortify * } + if$ + nameptr #1 + 'nameptr := + namesleft #1 - 'namesleft := + } + while$ +} + +FUNCTION {sort.format.title} +{ 't := + "A " #2 + "An " #3 + "Un " #3 + "Une " #4 + "Des " #4 + "Le " #3 + "La " #3 + "Les " #4 + "The " #4 t chop.word + chop.word + chop.word + chop.word + chop.word + chop.word + chop.word + chop.word + chop.word + sortify + #1 global.max$ substring$ +} + +FUNCTION {author.sort} +{ author empty$ + { key empty$ + { "to sort, need author or key in " cite$ * warning$ + "" + } + { key sortify } + if$ + } + { author sort.format.names } + if$ +} + +FUNCTION {author.editor.sort} +{ author empty$ + { editor empty$ + { key empty$ + { "to sort, need author, editor, or key in " cite$ * warning$ + "" + } + { key sortify } + if$ + } + { editor sort.format.names } + if$ + } + { author sort.format.names } + if$ +} + +FUNCTION {author.organization.sort} +{ author empty$ + { organization empty$ + { key empty$ + { "to sort, need author, organization, or key in " cite$ * warning$ + "" + } + { key sortify } + if$ + } + { "Le " #3 "La " #3 "Les " #4 + "The " #4 organization chop.word + chop.word chop.word chop.word sortify } + if$ + } + { author sort.format.names } + if$ +} + +FUNCTION {editor.organization.sort} +{ editor empty$ + { organization empty$ + { key empty$ + { "to sort, need editor, organization, or key in " cite$ * warning$ + "" + } + { key sortify } + if$ + } + { "Le " #3 "La " #3 "Les " #4 + "The " #4 organization chop.word + chop.word chop.word chop.word sortify } + if$ + } + { editor sort.format.names } + if$ +} + +FUNCTION {presort} +{ type$ "book" = + type$ "inbook" = + or + 'author.editor.sort + { type$ "proceedings" = + 'editor.organization.sort + { type$ "manual" = + 'author.organization.sort + 'author.sort + if$ + } + if$ + } + if$ + " " + * + year field.or.null sortify + * + " " + * + title field.or.null + sort.format.title + * + #1 entry.max$ substring$ + 'sort.key$ := +} + +ITERATE {presort} + +SORT + +STRINGS { longest.label } + +INTEGERS { number.label longest.label.width } + +FUNCTION {initialize.longest.label} +{ "" 'longest.label := + #1 'number.label := + #0 'longest.label.width := +} + +FUNCTION {longest.label.pass} +{ number.label int.to.str$ 'label := + number.label #1 + 'number.label := + label width$ longest.label.width > + { label 'longest.label := + label width$ 'longest.label.width := + } + 'skip$ + if$ +} + +EXECUTE {initialize.longest.label} + +ITERATE {longest.label.pass} + +FUNCTION {begin.bib} +{ preamble$ empty$ + 'skip$ + { preamble$ write$ newline$ } + if$ + "\begin{thebibliography}{" longest.label * "}" * write$ newline$ + "\expandafter\ifx\csname fonteauteurs\endcsname\relax" + write$ newline$ + "\def\fonteauteurs{" fr.auteurs.style * "}\fi" * write$ newline$ +} + +EXECUTE {begin.bib} + +EXECUTE {init.state.consts} + +EXECUTE {init.last.authors} + +ITERATE {call.type$} + +FUNCTION {end.bib} +{ newline$ + "\end{thebibliography}" write$ newline$ +} + +EXECUTE {end.bib} diff -Nru texlive-lang-2007.dfsg.4/texmf-dist/bibtex/bst/bib-fr/unsrt-fr.bst texlive-lang-2009/texmf-dist/bibtex/bst/bib-fr/unsrt-fr.bst --- texlive-lang-2007.dfsg.4/texmf-dist/bibtex/bst/bib-fr/unsrt-fr.bst 1970-01-01 01:00:00.000000000 +0100 +++ texlive-lang-2009/texmf-dist/bibtex/bst/bib-fr/unsrt-fr.bst 2009-05-15 22:36:53.000000000 +0100 @@ -0,0 +1,1062 @@ +%% +%% Bib. style "unsrt-fr" (version francisee de unsrt.bst) +%% +%% NM, 2004/02/22 +%% markey@lsv.ens-cachan.fr +%% +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +%% Original Copyright (Oren Patashnik): +%% + % This program may be distributed and/or modified under the + % conditions of the LaTeX Project Public License, either version 1.2 + % of this license or (at your option) any later version. + % The latest version of this license is in + % http://www.latex-project.org/lppl.txt + % and version 1.2 or later is part of all distributions of LaTeX + % version 1999/12/01 or later. + % + % This program consists of the files unsrt.bst + %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +ENTRY + { address + author + booktitle + chapter + edition + editor + howpublished + institution + journal + key + month + note + number + organization + pages + publisher + school + series + title + type + volume + year + } + {} + { label } + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +%% +%% C'est ici que je definis les "traductions". Normalement, y a que ca a changer +%% pour franciser le style... +%% +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +FUNCTION{fr.and}{ %% le "et" entre les deux derniers auteurs +" et " +} + +FUNCTION{fr.editeur}{ %% ", \'editeur" au singulier, ou " (\'editeur)"... +", \'editeur" +} + +FUNCTION{fr.editeurs}{ %% ", \'editeurs" au pluriel, ou " (\'editeurs)"... +", \'editeurs" +} + +FUNCTION{fr.et.al}{ %% " et~al." +" \emph{et~al.}" +} + +FUNCTION{fr.in}{ %% "In " +"\emph{In} " +} + +FUNCTION{fr.in.spc}{ %% " de " (ou " de la s\'erie ") +" de " +} + +FUNCTION{fr.of}{ %% " de " +" de " +} + +FUNCTION{fr.number}{ %% "num\'ero " +"num\'ero " +} + +FUNCTION{fr.number.maj}{ %% "Num\'ero " +"Num\'ero " +} + +FUNCTION{fr.volume}{ %% "volume" +"volume" +} + +FUNCTION{fr.volume.maj}{ %% "Volume" +"Volume" +} + +FUNCTION{fr.edition}{ %% " \'edition" +" \'edition" +} + +FUNCTION{fr.pages}{ %% "pages" +"pages" +} + +FUNCTION{fr.page}{ %% "page" +"page" +} + +FUNCTION{fr.chapter}{ %% "chapitre" +"chapitre" +} + +FUNCTION{fr.tech.rep}{ %% "Rapport Technique" +"Rapport technique" +} + +FUNCTION{fr.master}{ %% "M\'emoire de D.E.A." +"M\'emoire de D.E.A." +} + +FUNCTION{fr.phd}{ %% "Th\`ese de doctorat" +"Th\`ese de doctorat" +} + +FUNCTION{fr.auteurs.style}{ + %% si on veut des small caps sur le LASTNAME de l'auteur + %% Cette fonction est utilisee dans la definition d'une + %% fonction LaTeX. +"\scshape" +} + +FUNCTION{fr.ponctuation.apres.auteurs}{ %% Comme son nom l'indique... +" : " +} + +FUNCTION{fr.deuxpoints}{ %% Pour eviter l'espace avant les ":". +"\string:\penalty500\relax " +} + +MACRO {jan} {"janvier"} +MACRO {feb} {"f\'evrier"} +MACRO {mar} {"mars"} +MACRO {apr} {"avril"} +MACRO {may} {"mai"} +MACRO {jun} {"juin"} +MACRO {jul} {"juillet"} +MACRO {aug} {"ao\^ut"} +MACRO {sep} {"septembre"} +MACRO {oct} {"octobre"} +MACRO {nov} {"novembre"} +MACRO {dec} {"d\'ecembre"} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +%% +%% La suite, normalement, y a rien a changer... +%% +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + + + + + +INTEGERS { output.state before.all mid.sentence after.sentence after.block after.authors } + +FUNCTION {init.state.consts} +{ #0 'before.all := + #1 'mid.sentence := + #2 'after.sentence := + #3 'after.block := + #0 'after.authors := +} + +STRINGS { s t } + +FUNCTION{ fr.add.period }{ +after.authors + { fr.ponctuation.apres.auteurs empty$ + { add.period$ } + { fr.ponctuation.apres.auteurs * #0 'after.authors := } + if$} + { add.period$ } +if$ +} + +FUNCTION {output.nonnull} +{ 's := + output.state mid.sentence = + { ", " * write$ } + { output.state after.block = + { fr.add.period write$ + newline$ + "\newblock " write$ + } + { output.state before.all = + 'write$ + { add.period$ " " * write$ } + if$ + } + if$ + mid.sentence 'output.state := + } + if$ + s +} + +FUNCTION {output} +{ duplicate$ empty$ + 'pop$ + 'output.nonnull + if$ +} + +FUNCTION {output.check} +{ 't := + duplicate$ empty$ + { pop$ "empty " t * " in " * cite$ * warning$ } + 'output.nonnull + if$ +} + +FUNCTION {output.bibitem} +{ newline$ + "\bibitem{" write$ + cite$ write$ + "}" write$ + newline$ + "" + before.all 'output.state := +} + +FUNCTION {fin.entry} +{ add.period$ + write$ + newline$ +} + +FUNCTION {new.block} +{ output.state before.all = + 'skip$ + { after.block 'output.state := } + if$ +} + +FUNCTION {new.sentence} +{ output.state after.block = + 'skip$ + { output.state before.all = + 'skip$ + { after.sentence 'output.state := } + if$ + } + if$ +} + +FUNCTION {not} +{ { #0 } + { #1 } + if$ +} + +FUNCTION {and} +{ 'skip$ + { pop$ #0 } + if$ +} + +FUNCTION {or} +{ { pop$ #1 } + 'skip$ + if$ +} + +FUNCTION {new.block.checka} +{ empty$ + 'skip$ + 'new.block + if$ +} + +FUNCTION {new.block.checkb} +{ empty$ + swap$ empty$ + and + 'skip$ + 'new.block + if$ +} + +FUNCTION {new.sentence.checka} +{ empty$ + 'skip$ + 'new.sentence + if$ +} + +FUNCTION {new.sentence.checkb} +{ empty$ + swap$ empty$ + and + 'skip$ + 'new.sentence + if$ +} + +FUNCTION {field.or.null} +{ duplicate$ empty$ + { pop$ "" } + 'skip$ + if$ +} + +FUNCTION {emphasize} +{ duplicate$ empty$ + { pop$ "" } + { "{\em " swap$ * "}" * } + if$ +} + +INTEGERS { nameptr namesleft numnames } + +FUNCTION {format.names} +{ 's := + #1 'nameptr := + s num.names$ 'numnames := + numnames 'namesleft := + { namesleft #0 > } + { s nameptr "{ff~}{vv~}\bgroup\fonteauteurs\bgroup {ll}\egroup\egroup{{}}{, jj}" format.name$ 't := + nameptr #1 > + { namesleft #1 > + { ", " * t * } + { %numnames #2 > namesleft #2 > and + % { "," * } + % 'skip$ + %if$ + t "\bgroup\fonteauteurs\bgroup others\egroup\egroup{}" = + { fr.et.al * } + { fr.and * t * } + if$ + } + if$ + } + 't + if$ + nameptr #1 + 'nameptr := + namesleft #1 - 'namesleft := + } + while$ +} + +FUNCTION {format.authors} +{ author empty$ + { "" } + { author format.names #1 'after.authors := } + if$ +} + +FUNCTION {format.editors} +{ editor empty$ + { "" } + { editor format.names + editor num.names$ #1 > + { fr.editeurs * } + { fr.editeur * } + if$ + } + if$ +} + +FUNCTION {format.title} +{ title empty$ + { "" } + { title "t" change.case$ } + if$ +} + +FUNCTION {n.dashify} +{ 't := + "" + { t empty$ not } + { t #1 #1 substring$ "-" = + { t #1 #2 substring$ "--" = not + { "--" * + t #2 global.max$ substring$ 't := + } + { { t #1 #1 substring$ "-" = } + { "-" * + t #2 global.max$ substring$ 't := + } + while$ + } + if$ + } + { t #1 #1 substring$ * + t #2 global.max$ substring$ 't := + } + if$ + } + while$ +} + +FUNCTION {format.date} +{ year empty$ + { month empty$ + { "" } + { "there's a month but no year in " cite$ * warning$ + month + } + if$ + } + { month empty$ + 'year + { month " " * year * } + if$ + } + if$ +} + +FUNCTION {format.btitle} +{ title emphasize +} + +FUNCTION {tie.or.space.connect} +{ duplicate$ text.length$ #3 < + { "~" } + { " " } + if$ + swap$ * * +} + +FUNCTION {either.or.check} +{ empty$ + 'pop$ + { "can't use both " swap$ * " fields in " * cite$ * warning$ } + if$ +} + +FUNCTION {format.bvolume} +{ volume empty$ + { "" } + { fr.volume volume tie.or.space.connect + series empty$ + 'skip$ + { fr.of * series emphasize * } + if$ + "volume and number" number either.or.check + } + if$ +} + +FUNCTION {format.number.series} +{ volume empty$ + { number empty$ + { series field.or.null } + { output.state mid.sentence = + { fr.number } + { fr.number.maj } + if$ + number tie.or.space.connect + series empty$ + { "there's a number but no series in " cite$ * warning$ } + { fr.in.spc * series * } + if$ + } + if$ + } + { "" } + if$ +} + +FUNCTION {format.edition} +{ edition empty$ + { "" } + { output.state mid.sentence = + { edition "l" change.case$ fr.edition * } + { edition "t" change.case$ fr.edition * } + if$ + } + if$ +} + +INTEGERS { multiresult } + +FUNCTION {multi.page.check} +{ 't := + #0 'multiresult := + { multiresult not + t empty$ not + and + } + { t #1 #1 substring$ + duplicate$ "-" = + swap$ duplicate$ "," = + swap$ "+" = + or or + { #1 'multiresult := } + { t #2 global.max$ substring$ 't := } + if$ + } + while$ + multiresult +} + +FUNCTION {format.pages} +{ pages empty$ + { "" } + { pages multi.page.check + { fr.pages pages n.dashify tie.or.space.connect } + { fr.page pages tie.or.space.connect } + if$ + } + if$ +} + +FUNCTION {format.vol.num.pages} +{ volume field.or.null + number empty$ + 'skip$ + { "(" number * ")" * * + volume empty$ + { "there's a number but no volume in " cite$ * warning$ } + 'skip$ + if$ + } + if$ + pages empty$ + 'skip$ + { duplicate$ empty$ + { pop$ format.pages } + { fr.deuxpoints * pages n.dashify * } + if$ + } + if$ +} + +FUNCTION {format.chapter.pages} +{ chapter empty$ + 'format.pages + { type empty$ + { fr.chapter } + { type "l" change.case$ } + if$ + chapter tie.or.space.connect + pages empty$ + 'skip$ + { ", " * format.pages * } + if$ + } + if$ +} + +FUNCTION {format.in.ed.booktitle} +{ booktitle empty$ + { "" } + { editor empty$ + { fr.in booktitle emphasize * } + { fr.in format.editors #1 'after.authors := fr.add.period " " * * booktitle emphasize * } + if$ + } + if$ +} + +FUNCTION {empty.misc.check} +{ author empty$ title empty$ howpublished empty$ + month empty$ year empty$ note empty$ + and and and and and + { "all relevant fields are empty in " cite$ * warning$ } + 'skip$ + if$ +} + +FUNCTION {format.thesis.type} +{ type empty$ + 'skip$ + { pop$ + type "t" change.case$ + } + if$ +} + +FUNCTION {format.tr.number} +{ type empty$ + { fr.tech.rep } + 'type + if$ + number empty$ + { "t" change.case$ } + { number tie.or.space.connect } + if$ +} + +FUNCTION {format.article.crossref} +{ key empty$ + { journal empty$ + { "need key or journal for " cite$ * " to crossref " * crossref * + warning$ + "" + } + { fr.in "{\em " * journal * "\/}" * } + if$ + } + { fr.in key * } + if$ + " \cite{" * crossref * "}" * +} + +FUNCTION {format.crossref.editor} +{ editor #1 "{vv~}\bgroup\fonteauteurs\bgroup {ll}\egroup\egroup{{}}" format.name$ + editor num.names$ duplicate$ + #2 > + { pop$ fr.et.al * } + { #2 < + 'skip$ + { editor #2 "{ff }{vv }{ll}{ jj}" format.name$ "others" = + { fr.et.al * } + { fr.and * editor #2 "{vv~}\bgroup\fonteauteurs\bgroup {ll}\egroup\egroup{{}}" format.name$ * } + if$ + } + if$ + } + if$ +} + +FUNCTION {format.book.crossref} +{ volume empty$ + { "empty volume in " cite$ * "'s crossref of " * crossref * warning$ + fr.in + } + { fr.volume.maj volume tie.or.space.connect + fr.of * + } + if$ + editor empty$ + editor field.or.null author field.or.null = + or + { key empty$ + { series empty$ + { "need editor, key, or series for " cite$ * " to crossref " * + crossref * warning$ + "" * + } + { "{\em " * series * "\/}" * } + if$ + } + { key * } + if$ + } + { format.crossref.editor * } + if$ + " \cite{" * crossref * "}" * +} + +FUNCTION {format.incoll.inproc.crossref} +{ editor empty$ + editor field.or.null author field.or.null = + or + { key empty$ + { booktitle empty$ + { "need editor, key, or booktitle for " cite$ * " to crossref " * + crossref * warning$ + "" + } + { fr.in "{\em " * booktitle * "\/}" * } + if$ + } + { fr.in key * } + if$ + } + { fr.in format.crossref.editor * } + if$ + " \cite{" * crossref * "}" * +} + +FUNCTION {article} +{ output.bibitem + format.authors "author" output.check + new.block + format.title "title" output.check + new.block + crossref missing$ + { journal emphasize "journal" output.check + format.vol.num.pages output + format.date "year" output.check + } + { format.article.crossref output.nonnull + format.pages output + } + if$ + new.block + note output + fin.entry +} + +FUNCTION {book} +{ output.bibitem + author empty$ + { format.editors "author and editor" output.check } + { format.authors output.nonnull + crossref missing$ + { "author and editor" editor either.or.check } + 'skip$ + if$ + } + if$ + new.block + format.btitle "title" output.check + crossref missing$ + { format.bvolume output + new.block + format.number.series output + new.sentence + publisher "publisher" output.check + address output + } + { new.block + format.book.crossref output.nonnull + } + if$ + format.edition output + format.date "year" output.check + new.block + note output + fin.entry +} + +FUNCTION {booklet} +{ output.bibitem + format.authors output + new.block + format.title "title" output.check + howpublished address new.block.checkb + howpublished output + address output + format.date output + new.block + note output + fin.entry +} + +FUNCTION {inbook} +{ output.bibitem + author empty$ + { format.editors "author and editor" output.check } + { format.authors output.nonnull + crossref missing$ + { "author and editor" editor either.or.check } + 'skip$ + if$ + } + if$ + new.block + format.btitle "title" output.check + crossref missing$ + { format.bvolume output + format.chapter.pages "chapter and pages" output.check + new.block + format.number.series output + new.sentence + publisher "publisher" output.check + address output + } + { format.chapter.pages "chapter and pages" output.check + new.block + format.book.crossref output.nonnull + } + if$ + format.edition output + format.date "year" output.check + new.block + note output + fin.entry +} + +FUNCTION {incollection} +{ output.bibitem + format.authors "author" output.check + new.block + format.title "title" output.check + new.block + crossref missing$ + { format.in.ed.booktitle "booktitle" output.check + format.bvolume output + format.number.series output + format.chapter.pages output + new.sentence + publisher "publisher" output.check + address output + format.edition output + format.date "year" output.check + } + { format.incoll.inproc.crossref output.nonnull + format.chapter.pages output + } + if$ + new.block + note output + fin.entry +} + +FUNCTION {inproceedings} +{ output.bibitem + format.authors "author" output.check + new.block + format.title "title" output.check + new.block + crossref missing$ + { format.in.ed.booktitle "booktitle" output.check + format.bvolume output + format.number.series output + format.pages output + address empty$ + { organization publisher new.sentence.checkb + organization output + publisher output + format.date "year" output.check + } + { address output.nonnull + format.date "year" output.check + new.sentence + organization output + publisher output + } + if$ + } + { format.incoll.inproc.crossref output.nonnull + format.pages output + } + if$ + new.block + note output + fin.entry +} + +FUNCTION {conference} { inproceedings } + +FUNCTION {manual} +{ output.bibitem + author empty$ + { organization empty$ + 'skip$ + { organization output.nonnull + address output + } + if$ + } + { format.authors output.nonnull } + if$ + new.block + format.btitle "title" output.check + author empty$ + { organization empty$ + { address new.block.checka + address output + } + 'skip$ + if$ + } + { organization address new.block.checkb + organization output + address output + } + if$ + format.edition output + format.date output + new.block + note output + fin.entry +} + +FUNCTION {mastersthesis} +{ output.bibitem + format.authors "author" output.check + new.block + format.title "title" output.check + new.block + fr.master format.thesis.type output.nonnull + school "school" output.check + address output + format.date "year" output.check + new.block + note output + fin.entry +} + +FUNCTION {misc} +{ output.bibitem + format.authors output + title howpublished new.block.checkb + format.title output + howpublished new.block.checka + howpublished output + format.date output + new.block + note output + fin.entry + empty.misc.check +} + +FUNCTION {phdthesis} +{ output.bibitem + format.authors "author" output.check + new.block + format.btitle "title" output.check + new.block + fr.phd format.thesis.type output.nonnull + school "school" output.check + address output + format.date "year" output.check + new.block + note output + fin.entry +} + +FUNCTION {proceedings} +{ output.bibitem + editor empty$ + { organization output } + { format.editors output.nonnull } + if$ + new.block + format.btitle "title" output.check + format.bvolume output + format.number.series output + address empty$ + { editor empty$ + { publisher new.sentence.checka } + { organization publisher new.sentence.checkb + organization output + } + if$ + publisher output + format.date "year" output.check + } + { address output.nonnull + format.date "year" output.check + new.sentence + editor empty$ + 'skip$ + { organization output } + if$ + publisher output + } + if$ + new.block + note output + fin.entry +} + +FUNCTION {techreport} +{ output.bibitem + format.authors "author" output.check + new.block + format.title "title" output.check + new.block + format.tr.number output.nonnull + institution "institution" output.check + address output + format.date "year" output.check + new.block + note output + fin.entry +} + +FUNCTION {unpublished} +{ output.bibitem + format.authors "author" output.check + new.block + format.title "title" output.check + new.block + note "note" output.check + format.date output + fin.entry +} + +FUNCTION {default.type} { misc } + +MACRO {acmcs} {"ACM Computing Surveys"} +MACRO {acta} {"Acta Informatica"} +MACRO {cacm} {"Communications of the ACM"} +MACRO {ibmjrd} {"IBM Journal of Research and Development"} +MACRO {ibmsj} {"IBM Systems Journal"} +MACRO {ieeese} {"IEEE Transactions on Software Engineering"} +MACRO {ieeetc} {"IEEE Transactions on Computers"} +MACRO {ieeetcad} + {"IEEE Transactions on Computer-Aided Design of Integrated Circuits"} +MACRO {ipl} {"Information Processing Letters"} +MACRO {jacm} {"Journal of the ACM"} +MACRO {jcss} {"Journal of Computer and System Sciences"} +MACRO {scp} {"Science of Computer Programming"} +MACRO {sicomp} {"SIAM Journal on Computing"} +MACRO {tocs} {"ACM Transactions on Computer Systems"} +MACRO {tods} {"ACM Transactions on Database Systems"} +MACRO {tog} {"ACM Transactions on Graphics"} +MACRO {toms} {"ACM Transactions on Mathematical Software"} +MACRO {toois} {"ACM Transactions on Office Information Systems"} +MACRO {toplas} {"ACM Transactions on Programming Languages and Systems"} +MACRO {tcs} {"Theoretical Computer Science"} + +READ + +STRINGS { longest.label } + +INTEGERS { number.label longest.label.width } + +FUNCTION {initialize.longest.label} +{ "" 'longest.label := + #1 'number.label := + #0 'longest.label.width := +} + +FUNCTION {longest.label.pass} +{ number.label int.to.str$ 'label := + number.label #1 + 'number.label := + label width$ longest.label.width > + { label 'longest.label := + label width$ 'longest.label.width := + } + 'skip$ + if$ +} + +EXECUTE {initialize.longest.label} + +ITERATE {longest.label.pass} + +FUNCTION {begin.bib} +{ preamble$ empty$ + 'skip$ + { preamble$ write$ newline$ } + if$ + "\begin{thebibliography}{" longest.label * "}" * write$ newline$ + "\expandafter\ifx\csname fonteauteurs\endcsname\relax" + write$ newline$ + "\def\fonteauteurs{" fr.auteurs.style * "}\fi" * write$ newline$ + "\makeatother" write$ newline$ +} + +EXECUTE {begin.bib} + +EXECUTE {init.state.consts} + +ITERATE {call.type$} + +FUNCTION {end.bib} +{ newline$ + "\end{thebibliography}" write$ newline$ +} + +EXECUTE {end.bib} + + +%% +%% Changelog : +%% 1.0 -> 1.1 : les mois ne prennent pas de majuscule +%% 1.1 -> 1.2 : le '.' qui suit la liste des auteurs peut etre +%% change en autre chose (':' notamment). +%% diff -Nru texlive-lang-2007.dfsg.4/texmf-dist/bibtex/bst/bib-fr/unsrtnat-fr.bst texlive-lang-2009/texmf-dist/bibtex/bst/bib-fr/unsrtnat-fr.bst --- texlive-lang-2007.dfsg.4/texmf-dist/bibtex/bst/bib-fr/unsrtnat-fr.bst 1970-01-01 01:00:00.000000000 +0100 +++ texlive-lang-2009/texmf-dist/bibtex/bst/bib-fr/unsrtnat-fr.bst 2009-05-15 22:36:53.000000000 +0100 @@ -0,0 +1,1495 @@ +%% +%% Bib. style "unsrtnat-fr" (version francisee de unsrtnat.bst) +%% +%% NM, 2005/10/16 +%% markey@lsv.ens-cachan.fr +%% +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +%% Original Copyright (Patrick Daly): +%% +%% Copyright 1993-1999 Patrick W Daly +%% Max-Planck-Institut f\"ur Aeronomie +%% Max-Planck-Str. 2 +%% D-37191 Katlenburg-Lindau +%% Germany +%% E-mail: daly@linmpi.mpg.de +%% +%% This program can be redistributed and/or modified under the terms +%% of the LaTeX Project Public License Distributed from CTAN +%% archives in directory macros/latex/base/lppl.txt; either +%% version 1 of the License, or any later version. +%% + % Version and source file information: + % \ProvidesFile{natbst.mbs}[1999/05/11 1.6 (PWD)] + % + % BibTeX `plainnat' family + % version 0.99b for BibTeX versions 0.99a or later, + % for LaTeX versions 2.09 and 2e. + % + % For use with the `natbib.sty' package; emulates the corresponding + % member of the `plain' family, but with author-year citations. + % + % With version 6.0 of `natbib.sty', it may also be used for numerical + % citations, while retaining the commands \citeauthor, \citefullauthor, + % and \citeyear to print the corresponding information. + % + % For version 7.0 of `natbib.sty', the KEY field replaces missing + % authors/editors, and the date is left blank in \bibitem. + % + % Includes fields ISBN and ISSN. + % + % Includes field URL for Internet addresses (best used with + % with the url.sty package of Donald Arseneau + %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + + +ENTRY + { address + author + booktitle + chapter + edition + editor + howpublished + institution + isbn + issn + journal + key + month + note + number + organization + pages + publisher + school + series + title + type + url + volume + year + } + {} + { label extra.label sort.label short.list } + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +%% +%% C'est ici que je definis les "traductions". Normalement, y a que ca a changer +%% pour franciser le style... +%% +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +FUNCTION{fr.and}{ %% le "et" entre les deux derniers auteurs +" et " +} + +FUNCTION{fr.editeur}{ %% ", {\'e}diteur" au singulier, ou " ({\'e}diteur)"... +", {\'e}diteur" +} + +FUNCTION{fr.editeurs}{ %% ", {\'e}diteurs" au pluriel, ou " ({\'e}diteurs)"... +", {\'e}diteurs" +} + +FUNCTION{fr.et.al}{ %% " et~al." +" \emph{et~al.}" +} + +FUNCTION{fr.in}{ %% "Dans " +"\emph{In} " +} + +FUNCTION{fr.in.spc}{ %% " dans " +" \emph{in} " +} + +FUNCTION{fr.of}{ %% " de " +" de " +} + +FUNCTION{fr.number}{ %% "num{\'e}ro " +"num{\'e}ro " +} + +FUNCTION{fr.number.maj}{ %% "Num{\'e}ro " +"Num{\'e}ro " +} + +FUNCTION{fr.volume}{ %% "volume" +"volume" +} + +FUNCTION{fr.volume.maj}{ %% "Volume" +"Volume" +} + +FUNCTION{fr.edition}{ %% " {\'e}dition" +" {\'e}dition" +} + +FUNCTION{fr.pages}{ %% "pages" +"pages" +} + +FUNCTION{fr.page}{ %% "page" +"page" +} + +FUNCTION{fr.chapter}{ %% "chapitre" +"chapitre" +} + +FUNCTION{fr.tech.rep}{ %% "Rapport Technique" +"Rapport technique" +} + +FUNCTION{fr.master}{ %% "M{\'e}moire de D.E.A." +"M{\'e}moire de D.E.A." +} + +FUNCTION{fr.phd}{ %% "Th{\`e}se de doctorat" +"Th{\`e}se de doctorat" +} + +FUNCTION{fr.auteurs.style}{ + %% si on veut des small caps sur le LASTNAME de l'auteur + %% Cette fonction est utilisee dans la definition d'une + %% fonction LaTeX. +"\scshape" +} + +FUNCTION{fr.ponctuation.apres.auteurs}{ %% Comme son nom l'indique... +" : " +} + +FUNCTION{fr.deuxpoints}{ %% Pour eviter l'espace avant les ":". +"\string:\penalty500\relax " +} + +MACRO {jan} {"janvier"} +MACRO {feb} {"f\'evrier"} +MACRO {mar} {"mars"} +MACRO {apr} {"avril"} +MACRO {may} {"mai"} +MACRO {jun} {"juin"} +MACRO {jul} {"juillet"} +MACRO {aug} {"ao\^ut"} +MACRO {sep} {"septembre"} +MACRO {oct} {"octobre"} +MACRO {nov} {"novembre"} +MACRO {dec} {"d\'ecembre"} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +%% +%% La suite, normalement, y a rien a changer... +%% +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +INTEGERS { output.state before.all mid.sentence after.sentence after.block after.authors } + +FUNCTION {init.state.consts} +{ #0 'before.all := + #1 'mid.sentence := + #2 'after.sentence := + #3 'after.block := + #0 'after.authors := +} + +STRINGS { s t } + +FUNCTION{ fr.add.period }{ +after.authors + { fr.ponctuation.apres.auteurs empty$ + { add.period$ } + { fr.ponctuation.apres.auteurs * #0 'after.authors := } + if$} + { add.period$ } +if$ +} + +FUNCTION {output.nonnull} +{ 's := + output.state mid.sentence = + { ", " * write$ } + { output.state after.block = + { fr.add.period write$ + newline$ + "\newblock " write$ + } + { output.state before.all = + 'write$ + { add.period$ " " * write$ } + if$ + } + if$ + mid.sentence 'output.state := + } + if$ + s +} + +FUNCTION {output} +{ duplicate$ empty$ + 'pop$ + 'output.nonnull + if$ +} + +FUNCTION {output.check} +{ 't := + duplicate$ empty$ + { pop$ "empty " t * " in " * cite$ * warning$ } + 'output.nonnull + if$ +} + +FUNCTION {fin.entry} +{ add.period$ + write$ + newline$ +} + +FUNCTION {new.block} +{ output.state before.all = + 'skip$ + { after.block 'output.state := } + if$ +} + +FUNCTION {new.sentence} +{ output.state after.block = + 'skip$ + { output.state before.all = + 'skip$ + { after.sentence 'output.state := } + if$ + } + if$ +} + +FUNCTION {not} +{ { #0 } + { #1 } + if$ +} + +FUNCTION {and} +{ 'skip$ + { pop$ #0 } + if$ +} + +FUNCTION {or} +{ { pop$ #1 } + 'skip$ + if$ +} + +FUNCTION {new.block.checka} +{ empty$ + 'skip$ + 'new.block + if$ +} + +FUNCTION {new.block.checkb} +{ empty$ + swap$ empty$ + and + 'skip$ + 'new.block + if$ +} + +FUNCTION {new.sentence.checka} +{ empty$ + 'skip$ + 'new.sentence + if$ +} + +FUNCTION {new.sentence.checkb} +{ empty$ + swap$ empty$ + and + 'skip$ + 'new.sentence + if$ +} + +FUNCTION {field.or.null} +{ duplicate$ empty$ + { pop$ "" } + 'skip$ + if$ +} + +FUNCTION {emphasize} +{ duplicate$ empty$ + { pop$ "" } + { "{\em " swap$ * "}" * } + if$ +} + +INTEGERS { nameptr namesleft numnames } + +FUNCTION {format.names} +{ 's := + #1 'nameptr := + s num.names$ 'numnames := + numnames 'namesleft := + { namesleft #0 > } + { s nameptr "{ff~}{vv~}\bgroup\fonteauteurs\bgroup {ll}\egroup\egroup{{}}{, jj}" format.name$ 't := + nameptr #1 > + { namesleft #1 > + { ", " * t * } + { %numnames #2 > + % { "," * } + % 'skip$ + %if$ + t "\bgroup\fonteauteurs\bgroup others\egroup\egroup{}" = + { fr.et.al * } + { fr.and * t * } + if$ + } + if$ + } + 't + if$ + nameptr #1 + 'nameptr := + namesleft #1 - 'namesleft := + } + while$ +} + +FUNCTION {format.key} +{ empty$ + { key field.or.null } + { "" } + if$ +} + +FUNCTION {format.authors} +{ author empty$ + { "" } + { author format.names #1 'after.authors := } + if$ +} + +FUNCTION {format.editors} +{ editor empty$ + { "" } + { editor format.names + editor num.names$ #1 > + { fr.editeurs * } + { fr.editeur * } + if$ + } + if$ +} + +FUNCTION {format.isbn} +{ isbn empty$ + { "" } + { new.block "ISBN " isbn * } + if$ +} + +FUNCTION {format.issn} +{ issn empty$ + { "" } + { new.block "ISSN " issn * } + if$ +} + +FUNCTION {format.url} +{ url empty$ + { "" } + { new.block "URL \url{" url * "}" * } + if$ +} + +FUNCTION {format.title} +{ title empty$ + { "" } + { title "t" change.case$ } + if$ +} + +FUNCTION {format.full.names} +{% + % Ici, on laisse les noms en minuscules, on ne les mets pas en small caps. + % + 's := + #1 'nameptr := + s num.names$ 'numnames := + numnames 'namesleft := + { namesleft #0 > } + { s nameptr + "{vv~}{ll}" format.name$ 't := + nameptr #1 > + { + namesleft #1 > + { ", " * t * } + { + numnames #2 > + { "," * } + 'skip$ + if$ + t "\bgroup\fonteauteurs\bgroup others\egroup\egroup{}" = + { fr.et.al * } + { fr.and * t * } + if$ + } + if$ + } + 't + if$ + nameptr #1 + 'nameptr := + namesleft #1 - 'namesleft := + } + while$ +} + +FUNCTION {author.editor.full} +{ author empty$ + { editor empty$ + { "" } + { editor format.full.names } + if$ + } + { author format.full.names } + if$ +} + +FUNCTION {author.full} +{ author empty$ + { "" } + { author format.full.names } + if$ +} + +FUNCTION {editor.full} +{ editor empty$ + { "" } + { editor format.full.names } + if$ +} + +FUNCTION {make.full.names} +{ type$ "book" = + type$ "inbook" = + or + 'author.editor.full + { type$ "proceedings" = + 'editor.full + 'author.full + if$ + } + if$ +} + +FUNCTION {output.bibitem} +{ newline$ + "\bibitem[" write$ + label write$ + ")" make.full.names duplicate$ short.list = + { pop$ } + { * } + if$ + "]{" * write$ + cite$ write$ + "}" write$ + newline$ + "" + before.all 'output.state := +} + +FUNCTION {n.dashify} +{ 't := + "" + { t empty$ not } + { t #1 #1 substring$ "-" = + { t #1 #2 substring$ "--" = not + { "--" * + t #2 global.max$ substring$ 't := + } + { { t #1 #1 substring$ "-" = } + { "-" * + t #2 global.max$ substring$ 't := + } + while$ + } + if$ + } + { t #1 #1 substring$ * + t #2 global.max$ substring$ 't := + } + if$ + } + while$ +} + +FUNCTION {format.date} +{ year duplicate$ empty$ + { "empty year in " cite$ * warning$ + pop$ "" } + 'skip$ + if$ + month empty$ + 'skip$ + { month + " " * swap$ * + } + if$ + extra.label * +} + +FUNCTION {format.btitle} +{ title emphasize +} + +FUNCTION {tie.or.space.connect} +{ duplicate$ text.length$ #3 < + { "~" } + { " " } + if$ + swap$ * * +} + +FUNCTION {either.or.check} +{ empty$ + 'pop$ + { "can't use both " swap$ * " fields in " * cite$ * warning$ } + if$ +} + +FUNCTION {format.bvolume} +{ volume empty$ + { "" } + { fr.volume volume tie.or.space.connect + series empty$ + 'skip$ + { fr.of * series emphasize * } + if$ + "volume and number" number either.or.check + } + if$ +} + +FUNCTION {format.number.series} +{ volume empty$ + { number empty$ + { series field.or.null } + { output.state mid.sentence = + { fr.number } + { fr.number.maj } + if$ + number tie.or.space.connect + series empty$ + { "there's a number but no series in " cite$ * warning$ } + { fr.in.spc * series * } + if$ + } + if$ + } + { "" } + if$ +} + +FUNCTION {format.edition} +{ edition empty$ + { "" } + { output.state mid.sentence = + { edition "l" change.case$ fr.edition * } + { edition "t" change.case$ fr.edition * } + if$ + } + if$ +} + +INTEGERS { multiresult } + +FUNCTION {multi.page.check} +{ 't := + #0 'multiresult := + { multiresult not + t empty$ not + and + } + { t #1 #1 substring$ + duplicate$ "-" = + swap$ duplicate$ "," = + swap$ "+" = + or or + { #1 'multiresult := } + { t #2 global.max$ substring$ 't := } + if$ + } + while$ + multiresult +} + +FUNCTION {format.pages} +{ pages empty$ + { "" } + { pages multi.page.check + { fr.pages pages n.dashify tie.or.space.connect } + { fr.page pages tie.or.space.connect } + if$ + } + if$ +} + +FUNCTION {format.vol.num.pages} +{ volume field.or.null + number empty$ + 'skip$ + { "\penalty0 (" number * ")" * * + volume empty$ + { "there's a number but no volume in " cite$ * warning$ } + 'skip$ + if$ + } + if$ + pages empty$ + 'skip$ + { duplicate$ empty$ + { pop$ format.pages } + { fr.deuxpoints * pages n.dashify * } + if$ + } + if$ +} + +FUNCTION {format.chapter.pages} +{ chapter empty$ + 'format.pages + { type empty$ + { fr.chapter } + { type "l" change.case$ } + if$ + chapter tie.or.space.connect + pages empty$ + 'skip$ + { ", " * format.pages * } + if$ + } + if$ +} + +FUNCTION {format.in.ed.booktitle} +{ booktitle empty$ + { "" } + { editor empty$ + { fr.in booktitle emphasize * } + { fr.in format.editors #1 'after.authors := fr.add.period " " * * booktitle emphasize * } + if$ + } + if$ +} + +FUNCTION {empty.misc.check} +{ author empty$ title empty$ howpublished empty$ + month empty$ year empty$ note empty$ + and and and and and + key empty$ not and + { "all relevant fields are empty in " cite$ * warning$ } + 'skip$ + if$ +} + +FUNCTION {format.thesis.type} +{ type empty$ + 'skip$ + { pop$ + type "t" change.case$ + } + if$ +} + +FUNCTION {format.tr.number} +{ type empty$ + { fr.tech.rep } + 'type + if$ + number empty$ + { "t" change.case$ } + { number tie.or.space.connect } + if$ +} + +FUNCTION {format.article.crossref} +{ key empty$ + { journal empty$ + { "need key or journal for " cite$ * " to crossref " * crossref * + warning$ + "" + } + { fr.in "{\em " * journal * "\/}" * } + if$ + } + { fr.in key * } + if$ + " \citep{" * crossref * "}" * +} + +FUNCTION {format.book.crossref} +{ volume empty$ + { "empty volume in " cite$ * "'s crossref of " * crossref * warning$ + fr.in + } + { fr.volume.maj volume tie.or.space.connect + fr.of * + } + if$ + editor empty$ + editor field.or.null author field.or.null = + or + { key empty$ + { series empty$ + { "need editor, key, or series for " cite$ * " to crossref " * + crossref * warning$ + "" * + } + { "{\em " * series * "\/}" * } + if$ + } + { key * } + if$ + } + 'skip$ + if$ + ", \citet{" * crossref * "}" * +} + +FUNCTION {format.incoll.inproc.crossref} +{ editor empty$ + editor field.or.null author field.or.null = + or + { key empty$ + { booktitle empty$ + { "need editor, key, or booktitle for " cite$ * " to crossref " * + crossref * warning$ + "" + } + { fr.in "{\em " * booktitle * "\/}" * } + if$ + } + { fr.in key * } + if$ + } + { fr.in } + if$ + " \citet{" * crossref * "}" * +} + +FUNCTION {article} +{ output.bibitem + format.authors "author" output.check + author format.key output + new.block + format.title "title" output.check + new.block + crossref missing$ + { journal emphasize "journal" output.check + format.vol.num.pages output + format.date "year" output.check + } + { format.article.crossref output.nonnull + format.pages output + } + if$ + format.issn output + format.url output + new.block + note output + fin.entry +} + +FUNCTION {book} +{ output.bibitem + author empty$ + { format.editors "author and editor" output.check + editor format.key output + } + { format.authors output.nonnull + crossref missing$ + { "author and editor" editor either.or.check } + 'skip$ + if$ + } + if$ + new.block + format.btitle "title" output.check + crossref missing$ + { format.bvolume output + new.block + format.number.series output + new.sentence + publisher "publisher" output.check + address output + } + { new.block + format.book.crossref output.nonnull + } + if$ + format.edition output + format.date "year" output.check + format.isbn output + format.url output + new.block + note output + fin.entry +} + +FUNCTION {booklet} +{ output.bibitem + format.authors output + author format.key output + new.block + format.title "title" output.check + howpublished address new.block.checkb + howpublished output + address output + format.date output + format.isbn output + format.url output + new.block + note output + fin.entry +} + +FUNCTION {inbook} +{ output.bibitem + author empty$ + { format.editors "author and editor" output.check + editor format.key output + } + { format.authors output.nonnull + crossref missing$ + { "author and editor" editor either.or.check } + 'skip$ + if$ + } + if$ + new.block + format.btitle "title" output.check + crossref missing$ + { format.bvolume output + format.chapter.pages "chapter and pages" output.check + new.block + format.number.series output + new.sentence + publisher "publisher" output.check + address output + } + { format.chapter.pages "chapter and pages" output.check + new.block + format.book.crossref output.nonnull + } + if$ + format.edition output + format.date "year" output.check + format.isbn output + format.url output + new.block + note output + fin.entry +} + +FUNCTION {incollection} +{ output.bibitem + format.authors "author" output.check + author format.key output + new.block + format.title "title" output.check + new.block + crossref missing$ + { format.in.ed.booktitle "booktitle" output.check + format.bvolume output + format.number.series output + format.chapter.pages output + new.sentence + publisher "publisher" output.check + address output + format.edition output + format.date "year" output.check + } + { format.incoll.inproc.crossref output.nonnull + format.chapter.pages output + } + if$ + format.isbn output + format.url output + new.block + note output + fin.entry +} + +FUNCTION {inproceedings} +{ output.bibitem + format.authors "author" output.check + author format.key output + new.block + format.title "title" output.check + new.block + crossref missing$ + { format.in.ed.booktitle "booktitle" output.check + format.bvolume output + format.number.series output + format.pages output + address empty$ + { organization publisher new.sentence.checkb + organization output + publisher output + format.date "year" output.check + } + { address output.nonnull + format.date "year" output.check + new.sentence + organization output + publisher output + } + if$ + } + { format.incoll.inproc.crossref output.nonnull + format.pages output + } + if$ + format.isbn output + format.url output + new.block + note output + fin.entry +} + +FUNCTION {conference} { inproceedings } + +FUNCTION {manual} +{ output.bibitem + format.authors output + author format.key output + new.block + format.btitle "title" output.check + organization address new.block.checkb + organization output + address output + format.edition output + format.date output + format.url output + new.block + note output + fin.entry +} + +FUNCTION {mastersthesis} +{ output.bibitem + format.authors "author" output.check + author format.key output + new.block + format.title "title" output.check + new.block + fr.master format.thesis.type output.nonnull + school "school" output.check + address output + format.date "year" output.check + format.url output + new.block + note output + fin.entry +} + +FUNCTION {misc} +{ output.bibitem + format.authors output + author format.key output + title howpublished new.block.checkb + format.title output + howpublished new.block.checka + howpublished output + format.date output + format.issn output + format.url output + new.block + note output + fin.entry + empty.misc.check +} + +FUNCTION {phdthesis} +{ output.bibitem + format.authors "author" output.check + author format.key output + new.block + format.btitle "title" output.check + new.block + fr.phd format.thesis.type output.nonnull + school "school" output.check + address output + format.date "year" output.check + format.url output + new.block + note output + fin.entry +} + +FUNCTION {proceedings} +{ output.bibitem + format.editors output + editor format.key output + new.block + format.btitle "title" output.check + format.bvolume output + format.number.series output + address output + format.date "year" output.check + new.sentence + organization output + publisher output + format.isbn output + format.url output + new.block + note output + fin.entry +} + +FUNCTION {techreport} +{ output.bibitem + format.authors "author" output.check + author format.key output + new.block + format.title "title" output.check + new.block + format.tr.number output.nonnull + institution "institution" output.check + address output + format.date "year" output.check + format.url output + new.block + note output + fin.entry +} + +FUNCTION {unpublished} +{ output.bibitem + format.authors "author" output.check + author format.key output + new.block + format.title "title" output.check + format.url output + new.block + note "note" output.check + format.date output + fin.entry +} + +FUNCTION {default.type} { misc } + +MACRO {acmcs} {"ACM Computing Surveys"} +MACRO {acta} {"Acta Informatica"} +MACRO {cacm} {"Communications of the ACM"} +MACRO {ibmjrd} {"IBM Journal of Research and Development"} +MACRO {ibmsj} {"IBM Systems Journal"} +MACRO {ieeese} {"IEEE Transactions on Software Engineering"} +MACRO {ieeetc} {"IEEE Transactions on Computers"} +MACRO {ieeetcad} {"IEEE Transactions on Computer-Aided Design of Integrated Circuits"} +MACRO {ipl} {"Information Processing Letters"} +MACRO {jacm} {"Journal of the ACM"} +MACRO {jcss} {"Journal of Computer and System Sciences"} +MACRO {scp} {"Science of Computer Programming"} +MACRO {sicomp} {"SIAM Journal on Computing"} +MACRO {tocs} {"ACM Transactions on Computer Systems"} +MACRO {tods} {"ACM Transactions on Database Systems"} +MACRO {tog} {"ACM Transactions on Graphics"} +MACRO {toms} {"ACM Transactions on Mathematical Software"} +MACRO {toois} {"ACM Transactions on Office Information Systems"} +MACRO {toplas} {"ACM Transactions on Programming Languages and Systems"} +MACRO {tcs} {"Theoretical Computer Science"} + + +READ + +FUNCTION {sortify} +{ purify$ + "l" change.case$ +} + +INTEGERS { len } + +FUNCTION {chop.word} +{ 's := + 'len := + s #1 len substring$ = + { s len #1 + global.max$ substring$ } + 's + if$ +} + +FUNCTION {format.lab.names} +% +% Ici, on laisse les noms en minuscules, on ne les mets pas +% en small caps. +% +{ 's := + s #1 "{vv~}{ll}" format.name$ + s num.names$ duplicate$ + #2 > + { pop$ fr.et.al * } + { #2 < + 'skip$ + { s #2 "{ff }{vv }{ll}{ jj}" format.name$ "others" = + { fr.et.al * } + { fr.and * s #2 "{vv~}{ll}" format.name$ * } + if$ + } + if$ + } + if$ +} + +FUNCTION {author.key.label} +{ author empty$ + { key empty$ + { cite$ #1 #3 substring$ } + 'key + if$ + } + { author format.lab.names } + if$ +} + +FUNCTION {author.editor.key.label} +{ author empty$ + { editor empty$ + { key empty$ + { cite$ #1 #3 substring$ } + 'key + if$ + } + { editor format.lab.names } + if$ + } + { author format.lab.names } + if$ +} + +FUNCTION {author.key.organization.label} +{ author empty$ + { key empty$ + { organization empty$ + { cite$ #1 #3 substring$ } + { "Le " #3 + "La " #3 + "Les " #4 + "The " #4 organization chop.word + chop.word + chop.word + chop.word + #3 text.prefix$ } + if$ + } + 'key + if$ + } + { author format.lab.names } + if$ +} + +FUNCTION {editor.key.organization.label} +{ editor empty$ + { key empty$ + { organization empty$ + { cite$ #1 #3 substring$ } + { "Le " #3 + "La " #3 + "Les " #4 + "The " #4 organization chop.word + chop.word + chop.word + chop.word + #3 text.prefix$ } + if$ + } + 'key + if$ + } + { editor format.lab.names } + if$ +} + +FUNCTION {calc.short.authors} +{ type$ "book" = + type$ "inbook" = + or + 'author.editor.key.label + { type$ "proceedings" = + 'editor.key.organization.label + { type$ "manual" = + 'author.key.organization.label + 'author.key.label + if$ + } + if$ + } + if$ + 'short.list := +} + +FUNCTION {calc.label} +{ calc.short.authors + short.list + "(" + * + year duplicate$ empty$ + short.list key field.or.null = or + { pop$ "" } + 'skip$ + if$ + * + 'label := +} + +FUNCTION {sort.format.names} +{ 's := + #1 'nameptr := + "" + s num.names$ 'numnames := + numnames 'namesleft := + { namesleft #0 > } + { nameptr #1 > + { " " * } + 'skip$ + if$ + s nameptr "{vv{ } }{ll{ }}{ ff{ }}{ jj{ }}" format.name$ 't := + nameptr numnames = t "others" = and + { fr.et.al * } %% sera "purify"e ensuite... + { t sortify * } + if$ + nameptr #1 + 'nameptr := + namesleft #1 - 'namesleft := + } + while$ +} + +FUNCTION {sort.format.title} +{ 't := + "Un " #3 + "Une " #4 + "Des " #4 + "Le " #3 + "La " #3 + "Les " #4 + "A " #2 + "An " #3 + "The " #4 t chop.word + chop.word + chop.word + chop.word + chop.word + chop.word + chop.word + chop.word + chop.word + sortify + #1 global.max$ substring$ +} + +FUNCTION {author.sort} +{ author empty$ + { key empty$ + { "to sort, need author or key in " cite$ * warning$ + "" + } + { key sortify } + if$ + } + { author sort.format.names } + if$ +} + +FUNCTION {author.editor.sort} +{ author empty$ + { editor empty$ + { key empty$ + { "to sort, need author, editor, or key in " cite$ * warning$ + "" + } + { key sortify } + if$ + } + { editor sort.format.names } + if$ + } + { author sort.format.names } + if$ +} + +FUNCTION {author.organization.sort} +{ author empty$ + { organization empty$ + { key empty$ + { "to sort, need author, organization, or key in " cite$ * warning$ + "" + } + { key sortify } + if$ + } + { "Le " #3 + "La " #3 + "Les " #4 + "The " #4 organization chop.word + chop.word + chop.word + chop.word + sortify } + if$ + } + { author sort.format.names } + if$ +} + +FUNCTION {editor.organization.sort} +{ editor empty$ + { organization empty$ + { key empty$ + { "to sort, need editor, organization, or key in " cite$ * warning$ + "" + } + { key sortify } + if$ + } + { "Le " #3 + "La " #3 + "Les " #4 + "The " #4 organization chop.word + chop.word + chop.word + chop.word + sortify } + if$ + } + { editor sort.format.names } + if$ +} + +INTEGERS { seq.num } + +FUNCTION {init.seq} +{ #0 'seq.num :=} + +EXECUTE {init.seq} + +FUNCTION {int.to.fix} +{ + "000000000" swap$ int.to.str$ * + #-1 #10 substring$ +} + + +FUNCTION {presort} +{ calc.label + label sortify + " " + * + seq.num #1 + 'seq.num := + seq.num int.to.fix + 'sort.label := + sort.label * + #1 entry.max$ substring$ + 'sort.key$ := +} + +ITERATE {presort} + +SORT + +STRINGS { longest.label last.label next.extra } + +INTEGERS { longest.label.width last.extra.num number.label } + +FUNCTION {initialize.longest.label} +{ "" 'longest.label := + #0 int.to.chr$ 'last.label := + "" 'next.extra := + #0 'longest.label.width := + #0 'last.extra.num := + #0 'number.label := +} + +FUNCTION {forward.pass} +{ last.label label = + { last.extra.num #1 + 'last.extra.num := + last.extra.num int.to.chr$ 'extra.label := + } + { "a" chr.to.int$ 'last.extra.num := + "" 'extra.label := + label 'last.label := + } + if$ + number.label #1 + 'number.label := +} + +FUNCTION {reverse.pass} +{ next.extra "b" = + { "a" 'extra.label := } + 'skip$ + if$ + extra.label 'next.extra := + extra.label + duplicate$ empty$ + 'skip$ + { "{\natexlab{" swap$ * "}}" * } + if$ + 'extra.label := + label extra.label * 'label := +} + +EXECUTE {initialize.longest.label} + +ITERATE {forward.pass} + +REVERSE {reverse.pass} + +FUNCTION {bib.sort.order} +{ sort.label 'sort.key$ := +} + +ITERATE {bib.sort.order} + +SORT + +FUNCTION {begin.bib} +{ preamble$ empty$ + 'skip$ + { preamble$ write$ newline$ } + if$ + "\begin{thebibliography}{" number.label int.to.str$ * "}" * + write$ newline$ + "\expandafter\ifx\csname natexlab\endcsname\relax\def\natexlab#1{#1}\fi" + write$ newline$ + "\expandafter\ifx\csname fonteauteurs\endcsname\relax" + write$ newline$ + "\def\fonteauteurs{" fr.auteurs.style * "}\fi" * write$ newline$ + "\expandafter\ifx\csname url\endcsname\relax" write$ newline$ + " \def\url#1{{\tt #1}}% " write$ newline$ + " \message{You should include the url package}\fi" write$ newline$ +} + +EXECUTE {begin.bib} + +EXECUTE {init.state.consts} + +ITERATE {call.type$} + +FUNCTION {end.bib} +{ newline$ + "\end{thebibliography}" write$ newline$ +} + +EXECUTE {end.bib} diff -Nru texlive-lang-2007.dfsg.4/texmf-dist/bibtex/bst/disser/disser.bst texlive-lang-2009/texmf-dist/bibtex/bst/disser/disser.bst --- texlive-lang-2007.dfsg.4/texmf-dist/bibtex/bst/disser/disser.bst 1970-01-01 01:00:00.000000000 +0100 +++ texlive-lang-2009/texmf-dist/bibtex/bst/disser/disser.bst 2009-06-24 17:35:13.000000000 +0100 @@ -0,0 +1,1449 @@ +%% +%% This is file `disser.bst', +%% generated with the docstrip utility. +%% +%% The original source files were: +%% +%% disser-bst.dtx (with options: `disser-bst') +%% +%% Copyright (c) 2004-2009 Stanislav Kruchinin. +%% All rights reserved. +%% +%% This file is part of the disser package. +%% +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +%% +%% This bibliography style attempts +%% to format bibliography according to +%% GOST 7.1-84 with some conventional modifications. +%% +%% Based on style gost71u.bst by Maksym Polyakov. +%% +%% For the Russian bibliographic entries +%% you need to create field +%% language = {russian}. +%% Default language is English. +%% Field numpages for books must contain number of pages. +%% Optional field url will format url (using hyperref, if loaded). +%% +%% Requires 8-bit bibtex with switch -B and csf file +%% supporting cyrillic. +%% +%% bibtex8 -B -c .csf +%% +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + + + +ENTRY + { address + annote + author + booktitle + bookauthor + chapter + edition + editor + compiler + howpublished + institution + journal + key + month + note + number + organization + pages + numpages + publisher + school + series + title + type + volume + year + language + booklanguage + url + } + {} + { label } + +INTEGERS { output.state before.all mid.sentence after.sentence after.block +after.dblslash after.slash after.column after.semicolumn } + +FUNCTION {init.state.consts} +{ #0 'before.all := + #1 'mid.sentence := + #2 'after.sentence := + #3 'after.block := + #4 'after.dblslash := + #5 'after.slash := + #6 'after.column := + #7 'after.semicolumn := +} + +STRINGS { s t } + +STRINGS { curlanguage } + +FUNCTION {change.language} +{ booklanguage empty$ + {""} + { + booklanguage 'curlanguage := + "\selectlanguageifdefined{" + curlanguage * + "}" * + } + if$ +} + +FUNCTION {output.nonnull} +%%%{ 's := +{ swap$ + output.state mid.sentence = + { ", " * write$ } + { output.state after.block = + { add.period$ write$ + " " quote$ "--- " * * write$ + newline$ + "\newblock " write$ + } + { output.state before.all = + 'write$ + { output.state after.dblslash = + { "~//" * change.language * " " * write$ } + { output.state after.slash = + { "~/ " * write$ } + { output.state after.column = + { ": " * write$ } + { output.state after.semicolumn = + { "; " * write$ } + { add.period$ " " * write$ } + if$ + } + if$ + } + if$ + } + if$ + } + if$ + } + if$ + mid.sentence 'output.state := + } + if$ +%%% s +} + +FUNCTION {output} +{ duplicate$ empty$ + 'pop$ + 'output.nonnull + if$ +} + +FUNCTION {output.check} +{ 't := + duplicate$ empty$ + { pop$ "empty " t * " in " * cite$ * warning$ } + 'output.nonnull + if$ +} + +FUNCTION {fin.entry} +{ add.period$ + write$ + newline$ +} + +FUNCTION {new.block} +{ output.state before.all = + 'skip$ + { after.block 'output.state := } + if$ +} + +FUNCTION {new.dblslash} +{ output.state before.all = + 'skip$ + { after.dblslash 'output.state := } + if$ +} + +FUNCTION {new.slash} +{ output.state before.all = + 'skip$ + { after.slash 'output.state := } + if$ +} + +FUNCTION {new.column} +{ output.state before.all = + 'skip$ + { after.column 'output.state := } + if$ +} + +FUNCTION {new.semicolumn} +{ output.state before.all = + 'skip$ + { after.semicolumn 'output.state := } + if$ +} + +FUNCTION {new.sentence} +{ output.state after.block = + 'skip$ + { output.state before.all = + 'skip$ + { after.sentence 'output.state := } + if$ + } + if$ +} + +FUNCTION {add.blank} +{ " " * before.all 'output.state := +} + +FUNCTION {not} +{ { #0 } + { #1 } + if$ +} + +FUNCTION {and} +{ 'skip$ + { pop$ #0 } + if$ +} + +FUNCTION {or} +{ { pop$ #1 } + 'skip$ + if$ +} + +FUNCTION {non.stop} +{ duplicate$ + "}" * add.period$ + #-1 #1 substring$ "." = +} + +FUNCTION {new.block.checka} +{ empty$ + 'skip$ + 'new.block + if$ +} + +FUNCTION {new.block.checkb} +{ empty$ + swap$ empty$ + and + 'skip$ + 'new.block + if$ +} + +FUNCTION {new.sentence.checka} +{ empty$ + 'skip$ + 'new.sentence + if$ +} + +FUNCTION {new.sentence.checkb} +{ empty$ + swap$ empty$ + and + 'skip$ + 'new.sentence + if$ +} + +FUNCTION {field.or.null} +{ duplicate$ empty$ + { pop$ "" } + 'skip$ + if$ +} + +FUNCTION {emphasize} +{ duplicate$ empty$ + { pop$ "" } + { "\BibEmph{" swap$ * "}" * } + if$ +} + +FUNCTION {space.word} +{ " " swap$ * " " * } + +FUNCTION {bbl.edby} % { "\bbledby{}" } +{ + curlanguage "english" = + {"Ed. by "} + { curlanguage "russian" = + {"{\cyr\CYRP\cyro\cyrd\ \cyrr\cyre\cyrd.\ }"} + {"language is not defined: " language "edited by" * * warning$ "edited by"} + if$} + if$ +} + +FUNCTION {bbl.cmplr} +{ + curlanguage "english" = + {"Compiler "} + { curlanguage "russian" = + {"{\cyr\CYRS\cyro\cyrs\cyrt.\ }"} + {"language is not defined: " language "compiler" * * warning$ "compiler"} + if$} + if$ +} + +FUNCTION {bbl.edition} % { "\bbledition{}" } +{ + curlanguage "english" = + {"edition"} + { curlanguage "russian" = + {"{\cyr\cyri\cyrz\cyrd.}"} + {"language is not defined: " language "edition" * * warning$ "edition"} + if$} + if$ +} + +FUNCTION {bbl.vvolume} % { "\bblVolume{}" } +{ + curlanguage "english" = + {"Volume"} + { curlanguage "russian" = + {"\CYRT\cyro\cyrm"} + {"language is not defined: " language "Volume" * * warning$ "Volume"} + if$} + if$ +} + +FUNCTION {bbl.vvol} % { "\bblVol{}" } +{ + curlanguage "english" = + {"Vol."} + { curlanguage "russian" = + {"\CYRT."} + {"language is not defined: " language "Vol." * * warning$ "Vol."} + if$} + if$ +} + +FUNCTION {bbl.iissue} % { "\bblIssue{}" } +{ + curlanguage "english" = + {"Issue"} + { curlanguage "russian" = + {"\CYRV\cyrery\cyrp\cyru\cyrs\cyrk"} + {"language is not defined: " language * warning$ "Issue"} + if$} + if$ +} + +FUNCTION {bbl.iiss} % { "\bblIss{}" } +{ + curlanguage "english" = + {"Iss."} + { curlanguage "russian" = + {"\CYRV\cyrery\cyrp."} + {"language is not defined: " language * warning$ "Issue"} + if$} + if$ +} + +FUNCTION {bbl.of} % { "\bblof{}" } +{ + curlanguage "english" = + {"of"} + { curlanguage "russian" = + {"{\cyr\cyri\cyrz}"} + {"language is not defined: " language "of" * * warning$ "of"} + if$} + if$ +} + +FUNCTION {bbl.etal} % { "\bblof{}" } +{ + curlanguage "english" = + {"et~al."} + { curlanguage "russian" = + {"{\cyr\cyri~\cyrd\cyrr.}"} + {"language is not defined: " language "at al" * * warning$ "at al."} + if$} + if$ +} + +FUNCTION {bbl.nnumber} % { "\bblNumber{}" } +{ + curlanguage "english" = + {"Number"} + { curlanguage "russian" = + {"\CYRN\cyro\cyrm\cyre\cyrr"} + {"language is not defined: " language "Number" * * warning$ "Number"} + if$} + if$ +} + +FUNCTION {bbl.number} % { "\bblnumber{}" } +{ + curlanguage "english" = + {"number"} + { curlanguage "russian" = + {"{\cyr\cyrn\cyro\cyrm\cyre\cyrr}"} + {"language is not defined: " language "number" * * warning$ "number"} + if$} + if$ +} + +FUNCTION {bbl.nr} % { "\bblno{}" } +{ + curlanguage "english" = + {"no."} + { curlanguage "russian" = + {"{\cyr\textnumero}"} + {"language is not defined: " language "no." * * warning$ "no."} + if$} + if$ +} + +FUNCTION {bbl.nnr} % { "\bblno{}" } +{ + curlanguage "english" = + {"No."} + { curlanguage "russian" = + {"{\cyr\textnumero}"} + {"language is not defined: " language "No." * * warning$ "No."} + if$} + if$ +} + +FUNCTION {bbl.in} % { "\bblin{}" } +{ + curlanguage "english" = + {"in"} + { curlanguage "russian" = + {"{\cyr\cyrv}"} + {"language is not defined: " language "in" * * warning$ "in"} + if$} + if$ +} + +FUNCTION {bbl.iin} % { "\bblIn{}" } +{ + curlanguage "english" = + {"In"} + { curlanguage "russian" = + {"\CYRV"} + {"language is not defined: " language "In" * * warning$ "In"} + if$} + if$ +} + +FUNCTION {bbl.pages} % { "\bblpp." } +{ + curlanguage "english" = + {"pp."} + { curlanguage "russian" = + {"{\cyr\cyrs.}"} + {"language is not defined: " language "pp." * * warning$ "pp."} + if$} + if$ +} + +FUNCTION {bbl.page} % { "\bblp." } +{ + curlanguage "english" = + {"p."} + { curlanguage "russian" = + {"{\cyr\cyrs.}"} + {"language is not defined: " language "p." * * warning$ "p."} + if$} + if$ +} + +FUNCTION {bbl.ppages} % { "\bblPp." } +{ + curlanguage "english" = + {"Pp."} + { curlanguage "russian" = + {"{\cyr\CYRS.}"} + {"language is not defined: " language "Pp." * * warning$ "Pp."} + if$} + if$ +} + +FUNCTION {bbl.ppage} % { "\bblP." } +{ + curlanguage "english" = + {"P."} + { curlanguage "russian" = + {"{\cyr\CYRS.}"} + {"language is not defined: " language "P." * * warning$ "P."} + if$} + if$ +} + +FUNCTION {bbl.techrep} +{ + curlanguage "english" = + {"Tech. Rep."} + { curlanguage "russian" = + {"{\cyr\CYRT\cyre\cyrh. \cyrd\cyro\cyrk\cyrl\cyra\cyrd.}"} + {"language is not defined: " language "Tech. Rep." * * warning$ "P."} + if$} + if$ +} + +FUNCTION {bbl.mthesis} +{ + curlanguage "english" = + {"Master's thesis"} + { curlanguage "russian" = + {"{\cyr\CYRM\cyra\cyrg\cyri\cyrs\cyrt\cyre\cyrr\cyrs\cyrk\cyra\cyrya\ \cyrd\cyri\cyrs\cyrs\cyre\cyrr\cyrt\cyra\cyrc\cyri\cyrya}"} + {"language is not defined: " language "Master's thesis" * * warning$ "P."} + if$} + if$ +} + +FUNCTION {bbl.phdthesis} +{ + curlanguage "english" = + {"Ph.D. thesis"} + { curlanguage "russian" = + {"{\cyr\CYRK\cyra\cyrn\cyrd\cyri\cyrd\cyra\cyrt\cyrs\cyrk\cyra\cyrya \cyrd\cyri\cyrs\cyrs\cyre\cyrr\cyrt\cyra\cyrc\cyri\cyrya}"} + {"language is not defined: " language "Ph.D. thesis" * * warning$ "P."} + if$} + if$ +} + +INTEGERS { nameptr namesleft numnames } + +FUNCTION {format.names} +{ 's := + #1 'nameptr := + s num.names$ 'numnames := + numnames 'namesleft := + { namesleft #0 > } + { s nameptr + "{ff~}{vv~}{ll}{, jj}" format.name$ 't := + nameptr #1 > + { + nameptr #4 = + numnames #4 > and + { "others" 't := + #1 'namesleft := } + 'skip$ + if$ + namesleft #1 > + { ", " * t * } + { + t "others" = + t "~others" = + or + { " " * bbl.etal * } + { ", " * t * } + if$ + } + if$ + } + 't + if$ + nameptr #1 + 'nameptr := + namesleft #1 - 'namesleft := + } + while$ +} + +FUNCTION {format.names.rev} +{ 's := + #1 'nameptr := + s num.names$ 'numnames := + numnames 'namesleft := + { namesleft #0 > } + { s nameptr + "{f.}{~vv}{~ll}{, jj}" format.name$ 't := + nameptr #1 > + { + nameptr #4 = + numnames #4 > and + { "others" 't := + #1 'namesleft := } + 'skip$ + if$ + namesleft #1 > + { ", " * t * } + { + t "others" = + t "~others" = + or + { " " * bbl.etal * } + { ", " * t * } + if$ + } + if$ + } + 't + if$ + nameptr #1 + 'nameptr := + namesleft #1 - 'namesleft := + } + while$ +} + +FUNCTION {format.authors} +{ author empty$ + { "" } + { author format.names emphasize } + if$ +} + +FUNCTION {format.bookauthors} +{ bookauthor empty$ + { "" } + { bookauthor format.names } + if$ +} + +FUNCTION {format.authors.after} +{ author empty$ + { "" } + { author format.names.rev } + if$ +} + +FUNCTION {format.bookauthors.after} +{ bookauthor empty$ + { "" } + { bookauthor format.names.rev } + if$ +} + +FUNCTION {format.editors.after} +{ editor empty$ + { "" } + { bbl.edby editor format.names.rev * } + if$ +} + +FUNCTION { format.compiler.after } +{ compiler empty$ + { "" } + { bbl.cmplr compiler format.names.rev * } + if$ +} + +FUNCTION {format.title} +{ title empty$ + { "" } + { title } + if$ +} + +FUNCTION {format.date} +{ year empty$ + { month empty$ + { "" } + { "there's a month but no year in " cite$ * warning$ + month + } + if$ + } + { month empty$ + 'year + { year ". " quote$ "--- " month * * * * } + if$ + } + if$ +} + +FUNCTION {output.address.publisher.date} +{ + address empty$ + 'skip$ + { address output + publisher empty$ + 'skip$ + { new.column + } + if$ + } + if$ + publisher output + format.date output +} + +FUNCTION {output.bibitem} +{ newline$ + "\bibitem[" write$ + "\BibPrefix" write$ + label write$ + "\BibPostfix" write$ + "]{" write$ + cite$ write$ + "}" write$ + newline$ + language empty$ + {"english" 'curlanguage :=} + {language 'curlanguage :=} + if$ + "\selectlanguageifdefined{" write$ + curlanguage write$ + "}" write$ newline$ + "" + before.all 'output.state := +} + +FUNCTION {n.dashify} +{ 't := + "" + { t empty$ not } + { t #1 #1 substring$ "-" = + { t #1 #2 substring$ "--" = not + { "--" * + t #2 global.max$ substring$ 't := + } + { { t #1 #1 substring$ "-" = } + { "-" * + t #2 global.max$ substring$ 't := + } + while$ + } + if$ + } + { t #1 #1 substring$ * + t #2 global.max$ substring$ 't := + } + if$ + } + while$ +} + +FUNCTION {word.in} +{ bbl.iin + " " * } + +FUNCTION {format.btitle} +{ title } + +FUNCTION {tie.or.space.connect} +{ duplicate$ text.length$ #3 < + { "~" } + { " " } + if$ + swap$ * * +} + +FUNCTION {tie.connect} +{"~" +swap$ * * +} + +FUNCTION {either.or.check} +{ empty$ + 'pop$ + { "can't use both " swap$ * " fields in " * cite$ * warning$ } + if$ +} + +FUNCTION {format.bvolume} +{ volume empty$ + { "" } + { bbl.vvol volume tie.connect + series empty$ + 'skip$ + { bbl.of space.word * series emphasize * } + if$ + "volume and number" number either.or.check + } + if$ +} + +FUNCTION {format.number.series} +{ volume empty$ + { number empty$ + { series field.or.null } + { series empty$ + { "there's a number but no series in " cite$ * warning$ + bbl.nnr } + { + %new.dblslash + new.sentence + series + bbl.nr + tie.or.space.connect} + if$ + number tie.or.space.connect + } + if$ + } + { "" } + if$ +} + +FUNCTION {is.num} +{ chr.to.int$ + duplicate$ "0" chr.to.int$ < not + swap$ "9" chr.to.int$ > not and +} + +FUNCTION {extract.num} +{ duplicate$ 't := + "" 's := + { t empty$ not } + { t #1 #1 substring$ + t #2 global.max$ substring$ 't := + duplicate$ is.num + { s swap$ * 's := } + { pop$ "" 't := } + if$ + } + while$ + s empty$ + 'skip$ + { pop$ s } + if$ +} + +FUNCTION {convert.edition} +{ edition } + +FUNCTION {format.edition} +{ edition empty$ + { "" } + { output.state mid.sentence = + { convert.edition "l" change.case$ " " * bbl.edition * } + { convert.edition "t" change.case$ " " * bbl.edition * } + if$ + } + if$ +} + +INTEGERS { multiresult } + +FUNCTION {multi.page.check} +{ 't := + #0 'multiresult := + { multiresult not + t empty$ not + and + } + { t #1 #1 substring$ + duplicate$ "-" = + swap$ duplicate$ "," = + swap$ "+" = + or or + { #1 'multiresult := } + { t #2 global.max$ substring$ 't := } + if$ + } + while$ + multiresult +} + +FUNCTION {format.pages} +{ pages empty$ + { "" } + { pages multi.page.check + { bbl.ppages pages n.dashify tie.connect } + { bbl.ppage pages tie.connect } + if$ + } + if$ +} + +FUNCTION {format.pages.page} +{ pages empty$ + { numpages empty$ + { "" } + { numpages bbl.pages tie.connect } + if$} + { format.pages} + if$ +} + +FUNCTION {format.vol.num.pages} +{ volume field.or.null + number empty$ + 'skip$ + { + ", no." number tie.or.space.connect * + volume empty$ + { "there's a number but no volume in " cite$ * warning$ } + 'skip$ + if$ + } + if$ + pages empty$ + 'skip$ + { duplicate$ empty$ + { pop$ format.pages } + { ": " * pages n.dashify * } + if$ + } + if$ +} + +FUNCTION {format.volume} +{ volume empty$ + { "" } + { bbl.vvol volume tie.or.space.connect } + if$ +} + +FUNCTION {format.number} +{ number empty$ + { "" } + { bbl.nr number tie.or.space.connect } + if$ +} + +FUNCTION {empty.misc.check} +{ author empty$ title empty$ howpublished empty$ + month empty$ year empty$ note empty$ + and and and and and + key empty$ not and + { "all relevant fields are empty in " cite$ * warning$ } + 'skip$ + if$ +} + +FUNCTION {format.thesis.type} +{ type empty$ + 'skip$ + { pop$ + type "t" change.case$ + } + if$ +} + +FUNCTION {format.tr.number} +{ type empty$ + { bbl.techrep } + 'type + if$ + number empty$ + { "t" change.case$ } + { number tie.or.space.connect } + if$ +} + +FUNCTION {author.before} +{ + author empty$ + 'skip$ + { + format.authors output + new.sentence + } + if$ +} + +FUNCTION {bookauthor.before} +{ + bookauthor empty$ + 'skip$ + { + format.bookauthors output + new.sentence + } + if$ +} + +FUNCTION {author.after} +{ + author empty$ + 'skip$ + {author num.names$ #3 > + {format.authors.after output + new.semicolumn } + 'skip$ + if$} + if$ +} + +FUNCTION {bookauthor.after} +{ + bookauthor empty$ + 'skip$ + {bookauthor num.names$ #3 > + {format.bookauthors.after output + new.semicolumn } + 'skip$ + if$} + if$ +} + +FUNCTION {editor.organization.after} +{ + compiler empty$ + {} + { format.compiler.after output + new.semicolumn + } + if$ + editor empty$ + {} + { format.editors.after output + new.semicolumn + } + if$ + organization empty$ + {} + {organization output + new.semicolumn + } + if$ +} + +FUNCTION {format.url} +{ url empty$ + { "" } + { after.sentence 'output.state := + "\BibUrl{ " url * "}" * + } + if$ +} + +FUNCTION {format.annote} +{ annote empty$ + { "" } +{ after.sentence 'output.state := + "\BibAnnote{" annote add.period$ * "}" * +} + if$ +} + +FUNCTION {article} +{ output.bibitem + author.before + format.title "title" output.check + new.dblslash + journal emphasize "journal" output.check + new.block + format.date output + new.block + format.volume output + format.number output + new.block + format.pages.page output + new.block + note output + new.sentence + format.url output + format.annote output + fin.entry +} + +FUNCTION {book} +{ output.bibitem + author.before + format.btitle "title" output.check + editor.organization.after + new.sentence + format.number.series output + new.block + format.edition output + new.block + output.address.publisher.date + new.block + format.bvolume output + new.block + format.pages.page output + new.block + note output + new.sentence + format.url output + format.annote output + fin.entry +} + +FUNCTION {booklet} +{ output.bibitem + author.before + format.title "title" output.check + editor.organization.after + new.block + howpublished output + address output + format.date output + new.block + note output + new.sentence + format.url output + format.annote output + fin.entry +} + +FUNCTION {inbook} +{ output.bibitem + author.before + format.btitle "title" output.check + new.dblslash + bookauthor.before + booktitle "booktitle" output.check + editor.organization.after + new.block + format.edition output + new.block + format.number.series output + new.sentence + output.address.publisher.date + new.block + format.bvolume output + new.block + format.pages.page output + new.block + note output + new.sentence + format.url output + format.annote output + fin.entry +} + +FUNCTION {incollection} +{ output.bibitem + author.before + new.sentence + format.title "title" output.check + new.dblslash + booktitle "booktitle" output.check + new.slash + editor.organization.after + new.block + output.address.publisher.date + new.block + format.bvolume output + format.number.series output + new.block + format.pages.page output + new.block + note output + new.sentence + format.url output + format.annote output + fin.entry +} + +FUNCTION {inproceedings} +{ output.bibitem + author.before + new.sentence + format.title "title" output.check + new.dblslash + booktitle "booktitle" output.check + new.slash + editor.organization.after + new.block + format.bvolume output + format.number.series output + new.block + address empty$ + { publisher output + format.date "year" output.check + } + { address output.nonnull + new.column + publisher output + format.date "year" output.check + } + if$ + new.block + format.pages.page output + new.block + note output + new.sentence + format.url output + format.annote output + fin.entry +} + +FUNCTION {conference} { inproceedings } + +FUNCTION {manual} +{ output.bibitem + author empty$ + { organization empty$ + 'skip$ + { organization output.nonnull + address output + } + if$ + } + { format.authors output.nonnull } + if$ + new.block + format.btitle "title" output.check + author empty$ + { organization empty$ + { + address new.block.checka + address output + } + 'skip$ + if$ + } + { + organization address new.block.checkb + organization output + address output + } + if$ + format.edition output + format.date output + new.block + note output + new.sentence + format.url output + format.annote output + fin.entry +} + +FUNCTION {mastersthesis} +{ output.bibitem + format.authors "author" output.check + new.block + format.btitle "title" output.check + new.block + bbl.mthesis format.thesis.type output.nonnull + school "school" output.check + address output + format.date "year" output.check + new.block + note output + new.block + format.url output + format.annote output + fin.entry +} + +FUNCTION {misc} +{ output.bibitem + format.authors output + title howpublished new.sentence.checkb + format.title output + howpublished new.block.checka + howpublished output + new.block + format.date output + new.block + note output + new.sentence + format.url output + format.annote output + fin.entry +} + +FUNCTION {phdthesis} +{ output.bibitem + format.authors "author" output.check + new.sentence + format.btitle "title" output.check + new.column + bbl.phdthesis format.thesis.type output.nonnull + new.slash + school "school" output.check + new.block + output.address.publisher.date + new.block + format.pages.page output + note output + new.sentence + format.url output + format.annote output + fin.entry +} + +FUNCTION {proceedings} +{ output.bibitem + format.btitle "title" output.check + new.slash + editor.organization.after + new.block + format.bvolume output + format.number.series output + address empty$ + { publisher output + format.date "year" output.check + } + { address output.nonnull + format.date "year" output.check + new.sentence + publisher output + } + if$ + new.block + note output + new.sentence + format.url output + format.annote output + fin.entry +} + +FUNCTION {techreport} +{ output.bibitem + author.before + new.sentence + format.title "title" output.check + new.column + format.tr.number output.nonnull + editor.organization.after + new.block + address output + new.column + institution "institution" output.check + format.date "year" output.check + new.block + note output + new.sentence + format.url output + format.annote output + fin.entry +} + +FUNCTION {unpublished} +{ output.bibitem + author.before + format.btitle "title" output.check + editor.organization.after + new.block + note "note" output.check + new.sentence + format.url output + format.annote output + fin.entry +} + +FUNCTION {default.type} { misc } + +MACRO {jan} {"\bbljan{}"} + +MACRO {feb} {"\bblfeb{}"} + +MACRO {mar} {"\bblmar{}"} + +MACRO {apr} {"\bblapr{}"} + +MACRO {may} {"\bblmay{}"} + +MACRO {jun} {"\bbljun{}"} + +MACRO {jul} {"\bbljul{}"} + +MACRO {aug} {"\bblaug{}"} + +MACRO {sep} {"\bblsep{}"} + +MACRO {oct} {"\bbloct{}"} + +MACRO {nov} {"\bblnov{}"} + +MACRO {dec} {"\bbldec{}"} + +MACRO {acmcs} {"ACM Computing Surveys"} + +MACRO {acta} {"Acta Informatica"} + +MACRO {cacm} {"Communications of the ACM"} + +MACRO {ibmjrd} {"IBM Journal of Research and Development"} + +MACRO {ibmsj} {"IBM Systems Journal"} + +MACRO {ieeese} {"IEEE Transactions on Software Engineering"} + +MACRO {ieeetc} {"IEEE Transactions on Computers"} + +MACRO {ieeetcad} + {"IEEE Transactions on Computer-Aided Design of Integrated Circuits"} + +MACRO {ipl} {"Information Processing Letters"} + +MACRO {jacm} {"Journal of the ACM"} + +MACRO {jcss} {"Journal of Computer and System Sciences"} + +MACRO {scp} {"Science of Computer Programming"} + +MACRO {sicomp} {"SIAM Journal on Computing"} + +MACRO {tocs} {"ACM Transactions on Computer Systems"} + +MACRO {tods} {"ACM Transactions on Database Systems"} + +MACRO {tog} {"ACM Transactions on Graphics"} + +MACRO {toms} {"ACM Transactions on Mathematical Software"} + +MACRO {toois} {"ACM Transactions on Office Information Systems"} + +MACRO {toplas} {"ACM Transactions on Programming Languages and Systems"} + +MACRO {tcs} {"Theoretical Computer Science"} + +READ + + +STRINGS { longest.label } + +INTEGERS { number.label longest.label.width } + +FUNCTION {initialize.longest.label} +{ "" 'longest.label := + #1 'number.label := + #0 'longest.label.width := +} + +FUNCTION {longest.label.pass} +{ number.label int.to.str$ 'label := + number.label #1 + 'number.label := + label width$ longest.label.width > + { label 'longest.label := + label width$ 'longest.label.width := + } + 'skip$ + if$ +} + +EXECUTE {initialize.longest.label} + +ITERATE {longest.label.pass} + +FUNCTION {begin.bib} +{ + "\ifx\undefined\BibPrefix\def\BibPrefix{}\else\fi" write$ newline$ + "\ifx\undefined\BibPostfix\def\BibPostfix{}\else\fi" write$ newline$ + "\begin{thebibliography}{\BibPrefix" longest.label * "\BibPostfix}" * write$ newline$ + "\def\selectlanguageifdefined#1{" write$ newline$ + "\expandafter\ifx\csname date#1\endcsname\relax" write$ newline$ + "\else\language\csname l@#1\endcsname\fi}" write$ newline$ + "\ifx\undefined\url\def\url#1{{\small #1}}\else\fi" write$ newline$ + "\ifx\undefined\BibUrl\def\BibUrl#1{\url{#1}}\else\fi" write$ newline$ + "\ifx\undefined\BibAnnote\long\def\BibAnnote#1{}\else\fi" write$ newline$ + "\ifx\undefined\BibEmph\def\BibEmph#1{\emph{#1}}\else\fi" write$ newline$ + preamble$ empty$ + 'skip$ + { preamble$ write$ newline$ } + if$ +} + +EXECUTE {begin.bib} + +EXECUTE {init.state.consts} + +ITERATE {call.type$} + +FUNCTION {end.bib} +{ newline$ + "\end{thebibliography}" write$ newline$ +} + +EXECUTE {end.bib} + diff -Nru texlive-lang-2007.dfsg.4/texmf-dist/bibtex/bst/disser/disser-s.bst texlive-lang-2009/texmf-dist/bibtex/bst/disser/disser-s.bst --- texlive-lang-2007.dfsg.4/texmf-dist/bibtex/bst/disser/disser-s.bst 1970-01-01 01:00:00.000000000 +0100 +++ texlive-lang-2009/texmf-dist/bibtex/bst/disser/disser-s.bst 2009-06-24 17:35:13.000000000 +0100 @@ -0,0 +1,1561 @@ +%% +%% This is file `disser-s.bst', +%% generated with the docstrip utility. +%% +%% The original source files were: +%% +%% disser-bst.dtx (with options: `disser-s-bst') +%% +%% Copyright (c) 2004-2009 Stanislav Kruchinin. +%% All rights reserved. +%% +%% This file is part of the disser package. +%% +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +%% +%% This bibliography style attempts +%% to format bibliography according to +%% GOST 7.1-84 with some conventional modifications. +%% +%% Based on style gost71u.bst by Maksym Polyakov. +%% +%% For the Russian bibliographic entries +%% you need to create field +%% language = {russian}. +%% Default language is English. +%% Field numpages for books must contain number of pages. +%% Optional field url will format url (using hyperref, if loaded). +%% +%% Requires 8-bit bibtex with switch -B and csf file +%% supporting cyrillic. +%% +%% bibtex8 -B -c .csf +%% +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + + + +ENTRY + { address + annote + author + booktitle + bookauthor + chapter + edition + editor + compiler + howpublished + institution + journal + key + month + note + number + organization + pages + numpages + publisher + school + series + title + type + volume + year + language + booklanguage + url + } + {} + { label } + +INTEGERS { output.state before.all mid.sentence after.sentence after.block +after.dblslash after.slash after.column after.semicolumn } + +FUNCTION {init.state.consts} +{ #0 'before.all := + #1 'mid.sentence := + #2 'after.sentence := + #3 'after.block := + #4 'after.dblslash := + #5 'after.slash := + #6 'after.column := + #7 'after.semicolumn := +} + +STRINGS { s t } + +STRINGS { curlanguage } + +FUNCTION {change.language} +{ booklanguage empty$ + {""} + { + booklanguage 'curlanguage := + "\selectlanguageifdefined{" + curlanguage * + "}" * + } + if$ +} + +FUNCTION {output.nonnull} +%%%{ 's := +{ swap$ + output.state mid.sentence = + { ", " * write$ } + { output.state after.block = + { add.period$ write$ + " " quote$ "--- " * * write$ + newline$ + "\newblock " write$ + } + { output.state before.all = + 'write$ + { output.state after.dblslash = + { "~//" * change.language * " " * write$ } + { output.state after.slash = + { "~/ " * write$ } + { output.state after.column = + { ": " * write$ } + { output.state after.semicolumn = + { "; " * write$ } + { add.period$ " " * write$ } + if$ + } + if$ + } + if$ + } + if$ + } + if$ + } + if$ + mid.sentence 'output.state := + } + if$ +%%% s +} + +FUNCTION {output} +{ duplicate$ empty$ + 'pop$ + 'output.nonnull + if$ +} + +FUNCTION {output.check} +{ 't := + duplicate$ empty$ + { pop$ "empty " t * " in " * cite$ * warning$ } + 'output.nonnull + if$ +} + +FUNCTION {fin.entry} +{ add.period$ + write$ + newline$ +} + +FUNCTION {new.block} +{ output.state before.all = + 'skip$ + { after.block 'output.state := } + if$ +} + +FUNCTION {new.dblslash} +{ output.state before.all = + 'skip$ + { after.dblslash 'output.state := } + if$ +} + +FUNCTION {new.slash} +{ output.state before.all = + 'skip$ + { after.slash 'output.state := } + if$ +} + +FUNCTION {new.column} +{ output.state before.all = + 'skip$ + { after.column 'output.state := } + if$ +} + +FUNCTION {new.semicolumn} +{ output.state before.all = + 'skip$ + { after.semicolumn 'output.state := } + if$ +} + +FUNCTION {new.sentence} +{ output.state after.block = + 'skip$ + { output.state before.all = + 'skip$ + { after.sentence 'output.state := } + if$ + } + if$ +} + +FUNCTION {add.blank} +{ " " * before.all 'output.state := +} + +FUNCTION {not} +{ { #0 } + { #1 } + if$ +} + +FUNCTION {and} +{ 'skip$ + { pop$ #0 } + if$ +} + +FUNCTION {or} +{ { pop$ #1 } + 'skip$ + if$ +} + +FUNCTION {non.stop} +{ duplicate$ + "}" * add.period$ + #-1 #1 substring$ "." = +} + +FUNCTION {new.block.checka} +{ empty$ + 'skip$ + 'new.block + if$ +} + +FUNCTION {new.block.checkb} +{ empty$ + swap$ empty$ + and + 'skip$ + 'new.block + if$ +} + +FUNCTION {new.sentence.checka} +{ empty$ + 'skip$ + 'new.sentence + if$ +} + +FUNCTION {new.sentence.checkb} +{ empty$ + swap$ empty$ + and + 'skip$ + 'new.sentence + if$ +} + +FUNCTION {field.or.null} +{ duplicate$ empty$ + { pop$ "" } + 'skip$ + if$ +} + +FUNCTION {emphasize} +{ duplicate$ empty$ + { pop$ "" } + { "\BibEmph{" swap$ * "}" * } + if$ +} + +FUNCTION {space.word} +{ " " swap$ * " " * } + +FUNCTION {bbl.edby} % { "\bbledby{}" } +{ + curlanguage "english" = + {"Ed. by "} + { curlanguage "russian" = + {"{\cyr\CYRP\cyro\cyrd\ \cyrr\cyre\cyrd.\ }"} + {"language is not defined: " language "edited by" * * warning$ "edited by"} + if$} + if$ +} + +FUNCTION {bbl.cmplr} +{ + curlanguage "english" = + {"Compiler "} + { curlanguage "russian" = + {"{\cyr\CYRS\cyro\cyrs\cyrt.\ }"} + {"language is not defined: " language "compiler" * * warning$ "compiler"} + if$} + if$ +} + +FUNCTION {bbl.edition} % { "\bbledition{}" } +{ + curlanguage "english" = + {"edition"} + { curlanguage "russian" = + {"{\cyr\cyri\cyrz\cyrd.}"} + {"language is not defined: " language "edition" * * warning$ "edition"} + if$} + if$ +} + +FUNCTION {bbl.vvolume} % { "\bblVolume{}" } +{ + curlanguage "english" = + {"Volume"} + { curlanguage "russian" = + {"\CYRT\cyro\cyrm"} + {"language is not defined: " language "Volume" * * warning$ "Volume"} + if$} + if$ +} + +FUNCTION {bbl.vvol} % { "\bblVol{}" } +{ + curlanguage "english" = + {"Vol."} + { curlanguage "russian" = + {"\CYRT."} + {"language is not defined: " language "Vol." * * warning$ "Vol."} + if$} + if$ +} + +FUNCTION {bbl.iissue} % { "\bblIssue{}" } +{ + curlanguage "english" = + {"Issue"} + { curlanguage "russian" = + {"\CYRV\cyrery\cyrp\cyru\cyrs\cyrk"} + {"language is not defined: " language * warning$ "Issue"} + if$} + if$ +} + +FUNCTION {bbl.iiss} % { "\bblIss{}" } +{ + curlanguage "english" = + {"Iss."} + { curlanguage "russian" = + {"\CYRV\cyrery\cyrp."} + {"language is not defined: " language * warning$ "Issue"} + if$} + if$ +} + +FUNCTION {bbl.of} % { "\bblof{}" } +{ + curlanguage "english" = + {"of"} + { curlanguage "russian" = + {"{\cyr\cyri\cyrz}"} + {"language is not defined: " language "of" * * warning$ "of"} + if$} + if$ +} + +FUNCTION {bbl.etal} % { "\bblof{}" } +{ + curlanguage "english" = + {"et~al."} + { curlanguage "russian" = + {"{\cyr\cyri~\cyrd\cyrr.}"} + {"language is not defined: " language "at al" * * warning$ "at al."} + if$} + if$ +} + +FUNCTION {bbl.nnumber} % { "\bblNumber{}" } +{ + curlanguage "english" = + {"Number"} + { curlanguage "russian" = + {"\CYRN\cyro\cyrm\cyre\cyrr"} + {"language is not defined: " language "Number" * * warning$ "Number"} + if$} + if$ +} + +FUNCTION {bbl.number} % { "\bblnumber{}" } +{ + curlanguage "english" = + {"number"} + { curlanguage "russian" = + {"{\cyr\cyrn\cyro\cyrm\cyre\cyrr}"} + {"language is not defined: " language "number" * * warning$ "number"} + if$} + if$ +} + +FUNCTION {bbl.nr} % { "\bblno{}" } +{ + curlanguage "english" = + {"no."} + { curlanguage "russian" = + {"{\cyr\textnumero}"} + {"language is not defined: " language "no." * * warning$ "no."} + if$} + if$ +} + +FUNCTION {bbl.nnr} % { "\bblno{}" } +{ + curlanguage "english" = + {"No."} + { curlanguage "russian" = + {"{\cyr\textnumero}"} + {"language is not defined: " language "No." * * warning$ "No."} + if$} + if$ +} + +FUNCTION {bbl.in} % { "\bblin{}" } +{ + curlanguage "english" = + {"in"} + { curlanguage "russian" = + {"{\cyr\cyrv}"} + {"language is not defined: " language "in" * * warning$ "in"} + if$} + if$ +} + +FUNCTION {bbl.iin} % { "\bblIn{}" } +{ + curlanguage "english" = + {"In"} + { curlanguage "russian" = + {"\CYRV"} + {"language is not defined: " language "In" * * warning$ "In"} + if$} + if$ +} + +FUNCTION {bbl.pages} % { "\bblpp." } +{ + curlanguage "english" = + {"pp."} + { curlanguage "russian" = + {"{\cyr\cyrs.}"} + {"language is not defined: " language "pp." * * warning$ "pp."} + if$} + if$ +} + +FUNCTION {bbl.page} % { "\bblp." } +{ + curlanguage "english" = + {"p."} + { curlanguage "russian" = + {"{\cyr\cyrs.}"} + {"language is not defined: " language "p." * * warning$ "p."} + if$} + if$ +} + +FUNCTION {bbl.ppages} % { "\bblPp." } +{ + curlanguage "english" = + {"Pp."} + { curlanguage "russian" = + {"{\cyr\CYRS.}"} + {"language is not defined: " language "Pp." * * warning$ "Pp."} + if$} + if$ +} + +FUNCTION {bbl.ppage} % { "\bblP." } +{ + curlanguage "english" = + {"P."} + { curlanguage "russian" = + {"{\cyr\CYRS.}"} + {"language is not defined: " language "P." * * warning$ "P."} + if$} + if$ +} + +FUNCTION {bbl.techrep} +{ + curlanguage "english" = + {"Tech. Rep."} + { curlanguage "russian" = + {"{\cyr\CYRT\cyre\cyrh. \cyrd\cyro\cyrk\cyrl\cyra\cyrd.}"} + {"language is not defined: " language "Tech. Rep." * * warning$ "P."} + if$} + if$ +} + +FUNCTION {bbl.mthesis} +{ + curlanguage "english" = + {"Master's thesis"} + { curlanguage "russian" = + {"{\cyr\CYRM\cyra\cyrg\cyri\cyrs\cyrt\cyre\cyrr\cyrs\cyrk\cyra\cyrya\ \cyrd\cyri\cyrs\cyrs\cyre\cyrr\cyrt\cyra\cyrc\cyri\cyrya}"} + {"language is not defined: " language "Master's thesis" * * warning$ "P."} + if$} + if$ +} + +FUNCTION {bbl.phdthesis} +{ + curlanguage "english" = + {"Ph.D. thesis"} + { curlanguage "russian" = + {"{\cyr\CYRK\cyra\cyrn\cyrd\cyri\cyrd\cyra\cyrt\cyrs\cyrk\cyra\cyrya \cyrd\cyri\cyrs\cyrs\cyre\cyrr\cyrt\cyra\cyrc\cyri\cyrya}"} + {"language is not defined: " language "Ph.D. thesis" * * warning$ "P."} + if$} + if$ +} + +INTEGERS { nameptr namesleft numnames } + +FUNCTION {format.names} +{ 's := + #1 'nameptr := + s num.names$ 'numnames := + numnames 'namesleft := + { namesleft #0 > } + { s nameptr + "{ff~}{vv~}{ll}{, jj}" format.name$ 't := + nameptr #1 > + { + nameptr #4 = + numnames #4 > and + { "others" 't := + #1 'namesleft := } + 'skip$ + if$ + namesleft #1 > + { ", " * t * } + { + t "others" = + t "~others" = + or + { " " * bbl.etal * } + { ", " * t * } + if$ + } + if$ + } + 't + if$ + nameptr #1 + 'nameptr := + namesleft #1 - 'namesleft := + } + while$ +} + +FUNCTION {format.names.rev} +{ 's := + #1 'nameptr := + s num.names$ 'numnames := + numnames 'namesleft := + { namesleft #0 > } + { s nameptr + "{f.}{~vv}{~ll}{, jj}" format.name$ 't := + nameptr #1 > + { + nameptr #4 = + numnames #4 > and + { "others" 't := + #1 'namesleft := } + 'skip$ + if$ + namesleft #1 > + { ", " * t * } + { + t "others" = + t "~others" = + or + { " " * bbl.etal * } + { ", " * t * } + if$ + } + if$ + } + 't + if$ + nameptr #1 + 'nameptr := + namesleft #1 - 'namesleft := + } + while$ +} + +FUNCTION {format.authors} +{ author empty$ + { "" } + { author format.names emphasize } + if$ +} + +FUNCTION {format.bookauthors} +{ bookauthor empty$ + { "" } + { bookauthor format.names } + if$ +} + +FUNCTION {format.authors.after} +{ author empty$ + { "" } + { author format.names.rev } + if$ +} + +FUNCTION {format.bookauthors.after} +{ bookauthor empty$ + { "" } + { bookauthor format.names.rev } + if$ +} + +FUNCTION {format.editors.after} +{ editor empty$ + { "" } + { bbl.edby editor format.names.rev * } + if$ +} + +FUNCTION { format.compiler.after } +{ compiler empty$ + { "" } + { bbl.cmplr compiler format.names.rev * } + if$ +} + +FUNCTION {format.title} +{ title empty$ + { "" } + { title } + if$ +} + +FUNCTION {format.date} +{ year empty$ + { month empty$ + { "" } + { "there's a month but no year in " cite$ * warning$ + month + } + if$ + } + { month empty$ + 'year + { year ". " quote$ "--- " month * * * * } + if$ + } + if$ +} + +FUNCTION {output.address.publisher.date} +{ + address empty$ + 'skip$ + { address output + publisher empty$ + 'skip$ + { new.column + } + if$ + } + if$ + publisher output + format.date output +} + +FUNCTION {output.bibitem} +{ newline$ + "\bibitem[" write$ + "\BibPrefix" write$ + label write$ + "\BibPostfix" write$ + "]{" write$ + cite$ write$ + "}" write$ + newline$ + language empty$ + {"english" 'curlanguage :=} + {language 'curlanguage :=} + if$ + "\selectlanguageifdefined{" write$ + curlanguage write$ + "}" write$ newline$ + "" + before.all 'output.state := +} + +FUNCTION {n.dashify} +{ 't := + "" + { t empty$ not } + { t #1 #1 substring$ "-" = + { t #1 #2 substring$ "--" = not + { "--" * + t #2 global.max$ substring$ 't := + } + { { t #1 #1 substring$ "-" = } + { "-" * + t #2 global.max$ substring$ 't := + } + while$ + } + if$ + } + { t #1 #1 substring$ * + t #2 global.max$ substring$ 't := + } + if$ + } + while$ +} + +FUNCTION {word.in} +{ bbl.iin + " " * } + +FUNCTION {format.btitle} +{ title } + +FUNCTION {tie.or.space.connect} +{ duplicate$ text.length$ #3 < + { "~" } + { " " } + if$ + swap$ * * +} + +FUNCTION {tie.connect} +{"~" +swap$ * * +} + +FUNCTION {either.or.check} +{ empty$ + 'pop$ + { "can't use both " swap$ * " fields in " * cite$ * warning$ } + if$ +} + +FUNCTION {format.bvolume} +{ volume empty$ + { "" } + { bbl.vvol volume tie.connect + series empty$ + 'skip$ + { bbl.of space.word * series emphasize * } + if$ + "volume and number" number either.or.check + } + if$ +} + +FUNCTION {format.number.series} +{ volume empty$ + { number empty$ + { series field.or.null } + { series empty$ + { "there's a number but no series in " cite$ * warning$ + bbl.nnr } + { + %new.dblslash + new.sentence + series + bbl.nr + tie.or.space.connect} + if$ + number tie.or.space.connect + } + if$ + } + { "" } + if$ +} + +FUNCTION {is.num} +{ chr.to.int$ + duplicate$ "0" chr.to.int$ < not + swap$ "9" chr.to.int$ > not and +} + +FUNCTION {extract.num} +{ duplicate$ 't := + "" 's := + { t empty$ not } + { t #1 #1 substring$ + t #2 global.max$ substring$ 't := + duplicate$ is.num + { s swap$ * 's := } + { pop$ "" 't := } + if$ + } + while$ + s empty$ + 'skip$ + { pop$ s } + if$ +} + +FUNCTION {convert.edition} +{ edition } + +FUNCTION {format.edition} +{ edition empty$ + { "" } + { output.state mid.sentence = + { convert.edition "l" change.case$ " " * bbl.edition * } + { convert.edition "t" change.case$ " " * bbl.edition * } + if$ + } + if$ +} + +INTEGERS { multiresult } + +FUNCTION {multi.page.check} +{ 't := + #0 'multiresult := + { multiresult not + t empty$ not + and + } + { t #1 #1 substring$ + duplicate$ "-" = + swap$ duplicate$ "," = + swap$ "+" = + or or + { #1 'multiresult := } + { t #2 global.max$ substring$ 't := } + if$ + } + while$ + multiresult +} + +FUNCTION {format.pages} +{ pages empty$ + { "" } + { pages multi.page.check + { bbl.ppages pages n.dashify tie.connect } + { bbl.ppage pages tie.connect } + if$ + } + if$ +} + +FUNCTION {format.pages.page} +{ pages empty$ + { numpages empty$ + { "" } + { numpages bbl.pages tie.connect } + if$} + { format.pages} + if$ +} + +FUNCTION {format.vol.num.pages} +{ volume field.or.null + number empty$ + 'skip$ + { + ", no." number tie.or.space.connect * + volume empty$ + { "there's a number but no volume in " cite$ * warning$ } + 'skip$ + if$ + } + if$ + pages empty$ + 'skip$ + { duplicate$ empty$ + { pop$ format.pages } + { ": " * pages n.dashify * } + if$ + } + if$ +} + +FUNCTION {format.volume} +{ volume empty$ + { "" } + { bbl.vvol volume tie.or.space.connect } + if$ +} + +FUNCTION {format.number} +{ number empty$ + { "" } + { bbl.nr number tie.or.space.connect } + if$ +} + +FUNCTION {empty.misc.check} +{ author empty$ title empty$ howpublished empty$ + month empty$ year empty$ note empty$ + and and and and and + key empty$ not and + { "all relevant fields are empty in " cite$ * warning$ } + 'skip$ + if$ +} + +FUNCTION {format.thesis.type} +{ type empty$ + 'skip$ + { pop$ + type "t" change.case$ + } + if$ +} + +FUNCTION {format.tr.number} +{ type empty$ + { bbl.techrep } + 'type + if$ + number empty$ + { "t" change.case$ } + { number tie.or.space.connect } + if$ +} + +FUNCTION {author.before} +{ + author empty$ + 'skip$ + { + format.authors output + new.sentence + } + if$ +} + +FUNCTION {bookauthor.before} +{ + bookauthor empty$ + 'skip$ + { + format.bookauthors output + new.sentence + } + if$ +} + +FUNCTION {author.after} +{ + author empty$ + 'skip$ + {author num.names$ #3 > + {format.authors.after output + new.semicolumn } + 'skip$ + if$} + if$ +} + +FUNCTION {bookauthor.after} +{ + bookauthor empty$ + 'skip$ + {bookauthor num.names$ #3 > + {format.bookauthors.after output + new.semicolumn } + 'skip$ + if$} + if$ +} + +FUNCTION {editor.organization.after} +{ + compiler empty$ + {} + { format.compiler.after output + new.semicolumn + } + if$ + editor empty$ + {} + { format.editors.after output + new.semicolumn + } + if$ + organization empty$ + {} + {organization output + new.semicolumn + } + if$ +} + +FUNCTION {format.url} +{ url empty$ + { "" } + { after.sentence 'output.state := + "\BibUrl{ " url * "}" * + } + if$ +} + +FUNCTION {format.annote} +{ annote empty$ + { "" } +{ after.sentence 'output.state := + "\BibAnnote{" annote add.period$ * "}" * +} + if$ +} + +FUNCTION {article} +{ output.bibitem + author.before + format.title "title" output.check + new.dblslash + journal emphasize "journal" output.check + new.block + format.date output + new.block + format.volume output + format.number output + new.block + format.pages.page output + new.block + note output + new.sentence + format.url output + format.annote output + fin.entry +} + +FUNCTION {book} +{ output.bibitem + author.before + format.btitle "title" output.check + editor.organization.after + new.sentence + format.number.series output + new.block + format.edition output + new.block + output.address.publisher.date + new.block + format.bvolume output + new.block + format.pages.page output + new.block + note output + new.sentence + format.url output + format.annote output + fin.entry +} + +FUNCTION {booklet} +{ output.bibitem + author.before + format.title "title" output.check + editor.organization.after + new.block + howpublished output + address output + format.date output + new.block + note output + new.sentence + format.url output + format.annote output + fin.entry +} + +FUNCTION {inbook} +{ output.bibitem + author.before + format.btitle "title" output.check + new.dblslash + bookauthor.before + booktitle "booktitle" output.check + editor.organization.after + new.block + format.edition output + new.block + format.number.series output + new.sentence + output.address.publisher.date + new.block + format.bvolume output + new.block + format.pages.page output + new.block + note output + new.sentence + format.url output + format.annote output + fin.entry +} + +FUNCTION {incollection} +{ output.bibitem + author.before + new.sentence + format.title "title" output.check + new.dblslash + booktitle "booktitle" output.check + new.slash + editor.organization.after + new.block + output.address.publisher.date + new.block + format.bvolume output + format.number.series output + new.block + format.pages.page output + new.block + note output + new.sentence + format.url output + format.annote output + fin.entry +} + +FUNCTION {inproceedings} +{ output.bibitem + author.before + new.sentence + format.title "title" output.check + new.dblslash + booktitle "booktitle" output.check + new.slash + editor.organization.after + new.block + format.bvolume output + format.number.series output + new.block + address empty$ + { publisher output + format.date "year" output.check + } + { address output.nonnull + new.column + publisher output + format.date "year" output.check + } + if$ + new.block + format.pages.page output + new.block + note output + new.sentence + format.url output + format.annote output + fin.entry +} + +FUNCTION {conference} { inproceedings } + +FUNCTION {manual} +{ output.bibitem + author empty$ + { organization empty$ + 'skip$ + { organization output.nonnull + address output + } + if$ + } + { format.authors output.nonnull } + if$ + new.block + format.btitle "title" output.check + author empty$ + { organization empty$ + { + address new.block.checka + address output + } + 'skip$ + if$ + } + { + organization address new.block.checkb + organization output + address output + } + if$ + format.edition output + format.date output + new.block + note output + new.sentence + format.url output + format.annote output + fin.entry +} + +FUNCTION {mastersthesis} +{ output.bibitem + format.authors "author" output.check + new.block + format.btitle "title" output.check + new.block + bbl.mthesis format.thesis.type output.nonnull + school "school" output.check + address output + format.date "year" output.check + new.block + note output + new.block + format.url output + format.annote output + fin.entry +} + +FUNCTION {misc} +{ output.bibitem + format.authors output + title howpublished new.sentence.checkb + format.title output + howpublished new.block.checka + howpublished output + new.block + format.date output + new.block + note output + new.sentence + format.url output + format.annote output + fin.entry +} + +FUNCTION {phdthesis} +{ output.bibitem + format.authors "author" output.check + new.sentence + format.btitle "title" output.check + new.column + bbl.phdthesis format.thesis.type output.nonnull + new.slash + school "school" output.check + new.block + output.address.publisher.date + new.block + format.pages.page output + note output + new.sentence + format.url output + format.annote output + fin.entry +} + +FUNCTION {proceedings} +{ output.bibitem + format.btitle "title" output.check + new.slash + editor.organization.after + new.block + format.bvolume output + format.number.series output + address empty$ + { publisher output + format.date "year" output.check + } + { address output.nonnull + format.date "year" output.check + new.sentence + publisher output + } + if$ + new.block + note output + new.sentence + format.url output + format.annote output + fin.entry +} + +FUNCTION {techreport} +{ output.bibitem + author.before + new.sentence + format.title "title" output.check + new.column + format.tr.number output.nonnull + editor.organization.after + new.block + address output + new.column + institution "institution" output.check + format.date "year" output.check + new.block + note output + new.sentence + format.url output + format.annote output + fin.entry +} + +FUNCTION {unpublished} +{ output.bibitem + author.before + format.btitle "title" output.check + editor.organization.after + new.block + note "note" output.check + new.sentence + format.url output + format.annote output + fin.entry +} + +FUNCTION {default.type} { misc } + +MACRO {jan} {"\bbljan{}"} + +MACRO {feb} {"\bblfeb{}"} + +MACRO {mar} {"\bblmar{}"} + +MACRO {apr} {"\bblapr{}"} + +MACRO {may} {"\bblmay{}"} + +MACRO {jun} {"\bbljun{}"} + +MACRO {jul} {"\bbljul{}"} + +MACRO {aug} {"\bblaug{}"} + +MACRO {sep} {"\bblsep{}"} + +MACRO {oct} {"\bbloct{}"} + +MACRO {nov} {"\bblnov{}"} + +MACRO {dec} {"\bbldec{}"} + +MACRO {acmcs} {"ACM Computing Surveys"} + +MACRO {acta} {"Acta Informatica"} + +MACRO {cacm} {"Communications of the ACM"} + +MACRO {ibmjrd} {"IBM Journal of Research and Development"} + +MACRO {ibmsj} {"IBM Systems Journal"} + +MACRO {ieeese} {"IEEE Transactions on Software Engineering"} + +MACRO {ieeetc} {"IEEE Transactions on Computers"} + +MACRO {ieeetcad} + {"IEEE Transactions on Computer-Aided Design of Integrated Circuits"} + +MACRO {ipl} {"Information Processing Letters"} + +MACRO {jacm} {"Journal of the ACM"} + +MACRO {jcss} {"Journal of Computer and System Sciences"} + +MACRO {scp} {"Science of Computer Programming"} + +MACRO {sicomp} {"SIAM Journal on Computing"} + +MACRO {tocs} {"ACM Transactions on Computer Systems"} + +MACRO {tods} {"ACM Transactions on Database Systems"} + +MACRO {tog} {"ACM Transactions on Graphics"} + +MACRO {toms} {"ACM Transactions on Mathematical Software"} + +MACRO {toois} {"ACM Transactions on Office Information Systems"} + +MACRO {toplas} {"ACM Transactions on Programming Languages and Systems"} + +MACRO {tcs} {"Theoretical Computer Science"} + +READ + + +FUNCTION {sortify} +{ purify$ + "l" change.case$ +} + +INTEGERS { len } + +FUNCTION {chop.word} +{ 's := + 'len := + s #1 len substring$ = + { s len #1 + global.max$ substring$ } + 's + if$ +} + +FUNCTION {sort.format.names} +{ 's := + #1 'nameptr := + "" + s num.names$ 'numnames := + numnames 'namesleft := + { namesleft #0 > } + { nameptr #1 > + { " " * } + 'skip$ + if$ + s nameptr + "{vv{ } }{ll{ }}{ f{ }}{ jj{ }}" + format.name$ 't := + nameptr numnames = t "others" = and + { "et al" * } + { t sortify * } + if$ + nameptr #1 + 'nameptr := + namesleft #1 - 'namesleft := + } + while$ +} + +FUNCTION {sort.format.title} +{ 't := + "A " #2 + "An " #3 + "The " #4 t chop.word + chop.word + chop.word + sortify + #1 global.max$ substring$ +} + +FUNCTION {author.sort} +{ author empty$ + { key empty$ + { "to sort, need author or key in " cite$ * warning$ + "" + } + { key sortify } + if$ + } + { + author num.names$ #4 < + {author sort.format.names } + {title sort.format.title} + if$ + } + if$ +} + +FUNCTION {author.title.sort} +{ author empty$ + { title empty$ + { key empty$ + { "to sort, need author, title, or key in " cite$ * warning$ + "" + } + { key sortify } + if$ + } + { title sort.format.title } + if$ + } + { + author num.names$ #4 < + {author sort.format.names } + {title sort.format.title} + if$ + } + if$ +} + +FUNCTION {presort} +{ + author.title.sort + " " + * + year field.or.null sortify + * + " " + * + title field.or.null + sort.format.title + * + #1 entry.max$ substring$ + 'sort.key$ := +} + +ITERATE {presort} + +SORT + + +STRINGS { longest.label } + +INTEGERS { number.label longest.label.width } + +FUNCTION {initialize.longest.label} +{ "" 'longest.label := + #1 'number.label := + #0 'longest.label.width := +} + +FUNCTION {longest.label.pass} +{ number.label int.to.str$ 'label := + number.label #1 + 'number.label := + label width$ longest.label.width > + { label 'longest.label := + label width$ 'longest.label.width := + } + 'skip$ + if$ +} + +EXECUTE {initialize.longest.label} + +ITERATE {longest.label.pass} + +FUNCTION {begin.bib} +{ + "\ifx\undefined\BibPrefix\def\BibPrefix{}\else\fi" write$ newline$ + "\ifx\undefined\BibPostfix\def\BibPostfix{}\else\fi" write$ newline$ + "\begin{thebibliography}{\BibPrefix" longest.label * "\BibPostfix}" * write$ newline$ + "\def\selectlanguageifdefined#1{" write$ newline$ + "\expandafter\ifx\csname date#1\endcsname\relax" write$ newline$ + "\else\language\csname l@#1\endcsname\fi}" write$ newline$ + "\ifx\undefined\url\def\url#1{{\small #1}}\else\fi" write$ newline$ + "\ifx\undefined\BibUrl\def\BibUrl#1{\url{#1}}\else\fi" write$ newline$ + "\ifx\undefined\BibAnnote\long\def\BibAnnote#1{}\else\fi" write$ newline$ + "\ifx\undefined\BibEmph\def\BibEmph#1{\emph{#1}}\else\fi" write$ newline$ + preamble$ empty$ + 'skip$ + { preamble$ write$ newline$ } + if$ +} + +EXECUTE {begin.bib} + +EXECUTE {init.state.consts} + +ITERATE {call.type$} + +FUNCTION {end.bib} +{ newline$ + "\end{thebibliography}" write$ newline$ +} + +EXECUTE {end.bib} + diff -Nru texlive-lang-2007.dfsg.4/texmf-dist/bibtex/bst/germbib/gerapali.bst texlive-lang-2009/texmf-dist/bibtex/bst/germbib/gerapali.bst --- texlive-lang-2007.dfsg.4/texmf-dist/bibtex/bst/germbib/gerapali.bst 2006-01-09 00:33:43.000000000 +0000 +++ texlive-lang-2009/texmf-dist/bibtex/bst/germbib/gerapali.bst 2009-06-23 00:29:57.000000000 +0100 @@ -1022,8 +1022,8 @@ if$ year empty$ {""} -% {", "} % original - {" "} % ge„ndert fr Andreas Diplomarbeit 30/04/92 + {", "} % original +% {" "} % ge„ndert fr Andreas Diplomarbeit 30/04/92 if$ % these three lines are * % for apalike, which % year field.or.null purify$ #-1 #4 substring$ % uses all four digits % original diff -Nru texlive-lang-2007.dfsg.4/texmf-dist/doc/bibtex/bib-fr/CHANGELOG texlive-lang-2009/texmf-dist/doc/bibtex/bib-fr/CHANGELOG --- texlive-lang-2007.dfsg.4/texmf-dist/doc/bibtex/bib-fr/CHANGELOG 1970-01-01 01:00:00.000000000 +0100 +++ texlive-lang-2009/texmf-dist/doc/bibtex/bib-fr/CHANGELOG 2009-05-15 22:36:53.000000000 +0100 @@ -0,0 +1,21 @@ +v1.0 2002/08/01 First release +v1.1 2002/11/24 month names should begin + with a lowercase letter +v1.2 2003/05/25 you can now configure the + punctuation following + the authors +v1.3 2003/07/09 no comma before fr.and ("et") + in author/editor lists. + "\string:" instead of ":" in + journal references. + fix a bug with fr.add.period +v1.4 2004/03/06 no comma before fr.and ("et") + (easier method ;-)) + "\string:" made configurable + fix several minor mistakes. + added apalike-fr.bst + ieeetr-fr.bst + siam-fr.bst + {abbrv,plain,unsrt}nat-fr.bst +v1.5 2005/10/16 corrected a bug in *-nat-fr styles. + (thanks to François Druel). diff -Nru texlive-lang-2007.dfsg.4/texmf-dist/doc/bibtex/bib-fr/README texlive-lang-2009/texmf-dist/doc/bibtex/bib-fr/README --- texlive-lang-2007.dfsg.4/texmf-dist/doc/bibtex/bib-fr/README 1970-01-01 01:00:00.000000000 +0100 +++ texlive-lang-2009/texmf-dist/doc/bibtex/bib-fr/README 2009-05-15 22:36:53.000000000 +0100 @@ -0,0 +1,10 @@ +v1.5 Sun Oct 16 16:32:32 CEST 2005 + +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. +If you modify anything, however, please change the +name of the file. + +NM diff -Nru texlive-lang-2007.dfsg.4/texmf-dist/doc/cslatex/base/csplain.doc texlive-lang-2009/texmf-dist/doc/cslatex/base/csplain.doc --- texlive-lang-2007.dfsg.4/texmf-dist/doc/cslatex/base/csplain.doc 2006-01-09 00:40:28.000000000 +0000 +++ texlive-lang-2009/texmf-dist/doc/cslatex/base/csplain.doc 2007-09-08 23:02:04.000000000 +0100 @@ -51,11 +51,11 @@ kódování vstupních textù v jiném kódování, ne¾ ISO-8859-2 a navíc máte implementaci binárního programu TeX obsahující encTeX (to poznáte podle druhého øádku v soborech *.log), pak si vyberte jedno z písmen: w=CP1250, -k=Kamenicti, p=PC Latin2 (CP852) a inicializujte formát takto: +k=Kamenicti, p=PC Latin2 (CP852), u=UTF8 a inicializujte formát takto: tex -ini \let\enc=? \input csplain.ini -kde ? je jedno z písmen w, k, nebo p charakterizující vstupní kódování. Na +kde ? je jedno z písmen w, k, p nebo u charakterizující vstupní kódování. Na pøíkazovém øádku v UNIXu musíte ka¾dý znak "\" psát dvakrát, napøíklad: tex -ini \\let\\enc=k \\input csplain.ini diff -Nru texlive-lang-2007.dfsg.4/texmf-dist/doc/fonts/antp/README.ENG texlive-lang-2009/texmf-dist/doc/fonts/antp/README.ENG --- texlive-lang-2007.dfsg.4/texmf-dist/doc/fonts/antp/README.ENG 2006-01-09 00:47:01.000000000 +0000 +++ texlive-lang-2009/texmf-dist/doc/fonts/antp/README.ENG 1970-01-01 01:00:00.000000000 +0100 @@ -1,624 +0,0 @@ -***************************************************************************** -* A replica of Antykwa P\'o\l{}tawskiego font * -* in PostScript Type 1 format -- preliminary version * -* Public domain * -***************************************************************************** - ---------- -SYNOPSIS: ---------- - -The Antykwa P\'o\l{}tawskiego family (regular, italic, bold, and bold italic) -consists of the following files: - - antpr.pfb, antpri.pfb, antpb.pfb, antpbi.pfb -- outlines - antpr.afm, antpri.afm, antpb.afm, antpbi.afm -- Adobe font metric - antpr.pfm, antpri.pfm, antpb.pfm, antpbi.pfm -- printer font metric - antpr.tfm, antpri.tfm, antpb.tfm, antpbi.tfm -- TeX font metric - antp.enc -- encoding file (for dvips) - antp.map -- fonts map file (for dvips) - config.antp or antp.cfg -- config file (for dvips) - -Moreover LaTeX .sty and .fd files were added (see latex/ subdirectory). - -In order to use the font with either TeX or Windows you will need to -follow standard installation procedures (consult respective manuals -for details). - -The used character set is a subset of QX layout (see below). - --------- -HISTORY: --------- - -This font was designed in the 'twenties and the 'thirties of XX century -by a Polish graphic artist and a typographer Adam P\'o\l{}tawski. It was -widely used by Polish printing houses as long as metal types were in -use (until ca the 'sixties). - -The electronic replica of Antykwa P\'o\l{}tawskiego was prepared by -Bogus\l{}aw Jackowski, Janusz M. Nowacki and Piotr Strzelczyk (JNS TEAM) -and released during the meeting of the Polish TeX Users Group (GUST) -(Bachotek, Poland, April-May, 2000) as a preliminary version. - -The current version is 0.51 (of 17 May 2000). - ---------- -COLOPHON: ---------- - -The main source of Antykwa P\'o\l{}tawskiego were printouts -of metal types. Janusz M. Nowacki programmed glyphs in METAPOST -using tools prepared by Bogus\l{}aw Jackowski and Piotr Strzelczyk. -The tools make use of METAPOST, AWK, TeX, Type 1 utilities, Ghostscript, -and perl. A lot of testing and tuning was carried out in the BOP firm. - -Many thanks the JNS TEAM owes to Andrzej Tomaszewski and Adam Twardoch for -valuable discussions and comments. Hearty thanks go to Marcin Woli\'nski who -devoted his time verifying preliminary versions of Antykwa P\'o\l{}tawskiego -and prepared files that facilitate using Antykwa P\'o\l{}tawskiego in LaTeX. -We are extremely grateful to Staszek Wawrykiewicz who carefully (as always) -prepared the package for distribution. - -The current version of Antykwa P\'o\l{}tawskiego is meant for bold people, -primarily for testing purposes. - -In the final version, the METAPOST sources and font making engine -will be included. - - --------------- -EMAIL CONTACT: --------------- - - B.Jackowski@gust.org.pl -or - J.Nowacki@gust.org.pl -or - P.Strzelczyk@gust.org.pl - - ---------- -QX LAYOUT ---------- - -QX layout for TeX is based on EC encoding (Cork Encoding) with a bow -towards PL layout (i.e., CM layout equipped with Polish diacritical -characters, to be used with the Polish version of plain, MeX), while QX -layout for Windows is a difficult compromise between several so called -standards (how several ``standards'' can co-exist?). QX layout has been -worked out by the Polish TeX Users Group GUST. The character set of the QX -layout should suffice to typeset texts (using TeX) in most European -languages. - -Below you'll find comparison of underlying TeX and Windows layouts with -the QX one. - -% ========================================================================= -% COMPARISON OF TeX LAYOUTS -% ========================================================================= -% CODE CM EC PL QX ver 0.03 -% ========================================================================= - 0 00 Gamma grave Gamma alpha - 1 01 Delta acute Delta Delta - 2 02 Theta circumflex Theta beta - 3 03 Lambda tilde Lambda delta - 4 04 Xi dieresis Xi pi - 5 05 Pi hungarumlaut Pi Pi - 6 06 Sigma ring Sigma Sigma - 7 07 Upsilon caron Upsilon mu - 8 08 Phi breve Phi ellipsis - 9 09 Psi macron Psi fk - 10 0A Omega dotaccent Omega Omega - 11 0B ff cedilla ff ff - 12 0C fi ogonek fi fi - 13 0D fl quotesinglbase fl fl - 14 0E ffi guilsinglleft ffi ffi - 15 0F ffl guilsinglright ffl ffl - 16 10 dotlessi quotedblleft dotlessi dotlessi - 17 11 dotlessj quotedblright dotlessj dotlessj - 18 12 grave quotedblbase grave grave - 19 13 acute guillemotleft acute acute - 20 14 caron guillemotright caron caron - 21 15 breve endash breve breve - 22 16 macron emdash macron macron - 23 17 ring compoundwordmark ring ring - 24 18 cedilla perthousand cedilla cedilla - 25 19 germandbls dotlessi germandbls germandbls - 26 1A ae dotlessj ae ae - 27 1B oe ff oe oe - 28 1C oslash fi oslash oslash - 29 1D AE fl AE AE - 30 1E OE ffi OE OE - 31 1F Oslash ffl Oslash Oslash - 32 20 suppress visualspace ogonek space - 33 21 exclam exclam exclam exclam - 34 22 quotedblright quotedbl quotedblright quotedblright - 35 23 numbersign numbersign numbersign numbersign - 36 24 dollar dollar dollar dollar - 37 25 percent percent percent percent - 38 26 ampersand ampersand ampersand ampersand - 39 27 quoteright quoteright quoteright quoteright - 40 28 parenleft parenleft parenleft parenleft - 41 29 parenright parenright parenright parenright - 42 2A asterisk asterisk asterisk asterisk - 43 2B plus plus plus plus - 44 2C comma comma comma comma - 45 2D hyphen hyphen hyphen hyphen - 46 2E period period period period - 47 2F slash slash slash slash - 48 30 zero zero zero zero - 49 31 one one one one - 50 32 two two two two - 51 33 three three three three - 52 34 four four four four - 53 35 five five five five - 54 36 six six six six - 55 37 seven seven seven seven - 56 38 eight eight eight eight - 57 39 nine nine nine nine - 58 3A colon colon colon colon - 59 3B semicolon semicolon semicolon semicolon - 60 3C exclamdown less exclamdown exclamdown - 61 3D equal equal equal equal - 62 3E questiondown greater questiondown questiondown - 63 3F question question question question - 64 40 at at at at - 65 41 A A A A - 66 42 B B B B - 67 43 C C C C - 68 44 D D D D - 69 45 E E E E - 70 46 F F F F - 71 47 G G G G - 72 48 H H H H - 73 49 I I I I - 74 4A J J J J - 75 4B K K K K - 76 4C L L L L - 77 4D M M M M - 78 4E N N N N - 79 4F O O O O - 80 50 P P P P - 81 51 Q Q Q Q - 82 52 R R R R - 83 53 S S S S - 84 54 T T T T - 85 55 U U U U - 86 56 V V V V - 87 57 W W W W - 88 58 X X X X - 89 59 Y Y Y Y - 90 5A Z Z Z Z - 91 5B bracketleft bracketleft bracketleft bracketleft - 92 5C quotedblleft backslash quotedblleft quotedblleft - 93 5D bracketright bracketright bracketright bracketright - 94 5E circumflex asciicircum circumflex circumflex - 95 5F dotaccent underscore dotaccent dotaccent - 96 60 quoteleft quoteleft quoteleft quoteleft - 97 61 a a a a - 98 62 b b b b - 99 63 c c c c -100 64 d d d d -101 65 e e e e -102 66 f f f f -103 67 g g g g -104 68 h h h h -105 69 i i i i -106 6A j j j j -107 6B k k k k -108 6C l l l l -109 6D m m m m -110 6E n n n n -111 6F o o o o -112 70 p p p p -113 71 q q q q -114 72 r r r r -115 73 s s s s -116 74 t t t t -117 75 u u u u -118 76 v v v v -119 77 w w w w -120 78 x x x x -121 79 y y y y -122 7A z z z z -123 7B endash braceleft endash endash -124 7C emdash bar emdash emdash -125 7D hungarumlaut braceright hungarumlaut hungarumlaut -126 7E tilde asciitilde tilde tilde -127 7F dieresis hyphen dieresis dieresis -128 80 @ Abreve @ @ -129 81 @ Aogonek Aogonek Aogonek -130 82 @ Cacute Cacute Cacute -131 83 @ Ccaron @ greater -132 84 @ Dcaron @ greaterequal -133 85 @ Ecaron @ approxequal -134 86 @ Eogonek Eogonek Eogonek -135 87 @ Gbreve @ Iogonek -136 88 @ Lacute @ less -137 89 @ Lquoteright @ lessequal -138 8A @ Lslash Lslash Lslash -139 8B @ Nacute Nacute Nacute -140 8C @ Ncaron @ asciitilde -141 8D @ Eng @ asciicircum -142 8E @ Ohungarumlaut @ ell -143 8F @ Racute @ dagger -144 90 @ Rcaron @ daggerdbl -145 91 @ Sacute Sacute Sacute -146 92 @ Scaron @ Scaron -147 93 @ Scedilla @ Scedilla -148 94 @ Tcaron @ degree -149 95 @ Tcedilla @ Tcedilla -150 96 @ Uhungarumlaut @ ogonek -151 97 @ Uring @ Uogonek -152 98 @ Ydieresis @ Ydieresis -153 99 @ Zacute Zacute Zacute -154 9A @ Zcaron @ Zcaron -155 9B @ Zdotaccent Zdotaccent Zdotaccent -156 9C @ IJ @ @ -157 9D @ Idotaccent @ braceleft -158 9E @ dbar @ braceright -159 9F @ section @ section -160 A0 @ abreve @ @ -161 A1 @ aogonek aogonek aogonek -162 A2 @ cacute cacute cacute -163 A3 @ ccaron @ registered -164 A4 @ dquoteright @ copyright -165 A5 @ ecaron @ divide -166 A6 @ eogonek eogonek eogonek -167 A7 @ gbreve @ iogonek -168 A8 @ lacute @ minus -169 A9 @ lquoteright @ multiply -170 AA @ lslash lslash lslash -171 AB @ nacute nacute nacute -172 AC @ ncaron @ plusminus -173 AD @ eng @ infinity -174 AE @ ohungarumlaut guillemotleft guillemotleft -175 AF @ racute guillemotright guillemotright -176 B0 @ rcaron @ paragraph -177 B1 @ sacute sacute sacute -178 B2 @ scaron @ scaron -179 B3 @ scedilla @ scedilla -180 B4 @ tquoteright @ bullet -181 B5 @ tcedilla @ tcedilla -182 B6 @ uhungarumlaut @ @ -183 B7 @ uring @ uogonek -184 B8 @ ydieresis @ ydieresis -185 B9 @ zacute zacute zacute -186 BA @ zcaron @ zcaron -187 BB @ zdotaccent zdotaccent zdotaccent -188 BC @ ij @ @ -189 BD @ exclamdown @ periodcentered -190 BE @ questiondown @ quotedbl -191 BF @ sterling @ quotesingle -192 C0 @ Agrave @ Agrave -193 C1 @ Aacute @ Aacute -194 C2 @ Acircumflex @ Acircumflex -195 C3 @ Atilde @ Atilde -196 C4 @ Adieresis @ Adieresis -197 C5 @ Aring @ Aring -198 C6 @ AE @ backslash -199 C7 @ Ccedilla @ Ccedilla -200 C8 @ Egrave @ Egrave -201 C9 @ Eacute @ Eacute -202 CA @ Ecircumflex @ Ecircumflex -203 CB @ Edieresis @ Edieresis -204 CC @ Igrave @ Igrave -205 CD @ Iacute @ Iacute -206 CE @ Icircumflex @ Icircumflex -207 CF @ Idieresis @ Idieresis -208 D0 @ Eth @ Eth -209 D1 @ Ntilde @ Ntilde -210 D2 @ Ograve @ Ograve -211 D3 @ Oacute Oacute Oacute -212 D4 @ Ocircumflex @ Ocircumflex -213 D5 @ Otilde @ Otilde -214 D6 @ Odieresis @ Odieresis -215 D7 @ OE @ currency -216 D8 @ Oslash @ perthousand -217 D9 @ Ugrave @ Ugrave -218 DA @ Uacute @ Uacute -219 DB @ Ucircumflex @ Ucircumflex -220 DC @ Udieresis @ Udieresis -221 DD @ Yacute @ Yacute -222 DE @ Thorn @ Thorn -223 DF @ Germandbls @ bar -224 E0 @ agrave @ agrave -225 E1 @ aacute @ aacute -226 E2 @ acircumflex @ acircumflex -227 E3 @ atilde @ atilde -228 E4 @ adieresis @ adieresis -229 E5 @ aring @ aring -230 E6 @ ae @ underscore -231 E7 @ ccedilla @ ccedilla -232 E8 @ egrave @ egrave -233 E9 @ eacute @ eacute -234 EA @ ecircumflex @ ecircumflex -235 EB @ edieresis @ edieresis -236 EC @ igrave @ igrave -237 ED @ iacute @ iacute -238 EE @ icircumflex @ icircumflex -239 EF @ idieresis @ idieresis -240 F0 @ eth @ eth -241 F1 @ ntilde @ ntilde -242 F2 @ ograve @ ograve -243 F3 @ oacute oacute oacute -244 F4 @ ocircumflex @ ocircumflex -245 F5 @ otilde @ otilde -246 F6 @ odieresis @ odieresis -247 F7 @ oe @ anglearc -248 F8 @ oslash @ diameter -249 F9 @ ugrave @ ugrave -250 FA @ uacute @ uacute -251 FB @ ucircumflex @ ucircumflex -252 FC @ udieresis @ udieresis -253 FD @ yacute @ yacute -254 FE @ thorn @ thorn -255 FF @ germandbls quotedblbase quotedblbase -% ========================================================================= - - -% ========================================================= -% COMPARISON OF GUI LAYOUTS -% ========================================================= -% CODE NEW ANSI (0--127) Macintosh QX ver. 0.03 -% + CODE PAGE 1250 PLEURO -% ========================================================= - 0 00 @ @ @ - 1 01 @ @ acute - 2 02 @ @ circumflex - 3 03 @ @ cedilla - 4 04 @ @ dieresis - 5 05 @ @ breve - 6 06 @ @ dotaccent - 7 07 @ @ macron - 8 08 @ @ ring - 9 09 @ @ @ - 10 0A @ @ hungarumlaut - 11 0B @ @ ogonek - 12 0C @ @ caron - 13 0D @ @ @ - 14 0E @ @ dotlessi - 15 0F @ @ dotlessj - 16 10 @ @ tilde - 17 11 @ @ ff - 18 12 @ @ ffi - 19 13 @ @ ffl - 20 14 @ @ fk - 21 15 @ @ approxequal - 22 16 @ @ ell - 23 17 @ @ infinity - 24 18 @ @ alpha - 25 19 @ @ beta - 26 1A @ @ delta - 27 1B @ @ pi - 28 1C @ @ Delta - 29 1D @ @ Pi - 30 1E @ @ Sigma - 31 1F @ @ Omega - 32 20 space space space - 33 21 exclam exclam exclam - 34 22 quotedbl quotedbl quotedbl - 35 23 numbersign numbersign numbersign - 36 24 dollar dollar dollar - 37 25 percent percent percent - 38 26 ampersand ampersand ampersand - 39 27 quotesingle quotesingle quotesingle - 40 28 parenleft parenleft parenleft - 41 29 parenright parenright parenright - 42 2A asterisk asterisk asterisk - 43 2B plus plus plus - 44 2C comma comma comma - 45 2D hyphen hyphen hyphen - 46 2E period period period - 47 2F slash slash slash - 48 30 zero zero zero - 49 31 one one one - 50 32 two two two - 51 33 three three three - 52 34 four four four - 53 35 five five five - 54 36 six six six - 55 37 seven seven seven - 56 38 eight eight eight - 57 39 nine nine nine - 58 3A colon colon colon - 59 3B semicolon semicolon semicolon - 60 3C less less less - 61 3D equal equal equal - 62 3E greater greater greater - 63 3F question question question - 64 40 at at at - 65 41 A A A - 66 42 B B B - 67 43 C C C - 68 44 D D D - 69 45 E E E - 70 46 F F F - 71 47 G G G - 72 48 H H H - 73 49 I I I - 74 4A J J J - 75 4B K K K - 76 4C L L L - 77 4D M M M - 78 4E N N N - 79 4F O O O - 80 50 P P P - 81 51 Q Q Q - 82 52 R R R - 83 53 S S S - 84 54 T T T - 85 55 U U U - 86 56 V V V - 87 57 W W W - 88 58 X X X - 89 59 Y Y Y - 90 5A Z Z Z - 91 5B bracketleft bracketleft bracketleft - 92 5C backslash backslash backslash - 93 5D bracketright bracketright bracketright - 94 5E asciicircum asciicircum asciicircum - 95 5F underscore underscore underscore - 96 60 grave grave grave - 97 61 a a a - 98 62 b b b - 99 63 c c c -100 64 d d d -101 65 e e e -102 66 f f f -103 67 g g g -104 68 h h h -105 69 i i i -106 6A j j j -107 6B k k k -108 6C l l l -109 6D m m m -110 6E n n n -111 6F o o o -112 70 p p p -113 71 q q q -114 72 r r r -115 73 s s s -116 74 t t t -117 75 u u u -118 76 v v v -119 77 w w w -120 78 x x x -121 79 y y y -122 7A z z z -123 7B braceleft braceleft braceleft -124 7C bar bar bar -125 7D braceright braceright braceright -126 7E asciitilde asciitilde asciitilde -127 7F @ @ @ -128 80 @ @ Iogonek -129 81 @ @ fi -130 82 quotesinglbase quotesinglbase fl -131 83 @ Ydieresis Ydieresis -132 84 quotedblbase quotedblbase quotedblbase -133 85 ellipsis ellipsis ellipsis -134 86 dagger dagger dagger -135 87 daggerdbl daggerdbl daggerdbl -136 88 @ Ecircumflex Ecircumflex -137 89 perthousand perthousand perthousand -138 8A Scaron Scaron Scaron -139 8B guilsinglleft guilsinglleft Scedilla -140 8C Sacute Sacute Sacute -141 8D Tcaron OE OE -142 8E Zcaron Zcaron Zcaron -143 8F Zacute Zacute Zacute -144 90 @ @ iogonek -145 91 quoteleft quoteleft quoteleft -146 92 quoteright quoteright quoteright -147 93 quotedblleft quotedblleft quotedblleft -148 94 quotedblright quotedblright quotedblright -149 95 bullet bullet bullet -150 96 endash endash endash -151 97 emdash emdash emdash -152 98 @ ecircumflex ecircumflex -153 99 trademark trademark anglearc -154 9A scaron scaron scaron -155 9B guilsinglright guilsinglright scedilla -156 9C sacute sacute sacute -157 9D tquoteright oe oe -158 9E zcaron zcaron zcaron -159 9F zacute zacute zacute -160 A0 @ nbspace nbspace -161 A1 caron exclamdown exclamdown -162 A2 breve questiondown questiondown -163 A3 Lslash Lslash Lslash -164 A4 currency currency currency -165 A5 Aogonek Aogonek Aogonek -166 A6 brokenbar brokenbar diameter -167 A7 section section section -168 A8 dieresis dieresis Uogonek -169 A9 copyright copyright copyright -170 AA Scedilla AE AE -171 AB guillemotleft guillemotleft guillemotleft -172 AC logicalnot Ntilde Ntilde -173 AD hyphen minus minus -174 AE registered registered registered -175 AF Zdotaccent Zdotaccent Zdotaccent -176 B0 degree degree degree -177 B1 plusminus plusminus plusminus -178 B2 ogonek twosuperior lessequal -179 B3 lslash lslash lslash -180 B4 acute acute greaterequal -181 B5 mu mu mu -182 B6 paragraph paragraph paragraph -183 B7 periodcentered periodcentered periodcentered -184 B8 cedilla @ uogonek -185 B9 aogonek aogonek aogonek -186 BA scedilla ae ae -187 BB guillemotright guillemotright guillemotright -188 BC Lquoteright ntilde ntilde -189 BD hungarumlaut onehalf Tcedilla -190 BE lquoteright threequarters tcedilla -191 BF zdotaccent zdotaccent zdotaccent -192 C0 Racute Agrave Agrave -193 C1 Aacute Aacute Aacute -194 C2 Acircumflex Acircumflex Acircumflex -195 C3 Abreve Atilde Atilde -196 C4 Adieresis Adieresis Adieresis -197 C5 Lacute Aring Aring -198 C6 Cacute Cacute Cacute -199 C7 Ccedilla Ccedilla Ccedilla -200 C8 Ccaron Egrave Egrave -201 C9 Eacute Eacute Eacute -202 CA Eogonek Eogonek Eogonek -203 CB Edieresis Edieresis Edieresis -204 CC Ecaron Igrave Igrave -205 CD Iacute Iacute Iacute -206 CE Icircumflex Icircumflex Icircumflex -207 CF Dcaron Idieresis Idieresis -208 D0 Eth Eth Eth -209 D1 Nacute Nacute Nacute -210 D2 Ncaron Ograve Ograve -211 D3 Oacute Oacute Oacute -212 D4 Ocircumflex Ocircumflex Ocircumflex -213 D5 Ohungarumlaut Otilde Otilde -214 D6 Odieresis Odieresis Odieresis -215 D7 multiply multiply multiply -216 D8 Rcaron Oslash Oslash -217 D9 Uring Ugrave Ugrave -218 DA Uacute Uacute Uacute -219 DB Uhungarumlaut Ucircumflex Ucircumflex -220 DC Udieresis Udieresis Udieresis -221 DD Yacute Yacute Yacute -222 DE Tcedilla Thorn Thorn -223 DF germandbls germandbls germandbls -224 E0 racute agrave agrave -225 E1 aacute aacute aacute -226 E2 acircumflex acircumflex acircumflex -227 E3 abreve atilde atilde -228 E4 adieresis adieresis adieresis -229 E5 lacute aring aring -230 E6 cacute cacute cacute -231 E7 ccedilla ccedilla ccedilla -232 E8 ccaron egrave egrave -233 E9 eacute eacute eacute -234 EA eogonek eogonek eogonek -235 EB edieresis edieresis edieresis -236 EC ecaron igrave igrave -237 ED iacute iacute iacute -238 EE icircumflex icircumflex icircumflex -239 EF dquoteright idieresis idieresis -240 F0 dbar eth eth -241 F1 nacute nacute nacute -242 F2 ncaron ograve ograve -243 F3 oacute oacute oacute -244 F4 ocircumflex ocircumflex ocircumflex -245 F5 ohungarumlaut otilde otilde -246 F6 odieresis odieresis odieresis -247 F7 divide divide divide -248 F8 rcaron oslash oslash -249 F9 uring ugrave ugrave -250 FA uacute uacute uacute -251 FB uhungarumlaut ucircumflex ucircumflex -252 FC udieresis udieresis udieresis -253 FD yacute yacute yacute -254 FE tcedilla thorn thorn -255 FF dotaccent ydieresis ydieresis -% ======================================================= - diff -Nru texlive-lang-2007.dfsg.4/texmf-dist/doc/fonts/antp/README.POL texlive-lang-2009/texmf-dist/doc/fonts/antp/README.POL --- texlive-lang-2007.dfsg.4/texmf-dist/doc/fonts/antp/README.POL 2006-01-09 00:47:01.000000000 +0000 +++ texlive-lang-2009/texmf-dist/doc/fonts/antp/README.POL 1970-01-01 01:00:00.000000000 +0100 @@ -1,625 +0,0 @@ -% iso8859-2 -***************************************************************************** -* Replika fontu Antykwa Pó³tawskiego * -* w postscriptowym formacie Type 1 -- wersja wstêpna * -* Public domain * -***************************************************************************** - ------ -OPIS: ------ - -Rodzina fontów Antykwa Pó³tawskiego (krój prosty, kursywa, pó³gruby -oraz pó³gruby-kursywa) sk³ada siê z nastêpuj±cych plików: - - antpr.pfb, antpri.pfb, antpb.pfb, antpbi.pfb -- obwiednie - antpr.afm, antpri.afm, antpb.afm, antpbi.afm -- metryki fontowe Adobe - antpr.pfm, antpri.pfm, antpb.pfm, antpbi.pfm -- metryki drukarkowe - antpr.tfm, antpri.tfm, antpb.tfm, antpbi.tfm -- metryki TeX-owe - antp.enc -- plik przekodowania (dla dvips) - antp.map -- plik mapy fontowej (dla dvips) - config.antp, antp.cfg -- plik konfiguracyjny (dla dvips) - -Do pakietu dodano ponadto pliki .sty i .fd potrzebne do korzystania -z fontów w LaTeX2e (patrz podkatalog latex/). - -U¿ycie fontów w systemie TeX lub w Windows wymaga odpowiedniej instalacji -zgodnej ze stosown± dokumentacj± (patrz np. -http://www.gust.org.pl/FONTY/fonthint.html) - -Zastosowany w fontach uk³ad znaków jest podzbiorem uk³adu QX (patrz ni¿ej). - ---------- -HISTORIA: ---------- - -Font niniejszy zosta³ zaprojektowany w latach dwudziestych i trzydziestych -XX wieku przez polskiego grafika i typografa Adama Pó³tawskiego -i by³ stosowany przez polskie drukarnie tak d³ugo, jak d³ugo metalowe -czcionki by³y w u¿yciu (mniej wiêcej do lat sze¶ædziesi±tych). - -Replika elektroniczna Antykwy Pó³tawskiego przygotowana zosta³a przez -Bogus³awa Jackowskiego, Janusza M. Nowackiego i Piotra Strzelczyka -(JNS TEAM) i udostêpniona jako wersja wstêpna podczas VIII Konferencji -Grupy U¿ytkowników Systemu TeX (GUST) w Bachotku (kwiecieñ-maj 2000). - -Obecna wersja nosi numer 0.51 i datê 17 maja 2000. - --------- -KOLOFON: --------- - -G³ównym ¼ród³em repliki Antykwa Pó³tawskiego by³y wydruki wykonane -czcionkami metalowymi. Janusz M. Nowacki zaprogramowa³ obrysy znaków (glyphs) -w programie METAPOST, korzystaj±c z narzêdzi przygotowanych przez -Bogus³awa Jackowskiego i Piotra Strzelczyka. Narzêdzia te wykorzystuj± -programy: METAPOST, AWK, TeX, Type 1 utilities, Ghostscript i Perl. Sporo -testowania i cyzelowania fontów mia³o miejsce w firmie BOP. - -JNS TEAM pragnie podziêkowaæ Andrzejowi Tomaszewskiemu i Adamowi Twardochowi -za warto¶ciowe dyskusje i komentarze. Serdeczne podziêkowania nale¿± siê -równie¿ Marcinowi Woliñskiemu, który po¶wiêci³ czas na weryfikowanie -wstêpnych wersji Antykwy Pó³tawskiego i przygotowa³ pliki umo¿liwiaj±ce -korzystanie z niej w systemie LaTeX. Pakiet do dystrybucji starannie (jak -zwykle) przygotowa³ Staszek Wawrykiewicz. Jeste¶my mu za to niezmiernie -wdziêczni. - -Obecna wersja Antykwy Pó³tawskiego jest przeznaczona dla dzielnych -u¿ytkowników, przede wszystkim do celów testowych. - -W wersji docelowej do dystrybucji zostan± w³±czone pliki ¼ród³owe -METAPOST-a oraz maszyneria do budowy fontów. - ------- -EMAIL: ------- - - B.Jackowski@gust.org.pl -lub - J.Nowacki@gust.org.pl -lub - P.Strzelczyk@gust.org.pl - ---------- -UK£AD QX: ---------- - -Uk³ad QX dla TeX-a bazuje na uk³adzie EC (Cork Encoding) z uwzglêdnieniem -pewnych cech uk³adu PL (zastosowanego w pakiecie MeX, w polskim rozszerzeniu -fontów CM), podczas gdy uk³ad QX dla Windows jest trudnym kompromisem -pomiêdzy istniej±cymi tzw. standardami kodowania (jak mo¿e istnieæ -wiele standardów na raz?). Uk³ad QX zosta³ opracowany przez Polsk± Grupê -U¿ytkowników Systemu TeX. Przyjêty w uk³adzie QX zestaw znaków -powinien sprostaæ wymaganiom sk³adu w wiêkszo¶ci europejskich jêzyków. - -Poni¿ej zamieszczone zosta³a tabela porównuj±ca TeX-owe i windowsowe -uk³ady znaków z uk³adem QX. - -% ========================================================================= -% PORÓWNANIE UK£ADÓW ZNAKÓW W TeX-U -% ========================================================================= -% CODE CM EC PL QX ver 0.03 -% ========================================================================= - 0 00 Gamma grave Gamma alpha - 1 01 Delta acute Delta Delta - 2 02 Theta circumflex Theta beta - 3 03 Lambda tilde Lambda delta - 4 04 Xi dieresis Xi pi - 5 05 Pi hungarumlaut Pi Pi - 6 06 Sigma ring Sigma Sigma - 7 07 Upsilon caron Upsilon mu - 8 08 Phi breve Phi ellipsis - 9 09 Psi macron Psi fk - 10 0A Omega dotaccent Omega Omega - 11 0B ff cedilla ff ff - 12 0C fi ogonek fi fi - 13 0D fl quotesinglbase fl fl - 14 0E ffi guilsinglleft ffi ffi - 15 0F ffl guilsinglright ffl ffl - 16 10 dotlessi quotedblleft dotlessi dotlessi - 17 11 dotlessj quotedblright dotlessj dotlessj - 18 12 grave quotedblbase grave grave - 19 13 acute guillemotleft acute acute - 20 14 caron guillemotright caron caron - 21 15 breve endash breve breve - 22 16 macron emdash macron macron - 23 17 ring compoundwordmark ring ring - 24 18 cedilla perthousand cedilla cedilla - 25 19 germandbls dotlessi germandbls germandbls - 26 1A ae dotlessj ae ae - 27 1B oe ff oe oe - 28 1C oslash fi oslash oslash - 29 1D AE fl AE AE - 30 1E OE ffi OE OE - 31 1F Oslash ffl Oslash Oslash - 32 20 suppress visualspace ogonek space - 33 21 exclam exclam exclam exclam - 34 22 quotedblright quotedbl quotedblright quotedblright - 35 23 numbersign numbersign numbersign numbersign - 36 24 dollar dollar dollar dollar - 37 25 percent percent percent percent - 38 26 ampersand ampersand ampersand ampersand - 39 27 quoteright quoteright quoteright quoteright - 40 28 parenleft parenleft parenleft parenleft - 41 29 parenright parenright parenright parenright - 42 2A asterisk asterisk asterisk asterisk - 43 2B plus plus plus plus - 44 2C comma comma comma comma - 45 2D hyphen hyphen hyphen hyphen - 46 2E period period period period - 47 2F slash slash slash slash - 48 30 zero zero zero zero - 49 31 one one one one - 50 32 two two two two - 51 33 three three three three - 52 34 four four four four - 53 35 five five five five - 54 36 six six six six - 55 37 seven seven seven seven - 56 38 eight eight eight eight - 57 39 nine nine nine nine - 58 3A colon colon colon colon - 59 3B semicolon semicolon semicolon semicolon - 60 3C exclamdown less exclamdown exclamdown - 61 3D equal equal equal equal - 62 3E questiondown greater questiondown questiondown - 63 3F question question question question - 64 40 at at at at - 65 41 A A A A - 66 42 B B B B - 67 43 C C C C - 68 44 D D D D - 69 45 E E E E - 70 46 F F F F - 71 47 G G G G - 72 48 H H H H - 73 49 I I I I - 74 4A J J J J - 75 4B K K K K - 76 4C L L L L - 77 4D M M M M - 78 4E N N N N - 79 4F O O O O - 80 50 P P P P - 81 51 Q Q Q Q - 82 52 R R R R - 83 53 S S S S - 84 54 T T T T - 85 55 U U U U - 86 56 V V V V - 87 57 W W W W - 88 58 X X X X - 89 59 Y Y Y Y - 90 5A Z Z Z Z - 91 5B bracketleft bracketleft bracketleft bracketleft - 92 5C quotedblleft backslash quotedblleft quotedblleft - 93 5D bracketright bracketright bracketright bracketright - 94 5E circumflex asciicircum circumflex circumflex - 95 5F dotaccent underscore dotaccent dotaccent - 96 60 quoteleft quoteleft quoteleft quoteleft - 97 61 a a a a - 98 62 b b b b - 99 63 c c c c -100 64 d d d d -101 65 e e e e -102 66 f f f f -103 67 g g g g -104 68 h h h h -105 69 i i i i -106 6A j j j j -107 6B k k k k -108 6C l l l l -109 6D m m m m -110 6E n n n n -111 6F o o o o -112 70 p p p p -113 71 q q q q -114 72 r r r r -115 73 s s s s -116 74 t t t t -117 75 u u u u -118 76 v v v v -119 77 w w w w -120 78 x x x x -121 79 y y y y -122 7A z z z z -123 7B endash braceleft endash endash -124 7C emdash bar emdash emdash -125 7D hungarumlaut braceright hungarumlaut hungarumlaut -126 7E tilde asciitilde tilde tilde -127 7F dieresis hyphen dieresis dieresis -128 80 @ Abreve @ @ -129 81 @ Aogonek Aogonek Aogonek -130 82 @ Cacute Cacute Cacute -131 83 @ Ccaron @ greater -132 84 @ Dcaron @ greaterequal -133 85 @ Ecaron @ approxequal -134 86 @ Eogonek Eogonek Eogonek -135 87 @ Gbreve @ Iogonek -136 88 @ Lacute @ less -137 89 @ Lquoteright @ lessequal -138 8A @ Lslash Lslash Lslash -139 8B @ Nacute Nacute Nacute -140 8C @ Ncaron @ asciitilde -141 8D @ Eng @ asciicircum -142 8E @ Ohungarumlaut @ ell -143 8F @ Racute @ dagger -144 90 @ Rcaron @ daggerdbl -145 91 @ Sacute Sacute Sacute -146 92 @ Scaron @ Scaron -147 93 @ Scedilla @ Scedilla -148 94 @ Tcaron @ degree -149 95 @ Tcedilla @ Tcedilla -150 96 @ Uhungarumlaut @ ogonek -151 97 @ Uring @ Uogonek -152 98 @ Ydieresis @ Ydieresis -153 99 @ Zacute Zacute Zacute -154 9A @ Zcaron @ Zcaron -155 9B @ Zdotaccent Zdotaccent Zdotaccent -156 9C @ IJ @ @ -157 9D @ Idotaccent @ braceleft -158 9E @ dbar @ braceright -159 9F @ section @ section -160 A0 @ abreve @ @ -161 A1 @ aogonek aogonek aogonek -162 A2 @ cacute cacute cacute -163 A3 @ ccaron @ registered -164 A4 @ dquoteright @ copyright -165 A5 @ ecaron @ divide -166 A6 @ eogonek eogonek eogonek -167 A7 @ gbreve @ iogonek -168 A8 @ lacute @ minus -169 A9 @ lquoteright @ multiply -170 AA @ lslash lslash lslash -171 AB @ nacute nacute nacute -172 AC @ ncaron @ plusminus -173 AD @ eng @ infinity -174 AE @ ohungarumlaut guillemotleft guillemotleft -175 AF @ racute guillemotright guillemotright -176 B0 @ rcaron @ paragraph -177 B1 @ sacute sacute sacute -178 B2 @ scaron @ scaron -179 B3 @ scedilla @ scedilla -180 B4 @ tquoteright @ bullet -181 B5 @ tcedilla @ tcedilla -182 B6 @ uhungarumlaut @ @ -183 B7 @ uring @ uogonek -184 B8 @ ydieresis @ ydieresis -185 B9 @ zacute zacute zacute -186 BA @ zcaron @ zcaron -187 BB @ zdotaccent zdotaccent zdotaccent -188 BC @ ij @ @ -189 BD @ exclamdown @ periodcentered -190 BE @ questiondown @ quotedbl -191 BF @ sterling @ quotesingle -192 C0 @ Agrave @ Agrave -193 C1 @ Aacute @ Aacute -194 C2 @ Acircumflex @ Acircumflex -195 C3 @ Atilde @ Atilde -196 C4 @ Adieresis @ Adieresis -197 C5 @ Aring @ Aring -198 C6 @ AE @ backslash -199 C7 @ Ccedilla @ Ccedilla -200 C8 @ Egrave @ Egrave -201 C9 @ Eacute @ Eacute -202 CA @ Ecircumflex @ Ecircumflex -203 CB @ Edieresis @ Edieresis -204 CC @ Igrave @ Igrave -205 CD @ Iacute @ Iacute -206 CE @ Icircumflex @ Icircumflex -207 CF @ Idieresis @ Idieresis -208 D0 @ Eth @ Eth -209 D1 @ Ntilde @ Ntilde -210 D2 @ Ograve @ Ograve -211 D3 @ Oacute Oacute Oacute -212 D4 @ Ocircumflex @ Ocircumflex -213 D5 @ Otilde @ Otilde -214 D6 @ Odieresis @ Odieresis -215 D7 @ OE @ currency -216 D8 @ Oslash @ perthousand -217 D9 @ Ugrave @ Ugrave -218 DA @ Uacute @ Uacute -219 DB @ Ucircumflex @ Ucircumflex -220 DC @ Udieresis @ Udieresis -221 DD @ Yacute @ Yacute -222 DE @ Thorn @ Thorn -223 DF @ Germandbls @ bar -224 E0 @ agrave @ agrave -225 E1 @ aacute @ aacute -226 E2 @ acircumflex @ acircumflex -227 E3 @ atilde @ atilde -228 E4 @ adieresis @ adieresis -229 E5 @ aring @ aring -230 E6 @ ae @ underscore -231 E7 @ ccedilla @ ccedilla -232 E8 @ egrave @ egrave -233 E9 @ eacute @ eacute -234 EA @ ecircumflex @ ecircumflex -235 EB @ edieresis @ edieresis -236 EC @ igrave @ igrave -237 ED @ iacute @ iacute -238 EE @ icircumflex @ icircumflex -239 EF @ idieresis @ idieresis -240 F0 @ eth @ eth -241 F1 @ ntilde @ ntilde -242 F2 @ ograve @ ograve -243 F3 @ oacute oacute oacute -244 F4 @ ocircumflex @ ocircumflex -245 F5 @ otilde @ otilde -246 F6 @ odieresis @ odieresis -247 F7 @ oe @ anglearc -248 F8 @ oslash @ diameter -249 F9 @ ugrave @ ugrave -250 FA @ uacute @ uacute -251 FB @ ucircumflex @ ucircumflex -252 FC @ udieresis @ udieresis -253 FD @ yacute @ yacute -254 FE @ thorn @ thorn -255 FF @ germandbls quotedblbase quotedblbase -% ========================================================================= - - -% ========================================================= -% PORÓWNANIE UK£ADÓW ZNAKÓW W SYSTEMACH OKIENKOWYCH (GUI) -% ========================================================= -% CODE NEW ANSI (0--127) Macintosh QX ver. 0.03 -% + CODE PAGE 1250 PLEURO -% ========================================================= - 0 00 @ @ @ - 1 01 @ @ acute - 2 02 @ @ circumflex - 3 03 @ @ cedilla - 4 04 @ @ dieresis - 5 05 @ @ breve - 6 06 @ @ dotaccent - 7 07 @ @ macron - 8 08 @ @ ring - 9 09 @ @ @ - 10 0A @ @ hungarumlaut - 11 0B @ @ ogonek - 12 0C @ @ caron - 13 0D @ @ @ - 14 0E @ @ dotlessi - 15 0F @ @ dotlessj - 16 10 @ @ tilde - 17 11 @ @ ff - 18 12 @ @ ffi - 19 13 @ @ ffl - 20 14 @ @ fk - 21 15 @ @ approxequal - 22 16 @ @ ell - 23 17 @ @ infinity - 24 18 @ @ alpha - 25 19 @ @ beta - 26 1A @ @ delta - 27 1B @ @ pi - 28 1C @ @ Delta - 29 1D @ @ Pi - 30 1E @ @ Sigma - 31 1F @ @ Omega - 32 20 space space space - 33 21 exclam exclam exclam - 34 22 quotedbl quotedbl quotedbl - 35 23 numbersign numbersign numbersign - 36 24 dollar dollar dollar - 37 25 percent percent percent - 38 26 ampersand ampersand ampersand - 39 27 quotesingle quotesingle quotesingle - 40 28 parenleft parenleft parenleft - 41 29 parenright parenright parenright - 42 2A asterisk asterisk asterisk - 43 2B plus plus plus - 44 2C comma comma comma - 45 2D hyphen hyphen hyphen - 46 2E period period period - 47 2F slash slash slash - 48 30 zero zero zero - 49 31 one one one - 50 32 two two two - 51 33 three three three - 52 34 four four four - 53 35 five five five - 54 36 six six six - 55 37 seven seven seven - 56 38 eight eight eight - 57 39 nine nine nine - 58 3A colon colon colon - 59 3B semicolon semicolon semicolon - 60 3C less less less - 61 3D equal equal equal - 62 3E greater greater greater - 63 3F question question question - 64 40 at at at - 65 41 A A A - 66 42 B B B - 67 43 C C C - 68 44 D D D - 69 45 E E E - 70 46 F F F - 71 47 G G G - 72 48 H H H - 73 49 I I I - 74 4A J J J - 75 4B K K K - 76 4C L L L - 77 4D M M M - 78 4E N N N - 79 4F O O O - 80 50 P P P - 81 51 Q Q Q - 82 52 R R R - 83 53 S S S - 84 54 T T T - 85 55 U U U - 86 56 V V V - 87 57 W W W - 88 58 X X X - 89 59 Y Y Y - 90 5A Z Z Z - 91 5B bracketleft bracketleft bracketleft - 92 5C backslash backslash backslash - 93 5D bracketright bracketright bracketright - 94 5E asciicircum asciicircum asciicircum - 95 5F underscore underscore underscore - 96 60 grave grave grave - 97 61 a a a - 98 62 b b b - 99 63 c c c -100 64 d d d -101 65 e e e -102 66 f f f -103 67 g g g -104 68 h h h -105 69 i i i -106 6A j j j -107 6B k k k -108 6C l l l -109 6D m m m -110 6E n n n -111 6F o o o -112 70 p p p -113 71 q q q -114 72 r r r -115 73 s s s -116 74 t t t -117 75 u u u -118 76 v v v -119 77 w w w -120 78 x x x -121 79 y y y -122 7A z z z -123 7B braceleft braceleft braceleft -124 7C bar bar bar -125 7D braceright braceright braceright -126 7E asciitilde asciitilde asciitilde -127 7F @ @ @ -128 80 @ @ Iogonek -129 81 @ @ fi -130 82 quotesinglbase quotesinglbase fl -131 83 @ Ydieresis Ydieresis -132 84 quotedblbase quotedblbase quotedblbase -133 85 ellipsis ellipsis ellipsis -134 86 dagger dagger dagger -135 87 daggerdbl daggerdbl daggerdbl -136 88 @ Ecircumflex Ecircumflex -137 89 perthousand perthousand perthousand -138 8A Scaron Scaron Scaron -139 8B guilsinglleft guilsinglleft Scedilla -140 8C Sacute Sacute Sacute -141 8D Tcaron OE OE -142 8E Zcaron Zcaron Zcaron -143 8F Zacute Zacute Zacute -144 90 @ @ iogonek -145 91 quoteleft quoteleft quoteleft -146 92 quoteright quoteright quoteright -147 93 quotedblleft quotedblleft quotedblleft -148 94 quotedblright quotedblright quotedblright -149 95 bullet bullet bullet -150 96 endash endash endash -151 97 emdash emdash emdash -152 98 @ ecircumflex ecircumflex -153 99 trademark trademark anglearc -154 9A scaron scaron scaron -155 9B guilsinglright guilsinglright scedilla -156 9C sacute sacute sacute -157 9D tquoteright oe oe -158 9E zcaron zcaron zcaron -159 9F zacute zacute zacute -160 A0 @ nbspace nbspace -161 A1 caron exclamdown exclamdown -162 A2 breve questiondown questiondown -163 A3 Lslash Lslash Lslash -164 A4 currency currency currency -165 A5 Aogonek Aogonek Aogonek -166 A6 brokenbar brokenbar diameter -167 A7 section section section -168 A8 dieresis dieresis Uogonek -169 A9 copyright copyright copyright -170 AA Scedilla AE AE -171 AB guillemotleft guillemotleft guillemotleft -172 AC logicalnot Ntilde Ntilde -173 AD hyphen minus minus -174 AE registered registered registered -175 AF Zdotaccent Zdotaccent Zdotaccent -176 B0 degree degree degree -177 B1 plusminus plusminus plusminus -178 B2 ogonek twosuperior lessequal -179 B3 lslash lslash lslash -180 B4 acute acute greaterequal -181 B5 mu mu mu -182 B6 paragraph paragraph paragraph -183 B7 periodcentered periodcentered periodcentered -184 B8 cedilla @ uogonek -185 B9 aogonek aogonek aogonek -186 BA scedilla ae ae -187 BB guillemotright guillemotright guillemotright -188 BC Lquoteright ntilde ntilde -189 BD hungarumlaut onehalf Tcedilla -190 BE lquoteright threequarters tcedilla -191 BF zdotaccent zdotaccent zdotaccent -192 C0 Racute Agrave Agrave -193 C1 Aacute Aacute Aacute -194 C2 Acircumflex Acircumflex Acircumflex -195 C3 Abreve Atilde Atilde -196 C4 Adieresis Adieresis Adieresis -197 C5 Lacute Aring Aring -198 C6 Cacute Cacute Cacute -199 C7 Ccedilla Ccedilla Ccedilla -200 C8 Ccaron Egrave Egrave -201 C9 Eacute Eacute Eacute -202 CA Eogonek Eogonek Eogonek -203 CB Edieresis Edieresis Edieresis -204 CC Ecaron Igrave Igrave -205 CD Iacute Iacute Iacute -206 CE Icircumflex Icircumflex Icircumflex -207 CF Dcaron Idieresis Idieresis -208 D0 Eth Eth Eth -209 D1 Nacute Nacute Nacute -210 D2 Ncaron Ograve Ograve -211 D3 Oacute Oacute Oacute -212 D4 Ocircumflex Ocircumflex Ocircumflex -213 D5 Ohungarumlaut Otilde Otilde -214 D6 Odieresis Odieresis Odieresis -215 D7 multiply multiply multiply -216 D8 Rcaron Oslash Oslash -217 D9 Uring Ugrave Ugrave -218 DA Uacute Uacute Uacute -219 DB Uhungarumlaut Ucircumflex Ucircumflex -220 DC Udieresis Udieresis Udieresis -221 DD Yacute Yacute Yacute -222 DE Tcedilla Thorn Thorn -223 DF germandbls germandbls germandbls -224 E0 racute agrave agrave -225 E1 aacute aacute aacute -226 E2 acircumflex acircumflex acircumflex -227 E3 abreve atilde atilde -228 E4 adieresis adieresis adieresis -229 E5 lacute aring aring -230 E6 cacute cacute cacute -231 E7 ccedilla ccedilla ccedilla -232 E8 ccaron egrave egrave -233 E9 eacute eacute eacute -234 EA eogonek eogonek eogonek -235 EB edieresis edieresis edieresis -236 EC ecaron igrave igrave -237 ED iacute iacute iacute -238 EE icircumflex icircumflex icircumflex -239 EF dquoteright idieresis idieresis -240 F0 dbar eth eth -241 F1 nacute nacute nacute -242 F2 ncaron ograve ograve -243 F3 oacute oacute oacute -244 F4 ocircumflex ocircumflex ocircumflex -245 F5 ohungarumlaut otilde otilde -246 F6 odieresis odieresis odieresis -247 F7 divide divide divide -248 F8 rcaron oslash oslash -249 F9 uring ugrave ugrave -250 FA uacute uacute uacute -251 FB uhungarumlaut ucircumflex ucircumflex -252 FC udieresis udieresis udieresis -253 FD yacute yacute yacute -254 FE tcedilla thorn thorn -255 FF dotaccent ydieresis ydieresis -% ======================================================= - diff -Nru texlive-lang-2007.dfsg.4/texmf-dist/doc/fonts/antp/testot4.tex texlive-lang-2009/texmf-dist/doc/fonts/antp/testot4.tex --- texlive-lang-2007.dfsg.4/texmf-dist/doc/fonts/antp/testot4.tex 2006-01-09 00:47:01.000000000 +0000 +++ texlive-lang-2009/texmf-dist/doc/fonts/antp/testot4.tex 1970-01-01 01:00:00.000000000 +0100 @@ -1,64 +0,0 @@ -%& --translate-file=il2-pl -%% plik ten prezentuje u¿ycie fontów Antykwa Pó³tawskiego -%% w LaTeX2e, w standardowym kodowaniu OT4, w³±czanym domy¶lnie przez -%% pakiet polski.sty -%% (Marcin Woliñski, maj 2000) - -\documentclass{article} -\usepackage{antpolt} -\usepackage{polski} - -\begin{document} -\parindent0pt -\fontsize{12dd}{16dd}\selectfont -\prefixing - -P/ojd/x ki/n/ze t/e chmurno/s/c w~g/l/ab flaszy. - -P/OJD/X KI/N/ZE T/E CHMURNO/S/C W~G/L/AB FLASZY. - -[(<<@>>,,0123456789''\&\#//=+*)] -- --- ,.;:!?<> fifka fi ff ffi fk - -\bigskip -{\itshape -P/ojd/x ki/n/ze t/e chmurno/s/c w~g/l/ab flaszy. - -P/OJD/X KI/N/ZE T/E CHMURNO/S/C W~G/L/AB FLASZY. - -[(<<@>>,,0123456789''\&\#//=+*)] -- --- ,.;:!?<> fifka fi ff ffi fk - -} -\bigskip - -{\bfseries -P/ojd/x ki/n/ze t/e chmurno/s/c w~g/l/ab flaszy. - -P/OJD/X KI/N/ZE T/E CHMURNO/S/C W~G/L/AB FLASZY. - -[(<<@>>,,0123456789''\&\#//=+*)] -- --- ,.;:!?<> fifka fi ff ffi fk - -\bigskip -\itshape -P/ojd/x ki/n/ze t/e chmurno/s/c w~g/l/ab flaszy. - -P/OJD/X KI/N/ZE T/E CHMURNO/S/C W~G/L/AB FLASZY. - -[(<<@>>,,0123456789''\&\#//=+*)] -- --- ,.;:!?<> fifka fi ff ffi fk - -} -\bigskip - -\nonprefixing -{\bf Pójd¼} {\it kiñ¿e} {\bf tê \em chmurno¶æ} \textbf{w~\emph{g³±b - \emph{flaszy}}}. - -Pójd¼ kiñ¿e tê chmurno¶æ w~g³±b flaszy. - -PÓJD¬ KIѯE TÊ CHMURNO¦Æ W~G£¡B FLASZY. - -\textit{Pójd¼ kiñ¿e tê chmurno¶æ w~g³±b flaszy.} - -\textit{PÓJD¬ KIѯE TÊ CHMURNO¦Æ W~G£¡B FLASZY.} - -\end{document} - diff -Nru texlive-lang-2007.dfsg.4/texmf-dist/doc/fonts/antp/testqx.tex texlive-lang-2009/texmf-dist/doc/fonts/antp/testqx.tex --- texlive-lang-2007.dfsg.4/texmf-dist/doc/fonts/antp/testqx.tex 2006-01-09 00:47:01.000000000 +0000 +++ texlive-lang-2009/texmf-dist/doc/fonts/antp/testqx.tex 1970-01-01 01:00:00.000000000 +0100 @@ -1,251 +0,0 @@ -%& --translate-file=il2-pl -%% plik ten prezentuje u¿ycie fontów Antykwa Pó³tawskiego -%% w LaTeX2e. Dziêki makrom zdefiniowanym w pliku qxenc.def -%% (z pakietu ftp://ftp.gust.org.pl/language/polish/platex-1.2.1.zip) -%% mamy dostêp do wielu symboli -- patrz dalej przyk³ady w tym pliku. -%% (Marcin Woliñski, kwiecieñ 2001) -%% Uwaga: u/zycie kodowania QX wymaga zainstalowania font/ow Quasi Times - -\documentclass{article} -\usepackage{antpolt} -\usepackage[QX]{fontenc} -\usepackage{polski} - -\begin{document} -\parindent0pt -\fontsize{12dd}{16dd}\selectfont -\prefixing - -P/ojd/x ki/n/ze t/e chmurno/s/c w~g/l/ab flaszy. - -P/OJD/X KI/N/ZE T/E CHMURNO/S/C W~G/L/AB FLASZY. - -[(<<@>>,,0123456789''\&\#//=+*)] -- --- ,.;:!?<> fifka fi ff ffi fk - -\bigskip -{\itshape -P/ojd/x ki/n/ze t/e chmurno/s/c w~g/l/ab flaszy. - -P/OJD/X KI/N/ZE T/E CHMURNO/S/C W~G/L/AB FLASZY. - -[(<<@>>,,0123456789''\&\#//=+*)] -- --- ,.;:!?<> fifka fi ff ffi fk - -} -\bigskip - -{\bfseries -P/ojd/x ki/n/ze t/e chmurno/s/c w~g/l/ab flaszy. - -P/OJD/X KI/N/ZE T/E CHMURNO/S/C W~G/L/AB FLASZY. - -[(<<@>>,,0123456789''\&\#//=+*)] -- --- ,.;:!?<> fifka fi ff ffi fk - -\bigskip -\itshape -P/ojd/x ki/n/ze t/e chmurno/s/c w~g/l/ab flaszy. - -P/OJD/X KI/N/ZE T/E CHMURNO/S/C W~G/L/AB FLASZY. - -[(<<@>>,,0123456789''\&\#//=+*)] -- --- ,.;:!?<> fifka fi ff ffi fk - -} -\bigskip - -\nonprefixing -{\bf Pójd¼} {\it kiñ¿e} {\bf tê \em chmurno¶æ} \textbf{w~\emph{g³±b - \emph{flaszy}}}. - -Pójd¼ kiñ¿e tê chmurno¶æ w~g³±b flaszy. - -PÓJD¬ KIѯE TÊ CHMURNO¦Æ W~G£¡B FLASZY. - -\textit{Pójd¼ kiñ¿e tê chmurno¶æ w~g³±b flaszy.} - -\textit{PÓJD¬ KIѯE TÊ CHMURNO¦Æ W~G£¡B FLASZY.} - -%%== Symbole zaprocentowane poni¿ej s± niedostêpne w Antykwie Pó³tawskiego -%%== poniewa¿ zestaw znaków stanowi tylko podzbiór zestawu znaków QX - -%\textDelta -%\textbeta -%\textdelta -%\textpi -%\textPi -%\textSigma -%\textmu -%\textOmega - -\i\ -\. i -\j\ -\` x -\' x -\v x -\u x -\= x -% \macron x -\b x -\r x -\c x -\^ x -\. x -\H x -\~ x -\" x -\k x -\d x - -\ss\ -\ae\ -\oe\ -\o\ -\AE\ -\OE\ -\O\ -\k A -\' C -\k E -\k I -\L\ -\' N -\' S -\v S -\c S -\c T -\k U -\" Y -\' Z -\v Z -\. Z -\k a -\' c -\k e -\k i -\l\ -\' n -\' s -\v s -\c s -\c t -\k u -\" y -\' z -\v z -\. z -\` A -\' A -\^ A -\~ A -\" A -\AA\ -\c C -\` E -\' E -\^ E -\" E -\` I -\' I -\^ I -\" I -\DH\ -\DJ\ -\~ N -\` O -\' O -\^ O -\~ O -\" O -\` U -\' U -\^ U -\" U -\' Y -\TH\ -\` a -\' a -\^ a -\~ a -\" a -\aa\ -\r a -\c c -\` e -\' e -\^ e -\" e -\` i -\' i -\^ i -\" i -\dh\ -\dj\ -\~ n -\` o -\' o -\^ o -\~ o -\" o -\` u -\' u -\^ u -\" u -\' y -\th\ - -\textellipsis -\textquotedblright\ -\textdollar\ -\textquoteright\ -\textexclamdown\ -\textquestiondown\ -\textquotedblleft\ -\textquoteleft\ -\textendash\ -\textemdash\ -\textgreater\ -\textxgeq\ -%\textapprox\ -%\textapproxequal\ -\textless\ -\textxleq\ -\textasciitilde\ -\textasciicircum\ -%\textell\ -\dag\ -\textdagger\ -\ddag\ -\textdaggerdbl\ -\textdegree\ -\textbraceleft\ -\textbraceright\ -\textsection\ -\textregistered\ -\copyright\ -\textdiv\ -%\textdivide -\textminus\ -\texttimes\ -%%\textmultiply\ -\textpm -%%\textplusminus\ -%\textinfty\ -%%\textinfinity -\guillemotleft\ -\guillemotright\ -\textparagraph\ -\textbullet\ -%\textcdot\ -\textperiodcentered\ -\textquotedbl\ -\textquotesingle\ -\textbackslash\ -\textcurrency\ -\textperthousand\ -\textbar\ -\textunderscore\ -\textanglearc\ -\textdiameter\ -\quotedblbase - -\end{document} - Binary files /tmp/hvjTIsp08A/texlive-lang-2007.dfsg.4/texmf-dist/doc/fonts/burmese/burmguide.pdf and /tmp/ah2wg1Ygu3/texlive-lang-2009/texmf-dist/doc/fonts/burmese/burmguide.pdf differ diff -Nru texlive-lang-2007.dfsg.4/texmf-dist/doc/fonts/cb/README texlive-lang-2009/texmf-dist/doc/fonts/cb/README --- texlive-lang-2007.dfsg.4/texmf-dist/doc/fonts/cb/README 2006-01-09 00:43:17.000000000 +0000 +++ texlive-lang-2009/texmf-dist/doc/fonts/cb/README 1970-01-01 01:00:00.000000000 +0100 @@ -1,25 +0,0 @@ -Currently, for each driver file of the CB font family there is a corresponding -Type 1 font, which implies that PS/PDF files become too large when these -fonts are included. In addition, these fonts were created using a wrong -encoding vector and so the ToUnicode feature of PDF viewers does not -work properly when dealing with PDF files created with these fonts. To -overcome these problems, it was more than necessary to write down a proper -encoding vector and, consequently, to regenerate the basic CB fonts (i.e., -only the xxxx1000 fonts were generated). Clearly, this option makes things -a little bit difficult for people willing to write Greek since the old -font definition files expect various font sizes and not just one. Fortunately, -this problem disappears when the package type1ec is used. More specifically, -the following command should appear just after the \documentclass command: - -\usepackage[10pt]{type1ec} - -Certainly, there are plans to update the various font definition files, but -this will happen when the new (virtual) x7 fonts will be ready. - -Apostolos Syropoulos -Xanthi, Greece -8 July 2005 - -PS I would like to thank Werner Lemberg for his help and assistance. -PPS Comments and/or suggestions should be addressed to -apostolo@obelix.ee.duth.gr Binary files /tmp/hvjTIsp08A/texlive-lang-2007.dfsg.4/texmf-dist/doc/fonts/cbfonts/cbgreek.pdf and /tmp/ah2wg1Ygu3/texlive-lang-2009/texmf-dist/doc/fonts/cbfonts/cbgreek.pdf differ diff -Nru texlive-lang-2007.dfsg.4/texmf-dist/doc/fonts/cbfonts/cbgreek.tex texlive-lang-2009/texmf-dist/doc/fonts/cbfonts/cbgreek.tex --- texlive-lang-2007.dfsg.4/texmf-dist/doc/fonts/cbfonts/cbgreek.tex 1970-01-01 01:00:00.000000000 +0100 +++ texlive-lang-2009/texmf-dist/doc/fonts/cbfonts/cbgreek.tex 2008-06-13 19:41:46.000000000 +0100 @@ -0,0 +1,318 @@ +\documentclass{article} +\usepackage[greek,english]{babel} +\usepackage{mflogo} +\usepackage{graphicx} +\languageattribute{greek}{polutoniko} +\newcommand*\ctan{\textsc{ctan}} +\author{Claudio Beccari} +\title{The CB Greek fonts} +\date{1 January 2008} +\usepackage[T1]{fontenc} +\usepackage{lmodern} +\DeclareFixedFont{\Did}{LGR}{cmr}{m}{n}{10} +\newcommand*\uishape{\fontshape{ui}\selectfont} +\newcommand*\lishape{\fontshape{li}\selectfont} +\newcommand*\rsshape{\fontshape{rs}\selectfont} +\newcommand*\roshape{\fontshape{ro}\selectfont} +\newcommand*\ivshape{\fontshape{iv}\selectfont} +\newcommand*\uvshape{\fontshape{uv}\selectfont} +\newcommand*\cbtext{abgdezhjiklmnxoprstufqyws} +\newcommand*\cbtest[1][]{\foreignlanguage{greek}{#1\cbtext}} +\begin{document} +\maketitle +\begin{abstract} +This is the documentation accompanying a revision of the CB Greek fonts completed on the 1st January 2008. It comprises the instructions for installing the fonts and describes their various features. +\end{abstract} + +\section{Introduction} +The CB Greek fonts have been in free use by the \TeX\ community for years now; the bitmapped fonts were available by the end of the '90s, while the scalable Type~1 versions started to be available in 2002; some new fonts were added in the following years, but in 2005 a fundamental change was made: the Type~1 versions were reduced to the only size of 10\,pt, redone completely and associated to a correct encoding vector by Apostolos Syropoulos, who, in a sense, is a co-author of this collection of fonts. I wrote the \MF\ code; he and many other Greek users assisted me in the correction of errors or in a better rendering of specific glyphs. + +The whole work had started from the Greek fonts designed by Silvio Levy several years before; they are still available and can be found in the \ctan\ archives and are being maintained. + +When I started working on this project I wanted to create a full set of fonts that could match completely the EC Latin fonts; the latter had been available in the second half of the '90s, although only in bit map form. The need for Type~1 version did exist, but the tools to convert \MF\ fonts into Type~1 ones were still rudimentary, in spite of the hard work that many people had spent in creating them. In any case the collection of the CB fonts contained the three families (roman, sanserif, typewriter), two series (medium and bold extended) and four shapes (upright, slanted, italics, small caps) that were standard with \LaTeX\ at that time. During the creation of the font some requests were set forth, so that an outline family was added, the original ``italic'' shape was enriched with an alternative derived from the types used by the Teubner Typesetting Company of Lipsia; the slanted shape of the two italics was completed with the upright italics, and the small caps were duly completed with the bold versions. Of course also the corresponding fonts for the \texttt{slides} class were prepared. Eventually, for typesetting classical Greek philology works, another font was created, mainly for typesetting the metric schematic characteristics of ancient Greek poetry. + +The standard sizes for the text EC fonts were 5, 6, 7, 8, 9, 10, 10.95, 12, 14.4, 17.28, 20.74, 24.88, 29.86 and 35.83 points; while the standard sized for the slides fonts were 7, 8, 10, 12, 13.82, 16.59, 19.91, 23.89, 28.66, 34.4, 41.28 points. Combining all these sizes with the family, series and shape of the various fonts approximately 900 driver files were prepared and this distribution contains the corresponding \TeX\ metric files and the Type~1 renderings for a total of approximately 2800 files. + +When in 2005 the Type~1 fonts were reduced to the 10\,pt size only, the \ctan\ decided to keep the old version of the complete collection; for one reason or another, this statement remained true only for the \MF\ related material, but not for the Type~1 fonts. + +This redistribution of the full collection of fonts was redone completely from the original \MF\ sources, with no modifications or corrections whatsoever, but the \TeX\ metric files were redone with the latest distribution of \MF, and the Type~1 fonts were completely redone with modern means, and the encoding vector created by Apostolos Syropoulos was used as the internal encoding of these fonts. + +The initial version of the pfb files were obtained very laboriously by Apostolos by means of \textsf{TeX-trace}, the best tool that could be used at the beginning of this decade. Some of the fonts, added in a second time in 2004, were done with a new tool, \textsf{mftrace} by Han-Wen Nienhuys. Years ago also \textsf{mftrace} (at that time called \textsf{pktrace}) resorted to the same tracing algorithm used by \textsf{TeX-trace}, so that the results were absolutely comparable, but the amount of manual work was definitely smaller; nowadays \textsf{mftrace} resorts to a new tracing program, \textsf{potrace} by Peter Selinger; this new algorithm appears to be faster and to produce better outlines, at least to the point that the corresponding pfb files are some 10\% smaller than those obtained with \textsf{TeX-trace}. With the previous algorithm and with the actual one, \textsf{mftrace} can resort to the program \textsf{FontForge} by George Williams; this latter program can be used as a filter and can perform some postprocessing on the obtained fonts without triggering the GUI, but working in the background. + +The result is that with a proper script for generating the whole set of about 900 transformations from the \MF\ source to the final pfb files, the total amount of time I spent on my laptop was some 5h45min of unattended processing, while I was enjoying the 2007 New Year's Eve with my family and friends. + +\section{Installation} +I suggest you to install everything concerned with the CB Greek fonts into your local tree, unless your \TeX\ system comes with the fonts already installed. Evidently in this case you don't need to perform any installation. Nevertheless I suppose that the standard \TeX\ system distributions by default come only with the 10\,pt size; therefore if you put this complete installation into your personal or local tree, this becomes dominant with respect to the system tree and you need not worry about the distribution. + +\subsection{Discovering if the full installation is already installed} +In order to see if the full complete installation is alreeady on your system you can act in different ways, but I suggest you to do the following. + +Create yourself a small file such as this one: +\begin{verbatim} +% file test-cbgreek.tex +\documentclass[12pt]{article} +\usepackage[greek]{babel} +\usepackage[T1]{fontenc} +\begin{document} +Qa'ire! +\end{document} +\end{verbatim} +and run it through \textsf{pdflatex}; after the run, either in the suitable window of your GUI, or by opening the test-cbgreek.log file, examine if the 12\,pt font was chosen from the installed full collection or if, lacking this font, a bitmapped version has been created on the fly during the \textsf{pdflatex} run. In the latter case you are sure you installation is not the full one. + +Now try again by modifying and changing name to the above little file as such: +\begin{verbatim} +% file test-cbgreek10pt.tex <----- ! +\documentclass[12pt]{article} +\usepackage[greek]{babel} +\usepackage[T1]{fontenc} +\usepackage[10pt]{type1ec}% <----- add this line +\begin{document} +Qa'ire! +\end{document} +\end{verbatim} +If this time the final list of fonts embedded in the final pdf document lists the use of the font grmn1000.pfb, then your installation contains the reduced set of 10\,pt fonts and scales them to the typesetter's needs, to 12\,pt in our example. If the font list at the end of the log file still makes reference to the pk fonts with a font name such as grmn1200.600pk, then your installation contains the \MF\ machinery, but the Type~1 fonts are not installed or there is something missing in their configuration. If with either experiment you find out that your \TeX\ system installation does not contain the full CB Greek font collection, you need to install it. + +Nevertheless with the second experiment you know what you have to do in order to use only the reduced 10\,pt set; may be the kind of documents you write does not require a full installation; in case, the following subsection tells you what to do. + +By the way, the compiled pdf document should contain only the word \foreignlanguage{greek}{Qa'ire!} that, of course, means ``Hallo!'' + +\subsection{Installing the full collection} +\subsubsection{Copy the folders} +After decompressing the archive, action that I assume already done, otherwise you'd not be reading this document, copy the whole fonts folder to your local tree and the whole tex folder to your local tree. Copying means that you might need to point and drag the above folders in the root of your local tree; if the folders already exist your operating system should be smart enough not to make duplicates, but to ask you if you want to put the contents of the dragged folders into the already existing ones; possibly your operating system will ask you again such question, in case the sub folders already existed; possibly, if you repeat the whole operation without recalling that you already did it, the operating system should inform you that files with the same name already exist in the specified folders and if you want to replace them with the new ones. + +\subsubsection{Refresh the file name database} +As a second step you should refresh the file name data base; this operation is done differently in the various \TeX\ system distributions: +\begin{itemize} +\item With MiK\TeX\ on Windows platforms you have to click on Start, then MiKTeX, and then MiKTeX Options, and select the button labelled Refresh File Name Database. +\item On Linux and similar systems open the console and change directory to the root of your local/personal tree, very likely in \verb|~/texmf|. Then execute the command \verb|texhash ./| +\item On Mac OS X you don't need to do anything because your personal tree is rooted in your \verb|Library/texmf| folder, and everything in the \verb|Library| folder and its sub folders is automatically on the search path of every Mac application, at least of the \TeX\ system. +\end{itemize} + +\subsubsection{Create the maps} +The next step is required for using the Type~1 fonts and is very delicate; the details vary from one \TeX\ system distribution to another, but if you are willing to use the command line interface it should not be so difficult to do. + +\begin{enumerate} +\item Copy the \verb|updmap.cfg| file from the system tree branch \texttt{web2c} to a folder with the same name grafted the same position in your local/personal tree; +\item edit the copied file so as to change the \texttt{cbgreek.map} name to \texttt{cbgreek-full.map}; control that the line you modified does not contain any comment mark, that in that file is made up by the hash sign \texttt{\#}; the word \texttt{Map} or \texttt{Mixedmap} should be flush left; save the modified file; +\item from the same location run the program\footnote{With some systems you should prefix the command \texttt{updmap} with its full path, in case its folder is not on the search path for the operating system; on some systems \texttt{./} is redundant or must be changed into \texttt{.\char92}; if you know what operating system you are using and you know how to display the system path, you should not have any difficulty in adapting the following command to your particular situation.} +\begin{flushleft} +\verb+updmap --cnffile ./updmap.cfg+ +\end{flushleft} +\item While \verb|updmap| is doing its work, it will typeset everything it's doing on the screen and will finish informing you that a certain number of map files have been created. +\item Check the outcome of the above procedure by opening the newly created \texttt{pdftex.map} and search if it contains, say, the reference to the font \texttt{grmn1200.pfb}; +\item if it does, another run on the source file \texttt{test-cbgreek.tex} will confirm you that you have available the cbgreek fonts in all sizes and that you can correctly use them. If it does not, there is something wrong with your \TeX\ system distribution: may be an obsolete one? No problem; read the documentation that comes with it and do accordingly; probably you have simply to move the files around in other folders or your executable programs have different names. +\end{enumerate} + +\section{Customizations} +The font description files included in the local \texttt{tex/latex/cbgreek} folder allow to a certain number of customizations; may be in the future it will be available a \LaTeX\ extension file, say, \texttt{cbgreek.sty} to call with its options from the main \LaTeX\ source file of your document, so as to select which ``roman'' Greek font you want; you have the choice +\begin{enumerate} +\item between the traditional Didot Design \cbtest\ and the Greek fonts with ``roman'' serifs \cbtest[\rsshape]; +\item between the imitation of the Olga italics \cbtest[\itshape] or the Lipsian ``italics'' \cbtest[\lishape]; +\item between the standard sans serif \cbtest[\sffamily\itshape] and the variant \cbtest[\sffamily\ivshape]. +\end{enumerate} + +In order to chose the fonts you want to use, you should do the following: +\begin{enumerate} +\item if you like the serifed design more than the Didot design, select the \texttt{rs} shape for upright characters, and the \texttt{ro} shape for the oblique ones. +% +\item If you prefer the more compact Lipsian font to the Olga one, select the \texttt{li} shape; if you are going to use the TX fonts and/or the PX fonts together with the CB ones, you might prefer to use the bold series (b) instead of the bold extended one (bx) so that with fonts different from the EC ones the simple bold might be preferable; in this case select the \texttt{b} series. +% +\item If you prefer the `arched' epsilon \foreignlanguage{greek}{\sffamily\ivshape e} with sanserif italic fonts instead of the `curly' one \foreignlanguage{greek}{\sffamily\itshape e}, select the \texttt{iv} shape or the \texttt{uv} shape for the oblique or upright sanserif italics respectively. +% +\end{enumerate} + +I did not define any command for using the new shapes, but you would not have any difficulty to add in your preamble the two lines: +\begin{verbatim} +\newcommand*{\uishape}{\fontshape{ui}\selectfont} +\DeclareTextFontCommand{\textui}{\uishape} +\end{verbatim} +so as to be able to use the declaration \verb|\uishape| or the text command \verb|\textui| the same as you would use the declaration \verb|\itshape| or the text command \verb|\textit|. You can do the same for selecting the other new shapes concerning the serifed fonts, or the Lipsian italics, or the sanserif variants mentioned above. + +But I prepared also the font definition files for using the CB Greek fonts together with the Latin Modern ones. The new shapes are defined in those files; the new commands you defined for your benefit work also when the LM fonts are used for the Latin script. In facts the selection of the Greek alphabet takes place just by changing the font encoding, not the other font characteristics; nevertheless use always high level commands for changing fonts, and never use the real low level family names because the CM/EC family names are different from those pertaining to the LM fonts. In other words do not use \verb|\fontfamily{cmr}\selectfont| for selecting the roman fonts, but use \verb|\rmfamily|, and do the same for the other families. For selecting the outline family use \verb|\outlfamily|. + +Pay attention to the fact that the LM fonts use some families, series and shapes that are missing from the EC collection, so that if your default series and shape is missing from the CB fonts, sometimes it gets substituted with something else, and sometimes it gets substituted with the default font, which might even be the usual roman medium upright font; you get messages in the log file, though. At the same time the LM fonts do not contain certain series and shapes that are present in the CB fonts; therefore the available Greek fonts are used, instead of substituting them as it is done with the Latin ones. + +\section{Special Greek symbols} +The CB Greek fonts are completed with several different symbols; some of them are used for the Greek numerals; if you want to use the Acrophonic Attic numerals you have to use the \texttt{athnum.sty} package. Otherwise the \texttt{greek} option to the \textsf{babel} package contains all the commands for generating the required symbols; the package contains also a couple of macros for rendering the common decimal integer numbers into the corresponding Greek numerals written with the common alphabet enriched with the symbols `stigma', `qoppa' and `sampi'; the Greek date can be obtained with the specific command \verb|\Grtoday|, and today's date is \foreignlanguage{greek}{\Grtoday}, while the usual modern date is typeset as \foreignlanguage{greek}{\dategreek\today}. + +If you are using some implementation of the Latin keyboard, remember that the Greek letters are obtained by striking the similar Latin keys; `similar' is either by sound or by shape; just a couple of letters have a Latin counterpart chosen among the available free Latin keys; refer yourself to table~\ref{tab:transcod} for your convenience. + +\begin{table}\let\D\Did\tabcolsep 4.25pt +\makebox[\textwidth]{% +\begin{tabular}{*{25}c}\hline +\D a & \D b & \D g & \D d & \D e & \D z & \D h & \D j & \D i & \D k & \D l & \D m & \D n & \D x & \D o & \D p & \D r & \D s & \D sv & \D t & \D u & \D f & \D q & \D y & \D w \\ +a & b & g & d & e & z & h & j & i & k & l & m & n & x & o & p & r & s & s & t & u & f & q & y & w \\\hline +\end{tabular}} +\caption{Correspondence between the Latin keys and the Greek letters}\label{tab:transcod} +\end{table} + +Notice, though, that the final sigma {\Did s} comes out by itself, thanks to the font ligature and kerning table; this means that when the latin `s' is followed by anything different from a letter, which means that the word is finished, the font automatically turns the {\Did sv} into a {\Did s}. This mechanism is so `sticky' that it becomes difficult to type ans isolated {\Did sv}; in order to do so it is necessary to hide the end of the word to the ligature mechanism, and this is done thanks to a letter-strut; in other words the Latin key `v' inserts an invisible strut, the height of a lower case letter without ascenders, but with the category code of a letter. So if you type `\texttt{sv}', the Latin letter `s' is followed by another letter, that does not show on paper or on screen, therefore the `s' is not at the end of a word. At the same time if you are used to type `c' for inputting the final sigma, you can continue to do so: \texttt{l'ogoc} and \texttt{l'ogos} both produce \foreignlanguage{greek}{l'ogos}. + +For what concerns the numerous diacritical signs used in Greek, remember that if you do not specify the attribute `polutoniko' to the Greek language, you intend to typeset your input with the `monotoniko' spelling, and is up to you to avoid rough and smooth spirits (breadths), graves, and circumflexes, but you should stick to the acute accent and the diaeresis. If you want to write polutoniko, you have to specify it with +\begin{verbatim} +\usepackage[...,greek,...]{babel} +\languageattribute{greek}{polutoniko} +\end{verbatim} +With this specification all the signs listed in table~\ref{tab:diacr} can be used for inputting the diacritical signs, even the \verb|~|, that, therefore, can't be used any more as a tie command as in ordinary \LaTeX. The diacritical signs are input in any order, except the subscribed iota, but always before the letter they accompany; \verb+~>a|+ and \verb+>~a|+ both yield \foreignlanguage{greek}{~>a|}; \verb| & \D < & \D "v & \D ~v & \D ' & \D ` & \D | \\ +\t > & \t < & \t " & \t \char126 & \t ' & \t ` & \t | \\\hline +\end{tabular} +\caption{Diacritical signs and Latin keystrokes}\label{tab:diacr} +\end{table} + + +It's necessary to pay attention to the diaeresis sign; it behaves as a diaeresis only if it is followed by a letter; it behaves as an apostrophe if it is after the end of a word; the normal apostrophe key is already used for the acute accent. At the same time when spelling monotoniko you have to type in \verb|a"'ulos| for typing \foreignlanguage{greek}{a"'ulos}, but you can type in \verb|>a'ulos| in polutoniko to get \foreignlanguage{greek}{>a'ulos} (although modern Greeks, even when spelling polutoniko, often use a redundant diaeresis: \verb|>a"'ulos| and get \foreignlanguage{greek}{>a"'ulos} in order to emphasize the hiatus). + +Punctuation marks are the usual ones even if they might appear differently; see table~\ref{tab:punct}. Please notice the apostrophe can be obtained both with the double straight quotes and with two single apostrophe signs; the Greek quotation marks, similar to the French `guillemets', are obtained with a ligature of two similar parentheses. + +\begin{table}[htb]\let\D\Did\let\t\ttfamily +\centering +\begin{tabular}{*{14}c}\hline +\D , & \D . & \D ; & \D : & \D ! & \D ? & \D -- & \D --- & \D " & \D '' & \D ( & \D ) & \D (( & \D )) \\ +\t , & \t . & \t ; & \t : & \t ! & \t ? & \t -{}- & \t -{}-{}- & \t " & \t '' & \t ( & \t ) & \t (( & \t )) \\\hline +\end{tabular} +\caption{Punctuation signs and Latin keystrokes}\label{tab:punct} +\end{table} + +\section{Extensions} +The package \textsf{teubner} greatly extends the facilities offered by the CB Greek fonts; it replaces the italics shape with the Lipsian one, but more evidently defines a myriad of new commands to perform the most unusual operations, such as to put or stack accents on any letter, invoke with explicit commands the accented characters, which helps very much in the quality of kerning; matter of fact the ligature mechanism works only on two consecutive signs and this inhibits proper kerning with letters that came before the ligature was concerned. A postfixed scheme of accents (instead of prefixed ones) would eliminate this `feature', but it would introduce other ones. At the same time the commands used in \texttt{teubner} allow to address directly the specific accented glyphs so that the kerning mechanism can work without problems. + +The documentation of the package is quite ample, considering also the various new environments for setting the rhythmic schemes of classical Greek poetry. + +\begin{figure}\centering +\makebox[\textwidth]{\includegraphics{grmn1000table}} +\caption{The layout of the textual CB Greek fonts}\label{fig:grmn} +\end{figure} + +\section{Known bugs and features} +I admit that when I wrote the macros that make the CB Greek fonts usable I believed that I could get along without caring of other packages. This was an evident mistake, and while I keep maintaining the fonts and the \textsf{teubner} package, I try to overcome the incompatibilities that are gradually showing up. + +Certainly the clash between the \verb|\digamma| command of \textsf{amsmath} and friends with the homonymous command of the Greek language, did show itself from the very beginning, when Apostolos did prepared the \textsf{babel} language description file for the Greek language; since the early tests, it was evident it was necessary to define different commands. In facts for using the lower and upper case digamma signs in Greek, \foreignlanguage{greek}{\ddigamma, \Digamma}, it is necessary to use respectively the commands \verb|\ddigamma|, and \verb|\Digamma|, none of which clashes with \textsf{amsmath} and friends. The \textsf{teubner} package adds \verb|\f| and \verb|\F|. + +Unfortunately the \textsf{teubner} package introduces several other clashes with the commands defined in \textsf{amsmath} and friends; work is in progress in order to spot them and find suitable corrections. + +Users are therefore kindly requested to inform me about such clashes and/or clashes with other packages; if possible they should accompany their bug notification with a minimal example and/or, if they discovered the cause, the description of the cause of the clash. Please refer to my home e-mail address: +\begin{quote}\ttfamily +claudio dot beccari at alice dot it +\end{quote} + +\section{The fonts} +Table~\ref{fig:grmn} shows the layout of the normal text Greek font inspired by the Didot design; most of the glyphs were designed by Silvio Levy, but all of them were revised; in particular the ligature mechanism with the two species of sigmas were completely redone, so as to have many more slots for accented characters. + +Table~\ref{tab:famsersha} displays the families series and shapes available with the CB Greek fonts. It's worth noting that all families have some series and/or shapes that are absent into the regular EC fonts. On the opposite there are some series and/or shapes missing from the LM fonts; the latter contain for example the slanted version of the caps and small caps, but, at the moment they do not contain the bold caps and small caps. The LM fonts contain also some demi bold condensed versions that here are available only for the Lipsian shape. + +The user should not worry too much about these inconsistencies, in the sense that if s/he asks for a missing shape or series, the typesetting engine will inform him/her in the log file of what is missing and what it has been substituted. In spite of these deficiencies, the user may keep in mind that the EC, LM and CB collections contain more families, series and shapes that most commercial fonts. For what concerns the CB fonts, it is not unlikely that new series and shapes will be designed in the future; for the moment it is necessary to do with what is available now, which is satisfactory for most typesetting works. + + +\begin{table}[htb] +\def\R#1{\rotatebox{90}{#1}} +\def\V{\rule{0pt}{2.5ex}} +\centering +\begin{tabular}{rccccccc} + & \R{regular} & \R{outline} & \R{sanserif} & \R{typewriter} & \R{slides proportional} & \R{slides monospaced} & \R{metrae} \\\hline +upright shape\V & m, bx & m, bx & m, bx & m & & & m \\ +slanted shape & m, bx & m, bx & m, bx & m & & & \\ +upright serifed shape & m, bx & & & & & & \\ +slanted serifed shape & m, bx & & & & & & \\ +italics shape & m, bx & m, bx & m, bx & m & & & \\ +Lipsian italic shape & m, b, bx & & & & & & \\ +upright italics shape & m, bx & m, bx & m, bx & m & & & \\ +italics variant & & & m, bx & & & & \\ +upright italics variant & & & m, bx & & & & \\ +small caps shape & m, bx & m, bx & m, bx & m & & & \\ +visible & & & & & m, bx & m & \\ +invisible & & & & & m, bx & m & \\ +visible & & & & & & & \\ +invisible & & & & & & & \\\hline +\end{tabular} + +\caption[Families, series and shapes available with the CB Greek fonts]{Families, series and shapes available with the CB Greek fonts. Each table slot contains the symbols for `medium', `bold', and `bold extended' when they are available for that particular family and shape that label the respective rows and columns.}\label{tab:famsersha} +\end{table} + +\section{Legalese} +This work may be distributed and/or modified under the conditions of +the \LaTeX\ Project Public License, either version 1.3 of this license or +(at your option) any later version. The latest version of this license +is in \begin{quote} +\texttt{http://www.latex-project.org/lppl.txt} \end{quote} +and version 1.3 or later is +part of all distributions of \LaTeX\ version 2003/12/01 or later. + +This work is made up of the map file \texttt{cbgreek-full.map}; of 1034 \MF\ source files individually labelled as belonging to the CB Greek font collection; of 944 \TeX\ metric files derived from the \MF\ sources; of 944 type~1 font files in pfb format; of this file \texttt{cbgreek.pdf} you are presently reading, together with its source file \texttt{cbgreek.tex} and the included graphics file \texttt{grmn1000table.pdf}; of the font description files that match those of the T1 encoded LM fonts. + +The encoding file CB.enc was prepared by Apostolos Syropoulos for his rendering in pfb format of my \MF\ fonts at the only size of 10\,pt. I modified a little the file comments related to some particular CB glyphs or certain specific positions of the CB fonts, but the substance is by Apostolos. The font description files whose names start with \texttt{lgrcm} or \texttt{lgrlcm} are distributed with \textsf{babel} and were originally prepared by Apostolos Syropoulos, before Johannes Braams verified them and included them into his bundle. I modified the \texttt{lgrcmr.fd} and \texttt{lgrcmss.fd} font description files in order to accommodate the new shapes\footnote{By the way, the original \texttt{fd} files contain a warning that modifications can be made bat the modified files cannot be distributed with the same name. This warning applies to all files distributed with the \textsf{babel} bundle, but this restriction cannot be applied to the \texttt{fd} files, because their name \emph{has to be} built up with the agglutination of the encoding and the family names.}. + +The copyright of the source \MF\ files is mine, but without the support of Apostolos Syropoulos I would have done nothing; much of what I put in the source files derives from Apostolos; I therefore hereby declare that he shares with me all the rights of the copyright holder. + +\section{Acknowledgments} +I have to thank many people and I can't list all of them here, but some +are so important that I have to specify: + +Silvio Levy produced the first Greek font files I started with; if I had +to start from scratch my fonts wouldn't even exist. + +Yannis Haralambous wrote other \MF\ files after those of Levy; I got +suggestions also from Yannis files. He gave me also very fine advice and +suggestions, for which I thank him in a special way. + +Jorge Knappen produced the EC fonts from which I got the whole idea of +extending that approach to the Greek fonts; for compatibility reasons, +therefore, I extracted his METAFONT interpolation routines from his +files and put them in the file cbspline.mf; the merit of generating +fonts of any size between 5pt and 99.99pt comes directly from Jorge. + +Apostolos Syropoulos, the president of the Hellenic Association of the +Friends of \TeX, assisted me with patience and countless suggestions, +criticism and time spent in testing the various versions of the fonts. +He also was the first one who dared using my fonts, and, he told me, he +started with the slides for a speech he gave some years ago, when no +other Greek slide fonts were available. He also wrote the experimental +versions of the \textsf{babel} extensions for the Greek language and defined the +font definition files that go with version 3.7 of \textsf{babel}. + +Dimitri Filippou tested my fonts and sent me a conspicuous number of +suggestions and criticism for which I thank him very much. He also +"forced" me to produce the Lipsian Greek fonts; he cooperated in this +task revising the different glyphs several times; he spent a lot of time +helping me with these fonts; without his help the Lipsian fonts would not +exist. Later on he helped me with the revision of the sans serif fonts +and revised every single lower case glyph in this family. Again a lot of +thanks. + +The many unknown Hellenic Friends of \TeX\ who, with the intermediation of +Apostolos, let me know the bugs of the \MF\ code I wrote, so that I +could correct it and possibly eliminate some of those bugs. + +\enlargethispage*{3\baselineskip} +\section{Maintainance} +I intend to maintain the work, although, when I redid this transformation, +I discovered so many imperfections in the smaller optical sizes, that possibly I +have to start from scratch. + +\bigskip + +\noindent +4 January 2008\hfill Claudio Beccari + +\end{document} + +\noindent\cbtest[\uishape]\\ +\cbtest[\lishape] \cbtest[\fontseries{b}\lishape] \cbtest[\fontseries{bx}\lishape] \\ +\cbtest[\rsshape]\\ +\cbtest[\roshape]\\ +\sffamily +\cbtest[\uishape]\\ +\cbtest[\ivshape]\\ +\cbtest[\uvshape] + + + + + + + Binary files /tmp/hvjTIsp08A/texlive-lang-2007.dfsg.4/texmf-dist/doc/fonts/cbfonts/grmn1000table.pdf and /tmp/ah2wg1Ygu3/texlive-lang-2009/texmf-dist/doc/fonts/cbfonts/grmn1000table.pdf differ diff -Nru texlive-lang-2007.dfsg.4/texmf-dist/doc/fonts/cbfonts/README texlive-lang-2009/texmf-dist/doc/fonts/cbfonts/README --- texlive-lang-2007.dfsg.4/texmf-dist/doc/fonts/cbfonts/README 1970-01-01 01:00:00.000000000 +0100 +++ texlive-lang-2009/texmf-dist/doc/fonts/cbfonts/README 2008-06-13 19:41:46.000000000 +0100 @@ -0,0 +1,35 @@ +The full collection of the CBgreek fonts is now remade with the correct +encoding and a better tracing routine. The collection is completed with +new font description files that allow to use the families, shapes and +series that are available with this full collection; it is completed +also with the new font description files necessary to use them together +with the Latin Modern fonts. + +Claudio Beccari -- January 16, 2008 + +------------------------------------------------------------------------ + +This is the /fonts/language/greek/cb/ collection that was included in +the 2004 CTAN snapshot. It includes a wide range of sizes. + +The current cb fonts distribution on CTAN, created by Apostolos, uses a +new encoding vector and has improved Type 1 files, but is available only +at 10pt (hint: \usepackage[10pt]{type1ec}). Therefore we provide the full +original collection in this separate location. + +Claudio Beccari & Karl Berry -- December 30, 2007 + +------------------------------------------------------------------------- + +The METAFONT files have been created by Claudio Beccari who is also +the maintainer of the these files. The Type 1 fonts have been mechanically +generated form the METAFONT sources by using TeXtrace (by P\'eter Szab\'o) +and PfaEdit (by George Williams). The generation process is described in an +article that will appear on Eutupon (the official newsletter of the Greek +TeX Friends group--http://obelix.ee.duth.gr/eft). + +December 4, 2002 +Xanthi, Greece + +Apostolos Syropoulos +apostolo@ocean1.ee.duth.gr diff -Nru texlive-lang-2007.dfsg.4/texmf-dist/doc/fonts/cc-pl/00readme texlive-lang-2009/texmf-dist/doc/fonts/cc-pl/00readme --- texlive-lang-2007.dfsg.4/texmf-dist/doc/fonts/cc-pl/00readme 2006-01-09 00:47:01.000000000 +0000 +++ texlive-lang-2009/texmf-dist/doc/fonts/cc-pl/00readme 1970-01-01 01:00:00.000000000 +0100 @@ -1,49 +0,0 @@ -Polish | English ---------------------------------------------------------------------------- -AUTORZY WERSJI POLSKIEJ | AUTHORS OF POLISH COMPUTER CONCRETE -COMPUTER CONCRETE (PC): | VERSION (PC): - Bogus\l{}aw Jackowski i Marek Ry\'cko ---------------------------------------------------------------------------- -Pliki stanowiace zrodlo polskiej | The files: -wersji rodziny fontow Computer | -Concrete, tzn.: | - - FIC_MIC.MF, PCMI10.MF, PCR10.MF, PCR5.MF, PCR6.MF, PCR7.MF, - PCR8.MF, PCR9.MF, PCSL10.MF, PCSLC9.MF, PCTI10.MF oraz PCCSC10.MF - -sa dobrem wspolnym na takiej | are the Polish version of Computer -zasadzie jak fonty PL (polska | Concrete and belong to the public -wersja rodziny Computer Modern) | domain under conditions similar --- p. odnosna dokumentacja dolaczona | to those of D. E. Knuth specified for -do pakietu MeX (pliki MEXINFO.POL | the Computer Modern family of fonts. -i MEXINFO.ENG). W szczegolnosci moga | In particular, only the authors -byc przekazywane jedynie w calosci | are entitled to modify this file. -i niezmienione, a do zmian uprawnieni| -sa wylacznie autorzy. | - | -Do wygenerowania fontow za pomoca | In order to generate the Polish -METAFONT-a potrzebne sa programy | version of Computer Concrete fonts -METAFONT-owe znajdujace sie | using METAFONT, appropriate METAFONT -w pakiecie MeX. | files from the MeX package are - | necessary; see the files MEXINFO.POL - | and/or MEXINFO.ENG. - CTAN://language/polish/mex105.zip -lub | or - CTAN://language/polish/pl-mf.zip -Niezbedne sa zrodla oryginalnych | The original Computer Concrete -fontow Computer Concrete | source files are necessary - CTAN://fonts/concrete/ ---------------------------------------------------------------------------- - HISTORIA | HISTORY - | -Wer. 1.00 (dokladnej daty nie ma) | Ver. 1.00 (exact date not fixed) - | -Wer. 1.01 (18.XII.1992) | Ver. 1.01 (18 Dec 1992) -Modyfikacja pliku FIC_MIC.MF | Modification of the file FIC_MIC.MF -zgodna ze zmianami w fontach PL | in accordance with changes in PL -(plik FIK_MIK.MF) | fonts (file FIK_MIK.MF) - | -Wer. 1.02 (9.VI.1998) | Ver. 1.02 (9 Jun 1998) -Dodany brakujacy font pcsl10.mf | Missing pcsl10.mf added ---------------------------------------------------------------------------- - diff -Nru texlive-lang-2007.dfsg.4/texmf-dist/doc/fonts/cc-pl/README texlive-lang-2009/texmf-dist/doc/fonts/cc-pl/README --- texlive-lang-2007.dfsg.4/texmf-dist/doc/fonts/cc-pl/README 2006-01-09 00:47:01.000000000 +0000 +++ texlive-lang-2009/texmf-dist/doc/fonts/cc-pl/README 1970-01-01 01:00:00.000000000 +0100 @@ -1,20 +0,0 @@ -Polskie rozszerzenie fontów Computer Concrete w formacie Type 1. -Fonty zosta³y wygenerowane przez program pktrace (autor: -Han-Wen Nienhuys) z bitmap utworzonych przez MetaFonta w oparciu -o oryginalne ¼rod³a prof. D. E. Knutha i rozszerzenia -z pakietu cc-pl (Bogus³aw Jackowski i Marek Ryæko). - -Polish version of Computer Concrete in Adobe Type 1 format. -The fonts were produced with pktrace (by Han-Wen Nienhuys) -using original bitmaps produced by MetaFont with D. E. Knuth's -original .mf sources and extensions from cc-pl package -(Bogus\law Jackowski and Marek Ry\'cko). - -License -------- -This package may be distributed under the terms of the LaTeX Project -Public License, as described in lppl.txt in the base LaTeX -distribution. Either version 1.0 or, at your option, any later -version. - -(c) January 2002 by W\l{}odek Bzyl diff -Nru texlive-lang-2007.dfsg.4/texmf-dist/doc/fonts/cc-pl/README.cc-pl texlive-lang-2009/texmf-dist/doc/fonts/cc-pl/README.cc-pl --- texlive-lang-2007.dfsg.4/texmf-dist/doc/fonts/cc-pl/README.cc-pl 1970-01-01 01:00:00.000000000 +0100 +++ texlive-lang-2009/texmf-dist/doc/fonts/cc-pl/README.cc-pl 2009-04-15 19:29:07.000000000 +0100 @@ -0,0 +1,57 @@ +Polish | English +--------------------------------------------------------------------------- +AUTORZY WERSJI POLSKIEJ | AUTHORS OF POLISH COMPUTER CONCRETE +COMPUTER CONCRETE (PC): | VERSION (PC): + Bogus\l{}aw Jackowski i Marek Ry\'cko +Wersja Type1 wygenerowana programem | Type1 version produced by pktrace: +pktrace: + W\l{}odek Bzyl +--------------------------------------------------------------------------- +Pliki stanowiace zrodlo polskiej | The source files: +wersji rodziny fontow Computer | +Concrete, tzn.: | + + FIC_MIC.MF, PCMI10.MF, PCR10.MF, PCR5.MF, PCR6.MF, PCR7.MF, + PCR8.MF, PCR9.MF, PCSL10.MF, PCSLC9.MF, PCTI10.MF oraz PCCSC10.MF + +sa dobrem wspolnym na takiej | are the Polish version of Computer +zasadzie jak fonty PL (polska | Concrete and belong to the public +wersja rodziny Computer Modern) | domain under conditions similar +-- p. odnosna dokumentacja dolaczona | to those of D. E. Knuth specified for +do pakietu MeX (pliki MEXINFO.POL | the Computer Modern family of fonts. +i MEXINFO.ENG). W szczegolnosci moga | In particular, only the authors +byc przekazywane jedynie w calosci | are entitled to modify this file. +i niezmienione, a do zmian uprawnieni| +sa wylacznie autorzy. | + | +Do wygenerowania fontow za pomoca | In order to generate the Polish +METAFONT-a potrzebne sa programy | version of Computer Concrete fonts +METAFONT-owe znajdujace sie | using METAFONT, appropriate METAFONT +w pakiecie MeX. | files from the MeX package are + | necessary; see the files MEXINFO.POL + | and/or MEXINFO.ENG. + CTAN://language/polish/mex105.zip +lub | or + CTAN://language/polish/pl-mf.zip +Niezbedne sa zrodla oryginalnych | The original Computer Concrete +fontow Computer Concrete | source files are necessary + CTAN://fonts/concrete/ +--------------------------------------------------------------------------- + HISTORIA | HISTORY + | +Wer. 1.00 (dokladnej daty nie ma) | Ver. 1.00 (exact date not fixed) + | +Wer. 1.01 (18.XII.1992) | Ver. 1.01 (18 Dec 1992) +Modyfikacja pliku FIC_MIC.MF | Modification of the file FIC_MIC.MF +zgodna ze zmianami w fontach PL | in accordance with changes in PL +(plik FIK_MIK.MF) | fonts (file FIK_MIK.MF) + | +Wer. 1.02 (9.VI.1998) | Ver. 1.02 (9 Jun 1998) +Dodany brakujacy font pcsl10.mf | Missing pcsl10.mf added + +Wer. 1.02.1 (29.XI.2002) | Ver. 1.02.1 (29 Nov 2002) +Dodany brakujacy plik pcmi10.tfm | Missing pcmi10.tfm added + +Wer. 1.02.2 (10.04.2009) | ver. 1.02.2 (10 Apr 2009) +dolaczono skorygowane fonty Type1 | Merged with corrected Type1 fonts +--------------------------------------------------------------------------- Binary files /tmp/hvjTIsp08A/texlive-lang-2007.dfsg.4/texmf-dist/doc/fonts/cjhebrew/manual.pdf and /tmp/ah2wg1Ygu3/texlive-lang-2009/texmf-dist/doc/fonts/cjhebrew/manual.pdf differ diff -Nru texlive-lang-2007.dfsg.4/texmf-dist/doc/fonts/cmcyr/cmalt texlive-lang-2009/texmf-dist/doc/fonts/cmcyr/cmalt --- texlive-lang-2007.dfsg.4/texmf-dist/doc/fonts/cmcyr/cmalt 1970-01-01 01:00:00.000000000 +0100 +++ texlive-lang-2009/texmf-dist/doc/fonts/cmcyr/cmalt 2008-06-16 19:18:51.000000000 +0100 @@ -0,0 +1 @@ +0 0 128 % copy all 128 characters diff -Nru texlive-lang-2007.dfsg.4/texmf-dist/doc/fonts/cmcyr/cmalte texlive-lang-2009/texmf-dist/doc/fonts/cmcyr/cmalte --- texlive-lang-2007.dfsg.4/texmf-dist/doc/fonts/cmcyr/cmalte 1970-01-01 01:00:00.000000000 +0100 +++ texlive-lang-2009/texmf-dist/doc/fonts/cmcyr/cmalte 2008-06-16 19:18:51.000000000 +0100 @@ -0,0 +1,5 @@ +0 0 60 % copy upto "<" char +60 254 1 % save this character +61 61 1 % copy one char +62 255 1 % save this character +63 63 65 % copy the rest just after ">" char diff -Nru texlive-lang-2007.dfsg.4/texmf-dist/doc/fonts/cmcyr/cmiso texlive-lang-2009/texmf-dist/doc/fonts/cmcyr/cmiso --- texlive-lang-2007.dfsg.4/texmf-dist/doc/fonts/cmcyr/cmiso 1970-01-01 01:00:00.000000000 +0100 +++ texlive-lang-2009/texmf-dist/doc/fonts/cmcyr/cmiso 2008-06-16 19:18:51.000000000 +0100 @@ -0,0 +1 @@ +0 0 128 % copy all 128 characters diff -Nru texlive-lang-2007.dfsg.4/texmf-dist/doc/fonts/cmcyr/cmisoe texlive-lang-2009/texmf-dist/doc/fonts/cmcyr/cmisoe --- texlive-lang-2007.dfsg.4/texmf-dist/doc/fonts/cmcyr/cmisoe 1970-01-01 01:00:00.000000000 +0100 +++ texlive-lang-2009/texmf-dist/doc/fonts/cmcyr/cmisoe 2008-06-16 19:18:51.000000000 +0100 @@ -0,0 +1,5 @@ +0 0 60 % copy upto "<" char +60 128 1 % save this character +61 61 1 % copy one char +62 129 1 % save this character +63 63 65 % copy the rest just after ">" char diff -Nru texlive-lang-2007.dfsg.4/texmf-dist/doc/fonts/cmcyr/cmkde texlive-lang-2009/texmf-dist/doc/fonts/cmcyr/cmkde --- texlive-lang-2007.dfsg.4/texmf-dist/doc/fonts/cmcyr/cmkde 1970-01-01 01:00:00.000000000 +0100 +++ texlive-lang-2009/texmf-dist/doc/fonts/cmcyr/cmkde 2008-06-16 19:18:51.000000000 +0100 @@ -0,0 +1 @@ +0 0 128 % copy all 128 characters diff -Nru texlive-lang-2007.dfsg.4/texmf-dist/doc/fonts/cmcyr/cmkdee texlive-lang-2009/texmf-dist/doc/fonts/cmcyr/cmkdee --- texlive-lang-2007.dfsg.4/texmf-dist/doc/fonts/cmcyr/cmkdee 1970-01-01 01:00:00.000000000 +0100 +++ texlive-lang-2009/texmf-dist/doc/fonts/cmcyr/cmkdee 2008-06-16 19:18:51.000000000 +0100 @@ -0,0 +1,5 @@ +0 0 60 % copy upto "<" char +60 128 1 % save this character +61 61 1 % copy one char +62 129 1 % save this character +63 63 65 % copy the rest just after ">" char diff -Nru texlive-lang-2007.dfsg.4/texmf-dist/doc/fonts/cmcyr/cmkoi8 texlive-lang-2009/texmf-dist/doc/fonts/cmcyr/cmkoi8 --- texlive-lang-2007.dfsg.4/texmf-dist/doc/fonts/cmcyr/cmkoi8 1970-01-01 01:00:00.000000000 +0100 +++ texlive-lang-2009/texmf-dist/doc/fonts/cmcyr/cmkoi8 2008-06-16 19:18:51.000000000 +0100 @@ -0,0 +1 @@ +0 0 128 % copy all 128 characters diff -Nru texlive-lang-2007.dfsg.4/texmf-dist/doc/fonts/cmcyr/cmkoi8e texlive-lang-2009/texmf-dist/doc/fonts/cmcyr/cmkoi8e --- texlive-lang-2007.dfsg.4/texmf-dist/doc/fonts/cmcyr/cmkoi8e 1970-01-01 01:00:00.000000000 +0100 +++ texlive-lang-2009/texmf-dist/doc/fonts/cmcyr/cmkoi8e 2008-06-16 19:18:51.000000000 +0100 @@ -0,0 +1,5 @@ +0 0 60 % copy upto "<" char +60 128 1 % save this character +61 61 1 % copy one char +62 129 1 % save this character +63 63 65 % copy the rest just after ">" char diff -Nru texlive-lang-2007.dfsg.4/texmf-dist/doc/fonts/cmcyr/cmwin texlive-lang-2009/texmf-dist/doc/fonts/cmcyr/cmwin --- texlive-lang-2007.dfsg.4/texmf-dist/doc/fonts/cmcyr/cmwin 1970-01-01 01:00:00.000000000 +0100 +++ texlive-lang-2009/texmf-dist/doc/fonts/cmcyr/cmwin 2008-06-16 19:18:51.000000000 +0100 @@ -0,0 +1 @@ +0 0 128 % copy all 128 characters diff -Nru texlive-lang-2007.dfsg.4/texmf-dist/doc/fonts/cmcyr/cmwine texlive-lang-2009/texmf-dist/doc/fonts/cmcyr/cmwine --- texlive-lang-2007.dfsg.4/texmf-dist/doc/fonts/cmcyr/cmwine 1970-01-01 01:00:00.000000000 +0100 +++ texlive-lang-2009/texmf-dist/doc/fonts/cmcyr/cmwine 2008-06-16 19:18:51.000000000 +0100 @@ -0,0 +1,5 @@ +0 0 60 % copy upto "<" char +60 171 1 % save this character +61 61 1 % copy one char +62 187 1 % save this character +63 63 65 % copy the rest just after ">" char diff -Nru texlive-lang-2007.dfsg.4/texmf-dist/doc/fonts/cmcyr/coding.bak texlive-lang-2009/texmf-dist/doc/fonts/cmcyr/coding.bak --- texlive-lang-2007.dfsg.4/texmf-dist/doc/fonts/cmcyr/coding.bak 1970-01-01 01:00:00.000000000 +0100 +++ texlive-lang-2009/texmf-dist/doc/fonts/cmcyr/coding.bak 2008-06-16 19:18:51.000000000 +0100 @@ -0,0 +1,69 @@ +% that coding is KOI-8 + +CYR_a := oct"101"; +CYR_be := oct"102"; +CYR_ve := oct"127"; +CYR_ghe := oct"107"; +CYR_de := oct"104"; +CYR_ie := oct"105"; +CYR_yo := oct"74"; +CYR_zhe := oct"126"; +CYR_ze := oct"132"; +CYR_i := oct"111"; +CYR_short_i := oct"112"; +CYR_ka := oct"113"; +CYR_el := oct"114"; +CYR_em := oct"115"; +CYR_en := oct"116"; +CYR_o := oct"117"; +CYR_pe := oct"120"; +CYR_er := oct"122"; +CYR_es := oct"123"; +CYR_te := oct"124"; +CYR_u := oct"125"; +CYR_ef := oct"106"; +CYR_ha := oct"110"; +CYR_tse := oct"103"; +CYR_che := oct"136"; +CYR_sha := oct"133"; +CYR_shcha := oct"135"; +CYR_hard_sign := oct"137"; +CYR_yeru := oct"131"; +CYR_soft_sign := oct"130"; +CYR_e := oct"134"; +CYR_yu := oct"100"; +CYR_ya := oct"121"; + +CYR_A := oct"141"; +CYR_BE := oct"142"; +CYR_VE := oct"167"; +CYR_GHE := oct"147"; +CYR_DE := oct"144"; +CYR_IE := oct"145"; +CYR_YO := oct"76"; +CYR_ZHE := oct"166"; +CYR_ZE := oct"172"; +CYR_I := oct"151"; +CYR_SHORT_I := oct"152"; +CYR_KA := oct"153"; +CYR_EL := oct"154"; +CYR_EM := oct"155"; +CYR_EN := oct"156"; +CYR_O := oct"157"; +CYR_PE := oct"160"; +CYR_ER := oct"162"; +CYR_ES := oct"163"; +CYR_TE := oct"164"; +CYR_U := oct"165"; +CYR_EF := oct"146"; +CYR_HA := oct"150"; +CYR_TSE := oct"143"; +CYR_CHE := oct"176"; +CYR_SHA := oct"173"; +CYR_SHCHA := oct"175"; +CYR_HARD_SIGN := oct"177"; +CYR_YERU := oct"171"; +CYR_SOFT_SIGN := oct"170"; +CYR_E := oct"174"; +CYR_YU := oct"140"; +CYR_YA := oct"161"; diff -Nru texlive-lang-2007.dfsg.4/texmf-dist/doc/fonts/cmcyr/cyralt texlive-lang-2009/texmf-dist/doc/fonts/cmcyr/cyralt --- texlive-lang-2007.dfsg.4/texmf-dist/doc/fonts/cmcyr/cyralt 1970-01-01 01:00:00.000000000 +0100 +++ texlive-lang-2009/texmf-dist/doc/fonts/cmcyr/cyralt 2008-06-16 19:18:51.000000000 +0100 @@ -0,0 +1,64 @@ + 64 238 1 % @ - > yu + 65 160 1 % A - > a + 66 161 1 % B - > be + 67 230 1 % C - > tse + 68 164 1 % D - > de + 69 165 1 % E - > ie + 70 228 1 % F - > ef + 71 163 1 % G - > ghe + 72 229 1 % H - > ha + 73 168 1 % I - > i + 74 169 1 % J - > short i + 75 170 1 % K - > ka + 76 171 1 % L - > el + 77 172 1 % M - > em + 78 173 1 % N - > en + 79 174 1 % O - > o + 80 175 1 % P - > pe + 81 239 1 % Q - > ya + 82 224 1 % R - > er + 83 225 1 % S - > es + 84 226 1 % T - > te + 85 227 1 % U - > u + 86 166 1 % V - > zhe + 87 162 1 % W - > ve + 88 236 1 % X - > soft sign + 89 235 1 % Y - > yeru + 90 167 1 % Z - > ze + 91 232 1 % [ - > sha + 92 237 1 % \ - > e + 93 233 1 % ] - > shcha + 94 231 1 % ^ - > che + 95 234 1 % _ - > hard sign + 96 158 1 % ` - > YU + 97 128 1 % a - > A + 98 129 1 % b - > BE + 99 150 1 % c - > TSE +100 132 1 % d - > DE +101 133 1 % e - > IE +102 148 1 % f - > EF +103 131 1 % g - > GHE +104 149 1 % h - > HA +105 136 1 % i - > I +106 137 1 % j - > SHORT i +107 138 1 % k - > KA +108 139 1 % l - > EL +109 140 1 % m - > EM +110 141 1 % n - > EN +111 142 1 % o - > O +112 143 1 % p - > PE +113 159 1 % q - > YA +114 144 1 % r - > ER +115 145 1 % s - > ES +116 146 1 % t - > TE +117 147 1 % u - > U +118 134 1 % v - > ZHE +119 130 1 % w - > VE +120 156 1 % x - > SOFT sign +121 155 1 % y - > YERU +122 135 1 % z - > ZE +123 152 1 % { - > SHA +124 157 1 % | - > E +125 153 1 % } - > SHCHA +126 151 1 % ~ - > CHE +127 154 1 % ? - > HARD sign diff -Nru texlive-lang-2007.dfsg.4/texmf-dist/doc/fonts/cmcyr/cyralte texlive-lang-2009/texmf-dist/doc/fonts/cmcyr/cyralte --- texlive-lang-2007.dfsg.4/texmf-dist/doc/fonts/cmcyr/cyralte 1970-01-01 01:00:00.000000000 +0100 +++ texlive-lang-2009/texmf-dist/doc/fonts/cmcyr/cyralte 2008-06-16 19:18:51.000000000 +0100 @@ -0,0 +1,69 @@ + 64 238 1 % @ - > yu + 65 160 1 % A - > a + 66 161 1 % B - > be + 67 230 1 % C - > tse + 68 164 1 % D - > de + 69 165 1 % E - > ie + 70 228 1 % F - > ef + 71 163 1 % G - > ghe + 72 229 1 % H - > ha + 73 168 1 % I - > i + 74 169 1 % J - > short i + 75 170 1 % K - > ka + 76 171 1 % L - > el + 77 172 1 % M - > em + 78 173 1 % N - > en + 79 174 1 % O - > o + 80 175 1 % P - > pe + 81 239 1 % Q - > ya + 82 224 1 % R - > er + 83 225 1 % S - > es + 84 226 1 % T - > te + 85 227 1 % U - > u + 86 166 1 % V - > zhe + 87 162 1 % W - > ve + 88 236 1 % X - > soft sign + 89 235 1 % Y - > yeru + 90 167 1 % Z - > ze + 91 232 1 % [ - > sha + 92 237 1 % \ - > e + 93 233 1 % ] - > shcha + 94 231 1 % ^ - > che + 95 234 1 % _ - > hard sign + 96 158 1 % ` - > YU + 97 128 1 % a - > A + 98 129 1 % b - > BE + 99 150 1 % c - > TSE +100 132 1 % d - > DE +101 133 1 % e - > IE +102 148 1 % f - > EF +103 131 1 % g - > GHE +104 149 1 % h - > HA +105 136 1 % i - > I +106 137 1 % j - > SHORT i +107 138 1 % k - > KA +108 139 1 % l - > EL +109 140 1 % m - > EM +110 141 1 % n - > EN +111 142 1 % o - > O +112 143 1 % p - > PE +113 159 1 % q - > YA +114 144 1 % r - > ER +115 145 1 % s - > ES +116 146 1 % t - > TE +117 147 1 % u - > U +118 134 1 % v - > ZHE +119 130 1 % w - > VE +120 156 1 % x - > SOFT sign +121 155 1 % y - > YERU +122 135 1 % z - > ZE +123 152 1 % { - > SHA +124 157 1 % | - > E +125 153 1 % } - > SHCHA +126 151 1 % ~ - > CHE +127 154 1 % ? - > HARD sign + 62 240 1 % ? - > YO + 60 241 1 % ? - > yo + 29 60 1 % - > rewrite < characters by << + 30 62 1 % - > rewrite > characters by >> + 25 242 1 % - > numero sign diff -Nru texlive-lang-2007.dfsg.4/texmf-dist/doc/fonts/cmcyr/cyriso texlive-lang-2009/texmf-dist/doc/fonts/cmcyr/cyriso --- texlive-lang-2007.dfsg.4/texmf-dist/doc/fonts/cmcyr/cyriso 1970-01-01 01:00:00.000000000 +0100 +++ texlive-lang-2009/texmf-dist/doc/fonts/cmcyr/cyriso 2008-06-16 19:18:51.000000000 +0100 @@ -0,0 +1,64 @@ + 64 238 1 % @ - > yu + 65 208 1 % A - > a + 66 209 1 % B - > be + 67 230 1 % C - > tse + 68 212 1 % D - > de + 69 213 1 % E - > ie + 70 228 1 % F - > ef + 71 211 1 % G - > ghe + 72 229 1 % H - > ha + 73 216 1 % I - > i + 74 217 1 % J - > short i + 75 218 1 % K - > ka + 76 219 1 % L - > el + 77 220 1 % M - > em + 78 221 1 % N - > en + 79 222 1 % O - > o + 80 223 1 % P - > pe + 81 239 1 % Q - > ya + 82 224 1 % R - > er + 83 225 1 % S - > es + 84 226 1 % T - > te + 85 227 1 % U - > u + 86 214 1 % V - > zhe + 87 210 1 % W - > ve + 88 236 1 % X - > soft sign + 89 235 1 % Y - > yeru + 90 215 1 % Z - > ze + 91 232 1 % [ - > sha + 92 237 1 % \ - > e + 93 233 1 % ] - > shcha + 94 231 1 % ^ - > che + 95 234 1 % _ - > hard sign + 96 206 1 % ` - > YU + 97 176 1 % a - > A + 98 177 1 % b - > BE + 99 198 1 % c - > TSE +100 180 1 % d - > DE +101 181 1 % e - > IE +102 196 1 % f - > EF +103 179 1 % g - > GHE +104 197 1 % h - > HA +105 184 1 % i - > I +106 185 1 % j - > SHORT i +107 186 1 % k - > KA +108 187 1 % l - > EL +109 188 1 % m - > EM +110 189 1 % n - > EN +111 190 1 % o - > O +112 191 1 % p - > PE +113 207 1 % q - > YA +114 192 1 % r - > ER +115 193 1 % s - > ES +116 194 1 % t - > TE +117 195 1 % u - > U +118 182 1 % v - > ZHE +119 178 1 % w - > VE +120 204 1 % x - > SOFT sign +121 203 1 % y - > YERU +122 183 1 % z - > ZE +123 200 1 % { - > SHA +124 205 1 % | - > E +125 201 1 % } - > SHCHA +126 199 1 % ~ - > CHE +127 202 1 % ? - > HARD sign diff -Nru texlive-lang-2007.dfsg.4/texmf-dist/doc/fonts/cmcyr/cyrisoe texlive-lang-2009/texmf-dist/doc/fonts/cmcyr/cyrisoe --- texlive-lang-2007.dfsg.4/texmf-dist/doc/fonts/cmcyr/cyrisoe 1970-01-01 01:00:00.000000000 +0100 +++ texlive-lang-2009/texmf-dist/doc/fonts/cmcyr/cyrisoe 2008-06-16 19:18:51.000000000 +0100 @@ -0,0 +1,69 @@ + 64 238 1 % @ - > yu + 65 208 1 % A - > a + 66 209 1 % B - > be + 67 230 1 % C - > tse + 68 212 1 % D - > de + 69 213 1 % E - > ie + 70 228 1 % F - > ef + 71 211 1 % G - > ghe + 72 229 1 % H - > ha + 73 216 1 % I - > i + 74 217 1 % J - > short i + 75 218 1 % K - > ka + 76 219 1 % L - > el + 77 220 1 % M - > em + 78 221 1 % N - > en + 79 222 1 % O - > o + 80 223 1 % P - > pe + 81 239 1 % Q - > ya + 82 224 1 % R - > er + 83 225 1 % S - > es + 84 226 1 % T - > te + 85 227 1 % U - > u + 86 214 1 % V - > zhe + 87 210 1 % W - > ve + 88 236 1 % X - > soft sign + 89 235 1 % Y - > yeru + 90 215 1 % Z - > ze + 91 232 1 % [ - > sha + 92 237 1 % \ - > e + 93 233 1 % ] - > shcha + 94 231 1 % ^ - > che + 95 234 1 % _ - > hard sign + 96 206 1 % ` - > YU + 97 176 1 % a - > A + 98 177 1 % b - > BE + 99 198 1 % c - > TSE +100 180 1 % d - > DE +101 181 1 % e - > IE +102 196 1 % f - > EF +103 179 1 % g - > GHE +104 197 1 % h - > HA +105 184 1 % i - > I +106 185 1 % j - > SHORT i +107 186 1 % k - > KA +108 187 1 % l - > EL +109 188 1 % m - > EM +110 189 1 % n - > EN +111 190 1 % o - > O +112 191 1 % p - > PE +113 207 1 % q - > YA +114 192 1 % r - > ER +115 193 1 % s - > ES +116 194 1 % t - > TE +117 195 1 % u - > U +118 182 1 % v - > ZHE +119 178 1 % w - > VE +120 204 1 % x - > SOFT sign +121 203 1 % y - > YERU +122 183 1 % z - > ZE +123 200 1 % { - > SHA +124 205 1 % | - > E +125 201 1 % } - > SHCHA +126 199 1 % ~ - > CHE +127 202 1 % ? - > HARD sign + 62 161 1 % ? - > YO + 60 241 1 % ? - > yo + 29 60 1 % - > rewrite < characters by << + 30 62 1 % - > rewrite > characters by >> + 25 240 1 % - > numero sign diff -Nru texlive-lang-2007.dfsg.4/texmf-dist/doc/fonts/cmcyr/cyrkde texlive-lang-2009/texmf-dist/doc/fonts/cmcyr/cyrkde --- texlive-lang-2007.dfsg.4/texmf-dist/doc/fonts/cmcyr/cyrkde 1970-01-01 01:00:00.000000000 +0100 +++ texlive-lang-2009/texmf-dist/doc/fonts/cmcyr/cyrkde 2008-06-16 19:18:51.000000000 +0100 @@ -0,0 +1,2 @@ + 64 192 63 % all charcatres are shifted at 128 positions +127 191 1 % HARD SIGN diff -Nru texlive-lang-2007.dfsg.4/texmf-dist/doc/fonts/cmcyr/cyrkdee texlive-lang-2009/texmf-dist/doc/fonts/cmcyr/cyrkdee --- texlive-lang-2007.dfsg.4/texmf-dist/doc/fonts/cmcyr/cyrkdee 1970-01-01 01:00:00.000000000 +0100 +++ texlive-lang-2009/texmf-dist/doc/fonts/cmcyr/cyrkdee 2008-06-16 19:18:51.000000000 +0100 @@ -0,0 +1,4 @@ + 64 192 63 % all charcatres are shifted at 128 positions +127 191 1 + 29 60 1 % - > rewrite < characters by << + 30 62 1 % - > rewrite > characters by >> diff -Nru texlive-lang-2007.dfsg.4/texmf-dist/doc/fonts/cmcyr/cyrkoi8 texlive-lang-2009/texmf-dist/doc/fonts/cmcyr/cyrkoi8 --- texlive-lang-2007.dfsg.4/texmf-dist/doc/fonts/cmcyr/cyrkoi8 1970-01-01 01:00:00.000000000 +0100 +++ texlive-lang-2009/texmf-dist/doc/fonts/cmcyr/cyrkoi8 2008-06-16 19:18:51.000000000 +0100 @@ -0,0 +1 @@ + 64 192 64 % all charcatres are shifted at 128 positions diff -Nru texlive-lang-2007.dfsg.4/texmf-dist/doc/fonts/cmcyr/cyrkoi8e texlive-lang-2009/texmf-dist/doc/fonts/cmcyr/cyrkoi8e --- texlive-lang-2007.dfsg.4/texmf-dist/doc/fonts/cmcyr/cyrkoi8e 1970-01-01 01:00:00.000000000 +0100 +++ texlive-lang-2009/texmf-dist/doc/fonts/cmcyr/cyrkoi8e 2008-06-16 19:18:51.000000000 +0100 @@ -0,0 +1,4 @@ + 64 192 64 % all charcatres are shifted at 128 positions + 29 60 1 % - > rewrite < characters by << + 30 62 1 % - > rewrite > characters by >> + 25 136 1 % numero sign diff -Nru texlive-lang-2007.dfsg.4/texmf-dist/doc/fonts/cmcyr/cyrwin texlive-lang-2009/texmf-dist/doc/fonts/cmcyr/cyrwin --- texlive-lang-2007.dfsg.4/texmf-dist/doc/fonts/cmcyr/cyrwin 1970-01-01 01:00:00.000000000 +0100 +++ texlive-lang-2009/texmf-dist/doc/fonts/cmcyr/cyrwin 2008-06-16 19:18:51.000000000 +0100 @@ -0,0 +1,64 @@ + 64 254 1 % @ - > yu + 65 224 1 % A - > a + 66 225 1 % B - > be + 67 246 1 % C - > tse + 68 228 1 % D - > de + 69 229 1 % E - > ie + 70 244 1 % F - > ef + 71 227 1 % G - > ghe + 72 245 1 % H - > ha + 73 232 1 % I - > i + 74 233 1 % J - > short i + 75 234 1 % K - > ka + 76 235 1 % L - > el + 77 236 1 % M - > em + 78 237 1 % N - > en + 79 238 1 % O - > o + 80 239 1 % P - > pe + 81 255 1 % Q - > ya + 82 240 1 % R - > er + 83 241 1 % S - > es + 84 242 1 % T - > te + 85 243 1 % U - > u + 86 230 1 % V - > zhe + 87 226 1 % W - > ve + 88 252 1 % X - > soft sign + 89 251 1 % Y - > yeru + 90 231 1 % Z - > ze + 91 248 1 % [ - > sha + 92 253 1 % \ - > e + 93 249 1 % ] - > shcha + 94 247 1 % ^ - > che + 95 250 1 % _ - > hard sign + 96 222 1 % ` - > YU + 97 192 1 % a - > A + 98 193 1 % b - > BE + 99 214 1 % c - > TSE +100 196 1 % d - > DE +101 197 1 % e - > IE +102 212 1 % f - > EF +103 195 1 % g - > GHE +104 213 1 % h - > HA +105 200 1 % i - > I +106 201 1 % j - > SHORT i +107 202 1 % k - > KA +108 203 1 % l - > EL +109 204 1 % m - > EM +110 205 1 % n - > EN +111 206 1 % o - > O +112 207 1 % p - > PE +113 223 1 % q - > YA +114 208 1 % r - > ER +115 209 1 % s - > ES +116 210 1 % t - > TE +117 211 1 % u - > U +118 198 1 % v - > ZHE +119 194 1 % w - > VE +120 220 1 % x - > SOFT sign +121 219 1 % y - > YERU +122 199 1 % z - > ZE +123 216 1 % { - > SHA +124 221 1 % | - > E +125 217 1 % } - > SHCHA +126 215 1 % ~ - > CHE +127 218 1 % ? - > HARD sign diff -Nru texlive-lang-2007.dfsg.4/texmf-dist/doc/fonts/cmcyr/cyrwine texlive-lang-2009/texmf-dist/doc/fonts/cmcyr/cyrwine --- texlive-lang-2007.dfsg.4/texmf-dist/doc/fonts/cmcyr/cyrwine 1970-01-01 01:00:00.000000000 +0100 +++ texlive-lang-2009/texmf-dist/doc/fonts/cmcyr/cyrwine 2008-06-16 19:18:51.000000000 +0100 @@ -0,0 +1,69 @@ + 64 254 1 % @ - > yu + 65 224 1 % A - > a + 66 225 1 % B - > be + 67 246 1 % C - > tse + 68 228 1 % D - > de + 69 229 1 % E - > ie + 70 244 1 % F - > ef + 71 227 1 % G - > ghe + 72 245 1 % H - > ha + 73 232 1 % I - > i + 74 233 1 % J - > short i + 75 234 1 % K - > ka + 76 235 1 % L - > el + 77 236 1 % M - > em + 78 237 1 % N - > en + 79 238 1 % O - > o + 80 239 1 % P - > pe + 81 255 1 % Q - > ya + 82 240 1 % R - > er + 83 241 1 % S - > es + 84 242 1 % T - > te + 85 243 1 % U - > u + 86 230 1 % V - > zhe + 87 226 1 % W - > ve + 88 252 1 % X - > soft sign + 89 251 1 % Y - > yeru + 90 231 1 % Z - > ze + 91 248 1 % [ - > sha + 92 253 1 % \ - > e + 93 249 1 % ] - > shcha + 94 247 1 % ^ - > che + 95 250 1 % _ - > hard sign + 96 222 1 % ` - > YU + 97 192 1 % a - > A + 98 193 1 % b - > BE + 99 214 1 % c - > TSE +100 196 1 % d - > DE +101 197 1 % e - > IE +102 212 1 % f - > EF +103 195 1 % g - > GHE +104 213 1 % h - > HA +105 200 1 % i - > I +106 201 1 % j - > SHORT i +107 202 1 % k - > KA +108 203 1 % l - > EL +109 204 1 % m - > EM +110 205 1 % n - > EN +111 206 1 % o - > O +112 207 1 % p - > PE +113 223 1 % q - > YA +114 208 1 % r - > ER +115 209 1 % s - > ES +116 210 1 % t - > TE +117 211 1 % u - > U +118 198 1 % v - > ZHE +119 194 1 % w - > VE +120 220 1 % x - > SOFT sign +121 219 1 % y - > YERU +122 199 1 % z - > ZE +123 216 1 % { - > SHA +124 221 1 % | - > E +125 217 1 % } - > SHCHA +126 215 1 % ~ - > CHE +127 218 1 % ? - > HARD sign + 62 168 1 % ? - > YO + 60 184 1 % ? - > yo + 29 60 1 % - > rewrite < characters by << + 30 62 1 % - > rewrite > characters by >> + 25 185 1 % - > numero sign diff -Nru texlive-lang-2007.dfsg.4/texmf-dist/doc/fonts/cmcyr/merge.6i texlive-lang-2009/texmf-dist/doc/fonts/cmcyr/merge.6i --- texlive-lang-2007.dfsg.4/texmf-dist/doc/fonts/cmcyr/merge.6i 1970-01-01 01:00:00.000000000 +0100 +++ texlive-lang-2009/texmf-dist/doc/fonts/cmcyr/merge.6i 2008-06-16 19:18:51.000000000 +0100 @@ -0,0 +1,60 @@ +ycmb10 -tcmisoe cmb10 -tcyrisoe cmcb10 +ycmbx5 -tcmisoe cmbx5 -tcyrisoe cmcbx5 +ycmbx6 -tcmisoe cmbx6 -tcyrisoe cmcbx6 +ycmbx7 -tcmisoe cmbx7 -tcyrisoe cmcbx7 +ycmbx8 -tcmisoe cmbx8 -tcyrisoe cmcbx8 +ycmbx9 -tcmisoe cmbx9 -tcyrisoe cmcbx9 +ycmbx10 -tcmisoe cmbx10 -tcyrisoe cmcbx10 +ycmbx12 -tcmisoe cmbx12 -tcyrisoe cmcbx12 +ycmbxsl10 -tcmisoe cmbxsl10 -tcyrisoe cmcbxsl10 +ycmbxti10 -tcmisoe cmbxti10 -tcyrisoe cmcbxti10 +ycmcsc8 -tcmisoe cmcsc8 -tcyrisoe cmccsc8 +ycmcsc9 -tcmisoe cmcsc9 -tcyrisoe cmccsc9 +ycmcsc10 -tcmisoe cmcsc10 -tcyrisoe cmccsc10 +ycminch -tcmisoe cminch -tcyrisoe cmcinch +ycmmi5 -tcmiso cmmi5 -tcyriso cmcyr5 +ycmmi6 -tcmiso cmmi6 -tcyriso cmcyr6 +ycmmi7 -tcmiso cmmi7 -tcyriso cmcti7 +ycmmi8 -tcmiso cmmi8 -tcyriso cmcti8 +ycmmi9 -tcmiso cmmi9 -tcyriso cmcti9 +ycmmi10 -tcmiso cmmi10 -tcyriso cmcti10 +ycmmi12 -tcmiso cmmi12 -tcyriso cmcti12 +ycmmib10 -tcmiso cmmib10 -tcyriso cmcbx10 +ycmitt10 -tcmiso cmitt10 -tcyriso cmcitt10 +ycmr5 -tcmisoe cmr5 -tcyrisoe cmcyr5 +ycmr6 -tcmisoe cmr6 -tcyrisoe cmcyr6 +ycmr7 -tcmisoe cmr7 -tcyrisoe cmcyr7 +ycmr8 -tcmisoe cmr8 -tcyrisoe cmcyr8 +ycmr9 -tcmisoe cmr9 -tcyrisoe cmcyr9 +ycmr10 -tcmisoe cmr10 -tcyrisoe cmcyr10 +ycmr12 -tcmisoe cmr12 -tcyrisoe cmcyr12 +ycmr17 -tcmisoe cmr17 -tcyrisoe cmcyr17 +ycmsl8 -tcmisoe cmsl8 -tcyrisoe cmcsl8 +ycmsl9 -tcmisoe cmsl9 -tcyrisoe cmcsl9 +ycmsl10 -tcmisoe cmsl10 -tcyrisoe cmcsl10 +ycmsl12 -tcmisoe cmsl12 -tcyrisoe cmcsl12 +ycmsltt10 -tcmisoe cmsltt10 -tcyrisoe cmcsltt10 +ycmss8 -tcmisoe cmss8 -tcyrisoe cmcss8 +ycmssq8 -tcmisoe cmssq8 -tcyrisoe cmcssq8 +ycmssqi8 -tcmisoe cmssqi8 -tcyrisoe cmcssqi8 +ycmss9 -tcmisoe cmss9 -tcyrisoe cmcss9 +ycmss10 -tcmisoe cmss10 -tcyrisoe cmcss10 +ycmss12 -tcmisoe cmss12 -tcyrisoe cmcss12 +ycmss17 -tcmisoe cmss17 -tcyrisoe cmcss17 +ycmssbx10 -tcmisoe cmssbx10 -tcyrisoe cmcssbx10 +ycmssdc10 -tcmisoe cmssdc10 -tcyrisoe cmcssdc10 +ycmssi8 -tcmisoe cmssi8 -tcyrisoe cmcssi8 +ycmssi9 -tcmisoe cmssi9 -tcyrisoe cmcssi9 +ycmssi10 -tcmisoe cmssi10 -tcyrisoe cmcssi10 +ycmssi12 -tcmisoe cmssi12 -tcyrisoe cmcssi12 +ycmssi17 -tcmisoe cmssi17 -tcyrisoe cmcssi17 +ycmti7 -tcmisoe cmti7 -tcyrisoe cmcti7 +ycmti8 -tcmisoe cmti8 -tcyrisoe cmcti8 +ycmti9 -tcmisoe cmti9 -tcyrisoe cmcti9 +ycmti10 -tcmisoe cmti10 -tcyrisoe cmcti10 +ycmti12 -tcmisoe cmti12 -tcyrisoe cmcti12 +ycmtt8 -tcmiso cmtt8 -tcyriso cmctt8 +ycmtt9 -tcmiso cmtt9 -tcyriso cmctt9 +ycmtt10 -tcmiso cmtt10 -tcyriso cmctt10 +ycmtt12 -tcmiso cmtt12 -tcyriso cmctt12 +ycmu10 -tcmisoe cmu10 -tcyrisoe cmcu10 diff -Nru texlive-lang-2007.dfsg.4/texmf-dist/doc/fonts/cmcyr/merge.6k texlive-lang-2009/texmf-dist/doc/fonts/cmcyr/merge.6k --- texlive-lang-2007.dfsg.4/texmf-dist/doc/fonts/cmcyr/merge.6k 1970-01-01 01:00:00.000000000 +0100 +++ texlive-lang-2009/texmf-dist/doc/fonts/cmcyr/merge.6k 2008-06-16 19:18:51.000000000 +0100 @@ -0,0 +1,60 @@ +kcmb10 -tcmkoi8e cmb10 -tcyrkoi8e cmcb10 +kcmbx5 -tcmkoi8e cmbx5 -tcyrkoi8e cmcbx5 +kcmbx6 -tcmkoi8e cmbx6 -tcyrkoi8e cmcbx6 +kcmbx7 -tcmkoi8e cmbx7 -tcyrkoi8e cmcbx7 +kcmbx8 -tcmkoi8e cmbx8 -tcyrkoi8e cmcbx8 +kcmbx9 -tcmkoi8e cmbx9 -tcyrkoi8e cmcbx9 +kcmbx10 -tcmkoi8e cmbx10 -tcyrkoi8e cmcbx10 +kcmbx12 -tcmkoi8e cmbx12 -tcyrkoi8e cmcbx12 +kcmbxsl10 -tcmkoi8e cmbxsl10 -tcyrkoi8e cmcbxsl10 +kcmbxti10 -tcmkoi8e cmbxti10 -tcyrkoi8e cmcbxti10 +kcmcsc8 -tcmkoi8e cmcsc8 -tcyrkoi8e cmccsc8 +kcmcsc9 -tcmkoi8e cmcsc9 -tcyrkoi8e cmccsc9 +kcmcsc10 -tcmkoi8e cmcsc10 -tcyrkoi8e cmccsc10 +kcminch -tcmkoi8e cminch -tcyrkoi8e cmcinch +kcmmi5 -tcmkoi8 cmmi5 -tcyrkoi8 cmcyr5 +kcmmi6 -tcmkoi8 cmmi6 -tcyrkoi8 cmcyr6 +kcmmi7 -tcmkoi8 cmmi7 -tcyrkoi8 cmcti7 +kcmmi8 -tcmkoi8 cmmi8 -tcyrkoi8 cmcti8 +kcmmi9 -tcmkoi8 cmmi9 -tcyrkoi8 cmcti9 +kcmmi10 -tcmkoi8 cmmi10 -tcyrkoi8 cmcti10 +kcmmi12 -tcmkoi8 cmmi12 -tcyrkoi8 cmcti12 +kcmmib10 -tcmkoi8 cmmib10 -tcyrkoi8 cmcbx10 +kcmitt10 -tcmkoi8 cmitt10 -tcyrkoi8 cmcitt10 +kcmr5 -tcmkoi8e cmr5 -tcyrkoi8e cmcyr5 +kcmr6 -tcmkoi8e cmr6 -tcyrkoi8e cmcyr6 +kcmr7 -tcmkoi8e cmr7 -tcyrkoi8e cmcyr7 +kcmr8 -tcmkoi8e cmr8 -tcyrkoi8e cmcyr8 +kcmr9 -tcmkoi8e cmr9 -tcyrkoi8e cmcyr9 +kcmr10 -tcmkoi8e cmr10 -tcyrkoi8e cmcyr10 +kcmr12 -tcmkoi8e cmr12 -tcyrkoi8e cmcyr12 +kcmr17 -tcmkoi8e cmr17 -tcyrkoi8e cmcyr17 +kcmsl8 -tcmkoi8e cmsl8 -tcyrkoi8e cmcsl8 +kcmsl9 -tcmkoi8e cmsl9 -tcyrkoi8e cmcsl9 +kcmsl10 -tcmkoi8e cmsl10 -tcyrkoi8e cmcsl10 +kcmsl12 -tcmkoi8e cmsl12 -tcyrkoi8e cmcsl12 +kcmsltt10 -tcmkoi8 cmsltt10 -tcyrkoi8 cmcsltt10 +kcmss8 -tcmkoi8e cmss8 -tcyrkoi8e cmcss8 +kcmssq8 -tcmkoi8e cmssq8 -tcyrkoi8e cmcssq8 +kcmssqi8 -tcmkoi8e cmssqi8 -tcyrkoi8e cmcssqi8 +kcmss9 -tcmkoi8e cmss9 -tcyrkoi8e cmcss9 +kcmss10 -tcmkoi8e cmss10 -tcyrkoi8e cmcss10 +kcmss12 -tcmkoi8e cmss12 -tcyrkoi8e cmcss12 +kcmss17 -tcmkoi8e cmss17 -tcyrkoi8e cmcss17 +kcmssbx10 -tcmkoi8e cmssbx10 -tcyrkoi8e cmcssbx10 +kcmssdc10 -tcmkoi8e cmssdc10 -tcyrkoi8e cmcssdc10 +kcmssi8 -tcmkoi8e cmssi8 -tcyrkoi8e cmcssi8 +kcmssi9 -tcmkoi8e cmssi9 -tcyrkoi8e cmcssi9 +kcmssi10 -tcmkoi8e cmssi10 -tcyrkoi8e cmcssi10 +kcmssi12 -tcmkoi8e cmssi12 -tcyrkoi8e cmcssi12 +kcmssi17 -tcmkoi8e cmssi17 -tcyrkoi8e cmcssi17 +kcmti7 -tcmkoi8e cmti7 -tcyrkoi8e cmcti7 +kcmti8 -tcmkoi8e cmti8 -tcyrkoi8e cmcti8 +kcmti9 -tcmkoi8e cmti9 -tcyrkoi8e cmcti9 +kcmti10 -tcmkoi8e cmti10 -tcyrkoi8e cmcti10 +kcmti12 -tcmkoi8e cmti12 -tcyrkoi8e cmcti12 +kcmtt8 -tcmkoi8 cmtt8 -tcyrkoi8 cmctt8 +kcmtt9 -tcmkoi8 cmtt9 -tcyrkoi8 cmctt9 +kcmtt10 -tcmkoi8 cmtt10 -tcyrkoi8 cmctt10 +kcmtt12 -tcmkoi8 cmtt12 -tcyrkoi8 cmctt12 +kcmu10 -tcmkoi8e cmu10 -tcyrkoi8e cmcu10 diff -Nru texlive-lang-2007.dfsg.4/texmf-dist/doc/fonts/cmcyr/merge.6w texlive-lang-2009/texmf-dist/doc/fonts/cmcyr/merge.6w --- texlive-lang-2007.dfsg.4/texmf-dist/doc/fonts/cmcyr/merge.6w 1970-01-01 01:00:00.000000000 +0100 +++ texlive-lang-2009/texmf-dist/doc/fonts/cmcyr/merge.6w 2008-06-16 19:18:51.000000000 +0100 @@ -0,0 +1,60 @@ +wcmb10 -tcmwine cmb10 -tcyrwine cmcb10 +wcmbx5 -tcmwine cmbx5 -tcyrwine cmcbx5 +wcmbx6 -tcmwine cmbx6 -tcyrwine cmcbx6 +wcmbx7 -tcmwine cmbx7 -tcyrwine cmcbx7 +wcmbx8 -tcmwine cmbx8 -tcyrwine cmcbx8 +wcmbx9 -tcmwine cmbx9 -tcyrwine cmcbx9 +wcmbx10 -tcmwine cmbx10 -tcyrwine cmcbx10 +wcmbx12 -tcmwine cmbx12 -tcyrwine cmcbx12 +wcmbxsl10 -tcmwine cmbxsl10 -tcyrwine cmcbxsl10 +wcmbxti10 -tcmwine cmbxti10 -tcyrwine cmcbxti10 +wcmcsc8 -tcmwine cmcsc8 -tcyrwine cmccsc8 +wcmcsc9 -tcmwine cmcsc9 -tcyrwine cmccsc9 +wcmcsc10 -tcmwine cmcsc10 -tcyrwine cmccsc10 +wcminch -tcmwine cminch -tcyrwine cmcinch +wcmmi5 -tcmwin cmmi5 -tcyrwin cmcyr5 +wcmmi6 -tcmwin cmmi6 -tcyrwin cmcyr6 +wcmmi7 -tcmwin cmmi7 -tcyrwin cmcti7 +wcmmi8 -tcmwin cmmi8 -tcyrwin cmcti8 +wcmmi9 -tcmwin cmmi9 -tcyrwin cmcti9 +wcmmi10 -tcmwin cmmi10 -tcyrwin cmcti10 +wcmmi12 -tcmwin cmmi12 -tcyrwin cmcti12 +wcmmib10 -tcmwin cmmib10 -tcyrwin cmcbx10 +wcmitt10 -tcmwin cmitt10 -tcyrwin cmcitt10 +wcmr5 -tcmwine cmr5 -tcyrwine cmcyr5 +wcmr6 -tcmwine cmr6 -tcyrwine cmcyr6 +wcmr7 -tcmwine cmr7 -tcyrwine cmcyr7 +wcmr8 -tcmwine cmr8 -tcyrwine cmcyr8 +wcmr9 -tcmwine cmr9 -tcyrwine cmcyr9 +wcmr10 -tcmwine cmr10 -tcyrwine cmcyr10 +wcmr12 -tcmwine cmr12 -tcyrwine cmcyr12 +wcmr17 -tcmwine cmr17 -tcyrwine cmcyr17 +wcmsl8 -tcmwine cmsl8 -tcyrwine cmcsl8 +wcmsl9 -tcmwine cmsl9 -tcyrwine cmcsl9 +wcmsl10 -tcmwine cmsl10 -tcyrwine cmcsl10 +wcmsl12 -tcmwine cmsl12 -tcyrwine cmcsl12 +wcmsltt10 -tcmwine cmsltt10 -tcyrwine cmcsltt10 +wcmss8 -tcmwine cmss8 -tcyrwine cmcss8 +wcmssq8 -tcmwine cmssq8 -tcyrwine cmcssq8 +wcmssqi8 -tcmwine cmssqi8 -tcyrwine cmcssqi8 +wcmss9 -tcmwine cmss9 -tcyrwine cmcss9 +wcmss10 -tcmwine cmss10 -tcyrwine cmcss10 +wcmss12 -tcmwine cmss12 -tcyrwine cmcss12 +wcmss17 -tcmwine cmss17 -tcyrwine cmcss17 +wcmssbx10 -tcmwine cmssbx10 -tcyrwine cmcssbx10 +wcmssdc10 -tcmwine cmssdc10 -tcyrwine cmcssdc10 +wcmssi8 -tcmwine cmssi8 -tcyrwine cmcssi8 +wcmssi9 -tcmwine cmssi9 -tcyrwine cmcssi9 +wcmssi10 -tcmwine cmssi10 -tcyrwine cmcssi10 +wcmssi12 -tcmwine cmssi12 -tcyrwine cmcssi12 +wcmssi17 -tcmwine cmssi17 -tcyrwine cmcssi17 +wcmti7 -tcmwine cmti7 -tcyrwine cmcti7 +wcmti8 -tcmwine cmti8 -tcyrwine cmcti8 +wcmti9 -tcmwine cmti9 -tcyrwine cmcti9 +wcmti10 -tcmwine cmti10 -tcyrwine cmcti10 +wcmti12 -tcmwine cmti12 -tcyrwine cmcti12 +wcmtt8 -tcmwin cmtt8 -tcyrwin cmctt8 +wcmtt9 -tcmwin cmtt9 -tcyrwin cmctt9 +wcmtt10 -tcmwin cmtt10 -tcyrwin cmctt10 +wcmtt12 -tcmwin cmtt12 -tcyrwin cmctt12 +wcmu10 -tcmwine cmu10 -tcyrwine cmcu10 diff -Nru texlive-lang-2007.dfsg.4/texmf-dist/doc/fonts/cmcyr/merge.alt texlive-lang-2009/texmf-dist/doc/fonts/cmcyr/merge.alt --- texlive-lang-2007.dfsg.4/texmf-dist/doc/fonts/cmcyr/merge.alt 1970-01-01 01:00:00.000000000 +0100 +++ texlive-lang-2009/texmf-dist/doc/fonts/cmcyr/merge.alt 2008-06-16 19:18:51.000000000 +0100 @@ -0,0 +1,60 @@ +xcmb10 -tcmalte cmb10 -tcyralte cmcb10 +xcmbx5 -tcmalte cmbx5 -tcyralte cmcbx5 +xcmbx6 -tcmalte cmbx6 -tcyralte cmcbx6 +xcmbx7 -tcmalte cmbx7 -tcyralte cmcbx7 +xcmbx8 -tcmalte cmbx8 -tcyralte cmcbx8 +xcmbx9 -tcmalte cmbx9 -tcyralte cmcbx9 +xcmbx10 -tcmalte cmbx10 -tcyralte cmcbx10 +xcmbx12 -tcmalte cmbx12 -tcyralte cmcbx12 +xcmbxsl10 -tcmalte cmbxsl10 -tcyralte cmcbxsl10 +xcmbxti10 -tcmalte cmbxti10 -tcyralte cmcbxti10 +xcmcsc8 -tcmalte cmcsc8 -tcyralte cmccsc8 +xcmcsc9 -tcmalte cmcsc9 -tcyralte cmccsc9 +xcmcsc10 -tcmalte cmcsc10 -tcyralte cmccsc10 +xcminch -tcmalte cminch -tcyralte cmcinch +xcmmi5 -tcmalt cmmi5 -tcyralt cmcyr5 +xcmmi6 -tcmalt cmmi6 -tcyralt cmcyr6 +xcmmi7 -tcmalt cmmi7 -tcyralt cmcti7 +xcmmi8 -tcmalt cmmi8 -tcyralt cmcti8 +xcmmi9 -tcmalt cmmi9 -tcyralt cmcti9 +xcmmi10 -tcmalt cmmi10 -tcyralt cmcti10 +xcmmi12 -tcmalt cmmi12 -tcyralt cmcti12 +xcmmib10 -tcmalt cmmib10 -tcyralt cmcbx10 +xcmitt10 -tcmalt cmitt10 -tcyralt cmcitt10 +xcmr5 -tcmalte cmr5 -tcyralte cmcyr5 +xcmr6 -tcmalte cmr6 -tcyralte cmcyr6 +xcmr7 -tcmalte cmr7 -tcyralte cmcyr7 +xcmr8 -tcmalte cmr8 -tcyralte cmcyr8 +xcmr9 -tcmalte cmr9 -tcyralte cmcyr9 +xcmr10 -tcmalte cmr10 -tcyralte cmcyr10 +xcmr12 -tcmalte cmr12 -tcyralte cmcyr12 +xcmr17 -tcmalte cmr17 -tcyralte cmcyr17 +xcmsl8 -tcmalte cmsl8 -tcyralte cmcsl8 +xcmsl9 -tcmalte cmsl9 -tcyralte cmcsl9 +xcmsl10 -tcmalte cmsl10 -tcyralte cmcsl10 +xcmsl12 -tcmalte cmsl12 -tcyralte cmcsl12 +xcmsltt10 -tcmalte cmsltt10 -tcyralte cmcsltt10 +xcmss8 -tcmalte cmss8 -tcyralte cmcss8 +xcmssq8 -tcmalte cmssq8 -tcyralte cmcssq8 +xcmssqi8 -tcmalte cmssqi8 -tcyralte cmcssqi8 +xcmss9 -tcmalte cmss9 -tcyralte cmcss9 +xcmss10 -tcmalte cmss10 -tcyralte cmcss10 +xcmss12 -tcmalte cmss12 -tcyralte cmcss12 +xcmss17 -tcmalte cmss17 -tcyralte cmcss17 +xcmssbx10 -tcmalte cmssbx10 -tcyralte cmcssbx10 +xcmssdc10 -tcmalte cmssdc10 -tcyralte cmcssdc10 +xcmssi8 -tcmalte cmssi8 -tcyralte cmcssi8 +xcmssi9 -tcmalte cmssi9 -tcyralte cmcssi9 +xcmssi10 -tcmalte cmssi10 -tcyralte cmcssi10 +xcmssi12 -tcmalte cmssi12 -tcyralte cmcssi12 +xcmssi17 -tcmalte cmssi17 -tcyralte cmcssi17 +xcmti7 -tcmalte cmti7 -tcyralte cmcti7 +xcmti8 -tcmalte cmti8 -tcyralte cmcti8 +xcmti9 -tcmalte cmti9 -tcyralte cmcti9 +xcmti10 -tcmalte cmti10 -tcyralte cmcti10 +xcmti12 -tcmalte cmti12 -tcyralte cmcti12 +xcmtt8 -tcmalt cmtt8 -tcyralt cmctt8 +xcmtt9 -tcmalt cmtt9 -tcyralt cmctt9 +xcmtt10 -tcmalt cmtt10 -tcyralt cmctt10 +xcmtt12 -tcmalt cmtt12 -tcyralt cmctt12 +xcmu10 -tcmalte cmu10 -tcyralte cmcu10 diff -Nru texlive-lang-2007.dfsg.4/texmf-dist/doc/fonts/cmcyr/merge.bat texlive-lang-2009/texmf-dist/doc/fonts/cmcyr/merge.bat --- texlive-lang-2007.dfsg.4/texmf-dist/doc/fonts/cmcyr/merge.bat 1970-01-01 01:00:00.000000000 +0100 +++ texlive-lang-2009/texmf-dist/doc/fonts/cmcyr/merge.bat 2008-06-16 19:18:51.000000000 +0100 @@ -0,0 +1,3 @@ +set TEXDIR=d:\tex +set TEXTFM=%TEXDIR%\pro\tfm\cmcyr;%TEXDIR%\TFM\cm;%TEXDIR%\TFM\extracm +..\..\tfmerge -lmerge.alt diff -Nru texlive-lang-2007.dfsg.4/texmf-dist/doc/fonts/cmcyr/merge.iso texlive-lang-2009/texmf-dist/doc/fonts/cmcyr/merge.iso --- texlive-lang-2007.dfsg.4/texmf-dist/doc/fonts/cmcyr/merge.iso 1970-01-01 01:00:00.000000000 +0100 +++ texlive-lang-2009/texmf-dist/doc/fonts/cmcyr/merge.iso 2008-06-16 19:18:51.000000000 +0100 @@ -0,0 +1,60 @@ +xcmb10 -tcmisoe cmb10 -tcyrisoe cmcb10 +xcmbx5 -tcmisoe cmbx5 -tcyrisoe cmcbx5 +xcmbx6 -tcmisoe cmbx6 -tcyrisoe cmcbx6 +xcmbx7 -tcmisoe cmbx7 -tcyrisoe cmcbx7 +xcmbx8 -tcmisoe cmbx8 -tcyrisoe cmcbx8 +xcmbx9 -tcmisoe cmbx9 -tcyrisoe cmcbx9 +xcmbx10 -tcmisoe cmbx10 -tcyrisoe cmcbx10 +xcmbx12 -tcmisoe cmbx12 -tcyrisoe cmcbx12 +xcmbxsl10 -tcmisoe cmbxsl10 -tcyrisoe cmcbxsl10 +xcmbxti10 -tcmisoe cmbxti10 -tcyrisoe cmcbxti10 +xcmcsc8 -tcmisoe cmcsc8 -tcyrisoe cmccsc8 +xcmcsc9 -tcmisoe cmcsc9 -tcyrisoe cmccsc9 +xcmcsc10 -tcmisoe cmcsc10 -tcyrisoe cmccsc10 +xcminch -tcmisoe cminch -tcyrisoe cmcinch +xcmmi5 -tcmiso cmmi5 -tcyriso cmcyr5 +xcmmi6 -tcmiso cmmi6 -tcyriso cmcyr6 +xcmmi7 -tcmiso cmmi7 -tcyriso cmcti7 +xcmmi8 -tcmiso cmmi8 -tcyriso cmcti8 +xcmmi9 -tcmiso cmmi9 -tcyriso cmcti9 +xcmmi10 -tcmiso cmmi10 -tcyriso cmcti10 +xcmmi12 -tcmiso cmmi12 -tcyriso cmcti12 +xcmmib10 -tcmiso cmmib10 -tcyriso cmcbx10 +xcmitt10 -tcmiso cmitt10 -tcyriso cmcitt10 +xcmr5 -tcmisoe cmr5 -tcyrisoe cmcyr5 +xcmr6 -tcmisoe cmr6 -tcyrisoe cmcyr6 +xcmr7 -tcmisoe cmr7 -tcyrisoe cmcyr7 +xcmr8 -tcmisoe cmr8 -tcyrisoe cmcyr8 +xcmr9 -tcmisoe cmr9 -tcyrisoe cmcyr9 +xcmr10 -tcmisoe cmr10 -tcyrisoe cmcyr10 +xcmr12 -tcmisoe cmr12 -tcyrisoe cmcyr12 +xcmr17 -tcmisoe cmr17 -tcyrisoe cmcyr17 +xcmsl8 -tcmisoe cmsl8 -tcyrisoe cmcsl8 +xcmsl9 -tcmisoe cmsl9 -tcyrisoe cmcsl9 +xcmsl10 -tcmisoe cmsl10 -tcyrisoe cmcsl10 +xcmsl12 -tcmisoe cmsl12 -tcyrisoe cmcsl12 +xcmsltt10 -tcmisoe cmsltt10 -tcyrisoe cmcsltt10 +xcmss8 -tcmisoe cmss8 -tcyrisoe cmcss8 +xcmssq8 -tcmisoe cmssq8 -tcyrisoe cmcssq8 +xcmssqi8 -tcmisoe cmssqi8 -tcyrisoe cmcssqi8 +xcmss9 -tcmisoe cmss9 -tcyrisoe cmcss9 +xcmss10 -tcmisoe cmss10 -tcyrisoe cmcss10 +xcmss12 -tcmisoe cmss12 -tcyrisoe cmcss12 +xcmss17 -tcmisoe cmss17 -tcyrisoe cmcss17 +xcmssbx10 -tcmisoe cmssbx10 -tcyrisoe cmcssbx10 +xcmssdc10 -tcmisoe cmssdc10 -tcyrisoe cmcssdc10 +xcmssi8 -tcmisoe cmssi8 -tcyrisoe cmcssi8 +xcmssi9 -tcmisoe cmssi9 -tcyrisoe cmcssi9 +xcmssi10 -tcmisoe cmssi10 -tcyrisoe cmcssi10 +xcmssi12 -tcmisoe cmssi12 -tcyrisoe cmcssi12 +xcmssi17 -tcmisoe cmssi17 -tcyrisoe cmcssi17 +xcmti7 -tcmisoe cmti7 -tcyrisoe cmcti7 +xcmti8 -tcmisoe cmti8 -tcyrisoe cmcti8 +xcmti9 -tcmisoe cmti9 -tcyrisoe cmcti9 +xcmti10 -tcmisoe cmti10 -tcyrisoe cmcti10 +xcmti12 -tcmisoe cmti12 -tcyrisoe cmcti12 +xcmtt8 -tcmiso cmtt8 -tcyriso cmctt8 +xcmtt9 -tcmiso cmtt9 -tcyriso cmctt9 +xcmtt10 -tcmiso cmtt10 -tcyriso cmctt10 +xcmtt12 -tcmiso cmtt12 -tcyriso cmctt12 +xcmu10 -tcmisoe cmu10 -tcyrisoe cmcu10 diff -Nru texlive-lang-2007.dfsg.4/texmf-dist/doc/fonts/cmcyr/merge.koi texlive-lang-2009/texmf-dist/doc/fonts/cmcyr/merge.koi --- texlive-lang-2007.dfsg.4/texmf-dist/doc/fonts/cmcyr/merge.koi 1970-01-01 01:00:00.000000000 +0100 +++ texlive-lang-2009/texmf-dist/doc/fonts/cmcyr/merge.koi 2008-06-16 19:18:51.000000000 +0100 @@ -0,0 +1,60 @@ +xcmb10 -tcmkoi8e cmb10 -tcyrkoi8e cmcb10 +xcmbx5 -tcmkoi8e cmbx5 -tcyrkoi8e cmcbx5 +xcmbx6 -tcmkoi8e cmbx6 -tcyrkoi8e cmcbx6 +xcmbx7 -tcmkoi8e cmbx7 -tcyrkoi8e cmcbx7 +xcmbx8 -tcmkoi8e cmbx8 -tcyrkoi8e cmcbx8 +xcmbx9 -tcmkoi8e cmbx9 -tcyrkoi8e cmcbx9 +xcmbx10 -tcmkoi8e cmbx10 -tcyrkoi8e cmcbx10 +xcmbx12 -tcmkoi8e cmbx12 -tcyrkoi8e cmcbx12 +xcmbxsl10 -tcmkoi8e cmbxsl10 -tcyrkoi8e cmcbxsl10 +xcmbxti10 -tcmkoi8e cmbxti10 -tcyrkoi8e cmcbxti10 +xcmcsc8 -tcmkoi8e cmcsc8 -tcyrkoi8e cmccsc8 +xcmcsc9 -tcmkoi8e cmcsc9 -tcyrkoi8e cmccsc9 +xcmcsc10 -tcmkoi8e cmcsc10 -tcyrkoi8e cmccsc10 +xcminch -tcmkoi8e cminch -tcyrkoi8e cmcinch +xcmmi5 -tcmkoi8 cmmi5 -tcyrkoi8 cmcyr5 +xcmmi6 -tcmkoi8 cmmi6 -tcyrkoi8 cmcyr6 +xcmmi7 -tcmkoi8 cmmi7 -tcyrkoi8 cmcti7 +xcmmi8 -tcmkoi8 cmmi8 -tcyrkoi8 cmcti8 +xcmmi9 -tcmkoi8 cmmi9 -tcyrkoi8 cmcti9 +xcmmi10 -tcmkoi8 cmmi10 -tcyrkoi8 cmcti10 +xcmmi12 -tcmkoi8 cmmi12 -tcyrkoi8 cmcti12 +xcmmib10 -tcmkoi8 cmmib10 -tcyrkoi8 cmcbx10 +xcmitt10 -tcmkoi8 cmitt10 -tcyrkoi8 cmcitt10 +xcmr5 -tcmkoi8e cmr5 -tcyrkoi8e cmcyr5 +xcmr6 -tcmkoi8e cmr6 -tcyrkoi8e cmcyr6 +xcmr7 -tcmkoi8e cmr7 -tcyrkoi8e cmcyr7 +xcmr8 -tcmkoi8e cmr8 -tcyrkoi8e cmcyr8 +xcmr9 -tcmkoi8e cmr9 -tcyrkoi8e cmcyr9 +xcmr10 -tcmkoi8e cmr10 -tcyrkoi8e cmcyr10 +xcmr12 -tcmkoi8e cmr12 -tcyrkoi8e cmcyr12 +xcmr17 -tcmkoi8e cmr17 -tcyrkoi8e cmcyr17 +xcmsl8 -tcmkoi8e cmsl8 -tcyrkoi8e cmcsl8 +xcmsl9 -tcmkoi8e cmsl9 -tcyrkoi8e cmcsl9 +xcmsl10 -tcmkoi8e cmsl10 -tcyrkoi8e cmcsl10 +xcmsl12 -tcmkoi8e cmsl12 -tcyrkoi8e cmcsl12 +xcmsltt10 -tcmkoi8 cmsltt10 -tcyrkoi8 cmcsltt10 +xcmss8 -tcmkoi8e cmss8 -tcyrkoi8e cmcss8 +xcmssq8 -tcmkoi8e cmssq8 -tcyrkoi8e cmcssq8 +xcmssqi8 -tcmkoi8e cmssqi8 -tcyrkoi8e cmcssqi8 +xcmss9 -tcmkoi8e cmss9 -tcyrkoi8e cmcss9 +xcmss10 -tcmkoi8e cmss10 -tcyrkoi8e cmcss10 +xcmss12 -tcmkoi8e cmss12 -tcyrkoi8e cmcss12 +xcmss17 -tcmkoi8e cmss17 -tcyrkoi8e cmcss17 +xcmssbx10 -tcmkoi8e cmssbx10 -tcyrkoi8e cmcssbx10 +xcmssdc10 -tcmkoi8e cmssdc10 -tcyrkoi8e cmcssdc10 +xcmssi8 -tcmkoi8e cmssi8 -tcyrkoi8e cmcssi8 +xcmssi9 -tcmkoi8e cmssi9 -tcyrkoi8e cmcssi9 +xcmssi10 -tcmkoi8e cmssi10 -tcyrkoi8e cmcssi10 +xcmssi12 -tcmkoi8e cmssi12 -tcyrkoi8e cmcssi12 +xcmssi17 -tcmkoi8e cmssi17 -tcyrkoi8e cmcssi17 +xcmti7 -tcmkoi8e cmti7 -tcyrkoi8e cmcti7 +xcmti8 -tcmkoi8e cmti8 -tcyrkoi8e cmcti8 +xcmti9 -tcmkoi8e cmti9 -tcyrkoi8e cmcti9 +xcmti10 -tcmkoi8e cmti10 -tcyrkoi8e cmcti10 +xcmti12 -tcmkoi8e cmti12 -tcyrkoi8e cmcti12 +xcmtt8 -tcmkoi8 cmtt8 -tcyrkoi8 cmctt8 +xcmtt9 -tcmkoi8 cmtt9 -tcyrkoi8 cmctt9 +xcmtt10 -tcmkoi8 cmtt10 -tcyrkoi8 cmctt10 +xcmtt12 -tcmkoi8 cmtt12 -tcyrkoi8 cmctt12 +xcmu10 -tcmkoi8e cmu10 -tcyrkoi8e cmcu10 diff -Nru texlive-lang-2007.dfsg.4/texmf-dist/doc/fonts/cmcyr/merge.o6w texlive-lang-2009/texmf-dist/doc/fonts/cmcyr/merge.o6w --- texlive-lang-2007.dfsg.4/texmf-dist/doc/fonts/cmcyr/merge.o6w 1970-01-01 01:00:00.000000000 +0100 +++ texlive-lang-2009/texmf-dist/doc/fonts/cmcyr/merge.o6w 2008-06-16 19:18:51.000000000 +0100 @@ -0,0 +1,60 @@ +cmbw10 -tcmwine cmb10 -tcyrwine cmcb10 +cmbxw5 -tcmwine cmbx5 -tcyrwine cmcbx5 +cmbxw6 -tcmwine cmbx6 -tcyrwine cmcbx6 +cmbxw7 -tcmwine cmbx7 -tcyrwine cmcbx7 +cmbxw8 -tcmwine cmbx8 -tcyrwine cmcbx8 +cmbxw9 -tcmwine cmbx9 -tcyrwine cmcbx9 +cmbxw10 -tcmwine cmbx10 -tcyrwine cmcbx10 +cmbxw12 -tcmwine cmbx12 -tcyrwine cmcbx12 +cmbxslw10 -tcmwine cmbxsl10 -tcyrwine cmcbxsl10 +cmbxtiw10 -tcmwine cmbxti10 -tcyrwine cmcbxti10 +cmcscw8 -tcmwine cmcsc8 -tcyrwine cmccsc8 +cmcscw9 -tcmwine cmcsc9 -tcyrwine cmccsc9 +cmcscw10 -tcmwine cmcsc10 -tcyrwine cmccsc10 +cminchw -tcmwine cminch -tcyrwine cmcinch +cmmiw5 -tcmwin cmmi5 -tcyrwin cmcyr5 +cmmiw6 -tcmwin cmmi6 -tcyrwin cmcyr6 +cmmiw7 -tcmwin cmmi7 -tcyrwin cmcti7 +cmmiw8 -tcmwin cmmi8 -tcyrwin cmcti8 +cmmiw9 -tcmwin cmmi9 -tcyrwin cmcti9 +cmmiw10 -tcmwin cmmi10 -tcyrwin cmcti10 +cmmiw12 -tcmwin cmmi12 -tcyrwin cmcti12 +cmmibw10 -tcmwin cmmib10 -tcyrwin cmcbx10 +cmittw10 -tcmwin cmitt10 -tcyrwin cmcitt10 +cmrw5 -tcmwine cmr5 -tcyrwine cmcyr5 +cmrw6 -tcmwine cmr6 -tcyrwine cmcyr6 +cmrw7 -tcmwine cmr7 -tcyrwine cmcyr7 +cmrw8 -tcmwine cmr8 -tcyrwine cmcyr8 +cmrw9 -tcmwine cmr9 -tcyrwine cmcyr9 +cmrw10 -tcmwine cmr10 -tcyrwine cmcyr10 +cmrw12 -tcmwine cmr12 -tcyrwine cmcyr12 +cmrw17 -tcmwine cmr17 -tcyrwine cmcyr17 +cmswl8 -tcmwine cmsl8 -tcyrwine cmcsl8 +cmslw9 -tcmwine cmsl9 -tcyrwine cmcsl9 +cmslw10 -tcmwine cmsl10 -tcyrwine cmcsl10 +cmslw12 -tcmwine cmsl12 -tcyrwine cmcsl12 +cmslttw10 -tcmwine cmsltt10 -tcyrwine cmcsltt10 +cmssw8 -tcmwine cmss8 -tcyrwine cmcss8 +cmssqw8 -tcmwine cmssq8 -tcyrwine cmcssq8 +cmssqiw8 -tcmwine cmssqi8 -tcyrwine cmcssqi8 +cmssw9 -tcmwine cmss9 -tcyrwine cmcss9 +cmssw10 -tcmwine cmss10 -tcyrwine cmcss10 +cmssw12 -tcmwine cmss12 -tcyrwine cmcss12 +cmssw17 -tcmwine cmss17 -tcyrwine cmcss17 +cmssbxw10 -tcmwine cmssbx10 -tcyrwine cmcssbx10 +cmssdcw10 -tcmwine cmssdc10 -tcyrwine cmcssdc10 +cmssiw8 -tcmwine cmssi8 -tcyrwine cmcssi8 +cmssiw9 -tcmwine cmssi9 -tcyrwine cmcssi9 +cmssiw10 -tcmwine cmssi10 -tcyrwine cmcssi10 +cmssiw12 -tcmwine cmssi12 -tcyrwine cmcssi12 +cmssiw17 -tcmwine cmssi17 -tcyrwine cmcssi17 +cmtiw7 -tcmwine cmti7 -tcyrwine cmcti7 +cmtiw8 -tcmwine cmti8 -tcyrwine cmcti8 +cmtiw9 -tcmwine cmti9 -tcyrwine cmcti9 +cmtiw10 -tcmwine cmti10 -tcyrwine cmcti10 +cmtiw12 -tcmwine cmti12 -tcyrwine cmcti12 +cmttw8 -tcmwin cmtt8 -tcyrwin cmctt8 +cmttw9 -tcmwin cmtt9 -tcyrwin cmctt9 +cmttw10 -tcmwin cmtt10 -tcyrwin cmctt10 +cmttw12 -tcmwin cmtt12 -tcyrwin cmctt12 +cmuw10 -tcmwine cmu10 -tcyrwine cmcu10 diff -Nru texlive-lang-2007.dfsg.4/texmf-dist/doc/fonts/cmcyr/merge.win texlive-lang-2009/texmf-dist/doc/fonts/cmcyr/merge.win --- texlive-lang-2007.dfsg.4/texmf-dist/doc/fonts/cmcyr/merge.win 1970-01-01 01:00:00.000000000 +0100 +++ texlive-lang-2009/texmf-dist/doc/fonts/cmcyr/merge.win 2008-06-16 19:18:51.000000000 +0100 @@ -0,0 +1,60 @@ +xcmb10 -tcmwine cmb10 -tcyrwine cmcb10 +xcmbx5 -tcmwine cmbx5 -tcyrwine cmcbx5 +xcmbx6 -tcmwine cmbx6 -tcyrwine cmcbx6 +xcmbx7 -tcmwine cmbx7 -tcyrwine cmcbx7 +xcmbx8 -tcmwine cmbx8 -tcyrwine cmcbx8 +xcmbx9 -tcmwine cmbx9 -tcyrwine cmcbx9 +xcmbx10 -tcmwine cmbx10 -tcyrwine cmcbx10 +xcmbx12 -tcmwine cmbx12 -tcyrwine cmcbx12 +xcmbxsl10 -tcmwine cmbxsl10 -tcyrwine cmcbxsl10 +xcmbxti10 -tcmwine cmbxti10 -tcyrwine cmcbxti10 +xcmcsc8 -tcmwine cmcsc8 -tcyrwine cmccsc8 +xcmcsc9 -tcmwine cmcsc9 -tcyrwine cmccsc9 +xcmcsc10 -tcmwine cmcsc10 -tcyrwine cmccsc10 +xcminch -tcmwine cminch -tcyrwine cmcinch +xcmmi5 -tcmwin cmmi5 -tcyrwin cmcyr5 +xcmmi6 -tcmwin cmmi6 -tcyrwin cmcyr6 +xcmmi7 -tcmwin cmmi7 -tcyrwin cmcti7 +xcmmi8 -tcmwin cmmi8 -tcyrwin cmcti8 +xcmmi9 -tcmwin cmmi9 -tcyrwin cmcti9 +xcmmi10 -tcmwin cmmi10 -tcyrwin cmcti10 +xcmmi12 -tcmwin cmmi12 -tcyrwin cmcti12 +xcmmib10 -tcmwin cmmib10 -tcyrwin cmcbx10 +xcmitt10 -tcmwin cmitt10 -tcyrwin cmcitt10 +xcmr5 -tcmwine cmr5 -tcyrwine cmcyr5 +xcmr6 -tcmwine cmr6 -tcyrwine cmcyr6 +xcmr7 -tcmwine cmr7 -tcyrwine cmcyr7 +xcmr8 -tcmwine cmr8 -tcyrwine cmcyr8 +xcmr9 -tcmwine cmr9 -tcyrwine cmcyr9 +xcmr10 -tcmwine cmr10 -tcyrwine cmcyr10 +xcmr12 -tcmwine cmr12 -tcyrwine cmcyr12 +xcmr17 -tcmwine cmr17 -tcyrwine cmcyr17 +xcmsl8 -tcmwine cmsl8 -tcyrwine cmcsl8 +xcmsl9 -tcmwine cmsl9 -tcyrwine cmcsl9 +xcmsl10 -tcmwine cmsl10 -tcyrwine cmcsl10 +xcmsl12 -tcmwine cmsl12 -tcyrwine cmcsl12 +xcmsltt10 -tcmwine cmsltt10 -tcyrwine cmcsltt10 +xcmss8 -tcmwine cmss8 -tcyrwine cmcss8 +xcmssq8 -tcmwine cmssq8 -tcyrwine cmcssq8 +xcmssqi8 -tcmwine cmssqi8 -tcyrwine cmcssqi8 +xcmss9 -tcmwine cmss9 -tcyrwine cmcss9 +xcmss10 -tcmwine cmss10 -tcyrwine cmcss10 +xcmss12 -tcmwine cmss12 -tcyrwine cmcss12 +xcmss17 -tcmwine cmss17 -tcyrwine cmcss17 +xcmssbx10 -tcmwine cmssbx10 -tcyrwine cmcssbx10 +xcmssdc10 -tcmwine cmssdc10 -tcyrwine cmcssdc10 +xcmssi8 -tcmwine cmssi8 -tcyrwine cmcssi8 +xcmssi9 -tcmwine cmssi9 -tcyrwine cmcssi9 +xcmssi10 -tcmwine cmssi10 -tcyrwine cmcssi10 +xcmssi12 -tcmwine cmssi12 -tcyrwine cmcssi12 +xcmssi17 -tcmwine cmssi17 -tcyrwine cmcssi17 +xcmti7 -tcmwine cmti7 -tcyrwine cmcti7 +xcmti8 -tcmwine cmti8 -tcyrwine cmcti8 +xcmti9 -tcmwine cmti9 -tcyrwine cmcti9 +xcmti10 -tcmwine cmti10 -tcyrwine cmcti10 +xcmti12 -tcmwine cmti12 -tcyrwine cmcti12 +xcmtt8 -tcmwin cmtt8 -tcyrwin cmctt8 +xcmtt9 -tcmwin cmtt9 -tcyrwin cmctt9 +xcmtt10 -tcmwin cmtt10 -tcyrwin cmctt10 +xcmtt12 -tcmwin cmtt12 -tcyrwin cmctt12 +xcmu10 -tcmwine cmu10 -tcyrwine cmcu10 diff -Nru texlive-lang-2007.dfsg.4/texmf-dist/doc/fonts/cmcyr/vf/cmcyr6i/merge.bat texlive-lang-2009/texmf-dist/doc/fonts/cmcyr/vf/cmcyr6i/merge.bat --- texlive-lang-2007.dfsg.4/texmf-dist/doc/fonts/cmcyr/vf/cmcyr6i/merge.bat 1970-01-01 01:00:00.000000000 +0100 +++ texlive-lang-2009/texmf-dist/doc/fonts/cmcyr/vf/cmcyr6i/merge.bat 2008-06-16 19:18:51.000000000 +0100 @@ -0,0 +1,3 @@ +set TF=f:\tex\texmf\fonts\tfm\public +set TEXTFM=%TF%\cmcyr;%TF%\cm;%TF%\extracm +f:\tex\bin\dos\tfmerge -lmerge.6i diff -Nru texlive-lang-2007.dfsg.4/texmf-dist/doc/fonts/cmcyr/vf/cmcyr6k/merge.bat texlive-lang-2009/texmf-dist/doc/fonts/cmcyr/vf/cmcyr6k/merge.bat --- texlive-lang-2007.dfsg.4/texmf-dist/doc/fonts/cmcyr/vf/cmcyr6k/merge.bat 1970-01-01 01:00:00.000000000 +0100 +++ texlive-lang-2009/texmf-dist/doc/fonts/cmcyr/vf/cmcyr6k/merge.bat 2008-06-16 19:18:51.000000000 +0100 @@ -0,0 +1,3 @@ +set TF=f:\tex\texmf\fonts\tfm\public +set TEXTFM=%TF%\cmcyr;%TF%\cm;%TF%\extracm +f:\tex\bin\dos\tfmerge -lmerge.6k diff -Nru texlive-lang-2007.dfsg.4/texmf-dist/doc/fonts/cmcyr/vf/cmcyr6w/merge.bat texlive-lang-2009/texmf-dist/doc/fonts/cmcyr/vf/cmcyr6w/merge.bat --- texlive-lang-2007.dfsg.4/texmf-dist/doc/fonts/cmcyr/vf/cmcyr6w/merge.bat 1970-01-01 01:00:00.000000000 +0100 +++ texlive-lang-2009/texmf-dist/doc/fonts/cmcyr/vf/cmcyr6w/merge.bat 2008-06-16 19:18:51.000000000 +0100 @@ -0,0 +1,3 @@ +set TF=f:\tex\texmf\fonts\tfm\public +set TEXTFM=%TF%\cmcyr;%TF%\cm;%TF%\extracm +f:\tex\bin\dos\tfmerge -lmerge.6w diff -Nru texlive-lang-2007.dfsg.4/texmf-dist/doc/fonts/cmcyr/wncalt texlive-lang-2009/texmf-dist/doc/fonts/cmcyr/wncalt --- texlive-lang-2007.dfsg.4/texmf-dist/doc/fonts/cmcyr/wncalt 1970-01-01 01:00:00.000000000 +0100 +++ texlive-lang-2009/texmf-dist/doc/fonts/cmcyr/wncalt 2008-06-16 19:18:51.000000000 +0100 @@ -0,0 +1,64 @@ + 16 158 1 % ? - > YU + 17 134 1 % ? - > ZHE + 18 137 1 % ? - > SHORT I + 19 240 1 % ? - > YO + 23 159 1 % ? - > YA + 65 128 1 % A - > A + 66 129 1 % B - > BE + 67 150 1 % C - > TSE + 68 132 1 % D - > DE + 69 133 1 % E - > IE + 70 148 1 % F - > EF + 71 131 1 % G - > GHE + 72 149 1 % H - > HA + 73 136 1 % I - > I + 75 138 1 % K - > KA + 76 139 1 % L - > EL + 77 140 1 % M - > EM + 78 141 1 % N - > EN + 79 142 1 % O - > O + 80 143 1 % P - > PE + 81 151 1 % Q - > CHE + 82 144 1 % R - > ER + 83 145 1 % S - > ES + 84 146 1 % T - > TE + 85 147 1 % U - > U + 86 130 1 % V - > VE + 87 153 1 % W - > SHCHA + 88 152 1 % X - > SHA + 89 155 1 % Y - > YERU + 90 135 1 % Z - > ZE + 94 156 1 % ^ - > SOFT SIGN + 95 154 1 % _ - > HARD SIGN + 21 238 1 % ? - > yu + 22 166 1 % ? - > zhe + 23 169 1 % ? - > short i + 24 241 1 % ? - > yo + 31 239 1 % ? - > ya + 97 160 1 % a - > a + 98 161 1 % b - > be + 99 230 1 % c - > tse +100 164 1 % d - > de +101 165 1 % e - > ie +102 228 1 % f - > ef +103 163 1 % g - > ghe +104 229 1 % h - > ha +105 168 1 % i - > i +107 170 1 % k - > ka +108 171 1 % l - > el +109 172 1 % m - > em +110 173 1 % n - > en +111 174 1 % o - > o +112 175 1 % p - > pe +113 231 1 % q - > che +114 224 1 % r - > er +115 225 1 % s - > es +116 226 1 % t - > te +117 227 1 % u - > u +118 162 1 % v - > ve +119 233 1 % w - > shcha +120 232 1 % x - > sha +121 235 1 % y - > yeru +122 167 1 % z - > ze +126 237 1 % ^ - > soft sign +127 234 1 % _ - > hard sign diff -Nru texlive-lang-2007.dfsg.4/texmf-dist/doc/fonts/cmcyr/wncalte texlive-lang-2009/texmf-dist/doc/fonts/cmcyr/wncalte --- texlive-lang-2007.dfsg.4/texmf-dist/doc/fonts/cmcyr/wncalte 1970-01-01 01:00:00.000000000 +0100 +++ texlive-lang-2009/texmf-dist/doc/fonts/cmcyr/wncalte 2008-06-16 19:18:51.000000000 +0100 @@ -0,0 +1,66 @@ + 16 158 1 % ? - > YU + 17 134 1 % ? - > ZHE + 18 137 1 % ? - > SHORT I + 19 240 1 % ? - > YO + 23 159 1 % ? - > YA + 65 128 1 % A - > A + 66 129 1 % B - > BE + 67 150 1 % C - > TSE + 68 132 1 % D - > DE + 69 133 1 % E - > IE + 70 148 1 % F - > EF + 71 131 1 % G - > GHE + 72 149 1 % H - > HA + 73 136 1 % I - > I + 75 138 1 % K - > KA + 76 139 1 % L - > EL + 77 140 1 % M - > EM + 78 141 1 % N - > EN + 79 142 1 % O - > O + 80 143 1 % P - > PE + 81 151 1 % Q - > CHE + 82 144 1 % R - > ER + 83 145 1 % S - > ES + 84 146 1 % T - > TE + 85 147 1 % U - > U + 86 130 1 % V - > VE + 87 153 1 % W - > SHCHA + 88 152 1 % X - > SHA + 89 155 1 % Y - > YERU + 90 135 1 % Z - > ZE + 94 156 1 % ^ - > SOFT SIGN + 95 154 1 % _ - > HARD SIGN + 21 238 1 % ? - > yu + 22 166 1 % ? - > zhe + 23 169 1 % ? - > short i + 24 241 1 % ? - > yo + 31 239 1 % ? - > ya + 97 160 1 % a - > a + 98 161 1 % b - > be + 99 230 1 % c - > tse +100 164 1 % d - > de +101 165 1 % e - > ie +102 228 1 % f - > ef +103 163 1 % g - > ghe +104 229 1 % h - > ha +105 168 1 % i - > i +107 170 1 % k - > ka +108 171 1 % l - > el +109 172 1 % m - > em +110 173 1 % n - > en +111 174 1 % o - > o +112 175 1 % p - > pe +113 231 1 % q - > che +114 224 1 % r - > er +115 225 1 % s - > es +116 226 1 % t - > te +117 227 1 % u - > u +118 162 1 % v - > ve +119 233 1 % w - > shcha +120 232 1 % x - > sha +121 235 1 % y - > yeru +122 167 1 % z - > ze +126 237 1 % ^ - > soft sign +127 234 1 % _ - > hard sign + 29 60 1 % - > rewrite < characters by << + 30 62 1 % - > rewrite > characters by >> diff -Nru texlive-lang-2007.dfsg.4/texmf-dist/doc/fonts/cmcyr/wnciso texlive-lang-2009/texmf-dist/doc/fonts/cmcyr/wnciso --- texlive-lang-2007.dfsg.4/texmf-dist/doc/fonts/cmcyr/wnciso 1970-01-01 01:00:00.000000000 +0100 +++ texlive-lang-2009/texmf-dist/doc/fonts/cmcyr/wnciso 2008-06-16 19:18:51.000000000 +0100 @@ -0,0 +1,64 @@ + 16 206 1 % ? - > YU + 17 182 1 % ? - > ZHE + 18 185 1 % ? - > SHORT I + 19 161 1 % ? - > YO + 23 207 1 % ? - > YA + 65 176 1 % A - > A + 66 177 1 % B - > BE + 67 198 1 % C - > TSE + 68 180 1 % D - > DE + 69 181 1 % E - > IE + 70 196 1 % F - > EF + 71 179 1 % G - > GHE + 72 197 1 % H - > HA + 73 184 1 % I - > I + 75 186 1 % K - > KA + 76 187 1 % L - > EL + 77 188 1 % M - > EM + 78 189 1 % N - > EN + 79 190 1 % O - > O + 80 191 1 % P - > PE + 81 199 1 % Q - > CHE + 82 192 1 % R - > ER + 83 193 1 % S - > ES + 84 194 1 % T - > TE + 85 195 1 % U - > U + 86 178 1 % V - > VE + 87 201 1 % W - > SHCHA + 88 200 1 % X - > SHA + 89 203 1 % Y - > YERU + 90 183 1 % Z - > ZE + 94 202 1 % ^ - > SOFT SIGN + 95 204 1 % _ - > HARD SIGN + 21 238 1 % ? - > yu + 22 214 1 % ? - > zhe + 23 217 1 % ? - > short i + 24 241 1 % ? - > yo + 31 239 1 % ? - > ya + 97 208 1 % a - > a + 98 209 1 % b - > be + 99 230 1 % c - > tse +100 212 1 % d - > de +101 213 1 % e - > ie +102 228 1 % f - > ef +103 211 1 % g - > ghe +104 229 1 % h - > ha +105 216 1 % i - > i +107 218 1 % k - > ka +108 219 1 % l - > el +109 220 1 % m - > em +110 221 1 % n - > en +111 222 1 % o - > o +112 223 1 % p - > pe +113 231 1 % q - > che +114 224 1 % r - > er +115 225 1 % s - > es +116 226 1 % t - > te +117 227 1 % u - > u +118 210 1 % v - > ve +119 233 1 % w - > shcha +120 232 1 % x - > sha +121 235 1 % y - > yeru +122 215 1 % z - > ze +126 237 1 % ^ - > soft sign +127 234 1 % _ - > hard sign diff -Nru texlive-lang-2007.dfsg.4/texmf-dist/doc/fonts/cmcyr/wncisoe texlive-lang-2009/texmf-dist/doc/fonts/cmcyr/wncisoe --- texlive-lang-2007.dfsg.4/texmf-dist/doc/fonts/cmcyr/wncisoe 1970-01-01 01:00:00.000000000 +0100 +++ texlive-lang-2009/texmf-dist/doc/fonts/cmcyr/wncisoe 2008-06-16 19:18:51.000000000 +0100 @@ -0,0 +1,66 @@ + 16 206 1 % ? - > YU + 17 182 1 % ? - > ZHE + 18 185 1 % ? - > SHORT I + 19 161 1 % ? - > YO + 23 207 1 % ? - > YA + 65 176 1 % A - > A + 66 177 1 % B - > BE + 67 198 1 % C - > TSE + 68 180 1 % D - > DE + 69 181 1 % E - > IE + 70 196 1 % F - > EF + 71 179 1 % G - > GHE + 72 197 1 % H - > HA + 73 184 1 % I - > I + 75 186 1 % K - > KA + 76 187 1 % L - > EL + 77 188 1 % M - > EM + 78 189 1 % N - > EN + 79 190 1 % O - > O + 80 191 1 % P - > PE + 81 199 1 % Q - > CHE + 82 192 1 % R - > ER + 83 193 1 % S - > ES + 84 194 1 % T - > TE + 85 195 1 % U - > U + 86 178 1 % V - > VE + 87 201 1 % W - > SHCHA + 88 200 1 % X - > SHA + 89 203 1 % Y - > YERU + 90 183 1 % Z - > ZE + 94 202 1 % ^ - > SOFT SIGN + 95 204 1 % _ - > HARD SIGN + 21 238 1 % ? - > yu + 22 214 1 % ? - > zhe + 23 217 1 % ? - > short i + 24 241 1 % ? - > yo + 31 239 1 % ? - > ya + 97 208 1 % a - > a + 98 209 1 % b - > be + 99 230 1 % c - > tse +100 212 1 % d - > de +101 213 1 % e - > ie +102 228 1 % f - > ef +103 211 1 % g - > ghe +104 229 1 % h - > ha +105 216 1 % i - > i +107 218 1 % k - > ka +108 219 1 % l - > el +109 220 1 % m - > em +110 221 1 % n - > en +111 222 1 % o - > o +112 223 1 % p - > pe +113 231 1 % q - > che +114 224 1 % r - > er +115 225 1 % s - > es +116 226 1 % t - > te +117 227 1 % u - > u +118 210 1 % v - > ve +119 233 1 % w - > shcha +120 232 1 % x - > sha +121 235 1 % y - > yeru +122 215 1 % z - > ze +126 237 1 % ^ - > soft sign +127 234 1 % _ - > hard sign + 29 60 1 % - > rewrite < characters by << + 30 62 1 % - > rewrite > characters by >> diff -Nru texlive-lang-2007.dfsg.4/texmf-dist/doc/fonts/cmcyr/wnckoi8 texlive-lang-2009/texmf-dist/doc/fonts/cmcyr/wnckoi8 --- texlive-lang-2007.dfsg.4/texmf-dist/doc/fonts/cmcyr/wnckoi8 1970-01-01 01:00:00.000000000 +0100 +++ texlive-lang-2009/texmf-dist/doc/fonts/cmcyr/wnckoi8 2008-06-16 19:18:51.000000000 +0100 @@ -0,0 +1,62 @@ + 16 224 1 % ? - > YU + 17 231 1 % ? - > ZHE + 18 234 1 % ? - > SHORT I + 23 241 1 % ? - > YA + 65 225 1 % A - > A + 66 226 1 % B - > BE + 67 227 1 % C - > TSE + 68 228 1 % D - > DE + 69 229 1 % E - > IE + 70 230 1 % F - > EF + 71 231 1 % G - > GHE + 72 232 1 % H - > HA + 73 233 1 % I - > I + 75 235 1 % K - > KA + 76 236 1 % L - > EL + 77 237 1 % M - > EM + 78 238 1 % N - > EN + 79 239 1 % O - > O + 80 240 1 % P - > PE + 81 254 1 % Q - > CHE + 82 242 1 % R - > ER + 83 243 1 % S - > ES + 84 244 1 % T - > TE + 85 245 1 % U - > U + 86 247 1 % V - > VE + 87 253 1 % W - > SHCHA + 88 251 1 % X - > SHA + 89 249 1 % Y - > YERU + 90 250 1 % Z - > ZE + 94 248 1 % ^ - > SOFT SIGN + 95 255 1 % _ - > HARD SIGN + 21 192 1 % ? - > yu + 22 214 1 % ? - > zhe + 23 202 1 % ? - > short i + 31 209 1 % ? - > ya + 97 193 1 % a - > a + 98 194 1 % b - > be + 99 195 1 % c - > tse +100 196 1 % d - > de +101 197 1 % e - > ie +102 198 1 % f - > ef +103 199 1 % g - > ghe +104 200 1 % h - > ha +105 201 1 % i - > i +107 203 1 % k - > ka +108 204 1 % l - > el +109 205 1 % m - > em +110 206 1 % n - > en +111 207 1 % o - > o +112 209 1 % p - > pe +113 222 1 % q - > che +114 210 1 % r - > er +115 211 1 % s - > es +116 212 1 % t - > te +117 213 1 % u - > u +118 215 1 % v - > ve +119 221 1 % w - > shcha +120 219 1 % x - > sha +121 217 1 % y - > yeru +122 218 1 % z - > ze +126 216 1 % ^ - > soft sign +127 223 1 % _ - > hard sign diff -Nru texlive-lang-2007.dfsg.4/texmf-dist/doc/fonts/cmcyr/wnckoi8e texlive-lang-2009/texmf-dist/doc/fonts/cmcyr/wnckoi8e --- texlive-lang-2007.dfsg.4/texmf-dist/doc/fonts/cmcyr/wnckoi8e 1970-01-01 01:00:00.000000000 +0100 +++ texlive-lang-2009/texmf-dist/doc/fonts/cmcyr/wnckoi8e 2008-06-16 19:18:51.000000000 +0100 @@ -0,0 +1,64 @@ + 16 224 1 % ? - > YU + 17 231 1 % ? - > ZHE + 18 234 1 % ? - > SHORT I + 23 241 1 % ? - > YA + 65 225 1 % A - > A + 66 226 1 % B - > BE + 67 227 1 % C - > TSE + 68 228 1 % D - > DE + 69 229 1 % E - > IE + 70 230 1 % F - > EF + 71 231 1 % G - > GHE + 72 232 1 % H - > HA + 73 233 1 % I - > I + 75 235 1 % K - > KA + 76 236 1 % L - > EL + 77 237 1 % M - > EM + 78 238 1 % N - > EN + 79 239 1 % O - > O + 80 240 1 % P - > PE + 81 254 1 % Q - > CHE + 82 242 1 % R - > ER + 83 243 1 % S - > ES + 84 244 1 % T - > TE + 85 245 1 % U - > U + 86 247 1 % V - > VE + 87 253 1 % W - > SHCHA + 88 251 1 % X - > SHA + 89 249 1 % Y - > YERU + 90 250 1 % Z - > ZE + 94 248 1 % ^ - > SOFT SIGN + 95 255 1 % _ - > HARD SIGN + 21 192 1 % ? - > yu + 22 214 1 % ? - > zhe + 23 202 1 % ? - > short i + 31 209 1 % ? - > ya + 97 193 1 % a - > a + 98 194 1 % b - > be + 99 195 1 % c - > tse +100 196 1 % d - > de +101 197 1 % e - > ie +102 198 1 % f - > ef +103 199 1 % g - > ghe +104 200 1 % h - > ha +105 201 1 % i - > i +107 203 1 % k - > ka +108 204 1 % l - > el +109 205 1 % m - > em +110 206 1 % n - > en +111 207 1 % o - > o +112 209 1 % p - > pe +113 222 1 % q - > che +114 210 1 % r - > er +115 211 1 % s - > es +116 212 1 % t - > te +117 213 1 % u - > u +118 215 1 % v - > ve +119 221 1 % w - > shcha +120 219 1 % x - > sha +121 217 1 % y - > yeru +122 218 1 % z - > ze +126 216 1 % ^ - > soft sign +127 223 1 % _ - > hard sign + 29 60 1 % - > rewrite < characters by << + 30 62 1 % - > rewrite > characters by >> Binary files /tmp/hvjTIsp08A/texlive-lang-2007.dfsg.4/texmf-dist/doc/fonts/gfsbaskerville/gfsbaskerville.pdf and /tmp/ah2wg1Ygu3/texlive-lang-2009/texmf-dist/doc/fonts/gfsbaskerville/gfsbaskerville.pdf differ diff -Nru texlive-lang-2007.dfsg.4/texmf-dist/doc/fonts/gfsbaskerville/gfsbaskerville.tex texlive-lang-2009/texmf-dist/doc/fonts/gfsbaskerville/gfsbaskerville.tex --- texlive-lang-2007.dfsg.4/texmf-dist/doc/fonts/gfsbaskerville/gfsbaskerville.tex 1970-01-01 01:00:00.000000000 +0100 +++ texlive-lang-2009/texmf-dist/doc/fonts/gfsbaskerville/gfsbaskerville.tex 2008-01-05 17:07:41.000000000 +0000 @@ -0,0 +1,247 @@ +%% (c) copyright 2007 +%% Antonis Tsolomitis +%% Department of Mathematics, University of the Aegean +%% +%% This program can be redistributed and/or modified under the terms +%% of the LaTeX Project Public License Distributed from CTAN +%% archives in directory macros/latex/base/lppl.txt; either +%% version 1 of the License, or any later version. +%% +\documentclass{article} +\usepackage[polutonikogreek,english]{babel} +\usepackage[iso-8859-7]{inputenc} +\usepackage{gfsdidot,gfsbaskerville} +\usepackage{latexsym,amsfonts} +%\renewcommand{\ttdefault}{hlst} + +%%%%% Theorems and friends +\newtheorem{theorem}{Èåþñçìá}[section] +\newtheorem{lemma}[theorem]{ËÞììá} +\newtheorem{proposition}[theorem]{Ðñüôáóç} +\newtheorem{corollary}[theorem]{Ðüñéóìá} +\newtheorem{definition}[theorem]{Ïñéóìüò} +\newtheorem{remark}[theorem]{ÐáñáôÞñçóç} +\newtheorem{axiom}[theorem]{Áîßùìá} +\newtheorem{exercise}[theorem]{¶óêçóç} + + +%%%%% Environment ``proof'' +\newenvironment{proof}[1]{{\textit{Áðüäåéîç:}}}{\ \hfill$\Box$} +\newenvironment{hint}[1]{{\textit{Õðüäåéîç:}}}{\ \hfill$\Box$} +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + + + + + + +\title{The \textsc{gfsbaskerville} font} +\author{Antonis Tsolomitis\\ +Laboratory of Digital Typography\\ and Mathematical Software\\ +Department of Mathematics\\ +University of the Aegean} +\date {\textsc{25} December \textsc{2007}} + + +\begin{document} +\maketitle + +\section{Introduction} + +The \textsc{gfs}-Baskerville font (and hence this package) supports +only Greek, that is, only +the greek encoding LGR is supported, to the extend +that the font itself covers it. + +The font is loaded with + +\verb|\usepackage{gfsbaskerville}|. + + + The package +defines the environment \verb|gfsbaskerville| and the command +\verb|\textgfsbaskerville|. For example, while in Greek language + +\verb|\textgfsbaskerville{dokim'h}| + +produces + +\textgreek{\textgfsbaskerville{dokim'h}}. + +x-height is adjusted so that it matches with the x-height of the +\verb|gfsdidot| package. + + + +\section{Ligatures} + +This font contains several ligatures and alternate characters. By +default +some of them are turned on. These are the initial forms of +gamma (\textgreek{\textgfsbaskerville{ãã}}), +theta (\textgreek{\textgfsbaskerville{èè}}), rho +(\textgreek{\textgfsbaskerville{ññ}}), +the ligatures sigma-theta (\textgreek{\textgfsbaskerville{óè}}), +sigma-chi (\textgreek{\textgfsbaskerville{ó÷}}), +upsilon-iota (\textgreek{\textgfsbaskerville{õé}}), +omicron-sigma (\textgreek{\textgfsbaskerville{ïs}}) +and tau-tau (\textgreek{\textgfsbaskerville{ôô}}). + +All other ligatures are accessed with commands; these are as follows: + +\begin{center} +\begin{minipage}{4cm} +\begin{tabular}{|l|c|}\hline +\verb|\ou| & \textgreek{\textgfsbaskerville{\ou}} \\ \hline +\verb|\ouox| & \textgreek{\textgfsbaskerville{\ouox}} \\ \hline +\verb|\oudas| & \textgreek{\textgfsbaskerville{\oudas}} \\ \hline +\verb|\oupsil| & \textgreek{\textgfsbaskerville{\oupsil}} \\ \hline +\verb|\oupsilvar| & \textgreek{\textgfsbaskerville{\oupsilvar}} \\ \hline +\verb|\oudasox| & \textgreek{\textgfsbaskerville{\oudasox}} \\ \hline +\verb|\oupsilox| & \textgreek{\textgfsbaskerville{\oupsilox}} \\ \hline +\verb|\ouper| & \textgreek{\textgfsbaskerville{\ouper}} \\ \hline +\end{tabular} +\end{minipage} +\begin{minipage}{4cm} +\begin{tabular}{|l|c|}\hline +\verb|\oupsilper| & \textgreek{\textgfsbaskerville{\oupsilper}} \\ \hline +\verb|\oudasper| & \textgreek{\textgfsbaskerville{\oudasper}} \\ \hline +\verb|\oudier| & \textgreek{\textgfsbaskerville{\oudier}} \\ \hline +\verb|\oudierox| & \textgreek{\textgfsbaskerville{\oudierox}} \\ \hline +\verb|\oudiervar| & \textgreek{\textgfsbaskerville{\oudiervar}} \\ \hline +\verb|\kai| & \textgreek{\textgfsbaskerville{\kai}} \\ \hline +\verb|\pialt| & \textgreek{\textgfsbaskerville{\pialt}} \\ \hline +\verb|\dagger| & \textgreek{\textgfsbaskerville{\dagger}} \\ \hline +\end{tabular} +\end{minipage} +\end{center} + + + + +\section{Installation} + +Copy the contents of the subdirectory afm in +texmf/fonts/afm/GFS/Baskerville/ + +\medskip + +\noindent Copy the contents of the subdirectory doc in +texmf/doc/latex/GFS/Baskerville/ + +\medskip + +\noindent Copy the contents of the subdirectory enc in +texmf/fonts/enc/dvips/GFS/Baskerville/ + +\medskip + +\noindent Copy the contents of the subdirectory map in +texmf/fonts/map/dvips/GFS/Baskerville/ + +\medskip + +\noindent Copy the contents of the subdirectory tex in +texmf/tex/latex/GFS/Baskerville/ + +\medskip + +\noindent Copy the contents of the subdirectory tfm in +texmf/fonts/tfm/GFS/Baskerville/ + +\medskip + +\noindent Copy the contents of the subdirectory type1 in +texmf/fonts/type1/GFS/Baskerville/ + +\medskip + +\noindent Copy the contents of the subdirectory vf in +texmf/fonts/vf/GFS/Baskerville/ + +\medskip + +\noindent In your installation's updmap.cfg file add the line + +\medskip + +\noindent Map gfsbaskerville.map + +\medskip + +\noindent Refresh your filename database and the map file database: + +\noindent On Unix systems (with \TeX{}Live or te\TeX) +run mktexlsr and then run the updmap-sys (or updmap on older systems) script as root). + +\noindent On Windows systems with Mik\TeX, add the line + +Map gfsbaskerville.map + +\noindent running + +initexmf --edit-config-file updmap + +\noindent in a \textsc{dos} window, and after saving the file, +run + +initexmf --mkmaps + +\noindent to rebuild the font map files. + + +You are now ready to use the font. + + + +\section{Problems} + + + The +accents of the capital letters should hang in the left margin when such a letter starts a +line. \TeX\ and \LaTeX\ do not provide the tools for such a +feature. However, this seems to be possible with +\textlatin{pdf\TeX} +As this is work in progress, please be patient\ldots + + +\newpage + +\section{Samples} + + +\Large +\greektext\selectlanguage{polutonikogreek} +\begin{gfsbaskerville} +\begin{center} +<'Hrhc +\end{center} +\begin{flushright} +èõìßáìá áñþìáôá +\end{flushright} +\begin{center} +\begin{verse} +ÊõáíÝïéò êüëðïéóéí >åíçìÝíç, >áåñüìïñöå,\\ +<'Çñá ðáìâáóßëåéá, Äé`ïò óýëëåêôñå ìÜêáéñá,\\ +øõ÷ïôñüöïõò a>'urac èíçôï~éò ðáñÝ÷ïõóá ðñïóçíå~éò,\\ +>'ïìâñùí ì`åí ìÞôçñ, >áíÝìùí ôñïöÝ, ðáíôïãÝíåèëå:\\ +÷ùñ`éò ã`áñ óÝèåí ï>õä`åí <'ïëùò æù~çò öýóéí >'åãíù:\\ +êïéíùíå~éò ã`áñ <'áðáóé êåêñáìÝíç >çÝñé óåìí~ùé:\\ +ðÜíôùí ã`áñ êñáôÝåéò ìïýíç ðÜíôåóóß ô'' >áíÜóóåéò\\ +>çåñßïéò <ñïßæïéóé ôéíáóóïìÝíç êáô`á ÷å~õìá.\\ +>áëëÜ, ìÜêáéñá èåÜ, ðïëõþíõìå, ðáìâáóßëåéá,\\ +>'åëèïéò å>õìåíÝïõóá êáë~ùé ãÞèïíôé ðñïóþðùé.\\ +\end{verse} +\end{center} +\end{gfsbaskerville} + + + + + +\end{document} + +%%% Local Variables: +%%% mode: latex +%%% TeX-master: t +%%% End: diff -Nru texlive-lang-2007.dfsg.4/texmf-dist/doc/fonts/gfsbaskerville/OFL-FAQ.txt texlive-lang-2009/texmf-dist/doc/fonts/gfsbaskerville/OFL-FAQ.txt --- texlive-lang-2007.dfsg.4/texmf-dist/doc/fonts/gfsbaskerville/OFL-FAQ.txt 1970-01-01 01:00:00.000000000 +0100 +++ texlive-lang-2009/texmf-dist/doc/fonts/gfsbaskerville/OFL-FAQ.txt 2008-01-05 17:07:41.000000000 +0000 @@ -0,0 +1,182 @@ +OFL FAQ - Frequently Asked Questions about the SIL Open Font License (OFL) +Version 1.0 - 22 November 2005 +(See http://scripts.sil.org/OFL for updates) + + +1 ABOUT USING AND DISTRIBUTING FONTS LICENSED UNDER THE OFL + +1.1 Can I use the fonts in any publication, even embedded in the file? +Yes. You may use them like most other fonts, but unlike some fonts you may include an embedded subset of the fonts in your document. Such use does not require you to include this license or other files (listed in OFL condition 2), nor does it require any type of acknowledgement within the publication. Some mention of the font name within the publication information (such as in a colophon) is usually appreciated. If you wish to include the complete font as a separate file, you should distribute the full font package, including all existing acknowledgements, and comply with the OFL conditions. Of course, referencing or embedding an OFL font in any document does not change the license of the document itself. The resulting document is not a derivative anymore than a compiled program is a derivative of a compiler. Similarly, creating a graphic using an OFL font does not make the resulting artwork subject to the OFL. + +1.2 Can I make web pages using these fonts? +Yes! Go ahead! Using CSS (Cascading Style Sheets) is recommended. + +1.3 Can I make the fonts available to others from my web site? +Yes, as long as you meet the conditions for use (include the necessary files, don't abuse the Author(s)' names, rename Modified Versions, do not sublicense and do not sell by itself). + +1.4 Can the fonts be included with free and open source software distributions (such as GNU/Linux and BSD distributions)? +Yes! The OFL is compatible with most FLOSS (Free/Libre and Open Source Software) licenses. You can also repackage the fonts and the accompanying components in a .rpm or .deb package and include them in distro CD/DVDs and online repositories. + +1.5 I want to distribute the fonts with my program. Does this mean my program also has to be free and open source software? +No. Only the portions based on the font software are required to be released under the OFL. The intent of the license is to allow aggregation or bundling also with software under restricted licensing. + +1.6 Can I include the fonts on a CD of freeware or commercial fonts? +Yes, as long some other font or software is also on the disk, so the OFL font is not sold by itself. + +1.7 Can I sell a software package that includes these fonts? +Yes, you can do this with both the Standard Version and a Modified Version. Examples of bundling made possible by the OFL would include: word processors, design and publishing applications, training and educational software, edutainment software, etc. + +1.8 Why won't the OFL let me sell the fonts alone? +The intent is to keep people from making money by simply redistributing the fonts. The only people who ought to profit directly from the fonts should be the original authors, and those authors have kindly given up potential income to distribute their fonts under the OFL. Please honor and respect their contribution! + +1.9 I've come across a font released under the OFL. How can I easily get more information about the Standard Version? How can I know where it stands compared to the Standard Version or other Modified Versions? +Consult the copyright statement in the license for how to contact the original authors. Consult the FONTLOG for information on if and how the font differs from the Standard Version, and get in touch with the various contributors via the information in the acknowledgment section. Please consider using the Standard Versions of the fonts whenever possible. + +1.10 What do you mean in condition 4? Can you provide examples of abusive promotion / endorsement / advertisement vs. normal acknowledgement? +The intent is that the goodwill and reputation of the authors should not be used in a way that makes it sound like the original authors endorse or approve of a specific Modified Version or software bundle. For example, it would not be right to advertise a word processor by naming the authors in a listing of software features, or to promote a Modified Version on a web site by saying "designed by...". However, it would be appropriate to acknowledge the authors if your software package has a list of people who deserve thanks. We realize that this can seem to be a gray area, but the standard used to judge an acknowledgement is that if the acknowledgement benefits the authors it is allowed, but if it primarily benefits other parties, or could reflect poorly on the authors, then it is not. + + +2 ABOUT MODIFYING OFL LICENSED FONTS + +2.1 Can I change the fonts? Are there any limitations to what things I can and cannot change? +You are allowed to change anything, as long as such changes do not violate the terms of the license. In other words, you could not remove the copyright statement from the font, but you could add additional information into it that covers your contribution. + +2.2 I have a font that needs a few extra glyphs - can I take them from an OFL licensed font and copy them into mine? +Yes, but if you distribute that font to others it must be under the OFL, and include the information mentioned in condition 2 of the license. + +2.3 Can I charge people for my additional work? In other words, if I add a bunch of special glyphs and/or OpenType/Graphite code, can I sell the enhanced font? +Not by itself. Derivative fonts must be released under the OFL and cannot be sold by themselves. It is permitted, however, to include them in a larger software package (such as text editors, office suites or operating systems), even if the larger package is sold. In that case, you are strongly encouraged, but not required, to also make that derived font easily and freely available outside of the larger package. + +2.4 Can I pay someone to enhance the fonts for my use and distribution? +Yes. This is a good way to fund the further development of the fonts. Keep in mind, however, that if the font is distributed to others it must be under the OFL. You won't be able to recover your investment by exclusively selling the font, but you will be making a valuable contribution to the community. Please remember how you have benefitted from the contributions of others. + +2.5 I need to make substantial revisions to the font to make it work with my program. It will be a lot of work, and a big investment, and I want to be sure that it can only be distributed with my program. Can I restrict its use? +No. If you redistribute a Modified Version of the font it must be under the OFL. You may not restrict it in any way. This is intended to ensure that all released improvements to the fonts become available to everyone. But you will likely get an edge over competitors by being the first to distribute a bundle with the enhancements. Again, please remember how you have benefitted from the contributions of others. + +2.6 Do I have to make any derivative fonts (including source code, build scripts, documentation, etc.) publicly available? +No, but please do share your improvements with others. You may find that you receive more than what you gave in return. + +2.7 Why can't I use the Reserved Font Name(s) in my derivative font names? I'd like people to know where the design came from. +The best way to acknowledge the source of the design is to thank the original authors and any other contributors in the files that are distributed with your revised font (although no acknowledgement is required). The FONTLOG is a natural place to do this. Reserved Font Name(s) ensure that the only fonts that have the original names are the unmodified Standard Versions. This eliminates potential confusion and name conflicts. When choosing a name be creative and try to avoid names that sound like the original. Keep in mind that the copyright holder can allow a specific trusted partner to use Reserved Font Name(s) through a separate written agreement. + +2.8 What do you mean by "references stored in the Font Software"? Do I have to delete every reference to the Reserved Font Name(s) from inside every file I modify? +No, not every reference. It would be fine, for example, to keep a text reference to the original fonts in your modified source code, as long as no one could be confused that your modified source is the original. But you cannot use the Reserved Font Names in any way to identify the font to the user (unless the Copyright Holder allows it through a separate agreement, see section 2.7). Users who install derivatives ("Modified Versions") on their systems should not see any of the original names ("Reserved Font Names") in their font menus, font properties dialogs, PostScript streams, documents that refer to a particular font name, etc. Again, this is to ensure that users are not confused and do not mistake a font for another and so expect features only another derivative or the Standard Version can actually offer. Ultimately, creating name conflicts will cause many problems for the users as well as for the designer of both the Standard and derivative versions, so please think ahead and find a good name for your own derivative. Font substitution systems like fontconfig, OpenOffice.org or Scribus will also get very confused if the name of the font they are configured to substitute to actually refers to another physical font on the user's hard drive. It will help everyone if Standard and derivative fonts can easily be distinguished from one another, and from other derivatives. + +2.9 What is this FONTLOG thing exactly? +It has three purposes: 1) to provide basic information on the font to users and other developers, 2) to document changes that have been made to the font or accompanying files, either by the original authors or others, and 3) to provide a place to acknowledge the authors and other contributors. Please use it! See below for details on how changes should be noted. + +2.10 Am I required to update the FONTLOG? +No, but users, designers and other developers might get very frustrated at you if you don't! People need to know how derivative fonts differ from the originals, and how to take advantage of the changes, or build on them. + + +3 ABOUT THE FONTLOG + +The FONTLOG can take a variety of formats, but should include these four sections: + +3.1 FONTLOG for +This file provides detailed information on the font software. This information should be distributed along with the fonts and any derivative works. + +3.2 Basic Font Information +(Here is where you would describe the purpose and brief specifications for the font project, and where users can find more detailed documentation. It can also include references to how changes can be contributed back to the Standard Version. You may also wish to include a short guide to the design, or a reference to such a document.) + +3.3 ChangeLog +(This should list both major and minor changes, most recent first. Here are some examples:) + +1 Feb 2005 (Jane Doe) Version 1.1 +- Improved build script performance and verbosity +- Extended the smart code documentation +- Corrected minor typos in the documentation +- Fixed position of combining inverted breve below (U+032F) +- Added OpenType/Graphite smart code for Armenian +- Added Armenian glyphs (U+0531 -> U+0587) +- Released as "" + +1 Jan 2005 (Joe Smith) Version 1.0 +- Initial release of font "" + +3.4 Acknowledgements +(Here is where contributors can be acknowledged. If you make modifications be sure to add your name (N), email (E), web-address (W) and description (D). This list is sorted by last name in alphabetical order.) + +N: Jane Doe +E: jane@university.edu +W: http://art.university.edu/projects/fonts +D: Contributor - Armenian glyphs and code + +N: Fred Foobar +E: fred@foobar.org +W: http://foobar.org +D: Contributor - misc Graphite fixes + +N: Pat Johnson +E: pat@fontstudio.org +W: http://pat.fontstudio.org +D: Designer - Greek & Cyrillic glyphs based on Roman design + +N: Tom Parker +E: tom@company.com +W: http://www.company.com/tom/projects/fonts +D: Engineer - original smart font code + +N: Joe Smith +E: joe@fontstudio.org +W: http://joe.fontstudio.org +D: Designer - original Roman glyphs + +(Original authors can also include information here about their organization.) + + +4 ABOUT MAKING CONTRIBUTIONS + +4.1 Why should I contribute my changes back to the original authors? +It would benefit many people if you contributed back to what you've received. Providing your contributions and improvements to the fonts and other components (data files, source code, build scripts, documentation, etc.) could be a tremendous help and would encourage others to contribute as well and 'give back', which means you will have an opportunity to benefit from other people's contributions as well. Sometimes maintaining your own separate version takes more effort than merging back with the original. Be aware that any contributions, however, must be either your own original creation or work that you own, and you may be asked to affirm that when you contribute. + +4.2 I've made some very nice improvements to the font, will you consider adopting them and putting them into future Standard Versions? +Most authors would be very happy to receive such contributions. Keep in mind that it is unlikely that they would want to incorporate major changes that would require additional work on their end. Any contributions would likely need to be made for all the fonts in a family and match the overall design and style. Authors are encouraged to include a guide to the design with the fonts. It would also help to have contributions submitted as patches or clearly marked changes (the use of a centralized or distributed source revision control system like subversion or arch is a good idea). Examples of useful contributions are bug fixes, additional glyphs, stylistic alternates (and the smart font code to access them). + +4.3 How can I financially support the development of OFL fonts? +It is likely that most authors of OFL fonts would accept financial contributions - contact them for instructions on how to do this. Such contributions would support future development. You can also pay for others to enhance the fonts and contribute the results back to the original authors for inclusion in the Standard Versions. + + +5 ABOUT THE LICENSE + +5.1 I see that this is version 1.0 of the license. Will there be later changes? +We hope that version 1.0 will meet most needs, but are open to future improvements. Any revisions would be for future font releases, and previously existing licenses would remain in effect. No retroactive changes are possible, although the Copyright Holder can re-release the font under a revised OFL. All versions will be available on our web site: http://scripts.sil.org/OFL. + +5.2 Can I use the SIL Open Font License for my own fonts? +Yes! We heartily encourage anyone to use the OFL to distribute their own original fonts. It is a carefully constructed license that allows great freedom with some protection for the original authors and clear rules for other contributors. Some additional information is included at the end of this FAQ. + +5.3 Does this license restrict the rights of the Copyright Holder? +No. The Copyright Holder still retains all rights to their creation; they are only releasing a portion of it for use in a specific way. For example, the Copyright Holder may choose to release a 'basic' version of their font under the OFL, but sell a restricted 'enhanced' version. Only the Copyright Holder can do this. + +5.4 Is the OFL a contract or a license? +The OFL is a license and not a contract and so does not require you to sign it to have legal validity. By using, modifying and redistributing components under the OFL you indicate that you accept the license. + + +6 ABOUT SIL INTERNATIONAL + +6.1 Who is SIL International and what does it do? +SIL International is a worldwide faith-based education and development organization (NGO) that studies, documents, and assists in developing the world's lesser-known languages through literacy, linguistics, translation, and other academic disciplines. SIL makes its services available to all without regard to religious belief, political ideology, gender, race, or ethnic background. SIL's members and volunteers share a Christian commitment. + +6.2 What does this have to do with font licensing? +The ability to read, write, type and publish in one's own language is one of the most critical needs for millions of people around the world. This requires fonts that are widely available and support lesser-known languages. SIL develops - and encourages others to develop - a complete stack of writing systems implementation components available under open licenses. This open stack includes input methods, smart fonts, smart rendering libraries and smart applications. There has been a need for a common open license that is specifically applicable to fonts and related software (a crucial component of this stack) so SIL developed the SIL Open Font License. + +6.3 How can I contact SIL? +Our main web site is: http://www.sil.org/ +Our site about complex scripts is: http://scripts.sil.org/ +Information about this license (including contact email information) is at: http://scripts.sil.org/OFL + + +7 ABOUT USING THE OFL FOR YOUR ORIGINAL FONTS + +If you want to release your fonts under the OFL, you only need to do the following: + +7.1 Put your copyright and reserved names information in the beginning of the main OFL file. +7.2 Put your copyright and the OFL references in your various font files (such as in TrueType name, description and license fields) and in your other components (build scripts, glyph databases, documentation, keyboard, samples, etc). +7.3 Write an initial FONTLOG for your font and include it in the release package. +7.4 Include the OFL in your release package. +7.5 We also highly recommend you include the relevant practical documentation on the license by putting the OFL-FAQ in your package. + + +That's all. If you have any more questions please get in touch with us. + + diff -Nru texlive-lang-2007.dfsg.4/texmf-dist/doc/fonts/gfsbaskerville/OFL.txt texlive-lang-2009/texmf-dist/doc/fonts/gfsbaskerville/OFL.txt --- texlive-lang-2007.dfsg.4/texmf-dist/doc/fonts/gfsbaskerville/OFL.txt 1970-01-01 01:00:00.000000000 +0100 +++ texlive-lang-2009/texmf-dist/doc/fonts/gfsbaskerville/OFL.txt 2008-01-05 17:07:41.000000000 +0000 @@ -0,0 +1,100 @@ +This Font Software is Copyright (c) 1995-2006, Greek Font Society (http://www.greekfontsociety.org). +All Rights Reserved. + +"GFS BASKERVILLE" is a Reserved Font Name for this Font Software. + + +This Font Software is licensed under the SIL Open Font License, Version 1.1. +No modification of the license is permitted, only verbatim copy is allowed. +This license is copied below, and is also available with a FAQ at: +http://scripts.sil.org/OFL + + +----------------------------------------------------------- +SIL OPEN FONT LICENSE Version 1.1-review1 - 18 March 2006 +----------------------------------------------------------- + +PREAMBLE +The goals of the Open Font License (OFL) are to stimulate worldwide +development of collaborative font projects, to support the font creation +efforts of academic and linguistic communities, and to provide a free and +open framework in which fonts may be shared and improved in partnership +with others. + +The OFL allows the licensed fonts to be used, studied, modified and +redistributed freely as long as they are not sold by themselves. The +fonts, including any derivative works, can be bundled, embedded, +redistributed and/or sold with any software provided that the font +names of derivative works are changed. The fonts and derivatives, +however, cannot be released under any other type of license. This +requirement does not affect any document created using the +fonts or their derivatives. + +DEFINITIONS +"Font Software" refers to any and all of the following: + - font files + - data files + - source files + - documentation + +"Reserved Font Name" refers to the Font Software name as seen by +users and any other names as specified after the copyright statement. + +"Original Version" refers to the collection of Font Software +components as distributed by the Copyright Holder. + +"Modified Version" refers to any derivative font software made by +adding to, deleting, or substituting -- in part or in whole -- +any of the components of the Original Version, by changing formats +or by porting the Font Software to a new environment. + +"Author" refers to any designer, engineer, programmer, technical +writer or other person who contributed to the Font Software. + +PERMISSION & CONDITIONS +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Font Software, to use, study, copy, merge, embed, modify, +redistribute, and sell modified and unmodified copies of the Font +Software, subject to the following conditions: + +1) Neither the Font Software nor any of its individual components, +in Original or Modified Versions, may be sold by itself. + +2) Original or Modified Versions of the Font Software may be bundled, +redistributed and/or sold with any software, provided that each copy +contains the above copyright notice and this license. These can be +included either as stand-alone text files, human-readable headers or +in the appropriate machine-readable metadata fields within text or +binary files as long as those fields can be easily viewed by the user. + +3) No Modified Version of the Font Software may use the Reserved Font +Name(s) unless explicit written permission is granted by the Copyright +Holder. This restriction applies to all references stored in the Font +Software, such as the font menu name and other font description fields, +which are used to differentiate the font from others. + +4) The name(s) of the Copyright Holder or the Author(s) of the Font +Software shall not be used to promote, endorse or advertise any +Modified Version, except to acknowledge the contribution(s) of the +Copyright Holder and the Author(s) or with their explicit written +permission. + +5) The Font Software, modified or unmodified, in part or in whole, +must be distributed entirely under this license, and may not be +distributed under any other license. This requirement does not affect +any document created using the Font Software. + +TERMINATION +This license becomes null and void if any of the above conditions are +not met. + +DISCLAIMER +THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT +OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE +COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, +INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL +DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM +OTHER DEALINGS IN THE FONT SOFTWARE. diff -Nru texlive-lang-2007.dfsg.4/texmf-dist/doc/fonts/gfsbaskerville/README texlive-lang-2009/texmf-dist/doc/fonts/gfsbaskerville/README --- texlive-lang-2007.dfsg.4/texmf-dist/doc/fonts/gfsbaskerville/README 1970-01-01 01:00:00.000000000 +0100 +++ texlive-lang-2009/texmf-dist/doc/fonts/gfsbaskerville/README 2008-01-05 17:07:41.000000000 +0000 @@ -0,0 +1,15 @@ +-------- GFS Baskerville for LaTeX ------------- + +The GFS Baskerville font (created by the Greek Font Society) are +released under the SIL Open Font License, and the LaTeX support files +(created by myself) are released under the LPPL. + +A. Tsolomitis + +Laboratory of Digital Typography +and Mathematical Software +University of the Aegean +Department of Mathematics +83200 Karlovassi, Samos +Greece. + diff -Nru texlive-lang-2007.dfsg.4/texmf-dist/doc/fonts/gfsbaskerville/README.TEXLIVE texlive-lang-2009/texmf-dist/doc/fonts/gfsbaskerville/README.TEXLIVE --- texlive-lang-2007.dfsg.4/texmf-dist/doc/fonts/gfsbaskerville/README.TEXLIVE 1970-01-01 01:00:00.000000000 +0100 +++ texlive-lang-2009/texmf-dist/doc/fonts/gfsbaskerville/README.TEXLIVE 2008-01-05 17:07:41.000000000 +0000 @@ -0,0 +1,6 @@ +The following files have been removed in the TeX Live installation of +the current package, typically due to duplication, lack of space, or +missing source code. You can find these files on CTAN. If questions or +concerns, email tex-live.org. + + BaskervilleSpecimen.pdf Binary files /tmp/hvjTIsp08A/texlive-lang-2007.dfsg.4/texmf-dist/doc/fonts/gfsporson/gfsporson.pdf and /tmp/ah2wg1Ygu3/texlive-lang-2009/texmf-dist/doc/fonts/gfsporson/gfsporson.pdf differ diff -Nru texlive-lang-2007.dfsg.4/texmf-dist/doc/fonts/gfsporson/gfsporson.tex texlive-lang-2009/texmf-dist/doc/fonts/gfsporson/gfsporson.tex --- texlive-lang-2007.dfsg.4/texmf-dist/doc/fonts/gfsporson/gfsporson.tex 1970-01-01 01:00:00.000000000 +0100 +++ texlive-lang-2009/texmf-dist/doc/fonts/gfsporson/gfsporson.tex 2007-11-26 18:41:51.000000000 +0000 @@ -0,0 +1,152 @@ +%% (c) copyright 2006, 2007 +%% Antonis Tsolomitis +%% Department of Mathematics, University of the Aegean +%% +%% This program can be redistributed and/or modified under the terms +%% of the LaTeX Project Public License Distributed from CTAN +%% archives in directory macros/latex/base/lppl.txt; either +%% version 1 of the License, or any later version. +%% +\documentclass{article} +\usepackage[polutonikogreek,english]{babel} +\usepackage[iso-8859-7]{inputenc} +\usepackage{gfsdidot,gfsporson} +\usepackage{latexsym,amsfonts} +%\renewcommand{\ttdefault}{hlst} + +%%%%% Theorems and friends +\newtheorem{theorem}{Èåþñçìá}[section] +\newtheorem{lemma}[theorem]{ËÞììá} +\newtheorem{proposition}[theorem]{Ðñüôáóç} +\newtheorem{corollary}[theorem]{Ðüñéóìá} +\newtheorem{definition}[theorem]{Ïñéóìüò} +\newtheorem{remark}[theorem]{ÐáñáôÞñçóç} +\newtheorem{axiom}[theorem]{Áîßùìá} +\newtheorem{exercise}[theorem]{¶óêçóç} + + +%%%%% Environment ``proof'' +\newenvironment{proof}[1]{{\textit{Áðüäåéîç:}}}{\ \hfill$\Box$} +\newenvironment{hint}[1]{{\textit{Õðüäåéîç:}}}{\ \hfill$\Box$} +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + + + + + + +\title{The \textsc{gfsporson} font} +\author{Antonis Tsolomitis\\ +Laboratory of Digital Typography\\ and Mathematical Software\\ +Department of Mathematics\\ +University of the Aegean} +\date {\textsc{12} May \textsc{2006}} + + +\begin{document} +\maketitle + +\section{Introduction} + +The package for \textsc{gfs}-Porson supports only Greek and hence only +the greek encoding LGR to the extend +that the font themselves cover these. + +The fonts are loaded with + +\verb|\usepackage{gfsporson}|. + + + The package +defines the environment \verb|porson| and the command +\verb|\textporson|. For example, while in Greek language + +\verb|\textporson{dokim'h}| + +produces + +\textgreek{\textporson{dokim'h}}. + +x-height is adjusted so that it matches with the x-height of the +\verb|gfsdidot| package. + + +\section{Installation} + +Copy the contents of the subdirectory afm in +texmf/fonts/afm/GFS/Porson/ + +\medskip + +\noindent Copy the contents of the subdirectory doc in +texmf/doc/latex/GFS/Porson/ + +\medskip + +\noindent Copy the contents of the subdirectory enc in +texmf/fonts/enc/dvips/GFS/Porson/ + +\medskip + +\noindent Copy the contents of the subdirectory map in +texmf/fonts/map/dvips/GFS/Porson/ + +\medskip + +\noindent Copy the contents of the subdirectory tex in +texmf/tex/latex/GFS/Porson/ + +\medskip + +\noindent Copy the contents of the subdirectory tfm in +texmf/fonts/tfm/GFS/Porson/ + +\medskip + +\noindent Copy the contents of the subdirectory type1 in +texmf/fonts/type1/GFS/Porson/ + +\medskip + +\noindent Copy the contents of the subdirectory vf in +texmf/fonts/vf/GFS/Porson/ + +\medskip + +\noindent In your installation's updmap.cfg file add the line + +\medskip + +\noindent Map gfsporson.map + +\medskip + +Refresh your filename database and the map file database (for example, on Unix systems +run mktexlsr and then run the updmap-sys (or updmap on older systems) script as root). + +You are now ready to use the font. + + +\section{Problems} + + + The +accents of the capital letters should hang in the left margin when such a letter starts a +line. \TeX\ and \LaTeX\ do not provide the tools for such a +feature. However, this seems to be possible with +\textlatin{pdf\TeX} +As this is work in progress, please be patient\ldots + + + + + + + + +\end{document} + +%%% Local Variables: +%%% mode: latex +%%% TeX-master: t +%%% End: diff -Nru texlive-lang-2007.dfsg.4/texmf-dist/doc/fonts/gfsporson/OFL-FAQ.txt texlive-lang-2009/texmf-dist/doc/fonts/gfsporson/OFL-FAQ.txt --- texlive-lang-2007.dfsg.4/texmf-dist/doc/fonts/gfsporson/OFL-FAQ.txt 1970-01-01 01:00:00.000000000 +0100 +++ texlive-lang-2009/texmf-dist/doc/fonts/gfsporson/OFL-FAQ.txt 2007-11-26 18:41:51.000000000 +0000 @@ -0,0 +1,182 @@ +OFL FAQ - Frequently Asked Questions about the SIL Open Font License (OFL) +Version 1.0 - 22 November 2005 +(See http://scripts.sil.org/OFL for updates) + + +1 ABOUT USING AND DISTRIBUTING FONTS LICENSED UNDER THE OFL + +1.1 Can I use the fonts in any publication, even embedded in the file? +Yes. You may use them like most other fonts, but unlike some fonts you may include an embedded subset of the fonts in your document. Such use does not require you to include this license or other files (listed in OFL condition 2), nor does it require any type of acknowledgement within the publication. Some mention of the font name within the publication information (such as in a colophon) is usually appreciated. If you wish to include the complete font as a separate file, you should distribute the full font package, including all existing acknowledgements, and comply with the OFL conditions. Of course, referencing or embedding an OFL font in any document does not change the license of the document itself. The resulting document is not a derivative anymore than a compiled program is a derivative of a compiler. Similarly, creating a graphic using an OFL font does not make the resulting artwork subject to the OFL. + +1.2 Can I make web pages using these fonts? +Yes! Go ahead! Using CSS (Cascading Style Sheets) is recommended. + +1.3 Can I make the fonts available to others from my web site? +Yes, as long as you meet the conditions for use (include the necessary files, don't abuse the Author(s)' names, rename Modified Versions, do not sublicense and do not sell by itself). + +1.4 Can the fonts be included with free and open source software distributions (such as GNU/Linux and BSD distributions)? +Yes! The OFL is compatible with most FLOSS (Free/Libre and Open Source Software) licenses. You can also repackage the fonts and the accompanying components in a .rpm or .deb package and include them in distro CD/DVDs and online repositories. + +1.5 I want to distribute the fonts with my program. Does this mean my program also has to be free and open source software? +No. Only the portions based on the font software are required to be released under the OFL. The intent of the license is to allow aggregation or bundling also with software under restricted licensing. + +1.6 Can I include the fonts on a CD of freeware or commercial fonts? +Yes, as long some other font or software is also on the disk, so the OFL font is not sold by itself. + +1.7 Can I sell a software package that includes these fonts? +Yes, you can do this with both the Standard Version and a Modified Version. Examples of bundling made possible by the OFL would include: word processors, design and publishing applications, training and educational software, edutainment software, etc. + +1.8 Why won't the OFL let me sell the fonts alone? +The intent is to keep people from making money by simply redistributing the fonts. The only people who ought to profit directly from the fonts should be the original authors, and those authors have kindly given up potential income to distribute their fonts under the OFL. Please honor and respect their contribution! + +1.9 I've come across a font released under the OFL. How can I easily get more information about the Standard Version? How can I know where it stands compared to the Standard Version or other Modified Versions? +Consult the copyright statement in the license for how to contact the original authors. Consult the FONTLOG for information on if and how the font differs from the Standard Version, and get in touch with the various contributors via the information in the acknowledgment section. Please consider using the Standard Versions of the fonts whenever possible. + +1.10 What do you mean in condition 4? Can you provide examples of abusive promotion / endorsement / advertisement vs. normal acknowledgement? +The intent is that the goodwill and reputation of the authors should not be used in a way that makes it sound like the original authors endorse or approve of a specific Modified Version or software bundle. For example, it would not be right to advertise a word processor by naming the authors in a listing of software features, or to promote a Modified Version on a web site by saying "designed by...". However, it would be appropriate to acknowledge the authors if your software package has a list of people who deserve thanks. We realize that this can seem to be a gray area, but the standard used to judge an acknowledgement is that if the acknowledgement benefits the authors it is allowed, but if it primarily benefits other parties, or could reflect poorly on the authors, then it is not. + + +2 ABOUT MODIFYING OFL LICENSED FONTS + +2.1 Can I change the fonts? Are there any limitations to what things I can and cannot change? +You are allowed to change anything, as long as such changes do not violate the terms of the license. In other words, you could not remove the copyright statement from the font, but you could add additional information into it that covers your contribution. + +2.2 I have a font that needs a few extra glyphs - can I take them from an OFL licensed font and copy them into mine? +Yes, but if you distribute that font to others it must be under the OFL, and include the information mentioned in condition 2 of the license. + +2.3 Can I charge people for my additional work? In other words, if I add a bunch of special glyphs and/or OpenType/Graphite code, can I sell the enhanced font? +Not by itself. Derivative fonts must be released under the OFL and cannot be sold by themselves. It is permitted, however, to include them in a larger software package (such as text editors, office suites or operating systems), even if the larger package is sold. In that case, you are strongly encouraged, but not required, to also make that derived font easily and freely available outside of the larger package. + +2.4 Can I pay someone to enhance the fonts for my use and distribution? +Yes. This is a good way to fund the further development of the fonts. Keep in mind, however, that if the font is distributed to others it must be under the OFL. You won't be able to recover your investment by exclusively selling the font, but you will be making a valuable contribution to the community. Please remember how you have benefitted from the contributions of others. + +2.5 I need to make substantial revisions to the font to make it work with my program. It will be a lot of work, and a big investment, and I want to be sure that it can only be distributed with my program. Can I restrict its use? +No. If you redistribute a Modified Version of the font it must be under the OFL. You may not restrict it in any way. This is intended to ensure that all released improvements to the fonts become available to everyone. But you will likely get an edge over competitors by being the first to distribute a bundle with the enhancements. Again, please remember how you have benefitted from the contributions of others. + +2.6 Do I have to make any derivative fonts (including source code, build scripts, documentation, etc.) publicly available? +No, but please do share your improvements with others. You may find that you receive more than what you gave in return. + +2.7 Why can't I use the Reserved Font Name(s) in my derivative font names? I'd like people to know where the design came from. +The best way to acknowledge the source of the design is to thank the original authors and any other contributors in the files that are distributed with your revised font (although no acknowledgement is required). The FONTLOG is a natural place to do this. Reserved Font Name(s) ensure that the only fonts that have the original names are the unmodified Standard Versions. This eliminates potential confusion and name conflicts. When choosing a name be creative and try to avoid names that sound like the original. Keep in mind that the copyright holder can allow a specific trusted partner to use Reserved Font Name(s) through a separate written agreement. + +2.8 What do you mean by "references stored in the Font Software"? Do I have to delete every reference to the Reserved Font Name(s) from inside every file I modify? +No, not every reference. It would be fine, for example, to keep a text reference to the original fonts in your modified source code, as long as no one could be confused that your modified source is the original. But you cannot use the Reserved Font Names in any way to identify the font to the user (unless the Copyright Holder allows it through a separate agreement, see section 2.7). Users who install derivatives ("Modified Versions") on their systems should not see any of the original names ("Reserved Font Names") in their font menus, font properties dialogs, PostScript streams, documents that refer to a particular font name, etc. Again, this is to ensure that users are not confused and do not mistake a font for another and so expect features only another derivative or the Standard Version can actually offer. Ultimately, creating name conflicts will cause many problems for the users as well as for the designer of both the Standard and derivative versions, so please think ahead and find a good name for your own derivative. Font substitution systems like fontconfig, OpenOffice.org or Scribus will also get very confused if the name of the font they are configured to substitute to actually refers to another physical font on the user's hard drive. It will help everyone if Standard and derivative fonts can easily be distinguished from one another, and from other derivatives. + +2.9 What is this FONTLOG thing exactly? +It has three purposes: 1) to provide basic information on the font to users and other developers, 2) to document changes that have been made to the font or accompanying files, either by the original authors or others, and 3) to provide a place to acknowledge the authors and other contributors. Please use it! See below for details on how changes should be noted. + +2.10 Am I required to update the FONTLOG? +No, but users, designers and other developers might get very frustrated at you if you don't! People need to know how derivative fonts differ from the originals, and how to take advantage of the changes, or build on them. + + +3 ABOUT THE FONTLOG + +The FONTLOG can take a variety of formats, but should include these four sections: + +3.1 FONTLOG for +This file provides detailed information on the font software. This information should be distributed along with the fonts and any derivative works. + +3.2 Basic Font Information +(Here is where you would describe the purpose and brief specifications for the font project, and where users can find more detailed documentation. It can also include references to how changes can be contributed back to the Standard Version. You may also wish to include a short guide to the design, or a reference to such a document.) + +3.3 ChangeLog +(This should list both major and minor changes, most recent first. Here are some examples:) + +1 Feb 2005 (Jane Doe) Version 1.1 +- Improved build script performance and verbosity +- Extended the smart code documentation +- Corrected minor typos in the documentation +- Fixed position of combining inverted breve below (U+032F) +- Added OpenType/Graphite smart code for Armenian +- Added Armenian glyphs (U+0531 -> U+0587) +- Released as "" + +1 Jan 2005 (Joe Smith) Version 1.0 +- Initial release of font "" + +3.4 Acknowledgements +(Here is where contributors can be acknowledged. If you make modifications be sure to add your name (N), email (E), web-address (W) and description (D). This list is sorted by last name in alphabetical order.) + +N: Jane Doe +E: jane@university.edu +W: http://art.university.edu/projects/fonts +D: Contributor - Armenian glyphs and code + +N: Fred Foobar +E: fred@foobar.org +W: http://foobar.org +D: Contributor - misc Graphite fixes + +N: Pat Johnson +E: pat@fontstudio.org +W: http://pat.fontstudio.org +D: Designer - Greek & Cyrillic glyphs based on Roman design + +N: Tom Parker +E: tom@company.com +W: http://www.company.com/tom/projects/fonts +D: Engineer - original smart font code + +N: Joe Smith +E: joe@fontstudio.org +W: http://joe.fontstudio.org +D: Designer - original Roman glyphs + +(Original authors can also include information here about their organization.) + + +4 ABOUT MAKING CONTRIBUTIONS + +4.1 Why should I contribute my changes back to the original authors? +It would benefit many people if you contributed back to what you've received. Providing your contributions and improvements to the fonts and other components (data files, source code, build scripts, documentation, etc.) could be a tremendous help and would encourage others to contribute as well and 'give back', which means you will have an opportunity to benefit from other people's contributions as well. Sometimes maintaining your own separate version takes more effort than merging back with the original. Be aware that any contributions, however, must be either your own original creation or work that you own, and you may be asked to affirm that when you contribute. + +4.2 I've made some very nice improvements to the font, will you consider adopting them and putting them into future Standard Versions? +Most authors would be very happy to receive such contributions. Keep in mind that it is unlikely that they would want to incorporate major changes that would require additional work on their end. Any contributions would likely need to be made for all the fonts in a family and match the overall design and style. Authors are encouraged to include a guide to the design with the fonts. It would also help to have contributions submitted as patches or clearly marked changes (the use of a centralized or distributed source revision control system like subversion or arch is a good idea). Examples of useful contributions are bug fixes, additional glyphs, stylistic alternates (and the smart font code to access them). + +4.3 How can I financially support the development of OFL fonts? +It is likely that most authors of OFL fonts would accept financial contributions - contact them for instructions on how to do this. Such contributions would support future development. You can also pay for others to enhance the fonts and contribute the results back to the original authors for inclusion in the Standard Versions. + + +5 ABOUT THE LICENSE + +5.1 I see that this is version 1.0 of the license. Will there be later changes? +We hope that version 1.0 will meet most needs, but are open to future improvements. Any revisions would be for future font releases, and previously existing licenses would remain in effect. No retroactive changes are possible, although the Copyright Holder can re-release the font under a revised OFL. All versions will be available on our web site: http://scripts.sil.org/OFL. + +5.2 Can I use the SIL Open Font License for my own fonts? +Yes! We heartily encourage anyone to use the OFL to distribute their own original fonts. It is a carefully constructed license that allows great freedom with some protection for the original authors and clear rules for other contributors. Some additional information is included at the end of this FAQ. + +5.3 Does this license restrict the rights of the Copyright Holder? +No. The Copyright Holder still retains all rights to their creation; they are only releasing a portion of it for use in a specific way. For example, the Copyright Holder may choose to release a 'basic' version of their font under the OFL, but sell a restricted 'enhanced' version. Only the Copyright Holder can do this. + +5.4 Is the OFL a contract or a license? +The OFL is a license and not a contract and so does not require you to sign it to have legal validity. By using, modifying and redistributing components under the OFL you indicate that you accept the license. + + +6 ABOUT SIL INTERNATIONAL + +6.1 Who is SIL International and what does it do? +SIL International is a worldwide faith-based education and development organization (NGO) that studies, documents, and assists in developing the world's lesser-known languages through literacy, linguistics, translation, and other academic disciplines. SIL makes its services available to all without regard to religious belief, political ideology, gender, race, or ethnic background. SIL's members and volunteers share a Christian commitment. + +6.2 What does this have to do with font licensing? +The ability to read, write, type and publish in one's own language is one of the most critical needs for millions of people around the world. This requires fonts that are widely available and support lesser-known languages. SIL develops - and encourages others to develop - a complete stack of writing systems implementation components available under open licenses. This open stack includes input methods, smart fonts, smart rendering libraries and smart applications. There has been a need for a common open license that is specifically applicable to fonts and related software (a crucial component of this stack) so SIL developed the SIL Open Font License. + +6.3 How can I contact SIL? +Our main web site is: http://www.sil.org/ +Our site about complex scripts is: http://scripts.sil.org/ +Information about this license (including contact email information) is at: http://scripts.sil.org/OFL + + +7 ABOUT USING THE OFL FOR YOUR ORIGINAL FONTS + +If you want to release your fonts under the OFL, you only need to do the following: + +7.1 Put your copyright and reserved names information in the beginning of the main OFL file. +7.2 Put your copyright and the OFL references in your various font files (such as in TrueType name, description and license fields) and in your other components (build scripts, glyph databases, documentation, keyboard, samples, etc). +7.3 Write an initial FONTLOG for your font and include it in the release package. +7.4 Include the OFL in your release package. +7.5 We also highly recommend you include the relevant practical documentation on the license by putting the OFL-FAQ in your package. + + +That's all. If you have any more questions please get in touch with us. + + diff -Nru texlive-lang-2007.dfsg.4/texmf-dist/doc/fonts/gfsporson/OFL.txt texlive-lang-2009/texmf-dist/doc/fonts/gfsporson/OFL.txt --- texlive-lang-2007.dfsg.4/texmf-dist/doc/fonts/gfsporson/OFL.txt 1970-01-01 01:00:00.000000000 +0100 +++ texlive-lang-2009/texmf-dist/doc/fonts/gfsporson/OFL.txt 2007-11-26 18:41:51.000000000 +0000 @@ -0,0 +1,100 @@ +This Font Software is Copyright (c) 2001-2006, Greek Font Society (http://www.greekfontsociety.org). +All Rights Reserved. + +"GFS Porson" is a Reserved Font Name for this Font Software. + + +This Font Software is licensed under the SIL Open Font License, Version 1.1. +No modification of the license is permitted, only verbatim copy is allowed. +This license is copied below, and is also available with a FAQ at: +http://scripts.sil.org/OFL + + +----------------------------------------------------------- +SIL OPEN FONT LICENSE Version 1.1-review1 - 18 March 2006 +----------------------------------------------------------- + +PREAMBLE +The goals of the Open Font License (OFL) are to stimulate worldwide +development of collaborative font projects, to support the font creation +efforts of academic and linguistic communities, and to provide a free and +open framework in which fonts may be shared and improved in partnership +with others. + +The OFL allows the licensed fonts to be used, studied, modified and +redistributed freely as long as they are not sold by themselves. The +fonts, including any derivative works, can be bundled, embedded, +redistributed and/or sold with any software provided that the font +names of derivative works are changed. The fonts and derivatives, +however, cannot be released under any other type of license. This +requirement does not affect any document created using the +fonts or their derivatives. + +DEFINITIONS +"Font Software" refers to any and all of the following: + - font files + - data files + - source files + - documentation + +"Reserved Font Name" refers to the Font Software name as seen by +users and any other names as specified after the copyright statement. + +"Original Version" refers to the collection of Font Software +components as distributed by the Copyright Holder. + +"Modified Version" refers to any derivative font software made by +adding to, deleting, or substituting -- in part or in whole -- +any of the components of the Original Version, by changing formats +or by porting the Font Software to a new environment. + +"Author" refers to any designer, engineer, programmer, technical +writer or other person who contributed to the Font Software. + +PERMISSION & CONDITIONS +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Font Software, to use, study, copy, merge, embed, modify, +redistribute, and sell modified and unmodified copies of the Font +Software, subject to the following conditions: + +1) Neither the Font Software nor any of its individual components, +in Original or Modified Versions, may be sold by itself. + +2) Original or Modified Versions of the Font Software may be bundled, +redistributed and/or sold with any software, provided that each copy +contains the above copyright notice and this license. These can be +included either as stand-alone text files, human-readable headers or +in the appropriate machine-readable metadata fields within text or +binary files as long as those fields can be easily viewed by the user. + +3) No Modified Version of the Font Software may use the Reserved Font +Name(s) unless explicit written permission is granted by the Copyright +Holder. This restriction applies to all references stored in the Font +Software, such as the font menu name and other font description fields, +which are used to differentiate the font from others. + +4) The name(s) of the Copyright Holder or the Author(s) of the Font +Software shall not be used to promote, endorse or advertise any +Modified Version, except to acknowledge the contribution(s) of the +Copyright Holder and the Author(s) or with their explicit written +permission. + +5) The Font Software, modified or unmodified, in part or in whole, +must be distributed entirely under this license, and may not be +distributed under any other license. This requirement does not affect +any document created using the Font Software. + +TERMINATION +This license becomes null and void if any of the above conditions are +not met. + +DISCLAIMER +THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT +OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE +COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, +INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL +DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM +OTHER DEALINGS IN THE FONT SOFTWARE. diff -Nru texlive-lang-2007.dfsg.4/texmf-dist/doc/fonts/gfsporson/README texlive-lang-2009/texmf-dist/doc/fonts/gfsporson/README --- texlive-lang-2007.dfsg.4/texmf-dist/doc/fonts/gfsporson/README 1970-01-01 01:00:00.000000000 +0100 +++ texlive-lang-2009/texmf-dist/doc/fonts/gfsporson/README 2007-11-26 18:41:51.000000000 +0000 @@ -0,0 +1,14 @@ +-------- GFS Porson for LaTeX ------------- + +The GFS Portson fonts (created by the Greek Font Society) are +released under the SIL Open Font License, and the LaTeX support files +(created by myself and colleagues) are released under the LPPL. + +A. Tsolomitis + +Laboratory of Digital Typography +and Mathematical Software +University of the Aegean +Department of Mathematics +83200 Karlovassi, Samos +Greece. diff -Nru texlive-lang-2007.dfsg.4/texmf-dist/doc/fonts/ibygrk/COPYING texlive-lang-2009/texmf-dist/doc/fonts/ibygrk/COPYING --- texlive-lang-2007.dfsg.4/texmf-dist/doc/fonts/ibygrk/COPYING 1970-01-01 01:00:00.000000000 +0100 +++ texlive-lang-2009/texmf-dist/doc/fonts/ibygrk/COPYING 2008-02-05 19:05:39.000000000 +0000 @@ -0,0 +1,340 @@ + GNU GENERAL PUBLIC LICENSE + Version 2, June 1991 + + Copyright (C) 1989, 1991 Free Software Foundation, Inc. + 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + Everyone is permitted to copy and distribute verbatim copies + of this license document, but changing it is not allowed. + + Preamble + + The licenses for most software are designed to take away your +freedom to share and change it. By contrast, the GNU General Public +License is intended to guarantee your freedom to share and change free +software--to make sure the software is free for all its users. This +General Public License applies to most of the Free Software +Foundation's software and to any other program whose authors commit to +using it. (Some other Free Software Foundation software is covered by +the GNU Library General Public License instead.) You can apply it to +your programs, too. + + When we speak of free software, we are referring to freedom, not +price. Our General Public Licenses are designed to make sure that you +have the freedom to distribute copies of free software (and charge for +this service if you wish), that you receive source code or can get it +if you want it, that you can change the software or use pieces of it +in new free programs; and that you know you can do these things. + + To protect your rights, we need to make restrictions that forbid +anyone to deny you these rights or to ask you to surrender the rights. +These restrictions translate to certain responsibilities for you if you +distribute copies of the software, or if you modify it. + + For example, if you distribute copies of such a program, whether +gratis or for a fee, you must give the recipients all the rights that +you have. You must make sure that they, too, receive or can get the +source code. And you must show them these terms so they know their +rights. + + We protect your rights with two steps: (1) copyright the software, and +(2) offer you this license which gives you legal permission to copy, +distribute and/or modify the software. + + Also, for each author's protection and ours, we want to make certain +that everyone understands that there is no warranty for this free +software. If the software is modified by someone else and passed on, we +want its recipients to know that what they have is not the original, so +that any problems introduced by others will not reflect on the original +authors' reputations. + + Finally, any free program is threatened constantly by software +patents. We wish to avoid the danger that redistributors of a free +program will individually obtain patent licenses, in effect making the +program proprietary. To prevent this, we have made it clear that any +patent must be licensed for everyone's free use or not licensed at all. + + The precise terms and conditions for copying, distribution and +modification follow. + + GNU GENERAL PUBLIC LICENSE + TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION + + 0. This License applies to any program or other work which contains +a notice placed by the copyright holder saying it may be distributed +under the terms of this General Public License. The "Program", below, +refers to any such program or work, and a "work based on the Program" +means either the Program or any derivative work under copyright law: +that is to say, a work containing the Program or a portion of it, +either verbatim or with modifications and/or translated into another +language. (Hereinafter, translation is included without limitation in +the term "modification".) Each licensee is addressed as "you". + +Activities other than copying, distribution and modification are not +covered by this License; they are outside its scope. The act of +running the Program is not restricted, and the output from the Program +is covered only if its contents constitute a work based on the +Program (independent of having been made by running the Program). +Whether that is true depends on what the Program does. + + 1. You may copy and distribute verbatim copies of the Program's +source code as you receive it, in any medium, provided that you +conspicuously and appropriately publish on each copy an appropriate +copyright notice and disclaimer of warranty; keep intact all the +notices that refer to this License and to the absence of any warranty; +and give any other recipients of the Program a copy of this License +along with the Program. + +You may charge a fee for the physical act of transferring a copy, and +you may at your option offer warranty protection in exchange for a fee. + + 2. You may modify your copy or copies of the Program or any portion +of it, thus forming a work based on the Program, and copy and +distribute such modifications or work under the terms of Section 1 +above, provided that you also meet all of these conditions: + + a) You must cause the modified files to carry prominent notices + stating that you changed the files and the date of any change. + + b) You must cause any work that you distribute or publish, that in + whole or in part contains or is derived from the Program or any + part thereof, to be licensed as a whole at no charge to all third + parties under the terms of this License. + + c) If the modified program normally reads commands interactively + when run, you must cause it, when started running for such + interactive use in the most ordinary way, to print or display an + announcement including an appropriate copyright notice and a + notice that there is no warranty (or else, saying that you provide + a warranty) and that users may redistribute the program under + these conditions, and telling the user how to view a copy of this + License. (Exception: if the Program itself is interactive but + does not normally print such an announcement, your work based on + the Program is not required to print an announcement.) + +These requirements apply to the modified work as a whole. If +identifiable sections of that work are not derived from the Program, +and can be reasonably considered independent and separate works in +themselves, then this License, and its terms, do not apply to those +sections when you distribute them as separate works. But when you +distribute the same sections as part of a whole which is a work based +on the Program, the distribution of the whole must be on the terms of +this License, whose permissions for other licensees extend to the +entire whole, and thus to each and every part regardless of who wrote it. + +Thus, it is not the intent of this section to claim rights or contest +your rights to work written entirely by you; rather, the intent is to +exercise the right to control the distribution of derivative or +collective works based on the Program. + +In addition, mere aggregation of another work not based on the Program +with the Program (or with a work based on the Program) on a volume of +a storage or distribution medium does not bring the other work under +the scope of this License. + + 3. You may copy and distribute the Program (or a work based on it, +under Section 2) in object code or executable form under the terms of +Sections 1 and 2 above provided that you also do one of the following: + + a) Accompany it with the complete corresponding machine-readable + source code, which must be distributed under the terms of Sections + 1 and 2 above on a medium customarily used for software interchange; or, + + b) Accompany it with a written offer, valid for at least three + years, to give any third party, for a charge no more than your + cost of physically performing source distribution, a complete + machine-readable copy of the corresponding source code, to be + distributed under the terms of Sections 1 and 2 above on a medium + customarily used for software interchange; or, + + c) Accompany it with the information you received as to the offer + to distribute corresponding source code. (This alternative is + allowed only for noncommercial distribution and only if you + received the program in object code or executable form with such + an offer, in accord with Subsection b above.) + +The source code for a work means the preferred form of the work for +making modifications to it. For an executable work, complete source +code means all the source code for all modules it contains, plus any +associated interface definition files, plus the scripts used to +control compilation and installation of the executable. However, as a +special exception, the source code distributed need not include +anything that is normally distributed (in either source or binary +form) with the major components (compiler, kernel, and so on) of the +operating system on which the executable runs, unless that component +itself accompanies the executable. + +If distribution of executable or object code is made by offering +access to copy from a designated place, then offering equivalent +access to copy the source code from the same place counts as +distribution of the source code, even though third parties are not +compelled to copy the source along with the object code. + + 4. You may not copy, modify, sublicense, or distribute the Program +except as expressly provided under this License. Any attempt +otherwise to copy, modify, sublicense or distribute the Program is +void, and will automatically terminate your rights under this License. +However, parties who have received copies, or rights, from you under +this License will not have their licenses terminated so long as such +parties remain in full compliance. + + 5. You are not required to accept this License, since you have not +signed it. However, nothing else grants you permission to modify or +distribute the Program or its derivative works. These actions are +prohibited by law if you do not accept this License. Therefore, by +modifying or distributing the Program (or any work based on the +Program), you indicate your acceptance of this License to do so, and +all its terms and conditions for copying, distributing or modifying +the Program or works based on it. + + 6. Each time you redistribute the Program (or any work based on the +Program), the recipient automatically receives a license from the +original licensor to copy, distribute or modify the Program subject to +these terms and conditions. You may not impose any further +restrictions on the recipients' exercise of the rights granted herein. +You are not responsible for enforcing compliance by third parties to +this License. + + 7. If, as a consequence of a court judgment or allegation of patent +infringement or for any other reason (not limited to patent issues), +conditions are imposed on you (whether by court order, agreement or +otherwise) that contradict the conditions of this License, they do not +excuse you from the conditions of this License. If you cannot +distribute so as to satisfy simultaneously your obligations under this +License and any other pertinent obligations, then as a consequence you +may not distribute the Program at all. For example, if a patent +license would not permit royalty-free redistribution of the Program by +all those who receive copies directly or indirectly through you, then +the only way you could satisfy both it and this License would be to +refrain entirely from distribution of the Program. + +If any portion of this section is held invalid or unenforceable under +any particular circumstance, the balance of the section is intended to +apply and the section as a whole is intended to apply in other +circumstances. + +It is not the purpose of this section to induce you to infringe any +patents or other property right claims or to contest validity of any +such claims; this section has the sole purpose of protecting the +integrity of the free software distribution system, which is +implemented by public license practices. Many people have made +generous contributions to the wide range of software distributed +through that system in reliance on consistent application of that +system; it is up to the author/donor to decide if he or she is willing +to distribute software through any other system and a licensee cannot +impose that choice. + +This section is intended to make thoroughly clear what is believed to +be a consequence of the rest of this License. + + 8. If the distribution and/or use of the Program is restricted in +certain countries either by patents or by copyrighted interfaces, the +original copyright holder who places the Program under this License +may add an explicit geographical distribution limitation excluding +those countries, so that distribution is permitted only in or among +countries not thus excluded. In such case, this License incorporates +the limitation as if written in the body of this License. + + 9. The Free Software Foundation may publish revised and/or new versions +of the General Public License from time to time. Such new versions will +be similar in spirit to the present version, but may differ in detail to +address new problems or concerns. + +Each version is given a distinguishing version number. If the Program +specifies a version number of this License which applies to it and "any +later version", you have the option of following the terms and conditions +either of that version or of any later version published by the Free +Software Foundation. If the Program does not specify a version number of +this License, you may choose any version ever published by the Free Software +Foundation. + + 10. If you wish to incorporate parts of the Program into other free +programs whose distribution conditions are different, write to the author +to ask for permission. For software which is copyrighted by the Free +Software Foundation, write to the Free Software Foundation; we sometimes +make exceptions for this. Our decision will be guided by the two goals +of preserving the free status of all derivatives of our free software and +of promoting the sharing and reuse of software generally. + + NO WARRANTY + + 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY +FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN +OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES +PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED +OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS +TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE +PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, +REPAIR OR CORRECTION. + + 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING +WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR +REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, +INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING +OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED +TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY +YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER +PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE +POSSIBILITY OF SUCH DAMAGES. + + END OF TERMS AND CONDITIONS + + How to Apply These Terms to Your New Programs + + If you develop a new program, and you want it to be of the greatest +possible use to the public, the best way to achieve this is to make it +free software which everyone can redistribute and change under these terms. + + To do so, attach the following notices to the program. It is safest +to attach them to the start of each source file to most effectively +convey the exclusion of warranty; and each file should have at least +the "copyright" line and a pointer to where the full notice is found. + + + Copyright (C) + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + + +Also add information on how to contact you by electronic and paper mail. + +If the program is interactive, make it output a short notice like this +when it starts in an interactive mode: + + Gnomovision version 69, Copyright (C) year name of author + Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'. + This is free software, and you are welcome to redistribute it + under certain conditions; type `show c' for details. + +The hypothetical commands `show w' and `show c' should show the appropriate +parts of the General Public License. Of course, the commands you use may +be called something other than `show w' and `show c'; they could even be +mouse-clicks or menu items--whatever suits your program. + +You should also get your employer (if you work as a programmer) or your +school, if any, to sign a "copyright disclaimer" for the program, if +necessary. Here is a sample; alter the names: + + Yoyodyne, Inc., hereby disclaims all copyright interest in the program + `Gnomovision' (which makes passes at compilers) written by James Hacker. + + , 1 April 1989 + Ty Coon, President of Vice + +This General Public License does not permit incorporating your program into +proprietary programs. If your program is a subroutine library, you may +consider it more useful to permit linking proprietary applications with the +library. If this is what you want to do, use the GNU Library General +Public License instead of this License. diff -Nru texlive-lang-2007.dfsg.4/texmf-dist/doc/fonts/ibygrk/iby4text.tex texlive-lang-2009/texmf-dist/doc/fonts/ibygrk/iby4text.tex --- texlive-lang-2007.dfsg.4/texmf-dist/doc/fonts/ibygrk/iby4text.tex 1970-01-01 01:00:00.000000000 +0100 +++ texlive-lang-2009/texmf-dist/doc/fonts/ibygrk/iby4text.tex 2008-02-05 19:05:39.000000000 +0000 @@ -0,0 +1,47 @@ +% iby4text.tex-- P.A. MacKay -- July 16, 1997 +% Pierre A. MacKay, Dept. of Classics, University of Washington +% mackay@cs.washington.edu +% ------------------------ +% An example of ibycus4 using plain TeX +% +% Text from D. L. Page, {\it Greek Melic Poets}, (Oxford, 1962), p. 148 +% accepting the emendations of Mehlhorn and Hermann. +% +\hsize 4in +\input ibycus4 +\setgreek11/14 +\let\!=\dagger + +\GK + +\centerline{IBUKOU TOU RHGINOU} + +\bigskip + +\leavevmode\llap{)=}Hri me`n ai(' te Kudw'niai + +mhli'des a)rdo'menai r(oa=n + +e)k pota'mwn i('na Parqe'nwn + +kh=pos a)kh'ratos, ai(' t' oi)nanqi'des + +au)co'menai skie'roisin u(f' e('rnesin + +oi)nare'ois qale'qoisin; e)moi` d' e)'ros + +ou)demi'an kata'koitos w('ran. + +q' u(po` steropa=s fle'gwn + +Qrhi+'kios Bore'as a)i's|- + +\quad swn para` Ku'pridos a)zale'ais mani'aisin e)remno`s a)qambh`s + +e)gkrate'ws pedo'qen \!fla'sen\! + +h(mete'ras fre'nas. + +\RM + +\end diff -Nru texlive-lang-2007.dfsg.4/texmf-dist/doc/fonts/ibygrk/ibycus3.RME texlive-lang-2009/texmf-dist/doc/fonts/ibygrk/ibycus3.RME --- texlive-lang-2007.dfsg.4/texmf-dist/doc/fonts/ibygrk/ibycus3.RME 1970-01-01 01:00:00.000000000 +0100 +++ texlive-lang-2009/texmf-dist/doc/fonts/ibygrk/ibycus3.RME 2008-02-05 19:05:39.000000000 +0000 @@ -0,0 +1,231 @@ +[This is ./doc/fonts/ibycus3/tex/README + May 1992, revised Apr. 1994, revised for LaTeX2e Sep-Oct. 1995 + Final notes on Ibycus 3, May 30, 1966 ] + + ( THIS IS A TDS-CONFORMANT PACKAGE ) + +BE SURE THAT ibycus3.map HAS BEEN COPIED AS DESCRIBED BELOW + +A sample input file is provided in iby3text.tex or ibycus3.ltx + +PLAIN TeX USAGE: \input iby3text + + then: \setgreek10/12 (or other reasonable combination + of pointsize and leading) + + then: Latin text \GK{}a)rxai=a gra'mmata\RM{} Latin again. + + NOTE that the ) is a smooth breathing, not a parenthesis. + +LaTeX2e USAGE: \usepackage{ibycus3} + + then: Latin text {\greek{a)rxai=a gra'mmata}} Latin again. + (Note the double braces, there is a font change here.) + + change font size with the \fontsize macro, thus: + + \fontsize{14}{17pt}\selectfont + + +The TeX files in $TEXMF/tex/generic/ibycus3 together with the +METAFONT files in $TEXMF/fonts/source/public/ibycus3 +{\em especially ibycus3.map} are intended to provide a +reasonable degree of compatibility between David Packard Jr.'s +Ibycus/TLG system, and the TeX and METAFONT environment. These TeX +files may have to be moved to an appropriate branch directory of +$TEXMF/tex/ if you are not using Karl Berry's path-searching +or its equivalent. + +The package consists of a set of METAFONT files which use the original +characters of Silvio Levy's greek fonts (these can be got from +one of the CTAN archives and placed in $TEXMF/fonts/source/public/levy +if you are using a TeX Directory Structure [TDS] layout of files) +and combine them in ways which reflect the increased capabilities of TeX +and METAFONT developed since Levy did the original greek for TeX. +If you are not using a file searching system like Karl Berry's +"kpathsea", see $TEXMF/fonts/source/public/ibycus3/ibycus3.mf for +hints on making the levy source available + +Ibycus3 METAFONT files are in $TEXMF/fonts/source/public/ibycus3 + +The most significant changes are: + + 1. The large repertory of initial/medial sigma + letter pairs + is suppressed from the new fonts, and the new enhanced TFM + ligature scheme is used instead to provide for the automatic + differentiation between medial and final sigma. + + 2. The cells thus opened up in the font mapping are used for + a variety of additional characters: + + a. A full repertory of vowels with breathings and + barytone accents (absent from the original). + + b. Digamma, koppa and sampi (the last in lowercase + late form only, since earlier forms are rather + problematic and are virtually unused even in + epigraphical texts). + NOTE: there is still room for things like acrophonic + numerals, and perhaps the two markers used to + distinguish numeric from alphabetic use of the letters + ought to be provided. Another possibility is + special symbols for text-edition, such as double + brackets. (Editor supplements can be done + using the characters defined in iby3extr.tex). + + Iota subscript retains its simple form in 300dpi + renditions, and in any bitmap which drops below + 500dpi, but it thins out and develops a slight + rightward hook at 600dpi and above. + + 3. All characters have been named. The constructs + ASCII"A" and oct"000" appear only at lower levels + of programming. + + 4. Character spacing has been adjusted through kerning tables, + particularly around lowercase iota (file ibylig.mf). + There is more that could and should be done. + Maybe it will yet happen. + + 5. Font mapping is specified independently of other + parameters, in a distinct and separate file (file ibycus3.map). + In some cases it may be more effective to remap the font + than to struggle with TeX remapping. + + 6. Accents have been redesigned in several cases, usually + in an attempt to reduce crowding among the elements of + accent clusters. The accents with diaeresis have been shifted + to clear the dot they lean toward. A programming error which + produced the wrong displacement value with free-standing accents + has been corrected. Accents before uppercase vowels are + pair-kerned with the vowels. Angle brackets, half brackets, + double quotes, braces and a dagger are now provided (see + ibyextra.tex). + +The associated TeX files are: + + 1. $TEXMF/tex/generic/ibycus3/ibycus3.tex + + The driver file for this package (in plain tex). + + 1a. $TEXMF/tex/generic/ibycus3/ibycus3.sty + + The driver file for this package (in LaTeX2e). + + 2. $TEXMF/tex/generic/ibycus3/set3grk.tex + + Included by ibygrk.tex unless newnep format is running + + 3. $TEXMF/tex/generic/ibycus3/tlgsqq.tex + + The name suggests the association with coding of the + Thesaurus Linguae Graecae. + + This file provides uniquely named macros for all combinations + of letter and accent, so that any invocation of the macro will + produce a sequence of characters corresponding with the + entries put into the TFM ligature table. These sequences may + always be used to generate accented characters. They are + based, with some slight modifications where David Packard's Ibycus + input coding seems too misleading, on the Ibycus adaptation of + TLG beta-code. ) and ( are used for breathings, ' and ` are + used for oxytone and barytone (to avoid preemption of the + usual TeX excape character) and = is used for perispomenon + to avoid preemption of the active tie character in plain.tex. + | is used for iota subscript. Order is significant. + Breathings or diereses come first, after the affected letter, then + accents, then iota subscript. + is dieresis, which should + only appear after u or i. '' is the mark of elision + Single quotes may be provided by `` and '', but isolate them + in braces whereever the first of either pair risks being + interpreted as an accent. + + The digraphs, trigraphs etc can be read from tlgsqq.tex + + Additional digraphs are K+ Koppa, k+ koppa, C+ lunate Cigma, + c+ lunate cigma, s+ sampi (lowercase late form only) and s| which + forces a medial sigma at word end. + << and >> give guillemets (not guillemots as Adobe + ornithologically supposes) and (( )) give single parentheses + though care must be taken that the first ( or ) is not + interpreted as a breathing. {((} and {))} are safe. + + 4. ibycus3.map + + This is {\em exactly} the same file as is used by METAFONT. + Copy $TEXMF/fonts/source/public/ibycus3/ibycus3.map + to the same directory as ibycus3.tex + or, even better, link it with a symbolic link. + It is so structured that it can be read by either + TeX or Metafont. The mapping is very close to that of GreekKeys, + which is distributed for the Macintosh by the American + Philological Association. Other mappings can be created + in the same manner. + + 5. $TEXMF/tex/generic/ibycus3/Uibycus3.fd + + Supporting fd file for LaTeX2e. + + 6. $TEXMF/tex/generic/ibycus3/iby3extr.tex + + Some editorial symbols for classical editions. + + 7. $TEXMF/tex/generic/ibygrk/ibycus3.ltx + $TEXMF/tex/generic/ibygrk/iby3text.tex + The exquisite little poem by Ibycus of Rhegium, until recently + almost the only thing known by him. (The Ibycus system + developed by David Packard is only indirectly named after + the poet. The direct inspiration was Packard's cat.) + +NOTE: Earlier users of this package may be dismayed by the new naming +system for the fonts, but it seems the only way to provide for +desirable results. It is necessary to keep this Ibycus package +clearly distinct from the new package announced below. Symbolic +links are provided to ease the transition. Ibycus4 (see below) will +be as close as possible to Ibycus3 in all external respects, but +there are some improved set widths which might clobber old carefully +adjusted text spacings. + +The new naming convention uses "ibycus3" wherever possible, and +the shorter string "iby3" where that would lead to ambiguity. +some of the individual METAFONT character files are simply +taged with the number 3. 8+3 filename compatibility is preserved. +(with difficulty). + +The names of PK and TFM files follow Karl Berry's font name convention +( 84 is the encoding for Ibycus 4, for which see below). + +Foundry Facename Weights Variants Encoding_Variants DesignSize + +f ib [r], b r, o 83, 84 [10], 9, 8 + +fibr83 fibo83 fibb83 + + with METAFONT design-size additions +fibr838 fibo838 fibb838 +fibr839 fibo839 fibb839 + + + +Still in the future. + + Ibycus4 will have the major epigraphical characters and conventions, + dotted letters, epsilon and omicron with perispomene accent + for pre-403 Attic orthography, uprighted italic h for aspirate and + a special set of TFM files for "stoichedon" inscriptions. + Maybe even a prime that really works for numbers. + The input coding for Ibycus4 is hardly changed at all from + Ibycus3 coding: The apostrophe and single quotes can be + given as ` {`} and ' {'} instead of having to be doubled + and <> give conjectural emendation angle brackets without + requiring an excursion into math mode. ! {\bang} gives + a dotted letter for all except iota-subscripted vowels. + Slight improvements in set widths, which is the chief reason + for keeping Ibycus3 and Ibycus4 clearly separate. + + Also in the works, a type1 version. + +Pierre A. MacKay +Department of Classics +University of Washington +mackay@cs.washington.edu diff -Nru texlive-lang-2007.dfsg.4/texmf-dist/doc/fonts/ibygrk/ibycus4.ltx texlive-lang-2009/texmf-dist/doc/fonts/ibygrk/ibycus4.ltx --- texlive-lang-2007.dfsg.4/texmf-dist/doc/fonts/ibygrk/ibycus4.ltx 1970-01-01 01:00:00.000000000 +0100 +++ texlive-lang-2009/texmf-dist/doc/fonts/ibygrk/ibycus4.ltx 2008-02-05 19:05:39.000000000 +0000 @@ -0,0 +1,40 @@ +% ibycus4.ltx-- P.A. MacKay -- July 13, 1997 +% Pierre A. MacKay, Dept. of Classics, University of Washington +% mackay@cs.washington.edu +% ------------------------ +% An example of ibycus4 using LaTeX2e +% +% Text from D. L. Page, {\it Greek Melic Poets}, (Oxford, 1962), p. 148 +% accepting the emendations of Mehlhorn and Hermann. +% +\documentclass[11pt]{article} +\usepackage{ibycus4} +\pagestyle{empty} + +\begin{document} +\begin{center} +\greek{\fontsize{20.74}{17pt}\selectfont +IBUKOU TOU RHGINOU} +\end{center} + +\vspace{.5in} + +\greek{ +\fontsize{14}{17pt}\selectfont +\begin{verse} +\leavevmode\llap{)=}Hri me`n ai(' te Kudw'niai\\ +mhli'des a)rdo'menai r(oa=n\\ +e)k pota'mwn i('na Parqe'nwn\\ +kh=pos a)kh'ratos, ai(' t' oi)nanqi'des\\ +au)co'menai skie'roisin u(f' e('rnesin\\ +oi)nare'ois qale'qoisin; e)moi` d' e)'ros\\ +ou)demi'an kata'koitos w('ran.\\ +q' u(po` steropa=s fle'gwn\\ +Qrhi+'kios Bore'as a)i's|-\\ +\quad swn para` Ku'pridos a)zale'ais mani'aisin e)remno`s a)qambh`s\\ +e)gkrate'ws pedo'qen \dagger fla'sen\dagger\\ +h(mete'ras fre'nas. +\end{verse}} +\end{document} + +\bye diff -Nru texlive-lang-2007.dfsg.4/texmf-dist/doc/fonts/ibygrk/NEWS texlive-lang-2009/texmf-dist/doc/fonts/ibygrk/NEWS --- texlive-lang-2007.dfsg.4/texmf-dist/doc/fonts/ibygrk/NEWS 1970-01-01 01:00:00.000000000 +0100 +++ texlive-lang-2009/texmf-dist/doc/fonts/ibygrk/NEWS 2008-02-05 19:05:39.000000000 +0000 @@ -0,0 +1,43 @@ +============================================================ + Ibycus4 -- News +============================================================ + +2004-10-27, version 4.5 + + Changed directory structure to comply with TDS 1.1. + + The bold Ibycus font, too, is now available in Postscript + format. It was converted from Metafont to Type1 by Harald + Harders , and is available as + fibb84.pfb + fibb84.afm. A record for this font has been + added to the map file iby.map. + + Font file IbycusHTG-Regular.pfb renamed to fibr84.pfb, to + comply with Karl-Berry-scheme; map file changed + accordingly. The font should now work flawlessly with + Acrobat Reader 5; special thanks to Peter Heslin and Ralf + Stubner, who succeeded to find and fix a long-standing + bug. + + Fixed definition of the macro \greek, so as to work + also with default font encodings other than OT1. + + New text-generating command \textgreek as a counterpart to + the declaration \greek. + + Changed font definition file Uibycus.fd: + * only those fonts are used, that exist actually as Type1; + * fonts are declared as scalable; + * font definitions now work with VTeX, too. + + Regular Ibycus font is used as a 1:1 substitute for the + MF font now, without going via a virtual font. + Virtual fonts and related font metrics are gone. + + Proper identification messages (\ProvidesPackage) in all + LaTeX macro files + + Patched pssetiby.tex so that only Type1 fonts are used, + and that it works with VTeX. + +-- finis diff -Nru texlive-lang-2007.dfsg.4/texmf-dist/doc/fonts/ibygrk/psibycus.ltx texlive-lang-2009/texmf-dist/doc/fonts/ibygrk/psibycus.ltx --- texlive-lang-2007.dfsg.4/texmf-dist/doc/fonts/ibygrk/psibycus.ltx 1970-01-01 01:00:00.000000000 +0100 +++ texlive-lang-2009/texmf-dist/doc/fonts/ibygrk/psibycus.ltx 2008-02-05 19:05:39.000000000 +0000 @@ -0,0 +1,41 @@ +% psibycus.ltx-- P.A. MacKay -- July 16, 1999 +% Pierre A. MacKay, Dept. of Classics, University of Washington +% mackay@cs.washington.edu +% ------------------------ +% An example of ibycus4 using LaTeX2e and calling on the type1 +% font IbycusHTG-Regular in place of fibr84 +% +% Text from D. L. Page, {\it Greek Melic Poets}, (Oxford, 1962), p. 148 +% accepting the emendations of Mehlhorn and Hermann. +% +\documentclass[11pt]{article} +\usepackage{psibycus} +\pagestyle{empty} + +\begin{document} +\begin{center} +\greek{\fontsize{20.74}{17pt}\selectfont +IBUKOU TOU RHGINOU} +\end{center} + +\vspace{.5in} + +\greek{ +\fontsize{14}{17pt}\selectfont +\begin{verse} +\leavevmode\llap{)=}Hri me`n ai(' te Kudw'niai\\ +mhli'des a)rdo'menai r(oa=n\\ +e)k pota'mwn i('na Parqe'nwn\\ +kh=pos a)kh'ratos, ai(' t' oi)nanqi'des\\ +au)co'menai skie'roisin u(f' e('rnesin\\ +oi)nare'ois qale'qoisin; e)moi` d' e)'ros\\ +ou)demi'an kata'koitos w('ran.\\ +q' u(po` steropa=s fle'gwn\\ +Qrhi+'kios Bore'as a)i's|-\\ +\quad swn para` Ku'pridos a)zale'ais mani'aisin e)remno`s a)qambh`s\\ +e)gkrate'ws pedo'qen \dagger fla'sen\dagger\\ +h(mete'ras fre'nas. +\end{verse}} +\end{document} + +\bye diff -Nru texlive-lang-2007.dfsg.4/texmf-dist/doc/fonts/ibygrk/psibycus.tex texlive-lang-2009/texmf-dist/doc/fonts/ibygrk/psibycus.tex --- texlive-lang-2007.dfsg.4/texmf-dist/doc/fonts/ibygrk/psibycus.tex 1970-01-01 01:00:00.000000000 +0100 +++ texlive-lang-2009/texmf-dist/doc/fonts/ibygrk/psibycus.tex 2008-02-05 19:05:39.000000000 +0000 @@ -0,0 +1,48 @@ +% psibycus.tex-- P.A. MacKay -- July 16, 1999 +% Pierre A. MacKay, Dept. of Classics, University of Washington +% mackay@cs.washington.edu +% ------------------------ +% An example of ibycus4 using plain TeX and invoking the type1 font +% IbycusHTG-Regular +% +% Text from D. L. Page, {\it Greek Melic Poets}, (Oxford, 1962), p. 148 +% accepting the emendations of Mehlhorn and Hermann. +% +\hsize 4in +\input ibycusps +\setgreek11/14 +\let\!=\dagger + +\GK + +\centerline{IBUKOU TOU RHGINOU} + +\bigskip + +\leavevmode\llap{)=}Hri me`n ai(' te Kudw'niai + +mhli'des a)rdo'menai r(oa=n + +e)k pota'mwn i('na Parqe'nwn + +kh=pos a)kh'ratos, ai(' t' oi)nanqi'des + +au)co'menai skie'roisin u(f' e('rnesin + +oi)nare'ois qale'qoisin; e)moi` d' e)'ros + +ou)demi'an kata'koitos w('ran. + +q' u(po` steropa=s fle'gwn + +Qrhi+'kios Bore'as a)i's|- + +\quad swn para` Ku'pridos a)zale'ais mani'aisin e)remno`s a)qambh`s + +e)gkrate'ws pedo'qen \!fla'sen\! + +h(mete'ras fre'nas. + +\RM + +\end diff -Nru texlive-lang-2007.dfsg.4/texmf-dist/doc/fonts/ibygrk/README texlive-lang-2009/texmf-dist/doc/fonts/ibygrk/README --- texlive-lang-2007.dfsg.4/texmf-dist/doc/fonts/ibygrk/README 1970-01-01 01:00:00.000000000 +0100 +++ texlive-lang-2009/texmf-dist/doc/fonts/ibygrk/README 2008-02-05 19:05:39.000000000 +0000 @@ -0,0 +1,83 @@ +============================================================ + Ibycus4, version 4.5 as of 2004-10-27 +============================================================ + Pierre MacKay + Walter Schmidt + + +Overview +-------- +Ibycus4 is a Greek typeface, based on Silvio Levy's +realization of a classic Didot cut of Greek type from around +1800. It is accompanied by a set of macro packages to use +it with Plain TeX or LaTeX 2e. + +See the file NEWS for a summary of the latest changes. + + +Installing +---------- +The below installation instructions assume a TDS-compliant +TeX system, in particular teTeX or MikTeX. The directory +name "texmf" refers to the root directory of a TDS directory +tree. In case your TeX systems has more than one directory +tree, its documentation should tell you where to install new +files. + +In case you have installed a previous release of the Ibycus4 +system, delete + +* the directory + texmf/fonts/vf/public/ibycus/ + +* the file + texmf/dvips/iby.map + +* and the files + texmf/fonts/tfm/public/ibycus4/fibo.pl + texmf/fonts/tfm/public/ibycus4/fibo.tfm + texmf/fonts/tfm/public/ibycus4/fibr.pl + texmf/fonts/tfm/public/ibycus4/fibr.tfm + texmf/fonts/type1/public/ibycushtg-regular.pfb (or .pfa) + +before installing the new release. + +To install Ibycus 4, v4.5, + + * Copy the everything from the directories doc, fonts and + tex of the distribution to the corresponding directories + texmf/doc, texmf/fonts and texmf/tex of your TeX system. + + * Update the file name data base of your TeX system (if + applicable), + + * Add the information from the font mapping file + texmf/fonts/map/dvips/ibycus4/iby.map to the configuration + of dvips, pdfTeX and related programs. + See the documentation of your TeX system for the details. + In particular, your TeX system may expect map files in a + different directory such as texmf/dvips/config; move + iby.map to that directory, if necessary. + Make sure that there is no further file named "iby.map" + from a previous Ibycus version around! + +Finally read the text file README, which should have been +installed in the directory texmf/doc/generic/ibycus4/ of the +TDS directory tree. It describes the usage of the Ibycus4 +system. + + +License +------- + + Copyright (c) 1992--2004 Pierre A. MacKay + +See the file COPYING (GNU General Public License) for +license conditions. As a special exception, permission is +granted to include the font programs fibr84.pfb and +fibb84.pfb in a Postscript or PDF document that contains +text to be displayed or printed using these fonts, +regardless of the conditions or license applying to the +document itself. + +== finis diff -Nru texlive-lang-2007.dfsg.4/texmf-dist/doc/fonts/ibygrk/README.ibycus4 texlive-lang-2009/texmf-dist/doc/fonts/ibygrk/README.ibycus4 --- texlive-lang-2007.dfsg.4/texmf-dist/doc/fonts/ibygrk/README.ibycus4 1970-01-01 01:00:00.000000000 +0100 +++ texlive-lang-2009/texmf-dist/doc/fonts/ibygrk/README.ibycus4 2008-02-05 19:05:39.000000000 +0000 @@ -0,0 +1,361 @@ +====================================================================== + Ibycus4, version 4.5 as of 2004-10-27 +====================================================================== + Pierre A. MacKay + Department of Classics + University of Washington + mackay@cs.washington.edu + + Walter Schmidt + w-a-schmidt@gmx.net + + +Overview +--------- + +Like its predecessors, Ibycus4 is based on Silvio Levy's +realization of a classic Didot cut of Greek type from around 1800. +Ibycus4 is as close as possible to Ibycus3 in all possible +respects, but there are some improved set widths and pair-kernings +which might clobber old carefully adjusted text spacings +such as Alexandrian shaped poetry. + + +Plain TeX usage +--------------- + + \input ibycus4 % to use MF fonts, at fixed sizes +or + \input ibycusps % to use scalable Type1 fonts + +then + \setgreek10/12 (or other reasonable combination + of pointsize and leading) +then + Latin text \GK{}a)rxai=a gra'mmata\RM{} Latin again. + +NOTE that the ) is a smooth breathing, not a parenthesis. + + + +LaTeX2e usage +------------ + + \usepackage{ibycus4} % to use MF fonts, at fixed sizes +or + \usepackage{psibycus} % to use scalable Type1 fonts +then + Latin text {\greek{}a)rxai=a gra'mmata} Latin again. + +Note the outer braces to keep the font change local. +Alternatively, use the text-generating command \textgreek, +which was introduced with version 4.5: + + Latin text \textgreek{a)rxai=a gra'mmata} Latin again. + +Greek text will honor size-changing commands as well as +switching to the bold font series (\bfseries, \textbf}. + + + +LaTeX2e usage with Babel +------------------------ +Alternatively, the Ibycus fonts can be used in LaTeX via the +Babel system. Beside the Babel core, which is part of any +LaTeX system, this requires the macros of the "Ibycus-Babel" +iterface; see + + . + +In contrast to the macros distributed with the fonts, this +newer approach supports proper hypehantion in Greek text +passages. + + + +The TeX macro files and the input conventions +--------------------------------------------- + +$TEXMF/tex/generic/ibycus4/ibycus4.tex + + The main package file for plain TeX + +$TEXMF/tex/generic/ibycus4/ibycusps.tex + + Ditto, using tne Type1 fonts + +$TEXMF/tex/generic/ibycus4/ibycus4.sty + + The main package file for LaTeX 2e + +$TEXMF/tex/generic/ibycus4/psibycus.sty + + Ditto, using the Type1 fonts + +$TEXMF/tex/generic/ibycus4/setiby4.tex + + Included by ibygrk.tex unless newnep format is running + +$TEXMF/tex/generic/ibycus4/pssetiby.tex + + ditto, using the Type1 fonts + +$TEXMF/tex/generic/ibycus4/tlgsqq.tex + + The name suggests the association with coding of the + Thesaurus Linguae Graecae. + + This file provides uniquely named macros for all combinations + of letter and accent, so that any invocation of the macro will + produce a sequence of characters corresponding with the + entries put into the TFM ligature table. These sequences may + always be used to generate accented characters. They are + based, with some slight modifications where David Packard's Ibycus + input coding seems too misleading, on the Ibycus adaptation of + TLG beta-code. + + For input coding, the parentheses, ) and ( are used for + breathings, ' (ASCII char '047--acute or single quote) and ` + (ASCII char '140--grave) are used for oxytone and barytone (to + avoid preemption of the usual TeX excape character) and = + (ASCII char '075) is used for perispomenon to avoid preemption + of the active tie character in plain.tex. + is used for + dieresis after u or i and for some other special characters. + | is used for iota subscript and ! (ASCII char '041--\bang) is + used to call out the "dot-under" convention for partially + preserved letters in manuscript or epigraphical texts. Order + is significant. Breathings or diereses come first, after the + affected letter, then accents, then iota subscript or \bang. + These codings represent the input coding convention, not the + mapping in the font itself. + + The digraphs, trigraphs etc. can be read from tlgsqq.tex + Postpositives fall into three order-dependent and + exclusive classes--only one from each class may be used + in any single accented cluster. + + 1 2 3 + nil nil nil + ( [asper] ' [oxytone] | [iota subscript] + ) [lenis] ` [barytone] ! [dot below letter] + + [other] = [perispomene] + + Some special digraphs are K+ Koppa, k+ koppa, C+ lunate Cigma, + c+ lunate cigma, s+ sampi (lowercase late form only) and s| which + forces a medial sigma. + << and >> give guillemets (not guillemots as Adobe + ornithologically supposes) and (( )) give single parentheses + though care must be taken that the first ( or ) is not + interpreted as a breathing. {((} and {))} are safe. + + %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + NOTE: THE FOLLOWING CODINGS ARE NOT COMPATIBLE WITH IBYCUS3 + %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + I have tried to keep incompatible codings to the minimum + but the ibycus3 versions of the following were extremely + undesirable. These are all simplifications of ibycus3 coding. + %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + The mark of elision is ' or {'} (the form in braces may be + needed to prevent ' from being read as an accent). + Single quotes may be provided by ` {`} and ' {'}, (isolate them + in braces if necessary). Double quotes are `` {``} and + '' {''} (isolate in braces if necessary). < and > are the + angle brackets used for conjectural supplements. + %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +ibycus4.map + + This is {\em exactly} the same file as is used by METAFONT. + It is so structured that it can be read by either + TeX or Metafont. The mapping is very close to that of GreekKeys, + which is distributed for the Macintosh by the American + Philological Association. Other mappings can be created + in the same manner. + +$TEXMF/tex/generic/ibycus4/Uibycus4.fd + + Font definition file for LaTeX2e. + +$TEXMF/tex/generic/ibycus4/Uibycus.fd + + Ditto, using only those fonts that exist in type1 format + +$TEXMF/tex/generic/ibycus4/iby4extr.tex + + Access to some editorial symbols for classical editions. + + + +Example documents +----------------.. + +$TEXMF/doc/generic/ibycus4/ibycus4.ltx (for LaTeX 2e) +$TEXMF/doc/generic/ibycus4/psibycus.ltx (for LaTeX 2e) +$TEXMF/doc/generic/ibycus4/iby4text.tex (for Plain TeX) +$TEXMF/doc/generic/ibycus4/psibycus.tex (for Plain TeX) + + The exquisite little poem by Ibycus of Rhegium, until recently + almost the only thing known by him. (The Ibycus system + developed by David Packard is only indirectly named after + the poet. The direct inspiration was Packard's cat.) + +Note that the LaTeX2e exampls use the "traditional" Ibycus +macros, rather than the newer Ibycus-Babel interface. + + + +The METAFONT files +------------------ + +The METAFONT part of the package consists of a set of files which use +the original characters of Silvio Levy's greek fonts and combine them +in ways which reflect the increased capabilities of TeX and METAFONT +developed since Levy did the original greek for TeX. The Levy source +files can be got from one of the CTAN archives and placed in +$TEXMF/fonts/source/public/levy + where they will automatically become +accessible if you are using a TeX Directory Structure [TDS] layout of +files. If you are not using a file searching system like Karl Berry's +"kpathsea", see $TEXMF/fonts/source/public/ibycus4/ibycus4.mf for +hints on making the Levy source available. For directions on the +use and management of Karl Berry's path searching, consult "The TeX +Live Guide, version 2" by Sebastian Rahtz and Michael Goosens, in +{\it TUGboat}. Volume 18 (1997). Pages 81-112, especially pp. 87--9. +Web2c TeX for Unix systems, Thomas Esser's teTeX, and the Solaris package +referenced at http://smc.vnet.net/solaris_2.5.html all use Karl +Berry's path searching. + +Ibycus4 METAFONT files are in $TEXMF/fonts/source/public/ibycus4 + +The most significant changes are: + + 1. The large repertory of initial/medial sigma + letter pairs + is suppressed from the new fonts, and the new enhanced TFM + ligature scheme is used instead to provide for the automatic + differentiation between medial and final sigma. + + 2. The cells thus opened up in the font mapping are used for + a variety of additional characters: + + a. A full repertory of vowels with breathings and + barytone accents (many of these were absent from the + original). The various forms of long epsilon and + omicron with perispomene accent needed for early Attic + and similar local scripts are provided. + + b. Lunate sigma, digamma, koppa and sampi are + provided (the last in its lowercase late form + only, since earlier forms are rather problematic + and are virtually unused even in epigraphical texts). + + c. A simple iota subscript in a 0.5em character space + is provided at position '174 for use in unusual + groupings. For all normal usages three additional + occurences of the glyph are kerned (in the traditional + sense) far to the left so that they will fit under + alpha, eta and omega respectively. These characters + are called out automatically through the TeX TFM + ligature system, for which see below. The glyph under + eta is shortened slightly to give better clearance + under the left stem of lowercase eta. The iota + subscript glyph retains its simple form in 300dpi + renditions, and in any bitmap which drops below + 500dpi, but it thins out and develops a slight + rightward hook at 600dpi and above. + + d. The mechanism of drastic left kerning is also used + to set dots under letters which cannot be read + completely from the manuscript or stone. These dota + are likewise called out automatically through the TFM + ligature system. A final ! {\bang} after any letter + or letter with postpositive accents (except those + with iota subscripts) will produce the dotted form. + + e. Angle brackets, half brackets, double quotes, braces, + a dagger and a doubledagger are now provided (see + iby4extr.tex). + + 3. All characters have been named. The constructs + ASCII"A" and oct"000" appear only at lower levels + of programming. + + 4. Character spacing has been adjusted through kerning tables, + particularly around lowercase iota (file ibylig4.mf). + There is better separation between breathings and accents + (this has required a redesign of almost all accents) and + clearance between accent and base letter has been increased. + The perispomene has been restored to its traditional form with + a thick center and tapered ends, and the breathings have been + given shorter, tapered tails. The deep ink trap between the + bulb and tail of the breathings has been eliminated. Accents + over epsilon have been raised and slightly shortened to give + better clearance. The accents with diaeresis have been shifted + up and laterally to clear the dot they lean toward. + + 5. Font mapping is specified independently of other + parameters, in a distinct and separate file (file ibycus4.map). + In some cases it may be more effective to remap the font + than to struggle with TeX remapping. + + 6. A programming error which produced the wrong displacement + value with free-standing accents has been corrected. Accents + before uppercase vowels are kerned (in the traditional sense) + out left to a negative left side bearing of about one unit + (1/18em) unit so that their escapement does not leave + excessive space after the preceding word or at the start of a + line. They have also been properly pair-kerned with the + uppercase vowels. + +A new naming convention uses "ibycus4" wherever possible, and +the shorter string "iby4" where that would lead to ambiguity. +some of the individual METAFONT character files are simply +taged with the number 4. 8+3 filename compatibility is preserved. +(under protest and with difficulty). + +The names of PK and TFM files follow Karl Berry's font name convention +( 84 is the encoding for Ibycus 4). + +Foundry Facename Weights Variants Encoding_Variants DesignSize + +f ib [r], b r, o 84 [10], 9, 8 + +fibr84 fibo84 fibb84 + + with METAFONT design-size additions +fibr848 fibo848 fibb848 +fibr849 fibo849 fibb849 + +Driver files for the Bold Oblique variant can be provided but their use +is discouraged. These Didot-derived characters do not stand up well +to either boldfacing or obliqueing, and the combination is quite +unfortunate. The typewriter style originally offered with these +designs is quietly forgotten, although the code for it is still +embedded in Silvio Levy's source. + + +Type1 font files +---------------- + +Type1 font files reside in $TEXMF/fonts/type1/public/ibycus4: + +fibr84.pfb (corresponds to the MF font fibr84) +fibb84.pfb (corresponds to the MF font fibb84) + +There are no Type1 renditions of the 8pt and 9pt fonts yet. + + +License +------- + + Copyright (c) 1992--2004 Pierre A. MacKay + +See the file COPYING (GNU General Public License) for +license conditions. As a special exception, permission is +granted to include the font programs fibr84.pfb and +fibb84.pfb in a Postscript or PDF document that contains +text to be displayed or printed using these fonts, +regardless of the conditions or license applying to the +document itself. + + +== finis diff -Nru texlive-lang-2007.dfsg.4/texmf-dist/doc/fonts/itrans/beng.itx texlive-lang-2009/texmf-dist/doc/fonts/itrans/beng.itx --- texlive-lang-2007.dfsg.4/texmf-dist/doc/fonts/itrans/beng.itx 1970-01-01 01:00:00.000000000 +0100 +++ texlive-lang-2009/texmf-dist/doc/fonts/itrans/beng.itx 2006-01-09 00:47:01.000000000 +0000 @@ -0,0 +1,1723 @@ +% Avinash Chopde +% -------------------------------------------------------------------- +% User Documentation for the Itrans Package, Bengali +% Bengali Transliteration Table for ItxBeng PostScript Font and +% Bengali Transliteration Table for bwti Metafont Font +% bwti Metafont created by Abhijit Das of IISc Bangalore. +% bwti support in ITRANS added by Jaijeet Roychowdhury. + +\documentclass[11pt]{article} + +\usepackage[preprocess]{itrans} % Ross Moore's extensions to latex2html + +\usepackage{html} % from standard latex2html package + % if you do not have html.sty in your machine, change the html to + % htmlstub (htmlstub.sty is included in the ITRANS/lib directory) + +\usepackage{longtable} + +\portraitpage % defined in itrans.sty (idevn.tex), get a larger page size + +\renewcommand{\arraystretch}{1.25} +\newcommand{\rarrow}{\mbox{---\hspace{-8pt}$>$}} + +\newcommand{\SB}{\texttt{\char35bengali}} +\newcommand{\EB}{\texttt{\char35endbengali}} + +\newfont{\itxbengf}{itxbeng at 15pt} +%\newfont{\itxbengf}{itxbengo at 15pt} % the oblique version +%\newfont{\itxbengf}{itxbngrc at 15pt} % the scaled down (x-axis) version +%\newfont{\itxbengf}{itxbngre at 15pt} % the scaled down (x-axis) version + +\newfont{\bnr}{bnr10 at 14pt} +\newfont{\bnsl}{bnsl10 at 14pt} + +\hyphenchar\itxbengf=-1 % disable hyphenation using this font +\hyphenchar\bnr=-1 % disable hyphenation using this font +\hyphenchar\bnsl=-1 % disable hyphenation using this font + +% for the Bwti font, use the #bengali markers +#bengaliifm=bnbeng.ifm +#bengalifont=\bnr + +% for the ItxBeng font, use the #indian marker +#indianifm=itxbeng.ifm +#indianfont=\itxbengf + +\begin{document} + +\footnotetext[0]{Last modification: \today} + +\centerline{\bf Transliteration Maps for} +\medskip +\centerline{\LARGE\bf Bengali fonts ItxBeng and BWTI} +\bigskip +\centerline{\bf itrans} +\smallskip +\centerline{\bf \copyright 1997--98 Avinash Chopde} +\bigskip +\centerline{\bf {\sl bwti} font developed by Abhijit Das (Barda)} +\smallskip +\centerline{\bf {\sl bwti} font support added by Jaijeet Roychowdhury} + +\section{Fonts Available} + +There are currently two Bengali fonts available with ITRANS: {\em bwti} and {\em ItxBeng}. +The {\em bwti} fonts are written in {\sf METAFONT}, while {\em ItxBeng} is a PostScript font. +At present, the {\em bwti} fonts have a complete set of Bengali characters including all +the standard conjunct consonants +(#bengali JuktaakShar#endbengali s), +while the +{\em ItxBeng} fonts are missing some characters. {\em ItxBeng}, however, works with the \TeX, direct PostScript and HTML +interfaces of ITRANS, while {\em bwti} is limited to only the \TeX\ interface. + +\subsection{\TeX\ Interface} + + +\subsubsection{{\em bwti} font} + +{\em bwti} is a family of {\sf METAFONT} fonts defined in the files {\em bnr10.mf} and +{\em bnsl10.mf}. They can be used only with +the \TeX\ interface. + +\begin{description} +\item [bnr10] This is the basic {\em bwti} Bengali font. +\item [bnsl10] This is the slanted version of {\em bwti}. +\end{description} + +\noindent +These can be used at any font size in your document. +In this document the following line was used for +loading the font: +\noindent\verb+\newfont{\bnr}{bnr10 at 14pt}+. + +\subsubsection{{\em ItxBeng} font} + +{\em ItxBeng} is a PostScript font whose specification +is in the file {\em itxbeng.pfa} or {\em itxbeng.pfb}. +It is a user-defined Type I PostScript font. +Four styles, transformations on the basic ItxBeng font, +are bundled with the itrans package. +Their names (in the \TeX\ interface) are itxbeng, itxbengo, itxbngrc, and +itxbngre. + +\begin{description} +\item [itxbeng] This is the basic {\em ItxBeng} Bengali font. There are some other fonts +available, derived by transforming this font. +\item [itxbengo] This is the slanted version of {\em itxbeng}. +\item [itxbngrc] A scaled down, compressed version +(along the x-axis) of the basic font is available as {\em itxbeng}. +\item[itxbngre] This is heavier than {\em itxbeng}, to be used as a bold version. +\end{description} + +Since these are PostScript fonts, you can use them at any font size in +your document. +In this document the following line was used for +loading the font: + +\noindent\verb+\newfont{\itxbengf}{itxbeng at 15pt}+. + +\subsection{Direct Textual Interface: HTML Output ({\em ItxBeng} only)} + +This mode is provided for generating text that can be displayed +on any WWW browser such as Netscape (version 3.0 or later). +See the example file provided (ITRANS/doc/s1html.itx) on examples +of how to use this mode. +See the manual idoc.itx for information on the Direct Text Output mode +of ITRANS. + +The same IFM file (for {\em ItxBeng}) is used for this mode as for the \TeX\ interface. + +\subsection{Direct Textual Interface: PostScript Output ({\em ItxBeng} only)} + +This interface does not offer any word-processing capabilities other +than that of checking when a page is complete, and then +resetting the current point to the top of the next page. +Thus, all spaces, lines, etc from the input text appear +in the output too. + +The user may also directly invoke +PostScript commands to create various versions of the font, as required. +Refer to PostScript language manuals for specific help regarding the +PostScript font manipulation commands. +If you decide to go this route, take a look at the file {\em itrans.pro}, +it is the prologue that gets sent to the printer. +It contains definitions of various commands such as {\em normalfont}, +{\em slantfont}, {\em compressedfont}, etc, which may be used to change +the font being used. +These PostScript functions take a single argument:~the font size to use. +All this and more information can be obtained from the prologue file, {\em +itrans.pro}, and PostScript users should take a look at it. +For example usage, look through the sample input files provided. +Files ending in {\em .ips} are the direct PostScript input files, itrans +(with the -P option) directly produces PostScript output for these files. + +The file {\em itxbeng.pfa} contains the PostScript +language program for this bengali font. + +%------------------------------------------------------------------------- + +\subsection{Font Developers} + +\subsubsection{{\em bwti}} + +The bwti fonts have been created by Abhijit Das of IISc Bangalore. + +\subsubsection{{\em ItxBeng}} + +The ItxBeng has been developed by Shrikrishna Patil, who has been +developing fonts for over a decade now. He has been extremely generous to +all of us users of ITRANS, and has offered us two freeware fonts: +one for Gujarati (ItxGuj), and one for Bengali (ItxBeng). +I am thankful to him for this +gift! If any one using this ITRANS package finds the need for +fonts for Microsoft Windows +or Apple Macintosh platforms, feel free to contact Patil at his e-mail +address {\em sapatil@pacbell.net}. His fonts are available at very +reasonable costs, around US\$50 to US\$100 depending on the font. + +\subsection{IFM File Developers} + +Each font requires an {\em ITRANS Font Metric (IFM)} file to be +supplied in the ITRANS document. +This Bengali user manual for ITRANS makes use of two IFM files, since it +needs to print text in both the bwti and ItxBeng fonts. + +\subsubsection{{\em bwti} font} + +The IFM file for {\em bwti} is called {\em bnbeng.ifm}. + +I would like to thank Jaijeet Roychowdhury, who created a new IFM file +for the bwti fonts and thus add support for them in ITRANS. He also +helped fix some problems with the Bengali IFM files. + +\subsubsection{{\em ItxBeng} font} + +The IFM file is called {\em itxbeng.ifm}. + +I would like to thank Ansuman Lahiri ({\em ansu@thon.csb.ki.se}), +who helped in creating the IFM file for ItxBeng and in proof-reading the +test samples I sent him. There may still be problems with the current +Bengali support, but that is because I do not know bengali at all, so if +you do find that some conjuncts do not work they should, please send me +(Avinash Chopde) e-mail, my address is available elsewhere in this +document. + +%------------------------------------------------------------------------- +\section {Example} + +Input text: + +\noindent +{%\tt\SB +\begin{verbatim} +ke la_ibe mor kaaJa^r, kahe sandhyaa rabi \\ +shuniYaa jagat.h rahe niruttar chhabi | \\ +maaTir pradiip chhila, se kahila, sbaamii \\ +aamaar JeTuku saadhya kariba taa aami | \\ +--- rabiindranaath Thaakuur +\end{verbatim} +%\EB +} + +\vspace{0.3in} +\begin{minipage}{3in} +In the {\em ItxBeng} font, the text produces: +\vspace{0.1in} + +{#indian +\noindent +ke la_ibe mor kaaJa^r, kahe sandhyaa rabi \\ +shuniYaa jagat.h rahe niruttar chhabi | \\ +maaTir pradiip chhila, se kahila, sbaamii \\ +aamaar JeTuku saadhya kariba taa aami | \\ +--- rabiindranaath Thaakuur +#endbengali} +\end{minipage}\ +\begin{minipage}{3in} +In the {\em bwti} font, the above text produces: +\vspace{0.1in} + +{#bengali +\noindent +ke la_ibe mor kaaJa^r, kahe sandhyaa rabi \\ +shuniYaa jagat.h rahe niruttar chhabi | \\ +maaTir pradiip chhila, se kahila, sbaamii \\ +aamaar JeTuku saadhya kariba taa aami | \\ +--- rabiindranaath Thaakuur +#endbengali} +\end{minipage} + +\bigskip\hrule +\vfill +\bigskip +\section{Author} + +\noindent +ITRANS has been developed by Avinash Chopde. \\ +E-mail: +\htmladdnormallink{\texttt{avinash@acm.org}}{mailto:avinash@acm.org}. \\ +Home page: +\htmladdnormallink{\texttt{http://www.aczone.com/}}{http://www.aczone.com/} + +\bigskip\hrule +%------------------------------------------------------------------- +\newpage +%------------------------------------------------------------------- +\begin{htmlonly} +\section{Bengali Table} +\end{htmlonly} + +{ +\begin{tabular}{c} +{ +\begin{tabular}{ccc} +\vbox{\hbox{ +\begin{makeimage} +\begin{tabular}{|c|c|c|} +\hline {\em bwti} & {\em ItxBeng} & \small ITRANS\\ \hline \hline + + #bengali a #endbengali & + #indian a #endbengali & +{\tt a} \\ \hline + #bengali aa #endbengali & + #indian aa #endbengali & +{\tt aa} or {\tt A} \\ \hline + #bengali i #endbengali & + #indian i #endbengali & +{\tt i} \\ \hline + #bengali ii #endbengali & + #indian ii #endbengali & +{\tt ii} or {\tt I}\\ \hline + #bengali u #endbengali & + #indian u #endbengali & +{\tt u} \\ \hline + #bengali uu #endbengali & + #indian uu #endbengali& +{\tt uu} or {\tt U}\\ \hline + #bengali R^i #endbengali & + #indian R^i #endbengali & +{\tt RRi} or {\tt R\char`^i} \\ \hline + #bengali e #endbengali & + #indian e #endbengali & +{\tt e} \\ \hline + #bengali ai #endbengali & + #indian ai #endbengali & +{\tt ai} \\ \hline + #bengali o #endbengali & + #indian o #endbengali & +{\tt o}\\ \hline + #bengali au #endbengali & + #indian au #endbengali& +{\tt au}\\ \hline +\end{tabular} +\end{makeimage} +}\vfill} +& +\vbox{\hbox{ +\begin{makeimage} +\begin{tabular}{|c|c|c|} +\hline {\em bwti} & {\em ItxBeng} & \small ITRANS\\ \hline \hline + + #bengali 0 #endbengali & + #indian 0 #endbengali & +{\tt 0} \\ \hline + #bengali 1 #endbengali & + #indian 1 #endbengali & +{\tt 1} \\ \hline + #bengali 2 #endbengali & + #indian 2 #endbengali & +{\tt 2} \\ \hline + #bengali 3 #endbengali & + #indian 3 #endbengali & +{\tt 3} \\ \hline + #bengali 4 #endbengali & + #indian 4 #endbengali & +{\tt 4} \\ \hline + #bengali 5 #endbengali & + #indian 5 #endbengali& +{\tt 5} \\ \hline + #bengali 6 #endbengali & + #indian 6 #endbengali & +{\tt 6} \\ \hline + #bengali 7 #endbengali & + #indian 7 #endbengali & +{\tt 7} \\ \hline + #bengali 8 #endbengali & + #indian 8 #endbengali & +{\tt 8} \\ \hline + #bengali 9 #endbengali & + #indian 9 #endbengali & +{\tt 9}\\ \hline +\end{tabular} +\end{makeimage} +}\vfill} +& +\vbox{\hbox{ +\begin{makeimage} +\begin{tabular}{|c|c|c|} +\hline {\em bwti} & {\em ItxBeng} & \small ITRANS\\ \hline \hline + + #bengali ga.n #endbengali & + #indian ga.n #endbengali & +{\em ga}{\tt .n} \\ \hline + #bengali gaa.N #endbengali & + #indian gaa.N #endbengali & +{\em gaa}{\tt .N} \\ \hline + #bengali aa^r #endbengali & + #indian aa^r #endbengali & +{\em aa}{\tt \char`^r} \\ \hline + #bengali m.h #endbengali & + #indian m.h #endbengali & +{\em m}{\tt .h} \\ \hline + #bengali t.h #endbengali & + #indian t.h #endbengali & +{\tt t.h} \\ \hline + #bengali duH #endbengali & + #indian duH #endbengali & +{\em du}{\tt H} \\ \hline + #bengali GYa #endbengali & + #indian GYa #endbengali& +{\tt GY}{\em a} \\ \hline +\end{tabular} +\end{makeimage} +}\vfill} +\\ +Vowels & Numerals & Accents/Specials +\end{tabular} +} +\\ +\vbox{\vskip0.2in\hbox{ +\begin{tabular}{c} +\framebox{\mbox{ +\begin{tabular}{ccc} +\begin{makeimage} +\begin{tabular}{|c|c|c|} +\hline {\em bwti} & {\em ItxBeng} & \small ITRANS\\ \hline \hline + + #bengali ka #endbengali & + #indian ka #endbengali & +{\tt k}{\em a} \\ \hline + #bengali kha #endbengali & + #indian kha #endbengali & +{\tt kh}{\em a} \\ \hline + #bengali ga #endbengali & + #indian ga #endbengali & +{\tt g}{\em a} \\ \hline + #bengali gha #endbengali & + #indian gha #endbengali & +{\tt gh}{\em a} \\ \hline + #bengali ~N #endbengali & + #indian ~N #endbengali & +{\tt \char`~N}{\em a} or {\tt N\char`^}a \\ \hline +\end{tabular} +\end{makeimage} +& +\begin{makeimage} +\begin{tabular}{|c|c|c|} +\hline {\em bwti} & {\em ItxBeng} & \small ITRANS\\ \hline \hline + + #bengali cha #endbengali & + #indian cha #endbengali & +{\tt ch}{\em a} \\ \hline + #bengali chha #endbengali & + #indian chha #endbengali & +{\tt chh}{\em a} \\ \hline + #bengali ja #endbengali & + #indian ja #endbengali & +{\tt j}{\em a} \\ \hline + #bengali jha #endbengali & + #indian jha #endbengali & +{\tt jh}{\em a} \\ \hline + #bengali ~n #endbengali & + #indian ~n #endbengali & +{\tt \char`~n}{\em a} or {\tt n\char`^}a \\ \hline +\end{tabular} +\end{makeimage} +& +\begin{makeimage} +\begin{tabular}{|c|c|c|} +\hline {\em bwti} & {\em ItxBeng} & \small ITRANS\\ \hline \hline + + #bengali Ta #endbengali & + #indian Ta #endbengali & +{\tt T}{\em a} \\ \hline + #bengali Tha #endbengali & + #indian Tha #endbengali & +{\tt Th}{\em a} \\ \hline + #bengali Da #endbengali & + #indian Da #endbengali & +{\tt D}{\em a} \\ \hline + #bengali Dha #endbengali & + #indian Dha #endbengali & +{\tt Dh}{\em a} \\ \hline + #bengali Na #endbengali & + #indian Na #endbengali & +{\tt N}{\em a} \\ \hline +\end{tabular} +\end{makeimage} +\\ +\hbox{\lower.7in\hbox{ +\begin{makeimage} +\begin{tabular}{|c|c|c|} + \hline + \setbox0=\hbox{\em bwti}\hbox to\wd0{ #bengali ta #endbengali} & + \setbox0=\hbox{\em ItxBeng}\hbox to\wd0{\kern0.2in#indian ta #endbengali} & +\setbox0=\hbox{{\tt \char`~N}{\em a} or {\tt N\char`^}a}\hbox to\wd0{\kern0.3in {\tt t}{\em a}} \\ \hline + \hbox{ #bengali tha #endbengali} & + #indian tha #endbengali & +{\tt th}{\em a} \\ \hline + #bengali da #endbengali & + #indian da #endbengali & +{\tt d}{\em a} \\ \hline + #bengali dha #endbengali & + #indian dha #endbengali & +{\tt dh}{\em a} \\ \hline + #bengali na #endbengali & + #indian na #endbengali & +{\tt n}{\em a} \\ \hline +\end{tabular} +\end{makeimage} +}} +& +\hbox{\lower.7in\hbox{ +\begin{makeimage} +\begin{tabular}{|c|c|c|} + \hline + \setbox0=\hbox{\em bwti}\hbox to\wd0{ #bengali pa #endbengali} & + \setbox0=\hbox{\em ItxBeng}\hbox to\wd0{\kern0.2in#indian pa #endbengali} & +\setbox0=\hbox{{\tt \char`~n}{\em a} or {\tt n\char`^}a}\hbox to\wd0{\kern0.3in {\tt p}{\em a}} \\ \hline + \hbox{ #bengali pha #endbengali} & + #indian pha #endbengali & +{\tt ph}{\em a} \\ \hline + #bengali ba #endbengali & + #indian ba #endbengali & +{\tt b}{\em a} \\ \hline + #bengali bha #endbengali & + #indian bha #endbengali & +{\tt bh}{\em a} \\ \hline + #bengali ma #endbengali & + #indian ma #endbengali & +{\tt m}{\em a} \\ \hline +\end{tabular} +\end{makeimage} +}} +& +\hbox{\lower.7in\hbox{ +\begin{makeimage} +\begin{tabular}{|c|c|c|} + \hline + \setbox0=\hbox{\em bwti}\hbox to\wd0{ #bengali Ja #endbengali} & + \setbox0=\hbox{\em ItxBeng}\hbox to\wd0{\kern0.2in#indian Ja #endbengali} & +\setbox0=\hbox{\small ITRANS}\hbox to\wd0{\kern0.0in{\tt J}{\em a} or +{\tt y}{\em a}} \\ \hline + \hbox{ #bengali ra #endbengali} & + #indian ra #endbengali & +{\tt r}{\em a} \\ \hline + #bengali la #endbengali & + #indian la #endbengali & +{\tt l}{\em a} \\ \hline + #bengali ba #endbengali & + #indian ba #endbengali & +{\tt b}{\em a} \\ \hline + #bengali sha #endbengali & + #indian sha #endbengali & +{\tt sh}{\em a} \\ \hline +\end{tabular} +\end{makeimage} +}} \\ +\hbox{\lower.7in\hbox{ +\begin{makeimage} +\begin{tabular}{|c|c|c|} + \hline + \setbox0=\hbox{\em bwti}\hbox to\wd0{ #bengali Sha #endbengali} & + \setbox0=\hbox{\em ItxBeng}\hbox to\wd0{\kern0.2in#indian Sha #endbengali} & +\setbox0=\hbox{{\tt \char`~N}{\em a} or {\tt N\char`^}a}\hbox to\wd0{\kern0.3in {\tt Sh}{\em a}} \\ \hline + \hbox{ #bengali sa #endbengali} & + #indian sa #endbengali & +{\tt s}{\em a} \\ \hline + #bengali ha #endbengali & + #indian ha #endbengali & +{\tt h}{\em a} \\ \hline + & + & + \\ \hline + & + & + \\ \hline +\end{tabular} +\end{makeimage}}} +& +\hbox{\lower.7in\hbox{ +\begin{makeimage} +\begin{tabular}{|c|c|c|} + \hline + \setbox0=\hbox{\em bwti}\hbox to\wd0{ #bengali kSha #endbengali} & + \setbox0=\hbox{\em ItxBeng}\hbox to\wd0{\kern0.2in#indian kSha #endbengali} & +\setbox0=\hbox{{\tt \char`~n}{\em a} or {\tt n\char`^}a}\hbox to\wd0{\kern0.0in {\tt kSh}{\em a} or {\tt x}{\em a}} \\ \hline + \hbox{ #bengali Ya #endbengali} & + #indian Ya #endbengali & +{\tt Y}{\em a} \\ \hline + #bengali .Da #endbengali & + #indian .Da #endbengali & +{\tt .D}{\em a} \\ \hline + #bengali .Dha #endbengali & + #indian .Dha #endbengali & +{\tt .Dh}{\em a} \\ \hline + & + & + \\ \hline +\end{tabular} +\end{makeimage}}} +\end{tabular}}}\\ +\hbox{\lower0.1in\hbox{Consonants}}\\ +\hbox{\lower0.2in\hbox{\bf ITRANS: Bengali to English Transliteration Table}} +\end{tabular} +}} +\end{tabular} +} + +%------------------------------------------------------------------- +\newpage +%------------------------------------------------------------------- +\begin{htmlonly} +\section{Conjunct Consonants (warning: big images; table in multiple parts)} +\end{htmlonly} + +\begin{makeimage} +\begin{longtable}{|c|c|c|c|c|c|c|} +\caption{Conjunct Consonants\protect\html{, Part 1}} \\ +\hline conjunct & ITRANS & bn & itxbeng & ITRANS example & bn example & itxbeng example \\ \hline + \multicolumn{7}{c}{\vadjust{\vskip-10pt}} + \endfirsthead + +\caption[]{Conjunct Consonants (contd)} \\ + \hline + conjunct & ITRANS & bn & itxbeng & ITRANS example & bn example & itxbeng example \\ \hline + \multicolumn{7}{c}{\vadjust{\vskip-10pt}} + \endhead + +\multicolumn{7}{r}{continued on the next page...} \\ \endfoot + +\hline \endlastfoot + +\hline + #bengali ka + ka #endbengali & + {\tt kk} & + #bengali kk #endbengali & + #indian kk #endbengali & + {\tt dhikkaar} & + #bengali dhikkaar #endbengali & + #indian dhikkaar #endbengali\\ \hline + #bengali ka + Ta #endbengali & + {\tt kT} & + #bengali kT #endbengali & + #indian kT #endbengali & + {\tt akTopaas} & + #bengali akTopaas #endbengali & + #indian akTopaas #endbengali\\ \hline + #bengali ka + ta #endbengali & + {\tt kt} & + #bengali kt #endbengali & + #indian kt #endbengali & + {\tt Daaktaar} & + #bengali Daaktaar #endbengali & + #indian Daaktaar #endbengali\\ \hline + #bengali ka + ba #endbengali & + {\tt kb} & + #bengali kb #endbengali & + #indian kb #endbengali & + {\tt pakba} & + #bengali pakba #endbengali & + #indian pakba #endbengali\\ \hline + #bengali ka + ma #endbengali & + {\tt km} & + #bengali km #endbengali & + #indian km #endbengali & + {\tt rukmiNI} & + #bengali rukmiNI #endbengali & + #indian rukmiNI #endbengali\\ \hline + #bengali ka + ra #endbengali & + {\tt kr} & + #bengali kr #endbengali & + #indian kr #endbengali & + {\tt bakra} & + #bengali bakra #endbengali & + #indian bakra #endbengali\\ \hline + #bengali ka + la #endbengali & + {\tt kl} & + #bengali kl #endbengali & + #indian kl #endbengali & + {\tt klIba} & + #bengali klIba #endbengali & + #indian klIba #endbengali\\ \hline + #bengali ka + Sh #endbengali & + {\tt kSh} & + #bengali kSh #endbengali & + #indian kSh #endbengali & + {\tt rakShaa} & + #bengali rakShaa #endbengali & + #indian rakShaa #endbengali\\ \hline + #bengali ka + Sh + Na #endbengali & + {\tt k\_ShN}\footnotemark & + #bengali k_ShNa #endbengali & + #indian k_ShNa #endbengali & + {\tt tIk\_ShNa } & + #bengali tIk_ShNa #endbengali & + #indian tIk_ShNa #endbengali\\ \hline + #bengali ka + Sh + ma #endbengali & + {\tt k\_Shm}& + #bengali k_Shma #endbengali & + #indian k_Shma #endbengali & + {\tt lak\_ShmI} & + #bengali lak_ShmI #endbengali & + #indian lak_ShmI #endbengali\\ \hline + #bengali ka + sa #endbengali & + {\tt ks} & + #bengali ks #endbengali & + #indian ks #endbengali & + {\tt riksaa} & + #bengali riksaa #endbengali & + #indian riksaa #endbengali\\ \hline + #bengali ga + dh #endbengali & + {\tt gdh} & + #bengali gdh #endbengali & + #indian gdh #endbengali & + {\tt mugdha} & + #bengali mugdha #endbengali & + #indian mugdha #endbengali\\ \hline + #bengali ga + na #endbengali & + {\tt gn} & + #bengali gn #endbengali & + #indian gn #endbengali & + {\tt agni} & + #bengali agni #endbengali & + #indian agni #endbengali\\ \hline + #bengali ga + ba #endbengali & + {\tt gb} & + #bengali gb #endbengali & + #indian gb #endbengali & + {\tt digbijaY} & + #bengali digbijaY #endbengali & + #indian digbijaY #endbengali\\ \hline + #bengali ga + ma #endbengali & + {\tt gm} & + #bengali gm #endbengali & + #indian gm #endbengali & + {\tt Jugma} & + #bengali Jugma #endbengali & + #indian Jugma #endbengali\\ \hline + #bengali ga + la #endbengali & + {\tt lm} & + #bengali gl #endbengali & + #indian gl #endbengali & + {\tt glaani} & + #bengali glaani #endbengali & + #indian glaani #endbengali\\ \hline + #bengali gh + na #endbengali & + {\tt ghn} & + #bengali ghn #endbengali & + #indian ghn #endbengali & + {\tt bighna} & + #bengali bighna #endbengali & + #indian bighna #endbengali\\ \hline + #bengali ~N + ka #endbengali & + {\tt \char126 N + ka} & + #bengali ~Nk #endbengali & + #indian ~Nk #endbengali & + {\tt sha\char126 Nkita} & + #bengali sha~Nkita #endbengali & + #indian sha~Nkita #endbengali\\ \hline + #bengali ~N + ka + Sh #endbengali & + {\tt \char126 Nk\_Sh} & + #bengali ~Nk_Sha #endbengali & + #indian ~Nk_Sha #endbengali & + {\tt aakaa\char126 Nk\_Shaa } & + #bengali aakaa~Nk_Shaa #endbengali & + #indian aakaa~Nk_Shaa #endbengali \\ \hline + #bengali ~N + kh #endbengali & + {\tt \char126 N + kh } & + #bengali ~Nkh #endbengali & + #indian ~Nkh #endbengali & + {\tt sha\char126 Nkha} & + #bengali sha~Nkha #endbengali & + #indian sha~Nkha #endbengali\\ \hline + #bengali ~N + ga #endbengali & + {\tt \char126 N + g } & + #bengali ~Nga #endbengali & + #indian ~Nga #endbengali & + {\tt byaa\char126 Ng} & + #bengali byaa~Ng #endbengali & + #indian byaa~Ng #endbengali\\ \hline + #bengali ~N + gh #endbengali & + {\tt \char126 N + gh } & + #bengali ~Ngh #endbengali & + #indian ~Ngh #endbengali & + {\tt sa\char126 Ngha} & + #bengali sa~Ngha #endbengali & + #indian sa~Ngha #endbengali\\ \hline + #bengali ~N + ma #endbengali & + {\tt \char126 N + m } & + #bengali ~Nm #endbengali & + #indian ~Nm #endbengali & + {\tt baa\char126 NmaY} & + #bengali baa~NmaY #endbengali & + #indian baa~NmaY #endbengali\\ \hline + #bengali ch + ch #endbengali & + {\tt chch } & + #bengali chch #endbengali & + #indian chch #endbengali & + {\tt saachchaa} & + #bengali saachchaa #endbengali & + #indian saachchaa #endbengali\\ \hline + #bengali ch + chh #endbengali & + {\tt chchh } & + #bengali chchh #endbengali & + #indian chchh #endbengali & + {\tt baachchhaa} & + #bengali baachchhaa #endbengali & + #indian baachchhaa #endbengali\\ \hline + #bengali ch + chh + ba #endbengali & + {\tt chchhb } & + #bengali chchhb #endbengali & + #indian chchhb #endbengali & + {\tt uchchhbaas} & + #bengali uchchhbaas #endbengali & + #indian uchchhbaas #endbengali\\ \hline + #bengali ch + ~n #endbengali & + {\tt ch\char126 n } & + #bengali chJN #endbengali & + #indian chJN #endbengali & + {\tt Jaach\char126 naa } & + #bengali JaachJNaa #endbengali & + #indian JaachJNaa #endbengali\\ \hline + #bengali j + j #endbengali & + {\tt jj } & + #bengali jj #endbengali & + #indian jj #endbengali & + {\tt lajjaa } & + #bengali lajjaa #endbengali & + #indian lajjaa #endbengali\\ \hline + #bengali j + j + b #endbengali & + {\tt jjb } & + #bengali jjb #endbengali & + #indian jjb #endbengali & + {\tt ujjbal } & + #bengali ujjbal #endbengali & + #indian ujjbal #endbengali\\ \hline + #bengali j + jh #endbengali & + {\tt jjh } & + #bengali jjh #endbengali & + #indian jjh #endbengali & + {\tt kujjhaTikaa } & + #bengali kujjhaTikaa #endbengali & + #indian kujjhaTikaa #endbengali\\ \hline + #bengali j + JN #endbengali & + {\tt GY}& + #bengali GY #endbengali & + #indian GY #endbengali & + {\tt biGYaan } & + #bengali biGYaan #endbengali & + #indian biGYaan #endbengali\\ \hline + #bengali j + b #endbengali & + {\tt jb}& + #bengali jb #endbengali & + #indian jb #endbengali & + {\tt jbaalaa } & + #bengali jbaalaa #endbengali & + #indian jbaalaa #endbengali\\ \hline +% ----------------- +\begin{htmlonly} +\end{longtable} +\end{makeimage} + +More examples of Conjunct Consonants are available by clicking the +following images: + +Conjunct Consonants, Part 2: +\begin{makeimage} +\htmlimage{external} +\begin{longtable}{|c|c|c|c|c|c|c|} +\caption{Conjunct Consonants\protect\html{, Part 2}} \\ +\hline conjunct & ITRANS & bn & itxbeng & ITRANS example & bn example & itxbeng example \\ \hline + \multicolumn{7}{c}{\vadjust{\vskip-10pt}} + \endfirsthead + +\caption[]{Conjunct Consonants (contd)} \\ + \hline + conjunct & ITRANS & bn & itxbeng & ITRANS example & bn example & itxbeng example \\ \hline + \multicolumn{7}{c}{\vadjust{\vskip-10pt}} + \endhead + +\multicolumn{7}{r}{continued on the next page...} \\ \endfoot + +\hline \endlastfoot +\hline +\end{htmlonly} +% ----------------- + #bengali JN + ch #endbengali & + {\tt \char126 nch }& + #bengali ~nch #endbengali & + #indian ~nch #endbengali & + {\tt ma\char126 ncha } & + #bengali ma~ncha #endbengali & + #indian ma~ncha #endbengali\\ \hline + #bengali JN + chh #endbengali & + {\tt \char126 nchh }& + #bengali ~nchh #endbengali & + #indian ~nchh #endbengali & + {\tt laa\char126 nchhnaa } & + #bengali laa~nchhnaa #endbengali & + #indian laa~nchhnaa #endbengali\\ \hline + #bengali JN + ja #endbengali & + {\tt \char126 nj }& + #bengali ~nj #endbengali & + #indian ~nj #endbengali & + {\tt ga\char126 nja } & + #bengali ga~nja #endbengali & + #indian ga~nja #endbengali\\ \hline + #bengali JN + jh #endbengali & + {\tt \char126 njh }& + #bengali ~njh #endbengali & + #indian ~njh #endbengali & + {\tt jha\char126 njhaa } & + #bengali jha~njhaa #endbengali & + #indian jha~njhaa #endbengali\\ \hline + #bengali T + T #endbengali & + {\tt TT }& + #bengali TT #endbengali & + #indian TT #endbengali & + {\tt aTTaalikaa } & + #bengali aTTaalikaa #endbengali & + #indian aTTaalikaa #endbengali\\ \hline + #bengali T + b #endbengali & + {\tt Tb }& + #bengali Tb #endbengali & + #indian Tb #endbengali & + {\tt khaTbaa } & + #bengali khaTbaa #endbengali & + #indian khaTbaa #endbengali\\ \hline + #bengali D + D #endbengali & + {\tt DD }& + #bengali DD #endbengali & + #indian DD #endbengali & + {\tt uDDIn } & + #bengali uDDIn #endbengali & + #indian uDDIn #endbengali\\ \hline + #bengali N + T #endbengali & + {\tt NT }& + #bengali NT #endbengali & + #indian NT #endbengali & + {\tt kaNTakita } & + #bengali kaNTakita #endbengali & + #indian kaNTakita #endbengali\\ \hline + #bengali N + Th #endbengali & + {\tt NTh }& + #bengali NTh #endbengali & + #indian NTh #endbengali & + {\tt laNThan } & + #bengali laNThan #endbengali & + #indian laNThan #endbengali\\ \hline + #bengali N + D #endbengali & + {\tt ND }& + #bengali ND #endbengali & + #indian ND #endbengali & + {\tt gaNDaar } & + #bengali gaNDaar #endbengali & + #indian gaNDaar #endbengali\\ \hline + #bengali N + N #endbengali & + {\tt NN }& + #bengali NN #endbengali & + #indian NN #endbengali & + {\tt biShaNNa } & + #bengali biShaNNa #endbengali & + #indian biShaNNa #endbengali\\ \hline + #bengali N + m #endbengali & + {\tt Nm }& + #bengali Nm #endbengali & + #indian Nm #endbengali & + {\tt hiraNmaY } & + #bengali hiraNmaY #endbengali & + #indian hiraNmaY #endbengali\\ \hline + #bengali t + t #endbengali & + {\tt tt }& + #bengali tt #endbengali & + #indian tt #endbengali & + {\tt uttaal } & + #bengali uttaal #endbengali & + #indian uttaal #endbengali\\ \hline + #bengali ta + ta + ba #endbengali & + {\tt ttb} & + #bengali ttba #endbengali & + #indian ttba #endbengali & + {\tt tattba } & + #bengali tattba #endbengali & + #indian tattba #endbengali \\ \hline + #bengali ta + tha #endbengali & + {\tt tth} & + #bengali tth #endbengali & + #indian tth #endbengali & + {\tt ashbattha } & + #bengali ashbattha #endbengali & + #indian ashbattha #endbengali \\ \hline + #bengali ta + na #endbengali & + {\tt tn} & + #bengali tn #endbengali & + #indian tn #endbengali & + {\tt ratna } & + #bengali ratna #endbengali & + #indian ratna #endbengali \\ \hline + #bengali ta + ba #endbengali & + {\tt tb} & + #bengali tb #endbengali & + #indian tb #endbengali & + {\tt tbaraa } & + #bengali tbaraa #endbengali & + #indian tbaraa #endbengali \\ \hline + #bengali ta + ma #endbengali & + {\tt tm} & + #bengali tm #endbengali & + #indian tm #endbengali & + {\tt aatmaa } & + #bengali aatmaa #endbengali & + #indian aatmaa #endbengali \\ \hline + #bengali ta + ra #endbengali & + {\tt tr} & + #bengali tr #endbengali & + #indian tr #endbengali & + {\tt sab.rtra } & + #bengali sab.rtra #endbengali & + #indian sab.rtra #endbengali \\ \hline + #bengali da + ga #endbengali & + {\tt dg} & + #bengali dg #endbengali & + #indian dg #endbengali & + {\tt udgaataa } & + #bengali udgaataa #endbengali & + #indian udgaataa #endbengali \\ \hline + #bengali da + gha #endbengali & + {\tt dgh} & + #bengali dgh #endbengali & + #indian dgh #endbengali & + {\tt udghaaTan } & + #bengali udghaaTan #endbengali & + #indian udghaaTan #endbengali \\ \hline + #bengali da + da #endbengali & + {\tt dd} & + #bengali dd #endbengali & + #indian dd #endbengali & + {\tt baraadda } & + #bengali baraadda #endbengali & + #indian baraadda #endbengali \\ \hline + #bengali da + dha #endbengali & + {\tt ddh} & + #bengali ddh #endbengali & + #indian ddh #endbengali & + {\tt uddhaar } & + #bengali uddhaar #endbengali & + #indian uddhaar #endbengali \\ \hline + #bengali da + ba #endbengali & + {\tt db} & + #bengali db #endbengali & + #indian db #endbengali & + {\tt dbIp } & + #bengali dbIp #endbengali & + #indian dbIp #endbengali \\ \hline + #bengali da + bha #endbengali & + {\tt dbh} & + #bengali dbh #endbengali & + #indian dbh #endbengali & + {\tt sadbhaab } & + #bengali sadbhaab #endbengali & + #indian sadbhaab #endbengali \\ \hline + #bengali da + bha + ra #endbengali & + {\tt dbhr} & + #bengali dbhr #endbengali & + #indian dbhr #endbengali & + {\tt udbhraanta } & + #bengali udbhraanta #endbengali & + #indian udbhraanta #endbengali \\ \hline + #bengali da + ma #endbengali & + {\tt dm} & + #bengali dm #endbengali & + #indian dm #endbengali & + {\tt padma } & + #bengali padma #endbengali & + #indian padma #endbengali \\ \hline + #bengali dha + na #endbengali & + {\tt dhn} & + #bengali dhn #endbengali & + #indian dhn #endbengali & + {\tt gRRidhna } & + #bengali gRRidhna #endbengali & + #indian gRRidhna #endbengali \\ \hline + #bengali dha + ba #endbengali & + {\tt dhb} & + #bengali dhb #endbengali & + #indian dhb #endbengali & + {\tt dhbajaa } & + #bengali dhbajaa #endbengali & + #indian dhbajaa #endbengali \\ \hline + #bengali na + Ta #endbengali & + {\tt nT} & + #bengali nT #endbengali & + #indian nT #endbengali & + {\tt aanTaak.rTikaa } & + #bengali aanTaak.rTikaa #endbengali & + #indian aanTaak.rTikaa #endbengali \\ \hline + #bengali na + Da #endbengali & + {\tt nD} & + #bengali nD #endbengali & + #indian nD #endbengali & + {\tt byaanD } & + #bengali byaanD #endbengali & + #indian byaanD #endbengali \\ \hline + #bengali na + ta #endbengali & + {\tt nt} & + #bengali nt #endbengali & + #indian nt #endbengali & + {\tt antim } & + #bengali antim #endbengali & + #indian antim #endbengali \\ \hline +% ----------------- +\begin{htmlonly} +\end{longtable} +\end{makeimage} + +Conjunct Consonants, Part 3: +\begin{makeimage} +\htmlimage{external} +\begin{longtable}{|c|c|c|c|c|c|c|} +\caption{Conjunct Consonants\protect\html{, Part 3}} \\ +\hline conjunct & ITRANS & bn & itxbeng & ITRANS example & bn example & itxbeng example \\ \hline + \multicolumn{7}{c}{\vadjust{\vskip-10pt}} + \endfirsthead + +\caption[]{Conjunct Consonants (contd)} \\ + \hline + conjunct & ITRANS & bn & itxbeng & ITRANS example & bn example & itxbeng example \\ \hline + \multicolumn{7}{c}{\vadjust{\vskip-10pt}} + \endhead + +\multicolumn{7}{r}{continued on the next page...} \\ \endfoot + +\hline \endlastfoot +\hline +\end{htmlonly} +% ----------------- + #bengali na + ta + u #endbengali & + {\tt ntu} & + #bengali ntu #endbengali & + #indian ntu #endbengali & + {\tt jantu } & + #bengali jantu #endbengali & + #indian jantu #endbengali \\ \hline + #bengali na + ta + ba #endbengali & + {\tt ntb} & + #bengali ntb #endbengali & + #indian ntb #endbengali & + {\tt saantbanaa } & + #bengali saantbanaa #endbengali & + #indian saantbanaa #endbengali \\ \hline + #bengali na + ta + ra #endbengali & + {\tt ntr} & + #bengali ntr #endbengali & + #indian ntr #endbengali & + {\tt Jantra } & + #bengali Jantra #endbengali & + #indian Jantra #endbengali \\ \hline + #bengali na + tha #endbengali & + {\tt nth} & + #bengali nth #endbengali & + #indian nth #endbengali & + {\tt manthar } & + #bengali manthar #endbengali & + #indian manthar #endbengali \\ \hline + #bengali na + da #endbengali & + {\tt nd} & + #bengali nd #endbengali & + #indian nd #endbengali & + {\tt bandI } & + #bengali bandI #endbengali & + #indian bandI #endbengali \\ \hline + #bengali na + dha #endbengali & + {\tt ndh} & + #bengali ndh #endbengali & + #indian ndh #endbengali & + {\tt gandha } & + #bengali gandha #endbengali & + #indian gandha #endbengali \\ \hline + #bengali na + na #endbengali & + {\tt nn} & + #bengali nn #endbengali & + #indian nn #endbengali & + {\tt anna } & + #bengali anna #endbengali & + #indian anna #endbengali \\ \hline + #bengali na + ba #endbengali & + {\tt nb} & + #bengali nb #endbengali & + #indian nb #endbengali & + {\tt samanbaY } & + #bengali samanbaY #endbengali & + #indian samanbaY #endbengali \\ \hline + #bengali na + ma #endbengali & + {\tt nm} & + #bengali nm #endbengali & + #indian nm #endbengali & + {\tt janma } & + #bengali janma #endbengali & + #indian janma #endbengali \\ \hline + #bengali na + sa #endbengali & + {\tt ns} & + #bengali ns #endbengali & + #indian ns #endbengali & + {\tt sens } & + #bengali sens #endbengali & + #indian sens #endbengali \\ \hline + #bengali pa + Ta #endbengali & + {\tt pT} & + #bengali pT #endbengali & + #indian pT #endbengali & + {\tt kipTe } & + #bengali kipTe #endbengali & + #indian kipTe #endbengali \\ \hline + #bengali pa + ta #endbengali & + {\tt pt} & + #bengali pt #endbengali & + #indian pt #endbengali & + {\tt saptaaha } & + #bengali saptaaha #endbengali & + #indian saptaaha #endbengali \\ \hline + #bengali pa + na #endbengali & + {\tt pn} & + #bengali pn #endbengali & + #indian pn #endbengali & + {\tt sbapna } & + #bengali sbapna #endbengali & + #indian sbapna #endbengali \\ \hline + #bengali pa + pa #endbengali & + {\tt pp} & + #bengali pp #endbengali & + #indian pp #endbengali & + {\tt dhaappaa } & + #bengali dhaappaa #endbengali & + #indian dhaappaa #endbengali \\ \hline + #bengali pa + la #endbengali & + {\tt pl} & + #bengali pl #endbengali & + #indian pl #endbengali & + {\tt plaaban } & + #bengali plaaban #endbengali & + #indian plaaban #endbengali \\ \hline + #bengali pa + sa #endbengali & + {\tt ps} & + #bengali ps #endbengali & + #indian ps #endbengali & + {\tt abhIpsaa } & + #bengali abhIpsaa #endbengali & + #indian abhIpsaa #endbengali \\ \hline + #bengali pha + la #endbengali & + {\tt phl} & + #bengali phl #endbengali & + #indian phl #endbengali & + {\tt phlipaar } & + #bengali phlipaar #endbengali & + #indian phlipaar #endbengali \\ \hline + #bengali ba + ja #endbengali & + {\tt bj} & + #bengali bj #endbengali & + #indian bj #endbengali & + {\tt kubja } & + #bengali kubja #endbengali & + #indian kubja #endbengali \\ \hline + #bengali ba + da #endbengali & + {\tt bd} & + #bengali bd #endbengali & + #indian bd #endbengali & + {\tt shabda } & + #bengali shabda #endbengali & + #indian shabda #endbengali \\ \hline + #bengali ba + dha #endbengali & + {\tt bdh} & + #bengali bdh #endbengali & + #indian bdh #endbengali & + {\tt aarabdha } & + #bengali aarabdha #endbengali & + #indian aarabdha #endbengali \\ \hline + #bengali ba + ba #endbengali & + {\tt bb} & + #bengali bb #endbengali & + #indian bb #endbengali & + {\tt maatabbar } & + #bengali maatabbar #endbengali & + #indian maatabbar #endbengali \\ \hline + #bengali ba + la #endbengali & + {\tt bl} & + #bengali bl #endbengali & + #indian bl #endbengali & + {\tt blaTi.n } & + #bengali blaTi.n #endbengali & + #indian blaTi.n #endbengali \\ \hline + #bengali bha + ra #endbengali & + {\tt bhr} & + #bengali bhr #endbengali & + #indian bhr #endbengali & + {\tt bhram } & + #bengali bhram #endbengali & + #indian bhram #endbengali \\ \hline + #bengali bha + la #endbengali & + {\tt bhl} & + #bengali bhl #endbengali & + #indian bhl #endbengali & + {\tt bhlaadimir } & + #bengali bhlaadimir #endbengali & + #indian bhlaadimir #endbengali \\ \hline + #bengali ma + na #endbengali & + {\tt mn} & + #bengali mn #endbengali & + #indian mn #endbengali & + {\tt nimna } & + #bengali nimna #endbengali & + #indian nimna #endbengali \\ \hline + #bengali ma + pa #endbengali & + {\tt mp} & + #bengali mp #endbengali & + #indian mp #endbengali & + {\tt kampa } & + #bengali kampa #endbengali & + #indian kampa #endbengali \\ \hline + #bengali ma + pha #endbengali & + {\tt mph} & + #bengali mph #endbengali & + #indian mph #endbengali & + {\tt lampha } & + #bengali lampha #endbengali & + #indian lampha #endbengali \\ \hline + #bengali ma + ba #endbengali & + {\tt mb} & + #bengali mb #endbengali & + #indian mb #endbengali & + {\tt ambal } & + #bengali ambal #endbengali & + #indian ambal #endbengali \\ \hline + #bengali ma + bha #endbengali & + {\tt mbh} & + #bengali mbh #endbengali & + #indian mbh #endbengali & + {\tt dambha } & + #bengali dambha #endbengali & + #indian dambha #endbengali \\ \hline + #bengali ma + bha + ra #endbengali & + {\tt mbhr} & + #bengali mbhr #endbengali & + #indian mbhr #endbengali & + {\tt sambhram } & + #bengali sambhram #endbengali & + #indian sambhram #endbengali \\ \hline + #bengali ma + ma #endbengali & + {\tt mm} & + #bengali mm #endbengali & + #indian mm #endbengali & + {\tt aahaammak } & + #bengali aahaammak #endbengali & + #indian aahaammak #endbengali \\ \hline + #bengali ma + la #endbengali & + {\tt ml} & + #bengali ml #endbengali & + #indian ml #endbengali & + {\tt mlaan } & + #bengali mlaan #endbengali & + #indian mlaan #endbengali \\ \hline + #bengali la + ka #endbengali & + {\tt lk} & + #bengali lk #endbengali & + #indian lk #endbengali & + {\tt balkal } & + #bengali balkal #endbengali & + #indian balkal #endbengali \\ \hline +% ----------------- +\begin{htmlonly} +\end{longtable} +\end{makeimage} + +Conjunct Consonants, Part 4: +\begin{makeimage} +\htmlimage{external} +\begin{longtable}{|c|c|c|c|c|c|c|} +\caption{Conjunct Consonants\protect\html{, Part 4}} \\ +\hline conjunct & ITRANS & bn & itxbeng & ITRANS example & bn example & itxbeng example \\ \hline + \multicolumn{7}{c}{\vadjust{\vskip-10pt}} + \endfirsthead + +\caption[]{Conjunct Consonants (contd)} \\ + \hline + conjunct & ITRANS & bn & itxbeng & ITRANS example & bn example & itxbeng example \\ \hline + \multicolumn{7}{c}{\vadjust{\vskip-10pt}} + \endhead + +\multicolumn{7}{r}{continued on the next page...} \\ \endfoot + +\hline \endlastfoot +\hline +\end{htmlonly} +% ----------------- + #bengali la + ga #endbengali & + {\tt lg} & + #bengali lg #endbengali & + #indian lg #endbengali & + {\tt balgaa } & + #bengali balgaa #endbengali & + #indian balgaa #endbengali \\ \hline + #bengali la + ga + u #endbengali & + {\tt lgu} & + #bengali lgu #endbengali & + #indian lgu #endbengali & + {\tt phaalgun } & + #bengali phaalgun #endbengali & + #indian phaalgun #endbengali \\ \hline + #bengali la + Ta #endbengali & + {\tt lT} & + #bengali lT #endbengali & + #indian lT #endbengali & + {\tt palTan } & + #bengali palTan #endbengali & + #indian palTan #endbengali \\ \hline + #bengali la + Da #endbengali & + {\tt lD} & + #bengali lD #endbengali & + #indian lD #endbengali & + {\tt holDaar } & + #bengali holDaar #endbengali & + #indian holDaar #endbengali \\ \hline + #bengali la + pa #endbengali & + {\tt lp} & + #bengali lp #endbengali & + #indian lp #endbengali & + {\tt kalpanaa } & + #bengali kalpanaa #endbengali & + #indian kalpanaa #endbengali \\ \hline + #bengali la + ba #endbengali & + {\tt lb} & + #bengali lb #endbengali & + #indian lb #endbengali & + {\tt bilba } & + #bengali bilba #endbengali & + #indian bilba #endbengali \\ \hline + #bengali la + ma #endbengali & + {\tt lm} & + #bengali lm #endbengali & + #indian lm #endbengali & + {\tt gulma } & + #bengali gulma #endbengali & + #indian gulma #endbengali \\ \hline + #bengali la + la #endbengali & + {\tt ll} & + #bengali ll #endbengali & + #indian ll #endbengali & + {\tt praphulla } & + #bengali praphulla #endbengali & + #indian praphulla #endbengali \\ \hline + #bengali sh + cha #endbengali & + {\tt shch} & + #bengali shch #endbengali & + #indian shch #endbengali & + {\tt punashcha } & + #bengali punashcha #endbengali & + #indian punashcha #endbengali \\ \hline + #bengali sh + chha #endbengali & + {\tt shchh} & + #bengali shchh #endbengali & + #indian shchh #endbengali & + {\tt shirashchhed } & + #bengali shirashchhed #endbengali & + #indian shirashchhed #endbengali \\ \hline + #bengali sh + na #endbengali & + {\tt shn} & + #bengali shn #endbengali & + #indian shn #endbengali & + {\tt prashna } & + #bengali prashna #endbengali & + #indian prashna #endbengali \\ \hline + #bengali sh + ma #endbengali & + {\tt shm} & + #bengali shm #endbengali & + #indian shm #endbengali & + {\tt rashmi } & + #bengali rashmi #endbengali & + #indian rashmi #endbengali \\ \hline + #bengali sh + la #endbengali & + {\tt shl} & + #bengali shl #endbengali & + #indian shl #endbengali & + {\tt shlaaghaa } & + #bengali shlaaghaa #endbengali & + #indian shlaaghaa #endbengali \\ \hline + #bengali sh + ba #endbengali & + {\tt shb} & + #bengali shb #endbengali & + #indian shb #endbengali & + {\tt shbaapad } & + #bengali shbaapad #endbengali & + #indian shbaapad #endbengali \\ \hline + #bengali Sh + ka #endbengali & + {\tt Shk} & + #bengali Shk #endbengali & + #indian Shk #endbengali & + {\tt pariShkaar } & + #bengali pariShkaar #endbengali & + #indian pariShkaar #endbengali \\ \hline + #bengali Sh + ka + ra #endbengali & + {\tt Shkr} & + #bengali Shkr #endbengali & + #indian Shkr #endbengali & + {\tt niShkramaN } & + #bengali niShkramaN #endbengali & + #indian niShkramaN #endbengali \\ \hline + #bengali Sh + Ta #endbengali & + {\tt ShT} & + #bengali ShT #endbengali & + #indian ShT #endbengali & + {\tt kaShTa } & + #bengali kaShTa #endbengali & + #indian kaShTa #endbengali \\ \hline + #bengali Sh + Tha #endbengali & + {\tt ShTh} & + #bengali ShTh #endbengali & + #indian ShTh #endbengali & + {\tt niShThur } & + #bengali niShThur #endbengali & + #indian niShThur #endbengali \\ \hline + #bengali Sh + Na #endbengali & + {\tt ShN} & + #bengali ShN #endbengali & + #indian ShN #endbengali & + {\tt uShNa } & + #bengali uShNa #endbengali & + #indian uShNa #endbengali \\ \hline + #bengali Sh + pa #endbengali & + {\tt Shp} & + #bengali Shp #endbengali & + #indian Shp #endbengali & + {\tt baaShpa } & + #bengali baaShpa #endbengali & + #indian baaShpa #endbengali \\ \hline + #bengali Sh + pha #endbengali & + {\tt Shph} & + #bengali Shph #endbengali & + #indian Shph #endbengali & + {\tt niShphal } & + #bengali niShphal #endbengali & + #indian niShphal #endbengali \\ \hline + #bengali Sh + ma #endbengali & + {\tt Shm} & + #bengali Shm #endbengali & + #indian Shm #endbengali & + {\tt bhiiShma } & + #bengali bhiiShma #endbengali & + #indian bhiiShma #endbengali \\ \hline + #bengali s + ka #endbengali & + {\tt sk} & + #bengali sk #endbengali & + #indian sk #endbengali & + {\tt puraskRRita } & + #bengali puraskRRita #endbengali & + #indian puraskRRita #endbengali \\ \hline + #bengali s + ka + ra #endbengali & + {\tt skr} & + #bengali skr #endbengali & + #indian skr #endbengali & + {\tt skriin } & + #bengali skriin #endbengali & + #indian skriin #endbengali \\ \hline + #bengali s + ka + la #endbengali & + {\tt skl} & + #bengali skl #endbengali & + #indian skl #endbengali & + {\tt skleraa } & + #bengali skleraa #endbengali & + #indian skleraa #endbengali \\ \hline + #bengali sa + kha #endbengali & + {\tt skh} & + #bengali skh #endbengali & + #indian skh #endbengali & + {\tt skhalan } & + #bengali skhalan #endbengali & + #indian skhalan #endbengali \\ \hline + #bengali sa + Ta #endbengali & + {\tt sT} & + #bengali sT #endbengali & + #indian sT #endbengali & + {\tt sTapaar } & + #bengali sTapaar #endbengali & + #indian sTapaar #endbengali \\ \hline + #bengali sa + ta #endbengali & + {\tt st} & + #bengali st #endbengali & + #indian st #endbengali & + {\tt asta } & + #bengali asta #endbengali & + #indian asta #endbengali \\ \hline + #bengali sa + ta + u #endbengali & + {\tt stu} & + #bengali stu #endbengali & + #indian stu #endbengali & + {\tt bastu } & + #bengali bastu #endbengali & + #indian bastu #endbengali \\ \hline + #bengali sa + ta + ra #endbengali & + {\tt str} & + #bengali str #endbengali & + #indian str #endbengali & + {\tt strain } & + #bengali strain #endbengali & + #indian strain #endbengali \\ \hline + #bengali sa + tha #endbengali & + {\tt sth} & + #bengali sth #endbengali & + #indian sth #endbengali & + {\tt upasthita } & + #bengali upasthita #endbengali & + #indian upasthita #endbengali \\ \hline + #bengali sa + na #endbengali & + {\tt sn} & + #bengali sn #endbengali & + #indian sn #endbengali & + {\tt snaan } & + #bengali snaan #endbengali & + #indian snaan #endbengali \\ \hline +% ----------------- +\begin{htmlonly} +\end{longtable} +\end{makeimage} + +Conjunct Consonants, Part 5: +\begin{makeimage} +\htmlimage{external} +\begin{longtable}{|c|c|c|c|c|c|c|} +\caption{Conjunct Consonants\protect\html{, Part 5}} \\ +\hline conjunct & ITRANS & bn & itxbeng & ITRANS example & bn example & itxbeng example \\ \hline + \multicolumn{7}{c}{\vadjust{\vskip-10pt}} + \endfirsthead + +\caption[]{Conjunct Consonants (contd)} \\ + \hline + conjunct & ITRANS & bn & itxbeng & ITRANS example & bn example & itxbeng example \\ \hline + \multicolumn{7}{c}{\vadjust{\vskip-10pt}} + \endhead + +\multicolumn{7}{r}{continued on the next page...} \\ \endfoot + +\hline \endlastfoot +\hline +\end{htmlonly} +% ----------------- + #bengali sa + pa #endbengali & + {\tt sp} & + #bengali sp #endbengali & + #indian sp #endbengali & + {\tt paraspar } & + #bengali paraspar #endbengali & + #indian paraspar #endbengali \\ \hline + #bengali sa + pa + la #endbengali & + {\tt spl} & + #bengali spl #endbengali & + #indian spl #endbengali & + {\tt spliT } & + #bengali spliT #endbengali & + #indian spliT #endbengali \\ \hline + #bengali sa + pha #endbengali & + {\tt sph} & + #bengali sph #endbengali & + #indian sph #endbengali & + {\tt aasphaalan } & + #bengali aasphaalan #endbengali & + #indian aasphaalan #endbengali \\ \hline + #bengali sa + ba #endbengali & + {\tt sb} & + #bengali sb #endbengali & + #indian sb #endbengali & + {\tt sbadesh } & + #bengali sbadesh #endbengali & + #indian sbadesh #endbengali \\ \hline + #bengali sa + ma #endbengali & + {\tt sm} & + #bengali sm #endbengali & + #indian sm #endbengali & + {\tt smaraN } & + #bengali smaraN #endbengali & + #indian smaraN #endbengali \\ \hline + #bengali sa + la #endbengali & + {\tt sl} & + #bengali sl #endbengali & + #indian sl #endbengali & + {\tt slip } & + #bengali slip #endbengali & + #indian slip #endbengali \\ \hline + #bengali ha + Na #endbengali & + {\tt hN} & + #bengali hN #endbengali & + #indian hN #endbengali & + {\tt paraahNa } & + #bengali paraahNa #endbengali & + #indian paraahNa #endbengali \\ \hline + #bengali ha + na #endbengali & + {\tt hn} & + #bengali hn #endbengali & + #indian hn #endbengali & + {\tt chihnita } & + #bengali chihnita #endbengali & + #indian chihnita #endbengali \\ \hline + #bengali ha + ma #endbengali & + {\tt hm} & + #bengali hm #endbengali & + #indian hm #endbengali & + {\tt brahmaa } & + #bengali brahmaa #endbengali & + #indian brahmaa #endbengali \\ \hline + #bengali ha + ba #endbengali & + {\tt hb} & + #bengali hb #endbengali & + #indian hb #endbengali & + {\tt aahbaan } & + #bengali aahbaan #endbengali & + #indian aahbaan #endbengali \\ \hline + #bengali ha + la #endbengali & + {\tt hl} & + #bengali hl #endbengali & + #indian hl #endbengali & + {\tt aahlaad } & + #bengali aahlaad #endbengali & + #indian aahlaad #endbengali \\ \hline + #bengali ha + RRi #endbengali & + {\tt hRRi} & + #bengali hRRi #endbengali & + #indian hRRi #endbengali & + {\tt hRRidaY } & + #bengali hRRidaY #endbengali & + #indian hRRidaY #endbengali \\ \hline + #bengali Ra + ga #endbengali & + {\tt Rg} & + #bengali Rg #endbengali & + #indian Rg #endbengali & + {\tt khaRga } & + #bengali khaRga #endbengali & + #indian khaRga #endbengali \\ \hline + #bengali Sh + Na #endbengali & + {\tt ShN} & + #bengali ShNa #endbengali & + #indian ShNa #endbengali & + {\tt kRRiShNa} & + #bengali kRRiShNa #endbengali & + #indian kRRiShNa #endbengali\\ \hline + #bengali ga + u #endbengali & + {\tt gu} & + #bengali gu #endbengali & + #indian gu #endbengali & + {\tt phaaguner } & + #bengali phaaguner #endbengali & + #indian phaaguner #endbengali \\ \hline +\end{longtable} +\end{makeimage} + +\end{document} diff -Nru texlive-lang-2007.dfsg.4/texmf-dist/doc/fonts/itrans/dvnc.itx texlive-lang-2009/texmf-dist/doc/fonts/itrans/dvnc.itx --- texlive-lang-2007.dfsg.4/texmf-dist/doc/fonts/itrans/dvnc.itx 1970-01-01 01:00:00.000000000 +0100 +++ texlive-lang-2009/texmf-dist/doc/fonts/itrans/dvnc.itx 2006-01-09 00:47:01.000000000 +0000 @@ -0,0 +1,447 @@ +% User Documentation for the Itrans Package, Devanagari Devnac PostScript Font +% Use for Sanskrit, Hindi, and Marathi Languages + +\documentclass[11pt]{article} + +\usepackage[preprocess]{itrans} % Ross Moore's extensions to latex2html + +\usepackage{html} % from standard latex2html package + % if you do not have html.sty in your machine, change the html to + % htmlstub (htmlstub.sty is included in the ITRANS/lib directory) + +\portraitpage % defined in itrans.sty (idevn.tex), get a larger page size + +\renewcommand{\arraystretch}{1.25} +\newcommand{\rarrow}{\mbox{---\hspace{-8pt}$>$}} +\newcommand{\SM}{\char35hindi} +\newcommand{\EM}{\char35endhindi} +\newfont{\devnf}{dnh at 15pt} +%\newfont{\devnf}{dnho at 15pt} % the oblique version +%\newfont{\devnf}{dnhrc at 10pt} % the scaled down (x-axis) version +\hyphenchar\devnf=-1 % disable hyphenation using this font + +#hindiifm=dvnc.ifm +#hindifont=\devnf + +\begin{document} + +\footnotetext[0]{Last modification: \today} + +\centerline{\bf Transliteration Map} +\medskip +\centerline{\LARGE\bf DEVNAC font} +\medskip +\centerline{\bf (Hindi, Marathi, Sanskrit)} +\bigskip +\centerline{\bf itrans} +\smallskip +\centerline{\bf \copyright 1991--1998 Avinash Chopde} + +\section{Fonts Available} + +\subsection{\TeX\ Interface} + +The devanagari font is called {\em devnac}, and its PostScript description +resides in the file {\em devnac.ps}. +It is a user-defined type III PostScript font. +Four fonts, variations on the basic devnac font, are bundled with the itrans +package. +Their names (in the \TeX\ interface) are dnh, dnho, dnhrc, and dnhre. + +\begin{description} +\item [dnh] This is the basic devanagari font. There are some other fonts +available, derived by transforming this font. +\item [dnho] This is the slanted version of {\em dnh}. +\item [dnhrc] Both {\em dnho} and {\em dnh} look extremely heavy. +A scaled down, compressed version +(along the x-axis) of the basic font is available as {\em dnhrc}. +\item[dnhre] This is heavier than {\em dnh}, to be used as a bold version. +\end{description} + +Since these are PostScript fonts, you can use them at any font size in +your document. +In fact, the font size must be specified when loading in the font. +In this document (and in idoc.itx), the following line was used for +loading the font: + +\noindent\verb+\newfont{\devnf}{dnh at 15pt}+. + +Even though this document has been typeset using a 11 point size, the +devanagari font is loaded in at 15 point size. +This is just to emphasize the devanagari characters. +Normally, I would suggest loading in the font at 15-20\% greater size than +the other text in the document. +So, if your document is being typeset at 11 point, load in the devanagari +fonts using a 13 point size. +Of course, this relation of size is important only if you wish to mix +english and devanagari in the same document. +In any case, go wild, experiment with various font sizes. +Since the characters are described as outlines in bezier curve form, +smaller point sizes do not look too good on a 300dpi output device, the +larger the font size, the better the shapes look. + +\subsection{\LaTeX\ Interface} + +In ITRANS version 5.2, apart from the addition of a new style file named +\texttt{itrans.sty}, a font definition file for Devnac was also added. +The file is named \texttt{Udvnc.fd}, and it can be used to load this font +using \LaTeX2e commands where the font encoding is \texttt{U} (unknown) +and the font family is \texttt{dvnc}. Thus, the following can be used +to load the medium series with normal shape: + +\verb=\usefont{U}{dvnc}{m}{n}= +and then to select a size and baselineskip: +\verb=\fontsize{18pt}{24pt}\selectfont= + +The above will load the \texttt{dnh} version of this font. + +\verb=\usefont{U}{dvnc}{b}{sl}= +will load the \texttt{dnho} version, and + +\verb=\usefont{U}{dvnc}{c}{n}= +will load the \texttt{dnhrc} version, and + +\verb=\usefont{U}{dvnc}{bx}{n}= +will load the \texttt{dnhre} version. + +\subsection{Textual Interface - PostScript} + +A direct PostScript interface is supported. HTML and Unicode (UTF-8) +are not supported for this font. + +This interface does not offer any wordprocessing capabilities other +than that of checking when a page is complete, and then +resetting the current point to the top of the next page. +Thus, all spaces, lines, etc from the input text appear +in the output too. + +For the PostScript mode, the user may also directly invoke +PostScript commands to create various versions of the font, as required. +Refer to PostScript language manuals for specific help regarding the +PostScript font manipulation commands. +If you decide to go this route, take a look at the file {\em itrans.pro}, +it is the prologue that gets sent to the printer. +It contains definitions of various commands such as {\em normalfont}, +{\em slantfont}, {\em compressedfont}, etc, which may be used to change +the font being used. +These PostScript functions take a single argument:~the font size to use. +All this and more information can be obtained from the prologue file, {\em +itrans.pro}, and PostScript users should take a look at it. +For example usage, look through the sample input files provided. +Files ending in {\em .ips} are the direct PostScript input files, itrans +(with the -P option) directly produces PostScript output for these files. + +The file {\em devnac.ps} contains the PostScript +language program for this devanagari font. + +\subsection{Sanskrit, Hindi and Marathi} + +The single IFM file {\em dvnc.ifm} can be used for +Sanskrit, Hindi or Marathi output. + +The marathi form of ra-half is available through the {\tt R} +character, the second LA is at {\tt L} (or {\tt ld}), etc. +The table displays the complete mapping from English to Devanagari +for all the three Indic Scripts. + +\subsection{Text Interface - Unicode (UTF-8) for Sanskrit, Hindi, and Marathi} + +IFM file to use is named {\em udvng.ifm}. + +Unicode (UTF-8) output is supported for this the Devanagari script, but no +Unicode fonts are included with the ITRANS package. There are many +Unicode fonts available on the Web, and more are being developed +so it should be easy to locate a Unicode font when needed. Not all +Unicode fonts fully support Indian Languages yet. + +\section{Known Problems} + +In the \TeX\ interface, characters with any non-zero Y offset are +not correctly printed in some cases, when the PostScript font Devnac +is used. +I have only seen this happen for the {#hindi da#endhindi} consonant, +in cases such as the da-u consonant-vowel, or the da-ra ligature, words +such as {\em draaviiDa} (#hindi draaviiDa#endhindi) or {\em dukaanaat} +{#hindi dukaanaat#endhindi}. +Note that it is only in certain cases that the +word is printed incorrectly, in most cases it is handled correctly. +Usually, when the word appears near the end of the line, \TeX\ (or +dvips, I'm inclined to think it is dvips) +inserts a negative kern just before the character with a +non-zero Y offset, and the word appears squashed up at that point. +Have no remedy for this, only workaround is to force a line break before the +problem word, it usually sets everything right. + +I have never encountered this problem when using Frans Velthuis's Devnag +font with the itrans package, therefore this problem is probably related +to the use of PostScript fonts in \TeX. + +\bigskip\hrule +%------------------------------------------------------------------- +\begin{htmlonly} +\section{Devanagari Table} +\end{htmlonly} + +\begin{table}[hp] +\begin{center} +\vspace*{-0.5in}\begin{tabular}{c@{\hspace{1in}}c@{\hspace{1in}}c} +% --- first col is vowels inside a tabular +\begin{makeimage} +\begin{tabular}{|c|c|} +\multicolumn{2}{c}{Vowels} \\ +\hline +{#hindi a #endhindi} & {\tt a} \\ \hline +{#hindi aa #endhindi} & {\tt aa {\it or} A} \\ \hline +{#hindi i #endhindi} & {\tt i} \\ \hline +{#hindi ii #endhindi} & {\tt ii {\it or} I} \\ \hline +{#hindi u #endhindi} & {\tt u} \\ \hline +{#hindi uu #endhindi} & {\tt uu {\it or} U} \\ \hline +{#hindi R^i #endhindi} & {\tt RRi {\it or} R\char`^i} \\ \hline +{#hindi e #endhindi} & {\tt e} \\ \hline +{#hindi ai #endhindi} & {\tt ai} \\ \hline +{#hindi o #endhindi} & {\tt o} \\ \hline +{#hindi au #endhindi} & {\tt au} \\ \hline +{#hindi aM #endhindi} & {\tt {\it a}M} \\ \hline +{#hindi aH #endhindi} & {\tt {\it a}H} \\ \hline +\multicolumn{2}{c}{} \\ +\multicolumn{2}{c}{} \\ +\multicolumn{2}{c}{Digits} \\ +\hline +{#hindi 0 #endhindi} & {\tt 0} \\ \hline +{#hindi 1 #endhindi} & {\tt 1} \\ \hline +{#hindi 2 #endhindi} & {\tt 2} \\ \hline +{#hindi 3 #endhindi} & {\tt 3} \\ \hline +{#hindi 4 #endhindi} & {\tt 4} \\ \hline +{#hindi 5 #endhindi} & {\tt 5} \\ \hline +{#hindi 6 #endhindi} & {\tt 6} \\ \hline +{#hindi 7 #endhindi} & {\tt 7} \\ \hline +{#hindi 8 #endhindi} & {\tt 8} \\ \hline +{#hindi 9 #endhindi} & {\tt 9} \\ \hline +\end{tabular} +\end{makeimage} +% --- end first col +& +% --- second col is consonants +\begin{makeimage} +\begin{tabular}{|c|c|} +\multicolumn{2}{c}{Consonants} \\ +\hline +{#hindi ka #endhindi} & {\tt k{\it a}} \\ \hline +{#hindi kha #endhindi} & {\tt kh{\it a}} \\ \hline +{#hindi ga #endhindi} & {\tt g{\it a}} \\ \hline +{#hindi gha #endhindi} & {\tt gh{\it a}} \\ \hline +{#hindi ~Na #endhindi} & {\tt \char`~N{\it a or} N\char`^{\it a}} \\ \hline +{#hindi cha #endhindi} & {\tt ch{\it a}} \\ \hline +{#hindi chha #endhindi} & {\tt chh{\it a}} \\ \hline +{#hindi ja #endhindi} & {\tt j{\it a}} \\ \hline +{#hindi jha #endhindi} & {\tt jh{\it a}} \\ \hline +{#hindi ~na #endhindi} & {\tt \char`~n{\it a or} JN{\it a}} \\ \hline +{#hindi Ta #endhindi} & {\tt T{\it a}} \\ \hline +{#hindi Tha #endhindi} & {\tt Th{\it a}} \\ \hline +{#hindi Da #endhindi} & {\tt D{\it a}} \\ \hline +{#hindi Dha #endhindi} & {\tt Dh{\it a}} \\ \hline +{#hindi Na #endhindi} & {\tt N{\it a}} \\ \hline +{#hindi ta #endhindi} & {\tt t{\it a}} \\ \hline +{#hindi tha #endhindi} & {\tt th{\it a}} \\ \hline +{#hindi da #endhindi} & {\tt d{\it a}} \\ \hline +{#hindi dha #endhindi} & {\tt dh{\it a}} \\ \hline +{#hindi na #endhindi} & {\tt n{\it a}} \\ \hline +{#hindi pa #endhindi} & {\tt p{\it a}} \\ \hline +{#hindi pha #endhindi} & {\tt ph{\it a}} \\ \hline +{#hindi ba #endhindi} & {\tt b{\it a}} \\ \hline +{#hindi bha #endhindi} & {\tt bh{\it a}} \\ \hline +{#hindi ma #endhindi} & {\tt m{\it a}} \\ \hline +{#hindi ya #endhindi} & {\tt y{\it a}} \\ \hline +{#hindi ra #endhindi} & {\tt r{\it a}} \\ \hline +{#hindi la #endhindi} & {\tt l{\it a}} \\ \hline +{#hindi va #endhindi} & {\tt v{\it a or} w{\it a}} \\ \hline +{#hindi sha #endhindi} & {\tt sh{\it a}} \\ \hline +{#hindi Sha #endhindi} & {\tt Sh{\it a or} shh{\it a}} \\ \hline +{#hindi sa #endhindi} & {\tt s{\it a}} \\ \hline +{#hindi ha #endhindi} & {\tt h{\it a}} \\ \hline +{#hindi lda #endhindi} & {\tt ld{\it a or} L{\it a}} \\ \hline +{#hindi kSha #endhindi} & {\tt kSh{\it a or} x{\it a}} \\ \hline +{#hindi j~na #endhindi} & {\tt j\char`~n{\it a or} GY{\it a}} \\ \hline +\end{tabular} +\end{makeimage} +% --- end second col +& +% --- third col of specials/accents inside a tabular +\begin{makeimage} +\begin{tabular}{|c|c|} +\multicolumn{2}{c}{Specials/Accents} \\ +\hline +{#hindi qa #endhindi} & {\tt q{\it a}} \\ \hline +{#hindi Ka #endhindi} & {\tt K{\it a}} \\ \hline +{#hindi Ga #endhindi} & {\tt G{\it a}} \\ \hline +{#hindi za #endhindi} & {\tt J{\it a or} z{\it a}} \\ \hline +{#hindi fa #endhindi} & {\tt f{\it a}} \\ \hline +{#hindi .Da #endhindi} & {\tt .D{\it a}} \\ \hline +{#hindi .Dha #endhindi} & {\tt .Dh{\it a}} \\ \hline +{#hindi AUM #endhindi} & {\tt AUM} or {\tt OM} \\ \hline +{#hindi Rga #endhindi} & {\tt R{\it ga}} \\ \hline +{#hindi rga #endhindi} & {\tt rga {\it or} {\it ga}\char`^r} \\ \hline +{#hindi ga.n #endhindi} & {\tt {\it ga}.n} \\ \hline +{#hindi aa.c #endhindi} & {\tt {\it aa}.c} \\ \hline +{#hindi Da.N #endhindi} & {\tt {\it Da}.N} \\ \hline +{#hindi D.h #endhindi} & {\tt {\it D}.h} \\ \hline +{#hindi duH #endhindi} & {\tt {\it du}H} \\ \hline +{#hindi .a #endhindi} & {\tt .a} \\ \hline +\end{tabular} +\end{makeimage} +\\ +\end{tabular} % end the larger tabular encompassing all four tables +\hfill +\\ +\end{center} +\caption {\bf ITRANS: Devanagari to English Transliteration Table.} +\label{ienc} +\end{table} + +%------------------------------------------------------------------------ +\begin{htmlonly} +\section{Examples} +\end{htmlonly} + +\begin{table}[hp] +\begin{center} +\begin{makeimage} +\begin{tabular}{|c|c|} +\multicolumn{2}{c}{Sample Letters} \\ +\hline +{#hindi ka kaa ki kii ku kuu #endhindi} +& {\tt ka kaa ki kii ku kuu} \\ \hline +{#hindi s.h sa saa si sii su suu #endhindi} +& {\tt s.h sa saa si sii su suu} \\ \hline +{#hindi khRRi khe khai khaM khaH kha.c kha.N #endhindi} +& {\tt khRRi khe khai khaM khaH kha.c kha.N} \\ \hline +{#hindi De Dai DaM DaH Da.c Da.N #endhindi} +& {\tt De Dai DaM DaH Da.c Da.N} \\ \hline +\end{tabular} +\end{makeimage} +\\ +\vspace{0.1in} +\begin{tabular}{cc} +\multicolumn{2}{c}{Sample Words} \\ +% --- first col +\begin{makeimage} +\begin{tabular}{|c|c|} +\hline +{#hindi bhaagya #endhindi} & {\tt bhaagya} \\ \hline +{#hindi raajya #endhindi} & {\tt raajya} \\ \hline +{#hindi vidyaa #endhindi} & {\tt vidyaa} \\ \hline +{#hindi shishhya #endhindi} & {\tt shishhya} \\ \hline +{#hindi mukhya #endhindi} & {\tt mukhya} \\ \hline +{#hindi gaaDyaa #endhindi} & {\tt gaaDyaa} \\ \hline +{#hindi tyaag #endhindi} & {\tt tyaag} \\ \hline +{#hindi dhyaan #endhindi} & {\tt dhyaan} \\ \hline +{#hindi nyaay #endhindi} & {\tt nyaay} \\ \hline +{#hindi shyaam #endhindi} & {\tt shyaam} \\ \hline +{#hindi jyot #endhindi} & {\tt jyot} \\ \hline +{#hindi manushhy #endhindi} & {\tt manushhy} \\ \hline +{#hindi chaa.ndaNyaa #endhindi} & {\tt chaa.ndaNyaa} \\ \hline +{#hindi abhyaas #endhindi} & {\tt abhyaas} \\ \hline +{#hindi kalyaaN #endhindi} & {\tt kalyaaN} \\ \hline +{#hindi ghaDyaald #endhindi} & {\tt ghaDyaald} \\ \hline +{#hindi kachchaa #endhindi} & {\tt kachchaa} \\ \hline +{#hindi khaD.hDaa #endhindi} & {\tt khaD.hDaa} \\ \hline +{#hindi gaTh.hThaa #endhindi} & {\tt gaTh.hThaa} \\ \hline +{#hindi dhakkaa #endhindi} & {\tt dhakkaa} \\ \hline +{#hindi pattaa #endhindi} & {\tt pattaa} \\ \hline +{#hindi tippat #endhindi} & {\tt tippat} \\ \hline +{#hindi pannaas #endhindi} & {\tt pannaas} \\ \hline +{#hindi sajjan #endhindi} & {\tt sajjan} \\ \hline +{#hindi pustak #endhindi} & {\tt pustak} \\ \hline +\end{tabular} +\end{makeimage} +% --- end first col +& +% --- second col +\begin{makeimage} +\begin{tabular}{|c|c|} +\hline +{#hindi kasturii #endhindi} & {\tt kasturii} \\ \hline +{#hindi naastik #endhindi} & {\tt naastik} \\ \hline +{#hindi praapt #endhindi} & {\tt praapt} \\ \hline +{#hindi swata.ntr #endhindi} & {\tt swata.ntr} \\ \hline +{#hindi svaata.ntrya #endhindi} & {\tt svaata.ntrya} \\ \hline +{#hindi dhvanii #endhindi} & {\tt dhvanii} \\ \hline +{#hindi goshhT #endhindi} & {\tt goshhT} \\ \hline +{#hindi yud.hdh #endhindi} & {\tt yud.hdh} \\ \hline +{#hindi yuddh #endhindi} & {\tt yuddh} \\ \hline +{#hindi pashchim #endhindi} & {\tt pashchim} \\ \hline +{#hindi phakt #endhindi} & {\tt phakt} \\ \hline +{#hindi tarhaa #endhindi} & {\tt tarhaa} \\ \hline +{#hindi arth #endhindi} & {\tt arth} \\ \hline +{#hindi kartaa #endhindi} & {\tt kartaa} \\ \hline +{#hindi gardii #endhindi} & {\tt gardii} \\ \hline +{#hindi nirNay #endhindi} & {\tt nirNay} \\ \hline +{#hindi patr #endhindi} & {\tt patr} \\ \hline +{#hindi trikoN #endhindi} & {\tt trikoN} \\ \hline +{#hindi shraavaN #endhindi} & {\tt shraavaN} \\ \hline +{#hindi aashram #endhindi} & {\tt aashram} \\ \hline +{#hindi shushruushhaa #endhindi} & {\tt shushruushhaa} \\ \hline +{#hindi gra.nth #endhindi} & {\tt gra.nth} \\ \hline +{#hindi prajaa #endhindi} & {\tt prajaa} \\ \hline +{#hindi draakShe #endhindi} & {\tt draakShe} \\ \hline +{#hindi gRRihasth #endhindi} & {\tt gRRihasth} \\ \hline +{#hindi prakR^itii #endhindi} & {\tt prakR\char`^itii} \\ \hline +\end{tabular} +\end{makeimage} +\\ +\end{tabular} % big tabular, nests two tabulars +\end{center} +\caption {\bf Examples} +\end{table} + + +\begin{table}[hp] +\begin{center} +\begin{makeimage} +\begin{tabular}{|c|c|} +\hline +{#hindi nairR^itya #endhindi} & {\tt nairR\char`^itya} \\ \hline +{#hindi shubhr #endhindi} & {\tt shubhr} \\ \hline +{#hindi sahastr #endhindi} & {\tt sahastr} \\ \hline +{#hindi kriiDaa #endhindi} & {\tt kriiDaa} \\ \hline +{#hindi svachchh #endhindi} & {\tt svachchh} \\ \hline +{#hindi svaruup #endhindi} & {\tt svaruup} \\ \hline +{#hindi Trak #endhindi} & {\tt Trak} \\ \hline +{#hindi aamhii #endhindi} & {\tt aamhii} \\ \hline +{#hindi chaturthii #endhindi} & {\tt chaturthii} \\ \hline +{#hindi RRituu #endhindi} & {\tt RRituu} \\ \hline +{#hindi aa.cktobar #endhindi} & {\tt aa.cktobar} \\ \hline +{#hindi novhe.nbar #endhindi} & {\tt novhe.nbar} \\ \hline +{#hindi gra.cm #endhindi} & {\tt gra.cm} \\ \hline +{#hindi uu.Nchaa #endhindi} & {\tt uu.Nchaa} \\ \hline +{#hindi bailagaaDii #endhindi} & {\tt bailagaaDii} \\ \hline +{#hindi gurud.hvaaraa #endhindi} & {\tt gurud.hvaaraa}\\ \hline +{#hindi gurudvaaraa #endhindi} & {\tt gurudvaaraa}\\ \hline +{#hindi niraaldyaa #endhindi} & {\tt niraaldyaa} \\ \hline +{#hindi GYaan #endhindi} & {\tt GYaan} \\ \hline +{#hindi meka.cnik #endhindi} & {\tt meka.cnik} \\ \hline +{#hindi mhais #endhindi} & {\tt mhais} \\ \hline +{#hindi deNaaryaa #endhindi} & {\tt deNaaryaa} \\ \hline +{#hindi pratishhThaa #endhindi} & {\tt pratishhThaa} \\ \hline +{#hindi itihaas #endhindi} & {\tt itihaas} \\ \hline +{#hindi aasthaabaddh #endhindi} & {\tt aasthaabaddh} \\ \hline +{#hindi a.ntarraashhTriiy #endhindi} & {\tt a.ntarraashhTriiy} \\ \hline +\end{tabular} +\end{makeimage} +\end{center} +\smallskip +\caption {\bf More Examples} +\end{table} + +\vspace*{1pt}\vfill + +\section{Author and Font Developer} + +\noindent +The Devnac font has been developed by Avinash Chopde. \\ +E-mail: +\htmladdnormallink{\texttt{avinash@acm.org}}{mailto:avinash@acm.org}. \\ +Home page: +\htmladdnormallink{\texttt{http://www.aczone.com/}}{http://www.aczone.com/} + +\end{document} diff -Nru texlive-lang-2007.dfsg.4/texmf-dist/doc/fonts/itrans/dvng.itx texlive-lang-2009/texmf-dist/doc/fonts/itrans/dvng.itx --- texlive-lang-2007.dfsg.4/texmf-dist/doc/fonts/itrans/dvng.itx 1970-01-01 01:00:00.000000000 +0100 +++ texlive-lang-2009/texmf-dist/doc/fonts/itrans/dvng.itx 2006-01-09 00:47:01.000000000 +0000 @@ -0,0 +1,882 @@ + +\documentclass[11pt]{article} + +\usepackage[preprocess]{itrans} % Ross Moore's extensions to latex2html + +\usepackage{html} % from standard latex2html package + % if you do not have html.sty in your machine, change the html to + % htmlstub (htmlstub.sty is included in the ITRANS/lib directory) + +% User Documentation for the Itrans Package, for Devanagari (Dvng) +% Use for Sanskrit, Hindi, and Marathi Languages +% Doc for Frans Velthuis's Devnag Font +%******* +% NOTE: This file cannot be handled by TeX until you install the +% devnag package......see the first section for information +% on how to get the devnag package... +% If you need to just look at the font before getting it over, +% try printing the postscript version of this file: dvng.ps +%******* + +\portraitpage % defined in itrans.sty (idevn.tex), get a larger page size + +\renewcommand{\arraystretch}{1.25} +\newcommand{\rarrow}{\mbox{\rm ---\hspace{-8pt}$>$}} +\newcommand{\SM}{\char35hindi} +\newcommand{\EM}{\char35endhindi} +\newfont{\devnf}{dvng10 scaled \magstep1} +\hyphenchar\devnf=-1 % disable hyphenation using this font + +#sanskritifm=dvngfull.ifm +#sanskritfont=\devnf + +#hindiifm=dvng.ifm +#hindifont=\devnf + +\begin{document} + +\footnotetext[0]{Last modification: \today} + +\centerline{\bf Transliteration Map} +\medskip +\centerline{\LARGE\bf DEVNAG font} +\medskip +\centerline{\bf (Hindi, Marathi, Sanskrit)} +\bigskip +\centerline{\bf itrans} +\smallskip +\centerline{\bf \copyright 1991--1998 Avinash Chopde} + +\section{Fonts Available} + +\subsection{\TeX\ Interface} + +This devanagari font {\em devnag} is a Metafont font, +developed by Frans Velthuis, and his package is called ``Devanagari for +TeX''. + +The devnag font is in a archive named {\tt devnag} or {\tt devanagari}. +It is available at all CTAN \TeX\ archives +in the languages directory. At the time of writing this document, +it was certainly available at ftp.cdrom.com, ctan.tug.org, and many other sites. +Please use your Internet search tools to locate the CTAN site closest to +you for downloading the devnag archive. + +This font is not bundled with the itrans package, but is available at +many FTP sites. This font may be available in the separate font archive +containing extra fonts, named \texttt{itransxt.zip}, which may be available +in the same place you obtained the main ITRANS archive. +\textsl{ +[The authors use the restrictive GPL to license their +software, which is really too bad, but because of that, I am unable to +include their fonts with the main ITRANS archive.] +} + +This ITRANS package makes use of Velthuis's Devanagari for TeX package, +version 1.6 (released March 1998). + +\medskip + +Bundled with itrans is a Metafont file (dvpn10.mf) which generates a +variation of the Devnag font. +If you have Metafont on your system, you may +use it to generate the PK and TFM files for \TeX. +This variation was developed by Thomas Ridgeway, and in his words, +it is ``a trivial variation of dvng10.mf to resemble devanagari +written with an ordinary writing pen''. +Looks nice, so I have included the dvpn10.mf file here. + +Note that the {\em dvpn10.mf} file alone is insufficient to +generate the \TeX\ font, the complete devnag package is required +to make it usable. +And, you must know enough about Metafont to run it. + +\bigskip + +{\bf Important:} { +itrans does not automatically handle all the ligatures present in the +devnag font. +The Devnag font does contain many three- and four- consonant ligatures, most +of which are not currently supported using {\em itrans}. +See the section titled ``Limitations'' for more details.} + +\subsection{Direct Textual Interface - HTML} + +HTML interface is supported using this font, +Unicode (UTF-8) is supported for this the Devanagari script, but no +Unicode fonts are included with the ITRANS package. + +Since this is a \TeX\ font, this interface cannot be used as is for HTML. +But, Sandeep Sibal, developer of the Jtrans package, has made available a +font named Xdvng, which is derived from the dvng font, and which allows +use of Xdvng with the direct Text HTML output mode of ITRANS. +See the example files for HTML output in the ITRANS doc directory +(ITRANS/doc/s1html.itx); the +IFM file to use is named {\em xdvng.ifm}. +The IFM file has been developed by Sandeep Sibal, and the Xdvng font +(available for multiple platforms) has been +developed by Sandeep Sibal and Arun Gupta +See +\newcommand{\sibalhttp}{http://www.sibal.com/sandeep/jtrans/} +\htmladdnormallink{\texttt{\sibalhttp}}{\sibalhttp} +for info on Sandeep Sibal's Jtrans package. + +\subsection{Text Interface - Unicode (UTF-8) for Sanskrit, Hindi, and Marathi} + +IFM file to use is named {\em udvng.ifm}. + +Unicode (UTF-8) output is supported for this the Devanagari script, but no +Unicode fonts are included with the ITRANS package. There are many +Unicode fonts available on the Web, and more are being developed +so it should be easy to locate a Unicode font when needed. Not all +Unicode fonts fully support Indian Languages yet. + +\subsection{Sanskrit (or Hindi) and Marathi} + +The IFM file {\em dvnc.ifm} can be used for +Sanskrit, Hindi or Marathi output. + +The marathi form of ra-half is available through the {\tt R} +character and the second LA is at {\tt L} (or {\tt ld}), etc. +The tables (\ref{ienc} and \ref{ienc-velth}) display +the complete mapping from English to Devanagari +for all the three Indic Scripts. + +A second IFM file is also provided, {\em dvngfull.ifm}, and is meant to be +used for text that needs to use many archaic consonant conjunct forms. +Use this file only if you really need all the consonant conjuncts; in +most cases a smaller set of consonant conjuncts, as defined by the +dvng.ifm file suffices. +The tables that follow include information on which conjunct glyphs +are available using which IFM file. +dvng.ifm file is the one most commonly used, since this has the ``best'' +set of ligatures. + +\section{Font Developer} + +This font has been created by Frans Velthuis as part of his +``Devanagari for TeX'' package. +He holds copyright to the fonts in the package. +I would like to thank him for making it available as freeware. + +{\obeylines\tt +Frans Velthuis +University of Groningen +The Netherlands + +e-mail address: velthuis@rc.rug.nl (Frans J. Velthuis) +} + +Since 1990, many other people have worked to enhance the original +``Devanagari for TeX'' package, the current version is being supported by +John Smith and Anshuman Pandey. + +Table~\ref{ienc-velth} +shows the ITRANS encoding in a compact table, this table was sent +in by Ashok Basargekar, and it is similar in layout to the table included +with the documentation in the original Velthius Devanagari for TeX +package. + +%------------------------------------------------------------------- +\begin{htmlonly} +\section{Devanagari Table} +\end{htmlonly} + +\begin{table}[hp] +\begin{center} +\vspace*{-0.5in}\begin{tabular}{c@{\hspace{1in}}c@{\hspace{1in}}c} +% --- first col is vowels inside a tabular +\begin{makeimage} +\begin{tabular}{|c|c|} +\multicolumn{2}{c}{Vowels} \\ +\hline +{#hindi a #endhindi} & {\tt a} \\ \hline +{#hindi aa #endhindi} & {\tt aa {\it or} A} \\ \hline +{#hindi i #endhindi} & {\tt i} \\ \hline +{#hindi ii #endhindi} & {\tt ii {\it or} I} \\ \hline +{#hindi u #endhindi} & {\tt u} \\ \hline +{#hindi uu #endhindi} & {\tt uu {\it or} U} \\ \hline +{#hindi R^i #endhindi} & {\tt RRi {\it or} R\char`^i} \\ \hline +{#hindi R^I #endhindi} & {\tt RRI {\it or} R\char`^I} \\ \hline +{#hindi L^i #endhindi} & {\tt LLi {\it or} L\char`^i} \\ \hline +{#hindi L^I #endhindi} & {\tt LLI {\it or} L\char`^I} \\ \hline +{#hindi e #endhindi} & {\tt e} \\ \hline +{#hindi ai #endhindi} & {\tt ai} \\ \hline +{#hindi o #endhindi} & {\tt o} \\ \hline +{#hindi au #endhindi} & {\tt au} \\ \hline +{#hindi aM #endhindi} & {\tt {\it a}M} \\ \hline +{#hindi aH #endhindi} & {\tt {\it a}H} \\ \hline +\multicolumn{2}{c}{} \\ +\multicolumn{2}{c}{} \\ +\multicolumn{2}{c}{Digits} \\ +\hline +{#hindi 0 #endhindi} & {\tt 0} \\ \hline +{#hindi 1 #endhindi} & {\tt 1} \\ \hline +{#hindi 2 #endhindi} & {\tt 2} \\ \hline +{#hindi 3 #endhindi} & {\tt 3} \\ \hline +{#hindi 4 #endhindi} & {\tt 4} \\ \hline +{#hindi 5 #endhindi} & {\tt 5} \\ \hline +{#hindi 6 #endhindi} & {\tt 6} \\ \hline +{#hindi 7 #endhindi} & {\tt 7} \\ \hline +{#hindi 8 #endhindi} & {\tt 8} \\ \hline +{#hindi 9 #endhindi} & {\tt 9} \\ \hline +\end{tabular} +\end{makeimage} +% --- end first col +& +% --- second col is consonants +\begin{makeimage} +\begin{tabular}{|c|c|} +\multicolumn{2}{c}{Consonants} \\ +\hline +{#hindi ka #endhindi} & {\tt k{\it a}} \\ \hline +{#hindi kha #endhindi} & {\tt kh{\it a}} \\ \hline +{#hindi ga #endhindi} & {\tt g{\it a}} \\ \hline +{#hindi gha #endhindi} & {\tt gh{\it a}} \\ \hline +{#hindi ~Na #endhindi} & {\tt \char`~N{\it a or} N\char`^{\it a}} \\ \hline +{#hindi cha #endhindi} & {\tt ch{\it a}} \\ \hline +{#hindi Cha #endhindi} & {\tt Ch{\it a or} chh{\it a}} \\ \hline +{#hindi ja #endhindi} & {\tt j{\it a}} \\ \hline +{#hindi jha #endhindi} & {\tt jh{\it a}} \\ \hline +{#hindi ~na #endhindi} & {\tt \char`~n{\it a or} JN{\it a}} \\ \hline +{#hindi Ta #endhindi} & {\tt T{\it a}} \\ \hline +{#hindi Tha #endhindi} & {\tt Th{\it a}} \\ \hline +{#hindi Da #endhindi} & {\tt D{\it a}} \\ \hline +{#hindi Dha #endhindi} & {\tt Dh{\it a}} \\ \hline +{#hindi Na #endhindi} & {\tt N{\it a}} \\ \hline +{#hindi ta #endhindi} & {\tt t{\it a}} \\ \hline +{#hindi tha #endhindi} & {\tt th{\it a}} \\ \hline +{#hindi da #endhindi} & {\tt d{\it a}} \\ \hline +{#hindi dha #endhindi} & {\tt dh{\it a}} \\ \hline +{#hindi na #endhindi} & {\tt n{\it a}} \\ \hline +{#hindi pa #endhindi} & {\tt p{\it a}} \\ \hline +{#hindi pha #endhindi} & {\tt ph{\it a}} \\ \hline +{#hindi ba #endhindi} & {\tt b{\it a}} \\ \hline +{#hindi bha #endhindi} & {\tt bh{\it a}} \\ \hline +{#hindi ma #endhindi} & {\tt m{\it a}} \\ \hline +{#hindi ya #endhindi} & {\tt y{\it a}} \\ \hline +{#hindi ra #endhindi} & {\tt r{\it a}} \\ \hline +{#hindi la #endhindi} & {\tt l{\it a}} \\ \hline +{#hindi va #endhindi} & {\tt v{\it a or} w{\it a}} \\ \hline +{#hindi sha #endhindi} & {\tt sh{\it a}} \\ \hline +{#hindi Sha #endhindi} & {\tt Sh{\it a or} shh{\it a}} \\ \hline +{#hindi sa #endhindi} & {\tt s{\it a}} \\ \hline +{#hindi ha #endhindi} & {\tt h{\it a}} \\ \hline +{#hindi La #endhindi} & {\tt ld{\it a or} L{\it a}} \\ \hline +{#hindi kSha #endhindi} & {\tt kSh{\it a or} x{\it a}} \\ \hline +{#hindi j~na #endhindi} & {\tt j\char`~n{\it a or} GY{\it a}} \\ \hline +\end{tabular} +\end{makeimage} +% --- end second col +& +% --- third col of specials/accents inside a tabular +\begin{makeimage} +\begin{tabular}{|c|c|} +\multicolumn{2}{c}{Specials/Accents} \\ +\hline +{#hindi qa #endhindi} & {\tt q{\it a}} \\ \hline +{#hindi Ka #endhindi} & {\tt K{\it a}} \\ \hline +{#hindi Ga #endhindi} & {\tt G{\it a}} \\ \hline +{#hindi za #endhindi} & {\tt J{\it a or} z{\it a}} \\ \hline +{#hindi fa #endhindi} & {\tt f{\it a}} \\ \hline +{#hindi .Da #endhindi} & {\tt .D{\it a}} \\ \hline +{#hindi .Dha #endhindi} & {\tt .Dh{\it a}} \\ \hline +{#hindi AUM #endhindi} & {\tt AUM} or {\tt OM} \\ \hline +{#hindi Rga #endhindi} & {\tt R{\it ga}} \\ \hline +{#hindi rga #endhindi} & {\tt rga {\it or} {\it ga}\char`^r} \\ \hline +{#hindi ga.n #endhindi} & {\tt {\it ga}.n} \\ \hline +{#hindi aa.c #endhindi} & {\tt {\it aa}.c} \\ \hline +{#hindi Da.N #endhindi} & {\tt {\it Da}.N} \\ \hline +{#hindi D.h #endhindi} & {\tt {\it D}.h} \\ \hline +{#hindi duH #endhindi} & {\tt {\it du}H} \\ \hline +{#hindi .a #endhindi} & {\tt .a} \\ \hline +\end{tabular} +\end{makeimage} +\\ +\end{tabular} % end the larger tabular encompassing all four tables +\hfill +\\ +\end{center} +\caption {\bf ITRANS: Devanagari to English Transliteration Table.} +\label{ienc} +\end{table} + +%------------------------------------------------------------------------ +\begin{htmlonly} +\section{Examples} +\end{htmlonly} + +\begin{table}[hp] +\begin{center} +\begin{makeimage} +\begin{tabular}{|c|c|} +\multicolumn{2}{c}{Sample Letters} \\ +\hline +{#hindi ka kaa ki kii ku kuu #endhindi} +& {\tt ka kaa ki kii ku kuu} \\ \hline +{#hindi s.h sa saa si sii su suu #endhindi} +& {\tt s.h sa saa si sii su suu} \\ \hline +{#hindi kh.r khe khai khaM khaH kha.c kha.N #endhindi} +& {\tt kh.r khe khai khaM khaH kha.c kha.N} \\ \hline +{#hindi De Dai DaM DaH Da.c Da.N #endhindi} +& {\tt De Dai DaM DaH Da.c Da.N} \\ \hline +\end{tabular} +\end{makeimage} +\\ +\vspace{0.1in} +\begin{tabular}{cc} +\multicolumn{2}{c}{Sample Words} \\ +% --- first col +\begin{makeimage} +\begin{tabular}{|c|c|} +\hline +{#hindi bhaagya #endhindi} & {\tt bhaagya} \\ \hline +{#hindi raajya #endhindi} & {\tt raajya} \\ \hline +{#hindi vidyaa #endhindi} & {\tt vidyaa} \\ \hline +{#hindi shiShya #endhindi} & {\tt shiShya} \\ \hline +{#hindi mukhya #endhindi} & {\tt mukhya} \\ \hline +{#hindi gaaDyaa #endhindi} & {\tt gaaDyaa} \\ \hline +{#hindi tyaag #endhindi} & {\tt tyaag} \\ \hline +{#hindi dhyaan #endhindi} & {\tt dhyaan} \\ \hline +{#hindi nyaay #endhindi} & {\tt nyaay} \\ \hline +{#hindi shyaam #endhindi} & {\tt shyaam} \\ \hline +{#hindi jyot #endhindi} & {\tt jyot} \\ \hline +{#hindi manushhya #endhindi} & {\tt manushhya} \\ \hline +{#hindi chaa.ndaNyaa #endhindi} & {\tt chaa.ndaNyaa} \\ \hline +{#hindi abhyaas #endhindi} & {\tt abhyaas} \\ \hline +{#hindi kalyaaN #endhindi} & {\tt kalyaaN} \\ \hline +{#hindi ghaDyaald #endhindi} & {\tt ghaDyaald} \\ \hline +{#hindi kachchaa #endhindi} & {\tt kachchaa} \\ \hline +{#hindi khaD.hDaa #endhindi} & {\tt khaD.hDaa} \\ \hline +{#hindi khaDDaa #endhindi} & {\tt khaDDaa} \\ \hline +{#hindi gaThThaa #endhindi} & {\tt gaThThaa} \\ \hline +{#hindi dhakkaa #endhindi} & {\tt dhakkaa} \\ \hline +{#hindi pattaa #endhindi} & {\tt pattaa} \\ \hline +{#hindi tippat #endhindi} & {\tt tippat} \\ \hline +{#hindi pannaas #endhindi} & {\tt pannaas} \\ \hline +{#hindi sajjan #endhindi} & {\tt sajjan} \\ \hline +{#hindi pustak #endhindi} & {\tt pustak} \\ \hline +\end{tabular} +\end{makeimage} +% --- end first col +& +% --- second col +\begin{makeimage} +\begin{tabular}{|c|c|} +\hline +{#hindi kasturii #endhindi} & {\tt kasturii} \\ \hline +{#hindi naastik #endhindi} & {\tt naastik} \\ \hline +{#hindi praapt #endhindi} & {\tt praapt} \\ \hline +{#hindi swata.ntra #endhindi} & {\tt swata.ntra} \\ \hline +{#hindi svaata.ntrya #endhindi} & {\tt svaata.ntrya} \\ \hline +{#hindi dhvanii #endhindi} & {\tt dhvanii} \\ \hline +{#hindi goshhT #endhindi} & {\tt goshhT} \\ \hline +{#hindi yud.hdh #endhindi} & {\tt yud.hdh} \\ \hline +{#hindi yuddh #endhindi} & {\tt yuddh} \\ \hline +{#hindi pashchim #endhindi} & {\tt pashchim} \\ \hline +{#hindi phakt #endhindi} & {\tt phakt} \\ \hline +{#hindi tarhaa #endhindi} & {\tt tarhaa} \\ \hline +{#hindi arth #endhindi} & {\tt arth} \\ \hline +{#hindi kartaa #endhindi} & {\tt kartaa} \\ \hline +{#hindi gardii #endhindi} & {\tt gardii} \\ \hline +{#hindi nirNay #endhindi} & {\tt nirNay} \\ \hline +{#hindi patr #endhindi} & {\tt patr} \\ \hline +{#hindi trikoN #endhindi} & {\tt trikoN} \\ \hline +{#hindi shraavaN #endhindi} & {\tt shraavaN} \\ \hline +{#hindi aashram #endhindi} & {\tt aashram} \\ \hline +{#hindi shushruushhaa #endhindi} & {\tt shushruushhaa} \\ \hline +{#hindi gra.nth #endhindi} & {\tt gra.nth} \\ \hline +{#hindi prajaa #endhindi} & {\tt prajaa} \\ \hline +{#hindi draakShe #endhindi} & {\tt draakShe} \\ \hline +{#hindi g.rhasth #endhindi} & {\tt g.rhasth} \\ \hline +{#hindi prakR^itii #endhindi} & {\tt prakR\char`^itii} \\ \hline +\end{tabular} +\end{makeimage} +\\ +\end{tabular} % big tabular, nests two tabulars +\end{center} +\caption {\bf Examples} +\end{table} + +\begin{table}[hp] +\begin{center} +\begin{makeimage} +\begin{tabular}{|c|c|} +\hline +{#hindi nairR^itya #endhindi} & {\tt nairR\char`^itya} \\ \hline +{#hindi shubhr #endhindi} & {\tt shubhr} \\ \hline +{#hindi sahastr #endhindi} & {\tt sahastr} \\ \hline +{#hindi kriiDaa #endhindi} & {\tt kriiDaa} \\ \hline +{#hindi svachchh #endhindi} & {\tt svachchh} \\ \hline +{#hindi svaruup #endhindi} & {\tt svaruup} \\ \hline +{#hindi Trak #endhindi} & {\tt Trak} \\ \hline +{#hindi aamhii #endhindi} & {\tt aamhii} \\ \hline +{#hindi chaturthii #endhindi} & {\tt chaturthii} \\ \hline +{#hindi RRituu #endhindi} & {\tt RRituu} \\ \hline +{#hindi aa.cktobar #endhindi} & {\tt aa.cktobar} \\ \hline +{#hindi novhe.nbar #endhindi} & {\tt novhe.nbar} \\ \hline +{#hindi gra.cm #endhindi} & {\tt gra.cm} \\ \hline +{#hindi uu.Nchaa #endhindi} & {\tt uu.Nchaa} \\ \hline +{#hindi bailagaaDii #endhindi} & {\tt bailagaaDii} \\ \hline +{#hindi gurud.hvaaraa #endhindi} & {\tt gurud.hvaaraa}\\ \hline +{#hindi gurudvaaraa #endhindi} & {\tt gurudvaaraa}\\ \hline +{#hindi niraaldyaa #endhindi} & {\tt niraaldyaa} \\ \hline +{#hindi GYaan #endhindi} & {\tt GYaan} \\ \hline +{#hindi meka.cnik #endhindi} & {\tt meka.cnik} \\ \hline +{#hindi mhais #endhindi} & {\tt mhais} \\ \hline +{#hindi deNaaryaa #endhindi} & {\tt deNaaryaa} \\ \hline +{#hindi pratishhThaa #endhindi} & {\tt pratishhThaa} \\ \hline +{#hindi itihaas #endhindi} & {\tt itihaas} \\ \hline +{#hindi aasthaabaddh #endhindi} & {\tt aasthaabaddh} \\ \hline +{#hindi a.ntarraashhTriiy #endhindi} & {\tt a.ntarraashhTriiy} \\ \hline +\end{tabular} +\end{makeimage} +\end{center} +\smallskip +\caption {\bf More Examples} +\end{table} + +\section{Limitations} + +As mentioned in the first section, {\em itrans} makes use of only a subset +of the ligatures available in the Devnag font. +{\em itrans} only recognizes two-consonant ligatures, and most ligature +of more than two consonants is ignored. + +The two tables (in tables \ref{lig-supp-dvng} and \ref{lig-supp-dvngfull}) +display the ligatures that are being +used in ITRANS. +All the ra-$<$consonant$>$ and $<$consonant$>$-ra ligatures +are not displayed in the available list, but they are handled by itrans +correctly. + +Table~\ref{lig-notsupp} displays ligatures that are not used, along with +their decimal character codes (glyph positions). + +ITRANS versions 5.1 and newer do support three- or more consonant +conjuncts, so, it is technically possible to support all these conjuncts, +but to keep things simple, I am currently simply ignoring these complex +glyphs. If there are a few conjuncts that are important enough to be +included, let me know, and will add those definitions to the dvng.ifm +file. I have added a few such conjuncts to dvng.ifm and dvngfull.ifm +files, the tables \ref{lig-supp-dvng} and \ref{lig-supp-dvngfull} show +all supported conjuncts. + +%------------------------------------------------------------------------ +\begin{htmlonly} +\section{Ligatures Supported} +\end{htmlonly} + +\begin{table} +\vspace*{-0.00in} +%begin{latexonly} +\hspace*{-0.0in}\mbox{\vbox{ +%end{latexonly} +\begin{center} +\hfill +\begin{makeimage} +\begin{tabular}{|c|c|c|} +\hline +{#hindi ka ka #endhindi} & {\tt kka} & {#hindi kka #endhindi} \\ \hline +{#hindi ka ta #endhindi} & {\tt kta} & {#hindi kta #endhindi} \\ \hline +{#hindi ka na #endhindi} & {\tt kna} & {#hindi kna #endhindi} \\ \hline +{#hindi ka ma #endhindi} & {\tt kma} & {#hindi kma #endhindi} \\ \hline +{#hindi ka ya #endhindi} & {\tt kya} & {#hindi kya #endhindi} \\ \hline +{#hindi ka la #endhindi} & {\tt kla} & {#hindi kla #endhindi} \\ \hline +{#hindi ka va #endhindi} & {\tt kva} & {#hindi kva #endhindi} \\ \hline +{#hindi ka shha #endhindi} & {\tt xa} & {#hindi xa #endhindi} \\ \hline +{#hindi gha na #endhindi} & {\tt ghna} & {#hindi ghna #endhindi} \\ \hline +{#hindi ~Na ka #endhindi} & {\tt \char`~Nka} & {#hindi ~Nka #endhindi} \\ \hline +{#hindi ~Na kha #endhindi} & {\tt \char`~Nkha} & {#hindi ~Nkha #endhindi}\\ \hline +{#hindi ~Na ga #endhindi} & {\tt \char`~Nga} & {#hindi ~Nga #endhindi} \\ \hline +{#hindi ~Na gha #endhindi} & {\tt \char`~Ngha} & {#hindi ~Ngha #endhindi}\\ \hline +{#hindi ~Na ~Na #endhindi} & {\tt \char`~N\char`~Na} & {#hindi ~N~Na #endhindi}\\ \hline +{#hindi ~Na na #endhindi} & {\tt \char`~Nna} & {#hindi ~Nna #endhindi} \\ \hline +{#hindi ~Na ma #endhindi} & {\tt \char`~Nma} & {#hindi ~Nma #endhindi} \\ \hline +{#hindi ~Na ya #endhindi} & {\tt \char`~Nya} & {#hindi ~Nya #endhindi} \\ \hline +{#hindi cha cha #endhindi} & {\tt chcha} & {#hindi chcha #endhindi}\\ \hline +{#hindi cha ~na #endhindi} & {\tt ch~na} & {#hindi ch~na #endhindi}\\ \hline +{#hindi chha ya #endhindi} & {\tt chhya} & {#hindi chhya #endhindi}\\ \hline +{#hindi ja ~na #endhindi} & {\tt j\char`~na} & {#hindi j~na #endhindi}\\ \hline +{#hindi ~na cha #endhindi} & {\tt \char`~ncha} & {#hindi ~ncha #endhindi}\\ \hline +{#hindi ~na ja #endhindi} & {\tt \char`~nja} & {#hindi ~nja #endhindi}\\ \hline +{#hindi Ta ka #endhindi} & {\tt Tka} & {#hindi Tka #endhindi}\\ \hline +{#hindi Ta Ta #endhindi} & {\tt TTa} & {#hindi TTa #endhindi}\\ \hline +{#hindi Ta Tha #endhindi} & {\tt TTha} & {#hindi TTha #endhindi}\\ \hline +{#hindi Ta ya #endhindi} & {\tt Tya} & {#hindi Tya #endhindi}\\ \hline +\end{tabular} +\end{makeimage} +\hfill +\begin{makeimage} +\begin{tabular}{|c|c|c|} +\hline +{#hindi Tha ya #endhindi} & {\tt Thya} & {#hindi Thya #endhindi}\\ \hline +{#hindi Da ga #endhindi} & {\tt Dga} & {#hindi Dga #endhindi}\\ \hline +{#hindi Da gha #endhindi} & {\tt Dgha} & {#hindi Dgha #endhindi}\\ \hline +{#hindi Da Da #endhindi} & {\tt DDa} & {#hindi DDa #endhindi}\\ \hline +{#hindi Da ma #endhindi} & {\tt Dma} & {#hindi Dma #endhindi}\\ \hline +{#hindi Da ya #endhindi} & {\tt Dya} & {#hindi Dya #endhindi}\\ \hline +{#hindi Dha ya #endhindi} & {\tt Dhya} & {#hindi Dhya #endhindi}\\ \hline +{#hindi ta ta #endhindi} & {\tt tta} & {#hindi tta #endhindi}\\ \hline +{#hindi ta na #endhindi} & {\tt tna} & {#hindi tna #endhindi}\\ \hline +{#hindi ta ra #endhindi} & {\tt tra} & {#hindi tra #endhindi}\\ \hline +{#hindi da ga #endhindi} & {\tt dga} & {#hindi dga #endhindi}\\ \hline +{#hindi da gha #endhindi} & {\tt dgha} & {#hindi dgha #endhindi}\\ \hline +{#hindi da da #endhindi} & {\tt dda} & {#hindi dda #endhindi}\\ \hline +{#hindi da dha #endhindi} & {\tt ddha} & {#hindi ddha #endhindi}\\ \hline +{#hindi da na #endhindi} & {\tt dna} & {#hindi dna #endhindi}\\ \hline +{#hindi da ba #endhindi} & {\tt dba} & {#hindi dba #endhindi}\\ \hline +{#hindi da bha #endhindi} & {\tt dbha} & {#hindi dbha #endhindi}\\ \hline +{#hindi da ma #endhindi} & {\tt dma} & {#hindi dma #endhindi}\\ \hline +{#hindi da ya #endhindi} & {\tt dya} & {#hindi dya #endhindi}\\ \hline +{#hindi da va #endhindi} & {\tt dva} & {#hindi dva #endhindi}\\ \hline +{#hindi da va ya #endhindi} & {\tt dvya} & {#hindi dvya #endhindi}\\ \hline +{#hindi da va ra #endhindi} & {\tt dvra} & {#hindi dvra #endhindi}\\ \hline +{#hindi dha na #endhindi} & {\tt dhna} & {#hindi dhna #endhindi}\\ \hline +{#hindi na na #endhindi} & {\tt nna} & {#hindi nna #endhindi}\\ \hline +{#hindi pa ta #endhindi} & {\tt pta} & {#hindi pta #endhindi}\\ \hline +{#hindi pa na #endhindi} & {\tt pna} & {#hindi pna #endhindi}\\ \hline +{#hindi pa la #endhindi} & {\tt pla} & {#hindi pla #endhindi}\\ \hline +\end{tabular} +\end{makeimage} +\hfill +\begin{makeimage} +\begin{tabular}{|c|c|c|} +\hline +{#hindi ba na #endhindi} & {\tt bna} & {#hindi bna #endhindi}\\ \hline +{#hindi ba ba #endhindi} & {\tt bba} & {#hindi bba #endhindi}\\ \hline +{#hindi ba va #endhindi} & {\tt bva} & {#hindi bva #endhindi}\\ \hline +{#hindi bha na #endhindi} & {\tt bhna} & {#hindi bhna #endhindi}\\ \hline +{#hindi ma na #endhindi} & {\tt mna} & {#hindi mna #endhindi}\\ \hline +{#hindi ma la #endhindi} & {\tt mla} & {#hindi mla #endhindi}\\ \hline +{#hindi la la #endhindi} & {\tt lla} & {#hindi lla #endhindi}\\ \hline +{#hindi va na #endhindi} & {\tt vna} & {#hindi vna #endhindi}\\ \hline +{#hindi sha cha #endhindi} & {\tt shcha} & {#hindi shcha #endhindi}\\ \hline +{#hindi sha na #endhindi} & {\tt shna} & {#hindi shna #endhindi}\\ \hline +{#hindi sha ba #endhindi} & {\tt shba} & {#hindi shba #endhindi}\\ \hline +{#hindi sha ra #endhindi} & {\tt shra} & {#hindi shra #endhindi}\\ \hline +{#hindi sha la #endhindi} & {\tt shla} & {#hindi shla #endhindi}\\ \hline +{#hindi sha va #endhindi} & {\tt shva} & {#hindi shva #endhindi}\\ \hline +{#hindi shha Ta #endhindi} & {\tt shhTa} & {#hindi shhTa #endhindi}\\ \hline +{#hindi shha Tha #endhindi} & {\tt shhTha} & {#hindi shhTha #endhindi}\\ \hline +{#hindi sa na #endhindi} & {\tt sna} & {#hindi sna #endhindi}\\ \hline +{#hindi ha Na #endhindi} & {\tt hNa} & {#hindi hNa #endhindi}\\ \hline +{#hindi ha na #endhindi} & {\tt hna} & {#hindi hna #endhindi}\\ \hline +{#hindi ha ma #endhindi} & {\tt hma} & {#hindi hma #endhindi}\\ \hline +{#hindi ha ya #endhindi} & {\tt hya} & {#hindi hya #endhindi}\\ \hline +{#hindi ha ra #endhindi} & {\tt hra} & {#hindi hra #endhindi}\\ \hline +{#hindi ha la #endhindi} & {\tt hla} & {#hindi hla #endhindi}\\ \hline +{#hindi ha va #endhindi} & {\tt hva} & {#hindi hva #endhindi}\\ \hline +{#hindi za ra #endhindi} & {\tt zra} & {#hindi zra #endhindi}\\ \hline +{#hindi pha ra #endhindi} & {\tt phra} & {#hindi phra #endhindi}\\ \hline +{#hindi fa ra #endhindi} & {\tt fra} & {#hindi fra #endhindi}\\ \hline +\end{tabular} +\end{makeimage} +\hfill +\\ +\end{center} +%begin{latexonly} +}} % end hbox and vbox +%end{latexonly} +\caption {\bf Ligatures Supported (when using dvng.ifm)} +\label{lig-supp-dvng} +\end{table} + +\htmlrule[50\%,all] + +\begin{table} +\vspace*{-0.00in} +%begin{latexonly} +\hspace*{-0.0in}\mbox{\vbox{ +%end{latexonly} +\begin{center} +\hfill +\begin{makeimage} +\begin{tabular}{|c|c|c|} +\hline +{#sanskrit ka ka #endsanskrit} & {\tt kka} & {#sanskrit kka #endsanskrit} \\ \hline +{#sanskrit ka ta #endsanskrit} & {\tt kta} & {#sanskrit kta #endsanskrit} \\ \hline +{#sanskrit ka na #endsanskrit} & {\tt kna} & {#sanskrit kna #endsanskrit} \\ \hline +{#sanskrit ka ma #endsanskrit} & {\tt kma} & {#sanskrit kma #endsanskrit} \\ \hline +{#sanskrit ka ya #endsanskrit} & {\tt kya} & {#sanskrit kya #endsanskrit} \\ \hline +{#sanskrit ka la #endsanskrit} & {\tt kla} & {#sanskrit kla #endsanskrit} \\ \hline +{#sanskrit ka va #endsanskrit} & {\tt kva} & {#sanskrit kva #endsanskrit} \\ \hline +{#sanskrit ka shha #endsanskrit} & {\tt xa} & {#sanskrit xa #endsanskrit} \\ \hline +{#sanskrit gha na #endsanskrit} & {\tt ghna} & {#sanskrit ghna #endsanskrit} \\ \hline +{#sanskrit ~Na ka #endsanskrit} & {\tt \char`~Nka} & {#sanskrit ~Nka #endsanskrit} \\ \hline +{#sanskrit ~Na kha #endsanskrit} & {\tt \char`~Nkha} & {#sanskrit ~Nkha #endsanskrit}\\ \hline +{#sanskrit ~Na ga #endsanskrit} & {\tt \char`~Nga} & {#sanskrit ~Nga #endsanskrit} \\ \hline +{#sanskrit ~Na gha #endsanskrit} & {\tt \char`~Ngha} & {#sanskrit ~Ngha #endsanskrit}\\ \hline +{#sanskrit ~Na ~Na #endsanskrit} & {\tt \char`~N\char`~Na} & {#sanskrit ~N~Na #endsanskrit}\\ \hline +{#sanskrit ~Na na #endsanskrit} & {\tt \char`~Nna} & {#sanskrit ~Nna #endsanskrit} \\ \hline +{#sanskrit ~Na ma #endsanskrit} & {\tt \char`~Nma} & {#sanskrit ~Nma #endsanskrit} \\ \hline +{#sanskrit ~Na ya #endsanskrit} & {\tt \char`~Nya} & {#sanskrit ~Nya #endsanskrit} \\ \hline +{#sanskrit cha cha #endsanskrit} & {\tt chcha} & {#sanskrit chcha #endsanskrit}\\ \hline +{#sanskrit cha ~na #endsanskrit} & {\tt ch\char`~na} & {#sanskrit ch~na #endsanskrit}\\ \hline +{#sanskrit chha ya #endsanskrit} & {\tt chhya} & {#sanskrit chhya #endsanskrit}\\ \hline +{#sanskrit ja ~na #endsanskrit} & {\tt j\char`~na} & {#sanskrit j~na #endsanskrit}\\ \hline +{#sanskrit ~na cha #endsanskrit} & {\tt \char`~ncha} & {#sanskrit ~ncha #endsanskrit}\\ \hline +{#sanskrit ~na ja #endsanskrit} & {\tt \char`~nja} & {#sanskrit ~nja #endsanskrit}\\ \hline +{#sanskrit Ta ka #endsanskrit} & {\tt Tka} & {#sanskrit Tka #endsanskrit}\\ \hline +{#sanskrit Ta Ta #endsanskrit} & {\tt TTa} & {#sanskrit TTa #endsanskrit}\\ \hline +{#sanskrit Ta Tha #endsanskrit} & {\tt TTha} & {#sanskrit TTha #endsanskrit}\\ \hline +{#sanskrit Ta ya #endsanskrit} & {\tt Tya} & {#sanskrit Tya #endsanskrit}\\ \hline +\end{tabular} +\end{makeimage} +\hfill +\begin{makeimage} +\begin{tabular}{|c|c|c|} +\hline +{#sanskrit Tha ya #endsanskrit} & {\tt Thya} & {#sanskrit Thya #endsanskrit}\\ \hline +{#sanskrit Da ga #endsanskrit} & {\tt Dga} & {#sanskrit Dga #endsanskrit}\\ \hline +{#sanskrit Da gha #endsanskrit} & {\tt Dgha} & {#sanskrit Dgha #endsanskrit}\\ \hline +{#sanskrit Da Da #endsanskrit} & {\tt DDa} & {#sanskrit DDa #endsanskrit}\\ \hline +{#sanskrit Da ma #endsanskrit} & {\tt Dma} & {#sanskrit Dma #endsanskrit}\\ \hline +{#sanskrit Da ya #endsanskrit} & {\tt Dya} & {#sanskrit Dya #endsanskrit}\\ \hline +{#sanskrit Dha ya #endsanskrit} & {\tt Dhya} & {#sanskrit Dhya #endsanskrit}\\ \hline +{#sanskrit ta ta #endsanskrit} & {\tt tta} & {#sanskrit tta #endsanskrit}\\ \hline +{#sanskrit ta na #endsanskrit} & {\tt tna} & {#sanskrit tna #endsanskrit}\\ \hline +{#sanskrit ta ra #endsanskrit} & {\tt tra} & {#sanskrit tra #endsanskrit}\\ \hline +{#sanskrit da ga #endsanskrit} & {\tt dga} & {#sanskrit dga #endsanskrit}\\ \hline +{#sanskrit da gha #endsanskrit} & {\tt dgha} & {#sanskrit dgha #endsanskrit}\\ \hline +{#sanskrit da da #endsanskrit} & {\tt dda} & {#sanskrit dda #endsanskrit}\\ \hline +{#sanskrit da dha #endsanskrit} & {\tt ddha} & {#sanskrit ddha #endsanskrit}\\ \hline +{#sanskrit da na #endsanskrit} & {\tt dna} & {#sanskrit dna #endsanskrit}\\ \hline +{#sanskrit da ba #endsanskrit} & {\tt dba} & {#sanskrit dba #endsanskrit}\\ \hline +{#sanskrit da bha #endsanskrit} & {\tt dbha} & {#sanskrit dbha #endsanskrit}\\ \hline +{#sanskrit da ma #endsanskrit} & {\tt dma} & {#sanskrit dma #endsanskrit}\\ \hline +{#sanskrit da ya #endsanskrit} & {\tt dya} & {#sanskrit dya #endsanskrit}\\ \hline +{#sanskrit da va #endsanskrit} & {\tt dva} & {#sanskrit dva #endsanskrit}\\ \hline +{#sanskrit da va ya #endsanskrit} & {\tt dvya} & {#sanskrit dvya #endsanskrit}\\ \hline +{#sanskrit da va ra #endsanskrit} & {\tt dvra} & {#sanskrit dvra #endsanskrit}\\ \hline +{#sanskrit dha na #endsanskrit} & {\tt dhna} & {#sanskrit dhna #endsanskrit}\\ \hline +{#sanskrit na na #endsanskrit} & {\tt nna} & {#sanskrit nna #endsanskrit}\\ \hline +{#sanskrit pa ta #endsanskrit} & {\tt pta} & {#sanskrit pta #endsanskrit}\\ \hline +{#sanskrit pa na #endsanskrit} & {\tt pna} & {#sanskrit pna #endsanskrit}\\ \hline +{#sanskrit pa la #endsanskrit} & {\tt pla} & {#sanskrit pla #endsanskrit}\\ \hline +\end{tabular} +\end{makeimage} +\hfill +\begin{makeimage} +\begin{tabular}{|c|c|c|} +\hline +{#sanskrit ba na #endsanskrit} & {\tt bna} & {#sanskrit bna #endsanskrit}\\ \hline +{#sanskrit ba ba #endsanskrit} & {\tt bba} & {#sanskrit bba #endsanskrit}\\ \hline +{#sanskrit ba va #endsanskrit} & {\tt bva} & {#sanskrit bva #endsanskrit}\\ \hline +{#sanskrit bha na #endsanskrit} & {\tt bhna} & {#sanskrit bhna #endsanskrit}\\ \hline +{#sanskrit ma na #endsanskrit} & {\tt mna} & {#sanskrit mna #endsanskrit}\\ \hline +{#sanskrit ma la #endsanskrit} & {\tt mla} & {#sanskrit mla #endsanskrit}\\ \hline +{#sanskrit la la #endsanskrit} & {\tt lla} & {#sanskrit lla #endsanskrit}\\ \hline +{#sanskrit va na #endsanskrit} & {\tt vna} & {#sanskrit vna #endsanskrit}\\ \hline +{#sanskrit sha cha #endsanskrit} & {\tt shcha} & {#sanskrit shcha #endsanskrit}\\ \hline +{#sanskrit sha na #endsanskrit} & {\tt shna} & {#sanskrit shna #endsanskrit}\\ \hline +{#sanskrit sha ba #endsanskrit} & {\tt shba} & {#sanskrit shba #endsanskrit}\\ \hline +{#sanskrit sha ra #endsanskrit} & {\tt shra} & {#sanskrit shra #endsanskrit}\\ \hline +{#sanskrit sha la #endsanskrit} & {\tt shla} & {#sanskrit shla #endsanskrit}\\ \hline +{#sanskrit sha va #endsanskrit} & {\tt shva} & {#sanskrit shva #endsanskrit}\\ \hline +{#sanskrit shha Ta #endsanskrit} & {\tt shhTa} & {#sanskrit shhTa #endsanskrit}\\ \hline +{#sanskrit shha Tha #endsanskrit} & {\tt shhTha} & {#sanskrit shhTha #endsanskrit}\\ \hline +{#sanskrit sa na #endsanskrit} & {\tt sna} & {#sanskrit sna #endsanskrit}\\ \hline +{#sanskrit ha Na #endsanskrit} & {\tt hNa} & {#sanskrit hNa #endsanskrit}\\ \hline +{#sanskrit ha na #endsanskrit} & {\tt hna} & {#sanskrit hna #endsanskrit}\\ \hline +{#sanskrit ha ma #endsanskrit} & {\tt hma} & {#sanskrit hma #endsanskrit}\\ \hline +{#sanskrit ha ya #endsanskrit} & {\tt hya} & {#sanskrit hya #endsanskrit}\\ \hline +{#sanskrit ha ra #endsanskrit} & {\tt hra} & {#sanskrit hra #endsanskrit}\\ \hline +{#sanskrit ha la #endsanskrit} & {\tt hla} & {#sanskrit hla #endsanskrit}\\ \hline +{#sanskrit ha va #endsanskrit} & {\tt hva} & {#sanskrit hva #endsanskrit}\\ \hline +{#sanskrit za ra #endsanskrit} & {\tt zra} & {#sanskrit zra #endsanskrit}\\ \hline +{#sanskrit pha ra #endsanskrit} & {\tt phra} & {#sanskrit phra #endsanskrit}\\ \hline +{#sanskrit fa ra #endsanskrit} & {\tt fra} & {#sanskrit fra #endsanskrit}\\ \hline +\end{tabular} +\end{makeimage} +\hfill +\\ +\end{center} +%begin{latexonly} +}} % end hbox and vbox +%end{latexonly} +\caption {\bf Ligatures Supported (when using dvngfull.ifm)} +\label{lig-supp-dvngfull} +\end{table} + +%------------------------------------------------------------------------ +\begin{htmlonly} +\section{Ligatures NOT supported} +\end{htmlonly} + +\begin{table} +\vspace*{-0.00in} +%begin{latexonly} +\hspace*{0.0in}\mbox{\vbox{ +\centerline{ +%end{latexonly} +\begin{makeimage} +\begin{tabular}{|c|c|c|} +\hline +Consonants & Ligature & Char Code \\ \hline +{#sanskrit ka ta ya #endsanskrit} & {#sanskrit \char197 #endsanskrit} & {\tt 197} \\ \hline +{#sanskrit ka ta va#endsanskrit} & {#sanskrit \char198 #endsanskrit} & {\tt 198} \\ \hline +{#sanskrit ka na ya#endsanskrit} & {#sanskrit \char230 #endsanskrit} & {\tt 230} \\ \hline +{#sanskrit ka ra ya#endsanskrit} & {#sanskrit \char231 #endsanskrit} & {\tt 231} \\ \hline +{#sanskrit ka va ya#endsanskrit} & {#sanskrit \char204 #endsanskrit} & {\tt 204} \\ \hline +{#sanskrit ka ta ra ya#endsanskrit} & {#sanskrit \char252 #endsanskrit} & {\tt 252} \\ \hline +{#sanskrit ~Na ka ta#endsanskrit} & {#sanskrit \char173 #endsanskrit} & {\tt 173} \\ \hline +{#sanskrit ~Na ka ya#endsanskrit} & {#sanskrit \char175 #endsanskrit} & {\tt 175} \\ \hline +{#sanskrit ~Na ka shha#endsanskrit} & {#sanskrit \char176 #endsanskrit} & {\tt 176} \\ \hline +{#sanskrit ~Na kha ya#endsanskrit} & {#sanskrit \char186 #endsanskrit} & {\tt 186} \\ \hline +{#sanskrit ~Na ga ya#endsanskrit} & {#sanskrit \char190 #endsanskrit} & {\tt 190} \\ \hline +{#sanskrit ~Na gha ya#endsanskrit} & {#sanskrit \char185 #endsanskrit} & {\tt 185} \\ \hline +{#sanskrit ~Na gha ra#endsanskrit} & {#sanskrit \char192 #endsanskrit} & {\tt 192} \\ \hline +{#sanskrit ~Na ka ta ya#endsanskrit} & {#sanskrit \char174 #endsanskrit} & {\tt 174} \\ \hline +{#sanskrit ~Na ka shha va#endsanskrit} & {#sanskrit \char177 #endsanskrit} & {\tt 177} \\ \hline +\end{tabular} +\end{makeimage} +\hfill +\begin{makeimage} +\begin{tabular}{|c|c|c|} +\hline +Consonants & Ligature & Char Code \\ \hline +{#sanskrit Da ga ya#endsanskrit} & {#sanskrit \char184 #endsanskrit} & {\tt 184} \\ \hline +{#sanskrit Da gha ra#endsanskrit} & {#sanskrit \char182 #endsanskrit} & {\tt 182} \\ \hline +{#sanskrit Da ra ya#endsanskrit} & {#sanskrit \char251 #endsanskrit} & {\tt 251} \\ \hline +{#sanskrit da ga ra#endsanskrit} & {#sanskrit \char237 #endsanskrit} & {\tt 237} \\ \hline +{#sanskrit da gha ra#endsanskrit} & {#sanskrit \char238 #endsanskrit} & {\tt 238} \\ \hline +{#sanskrit da da ya#endsanskrit} & {#sanskrit \char144 #endsanskrit} & {\tt 144} \\ \hline +{#sanskrit da da va#endsanskrit} & {#sanskrit \char248 #endsanskrit} & {\tt 248} \\ \hline +{#sanskrit da dha ya#endsanskrit} & {#sanskrit \char143 #endsanskrit} & {\tt 143} \\ \hline +{#sanskrit da dha va#endsanskrit} & {#sanskrit \char249 #endsanskrit} & {\tt 249} \\ \hline +{#sanskrit da bha ya#endsanskrit} & {#sanskrit \char142 #endsanskrit} & {\tt 142} \\ \hline +{#sanskrit da ra ya#endsanskrit} & {#sanskrit \char239 #endsanskrit} & {\tt 239} \\ \hline +{#sanskrit shha Ta ya#endsanskrit} & {#sanskrit \char247 #endsanskrit} & {\tt 247} \\ \hline +{#sanskrit shha Ta va#endsanskrit} & {#sanskrit \char171 #endsanskrit} & {\tt 171} \\ \hline +{#sanskrit shha Ta ra ya#endsanskrit} & {#sanskrit \char170 #endsanskrit} & {\tt 170} \\ \hline +\end{tabular} +\end{makeimage} +%begin{latexonly} +} % centerline +}} % end hbox and vbox +%end{latexonly} +\caption {\bf Ligatures NOT Supported} +\label{lig-notsupp} +\end{table} + +%------------------------------------------------------------------------ +\begin{htmlonly} +\section{ITRANS Encoding Table (format similar to Velthuis' doc)} +\end{htmlonly} + +%From ashok.basargekar@postoffice.worldnet.att.net Sun Aug 10 15:07:04 1997 +%Date: Sun, 10 Aug 1997 12:00:12 -0700 +%From: Ashok Basargekar + +\newcommand{\dn}{\devnf} % don't use \let, latex2html fails. +\newcommand{\dnx}{\devnf} + +\begin{table} +\begin{center} +\begin{makeimage} +\begin{tabular} {||l|l||l|l||l|l||l|l|l||@{\protect\rule{0cm}{.35cm}}} \hline +{\tt a} & {\dn a} & +{\tt k.h} & {\dnx k\kRn{-0.500}{\char94}\kRn{0.500}} & +{\tt p} & {\dnx p} & +{\tt .D} & {\dnx\symbol{'167}} & \\ +{\tt aa} or {\tt A} & {\dnx aA} or {\dnx A} & +{\tt k} & {\dnx k} & +{\tt ph} & {\dnx P} & +{\tt .Dh} & {\dnx\symbol{'170}} & \\ +{\tt i} & {\dnx i} or {\dnx\symbol{'105}} & +{\tt kh} & {\dnx K} & +{\tt b} & {\dnx b} & +{\tt 1} & {\dnx 1} & \\ +{\tt ii} or {\tt I} & {\dnx I} or {\dnx\symbol{'106}} & +{\tt g} & {\dnx g} & +{\tt bh} & {\dnx B} & +{\tt 2} & {\dnx 2} & \\ +{\tt u} & {\dnx u} or {\dnx\symbol{0}} & +{\tt gh} & {\dnx G} & +{\tt m} & {\dnx m} & +{\tt 3} & {\dnx 3} & \\ +{\tt uu} or {\tt U} & {\dnx U} or {\dnx\symbol{'1}} & +{\tt\symbol{'176}N} & {\dnx R} & +{\tt y} & {\dnx y} & +{\tt 4} & {\dnx 4} & \\ +{\tt R\symbol{'136}i} & {\dnx\symbol{'33}} or {\dnx\symbol{2}} & +{\tt ch} & {\dnx c} & +{\tt r} & {\dnx r} & +{\tt 5} & {\dnx 5} & \\ +{\tt R\symbol{'136}I} & {\dnx\symbol{'21}} or {\dnx\symbol{'16}} & +{\tt chh} or {\tt Ch} & {\dnx C} & +{\tt l} & {\dnx l} & +{\tt 6} & {\dnx 6} & \\ +{\tt L\symbol{'136}i} & {\dnx\symbol{'30}} or {\dnx\symbol{'37}} & +{\tt j} & {\dnx j} & +{\tt v} & {\dnx v} & +{\tt 7} & {\dnx 7} & \\ +{\tt L\symbol{'136}I} & {\dnx\symbol{'31}} or {\dnx\symbol{'174}} & +{\tt jh} & {\dnx J} & +{\tt sh} & {\dnx\symbol{'146}} & +{\tt 8} & {\dnx 8} & \\ +{\tt e} & {\dnx e} or {\dnx\symbol{3}} & +{\tt JN} or {\tt\symbol{'176}n} & {\dnx\symbol{'32}} & +{\tt shh} or {\tt Sh} & {\dnx\symbol{'161}} & +{\tt 9} & {\dnx 9} & \\ +{\tt ai} & {\dnx {e\kRn{-0.800}{\char3}}} or {\dnx\symbol{'173}} & +{\tt T} & {\dnx\symbol{'126}} & +{\tt s} & {\dnx s} & +{\tt 0} & {\dnx 0} & \\ +{\tt o} & {\dnx ao} or {\dnx o} & +{\tt Th} & {\dnx\symbol{'127}} & +{\tt h} & {\dnx h} & +{\tt .n} or {\tt M} & {\dnx\symbol{'25}} & anusv\={a}ra \\ +{\tt au} & {\dnx aO} or {\dnx O} & +{\tt D} & {\dnx\symbol{'130}} & +{\tt\ ld} or {\tt L} & {\dnx\symbol{'17}} & +{\tt .N} & {\dnx\symbol{'40}} & chandrabindu \\ +{\tt a.n} or {\tt aM} & {\dnx a\kRn{-0.270}\sBs{-0.060}{{\char92}}\kRn{-0.063}} & +{\tt Dh} & {\dnx\symbol{'131}} & +{\tt x} or {\tt kSh} & {\dn "} & +{\tt H} & {\dnx\symbol{'54}} & visarga \\ +{\tt aH} & {\dnx a{\char44}} & +{\tt N} & {\dnx\symbol{'132}} & +{\tt j\symbol{'176}n} or {\tt GY} or {\tt dny} &{\dn } & +{\tt .} & {\dnx\symbol{'56}} & danda \\ +{\tt a.c} & {\dnx a\kRn{-0.600}{\char4}\kRn{-0.030}} & +{\tt t} & {\dnx t} & +{\tt q} & {\dnx\symbol{'52}} & +{\tt R} & {\dnx\symbol{'35}} & Marathi r \\ +{\tt aa.c} or {\tt A.c} & {\dnx aA\kRn{-0.600}{\char4}\kRn{-0.030}} & +{\tt th} & {\dnx T} & +{\tt K} & {\dnx\symbol{'14}} & +{\tt ..} or {\tt ;} & {\dnx\symbol{'73}} & paragraph end \\ +{\tt OM} or {\tt AUM} & {\dnx\symbol{'72}} & +{\tt d} & {\dnx d} & +{\tt G} & {\dnx\symbol{'13}} & +{\tt .a} & {\dnx\symbol{'137}} & avagraha \\ +{\tt .a} & {\dnx\symbol{'137}} & +{\tt dh} & {\dnx D} & +{\tt z} & {\dnx\symbol{'51}} & +{\tt .c} & {\dnx\symbol{'4}} & a like in at \\ +{\tt Ra} & {\dnx r} & +{\tt n} & {\dnx n} & +{\tt f} & {\dnx\symbol{'47}} & +{\tt{\char123}{\char92}rm .{\char125}} & {\dnx\symbol{'24}} & period \\ \hline +\end{tabular} +\end{makeimage} +\end{center} +\caption {\bf ITRANS Encoding (table format is similar to Velthuis's documentation)} +\label{ienc-velth} +\end{table} + +\vspace*{1pt}\vfill + +\section{Author} +\noindent +ITRANS has been developed by Avinash Chopde. \\ +E-mail: +\htmladdnormallink{\texttt{avinash@acm.org}}{mailto:avinash@acm.org}. \\ +Home page: +\htmladdnormallink{\texttt{http://www.aczone.com/}}{http://www.aczone.com/} + +\bigskip +\hrule +\end{document} diff -Nru texlive-lang-2007.dfsg.4/texmf-dist/doc/fonts/itrans/ex_latex.itx texlive-lang-2009/texmf-dist/doc/fonts/itrans/ex_latex.itx --- texlive-lang-2007.dfsg.4/texmf-dist/doc/fonts/itrans/ex_latex.itx 1970-01-01 01:00:00.000000000 +0100 +++ texlive-lang-2009/texmf-dist/doc/fonts/itrans/ex_latex.itx 2006-01-09 00:47:01.000000000 +0000 @@ -0,0 +1,143 @@ +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Example LaTeX Input File for using ITRANS (Version 5.x) +% For use with the TeX output mode of ITRANS. +% Note: This file makes use of multiple Indic Script fonts, so it may all +% seem a lot more complicated. In most cases, you may be using a single +% font in any one document. +% This file shows a Devanagari example, but other language scripts +% are similar. +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +\documentclass[11pt]{article} +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +\usepackage[preprocess]{itrans} % useful macros for the ITRANS package + % itrans.sty is in the lib/ directory, + % taken from Ross Moore's extensions + % to latex2html +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% #output=TeX % use this for producing TeX output (is default) +% #output=HTML_7 % use this for producing HTML output (ASCII) +% #output=HTML_8 % use this for producing HTML output (8-bit) +% #output=UTF_8 % use this for producing HTML output (Unicode UTF-8) +% #output=PostScript % use this for producing PostScript output +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +#useshortmarkers % ITRANS command. Allows me to use ## + % instead of # and #end + % this is the default, ## can always be used, so + % it is not necessary to specify this. + % use #ignoreshortmarkers to disable ## + +% #usecsx % uncomment this if using CS/CSX input encoding + +#indianifm=dvng.ifm % ITRANS command +#indianfont=\fransdvng % ITRANS command: argument specifies use of + % Frans's dvng font, fransdvng is a command defined + % in itrans.sty (idevn.tex) + +#sanskritifm=dvng.ifm % duplicates for #indian, not needed, but just +#sanskritfont=\fransdvng % provided as an example. + +#hindiifm=dvnc.ifm % The PostScript devanagari font bundled with ITRANS +#hindifont=\postdvng % postdvng is defined in itrans.sty (idevn.tex) + +%begin{latexonly} +\let\usedvng=\largedvng % use largedvng size devanagari text, by default +%end{latexonly} + +% \newfont{\romancsx}{ncpicsxp at 10pt} % NCS_CSX italic version +\newfont{\romancsx}{ncprcsxp at 10pt} % NCS_CSX normal version at given pt size +#romanifm=romancsx.ifm % Romanized Sanskrit IFM file. +#romanfont=\romancsx + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +\portraitpage % defined in itrans.sty (idevn.tex), get a larger page size + % also available: \landscapepage +\parindent=0pt +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +\begin{document} + +{\bf Example Text Input File for ITRANS} + +\bigskip + +This is english text. + +\medskip +Following sentences are in hindi, using Frans Velthuis's Devanagari font: +\medskip + +%---------------------------------------------------------------------- +## % ITRANS command, a toggle, here equivalent to #indian +mai.n isakii kataii paravaah nahii.n karataa ki mere marane ke baada +meraa yaa merii pratishhThaa kaa kyaa hogaa. +lekin agar kuchh log mere baare mai.n sochanaa chaahe.n, to mai.n +chaahuu.Ngaa ki ve yahii kahe.n ki is aadamii ne puure dilo\-dimaag se +bhaarat aur bhaarat ke logo.n ko pyaar kiyaa, aur ve bhii usake prati +utane hii anugrahii rahe aur unho.nne use apanaa bharapuur aur aparimit +sneha pradaan kiyaa. + +{\englfont ---} ## % ITRANS command, a toggle, here equivalent to #endindian +Jawaharlal Nehru + +\bigskip +Some more lines, using a larger font size: +\medskip + +%---------------------------------------------------------------------- +## % ITRANS command, a toggle, here equivalent to #indian +\LARGEdvng +\noindent + kahii.n duur jab din Dhal jaaye \\ + saa.Njh kii dulhan badan churaaye \\ + chupake se aaye\\ + mere khayaalo.n ke aa.ngan me.n \\ + koii sapano ke diip jalaaye, diip jalaaye + +## % ITRANS command, a toggle, here equivalent to #endindian + +\bigskip +Same lines, using the PostScript Devanagari font that is bundled with ITRANS: +\smallskip + +%---------------------------------------------------------------------- +#hindi +\LARGEdvng % override default font definition temporarily +\noindent + kahii.n duur jab din Dhal jaaye \\ + saa.Njh kii dulhan badan churaaye \\ + chupake se aaye\\ + mere khayaalo.n ke aa.ngan me.n \\ + koii sapano ke diip jalaaye, diip jalaaye + +#endhindi + +\bigskip +Back to english. + +%---------------------------------------------------------------------- +\bigskip +Now some example text in romanized sanskrit and then in sanskrit. +\bigskip + +#roman + + karmaNyevaadhikaaraste maa phaleshhu kadaachana | \\ + maa karmaphalaheturbhuurmaa te saN^go.astvakarmaNi || 47 || + + yogasthaH kuru karmaaNi saN^ga.n tyaktvaa dhana.njaya | \\ + sid.hdhyasid.hdhyoH samo bhuutvaa samatva.n yoga uchyate || 48 || + +#endroman + +\bigskip + +#sanskrit + + karmaNyevaadhikaaraste maa phaleshhu kadaachana | \\ + maa karmaphalaheturbhuurmaa te saN^go.astvakarmaNi || 47|| + + yogasthaH kuru karmaaNi saN^ga.n tyaktvaa dhana.njaya | \\ + sid.hdhyasid.hdhyoH samo bhuutvaa samatva.n yoga uchyate || 48|| + +#endsanskrit +\end{document} +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% diff -Nru texlive-lang-2007.dfsg.4/texmf-dist/doc/fonts/itrans/ex_ltn1.itx texlive-lang-2009/texmf-dist/doc/fonts/itrans/ex_ltn1.itx --- texlive-lang-2007.dfsg.4/texmf-dist/doc/fonts/itrans/ex_ltn1.itx 1970-01-01 01:00:00.000000000 +0100 +++ texlive-lang-2009/texmf-dist/doc/fonts/itrans/ex_ltn1.itx 2006-01-09 00:47:01.000000000 +0000 @@ -0,0 +1,469 @@ + + +Example: HTML ISO-Latin1 output from ITRANS + + + + + + + + + + + + + + + + + +
+ + + + + + +
+ ITRANS + + Guestbook + + E-mail +
+
+ +

+
+

+ +


+

+ + +

+

+ HTML ISO-Latin1 Output
+ ITRANS 5.3
+

+
+ +
+ +

+ +Note: This page can be viewed correctly only after the NCS_CSX+, +ItxGuj, ItxBeng, and Xdvng fonts have been installed on your machine, +and Netscape 3.0 +(or newer; or similar WWW browser) is used to view this page. + + +

+ +If the browser is not displaying text correctly, you may have +to experiment with the Document Encoding options of the browser. +In Netscape: View -> Character Set. In Internet Explorer: View -> Encoding. + + +

+This page shows some samples of text using the NCS_CSX+ (Romanized +Devanagari), ItxGuj (Gujarati), ItxBeng (Bengali, Xdvng (Devanagari) fonts. +This text was produced by running +ITRANS in the Text (HTML) Output mode, on this +input file ( ex_ltn1.itx ). + Here are the TrueType fonts for each supported script (fonts + in other formats are available for download at the + main ITRANS page): +

+   + Xdvng for Hindi, Marathi, Sanskrit: + xdvng.ttf +
+   + ItxGuj for Gujarati: + itxguj.ttf +
+   + ItxBeng for Bengali: + itxbeng.ttf +
+   + NCS_CSX+ for Romanized Sanskrit: + ncpr____.ttf +      +

+ All the fonts above are freeware, and copyrights are held by their + authors. Visit the + ITRANS + section for complete documentation. + + +

+


+

+ +

+

+ Index of info on this page... +
+ +

+

    +
  • + ITRANS encoded text, + that is used to produce text in Indic script. +
    + This paragraph shows the ITRANS encoded text. This text is what + is input to ITRANS. +

    +

  • + Text using the Xdvng font; + output from Itrans. +
    + This paragraph shows the Devanagari output from ITRANS. +

    +

  • + Text using the ItxGuj font; + output from Itrans. +
    + This paragraph shows the Gujarati output from ITRANS. +

    +

  • + Text using the ItxBeng font; + output from Itrans. +
    + This paragraph shows the Bengali output from ITRANS. +

    +

  • + Text using the NCS_CSX+ font; + output from Itrans. +
    + This paragraph shows the output from ITRANS. +

    +

+ + +
+ +
+

+
+ +

+ Text input to ITRANS (for the examples that follow): +

+ +The following text represents Sanskrit and Hindi; encoded using the +ITRANS encoding. +This is the text that will be converted by ITRANS into Devanagari, +Romanized Sanskrit, Gujarati, etc, which is displayed in following sections. +ITRANS currently supports many Indic Scripts when used in the PostScript +or TeX output modes. But for WWW document display, only Romanized +Sanskrit, Gujarati, Bengali, and Devanagari are currently supported. + +

+

+
+  karmaNyevaadhikaaraste maa phaleshhu kadaachana |
+  maa karmaphalaheturbhuurmaa te saN^go.astvakarmaNi || 47 ||
+
+  yogasthaH kuru karmaaNi saN^ga.n tyaktvaa dhana.njaya |
+  sid.hdhyasid.hdhyoH samo bhuutvaa samatva.n yoga uchyate || 48 ||
+
+	
+ + jana gaNa mana adhinaayaka jaya he + bhaarata bhaagya vidhaataa + pa.njaaba si.ndhu gujaraata maraaThaa + dravi.Da utkala va.nga + vi.ndhya himaachala yamunaa ga.ngaa + uchchhala jaladhi tara.nga + tava shubha naame jaage + tava shubha aashishha maage + gaahe tava jaya gaathaa + jana gaNa ma.ngala daayaka jaya he + bhaarata bhaagya vidhaataa + jaya he jaya he jaya he + jaya jaya jaya jaya he + + - raviindranaath Taagor + +
+

+ + +
+ +


+

+
+ +

+ ITRANS Output - Devanagari. +

+ +

+Same text as above, displayed using the Devangari font Xdvng. + +

+

+#sanskrit
+  karmaNyevaadhikaaraste maa phaleshhu kadaachana .
+  maa karmaphalaheturbhuurmaa te saN^go.astvakarmaNi .. 47 ..
+
+  yogasthaH kuru karmaaNi saN^ga.n tyaktvaa dhana.njaya .
+  sid.hdhyasid.hdhyoH samo bhuutvaa samatva.n yoga uchyate .. 48 ..
+	##
+	
+ ## + jana gaNa mana adhinaayaka jaya he + bhaarata bhaagya vidhaataa + pa.njaaba si.ndhu gujaraata maraaThaa + dravi.Da utkala va.nga + vi.ndhya himaachala yamunaa ga.ngaa + uchchhala jaladhi tara.nga + tava shubha naame jaage + tava shubha aashishha maage + gaahe tava jaya gaathaa + jana gaNa ma.ngala daayaka jaya he + bhaarata bhaagya vidhaataa + jaya he jaya he jaya he + jaya jaya jaya jaya he + + raviindranaath Taagor +#endsanskrit +
+ + +
+ +
+

+
+ +

+ ITRANS Output - Gujarati. +

+ +

+Same text as above, displayed using the Gujarati font ItxGuj. + +

+#gujarati
+  karmaNyevaadhikaaraste maa phaleshhu kadaachana |
+  maa karmaphalaheturbhuurmaa te saN^go.astvakarmaNi || 47 ||
+
+  yogasthaH kuru karmaaNi saN^ga.n tyaktvaa dhana.njaya |
+  sid.hdhyasid.hdhyoH samo bhuutvaa samatva.n yoga uchyate || 48 ||
+	##
+	
+ ## + jana gaNa mana adhinaayaka jaya he + bhaarata bhaagya vidhaataa + pa.njaaba si.ndhu gujaraata maraaThaa + dravi.Da utkala va.nga + vi.ndhya himaachala yamunaa ga.ngaa + uchchhala jaladhi tara.nga + tava shubha naame jaage + tava shubha aashishha maage + gaahe tava jaya gaathaa + jana gaNa ma.ngala daayaka jaya he + bhaarata bhaagya vidhaataa + jaya he jaya he jaya he + jaya jaya jaya jaya he + + - raviindranaath Taagor +#endgujarati +
+ + +
+ +
+

+
+ +

+ ITRANS Output - Bengali. +

+ +

+Same text as above, displayed using the Bengali font ItxBeng. + +

+#bengali
+  karmaNyevaadhikaaraste maa phaleshhu kadaachana |
+  maa karmaphalaheturbhuurmaa te saN^go stvakarmaNi || 47 ||
+
+  yogasthaH kuru karmaaNi saN^ga.n tyaktvaa dhana.njaya |
+  sid.hdhyasid.hdhyoH samo bhuutvaa samatva.n yoga uchyate || 48 ||
+	##
+	
+ ## + jana gaNa mana adhinaayaka jaya he + bhaarata bhaagya vidhaataa + pa.njaaba si.ndhu gujaraata maraaThaa + dravi.Da utkala va.nga + vi.ndhya himaachala yamunaa ga.ngaa + uchchhala jaladhi tara.nga + tava shubha naame jaage + tava shubha aashishha maage + gaahe tava jaya gaathaa + jana gaNa ma.ngala daayaka jaya he + bhaarata bhaagya vidhaataa + jaya he jaya he jaya he + jaya jaya jaya jaya he + + - rabiindranaath Thaakuur +#endbengali +
+ + + +
+ +
+

+
+ +

+ ITRANS Output - Romanized Devanagari. +

+ + +

+Same text as above, displayed using the Romanized Sanskrit font NCS_CSX+. +This can be generated as output from ITRANS, or it can even be +used as input to ITRANS to produce text in any other supported Indic +Script in ITRANS. + +

+


+ +

+The first four lines are the same here, they are duplicated just to +display four variations: Bold, Bold-Italic, +Italic, and Regular. + +

+

+#roman
+  ####karmaNyevaadhikaaraste maa phaleshhu kadaachana |####
+  ####karmaNyevaadhikaaraste maa phaleshhu kadaachana |####
+  ####karmaNyevaadhikaaraste maa phaleshhu kadaachana |####
+  karmaNyevaadhikaaraste maa phaleshhu kadaachana |
+  maa karmaphalaheturbhuurmaa te saN^go.astvakarmaNi || 47 ||
+
+  yogasthaH kuru karmaaNi saN^ga.n tyaktvaa dhana.njaya |
+  sid.hdhyasid.hdhyoH samo bhuutvaa samatva.n yoga uchyate || 48 ||
+	##
+	
+ ## + jana gaNa mana adhinaayaka jaya he + bhaarata bhaagya vidhaataa + pa.njaaba si.ndhu gujaraata maraaThaa + dravi.Da utkala va.nga + vi.ndhya himaachala yamunaa ga.ngaa + uchchhala jaladhi tara.nga + tava shubha naame jaage + tava shubha aashishha maage + gaahe tava jaya gaathaa + jana gaNa ma.ngala daayaka jaya he + bhaarata bhaagya vidhaataa + jaya he jaya he jaya he + jaya jaya jaya jaya he + + - raviindranaath Taagor +#endroman +
+ + +

+
+

+


+

+
+

+ +

+ + + + + + +
+ ITRANS + + Guestbook + + E-mail +
+
+ +

+
+

+


+ +

+
+

+ + + +

+

+

+ Copyright © 1995-2001 Avinash Chopde, + avinash@acm.org. All rights reserved. + +

+ Page URL: http://www.aczone.com/itrans/ex_ltn1.html +

+ + diff -Nru texlive-lang-2007.dfsg.4/texmf-dist/doc/fonts/itrans/ex_ps.itx texlive-lang-2009/texmf-dist/doc/fonts/itrans/ex_ps.itx --- texlive-lang-2007.dfsg.4/texmf-dist/doc/fonts/itrans/ex_ps.itx 1970-01-01 01:00:00.000000000 +0100 +++ texlive-lang-2009/texmf-dist/doc/fonts/itrans/ex_ps.itx 2006-01-09 00:47:01.000000000 +0000 @@ -0,0 +1,55 @@ +% Devanagari Example, direct PostScript output. +% Uses the PostScript devanagari font. +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% For other languages, uncomment appropriate line: +% /BASEFONTNAME /ItxBeng def %% define the default font to be Bengali +% /BASEFONTNAME /ItxGuj def %% define the default font to be Gujarati +% /BASEFONTNAME /NCS_CSX+-Roman def %% use CS/CSX font +% /BASEFONTNAME /DevnacPlain def %% default: font is Devanagari +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Instead of running ITRANS this way: +% itrans -v -P -i ex_ps.itx -o ex_ps.ps +% you can use: +% itrans -v -i ex_ps.itx -o ex_ps.ps +% if the following line is uncommented: +%output=PostScript +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +% define a function that loads in the indian language font.. +/devn22 { + 22 normalfont % get the default font, at 22 point size +} def + +#hindiifm=dvnc.ifm +#hindifont=devn22 + +#hindi + ham aapakii aa.Nkho.n me.n, is dil ko basaa de.n to + ham muu.Nd ke palako.n ko, is dil ko sazaa de.n to + ham aapakii aa.Nkho.n me.n, is dil ko basaa de.n to + + in zulfo.n me.n guu.Nde.nge, ham phuul muhabbat ke + zulfo.n ko jhaTak kar ham, ye phuul giraa de.n to + in zulfo.n me.n guu.Nde.nge, ham phuul muhabbat ke + zulfo ko jhaTak kar ham, ye phuul giraa de.n to + + ham aapakii aa.Nkho.n me.n, is dil ko basaa de to + + ham aapako khvaabo.n me.n, laa laa ke sataaye.nge + ham aapakii aa.Nkho.n se, nii.nde.n hii uDaade.n to + ham aapako khvaabo.n me.n, laa, laa ke sataaye.nge + ham aapakii aa.Nkho.n se, nii.nde.n hii uDaade.n to + + ham aapakii aa.Nkho.n me.n, is dil ko basaa de.n to + + ham aapake kadamo.n par, gir jaaye.nge Gash khaa kar + is par bhii na ham apane, aa.nchal kii havaa de.n to + ham aapake kadamo.n par, gir jaaye.nge Gash khaa kar + is par bhii na ham apane, aa.nchal kii havaa de.n to + + ham aapakii aa.Nkho.n me.n, is dil ko basaa de.n to + ham muu.Nd ke palako.n ko, is dil ko sazaa de.n to + ham aapakii aa.Nkho.n me.n, is dil ko basaa de.n to + ham muu.Nd ke palako.n ko, is dil ko sazaa de.n to + ham aapakii aa.Nkho.n me.n, is dil ko basaa de.n to +#endhindi diff -Nru texlive-lang-2007.dfsg.4/texmf-dist/doc/fonts/itrans/ex_utf8.itx texlive-lang-2009/texmf-dist/doc/fonts/itrans/ex_utf8.itx --- texlive-lang-2007.dfsg.4/texmf-dist/doc/fonts/itrans/ex_utf8.itx 1970-01-01 01:00:00.000000000 +0100 +++ texlive-lang-2009/texmf-dist/doc/fonts/itrans/ex_utf8.itx 2006-01-09 00:47:01.000000000 +0000 @@ -0,0 +1,390 @@ + + +Example: HTML Unicode output from ITRANS + + + + + + + + + + + + + + + + + +
+ + + + + + +
+ ITRANS + + Guestbook + + E-mail +
+
+ +

+
+

+ +


+

+ + + +

HTML Unicode UTF-8 Output

+

ITRANS 5.3

+ +
+ +

+This text was produced by running +ITRANS in the Text (HTML) Output mode, on this +input file (ex_utf8.itx). + +

+ The Unicode output can be viewed + correctly on your computer if there is + a Unicode font with support for Indian Language Scripts installed, + and the web browser is configured to use that font for + Unicode UTF-8 documents. +

+ ITRANS does not come with any Unicode fonts. +

+ For Windows, there are a few Unicode fonts available, you can + search for them on the web. + One such font: + Office + 2000 - Arial Unicode MS Download [ 15 MBytes ]. + Note that this font does not have conjunct consonants - it uses + viraam to denote a half-consonant. + + +

+


+

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ Language/Script + + Unicode Display + + + ITRANS input + +
+ Gujarati: + + #gujarati + gujaraatii + #endgujarati + + + gujaraatii + +
+ Hindi: + + #hindi + hindii + #endhindi + + + hindii + +
+ Marathi: + + #marathi + maraaThii + #endmarathi + + + maraaThii + +
+ Sanskrit: + + #sanskrit + sa.nskRRita + #endsanskrit + + + sa.nskRRita + +
+ Bengali: + + #bengali + baa.nlaa + #endbengali + + + baa.nlaa + +
+ Tamil: + + #tamil + tamiz + #endtamil + + + tamiz + +
+ Kannada: + + #kannada + kannaDa + #endkannada + + + kannaDa + +
+ Telugu: + + #telugu + telugu + #endtelugu + + + telugu + +
+ Gurmukhi: + + #gurmukhi + gurmukhii + #endgurmukhi + + + gurmukhii + +
+ Romanized Sanskrit: + + #roman + sa.nskRRita + #endroman + + + sa.nskRRita + +
+ Oriya: + + #oriya + sa.nskRRita + #endoriya + + + sa.nskRRita + +
+ Malayalam: + + #malayalam + sa.nskRRita + #endmalayalam + + + sa.nskRRita + +
+ + + +

+
+

+


+

+
+

+ +

+ + + + + + +
+ ITRANS + + Guestbook + + E-mail +
+
+ +

+
+

+


+ +

+
+

+ + + +

+

+

+ Copyright © 2001 Avinash Chopde, + avinash@acm.org. All rights reserved. + +

+ Page URL: http://www.aczone.com/itrans/ex_utf8.html +

+ + diff -Nru texlive-lang-2007.dfsg.4/texmf-dist/doc/fonts/itrans/flag.ips texlive-lang-2009/texmf-dist/doc/fonts/itrans/flag.ips --- texlive-lang-2007.dfsg.4/texmf-dist/doc/fonts/itrans/flag.ips 1970-01-01 01:00:00.000000000 +0100 +++ texlive-lang-2009/texmf-dist/doc/fonts/itrans/flag.ips 2006-01-09 00:47:01.000000000 +0000 @@ -0,0 +1,171 @@ +% Devanagari Example +% $Header: /home/cvsroot/itrans/nextrel/doc/flag.ips,v 1.1.1.1 1996/11/29 01:45:31 avinash Exp $ +% This is an example direct PostScript input to the itrans program. +% This file shows how to change fonts, change font size, etc +% in the file.. +% +% Prints indian anthem, flag song, and the flag itself! Must SEE! + +% *** Thanks to numerous others for making lots of spelling corrections +% in the original document I wrote... [abc] + +% 15 englishfont % set current font to be an english font (see itrans.pro) +% (itrans sample file: flag.ips) show +% first, the two songs...... + +% define functions that load in the font.. +/devn18 { + 18 normalfont % get the normal devnagri font, at 18 point size +} def + +/devns25 { + 25 slantfont % define a slanted font, using the a 25pt font size +} def + +#hindiifm=dvnc.ifm +#hindifont=devn18 + +#hindi +vijayii vishvatira.ngaa pyaaraa | + jha.nDaa uu.Nchaa rahe hamaaraa || +sadaa shakti sarasaanevaalaa | +premasudhaa barasaanevaalaa || +viiro.nko harashhaanevaalaa | +maat.rbhuumi kaa tanamana saaraa | + jha.nDaa uu.Nchaa rahe hamaaraa || +shaana na isakii jaane paaye | +chaahe jaana bhale hii jaaye || +vishvavijaya karake dikhalaaye | +taba hove praNa puurNa hamaaraa | + jha.nDaa uu.Nchaa rahe hamaaraa || +#endhindi + +newline +0.4 setlinewidth +currentpoint +currentpoint exch pop 0.0 exch moveto +206 0 rmoveto 200 0 rlineto stroke % draw a straight line.. +moveto % use x,y of first currentpoint above + % this is important, the current point must always exist + % for itrans.pro and this document to print correctly: + % the macros newline, etc make use of it. +newline + +#hindifont=devns25 % use the slanted font, 25pt font size + +#hindi + jana gaNa mana adhinaayaka jaya he + bhaarata bhaagya vidhaataa + pa.njaaba si.ndhu gujaraata maraaThaa + dravi.Da utkala va.nga + vi.ndhya himaachala yamunaa ga.ngaa + uchchhala jaladhi tara.nga + tava shubha naame jaage + tava shubha aashishha maage + gaahe tava jaya gaathaa + jana gaNa ma.ngala daayaka jaya he + bhaarata bhaagya vidhaataa + jaya he jaya he jaya he + jaya jaya jaya jaya he + + - raviindranaatha Taagora #endhindi + +% now, code to draw an indian flag. +% draw the center wheel +/drawwheel { % diameter drawwheel -- + % draws a wheel at the currentpoint, of the given diameter + + 2 div /rad exch def % get radius + gsave + + currentpoint translate + + 0 0 rad 0 360 arc stroke % draw the wheel outline + + % compute radius of the small circles hanging off the wheel.. + /smallrad rad 7.5 sin mul def + /smallcx rad 7.5 cos mul def + + 0 15 345 { % draw the 24 spokes + gsave + rotate % use the for loop variable value, 0..245 + + 0 0 moveto rad 0 lineto stroke % draw spoke + + smallcx smallrad -1 mul smallrad 82.5 262.5 arc fill + grestore + } for + grestore +} def + +% some color definitions +/blackcolor { + 0.0 setgray +} def + +/whitecolor { + 1.0 setgray +} def + +/redcolor { + 1.0 0.0 0.0 setrgbcolor +} def + +/bluecolor { + 0.0 0.0 1.0 setrgbcolor +} def + +/greencolor { + 0.0 1.0 0.0 setrgbcolor +} def + +/saffroncolor { + 1.0 0.34 0.0 setrgbcolor +} def + +%------------------------------------------------------------------------ +% The following may be redefined to blackcolor, see below.... + + +% draw the entire flag +/drawflag { % width drawwheel -- + % draws a flag at the currentpoint, of the given width + % (height = width/2) + /width exch def + gsave + currentpoint translate + /height width 2.0 div def + /hrect height 3.0 div def + + % draw bottom green rect (use intensity = 58.7%) + greencolor + 0 0 moveto width 0 lineto width hrect lineto 0 hrect lineto + closepath fill + + % draw top saffron rect (== 100% red, 34% green use intensity=50.0%) + 0 hrect 2.0 mul translate + saffroncolor + 0 0 moveto width 0 lineto width hrect lineto 0 hrect lineto + closepath fill + 0 hrect -2.0 mul translate % restore matrix + + % draw center wheel + blackcolor + 0.8 setlinewidth + width 2.0 div height 2.0 div moveto + hrect 0.95 mul drawwheel + + % draw a boundary + blackcolor 0.4 setlinewidth + 0 0 moveto width 0 lineto width height lineto 0 height lineto + closepath stroke + 0 hrect moveto width hrect lineto stroke + 0 hrect hrect add moveto width hrect hrect add lineto stroke + + grestore +} def + +% draw the flag next to the first song... +250 560 moveto 300 drawflag + +% no showpage in flag.ips, since itrans will produce it.. diff -Nru texlive-lang-2007.dfsg.4/texmf-dist/doc/fonts/itrans/gujdoc.itx texlive-lang-2009/texmf-dist/doc/fonts/itrans/gujdoc.itx --- texlive-lang-2007.dfsg.4/texmf-dist/doc/fonts/itrans/gujdoc.itx 1970-01-01 01:00:00.000000000 +0100 +++ texlive-lang-2009/texmf-dist/doc/fonts/itrans/gujdoc.itx 2006-01-09 00:47:01.000000000 +0000 @@ -0,0 +1,416 @@ +% User Documentation for the Itrans Package +% Gujarati Transliteration Table for ItxGuj Font - PostScript Type 1, TrueType. + +\documentclass[11pt]{article} + +\usepackage[preprocess]{itrans} % Ross Moore's extensions to latex2html + +\usepackage{html} % from standard latex2html package + % if you do not have html.sty in your machine, change the html to + % htmlstub (htmlstub.sty is included in the ITRANS/lib directory) + +\portraitpage % defined in itrans.sty (idevn.tex), get a larger page size + +\renewcommand{\arraystretch}{1.25} +\newcommand{\rarrow}{\mbox{---\hspace{-8pt}$>$}} +\newcommand{\SM}{\char35gujarati} +\newcommand{\EM}{\char35endgujarati} +\newfont{\itxgujf}{itxguj at 15pt} +% \newfont{\itxgujfo}{itxgujo at 15pt} % the oblique version +% \newfont{\itxgujfre}{itxgujre at 15pt} % the scaled up (x-axis) version +% \newfont{\itxgujfrc}{itxgujrc at 15pt} % the scaled down (x-axis) version +\hyphenchar\itxgujf=-1 % disable hyphenation using this font + +#gujaratiifm=itxguj.ifm +#gujaratifont=\itxgujf + +\begin{document} + +\footnotetext[0]{Last modification: \today} + +\centerline{\bf Transliteration Map} +\medskip +\centerline{\LARGE\bf ItxGuj Gujarati font} +\bigskip +\centerline{\bf itrans} +\smallskip +\centerline{\bf \copyright 1996--1998 Avinash Chopde} + +\section{Fonts Available} + +\subsection{\TeX\ Interface} + +The gujarati font is called {\em ItxGuj}, and its PostScript specification +is in the file {\em itxguj.pfa} or {\em itxguj.pfb}. +It is a user-defined Type I PostScript font. +Four styles, transformations on the basic ItxGuj font, +are bundled with the itrans package. +Their names (in the \TeX\ interface) are itxguj, itxgujo, itxgujrc, and +itxgujre. + +\begin{description} +\item [itxguj] This is the basic gujarati font. There are some other fonts +available, derived by transforming this font. +\item [itxgujo] This is the slanted version of {\em itxguj}. +\item [itxgujrc] A scaled down, compressed version +(along the x-axis) of the basic font is available as {\em itxgujrc}. +\item[itxgujre] This is heavier than {\em itxguj}, to be used as a bold version. +\end{description} + +Since these are PostScript fonts, you can use them at any font size in +your document. +In this document the following line was used for +loading the font: + +\noindent\verb=\newfont{\itxgujf}{itxguj at 15pt}=. + +Even though this document has been typeset using a 11 point size, the +gujarati font is loaded in at 15 point size. +This is just to emphasize the gujarati characters. +Normally, I would suggest loading in the font at 15-20\% greater size than +the other text in the document. +So, if your document is being typeset at 11 point, load in the gujarati +fonts using a 13 point size. +Of course, this relation of size is important only if you wish to mix +english and gujarati in the same document. +In any case, go wild, experiment with various font sizes. +Since the characters are described as outlines in bezier curve form, +smaller point sizes do not look too good on a 300dpi output device, the +larger font size makes the shapes look better in print. + +\subsection{Direct Textual Interface: HTML Output} + +This mode is provided for generating text that can be displayed +on any WWW browser such as Netscape (version 3.0 or later). +See the example file provided (ITRANS/doc/s1html.itx) on examples +of how to use this mode. +See the manual idoc.itx for information on the Direct Text Output mode +of ITRANS. + +The same IFM file is used for this mode as for the \TeX\ interface. + +\subsection{Direct Textual Interface: PostScript Output} + +This interface does not offer any word-processing capabilities other +than that of checking when a page is complete, and then +resetting the current point to the top of the next page. +Thus, all spaces, lines, etc from the input text appear +in the output too. + +The user may also directly invoke +PostScript commands to create various versions of the font, as required. +Refer to PostScript language manuals for specific help regarding the +PostScript font manipulation commands. +If you decide to go this route, take a look at the file {\em itrans.pro}, +it is the prologue that gets sent to the printer. +It contains definitions of various commands such as {\em normalfont}, +{\em slantfont}, {\em compressedfont}, etc, which may be used to change +the font being used. +These PostScript functions take a single argument:~the font size to use. +All this and more information can be obtained from the prologue file, {\em +itrans.pro}, and PostScript users should take a look at it. +For example usage, look through the sample input files provided. +Files ending in {\em .ips} are the direct PostScript input files, itrans +(with the -P option) directly produces PostScript output for these files. + +The file {\em itxguj.pfb} contains the PostScript +language program for this gujarati font. + +\section{ITRANS Usage} + +The IFM file is called {\em itxguj.ifm}, and the user needs to load this +in the input file for ITRANS. +The user manual for ITRANS, idoc.itx, has more information on how to use +ITRANS. + +\subsection{Font Developer} + +This font has been developed by Shrikrishna Patil, who has been +developing fonts for over a decade now. He has been extremely generous to +all of us users of ITRANS, and has offered us two freeware fonts: +one for Gujarati (ItxGuj), and one for Bengali (ItxBeng). +I am thankful to him for this +gift! If any one using this ITRANS package finds the need for +fonts for Microsoft Windows +or Apple Macintosh platforms, feel free to contact Patil at his e-mail +address {\em sapatil@aol.com}. His fonts are available at very +reasonable costs, around US\$50 to US\$100 depending on the font. + +\subsection{IFM File Creator} + +I would like to thank Prakash Trivedi ({\em prakash@aero.odu.edu}), +who undertook the complex task of creating the IFM file for ItxGuj! +This is the first time anyone else (other than me) has ventured to try +to create a IFM file, and Prakash Trivedi not only attempted it, he also +managed to substantially complete the task! +This was a great help to me since last year (1995) I could not +devote much time to ITRANS development, and with his initial work, it was +very easy for me to complete the IFM file, and so today, ITRANS supports +Gujarati. + +\subsection{Author} + +\noindent +ITRANS has been developed by Avinash Chopde. \\ +E-mail: +\htmladdnormallink{\texttt{avinash@acm.org}}{mailto:avinash@acm.org}. \\ +Home page: +\htmladdnormallink{\texttt{http://www.aczone.com/}}{http://www.aczone.com/} + +\section{Transliteration Map and Examples} + +The following pages display the transliteration code for Gujarati, and a +few examples. (Note that some of the example words used may not be any +real Gujarati words! I don't know Gujarati very well, so I chose a mix of +Marathi, Hindi, English, and Gujarati words!). + +\bigskip +\hrule +%------------------------------------------------------------------- +\begin{htmlonly} +\section{Gujarati Table} +\end{htmlonly} + +\begin{table}[hp] +\begin{center} +\begin{tabular}{c@{\hspace{1in}}c@{\hspace{1in}}c} +% --- first col is vowels inside a tabular +\begin{makeimage} +\begin{tabular}{|c|c|} +\multicolumn{2}{c}{Vowels} \\ +\hline +{#gujarati a #endgujarati} & {\tt a} \\ \hline +{#gujarati aa #endgujarati} & {\tt aa {\it or} A} \\ \hline +{#gujarati i #endgujarati} & {\tt i} \\ \hline +{#gujarati ii #endgujarati} & {\tt ii {\it or} I} \\ \hline +{#gujarati u #endgujarati} & {\tt u} \\ \hline +{#gujarati uu #endgujarati} & {\tt uu {\it or} U} \\ \hline +{#gujarati R^i #endgujarati} & {\tt RRi {\it or} R\char`^i} \\ \hline +{#gujarati e #endgujarati} & {\tt e} \\ \hline +{#gujarati ai #endgujarati} & {\tt ai} \\ \hline +{#gujarati o #endgujarati} & {\tt o} \\ \hline +{#gujarati au #endgujarati} & {\tt au} \\ \hline +{#gujarati aM #endgujarati} & {\tt {\it a}M} \\ \hline +{#gujarati aH #endgujarati} & {\tt {\it a}H} \\ \hline +\multicolumn{2}{c}{} \\ +\multicolumn{2}{c}{} \\ +\multicolumn{2}{c}{Digits} \\ +{#gujarati 0 #endgujarati} & {\tt 0} \\ \hline +{#gujarati 1 #endgujarati} & {\tt 1} \\ \hline +{#gujarati 2 #endgujarati} & {\tt 2} \\ \hline +{#gujarati 3 #endgujarati} & {\tt 3} \\ \hline +{#gujarati 4 #endgujarati} & {\tt 4} \\ \hline +{#gujarati 5 #endgujarati} & {\tt 5} \\ \hline +{#gujarati 6 #endgujarati} & {\tt 6} \\ \hline +{#gujarati 7 #endgujarati} & {\tt 7} \\ \hline +{#gujarati 8 #endgujarati} & {\tt 8} \\ \hline +{#gujarati 9 #endgujarati} & {\tt 9} \\ \hline +\end{tabular} +\end{makeimage} +% --- end first col +& +% --- second col is consonants +\begin{makeimage} +\begin{tabular}{|c|c|} +\multicolumn{2}{c}{Consonants} \\ +\hline +{#gujarati ka #endgujarati} & {\tt k{\it a}} \\ \hline +{#gujarati kha #endgujarati} & {\tt kh{\it a}} \\ \hline +{#gujarati ga #endgujarati} & {\tt g{\it a}} \\ \hline +{#gujarati gha #endgujarati} & {\tt gh{\it a}} \\ \hline +{#gujarati cha #endgujarati} & {\tt ch{\it a}} \\ \hline +{#gujarati Cha #endgujarati} & {\tt Ch{\it a or} chh{\it a}} \\ \hline +{#gujarati ja #endgujarati} & {\tt j{\it a}} \\ \hline +{#gujarati jha #endgujarati} & {\tt jh{\it a}} \\ \hline +{#gujarati Ta #endgujarati} & {\tt T{\it a}} \\ \hline +{#gujarati Tha #endgujarati} & {\tt Th{\it a}} \\ \hline +{#gujarati Da #endgujarati} & {\tt D{\it a}} \\ \hline +{#gujarati Dha #endgujarati} & {\tt Dh{\it a}} \\ \hline +{#gujarati Na #endgujarati} & {\tt N{\it a}} \\ \hline +{#gujarati ta #endgujarati} & {\tt t{\it a}} \\ \hline +{#gujarati tha #endgujarati} & {\tt th{\it a}} \\ \hline +{#gujarati da #endgujarati} & {\tt d{\it a}} \\ \hline +{#gujarati dha #endgujarati} & {\tt dh{\it a}} \\ \hline +{#gujarati na #endgujarati} & {\tt n{\it a}} \\ \hline +{#gujarati pa #endgujarati} & {\tt p{\it a}} \\ \hline +{#gujarati pha #endgujarati} & {\tt ph{\it a}} \\ \hline +{#gujarati ba #endgujarati} & {\tt b{\it a}} \\ \hline +{#gujarati bha #endgujarati} & {\tt bh{\it a}} \\ \hline +{#gujarati ma #endgujarati} & {\tt m{\it a}} \\ \hline +{#gujarati ya #endgujarati} & {\tt y{\it a}} \\ \hline +{#gujarati ra #endgujarati} & {\tt r{\it a}} \\ \hline +{#gujarati la #endgujarati} & {\tt l{\it a}} \\ \hline +{#gujarati va #endgujarati} & {\tt v{\it a or} w{\it a}} \\ \hline +{#gujarati sha #endgujarati} & {\tt sh{\it a}} \\ \hline +{#gujarati Sha #endgujarati} & {\tt Sh{\it a or} shh{\it a}} \\ \hline +{#gujarati sa #endgujarati} & {\tt s{\it a}} \\ \hline +{#gujarati ha #endgujarati} & {\tt h{\it a}} \\ \hline +{#gujarati lda #endgujarati} & {\tt ld{\it a or} L{\it a}} \\ \hline +{#gujarati kSha #endgujarati} & {\tt kSh{\it a or} x{\it a}} \\ \hline +{#gujarati j~na #endgujarati} & {\tt j\char`~n{\it a or} GY{\it a}} \\ \hline +\end{tabular} +\end{makeimage} +% --- end second col +& +% --- third col of specials/accents inside a tabular +\begin{makeimage} +\begin{tabular}{|c|c|} +\multicolumn{2}{c}{Specials/Accents} \\ +\hline +{#gujarati Rga #endgujarati} & {\tt R{\it ga}} \\ \hline +{#gujarati rga #endgujarati} & {\tt rga {\it or} {\it ga}\char`^r} \\ \hline +{#gujarati ga.n #endgujarati} & {\tt {\it ga}.n} \\ \hline +{#gujarati aa.c #endgujarati} & {\tt {\it aa}.c} \\ \hline +{#gujarati Da.N #endgujarati} & {\tt {\it Da}.N} \\ \hline +{#gujarati D.h #endgujarati} & {\tt {\it D}.h} \\ \hline +{#gujarati duH #endgujarati} & {\tt {\it du}H} \\ \hline +{#gujarati AUM #endgujarati} & {\tt AUM} or {\tt OM} \\ \hline +\end{tabular} +\end{makeimage} +\\ +\end{tabular} % end the larger tabular encompassing all four tables +\hfill +\\ +\end{center} +\caption {\bf ITRANS: Gujarati to English Transliteration Table.} +\label{ienc} +\end{table} + +%------------------------------------------------------------------- +\begin{htmlonly} +\section{Gujarati Examples} +\end{htmlonly} + +\begin{table}[hp] +\vspace*{-1.25in} +\hspace*{0in}\mbox{\vbox{ +\begin{center} +\begin{makeimage} +\begin{tabular}{|c|c|} +\hline +{#gujarati ka kaa ki kii ku kuu #endgujarati} +& {\tt ka kaa ki kii ku kuu} \\ \hline +{#gujarati sa saa si sii su suu #endgujarati} +& {\tt sa saa si sii su suu} \\ \hline +{#gujarati khRRi khe khai khaM khaH kha.c kha.N #endgujarati} +& {\tt khRRi khe khai khaM khaH kha.c kha.N} \\ \hline +{#gujarati De Dai DaM DaH Da.c Da.N #endgujarati} +& {\tt De Dai DaM DaH Da.c Da.N} \\ \hline +\end{tabular} +\end{makeimage} +\\ +\vspace{0.1in} +{Sample Letters} +\smallskip +\\ +\begin{makeimage} +\begin{tabular}{|c|c|} +\hline +{#gujarati bhaagya #endgujarati} & {\tt bhaagya} \\ \hline +{#gujarati raajya #endgujarati} & {\tt raajya} \\ \hline +{#gujarati vidyaa #endgujarati} & {\tt vidyaa} \\ \hline +{#gujarati shishhya #endgujarati} & {\tt shishhya} \\ \hline +{#gujarati mukhya #endgujarati} & {\tt mukhya} \\ \hline +{#gujarati gaaDyaa #endgujarati} & {\tt gaaDyaa} \\ \hline +{#gujarati tyaag #endgujarati} & {\tt tyaag} \\ \hline +{#gujarati dhyaan #endgujarati} & {\tt dhyaan} \\ \hline +{#gujarati nyaay #endgujarati} & {\tt nyaay} \\ \hline +{#gujarati shyaam #endgujarati} & {\tt shyaam} \\ \hline +{#gujarati jyot #endgujarati} & {\tt jyot} \\ \hline +{#gujarati manushhy #endgujarati} & {\tt manushhy} \\ \hline +{#gujarati chaa.ndaNyaa #endgujarati} & {\tt chaa.ndaNyaa} \\ \hline +{#gujarati abhyaas #endgujarati} & {\tt abhyaas} \\ \hline +{#gujarati kalyaaN #endgujarati} & {\tt kalyaaN} \\ \hline +{#gujarati ghaDyaald #endgujarati} & {\tt ghaDyaald} \\ \hline +{#gujarati kachchaa #endgujarati} & {\tt kachchaa} \\ \hline +{#gujarati khaDDaa #endgujarati} & {\tt khaDDaa} \\ \hline +{#gujarati khaD.hDaa #endgujarati} & {\tt khaD.hDaa} \\ \hline +{#gujarati gaThThaa #endgujarati} & {\tt gaThThaa} \\ \hline +{#gujarati dhakkaa #endgujarati} & {\tt dhakkaa} \\ \hline +{#gujarati pattaa #endgujarati} & {\tt pattaa} \\ \hline +{#gujarati tippat #endgujarati} & {\tt tippat} \\ \hline +{#gujarati pannaas #endgujarati} & {\tt pannaas} \\ \hline +{#gujarati sajjan #endgujarati} & {\tt sajjan} \\ \hline +{#gujarati pustak #endgujarati} & {\tt pustak} \\ \hline +\end{tabular} +\end{makeimage} +\hspace{0.75in} +\begin{makeimage} +\begin{tabular}{|c|c|} +\hline +{#gujarati kasturii #endgujarati} & {\tt kasturii} \\ \hline +{#gujarati naastik #endgujarati} & {\tt naastik} \\ \hline +{#gujarati praapt #endgujarati} & {\tt praapt} \\ \hline +{#gujarati swata.ntr #endgujarati} & {\tt swata.ntr} \\ \hline +{#gujarati svaata.ntry #endgujarati} & {\tt svaata.ntry} \\ \hline +{#gujarati dhvanii #endgujarati} & {\tt dhvanii} \\ \hline +{#gujarati goshhT #endgujarati} & {\tt goshhT} \\ \hline +{#gujarati yuddh #endgujarati} & {\tt yuddh} \\ \hline +{#gujarati yud.hdh #endgujarati} & {\tt yud.hdh} \\ \hline +{#gujarati pashchim #endgujarati} & {\tt pashchim} \\ \hline +{#gujarati phakt #endgujarati} & {\tt phakt} \\ \hline +{#gujarati tarhaa #endgujarati} & {\tt tarhaa} \\ \hline +{#gujarati artha #endgujarati} & {\tt artha} \\ \hline +{#gujarati kartaa #endgujarati} & {\tt kartaa} \\ \hline +{#gujarati gardii #endgujarati} & {\tt gardii} \\ \hline +{#gujarati nirNay #endgujarati} & {\tt nirNay} \\ \hline +{#gujarati patra #endgujarati} & {\tt patra} \\ \hline +{#gujarati trikoN #endgujarati} & {\tt trikoN} \\ \hline +{#gujarati shraavaN #endgujarati} & {\tt shraavaN} \\ \hline +{#gujarati aashram #endgujarati} & {\tt aashram} \\ \hline +{#gujarati shushruushhaa #endgujarati} & {\tt shushruushhaa} \\ \hline +{#gujarati gra.nth #endgujarati} & {\tt gra.nth} \\ \hline +{#gujarati prajaa #endgujarati} & {\tt prajaa} \\ \hline +{#gujarati draakShe #endgujarati} & {\tt draakShe} \\ \hline +{#gujarati gRRihasth #endgujarati} & {\tt gRRihasth} \\ \hline +{#gujarati prakR^itii #endgujarati} & {\tt prakR\char`^itii} \\ \hline +\end{tabular} +\end{makeimage} +\\ +\medskip +{Sample Words} +\\ +\end{center} +}} % end hbox and vbox +\caption {\bf Examples} +\end{table} + +\begin{table} +\vspace*{-1.25in} +\begin{center} +\begin{makeimage} +\begin{tabular}{|c|c|} +\hline +{#gujarati shubhra #endgujarati} & {\tt shubhra} \\ \hline +{#gujarati sahastra #endgujarati} & {\tt sahastra} \\ \hline +{#gujarati kriiDaa #endgujarati} & {\tt kriiDaa} \\ \hline +{#gujarati svachchh #endgujarati} & {\tt svachchh} \\ \hline +{#gujarati svaruup #endgujarati} & {\tt svaruup} \\ \hline +{#gujarati Trak #endgujarati} & {\tt Trak} \\ \hline +{#gujarati aamhii #endgujarati} & {\tt aamhii} \\ \hline +{#gujarati chaturthii #endgujarati} & {\tt chaturthii} \\ \hline +{#gujarati RRituu #endgujarati} & {\tt RRituu} \\ \hline +{#gujarati aa.cktobar #endgujarati} & {\tt aa.cktobar} \\ \hline +{#gujarati novhe.nbar #endgujarati} & {\tt novhe.nbar} \\ \hline +{#gujarati gra.cm #endgujarati} & {\tt gra.cm} \\ \hline +{#gujarati uu.Nchaa #endgujarati} & {\tt uu.Nchaa} \\ \hline +{#gujarati bailagaaDii #endgujarati} & {\tt bailagaaDii} \\ \hline +{#gujarati gurudvaaraa #endgujarati} & {\tt gurudvaaraa}\\ \hline +{#gujarati gurud.hvaaraa #endgujarati} & {\tt gurud.hvaaraa}\\ \hline +{#gujarati niraaldyaa #endgujarati} & {\tt niraaldyaa} \\ \hline +{#gujarati GYaan #endgujarati} & {\tt GYaan} \\ \hline +{#gujarati meka.cnik #endgujarati} & {\tt meka.cnik} \\ \hline +{#gujarati mhais #endgujarati} & {\tt mhais} \\ \hline +{#gujarati deNaaryaa #endgujarati} & {\tt deNaaryaa} \\ \hline +{#gujarati pratishhThaa #endgujarati} & {\tt pratishhThaa} \\ \hline +{#gujarati itihaas #endgujarati} & {\tt itihaas} \\ \hline +{#gujarati aasthaabaddh #endgujarati} & {\tt aasthaabaddh} \\ \hline +{#gujarati a.ntarraashhTriiy #endgujarati} & {\tt a.ntarraashhTriiy} \\ \hline +\end{tabular} +\end{makeimage} +\end{center} +\smallskip +\caption {\bf Examples} +\end{table} + +\end{document} diff -Nru texlive-lang-2007.dfsg.4/texmf-dist/doc/fonts/itrans/icsx.itx texlive-lang-2009/texmf-dist/doc/fonts/itrans/icsx.itx --- texlive-lang-2007.dfsg.4/texmf-dist/doc/fonts/itrans/icsx.itx 1970-01-01 01:00:00.000000000 +0100 +++ texlive-lang-2009/texmf-dist/doc/fonts/itrans/icsx.itx 2006-01-09 00:47:01.000000000 +0000 @@ -0,0 +1,395 @@ +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% CS/CSX Encoding User Doc for ITRANS (Version 4.00 and above) +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +\documentclass[11pt]{article} +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +\usepackage[preprocess]{itrans} % Ross Moore's extensions to latex2html + +\usepackage{html} % from standard latex2html package + % if you do not have html.sty in your machine, change the html to + % htmlstub (htmlstub.sty is included in the ITRANS/lib directory) +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +#useshortmarkers % ITRANS command. Allows me to use ## + % instead of #indian and #endindian + % June '98: changed all ## to #indian, to allow + % the use of Ross Moore's latex2html ITRANS + % extensions. + +#usecsx % ITRANS command. Accept CS/CSX encoded text. +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% -- devanagari +#hindiifm=dvng.ifm % ITRANS command +#hindifont=\fransdvng % ITRANS command: argument specifies use of + % Frans's font, fransdvng is a command defined + % in idevn.tex (itrans.sty loads this) + +%begin{latexonly} +\let\usedvng=\largedvng % override the default size (normaldvng) +%end{latexonly} + +% -- telugu +\newfont{\tlg}{tel18} +\hyphenchar\tlg=-1 % disable hyphenation using this font + +#teluguifm=tlgutx.ifm +#telugufont=\tlg +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +\portraitpage % from itrans.sty/idevn.tex (also: \landscapepage) +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +\def\diatop[#1|#2]{{\setbox1=\hbox{{#1{}}}\setbox2=\hbox{{#2{}}}% + \dimen0=\ifdim\wd1>\wd2\wd1\else\wd2\fi% + \dimen1=\ht2\advance\dimen1by-1ex% + \setbox1=\hbox to1\dimen0{\hss#1\hss}% + \rlap{\raise1\dimen1\box1}% + \hbox to1\dimen0{\hss#2\hss}}}% +%e.g. of use: \diatop[\'|{\=o}] gives u macron acute + +\begin{document} + +\footnotetext[0]{Last modification: \today} + +\centerline{\bf Transliteration Map} +\medskip +\centerline{\LARGE\bf CS/CSX Encoding} +\medskip +\centerline{\bf itrans} +\smallskip +\centerline{\bf \copyright 1994--1998 Avinash Chopde} + +\section{CS/CSX Encoding} + +During the 8th World Sanskrit Conference, Vienna 1990, a panel +was held to discuss the standardization of Sanskrit for +electronic data transfer. +Dominik Wujastyk presented a paper, titled ``Standardization of Sanskrit for +Electronic Data Transfer and Screen Representation,'' which outlines the +Classical Sanskrit and Classical Sanskrit Extended Encoding. +The original paper is available in a .zip archive, named ``iass.zip''. +Use archie to locate FTP sites that store iass.zip, if you need the original +paper, as of this writing, it was available at: +{\verb= ftp.bcc.ac.uk:/pub/users/ucgadkw/indology=}. + +{\sc itrans} now supports CS/CSX, in a limited form. + +To turn on recognition of CS/CSX encoded text, use this command before +the CS encoded text: + +{\tt \char35 usecsx} + +If necessary, you can turn off recognition of CS/CSX encoded text (and revert +to ITRANS only encoding), by using this command: + +{\tt \char35 ignorecsx} + +Both +{\tt \char35 usecsx} +and +{\tt \char35 ignorecsx} +apply to the text that follows in the file. + +\subsection{Avoid Capitals or Uppercase Characters} + +CS/CSX is a case-insensitive encoding, both uppercase and lowercase +characters have the same meaning, but ITRANS is case-sensitive. +Thus, an uppercase character in ITRANS is encoded to a different devanagari +character from its lowercase counterpart. + +This means that when you create input text in CSX, do not use uppercase +characters. ITRANS differentiates between lower case and uppercase characters. +For example, entering {\tt la} results in #hindi la#endhindi, but entering +{\tt La} results in a different character: #hindi La#endhindi. + +(If you already have input text that is in CS/CSX encoding and it also uses +uppercase characters, use some text editor or word processor to convert +all the uppercase characters to lowercase. This can be done easily using +the text editors such as emacs, or programs such as {\tt tr} (available +on UNIX machines, and also available for MS-DOS systems).) + +Table~\ref{ienc} provides the complete input encoding +accepted by ITRANS. +Note that technically, this uppercase character limitation +applies only to the ASCII character codes (those +less than 128). CS/CSX character codes over 128 are handled correctly +in ITRANS (by correct, I mean handling them with CS/CSX meanings). +But, it is simpler to just avoid using any uppercase characters at all. +The tables in this document should clarify all this. + +Table~\ref{csx} lists the non-ASCII character codes (128 to 255) +accepted by ITRANS. + +%------------------------------------------------------------------------ +\begin{htmlonly} +\subsection{CS/CSX Table of non-ASCII codes (128 to 255)} +\end{htmlonly} + +% Table 1 +\begin{table}[ht] +\begin{center} +\hspace*{-20pt}\begin{tabular}{cc} +\begin{makeimage} +\begin{tabular}{|c|c|c|} +\hline +devanagari & {\sc cs/csx} char & {\sc cs/csx} char code \\ \hline +{#hindi aa #endhindi} & {\a=a} & {\tt 224} \\ \hline +{#hindi aa #endhindi} & {\a=A} & {\tt 226} \\ \hline +{#hindi uu #endhindi} & {\a=u} & {\tt 229} \\ \hline +{#hindi uu #endhindi} & {\a=U} & {\tt 230} \\ \hline +{#hindi R^i #endhindi} & {\d r} & {\tt 231} \\ \hline +{#hindi R^i #endhindi} & {\d R} & {\tt 232} \\ \hline +{#hindi R^I #endhindi} & {\diatop[\a=|\d r]} & {\tt 233} \\ \hline +{#hindi R^I #endhindi} & {\diatop[\a=|\d R]} & {\tt 234} \\ \hline +{#hindi L^i #endhindi} & {\d l} & {\tt 235} \\ \hline +{#hindi L^i #endhindi} & {\d L} & {\tt 236} \\ \hline +{#hindi L^I #endhindi} & {\diatop[\a=|\d l]} & {\tt 237} \\ \hline +{#hindi L^I #endhindi} & {\diatop[\a=|\d L]} & {\tt 238} \\ \hline +{#hindi ~Na #endhindi} & {\.n} & {\tt 239} \\ \hline +{#hindi ~Na #endhindi} & {\.N} & {\tt 240} \\ \hline +{#hindi ~na #endhindi} & {\~ n} & {\tt 164} \\ \hline +{#hindi Ta #endhindi} & {\d t} & {\tt 241} \\ \hline +{#hindi Ta #endhindi} & {\d T} & {\tt 242} \\ \hline +{#hindi Tha #endhindi} & {\d th} & {\tt 241 + h} \\ \hline +{#hindi Tha #endhindi} & {\d Th} & {\tt 242 + h} \\ \hline +\multicolumn{3}{c}{ } +\end{tabular} +\end{makeimage} +& +\begin{makeimage} +\begin{tabular}{|c|c|c|} +\hline +devanagari & {\sc cs/csx} char & {\sc cs/csx} char code \\ \hline +{#hindi Da #endhindi} & {\d d} & {\tt 243} \\ \hline +{#hindi Da #endhindi} & {\d D} & {\tt 244} \\ \hline +{#hindi Dha #endhindi} & {\d dh} & {\tt 243 + h} \\ \hline +{#hindi Dha #endhindi} & {\d Dh} & {\tt 244 + h} \\ \hline +{#hindi Na #endhindi} & {\d n} & {\tt 245} \\ \hline +{#hindi Na #endhindi} & {\d N} & {\tt 246} \\ \hline +{#hindi sha #endhindi} & {\a's} & {\tt 247} \\ \hline +{#hindi sha #endhindi} & {\a'S} & {\tt 248} \\ \hline +{#hindi shha #endhindi} & {\d s} & {\tt 249} \\ \hline +{#hindi shha #endhindi} & {\d S} & {\tt 250} \\ \hline +{#hindi La #endhindi} & {\b l} & {\tt 215} \\ \hline +{#hindi .n #endhindi} & {\d m} & {\tt 252} \\ \hline +{#hindi .n #endhindi} & {\d M} & {\tt 253} \\ \hline +{#hindi .n #endhindi} & {\. m} & {\tt 167} \\ \hline +{#hindi H #endhindi} & {\d h} & {\tt 254} \\ \hline +{#hindi H #endhindi} & {\d H} & {\tt 255} \\ \hline +{#telugu Ra #endtelugu (telugu)} & {\b r} & {\tt 159} \\ \hline +\end{tabular} +\end{makeimage} +\end{tabular} +\end{center} +\caption {{\bf CS/CSX Mapping} (shows non-ASCII char codes only).} +\label{csx} +\end{table} + +\subsection{Incomplete CS/CSX Support} + +There are many characters in CS/CSX that are currently not mapped by ITRANS, +simply because I do not know what devanagari characters (if any) they +stand for. + +For example, \~ l is present in the CS table, but I don't know what +it represents, so, it is currently unrecognized by ITRANS. +If you find such gaps and know what devanagari or tamil or telugu character +it stands for, please send me e-mail, so that I can include it in the +next release of ITRANS. My e-mail address is available elsewhere in this +document. +Feel free to send me mail on any other issues regarding CS/CSX support +in ITRANS, too. + +\subsection{Breaking the lexical scan in ITRANS} + +ITRANS always matches the largest possible input sequence when scanning +the input. Thus, in devanagari, {\tt sha} will produce #hindi sha #endhindi even when +usecsx is in effect. +If instead you need ITRANS to recognize it as two different consonants, +you should use the lexical scan break character, the underscore. +Thus, typing {\tt s\_ha} will result in #hindi s_ha #endhindi. + +This is a thing to watch out for in all cases where some character has +a multiple letter mapping, and each letter by itself also represents some +other character. +In the above example, {\tt sh} is the two letter map, and both +{\tt s} and {\tt h} represent other characters. + +\section{ITRANS Encoding Accepted along with CS/CSX} + +Even when {\tt \char35usecsx} is in effect, the other ITRANS mappings +are still accepted. +Actually, even without the usecsx command, ITRANS will still accept all +the CS/CSX character codes. The only reason the usecsx command is needed +is to disambiguate the #hindi ca #endhindi and #hindi cha #endhindi characters. ITRANS by default +uses {\tt cha} and {\tt chha} to denote #hindi ca #endhindi and #hindi cha #endhindi, but CS/CSX +uses {\tt ca} and {\tt cha}. To handle this difference, the +{\tt \char35usecsx} command had to be introduced. + +Though this document shows only the Devanagari script, CS/CSX can be used +in ITRANS with every Indic Script that ITRANS supports. +For more details on those languages, consult the documentation for that +specific language. For Devanagari, consult dnvc.itx or dvng.itx, for Tamil, +tamil.itx, for Bengali, beng.itx, for Telugu tlgutx.itx, for Punjabi +pundoc.itx, for Romanized Sanskrit romancsx.itx. + +\subsection{Converting CSX Encoding to ITRANS Encoding} + +Sometimes, it is useful to convert input text from the 8-bit CS/CSX encoding +to the 7-bit ITRANS Encoding (ASCII text). +Many computers still do not have good 8-bit editing tools, and even if +such tools are present, the CS/CSX font may not be available, in which case +editing CSX texts becomes cumbersome. + +To convert input text from CS/CSX encoding to ITRANS encoding, the program +{\bf csx2i} has been provided. It is present in the {\tt src/} directory +of the ITRANS distribution. For x86 MS-DOS compatible machines, an executable +is also provided. Given a file called {\tt input.csx} which contains +text in CS/CSX encoding, to convert it to ITRANS encoding in a file called +{\tt output}, run it like this: + +{\tt csx2i < input.csx > output} + +C-source code to csx2i is provided, in file csx2i.c, and it should compile +easily on every platform. + +Once the file {\tt output} is checked over for manual corrections, you +can embed that text in between ITRANS commands, and process it like any +other ITRANS input file. + +\vfill + +\subsection{Author} + +\noindent +ITRANS has been developed by Avinash Chopde. \\ +E-mail: +\htmladdnormallink{\texttt{avinash@acm.org}}{mailto:avinash@acm.org}. \\ +Home page: +\htmladdnormallink{\texttt{http://www.aczone.com/}}{http://www.aczone.com/} + +\bigskip +\hrule +%------------------------------------------------------------------- +\begin{htmlonly} +\section{Devanagari Table} +\end{htmlonly} + +\begin{table}[hp] +\begin{center} +\begin{tabular}{c@{\hspace{1in}}c@{\hspace{1in}}c} +% --- first col is vowels inside a tabular +\begin{makeimage} +\begin{tabular}{|c|c|} +\multicolumn{2}{c}{Vowels} \\ +\hline +{#hindi a #endhindi} & {\tt a} \\ \hline +{#hindi aa #endhindi} & {\tt aa {\it or} A} \\ \hline +{#hindi i #endhindi} & {\tt i} \\ \hline +{#hindi ii #endhindi} & {\tt ii {\it or} I} \\ \hline +{#hindi u #endhindi} & {\tt u} \\ \hline +{#hindi uu #endhindi} & {\tt uu {\it or} U} \\ \hline +{#hindi R^i #endhindi} & {\tt RRi {\it or} R\char`^i} \\ \hline +{#hindi R^I #endhindi} & {\tt RRI {\it or} R\char`^I} \\ \hline +{#hindi L^i #endhindi} & {\tt LLi {\it or} L\char`^i} \\ \hline +{#hindi L^I #endhindi} & {\tt LLI {\it or} L\char`^I} \\ \hline +{#hindi e #endhindi} & {\tt e} \\ \hline +{#hindi ai #endhindi} & {\tt ai} \\ \hline +{#hindi o #endhindi} & {\tt o} \\ \hline +{#hindi au #endhindi} & {\tt au} \\ \hline +{#hindi aM #endhindi} & {\tt {\it a}M} \\ \hline +{#hindi aH #endhindi} & {\tt {\it a}H} \\ \hline +\multicolumn{2}{c}{} \\ +\multicolumn{2}{c}{} \\ +\multicolumn{2}{c}{Digits} \\ +\hline +{#hindi 0 #endhindi} & {\tt 0} \\ \hline +{#hindi 1 #endhindi} & {\tt 1} \\ \hline +{#hindi 2 #endhindi} & {\tt 2} \\ \hline +{#hindi 3 #endhindi} & {\tt 3} \\ \hline +{#hindi 4 #endhindi} & {\tt 4} \\ \hline +{#hindi 5 #endhindi} & {\tt 5} \\ \hline +{#hindi 6 #endhindi} & {\tt 6} \\ \hline +{#hindi 7 #endhindi} & {\tt 7} \\ \hline +{#hindi 8 #endhindi} & {\tt 8} \\ \hline +{#hindi 9 #endhindi} & {\tt 9} \\ \hline +\end{tabular} +\end{makeimage} +% --- end first col +& +% --- second col is consonants +\begin{makeimage} +\begin{tabular}{|c|c|} +\multicolumn{2}{c}{Consonants} \\ +\hline +{#hindi ka #endhindi} & {\tt k{\it a}} \\ \hline +{#hindi kha #endhindi} & {\tt kh{\it a}} \\ \hline +{#hindi ga #endhindi} & {\tt g{\it a}} \\ \hline +{#hindi gha #endhindi} & {\tt gh{\it a}} \\ \hline +{#hindi ~Na #endhindi} & {\tt \char`~N{\it a or} N\char`^{\it a}} \\ \hline +{#hindi ca #endhindi} & {\tt c{\it a}} \\ \hline +{#hindi cha #endhindi} & {\tt ch{\it a or} chh{\it a}} \\ \hline +{#hindi ja #endhindi} & {\tt j{\it a}} \\ \hline +{#hindi jha #endhindi} & {\tt jh{\it a}} \\ \hline +{#hindi ~na #endhindi} & {\tt \char`~n{\it a or} JN{\it a}} \\ \hline +{#hindi Ta #endhindi} & {\tt T{\it a}} \\ \hline +{#hindi Tha #endhindi} & {\tt Th{\it a}} \\ \hline +{#hindi Da #endhindi} & {\tt D{\it a}} \\ \hline +{#hindi Dha #endhindi} & {\tt Dh{\it a}} \\ \hline +{#hindi Na #endhindi} & {\tt N{\it a}} \\ \hline +{#hindi ta #endhindi} & {\tt t{\it a}} \\ \hline +{#hindi tha #endhindi} & {\tt th{\it a}} \\ \hline +{#hindi da #endhindi} & {\tt d{\it a}} \\ \hline +{#hindi dha #endhindi} & {\tt dh{\it a}} \\ \hline +{#hindi na #endhindi} & {\tt n{\it a}} \\ \hline +{#hindi pa #endhindi} & {\tt p{\it a}} \\ \hline +{#hindi pha #endhindi} & {\tt ph{\it a}} \\ \hline +{#hindi ba #endhindi} & {\tt b{\it a}} \\ \hline +{#hindi bha #endhindi} & {\tt bh{\it a}} \\ \hline +{#hindi ma #endhindi} & {\tt m{\it a}} \\ \hline +{#hindi ya #endhindi} & {\tt y{\it a}} \\ \hline +{#hindi ra #endhindi} & {\tt r{\it a}} \\ \hline +{#hindi la #endhindi} & {\tt l{\it a}} \\ \hline +{#hindi va #endhindi} & {\tt v{\it a or} w{\it a}} \\ \hline +{#hindi sha #endhindi} & {\tt sh{\it a}} \\ \hline +{#hindi Sha #endhindi} & {\tt Sh{\it a or} shh{\it a}} \\ \hline +{#hindi sa #endhindi} & {\tt s{\it a}} \\ \hline +{#hindi ha #endhindi} & {\tt h{\it a}} \\ \hline +{#hindi La #endhindi} & {\tt ld{\it a or} L{\it a}} \\ \hline +{#hindi kSha #endhindi} & {\tt kSh{\it a or} x{\it a}} \\ \hline +{#hindi j~na #endhindi} & {\tt j\char`~n{\it a or} GY{\it a}} \\ \hline +\end{tabular} +\end{makeimage} +% --- end second col +& +% --- third col of specials/accents inside a tabular +\begin{makeimage} +\begin{tabular}{|c|c|} +\multicolumn{2}{c}{Specials/Accents} \\ +\hline +{#hindi qa #endhindi} & {\tt q{\it a}} \\ \hline +{#hindi Ka #endhindi} & {\tt K{\it a}} \\ \hline +{#hindi Ga #endhindi} & {\tt G{\it a}} \\ \hline +{#hindi za #endhindi} & {\tt J{\it a or} z{\it a}} \\ \hline +{#hindi fa #endhindi} & {\tt f{\it a}} \\ \hline +{#hindi .Da #endhindi} & {\tt .D{\it a}} \\ \hline +{#hindi .Dha #endhindi} & {\tt .Dh{\it a}} \\ \hline +{#hindi AUM #endhindi} & {\tt AUM} or {\tt OM} \\ \hline +{#hindi Rga #endhindi} & {\tt R{\it ga}} \\ \hline +{#hindi rga #endhindi} & {\tt rga {\it or} {\it ga}\char`^r} \\ \hline +{#hindi ga.n #endhindi} & {\tt {\it ga}.n} \\ \hline +{#hindi aa.c #endhindi} & {\tt {\it aa}.c} \\ \hline +{#hindi Da.N #endhindi} & {\tt {\it Da}.N} \\ \hline +{#hindi D.h #endhindi} & {\tt {\it D}.h} \\ \hline +{#hindi duH #endhindi} & {\tt {\it du}H} \\ \hline +{#hindi .a #endhindi} & {\tt .a} \\ \hline +\end{tabular} +\end{makeimage} +\\ +\end{tabular} % end the larger tabular encompassing all four tables +\hfill +\\ +\end{center} +\caption {{\bf ITRANS: Devanagari to English with \char35usecsx} (in addition to Table 1).} +\label{ienc} +\end{table} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +\end{document} diff -Nru texlive-lang-2007.dfsg.4/texmf-dist/doc/fonts/itrans/idoc.itx texlive-lang-2009/texmf-dist/doc/fonts/itrans/idoc.itx --- texlive-lang-2007.dfsg.4/texmf-dist/doc/fonts/itrans/idoc.itx 1970-01-01 01:00:00.000000000 +0100 +++ texlive-lang-2009/texmf-dist/doc/fonts/itrans/idoc.itx 2006-01-09 00:47:01.000000000 +0000 @@ -0,0 +1,1015 @@ +\documentclass[11pt]{article} + +\usepackage[preprocess]{itrans} % Ross Moore's extensions to latext2html + +\usepackage{html} % from standard latex2html package + % if you do not have html.sty in your machine, change the html.sty to + % htmlstub.sty (htmlstub.sty is included in the ITRANS/lib directory) + +% The General User Documentation for the Itrans Package + +\portraitpage % defined in itrans.sty (idevn.tex), get a larger page size + +\renewcommand{\arraystretch}{1.25} +\newcommand{\rarrow}{\mbox{---\hspace{-8pt}$>$}} +\newcommand{\IC}{\char35include=} +\newcommand{\SM}{\char35marathi} +\newcommand{\EM}{\char35endmarathi} +\newcommand{\MI}{\char35marathiifm=dvnc} +\newcommand{\MFN}{\char35marathifont=\char92devnf} + +\newfont{\devnf}{dnh at 15pt} +%\newfont{\devnf}{dnho at 15pt} % the oblique version +%\newfont{\devnf}{dnhrc at 15pt} % the scaled down (x-axis) version +\hyphenchar\devnf=-1 % disable hyphenation using this font + +#marathiifm=dvnc.ifm +#marathifont=\devnf + +\newfont{\tmlb}{wntml12} +\hyphenchar\tmlb=-1 % disable hyphenation using this font + +#tamilifm=wntml.ifm +#tamilfont=\tmlb + +\begin{document} + +\centerline{\LARGE\bf Printing Transliterated} +\medskip +\centerline{\LARGE\bf Indian Language Documents} +\bigskip +\centerline{\LARGE\bf itrans} +\centerline{\tt version 5.30} +\smallskip +\centerline{\bf \copyright 1991--2001 Avinash Chopde} +\smallskip +\centerline{Home page: \htmladdnormallink{\texttt{http://www.aczone.com/itrans/}}{http://www.aczone.com/itrans/}} +\bigskip +\hrule +\bigskip + +\footnotetext[0]{Last modification: \today} + +This software is a pre-processor, it converts input representing +Indic Text to the actual Indian Language Script, for printout or +for display on Web pages. +The input is uses English letters, so it can be created +using any simple text editor. + +This document describes the use of the program {\em +itrans}, which may be used to generate Devanagari, Tamil, Bengali, +Telugu, Gujarati, Kannada, Punjabi (Gurmukhi), or Romanized Sanskrit +output from input in an english transliterated form. + +Many examples of ITRANS use are available on the web, +archives for different purposes are available. +One such project is a collection of Hindi Film Song Lyrics; another +project is a collection of Sanskrit documents. +There are also tools on the Web that make it much easier to use ITRANS - +you can use ITRANS over e-mail, or use your WWW Browser to type ITRANS +text, etc. +Links to many such sites are available through the ITRANS home page at +and you can also use +WWW search tools (use the keywords \verb=ITRANS= and \verb=indian=) to +search the Web. + +\section{{\em itrans} Mechanism} + +{\em itrans} +works by assigning every Indian language letter an english equivalent. +Transliteration tables mapping devanagari or tamil or telugu, etc. +characters into english +equivalents are provided in the reference documents for each language, +all of which are described in following sections of this document. + +{\em itrans} scans the input text for consonants, vowels, and special +forms. +Consonants suffixed with vowel codes create a complete composite +character. A consonant may be suffixed with one or more consonants to +create ligature forms. +All this transliteration is automatically handled, and appropriate Indian +language characters are produced. +If ligatures exist for a particular combination of +consonants, they will be used automatically. +If a ligature does not exist for some combination of the consonants, +half-forms of the consonants will be used. +The user can also override the ligature mechanism so that even if a +ligature exists, the half forms of consonants will be used. +Some languages such as tamil do not have any ligatures, in +that case the appropriate action is taken --- for tamil, a dot is printed +on top of a consonant if it is not followed by a vowel form. + +All these features make itrans an highly customizable and easy-to-use +package. +Even the transliteration map given here is not +mandatory---the user can always edit the lexical source file and +provide whatever mapping desired. + +{\em itrans\/} is just a transliteration/char composition package. +The task of actually placing characters on the page and spacing them +correctly is left to other programs, such as \TeX. +\TeX\ is the preferred interface, but, +other modes are available for direct Text output (suitable for HTML +output or Unicode UTF-8 output). +ITRANS version 5.1 added a new output mode - direct text HTML output - +which allows ITRANS output in certain scripts to be directly viewed on WWW +browsers such as Netscape (version 3.0 or newer). +ITRANS version 5.3 added support for Unicode (UTF-8) output. +These additional modes are available only for certain languages - not all +are supported. Consult the language specific documentation for +supported modes for each font. + +\section{Input Format} + +{\em itrans} makes use of an IFM file --- Indian language font metric +file, which is a ASCII file containing descriptions on how to generate +the Indian language characters from the basic characters available in the +font. + +{\em Sidenote}: This IFM file format is an {\em itrans} specific concept, +it allows +all character composition directives to be loaded in at runtime, making +it easy to support many different Indian languages. +The IFM file is an ASCII text file, and all IFM files end in the suffix +\verb=.ifm=. +% See the technical reference manual, {\em tech.tex}, if you need more +% complete information regarding the IFM file format. + +{\em itrans} scans through the input text, and copies everything to +the output unchanged, except for portions between marker words, +such as {\SM} and {\EM}. +Some eight--ten different marker words are available, see the +section~\ref{markers} for more information. +All english text between these words is mapped into Indian language characters, +based on the transliteration map in the IFM file. + +At the beginning of the input file, the user has to specify the IFM file, +and the name of the \TeX\ or PostScript or HTML command that changes the +font to the Indian language font. +For example, if the IFM file is named dvnc.ifm, and the font is +available through the {\tt \char92devnf} \TeX\ command, the following two lines +should be present in the input file: + +\noindent\MI + +\noindent\MFN + +This also assumes the user will be using the markers \SM\ and \EM, +see~\ref{markers} for all the other language markers and commands. + +Once the above initialization is made, the \SM\ marker then specifies the +beginning of the marathi transliterated text, and makes use of the +specified IFM file (dvnc.ifm). +At that point, {\em itrans} also outputs the command ({\tt\char92devnf}) +specified in the {\tt\char35 marathifont} directive. +This command should change the font to the devanagari font, and may do +other things such as change the baselineskip length, etc. + +Note that both the \TeX\ interface and the Direct Text interface +(both PostScript and direct Text HTML mode) follow identical input +text requirements. +For further examples, see the sample documents provided. +All transliterated files have been given the file extension +{\em .itx}. +[Older ITRANS version also used .ips extensions for direct PostScript +output, but since ITRANS version 5.0, the \verb=\char35 output= command has been +added which allows specifying the output mode in the input file itself.) + +\subsection{The ``\char35include='' command} + +Itrans accepts an ``include'' filename command in the input. +Syntax: + +\noindent +\IC\verb== + +This command can appear anywhere in the input document, and Itrans behaves +as if the contents of that file were actually present at that point in the +document. + +This ``include'' comamnd can be nested in multiple files (to a compiled-in +maximum). + +\subsection{The ``\char35output='' command} + +This command should be the first ITRANS command in any input file, that is, +it should appear before any other \char35$<$command$>$. +It can be used to direct ITRANS to produce kind of output - TeX, or PostScript, +or direct Text HTML output. So, instead of using arguments to ITRANS (such as +-P or -7 or -8 or -U), +users can include this command in the input file itself, making it clear what +the input file is to be used for. +The four valid options for this command are:\\ +\char35output=HTML\_7\\ +\char35output=HTML\_8\\ +\char35output=UTF\_8\\ +\char35output=PostScript\\ +\char35output=TeX + +\subsection{The ``\char35endfont='' command} + +This command is generally of use in HTML output modes only, though if +needed, it could be used in any mode. + +This command allows the user to specify a string that will be echoed to +the output file whenever any +\char35end{\rm $<$language$>$} +is seen. + +For example, it is useful to use this in HTML documents, where every +end of Indic script needs to print out a \texttt{\char`} +command, and +this can be done automatically by specifying: + +\char35endfont=\char` + +This, in conjunction with something like: + +\char35hindifont=\char` + +makes it easy to use ITRANS in HTML output mode. + +Note that there is single \char35endfont command, and it applies to all +language markers. + +\subsection{\char35$<$lang$>$, \char35end$<$lang$>$, and \char35\char35 markers} +\label{markers} + +You can use any of these marker sets to delimit the Indian language text. +The marker names indian/marathi/hindi/tamil do not actually do +anything +by themselves, but make use of the corresponding command names to load in +the IFM file or output the font changing command string. +So, use any one of the sets you feel suits your needs best, each can be +used for every language supported for ITRANS, the marker is just used to +enter ITRANS mode, the actual language is always correctly recognized +based on the IFM file. +Since the marker words are all long, a shorter version of markers is also +available, and the short markers are enabled by default, though it is +possible to turn them off. + +\begin{enumerate} +\item {\tt indian} marker. + +To set the IFM file name: {\tt \char35 indianifm=XXX.ifm} + +To set the font command name: {\tt \char35 indianfont=YYY} + +Start Marker: {\tt \char35 indian} + +End Marker: {\tt \char35 endindian} + +\item {\tt hindi} marker. + +To set the IFM file name: {\tt \char35 hindiifm=XXX.ifm} + +To set the font command name: {\tt \char35 hindifont=YYY} + +Start Marker: {\tt \char35 hindi} + +End Marker: {\tt \char35 endhindi} + +\item {\tt sanskrit}, {\tt marathi}, {\tt tamil}, {\tt telugu}, {\tt bengali}, +{\tt gujarati}, {\tt roman}, {\tt kannada}, {\tt gurmukhi}. + +Just as for hindi and indian, there are markers for all these languages. +Follow above examples, replace {\tt indian} with {\tt $<$language$>$} +as required. + +\item {\tt \#\#} short marker. + +These markers are activated by default. To turn them off, use the +{\tt \char35 ignoreshortmarkers} command. + +\bigskip + +\end{enumerate} + +\subsubsection{``\char35useshortmakers'' and ```\char35ignoreshortmarkers''} + +The short marker is a toggle marker. +When scanning text in non-ITRANS mode (non Indic text), if a short marker +is seen, it implies restoring back +ITRANS processing, using whatever language marker was last encountered. +Then, the next seen short marker implies ITRANS should exit processing of +the indian language text. + +This, if the input text has the following input: + +\bigskip + +{\tt +\char35 hindi \hspace{1in} $<$some text$>$ \hspace{1in} \char35 endhindi + +$<$some more text$>$ + +\char35\char35 \hspace{1in} $<$short marker text$>$ \hspace{1in} \char35\char35 +} + +\bigskip + +then the first short marker seen above will be considered equivalent +to \char35hindi, since that was the last ITRANS marker seen in the text at +that point. + +If the short marker is the first marker seen in the text, i.e., there was +no other ITRANS marker seen until that point, +then the \#\# shortmarker will be taken to +be equivalent to \char35indian. + +\subsection{``\char35usecsx''} + +The CS/CSX input encoding can be accepted along with the ITRANS encoding +when this command is used. See the {\tt icsx.itx} document for more +inforamtion on CS/CSX support in ITRANS. + +\subsection{``\char35endwordvowel=''} + +See the section~\ref{endwordvowel} for info on this command. + +\section{\TeX\ Interface} + +{\em itrans} can accept \TeX\ input and generate \TeX\ output for all +languages for which either a PostScript font description or a Metafont +description is available. + +For example, the {#marathi aa#endmarathi} character in the table +in the document {\em dvnc.itx} was produced by this input text: + +\noindent\verb= {=\SM \verb= aa =\EM\verb=}= + +Thus, the character {\em aa}, when bracketed between {\SM} and +{\EM} produces {#marathi aa#endmarathi}, when the appropriate +IFM file +name and font command name have been set correctly (as mentioned in the +previous section). + +For further examples, see the sample documents provided. +All \TeX\ transliterated files have been given the file extension +{\em .itx}. + +Normally, all english text between the words {\SM} and {\EM} is mapped into +marathi characters, except for any word following a backslash character. +Thus, you can include \TeX\ commands in the transliterated text +portion, the only restriction is that the command should be made up of +letters and numerals only. + +Examples: \verb= \indent or \hskip1in or \kern0.4em,= \verb=etc=. +Note that in the sample documents shown, \TeX\ commands are usually +surrounded by curly braces---they used as scope delimiters only, are not +absolutely necessary, but are recommended. + +\subsection{\TeX\ Requirements} + +To use this pre-processor, you must have the following tools: +\begin{enumerate} + +\item \TeX\ tools, including the capability to output dvi files using +PostScript fonts (if you need to use the devnac devanagari font). +This implies having {\em dvips}, release 5.41 or newer, a program written +by Tomas Rokicki. If you don't have it, see the Frequently-Asked-Questions in +the newsgroup +comp.text.tex for details on how to get hold of {\em dvips}. +Actually, if you only need to use tamil or Frans Velthuis's Devnag font, +or telugu, you don't need a dvi-to-ps converter. +Those fonts are described in Metafont, thus any dvi-to-your-printer +converter will be able to handle it (once you run Metafont and generate +the printer specific files). + +For the IBM PC, the emTeX package includes the {\em dvips} executable. +{\em dvips} for the PC also resides in the SIMTEL archives. + +\item ANSI C compatible compiler, and optionally, the flex and yacc tools. +This program is provided with the source code, and a makefile. +The makefile is specific to my machine, you may have to edit it to +get it working correctly on your machine. +If you do not have an ANSI C compatible compiler, you will have to make +the ``noansi'' object, see the makefile for details; it automatically +de-ansifies all the C sources. +Also, if you need to modify the ilex.l or iyacc.y source files for your +specific needs, you'll need the flex and yacc tools on your system. + +The ITRANS package also contains an executable for MS-DOS machines, thus +for MS-DOS machines, you need not go through the compilation step. + +\end{enumerate} + +\subsection{\LaTeX\ Style Files} + +In ITRANS release 5.2, a new style file was added {\em itrans.sty}. +This is the file created by Ross Moore to allow ITRANS documents to be +processed through latex2html, but this style file is useable for normal +\LaTeX documents also. + +This style file should be loaded with the \verb=\usepackage= command, and there +are many options available with this package. + +\begin{description} + +\item[preprocess] This is applicable only when using latex2html, and it +has no effect when running normal \LaTeX. So, it is probably ok to +always use this option even if you never plan on running latex2html. + +\item[devanagari] This will load the \texttt{idevn.tex} file, which has +some macros that are useful for using Devanagari with \TeX. \texttt{idevn.tex} +will actually be loaded even if no option is provided, so the devanagari +option is not really necessary at this time (ITRANS release 5.2). + +\item[telugu] This will load the \texttt{itrnstlg.tex} file, which has +some macros that are useful for generating some special Telugu characters. + +\item[\em other options] itrans.sty has many other options, take at look +at that file to view all of them, but in practice, you may not need to +use any of those options yet. + +\end{description} + +Example lines to load itrans.sty: + +\verb=\usepackage[preprocess]{itrans}}= {\em or} + +\verb=\usepackage[preprocess,telugu]{itrans}}= + +\section{Direct PostScript Output} + +{\em Note: This section is applicable to the PostScript fonts only: +devanagari font {\em devnac}, Gujarati {\em ItxGuj}, +Bengali {\em ItxBeng}, Devanagari {\em Xdvng}, and Romanized Sanskrit +{\em NCS\_CSX}. +The tamil font {\em wntml}, the devanagari font {\em devnag}, +the telugu font {\em tel} and the kannada font {\em kan} +cannot be used for this purpose since they are not PostScript fonts.} + +As mentioned earlier, the Direct PostScript Output +interface is an extremely primitive interface for +printing, but will suffice for printing documents containing only +Indic Script text (no english), and requiring no typesetting features such as +centering, right flush text, etc. +In addition to generating the devanagari characters, this method preserves +the line breaks and spaces in the input text. +So, unlike in the \TeX\ version, which programatically decides where to +break a line, here you have to include a end-of-line in the exact spot +where you desire a new line to start in the output. +And, if you need indented lines, you have to add spaces to simulate +horizontal skips. + +The previous section titled {\em Input Format} applies to this interface, too. +Thus, the user needs to specify the IFM file name, the font command name, +etc before writing text between the Indian language markers such as +\SM\ and \EM. +For further examples, see the sample document provided in the ITRANS +archive, file may be named something like {\verb=s1.ips=}. +The PostScript prologue for itrans is in the file {\em itrans.pro}. +Check the file out, it contains some useful PostScript procedures. + +\subsection{Direct PostScript Output Requirements} + +\begin{enumerate} +\item All that is required is the capability to print PostScript files. +Note that the {\em devnac} font used is a user defined PostScript font +(Type III Font), so the printer (or the RIP used) must be capable of +rendering Type III fonts if you need to use this font. +\end{enumerate} + +\section{Direct Text Output -- for HTML} + +This is a new mode added in release 5.1, which just like the PostScript +mode, does not offer any typesetting functionality. +In fact, this mode is provided for generating text that can be displayed +on any WWW browser such as Netscape (version 3.0 or later). +Not all languages are supported in this mode --- it requires availablity +of a TrueType font, and right now (ITRANS 5.10) the following languages +are supported: Romanized Sanskrit, Gujarati, Bengali, and Devanagari scripts. + +Two types of HTML output are supported: 7-bit ASCII (which uses the +\verb=&#nnn= HTML codes for character codes 127 to 255), and 8-bit +text output (which outputs character codes 127 to 255 directly). +I think 7-bit output should be more portable, but in practice, I found it +to create problems on Macintosh computers, so, I use 8-bit output in the +examples. + +Three platforms have been tested: Unix/X11R6 (Type 1 fonts - \verb=*.pfa= +or \verb=*.pfb=), Macintosh (TrueType - \verb=*.hqx= files), and +Windows (TryeType - \verb=*.ttf=). +All the fonts required are present in the ITRANS/lib/fonts directory of +the ITRANS package, the user has to install the appropriate font on his +or her system to allow viewing of the ITRANS output in the native Indic +Script. + +\subsection{Direct Text (HTML) Output Requirements} + +The font should be available in Type 1 or TrueType format, and must +be usable in regular word-processors (without ITRANS). + +\subsection{HTML Output -- Unicode -- UTF-8} + +ITRANS 5.3 added support for Unicode output using UTF-8 encoding for +the output. + +The UTF-8 text output can be displayed on any Web browser or loaded +into any text editor that can handle UTF-8 text. +To view the text in Indian language scripts requires availability +of an Unicode font, for the specific language. ITRANS does not +come with any Unicode fonts, it is expected that in due time, +there will be freeware Unicode fonts for all Indian languages +available on the Internet. + +\begin{table} +\begin{tabular}{|c|c|} +\hline +Sanskrit/Hindi/Marathi & {\em udvng.ifm} \\ +Gujarati & {\em uguj.ifm} \\ +Bengali & {\em ubeng.ifm} \\ +Tamil & {\em utml.ifm} \\ +Telugu & {\em utel.ifm} \\ +Kannada & {\em ukan.ifm} \\ +Romanized Sanskrit & {\em uroman.ifm} \\ +Gurmukhi & {\em ugur.ifm} \\ +Malayalam & {\em umal.ifm} \\ +Oriya & {\em uoriya.ifm} \\ +\hline +\end{tabular} +\caption {\bf ITRANS: Unicode IFM files.} +\end{table} + +The Oriya and Malayalam scripts are supported through the Unicode +interface only - these scripts are not supported in the \TeX\ or +PostScript interfaces. + +\section{Program Options} + +See the manual page for details regarding the program options need to +be specified to itrans to make it run in the Direct PostScript Output mode +(option -P), or direct Text (HTML) mode (options -7 or -8 or -U). +Without any of these options, the \TeX\ interface is assumed. +Running itrans also requires that the enviornment variable ITRANSPATH +be set correctly: it should contain the list of directories contain +all the {\tt *.ifm}, {\tt *.tfm}, and {\tt *.afm} files that itrans may +need. +Again, the manual page has more details on this. +If at any time itrans prints out a error about some file not found, it +usually implies that ITRANSPATH has to be modified to include the +directory of that file. + +\section{Known Problems} + +\begin{enumerate} + +\item Version 4.00+ {\em itrans} can handle simple comments in the +transliterated text portion of the input file. +\% character begins a comment, the end-of-line terminates a comment. +Handling of comments is not fully coded yet, and has some problems in +that the \% always starts a comment, only exception being when \% is +preceded by a backslash ({\tt\char92}). Of course, there are many other +instances where \% should not begin a comment, those are ignored for now. +(And may be ignored for ever, recognizing comments correctly +would require too much effort.) + +\item In the \TeX\ interface, characters with any non-zero Y offset are +not correctly printed in some cases, when the PostScript font Devnac +is used. +One such case is the da-ra ligature, words +such as {\em draaviiDa} (#marathi draaviiDa#endmarathi). +(Another case is the ha-u form #marathi hu#endmarathi, see how +it is handled in the sample input file nehru.itx.) +Note that it is only in certain cases that the +word is printed incorrectly, in most cases it is handled correctly. +Usually, when the word appears near the end of the line, \TeX\ (or +dvips, but that sounds improbable) +inserts a kern (a glue factor ?) just before the character with a +non-zero Y offset, and the word appears squashed up or pulled apart at +that point. +Have no remedy for this, only workaround is to force a line break before the +problem word, it usually sets everything right. + +I have never encountered this problem when using Frans Velthuis's Devnag +font with the itrans package, therefore this problem is probably related +to the use of PostScript fonts in \TeX. +If you do notice this problem with the Devnag font too, please let me +know. + +\end{enumerate} + +\section{Output Languages Supported} + +\subsection{Devanagari Output} + +Two devanagari fonts are supported. +The bundled in devanagari font is a PostScript font, called {\em devnac}. +{\em devnac} was developed (and is under further development) by Avinash Chopde. +The other font is a Metafont font called {\em devnag} and has been developed by +Frans Velthuis. +More details regarding {\em devnag} can be found in the file {\em +dvng.itx}, more details regarding {\em devnac} can be found in {\em +dvnc.itx}. +Transliteration tables for each language are available in those files, too. + +{\em devnac} is a PostScript Type III font. +This font can be used with both the \TeX\ interface, and the direct +PostScript interface mode of {\em itrans}. + +The font is named {\em dnh} in the \TeX\ interface, and variations are +also available, named {\em dnho}, {\em dnhrc}, {\em dnhre}. +In the direct PostScript interface, the generic font changing commands +{\em normalfont}, {\em slantfont}, {\em compressedfont}, +{\em expandedfont}, etc have to be used. +See the file itrans.pro to get a handle on the workings of the above PostScript +commands. + +This devanagari font tries to be a all-encompassing font, for the hindi, +marathi, and sanskrit languages. + +See the reference document {\em dvnc.itx} for the transliteration map and +example texts. +The IFM file for this font is {\em dvnc.ifm}. + +{\em devnag} is a Metafont font, and thus can only be used with the +\TeX\ interface of {\em itrans}. +This font is supported by {\em itrans} in a limited manner, in that +not all ligatures are available for use. +Many ligatures are archaic, so I've left them out. +Again, the document dvng.itx contains complete details and lists of the +ligatures that are used and that are ignored by itrans. +The IFM file for this font is {\em dvng.ifm}. + +A derivative of the devnag font, called {\em xdvng} is also available, for +use with the direct text HTML output mode of ITRANS. See dvng.itx for more +info on this font. + +\subsection{Tamil Output} + +The tamil font is a Metafont font, and +was created at the +Humanities and Arts Computing Center of the University of Washington, +USA. +The Metafont files for this font are also bundled with the itrans +package. + +This font can only be used with the \TeX\ interface. + +The Metafont descriptions of the font are provided, you can use them to +generate the PK files of any font size desired. +The Metafont programs for three sizes: 10, 12, and 17 point sizes are +provided (wntml10.mf, wntml12.mf, and wntml17.mf, respectively). + +This font was developed at University of Washington, and I would like to +thank them for making the font available as freeware. + +See the reference document {\em tamil.itx} for the transliteration map and +example texts. +The IFM file for this font is {\em wntml.ifm}. + +\subsection{Telugu Output} + +The single font {\em tel} is currently supported. +It is a Metafont font. +This font can only be used with the \TeX\ interface. + +The telugu font is from the TeluguTeX package (which is \copyright +Lakshmi V.S. Mukkavilli, 1991). +This is a Metafont font. + +See the reference document {\em tlgutx.itx} for the transliteration map +and example text. +The IFM file for this font is {\em tlgutx.ifm}. + +\subsection{Bengali Output} + +ITRANS 5.1 added support for the TrueType (and PostScript Type 1) Bengali +font named ItxBeng, and in ITRANS 5.2, Jaijeet Roychowdhury added support +for the Bengali font from the BWTI package + +The IFM file for the ItxBeng font is {\em itxbeng.ifm}, and the IFM file +for the BWTI font is {\tt bnbeng.ifm}. + +The ItxBeng font has been provided by Shrikrishna Patil, while the BWTI +Metafont Bengali font has been developed by Abhijit Das. + +[ITRANS 4.x supported a LaserJet Softfont called SonarGaon, but that has +now been removed from ITRANS.] + +See the file {\em beng.itx} for documentation on both the bengali fonts +supported by ITRANS. + +% very old: +% This font is a PostScript font, and does not have a AFM file, thus, it +% cannot be used with the \TeX\ interface at all---this font is supported +% for the direct text input interface only. +% {\em banglasc} is bundled in with the itrans package, the font is in the +% file named {\em banglasc.ps}. +% +% The user manual for this font is in the file called {\em bnglsc.itx}. +% That file is also a good example of sample input text. +% The IFM file for this font is {\em banglasc.ifm}. +% --------- + +\subsection{Gujarati Output} + +The gujarati font ItxGuj is a PostScript Type 1 font. +and this ItxGuj font has been provided by Shrikrishna Patil. +{\tt itxguj.pfa, itxguj.afm} are the Type 1 PostScript files, and +{\tt itxguj.tfm, itxgujo.tfm, itxgujrc.tfm, itxgujre.tfm} +are the TFM files for use with TeX. +The user manual for this font is in the file {\em gujdoc.itx}. + +The IFM file for this font is {\em itxguj.ifm}. + +\subsection{Kannada Output} + +The single font {\em kan} is currently supported. +It is a Metafont font. +This font can only be used with the \TeX\ interface. + +The Kannada font is from the KannadaTeX package (which has been developed +by G.\ S.\ Jagadeesh and Venkatesh P.\ Gopinath). +This is a Metafont font. + +The IFM file and other support in ITRANS for Kannada was added by +Raghunath K Rao. + +See the reference document {\em kantex.itx} for the transliteration map +and example text. +The IFM file for this font is {\em kantex.ifm}. + +\subsection{Punjabi Output} + +Anshuman Pandey added support in ITRANS for +the Gurmukh{\=\i} Postscript font `Punjabi' ({\tt pun}) (designed by +and copyright Hardip Singh Pannu). + +{\tt pun.pfa, pun.afm} are the Type 1 PostScript files, and +{\tt pun.tfm} is the TFM file for use with TeX. +The user manual for this font is in the file {\em pundoc.itx}. + +The IFM file for this font is {\em pun.ifm}. + +\subsection{Romanized Sanskrit Output} + +The Romanized Sanskrit font NCS\_CSX is a PostScript Type 1 font, +details about this are present in the {\em romancsx.itx} file. + +This font can be used with all three output modes of itrans -- \TeX, +PostScript, or Direct Text Output. +The Direct Text Output requires using the TrueType version of this font. + +The PostScript Type 1 font files are in {\tt ncpr\_\_\_\_.afm},{\tt ncpr\_\_\_\_.pfb}, +{\tt ncpi\_\_\_\_.afm}, {\tt ncpi\_\_\_\_.pfb}. +\TeX\ TFM versions are available in {\tt ncprcsxp.tfm}, {\tt ncpicsxp.tfm}. +TrueType versions are available in +{\tt ncpr\_\_\_\_.ttf}, {\tt ncpi\_\_\_\_.ttf}. + +\section{Usage Hints} + +\subsection{Ligature suppression} +As mentioned earlier, the system automatically uses +ligatures whenever possible. +For example, since the \verb=ta-ta= ligature exists, +input text of the form \verb=tti= is printed as +#marathi tti#endmarathi. +If instead you need it to be printed as #marathi t{}ti #endmarathi you have +two choices. +One, if you never want the \verb=ta-ta= ligature to be used, you +can edit the IFM file and comment out all the lines that refer to the +\verb=ta-ta= ligature. +(The IFM file is a text file, for more information, see the +technical documentation in tech.tex.) + +On the other hand, if you do want to keep the ligature, except in a few +locations in the input text (say for small point type), or if you do +not want to edit the IFM file, you can use the ligature inhibitors +\verb={}= to prevent a ligature from being used. +Whenever the \verb={}= characters are inserted between two consonants, +{\em itrans} refrains from using the ligature (if it exists, if it does +not, then these characters have basically no effect). +Instead, the half-forms of the consonants (as appropriate) are used. +Thus, even if the IFM file contains the \verb=ta-ta= ligature, +the input text \verb=t{}ti= always appears as +#marathi t{}ti#endmarathi. + +\subsection{Breaking lexical scan} +Use the character \_ after a consonant letter to break the lexical +scan. +This becomes necessary because of the default behavior of the scanner, +which tries to match the largest possible input pattern. +Thus, when you write {\tt ai} in the transliterated text, it comes out +as #marathi ai #endmarathi in marathi or #tamil ai #endtamil in tamil. +Now, that is just what you want for the {\tt ai} vowel, but what if +you wanted it to be scanned as two vowels: {\tt a}, followed by +{\tt i} ? +In such cases, you need to break the lexical scan, by following the +first vowel, the {\tt a} character, with the \_ +character to stop the scanner from associating {\tt i} with the +{\tt a} preceding it. +So, {\tt a\_i} in the input text results in: +#marathi a_i #endmarathi for marathi and #tamil a_i #endtamil for tamil. + +This is a thing to watch out for in all cases where some character has +a multiple letter mapping, and each letter by itself also represents some +other character. +In the above example, {\tt ai} is the two letter map, and both +{\tt a} and {\tt i} represent other vowels. + +Note that if you wish to suppress any ligature, you should use the +\{\} letters consecutively, as explained in the previous paragraph. +Using \_ to follow some consonant allows a ligature, if it +exists for the consonant pair, to be used. (Of course, tamil does +not have any ligatures.) + +To get a printable underscore in the Indian language text, follow +normal \TeX\ usage---use backslash underscore---{\tt \char92\_}. + +Since ITRANS supports many Indian languages, it has a large list of input +tokens that are mapped to consonants. +For example even if {\tt ai} is not a vowel in one of the languages +supported by ITRANS, it still is always recognized as the {\tt ai} vowel, +and thus if you need it to be recognized as the {\tt a} and {\tt i} +vowels, use the \_ character as mentioned above. + +\subsubsection{List of all ITRANS recognized English letters} +Here's the list of ASCII input characters that are special to ITRANS: + +{\tt\parindent=0pt + +0 1 2 3 4 5 6 7 8 9 \\ +.a .c .N .n \char`^r .D .Dh A AUM \\ +a aa ai au b bh ch chh D Dh d dh dny E e f G g gh GY \\ +H h I i ii J j jh JN K k kh kSh L L\char`^i L\char`^I LLi LLI l ld \\ +M m N \char`"n \char`~n n \char`^n N\char`^\ ny O o OM p ph q \\ +.r \char`^r .R R R\char`^i R\char`^I RRi RRI r S SRI s sh shh \\ +T Th t th U u uu v x Y y z + +\char35{\rm $<$language$>$} \par +\char35end{\rm $<$language$>$} \par +\char35{\rm $<$language$>$}ifm \par +\char35{\rm $<$language$>$}font \par +\char35output=HTML\_7 \par +\char35output=HTML\_8 \par +\char35output=UTF\_8 \par +\char35output=TeX \par +\char35output=PostScript \par +\char35ignoreshortmarkers \par +\char35useshortmarkers \par +\char35usecsx \par +\char35ignorecsx \par +\char35include= \par +\char35endwordvowel=a \par +\char35endwordvowel=.h \par +\#\# \ \ \ \{\} \ \ \ \_ \ \ \ \char`` \ \ \ \par + +} + +Version 4.0 and onwards added support for the Classical Sanskrit and Classical +Sanskrit Extended encoding, which adds one ASCII character to the above +list ({\tt c}) and many non-ASCII characters, see the document {\tt icsx.itx} +for more details. + +\subsection{Punctuation Issues} +The fonts provided may be missing some or all punctuation +characters, some may also be missing numbers. +For example, the tamil font used, wntml, +does not have any numerals or any punctuation +characters. +The devanagari font does have numbers and some punctuation marks (the +double-quote is missing, for example). + +For devanagari, when using \TeX, use the {\tt idevn.tex} (automatically +loaded by {\tt itrans.sty}, use the \verb=\usepackage{itrans.sty}= +command in \LaTeX) which provides +modes for setting a devanagari font, and offers many commands that ease +devanagari input. +See the ITRANS Song Book documents for examples of idevn.tex usage, or, +check out the sample document file {\tt sample.itx}. + +In all punctuation problems, you can always get the required punctuation or digit +character by ending the Indian language transliteration scope (using one +of the endmarkers), then +printing the required punctuation mark, and the restarting the +transliteration by using the start marker. + +An easier method, in \TeX\ is to make use of the math mode for numbers. +It is usually sufficient to use the \$ enclosing scope to +make numbers print correctly, since a \$ enters mathmode and uses the math +fonts. +For punctuation marks, the user needs to explicitly change fonts: +example: + +{\tt \SM ......\{\char92rm ;\}.......\EM}. + +But that is preferable over this form: + +{\tt \SM ......\EM ; \SM.......\EM}. + +\subsection{Multi-consonant conjuncts} +How does itrans handle ligatures with more than two consonants ? +For example, \verb=shhTmii= contains three consonants. +This ligature produces +#marathi shhTmii#endmarathi, the way itrans works is as follows: +Beginning with the first consonant in the list, +itrans checks if a double-consonant ligature has +been defined for that consonant and the next one in the list. +If such a character exists, then it is used and both consonants are consumed, +and itrans repeats the procedure for the next consonant. + +There is one exception to the above rule: if at all possible, the last two +consonants are handled together, that is if a ligature of the last two +consonants +exists, that is used over the pairing that would result from the above method. +Example: \verb=shhTrii= produces +#marathi shhTrii#endmarathi, both \verb=shha-Ta= and \verb=Ta-ra= ligatures +exist, but since the consonants \verb=Ta= and \verb=ra= are the last two +consonants, that ligature is used over \verb=shha-Ta=. + +Of course, this default behavior can be changed by appropriately placing +the ligature inhibitor sequence, \verb={}=. +Example: \verb=shhTr{}ii= produces #marathi shhT{}rii#endmarathi. + +Also, in ITRANS version 5.10, ITRANS now supports direct specification of +3 or more consonant conjuncts in the .IFM file. So, if the above given +description leads to incorrect output, we can now fix it by providing +explicit rules for 3 or more multi-consonant conjuncts in the IFM file. + +\subsection{Word endings and the \char35endwordvowel command} +\label{endwordvowel} +To increase readability of the Indian text (in english), each word +for the devanagari and bengali language is assumed to end in a vowel. +Each Indian language letter can be generally +written as C + [C + [C + [...] + C]] + V, where C is a consonant, and V is a +vowel. +When a consonant appears at the end of the word, and the vowel is ``a'', then +it is not necessary to include the final ``a''---if a word ends in a consonant, +ITRANS will automatically add the vowel ``a'' to the final consonant---for +devanagari and bengali only. +Thus, in hindi, instead of writing ``hama'', you can write ``ham'', which +is how the word {#marathi ham #endmarathi} is pronounced anyway. +To add a halant to any consonant, use ``.h'', thus ``ham.h'' produces +#marathi ham.h#endmarathi. + +Use this default mechanism only when it increases the readability, for +example in hindi it is better to write ``ek'', ``is'', ``tab'', instead +of ``eka'', ``isa'', ``taba'' for #marathi ek, is, tab#endmarathi. +But, it is better to include the ``a'' in words such as ``manushhya''---#marathi +manushhya#endmarathi. + +This default mechanism is activated only for the devanagari and bengali +input. +(The keyword DEFAULTVOWEL in the IFM file directs whether the last +consonant in a word should be considered as paired the half-form, or the a-form, +if the form is left unspecified.) + +The above default working can be avoided by specifying the vowel to end words +in the input document. + +\char35endwordvowel=a \par +\char35endwordvowel=.h \par + +The first command makes the default vowel be ``a'', which the second command +will make the default vowel a ``half-form''---viraam. +The endwordvowel command will override the DEFAULTVOWEL specification +in the IFM file. +So, for sanskrit, it is useful to include this command in the input file: + +\char35endwordvowel=.h \par + +which puts a viraam at the end of any word that does not end in a vowel. + +%% \bigskip\bigskip +%% {\em (Around 1988, I was in need of a good typesetting package +%% that would print out text in marathi or hindi. +%% I located some directions to public domain software, +%% but after some searching, found out that +%% they either never really existed in usable form, or were of poor quality. +%% Commercial packages were available, list prices ranged from +%% US\$100 to US\$4000~! +%% So, I decided to get it done myself, took me three years to find the +%% time, but now I hope that some other (starving!) +%% student, and everybody else who is searching for such a package, +%% will find this package useful.)} + + +\bigskip +\hrule +\vfill + +\bigskip +\section{Author} + +\noindent +ITRANS has been developed by Avinash Chopde. \\ +E-mail: +\htmladdnormallink{\texttt{avinash@acm.org}}{mailto:avinash@acm.org}. \\ +Home page: +\htmladdnormallink{\texttt{http://www.aczone.com/}}{http://www.aczone.com/} + +Over the years, numerous people from all over the world have made +important additions to the ITRANS package as it exists today. It is not +possible to thank everyone here, but I have tried to include correct +acknowledgements in appropriate documents - the CHANGES text file +lists all changes in each release and the names of persons who +contributed each extension, and each of the language document files +also acknowledge the help received from particular individuals. + +I would like to thank all the users of ITRANS, past and present, +who send me additions and extensions and send in bug reports. +Thanks to all! + +\end{document} diff -Nru texlive-lang-2007.dfsg.4/texmf-dist/doc/fonts/itrans/kantex.itx texlive-lang-2009/texmf-dist/doc/fonts/itrans/kantex.itx --- texlive-lang-2007.dfsg.4/texmf-dist/doc/fonts/itrans/kantex.itx 1970-01-01 01:00:00.000000000 +0100 +++ texlive-lang-2009/texmf-dist/doc/fonts/itrans/kantex.itx 2006-01-09 00:47:01.000000000 +0000 @@ -0,0 +1,1009 @@ +\documentclass[11pt]{article} +% User Documentation for the ITRANS Package +% The Kannada Language Transliteration Table +% by Raghunath K. Rao (rrao@crystal.cirrus.com) + +\usepackage[preprocess]{itrans} % Ross Moore's extensions to latex2html + +\usepackage{html} % from standard latex2html package + % if you do not have html.sty in your machine, change the html to + % htmlstub (htmlstub.sty is included in the ITRANS/lib directory) + +\portraitpage % defined in itrans.sty (idevn.tex), get a larger page size + +\renewcommand{\arraystretch}{1.25} +\newcommand{\rarrow}{\mbox{---\hspace{-8pt}$>$}} +\newcommand{\ST}{\char35kannada} +\newcommand{\ET}{\char35endkannada} +\newfont{\cmt}{cmtt12} +\newfont{\cmts}{cmtt9} + +\newfont{\kansmall}{kan12} +\newfont{\kanb}{kan12b} +\newfont{\kannx}{kan12nx} +\newfont{\kans}{kan12s} +\newfont{\kan}{kan18} + +\hyphenchar\kannx=-1 % disable hyphenation using this font +\hyphenchar\kans=-1 % disable hyphenation using this font +\hyphenchar\kan=-1 % disable hyphenation using this font + +#kannadaifm=kantex.ifm +#kannadafont=\kan + +\begin{document} + +\footnotetext[0]{Last modification: \today} + +\centerline{\LARGE\bf Transliteration Map} +\medskip +\centerline{\LARGE\bf Kannada Font (kan)} +\bigskip +\centerline{\LARGE\bf itrans} +\smallskip +\centerline{\bf \copyright 1997 Avinash Chopde} +\bigskip +\centerline{\LARGE\bf Kannada} +\smallskip +\centerline{\bf Support added by Raghunath K Rao} +\smallskip + +\section{Fonts Available} + +\subsection{\TeX\ Interface} + +The Kannada font {\em kan} is a Metafont font, +developed by G.\ S.\ Jagadeesh (gjagadeesh@cas.org) +and Venkatesh P.\ Gopinath (venkates@eecs.berkeley.edu), who are +also the authors of KanTeX - a package capable of typesetting +Kannada documents without requiring a pre-processor. + +The font was adapted to itrans by Raghunath K. Rao (rrao@crystal.cirrus.com) +with the assistance of the KanTeX authors and Avinash Chopde, the author of +ITRANS. +The {\em kan} font is bundled with the itrans package with the permission +of the authors of the font. + +\subsection{Textual Interface} + +Since this is a \TeX\ font, this interface cannot be used. +(The Text interface directly produces PostScript or HTML, and it +requires a PostScript font or TrueType font.) + +\subsection{Font Developer} + +This font has been created by {\tt G.\ S.\ Jagadeesh} +and {\tt Venkatesh P.\ Gopinath}. +and is part of a complete Kannada typesetting system called +KanTeX, also created by the same authors. + +\subsection{Font Variations} + +The {\tt KanTeX} package contains many font sizes and variations---it +also includes all the source Metafont files, so any Metafont user can +create her own font variations. + +As packaged with ITRANS there are TFM and +PK files for these font sizes: 10, 11, 12, 15, 18, 20, 25, 30, 35, 40, +55, 72 and 172. +Most font sizes come in bold and slanted versions. + +This document has made use of the {\tt kan12}, {\tt kan12s}, {\tt kan12nx}, +and {\tt kan18} fonts. + +%---------------------------------------------------------------------- + +\subsection{Author} + +\noindent +ITRANS has been developed by Avinash Chopde. \\ +E-mail: +\htmladdnormallink{\texttt{avinash@acm.org}}{mailto:avinash@acm.org}. \\ +Home page: +\htmladdnormallink{\texttt{http://www.aczone.com/}}{http://www.aczone.com/} +\medskip +\\ +The {\em kan} (KanTeX) font was adapted to ITRANS by Raghunath K. Rao. \\ +E-mail: {\tt rrao@crystal.cirrus.com}.\\ + +\bigskip\hrule +%------------------------------------------------------------------- +\begin{htmlonly} +\section{Kannada Table} +\end{htmlonly} + +\begin{table}[hp] +\begin{center} +\begin{tabular}{c@{\hspace{1in}}c@{\hspace{1in}}c} +% --- first col is vowels inside a tabular +\begin{makeimage} +\begin{tabular}{|c|c|} +\multicolumn{2}{c}{Vowels} \\ +{#kannada a #endkannada} & {\tt a} \\ \hline +{#kannada aa #endkannada} & {\tt aa {\it or} A} \\ \hline +{#kannada i #endkannada} & {\tt i} \\ \hline +{#kannada ii #endkannada} & {\tt ii {\it or} I} \\ \hline +{#kannada u #endkannada} & {\tt u} \\ \hline +{#kannada uu #endkannada} & {\tt uu {\it or} U} \\ \hline +{#kannada R^i #endkannada} & {\tt RRi {\it or} R\char`^i} \\ \hline +{#kannada R^I #endkannada} & {\tt RRI {\it or} R\char`^I} \\ \hline +{#kannada L^i #endkannada} & {\tt LLi {\it or} L\char`^i} \\ \hline +{#kannada L^I #endkannada} & {\tt LLI {\it or} L\char`^I} \\ \hline +{#kannada e #endkannada} & {\tt e} \\ \hline +{#kannada E #endkannada} & {\tt E} \\ \hline +{#kannada ai #endkannada} & {\tt ai} \\ \hline +{#kannada o #endkannada} & {\tt o} \\ \hline +{#kannada O #endkannada} & {\tt O} \\ \hline +{#kannada au #endkannada} & {\tt au} \\ \hline +\multicolumn{2}{c}{} \\ +\multicolumn{2}{c}{} \\ +\multicolumn{2}{c}{Digits} \\ +\hline +{#kannada 0 #endkannada} & {\tt 0} \\ \hline +{#kannada 1 #endkannada} & {\tt 1} \\ \hline +{#kannada 2 #endkannada} & {\tt 2} \\ \hline +{#kannada 3 #endkannada} & {\tt 3} \\ \hline +{#kannada 4 #endkannada} & {\tt 4} \\ \hline +{#kannada 5 #endkannada} & {\tt 5} \\ \hline +{#kannada 6 #endkannada} & {\tt 6} \\ \hline +{#kannada 7 #endkannada} & {\tt 7} \\ \hline +{#kannada 8 #endkannada} & {\tt 8} \\ \hline +{#kannada 9 #endkannada} & {\tt 9} \\ \hline +\end{tabular} +\end{makeimage} +% --- end first col +& +% --- second col is consonants +\begin{makeimage} +\begin{tabular}{|c|c|} +\multicolumn{2}{c}{Consonants} \\ +\hline +{#kannada ka #endkannada} & {\tt k{\it a}} \\ \hline +{#kannada kha #endkannada} & {\tt kh{\it a}} \\ \hline +{#kannada ga #endkannada} & {\tt g{\it a}} \\ \hline +{#kannada gha #endkannada} & {\tt gh{\it a}} \\ \hline +{#kannada ~Na #endkannada} & {\tt \char`~N{\it a or} N\char`^{\it a}} \\ \hline +{#kannada cha #endkannada} & {\tt ch{\it a}} \\ \hline +{#kannada Cha #endkannada} & {\tt Ch{\it a or} chh{\it a}} \\ \hline +{#kannada ja #endkannada} & {\tt j{\it a}} \\ \hline +{#kannada jha #endkannada} & {\tt jh{\it a}} \\ \hline +{#kannada ~na #endkannada} & {\tt \char`~n{\it a or} JN{\it a}} \\ \hline +{#kannada Ta #endkannada} & {\tt T{\it a}} \\ \hline +{#kannada Tha #endkannada} & {\tt Th{\it a}} \\ \hline +{#kannada Da #endkannada} & {\tt D{\it a}} \\ \hline +{#kannada Dha #endkannada} & {\tt Dh{\it a}} \\ \hline +{#kannada Na #endkannada} & {\tt N{\it a}} \\ \hline +{#kannada ta #endkannada} & {\tt t{\it a}} \\ \hline +{#kannada tha #endkannada} & {\tt th{\it a}} \\ \hline +{#kannada da #endkannada} & {\tt d{\it a}} \\ \hline +{#kannada dha #endkannada} & {\tt dh{\it a}} \\ \hline +{#kannada na #endkannada} & {\tt n{\it a}} \\ \hline +{#kannada pa #endkannada} & {\tt p{\it a}} \\ \hline +{#kannada pha #endkannada} & {\tt ph{\it a}} \\ \hline +{#kannada ba #endkannada} & {\tt b{\it a}} \\ \hline +{#kannada bha #endkannada} & {\tt bh{\it a}} \\ \hline +{#kannada ma #endkannada} & {\tt m{\it a}} \\ \hline +{#kannada ya #endkannada} & {\tt y{\it a}} \\ \hline +{#kannada ra #endkannada} & {\tt r{\it a}} \\ \hline +{#kannada la #endkannada} & {\tt l{\it a}} \\ \hline +{#kannada La #endkannada} & {\tt L{\it a}} \\ \hline +{#kannada va #endkannada} & {\tt v{\it a}} \\ \hline +{#kannada sha #endkannada} & {\tt sh{\it a}} \\ \hline +{#kannada Sha #endkannada} & {\tt Sh{\it a or} shh{\it a}} \\ \hline +{#kannada sa #endkannada} & {\tt s{\it a}} \\ \hline +{#kannada ha #endkannada} & {\tt h{\it a}} \\ \hline +{#kannada xa #endkannada} & {\tt x{\it a or} ksh{\it a}} \\ \hline +{#kannada GYa #endkannada} & {\tt j\char`~n{\it a or} GY{\it a}} \\ \hline +\end{tabular} +\end{makeimage} +% --- end second col +& +% --- third col of specials/accents inside a tabular +\begin{makeimage} +\begin{tabular}{|c|c|} +\multicolumn{2}{c}{Specials/Accents} \\ +{#kannada ga.n #endkannada} & {\tt {\it ga}.n} \\ \hline +{#kannada va^r #endkannada} & {\tt {\it va}\char`^\char`^r} \\ \hline +{#kannada m.h #endkannada} & {\tt {\it m}\{\}} \\ \hline +{#kannada duH #endkannada} & {\tt {\it du}H} \\ \hline +{#kannada .a #endkannada} & {\tt .a} \\ \hline +\end{tabular} +\end{makeimage} +\\ +\end{tabular} % end the larger tabular encompassing all four tables +\hfill +\\ +\end{center} +\caption {\label{fig1}\bf ITRANS: Kannada to English Transliteration Table.} +\end{table} + +%------------------------------------------------------------------------- + +\section{Examples} + +These examples have been taken from the {\em KanTeX} package, with +modifications for use the ITRANS transliteration scheme. + +\subsection{A Poem by #kannada kuveMpu #endkannada} + +\centerline{#kannada kaleya bale#endkannada} + +\centerline{(kaleya bale: By Kuvempu)} + +\medskip +#kannadafont=\kannx +{#kannada + +bAgiloLu kai mugidu oLage bA yAtrikane\\ +shileyallavI guDiyu kaleya baleyu\\ +kaMbaniya mAleyanu edeya baTTaloLiTTu\\ +dhanyateya kusumagaLa arpisilli\\ + +ga.nTegaLa daniyilla jAgaTegaLililla\\ +kapU^rradAratiya jyotiyilla\\ +bhagavaMta tAneMba rUpago.nDihudilli\\ +rasikateya kaDalukki harivudilli\\ + +sarasadiMduliyutide shileyu rAmAyaNavanilli\\ +bAdarAyaNanaMte bhAratavu hADutihudilli\\ +kushalatege beragAgi mUkavAgide kAlavilli\\ + +#endkannada} + +\bigskip +\noindent This is the input text that produced the above: +\smallskip + +\noindent {\tt \char92 centerline\char123\ST kaleya bale\ET\char125} + +\noindent {\tt \char92 centerline\char123 kaleya bale: By Kuvempu \char125} + +\noindent {\tt \char123 \ST} + +\begin{verbatim} + +bAgiloLu kai mugidu oLage bA yAtrikane\\ +shileyallavI guDiyu kaleya baleyu\\ +kaMbaniya mAleyanu edeya baTTaloLiTTu\\ +dhanyateya kusumagaLa arpisilli\\ + +ga.nTegaLa daniyilla jAgaTegaLililla\\ +kapU^rradAratiya jyotiyilla\\ +bhagavaMta tAneMba rUpago.nDihudilli\\ +rasikateya kaDalukki harivudilli\\ + +sarasadiMduliyutide shileyu rAmAyaNavanilli\\ +bAdarAyaNanaMte bhAratavu hADutihudilli\\ +kushalatege beragAgi mUkavAgide kAlavilli\\ + +\end{verbatim} +{\tt \ET\char125} + +\pagebreak + +\subsection{A Poem by #kannada da rA bhE.ndre #endkannada} + +\centerline{#kannada moDala maneya #endkannada} + +\centerline{(moDala maneya: By Da Raa Bhendre )} + +\medskip +#kannadafont=\kannx +{#kannada + +moDala maneya muttina nIrina\\ +erakAva hoyda nuNNane erakAva hoyda\\ + +bAgila teredu beLaku haridu\\ +jagavella toyda dEvanu jagavella toyda\\ + +elegaLa mEle hUgaLa oLage \\ +amRRitada bi.ndu ka.nDavu amRRitada bi.ndu\\ + +yAririsiharu mugilina mEli.nda\\ +illige ida ta.ndu Iga illige ida ta.ndu\\ + +giDaga.nTegaLa koraLoLagi.nda hakkigaLa hADu\\ +horaTitu hakkigaLa hADu\\ + +ga.ndhava^rra sImeyAyitu kADina nADu\\ +kshaNadoLu kADina nADu\\ + +#endkannada} + +\bigskip +\noindent This is the input text that produced the above: +\smallskip + +\noindent {\tt \char92 centerline\char123\ST moDala maneya \ET\char125} + +\noindent {\tt \char92 centerline\char123 moDala maneya: By Da Raa Bhendre \char125} + +\noindent {\tt \char123 \ST} + +\begin{verbatim} +moDala maneya muttina nIrina\\ +erakAva hoyda nuNNane erakAva hoyda\\ + +bAgila teredu beLaku haridu\\ +jagavella toyda dEvanu jagavella toyda\\ + +elegaLa mEle hUgaLa oLage \\ +amRRitada bi.ndu ka.nDavu amRRitada bi.ndu\\ + +yAririsiharu mugilina mEli.nda\\ +illige ida ta.ndu Iga illige ida ta.ndu\\ + +giDaga.nTegaLa koraLoLagi.nda hakkigaLa hADu\\ +horaTitu hakkigaLa hADu\\ + +ga.ndhava^rra sImeyAyitu kADina nADu\\ +kshaNadoLu kADina nADu\\ + +\end{verbatim} +{\tt \ET\char125} + +%---------------------------------------------------------------------- +\bigskip +\hrule + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +\end{document} +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\usepackage{comment} + +\begin{comment} % ----------------- this table is not really useful, ignore +\begin{htmlonly} +\section{Consonant-Vowel Forms} +\end{htmlonly} + +#kannadafont=\kansmall +% All the consonant-vowel forms +\begin{table}[p] +\vspace*{0in} +\hspace*{0.0in}\vbox{ +\begin{center} +\begin{makeimage} +\begin{tabular}{|c||c|c|c|c|c|c|c|c|c|c|c|c|c|c|c|c|} +\hline +\tt / & +\tt a & +\tt A & +\tt i & +\tt I & +\tt u & +\tt U & +\tt RRi & +\tt RRI & +\tt LLi & +\tt LLI & +\tt e & +\tt E & +\tt ai & +\tt o & +\tt O & +\tt au \\ \hline \hline +% the khadi.sh stuff...... +\tt k & +#kannada ka #endkannada & +#kannada kaa #endkannada & +#kannada ki #endkannada & +#kannada kii #endkannada & +#kannada ku #endkannada & +#kannada kuu #endkannada & +#kannada kR^i #endkannada & +#kannada kR^I #endkannada & +#kannada kL^i #endkannada & +#kannada kL^I #endkannada & +#kannada ke #endkannada & +#kannada kE #endkannada & +#kannada kai #endkannada & +#kannada ko #endkannada & +#kannada kO #endkannada & +#kannada kau #endkannada \\ \hline +\tt kh & +#kannada kha #endkannada & +#kannada khaa #endkannada & +#kannada khi #endkannada & +#kannada khii #endkannada & +#kannada khu #endkannada & +#kannada khuu #endkannada & +#kannada khR^i #endkannada & +#kannada khR^I #endkannada & +#kannada khL^i #endkannada & +#kannada khL^I #endkannada & +#kannada khe #endkannada & +#kannada khE #endkannada & +#kannada khai #endkannada & +#kannada kho #endkannada & +#kannada khO #endkannada & +#kannada khau #endkannada \\ \hline +\tt g & +#kannada ga #endkannada & +#kannada gaa #endkannada & +#kannada gi #endkannada & +#kannada gii #endkannada & +#kannada gu #endkannada & +#kannada guu #endkannada & +#kannada gR^i #endkannada & +#kannada gR^I #endkannada & +#kannada gL^i #endkannada & +#kannada gL^I #endkannada & +#kannada ge #endkannada & +#kannada gE #endkannada & +#kannada gai #endkannada & +#kannada go #endkannada & +#kannada gO #endkannada & +#kannada gau #endkannada \\ \hline +\tt gh & +#kannada gha #endkannada & +#kannada ghaa #endkannada & +#kannada ghi #endkannada & +#kannada ghii #endkannada & +#kannada ghu #endkannada & +#kannada ghuu #endkannada & +#kannada ghR^i #endkannada & +#kannada ghR^I #endkannada & +#kannada ghL^i #endkannada & +#kannada ghL^I #endkannada & +#kannada ghe #endkannada & +#kannada ghE #endkannada & +#kannada ghai #endkannada & +#kannada gho #endkannada & +#kannada ghO #endkannada & +#kannada ghau #endkannada \\ \hline +\tt ~N & +#kannada ~Na #endkannada & +#kannada ~Naa #endkannada & +#kannada ~Ni #endkannada & +#kannada ~Nii #endkannada & +#kannada ~Nu #endkannada & +#kannada ~Nuu #endkannada & +#kannada ~NR^i #endkannada & +#kannada ~NR^I #endkannada & +#kannada ~NL^i #endkannada & +#kannada ~NL^I #endkannada & +#kannada ~Ne #endkannada & +#kannada ~NE #endkannada & +#kannada ~Nai #endkannada & +#kannada ~No #endkannada & +#kannada ~NO #endkannada & +#kannada ~Nau #endkannada \\ \hline +\tt ch & +#kannada cha #endkannada & +#kannada chaa #endkannada & +#kannada chi #endkannada & +#kannada chii #endkannada & +#kannada chu #endkannada & +#kannada chuu #endkannada & +#kannada chR^i #endkannada & +#kannada chR^I #endkannada & +#kannada chL^i #endkannada & +#kannada chL^I #endkannada & +#kannada che #endkannada & +#kannada chE #endkannada & +#kannada chai #endkannada & +#kannada cho #endkannada & +#kannada chO #endkannada & +#kannada chau #endkannada \\ \hline +\tt ch & +#kannada Cha #endkannada & +#kannada Chaa #endkannada & +#kannada Chi #endkannada & +#kannada Chii #endkannada & +#kannada Chu #endkannada & +#kannada Chuu #endkannada & +#kannada ChR^i #endkannada & +#kannada ChR^I #endkannada & +#kannada ChL^i #endkannada & +#kannada ChL^I #endkannada & +#kannada Che #endkannada & +#kannada ChE #endkannada & +#kannada Chai #endkannada & +#kannada Cho #endkannada & +#kannada ChO #endkannada & +#kannada Chau #endkannada \\ \hline +\tt j & +#kannada ja #endkannada & +#kannada jaa #endkannada & +#kannada ji #endkannada & +#kannada jii #endkannada & +#kannada ju #endkannada & +#kannada juu #endkannada & +#kannada jR^i #endkannada & +#kannada jR^I #endkannada & +#kannada jL^i #endkannada & +#kannada jL^I #endkannada & +#kannada je #endkannada & +#kannada jE #endkannada & +#kannada jai #endkannada & +#kannada jo #endkannada & +#kannada jO #endkannada & +#kannada jau #endkannada \\ \hline +\tt jh & +#kannada jha #endkannada & +#kannada jhaa #endkannada & +#kannada jhi #endkannada & +#kannada jhii #endkannada & +#kannada jhu #endkannada & +#kannada jhuu #endkannada & +#kannada jhR^i #endkannada & +#kannada jhR^I #endkannada & +#kannada jhL^i #endkannada & +#kannada jhL^I #endkannada & +#kannada jhe #endkannada & +#kannada jhE #endkannada & +#kannada jhai #endkannada & +#kannada jho #endkannada & +#kannada jhO #endkannada & +#kannada jhau #endkannada \\ \hline +\tt \char`~n & +#kannada ~na #endkannada & +#kannada ~naa #endkannada & +#kannada ~ni #endkannada & +#kannada ~nii #endkannada & +#kannada ~nu #endkannada & +#kannada ~nuu #endkannada & +#kannada ~nR^i #endkannada & +#kannada ~nR^I #endkannada & +#kannada ~nL^i #endkannada & +#kannada ~nL^I #endkannada & +#kannada ~ne #endkannada & +#kannada ~nE #endkannada & +#kannada ~nai #endkannada & +#kannada ~no #endkannada & +#kannada ~nO #endkannada & +#kannada ~nau #endkannada \\ \hline +\tt T & +#kannada Ta #endkannada & +#kannada Taa #endkannada & +#kannada Ti #endkannada & +#kannada Tii #endkannada & +#kannada Tu #endkannada & +#kannada Tuu #endkannada & +#kannada TR^i #endkannada & +#kannada TR^I #endkannada & +#kannada TL^i #endkannada & +#kannada TL^I #endkannada & +#kannada Te #endkannada & +#kannada TE #endkannada & +#kannada Tai #endkannada & +#kannada To #endkannada & +#kannada TO #endkannada & +#kannada Tau #endkannada \\ \hline +\tt Th & +#kannada Tha #endkannada & +#kannada Thaa #endkannada & +#kannada Thi #endkannada & +#kannada Thii #endkannada & +#kannada Thu #endkannada & +#kannada Thuu #endkannada & +#kannada ThR^i #endkannada & +#kannada ThR^I #endkannada & +#kannada ThL^i #endkannada & +#kannada ThL^I #endkannada & +#kannada The #endkannada & +#kannada ThE #endkannada & +#kannada Thai #endkannada & +#kannada Tho #endkannada & +#kannada ThO #endkannada & +#kannada Thau #endkannada \\ \hline +\tt D & +#kannada Da #endkannada & +#kannada Daa #endkannada & +#kannada Di #endkannada & +#kannada Dii #endkannada & +#kannada Du #endkannada & +#kannada Duu #endkannada & +#kannada DR^i #endkannada & +#kannada DR^I #endkannada & +#kannada DL^i #endkannada & +#kannada DL^I #endkannada & +#kannada De #endkannada & +#kannada DE #endkannada & +#kannada Dai #endkannada & +#kannada Do #endkannada & +#kannada DO #endkannada & +#kannada Dau #endkannada \\ \hline +\tt Dh & +#kannada Dha #endkannada & +#kannada Dhaa #endkannada & +#kannada Dhi #endkannada & +#kannada Dhii #endkannada & +#kannada Dhu #endkannada & +#kannada Dhuu #endkannada & +#kannada DhR^i #endkannada & +#kannada DhR^I #endkannada & +#kannada DhL^i #endkannada & +#kannada DhL^I #endkannada & +#kannada Dhe #endkannada & +#kannada DhE #endkannada & +#kannada Dhai #endkannada & +#kannada Dho #endkannada & +#kannada DhO #endkannada & +#kannada Dhau #endkannada \\ \hline +\tt N & +#kannada Na #endkannada & +#kannada Naa #endkannada & +#kannada Ni #endkannada & +#kannada Nii #endkannada & +#kannada Nu #endkannada & +#kannada Nuu #endkannada & +#kannada NR^i #endkannada & +#kannada NR^I #endkannada & +#kannada NL^i #endkannada & +#kannada NL^I #endkannada & +#kannada Ne #endkannada & +#kannada NE #endkannada & +#kannada Nai #endkannada & +#kannada No #endkannada & +#kannada NO #endkannada & +#kannada Nau #endkannada \\ \hline +\tt t & +#kannada ta #endkannada & +#kannada taa #endkannada & +#kannada ti #endkannada & +#kannada tii #endkannada & +#kannada tu #endkannada & +#kannada tuu #endkannada & +#kannada tR^i #endkannada & +#kannada tR^I #endkannada & +#kannada tL^i #endkannada & +#kannada tL^I #endkannada & +#kannada te #endkannada & +#kannada tE #endkannada & +#kannada tai #endkannada & +#kannada to #endkannada & +#kannada tO #endkannada & +#kannada tau #endkannada \\ \hline +\tt th & +#kannada tha #endkannada & +#kannada thaa #endkannada & +#kannada thi #endkannada & +#kannada thii #endkannada & +#kannada thu #endkannada & +#kannada thuu #endkannada & +#kannada thR^i #endkannada & +#kannada thR^I #endkannada & +#kannada thL^i #endkannada & +#kannada thL^I #endkannada & +#kannada the #endkannada & +#kannada thE #endkannada & +#kannada thai #endkannada & +#kannada tho #endkannada & +#kannada thO #endkannada & +#kannada thau #endkannada \\ \hline +\tt d & +#kannada da #endkannada & +#kannada daa #endkannada & +#kannada di #endkannada & +#kannada dii #endkannada & +#kannada du #endkannada & +#kannada duu #endkannada & +#kannada dR^i #endkannada & +#kannada dR^I #endkannada & +#kannada dL^i #endkannada & +#kannada dL^I #endkannada & +#kannada de #endkannada & +#kannada dE #endkannada & +#kannada dai #endkannada & +#kannada do #endkannada & +#kannada dO #endkannada & +#kannada dau #endkannada \\ \hline +\tt dh & +#kannada dha #endkannada & +#kannada dhaa #endkannada & +#kannada dhi #endkannada & +#kannada dhii #endkannada & +#kannada dhu #endkannada & +#kannada dhuu #endkannada & +#kannada dhR^i #endkannada & +#kannada dhR^I #endkannada & +#kannada dhL^i #endkannada & +#kannada dhL^I #endkannada & +#kannada dhe #endkannada & +#kannada dhE #endkannada & +#kannada dhai #endkannada & +#kannada dho #endkannada & +#kannada dhO #endkannada & +#kannada dhau #endkannada \\ \hline +\tt n & +#kannada na #endkannada & +#kannada naa #endkannada & +#kannada ni #endkannada & +#kannada nii #endkannada & +#kannada nu #endkannada & +#kannada nuu #endkannada & +#kannada nR^i #endkannada & +#kannada nR^I #endkannada & +#kannada nL^i #endkannada & +#kannada nL^I #endkannada & +#kannada ne #endkannada & +#kannada nE #endkannada & +#kannada nai #endkannada & +#kannada no #endkannada & +#kannada nO #endkannada & +#kannada nau #endkannada \\ \hline +\tt p & +#kannada pa #endkannada & +#kannada paa #endkannada & +#kannada pi #endkannada & +#kannada pii #endkannada & +#kannada pu #endkannada & +#kannada puu #endkannada & +#kannada pR^i #endkannada & +#kannada pR^I #endkannada & +#kannada pL^i #endkannada & +#kannada pL^I #endkannada & +#kannada pe #endkannada & +#kannada pE #endkannada & +#kannada pai #endkannada & +#kannada po #endkannada & +#kannada pO #endkannada & +#kannada pau #endkannada \\ \hline +\tt ph & +#kannada pha #endkannada & +#kannada phaa #endkannada & +#kannada phi #endkannada & +#kannada phii #endkannada & +#kannada phu #endkannada & +#kannada phuu #endkannada & +#kannada phR^i #endkannada & +#kannada phR^I #endkannada & +#kannada phL^i #endkannada & +#kannada phL^I #endkannada & +#kannada phe #endkannada & +#kannada phE #endkannada & +#kannada phai #endkannada & +#kannada pho #endkannada & +#kannada phO #endkannada & +#kannada phau #endkannada \\ \hline +\tt b & +#kannada ba #endkannada & +#kannada baa #endkannada & +#kannada bi #endkannada & +#kannada bii #endkannada & +#kannada bu #endkannada & +#kannada buu #endkannada & +#kannada bR^i #endkannada & +#kannada bR^I #endkannada & +#kannada bL^i #endkannada & +#kannada bL^I #endkannada & +#kannada be #endkannada & +#kannada bE #endkannada & +#kannada bai #endkannada & +#kannada bo #endkannada & +#kannada bO #endkannada & +#kannada bau #endkannada \\ \hline +\tt bh & +#kannada bha #endkannada & +#kannada bhaa #endkannada & +#kannada bhi #endkannada & +#kannada bhii #endkannada & +#kannada bhu #endkannada & +#kannada bhuu #endkannada & +#kannada bhR^i #endkannada & +#kannada bhR^I #endkannada & +#kannada bhL^i #endkannada & +#kannada bhL^I #endkannada & +#kannada bhe #endkannada & +#kannada bhE #endkannada & +#kannada bhai #endkannada & +#kannada bho #endkannada & +#kannada bhO #endkannada & +#kannada bhau #endkannada \\ \hline +\tt m & +#kannada ma #endkannada & +#kannada maa #endkannada & +#kannada mi #endkannada & +#kannada mii #endkannada & +#kannada mu #endkannada & +#kannada muu #endkannada & +#kannada mR^i #endkannada & +#kannada mR^I #endkannada & +#kannada mL^i #endkannada & +#kannada mL^I #endkannada & +#kannada me #endkannada & +#kannada mE #endkannada & +#kannada mai #endkannada & +#kannada mo #endkannada & +#kannada mO #endkannada & +#kannada mau #endkannada \\ \hline +\tt y & +#kannada ya #endkannada & +#kannada yaa #endkannada & +#kannada yi #endkannada & +#kannada yii #endkannada & +#kannada yu #endkannada & +#kannada yuu #endkannada & +#kannada yR^i #endkannada & +#kannada yR^I #endkannada & +#kannada yL^i #endkannada & +#kannada yL^I #endkannada & +#kannada ye #endkannada & +#kannada yE #endkannada & +#kannada yai #endkannada & +#kannada yo #endkannada & +#kannada yO #endkannada & +#kannada yau #endkannada \\ \hline +\tt r & +#kannada ra #endkannada & +#kannada raa #endkannada & +#kannada ri #endkannada & +#kannada rii #endkannada & +#kannada ru #endkannada & +#kannada ruu #endkannada & +#kannada rR^i #endkannada & +#kannada rR^I #endkannada & +#kannada rL^i #endkannada & +#kannada rL^I #endkannada & +#kannada re #endkannada & +#kannada rE #endkannada & +#kannada rai #endkannada & +#kannada ro #endkannada & +#kannada rO #endkannada & +#kannada rau #endkannada \\ \hline +\tt l & +#kannada la #endkannada & +#kannada laa #endkannada & +#kannada li #endkannada & +#kannada lii #endkannada & +#kannada lu #endkannada & +#kannada luu #endkannada & +#kannada lR^i #endkannada & +#kannada lR^I #endkannada & +#kannada lL^i #endkannada & +#kannada lL^I #endkannada & +#kannada le #endkannada & +#kannada lE #endkannada & +#kannada lai #endkannada & +#kannada lo #endkannada & +#kannada lO #endkannada & +#kannada lau #endkannada \\ \hline +\tt v & +#kannada va #endkannada & +#kannada vaa #endkannada & +#kannada vi #endkannada & +#kannada vii #endkannada & +#kannada vu #endkannada & +#kannada vuu #endkannada & +#kannada vR^i #endkannada & +#kannada vR^I #endkannada & +#kannada vL^i #endkannada & +#kannada vL^I #endkannada & +#kannada ve #endkannada & +#kannada vE #endkannada & +#kannada vai #endkannada & +#kannada vo #endkannada & +#kannada vO #endkannada & +#kannada vau #endkannada \\ \hline +\tt sh & +#kannada sha #endkannada & +#kannada shaa #endkannada & +#kannada shi #endkannada & +#kannada shii #endkannada & +#kannada shu #endkannada & +#kannada shuu #endkannada & +#kannada shR^i #endkannada & +#kannada shR^I #endkannada & +#kannada shL^i #endkannada & +#kannada shL^I #endkannada & +#kannada she #endkannada & +#kannada shE #endkannada & +#kannada shai #endkannada & +#kannada sho #endkannada & +#kannada shO #endkannada & +#kannada shau #endkannada \\ \hline +\tt Sh & +#kannada Sha #endkannada & +#kannada Shaa #endkannada & +#kannada Shi #endkannada & +#kannada Shii #endkannada & +#kannada Shu #endkannada & +#kannada Shuu #endkannada & +#kannada ShR^i #endkannada & +#kannada ShR^I #endkannada & +#kannada ShL^i #endkannada & +#kannada ShL^I #endkannada & +#kannada She #endkannada & +#kannada ShE #endkannada & +#kannada Shai #endkannada & +#kannada Sho #endkannada & +#kannada ShO #endkannada & +#kannada Shau #endkannada \\ \hline +\tt s & +#kannada sa #endkannada & +#kannada saa #endkannada & +#kannada si #endkannada & +#kannada sii #endkannada & +#kannada su #endkannada & +#kannada suu #endkannada & +#kannada sR^i #endkannada & +#kannada sR^I #endkannada & +#kannada sL^i #endkannada & +#kannada sL^I #endkannada & +#kannada se #endkannada & +#kannada sE #endkannada & +#kannada sai #endkannada & +#kannada so #endkannada & +#kannada sO #endkannada & +#kannada sau #endkannada \\ \hline +\tt h & +#kannada ha #endkannada & +#kannada haa #endkannada & +#kannada hi #endkannada & +#kannada hii #endkannada & +#kannada hu #endkannada & +#kannada huu #endkannada & +#kannada hR^i #endkannada & +#kannada hR^I #endkannada & +#kannada hL^i #endkannada & +#kannada hL^I #endkannada & +#kannada he #endkannada & +#kannada hE #endkannada & +#kannada hai #endkannada & +#kannada ho #endkannada & +#kannada hO #endkannada & +#kannada hau #endkannada \\ \hline +\tt ld & +#kannada lda #endkannada & +#kannada ldaa #endkannada & +#kannada ldi #endkannada & +#kannada ldii #endkannada & +#kannada ldu #endkannada & +#kannada lduu #endkannada & +#kannada ldR^i #endkannada & +#kannada ldR^I #endkannada & +#kannada ldL^i #endkannada & +#kannada ldL^I #endkannada & +#kannada lde #endkannada & +#kannada ldE #endkannada & +#kannada ldai #endkannada & +#kannada ldo #endkannada & +#kannada ldO #endkannada & +#kannada ldau #endkannada \\ \hline +\tt ksh & +#kannada ksha #endkannada & +#kannada kshaa #endkannada & +#kannada kshi #endkannada & +#kannada kshii #endkannada & +#kannada kshu #endkannada & +#kannada kshuu #endkannada & +#kannada kshR^i #endkannada & +#kannada kshR^I #endkannada & +#kannada kshL^i #endkannada & +#kannada kshL^I #endkannada & +#kannada kshe #endkannada & +#kannada kshE #endkannada & +#kannada kshai #endkannada & +#kannada ksho #endkannada & +#kannada kshO #endkannada & +#kannada kshau #endkannada \\ \hline +\tt GY & +#kannada GYa #endkannada & +#kannada GYaa #endkannada & +#kannada GYi #endkannada & +#kannada GYii #endkannada & +#kannada GYu #endkannada & +#kannada GYuu #endkannada & +#kannada GYR^i #endkannada & +#kannada GYR^I #endkannada & +#kannada GYL^i #endkannada & +#kannada GYL^I #endkannada & +#kannada GYe #endkannada & +#kannada GYE #endkannada & +#kannada GYai #endkannada & +#kannada GYo #endkannada & +#kannada GYO #endkannada & +#kannada GYau #endkannada \\ \hline +% end of the khadi.sh stuff...... +\end{tabular} +\end{makeimage} +\vspace{0.10in} +\end{center} +} % end vbox +\caption {\label{fig2}\bf Kannada Consonants with their Vowel Forms.} +\end{table} +\end{comment} % ----------------- this table is not really useful, ignore +%------------------------------------------------------------------------- diff -Nru texlive-lang-2007.dfsg.4/texmf-dist/doc/fonts/itrans/nehru.itx texlive-lang-2009/texmf-dist/doc/fonts/itrans/nehru.itx --- texlive-lang-2007.dfsg.4/texmf-dist/doc/fonts/itrans/nehru.itx 1970-01-01 01:00:00.000000000 +0100 +++ texlive-lang-2009/texmf-dist/doc/fonts/itrans/nehru.itx 2006-01-09 00:47:01.000000000 +0000 @@ -0,0 +1,101 @@ +\documentclass[11pt]{article} + +\usepackage[preprocess]{itrans} % Ross Moore's extensions to latex2html +\usepackage{html} % from standard latex2html package + +% Devanagari Example (devnac font) +\renewcommand{\arraystretch}{1.25} +\newcommand{\rarrow}{\mbox{---\hspace{-8pt}$>$}} +\newfont{\devnf}{dnh at 22pt} +\newfont{\devno}{dnho at 22pt} +\newfont{\devnc}{dnhrc at 22pt} +\newfont{\devne}{dnh at 15pt} +\hyphenchar\devnf=-1 +\hyphenchar\devno=-1 +\hyphenchar\devnc=-1 +\hyphenchar\devne=-1 + +#hindiifm=dvnc.ifm + +#hindifont= +% Not setting any font, since this file changes the font many times, itself. + +\setlength{\baselineskip}{30pt} +\setlength{\textwidth}{6.20in} + +\begin{document} + +\pagestyle{empty} +\centerline{\bf Nehru's Words} +\bigskip + +{#hindi + +\devne +\noindent {\rm ``...} sone ke pahale miilo.n lambaa saphar tay karanaa hai +{\rm ...''} + +\devnc +mai.n isakii kataii paravaah nahii.n karataa ki mere marane ke baada +meraa yaa merii pratishhThaa kaa kyaa hogaa | +lekin agar kuchh log mere baare mai.n sochanaa chaahe.n, to mai.n +\hfill\break chaahuu.Ngaa +% The reason there is a break in the line above, is because otherwise +% the word chaahuu.Ngaa does not print out correct---due the +% problem of glue added by TeX (see the Known Problems Section in +% idoc.itx +ki ve yahii kahe.n ki is aadamii ne puure dilo-dimaag se +bhaarat aur bhaarat ke logo.n ko pyaar kiyaa, aur ve bhii usake prati +utane hii +anugrahii rahe aur unho.nne use apanaa bharapuur aur aparimit sneha +pradaan kiyaa | +\vfill + +\devne +\noindent bhaarat kii khoj me.n + +\devnf +ek samay aisaa aataa hai jab puuraa raashhTr ek mahaan uddeshya kii +puurti ke lie aasthaabaddha ho jaataa hai aur tab itihaasa +parivartanashiil aur yugapravartak ban jaataa hai | +\vfill + +\devne +\noindent drashhTaa + +\devnc +jiivan ko saarthak banaanevaale aadarshho ke prati nishhThaa - +hamame.n yahii ek chiiz he jo shaashvat hai aur kabhii bhii chhiinii +nahii.n jaa sakatii | +\vfill + +\devne +\noindent taakirka + +\devnc +mastishhk maanav kii sabase baDii puu.njii hai aura +tark usakii kaaryapraNaalii... +\vfill + +\devne +\noindent raajadarshii + +\devnf +jab tak ham apane raashhTriiya aur a.ntarraashhTriiy samba.ndho.n +me.n naitik muulyo.n kii sarvoparitaa ko sviikaar nahii.n karate, taba +tak hame.n chirasthaayii shaa.ntii praapt nahii.n ho sahatii | +\vfill + +\devne +\noindent nirmaataa + +\devnc +aaJakal sabase badaa mandira, masjid aur gurudvaaraa vah sthaan hai +jahaa.N manushhya puurii maanavataa kii bhalaai ke liye kaam karataa ho +| is se baDii jagah kaun sii ho sakatii hai....jahaa.N laakho.n +vyaktiyo.n ne mil kar kaam kiyaa hai, apanaa khuun pasiinaa bahaayaa +hai aur kitano.n ne apane jiivan ki aahuuti bhii de dii hai ! + +#endhindi} + +\end{document} diff -Nru texlive-lang-2007.dfsg.4/texmf-dist/doc/fonts/itrans/pundoc.itx texlive-lang-2009/texmf-dist/doc/fonts/itrans/pundoc.itx --- texlive-lang-2007.dfsg.4/texmf-dist/doc/fonts/itrans/pundoc.itx 1970-01-01 01:00:00.000000000 +0100 +++ texlive-lang-2009/texmf-dist/doc/fonts/itrans/pundoc.itx 2006-01-09 00:47:01.000000000 +0000 @@ -0,0 +1,909 @@ +\documentclass[11pt]{article} +\usepackage{multicol} + +\usepackage[preprocess]{itrans} % Ross Moore's extensions to latex2html + +\usepackage{html} % from standard latex2html package + % if you do not have html.sty in your machine, change the html to + % htmlstub (htmlstub.sty is included in the ITRANS/lib directory) + +\portraitpage +\addtolength{\textheight}{9pt}%ConsonantForms table has 8pt overfull vbox... + +\parindent=0pt + +\newfont{\pun}{pun at 14pt} +\setlength{\columnseprule}{0pt} + +#usecsx +#indianifm=pun.ifm +#indianfont=\pun + +% no shortmarkers: June '98: changed all ## to #indian, to allow the use of +% Ross Moore's latex2html ITRANS extensions. + +\begin{document} + +\footnotetext[0]{Last modification: \today} + +\centerline{\LARGE \bfseries Gurmukh{\=\i} for ITRANS} +\medskip +\centerline{\Large \itshape pun.ifm} +\bigskip +\centerline{\large Anshuman Pandey} +\vspace*{.3in} + +\section{Fonts} + +This document explains the {\tt pun.ifm} Indian Font Metric (IFM) +file for use with ITRANS. This IFM is to be used with the Gurmukh{\=\i} +PostScript font `Punjabi' ({\tt pun}). The inventory of signs for +`Punjabi' and their ITRANS transliteration codes are given in Table +\ref{chars}. +\medskip + +I have also developed an IFM file for Amarjit Singh's Gurmukhi +{\sf METAFONT} which is bundled with his {\it Gurmukhi for \LaTeX{}\/} +package. The IFM for Singh's font is called {\tt grmk.ifm}. Please +refer to {\tt grmk.itx} for details. + +The Gurmukh{\=\i} Postscript font `Punjabi' ({\tt pun}) was designed by, +and is copyright Hardip Singh Pannu, 1992-94. I am not +sure whether this font is commercial or if it was released into the +public domain, so please do not modify or make derivative versions of +the font. + +\section{ITRANS Usage} + +The identifiers {\tt {\char35}gurmukhi} and {\tt {\char35}endgurmukhi} +can to be used to encode Gurmukh{\=\i} text in ITRANS. + +\subsection{Nuances} + +Many of the conventions of the Gurmukh{\=\i} script have been hard-coded +into the {\tt pun.ifm} file. Some of these are illustrated below: + +\begin{enumerate} +\item \textbf{Geminate consonants} in Gurmukh{\=\i} are not written +twice or with consonant conjuncts. Rather the first letter is dropped +and only the second letter is written. A diacritic called {\it addak\/} +is placed above the preceding letter, ie. #indian hatth#endindian \ {\tt hatth}. As +can be seen from the input transliteration, nothing special needs to be +done to produce the {\it addak\/} in ITRANS; the IFM file is coded for +geminate consonants. However, an {\it addak\/} may be explicitly +encoded as {\tt .c}, ie. #indian a.cdak#endindian \ {\tt a.cdak}. Geminate consonants +of the form {\it unaspirated-unaspirated\/} (ie. {\it kk\/}) and +{\it unaspirated-aspirated\/} (ie. {\it kkh\/}) are accounted for. + +When the geminate consonants are {\it nn} or {\it mm}, a sign called +{\it \d{t}ipp{\=\i}} is used instead of {\it addak\/}, ie. +{\it lamm{\=\i}\/} \ #indian lammii#endindian \ {\tt lammii}. {\it \d{T}ipp{\=\i}\/} +is one of the nasalization diacritics. Again the {\it addak\/} is +automatically produced by the IFM file. + +The following is a list of geminated consonants supported in this IFM file: +%\centerline{Geminated Consonants} +\begin{makeimage} +\begin{multicols}{4} +{\tt k} $+$ {\tt ka} $=$ #indian kka#endindian \\ +{\tt k} $+$ {\tt kha} $=$ #indian kkha#endindian \\ +{\tt g} $+$ {\tt ga} $=$ #indian gga#endindian \\ +{\tt g} $+$ {\tt gha} $=$ #indian ggha#endindian \\ +{\tt c} $+$ {\tt ca} $=$ #indian cca#endindian \\ +{\tt c} $+$ {\tt cha} $=$ #indian ccha#endindian \\ +{\tt j} $+$ {\tt ja} $=$ #indian jja#endindian \\ +{\tt j} $+$ {\tt jha} $=$ #indian jjha#endindian \\ +{\tt T} $+$ {\tt Ta} $=$ #indian TTa#endindian \\ +{\tt T} $+$ {\tt Tha} $=$ #indian TTha#endindian \\ +{\tt D} $+$ {\tt Da} $=$ #indian DDa#endindian \\ +{\tt D} $+$ {\tt Dha} $=$ #indian DDha#endindian \\ +{\tt t} $+$ {\tt ta} $=$ #indian tta#endindian \\ +{\tt t} $+$ {\tt tha} $=$ #indian ttha#endindian \\ +{\tt d} $+$ {\tt da} $=$ #indian dda#endindian \\ +{\tt d} $+$ {\tt dha} $=$ #indian ddha#endindian \\ +{\tt n} $+$ {\tt na} $=$ #indian nna#endindian \\ +{\tt p} $+$ {\tt pa} $=$ #indian ppa#endindian \\ +{\tt p} $+$ {\tt pha} $=$ #indian ppha#endindian \\ +{\tt b} $+$ {\tt ba} $=$ #indian bba#endindian \\ +{\tt b} $+$ {\tt bha} $=$ #indian bbha#endindian \\ +{\tt m} $+$ {\tt ma} $=$ #indian mma#endindian \\ +{\tt y} $+$ {\tt ya} $=$ #indian yya#endindian \\ +{\tt r} $+$ {\tt ra} $=$ #indian rra#endindian \\ +{\tt l} $+$ {\tt la} $=$ #indian lla#endindian \\ +{\tt v} $+$ {\tt va} $=$ #indian vva#endindian \\ +{\tt s} $+$ {\tt sa} $=$ #indian ssa#endindian +\end{multicols} +\end{makeimage} + +\item \textbf{Nasalization} in Gurmukh{\=\i} is indicated by two +diacritics called {\it \d{t}ipp{\=\i}\/} and {\it bi\d{m}d{\=\i}\/}. +I have coded these as {\tt .n} and {\tt .N}, respectively. In doing +so I have redefined the character codes for {\it anusv\=ara\/} and +{\it candrabindu\/} in {\tt pun.ifm}. + +{\it \d{T}ipp{\=\i}\/} is used with the vowels {\it a\/}, {\it i\/}, +and {\it u\/}, and with {\it \=u\/} when it is in word-final +position, ie. #indian mu.nDaa#endindian \ {\tt mu.nDaa}. {\it Bi\d{m}d{\=\i}\/} +is used with all other vowels, ie. #indian shaa.Nt#endindian \ {\tt shaa.Nt}. + +A nasal and consonant when of the same class may either be encoded +with the nasal class code or with {\it \d{t}ipp{\=\i}} {\tt .n}. For +example, {\it a\.nga\/} may either be encoded #indian aN^ga#endindian \ {\tt aN\char`^ga} +or #indian a.nga#endindian \ {\tt a.nga}. In either case, the IFM file will +automatically handle and produce the correct output. + +\item \textbf{Consonant conjuncts} are limited in Gurmukh{\=\i} +and are much simpler than those of Devan\=agar{\=\i}. I have +completed some conjuncts, but I have still researching +for a comprehensive list. Once I have included these in the IFM +file then the file will be complete. The list of consonant +conjunctions coded in the IFM is as follows: +\medskip + +\begin{makeimage} +\begin{multicols}{5} +{\tt k} + {\tt ra} $=$ #indian kra#endindian \\ +{\tt g} + {\tt ra} $=$ #indian gra#endindian \\ +{\tt t} + {\tt ra} $=$ #indian tra#endindian \\ +{\tt d} + {\tt ra} $=$ #indian dra#endindian \\ +{\tt p} + {\tt ra} $=$ #indian pra#endindian \\ +{\tt b} + {\tt ra} $=$ #indian bra#endindian \\ +{\tt d} + {\tt va} $=$ #indian dva#endindian \\ +{\tt s} + {\tt va} $=$ #indian sva#endindian \\ +{\tt d} + {\tt ya} $=$ #indian dya#endindian \\ +{\tt n} + {\tt ha} $=$ #indian nha#endindian +\end{multicols} +\end{makeimage} +\medskip + +There are five consonants in Old Pa\~nj\=ab{\=\i} which are actually +conjunct consonants. These are the voiced aspirate (breathy voice) +consonants given below. I have accounted for them in the IFM file. + +\begin{center} +\renewcommand{\arraystretch}{1.45} +\begin{makeimage} +\begin{tabular}{|ll|ll|ll|ll|ll|} +\hline +\multicolumn{10}{|c|}{\it Old Pa\~nj\=ab{\=\i} Voiced Aspirates\/} \\ +\hline +{\tt nha} & #indian nha#endindian & {\tt rha} & #indian rha#endindian & {\tt lha} & #indian lha#endindian & {\tt vha} & #indian vha#endindian & {\tt .Dha} & #indian .Dha#endindian \\ +\hline +\end{tabular} +\end{makeimage} +\end{center} +\bigskip + +\item \textbf{Vowel-bearers} are null characters which are modified +with diacritics to form the vowels. The vowel bearers are {\it u\/} +{\pun `\char117} for back vowels, {\it a\/} {\pun `\char97} for low vowels, +and {\it i\/} {\pun `\char101} for front vowels. I could not account +for these in the IFM file so they had to be accessed directly +through character codes from the {\tt pun} font. The codes +are {\tt u}, {\tt a}, and {\tt i}, respectively. Perhaps +Avinash Chopde could account for them if it is decided that +Gurmukh{\=\i} will be made a part of ITRANS. Suggested +input for the vowel-bearers are {\tt `a}, {\tt `u}, and +{\tt `i}. +\end{enumerate} + +\subsection{Variations} + +\begin{enumerate} +\item The {\it m\=atr\=a\/} for #indian au#endindian \ {\tt au} is sometimes not +written. A word like #indian augaNu#endindian \ {\tt augaNu} may be written +alternately as #indian a_ugaNu#endindian \ {\tt a\char`_ugaNu}. +\end{enumerate} + +\section{Examples} + +The following example, a poem by Bulleh Shah, illustrates the +typesetting of Gurmukh{\=\i} in ITRANS using {\tt pun.ifm}. + +\begin{quote} +\begin{makeimage} +\begin{multicols}{2} +#indian bhaiNaa.N mai.N katadii katadii huTTii . \\ +pa.Dii pacchii pichavaa.De rahi ga_ii .. \\ +hatth vic rahi ga_ii juTTii . \\ +agge carakhaa picche piiha.Daa .. \\ +hatth meriu.N ta.nd TuTTii .. #endindian +\medskip + +{\it bhai\d{n}\=a\d{m} mai\d{m} katad{\=\i} katad{\=\i} hu\d{t}\d{t}{\=\i}; \\ +pa\d{r}{\=\i} pacch{\=\i} pichaw\=a\d{r}e rahi ga{\=\i}. \\ +hatth vic rahi ga{\=\i} ju\d{t}\d{t}{\=\i}; \\ +agge carakh\=a picche p{\=\i}ha\d{r}\=a. \\ +hatth meriu\d{m} ta\d{m}d \d{t}u\d{t}\d{t}{\=\i}.} +\end{multicols} +\end{makeimage} +\end{quote} +\hfill{\itshape -- Bulleh Shah} + +\subsection{Another Example} + +\def\,{{\rm,}} + +\centerline{#indian 1 AUM \quad satiguru prasaadi #endindian} +\centerline{#indian suuhii mahalaa 5 #endindian} +\bigskip + +\begin{makeimage} +\begin{quote}\begin{quote} +{\obeylines +#indian +jis ke sir uupari tuu.n suaamii\, so dukhu kaisaa paavai || +boli n jaanai maaiiaa madi maataa\, maraNaa ciiti na aavai || 1|| +mere raamaraaii\, tuu.n santaa kaa sant tere || +tere sevak kau bhau kichu naahii\, jamu nahii aavai nere || 1|| rahaa_u || +jo terai raN^gi raate suaamii\, tin kaa janam maraN dukhu naasaa || +terii bakhas na meTai koI\, satigur kaa dilaasaa || 2|| +naamu dhiaaiini\, sukh phala paaiini\, aaTh pahar aaraadhahi || +terii saraNi tere bharavaasai\, pa~nc dushaT lai saadhahi || 3|| +giaanu dhiaanu kichu karamu na jaaNaa\, saar na jaaNaa terii || +sabh te vaDaa satiguru naanak\, jini kala raakhii merii || 4|| 10|| 57|| +#endindian +} +\end{quote}\end{quote} +\end{makeimage} + +\section{Limitations} +\begin{enumerate} +\item In {\it The World's Writing Systems\/}, Bright and Daniels, +a character {\it \d{l}a} is given. This character is #indian la#endindian \ {\it la\/} +with a {\it nuqta\/} beneath it. There is no glyph for it in the +{\tt pun} font. Perhaps it can be hard-coded. + +\item The symbol of the Sikhs, \ {\pun `\char64} \ {\it ka\d{n}\d{d}\=a\/}, +is available as a glyph in the {\tt pun} font. +This is accessible as {\tt khNDa} or {\tt KND} in the input text. + +\end{enumerate} + +\vfill +{\parindent=0pt +Anshuman Pandey $<$\emph{apandey@u.washington.edu}$>$ +} + +%%% Character Inventory %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +%------------------------------------------------------------------- +\begin{htmlonly} +\section{Gurmukhi Table} +\end{htmlonly} + +\begin{table} +\begin{center} +\renewcommand{\doublerulesep}{.5cm} +\renewcommand{\arraystretch}{1.40} +\begin{makeimage} +\begin{tabular}{|ll|ll|ll|} +\hline +\multicolumn{6}{|c|}{\it Vowel Bearers\/} \\ +\hline +{\it back\/} & {\pun `\char117} & {\it low\/} & {\pun `\char97} & {\it front\/} & {\pun `\char101} \\ +\hline +\end{tabular} +\end{makeimage} +\hspace*{.5cm} +\begin{makeimage} +\begin{tabular}{|ll|ll|} +\hline +\multicolumn{4}{|c|}{\it Fricatives\/} \\ +\hline +{\tt sa} & #indian sa#endindian & {\tt ha} & #indian ha#endindian \\ +\hline +\end{tabular} +\end{makeimage} +\vspace*{.5cm} \\ + +\begin{makeimage} +\begin{tabular}{|lll|lll|lll|lll|} +\hline +\multicolumn{12}{|c|}{\it Vowels\/} \\ +\hline +{\tt a} & #indian a#endindian & --- & {\tt aa} & #indian aa#endindian & {\pun `\char65} & {\tt i} & #indian i#endindian & {\pun `\char105} & {\tt ii} & #indian ii#endindian & {\pun `\char73} \\ +{\tt u} & #indian u#endindian & {\pun `\char85} & {\tt uu} & #indian uu#endindian & {\pun `\char60} & {\tt e} & #indian e#endindian & {\pun `\char69} & {\tt ai} & #indian ai#endindian & {\pun `\char62} \\ +{\tt o} & #indian o#endindian & {\pun `\char126} & {\tt au} & #indian au#endindian & {\pun `\char79} & {\tt aM} & [\ #indian aM#endindian\ ] & [\ {\pun `\char42}\ ] & {\tt aH} & [ #indian aH#endindian ] & [ {\pun `\char92} ] \\ +\hline +\end{tabular} +\end{makeimage} +\vspace*{.5cm} + +\begin{makeimage} +\begin{tabular}{|ll|ll|ll|ll|ll|} +\hline +\multicolumn{10}{|c|}{\it Occlusives\/} \\ +\hline +{\tt ka} & #indian ka#endindian & {\tt kha} & #indian kha#endindian & {\tt ga} & #indian ga#endindian & {\tt gha} & #indian gha#endindian & {\tt N\char`^a} & #indian N^a#endindian \\ +{\tt ca} & #indian ca#endindian & {\tt cha} & #indian cha#endindian & {\tt ja} & #indian ja#endindian & {\tt jha} & #indian jha#endindian & {\tt \char`~na} & #indian ~na#endindian \\ +{\tt Ta} & #indian Ta#endindian & {\tt Tha} & #indian Tha#endindian & {\tt Da} & #indian Da#endindian & {\tt Dha} & #indian Dha#endindian & {\tt Na} & #indian Na#endindian \\ +{\tt ta} & #indian ta#endindian & {\tt tha} & #indian tha#endindian & {\tt da} & #indian da#endindian & {\tt dha} & #indian dha#endindian & {\tt na} & #indian na#endindian \\ +{\tt pa} & #indian pa#endindian & {\tt pha} & #indian pha#endindian & {\tt ba} & #indian ba#endindian & {\tt bha} & #indian bha#endindian & {\tt ma} & #indian ma#endindian \\ +\hline\hline +\multicolumn{10}{|c|}{\it Sonorants\/} \\ +\hline +{\tt ya} & #indian ya#endindian & {\tt ra} & #indian ra#endindian & {\tt la} & #indian la#endindian & {\tt va} & #indian va#endindian & {\tt .Da} & #indian .Da#endindian \\ +\hline +\end{tabular} +\end{makeimage} +\vspace*{.5cm} + +\begin{makeimage} +\begin{tabular}{|ll|ll|ll|ll|ll|ll|} +\hline +\multicolumn{12}{|c|}{\it Supplementary Consonants\/} \\ +\hline +{\tt sha} & #indian sha#endindian & {\tt za} & #indian za#endindian & {\tt fa} & #indian fa#endindian & {\tt Ka} & #indian Ka#endindian & {\tt Ga} & #indian Ga#endindian & {\tt La} & --- \\ +\hline +\end{tabular} +\end{makeimage} +\vspace*{.5cm} + +\begin{makeimage} +\begin{tabular}{|ll|ll|ll|ll|ll|} +\hline +\multicolumn{10}{|c|}{\it Numerals\/} \\ +\hline +{\tt 0} & #indian 0#endindian & {\tt 1} & #indian 1#endindian & {\tt 2} & #indian 2#endindian & {\tt 3} & #indian 3#endindian & {\tt 4} & #indian 4#endindian \\ +{\tt 5} & #indian 5#endindian & {\tt 6} & #indian 6#endindian & {\tt 7} & #indian 7#endindian & {\tt 8} & #indian 8#endindian & {\tt 9} & #indian 9#endindian \\ +\hline +\end{tabular} +\end{makeimage} +\hspace*{.5cm} +\begin{makeimage} +\begin{tabular}{|ll|ll|ll|} +\hline +\multicolumn{6}{|c|}{\it Specials\/} \\ +\hline + {\tt AUM} & #indian AUM#endindian +& {\tt .c} & {\pun `\char38} +& {\it KND} & {\pun `\char64} \\ + {\tt .n} & {\pun `\char42} +& {\tt .N} & {\pun `\char58} && \\ +\hline +\end{tabular} +\end{makeimage} +\end{center} +\caption{`Punjabi' PostScript font} +\label{chars} +\end{table} + + +%%% Consonant-Vowel Combinations %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +%------------------------------------------------------------------- +\begin{htmlonly} +\section{Table of Consonant Forms} +\end{htmlonly} + +% All the consonant-vowel forms +\renewcommand{\arraystretch}{1.25} +\begin{table}[hp] +\vspace*{-0.5in} +\hspace*{0.0in}\vbox{ +\begin{center} +\begin{makeimage} +\begin{tabular}{|c||c|c|c|c|c|c|c|c|c|c|c|c|c|c|c|} +\hline + / & + {\tt a} & + {\tt aa} & + {\tt i} & + {\tt ii} & + {\tt u} & + {\tt uu} & + {\tt e} & + {\tt ai} & + {\tt o} & + {\tt au} \\ \hline \hline + + {\tt k} & +#indian ka #endindian & +#indian kaa #endindian & +#indian ki #endindian & +#indian kii #endindian & +#indian ku #endindian & +#indian kuu #endindian & +#indian ke #endindian & +#indian kai #endindian & +#indian ko #endindian & +#indian kau #endindian +\\ \hline + {\tt kh} & +#indian kha #endindian & +#indian khaa #endindian & +#indian khi #endindian & +#indian khii #endindian & +#indian khu #endindian & +#indian khuu #endindian & +#indian khe #endindian & +#indian khai #endindian & +#indian kho #endindian & +#indian khau #endindian \\ \hline + {\tt g} & +#indian ga #endindian & +#indian gaa #endindian & +#indian gi #endindian & +#indian gii #endindian & +#indian gu #endindian & +#indian guu #endindian & +#indian ge #endindian & +#indian gai #endindian & +#indian go #endindian & +#indian gau #endindian \\ \hline + {\tt gh} & +#indian gha #endindian & +#indian ghaa #endindian & +#indian ghi #endindian & +#indian ghii #endindian & +#indian ghu #endindian & +#indian ghuu #endindian & +#indian ghe #endindian & +#indian ghai #endindian & +#indian gho #endindian & +#indian ghau #endindian \\ \hline + {\tt N\char`^} & +#indian ~Na #endindian & +#indian ~Naa #endindian & +#indian ~Ni #endindian & +#indian ~Nii #endindian & +#indian ~Nu #endindian & +#indian ~Nuu #endindian & +#indian ~Ne #endindian & +#indian ~Nai #endindian & +#indian ~No #endindian & +#indian ~Nau #endindian \\ \hline + {\tt c} & +#indian ca #endindian & +#indian caa #endindian & +#indian ci #endindian & +#indian cii #endindian & +#indian cu #endindian & +#indian cuu #endindian & +#indian ce #endindian & +#indian cai #endindian & +#indian co #endindian & +#indian cau #endindian \\ \hline + {\tt ch} & +#indian cha #endindian & +#indian chaa #endindian & +#indian chi #endindian & +#indian chii #endindian & +#indian chu #endindian & +#indian chuu #endindian & +#indian che #endindian & +#indian chai #endindian & +#indian cho #endindian & +#indian chau #endindian \\ \hline + {\tt j} & +#indian ja #endindian & +#indian jaa #endindian & +#indian ji #endindian & +#indian jii #endindian & +#indian ju #endindian & +#indian juu #endindian & +#indian je #endindian & +#indian jai #endindian & +#indian jo #endindian & +#indian jau #endindian \\ \hline + {\tt jh} & +#indian jha #endindian & +#indian jhaa #endindian & +#indian jhi #endindian & +#indian jhii #endindian & +#indian jhu #endindian & +#indian jhuu #endindian & +#indian jhe #endindian & +#indian jhai #endindian & +#indian jho #endindian & +#indian jhau #endindian \\ \hline + {\tt \char`~n} & +#indian ~na #endindian & +#indian ~naa #endindian & +#indian ~ni #endindian & +#indian ~nii #endindian & +#indian ~nu #endindian & +#indian ~nuu #endindian & +#indian ~ne #endindian & +#indian ~nai #endindian & +#indian ~no #endindian & +#indian ~nau #endindian \\ \hline + {\tt T} & +#indian Ta #endindian & +#indian Taa #endindian & +#indian Ti #endindian & +#indian Tii #endindian & +#indian Tu #endindian & +#indian Tuu #endindian & +#indian Te #endindian & +#indian Tai #endindian & +#indian To #endindian & +#indian Tau #endindian \\ \hline + {\tt Th} & +#indian Tha #endindian & +#indian Thaa #endindian & +#indian Thi #endindian & +#indian Thii #endindian & +#indian Thu #endindian & +#indian Thuu #endindian & +#indian The #endindian & +#indian Thai #endindian & +#indian Tho #endindian & +#indian Thau #endindian \\ \hline + {\tt D} & +#indian Da #endindian & +#indian Daa #endindian & +#indian Di #endindian & +#indian Dii #endindian & +#indian Du #endindian & +#indian Duu #endindian & +#indian De #endindian & +#indian Dai #endindian & +#indian Do #endindian & +#indian Dau #endindian \\ \hline + {\tt Dh} & +#indian Dha #endindian & +#indian Dhaa #endindian & +#indian Dhi #endindian & +#indian Dhii #endindian & +#indian Dhu #endindian & +#indian Dhuu #endindian & +#indian Dhe #endindian & +#indian Dhai #endindian & +#indian Dho #endindian & +#indian Dhau #endindian \\ \hline + {\tt N} & +#indian Na #endindian & +#indian Naa #endindian & +#indian Ni #endindian & +#indian Nii #endindian & +#indian Nu #endindian & +#indian Nuu #endindian & +#indian Ne #endindian & +#indian Nai #endindian & +#indian No #endindian & +#indian Nau #endindian \\ \hline + {\tt t} & +#indian ta #endindian & +#indian taa #endindian & +#indian ti #endindian & +#indian tii #endindian & +#indian tu #endindian & +#indian tuu #endindian & +#indian te #endindian & +#indian tai #endindian & +#indian to #endindian & +#indian tau #endindian \\ \hline + {\tt th} & +#indian tha #endindian & +#indian thaa #endindian & +#indian thi #endindian & +#indian thii #endindian & +#indian thu #endindian & +#indian thuu #endindian & +#indian the #endindian & +#indian thai #endindian & +#indian tho #endindian & +#indian thau #endindian \\ \hline + {\tt d} & +#indian da #endindian & +#indian daa #endindian & +#indian di #endindian & +#indian dii #endindian & +#indian du #endindian & +#indian duu #endindian & +#indian de #endindian & +#indian dai #endindian & +#indian do #endindian & +#indian dau #endindian \\ \hline + {\tt dh} & +#indian dha #endindian & +#indian dhaa #endindian & +#indian dhi #endindian & +#indian dhii #endindian & +#indian dhu #endindian & +#indian dhuu #endindian & +#indian dhe #endindian & +#indian dhai #endindian & +#indian dho #endindian & +#indian dhau #endindian \\ \hline + {\tt n} & +#indian na #endindian & +#indian naa #endindian & +#indian ni #endindian & +#indian nii #endindian & +#indian nu #endindian & +#indian nuu #endindian & +#indian ne #endindian & +#indian nai #endindian & +#indian no #endindian & +#indian nau #endindian \\ \hline + {\tt p} & +#indian pa #endindian & +#indian paa #endindian & +#indian pi #endindian & +#indian pii #endindian & +#indian pu #endindian & +#indian puu #endindian & +#indian pe #endindian & +#indian pai #endindian & +#indian po #endindian & +#indian pau #endindian \\ \hline + {\tt ph} & +#indian pha #endindian & +#indian phaa #endindian & +#indian phi #endindian & +#indian phii #endindian & +#indian phu #endindian & +#indian phuu #endindian & +#indian phe #endindian & +#indian phai #endindian & +#indian pho #endindian & +#indian phau #endindian \\ \hline + {\tt b} & +#indian ba #endindian & +#indian baa #endindian & +#indian bi #endindian & +#indian bii #endindian & +#indian bu #endindian & +#indian buu #endindian & +#indian be #endindian & +#indian bai #endindian & +#indian bo #endindian & +#indian bau #endindian \\ \hline + {\tt bh} & +#indian bha #endindian & +#indian bhaa #endindian & +#indian bhi #endindian & +#indian bhii #endindian & +#indian bhu #endindian & +#indian bhuu #endindian & +#indian bhe #endindian & +#indian bhai #endindian & +#indian bho #endindian & +#indian bhau #endindian \\ \hline + {\tt m} & +#indian ma #endindian & +#indian maa #endindian & +#indian mi #endindian & +#indian mii #endindian & +#indian mu #endindian & +#indian muu #endindian & +#indian me #endindian & +#indian mai #endindian & +#indian mo #endindian & +#indian mau #endindian \\ \hline + {\tt y} & +#indian ya #endindian & +#indian yaa #endindian & +#indian yi #endindian & +#indian yii #endindian & +#indian yu #endindian & +#indian yuu #endindian & +#indian ye #endindian & +#indian yai #endindian & +#indian yo #endindian & +#indian yau #endindian \\ \hline + {\tt r} & +#indian ra #endindian & +#indian raa #endindian & +#indian ri #endindian & +#indian rii #endindian & +#indian ru #endindian & +#indian ruu #endindian & +#indian re #endindian & +#indian rai #endindian & +#indian ro #endindian & +#indian rau #endindian \\ \hline + {\tt l} & +#indian la #endindian & +#indian laa #endindian & +#indian li #endindian & +#indian lii #endindian & +#indian lu #endindian & +#indian luu #endindian & +#indian le #endindian & +#indian lai #endindian & +#indian lo #endindian & +#indian lau #endindian \\ \hline + {\tt v} & +#indian va #endindian & +#indian vaa #endindian & +#indian vi #endindian & +#indian vii #endindian & +#indian vu #endindian & +#indian vuu #endindian & +#indian ve #endindian & +#indian vai #endindian & +#indian vo #endindian & +#indian vau #endindian \\ \hline + {\tt .D} & +#indian .Da #endindian & +#indian .Daa #endindian & +#indian .Di #endindian & +#indian .Dii #endindian & +#indian .Du #endindian & +#indian .Duu #endindian & +#indian .De #endindian & +#indian .Dai #endindian & +#indian .Do #endindian & +#indian .Dau #endindian \\ \hline + {\tt sh} & +#indian sha #endindian & +#indian shaa #endindian & +#indian shi #endindian & +#indian shii #endindian & +#indian shu #endindian & +#indian shuu #endindian & +#indian she #endindian & +#indian shai #endindian & +#indian sho #endindian & +#indian shau #endindian \\ \hline + {\tt z} & +#indian za #endindian & +#indian zaa #endindian & +#indian zi #endindian & +#indian zii #endindian & +#indian zu #endindian & +#indian zuu #endindian & +#indian ze #endindian & +#indian zai #endindian & +#indian zo #endindian & +#indian zau #endindian \\ \hline + {\tt f} & +#indian fa #endindian & +#indian faa #endindian & +#indian fi #endindian & +#indian fii #endindian & +#indian fu #endindian & +#indian fuu #endindian & +#indian fe #endindian & +#indian fai #endindian & +#indian fo #endindian & +#indian fau #endindian \\ \hline + {\tt K} & +#indian Ka #endindian & +#indian Kaa #endindian & +#indian Ki #endindian & +#indian Kii #endindian & +#indian Ku #endindian & +#indian Kuu #endindian & +#indian Ke #endindian & +#indian Kai #endindian & +#indian Ko #endindian & +#indian Kau #endindian \\ \hline + {\tt G} & +#indian Ga #endindian & +#indian Gaa #endindian & +#indian Gi #endindian & +#indian Gii #endindian & +#indian Gu #endindian & +#indian Guu #endindian & +#indian Ge #endindian & +#indian Gai #endindian & +#indian Go #endindian & +#indian Gau #endindian \\ \hline + {\tt s} & +#indian sa #endindian & +#indian saa #endindian & +#indian si #endindian & +#indian sii #endindian & +#indian su #endindian & +#indian suu #endindian & +#indian se #endindian & +#indian sai #endindian & +#indian so #endindian & +#indian sau #endindian \\ \hline + {\tt h} & +#indian ha #endindian & +#indian haa #endindian & +#indian hi #endindian & +#indian hii #endindian & +#indian hu #endindian & +#indian huu #endindian & +#indian he #endindian & +#indian hai #endindian & +#indian ho #endindian & +#indian hau #endindian \\ \hline +\end{tabular} +\end{makeimage} +\vspace{0.10in} +\end{center} +} % end vbox +%\caption{Gurmukh{\=\i} Consonants with their Vowel Forms.} +%\label{consvow} +\end{table} + +\newpage +%------------------------------------------------------------------- +\section{Example Words} + +\begin{makeimage} +\begin{multicols}{3} +#indian mantri#endindian \quad {\tt mantrii} \\ +#indian svaadu#endindian \quad {\tt svaadu} \\ +#indian amritu#endindian \quad {\tt amritu} \\ +#indian indru#endindian \quad {\tt indru} \\ +#indian hindusataanu#endindian \quad {\tt hindusataanu} \\ +#indian jaN^galu#endindian \quad {\tt jaN\char`^galu} \\ +#indian ja.ngalu#endindian \quad {\tt ja.ngalu} \\ +#indian brahamaNu#endindian \quad {\tt brahamaNu} \\ +#indian pa~nja kakke#endindian \quad {\tt pa\char`~nja kakke} \\ +#indian pa.nja kakke#endindian \quad {\tt pa.nja kakke} \\ +#indian dhuu.Di#endindian \quad {\tt dhuu.Di} \\ +#indian bhaa_ii#endindian \quad {\tt bhaa\char`_ii} \\ +#indian aN^ga#endindian \quad {\tt aN\char`^ga} \\ +#indian a.nga#endindian \quad {\tt a.nga} \\ +#indian santa#endindian \quad {\tt santa} \\ +#indian sa.nta#endindian \quad {\tt sa.nta} \\ +#indian shaanti#endindian \quad {\tt shaanti} \\ +#indian shaa.Nti#endindian \quad {\tt shaa.Nti} \\ +#indian ambaa#endindian \quad {\tt ambaa} \\ +#indian a.nbaa#endindian \quad {\tt a.nbaa} \\ +#indian pampakinu#endindian \quad {\tt pampakinu\/} \\ +#indian paa~nca#endindian \quad {\tt paa\char`~nca\/} \\ +#indian paa.Nca#endindian \quad {\tt paa.Nca\/} \\ +#indian daNDaa#endindian \quad {\tt daNDaa} \\ +#indian da.nDaa#endindian \quad {\tt da.nDaa} \\ +#indian satiguru#endindian \quad {\tt satiguru} \\ +#indian sakhii#endindian \quad {\tt sakhii} \\ +#indian siddha#endindian \quad {\tt siddha} \\ +#indian hukamu#endindian \quad {\tt hukamu} \\ +%------------------------ +\begin{htmlonly} +\end{multicols} +\end{makeimage} +% latex2html can't do {multicols}{3}, it puts everything in 1 col, +% so, have to split table into two or will not fit on a page +\begin{makeimage} +\begin{multicols}{3} +\end{htmlonly} +%------------------------ +#indian kabiiru#endindian \quad {\tt kabiiru} \\ +#indian naanaku#endindian \quad {\tt naanaku} \\ +#indian kuraaNu#endindian \quad {\tt kuraaNu} \\ +#indian guramukhii#endindian \quad {\tt guramukhii} \\ +#indian ahaliaa#endindian \quad {\tt ahaliaa} \\ +#indian augaNu#endindian \quad {\tt augaNu} \\ +#indian a_ugaNu#endindian \quad {\tt a\char`_ugaNu} \\ +#indian aa_io#endindian \quad {\tt aa\char`_io} \\ +#indian giaanii#endindian \quad {\tt giaanii} \\ +#indian maaiaa#endindian \quad {\tt maaiaa} \\ +#indian maa_iaa#endindian \quad {\tt maa\char`_iaa} \\ +#indian khullhaa#endindian \quad {\tt khullhaa} \\ +#indian kripaa#endindian \quad {\tt kripaa} \\ +#indian khyattrii#endindian \quad {\tt khyattrii} \\ +#indian jagannaathu#endindian \quad {\tt jagannaathu} \\ +#indian granthu#endindian \quad {\tt granthu} \\ +#indian gra.nthu#endindian \quad {\tt gra.nthu} \\ +#indian pa~njaabii#endindian \quad {\tt pa\char`~njaabii} \\ +#indian pa.njaabii#endindian \quad {\tt pa.njaabii} \\ +#indian haumai#endindian \quad {\tt haumai} \\ +#indian ha_umai#endindian \quad {\tt ha\char`_umai} \\ +#indian paNDitu#endindian \quad {\tt paNDitu} \\ +#indian pa.nDitu#endindian \quad {\tt pa.nDitu} \\ +#indian nhaanaa#endindian \quad {\tt nhaanaa} \\ +#indian praaNu#endindian \quad {\tt praaNu} \\ +#indian cammu#endindian \quad {\tt cammu} \\ +#indian cannaNu#endindian \quad {\tt cannaNu} \\ +#indian saccaa#endindian \quad {\tt saccaa} +\end{multicols} +\end{makeimage} + +\bigskip +\hrule +\bigskip + +\vfill + +\section{Author} + +\noindent +ITRANS has been developed by Avinash Chopde. \\ +E-mail: +\htmladdnormallink{\texttt{avinash@acm.org}}{mailto:avinash@acm.org}. \\ +Home page: +\htmladdnormallink{\texttt{http://www.aczone.com/}}{http://www.aczone.com/} + +\bigskip\bigskip +\centerline{\tiny -- end-of-document --} +\end{document} diff -Nru texlive-lang-2007.dfsg.4/texmf-dist/doc/fonts/itrans/README texlive-lang-2009/texmf-dist/doc/fonts/itrans/README --- texlive-lang-2007.dfsg.4/texmf-dist/doc/fonts/itrans/README 1970-01-01 01:00:00.000000000 +0100 +++ texlive-lang-2009/texmf-dist/doc/fonts/itrans/README 2006-01-09 00:47:01.000000000 +0000 @@ -0,0 +1,124 @@ +% + Files in the ITRANS/doc directory + ----------------------------------------------------- + http://www.aczone.com/itrans/ + ----------------------------------------------------- + +Description of the files in the "doc" directory of the ITRANS package. + +Fast help (see idoc.itx, ../README, etc for more details): + +To print files with .itx extension: + $ ../src/itrans -v -i idoc.itx -o x.tex +(now, to print files with .tex extension): + $ latex x.tex + $ dvips x.dvi | lp + +To print files with .ips extension: + $ ../src/itrans -v -P -i flag.ips -o xps + $ ../src/prips xps + +To print files with .ps extension (send them directly to a PostScript +printer): + $ cat idoc.ps | lp + +------------------------------------------------------------------------ +For many sample documents using ITRANS, check out the ITRANS Song Book. +That is a database of thousands of ITRANS documents, including hindi film +song lyrics, sanskrit texts such as the bhagvad gita, etc. +Use WWW search tools to search for the substring "isongs", or visit +http://www.aczone.com/itrans/ +------------------------------------------------------------------------ +Note that all the *.ps files may not be present the itrans source +file archive (itrans*.zip or itrans*.tar) --- they are present in a separate +archive (usually itransps.zip or itransps.tgz). +------------------------------------------------------------------------ +Files in the doc directory: + +idoc.itx -- ITRANS general user manual + -- LaTeX document +idoc.ps -- printer-ready file, if you cannot generate + -- a printed copy from idoc.itx! + +ex_latex.itx -- a sample input file, uses LaTeX. Use this as a + -- template when you need to begin using ITRANS. + +ex_ltn1.itx -- a sample input file for generating direct text + -- output - for direct display on WWW browsers such + -- as Netscape. Uses ISO-Latin1 fonts. + +ex_ps.itx -- a sample input file, for direct PostScript + -- output. + +ex_utf8.itx -- a sample input file, produces Unicode UTF-8 + -- HTML output. + +dvnc.itx -- marathi/hindi transliteration map + -- for the Devnac PostScript font + -- in latex format +dvnc.ps -- printer-ready file for dvnc.itx + +dvng.itx -- marathi/hindi/sanskrit transliteration map + -- for the Devnag Metafont font & Xdvng font + -- in latex format + -- NOTE: This file typesets some large tables, + -- most normal latex programs will barf on it. + -- It requires a latex will larger than normal + -- memory capacities: on the PC I use -- blatex. +dvng.ps -- printer-ready file corresponding to dvng.itx + +tamil.itx -- tamil transliteration map + -- in latex format +tamil.ps -- printer-ready file for tamil.itx + +tlgutx.itx -- telugu transliteration map (for the TeluguTeX font) + -- in latex format + -- NOTE: This file typesets some large tables, + -- most normal latex programs will barf on it. + -- It requires a latex will larger than normal + -- memory capacities: on the PC I use -- blatex. +tlgutx.ps -- printer-ready file for tlgutx.itx + +gujdoc.itx -- Gujarati transliteration map (ItxGuj Type1 font) +gujdoc.ps -- printer-ready file for gujdoc.itx + +itxbeng.itx -- manual for Type 1 Bengali font +itxbeng.ps -- printer-ready file for itxbeng.itx + +kantex.itx -- manual for the Kannada font (Metafont) +kantex.ps -- printer-ready file for kantex.itx + +pundoc.itx -- manual for the Punjabi Gurmukhi font (PostScript) +pundoc.ps -- printer-ready file for kantex.itx + +romancsx.itx -- Romanized Sanksrit (CSUtopia Type 1 font) + -- transliteration map and documentation +romancsx.ps -- printer-ready file for romancsx.itx + +icsx.itx -- documentation for the CS/CSX encoding support + -- in ITRANS. +icsx.ps -- PostScript printer ready file of icsx.itx + +nehru.itx -- hindi transliterated text, nehru's sayings + -- in latex format (uses Devnac font) + +flag.ips -- draws the indian flag, and a hindi song + -- in PostScript format + -- also contains interesting PostScript code + -- to change font size, change the basic font, etc + -- a must-see! + +tech.tex -- english LaTeX file, contains technical + -- details regarding this software package + -- *** is incomplete and way out-of-date! + +../src/itrans.1 -- man page, source + -- use "man -d itrans.1" to see file. + +../src/prips.1 -- man page, source + -- use "man -d prips.1" to see file. + +../src/itrans.man -- man page, formatted (file may not be present) + -- use "more itrans.man" to see file. + +---------------------------------------------------------------------- diff -Nru texlive-lang-2007.dfsg.4/texmf-dist/doc/fonts/itrans/romancsx.itx texlive-lang-2009/texmf-dist/doc/fonts/itrans/romancsx.itx --- texlive-lang-2007.dfsg.4/texmf-dist/doc/fonts/itrans/romancsx.itx 1970-01-01 01:00:00.000000000 +0100 +++ texlive-lang-2009/texmf-dist/doc/fonts/itrans/romancsx.itx 2006-01-09 00:47:01.000000000 +0000 @@ -0,0 +1,305 @@ +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Romanized Sanskrit output User Doc for ITRANS (Version 5.00+) +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +\documentclass[11pt]{article} +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +\usepackage[preprocess]{itrans} % Ross Moore's extensions to latex2html + +\usepackage{html} % from standard latex2html package + % if you do not have html.sty in your machine, change the html to + % htmlstub (htmlstub.sty is included in the ITRANS/lib directory) +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +#sanskritifm=dvng.ifm % ITRANS command +#sanskritfont=\fransdvng % ITRANS command: argument specifies use of + % Frans's font, fransdvng is a command defined + % in itrans.sty (idevn.tex) +%begin{latexonly} +\let\usedvng=\largedvng % override the default size (normaldvng) +%end{latexonly} + +\newfont{\csroman}{ncprcsxp at 10pt} +\newfont{\csromani}{ncpicsxp at 10pt} + +#romanifm=romancsx.ifm +#romanfont=\csroman + +\newcommand{\SM}{\char35roman} +\newcommand{\EM}{\char35endroman} +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +\portraitpage % defined in itrans.sty (idevn.tex), get a larger page size +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\renewcommand{\arraystretch}{1.15} + +\begin{document} + +\footnotetext[0]{Last modification: \today} + +\centerline{\bf Transliteration Map} +\medskip +\centerline{\LARGE\bf NCS\_CSX font} +\medskip +\centerline{\bf (Romanized Sanskrit)} +\bigskip +\centerline{\bf itrans} +\smallskip +\centerline{\bf \copyright 1996--2001 Avinash Chopde} + +\section{Fonts Available} + +\subsection{\TeX\ Interface} + +The romanized sanskrit font is called {\em NCS\_CSX+-Roman}, +and its PostScript description +resides in the file {\em ncpr\_\_\_\_.pfb}. +It is a Type 1 PostScript font. +A second font, which is an italic version is also available {\em ncpi\_\_\_\_.pfb}. +A bold version of the font is also available, as well as Mac versions, +but they are not bundled in +with ITRANS. You can download the bold version of NCS\_CSX from the +Internet, see the following section titled ``Font Developer.'' + +Since these are PostScript fonts, you can use them at any font size in +your document. +Here are two examples of loading these fonts (see romancsx.itx for +example usage): + +\noindent\verb+\newfont{\csroman}{ncpr at 10pt}+. + +or + +\noindent\verb+\newfont{\csromani}{ncpi at 10pt}+. + +\subsection{Direct PostScript Interface} + +This font can be used with the -P option of ITRANS, to produce direct +PostScript output. + +This can be used when you don't want to use \TeX\ for typesetting. +There are a few sample files provided which show how to use this Direct +PostScript Output mode (the files ending in .ips are the Direct PostScript +output files). + +\subsection{Direct Text Interface} + +This font can be used with the -7 or -8 option of ITRANS, to produce direct +Text (HTML) output. This can be used to convert input ITRANS encoded texts into the +Classical Sanskrit encoding, and that output text + can be viewed using a CS/CSX font on HTML browsers such a Netscape (3.0 + or later). +For details on the Classical Sanskrit font encoding, see Dominik Wujastyk's +documents on the Internet, search for the keywords Indology or +Classical Sanskrit, or visit the ftp site listed in the ``Font Developer'' +section of this document. +That ftp site also contains other variations of the NCS\_CSX font, which +includes a bold version of the font, and also contains many other +CS/CSX fonts. + +The -7 or -8 mode, with a little bit of output editing, +can be used in interesting ways --- this can be +used to convert all ITRANS encoded text into CS/CSX encoded text. +And since ITRANS also accepts CS/CSX encoded text as input, this offers +a way to move to 8-bit input text encoding, and also +retain all the advantages of the original ITRANS documents! + +\subsection{Font Developer} + +The NCS fonts have been taken from this site: + +{\verb- ftp://bombay.oriental.cam.ac.uk/pub/john/software/fonts/csx+/-} + +As mentioned in the readme there, +``The fonts in this archive implement the CSX+ character set designed +for use in printing Indian language material in Roman script. They +are based on fonts designed by URW++ Design and Development Incorporated, +Germany.'' + +For more information, visit Dr. John D Smith's home page, at \\ +\htmladdnormallink{\texttt{http://bombay.oriental.cam.ac.uk/index.html}}{http://bombay.oriental.cam.ac.uk/index.html} + +\subsection{CS/CSX Encoding} + +During the 8th World Sanskrit Conference, Vienna 1990, a panel +was held to discuss the standardization of Sanskrit for +electronic data transfer. +Dominik Wujastyk presented a paper, titled ``Standardization of Sanskrit for +Electronic Data Transfer and Screen Representation,'' which outlines the +Classical Sanskrit and Classical Sanskrit Extended Encoding. +The original paper is available in a .zip archive, named ``iass.zip'' +available at: {\verb+ ftp.bcc.ac.uk:/pub/users/ucgadkw/indology+}. + +\section{Example usage} + +This input: +\bigskip + +{\obeylines +{\tt \SM} +\begin{verbatim} + karmaNyevaadhikaaraste maa phaleshhu kadaachana | + maa karmaphalaheturbhuurmaa te sa~Ngo.astvakarmaNi || 47 || +\csromani + yogasthaH kuru karmaaNi sa~Nga.n tyaktvaa dhana.njaya | + sid.hdhyasid.hdhyoH samo bhuutvaa samatva.n yoga uchyate || 48 || +\end{verbatim} +\noindent +{\tt \EM}} + +\bigskip +\noindent +produces: +\bigskip + +{ +#roman \obeylines + karmaNyevaadhikaaraste maa phaleshhu kadaachana | + maa karmaphalaheturbhuurmaa te sa~Ngo.astvakarmaNi || 47 || +\csromani + yogasthaH kuru karmaaNi sa~Nga.n tyaktvaa dhana.njaya | + sid.hdhyasid.hdhyoH samo bhuutvaa samatva.n yoga uchyate || 48 || + +#endroman +} + +\bigskip +\hrule +\vfill + +\section{Author} + +\noindent +ITRANS has been developed by Avinash Chopde. \\ +E-mail: +\htmladdnormallink{\texttt{avinash@acm.org}}{mailto:avinash@acm.org}. \\ +Home page: +\htmladdnormallink{\texttt{http://www.aczone.com/}}{http://www.aczone.com/} + +\bigskip +\hrule +%------------------------------------------------------------------- +\begin{htmlonly} +\section{Romanized Sanskrit Table} +\end{htmlonly} + +\begin{table}[hp] +\begin{center} +\vspace*{-0.00in}\begin{tabular}{c@{\hspace{1in}}c@{\hspace{1in}}c} +% --- first col is vowels inside a tabular +\begin{makeimage} +\begin{tabular}{|c|c|} +\multicolumn{2}{c}{Vowels} \\ +\hline +{#roman a #endroman} & {\tt a} \\ \hline +{#roman aa #endroman} & {\tt aa {\it or} A} \\ \hline +{#roman i #endroman} & {\tt i} \\ \hline +{#roman ii #endroman} & {\tt ii {\it or} I} \\ \hline +{#roman u #endroman} & {\tt u} \\ \hline +{#roman uu #endroman} & {\tt uu {\it or} U} \\ \hline +{#roman R^i #endroman} & {\tt RRi {\it or} R\char`^i} \\ \hline +{#roman R^I #endroman} & {\tt RRI {\it or} R\char`^I} \\ \hline +{#roman L^i #endroman} & {\tt LLi {\it or} L\char`^i} \\ \hline +{#roman L^I #endroman} & {\tt LLI {\it or} L\char`^I} \\ \hline +{#roman e #endroman} & {\tt e} \\ \hline +{#roman ai #endroman} & {\tt ai} \\ \hline +{#roman o #endroman} & {\tt o} \\ \hline +{#roman au #endroman} & {\tt au} \\ \hline +{#roman aM #endroman} & {\tt {\it a}M} \\ \hline +{#roman aH #endroman} & {\tt {\it a}H} \\ \hline +\multicolumn{2}{c}{} \\ +\multicolumn{2}{c}{} \\ +\multicolumn{2}{c}{Digits} \\ +\hline +{#roman 0 #endroman} & {\tt 0} \\ \hline +{#roman 1 #endroman} & {\tt 1} \\ \hline +{#roman 2 #endroman} & {\tt 2} \\ \hline +{#roman 3 #endroman} & {\tt 3} \\ \hline +{#roman 4 #endroman} & {\tt 4} \\ \hline +{#roman 5 #endroman} & {\tt 5} \\ \hline +{#roman 6 #endroman} & {\tt 6} \\ \hline +{#roman 7 #endroman} & {\tt 7} \\ \hline +{#roman 8 #endroman} & {\tt 8} \\ \hline +{#roman 9 #endroman} & {\tt 9} \\ \hline +\end{tabular} +\end{makeimage} +% --- end first col +& +% --- second col is consonants +\begin{makeimage} +\begin{tabular}{|c|c|} +\multicolumn{2}{c}{Consonants} \\ +\hline +{#roman ka #endroman} & {\tt k{\it a}} \\ \hline +{#roman kha #endroman} & {\tt kh{\it a}} \\ \hline +{#roman ga #endroman} & {\tt g{\it a}} \\ \hline +{#roman gha #endroman} & {\tt gh{\it a}} \\ \hline +{#roman ~Na #endroman} & {\tt \char`~N{\it a or} N\char`^{\it a}} \\ \hline +{#roman cha #endroman} & {\tt ch{\it a}} \\ \hline +{#roman Cha #endroman} & {\tt Ch{\it a or} chh{\it a}} \\ \hline +{#roman ja #endroman} & {\tt j{\it a}} \\ \hline +{#roman jha #endroman} & {\tt jh{\it a}} \\ \hline +{#roman ~na #endroman} & {\tt \char`~n{\it a or} JN{\it a}} \\ \hline +{#roman Ta #endroman} & {\tt T{\it a}} \\ \hline +{#roman Tha #endroman} & {\tt Th{\it a}} \\ \hline +{#roman Da #endroman} & {\tt D{\it a}} \\ \hline +{#roman Dha #endroman} & {\tt Dh{\it a}} \\ \hline +{#roman Na #endroman} & {\tt N{\it a}} \\ \hline +{#roman ta #endroman} & {\tt t{\it a}} \\ \hline +{#roman tha #endroman} & {\tt th{\it a}} \\ \hline +{#roman da #endroman} & {\tt d{\it a}} \\ \hline +{#roman dha #endroman} & {\tt dh{\it a}} \\ \hline +{#roman na #endroman} & {\tt n{\it a}} \\ \hline +{#roman pa #endroman} & {\tt p{\it a}} \\ \hline +{#roman pha #endroman} & {\tt ph{\it a}} \\ \hline +{#roman ba #endroman} & {\tt b{\it a}} \\ \hline +{#roman bha #endroman} & {\tt bh{\it a}} \\ \hline +{#roman ma #endroman} & {\tt m{\it a}} \\ \hline +{#roman ya #endroman} & {\tt y{\it a}} \\ \hline +{#roman ra #endroman} & {\tt r{\it a}} \\ \hline +{#roman la #endroman} & {\tt l{\it a}} \\ \hline +{#roman va #endroman} & {\tt v{\it a}} \\ \hline +{#roman sha #endroman} & {\tt sh{\it a}} \\ \hline +{#roman Sha #endroman} & {\tt Sh{\it a or} shh{\it a}} \\ \hline +{#roman sa #endroman} & {\tt s{\it a}} \\ \hline +{#roman ha #endroman} & {\tt h{\it a}} \\ \hline +{#roman lda #endroman} & {\tt ld{\it a or}} L{\it a} \\ \hline +{#roman kSha #endroman} & {\tt kSh{\it a or} x{\it a}} \\ \hline +{#roman j~na #endroman} & {\tt j\char`~n{\it a or} GY{\it a}} \\ \hline +\end{tabular} +\end{makeimage} +% --- end second col +& +% --- third col of specials/accents inside a tabular +\begin{makeimage} +\begin{tabular}{|c|c|} +\multicolumn{2}{c}{Specials/Accents} \\ +\hline +{#roman qa #endroman} & {\tt q{\it a}} \\ \hline +{#roman Ka #endroman} & {\tt K{\it a}} \\ \hline +{#roman Ga #endroman} & {\tt G{\it a}} \\ \hline +{#roman za #endroman} & {\tt J{\it a or} z{\it a}} \\ \hline +{#roman fa #endroman} & {\tt f{\it a}} \\ \hline +{#roman .Da #endroman} & {\tt .D{\it a}} \\ \hline +{#roman .Dha #endroman} & {\tt .Dh{\it a}} \\ \hline +{#roman AUM #endroman} & {\tt AUM} or {\tt OM} \\ \hline +{#roman Rga #endroman} & {\tt R{\it ga}} \\ \hline +{#roman ga^r #endroman} & {\tt {\it ga}\char`^r} \\ \hline +{#roman ga.n #endroman} & {\tt {\it ga}.n} \\ \hline +{#roman aa.c #endroman} & {\tt {\it aa}.c} \\ \hline +{#roman Da.N #endroman} & {\tt {\it Da}.N} \\ \hline +{#roman D.h #endroman} & {\tt {\it D}.h} \\ \hline +{#roman duH #endroman} & {\tt {\it du}H} \\ \hline +{#roman .a #endroman} & {\tt .a} \\ \hline +\end{tabular} +\end{makeimage} +\\ +\end{tabular} % end the larger tabular encompassing all four tables +\hfill +\\ +\end{center} +\caption {{\bf ITRANS: Romanized Sanskrit to English Transliteration Table}.} +\label{ienc} +\end{table} + +%------------------------------------------------------------------- +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +\end{document} diff -Nru texlive-lang-2007.dfsg.4/texmf-dist/doc/fonts/itrans/tamil.itx texlive-lang-2009/texmf-dist/doc/fonts/itrans/tamil.itx --- texlive-lang-2007.dfsg.4/texmf-dist/doc/fonts/itrans/tamil.itx 1970-01-01 01:00:00.000000000 +0100 +++ texlive-lang-2009/texmf-dist/doc/fonts/itrans/tamil.itx 2006-01-09 00:47:01.000000000 +0000 @@ -0,0 +1,673 @@ +\documentclass[11pt]{article} +% User Documentation for the Itrans Package +% The Tamil Language Transliteration Table + +\usepackage[preprocess]{itrans} % Ross Moore's extensions to latex2html + +\usepackage{html} % from standard latex2html package + % if you do not have html.sty in your machine, change the html to + % htmlstub (htmlstub.sty is included in the ITRANS/lib directory) + +\portraitpage % defined in itrans.sty (idevn.tex), get a larger page size + +\renewcommand{\arraystretch}{1.25} +\newcommand{\rarrow}{\mbox{---\hspace{-8pt}$>$}} +\newcommand{\ST}{\char35 tamil} +\newcommand{\ET}{\char35 endtamil} +\newfont{\cmt}{cmtt12} +\newfont{\cmts}{cmtt9} + +\newfont{\tmlb}{wntml12} +\newfont{\tmls}{wntml10} +\hyphenchar\tmlb=-1 % disable hyphenation using this font +\hyphenchar\tmls=-1 % disable hyphenation using this font + +#tamilifm=wntml.ifm +#tamilfont=\tmlb + +\begin{document} + +\footnotetext[0]{Last modification: \today} + +\centerline{\LARGE\bf Transliteration Map} +\medskip +\centerline{\LARGE\bf Tamil Font (wntml)} +\bigskip +\centerline{\LARGE\bf itrans} +\smallskip +\centerline{\bf \copyright 1991--1998 Avinash Chopde} + +\section{Fonts Available --- \TeX\ Interface} + +The single font {\em wntml}, is available in three sizes: 10, 12 and +17~points. +The names are {\em wntml10}, {\em wntml12}, and {\em wntml17} +respectively. + +In this document (and in idoc.itx), the following lines were used for +loading the font: + +\noindent\verb+\newfont{\tmlb}{wntml12}+. + +\noindent\verb+\newfont{\tmls}{wntml10}+. + +The command {\tt \char92tmlb} refers to the font of size 12, and the +command {\tt \char92tmls} refers to the font of size 10 points. + +This package also includes the MF and PK files for the font. +Since the MF files are also present, you can use them to generate any +other PK and TFM files you need, to get fonts that are transformed +versions (scaled, slanted, etc) of the basic Washington Tamil font. + +\subsection{Points to Note} + +\begin{itemize} + +\item The font used, wntml, is a Metafont description, hence, this font +cannot be used to directly generate PostScript output from itrans. +The only way to use this font with {\em itrans} is to produce documents +in \TeX. + +\item The font used, wntml, does not have any numerals or any punctuation +characters. +Therefore, if you need to use numbers or punctuation marks between the +\ST\ and \ET\ markers, remember to change the font before any number or +any punctuation mark. + +For numbers, it is usually sufficient to use the \$ enclosing scope to +make them print correctly, since a \$ enters mathmode and uses the math +fonts. +For punctuation marks, the user needs to explicitly change fonts: +example: + +\noindent{\tt \ST ......\{\char92rm ;\}.......\ET}. + +The example in the previous section uses these methods. + +\end{itemize} + +\subsection{Archaic Character Forms} + +As shown in table 2, the consonant-vowel forms follow certain modern +tamil conventions. (I use the terms modern and archaic loosely, and they +only reflect current tamil standards in India, other countries may not +follow these.) +It is possible to get the older alternate character forms that print out thus: + +{\tt NA:} {\tmlb% +{\char49} }% End of Indian Language + +{\tt Nai:} {\tmlb% +{\char54} }% End of Indian Language + +{\tt No:} {\tmlb% +{\char22\char49} }% End of Indian Language + +{\tt NO:} {\tmlb% +{\char23\char49} }% End of Indian Language + +{\tt nA:} {\tmlb% +{\char145} }% End of Indian Language + +{\tt nai:} {\tmlb% +{\char150} }% End of Indian Language + +{\tt no:} {\tmlb% +{\char22\char145} }% End of Indian Language + +{\tt nO:} {\tmlb% +{\char23\char145} }% End of Indian Language + +{\tt Lai:} {\tmlb% +{\char134} }% End of Indian Language + +{\tt RA:} {\tmlb% +{\char137} }% End of Indian Language + +{\tt Ro:} {\tmlb% +{\char22\char137} }% End of Indian Language + +{\tt RO:} {\tmlb% +{\char23\char137} }% End of Indian Language + +\bigskip +To enable these forms, you need to edit the wntml.ifm file: better +make a copy, and name it wntmla.ifm, and edit the new file. + +Search the wntmla.ifm file for the word {\em ARCHAIC}, and delete +that word. +You should see twelve such instances, corresponding to the characters +above. + +Once that is done, specify the new IFM file with the {\tt \char35tamilifm} +keyword, and all the above twelve consonant forms will print out as above. +(See the user manual idoc.itx for exact details regarding the {\tt +\char35tamilifm} keyword.) + +\section{Example} + +\noindent $\bullet$ English Input: +\bigskip + +\noindent {\tt \char123 {\ST}} +\begin{verbatim} +namadhu chUriya maNTalaththai viTTup paya^nIr{\rm ,} vAyEjar +viNkala~NkaL veLiyERi viNmI^n kaLai nOkki viraindhu +koNTirukki^nRa^na{\rm .} +idhaRkE padhdhuppadhi^nARu ANTukaLAki viTTa^na{\rm .} +viNmI^nkaLukkuch churukkAka payaNam chella i^nRaiya +vEdhiyal EvUrdhikaL kaikoTukkA{\rm .} ivaRRi^nAl maNikku +$ 40 $ Ayiram kilO mITTar vEkadhdhaiyE eTTa muTiyum{\rm .} +\end{verbatim} +\noindent {\tt \ET\char125} + +\bigskip\bigskip + +\noindent $\bullet$ Tamil Output: +\bigskip + +#tamil +\noindent namadhu chUriya maNTalaththai viTTup paya^nIr{\rm ,} +vAyEjar +viNkala~NkaL veLiyERi +viNmI^nkaLai nOkki viraindhu koNTirukki^nRa^na{\rm .} +idhaRkE padhdhuppadhi^nARu ANTukaLAki viTTa^na{\rm .} \\ +viNmI^nkaLukkuch churukkAka payaNam chella i^nRaiya vEdhiyal +EvUrdhikaL +kaikoTukkA{\rm .} +ivaRRi^nAl maNikku $ 40 $ Ayiram kilO mITTar vEkadhdhaiyE eTTa +muTiyum{\rm .} +#endtamil + +\section{Acknowledgements} + +The support for tamil in the initial version of {\em itrans} package has +been possible +only because of the help I received from {\tt Sriram Tyagarajan}. +I would like to thank him for his help in making me relate the {\em +itrans} package to the tamil alphabet, and his patience in proof-reading +all the printouts I sent him. + +The current version of ITRANS makes use of Tamil enhancements from many +other people, particularly +Siddharthan Ramachandramurthi who added glyphs to the tamil font, and to +Shree for many modifications to the IFM file. + +\subsection{Font Developer} + + The Washington Tamil font (wntml) was created by the + Humanities and Arts Computing Center of the University of Washington, + USA. + I would like to thank them for making this font available as freeware. + +{\obeylines\cmts +\noindent Thomas Ridgeway, Director, +\noindent Humanities and Arts Computing Center/NorthWest Computing Support Center +\noindent Internet: ridgeway@blackbox.hacc.washington.edu +} + +The current version of {\tt tamil.mf} Wntml font that is distributed +with ITRANS has been developed by +Siddharthan Ramachandramurthi, it includes updates to a few of the +original glyphs, and it also adds a few more characters to the font. + +\bigskip +\hrule +\vfill + +\bigskip +\section{Author} + +\noindent +ITRANS has been developed by Avinash Chopde. \\ +E-mail: +\htmladdnormallink{\texttt{avinash@acm.org}}{mailto:avinash@acm.org}. \\ +Home page: +\htmladdnormallink{\texttt{http://www.aczone.com/}}{http://www.aczone.com/} + +\bigskip +\hrule +%------------------------------------------------------------------- +\begin{htmlonly} +\section{Tamil Table} +\end{htmlonly} + +\begin{table}[hp] +\begin{center} +\begin{tabular}{c@{\hspace{1in}}c@{\hspace{1in}}c} +% --- first col is vowels inside a tabular +\begin{makeimage} +\begin{tabular}{|c|c|} +\multicolumn{2}{c}{Vowels} \\ +\hline +{#tamil a #endtamil} & {\tt a} \\ \hline +{#tamil aa #endtamil} & {\tt aa {\it or} A} \\ \hline +{#tamil i #endtamil} & {\tt i} \\ \hline +{#tamil ii #endtamil} & {\tt ii {\it or} I} \\ \hline +{#tamil u #endtamil} & {\tt u} \\ \hline +{#tamil uu #endtamil} & {\tt uu {\it or} U} \\ \hline +{#tamil e #endtamil} & {\tt e} \\ \hline +{#tamil E #endtamil} & {\tt E} \\ \hline +{#tamil ai #endtamil} & {\tt ai} \\ \hline +{#tamil o #endtamil} & {\tt o} \\ \hline +{#tamil O #endtamil} & {\tt O} \\ \hline +{#tamil au #endtamil} & {\tt au} \\ \hline +\multicolumn{2}{c}{ }\\ +\multicolumn{2}{c}{ }\\ +\hline +{#tamil q #endtamil} & {\tt q} \\ \hline +{#tamil SRI #endtamil} & {\tt SRI} \\ \hline +\end{tabular} +\end{makeimage} +% --- end first col +& +% --- second col is consonants +\begin{makeimage} +\begin{tabular}{|c|c|} +\multicolumn{2}{c}{Consonants} \\ +\hline +{#tamil ka #endtamil} & {\tt k{\it a} {\it or} g{\it a}} \\ \hline +{#tamil ~Na #endtamil} & {\tt \char`~N{\it a or} N\char`^{\it a}} \\ \hline +{#tamil cha #endtamil} & {\tt ch{\it a}} \\ \hline +{#tamil ~na #endtamil} & {\tt {\char`~}n{\it a}} \\ \hline +{#tamil Ta #endtamil} & {\tt T{\it a} {\it or} Th{\it a}} \\ \hline +{#tamil Na #endtamil} & {\tt N{\it a}} \\ \hline +{#tamil ta #endtamil} & {\tt t{\it a} {\it or} th{\it a}} \\ \hline +{#tamil na #endtamil} & {\tt n{\it a}} \\ \hline +{#tamil ^na #endtamil} & {\tt \char`^n{\it a}} \\ \hline +{#tamil pa #endtamil} & {\tt p{\it a} {\it or} b{\it a}} \\ \hline +{#tamil ma #endtamil} & {\tt m{\it a}} \\ \hline +{#tamil ya #endtamil} & {\tt y{\it a}} \\ \hline +{#tamil ra #endtamil} & {\tt r{\it a}} \\ \hline +{#tamil la #endtamil} & {\tt l{\it a}} \\ \hline +{#tamil va #endtamil} & {\tt v{\it a or} w{\it a}} \\ \hline +{#tamil za #endtamil} & {\tt J{\it a or} z{\it a}} \\ \hline +{#tamil La #endtamil} & {\tt L{\it a}} \\ \hline +{#tamil Ra #endtamil} & {\tt R{\it a}} \\ \hline +{#tamil sha #endtamil} & {\tt sh{\it a}} \\ \hline +{#tamil Sha #endtamil}& {\tt Sh{\it a}} \\ \hline +{#tamil sa #endtamil} & {\tt s{\it a}} \\ \hline +{#tamil ja #endtamil} & {\tt j{\it a}} \\ \hline +{#tamil ha #endtamil} & {\tt h{\it a}} \\ \hline +{#tamil xa #endtamil} & {\tt x{\it a} {\it or} ksh{\it a}} \\ \hline +\end{tabular} +\end{makeimage} +\\ +\end{tabular} % end the larger tabular encompassing all two tables +\hfill +\\ +\end{center} +\caption {\bf ITRANS: Tamil to English Transliteration Table.} +\label{ienc} +\end{table} + +#tamilfont=\tmls +%------------------------------------------------------------------- +\begin{htmlonly} +\section{All the Consonant-Vowel Forms} +\end{htmlonly} + +\begin{table}[hp] +\vspace*{-0.00in} +\hspace*{-0.5in}\mbox{\vbox{ % this hspace and vspace doesn't work... +\begin{makeimage} +\begin{tabular}{|c||c|c|c|c|c|c|c|c|c|c|c|c|c|} % 14 columns +\hline +\tt \char92 & +\tt & +\tt a & +\tt A & +\tt i & +\tt I & +\tt u & +\tt U & +\tt e & +\tt E & +\tt ai & +\tt o & +\tt O & +\tt au \\ \hline\hline +\tt k & +#tamil k #endtamil & +#tamil ka #endtamil & +#tamil kA #endtamil & +#tamil ki #endtamil & +#tamil kI #endtamil & +#tamil ku #endtamil & +#tamil kU #endtamil & +#tamil ke #endtamil & +#tamil kE #endtamil & +#tamil kai #endtamil & +#tamil ko #endtamil & +#tamil kO #endtamil & +#tamil kau #endtamil \\ \hline +\tt {\char`~}N & +#tamil ~N #endtamil & +#tamil ~Na #endtamil & +#tamil ~NA #endtamil & +#tamil ~Ni #endtamil & +#tamil ~NI #endtamil & +#tamil ~Nu #endtamil & +#tamil ~NU #endtamil & +#tamil ~Ne #endtamil & +#tamil ~NE #endtamil & +#tamil ~Nai #endtamil & +#tamil ~No #endtamil & +#tamil ~NO #endtamil & +#tamil ~Nau #endtamil \\ \hline +\tt ch & +#tamil ch #endtamil & +#tamil cha #endtamil & +#tamil chA #endtamil & +#tamil chi #endtamil & +#tamil chI #endtamil & +#tamil chu #endtamil & +#tamil chU #endtamil & +#tamil che #endtamil & +#tamil chE #endtamil & +#tamil chai #endtamil & +#tamil cho #endtamil & +#tamil chO #endtamil & +#tamil chau #endtamil \\ \hline +\tt {\char`~}n & +#tamil ~n #endtamil & +#tamil ~na #endtamil & +#tamil ~nA #endtamil & +#tamil ~ni #endtamil & +#tamil ~nI #endtamil & +#tamil ~nu #endtamil & +#tamil ~nU #endtamil & +#tamil ~ne #endtamil & +#tamil ~nE #endtamil & +#tamil ~nai #endtamil & +#tamil ~no #endtamil & +#tamil ~nO #endtamil & +#tamil ~nau #endtamil \\ \hline +\tt T & +#tamil T #endtamil & +#tamil Ta #endtamil & +#tamil TA #endtamil & +#tamil Ti #endtamil & +#tamil TI #endtamil & +#tamil Tu #endtamil & +#tamil TU #endtamil & +#tamil Te #endtamil & +#tamil TE #endtamil & +#tamil Tai #endtamil & +#tamil To #endtamil & +#tamil TO #endtamil & +#tamil Tau #endtamil \\ \hline +\tt N & +#tamil N #endtamil & +#tamil Na #endtamil & +#tamil NA #endtamil & +#tamil Ni #endtamil & +#tamil NI #endtamil & +#tamil Nu #endtamil & +#tamil NU #endtamil & +#tamil Ne #endtamil & +#tamil NE #endtamil & +#tamil Nai #endtamil & +#tamil No #endtamil & +#tamil NO #endtamil & +#tamil Nau #endtamil \\ \hline +\tt t & +#tamil t #endtamil & +#tamil ta #endtamil & +#tamil tA #endtamil & +#tamil ti #endtamil & +#tamil tI #endtamil & +#tamil tu #endtamil & +#tamil tU #endtamil & +#tamil te #endtamil & +#tamil tE #endtamil & +#tamil tai #endtamil & +#tamil to #endtamil & +#tamil tO #endtamil & +#tamil tau #endtamil \\ \hline +\tt n & +#tamil n #endtamil & +#tamil na #endtamil & +#tamil nA #endtamil & +#tamil ni #endtamil & +#tamil nI #endtamil & +#tamil nu #endtamil & +#tamil nU #endtamil & +#tamil ne #endtamil & +#tamil nE #endtamil & +#tamil nai #endtamil & +#tamil no #endtamil & +#tamil nO #endtamil & +#tamil nau #endtamil \\ \hline +\tt \char`^n & +#tamil ^n #endtamil & +#tamil ^na #endtamil & +#tamil ^nA #endtamil & +#tamil ^ni #endtamil & +#tamil ^nI #endtamil & +#tamil ^nu #endtamil & +#tamil ^nU #endtamil & +#tamil ^ne #endtamil & +#tamil ^nE #endtamil & +#tamil ^nai #endtamil & +#tamil ^no #endtamil & +#tamil ^nO #endtamil & +#tamil ^nau #endtamil \\ \hline +\tt p & +#tamil p #endtamil & +#tamil pa #endtamil & +#tamil pA #endtamil & +#tamil pi #endtamil & +#tamil pI #endtamil & +#tamil pu #endtamil & +#tamil pU #endtamil & +#tamil pe #endtamil & +#tamil pE #endtamil & +#tamil pai #endtamil & +#tamil po #endtamil & +#tamil pO #endtamil & +#tamil pau #endtamil \\ \hline +\tt m & +#tamil m #endtamil & +#tamil ma #endtamil & +#tamil mA #endtamil & +#tamil mi #endtamil & +#tamil mI #endtamil & +#tamil mu #endtamil & +#tamil mU #endtamil & +#tamil me #endtamil & +#tamil mE #endtamil & +#tamil mai #endtamil & +#tamil mo #endtamil & +#tamil mO #endtamil & +#tamil mau #endtamil \\ \hline +\tt y & +#tamil y #endtamil & +#tamil ya #endtamil & +#tamil yA #endtamil & +#tamil yi #endtamil & +#tamil yI #endtamil & +#tamil yu #endtamil & +#tamil yU #endtamil & +#tamil ye #endtamil & +#tamil yE #endtamil & +#tamil yai #endtamil & +#tamil yo #endtamil & +#tamil yO #endtamil & +#tamil yau #endtamil \\ \hline +\tt r & +#tamil r #endtamil & +#tamil ra #endtamil & +#tamil rA #endtamil & +#tamil ri #endtamil & +#tamil rI #endtamil & +#tamil ru #endtamil & +#tamil rU #endtamil & +#tamil re #endtamil & +#tamil rE #endtamil & +#tamil rai #endtamil & +#tamil ro #endtamil & +#tamil rO #endtamil & +#tamil rau #endtamil \\ \hline +\tt l & +#tamil l #endtamil & +#tamil la #endtamil & +#tamil lA #endtamil & +#tamil li #endtamil & +#tamil lI #endtamil & +#tamil lu #endtamil & +#tamil lU #endtamil & +#tamil le #endtamil & +#tamil lE #endtamil & +#tamil lai #endtamil & +#tamil lo #endtamil & +#tamil lO #endtamil & +#tamil lau #endtamil \\ \hline +\tt v & +#tamil v #endtamil & +#tamil va #endtamil & +#tamil vA #endtamil & +#tamil vi #endtamil & +#tamil vI #endtamil & +#tamil vu #endtamil & +#tamil vU #endtamil & +#tamil ve #endtamil & +#tamil vE #endtamil & +#tamil vai #endtamil & +#tamil vo #endtamil & +#tamil vO #endtamil & +#tamil vau #endtamil \\ \hline +\tt z & +#tamil z #endtamil & +#tamil za #endtamil & +#tamil zA #endtamil & +#tamil zi #endtamil & +#tamil zI #endtamil & +#tamil zu #endtamil & +#tamil zU #endtamil & +#tamil ze #endtamil & +#tamil zE #endtamil & +#tamil zai #endtamil & +#tamil zo #endtamil & +#tamil zO #endtamil & +#tamil zau #endtamil \\ \hline +\tt L & +#tamil L #endtamil & +#tamil La #endtamil & +#tamil LA #endtamil & +#tamil Li #endtamil & +#tamil LI #endtamil & +#tamil Lu #endtamil & +#tamil LU #endtamil & +#tamil Le #endtamil & +#tamil LE #endtamil & +#tamil Lai #endtamil & +#tamil Lo #endtamil & +#tamil LO #endtamil & +#tamil Lau #endtamil \\ \hline +\tt R & +#tamil R #endtamil & +#tamil Ra #endtamil & +#tamil RA #endtamil & +#tamil Ri #endtamil & +#tamil RI #endtamil & +#tamil Ru #endtamil & +#tamil RU #endtamil & +#tamil Re #endtamil & +#tamil RE #endtamil & +#tamil Rai #endtamil & +#tamil Ro #endtamil & +#tamil RO #endtamil & +#tamil Rau #endtamil \\ \hline +\tt sh & +#tamil sh #endtamil & +#tamil sha #endtamil & +#tamil shA #endtamil & +#tamil shi #endtamil & +#tamil shI #endtamil & +#tamil shu #endtamil & +#tamil shU #endtamil & +#tamil she #endtamil & +#tamil shE #endtamil & +#tamil shai #endtamil & +#tamil sho #endtamil & +#tamil shO #endtamil & +#tamil shau #endtamil \\ \hline +\tt Sh & +#tamil Sh #endtamil & +#tamil Sha #endtamil & +#tamil ShA #endtamil & +#tamil Shi #endtamil & +#tamil ShI #endtamil & +#tamil Shu #endtamil & +#tamil ShU #endtamil & +#tamil She #endtamil & +#tamil ShE #endtamil & +#tamil Shai #endtamil & +#tamil Sho #endtamil & +#tamil ShO #endtamil & +#tamil Shau #endtamil \\ \hline +\tt s & +#tamil s #endtamil & +#tamil sa #endtamil & +#tamil sA #endtamil & +#tamil si #endtamil & +#tamil sI #endtamil & +#tamil su #endtamil & +#tamil sU #endtamil & +#tamil se #endtamil & +#tamil sE #endtamil & +#tamil sai #endtamil & +#tamil so #endtamil & +#tamil sO #endtamil & +#tamil sau #endtamil \\ \hline +\tt j & +#tamil j #endtamil & +#tamil ja #endtamil & +#tamil jA #endtamil & +#tamil ji #endtamil & +#tamil jI #endtamil & +#tamil ju #endtamil & +#tamil jU #endtamil & +#tamil je #endtamil & +#tamil jE #endtamil & +#tamil jai #endtamil & +#tamil jo #endtamil & +#tamil jO #endtamil & +#tamil jau #endtamil \\ \hline +\tt h & +#tamil h #endtamil & +#tamil ha #endtamil & +#tamil hA #endtamil & +#tamil hi #endtamil & +#tamil hI #endtamil & +#tamil hu #endtamil & +#tamil hU #endtamil & +#tamil he #endtamil & +#tamil hE #endtamil & +#tamil hai #endtamil & +#tamil ho #endtamil & +#tamil hO #endtamil & +#tamil hau #endtamil \\ \hline +\tt x & +#tamil x #endtamil & +#tamil xa #endtamil & +#tamil xA #endtamil & +#tamil xi #endtamil & +#tamil xI #endtamil & +#tamil xu #endtamil & +#tamil xU #endtamil & +#tamil xe #endtamil & +#tamil xE #endtamil & +#tamil xai #endtamil & +#tamil xo #endtamil & +#tamil xO #endtamil & +#tamil xau #endtamil \\ \hline +\end{tabular} +\end{makeimage} +\vspace{0.10in} +}} % end hbox and vbox +\caption {\bf Tamil Consonants with their Vowel Forms.} +\end{table} + +\end{document} diff -Nru texlive-lang-2007.dfsg.4/texmf-dist/doc/fonts/itrans/tblall.itx texlive-lang-2009/texmf-dist/doc/fonts/itrans/tblall.itx --- texlive-lang-2007.dfsg.4/texmf-dist/doc/fonts/itrans/tblall.itx 1970-01-01 01:00:00.000000000 +0100 +++ texlive-lang-2009/texmf-dist/doc/fonts/itrans/tblall.itx 2006-01-09 00:47:01.000000000 +0000 @@ -0,0 +1,1317 @@ +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% CS/CSX Encoding User Doc for ITRANS (Version 4.00 and above) +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +\documentclass[11pt]{article} +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +\usepackage[preprocess]{itrans} % Ross Moore's extensions to latex2html + +\usepackage{html} % from standard latex2html package + % if you do not have html.sty in your machine, change the html to + % htmlstub (htmlstub.sty is included in the ITRANS/lib directory) +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +\renewcommand{\arraystretch}{1.50} % make table cells taller +\portraitpage % from itrans.sty/idevn.tex (also: \landscapepage) +\parindent=6pt +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% -- devanagari - devnag + +#hindiifm=dvng.ifm % ITRANS command +#hindifont=\fransdvng % ITRANS command: argument specifies use of + % Frans's font, fransdvng is a command defined + % in idevn.tex (itrans.sty loads this) + +% -- devanagari - devnac + +#marathiifm=dvnc.ifm +#marathifont=\postdvng + +%begin{latexonly} +\let\usedvng=\largedvng % use large (not normaldvng), applies to both dvnc/dvng +%end{latexonly} + +% -- telugu + +\newfont{\tlg}{tel18} +\hyphenchar\tlg=-1 % disable hyphenation using this font + +#teluguifm=tlgutx.ifm +#telugufont=\tlg + +% -- bengali - bwti + +\newfont{\bnr}{bnr10 at 12pt} +\hyphenchar\bnr=-1 % disable hyphenation using this font + +#bengaliifm=bnbeng.ifm +#bengalifont=\bnr + +% -- bengali - itxbeng + +\newfont{\itxbengf}{itxbeng at 14pt} +\hyphenchar\itxbengf=-1 % disable hyphenation using this font + +#indianifm=itxbeng.ifm +#indianfont=\itxbengf + +% -- gujarati +% \newfont{\itxgujf}{itxguj at 17pt} +\newfont{\itxgujf}{itxgujre at 17pt} % the scaled up (x-axis) version +\hyphenchar\itxgujf=-1 % disable hyphenation using this font + +#gujaratiifm=itxguj.ifm +#gujaratifont=\itxgujf + +% -- kannada + +\newfont{\kan}{kan18} +\hyphenchar\kan=-1 % disable hyphenation using this font + +#kannadaifm=kantex.ifm +#kannadafont=\kan + +% -- punjabi + +\newfont{\pun}{pun at 14pt} + +#gurmukhiifm=pun.ifm +#gurmukhifont=\pun + +% -- romanized sanskrit + +\newfont{\csroman}{ncprcsxp at 10pt} + +#romanifm=romancsx.ifm +#romanfont=\csroman + +% -- tamil + +\newfont{\tmlb}{wntml12 at 14pt} +\hyphenchar\tmlb=-1 % disable hyphenation using this font + +#tamilifm=wntml.ifm +#tamilfont=\tmlb + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +% font for the name of the letter (A, AA, etc) +\newcommand{\namfont}{\rm\fontsize{6pt}{30pt}\selectfont} + +% for for the ITRANS encoding (a, aa, etc) +\newcommand{\itxfont}{\rm\fontsize{11pt}{30pt}\selectfont} + +% undefined letters will be shown as: +\newcommand{\undeflet}{\rm --} + +% put headings in \thd to make each col same width (can't use \kill in tabular) +\newcommand{\thd}[1]{\makebox[25pt]{\hfill{#1}\hfill}} +% note: latex2html will not work unless I keep spaces or {} around #1 + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +\begin{document} + +\footnotetext[0]{Last modification: \today} + +\begin{center} +{\large\bf ITRANS Encoding} \\ +\medskip +{All languages and all fonts supported by ITRANS} \\ +\medskip +{\bf itrans} \\ +\smallskip +{\bf \copyright 1994--1998 Avinash Chopde} \\ +\htmladdnormallink{\texttt{avinash@acm.org}}{mailto:avinash@acm.org} \\ +\htmladdnormallink{\texttt{http://www.aczone.com/}}{http://www.aczone.com/} +\end{center} + +\section*{ITRANS Encoding Tables} + +The tables in this document display all the basic vowels and consonants +and extensions accepted by ITRANS for various languages and various +fonts. + +\subsection*{Table Legend} + +In the following tables, each row represents one Indic character, and +each column represents one font of a language that ITRANS supports. +Each column heading is abbreviated, and here's what those abbreviations +mean: + +{\em name} is the generally accepted name of the character. + +{\em itrans} is the ITRANS encoding of the character. Note that ITRANS +accepts multiple encodings for a few characters, refer to the respective +ITRANS font/language manual to get a complete picture of the ITRANS +encoding for that language. + +{\em dev-1} refers to ITRANS output using Fran Velthuis's Devnag font, +complete documentation is available in {\tt dvng.itx}. +Sandeep Sibal's Xdvng font is based on Devnag, and Xdvng is also documented +in {\tt dvng.itx}. + +{\em dev-2} refers to ITRANS output using Avinash Chopde's Devnac font, +complete documentation is available in {\tt dvnc.itx}. + +{\em ben-1} refers to ITRANS output using Shrikrishna Patil's ItxBeng font, +complete documentation is available in {\tt beng.itx}. + +{\em ben-2} refers to ITRANS output using Abhijit Das's bwti font (ITRANS +support added by Jaijeet Roychowdhury), +complete documentation is available in {\tt beng.itx}. + +{\em guj} refers to ITRANS output using Shrikrishna Patil's ItxGuj font +complete documentation is available in {\tt gujdoc.itx}. + +{\em kan} refers to ITRANS output using the Kannada font from the +KanTeX package (ITRANS support added by Raghunath K. Rao), +complete documentation is available in {\tt kantex.itx}. + +{\em tel} refers to ITRANS output using the Telugu font from the +TeluguTeX package, +complete documentation is available in {\tt tlgutx.itx}. + +{\em gur} refers to ITRANS output using Hardip Singh Pannu's Punjabi font +(ITRANS support added by Anshuman Pandey), +complete documentation is available in {\tt pundoc.itx}. + +{\em tam} refers to ITRANS output using The Washington Tamil font, +complete documentation is available in {\tt tamil.itx}. + +{\em rom} refers to ITRANS output using John Smith's NCS\_CSX font, +complete documentation is available in {\tt romancsx.itx}. ITRANS also +accepts CS/CSX as input, so this column can be used +for both ITRANS output and for ITRANS input. The ITRANS input using +CS/CSX is explained in {\tt icsx.itx}. + +\subsection*{\TeX, PostScript, and HTML Output} + +The \TeX{} mode of ITRANS supports all the languages and the fonts shown. + +The Direct PostScript mode of ITRANS is supported by {\em dev-2}, {\em +guj}, {\em ben-2}, {\em guj}, and {\em rom} fonts only. + +The Direct HTML +output mode of ITRANS is supported by {\em dev-1 (Xdvng)}, {\em ben-2}, +{\em guj}, and {\em rom} fonts only. + +\subsection*{Undefined characters} + +Not all languages (or fonts) have all the possible characters. +Where a particular character (vowel, consonant, or extension) is not +present, the en-dash (--) is indicates the absence of the character. +Some of the undefined characters may actually be easy to construct based +on other glyphs present in the particular font, in which case, it would +be trivial to add such a definition to the IFM file and thus provide a +definition for that character. This is work-to-be-done, and I'm hoping +interested readers will take the initiative to send me e-mail with +possible ways of defining the currently undefined spaces in the tables. + +% \subsection*{Author} +% \noindent +% ITRANS has been developed by Avinash Chopde. \\ +% E-mail: +% \htmladdnormallink{\texttt{avinash@acm.org}}{mailto:avinash@acm.org}. \\ +% Home page: +% \htmladdnormallink{\texttt{http://www.aczone.com/}}{http://www.aczone.com/} + +% \vfill + +\bigskip + +\hrule + +% \bigskip +\vfill + +%---------------------------------------------------------------- +\begin{htmlonly} +\section{The Vowels} +\end{htmlonly} + +\begin{table}[ht] +\caption {ITRANS Encoding, Vowels.} +\label{ienc-vowels} +\begin{center} +\begin{makeimage} +\hspace*{0pt}\begin{tabular}{|c|c||c|c|c|c|c|c|c|c|c|c|} +\hline +\thd{name} & \thd{itrans} & \thd{dev-1} & \thd{dev-2} & \thd{ben-1} & \thd{ben-2} & \thd{guj} & \thd{kan} & \thd{tel} & \thd{gur} & \thd{tam} & \thd{rom} \\ +\hline +\hline + \namfont A & + \itxfont a & + #hindi a #endhindi & + #marathi a #endmarathi & + #bengali a #endbengali & + #indian a #endindian & + #gujarati a #endgujarati & + #kannada a #endkannada & + #telugu a #endtelugu & + #gurmukhi a #endgurmukhi & + #tamil a #endtamil & + #roman a #endroman +\\ \hline + \namfont AA & + \itxfont aa & + #hindi aa #endhindi & + #marathi aa #endmarathi & + #bengali aa #endbengali & + #indian aa #endindian & + #gujarati aa #endgujarati & + #kannada aa #endkannada & + #telugu aa #endtelugu & + #gurmukhi aa #endgurmukhi & + #tamil aa #endtamil & + #roman aa #endroman +\\ \hline + \namfont I & + \itxfont i & + #hindi i #endhindi & + #marathi i #endmarathi & + #bengali i #endbengali & + #indian i #endindian & + #gujarati i #endgujarati & + #kannada i #endkannada & + #telugu i #endtelugu & + #gurmukhi i #endgurmukhi & + #tamil i #endtamil & + #roman i #endroman +\\ \hline + \namfont II & + \itxfont ii & + #hindi ii #endhindi & + #marathi ii #endmarathi & + #bengali ii #endbengali & + #indian ii #endindian & + #gujarati ii #endgujarati & + #kannada ii #endkannada & + #telugu ii #endtelugu & + #gurmukhi ii #endgurmukhi & + #tamil ii #endtamil & + #roman ii #endroman +\\ \hline + \namfont U & + \itxfont u & + #hindi u #endhindi & + #marathi u #endmarathi & + #bengali u #endbengali & + #indian u #endindian & + #gujarati u #endgujarati & + #kannada u #endkannada & + #telugu u #endtelugu & + #gurmukhi u #endgurmukhi & + #tamil u #endtamil & + #roman u #endroman +\\ \hline + \namfont UU & + \itxfont uu & + #hindi uu #endhindi & + #marathi uu #endmarathi & + #bengali uu #endbengali & + #indian uu #endindian & + #gujarati uu #endgujarati & + #kannada uu #endkannada & + #telugu uu #endtelugu & + #gurmukhi uu #endgurmukhi & + #tamil uu #endtamil & + #roman uu #endroman +\\ \hline + \namfont V. R & + \itxfont RRi & + #hindi RRi #endhindi & + #marathi RRi #endmarathi & + #bengali RRi #endbengali & + #indian RRi #endindian & + #gujarati RRi #endgujarati & + #kannada RRi #endkannada & + #telugu RRi #endtelugu & + #gurmukhi \undeflet #endgurmukhi & + #tamil RRi #endtamil & + #roman RRi #endroman +\\ \hline + \namfont V. RR & + \itxfont RRI & + #hindi RRI #endhindi & + #marathi \undeflet #endmarathi & + #bengali \undeflet #endbengali & + #indian RRI #endindian & + #gujarati \undeflet #endgujarati & + #kannada RRI #endkannada & + #telugu RRI #endtelugu & + #gurmukhi \undeflet #endgurmukhi & + #tamil \undeflet #endtamil & + #roman RRI #endroman +\\ \hline + \namfont V. L & + \itxfont LLi & + #hindi LLi #endhindi & + #marathi \undeflet #endmarathi & + #bengali \undeflet #endbengali & + #indian \undeflet #endindian & + #gujarati \undeflet #endgujarati & + #kannada LLi #endkannada & + #telugu LLi #endtelugu & + #gurmukhi \undeflet #endgurmukhi & + #tamil \undeflet #endtamil & + #roman LLi #endroman +\\ \hline + \namfont V. LL & + \itxfont LLI & + #hindi LLI #endhindi & + #marathi \undeflet #endmarathi & + #bengali \undeflet #endbengali & + #indian \undeflet #endindian & + #gujarati \undeflet #endgujarati & + #kannada LLI #endkannada & + #telugu LLI #endtelugu & + #gurmukhi \undeflet #endgurmukhi & + #tamil \undeflet #endtamil & + #roman LLI #endroman +\\ \hline + \namfont E & + \itxfont e & + #hindi e #endhindi & + #marathi e #endmarathi & + #bengali e #endbengali & + #indian e #endindian & + #gujarati e #endgujarati & + #kannada e #endkannada & + #telugu e #endtelugu & + #gurmukhi e #endgurmukhi & + #tamil e #endtamil & + #roman e #endroman +\\ \hline + \namfont EE & + \itxfont E & + #hindi \undeflet #endhindi & + #marathi \undeflet #endmarathi & + #bengali \undeflet #endbengali & + #indian \undeflet #endindian & + #gujarati \undeflet #endgujarati & + #kannada E #endkannada & + #telugu E #endtelugu & + #gurmukhi \undeflet #endgurmukhi & + #tamil E #endtamil & + #roman E #endroman +\\ \hline + \namfont AI & + \itxfont ai & + #hindi ai #endhindi & + #marathi ai #endmarathi & + #bengali ai #endbengali & + #indian ai #endindian & + #gujarati ai #endgujarati & + #kannada ai #endkannada & + #telugu ai #endtelugu & + #gurmukhi ai #endgurmukhi & + #tamil ai #endtamil & + #roman ai #endroman +\\ \hline + \namfont O & + \itxfont o & + #hindi o #endhindi & + #marathi o #endmarathi & + #bengali o #endbengali & + #indian o #endindian & + #gujarati o #endgujarati & + #kannada o #endkannada & + #telugu o #endtelugu & + #gurmukhi o #endgurmukhi & + #tamil o #endtamil & + #roman o #endroman +\\ \hline + \namfont OO & + \itxfont O & + #hindi \undeflet #endhindi & + #marathi \undeflet #endmarathi & + #bengali \undeflet #endbengali & + #indian \undeflet #endindian & + #gujarati \undeflet #endgujarati & + #kannada O #endkannada & + #telugu O #endtelugu & + #gurmukhi \undeflet #endgurmukhi & + #tamil O #endtamil & + #roman O #endroman +\\ \hline + \namfont AU & + \itxfont au & + #hindi au #endhindi & + #marathi au #endmarathi & + #bengali au #endbengali & + #indian au #endindian & + #gujarati au #endgujarati & + #kannada au #endkannada & + #telugu au #endtelugu & + #gurmukhi au #endgurmukhi & + #tamil au #endtamil & + #roman au #endroman +\\ \hline + \namfont VISARGA & + \itxfont aH & + #hindi H #endhindi & + #marathi H #endmarathi & + #bengali H #endbengali & + #indian H #endindian & + #gujarati H #endgujarati & + #kannada H #endkannada & + #telugu H #endtelugu & + #gurmukhi H #endgurmukhi & + #tamil H #endtamil & + #roman H #endroman +\\ \hline +\end{tabular} +\end{makeimage} +\end{center} +\vspace*{-30pt} % vspace works, \enlargethispage{30pt} does not. +\end{table} + +%---------------------------------------------------------------- +\begin{htmlonly} +\section{Consonants} +\end{htmlonly} + +\begin{table}[ht] +\caption {ITRANS Encoding, Consonants (part 1).} +\label{ienc-cons-1} +\begin{center} +\begin{makeimage} +\hspace*{0pt}\begin{tabular}{|c|c||c|c|c|c|c|c|c|c|c|c|} +\hline +\thd{name} & \thd{itrans} & \thd{dev-1} & \thd{dev-2} & \thd{ben-1} & \thd{ben-2} & \thd{guj} & \thd{kan} & \thd{tel} & \thd{gur} & \thd{tam} & \thd{rom} \\ +\hline +\hline + \namfont KA & + \itxfont k{\em a} & + #hindi ka #endhindi & + #marathi ka #endmarathi & + #bengali ka #endbengali & + #indian ka #endindian & + #gujarati ka #endgujarati & + #kannada ka #endkannada & + #telugu ka #endtelugu & + #gurmukhi ka #endgurmukhi & + #tamil ka #endtamil & + #roman ka #endroman +\\ \hline + \namfont KHA & + \itxfont kh{\em a} & + #hindi kha #endhindi & + #marathi kha #endmarathi & + #bengali kha #endbengali & + #indian kha #endindian & + #gujarati kha #endgujarati & + #kannada kha #endkannada & + #telugu kha #endtelugu & + #gurmukhi kha #endgurmukhi & + #tamil kha #endtamil & + #roman kha #endroman +\\ \hline + \namfont GA & + \itxfont g{\em a} & + #hindi ga #endhindi & + #marathi ga #endmarathi & + #bengali ga #endbengali & + #indian ga #endindian & + #gujarati ga #endgujarati & + #kannada ga #endkannada & + #telugu ga #endtelugu & + #gurmukhi ga #endgurmukhi & + #tamil ga #endtamil & + #roman ga #endroman +\\ \hline + \namfont GHA & + \itxfont gh{\em a} & + #hindi gha #endhindi & + #marathi gha #endmarathi & + #bengali gha #endbengali & + #indian gha #endindian & + #gujarati gha #endgujarati & + #kannada gha #endkannada & + #telugu gha #endtelugu & + #gurmukhi gha #endgurmukhi & + #tamil gha #endtamil & + #roman gha #endroman +\\ \hline + \namfont NGA & + \itxfont \char`~{}N{\em a} & + #hindi ~Na #endhindi & + #marathi ~Na #endmarathi & + #bengali ~Na #endbengali & + #indian ~Na #endindian & + #gujarati ~Na #endgujarati & + #kannada ~Na #endkannada & + #telugu ~Na #endtelugu & + #gurmukhi ~Na #endgurmukhi & + #tamil ~Na #endtamil & + #roman ~Na #endroman +\\ \hline + \namfont CA & + \itxfont ch{\em a} & + #hindi cha #endhindi & + #marathi cha #endmarathi & + #bengali cha #endbengali & + #indian cha #endindian & + #gujarati cha #endgujarati & + #kannada cha #endkannada & + #telugu cha #endtelugu & + #gurmukhi cha #endgurmukhi & + #tamil cha #endtamil & + #roman cha #endroman +\\ \hline + \namfont CHA & + \itxfont chh{\em a} & + #hindi chha #endhindi & + #marathi chha #endmarathi & + #bengali chha #endbengali & + #indian chha #endindian & + #gujarati chha #endgujarati & + #kannada chha #endkannada & + #telugu chha #endtelugu & + #gurmukhi chha #endgurmukhi & + #tamil chha #endtamil & + #roman chha #endroman +\\ \hline + \namfont JA & + \itxfont j{\em a} & + #hindi ja #endhindi & + #marathi ja #endmarathi & + #bengali ja #endbengali & + #indian ja #endindian & + #gujarati ja #endgujarati & + #kannada ja #endkannada & + #telugu ja #endtelugu & + #gurmukhi ja #endgurmukhi & + #tamil ja #endtamil & + #roman ja #endroman +\\ \hline + \namfont JHA & + \itxfont jh{\em a} & + #hindi jha #endhindi & + #marathi jha #endmarathi & + #bengali jha #endbengali & + #indian jha #endindian & + #gujarati jha #endgujarati & + #kannada jha #endkannada & + #telugu jha #endtelugu & + #gurmukhi jha #endgurmukhi & + #tamil jha #endtamil & + #roman jha #endroman +\\ \hline + \namfont NYA & + \itxfont \char`~{}n{\em a} & + #hindi ~na #endhindi & + #marathi ~na #endmarathi & + #bengali ~na #endbengali & + #indian ~na #endindian & + #gujarati \undeflet #endgujarati & + #kannada ~na #endkannada & + #telugu ~na #endtelugu & + #gurmukhi ~na #endgurmukhi & + #tamil ~na #endtamil & + #roman ~na #endroman +\\ \hline + \namfont TTA & + \itxfont T{\em a} & + #hindi Ta #endhindi & + #marathi Ta #endmarathi & + #bengali Ta #endbengali & + #indian Ta #endindian & + #gujarati Ta #endgujarati & + #kannada Ta #endkannada & + #telugu Ta #endtelugu & + #gurmukhi Ta #endgurmukhi & + #tamil Ta #endtamil & + #roman Ta #endroman +\\ \hline + \namfont TTHA & + \itxfont Th{\em a} & + #hindi Tha #endhindi & + #marathi Tha #endmarathi & + #bengali Tha #endbengali & + #indian Tha #endindian & + #gujarati Tha #endgujarati & + #kannada Tha #endkannada & + #telugu Tha #endtelugu & + #gurmukhi Tha #endgurmukhi & + #tamil Tha #endtamil & + #roman Tha #endroman +\\ \hline + \namfont DDA & + \itxfont D{\em a} & + #hindi Da #endhindi & + #marathi Da #endmarathi & + #bengali Da #endbengali & + #indian Da #endindian & + #gujarati Da #endgujarati & + #kannada Da #endkannada & + #telugu Da #endtelugu & + #gurmukhi Da #endgurmukhi & + #tamil Da #endtamil & + #roman Da #endroman +\\ \hline + \namfont DDHA & + \itxfont Dh{\em a} & + #hindi Dha #endhindi & + #marathi Dha #endmarathi & + #bengali Dha #endbengali & + #indian Dha #endindian & + #gujarati Dha #endgujarati & + #kannada Dha #endkannada & + #telugu Dha #endtelugu & + #gurmukhi Dha #endgurmukhi & + #tamil Dha #endtamil & + #roman Dha #endroman +\\ \hline + \namfont NNA & + \itxfont N{\em a} & + #hindi Na #endhindi & + #marathi Na #endmarathi & + #bengali Na #endbengali & + #indian Na #endindian & + #gujarati Na #endgujarati & + #kannada Na #endkannada & + #telugu Na #endtelugu & + #gurmukhi Na #endgurmukhi & + #tamil Na #endtamil & + #roman Na #endroman +\\ \hline + \namfont TA & + \itxfont t{\em a} & + #hindi ta #endhindi & + #marathi ta #endmarathi & + #bengali ta #endbengali & + #indian ta #endindian & + #gujarati ta #endgujarati & + #kannada ta #endkannada & + #telugu ta #endtelugu & + #gurmukhi ta #endgurmukhi & + #tamil ta #endtamil & + #roman ta #endroman +\\ \hline + \namfont THA & + \itxfont th{\em a} & + #hindi tha #endhindi & + #marathi tha #endmarathi & + #bengali tha #endbengali & + #indian tha #endindian & + #gujarati tha #endgujarati & + #kannada tha #endkannada & + #telugu tha #endtelugu & + #gurmukhi tha #endgurmukhi & + #tamil tha #endtamil & + #roman tha #endroman +\\ \hline + \namfont DA & + \itxfont d{\em a} & + #hindi da #endhindi & + #marathi da #endmarathi & + #bengali da #endbengali & + #indian da #endindian & + #gujarati da #endgujarati & + #kannada da #endkannada & + #telugu da #endtelugu & + #gurmukhi da #endgurmukhi & + #tamil da #endtamil & + #roman da #endroman +\\ \hline + \namfont DHA & + \itxfont dh{\em a} & + #hindi dha #endhindi & + #marathi dha #endmarathi & + #bengali dha #endbengali & + #indian dha #endindian & + #gujarati dha #endgujarati & + #kannada dha #endkannada & + #telugu dha #endtelugu & + #gurmukhi dha #endgurmukhi & + #tamil dha #endtamil & + #roman dha #endroman +\\ \hline + \namfont NA & + \itxfont n{\em a} & + #hindi na #endhindi & + #marathi na #endmarathi & + #bengali na #endbengali & + #indian na #endindian & + #gujarati na #endgujarati & + #kannada na #endkannada & + #telugu na #endtelugu & + #gurmukhi na #endgurmukhi & + #tamil na #endtamil & + #roman na #endroman +\\ \hline + \namfont PA & + \itxfont p{\em a} & + #hindi pa #endhindi & + #marathi pa #endmarathi & + #bengali pa #endbengali & + #indian pa #endindian & + #gujarati pa #endgujarati & + #kannada pa #endkannada & + #telugu pa #endtelugu & + #gurmukhi pa #endgurmukhi & + #tamil pa #endtamil & + #roman pa #endroman +\\ \hline + \namfont PHA & + \itxfont ph{\em a} & + #hindi pha #endhindi & + #marathi pha #endmarathi & + #bengali pha #endbengali & + #indian pha #endindian & + #gujarati pha #endgujarati & + #kannada pha #endkannada & + #telugu pha #endtelugu & + #gurmukhi pha #endgurmukhi & + #tamil pha #endtamil & + #roman pha #endroman +\\ \hline + \namfont BA & + \itxfont b{\em a} & + #hindi ba #endhindi & + #marathi ba #endmarathi & + #bengali ba #endbengali & + #indian ba #endindian & + #gujarati ba #endgujarati & + #kannada ba #endkannada & + #telugu ba #endtelugu & + #gurmukhi ba #endgurmukhi & + #tamil ba #endtamil & + #roman ba #endroman +\\ \hline + \namfont BHA & + \itxfont bh{\em a} & + #hindi bha #endhindi & + #marathi bha #endmarathi & + #bengali bha #endbengali & + #indian bha #endindian & + #gujarati bha #endgujarati & + #kannada bha #endkannada & + #telugu bha #endtelugu & + #gurmukhi bha #endgurmukhi & + #tamil \undeflet #endtamil & + #roman bha #endroman +\\ \hline + \namfont MA & + \itxfont m{\em a} & + #hindi ma #endhindi & + #marathi ma #endmarathi & + #bengali ma #endbengali & + #indian ma #endindian & + #gujarati ma #endgujarati & + #kannada ma #endkannada & + #telugu ma #endtelugu & + #gurmukhi ma #endgurmukhi & + #tamil ma #endtamil & + #roman ma #endroman +\\ \hline +\end{tabular} +\end{makeimage} +\end{center} +\end{table} + +%---------------------------------------------------------------- +\begin{htmlonly} +\section{Consonants, contd.} +\end{htmlonly} + +\begin{table}[ht] +\caption {ITRANS Encoding, Consonants (part 2).} +\label{ienc-cons-2} +\begin{center} +\begin{makeimage} +\hspace*{0pt}\begin{tabular}{|c|c||c|c|c|c|c|c|c|c|c|c|} +\hline +\thd{name} & \thd{itrans} & \thd{dev-1} & \thd{dev-2} & \thd{ben-1} & \thd{ben-2} & \thd{guj} & \thd{kan} & \thd{tel} & \thd{gur} & \thd{tam} & \thd{rom} \\ +\hline +\hline + \namfont YA & + \itxfont y{\em a} & + #hindi ya #endhindi & + #marathi ya #endmarathi & + #bengali ya #endbengali & + #indian ya #endindian & + #gujarati ya #endgujarati & + #kannada ya #endkannada & + #telugu ya #endtelugu & + #gurmukhi ya #endgurmukhi & + #tamil ya #endtamil & + #roman ya #endroman +\\ \hline + \namfont RA & + \itxfont r{\em a} & + #hindi ra #endhindi & + #marathi ra #endmarathi & + #bengali ra #endbengali & + #indian ra #endindian & + #gujarati ra #endgujarati & + #kannada ra #endkannada & + #telugu ra #endtelugu & + #gurmukhi ra #endgurmukhi & + #tamil ra #endtamil & + #roman ra #endroman +\\ \hline + \namfont LA & + \itxfont l{\em a} & + #hindi la #endhindi & + #marathi la #endmarathi & + #bengali la #endbengali & + #indian la #endindian & + #gujarati la #endgujarati & + #kannada la #endkannada & + #telugu la #endtelugu & + #gurmukhi la #endgurmukhi & + #tamil la #endtamil & + #roman la #endroman +\\ \hline + \namfont LLA & + \itxfont L{\em a} & + #hindi La #endhindi & + #marathi La #endmarathi & + #bengali \undeflet #endbengali & + #indian \undeflet #endindian & + #gujarati La #endgujarati & + #kannada La #endkannada & + #telugu La #endtelugu & + #gurmukhi La #endgurmukhi & + #tamil La #endtamil & + #roman La #endroman +\\ \hline + \namfont VA & + \itxfont v{\em a} & + #hindi va #endhindi & + #marathi va #endmarathi & + #bengali va #endbengali & + #indian va #endindian & + #gujarati va #endgujarati & + #kannada va #endkannada & + #telugu va #endtelugu & + #gurmukhi va #endgurmukhi & + #tamil va #endtamil & + #roman va #endroman +\\ \hline + \namfont SHA & + \itxfont sh{\em a} & + #hindi sha #endhindi & + #marathi sha #endmarathi & + #bengali sha #endbengali & + #indian sha #endindian & + #gujarati sha #endgujarati & + #kannada sha #endkannada & + #telugu sha #endtelugu & + #gurmukhi sha #endgurmukhi & + #tamil sha #endtamil & + #roman sha #endroman +\\ \hline + \namfont SSA & + \itxfont Sh{\em a} & + #hindi Sha #endhindi & + #marathi Sha #endmarathi & + #bengali Sha #endbengali & + #indian Sha #endindian & + #gujarati Sha #endgujarati & + #kannada Sha #endkannada & + #telugu Sha #endtelugu & + #gurmukhi \undeflet #endgurmukhi & + #tamil Sha #endtamil & + #roman Sha #endroman +\\ \hline + \namfont SA & + \itxfont s{\em a} & + #hindi sa #endhindi & + #marathi sa #endmarathi & + #bengali sa #endbengali & + #indian sa #endindian & + #gujarati sa #endgujarati & + #kannada sa #endkannada & + #telugu sa #endtelugu & + #gurmukhi sa #endgurmukhi & + #tamil sa #endtamil & + #roman sa #endroman +\\ \hline + \namfont HA & + \itxfont h{\em a} & + #hindi ha #endhindi & + #marathi ha #endmarathi & + #bengali ha #endbengali & + #indian ha #endindian & + #gujarati ha #endgujarati & + #kannada ha #endkannada & + #telugu ha #endtelugu & + #gurmukhi ha #endgurmukhi & + #tamil ha #endtamil & + #roman ha #endroman +\\ \hline +\end{tabular} +\end{makeimage} +\end{center} +\end{table} + +%---------------------------------------------------------------- +\begin{htmlonly} +\section{Extensions} +\end{htmlonly} + +\begin{table}[ht] +\caption {ITRANS Encoding, Extensions.} +\label{ienc-ext} +\begin{center} +\begin{makeimage} +\hspace*{0pt}\begin{tabular}{|c|c||c|c|c|c|c|c|c|c|c|c|} +\hline +\thd{name} & \thd{itrans} & \thd{dev-1} & \thd{dev-2} & \thd{ben-1} & \thd{ben-2} & \thd{guj} & \thd{kan} & \thd{tel} & \thd{gur} & \thd{tam} & \thd{rom} \\ +\hline +\hline + + \namfont QA & + \itxfont q{\em a} & + #hindi qa #endhindi & + #marathi qa #endmarathi & + #bengali \undeflet #endbengali & + #indian \undeflet #endindian & + #gujarati qa #endgujarati & + #kannada \undeflet #endkannada & + #telugu \undeflet #endtelugu & + #gurmukhi \undeflet #endgurmukhi & + #tamil qa #endtamil & + #roman qa #endroman +\\ \hline + \namfont KHHA & + \itxfont K{\em a} & + #hindi Ka #endhindi & + #marathi Ka #endmarathi & + #bengali \undeflet #endbengali & + #indian Ka #endindian & + #gujarati Ka #endgujarati & + #kannada \undeflet #endkannada & + #telugu \undeflet #endtelugu & + #gurmukhi Ka #endgurmukhi & + #tamil \undeflet #endtamil & + #roman Ka #endroman +\\ \hline + \namfont GHHA & + \itxfont G{\em a} & + #hindi Ga #endhindi & + #marathi Ga #endmarathi & + #bengali \undeflet #endbengali & + #indian \undeflet #endindian & + #gujarati Ga #endgujarati & + #kannada \undeflet #endkannada & + #telugu \undeflet #endtelugu & + #gurmukhi Ga #endgurmukhi & + #tamil \undeflet #endtamil & + #roman Ga #endroman +\\ \hline + \namfont ZA & + \itxfont J{\em a} & + #hindi Ja #endhindi & + #marathi Ja #endmarathi & + #bengali Ja #endbengali & + #indian Ja #endindian & + #gujarati Ja #endgujarati & + #kannada \undeflet #endkannada & + #telugu \undeflet #endtelugu & + #gurmukhi Ja #endgurmukhi & + #tamil Ja #endtamil & + #roman Ja #endroman +\\ \hline + \namfont DDDHA & + \itxfont .D{\em a} & + #hindi .Da #endhindi & + #marathi .Da #endmarathi & + #bengali .Da #endbengali & + #indian .Da #endindian & + #gujarati .Da #endgujarati & + #kannada \undeflet #endkannada & + #telugu \undeflet #endtelugu & + #gurmukhi .Da #endgurmukhi & + #tamil \undeflet #endtamil & + #roman .Da #endroman +\\ \hline + \namfont FA & + \itxfont f{\em a} & + #hindi fa #endhindi & + #marathi fa #endmarathi & + #bengali \undeflet #endbengali & + #indian \undeflet #endindian & + #gujarati \undeflet #endgujarati & + #kannada \undeflet #endkannada & + #telugu \undeflet #endtelugu & + #gurmukhi fa #endgurmukhi & + #tamil \undeflet #endtamil & + #roman fa #endroman +\\ \hline + \namfont YYA & + \itxfont Y{\em a} & + #hindi \undeflet #endhindi & + #marathi Ya #endmarathi & + #bengali Ya #endbengali & + #indian Ya #endindian & + #gujarati \undeflet #endgujarati & + #kannada \undeflet #endkannada & + #telugu \undeflet #endtelugu & + #gurmukhi \undeflet #endgurmukhi & + #tamil \undeflet #endtamil & + #roman \undeflet #endroman +\\ \hline + \namfont KA-SHHA & + \itxfont x{\em a} & + #hindi xa #endhindi & + #marathi xa #endmarathi & + #bengali xa #endbengali & + #indian xa #endindian & + #gujarati xa #endgujarati & + #kannada xa #endkannada & + #telugu xa #endtelugu & + #gurmukhi \undeflet #endgurmukhi & + #tamil xa #endtamil & + #roman xa #endroman +\\ \hline + \namfont JA-NYA & + \itxfont GY{\em a} & + #hindi GYa #endhindi & + #marathi GYa #endmarathi & + #bengali GYa #endbengali & + #indian GYa #endindian & + #gujarati GYa #endgujarati & + #kannada GYa #endkannada & + #telugu \undeflet #endtelugu & + #gurmukhi \undeflet #endgurmukhi & + #tamil GYa #endtamil & + #roman GYa #endroman +\\ \hline + \namfont & + \itxfont R{\em a} & + #hindi Ra #endhindi & + #marathi Ra #endmarathi & + #bengali Ra #endbengali & + #indian Ra #endindian & + #gujarati Ra #endgujarati & + #kannada \undeflet #endkannada & + #telugu Ra #endtelugu & + #gurmukhi \undeflet #endgurmukhi & + #tamil Ra #endtamil & + #roman Ra #endroman +\\ \hline + \namfont ANUSVARA & + \itxfont {\em k}.n & + #hindi k.n #endhindi & + #marathi k.n #endmarathi & + #bengali k.n #endbengali & + #indian k.n #endindian & + #gujarati k.n #endgujarati & + #kannada k.n #endkannada & + #telugu k.n #endtelugu & + #gurmukhi k.n #endgurmukhi & + #tamil k.n #endtamil & + #roman k.n #endroman +\\ \hline + & + \itxfont {\em k}.h & + #hindi k.h #endhindi & + #marathi k.h #endmarathi & + #bengali k.h #endbengali & + #indian k.h #endindian & + #gujarati k.h #endgujarati & + #kannada k.h #endkannada & + #telugu k.h #endtelugu & + #gurmukhi k.h #endgurmukhi & + #tamil k.h #endtamil & + #roman k.h #endroman +\\ \hline + \namfont CANDRA E & + \itxfont {\em k}.c & + #hindi k.c #endhindi & + #marathi k.c #endmarathi & + #bengali \undeflet #endbengali & + #indian \undeflet #endindian & + #gujarati k.c #endgujarati & + #kannada \undeflet #endkannada & + #telugu \undeflet #endtelugu & + #gurmukhi k.c #endgurmukhi & + #tamil \undeflet #endtamil & + #roman k.c #endroman +\\ \hline + \namfont C. BINDU & + \itxfont {\em k}.N & + #hindi k.N #endhindi & + #marathi k.N #endmarathi & + #bengali k.N #endbengali & + #indian k.N #endindian & + #gujarati k.N #endgujarati & + #kannada \undeflet #endkannada & + #telugu \undeflet #endtelugu & + #gurmukhi k.N #endgurmukhi & + #tamil \undeflet #endtamil & + #roman k.N #endroman +\\ \hline + \namfont AVAGRAHA & + \itxfont .a & + #hindi .a #endhindi & + #marathi .a #endmarathi & + #bengali \undeflet #endbengali & + #indian \undeflet #endindian & + #gujarati .a #endgujarati & + #kannada .a #endkannada & + #telugu .a #endtelugu & + #gurmukhi .a #endgurmukhi & + #tamil \undeflet #endtamil & + #roman .a #endroman +\\ \hline +\end{tabular} +\end{makeimage} +\end{center} +\end{table} + +%---------------------------------------------------------------- +\begin{htmlonly} +\section{Digits} +\end{htmlonly} + +\begin{table}[ht] +\caption {ITRANS Encoding, Digits.} +\label{ienc-digits} +\begin{center} +\begin{makeimage} +\hspace*{0pt}\begin{tabular}{|c|c||c|c|c|c|c|c|c|c|c|c|} +\hline +\thd{name} & \thd{itrans} & \thd{dev-1} & \thd{dev-2} & \thd{ben-1} & \thd{ben-2} & \thd{guj} & \thd{kan} & \thd{tel} & \thd{gur} & \thd{tam} & \thd{rom} \\ +\hline +\hline + + \namfont 0 & + \itxfont 0 & + #hindi 0 #endhindi & + #marathi 0 #endmarathi & + #bengali 0 #endbengali & + #indian 0 #endindian & + #gujarati 0 #endgujarati & + #kannada 0 #endkannada & + #telugu 0 #endtelugu & + #gurmukhi 0 #endgurmukhi & + #tamil \undeflet #endtamil & + #roman 0 #endroman +\\ \hline + \namfont 1 & + \itxfont 1 & + #hindi 1 #endhindi & + #marathi 1 #endmarathi & + #bengali 1 #endbengali & + #indian 1 #endindian & + #gujarati 1 #endgujarati & + #kannada 1 #endkannada & + #telugu 1 #endtelugu & + #gurmukhi 1 #endgurmukhi & + #tamil \undeflet #endtamil & + #roman 1 #endroman +\\ \hline + \namfont 2 & + \itxfont 2 & + #hindi 2 #endhindi & + #marathi 2 #endmarathi & + #bengali 2 #endbengali & + #indian 2 #endindian & + #gujarati 2 #endgujarati & + #kannada 2 #endkannada & + #telugu 2 #endtelugu & + #gurmukhi 2 #endgurmukhi & + #tamil \undeflet #endtamil & + #roman 2 #endroman +\\ \hline + \namfont 3 & + \itxfont 3 & + #hindi 3 #endhindi & + #marathi 3 #endmarathi & + #bengali 3 #endbengali & + #indian 3 #endindian & + #gujarati 3 #endgujarati & + #kannada 3 #endkannada & + #telugu 3 #endtelugu & + #gurmukhi 3 #endgurmukhi & + #tamil \undeflet #endtamil & + #roman 3 #endroman +\\ \hline + \namfont 4 & + \itxfont 4 & + #hindi 4 #endhindi & + #marathi 4 #endmarathi & + #bengali 4 #endbengali & + #indian 4 #endindian & + #gujarati 4 #endgujarati & + #kannada 4 #endkannada & + #telugu 4 #endtelugu & + #gurmukhi 4 #endgurmukhi & + #tamil \undeflet #endtamil & + #roman 4 #endroman +\\ \hline + \namfont 5 & + \itxfont 5 & + #hindi 5 #endhindi & + #marathi 5 #endmarathi & + #bengali 5 #endbengali & + #indian 5 #endindian & + #gujarati 5 #endgujarati & + #kannada 5 #endkannada & + #telugu 5 #endtelugu & + #gurmukhi 5 #endgurmukhi & + #tamil \undeflet #endtamil & + #roman 5 #endroman +\\ \hline + \namfont 6 & + \itxfont 6 & + #hindi 6 #endhindi & + #marathi 6 #endmarathi & + #bengali 6 #endbengali & + #indian 6 #endindian & + #gujarati 6 #endgujarati & + #kannada 6 #endkannada & + #telugu 6 #endtelugu & + #gurmukhi 6 #endgurmukhi & + #tamil \undeflet #endtamil & + #roman 6 #endroman +\\ \hline + \namfont 7 & + \itxfont 7 & + #hindi 7 #endhindi & + #marathi 7 #endmarathi & + #bengali 7 #endbengali & + #indian 7 #endindian & + #gujarati 7 #endgujarati & + #kannada 7 #endkannada & + #telugu 7 #endtelugu & + #gurmukhi 7 #endgurmukhi & + #tamil \undeflet #endtamil & + #roman 7 #endroman +\\ \hline + \namfont 8 & + \itxfont 8 & + #hindi 8 #endhindi & + #marathi 8 #endmarathi & + #bengali 8 #endbengali & + #indian 8 #endindian & + #gujarati 8 #endgujarati & + #kannada 8 #endkannada & + #telugu 8 #endtelugu & + #gurmukhi 8 #endgurmukhi & + #tamil \undeflet #endtamil & + #roman 8 #endroman +\\ \hline + \namfont 9 & + \itxfont 9 & + #hindi 9 #endhindi & + #marathi 9 #endmarathi & + #bengali 9 #endbengali & + #indian 9 #endindian & + #gujarati 9 #endgujarati & + #kannada 9 #endkannada & + #telugu 9 #endtelugu & + #gurmukhi 9 #endgurmukhi & + #tamil \undeflet #endtamil & + #roman 9 #endroman +\\ \hline +\end{tabular} +\end{makeimage} +\end{center} +\end{table} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +\end{document} diff -Nru texlive-lang-2007.dfsg.4/texmf-dist/doc/fonts/itrans/tech.tex texlive-lang-2009/texmf-dist/doc/fonts/itrans/tech.tex --- texlive-lang-2007.dfsg.4/texmf-dist/doc/fonts/itrans/tech.tex 1970-01-01 01:00:00.000000000 +0100 +++ texlive-lang-2009/texmf-dist/doc/fonts/itrans/tech.tex 2006-01-09 00:47:01.000000000 +0000 @@ -0,0 +1,539 @@ +% $Header: /home/cvsroot/itrans/nextrel/doc/tech.tex,v 1.1.1.1 1996/11/29 01:45:31 avinash Exp $ +\renewcommand{\arraystretch}{1.25} +\newcommand{\rarrow}{\mbox{---\hspace{-8pt}$>$}} +\newcommand{\SM}{\verb+\char92marathi+} +\newcommand{\EM}{\verb+\char92endmarathi+} +\documentstyle[11pt]{article} +\setlength{\textwidth}{5.75in} +\newfont{\devnf}{dnh at 15pt} + +\begin{document} + +\centerline{\LARGE\bf The {\em itrans} Preprocessor} +\medskip +\centerline{\bf TECHNICAL INFORMATION} +\medskip +\centerline{\bf \copyright 1991 Avinash Chopde} +\medskip +\hrule +\bigskip + +\section{Reference} + +{\tt +WARNING: The information in this document relates to ITRANS 2.11 and +earlier only. +THIS INFORMATION MAY BE INCORRECT/INCOMPLETE AS OF ITRANS 3.00 versions +onwards. +} + +This is a project that aims to develop a single tool for handling the +printing of various indian language documents, assuming that the input is +in some transliterated form. +The transliteration mechanism for all indian languages will be through +the english language. + +See the document {\em Printing Transliterated Indian Language Documents}, +in the file {\em idoc.itx} for more details---that document is the +user manual for the {\em itrans} package. +This document discusses the technical aspects of the program. + +\section{Input Parsing} + +I have made the following assumptions regarding how the words in a +indian language (well, not all, but most of them) are assembled. +(In the following discussion, {\em alphabet} refers to the list of basic +characters in the language script, a +{\em letter} refers to an element from the complete list of characters---basic +plus all the composite forms.) + +The alphabet is divided into two groups: vowels and consonants. + +Each indian language letter may be a vowel, or a consonant-vowel pair, or a +ligature-vowel pair. + +Ligatures are sequences of consonants. + +If a consonant {\em xxx} is followed by another consonant {\em yyy}, then it is +assumed to imply a half-consonant, i.e., the half-form of {\em xxx} must be +displayed at that point. +Of course, if the ligature for the pair xxx-yyy exists, the ligature +is used instead. +Note that not all indian languages make use of ligatures. + +Apart from the vowels and consonants, some special forms are also +provided, such as the chandra-bindu, the anuswara, virama, etc. +These special forms always form the suffix on the letter they affect, +i.e., you specify the letter first, then the special form. +A bunch of letters separated by white space or punctuation forms a word. + +Based on these assumptions, a simple parser has been built, to recognize +the basic unit---the letter. + +\section{Letter Construction} + +The fonts that are used here provide only the basic characters---vowels, +consonants (both full and half forms), special forms, and, some ligatures. +Every letter is built by printing its constituent characters. +This mapping of the consonant-vowel pairs, of the ligatures, etc, to +actual characters to be used from the specific font is specified through +the IFM file (indian language font metric file). +The IFM file is a text file, and follows somewhat the syntax of Adobe AFM +files. +In it is described how to construct every consonant-vowel form using the +given font, how to construct a ligature of consonant-consonant pairs, +the character codes of the special forms, etc. +The description is provided as a list of character codes, and their +offsets. +For example a description for some letter looks like: + +PCC 97 0 0 ; PCC 129 -70 0 ; + +This is a two character chain, first character has code 97, second +character has a code of 129. +The first character is printed with an offset (x,y) of (0,0). +Then the second character is printed with an offset of (-70,0), i.e., a +kern of -70 units. +One unit is equivalent of $1/1000$ of the current font size. +The entire IFM file structure is described in a later section. + +As shown in the example above, the chain of characters is printed out by +performing two operations on every character code in the chain: + +\begin{verbatim} +for every component of the form: PCC ; + +move , ; + +display character ; + +/*POSTSCRIPT FONT ONLY*/ + if ( is non-zero) move 0, -; + if (width of char is defined as zero) move -, 0; +/*POSTSCRIPT FONT ONLY*/ + +\end{verbatim} + +This relies on the fact that both \TeX\ and PostScript have a notion of a +current point. +Two values allow kerning to be specified in both X and Y directions. +If a movement in Y direction is des +Note that if the font being used is a PostScript font, then two other +actions may be performed. +If \verb+ + is non-zero, itrans reapplies a negative offset to +restore the baseline y coordinate (otherwise the line will keep getting +skewed! Note that this step is not necessary for \TeX---it takes care +of keeping the baseline horizontal). +Secondly, if the width of the character has been defined to be zero, a +negative x kern is applied. +This is done just for convenience---zero width characters are always +used as accent marks, and they should not contribute to the actual +character width, so the current position in X is restored to the original +value after a accent mark (zero width character) is printed. + +Only PostScript fonts may have zero-width characters, the above does not +apply to \TeX\ Matafont fonts. +I.e, for \TeX, the last {\em move -, 0;} is never executed, even if +the charwidth for the given character is zero. +(This is partly due to my laziness, I did not want to write code that +reads in a TFM file to get the char widths!) + +The above given description is used to specify both consonant-vowel +forms, and consonant-consonant (ligature) forms. +Currently, only ligatures composed of two consonants can be defined. + +If a consonant-vowel form appears in the input text, but has not been +defined in the IFM file, an error message is printed on the screen, and +the character is omitted. + +If a consonant-consonant-vowel (ligature) form appears in the input text, +but has not been +defined in the IFM file, it is not considered an error, instead, the +first consonant is printed in the half-form, and the second consonant +is printed out as its appropriate vowel form. +Long consonant chains, such as consonant-consonant-$\cdots$-consonant-vowel +are also handled in a similar manner---first a check if made if a ligature +exists for any two consecutive consonants, if yes, it is used, else, the +half forms of the consonants are used. +Beginning with the first consonant in the list, +itrans checks if a double-consonant ligature has +been defined for that consonant and the next one in the list. +If such a character exists, then it is used and both consonants are consumed, +and itrans repeats the procedure for the next consonant. + +There is an exception to the above rule: if at all possible, the last two +consonants are handled together, that is if a ligature of the last two +consonants +exists, that is used over the pairing that would result from the above method. +(See the user manual idoc.itx for example in the section Usage Hints.) + +\section{IFM File Code Names} + +The IFM file uses code names to refer to vowels and consonants. +For example, the ``I'' char in the input text for devanagari refers +to the ``ii'' code name in the IFM file (in this case, so does the input +char pair ``ii''). +Figure 1 shows the relationship between the input vowel text forms +accepted by the +lexer, and the code name for the vowels in the IFM file. +(Note that no indian language script makes use of the complete set +of code names available in the IFM file.) + +(Figures 1 \& 2 may be out-of-date, see the files imap.h and ilex.l +for correct info.) + +Similarly, the consonant names are as given in figure 2. +Again, only a subset of these may be used by a particular indian +language script. + +\bigskip +\begin{figure} +\begin{center} +\begin{tabular}{|c|c|c|} +\hline +{\em Input Text} & {\em IFM Code Name} & {\em Used For} \\ +\hline\hline +a & a & devanagari, tamil \\ \hline +aa & aa & devanagari, tamil \\ \hline +i & i & devanagari, tamil \\ \hline +ii or I & ii & devanagari, tamil \\ \hline +u & u & devanagari, tamil \\ \hline +uu or U & uu & devanagari, tamil \\ \hline +Ri & ri & devanagari \\ \hline +RI & rii & devanagari \\ \hline +Li & li & devanagari \\ \hline +LI & lii & devanagari \\ \hline +e & ay & devanagari, tamil \\ \hline +E & aay & tamil \\ \hline +ai & ai & devanagari, tamil \\ \hline +o & o & devanagari, tamil \\ \hline +O & oo & tamil \\ \hline +au & au & devanagari, tamil \\ \hline +aM & am & devanagari\\ \hline +H & aha & devanagari\\ \hline +\end{tabular} +\end{center} +\caption {Vowel Input Forms and Code Names} +\end{figure} + +\begin{figure} +\begin{center} +\begin{tabular}{|c|c|} +\hline +{\em Input Text} & {\em IFM Code Name}\\ \hline \hline +k & ka \\ \hline +q & kadot \\ \hline +kh & kha \\ \hline +K & khadot \\ \hline +g & ga \\ \hline +G & gadot \\ \hline +gh & gha \\ \hline +ng & nga \\ \hline +c & cha \\ \hline +ch & chha \\ \hline +j & ja \\ \hline +z & jadot \\ \hline +jh & jha \\ \hline +jn & jnh \\ \hline +T & tta \\ \hline +Th & ttha \\ \hline +D & dda \\ \hline +.D & ddadot \\ \hline +Dh & ddha \\ \hline +.Dh & ddhadot \\ \hline +N & nna \\ \hline +t & ta \\ \hline +th & tha \\ \hline +d & da \\ \hline +dh & dha \\ \hline +n & na \\ \hline +p & pa \\ \hline +\end{tabular} +\hfill +\begin{tabular}{|c|c|} +\hline +{\em Input Text} & {\em IFM Code Name}\\ \hline \hline +ph & pha \\ \hline +f & phadot \\ \hline +b & ba \\ \hline +bh & bha \\ \hline +m & ma \\ \hline +y & ya \\ \hline +r & ra \\ \hline +l & la \\ \hline +v & va \\ \hline +sh & sha \\ \hline +shh & shha \\ \hline +s & sa \\ \hline +h & ha \\ \hline +ld & lda \\ \hline +x & ksha \\ \hline +gy & gya \\ \hline +ny & nya \\ \hline +n\^ & nnx \\ \hline +R & rra \\ \hline +.r & rahalf \\ \hline +.n & anusvara \\ \hline +.c & chandra \\ \hline +.C & chandrabindu \\ \hline +.h & viraam \\ \hline +SRI & sri \\ \hline +AUM & aum \\ \hline +\end{tabular} +\\ +\end{center} +\caption {Consonant Input Forms and Code Names} +\end{figure} + +\section{IFM File Data} + +Currently, the IFM data resides in a file of its own, file name ends in +{\em .ifm}, example {\em dvnc.ifm}. +I still hope +that I may some day be able to include the IFM data into the Adobe AFM file. +Hence, all the lines in the IFM file start off with the word {\em +Comment\/}, so that regular Adobe programs that scan the AFM file may +skip over this data. +The marker {\em -I-} follows the comment word, and this marks the line as +containing legal metric data for the indian language. + +Every line in the AFM file consists of semicolon separated fields. +Each line describes a composite alphabet form, such as a consonant-vowel +description or a consonant-consonant form, or a vowel form, or a half +form of a consonant, etc. +The english words used to specify the characters of the indian language +alphabet are meant to sound right, in some vague manner, and are usually +self-descriptive. +These english words (such as ii, aa, aha, etc) have no relation to what +the user types to get the required character, that mapping is defined by +the lexer input file, {\em ilex.l}. + +Every field in a line in the IFM file starts off with an opcode, +describing what to expect next. + +The following lines are representative of the data in the AFM file: + +\begin{verbatim} +Comment -I- StartINDIAN +Comment -I- FONT marathi dmta.afm +Comment -I- CC a 2 ; PCC 97 0 0 ; PCC 129 -70 0 ; +Comment -I- CC a 2 ; PCC 97 0 0 ; PCC 129 -70 0 ; +Comment -I- CC gha-ii 3 ; PCC implicit 0 0 ; PCC 129 -70 0 ; PCC 132 0 0 ; +Comment -I- CCS gha ga ; +Comment -I- CCADD tmplA ; +Comment -I- EndINDIAN +\end{verbatim} + + +The opcodes StartINDIAN and EndIndian are used to bracket the indian +language character description data. + +The FONT opcode gives the name of the language, and the name of the file +which contains the AFM data for this font. +If the font is a Metafont description, then the TFM file name is +specified here. +The TFM file name is just used as an indication that the font used is a +\TeX\ font, the file is not actually opened or read. +Thus, if the font used is a Metafont description, you could as well say +``junk.tfm'' in the FONT opcode---only the extension ``.tfm'' is +important. +The first word in the FONT line is the language, and it must be one of the +languages ITRANS recognizes (see the function get\_lang\_tok() in marker.c). +This word determines how the input is scanned for tokens. +For example, the input letters ``Ri''refer to a vowel in +sanskrit/marathi/hindi, but in tamil, that vowel is not present. +But tamil uses the ``R'' symbol for a consonant, so the input ``Ri'' +is scanned as the consonant ``R'' followed by the vowel ``i'', while in +sanksrit it is scanned as the vowel ``Ri''. +Thus, it is important to define the correct language in the FONT statement +in the IFM file. + +The CC words stands for composite character, and it defines how to +construct the given character using the font. +In the example above, it shows that the {\em a} character is made up of +two units: char code 97, and char code 129. +See the previous section regarding the PCC opcode. +The second CC line above describes how to create the {\em ii} vowel form +of the consonant {\em gha}. +The first PCC character code in the line is not a number, but states {\em +implicit}. +This requires that a special character, called {\em gha-implicit} be +defined earlier. +Semantically, gha-implicit means the implicit form of the consonant gha. +Thus, whenever the code implicit appears in the description of some +consonant xxx, at that point, the program inserts the definition of the +xxx-implicit letter. +(Naturally, the description of xxx-implicit cannot have the code implicit +in its description.) + +Most consonants are similar in the manner in which the vowel forms are +constructed, using the implicit form of the consonant, and a few other +character forms. +For example, kha-aa, gha-aa, da-aa, dda-aa, are all constructed by using +this description: +PCC implicit 0 0 ; PCC 130 -70 0 ; +So, instead of restating this description for all these consonants, the +CCS keyword can be used instead. +The CCS keyword assigns equivalences, + +CCS xxx yyy ; + +states that a given consonant +xxx is similar to a already defined consonant yyy, and if some vowel +form (x) is missing, i.e. xxx-x description is missing, then it looks up +the description for yyy-x, and uses that. +This chaining can be made as deep as necessary: + +CCS bbb aaa ; + +CCS ccc bbb ; + +CCC ddd ccc ; + +etc + +CCS also works similarly for ligature forms: + +CCS ga-ra tmplC ; + +which states that the ga-ra ligature should use the form of the tmplC +dummy consonant (dummy consonants are explained further in this section). +Note that it is usually dangerous to specify ligature equivalence to one +of the constituent consonants, since most of the consonants do not use the +codename "implicit" in all their form definitions. +Thus, be careful of such definitions: + +CCS ga-ra ga ; + +or + +CCS ga-ra ra ; + +This will create problems if the half form of the ga-ra ligature is +required since both ga and ra (and every other consonant too) +have a half-form definition that does not include the code "implicit", +hence instead of the ga-ra-half form, what will print out will +be just the ga-half form or the ra-half form, depending on which +CCS line (from the above two lines) is present in the IFM file. +One way around this problem is to specifically define the half-form of +the ga-ra ligature, so as to stop the program from looking for it +through the CCS chain. +It is usually only the half form that causes problems (as of october 1991), +since all the other forms do contain the "implicit" code in their +definitions. + +A special consonant form, ``*'' is available for use with the CCS +keyword for ligatures: +It acts as a meta-character implying all the consonants. + +CCS *-ra tmplC ; + +CCS ga-* tmplC ; + +Instead of providing consonant equivalences between consonants, +additional dummy consonants may be created, these exist only in the IFM +file, and used only for equivalencing a real consonant. +The CCADD line defines the creation of a placeholder consonant. + +CCADD tmplA ; + +This states that the IFM will make use of a dummy consonant called tmplA, +and then all its vowel forms (including the half form) can be defined. +See the file dvnc.ifm for complete example. +All that tmplA is used for is to define equivalences, again from the +dvnc.ifm file, you will see lines like: + +CCS chha tmplA ; + +CCS tta tmplA ; + +which state that if some required vowel form of chha or tta is missing, +then try to use the definition of the same vowel form in tmplA. + +Each IFM file can make up to 10 such dummy consonants. + +\section{Example Usage or When to Make New IFM Files} + +So, to what end can this knowledge of the IFM file format be applied ? + +\begin{enumerate} +\item Assume that you need to disable all ligature printing, you +are printing at a very small font size, and ligatures do not print out +legibly. +To do this, you should copy the dvnc.ifm file to sdvnc.ifm, and remove all +ligature definitions from sdvnc.ifm. +Ligature definitions are those which contain two consonants separated by +a dash: examples: +{\obeylines +CCS tta-tta tmplA ; +CC tta-tta-implicit 1 ; PCC 147 0 0 ; +} +All such ligature definitions can be deleted from sdvnc.ifm. +And then, in your input file that contains the transliterated text, add +the command: + +$\backslash$indianifm=sdvnc.ifm + +(See the user manual on itrans for more information on the indianifm +keyword.) + +Now, no ligatures are available, and nothing needs to be done to the +input text at all to suppress the ligatures. +Instead of the ligatures, the half-forms of the consonants will be used +wherever required. + +\item Another use would be if you do not like the spacing of certain +characters when they are composed to form consonant forms. +Well, as seen in the previous example, it is quite simple to copy the IFM +file into a new one, change the deltas (the numbers) as required, and use +the new IFM in the input text. + +\item By changing the character definitions in the IFM file, one can +produce different printed forms for the character. +For example, to print the normal form of {\em ii} in devanagari prints out +as: {\devnf \char105\kern-0.04em\char128}. +% itrans: CC ii 2 ; PCC 105 0 0 ; PCC 128 -40 0 ; +Now, what if you need to make it print out as: {\devnf \char97\char132} ? +This is easily done, just comment out the old definition of the {\em ii} +character (it is called {\em ii} in the ifm file), and make it read: + +{\obeylines +Comment -I- CC ii 2 ; PCC 97 0 0 ; PCC 132 0 0 ; +} + +Now, all instances of {\em ii} in the input text will print out as: +{\devnf \char97\char132 }. + +\renewcommand{\arraystretch}{1.25} +\renewcommand{\arraystretch}{1.25} +\renewcommand{\arraystretch}{1.25} +\renewcommand{\arraystretch}{1.25} +This method can be used to change any character form you need, as long as +the constituent parts of the new character are available in the font. + +\item You have received a new font, either you developed it yourself, or +\renewcommand{\arraystretch}{1.25} +got it elsewhere, and you would like to use it through the itrans +mechanism. +This involves two steps. +First, you need to map the vowels and consonants available through itrans +(see figures 1 and 2) to the font characters. +Second, you create a IFM file for the font. +The first step is the biggest hurdle, especially if you feel that you +need to add new consonant names to ilex.l. +(Of course, that implies lots of source code changes: now iyacc.y will +have to be modified to accept the new token, imap.h will have to edited +to add the codename for the font, and font.c will have to be edited to +add the new codename into a static data structure!) +If that happens, send me e-mail, maybe I will permanently add the name to +ilex.l, but I hope that current set of names accepted by ilex.l will +suffice. +If they do, then no source code changes are necessary, just need to +create the IFM file and you are in business. + +If you wish, you could send me the IFM file you create, and the font +(if it is in public domain, otherwise the IFM file only will suffice), + +\end{enumerate} + +\end{document} diff -Nru texlive-lang-2007.dfsg.4/texmf-dist/doc/fonts/itrans/tlgutx.itx texlive-lang-2009/texmf-dist/doc/fonts/itrans/tlgutx.itx --- texlive-lang-2007.dfsg.4/texmf-dist/doc/fonts/itrans/tlgutx.itx 1970-01-01 01:00:00.000000000 +0100 +++ texlive-lang-2009/texmf-dist/doc/fonts/itrans/tlgutx.itx 2006-01-09 00:47:01.000000000 +0000 @@ -0,0 +1,1130 @@ +\documentclass[11pt]{article} +\usepackage{comment} +% User Documentation for the ITRANS Package +% The Telugu Language Transliteration Table +% This document supplements the common document: idoc.itx + +\usepackage[preprocess,telugu]{itrans} % Ross Moore's extensions to latex2html + % this also loads idevn.tex and itrnstlg.tex + +% Note: the file itrnstlg.tex should be present in the current directory, or: +% 1: Add the directory where itrnstlg resides to the env var TEXINPUTS +% 2: Delete the \input stmt, and copy the itrnstlg.tex file into this file.. +% 3: Copy the file itrnstlg.tex to the current directory. + +\usepackage{html} % from standard latex2html package + % if you do not have html.sty in your machine, change the html to + % htmlstub (htmlstub.sty is included in the ITRANS/lib directory) + +\portraitpage % defined in itrans.sty (idevn.tex), get a larger page size + +\renewcommand{\arraystretch}{1.25} +\newcommand{\rarrow}{\mbox{---\hspace{-8pt}$>$}} +\newcommand{\ST}{\char35telugu} +\newcommand{\ET}{\char35endtelugu} +\newfont{\cmt}{cmtt12} +\newfont{\cmts}{cmtt9} + +\newfont{\tlgsmall}{tel12} +\newfont{\tlgnx}{tel12nx} +\newfont{\tlgs}{tel12s} +\newfont{\tlg}{tel18} + +\hyphenchar\tlgnx=-1 % disable hyphenation using this font +\hyphenchar\tlgs=-1 % disable hyphenation using this font +\hyphenchar\tlg=-1 % disable hyphenation using this font + +#teluguifm=tlgutx.ifm +#telugufont=\tlg + +\begin{document} + +\footnotetext[0]{Last modification: \today} + +\centerline{\LARGE\bf Transliteration Map} +\medskip +\centerline{\LARGE\bf Telugu Font (tel)} +\bigskip +\centerline{\LARGE\bf itrans} +\smallskip +\centerline{\bf \copyright 1992--1998 Avinash Chopde} + +\section{Fonts Available} + +\subsection{\TeX\ Interface} + +The telugu font {\em tel} is a Metafont font, +developed by Lakshmi V.\ S.\ Mukkavilli. + +This font is not bundled with the itrans package, but is available at +many FTP sites. This font may be available in the separate font archive +containing extra fonts, named \texttt{itransxt.zip}, which may be available +in the same place you obtained the main ITRANS archive. +\textsl{ +[The authors use the restrictive GPL to license their +software, which is really too bad, but because of that, I am unable to +include their fonts with the main ITRANS archive.] +} + +The telugu font is in a file called {\tt tlgutx.tar.Z}. +Use WWW search tools to locate this file, search for the +substring {\tt tlgutx}. +You can find this at any TeX CTAN archive (ex: +{\tt ftp.cdrom.com or ctan.tug.org, directory /tex-archive/language/telugu}). + +Note that the TeluguTeX package is also capable of typesetting telugu +documents---without the need for a pre-processor. + +\subsection{Direct Textual Interface} + +Since this is a \TeX\ font, this interface cannot be used. +(The Text interface directly produces PostScript or HTML, and it +requires a PostScript font or TrueType font.) + +\subsection{Direct Textual Interface - HTML output} + +HTML output can be produced using the Tikkana TrueType fonts. +These fonts are available somewhere on a web, use a search engine +to locate them. + +The IFM file to use is {\em tikkana.ifm}. + +The support for the Tikkana fonts was +added by: {\bf Shree}, and +{\bf Devarakonda Venkata Narayana Sarma} +$<$\emph{narayana@hd1.vsnl.net.in}$>$ + +\section{Font Developer} + +The TeX font has been created by {\tt Lakshmi V.\ S.\ Mukkavilli}, +and is part of a complete telugu typesetting system called +TeluguTeX. +TeluguTeX has been developed by {\tt Lakshmi V.\ S.\ Mukkavilli}, +and she also holds the copyright to that software. + +The TeluguTeX package contains extensive documentation regarding this +font, it was a great help in adapting the telugu font for use with +ITRANS. + +\subsection{Font Variations Available} + +The {\tt TeluguTeX} package contains many font sizes and variations---it +also includes all the source Metafont files, so any Metafont user can +create her own font variations. + +As packaged in the {\tt tlgutx.tar.Z} package, there are TFM and +PK files for these font sizes: 10, 11, 12, 15, 18, 20, 25, 30, 35, 40, +55, 72 and 172. Certain fancy versions (telspa, telspb, and telspc) are +also available. +Most font sizes come in bold and slanted versions. + +This document has made use of the {\tt tel12}, {\tt tel12s}, {\tt tel12nx}, +and {\tt tel18} fonts. + +%------------------------------------------------------------------- +\begin{htmlonly} +\section{Telugu Table} +\end{htmlonly} + +\begin{table}[hp] +\begin{center} +\begin{tabular}{c@{\hspace{1in}}c@{\hspace{1in}}c} +% --- first col is vowels inside a tabular +\begin{makeimage} +\begin{tabular}{|c|c|} +\multicolumn{2}{c}{Vowels} \\ +\hline +{#telugu a #endtelugu} & {\tt a} \\ \hline +{#telugu aa #endtelugu} & {\tt aa {\it or} A} \\ \hline +{#telugu i #endtelugu} & {\tt i} \\ \hline +{#telugu ii #endtelugu} & {\tt ii {\it or} I} \\ \hline +{#telugu u #endtelugu} & {\tt u} \\ \hline +{#telugu uu #endtelugu} & {\tt uu {\it or} U} \\ \hline +{#telugu R^i #endtelugu} & {\tt RRi {\it or} R\char`^i} \\ \hline +{#telugu R^I #endtelugu} & {\tt RRI {\it or} R\char`^I} \\ \hline +{#telugu L^i #endtelugu} & {\tt LLi {\it or} L\char`^i} \\ \hline +{#telugu L^I #endtelugu} & {\tt LLI {\it or} L\char`^I} \\ \hline +{#telugu e #endtelugu} & {\tt e} \\ \hline +{#telugu E #endtelugu} & {\tt E} \\ \hline +{#telugu ai #endtelugu} & {\tt ai} \\ \hline +{#telugu o #endtelugu} & {\tt o} \\ \hline +{#telugu O #endtelugu} & {\tt O} \\ \hline +{#telugu au #endtelugu} & {\tt au} \\ \hline +\multicolumn{2}{c}{} \\ +\multicolumn{2}{c}{} \\ +\multicolumn{2}{c}{Digits} \\ +\hline +{#telugu 0 #endtelugu} & {\tt 0} \\ \hline +{#telugu 1 #endtelugu} & {\tt 1} \\ \hline +{#telugu 2 #endtelugu} & {\tt 2} \\ \hline +{#telugu 3 #endtelugu} & {\tt 3} \\ \hline +{#telugu 4 #endtelugu} & {\tt 4} \\ \hline +{#telugu 5 #endtelugu} & {\tt 5} \\ \hline +{#telugu 6 #endtelugu} & {\tt 6} \\ \hline +{#telugu 7 #endtelugu} & {\tt 7} \\ \hline +{#telugu 8 #endtelugu} & {\tt 8} \\ \hline +{#telugu 9 #endtelugu} & {\tt 9} \\ \hline +\end{tabular} +\end{makeimage} +% --- end first col +& +% --- second col is consonants +\begin{makeimage} +\begin{tabular}{|c|c|} +\multicolumn{2}{c}{Consonants} \\ +\hline +{#telugu ka #endtelugu} & {\tt k{\it a}} \\ \hline +{#telugu kha #endtelugu} & {\tt kh{\it a}} \\ \hline +{#telugu ga #endtelugu} & {\tt g{\it a}} \\ \hline +{#telugu gha #endtelugu} & {\tt gh{\it a}} \\ \hline +{#telugu ~Na #endtelugu} & {\tt \char`~N{\it a or} N\char`^{\it a}} \\ \hline +{#telugu cha #endtelugu} & {\tt ch{\it a}} \\ \hline +{#telugu Cha #endtelugu} & {\tt Ch{\it a or} chh{\it a}} \\ \hline +{#telugu ja #endtelugu} & {\tt j{\it a}} \\ \hline +{#telugu jha #endtelugu} & {\tt jh{\it a}} \\ \hline +{#telugu ~na #endtelugu} & {\tt \char`~n{\it a or} JN{\it a}} \\ \hline +{#telugu Ta #endtelugu} & {\tt T{\it a}} \\ \hline +{#telugu Tha #endtelugu} & {\tt Th{\it a}} \\ \hline +{#telugu Da #endtelugu} & {\tt D{\it a}} \\ \hline +{#telugu Dha #endtelugu} & {\tt Dh{\it a}} \\ \hline +{#telugu Na #endtelugu} & {\tt N{\it a}} \\ \hline +{#telugu ta #endtelugu} & {\tt t{\it a}} \\ \hline +{#telugu tha #endtelugu} & {\tt th{\it a}} \\ \hline +{#telugu da #endtelugu} & {\tt d{\it a}} \\ \hline +{#telugu dha #endtelugu} & {\tt dh{\it a}} \\ \hline +{#telugu na #endtelugu} & {\tt n{\it a}} \\ \hline +{#telugu pa #endtelugu} & {\tt p{\it a}} \\ \hline +{#telugu pha #endtelugu} & {\tt ph{\it a}} \\ \hline +{#telugu ba #endtelugu} & {\tt b{\it a}} \\ \hline +{#telugu bha #endtelugu} & {\tt bh{\it a}} \\ \hline +{#telugu ma #endtelugu} & {\tt m{\it a}} \\ \hline +{#telugu ya #endtelugu} & {\tt y{\it a}} \\ \hline +{#telugu ra #endtelugu} & {\tt r{\it a}} \\ \hline +{#telugu Ra #endtelugu} & {\tt R{\it a}} \\ \hline +{#telugu la #endtelugu} & {\tt l{\it a}} \\ \hline +{#telugu La #endtelugu} & {\tt L{\it a}} \\ \hline +{#telugu va #endtelugu} & {\tt v{\it a or} w{\it a}} \\ \hline +{#telugu sha #endtelugu} & {\tt sh{\it a}} \\ \hline +{#telugu Sha #endtelugu} & {\tt Sh{\it a or} shh{\it a}} \\ \hline +{#telugu sa #endtelugu} & {\tt s{\it a}} \\ \hline +{#telugu ha #endtelugu} & {\tt h{\it a}} \\ \hline +{#telugu kSha #endtelugu} & {\tt x{\it a or} kSh{\it a}} \\ \hline +\end{tabular} +\end{makeimage} +% --- end second col +& +% --- third col of specials/accents inside a tabular +\begin{makeimage} +\begin{tabular}{|c|c|} +\multicolumn{2}{c}{Specials/Accents} \\ +\hline +{#telugu ga.n #endtelugu} & {\tt {\it ga}.n} \\ \hline +{#telugu aa^r #endtelugu} & {\tt {\it aa}\char`^r} \\ \hline +{#telugu m.h #endtelugu} & {\tt {\it m}\{\}} \\ \hline +{#telugu duH #endtelugu} & {\tt {\it du}H} \\ \hline +{#telugu .a #endtelugu} & {\tt .a} \\ \hline +\end{tabular} +\end{makeimage} +\\ +\end{tabular} % end the larger tabular encompassing all four tables +\hfill +\\ +\end{center} +\caption {\bf ITRANS: Telugu to English Transliteration Table.} +\label{ienc} +\label{fig1} +\end{table} + +%------------------------------------------------------------------- +\section{More Special Characters} + +Access to the special telugu characters such as +ardhavisargha, nakarapolla, valapalagilaka, etc, is available through the +macro input file {\em itrnstlg.tex}. +The following table displays the characters available, and their macro +names. + +Note that ITRANS does not provide support for the udatta and dantyam +telugu characters. If you must use these, take a look in {\em +itrnstlg.tex} --- some examples are given there, but it may require +extensive hand-tuning. Examples shown in table~\ref{fig2}. + +\begin{table} +\begin{center} +\begin{makeimage} +\begin{tabular}{|c|c|} +\hline +{#telugu \TGadh #endtelugu} & {\tt \char92 TGadh} \\ \hline +{#telugu \TGnp #endtelugu} & {\tt \char92 TGnp} \\ \hline +{#telugu \TGvp #endtelugu} & {\tt \char92 TGvp} \\ \hline +{#telugu \TGbar #endtelugu} & {\tt \char92 TGbar} \\ \hline +{#telugu \TGbarr #endtelugu} & {\tt \char92 TGbarr} \\ \hline +{#telugu \TGpu #endtelugu} & {\tt \char92 TGpu} \\ \hline +{#telugu \TGpuu #endtelugu} & {\tt \char92 TGpuu} \\ \hline +{#telugu \TGphu #endtelugu} & {\tt \char92 TGphu} \\ \hline +{#telugu \TGphuu #endtelugu} & {\tt \char92 TGphuu} \\ \hline +\end{tabular} +\end{makeimage} +\\ +\end{center} +\caption {{\bf Special characters in }{\em itrnstlg.tex}.} +\label{fig2} +\end{table} + +%---------------------------------------------------------------- +% lines deleted into tlgu.sav (all consonant vowel forms) +%---------------------------------------------------------------- + +\section{Examples} + +These examples have been taken from the {\em TeluguTeX} package, with +modifications for use the ITRANS transliteration scheme. + +\subsection{Example from the Panchatantra} + +% example from panchatantra, taken from TeluguTeX::document.tex, and edited.. +\centerline{#telugu pa.nchata.ntra kadhalu#endtelugu} + +\centerline{(Stories from the ``Panchatantra'')} + +\medskip +#telugufont=\tlgnx +{#telugu + ``parulanu mosagi.nchi hAnichEya talapeTTinavAru tAmE cheDipOtAru''. +#endtelugu} +\medskip +{#telugu +i.ndrapAlituDu anE vartakuDu vyApAra.n nimitta.n porugudEshAniki pOvalasi +vachchi.ndi. ataDu tanavaddanunna veyyi ba.ngAru nANAlanu, tana mitruDayina +dhanaguptuni vadda dAchi dEshA.ntara.n poyADu. ko.ntakAla.n ayina taruvAta +i.ndrapAlituDu svagrAma.n tirigi vachchADu. ataDu dhanaguptuni i.nTikipOyi tana +ba.ngAru nANAlanu tirigi yimmani aDigADu. dhanaguptuDu vichAra.ngA ``annA! +Emi cheppanu, nI ba.ngAru nANAlanni.nTinI mA i.nTilO elukalu tinivEshAyi'' ani +cheppADu. dhanaguptuni mOsAnni ardha.nchEsukonna i.ndrapAlituDu ``pOnIlE +jariginadAniki chi.nti.nchi Emi phalamu'' ani sardi cheppi, idivaralOlAgAnE +mitrunitO snEha.n kanabarastU unnADu. konnALLupOyAka, i.ndrapAlituDu +dhanaguptuni i.nTivadda kaburlu chebutU unna samaya.nlO prakkavIdhi lO rEgupaLLU +#endtelugu} + +{#telugu +ammakAniki vachchAyi. paLLu ammEvAni kEkavini dhanaguptuni pillavADu +paLLakOsa.n pOrupeTTADu. ``nEnu koni istAnu rA nAyanA!'' a.nTU pillavAnini +ettukoni i.ndrapAlitiDu prakkavIdhiki bayaludErADu. paLLu koni, pillavAniki +ichchina i.ndrapAlituDu dhanaguptuni yi.nTiki tirigi rAku.nDA tana yi.nTiki pOyi +pillavAnini lOpala dAchi u.nchADu. +#endtelugu} + +{#telugu +e.ntasEpaTikI pillavADugAnI, i.ndrapAlituDugAnI tirigi rAkapOyEsariki +dhanaguptuDu AdurdAgA vArini vetukuchU mitruni i.nTiki chErADu. atanini +chUDagAnE i.ndrapAlituDu duHkha.nnaTistU ``annA paLLuko.ndAmani mI pillavAnini +cha.nkanu.nchi di.npAnO lEdO, oka pADu DEga vachchi mI vANNi ettuku pOyi.ndi, I +vishhAdavArta nIku cheppalEka nEnu i.nTiki vachchi duHkhistunnAnu'' annADu. Adi +vini dhanaguptuDu ``nIchuDA, pillavAni va.nTipainunna ba.ngAru +vastuvulakAshapaDi i.nta anyAya.n chEstAvA'' a.nTU dUshhistU +nyAyAdhipatiki phiryAdu chEsADu. +#endtelugu} + +{#telugu +nyAyAdhipati i.ndrapAlituni to ``EmayyA pushhTigA u.nDE pillADini DEga tannuku +pOyi.ndannAvuTa. EmiTI viDDUra.n?'' ani prashni.nchADu. dAnipai i.ndrapAlituDu +jariginada.ntA vivari.nchi ``ayyA I dhanaguptuni yi.nTa nEnu dAchina veyyi +ba.ngAru nANAlu elukalu tinivEsinappuDu, O chinna biDDanu DEga tannuku +pOvaDa.nlO AshcharyamEmu.ndi?'' annADu. +jariginada.ntA graHi.nchina nyAyAdhikAri, +i.ndrapAlituni yi.nTanunna pillavAnini rappi.nchi dhanaguptuniki appajeppi, +mitrunisommu apaHari.nchi nammaka drOhamonarchina dhanaguptuni Asti +svAdhIna.n chEsukoni, a.ndulOnu.nchi +i.ndrapAlituniki rAvalasina vEyi nANAlu +ippi.nchADu. +#endtelugu} + +\bigskip +\noindent This is the input text that produced the above: +\smallskip + +\noindent {\tt \char92 centerline\char123\ST pa.nchata.ntra kadhalu\ET\char125} + +\noindent {\tt \char92 centerline\char123 (Stories from the ``Panchatantra'')\char125} + +\noindent {\tt \char123 \ST} + +\begin{verbatim} + ``parulanu mosagi.nchi hAnichEya talapeTTinavAru tAmE +cheDipOtAru''. + +i.ndrapAlituDu anE vartakuDu vyApAra.n nimitta.n +porugudEshAniki pOvalasi vachchi.ndi. ataDu tanavaddanunna +veyyi ba.ngAru nANAlanu, tana mitruDayina dhanaguptuni vadda +dAchi dEshA.ntara.n poyADu. ko.ntakAla.n ayina taruvAta +i.ndrapAlituDu svagrAma.n tirigi vachchADu. ataDu dhanaguptuni +i.nTikipOyi tana ba.ngAru nANAlanu tirigi yimmani aDigADu. +dhanaguptuDu vichAra.ngA ``annA! Emi cheppanu, nI ba.ngAru +nANAlanni.nTinI mA i.nTilO elukalu tinivEshAyi'' ani cheppADu. +dhanaguptuni mOsAnni ardha.nchEsukonna i.ndrapAlituDu +``pOnIlE jariginadAniki chi.nti.nchi Emi phalamu'' ani sardi +cheppi, idivaralOlAgAnE mitrunitO snEha.n kanabarastU unnADu. +konnALLupOyAka, i.ndrapAlituDu dhanaguptuni i.nTivadda kaburlu +chebutU unna samaya.nlO prakkavIdhi lO rEgupaLLU ammakAniki +vachchAyi. paLLu ammEvAni kEkavini dhanaguptuni pillavADu +paLLakOsa.n pOrupeTTADu. ``nEnu koni istAnu rA nAyanA!'' a.nTU +pillavAnini ettukoni i.ndrapAlitiDu prakkavIdhiki +bayaludErADu. paLLu koni, pillavAniki ichchina i.ndrapAlituDu +dhanaguptuni yi.nTiki tirigi rAku.nDA tana yi.nTiki pOyi +pillavAnini lOpala dAchi u.nchADu. + +e.ntasEpaTikI pillavADugAnI, i.ndrapAlituDugAnI tirigi +rAkapOyEsariki dhanaguptuDu AdurdAgA vArini vetukuchU mitruni +i.nTiki chErADu. atanini chUDagAnE i.ndrapAlituDu +duHkha.nnaTistU ``annA paLLuko.ndAmani mI pillavAnini +cha.nkanu.nchi di.npAnO lEdO, oka pADu DEga vachchi mI vANNi +ettuku pOyi.ndi, I vishhAdavArta nIku cheppalEka nEnu i.nTiki +vachchi duHkhistunnAnu'' annADu. Adi vini dhanaguptuDu +``nIchuDA, pillavAni va.nTipainunna ba.ngAru +vastuvulakAshapaDi i.nta anyAya.n chEstAvA'' a.nTU dUshhistU +nyAyAdhipatiki phiryAdu chEsADu. + +nyAyAdhipati i.ndrapAlituni to ``EmayyA pushhTigA u.nDE +pillADini DEga tannuku pOyi.ndannAvuTa. EmiTI viDDUra.n?'' ani +prashni.nchADu. dAnipai i.ndrapAlituDu jariginada.ntA +vivari.nchi ``ayyA I dhanaguptuni yi.nTa nEnu dAchina veyyi +ba.ngAru nANAlu elukalu tinivEsinappuDu, O chinna biDDanu +DEga tannuku pOvaDa.nlO AshcharyamEmu.ndi?'' annADu. +jariginada.ntA grHi.nchina yAyAdhikAri, i.ndrapAlituni +yi.nTanunna pillavAnini rappi.nchi dhanaguptuniki appajeppi, +mitrunisommu apHari.nchi nammaka drOhamonarchina dhanaguptuni +Asti svAdhIna.n chEsukoni, a.ndulOnu.nchi i.ndrapAlituniki +rAvalasina vEyi nANAlu ippi.nchADu. +\end{verbatim} +{\tt \ET\char125} + +\subsection{Using macros from itrnstlg.tex} + +This is a example from the Rigveda, and typesetting this text requires +use of the special telugu forms defined in the file {\em itrnstlg.tex}. +This example also makes use of the udatta and dantyam macros ({\tt +\char92 TGud, \char92 TGBud, \char92 TGdt, etc}). + +\centerline{Text from {\em rigveda}---in Telugu.} + +% example from rigveda, taken from TeluguTeX::document.tex, and edited.. +#telugufont=\tlgs +{#telugu +hariH Om.h\TGbarr\ \TGBan shata.n \TGBud jIva \TGBan shara\TGBan dO +va\TGBud rdhamAna\TGBan shshata.n +hE\TGud\TGBan mantA\TGBan ~nChhata\TGBud mu va\TGBan santA\TGnp\TGbar\ +\TGBan shata\TGBud mi\TGCan ndhrAgnI \TGBud na\TGBan vitA +\TGBud bRRi\hbox{\TGBan ha}npati\TGBan shsha +tA\TGBud yushhA \TGBan havi\TGBan shhEma.n pu\TGBud narduH\TGbarr\ +RRiksa.nhitA\TGbarr\ +{8-8-20} vaga\TGvp\TGbarr\ +asya mantrasya niruktam.h. --- +#endtelugu} + +{#telugu +shata.n jIva shadadO vardhamAna ityapi nigamO bhavati\TGbar\ +shatamiti shata.n dIgha\TGvp mAyuma\TGvp ruta EnA vadha\TGvp yanti +shatamonamona shatATmAna.n bhavati shatamananta.n bhavati shatamaishvarya.n +bhavati shatamiti shata.n dEgha\TGvp mAyuH\TGbar\ hariH Om.h\TGbarr +#endtelugu} + +\centerline{Text from {\em rigveda}---transliterated form.} + +{\tt +\noindent\char123 + +\noindent\char92 input itrnstlg + +OR + +\noindent\char92 usepackage[preprocess,telugu]{itrans} + +\noindent\ST} + +\begin{verbatim} +hariH Om.h\TGbarr\ \TGBan shata.n \TGBud jIva \TGBan +shara\TGBan dO va\TGBud rdhamAna\TGBan shshata.n +hE\TGud\TGBan mantA\TGBan ~nChhata\TGBud mu va\TGBan +santA\TGnp\TGbar\ \TGBan shata\TGBud mi\TGCan ndhrAgnI +\TGBud na\TGBan vitA \TGBud bRRi\TGBan hanpati\TGBan shsha +tA\TGBud yushhA \TGBan havi\TGBan shhEma.n +pu\TGBud narduH\TGbarr\ RRiksa.nhitA\TGbarr\ {8-8-20} +vaga\TGvp\TGbarr\ asya mantrasya niruktam.h. --- + +shata.n jIva shadadO vardhamAna ityapi nigamO bhavati\TGbar\ +shatamiti shata.n dIgha\TGvp mAyuma\TGvp ruta EnA vadha\TGvp +yanti shatamonamona shatATmAna.n bhavati shatamananta.n +bhavati shatamaishvarya.n bhavati shatamiti shata.n +dEgha\TGvp mAyuH\TGbar\ hariH Om.h\TGbarr +\end{verbatim} +{\tt \ET\char125} + +\bigskip +\hrule +\vfill + +\bigskip +\section{Author} + +\noindent +ITRANS has been developed by Avinash Chopde. \\ +E-mail: {\tt avinash@acm.org}. \\ +Home page: {\tt http://www.aczone.com/} + +\bigskip +\hrule +\end{document} + + +----------------unused table ---------------------------- + +\begin{comment} %---------- NO NEED TO INCLUDE THE CONSONANTS-VOWELS TABLE +#telugufont=\tlgsmall +% All the consonant-vowel forms +\begin{table}[p] +\vspace*{0in} +\hspace*{0.0in}\vbox{ +\begin{center} +\begin{makeimage} +\begin{tabular}{|c||c|c|c|c|c|c|c|c|c|c|c|c|c|c|c|c|} +\hline +\tt / & +\tt a & +\tt A & +\tt i & +\tt I & +\tt u & +\tt U & +\tt RRi & +\tt RRI & +\tt LLi & +\tt LLI & +\tt e & +\tt E & +\tt ai & +\tt o & +\tt O & +\tt au \\ \hline \hline +\tt k & +#telugu ka #endtelugu & +#telugu kaa #endtelugu & +#telugu ki #endtelugu & +#telugu kii #endtelugu & +#telugu ku #endtelugu & +#telugu kuu #endtelugu & +#telugu kR^i #endtelugu & +#telugu kR^I #endtelugu & +#telugu kL^i #endtelugu & +#telugu kL^I #endtelugu & +#telugu ke #endtelugu & +#telugu kE #endtelugu & +#telugu kai #endtelugu & +#telugu ko #endtelugu & +#telugu kO #endtelugu & +#telugu kau #endtelugu \\ \hline +\tt kh & +#telugu kha #endtelugu & +#telugu khaa #endtelugu & +#telugu khi #endtelugu & +#telugu khii #endtelugu & +#telugu khu #endtelugu & +#telugu khuu #endtelugu & +#telugu khR^i #endtelugu & +#telugu khR^I #endtelugu & +#telugu khL^i #endtelugu & +#telugu khL^I #endtelugu & +#telugu khe #endtelugu & +#telugu khE #endtelugu & +#telugu khai #endtelugu & +#telugu kho #endtelugu & +#telugu khO #endtelugu & +#telugu khau #endtelugu \\ \hline +\tt g & +#telugu ga #endtelugu & +#telugu gaa #endtelugu & +#telugu gi #endtelugu & +#telugu gii #endtelugu & +#telugu gu #endtelugu & +#telugu guu #endtelugu & +#telugu gR^i #endtelugu & +#telugu gR^I #endtelugu & +#telugu gL^i #endtelugu & +#telugu gL^I #endtelugu & +#telugu ge #endtelugu & +#telugu gE #endtelugu & +#telugu gai #endtelugu & +#telugu go #endtelugu & +#telugu gO #endtelugu & +#telugu gau #endtelugu \\ \hline +\tt gh & +#telugu gha #endtelugu & +#telugu ghaa #endtelugu & +#telugu ghi #endtelugu & +#telugu ghii #endtelugu & +#telugu ghu #endtelugu & +#telugu ghuu #endtelugu & +#telugu ghR^i #endtelugu & +#telugu ghR^I #endtelugu & +#telugu ghL^i #endtelugu & +#telugu ghL^I #endtelugu & +#telugu ghe #endtelugu & +#telugu ghE #endtelugu & +#telugu ghai #endtelugu & +#telugu gho #endtelugu & +#telugu ghO #endtelugu & +#telugu ghau #endtelugu \\ \hline +\tt \char`~N & +#telugu ~Na #endtelugu & +#telugu ~Naa #endtelugu & +#telugu ~Ni #endtelugu & +#telugu ~Nii #endtelugu & +#telugu ~Nu #endtelugu & +#telugu ~Nuu #endtelugu & +#telugu ~NR^i #endtelugu & +#telugu ~NR^I #endtelugu & +#telugu ~NL^i #endtelugu & +#telugu ~NL^I #endtelugu & +#telugu ~Ne #endtelugu & +#telugu ~NE #endtelugu & +#telugu ~Nai #endtelugu & +#telugu ~No #endtelugu & +#telugu ~NO #endtelugu & +#telugu ~Nau #endtelugu \\ \hline +\tt ch & +#telugu cha #endtelugu & +#telugu chaa #endtelugu & +#telugu chi #endtelugu & +#telugu chii #endtelugu & +#telugu chu #endtelugu & +#telugu chuu #endtelugu & +#telugu chR^i #endtelugu & +#telugu chR^I #endtelugu & +#telugu chL^i #endtelugu & +#telugu chL^I #endtelugu & +#telugu che #endtelugu & +#telugu chE #endtelugu & +#telugu chai #endtelugu & +#telugu cho #endtelugu & +#telugu chO #endtelugu & +#telugu chau #endtelugu \\ \hline +\tt ch & +#telugu Cha #endtelugu & +#telugu Chaa #endtelugu & +#telugu Chi #endtelugu & +#telugu Chii #endtelugu & +#telugu Chu #endtelugu & +#telugu Chuu #endtelugu & +#telugu ChR^i #endtelugu & +#telugu ChR^I #endtelugu & +#telugu ChL^i #endtelugu & +#telugu ChL^I #endtelugu & +#telugu Che #endtelugu & +#telugu ChE #endtelugu & +#telugu Chai #endtelugu & +#telugu Cho #endtelugu & +#telugu ChO #endtelugu & +#telugu Chau #endtelugu \\ \hline +\tt j & +#telugu ja #endtelugu & +#telugu jaa #endtelugu & +#telugu ji #endtelugu & +#telugu jii #endtelugu & +#telugu ju #endtelugu & +#telugu juu #endtelugu & +#telugu jR^i #endtelugu & +#telugu jR^I #endtelugu & +#telugu jL^i #endtelugu & +#telugu jL^I #endtelugu & +#telugu je #endtelugu & +#telugu jE #endtelugu & +#telugu jai #endtelugu & +#telugu jo #endtelugu & +#telugu jO #endtelugu & +#telugu jau #endtelugu \\ \hline +\tt jh & +#telugu jha #endtelugu & +#telugu jhaa #endtelugu & +#telugu jhi #endtelugu & +#telugu jhii #endtelugu & +#telugu jhu #endtelugu & +#telugu jhuu #endtelugu & +#telugu jhR^i #endtelugu & +#telugu jhR^I #endtelugu & +#telugu jhL^i #endtelugu & +#telugu jhL^I #endtelugu & +#telugu jhe #endtelugu & +#telugu jhE #endtelugu & +#telugu jhai #endtelugu & +#telugu jho #endtelugu & +#telugu jhO #endtelugu & +#telugu jhau #endtelugu \\ \hline +\tt \char`~n & +#telugu ~na #endtelugu & +#telugu ~naa #endtelugu & +#telugu ~ni #endtelugu & +#telugu ~nii #endtelugu & +#telugu ~nu #endtelugu & +#telugu ~nuu #endtelugu & +#telugu ~nR^i #endtelugu & +#telugu ~nR^I #endtelugu & +#telugu ~nL^i #endtelugu & +#telugu ~nL^I #endtelugu & +#telugu ~ne #endtelugu & +#telugu ~nE #endtelugu & +#telugu ~nai #endtelugu & +#telugu ~no #endtelugu & +#telugu ~nO #endtelugu & +#telugu ~nau #endtelugu \\ \hline +\tt T & +#telugu Ta #endtelugu & +#telugu Taa #endtelugu & +#telugu Ti #endtelugu & +#telugu Tii #endtelugu & +#telugu Tu #endtelugu & +#telugu Tuu #endtelugu & +#telugu TR^i #endtelugu & +#telugu TR^I #endtelugu & +#telugu TL^i #endtelugu & +#telugu TL^I #endtelugu & +#telugu Te #endtelugu & +#telugu TE #endtelugu & +#telugu Tai #endtelugu & +#telugu To #endtelugu & +#telugu TO #endtelugu & +#telugu Tau #endtelugu \\ \hline +\tt Th & +#telugu Tha #endtelugu & +#telugu Thaa #endtelugu & +#telugu Thi #endtelugu & +#telugu Thii #endtelugu & +#telugu Thu #endtelugu & +#telugu Thuu #endtelugu & +#telugu ThR^i #endtelugu & +#telugu ThR^I #endtelugu & +#telugu ThL^i #endtelugu & +#telugu ThL^I #endtelugu & +#telugu The #endtelugu & +#telugu ThE #endtelugu & +#telugu Thai #endtelugu & +#telugu Tho #endtelugu & +#telugu ThO #endtelugu & +#telugu Thau #endtelugu \\ \hline +\tt D & +#telugu Da #endtelugu & +#telugu Daa #endtelugu & +#telugu Di #endtelugu & +#telugu Dii #endtelugu & +#telugu Du #endtelugu & +#telugu Duu #endtelugu & +#telugu DR^i #endtelugu & +#telugu DR^I #endtelugu & +#telugu DL^i #endtelugu & +#telugu DL^I #endtelugu & +#telugu De #endtelugu & +#telugu DE #endtelugu & +#telugu Dai #endtelugu & +#telugu Do #endtelugu & +#telugu DO #endtelugu & +#telugu Dau #endtelugu \\ \hline +\tt Dh & +#telugu Dha #endtelugu & +#telugu Dhaa #endtelugu & +#telugu Dhi #endtelugu & +#telugu Dhii #endtelugu & +#telugu Dhu #endtelugu & +#telugu Dhuu #endtelugu & +#telugu DhR^i #endtelugu & +#telugu DhR^I #endtelugu & +#telugu DhL^i #endtelugu & +#telugu DhL^I #endtelugu & +#telugu Dhe #endtelugu & +#telugu DhE #endtelugu & +#telugu Dhai #endtelugu & +#telugu Dho #endtelugu & +#telugu DhO #endtelugu & +#telugu Dhau #endtelugu \\ \hline +\tt N & +#telugu Na #endtelugu & +#telugu Naa #endtelugu & +#telugu Ni #endtelugu & +#telugu Nii #endtelugu & +#telugu Nu #endtelugu & +#telugu Nuu #endtelugu & +#telugu NR^i #endtelugu & +#telugu NR^I #endtelugu & +#telugu NL^i #endtelugu & +#telugu NL^I #endtelugu & +#telugu Ne #endtelugu & +#telugu NE #endtelugu & +#telugu Nai #endtelugu & +#telugu No #endtelugu & +#telugu NO #endtelugu & +#telugu Nau #endtelugu \\ \hline +\tt t & +#telugu ta #endtelugu & +#telugu taa #endtelugu & +#telugu ti #endtelugu & +#telugu tii #endtelugu & +#telugu tu #endtelugu & +#telugu tuu #endtelugu & +#telugu tR^i #endtelugu & +#telugu tR^I #endtelugu & +#telugu tL^i #endtelugu & +#telugu tL^I #endtelugu & +#telugu te #endtelugu & +#telugu tE #endtelugu & +#telugu tai #endtelugu & +#telugu to #endtelugu & +#telugu tO #endtelugu & +#telugu tau #endtelugu \\ \hline +\tt th & +#telugu tha #endtelugu & +#telugu thaa #endtelugu & +#telugu thi #endtelugu & +#telugu thii #endtelugu & +#telugu thu #endtelugu & +#telugu thuu #endtelugu & +#telugu thR^i #endtelugu & +#telugu thR^I #endtelugu & +#telugu thL^i #endtelugu & +#telugu thL^I #endtelugu & +#telugu the #endtelugu & +#telugu thE #endtelugu & +#telugu thai #endtelugu & +#telugu tho #endtelugu & +#telugu thO #endtelugu & +#telugu thau #endtelugu \\ \hline +\tt d & +#telugu da #endtelugu & +#telugu daa #endtelugu & +#telugu di #endtelugu & +#telugu dii #endtelugu & +#telugu du #endtelugu & +#telugu duu #endtelugu & +#telugu dR^i #endtelugu & +#telugu dR^I #endtelugu & +#telugu dL^i #endtelugu & +#telugu dL^I #endtelugu & +#telugu de #endtelugu & +#telugu dE #endtelugu & +#telugu dai #endtelugu & +#telugu do #endtelugu & +#telugu dO #endtelugu & +#telugu dau #endtelugu \\ \hline +\tt dh & +#telugu dha #endtelugu & +#telugu dhaa #endtelugu & +#telugu dhi #endtelugu & +#telugu dhii #endtelugu & +#telugu dhu #endtelugu & +#telugu dhuu #endtelugu & +#telugu dhR^i #endtelugu & +#telugu dhR^I #endtelugu & +#telugu dhL^i #endtelugu & +#telugu dhL^I #endtelugu & +#telugu dhe #endtelugu & +#telugu dhE #endtelugu & +#telugu dhai #endtelugu & +#telugu dho #endtelugu & +#telugu dhO #endtelugu & +#telugu dhau #endtelugu \\ \hline +\tt n & +#telugu na #endtelugu & +#telugu naa #endtelugu & +#telugu ni #endtelugu & +#telugu nii #endtelugu & +#telugu nu #endtelugu & +#telugu nuu #endtelugu & +#telugu nR^i #endtelugu & +#telugu nR^I #endtelugu & +#telugu nL^i #endtelugu & +#telugu nL^I #endtelugu & +#telugu ne #endtelugu & +#telugu nE #endtelugu & +#telugu nai #endtelugu & +#telugu no #endtelugu & +#telugu nO #endtelugu & +#telugu nau #endtelugu \\ \hline +\tt p & +#telugu pa #endtelugu & +#telugu paa #endtelugu & +#telugu pi #endtelugu & +#telugu pii #endtelugu & +#telugu pu #endtelugu & +#telugu puu #endtelugu & +#telugu pR^i #endtelugu & +#telugu pR^I #endtelugu & +#telugu pL^i #endtelugu & +#telugu pL^I #endtelugu & +#telugu pe #endtelugu & +#telugu pE #endtelugu & +#telugu pai #endtelugu & +#telugu po #endtelugu & +#telugu pO #endtelugu & +#telugu pau #endtelugu \\ \hline +\tt ph & +#telugu pha #endtelugu & +#telugu phaa #endtelugu & +#telugu phi #endtelugu & +#telugu phii #endtelugu & +#telugu phu #endtelugu & +#telugu phuu #endtelugu & +#telugu phR^i #endtelugu & +#telugu phR^I #endtelugu & +#telugu phL^i #endtelugu & +#telugu phL^I #endtelugu & +#telugu phe #endtelugu & +#telugu phE #endtelugu & +#telugu phai #endtelugu & +#telugu pho #endtelugu & +#telugu phO #endtelugu & +#telugu phau #endtelugu \\ \hline +\tt b & +#telugu ba #endtelugu & +#telugu baa #endtelugu & +#telugu bi #endtelugu & +#telugu bii #endtelugu & +#telugu bu #endtelugu & +#telugu buu #endtelugu & +#telugu bR^i #endtelugu & +#telugu bR^I #endtelugu & +#telugu bL^i #endtelugu & +#telugu bL^I #endtelugu & +#telugu be #endtelugu & +#telugu bE #endtelugu & +#telugu bai #endtelugu & +#telugu bo #endtelugu & +#telugu bO #endtelugu & +#telugu bau #endtelugu \\ \hline +\tt bh & +#telugu bha #endtelugu & +#telugu bhaa #endtelugu & +#telugu bhi #endtelugu & +#telugu bhii #endtelugu & +#telugu bhu #endtelugu & +#telugu bhuu #endtelugu & +#telugu bhR^i #endtelugu & +#telugu bhR^I #endtelugu & +#telugu bhL^i #endtelugu & +#telugu bhL^I #endtelugu & +#telugu bhe #endtelugu & +#telugu bhE #endtelugu & +#telugu bhai #endtelugu & +#telugu bho #endtelugu & +#telugu bhO #endtelugu & +#telugu bhau #endtelugu \\ \hline +\tt m & +#telugu ma #endtelugu & +#telugu maa #endtelugu & +#telugu mi #endtelugu & +#telugu mii #endtelugu & +#telugu mu #endtelugu & +#telugu muu #endtelugu & +#telugu mR^i #endtelugu & +#telugu mR^I #endtelugu & +#telugu mL^i #endtelugu & +#telugu mL^I #endtelugu & +#telugu me #endtelugu & +#telugu mE #endtelugu & +#telugu mai #endtelugu & +#telugu mo #endtelugu & +#telugu mO #endtelugu & +#telugu mau #endtelugu \\ \hline +\tt y & +#telugu ya #endtelugu & +#telugu yaa #endtelugu & +#telugu yi #endtelugu & +#telugu yii #endtelugu & +#telugu yu #endtelugu & +#telugu yuu #endtelugu & +#telugu yR^i #endtelugu & +#telugu yR^I #endtelugu & +#telugu yL^i #endtelugu & +#telugu yL^I #endtelugu & +#telugu ye #endtelugu & +#telugu yE #endtelugu & +#telugu yai #endtelugu & +#telugu yo #endtelugu & +#telugu yO #endtelugu & +#telugu yau #endtelugu \\ \hline +\tt r & +#telugu ra #endtelugu & +#telugu raa #endtelugu & +#telugu ri #endtelugu & +#telugu rii #endtelugu & +#telugu ru #endtelugu & +#telugu ruu #endtelugu & +#telugu rR^i #endtelugu & +#telugu rR^I #endtelugu & +#telugu rL^i #endtelugu & +#telugu rL^I #endtelugu & +#telugu re #endtelugu & +#telugu rE #endtelugu & +#telugu rai #endtelugu & +#telugu ro #endtelugu & +#telugu rO #endtelugu & +#telugu rau #endtelugu \\ \hline +\tt R & +#telugu Ra #endtelugu & +#telugu Raa #endtelugu & +#telugu Ri #endtelugu & +#telugu Rii #endtelugu & +#telugu Ru #endtelugu & +#telugu Ruu #endtelugu & +#telugu RR^i #endtelugu & +#telugu RR^I #endtelugu & +#telugu RL^i #endtelugu & +#telugu RL^I #endtelugu & +#telugu Re #endtelugu & +#telugu RE #endtelugu & +#telugu Rai #endtelugu & +#telugu Ro #endtelugu & +#telugu RO #endtelugu & +#telugu Rau #endtelugu \\ \hline +\tt l & +#telugu la #endtelugu & +#telugu laa #endtelugu & +#telugu li #endtelugu & +#telugu lii #endtelugu & +#telugu lu #endtelugu & +#telugu luu #endtelugu & +#telugu lR^i #endtelugu & +#telugu lR^I #endtelugu & +#telugu lL^i #endtelugu & +#telugu lL^I #endtelugu & +#telugu le #endtelugu & +#telugu lE #endtelugu & +#telugu lai #endtelugu & +#telugu lo #endtelugu & +#telugu lO #endtelugu & +#telugu lau #endtelugu \\ \hline +\tt v & +#telugu va #endtelugu & +#telugu vaa #endtelugu & +#telugu vi #endtelugu & +#telugu vii #endtelugu & +#telugu vu #endtelugu & +#telugu vuu #endtelugu & +#telugu vR^i #endtelugu & +#telugu vR^I #endtelugu & +#telugu vL^i #endtelugu & +#telugu vL^I #endtelugu & +#telugu ve #endtelugu & +#telugu vE #endtelugu & +#telugu vai #endtelugu & +#telugu vo #endtelugu & +#telugu vO #endtelugu & +#telugu vau #endtelugu \\ \hline +\tt sh & +#telugu sha #endtelugu & +#telugu shaa #endtelugu & +#telugu shi #endtelugu & +#telugu shii #endtelugu & +#telugu shu #endtelugu & +#telugu shuu #endtelugu & +#telugu shR^i #endtelugu & +#telugu shR^I #endtelugu & +#telugu shL^i #endtelugu & +#telugu shL^I #endtelugu & +#telugu she #endtelugu & +#telugu shE #endtelugu & +#telugu shai #endtelugu & +#telugu sho #endtelugu & +#telugu shO #endtelugu & +#telugu shau #endtelugu \\ \hline +\tt Sh & +#telugu Sha #endtelugu & +#telugu Shaa #endtelugu & +#telugu Shi #endtelugu & +#telugu Shii #endtelugu & +#telugu Shu #endtelugu & +#telugu Shuu #endtelugu & +#telugu ShR^i #endtelugu & +#telugu ShR^I #endtelugu & +#telugu ShL^i #endtelugu & +#telugu ShL^I #endtelugu & +#telugu She #endtelugu & +#telugu ShE #endtelugu & +#telugu Shai #endtelugu & +#telugu Sho #endtelugu & +#telugu ShO #endtelugu & +#telugu Shau #endtelugu \\ \hline +\tt s & +#telugu sa #endtelugu & +#telugu saa #endtelugu & +#telugu si #endtelugu & +#telugu sii #endtelugu & +#telugu su #endtelugu & +#telugu suu #endtelugu & +#telugu sR^i #endtelugu & +#telugu sR^I #endtelugu & +#telugu sL^i #endtelugu & +#telugu sL^I #endtelugu & +#telugu se #endtelugu & +#telugu sE #endtelugu & +#telugu sai #endtelugu & +#telugu so #endtelugu & +#telugu sO #endtelugu & +#telugu sau #endtelugu \\ \hline +\tt h & +#telugu ha #endtelugu & +#telugu haa #endtelugu & +#telugu hi #endtelugu & +#telugu hii #endtelugu & +#telugu hu #endtelugu & +#telugu huu #endtelugu & +#telugu hR^i #endtelugu & +#telugu hR^I #endtelugu & +#telugu hL^i #endtelugu & +#telugu hL^I #endtelugu & +#telugu he #endtelugu & +#telugu hE #endtelugu & +#telugu hai #endtelugu & +#telugu ho #endtelugu & +#telugu hO #endtelugu & +#telugu hau #endtelugu \\ \hline +\tt ld & +#telugu lda #endtelugu & +#telugu ldaa #endtelugu & +#telugu ldi #endtelugu & +#telugu ldii #endtelugu & +#telugu ldu #endtelugu & +#telugu lduu #endtelugu & +#telugu ldR^i #endtelugu & +#telugu ldR^I #endtelugu & +#telugu ldL^i #endtelugu & +#telugu ldL^I #endtelugu & +#telugu lde #endtelugu & +#telugu ldE #endtelugu & +#telugu ldai #endtelugu & +#telugu ldo #endtelugu & +#telugu ldO #endtelugu & +#telugu ldau #endtelugu \\ \hline +\tt kSh & +#telugu kSha #endtelugu & +#telugu kShaa #endtelugu & +#telugu kShi #endtelugu & +#telugu kShii #endtelugu & +#telugu kShu #endtelugu & +#telugu kShuu #endtelugu & +#telugu kShR^i #endtelugu & +#telugu kShR^I #endtelugu & +#telugu kShL^i #endtelugu & +#telugu kShL^I #endtelugu & +#telugu kShe #endtelugu & +#telugu kShE #endtelugu & +#telugu kShai #endtelugu & +#telugu kSho #endtelugu & +#telugu kShO #endtelugu & +#telugu kShau #endtelugu \\ \hline +\end{tabular} +\end{makeimage} +\vspace{0.10in} +\end{center} +} % end vbox +\caption {\bf Telugu Consonants with their Vowel Forms.} +\label{fig3} +\end{table} + +\end{comment} %---------- NO NEED TO INCLUDE THE CONSONANTS-VOWELS TABLE +%------------------------------------------------------------------------- diff -Nru texlive-lang-2007.dfsg.4/texmf-dist/doc/fonts/kdgreek/grlatex.1 texlive-lang-2009/texmf-dist/doc/fonts/kdgreek/grlatex.1 --- texlive-lang-2007.dfsg.4/texmf-dist/doc/fonts/kdgreek/grlatex.1 2006-01-09 00:47:01.000000000 +0000 +++ texlive-lang-2009/texmf-dist/doc/fonts/kdgreek/grlatex.1 1970-01-01 01:00:00.000000000 +0100 @@ -1,107 +0,0 @@ -.TH GRLATEX "7 Dec 1992" -.SH NAME -grlatex \- tex formatting and typesetting (greek option) -.SH SYNOPSIS -.B grlatex -[options] [filename] - -.SH DESCRIPTION -.I grlatex -is part of the -.B GreekTeX -package for typesetting greek texts under the TeX typesetting system. -.I grlatex -is an extension of the LaTeX macro package for -the TeX mathematical typesetting package. The extension -consists of a new set of language dependent macros, -a set of hyphenation patterns for the greek language, -and a set of macro development tools for the greek languge. -.PP -.I grlatex -can be used instead of the latex package to typeset -any source file written for the LaTeX macro package. In addition -a special greek environment is defined inside which latin -characters correspond to greek ones according to the scheme -.PP -.B a b g -.B d e z -.B h j i k l m -.B n x o p r s -.B t u f q y w -.B and c (final s) -.PP -In order to get accents and breathing use ',`,~,>,< before any -vowel. For those typesetting ancient greek texts iota subscript -can be generated by placing the character | after the vowel to -recive the subscript. -.PP -The greek environment is created by the command -.PP - \\begin{greektext} -.PP -and ends by -.PP - \\end{greektext}. -.PP -Inside the greek environment the font families available are: -.RS -.TP - \\gr Classic Greek -.TP - \\grbf Boldface Greek -.TP - \\grsl Slanted Greek -.TP - \\grit Greek Italics -.TP - \\grtt Typewritter Greek -.RE -.LP -Note that all the font scaling commands will affect the greek -characters as well. Nevertheless if the font size is changed -inside the environment, the effects are only local. - -.SH "STYLE FILES" - -Special style files exist for writting texts in greek language. -The names of the style files are derived from the latex ones -by preciding them with the suffix `gr' (e.g. grarticle.sty) -Any such style causes latex to enter a permenent greek environment. -The original latin (global) environment is locally available -through the commands \\begin and \\end {latin}. -Note that the roman font families are normally accesed in the -standard way e.g. {\\rm Latin Word}. Beware the difference in -certain symbols; all the accentuation symbols are concidered -as letters (catcode 11). - -.SH "MACRO DEVELOPMENT" - -If you are interested in creating macros while in greek mode -try to remember that certain symbols need to be replaced by more -general control sequences: -.RS -.TP - $ ---> \\ m@thm@de -.TP - > ---> \\ gt (greater than) -.TP - < ---> \\ lt (less than) -.RE -.LP -.SH "SEE ALSO" -.BR tex(1), -.BR latex(1), -.BR greektex(1). - -.SH FILES -For more information on macro development under the package -see the extensive discussion in the comments of the macro -files: lgreek.tex, grfonts.tex, greek.sty, gr*.sty - -.SH "AUTHOR" - The -.B GREEKTeX -package was developed partly from -ideas of Sylvio Levy and Haralambous by K J Dryllerakis -(kd@doc.ic.ac.uk) - diff -Nru texlive-lang-2007.dfsg.4/texmf-dist/doc/fonts/kdgreek/INSTALL texlive-lang-2009/texmf-dist/doc/fonts/kdgreek/INSTALL --- texlive-lang-2007.dfsg.4/texmf-dist/doc/fonts/kdgreek/INSTALL 2006-01-09 00:47:01.000000000 +0000 +++ texlive-lang-2009/texmf-dist/doc/fonts/kdgreek/INSTALL 1970-01-01 01:00:00.000000000 +0100 @@ -1,158 +0,0 @@ - INSTALLATION NOTES FOR GreekTeX v 3.1 - ------------------------------------- - - K J Dryllerakis - Logic Programming Group - Imperial College,London - kd@doc.ic.ac.uk - - - This document describes how to get GreekTeX up and running - on your system. It is devided into two parts: instructions - for Unix users and Instructions for DOS emTeX users. I would - like to hope that these two categories represent a majority - of TeX users and I apologize for not extending specialised - instructions to users of other systems. For those of you that do - not fall in the two categories do not panic! Read the DOS - section and procede with the same steps. Just change the - paths and executables to match the ones in your system. - - -Part A: Unix Users --------------------------- - - What you need: - To rebuild the whole GreekTeX package you need to have - access to the metafont and initex programs as well - as the ability to integrate new fonts and formats - to the search path of the local tex distribution. - You also need the gftopk utility for transforming - mf output to dvi readable form. For automated installation - you need a "standard" unix 'make' program, and the - 'dc' calculator. If you do not have any of these you - will have to do the job by hand. If you do not have - the dc calculator you can still build the fonts - by altering the script to suit your own needs. - You also need to know the resolution of the local - printer. Finally you can do with a bit of patience. - - Procedure: - The installation procedure follows the steps: - * build and install the fonts in the - standard path (both pk and tfm files) - * build the greek format files for both - greekTeX and grlatex. - * place the files in the appropriate - directory - * do a test run to see how it looks! - - How to procede for an automated installation: - ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ - STEP DESCRIPTION - -> 0 Find a suitable place to unpack the file - kdgreek3.1.tar.Z. Let us call the subdirectory - kdgreek3.1/ where all the files will be the - TOP directory. - -> 1 First edit the file unix/newfont. If a similar - script exists in your system the just forget it - and mode to the step 2. In particular set the - default paths and executable names to point - to the right direction and make sure the file - has the execute attribute set. - -> 2 Edit the Makefile at the TOP directory to - reflect the paths and setting of your own system. - It should be easy and straightforward and not many - changes should be needed in a standard distribution. - -> 3 Make the fonts: at the shell prompt type - make fonts - This will try to create the greek fonts for all - needed magnification levels and place them at - their proper place (all the job is done by the - newfont script in the unix directory or the - newfont script that you set in the makefile). - Do not be alarmed if "stange Pos " occur at some - fonts and magnifications. The fonts are still in - experimental stage and do have problems. If your - version of metafont stops at a '?' prompt just - hit return to continue. - -> 4 You can now build the formats. give the command - make formats - this will build both greek.fmt and lgreek.fmt in - the build subdirectory. Log files will be in the - log subiderctory of build. - -> 5 Install everything in its proper place by - executing the command: - make install - This will place everything in the proper place - and have you ready to go. - -> 6 Try the system out: go to the doc doc subdir - and type - greektex usage - then see what happens. - - -Part B: DOS emTeX users -------------------------------- - - What you need: - In order to use GreekTeX on a PC running DOS and emTeX - you will need mf and friends to create the fonts (mfjob - for automated procedures) plain tex and latex bearing - version 3.0 or later (that is the format file not the - executable). - - How to procede: - Unpack the distribution where convenient. If you got - GreekTeX as greektex.zip the use [pk]unzip -d greektex - at an apropriate directory. You can delete the unix, - utils directories and the makefile since they are - intended for unix users. - - -> 1 Copy the file emtex/kdgreek.mfj to the MFJOB path or - in the mf directory. cd to the mf directory and - give the command mfjob -i kdgreek. If everything goes - well you will end up with a new bunch of fonts in - the proper directories. - -> 2 cd to tex and type - tex -i -8 greek \dump - This will create the files greek.fmt and greek.log - Move greek.fmt to the directory where you normally - store the format files (e.g. emtex/btexfmts) and - delete the file greek.log after reviewing the messages. - -> 3 cd to latex and type - tex -i -8 lgreek \dump - Repeat the same procedure as in step 2 for copying the - lgreek.fmt and removing the lgreek.log file. - -> 4 copy the files in the tex, latex directories to the - default search path of emtex (e.g. /emtex/inputs) - If you will be using a greek ISO character set for - modern greek you might also want to copy the files - emtex/greek.* to your inputs dir. - ->5 Finally move the emtex/*.bat files to the emtex bin - directory and you are all set to go. - ->6 Test the system by cd to doc and doing - greektex usage.tex - - GOOD LUCK - -Please send comments and bug reports to kd@doc.ic.ac.uk - -DISCLAIMER: - Although I have put much effort in eliminating bugs, the - greekTeX package is still in experimental phase. If you - decide to use the package please do not blame me for any - problems that may arise from its use. I cannot be held - responsible for any problems and I cannot gurantee - bug fixes (although I guarantee that in due time I will - look over all reports and suggestions). - - -------------------------------------------------------------------------------- -K J Dryllerakis Deparment of Computing -Logic Programming Group Imperial College, LONDON -Janet: kd @uk.ac.ic.doc Tel: +44(71) 589 5111 x5089 -Uucp : kd@icdoc.UUCP Internet: kd@doc.ic.ac.uk -------------------------------------------------------------------------------- - - - Binary files /tmp/hvjTIsp08A/texlive-lang-2007.dfsg.4/texmf-dist/doc/fonts/kdgreek/install.dvi and /tmp/ah2wg1Ygu3/texlive-lang-2009/texmf-dist/doc/fonts/kdgreek/install.dvi differ diff -Nru texlive-lang-2007.dfsg.4/texmf-dist/doc/fonts/kdgreek/install.tex texlive-lang-2009/texmf-dist/doc/fonts/kdgreek/install.tex --- texlive-lang-2007.dfsg.4/texmf-dist/doc/fonts/kdgreek/install.tex 2006-01-09 00:47:01.000000000 +0000 +++ texlive-lang-2009/texmf-dist/doc/fonts/kdgreek/install.tex 1970-01-01 01:00:00.000000000 +0100 @@ -1,87 +0,0 @@ -% This file requires plain TeX for typesetting and NO special fonts -% Use tex install.tex to produce the file install.dvi -% install.tex 7-Dec-92 -% -%INSTALLATION PROCEDURE FOR KD FONTS -\magnification=\magstep1 -\parindent=0pt -\centerline{\bf INSTALLATION PROCEDURE} -\smallskip -\centerline{\bf FOR Greek\TeX\ PACKAGE} -\bigskip -\centerline{\bf NOTE: This document does not describe installation of % -the grlatex part of the package} -\bigskip -This documents gives a brief description of the installation -procedure of the Greek\TeX\ Package. It is assumed that \TeX\ version -3.0 or higher is installed in your system and you also have access to -Metafont (v 2.00 or higher). Most of the systems are also equiped -with a scirpt, or batch file or even a small program that will create -a font at a given magnification with a single command. Let us assume -that this command is {\tt newfont} $$ {\tt scaled} -$$. You must also have access to {\tt plain.tex} and -{\tt hyphen.tex} (plain format version 3.00) or higher, as well as -to INITEX for building formats. If you are interested in building -the grlatex format as well, the the files for building lplain must -also be available. - -\medskip -\leftline{\bf Installing the Fonts} -\smallskip -Here is a table of the fonts and suggested magnifications: -$$\vbox{\divide\hsize by2 -\halign{\strut\tt #\hfill\tabskip=2em&\hfil#\hfil&\hfil#\hfil&\hfil#\hfil&% -\hfil#\hfil&\hfil#\hfil&\hfil#\hfil&\hfil#\hfil\cr -&750&800&900&1000&1200&1440&1795\cr -kdgr10&&&&*&*&*&*\cr -kdgr9&&&&*&*&*&*\cr -kdgr8&*&&&*&*&*&*\cr -kdbf10&&&&*&*&*&*\cr -kdbf9&&&&*&*&*&*\cr -kdbf8&*&&&*&*&*&*\cr -kdsl10&&*&*&*&*&*&*\cr -kdti10&&*&*&*&*&*&*\cr -kdtt10&&*&*&*&*&*&*\cr -}} -$$ -Each font is installed by a command of the form\par -{\tt newfont kdgr10 scaled 1200}\par -After installing all the fonts you are ready to move to the -installation of the greek format. -\medskip -\leftline{\bf Format Installation} -\smallskip -Make sure that the file {\tt plain.tex} and {\tt hyphen.tex} are in -your path and enter the command:\par -{\tt INITEX greek}\par -When INITEX has finished enter {\tt $\backslash$ dump}. Hopefully the file -{\tt greek.fmt} must be ready to use. Just place it in your \TeX\ path -and issue the command\par -{\tt tex \& greek foo.tex}\par -to run GREEK\TeX. - -You can also place the file {\tt greektex.tex} in you TEXINPUT path -so that it can be included in short greek documents or replace the -greek format file if the latter does not exist in your system. Note -that the hyphenation will only work under the greek format and {\bf -not} when you include the {\tt greektex} file to your document. -Hyphenation apart, no other differences exist between the greek -format and {\tt greektex.tex}. - - -If you are building the latex extension grlatex, issue the command:\par -{\tt INITEX lgreek}\par -This will built the lgreek format. The lgreek format can be used -instead of the standard latex format since it is simply and extension -of the latex package enriched with several language dependant macros -and the hyphenation patterns for greek tex. - -If during the procedure of creating the greek latex INITEX complains -about too many font families then the lplain format must be modified -to define only 10 font families (older version of lfonts.tex defined -the {\tt uit} family of fonts which you might be able to eliminate -without mamy losses). - - - -\bye diff -Nru texlive-lang-2007.dfsg.4/texmf-dist/doc/fonts/kdgreek/read.me texlive-lang-2009/texmf-dist/doc/fonts/kdgreek/read.me --- texlive-lang-2007.dfsg.4/texmf-dist/doc/fonts/kdgreek/read.me 2006-01-09 00:47:01.000000000 +0000 +++ texlive-lang-2009/texmf-dist/doc/fonts/kdgreek/read.me 1970-01-01 01:00:00.000000000 +0100 @@ -1,48 +0,0 @@ -GreeKTeX Ver 3.0[c] Distribution - -[doc] - Documentation On installation and usage, man pages for unix. - grlatex.1 Man Pages for Grlatex package - install.tex Installation Notes (plain TeX) - usage.tex Usage Manual (plain TeX) - -[install] - Installation scripts for fonts and formats - makefonts Create the KD family of fonts - -[latex] - Basic Latex files for fomrat building and document styles. - - grart10.sty grbk10.sty grbook.sty grkhyphen.tex - grart12.sty grbk11.sty greek.sty grmode.sty - grarticle.sty grbk12.sty grfonts.tex lgreek.tex - -[tex] - Files for building greektex format and greek macros. - - greek.tex Greek Format Definitions - greektex.tex Greek Macros for plain TeX - grkhyphen.tex Greek Hyphenation Patterns - -[mfinput] - MF source code for font building. - - kdaccent.mf kddigits.mf kdidigit.mf kdpunct.mf - kdbase.mf kdgr10.mf kdilower.mf kdsl10.mf - kdbf10.mf kdgr8.mf kdlig.mf kdti10.mf - kdbf8.mf kdgr9.mf kdligcom.mf kdtt10.mf - kdbf9.mf kdgreek.mf kdlower.mf kdupper.mf - - -Important Note: -^^^^^^^^^^^^^^^ - If you are building the greek extension of the LaTeX format -note that the old font coding scheme is used. The package -although it -will create a proper Format file- will not run properly under the -Mittelbach convention for font loading. Hint: Check your lfonts.tex file! - - -K J Dryllerakis -Logic Programming Group -Imperial College -kd@uk.ac.ic.doc diff -Nru texlive-lang-2007.dfsg.4/texmf-dist/doc/fonts/kdgreek/README texlive-lang-2009/texmf-dist/doc/fonts/kdgreek/README --- texlive-lang-2007.dfsg.4/texmf-dist/doc/fonts/kdgreek/README 2006-01-09 00:47:01.000000000 +0000 +++ texlive-lang-2009/texmf-dist/doc/fonts/kdgreek/README 1970-01-01 01:00:00.000000000 +0100 @@ -1,134 +0,0 @@ - GreeKTeX Ver 3.1 Distribution - ----------------------------- - - K J Dryllerakis - Logic Programming Group - Imperial College,London - kd@doc.ic.ac.uk - -What it is: - GreekTeX is a complete package for typesetting greek - (modern or ancient) texts within the framework of - plain TeX or LaTeX. It supplies a set of fonts based - on the excellent ones originally developed by - Sylvio Levi in the States and the modifications made - thereafter by Haralambous in France. - The approach adopted is different from both the - previous ones since it uses full 256 character fonts - and ligatures as the principal method of accenting - or "breathing" letters. This makes the macros more - robust and easier to use within TeX and LaTeX - environments. - ------------------------------------------------------------------------- -Note: Two different packages are included in this distribution. (Both - based on the same set of fonts). - * greektex : an extension of plain tex - * grlatex : an extension of LaTeX for greek texts. ------------------------------------------------------------------------- - -What it Includes: - > a complete set of fonts (regular,bold,italic) - > for working with plain tex a file to be included - which will import the macros and fonts needed - to add greek texts within your normal documents - (greektex.tex) - > for working with an extension of plain tex - a set of macros allowing the usage of greek - within specific environments and hyphenation - patterns for the greek langugage. Choosing - to use this option will mean that you will develop - the formatting of your text by yourself. - (command greektex) - > for working with LaTeX a style option that allows - entering greek text within specific environments - (all standard latex command still work e.g. font - size changing). For typesetting texts mainly in - greek a new format file which combines the greek - enviroment with hyphenation patters and an optional - global greek mode. - (command grlatex) - > A set of utilities that allow the conversion of extended - ASCII greek ISO character files to a format understandable - by grektex and grlatex. (filter as C-source or emTeX filter - table for use with texconv) - - ------------------------------------------------------------------------- -See the Installation Guide (file INSTALL) on how to install the -package (what else)! ------------------------------------------------------------------------- - -Distribution Tree: - -[doc] - Documentation On installation and usage, man pages for unix. - grlatex.1 Man Pages for grLaTeX package - install.tex Installation Notes (plain TeX only) - usage.tex Usage Manual (plain TeX only) - -[latex] - Basic Latex files for fomrat building and document styles. - - grart10.sty grbk10.sty grbook.sty grkhyphen.tex - grart12.sty grbk11.sty greek.sty grmode.sty - grarticle.sty grbk12.sty grfonts.tex lgreek.tex - -[tex] - Files for building greektex format and greek macros. - - greek.tex Greek Format Definitions - greektex.tex Greek Macros for plain TeX - grkhyphen.tex Greek Hyphenation Patterns - -[mfinput] - MF source code for font building. - - kdaccent.mf kddigits.mf kdidigit.mf kdpunct.mf - kdbase.mf kdgr10.mf kdilower.mf kdsl10.mf - kdbf10.mf kdgr8.mf kdlig.mf kdti10.mf - kdbf8.mf kdgr9.mf kdligcom.mf kdtt10.mf - kdbf9.mf kdgreek.mf kdlower.mf kdupper.mf - -[emtex] - grlatex.bat Batch file for grlatex - greektex.bat Batch file for greektex - greek.asc Map of ISO greek codes for use with - texconv - greek.tcp binary form of the previous file - c_gralatex.bat Batch file for ISO converted grlatex - c_grtex.bat Batch file for ISO converted greektex - kdgreek.mfj MFJob file for creating the kd fonts - -[utils] - ascii2grtex.c a unix C-filter for transforming - ISO standard greek documents to - greekTeX compatible form. - -[unix] - greektex shell script for greektex - grlatex shell script for grlatex - newfont shell script to create new fonts - ------------------------------------------------------------------------- -Differnces from the Previous release - * Fixed font bugs in ligatures and added some more characters - according to suggestions by J"org Knappen (J"org, thanks for - your comments and fixes) - * Integrated Unix and Dos Release ------------------------------------------------------------------------- - -Important Note: -^^^^^^^^^^^^^^^ - If you are building the greek extension of the LaTeX format -note that the old font coding scheme is used. The package -although it -will create a proper Format file- will not run properly under the -Mittelbach convention for font loading. In order to check -which on you have see your lfonts.tex file! (To make sure that -you do not have to retrieve the standard lfonts.tex I have included in -the latex directory -- please note the copyright notices for this file). - - -Hope you enjoy the package. Please send any comments or bug reports -to kd@doc.ic.ac.uk ------------------------------------------------------------------------- Binary files /tmp/hvjTIsp08A/texlive-lang-2007.dfsg.4/texmf-dist/doc/fonts/kdgreek/usage.dvi and /tmp/ah2wg1Ygu3/texlive-lang-2009/texmf-dist/doc/fonts/kdgreek/usage.dvi differ diff -Nru texlive-lang-2007.dfsg.4/texmf-dist/doc/fonts/kdgreek/usage.tex texlive-lang-2009/texmf-dist/doc/fonts/kdgreek/usage.tex --- texlive-lang-2007.dfsg.4/texmf-dist/doc/fonts/kdgreek/usage.tex 2006-01-09 00:47:01.000000000 +0000 +++ texlive-lang-2009/texmf-dist/doc/fonts/kdgreek/usage.tex 1970-01-01 01:00:00.000000000 +0100 @@ -1,590 +0,0 @@ -% ===================================================================== -% == Greek Fonts & Format == -% == An example of the use of KD fonts & macros == -% == in composing papers containing greek text == -% == == -% == (C) Copyright 1991 K J Dryllerakis == -% == == -% == Last Revision : Sep 23, 1991 == -% ===================================================================== -% -\input greektex % This is superfluous if greek format is used -% ^ Use Version 3.0[b] or higher -% -% ===================================================================== -% == Font Declarations == -% ===================================================================== -% -\catcode`@=11 % Access Plain TeX and its Macros -% -% The following point-setting macros are based on D Knuth's TeXBook -% -% Load standard fonts and their specifications -% -\font\ninerm=cmr9 \font\eightrm=cmr8 \font\sixrm=cmr6 -\font\ninei=cmmi9 \font\eighti=cmmi8 \font\sixi=cmmi6 -\font\ninesy=cmsy9 \font\eightsy=cmsy8 \font\sixsy=cmsy6 -\font\ninebf=cmbx9 \font\eightbf=cmbx8 \font\sixbf=cmbx6 -\font\ninett=cmtt9 \font\eighttt=cmtt8 -\font\nineit=cmti9 \font\eightit=cmti8 -\font\ninesl=cmsl9 \font\eightsl=cmsl8 -\skewchar\ninei='177 \skewchar\eighti='177 \skewchar\sixi='177 -\skewchar\ninesy='60 \skewchar\eightsy='60 \skewchar\sixsy='60 -\hyphenchar\ninett=-1 \hyphenchar\eighttt=-1 \hyphenchar\tentt=-1 -\font\csc=cmcsc10 -\font\titlefont=cmbx10 scaled\magstep1 -% -% Define Font Point Families -% -\newskip\ttglue % for listings -\def\tenpoint{\def\rm{\fam0\tenrm}% - \gdef\t@size{\grtenpoint} % We want greek to follow our conventions - \textfont0=\tenrm \scriptfont0=\sevenrm \scriptscriptfont0=\fiverm - \textfont1=\teni \scriptfont1=\seveni \scriptscriptfont1=\fivei - \textfont2=\tensy \scriptfont2=\sevensy \scriptscriptfont2=\fivesy - \textfont3=\tenex \scriptfont3=\tenex \scriptscriptfont3=\tenex - \textfont\itfam=\tenit \def\it{\fam\itfam\tenit} - \textfont\slfam=\tensl \def\sl{\fam\slfam\tensl} - \textfont\ttfam=\tentt \def\tt{\fam\ttfam\tentt} - \textfont\bffam=\tenbf \def\bf{\fam\bffam\tenbf} - \scriptfont\bffam=\sevenbf \scriptscriptfont\bffam=\fivebf - \tt \ttglue=.5em plus .25em minus.15em - \normalbaselineskip=.6cm - \setbox\strutbox=\hbox{\vrule height8.5pt width0pt depth4.5pt}% - \let\sc=\eightrm \normalbaselines\rm} -% -\def\ninepoint{\def\rm{\fam0\ninerm}% - \gdef\t@size{\grninepoint} % We want greek to follow our conventions - \textfont0=\ninerm \scriptfont0=\sixrm \scriptscriptfont0=\fiverm - \textfont1=\ninei \scriptfont1=\sixi \scriptscriptfont1=\fivei - \textfont2=\ninesy \scriptfont2=\sixsy \scriptscriptfont2=\fivesy - \textfont3=\tenex \scriptfont3=\tenex \scriptscriptfont3=\tenex - \textfont\itfam=\nineit \def\it{\fam\itfam\nineit} - \textfont\slfam=\ninesl \def\sl{\fam\slfam\ninesl} - \textfont\ttfam=\ninett \def\tt{\fam\ttfam\ninett} - \textfont\bffam=\ninebf \def\bf{\fam\bffam\ninebf} - \scriptfont\bffam=\sixbf \scriptscriptfont\bffam=\fivebf - \tt \ttglue=.5em plus .25em minus.15em - \normalbaselineskip=.52cm - \setbox\strutbox=\hbox{\vrule height8pt width0pt depth3pt}% - \let\sc=\sevenrm \normalbaselines\rm} -% -\def\eightpoint{\def\rm{\fam0\eightrm}% - \gdef\t@size{\greightpoint} % We want greek to follow our conventions - \textfont0=\eightrm \scriptfont0=\sixrm \scriptscriptfont0=\fiverm - \textfont1=\eighti \scriptfont1=\sixi \scriptscriptfont1=\fivei - \textfont2=\eightsy \scriptfont2=\sixsy \scriptscriptfont2=\fivesy - \textfont3=\tenex \scriptfont3=\tenex \scriptscriptfont3=\tenex - \textfont\itfam=\eightit \def\it{\fam\itfam\eightit} - \textfont\slfam=\eightsl \def\sl{\fam\slfam\eightsl} - \textfont\ttfam=\eighttt \def\tt{\fam\ttfam\eighttt} - \textfont\bffam=\eightbf \def\bf{\fam\bffam\eightbf} - \scriptfont\bffam=\sixbf \scriptscriptfont\bffam=\fivebf - \tt \ttglue=.5em plus .25em minus.15em - \normalbaselineskip=.35cm - \setbox\strutbox=\hbox{\vrule height7pt width0pt depth2pt}% - \let\sc=\sixrm \normalbaselines\rm} -% -% ===================================================================== -% == Format (Page) Definitions == -% == New Output routine == -% ===================================================================== -\newdimen\pagewidth \newdimen\pageheight \newdimen\ruleht -\hsize=16.5truecm \vsize=23truecm \maxdepth=2.5pt -\parindent=10pt \parskip=0pt -\pagewidth=\hsize \pageheight=\vsize \ruleht=1pt -\abovedisplayskip=6pt plus 3pt minus 1pt -\belowdisplayskip=6pt plus 3pt minus 1pt -\abovedisplayshortskip=0pt plus 3pt -\belowdisplayshortskip=4pt plus 3pt -\hfuzz=1pt % Do not make fuss for over 1pt of overfull hbox! -\overfullrule=0pt % and certainly don't show these boxes to us! -% -% Define New Insert for Footnotes -% -% -\def\footnote#1{\edef\@sf{\spacefactor\the\spacefactor}#1\@sf - \insert\footins\bgroup\eightpoint - \interlinepenalty100 \let\par=\endgraf - \leftskip=0pt \rightskip=0pt - \splittopskip=10pt plus 1pt minus 1pt \floatingpenalty=20000 - \smallskip\textindent{#1}\bgroup\strut\aftergroup\@foot\let\next} -\skip\footins=12pt plus 2pt minus 4pt % space added when footnote exists -\dimen\footins=30pc % maximum footnotes per page -\def\footnt{\advance\footno by1\footnote{$^{\number\footno}$}} -% -% -\newif\ifnopagenums\nopagenumsfalse % Shall we include pagenumbers -\def\nopagenumbers{\nopagenumstrue} -\def\pagenumbers{\global\nopagenumsfalse} -% -% Headlines -% -\def\rhead{} % Running Head -\def\leftheadline{\hbox to\pagewidth{% - \vbox to 10pt{}% Strut to position the baseline - \tenit\rhead\hfil% - \ifnopagenums\else\rlap{\kern0.1pc\tenbf\folio}\fi}}% Running Head left -\def\rightheadline{\hbox to\pagewidth{% - \vbox to 10pt{}% Strut to position the baseline - \tenit\rhead\hfil% - \ifnopagenums\else\rlap{\kern0.1pc\tenbf\folio}\fi}}%Running Head right -% -% Output routine -% -\def\onepageout#1{\shipout\vbox{ - \offinterlineskip - \vbox to 3pc{ - \ifnum\pageno>1 - \ifodd\pageno\rightheadline\else\leftheadline\fi - \fi - \vfill} - \vbox to \pageheight{ - #1 - \ifvoid\footins\else - \vskip\skip\footins \kern-3pt - \hrule height\ruleht width3cm \kern-\ruleht \kern3pt - \unvbox\footins - \fi - \boxmaxdepth=\maxdepth}} - \advancepageno} -\output{\onepageout{\unvbox255}} -\newcount\footno\footno=0 % Footnote Number -\def\section#1{% - \medbreak\bigskip - \centerline{{\bf #1}}\nobreak - \bigskip} -% -\def\titleline#1{\line{\hss\titlefont #1\hss}} -\def\beginFine{\par\bgroup\eightpoint} -\def\endFine{\egroup\par} -% -% Verbatim Listings -% -\def\uncatcodespecials{\def\do##1{\catcode`##1=12}\dospecials} -\def\ttverbatim{\begingroup -\uncatcodespecials\obeyspaces\obeylines\tt} -{\obeyspaces\gdef {\ }} -\outer\def\begintt{\let\par=\endgrapf \ttverbatim\parskip=0pt - \ttfinish} - -{\catcode`\|=0 |catcode`|\=12 -|obeylines -|gdef|ttfinish#1^^M#2\endtt{#1|vbox{#2}|endgroup}} -\catcode`\|=\active % When not in a greek group -{\obeylines\gdef|{\ttverbatim\spaceskip=\ttglue\let^^M=\ \let|=\endgroup}} -% ===================================================================== -% == Miscellaneous Definitions == -% ===================================================================== -\def\today{\ifcase\month\or -January\or February\or March\or April\or May\or June\or July\or -August \or September\or October\or November\or December\fi -\space\number\day, \number\year} - -\def\boxit#1{\vbox{\hrule\hbox{\vrule\kern3pt\vbox{\kern3pt#1\kern3pt}% -\kern3pt\vrule}\hrule}} -\def\topboxit#1{\vtop{\hrule\hbox{\vrule\kern3pt\vbox{\kern3pt#1\kern3pt}% -\kern3pt\vrule}\hrule}} -\catcode`@=12 -% New defs -\def\LaTeX{{\rm L\kern-.36em\raise.3ex\hbox{\csc a}\kern-.15em - T\kern-.1667em\lower.7ex\hbox{E}\kern-.125emX}} -\def\greektex{{\csc GreeK}\TeX}% -\chardef\|`\| -% -\newdimen\lefthsize -\newdimen\exdepth -\newcount\testcount -\newbox\exbox -% -% Macro For typesetting examples -% -\def\exparagraph{% -\hangindent\lefthsize\testcount=0% -\loop \advance\testcount by1\ifdim\exdepth>\testcount\baselineskip \repeat -\advance\testcount by-1 -\hangafter-\testcount -\rlap{\hbox to\hangindent{\hss\vbox to0pt{\box\exbox\vss}\hss}} -\ignorespaces} - -\def\contparagraph#1{% -\hangindent\lefthsize -\hangafter-#1\ignorespaces} -% -% ===================================================================== -% -\greekdelims{dollar} % keep bar for ttverbatim -\vskip2truecm -\titleline{Typesetting Greek Texts with \greektex} -\bigskip -\centerline{\csc K J Dryllerakis} -\bigskip -\centerline{Imperial College} -\centerline{Department of Computing} -\centerline{London} -\centerline{(|kd@doc.ic.ac.uk|)} -\vskip1truecm - - This document describes \greektex, yet another something-\TeX\ -application, a package for typesetting greek texts. The following -pages are intended to be a quick tutorial on the package and not a -detailed account of the package. It is assumed that the \greektex\ -package is already installed at you site and both the greek format -file (|greek.fmt|) and the alternative \greektex\ macros -(|greektex.tex|) are accesible to the user. We also assume that all -the recomended |kd| fonts exist in the font path. If this is not the -case please consult the installation procedure document which gives -all the information needed to install the package in your site. In -the discussion to follow, more \TeX nical material is presented in a -finer print. - -\section{The Greek Mode And Fonts} - - In order to typeset greek text, you have to advise \TeX\ to -enter a ``Greek Mode''\footnt{The idea of a ``greek environment'' was first -introduced by Sylvio Levi in his greek fonts; the top level macros of -our package are inherited from this first approach.}. Entering the -greek mode is achieved by typing |\begingreek| at the position were -we want the greek text to begin. The greek mode will be active until -an |\endgreek| is typed, when we return to the previous state. Inside -the greek mode, the latin characters typed correspond to the greek -alphabet and diacritic marcs. The family changing commands (|\sl|, -|\bf|, |\tt|, |\it|) are automatically switched to correspond to the -proper greek font families and the classical greek font corresponds -to the |\gr| or |\rg| command. Roman letters are still available -through the |\rm| and |\l|{\it oldsequence\/} commands (e.g. |\lsl|). -When we re-enter the greek mode, the font used last is remembered and -typesetting continues from the state we left of in the previous greek -mode. -\beginFine - \TeX nically, entering the greek mode means {\it i\/}. to redifine the -|\catcode| values for several characters (mostly accents and -breathing symbols), {\it ii\/}. to declare that we are currently -typesetting in greek and use the correct hyphenation tables, {\it -iii\/}. switch to the point size and font used last, and {\it iv\/}. -redifine the control sequences corresponding to font family switching -(e.g. |\sl| etc.). -\endFine -The font families that are currently avaible are all based on the -original designs by Sylvio Levi and Haralambous. The families (and -the corresponding font switching commands) are: classical greek -(|\gr| or |\rg|), slanted greek (|\sl|), greek italics (|\it|), -boldface greek (|\bf|) and typewriter greek (|\tt|). Remember that -these families are only available inside greek mode. -\beginFine - A set of point-setting commands are made available from the -greek format. Three sizes are prespesified for ten, nine, and eight -points respectevly. The corresponding commands are |\grtenpoint|, -|\grninepoint|, and |\greightpoint|. Since not all fonts exist in the -sizes need, scaled fonts are used instead. Remeber that re-entry in -the greek mode means picking up from exactly where we previously left -i.e. from the same point size. If point-size changes are to remain -local the user is encouraged to enclose them in groups. - - The real names for the control sequences switching to greek -font families are |\gr|, |\git|, |\gsl|, |\gbf|, |gtt|. These -commands can be used even outside greek mode to typeset greek short -texts but it is not recomended. Note that the \LaTeX\ version of -\greektex\ (the greek style file |greek.sty|) uses only these font -changing commands. -\endFine -Since the commands |\begingreek| and |\endgreek| can be quite tedious -to repeat, they can be both substituted either by the character |$| or -{\tt\|} if at the beginning of your file you specify -|\greekdelims{dollar}| or |\greekdelims{bar}| repsectively. In case -the |$| character is used, math mode is accessed by the control -sequence |\math|. - -\section{The Greek Alphabet} - - Since \TeX\ was designed to help portability of files, most -implemetations support only 128 character input (file transfer is -also based on the 128 ascii set). That means we have to use the Latin -alphanumeric characters to represent the greek ones. The following -scheme is used to represent greek characters inside the greek mode: -\math\math -\hbox{\valign{ - \hbox to 10pt{\hfil\strut$#$\hfil}&\hbox to 10pt{\hfil\strut\tt#\hfil}\cr - a&a\cr b&b\cr g&g\cr d&d\cr e&e\cr z&z\cr h&h\cr j&j\cr - i&i\cr k&k\cr l&l\cr m&m\cr n&n\cr x&x\cr o&o\cr p&p\cr - r&r\cr c&s\cr t&t\cr u&u\cr f&f\cr q&q\cr y&y\cr w&w\cr - c&c\cr}} -\math\math -\beginFine - It is a common practise in Greece to substitue the characters -corresponding to the higher -ascii codes by greek characters so that users are able to see the -greek characters directly on the screen. It is fairly easy to write a -program to transform any such ascii output to the corresponding -``latin'' representation of the greek characters and feed it directly -to \TeX 's mouth. For example such a translation program is supplied -with the current distribution of the em\TeX\ package for DOS based -machines. -\endFine - -\section{Accents, Breathing And Punctuation} - - Three different accents are encountered in greek texts. In -order to accent a vowel simply type |'|, |`|, or |~| to get an acute, -grave or circumflex accent repsectively. Breathing signs are achieved -in the same way by preceding the vowel (and any accent that it may -have) with |<| for rough and |>| for -smooth breathing. Breathings can also be used before a greek rho -($r$). Iota subscript is achieved by typing {\tt \|} {\it after\/} -vowel. The diairesis sign is achieved by presiding a (maybe accented) -vowel by |"|. Greek punctutation marcs are achieved according to the -following table: -\math\math -\hbox{\valign - {\hbox to 15pt{\hfil\strut$#$\hfil}&\hbox to 15pt{\hfil\strut\tt#\hfil}\cr - .&.\cr ,&,\cr ;&;\cr :&:\cr !&!\cr ?&?\cr ''&''\cr ((&((\cr ))&))\cr}} -\math\math -For example, concider the following quotation from Xenophon : -\bigskip -{\narrower\narrower\noindent$>En o>udem'ia g'ar p'olei t`o b`eltiston e>'unoun >est`i t~w| -d~hmw|, >all`a t`o k'akiston >en est`i p'olei e>'unoun -t~w| d~hmw|; o'unoi e>isi.$\par} -\bigskip -\noindent was typeset by \par -\medskip -\math\math -\vbox{\advance\hsize by-40pt\parindent=0pt\noindent -\obeylines -|>En o>udem'ia g'ar p'olei t`o b`eltiston e>'unoun >est`i t~w|{\tt\|} -|d~hmw|{\tt\|}|, >all`a t`o k'akiston >en est`i| -|p'olei e>'unoun t~w|{\tt\|}| d~hmw|{\tt\|}|; o'unoi e>isi.| -} -\math\math -\noindent Note the use of punctuation and breathing marks before the -vowels. -\beginFine -All accents and breathings are recognised as normal letters insode -the greek mode. They will print for themselves when they stand alone -but form ligatures when preciding a vowel. The ligatures do all the -work for us; the kerning between accents or breathing and capital -vowels is also done through kerning. This simplifies the macros used -and the greek character set is usable with only a few |\catcode| -definitions. All the rest of the mechanisms supplied in the greek -format are only to facilitate the usage of the fonts in standard text -and macro creation. -\endFine - -\section{Hyphenation} - - If you are working with the greek format file, then correct -hyphenation is assured for greek text. The hyphenation patterns -supplied in the file are the ones compiled by Haralambous in France. -If you are working with the file |greektex.tex| then no hyphenation -patterns are loaded; this fact makes the macros of |greektex.tex| -suitable for only small greek texts. \greektex, takes full advantage -of the multilingual characteristics of \TeX\ version 3.0 or higher by -declaring a new language and identifying the correct patterns for this -new language. The result is correct hyphenation for texts containing -both greek and latin texts. -\beginFine -In case you want to use \greektex with another multilingual package, -it is important to find out the limitation of your \TeX version. It -is possible that the number of allowed hyphenation patterns exceeds -the number needed. Remember that plain \TeX\ uses 4447 patterns and -\greektex\ needs a futher 1170. - -It is possible to see the proposed hyphenation for a word using a -macro similar to |\showhyphens| (supplied with plain \TeX). The macro -|\showgreekhyphens| can be used succesfully only inside greek mode. -This is due to the fact that the argument for the macro has to be -scanned with the correct |\catcode| values active. -\endFine -\bigskip -% -%%%% TEST - -\section{Building Macros} - - Let us now turn to some examples that will demonstrate the -use of the \greektex\ macros within your own definitions. - -%% Define macros for the current section - -\def\verse#1#2{\line{#1\hfil#2}} - - -\setbox\exbox=\vtop{\hrule height0pt -\hrule\hbox{\vrule\kern6pt\vbox{\kern6pt% - \vbox{\hsize=7truecm - $\greightpoint - \centerline{\bf PALAIOJEN ELLHNIS} - \smallskip - \verse{Kauqi'etai Anti'oqeia}{gi`a t`a lampr'a thc kt'iria,} - \verse{ka`i to'uc ut'hn} - \verse{jaum'asian >exoq'hn,}{ka`i gi`a t`o m'ega pl~hjoc} - \verse{t~wn >en a>ut~h| kato'ikwn.}{Kauqi'etai po`u e>~in'' end'oxwn basil'ewn;}{ka`i gi`a to`uc kallit'eqnac} - \verse{ka`i to`uc sofo'uc po`u >'eqei,}{ka`i gi`a to`uc bajuplo'utouc} - \verse{ka`i gnwstiko`uc >emp'orouc.}{M`a pi`o pol`u >asugkr'itwc} - \verse{>ap'' <'ola, Anti'oqeia}{kauqi'etai po`u e>~inai p'olic} - \verse{palai'ojen 'Argouc suggen'hc:} - \verse{>ap'' t`hn >I'wnh po`u}{Arge'iwn} - \verse{>apo'ikwn pr`oc tim`hn}{t~hc k'orhc to~u >In'aqou.} - \bigskip - \leftline{K. Kab'afhc}$ - } - \kern6pt}\kern6pt\vrule}\hrule} -\lefthsize=\wd\exbox\advance\lefthsize by20pt% -\exdepth=\dp\exbox\advance\exdepth by\ht\exbox -%% End of example macros - -\exparagraph Let us try to typeset this poem written by a greek poet -of the 20th century. The peculiar format is the original one required -by the poet. It is immediatly apparent that a command taking two -arguments can be used to typeset each verse; the arguments will be -the left and right part of each verse. The only important problem -encountered is the following: when \TeX\ is reading the -arguments of a command, it immedietly assigns |\catcode| values to -the tokens read. So, if the correct |\catcode| values are not active -at the time the arguments are scanned, \TeX\ is much confused. -Consequently, macros that take as arguments greek text must be called -from within greek mode. Having that in mind we can define a macro -|\verse| that will correctly typeset one verse of the poem. The macro -is defined as follows: -\smallskip -\hbox to\hsize{\hss|\def\verse#1#2{\line{#1\hfill#2}}|\hss} -\smallskip -\noindent It is assumed of course that the |\hsize| required -for the document is already set. The rest is easy. -\math\math -\vbox{\narrower\narrower\parindent=0pt\obeylines - |$| - |\centerline{\bf PALAIOJEN ELLHNIS}| - |\smallskip| - |\verse{Kauqi'etai Anti'oqeia}{gi`a t`a lampr'a thc kt'iria,}| - \centerline{\vdots} - |\verse{>apo'ikwn pr`oc tim`hn}{t~hc k'orhc to~u >In'aqou.}| - |\bigskip| - |\leftline{K. Kab'afhc}| - |$|} -\math\math - -%% Begin Example macros -{\setlatin % Switch to normal TeX Mode (Deactivate both | and $) -\greekdelims{bar} -\global\setbox\exbox=\vtop{\hrule height0pt -\hrule\hbox{\vrule\kern6pt\vbox{\kern6pt% - \vbox{\hsize=9.6truecm\eightpoint - |\greightpoint\gr - \hbox to\hsize{\hfil {\tengri 7.2 T'o s'usthma K'entrou % -M'azac 172}} - \bigskip - \noindent {\bf 7.2 To s'usthma k'entrou M'azac} - \medskip - E'inai suqn'a bolik'o na perigr'afetai h k'inhsh tou sust'hmatoc se - pla'isio anafor'ac sto opo'io to k'entro m'azac hreme'i sthn arq'h twn - ax'onwn. (Se barutik'o ped'io, to s'usthma aut'o e'inai epitagqun'omeno, mh - adraneiak'o, par'ola aut'a e'inai p'ali qr'hsimo.) Kale'itai to s'usthma - {\it k'entrou m'azac} (KM). Ja sumbol'izoume ta meg'ejh pou andaf'erontai - s''aut'o me 'enan aste\-r'i\-sko. - - H sqetik'h j'esh $r$ e'inai b'ebaia anex'arthth ap'o to p'wc - epil'egetai h arq'h, 'etsi 'wste j'etontac $R^*=0$ st'hn - (7.7) br'iskoume - $${\lbf r}^*_1={m_2\over M}{\lbf r},\qquad {\lbf r}^*_2=-{m_1\over - M}{\lbf r}\eqno(7.12)$$ - St'o s'usthma aut'o, oi orm'ec twn d'uo swmat'iwn e'inai - ('isec kai) ant'ijetec, - $$m_ir^*_i = -m_2r^*_2=\mu r = p^*\eqno(7.13)$$ - 'Opwc ja do'ume kajar'a arg'otera, e'inai suqn'a bolik'o - na epil'uoume ena pr'oblhma pr'wta sto s'usthma KM. %Gia na -% bro'ume thn l'ush se k'apoio 'allo -% s'usthma, qreiaz'omaste t'ote tic sq'eseic an'amesa -% stic orm'ec sta d'uo -% sust'hmata. Ac jewr'hsoume 'ena s'usthma sto opo'io to k'entro m'azac -% kine'itai me taq'uthta ${\lbf R}$. T'ote oi taq'uthtec twn d'uo -% swmatid'iwn e'inai: - | - \smallskip - \hbox to\hsize{\hss\vdots\hss} - } - \kern6pt}\kern6pt\vrule}\hrule} -} -\lefthsize=\wd\exbox\advance\lefthsize by20pt% -\exdepth=\dp\exbox\advance\exdepth by\ht\exbox -%% End of example macros -\exparagraph \tolerance=2000 Let us now turn to our second example which will demonstrate -scientific typesetting in greek. The example is taken from the book -{\it Classical Mechanics\/} by T.W.B. Kibble in its greek -translation. Let us suppose that we are trying to typeset this book; -how would we go about to build the macros needed? First of all we -will be using a lot of math formulae and therefore we are in -desperate need of the start and end math symbol. Since we are using -modern greek and no iota ligatures are needed, we can redifine the -bar {\tt\|} to stand for the begin and end greek by -|\greekdelims{bar}|. This might turn out to be convenient if we -want to include latin words in the text. Now for the macros. -Starting with the -headline appearing at the top of the page we need to define the -|\headline| macro. This must be done within greek mode to correctly -interprent the tokens scanned: -\math\math -\vbox{\parindent=0pt\obeylines -|\begingreek| -|\global\headline={\hfil {\git T'o s'usthma K'entrou M'azac}\ \folio}| -|\endgreek|} -\math\math -It might be wiser to change the |\git| command either to -|\grtenpoint\git| or |\tengri| to ensure that the correct font is -selected when the output routine is called. - -To typeset math formulae you only have to use the standard \TeX\ -rules. Even within greek mode entering the math mode has exactly the -same effect as from the plain \TeX\ mode. This is not entirely true -since the font changing sequences are redefined. If you want boldface -characters within the math mode you have to use the |\lbf| command -and the same for any other family. See how is it really is: -\math\math -\vbox{\eightpoint\parindent=0pt\obeylines - |\hsize=12truecm| - |\begingreek| - |\grtenpoint % Switch to ten point characters| - |\gr % Default font| - |\noindent {\bf 7.2 To s'usthma k'entrou M'azac}| - |\medskip| - |E'inai suqn'a bolik'o na perigr'afetai h k'inhsh tou sust'hmatoc se| - |pla'isio anafor'ac sto opo'io to k'entro m'azac hreme'i sthn arq'h twn| - |ax'onwn. (Se barutik'o ped'io, to s'usthma aut'o e'inai epitagqun'omeno, mh| - |adraneiak'o, par'ola aut'a e'inai p'ali qr'hsimo.) Kale'itai to s'usthma| - |{\it k'entrou m'azac} (KM). Ja sumbol'izoume ta meg'ejh pou andaf'erontai| - |s''aut'o me 'enan aster'isko.| - - |H sqetik'h j'esh $r$ e'inai b'ebaia anex'arthth ap'o to p'wc| - |epil'egetai h arq'h, 'etsi 'wste j'etontac $R^*=0$ st'hn| - |(7.7) br'iskoume| - |$${\lbf r}^*_1={m_2\over M}{\lbf r},| - | \qquad {\lbf r}^*_2=-{m_1\over M}{\lbf r}\eqno(7.12)$$| - |St'o s'usthma aut'o, oi orm'ec twn d'uo swmat'iwn e'inai | - |('isec kai) ant'ijetec,| - |$$m_ir^*_i = -m_2r^*_2=\mu r = p^*\eqno(7.13)$$| - |'Opwc ja do'ume kajar'a arg'otera, e'inai suqn'a bolik'o | - |na epil'uoume ena pr'oblhma pr'wta sto s'usthma KM.| - |\endgreek| -} -\math\math - -\section{Final Remarks} - - Except from the macros explained above, the greek format also -has a set ofgeneral use macros. It is possinble that in certain -cases, greek mode will be the dominant mode. To switch to a permenant -greek mode use the command |\setgreek|. If you want to restore the -original \TeX\ mode (including restoring any reassignents of |$| or -{\tt\|}) use the command |\setlatin|. -\beginFine - These commands are based on the internal commands -|\gr@@km@de| and |\l@tinmode|. Both define the |\catcode|s for the -mode. A macro-builder can use them to create different environments -e.g. a command to switch to english from a global greek mode. Just -remeber that you will be on your own so you will have to switch to -the enclish language manually by a command |\language0|. -\endFine - -\bye - diff -Nru texlive-lang-2007.dfsg.4/texmf-dist/doc/fonts/lh/fonttest/lh-text.tex texlive-lang-2009/texmf-dist/doc/fonts/lh/fonttest/lh-text.tex --- texlive-lang-2007.dfsg.4/texmf-dist/doc/fonts/lh/fonttest/lh-text.tex 2006-07-01 23:18:57.000000000 +0100 +++ texlive-lang-2009/texmf-dist/doc/fonts/lh/fonttest/lh-text.tex 2009-08-23 01:18:32.000000000 +0100 @@ -22,7 +22,7 @@ \vsize10in \voffset-.5in\eject \let\noinit!\input testfox -\input testtext +\input testLHtxt \def\FontPage#1{\medbreak\vbox\bgroup\def\fontname{#1}\strut\startfont\alttext\egroup\vfill} \def\fontii{lh} %Only main sizes diff -Nru texlive-lang-2007.dfsg.4/texmf-dist/doc/fonts/lh/fonttest/lh-texx.tex texlive-lang-2009/texmf-dist/doc/fonts/lh/fonttest/lh-texx.tex --- texlive-lang-2007.dfsg.4/texmf-dist/doc/fonts/lh/fonttest/lh-texx.tex 2006-07-01 23:18:57.000000000 +0100 +++ texlive-lang-2009/texmf-dist/doc/fonts/lh/fonttest/lh-texx.tex 2009-08-23 01:18:32.000000000 +0100 @@ -25,7 +25,7 @@ \hoffset-.5in\eject \overfullrule0pt \let\noinit!\input testfox -\input testtext +\input testLHtxt \Russian \def\FontPage#1{\medbreak\vbox\bgroup\def\fontname{#1}\strut\startfont\alttext\egroup\vfill} \def\fontii{la} diff -Nru texlive-lang-2007.dfsg.4/texmf-dist/doc/fonts/lh/fonttest/lh-texy.tex texlive-lang-2009/texmf-dist/doc/fonts/lh/fonttest/lh-texy.tex --- texlive-lang-2007.dfsg.4/texmf-dist/doc/fonts/lh/fonttest/lh-texy.tex 2006-07-01 23:18:57.000000000 +0100 +++ texlive-lang-2009/texmf-dist/doc/fonts/lh/fonttest/lh-texy.tex 2009-08-23 01:18:32.000000000 +0100 @@ -25,7 +25,7 @@ \hoffset-.5in\eject \overfullrule0pt \let\noinit!\input testfox -\input testtext +\input testLHtxt \Russian \def\FontPage#1{\medbreak\vbox\bgroup\def\fontname{#1}\strut\startfont\xtable\egroup\vfill} \def\fontii{la} diff -Nru texlive-lang-2007.dfsg.4/texmf-dist/doc/fonts/lh/fonttest/t2a-text.tex texlive-lang-2009/texmf-dist/doc/fonts/lh/fonttest/t2a-text.tex --- texlive-lang-2007.dfsg.4/texmf-dist/doc/fonts/lh/fonttest/t2a-text.tex 2006-07-01 23:18:57.000000000 +0100 +++ texlive-lang-2009/texmf-dist/doc/fonts/lh/fonttest/t2a-text.tex 2009-08-23 01:18:32.000000000 +0100 @@ -22,7 +22,7 @@ \vsize10in \voffset-.5in\eject \let\noinit!\input testfox -\input testtext +\input testLHtxt \def\FontPage#1{\medbreak\vbox\bgroup\def\fontname{#1}\strut\startfont\moretext\egroup\vfill} \def\fontii{la} %Only main sizes diff -Nru texlive-lang-2007.dfsg.4/texmf-dist/doc/fonts/lh/fonttest/t2b-text.tex texlive-lang-2009/texmf-dist/doc/fonts/lh/fonttest/t2b-text.tex --- texlive-lang-2007.dfsg.4/texmf-dist/doc/fonts/lh/fonttest/t2b-text.tex 2006-07-01 23:18:57.000000000 +0100 +++ texlive-lang-2009/texmf-dist/doc/fonts/lh/fonttest/t2b-text.tex 2009-08-23 01:18:32.000000000 +0100 @@ -22,7 +22,7 @@ \vsize10in \voffset-.5in\eject \let\noinit!\input testfox -\input testtext +\input testLHtxt \def\FontPage#1{\medbreak\vbox\bgroup\def\fontname{#1}\strut\startfont\moretext\egroup\vfill} \def\fontii{lb} %Only main sizes diff -Nru texlive-lang-2007.dfsg.4/texmf-dist/doc/fonts/lh/fonttest/t2c-text.tex texlive-lang-2009/texmf-dist/doc/fonts/lh/fonttest/t2c-text.tex --- texlive-lang-2007.dfsg.4/texmf-dist/doc/fonts/lh/fonttest/t2c-text.tex 2006-07-01 23:18:57.000000000 +0100 +++ texlive-lang-2009/texmf-dist/doc/fonts/lh/fonttest/t2c-text.tex 2009-08-23 01:18:32.000000000 +0100 @@ -22,7 +22,7 @@ \vsize10in \voffset-.5in\eject \let\noinit!\input testfox -\input testtext +\input testLHtxt \def\FontPage#1{\medbreak\vbox\bgroup\def\fontname{#1}\strut\startfont\moretext\egroup\vfill} \def\fontii{lc} %Only main sizes diff -Nru texlive-lang-2007.dfsg.4/texmf-dist/doc/fonts/lh/fonttest/t2d-text.tex texlive-lang-2009/texmf-dist/doc/fonts/lh/fonttest/t2d-text.tex --- texlive-lang-2007.dfsg.4/texmf-dist/doc/fonts/lh/fonttest/t2d-text.tex 2006-07-01 23:18:57.000000000 +0100 +++ texlive-lang-2009/texmf-dist/doc/fonts/lh/fonttest/t2d-text.tex 2009-08-23 01:18:32.000000000 +0100 @@ -22,7 +22,7 @@ \vsize10in \voffset-.5in\eject \let\noinit!\input testfox -\input testtext +\input testLHtxt \def\FontPage#1{\medbreak\vbox\bgroup\def\fontname{#1}\strut\startfont\moretext\egroup\vfill} \def\fontii{ld} %Only main sizes diff -Nru texlive-lang-2007.dfsg.4/texmf-dist/doc/fonts/lh/fonttest/testfox.tex texlive-lang-2009/texmf-dist/doc/fonts/lh/fonttest/testfox.tex --- texlive-lang-2007.dfsg.4/texmf-dist/doc/fonts/lh/fonttest/testfox.tex 2006-07-01 23:18:57.000000000 +0100 +++ texlive-lang-2009/texmf-dist/doc/fonts/lh/fonttest/testfox.tex 1970-01-01 01:00:00.000000000 +0100 @@ -1,258 +0,0 @@ -% testfo(nt)x -- testfont.tex + \xtable stuff -% (\xtable has decimal numbers \xtables starts from char128) -% macro \startfont has penalty additions -% A testbed for font evaluation (see The METAFONTbook, Appendix H) -% -%% Cyrillic font container with T2 encoding beta-support -% -% This file is future part of lxfonts package -% Version 3.5 // Patchlevel=0 -% (c) O.Lapko -% -% This package is freeware product under conditions similar to -% those of D. E. Knuth specified for the Computer Modern family of fonts. -% In particular, only the authors are entitled to modify this file -% (and all this package as well) and to save it under the same name. -% -% Content: -% -% eXtended file testfont.tex -% -%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% - -\tracinglostchars=0 -\tolerance=1000 -\raggedbottom -\nopagenumbers -\parindent=0pt -\newlinechar=`@ -\hyphenpenalty=200 -\doublehyphendemerits=30000 -\hyphenation{prom-i-nent} - -\newcount\m \newcount\n \newcount\p \newdimen\dim -\chardef\other=12 - -\def\today{\ifcase\month\or - January\or February\or March\or April\or May\or June\or - July\or August\or September\or October\or November\or December\fi - \space\number\day, \number\year} -\def\hours{\n=\time \divide\n 60 - \m=-\n \multiply\m 60 \advance\m \time -%!!! - \twodigits\n:\twodigits\m} -\def\twodigits#1{\ifnum #1<10 0\fi \number#1} - -\def\init{\message{@Name of the font to test = } - \read-1 to\fontname \startfont - \message{Now type a test command (\string\help\space for help):}} -\def\startfont{\font\testfont=\fontname \spaceskip=0pt - \leftline{\sevenrm Test of \fontname\unskip\ on \today\ at \hours}% -%!!! - \penalty10000\medskip - \testfont \setbaselineskip - \ifdim\fontdimen6\testfont<10pt \rightskip=0pt plus 20pt - \else\rightskip=0pt plus 2em \fi - \spaceskip=\fontdimen2\testfont % space between words (\raggedright) - \xspaceskip=\fontdimen2\testfont \advance\xspaceskip by\fontdimen7\testfont} - -{\catcode`\|=0 \catcode`\\=\other -|gdef|help{|message{% -\init switches to another font;@% -\end or \bye finishes the run;@% -\table prints the font layout in tabular format;@% -\xtable prints the font layout in tabular format (with decimal nums);@% -\text prints a sample text, assuming TeX text font conventions;@% -\sample combines \table and \text;@% -\mixture mixes a background character with a series of others;@% -\alternation interleaves a background character with a series;@% -\alphabet prints all lowercase letters within a given background;@% -\ALPHABET prints all uppercase letters within a given background;@% -\series prints a series of letters within a given background;@% -\lowers prints a comprehensive test of lowercase;@% -\uppers prints a comprehensive test of uppercase;@% -\digits prints a comprehensive test of numerals;@% -\math prints a comprehensive test of TeX math italic;@% -\names prints a text that mixes upper and lower case;@% -\punct prints a punctuation test;@% -\bigtest combines many of the above routines;@% -\help repeats this message;@% -and you can use ordinary TeX commands (e.g., to \input a file).}}} - -\def\setbaselineskip{\setbox0=\hbox{\n=0 -\loop\char\n \ifnum \n<255 \advance\n 1 \repeat} -\baselineskip=6pt \advance\baselineskip\ht0 \advance\baselineskip\dp0 } - -\def\setchar#1{{\escapechar-1\message{\string#1 character = }% - \def\do##1{\catcode`##1=\other}\dospecials - \read-1 to\next - \expandafter\finsetchar\next\next#1}} -\def\finsetchar#1#2\next#3{\global\chardef#3=`#1 - \ifnum #3=`\# \global\chardef#3=#2 \fi} -\def\promptthree{\setchar\background - \setchar\starting \setchar\ending} - -\def\mixture{\promptthree \domix\mixpattern} -\def\alternation{\promptthree \domix\altpattern} -\def\mixpattern{\0\1\0\0\1\1\0\0\0\1\1\1\0\1} -\def\altpattern{\0\1\0\1\0\1\0\1\0\1\0\1\0\1\0\1\0} -\def\domix#1{\par\chardef\0=\background \n=\starting - \loop \chardef\1=\n #1\endgraf - \ifnum \n<\ending \advance\n 1 \repeat} - -\def\!{\discretionary{\background}{\background}{\background}} -\def\series{\promptthree \!\doseries\starting\ending\par} -\def\doseries#1#2{\n=#1\loop\char\n\!\ifnum\n<#2\advance\n 1 \repeat} -\def\complower{\!\doseries{`a}{`z}\doseries{'31}{'34}\par} -\def\compupper{\!\doseries{`A}{`Z}\doseries{'35}{'37}\par} -\def\compdigs{\!\doseries{`0}{`9}\par} -\def\alphabet{\setchar\background\complower} -\def\ALPHABET{\setchar\background\compupper} - -\def\lowers{\docomprehensive\complower{`a}{`z}{'31}{'34}} -\def\uppers{\docomprehensive\compupper{`A}{`Z}{'35}{'37}} -\def\digits{\docomprehensive\compdigs{`0}{`4}{`5}{`9}} -\def\docomprehensive#1#2#3#4#5{\par\chardef\background=#2 - \loop{#1} \ifnum\background<#3\m=\background\advance\m 1 - \chardef\background=\m \repeat \chardef\background=#4 - \loop{#1} \ifnum\background<#5\m=\background\advance\m 1 - \chardef\background=\m \repeat} - -\def\names{ {\AA}ngel\aa\ Beatrice Claire - Diana \'Erica Fran\c{c}oise Ginette H\'el\`ene Iris - Jackie K\=aren {\L}au\.ra Mar{\'\i}a N\H{a}ta{\l}{\u\i}e {\O}ctave - Pauline Qu\^eneau Roxanne Sabine T\~a{\'\j}a Ur\v{s}ula - Vivian Wendy Xanthippe Yv{\o}nne Z\"azilie\par} -\def\punct{\par\dopunct{min}\dopunct{pig}\dopunct{hid} - \dopunct{HIE}\dopunct{TIP}\dopunct{fluff} - \$1,234.56 + 7/8 = 9\% @ \#0\par} -\def\dopunct#1{#1,\ #1:\ #1;\ `#1'\ ?`#1?\ !`#1!\ (#1)\ [#1]\ #1*\ #1.\par} - -\def\bigtest{\sample - hamburgefonstiv HAMBURGEFONSTIV\par - \names \punct \lowers \uppers \digits} - -\def\math{\textfont1=\testfont \skewchar\testfont=\skewtrial - \mathchardef\Gamma="100 \mathchardef\Delta="101 - \mathchardef\Theta="102 \mathchardef\Lambda="103 \mathchardef\Xi="104 - \mathchardef\Pi="105 \mathchardef\Sigma="106 \mathchardef\Upsilon="107 - \mathchardef\Phi="108 \mathchardef\Psi="109 \mathchardef\Omega="10A - \def\ii{i} \def\jj{j} - \def\\##1{|##1|+}\mathtrial - \def\\##1{##1_2+}\mathtrial - \def\\##1{##1^2+}\mathtrial - \def\\##1{##1/2+}\mathtrial - \def\\##1{2/##1+}\mathtrial - \def\\##1{##1,{}+}\mathtrial - \def\\##1{d##1+}\mathtrial - \let\ii=\imath \let\jj=\jmath \def\\##1{\hat##1+}\mathtrial} -\newcount\skewtrial \skewtrial='177 -\def\mathtrial{$\\A \\B \\C \\D \\E \\F \\G \\H \\I \\J \\K \\L \\M \\N \\O - \\P \\Q \\R \\S \\T \\U \\V \\W \\X \\Y \\Z \\a \\b \\c \\d \\e \\f \\g - \\h \\\ii \\\jj \\k \\l \\m \\n \\o \\p \\q \\r \\s \\t \\u \\v \\w \\x \\y - \\z \\\alpha \\\beta \\\gamma \\\delta \\\epsilon \\\zeta \\\eta \\\theta - \\\iota \\\kappa \\\lambda \\\mu \\\nu \\\xi \\\pi \\\rho \\\sigma \\\tau - \\\upsilon \\\phi \\\chi \\\psi \\\omega \\\vartheta \\\varpi \\\varphi - \\\Gamma \\\Delta \\\Theta \\\Lambda \\\Xi \\\Pi \\\Sigma \\\Upsilon - \\\Phi \\\Psi \\\Omega \\\partial \\\ell \\\wp$\par} -\def\mathsy{\begingroup\skewtrial='060 % for math symbol font tests - \def\mathtrial{$\\A \\B \\C \\D \\E \\F \\G \\H \\I \\J \\K \\L - \\M \\N \\O \\P \\Q \\R \\S \\T \\U \\V \\W \\X \\Y \\Z$\par} - \math\endgroup} - -\def\oct#1{\hbox{\rm\'{}\kern-.2em\it#1\/\kern.05em}} % octal constant -\def\hex#1{\hbox{\rm\H{}\tt#1}} % hexadecimal constant -\def\|{\omit\vrule} -\def\setdigs#1"#2{\gdef\h{#2}% \h=hex prefix; \0\1=corresponding octal - \m=\n \divide\m by 64 \xdef\0{\the\m}% - \multiply\m by-64 \advance\m by\n \divide\m by 8 \xdef\1{\the\m}} -\def\testrow{\setbox0=\hbox{\penalty 1\def\\{\char"\h}% - \\0\\1\\2\\3\\4\\5\\6\\7\\8\\9\\A\\B\\C\\D\\E\\F% - \global\p=\lastpenalty}} % \p=1 if none of the characters exist -\def\oddline{\cr - \noalign{\nointerlineskip} - \multispan{19}\hrulefill& - \setbox0=\hbox{\lower 2.3pt\hbox{\hex{\h x}}}\smash{\box0}\cr - \noalign{\nointerlineskip}} -\newif\ifskipping -\def\evenline{\loop\skippingfalse - \ifnum\n<256 \m=\n \divide\m 16 \chardef\next=\m - \expandafter\setdigs\meaning\next \testrow - \ifnum\p=1 \skippingtrue \fi\fi - \ifskipping \global\advance\n 16 \repeat - \ifnum\n=256 \let\next=\endchart\else\let\next=\morechart\fi - \next} -\def\sevenline{\loop\skippingfalse - \ifnum\n<256 \m=\n \divide\m 16 \chardef\next=\m - \expandafter\setdigs\meaning\next \testrow - \ifnum\n<128 \skippingtrue \else\ifnum\p=1 \skippingtrue \fi\fi\fi - \ifskipping \global\advance\n 16 \repeat - \ifnum\n=256 \let\next=\endchart\else\let\next=\morechart\fi - \next} -\def\morechart{\cr\noalign{\hrule\penalty5000} - \chartline \oddline \m=\1 \advance\m 1 \xdef\1{\the\m} - \chartline \evenline} -\def\chartline{&\oct{\0\1x}&&\:&&\:&&\:&&\:&&\:&&\:&&\:&&\:&\|&} -\def\chartstrut{\lower4.5pt\vbox to14pt{}} -\def\table{$$\global\n=0 - \halign to\hsize\bgroup - \chartstrut##\tabskip0pt plus10pt& - &\hfil##\hfil&\vrule##\cr - \lower6.5pt\null - &&&\oct0&&\oct1&&\oct2&&\oct3&&\oct4&&\oct5&&\oct6&&\oct7&\evenline} -%!!! -\def\xtable{$$\global\n=0 - \halign to\hsize\bgroup - \chartstrut##\tabskip0pt plus10pt& - &\hfil##\hfil&\vrule\smashnum##\cr - \lower6.5pt\null - &&\|&\oct0&\|&\oct1&\|&\oct2&\|&\oct3&\|&\oct4 - &\|&\oct5&\|&\oct6&\|&\oct7&\|\evenline} -%!!! -\def\xtables{$$\global\n=128 - \halign to\hsize\bgroup - \chartstrut##\tabskip0pt plus10pt& - &\hfil##\hfil&\vrule\smashnum##\cr - \lower6.5pt\null - &&\|&\oct0&\|&\oct1&\|&\oct2&\|&\oct3&\|&\oct4 - &\|&\oct5&\|&\oct6&\|&\oct7&\|\sevenline} -\def\endchart{\cr\noalign{\hrule}% - \raise11.5pt\null&&\|&\hex 8&\|&\hex 9&\|&\hex A&\|&\hex B&\| - &\hex C&\|&\hex D&\|&\hex E&\|&\hex F&\|\cr\egroup$$\par} -\def\:{\setbox0=\hbox{\char\n}% - \ifdim\ht0>7.5pt\reposition - \else\ifdim\dp0>2.5pt\reposition\fi\fi - \box0\global\advance\n 1 } -\def\reposition{\setbox0=\vbox{\kern2pt\box0}\dim=\dp0 - \advance\dim 2pt \dp0=\dim} -\def\centerlargechars{ - \def\reposition{\setbox0=\hbox{$\vcenter{\kern2pt\box0\kern2pt}$}}} -%!!! -\def\smashnum{\smash{\hbox to0pt{\fiverm\kern.2em\lower1.5ex\hbox -{\number\n}\hss}}} - -\def\text{{\advance\baselineskip-4pt -\setbox0=\hbox{abcdefghijklmnopqrstuvwxyz} -\ifdim\hsize>2\wd0 \ifdim 15pc>2\wd0 \hsize=15pc \else \hsize=2\wd0 \fi\fi -On November 14, 1885, Senator \& Mrs.~Leland Stanford called -together at their San Francisco mansion the 24~prominent men who had -been chosen as the first trustees of The Leland Stanford Junior University. -They handed to the board the Founding Grant of the University, which they -had executed three days before. This document---with various amendments, -legislative acts, and court decrees---remains as the University's charter. -In bold, sweeping language it stipulates that the objectives of the University -are ``to qualify students for personal success and direct usefulness in life; -and to promote the publick welfare by exercising an influence in behalf of -humanity and civilization, teaching the blessings of liberty regulated by -law, and inculcating love and reverence for the great principles of -government as derived from the inalienable rights of man to life, liberty, -and the pursuit of happiness.'' \moretext -(!`THE DAZED BROWN FOX QUICKLY GAVE 12345--67890 JUMPS!)\par}} -\def\moretext{?`But aren't Kafka's Schlo{\ss} and {\AE}sop's {\OE}uvres -often na{\"\i}ve vis-\`a-vis the d{\ae}monic ph{\oe}nix's official r\^ole -in fluffy souffl\'es? } -\def\omitaccents{\let\moretext=\relax} - -\def\sample{\table\text} - -\ifx\noinit!\else\init\fi diff -Nru texlive-lang-2007.dfsg.4/texmf-dist/doc/fonts/lh/fonttest/testkern.tex texlive-lang-2009/texmf-dist/doc/fonts/lh/fonttest/testkern.tex --- texlive-lang-2007.dfsg.4/texmf-dist/doc/fonts/lh/fonttest/testkern.tex 2006-07-01 23:18:57.000000000 +0100 +++ texlive-lang-2009/texmf-dist/doc/fonts/lh/fonttest/testkern.tex 1970-01-01 01:00:00.000000000 +0100 @@ -1,159 +0,0 @@ -% -% testkern.tex -% -%% Cyrillic font container with T2 encoding beta-support -% -% This file is future part of lxfonts package -% Version 3.5 // Patchlevel=0 -% (c) O.Lapko -% -% This package is freeware product under conditions similar to -% those of D. E. Knuth specified for the Computer Modern family of fonts. -% In particular, only the authors are entitled to modify this file -% (and all this package as well) and to save it under the same name. -% -% Content: -% -% TeX file with macros for testing kerns between letters in fonts -% -%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% - -\newcount\chu \newcount\chl \newcount\chtemp -\newcount \hours \newcount \minutes - -\let\xpar=\par - -\def\LHpair#1 #2.{\noindent\chu=#1% -{\loop \chl=\chu -{\loop \char\chu\char\chl\char\chu{}\char\chl{}\char\chu\ -\advance\chl by 1 \let\chtemp\chl#2\xpar\noindent}% -\global\advance\chu by 1 \let\chtemp\chu#2\xpar}} - -\def\LHcross#1 #2 #3.{\noindent\chu=#1\chl=#2% -\def\H{\discretionary{\char\chu}{\char\chu}{\char\chu}}% -{\char\chu\loop\char\chl\H% -\advance\chl by 1 \let\chtemp\chl#3\xpar}} - -\def\LHdot#1 #2.{\noindent\chu=#1% -{\loop \char\chu.\ \char\chu.\ % -\advance\chl by 1 \let\chtemp\chl#2\xpar}} - -\def\LHuplow#1 #2; #3 #4.{\noindent\chu=#1% -{\loop \chl=#3% -{\loop \char\chu\char\chl\char\chl\ \char\chu{}\char\chl{}\char\chl\ -\advance\chl by 1 \let\chtemp\chl#4\xpar\noindent}% -\global\advance\chu by 1 \let\chtemp\chu#2\xpar}} - -\def\LHblks #1#2#3{\par\baselineskip=2.65ex\lineskip2pt -{\noindent -\chu=#1\loop -\centerline{\quad\llap{\rm\number\chu $:\,$}% -\chl=#1\loop \setbox0\hbox{\char\chu}% -\rlap{\lower\dp0\hbox{\vrule\vbox{\hrule\box0\hrule}\vrule}}\hskip1.25em% -\global\advance\chu by 1 \advance\chl by 1 \ifnum\chl<#3 \repeat \hfill} -\ifnum\chu<#2 \repeat}} - -\def\LHblk{\LHblks{0}{256}{16}} - -%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -%T2 -\def\Ttwo{% -\LHpair 128 \ifnum\chtemp=157\chtemp=192 \ifnum\chtemp<224\repeat. -\eject -\LHpair 160 \ifnum\chtemp=189\chtemp=224 \ifnum\chtemp<256\repeat. -\eject -\LHcross 205 128 \ifnum\chtemp=157\chtemp=192 \ifnum\chtemp<224\repeat. -\LHcross 237 160 \ifnum\chtemp=189\chtemp=224 \ifnum\chtemp<256\repeat. -\LHdot 128 \ifnum\chtemp=157\chtemp=192 \ifnum\chtemp<224\repeat. -\LHdot 160 \ifnum\chtemp=189\chtemp=224 \ifnum\chtemp<256\repeat. -\eject -\LHuplow 128 \ifnum\chtemp=157\chtemp=192 \ifnum\chtemp<224\repeat; 160 \loTtwo. -} - -%ALT -\def\ALT{% -\LHpair 128 % - \ifnum\chtemp=160\chtemp=242\fi % - \ifnum\chtemp=243\chtemp=244\fi % - \ifnum\chtemp=245\chtemp=246\fi % - \ifnum\chtemp=247\chtemp=248\fi % - \ifnum\chtemp=249\chtemp=250\fi % - \ifnum\chtemp<251\repeat. -\eject -\LHpair 160 % - \ifnum\chtemp=176\chtemp=224\fi % - \ifnum\chtemp=240\chtemp=241\fi % - \ifnum\chtemp=242\chtemp=243\fi % - \ifnum\chtemp=244\chtemp=245\fi % - \ifnum\chtemp=246\chtemp=247\fi % - \ifnum\chtemp=248\chtemp=249\fi % - \ifnum\chtemp=250\chtemp=251\fi % - \ifnum\chtemp<252\repeat. -\eject -\LHcross 205 128 % - \ifnum\chtemp=160\chtemp=242\fi % - \ifnum\chtemp=243\chtemp=244\fi % - \ifnum\chtemp=245\chtemp=246\fi % - \ifnum\chtemp=247\chtemp=248\fi % - \ifnum\chtemp=249\chtemp=250\fi % - \ifnum\chtemp<251\repeat. -\LHcross 237 160 % - \ifnum\chtemp=176\chtemp=224\fi % - \ifnum\chtemp=240\chtemp=241\fi % - \ifnum\chtemp=242\chtemp=243\fi % - \ifnum\chtemp=244\chtemp=245\fi % - \ifnum\chtemp=246\chtemp=247\fi % - \ifnum\chtemp=248\chtemp=249\fi % - \ifnum\chtemp=250\chtemp=251\fi % - \ifnum\chtemp<252\repeat. -\LHdot 128 % - \ifnum\chtemp=160\chtemp=242\fi % - \ifnum\chtemp=243\chtemp=244\fi % - \ifnum\chtemp=245\chtemp=246\fi % - \ifnum\chtemp=247\chtemp=248\fi % - \ifnum\chtemp=249\chtemp=250\fi % - \ifnum\chtemp<251\repeat. -\LHdot 160 % - \ifnum\chtemp=176\chtemp=224\fi % - \ifnum\chtemp=240\chtemp=241\fi % - \ifnum\chtemp=242\chtemp=243\fi % - \ifnum\chtemp=244\chtemp=245\fi % - \ifnum\chtemp=246\chtemp=247\fi % - \ifnum\chtemp=248\chtemp=249\fi % - \ifnum\chtemp=250\chtemp=251\fi % - \ifnum\chtemp<252\repeat. -\eject -\LHuplow 128 % - \ifnum\chtemp=160\chtemp=242\fi % - \ifnum\chtemp=243\chtemp=244\fi % - \ifnum\chtemp=245\chtemp=246\fi % - \ifnum\chtemp=247\chtemp=248\fi % - \ifnum\chtemp=249\chtemp=250\fi % - \ifnum\chtemp<251\repeat; - 160 % - \ifnum\chtemp=176\chtemp=224\fi % - \ifnum\chtemp=240\chtemp=241\fi % - \ifnum\chtemp=242\chtemp=243\fi % - \ifnum\chtemp=244\chtemp=245\fi % - \ifnum\chtemp=246\chtemp=247\fi % - \ifnum\chtemp=248\chtemp=249\fi % - \ifnum\chtemp=250\chtemp=251\fi % - \ifnum\chtemp<252\repeat. -} -\newlinechar=`@ -{\chardef\other=12 -\catcode`\|=0 \catcode`\\=\other -|gdef|kernhelp{|message{@% -\kernhelp -- this help;@% -\help -- main testfo(nt)x.tex's help;@% -\init -- set font name to be tested;@@% -\ALT -- kerning test in LCY encoding (lh* fonts);@% -\Ttwo -- kerning test in T2/X2 encoding (rx/l(a/b/c)* fonts);@@% -\LHblk -- test for char boxes and char placement inside boxes;@% -\LHblks -- "low level" macro for previous one;@% - -- number of first code number (e.g. 0 in \LHblk);@% - -- number of last code number+1 (e.g. 256 in \LHblk);@% - -- number of characters per line (e.g. 16 in \LHblk)@@}}} - -\kernhelp\par -\input testfox diff -Nru texlive-lang-2007.dfsg.4/texmf-dist/doc/fonts/lh/fonttest/testLHtxt.tex texlive-lang-2009/texmf-dist/doc/fonts/lh/fonttest/testLHtxt.tex --- texlive-lang-2007.dfsg.4/texmf-dist/doc/fonts/lh/fonttest/testLHtxt.tex 1970-01-01 01:00:00.000000000 +0100 +++ texlive-lang-2009/texmf-dist/doc/fonts/lh/fonttest/testLHtxt.tex 2009-08-23 01:18:32.000000000 +0100 @@ -0,0 +1,261 @@ +% +% testtext.tex +% +%% Cyrillic font container with T2 encoding beta-support +% +% This file is future part of lxfonts package +% Version 3.5 // Patchlevel=0 +% (c) O.Lapko +% +% This package is freeware product under conditions similar to +% those of D. E. Knuth specified for the Computer Modern family of fonts. +% In particular, only the authors are entitled to modify this file +% (and all this package as well) and to save it under the same name. +% +% Content: +% +% TeX file with text for testing kerns between letters in fonts +% +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% +\def\grqq{\kern-.07em``} +\def\glqq{,,\penalty10000\hskip0pt} +\def\dash---{\ifdim\lastskip>0pt\unskip\fi\kern.2em\cyrdash +\hskip.2em\ignorespaces} + +\def\moretext{\baselineskip2.5ex +\let\\=\par \chardef\cyrdash="16 +\vtop{\setbox0=\hbox{×ÒÎÁÛ ÂËÞÁËÅÍÍÛÌ ÐÀÍÜØÅ\space}% +\ifdim\wd0>.475\hsize\hsize\wd0\else\hsize.475\hsize\fi +\glqq Ãäå-òî íà áåëîì ñâåòå, \\ +Òàì, ãäå âñåãäà ìîðîç,\\ +Òðóòñÿ ñïèíîé ìåäâåäè\\ +Î çåìíóþ îñü.\\ +Ìèìî ïëûâóò ñòîëåòüÿ,\\ +Ñïÿò ïîäî ëüäîì ìîðÿ,\\ +Òðóòñÿ îá îñü ìåäâåäè \dash---\\ +Âåðòèòñÿ Çåìëÿ.\\ +\vskip6pt +Êðóòÿò îíè ñòàðàÿñü,\\ +Âåðòÿò çåìíóþ îñü,\\ +×òîáû âëþáëåííûì ðàíüøå\\ +Âñòðåòèòüñÿ ïðèøëîñü,\\ +×òîáû îäíàæäû óòðîì,\\ +Ðàíüøå íà ãîä èëü äâà,\\ +Êòî-òî ñêàçàë êîìó-òî\\ +Ãëàâíûå ñëîâà.\\ +\vskip6pt +ÂÑËÅÄ ÇÀ ÂÅÑÅÍÍÈÌ ËÈÂÍÅÌ\\ +ÐÀÍÜØÅ ÏÐÈÄÅÒ ÐÀÑÑÂÅÒ,\\ +È ÄËß ÄÂÎÈÕ ÂËÞÁËÅÍÍÛÕ\\ +ÌÍÎÃÎ-ÌÍÎÃÎ ËÅÒ\\ +ÁÓÄÓÒ ÑÂÅÐÊÀÒÜ ÇÀÐÍÈÖÛ,\\ +ÁÓÄÓÒ ÐÓ×ÜÈ ÇÂÅÍÅÒÜ,\\ +ÁÓÄÅÒ ÒÓÌÀÍ ÊËÓÁÈÒÜÑß,\\ +ÁÅËÛÉ, ÊÀÊ ÌÅÄÂÅÄÜ.\grqq{}} +\vskip6pt +<<Êîãäà ó ìåíÿ â ðóêàõ íîâàÿ êíèãà: ïðåäìåò, èçãîòîâëåííûé â òèïîãðàôèè ðóêàìè +íàáîðùèêà, ýòîãî ñâîåãî ðîäà ãåðîÿ, ñ ïîìîùüþ ìàøèíû, èçîáðåòåííîé êàêèì-òî +äðóãèì ãåðîåì, ÿ ÷óâñòâóþ, ÷òî â ìîþ æèçíü âîøëî ÷òî-òî æèâîå, ãîâîðÿùåå, +÷óäåñíîå. Ýòî íîâûé çàâåò, íàïèñàííûé ÷åëîâåêîì î ñàìîì ñåáå, +î ñóùåñòâå, ñàìîì ñëîæíîì, ÷òî åñòü íà ñâåòå, î ñàìîì +çàãàäî÷íîì, î íàèáîëåå äîñòîéíîì ëþáâè \dash--- î ñóùåñòâå, òðóä è +âîîáðàæåíèå êîòîðîãî ñîçäàëè âñå, ÷òî åñòü íà çåìëå âåëèêîãî è +ïðåêðàñíîãî\dots{} ß æèâó â ìèðå, ãäå ñîâåðøåííî íåâîçìîæíî ïîíÿòü +÷åëîâåêà, åñëè íå ÷èòàòü êíèã, êîòîðûå î íåì íàïèñàíû íàøèìè +ó÷åíûìè è íàøèìè ìàñòåðàìè ñëîâà.>>\vfil} + +\def\alttext{\baselineskip2.5ex +\let\\=\par \chardef\cyrdash="C4 +\vtop{\setbox0=\hbox{—’Ž› ‚‹ž‹…›Œ €œ˜…\space}% +\ifdim\wd0>.475\hsize\hsize\wd0\else\hsize.475\hsize\fi +\glqq ƒ¤¥-â® ­  ¡¥«®¬ ᢥâ¥, \\ +’ ¬, £¤¥ ¢á¥£¤  ¬®à®§,\\ +’àãâáï ᯨ­®© ¬¥¤¢¥¤¨\\ +Ž §¥¬­ãî ®áì.\\ +Œ¨¬® ¯«ë¢ãâ á⮫¥âìï,\\ +‘¯ïâ ¯®¤® «ì¤®¬ ¬®àï,\\ +’àãâáï ®¡ ®áì ¬¥¤¢¥¤¨ \dash---\\ +‚¥àâ¨âáï ‡¥¬«ï.\\ +\vskip6pt +Šàãâïâ ®­¨ áâ à ïáì,\\ +‚¥àâïâ §¥¬­ãî ®áì,\\ +—â®¡ë ¢«î¡«¥­­ë¬ à ­ìè¥\\ +‚áâà¥â¨âìáï ¯à¨è«®áì,\\ +—â®¡ë ®¤­ ¦¤ë ãâ஬,\\ + ­ìè¥ ­  £®¤ ¨«ì ¤¢ ,\\ +Šâ®-⮠᪠§ « ª®¬ã-â®\\ +ƒ« ¢­ë¥ á«®¢ .\\ +\vskip6pt +‚‘‹…„ ‡€ ‚…‘…ˆŒ ‹ˆ‚…Œ\\ +€œ˜… ˆ„…’ €‘‘‚…’,\\ +ˆ „‹Ÿ „‚Žˆ• ‚‹ž‹…›•\\ +ŒŽƒŽ-ŒŽƒŽ ‹…’\\ +“„“’ ‘‚…Š€’œ ‡€ˆ–›,\\ +“„“’ “—œˆ ‡‚……’œ,\\ +“„…’ ’“Œ€ Š‹“ˆ’œ‘Ÿ,\\ +…‹›‰, Š€Š Œ…„‚…„œ.\grqq{}} +\vskip6pt +<<Š®£¤  ã ¬¥­ï ¢ àãª å ­®¢ ï ª­¨£ : ¯à¥¤¬¥â, ¨§£®â®¢«¥­­ë© ¢ ⨯®£à ä¨¨ à㪠¬¨ +­ ¡®à騪 , í⮣® ᢮¥£® த  £¥à®ï, á ¯®¬®éìî ¬ è¨­ë, ¨§®¡à¥â¥­­®© ª ª¨¬-â® +¤à㣨¬ £¥à®¥¬, ï çã¢áâ¢ãî, çâ® ¢ ¬®î ¦¨§­ì ¢®è«® çâ®-â® ¦¨¢®¥, £®¢®àï饥, +ç㤥᭮¥. â® ­®¢ë© § ¢¥â, ­ ¯¨á ­­ë© 祫®¢¥ª®¬ ® á ¬®¬ ᥡ¥, +® áãé¥á⢥, á ¬®¬ á«®¦­®¬, çâ® ¥áâì ­  ᢥâ¥, ® á ¬®¬ +§ £ ¤®ç­®¬, ® ­ ¨¡®«¥¥ ¤®á⮩­®¬ «î¡¢¨ \dash--- ® áãé¥á⢥, âà㤠¨ +¢®®¡à ¦¥­¨¥ ª®â®à®£® ᮧ¤ «¨ ¢á¥, çâ® ¥áâì ­  §¥¬«¥ ¢¥«¨ª®£® ¨ +¯à¥ªà á­®£®\dots{} Ÿ ¦¨¢ã ¢ ¬¨à¥, £¤¥ ᮢ¥à襭­® ­¥¢®§¬®¦­® ¯®­ïâì +祫®¢¥ª , ¥á«¨ ­¥ ç¨â âì ª­¨£, ª®â®àë¥ ® ­¥¬ ­ ¯¨á ­ë ­ è¨¬¨ +ã祭묨 ¨ ­ è¨¬¨ ¬ áâ¥à ¬¨ á«®¢ .>>\vfil} + +\def\koitext{\baselineskip2.5ex +\let\\=\par\def\cyrdash{\hbox to.8em{--\hss--}} +\vtop{\setbox0=\hbox{þôïâù ÷ìàâìåîîùí òáîøûå\space}% +\ifdim\wd0>.475\hsize\hsize\wd0\else\hsize.475\hsize\fi +\glqq çÄÅ-ÔÏ ÎÁ ÂÅÌÏÍ Ó×ÅÔÅ, \\ +ôÁÍ, ÇÄÅ ×ÓÅÇÄÁ ÍÏÒÏÚ,\\ +ôÒÕÔÓÑ ÓÐÉÎÏÊ ÍÅÄ×ÅÄÉ\\ +ï ÚÅÍÎÕÀ ÏÓØ.\\ +íÉÍÏ ÐÌÙ×ÕÔ ÓÔÏÌÅÔØÑ,\\ +óÐÑÔ ÐÏÄÏ ÌØÄÏÍ ÍÏÒÑ,\\ +ôÒÕÔÓÑ Ï ÏÓØ ÍÅÄ×ÅÄÉ \dash---\\ +÷ÅÒÔÉÔÓÑ úÅÍÌÑ.\\ +\vskip6pt +ëÒÕÔÑÔ ÏÎÉ ÓÔÁÒÁÑÓØ,\\ +÷ÅÒÔÑÔ ÚÅÍÎÕÀ ÏÓØ,\\ +þÔÏÂÙ ×ÌÀÂÌÅÎÎÙÍ ÒÁÎØÛÅ\\ +÷ÓÔÒÅÔÉÔØÓÑ ÐÒÉÛÌÏÓØ,\\ +þÔÏÂÙ ÏÄÎÁÖÄÙ ÕÔÒÏÍ,\\ +òÁÎØÛÅ ÎÁ ÇÏÄ ÉÌØ Ä×Á,\\ +ëÔÏ-ÔÏ ÓËÁÚÁÌ ËÏÍÕ-ÔÏ\\ +çÌÁ×ÎÙÅ ÓÌÏ×Á.\\ +\vskip6pt +÷óìåä úá ÷åóåîîéí ìé÷îåí\\ +òáîøûå ðòéäåô òáóó÷åô,\\ +é äìñ ä÷ïéè ÷ìàâìåîîùè\\ +íîïçï-íîïçï ìåô\\ +âõäõô ó÷åòëáôø úáòîéãù,\\ +âõäõô òõþøé ú÷åîåôø,\\ +âõäåô ôõíáî ëìõâéôøóñ,\\ +âåìùê, ëáë íåä÷åäø.\grqq{}} +\vskip6pt +<<ëÏÇÄÁ Õ ÍÅÎÑ × ÒÕËÁÈ ÎÏ×ÁÑ ËÎÉÇÁ: ÐÒÅÄÍÅÔ, ÉÚÇÏÔÏ×ÌÅÎÎÙÊ × ÔÉÐÏÇÒÁÆÉÉ ÒÕËÁÍÉ +ÎÁÂÏÒÝÉËÁ, ÜÔÏÇÏ Ó×ÏÅÇÏ ÒÏÄÁ ÇÅÒÏÑ, Ó ÐÏÍÏÝØÀ ÍÁÛÉÎÙ, ÉÚÏÂÒÅÔÅÎÎÏÊ ËÁËÉÍ-ÔÏ +ÄÒÕÇÉÍ ÇÅÒÏÅÍ, Ñ ÞÕ×ÓÔ×ÕÀ, ÞÔÏ × ÍÏÀ ÖÉÚÎØ ×ÏÛÌÏ ÞÔÏ-ÔÏ ÖÉ×ÏÅ, ÇÏ×ÏÒÑÝÅÅ, +ÞÕÄÅÓÎÏÅ. üÔÏ ÎÏ×ÙÊ ÚÁ×ÅÔ, ÎÁÐÉÓÁÎÎÙÊ ÞÅÌÏ×ÅËÏÍ Ï ÓÁÍÏÍ ÓÅÂÅ, +Ï ÓÕÝÅÓÔ×Å, ÓÁÍÏÍ ÓÌÏÖÎÏÍ, ÞÔÏ ÅÓÔØ ÎÁ Ó×ÅÔÅ, Ï ÓÁÍÏÍ +ÚÁÇÁÄÏÞÎÏÍ, Ï ÎÁÉÂÏÌÅÅ ÄÏÓÔÏÊÎÏÍ ÌÀÂ×É \dash--- Ï ÓÕÝÅÓÔ×Å, ÔÒÕÄ É +×ÏÏÂÒÁÖÅÎÉÅ ËÏÔÏÒÏÇÏ ÓÏÚÄÁÌÉ ×ÓÅ, ÞÔÏ ÅÓÔØ ÎÁ ÚÅÍÌÅ ×ÅÌÉËÏÇÏ É +ÐÒÅËÒÁÓÎÏÇÏ\dots{} ñ ÖÉ×Õ × ÍÉÒÅ, ÇÄÅ ÓÏ×ÅÒÛÅÎÎÏ ÎÅ×ÏÚÍÏÖÎÏ ÐÏÎÑÔØ +ÞÅÌÏ×ÅËÁ, ÅÓÌÉ ÎÅ ÞÉÔÁÔØ ËÎÉÇ, ËÏÔÏÒÙÅ Ï ÎÅÍ ÎÁÐÉÓÁÎÙ ÎÁÛÉÍÉ +ÕÞÅÎÙÍÉ É ÎÁÛÉÍÉ ÍÁÓÔÅÒÁÍÉ ÓÌÏ×Á.>>\vfil} + +\newdimen\dImen +\def\wntext{\baselineskip2.5ex +\let\\=\par \def\cyrdash{\hbox to.8em{--\hss--}} +\chardef\atcode=\catcode`\@ +\catcode`\@=11 +\def\set@low@box##1{\setbox2\hbox{,}\setbox0\hbox{##1}% + \setbox0\hbox{\dImen\ht0\advance\dImen-\ht2\lower\dImen\box0}% + \ht0\ht2 \dp0\dp2} +\def\save@sf@q##1{{\ifhmode \edef\@SF{\spacefactor\the\spacefactor}\else + \let\@SF\empty \fi \leavevmode ##1\@SF}} +\def\glqq{\save@sf@q{\set@low@box{''\/}\box\z@\kern-.04em\penalty10000\hskip0pt}} +\catcode`\@=12 +\vtop{\setbox0=\hbox{VSLED ZA VESENNIM LIVNEM\qquad}% +\ifdim\wd0>.475\hsize\hsize\wd0\else\hsize.475\hsize\fi +{%\advance\baselineskip-1pt +Gde-to na belom svete,\\ +Tam, gde vsegda moroz,\\ +Trut\/sya spinoi0 medvedi\\ +O zemnuyu osp1.\\ +Mimo plyvut stoletp1ya,\\ +Spyat podo lp1dom morya,\\ +Trut\/sya ob osp1 medvedi \dash---\\ +Vertit\/sya Zemlya.\\ +\vskip6pt +Krutyat oni starayasp1,\\ +Vertyat zemnuyu osp1,\\ +Chtoby vlyublennym ranp1she\\ +Vstretitp1sya prishlosp1.\\ +Chtoby odnazhdy utrom,\\ +Ranp1she na god ilp1 dva,\\ +Kto-to skazal komu-to\\ +Glavnye slova.\\} +\vskip6pt +{\advance\baselineskip1pt +VSLED ZA VESENNIM LIVNEM\\ +RANP1SHE PRIDET RASSVET,\\ +I DLYA DVOIH VLYUBLENNYH\\ +MNOGO-MNOGO LET\\ +BUDUT SVERKATP1 ZARNICY,\\ +BUDUT RUCHP1I ZVENETP1,\\ +BUDET TUMAN KLUBITP1SYA,\\ +BELYI0, KAK MEDVEDP1.\\}} +\vtop{% +\par}\par +{\offinterlineskip\let\qquad\par +\def\bukva##1{\strut$\underline{\hbox{##1}}$~\ignorespaces}% +\vskip6pt +Test na ligatury:\vskip2pt +\bukva{D{\tt(D)}:} D1{\tt(D1=DJE)}; D2{\tt(D2=DZHE)}; % + D3{\tt(D3=LAT\char`\_S)}; DJ{\tt(DJ=DJE)}; Dj{\tt(Dj=DJE)};\par% +\bukva{L{\tt(L)}:} L1{\tt(L1=LJE)}; LJ{\tt(LJ=LJE)}; Lj{\tt(Lj=LJE)};\par% +\bukva{Z{\tt(Z)}:} Z1{\tt(Z1=ZH)}; ZH{\tt(ZH=ZH)}; Zh{\tt(Zh=ZH)};\par% +\bukva{E{\tt(E)}:} E0{\tt(E0=YO)}; E1{\tt(E1=EREV)}; E2{\tt(E2=UKR\char`\_E)};\par% +\bukva{S{\tt(S)}:} SH{\tt(SH=SH)}; Sh{\tt(Sh=SH)};\par% +\bukva{C{\tt(C)}:} C1{\tt(C1=TSHE)}; CH{\tt(CH=CH)}; Ch{\tt(Ch=CH)};\par% +\bukva{K{\tt(K)}:} KH{\tt(KH=H)}; Kh{\tt(Kh=H)};\qquad% +\bukva{T{\tt(T)}:} TS{\tt(TS=C)}; Ts{\tt(Ts=C)};\par% +\bukva{6{\tt(6)}:} 6h{\tt(6h=SHCH)}; 6H{\tt(6H=SHCH)};\par% +\bukva{I{\tt(I)}:} I0{\tt(I0=I\char`\_shrt)}; I1{\tt(I1=LAT\char`\_I)};\qquad% +\bukva{J{\tt(J)}:} J1{\tt(J1=YA)}; J2{\tt(J2=YU)};\par% +\bukva{N{\tt(N)}:} N0{\tt(N0=No)}; N1{\tt(N1=NJE)}; NJ{\tt(NJ=NJE)}; Nj{\tt(Nj=NJE)};\par% +\bukva{P{\tt(P)}:} P1{\tt(P1=SFTSN)}; P2{\tt(P2=HRDSN)};\par% +\bukva{X{\tt(X)}:} XQ{\tt(XQ=SHCH)}; Xq{\tt(Xq=SHCH)}; XC{\tt(XC=6)}; Xc{\tt(Xc=6)};\par% +\bukva{Y{\tt(Y)}:} YA{\tt(YA=YA)}; Ya{\tt(Ya=YA)}; YU{\tt(YU=YU)}; Yu{\tt(Yu=YU)};\par% +\vskip4pt% +\bukva{d{\tt(d)}:} d1{\tt(d1=dje)}; d2{\tt(d2=dzhe)}; % + d2{\tt(d2=lat\char`\_s)}; dj{\tt(dj=dje)};\par% +\bukva{l{\tt(l)}:} l1{\tt(l1=lje)}; lj{\tt(lj=lje)};\qquad% +\bukva{z{\tt(z)}:} z1{\tt(z1=zh)}; zh{\tt(zh=zh)};\par% +\bukva{e{\tt(e)}:} e0{\tt(z0=yo)}; e1{\tt(z1=erev)}; e2{\tt(z2=ukr\char`\_e)};\qquad% +\bukva{s{\tt(s)}:} sh{\tt(sh=sh)};\par% +\bukva{c{\tt(c)}:} c1{\tt(c1=tshe)}; ch{\tt(ch=ch)};\qquad% +\bukva{k{\tt(k)}:} kh{\tt(kh=h)};\qquad% +\bukva{t{\tt(t)}:} ts{\tt(ts=c)};\par% +\bukva{7{\tt(7)}:} 7h{\tt(7h=shch)};\qquad% +\bukva{i{\tt(i)}:} i0{\tt(i0=i\char`\_shrt)}; i1{\tt(i1=lat\char`\_i)};\par% +\bukva{j{\tt(j)}:} j1{\tt(j1=ya)}; j2{\tt(j2=yu)};\qquad% +\bukva{n{\tt(n)}:} n1{\tt(n1=nje)}; nj{\tt(nj=nje)};\par% +\bukva{p{\tt(p)}:} p1{\tt(p1=sftsn)}; p2{\tt(p2=hrdsn)};\qquad% +\bukva{x{\tt(x)}:} xq{\tt(xq=shch)}; xc{\tt(xc=7)};\par% +\bukva{y{\tt(y)}:} ya{\tt(ya=ya)}; yu{\tt(yu=yu)};\par +\bukva{[{\tt([)}:} [[{\tt([[)}\par +\bukva{]{\tt(])}:} ]]{\tt(]])}\par +\bukva{<{\tt(<)}:} <<{\tt(<<)}\par +\bukva{>{\tt(>)}:} >>{\tt(>>)}\par} +%% +\vfil} + +\def\engtext{\baselineskip2.5ex +Whenewer I take into my hands a new book, an object that has been prepared in +the printshop ``by the hands of that hero, the compositor, and printed on +machines invented by some other hero,'' I feel that something living, +communicative and miraculous has come into my life. \uppercase{This is a new +testament, written by a man about himself, about a creature, that works and +dreams and creates all great and beautiful things in the world\dots} I live in +the world, where it's impossible to understand a man without reading books +about him.\vfil} diff -Nru texlive-lang-2007.dfsg.4/texmf-dist/doc/fonts/lh/fonttest/testtext.tex texlive-lang-2009/texmf-dist/doc/fonts/lh/fonttest/testtext.tex --- texlive-lang-2007.dfsg.4/texmf-dist/doc/fonts/lh/fonttest/testtext.tex 2006-07-01 23:18:57.000000000 +0100 +++ texlive-lang-2009/texmf-dist/doc/fonts/lh/fonttest/testtext.tex 1970-01-01 01:00:00.000000000 +0100 @@ -1,261 +0,0 @@ -% -% testtext.tex -% -%% Cyrillic font container with T2 encoding beta-support -% -% This file is future part of lxfonts package -% Version 3.5 // Patchlevel=0 -% (c) O.Lapko -% -% This package is freeware product under conditions similar to -% those of D. E. Knuth specified for the Computer Modern family of fonts. -% In particular, only the authors are entitled to modify this file -% (and all this package as well) and to save it under the same name. -% -% Content: -% -% TeX file with text for testing kerns between letters in fonts -% -%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -% -\def\grqq{\kern-.07em``} -\def\glqq{,,\penalty10000\hskip0pt} -\def\dash---{\ifdim\lastskip>0pt\unskip\fi\kern.2em\cyrdash -\hskip.2em\ignorespaces} - -\def\moretext{\baselineskip2.5ex -\let\\=\par \chardef\cyrdash="16 -\vtop{\setbox0=\hbox{×ÒÎÁÛ ÂËÞÁËÅÍÍÛÌ ÐÀÍÜØÅ\space}% -\ifdim\wd0>.475\hsize\hsize\wd0\else\hsize.475\hsize\fi -\glqq Ãäå-òî íà áåëîì ñâåòå, \\ -Òàì, ãäå âñåãäà ìîðîç,\\ -Òðóòñÿ ñïèíîé ìåäâåäè\\ -Î çåìíóþ îñü.\\ -Ìèìî ïëûâóò ñòîëåòüÿ,\\ -Ñïÿò ïîäî ëüäîì ìîðÿ,\\ -Òðóòñÿ îá îñü ìåäâåäè \dash---\\ -Âåðòèòñÿ Çåìëÿ.\\ -\vskip6pt -Êðóòÿò îíè ñòàðàÿñü,\\ -Âåðòÿò çåìíóþ îñü,\\ -×òîáû âëþáëåííûì ðàíüøå\\ -Âñòðåòèòüñÿ ïðèøëîñü,\\ -×òîáû îäíàæäû óòðîì,\\ -Ðàíüøå íà ãîä èëü äâà,\\ -Êòî-òî ñêàçàë êîìó-òî\\ -Ãëàâíûå ñëîâà.\\ -\vskip6pt -ÂÑËÅÄ ÇÀ ÂÅÑÅÍÍÈÌ ËÈÂÍÅÌ\\ -ÐÀÍÜØÅ ÏÐÈÄÅÒ ÐÀÑÑÂÅÒ,\\ -È ÄËß ÄÂÎÈÕ ÂËÞÁËÅÍÍÛÕ\\ -ÌÍÎÃÎ-ÌÍÎÃÎ ËÅÒ\\ -ÁÓÄÓÒ ÑÂÅÐÊÀÒÜ ÇÀÐÍÈÖÛ,\\ -ÁÓÄÓÒ ÐÓ×ÜÈ ÇÂÅÍÅÒÜ,\\ -ÁÓÄÅÒ ÒÓÌÀÍ ÊËÓÁÈÒÜÑß,\\ -ÁÅËÛÉ, ÊÀÊ ÌÅÄÂÅÄÜ.\grqq{}} -\vskip6pt -<<Êîãäà ó ìåíÿ â ðóêàõ íîâàÿ êíèãà: ïðåäìåò, èçãîòîâëåííûé â òèïîãðàôèè ðóêàìè -íàáîðùèêà, ýòîãî ñâîåãî ðîäà ãåðîÿ, ñ ïîìîùüþ ìàøèíû, èçîáðåòåííîé êàêèì-òî -äðóãèì ãåðîåì, ÿ ÷óâñòâóþ, ÷òî â ìîþ æèçíü âîøëî ÷òî-òî æèâîå, ãîâîðÿùåå, -÷óäåñíîå. Ýòî íîâûé çàâåò, íàïèñàííûé ÷åëîâåêîì î ñàìîì ñåáå, -î ñóùåñòâå, ñàìîì ñëîæíîì, ÷òî åñòü íà ñâåòå, î ñàìîì -çàãàäî÷íîì, î íàèáîëåå äîñòîéíîì ëþáâè \dash--- î ñóùåñòâå, òðóä è -âîîáðàæåíèå êîòîðîãî ñîçäàëè âñå, ÷òî åñòü íà çåìëå âåëèêîãî è -ïðåêðàñíîãî\dots{} ß æèâó â ìèðå, ãäå ñîâåðøåííî íåâîçìîæíî ïîíÿòü -÷åëîâåêà, åñëè íå ÷èòàòü êíèã, êîòîðûå î íåì íàïèñàíû íàøèìè -ó÷åíûìè è íàøèìè ìàñòåðàìè ñëîâà.>>\vfil} - -\def\alttext{\baselineskip2.5ex -\let\\=\par \chardef\cyrdash="C4 -\vtop{\setbox0=\hbox{—’Ž› ‚‹ž‹…›Œ €œ˜…\space}% -\ifdim\wd0>.475\hsize\hsize\wd0\else\hsize.475\hsize\fi -\glqq ƒ¤¥-â® ­  ¡¥«®¬ ᢥâ¥, \\ -’ ¬, £¤¥ ¢á¥£¤  ¬®à®§,\\ -’àãâáï ᯨ­®© ¬¥¤¢¥¤¨\\ -Ž §¥¬­ãî ®áì.\\ -Œ¨¬® ¯«ë¢ãâ á⮫¥âìï,\\ -‘¯ïâ ¯®¤® «ì¤®¬ ¬®àï,\\ -’àãâáï ®¡ ®áì ¬¥¤¢¥¤¨ \dash---\\ -‚¥àâ¨âáï ‡¥¬«ï.\\ -\vskip6pt -Šàãâïâ ®­¨ áâ à ïáì,\\ -‚¥àâïâ §¥¬­ãî ®áì,\\ -—â®¡ë ¢«î¡«¥­­ë¬ à ­ìè¥\\ -‚áâà¥â¨âìáï ¯à¨è«®áì,\\ -—â®¡ë ®¤­ ¦¤ë ãâ஬,\\ - ­ìè¥ ­  £®¤ ¨«ì ¤¢ ,\\ -Šâ®-⮠᪠§ « ª®¬ã-â®\\ -ƒ« ¢­ë¥ á«®¢ .\\ -\vskip6pt -‚‘‹…„ ‡€ ‚…‘…ˆŒ ‹ˆ‚…Œ\\ -€œ˜… ˆ„…’ €‘‘‚…’,\\ -ˆ „‹Ÿ „‚Žˆ• ‚‹ž‹…›•\\ -ŒŽƒŽ-ŒŽƒŽ ‹…’\\ -“„“’ ‘‚…Š€’œ ‡€ˆ–›,\\ -“„“’ “—œˆ ‡‚……’œ,\\ -“„…’ ’“Œ€ Š‹“ˆ’œ‘Ÿ,\\ -…‹›‰, Š€Š Œ…„‚…„œ.\grqq{}} -\vskip6pt -<<Š®£¤  ã ¬¥­ï ¢ àãª å ­®¢ ï ª­¨£ : ¯à¥¤¬¥â, ¨§£®â®¢«¥­­ë© ¢ ⨯®£à ä¨¨ à㪠¬¨ -­ ¡®à騪 , í⮣® ᢮¥£® த  £¥à®ï, á ¯®¬®éìî ¬ è¨­ë, ¨§®¡à¥â¥­­®© ª ª¨¬-â® -¤à㣨¬ £¥à®¥¬, ï çã¢áâ¢ãî, çâ® ¢ ¬®î ¦¨§­ì ¢®è«® çâ®-â® ¦¨¢®¥, £®¢®àï饥, -ç㤥᭮¥. â® ­®¢ë© § ¢¥â, ­ ¯¨á ­­ë© 祫®¢¥ª®¬ ® á ¬®¬ ᥡ¥, -® áãé¥á⢥, á ¬®¬ á«®¦­®¬, çâ® ¥áâì ­  ᢥâ¥, ® á ¬®¬ -§ £ ¤®ç­®¬, ® ­ ¨¡®«¥¥ ¤®á⮩­®¬ «î¡¢¨ \dash--- ® áãé¥á⢥, âà㤠¨ -¢®®¡à ¦¥­¨¥ ª®â®à®£® ᮧ¤ «¨ ¢á¥, çâ® ¥áâì ­  §¥¬«¥ ¢¥«¨ª®£® ¨ -¯à¥ªà á­®£®\dots{} Ÿ ¦¨¢ã ¢ ¬¨à¥, £¤¥ ᮢ¥à襭­® ­¥¢®§¬®¦­® ¯®­ïâì -祫®¢¥ª , ¥á«¨ ­¥ ç¨â âì ª­¨£, ª®â®àë¥ ® ­¥¬ ­ ¯¨á ­ë ­ è¨¬¨ -ã祭묨 ¨ ­ è¨¬¨ ¬ áâ¥à ¬¨ á«®¢ .>>\vfil} - -\def\koitext{\baselineskip2.5ex -\let\\=\par\def\cyrdash{\hbox to.8em{--\hss--}} -\vtop{\setbox0=\hbox{þôïâù ÷ìàâìåîîùí òáîøûå\space}% -\ifdim\wd0>.475\hsize\hsize\wd0\else\hsize.475\hsize\fi -\glqq çÄÅ-ÔÏ ÎÁ ÂÅÌÏÍ Ó×ÅÔÅ, \\ -ôÁÍ, ÇÄÅ ×ÓÅÇÄÁ ÍÏÒÏÚ,\\ -ôÒÕÔÓÑ ÓÐÉÎÏÊ ÍÅÄ×ÅÄÉ\\ -ï ÚÅÍÎÕÀ ÏÓØ.\\ -íÉÍÏ ÐÌÙ×ÕÔ ÓÔÏÌÅÔØÑ,\\ -óÐÑÔ ÐÏÄÏ ÌØÄÏÍ ÍÏÒÑ,\\ -ôÒÕÔÓÑ Ï ÏÓØ ÍÅÄ×ÅÄÉ \dash---\\ -÷ÅÒÔÉÔÓÑ úÅÍÌÑ.\\ -\vskip6pt -ëÒÕÔÑÔ ÏÎÉ ÓÔÁÒÁÑÓØ,\\ -÷ÅÒÔÑÔ ÚÅÍÎÕÀ ÏÓØ,\\ -þÔÏÂÙ ×ÌÀÂÌÅÎÎÙÍ ÒÁÎØÛÅ\\ -÷ÓÔÒÅÔÉÔØÓÑ ÐÒÉÛÌÏÓØ,\\ -þÔÏÂÙ ÏÄÎÁÖÄÙ ÕÔÒÏÍ,\\ -òÁÎØÛÅ ÎÁ ÇÏÄ ÉÌØ Ä×Á,\\ -ëÔÏ-ÔÏ ÓËÁÚÁÌ ËÏÍÕ-ÔÏ\\ -çÌÁ×ÎÙÅ ÓÌÏ×Á.\\ -\vskip6pt -÷óìåä úá ÷åóåîîéí ìé÷îåí\\ -òáîøûå ðòéäåô òáóó÷åô,\\ -é äìñ ä÷ïéè ÷ìàâìåîîùè\\ -íîïçï-íîïçï ìåô\\ -âõäõô ó÷åòëáôø úáòîéãù,\\ -âõäõô òõþøé ú÷åîåôø,\\ -âõäåô ôõíáî ëìõâéôøóñ,\\ -âåìùê, ëáë íåä÷åäø.\grqq{}} -\vskip6pt -<<ëÏÇÄÁ Õ ÍÅÎÑ × ÒÕËÁÈ ÎÏ×ÁÑ ËÎÉÇÁ: ÐÒÅÄÍÅÔ, ÉÚÇÏÔÏ×ÌÅÎÎÙÊ × ÔÉÐÏÇÒÁÆÉÉ ÒÕËÁÍÉ -ÎÁÂÏÒÝÉËÁ, ÜÔÏÇÏ Ó×ÏÅÇÏ ÒÏÄÁ ÇÅÒÏÑ, Ó ÐÏÍÏÝØÀ ÍÁÛÉÎÙ, ÉÚÏÂÒÅÔÅÎÎÏÊ ËÁËÉÍ-ÔÏ -ÄÒÕÇÉÍ ÇÅÒÏÅÍ, Ñ ÞÕ×ÓÔ×ÕÀ, ÞÔÏ × ÍÏÀ ÖÉÚÎØ ×ÏÛÌÏ ÞÔÏ-ÔÏ ÖÉ×ÏÅ, ÇÏ×ÏÒÑÝÅÅ, -ÞÕÄÅÓÎÏÅ. üÔÏ ÎÏ×ÙÊ ÚÁ×ÅÔ, ÎÁÐÉÓÁÎÎÙÊ ÞÅÌÏ×ÅËÏÍ Ï ÓÁÍÏÍ ÓÅÂÅ, -Ï ÓÕÝÅÓÔ×Å, ÓÁÍÏÍ ÓÌÏÖÎÏÍ, ÞÔÏ ÅÓÔØ ÎÁ Ó×ÅÔÅ, Ï ÓÁÍÏÍ -ÚÁÇÁÄÏÞÎÏÍ, Ï ÎÁÉÂÏÌÅÅ ÄÏÓÔÏÊÎÏÍ ÌÀÂ×É \dash--- Ï ÓÕÝÅÓÔ×Å, ÔÒÕÄ É -×ÏÏÂÒÁÖÅÎÉÅ ËÏÔÏÒÏÇÏ ÓÏÚÄÁÌÉ ×ÓÅ, ÞÔÏ ÅÓÔØ ÎÁ ÚÅÍÌÅ ×ÅÌÉËÏÇÏ É -ÐÒÅËÒÁÓÎÏÇÏ\dots{} ñ ÖÉ×Õ × ÍÉÒÅ, ÇÄÅ ÓÏ×ÅÒÛÅÎÎÏ ÎÅ×ÏÚÍÏÖÎÏ ÐÏÎÑÔØ -ÞÅÌÏ×ÅËÁ, ÅÓÌÉ ÎÅ ÞÉÔÁÔØ ËÎÉÇ, ËÏÔÏÒÙÅ Ï ÎÅÍ ÎÁÐÉÓÁÎÙ ÎÁÛÉÍÉ -ÕÞÅÎÙÍÉ É ÎÁÛÉÍÉ ÍÁÓÔÅÒÁÍÉ ÓÌÏ×Á.>>\vfil} - -\newdimen\dImen -\def\wntext{\baselineskip2.5ex -\let\\=\par \def\cyrdash{\hbox to.8em{--\hss--}} -\chardef\atcode=\catcode`\@ -\catcode`\@=11 -\def\set@low@box##1{\setbox2\hbox{,}\setbox0\hbox{##1}% - \setbox0\hbox{\dImen\ht0\advance\dImen-\ht2\lower\dImen\box0}% - \ht0\ht2 \dp0\dp2} -\def\save@sf@q##1{{\ifhmode \edef\@SF{\spacefactor\the\spacefactor}\else - \let\@SF\empty \fi \leavevmode ##1\@SF}} -\def\glqq{\save@sf@q{\set@low@box{''\/}\box\z@\kern-.04em\penalty10000\hskip0pt}} -\catcode`\@=12 -\vtop{\setbox0=\hbox{VSLED ZA VESENNIM LIVNEM\qquad}% -\ifdim\wd0>.475\hsize\hsize\wd0\else\hsize.475\hsize\fi -{%\advance\baselineskip-1pt -Gde-to na belom svete,\\ -Tam, gde vsegda moroz,\\ -Trut\/sya spinoi0 medvedi\\ -O zemnuyu osp1.\\ -Mimo plyvut stoletp1ya,\\ -Spyat podo lp1dom morya,\\ -Trut\/sya ob osp1 medvedi \dash---\\ -Vertit\/sya Zemlya.\\ -\vskip6pt -Krutyat oni starayasp1,\\ -Vertyat zemnuyu osp1,\\ -Chtoby vlyublennym ranp1she\\ -Vstretitp1sya prishlosp1.\\ -Chtoby odnazhdy utrom,\\ -Ranp1she na god ilp1 dva,\\ -Kto-to skazal komu-to\\ -Glavnye slova.\\} -\vskip6pt -{\advance\baselineskip1pt -VSLED ZA VESENNIM LIVNEM\\ -RANP1SHE PRIDET RASSVET,\\ -I DLYA DVOIH VLYUBLENNYH\\ -MNOGO-MNOGO LET\\ -BUDUT SVERKATP1 ZARNICY,\\ -BUDUT RUCHP1I ZVENETP1,\\ -BUDET TUMAN KLUBITP1SYA,\\ -BELYI0, KAK MEDVEDP1.\\}} -\vtop{% -\par}\par -{\offinterlineskip\let\qquad\par -\def\bukva##1{\strut$\underline{\hbox{##1}}$~\ignorespaces}% -\vskip6pt -Test na ligatury:\vskip2pt -\bukva{D{\tt(D)}:} D1{\tt(D1=DJE)}; D2{\tt(D2=DZHE)}; % - D3{\tt(D3=LAT\char`\_S)}; DJ{\tt(DJ=DJE)}; Dj{\tt(Dj=DJE)};\par% -\bukva{L{\tt(L)}:} L1{\tt(L1=LJE)}; LJ{\tt(LJ=LJE)}; Lj{\tt(Lj=LJE)};\par% -\bukva{Z{\tt(Z)}:} Z1{\tt(Z1=ZH)}; ZH{\tt(ZH=ZH)}; Zh{\tt(Zh=ZH)};\par% -\bukva{E{\tt(E)}:} E0{\tt(E0=YO)}; E1{\tt(E1=EREV)}; E2{\tt(E2=UKR\char`\_E)};\par% -\bukva{S{\tt(S)}:} SH{\tt(SH=SH)}; Sh{\tt(Sh=SH)};\par% -\bukva{C{\tt(C)}:} C1{\tt(C1=TSHE)}; CH{\tt(CH=CH)}; Ch{\tt(Ch=CH)};\par% -\bukva{K{\tt(K)}:} KH{\tt(KH=H)}; Kh{\tt(Kh=H)};\qquad% -\bukva{T{\tt(T)}:} TS{\tt(TS=C)}; Ts{\tt(Ts=C)};\par% -\bukva{6{\tt(6)}:} 6h{\tt(6h=SHCH)}; 6H{\tt(6H=SHCH)};\par% -\bukva{I{\tt(I)}:} I0{\tt(I0=I\char`\_shrt)}; I1{\tt(I1=LAT\char`\_I)};\qquad% -\bukva{J{\tt(J)}:} J1{\tt(J1=YA)}; J2{\tt(J2=YU)};\par% -\bukva{N{\tt(N)}:} N0{\tt(N0=No)}; N1{\tt(N1=NJE)}; NJ{\tt(NJ=NJE)}; Nj{\tt(Nj=NJE)};\par% -\bukva{P{\tt(P)}:} P1{\tt(P1=SFTSN)}; P2{\tt(P2=HRDSN)};\par% -\bukva{X{\tt(X)}:} XQ{\tt(XQ=SHCH)}; Xq{\tt(Xq=SHCH)}; XC{\tt(XC=6)}; Xc{\tt(Xc=6)};\par% -\bukva{Y{\tt(Y)}:} YA{\tt(YA=YA)}; Ya{\tt(Ya=YA)}; YU{\tt(YU=YU)}; Yu{\tt(Yu=YU)};\par% -\vskip4pt% -\bukva{d{\tt(d)}:} d1{\tt(d1=dje)}; d2{\tt(d2=dzhe)}; % - d2{\tt(d2=lat\char`\_s)}; dj{\tt(dj=dje)};\par% -\bukva{l{\tt(l)}:} l1{\tt(l1=lje)}; lj{\tt(lj=lje)};\qquad% -\bukva{z{\tt(z)}:} z1{\tt(z1=zh)}; zh{\tt(zh=zh)};\par% -\bukva{e{\tt(e)}:} e0{\tt(z0=yo)}; e1{\tt(z1=erev)}; e2{\tt(z2=ukr\char`\_e)};\qquad% -\bukva{s{\tt(s)}:} sh{\tt(sh=sh)};\par% -\bukva{c{\tt(c)}:} c1{\tt(c1=tshe)}; ch{\tt(ch=ch)};\qquad% -\bukva{k{\tt(k)}:} kh{\tt(kh=h)};\qquad% -\bukva{t{\tt(t)}:} ts{\tt(ts=c)};\par% -\bukva{7{\tt(7)}:} 7h{\tt(7h=shch)};\qquad% -\bukva{i{\tt(i)}:} i0{\tt(i0=i\char`\_shrt)}; i1{\tt(i1=lat\char`\_i)};\par% -\bukva{j{\tt(j)}:} j1{\tt(j1=ya)}; j2{\tt(j2=yu)};\qquad% -\bukva{n{\tt(n)}:} n1{\tt(n1=nje)}; nj{\tt(nj=nje)};\par% -\bukva{p{\tt(p)}:} p1{\tt(p1=sftsn)}; p2{\tt(p2=hrdsn)};\qquad% -\bukva{x{\tt(x)}:} xq{\tt(xq=shch)}; xc{\tt(xc=7)};\par% -\bukva{y{\tt(y)}:} ya{\tt(ya=ya)}; yu{\tt(yu=yu)};\par -\bukva{[{\tt([)}:} [[{\tt([[)}\par -\bukva{]{\tt(])}:} ]]{\tt(]])}\par -\bukva{<{\tt(<)}:} <<{\tt(<<)}\par -\bukva{>{\tt(>)}:} >>{\tt(>>)}\par} -%% -\vfil} - -\def\engtext{\baselineskip2.5ex -Whenewer I take into my hands a new book, an object that has been prepared in -the printshop ``by the hands of that hero, the compositor, and printed on -machines invented by some other hero,'' I feel that something living, -communicative and miraculous has come into my life. \uppercase{This is a new -testament, written by a man about himself, about a creature, that works and -dreams and creates all great and beautiful things in the world\dots} I live in -the world, where it's impossible to understand a man without reading books -about him.\vfil} diff -Nru texlive-lang-2007.dfsg.4/texmf-dist/doc/fonts/lh/fonttest/wn-comp.tex texlive-lang-2009/texmf-dist/doc/fonts/lh/fonttest/wn-comp.tex --- texlive-lang-2007.dfsg.4/texmf-dist/doc/fonts/lh/fonttest/wn-comp.tex 2006-07-01 23:18:57.000000000 +0100 +++ texlive-lang-2009/texmf-dist/doc/fonts/lh/fonttest/wn-comp.tex 2009-08-23 01:18:32.000000000 +0100 @@ -22,7 +22,7 @@ \vsize10in \voffset-.5in\eject \let\noinit!\input testfox -\input testtext +\input testLHtxt \let\xtables\xtable\def\medskip{\par\kern-8pt} \def\FontPage#1{\medbreak\vbox\bgroup\def\fontname{#1}\startfont\xtable\egroup\vfill} \FontPage{wnr10} diff -Nru texlive-lang-2007.dfsg.4/texmf-dist/doc/fonts/lh/fonttest/wn-fmap.tex texlive-lang-2009/texmf-dist/doc/fonts/lh/fonttest/wn-fmap.tex --- texlive-lang-2007.dfsg.4/texmf-dist/doc/fonts/lh/fonttest/wn-fmap.tex 2006-07-01 23:18:57.000000000 +0100 +++ texlive-lang-2009/texmf-dist/doc/fonts/lh/fonttest/wn-fmap.tex 2009-08-23 01:18:32.000000000 +0100 @@ -22,7 +22,7 @@ \vsize10in \voffset-.5in\eject \let\noinit!\input testfox -\input testtext +\input testLHtxt \def\FontPage#1{\medbreak\vbox\bgroup\def\fontname{#1}\startfont\xtable\vfil\eject\alttext\vfil\eject} \def\fontii{wn} \input katalog1.lh diff -Nru texlive-lang-2007.dfsg.4/texmf-dist/doc/fonts/lh/fonttest/wn-text.tex texlive-lang-2009/texmf-dist/doc/fonts/lh/fonttest/wn-text.tex --- texlive-lang-2007.dfsg.4/texmf-dist/doc/fonts/lh/fonttest/wn-text.tex 2006-07-01 23:18:57.000000000 +0100 +++ texlive-lang-2009/texmf-dist/doc/fonts/lh/fonttest/wn-text.tex 2009-08-23 01:18:32.000000000 +0100 @@ -22,7 +22,7 @@ \vsize10in \voffset-.5in\eject \let\noinit!\input testfox -\input testtext +\input testLHtxt \def\FontPage#1{\medbreak\vbox\bgroup\def\fontname{#1}\strut\startfont\wntext\vfil} \def\fontii{wn} \input katalog1.lh diff -Nru texlive-lang-2007.dfsg.4/texmf-dist/doc/fonts/lh/fonttest/x2-text.tex texlive-lang-2009/texmf-dist/doc/fonts/lh/fonttest/x2-text.tex --- texlive-lang-2007.dfsg.4/texmf-dist/doc/fonts/lh/fonttest/x2-text.tex 2006-07-01 23:18:57.000000000 +0100 +++ texlive-lang-2009/texmf-dist/doc/fonts/lh/fonttest/x2-text.tex 2009-08-23 01:18:32.000000000 +0100 @@ -22,7 +22,7 @@ \vsize10in \voffset-.5in\eject \let\noinit!\input testfox -\input testtext +\input testLHtxt \def\FontPage#1{\medbreak\vbox\bgroup\def\fontname{#1}\strut\startfont\moretext\egroup\vfill} \def\fontii{rx} %Only main sizes diff -Nru texlive-lang-2007.dfsg.4/texmf-dist/doc/fonts/lh/fonttest/xsl-text.tex texlive-lang-2009/texmf-dist/doc/fonts/lh/fonttest/xsl-text.tex --- texlive-lang-2007.dfsg.4/texmf-dist/doc/fonts/lh/fonttest/xsl-text.tex 2006-07-01 23:18:57.000000000 +0100 +++ texlive-lang-2009/texmf-dist/doc/fonts/lh/fonttest/xsl-text.tex 2009-08-23 01:18:32.000000000 +0100 @@ -22,7 +22,7 @@ \vsize10in \voffset-.5in\eject \let\noinit!\input testfox -\input testtext +\input testLHtxt \def\FontPage#1{\medbreak\vbox\bgroup\def\fontname{#1}\strut\startfont\moretext\egroup\vfill} \def\fontii{rs} %Only main sizes diff -Nru texlive-lang-2007.dfsg.4/texmf-dist/doc/fonts/lh/install texlive-lang-2009/texmf-dist/doc/fonts/lh/install --- texlive-lang-2007.dfsg.4/texmf-dist/doc/fonts/lh/install 1970-01-01 01:00:00.000000000 +0100 +++ texlive-lang-2009/texmf-dist/doc/fonts/lh/install 2009-08-23 01:18:32.000000000 +0100 @@ -0,0 +1,181 @@ +INSTALLATION OF LH FONTS AND THEIR LaTeX SUPPORT +================================================ + +Font installation +================= + +These are installation instructions for the LH fonts package version 3.5(d-g). + +The following sections are for teTeX, TeXLive, MikTeX and emTeX users; +however, it is simple to install LH fonts on any TeX system, as these +instructions are quite generic. + +First of all, an important note. Please, REMOVE (i.e., backup) all old +LH fonts (all MF, PK, TFM and VF files) from your TEXMF tree, since +otherwise the name conflicts and unpredictable errors are guaranteed. +The fonts with names wn*.mf (e.g. wnr10.mf) which actually use LH +fonts also should be removed. However, the AMS Washington Cyrillic +fonts with names wncy*.mf (e.g. wncyr10.mf) can happily coexist with +the LH fonts and should not be deleted. + +After installing the fonts, you can test your setup with + + "tex testfont" or "latex nfssfont" or "tex fontchart" + +specifying e.g. larm1000 as the font (testfont.tex is part of emTeX's +Metafont package). The directory `texmf/doc/fonts/lh/fonttest' of current +package includes textfox.tex which is the extension of testfont.tex (it inclues +\xtable command of table with decimal code numbers). + +The LaTeX samples which could run standard and traditional font encodings +are in `texmf/doc/fonts/lh/samples' subdir. They could test the installation +of current package and of all fonts of chosen encoding. + + +teTeX, TeXLive, MikTeX: +----------------------- + +teTeX: First, you can get the latest version of teTeX, --- it already +includes LH fonts properly installed (in particular, you should upgrade +from teTeX-0.4 to teTeX-1.0 or later). + +If you have not cyrillic fonts package in your TeX system: +0) Check copied contents with manifest.txt +1) Unpack the LH fonts package. The directory tree follow the TeX + directory structure for teTeX, TeXLive and MikTeX. Just copy all + unzipped files into directories respectively. + +NOTE. If you copied zip-files of both source package (lhfnt35*-source.zip) and +generated mf-files (lhfnt35*-gen-mf.zip) just follow step 1) and then 5) + +2) If there were no lh-lcy, lh-ot2, lh-t2*, lh-x2, lh-xSlav subdirs + in `texmf/fonts/source/lh' directory (i.e. you didn't copied + lhfnt35*-gen-mf.zip): +2a)go to the `texmf/source/fonts/lh/tex' directory; +2b)make sure that there are subdirectories with following names: + wrk + wrk\lh-lcy + wrk\lh-ot2 + wrk\lh-t2a + wrk\lh-t2b + wrk\lh-t2c + wrk\lh-t2d + wrk\lh-x2 + wrk\lh-xSlav + wrk\lh-temp + any of them could be necessary during creation of METAFONT etc. files; +2c)run (plain) tex on 99allenc.tex to produce the base and miscellaneous + (SliTeX, CM Bright, Concrete) font files for la, lb, lc, ld, rx, wn, and + lh fonts for encodings T2A, T2B, T2C, T2D, X2, OT2, LCY, respectively. + They will be created in appropriate lh-* subdirs. + + [If you won't need SliTeX, CM Bright or/and Concrete fonts, change flags + \SliTeXtrue, \CMBrighttrue, or/and \Concretetrue flags to false + repectively in the file `texmf/source/fonts/lh/tex/setter.tex'.] + + [If your version of TeX does not support automatic (on the fly) + generation of METAFONT files (for creation of TFM files), you may + need to change the command \MakeFileHeadsfalse to \MakeFileHeadstrue + in the file `texmf/source/fonts/lh/tex/setter.tex' first.] + +2d)Copy all [non-empty] subdirs with created .mf files from + `texmf/source/fonts/lh/tex/wrk' subdirectory into `texmf/fonts/source/lh' + directory as a whole. + +3) teTeX: Run mktexlsr (or texhash) to have all new files `registered'. + MikTeX: + Run Start>Programs>MikTeX>MikTeX Options>General>`Refresh Now' button. + TeXLive(2005): + Run Start>Programs>TeXlive>Maintenance>`Rebuild ls-R filenames databases'. + + +emTeX: +------ + +[Instruction based on EmTeX95 release. With hope that it could be useful.] + +1) Unpack the LH fonts package. + Copying rules: + subdirs from `zip:texmf/fonts/source/lh' (with mf-files) + files from base, nont2, specific,lh-concrete subdirs + -> in the root of emtex/mfinput/lh-base + OR rename and move subdirs to emtex/mfinput/lh- + (with `lh-' prefix). ; + all other subdirs (lh-) -> in the root of emtex/mfinput/lh-gen + OR move subdirs to emtex/mfinput/ + (with `lh-' prefix). ; + subdir `zip:texmf/tex/latex/lhfonts' -> emtex/texinput/lhfonts ; + subdirs from `zip:texmf/doc/fonts/lh' -> emtex/doc/lhfonts ; + subdir `zip:texmf/source/fonts/lh/tex' -> emtex/texinput/lhfonts/fntsrc ; + subdir `zip:texmf/source/latex/lhfonts' -> emtex/texinput/lhfonts/texsrc . + +2) If there are no lh-lcy, lh-ot2, lh-t2*, lh-x2, lh-xSlav subdirs + in `zip:texmf/fonts/source/lh' directory: +2a)Go to the `zip:source/fonts/lh/tex' [emtex/texinput/lhfonts/fntsrc] + [Follow instructions from 2b-2c in teTex... instructions] + directory and run (plain) tex on 99allenc.tex to produce the base + files for la, lb, lc, ld, rx, wn, and lh fonts for encodings + T2A, T2B, T2C, T2D, X2, OT2, LCY, respectively. They will created in + consequent lh-* subdirs. + +2b)Copy files from these subdirs to the root of `emtex/mfinput/lh-gen' + directory OR move subdirs to emtex/mfinput/ (with `lh-' prefix). + +3) Replace the file `emtex\mfjob\dvidrv.mfj' with + `zip:texmf/source/fonts/lh/dvidrv.mfj' + to enable automatic .pk font creation for all standard lh encodings. + [OR _append_ `zip:texmf/source/fonts/lh/dvidrvlh.mfj file at the head + of emtex's dvidrv.mfj.] + +4) Change in setter.tex flag \MakeFileHeadsfalse to \MakeFileHeadstrue and + run necessary ##**-.tex file where -- font in necessary encoding: + 01cm-lh.tex - LCY (DOS) encoding + 03cm-wn.tex - OT2 (AmS WNCYR) transliteration encoding + 04cm-vf.tex - 7-bit (N. Glonti) encoding + 11ex-rx.tex - X2 encoding + 12ex-la.tex - T2A encoding + 13ex-lb.tex - T2B encoding + 14ex-lc.tex - T2C encoding + 15ex-ld.tex - T2D encoding + to create mfjob file(s). + +5) Create the .tfm files you'll need, using the job.mfj files. This + will *not* create PK files to save time. + +6) To enable subdirectory searching, don't forget to have `!' or `!!' + (whatever is appropriate for you) appended to the directory names in + %MFINPUT% and %TEXINPUT% settings. + + +LaTeX installation +================== + +The subdir `texmf/source/latex/lh' includes minor additions (packages and +font definition files) to standard LaTeX cyrillic support (`latex/cyrillic' +directory). + +To install run following ins file(s): +lcyfonts.ins - LCY (DOS) encoding +ot2fonts.ins - OT2 (AmS WNCYR) transliteration encoding +t2ccfonts.ins - T2*/X2 encoding, additions for Concrete fonts + +There is also file nfssfox.dtx/ins - eXtension of nfssfont package + (standard nfssfont.tex's set with additional \xtable command, which + prints decimal letter codes). Install it and test font in the same way + as with nfssfont.tex. + + +Checking of font and LaTeX installation +======================================= + +You may check installation of font and LaTeX installation in +`texmf/doc/fonts/lh/samples' directory +lh-lcy.tex, lh-lcytext.tex - LCY (DOS) encoding +lh-ot2.tex, lh-ot2text.tex - OT2 (AmS WNCYR) transliteration encoding +lh-t2a.tex, lh-t2atext.tex - T2A encoding (change preamble to check other + T2*/X2 encodings and document encodings) + + Happy TeXing! + +Please report errors to Olga Lapko, +e-mail: Lapko.O@g23.relcom.ru, tr-paw@yandex.ru diff -Nru texlive-lang-2007.dfsg.4/texmf-dist/doc/fonts/lh/lhfonts/lhfonts.hst texlive-lang-2009/texmf-dist/doc/fonts/lh/lhfonts/lhfonts.hst --- texlive-lang-2007.dfsg.4/texmf-dist/doc/fonts/lh/lhfonts/lhfonts.hst 2006-08-28 19:56:52.000000000 +0100 +++ texlive-lang-2009/texmf-dist/doc/fonts/lh/lhfonts/lhfonts.hst 2009-08-23 01:18:32.000000000 +0100 @@ -3,13 +3,14 @@ The short history of LHFONTS (MAKEFONT) package ========================================================================= -Please report errors to Olga Lapko, e-mail: Lapko.O@g23.relcom.ru +Please report errors to Olga Lapko, +e-mail: Lapko.O@g23.relcom.ru tr-paw@yandex.ru ========================================================================= During of font package creation were used: ------------------------------------------ -Cyrillic glyph' sources: +Cyrillic `glyph' sources: the Computer Modern Roman family of fonts by D. E. Knuth @@ -34,6 +35,22 @@ H I S T O R Y ========================================================================= +ver 3.5 patch level 7 (January 2008--August 2009) -- +---------------------------------------------------- +Corrected bugs in typewriter fonts based on ec. + +Corrected bug for ligature of uppercase tse (OT2 enc). + +Corrected bug in T2D encoded fonts (ld*) -- deleted code which creates +ff-ligatures. + +Unfortunately these correction above change metrics. + +Next changes do not touch metrics: + +Added variants for lowercase yat and italic o_barred. Corrected bugs in +uppercase cyr_sha and cyr_shcha. + ver 3.5 patch level 6 (July 2006) -- ---------------------------------------- Minor changes in documentation. Added file nfssfox.tex -- eXtention of diff -Nru texlive-lang-2007.dfsg.4/texmf-dist/doc/fonts/lh/manifest.txt texlive-lang-2009/texmf-dist/doc/fonts/lh/manifest.txt --- texlive-lang-2007.dfsg.4/texmf-dist/doc/fonts/lh/manifest.txt 1970-01-01 01:00:00.000000000 +0100 +++ texlive-lang-2009/texmf-dist/doc/fonts/lh/manifest.txt 2009-08-23 01:18:32.000000000 +0100 @@ -0,0 +1,77 @@ +The current distribution includes all files for work under MikTeX or TeXLive. +That means that most header files of fonts are created on the fly by +font utilities. If it is not happen please read install file and +texmf\source\fonts\lh\tex\00readme.txt file. + + +Zipped variant: +=============== + +lhfnt35*-source.zip - NECESSARY PART: source files and documentation +lhfnt35*-gen-mf.zip - OPTIONAL PART [these files were generated from + texmf\sorce folder-directory; + you may generate them using *install* + documentation]: generated METAFONT files (ready-to-use + addition with TeX Directory Structure for teTeX/TeXLive + and MikTeX platforms). + This package could NOT have "unzipped version" on CTAN. + + +Unzipped variant: +================= + +lhfnt35*-source.zip +------------------- +texmf\doc\fonts\lh\beresta\*.* - documentation files of all T2* letters +texmf\doc\fonts\lh\lhfonts\*.* - package documentation (history and + advanced installation) +texmf\doc\fonts\lh\fonttest\*.* - font testing files +texmf\doc\fonts\lh\samples\*.* - LaTeX testing files of LH package +================================================================================= +texmf\fonts\source\lh\base\*.* - base METAFONT files for T2*/X2 and + traditional encodings +texmf\fonts\source\lh\nont2\*.* - additional letters for other encodings +texmf\fonts\source\lh\specific\*.* - letters in specific forms (Concrete + and Russian small caps) +texmf\fonts\source\lh\lh-conc\*.* - font headers for bold faced Concrete + Cyrillic +================================================================================= +Here are also source files which create files which lie in lhfnt35*-gen-mf.zip: +texmf\source\fonts\lh\tex\*.* - tex-files to generate METAFONT files + for different encodings +texmf\source\fonts\lh\tex\wrk\ - please read 09readme.txt file in + empty dirs for succefull TeXing +--------------------------------------------------------------------------------- +texmf\source\latex\lh*.* - dtx- and ins- files for installation + of LaTeX packages and font definition + files +================================================================================= +texmf\source\fonts\lh\*.mfj - maybe obsolete already: the MFjob files + for EmTeX which create font files LH + (these files have not their own folder + in TDS structure) +================================================================================= +texmf\tex\plain\lh\*.* - the testfox.tex and testkern.tex + files for font tests + +lhfnt35*-gen-mf.zip +------------------- +In following folders lie only font headers which cannot be generated automatically +with MikTeX and TeXlive font creation utilities (if you need anyway to create +ALL font headers please read the 00readme.txt file in texmf\fonts\source\lh\tex +folder and edit necessary settings in setter.tex file) +texmf\fonts\source\lh\lh-lcy\*.* - generated METAFONT files for DOS + encoding +texmf\fonts\source\lh\lh-ot2\*.* - generated METAFONT files for WNCYR + transliteration encoding +texmf\fonts\source\lh\lh-t2*\*.* - generated METAFONT files for T2A, + T2B, T2C,T2D LaTeX Cyrillic encodings +texmf\fonts\source\lh\lh-x2\*.* - generated METAFONT files for + X2 Cyrillic container +texmf\fonts\source\lh\lh-xSlav\*.* - generated METAFONT files for fonts + with old Slav letters + (LaTeX support absent) +================================================================================= +texmf\tex\latex\lh\*.* - minor LaTeX support for LH fonts \ No newline at end of file diff -Nru texlive-lang-2007.dfsg.4/texmf-dist/doc/fonts/lh/README texlive-lang-2009/texmf-dist/doc/fonts/lh/README --- texlive-lang-2007.dfsg.4/texmf-dist/doc/fonts/lh/README 1970-01-01 01:00:00.000000000 +0100 +++ texlive-lang-2009/texmf-dist/doc/fonts/lh/README 2009-08-23 01:18:32.000000000 +0100 @@ -0,0 +1,15 @@ +lhfonts 3.5g +Cyrillic alphabet fonts ("LH") with support of LaTeX standard encodings. + + 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. + + There are also offered the latex/lh bundle of packages for standard + LaTeX Cyrillic and traditional encodings. + +Please look installation documentation in the install + + report errors to Olga Lapko, + e-mail: Lapko.O@g23.relcom.ru, tr-paw@yandex.ru diff -Nru texlive-lang-2007.dfsg.4/texmf-dist/doc/fonts/lh/readme35c.1st texlive-lang-2009/texmf-dist/doc/fonts/lh/readme35c.1st --- texlive-lang-2007.dfsg.4/texmf-dist/doc/fonts/lh/readme35c.1st 1970-01-01 01:00:00.000000000 +0100 +++ texlive-lang-2009/texmf-dist/doc/fonts/lh/readme35c.1st 2009-08-23 01:18:32.000000000 +0100 @@ -0,0 +1,9 @@ +ver 3.5 patch level 4 (March 2006) -- +--------------------------------------- +In this version was corrected the width +bug in file lgt2upu.mf - corrected the +widths of letters ZHE_dsc and K_dsc: +restored widths of roman shape from +version 3.4. +The font metrics are going to be stable +(as ec fonts). diff -Nru texlive-lang-2007.dfsg.4/texmf-dist/doc/fonts/lh/readme35g.1st texlive-lang-2009/texmf-dist/doc/fonts/lh/readme35g.1st --- texlive-lang-2007.dfsg.4/texmf-dist/doc/fonts/lh/readme35g.1st 1970-01-01 01:00:00.000000000 +0100 +++ texlive-lang-2009/texmf-dist/doc/fonts/lh/readme35g.1st 2009-08-23 01:18:32.000000000 +0100 @@ -0,0 +1,24 @@ +ver 3.5 patch level 7 (August 2009) -- +--------------------------------------- +In this version there were fixed metric +bugs +*) in typewriter fonts (T2* encoding); +this fix changes metrics for fonts, +started with la*/lb*/lc* letters +(example with la* fonts): +latt latc last lait laltt8 + +*) in ligature of uppercase letter tse +(OT2 encoding); this fix changes all +metrics of wn* fonts. +(Please remember that wncy* fonts like +wncyr10, do not belong to this package) + +I hope that the old documents are still +work with new version - the bug of +ff-ligatures was visible and could be +corrected with usage of T1 fonts; in +wn* fonts just new ligature was added. + +The font metrics are still going to be +stable. diff -Nru texlive-lang-2007.dfsg.4/texmf-dist/doc/fonts/lh/samples/lh-lcytext.tex texlive-lang-2009/texmf-dist/doc/fonts/lh/samples/lh-lcytext.tex --- texlive-lang-2007.dfsg.4/texmf-dist/doc/fonts/lh/samples/lh-lcytext.tex 2006-07-01 23:18:57.000000000 +0100 +++ texlive-lang-2009/texmf-dist/doc/fonts/lh/samples/lh-lcytext.tex 2009-08-23 01:18:32.000000000 +0100 @@ -2,7 +2,8 @@ \documentclass[russian]{book} \usepackage{mathtext} -%to test other T2*, X2, LCY encodings, change option to necessary one +%to test other T2*, X2, LCY font encodings, change option to necessary one +%please note that hyphenation depends to font encoding! \usepackage[LCY]{fontenc} \usepackage[cp866]{inputenc} diff -Nru texlive-lang-2007.dfsg.4/texmf-dist/doc/fonts/lh/samples/lh-ot2text.tex texlive-lang-2009/texmf-dist/doc/fonts/lh/samples/lh-ot2text.tex --- texlive-lang-2007.dfsg.4/texmf-dist/doc/fonts/lh/samples/lh-ot2text.tex 2006-07-01 23:18:57.000000000 +0100 +++ texlive-lang-2009/texmf-dist/doc/fonts/lh/samples/lh-ot2text.tex 2009-08-23 01:18:32.000000000 +0100 @@ -143,4 +143,64 @@ \rightline{\small\slshape M.\,Bulgakov, ZHiznp1 \mbox{g-na} de~Molp1era, 1932--33\,gg.} +\newpage +\normalfont\parindent0pt\raggedbottom +Proverka ligatur shrifta:\medskip\nopagebreak\par +\tabcolsep3\tabcolsep +\long\def\ligtest +{\begin{tabular}{@{}*{3}{l}@{}}\hline\\[-2ex] +{\normalfont\selectlanguage{english}YO [E0]}: \quad E0 \\ +{\normalfont\selectlanguage{english}ZHE [Z1, ZH, Zh]}: \quad Z1, ZH, Zh \\ +{\normalfont\selectlanguage{english}I SHORT [I0]}: \quad I0 \\ +{\normalfont\selectlanguage{english}KHA [KH, Kh, H]}: \quad KH, Kh, H \\ +{\normalfont\selectlanguage{english}TSE [TS, Ts, C]}: \quad TS, Ts, C \\ +{\normalfont\selectlanguage{english}CHE [CH, Ch]}: \quad CH, Ch \\ +{\normalfont\selectlanguage{english}SHA [SH, Sh]}: \quad SH, Sh \\ +\multicolumn{2}{@{}l}{{\normalfont\selectlanguage{english}SHCHA [XQ, Xq, SHCH, Shch]}:\quad XQ, Xq, SHCH, Shch}\\ +{\normalfont\selectlanguage{english}HARD SIGN [P2]}: \quad P2 & +{\normalfont\selectlanguage{english}SOFT SIGN [P1]}: \quad P1 \\ +{\normalfont\selectlanguage{english}REV. E [E1]}: \quad E1 \\ +{\normalfont\selectlanguage{english}YU [J2, YU, Yu]}: \quad J2, YU, Yu\\ +{\normalfont\selectlanguage{english}YA [J1, YA, Ya]}: \quad J1, YA, Ya \\ +{\normalfont\selectlanguage{english}UKR. E [E2]}: \quad E2 \\ +{\normalfont\selectlanguage{english}DJE [D1, DJ, Dj]}: \quad D1, DJ, Dj & +{\normalfont\selectlanguage{english}DZHE [D2]}: \quad D2 & +{\normalfont\selectlanguage{english}S [D3]}: \quad D3\\ +{\normalfont\selectlanguage{english}LJE [L1, LJ, Lj]}: \quad L1, LJ, Lj \\ +{\normalfont\selectlanguage{english}TSHE [C1]}: \quad C1 \\ +{\normalfont\selectlanguage{english}I [I1]}: \quad I1 \\ +{\normalfont\selectlanguage{english}NJE [N1, NJ, Nj]}: \quad N1, NJ, Nj \\ +{\normalfont\selectlanguage{english}NUMBER SIGN [N0]}: \quad N0 +\\[1ex] +{\normalfont\selectlanguage{english}yo [e0]}: \quad e0 \\ +{\normalfont\selectlanguage{english}zhe [z1, zh]}: \quad z1, zh \\ +{\normalfont\selectlanguage{english}i short [i0]}: \quad i0 \\ +{\normalfont\selectlanguage{english}kha [kh, h]}: \quad kh, h \\ +{\normalfont\selectlanguage{english}tse [ts, c]}: \quad ts, c \\ +{\normalfont\selectlanguage{english}che [ch]}: \quad ch \\ +{\normalfont\selectlanguage{english}sha [sh]}: \quad sh \\ +{\normalfont\selectlanguage{english}shcha [xq, shch]}: \quad xq, shch \\ +{\normalfont\selectlanguage{english}hard sign [p2]}:\quad p2 & +{\normalfont\selectlanguage{english}soft sign [p1]}:\quad p1 \\ +{\normalfont\selectlanguage{english}rev. e [e1]}: \quad e1 \\ +{\normalfont\selectlanguage{english}yu [j2, yu]}: \quad j2, yu \\ +{\normalfont\selectlanguage{english}ya [j1, ya]}: \quad j1, ya \\ +{\normalfont\selectlanguage{english}ukr. e [e2]}: \quad e2 \\ +{\normalfont\selectlanguage{english}dje [d1, dj]}: \quad d1, dj & +{\normalfont\selectlanguage{english}dzhe [d2]}: \quad d2 & +{\normalfont\selectlanguage{english}s [d3]}: \quad d3\\ +{\normalfont\selectlanguage{english}lje [l1, lj]}: \quad l1, lj \\ +{\normalfont\selectlanguage{english}tshe [c1]}: \quad c1 \\ +{\normalfont\selectlanguage{english}i [i1]}: \quad i1 \\ +{\normalfont\selectlanguage{english}nje [n1, nj]}: \quad n1, nj \\ +\hline +\end{tabular}\par} + + +{\rmfamily\ligtest} +{\itshape\ligtest} +{\ttfamily\ligtest} +{\sffamily\ligtest} + + \end{document} diff -Nru texlive-lang-2007.dfsg.4/texmf-dist/doc/fonts/lh/samples/lh-t2atext.tex texlive-lang-2009/texmf-dist/doc/fonts/lh/samples/lh-t2atext.tex --- texlive-lang-2007.dfsg.4/texmf-dist/doc/fonts/lh/samples/lh-t2atext.tex 2006-07-01 23:18:57.000000000 +0100 +++ texlive-lang-2009/texmf-dist/doc/fonts/lh/samples/lh-t2atext.tex 2009-08-23 01:18:32.000000000 +0100 @@ -3,7 +3,7 @@ ]{book} \usepackage{mathtext} -%to test other T2*, X2, LCY encodings, change option to necessary one +%to test other T2*, X2, LCY font encodings, change option to necessary one %please note that hyphenation depends to font encoding! \usepackage[T2A]{fontenc} %to test other encodings, change cp1251 option to necessary one diff -Nru texlive-lang-2007.dfsg.4/texmf-dist/doc/fonts/malayalam/article/elephant.mm texlive-lang-2009/texmf-dist/doc/fonts/malayalam/article/elephant.mm --- texlive-lang-2007.dfsg.4/texmf-dist/doc/fonts/malayalam/article/elephant.mm 1970-01-01 01:00:00.000000000 +0100 +++ texlive-lang-2009/texmf-dist/doc/fonts/malayalam/article/elephant.mm 2006-01-09 00:47:01.000000000 +0000 @@ -0,0 +1,41 @@ +% elephant.mm -- The old fable of the blind men and the elephant +% last edit: 04-APR-1993 + +\input mmmacs +\input ornament +\parindent=0pt +\emergencystretch=50pt + +\centerline{{\twelvebf The blind men and the elephant}} +\medskip +\centerline{{\it An old fable}\footnote*{taken from Frohnmeyer, p.182}} +\ornline{\Sine} + +$cila janmaandhanmar (piRavikkuruTanmaar) yad.rcchayaa oru svalattu vannukuTi tan"n"aL{}kku +oru aanaye kaaNiccu koTukkeeNamenn oru aanappaappaanooTu taatpayyattooTe aapee +kSiccatinnu avan: parishoodhiccu pooykkoL{}vinennu paRan~n~u. aanayuTe kaal +tappinookkiya kuruTanum atinRe tunbikkai taTavinookkiya veroru kuruTanum +atinRe cethi tapooTinookkiya maRRooruttanum atinRe vaal toTTunookkiya +maRReeyavanum at nallatennu paRan~n~u. ivvaNNam aanaye parishoodhanakazhicca sheeSam +avar pookamvazhiyil anyoonyom aanayuTe mahiMayekkooNTu paRavaan tuTan"n"i. kaal +tappi nookkiyavan aan uralpoolee ennum inbikkai taTavinookkiyavan atu ulakkapoolee +ennum vaal tooTTunookkiyavan atu cuul (maaccil) poolee ennum cevi +talooTi yavan atu muRampoolee ennum paRan~n~u. in"n"inee anyoonyam vipariitamaayi +colli tiiraatta shaNThayiTTu naTannu.\par$ + +\ornline{\Sine} + +Some men, all blind from their birth, (happening) to be together at one place, requested +earnestly of an elephant-driver to show them an elephant. He said: examine it, and be off. +It is a fine thing, said one blind man, feeling the elephant's leg; (so said) another blind +man stroking his trunk, (so said) another passing his hand over the ear, (so said) another +thouching his tail. Having thus examined the elephant, as they went away, they began to +speak to one another of the greatness of the elephant. He that had felt the leg said the +elephant was like a mortar for poundig rice. He that felt the trunk, that it was like +a pestle or rice-beater; he that had touched the tail, that it was like a broom, and he that +had stroked the ear, that it was like a winnowing fan. Thus they went on quarrelling +without end, each declaring the contrary to the other. + +\ornline{\Orn} + +\bye diff -Nru texlive-lang-2007.dfsg.4/texmf-dist/doc/fonts/malayalam/article/elephant.tex texlive-lang-2009/texmf-dist/doc/fonts/malayalam/article/elephant.tex --- texlive-lang-2007.dfsg.4/texmf-dist/doc/fonts/malayalam/article/elephant.tex 1970-01-01 01:00:00.000000000 +0100 +++ texlive-lang-2009/texmf-dist/doc/fonts/malayalam/article/elephant.tex 2006-01-09 00:47:01.000000000 +0000 @@ -0,0 +1,39 @@ + +\input mmmacs +\input ornament +\parindent=0pt +\emergencystretch=50pt + +\centerline{{\twelvebf The blind men and the elephant}} +\medskip +\centerline{{\it An old fable}\footnote*{taken from Frohnmeyer, p.182}} +\ornline{\Sine} + +{\mm \X{\<26>\<63>}\X{\<50>} \X{\<28>}\X{\<193>\<62>}\X{\<219>}\X{\<193>}\X{\<80>} {\RMF(}\X{\<42>\<63>}\X{\<49>}\X{\<53>\<63>}\X{\<168>}\X{\<136>}\X{\<31>}\X{\<193>\<62>}\X{\<80>}{\RMF)} \X{\<47>}\X{\<153>}\X{\M{\<26>}{\Z\<27>}}\X{\<47>\<62>} \X{\<18>}\X{\<136>} \X{\<56>\K{-.5}\<86>}\X{\<50>}\X{\<172>} \X{\<53>}\X{\<174>}\X{\<128>}\X{\<31>\<63>} \X{\<36>}\X{\<161>}\X{\<82>}{}\X{\<168>} +\X{\<18>}\X{\<136>} \X{\<6>}\X{\<40>}\X{\<70>\<47>} \X{\<21>\<62>}\X{\<35>\<63>}\X{\M{\<247>}{\<65>}} \X{\<70>\<21>\<62>}\X{\M{\<31>}{\<65>}}\X{\<71>\<160>}\X{\<35>}\X{\<70>\<46>}\X{\mmV{\<167>}} \X{\<18>}\X{\<136>} \X{\<6>}\X{\<40>}\X{\<242>\<62>}\X{\<242>\<62>}\X{\<71>\<40>\<62>}\X{\M{\<31>}{\<65>}} \X{\<36>\<62>}\X{\M{\<36>}{\Z\<42>}}\X{\<249>}\X{\<71>\<165>\<62>}\X{\<70>\<31>} \X{\<6>}\X{\<71>\<42>} +\X{\<251>\<63>}\X{\<247>}\X{\<36>\<63>}\X{\<174>} \X{\<5>}\X{\<53>}\X{\<79>}{\RMF:} \X{\<42>}\X{\<48>\<63>}\X{\<71>\<54>\<62>}\X{\<39>\<63>}\X{\M{\<247>}{\<65>}} \X{\<71>\<42>\<62>}\X{\<70>\M{\<47>}{\<115>}\<62>}\X{\<82>}{}\X{\<53>\<63>}\X{\<70>\<40>}\X{\<174>} \X{\<42>}\X{\<49>}\X{\M{\<163>}{\<65>}}{\RMF.} \X{\<6>}\X{\<40>}\X{\M{\<47>}{\<65>}}\X{\<70>\<31>} \X{\<21>\<62>}\X{\<81>} +\X{\<36>}\X{\<242>\<63>}\X{\<71>\<40>\<62>}\X{\<160>\<63>}\X{\<47>} \X{\<128>}\X{\<136>}\X{\<31>}\X{\<134>}\X{\<2>} \X{\<5>}\X{\<36>\<63>}\X{\<70>\<79>\<49>} \X{\<133>}\X{\<79>\<44>\<63>}\X{\<70>\<70>\<160>} \X{\<36>}\X{\<31>}\X{\<53>\<63>}\X{\<71>\<40>\<62>}\X{\<160>\<63>}\X{\<47>} \X{\<70>\<53>}\X{\<70>\<48>\<62>}\X{\<136>} \X{\<128>}\X{\<136>}\X{\<31>}\X{\<134>}\X{\<2>} +\X{\<5>}\X{\<36>\<63>}\X{\<70>\<79>\<49>} \X{\<70>\<26>}\X{\<37>\<63>} \X{\<36>}\X{\<71>\<42>\<62>}\X{\<31>\<63>}\X{\<71>\<40>\<62>}\X{\<160>\<63>}\X{\<47>} \X{\<46>}\X{\<71>\<243>\<62>}\X{\<136>}\X{\<165>}\X{\<134>}\X{\<2>} \X{\<5>}\X{\<36>\<63>}\X{\<70>\<79>\<49>} \X{\<53>\<62>}\X{\<81>} \X{\<70>\<36>\<62>}\X{\M{\<164>}{\<65>}}\X{\<71>\<40>\<62>}\X{\<160>\<63>}\X{\<47>} +\X{\<46>}\X{\<71>\<243>}\X{\<47>}\X{\<53>}\X{\<134>}\X{\<2>} \X{\<5>}\X{\<81>} \X{\<40>}\X{\M{\<50>}{\<85>}}\X{\<70>\<36>}\X{\<174>} \X{\<42>}\X{\<49>}\X{\M{\<163>}{\<65>}}{\RMF.} \X{\<7>}\X{\<250>}\X{\<241>}\X{\<2>} \X{\<6>}\X{\<40>}\X{\<70>\<47>} \X{\<42>}\X{\<48>\<63>}\X{\<71>\<54>\<62>}\X{\<39>}\X{\<40>}\X{\<21>}\X{\<52>\<63>}\X{\<247>} \X{\<71>\<54>}\X{\<55>}\X{\<2>} +\X{\<5>}\X{\<53>}\X{\<80>} \X{\<71>\<42>\<62>}\X{\<21>}\X{\<46>\K{-.5}\<86>}\X{\<52>\<63>}\X{\<47>\<63>}\X{\<81>} \X{\<5>}\X{\<71>\<40>\<83>\<62>}\X{\<70>\<40>\<83>\<62>}\X{\<2>} \X{\<6>}\X{\<40>}\X{\M{\<47>}{\<65>}}\X{\<70>\<31>} \X{\<46>}\X{\<57>\<63>}\<2>\X{\<5>}\X{\<70>\<47>}\X{\<71>\<160>\<62>}\X{\M{\<187>}{\<65>}} \X{\<42>}\X{\<49>}\X{\<53>\<62>}\X{\<79>} \X{\<133>}\X{\<31>}\X{\<161>\<63>}{\RMF.} \X{\<21>\<62>}\X{\<81>} +\X{\<36>}\X{\<242>\<63>} \X{\<71>\<40>\<62>}\X{\<160>\<63>}\X{\<47>}\X{\<53>}\X{\<79>} \X{\<6>}\X{\<79>} \X{\<9>}\X{\<48>}\X{\<81>\<71>\<42>\<62>}\X{\<71>\<50>} \X{\<14>}\X{\<174>}\X{\<2>} \X{\<7>}\X{\<79>\<44>\<63>}\X{\<70>\<70>\<160>} \X{\<36>}\X{\<31>}\X{\<53>\<63>}\X{\<71>\<40>\<62>}\X{\<160>\<63>}\X{\<47>}\X{\<53>}\X{\<79>} \X{\<5>}\X{\<133>} \X{\<9>}\X{\<50>}\X{\<160>}\X{\<71>\<42>\<62>}\X{\<71>\<50>} +\X{\<14>}\X{\<174>}\X{\<2>} \X{\<53>\<62>}\X{\<81>} \X{\<71>\<36>\<62>}\X{\M{\<164>}{\<65>}}\X{\<71>\<40>\<62>}\X{\<160>\<63>}\X{\<47>}\X{\<53>}\X{\<79>} \X{\<5>}\X{\<133>} \X{\M{\<26>}{\<66>}}\X{\<81>} {\RMF(}\X{\<46>\<62>}\X{\<247>\<63>}\X{\<81>}{\RMF)} \X{\<71>\<42>\<62>}\X{\<71>\<50>} \X{\<14>}\X{\<174>}\X{\<2>} \X{\<70>\<26>}\X{\<53>\<63>} +\X{\<36>}\X{\<71>\<50>\<62>}\X{\<31>\<63>} \X{\<47>}\X{\<53>}\X{\<79>} \X{\<5>}\X{\<133>} \X{\M{\<46>}{\<65>}}\X{\<49>}\X{\<71>\<220>\<62>}\X{\<71>\<50>} \X{\<14>}\X{\<174>}\X{\<2>} \X{\<42>}\X{\<49>}\X{\M{\<163>}{\<65>}}{\RMF.} \X{\<7>}\X{\<161>\<63>}\X{\<71>\<40>} \X{\<5>}\X{\<71>\<40>\<83>\<62>}\X{\<40>\<83>}\X{\<2>} \X{\<53>\<63>}\X{\<42>}\X{\<48>\<64>}\X{\<36>}\X{\<46>\<62>}\X{\<47>\<63>} +\X{\<70>\<26>\<62>}\X{\M{\<50>}{\<85>}\<63>} \X{\<36>\<64>}\X{\<48>\<62>}\X{\<165>} \X{\<54>}\X{\M{\<35>}{\Z\<32>}}\X{\<47>\<63>}\X{\M{\<164>}{\<65>}} \X{\<40>}\X{\<31>}\X{\<174>}{\RMF.}\par} + +\ornline{\Sine} + +Some men, all blind from their birth, (happening) to be together at one place, requested +earnestly of an elephant-driver to show them an elephant. He said: examine it, and be off. +It is a fine thing, said one blind man, feeling the elephant's leg; (so said) another blind +man stroking his trunk, (so said) another passing his hand over the ear, (so said) another +thouching his tail. Having thus examined the elephant, as they went away, they began to +speak to one another of the greatness of the elephant. He that had felt the leg said the +elephant was like a mortar for poundig rice. He that felt the trunk, that it was like +a pestle or rice-beater; he that had touched the tail, that it was like a broom, and he that +had stroked the ear, that it was like a winnowing fan. Thus they went on quarrelling +without end, each declaring the contrary to the other. + +\ornline{\Orn} + +\bye diff -Nru texlive-lang-2007.dfsg.4/texmf-dist/doc/fonts/malayalam/article/lion.mm texlive-lang-2009/texmf-dist/doc/fonts/malayalam/article/lion.mm --- texlive-lang-2007.dfsg.4/texmf-dist/doc/fonts/malayalam/article/lion.mm 1970-01-01 01:00:00.000000000 +0100 +++ texlive-lang-2009/texmf-dist/doc/fonts/malayalam/article/lion.mm 2006-01-09 00:47:01.000000000 +0000 @@ -0,0 +1,120 @@ +% lion.mm -- The old fable of the lion and the mouse +% last edit: 26-DEC-1992 + +\input mmmacs +\input mmtrmacs + +\parindent=0pt +\emergencystretch=50pt + +\centerline{{\twelvebf The lion and the mouse}} +\medskip +\centerline{{\it An old fable}\footnote*{taken from Frohnmeyer, p.170}} +\bigskip + +$^oru simham uSNattaalum naayaaTTinaalum taLarnnu kSiiNiccuMkooNTu +taNaluLLa taTicca oru karuveelakav.rkSattin_t_e viTarnnataaya konpukaLuTe +kiizhe vishraamattinaayi kiTannirunnu. ^aviTe kiTannuRan"n"unpooL, +kalahiccukoNTirunna oru kuuTTam cuNTeli atin_t_e muukkinmeel +ooTikkayaRi atine uNartti. ^aayatunimittam n~eTTi avayil onnine tan_t_e +kaikoNTu piTiccu kollaaRaakki. ^appooL ceRiya cuNTeli vaLaree +vyasanattooTee karuNakk apeekSiccu. ^itra ceRiya nik.rSTajantuvin_t_e +raktattekkoNTu siMhattin_t_e kuliinatakku bhaMgam varuttarutu ennu paRakayum +ceytu. ^siMham kaaryyam aaloociccu atin_t_e apeekSapoolee ceyyunnataaNu+ +yoogyata ennu kaNTu+ viRaccukoNTirunna ceRiya taTavukaarane kSaNattil +viTTukaLan~n~u. ^eeRa kaalam kazhiyum munpee tan_t_e irekkaayiTTuLLa +san~caaRattil kaaTTiluuTee paan~n~appooL veeTar+vecca keNiyil +kaTun"n"uvaan saMgatiyaayi. ^atilninnu viTTupoovaan tanikku kazhivillaayka +koNTu eeRaRavum bhayan"karanaadattooTee alaRikkoNTirunnu. +^cuNTeli itu keeTTiTTu aa siMhattin_t_e shabdamaaNennaRin~n~atukoNT +uTanee aa sthalatteekku cennu tan_t_e bandhu aaNennum atukoNTu +``onnum bhayappeTeeNTa'' ennum paRan~n~u. ^pinne uTane +tan_t_e paNi tuTan"n"i: muurccayuLLa tan_t_e ceRiya pallukaLekkoNT +keNiyaTe kuTukkuka Leyum keTTukaLeyum kaTiccaRuttu, keesariviirane +svatantranaakki ayakkayum ceytu. + +\smallskip + +^atukoNTu: ``puullukaL{}koNTum upakaaram uNTaakum.'' + +$\bigskip + +$$^oru simham uSNattaalum naayaaTTinaalum taLarnnu kSiiNiccuMkooNTu +taNaluLLa taTicca oru karuveelakav.rkSattin_t_e viTarnnataaya konpukaLuTe +kiizhe vishraamattinaayi kiTannirunnu. ^aviTe kiTannuRan"n"unpooL, +kalahiccukoNTirunna oru kuuTTam cuNTeli atin_t_e muukkinmeel +ooTikkayaRi atine uNartti. ^aayatunimittam n~eTTi avayil onnine tan_t_e +kaikoNTu piTiccu kollaaRaakki. ^appooL ceRiya cuNTeli vaLaree +vyasanattooTee karuNakk apeekSiccu. ^itra ceRiya nik.rSTajantuvin_t_e +raktattekkoNTu siMhattin_t_e kuliinatakku bhaMgam varuttarutu ennu paRakayum +ceytu. ^siMham kaaryyam aaloociccu atin_t_e apeekSapoolee ceyyunnataaNu+ +yoogyata ennu kaNTu+ viRaccukoNTirunna ceRiya taTavukaarane kSaNattil +viTTukaLan~n~u. ^eeRa kaalam kazhiyum munpee tan_t_e irekkaayiTTuLLa +san~caaRattil kaaTTiluuTee paan~n~appooL veeTar+vecca keNiyil +kaTun"n"uvaan saMgatiyaayi. ^atilninnu viTTupoovaan tanikku kazhivillaayka +koNTu eeRaRavum bhayan"karanaadattooTee alaRikkoNTirunnu. +^cuNTeli itu keeTTiTTu aa siMhattin_t_e shabdamaaNennaRin~n~atukoNT +uTanee aa sthalatteekku cennu tan_t_e bandhu aaNennum atukoNTu +``onnum bhayappeTeeNTa'' ennum paRan~n~u. ^pinne uTane +tan_t_e paNi tuTan"n"i: muurccayuLLa tan_t_e ceRiya pallukaLekkoNT +keNiyaTe kuTukkuka Leyum keTTukaLeyum kaTiccaRuttu, keesariviirane +svatantranaakki ayakkayum ceytu. + +\smallskip + +^atukoNTu: ``puullukaL{}koNTum upakaaram uNTaakum.'' + +$$ + +\bigskip + +A lion, faint with heat and weary with hunting, was lying down to take his +repose under the spreading bows of a thick shady oak. It happened that, while +he slept, a company of quarreling mice ran over his nose and waked him; upon which, +starting up, he clapped his paw upon one of them and was just about to put +it to death, when the little suppliant implored his mercy in a very moving +manner, begging him not to stain his noble character with the blood of a despicable and +small beast. The lion considering the matter, thought proper to do as he was +desired and immediately released his little trembling prisoner. Not long after, traversing +the forest in pursuit of his prey, he chanced to run into the toils of the hunters, +from whence, not able to disengage himself, he set up a most hideous and loud +roar. The mouse hearing the voice, and knowing it to be the lion's, immediately +repaired to the place and bid him fear nothing, for that he was his friend. +Then straight he fell to work, and with his little sharp teeth gnawing asunder the knots +ad fastenings of the toils, set the royal brute at liberty. + +\smallskip + +Moral: The least may help the greatest. + +\bigskip + +{\raggedright\tt\catcode`\^=11\catcode`\~=11\hyphenpenalty=10000% +\dollar ^oru simham uSNattaalum naayaaTTinaalum taLarnnu kSiiNiccuMkooNTu +taNaluLLa taTicca oru karuveelakav.rkSattin\_t\_e viTarnnataaya konpukaLuTe +kiizhe vishraamattinaayi kiTannirunnu. ^aviTe kiTannuRan"n"unpooL, +kalahiccukoNTirunna oru kuuTTam cuNTeli atin\_t\_e muukkinmeel +ooTikkayaRi atine uNartti. ^aayatunimittam n~eTTi avayil onnine tan\_t\_e +kaikoNTu piTiccu kollaaRaakki. ^appooL ceRiya cuNTeli vaLaree +vyasanattooTee karuNakk apeekSiccu. ^itra ceRiya nik.rSTajantuvin\_t\_e +raktattekkoNTu siMhattin\_t\_e kuliinatakku bhaMgam varuttarutu ennu paRakayum +ceytu. ^siMham kaaryyam aaloociccu atin\_t\_e apeekSapoolee ceyyunnataaNu+ +yoogyata ennu kaNTu+ viRaccukoNTirunna ceRiya taTavukaarane kSaNattil +viTTukaLan~n~u. ^eeRa kaalam kazhiyum munpee tan\_t\_e irekkaayiTTuLLa +san~caaRattil kaaTTiluuTee paan~n~appooL veeTar+vecca keNiyil +kaTun"n"uvaan saMgatiyaayi. ^atilninnu viTTupoovaan tanikku kazhivillaayka +koNTu eeRaRavum bhayan"karanaadattooTee alaRikkoNTirunnu. +^cuNTeli itu keeTTiTTu aa siMhattin\_t\_e shabdamaaNennaRin~n~atukoNT +uTanee aa sthalatteekku cennu tan\_t\_e bandhu aaNennum atukoNTu +``onnum bhayappeTeeNTa'' ennum paRan~n~u. ^pinne uTane +tan\_t\_e paNi tuTan"n"i: muurccayuLLa tan\_t\_e ceRiya pallukaLekkoNT +keNiyaTe kuTukkuka Leyum keTTukaLeyum kaTiccaRuttu, keesariviirane +svatantranaakki ayakkayum ceytu. +\smallskip +\bslash smallskip +\smallskip +^atukoNTu: ``puullukaL{}koNTum upakaaram uNTaakum.'' +\dollar +} +\endinput + diff -Nru texlive-lang-2007.dfsg.4/texmf-dist/doc/fonts/malayalam/article/lion.tex texlive-lang-2009/texmf-dist/doc/fonts/malayalam/article/lion.tex --- texlive-lang-2007.dfsg.4/texmf-dist/doc/fonts/malayalam/article/lion.tex 1970-01-01 01:00:00.000000000 +0100 +++ texlive-lang-2009/texmf-dist/doc/fonts/malayalam/article/lion.tex 2006-01-09 00:47:01.000000000 +0000 @@ -0,0 +1,117 @@ + +\input mmmacs +\input mmtrmacs + +\parindent=0pt +\emergencystretch=50pt + +\centerline{{\twelvebf The lion and the mouse}} +\medskip +\centerline{{\it An old fable}\footnote*{taken from Frohnmeyer, p.170}} +\bigskip + +{\mm \X{\<18>}\X{\<136>} \X{\<56>\<63>}\X{\<2>\<57>}\X{\<2>} \X{\<9>}\X{\M{\<55>}{\Z\<35>}}\X{\<165>\<62>}\X{\M{\<50>}{\<65>}}\X{\<2>} \X{\<40>\<62>}\X{\<47>\<62>}\X{\<164>\<63>}\X{\<40>\<62>}\X{\M{\<50>}{\<65>}}\X{\<2>} \X{\<36>}\X{\<51>}\X{\T{\<76>}{\R{.8ex}{\<174>}}} \X{\<251>\<64>}\X{\<35>\<63>}\X{\M{\<247>}{\<65>}}\<2>\X{\<71>\<21>\<62>}\X{\M{\<187>}{\<65>}} +\X{\<36>}\X{\<35>}\X{\M{\<50>}{\<65>}}\X{\<51>\K{-.2}\<51>} \X{\<36>}\X{\<31>\<63>}\X{\<247>} \X{\<18>}\X{\<136>} \X{\<21>}\X{\<136>}\X{\<71>\<53>}\X{\<50>}\X{\<21>}\X{\M{\<53>}{\<67>}}\X{\<251>}\X{\<165>\<63>}\X{\<70>\<79>\<49>} \X{\<53>\<63>}\X{\<31>}\X{\T{\<76>}{\R{.8ex}{\<167>}}}\X{\<36>\<62>}\X{\<47>} \X{\<70>\<21>\<62>}\X{\M{\<220>}{\<65>}}\X{\<21>}\X{\M{\<51>}{\<65>}}\X{\<70>\<31>} +\X{\<21>\<64>}\X{\<70>\<52>} \X{\<53>\<63>}\X{\<210>\<62>}\X{\<46>}\X{\<165>\<63>}\X{\<40>\<62>}\X{\<47>\<63>} \X{\<21>\<63>}\X{\<31>}\X{\<167>\<63>}\X{\<136>}\X{\<174>}{\RMF.} \X{\<5>}\X{\<53>\<63>}\X{\<70>\<31>} \X{\<21>\<63>}\X{\<31>}\X{\<174>}\X{\<49>}\X{\M{\<161>}{\<65>}}\X{\<71>\<220>\<62>}\X{\<82>}{\RMF,} +\X{\<21>}\X{\<50>}\X{\<57>\<63>}\X{\M{\<247>}{\<65>}}\X{\<70>\<21>\<62>}\X{\<187>\<63>}\X{\<136>}\X{\<167>} \X{\<18>}\X{\<136>} \X{\<139>}\X{\<164>}\X{\<2>} \X{\M{\<26>}{\<65>}}\X{\<70>\<187>}\X{\<50>\<63>} \X{\<5>}\X{\<36>\<63>}\X{\<70>\<79>\<49>} \X{\M{\<46>}{\<66>}}\X{\<160>\<63>}\X{\<71>\<193>}\X{\<81>} +\X{\<18>\<62>}\X{\<31>\<63>}\X{\<160>}\X{\<47>}\X{\<49>\<63>} \X{\<5>}\X{\<36>\<63>}\X{\<70>\<40>} \X{\<9>}\X{\<35>}\X{\T{\<76>}{\R{.8ex}{\<165>}}\<63>}{\RMF.} \X{\<6>}\X{\<47>}\X{\<133>}\X{\<40>\<63>}\X{\<46>\<63>}\X{\<165>}\X{\<2>} \X{\<70>\<30>}\X{\<164>\<63>} \X{\<5>}\X{\<53>}\X{\<47>\<63>}\X{\<81>} \X{\<18>}\X{\<167>\<63>}\X{\<70>\<40>} \X{\<36>}\X{\<70>\<79>\<49>} +\X{\<70>\<70>\<21>}\X{\<70>\<21>\<62>}\X{\M{\<187>}{\<65>}} \X{\<42>\<63>}\X{\<31>\<63>}\X{\M{\<247>}{\<65>}} \X{\<70>\<21>\<62>}\X{\M{\<50>}{\<85>}\<62>}\X{\<49>\<62>}\X{\<160>\<63>}{\RMF.} \X{\<5>}\X{\<71>\<242>\<62>}\X{\<82>} \X{\<70>\<26>}\X{\<49>\<63>}\X{\<47>} \X{\M{\<26>}{\<65>}}\X{\<70>\<187>}\X{\<50>\<63>} \X{\<53>}\X{\<51>}\X{\<71>\<48>} +\X{\<53>\<83>}\X{\<56>}\X{\<40>}\X{\<71>\<165>\<62>}\X{\<71>\<31>} \X{\<21>}\X{\<136>}\X{\<35>}\X{\mmV{\<160>}} \X{\<5>}\X{\<71>\<42>}\X{\<251>\<63>}\X{\M{\<247>}{\<65>}}{\RMF.} \X{\<7>}\X{\<205>} \X{\<70>\<26>}\X{\<49>\<63>}\X{\<47>} \X{\<40>\<63>}\X{\<150>}\X{\M{\<55>}{\Z\<31>}}\X{\<28>}\X{\<222>}\X{\<53>\<63>}\X{\<70>\<79>\<49>} +\X{\<48>}\X{\<176>}\X{\<70>\<165>}\X{\<70>\<160>\<62>}\X{\M{\<187>}{\<65>}} \X{\<56>\<63>}\<2>\X{\<57>}\X{\<165>\<63>}\X{\<70>\<79>\<49>} \X{\<128>}\X{\<50>\<64>}\X{\<40>}\X{\<36>}\X{\<168>} \X{\<45>}\<2>\X{\<23>}\X{\<2>} \X{\<53>}\X{\<136>}\X{\<165>}\X{\<136>}\X{\<133>} \X{\<14>}\X{\<174>} \X{\<42>}\X{\<49>}\X{\<21>}\X{\M{\<47>}{\<65>}}\X{\<2>} +\X{\<70>\<26>}\X{\M{\<47>}{\Z\<133>}}{\RMF.} \X{\<56>\<63>}\<2>\X{\<57>}\X{\<2>} \X{\<21>\<62>}\X{\T{\<76>}{\R{.8ex}{\<249>}}}\X{\<2>} \X{\<6>}\X{\<71>\<50>\<62>}\X{\<26>\<63>}\X{\M{\<247>}{\<65>}} \X{\<5>}\X{\<36>\<63>}\X{\<70>\<79>\<49>} \X{\<5>}\X{\<71>\<42>}\X{\<251>}\X{\<71>\<42>\<62>}\X{\<71>\<50>} \X{\<70>\<26>}\X{\M{\<249>}{\<65>}}\X{\<167>}\X{\<36>\<62>}\X{\<132>}\<77> +\X{\<71>\<47>\<62>}\X{\<23>\<83>}\X{\<36>} \X{\<14>}\X{\<174>} \X{\<21>}\X{\M{\<187>}{\<65>}}\<77> \X{\<53>\<63>}\X{\<49>}\X{\M{\<247>}{\<65>}}\X{\<70>\<21>\<62>}\X{\<187>\<63>}\X{\<136>}\X{\<167>} \X{\<70>\<26>}\X{\<49>\<63>}\X{\<47>} \X{\<36>}\X{\<31>}\X{\M{\<53>}{\<65>}}\X{\<21>\<62>}\X{\<48>}\X{\<70>\<40>} \X{\<251>}\X{\<35>}\X{\<165>\<63>}\X{\<81>} +\X{\<53>\<63>}\X{\M{\<164>}{\<65>}}\X{\<21>}\X{\<51>}\X{\M{\<163>}{\<65>}}{\RMF.} \X{\<15>}\X{\<49>} \X{\<21>\<62>}\X{\<50>}\X{\<2>} \X{\<21>}\X{\<52>\<63>}\X{\M{\<47>}{\<65>}}\X{\<2>} \X{\M{\<46>}{\<65>}}\X{\<71>\<220>} \X{\<36>}\X{\<70>\<79>\<49>} \X{\<7>}\X{\<70>\<48>}\X{\<160>\<62>}\X{\<47>\<63>}\X{\M{\<164>}{\<65>}}\X{\<51>\K{-.2}\<51>} +\X{\<56>}\X{\<185>\<62>}\X{\<49>}\X{\<165>\<63>}\X{\<81>} \X{\<21>\<62>}\X{\<164>\<63>}\X{\M{\<50>}{\<66>}}\X{\<71>\<31>} \X{\<42>\<62>}\X{\<163>}\X{\<71>\<242>\<62>}\X{\<82>} \X{\<71>\<53>}\X{\<31>}\X{\<80>}\X{\<70>\<53>}\X{\<247>} \X{\<70>\<21>}\X{\<35>\<63>}\X{\<47>\<63>}\X{\<81>} +\X{\<21>}\X{\M{\<31>}{\<65>}}\X{\M{\<161>}{\<65>}}\X{\<53>\<62>}\X{\<79>} \X{\<56>}\<2>\X{\<23>}\X{\<36>\<63>}\X{\<47>\<62>}\X{\<47>\<63>}{\RMF.} \X{\<5>}\X{\<36>\<63>}\X{\<81>\<40>\<63>}\X{\<174>} \X{\<53>\<63>}\X{\M{\<164>}{\<65>}}\X{\<71>\<42>\<62>}\X{\<53>\<62>}\X{\<79>} \X{\<36>}\X{\<40>\<63>}\X{\<168>} \X{\<21>}\X{\<52>\<63>}\X{\<53>\<63>}\X{\M{\<50>}{\<85>}\<62>}\X{\M{\<47>}{\<112>}} +\X{\<70>\<21>\<62>}\X{\M{\<187>}{\<65>}} \X{\<15>}\X{\<49>}\X{\<49>}\X{\M{\<53>}{\<65>}}\X{\<2>} \X{\<45>}\X{\<47>}\X{\<181>}\X{\<48>}\X{\<40>\<62>}\X{\<38>}\X{\<71>\<165>\<62>}\X{\<71>\<31>} \X{\<5>}\X{\<50>}\X{\<49>\<63>}\X{\<70>\<160>\<62>}\X{\<187>\<63>}\X{\<136>}\X{\<174>}{\RMF.} +\X{\M{\<26>}{\<65>}}\X{\<70>\<187>}\X{\<50>\<63>} \X{\<7>}\X{\<133>} \X{\<71>\<21>}\X{\<164>\<63>}\X{\M{\<164>}{\<65>}} \X{\<6>} \X{\<56>\<63>}\<2>\X{\<57>}\X{\<165>\<63>}\X{\<70>\<79>\<49>} \X{\<54>}\X{\M{\<44>}{\Z\<38>}}\X{\<46>\<62>}\X{\<70>\<35>}\X{\<167>}\X{\<49>\<63>}\X{\<163>}\X{\<133>}\X{\<70>\<21>\<62>}\X{\mmV{\<187>}} +\X{\<9>}\X{\<31>}\X{\<71>\<40>} \X{\<6>} \X{\<56>\K{-.5}\<88>}\X{\<50>}\X{\<71>\<165>}\X{\<168>} \X{\<70>\<26>}\X{\<174>} \X{\<36>}\X{\<70>\<79>\<49>} \X{\<44>}\X{\M{\<219>}{\<65>}} \X{\<6>}\X{\<70>\<35>}\X{\<174>}\X{\<2>} \X{\<5>}\X{\<133>}\X{\<70>\<21>\<62>}\X{\M{\<187>}{\<65>}} +{\RMF``}\X{\<18>}\X{\<174>}\X{\<2>} \X{\<45>}\X{\<47>}\X{\<70>\<242>}\X{\<71>\<31>}\X{\<187>}{\RMF''} \X{\<14>}\X{\<174>}\X{\<2>} \X{\<42>}\X{\<49>}\X{\M{\<163>}{\<65>}}{\RMF.} \X{\<42>\<63>}\X{\<70>\<167>} \X{\<9>}\X{\<31>}\X{\<70>\<40>} +\X{\<36>}\X{\<70>\<79>\<49>} \X{\<42>}\X{\<35>\<63>} \X{\<133>}\X{\<31>}\X{\<161>\<63>}{\RMF:} \X{\M{\<46>}{\<66>}}\X{\T{\<76>}{\R{.8ex}{\<247>}}}\X{\M{\<47>}{\<65>}}\X{\<51>\K{-.2}\<51>} \X{\<36>}\X{\<70>\<79>\<49>} \X{\<70>\<26>}\X{\<49>\<63>}\X{\<47>} \X{\<42>}\X{\M{\M{\<50>}{\<85>}}{\<65>}}\X{\<21>}\X{\<70>\<51>}\X{\<70>\<160>\<62>}\X{\mmV{\<187>}} +\X{\<70>\<21>}\X{\<35>\<63>}\X{\<47>}\X{\<70>\<31>} \X{\<128>}\X{\M{\<31>}{\<65>}}\X{\<168>}\X{\<21>} \X{\<70>\<51>}\X{\M{\<47>}{\<65>}}\X{\<2>} \X{\<70>\<21>}\X{\M{\<164>}{\<65>}}\X{\<21>}\X{\<70>\<51>}\X{\M{\<47>}{\<65>}}\X{\<2>} \X{\<21>}\X{\<31>\<63>}\X{\<247>}\X{\M{\<49>}{\<65>}}\X{\<172>}{\RMF,} \X{\<71>\<21>}\X{\<56>}\X{\<48>\<63>}\X{\<53>\<64>}\X{\<48>}\X{\<70>\<40>} +\X{\<56>\K{-.5}\<86>}\X{\<36>}\X{\<215>}\X{\<40>\<62>}\X{\<160>\<63>} \X{\<5>}\X{\<47>}\X{\<160>}\X{\M{\<47>}{\<65>}}\X{\<2>} \X{\<70>\<26>}\X{\M{\<47>}{\Z\<133>}}{\RMF.} + +\smallskip + +\X{\<5>}\X{\<133>}\X{\<70>\<21>\<62>}\X{\M{\<187>}{\<65>}}{\RMF:} {\RMF``}\X{\M{\<42>}{\<66>}}\X{\M{\M{\<50>}{\<85>}}{\<65>}}\X{\<21>}\X{\<82>}{}\X{\<70>\<21>\<62>}\X{\M{\<187>}{\<65>}}\X{\<2>} \X{\<9>}\X{\<42>}\X{\<21>\<62>}\X{\<48>}\X{\<2>} \X{\<9>}\X{\<187>\<62>}\X{\<128>}\X{\<2>}{\RMF.}{\RMF''} + +}\bigskip + +{\mmtr Oru simham u\d s\d natt\=alum n\=ay\=a\d t\d tin\=alum ta\d larnnu k\d s{\=\i}\d niccu\.nk\=o\d n\d tu +ta\d nalu\d l\d la ta\d ticca oru karuv\=elakav\d rk\d satti\b n\b te vi\d tarnnat\=aya konpuka\d lu\d te +k{\=\i}\b ze vi\'sr\=amattin\=ayi ki\d tannirunnu. Avi\d te ki\d tannu\b ra\.n\.nunp\=o\d l, +kalahiccuko\d n\d tirunna oru k\=u\d t\d tam cu\d n\d teli ati\b n\b te m\=ukkinm\=el +\=o\d tikkaya\b ri atine u\d nartti. \=Ayatunimittam \~ne\d t\d ti avayil onnine ta\b n\b te +kaiko\d n\d tu pi\d ticcu koll\=a\b r\=akki. App\=o\d l ce\b riya cu\d n\d teli va\d lar\=e +vyasanatt\=o\d t\=e karu\d nakk ap\=ek\d siccu. Itra ce\b riya nik\d r\d s\d tajantuvi\b n\b te +raktattekko\d n\d tu si\d mhatti\b n\b te kul{\=\i}natakku bha\.ngam varuttarutu ennu pa\b rakayum +ceytu. Si\d mham k\=aryyam \=al\=ociccu ati\b n\b te ap\=ek\d sap\=ol\=e ceyyunnat\=a\d n\u u +y\=ogyata ennu ka\d n\d t\u u vi\b raccuko\d n\d tirunna ce\b riya ta\d tavuk\=arane k\d sa\d nattil +vi\d t\d tuka\d la\~n\~nu. \=E\b ra k\=alam ka\b ziyum munp\=e ta\b n\b te irekk\=ayi\d t\d tu\d l\d la +sa\~nc\=a\b rattil k\=a\d t\d til\=u\d t\=e p\=a\~n\~napp\=o\d l v\=e\d tarvecca ke\d niyil +ka\d tu\.n\.nuv\=an sa\.ngatiy\=ayi. Atilninnu vi\d t\d tup\=ov\=an tanikku ka\b zivill\=ayka +ko\d n\d tu \=e\b ra\b ravum bhaya\.nkaran\=adatt\=o\d t\=e ala\b rikko\d n\d tirunnu. +Cu\d n\d teli itu k\=e\d t\d ti\d t\d tu \=a si\d mhatti\b n\b te \'sabdam\=a\d nenna\b ri\~n\~natuko\d n\d t +u\d tan\=e \=a sthalatt\=ekku cennu ta\b n\b te bandhu \=a\d nennum atuko\d n\d tu +``onnum bhayappe\d t\=e\d n\d ta'' ennum pa\b ra\~n\~nu. Pinne u\d tane +ta\b n\b te pa\d ni tu\d ta\.n\.ni: m\=urccayu\d l\d la ta\b n\b te ce\b riya palluka\d lekko\d n\d t +ke\d niya\d te ku\d tukkuka \d leyum ke\d t\d tuka\d leyum ka\d ticca\b ruttu, k\=esariv{\=\i}rane +svatantran\=akki ayakkayum ceytu. + +\smallskip + +Atuko\d n\d tu: ``p\=ulluka\d l{}ko\d n\d tum upak\=aram u\d n\d t\=akum.'' + +} + +\bigskip + +A lion, faint with heat and weary with hunting, was lying down to take his +repose under the spreading bows of a thick shady oak. It happened that, while +he slept, a company of quarreling mice ran over his nose and waked him; upon which, +starting up, he clapped his paw upon one of them and was just about to put +it to death, when the little suppliant implored his mercy in a very moving +manner, begging him not to stain his noble character with the blood of a despicable and +small beast. The lion considering the matter, thought proper to do as he was +desired and immediately released his little trembling prisoner. Not long after, traversing +the forest in pursuit of his prey, he chanced to run into the toils of the hunters, +from whence, not able to disengage himself, he set up a most hideous and loud +roar. The mouse hearing the voice, and knowing it to be the lion's, immediately +repaired to the place and bid him fear nothing, for that he was his friend. +Then straight he fell to work, and with his little sharp teeth gnawing asunder the knots +ad fastenings of the toils, set the royal brute at liberty. + +\smallskip + +Moral: The least may help the greatest. + +\bigskip + +{\raggedright\tt\catcode`\^=11\catcode`\~=11\hyphenpenalty=10000\dollar ^oru simham uSNattaalum naayaaTTinaalum taLarnnu kSiiNiccuMkooNTu +taNaluLLa taTicca oru karuveelakav.rkSattin\_t\_e viTarnnataaya konpukaLuTe +kiizhe vishraamattinaayi kiTannirunnu. ^aviTe kiTannuRan"n"unpooL, +kalahiccukoNTirunna oru kuuTTam cuNTeli atin\_t\_e muukkinmeel +ooTikkayaRi atine uNartti. ^aayatunimittam n~eTTi avayil onnine tan\_t\_e +kaikoNTu piTiccu kollaaRaakki. ^appooL ceRiya cuNTeli vaLaree +vyasanattooTee karuNakk apeekSiccu. ^itra ceRiya nik.rSTajantuvin\_t\_e +raktattekkoNTu siMhattin\_t\_e kuliinatakku bhaMgam varuttarutu ennu paRakayum +ceytu. ^siMham kaaryyam aaloociccu atin\_t\_e apeekSapoolee ceyyunnataaNu+ +yoogyata ennu kaNTu+ viRaccukoNTirunna ceRiya taTavukaarane kSaNattil +viTTukaLan~n~u. ^eeRa kaalam kazhiyum munpee tan\_t\_e irekkaayiTTuLLa +san~caaRattil kaaTTiluuTee paan~n~appooL veeTar+vecca keNiyil +kaTun"n"uvaan saMgatiyaayi. ^atilninnu viTTupoovaan tanikku kazhivillaayka +koNTu eeRaRavum bhayan"karanaadattooTee alaRikkoNTirunnu. +^cuNTeli itu keeTTiTTu aa siMhattin\_t\_e shabdamaaNennaRin~n~atukoNT +uTanee aa sthalatteekku cennu tan\_t\_e bandhu aaNennum atukoNTu +``onnum bhayappeTeeNTa'' ennum paRan~n~u. ^pinne uTane +tan\_t\_e paNi tuTan"n"i: muurccayuLLa tan\_t\_e ceRiya pallukaLekkoNT +keNiyaTe kuTukkuka Leyum keTTukaLeyum kaTiccaRuttu, keesariviirane +svatantranaakki ayakkayum ceytu. +\smallskip +\bslash smallskip +\smallskip +^atukoNTu: ``puullukaL{}koNTum upakaaram uNTaakum.'' +\dollar +} +\endinput + diff -Nru texlive-lang-2007.dfsg.4/texmf-dist/doc/fonts/malayalam/article/mmarticl.mm texlive-lang-2009/texmf-dist/doc/fonts/malayalam/article/mmarticl.mm --- texlive-lang-2007.dfsg.4/texmf-dist/doc/fonts/malayalam/article/mmarticl.mm 1970-01-01 01:00:00.000000000 +0100 +++ texlive-lang-2009/texmf-dist/doc/fonts/malayalam/article/mmarticl.mm 2006-01-09 00:47:01.000000000 +0000 @@ -0,0 +1,440 @@ +% mmarticle.mm -- article about Malayalam TeX +% (c) 1993 Jeroen Hellingman +% last edit: 02-APR-1993 + +\input mmmacs +\input mmtrmacs + +\def\q{\hfill\quad} +\def\os{\oldstyle} +\font\logo=logo10 +\def\MF{{\logo METAFONT}} +\parindent=0pt + +\def\today{\number\day\space\ifcase\month\or January\or February\or March\or April\or May\or + June\or July\or August\or September\or October\or November\or December\fi + \space\number\year} + +\headline={{\it preliminary version of \today \hfil Typesetting Malayalam with \TeX}} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\centerline{\twelvebf Typesetting Malayalam with \TeX}\bigskip +\centerline{Jeroen Hellingman}\bigskip + +{\narrower +\noindent{\bf Abstract}\medskip + +\noindent Malayalam, a language spoken in the Indian state of Kerala, +employs a beautiful but complicated script. This script uses numerous +ligatures and places glyphs on top of each other and out of phonetic +order. To be able to typeset Malayalam, a \MF\ containing all +necessary letter forms, a pre-processor and a collection of +\TeX-macro's were designed. Together they form a package called +Malayalam-\TeX. This package enables the user to type Malayalam in an +adaptable roman transliteration, which after being processed by the +pre-processor, can be typeset with \TeX. + +During the design and development of the package, several shortcomings +of the \TeX\ system appeared, which made a straightforward +implementation of the Malayalam script difficult. Several additions to +\TeX\ would have made the pre-processor unnecessary. Still, \MF\ and +\TeX\ together proved to be a powerful tool that made the development +of the package an enjoyable task.\par} + +\beginsection Introduction + +The Malayalam language, ($malayaaLam$), which is the first language of +an estimated {\os30}~million people in the South Indian state Kerala, +uses its own script, which is characterised by curly shaped +characters. It is believed that those rounded shapes developed because +it was written on palm leaves with a metal nib, which would have +pricked through the medium, if the script had contained sharp curves. +The same rounded shapes can be found in the other South Indian and +Sri~Lankan scripts, which are all closely related to Malayalam script. + +Through the centuries, Malayalam has been written in various scripts +and variations of scripts. Until a few centuries ago, the Malayalam +language was normally written in the Old Tamil or $^mappiLLa$ +($$^mappiLLa$$) alphabet, also known as $vaTTezhuttu$ +($$vaTTezhuttu$$), the `rounded characters'. This script however, did +not contain many letters necessary for writing Sanskrit. They became +necessary in writing Malayalam since the language absorbed many +Sanskrit loans, which could only be written in an ambiguous way. + +To overcome those problems, the {\os17}th~century poet $^tun~jettu +^ezhuttacchan_$ ($$^tun~jettu ^ezhuttacchan_$$)\footnote*{literally +``Father of Letters.''} adopted the modern Malayalam script, the +so-called $^aaryavezhuttu$ ($$^aaryavezhuttu$$) or `Aryan characters' +from the Tamil Grantha alphabet to render Sanskrit poetry in +Malayalam. Tamil Grantha, in its turn, was derived from the ancient +Brahmi script. His alphabet quickly became the standard for writing +Malayalam. (however, a variant of the old script, called $koolezhuttu$ +($$koolezhuttu$$) was in use far into this century for keeping records +in the Raja's palaces.) + +The Malayalam script still looks very similar to the Tamil script, but +unlike Tamil, it uses complex conjunct characters, with letters +subscribed to others, and out of phonetic order, as can be seen in +most Indian scripts. + +With the introduction of the printing press in Kerala, somewhere in +the {\os18}th~century, printing letters for Malayalam where designed, +modelled after the, at that time, popular Latin Bodoni types, with +large differences between thin and thick strokes. Printing Malayalam, +however, proved to be quite complicated; in traditional typography, +several hundreds of distinct lead glyphs where needed to typeset the +language. + +To ease learning and typesetting, the government of the state of +Kerala adopted a reformed script in {\os1974}. It abandons most of the +subscribed conjuncts and all the irregular vowel signs. Although this +script is now teached in all schools in Kerala, and newspapers are +printed in it, the original script is still in widespread use, and +mixtures of the two styles in one document can be seen regularly. In +the following section I will explain the reformed script. + +\beginsection The Malayalam Script + +Like all scripts derived from Brahmi, Malayalam script is neither +purely syllabic, nor purely alphabetic. The modern alphabet consists +of {\os61}~syllabic characters, {\os15}~for the pure vowel sounds, and +{\os36}~for the consonants followed by an `inherent'~$$a$$. To write a +syllable with another vowel, a special sign is applied to the normal +consonant character. When two consonants appear next to each other +without an intermediate vowel, They are joined to each other in some +way. + +Traditionally, the Malayalam syllabary has been ordered, following the +Sanskrit order, on phonetic principles, putting related sounds +together. For the sounds not used in Sanskrit, new letters where added +to the end of the syllabary. + +\noindent The vowels are:\footnote*{The traditional alphabet also +includes the Sanskrit vowels $.r.r$, $.l$, and $.l.l$ for respectively +$$.r.r$$, $$.l$$, and $$.l.l$$.} + +\bigskip +\centerline{\vbox{\twelvemmc\halign{#\q&#\q&#\q&#\q&#\q&#\q&#\cr +$a$ & $aa$ & $i$ & $ii$ & $u$ & $uu$ & $.r$ \cr +$$a$$ & $$aa$$ & $$i$$ & $$ii$$ & $$u$$ & $$uu$$ & $$.r$$ \cr +$e$ & $ee$ & $ai$ & $o$ & $oo$ & $au$ \cr +$$e$$ & $$ee$$ & $$ai$$& $$o$$ & $$oo$$& $$au$$ \cr +}}} +\bigskip + +\noindent After the vowels, are normally listed the modifiers $M$, +$$M$$, and $H$, $$H$$. They are called {\it anusvaram} and {\it +visargam} and represent a nasal sound and a aspiration respectively. + +The consonants are: + +\bigskip +\centerline{\vbox{\twelvemmc\halign{#\q&#\q&#\q&#\q&#\q\q\q&#\q&#\q&#\q&#\cr +$ka$ & $kha$ & $ga$ & $gha$ & $n"a$ & $ya$ & $ra$ & $la$ & $va$ \cr +$$ka$$ & $$kha$$ & $$ga$$ & $$gha$$ & $$n"a$$ & $$ya$$ & $$ra$$ & $$la$$ & $$va$$ \cr +$ca$ & $cha$ & $ja$ & $jha$ & $n~a$ & $sha$ & $Sa$ & $sa$ \cr +$$ca$$ & $$cha$$ & $$ja$$ & $$jha$$ & $$n~a$$ & $$sha$$ & $$Sa$$ & $$sa$$ \cr +$Ta$ & $Tha$ & $Da$ & $Dha$ & $Na$ & $ha$ & $La$ & $zha$ & $Ra$ \cr +$$Ta$$ & $$Tha$$ & $$Da$$ & $$Dha$$ & $$Na$$ & $$ha$$ & $$La$$ & $$zha$$ & $$Ra$$ \cr +$ta$ & $tha$ & $da$ & $dha$ & $na$ \cr +$$ta$$ & $$tha$$ & $$da$$ & $$dha$$ & $$na$$ \cr +$pa$ & $pha$ & $ba$ & $bha$ & $ma$ \cr +$$pa$$ & $$pha$$ & $$ba$$ & $$bha$$ & $$ma$$ \cr +}}} +\bigskip + +\noindent When a vowel follows a consonant, it is written with a vowel +sign, some of them standing to the left, or on both sides of the +consonant to which they belong. This can be quite confusing in the +when one starts learning the script. Here the vowel signs are given +with the letter $ka$, {\it$$ka$$}: + +\bigskip +\centerline{\vbox{\twelvemmc\halign{#\q&#\q&#\q&#\q&#\q&#\q&#\cr +$ka$ & $kaa$ & $ki$ & $kii$ & $ku$ & $kuu$ & $k.r$ \cr +$$ka$$ & $$kaa$$ & $$ki$$ & $$kii$$ & $$ku$$ & $$kuu$$ & $$k.r$$ \cr +$ke$ & $kee$ & $kai$ & $ko$ & $koo$ & $kau$ \cr +$$ke$$ & $$kee$$ & $$kai$$& $$ko$$ & $$koo$$& $$kau$$ \cr +}}} +\bigskip + +\noindent The biggest complexities arise when two consonants follow +each other. In that case there are several alternatives. First, the +consonants are joined with each other to form a new conjunct, like in +$jja$, $nta$, and $NTa$; second one can write the second consonant as +a subscript to the first, like in $ppa$, and $NNa$; the third option +is to use a special symbol, $+$, called $candrakala$, +{\it$$candrakala$$}, to indicate the absence of the inherent vowel in +a consonant. This symbol is also used when a word ends in a consonant. +Several letters form a ligature with this sign: $k$ for $ka+$, $N$ for +$Na+$, $t$ for $ta+$ or $la+$, $n$ for $na+$, $m$ for $ma+$, $r$ for +$ra+$, and $L$ for $La+$. + +Some consonants have a special sign when they occur as the last +element of a consonant cluster: +$ya$ becomes ${}<}\X{\<50>}\X{\<47>\<62>}\X{\<51>}\X{\<2>}}), which is the first language of +an estimated {\os30}~million people in the South Indian state Kerala, +uses its own script, which is characterised by curly shaped +characters. It is believed that those rounded shapes developed because +it was written on palm leaves with a metal nib, which would have +pricked through the medium, if the script had contained sharp curves. +The same rounded shapes can be found in the other South Indian and +Sri~Lankan scripts, which are all closely related to Malayalam script. + +Through the centuries, Malayalam has been written in various scripts +and variations of scripts. Until a few centuries ago, the Malayalam +language was normally written in the Old Tamil or {\mm \X{\<46>}\X{\<242>\<63>}\X{\<51>\K{-.2}\<51>}} +({\mmtr Mappi\d l\d la}) alphabet, also known as {\mm \X{\<53>}\X{\<70>\<164>}\X{\<52>\<72>}\X{\<165>\<72>}} +({\mmtr va\d t\d te\b zuttu}), the `rounded characters'. This script however, did +not contain many letters necessary for writing Sanskrit. They became +necessary in writing Malayalam since the language absorbed many +Sanskrit loans, which could only be written in an ambiguous way. + +To overcome those problems, the {\os17}th~century poet {\mm \X{\<36>\<72>}\X{\<70>\<186>}\X{\<165>\<72>} +\X{\<14>}\X{\<52>\<72>}\X{\<165>}\X{\mmV{\<26>}\<27>}\X{\<79>}} ({\mmtr Tu\~njettu E\b zuttaccha\b n})\footnote*{literally +``Father of Letters.''} adopted the modern Malayalam script, the +so-called {\mm \X{\<6>}\X{\<80>\<47>}\X{\<70>\<53>}\X{\<52>\<72>}\X{\<165>\<72>}} ({\mmtr \=Aryave\b zuttu}) or `Aryan characters' +from the Tamil Grantha alphabet to render Sanskrit poetry in +Malayalam. Tamil Grantha, in its turn, was derived from the ancient +Brahmi script. His alphabet quickly became the standard for writing +Malayalam. (however, a variant of the old script, called {\mm \X{\<71>\<21>\<62>}\X{\<70>\<50>}\X{\<52>\<72>}\X{\<165>\<72>}} +({\mmtr k\=ole\b zuttu}) was in use far into this century for keeping records +in the Raja's palaces.) + +The Malayalam script still looks very similar to the Tamil script, but +unlike Tamil, it uses complex conjunct characters, with letters +subscribed to others, and out of phonetic order, as can be seen in +most Indian scripts. + +With the introduction of the printing press in Kerala, somewhere in +the {\os18}th~century, printing letters for Malayalam where designed, +modelled after the, at that time, popular Latin Bodoni types, with +large differences between thin and thick strokes. Printing Malayalam, +however, proved to be quite complicated; in traditional typography, +several hundreds of distinct lead glyphs where needed to typeset the +language. + +To ease learning and typesetting, the government of the state of +Kerala adopted a reformed script in {\os1974}. It abandons most of the +subscribed conjuncts and all the irregular vowel signs. Although this +script is now teached in all schools in Kerala, and newspapers are +printed in it, the original script is still in widespread use, and +mixtures of the two styles in one document can be seen regularly. In +the following section I will explain the reformed script. + +\beginsection The Malayalam Script + +Like all scripts derived from Brahmi, Malayalam script is neither +purely syllabic, nor purely alphabetic. The modern alphabet consists +of {\os61}~syllabic characters, {\os15}~for the pure vowel sounds, and +{\os36}~for the consonants followed by an `inherent'~{\mmtr a}. To write a +syllable with another vowel, a special sign is applied to the normal +consonant character. When two consonants appear next to each other +without an intermediate vowel, They are joined to each other in some +way. + +Traditionally, the Malayalam syllabary has been ordered, following the +Sanskrit order, on phonetic principles, putting related sounds +together. For the sounds not used in Sanskrit, new letters where added +to the end of the syllabary. + +\noindent The vowels are:\footnote*{The traditional alphabet also +includes the Sanskrit vowels {\mm \X{\<96>}}, {\mm \X{\<12>}}, and {\mm \X{\<97>}} for respectively +{\mmtr {\rii}}, {\mmtr \d l}, and {\mmtr {\lii}}.} + +\bigskip +\centerline{\vbox{\twelvemmc\halign{#\q&#\q&#\q&#\q&#\q&#\q&#\cr +{\mm \X{\<5>}} & {\mm \X{\<6>}} & {\mm \X{\<7>}} & {\mm \X{\<7>\<87>}} & {\mm \X{\<9>}} & {\mm \X{\<9>\<87>}} & {\mm \X{\<11>}} \cr +{\mmtr a} & {\mmtr \=a} & {\mmtr i} & {\mmtr {\=\i}} & {\mmtr u} & {\mmtr \=u} & {\mmtr \d r} \cr +{\mm \X{\<14>}} & {\mm \X{\<15>}} & {\mm \X{\<70>\<14>}} & {\mm \X{\<18>}} & {\mm \X{\<18>\<62>}} & {\mm \X{\<18>\<87>}} \cr +{\mmtr e} & {\mmtr \=e} & {\mmtr ai}& {\mmtr o} & {\mmtr \=o}& {\mmtr au} \cr +}}} +\bigskip + +\noindent After the vowels, are normally listed the modifiers {\mm \<2>}, +{\mmtr \d m}, and {\mm \<3>}, {\mmtr \d h}. They are called {\it anusvaram} and {\it +visargam} and represent a nasal sound and a aspiration respectively. + +The consonants are: + +\bigskip +\centerline{\vbox{\twelvemmc\halign{#\q&#\q&#\q&#\q&#\q\q\q&#\q&#\q&#\q&#\cr +{\mm \X{\<21>}} & {\mm \X{\<22>}} & {\mm \X{\<23>}} & {\mm \X{\<24>}} & {\mm \X{\<25>}} & {\mm \X{\<47>}} & {\mm \X{\<48>}} & {\mm \X{\<50>}} & {\mm \X{\<53>}} \cr +{\mmtr ka} & {\mmtr kha} & {\mmtr ga} & {\mmtr gha} & {\mmtr \.na} & {\mmtr ya} & {\mmtr ra} & {\mmtr la} & {\mmtr va} \cr +{\mm \X{\<26>}} & {\mm \X{\<27>}} & {\mm \X{\<28>}} & {\mm \X{\<29>}} & {\mm \X{\<30>}} & {\mm \X{\<54>}} & {\mm \X{\<55>}} & {\mm \X{\<56>}} \cr +{\mmtr ca} & {\mmtr cha} & {\mmtr ja} & {\mmtr jha} & {\mmtr \~na} & {\mmtr \'sa} & {\mmtr \d sa} & {\mmtr sa} \cr +{\mm \X{\<31>}} & {\mm \X{\<32>}} & {\mm \X{\<33>}} & {\mm \X{\<34>}} & {\mm \X{\<35>}} & {\mm \X{\<57>}} & {\mm \X{\<51>}} & {\mm \X{\<52>}} & {\mm \X{\<49>}} \cr +{\mmtr \d ta} & {\mmtr \d tha} & {\mmtr \d da} & {\mmtr \d dha} & {\mmtr \d na} & {\mmtr ha} & {\mmtr \d la} & {\mmtr \b za} & {\mmtr \b ra} \cr +{\mm \X{\<36>}} & {\mm \X{\<37>}} & {\mm \X{\<38>}} & {\mm \X{\<39>}} & {\mm \X{\<40>}} \cr +{\mmtr ta} & {\mmtr tha} & {\mmtr da} & {\mmtr dha} & {\mmtr na} \cr +{\mm \X{\<42>}} & {\mm \X{\<43>}} & {\mm \X{\<44>}} & {\mm \X{\<45>}} & {\mm \X{\<46>}} \cr +{\mmtr pa} & {\mmtr pha} & {\mmtr ba} & {\mmtr bha} & {\mmtr ma} \cr +}}} +\bigskip + +\noindent When a vowel follows a consonant, it is written with a vowel +sign, some of them standing to the left, or on both sides of the +consonant to which they belong. This can be quite confusing in the +when one starts learning the script. Here the vowel signs are given +with the letter {\mm \X{\<21>}}, {\it{\mmtr ka}}: + +\bigskip +\centerline{\vbox{\twelvemmc\halign{#\q&#\q&#\q&#\q&#\q&#\q&#\cr +{\mm \X{\<21>}} & {\mm \X{\<21>\<62>}} & {\mm \X{\<21>\<63>}} & {\mm \X{\<21>\<64>}} & {\mm \X{\<21>\<72>}} & {\mm \X{\<21>\<73>}} & {\mm \X{\<21>\<75>}} \cr +{\mmtr ka} & {\mmtr k\=a} & {\mmtr ki} & {\mmtr k{\=\i}} & {\mmtr ku} & {\mmtr k\=u} & {\mmtr k\d r} \cr +{\mm \X{\<70>\<21>}} & {\mm \X{\<71>\<21>}} & {\mm \X{\<70>\<70>\<21>}} & {\mm \X{\<70>\<21>\<62>}} & {\mm \X{\<71>\<21>\<62>}} & {\mm \X{\<21>\<87>}} \cr +{\mmtr ke} & {\mmtr k\=e} & {\mmtr kai}& {\mmtr ko} & {\mmtr k\=o}& {\mmtr kau} \cr +}}} +\bigskip + +\noindent The biggest complexities arise when two consonants follow +each other. In that case there are several alternatives. First, the +consonants are joined with each other to form a new conjunct, like in +{\mm \X{\<162>}}, {\mm \X{\<194>}}, and {\mm \X{\<187>}}; second one can write the second consonant as +a subscript to the first, like in {\mm \X{\<242>}}, and {\mm \X{\<241>}}; the third option +is to use a special symbol, {\mm \<77>}, called {\mm \X{\<26>}\X{\<74>\<195>}\X{\<21>}\X{\<50>}}, +{\it{\mmtr candrakala}}, to indicate the absence of the inherent vowel in +a consonant. This symbol is also used when a word ends in a consonant. +Several letters form a ligature with this sign: {\mm \X{\<94>}} for {\mm \X{\<21>}\<77>}, {\mm \X{\<78>}} for +{\mm \X{\<35>}\<77>}, {\mm \X{\<81>}} for {\mm \X{\<36>}\<77>} or {\mm \X{\<50>}\<77>}, {\mm \X{\<79>}} for {\mm \X{\<40>}\<77>}, {\mm \X{\<2>}} for {\mm \X{\<46>}\<77>}, {\mm \X{\<80>}} for +{\mm \X{\<48>}\<77>}, and {\mm \X{\<82>}} for {\mm \X{\<51>}\<77>}. + +Some consonants have a special sign when they occur as the last +element of a consonant cluster: +{\mm \X{\<47>}} becomes {\mm {}\hbox{}\<83>} as in {\mm \X{\<21>\<83>}}, {\it{\mmtr kya}}; +{\mm \X{\<48>}} becomes {\mm {}\<74>\hbox{}} , standing to the left of the cluster, as in +{\mm \X{\<74>\<21>}}, {\it{\mmtr kra}}; +{\mm \X{\<50>}} becomes {\mm {}\M{\hbox{}}{\<85>}}, as in {\mm \X{\M{\<21>}{\<85>}}}, {\it{\mmtr kla}}; and +{\mm \X{\<53>}} becomes {\mm {}\hbox{}\K{-.5}\<86>} as in {\mm \X{\<21>\K{-.5}\<86>}}, {\it{\mmtr kva}}. + +\beginsection The font + +I faced several problems while designing the font for Malayalam: I +have no knowledge of the language; I had no clear arrangement of all +needed conjuncts, nor a good example typeface, which I could use as a +guideline; and finally, I also had very little experience with \MF. + +After some trials, in which I produced Malayalam letters in the +traditional typographic style, I decided to switch to a `script' style +of letters, for two reasons. First designing and coding a font in the +traditional style, with unnatural thick-thin transistions --~i.e., +transistions that do not appear when writing with a calligraphic +pen~--, would have costed a lot of time, which I could not spend on +it. Second, the traditional design is hard on the eyes, because it has +a big difference between thick and thin. It often produces a page +which looks `stained' from distance, instead of the more evenly +distributed gray you see when you look at a page typeset in English. + +After this decision was made, I proceeded as follows. First, I drew +each character about {\os2}~centimetres high out of free hand on graph +paper with a yellow marker-pen, the same type you use to highlight +text. When I was satisfied with this character, I decided where to put +control points, and marked them with a black dot, measured the +positions of the dots on the graph paper and coded them, together with +the path my pen had made through those points, in \MF. After running +\MF\ the character appeared on the screen for the first time. When I +was not satisfied with its look, I would move some control points a +bit, and re-run \MF. I repeated this process until I was satisfied +with the character. + +Because many conjuncts consist of a part of each of the characters it +is build up of, I defined a macro for most consonants. This way all +that was needed to define the shape of a conjunct was a macro-call for +each of the constituent consonants, sometimes adjusting some points +where one consonant goes over into the other. + +This way of producing characters has proven very productive. I spend +on average about half an hour per character --~although I needed +several hours to get some, notably {\mm \X{\<28>}} and {\mm \X{\<47>}}, right~-- Still the +results are acceptable, thanks to \MF, which does a great job of +producing nice curves. + +Malayalam script includes many conjuncts of consonants which are build +by placing a smaller variant of the glyph of the second consonant +below the normal sized glyph of the first consonant. To avoid coding +these smaller consonants again, I decided to create a second font, +called the {\it subfont\/}, which contains only the characters that +can be subscribed. This font uses the same code to produce the glyphs, +but \MF-parameters have been adjusted, so that this font combines well +with the `main'-font. The job of combining glyphs from the `sub' and +`main' font to create stacked conjuncts is left to \TeX. + +My way of coding glyphs results in little `{\logo META}-ness'. Unlike +Donald Knuth's Computer Modern fonts, only a few variations in letter +style can be derived from the \MF-source. I produced several styles: a +regular, slanted, and bold style drawn with a circular pen, and a +style drawn with a `calligraphic' (elliptical) pen, in {\os6}, {\os8}, +{\os10}, {\os12}, and {\os17} point sizes. Beside those those, I +created some `big' bold fonts for headlines and a few more +experimental fonts. A sample of each style is given in appendix~C. + +\beginsection Typesetting Malayalam + +When you have a font for the English alphabet, typesetting is +straightforward. Roughly speaking, all you have to do is to place the +letters in a row, in the same order as you type them, taking care to +move to the next line when the current line is filled up. There is +roughly a one-to-one relationship between characters, letters, and +glyphs. Typesetting Malayalam text is much more complicated. You have +to use conjuncts, stack glyphs on top of each other, or place glyphs +that represent sounds that come after a consonant before the glyph of +representing that consonant. + +But when we look at Malayalam script from a different position, it can +be said to consist of syllables, which are just as easily placed on a +line from left to right as English. The remaining problem is how to +construct the syllables. + +Here it is where \TeX's box-building capabilities come to the rescue. +To build a syllable, you can put a glyph in a box, place it relative +to another character, and put the resulting construction into another +box for use it in further constructing, until the syllable is +complete, and it can be added to the current line. + +As has been shown by the implementation of Telugu-\TeX\ [???], it is +possible to let \TeX\ do all the necessary processing, however, at a +high cost in both processor load and memory usage at run time, which +makes it impossible to use Telugu-\TeX\ on a small personal computer. +Also, programming these tasks in the \TeX-programming language is +awkward, requiring many `dirty tricks'. For these reasons I decided to +implement a pre-processor, written in~C, which does most of the +syllable-composing work. + +Another problem in typesetting Malayalam is that this language has +many very long `words'. Both in speaking as in writing, the boundaries +between words tend to disappear, and often the last letter of a word +changes and/or forms a conjunct with the first of the next word. This +effect, know as `Sandhi', appears in most languages, but in Malayalam +it is quite prominent, and also reflected in the orthography. As a +result, a text contains very long sequences of characters and few +spaces, which can serve as line-break points. As a result, it is +difficult to obtain even spacing between words, especially in narrow +columns. Several of \TeX's line-breaking parameters had to be adjusted +to get acceptable results. + +\beginsection Typing Malayalam + +Now that we have all the elements to {\it output\/} Malayalam, we need +some way to {\it input\/} it. Unfortunately, I have no keyboard or +editor on which I can type Malayalam script directly. So I was forced +to use some transcription scheme in ASCII. The transcription I decided +to use was based on the following principles. First it should be +easily readable, avoiding as much as possible non-letters and capital +letters in the middle of words, non-ambiguous, so that it can be +converted automatically, easily recognisable, and finally, besides +being able to produce Malayalam text from it, I wanted to be able to +create a scientific transcription from the same source. + +However desirable some standard transcription may be, people can be +very `religious' about what they consider a good transcription-scheme. +Beside that they can also have huge texts already available in some +transcription, and be unwilling to convert that, so I decided to have +the pre-processor read the transcription from a file, which can easily +be changed to reflect the users favourite transcription. + +The transcription method is only of limited use to native speakers, +who may not even know the roman alphabet, and also awkward for +entering large pieces of text, since many typing errors only show up +when the text is seen after processing by \TeX, so it should be +replaced by some way of entering text directly. + +\beginsection Some thoughts on a future \TeX\par + +Creating a typesetting system for Malayalam was an enjoyable task, in +which \TeX\ and \MF\ proved to be very powerful tools. Still, many +things remain to be desired. The pre-processing stage, and the need to +represent non-Latin scripts with a sequence of inpenetratable commands +to typeset glyphs is far from ideal. A much more workable scheme would +be to have \TeX\ understand that some characters are Malayalam +characters, while others are Latin or from yet another script, and +have \TeX\ typeset them as such correctly, including contextual +analysis. + +This first of all raises the issue of character-sets. Some few years +ago, Donald Knuth decided to move from 7-bit to 8-bit characters, as a +final concession to user-demand for multi-lingual support, but by now +it would be very desirous to make the leap to 16-bit characters, and +have \TeX\ understand the emerging 16-bit Unicode or ISO-10464~UCS +character set standard, and make \TeX\ really +multi-lingual.\footnote*{multi-lingual does not mean `omni'-lingual, +since many more obscure or obsolete writing systems have been left +out of ISO-10464} + +Having all the characters defined isn't enough. \TeX\ needs to deal +with them in a way that makes sense. Nowadays, \TeX\ only truly +understands two writing systems --~that of English, and that of +mathematics~-- and does a wonderful, although not perfect, job in +handling those. But other scripts require some kind of pre-processor, +or extremely clever hacking with \TeX-macros, as is is done in Klaus +Lagally's Arab\TeX\ or in Telugu-\TeX. A more elegant solution would +be to add more modes to \TeX, for example an Arabic-mode for the +Arabic script, and a Malayalam mode for Malayalam script --~one can, +however, also imagine one generalized mode for all Indic scripts~--, +and to take the idea further, a mode for music and dance notation, and +chemical structure formulas. + +I suggest to take a modular approach in creating these modes, to make +the development of these a managable task; no single person can know +all the relevant details of all writing systems. A script or writing +system `module' or `driver' would come into action whenever a +character of its script, or token requiring the explicit change of +mode, is encountered, and handle all consequent characters and tokens, +until one arrives that it cannot handle --~these may include some +normal tokens like a `space' character, which is common in most +writing systems. + +While processing its part of the input, a module will add boxes to the +current horizontal list, which will then be handled by \TeX's +paragraph handling mechanism as usual --~although some extensions may +be needed, as to handle right-to-left and top-down scripts correctly. + +Each script module would have its own active fonts, and knowledge of +how to represent characters with the glyphs of that font. An extended +font metric format should provide information about how to build +conjunct forms or use contextual variants of glyphs available in a +font. + +A nice starting point may be the Japanese P-\TeX-system, which already +supports a 16-bit character set, and also incorporates code to do +vertical typesetting as is required by some writing systems. The +adaptation of P-\TeX\ to Unicode for at least the ideographic +characters will be reasonable straightforward. Adding the various +script modules and extra character-categories may be more difficult. + +In the long term, I favour, however, a completely redesigned batch +oriented text formatter like \TeX, but one that understands Unicode +and uses functional instead of typographical tagging of the input +text. Preferably it would understand SGML, and format this using some +lay-out style definition, which then should be defined in a language +less arcane than \TeX's. + +\MF, I would like to see develop into an interactive program, in which +points, constrains between points and pen strokes through them can be +added or moved and their effects can be seen immediately. I very much +prefer the its pen-stroke metaphor above the outline editing most +other font design tools offer, but maybe the idea of changing +`pressure' on or rotation of the a pen during its movement can be +incorporated in this metaphor as well. Its output should ofcourse be +typographically scalable, and also modifiable to add effects like +slanting, bolding, or stretching, --~to align lines of +Arabic or Hebrew script, or, as I have once seen in a beautiful +handwritten letter in Tamil, in scripts where it has not been done +before because of techical limitations~-- in a typographycally +acceptable way. + +\beginsection Conclusion + +Because of the powers of \TeX, and its companion \MF, automated +typesetting of the traditional script is no longer a big problem. +Malayalam \TeX\ can both produce the traditional style script and the +reformed script, as well as a scientific transliteration from the same +input file. + +The world knows many scripts, many of them have only a very limited +use, --~compared with some of them, Malayalam, is a very widely used +script. As shown with my experience with Malayalam, it is only several +months of work to obtain acceptable typesetting quality for most +scripts (The exception being ideographic or logographic scripts as +Chinese), thus bringing computerized typography within the reach of +many people. + +\beginsection Appendix A + +The following table shows all glyphs in the Malayalam font {\tt mm10}. +\bigskip +\input mmchart.tex +\table mm10 + +\beginsection Appendix B + +A sample of text in Malayalam, typeset in {\tt mm10}, using the +traditional script, followed by an automatically derived transcription, +an English translation, and finally the transcription actually input. +\bigskip +\input lion.tex + +\beginsection Appendix C + +\input mmsample + +\beginsection Appendix D + +The following table shows the character(s) you have to type in order +to produce a Malayalam character. The third column shows the +scientific transliteration of each character. +\bigskip +\input mmtrans + +\bye diff -Nru texlive-lang-2007.dfsg.4/texmf-dist/doc/fonts/malayalam/article/mmchart.tex texlive-lang-2009/texmf-dist/doc/fonts/malayalam/article/mmchart.tex --- texlive-lang-2007.dfsg.4/texmf-dist/doc/fonts/malayalam/article/mmchart.tex 1970-01-01 01:00:00.000000000 +0100 +++ texlive-lang-2009/texmf-dist/doc/fonts/malayalam/article/mmchart.tex 2006-01-09 00:47:01.000000000 +0000 @@ -0,0 +1,62 @@ +% mmchart.tex -- chart of Malayalam font +% (c) 1992 Jeroen Hellingman +% last edit: 06-DEC-1992 + +%%%%%%% + +\font\cmss=cmss10 +\newcount\counter\counter=0 + +\def\chartstrut{\lower4.5pt\vbox to14pt{}} +\def\cell#1{\hfil#1\hfil} +\def\>{\global\advance\counter by-255} +\def\:{{\setbox0\hbox{\sfont\char\counter}% + \dimen0=\ht0\advance\dimen0by1pt\ht0=\dimen0% + \dimen0=\dp0\advance\dimen0by1pt\dp0=\dimen0% + \kern1pt\box0\kern1pt}% + \global\advance\counter by16} +\def\tablerule{\noalign{\hrule}} + +\def\chart{{\cmss\vbox{\tabskip=0pt\offinterlineskip\global\counter=0 +\halign to \hsize{\vrule width.8pt\chartstrut##\tabskip0pt plus10pt% + &\cell{##}&\vrule width.8pt##% + &\cell{##}&\vrule##&\cell{##}&\vrule##&\cell{##}&\vrule##&\cell{##}&\vrule##% + &\cell{##}&\vrule##&\cell{##}&\vrule##&\cell{##}&\vrule##&\cell{##}&\vrule##% + &\cell{##}&\vrule##&\cell{##}&\vrule##&\cell{##}&\vrule##&\cell{##}&\vrule##% + &\cell{##}&\vrule##&\cell{##}&\vrule##&\cell{##}&\vrule##&\cell{##}% + &\vrule width.8pt##\tabskip=0pt\cr + \noalign{\hrule height.8pt} + &\multispan{33}\fontname\hfill&\cr + \noalign{\hrule height.8pt} + & &&0&&1&&2&&3&&4&&5&&6&&7&&8&&9&&A&&B&&C&&D&&E&&F&\cr\noalign{\hrule height.8pt} + &0&&\:&&\:&&\:&&\:&&\:&&\:&&\:&&\:&&\:&&\:&&\:&&\:&&\:&&\:&&\:&&\:&\cr\tablerule +\>&1&&\:&&\:&&\:&&\:&&\:&&\:&&\:&&\:&&\:&&\:&&\:&&\:&&\:&&\:&&\:&&\:&\cr\tablerule +\>&2&&\:&&\:&&\:&&\:&&\:&&\:&&\:&&\:&&\:&&\:&&\:&&\:&&\:&&\:&&\:&&\:&\cr\tablerule +\>&3&&\:&&\:&&\:&&\:&&\:&&\:&&\:&&\:&&\:&&\:&&\:&&\:&&\:&&\:&&\:&&\:&\cr\tablerule +\>&4&&\:&&\:&&\:&&\:&&\:&&\:&&\:&&\:&&\:&&\:&&\:&&\:&&\:&&\:&&\:&&\:&\cr\tablerule +\>&5&&\:&&\:&&\:&&\:&&\:&&\:&&\:&&\:&&\:&&\:&&\:&&\:&&\:&&\:&&\:&&\:&\cr\tablerule +\>&6&&\:&&\:&&\:&&\:&&\:&&\:&&\:&&\:&&\:&&\:&&\:&&\:&&\:&&\:&&\:&&\:&\cr\tablerule +\>&7&&\:&&\:&&\:&&\:&&\:&&\:&&\:&&\:&&\:&&\:&&\:&&\:&&\:&&\:&&\:&&\:&\cr\tablerule +\>&8&&\:&&\:&&\:&&\:&&\:&&\:&&\:&&\:&&\:&&\:&&\:&&\:&&\:&&\:&&\:&&\:&\cr\tablerule +\>&9&&\:&&\:&&\:&&\:&&\:&&\:&&\:&&\:&&\:&&\:&&\:&&\:&&\:&&\:&&\:&&\:&\cr\tablerule +\>&A&&\:&&\:&&\:&&\:&&\:&&\:&&\:&&\:&&\:&&\:&&\:&&\:&&\:&&\:&&\:&&\:&\cr\tablerule +\>&B&&\:&&\:&&\:&&\:&&\:&&\:&&\:&&\:&&\:&&\:&&\:&&\:&&\:&&\:&&\:&&\:&\cr\tablerule +\>&C&&\:&&\:&&\:&&\:&&\:&&\:&&\:&&\:&&\:&&\:&&\:&&\:&&\:&&\:&&\:&&\:&\cr\tablerule +\>&D&&\:&&\:&&\:&&\:&&\:&&\:&&\:&&\:&&\:&&\:&&\:&&\:&&\:&&\:&&\:&&\:&\cr\tablerule +\>&E&&\:&&\:&&\:&&\:&&\:&&\:&&\:&&\:&&\:&&\:&&\:&&\:&&\:&&\:&&\:&&\:&\cr\tablerule +\>&F&&\:&&\:&&\:&&\:&&\:&&\:&&\:&&\:&&\:&&\:&&\:&&\:&&\:&&\:&&\:&&\:&\cr\noalign{\hrule height.8pt} +}}}} + +\def\table #1 { + \font\sfont=#1% + \edef\fontname{#1} + \chart\bigskip +} + +%%%%%% + +\endinput + + + + \ No newline at end of file diff -Nru texlive-lang-2007.dfsg.4/texmf-dist/doc/fonts/malayalam/article/mmconj.mm texlive-lang-2009/texmf-dist/doc/fonts/malayalam/article/mmconj.mm --- texlive-lang-2007.dfsg.4/texmf-dist/doc/fonts/malayalam/article/mmconj.mm 1970-01-01 01:00:00.000000000 +0100 +++ texlive-lang-2009/texmf-dist/doc/fonts/malayalam/article/mmconj.mm 2006-01-09 00:47:01.000000000 +0000 @@ -0,0 +1,481 @@ +% mmconj.tex -- table of conjuncts +% (c) 1993 Jeroen Hellingman +% last edit: 07-FEB-1993 + +\nopagenumbers +\input mmqmacs +\twelvemm + +\beginsection Conjuncts + +{\obeylines + +$k$ + $ka$ = $kka$ +$k$ + $kha$ = $kkha$ +$k$ + $Ta$ = $kTa$ +$k$ + $ta$ = $kta$ +$k$ + $ra$ = $kra$ +$k$ + $la$ = $kla$ +$k$ + $Sa$ = $kSa$ +$k$ + $S$ + $ma$ = $kSma$ + +$kh$ + $ra$ = $khra$ + +$g$ + $ga$ = $gga$ +$g$ + $da$ = $gda$ +$g$ + $d$ + $dha$ = $gddha$ +$g$ + $na$ = $gna$ +$g$ + $ma$ = $gma$ +$g$ + $ra$ = $gra$ +$g$ + $la$ = $gla$ + +$gh$ + $ra$ = $ghra$ + +$n"$ + $ka$ = $n"ka$ +$n"$ + $n"a$ = $n"n"a$ + +$c$ + $ca$ = $cca$ +$c$ + $cha$ = $ccha$ + +$j$ + $ja$ = $jja$ +$j$ + $n~a$ = $jn~a$ + +$n~$ + $ca$ = $n~ca$ +$n~$ + $ja$ = $n~ja$ +$n~$ + $n~a$ = $n~n~a$ + +$T$ + $Ta$ = $TTa$ +$T$ + $Tha$ = $TTha$ +$T$ + $ra$ = $Tra$ + +$D$ + $Da$ = $DDa$ + +$N<<+$ + $ka$ = $Nka$ +$N<<+$ + $Ta$ = $NTa$ +$N<<+$ + $Da$ = $NDa$ +$N<<+$ + $Dha$ = $NDha$ +$N<<+$ + $Na$ = $NNa$ + +$t<<+$ + $ta$ = $tta$ +$t<<+$ + $tha$ = $ttha$ +$t<<+$ + $na$ = $tna$ +$t<<+$ + $ma$ = $tma$ +$t<<+$ + $ra$ = $tra$ + +$d$ + $da$ = $dda$ +$d$ + $dha$ = $ddha$ +$d$ + $ra$ = $dra$ + +$n<<+$ + $ta$ = $nta$ +$n<<+$ + $t<<+$ + $ra$ = $ntra$ +$n<<+$ + $tha$ = $ntha$ +$n<<+$ + $da$ = $nda$ +$n<<+$ + $d$ + $ra$ = $ndra$ +$n<<+$ + $dha$ = $ndha$ +$n<<+$ + $na$ = $nna$ +$n<<+$ + $pa$ = $npa$ +$n<<+$ + $ma$ = $nma$ + +$p$ + $ta$ = $pta$ +$p$ + $pa$ = $ppa$ +$p$ + $pha$ = $ppha$ +$p$ + $ra$ = $pra$ + +$ph$ + $ra$ = $phra$ + +$b$ + $dha$ = $bdha$ +$b$ + $ba$ = $bba$ +$b$ + $bha$ = $bbha$ +$b$ + $ra$ = $bra$ + +$bh$ + $da$ = $bhda$ +$bh$ + $ra$ = $bhra$ + +$m<<+$ + $ma$ = $mma$ +$m<<+$ + $ra$ = $mra$ +$m<<+$ + $la$ = $mla$ + +$y$ + $k$ + $ka$ = $ykka$ +$y$ + $Ta$ = $yTa$ +$y$ + $ta$ = $yta$ +$y$ + $ya$ = $yya$ + +$R<<+$ + $Ra$ = $RRa$ + +$l<<+$ + $k$ + $ka$ = $lkka$ +$l<<+$ + $pa$ = $lpa$ +$l<<+$ + $la$ = $lla$ + +$v$ + $va$ = $vva$ + +$sh$ + $ma$ = $shma$ +$sh$ + $ra$ = $shra$ +$sh$ + $la$ = $shla$ +$sh$ + $sha$ = $shsha$ + +$S$ + $Ta$ = $STa$ +$S$ + $T$ + $ra$ = $STra$ +$S$ + $ma$ = $Sma$ + +$s$ + $ka$ = $ska$ +$s$ + $k$ + $ka$ = $skka$ +$s$ + $Ta$ = $sTa$ +$s$ + $T$ + $ra$ = $sTra$ +$s$ + $ta$ = $sta$ +$s$ + $t<<+$ + $ra$ = $stra$ +$s$ + $tha$ = $stha$ +$s$ + $na$ = $sna$ +$s$ + $ma$ = $sma$ +$s$ + $ra$ = $sra$ +$s$ + $R$ + $Ra$ = $sRRa$ +$s$ + $sa$ = $ssa$ + +$h$ + $na$ = $hna$ +$h$ + $ma$ = $hma$ + +$L<<+$ + $La$ = $LLa$ + +$zh$ + $ca$ = $zhca$ + +} + +\mmc + +$ + +kya khya gya ghya n"ya cya chya jya jhya n~ya +Tya Thya Dya Dhya Nya tya thya dya dhya nya +pya phya bya bhya mya yya rya lya vya shya Sya sya +hya Lya Rya zhya + +kra khra gra ghra n"ra cra chra jra jhra n~ra +Tra Thra Dra Dhra Nra tra thra dra dhra nra +pra phra bra bhra mra yra rra lra vra shra Sra sra +hra Lra Rra zhra + +kla khla gla ghla n"la cla chla jla jhla n~la +Tla Thla Dla Dhla Nla tla thla dla dhla nla +pla phla bla bhla mla yla rla lla vla shla Sla sla +hla Lla Rla zhla + +kva khva gva ghva n"va cva chva jva jhva n~va +Tva Thva Dva Dhva Nva tva thva dva dhva nva +pva phva bva bhva mva yva rva lva vva shva Sva sva +hva Lva Rva zhva + +$ + +\bye + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\nointerlineskip +\halign{#\ &\vrule#\ &&\hfil#\ \hfil\cr + && $ka$ & $kha$ & $ga$ & $gha$ & $n"a$ + & $ca$ & $cha$ & $ja$ & $jha$ & $n~a$ + & $Ta$ & $Tha$ & $Da$ & $Dha$ & $Na$ + & $ta$ & $tha$ & $da$ & $dha$ & $na$ + & $pa$ & $pha$ & $ba$ & $bha$ & $ma$ + & $ya$ & $ra$ & $la$ & $va$ + & $sha$ & $Sa$ & $sa$ + & $ha$ & $La$ & $zha$ & $Ra$ \cr +\noalign{\hrule} +$ka$ && $kka$ & $kkha$ & $kga$ & $kgha$ & $kn"a$ + & $kca$ & $kcha$ & $kja$ & $kjha$ & $kn~a$ + & $kTa$ & $kTha$ & $kDa$ & $kDha$ & $kNa$ + & $kta$ & $ktha$ & $kda$ & $kdha$ & $kna$ + & $kpa$ & $kpha$ & $kba$ & $kbha$ & $kma$ + & $kya$ & $kra$ & $kla$ & $kva$ + & $ksha$ & $kSa$ & $ksa$ + & $k>ha$ & $kLa$ & $kzha$ & $kRa$ \cr +$kha$ && $khka$ & $khkha$ & $khga$ & $khgha$ & $khn"a$ + & $khca$ & $khcha$ & $khja$ & $khjha$ & $khn~a$ + & $khTa$ & $khTha$ & $khDa$ & $khDha$ & $khNa$ + & $khta$ & $khtha$ & $khda$ & $khdha$ & $khna$ + & $khpa$ & $khpha$ & $khba$ & $khbha$ & $khma$ + & $khya$ & $khra$ & $khla$ & $khva$ + & $khsha$ & $khSa$ & $khsa$ + & $kh>ha$ & $khLa$ & $khzha$ & $khRa$ \cr +$ga$ && $gka$ & $gkha$ & $gga$ & $ggha$ & $gn"a$ + & $gca$ & $gcha$ & $gja$ & $gjha$ & $gn~a$ + & $gTa$ & $gTha$ & $gDa$ & $gDha$ & $gNa$ + & $gta$ & $gtha$ & $gda$ & $gdha$ & $gna$ + & $gpa$ & $gpha$ & $gba$ & $gbha$ & $gma$ + & $gya$ & $gra$ & $gla$ & $gva$ + & $gsha$ & $gSa$ & $gsa$ + & $g>ha$ & $gLa$ & $gzha$ & $gRa$ \cr +$gha$ && $ghka$ & $ghkha$ & $ghga$ & $ghgha$ & $ghn"a$ + & $ghca$ & $ghcha$ & $ghja$ & $ghjha$ & $ghn~a$ + & $ghTa$ & $ghTha$ & $ghDa$ & $ghDha$ & $ghNa$ + & $ghta$ & $ghtha$ & $ghda$ & $ghdha$ & $ghna$ + & $ghpa$ & $ghpha$ & $ghba$ & $ghbha$ & $ghma$ + & $ghya$ & $ghra$ & $ghla$ & $ghva$ + & $ghsha$ & $ghSa$ & $ghsa$ + & $gh>ha$ & $ghLa$ & $ghzha$ & $ghRa$ \cr +$n"a$ && $n"ka$ & $n"kha$ & $n"ga$ & $n"gha$ & $n"n"a$ + & $n"ca$ & $n"cha$ & $n"ja$ & $n"jha$ & $n"n~a$ + & $n"Ta$ & $n"Tha$ & $n"Da$ & $n"Dha$ & $n"Na$ + & $n"ta$ & $n"tha$ & $n"da$ & $n"dha$ & $n"na$ + & $n"pa$ & $n"pha$ & $n"ba$ & $n"bha$ & $n"ma$ + & $n"ya$ & $n"ra$ & $n"la$ & $n"va$ + & $n"sha$ & $n"Sa$ & $n"sa$ + & $n">ha$ & $n"La$ & $n"zha$ & $n"Ra$ \cr +\noalign{\hrule} +$ca$ && $cka$ & $ckha$ & $cga$ & $cgha$ & $cn"a$ + & $cca$ & $ccha$ & $cja$ & $cjha$ & $cn~a$ + & $cTa$ & $cTha$ & $cDa$ & $cDha$ & $cNa$ + & $cta$ & $ctha$ & $cda$ & $cdha$ & $cna$ + & $cpa$ & $cpha$ & $cba$ & $cbha$ & $cma$ + & $cya$ & $cra$ & $cla$ & $cva$ + & $csha$ & $cSa$ & $csa$ + & $c>ha$ & $cLa$ & $czha$ & $cRa$ \cr +$cha$ && $chka$ & $chkha$ & $chga$ & $chgha$ & $chn"a$ + & $chca$ & $chcha$ & $chja$ & $chjha$ & $chn~a$ + & $chTa$ & $chTha$ & $chDa$ & $chDha$ & $chNa$ + & $chta$ & $chtha$ & $chda$ & $chdha$ & $chna$ + & $chpa$ & $chpha$ & $chba$ & $chbha$ & $chma$ + & $chya$ & $chra$ & $chla$ & $chva$ + & $chsha$ & $chSa$ & $chsa$ + & $ch>ha$ & $chLa$ & $chzha$ & $chRa$ \cr +$ja$ && $jka$ & $jkha$ & $jga$ & $jgha$ & $jn"a$ + & $jca$ & $jcha$ & $jja$ & $jjha$ & $jn~a$ + & $jTa$ & $jTha$ & $jDa$ & $jDha$ & $jNa$ + & $jta$ & $jtha$ & $jda$ & $jdha$ & $jna$ + & $jpa$ & $jpha$ & $jba$ & $jbha$ & $jma$ + & $jya$ & $jra$ & $jla$ & $jva$ + & $jsha$ & $jSa$ & $jsa$ + & $j>ha$ & $jLa$ & $jzha$ & $jRa$ \cr +$jha$ && $jhka$ & $jhkha$ & $jhga$ & $jhgha$ & $jhn"a$ + & $jhca$ & $jhcha$ & $jhja$ & $jhjha$ & $jhn~a$ + & $jhTa$ & $jhTha$ & $jhDa$ & $jhDha$ & $jhNa$ + & $jhta$ & $jhtha$ & $jhda$ & $jhdha$ & $jhna$ + & $jhpa$ & $jhpha$ & $jhba$ & $jhbha$ & $jhma$ + & $jhya$ & $jhra$ & $jhla$ & $jhva$ + & $jhsha$ & $jhSa$ & $jhsa$ + & $jh>ha$ & $jhLa$ & $jhzha$ & $jhRa$ \cr +$n~a$ && $n~ka$ & $n~kha$ & $n~ga$ & $n~gha$ & $n~n"a$ + & $n~ca$ & $n~cha$ & $n~ja$ & $n~jha$ & $n~n~a$ + & $n~Ta$ & $n~Tha$ & $n~Da$ & $n~Dha$ & $n~Na$ + & $n~ta$ & $n~tha$ & $n~da$ & $n~dha$ & $n~na$ + & $n~pa$ & $n~pha$ & $n~ba$ & $n~bha$ & $n~ma$ + & $n~ya$ & $n~ra$ & $n~la$ & $n~va$ + & $n~sha$ & $n~Sa$ & $n~sa$ + & $n~>ha$ & $n~La$ & $n~zha$ & $n~Ra$ \cr +\noalign{\hrule} +$Ta$ && $Tka$ & $Tkha$ & $Tga$ & $Tgha$ & $Tn"a$ + & $Tca$ & $Tcha$ & $Tja$ & $Tjha$ & $Tn~a$ + & $TTa$ & $TTha$ & $TDa$ & $TDha$ & $TNa$ + & $Tta$ & $Ttha$ & $Tda$ & $Tdha$ & $Tna$ + & $Tpa$ & $Tpha$ & $Tba$ & $Tbha$ & $Tma$ + & $Tya$ & $Tra$ & $Tla$ & $Tva$ + & $Tsha$ & $TSa$ & $Tsa$ + & $T>ha$ & $TLa$ & $Tzha$ & $TRa$ \cr +$Tha$ && $Thka$ & $Thkha$ & $Thga$ & $Thgha$ & $Thn"a$ + & $Thca$ & $Thcha$ & $Thja$ & $Thjha$ & $Thn~a$ + & $ThTa$ & $ThTha$ & $ThDa$ & $ThDha$ & $ThNa$ + & $Thta$ & $Ththa$ & $Thda$ & $Thdha$ & $Thna$ + & $Thpa$ & $Thpha$ & $Thba$ & $Thbha$ & $Thma$ + & $Thya$ & $Thra$ & $Thla$ & $Thva$ + & $Thsha$ & $ThSa$ & $Thsa$ + & $Th>ha$ & $ThLa$ & $Thzha$ & $ThRa$ \cr +$Da$ && $Dka$ & $Dkha$ & $Dga$ & $Dgha$ & $Dn"a$ + & $Dca$ & $Dcha$ & $Dja$ & $Djha$ & $Dn~a$ + & $DTa$ & $DTha$ & $DDa$ & $DDha$ & $DNa$ + & $Dta$ & $Dtha$ & $Dda$ & $Ddha$ & $Dna$ + & $Dpa$ & $Dpha$ & $Dba$ & $Dbha$ & $Dma$ + & $Dya$ & $Dra$ & $Dla$ & $Dva$ + & $Dsha$ & $DSa$ & $Dsa$ + & $D>ha$ & $DLa$ & $Dzha$ & $DRa$ \cr +$Dha$ && $Dhka$ & $Dhkha$ & $Dhga$ & $Dhgha$ & $Dhn"a$ + & $Dhca$ & $Dhcha$ & $Dhja$ & $Dhjha$ & $Dhn~a$ + & $DhTa$ & $DhTha$ & $DhDa$ & $DhDha$ & $DhNa$ + & $Dhta$ & $Dhtha$ & $Dhda$ & $Dhdha$ & $Dhna$ + & $Dhpa$ & $Dhpha$ & $Dhba$ & $Dhbha$ & $Dhma$ + & $Dhya$ & $Dhra$ & $Dhla$ & $Dhva$ + & $Dhsha$ & $DhSa$ & $Dhsa$ + & $Dh>ha$ & $DhLa$ & $Dhzha$ & $DhRa$ \cr +$Na$ && $Nka$ & $Nkha$ & $Nga$ & $Ngha$ & $Nn"a$ + & $Nca$ & $Ncha$ & $Nja$ & $Njha$ & $Nn~a$ + & $NTa$ & $NTha$ & $NDa$ & $NDha$ & $NNa$ + & $Nta$ & $Ntha$ & $Nda$ & $Ndha$ & $Nna$ + & $Npa$ & $Npha$ & $Nba$ & $Nbha$ & $Nma$ + & $Nya$ & $Nra$ & $Nla$ & $Nva$ + & $Nsha$ & $NSa$ & $Nsa$ + & $N>ha$ & $NLa$ & $Nzha$ & $NRa$ \cr +\noalign{\hrule} +$ta$ && $tka$ & $tkha$ & $tga$ & $tgha$ & $tn"a$ + & $tca$ & $tcha$ & $tja$ & $tjha$ & $tn~a$ + & $tTa$ & $tTha$ & $tDa$ & $tDha$ & $tNa$ + & $tta$ & $ttha$ & $tda$ & $tdha$ & $tna$ + & $tpa$ & $tpha$ & $tba$ & $tbha$ & $tma$ + & $tya$ & $tra$ & $tla$ & $tva$ + & $tsha$ & $tSa$ & $tsa$ + & $t>ha$ & $tLa$ & $tzha$ & $tRa$ \cr +$tha$ && $thka$ & $thkha$ & $thga$ & $thgha$ & $thn"a$ + & $thca$ & $thcha$ & $thja$ & $thjha$ & $thn~a$ + & $thTa$ & $thTha$ & $thDa$ & $thDha$ & $thNa$ + & $thta$ & $ththa$ & $thda$ & $thdha$ & $thna$ + & $thpa$ & $thpha$ & $thba$ & $thbha$ & $thma$ + & $thya$ & $thra$ & $thla$ & $thva$ + & $thsha$ & $thSa$ & $thsa$ + & $th>ha$ & $thLa$ & $thzha$ & $thRa$ \cr +$da$ && $dka$ & $dkha$ & $dga$ & $dgha$ & $dn"a$ + & $dca$ & $dcha$ & $dja$ & $djha$ & $dn~a$ + & $dTa$ & $dTha$ & $dDa$ & $dDha$ & $dNa$ + & $dta$ & $dtha$ & $dda$ & $ddha$ & $dna$ + & $dpa$ & $dpha$ & $dba$ & $dbha$ & $dma$ + & $dya$ & $dra$ & $dla$ & $dva$ + & $dsha$ & $dSa$ & $dsa$ + & $d>ha$ & $dLa$ & $dzha$ & $dRa$ \cr +$dha$ && $dhka$ & $dhkha$ & $dhga$ & $dhgha$ & $dhn"a$ + & $dhca$ & $dhcha$ & $dhja$ & $dhjha$ & $dhn~a$ + & $dhTa$ & $dhTha$ & $dhDa$ & $dhDha$ & $dhNa$ + & $dhta$ & $dhtha$ & $dhda$ & $dhdha$ & $dhna$ + & $dhpa$ & $dhpha$ & $dhba$ & $dhbha$ & $dhma$ + & $dhya$ & $dhra$ & $dhla$ & $dhva$ + & $dhsha$ & $dhSa$ & $dhsa$ + & $dh>ha$ & $dhLa$ & $dhzha$ & $dhRa$ \cr +$na$ && $nka$ & $nkha$ & $nga$ & $ngha$ & $nn"a$ + & $nca$ & $ncha$ & $nja$ & $njha$ & $nn~a$ + & $nTa$ & $nTha$ & $nDa$ & $nDha$ & $nNa$ + & $nta$ & $ntha$ & $nda$ & $ndha$ & $nna$ + & $npa$ & $npha$ & $nba$ & $nbha$ & $nma$ + & $nya$ & $nra$ & $nla$ & $nva$ + & $nsha$ & $nSa$ & $nsa$ + & $n>ha$ & $nLa$ & $nzha$ & $nRa$ \cr +\noalign{\hrule} +$pa$ && $pka$ & $pkha$ & $pga$ & $pgha$ & $pn"a$ + & $pca$ & $pcha$ & $pja$ & $pjha$ & $pn~a$ + & $pTa$ & $pTha$ & $pDa$ & $pDha$ & $pNa$ + & $pta$ & $ptha$ & $pda$ & $pdha$ & $pna$ + & $ppa$ & $ppha$ & $pba$ & $pbha$ & $pma$ + & $pya$ & $pra$ & $pla$ & $pva$ + & $psha$ & $pSa$ & $psa$ + & $p>ha$ & $pLa$ & $pzha$ & $pRa$ \cr +$pha$ && $phka$ & $phkha$ & $phga$ & $phgha$ & $phn"a$ + & $phca$ & $phcha$ & $phja$ & $phjha$ & $phn~a$ + & $phTa$ & $phTha$ & $phDa$ & $phDha$ & $phNa$ + & $phta$ & $phtha$ & $phda$ & $phdha$ & $phna$ + & $phpa$ & $phpha$ & $phba$ & $phbha$ & $phma$ + & $phya$ & $phra$ & $phla$ & $phva$ + & $phsha$ & $phSa$ & $phsa$ + & $ph>ha$ & $phLa$ & $phzha$ & $phRa$ \cr +$ba$ && $bka$ & $bkha$ & $bga$ & $bgha$ & $bn"a$ + & $bca$ & $bcha$ & $bja$ & $bjha$ & $bn~a$ + & $bTa$ & $bTha$ & $bDa$ & $bDha$ & $bNa$ + & $bta$ & $btha$ & $bda$ & $bdha$ & $bna$ + & $bpa$ & $bpha$ & $bba$ & $bbha$ & $bma$ + & $bya$ & $bra$ & $bla$ & $bva$ + & $bsha$ & $bSa$ & $bsa$ + & $b>ha$ & $bLa$ & $bzha$ & $bRa$ \cr +$bha$ && $bhka$ & $bhkha$ & $bhga$ & $bhgha$ & $bhn"a$ + & $bhca$ & $bhcha$ & $bhja$ & $bhjha$ & $bhn~a$ + & $bhTa$ & $bhTha$ & $bhDa$ & $bhDha$ & $bhNa$ + & $bhta$ & $bhtha$ & $bhda$ & $bhdha$ & $bhna$ + & $bhpa$ & $bhpha$ & $bhba$ & $bhbha$ & $bhma$ + & $bhya$ & $bhra$ & $bhla$ & $bhva$ + & $bhsha$ & $bhSa$ & $bhsa$ + & $bh>ha$ & $bhLa$ & $bhzha$ & $bhRa$ \cr +$ma$ && $mka$ & $mkha$ & $mga$ & $mgha$ & $mn"a$ + & $mca$ & $mcha$ & $mja$ & $mjha$ & $mn~a$ + & $mTa$ & $mTha$ & $mDa$ & $mDha$ & $mNa$ + & $mta$ & $mtha$ & $mda$ & $mdha$ & $mna$ + & $mpa$ & $mpha$ & $mba$ & $mbha$ & $mma$ + & $mya$ & $mra$ & $mla$ & $mva$ + & $msha$ & $mSa$ & $msa$ + & $m>ha$ & $mLa$ & $mzha$ & $mRa$ \cr +\noalign{\hrule} +$ya$ && $yka$ & $ykha$ & $yga$ & $ygha$ & $yn"a$ + & $yca$ & $ycha$ & $yja$ & $yjha$ & $yn~a$ + & $yTa$ & $yTha$ & $yDa$ & $yDha$ & $yNa$ + & $yta$ & $ytha$ & $yda$ & $ydha$ & $yna$ + & $ypa$ & $ypha$ & $yba$ & $ybha$ & $yma$ + & $yya$ & $yra$ & $yla$ & $yva$ + & $ysha$ & $ySa$ & $ysa$ + & $y>ha$ & $yLa$ & $yzha$ & $yRa$ \cr +$ra$ && $rka$ & $rkha$ & $rga$ & $rgha$ & $rn"a$ + & $rca$ & $rcha$ & $rja$ & $rjha$ & $rn~a$ + & $rTa$ & $rTha$ & $rDa$ & $rDha$ & $rNa$ + & $rta$ & $rtha$ & $rda$ & $rdha$ & $rna$ + & $rpa$ & $rpha$ & $rba$ & $rbha$ & $rma$ + & $rya$ & $rra$ & $rla$ & $rva$ + & $rsha$ & $rSa$ & $rsa$ + & $r>ha$ & $rLa$ & $rzha$ & $rRa$ \cr +$la$ && $lka$ & $lkha$ & $lga$ & $lgha$ & $ln"a$ + & $lca$ & $lcha$ & $lja$ & $ljha$ & $ln~a$ + & $lTa$ & $lTha$ & $lDa$ & $lDha$ & $lNa$ + & $lta$ & $ltha$ & $lda$ & $ldha$ & $lna$ + & $lpa$ & $lpha$ & $lba$ & $lbha$ & $lma$ + & $lya$ & $lra$ & $lla$ & $lva$ + & $lsha$ & $lSa$ & $lsa$ + & $l>ha$ & $lLa$ & $lzha$ & $lRa$ \cr +$va$ && $vka$ & $vkha$ & $vga$ & $vgha$ & $vn"a$ + & $vca$ & $vcha$ & $vja$ & $vjha$ & $vn~a$ + & $vTa$ & $vTha$ & $vDa$ & $vDha$ & $vNa$ + & $vta$ & $vtha$ & $vda$ & $vdha$ & $vna$ + & $vpa$ & $vpha$ & $vba$ & $vbha$ & $vma$ + & $vya$ & $vra$ & $vla$ & $vva$ + & $vsha$ & $vSa$ & $vsa$ + & $v>ha$ & $vLa$ & $vzha$ & $vRa$ \cr +\noalign{\hrule} +$sha$ && $shka$ & $shkha$ & $shga$ & $shgha$ & $shn"a$ + & $shca$ & $shcha$ & $shja$ & $shjha$ & $shn~a$ + & $shTa$ & $shTha$ & $shDa$ & $shDha$ & $shNa$ + & $shta$ & $shtha$ & $shda$ & $shdha$ & $shna$ + & $shpa$ & $shpha$ & $shba$ & $shbha$ & $shma$ + & $shya$ & $shra$ & $shla$ & $shva$ + & $shsha$ & $shSa$ & $shsa$ + & $sh>ha$ & $shLa$ & $shzha$ & $shRa$ \cr +$Sa$ && $Ska$ & $Skha$ & $Sga$ & $Sgha$ & $Sn"a$ + & $Sca$ & $Scha$ & $Sja$ & $Sjha$ & $Sn~a$ + & $STa$ & $STha$ & $SDa$ & $SDha$ & $SNa$ + & $Sta$ & $Stha$ & $Sda$ & $Sdha$ & $Sna$ + & $Spa$ & $Spha$ & $Sba$ & $Sbha$ & $Sma$ + & $Sya$ & $Sra$ & $Sla$ & $Sva$ + & $Ssha$ & $SSa$ & $Ssa$ + & $S>ha$ & $SLa$ & $Szha$ & $SRa$ \cr +$sa$ && $ska$ & $skha$ & $sga$ & $sgha$ & $sn"a$ + & $sca$ & $scha$ & $sja$ & $sjha$ & $sn~a$ + & $sTa$ & $sTha$ & $sDa$ & $sDha$ & $sNa$ + & $sta$ & $stha$ & $sda$ & $sdha$ & $sna$ + & $spa$ & $spha$ & $sba$ & $sbha$ & $sma$ + & $sya$ & $sra$ & $sla$ & $sva$ + & $ssha$ & $sSa$ & $ssa$ + & $s>ha$ & $sLa$ & $szha$ & $sRa$ \cr +\noalign{\hrule} +$ha$ && $hka$ & $hkha$ & $hga$ & $hgha$ & $hn"a$ + & $hca$ & $hcha$ & $hja$ & $hjha$ & $hn~a$ + & $hTa$ & $hTha$ & $hDa$ & $hDha$ & $hNa$ + & $hta$ & $htha$ & $hda$ & $hdha$ & $hna$ + & $hpa$ & $hpha$ & $hba$ & $hbha$ & $hma$ + & $hya$ & $hra$ & $hla$ & $hva$ + & $hsha$ & $hSa$ & $hsa$ + & $h>ha$ & $hLa$ & $hzha$ & $hRa$ \cr +$La$ && $Lka$ & $Lkha$ & $Lga$ & $Lgha$ & $Ln"a$ + & $Lca$ & $Lcha$ & $Lja$ & $Ljha$ & $Ln~a$ + & $LTa$ & $LTha$ & $LDa$ & $LDha$ & $LNa$ + & $Lta$ & $Ltha$ & $Lda$ & $Ldha$ & $Lna$ + & $Lpa$ & $Lpha$ & $Lba$ & $Lbha$ & $Lma$ + & $Lya$ & $Lra$ & $Lla$ & $Lva$ + & $Lsha$ & $LSa$ & $Lsa$ + & $L>ha$ & $LLa$ & $Lzha$ & $LRa$ \cr +$zha$ && $zhka$ & $zhkha$ & $zhga$ & $zhgha$ & $zhn"a$ + & $zhca$ & $zhcha$ & $zhja$ & $zhjha$ & $zhn~a$ + & $zhTa$ & $zhTha$ & $zhDa$ & $zhDha$ & $zhNa$ + & $zhta$ & $zhtha$ & $zhda$ & $zhdha$ & $zhna$ + & $zhpa$ & $zhpha$ & $zhba$ & $zhbha$ & $zhma$ + & $zhya$ & $zhra$ & $zhla$ & $zhva$ + & $zhsha$ & $zhSa$ & $zhsa$ + & $zh>ha$ & $zhLa$ & $zhzha$ & $zhRa$ \cr +$Ra$ && $Rka$ & $Rkha$ & $Rga$ & $Rgha$ & $Rn"a$ + & $Rca$ & $Rcha$ & $Rja$ & $Rjha$ & $Rn~a$ + & $RTa$ & $RTha$ & $RDa$ & $RDha$ & $RNa$ + & $Rta$ & $Rtha$ & $Rda$ & $Rdha$ & $Rna$ + & $Rpa$ & $Rpha$ & $Rba$ & $Rbha$ & $Rma$ + & $Rya$ & $Rra$ & $Rla$ & $Rva$ + & $Rsha$ & $RSa$ & $Rsa$ + & $R>ha$ & $RLa$ & $Rzha$ & $RRa$ \cr +} + +\bye + diff -Nru texlive-lang-2007.dfsg.4/texmf-dist/doc/fonts/malayalam/article/mmconj.tex texlive-lang-2009/texmf-dist/doc/fonts/malayalam/article/mmconj.tex --- texlive-lang-2007.dfsg.4/texmf-dist/doc/fonts/malayalam/article/mmconj.tex 1970-01-01 01:00:00.000000000 +0100 +++ texlive-lang-2009/texmf-dist/doc/fonts/malayalam/article/mmconj.tex 2006-01-09 00:47:01.000000000 +0000 @@ -0,0 +1,477 @@ + +\nopagenumbers +\input mmqmacs +\twelvemm + +\beginsection Conjuncts + +{\obeylines + +{\mm \X{\Q{\<21>}{\N{.8}{\<77>}}}} + {\mm \X{\<21>}} = {\mm \X{\<160>}} +{\mm \X{\Q{\<21>}{\N{.8}{\<77>}}}} + {\mm \X{\<22>}} = {\mm \X{\M{\<21>}{\Z\<22>}}} +{\mm \X{\Q{\<21>}{\N{.8}{\<77>}}}} + {\mm \X{\<31>}} = {\mm \X{\Q{\<21>}{\N{.8}{\<77>}}\<31>}} +{\mm \X{\Q{\<21>}{\N{.8}{\<77>}}}} + {\mm \X{\<36>}} = {\mm \X{\<176>}} +{\mm \X{\Q{\<21>}{\N{.8}{\<77>}}}} + {\mm \X{\<48>}} = {\mm \X{\<200>}} +{\mm \X{\Q{\<21>}{\N{.8}{\<77>}}}} + {\mm \X{\<50>}} = {\mm \X{\M{\<21>}{\<85>}}} +{\mm \X{\Q{\<21>}{\N{.8}{\<77>}}}} + {\mm \X{\<55>}} = {\mm \X{\<251>}} +{\mm \X{\Q{\<21>}{\N{.8}{\<77>}}}} + {\mm \X{\Q{\<55>}{\N{.8}{\<77>}}}} + {\mm \X{\<46>}} = {\mm \X{\M{\<251>}{\Z\<46>}}} + +{\mm \X{\Q{\<22>}{\N{.8}{\<77>}}}} + {\mm \X{\<48>}} = {\mm \X{\M{\<22>}{\<84>}}} + +{\mm \X{\Q{\<23>}{\N{.8}{\<77>}}}} + {\mm \X{\<23>}} = {\mm \X{\<240>}} +{\mm \X{\Q{\<23>}{\N{.8}{\<77>}}}} + {\mm \X{\<38>}} = {\mm \X{\<177>}} +{\mm \X{\Q{\<23>}{\N{.8}{\<77>}}}} + {\mm \X{\Q{\<38>}{\N{.8}{\<77>}}}} + {\mm \X{\<39>}} = {\mm \X{\<178>}} +{\mm \X{\Q{\<23>}{\N{.8}{\<77>}}}} + {\mm \X{\<40>}} = {\mm \X{\<179>}} +{\mm \X{\Q{\<23>}{\N{.8}{\<77>}}}} + {\mm \X{\<46>}} = {\mm \X{\<180>}} +{\mm \X{\Q{\<23>}{\N{.8}{\<77>}}}} + {\mm \X{\<48>}} = {\mm \X{\<201>}} +{\mm \X{\Q{\<23>}{\N{.8}{\<77>}}}} + {\mm \X{\<50>}} = {\mm \X{\M{\<23>}{\<85>}}} + +{\mm \X{\Q{\<24>}{\N{.8}{\<77>}}}} + {\mm \X{\<48>}} = {\mm \X{\M{\<24>}{\<127>}}} + +{\mm \X{\Q{\<25>}{\N{.8}{\<77>}}}} + {\mm \X{\<21>}} = {\mm \X{\<181>}} +{\mm \X{\Q{\<25>}{\N{.8}{\<77>}}}} + {\mm \X{\<25>}} = {\mm \X{\<161>}} + +{\mm \X{\Q{\<26>}{\N{.8}{\<77>}}}} + {\mm \X{\<26>}} = {\mm \X{\<247>}} +{\mm \X{\Q{\<26>}{\N{.8}{\<77>}}}} + {\mm \X{\<27>}} = {\mm \X{\M{\<26>}{\Z\<27>}}} + +{\mm \X{\Q{\<28>}{\N{.8}{\<77>}}}} + {\mm \X{\<28>}} = {\mm \X{\<162>}} +{\mm \X{\Q{\<28>}{\N{.8}{\<77>}}}} + {\mm \X{\<30>}} = {\mm \X{\<184>}} + +{\mm \X{\Q{\<30>}{\N{.8}{\<77>}}}} + {\mm \X{\<26>}} = {\mm \X{\<185>}} +{\mm \X{\Q{\<30>}{\N{.8}{\<77>}}}} + {\mm \X{\<28>}} = {\mm \X{\<186>}} +{\mm \X{\Q{\<30>}{\N{.8}{\<77>}}}} + {\mm \X{\<30>}} = {\mm \X{\<163>}} + +{\mm \X{\Q{\<31>}{\N{.8}{\<77>}}}} + {\mm \X{\<31>}} = {\mm \X{\<164>}} +{\mm \X{\Q{\<31>}{\N{.8}{\<77>}}}} + {\mm \X{\<32>}} = {\mm \X{\B{\<31>}{\Z\<32>}}} +{\mm \X{\Q{\<31>}{\N{.8}{\<77>}}}} + {\mm \X{\<48>}} = {\mm \X{\<204>}} + +{\mm \X{\Q{\<33>}{\N{.8}{\<77>}}}} + {\mm \X{\<33>}} = {\mm \X{\M{\<33>}{\<89>}}} + +{\mm \X{\Q{\<35>}{\N{.8}{\<77>}}}} + {\mm \X{\<21>}} = {\mm \X{\M{\<35>}{\<112>}}} +{\mm \X{\Q{\<35>}{\N{.8}{\<77>}}}} + {\mm \X{\<31>}} = {\mm \X{\<187>}} +{\mm \X{\Q{\<35>}{\N{.8}{\<77>}}}} + {\mm \X{\<33>}} = {\mm \X{\<188>}} +{\mm \X{\Q{\<35>}{\N{.8}{\<77>}}}} + {\mm \X{\<34>}} = {\mm \X{\<78>\<34>}} +{\mm \X{\Q{\<35>}{\N{.8}{\<77>}}}} + {\mm \X{\<35>}} = {\mm \X{\<241>}} + +{\mm \X{\Q{\<36>}{\N{.8}{\<77>}}}} + {\mm \X{\<36>}} = {\mm \X{\<165>}} +{\mm \X{\Q{\<36>}{\N{.8}{\<77>}}}} + {\mm \X{\<37>}} = {\mm \X{\<36>\K{-.5}\<88>}} +{\mm \X{\Q{\<36>}{\N{.8}{\<77>}}}} + {\mm \X{\<40>}} = {\mm \X{\<191>}} +{\mm \X{\Q{\<36>}{\N{.8}{\<77>}}}} + {\mm \X{\<46>}} = {\mm \X{\<190>}} +{\mm \X{\Q{\<36>}{\N{.8}{\<77>}}}} + {\mm \X{\<48>}} = {\mm \X{\<205>}} + +{\mm \X{\Q{\<38>}{\N{.8}{\<77>}}}} + {\mm \X{\<38>}} = {\mm \X{\<166>}} +{\mm \X{\Q{\<38>}{\N{.8}{\<77>}}}} + {\mm \X{\<39>}} = {\mm \X{\<192>}} +{\mm \X{\Q{\<38>}{\N{.8}{\<77>}}}} + {\mm \X{\<48>}} = {\mm \X{\<206>}} + +{\mm \X{\Q{\<40>}{\N{.8}{\<77>}}}} + {\mm \X{\<36>}} = {\mm \X{\<194>}} +{\mm \X{\Q{\<40>}{\N{.8}{\<77>}}}} + {\mm \X{\Q{\<36>}{\N{.8}{\<77>}}}} + {\mm \X{\<48>}} = {\mm \X{\<215>}} +{\mm \X{\Q{\<40>}{\N{.8}{\<77>}}}} + {\mm \X{\<37>}} = {\mm \X{\<40>\K{-.5}\<88>}} +{\mm \X{\Q{\<40>}{\N{.8}{\<77>}}}} + {\mm \X{\<38>}} = {\mm \X{\<195>}} +{\mm \X{\Q{\<40>}{\N{.8}{\<77>}}}} + {\mm \X{\Q{\<38>}{\N{.8}{\<77>}}}} + {\mm \X{\<48>}} = {\mm \X{\<216>}} +{\mm \X{\Q{\<40>}{\N{.8}{\<77>}}}} + {\mm \X{\<39>}} = {\mm \X{\<219>}} +{\mm \X{\Q{\<40>}{\N{.8}{\<77>}}}} + {\mm \X{\<40>}} = {\mm \X{\<167>}} +{\mm \X{\Q{\<40>}{\N{.8}{\<77>}}}} + {\mm \X{\<42>}} = {\mm \X{\<220>}} +{\mm \X{\Q{\<40>}{\N{.8}{\<77>}}}} + {\mm \X{\<46>}} = {\mm \X{\<193>}} + +{\mm \X{\Q{\<42>}{\N{.8}{\<77>}}}} + {\mm \X{\<36>}} = {\mm \X{\M{\<42>}{\Z\<36>}}} +{\mm \X{\Q{\<42>}{\N{.8}{\<77>}}}} + {\mm \X{\<42>}} = {\mm \X{\<242>}} +{\mm \X{\Q{\<42>}{\N{.8}{\<77>}}}} + {\mm \X{\<43>}} = {\mm \X{\Q{\<42>}{\N{.8}{\<77>}}\<43>}} +{\mm \X{\Q{\<42>}{\N{.8}{\<77>}}}} + {\mm \X{\<48>}} = {\mm \X{\M{\<42>}{\<124>}}} + +{\mm \X{\Q{\<43>}{\N{.8}{\<77>}}}} + {\mm \X{\<48>}} = {\mm \X{\M{\<43>}{\<125>}}} + +{\mm \X{\Q{\<44>}{\N{.8}{\<77>}}}} + {\mm \X{\<39>}} = {\mm \X{\M{\<44>}{\Z\<39>}}} +{\mm \X{\Q{\<44>}{\N{.8}{\<77>}}}} + {\mm \X{\<44>}} = {\mm \X{\<248>}} +{\mm \X{\Q{\<44>}{\N{.8}{\<77>}}}} + {\mm \X{\<45>}} = {\mm \X{\Q{\<44>}{\N{.8}{\<77>}}\<45>}} +{\mm \X{\Q{\<44>}{\N{.8}{\<77>}}}} + {\mm \X{\<48>}} = {\mm \X{\M{\<44>}{\<126>}}} + +{\mm \X{\Q{\<45>}{\N{.8}{\<77>}}}} + {\mm \X{\<38>}} = {\mm \X{\M{\<45>}{\Z\<38>}}} +{\mm \X{\Q{\<45>}{\N{.8}{\<77>}}}} + {\mm \X{\<48>}} = {\mm \X{\<209>}} + +{\mm \X{\Q{\<46>}{\N{.8}{\<77>}}}} + {\mm \X{\<46>}} = {\mm \X{\<46>\K{-.27}\<46>}} +{\mm \X{\Q{\<46>}{\N{.8}{\<77>}}}} + {\mm \X{\<48>}} = {\mm \X{\M{\<46>}{\<123>}}} +{\mm \X{\Q{\<46>}{\N{.8}{\<77>}}}} + {\mm \X{\<50>}} = {\mm \X{\M{\<46>}{\<85>}}} + +{\mm \X{\Q{\<47>}{\N{.8}{\<77>}}}} + {\mm \X{\Q{\<21>}{\N{.8}{\<77>}}}} + {\mm \X{\<21>}} = {\mm \X{\M{\<47>}{\<115>}}} +{\mm \X{\Q{\<47>}{\N{.8}{\<77>}}}} + {\mm \X{\<31>}} = {\mm \X{\Q{\<47>}{\N{.8}{\<77>}}\<31>}} +{\mm \X{\Q{\<47>}{\N{.8}{\<77>}}}} + {\mm \X{\<36>}} = {\mm \X{\M{\<47>}{\Z\<36>}}} +{\mm \X{\Q{\<47>}{\N{.8}{\<77>}}}} + {\mm \X{\<47>}} = {\mm \X{\<249>}} + +{\mm \X{\Q{\<49>}{\N{.8}{\<77>}}}} + {\mm \X{\<49>}} = {\mm \X{\<243>}} + +{\mm \X{\Q{\<50>}{\N{.8}{\<77>}}}} + {\mm \X{\Q{\<21>}{\N{.8}{\<77>}}}} + {\mm \X{\<21>}} = {\mm \X{\M{\<50>}{\<115>}}} +{\mm \X{\Q{\<50>}{\N{.8}{\<77>}}}} + {\mm \X{\<42>}} = {\mm \X{\<81>\<42>}} +{\mm \X{\Q{\<50>}{\N{.8}{\<77>}}}} + {\mm \X{\<50>}} = {\mm \X{\M{\<50>}{\<85>}}} + +{\mm \X{\Q{\<53>}{\N{.8}{\<77>}}}} + {\mm \X{\<53>}} = {\mm \X{\<250>}} + +{\mm \X{\Q{\<54>}{\N{.8}{\<77>}}}} + {\mm \X{\<46>}} = {\mm \X{\Q{\<54>}{\N{.8}{\<77>}}\<46>}} +{\mm \X{\Q{\<54>}{\N{.8}{\<77>}}}} + {\mm \X{\<48>}} = {\mm \X{\<210>}} +{\mm \X{\Q{\<54>}{\N{.8}{\<77>}}}} + {\mm \X{\<50>}} = {\mm \X{\M{\<54>}{\<85>}}} +{\mm \X{\Q{\<54>}{\N{.8}{\<77>}}}} + {\mm \X{\<54>}} = {\mm \X{\<244>}} + +{\mm \X{\Q{\<55>}{\N{.8}{\<77>}}}} + {\mm \X{\<31>}} = {\mm \X{\M{\<55>}{\Z\<31>}}} +{\mm \X{\Q{\<55>}{\N{.8}{\<77>}}}} + {\mm \X{\Q{\<31>}{\N{.8}{\<77>}}}} + {\mm \X{\<48>}} = {\mm \X{\M{\<55>}{\Z\<204>}}} +{\mm \X{\Q{\<55>}{\N{.8}{\<77>}}}} + {\mm \X{\<46>}} = {\mm \X{\M{\<55>}{\Z\<46>}}} + +{\mm \X{\Q{\<56>}{\N{.8}{\<77>}}}} + {\mm \X{\<21>}} = {\mm \X{\M{\<56>}{\<112>}}} +{\mm \X{\Q{\<56>}{\N{.8}{\<77>}}}} + {\mm \X{\Q{\<21>}{\N{.8}{\<77>}}}} + {\mm \X{\<21>}} = {\mm \X{\M{\<56>}{\<115>}}} +{\mm \X{\Q{\<56>}{\N{.8}{\<77>}}}} + {\mm \X{\<31>}} = {\mm \X{\Q{\<56>}{\N{.8}{\<77>}}\<31>}} +{\mm \X{\Q{\<56>}{\N{.8}{\<77>}}}} + {\mm \X{\Q{\<31>}{\N{.8}{\<77>}}}} + {\mm \X{\<48>}} = {\mm \X{\Q{\<56>}{\N{.8}{\<77>}}\M{\<31>}{\<84>}}} +{\mm \X{\Q{\<56>}{\N{.8}{\<77>}}}} + {\mm \X{\<36>}} = {\mm \X{\M{\<56>}{\Z\<36>}}} +{\mm \X{\Q{\<56>}{\N{.8}{\<77>}}}} + {\mm \X{\Q{\<36>}{\N{.8}{\<77>}}}} + {\mm \X{\<48>}} = {\mm \X{\M{\<56>}{\Z\<205>}}} +{\mm \X{\Q{\<56>}{\N{.8}{\<77>}}}} + {\mm \X{\<37>}} = {\mm \X{\<56>\K{-.5}\<88>}} +{\mm \X{\Q{\<56>}{\N{.8}{\<77>}}}} + {\mm \X{\<40>}} = {\mm \X{\Q{\<56>}{\N{.8}{\<77>}}\<40>}} +{\mm \X{\Q{\<56>}{\N{.8}{\<77>}}}} + {\mm \X{\<46>}} = {\mm \X{\M{\<56>}{\Z\<46>}}} +{\mm \X{\Q{\<56>}{\N{.8}{\<77>}}}} + {\mm \X{\<48>}} = {\mm \X{\<211>}} +{\mm \X{\Q{\<56>}{\N{.8}{\<77>}}}} + {\mm \X{\<80>}} + {\mm \X{\<49>}} = {\mm \X{\Q{\<56>}{\N{.8}{\<77>}}\<243>}} +{\mm \X{\Q{\<56>}{\N{.8}{\<77>}}}} + {\mm \X{\<56>}} = {\mm \X{\<245>}} + +{\mm \X{\Q{\<57>}{\N{.8}{\<77>}}}} + {\mm \X{\<40>}} = {\mm \X{\<199>}} +{\mm \X{\Q{\<57>}{\N{.8}{\<77>}}}} + {\mm \X{\<46>}} = {\mm \X{\<198>}} + +{\mm \X{\Q{\<51>}{\N{.8}{\<77>}}}} + {\mm \X{\<51>}} = {\mm \X{\<51>\K{-.2}\<51>}} + +{\mm \X{\Q{\<52>}{\N{.8}{\<77>}}}} + {\mm \X{\<26>}} = {\mm \X{\Q{\<52>}{\N{.8}{\<77>}}\<26>}} + +} + +\mmc + +{\mm + +\X{\<21>\<83>} \X{\<22>\<83>} \X{\<23>\<83>} \X{\<24>\<83>} \X{\<25>\<83>} \X{\<26>\<83>} \X{\<27>\<83>} \X{\<28>\<83>} \X{\<29>\<83>} \X{\<30>\<83>} +\X{\<31>\<83>} \X{\<32>\<83>} \X{\<33>\<83>} \X{\<34>\<83>} \X{\<35>\<83>} \X{\<36>\<83>} \X{\<37>\<83>} \X{\<38>\<83>} \X{\<39>\<83>} \X{\<40>\<83>} +\X{\<42>\<83>} \X{\<43>\<83>} \X{\<44>\<83>} \X{\<45>\<83>} \X{\<46>\<83>} \X{\<249>} \X{\T{\<76>}{\R{.8ex}{\<47>}}} \X{\<50>\<83>} \X{\<53>\<83>} \X{\<54>\<83>} \X{\<55>\<83>} \X{\<56>\<83>} +\X{\<57>\<83>} \X{\<51>\<83>} \X{\<49>\<83>} \X{\<52>\<83>} + +\X{\<200>} \X{\M{\<22>}{\<84>}} \X{\<201>} \X{\M{\<24>}{\<127>}} \X{\M{\<25>}{\<84>}} \X{\M{\<26>}{\<124>}} \X{\<202>} \X{\<203>} \X{\M{\<29>}{\<84>}} \X{\M{\<30>}{\<126>}} +\X{\<204>} \X{\M{\<32>}{\<123>}} \X{\M{\<33>}{\<126>}} \X{\M{\<34>}{\<126>}} \X{\M{\<35>}{\<127>}} \X{\<205>} \X{\M{\<37>}{\<84>}} \X{\<206>} \X{\<207>} \X{\<208>} +\X{\M{\<42>}{\<124>}} \X{\M{\<43>}{\<125>}} \X{\M{\<44>}{\<126>}} \X{\<209>} \X{\M{\<46>}{\<123>}} \X{\M{\<47>}{\<84>}} \X{\T{\<76>}{\R{.8ex}{\<48>}}} \X{\M{\<50>}{\<84>}} \X{\M{\<53>}{\<84>}} \X{\<210>} \X{\M{\<55>}{\<125>}} \X{\<211>} +\X{\<212>} \X{\M{\<51>}{\<84>}} \X{\M{\<49>}{\<84>}} \X{\M{\<52>}{\<84>}} + +\X{\M{\<21>}{\<85>}} \X{\M{\<22>}{\<85>}} \X{\M{\<23>}{\<85>}} \X{\M{\<24>}{\<85>}} \X{\M{\<25>}{\<85>}} \X{\M{\<26>}{\<85>}} \X{\M{\<27>}{\<85>}} \X{\M{\<28>}{\<85>}} \X{\M{\<29>}{\<85>}} \X{\M{\<30>}{\<85>}} +\X{\M{\<31>}{\<85>}} \X{\M{\<32>}{\<85>}} \X{\M{\<33>}{\<85>}} \X{\M{\<34>}{\<85>}} \X{\M{\<35>}{\<85>}} \X{\M{\<36>}{\<85>}} \X{\M{\<37>}{\<85>}} \X{\M{\<38>}{\<85>}} \X{\M{\<39>}{\<85>}} \X{\M{\<40>}{\<85>}} +\X{\M{\<42>}{\<85>}} \X{\M{\<43>}{\<85>}} \X{\M{\<44>}{\<85>}} \X{\M{\<45>}{\<85>}} \X{\M{\<46>}{\<85>}} \X{\M{\<47>}{\<85>}} \X{\T{\<76>}{\R{.8ex}{\<50>}}} \X{\M{\<50>}{\<85>}} \X{\M{\<53>}{\<85>}} \X{\M{\<54>}{\<85>}} \X{\M{\<55>}{\<85>}} \X{\M{\<56>}{\<85>}} +\X{\M{\<57>}{\<85>}} \X{\M{\<51>}{\<85>}} \X{\M{\<49>}{\<85>}} \X{\M{\<52>}{\<85>}} + +\X{\<21>\K{-.5}\<86>} \X{\<22>\K{-.5}\<86>} \X{\<23>\K{-.5}\<86>} \X{\<24>\K{-.5}\<86>} \X{\<25>\K{-.5}\<86>} \X{\<26>\K{-.5}\<86>} \X{\<27>\K{-.5}\<86>} \X{\<28>\K{-.5}\<86>} \X{\<29>\K{-.5}\<86>} \X{\<30>\K{-.5}\<86>} +\X{\<31>\K{-.5}\<86>} \X{\<32>\K{-.5}\<86>} \X{\<33>\K{-.5}\<86>} \X{\<34>\K{-.5}\<86>} \X{\<35>\K{-.5}\<86>} \X{\<36>\K{-.5}\<86>} \X{\<37>\K{-.5}\<86>} \X{\<38>\K{-.5}\<86>} \X{\<39>\K{-.5}\<86>} \X{\<40>\K{-1.5}\<93>} +\X{\<42>\K{-.5}\<86>} \X{\<43>\K{-.5}\<86>} \X{\<44>\K{-.5}\<86>} \X{\<45>\K{-.5}\<86>} \X{\<46>\K{-.5}\<86>} \X{\<47>\K{-.5}\<86>} \X{\T{\<76>}{\R{.8ex}{\<53>}}} \X{\<50>\K{-.5}\<86>} \X{\<250>} \X{\<54>\K{-.5}\<86>} \X{\<55>\K{-.5}\<86>} \X{\<56>\K{-.5}\<86>} +\X{\<57>\K{-1.5}\<93>} \X{\<51>\K{-.5}\<86>} \X{\<49>\K{-.5}\<86>} \X{\<52>\K{-.5}\<86>} + +} + +\bye + + +\nointerlineskip +\halign{#\ &\vrule#\ &&\hfil#\ \hfil\cr + && {\mm \X{\<21>}} & {\mm \X{\<22>}} & {\mm \X{\<23>}} & {\mm \X{\<24>}} & {\mm \X{\<25>}} + & {\mm \X{\<26>}} & {\mm \X{\<27>}} & {\mm \X{\<28>}} & {\mm \X{\<29>}} & {\mm \X{\<30>}} + & {\mm \X{\<31>}} & {\mm \X{\<32>}} & {\mm \X{\<33>}} & {\mm \X{\<34>}} & {\mm \X{\<35>}} + & {\mm \X{\<36>}} & {\mm \X{\<37>}} & {\mm \X{\<38>}} & {\mm \X{\<39>}} & {\mm \X{\<40>}} + & {\mm \X{\<42>}} & {\mm \X{\<43>}} & {\mm \X{\<44>}} & {\mm \X{\<45>}} & {\mm \X{\<46>}} + & {\mm \X{\<47>}} & {\mm \X{\<48>}} & {\mm \X{\<50>}} & {\mm \X{\<53>}} + & {\mm \X{\<54>}} & {\mm \X{\<55>}} & {\mm \X{\<56>}} + & {\mm \X{\<57>}} & {\mm \X{\<51>}} & {\mm \X{\<52>}} & {\mm \X{\<49>}} \cr +\noalign{\hrule} +{\mm \X{\<21>}} && {\mm \X{\<160>}} & {\mm \X{\M{\<21>}{\Z\<22>}}} & {\mm \X{\Q{\<21>}{\N{.8}{\<77>}}\<23>}} & {\mm \X{\Q{\<21>}{\N{.8}{\<77>}}\<24>}} & {\mm \X{\Q{\<21>}{\N{.8}{\<77>}}\<25>}} + & {\mm \X{\M{\<21>}{\Z\<26>}}} & {\mm \X{\Q{\<21>}{\N{.8}{\<77>}}\<27>}} & {\mm \X{\Q{\<21>}{\N{.8}{\<77>}}\<28>}} & {\mm \X{\Q{\<21>}{\N{.8}{\<77>}}\<29>}} & {\mm \X{\Q{\<21>}{\N{.8}{\<77>}}\<30>}} + & {\mm \X{\Q{\<21>}{\N{.8}{\<77>}}\<31>}} & {\mm \X{\Q{\<21>}{\N{.8}{\<77>}}\<32>}} & {\mm \X{\Q{\<21>}{\N{.8}{\<77>}}\<33>}} & {\mm \X{\Q{\<21>}{\N{.8}{\<77>}}\<34>}} & {\mm \X{\Q{\<21>}{\N{.8}{\<77>}}\<35>}} + & {\mm \X{\<176>}} & {\mm \X{\<21>\K{-.5}\<88>}} & {\mm \X{\M{\<21>}{\Z\<38>}}} & {\mm \X{\Q{\<21>}{\N{.8}{\<77>}}\<39>}} & {\mm \X{\Q{\<21>}{\N{.8}{\<77>}}\<40>}} + & {\mm \X{\Q{\<21>}{\N{.8}{\<77>}}\<42>}} & {\mm \X{\Q{\<21>}{\N{.8}{\<77>}}\<43>}} & {\mm \X{\Q{\<21>}{\N{.8}{\<77>}}\<44>}} & {\mm \X{\Q{\<21>}{\N{.8}{\<77>}}\<45>}} & {\mm \X{\Q{\<21>}{\N{.8}{\<77>}}\<46>}} + & {\mm \X{\<21>\<83>}} & {\mm \X{\<200>}} & {\mm \X{\M{\<21>}{\<85>}}} & {\mm \X{\<21>\K{-.5}\<86>}} + & {\mm \X{\Q{\<21>}{\N{.8}{\<77>}}\<54>}} & {\mm \X{\<251>}} & {\mm \X{\Q{\<21>}{\N{.8}{\<77>}}\<56>}} + & {\mm \X{\Q{\<21>}{\N{.8}{\<77>}}\<57>}} & {\mm \X{\Q{\<21>}{\N{.8}{\<77>}}\<51>}} & {\mm \X{\Q{\<21>}{\N{.8}{\<77>}}\<52>}} & {\mm \X{\Q{\<21>}{\N{.8}{\<77>}}\<49>}} \cr +{\mm \X{\<22>}} && {\mm \X{\M{\<22>}{\<112>}}} & {\mm \X{\Q{\<22>}{\N{.8}{\<77>}}\<22>}} & {\mm \X{\Q{\<22>}{\N{.8}{\<77>}}\<23>}} & {\mm \X{\Q{\<22>}{\N{.8}{\<77>}}\<24>}} & {\mm \X{\Q{\<22>}{\N{.8}{\<77>}}\<25>}} + & {\mm \X{\Q{\<22>}{\N{.8}{\<77>}}\<26>}} & {\mm \X{\Q{\<22>}{\N{.8}{\<77>}}\<27>}} & {\mm \X{\Q{\<22>}{\N{.8}{\<77>}}\<28>}} & {\mm \X{\Q{\<22>}{\N{.8}{\<77>}}\<29>}} & {\mm \X{\Q{\<22>}{\N{.8}{\<77>}}\<30>}} + & {\mm \X{\Q{\<22>}{\N{.8}{\<77>}}\<31>}} & {\mm \X{\Q{\<22>}{\N{.8}{\<77>}}\<32>}} & {\mm \X{\Q{\<22>}{\N{.8}{\<77>}}\<33>}} & {\mm \X{\Q{\<22>}{\N{.8}{\<77>}}\<34>}} & {\mm \X{\Q{\<22>}{\N{.8}{\<77>}}\<35>}} + & {\mm \X{\Q{\<22>}{\N{.8}{\<77>}}\<36>}} & {\mm \X{\<22>\K{-.5}\<88>}} & {\mm \X{\M{\<22>}{\Z\<38>}}} & {\mm \X{\Q{\<22>}{\N{.8}{\<77>}}\<39>}} & {\mm \X{\Q{\<22>}{\N{.8}{\<77>}}\<40>}} + & {\mm \X{\Q{\<22>}{\N{.8}{\<77>}}\<42>}} & {\mm \X{\Q{\<22>}{\N{.8}{\<77>}}\<43>}} & {\mm \X{\Q{\<22>}{\N{.8}{\<77>}}\<44>}} & {\mm \X{\Q{\<22>}{\N{.8}{\<77>}}\<45>}} & {\mm \X{\Q{\<22>}{\N{.8}{\<77>}}\<46>}} + & {\mm \X{\<22>\<83>}} & {\mm \X{\M{\<22>}{\<84>}}} & {\mm \X{\M{\<22>}{\<85>}}} & {\mm \X{\<22>\K{-.5}\<86>}} + & {\mm \X{\Q{\<22>}{\N{.8}{\<77>}}\<54>}} & {\mm \X{\Q{\<22>}{\N{.8}{\<77>}}\<55>}} & {\mm \X{\Q{\<22>}{\N{.8}{\<77>}}\<56>}} + & {\mm \X{\Q{\<22>}{\N{.8}{\<77>}}\<57>}} & {\mm \X{\Q{\<22>}{\N{.8}{\<77>}}\<51>}} & {\mm \X{\Q{\<22>}{\N{.8}{\<77>}}\<52>}} & {\mm \X{\Q{\<22>}{\N{.8}{\<77>}}\<49>}} \cr +{\mm \X{\<23>}} && {\mm \X{\M{\<23>}{\<112>}}} & {\mm \X{\Q{\<23>}{\N{.8}{\<77>}}\<22>}} & {\mm \X{\<240>}} & {\mm \X{\<218>}} & {\mm \X{\Q{\<23>}{\N{.8}{\<77>}}\<25>}} + & {\mm \X{\Q{\<23>}{\N{.8}{\<77>}}\<26>}} & {\mm \X{\Q{\<23>}{\N{.8}{\<77>}}\<27>}} & {\mm \X{\M{\<23>}{\Z\<28>}}} & {\mm \X{\Q{\<23>}{\N{.8}{\<77>}}\<29>}} & {\mm \X{\Q{\<23>}{\N{.8}{\<77>}}\<30>}} + & {\mm \X{\Q{\<23>}{\N{.8}{\<77>}}\<31>}} & {\mm \X{\Q{\<23>}{\N{.8}{\<77>}}\<32>}} & {\mm \X{\Q{\<23>}{\N{.8}{\<77>}}\<33>}} & {\mm \X{\Q{\<23>}{\N{.8}{\<77>}}\<34>}} & {\mm \X{\Q{\<23>}{\N{.8}{\<77>}}\<35>}} + & {\mm \X{\Q{\<23>}{\N{.8}{\<77>}}\<36>}} & {\mm \X{\<23>\K{-.5}\<88>}} & {\mm \X{\<177>}} & {\mm \X{\Q{\<23>}{\N{.8}{\<77>}}\<39>}} & {\mm \X{\<179>}} + & {\mm \X{\Q{\<23>}{\N{.8}{\<77>}}\<42>}} & {\mm \X{\Q{\<23>}{\N{.8}{\<77>}}\<43>}} & {\mm \X{\Q{\<23>}{\N{.8}{\<77>}}\<44>}} & {\mm \X{\Q{\<23>}{\N{.8}{\<77>}}\<45>}} & {\mm \X{\<180>}} + & {\mm \X{\<23>\<83>}} & {\mm \X{\<201>}} & {\mm \X{\M{\<23>}{\<85>}}} & {\mm \X{\<23>\K{-.5}\<86>}} + & {\mm \X{\Q{\<23>}{\N{.8}{\<77>}}\<54>}} & {\mm \X{\Q{\<23>}{\N{.8}{\<77>}}\<55>}} & {\mm \X{\Q{\<23>}{\N{.8}{\<77>}}\<56>}} + & {\mm \X{\Q{\<23>}{\N{.8}{\<77>}}\<57>}} & {\mm \X{\Q{\<23>}{\N{.8}{\<77>}}\<51>}} & {\mm \X{\Q{\<23>}{\N{.8}{\<77>}}\<52>}} & {\mm \X{\Q{\<23>}{\N{.8}{\<77>}}\<49>}} \cr +{\mm \X{\<24>}} && {\mm \X{\M{\<24>}{\<112>}}} & {\mm \X{\Q{\<24>}{\N{.8}{\<77>}}\<22>}} & {\mm \X{\Q{\<24>}{\N{.8}{\<77>}}\<23>}} & {\mm \X{\Q{\<24>}{\N{.8}{\<77>}}\<24>}} & {\mm \X{\Q{\<24>}{\N{.8}{\<77>}}\<25>}} + & {\mm \X{\Q{\<24>}{\N{.8}{\<77>}}\<26>}} & {\mm \X{\Q{\<24>}{\N{.8}{\<77>}}\<27>}} & {\mm \X{\Q{\<24>}{\N{.8}{\<77>}}\<28>}} & {\mm \X{\Q{\<24>}{\N{.8}{\<77>}}\<29>}} & {\mm \X{\Q{\<24>}{\N{.8}{\<77>}}\<30>}} + & {\mm \X{\Q{\<24>}{\N{.8}{\<77>}}\<31>}} & {\mm \X{\Q{\<24>}{\N{.8}{\<77>}}\<32>}} & {\mm \X{\Q{\<24>}{\N{.8}{\<77>}}\<33>}} & {\mm \X{\Q{\<24>}{\N{.8}{\<77>}}\<34>}} & {\mm \X{\Q{\<24>}{\N{.8}{\<77>}}\<35>}} + & {\mm \X{\Q{\<24>}{\N{.8}{\<77>}}\<36>}} & {\mm \X{\<24>\K{-.5}\<88>}} & {\mm \X{\M{\<24>}{\Z\<38>}}} & {\mm \X{\Q{\<24>}{\N{.8}{\<77>}}\<39>}} & {\mm \X{\Q{\<24>}{\N{.8}{\<77>}}\<40>}} + & {\mm \X{\Q{\<24>}{\N{.8}{\<77>}}\<42>}} & {\mm \X{\Q{\<24>}{\N{.8}{\<77>}}\<43>}} & {\mm \X{\Q{\<24>}{\N{.8}{\<77>}}\<44>}} & {\mm \X{\Q{\<24>}{\N{.8}{\<77>}}\<45>}} & {\mm \X{\Q{\<24>}{\N{.8}{\<77>}}\<46>}} + & {\mm \X{\<24>\<83>}} & {\mm \X{\M{\<24>}{\<127>}}} & {\mm \X{\M{\<24>}{\<85>}}} & {\mm \X{\<24>\K{-.5}\<86>}} + & {\mm \X{\Q{\<24>}{\N{.8}{\<77>}}\<54>}} & {\mm \X{\Q{\<24>}{\N{.8}{\<77>}}\<55>}} & {\mm \X{\Q{\<24>}{\N{.8}{\<77>}}\<56>}} + & {\mm \X{\Q{\<24>}{\N{.8}{\<77>}}\<57>}} & {\mm \X{\Q{\<24>}{\N{.8}{\<77>}}\<51>}} & {\mm \X{\Q{\<24>}{\N{.8}{\<77>}}\<52>}} & {\mm \X{\Q{\<24>}{\N{.8}{\<77>}}\<49>}} \cr +{\mm \X{\<25>}} && {\mm \X{\<181>}} & {\mm \X{\Q{\<25>}{\N{.8}{\<77>}}\<22>}} & {\mm \X{\Q{\<25>}{\N{.8}{\<77>}}\<23>}} & {\mm \X{\Q{\<25>}{\N{.8}{\<77>}}\<24>}} & {\mm \X{\<161>}} + & {\mm \X{\Q{\<25>}{\N{.8}{\<77>}}\<26>}} & {\mm \X{\Q{\<25>}{\N{.8}{\<77>}}\<27>}} & {\mm \X{\Q{\<25>}{\N{.8}{\<77>}}\<28>}} & {\mm \X{\Q{\<25>}{\N{.8}{\<77>}}\<29>}} & {\mm \X{\Q{\<25>}{\N{.8}{\<77>}}\<30>}} + & {\mm \X{\Q{\<25>}{\N{.8}{\<77>}}\<31>}} & {\mm \X{\Q{\<25>}{\N{.8}{\<77>}}\<32>}} & {\mm \X{\Q{\<25>}{\N{.8}{\<77>}}\<33>}} & {\mm \X{\Q{\<25>}{\N{.8}{\<77>}}\<34>}} & {\mm \X{\Q{\<25>}{\N{.8}{\<77>}}\<35>}} + & {\mm \X{\Q{\<25>}{\N{.8}{\<77>}}\<36>}} & {\mm \X{\<25>\K{-.5}\<88>}} & {\mm \X{\M{\<25>}{\Z\<38>}}} & {\mm \X{\Q{\<25>}{\N{.8}{\<77>}}\<39>}} & {\mm \X{\Q{\<25>}{\N{.8}{\<77>}}\<40>}} + & {\mm \X{\Q{\<25>}{\N{.8}{\<77>}}\<42>}} & {\mm \X{\Q{\<25>}{\N{.8}{\<77>}}\<43>}} & {\mm \X{\Q{\<25>}{\N{.8}{\<77>}}\<44>}} & {\mm \X{\Q{\<25>}{\N{.8}{\<77>}}\<45>}} & {\mm \X{\Q{\<25>}{\N{.8}{\<77>}}\<46>}} + & {\mm \X{\<25>\<83>}} & {\mm \X{\M{\<25>}{\<84>}}} & {\mm \X{\M{\<25>}{\<85>}}} & {\mm \X{\<25>\K{-.5}\<86>}} + & {\mm \X{\Q{\<25>}{\N{.8}{\<77>}}\<54>}} & {\mm \X{\Q{\<25>}{\N{.8}{\<77>}}\<55>}} & {\mm \X{\Q{\<25>}{\N{.8}{\<77>}}\<56>}} + & {\mm \X{\Q{\<25>}{\N{.8}{\<77>}}\<57>}} & {\mm \X{\Q{\<25>}{\N{.8}{\<77>}}\<51>}} & {\mm \X{\Q{\<25>}{\N{.8}{\<77>}}\<52>}} & {\mm \X{\Q{\<25>}{\N{.8}{\<77>}}\<49>}} \cr +\noalign{\hrule} +{\mm \X{\<26>}} && {\mm \X{\M{\<26>}{\<112>}}} & {\mm \X{\Q{\<26>}{\N{.8}{\<77>}}\<22>}} & {\mm \X{\Q{\<26>}{\N{.8}{\<77>}}\<23>}} & {\mm \X{\Q{\<26>}{\N{.8}{\<77>}}\<24>}} & {\mm \X{\Q{\<26>}{\N{.8}{\<77>}}\<25>}} + & {\mm \X{\<247>}} & {\mm \X{\M{\<26>}{\Z\<27>}}} & {\mm \X{\Q{\<26>}{\N{.8}{\<77>}}\<28>}} & {\mm \X{\Q{\<26>}{\N{.8}{\<77>}}\<29>}} & {\mm \X{\Q{\<26>}{\N{.8}{\<77>}}\<30>}} + & {\mm \X{\Q{\<26>}{\N{.8}{\<77>}}\<31>}} & {\mm \X{\Q{\<26>}{\N{.8}{\<77>}}\<32>}} & {\mm \X{\Q{\<26>}{\N{.8}{\<77>}}\<33>}} & {\mm \X{\Q{\<26>}{\N{.8}{\<77>}}\<34>}} & {\mm \X{\Q{\<26>}{\N{.8}{\<77>}}\<35>}} + & {\mm \X{\Q{\<26>}{\N{.8}{\<77>}}\<36>}} & {\mm \X{\<26>\K{-.5}\<88>}} & {\mm \X{\M{\<26>}{\Z\<38>}}} & {\mm \X{\Q{\<26>}{\N{.8}{\<77>}}\<39>}} & {\mm \X{\Q{\<26>}{\N{.8}{\<77>}}\<40>}} + & {\mm \X{\Q{\<26>}{\N{.8}{\<77>}}\<42>}} & {\mm \X{\Q{\<26>}{\N{.8}{\<77>}}\<43>}} & {\mm \X{\Q{\<26>}{\N{.8}{\<77>}}\<44>}} & {\mm \X{\Q{\<26>}{\N{.8}{\<77>}}\<45>}} & {\mm \X{\Q{\<26>}{\N{.8}{\<77>}}\<46>}} + & {\mm \X{\<26>\<83>}} & {\mm \X{\M{\<26>}{\<124>}}} & {\mm \X{\M{\<26>}{\<85>}}} & {\mm \X{\<26>\K{-.5}\<86>}} + & {\mm \X{\M{\<26>}{\Z\<54>}}} & {\mm \X{\Q{\<26>}{\N{.8}{\<77>}}\<55>}} & {\mm \X{\Q{\<26>}{\N{.8}{\<77>}}\<56>}} + & {\mm \X{\Q{\<26>}{\N{.8}{\<77>}}\<57>}} & {\mm \X{\Q{\<26>}{\N{.8}{\<77>}}\<51>}} & {\mm \X{\Q{\<26>}{\N{.8}{\<77>}}\<52>}} & {\mm \X{\Q{\<26>}{\N{.8}{\<77>}}\<49>}} \cr +{\mm \X{\<27>}} && {\mm \X{\M{\<27>}{\<112>}}} & {\mm \X{\Q{\<27>}{\N{.8}{\<77>}}\<22>}} & {\mm \X{\Q{\<27>}{\N{.8}{\<77>}}\<23>}} & {\mm \X{\Q{\<27>}{\N{.8}{\<77>}}\<24>}} & {\mm \X{\Q{\<27>}{\N{.8}{\<77>}}\<25>}} + & {\mm \X{\Q{\<27>}{\N{.8}{\<77>}}\<26>}} & {\mm \X{\Q{\<27>}{\N{.8}{\<77>}}\<27>}} & {\mm \X{\Q{\<27>}{\N{.8}{\<77>}}\<28>}} & {\mm \X{\Q{\<27>}{\N{.8}{\<77>}}\<29>}} & {\mm \X{\Q{\<27>}{\N{.8}{\<77>}}\<30>}} + & {\mm \X{\Q{\<27>}{\N{.8}{\<77>}}\<31>}} & {\mm \X{\Q{\<27>}{\N{.8}{\<77>}}\<32>}} & {\mm \X{\Q{\<27>}{\N{.8}{\<77>}}\<33>}} & {\mm \X{\Q{\<27>}{\N{.8}{\<77>}}\<34>}} & {\mm \X{\Q{\<27>}{\N{.8}{\<77>}}\<35>}} + & {\mm \X{\Q{\<27>}{\N{.8}{\<77>}}\<36>}} & {\mm \X{\<27>\K{-.5}\<88>}} & {\mm \X{\M{\<27>}{\Z\<38>}}} & {\mm \X{\Q{\<27>}{\N{.8}{\<77>}}\<39>}} & {\mm \X{\Q{\<27>}{\N{.8}{\<77>}}\<40>}} + & {\mm \X{\Q{\<27>}{\N{.8}{\<77>}}\<42>}} & {\mm \X{\Q{\<27>}{\N{.8}{\<77>}}\<43>}} & {\mm \X{\Q{\<27>}{\N{.8}{\<77>}}\<44>}} & {\mm \X{\Q{\<27>}{\N{.8}{\<77>}}\<45>}} & {\mm \X{\Q{\<27>}{\N{.8}{\<77>}}\<46>}} + & {\mm \X{\<27>\<83>}} & {\mm \X{\<202>}} & {\mm \X{\M{\<27>}{\<85>}}} & {\mm \X{\<27>\K{-.5}\<86>}} + & {\mm \X{\Q{\<27>}{\N{.8}{\<77>}}\<54>}} & {\mm \X{\Q{\<27>}{\N{.8}{\<77>}}\<55>}} & {\mm \X{\Q{\<27>}{\N{.8}{\<77>}}\<56>}} + & {\mm \X{\Q{\<27>}{\N{.8}{\<77>}}\<57>}} & {\mm \X{\Q{\<27>}{\N{.8}{\<77>}}\<51>}} & {\mm \X{\Q{\<27>}{\N{.8}{\<77>}}\<52>}} & {\mm \X{\Q{\<27>}{\N{.8}{\<77>}}\<49>}} \cr +{\mm \X{\<28>}} && {\mm \X{\M{\<28>}{\<112>}}} & {\mm \X{\Q{\<28>}{\N{.8}{\<77>}}\<22>}} & {\mm \X{\Q{\<28>}{\N{.8}{\<77>}}\<23>}} & {\mm \X{\Q{\<28>}{\N{.8}{\<77>}}\<24>}} & {\mm \X{\Q{\<28>}{\N{.8}{\<77>}}\<25>}} + & {\mm \X{\Q{\<28>}{\N{.8}{\<77>}}\<26>}} & {\mm \X{\Q{\<28>}{\N{.8}{\<77>}}\<27>}} & {\mm \X{\<162>}} & {\mm \X{\Q{\<28>}{\N{.8}{\<77>}}\<29>}} & {\mm \X{\<184>}} + & {\mm \X{\Q{\<28>}{\N{.8}{\<77>}}\<31>}} & {\mm \X{\Q{\<28>}{\N{.8}{\<77>}}\<32>}} & {\mm \X{\Q{\<28>}{\N{.8}{\<77>}}\<33>}} & {\mm \X{\Q{\<28>}{\N{.8}{\<77>}}\<34>}} & {\mm \X{\Q{\<28>}{\N{.8}{\<77>}}\<35>}} + & {\mm \X{\Q{\<28>}{\N{.8}{\<77>}}\<36>}} & {\mm \X{\<28>\K{-.5}\<88>}} & {\mm \X{\M{\<28>}{\Z\<38>}}} & {\mm \X{\Q{\<28>}{\N{.8}{\<77>}}\<39>}} & {\mm \X{\Q{\<28>}{\N{.8}{\<77>}}\<40>}} + & {\mm \X{\Q{\<28>}{\N{.8}{\<77>}}\<42>}} & {\mm \X{\Q{\<28>}{\N{.8}{\<77>}}\<43>}} & {\mm \X{\Q{\<28>}{\N{.8}{\<77>}}\<44>}} & {\mm \X{\Q{\<28>}{\N{.8}{\<77>}}\<45>}} & {\mm \X{\Q{\<28>}{\N{.8}{\<77>}}\<46>}} + & {\mm \X{\<28>\<83>}} & {\mm \X{\<203>}} & {\mm \X{\M{\<28>}{\<85>}}} & {\mm \X{\<28>\K{-.5}\<86>}} + & {\mm \X{\Q{\<28>}{\N{.8}{\<77>}}\<54>}} & {\mm \X{\Q{\<28>}{\N{.8}{\<77>}}\<55>}} & {\mm \X{\Q{\<28>}{\N{.8}{\<77>}}\<56>}} + & {\mm \X{\Q{\<28>}{\N{.8}{\<77>}}\<57>}} & {\mm \X{\Q{\<28>}{\N{.8}{\<77>}}\<51>}} & {\mm \X{\Q{\<28>}{\N{.8}{\<77>}}\<52>}} & {\mm \X{\Q{\<28>}{\N{.8}{\<77>}}\<49>}} \cr +{\mm \X{\<29>}} && {\mm \X{\M{\<29>}{\<112>}}} & {\mm \X{\Q{\<29>}{\N{.8}{\<77>}}\<22>}} & {\mm \X{\Q{\<29>}{\N{.8}{\<77>}}\<23>}} & {\mm \X{\Q{\<29>}{\N{.8}{\<77>}}\<24>}} & {\mm \X{\Q{\<29>}{\N{.8}{\<77>}}\<25>}} + & {\mm \X{\Q{\<29>}{\N{.8}{\<77>}}\<26>}} & {\mm \X{\Q{\<29>}{\N{.8}{\<77>}}\<27>}} & {\mm \X{\Q{\<29>}{\N{.8}{\<77>}}\<28>}} & {\mm \X{\Q{\<29>}{\N{.8}{\<77>}}\<29>}} & {\mm \X{\Q{\<29>}{\N{.8}{\<77>}}\<30>}} + & {\mm \X{\Q{\<29>}{\N{.8}{\<77>}}\<31>}} & {\mm \X{\Q{\<29>}{\N{.8}{\<77>}}\<32>}} & {\mm \X{\Q{\<29>}{\N{.8}{\<77>}}\<33>}} & {\mm \X{\Q{\<29>}{\N{.8}{\<77>}}\<34>}} & {\mm \X{\Q{\<29>}{\N{.8}{\<77>}}\<35>}} + & {\mm \X{\Q{\<29>}{\N{.8}{\<77>}}\<36>}} & {\mm \X{\<29>\K{-.5}\<88>}} & {\mm \X{\M{\<29>}{\Z\<38>}}} & {\mm \X{\Q{\<29>}{\N{.8}{\<77>}}\<39>}} & {\mm \X{\Q{\<29>}{\N{.8}{\<77>}}\<40>}} + & {\mm \X{\Q{\<29>}{\N{.8}{\<77>}}\<42>}} & {\mm \X{\Q{\<29>}{\N{.8}{\<77>}}\<43>}} & {\mm \X{\Q{\<29>}{\N{.8}{\<77>}}\<44>}} & {\mm \X{\Q{\<29>}{\N{.8}{\<77>}}\<45>}} & {\mm \X{\Q{\<29>}{\N{.8}{\<77>}}\<46>}} + & {\mm \X{\<29>\<83>}} & {\mm \X{\M{\<29>}{\<84>}}} & {\mm \X{\M{\<29>}{\<85>}}} & {\mm \X{\<29>\K{-.5}\<86>}} + & {\mm \X{\Q{\<29>}{\N{.8}{\<77>}}\<54>}} & {\mm \X{\Q{\<29>}{\N{.8}{\<77>}}\<55>}} & {\mm \X{\Q{\<29>}{\N{.8}{\<77>}}\<56>}} + & {\mm \X{\Q{\<29>}{\N{.8}{\<77>}}\<57>}} & {\mm \X{\Q{\<29>}{\N{.8}{\<77>}}\<51>}} & {\mm \X{\Q{\<29>}{\N{.8}{\<77>}}\<52>}} & {\mm \X{\Q{\<29>}{\N{.8}{\<77>}}\<49>}} \cr +{\mm \X{\<30>}} && {\mm \X{\M{\<30>}{\<112>}}} & {\mm \X{\Q{\<30>}{\N{.8}{\<77>}}\<22>}} & {\mm \X{\Q{\<30>}{\N{.8}{\<77>}}\<23>}} & {\mm \X{\Q{\<30>}{\N{.8}{\<77>}}\<24>}} & {\mm \X{\Q{\<30>}{\N{.8}{\<77>}}\<25>}} + & {\mm \X{\<185>}} & {\mm \X{\Q{\<30>}{\N{.8}{\<77>}}\<27>}} & {\mm \X{\<186>}} & {\mm \X{\Q{\<30>}{\N{.8}{\<77>}}\<29>}} & {\mm \X{\<163>}} + & {\mm \X{\Q{\<30>}{\N{.8}{\<77>}}\<31>}} & {\mm \X{\Q{\<30>}{\N{.8}{\<77>}}\<32>}} & {\mm \X{\Q{\<30>}{\N{.8}{\<77>}}\<33>}} & {\mm \X{\Q{\<30>}{\N{.8}{\<77>}}\<34>}} & {\mm \X{\Q{\<30>}{\N{.8}{\<77>}}\<35>}} + & {\mm \X{\Q{\<30>}{\N{.8}{\<77>}}\<36>}} & {\mm \X{\<30>\K{-.5}\<88>}} & {\mm \X{\M{\<30>}{\Z\<38>}}} & {\mm \X{\Q{\<30>}{\N{.8}{\<77>}}\<39>}} & {\mm \X{\Q{\<30>}{\N{.8}{\<77>}}\<40>}} + & {\mm \X{\Q{\<30>}{\N{.8}{\<77>}}\<42>}} & {\mm \X{\Q{\<30>}{\N{.8}{\<77>}}\<43>}} & {\mm \X{\Q{\<30>}{\N{.8}{\<77>}}\<44>}} & {\mm \X{\Q{\<30>}{\N{.8}{\<77>}}\<45>}} & {\mm \X{\Q{\<30>}{\N{.8}{\<77>}}\<46>}} + & {\mm \X{\<30>\<83>}} & {\mm \X{\M{\<30>}{\<126>}}} & {\mm \X{\M{\<30>}{\<85>}}} & {\mm \X{\<30>\K{-.5}\<86>}} + & {\mm \X{\Q{\<30>}{\N{.8}{\<77>}}\<54>}} & {\mm \X{\Q{\<30>}{\N{.8}{\<77>}}\<55>}} & {\mm \X{\Q{\<30>}{\N{.8}{\<77>}}\<56>}} + & {\mm \X{\Q{\<30>}{\N{.8}{\<77>}}\<57>}} & {\mm \X{\Q{\<30>}{\N{.8}{\<77>}}\<51>}} & {\mm \X{\Q{\<30>}{\N{.8}{\<77>}}\<52>}} & {\mm \X{\Q{\<30>}{\N{.8}{\<77>}}\<49>}} \cr +\noalign{\hrule} +{\mm \X{\<31>}} && {\mm \X{\M{\<31>}{\<112>}}} & {\mm \X{\Q{\<31>}{\N{.8}{\<77>}}\<22>}} & {\mm \X{\Q{\<31>}{\N{.8}{\<77>}}\<23>}} & {\mm \X{\Q{\<31>}{\N{.8}{\<77>}}\<24>}} & {\mm \X{\Q{\<31>}{\N{.8}{\<77>}}\<25>}} + & {\mm \X{\Q{\<31>}{\N{.8}{\<77>}}\<26>}} & {\mm \X{\Q{\<31>}{\N{.8}{\<77>}}\<27>}} & {\mm \X{\Q{\<31>}{\N{.8}{\<77>}}\<28>}} & {\mm \X{\Q{\<31>}{\N{.8}{\<77>}}\<29>}} & {\mm \X{\Q{\<31>}{\N{.8}{\<77>}}\<30>}} + & {\mm \X{\<164>}} & {\mm \X{\B{\<31>}{\Z\<32>}}} & {\mm \X{\Q{\<31>}{\N{.8}{\<77>}}\<33>}} & {\mm \X{\Q{\<31>}{\N{.8}{\<77>}}\<34>}} & {\mm \X{\Q{\<31>}{\N{.8}{\<77>}}\<35>}} + & {\mm \X{\Q{\<31>}{\N{.8}{\<77>}}\<36>}} & {\mm \X{\<31>\K{-.5}\<88>}} & {\mm \X{\M{\<31>}{\Z\<38>}}} & {\mm \X{\Q{\<31>}{\N{.8}{\<77>}}\<39>}} & {\mm \X{\Q{\<31>}{\N{.8}{\<77>}}\<40>}} + & {\mm \X{\Q{\<31>}{\N{.8}{\<77>}}\<42>}} & {\mm \X{\Q{\<31>}{\N{.8}{\<77>}}\<43>}} & {\mm \X{\Q{\<31>}{\N{.8}{\<77>}}\<44>}} & {\mm \X{\Q{\<31>}{\N{.8}{\<77>}}\<45>}} & {\mm \X{\Q{\<31>}{\N{.8}{\<77>}}\<46>}} + & {\mm \X{\<31>\<83>}} & {\mm \X{\<204>}} & {\mm \X{\M{\<31>}{\<85>}}} & {\mm \X{\<31>\K{-.5}\<86>}} + & {\mm \X{\Q{\<31>}{\N{.8}{\<77>}}\<54>}} & {\mm \X{\Q{\<31>}{\N{.8}{\<77>}}\<55>}} & {\mm \X{\Q{\<31>}{\N{.8}{\<77>}}\<56>}} + & {\mm \X{\Q{\<31>}{\N{.8}{\<77>}}\<57>}} & {\mm \X{\Q{\<31>}{\N{.8}{\<77>}}\<51>}} & {\mm \X{\Q{\<31>}{\N{.8}{\<77>}}\<52>}} & {\mm \X{\Q{\<31>}{\N{.8}{\<77>}}\<49>}} \cr +{\mm \X{\<32>}} && {\mm \X{\M{\<32>}{\<112>}}} & {\mm \X{\Q{\<32>}{\N{.8}{\<77>}}\<22>}} & {\mm \X{\Q{\<32>}{\N{.8}{\<77>}}\<23>}} & {\mm \X{\Q{\<32>}{\N{.8}{\<77>}}\<24>}} & {\mm \X{\Q{\<32>}{\N{.8}{\<77>}}\<25>}} + & {\mm \X{\Q{\<32>}{\N{.8}{\<77>}}\<26>}} & {\mm \X{\Q{\<32>}{\N{.8}{\<77>}}\<27>}} & {\mm \X{\Q{\<32>}{\N{.8}{\<77>}}\<28>}} & {\mm \X{\Q{\<32>}{\N{.8}{\<77>}}\<29>}} & {\mm \X{\Q{\<32>}{\N{.8}{\<77>}}\<30>}} + & {\mm \X{\Q{\<32>}{\N{.8}{\<77>}}\<31>}} & {\mm \X{\Q{\<32>}{\N{.8}{\<77>}}\<32>}} & {\mm \X{\Q{\<32>}{\N{.8}{\<77>}}\<33>}} & {\mm \X{\Q{\<32>}{\N{.8}{\<77>}}\<34>}} & {\mm \X{\Q{\<32>}{\N{.8}{\<77>}}\<35>}} + & {\mm \X{\Q{\<32>}{\N{.8}{\<77>}}\<36>}} & {\mm \X{\<32>\K{-.5}\<88>}} & {\mm \X{\M{\<32>}{\Z\<38>}}} & {\mm \X{\Q{\<32>}{\N{.8}{\<77>}}\<39>}} & {\mm \X{\Q{\<32>}{\N{.8}{\<77>}}\<40>}} + & {\mm \X{\Q{\<32>}{\N{.8}{\<77>}}\<42>}} & {\mm \X{\Q{\<32>}{\N{.8}{\<77>}}\<43>}} & {\mm \X{\Q{\<32>}{\N{.8}{\<77>}}\<44>}} & {\mm \X{\Q{\<32>}{\N{.8}{\<77>}}\<45>}} & {\mm \X{\Q{\<32>}{\N{.8}{\<77>}}\<46>}} + & {\mm \X{\<32>\<83>}} & {\mm \X{\M{\<32>}{\<123>}}} & {\mm \X{\M{\<32>}{\<85>}}} & {\mm \X{\<32>\K{-.5}\<86>}} + & {\mm \X{\Q{\<32>}{\N{.8}{\<77>}}\<54>}} & {\mm \X{\Q{\<32>}{\N{.8}{\<77>}}\<55>}} & {\mm \X{\Q{\<32>}{\N{.8}{\<77>}}\<56>}} + & {\mm \X{\Q{\<32>}{\N{.8}{\<77>}}\<57>}} & {\mm \X{\Q{\<32>}{\N{.8}{\<77>}}\<51>}} & {\mm \X{\Q{\<32>}{\N{.8}{\<77>}}\<52>}} & {\mm \X{\Q{\<32>}{\N{.8}{\<77>}}\<49>}} \cr +{\mm \X{\<33>}} && {\mm \X{\M{\<33>}{\<112>}}} & {\mm \X{\Q{\<33>}{\N{.8}{\<77>}}\<22>}} & {\mm \X{\M{\<33>}{\Z\<23>}}} & {\mm \X{\Q{\<33>}{\N{.8}{\<77>}}\<24>}} & {\mm \X{\Q{\<33>}{\N{.8}{\<77>}}\<25>}} + & {\mm \X{\Q{\<33>}{\N{.8}{\<77>}}\<26>}} & {\mm \X{\Q{\<33>}{\N{.8}{\<77>}}\<27>}} & {\mm \X{\Q{\<33>}{\N{.8}{\<77>}}\<28>}} & {\mm \X{\Q{\<33>}{\N{.8}{\<77>}}\<29>}} & {\mm \X{\Q{\<33>}{\N{.8}{\<77>}}\<30>}} + & {\mm \X{\Q{\<33>}{\N{.8}{\<77>}}\<31>}} & {\mm \X{\Q{\<33>}{\N{.8}{\<77>}}\<32>}} & {\mm \X{\M{\<33>}{\<89>}}} & {\mm \X{\Q{\<33>}{\N{.8}{\<77>}}\<34>}} & {\mm \X{\Q{\<33>}{\N{.8}{\<77>}}\<35>}} + & {\mm \X{\Q{\<33>}{\N{.8}{\<77>}}\<36>}} & {\mm \X{\<33>\K{-.5}\<88>}} & {\mm \X{\M{\<33>}{\Z\<38>}}} & {\mm \X{\Q{\<33>}{\N{.8}{\<77>}}\<39>}} & {\mm \X{\Q{\<33>}{\N{.8}{\<77>}}\<40>}} + & {\mm \X{\Q{\<33>}{\N{.8}{\<77>}}\<42>}} & {\mm \X{\Q{\<33>}{\N{.8}{\<77>}}\<43>}} & {\mm \X{\Q{\<33>}{\N{.8}{\<77>}}\<44>}} & {\mm \X{\Q{\<33>}{\N{.8}{\<77>}}\<45>}} & {\mm \X{\Q{\<33>}{\N{.8}{\<77>}}\<46>}} + & {\mm \X{\<33>\<83>}} & {\mm \X{\M{\<33>}{\<126>}}} & {\mm \X{\M{\<33>}{\<85>}}} & {\mm \X{\<33>\K{-.5}\<86>}} + & {\mm \X{\Q{\<33>}{\N{.8}{\<77>}}\<54>}} & {\mm \X{\Q{\<33>}{\N{.8}{\<77>}}\<55>}} & {\mm \X{\Q{\<33>}{\N{.8}{\<77>}}\<56>}} + & {\mm \X{\Q{\<33>}{\N{.8}{\<77>}}\<57>}} & {\mm \X{\Q{\<33>}{\N{.8}{\<77>}}\<51>}} & {\mm \X{\Q{\<33>}{\N{.8}{\<77>}}\<52>}} & {\mm \X{\Q{\<33>}{\N{.8}{\<77>}}\<49>}} \cr +{\mm \X{\<34>}} && {\mm \X{\M{\<34>}{\<112>}}} & {\mm \X{\Q{\<34>}{\N{.8}{\<77>}}\<22>}} & {\mm \X{\Q{\<34>}{\N{.8}{\<77>}}\<23>}} & {\mm \X{\Q{\<34>}{\N{.8}{\<77>}}\<24>}} & {\mm \X{\Q{\<34>}{\N{.8}{\<77>}}\<25>}} + & {\mm \X{\Q{\<34>}{\N{.8}{\<77>}}\<26>}} & {\mm \X{\Q{\<34>}{\N{.8}{\<77>}}\<27>}} & {\mm \X{\Q{\<34>}{\N{.8}{\<77>}}\<28>}} & {\mm \X{\Q{\<34>}{\N{.8}{\<77>}}\<29>}} & {\mm \X{\Q{\<34>}{\N{.8}{\<77>}}\<30>}} + & {\mm \X{\Q{\<34>}{\N{.8}{\<77>}}\<31>}} & {\mm \X{\Q{\<34>}{\N{.8}{\<77>}}\<32>}} & {\mm \X{\Q{\<34>}{\N{.8}{\<77>}}\<33>}} & {\mm \X{\M{\<34>}{\<89>}}} & {\mm \X{\Q{\<34>}{\N{.8}{\<77>}}\<35>}} + & {\mm \X{\Q{\<34>}{\N{.8}{\<77>}}\<36>}} & {\mm \X{\<34>\K{-.5}\<88>}} & {\mm \X{\M{\<34>}{\Z\<38>}}} & {\mm \X{\Q{\<34>}{\N{.8}{\<77>}}\<39>}} & {\mm \X{\Q{\<34>}{\N{.8}{\<77>}}\<40>}} + & {\mm \X{\Q{\<34>}{\N{.8}{\<77>}}\<42>}} & {\mm \X{\Q{\<34>}{\N{.8}{\<77>}}\<43>}} & {\mm \X{\Q{\<34>}{\N{.8}{\<77>}}\<44>}} & {\mm \X{\Q{\<34>}{\N{.8}{\<77>}}\<45>}} & {\mm \X{\Q{\<34>}{\N{.8}{\<77>}}\<46>}} + & {\mm \X{\<34>\<83>}} & {\mm \X{\M{\<34>}{\<126>}}} & {\mm \X{\M{\<34>}{\<85>}}} & {\mm \X{\<34>\K{-.5}\<86>}} + & {\mm \X{\Q{\<34>}{\N{.8}{\<77>}}\<54>}} & {\mm \X{\Q{\<34>}{\N{.8}{\<77>}}\<55>}} & {\mm \X{\Q{\<34>}{\N{.8}{\<77>}}\<56>}} + & {\mm \X{\Q{\<34>}{\N{.8}{\<77>}}\<57>}} & {\mm \X{\Q{\<34>}{\N{.8}{\<77>}}\<51>}} & {\mm \X{\Q{\<34>}{\N{.8}{\<77>}}\<52>}} & {\mm \X{\Q{\<34>}{\N{.8}{\<77>}}\<49>}} \cr +{\mm \X{\<35>}} && {\mm \X{\M{\<35>}{\<112>}}} & {\mm \X{\<78>\<22>}} & {\mm \X{\<78>\<23>}} & {\mm \X{\<78>\<24>}} & {\mm \X{\<78>\<25>}} + & {\mm \X{\<78>\<26>}} & {\mm \X{\<78>\<27>}} & {\mm \X{\<78>\<28>}} & {\mm \X{\<78>\<29>}} & {\mm \X{\<78>\<30>}} + & {\mm \X{\<187>}} & {\mm \X{\M{\<35>}{\Z\<32>}}} & {\mm \X{\<188>}} & {\mm \X{\<78>\<34>}} & {\mm \X{\<241>}} + & {\mm \X{\<78>\<36>}} & {\mm \X{\<35>\K{-.5}\<88>}} & {\mm \X{\M{\<35>}{\Z\<38>}}} & {\mm \X{\<78>\<39>}} & {\mm \X{\<78>\<40>}} + & {\mm \X{\<78>\<42>}} & {\mm \X{\<78>\<43>}} & {\mm \X{\<78>\<44>}} & {\mm \X{\<78>\<45>}} & {\mm \X{\<78>\<46>}} + & {\mm \X{\<35>\<83>}} & {\mm \X{\M{\<35>}{\<127>}}} & {\mm \X{\M{\<35>}{\<85>}}} & {\mm \X{\<35>\K{-.5}\<86>}} + & {\mm \X{\<78>\<54>}} & {\mm \X{\<78>\<55>}} & {\mm \X{\<78>\<56>}} + & {\mm \X{\<78>\<57>}} & {\mm \X{\<78>\<51>}} & {\mm \X{\<78>\<52>}} & {\mm \X{\<78>\<49>}} \cr +\noalign{\hrule} +{\mm \X{\<36>}} && {\mm \X{\M{\<36>}{\<112>}}} & {\mm \X{\<81>\<22>}} & {\mm \X{\<81>\<23>}} & {\mm \X{\<81>\<24>}} & {\mm \X{\<81>\<25>}} + & {\mm \X{\<81>\<26>}} & {\mm \X{\<81>\<27>}} & {\mm \X{\<81>\<28>}} & {\mm \X{\<81>\<29>}} & {\mm \X{\<81>\<30>}} + & {\mm \X{\<81>\<31>}} & {\mm \X{\<81>\<32>}} & {\mm \X{\<81>\<33>}} & {\mm \X{\<81>\<34>}} & {\mm \X{\<81>\<35>}} + & {\mm \X{\<165>}} & {\mm \X{\<36>\K{-.5}\<88>}} & {\mm \X{\M{\<36>}{\Z\<38>}}} & {\mm \X{\<81>\<39>}} & {\mm \X{\<191>}} + & {\mm \X{\M{\<36>}{\Z\<42>}}} & {\mm \X{\<81>\<43>}} & {\mm \X{\<81>\<44>}} & {\mm \X{\<81>\<45>}} & {\mm \X{\<190>}} + & {\mm \X{\<36>\<83>}} & {\mm \X{\<205>}} & {\mm \X{\M{\<36>}{\<85>}}} & {\mm \X{\<36>\K{-.5}\<86>}} + & {\mm \X{\<81>\<54>}} & {\mm \X{\<81>\<55>}} & {\mm \X{\<221>}} + & {\mm \X{\<81>\<57>}} & {\mm \X{\<81>\<51>}} & {\mm \X{\<81>\<52>}} & {\mm \X{\<81>\<49>}} \cr +{\mm \X{\<37>}} && {\mm \X{\M{\<37>}{\<112>}}} & {\mm \X{\Q{\<37>}{\N{.8}{\<77>}}\<22>}} & {\mm \X{\Q{\<37>}{\N{.8}{\<77>}}\<23>}} & {\mm \X{\Q{\<37>}{\N{.8}{\<77>}}\<24>}} & {\mm \X{\Q{\<37>}{\N{.8}{\<77>}}\<25>}} + & {\mm \X{\Q{\<37>}{\N{.8}{\<77>}}\<26>}} & {\mm \X{\Q{\<37>}{\N{.8}{\<77>}}\<27>}} & {\mm \X{\Q{\<37>}{\N{.8}{\<77>}}\<28>}} & {\mm \X{\Q{\<37>}{\N{.8}{\<77>}}\<29>}} & {\mm \X{\Q{\<37>}{\N{.8}{\<77>}}\<30>}} + & {\mm \X{\Q{\<37>}{\N{.8}{\<77>}}\<31>}} & {\mm \X{\Q{\<37>}{\N{.8}{\<77>}}\<32>}} & {\mm \X{\Q{\<37>}{\N{.8}{\<77>}}\<33>}} & {\mm \X{\Q{\<37>}{\N{.8}{\<77>}}\<34>}} & {\mm \X{\Q{\<37>}{\N{.8}{\<77>}}\<35>}} + & {\mm \X{\Q{\<37>}{\N{.8}{\<77>}}\<36>}} & {\mm \X{\<37>\K{-.5}\<88>}} & {\mm \X{\M{\<37>}{\Z\<38>}}} & {\mm \X{\Q{\<37>}{\N{.8}{\<77>}}\<39>}} & {\mm \X{\Q{\<37>}{\N{.8}{\<77>}}\<40>}} + & {\mm \X{\Q{\<37>}{\N{.8}{\<77>}}\<42>}} & {\mm \X{\Q{\<37>}{\N{.8}{\<77>}}\<43>}} & {\mm \X{\Q{\<37>}{\N{.8}{\<77>}}\<44>}} & {\mm \X{\Q{\<37>}{\N{.8}{\<77>}}\<45>}} & {\mm \X{\Q{\<37>}{\N{.8}{\<77>}}\<46>}} + & {\mm \X{\<37>\<83>}} & {\mm \X{\M{\<37>}{\<84>}}} & {\mm \X{\M{\<37>}{\<85>}}} & {\mm \X{\<37>\K{-.5}\<86>}} + & {\mm \X{\Q{\<37>}{\N{.8}{\<77>}}\<54>}} & {\mm \X{\Q{\<37>}{\N{.8}{\<77>}}\<55>}} & {\mm \X{\Q{\<37>}{\N{.8}{\<77>}}\<56>}} + & {\mm \X{\Q{\<37>}{\N{.8}{\<77>}}\<57>}} & {\mm \X{\Q{\<37>}{\N{.8}{\<77>}}\<51>}} & {\mm \X{\Q{\<37>}{\N{.8}{\<77>}}\<52>}} & {\mm \X{\Q{\<37>}{\N{.8}{\<77>}}\<49>}} \cr +{\mm \X{\<38>}} && {\mm \X{\M{\<38>}{\<112>}}} & {\mm \X{\Q{\<38>}{\N{.8}{\<77>}}\<22>}} & {\mm \X{\Q{\<38>}{\N{.8}{\<77>}}\<23>}} & {\mm \X{\Q{\<38>}{\N{.8}{\<77>}}\<24>}} & {\mm \X{\Q{\<38>}{\N{.8}{\<77>}}\<25>}} + & {\mm \X{\Q{\<38>}{\N{.8}{\<77>}}\<26>}} & {\mm \X{\Q{\<38>}{\N{.8}{\<77>}}\<27>}} & {\mm \X{\Q{\<38>}{\N{.8}{\<77>}}\<28>}} & {\mm \X{\Q{\<38>}{\N{.8}{\<77>}}\<29>}} & {\mm \X{\Q{\<38>}{\N{.8}{\<77>}}\<30>}} + & {\mm \X{\Q{\<38>}{\N{.8}{\<77>}}\<31>}} & {\mm \X{\Q{\<38>}{\N{.8}{\<77>}}\<32>}} & {\mm \X{\Q{\<38>}{\N{.8}{\<77>}}\<33>}} & {\mm \X{\Q{\<38>}{\N{.8}{\<77>}}\<34>}} & {\mm \X{\Q{\<38>}{\N{.8}{\<77>}}\<35>}} + & {\mm \X{\Q{\<38>}{\N{.8}{\<77>}}\<36>}} & {\mm \X{\<38>\K{-.5}\<88>}} & {\mm \X{\<166>}} & {\mm \X{\<192>}} & {\mm \X{\Q{\<38>}{\N{.8}{\<77>}}\<40>}} + & {\mm \X{\Q{\<38>}{\N{.8}{\<77>}}\<42>}} & {\mm \X{\Q{\<38>}{\N{.8}{\<77>}}\<43>}} & {\mm \X{\Q{\<38>}{\N{.8}{\<77>}}\<44>}} & {\mm \X{\Q{\<38>}{\N{.8}{\<77>}}\<45>}} & {\mm \X{\Q{\<38>}{\N{.8}{\<77>}}\<46>}} + & {\mm \X{\<38>\<83>}} & {\mm \X{\<206>}} & {\mm \X{\M{\<38>}{\<85>}}} & {\mm \X{\<38>\K{-.5}\<86>}} + & {\mm \X{\Q{\<38>}{\N{.8}{\<77>}}\<54>}} & {\mm \X{\Q{\<38>}{\N{.8}{\<77>}}\<55>}} & {\mm \X{\Q{\<38>}{\N{.8}{\<77>}}\<56>}} + & {\mm \X{\Q{\<38>}{\N{.8}{\<77>}}\<57>}} & {\mm \X{\Q{\<38>}{\N{.8}{\<77>}}\<51>}} & {\mm \X{\Q{\<38>}{\N{.8}{\<77>}}\<52>}} & {\mm \X{\Q{\<38>}{\N{.8}{\<77>}}\<49>}} \cr +{\mm \X{\<39>}} && {\mm \X{\M{\<39>}{\<112>}}} & {\mm \X{\Q{\<39>}{\N{.8}{\<77>}}\<22>}} & {\mm \X{\Q{\<39>}{\N{.8}{\<77>}}\<23>}} & {\mm \X{\Q{\<39>}{\N{.8}{\<77>}}\<24>}} & {\mm \X{\Q{\<39>}{\N{.8}{\<77>}}\<25>}} + & {\mm \X{\Q{\<39>}{\N{.8}{\<77>}}\<26>}} & {\mm \X{\Q{\<39>}{\N{.8}{\<77>}}\<27>}} & {\mm \X{\Q{\<39>}{\N{.8}{\<77>}}\<28>}} & {\mm \X{\Q{\<39>}{\N{.8}{\<77>}}\<29>}} & {\mm \X{\Q{\<39>}{\N{.8}{\<77>}}\<30>}} + & {\mm \X{\Q{\<39>}{\N{.8}{\<77>}}\<31>}} & {\mm \X{\Q{\<39>}{\N{.8}{\<77>}}\<32>}} & {\mm \X{\Q{\<39>}{\N{.8}{\<77>}}\<33>}} & {\mm \X{\Q{\<39>}{\N{.8}{\<77>}}\<34>}} & {\mm \X{\Q{\<39>}{\N{.8}{\<77>}}\<35>}} + & {\mm \X{\Q{\<39>}{\N{.8}{\<77>}}\<36>}} & {\mm \X{\<39>\K{-.5}\<88>}} & {\mm \X{\M{\<39>}{\Z\<38>}}} & {\mm \X{\Q{\<39>}{\N{.8}{\<77>}}\<39>}} & {\mm \X{\Q{\<39>}{\N{.8}{\<77>}}\<40>}} + & {\mm \X{\Q{\<39>}{\N{.8}{\<77>}}\<42>}} & {\mm \X{\Q{\<39>}{\N{.8}{\<77>}}\<43>}} & {\mm \X{\Q{\<39>}{\N{.8}{\<77>}}\<44>}} & {\mm \X{\Q{\<39>}{\N{.8}{\<77>}}\<45>}} & {\mm \X{\Q{\<39>}{\N{.8}{\<77>}}\<46>}} + & {\mm \X{\<39>\<83>}} & {\mm \X{\<207>}} & {\mm \X{\M{\<39>}{\<85>}}} & {\mm \X{\<39>\K{-.5}\<86>}} + & {\mm \X{\Q{\<39>}{\N{.8}{\<77>}}\<54>}} & {\mm \X{\Q{\<39>}{\N{.8}{\<77>}}\<55>}} & {\mm \X{\Q{\<39>}{\N{.8}{\<77>}}\<56>}} + & {\mm \X{\Q{\<39>}{\N{.8}{\<77>}}\<57>}} & {\mm \X{\Q{\<39>}{\N{.8}{\<77>}}\<51>}} & {\mm \X{\Q{\<39>}{\N{.8}{\<77>}}\<52>}} & {\mm \X{\Q{\<39>}{\N{.8}{\<77>}}\<49>}} \cr +{\mm \X{\<40>}} && {\mm \X{\M{\<40>}{\<112>}}} & {\mm \X{\<79>\<22>}} & {\mm \X{\<79>\<23>}} & {\mm \X{\<79>\<24>}} & {\mm \X{\<79>\<25>}} + & {\mm \X{\<79>\<26>}} & {\mm \X{\<79>\<27>}} & {\mm \X{\<79>\<28>}} & {\mm \X{\<79>\<29>}} & {\mm \X{\<79>\<30>}} + & {\mm \X{\<79>\<31>}} & {\mm \X{\<79>\<32>}} & {\mm \X{\<79>\<33>}} & {\mm \X{\<79>\<34>}} & {\mm \X{\<79>\<35>}} + & {\mm \X{\<194>}} & {\mm \X{\<40>\K{-.5}\<88>}} & {\mm \X{\<195>}} & {\mm \X{\<219>}} & {\mm \X{\<167>}} + & {\mm \X{\<220>}} & {\mm \X{\<79>\<43>}} & {\mm \X{\<79>\<44>}} & {\mm \X{\<79>\<45>}} & {\mm \X{\<193>}} + & {\mm \X{\<40>\<83>}} & {\mm \X{\<208>}} & {\mm \X{\M{\<40>}{\<85>}}} & {\mm \X{\<40>\K{-1.5}\<93>}} + & {\mm \X{\<79>\<54>}} & {\mm \X{\<79>\<55>}} & {\mm \X{\<79>\<56>}} + & {\mm \X{\<79>\<57>}} & {\mm \X{\<79>\<51>}} & {\mm \X{\<79>\<52>}} & {\mm \X{\<79>\<49>}} \cr +\noalign{\hrule} +{\mm \X{\<42>}} && {\mm \X{\M{\<42>}{\<112>}}} & {\mm \X{\Q{\<42>}{\N{.8}{\<77>}}\<22>}} & {\mm \X{\Q{\<42>}{\N{.8}{\<77>}}\<23>}} & {\mm \X{\Q{\<42>}{\N{.8}{\<77>}}\<24>}} & {\mm \X{\Q{\<42>}{\N{.8}{\<77>}}\<25>}} + & {\mm \X{\Q{\<42>}{\N{.8}{\<77>}}\<26>}} & {\mm \X{\Q{\<42>}{\N{.8}{\<77>}}\<27>}} & {\mm \X{\Q{\<42>}{\N{.8}{\<77>}}\<28>}} & {\mm \X{\Q{\<42>}{\N{.8}{\<77>}}\<29>}} & {\mm \X{\Q{\<42>}{\N{.8}{\<77>}}\<30>}} + & {\mm \X{\Q{\<42>}{\N{.8}{\<77>}}\<31>}} & {\mm \X{\Q{\<42>}{\N{.8}{\<77>}}\<32>}} & {\mm \X{\Q{\<42>}{\N{.8}{\<77>}}\<33>}} & {\mm \X{\Q{\<42>}{\N{.8}{\<77>}}\<34>}} & {\mm \X{\Q{\<42>}{\N{.8}{\<77>}}\<35>}} + & {\mm \X{\M{\<42>}{\Z\<36>}}} & {\mm \X{\<42>\K{-.5}\<88>}} & {\mm \X{\M{\<42>}{\Z\<38>}}} & {\mm \X{\Q{\<42>}{\N{.8}{\<77>}}\<39>}} & {\mm \X{\M{\<42>}{\Z\<40>}}} + & {\mm \X{\<242>}} & {\mm \X{\Q{\<42>}{\N{.8}{\<77>}}\<43>}} & {\mm \X{\Q{\<42>}{\N{.8}{\<77>}}\<44>}} & {\mm \X{\Q{\<42>}{\N{.8}{\<77>}}\<45>}} & {\mm \X{\Q{\<42>}{\N{.8}{\<77>}}\<46>}} + & {\mm \X{\<42>\<83>}} & {\mm \X{\M{\<42>}{\<124>}}} & {\mm \X{\M{\<42>}{\<85>}}} & {\mm \X{\<42>\K{-.5}\<86>}} + & {\mm \X{\Q{\<42>}{\N{.8}{\<77>}}\<54>}} & {\mm \X{\Q{\<42>}{\N{.8}{\<77>}}\<55>}} & {\mm \X{\Q{\<42>}{\N{.8}{\<77>}}\<56>}} + & {\mm \X{\Q{\<42>}{\N{.8}{\<77>}}\<57>}} & {\mm \X{\Q{\<42>}{\N{.8}{\<77>}}\<51>}} & {\mm \X{\Q{\<42>}{\N{.8}{\<77>}}\<52>}} & {\mm \X{\Q{\<42>}{\N{.8}{\<77>}}\<49>}} \cr +{\mm \X{\<43>}} && {\mm \X{\M{\<43>}{\<112>}}} & {\mm \X{\Q{\<43>}{\N{.8}{\<77>}}\<22>}} & {\mm \X{\Q{\<43>}{\N{.8}{\<77>}}\<23>}} & {\mm \X{\Q{\<43>}{\N{.8}{\<77>}}\<24>}} & {\mm \X{\Q{\<43>}{\N{.8}{\<77>}}\<25>}} + & {\mm \X{\Q{\<43>}{\N{.8}{\<77>}}\<26>}} & {\mm \X{\Q{\<43>}{\N{.8}{\<77>}}\<27>}} & {\mm \X{\Q{\<43>}{\N{.8}{\<77>}}\<28>}} & {\mm \X{\Q{\<43>}{\N{.8}{\<77>}}\<29>}} & {\mm \X{\Q{\<43>}{\N{.8}{\<77>}}\<30>}} + & {\mm \X{\Q{\<43>}{\N{.8}{\<77>}}\<31>}} & {\mm \X{\Q{\<43>}{\N{.8}{\<77>}}\<32>}} & {\mm \X{\Q{\<43>}{\N{.8}{\<77>}}\<33>}} & {\mm \X{\Q{\<43>}{\N{.8}{\<77>}}\<34>}} & {\mm \X{\Q{\<43>}{\N{.8}{\<77>}}\<35>}} + & {\mm \X{\Q{\<43>}{\N{.8}{\<77>}}\<36>}} & {\mm \X{\<43>\K{-.5}\<88>}} & {\mm \X{\M{\<43>}{\Z\<38>}}} & {\mm \X{\Q{\<43>}{\N{.8}{\<77>}}\<39>}} & {\mm \X{\Q{\<43>}{\N{.8}{\<77>}}\<40>}} + & {\mm \X{\Q{\<43>}{\N{.8}{\<77>}}\<42>}} & {\mm \X{\Q{\<43>}{\N{.8}{\<77>}}\<43>}} & {\mm \X{\Q{\<43>}{\N{.8}{\<77>}}\<44>}} & {\mm \X{\Q{\<43>}{\N{.8}{\<77>}}\<45>}} & {\mm \X{\Q{\<43>}{\N{.8}{\<77>}}\<46>}} + & {\mm \X{\<43>\<83>}} & {\mm \X{\M{\<43>}{\<125>}}} & {\mm \X{\M{\<43>}{\<85>}}} & {\mm \X{\<43>\K{-.5}\<86>}} + & {\mm \X{\Q{\<43>}{\N{.8}{\<77>}}\<54>}} & {\mm \X{\Q{\<43>}{\N{.8}{\<77>}}\<55>}} & {\mm \X{\Q{\<43>}{\N{.8}{\<77>}}\<56>}} + & {\mm \X{\Q{\<43>}{\N{.8}{\<77>}}\<57>}} & {\mm \X{\Q{\<43>}{\N{.8}{\<77>}}\<51>}} & {\mm \X{\Q{\<43>}{\N{.8}{\<77>}}\<52>}} & {\mm \X{\Q{\<43>}{\N{.8}{\<77>}}\<49>}} \cr +{\mm \X{\<44>}} && {\mm \X{\M{\<44>}{\<112>}}} & {\mm \X{\Q{\<44>}{\N{.8}{\<77>}}\<22>}} & {\mm \X{\Q{\<44>}{\N{.8}{\<77>}}\<23>}} & {\mm \X{\Q{\<44>}{\N{.8}{\<77>}}\<24>}} & {\mm \X{\Q{\<44>}{\N{.8}{\<77>}}\<25>}} + & {\mm \X{\Q{\<44>}{\N{.8}{\<77>}}\<26>}} & {\mm \X{\Q{\<44>}{\N{.8}{\<77>}}\<27>}} & {\mm \X{\Q{\<44>}{\N{.8}{\<77>}}\<28>}} & {\mm \X{\Q{\<44>}{\N{.8}{\<77>}}\<29>}} & {\mm \X{\Q{\<44>}{\N{.8}{\<77>}}\<30>}} + & {\mm \X{\Q{\<44>}{\N{.8}{\<77>}}\<31>}} & {\mm \X{\Q{\<44>}{\N{.8}{\<77>}}\<32>}} & {\mm \X{\Q{\<44>}{\N{.8}{\<77>}}\<33>}} & {\mm \X{\Q{\<44>}{\N{.8}{\<77>}}\<34>}} & {\mm \X{\Q{\<44>}{\N{.8}{\<77>}}\<35>}} + & {\mm \X{\Q{\<44>}{\N{.8}{\<77>}}\<36>}} & {\mm \X{\<44>\K{-.5}\<88>}} & {\mm \X{\M{\<44>}{\Z\<38>}}} & {\mm \X{\M{\<44>}{\Z\<39>}}} & {\mm \X{\Q{\<44>}{\N{.8}{\<77>}}\<40>}} + & {\mm \X{\Q{\<44>}{\N{.8}{\<77>}}\<42>}} & {\mm \X{\Q{\<44>}{\N{.8}{\<77>}}\<43>}} & {\mm \X{\<248>}} & {\mm \X{\Q{\<44>}{\N{.8}{\<77>}}\<45>}} & {\mm \X{\Q{\<44>}{\N{.8}{\<77>}}\<46>}} + & {\mm \X{\<44>\<83>}} & {\mm \X{\M{\<44>}{\<126>}}} & {\mm \X{\M{\<44>}{\<85>}}} & {\mm \X{\<44>\K{-.5}\<86>}} + & {\mm \X{\Q{\<44>}{\N{.8}{\<77>}}\<54>}} & {\mm \X{\Q{\<44>}{\N{.8}{\<77>}}\<55>}} & {\mm \X{\Q{\<44>}{\N{.8}{\<77>}}\<56>}} + & {\mm \X{\Q{\<44>}{\N{.8}{\<77>}}\<57>}} & {\mm \X{\Q{\<44>}{\N{.8}{\<77>}}\<51>}} & {\mm \X{\Q{\<44>}{\N{.8}{\<77>}}\<52>}} & {\mm \X{\Q{\<44>}{\N{.8}{\<77>}}\<49>}} \cr +{\mm \X{\<45>}} && {\mm \X{\M{\<45>}{\<112>}}} & {\mm \X{\Q{\<45>}{\N{.8}{\<77>}}\<22>}} & {\mm \X{\Q{\<45>}{\N{.8}{\<77>}}\<23>}} & {\mm \X{\Q{\<45>}{\N{.8}{\<77>}}\<24>}} & {\mm \X{\Q{\<45>}{\N{.8}{\<77>}}\<25>}} + & {\mm \X{\Q{\<45>}{\N{.8}{\<77>}}\<26>}} & {\mm \X{\Q{\<45>}{\N{.8}{\<77>}}\<27>}} & {\mm \X{\Q{\<45>}{\N{.8}{\<77>}}\<28>}} & {\mm \X{\Q{\<45>}{\N{.8}{\<77>}}\<29>}} & {\mm \X{\Q{\<45>}{\N{.8}{\<77>}}\<30>}} + & {\mm \X{\Q{\<45>}{\N{.8}{\<77>}}\<31>}} & {\mm \X{\Q{\<45>}{\N{.8}{\<77>}}\<32>}} & {\mm \X{\<196>}} & {\mm \X{\Q{\<45>}{\N{.8}{\<77>}}\<34>}} & {\mm \X{\Q{\<45>}{\N{.8}{\<77>}}\<35>}} + & {\mm \X{\Q{\<45>}{\N{.8}{\<77>}}\<36>}} & {\mm \X{\<45>\K{-.5}\<88>}} & {\mm \X{\M{\<45>}{\Z\<38>}}} & {\mm \X{\Q{\<45>}{\N{.8}{\<77>}}\<39>}} & {\mm \X{\Q{\<45>}{\N{.8}{\<77>}}\<40>}} + & {\mm \X{\Q{\<45>}{\N{.8}{\<77>}}\<42>}} & {\mm \X{\Q{\<45>}{\N{.8}{\<77>}}\<43>}} & {\mm \X{\Q{\<45>}{\N{.8}{\<77>}}\<44>}} & {\mm \X{\Q{\<45>}{\N{.8}{\<77>}}\<45>}} & {\mm \X{\Q{\<45>}{\N{.8}{\<77>}}\<46>}} + & {\mm \X{\<45>\<83>}} & {\mm \X{\<209>}} & {\mm \X{\M{\<45>}{\<85>}}} & {\mm \X{\<45>\K{-.5}\<86>}} + & {\mm \X{\Q{\<45>}{\N{.8}{\<77>}}\<54>}} & {\mm \X{\Q{\<45>}{\N{.8}{\<77>}}\<55>}} & {\mm \X{\Q{\<45>}{\N{.8}{\<77>}}\<56>}} + & {\mm \X{\Q{\<45>}{\N{.8}{\<77>}}\<57>}} & {\mm \X{\Q{\<45>}{\N{.8}{\<77>}}\<51>}} & {\mm \X{\Q{\<45>}{\N{.8}{\<77>}}\<52>}} & {\mm \X{\Q{\<45>}{\N{.8}{\<77>}}\<49>}} \cr +{\mm \X{\<46>}} && {\mm \X{\M{\<46>}{\<112>}}} & {\mm \X{\<2>\<22>}} & {\mm \X{\<2>\<23>}} & {\mm \X{\<2>\<24>}} & {\mm \X{\<2>\<25>}} + & {\mm \X{\<2>\<26>}} & {\mm \X{\<2>\<27>}} & {\mm \X{\<2>\<28>}} & {\mm \X{\<2>\<29>}} & {\mm \X{\<2>\<30>}} + & {\mm \X{\<2>\<31>}} & {\mm \X{\<2>\<32>}} & {\mm \X{\<2>\<33>}} & {\mm \X{\<2>\<34>}} & {\mm \X{\<2>\<35>}} + & {\mm \X{\<2>\<36>}} & {\mm \X{\<46>\K{-.5}\<88>}} & {\mm \X{\M{\<46>}{\Z\<38>}}} & {\mm \X{\<2>\<39>}} & {\mm \X{\M{\<46>}{\Z\<40>}}} + & {\mm \X{\<220>}} & {\mm \X{\<2>\<43>}} & {\mm \X{\<2>\<44>}} & {\mm \X{\<2>\<45>}} & {\mm \X{\<46>\K{-.27}\<46>}} + & {\mm \X{\<46>\<83>}} & {\mm \X{\M{\<46>}{\<123>}}} & {\mm \X{\M{\<46>}{\<85>}}} & {\mm \X{\<46>\K{-.5}\<86>}} + & {\mm \X{\<2>\<54>}} & {\mm \X{\<2>\<55>}} & {\mm \X{\<2>\<56>}} + & {\mm \X{\<2>\<57>}} & {\mm \X{\<2>\<51>}} & {\mm \X{\<2>\<52>}} & {\mm \X{\<2>\<49>}} \cr +\noalign{\hrule} +{\mm \X{\<47>}} && {\mm \X{\M{\<47>}{\<112>}}} & {\mm \X{\Q{\<47>}{\N{.8}{\<77>}}\<22>}} & {\mm \X{\Q{\<47>}{\N{.8}{\<77>}}\<23>}} & {\mm \X{\Q{\<47>}{\N{.8}{\<77>}}\<24>}} & {\mm \X{\Q{\<47>}{\N{.8}{\<77>}}\<25>}} + & {\mm \X{\Q{\<47>}{\N{.8}{\<77>}}\<26>}} & {\mm \X{\Q{\<47>}{\N{.8}{\<77>}}\<27>}} & {\mm \X{\Q{\<47>}{\N{.8}{\<77>}}\<28>}} & {\mm \X{\Q{\<47>}{\N{.8}{\<77>}}\<29>}} & {\mm \X{\Q{\<47>}{\N{.8}{\<77>}}\<30>}} + & {\mm \X{\Q{\<47>}{\N{.8}{\<77>}}\<31>}} & {\mm \X{\Q{\<47>}{\N{.8}{\<77>}}\<32>}} & {\mm \X{\Q{\<47>}{\N{.8}{\<77>}}\<33>}} & {\mm \X{\Q{\<47>}{\N{.8}{\<77>}}\<34>}} & {\mm \X{\Q{\<47>}{\N{.8}{\<77>}}\<35>}} + & {\mm \X{\M{\<47>}{\Z\<36>}}} & {\mm \X{\<47>\K{-.5}\<88>}} & {\mm \X{\M{\<47>}{\Z\<38>}}} & {\mm \X{\Q{\<47>}{\N{.8}{\<77>}}\<39>}} & {\mm \X{\Q{\<47>}{\N{.8}{\<77>}}\<40>}} + & {\mm \X{\Q{\<47>}{\N{.8}{\<77>}}\<42>}} & {\mm \X{\Q{\<47>}{\N{.8}{\<77>}}\<43>}} & {\mm \X{\Q{\<47>}{\N{.8}{\<77>}}\<44>}} & {\mm \X{\Q{\<47>}{\N{.8}{\<77>}}\<45>}} & {\mm \X{\Q{\<47>}{\N{.8}{\<77>}}\<46>}} + & {\mm \X{\<249>}} & {\mm \X{\M{\<47>}{\<84>}}} & {\mm \X{\M{\<47>}{\<85>}}} & {\mm \X{\<47>\K{-.5}\<86>}} + & {\mm \X{\Q{\<47>}{\N{.8}{\<77>}}\<54>}} & {\mm \X{\Q{\<47>}{\N{.8}{\<77>}}\<55>}} & {\mm \X{\Q{\<47>}{\N{.8}{\<77>}}\<56>}} + & {\mm \X{\Q{\<47>}{\N{.8}{\<77>}}\<57>}} & {\mm \X{\Q{\<47>}{\N{.8}{\<77>}}\<51>}} & {\mm \X{\Q{\<47>}{\N{.8}{\<77>}}\<52>}} & {\mm \X{\Q{\<47>}{\N{.8}{\<77>}}\<49>}} \cr +{\mm \X{\<48>}} && {\mm \X{\T{\<76>}{\R{.8ex}{\<21>}}}} & {\mm \X{\T{\<76>}{\R{.8ex}{\<22>}}}} & {\mm \X{\T{\<76>}{\R{.8ex}{\<23>}}}} & {\mm \X{\T{\<76>}{\R{.8ex}{\<24>}}}} & {\mm \X{\T{\<76>}{\R{.8ex}{\<25>}}}} + & {\mm \X{\T{\<76>}{\R{.8ex}{\<26>}}}} & {\mm \X{\T{\<76>}{\R{.8ex}{\<27>}}}} & {\mm \X{\T{\<76>}{\R{.8ex}{\<28>}}}} & {\mm \X{\T{\<76>}{\R{.8ex}{\<29>}}}} & {\mm \X{\T{\<76>}{\R{.8ex}{\<30>}}}} + & {\mm \X{\T{\<76>}{\R{.8ex}{\<31>}}}} & {\mm \X{\T{\<76>}{\R{.8ex}{\<32>}}}} & {\mm \X{\T{\<76>}{\R{.8ex}{\<33>}}}} & {\mm \X{\T{\<76>}{\R{.8ex}{\<34>}}}} & {\mm \X{\T{\<76>}{\R{.8ex}{\<35>}}}} + & {\mm \X{\T{\<76>}{\R{.8ex}{\<36>}}}} & {\mm \X{\T{\<76>}{\R{.8ex}{\<37>}}}} & {\mm \X{\T{\<76>}{\R{.8ex}{\<38>}}}} & {\mm \X{\T{\<76>}{\R{.8ex}{\<39>}}}} & {\mm \X{\T{\<76>}{\R{.8ex}{\<40>}}}} + & {\mm \X{\T{\<76>}{\R{.8ex}{\<42>}}}} & {\mm \X{\T{\<76>}{\R{.8ex}{\<43>}}}} & {\mm \X{\T{\<76>}{\R{.8ex}{\<44>}}}} & {\mm \X{\T{\<76>}{\R{.8ex}{\<45>}}}} & {\mm \X{\T{\<76>}{\R{.8ex}{\<46>}}}} + & {\mm \X{\T{\<76>}{\R{.8ex}{\<47>}}}} & {\mm \X{\T{\<76>}{\R{.8ex}{\<48>}}}} & {\mm \X{\T{\<76>}{\R{.8ex}{\<50>}}}} & {\mm \X{\T{\<76>}{\R{.8ex}{\<53>}}}} + & {\mm \X{\T{\<76>}{\R{.8ex}{\<54>}}}} & {\mm \X{\T{\<76>}{\R{.8ex}{\<55>}}}} & {\mm \X{\T{\<76>}{\R{.8ex}{\<56>}}}} + & {\mm \X{\T{\<76>}{\R{.8ex}{\<57>}}}} & {\mm \X{\T{\<76>}{\R{.8ex}{\<51>}}}} & {\mm \X{\T{\<76>}{\R{.8ex}{\<52>}}}} & {\mm \X{\T{\<76>}{\R{.8ex}{\<49>}}}} \cr +{\mm \X{\<50>}} && {\mm \X{\M{\<50>}{\<112>}}} & {\mm \X{\<81>\<22>}} & {\mm \X{\<81>\<23>}} & {\mm \X{\<81>\<24>}} & {\mm \X{\<81>\<25>}} + & {\mm \X{\<81>\<26>}} & {\mm \X{\<81>\<27>}} & {\mm \X{\<81>\<28>}} & {\mm \X{\<81>\<29>}} & {\mm \X{\<81>\<30>}} + & {\mm \X{\<81>\<31>}} & {\mm \X{\<81>\<32>}} & {\mm \X{\<81>\<33>}} & {\mm \X{\<81>\<34>}} & {\mm \X{\<81>\<35>}} + & {\mm \X{\<81>\<36>}} & {\mm \X{\<50>\K{-.5}\<88>}} & {\mm \X{\M{\<50>}{\Z\<38>}}} & {\mm \X{\<81>\<39>}} & {\mm \X{\<81>\<40>}} + & {\mm \X{\<81>\<42>}} & {\mm \X{\<81>\<43>}} & {\mm \X{\<81>\<44>}} & {\mm \X{\<81>\<45>}} & {\mm \X{\<81>\<46>}} + & {\mm \X{\<50>\<83>}} & {\mm \X{\M{\<50>}{\<84>}}} & {\mm \X{\M{\<50>}{\<85>}}} & {\mm \X{\<50>\K{-.5}\<86>}} + & {\mm \X{\<81>\<54>}} & {\mm \X{\<81>\<55>}} & {\mm \X{\<81>\<56>}} + & {\mm \X{\<81>\<57>}} & {\mm \X{\<81>\<51>}} & {\mm \X{\<81>\<52>}} & {\mm \X{\<81>\<49>}} \cr +{\mm \X{\<53>}} && {\mm \X{\M{\<53>}{\<112>}}} & {\mm \X{\Q{\<53>}{\N{.8}{\<77>}}\<22>}} & {\mm \X{\Q{\<53>}{\N{.8}{\<77>}}\<23>}} & {\mm \X{\Q{\<53>}{\N{.8}{\<77>}}\<24>}} & {\mm \X{\Q{\<53>}{\N{.8}{\<77>}}\<25>}} + & {\mm \X{\Q{\<53>}{\N{.8}{\<77>}}\<26>}} & {\mm \X{\Q{\<53>}{\N{.8}{\<77>}}\<27>}} & {\mm \X{\Q{\<53>}{\N{.8}{\<77>}}\<28>}} & {\mm \X{\Q{\<53>}{\N{.8}{\<77>}}\<29>}} & {\mm \X{\Q{\<53>}{\N{.8}{\<77>}}\<30>}} + & {\mm \X{\Q{\<53>}{\N{.8}{\<77>}}\<31>}} & {\mm \X{\Q{\<53>}{\N{.8}{\<77>}}\<32>}} & {\mm \X{\Q{\<53>}{\N{.8}{\<77>}}\<33>}} & {\mm \X{\Q{\<53>}{\N{.8}{\<77>}}\<34>}} & {\mm \X{\Q{\<53>}{\N{.8}{\<77>}}\<35>}} + & {\mm \X{\Q{\<53>}{\N{.8}{\<77>}}\<36>}} & {\mm \X{\<53>\K{-.5}\<88>}} & {\mm \X{\M{\<53>}{\Z\<38>}}} & {\mm \X{\Q{\<53>}{\N{.8}{\<77>}}\<39>}} & {\mm \X{\Q{\<53>}{\N{.8}{\<77>}}\<40>}} + & {\mm \X{\Q{\<53>}{\N{.8}{\<77>}}\<42>}} & {\mm \X{\Q{\<53>}{\N{.8}{\<77>}}\<43>}} & {\mm \X{\Q{\<53>}{\N{.8}{\<77>}}\<44>}} & {\mm \X{\Q{\<53>}{\N{.8}{\<77>}}\<45>}} & {\mm \X{\Q{\<53>}{\N{.8}{\<77>}}\<46>}} + & {\mm \X{\<53>\<83>}} & {\mm \X{\M{\<53>}{\<84>}}} & {\mm \X{\M{\<53>}{\<85>}}} & {\mm \X{\<250>}} + & {\mm \X{\Q{\<53>}{\N{.8}{\<77>}}\<54>}} & {\mm \X{\Q{\<53>}{\N{.8}{\<77>}}\<55>}} & {\mm \X{\Q{\<53>}{\N{.8}{\<77>}}\<56>}} + & {\mm \X{\Q{\<53>}{\N{.8}{\<77>}}\<57>}} & {\mm \X{\Q{\<53>}{\N{.8}{\<77>}}\<51>}} & {\mm \X{\Q{\<53>}{\N{.8}{\<77>}}\<52>}} & {\mm \X{\Q{\<53>}{\N{.8}{\<77>}}\<49>}} \cr +\noalign{\hrule} +{\mm \X{\<54>}} && {\mm \X{\M{\<54>}{\<112>}}} & {\mm \X{\Q{\<54>}{\N{.8}{\<77>}}\<22>}} & {\mm \X{\Q{\<54>}{\N{.8}{\<77>}}\<23>}} & {\mm \X{\Q{\<54>}{\N{.8}{\<77>}}\<24>}} & {\mm \X{\Q{\<54>}{\N{.8}{\<77>}}\<25>}} + & {\mm \X{\<197>}} & {\mm \X{\Q{\<54>}{\N{.8}{\<77>}}\<27>}} & {\mm \X{\Q{\<54>}{\N{.8}{\<77>}}\<28>}} & {\mm \X{\Q{\<54>}{\N{.8}{\<77>}}\<29>}} & {\mm \X{\Q{\<54>}{\N{.8}{\<77>}}\<30>}} + & {\mm \X{\Q{\<54>}{\N{.8}{\<77>}}\<31>}} & {\mm \X{\Q{\<54>}{\N{.8}{\<77>}}\<32>}} & {\mm \X{\Q{\<54>}{\N{.8}{\<77>}}\<33>}} & {\mm \X{\Q{\<54>}{\N{.8}{\<77>}}\<34>}} & {\mm \X{\Q{\<54>}{\N{.8}{\<77>}}\<35>}} + & {\mm \X{\Q{\<54>}{\N{.8}{\<77>}}\<36>}} & {\mm \X{\<54>\K{-.5}\<88>}} & {\mm \X{\M{\<54>}{\Z\<38>}}} & {\mm \X{\Q{\<54>}{\N{.8}{\<77>}}\<39>}} & {\mm \X{\Q{\<54>}{\N{.8}{\<77>}}\<40>}} + & {\mm \X{\Q{\<54>}{\N{.8}{\<77>}}\<42>}} & {\mm \X{\Q{\<54>}{\N{.8}{\<77>}}\<43>}} & {\mm \X{\Q{\<54>}{\N{.8}{\<77>}}\<44>}} & {\mm \X{\Q{\<54>}{\N{.8}{\<77>}}\<45>}} & {\mm \X{\Q{\<54>}{\N{.8}{\<77>}}\<46>}} + & {\mm \X{\<54>\<83>}} & {\mm \X{\<210>}} & {\mm \X{\M{\<54>}{\<85>}}} & {\mm \X{\<54>\K{-.5}\<86>}} + & {\mm \X{\<244>}} & {\mm \X{\Q{\<54>}{\N{.8}{\<77>}}\<55>}} & {\mm \X{\Q{\<54>}{\N{.8}{\<77>}}\<56>}} + & {\mm \X{\Q{\<54>}{\N{.8}{\<77>}}\<57>}} & {\mm \X{\Q{\<54>}{\N{.8}{\<77>}}\<51>}} & {\mm \X{\Q{\<54>}{\N{.8}{\<77>}}\<52>}} & {\mm \X{\Q{\<54>}{\N{.8}{\<77>}}\<49>}} \cr +{\mm \X{\<55>}} && {\mm \X{\M{\<55>}{\<112>}}} & {\mm \X{\Q{\<55>}{\N{.8}{\<77>}}\<22>}} & {\mm \X{\Q{\<55>}{\N{.8}{\<77>}}\<23>}} & {\mm \X{\Q{\<55>}{\N{.8}{\<77>}}\<24>}} & {\mm \X{\Q{\<55>}{\N{.8}{\<77>}}\<25>}} + & {\mm \X{\Q{\<55>}{\N{.8}{\<77>}}\<26>}} & {\mm \X{\Q{\<55>}{\N{.8}{\<77>}}\<27>}} & {\mm \X{\Q{\<55>}{\N{.8}{\<77>}}\<28>}} & {\mm \X{\Q{\<55>}{\N{.8}{\<77>}}\<29>}} & {\mm \X{\Q{\<55>}{\N{.8}{\<77>}}\<30>}} + & {\mm \X{\M{\<55>}{\Z\<31>}}} & {\mm \X{\Q{\<55>}{\N{.8}{\<77>}}\<32>}} & {\mm \X{\Q{\<55>}{\N{.8}{\<77>}}\<33>}} & {\mm \X{\Q{\<55>}{\N{.8}{\<77>}}\<34>}} & {\mm \X{\M{\<55>}{\Z\<35>}}} + & {\mm \X{\Q{\<55>}{\N{.8}{\<77>}}\<36>}} & {\mm \X{\<55>\K{-.5}\<88>}} & {\mm \X{\M{\<55>}{\Z\<38>}}} & {\mm \X{\Q{\<55>}{\N{.8}{\<77>}}\<39>}} & {\mm \X{\Q{\<55>}{\N{.8}{\<77>}}\<40>}} + & {\mm \X{\Q{\<55>}{\N{.8}{\<77>}}\<42>}} & {\mm \X{\Q{\<55>}{\N{.8}{\<77>}}\<43>}} & {\mm \X{\Q{\<55>}{\N{.8}{\<77>}}\<44>}} & {\mm \X{\Q{\<55>}{\N{.8}{\<77>}}\<45>}} & {\mm \X{\M{\<55>}{\Z\<46>}}} + & {\mm \X{\<55>\<83>}} & {\mm \X{\M{\<55>}{\<125>}}} & {\mm \X{\M{\<55>}{\<85>}}} & {\mm \X{\<55>\K{-.5}\<86>}} + & {\mm \X{\Q{\<55>}{\N{.8}{\<77>}}\<54>}} & {\mm \X{\Q{\<55>}{\N{.8}{\<77>}}\<55>}} & {\mm \X{\Q{\<55>}{\N{.8}{\<77>}}\<56>}} + & {\mm \X{\Q{\<55>}{\N{.8}{\<77>}}\<57>}} & {\mm \X{\Q{\<55>}{\N{.8}{\<77>}}\<51>}} & {\mm \X{\Q{\<55>}{\N{.8}{\<77>}}\<52>}} & {\mm \X{\Q{\<55>}{\N{.8}{\<77>}}\<49>}} \cr +{\mm \X{\<56>}} && {\mm \X{\M{\<56>}{\<112>}}} & {\mm \X{\Q{\<56>}{\N{.8}{\<77>}}\<22>}} & {\mm \X{\Q{\<56>}{\N{.8}{\<77>}}\<23>}} & {\mm \X{\Q{\<56>}{\N{.8}{\<77>}}\<24>}} & {\mm \X{\Q{\<56>}{\N{.8}{\<77>}}\<25>}} + & {\mm \X{\Q{\<56>}{\N{.8}{\<77>}}\<26>}} & {\mm \X{\Q{\<56>}{\N{.8}{\<77>}}\<27>}} & {\mm \X{\Q{\<56>}{\N{.8}{\<77>}}\<28>}} & {\mm \X{\Q{\<56>}{\N{.8}{\<77>}}\<29>}} & {\mm \X{\Q{\<56>}{\N{.8}{\<77>}}\<30>}} + & {\mm \X{\Q{\<56>}{\N{.8}{\<77>}}\<31>}} & {\mm \X{\Q{\<56>}{\N{.8}{\<77>}}\<32>}} & {\mm \X{\Q{\<56>}{\N{.8}{\<77>}}\<33>}} & {\mm \X{\Q{\<56>}{\N{.8}{\<77>}}\<34>}} & {\mm \X{\Q{\<56>}{\N{.8}{\<77>}}\<35>}} + & {\mm \X{\M{\<56>}{\Z\<36>}}} & {\mm \X{\<56>\K{-.5}\<88>}} & {\mm \X{\M{\<56>}{\Z\<38>}}} & {\mm \X{\Q{\<56>}{\N{.8}{\<77>}}\<39>}} & {\mm \X{\Q{\<56>}{\N{.8}{\<77>}}\<40>}} + & {\mm \X{\Q{\<56>}{\N{.8}{\<77>}}\<42>}} & {\mm \X{\Q{\<56>}{\N{.8}{\<77>}}\<43>}} & {\mm \X{\Q{\<56>}{\N{.8}{\<77>}}\<44>}} & {\mm \X{\Q{\<56>}{\N{.8}{\<77>}}\<45>}} & {\mm \X{\M{\<56>}{\Z\<46>}}} + & {\mm \X{\<56>\<83>}} & {\mm \X{\<211>}} & {\mm \X{\M{\<56>}{\<85>}}} & {\mm \X{\<56>\K{-.5}\<86>}} + & {\mm \X{\Q{\<56>}{\N{.8}{\<77>}}\<54>}} & {\mm \X{\Q{\<56>}{\N{.8}{\<77>}}\<55>}} & {\mm \X{\<245>}} + & {\mm \X{\Q{\<56>}{\N{.8}{\<77>}}\<57>}} & {\mm \X{\Q{\<56>}{\N{.8}{\<77>}}\<51>}} & {\mm \X{\Q{\<56>}{\N{.8}{\<77>}}\<52>}} & {\mm \X{\Q{\<56>}{\N{.8}{\<77>}}\<49>}} \cr +\noalign{\hrule} +{\mm \X{\<57>}} && {\mm \X{\M{\<57>}{\<112>}}} & {\mm \X{\Q{\<57>}{\N{.8}{\<77>}}\<22>}} & {\mm \X{\Q{\<57>}{\N{.8}{\<77>}}\<23>}} & {\mm \X{\Q{\<57>}{\N{.8}{\<77>}}\<24>}} & {\mm \X{\Q{\<57>}{\N{.8}{\<77>}}\<25>}} + & {\mm \X{\Q{\<57>}{\N{.8}{\<77>}}\<26>}} & {\mm \X{\Q{\<57>}{\N{.8}{\<77>}}\<27>}} & {\mm \X{\Q{\<57>}{\N{.8}{\<77>}}\<28>}} & {\mm \X{\Q{\<57>}{\N{.8}{\<77>}}\<29>}} & {\mm \X{\Q{\<57>}{\N{.8}{\<77>}}\<30>}} + & {\mm \X{\Q{\<57>}{\N{.8}{\<77>}}\<31>}} & {\mm \X{\Q{\<57>}{\N{.8}{\<77>}}\<32>}} & {\mm \X{\Q{\<57>}{\N{.8}{\<77>}}\<33>}} & {\mm \X{\Q{\<57>}{\N{.8}{\<77>}}\<34>}} & {\mm \X{\Q{\<57>}{\N{.8}{\<77>}}\<35>}} + & {\mm \X{\Q{\<57>}{\N{.8}{\<77>}}\<36>}} & {\mm \X{\<57>\K{-.5}\<88>}} & {\mm \X{\M{\<57>}{\Z\<38>}}} & {\mm \X{\Q{\<57>}{\N{.8}{\<77>}}\<39>}} & {\mm \X{\<199>}} + & {\mm \X{\Q{\<57>}{\N{.8}{\<77>}}\<42>}} & {\mm \X{\Q{\<57>}{\N{.8}{\<77>}}\<43>}} & {\mm \X{\Q{\<57>}{\N{.8}{\<77>}}\<44>}} & {\mm \X{\Q{\<57>}{\N{.8}{\<77>}}\<45>}} & {\mm \X{\<198>}} + & {\mm \X{\<57>\<83>}} & {\mm \X{\<212>}} & {\mm \X{\M{\<57>}{\<85>}}} & {\mm \X{\<57>\K{-1.5}\<93>}} + & {\mm \X{\Q{\<57>}{\N{.8}{\<77>}}\<54>}} & {\mm \X{\Q{\<57>}{\N{.8}{\<77>}}\<55>}} & {\mm \X{\Q{\<57>}{\N{.8}{\<77>}}\<56>}} + & {\mm \X{\Q{\<57>}{\N{.8}{\<77>}}\<57>}} & {\mm \X{\Q{\<57>}{\N{.8}{\<77>}}\<51>}} & {\mm \X{\Q{\<57>}{\N{.8}{\<77>}}\<52>}} & {\mm \X{\Q{\<57>}{\N{.8}{\<77>}}\<49>}} \cr +{\mm \X{\<51>}} && {\mm \X{\M{\<51>}{\<112>}}} & {\mm \X{\<82>\<22>}} & {\mm \X{\<82>\<23>}} & {\mm \X{\<82>\<24>}} & {\mm \X{\<82>\<25>}} + & {\mm \X{\<82>\<26>}} & {\mm \X{\<82>\<27>}} & {\mm \X{\<82>\<28>}} & {\mm \X{\<82>\<29>}} & {\mm \X{\<82>\<30>}} + & {\mm \X{\<82>\<31>}} & {\mm \X{\<82>\<32>}} & {\mm \X{\<82>\<33>}} & {\mm \X{\<82>\<34>}} & {\mm \X{\<82>\<35>}} + & {\mm \X{\<82>\<36>}} & {\mm \X{\<51>\K{-.5}\<88>}} & {\mm \X{\M{\<51>}{\Z\<38>}}} & {\mm \X{\<82>\<39>}} & {\mm \X{\<82>\<40>}} + & {\mm \X{\<82>\<42>}} & {\mm \X{\<82>\<43>}} & {\mm \X{\<82>\<44>}} & {\mm \X{\<82>\<45>}} & {\mm \X{\<82>\<46>}} + & {\mm \X{\<51>\<83>}} & {\mm \X{\M{\<51>}{\<84>}}} & {\mm \X{\M{\<51>}{\<85>}}} & {\mm \X{\<51>\K{-.5}\<86>}} + & {\mm \X{\<82>\<54>}} & {\mm \X{\<82>\<55>}} & {\mm \X{\<82>\<56>}} + & {\mm \X{\<82>\<57>}} & {\mm \X{\<51>\K{-.2}\<51>}} & {\mm \X{\<82>\<52>}} & {\mm \X{\<82>\<49>}} \cr +{\mm \X{\<52>}} && {\mm \X{\M{\<52>}{\<112>}}} & {\mm \X{\Q{\<52>}{\N{.8}{\<77>}}\<22>}} & {\mm \X{\Q{\<52>}{\N{.8}{\<77>}}\<23>}} & {\mm \X{\Q{\<52>}{\N{.8}{\<77>}}\<24>}} & {\mm \X{\Q{\<52>}{\N{.8}{\<77>}}\<25>}} + & {\mm \X{\Q{\<52>}{\N{.8}{\<77>}}\<26>}} & {\mm \X{\Q{\<52>}{\N{.8}{\<77>}}\<27>}} & {\mm \X{\Q{\<52>}{\N{.8}{\<77>}}\<28>}} & {\mm \X{\Q{\<52>}{\N{.8}{\<77>}}\<29>}} & {\mm \X{\Q{\<52>}{\N{.8}{\<77>}}\<30>}} + & {\mm \X{\Q{\<52>}{\N{.8}{\<77>}}\<31>}} & {\mm \X{\Q{\<52>}{\N{.8}{\<77>}}\<32>}} & {\mm \X{\Q{\<52>}{\N{.8}{\<77>}}\<33>}} & {\mm \X{\Q{\<52>}{\N{.8}{\<77>}}\<34>}} & {\mm \X{\Q{\<52>}{\N{.8}{\<77>}}\<35>}} + & {\mm \X{\Q{\<52>}{\N{.8}{\<77>}}\<36>}} & {\mm \X{\<52>\K{-.5}\<88>}} & {\mm \X{\M{\<52>}{\Z\<38>}}} & {\mm \X{\Q{\<52>}{\N{.8}{\<77>}}\<39>}} & {\mm \X{\Q{\<52>}{\N{.8}{\<77>}}\<40>}} + & {\mm \X{\Q{\<52>}{\N{.8}{\<77>}}\<42>}} & {\mm \X{\Q{\<52>}{\N{.8}{\<77>}}\<43>}} & {\mm \X{\Q{\<52>}{\N{.8}{\<77>}}\<44>}} & {\mm \X{\Q{\<52>}{\N{.8}{\<77>}}\<45>}} & {\mm \X{\Q{\<52>}{\N{.8}{\<77>}}\<46>}} + & {\mm \X{\<52>\<83>}} & {\mm \X{\M{\<52>}{\<84>}}} & {\mm \X{\M{\<52>}{\<85>}}} & {\mm \X{\<52>\K{-.5}\<86>}} + & {\mm \X{\Q{\<52>}{\N{.8}{\<77>}}\<54>}} & {\mm \X{\Q{\<52>}{\N{.8}{\<77>}}\<55>}} & {\mm \X{\Q{\<52>}{\N{.8}{\<77>}}\<56>}} + & {\mm \X{\Q{\<52>}{\N{.8}{\<77>}}\<57>}} & {\mm \X{\Q{\<52>}{\N{.8}{\<77>}}\<51>}} & {\mm \X{\Q{\<52>}{\N{.8}{\<77>}}\<52>}} & {\mm \X{\Q{\<52>}{\N{.8}{\<77>}}\<49>}} \cr +{\mm \X{\<49>}} && {\mm \X{\M{\<49>}{\<112>}}} & {\mm \X{\<80>\<22>}} & {\mm \X{\<80>\<23>}} & {\mm \X{\<80>\<24>}} & {\mm \X{\<80>\<25>}} + & {\mm \X{\<80>\<26>}} & {\mm \X{\<80>\<27>}} & {\mm \X{\<80>\<28>}} & {\mm \X{\<80>\<29>}} & {\mm \X{\<80>\<30>}} + & {\mm \X{\<80>\<31>}} & {\mm \X{\<80>\<32>}} & {\mm \X{\<80>\<33>}} & {\mm \X{\<80>\<34>}} & {\mm \X{\<80>\<35>}} + & {\mm \X{\<80>\<36>}} & {\mm \X{\<49>\K{-.5}\<88>}} & {\mm \X{\M{\<49>}{\Z\<38>}}} & {\mm \X{\<80>\<39>}} & {\mm \X{\<80>\<40>}} + & {\mm \X{\<80>\<42>}} & {\mm \X{\<80>\<43>}} & {\mm \X{\<80>\<44>}} & {\mm \X{\<80>\<45>}} & {\mm \X{\<80>\<46>}} + & {\mm \X{\<49>\<83>}} & {\mm \X{\M{\<49>}{\<84>}}} & {\mm \X{\M{\<49>}{\<85>}}} & {\mm \X{\<49>\K{-.5}\<86>}} + & {\mm \X{\<80>\<54>}} & {\mm \X{\<80>\<55>}} & {\mm \X{\<80>\<56>}} + & {\mm \X{\<80>\<57>}} & {\mm \X{\<80>\<51>}} & {\mm \X{\<80>\<52>}} & {\mm \X{\<243>}} \cr +} + +\bye + diff -Nru texlive-lang-2007.dfsg.4/texmf-dist/doc/fonts/malayalam/article/mmexp.mm texlive-lang-2009/texmf-dist/doc/fonts/malayalam/article/mmexp.mm --- texlive-lang-2007.dfsg.4/texmf-dist/doc/fonts/malayalam/article/mmexp.mm 1970-01-01 01:00:00.000000000 +0100 +++ texlive-lang-2009/texmf-dist/doc/fonts/malayalam/article/mmexp.mm 2006-01-09 00:47:01.000000000 +0000 @@ -0,0 +1,57 @@ +% mmexp.mm --- Malayalam experimental font style samples +% (c) 1993 Jeroen Hellingman +% Last edit: 07-FEB-1993 + +\input mmqmacs +\input mmtrmacs +\input mmxfont + +\font\logo=logo10 +\def\MF{{\logo METAFONT}} +\parindent=0pt + +This file shows some more `experimental' settings of the parameters for +\MF. You can define your own experimental fonts by copying one of the +parameter files to your own file, and change the following parameters +--~the values below come from {\tt mmc10.mf}: + +\bigskip + +{\tt\settabs\+font\_identifier := & 0.8333mm\#;andmore & \cr + +\+ht\# := & 1.667mm\#; & {\rm height of normal characters.}\cr +\+u\# := & 0.8333mm\#; & {\rm unit width (0.5 ht).}\cr +\+rm\# := & 0.5mm\#; & {\rm space inbetween characters.}\cr +\+slant := & 0; & {\rm slant of characters.}\cr + +\medskip + +\+rot := & 45; & {\rm angle of pen.}\cr +\+thick\# := & 0.75pt\#; & {\rm thickness of thickest lines.}\cr +\+thin\# := & 0.333pt\#; & {\rm thickness of thinnest lines.}\cr +\+subthick\# := & 0.550pt\#; & {\rm thickness of thickest lines in subscribed characters.}\cr + +\medskip + +\+font\_size := & 10pt\#; & {\rm font size as seen by \TeX.}\cr +\+font\_identifier := & "MMC10"; & {\rm font identifier.}\cr +} + +\bigskip + +{\parindent=-25pt\leftskip=25pt\overfullrule=0pt\raggedright +{\xamm\mmcurrm Malayalam Experimental A 12pt: $muunnu saMvatsaran"n"aL+>>kkakaM oru maryyaadasvan +oru saakSaat pookkiri aayibhaviccatu enikku boodhippaan vahiyaa.\smallskip$} +{\xbmm\mmcurrm Malayalam Experimental B 12pt: $muunnu saMvatsaran"n"aL+>>kkakaM oru maryyaadasvan +oru saakSaat pookkiri aayibhaviccatu enikku boodhippaan vahiyaa.\smallskip$} +{\xcmm\mmcurrm Malayalam Experimental C 12pt: $muunnu saMvatsaran"n"aL+>>kkakaM oru maryyaadasvan +oru saakSaat pookkiri aayibhaviccatu enikku boodhippaan vahiyaa.\smallskip$} + +{\bigmmr\mmcurrm Malayalam Big 21pt: $muunnu saMvatsaran"n"aL+>>kkakaM oru maryyaadasvan +oru saakSaat pookkiri aayibhaviccatu enikku boodhippaan vahiyaa.\smallskip$} +{\bigmmo\mmcurrm Malayalam Big Outline Shadow 21pt: $muunnu saMvatsaran"n"aL+>>kkakaM oru maryyaadasvan +oru saakSaat pookkiri aayibhaviccatu enikku boodhippaan\smallskip$} +{\hugemmr\mmcurrm Malayalam Huge 36pt: $muunnu saMvatsaran"n"aL+>>kkakaM\smallskip$} +} + +%%%%%% end of mmexp.txt diff -Nru texlive-lang-2007.dfsg.4/texmf-dist/doc/fonts/malayalam/article/mmexp.tex texlive-lang-2009/texmf-dist/doc/fonts/malayalam/article/mmexp.tex --- texlive-lang-2007.dfsg.4/texmf-dist/doc/fonts/malayalam/article/mmexp.tex 1970-01-01 01:00:00.000000000 +0100 +++ texlive-lang-2009/texmf-dist/doc/fonts/malayalam/article/mmexp.tex 2006-01-09 00:47:01.000000000 +0000 @@ -0,0 +1,53 @@ + +\input mmqmacs +\input mmtrmacs +\input mmxfont + +\font\logo=logo10 +\def\MF{{\logo METAFONT}} +\parindent=0pt + +This file shows some more `experimental' settings of the parameters for +\MF. You can define your own experimental fonts by copying one of the +parameter files to your own file, and change the following parameters +--~the values below come from {\tt mmc10.mf}: + +\bigskip + +{\tt\settabs\+font\_identifier := & 0.8333mm\#;andmore & \cr + +\+ht\# := & 1.667mm\#; & {\rm height of normal characters.}\cr +\+u\# := & 0.8333mm\#; & {\rm unit width (0.5 ht).}\cr +\+rm\# := & 0.5mm\#; & {\rm space inbetween characters.}\cr +\+slant := & 0; & {\rm slant of characters.}\cr + +\medskip + +\+rot := & 45; & {\rm angle of pen.}\cr +\+thick\# := & 0.75pt\#; & {\rm thickness of thickest lines.}\cr +\+thin\# := & 0.333pt\#; & {\rm thickness of thinnest lines.}\cr +\+subthick\# := & 0.550pt\#; & {\rm thickness of thickest lines in subscribed characters.}\cr + +\medskip + +\+font\_size := & 10pt\#; & {\rm font size as seen by \TeX.}\cr +\+font\_identifier := & "MMC10"; & {\rm font identifier.}\cr +} + +\bigskip + +{\parindent=-25pt\leftskip=25pt\overfullrule=0pt\raggedright +{\xamm\mmcurrm Malayalam Experimental A 12pt: {\mm \X{\<46>\<73>}\X{\<167>\<72>} \X{\<56>}\<2>\X{\<53>}\X{\<221>}\X{\<48>}\X{\<161>}\X{\<82>}\hbox{}\X{\<160>}\X{\<21>}\<2> \X{\<18>}\X{\<48>\<72>} \X{\<46>}\X{\<80>\<249>\<62>}\X{\<38>}\X{\<56>\K{-.5}\<86>}\X{\<79>} +\X{\<18>}\X{\<48>\<72>} \X{\<56>\<62>}\X{\<251>\<62>}\X{\<81>} \X{\<71>\<42>\<62>}\X{\<160>\<63>}\X{\<48>\<63>} \X{\<6>}\X{\<47>\<63>}\X{\<45>}\X{\<53>\<63>}\X{\<247>}\X{\<36>\<72>} \X{\<14>}\X{\<40>\<63>}\X{\<160>\<72>} \X{\<71>\<44>\<62>}\X{\<39>\<63>}\X{\<242>\<62>}\X{\<79>} \X{\<53>}\X{\<57>\<63>}\X{\<47>\<62>}{\RMF.}\smallskip}} +{\xbmm\mmcurrm Malayalam Experimental B 12pt: {\mm \X{\<46>\<73>}\X{\<167>\<72>} \X{\<56>}\<2>\X{\<53>}\X{\<221>}\X{\<48>}\X{\<161>}\X{\<82>}\hbox{}\X{\<160>}\X{\<21>}\<2> \X{\<18>}\X{\<48>\<72>} \X{\<46>}\X{\<80>\<249>\<62>}\X{\<38>}\X{\<56>\K{-.5}\<86>}\X{\<79>} +\X{\<18>}\X{\<48>\<72>} \X{\<56>\<62>}\X{\<251>\<62>}\X{\<81>} \X{\<71>\<42>\<62>}\X{\<160>\<63>}\X{\<48>\<63>} \X{\<6>}\X{\<47>\<63>}\X{\<45>}\X{\<53>\<63>}\X{\<247>}\X{\<36>\<72>} \X{\<14>}\X{\<40>\<63>}\X{\<160>\<72>} \X{\<71>\<44>\<62>}\X{\<39>\<63>}\X{\<242>\<62>}\X{\<79>} \X{\<53>}\X{\<57>\<63>}\X{\<47>\<62>}{\RMF.}\smallskip}} +{\xcmm\mmcurrm Malayalam Experimental C 12pt: {\mm \X{\<46>\<73>}\X{\<167>\<72>} \X{\<56>}\<2>\X{\<53>}\X{\<221>}\X{\<48>}\X{\<161>}\X{\<82>}\hbox{}\X{\<160>}\X{\<21>}\<2> \X{\<18>}\X{\<48>\<72>} \X{\<46>}\X{\<80>\<249>\<62>}\X{\<38>}\X{\<56>\K{-.5}\<86>}\X{\<79>} +\X{\<18>}\X{\<48>\<72>} \X{\<56>\<62>}\X{\<251>\<62>}\X{\<81>} \X{\<71>\<42>\<62>}\X{\<160>\<63>}\X{\<48>\<63>} \X{\<6>}\X{\<47>\<63>}\X{\<45>}\X{\<53>\<63>}\X{\<247>}\X{\<36>\<72>} \X{\<14>}\X{\<40>\<63>}\X{\<160>\<72>} \X{\<71>\<44>\<62>}\X{\<39>\<63>}\X{\<242>\<62>}\X{\<79>} \X{\<53>}\X{\<57>\<63>}\X{\<47>\<62>}{\RMF.}\smallskip}} + +{\bigmmr\mmcurrm Malayalam Big 21pt: {\mm \X{\<46>\<73>}\X{\<167>\<72>} \X{\<56>}\<2>\X{\<53>}\X{\<221>}\X{\<48>}\X{\<161>}\X{\<82>}\hbox{}\X{\<160>}\X{\<21>}\<2> \X{\<18>}\X{\<48>\<72>} \X{\<46>}\X{\<80>\<249>\<62>}\X{\<38>}\X{\<56>\K{-.5}\<86>}\X{\<79>} +\X{\<18>}\X{\<48>\<72>} \X{\<56>\<62>}\X{\<251>\<62>}\X{\<81>} \X{\<71>\<42>\<62>}\X{\<160>\<63>}\X{\<48>\<63>} \X{\<6>}\X{\<47>\<63>}\X{\<45>}\X{\<53>\<63>}\X{\<247>}\X{\<36>\<72>} \X{\<14>}\X{\<40>\<63>}\X{\<160>\<72>} \X{\<71>\<44>\<62>}\X{\<39>\<63>}\X{\<242>\<62>}\X{\<79>} \X{\<53>}\X{\<57>\<63>}\X{\<47>\<62>}{\RMF.}\smallskip}} +{\bigmmo\mmcurrm Malayalam Big Outline Shadow 21pt: {\mm \X{\<46>\<73>}\X{\<167>\<72>} \X{\<56>}\<2>\X{\<53>}\X{\<221>}\X{\<48>}\X{\<161>}\X{\<82>}\hbox{}\X{\<160>}\X{\<21>}\<2> \X{\<18>}\X{\<48>\<72>} \X{\<46>}\X{\<80>\<249>\<62>}\X{\<38>}\X{\<56>\K{-.5}\<86>}\X{\<79>} +\X{\<18>}\X{\<48>\<72>} \X{\<56>\<62>}\X{\<251>\<62>}\X{\<81>} \X{\<71>\<42>\<62>}\X{\<160>\<63>}\X{\<48>\<63>} \X{\<6>}\X{\<47>\<63>}\X{\<45>}\X{\<53>\<63>}\X{\<247>}\X{\<36>\<72>} \X{\<14>}\X{\<40>\<63>}\X{\<160>\<72>} \X{\<71>\<44>\<62>}\X{\<39>\<63>}\X{\<242>\<62>}\X{\<79>}\smallskip}} +{\hugemmr\mmcurrm Malayalam Huge 36pt: {\mm \X{\<46>\<73>}\X{\<167>\<72>} \X{\<56>}\<2>\X{\<53>}\X{\<221>}\X{\<48>}\X{\<161>}\X{\<82>}\hbox{}\X{\<160>}\X{\<21>}\<2>\smallskip}} +} + diff -Nru texlive-lang-2007.dfsg.4/texmf-dist/doc/fonts/malayalam/article/mmfont.tex texlive-lang-2009/texmf-dist/doc/fonts/malayalam/article/mmfont.tex --- texlive-lang-2007.dfsg.4/texmf-dist/doc/fonts/malayalam/article/mmfont.tex 1970-01-01 01:00:00.000000000 +0100 +++ texlive-lang-2009/texmf-dist/doc/fonts/malayalam/article/mmfont.tex 2006-01-09 00:47:01.000000000 +0000 @@ -0,0 +1,99 @@ +% mmfont.tex -- load fonts for Malayalam TeX +% copyright 1993 Jeroen Hellingman +% last edit: 02-JAN-1993 + +\ifx\mmfontsloaded\relax\endinput\else\let\mmfontsloaded=\relax\fi + +%%%%%% fonts + +\font\sixmmf=mm6 % Malayalam Regular 6pt +\font\sixmmsf=mm6s % Malayalam Regular 6pt Subscript +\font\sixrm=cmr6 + +\font\eightmmf=mm8 % Malayalam Regular 8pt +\font\eightmmsf=mm8s % Malayalam Regular 8pt Subscript + +\font\mmf=mm10 % Malayalam Regular 10pt +\font\mmsf=mm10s % Malayalam Regular 10pt Subscript +\font\mmbf=mmb10 % Malayalam Bold 10pt +\font\mmbsf=mmb10s % Malayalam Bold 10pt Subscript +\font\mmslf=mmsl10 % Malayalam Slanted 10pt +\font\mmslsf=mmsl10s % Malayalam Slanted 10pt Subscript +\font\mmcf=mmc10 % Malayalam Calligraphic Regular 10pt +\font\mmcsf=mmc10s % Malayalam Calligraphic Regular 10pt Subscript +\font\mmcbf=mmcb10 % Malayalam Calligraphic Bold 10pt +\font\mmcbsf=mmcb10s % Malayalam Calligraphic Bold 10pt Subscript +\font\mmcslf=mmcsl10 % Malayalam Calligraphic Slanted 10pt +\font\mmcslsf=mmcsl10s % Malayalam Calligraphic Slanted 10pt Subscript + +\font\twelvemmf=mm12 % Malayalam Regular 12pt +\font\twelvemmsf=mm12s % Malayalam Regular 12pt Subscript +\font\twelvemmbf=mmb12 % Malayalam Bold 12pt +\font\twelvemmbsf=mmb12s % Malayalam Bold 12pt Subscript +\font\twelvemmslf=mmsl12 % Malayalam Slanted 12pt +\font\twelvemmslsf=mmsl12s % Malayalam Slanted 12pt Subscript +\font\twelvemmcf=mmc12 % Malayalam Calligraphic Regular 12pt +\font\twelvemmcsf=mmc12s % Malayalam Calligraphic Regular 12pt Subscript +\font\twelvemmcbf=mmcb12 % Malayalam Calligraphic Bold 12pt +\font\twelvemmcbsf=mmcb12s % Malayalam Calligraphic Bold 12pt Subscript +\font\twelvemmcslf=mmcsl12 % Malayalam Calligraphic Slanted 12pt +\font\twelvemmcslsf=mmcsl12s % Malayalam Calligraphic Slanted 12pt Subscript +\font\twelverm=cmr12 +\font\twelvebf=cmbx12 +\font\twelvesl=cmsl12 + +\font\seventeenmmf=mm17 % Malayalam Regular 17pt +\font\seventeenmmsf=mm17s % Malayalam Regular 17pt Subscript +\font\seventeenmmcf=mmc17 % Malayalam Calligraphic Regular 17pt +\font\seventeenmmcsf=mmc17s % Malayalam Calligraphic Regular 17pt Subscript +\font\seventeenmmbf=mmb17 % Malayalam Bold 17pt +\font\seventeenmmbsf=mmb17s % Malayalam Bold 17pt Subscript +\font\seventeenmmcbf=mmcb17 % Malayalam Calligraphic Bold 17pt +\font\seventeenmmcbsf=mmcb17s % Malayalam Calligraphic Bold 17pt Subscript +\font\seventeenrm=cmr17 +\font\seventeenbf=cmbx12 at 17.28pt + +%%%%%% font-selection macros + +\def\sixmmr{\let\mmcurf=\sixmmf\let\mmcursf=\sixmmsf\let\mmcurrm=\sixrm + \mmcbls=7.8pt\ifmmmode\setmm\fi} + +\def\eightmmr{\let\mmcurf=\eightmmf\let\mmcursf=\eightmmsf\let\mmcurrm=\sevenrm + \mmcbls=10.5pt\ifmmmode\setmm\fi} + +\def\mmr{\let\mmcurf=\mmf\let\mmcursf=\mmsf\let\mmcurrm=\rm + \mmcbls=13pt\ifmmmode\setmm\fi} +\def\mmsl{\let\mmcurf=\mmslf\let\mmcursf=\mmslsf\let\mmcurrm=\sl + \mmcbls=13pt\ifmmmode\setmm\fi} +\def\mmb{\let\mmcurf=\mmbf\let\mmcursf=\mmbsf\let\mmcurrm=\bf + \mmcbls=13pt\ifmmmode\setmm\fi} +\def\mmc{\let\mmcurf=\mmcf\let\mmcursf=\mmcsf\let\mmcurrm=\rm + \mmcbls=13pt\ifmmmode\setmm\fi} +\def\mmcsl{\let\mmcurf=\mmcslf\let\mmcursf=\mmcslsf\let\mmcurrm=\sl + \mmcbls=13pt\ifmmmode\setmm\fi} +\def\mmcb{\let\mmcurf=\mmcbf\let\mmcursf=\mmcbsf\let\mmcurrm=\bf + \mmcbls=13pt\ifmmmode\setmm\fi} + +\def\twelvemmr{\let\mmcurf=\twelvemmf\let\mmcursf=\twelvemmsf\let\mmcurrm=\twelverm + \mmcbls=15.6pt\ifmmmode\setmm\fi} +\def\twelvemmsl{\let\mmcurf=\twelvemmslf\let\mmcursf=\twelvemmslsf\let\mmcurrm=\twelvesl + \mmcbls=15.6pt\ifmmmode\setmm\fi} +\def\twelvemmb{\let\mmcurf=\twelvemmbf\let\mmcursf=\twelvemmbsf\let\mmcurrm=\twelvebf + \mmcbls=15.6pt\ifmmmode\setmm\fi} +\def\twelvemmc{\let\mmcurf=\twelvemmcf\let\mmcursf=\twelvemmcsf\let\mmcurrm=\twelverm + \mmcbls=15.6pt\ifmmmode\setmm\fi} +\def\twelvemmcsl{\let\mmcurf=\twelvemmcslf\let\mmcursf=\twelvemmcslsf\let\mmcurrm=\twelvesl + \mmcbls=15.6pt\ifmmmode\setmm\fi} +\def\twelvemmcb{\let\mmcurf=\twelvemmcbf\let\mmcursf=\twelvemmcbsf\let\mmcurrm=\twelvebf + \mmcbls=15.6pt\ifmmmode\setmm\fi} + +\def\seventeenmmr{\let\mmcurf=\seventeenmmf\let\mmcursf=\seventeenmmsf\let\mmcurrm=\seventeenrm + \mmcbls=22.5pt\ifmmmode\setmm\fi} +\def\seventeenmmc{\let\mmcurf=\seventeenmmcf\let\mmcursf=\seventeenmmcsf\let\mmcurrm=\seventeenrm + \mmcbls=22.5pt\ifmmmode\setmm\fi} +\def\seventeenmmb{\let\mmcurf=\seventeenmmbf\let\mmcursf=\seventeenmmbsf\let\mmcurrm=\seventeenbf + \mmcbls=22.5pt\ifmmmode\setmm\fi} +\def\seventeenmmcb{\let\mmcurf=\seventeenmmcbf\let\mmcursf=\seventeenmmcbsf\let\mmcurrm=\seventeenbf + \mmcbls=22.5pt\ifmmmode\setmm\fi} + +%%%%%% end of mmfont.tex diff -Nru texlive-lang-2007.dfsg.4/texmf-dist/doc/fonts/malayalam/article/mmfuture.tex texlive-lang-2009/texmf-dist/doc/fonts/malayalam/article/mmfuture.tex --- texlive-lang-2007.dfsg.4/texmf-dist/doc/fonts/malayalam/article/mmfuture.tex 1970-01-01 01:00:00.000000000 +0100 +++ texlive-lang-2009/texmf-dist/doc/fonts/malayalam/article/mmfuture.tex 2006-01-09 00:47:01.000000000 +0000 @@ -0,0 +1,51 @@ +% mmfuture.tex +% (c) 1992 Jeroen Hellingman +% Last edit: 09-DEC-1992 + + +\beginsection On the future of \TeX + +Working on Malayalam-\TeX, I met with more and more limitations of +\TeX, which needed ad-hoc solutions, that will not win an elegance +price. It made me dream of a future \TeX-like system, that would +incorporate all scripts in a more elegant way. Several people have +made suggestions on the future of \TeX, but most of them, again, +focussed on the Western languages. I think a transistion to the +emerging 16-bit Unicode (ISO 10646) standard will be the most natural +next step. + +\TeX\ was orignally designed for two `scripts', English and +Mathematics, and it does a very good job of typesetting both of them, +but one gets in problems when one tries to typeset another script with +it, for example Malayalam, or one of the various other scripts in use +for writing the spoken languages of the world, or to name the most +difficult of all, typesetting music. A future-\TeX\ should be build up +in some modular manner, so that other scripts can be added more +easily. + +Apart from being a typesetting system, \TeX\ is a fullfledged +programming language, but a horrible ackward one. As Frank Mittelbach, +suggested, it would be nice to replace it with a more conventional +one, although his suggestion to use lisp fills me with new horrors. I +think a more modern functional language like miranda would be a much +candidate. A functional language with some very basic functions needed +for typesetting would be a good kernel in my eyes. All logic needed +for typesetting a script could then be coded in the language itself, +instead of being hardwired into the system. + +Adding a new script would then be as easy as designing a font for the +script (A difficult enough task in itself) and writing the logic for +composing the script from a character-stream, which then could be +loaded into the system. + +An anochronism that has annoyed me more and more when I started making +several variants and sizes of my font is the use of bitmaps, with took +up more and more space on my harddisk. + +I would propose to join the powers of \TeX\ and \MF into one program, +that use the speak the same language, so that one can have direct +access to character-programs, to create the letter in the size and +style wanted at the a certain moment. + + +\bye Binary files /tmp/hvjTIsp08A/texlive-lang-2007.dfsg.4/texmf-dist/doc/fonts/malayalam/article/mmguide.dvi and /tmp/ah2wg1Ygu3/texlive-lang-2009/texmf-dist/doc/fonts/malayalam/article/mmguide.dvi differ diff -Nru texlive-lang-2007.dfsg.4/texmf-dist/doc/fonts/malayalam/article/mmguide.mm texlive-lang-2009/texmf-dist/doc/fonts/malayalam/article/mmguide.mm --- texlive-lang-2007.dfsg.4/texmf-dist/doc/fonts/malayalam/article/mmguide.mm 1970-01-01 01:00:00.000000000 +0100 +++ texlive-lang-2009/texmf-dist/doc/fonts/malayalam/article/mmguide.mm 2006-01-09 00:47:01.000000000 +0000 @@ -0,0 +1,511 @@ +% mmguide.mm -- Malayalam-\TeX\ user guide +% Copyright 1993, 1994, 1995 Jeroen Hellingman +% +% pre-process this file using mltr +% +% History +% 04-MAY-1998 Updated transcription (JH) +% 23-NOV-1995 Updated for new transcription scheme (JH) +% 22-JAN-1994 Last edit (JH) +% 22-JAN-1994 Added instruction for getting cillu/virama variants (JH) + +\def\editdate{4 May 1998} + +\input mmmacs +\input mmtrmacs + +\parindent=0pt +\def\@{@} + +\def\today{\number\day\space\ifcase\month\or January\or February\or March\or April\or May\or + June\or July\or August\or September\or October\or November\or December\fi + \space\number\year} + +\def\MT{Malayalam-\TeX} + +\headline={{\hfil \it \MT\ v1.6 User's Guide}} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\beginsection {\twelvebf Introduction} + +\MT\ is a package to typeset Malayalam with +\TeX\footnote*{\MT\ will work only with \TeX3.0 or later +versions of \TeX.}. It can be used to typeset in both +the traditional and reformed script. The complete package +includes a pre-processor and fonts in various styles (regular, bold, +slanted, calligraphic) and various sizes. + +Malayalam Text +is entered in an easily adaptable ASCII transcription. +This text is then converted to commands for \TeX\ to typeset +the Malayalam by a pre-processor, which takes care of applying the +correct conjunct letters and placing the vowel signs on the right position. +The same ASCII transcription can also be used to derive scientific +transcription of the text, which will save scholars lots of time +spend in typing the macros for accented letters themselves. + +This document assumes a working knowledge of \TeX, and will not +try to explain things already explained in the \TeX-book. It +can roughly be divided in three parts. The first part explains how to +use \MT\ in a standard fashion. The second part goes deeper +into the internals, so that you are able to change the behaviour of +\MT. This part can be skipped if you are happy with the +standard settings. Some appendices complete this manual. + +\vfill\eject +\beginsection {\twelvebf Preparing Your Document} + +When you want to use \MT, all you have to do is say + +\medskip +{\tt\bslash input mmmacs} +\medskip + +somewhere near the beginning of your document, before the first +occurrence of Malayalam text, and have the file {\tt mmmacs.tex} in +a directory where it can be found by \TeX. This file will load the +fonts and define the commands necessary. After this, you can use the +commands as described below. + +\beginsection How To Type Malayalam + +Since on most computers it is impossible to enter Malayalam directly, +Malayalam text needs to be entered in transcription. Traditionally, +Western scholars have used a transcription with various accents, like +$$.d$$, $$sh$$ or~$$zh$$ to represent Malayalam characters, but even +these cannot be reproduced on most computers. To solve this +problem, \MT\ uses a +transcription that only uses the characters of the standard +ASCII character set. + +The following table shows the character(s) you have to type in order +to produce a Malayalam character. The third column shows the +scientific transcription of each character. + +\bigskip +\input mmtrans +\bigskip + +Malayalam text can only be entered when in {\it Malayalam mode}. +Malayalam mode starts and ends with a {\tt\dollar}-sign. + +Punctuation marks can be typed in Malayalam the same way as in English. +They will show up as expected. A nice ornamental star +\ornstar\ can be produced with {\tt\bslash ornstar}. + +Figures in Malayalam mode will appear as +European figures. If you want Malayalam figures, you will have to +say {\tt\bslash mmfigures} first. After that {\tt 1234567890} will +appear as $\mmfigures 1234567890\rmfigures$. To switch back to +European figures, say {\tt\bslash rmfigures}. + +More precise control over the formation of ligatures can be reached with +the characters {\tt >>} and {\tt<<}. {\tt >>} will +prevent the formation of a ligature, and a virama will be used between +the consonants instead. {\tt<<} will force the +pre-processor to use the secondary variant for the following +character. This can be used to show vowel-signs or secondary letters +on themselves. {\tt []} will produce a dotted circle $[]$, to make +tables like the above, and, last but not least, {\tt >} will +disambiguate the transcription if needed. + +The cillu letters ($k, .n, t, n$, and $r$) will be +used automatically at the end of words, as well as anusvaram ($m$). +If a full letter with candrakala is desired, you should +place {\tt <<+} after the final letter, e.g. {\tt t<<+} yields +$t<<+$ and {\tt m<<+} yields $m<<+$. + +The usage of the {\tt\dollar}-sign by \MT\ overrides its normal +meaning in +\TeX. To enter and leave normal math-mode, you will have to type +{\tt\bslash math}, for display math you just say {\tt\bslash Math}. +The \dollar-sign itself is produced by {\tt\bslash dollar}. + +\beginsection Malayalam transcription + +Malayalam Text can also be printed in scientific transcription. +When you want a Malayalam passage to appear in scientific +transcription, you have to switch to {\it Malayalam-transcription +mode}, which is started and ended with {\tt\dollar\dollar}. The +transcription used follows, but for a few exceptions, the +standardized transcription of the National Library in Calcutta. + +If you want to use a capital letter in Malayalam-transcription mode, +you can precede the letter with a {\tt\char"5E}. This will be ignored +in Malayalam mode. If the need may arise to typeset a whole passage +of transcribed Malayalam in capital letters, the trick can be done +by enclosing it between {\tt\char"5E\char"5E} and +{\tt\char"5E\char"5E}. + +\beginsection Choosing Fonts + +With \MT\ you can use, as in English, several font-styles: +regular, {\sl slanted}, and {\bf bold}. There is no {\it italic}, +since italic fonts, which have a different design are unknown in +Malayalam typography, but the font is available in two flavours, the +normal style, using the same line thickness every where in the +character, and a `calligraphic' version, which shows differences in +line thickness in the character, as if it was written with a +calligraphic pen. Of course, the fonts are provided in several sizes: +6, 8, 10, 12, and 17~points high. + +Every style and size is given a macro, which you have to enter to use +a certain style and size. For example, if you want to use 12pt +Malayalam calligraphic slanted, you say {\tt\bslash twelvemmcsl}. If +you use it in normal mode, the font-change will be in effect the next +time you switch to Malayalam mode, in Malayalam mode, it works +immediately. + +Available fonts are: + +{\bigskip\tt\def\\{\bslash} +\settabs6\columns +\+\\sixmmr & \\eightmmr \cr +\+\\mmr & \\mmsl & \\mmb & \\mmc & \\mmcsl & \\mmcb \cr +\+\\twelvemmr & \\twelvemmsl & \\twelvemmb & \\twelvemmc &\\twelvemmcsl & \\twelvemmcb \cr +\+\\seventeenmmr& \\seventeenmmb& \\seventeenmmc& \\seventeenmmcb\cr +}\bigskip + +A sample of each font-style appears in the Appendix. + +\beginsection {\twelvebf Using the Pre-Processor} + +When you have finished typing (a part of) your document, you cannot +feed it to \TeX\ immediately. First you have to run it trough the +pre-processor, which will replace the Malayalam in transcription you +entered with instructions for \TeX\ to typeset the correct glyphs. The +pre-processor takes care of placing the vowel-signs around +consonants, and using the correct conjuncts for consonants without +intervening vowels. + +To pre-process you document, you type: +\medskip +{\tt ml} {\it input-file output-file} +\medskip +This will process the file for traditional script. If you want to use +the nowadays normal reformed script, say: +\medskip +{\tt mlr} {\it input-file output-file} +\medskip + +Actually, the commands {\tt ml} and {\tt mlr} are two small command +files, which call two programs with various parameters that do the +actual pre-processing. The first is called {\tt patc}, which takes +care of Malayalam-transcription mode, the second is {\tt mm} which +task it is to do the contextual analysis for the Malayalam script. +If you don't use Malayalam transcription in your document, you can +run only {\tt mm} to save some time. + +\beginsection {\twelvebf Advanced Topics} + +This part of this guide explains how to use the components of +\MT\ separately, and how to modify its tables, for +example to change the transcription it understands, or to change the +way it composes conjuncts. It should be read carefully, and care +should be taken when you tamper with the tables, since several tables +depend on each other in delicate ways. If you want to change the +transcription only, the best way is to use Patc to translate your +transcription to the standard transcription. To show you how this +can be accomplished, I have include the file {\tt ack.pat}, that +translates the transcription used on the {\tt alt.culture.kerala} newsgroup +to the transcription used with {\tt mm}, assuming that Malayalam text +is delimited with {\tt\dollar} in the source already (If they are +missing, you should place them manually; it is a non-trivial +task to have a computer automatically recognize Malayalam passages in +English text). With this file, you can convert texts in this +transcription by giving the command: + +\medskip +{\tt patc -p ack.pat {\it input-file output-file}} +\medskip + +\beginsection Patc + +Patc is a program that can translate patterns occurring in a input file +to other patterns in the output file. It is fully table driven, and +both the patterns it reads as well as those it outputs are defined in +tables or {\it pattern-files}. It is an ideal tool to switch from one +transcription scheme to another. Within the \MT\ package it +is used to translate the easy-to-type transcription of Malayalam I +adopted into a sequence of \TeX-commands that will produce scientific +transcription. The transcription it reads and the commands it outputs +are given in a pattern-file called {\tt mm.pat}. + +Patc should be called as follows: + +\medskip +{\tt patc [-v] -p {\it pattern-file input-file output-file}} +\medskip + +The {\tt -v} option tells {\tt patc} to be verbose, and the {\tt -p} +option tells it that the next parameter given is the name of a +pattern file. The last two +parameters tells it to read from {\it input-file} and to write to +{\it output-file}. The actual format of a pattern-file +is described in the documentation that comes with {\tt patc}. (Read +this first, the following sections assume knowledge of its contents) + +\beginsection mm + +{\tt mm} is the `actual' pre-processor, it translates the Roman transcription into Malayalam +script. It uses the correct shapes for vowels depending on whether they +appear initially or after a consonant, and selects the correct +conjuncts. This program, too, is table driven. + +{\tt mm} is called by: + +\medskip +{\tt mm [-{\it option}] [-t {\it transcription-file}] [-s {\it script-file}] {\it input-file} [{\it output-file}]} +\medskip + +Available options are {\tt-v}, {\tt-V}, and {\tt-h}. +The {\tt -v} option tells {\tt mm} to be verbose, if given, +the pre-processor will inform you about files read. +if you give the {\tt-V} option instead, it will also print +a~{\tt.}~for every syllable output, and a {\tt+} every time it is forced +to use a virama instead of a conjunct. When {\tt-h} is given, {\tt mm} +will do nothing but print a help message. + +The {\tt-t} option tells {\tt mm} to read the {\it transcription definition} from +the file given in the next parameter. The transcription definition defines which +Roman characters are used to transcribe Malayalam characters. If it is omitted, +{\tt mm} will use {\tt mmr.trs}. +The {\tt-s} option tells {\tt mm} to read the {\it script definition} from the +file given in the next parameter. The script definition defines which glyphs from the +font are to be used to represent Malayalam characters in various +contexts. If it is omitted, {\tt mm} will use {\tt mmr.scr}, which +defines reformed script. + +The last two parameters tell {\tt mm} where to read its input from and +where to put its output. Default, the name of the input file ends with +{\tt.mm} and the name of the output file with {\tt.tex}. +If the name of the output file is omitted, {\tt mm} +will construct it from the input file name by replacing the extension +of it with {\tt.tex}. + +{\tt mm} will look for it's transcription and script files in the +current directory first, and then in the directory pointed at by the +environment variable {\tt MMDIR}. + +\beginsection Transcription Files + +As stated above, a transcription definition tells the preprocessor +how to interprete an input-file. It not only tells it which sequence +of Roman characters stands for which Malayalam characters, but also how to +separate Malayalam text from English text, which the pre-processor +should leave untouched, and also tells the pre-processor how to +recognize \TeX-commands (in a limited way) and comments --~which it +strips from the input-file. + +A transcription definition is given in a {\it transcription file}. +The general structure of a transcription file is the same as that of a patc +file. Inside a transcription file, the following {\tt\@}-commands can +occur: {\tt\@atbegin}, {\tt\@atend}, {\tt\@table}, and {\tt\@end}. + +{\tt\@atbegin} defines which patterns will start +and {\tt\@atend} defines which patterns that will end Malayalam mode. +You can give several patterns, in double quotes, on the same line as the +command is. A quick glance in {\tt mm.trs} will learn you that, apart +from the {\tt\dollar}-sign, you can also use +{\tt<{}malayalam>} to start Malayalam and {\tt<{}/malayalam>} to end it. +Further, {\tt<{}mlr>} and {\tt<{}/mlr>} are provided to +delimit reformed script, while {\tt<{}ml>} and +{\tt<{}/ml>} delimit traditional script, so that you can use both +in the same document, in which case you will have to run the pre-processor +twice on the input-file. These delimiters are provided, in case +you want to be more clear about the language used, or want to use the +{\tt\dollar}-sign for some other purpose. Imagine writing a book about +the relationships between Dravidian languages, in which most of the +examples are from Tamil, I guess you would prefer to reserve the +{\tt\dollar}-signs for Tamil then (but in that case you will have to +remove them in the current transcription files). + +{\tt\@table} starts the table of patterns that are used for +transcribing Malayalam characters. Each following non-empty line until +the next {\tt\@}-command is considered to be an entry in the table. The +format is basically the same as that of the {\tt\@patterns}-tables of +patc, but you may not use pattern-set switching, and an extra action, +{\tt=} is added. This action maps a transcription pattern to an +internal code. Extreme care is required when changing these codes, +since they are hardwired into the pre-processor, that knows that some +of them are consonants, and others vowels, and uses that knowledge to +perform its task. Also, the same codes are used in the script +definition to identify characters. The codes should match in +the transcription-table, internally in the pre-processor and in the +script-file. + +Finally, {\tt\@end} tells the preprocessor the transcription file has +ended. It will not try the parse the rest, but close immediately after +reading this command. If a file ends before the {\tt\@end} command is +seen, the pre-processor will complain, but that is nothing to bother +about. + +\beginsection Script Files + +A script files contain a script-definition. A script definition tells the +pre-processor how to place graphical elements to represent a string of +characters. Because the output of the pre-processor is fed to \TeX\ +for actual typesetting, the script file contains \TeX-commands to +typeset those graphical elements, to place them on top or below of +another, etc. The general structure of a script file is the same as +that of a transcription file, but, since scripts can be quite +complicated, it can (and will) contain much more commands. In a script +file you will find the following commands: {\tt \@malayalam, +\@atbegin, \@atend, \@atbeginsyllabe, \@atendsyllabe, \@prebuild, +\@primary, \@secondary, \@reepham{\rm, and} \@end}. + +The {\tt\@malayalam} command tells the pre-processor that it is +dealing with Malayalam script. It must be given as the first command +in a script file. At this time the pre-processor does not understand +any other script, but if it will in future, it will be functional, +since pre-processor needs to know which script it is dealing with, +since not all peculiarities of Malayalam script are expressed in +general mechanisms defined in a script file. + +{\tt\@atbegin} defines the sequence that is output every time the +pre-processor enters Malayalam mode. At this time the file {\tt +mm.scr} it contains a begingroup brace and a \TeX-command that selects +the current Malayalam font. + +{\tt\@atend} defines the sequence that is output every time the +pre-processor leaves Malayalam mode, currently only a endgroup brace. + +{\tt\@atbeginsyllabe} and {\tt @atendsyllabe} define the sequences +that are output at the begin respectively the end of every syllable. In +{\tt mm.scr} you will find commands that make a separate h-box of +every syllable. + +{\tt\@prebuild} starts a table that defines a sequence of +\TeX-commands for each character and for sequences of characters for +which the general construction method will fail. Each non-empty line +of the table describes how to typeset a sequence of one or more +characters. The first element of the line is the character sequence in +the character string, the second element the sequence of \TeX-commands +that will produce its graphical representation. If the pre-processor +encounters a single character for which no way of typesetting it is +given in this table, it will complain, and forget the character. + +{\tt\@primary} starts a table that defines the \TeX-commands for each +character and for sequences of characters when they occur at the start +of a syllable. Every entry in this table contains three elements. The +first is the character-sequence, the second the \TeX-commands that +will be placed in front of the syllable, the third the \TeX-commands +that will be placed after it. In {\tt mm.scr} this table is very +short, since Malayalam script does not modify the first letters of a +syllable (as in Devanagari), but the last ones. The only entry +describes the reepham character. + +{\tt\@secondary} starts a table that defines the \TeX-commands for each +character and for sequences of characters when they occur at the end +of a syllable. The table has the same format as the {\tt\@primary} +table, but in {\tt mm.scr} it is much longer, since it defines the +glyphs for all the vowel-signs, and for the secondary variants of +$ya$, $ra$, $la$, and $va$. + +{\tt\@reepham} tells the pre-processor that a traditional style +reepham is used: a little upright stroke centered above the +consonant (cluster). This command is needed because otherwise, the +pre-processor will center the reepham, incorrectly, above the whole +syllable. + +\beginsection Macros defined by \MT + +The traditional Malayalam script is so complicated, that it was impossible +to fit all needed glyphs into a single \TeX-font. Therefore, a Malayalam +font consists of two physical fonts, one with characters at normal size, +called the {\it base-font}, and +one with smaller sized characters, called the {\it sub-font}, that can be +used to build conjunct characters on the fly. + +One can be tempted to use a normal font for a smaller size for this purpose, +but that wouldn't work out as nice, since smaller sized fonts are +normally also drawn with thinner lines, while the sub-font is drawn with +exactly the same pen as the base-font --~and also some other parameters +are set in such a way that composing conjuncts will work fine. + +The pre-processor uses a macro ({\tt\bslash Z}) to switch to the sub-font, +if a glyph from that font is needed. It is not aware of the current style used. +This means that {\tt\bslash Z} has to be redefined to select the correct +sub-font, depending on current style. This is done behind the scenes when +you select a font style. + +The macro that selects a font style, sets the base-font, the sub-font, and +a corresponding roman font from with several punctuation marks are borrowed, and, +when in Malayalam mode, makes the base-font current, otherwise the base-font +is made current when Malayalam mode is entered. +For a font styles in Malayalam three fonts need to be loaded in as follows: + +\bigskip + +\settabs\+{\tt XfontXtwelvemmfXmm12sXXXXXXX}&second\cr +{\def\\{\bslash} +\+{\tt\\font\\twelvemmf=mm12} & load the base-font\cr +\+{\tt\\font\\twelvemmsf=mmz12} & load the sub-font\cr +\+{\tt\\font\\twelverm=cmr12} & load the roman font for punctuation marks\cr +} + +\bigskip + +An example of a macro to select a style is + +\bigskip + +{\def\\{\bslash}\def\{{\char"7B}\def\}{\char"7D}\def\perc{\char"25}\tt +\+\\def\\twelvemmr\{\perc & {\rm to select {\tt\\twelvemmr}:} \cr +\+\quad\\let\\mmcurf=\\twelvemmf & {\rm define the current base-font,} \cr +\+\quad\\let\\mmcursf=\\twelvemmsf & {\rm define the current sub-font,} \cr +\+\quad\\let\\mmcurrm=\\twelverm & {\rm define the current roman font,}\cr +\+\quad\\mmcbls=15.6pt & {\rm set the current baselineskip,} \cr +\+\quad\\ifmmmode\\setmm\\fi\} & {\rm and if we are in Malayalam mode select it.}\cr +} + +\bigskip + +If you wish to include more styles, you should define new font selection +macro's following this example. The baselineskip should be larger than +for roman text, since Malayalam script tends to have taller characters. + +\bigskip + +The \TeX-macros given in {\tt mm.scr} to compose glyphs are all +one-letter macros. +They are defined in the file {\tt mmmacs.tex}. Care is taken that they +do not redefine standard \TeX\ macros, and you should not redefine +them in your document. They are the following: + +\bigskip + +{\tt\bslash<\#1>}: typeset glyph number {\tt\#1} from the current font. + +{\tt\bslash B\#1\#2}: put {\tt\#2} centered below {\tt\#1}. This is used, +for example, to build zhu from zha and +{}< in traditional script. + +{\tt\bslash M\#1\#2}: put {\tt\#2} right below {\tt\#1}. This is used to +build, for example, to build $pla$ from $pa$ and ${}<pra is build from pa +and {}<. + +{\tt\bslash T\#1\#2}: put {\tt\#1} centered on top of {\tt\#2}. This is +used to position the reepham stroke in traditional script. + +{\tt\bslash Z}: switch to the subfont, the font that contains the +somewhat smaller glyphs that are subscribed to characters. + +{\tt\bslash R\#1\#2}: decrease the height of box {\tt\#2} by {\tt\#1}. + +{\tt\bslash K\#1}: kern {\tt\#1} em. + +{\tt\bslash X\#1}: equivalent to {\tt\bslash hbox\#1}. + +%%%%%%% + +\input tamil.tex + +\input dng.tex + +\bye + +%%%%%% end of mmguide.txt diff -Nru texlive-lang-2007.dfsg.4/texmf-dist/doc/fonts/malayalam/article/mmguide.tex texlive-lang-2009/texmf-dist/doc/fonts/malayalam/article/mmguide.tex --- texlive-lang-2007.dfsg.4/texmf-dist/doc/fonts/malayalam/article/mmguide.tex 1970-01-01 01:00:00.000000000 +0100 +++ texlive-lang-2009/texmf-dist/doc/fonts/malayalam/article/mmguide.tex 2006-01-09 00:47:01.000000000 +0000 @@ -0,0 +1,498 @@ + +\def\editdate{4 May 1998} + +\input mmmacs +\input mmtrmacs + +\parindent=0pt +\def\@{@} + +\def\today{\number\day\space\ifcase\month\or January\or February\or March\or April\or May\or + June\or July\or August\or September\or October\or November\or December\fi + \space\number\year} + +\def\MT{Malayalam-\TeX} + +\headline={{\hfil \it \MT\ v1.6 User's Guide}} + + +\beginsection {\twelvebf Introduction} + +\MT\ is a package to typeset Malayalam with +\TeX\footnote*{\MT\ will work only with \TeX3.0 or later +versions of \TeX.}. It can be used to typeset in both +the traditional and reformed script. The complete package +includes a pre-processor and fonts in various styles (regular, bold, +slanted, calligraphic) and various sizes. + +Malayalam Text +is entered in an easily adaptable ASCII transcription. +This text is then converted to commands for \TeX\ to typeset +the Malayalam by a pre-processor, which takes care of applying the +correct conjunct letters and placing the vowel signs on the right position. +The same ASCII transcription can also be used to derive scientific +transcription of the text, which will save scholars lots of time +spend in typing the macros for accented letters themselves. + +This document assumes a working knowledge of \TeX, and will not +try to explain things already explained in the \TeX-book. It +can roughly be divided in three parts. The first part explains how to +use \MT\ in a standard fashion. The second part goes deeper +into the internals, so that you are able to change the behaviour of +\MT. This part can be skipped if you are happy with the +standard settings. Some appendices complete this manual. + +\vfill\eject +\beginsection {\twelvebf Preparing Your Document} + +When you want to use \MT, all you have to do is say + +\medskip +{\tt\bslash input mmmacs} +\medskip + +somewhere near the beginning of your document, before the first +occurrence of Malayalam text, and have the file {\tt mmmacs.tex} in +a directory where it can be found by \TeX. This file will load the +fonts and define the commands necessary. After this, you can use the +commands as described below. + +\beginsection How To Type Malayalam + +Since on most computers it is impossible to enter Malayalam directly, +Malayalam text needs to be entered in transcription. Traditionally, +Western scholars have used a transcription with various accents, like +{\mmtr \d d}, {\mmtr \'s} or~{\mmtr \b z} to represent Malayalam characters, but even +these cannot be reproduced on most computers. To solve this +problem, \MT\ uses a +transcription that only uses the characters of the standard +ASCII character set. + +The following table shows the character(s) you have to type in order +to produce a Malayalam character. The third column shows the +scientific transcription of each character. + +\bigskip +\input mmtrans +\bigskip + +Malayalam text can only be entered when in {\it Malayalam mode}. +Malayalam mode starts and ends with a {\tt\dollar}-sign. + +Punctuation marks can be typed in Malayalam the same way as in English. +They will show up as expected. A nice ornamental star +\ornstar\ can be produced with {\tt\bslash ornstar}. + +Figures in Malayalam mode will appear as +European figures. If you want Malayalam figures, you will have to +say {\tt\bslash mmfigures} first. After that {\tt 1234567890} will +appear as {\mm \mmfigures {\mmone}{\mmtwo}{\mmthree}{\mmfour}{\mmfive}{\mmsix}{\mmseven}{\mmeight}{\mmnine}{\mmzero}\rmfigures}. To switch back to +European figures, say {\tt\bslash rmfigures}. + +More precise control over the formation of ligatures can be reached with +the characters {\tt >>} and {\tt<<}. {\tt >>} will +prevent the formation of a ligature, and a virama will be used between +the consonants instead. {\tt<<} will force the +pre-processor to use the secondary variant for the following +character. This can be used to show vowel-signs or secondary letters +on themselves. {\tt []} will produce a dotted circle {\mm \<00>}, to make +tables like the above, and, last but not least, {\tt >} will +disambiguate the transcription if needed. + +The cillu letters ({\mm \X{\mmV{\<21>}}{\RMF,} \X{\<78>}{\RMF,} \X{\<81>}{\RMF,} \X{\<79>}}, and {\mm \X{\<80>}}) will be +used automatically at the end of words, as well as anusvaram ({\mm \X{\<2>}}). +If a full letter with candrakala is desired, you should +place {\tt <<+} after the final letter, e.g. {\tt t<<+} yields +{\mm \X{\mmV{\<36>}}} and {\tt m<<+} yields {\mm \X{\mmV{\<46>}}}. + +The usage of the {\tt\dollar}-sign by \MT\ overrides its normal +meaning in +\TeX. To enter and leave normal math-mode, you will have to type +{\tt\bslash math}, for display math you just say {\tt\bslash Math}. +The \dollar-sign itself is produced by {\tt\bslash dollar}. + +\beginsection Malayalam transcription + +Malayalam Text can also be printed in scientific transcription. +When you want a Malayalam passage to appear in scientific +transcription, you have to switch to {\it Malayalam-transcription +mode}, which is started and ended with {\tt\dollar\dollar}. The +transcription used follows, but for a few exceptions, the +standardized transcription of the National Library in Calcutta. + +If you want to use a capital letter in Malayalam-transcription mode, +you can precede the letter with a {\tt\char"5E}. This will be ignored +in Malayalam mode. If the need may arise to typeset a whole passage +of transcribed Malayalam in capital letters, the trick can be done +by enclosing it between {\tt\char"5E\char"5E} and +{\tt\char"5E\char"5E}. + +\beginsection Choosing Fonts + +With \MT\ you can use, as in English, several font-styles: +regular, {\sl slanted}, and {\bf bold}. There is no {\it italic}, +since italic fonts, which have a different design are unknown in +Malayalam typography, but the font is available in two flavours, the +normal style, using the same line thickness every where in the +character, and a `calligraphic' version, which shows differences in +line thickness in the character, as if it was written with a +calligraphic pen. Of course, the fonts are provided in several sizes: +6, 8, 10, 12, and 17~points high. + +Every style and size is given a macro, which you have to enter to use +a certain style and size. For example, if you want to use 12pt +Malayalam calligraphic slanted, you say {\tt\bslash twelvemmcsl}. If +you use it in normal mode, the font-change will be in effect the next +time you switch to Malayalam mode, in Malayalam mode, it works +immediately. + +Available fonts are: + +{\bigskip\tt\def\\{\bslash} +\settabs6\columns +\+\\sixmmr & \\eightmmr \cr +\+\\mmr & \\mmsl & \\mmb & \\mmc & \\mmcsl & \\mmcb \cr +\+\\twelvemmr & \\twelvemmsl & \\twelvemmb & \\twelvemmc &\\twelvemmcsl & \\twelvemmcb \cr +\+\\seventeenmmr& \\seventeenmmb& \\seventeenmmc& \\seventeenmmcb\cr +}\bigskip + +A sample of each font-style appears in the Appendix. + +\beginsection {\twelvebf Using the Pre-Processor} + +When you have finished typing (a part of) your document, you cannot +feed it to \TeX\ immediately. First you have to run it trough the +pre-processor, which will replace the Malayalam in transcription you +entered with instructions for \TeX\ to typeset the correct glyphs. The +pre-processor takes care of placing the vowel-signs around +consonants, and using the correct conjuncts for consonants without +intervening vowels. + +To pre-process you document, you type: +\medskip +{\tt ml} {\it input-file output-file} +\medskip +This will process the file for traditional script. If you want to use +the nowadays normal reformed script, say: +\medskip +{\tt mlr} {\it input-file output-file} +\medskip + +Actually, the commands {\tt ml} and {\tt mlr} are two small command +files, which call two programs with various parameters that do the +actual pre-processing. The first is called {\tt patc}, which takes +care of Malayalam-transcription mode, the second is {\tt mm} which +task it is to do the contextual analysis for the Malayalam script. +If you don't use Malayalam transcription in your document, you can +run only {\tt mm} to save some time. + +\beginsection {\twelvebf Advanced Topics} + +This part of this guide explains how to use the components of +\MT\ separately, and how to modify its tables, for +example to change the transcription it understands, or to change the +way it composes conjuncts. It should be read carefully, and care +should be taken when you tamper with the tables, since several tables +depend on each other in delicate ways. If you want to change the +transcription only, the best way is to use Patc to translate your +transcription to the standard transcription. To show you how this +can be accomplished, I have include the file {\tt ack.pat}, that +translates the transcription used on the {\tt alt.culture.kerala} newsgroup +to the transcription used with {\tt mm}, assuming that Malayalam text +is delimited with {\tt\dollar} in the source already (If they are +missing, you should place them manually; it is a non-trivial +task to have a computer automatically recognize Malayalam passages in +English text). With this file, you can convert texts in this +transcription by giving the command: + +\medskip +{\tt patc -p ack.pat {\it input-file output-file}} +\medskip + +\beginsection Patc + +Patc is a program that can translate patterns occurring in a input file +to other patterns in the output file. It is fully table driven, and +both the patterns it reads as well as those it outputs are defined in +tables or {\it pattern-files}. It is an ideal tool to switch from one +transcription scheme to another. Within the \MT\ package it +is used to translate the easy-to-type transcription of Malayalam I +adopted into a sequence of \TeX-commands that will produce scientific +transcription. The transcription it reads and the commands it outputs +are given in a pattern-file called {\tt mm.pat}. + +Patc should be called as follows: + +\medskip +{\tt patc [-v] -p {\it pattern-file input-file output-file}} +\medskip + +The {\tt -v} option tells {\tt patc} to be verbose, and the {\tt -p} +option tells it that the next parameter given is the name of a +pattern file. The last two +parameters tells it to read from {\it input-file} and to write to +{\it output-file}. The actual format of a pattern-file +is described in the documentation that comes with {\tt patc}. (Read +this first, the following sections assume knowledge of its contents) + +\beginsection mm + +{\tt mm} is the `actual' pre-processor, it translates the Roman transcription into Malayalam +script. It uses the correct shapes for vowels depending on whether they +appear initially or after a consonant, and selects the correct +conjuncts. This program, too, is table driven. + +{\tt mm} is called by: + +\medskip +{\tt mm [-{\it option}] [-t {\it transcription-file}] [-s {\it script-file}] {\it input-file} [{\it output-file}]} +\medskip + +Available options are {\tt-v}, {\tt-V}, and {\tt-h}. +The {\tt -v} option tells {\tt mm} to be verbose, if given, +the pre-processor will inform you about files read. +if you give the {\tt-V} option instead, it will also print +a~{\tt.}~for every syllable output, and a {\tt+} every time it is forced +to use a virama instead of a conjunct. When {\tt-h} is given, {\tt mm} +will do nothing but print a help message. + +The {\tt-t} option tells {\tt mm} to read the {\it transcription definition} from +the file given in the next parameter. The transcription definition defines which +Roman characters are used to transcribe Malayalam characters. If it is omitted, +{\tt mm} will use {\tt mmr.trs}. +The {\tt-s} option tells {\tt mm} to read the {\it script definition} from the +file given in the next parameter. The script definition defines which glyphs from the +font are to be used to represent Malayalam characters in various +contexts. If it is omitted, {\tt mm} will use {\tt mmr.scr}, which +defines reformed script. + +The last two parameters tell {\tt mm} where to read its input from and +where to put its output. Default, the name of the input file ends with +{\tt.mm} and the name of the output file with {\tt.tex}. +If the name of the output file is omitted, {\tt mm} +will construct it from the input file name by replacing the extension +of it with {\tt.tex}. + +{\tt mm} will look for it's transcription and script files in the +current directory first, and then in the directory pointed at by the +environment variable {\tt MMDIR}. + +\beginsection Transcription Files + +As stated above, a transcription definition tells the preprocessor +how to interprete an input-file. It not only tells it which sequence +of Roman characters stands for which Malayalam characters, but also how to +separate Malayalam text from English text, which the pre-processor +should leave untouched, and also tells the pre-processor how to +recognize \TeX-commands (in a limited way) and comments --~which it +strips from the input-file. + +A transcription definition is given in a {\it transcription file}. +The general structure of a transcription file is the same as that of a patc +file. Inside a transcription file, the following {\tt\@}-commands can +occur: {\tt\@atbegin}, {\tt\@atend}, {\tt\@table}, and {\tt\@end}. + +{\tt\@atbegin} defines which patterns will start +and {\tt\@atend} defines which patterns that will end Malayalam mode. +You can give several patterns, in double quotes, on the same line as the +command is. A quick glance in {\tt mm.trs} will learn you that, apart +from the {\tt\dollar}-sign, you can also use +{\tt<{}malayalam>} to start Malayalam and {\tt<{}/malayalam>} to end it. +Further, {\tt<{}mlr>} and {\tt<{}/mlr>} are provided to +delimit reformed script, while {\tt<{}ml>} and +{\tt<{}/ml>} delimit traditional script, so that you can use both +in the same document, in which case you will have to run the pre-processor +twice on the input-file. These delimiters are provided, in case +you want to be more clear about the language used, or want to use the +{\tt\dollar}-sign for some other purpose. Imagine writing a book about +the relationships between Dravidian languages, in which most of the +examples are from Tamil, I guess you would prefer to reserve the +{\tt\dollar}-signs for Tamil then (but in that case you will have to +remove them in the current transcription files). + +{\tt\@table} starts the table of patterns that are used for +transcribing Malayalam characters. Each following non-empty line until +the next {\tt\@}-command is considered to be an entry in the table. The +format is basically the same as that of the {\tt\@patterns}-tables of +patc, but you may not use pattern-set switching, and an extra action, +{\tt=} is added. This action maps a transcription pattern to an +internal code. Extreme care is required when changing these codes, +since they are hardwired into the pre-processor, that knows that some +of them are consonants, and others vowels, and uses that knowledge to +perform its task. Also, the same codes are used in the script +definition to identify characters. The codes should match in +the transcription-table, internally in the pre-processor and in the +script-file. + +Finally, {\tt\@end} tells the preprocessor the transcription file has +ended. It will not try the parse the rest, but close immediately after +reading this command. If a file ends before the {\tt\@end} command is +seen, the pre-processor will complain, but that is nothing to bother +about. + +\beginsection Script Files + +A script files contain a script-definition. A script definition tells the +pre-processor how to place graphical elements to represent a string of +characters. Because the output of the pre-processor is fed to \TeX\ +for actual typesetting, the script file contains \TeX-commands to +typeset those graphical elements, to place them on top or below of +another, etc. The general structure of a script file is the same as +that of a transcription file, but, since scripts can be quite +complicated, it can (and will) contain much more commands. In a script +file you will find the following commands: {\tt \@malayalam, +\@atbegin, \@atend, \@atbeginsyllabe, \@atendsyllabe, \@prebuild, +\@primary, \@secondary, \@reepham{\rm, and} \@end}. + +The {\tt\@malayalam} command tells the pre-processor that it is +dealing with Malayalam script. It must be given as the first command +in a script file. At this time the pre-processor does not understand +any other script, but if it will in future, it will be functional, +since pre-processor needs to know which script it is dealing with, +since not all peculiarities of Malayalam script are expressed in +general mechanisms defined in a script file. + +{\tt\@atbegin} defines the sequence that is output every time the +pre-processor enters Malayalam mode. At this time the file {\tt +mm.scr} it contains a begingroup brace and a \TeX-command that selects +the current Malayalam font. + +{\tt\@atend} defines the sequence that is output every time the +pre-processor leaves Malayalam mode, currently only a endgroup brace. + +{\tt\@atbeginsyllabe} and {\tt @atendsyllabe} define the sequences +that are output at the begin respectively the end of every syllable. In +{\tt mm.scr} you will find commands that make a separate h-box of +every syllable. + +{\tt\@prebuild} starts a table that defines a sequence of +\TeX-commands for each character and for sequences of characters for +which the general construction method will fail. Each non-empty line +of the table describes how to typeset a sequence of one or more +characters. The first element of the line is the character sequence in +the character string, the second element the sequence of \TeX-commands +that will produce its graphical representation. If the pre-processor +encounters a single character for which no way of typesetting it is +given in this table, it will complain, and forget the character. + +{\tt\@primary} starts a table that defines the \TeX-commands for each +character and for sequences of characters when they occur at the start +of a syllable. Every entry in this table contains three elements. The +first is the character-sequence, the second the \TeX-commands that +will be placed in front of the syllable, the third the \TeX-commands +that will be placed after it. In {\tt mm.scr} this table is very +short, since Malayalam script does not modify the first letters of a +syllable (as in Devanagari), but the last ones. The only entry +describes the reepham character. + +{\tt\@secondary} starts a table that defines the \TeX-commands for each +character and for sequences of characters when they occur at the end +of a syllable. The table has the same format as the {\tt\@primary} +table, but in {\tt mm.scr} it is much longer, since it defines the +glyphs for all the vowel-signs, and for the secondary variants of +{\mm \X{\<47>}}, {\mm \X{\<48>}}, {\mm \X{\<50>}}, and {\mm \X{\<53>}}. + +{\tt\@reepham} tells the pre-processor that a traditional style +reepham is used: a little upright stroke centered above the +consonant (cluster). This command is needed because otherwise, the +pre-processor will center the reepham, incorrectly, above the whole +syllable. + +\beginsection Macros defined by \MT + +The traditional Malayalam script is so complicated, that it was impossible +to fit all needed glyphs into a single \TeX-font. Therefore, a Malayalam +font consists of two physical fonts, one with characters at normal size, +called the {\it base-font}, and +one with smaller sized characters, called the {\it sub-font}, that can be +used to build conjunct characters on the fly. + +One can be tempted to use a normal font for a smaller size for this purpose, +but that wouldn't work out as nice, since smaller sized fonts are +normally also drawn with thinner lines, while the sub-font is drawn with +exactly the same pen as the base-font --~and also some other parameters +are set in such a way that composing conjuncts will work fine. + +The pre-processor uses a macro ({\tt\bslash Z}) to switch to the sub-font, +if a glyph from that font is needed. It is not aware of the current style used. +This means that {\tt\bslash Z} has to be redefined to select the correct +sub-font, depending on current style. This is done behind the scenes when +you select a font style. + +The macro that selects a font style, sets the base-font, the sub-font, and +a corresponding roman font from with several punctuation marks are borrowed, and, +when in Malayalam mode, makes the base-font current, otherwise the base-font +is made current when Malayalam mode is entered. +For a font styles in Malayalam three fonts need to be loaded in as follows: + +\bigskip + +\settabs\+{\tt XfontXtwelvemmfXmm12sXXXXXXX}&second\cr +{\def\\{\bslash} +\+{\tt\\font\\twelvemmf=mm12} & load the base-font\cr +\+{\tt\\font\\twelvemmsf=mm12s} & load the sub-font\cr +\+{\tt\\font\\twelverm=cmr12} & load the roman font for punctuation marks\cr +} + +\bigskip + +An example of a macro to select a style is + +\bigskip + +{\def\\{\bslash}\def\{{\char"7B}\def\}{\char"7D}\def\perc{\char"25}\tt +\+\\def\\twelvemmr\{\perc & {\rm to select {\tt\\twelvemmr}:} \cr +\+\quad\\let\\mmcurf=\\twelvemmf & {\rm define the current base-font,} \cr +\+\quad\\let\\mmcursf=\\twelvemmsf & {\rm define the current sub-font,} \cr +\+\quad\\let\\mmcurrm=\\twelverm & {\rm define the current roman font,}\cr +\+\quad\\mmcbls=15.6pt & {\rm set the current baselineskip,} \cr +\+\quad\\ifmmmode\\setmm\\fi\} & {\rm and if we are in Malayalam mode select it.}\cr +} + +\bigskip + +If you wish to include more styles, you should define new font selection +macro's following this example. The baselineskip should be larger than +for roman text, since Malayalam script tends to have taller characters. + +\bigskip + +The \TeX-macros given in {\tt mm.scr} to compose glyphs are all +one-letter macros. +They are defined in the file {\tt mmmacs.tex}. Care is taken that they +do not redefine standard \TeX\ macros, and you should not redefine +them in your document. They are the following: + +\bigskip + +{\tt\bslash<\#1>}: typeset glyph number {\tt\#1} from the current font. + +{\tt\bslash B\#1\#2}: put {\tt\#2} centered below {\tt\#1}. This is used, +for example, to build zhu from zha and +{}< in traditional script. + +{\tt\bslash M\#1\#2}: put {\tt\#2} right below {\tt\#1}. This is used to +build, for example, to build {\mm \X{\M{\<42>}{\<85>}}} from {\mm \X{\<42>}} and {\mm {}\M{\hbox{}}{\<85>}}. Note that if the subscribed character is +wider than the character it is subscribed to, the width of the resulting box +will be adjusted. This happens when pra is build from pa +and {}<. + +{\tt\bslash T\#1\#2}: put {\tt\#1} centered on top of {\tt\#2}. This is +used to position the reepham stroke in traditional script. + +{\tt\bslash Z}: switch to the subfont, the font that contains the +somewhat smaller glyphs that are subscribed to characters. + +{\tt\bslash R\#1\#2}: decrease the height of box {\tt\#2} by {\tt\#1}. + +{\tt\bslash K\#1}: kern {\tt\#1} em. + +{\tt\bslash X\#1}: equivalent to {\tt\bslash hbox\#1}. + + +\input tamil.tex + +\input dng.tex + +\bye + diff -Nru texlive-lang-2007.dfsg.4/texmf-dist/doc/fonts/malayalam/article/mmmacs.tex texlive-lang-2009/texmf-dist/doc/fonts/malayalam/article/mmmacs.tex --- texlive-lang-2007.dfsg.4/texmf-dist/doc/fonts/malayalam/article/mmmacs.tex 1970-01-01 01:00:00.000000000 +0100 +++ texlive-lang-2009/texmf-dist/doc/fonts/malayalam/article/mmmacs.tex 2006-01-09 00:47:01.000000000 +0000 @@ -0,0 +1,139 @@ +% mmmacs -- macros for Malayalam TeX +% (c) 1993 Jeroen Hellingman +% last edit: 02-APR-1993 +% +% History: +% 02-APR-1993 made virama stick out halfway. (JH) +% 12-JAN-1993 version 1.0 (Jeroen Hellingman) + +\ifx\mmmacsloaded\relax\endinput\else\let\mmmacsloaded=\relax\fi + +%%%%%% fonts + +\input mmfont.tex % load fonts + +%%%%%% font selection + +\newdimen\mmcbls % Malayalam Current BaseLineSkip +\def\mmslant{0} % slant factor of current Malayalam font +\newif\ifmmmode\mmmodefalse + +% trick from the TeXbook, p. 375 +{\catcode`p=12 \catcode`t=12 \gdef\xxx#1pt{#1}} +\let\getfactor=\xxx +\def\getslant#1{\expandafter\getfactor\the\fontdimen1#1} + +\def\Z{\mmcursf} +\def\RMF{\mmcurrm} + +\def\mm{\setmm\noexpand\mmmodetrue} +\def\setmm{\pretolerance=9999\tolerance=5000\hyphenpenalty=10000% + \language=13\mmcurf\gdef\mmslant{\getslant\mmcurf}% + \baselineskip=\mmcbls\emergencystretch=30pt} + +\mmr % select Malayalam Regular 10pt + +%%%%%% glyph composing macros + +% put #1 centered on top of #2, taking into account \mmslant +\def\puton#1#2{\hskip0pt{\setbox0=\hbox{#2}\setbox1=\hbox{#1}% + \dimen0=.5\wd0\advance\dimen0by.5\wd1% + \dimen1=\ht0\advance\dimen1by\dp1% + \dimen3=.5\wd0\advance\dimen3by-.5\wd1% + \dimen5=\mmslant\dimen1 % calculate correction needed for slanted fonts + \advance\dimen0by-\dimen5 + \advance\dimen3by-\dimen5 + \box0\kern-\dimen0\raise\dimen1\box1\kern\dimen3}} + +% put #1 to the right on top of #2, taking into account \mmslant +\def\putrighton#1#2{\hskip0pt{\setbox0=\hbox{#2}\setbox1=\hbox{#1}% + \dimen0=\wd1% + \dimen1=\ht0\advance\dimen1by\dp1% + \dimen3=0pt% + \dimen5=\mmslant\dimen1 % calculate correction needed for slanted fonts + \advance\dimen0by-\dimen5 + \advance\dimen3by-\dimen5 + \box0\kern-\dimen0\raise\dimen1\box1\kern\dimen3}} + +% put #1 to the far right on top of #2, taking into account \mmslant +% #1 will stick partly out #2, for placing virama +\def\putfarrighton#1#2{\hskip0pt{\setbox0=\hbox{#2}\setbox1=\hbox{#1}% + \dimen0=0.667\wd1% + \dimen1=\ht0\advance\dimen1by\dp1% + \dimen3=-0.333\wd1% + \dimen5=\mmslant\dimen1 % calculate correction needed for slanted fonts + \advance\dimen0by-\dimen5 + \advance\dimen3by-\dimen5 + \box0\kern-\dimen0\raise\dimen1\box1\kern\dimen3}} + +\def\mmV#1{\putfarrighton{\N{.8}{\<77>}}{#1}} % place virama + +% put #1 centered underneath #2, taking into account \mmslant +\def\putbelow#1#2{\hskip0pt{\setbox1=\hbox{#1}\setbox0=\hbox{#2}% + \dimen0=.5\wd0\advance\dimen0by.5\wd1% + \dimen1=\dp0\advance\dimen1by\ht1% + \dimen3=.5\wd0\advance\dimen3by-.5\wd1% + % test: if #1 wider than #2, kern 0.5(wd1-wd0) before, and idem after extra. + \ifdim\wd1>\wd0\dimen7=\wd1\advance\dimen7by-\wd0% + \hbox{}\kern0.5\dimen7% + \advance\dimen3by0.5\dimen7% + \fi + \dimen5=-\mmslant\dimen1 % calculate correction needed for slanted fonts + \advance\dimen0by-\dimen5 + \advance\dimen3by-\dimen5 + \box0\kern-\dimen0\lower\dimen1\box1\kern\dimen3}} +\def\B#1#2{\putbelow{#2}{#1}} + +% put #1 right aligned underneath #2, taking into account \mmslant +\def\putrightbelow#1#2{\hskip0pt{\setbox1=\hbox{#1}\setbox0=\hbox{#2}% + \dimen1=\dp0\advance\dimen1by\ht1% + % test: if #1 wider than #2, kern wd1-wd0 extra. + \ifdim\wd1>\wd0\dimen0=\wd1\advance\dimen0by-\wd0\kern\dimen0\fi + \dimen5=-\mmslant\dimen1 % calculate correction needed for slanted fonts + \box0\kern-\wd1% + \ifdim\dimen5=0pt\else\kern\dimen5\fi % avoid unneccessary kerns + \lower\dimen1\box1 + \ifdim\dimen5=0pt\else\kern-\dimen5\fi}} + +% lower height of box #2 with #1 +% to be used in conjunction with \M to construct consonant clusters +\def\R#1#2{\setbox0=\hbox{#2}% + \dimen0=\ht0\advance\dimen0by-#1% + \ht0=\dimen0\box0} + +% lower glyph #2 with #1 ex +% to be used to lower the virama sign when it is placed on top of a glyph +\def\N#1#2{\setbox0=\hbox{\lower#1ex\hbox{#2}}\dp0=0pt\box0} + +%%%%%% single letter commands + +\def\D#1{{\mm\char#1}} % show single Malayalam characters +\def\C{\char} +\def\K#1{\kern#1em} +\def\T{\puton} +\def\Q#1#2{\putrighton{#2}{#1}} +\def\M#1#2{\putrightbelow{#2}{#1}} +\def\X{\leavevmode\hbox} +\def\<#1>{\leavevmode{\char#1}} + +%%%%%% digit usage + +\newif\ifmmfigs\mmfigsfalse + +\def\mmfigures{\mmfigstrue} +\def\rmfigures{\mmfigsfalse} + +\def\mmzero{\ifmmfigs\<102>\else{\RMF 0}\fi} +\def\mmone{\ifmmfigs\<103>\else{\RMF 1}\fi} +\def\mmtwo{\ifmmfigs\<104>\else{\RMF 2}\fi} +\def\mmthree{\ifmmfigs\<105>\else{\RMF 3}\fi} +\def\mmfour{\ifmmfigs\<106>\else{\RMF 4}\fi} +\def\mmfive{\ifmmfigs\<107>\else{\RMF 5}\fi} +\def\mmsix{\ifmmfigs\<108>\else{\RMF 6}\fi} +\def\mmseven{\ifmmfigs\<109>\else{\RMF 7}\fi} +\def\mmeight{\ifmmfigs\<110>\else{\RMF 8}\fi} +\def\mmnine{\ifmmfigs\<111>\else{\RMF 9}\fi} + +\endinput + +%%%%%% end of mmmacs diff -Nru texlive-lang-2007.dfsg.4/texmf-dist/doc/fonts/malayalam/article/mmphmacs.tex texlive-lang-2009/texmf-dist/doc/fonts/malayalam/article/mmphmacs.tex --- texlive-lang-2007.dfsg.4/texmf-dist/doc/fonts/malayalam/article/mmphmacs.tex 1970-01-01 01:00:00.000000000 +0100 +++ texlive-lang-2009/texmf-dist/doc/fonts/malayalam/article/mmphmacs.tex 2006-01-09 00:47:01.000000000 +0000 @@ -0,0 +1,22 @@ +% mmtrmacs -- macros for Malayalam text in phonetic script +% copyright 1992 Jeroen Hellingman +% last edit: 21-JUL-1992 + +% we use the wsuipa font + +\font\ipa=wsuipa10 + +\def\mmph{% + \def\m{{\ipa\char"34}}% + \def\ng{{\ipa\char"38}}% + \def\ny{{\ipa\char"37}}% + \def\nn{{\ipa\char"39}}% + \def\tt{{\ipa\char"50}}% + \def\dd{{\ipa\char"11}}% + \def\ll{{\ipa\char"30}}% + \def\sh{{\ipa\char"4D}}% + \def\ss{{\ipa\char"4C}}% + \def\rr{{\ipa\char"46}}% + \def\u{{\ipa\char"15}}} + +% eof diff -Nru texlive-lang-2007.dfsg.4/texmf-dist/doc/fonts/malayalam/article/mmqfont.tex texlive-lang-2009/texmf-dist/doc/fonts/malayalam/article/mmqfont.tex --- texlive-lang-2007.dfsg.4/texmf-dist/doc/fonts/malayalam/article/mmqfont.tex 1970-01-01 01:00:00.000000000 +0100 +++ texlive-lang-2009/texmf-dist/doc/fonts/malayalam/article/mmqfont.tex 2006-01-09 00:47:01.000000000 +0000 @@ -0,0 +1,105 @@ +% mmqfont.tex -- load fonts for Malayalam TeX (quickly, only essentials) +% copyright 1993 Jeroen Hellingman +% last edit: 02-JAN-1993 + +\ifx\mmfontsloaded\relax\endinput\else\let\mmfontsloaded=\relax\fi + +%%%%%% fonts (use only the most `essential', the others will be replaced) + +\font\mmf=mm10 % Malayalam Regular 10pt +\font\mmsf=mm10s % Malayalam Regular 10pt Subscript + +\font\twelvemmf=mm12 % Malayalam Regular 12pt +\font\twelvemmsf=mm12s % Malayalam Regular 12pt Subscript +\font\twelverm=cmr12 + +%%%%%% Replacements for the other fonts: + +\let\seventeenmmf=\twelvemmf % Malayalam Regular 17pt +\let\seventeenmmsf=\twelvemmsf % Malayalam Regular 17pt Subscript +\let\seventeenrm=\twelverm + +\let\sixmmf=\mmf % Malayalam Regular 6pt +\let\sixmmsf=\mmsf % Malayalam Regular 6pt Subscript +\let\sixrm=\rm + +\let\eightmmf=\mmf % Malayalam Regular 8pt +\let\eightmmsf=\mmsf % Malayalam Regular 8pt Subscript + +\let\mmbf=\mmf % Malayalam Bold 10pt +\let\mmbsf=\mmsf % Malayalam Bold 10pt Subscript +\let\mmslf=\mmf % Malayalam Slanted 10pt +\let\mmslsf=\mmsf % Malayalam Slanted 10pt Subscript +\let\mmcf=\mmf % Malayalam Calligraphic Regular 10pt +\let\mmcsf=\mmsf % Malayalam Calligraphic Regular 10pt Subscript +\let\mmcbf=\mmf % Malayalam Calligraphic Bold 10pt +\let\mmcbsf=\mmsf % Malayalam Calligraphic Bold 10pt Subscript +\let\mmcslf=\mmf % Malayalam Calligraphic Slanted 10pt +\let\mmcslsf=\mmsf % Malayalam Calligraphic Slanted 10pt Subscript + +\let\twelvemmsf=\twelvemmsf % Malayalam Regular 12pt Subscript +\let\twelvemmbf=\twelvemmf % Malayalam Bold 12pt +\let\twelvemmbsf=\twelvemmsf % Malayalam Bold 12pt Subscript +\let\twelvemmslf=\twelvemmf % Malayalam Slanted 12pt +\let\twelvemmslsf=\twelvemmsf % Malayalam Slanted 12pt Subscript +\let\twelvemmcf=\twelvemmf % Malayalam Calligraphic Regular 12pt +\let\twelvemmcsf=\twelvemmsf % Malayalam Calligraphic Regular 12pt Subscript +\let\twelvemmcbf=\twelvemmf % Malayalam Calligraphic Bold 12pt +\let\twelvemmcbsf=\twelvemmsf % Malayalam Calligraphic Bold 12pt Subscript +\let\twelvemmcslf=\twelvemmf % Malayalam Calligraphic Slanted 12pt +\let\twelvemmcslsf=\twelvemmsf % Malayalam Calligraphic Slanted 12pt Subscript +\let\twelvebf=\twelverm +\let\twelvesl=\twelverm + +\let\seventeenmmcf=\seventeenmmf % Malayalam Calligraphic Regular 17pt +\let\seventeenmmcsf=\seventeenmmsf % Malayalam Calligraphic Regular 17pt Subscript +\let\seventeenmmbf=\seventeenmmf % Malayalam Bold 17pt +\let\seventeenmmbsf=\seventeenmmsf % Malayalam Bold 17pt Subscript +\let\seventeenmmcbf=\seventeenmmf % Malayalam Calligraphic Bold 17pt +\let\seventeenmmcbsf=\seventeenmmsf % Malayalam Calligraphic Bold 17pt Subscript +\let\seventeenbf=\seventeenrm + +%%%%%% font-selection macros + +\def\sixmmr{\let\mmcurf=\sixmmf\let\mmcursf=\sixmmsf\let\mmcurrm=\sixrm + \mmcbls=7.8pt\ifmmmode\setmm\fi} + +\def\eightmmr{\let\mmcurf=\eightmmf\let\mmcursf=\eightmmsf\let\mmcurrm=\sevenrm + \mmcbls=10.5pt\ifmmmode\setmm\fi} + +\def\mmr{\let\mmcurf=\mmf\let\mmcursf=\mmsf\let\mmcurrm=\rm + \mmcbls=13pt\ifmmmode\setmm\fi} +\def\mmsl{\let\mmcurf=\mmslf\let\mmcursf=\mmslsf\let\mmcurrm=\sl + \mmcbls=13pt\ifmmmode\setmm\fi} +\def\mmb{\let\mmcurf=\mmbf\let\mmcursf=\mmbsf\let\mmcurrm=\bf + \mmcbls=13pt\ifmmmode\setmm\fi} +\def\mmc{\let\mmcurf=\mmcf\let\mmcursf=\mmcsf\let\mmcurrm=\rm + \mmcbls=13pt\ifmmmode\setmm\fi} +\def\mmcsl{\let\mmcurf=\mmcslf\let\mmcursf=\mmcslsf\let\mmcurrm=\sl + \mmcbls=13pt\ifmmmode\setmm\fi} +\def\mmcb{\let\mmcurf=\mmcbf\let\mmcursf=\mmcbsf\let\mmcurrm=\bf + \mmcbls=13pt\ifmmmode\setmm\fi} + +\def\twelvemmr{\let\mmcurf=\twelvemmf\let\mmcursf=\twelvemmsf\let\mmcurrm=\twelverm + \mmcbls=15.6pt\ifmmmode\setmm\fi} +\def\twelvemmsl{\let\mmcurf=\twelvemmslf\let\mmcursf=\twelvemmslsf\let\mmcurrm=\twelvesl + \mmcbls=15.6pt\ifmmmode\setmm\fi} +\def\twelvemmb{\let\mmcurf=\twelvemmbf\let\mmcursf=\twelvemmbsf\let\mmcurrm=\twelvebf + \mmcbls=15.6pt\ifmmmode\setmm\fi} +\def\twelvemmc{\let\mmcurf=\twelvemmcf\let\mmcursf=\twelvemmcsf\let\mmcurrm=\twelverm + \mmcbls=15.6pt\ifmmmode\setmm\fi} +\def\twelvemmcsl{\let\mmcurf=\twelvemmcslf\let\mmcursf=\twelvemmcslsf\let\mmcurrm=\twelvesl + \mmcbls=15.6pt\ifmmmode\setmm\fi} +\def\twelvemmcb{\let\mmcurf=\twelvemmcbf\let\mmcursf=\twelvemmcbsf\let\mmcurrm=\twelvebf + \mmcbls=15.6pt\ifmmmode\setmm\fi} + +\def\seventeenmmr{\let\mmcurf=\seventeenmmf\let\mmcursf=\seventeenmmsf\let\mmcurrm=\seventeenrm + \mmcbls=22.5pt\ifmmmode\setmm\fi} +\def\seventeenmmc{\let\mmcurf=\seventeenmmcf\let\mmcursf=\seventeenmmcsf\let\mmcurrm=\seventeenrm + \mmcbls=22.5pt\ifmmmode\setmm\fi} +\def\seventeenmmb{\let\mmcurf=\seventeenmmbf\let\mmcursf=\seventeenmmbsf\let\mmcurrm=\seventeenbf + \mmcbls=22.5pt\ifmmmode\setmm\fi} +\def\seventeenmmcb{\let\mmcurf=\seventeenmmcbf\let\mmcursf=\seventeenmmcbsf\let\mmcurrm=\seventeenbf + \mmcbls=22.5pt\ifmmmode\setmm\fi} + +%%%%%% end of mmqfont.tex diff -Nru texlive-lang-2007.dfsg.4/texmf-dist/doc/fonts/malayalam/article/mmqmacs.tex texlive-lang-2009/texmf-dist/doc/fonts/malayalam/article/mmqmacs.tex --- texlive-lang-2007.dfsg.4/texmf-dist/doc/fonts/malayalam/article/mmqmacs.tex 1970-01-01 01:00:00.000000000 +0100 +++ texlive-lang-2009/texmf-dist/doc/fonts/malayalam/article/mmqmacs.tex 2006-01-09 00:47:01.000000000 +0000 @@ -0,0 +1,9 @@ +% mmqmacs.tex -- load macros for Malayalam TeX (quickly, only essential fonts will be used) +% copyright 1993 Jeroen Hellingman +% last edit: 02-JAN-1993 + +\input mmqfont +\input mmmacs + +\endinput + diff -Nru texlive-lang-2007.dfsg.4/texmf-dist/doc/fonts/malayalam/article/mmsample.mm texlive-lang-2009/texmf-dist/doc/fonts/malayalam/article/mmsample.mm --- texlive-lang-2007.dfsg.4/texmf-dist/doc/fonts/malayalam/article/mmsample.mm 1970-01-01 01:00:00.000000000 +0100 +++ texlive-lang-2009/texmf-dist/doc/fonts/malayalam/article/mmsample.mm 2006-01-09 00:47:01.000000000 +0000 @@ -0,0 +1,64 @@ +% mmsample.mm -- Sample of each style +% (c) 1993 Jeroen Hellingman +% Last edit: 04-JAN-1993 + +\input mmmacs +\input mmtrmacs + +\parindent=0pt +\emergencystretch=50pt + +\centerline{\twelvebf Samples} + +% ``How within the period of three years a gentleman may change into +% an evident profligate is something that I cannot comprehend.'' + +\bigskip + +{\parindent=-25pt\leftskip=25pt\overfullrule=0pt\raggedright +{\sixmmr\mmcurrm Malayalam Regular 6pt: $muunnu saMvatsaran"n"aL+>>kkakaM oru maryyaadasvan +oru saakSaat pookkiri aayibhaviccatu enikku boodhippaan vahiyaa.\smallskip$} + +{\eightmmr\mmcurrm Malayalam Regular 8pt: $muunnu saMvatsaran"n"aL+>>kkakaM oru maryyaadasvan +oru saakSaat pookkiri aayibhaviccatu enikku boodhippaan vahiyaa.\smallskip$} + +{\mmr\mmcurrm Malayalam Regular 10pt: $muunnu saMvatsaran"n"aL+>>kkakaM oru maryyaadasvan +oru saakSaat pookkiri aayibhaviccatu enikku boodhippaan vahiyaa.\smallskip$} +{\mmsl\mmcurrm Malayalam Slanted 10pt: $muunnu saMvatsaran"n"aL+>>kkakaM oru maryyaadasvan +oru saakSaat pookkiri aayibhaviccatu enikku boodhippaan vahiyaa.\smallskip$} +{\mmb\mmcurrm Malayalam Bold 10pt: $muunnu saMvatsaran"n"aL+>>kkakaM oru maryyaadasvan +oru saakSaat pookkiri aayibhaviccatu enikku boodhippaan vahiyaa.\smallskip$} + +{\mmc\mmcurrm Malayalam Calligraphic 10pt: $muunnu saMvatsaran"n"aL+>>kkakaM oru maryyaadasvan +oru saakSaat pookkiri aayibhaviccatu enikku boodhippaan vahiyaa.\smallskip$} +{\mmcsl\mmcurrm Malayalam Calligraphic Slanted 10pt: $muunnu saMvatsaran"n"aL+>>kkakaM oru maryyaadasvan +oru saakSaat pookkiri aayibhaviccatu enikku boodhippaan vahiyaa.\smallskip$} +{\mmcb\mmcurrm Malayalam Calligraphic Bold 10pt: $muunnu saMvatsaran"n"aL+>>kkakaM oru maryyaadasvan +oru saakSaat pookkiri aayibhaviccatu enikku boodhippaan vahiyaa.\smallskip$} + +{\twelvemmr\mmcurrm Malayalam Regular 12pt: $muunnu saMvatsaran"n"aL+>>kkakaM oru maryyaadasvan +oru saakSaat pookkiri aayibhaviccatu enikku boodhippaan vahiyaa.\smallskip$} +{\twelvemmsl\mmcurrm Malayalam Slanted 12pt: $muunnu saMvatsaran"n"aL+>>kkakaM oru maryyaadasvan +oru saakSaat pookkiri aayibhaviccatu enikku boodhippaan vahiyaa.\smallskip$} +{\twelvemmb\mmcurrm Malayalam Bold 12pt: $muunnu saMvatsaran"n"aL+>>kkakaM oru maryyaadasvan +oru saakSaat pookkiri aayibhaviccatu enikku boodhippaan vahiyaa.\smallskip$} + +{\twelvemmc\mmcurrm Malayalam Calligraphic 12pt: $muunnu saMvatsaran"n"aL+>>kkakaM oru maryyaadasvan +oru saakSaat pookkiri aayibhaviccatu enikku boodhippaan vahiyaa.\smallskip$} +{\twelvemmcsl\mmcurrm Malayalam Calligraphic Slanted 12pt: $muunnu saMvatsaran"n"aL+>>kkakaM oru maryyaadasvan +oru saakSaat pookkiri aayibhaviccatu enikku boodhippaan vahiyaa.\smallskip$} +{\twelvemmcb\mmcurrm Malayalam Calligraphic Bold 12pt: $muunnu saMvatsaran"n"aL+>>kkakaM oru maryyaadasvan +oru saakSaat pookkiri aayibhaviccatu enikku boodhippaan vahiyaa.\smallskip$} + +{\seventeenmmr\mmcurrm Malayalam Regular 17pt: $muunnu saMvatsaran"n"aL+>>kkakaM oru maryyaadasvan +oru saakSaat pookkiri aayibhaviccatu enikku\smallskip$} +{\seventeenmmc\mmcurrm Malayalam Calligraphic 17pt: $muunnu saMvatsaran"n"aL+>>kkakaM oru maryyaadasvan +oru saakSaat pookkiri aayibhaviccatu enikku\smallskip$} +{\seventeenmmb\mmcurrm Malayalam Bold 17pt: $muunnu saMvatsaran"n"aL+>>kkakaM oru maryyaadasvan +oru saakSaat pookkiri aayibhaviccatu\smallskip$} +{\seventeenmmcb\mmcurrm Malayalam Calligraphic Bold 17pt: $muunnu saMvatsaran"n"aL+>>kkakaM oru maryyaadasvan +oru saakSaat\smallskip$} +} + +\endinput + diff -Nru texlive-lang-2007.dfsg.4/texmf-dist/doc/fonts/malayalam/article/mmsample.tex texlive-lang-2009/texmf-dist/doc/fonts/malayalam/article/mmsample.tex --- texlive-lang-2007.dfsg.4/texmf-dist/doc/fonts/malayalam/article/mmsample.tex 1970-01-01 01:00:00.000000000 +0100 +++ texlive-lang-2009/texmf-dist/doc/fonts/malayalam/article/mmsample.tex 2006-01-09 00:47:01.000000000 +0000 @@ -0,0 +1,59 @@ + +\input mmmacs +\input mmtrmacs + +\parindent=0pt +\emergencystretch=50pt + +\centerline{\twelvebf Samples} + + +\bigskip + +{\parindent=-25pt\leftskip=25pt\overfullrule=0pt\raggedright +{\sixmmr\mmcurrm Malayalam Regular 6pt: {\mm \X{\<46>\<73>}\X{\<167>\<72>} \X{\<56>}\<2>\X{\<53>}\X{\<221>}\X{\<48>}\X{\<161>}\X{\<82>}\hbox{}\X{\<160>}\X{\<21>}\<2> \X{\<18>}\X{\<48>\<72>} \X{\<46>}\X{\<80>\<249>\<62>}\X{\<38>}\X{\<56>\K{-.5}\<86>}\X{\<79>} +\X{\<18>}\X{\<48>\<72>} \X{\<56>\<62>}\X{\<251>\<62>}\X{\<81>} \X{\<71>\<42>\<62>}\X{\<160>\<63>}\X{\<48>\<63>} \X{\<6>}\X{\<47>\<63>}\X{\<45>}\X{\<53>\<63>}\X{\<247>}\X{\<36>\<72>} \X{\<14>}\X{\<40>\<63>}\X{\<160>\<72>} \X{\<71>\<44>\<62>}\X{\<39>\<63>}\X{\<242>\<62>}\X{\<79>} \X{\<53>}\X{\<57>\<63>}\X{\<47>\<62>}{\RMF.}\smallskip}} + +{\eightmmr\mmcurrm Malayalam Regular 8pt: {\mm \X{\<46>\<73>}\X{\<167>\<72>} \X{\<56>}\<2>\X{\<53>}\X{\<221>}\X{\<48>}\X{\<161>}\X{\<82>}\hbox{}\X{\<160>}\X{\<21>}\<2> \X{\<18>}\X{\<48>\<72>} \X{\<46>}\X{\<80>\<249>\<62>}\X{\<38>}\X{\<56>\K{-.5}\<86>}\X{\<79>} +\X{\<18>}\X{\<48>\<72>} \X{\<56>\<62>}\X{\<251>\<62>}\X{\<81>} \X{\<71>\<42>\<62>}\X{\<160>\<63>}\X{\<48>\<63>} \X{\<6>}\X{\<47>\<63>}\X{\<45>}\X{\<53>\<63>}\X{\<247>}\X{\<36>\<72>} \X{\<14>}\X{\<40>\<63>}\X{\<160>\<72>} \X{\<71>\<44>\<62>}\X{\<39>\<63>}\X{\<242>\<62>}\X{\<79>} \X{\<53>}\X{\<57>\<63>}\X{\<47>\<62>}{\RMF.}\smallskip}} + +{\mmr\mmcurrm Malayalam Regular 10pt: {\mm \X{\<46>\<73>}\X{\<167>\<72>} \X{\<56>}\<2>\X{\<53>}\X{\<221>}\X{\<48>}\X{\<161>}\X{\<82>}\hbox{}\X{\<160>}\X{\<21>}\<2> \X{\<18>}\X{\<48>\<72>} \X{\<46>}\X{\<80>\<249>\<62>}\X{\<38>}\X{\<56>\K{-.5}\<86>}\X{\<79>} +\X{\<18>}\X{\<48>\<72>} \X{\<56>\<62>}\X{\<251>\<62>}\X{\<81>} \X{\<71>\<42>\<62>}\X{\<160>\<63>}\X{\<48>\<63>} \X{\<6>}\X{\<47>\<63>}\X{\<45>}\X{\<53>\<63>}\X{\<247>}\X{\<36>\<72>} \X{\<14>}\X{\<40>\<63>}\X{\<160>\<72>} \X{\<71>\<44>\<62>}\X{\<39>\<63>}\X{\<242>\<62>}\X{\<79>} \X{\<53>}\X{\<57>\<63>}\X{\<47>\<62>}{\RMF.}\smallskip}} +{\mmsl\mmcurrm Malayalam Slanted 10pt: {\mm \X{\<46>\<73>}\X{\<167>\<72>} \X{\<56>}\<2>\X{\<53>}\X{\<221>}\X{\<48>}\X{\<161>}\X{\<82>}\hbox{}\X{\<160>}\X{\<21>}\<2> \X{\<18>}\X{\<48>\<72>} \X{\<46>}\X{\<80>\<249>\<62>}\X{\<38>}\X{\<56>\K{-.5}\<86>}\X{\<79>} +\X{\<18>}\X{\<48>\<72>} \X{\<56>\<62>}\X{\<251>\<62>}\X{\<81>} \X{\<71>\<42>\<62>}\X{\<160>\<63>}\X{\<48>\<63>} \X{\<6>}\X{\<47>\<63>}\X{\<45>}\X{\<53>\<63>}\X{\<247>}\X{\<36>\<72>} \X{\<14>}\X{\<40>\<63>}\X{\<160>\<72>} \X{\<71>\<44>\<62>}\X{\<39>\<63>}\X{\<242>\<62>}\X{\<79>} \X{\<53>}\X{\<57>\<63>}\X{\<47>\<62>}{\RMF.}\smallskip}} +{\mmb\mmcurrm Malayalam Bold 10pt: {\mm \X{\<46>\<73>}\X{\<167>\<72>} \X{\<56>}\<2>\X{\<53>}\X{\<221>}\X{\<48>}\X{\<161>}\X{\<82>}\hbox{}\X{\<160>}\X{\<21>}\<2> \X{\<18>}\X{\<48>\<72>} \X{\<46>}\X{\<80>\<249>\<62>}\X{\<38>}\X{\<56>\K{-.5}\<86>}\X{\<79>} +\X{\<18>}\X{\<48>\<72>} \X{\<56>\<62>}\X{\<251>\<62>}\X{\<81>} \X{\<71>\<42>\<62>}\X{\<160>\<63>}\X{\<48>\<63>} \X{\<6>}\X{\<47>\<63>}\X{\<45>}\X{\<53>\<63>}\X{\<247>}\X{\<36>\<72>} \X{\<14>}\X{\<40>\<63>}\X{\<160>\<72>} \X{\<71>\<44>\<62>}\X{\<39>\<63>}\X{\<242>\<62>}\X{\<79>} \X{\<53>}\X{\<57>\<63>}\X{\<47>\<62>}{\RMF.}\smallskip}} + +{\mmc\mmcurrm Malayalam Calligraphic 10pt: {\mm \X{\<46>\<73>}\X{\<167>\<72>} \X{\<56>}\<2>\X{\<53>}\X{\<221>}\X{\<48>}\X{\<161>}\X{\<82>}\hbox{}\X{\<160>}\X{\<21>}\<2> \X{\<18>}\X{\<48>\<72>} \X{\<46>}\X{\<80>\<249>\<62>}\X{\<38>}\X{\<56>\K{-.5}\<86>}\X{\<79>} +\X{\<18>}\X{\<48>\<72>} \X{\<56>\<62>}\X{\<251>\<62>}\X{\<81>} \X{\<71>\<42>\<62>}\X{\<160>\<63>}\X{\<48>\<63>} \X{\<6>}\X{\<47>\<63>}\X{\<45>}\X{\<53>\<63>}\X{\<247>}\X{\<36>\<72>} \X{\<14>}\X{\<40>\<63>}\X{\<160>\<72>} \X{\<71>\<44>\<62>}\X{\<39>\<63>}\X{\<242>\<62>}\X{\<79>} \X{\<53>}\X{\<57>\<63>}\X{\<47>\<62>}{\RMF.}\smallskip}} +{\mmcsl\mmcurrm Malayalam Calligraphic Slanted 10pt: {\mm \X{\<46>\<73>}\X{\<167>\<72>} \X{\<56>}\<2>\X{\<53>}\X{\<221>}\X{\<48>}\X{\<161>}\X{\<82>}\hbox{}\X{\<160>}\X{\<21>}\<2> \X{\<18>}\X{\<48>\<72>} \X{\<46>}\X{\<80>\<249>\<62>}\X{\<38>}\X{\<56>\K{-.5}\<86>}\X{\<79>} +\X{\<18>}\X{\<48>\<72>} \X{\<56>\<62>}\X{\<251>\<62>}\X{\<81>} \X{\<71>\<42>\<62>}\X{\<160>\<63>}\X{\<48>\<63>} \X{\<6>}\X{\<47>\<63>}\X{\<45>}\X{\<53>\<63>}\X{\<247>}\X{\<36>\<72>} \X{\<14>}\X{\<40>\<63>}\X{\<160>\<72>} \X{\<71>\<44>\<62>}\X{\<39>\<63>}\X{\<242>\<62>}\X{\<79>} \X{\<53>}\X{\<57>\<63>}\X{\<47>\<62>}{\RMF.}\smallskip}} +{\mmcb\mmcurrm Malayalam Calligraphic Bold 10pt: {\mm \X{\<46>\<73>}\X{\<167>\<72>} \X{\<56>}\<2>\X{\<53>}\X{\<221>}\X{\<48>}\X{\<161>}\X{\<82>}\hbox{}\X{\<160>}\X{\<21>}\<2> \X{\<18>}\X{\<48>\<72>} \X{\<46>}\X{\<80>\<249>\<62>}\X{\<38>}\X{\<56>\K{-.5}\<86>}\X{\<79>} +\X{\<18>}\X{\<48>\<72>} \X{\<56>\<62>}\X{\<251>\<62>}\X{\<81>} \X{\<71>\<42>\<62>}\X{\<160>\<63>}\X{\<48>\<63>} \X{\<6>}\X{\<47>\<63>}\X{\<45>}\X{\<53>\<63>}\X{\<247>}\X{\<36>\<72>} \X{\<14>}\X{\<40>\<63>}\X{\<160>\<72>} \X{\<71>\<44>\<62>}\X{\<39>\<63>}\X{\<242>\<62>}\X{\<79>} \X{\<53>}\X{\<57>\<63>}\X{\<47>\<62>}{\RMF.}\smallskip}} + +{\twelvemmr\mmcurrm Malayalam Regular 12pt: {\mm \X{\<46>\<73>}\X{\<167>\<72>} \X{\<56>}\<2>\X{\<53>}\X{\<221>}\X{\<48>}\X{\<161>}\X{\<82>}\hbox{}\X{\<160>}\X{\<21>}\<2> \X{\<18>}\X{\<48>\<72>} \X{\<46>}\X{\<80>\<249>\<62>}\X{\<38>}\X{\<56>\K{-.5}\<86>}\X{\<79>} +\X{\<18>}\X{\<48>\<72>} \X{\<56>\<62>}\X{\<251>\<62>}\X{\<81>} \X{\<71>\<42>\<62>}\X{\<160>\<63>}\X{\<48>\<63>} \X{\<6>}\X{\<47>\<63>}\X{\<45>}\X{\<53>\<63>}\X{\<247>}\X{\<36>\<72>} \X{\<14>}\X{\<40>\<63>}\X{\<160>\<72>} \X{\<71>\<44>\<62>}\X{\<39>\<63>}\X{\<242>\<62>}\X{\<79>} \X{\<53>}\X{\<57>\<63>}\X{\<47>\<62>}{\RMF.}\smallskip}} +{\twelvemmsl\mmcurrm Malayalam Slanted 12pt: {\mm \X{\<46>\<73>}\X{\<167>\<72>} \X{\<56>}\<2>\X{\<53>}\X{\<221>}\X{\<48>}\X{\<161>}\X{\<82>}\hbox{}\X{\<160>}\X{\<21>}\<2> \X{\<18>}\X{\<48>\<72>} \X{\<46>}\X{\<80>\<249>\<62>}\X{\<38>}\X{\<56>\K{-.5}\<86>}\X{\<79>} +\X{\<18>}\X{\<48>\<72>} \X{\<56>\<62>}\X{\<251>\<62>}\X{\<81>} \X{\<71>\<42>\<62>}\X{\<160>\<63>}\X{\<48>\<63>} \X{\<6>}\X{\<47>\<63>}\X{\<45>}\X{\<53>\<63>}\X{\<247>}\X{\<36>\<72>} \X{\<14>}\X{\<40>\<63>}\X{\<160>\<72>} \X{\<71>\<44>\<62>}\X{\<39>\<63>}\X{\<242>\<62>}\X{\<79>} \X{\<53>}\X{\<57>\<63>}\X{\<47>\<62>}{\RMF.}\smallskip}} +{\twelvemmb\mmcurrm Malayalam Bold 12pt: {\mm \X{\<46>\<73>}\X{\<167>\<72>} \X{\<56>}\<2>\X{\<53>}\X{\<221>}\X{\<48>}\X{\<161>}\X{\<82>}\hbox{}\X{\<160>}\X{\<21>}\<2> \X{\<18>}\X{\<48>\<72>} \X{\<46>}\X{\<80>\<249>\<62>}\X{\<38>}\X{\<56>\K{-.5}\<86>}\X{\<79>} +\X{\<18>}\X{\<48>\<72>} \X{\<56>\<62>}\X{\<251>\<62>}\X{\<81>} \X{\<71>\<42>\<62>}\X{\<160>\<63>}\X{\<48>\<63>} \X{\<6>}\X{\<47>\<63>}\X{\<45>}\X{\<53>\<63>}\X{\<247>}\X{\<36>\<72>} \X{\<14>}\X{\<40>\<63>}\X{\<160>\<72>} \X{\<71>\<44>\<62>}\X{\<39>\<63>}\X{\<242>\<62>}\X{\<79>} \X{\<53>}\X{\<57>\<63>}\X{\<47>\<62>}{\RMF.}\smallskip}} + +{\twelvemmc\mmcurrm Malayalam Calligraphic 12pt: {\mm \X{\<46>\<73>}\X{\<167>\<72>} \X{\<56>}\<2>\X{\<53>}\X{\<221>}\X{\<48>}\X{\<161>}\X{\<82>}\hbox{}\X{\<160>}\X{\<21>}\<2> \X{\<18>}\X{\<48>\<72>} \X{\<46>}\X{\<80>\<249>\<62>}\X{\<38>}\X{\<56>\K{-.5}\<86>}\X{\<79>} +\X{\<18>}\X{\<48>\<72>} \X{\<56>\<62>}\X{\<251>\<62>}\X{\<81>} \X{\<71>\<42>\<62>}\X{\<160>\<63>}\X{\<48>\<63>} \X{\<6>}\X{\<47>\<63>}\X{\<45>}\X{\<53>\<63>}\X{\<247>}\X{\<36>\<72>} \X{\<14>}\X{\<40>\<63>}\X{\<160>\<72>} \X{\<71>\<44>\<62>}\X{\<39>\<63>}\X{\<242>\<62>}\X{\<79>} \X{\<53>}\X{\<57>\<63>}\X{\<47>\<62>}{\RMF.}\smallskip}} +{\twelvemmcsl\mmcurrm Malayalam Calligraphic Slanted 12pt: {\mm \X{\<46>\<73>}\X{\<167>\<72>} \X{\<56>}\<2>\X{\<53>}\X{\<221>}\X{\<48>}\X{\<161>}\X{\<82>}\hbox{}\X{\<160>}\X{\<21>}\<2> \X{\<18>}\X{\<48>\<72>} \X{\<46>}\X{\<80>\<249>\<62>}\X{\<38>}\X{\<56>\K{-.5}\<86>}\X{\<79>} +\X{\<18>}\X{\<48>\<72>} \X{\<56>\<62>}\X{\<251>\<62>}\X{\<81>} \X{\<71>\<42>\<62>}\X{\<160>\<63>}\X{\<48>\<63>} \X{\<6>}\X{\<47>\<63>}\X{\<45>}\X{\<53>\<63>}\X{\<247>}\X{\<36>\<72>} \X{\<14>}\X{\<40>\<63>}\X{\<160>\<72>} \X{\<71>\<44>\<62>}\X{\<39>\<63>}\X{\<242>\<62>}\X{\<79>} \X{\<53>}\X{\<57>\<63>}\X{\<47>\<62>}{\RMF.}\smallskip}} +{\twelvemmcb\mmcurrm Malayalam Calligraphic Bold 12pt: {\mm \X{\<46>\<73>}\X{\<167>\<72>} \X{\<56>}\<2>\X{\<53>}\X{\<221>}\X{\<48>}\X{\<161>}\X{\<82>}\hbox{}\X{\<160>}\X{\<21>}\<2> \X{\<18>}\X{\<48>\<72>} \X{\<46>}\X{\<80>\<249>\<62>}\X{\<38>}\X{\<56>\K{-.5}\<86>}\X{\<79>} +\X{\<18>}\X{\<48>\<72>} \X{\<56>\<62>}\X{\<251>\<62>}\X{\<81>} \X{\<71>\<42>\<62>}\X{\<160>\<63>}\X{\<48>\<63>} \X{\<6>}\X{\<47>\<63>}\X{\<45>}\X{\<53>\<63>}\X{\<247>}\X{\<36>\<72>} \X{\<14>}\X{\<40>\<63>}\X{\<160>\<72>} \X{\<71>\<44>\<62>}\X{\<39>\<63>}\X{\<242>\<62>}\X{\<79>} \X{\<53>}\X{\<57>\<63>}\X{\<47>\<62>}{\RMF.}\smallskip}} + +{\seventeenmmr\mmcurrm Malayalam Regular 17pt: {\mm \X{\<46>\<73>}\X{\<167>\<72>} \X{\<56>}\<2>\X{\<53>}\X{\<221>}\X{\<48>}\X{\<161>}\X{\<82>}\hbox{}\X{\<160>}\X{\<21>}\<2> \X{\<18>}\X{\<48>\<72>} \X{\<46>}\X{\<80>\<249>\<62>}\X{\<38>}\X{\<56>\K{-.5}\<86>}\X{\<79>} +\X{\<18>}\X{\<48>\<72>} \X{\<56>\<62>}\X{\<251>\<62>}\X{\<81>} \X{\<71>\<42>\<62>}\X{\<160>\<63>}\X{\<48>\<63>} \X{\<6>}\X{\<47>\<63>}\X{\<45>}\X{\<53>\<63>}\X{\<247>}\X{\<36>\<72>} \X{\<14>}\X{\<40>\<63>}\X{\<160>\<72>}\smallskip}} +{\seventeenmmc\mmcurrm Malayalam Calligraphic 17pt: {\mm \X{\<46>\<73>}\X{\<167>\<72>} \X{\<56>}\<2>\X{\<53>}\X{\<221>}\X{\<48>}\X{\<161>}\X{\<82>}\hbox{}\X{\<160>}\X{\<21>}\<2> \X{\<18>}\X{\<48>\<72>} \X{\<46>}\X{\<80>\<249>\<62>}\X{\<38>}\X{\<56>\K{-.5}\<86>}\X{\<79>} +\X{\<18>}\X{\<48>\<72>} \X{\<56>\<62>}\X{\<251>\<62>}\X{\<81>} \X{\<71>\<42>\<62>}\X{\<160>\<63>}\X{\<48>\<63>} \X{\<6>}\X{\<47>\<63>}\X{\<45>}\X{\<53>\<63>}\X{\<247>}\X{\<36>\<72>} \X{\<14>}\X{\<40>\<63>}\X{\<160>\<72>}\smallskip}} +{\seventeenmmb\mmcurrm Malayalam Bold 17pt: {\mm \X{\<46>\<73>}\X{\<167>\<72>} \X{\<56>}\<2>\X{\<53>}\X{\<221>}\X{\<48>}\X{\<161>}\X{\<82>}\hbox{}\X{\<160>}\X{\<21>}\<2> \X{\<18>}\X{\<48>\<72>} \X{\<46>}\X{\<80>\<249>\<62>}\X{\<38>}\X{\<56>\K{-.5}\<86>}\X{\<79>} +\X{\<18>}\X{\<48>\<72>} \X{\<56>\<62>}\X{\<251>\<62>}\X{\<81>} \X{\<71>\<42>\<62>}\X{\<160>\<63>}\X{\<48>\<63>} \X{\<6>}\X{\<47>\<63>}\X{\<45>}\X{\<53>\<63>}\X{\<247>}\X{\<36>\<72>}\smallskip}} +{\seventeenmmcb\mmcurrm Malayalam Calligraphic Bold 17pt: {\mm \X{\<46>\<73>}\X{\<167>\<72>} \X{\<56>}\<2>\X{\<53>}\X{\<221>}\X{\<48>}\X{\<161>}\X{\<82>}\hbox{}\X{\<160>}\X{\<21>}\<2> \X{\<18>}\X{\<48>\<72>} \X{\<46>}\X{\<80>\<249>\<62>}\X{\<38>}\X{\<56>\K{-.5}\<86>}\X{\<79>} +\X{\<18>}\X{\<48>\<72>} \X{\<56>\<62>}\X{\<251>\<62>}\X{\<81>}\smallskip}} +} + +\endinput + diff -Nru texlive-lang-2007.dfsg.4/texmf-dist/doc/fonts/malayalam/article/mmscript.mm texlive-lang-2009/texmf-dist/doc/fonts/malayalam/article/mmscript.mm --- texlive-lang-2007.dfsg.4/texmf-dist/doc/fonts/malayalam/article/mmscript.mm 1970-01-01 01:00:00.000000000 +0100 +++ texlive-lang-2009/texmf-dist/doc/fonts/malayalam/article/mmscript.mm 2006-01-09 00:47:01.000000000 +0000 @@ -0,0 +1,39 @@ + +The vowels, $svaraM$, or $uyir$. + +($hrasvaM$ or short vowels and $diirghaM$, or long vowels + +the $vyanjanaM$, or consonants: + +\vfill\eject + +the $varggyaM$, or `letters in classes': + +\def\q{\quad\hfill} +\def\col#1#2{\hbox{\vtop{\hsize=#1\raggedright\tolerance=10000\noindent#2}}} +\def\malstrut{\vtop to4pt{}\vbox to10pt{}} +{\twelvemmr\halign{\malstrut\col{5cm}{#}\q + &\col{1.5cm}{#}\q + &\col{1.5cm}{#}\q + &\col{1.5cm}{#}\q + &\col{1.5cm}{#}\q + &\col{1.5cm}{#}\q\cr +$varggaM$, or class & +$kharaM$, `hard' or `strong' & +$atikharaM$, `very hard' & +$m.rdu$, `soft' & +$ghooSaM$, `voice' & +$anunaasikaM$, `nasal' \cr +$kaNTyaM$, or velar sounds & $ka$ & $kha$ & $ga$ & $gha$ & $n"a$ \cr +$taalavyaM$, or palatal sounds & $ca$ & $cha$ & $ja$ & $jha$ & $n~a$ \cr +$muurdhanyaM$, or retroflex sounds & $Ta$ & $Tha$ & $Da$ & $Dha$ & $Na$ \cr +$dantyaM$, or dental sounds & $ta$ & $tha$ & $da$ & $dha$ & $na$ \cr +$oSThyaM$, or labial sounds & $pa$ & $pha$ & $ba$ & $bha$ & $ma$ \cr +\noalign{\hrule} +$antastha$, $iTaiyinaM$, or $madhyamaM$, `intermediate' +consonants & $ya$ & $ra$ & $la$ & $va$ \cr +$uuSmaavu+$, or fricatives & $sha$ & $Sa$ & $sa$ & $ha$ \cr +Dravidian consonants & $La$ & $zha$ & $Ra$ \cr +}} +\medskip + diff -Nru texlive-lang-2007.dfsg.4/texmf-dist/doc/fonts/malayalam/article/mmtable.mm texlive-lang-2009/texmf-dist/doc/fonts/malayalam/article/mmtable.mm --- texlive-lang-2007.dfsg.4/texmf-dist/doc/fonts/malayalam/article/mmtable.mm 1970-01-01 01:00:00.000000000 +0100 +++ texlive-lang-2009/texmf-dist/doc/fonts/malayalam/article/mmtable.mm 2006-01-09 00:47:01.000000000 +0000 @@ -0,0 +1,108 @@ +% mmtable.mm -- table of malayaaLam script +% copyright 1992 Jeroen Hellingman +% last edit: 25-DEC-1992 + +\input mmmacs +\input mmtrmacs +\input mmphmacs + +\parindent=0pt + +\centerline{\twelvebf Table of Malayalam letters with transcription} + +\bigskip + +\def\q{\quad\hfill} +\def\col#1#2{\hbox{\vtop{\hsize=#1\raggedright\tolerance=10000#2}}} +\def\malstrut{\vtop to4pt{}\vbox to10pt{}} +\halign{\malstrut\twelvemmr#\q&\twelvemmr#\q&\tt#\q&#\q&#\q&\col{4cm}{#}\q\cr +\col{1.75cm}{normal character shape} & +\col{1.75cm}{secondary form} & +\col{1.75cm}{\rm ASCII transcription} & +\col{1.75cm}{scientific transcription} & +\col{4cm}{remark} \cr +\noalign{\hrule} +$a$ & & a & $$a$$ & $$a$$ is inherent in consonants. \cr +$aa$ & $[]<> & & non-join. \cr +$[]$ & & [] & $$[]$$ & dotted circle. \cr + & & > & & disambiguating character. \cr +} + +\bye diff -Nru texlive-lang-2007.dfsg.4/texmf-dist/doc/fonts/malayalam/article/mmtable.tex texlive-lang-2009/texmf-dist/doc/fonts/malayalam/article/mmtable.tex --- texlive-lang-2007.dfsg.4/texmf-dist/doc/fonts/malayalam/article/mmtable.tex 1970-01-01 01:00:00.000000000 +0100 +++ texlive-lang-2009/texmf-dist/doc/fonts/malayalam/article/mmtable.tex 2006-01-09 00:47:01.000000000 +0000 @@ -0,0 +1,105 @@ + +\input mmmacs +\input mmtrmacs +\input mmphmacs + +\parindent=0pt + +\centerline{\twelvebf Table of Malayalam letters with transcription} + +\bigskip + +\def\q{\quad\hfill} +\def\col#1#2{\hbox{\vtop{\hsize=#1\raggedright\tolerance=10000#2}}} +\def\malstrut{\vtop to4pt{}\vbox to10pt{}} +\halign{\malstrut\twelvemmr#\q&\twelvemmr#\q&\tt#\q&#\q&#\q&\col{4cm}{#}\q\cr +\col{1.75cm}{normal character shape} & +\col{1.75cm}{secondary form} & +\col{1.75cm}{\rm ASCII transcription} & +\col{1.75cm}{scientific transcription} & +\col{4cm}{remark} \cr +\noalign{\hrule} +{\mm \X{\<5>}} & & a & {\mmtr a} & {\mmtr a} is inherent in consonants. \cr +{\mm \X{\<6>}} & {\mm \<00>\<62>} & aa & {\mmtr \=a} \cr +{\mm \X{\<7>}} & {\mm \<00>\<63>} & i & {\mmtr i} \cr +{\mm \X{\<7>\<87>}} & {\mm \<00>\<64>} & ii & {\mmtr {\=\i}} & older form: {\mm \<2>\X{\<48>}\<2>}, {\mm \<2>\<00>\<2>}. \cr +{\mm \X{\<9>}} & {\mm \M{\<00>}{\<65>}} & u & {\mmtr u} & irregular secundary shape. \cr +{\mm \X{\<9>\<87>}} & {\mm \M{\<00>}{\<66>}} & uu & {\mmtr \=u} & idem. \cr +{\mm \X{\<11>}} & {\mm \M{\<00>}{\<67>}} & .r & {\mmtr \d r} (\r{r}) & used in Sanskrit loan words. \cr +{\mm \X{\<96>}} & {\mm \M{\<00>}{\<68>}}& .r.r & {\mmtr {\rii}} (\r{\=r}) & only used in a few Sanskrit words. \cr +{\mm \X{\<12>}} & {\mm \<00>\X{\<12>}} & .l & {\mmtr \d l} (\r{l}) & idem. \cr +{\mm \X{\<97>}} & {\mm \<00>\X{\<97>}} & .l.l & {\mmtr {\lii}} (\r{\=l}) & not used in any word at all. \cr +{\mm \X{\<14>}} & {\mm \<70>\<00>} & e & {\mmtr e} \cr +{\mm \X{\<15>}} & {\mm \<71>\<00>} & ee & {\mmtr \=e} \cr +{\mm \X{\<70>\<14>}} & {\mm \<70>\<70>\<00>} & ai & {\mmtr ai} \cr +{\mm \X{\<18>}} & {\mm \<70>\<00>\<62>} & o & {\mmtr o} \cr +{\mm \X{\<18>\<62>}} & {\mm \<71>\<00>\<62>} & oo & {\mmtr \=o} \cr +{\mm \X{\<18>\<87>}} & {\mm \<70>\<00>\<87>} & au & {\mmtr au} & now normally written {\mm \<00>\<87>}, ({\tt au"}). \cr +\noalign{\hrule} +{\mm \X{\<5>}\<2>} & {\mm \<00>\<2>} & aM & {\mmtr a\d m} ({\mmph a\m}) & anusvara, or {\mm \X{\M{\<46>}{\<65>}}\X{\<49>}\X{\<160>}\<2>}. \cr +{\mm \X{\<5>}\<3>} & {\mm \<00>\<3>} & aH & {\mmtr a\d h} & visarga, or {\mm \X{\<53>\<63>}\X{\<56>}\X{\T{\<76>}{\R{.8ex}{\<240>}}}\<2>}. \cr +\noalign{\hrule} +{\mm \X{\<21>}} & {\mm \M{\<00>}{\<112>}} & ka & {\mmtr ka} \cr +{\mm \X{\<22>}} & & kha & {\mmtr kha} \cr +{\mm \X{\<23>}} & & ga & {\mmtr ga} \cr +{\mm \X{\<24>}} & & gha & {\mmtr gha} \cr +{\mm \X{\<25>}} & & n"a & {\mmtr \.na} ({\mmph \ng a}) \cr +\noalign{\hrule} +{\mm \X{\<26>}} & & ca & {\mmtr ca} (\v ca) \cr +{\mm \X{\<27>}} & & cha & {\mmtr cha} (\v cha) \cr +{\mm \X{\<28>}} & & ja & {\mmtr ja} (\v\j a) \cr +{\mm \X{\<29>}} & & jha & {\mmtr jha} (\v\j ha) \cr +{\mm \X{\<30>}} & & n\~{}a & {\mmtr \~na} ({\mmph\ny a}) \cr +\noalign{\hrule} +{\mm \X{\<31>}} & & Ta & {\mmtr \d ta} ({\mmph\tt a}) \cr +{\mm \X{\<32>}} & & Tha & {\mmtr \d tha} ({\mmph\tt ha}) \cr +{\mm \X{\<33>}} & & Da & {\mmtr \d da} ({\mmph\dd a}) \cr +{\mm \X{\<34>}} & & Dha & {\mmtr \d dha} ({\mmph\dd ha}) \cr +{\mm \X{\<35>}} & & Na & {\mmtr \d na} ({\mmph\nn a}) \cr +\noalign{\hrule} +{\mm \X{\<36>}} & & ta & {\mmtr ta} \cr +{\mm \X{\<37>}} & & tha & {\mmtr tha} \cr +{\mm \X{\<38>}} & & da & {\mmtr da} \cr +{\mm \X{\<39>}} & & dha & {\mmtr dha} \cr +{\mm \X{\<40>}} & & na, n\_a & {\mmtr na, \b na} (\v na) \cr +\noalign{\hrule} +{\mm \X{\<42>}} & & pa & {\mmtr pa} \cr +{\mm \X{\<43>}} & & pha, fa & {\mmtr pha}, {\mmtr fa} \cr +{\mm \X{\<44>}} & & ba & {\mmtr ba} \cr +{\mm \X{\<45>}} & & bha & {\mmtr bha} \cr +{\mm \X{\<46>}} & & ma & {\mmtr ma} \cr +\noalign{\hrule} +{\mm \X{\<47>}} & {\mm \<00>\<83>} & ya & {\mmtr ya} \cr +{\mm \X{\<48>}} & {\mm \M{\<00>}{\<84>}} & ra & {\mmtr ra} & primary shape: {\mm \X{\T{\<76>}{\R{3.5ex}{\<00>}}}} \cr +{\mm \X{\<49>}} & {\mm \Q{\<00>}{\N{.8}{\<77>}}\<49>} & Ra, t\_a & {\mmtr \b ra} (\v ra, \dd ra), {\mmtr \b ta} & {\mm \X{\<53>}\X{\<50>\<63>}\X{\<47>} \X{\<49>}}, `large {\mmtr \b ra}'. \cr +{\mm \X{\<243>}} & & RRa, t\_t\_a & {\mmtr \b ta} \cr +{\mm \X{\<50>}} & {\mm \M{\<00>}{\<85>}} & la & {\mmtr la} \cr +{\mm \X{\<53>}} & {\mm \<00>\K{-.5}\<86>} & va & {\mmtr va} \cr +{\mm \X{\<54>}} & & sha & {\mmtr \'sa} (sha, {\mmph\sh a}) & {\mm \X{\<26>\<63>}\X{\<49>\<63>}\X{\<47>} \X{\<54>}}, `small {\mmtr \'sa}'. \cr +{\mm \X{\<55>}} & & Sa & {\mmtr \d sa} ({\mmph\ss a}) & {\mm \X{\<53>}\X{\<50>\<63>}\X{\<47>} \X{\<55>}}, `large {\mmtr \d sa}'. \cr +{\mm \X{\<56>}} & & sa & {\mmtr sa} \cr +{\mm \X{\<57>}} & & ha & {\mmtr ha} \cr +{\mm \X{\<51>}} & & La & {\mmtr \d la} ({\mmph\ll a}) & {\mm \X{\<53>}\X{\<50>\<63>}\X{\<47>} \X{\<51>}}, `large {\mmtr \d la}'. \cr +{\mm \X{\<52>}} & & zha & {\mmtr \b za} (\dd la, {\mmph\rr a}) \cr +\noalign{\hrule} + & {\mm \Q{\<00>}{\N{.8}{\<77>}}} & + & & virama, or {\mm \X{\<26>}\X{\<216>}\X{\<21>}\X{\<50>}}, `cresent'. \cr + & {\mm \M{\<00>}{\<65>}\<77>} & u+ & {\mmtr \u u} (\.u, {\mmph\u}) & half {\mmtr \u u}, or {\mm \X{\<5>}\X{\<48>}\X{\M{\<47>}{\<65>}}\X{\<21>}\X{\<48>}\X{\<2>}}. \cr +\noalign{\hrule} +{\mm {\mmzero}} & & 0 & 0 \cr +{\mm {\mmone}} & & 1 & 1 \cr +{\mm {\mmtwo}} & & 2 & 2 \cr +{\mm {\mmthree}} & & 3 & 3 \cr +{\mm {\mmfour}} & & 4 & 4 \cr +{\mm {\mmfive}} & & 5 & 5 \cr +{\mm {\mmsix}} & & 6 & 6 \cr +{\mm {\mmseven}} & & 7 & 7 \cr +{\mm {\mmeight}} & & 8 & 8 \cr +{\mm {\mmnine}} & & 9 & 9 \cr +\noalign{\hrule} + & & << & & join. \cr + & & >> & & non-join. \cr +{\mm \<00>} & & [] & {\mmtr \dotcircle} & dotted circle. \cr + & & > & & disambiguating character. \cr +} + +\bye diff -Nru texlive-lang-2007.dfsg.4/texmf-dist/doc/fonts/malayalam/article/mmtrans.mm texlive-lang-2009/texmf-dist/doc/fonts/malayalam/article/mmtrans.mm --- texlive-lang-2007.dfsg.4/texmf-dist/doc/fonts/malayalam/article/mmtrans.mm 1970-01-01 01:00:00.000000000 +0100 +++ texlive-lang-2009/texmf-dist/doc/fonts/malayalam/article/mmtrans.mm 2006-01-09 00:47:01.000000000 +0000 @@ -0,0 +1,77 @@ +% mmtrans.mm -- Malayalam-\TeX\ transcription table +% (c) Jeroen Hellingman 1992 +% Last edit: 25-DEC-1992 + +\bgroup +\def\malstrut{\vtop to4pt{}\vbox to10pt{}} +\def\q{\quad\hfill} +\def\x{\vrule\ } +\def\xx{\vrule width.8pt} +\offinterlineskip +\halign{\malstrut\xx\ \tt#\q&\x#\q&\x#\q\xx\ &\tt#\q&\x#\q&\x#\q\xx\ &\tt#\q&\x#\q&\x#\q\xx\cr +\noalign{\hrule height.8pt} +a & $a$ or implicit & $$a$$ & +ka & $ka$ & $$ka$$ & +pa & $pa$ & $$pa$$ \cr +aa & $aa$ or $[]<}} or implicit & {\mmtr a} & +ka & {\mm \X{\<21>}} & {\mmtr ka} & +pa & {\mm \X{\<42>}} & {\mmtr pa} \cr +aa, A & {\mm \X{\<6>}} or {\mm \<00>\<62>} & {\mmtr \=a} & +kha & {\mm \X{\<22>}} & {\mmtr kha} & +pha, fa & {\mm \X{\<43>}} & {\mmtr pha, fa} \cr +i & {\mm \X{\<7>}} or {\mm \<00>\<63>} & {\mmtr i} & +ga & {\mm \X{\<23>}} & {\mmtr ga} & +ba & {\mm \X{\<44>}} & {\mmtr ba} \cr +ii, I & {\mm \X{\<7>\<87>}} or {\mm \<00>\<64>} & {\mmtr {\=\i}} & +gha & {\mm \X{\<24>}} & {\mmtr gha} & +bha & {\mm \X{\<45>}} & {\mmtr bha} \cr +u & {\mm \X{\<9>}} or {\mm \<00>\<72>} & {\mmtr u} & +n"a & {\mm \X{\<25>}} & {\mmtr \.na} & +ma & {\mm \X{\<46>}} & {\mmtr ma} \cr +uu, U & {\mm \X{\<9>\<87>}} or {\mm \<00>\<73>} & {\mmtr \=u} & +ca & {\mm \X{\<26>}} & {\mmtr ca} & +ya & {\mm \X{\<47>}} & {\mmtr ya} \cr +.r & {\mm \X{\<11>}} or {\mm \<00>\<75>} & {\mmtr \d r} & +cha & {\mm \X{\<27>}} & {\mmtr cha} & +ra & {\mm \X{\<48>}} & {\mmtr ra} \cr +.r.r, .R& {\mm \X{\<96>}} or {\mm \M{\<00>}{\<68>}} & {\mmtr {\rii}} & +ja & {\mm \X{\<28>}} & {\mmtr ja} & +Ra, t\_a& {\mm \X{\<49>}} & {\mmtr \b ra, \b ta} \cr +.l & {\mm \X{\<12>}} & {\mmtr \d l} & +jha & {\mm \X{\<29>}} & {\mmtr jha} & +RRa, t\_t\_a & {\mm \X{\<243>}} & {\mmtr \b ta} \cr +.l.l, .L& {\mm \X{\<97>}} & {\mmtr {\lii}} & +n\~{}a & {\mm \X{\<30>}} & {\mmtr \~na} & +la & {\mm \X{\<50>}} & {\mmtr la} \cr +e & {\mm \X{\<14>}} or {\mm \<70>\<00>} & {\mmtr e} & +Ta & {\mm \X{\<31>}} & {\mmtr \d ta} & +va & {\mm \X{\<53>}} & {\mmtr va} \cr +ee, E & {\mm \X{\<15>}} or {\mm \<71>\<00>} & {\mmtr \=e} & +Tha & {\mm \X{\<32>}} & {\mmtr \d tha} & +sha & {\mm \X{\<54>}} & {\mmtr \'sa} \cr +ai & {\mm \X{\<70>\<14>}} or {\mm \<70>\<70>\<00>} & {\mmtr ai} & +Da & {\mm \X{\<33>}} & {\mmtr \d da} & +Sa & {\mm \X{\<55>}} & {\mmtr \d sa} \cr +o & {\mm \X{\<18>}} or {\mm \<70>\<00>\<62>} & {\mmtr o} & +Dha & {\mm \X{\<34>}} & {\mmtr \d dha} & +sa & {\mm \X{\<56>}} & {\mmtr sa} \cr +oo, O & {\mm \X{\<18>\<62>}} or {\mm \<71>\<00>\<62>} & {\mmtr \=o} & +Na & {\mm \X{\<35>}} & {\mmtr \d na} & +ha & {\mm \X{\<57>}} & {\mmtr ha} \cr +au & {\mm \X{\<18>\<87>}} or {\mm \<00>\<87>} & {\mmtr au} & +ta & {\mm \X{\<36>}} & {\mmtr ta} & +La & {\mm \X{\<51>}} & {\mmtr \d la} \cr +au" & {\mm \<87>} or {\mm \<70>\<00>\<87>} & {\mmtr au} & +tha & {\mm \X{\<37>}} & {\mmtr tha} & +zha & {\mm \X{\<52>}} & {\mmtr \b za} \cr +M & {\mm \<2>} & {\mmtr \d m} & +da & {\mm \X{\<38>}} & {\mmtr da} & ++ & {\mm \Q{\<00>}{\N{.8}{\<77>}}} & \cr +H & {\mm \<3>} & {\mmtr \d h} & +dha & {\mm \X{\<39>}} & {\mmtr dha} & +u+ & {\mm \Q{\<00>}{\N{.8}{\<77>}}} & {\mmtr \u u} \cr + & & & +na, n\_a& {\mm \X{\<40>}} & {\mmtr na, \b na} & + & & \cr +\noalign{\hrule height.8pt} +}\egroup + + +\endinput diff -Nru texlive-lang-2007.dfsg.4/texmf-dist/doc/fonts/malayalam/article/mmtrmacs.tex texlive-lang-2009/texmf-dist/doc/fonts/malayalam/article/mmtrmacs.tex --- texlive-lang-2007.dfsg.4/texmf-dist/doc/fonts/malayalam/article/mmtrmacs.tex 1970-01-01 01:00:00.000000000 +0100 +++ texlive-lang-2009/texmf-dist/doc/fonts/malayalam/article/mmtrmacs.tex 2006-01-09 00:47:01.000000000 +0000 @@ -0,0 +1,66 @@ +% mmtrmacs -- macros for Malayalam text in transcription +% (c) 1993 Jeroen Hellingman +% last edit: 10-JAN-1993 + +\ifx\mmtrmacsloaded\relax\endinput\else\let\mmtrmacsloaded=\relax\fi + +%%%%%% nothing special to start Malayalam transcription + +\def\mmtr{} + +%%%%%% we need the mm-fonts for dotted circle and ornamental star + +\def\dotcircle{{\mm\char0}} +\def\ornstar{{\mm\char255}} + +%%%%%% make math-mode available + +\def\math{$} +\def\Math{$$} +\def\dollar{\$} +\def\lbrace{{\char"7B}} +\def\rbrace{{\char"7D}} +\def\bslash{{\char"5C}} + +%%%%%% accent-jiggling + +% double dot below accent (uses umlaut) +\def\dd#1{\putaccentbelow{\char"7F}{#1}} +% ring below accent +\def\r#1{\putaccentbelow{\char"17}{#1}} +% override default TeX definitions +%\def\`#1{\putaccentontop{\char"12}{#1}} +%\def\'#1{\putaccentontop{\char"13}{#1}} +%\def\v#1{\putaccentontop{\char"14}{#1}} +%\def\u#1{\putaccentontop{\char"15}{#1}} +%\def\=#1{\putaccentontop{\char"16}{#1}} + +\def\rii{\putaccentontop{\char"16}{\d r}} +\def\lii{\putaccentontop{\char"16}{\d l}} +\def\Rii{\putaccentontop{\char"16}{\d R}} +\def\Lii{\putaccentontop{\char"16}{\d L}} +\def\RII{\Rii} +\def\LII{\Lii} + +% put accent #1, which is normally put on top, centered below #2 +\def\putaccentbelow#1#2{\hskip0pt{\setbox0=\hbox{#2}\setbox1=\hbox{#1}% + \dimen0=.5\wd0\advance\dimen0by.5\wd1% + \dimen1=\dp0\advance\dimen1by\ht1\advance\dimen1by.2ex% + \dimen3=.5\wd0\advance\dimen3by-.5\wd1% + \setbox2=\hbox{\box0\kern-\dimen0\lower\dimen1\box1\kern\dimen3}% + \dimen4=\dp2% + \advance\dimen4by-1.3ex% adjust depth of box + \dp2=\dimen4% + \box2}} + +% put accent #1 centered on top of #2 +\def\putaccentontop#1#2{\hskip0pt{\setbox0=\hbox{#2}\setbox1=\hbox{#1}% + \dimen0=.5\wd0\advance\dimen0by.5\wd1% + \dimen1=\ht0\advance\dimen1by-1ex% was: .45em% + \dimen3=.5\wd0\advance\dimen3by-.5\wd1% + \box0\kern-\dimen0\raise\dimen1\box1\kern\dimen3}} + +%%%%%% That's all + +\endinput + diff -Nru texlive-lang-2007.dfsg.4/texmf-dist/doc/fonts/malayalam/article/mmxfont.tex texlive-lang-2009/texmf-dist/doc/fonts/malayalam/article/mmxfont.tex --- texlive-lang-2007.dfsg.4/texmf-dist/doc/fonts/malayalam/article/mmxfont.tex 1970-01-01 01:00:00.000000000 +0100 +++ texlive-lang-2009/texmf-dist/doc/fonts/malayalam/article/mmxfont.tex 2006-01-09 00:47:01.000000000 +0000 @@ -0,0 +1,36 @@ +% mmxfont.tex -- load extra fonts for Malayalam TeX +% (c) 1993 Jeroen Hellingman +% last edit: 22-JAN-1992 + +% The following fonts are only available for reformed script, +% when used with traditional script, various glyphs will be missing. + +%%%%% some fonts for headlines + +\font\bigmmf=mmbig % Malayalam Big 21pt +\font\bigmmof=mmbigo % Malayalam Big Outline 21pt +\font\bigrm=cmbx12 scaled \magstep3 +\font\hugemmf=mmbig scaled \magstep3 % Malayalam Big 36pt +\font\hugerm=cmbx12 scaled 2986 % \magstep6 not available + +\def\bigmmr{\let\mmcurf=\bigmmf\let\mmcursf=\mmsf\let\mmcurrm=\bigrm + \mmcbls=28pt\ifmmmode\setmm\fi} +\def\bigmmo{\let\mmcurf=\bigmmof\let\mmcursf=\mmsf\let\mmcurrm=\bigrm + \mmcbls=28pt\ifmmmode\setmm\fi} +\def\hugemmr{\let\mmcurf=\hugemmf\let\mmcursf=\mmsf\let\mmcurrm=\hugerm + \mmcbls=48pt\ifmmmode\setmm\fi} + +%%%%% some experimental fonts + +\font\mmxa=mmexpa12 % Malayalam Experimental A 12pt +\font\mmxb=mmexpb12 % Malayalam Experimental B 12pt +\font\mmxc=mmexpc12 % Malayalam Experimental C 12pt + +\def\xamm{\let\mmcurf=\mmxa\let\mmcursf=\mmsf\let\mmcurrm=\twelverm + \mmcbls=15.6pt\ifmmmode\setmm\fi} +\def\xbmm{\let\mmcurf=\mmxb\let\mmcursf=\mmsf\let\mmcurrm=\twelverm + \mmcbls=15.6pt\ifmmmode\setmm\fi} +\def\xcmm{\let\mmcurf=\mmxc\let\mmcursf=\mmsf\let\mmcurrm=\twelverm + \mmcbls=15.6pt\ifmmmode\setmm\fi} + +%%%%% end of mmexfont.tex diff -Nru texlive-lang-2007.dfsg.4/texmf-dist/doc/fonts/malayalam/article/ornament.tex texlive-lang-2009/texmf-dist/doc/fonts/malayalam/article/ornament.tex --- texlive-lang-2007.dfsg.4/texmf-dist/doc/fonts/malayalam/article/ornament.tex 1970-01-01 01:00:00.000000000 +0100 +++ texlive-lang-2009/texmf-dist/doc/fonts/malayalam/article/ornament.tex 2006-01-09 00:47:01.000000000 +0000 @@ -0,0 +1,16 @@ +% ornament.tex -- load ornament font +% (c) Jeroen Hellingman 1993 +% last edit: 04-APR-1993 + +\font\ornament=orn10 + +\def\orn{{\ornament\char0}} +\def\Orn{{\ornament\char1}} +\def\ORN{{\ornament\char2}} +\def\sine{{\ornament\char3}} +\def\Sine{{\ornament\char4}} +\def\SINE{{\ornament\char5}} + +\def\ornline#1{\bigskip\centerline{#1}\bigskip} + +\endinput diff -Nru texlive-lang-2007.dfsg.4/texmf-dist/doc/fonts/malayalam/article/prodigal.mm texlive-lang-2009/texmf-dist/doc/fonts/malayalam/article/prodigal.mm --- texlive-lang-2007.dfsg.4/texmf-dist/doc/fonts/malayalam/article/prodigal.mm 1970-01-01 01:00:00.000000000 +0100 +++ texlive-lang-2009/texmf-dist/doc/fonts/malayalam/article/prodigal.mm 2006-01-09 00:47:01.000000000 +0000 @@ -0,0 +1,252 @@ +% prodigal.mm -- the fable of the prodigal son with parallel +% transcription and translation, taken from Grierson. +% last edit: 07-FEB-1993 + +\input mmmacs +\input mmtrmacs +\input twolines + +\def\malstrut{\leavevmode\lower6pt\vbox to20pt{}} +\def\firststyle{\malstrut} +\def\secondstyle{\rm} +\def\thirdstyle{\it} + +\raggedbottom +\emergencystretch=30pt +\parindent=0pt + +\centerline{$$^^malayaaLam^^$$} +\bigskip + +\beginthreelines + +[$oru$|$$^oru$$|One] [$manuSyannu$|$$manuSyannu$$|man-to] +[$raNTu$|$$raNDu$$|two] [$makkaL$|$$makkaL$$|sons] +[$uNTaayirunnu.$|$$uND-aay-irunnu.$$|having-become-were.] +[$atil$|$$^adil$$|That-in] [$iLayavan$|$$iLayavan$$|the-younger] +[$appanooTu,$|$$appanooDu,$$|the-father-to,] +[$`appaa,$|$$`appaa,$$|`father,] +[$vastukkaLil$|$$vastu-kkaLil$$|goods-in] [$enikku$|$$enikku$$|me-to] +[$vareeNTunna$|$$var-eeNDunna$$|coming] [$pan"ku$|$$pan"gu$$|share] +[$tareeNamee,'$|$$tar-eeNam-ee,'$$|give-should,'] +[$ennu$|$$ennu$$|having-said] [$paRun~n~u,$|$$paRun~n~u,$$|said,] +[$avanum$|$$avan-um$$|he-and] [$mutaline$|$$mudaline$$|property] +[$avarkku$|$$avarkku$$|them-to] +[$pakuti ceytu.$|$$pagudi-ceydu.$$|share-made.] +% +[$eeRe$|$$^eeRe$$|Many] [$naal$|$$naal$$|days] +[$kazhiyum$|$$kazhiyum$$|passing] [$munpe$|$$mumbe$$|before] +[$iLaya$|$$iLaya$$|younger] [$makan$|$$makan$$|son] +[$sakalavum$|$$sakalavum$$|all] +[$svaruupiccukoNTu$|$$svaruupiccu-koNDu$$|having-collected-for-himself] +[$duura$|$$duura$$|far] +[$deeshatteekku$|$$deeshatteekku$$|country-to] +[$yaatra$|$$yaatra$$|journey] [$pooyi$|$$pooyi$$|having-gone] +[$aviTe$|$$aviDe$$|there] +[$durnnaTappaayi$|$$durnnaDapp-aayi$$|bad-conduct-becoming] +[$jiiviccu$|$$jiiviccu$$|having-lived] +[$tanRe$|$$tanRe$$|his] [$vastu$|$$vastu$$|property] +[$naanaavidham$|$$naanaavidham$$|in-various-ways] +[$aakkikkaLan~n~u.$|$$aakki-kkaLan~n~u.$$|made-wasted.] +% +[$ellaam$|$$^ellaam$$|All] +[$celavazhicca$|$$celavazhicca$$|spent] [$sheeSam$|$$sheeSam$$|after] +[$aa$|$$aa$$|that] [$deeshattil$|$$deeshattil$$|country-in] +[$kaThina$|$$kaThina$$|severe] [$kSaamam$|$$kSaamam$$|famine] +[$uNTaayiTTu$|$$uNDaay-iTTu$$|having-become] +[$avannu$|$$avannu$$|him-to] [$muTTu$|$$muTTu$$|want] +[$vannu$|$$vannu$$|coming] [$tuTan"n"i.$|$$tuDan"n"i.$$|began.] +% +[$ennaaRe$|$$^ennaaRe$$|Then] [$avan$|$$avan$$|he] +[$pooyi$|$$pooyi$$|having-gone] [$aa$|$$aa$$|that] +[$deeshattilee$|$$deeshattil-ee$$|country-in-being] +[$pauranmaaril$|$$pauranmaaril$$|citizens-among] +[$oruttanooTu$|$$oruttanooDu$$|one-with] +[$paRRikkoNTu$|$$paRRi-kkoNDu$$|joining-himself] +[$aayavan$|$$aay-avan$$|having-become-he] +[$avane$|$$avane$$|him] [$tanRe$|$$tanRe$$|his] +[$nilan"n"aLil$|$$nilan"n"aLil$$|fields-in] +[$pannikaLe$|$$pannigaLe$$|pigs] [$meeypaan$|$$meeypaan$$|to-feed] +[$ayaccu.$|$$ayaccu.$$|sent.] +% +[$pannikaL$|$$^pannigaL$$|Pigs] [$tinnunna$|$$tinunna$$|eating] +[$marappayaRu$|$$marappayaRu$$|husk] [$koNTu$|$$koNDu$$|taking] +[$tanRe$|$$tanRe$$|his] [$vayaRu$|$$vayaRu$$|belly] +[$niReppaan$|$$niReppaan$$|to-fill] +[$avan$|$$avan$$|he] [$aagrahiccu$|$$aagrahiccu$$|wished] +[$en"kilum$|$$en"gilum$$|though] [$aarum$|$$aar-um$$|anybody] +[$avannu$|$$avannu$$|him-to] [$koTuttilla.$|$$koDutt-illa.$$|gave-not.] +% +[$appooL$|$$^appooL$$|Then] [$buddhi$|$$buddhi$$|sense] +[$teLin~n~iTTu$|$$teLin~n~iTTu$$|having-cleared] [$avan$|$$avan$$|he] +[$paRan~n~u,$|$$paRan~n~u,$$|said,] [$`enRe$|$$`enRe$$|`my] +[$appanRe$|$$appanRe$$|father-of] [$etra$|$$etra$$|how-many] +[$kuulikkaar$|$$kuulikkaar$$|servants] [$appam$|$$appam$$|bread] +[$tinnu$|$$tinnu$$|having-eaten] +[$sheeSippikkunnuNTu$|$$sheeSippikkunn-uNDu$$|saving-are] +[$n~aanoo$|$$n~aan-oo$$|I-but] [$vishappu$|$$vishappu$$|hunger] +[$koNTu$|$$koNDu$$|taking] +[$nashiccupookunnu.$|$$nashiccu-poogunnu.$$|perishing-go.] +% +[$n~aan$|$$^n~aan$$|I] [$ezhuniiRRu$|$$ezhuniiRRu$$|having-arisen] +[$enRe$|$$enRe$$|my] [$appanRe$|$$appanRe$$|father's] +[$aTukkaleekku$|$$aDukkaleekku$$|presence-to] +[$pooyi$|$$pooyi$$|going] [$avanooTu,$|$$avanooDu,$$|him-to,] +[$``appaa,$|$$``appaa,$$|``father,] [$n~aan$|$$n~aan$$|I] +[$svarggattooTum$|$$svarggattooD-um$$|heaven-to-and] +[$ninnooTum$|$$ninnooDum$$|thee-to-and] [$paapam$|$$paapam$$|sin] +[$ceytu.$|$$ceydu.$$|did.] +% +[$ini$|$$^ini$$|Hereafter] [$ninRe$|$$ninRe$$|thy] +[$makan$|$$magan$$|son] [$ennu$|$$ennu$$|saying] +[$viLikkappeTuvaan$|$$viLikka-ppeDuvaan$$|to-be-called] +[$yoogyanalla.$|$$yoogyan-alla.$$|fit-man-am-not.] +% +[$ninRe$|$$^ninRe$$|Thy] [$kuulikkaaril$|$$kuulikkaaril$$|servants-among] +[$oruttane$|$$oruttane$$|one] [$poole$|$$poole$$|like] +[$enne$|$$enne$$|me] +[$aakkikkoLLeeNamee,''$|$$aakki-kkoLL-eeNam-ee,''$$|having-made-to-take-is-wanted,''] +[$ennu$|$$ennu$$|saying] [$paRayum.'$|$$paRayum.'$$|shall-say.'] +% +[$enniTTu$|$$^enniTTu$$|Having-said] +[$ezhuniiRRu$|$$ezhuniiRRu$$|having-arisen] +[$tanRe$|$$tanRe$$|his] [$appanRe$|$$appanRe$$|father's] +[$aTukkaleekku$|$$aDukkaleeku$$|presence-to] [$pooyi.$|$$pooyi.$$|went.] +% +[$avan$|$$^avan$$|He] +[$duurattuLLappooL$|$$duurattuLL-appool$$|far-being-time-at] +[$tannee$|$$tannee$$|indeed] [$appan$|$$appan$$|the-father] +[$avane$|$$avane$$|him] [$kaNTu$|$$kaNDu$$|seeing] +[$karaLalin~n~u$|$$karaL-alin~n~u$$|heart-melting] +[$ooTiccennu$|$$ooDi-ccennu$$|running-going] [$avanRe$|$$avanRe$$|his] +[$kazhuttil$|$$kazhuttil$$|neck-on] +[$keTTippiTiccu$|$$keTTippiDiccu$$|having-attached-seized] +[$avane$|$$avane$$|him] +[$cunpiccu.$|$$cumbiccu.$$|kissed.] +% +[$makan$|$$^magan$$|The-son] [$avanooTu,$|$$avanooDu,$$|him-to,] +[$`appaa,$|$$`appaa,$$|`father,] [$n~aan$|$$n~aan$$|I] +[$svarggattooTum$|$$svarggattooD-um$$|heaven-to-and] +[$ninnooTum$|$$ninnooDum$$|thee-to-and] [$paapam$|$$paapam$$|sin] +[$ceytu.$|$$ceydu.$$|did.] +% +[$ini$|$$^ini$$|Hereafter] [$ninRe$|$$ninRe$$|thy] +[$makan$|$$magan$$|son] [$ennu$|$$ennu$$|saying] +[$viLikkappeTuvaan$|$$viLikka-ppeDuvaan$$|to-be-called] +[$yoogyanumalla,'$|$$yoogyan-um-alla,'$$|fit-man-at-all-am-not,'] +[$ennu$|$$ennu$$|saying] [$paRan~n~u.$|$$paRan~n~u.$$|said.] +% +[$ennaaRe$|$$^ennaaRe$$|But] [$appan$|$$appan$$|the-father] +[$tanRe$|$$tanRe$$|his] [$daasarooTu,$|$$daasarooTu,$$|slaves-to,] +[$`veekam$|$$`vegam$$|`quickly] +[$meelttaramaaya$|$$meel-ttaram-aaya$$|high-class-being] +[$an"ki$|$$an"gi$$|robe] +[$koNTuvannu$|$$koNDu-vannu$$|having-taken-having-come] +[$ivane$|$$ivane$$|him] [$uTuppippin,$|$$uDuppippin,$$|dress-ye,] +[$keikku$|$$keikku$$|hand-on] [$moodiravum$|$$moodirav-um$$|ring-and] +[$kaalukaLkku$|$$kaalugaLkku$$|feet-on] +[$cerippukaLum$|$$cerippugaLum$$|shoes-and] +[$iTuvippin.$|$$iDuvippin.$$|put-ye.] +% +[$naam$|$$^naam$$|We] [$bhakSiccu$|$$bhakSiccu$$|eating] +[$aanandikka.$|$$aanandikka.$$|shall-feast.] +% +[$ii$|$$^ii$$|This] [$enRe$|$$enRe$$|my] [$makan$|$$magan$$|son] +[$mariccavan$|$$mariccavan$$|dead-man] +[$aayirunnu,$|$$aay-irunnu,$$|having-become-is,] +[$tirikee$|$$tirigee$$|again] [$uyirttu;$|$$uyrittu;$$|revived;] +[$kaaNaate$|$$kaaNaade$$|not-seeing] [$pooyavan$|$$pooyavan$$|gone-man] +[$aayirunnu,$|$$aay-irunnu,$$|having-become-is,] +[$kaNTukiTTakayum$|$$kaNDukiTTagayum$$|seeing-finding] +[$ceytuvalloo?'$|$$ceydu-v-alloo?'$$|made-is-it-not?'] +[$ennu$|$$ennu$$|saying] [$paRan~n~u.$|$$paRan~n~u.$$|said.] +% +[$avar$|$$^avar$$|They] [$aanandiccu$|$$aanandiccu$$|feasting] +[$tuTan"n"i.$|$$tuDan"n"i.$$|began.] + + +[$ennaal$|$$^ennaal$$|Now] [$avanRe$|$$avanRe$$|his] +[$muutta$|$$muutta$$|elder] [$makan$|$$magan$$|son] +[$vayalil$|$$vayalil$$|field-in] [$aayirunnu,$|$$aay-irunnu,$$|had-been,] +[$aayavan$|$$aay-avan$$|having-become-he] [$vannu$|$$vannu$$|coming] +[$viiTTinooTu$|$$viiTTinooDu$$|house-to] +[$aTuttappooL$|$$aDuttappooL$$|coming-when] +[$vaadyavum$|$$vaadyav-um$$|music-and] +[$n.rttaghooSan"n"aLum$|$$n.rttaghooSan"n"aL-um$$|dancing-sounds-and] +[$keeTTu$|$$keeTTu$$|hearing] +[$baalyakkaaril$|$$baalya-kkaaril$$|servants-among] +[$oruttane$|$$oruttane$$|one] [$viLiccu,$|$$viLiccu,$$|calling,] +[$`itentu?'$|$$`id-endu?'$$|`this-what?'] [$ennu$|$$ennu$$|saying] +[$coodiccu.$|$$coodiccu.$$|asked.] +% +[$avan$|$$^avan$$|he] [$avanooTu$|$$avanooDu$$|him-to] +[$paRun~n~u,$|$$paRun~n~u,$$|said,] [$`ninRe$|$$`ninRe$$|`thy] +[$sahoodaran$|$$sahoodaran$$|brother] [$vannu$|$$vannu$$|coming] +[$`ninRe$|$$`ninRe$$|`thy] [$appan$|$$appan$$|father] +[$avane$|$$avane$$|him] [$saukhyattooTe$|$$saukhyattooDe$$|healthy] +[$kiTTiyatukoNTu$|$$kiTTiyadu-koNDu$$|finding-on-account-of] +[$virunnu$|$$virunnu$$|feast] [$kazhiccu.'$|$$kazhiccu.'$$|made.'] +% +[$appooL$|$$^appooL$$|Then] [$avan$|$$avan$$|he] +[$koopiccu$|$$koopiccu$$|getting-angry] [$akam$|$$agam$$|house] +[$bukavaan$|$$bugavaan$$|to-enter] +[$manassillaan~n~u,$|$$manass-illaan~n~u,$$|mind-was-not,] +[$enniTTu$|$$enniTTu$$|having said] [$appan$|$$appan$$|the-father] +[$puRattu$|$$puRattu$$|out] [$vannu$|$$vannu$$|having-come] +[$avanooTu$|$$avanooDu$$|him-with] +[$apeekSiccu.$|$$apeekSiccu.$$|entreated.] +% +[$ennaaRe$|$$^ennaaRe$$|But] [$avan$|$$avan$$|he] +[$avanooTu,$|$$avanooDu,$$|him-to,] +[$`kaNTaalum,$|$$`kaND-aalum,$$|`see-please,] [$itra$|$$itra$$|so-many] +[$varSamaayi$|$$varSam-aayi$$|years-having-become] +[$n~aan$|$$n~aan$$|I] [$ninne$|$$ninne$$|thee] +[$seevikkunnu.$|$$seevikkunnu.$$|serve.] +% +[$ninRe$|$$^ninRe$$|Thy] [$kalpana$|$$kalpana$$|order] +[$oru$|$$oru$$|one] [$naaLum$|$$naaL-um$$|day-even] +[$laMghiccatum$|$$lan"ghiccad-um$$|trangressing-even] +[$illa,$|$$illa,$$|was-not,] [$ennaal$|$$ennaal$$|but] [$enRe$|$$enRe$$|my] +[$can"n"aatikaLumaayi$|$$can"n"aatikaLum-aayi$$|friends-with-having-become] +[$aanandikkeeNTatinnu$|$$aanandikk-eeNDadinnu$$|to-feast-wanted-being-for] +[$nii$|$$nii$$|thou] [$orikkalum$|$$orikkal-um$$|once-even] +[$enikku$|$$enikku$$|me-to] [$or$|$$or$$|one] +[$aaTTinkuTTi$|$$aaTTinkuTTi$$|kid] +[$tanniTTilla.$|$$tann-iTT-illa.$$|gavest-not.] +% +[$veeshyamaaroTu$|$$^veeshyamaaroDu$$|Harlots-with] +[$kuuTi$|$$kuuDi$$|joining] [$ninRe$|$$ninRe$$|thy] +[$mutal$|$$mudal$$|property] [$tinnu$|$$tinnu$$|eating] +[$kaLan~n~a$|$$kaLan~n~a$$|having-wasted] [$ii$|$$ii$$|this] +[$ninRe$|$$ninRe$$|thy] [$makan$|$$magan$$|son] +[$vannappoozhekkoo$|$$vann-appoozhekkoo$$|coming-when] +[$avannaayi$|$$avann-aayi$$|him-for] [$virunnu$|$$virunnu$$|feast] +[$kazhiccuvalloo?'$|$$kazhiccuv-alloo?'$$|madest-is-it-not?'] +[$ennu$|$$ennu$$|saying] [$uttaram$|$$uttaram$$|reply] +[$colli.$|$$colli.$$|spoke.] +% +[$appooL$|$$^appooL$$|Then] [$avan$|$$avan$$|he] +[$avanooTu$|$$avanooDu$$|him-to] [$paRan~n~u,$|$$paRan~n~u,$$|said,] +[$`makanee,$|$$`magan-ee,$$|`son-O,] [$nii$|$$nii$$|thou] +[$eppoozhum$|$$eppoozh-um$$|always] [$ennooTu$|$$ennooDu$$|me-with] +[$kuTe$|$$kuDe$$|together] +[$aakunnuvalloo?'$|$$aagunnuv-alloo?'$$|art-is-it-not?'] +[$enikkuLLatu$|$$enikk-uLLadu$$|me-to-being-that] +[$ellaam$|$$ellaam$$|all] [$ninReeTu$|$$ninReeDu$$|thine] +[$aakunnu.$|$$aagunnu.$$|is.] +% +[$ennaal$|$$^ennaal$$|But] [$ii$|$$ii$$|this] [$ninRe$|$$ninRe$$|thy] +[$sahoodaran$|$$sahoodaran$$|brother] [$mariccavan$|$$mariccavan$$|dead-man] +[$aayirunnu$|$$aay-irunnu$$|had-become] +[$tirikee$|$$tirigee$$|again] [$uyirttu;$|$$uyirttu;$$|revived;] +[$kaaNaate$|$$kaaNaade$$|not-seeing] [$pooyavan$|$$pooyavan$$|goer] +[$aayirunnu,$|$$aay-irunnu,$$|had-become,] +[$kaNTukiTTiyirikkayaal$|$$kaNDu-kiTTiy-irikkayaal$$|seeing-reaching-being-because] +[$naam$|$$naam$$|we] [$aanandiccu$|$$aanandiccu$$|having-been-merry] +[$santooSikkeeNTatalloo?$|$$santooSikk-eeNDadalloo?$$|to-feast-wanted-being-is-it-not?] +[$aakunnu.'$|$$aagunnu.'$$|is.'] + + +\endthreelines + +\bye diff -Nru texlive-lang-2007.dfsg.4/texmf-dist/doc/fonts/malayalam/article/prodigal.tex texlive-lang-2009/texmf-dist/doc/fonts/malayalam/article/prodigal.tex --- texlive-lang-2007.dfsg.4/texmf-dist/doc/fonts/malayalam/article/prodigal.tex 1970-01-01 01:00:00.000000000 +0100 +++ texlive-lang-2009/texmf-dist/doc/fonts/malayalam/article/prodigal.tex 2006-01-09 00:47:01.000000000 +0000 @@ -0,0 +1,226 @@ + +\input mmmacs +\input mmtrmacs +\input twolines + +\def\malstrut{\leavevmode\lower6pt\vbox to20pt{}} +\def\firststyle{\malstrut} +\def\secondstyle{\rm} +\def\thirdstyle{\it} + +\raggedbottom +\emergencystretch=30pt +\parindent=0pt + +\centerline{{\mmtr MALAY\=A\d LAM}} +\bigskip + +\beginthreelines + +[{\mm \X{\<18>}\X{\<136>}}|{\mmtr Oru}|One] [{\mm \X{\<46>}\X{\<134>}\X{\<55>\<83>}\X{\<174>}}|{\mmtr manu\d syannu}|man-to] +[{\mm \X{\<48>}\X{\M{\<187>}{\<65>}}}|{\mmtr ra\d n\d du}|two] [{\mm \X{\<46>}\X{\<160>}\X{\<82>}}|{\mmtr makka\d l}|sons] +[{\mm \X{\<9>}\X{\<187>\<62>}\X{\<47>\<63>}\X{\<136>}\X{\<174>}{\RMF.}}|{\mmtr u\d n\d d-\=ay-irunnu.}|having-become-were.] +[{\mm \X{\<5>}\X{\<36>\<63>}\X{\<81>}}|{\mmtr Adil}|That-in] [{\mm \X{\<7>}\X{\<51>}\X{\<47>}\X{\<53>}\X{\<79>}}|{\mmtr i\d layavan}|the-younger] +[{\mm \X{\<5>}\X{\<242>}\X{\<71>\<40>\<62>}\X{\M{\<31>}{\<65>}}{\RMF,}}|{\mmtr appan\=o\d du,}|the-father-to,] +[{\mm {\RMF`}\X{\<5>}\X{\<242>\<62>}{\RMF,}}|{\mmtr `app\=a,}|`father,] +[{\mm \X{\<53>}\X{\M{\<56>}{\Z\<133>}}\X{\<160>}\X{\<51>\<63>}\X{\<81>}}|{\mmtr vastu-kka\d lil}|goods-in] [{\mm \X{\<14>}\X{\<40>\<63>}\X{\<168>}}|{\mmtr enikku}|me-to] +[{\mm \X{\<53>}\X{\<71>\<48>}\X{\M{\<187>}{\<65>}}\X{\<167>}}|{\mmtr var-\=e\d n\d dunna}|coming] [{\mm \X{\<42>}\X{\<182>}}|{\mmtr pa\.ngu}|share] +[{\mm \X{\<36>}\X{\<71>\<48>}\X{\<35>}\X{\<71>\<46>}{\RMF,}{\RMF'}}|{\mmtr tar-\=e\d nam-\=e,'}|give-should,'] +[{\mm \X{\<14>}\X{\<174>}}|{\mmtr ennu}|having-said] [{\mm \X{\<42>}\X{\M{\<49>}{\<65>}}\X{\M{\<163>}{\<65>}}{\RMF,}}|{\mmtr pa\b ru\~n\~nu,}|said,] +[{\mm \X{\<5>}\X{\<53>}\X{\<134>}\X{\<2>}}|{\mmtr avan-um}|he-and] [{\mm \X{\M{\<46>}{\<65>}}\X{\<36>}\X{\<50>\<63>}\X{\<70>\<40>}}|{\mmtr mudaline}|property] +[{\mm \X{\<5>}\X{\<53>}\X{\T{\<76>}{\R{.8ex}{\<168>}}}}|{\mmtr avarkku}|them-to] +[{\mm \X{\<42>}\X{\<128>}\X{\<36>\<63>} \X{\<70>\<26>}\X{\M{\<47>}{\Z\<133>}}{\RMF.}}|{\mmtr pagudi-ceydu.}|share-made.] +[{\mm \X{\<15>}\X{\<70>\<49>}}|{\mmtr \=E\b re}|Many] [{\mm \X{\<40>\<62>}\X{\<81>}}|{\mmtr n\=al}|days] +[{\mm \X{\<21>}\X{\<52>\<63>}\X{\M{\<47>}{\<65>}}\X{\<2>}}|{\mmtr ka\b ziyum}|passing] [{\mm \X{\M{\<46>}{\<65>}}\X{\<70>\<220>}}|{\mmtr mumbe}|before] +[{\mm \X{\<7>}\X{\<51>}\X{\<47>}}|{\mmtr i\d laya}|younger] [{\mm \X{\<46>}\X{\<21>}\X{\<79>}}|{\mmtr makan}|son] +[{\mm \X{\<56>}\X{\<21>}\X{\<50>}\X{\M{\<53>}{\<65>}}\X{\<2>}}|{\mmtr sakalavum}|all] +[{\mm \X{\<56>\K{-.5}\<86>}\X{\<147>}\X{\<42>\<63>}\X{\M{\<247>}{\<65>}}\X{\<70>\<21>\<62>}\X{\M{\<187>}{\<65>}}}|{\mmtr svar\=upiccu-ko\d n\d du}|having-collected-for-himself] +[{\mm \X{\M{\<38>}{\<66>}}\X{\<48>}}|{\mmtr d\=ura}|far] +[{\mm \X{\<71>\<38>}\X{\<54>}\X{\<71>\<165>}\X{\<168>}}|{\mmtr d\=e\'satt\=ekku}|country-to] +[{\mm \X{\<47>\<62>}\X{\<205>}}|{\mmtr y\=atra}|journey] [{\mm \X{\<71>\<42>\<62>}\X{\<47>\<63>}}|{\mmtr p\=oyi}|having-gone] +[{\mm \X{\<5>}\X{\<53>\<63>}\X{\<70>\<31>}}|{\mmtr avi\d de}|there] +[{\mm \X{\M{\<38>}{\<65>}}\X{\T{\<76>}{\R{.8ex}{\<167>}}}\X{\<31>}\X{\<242>\<62>}\X{\<47>\<63>}}|{\mmtr durnna\d dapp-\=ayi}|bad-conduct-becoming] +[{\mm \X{\<28>\<64>}\X{\<53>\<63>}\X{\M{\<247>}{\<65>}}}|{\mmtr j{\=\i}viccu}|having-lived] +[{\mm \X{\<36>}\X{\<70>\<79>\<49>}}|{\mmtr tan\b re}|his] [{\mm \X{\<53>}\X{\M{\<56>}{\Z\<133>}}}|{\mmtr vastu}|property] +[{\mm \X{\<40>\<62>}\X{\<40>\<62>}\X{\<53>\<63>}\X{\<39>}\X{\<2>}}|{\mmtr n\=an\=avidham}|in-various-ways] +[{\mm \X{\<6>}\X{\<160>\<63>}\X{\<160>}\X{\<51>}\X{\M{\<163>}{\<65>}}{\RMF.}}|{\mmtr \=akki-kka\d la\~n\~nu.}|made-wasted.] +[{\mm \X{\<14>}\X{\M{\<50>}{\<85>}\<62>}\X{\<2>}}|{\mmtr Ell\=am}|All] +[{\mm \X{\<70>\<26>}\X{\<50>}\X{\<53>}\X{\<52>\<63>}\X{\<247>}}|{\mmtr celava\b zicca}|spent] [{\mm \X{\<71>\<54>}\X{\<55>}\X{\<2>}}|{\mmtr \'s\=e\d sam}|after] +[{\mm \X{\<6>}}|{\mmtr \=a}|that] [{\mm \X{\<71>\<38>}\X{\<54>}\X{\<165>\<63>}\X{\<81>}}|{\mmtr d\=e\'sattil}|country-in] +[{\mm \X{\<21>}\X{\<32>\<63>}\X{\<40>}}|{\mmtr ka\d thina}|severe] [{\mm \X{\<251>\<62>}\X{\<46>}\X{\<2>}}|{\mmtr k\d s\=amam}|famine] +[{\mm \X{\<9>}\X{\<187>\<62>}\X{\<47>\<63>}\X{\M{\<164>}{\<65>}}}|{\mmtr u\d n\d d\=ay-i\d t\d tu}|having-become] +[{\mm \X{\<5>}\X{\<53>}\X{\<174>}}|{\mmtr avannu}|him-to] [{\mm \X{\M{\<46>}{\<65>}}\X{\M{\<164>}{\<65>}}}|{\mmtr mu\d t\d tu}|want] +[{\mm \X{\<53>}\X{\<174>}}|{\mmtr vannu}|coming] [{\mm \X{\<133>}\X{\<31>}\X{\<161>\<63>}{\RMF.}}|{\mmtr tu\d da\.n\.ni.}|began.] +[{\mm \X{\<14>}\X{\<167>\<62>}\X{\<70>\<49>}}|{\mmtr Enn\=a\b re}|Then] [{\mm \X{\<5>}\X{\<53>}\X{\<79>}}|{\mmtr avan}|he] +[{\mm \X{\<71>\<42>\<62>}\X{\<47>\<63>}}|{\mmtr p\=oyi}|having-gone] [{\mm \X{\<6>}}|{\mmtr \=a}|that] +[{\mm \X{\<71>\<38>}\X{\<54>}\X{\<165>\<63>}\X{\<71>\<50>}}|{\mmtr d\=e\'sattil-\=e}|country-in-being] +[{\mm \X{\<70>\<42>\<87>}\X{\<48>}\X{\<193>\<62>}\X{\<48>\<63>}\X{\<81>}}|{\mmtr pauranm\=aril}|citizens-among] +[{\mm \X{\<18>}\X{\<136>}\X{\<165>}\X{\<71>\<40>\<62>}\X{\M{\<31>}{\<65>}}}|{\mmtr oruttan\=o\d du}|one-with] +[{\mm \X{\<42>}\X{\<243>\<63>}\X{\<70>\<160>\<62>}\X{\M{\<187>}{\<65>}}}|{\mmtr pa\b ti-kko\d n\d du}|joining-himself] +[{\mm \X{\<6>}\X{\<47>}\X{\<53>}\X{\<79>}}|{\mmtr \=ay-avan}|having-become-he] +[{\mm \X{\<5>}\X{\<53>}\X{\<70>\<40>}}|{\mmtr avane}|him] [{\mm \X{\<36>}\X{\<70>\<79>\<49>}}|{\mmtr tan\b re}|his] +[{\mm \X{\<40>\<63>}\X{\<50>}\X{\<161>}\X{\<51>\<63>}\X{\<81>}}|{\mmtr nila\.n\.na\d lil}|fields-in] +[{\mm \X{\<42>}\X{\<167>\<63>}\X{\<21>}\X{\<70>\<51>}}|{\mmtr panniga\d le}|pigs] [{\mm \X{\<71>\<46>}\X{\Q{\<47>}{\N{.8}{\<77>}}\<42>\<62>}\X{\<79>}}|{\mmtr m\=eyp\=an}|to-feed] +[{\mm \X{\<5>}\X{\<47>}\X{\M{\<247>}{\<65>}}{\RMF.}}|{\mmtr ayaccu.}|sent.] +[{\mm \X{\<42>}\X{\<167>\<63>}\X{\<21>}\X{\<82>}}|{\mmtr Panniga\d l}|Pigs] [{\mm \X{\<36>\<63>}\X{\<174>}\X{\<167>}}|{\mmtr tinunna}|eating] +[{\mm \X{\<46>}\X{\<48>}\X{\<242>}\X{\<47>}\X{\M{\<49>}{\<65>}}}|{\mmtr marappaya\b ru}|husk] [{\mm \X{\<70>\<21>\<62>}\X{\M{\<187>}{\<65>}}}|{\mmtr ko\d n\d du}|taking] +[{\mm \X{\<36>}\X{\<70>\<79>\<49>}}|{\mmtr tan\b re}|his] [{\mm \X{\<53>}\X{\<47>}\X{\M{\<49>}{\<65>}}}|{\mmtr vaya\b ru}|belly] +[{\mm \X{\<40>\<63>}\X{\<70>\<49>}\X{\<242>\<62>}\X{\<79>}}|{\mmtr ni\b repp\=an}|to-fill] +[{\mm \X{\<5>}\X{\<53>}\X{\<79>}}|{\mmtr avan}|he] [{\mm \X{\<6>}\X{\<201>}\X{\<57>\<63>}\X{\M{\<247>}{\<65>}}}|{\mmtr \=agrahiccu}|wished] +[{\mm \X{\<14>}\X{\<181>\<63>}\X{\M{\<50>}{\<65>}}\X{\<2>}}|{\mmtr e\.ngilum}|though] [{\mm \X{\<6>}\X{\<136>}\X{\<2>}}|{\mmtr \=ar-um}|anybody] +[{\mm \X{\<5>}\X{\<53>}\X{\<174>}}|{\mmtr avannu}|him-to] [{\mm \X{\<70>\<21>\<62>}\X{\M{\<31>}{\<65>}}\X{\<165>\<63>}\X{\M{\<50>}{\<85>}}{\RMF.}}|{\mmtr ko\d dutt-illa.}|gave-not.] +[{\mm \X{\<5>}\X{\<71>\<242>\<62>}\X{\<82>}}|{\mmtr App\=o\d l}|Then] [{\mm \X{\M{\<44>}{\<65>}}\X{\<192>\<63>}}|{\mmtr buddhi}|sense] +[{\mm \X{\<70>\<36>}\X{\<51>\<63>}\X{\<163>\<63>}\X{\M{\<164>}{\<65>}}}|{\mmtr te\d li\~n\~ni\d t\d tu}|having-cleared] [{\mm \X{\<5>}\X{\<53>}\X{\<79>}}|{\mmtr avan}|he] +[{\mm \X{\<42>}\X{\<49>}\X{\M{\<163>}{\<65>}}{\RMF,}}|{\mmtr pa\b ra\~n\~nu,}|said,] [{\mm {\RMF`}\X{\<14>}\X{\<70>\<79>\<49>}}|{\mmtr `en\b re}|`my] +[{\mm \X{\<5>}\X{\<242>}\X{\<70>\<79>\<49>}}|{\mmtr appan\b re}|father-of] [{\mm \X{\<14>}\X{\<205>}}|{\mmtr etra}|how-many] +[{\mm \X{\<139>}\X{\<50>\<63>}\X{\<160>\<62>}\X{\<80>}}|{\mmtr k\=ulikk\=ar}|servants] [{\mm \X{\<5>}\X{\<242>}\X{\<2>}}|{\mmtr appam}|bread] +[{\mm \X{\<36>\<63>}\X{\<174>}}|{\mmtr tinnu}|having-eaten] +[{\mm \X{\<71>\<54>}\X{\<55>\<63>}\X{\<242>\<63>}\X{\<168>}\X{\<174>}\X{\M{\<187>}{\<65>}}}|{\mmtr \'s\=e\d sippikkunn-u\d n\d du}|saving-are] +[{\mm \X{\<30>\<62>}\X{\<71>\<40>\<62>}}|{\mmtr \~n\=an-\=o}|I-but] [{\mm \X{\<53>\<63>}\X{\<54>}\X{\M{\<242>}{\<65>}}}|{\mmtr vi\'sappu}|hunger] +[{\mm \X{\<70>\<21>\<62>}\X{\M{\<187>}{\<65>}}}|{\mmtr ko\d n\d du}|taking] +[{\mm \X{\<40>}\X{\<54>\<63>}\X{\M{\<247>}{\<65>}}\X{\<71>\<42>\<62>}\X{\<128>}\X{\<174>}{\RMF.}}|{\mmtr na\'siccu-p\=ogunnu.}|perishing-go.] +[{\mm \X{\<30>\<62>}\X{\<79>}}|{\mmtr \~N\=an}|I] [{\mm \X{\<14>}\X{\B{\<52>}{\<65>}}\X{\<40>\<64>}\X{\M{\<243>}{\<65>}}}|{\mmtr e\b zun{\=\i}\b tu}|having-arisen] +[{\mm \X{\<14>}\X{\<70>\<79>\<49>}}|{\mmtr en\b re}|my] [{\mm \X{\<5>}\X{\<242>}\X{\<70>\<79>\<49>}}|{\mmtr appan\b re}|father's] +[{\mm \X{\<5>}\X{\M{\<31>}{\<65>}}\X{\<160>}\X{\<71>\<50>}\X{\<168>}}|{\mmtr a\d dukkal\=ekku}|presence-to] +[{\mm \X{\<71>\<42>\<62>}\X{\<47>\<63>}}|{\mmtr p\=oyi}|going] [{\mm \X{\<5>}\X{\<53>}\X{\<71>\<40>\<62>}\X{\M{\<31>}{\<65>}}{\RMF,}}|{\mmtr avan\=o\d du,}|him-to,] +[{\mm {\RMF``}\X{\<5>}\X{\<242>\<62>}{\RMF,}}|{\mmtr ``app\=a,}|``father,] [{\mm \X{\<30>\<62>}\X{\<79>}}|{\mmtr \~n\=an}|I] +[{\mm \X{\<56>\K{-.5}\<86>}\X{\T{\<76>}{\R{.8ex}{\<240>}}}\X{\<71>\<165>\<62>}\X{\M{\<31>}{\<65>}}\X{\<2>}}|{\mmtr svarggatt\=o\d d-um}|heaven-to-and] +[{\mm \X{\<40>\<63>}\X{\<71>\<167>\<62>}\X{\M{\<31>}{\<65>}}\X{\<2>}}|{\mmtr ninn\=o\d dum}|thee-to-and] [{\mm \X{\<42>\<62>}\X{\<42>}\X{\<2>}}|{\mmtr p\=apam}|sin] +[{\mm \X{\<70>\<26>}\X{\M{\<47>}{\Z\<133>}}{\RMF.}}|{\mmtr ceydu.}|did.] +[{\mm \X{\<7>}\X{\<40>\<63>}}|{\mmtr Ini}|Hereafter] [{\mm \X{\<40>\<63>}\X{\<70>\<79>\<49>}}|{\mmtr nin\b re}|thy] +[{\mm \X{\<46>}\X{\<21>}\X{\<79>}}|{\mmtr magan}|son] [{\mm \X{\<14>}\X{\<174>}}|{\mmtr ennu}|saying] +[{\mm \X{\<53>\<63>}\X{\<51>\<63>}\X{\<160>}\X{\<70>\<242>}\X{\M{\<31>}{\<65>}}\X{\<53>\<62>}\X{\<79>}}|{\mmtr vi\d likka-ppe\d duv\=an}|to-be-called] +[{\mm \X{\<71>\<47>\<62>}\X{\<23>\<83>}\X{\<40>}\X{\M{\<50>}{\<85>}}{\RMF.}}|{\mmtr y\=ogyan-alla.}|fit-man-am-not.] +[{\mm \X{\<40>\<63>}\X{\<70>\<79>\<49>}}|{\mmtr Nin\b re}|Thy] [{\mm \X{\<139>}\X{\<50>\<63>}\X{\<160>\<62>}\X{\<48>\<63>}\X{\<81>}}|{\mmtr k\=ulikk\=aril}|servants-among] +[{\mm \X{\<18>}\X{\<136>}\X{\<165>}\X{\<70>\<40>}}|{\mmtr oruttane}|one] [{\mm \X{\<71>\<42>\<62>}\X{\<70>\<50>}}|{\mmtr p\=ole}|like] +[{\mm \X{\<14>}\X{\<70>\<167>}}|{\mmtr enne}|me] +[{\mm \X{\<6>}\X{\<160>\<63>}\X{\<70>\<160>\<62>}\X{\<71>\<51>\K{-.2}\<51>}\X{\<35>}\X{\<71>\<46>}{\RMF,}{\RMF''}}|{\mmtr \=akki-kko\d l\d l-\=e\d nam-\=e,''}|having-made-to-take-is-wanted,''] +[{\mm \X{\<14>}\X{\<174>}}|{\mmtr ennu}|saying] [{\mm \X{\<42>}\X{\<49>}\X{\M{\<47>}{\<65>}}\X{\<2>}{\RMF.}{\RMF'}}|{\mmtr pa\b rayum.'}|shall-say.'] +[{\mm \X{\<14>}\X{\<167>\<63>}\X{\M{\<164>}{\<65>}}}|{\mmtr Enni\d t\d tu}|Having-said] +[{\mm \X{\<14>}\X{\B{\<52>}{\<65>}}\X{\<40>\<64>}\X{\M{\<243>}{\<65>}}}|{\mmtr e\b zun{\=\i}\b tu}|having-arisen] +[{\mm \X{\<36>}\X{\<70>\<79>\<49>}}|{\mmtr tan\b re}|his] [{\mm \X{\<5>}\X{\<242>}\X{\<70>\<79>\<49>}}|{\mmtr appan\b re}|father's] +[{\mm \X{\<5>}\X{\M{\<31>}{\<65>}}\X{\<160>}\X{\<71>\<50>}\X{\<168>}}|{\mmtr a\d dukkal\=eku}|presence-to] [{\mm \X{\<71>\<42>\<62>}\X{\<47>\<63>}{\RMF.}}|{\mmtr p\=oyi.}|went.] +[{\mm \X{\<5>}\X{\<53>}\X{\<79>}}|{\mmtr Avan}|He] +[{\mm \X{\M{\<38>}{\<66>}}\X{\<48>}\X{\<172>}\X{\<51>\K{-.2}\<51>}\X{\<71>\<242>\<62>}\X{\<82>}}|{\mmtr d\=urattu\d l\d l-app\=ol}|far-being-time-at] +[{\mm \X{\<36>}\X{\<71>\<167>}}|{\mmtr tann\=e}|indeed] [{\mm \X{\<5>}\X{\<242>}\X{\<79>}}|{\mmtr appan}|the-father] +[{\mm \X{\<5>}\X{\<53>}\X{\<70>\<40>}}|{\mmtr avane}|him] [{\mm \X{\<21>}\X{\M{\<187>}{\<65>}}}|{\mmtr ka\d n\d du}|seeing] +[{\mm \X{\<21>}\X{\<48>}\X{\<51>}\X{\<50>\<63>}\X{\M{\<163>}{\<65>}}}|{\mmtr kara\d l-ali\~n\~nu}|heart-melting] +[{\mm \X{\<18>\<62>}\X{\<31>\<63>}\X{\<70>\<247>}\X{\<174>}}|{\mmtr \=o\d di-ccennu}|running-going] [{\mm \X{\<5>}\X{\<53>}\X{\<70>\<79>\<49>}}|{\mmtr avan\b re}|his] +[{\mm \X{\<21>}\X{\B{\<52>}{\<65>}}\X{\<165>\<63>}\X{\<81>}}|{\mmtr ka\b zuttil}|neck-on] +[{\mm \X{\<70>\<21>}\X{\<164>\<63>}\X{\<242>\<63>}\X{\<31>\<63>}\X{\M{\<247>}{\<65>}}}|{\mmtr ke\d t\d tippi\d diccu}|having-attached-seized] +[{\mm \X{\<5>}\X{\<53>}\X{\<70>\<40>}}|{\mmtr avane}|him] +[{\mm \X{\M{\<26>}{\<65>}}\X{\<220>\<63>}\X{\M{\<247>}{\<65>}}{\RMF.}}|{\mmtr cumbiccu.}|kissed.] +[{\mm \X{\<46>}\X{\<21>}\X{\<79>}}|{\mmtr Magan}|The-son] [{\mm \X{\<5>}\X{\<53>}\X{\<71>\<40>\<62>}\X{\M{\<31>}{\<65>}}{\RMF,}}|{\mmtr avan\=o\d du,}|him-to,] +[{\mm {\RMF`}\X{\<5>}\X{\<242>\<62>}{\RMF,}}|{\mmtr `app\=a,}|`father,] [{\mm \X{\<30>\<62>}\X{\<79>}}|{\mmtr \~n\=an}|I] +[{\mm \X{\<56>\K{-.5}\<86>}\X{\T{\<76>}{\R{.8ex}{\<240>}}}\X{\<71>\<165>\<62>}\X{\M{\<31>}{\<65>}}\X{\<2>}}|{\mmtr svarggatt\=o\d d-um}|heaven-to-and] +[{\mm \X{\<40>\<63>}\X{\<71>\<167>\<62>}\X{\M{\<31>}{\<65>}}\X{\<2>}}|{\mmtr ninn\=o\d dum}|thee-to-and] [{\mm \X{\<42>\<62>}\X{\<42>}\X{\<2>}}|{\mmtr p\=apam}|sin] +[{\mm \X{\<70>\<26>}\X{\M{\<47>}{\Z\<133>}}{\RMF.}}|{\mmtr ceydu.}|did.] +[{\mm \X{\<7>}\X{\<40>\<63>}}|{\mmtr Ini}|Hereafter] [{\mm \X{\<40>\<63>}\X{\<70>\<79>\<49>}}|{\mmtr nin\b re}|thy] +[{\mm \X{\<46>}\X{\<21>}\X{\<79>}}|{\mmtr magan}|son] [{\mm \X{\<14>}\X{\<174>}}|{\mmtr ennu}|saying] +[{\mm \X{\<53>\<63>}\X{\<51>\<63>}\X{\<160>}\X{\<70>\<242>}\X{\M{\<31>}{\<65>}}\X{\<53>\<62>}\X{\<79>}}|{\mmtr vi\d likka-ppe\d duv\=an}|to-be-called] +[{\mm \X{\<71>\<47>\<62>}\X{\<23>\<83>}\X{\<134>}\X{\<46>}\X{\M{\<50>}{\<85>}}{\RMF,}{\RMF'}}|{\mmtr y\=ogyan-um-alla,'}|fit-man-at-all-am-not,'] +[{\mm \X{\<14>}\X{\<174>}}|{\mmtr ennu}|saying] [{\mm \X{\<42>}\X{\<49>}\X{\M{\<163>}{\<65>}}{\RMF.}}|{\mmtr pa\b ra\~n\~nu.}|said.] +[{\mm \X{\<14>}\X{\<167>\<62>}\X{\<70>\<49>}}|{\mmtr Enn\=a\b re}|But] [{\mm \X{\<5>}\X{\<242>}\X{\<79>}}|{\mmtr appan}|the-father] +[{\mm \X{\<36>}\X{\<70>\<79>\<49>}}|{\mmtr tan\b re}|his] [{\mm \X{\<38>\<62>}\X{\<56>}\X{\<71>\<48>\<62>}\X{\M{\<31>}{\<65>}}{\RMF,}}|{\mmtr d\=asar\=o\d tu,}|slaves-to,] +[{\mm {\RMF`}\X{\<71>\<53>}\X{\<21>}\X{\<2>}}|{\mmtr `vegam}|`quickly] +[{\mm \X{\<71>\<46>}\X{\B{\<50>}{\Z\<165>}}\X{\<48>}\X{\<46>\<62>}\X{\<47>}}|{\mmtr m\=el-ttaram-\=aya}|high-class-being] +[{\mm \X{\<5>}\X{\<181>\<63>}}|{\mmtr a\.ngi}|robe] +[{\mm \X{\<70>\<21>\<62>}\X{\M{\<187>}{\<65>}}\X{\<53>}\X{\<174>}}|{\mmtr ko\d n\d du-vannu}|having-taken-having-come] +[{\mm \X{\<7>}\X{\<53>}\X{\<70>\<40>}}|{\mmtr ivane}|him] [{\mm \X{\<9>}\X{\M{\<31>}{\<65>}}\X{\<242>\<63>}\X{\<242>\<63>}\X{\<79>}{\RMF,}}|{\mmtr u\d duppippin,}|dress-ye,] +[{\mm \X{\<70>\<21>}\X{\<7>}\X{\<168>}}|{\mmtr keikku}|hand-on] [{\mm \X{\<71>\<46>\<62>}\X{\<38>\<63>}\X{\<48>}\X{\M{\<53>}{\<65>}}\X{\<2>}}|{\mmtr m\=odirav-um}|ring-and] +[{\mm \X{\<21>\<62>}\X{\M{\<50>}{\<65>}}\X{\<21>}\X{\<82>\<168>}}|{\mmtr k\=aluga\d lkku}|feet-on] +[{\mm \X{\<70>\<26>}\X{\<48>\<63>}\X{\M{\<242>}{\<65>}}\X{\<21>}\X{\M{\<51>}{\<65>}}\X{\<2>}}|{\mmtr cerippuga\d lum}|shoes-and] +[{\mm \X{\<7>}\X{\M{\<31>}{\<65>}}\X{\<53>\<63>}\X{\<242>\<63>}\X{\<79>}{\RMF.}}|{\mmtr i\d duvippin.}|put-ye.] +[{\mm \X{\<40>\<62>}\X{\<2>}}|{\mmtr N\=am}|We] [{\mm \X{\<45>}\X{\<251>\<63>}\X{\M{\<247>}{\<65>}}}|{\mmtr bhak\d siccu}|eating] +[{\mm \X{\<6>}\X{\<40>}\X{\<195>\<63>}\X{\<160>}{\RMF.}}|{\mmtr \=anandikka.}|shall-feast.] +[{\mm \X{\<7>\<87>}}|{\mmtr \=I}|This] [{\mm \X{\<14>}\X{\<70>\<79>\<49>}}|{\mmtr en\b re}|my] [{\mm \X{\<46>}\X{\<21>}\X{\<79>}}|{\mmtr magan}|son] +[{\mm \X{\<46>}\X{\<48>\<63>}\X{\<247>}\X{\<53>}\X{\<79>}}|{\mmtr mariccavan}|dead-man] +[{\mm \X{\<6>}\X{\<47>\<63>}\X{\<136>}\X{\<174>}{\RMF,}}|{\mmtr \=ay-irunnu,}|having-become-is,] +[{\mm \X{\<36>\<63>}\X{\<48>\<63>}\X{\<71>\<21>}}|{\mmtr tirig\=e}|again] [{\mm \X{\<9>}\X{\<47>\<63>}\X{\T{\<76>}{\R{.8ex}{\<172>}}}{\RMF;}}|{\mmtr uyrittu;}|revived;] +[{\mm \X{\<21>\<62>}\X{\<35>\<62>}\X{\<70>\<36>}}|{\mmtr k\=a\d n\=ade}|not-seeing] [{\mm \X{\<71>\<42>\<62>}\X{\<47>}\X{\<53>}\X{\<79>}}|{\mmtr p\=oyavan}|gone-man] +[{\mm \X{\<6>}\X{\<47>\<63>}\X{\<136>}\X{\<174>}{\RMF,}}|{\mmtr \=ay-irunnu,}|having-become-is,] +[{\mm \X{\<21>}\X{\M{\<187>}{\<65>}}\X{\<21>\<63>}\X{\<164>}\X{\<21>}\X{\M{\<47>}{\<65>}}\X{\<2>}}|{\mmtr ka\d n\d duki\d t\d tagayum}|seeing-finding] +[{\mm \X{\<70>\<26>}\X{\M{\<47>}{\Z\<133>}}\X{\<53>}\X{\<71>\M{\<50>}{\<85>}\<62>}{\RMF?}{\RMF'}}|{\mmtr ceydu-v-all\=o?'}|made-is-it-not?'] +[{\mm \X{\<14>}\X{\<174>}}|{\mmtr ennu}|saying] [{\mm \X{\<42>}\X{\<49>}\X{\M{\<163>}{\<65>}}{\RMF.}}|{\mmtr pa\b ra\~n\~nu.}|said.] +[{\mm \X{\<5>}\X{\<53>}\X{\<80>}}|{\mmtr Avar}|They] [{\mm \X{\<6>}\X{\<40>}\X{\<195>\<63>}\X{\M{\<247>}{\<65>}}}|{\mmtr \=anandiccu}|feasting] +[{\mm \X{\<133>}\X{\<31>}\X{\<161>\<63>}{\RMF.}}|{\mmtr tu\d da\.n\.ni.}|began.] + + +[{\mm \X{\<14>}\X{\<167>\<62>}\X{\<81>}}|{\mmtr Enn\=al}|Now] [{\mm \X{\<5>}\X{\<53>}\X{\<70>\<79>\<49>}}|{\mmtr avan\b re}|his] +[{\mm \X{\M{\<46>}{\<66>}}\X{\<165>}}|{\mmtr m\=utta}|elder] [{\mm \X{\<46>}\X{\<21>}\X{\<79>}}|{\mmtr magan}|son] +[{\mm \X{\<53>}\X{\<47>}\X{\<50>\<63>}\X{\<81>}}|{\mmtr vayalil}|field-in] [{\mm \X{\<6>}\X{\<47>\<63>}\X{\<136>}\X{\<174>}{\RMF,}}|{\mmtr \=ay-irunnu,}|had-been,] +[{\mm \X{\<6>}\X{\<47>}\X{\<53>}\X{\<79>}}|{\mmtr \=ay-avan}|having-become-he] [{\mm \X{\<53>}\X{\<174>}}|{\mmtr vannu}|coming] +[{\mm \X{\<53>\<64>}\X{\<164>\<63>}\X{\<71>\<40>\<62>}\X{\M{\<31>}{\<65>}}}|{\mmtr v{\=\i}\d t\d tin\=o\d du}|house-to] +[{\mm \X{\<5>}\X{\M{\<31>}{\<65>}}\X{\<165>}\X{\<71>\<242>\<62>}\X{\<82>}}|{\mmtr a\d duttapp\=o\d l}|coming-when] +[{\mm \X{\<53>\<62>}\X{\<38>\<83>}\X{\M{\<53>}{\<65>}}\X{\<2>}}|{\mmtr v\=adyav-um}|music-and] +[{\mm \X{\<155>}\X{\<165>}\X{\<71>\<24>\<62>}\X{\<55>}\X{\<161>}\X{\M{\<51>}{\<65>}}\X{\<2>}}|{\mmtr n\d rttagh\=o\d sa\.n\.na\d l-um}|dancing-sounds-and] +[{\mm \X{\<71>\<21>}\X{\M{\<164>}{\<65>}}}|{\mmtr k\=e\d t\d tu}|hearing] +[{\mm \X{\<44>\<62>}\X{\<50>\<83>}\X{\<160>\<62>}\X{\<48>\<63>}\X{\<81>}}|{\mmtr b\=alya-kk\=aril}|servants-among] +[{\mm \X{\<18>}\X{\<136>}\X{\<165>}\X{\<70>\<40>}}|{\mmtr oruttane}|one] [{\mm \X{\<53>\<63>}\X{\<51>\<63>}\X{\M{\<247>}{\<65>}}{\RMF,}}|{\mmtr vi\d liccu,}|calling,] +[{\mm {\RMF`}\X{\<7>}\X{\<70>\<36>}\X{\<222>}{\RMF?}{\RMF'}}|{\mmtr `id-endu?'}|`this-what?'] [{\mm \X{\<14>}\X{\<174>}}|{\mmtr ennu}|saying] +[{\mm \X{\<71>\<26>\<62>}\X{\<38>\<63>}\X{\M{\<247>}{\<65>}}{\RMF.}}|{\mmtr c\=odiccu.}|asked.] +[{\mm \X{\<5>}\X{\<53>}\X{\<79>}}|{\mmtr Avan}|he] [{\mm \X{\<5>}\X{\<53>}\X{\<71>\<40>\<62>}\X{\M{\<31>}{\<65>}}}|{\mmtr avan\=o\d du}|him-to] +[{\mm \X{\<42>}\X{\M{\<49>}{\<65>}}\X{\M{\<163>}{\<65>}}{\RMF,}}|{\mmtr pa\b ru\~n\~nu,}|said,] [{\mm {\RMF`}\X{\<40>\<63>}\X{\<70>\<79>\<49>}}|{\mmtr `nin\b re}|`thy] +[{\mm \X{\<56>}\X{\<71>\<57>\<62>}\X{\<38>}\X{\<48>}\X{\<79>}}|{\mmtr sah\=odaran}|brother] [{\mm \X{\<53>}\X{\<174>}}|{\mmtr vannu}|coming] +[{\mm {\RMF`}\X{\<40>\<63>}\X{\<70>\<79>\<49>}}|{\mmtr `nin\b re}|`thy] [{\mm \X{\<5>}\X{\<242>}\X{\<79>}}|{\mmtr appan}|father] +[{\mm \X{\<5>}\X{\<53>}\X{\<70>\<40>}}|{\mmtr avane}|him] [{\mm \X{\<70>\<56>\<87>}\X{\<22>\<83>}\X{\<71>\<165>\<62>}\X{\<70>\<31>}}|{\mmtr saukhyatt\=o\d de}|healthy] +[{\mm \X{\<21>\<63>}\X{\<164>\<63>}\X{\<47>}\X{\<133>}\X{\<70>\<21>\<62>}\X{\M{\<187>}{\<65>}}}|{\mmtr ki\d t\d tiyadu-ko\d n\d du}|finding-on-account-of] +[{\mm \X{\<53>\<63>}\X{\<136>}\X{\<174>}}|{\mmtr virunnu}|feast] [{\mm \X{\<21>}\X{\<52>\<63>}\X{\M{\<247>}{\<65>}}{\RMF.}{\RMF'}}|{\mmtr ka\b ziccu.'}|made.'] +[{\mm \X{\<5>}\X{\<71>\<242>\<62>}\X{\<82>}}|{\mmtr App\=o\d l}|Then] [{\mm \X{\<5>}\X{\<53>}\X{\<79>}}|{\mmtr avan}|he] +[{\mm \X{\<71>\<21>\<62>}\X{\<42>\<63>}\X{\M{\<247>}{\<65>}}}|{\mmtr k\=opiccu}|getting-angry] [{\mm \X{\<5>}\X{\<21>}\X{\<2>}}|{\mmtr agam}|house] +[{\mm \X{\M{\<44>}{\<65>}}\X{\<21>}\X{\<53>\<62>}\X{\<79>}}|{\mmtr bugav\=an}|to-enter] +[{\mm \X{\<46>}\X{\<40>}\X{\<245>\<63>}\X{\M{\<50>}{\<85>}\<62>}\X{\M{\<163>}{\<65>}}{\RMF,}}|{\mmtr manass-ill\=a\~n\~nu,}|mind-was-not,] +[{\mm \X{\<14>}\X{\<167>\<63>}\X{\M{\<164>}{\<65>}}}|{\mmtr enni\d t\d tu}|having said] [{\mm \X{\<5>}\X{\<242>}\X{\<79>}}|{\mmtr appan}|the-father] +[{\mm \X{\M{\<42>}{\<65>}}\X{\<49>}\X{\<172>}}|{\mmtr pu\b rattu}|out] [{\mm \X{\<53>}\X{\<174>}}|{\mmtr vannu}|having-come] +[{\mm \X{\<5>}\X{\<53>}\X{\<71>\<40>\<62>}\X{\M{\<31>}{\<65>}}}|{\mmtr avan\=o\d du}|him-with] +[{\mm \X{\<5>}\X{\<71>\<42>}\X{\<251>\<63>}\X{\M{\<247>}{\<65>}}{\RMF.}}|{\mmtr ap\=ek\d siccu.}|entreated.] +[{\mm \X{\<14>}\X{\<167>\<62>}\X{\<70>\<49>}}|{\mmtr Enn\=a\b re}|But] [{\mm \X{\<5>}\X{\<53>}\X{\<79>}}|{\mmtr avan}|he] +[{\mm \X{\<5>}\X{\<53>}\X{\<71>\<40>\<62>}\X{\M{\<31>}{\<65>}}{\RMF,}}|{\mmtr avan\=o\d du,}|him-to,] +[{\mm {\RMF`}\X{\<21>}\X{\<187>\<62>}\X{\M{\<50>}{\<65>}}\X{\<2>}{\RMF,}}|{\mmtr `ka\d n\d d-\=alum,}|`see-please,] [{\mm \X{\<7>}\X{\<205>}}|{\mmtr itra}|so-many] +[{\mm \X{\<53>}\X{\T{\<76>}{\R{.8ex}{\<55>}}}\X{\<46>\<62>}\X{\<47>\<63>}}|{\mmtr var\d sam-\=ayi}|years-having-become] +[{\mm \X{\<30>\<62>}\X{\<79>}}|{\mmtr \~n\=an}|I] [{\mm \X{\<40>\<63>}\X{\<70>\<167>}}|{\mmtr ninne}|thee] +[{\mm \X{\<71>\<56>}\X{\<53>\<63>}\X{\<168>}\X{\<174>}{\RMF.}}|{\mmtr s\=evikkunnu.}|serve.] +[{\mm \X{\<40>\<63>}\X{\<70>\<79>\<49>}}|{\mmtr Nin\b re}|Thy] [{\mm \X{\<21>}\X{\<81>\<42>}\X{\<40>}}|{\mmtr kalpana}|order] +[{\mm \X{\<18>}\X{\<136>}}|{\mmtr oru}|one] [{\mm \X{\<40>\<62>}\X{\M{\<51>}{\<65>}}\X{\<2>}}|{\mmtr n\=a\d l-um}|day-even] +[{\mm \X{\<50>}\<2>\X{\<24>\<63>}\X{\<247>}\X{\<133>}\X{\<2>}}|{\mmtr la\.nghiccad-um}|trangressing-even] +[{\mm \X{\<7>}\X{\M{\<50>}{\<85>}}{\RMF,}}|{\mmtr illa,}|was-not,] [{\mm \X{\<14>}\X{\<167>\<62>}\X{\<81>}}|{\mmtr enn\=al}|but] [{\mm \X{\<14>}\X{\<70>\<79>\<49>}}|{\mmtr en\b re}|my] +[{\mm \X{\<26>}\X{\<161>\<62>}\X{\<36>\<63>}\X{\<21>}\X{\M{\<51>}{\<65>}}\X{\<46>\<62>}\X{\<47>\<63>}}|{\mmtr ca\.n\.n\=atika\d lum-\=ayi}|friends-with-having-become] +[{\mm \X{\<6>}\X{\<40>}\X{\<195>\<63>}\X{\<71>\<160>}\X{\<187>}\X{\<36>\<63>}\X{\<174>}}|{\mmtr \=anandikk-\=e\d n\d dadinnu}|to-feast-wanted-being-for] +[{\mm \X{\<40>\<64>}}|{\mmtr n{\=\i}}|thou] [{\mm \X{\<18>}\X{\<48>\<63>}\X{\<160>}\X{\M{\<50>}{\<65>}}\X{\<2>}}|{\mmtr orikkal-um}|once-even] +[{\mm \X{\<14>}\X{\<40>\<63>}\X{\<168>}}|{\mmtr enikku}|me-to] [{\mm \X{\<18>}\X{\<80>}}|{\mmtr or}|one] +[{\mm \X{\<6>}\X{\<164>\<63>}\X{\M{\<40>}{\<113>}}\X{\<164>\<63>}}|{\mmtr \=a\d t\d tinku\d t\d ti}|kid] +[{\mm \X{\<36>}\X{\<167>\<63>}\X{\<164>\<63>}\X{\M{\<50>}{\<85>}}{\RMF.}}|{\mmtr tann-i\d t\d t-illa.}|gavest-not.] +[{\mm \X{\<71>\<53>}\X{\<54>\<83>}\X{\<46>\<62>}\X{\<70>\<48>\<62>}\X{\M{\<31>}{\<65>}}}|{\mmtr V\=e\'syam\=aro\d du}|Harlots-with] +[{\mm \X{\<139>}\X{\<31>\<63>}}|{\mmtr k\=u\d di}|joining] [{\mm \X{\<40>\<63>}\X{\<70>\<79>\<49>}}|{\mmtr nin\b re}|thy] +[{\mm \X{\M{\<46>}{\<65>}}\X{\<36>}\X{\<81>}}|{\mmtr mudal}|property] [{\mm \X{\<36>\<63>}\X{\<174>}}|{\mmtr tinnu}|eating] +[{\mm \X{\<21>}\X{\<51>}\X{\<163>}}|{\mmtr ka\d la\~n\~na}|having-wasted] [{\mm \X{\<7>\<87>}}|{\mmtr {\=\i}}|this] +[{\mm \X{\<40>\<63>}\X{\<70>\<79>\<49>}}|{\mmtr nin\b re}|thy] [{\mm \X{\<46>}\X{\<21>}\X{\<79>}}|{\mmtr magan}|son] +[{\mm \X{\<53>}\X{\<167>}\X{\<71>\<242>\<62>}\X{\<70>\<52>}\X{\<71>\<160>\<62>}}|{\mmtr vann-app\=o\b zekk\=o}|coming-when] +[{\mm \X{\<5>}\X{\<53>}\X{\<167>\<62>}\X{\<47>\<63>}}|{\mmtr avann-\=ayi}|him-for] [{\mm \X{\<53>\<63>}\X{\<136>}\X{\<174>}}|{\mmtr virunnu}|feast] +[{\mm \X{\<21>}\X{\<52>\<63>}\X{\M{\<247>}{\<65>}}\X{\<53>}\X{\<71>\M{\<50>}{\<85>}\<62>}{\RMF?}{\RMF'}}|{\mmtr ka\b ziccuv-all\=o?'}|madest-is-it-not?'] +[{\mm \X{\<14>}\X{\<174>}}|{\mmtr ennu}|saying] [{\mm \X{\<9>}\X{\<165>}\X{\<48>}\X{\<2>}}|{\mmtr uttaram}|reply] +[{\mm \X{\<70>\<26>\<62>}\X{\M{\<50>}{\<85>}\<63>}{\RMF.}}|{\mmtr colli.}|spoke.] +[{\mm \X{\<5>}\X{\<71>\<242>\<62>}\X{\<82>}}|{\mmtr App\=o\d l}|Then] [{\mm \X{\<5>}\X{\<53>}\X{\<79>}}|{\mmtr avan}|he] +[{\mm \X{\<5>}\X{\<53>}\X{\<71>\<40>\<62>}\X{\M{\<31>}{\<65>}}}|{\mmtr avan\=o\d du}|him-to] [{\mm \X{\<42>}\X{\<49>}\X{\M{\<163>}{\<65>}}{\RMF,}}|{\mmtr pa\b ra\~n\~nu,}|said,] +[{\mm {\RMF`}\X{\<46>}\X{\<21>}\X{\<71>\<40>}{\RMF,}}|{\mmtr `magan-\=e,}|`son-O,] [{\mm \X{\<40>\<64>}}|{\mmtr n{\=\i}}|thou] +[{\mm \X{\<14>}\X{\<71>\<242>\<62>}\X{\B{\<52>}{\<65>}}\X{\<2>}}|{\mmtr epp\=o\b z-um}|always] [{\mm \X{\<14>}\X{\<71>\<167>\<62>}\X{\M{\<31>}{\<65>}}}|{\mmtr enn\=o\d du}|me-with] +[{\mm \X{\<128>}\X{\<70>\<31>}}|{\mmtr ku\d de}|together] +[{\mm \X{\<6>}\X{\<128>}\X{\<174>}\X{\<53>}\X{\<71>\M{\<50>}{\<85>}\<62>}{\RMF?}{\RMF'}}|{\mmtr \=agunnuv-all\=o?'}|art-is-it-not?'] +[{\mm \X{\<14>}\X{\<40>\<63>}\X{\<168>}\X{\<51>\K{-.2}\<51>}\X{\<133>}}|{\mmtr enikk-u\d l\d ladu}|me-to-being-that] +[{\mm \X{\<14>}\X{\M{\<50>}{\<85>}\<62>}\X{\<2>}}|{\mmtr ell\=am}|all] [{\mm \X{\<40>\<63>}\X{\<71>\<79>\<49>}\X{\M{\<31>}{\<65>}}}|{\mmtr nin\b r\=e\d du}|thine] +[{\mm \X{\<6>}\X{\<128>}\X{\<174>}{\RMF.}}|{\mmtr \=agunnu.}|is.] +[{\mm \X{\<14>}\X{\<167>\<62>}\X{\<81>}}|{\mmtr Enn\=al}|But] [{\mm \X{\<7>\<87>}}|{\mmtr {\=\i}}|this] [{\mm \X{\<40>\<63>}\X{\<70>\<79>\<49>}}|{\mmtr nin\b re}|thy] +[{\mm \X{\<56>}\X{\<71>\<57>\<62>}\X{\<38>}\X{\<48>}\X{\<79>}}|{\mmtr sah\=odaran}|brother] [{\mm \X{\<46>}\X{\<48>\<63>}\X{\<247>}\X{\<53>}\X{\<79>}}|{\mmtr mariccavan}|dead-man] +[{\mm \X{\<6>}\X{\<47>\<63>}\X{\<136>}\X{\<174>}}|{\mmtr \=ay-irunnu}|had-become] +[{\mm \X{\<36>\<63>}\X{\<48>\<63>}\X{\<71>\<21>}}|{\mmtr tirig\=e}|again] [{\mm \X{\<9>}\X{\<47>\<63>}\X{\T{\<76>}{\R{.8ex}{\<172>}}}{\RMF;}}|{\mmtr uyirttu;}|revived;] +[{\mm \X{\<21>\<62>}\X{\<35>\<62>}\X{\<70>\<36>}}|{\mmtr k\=a\d n\=ade}|not-seeing] [{\mm \X{\<71>\<42>\<62>}\X{\<47>}\X{\<53>}\X{\<79>}}|{\mmtr p\=oyavan}|goer] +[{\mm \X{\<6>}\X{\<47>\<63>}\X{\<136>}\X{\<174>}{\RMF,}}|{\mmtr \=ay-irunnu,}|had-become,] +[{\mm \X{\<21>}\X{\M{\<187>}{\<65>}}\X{\<21>\<63>}\X{\<164>\<63>}\X{\<47>\<63>}\X{\<48>\<63>}\X{\<160>}\X{\<47>\<62>}\X{\<81>}}|{\mmtr ka\d n\d du-ki\d t\d tiy-irikkay\=al}|seeing-reaching-being-because] +[{\mm \X{\<40>\<62>}\X{\<2>}}|{\mmtr n\=am}|we] [{\mm \X{\<6>}\X{\<40>}\X{\<195>\<63>}\X{\M{\<247>}{\<65>}}}|{\mmtr \=anandiccu}|having-been-merry] +[{\mm \X{\<56>}\X{\<71>\<194>\<62>}\X{\<55>\<63>}\X{\<71>\<160>}\X{\<187>}\X{\<36>}\X{\<71>\M{\<50>}{\<85>}\<62>}{\RMF?}}|{\mmtr sant\=o\d sikk-\=e\d n\d dadall\=o?}|to-feast-wanted-being-is-it-not?] +[{\mm \X{\<6>}\X{\<128>}\X{\<174>}{\RMF.}{\RMF'}}|{\mmtr \=agunnu.'}|is.'] + + +\endthreelines + +\bye diff -Nru texlive-lang-2007.dfsg.4/texmf-dist/doc/fonts/malayalam/article/test.mm texlive-lang-2009/texmf-dist/doc/fonts/malayalam/article/test.mm --- texlive-lang-2007.dfsg.4/texmf-dist/doc/fonts/malayalam/article/test.mm 1970-01-01 01:00:00.000000000 +0100 +++ texlive-lang-2009/texmf-dist/doc/fonts/malayalam/article/test.mm 2006-01-09 00:47:01.000000000 +0000 @@ -0,0 +1,46 @@ + +\input mmqmacs + +\twelvemmc + +%\tracingmacros=1 + + +$pp+ v+ kush acchan$ + + +\beginsection A test of $\mmcb malayaaLam$-mode + +Below are given the letters of the Malayalam alphabet: + + + +a aa i ii u uu .r e ee ai o oo au + +ka kha ga gha n"a ca cha ja jha n~a Ta Tha Da Dha Na ta tha da dha na +pa pha ba bha ma ya ra la va sha Sa sa ha La zha Ra + + +kka gga n"n"a cca jja TTa DDa NNa tta dda nna ppa bba mma yya lla vva shsha ssa LLa RRa + +. , : ; ? ! ( ) - -- --- + +1,23,45,67,890 \mmfigures 1,23,45,67,890 + +\mmc + +kra khra gra ghra n"ra cra chra jra jhra n~ra +Tra Thra Dra Dhra Nra tra thra dra dhra nra +pra phra bra bhra mra yra rra lra vra shra Sra sra +hra Lra Rra zhra + +kya khya gya ghya n"ya cya chya jya jhya n~ya +Tya Thya Dya Dhya Nya tya thya dya dhya nya +pya phya bya bhya mya yya rya lya vya shya Sya sya +hya Lya Rya zhya + +kSa kSma kva thva nva hva ggya + + + +\bye diff -Nru texlive-lang-2007.dfsg.4/texmf-dist/doc/fonts/malayalam/article/test.tex texlive-lang-2009/texmf-dist/doc/fonts/malayalam/article/test.tex --- texlive-lang-2007.dfsg.4/texmf-dist/doc/fonts/malayalam/article/test.tex 1970-01-01 01:00:00.000000000 +0100 +++ texlive-lang-2009/texmf-dist/doc/fonts/malayalam/article/test.tex 2006-01-09 00:47:01.000000000 +0000 @@ -0,0 +1,45 @@ + +\input mmqmacs + +\twelvemmc + + + +{\mm \X{\Q{\<242>}{\N{.8}{\<77>}}} \X{\Q{\<53>}{\N{.8}{\<77>}}} \X{\<21>\<72>}\X{\Q{\<54>}{\N{.8}{\<77>}}} \X{\<5>}\X{\Q{\<26>}{\N{.8}{\<77>}}\<27>}\X{\<79>}} + + +\beginsection A test of {\mm \mmcb \X{\<46>}\X{\<50>}\X{\<47>\<62>}\X{\<51>}\X{\<2>}}-mode + +Below are given the letters of the Malayalam alphabet: + +{\mm + +\X{\<5>} \X{\<6>} \X{\<7>} \X{\<7>\<87>} \X{\<9>} \X{\<9>\<87>} \X{\<11>} \X{\<14>} \X{\<15>} \X{\<70>\<14>} \X{\<18>} \X{\<18>\<62>} \X{\<18>\<87>} + +\X{\<21>} \X{\<22>} \X{\<23>} \X{\<24>} \X{\<25>} \X{\<26>} \X{\<27>} \X{\<28>} \X{\<29>} \X{\<30>} \X{\<31>} \X{\<32>} \X{\<33>} \X{\<34>} \X{\<35>} \X{\<36>} \X{\<37>} \X{\<38>} \X{\<39>} \X{\<40>} +\X{\<42>} \X{\<43>} \X{\<44>} \X{\<45>} \X{\<46>} \X{\<47>} \X{\<48>} \X{\<50>} \X{\<53>} \X{\<54>} \X{\<55>} \X{\<56>} \X{\<57>} \X{\<51>} \X{\<52>} \X{\<49>} + + +\X{\<160>} \X{\<240>} \X{\<161>} \X{\<247>} \X{\<162>} \X{\<164>} \X{\M{\<33>}{\<89>}} \X{\<241>} \X{\<165>} \X{\<166>} \X{\<167>} \X{\<242>} \X{\<248>} \X{\<46>\K{-.27}\<46>} \X{\<249>} \X{\M{\<50>}{\<85>}} \X{\<250>} \X{\<244>} \X{\<245>} \X{\<51>\K{-.2}\<51>} \X{\<243>} + +{\RMF.} {\RMF,} {\RMF:} {\RMF;} {\RMF?} {\RMF!} {\RMF(} {\RMF)} {\RMF-} {\RMF--} {\RMF---} + +{\mmone}{\RMF,}{\mmtwo}{\mmthree}{\RMF,}{\mmfour}{\mmfive}{\RMF,}{\mmsix}{\mmseven}{\RMF,}{\mmeight}{\mmnine}{\mmzero} \mmfigures {\mmone}{\RMF,}{\mmtwo}{\mmthree}{\RMF,}{\mmfour}{\mmfive}{\RMF,}{\mmsix}{\mmseven}{\RMF,}{\mmeight}{\mmnine}{\mmzero} + +\mmc + +\X{\<74>\<21>} \X{\<74>\<22>} \X{\<74>\<23>} \X{\<74>\<24>} \X{\<74>\<25>} \X{\<74>\<26>} \X{\<74>\<27>} \X{\<74>\<28>} \X{\<74>\<29>} \X{\<74>\<30>} +\X{\<74>\<31>} \X{\<74>\<32>} \X{\<74>\<33>} \X{\<74>\<34>} \X{\<74>\<35>} \X{\<74>\<36>} \X{\<74>\<37>} \X{\<74>\<38>} \X{\<74>\<39>} \X{\<74>\<40>} +\X{\<74>\<42>} \X{\<74>\<43>} \X{\<74>\<44>} \X{\<74>\<45>} \X{\<74>\<46>} \X{\<74>\<47>} \X{\<80>\<48>} \X{\<74>\<50>} \X{\<74>\<53>} \X{\<74>\<54>} \X{\<74>\<55>} \X{\<74>\<56>} +\X{\<74>\<57>} \X{\<74>\<51>} \X{\<74>\<49>} \X{\<74>\<52>} + +\X{\<21>\<83>} \X{\<22>\<83>} \X{\<23>\<83>} \X{\<24>\<83>} \X{\<25>\<83>} \X{\<26>\<83>} \X{\<27>\<83>} \X{\<28>\<83>} \X{\<29>\<83>} \X{\<30>\<83>} +\X{\<31>\<83>} \X{\<32>\<83>} \X{\<33>\<83>} \X{\<34>\<83>} \X{\<35>\<83>} \X{\<36>\<83>} \X{\<37>\<83>} \X{\<38>\<83>} \X{\<39>\<83>} \X{\<40>\<83>} +\X{\<42>\<83>} \X{\<43>\<83>} \X{\<44>\<83>} \X{\<45>\<83>} \X{\<46>\<83>} \X{\<249>} \X{\<80>\<47>} \X{\<50>\<83>} \X{\<53>\<83>} \X{\<54>\<83>} \X{\<55>\<83>} \X{\<56>\<83>} +\X{\<57>\<83>} \X{\<51>\<83>} \X{\<49>\<83>} \X{\<52>\<83>} + +\X{\<21>\K{-.5}\<90>} \X{\Q{\<21>\K{-.5}\<90>}{\N{.8}{\<77>}}\<46>} \X{\<21>\K{-.5}\<86>} \X{\<37>\K{-.5}\<86>} \X{\<40>\K{-.5}\<86>} \X{\<57>\K{-.5}\<86>} \X{\<240>\<83>} + +} + +\bye diff -Nru texlive-lang-2007.dfsg.4/texmf-dist/doc/fonts/malayalam/article/twolines.tex texlive-lang-2009/texmf-dist/doc/fonts/malayalam/article/twolines.tex --- texlive-lang-2007.dfsg.4/texmf-dist/doc/fonts/malayalam/article/twolines.tex 1970-01-01 01:00:00.000000000 +0100 +++ texlive-lang-2009/texmf-dist/doc/fonts/malayalam/article/twolines.tex 2006-01-09 00:47:01.000000000 +0000 @@ -0,0 +1,129 @@ +% twolines.tex -- macros to create double lines, one with the +% translation in parallel below the other. +% (c) Jeroen Hellingman 1993 +% last edit: 04-JAN-1993 + +{\catcode`\[=\active +\gdef[{\stacktwo} + +\gdef\begintwolines{\bgroup\catcode`\[=\active + \def[{\stacktwo} + \def\firstonly{\def\stacktwo{\stacktwofirstonly}} + \def\secondonly{\def\stacktwo{\stacktwosecondonly}}} +\gdef\endtwolines{\egroup} + +\gdef\beginthreelines{\bgroup\catcode`\[=\active + \def[{\stackthree} + \def\firstonly{\def\stackthree{\stackthreefirstonly}} + \def\secondonly{\def\stackthree{\stackthreesecondonly}} + \def\thirdonly{\def\stackthree{\stackthreethirdonly}}} +\gdef\endthreelines{\egroup} +} + +%%%%%% commands to be placed before material in lines + +\def\firststyle{\rm} +\def\secondstyle{\it} +\def\thirdstyle{\bf} + +%%%%%% + +\def\stacktwo#1|#2]{\putunder{{\secondstyle#2}}{\firststyle#1}} +\def\stacktwofirstonly#1|#2]{{\firststyle#1}} +\def\stacktwosecondonly#1|#2]{{\secondstyle#2}} + +\def\stackthree#1|#2|#3]{\putunder{{\putunder{{\thirdstyle#3}}{\secondstyle#2}}}{\firststyle#1}} +\def\stackthreefirstonly#1|#2|#3]{{\firststyle#1}} +\def\stackthreesecondonly#1|#2|#3]{{\secondstyle#2}} +\def\stackthreethirdonly#1|#2|#3]{{\thirdstyle#3}} + +%%%%%% actual stacking macro + +% put #1 centered underneath #2 +\def\putunder#1#2{\hskip0pt{\setbox1=\hbox{\strut#1}\setbox0=\hbox{\strut#2}% + \dimen0=.5\wd0\advance\dimen0by.5\wd1% + \dimen1=\dp0\advance\dimen1by\ht1% + \dimen3=.5\wd0\advance\dimen3by-.5\wd1% + % test: if #1 wider than #2, kern 0.5(wd1-wd0) before, and idem after extra. + \ifdim\wd1>\wd0\dimen7=\wd1\advance\dimen7by-\wd0% + \hbox{}\kern0.5\dimen7% + \advance\dimen3by0.5\dimen7% + \fi + \box0\kern-\dimen0\lower\dimen1\box1\kern\dimen3}} + +%%%%%% end of twolines.tex + +\message{This file contains a demo, edit it to see it.} +\endinput % Remove this line to see the demo. + +\parindent=0pt + +\begintwolines +\beginsection [A|Een] [Demo|demonstratie] [of|van] [Twolines|Twolines] + +[This|dit] [is|is] [a|een] [little|kleine] [demo|demonstratie] +[to|om] [show|] [the|het] [effect|effekt] [of|van] +[twolines.|twolines] [|te laten zien.] [As|Zoals] [you|je] [can|kunt] [see,|zien,] +[|zijn] [the|de] [Dutch|Engelse] +[equivalents|equivalenten] [of|van] [these|deze] [words|woorden] +[are|] [placed|] [centered|gecentreerd] [below|boven] +[the|de] [English|Nederlandse] [words,|woorden] [|geplaatst,] +[as far as|voor zover] [the|de] [difference|verschillen] [in|in] +[|de] [grammar|grammatica] [|het] [allow|toestaan.] [it.|] +\endtwolines + +\bigskip + +\beginthreelines +[Three|Drie|Drei] [lines|regels|Regel] [can|kunnen|k\"onnen] +[also|ook|auch] [be||] [produced.|geproduceerd|produciert] +[|worden.|worden.] +\endthreelines + +\bigskip + +\beginthreelines\firstonly +[Three|Drie|Drei] [lines|regels|Regel] [can|kunnen|k\"onnen] +[also|ook|auch] [be||] [produced.|geproduceerd|produciert] +[|worden.|worden.] +\endthreelines + +\bigskip + +\beginthreelines\secondonly +[Three|Drie|Drei] [lines|regels|Regel] [can|kunnen|k\"onnen] +[also|ook|auch] [be||] [produced.|geproduceerd|produciert] +[|worden.|worden.] +\endthreelines + +\bigskip + +\beginthreelines\thirdonly +[Three|Drie|Drei] [lines|regels|Regel] [can|kunnen|k\"onnen] +[also|ook|auch] [be||] [produced.|geproduceerd|produciert] +[|worden.|worden.] +\endthreelines + +\bigskip + +\beginthreelines +[Three|Drie|Drei] [lines|regels|Regel] [can|kunnen|k\"onnen] +[also|ook|auch] [be||] [produced.|geproduceerd|produciert] +[|worden.|worden.] +\endthreelines + +\bigskip + +\begintwolines\secondonly +[This|dit] [is|is] [a|een] [little|kleine] [demo|demonstratie] +[to|om] [show|] [the|het] [effect|effekt] [of|van] +[twolines.|twolines] [|te laten zien.] [As|Zoals] [you|je] [can|kunt] [see,|zien,] +[|zijn] [the|de] [Dutch|Engelse] +[equivalents|equivalenten] [of|van] [these|deze] [words|woorden] +[are|] [placed|] [centered|gecentreerd] [below|boven] +[the|de] [English|Nederlandse] [words,|woorden] [|geplaatst,] +[as far as|voor zover] [the|de] [difference|verschillen] [in|in] +[|de] [grammar|grammatica] [|het] [allow|toestaan.] [it.|] +\endtwolines + +\bye diff -Nru texlive-lang-2007.dfsg.4/texmf-dist/doc/fonts/malayalam/FILES texlive-lang-2009/texmf-dist/doc/fonts/malayalam/FILES --- texlive-lang-2007.dfsg.4/texmf-dist/doc/fonts/malayalam/FILES 1970-01-01 01:00:00.000000000 +0100 +++ texlive-lang-2009/texmf-dist/doc/fonts/malayalam/FILES 2006-01-09 00:47:01.000000000 +0000 @@ -0,0 +1,186 @@ + +Files included in the Malayalam-TeX package (some are only in the full version) + + +Article: Directory with macro-files, demo-files and the user's guide + elephant.mm The fable of the Blind Men and the Elephant in Malayalam + elephant.tex + lion.mm The fable of the Lion and the Mouse in Malayalam + lion.tex + mmarticl.mm An article about Malayalam-TeX + mmarticl.tex + mmchart.tex A chart showing all characters in the Malayalam font + mmconj.mm A chart showing all conjuncts of two letters in Malayalam + mmconj.tex + mmexp.mm A demo of more experimental styles of the Malayalam font + mmexp.tex + mmfont.tex Macros to load the Malayalam fonts (loaded by mmmacs) + mmfuture.tex some thoughts on the future of Malayalam-TeX + mmguide.dvi DVI-file of the user's guide + mmguide.mm source of the user's guide + mmguide.ps PostScript version of the user's guide + mmguide.tex Pre-processed version of the user's guide + mmmacs.tex Macros to use Malayalam-TeX + mmphmacs.tex Macros to use phonetic letters for Malayalam (requires WSUIPA) + mmqfont.tex Macros to quickly load a subset of the Malayalam fonts + mmqmacs.tex same as mmmacs.tex, but uses a subset of the Malayalam fonts + mmsample.mm Samples of each style and size of the Malayalam font + mmsample.tex + mmscript.tex + mmtable.mm A table of the transliteration scheme used by Malayalam-TeX + mmtable.tex + mmtitle.tex Title page of the user's guide + mmtrans.mm A table of the transliteration scheme used by Malayalam-TeX + mmtrans.tex + mmtrmacs.tex macros to use the transcription-mode of Malayalam-TeX + mmxfont.tex macros to load some experimental style fonts + ornament.tex macros to load an ornament font + prodigal.mm The fable of the prodigal son in Malayalam with parallel translation + prodigal.tex + test.mm A simple test + test.tex + twolines.tex macros to make parallel translations on two/three lines. +DNG: Directory including files to use Frans Velthuis Devanagari fonts + dn2dng.pat pattern-file to translate from Velthuis' transcription to mine + dng.pat pattern-file to translate from my transcription to Velthuis' + dng.tex chapter of user-guide explaining use of Devanagari + dngmacs.tex macros to use Devanagari + dngtrans.dng table of transcription of Devanagari used + dngtrans.tex + dntrmacs.tex macros to use Devanagari in transcription + misspaal.dng demo of Devanagari +MF: directory with Metafont sources of the Malayalam font + effect.mf selects a special effect to be applied to letters + esoteric.mf esoteric effect + fnt_code.mf defines alternative glyph positions in the Malayalam font + hstripes.mf horizontal stripes effect + mm.bat MS-DOS batch file to create all fonts + mm.fts Atari-ST CSTeX fts file to create all fonts + mm.job MS-DOS emTeX job file to create all fonts + mm10.mf parameters for mm10 + mm10s.mf + mm12.mf + mm12s.mf + mm17.mf + mm17s.mf + mm6.mf + mm6s.mf + mm8.mf + mm8s.mf + mmb10.mf + mmb10s.mf + mmb12.mf + mmb12s.mf + mmb17.mf + mmb17s.mf + mmbig.mf + mmbigo.mf + mmc10.mf + mmc10s.mf + mmc12.mf + mmc12s.mf + mmc17.mf + mmc17s.mf + mmcb10.mf + mmcb10s.mf + mmcb12.mf + mmcb12s.mf + mmcb17.mf + mmcb17s.mf + mmcillu.mf cillu letters + mmcoding.mf defines glyph positions in the Malayalam font + mmconj.mf conjuncts + mmcons.mf consonants + mmcsl10.mf + mmcsl10s.mf + mmcsl12.mf + mmcsl12s.mf + mmcvconj.mf consonant-vowel combinations + mmdefs.mf definitions of Metafont macros used by the Malayalam font + mmexpa12.mf + mmexpb12.mf + mmexpc12.mf + mmfnt.mf galley file using alternative glyph encoding + mmfont.mf galley file using normal glyph encoding + mmlnums.mf Latin numerals + mmnums.mf Malayalam numerals + mmpunct.mf punctuation marks + mmrconj.mf conjuncts with subscribed ra + mmscons.mf conjuncts of stacked letters + mmsec.mf secondary variants of consonants + mmsl10.mf + mmsl10s.mf + mmsl12.mf + mmsl12s.mf + mmstyles.txt list of styles defined + mmtest.fts Atari-ST CSTeX test bed file + mmtest.mf test bed file + mmvowels.mf vowels + orn10.mf ornamental font + outline.mf outline effect + rejected.mf rejected variant shapes of some Malayalam letters + reverse.mf reverse video effect + shadow.mf shadow effect + var_ja.mf variant ja +MT: Directory containing code for another unfinished Malayalam metafont + mt12.mf + mtdefs.mf + mtfont.mf +Preprocessor: Directory containing the preprocessor source and support files + ack2mm.pat patterns to translate A.C.K. transcription to mine + avltree.c AVL tree code used by the pre-processor + avltree.h AVL tree header file + Makefile Make file for UNIX + ml.bat MS-DOS batch file to pre-process a Malayalam text (trad. script) + ml.g Atari-ST gulam file to pre-process a Malayalam text (trad. script) + mlr.bat MS-DOS batch file to pre-process a Malayalam text (mod. script) + mlr.g Atari-ST gulam file to pre-process a Malayalam text (mod. script) + mltr.g Atari-ST gulam file to pre-process a Malayalam text (mod. & trad. script) + mltrth.g Atari-ST gulam file to pre-process a Malayalam text (mod. & trad. & Dev. & Tam.) + mm.c main source of the pre-processor + mm.h header file of the pre-processor + mm.pat patters to translate Malayalam transcription to TeX-commands + mm.prj Atari-ST Pure C project file for the pre-processor + mm.scr Malayalam script definition (trad. script) + mm.trs Malayalam transliteration definition (trad. script) + mm2ack.pat patterns to translate my transliteration to that of A.C.K. + mmr.scr Malayalam script definition (mod. script) + mmr.trs Malayalam transliteration definition (mod. script) + mmrfull.trs Malayalam transliteration definition (mod. script, alt. punctuation) + patc: Directory containing the patc program, a transcription translator + detex.g Atari-ST gulam batch file to remove TeX commands + detex.pat patterns to remove TeX commands + patc.c the source of the pattern translator + patc.prj Atari-ST Pure C project file for patc + patc.txt manual pages for patc + pstree.c pattern-search tree source + pstree.h pattern-search tree headers + pstree.c + pstree.h + readfile.c file access + readfile.h + scr.c script definitions + scr.h + trs.c transliteration definitions + trs.h + Unicode: + unicode.txt some thoughts on using Unicode +Tamil: Directory to handle Tamil with Malayalam tex (requires WNTML) + adami.pat patterns to translate the ADAMI transliteration to mine + tamil.pat patterns to translate the Tamil transliteration to TeX-macros + tamil.tex chapter of user's guide on using Tamil + test.tam a test in ADAMI transliteration + test.tex a test in pre-processed form + test.tml a test in my transliteration + tmlmacs.tex macros to use Tamil + tmltrans.tex table of the Tamil transliteration (pre-processed) + tmltrans.tml macros to use Tamil in transliteration + tmltrans.txt table of the Tamil transliteration (source) + wntml.pat patterns to translate the original wntml transliteration +Charity a file explaining the concept of Charity-ware +Files this file +Install Some notes on Installation +Readme You should know by now +Todo Future extensions, bug fixes, etc. (Hints and comments appreciated) + +-- diff -Nru texlive-lang-2007.dfsg.4/texmf-dist/doc/fonts/malayalam/INSTALL texlive-lang-2009/texmf-dist/doc/fonts/malayalam/INSTALL --- texlive-lang-2007.dfsg.4/texmf-dist/doc/fonts/malayalam/INSTALL 1970-01-01 01:00:00.000000000 +0100 +++ texlive-lang-2009/texmf-dist/doc/fonts/malayalam/INSTALL 2006-01-09 00:47:01.000000000 +0000 @@ -0,0 +1,105 @@ + +Malayalam-TeX installation guide + + +Malayalam-TeX has been installed and tested on MS-DOS with emTeX, Atari-ST with +CSTeX and various on UNIX machines. A Macintosh version (OzTeX) is forthcoming. + +The installation procedures differs on all these machines, so look under the heading +of your machine. + +Included are .PK files intended for use with a CanonCX laserprinter engine (which is the +engine most 300 DPI laser printers use) If you need different fonts, you will have +to generate the fonts yourself using METAFONT. + +Atari-ST with CSTeX (presuming you use the command line shell gulam) + +To install + 1. Unpack the archive. + 2. Place the *.tfm files in a directory where TeX can find them + 3. Place the *.pk files in the directories where the DVI previewer and DVI printer + driver can find them. + 4. Place the mm.ttp, patc.ttp and the gulam batch files (ending with .G) + in a directory your shell can find them (normally C:\bin\) + 5. Set the environment variable MMDIR to the path where mm.trs, mm.scr, etc. are. + (mmfont\preproc in the distribution) + Everything should be in working order now +To create the .pk fonts + 1. Start C_MF + 2. Edit the file MM.FTS to include the fonts and magnifications you need + 3. Set the input directory to the directory where the Malayalam Metafont sources are + 4. Select the output device + 5. Create the fonts. (This may take some time) + C_MF will automatically place the resulting .PK files in the correct directories. + + +MS-DOS with emTeX + +To install + 1. Unpack the archive + 2. Place the *.TFM files in a directory where TeX can find them + 3. Place the *.PK files in the directories where the DVI previewer and DVI printer + driver can find them. + 4. Place the PATCH.EXE, MM.EXE and the batch files (ending with .BAT) + in a directory your path points at (normally C:\DOS\) + 5. Set the environment variable MMDIR to the path where MM.TRS, MM.SCR, etc. are. + (MMFONT\PREPROC in the distribution) + Everything should be in working order now +To create the *.PK fonts + 1. Edit the file MM.JOB to select the files and device you need + 2. Run MFJOB with this file. + + +UNIX + +To install + 1. Unpack the archive. (It may be required to change all names to lowercase + if this is not done automatically) + 2. Place the *.tfm files in a directory where TeX can find them. (or tell + TeX where they are by setting the environment variable TEXFONTS) + 3. Place the *.pk fonts in a directory your previewer and printer driver can + find them. (or tell TeX where they are by setting the environment variable + TEXPKS) For some TeX implementations, it may be required to rename the + fonts from *.pk to *.300pk + 6. Look in mm.c to find the line saying #define ATARI_ST, change this into + #define UNIX + 5. Make the preprocessor and the patc program, by saying make in the directory + they reside. + 6. Make the batch programs (ending in .g) executable, if you wish you may remove + the .g extention. (It is only needed for gulam on the Atari) + 7. Set the environment variable MMDIR to point at the directory where + the .scr and .trs files are (mmfont/preproc in the distribution). +To create the *.*pk fonts + 1. run Metafont, for example to make mm10.300gf + type `mf &plain "\mode=hplaser; mag:=1; input mm10"' + replace hplaser with your favourite mode + 2. Convert the resulting *.*gf file to a *.*pk file + type `gftopk mm10.gf mm10.pk' + To make all fonts, run the batch file mm.bat. This may take some time. +To test + type `ml mmtable.mm mmtable.tex' + type `tex &plain mmtable' + Print or view the resulting mmtable.dvi file. + + +Porting + +The included source code has been successfully compiled on + +* Turbo-C v2.03 for Atari ST. +* gcc v2.3.1 on HP-UX. +* Turbo C++ on MS-DOS. (use Huge memory model and word alignment options, increase + stack-size) + +If it doesn't work right away, things you may need to do include: +* change options in the Makefile +* make a project file for Turbo C++ (the one included is for Atari) +* change the line with + #define ATARI_ST + in the file mm.c to your system type. + + + +Good luck + +Jeroen Binary files /tmp/hvjTIsp08A/texlive-lang-2007.dfsg.4/texmf-dist/doc/fonts/ot2cyr/OT2info.dvi and /tmp/ah2wg1Ygu3/texlive-lang-2009/texmf-dist/doc/fonts/ot2cyr/OT2info.dvi differ diff -Nru texlive-lang-2007.dfsg.4/texmf-dist/doc/fonts/ot2cyr/OT2info.tex texlive-lang-2009/texmf-dist/doc/fonts/ot2cyr/OT2info.tex --- texlive-lang-2007.dfsg.4/texmf-dist/doc/fonts/ot2cyr/OT2info.tex 2006-01-09 00:47:01.000000000 +0000 +++ texlive-lang-2009/texmf-dist/doc/fonts/ot2cyr/OT2info.tex 1970-01-01 01:00:00.000000000 +0100 @@ -1,237 +0,0 @@ -\documentclass[a4paper]{article} -\usepackage[OT2,OT1]{fontenc} - -\def\cyr{\fontencoding{OT2}\fontfamily{wncyr}\selectfont} - -\begin{document} - -\title{The OT2 encoding} -\author{Mattias Ellert\\{\small t91mel@student.tdb.uu.se}} -\date{March 8 1996} -\maketitle - -The OT2 encoding is used for writing Cyrillic text in \LaTeX. -The table on the next page shows how to use the encoding. -The first column shows the Cyrillic letters, the second column shows -how to write the letters in the OT2 encoding and the third column -tells you in which languages the letters are used (Rus. = Russian, -Ukr. = Ukrainian, Blr. = Belorussian, Bul. = Bulgarian. Mak. = -Makedonian and of course Serb = Serb). - -Cyrillic letters with one-letter Roman equivalents can be entered `as -is': {\cyr a, b, v, g}, etc. This is also true for some letter -sequences that are treated as ligatures by the \LaTeX\ Cyrillic -fonts ({\cyr dj, zh, lj, nj, kh, ts, ch, sh, shch, yu} and {\cyr -ya}). Note that if you want to write the letter combination {\cyr -t{}s} you have to write \texttt{t\{\}s} in order not to produce a -{\cyr ts}. - -For the upper case versions of these letters the case is chosen by -the first letter, i.e.\ \texttt{Ts} and \texttt{TS} are equivalent. -This is also true for the letters that are written with \LaTeX\ -commands, \texttt{$\backslash$Dzh} and \texttt{$\backslash$DZH} both -produce {\cyr\Dzh}. (In the commands however, you can not mix upper and -lower case letters in the remainder of the command, e.g.\ -\texttt{$\backslash$DZh} does not work.) For letters whose commands -contain the full name of the letter, and not just a transliteration, -the all-upper-case version is not defined. - -Four different accents are declared in the OT2 encoding, -\texttt{$\backslash$'\{\}} is used to produce an acute accent ({\cyr\'{}}), -\texttt{$\backslash$"\{\}} is used for a dierisis ({\cyr\"{}}), and -two different commands, \texttt{$\backslash$u\{\}} and -\texttt{$\backslash$U\{\}} produce the Roman and Cyrillic style breves. -We recommend using the latter in Cyrillic text. {\cyr\"{E}} and {\cyr\U{i}} -(with the Cyrillic breve) have composites declared in the \LaTeX\ -Cyrillic fonts. There is also a dotless {\cyr\i\ (\dotlessi)} in -the fonts, which can be written with the command -\texttt{$\backslash$dotlessi}. There is usually no need for this however, -since the encoding automatically replaces any {\cyr\i}'s with -{\cyr\dotlessi}'s before putting an accent on them. - -In educational text it is customary to put an accent on the stressed -vowel in multi-syllable words. There is however a problem with putting -accents on {\cyr yu} and {\cyr ya} since these are treated as -ligatures. For this reason the OT2 encoding defines the commands -\texttt{$\backslash$yu, $\backslash$ya, $\backslash$Yu} and -\texttt{$\backslash$Ya} which can be used in combinations like -\texttt{$\backslash$'$\{\backslash$yu\}} to produce {\cyr\'{\yu}, -\'{\ya}, \'{\Yu}} and {\cyr\'{\Ya}}. - -\newpage -\thispagestyle{empty} - -\begin{tabular}{|cc|cc|l|} - \hline - {\cyr A} & {\cyr a} & \texttt{A} & \texttt{a} & - Rus., Ukr., Blr., Bul., Mak., Serb \\ - \hline - {\cyr B} & {\cyr b} & \texttt{B} & \texttt{b} & - Rus., Ukr., Blr., Bul., Mak., Serb \\ - \hline - {\cyr V} & {\cyr v} & \texttt{V} & \texttt{v} & - Rus., Ukr., Blr., Bul., Mak., Serb \\ - \hline - {\cyr G} & {\cyr g} & \texttt{G} & \texttt{g} & - Rus., Ukr., Blr., Bul., Mak., Serb \\ - \hline - {\cyr \'{G}} & {\cyr \'{g}} & \texttt{$\backslash$'\{G\}} & - \texttt{$\backslash$'\{g\}} & - Mak. \\ - \hline - {\cyr D} & {\cyr d} & \texttt{D} & \texttt{d} & - Rus., Ukr., Blr., Bul., Mak., Serb \\ - \hline - {\cyr Dj} & {\cyr dj} & \texttt{Dj} & \texttt{dj} & - Serb \\ - \hline - {\cyr E} & {\cyr e} & \texttt{E} & \texttt{e} & - Rus., Ukr., Blr., Bul., Mak., Serb \\ - \hline - {\cyr \"{E}} & {\cyr \"{e}} & \texttt{$\backslash$"\{E\}} & - \texttt{$\backslash$"\{e\}} & - Rus., Blr. \\ - \hline - {\cyr \Ee} & {\cyr \ee} & \texttt{$\backslash$Ee} & - \texttt{$\backslash$ee} & - Ukr. \\ - \hline - {\cyr Zh} & {\cyr zh} & \texttt{Zh} & \texttt{zh} & - Rus., Ukr., Blr., Bul., Mak., Serb \\ - \hline - {\cyr Z} & {\cyr z} & \texttt{Z} & \texttt{z} & - Rus., Ukr., Blr., Bul., Mak., Serb \\ - \hline - {\cyr \Dz} & {\cyr \dz} & \texttt{$\backslash$Dz} & - \texttt{$\backslash$dz} & - Mak. \\ - \hline - {\cyr I} & {\cyr i} & \texttt{I} & \texttt{i} & - Rus., Ukr., Bul., Mak., Serb \\ - \hline - {\cyr \I} & {\cyr \i} & \texttt{$\backslash$I} & - \texttt{$\backslash$i} & - Ukr., Blr., Russian until 1917 \\ - \hline - {\cyr \"{\I}} & {\cyr \"{\i}} & - \texttt{$\backslash$"\{$\backslash$I\}} & - \texttt{$\backslash$"\{$\backslash$i\}} & - Ukr. \\ - \hline - {\cyr \U{I}} & {\cyr \U{i}} & \texttt{$\backslash$U\{I\}} & - \texttt{$\backslash$U\{i\}} & - Rus., Ukr., Blr., Bul. \\ - \hline - {\cyr J} & {\cyr j} & \texttt{J} & \texttt{j} & - Mak., Serb \\ - \hline - {\cyr K} & {\cyr k} & \texttt{K} & \texttt{k} & - Rus., Ukr., Blr., Bul., Mak., Serb \\ - \hline - {\cyr \'{K}} & {\cyr \'{k}} & \texttt{$\backslash$'\{K\}} & - \texttt{$\backslash$'\{k\}} & - Mak. \\ - \hline - {\cyr L} & {\cyr l} & \texttt{L} & \texttt{l} & - Rus., Ukr., Blr., Bul., Mak., Serb \\ - \hline - {\cyr Lj} & {\cyr lj} & \texttt{Lj} & \texttt{lj} & - Mak., Serb \\ - \hline - {\cyr M} & {\cyr m} & \texttt{M} & \texttt{m} & - Rus., Ukr., Blr., Bul., Mak., Serb \\ - \hline - {\cyr N} & {\cyr n} & \texttt{N} & \texttt{n} & - Rus., Ukr., Blr., Bul., Mak., Serb \\ - \hline - {\cyr Nj} & {\cyr nj} & \texttt{Nj} & \texttt{nj} & - Mak., Serb \\ - \hline - {\cyr O} & {\cyr o} & \texttt{O} & \texttt{o} & - Rus., Ukr., Blr., Bul., Mak., Serb \\ - \hline - {\cyr P} & {\cyr p} & \texttt{P} & \texttt{p} & - Rus., Ukr., Blr., Bul., Mak., Serb \\ - \hline - {\cyr R} & {\cyr r} & \texttt{R} & \texttt{r} & - Rus., Ukr., Blr., Bul., Mak., Serb \\ - \hline - {\cyr S} & {\cyr s} & \texttt{S} & \texttt{s} & - Rus., Ukr., Blr., Bul., Mak., Serb \\ - \hline - {\cyr T} & {\cyr t} & \texttt{T} & \texttt{t} & - Rus., Ukr., Blr., Bul., Mak., Serb \\ - \hline - {\cyr \'{C}} & {\cyr \'{c}} & \texttt{$\backslash$'\{C\}} & - \texttt{$\backslash$'\{c\}} & - Serb \\ - \hline - {\cyr U} & {\cyr u} & \texttt{U} & \texttt{u} & - Rus., Ukr., Blr., Bul., Mak., Serb \\ - \hline - {\cyr \U{U}} & {\cyr \U{u}} & \texttt{$\backslash$U\{U\}} & - \texttt{$\backslash$U\{u\}} & - Blr. \\ - \hline - {\cyr F} & {\cyr f} & \texttt{F} & \texttt{f} & - Rus., Ukr., Blr., Bul., Mak., Serb \\ - \hline - {\cyr Kh} & {\cyr kh} & \texttt{Kh} & \texttt{kh} & - Rus., Ukr., Blr., Bul., Mak., Serb \\ - \hline - {\cyr Ts} & {\cyr ts} & \texttt{Ts} & \texttt{ts} & - Rus., Ukr., Blr., Bul., Mak., Serb \\ - \hline - {\cyr Ch} & {\cyr ch} & \texttt{Ch} & \texttt{ch} & - Rus., Ukr., Blr., Bul., Mak., Serb \\ - \hline - {\cyr \Dzh} & {\cyr \dzh} & \texttt{$\backslash$Dzh} & - \texttt{$\backslash$dzh} & - Mak., Serb \\ - \hline - {\cyr Sh} & {\cyr sh} & \texttt{Sh} & \texttt{sh} & - Rus., Ukr., Blr., Bul., Mak., Serb \\ - \hline - {\cyr Shch} & {\cyr shch} & \texttt{Shch} & \texttt{shch} & - Rus., Ukr., Bul. \\ - \hline - {\cyr \Hard} & {\cyr \hard} & \texttt{$\backslash$Hard} & - \texttt{$\backslash$hard} & - Rus., Bul. \\ - \hline - {\cyr Y} & {\cyr y} & \texttt{Y} & \texttt{y} & - Rus., Blr. \\ - \hline - {\cyr \Soft} & {\cyr \soft} & \texttt{$\backslash$Soft} & - \texttt{$\backslash$soft} & - Rus., Ukr., Blr., Bul. \\ - \hline - {\cyr \E} & {\cyr \e} & \texttt{$\backslash$E} & - \texttt{$\backslash$e} & - Rus., Blr. \\ - \hline - {\cyr Yu} & {\cyr yu} & \texttt{Yu} & \texttt{yu} & - Rus., Ukr., Blr., Bul. \\ - \hline - {\cyr Ya} & {\cyr ya} & \texttt{Ya} & \texttt{ya} & - Rus., Ukr., Blr., Bul. \\ - \hline - {\cyr \Izhitza} & {\cyr \izhitza} & \texttt{$\backslash$Izhitza} & - \texttt{$\backslash$izhitza} & Russian until 1917 \\ - \hline - {\cyr \Yatz} & {\cyr \yatz} & \texttt{$\backslash$Yatz} & - \texttt{$\backslash$yatz} & Russian until 1917 \\ - \hline - {\cyr \Fita} & {\cyr \fita} & \texttt{$\backslash$Fita} & - \texttt{$\backslash$fita} & Russian until 1917 \\ - \hline - {\cyr N0} & & \texttt{N0} & & \\ - \hline - {\cyr <} & {\cyr >} & \texttt{<} & \texttt{>} & \\ - \hline -\end{tabular} - - -\end{document} - - diff -Nru texlive-lang-2007.dfsg.4/texmf-dist/doc/fonts/ot2cyr/OT2mtest.tex texlive-lang-2009/texmf-dist/doc/fonts/ot2cyr/OT2mtest.tex --- texlive-lang-2007.dfsg.4/texmf-dist/doc/fonts/ot2cyr/OT2mtest.tex 2006-01-09 00:47:01.000000000 +0000 +++ texlive-lang-2009/texmf-dist/doc/fonts/ot2cyr/OT2mtest.tex 1970-01-01 01:00:00.000000000 +0100 @@ -1,61 +0,0 @@ -\documentclass[a4paper]{article} -\usepackage[OT2]{fontenc} -\begin{document} -\fontfamily{mnt}\selectfont -\def\rmdefault{mnt} -{\rmfamily -abvgde\"{e}zhzi\U{i}klmnoprstufkhtschshshch\hard y\soft \e yuya - -ABVGDE\"{E}ZHZI\U{I}KLMNOPRSTUFKHTSCHSHSHCH\Hard Y\Soft \E YUYA} - -\vspace{3ex} - -{\itshape -abvgde\"{e}zhzi\U{i}klmnoprstufkhtschshshch\hard y\soft \e yuya - -ABVGDE\"{E}ZHZI\U{I}KLMNOPRSTUFKHTSCHSHSHCH\Hard Y\Soft \E YUYA} - -\vspace{3ex} - -{\bfseries -abvgde\"{e}zhzi\U{i}klmnoprstufkhtschshshch\hard y\soft \e yuya - -ABVGDE\"{E}ZHZI\U{I}KLMNOPRSTUFKHTSCHSHSHCH\Hard Y\Soft \E YUYA} - -\vspace{3ex} - -{\scshape -abvgde\"{e}zhzi\U{i}klmnoprstufkhtschshshch\hard y\soft \e yuya - -ABVGDE\"{E}ZHZI\U{I}KLMNOPRSTUFKHTSCHSHSHCH\Hard Y\Soft \E YUYA} - -\vspace{3ex} - -{\sffamily -abvgde\"{e}zhzi\U{i}klmnoprstufkhtschshshch\hard y\soft \e yuya - -ABVGDE\"{E}ZHZI\U{I}KLMNOPRSTUFKHTSCHSHSHCH\Hard Y\Soft \E YUYA} - -\vspace{10ex} - -{\large TY I VY} - -\begin{verse} - - Pustoe \emph{vy} serdechnym \emph{ty} \\ - Ona, obmolvyals\soft, zamenila \\ - I vse schastlivye mechty \\ - V dushe vlyubl\"{e}nno\U{i} vozbudila. \\ - Pred ne\U{i} zadumchivo stoyu, \\ - Svesti oche\U{i} s ne\"{e} net sily; \\ - I govoryu e\U{i}: kak \emph{vy} mily! \\ - I myslyu: kak \emph{tebya} lyublyu! \\ - -\end{verse} - -\begin{flushright} - A. S. Pushkin, 1828 -\end{flushright} - - -\end{document} Binary files /tmp/hvjTIsp08A/texlive-lang-2007.dfsg.4/texmf-dist/doc/fonts/ot2cyr/OT2test.dvi and /tmp/ah2wg1Ygu3/texlive-lang-2009/texmf-dist/doc/fonts/ot2cyr/OT2test.dvi differ diff -Nru texlive-lang-2007.dfsg.4/texmf-dist/doc/fonts/ot2cyr/OT2test.tex texlive-lang-2009/texmf-dist/doc/fonts/ot2cyr/OT2test.tex --- texlive-lang-2007.dfsg.4/texmf-dist/doc/fonts/ot2cyr/OT2test.tex 2006-01-09 00:47:01.000000000 +0000 +++ texlive-lang-2009/texmf-dist/doc/fonts/ot2cyr/OT2test.tex 1970-01-01 01:00:00.000000000 +0100 @@ -1,61 +0,0 @@ -\documentclass[a4paper]{article} -\usepackage[OT2]{fontenc} - -\begin{document} - -{\rmfamily -abvgde\"{e}zhzi\U{i}klmnoprstufkhtschshshch\hard y\soft \e yuya - -ABVGDE\"{E}ZHZI\U{I}KLMNOPRSTUFKHTSCHSHSHCH\Hard Y\Soft \E YUYA} - -\vspace{3ex} - -{\itshape -abvgde\"{e}zhzi\U{i}klmnoprstufkhtschshshch\hard y\soft \e yuya - -ABVGDE\"{E}ZHZI\U{I}KLMNOPRSTUFKHTSCHSHSHCH\Hard Y\Soft \E YUYA} - -\vspace{3ex} - -{\bfseries -abvgde\"{e}zhzi\U{i}klmnoprstufkhtschshshch\hard y\soft \e yuya - -ABVGDE\"{E}ZHZI\U{I}KLMNOPRSTUFKHTSCHSHSHCH\Hard Y\Soft \E YUYA} - -\vspace{3ex} - -{\scshape -abvgde\"{e}zhzi\U{i}klmnoprstufkhtschshshch\hard y\soft \e yuya - -ABVGDE\"{E}ZHZI\U{I}KLMNOPRSTUFKHTSCHSHSHCH\Hard Y\Soft \E YUYA} - -\vspace{3ex} - -{\sffamily -abvgde\"{e}zhzi\U{i}klmnoprstufkhtschshshch\hard y\soft \e yuya - -ABVGDE\"{E}ZHZI\U{I}KLMNOPRSTUFKHTSCHSHSHCH\Hard Y\Soft \E YUYA} - -\vspace{10ex} - -{\large TY I VY} - -\begin{verse} - - Pustoe \emph{vy} serdechnym \emph{ty} \\ - Ona, obmolvyas\soft, zamenila \\ - I vse schastlivye mechty \\ - V dushe vlyubl\"{e}nno\U{i} vozbudila. \\ - Pred ne\U{i} zadumchivo stoyu, \\ - Svesti oche\U{i} s ne\"{e} net sily; \\ - I govoryu e\U{i}: kak \emph{vy} mily! \\ - I myslyu: kak \emph{tebya} lyublyu! \\ - -\end{verse} - -\begin{flushright} - A. S. Pushkin, 1828 -\end{flushright} - - -\end{document} diff -Nru texlive-lang-2007.dfsg.4/texmf-dist/doc/fonts/qfonts/00czytaj texlive-lang-2009/texmf-dist/doc/fonts/qfonts/00czytaj --- texlive-lang-2007.dfsg.4/texmf-dist/doc/fonts/qfonts/00czytaj 2006-01-09 00:47:01.000000000 +0000 +++ texlive-lang-2009/texmf-dist/doc/fonts/qfonts/00czytaj 1970-01-01 01:00:00.000000000 +0100 @@ -1,644 +0,0 @@ -% ========================================================================= -Zestaw fontów o nazwie QFONTS jest zmodyfikowan± wersj± fontów udostêpnionych -przez firmê URW++, rozpowszechnianych na licencji GNU z programem -Ghostscript. Zestaw QFONTS dziedziczy licencjê GNU General Public License, -wersja 2 (http://www.gnu.org/licenses/gpl.txt). -% ========================================================================= -UWAGA: Nale¿y koniecznie przeczytaæ NOTÊ 2 poni¿ej. -% ========================================================================= - -Zestaw QFONTS zawiera 7 rodzin (w sumie 25 fontów): - QuasiBookman (patrz 0readme.qbk) - QuasiCourier (patrz 0readme.qcr) - QuasiChancery (patrz 0readme.qzc) - QuasiSwiss, QuasiSwissCondensed (patrz 0readme.qhv) - QuasiPalatino (patrz 0readme.qpl) - QuasiTimes (patrz 0readme.qtm) - -Ka¿da rodzina mo¿e byæ pobrana i zainstalowana niezale¿nie, patrz pakiety: -qbk.zip, qcr.zip, qzc.zip, qhv.zip, qpl.zip, qtm.zip. Archiwum qfnt-tds.zip -zawiera pe³en zestaw QFONTS w uk³adzie kartotek zgodnym z TDS (TeX Directory -Structure). - -Ka¿dy z pakietów zawiera nastêpuj±ce pliki: - *.pfb -- fonty w binarnym formacie Adobe Type 1 - *.afm -- tekstowe pliki metryczne (Adobe metric file) - *.pfm -- binarne pliki metryczne (printer metric file; niezbêdne dla - instalacji fontów w systemie Windows wyposa¿onym w program - Adobe Type Manager) - *.tfm -- pliki metryczny dla systemu TeX (TeX metric file) - *.enc -- plik przekodowania dla sterownika dvips (encoding file) - config.*, *.map -- pliki konfiguracyjne dla sterownika dvips - *.fd, *.sty -- pliki makr i definicji dla formatu LaTeX 2e - *.tex -- przyk³ady u¿ycia fontów dla formatu LaTeX 2e - -Proponowane rozmieszczenie plików fontowych w strukturze katalogów TDS: - texmf/fonts/afm/public/qfonts/*.afm - texmf/fonts/tfm/public/qfonts/*.tfm - texmf/fonts/type1/public/qfonts/*.pfb *.pfm - texmf/fonts/ttf/public/qfonts/*.ttf - texmf/dvips/qfonts/*.map *.enc config.* - texmf/tex/latex/qfonts/*.sty *.fd - texmf/doc/fonts/qfonts/*.tex oraz pliki informacyjne - -Zawarto¶æ plików *.map nale¿y dopisaæ do pliku -texmf/dvips/config/psfonts.map (dla sterownika dvips) oraz do pliku -texmf/pdftex/config/psfonts.map (dla programu pdfTeX). -Alternatywnie pliki *.map mo¿na zadeklarowaæ w odpowiednich plikach -konfiguracyjnych tych programów (config.*). - -NOTA 1: dla u¿ytkowników formatu LaTeX 2e: plik definicyjny qxenc.def -jest nowsz± wersj± pliku zawartego w pakiecie platex, wer. 1.2.1. - -NOTA 2: w starych plikach psfonts.map wpisy dotycz±ce fontów -QuasiSwiss, QuasiPalladio oraz QuasiTimes mog± byæ nieaktualne. Nale¿y -to KONIECZNIE sprawdziæ i w razie niezgodno¶ci zamieniæ na wpisy zgodne -z zawarto¶ci± dostarczonych w tej dystrybucji plików. - - -HISTORIA: - -11 maja 2001, wer. 1.06; poprzednie wersje zosta³y uznane za wstêpne -14 stycznia 2002, wer. 1.07; zmiany zwi±zane z wprowadzeniem uk³adu QX 0.05 -1 marca 2002, wer. 1.07; jedyna zmiana: wygenerowano poprawne pliki *.pfm - -KONTAKT: - Uwagi i komentarze prosimy kierowaæ pod adresem: - Bogus³aw Jackowski, Janusz M. Nowacki, Piotr Strzelczyk - - - -% ========================================================================= - -Uk³ad QX obejmuje w istocie dwa kodowania -- dla systemów TeX oraz Windows. -Uk³ad QX dla systemu TeX bazuje na uk³adzie znanym jako EC (Cork encoding) -z uk³onem w stronê uk³adu PL, tzn. uk³adu fontów CM uzupe³nionego o polskie -znaki diakrytyczne i cudzys³owy, zaprojektowanego na potrzeby formatu MeX. -Uk³ad QX dla systemu Windows jest trudnym kompromisem pomiêdzy kilkoma -popularnymi tak zwanymi standardami (jak mo¿e wspó³istnieæ kilka -,,standardów''?!). - -Uk³ad QX zosta³ opracowany przez cz³onków Polskiej Grupy U¿ytkowników Systemu -TeX GUST. Zestaw znaków uk³adu QX ma w zamierzeniu wystarczaæ do sk³adu -za pomoc± systemu TeX tekstów (zw³aszcza technicznych) w wiêkszo¶ci jêzyków -europejskich. - -Po d³ugiej debacie znaki [tT]cedilla (niewykorzystywane w ¿adnym -z europejskich jêzyków, ale z niezrozumia³ych przyczyn obecne w wielu -fontach) zosta³y w wersji 0.04 uk³adu QX zast±pione przez rumuñskie znaki -[tT]commaaccent. Konsekwentnie tureckie znaki [sS]cedilla zosta³y zast±pione -przez rumuñskie znaki [sS]commaaccent, aczkolwiek zalecane jest pozostawienie -definicji obwiedni znaków [sS]cedilla w foncie. - -Wprowadzenie waluty euro spowodowa³o dodanie symbolu Euro do uk³adu QX -(wer. 0.05). Symbolowi temu zosta³ przypisany kod 128 zarówno w kodowaniu -dla systemu TeX, jak i Windows, co jest zgodne z zaleceniem Microsoftu -(http://www.microsoft.com/typography/faq/faq12.htm): - - The symbol has been added to the following codepages at position - '0x80'; 1250 Eastern European, 1252 Western, 1253 Greek, 1254 Turkish, - 1257 Baltic, 1255 Hebrew, 1256 Arabic, 1258 Vietnamese, 874 Thai. - In 1251 Cyrillic the symbol will be added at position '0x88'. - -Niestety skutkiem tego rozszerzenia by³a konieczno¶æ wprowadzenia dalszych -zmian w kodowaniu QX dla systemu Windows: litewskie znaki [Ii]ogonek -otrzyma³y kody 222 i 254 (uprzednio 128 i 144); znaki [Tt]horn, maj±ce -przedtem te kody, zosta³y usuniête. Zalecane jest pozostawienie definicji -kszta³tów znaków [Tt]horn w foncie. - -Przy okazji zmian wprowadzona zosta³a nazwa f_k dla (niestandardowej) -ligatury fk, zgodnie z zaleceniem Adobe: -http://partners.adobe.com/asn/developer/typeforum/unicodegn.html - - -Poni¿ej zamieszczamy porównanie uk³adu QX (wer. 0.05) z innymi uk³adami -znaków, szeroko stosowanymi w systemach okienkowych i w systemie TeX. - -% ========================================================================= -% PORÓWNANIE KODOWAÑ ZNAKÓW W SYSTEMIE TeX -% ========================================================================= -% KOD CM EC PL QX wer. 0.05 -% ========================================================================= - 0 00 Gamma grave Gamma alpha - 1 01 Delta acute Delta Delta - 2 02 Theta circumflex Theta beta - 3 03 Lambda tilde Lambda delta - 4 04 Xi dieresis Xi pi - 5 05 Pi hungarumlaut Pi Pi - 6 06 Sigma ring Sigma Sigma - 7 07 Upsilon caron Upsilon mu - 8 08 Phi breve Phi ellipsis - 9 09 Psi macron Psi f_k - 10 0A Omega dotaccent Omega Omega - 11 0B ff cedilla ff ff - 12 0C fi ogonek fi fi - 13 0D fl quotesinglbase fl fl - 14 0E ffi guilsinglleft ffi ffi - 15 0F ffl guilsinglright ffl ffl - 16 10 dotlessi quotedblleft dotlessi dotlessi - 17 11 dotlessj quotedblright dotlessj dotlessj - 18 12 grave quotedblbase grave grave - 19 13 acute guillemotleft acute acute - 20 14 caron guillemotright caron caron - 21 15 breve endash breve breve - 22 16 macron emdash macron macron - 23 17 ring compoundwordmark ring ring - 24 18 cedilla perthousand cedilla cedilla - 25 19 germandbls dotlessi germandbls germandbls - 26 1A ae dotlessj ae ae - 27 1B oe ff oe oe - 28 1C oslash fi oslash oslash - 29 1D AE fl AE AE - 30 1E OE ffi OE OE - 31 1F Oslash ffl Oslash Oslash - 32 20 suppress visualspace ogonek space - 33 21 exclam exclam exclam exclam - 34 22 quotedblright quotedbl quotedblright quotedblright - 35 23 numbersign numbersign numbersign numbersign - 36 24 dollar dollar dollar dollar - 37 25 percent percent percent percent - 38 26 ampersand ampersand ampersand ampersand - 39 27 quoteright quoteright quoteright quoteright - 40 28 parenleft parenleft parenleft parenleft - 41 29 parenright parenright parenright parenright - 42 2A asterisk asterisk asterisk asterisk - 43 2B plus plus plus plus - 44 2C comma comma comma comma - 45 2D hyphen hyphen hyphen hyphen - 46 2E period period period period - 47 2F slash slash slash slash - 48 30 zero zero zero zero - 49 31 one one one one - 50 32 two two two two - 51 33 three three three three - 52 34 four four four four - 53 35 five five five five - 54 36 six six six six - 55 37 seven seven seven seven - 56 38 eight eight eight eight - 57 39 nine nine nine nine - 58 3A colon colon colon colon - 59 3B semicolon semicolon semicolon semicolon - 60 3C exclamdown less exclamdown exclamdown - 61 3D equal equal equal equal - 62 3E questiondown greater questiondown questiondown - 63 3F question question question question - 64 40 at at at at - 65 41 A A A A - 66 42 B B B B - 67 43 C C C C - 68 44 D D D D - 69 45 E E E E - 70 46 F F F F - 71 47 G G G G - 72 48 H H H H - 73 49 I I I I - 74 4A J J J J - 75 4B K K K K - 76 4C L L L L - 77 4D M M M M - 78 4E N N N N - 79 4F O O O O - 80 50 P P P P - 81 51 Q Q Q Q - 82 52 R R R R - 83 53 S S S S - 84 54 T T T T - 85 55 U U U U - 86 56 V V V V - 87 57 W W W W - 88 58 X X X X - 89 59 Y Y Y Y - 90 5A Z Z Z Z - 91 5B bracketleft bracketleft bracketleft bracketleft - 92 5C quotedblleft backslash quotedblleft quotedblleft - 93 5D bracketright bracketright bracketright bracketright - 94 5E circumflex asciicircum circumflex circumflex - 95 5F dotaccent underscore dotaccent dotaccent - 96 60 quoteleft quoteleft quoteleft quoteleft - 97 61 a a a a - 98 62 b b b b - 99 63 c c c c -100 64 d d d d -101 65 e e e e -102 66 f f f f -103 67 g g g g -104 68 h h h h -105 69 i i i i -106 6A j j j j -107 6B k k k k -108 6C l l l l -109 6D m m m m -110 6E n n n n -111 6F o o o o -112 70 p p p p -113 71 q q q q -114 72 r r r r -115 73 s s s s -116 74 t t t t -117 75 u u u u -118 76 v v v v -119 77 w w w w -120 78 x x x x -121 79 y y y y -122 7A z z z z -123 7B endash braceleft endash endash -124 7C emdash bar emdash emdash -125 7D hungarumlaut braceright hungarumlaut hungarumlaut -126 7E tilde asciitilde tilde tilde -127 7F dieresis hyphen dieresis dieresis -128 80 @ Abreve @ Euro -129 81 @ Aogonek Aogonek Aogonek -130 82 @ Cacute Cacute Cacute -131 83 @ Ccaron @ greater -132 84 @ Dcaron @ greaterequal -133 85 @ Ecaron @ approxequal -134 86 @ Eogonek Eogonek Eogonek -135 87 @ Gbreve @ Iogonek -136 88 @ Lacute @ less -137 89 @ Lquoteright @ lessequal -138 8A @ Lslash Lslash Lslash -139 8B @ Nacute Nacute Nacute -140 8C @ Ncaron @ asciitilde -141 8D @ Eng @ asciicircum -142 8E @ Ohungarumlaut @ ell -143 8F @ Racute @ dagger -144 90 @ Rcaron @ daggerdbl -145 91 @ Sacute Sacute Sacute -146 92 @ Scaron @ Scaron -147 93 @ Scedilla @ Scommaaccent -148 94 @ Tcaron @ degree -149 95 @ Tcedilla @ Tcommaaccent -150 96 @ Uhungarumlaut @ ogonek -151 97 @ Uring @ Uogonek -152 98 @ Ydieresis @ Ydieresis -153 99 @ Zacute Zacute Zacute -154 9A @ Zcaron @ Zcaron -155 9B @ Zdotaccent Zdotaccent Zdotaccent -156 9C @ IJ @ @ -157 9D @ Idotaccent @ braceleft -158 9E @ dbar @ braceright -159 9F @ section @ section -160 A0 @ abreve @ @ -161 A1 @ aogonek aogonek aogonek -162 A2 @ cacute cacute cacute -163 A3 @ ccaron @ registered -164 A4 @ dquoteright @ copyright -165 A5 @ ecaron @ divide -166 A6 @ eogonek eogonek eogonek -167 A7 @ gbreve @ iogonek -168 A8 @ lacute @ minus -169 A9 @ lquoteright @ multiply -170 AA @ lslash lslash lslash -171 AB @ nacute nacute nacute -172 AC @ ncaron @ plusminus -173 AD @ eng @ infinity -174 AE @ ohungarumlaut guillemotleft guillemotleft -175 AF @ racute guillemotright guillemotright -176 B0 @ rcaron @ paragraph -177 B1 @ sacute sacute sacute -178 B2 @ scaron @ scaron -179 B3 @ scedilla @ scommaaccent -180 B4 @ tquoteright @ bullet -181 B5 @ tcedilla @ tcommaaccent -182 B6 @ uhungarumlaut @ @ -183 B7 @ uring @ uogonek -184 B8 @ ydieresis @ ydieresis -185 B9 @ zacute zacute zacute -186 BA @ zcaron @ zcaron -187 BB @ zdotaccent zdotaccent zdotaccent -188 BC @ ij @ @ -189 BD @ exclamdown @ periodcentered -190 BE @ questiondown @ quotedbl -191 BF @ sterling @ quotesingle -192 C0 @ Agrave @ Agrave -193 C1 @ Aacute @ Aacute -194 C2 @ Acircumflex @ Acircumflex -195 C3 @ Atilde @ Atilde -196 C4 @ Adieresis @ Adieresis -197 C5 @ Aring @ Aring -198 C6 @ AE @ backslash -199 C7 @ Ccedilla @ Ccedilla -200 C8 @ Egrave @ Egrave -201 C9 @ Eacute @ Eacute -202 CA @ Ecircumflex @ Ecircumflex -203 CB @ Edieresis @ Edieresis -204 CC @ Igrave @ Igrave -205 CD @ Iacute @ Iacute -206 CE @ Icircumflex @ Icircumflex -207 CF @ Idieresis @ Idieresis -208 D0 @ Eth @ Eth -209 D1 @ Ntilde @ Ntilde -210 D2 @ Ograve @ Ograve -211 D3 @ Oacute Oacute Oacute -212 D4 @ Ocircumflex @ Ocircumflex -213 D5 @ Otilde @ Otilde -214 D6 @ Odieresis @ Odieresis -215 D7 @ OE @ currency -216 D8 @ Oslash @ perthousand -217 D9 @ Ugrave @ Ugrave -218 DA @ Uacute @ Uacute -219 DB @ Ucircumflex @ Ucircumflex -220 DC @ Udieresis @ Udieresis -221 DD @ Yacute @ Yacute -222 DE @ Thorn @ Thorn -223 DF @ Germandbls @ bar -224 E0 @ agrave @ agrave -225 E1 @ aacute @ aacute -226 E2 @ acircumflex @ acircumflex -227 E3 @ atilde @ atilde -228 E4 @ adieresis @ adieresis -229 E5 @ aring @ aring -230 E6 @ ae @ underscore -231 E7 @ ccedilla @ ccedilla -232 E8 @ egrave @ egrave -233 E9 @ eacute @ eacute -234 EA @ ecircumflex @ ecircumflex -235 EB @ edieresis @ edieresis -236 EC @ igrave @ igrave -237 ED @ iacute @ iacute -238 EE @ icircumflex @ icircumflex -239 EF @ idieresis @ idieresis -240 F0 @ eth @ eth -241 F1 @ ntilde @ ntilde -242 F2 @ ograve @ ograve -243 F3 @ oacute oacute oacute -244 F4 @ ocircumflex @ ocircumflex -245 F5 @ otilde @ otilde -246 F6 @ odieresis @ odieresis -247 F7 @ oe @ anglearc -248 F8 @ oslash @ diameter -249 F9 @ ugrave @ ugrave -250 FA @ uacute @ uacute -251 FB @ ucircumflex @ ucircumflex -252 FC @ udieresis @ udieresis -253 FD @ yacute @ yacute -254 FE @ thorn @ thorn -255 FF @ germandbls quotedblbase quotedblbase -% ========================================================================= - - -% ========================================================= -% PORÓWNANIE KODOWAÑ ZNAKÓW W SYSTEMACH OKIENKOWYCH -% ========================================================= -% KOD NEW ANSI (0--127) Macintosh QX wer. 0.05 -% + CODE PAGE 1250 PLEURO -% ========================================================= - 0 00 @ @ @ - 1 01 @ @ acute - 2 02 @ @ circumflex - 3 03 @ @ cedilla - 4 04 @ @ dieresis - 5 05 @ @ breve - 6 06 @ @ dotaccent - 7 07 @ @ macron - 8 08 @ @ ring - 9 09 @ @ @ - 10 0A @ @ hungarumlaut - 11 0B @ @ ogonek - 12 0C @ @ caron - 13 0D @ @ @ - 14 0E @ @ dotlessi - 15 0F @ @ dotlessj - 16 10 @ @ tilde - 17 11 @ @ ff - 18 12 @ @ ffi - 19 13 @ @ ffl - 20 14 @ @ f_k - 21 15 @ @ approxequal - 22 16 @ @ ell - 23 17 @ @ infinity - 24 18 @ @ alpha - 25 19 @ @ beta - 26 1A @ @ delta - 27 1B @ @ pi - 28 1C @ @ Delta - 29 1D @ @ Pi - 30 1E @ @ Sigma - 31 1F @ @ Omega - 32 20 space space space - 33 21 exclam exclam exclam - 34 22 quotedbl quotedbl quotedbl - 35 23 numbersign numbersign numbersign - 36 24 dollar dollar dollar - 37 25 percent percent percent - 38 26 ampersand ampersand ampersand - 39 27 quotesingle quotesingle quotesingle - 40 28 parenleft parenleft parenleft - 41 29 parenright parenright parenright - 42 2A asterisk asterisk asterisk - 43 2B plus plus plus - 44 2C comma comma comma - 45 2D hyphen hyphen hyphen - 46 2E period period period - 47 2F slash slash slash - 48 30 zero zero zero - 49 31 one one one - 50 32 two two two - 51 33 three three three - 52 34 four four four - 53 35 five five five - 54 36 six six six - 55 37 seven seven seven - 56 38 eight eight eight - 57 39 nine nine nine - 58 3A colon colon colon - 59 3B semicolon semicolon semicolon - 60 3C less less less - 61 3D equal equal equal - 62 3E greater greater greater - 63 3F question question question - 64 40 at at at - 65 41 A A A - 66 42 B B B - 67 43 C C C - 68 44 D D D - 69 45 E E E - 70 46 F F F - 71 47 G G G - 72 48 H H H - 73 49 I I I - 74 4A J J J - 75 4B K K K - 76 4C L L L - 77 4D M M M - 78 4E N N N - 79 4F O O O - 80 50 P P P - 81 51 Q Q Q - 82 52 R R R - 83 53 S S S - 84 54 T T T - 85 55 U U U - 86 56 V V V - 87 57 W W W - 88 58 X X X - 89 59 Y Y Y - 90 5A Z Z Z - 91 5B bracketleft bracketleft bracketleft - 92 5C backslash backslash backslash - 93 5D bracketright bracketright bracketright - 94 5E asciicircum asciicircum asciicircum - 95 5F underscore underscore underscore - 96 60 grave grave grave - 97 61 a a a - 98 62 b b b - 99 63 c c c -100 64 d d d -101 65 e e e -102 66 f f f -103 67 g g g -104 68 h h h -105 69 i i i -106 6A j j j -107 6B k k k -108 6C l l l -109 6D m m m -110 6E n n n -111 6F o o o -112 70 p p p -113 71 q q q -114 72 r r r -115 73 s s s -116 74 t t t -117 75 u u u -118 76 v v v -119 77 w w w -120 78 x x x -121 79 y y y -122 7A z z z -123 7B braceleft braceleft braceleft -124 7C bar bar bar -125 7D braceright braceright braceright -126 7E asciitilde asciitilde asciitilde -127 7F @ @ @ -128 80 Euro @ Euro -129 81 @ @ fi -130 82 quotesinglbase quotesinglbase fl -131 83 @ Ydieresis Ydieresis -132 84 quotedblbase quotedblbase quotedblbase -133 85 ellipsis ellipsis ellipsis -134 86 dagger dagger dagger -135 87 daggerdbl daggerdbl daggerdbl -136 88 @ Ecircumflex Ecircumflex -137 89 perthousand perthousand perthousand -138 8A Scaron Scaron Scaron -139 8B guilsinglleft guilsinglleft Scommaaccent -140 8C Sacute Sacute Sacute -141 8D Tcaron OE OE -142 8E Zcaron Zcaron Zcaron -143 8F Zacute Zacute Zacute -144 90 @ @ @ -145 91 quoteleft quoteleft quoteleft -146 92 quoteright quoteright quoteright -147 93 quotedblleft quotedblleft quotedblleft -148 94 quotedblright quotedblright quotedblright -149 95 bullet bullet bullet -150 96 endash endash endash -151 97 emdash emdash emdash -152 98 @ ecircumflex ecircumflex -153 99 trademark trademark anglearc -154 9A scaron scaron scaron -155 9B guilsinglright guilsinglright scommaaccent -156 9C sacute sacute sacute -157 9D tquoteright oe oe -158 9E zcaron zcaron zcaron -159 9F zacute zacute zacute -160 A0 @ nbspace nbspace -161 A1 caron exclamdown exclamdown -162 A2 breve questiondown questiondown -163 A3 Lslash Lslash Lslash -164 A4 currency currency currency -165 A5 Aogonek Aogonek Aogonek -166 A6 brokenbar brokenbar diameter -167 A7 section section section -168 A8 dieresis dieresis Uogonek -169 A9 copyright copyright copyright -170 AA Scedilla AE AE -171 AB guillemotleft guillemotleft guillemotleft -172 AC logicalnot Ntilde Ntilde -173 AD hyphen minus minus -174 AE registered registered registered -175 AF Zdotaccent Zdotaccent Zdotaccent -176 B0 degree degree degree -177 B1 plusminus plusminus plusminus -178 B2 ogonek twosuperior lessequal -179 B3 lslash lslash lslash -180 B4 acute acute greaterequal -181 B5 mu mu mu -182 B6 paragraph paragraph paragraph -183 B7 periodcentered periodcentered periodcentered -184 B8 cedilla @ uogonek -185 B9 aogonek aogonek aogonek -186 BA scedilla ae ae -187 BB guillemotright guillemotright guillemotright -188 BC Lquoteright ntilde ntilde -189 BD hungarumlaut onehalf Tcommaaccent -190 BE lquoteright threequarters tcommaaccent -191 BF zdotaccent zdotaccent zdotaccent -192 C0 Racute Agrave Agrave -193 C1 Aacute Aacute Aacute -194 C2 Acircumflex Acircumflex Acircumflex -195 C3 Abreve Atilde Atilde -196 C4 Adieresis Adieresis Adieresis -197 C5 Lacute Aring Aring -198 C6 Cacute Cacute Cacute -199 C7 Ccedilla Ccedilla Ccedilla -200 C8 Ccaron Egrave Egrave -201 C9 Eacute Eacute Eacute -202 CA Eogonek Eogonek Eogonek -203 CB Edieresis Edieresis Edieresis -204 CC Ecaron Igrave Igrave -205 CD Iacute Iacute Iacute -206 CE Icircumflex Icircumflex Icircumflex -207 CF Dcaron Idieresis Idieresis -208 D0 Eth Eth Eth -209 D1 Nacute Nacute Nacute -210 D2 Ncaron Ograve Ograve -211 D3 Oacute Oacute Oacute -212 D4 Ocircumflex Ocircumflex Ocircumflex -213 D5 Ohungarumlaut Otilde Otilde -214 D6 Odieresis Odieresis Odieresis -215 D7 multiply multiply multiply -216 D8 Rcaron Oslash Oslash -217 D9 Uring Ugrave Ugrave -218 DA Uacute Uacute Uacute -219 DB Uhungarumlaut Ucircumflex Ucircumflex -220 DC Udieresis Udieresis Udieresis -221 DD Yacute Yacute Yacute -222 DE Tcedilla Thorn Iogonek -223 DF germandbls germandbls germandbls -224 E0 racute agrave agrave -225 E1 aacute aacute aacute -226 E2 acircumflex acircumflex acircumflex -227 E3 abreve atilde atilde -228 E4 adieresis adieresis adieresis -229 E5 lacute aring aring -230 E6 cacute cacute cacute -231 E7 ccedilla ccedilla ccedilla -232 E8 ccaron egrave egrave -233 E9 eacute eacute eacute -234 EA eogonek eogonek eogonek -235 EB edieresis edieresis edieresis -236 EC ecaron igrave igrave -237 ED iacute iacute iacute -238 EE icircumflex icircumflex icircumflex -239 EF dquoteright idieresis idieresis -240 F0 dbar eth eth -241 F1 nacute nacute nacute -242 F2 ncaron ograve ograve -243 F3 oacute oacute oacute -244 F4 ocircumflex ocircumflex ocircumflex -245 F5 ohungarumlaut otilde otilde -246 F6 odieresis odieresis odieresis -247 F7 divide divide divide -248 F8 rcaron oslash oslash -249 F9 uring ugrave ugrave -250 FA uacute uacute uacute -251 FB uhungarumlaut ucircumflex ucircumflex -252 FC udieresis udieresis udieresis -253 FD yacute yacute yacute -254 FE tcedilla thorn iogonek -255 FF dotaccent ydieresis ydieresis -% ========================================================= - diff -Nru texlive-lang-2007.dfsg.4/texmf-dist/doc/fonts/qfonts/00readme texlive-lang-2009/texmf-dist/doc/fonts/qfonts/00readme --- texlive-lang-2007.dfsg.4/texmf-dist/doc/fonts/qfonts/00readme 2006-01-09 00:47:01.000000000 +0000 +++ texlive-lang-2009/texmf-dist/doc/fonts/qfonts/00readme 1970-01-01 01:00:00.000000000 +0100 @@ -1,636 +0,0 @@ -% ========================================================================= -The QFONTS are based on URW++ fonts distributed with the Ghostscript program. -They are copyrighted but free according to the conditions of the GNU -General Public License, version 2 (http://www.gnu.org/licenses/gpl.txt). -% ========================================================================= -WARNING: you should carefully read the NOTE 2 below. -% ========================================================================= - -The set of QFONTS consists of 7 families (altogether 25 fonts): - QuasiBookman (see 0readme.qbk) - QuasiCourier (see 0readme.qcr) - QuasiChancery (see 0readme.qzc) - QuasiSwiss, QuasiSwissCondensed (see 0readme.qhv) - QuasiPalatino (see 0readme.qpl) - QuasiTimes (see 0readme.qtm) - -Every font family can be downloaded and installed separately, see the -respective packages: qbk.zip, qcr.zip, qzc.zip, qhv.zip, qpl.zip, qtm.zip. -qfnt-tds.zip contains the full set of QFONTS arranged according to the TeX -Directory Structure (TDS). - -Every font family consists of the following files: - *.pfb -- Adobe Type 1 binary files - *.afm -- Adobe metric files - *.pfm -- printer metric files, for installing in Windows equipped - with Adobe Type Manager - *.tfm -- TeX metric files, for using with TeX - *.enc -- encoding file, for dvips driver - config.*, *.map -- supplementary files for dvips - *.fd, *.sty -- supplementary files for LaTeX 2e - *.tex -- examples of use for LaTeX 2e - -Suggested placement of font and font-related files in the TDS tree: - texmf/fonts/afm/public/qfonts/*.afm - texmf/fonts/tfm/public/qfonts/*.tfm - texmf/fonts/type1/public/qfonts/*.pfb *.pfm - texmf/fonts/ttf/public/qfonts/*.ttf - texmf/dvips/qfonts/*.map *.enc config.* - texmf/tex/latex/qfonts/*.sty *.fd - texmf/doc/fonts/qfonts/*.tex and readme files - -The contents of *.map files should be appended to -texmf/dvips/config/psfonts.map (for dvips) and to -texmf/pdftex/config/psfonts.map (for pdfTeX), -or declared in the respective config files for both programs. - -NOTE 1: for LaTeX 2e users: qxenc.def auxiliary file, distributed separately, -should update the same file contained in the platex package, ver. 1.2.1. - -NOTE 2: in older versions of psfonts.map files, the entries concerning -families QuasiSwiss, QuasiPalladio, and QuasiTimes can be out of date; -you should CHECK them and replace them, if necessary, with the entries -enclosed in the current package. - -HISTORY: - -11th May 2001, ver. 1.06; previous versions should be considered preliminary. -14th January 2002, ver. 1.07; changes due to introducing QX 0.05 -1st March 2002, ver. 1.07; only .pfm files corrected - -CONTACT: - Comments, remarks and bug reports please send to: - Bogus\l{}aw Jackowski, Janusz M. Nowacki, Piotr Strzelczyk - - - -% ========================================================================= - -QX layout for TeX is based on EC encoding (Cork Encoding) with a bow -towards PL layout (i.e., CM layout equipped with Polish diacritical -characters, to be used with the Polish version of plain, MeX), while QX -layout for Windows is a difficult compromise between several so-called -standards (how several ``standards'' can co-exist?!). QX layout has been -worked out by the Polish TeX Users Group GUST. The character set of the QX -layout should suffice to typeset texts (using TeX) in most European -languages. - -After a long debate, we decided (in ver. 0.04 of the QX layout) to replace -omnipresent but actually nonexistent [tT]cedilla by Romanian [tT]commaaccent; -censequently, Turkish [sS]cedilla was replaced by [sS]commaaccent (still we -would recommend to keep the glyph of a [sS]cedilla character in a font). - -Under the pressure from euro currency funs, we moreover included an -Euro symbol (in ver. 0.05 of the QX layout). We assigned the slot -128 for it complying with Microsoft proposal for non-cyrillic fonts -(http://www.microsoft.com/typography/faq/faq12.htm): - - The symbol has been added to the following codepages at position - '0x80'; 1250 Eastern European, 1252 Western, 1253 Greek, 1254 Turkish, - 1257 Baltic, 1255 Hebrew, 1256 Arabic, 1258 Vietnamese, 874 Thai. - In 1251 Cyrillic the symbol will be added at position '0x88'. - -Therefore, we had to do something with a Lithuanian Iogonek character that -previously had occupied this slot. We decided to remove Thorn (222, Tcedilla -in CP 1250) and thorn (254, tcedilla in CP 1250) characters from the Windows -QX layout (we recommend, as with [sS]cedilla characters, to keep the glyphs -in a font) and use the freed slots for Iogonek (previously 128) and iogonek -(previously 144, now free), respectively. The TeX QX layout, fortunately, had -had the slot 128 already free, hence there was no need for rearrangement. - -Finally, we decided to change the name of a (non-standard) ligature -fk to f_k, complying with Adobe recommendations contained in: -http://partners.adobe.com/asn/developer/typeforum/unicodegn.html - - -Below you'll find the comparison of basic TeX and Windows layouts with -the QX one. - -% ========================================================================= -% COMPARISON OF TeX LAYOUTS -% ========================================================================= -% CODE CM EC PL QX ver. 0.05 -% ========================================================================= - 0 00 Gamma grave Gamma alpha - 1 01 Delta acute Delta Delta - 2 02 Theta circumflex Theta beta - 3 03 Lambda tilde Lambda delta - 4 04 Xi dieresis Xi pi - 5 05 Pi hungarumlaut Pi Pi - 6 06 Sigma ring Sigma Sigma - 7 07 Upsilon caron Upsilon mu - 8 08 Phi breve Phi ellipsis - 9 09 Psi macron Psi f_k - 10 0A Omega dotaccent Omega Omega - 11 0B ff cedilla ff ff - 12 0C fi ogonek fi fi - 13 0D fl quotesinglbase fl fl - 14 0E ffi guilsinglleft ffi ffi - 15 0F ffl guilsinglright ffl ffl - 16 10 dotlessi quotedblleft dotlessi dotlessi - 17 11 dotlessj quotedblright dotlessj dotlessj - 18 12 grave quotedblbase grave grave - 19 13 acute guillemotleft acute acute - 20 14 caron guillemotright caron caron - 21 15 breve endash breve breve - 22 16 macron emdash macron macron - 23 17 ring compoundwordmark ring ring - 24 18 cedilla perthousand cedilla cedilla - 25 19 germandbls dotlessi germandbls germandbls - 26 1A ae dotlessj ae ae - 27 1B oe ff oe oe - 28 1C oslash fi oslash oslash - 29 1D AE fl AE AE - 30 1E OE ffi OE OE - 31 1F Oslash ffl Oslash Oslash - 32 20 suppress visualspace ogonek space - 33 21 exclam exclam exclam exclam - 34 22 quotedblright quotedbl quotedblright quotedblright - 35 23 numbersign numbersign numbersign numbersign - 36 24 dollar dollar dollar dollar - 37 25 percent percent percent percent - 38 26 ampersand ampersand ampersand ampersand - 39 27 quoteright quoteright quoteright quoteright - 40 28 parenleft parenleft parenleft parenleft - 41 29 parenright parenright parenright parenright - 42 2A asterisk asterisk asterisk asterisk - 43 2B plus plus plus plus - 44 2C comma comma comma comma - 45 2D hyphen hyphen hyphen hyphen - 46 2E period period period period - 47 2F slash slash slash slash - 48 30 zero zero zero zero - 49 31 one one one one - 50 32 two two two two - 51 33 three three three three - 52 34 four four four four - 53 35 five five five five - 54 36 six six six six - 55 37 seven seven seven seven - 56 38 eight eight eight eight - 57 39 nine nine nine nine - 58 3A colon colon colon colon - 59 3B semicolon semicolon semicolon semicolon - 60 3C exclamdown less exclamdown exclamdown - 61 3D equal equal equal equal - 62 3E questiondown greater questiondown questiondown - 63 3F question question question question - 64 40 at at at at - 65 41 A A A A - 66 42 B B B B - 67 43 C C C C - 68 44 D D D D - 69 45 E E E E - 70 46 F F F F - 71 47 G G G G - 72 48 H H H H - 73 49 I I I I - 74 4A J J J J - 75 4B K K K K - 76 4C L L L L - 77 4D M M M M - 78 4E N N N N - 79 4F O O O O - 80 50 P P P P - 81 51 Q Q Q Q - 82 52 R R R R - 83 53 S S S S - 84 54 T T T T - 85 55 U U U U - 86 56 V V V V - 87 57 W W W W - 88 58 X X X X - 89 59 Y Y Y Y - 90 5A Z Z Z Z - 91 5B bracketleft bracketleft bracketleft bracketleft - 92 5C quotedblleft backslash quotedblleft quotedblleft - 93 5D bracketright bracketright bracketright bracketright - 94 5E circumflex asciicircum circumflex circumflex - 95 5F dotaccent underscore dotaccent dotaccent - 96 60 quoteleft quoteleft quoteleft quoteleft - 97 61 a a a a - 98 62 b b b b - 99 63 c c c c -100 64 d d d d -101 65 e e e e -102 66 f f f f -103 67 g g g g -104 68 h h h h -105 69 i i i i -106 6A j j j j -107 6B k k k k -108 6C l l l l -109 6D m m m m -110 6E n n n n -111 6F o o o o -112 70 p p p p -113 71 q q q q -114 72 r r r r -115 73 s s s s -116 74 t t t t -117 75 u u u u -118 76 v v v v -119 77 w w w w -120 78 x x x x -121 79 y y y y -122 7A z z z z -123 7B endash braceleft endash endash -124 7C emdash bar emdash emdash -125 7D hungarumlaut braceright hungarumlaut hungarumlaut -126 7E tilde asciitilde tilde tilde -127 7F dieresis hyphen dieresis dieresis -128 80 @ Abreve @ Euro -129 81 @ Aogonek Aogonek Aogonek -130 82 @ Cacute Cacute Cacute -131 83 @ Ccaron @ greater -132 84 @ Dcaron @ greaterequal -133 85 @ Ecaron @ approxequal -134 86 @ Eogonek Eogonek Eogonek -135 87 @ Gbreve @ Iogonek -136 88 @ Lacute @ less -137 89 @ Lquoteright @ lessequal -138 8A @ Lslash Lslash Lslash -139 8B @ Nacute Nacute Nacute -140 8C @ Ncaron @ asciitilde -141 8D @ Eng @ asciicircum -142 8E @ Ohungarumlaut @ ell -143 8F @ Racute @ dagger -144 90 @ Rcaron @ daggerdbl -145 91 @ Sacute Sacute Sacute -146 92 @ Scaron @ Scaron -147 93 @ Scedilla @ Scommaaccent -148 94 @ Tcaron @ degree -149 95 @ Tcedilla @ Tcommaaccent -150 96 @ Uhungarumlaut @ ogonek -151 97 @ Uring @ Uogonek -152 98 @ Ydieresis @ Ydieresis -153 99 @ Zacute Zacute Zacute -154 9A @ Zcaron @ Zcaron -155 9B @ Zdotaccent Zdotaccent Zdotaccent -156 9C @ IJ @ @ -157 9D @ Idotaccent @ braceleft -158 9E @ dbar @ braceright -159 9F @ section @ section -160 A0 @ abreve @ @ -161 A1 @ aogonek aogonek aogonek -162 A2 @ cacute cacute cacute -163 A3 @ ccaron @ registered -164 A4 @ dquoteright @ copyright -165 A5 @ ecaron @ divide -166 A6 @ eogonek eogonek eogonek -167 A7 @ gbreve @ iogonek -168 A8 @ lacute @ minus -169 A9 @ lquoteright @ multiply -170 AA @ lslash lslash lslash -171 AB @ nacute nacute nacute -172 AC @ ncaron @ plusminus -173 AD @ eng @ infinity -174 AE @ ohungarumlaut guillemotleft guillemotleft -175 AF @ racute guillemotright guillemotright -176 B0 @ rcaron @ paragraph -177 B1 @ sacute sacute sacute -178 B2 @ scaron @ scaron -179 B3 @ scedilla @ scommaaccent -180 B4 @ tquoteright @ bullet -181 B5 @ tcedilla @ tcommaaccent -182 B6 @ uhungarumlaut @ @ -183 B7 @ uring @ uogonek -184 B8 @ ydieresis @ ydieresis -185 B9 @ zacute zacute zacute -186 BA @ zcaron @ zcaron -187 BB @ zdotaccent zdotaccent zdotaccent -188 BC @ ij @ @ -189 BD @ exclamdown @ periodcentered -190 BE @ questiondown @ quotedbl -191 BF @ sterling @ quotesingle -192 C0 @ Agrave @ Agrave -193 C1 @ Aacute @ Aacute -194 C2 @ Acircumflex @ Acircumflex -195 C3 @ Atilde @ Atilde -196 C4 @ Adieresis @ Adieresis -197 C5 @ Aring @ Aring -198 C6 @ AE @ backslash -199 C7 @ Ccedilla @ Ccedilla -200 C8 @ Egrave @ Egrave -201 C9 @ Eacute @ Eacute -202 CA @ Ecircumflex @ Ecircumflex -203 CB @ Edieresis @ Edieresis -204 CC @ Igrave @ Igrave -205 CD @ Iacute @ Iacute -206 CE @ Icircumflex @ Icircumflex -207 CF @ Idieresis @ Idieresis -208 D0 @ Eth @ Eth -209 D1 @ Ntilde @ Ntilde -210 D2 @ Ograve @ Ograve -211 D3 @ Oacute Oacute Oacute -212 D4 @ Ocircumflex @ Ocircumflex -213 D5 @ Otilde @ Otilde -214 D6 @ Odieresis @ Odieresis -215 D7 @ OE @ currency -216 D8 @ Oslash @ perthousand -217 D9 @ Ugrave @ Ugrave -218 DA @ Uacute @ Uacute -219 DB @ Ucircumflex @ Ucircumflex -220 DC @ Udieresis @ Udieresis -221 DD @ Yacute @ Yacute -222 DE @ Thorn @ Thorn -223 DF @ Germandbls @ bar -224 E0 @ agrave @ agrave -225 E1 @ aacute @ aacute -226 E2 @ acircumflex @ acircumflex -227 E3 @ atilde @ atilde -228 E4 @ adieresis @ adieresis -229 E5 @ aring @ aring -230 E6 @ ae @ underscore -231 E7 @ ccedilla @ ccedilla -232 E8 @ egrave @ egrave -233 E9 @ eacute @ eacute -234 EA @ ecircumflex @ ecircumflex -235 EB @ edieresis @ edieresis -236 EC @ igrave @ igrave -237 ED @ iacute @ iacute -238 EE @ icircumflex @ icircumflex -239 EF @ idieresis @ idieresis -240 F0 @ eth @ eth -241 F1 @ ntilde @ ntilde -242 F2 @ ograve @ ograve -243 F3 @ oacute oacute oacute -244 F4 @ ocircumflex @ ocircumflex -245 F5 @ otilde @ otilde -246 F6 @ odieresis @ odieresis -247 F7 @ oe @ anglearc -248 F8 @ oslash @ diameter -249 F9 @ ugrave @ ugrave -250 FA @ uacute @ uacute -251 FB @ ucircumflex @ ucircumflex -252 FC @ udieresis @ udieresis -253 FD @ yacute @ yacute -254 FE @ thorn @ thorn -255 FF @ germandbls quotedblbase quotedblbase -% ========================================================================= - - -% ========================================================= -% COMPARISON OF WINDOWS LAYOUTS -% ========================================================= -% CODE NEW ANSI (0--127) Macintosh QX ver. 0.05 -% + CODE PAGE 1250 PLEURO -% ========================================================= - 0 00 @ @ @ - 1 01 @ @ acute - 2 02 @ @ circumflex - 3 03 @ @ cedilla - 4 04 @ @ dieresis - 5 05 @ @ breve - 6 06 @ @ dotaccent - 7 07 @ @ macron - 8 08 @ @ ring - 9 09 @ @ @ - 10 0A @ @ hungarumlaut - 11 0B @ @ ogonek - 12 0C @ @ caron - 13 0D @ @ @ - 14 0E @ @ dotlessi - 15 0F @ @ dotlessj - 16 10 @ @ tilde - 17 11 @ @ ff - 18 12 @ @ ffi - 19 13 @ @ ffl - 20 14 @ @ f_k - 21 15 @ @ approxequal - 22 16 @ @ ell - 23 17 @ @ infinity - 24 18 @ @ alpha - 25 19 @ @ beta - 26 1A @ @ delta - 27 1B @ @ pi - 28 1C @ @ Delta - 29 1D @ @ Pi - 30 1E @ @ Sigma - 31 1F @ @ Omega - 32 20 space space space - 33 21 exclam exclam exclam - 34 22 quotedbl quotedbl quotedbl - 35 23 numbersign numbersign numbersign - 36 24 dollar dollar dollar - 37 25 percent percent percent - 38 26 ampersand ampersand ampersand - 39 27 quotesingle quotesingle quotesingle - 40 28 parenleft parenleft parenleft - 41 29 parenright parenright parenright - 42 2A asterisk asterisk asterisk - 43 2B plus plus plus - 44 2C comma comma comma - 45 2D hyphen hyphen hyphen - 46 2E period period period - 47 2F slash slash slash - 48 30 zero zero zero - 49 31 one one one - 50 32 two two two - 51 33 three three three - 52 34 four four four - 53 35 five five five - 54 36 six six six - 55 37 seven seven seven - 56 38 eight eight eight - 57 39 nine nine nine - 58 3A colon colon colon - 59 3B semicolon semicolon semicolon - 60 3C less less less - 61 3D equal equal equal - 62 3E greater greater greater - 63 3F question question question - 64 40 at at at - 65 41 A A A - 66 42 B B B - 67 43 C C C - 68 44 D D D - 69 45 E E E - 70 46 F F F - 71 47 G G G - 72 48 H H H - 73 49 I I I - 74 4A J J J - 75 4B K K K - 76 4C L L L - 77 4D M M M - 78 4E N N N - 79 4F O O O - 80 50 P P P - 81 51 Q Q Q - 82 52 R R R - 83 53 S S S - 84 54 T T T - 85 55 U U U - 86 56 V V V - 87 57 W W W - 88 58 X X X - 89 59 Y Y Y - 90 5A Z Z Z - 91 5B bracketleft bracketleft bracketleft - 92 5C backslash backslash backslash - 93 5D bracketright bracketright bracketright - 94 5E asciicircum asciicircum asciicircum - 95 5F underscore underscore underscore - 96 60 grave grave grave - 97 61 a a a - 98 62 b b b - 99 63 c c c -100 64 d d d -101 65 e e e -102 66 f f f -103 67 g g g -104 68 h h h -105 69 i i i -106 6A j j j -107 6B k k k -108 6C l l l -109 6D m m m -110 6E n n n -111 6F o o o -112 70 p p p -113 71 q q q -114 72 r r r -115 73 s s s -116 74 t t t -117 75 u u u -118 76 v v v -119 77 w w w -120 78 x x x -121 79 y y y -122 7A z z z -123 7B braceleft braceleft braceleft -124 7C bar bar bar -125 7D braceright braceright braceright -126 7E asciitilde asciitilde asciitilde -127 7F @ @ @ -128 80 Euro @ Euro -129 81 @ @ fi -130 82 quotesinglbase quotesinglbase fl -131 83 @ Ydieresis Ydieresis -132 84 quotedblbase quotedblbase quotedblbase -133 85 ellipsis ellipsis ellipsis -134 86 dagger dagger dagger -135 87 daggerdbl daggerdbl daggerdbl -136 88 @ Ecircumflex Ecircumflex -137 89 perthousand perthousand perthousand -138 8A Scaron Scaron Scaron -139 8B guilsinglleft guilsinglleft Scommaaccent -140 8C Sacute Sacute Sacute -141 8D Tcaron OE OE -142 8E Zcaron Zcaron Zcaron -143 8F Zacute Zacute Zacute -144 90 @ @ @ -145 91 quoteleft quoteleft quoteleft -146 92 quoteright quoteright quoteright -147 93 quotedblleft quotedblleft quotedblleft -148 94 quotedblright quotedblright quotedblright -149 95 bullet bullet bullet -150 96 endash endash endash -151 97 emdash emdash emdash -152 98 @ ecircumflex ecircumflex -153 99 trademark trademark anglearc -154 9A scaron scaron scaron -155 9B guilsinglright guilsinglright scommaaccent -156 9C sacute sacute sacute -157 9D tquoteright oe oe -158 9E zcaron zcaron zcaron -159 9F zacute zacute zacute -160 A0 @ nbspace nbspace -161 A1 caron exclamdown exclamdown -162 A2 breve questiondown questiondown -163 A3 Lslash Lslash Lslash -164 A4 currency currency currency -165 A5 Aogonek Aogonek Aogonek -166 A6 brokenbar brokenbar diameter -167 A7 section section section -168 A8 dieresis dieresis Uogonek -169 A9 copyright copyright copyright -170 AA Scedilla AE AE -171 AB guillemotleft guillemotleft guillemotleft -172 AC logicalnot Ntilde Ntilde -173 AD hyphen minus minus -174 AE registered registered registered -175 AF Zdotaccent Zdotaccent Zdotaccent -176 B0 degree degree degree -177 B1 plusminus plusminus plusminus -178 B2 ogonek twosuperior lessequal -179 B3 lslash lslash lslash -180 B4 acute acute greaterequal -181 B5 mu mu mu -182 B6 paragraph paragraph paragraph -183 B7 periodcentered periodcentered periodcentered -184 B8 cedilla @ uogonek -185 B9 aogonek aogonek aogonek -186 BA scedilla ae ae -187 BB guillemotright guillemotright guillemotright -188 BC Lquoteright ntilde ntilde -189 BD hungarumlaut onehalf Tcommaaccent -190 BE lquoteright threequarters tcommaaccent -191 BF zdotaccent zdotaccent zdotaccent -192 C0 Racute Agrave Agrave -193 C1 Aacute Aacute Aacute -194 C2 Acircumflex Acircumflex Acircumflex -195 C3 Abreve Atilde Atilde -196 C4 Adieresis Adieresis Adieresis -197 C5 Lacute Aring Aring -198 C6 Cacute Cacute Cacute -199 C7 Ccedilla Ccedilla Ccedilla -200 C8 Ccaron Egrave Egrave -201 C9 Eacute Eacute Eacute -202 CA Eogonek Eogonek Eogonek -203 CB Edieresis Edieresis Edieresis -204 CC Ecaron Igrave Igrave -205 CD Iacute Iacute Iacute -206 CE Icircumflex Icircumflex Icircumflex -207 CF Dcaron Idieresis Idieresis -208 D0 Eth Eth Eth -209 D1 Nacute Nacute Nacute -210 D2 Ncaron Ograve Ograve -211 D3 Oacute Oacute Oacute -212 D4 Ocircumflex Ocircumflex Ocircumflex -213 D5 Ohungarumlaut Otilde Otilde -214 D6 Odieresis Odieresis Odieresis -215 D7 multiply multiply multiply -216 D8 Rcaron Oslash Oslash -217 D9 Uring Ugrave Ugrave -218 DA Uacute Uacute Uacute -219 DB Uhungarumlaut Ucircumflex Ucircumflex -220 DC Udieresis Udieresis Udieresis -221 DD Yacute Yacute Yacute -222 DE Tcedilla Thorn Iogonek -223 DF germandbls germandbls germandbls -224 E0 racute agrave agrave -225 E1 aacute aacute aacute -226 E2 acircumflex acircumflex acircumflex -227 E3 abreve atilde atilde -228 E4 adieresis adieresis adieresis -229 E5 lacute aring aring -230 E6 cacute cacute cacute -231 E7 ccedilla ccedilla ccedilla -232 E8 ccaron egrave egrave -233 E9 eacute eacute eacute -234 EA eogonek eogonek eogonek -235 EB edieresis edieresis edieresis -236 EC ecaron igrave igrave -237 ED iacute iacute iacute -238 EE icircumflex icircumflex icircumflex -239 EF dquoteright idieresis idieresis -240 F0 dbar eth eth -241 F1 nacute nacute nacute -242 F2 ncaron ograve ograve -243 F3 oacute oacute oacute -244 F4 ocircumflex ocircumflex ocircumflex -245 F5 ohungarumlaut otilde otilde -246 F6 odieresis odieresis odieresis -247 F7 divide divide divide -248 F8 rcaron oslash oslash -249 F9 uring ugrave ugrave -250 FA uacute uacute uacute -251 FB uhungarumlaut ucircumflex ucircumflex -252 FC udieresis udieresis udieresis -253 FD yacute yacute yacute -254 FE tcedilla thorn iogonek -255 FF dotaccent ydieresis ydieresis -% ========================================================= - diff -Nru texlive-lang-2007.dfsg.4/texmf-dist/doc/fonts/qfonts/0readme.qcr texlive-lang-2009/texmf-dist/doc/fonts/qfonts/0readme.qcr --- texlive-lang-2007.dfsg.4/texmf-dist/doc/fonts/qfonts/0readme.qcr 2006-01-09 00:47:01.000000000 +0000 +++ texlive-lang-2009/texmf-dist/doc/fonts/qfonts/0readme.qcr 1970-01-01 01:00:00.000000000 +0100 @@ -1,33 +0,0 @@ -QuasiCourier (1.07) -The fonts are copyrighted but free according to the conditions of the GNU -General Public License, version 2 (http://www.gnu.org/licenses/gpl.txt). - -EN: - The font family Nimbus Mono L (distributed with Ghostscript under - the GNU General Public Licence) augmented complying with QX layout - (see 00readme) and modified. The font is based on a popular - font from IBM golfball typewriters. Authors of the modification: - Bogus\l{}aw Jackowski, Janusz M. Nowacki and Piotr Strzelczyk. - The work was sponsored by the Polish TeX Users Group GUST and - the Polish State Committee for Scientific Research. The modified - font was renamed to QuasiCourier. - - Comments and remarks please send to: - Bogus\l{}aw Jackowski, Janusz M. Nowacki, Piotr Strzelczyk - - -PL (iso8859-2): - Uzupe³niona do uk³adu QX (p. 00readme) i nieco zmodyfikowana rodzina - fontów Nimbus Mono L (z dystrybucji programu Ghostscript, rozpowszechniana - na zasadach GNU General Public Licence). Jest to replika popularnego - kroju pisma, stosowanego w g³owicowych maszynach do pisania firmy IBM. - Autorami modyfikacji s±: Bogus³aw Jackowski, Janusz M. Nowacki - i Piotr Strzelczyk. Prace nad adaptacj± tego fontu by³y czê¶ciowo - sponsorowane przez Polsk± Grupê U¿ytkowników Systemu TeX GUST - i Komitet Badañ Naukowych. Zmodyfikowany font otrzyma³ nazwê - QuasiCourier. - - Uwagi i komentarze prosimy kierowaæ pod adresem: - Bogus³aw Jackowski, Janusz M. Nowacki, Piotr Strzelczyk - - diff -Nru texlive-lang-2007.dfsg.4/texmf-dist/doc/fonts/qfonts/0readme.qhv texlive-lang-2009/texmf-dist/doc/fonts/qfonts/0readme.qhv --- texlive-lang-2007.dfsg.4/texmf-dist/doc/fonts/qfonts/0readme.qhv 2006-01-09 00:47:01.000000000 +0000 +++ texlive-lang-2009/texmf-dist/doc/fonts/qfonts/0readme.qhv 1970-01-01 01:00:00.000000000 +0100 @@ -1,40 +0,0 @@ -QuasiSwiss, QuasiSwissCondensed (1.07) -The fonts are copyrighted but free according to the conditions of the GNU -General Public License, version 2 (http://www.gnu.org/licenses/gpl.txt). - -EN: - Two font families Nimbus Sans L and Nimbus Sans L Condensed (distributed - with Ghostscript under the GNU General Public Licence) augmented complying - with QX layout (see 00readme) and modified. The font is equivalent - to Helvetica, formerly Neue Haas Grotesk, designed by Alfred Hoffman - and Max Miedinger for the Haas typefoundry in 1957. Authors of the - modification: Bogus\l{}aw Jackowski, Janusz M. Nowacki and Piotr Strzelczyk. - The work was sponsored by the Polish TeX Users Group GUST and - the Polish State Committee for Scientific Research. The modified - fonts were renamed to QuasiSwiss and QuasiSwissCondensed. The name - QuasiHelvetica (used in erlier versions) was abandoned due to - copyright issues. - - Comments and remarks please send to: - Bogus\l{}aw Jackowski, Janusz M. Nowacki, Piotr Strzelczyk - - -PL (iso8859-2): - Uzupe³nione do uk³adu QX (p. 00readme) i nieco zmodyfikowane dwie - rodziny fontów: Nimbus Sans L i Nimbus Sans L Condensed (z dystrybucji - programu Ghostscript, rozpowszechniane na zasadach GNU General - Public Licence). Nimbus Sans to odpowiednik fontu Helvetica, - zaprojektowanego przez Alfreda Hoffmana i Maxa Miedingera - dla szwajcarskiej firmy Haas (1957). Pocz±tkowo pismo nosi³o - nazwê Neue Haas Grotesk. Autorami modyfikacji s±: Bogus³aw Jackowski, - Janusz M. Nowacki i Piotr Strzelczyk. Prace nad adaptacj± tych fontów - by³y czê¶ciowo sponsorowane przez Polsk± Grupê U¿ytkowników Systemu - TeX GUST i Komitet Badañ Naukowych. Zmodyfikowane fonty otrzyma³y - nazwy odpowiednio QuasiSwiss i QuasiSwissCondensed. Z nazwy - QuasiHelvetica (u¿ytej we wcze¶niejszych wersjach) trzeba by³o - zrezygnowaæ ze wzglêdu na zastrze¿enie nazwy. - - Uwagi i komentarze prosimy kierowaæ pod adresem: - Bogus³aw Jackowski, Janusz M. Nowacki, Piotr Strzelczyk - - diff -Nru texlive-lang-2007.dfsg.4/texmf-dist/doc/fonts/qfonts/0readme.qzc texlive-lang-2009/texmf-dist/doc/fonts/qfonts/0readme.qzc --- texlive-lang-2007.dfsg.4/texmf-dist/doc/fonts/qfonts/0readme.qzc 2006-01-09 00:47:01.000000000 +0000 +++ texlive-lang-2009/texmf-dist/doc/fonts/qfonts/0readme.qzc 1970-01-01 01:00:00.000000000 +0100 @@ -1,34 +0,0 @@ -QuasiChancery (1.07) -The fonts are copyrighted but free according to the conditions of the GNU -General Public License, version 2 (http://www.gnu.org/licenses/gpl.txt). - -EN: - The font URW Chancery L (distributed with Ghostscript under - the GNU General Public Licence) augmented complying with QX layout - (see 00readme) and modified. The design of the font is due - to Hermann Zapf, who was inspired by the beautiful hand-lettering - found in Vatican documents from 16th century. Authors of the modification: - Bogus\l{}aw Jackowski, Janusz M. Nowacki and Piotr Strzelczyk. - The work was sponsored by the Polish TeX Users Group GUST and - the Polish State Committee for Scientific Research. The modified - font was renamed to QuasiChancery. - - Comments and remarks please send to: - Bogus\l{}aw Jackowski, Janusz M. Nowacki, Piotr Strzelczyk - - -PL (iso8859-2): - Uzupe³niony do uk³adu QX (p. 00readme) i nieco zmodyfikowany font - URW Chancery L (z dystrybucji programu Ghostscript, rozpowszechniany - na zasadach GNU General Public Licence). Pismo to zaprojektowa³ - Hermann Zapf, czerpi±c inspiracjê z XVI-wiecznej pisanki, któr± - by³y drukowane dokumenty watykañskie. Autorami modyfikacji s±: - Bogus³aw Jackowski, Janusz M. Nowacki i Piotr Strzelczyk. Prace - nad adaptacj± tego fontu by³y czê¶ciowo sponsorowane przez Polsk± - Grupê U¿ytkowników Systemu TeX GUST i Komitet Badañ Naukowych. - Zmodyfikowany font otrzyma³ nazwê QuasiChancery. - - Uwagi i komentarze prosimy kierowaæ pod adresem: - Bogus³aw Jackowski, Janusz M. Nowacki, Piotr Strzelczyk - - diff -Nru texlive-lang-2007.dfsg.4/texmf-dist/doc/fonts/qfonts/testot4.tex texlive-lang-2009/texmf-dist/doc/fonts/qfonts/testot4.tex --- texlive-lang-2007.dfsg.4/texmf-dist/doc/fonts/qfonts/testot4.tex 2006-01-09 00:47:01.000000000 +0000 +++ texlive-lang-2009/texmf-dist/doc/fonts/qfonts/testot4.tex 1970-01-01 01:00:00.000000000 +0100 @@ -1,53 +0,0 @@ -%& --translate-file=il2-pl -% Pl: Ten dokument prezentuje fonty z paczki ,,qfonts'' u¿yte w LaTeXu 2e. -% Stosowany jest uk³ad fontów OT4, w³±czany domy¶lnie przez pakiet -% `polski'. -% En: This document demonstrates fonts from the `qfonts' package in LaTeX2e. -% We use here OT4 encoding, which is used as default by polski.sty -% package. -% Marcin Woliñski <2002/01/23>. Public domain. - -\documentclass{article} -\usepackage{polski} -\usepackage{qtimes,qcourier}% globalne - -% dla uk³adu OT4 znak Euro wymaga zdefiniowania; -% uk³ad QX (plik qxenc.def) zawiera stosown± definicjê -\newcommand\texteuro{\char128 } - -\newcommand*{\tekst}{% - Pójd¼ kiñ¿e tê chmurno¶æ w~g³±b flaszy.\par - PÓJD¬ KIѯE TÊ CHMURNO¦Æ W~G£¡B FLASZY.\par - [(<<@>>,,0123456789''\&\#/=+*\texteuro)] -- --- ,.;:!? <> fifka ff ffi\par - } - -\newcommand*{\testfam}[3][]{\bgroup - \normalfont - \centerline{\bf #3 (\texttt{#2})}\bigskip\bigskip - #1\fontfamily{#2}\selectfont - \mdseries\tekst\bigskip - {\itshape\tekst}\bigskip - {\bfseries\tekst\bigskip - {\itshape\tekst}}\bigskip - \egroup - \newpage} - -\begin{document} -\parindent0pt -\fontsize{12dd}{16dd}\selectfont - -\testfam{qtm}{QuasiTimes} -\testfam{qpl}{QuasiPalatino} -\testfam{qbk}{QuasiBookman} -\testfam{qhv}{QuasiSwiss} -\testfam{qcr}{QuasiCourier} -\testfam[\def\mddefault{mc}\def\bfdefault{bc}]{qhv}{QuasiSwissCondensed} - -\centerline{\bf QuasiChancery (\texttt{qzc})}\bigskip\bigskip -\bgroup -\fontfamily{qzc}\itshape -\tekst\bigskip -\egroup -\newpage - -\end{document} diff -Nru texlive-lang-2007.dfsg.4/texmf-dist/doc/fonts/qfonts/testqx.tex texlive-lang-2009/texmf-dist/doc/fonts/qfonts/testqx.tex --- texlive-lang-2007.dfsg.4/texmf-dist/doc/fonts/qfonts/testqx.tex 2006-01-09 00:47:01.000000000 +0000 +++ texlive-lang-2009/texmf-dist/doc/fonts/qfonts/testqx.tex 1970-01-01 01:00:00.000000000 +0100 @@ -1,91 +0,0 @@ -%& --translate-file=il2-pl -% Pl: Ten dokument prezentuje fonty z paczki ,,qfonts'' u¿yte w LaTeXu 2e. -% Stosowany jest uk³ad QX --- naturalny uk³ad tych fontów (linia 13.), -% co umo¿liwia dostêp do dodatkowych znaków. -% En: This document demonstrates fonts from the `qfonts' package in LaTeX2e. -% We use here QX encoding, which gives access to some additional symbols. -% Marcin Woliñski <2002/01/23>. Public domain. - -\documentclass{article} -\usepackage{polski} -\usepackage{qtimes,qcourier} -\usepackage[QX]{fontenc} - -\newcommand*{\tekst}{% - Pójd¼ kiñ¿e tê chmurno¶æ w~g³±b flaszy.\par - PÓJD¬ KIѯE TÊ CHMURNO¦Æ W~G£¡B FLASZY.\par - [(<<@>>,,0123456789''\&\#/=+*)] -- --- ,.;:!? <> fifka ff ffi\par - } - -\newcommand*{\testfam}[3][]{\bgroup - \normalfont - \centerline{\bf #3 (\texttt{#2})}\bigskip\bigskip - #1\fontfamily{#2}\selectfont - \mdseries\tekst\bigskip - {\itshape\tekst}\bigskip - {\bfseries\tekst\bigskip - {\itshape\tekst}}\bigskip - \qxsymbole - \egroup - \newpage} - -\newcommand*{\qxsymbole}{% - \textDelta \textbeta \textdelta \textpi \textPi \textSigma \textmu - \textOmega - - \i\ \j\ \` x \' x \v x \u x \= x - \b x \r x \c x \^ x \. x \H x \~ x \" x \k x \d x - - \ss\ \ae\ \oe\ \o\ \AE\ \OE\ \O\ \k A \' C \k E \k I \L\ \' N \' S - \v S \c S \c T \k U \" Y \' Z \v Z \. Z \k a \' c \k e \k i \l\ \' n - \' s \v s \c s \c t \k u \" y \' z \v z \. z \` A \' A \^ A \~ A \" - A \AA\ \c C \` E \' E \^ E \" E \` I \' I \^ I \" I \DH\ %=\DJ\ - \~ N \` O \' O \^ O \~ O \" O \` U \' U \^ U \" U \' Y \TH\ \`a \'a - \^a \~ a \" a \aa\ %=\r a - \c c \` e \' e \^ e \" e \` i \' i \^ i \" i \dh\ %=\dj\ - \~ n \` o \' o \^ o \~ o \" o \` u \' u \^ u \" u \' y \th\ - - \textellipsis \textquotedblright\ \textdollar\ \texteuro\ \textquoteright\ - * - \textexclamdown\ \textquestiondown\ @ \textquotedblleft\ - \textquoteleft\ \textendash\ \textemdash\ \textgreater\ - \textxgeq\ - \textapprox\ %=\textapproxequal\ - \textless\ \textxleq\ - \textasciitilde\ \textasciicircum\ \textell\ \textdagger\ %=\dag\ - \textdaggerdbl\ %=\ddag\ - \textdegree\ %=\textcirc\ - \textbraceleft\ \textbraceright\ \textsection\ \textregistered\ - \copyright\ \textdiv\ %=\textdivide - \textminus\ \texttimes\ %=\textmultiply\ - \textpm - \textinfty\ %=\textinfinity - \guillemotleft\ \guillemotright\ \textparagraph\ \textbullet\ - \textperiodcentered\ %=\textcdot\ - \textquotedbl\ \textquotesingle\ - \textbackslash\ \textcurrency\ \% \textperthousand\ \textbar\ - \textunderscore\ \textanglearc\ \textdiameter\ \quotedblbase - - } - -\begin{document} -\parindent0pt -\fontsize{12dd}{16dd}\selectfont - -\testfam{qtm}{QuasiTimes} -\testfam{qpl}{QuasiPalatino} -\testfam{qbk}{QuasiBookman} -\testfam{qhv}{QuasiSwiss} -\testfam{qcr}{QuasiCourier} -\testfam[\def\mddefault{mc}\def\bfdefault{bc}]{qhv}{QuasiSwissCondensed} - -\centerline{\bf QuasiChancery (\texttt{qzc})}\bigskip\bigskip -\bgroup -\fontfamily{qzc}\itshape -\tekst\bigskip -\qxsymbole -\egroup -\newpage - -\end{document} - diff -Nru texlive-lang-2007.dfsg.4/texmf-dist/doc/generic/bghyphen/azbukaExtended.pdf texlive-lang-2009/texmf-dist/doc/generic/bghyphen/azbukaExtended.pdf --- texlive-lang-2007.dfsg.4/texmf-dist/doc/generic/bghyphen/azbukaExtended.pdf 2006-05-31 00:52:31.000000000 +0100 +++ texlive-lang-2009/texmf-dist/doc/generic/bghyphen/azbukaExtended.pdf 1970-01-01 01:00:00.000000000 +0100 @@ -1,5298 +0,0 @@ -%PDF-1.2 -7 0 obj -<< -/Type/Encoding -/Differences[0/x0/x1/x2/x3/x4/x5/x6/x7/x8/x9/xa/xb/xc/xd/xe/xf/x10/x11/x12/x13/x14/x15/x16/x17/x18/x19/x1a/x1b/x1c/x1d/x1e/x1f/x20/x21/x22/x23/x24/x25/x26/x27/x28/x29/x2a/x2b/x2c/x2d/x2e/x2f/x30/x31/x32/x33/x34/x35/x36/x37/x38/x39/x3a/x3b/x3c/x3d/x3e/x3f/x40/x41/x42/x43/x44/x45/x46/x47/x48/x49/x4a/x4b/x4c/x4d/x4e/x4f/x50/x51/x52/x53/x54/x55/x56/x57/x58/x59/x5a/x5b/x5c/x5d/x5e/x5f/x60/x61/x62/x63/x64/x65/x66/x67/x68/x69/x6a/x6b/x6c/x6d/x6e/x6f/x70/x71/x72/x73/x74/x75/x76/x77/x78/x79/x7a/x7b/x7c/x7d/x7e/x7f/x80/x81/x82/x83/x84/x85/x86/x87/x88/x89/x8a/x8b/x8c/x8d/x8e/x8f/x90/x91/x92/x93/x94/x95/x96/x97/x98/x99/x9a/x9b/x9c/x9d/x9e/x9f/xa0/xa1/xa2/xa3/xa4/xa5/xa6/xa7/xa8/xa9/xaa/xab/xac/xad/xae/xaf/xb0/xb1/xb2/xb3/xb4/xb5/xb6/xb7/xb8/xb9/xba/xbb/xbc/xbd/xbe/xbf/xc0/xc1/xc2/xc3/xc4/xc5/xc6/xc7/xc8/xc9/xca/xcb/xcc/xcd/xce/xcf/xd0/xd1/xd2/xd3/xd4/xd5/xd6/xd7/xd8/xd9/xda/xdb/xdc/xdd/xde/xdf/xe0/xe1/xe2/xe3/xe4/xe5/xe6/xe7/xe8/xe9/xea/xeb/xec/xed/xee/xef/xf0/xf1/xf2/xf3/xf4/xf5/xf6/xf7/xf8/xf9/xfa/xfb/xfc/xfd/xfe/xff] ->> -endobj -11 0 obj -<< -/Type/Font -/Subtype/Type1 -/Name/F2 -/FontDescriptor 10 0 R -/BaseFont/IRHKJV+CMR17 -/FirstChar 33 -/LastChar 196 -/Widths[249.6 458.6 772.1 458.6 772.1 719.8 249.6 354.1 354.1 458.6 719.8 249.6 301.9 -249.6 458.6 458.6 458.6 458.6 458.6 458.6 458.6 458.6 458.6 458.6 458.6 249.6 249.6 -249.6 719.8 432.5 432.5 719.8 693.3 654.3 667.6 706.6 628.2 602.1 726.3 693.3 327.6 -471.5 719.4 576 850 693.3 719.8 628.2 719.8 680.5 510.9 667.6 693.3 693.3 954.5 693.3 -693.3 563.1 249.6 458.6 249.6 458.6 249.6 249.6 458.6 510.9 406.4 510.9 406.4 275.8 -458.6 510.9 249.6 275.8 484.7 249.6 772.1 510.9 458.6 510.9 484.7 354.1 359.4 354.1 -510.9 484.7 667.6 484.7 484.7 406.4 458.6 917.2 458.6 458.6 458.6 0 0 0 0 0 0 0 0 -0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 576 772.1 719.8 641.1 615.3 693.3 -667.6 719.8 667.6 719.8 0 0 667.6 525.4 499.3 499.3 748.9 748.9 249.6 275.8 458.6 -458.6 458.6 458.6 458.6 693.3 406.4 458.6 667.6 719.8 458.6 837.2 941.7 719.8 249.6 -458.6] ->> -endobj -14 0 obj -<< -/Type/Font -/Subtype/Type1 -/Name/F3 -/FontDescriptor 13 0 R -/BaseFont/RCVDQU+CMR12 -/FirstChar 33 -/LastChar 196 -/Widths[272 489.6 816 489.6 816 761.6 272 380.8 380.8 489.6 761.6 272 326.4 272 489.6 -489.6 489.6 489.6 489.6 489.6 489.6 489.6 489.6 489.6 489.6 272 272 272 761.6 462.4 -462.4 761.6 734 693.4 707.2 747.8 666.2 639 768.3 734 353.2 503 761.2 611.8 897.2 -734 761.6 666.2 761.6 720.6 544 707.2 734 734 1006 734 734 598.4 272 489.6 272 489.6 -272 272 489.6 544 435.2 544 435.2 299.2 489.6 544 272 299.2 516.8 272 816 544 489.6 -544 516.8 380.8 386.2 380.8 544 516.8 707.2 516.8 516.8 435.2 489.6 979.2 489.6 489.6 -489.6 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 611.8 816 -761.6 679.6 652.8 734 707.2 761.6 707.2 761.6 0 0 707.2 571.2 544 544 816 816 272 -299.2 489.6 489.6 489.6 489.6 489.6 734 435.2 489.6 707.2 761.6 489.6 883.8 992.6 -761.6 272 489.6] ->> -endobj -20 0 obj -<< -/Type/Font -/Subtype/Type1 -/Name/F7 -/FontDescriptor 19 0 R -/BaseFont/GBQBHV+CMR8 -/FirstChar 33 -/LastChar 196 -/Widths[295.1 531.3 885.4 531.3 885.4 826.4 295.1 413.2 413.2 531.3 826.4 295.1 354.2 -295.1 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 295.1 295.1 -295.1 826.4 501.7 501.7 826.4 795.8 752.1 767.4 811.1 722.6 693.1 833.5 795.8 382.6 -545.5 825.4 663.6 972.9 795.8 826.4 722.6 826.4 781.6 590.3 767.4 795.8 795.8 1091 -795.8 795.8 649.3 295.1 531.3 295.1 531.3 295.1 295.1 531.3 590.3 472.2 590.3 472.2 -324.7 531.3 590.3 295.1 324.7 560.8 295.1 885.4 590.3 531.3 590.3 560.8 414.1 419.1 -413.2 590.3 560.8 767.4 560.8 560.8 472.2 531.3 1062.5 531.3 531.3 531.3 0 0 0 0 -0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 663.6 885.4 826.4 736.8 -708.3 795.8 767.4 826.4 767.4 826.4 0 0 767.4 619.8 590.3 590.3 885.4 885.4 295.1 -324.7 531.3 531.3 531.3 531.3 531.3 795.8 472.2 531.3 767.4 826.4 531.3 958.7 1076.8 -826.4 295.1 531.3] ->> -endobj -23 0 obj -<< -/Filter[/FlateDecode] -/Length 2072 ->> -stream -xÚ½XKã6¾ï¯ðQÚŒDêyœÙL‚N2Éa d€ôØm-K†(O§ÿýÖKjyÔƒ²À^L²Š,–Š_},z«8Þ7Ôü¼y¿ÿá§d£c•ç›ýa“å*Î7»$)T¬7ûÿŠ~ïG¶;—QßqûþÚíୠǭ΢—Ëv n}wdï¶ÿÙÿòÃOúu]VªH71ÙþÕf“¤Ê¤´¿ŠË Ò¿[-/T^mvó„=NØ$ 5(M3’~˜¥Éf~f[éë^;—ª‚…&SiI“~výpôà|’Gïûpêì~\¿ÕEôe²ZÂÊBi6«žý`²ôÁ¤1´$)#Ç9ö -Ð¥f[T‘b² DW'äB’‘½L«² {°8‰‹2ºï¶ºŠÆ¡‡°VQs­GßK4óM’¨*Ãõ1¸’+ÍK÷'¥u5¸ªŒêëÙuèúˆâ* -'úç Ãþì¸wpv¼n’ãQ‘«ýClÒš…#š4q4ždͤßêœA/@€šg?ž(tà,Ä>MÉÙGûÈs[…»à=.òhtÜ£ÏÕÙú®}aÙ‡îØúpâÁãUf²W2•E­íŽW{£ýõã´ …¨˜BîpœE6,}å3>Ø••( °Ó ˜D%úΠ´*H© µTa–`^¬MU`ž'0˜s•¡,+PFÙ,ú¼BA¢U’ˆ³2Žê¾«ÝйæŽ]Ÿäó±) h ÇÑ®¢ a§Á?¶ŽE{ Ž's¡ãºš#Ùࣳ»Ü¨J/Ïz¯ßmwi™ Sk8¤€±“–ŽkÄ“ÃnsNv°õ膠x⢜ôи{²~æBD°k\=²Ø‡ImÇ5gL™ªŒN ä“ë,¥ q½©ª¨ëGî@º@l¹Ï“Ð3wèÇÃ…yÈ4ßM`Ãvš„–WŽ0]ÅÞ f¸ã ÆÂq`pw³/¬=[²Áb9GñdèÁ1Ñ,¿Ú5Š…÷¢³¨ü²TÈÒ¦ïÜÚÛ‘ dŒ‰×zÙk{´‰I‰C°uçËÉX"1 -õüÔn-7GF“Zò ÂÃ×îÖr p8:vÄý}i}íGð`•Õì>1…b‚/T–Ý —?+)לÁâgÜÔÊœçÁ£ëxà;?zÛÒ÷'@³ýÀò3E›ûKxÚf@>GÇÉ]¾&·ÎÁ¡)»%{W™Ñ¸/èŽk{á↓Ҙ’oöù»ˆ(Ó*Jª*ÝÁOÎC"ú,ŽÂõÂ÷@?Œ¬Y2>LX,(½H™R‚ lйgÖ}Á…”¦´Òi‰¬¼âÓ,SÅ÷UPõÿF¨¥* -qAIøÊL%å2|Ÿ|WK: |%%ý<Þ¬³;·ÔYõb±bÙçCÝó”·øŒ `¥ùT$` UÌ€ÁQƯ’s¨`â{+alYÁ¼9™s,<÷adàmÊ-+×4¹¼ºØ—Å‚.’é°˜1 -3½tÀ).Jy"]‘Ë \C‡ŸfA§(]0!.§:gÝ°TP<ùž¬i]óVÕBñË Ç/O%Ðá8•'S)/Jå¿ô`œ¨œV Öž¥ÿ|›^õu$s)¿a[zaI?•ü7ìÇoRøO¦~2W|Éjƒé…‰ºþi¿ÅRþ3ÃÕOwimMŸ£¹œ‚Õëò„ 5ÙÐ…oá!²üÀÏ äô­¥wÉc.êr ëñ~2yBŒ º–w¬€“¦¬žÈÖÑ=lyÀz”Æ ¯%$š•ã€‰'?A ‡ÁÒóäíçá;rHñðSÇJÊÂÕ:Kå6Èæh¥úhÁL×–üApðñS ¦l˜w¤ÛH±!x½³}ÀŒ;‚ƵׇþJO% s¼õ&^üºòÍs•O•à\l® _d÷XʉGI§^~ýð"TÛqûo@S½ûw¦Z|Ö¯aÜ#.óÓ`—ÄðÒΗéø®“çUZá›û<ÝsôÞ”'!ªÂõxtcŒšJJÔH a­S,¹ç_ØÒEKŽžó™MOþbßAR¶ß·mšÁ*ÂL4U)`þöQZ7•j'™.ö|æzU4Î¥¥/DßW–ÒÙcàæ2´à©“òðü87°²Ø æìÀäÌb×AÉ…ÑAå=Ëž¡.eÁ’¸"b^Õ -Þ´ ýY@%קIqŒ]úT „ç‘U‰Òø¯#`Nþ£Cñ‡ý¿þ BˆB -endstream -endobj -25 0 obj -<< -/F1 8 0 R -/F2 11 0 R -/F3 14 0 R -/F4 15 0 R -/F5 16 0 R -/F6 17 0 R -/F7 20 0 R -/F8 21 0 R ->> -endobj -6 0 obj -<< -/ProcSet[/PDF/Text/ImageC] -/Font 25 0 R ->> -endobj -29 0 obj -<< -/Filter[/FlateDecode] -/Length 1554 ->> -stream -xÚÅWKã6 ¾÷WøèßÞfÐÙ¢í¶è!@[lö ±•ÄG,{gƒÅþ÷’"•8qöq)z‰Š¤(>?yoëÙÏÏÞãêþMæ…¡(Soµñâ@…·Ì -‘GÞê§w~¯Z%Z,£0÷%}´zÅEá5¥Ûá ‡AõÚuè˜m<`lý@”aÇ÷]¯˜iXD™l³CB潬›¡é´l‰c·ÇÃNi‰äÅûÕ¯^à-ÃD$‰µuMzã(õ«±ï•F²‰eøOöŠ,ù¦ÙÚfĉª‘Æjeîhó™­×´Óè+áªÛFPOÛr«Ö æÝ¿I½0Qˆ®SãR”äÖh± ƒ¼ðßJ½A$³À—ÏNK_é -|~Ýè-iš 4E™ˆ -«iµSö2a·‚…š¶¥å^Z/éé­^â=šAíÑ/a -ºQ×w´sDÁnÄ?1ÄÜúx0ª¸=(8ÚOò'JE–€…hÚ[Úν\”¹Ý¡¹Ìz˜ '"-ájŽae#œ‰iiniO'Ú‰ô÷Ì?!ìÅlÃ뮩0ovVœ[ˆ"›& „™Ræ|]øŽF Z½Y!„žþ¨ÒDÝÑ‘ÅùȈmµ”ŠkÐpÕ Äö]u£4|ÿ©Ñ˜%ºú<³xy-o°`༊R ªL¸lJHïc†›YòUT-§ ú¡©dÛ‘ã•jÚÄüE-5ºîÐ9¯FÐÎj×ðQm£­Ì®[–¤BPóÒ;y;Á©6ÐþÞpn°sà6ªwµ¸áÊ¡‚ºöl˜'"K9šëuÝUã^é¡j¥13?P`óÖ -xzÛ*?Jrdvjyþè4³À£åàVL²á¢åuÝ஡/Ö~« ŽNªV¼„jlA¹mA»¦È§Ø]hK²% ¡Y¤éÔ¯|pæNBŽ#®žmCœ•Q þÏ%ó#g°Ž’ÀÿgQT^qéo•V=¥&^¤îè«»˜¹ÛièÜ])óìvÕé -¼æx^›aG«f`?F‘ó©#Ÿ1”Qšû¬e\¸ÀA"bΧ0`l'Ž†)Tpļ·Ý™¨r •¡¹6-Ó4wR… pæ ¨†Sé®ó*ºŒöu%$¥ˆ\[[Eó¶W`ZÓþ3ée‹à‹- -ô½ÿ´éô·ÛSÈS]”ààäö€lüpqŠ–¥B0sØ0àÂ(޵βŠTeǺ¥J¹ŽÔT_¹o©máQæ¾|¦Šœ™ÿJ`V^+ÛÜ2 ãæ1w²ö<šÑÃýl/Ý<ž•Û\-W-w7cº~?"çÉ9å@†aÅ×Dv6¬œyŸ”Þ"hú|]³>íVöÔ7BŒÙ“L'b?œ®—å>½›š/î.óxudÓšYÒ)z±àÒ!A8g3¶D„ìê¡ÜÀK´×6/ 7.ÇDbÓrcâqlgW¤$&ŽùOEqž2Û¯V×7¤Ÿn`68<û>éFÔáÇa¦®˜ߧÄu™›zr˜’É©;_ãÔeŒyLh•ª=f´úÐvg¦ŠÕ–3N,-Ež‘ˆQ¨,ý'½~h‚4Á²l‚^â  €Bdnn¢\èâ™ËàÎOŊܶ¨1šƒ@à± ¦Ú¹‘»º‚éö¬Â¦lÎÍ f€“}Mä‹Yoˆƒ€9lÂcOü°À^4G¿I"‚쿽Å|ô_B¿1> ÈðÁÞ¼A<-<3ôãvÛbÉÅOÐ(ŽyvÁf,ºõõXc;³eµ0¹¡ë‰è‹f0I[ûƒ„öux¡û _áߥÃùétÙÉþ¹wÊ3|¤öbBv«!€4øá óî÷_~û*ŸIk%7”‘á±KÅm£5ãn¾*|ù1Á"5ÝÏ"WVSÇ_|IY±“nÆž¸œ¡û¼ö;F'Ù˜€‚Þ+èSxúD<¶qu4qSѤøD”Ç¡••b†×¾±@–®§ÑM¸‘ˆ¿®/™{b1ÛÅ㢠ETbúŠ¬äw3ÒŸV?ü ^…d§ -endstream -endobj -30 0 obj -<< -/F6 17 0 R -/F5 16 0 R -/F3 14 0 R -/F7 20 0 R -/F8 21 0 R -/F9 28 0 R ->> -endobj -27 0 obj -<< -/ProcSet[/PDF/Text/ImageC] -/Font 30 0 R ->> -endobj -33 0 obj -<< -/Filter[/FlateDecode] -/Length 2036 ->> -stream -xÚµXß㸠~ï_‘G˜ÑÚ’-Ù³×Û¢ÅöÚÙâ—Îãxw;ð›,ú¿÷#);Î:3 íƒm™¤(‰üDRZ…* W»þ´úxÿá“]E‘Ê’Õýã*NUlV·6UN¯îÿøsðçÇõ­1ið²Ö6hù©Ër+­¾¡o”5ñû²rS^¤• ¿h†Ó¡”vó(ßçµvAÓn»+#sbŽ:fèJ!Íñ˜×èúËý_V·‘SI‚O¬â˜g}¨ž¨IìŸÒóút¤L´ -Yh³)^Ú;™™À„ÊÅ^äf¡À©pìÿÝO[öÖ±²ïé̃¿ ËÑ­J³·èIÆÿéË› -ŒÅÁýž¬%;i8’iÖ·h³¿Àèª]-²E^ ‰È‚üÓ<ôyU³Ó™…®/‹ÉEYª’óú~hs»56SY*žJX®i—zbe&-}ù{_Dz]j³NY3­”`Ñ5áÓ:hŒ[£“ ü=?…WÌŠÍÏízÇïüþÇÍú6eØc9¿øýÛÒùa¨lâ0e2áv(ʧQ¦BUk•¦2š C<}C³´ Å Å ÅÚwK"ecé–q·;raQЮsAO(²AUË÷ãpØåm%ŽtAÞ–BÇæÙ -é·5ûþEÜÙBÛ5 / ðRu"XyÕÛ¦.…âw6h¼õAÙ–„ž¼/_Ù‹Ïû’f !Úï}£ëÛ²ë¨ùáÐ ™V@¤¢l o^ö„o”E•„RTm1»>¯É²ÜcƒˆQñÔxœF¨9­‹E@ª¶¾oS?]ÕÔ›µ`&¼—D¿ ›Mpùuc’p ­¬ó2»J NÆ„•7a®“ˆ<„dòÄŒ&Ob19(C©×Cµk†Žj.BÀVÝ µü<ï«‚p°‘êÑ“ÛªïöJf”±^©ú}3ôëÛØÅâ—ØÙ LÁ¹Â8æ²ÕùGà\9™Nc²Š4(åGÌK8£?DZÓøçP=Tg´Þ¥#6(ÆÞ}”Mì`="òãy~ø”q̈ÉîÐbЖmb”^ßFa–ßíózWÕ;è°.8”½¤*‹ åœS@Ý_NÀš ±5ˆúás³Ö”¦Lä)›õÂÏ!oËÈòx_XU"eI3K­pÁ¼? ×! gŽ£¶ -³•“îݲ³J2Œ4 -ܳŬ¢X¢Ç´ï'ÚDúq1ÝÈœ3È<‡^à;I•N&|ÿ5*?7Ïb…Â,Tf ÂP¶L¸¼²¹.ù ]ãä8º$œçà ªJ¢3¨x#\X"¹ÒSU¥4Ge%¤Yf°¯oõE4ûÆ_çÁãIðX7i“ük™ng³OΑÈ>-7K=x Éâ‹c cÀØÑ~Å™2 &”€Ÿ€Ÿ€Ÿ€oÁ·à[ð-ø6=2222222:øΊ¬sâRZØ+yeÜ"%û¹wˆk‡­øu†dTthˆÁ¨øñFø•Ç |Ì›"@:—±g.UۧέmNR-µ”G£@I ¸ i¯ŽÕ!'‰w‚lÚ(_¿õËÿÂ'ïõ‡øâ} ‹ßY²(yhÇÁþÛ]# ÑhïÛ=äYÙA\uý€6œ|õrF™õ(³Ê8ípE6Ḃ£ÿ±ÅlhzR‡HByO­H²/5º—©ø‡öƒÈñҙ͵¾HÐ\PÐz¶"äk~ßæî”ÛéwÊ#2DU~´ªQmÝô¯˜8«µånÀ ˆ­ÕõUÒ±Tg¾® F.eHCóø ý<9úÛR “Yž‰°g~ÓY<êËùÆô!Že£h-²=o$ë!ñí"øþÈE«‹±TÔ@›ÐÄl`ƯF W‡a+åŠö“"º_Ì2ÉâÜcÕ˜eQ€òâ)ß•?ßë»_¾>65 -Áb¹w£sûññƒøÚ©u@rQ4žÚ2ÑY>ö‰5fdðὕ¿­/qn›ªI -æÞR1ñüRøgÜIÔ—]O -å‡nJ/w"‰µ-£,c-µÞfhlËÇ|8Sh« (ƒqo„–‹Üð“ÿóÕCJÐðG9 -§@Lˤç;¶úuͱÜK^¡Â”y|{’ºÙ݈: ˜JÇ ÿž¯$j˜åi#;WYÜÀ;ÐùŠÈ¥AŽ/bœÍ -¢çesáÞí}ÏF¾ä¯É™¬zèGÝW&윊ƫ€3¯\h«²ø¢œœä«~4 €Æ~Z£¸žÍShdÏ;ï‹Ñb§b7«UY3Æ;Ub‘1Pºpf¦È›‘­ôL/E38Þ"äݱ]v¿5Ê]Ütäµ8ÕÁ«Ç–Ô[Œ?¶ÈÍ Î&¸ G^¼9pÛsÎzý@"ýõµÀ¢üZˮѡ™pÊÛ¾*©W˜U% -68šO8ýaðjüv¢Â_7€Òphž‘Àn„Wªºy¥åéÁAt3KÒLÑáŒ4’ã ±0I®ìÅ&¾8VâW® _¼]òv+ä}ÞI#ŸÄ¹ù:ÒðJè“ÚWÏR: UüžÛ,o³®Åx¾;K.uõŽ Î7ñ•+¨¹©•wS¡¥>ÑÚ”ô ™7T†éßßÿáßÙ¦½ -endstream -endobj -34 0 obj -<< -/F6 17 0 R -/F8 21 0 R -/F9 28 0 R -/F3 14 0 R -/F7 20 0 R ->> -endobj -32 0 obj -<< -/ProcSet[/PDF/Text/ImageC] -/Font 34 0 R ->> -endobj -39 0 obj -<< -/Type/Font -/Subtype/Type1 -/Name/F10 -/FontDescriptor 38 0 R -/BaseFont/KIBOFJ+CMSY6 -/FirstChar 33 -/LastChar 196 -/Widths[1222.2 638.9 638.9 1222.2 1222.2 1222.2 963 1222.2 1222.2 768.5 768.5 1222.2 -1222.2 1222.2 963 365.7 1222.2 833.3 833.3 1092.6 1092.6 0 0 703.7 703.7 833.3 638.9 -898.1 898.1 963 963 768.5 989.9 813.3 678.4 961.2 671.3 879.9 746.7 1059.3 709.3 -846.3 938.8 854.5 1427.2 1005.7 973 878.4 1008.3 1061.4 762 711.3 774.4 785.2 1222.7 -883.7 823.9 884 833.3 833.3 833.3 833.3 833.3 768.5 768.5 574.1 574.1 574.1 574.1 -638.9 638.9 509.3 509.3 379.6 638.9 638.9 768.5 638.9 379.6 1000 924.1 1027.8 541.7 -833.3 833.3 963 963 574.1 574.1 574.1 768.5 963 963 963 963 0 0 0 0 0 0 0 0 0 0 0 -0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 963 379.6 963 638.9 963 638.9 963 963 -963 963 0 0 963 963 963 1222.2 638.9 638.9 963 963 963 963 963 963 963 963 963 963 -963 963 1222.2 1222.2 963 963 1222.2 963] ->> -endobj -40 0 obj -<< -/Filter[/FlateDecode] -/Length 1815 ->> -stream -xÚ¥XmoÛ6þ¾_!äKe fE‘¥¢Ю/HÑئalÆ*Yž$' †ý÷ÝñHY¶œ%À>™:Ÿ;Þ;D,Š‚U`>o/_~ç,O‚Ëۀˌå<˜§)˲àòÝáçÙŸ—Ÿ^~Pb¹BÁx3ÛÝ7´;B,ɃùÀp‰ Aʤ%ÊÒÞ´ôpÒ‘&1KUÙݮٵ 3›óLEa?‹Óða;›ÃéL?› X5»~»ë-ðûK¸œ î._sÅ™äA®Xšúï*øÝÞ>ÉKàö÷êEo~ô›]mÚ¦(ÎÅ 5S–r§g‹´LEèGØsÅ,ŠáW2)ø×G@‰õ yÂ2u€ Ü'1‰óÈÏ„´±,–X•Eܲ &;Êóð·¦Ö0xªÂÍLDᮞ Þ% -MÛM„F3žZ˜ <)£ðí®Zé¶Ôî Ü㚇»-úUÖBw†ö½LØÞ ëAfœ¡LË×Óô uëšÛÞ8„]g–D¼mZ-ÑØzM»,7ºŽDì¥)+-Ei ·dø¥é0î’°‰Ò¯MM«…Õx( }‹Ö›ÖÊô»R' jl ÇæD7º]¾šêKgyV¦ïÉ\„ô£7KZ\¹ok\ òÝ Dê²Ò7•ÃضfQv¦z .4]ôkÝÓj»kÉÌMgΉôåHÖ/G²PÉڮq;NÂ/ €tPkñЖUU.èKWÛµvvìωv³s)ÿ™~ÊŽ ê²ëÊÍŠYqéIB"ªC( æ*\4uÚ§’’L%>? -t6í!Ž£:³eű†÷e¿&ènÝ´`¬à™`ùÏ…M¿IÎK–;Ž¥)"!7)‹6Âßž®¡£t>D×ámÁ%‚¥ÉA$c\rˆ¸µµ¬³2Å ¿Tè©Û¶±ÑP.m`Åù\¡·e¯«’RÎøL„½S¹qN\†­Ø«‰D”³T˜€Om¡úÄs>õ‹ä@öât‚ÛþõÂ\d ãÙaG¤¿ãôŸ –€&ºÇš h^«òmfèëÂQ¯.lV]Ø@÷DGKÝ'e˜âá·oWž¥5+{‹Á ½±L¥9½u3pšºÞÚDˆSTâÞíéªk(ŒHáƒúbSU·+È*b%>®b׃[ú­›ý b ¥¶õÈËrUú³kWƒœ-@@ßÐW؉mësÝ׉›V/LÇ&] Ê ´­4qý*qýê×]ÓCM Ž%ÚÔCežèS¶TÈ$ ÿ‚Óº/› ~BÑí÷Ž–¥#ÙÞ…Ë ÇEc‰rcɘqTÛí¹V/KDÖ–[$U UÖïú?™¯PUÎÎÎ&7I˜È й÷_ÙM I¢|ȃ Ì3™ÛÅ0ÊSF°êhø²Ÿ“yêÊw®¬ÉL7kh'—Ž†~W{¿ÅùÛ6èÜ»¿i©,Ýc«7NÈmÛÔ{q°ãeï£i©FADUz³Úé•™té&SH”†BceÇÈ4;†㦠Ÿc¤£ë–Ù,ªÆΈ³ö ˆZA(LŠ"wyWœ]OËYÊüÈvª«Ä5wúÅ© Z Ž$sªWrh°×ÊÏÒC3þ0Ë°Èlè¯5q-Ÿƒ°tf¢#W9“^³×§®Èóÿºc¼oËg?Ÿ:îûj¹éz£—lPÉU¿õ1@ž]DrŽ"aDéÏž@|ý¦‚Ñn…èÎ<‘Ö¥Ûnª¥i‰dËÕ +Ωoî­àÛTwz˜*¢8Ì„>ÀÅ+_ê‰ò%¨|d#Hgãcb§õÞ{‘:*x<YyF·W)Þlξ é¤ÔD7é4(ÒM^¡:m5x–~¶‘•ŽÅyǦm&ÇÚÅRb r ESÆ dboCû:=²¡}¹º¦Õ ÿJ‘᣿TÈt¸ud:žsÃx-3&¨ÌH÷ÕOÿüe -endstream -endobj -41 0 obj -<< -/F3 14 0 R -/F7 20 0 R -/F6 17 0 R -/F8 21 0 R -/F9 28 0 R -/F10 39 0 R ->> -endobj -36 0 obj -<< -/ProcSet[/PDF/Text/ImageC] -/Font 41 0 R ->> -endobj -44 0 obj -<< -/Filter[/FlateDecode] -/Length 1931 ->> -stream -xÚÅX[³Û4~çWøÑ™9Q-K¶åÇÊm€‡’¡0„'VS_‚l÷Ï®VJ”ãÓ x‰n+iµûí·ëD K’èÙæ«èÕæÅ—"✕Y´9D\*VòhçL©hóůñw«ß6ß¾ø²ˆ -V("RV¤võ%­'H–•Ñú*°A(gÎe…{}»NýLçä&)Ë‹(±«ã0›½^­yRªxZ¥y|9¯ÖÐèQO«µH‹x˜§ó<Ùƒ_oàq2z„ÇpVÀÅg’G]$Ťðã6úѾ^wæø¸µâ^ûívêê²P.—¨8)—rÔ ·"“[!h9é”&IîפX)3:)¸r]”¬”ÑšK&ex盡«úÅÅJ2!®30I.âŸ\ûô¾Äß—E¼`)·÷¥ g\Ek‘±´´çH4l¡â¯/ç“î«©ú…Wؘ³´ø$’ò?Ág›}õàE<êseªIãHÅ'‚Çõ%0™ÇfnIZŇÁÐ6]íQôD£¶êsuÔŒ†›SãäOÕ±ò½›ÙÑðÔôµU,Î’,tátBed{ÝÛ.A#š¼àµÃLÒ.G1Qú­üªÛÝL'ê]Ï®õØᑺ¦…ýÐbê‘ÑоÕKBÍì«JØ+ZM' ±ûÍ =VB¿yJEO>žªÉQrNÚCßÑ)r_Ȥ¸îØ6£ãW0-qø"[¾µ E Äžù^J‡jß´ÍÔX6—Ò#VºXlî„áþb€ÙÐå8²¤‰g}ì>y £ó_]hµÖ‡jnÁ‚Ïgt"+¨¡o÷àˆ -N(Ÿ_¶p(«Ø*ÒŠP»óT‡¸ªÖ|µL\É=µÃ±A½Ì ó‰léÆ ±*>hßVôÔqñ¦ -–ûÂm»E ¯¡•¥LäNÊøÝ)iŠ5ex -höÑS:›Y.¤á•í0#ü±G¹& L‰cqw 1 ²m -ï‡o¨ Ýz¿0ŸDÝÁ±9øòblŒ®?͆Éù}²è·^x -j?(‚y˜–mmæÜï¿òÔ4µ‹ ·ôˆ{õ{ËæïP U{_W¦^äÀ<¿ÿûÓ#øÀ}ÖJM!ú©N›Ûš†H Hoõ¼w¯½£ÞÐþyÞÖd¥b2 MöÝ^Ƈ¹mmFÉså…•éšãéJpê}N‰¯Qi€YÀv\v®X×üŽ^¦‰V¼ððŠt4ÄõZ@6»€€ÄéÑô4jsÎ|Ð9›iá/‘àL¾æyº½¸Dcò ·g,ý(kˆÆÃ4ö£<ÆU”¢pqø<" ìQJ(Ô2¿Úþ4É—ác4ìÆôˆLÝ5`±šÑˆB_^C_úЗA¤.Þ†½ÒcJ¥ÅÛÒ£ê£ÖQâz@³Ü/P{·ßkN_¶Ð9WÆ©js½UÞU‹©RLÝ=ÿîã%»¯$ˆ+kÐË#Æ,07~ûÿû"¤\8µ`‚þpã®L©hê¸puÛWNÆ eþǶàéŠ>ú¯ó³¿Û®7 -endstream -endobj -45 0 obj -<< -/F3 14 0 R -/F7 20 0 R -/F6 17 0 R -/F8 21 0 R -/F5 16 0 R ->> -endobj -43 0 obj -<< -/ProcSet[/PDF/Text/ImageC] -/Font 45 0 R ->> -endobj -48 0 obj -<< -/Filter[/FlateDecode] -/Length 376 ->> -stream -xÚu’ËRƒ0†÷>E–°à˜,­¶Î¸f'.b›Vf -8µÇ·7ä$%­5 Éǹý?¡@)Ùÿz&‹æ~¥c KÒl‰.A2R¨*Nš§×¬ƒ¼µÎŒ1ù[óB˜Q‘‚)Э tf¢ 5222,0ïn!s„`ífšJºdD^³,p·¾»a7•™¦ý©·sìÆ»/ä?vm7v3í*Ü=~ðæC®Ç¾7ƒ¯ë~UÏ:sM'q(vÑÚáÔ/]N%v˜`s®_uZ”6DƒÓžKÒg&ŽÇàÂP"dâ3ó¯×n@³×Y$F;ëO©Ô‰Ù‚´«® —Úh…ê¥Tw#˜R%’1\:€Uî÷iJ\CY{@ù‹es÷ j…Þs -endstream -endobj -49 0 obj -<< -/F6 17 0 R -/F8 21 0 R ->> -endobj -47 0 obj -<< -/ProcSet[/PDF/Text/ImageC] -/Font 49 0 R ->> -endobj -10 0 obj -<< -/Type/FontDescriptor -/CapHeight 850 -/Ascent 850 -/Descent -200 -/FontBBox[-33 -250 945 749] -/FontName/IRHKJV+CMR17 -/ItalicAngle 0 -/StemV 53 -/FontFile 9 0 R -/Flags 4 ->> -endobj -9 0 obj -<< -/Filter[/FlateDecode] -/Length1 803 -/Length2 1684 -/Length3 533 -/Length 2277 ->> -stream -xÚíRi<”kžli¬qP*N:iŒYÌt’ÉÉ–ìcæ=™E™2ÙsìΉ”È¡2ÙZ•V¯-D…„6É.‡ÎÐÛ9¿·ó~yï·÷÷ÞÏ—ûúÿ¯ûº¯çºÿZöŽh2ã ZpØ\4Ng˜Ú:àHN‹ÔÒ2…A*â°Í¨\ÐÀâ2ÏÀcœ¾‘žž€Dj¦œ> ùâÛMµWX$€ÌaˆFe¶Tî!%¡Q™€#‡\¾.™LÀaåH à‚ðQ®‹Dâp¢q_Ðb#1+ž¬Ø @úR¦ó¾¶Ž‚p Ð°]èSº¤sØL>@HŒGx(ôòÛú7®¾·à1™vTÖŠüJNkSY“ÿO‡Àã‚0`Ë¡ƒ0û[êð‹7[ñXßv­¸T&D#³ý˜ €ýR‚-  nqi‡•®ÖA6ý[ÂÜV-`¬,)Ö.¨/Oú¥iO…Ø\'~ÀŸ²+ìUŒû ã¡ À«‹Åâ„Dá÷uçùÍeæl‡±…CAÔ¨0Lå#…Ó!DD @l:€ABÇ]6‡+<C ¹òžú†Æ|¥´ŠHúÆæOd@0N!㺊þþ·{öp‚‚ÑzzOĆ"@"†þ+Ï™ áVf‹Å’ ‰«U†A6wu¼„A~Å H;4dvŽ´Æ[g jÆgº¾KóÀÇOì‘·ŠÞggó•[NH1Åu»ÇFûÛO÷È|zkŸ”>¿]}w\e˜íÎäúY¯;|¾ê¥~åŒæ÷¡£ÒŸGÑmŠ×ÜD0uã`Òuo÷+¨|b°—¸Ü³Iz>7 öã=U‹]Âj{é—ÜPµ=W†^ÝDѺÌQN¡r½g+$Ø-¦t7Å ü -¼b(ë„^ô²ó” Ú9¼ãª¥ÿK—†£w)Tf:ÖGUÇüäœÅH]|&Ö9÷:#¦§9¤I±³$ç-á¼d¹æHNËÄ+±;™¼­Äè÷³Rô½ÿ±ùs…½«¯$´(^!&FQóü™×½ÉK.å1BUjm¬õ±Èvü ½Þ±qG¢øþ]Öd§‹¹)³Ú:DÚËy*—\¼,zã Q–²q¬oòtöíSÇ9¾Z˜„4ê/ôÑkß5ø“¢Žñ¶ÖœGEþŒ3áÞnT·S'[vt‹¶¡UòFÒ¥º<ÅJ²rÓgwë„ÞRÈkx¿³h^R$à«ÓeÏšzêÐt¸jùºôÅñç.úJ¥\Ûío*Ξ™+o²òÖ[oÐã–~ïfTÏZôÃùßãå}j$:~„uã%»[~T+| ›¾ï†B+CJI¢rzÈÀ%Ðý¸îŒ^Ð¥Ô]Ýö'&? -@ fß—þàß5QZÑþd=%<ôzU_Ùòº±ud^é³äSeŒ59Ãê3ZÑ»m‚öéèå+dz_ ž×”™†ëû_fœ%¦QlÖŽFG¸/')MÔ¿ÜÖ:+Q¥í41þœ¤a ’ ––AŽY_°+ÃLªî6éêñ£øûIm¥KÑôDµöìEó"z…¬>>wâ‰Ø@÷àÇÀ´#9My”Ü¥‡a3«c -ÜîÁvÍû„µ -¼Þ,÷Nòwö¹ôo›¯š@¼•mÝJØœ–éøR¥yM\‡ÐYKCí?s.þLýe,ÁoKûçpQ×ÍsÝ¿J$ØItÉÿÍFr•fuœzFñµs»3RM89m±ÀÐñ͵{—º§é®ÚVã§'b<œŸ‡0Ôf¦û÷>w¦Èa/ã»”-ßJœ[&4ríZºö{èO/BVZg?œÝ®"¿ÐSž‹¾t¦T1ecà°†AYÒŽ;~wd'ãµÕýȹ>ËU´‹×º¼s‹’+$ö×)y ò7Êvû–6ÈÞQo zV“eòƒéÈ@®i„k5?}¯ey¯Ât«é«[äÍËm9åƦ¦G„wB”霣œ±å¯ÑÛûÅŠ3\K‡*[ÀýÎì¸e²XuÕ§”7ûÙJøÒÍÎQâS²”q|asÁÖ^»ù:’°fÖ.ŸÎ!ã¬J9M‰cŒ|%ƒo”Ü'Öa»*v¹Ù.­çŸ5”öBÈFr·MÁ½´ëÞ\ÜT&9ggÞ< ßH9eŽùÇŒ+,k#³tÖ£ú㦈GB.vÆn³õiöÉk+=Ô B°zù½ò°íPš*Á½¨¸:*–æ—ä\±C ƒV/Ó6Æ ŽUK´Ý6o°«RÔú|¦Z¯aHø}{’Dê#ÆÓ­ÈFõŠEËîMÉâ¦Ùã2Õ¾7C¶7ø™$~ŠÎô®)¢®Ëçžõ“ªë°¿* IZ· AɧLbó -ëbŠoÛ|@>×quWvÇ&NiâlR{ìƱFYgϵX‰ÊÌ'ª†½;(ãèOSž K5µ|Ć„9Ô,­ÌòSZëmá o¦`ô¤Á‡ûjOÀOm™-×Ð B»>ä·š[GvmY‚£"\Ö‰mÁ•~îXOVZÉ -žê–™¹5äñ¬Ûó"6}¾ßw/éyKûuª9fîjb rÓLØSeÖ/4Åó0é%%výãŠ.é<³y¤yv³`¼E#:å©ŠNûx9y$HV¢ÐD¯T ý/òÿÿ4&H…¹öG"ÿg7¨¥ -endstream -endobj -13 0 obj -<< -/Type/FontDescriptor -/CapHeight 850 -/Ascent 850 -/Descent -200 -/FontBBox[-34 -251 988 750] -/FontName/RCVDQU+CMR12 -/ItalicAngle 0 -/StemV 65 -/FontFile 12 0 R -/Flags 4 ->> -endobj -12 0 obj -<< -/Filter[/FlateDecode] -/Length1 868 -/Length2 2194 -/Length3 533 -/Length 2819 ->> -stream -xÚíRy<”û&!ƒrîdbJ^§C˜fe,#¡AÊrìÆ–ÆÌ;ŒfaÌ0#¤EZ„T8RÆR”=ÒBDYm²DQ"ºhÊ–cÉt§º§>·sÿ¹ŸûßýÜ÷÷Ïû|Ÿç÷üžÏ÷ûÕÖrvCZQÙ -›ÅEbQX@ttÅâ, -ÑÖ&r@2—ÎfY“¹ Àššb+^€ÃX#‚ ƒ‡@´";TÀ¡s]¢Þg•1`Å9t -™8’¹Á SbB!376…r(°b0×ÏWÂW0äD€T‚ÅT:… ‚Atý9ÓN -Sy¡R '\’ ЕäÔ$)©lCPAíÄ–¼J²üDZþMªÍmy †™ùÙþsŸþB“™t†àŸ63”Ç9€#› -rX?J½À¯ÙA*Çü‘ÝÉ%3è+V0_Kôp[:¤:Ó¹”`€Ff„ƒ_ê ‹úcIß¾D@»=­]<_Gú•t&ÓY\wAè7ÛÏê/ûKÚáó_ -ƒÁJ„’óçŸÿÙ°(l*%Y -¼@æpȈd;$ìÃtä _’b±¹’+€¤)1Í|ž§!€ã±¹ 5ñuXú c„ÐVß‘)€¶ù†Œ´Ã7d"ñpÿŽL4é2Å}÷g€´¯öm×öílþ>¤$ ‡Ç¦c<&æ_u,zÜi à1Œ±©á—*…Çá€,î—ý”LâOL£Kæ‚|9—¥J—Ø¢ø°göN÷Ï^·ô8Cn_eàç„°G­“Š YÔÓ„ø½Î³½Ê‹ΉéóºšG+bÍRîÌí¾+À‹ûaú´öZß¡„’“oÐk>+ÐõïÀÄ›¾•!~ßnÙ5ÓT!7´nªIK½z©»%¶®Z샨û½·òõñ‘)¥Û&Ò>q>`®\ŽõHõª ÊqÐæAƒx±ÇŒ%Òcg•]0éjþ5á}ÔúÙ¡|á;»­fü_G7é@iÑÅ¡y¾G¯UÕ5Vnª’ó‹"ê%œNÜ+*1ã”PO`ùëlb•j]®r–ËÑŽ²Ã»/Ú±óÍW§Ë'&ÏîWˆa8’n…YtDœÔ*X1éκhim¹ê¤{j|zÙ ‘äïq«)ãFšœÂl -¬´Þ˜r¬¡D¢ùQÉ­²¸¯#ø-asr×T_y|?òiCÆùU æ› 0Xj•¾M±JÔk:°'ØÇûJ~v³_ïP‰~–_ÑYóëôáÙ–Ý3I©¿/ª¤Íp˽ð³ECs‰´÷ ö>bµ¾V›ÞU]󃱅°xµœ°"G–Vè»b… ×ßÛN¤0qÌY¼[ 5»®V· -UZ˜àÍu9:M«ÔPŠhP,`¢3ƒëò´(on§õû—Ó¦/bÍ™ûl=Wµ[ÚB'Iò„I©‘Û‹Kõç…wºïèî˜~Ððz e£¡ŽŸN'¶Ø"þv{KÓÆÑKD–Z–«Ûü›í{&Ýžv*]7¾n÷îZËAOàÙãЬš™(©Z@"VfÒ¯ àûÒÜ>ýÜÑoö2êÁº²œgZž‡TšZUj˜ËÔ[Úw*–e5dñn’jߨÈ´+‰·”Êl¾ÒU-£»Ë%ZçïFóÜ•Ë/êv½]ÕfOeòùRÅÏ­}¯ù«´7nÚ÷©ˆ$4=—ß¡ðnTúœ”{Â¥ô¬¢e^Ûx~ÜìO—SN0 ¨Xº1'(Ît)¦›*Ä÷šèŠß5Žëc×Fßµï­hÍÈrA -i=ý‘ªvÓÏÌø7È ÍO+×i‡¼s‹S·9'ŽÌh¾¯Îo¯ÍóœW<éÓžì÷ -Ù›(,ž(ÀQ¤´ ‰'¡|lÐ1½8Vâ•a—ÚLßÑÕ­zŠÿÉÚñIÕ̪7$\Ïú[h¹w®ƒ6ùЃ‡š4ÏjQ&{©vÏbGp·¸·ž»é%í¦œESïÆÖóÈ#ÇVÓM_SæˆAÃÍ£¹uçKçïX㜖k†Üm8*¼ÕsÃM£^õ Qê.¶O”XÍ ‡¢™­'³™Zd¸G§Es»tãµÒ°|X:;ø'7å•E¾â-½Cç®Æ¶Ùt]ŠjmÈ°yêfKJÞ)B Ô±x]‚_—¬v™:îÓÕuh s?,/Ô<“uÕÞHAõLk°_‹âcA=?Ø$B¦£âñ|<9*–Yê»Cí-“ÛJ|ÎôÐ -éÔ¤nÎ0ï¹|IMûè±r7\ZbžN>í$µŒrNëÃú­êÙäì|þðˆå»¨šj»J`ÛßSWê[4@NV÷n;Ý„+Çv)”ûˆðŒ‘³d£×ˆþlÒÙkBD™×‘3ó㸌ÄíM„—éÂÁëcÊÈõ«»ún9\€)0 g+žÛ«öZéýä^~ÃÛwáýX¹=Òª?š–9!\¹ ÄÝÙÈz~3Ro÷Cqú½ÞÏë#­æZæÝŠt -/±;CÛô¶Ž.]HaÇΖÏÈŸDÈþn¥á– ¼¶±¢=)¹JE3·áïKpýh*ú~@îÅ!’b -yXÔ }çM\’ñŽ¾M]›úX«ÏKÅNoäèãÔ2ƒ”EDë(çW²t¥û–»Sp°¾h÷¸¥¦£½¹iT ®—×y¨æ)?ð*~Ï>f‘¬yJMnÅæµN·„O;ZwäûŒ‡O5•ð°êœø¹þ$[á½Äï"û5¶Ùâk_:)e+d@š=…Ú÷¸ãËqÊ%ìÃÍ*¨ÐêT©ªÚƒ9'JIÁ!Cþ#I‘ôÄÛ¤S~ì>.åíµmÏ‘úK©1p¨§)9_;Ub—Ž&{@¡¿më2Ýï8[PçVWŸ²µh\¹Q9ÇI\H -lAK¯SÞSc¢2k[dµ”¬úd‰½céêÛ¸º_c—V/`rÃÂ’D]eî×-úÏ ŽXÊ¿BÿQ§”ñÛËl×ã ýÊ‹p1/åþ³’ˆEÓFœ6>àÖ‚nn`¿¼£s•šú¶±é´þÃǺšäWá`Ö*¾r­I*Ñô¸¡¬}PŸà¥˜éXˆ?QôË|[Ör®e ‹X‘xqtWé‹8mýHÕþߘŠk\WׂÉzüÒâ•MOdm‚í¦r–Θ‘6¶/z›³gÊK½E³>±Ÿ^Ù -‡W?ÔÙ¹K Ómž^Šê™'\]î’É“Î,HÇ|P½sdÇ–ýQ=æÍÖk -ìm‡zY)ôÍÖrû›p*óúïï›Õ\º¸[ §ÈÆ°cI[³¦í·Ÿf›Ç½×3ÐŒ0­*“$›{7N\7ò³Ÿñ½Ù0VÜ©õÑÔKý×øsàé¶Q#’—Ùš„­þâ)@ü€93õLóynIþЯ±£7gdÃCÙ ;cŒåžÃìko:ü2 ²ê¤N¶µR_·ÔÉ$Ô{$Yc‡ù£îÌíšO÷\#Ø4.„ÉeÖegT·Ý Ü$«‚ða°cS æ¿ü ÿ7øŸ0 0@2‡Ëf’9{!ÁÛÀ -endstream -endobj -19 0 obj -<< -/Type/FontDescriptor -/CapHeight 850 -/Ascent 850 -/Descent -200 -/FontBBox[-36 -250 1070 750] -/FontName/GBQBHV+CMR8 -/ItalicAngle 0 -/StemV 76 -/FontFile 18 0 R -/Flags 4 ->> -endobj -18 0 obj -<< -/Filter[/FlateDecode] -/Length1 759 -/Length2 1221 -/Length3 533 -/Length 1790 ->> -stream -xÚí’{4œgÇ"Flv#"â’G\ŽÛÜÈ™É&Æd\Cd”Xã6fÞ/sa¼ÄeR6¤H“Ò Ñ8£© A”!¢ˆ$¨—VX’¸”žVHS¬Ý›Ý³ºÿôô¿=û>ÿ¼¿Ëó}>Ï÷ùY˜úúai\qä*!X"ŽHtoæa@Ä0t ÄF`±è8(€H&MÊö@t¤8)‡Œ ‹c%0?Vtëõ.'@B˜Ão6 Q[üÄBqÐÀ\ߘP$9qq ‘¸0aðëH"ž8m¦¹Ò˜w¥3$åV(§5@)¹b‘ p!ï#FOƒP–_õ_¨¶Š»J¶p]µéU¶$þ³.ÆHH¼Å\H"ÚÚzÚD󆸰T¸µê°0‡&â @ØLÁq®pÄõ…N$à±qÐFq·B ¶m àÝ\N¹¸Øn<èfÍ— ‹÷cþ¥ºÞ¼ÿ£æHàÀ"à"Úˆ®w![Îbˆ8b.,BG‚äØ ;ƒÎ‘@À".” ‰t @=I<±³þšŽ$€§­§0¿¼‚‹‹8! ëà°ö$T“àDN$BÊ6ú‹àX)äq‚yó©D‰™Aíyó`ÔLJ€8˜¢Oô`Õ0;cÛ¥ðÅ–ƒ§ï=yæ‹iº1_Hz#ßÛÓùƒ¶@7•y>ÚwqHgù;ßœ‚·VŽ]¸“êM½Üò&´-1qÅ·{mxݬ‰%Šòâ¶O÷nþþ÷PNC«ÆVNJ -ÕØ5ºÀ•#1Í?¶›Ô­ t¤6s+‚l›»†j^d½üR…Â`Ä{åÚ^{Sµ]ô”Î ÒÝ—Xe¯›"Ls8¿æÿÚë/ë¯u ¬VÜ•?Æ.N(äSîîG¨=!/’Û-1”ü䊘ÒÏXîÒõ ŒÕÍj·Ÿ¥[gæåDÏ+©%çÁGÙ¢  ÏHÕñi^Z ÚkÆœãÙéàò&ó€,Õþ†·ZaxõÐìážšoŸ -û:¯ô&Œ÷N,D”8:Ë…ú/|&3‡bW×Æ‚¨ñÖ }ÈhoÓ e -ù†Ol¬ÛôŠÒZT[£f4zwOÖÖºí]ü—Aõ›})ä©~Åp~ëÒ¸Y×Ë’œæ¹6-™ÙJwÆ“Á'º‡÷Où¸{„v,35ÈC²¬‹ÝGÒ"¤®E‘*™QŒÔÖ4¿ãÎc%ŒØäa†éî¶ -%fÞùÞw°ÜŒªt¬}„Å–Ú[tl“ö1!’JõÖ¦îêNåsl‰—‡þO§B¹Ì¿Ï \M¹íã¢èªùptÎóÜÎ,eç`¨û£—¦NãÁÛø²¨´e×á…UYÀ3\pxaBa}Ÿ³‘]Å~ÕƒŸv–ÞÏ×\h_ÈÍ“]ý97½ù=ÌÒÿM!áïô}ŸV›>,*òOvGWÝ[%7_+[ÆfY­à™ð- k¾é <>%ÎÓýÜïè_£»ÝÞç=÷W«ûPÔ:Ëþý’ýö£5…ÁiC5º¹—ýìáz+¹IDµÇ-ÊþÁ!£¹zù²Í±cyz¯oÅ«;_âé÷šGÈ‹NζY ˆ¦Lê;YfÜi,¹8©ƒÝgáW1ÌvKß3ó^™•¹’2Gë™ÑÄigãfÌfL«Ë‡fe:JótM™ýŽ¶¬ŸÇÜd+W©eÕ£.+™ÏtwÐ, k¸œáy” Â«Æêœøúr6VQûQœ €ûñP2\–ulÞX?ÏbŪ½¿¬8ü`ù%ðÜÈ ;9²ë±¬ô²ÇÇõ]#…øÈÉRÖ°Uøùë瘕|YÎÏN.Ú^·Z’{TÛÝ5-¾ÊÿÛ´ -³µ²Q§öäí%¿;ŽçFVþàØöuTC:cYàq*›Q3< 4Ó÷öŽ”¨zøìô;1ú ï­ 0\v£7ÐÚµùç6îý¬>ÙP%êDåW—þ¼'ª¯yÊ`—˜LCŠ®w—Ñ¿w;×·›åg¸pÛ ¹¬¦iÏù%›åº3CØüt%ÐÏàØÀ“4¢ -Ë‘îì,ý¡*((Faí9!ßü–ƒ–ã¹7\ÿ‘ÌÓALº^™5¡Pµ>/~«ù`—ºƒEQ÷øûÛRõ¼t£Ë²2x*> -endobj -37 0 obj -<< -/Filter[/FlateDecode] -/Length1 800 -/Length2 912 -/Length3 533 -/Length 1495 ->> -stream -xÚíRgTWEÅ€‹FÁk| +uÙ™…¥®º€R]Ê‚"Ep}‹£»30[\Ä)vAlD)b ‚¢+( - -±kÄNQA¥˜  ñó''ÿròæÏû¾{ß}wîû˜úÞ¾,1¹:“„‚…š£vÀIà`Ps„Ád:QP¤ÀIbŽHíjk‹e@¹±¶ã v– 8‘ᑶTŒœŒ{YÖÀA)@ R,…2ZI/‰áPi€ƒT -„½Gä@åRA±9ƒ¢@Œc -°†áƒÝëÉÀº¿-V†‚T’Ó¾€íÓÐ.Å$!b(a°=Iú6H{ùǶþÆÕ@qg¥Tê)’õÊ÷æô,’áÒÈR®T@ -H1¤ˆTØïMŸR6uSˆ¤8æ@„I!`¡–户ÀåθŠ½q¶HDR9ìëCB<Ð -^Ÿ¶‡›£—³»iÿÃöƒÞ"œPøE†C€|f÷Õè皉ÂÕ 1G”&Òߧݢ—Í%0RŒa€Ãµ"ŠE2ZŠÃå‚(à„ªTÓŽÙæ© :šÕ@BRŒÞWEéÁbK¡\.SÒúØåvXïBêOàËŸtt$ÕQ,KÀ²µ´¨ÇXÛX­þ+o>G(¡ÛÀEĵêëbJŠ‚„¢o¶èü>ÕœÎB5Ä»÷ŒÅ…šM1m_üæt½ÙÅêÆ¢]†GÐ žW¢“…C£IÏ´EÕÕLÍ^ïߘ~ùÎÔFnÍÞuöäçOðîzM+=8¢djºªÀ‚ƒUhßj©:5/vðKLB±hgÔ¾Éܼ ËÁÌ^§°óyDT댮•±‹Ë]ÃÆ]àùëέ™±ƒRùEtµœ¿Ø í n?pÒ²ñiÌ-[‰k— OêdŠ‹³žYO¼îÙ”Ü8Q€ šEù Ts´_Å§Æ aß6hÒߛ۶ܨRO(xU©Å;÷ü`ð(“¸צš%UŽ1ÍþŒŠ€5A­ù:˳ŠtCy?²Ž¿C…WÝ=Ü:ª­»Ü#y~…*§ÅÙ–?8šªKÄ´[OmKÈÖ˜çd íá3ߧ ÅI¹ ¯®ÕÚfwò÷ßöû=ÞªJªÍ4}ÏM]%n4]ðŽ³H4&„åîšÑ¸¾k…MÓ?¡ÙŠJôlͼjgUΚ²Kƒ‰Ê”Û’Ì’Éøij³Œ|Òf+QŽ¤ŸbcK¦´-…û|ã7ïûDIý±éÜŠÛÇë7]_›?»Ë¿y^ŠaðúüC ï`-cªíg0œöׯJkJ6Ø{¹ ?¼A…ÅñŸÕ¬Ø¢Çb÷ľ=ûbMKƒŽý&gíë·;æ×äÉo]Ywí*žšwÓrm׉krëø:e¥î‰!%u;Z,Yw—q> -stream -xÚÍÔ=NÃ0`GReÉÊ_'¦Mp¦J$2 •‰#$¶æh9Š1Cã4­ýF²ÅîÐ'•úçõW»*iÎòœ‚å‚^LpZT‚qAËëŠm*úÂé;-69ãœæúSŠ‚­—žßâ]gO´ZÇÙ=å\ÄYý@??¾^ãl·¿¡\?Ïõ-%sK”RýÉäNÀ¶jÈV÷mu§^uSW5è_&«©é½qtYËÀZä`<’-85Vè&±n#·e¬;Ÿ‰uïõ÷Ù=œ³o]¸vÜÜ«&rï-ì9žËîáì:8_Z7’Ï™™-‰:{$ÑìcKÁpdúSçzÿ"{]èÎÞóW°.oƤ'c¸ç¾Ì ãqá cåõÊíMþW¿ÏŒkGã^¡}÷ï…ôÜ…6tæ$ ä<…ÌØlÈ)3§ZצŽ$4µQN5ð\3§œC-ÀÓ_ÄwuüøÞõ0³ -endstream -endobj -51 0 obj -<< -/Filter[/FlateDecode] -/Length 393 ->> -stream -xÚuÔ±N„0Çñ’HXî®/ §p0‘œ½ÁD'@4:Câàk±ù<#¡þKËõ×\[†æ¡ù¦Ã?//ã<åIœ$<+â¤àY\¤<ßíãÝŽçû2¾*ùkÊ?x–—qšñ„ž¼ÈâKû‡—÷èpŒ¶Ï¼,¢í=OSÚŽüëóû-Ú¯yJV<ÞpÆX-h L- •¢e ÚÖ^­…úTŒ¬–gˆ@D»Rø™:?‰žù0¨Ò•Áˆ˜té9„.Õ… EèR èmÔB—.ØL6Ö‚*uA•.B•º JO¨ F„*uA•žÄ\êÄ\zôˆ¹Ô‰¹Ô`c0ÙX ²Ô`h-€!KµÁ`£2²Ô Y - ‚J= Rô*õ€Jƒ A¥>4!bh]àCÏ,Ü ˆ‘îÇÉ áGƒh½èÎÐ׺1Ht•£D³,3u"Ð4Ögh0‡üzA÷Ý£§£Òùå -endstream -endobj -52 0 obj -<< -/Filter[/FlateDecode] -/Length 364 ->> -stream -xÚÒÏJ„@ðÂò–œÈ?Û¨,DÂV‡ N=@uìPÔ-PØŽ=”Á>È=€Ç9 óõ}ŽÆîB!ÈÏÑï/Êbç¥Hã4²ˆe!²,.æBæóx±ò0§÷·™x2-âüP¤xIYÆÙb;âæž/kž\‹2åɹ(KžÔâéñùŽ'ËË‘á³{¬O€a à@±Ð1o€ñ-½3 #è"‚j  ïÚ'¬ðæðØ2„¥$f,F@[1Õ*„‰Œ&¨‚=•îƒM°M`Õß ½]Ø`•ú4s0lD;Ü7Š5­ï¢,‹4®b€òÆ„]0‚Ö=tˆß0¬›§µ;LNã(]°Õ†?‚}#ÚDÿ¨-PžnʼžðJ 6ö|ø¤~ì¾kjÕ#h -]1x£¹úA?ß´ÍÌâì+hg3hBÇŽ°ž)öBkÆ8×;¤ ?«ùÕóÐ -endstream -endobj -53 0 obj -<< -/Filter[/FlateDecode] -/Length 329 ->> -stream -xÚ­Ò½NÃ0pGZyÉÚ­~œ¤I›vŠT@"L<02€@êÖlðX‘x‘ðoˆòç.V¡°‘ ¿|øNöÝåijÓÌ$6IÌbc“Üœð—ÕÂdëÌf‰É³¥]æ.5&[æv±2 ßy^Øt3Ž¸}ÐÛJÇ7f•êøÂ…Ž«Kóüôr¯ãíթᯕ­Î €6è•*ER*ÛÈ…b½ï•¨ø±$t¼º™h"K.Ü„ÐÎ94$4%ÐÄa^µ—Ô$áb/Bíºà»õšÂ‘37›/[ïô`‰í‘µW9«~ú×5üç¢ü“õÁèw›?ôç>²qáÈÚ×ox}}1õuÇÌÛφ¾ [sOÅ÷TÒî†>Âù¾âÃ÷ïÜwIôJD2%:žðÝžu†9é”æ5ŸY”­>¯ôõ'ÞéÖ5 -endstream -endobj -54 0 obj -<< -/Filter[/FlateDecode] -/Length 446 ->> -stream -xÚµ’KN„@†‹°è„ G / 3ÌLfEâ#q&ºòêÒ…F×”+¯ÕÆ‹à X² ´õÇcblùhŠ®¿þªb5O—k›¥Yfç‹t¾°Gól“fk[ë4ßØb±ä€ÛÜ>Ø‚"6+›Ñµ*ŠtµüöËÍ}t¼f×v½ˆfç6Ïóh¶½°OÏwÑìøòÄò»¾nO­×ÕÆHO{!QÝ@Ô”­©‰\RÇuå€BªÖ¼y¢ž¢ã|z1﵆¦†Ns¥ÿ@_'^î¯D_$=2™C‚Š4…Ô ߈Tw‡Ô Á¿ÒTÞ)}SuLÖ»wcÊ«“Dân%{ì¸â.}pg„Þ¹[JÜA¡WtZI×WŠ$óK -'èe$ÜS5KF­¨&‚x$z…Jvô3ò°Ò -‰:¡`ü*õ™öKÇè€;QÕC‚­jÆ­Ò©”Ú`] -5 -múweì©F -vEþöç 9(Û¨`ÐBúTiKšU}3VTUº¡rò{M»éä1ÖIä1C™Ln -ÊÌóP“0ÞÉd‹½Ò±\f’­åÜm£«O 2N -endstream -endobj -55 0 obj -<< -/Filter[/FlateDecode] -/Length 172 ->> -stream -xÚ325Ó³0P0Ð30P06ѳ0UÐ5Õ³0T02°Ô30W035Ð31UH1T(T047Ñ32V* -›é™¡hHÎåròäÒW06àÒ÷P044æÒ÷ôU()*MåÒw -pV0ò!\O…ÿþÿùß`ÿç?ƒ<ÿcàÇÀ09°:úÿtÀÿøÿüÚÝ€†ÁîiâPü`„`°ÙñÀø‡ p¹zr`äb© -endstream -endobj -56 0 obj -<< -/Filter[/FlateDecode] -/Length 147 ->> -stream -xÚ325Ó³0P0Ð30P06ѳ0UÐ5Õ³0T02r,Ì, õ R  - -€ªL€ŠÂfz–†(’s¹œ<¹ôÃŒ ¹ô= ¸ô=}JŠJS¹ôœ€Âž®§‹Âÿüÿ~0ðÿc@Ãÿ€ø€â£xÐâìÌÀŒ;TÀåêÉ0a -endstream -endobj -57 0 obj -<< -/Filter[/FlateDecode] -/Length 241 ->> -stream -xÚíÒ1NÃ0àu²>ï8NbÇaŠT@"C%˜802€`n7®nÒ#dÌåç%Q+ºT¬HmÏö:­v:‘Oš„h¯è@ µhqTñ/¥ÿõÕÄS#ªŸ; -é­tRØÑ> -stream -xÚ½’±NÃ0†]u(ò’•-÷$Nê&dªT@"R™x`dÔ-y´> -stream -xÚåÒÁNƒ@àÙpÀlŒë°/ ,t í©IÕDMôä¨G5z¦‰_ ßd#Â8»PÚZ£õfbäÛ3›ÙëP%R…JÉ‘'cyO³P§Rgi˜$R'Ó0Kåm,¥Öq8šHEWšdöíö/7÷|žóèZf).d¬&<ÊòùéåŽGóËSÓº[æg[ bUƒÀ’n¬€ž¬Sã7P8U3\NѬZ¯ô‘‡.…X3Ry ­H:œ!¶PTh -ê3’mEeV*‰ ò¬Œ¿Rå‘üAªfƒ`W͆zµRßáø·ZÂßÑÞ»W{Mc=¿M}1{6œÛ:­OgéĶÏ|—.%6/]r(CÆ¥ÉæÊjW{No¶œÓ;• œLAEœjQSM«ÀëDs -zÕ¶õj÷ÿQ¥¿+`½zþ ~žó«;–E| -endstream -endobj -60 0 obj -<< -/Filter[/FlateDecode] -/Length 226 ->> -stream -xÚíѱnÂ@ PW •nI»u@œ€KŽË%dŠTê HíÔ ;Áœlý­Hý‘ë02 Œ“›(ýÚÓ-{±-TV`¢’MªÆ‡V5£Ub0*Ïp¥ñGE¦4r¦Æ*›_,,?Äĉø­ñ æVÄnŽÛÍn-âÉë¹ëBéfHGI{é ©îyyh9D~Áì«™ªñò›¨–_-Œ:²ÅÊŽ~É“LÕñT‘÷ 1ÇÀݽkÜÿMôÏ šp¥&Ü“ÿÃGù âÙ‰·3#¬˜ä -endstream -endobj -61 0 obj -<< -/Filter[/FlateDecode] -/Length 345 ->> -stream -xÚmѽN„@ð!›ÐpoÀ¾€°|ÜáU˜S)L´òÔÒä4Zß],|-Œ/Â#üË-ã,ë%˜¿ »3dfÊU•ž—Ú¤ÆèbšJŸåyº*tYæ©)uU.Óe­ŸrýªKS¸kî­ª:Í×ÿ3_¢MezYDÙ®ë(koõûÛÇs”mî.u.±Û+ÍÜ<€¢Æ‚A¤î’1æ®Ç¨˜q›0[–ËÀŽy$ô,¡sìñíèp˜ÑãÓÎÀi‡=Bì&ö'ñÄSF§ÄÒ¤b9±RÑuÝÿ~;“Í -endstream -endobj -62 0 obj -<< -/Filter[/FlateDecode] -/Length 237 ->> -stream -xÚíÒ±nÂ@ `gBº…GÀ/Àåî ™h+5C¥vâÚŽ ˜9ž€W -êÐ×õ–!ŠëË©Aª°‡O¿%{òhœÊ8E%•BÈÈàPk)ãf±JåDá›Æ%šI$Ç *îØhéöÆëBÌ2Î1JEøˆZ%"Ìžp½Ú¼‹pö|‡š³Ù=‰ÈþÓ¯9t±ë"¸¤nQµ(=…çèÉ=¶¡††¸ ]\ݼÑPÁÿRÕÀØ+ˆ9;¶?œ;¥/&ŸÒ‡c@ŸÌ±O{¦èÕ}¦ -ªC[Gì‘™xù^üP¥ -endstream -endobj -63 0 obj -<< -/Filter[/FlateDecode] -/Length 241 ->> -stream -xÚíÒ±NÃ0Ы:DòÒOÈýŽºI™*È€S?;ÁœnüV$~$ˆðè!òqçTHY€ [:¿“uwË­¬Ó¦D£Á¥ÓëžY««]]é’Ÿò\×>X< sV/×høž8©¸ß«m£ŠÖ•*®SlnðùéåQÛÛ ´œis‰ÄÇ·>€¨ƒÖƒ(ÀŠ©Â³è(D(NÕ§ÿúCŠ¿Ôð­‚ÈO•öÅg¬wQ}|é-iÎz ¢l<ÅÍE> -stream -xÚ}ÒMN„0ð$l8½€| ˜ɨQ&ºò£K]ÃÎå\‰Ä×€pØuA¨}¯¥‰€ÃGókBÛÿ£ÓÔÛ4ð‚€†‰Gô* -v^”Ðx{ûÆÑÎ;ìéKHßi'^x âsº/ŠCNoö1·ýgš$¶Oà µýü~~|½Úþññš†¢/»ù %„8œO¯  áâªHʉ j ÆK Ô›ŒW(æ0Þ,å2ÞKeZ…9‹IÁmà|B#jø+LÐ -M¨U(qT½P&ô *Ag”;«¹ A½¨”¡¬Y,2¡ ÂäcÌ‚øÃRÊA!R¡ñë•2QJrVrg‰øîJΤÔ8"¼”5«·Dø¥L¦ÄLlá5fÆ°i•&Òi”8¹Û5«tÖÂ}øWMvI}±ÖVÓk Z­V·¡­zCç 9ZîZ°KR *PUÀ¡•™ÏqexÔ ÕjuZµœ¥¡„à|£~Ô²°.þ3¡>«¸#†Ò„›†I«LɾÍí§_hq£A -endstream -endobj -65 0 obj -<< -/x42 50 0 R -/x4e 51 0 R -/x61 52 0 R -/x65 53 0 R -/x67 54 0 R -/x69 55 0 R -/x6c 56 0 R -/x6e 57 0 R -/x6f 58 0 R -/x70 59 0 R -/x72 60 0 R -/x73 61 0 R -/x74 62 0 R -/x75 63 0 R -/x79 64 0 R ->> -endobj -8 0 obj -<< -/Type/Font -/Name/F1 -/Subtype/Type3 -/FirstChar 0 -/LastChar 255 -/Widths[462.57 462.57 462.99 462.57 462.57 462.57 693.61 462.57 462.57 462.57 256.8 -411.13 256.8 333.51 359.69 359.69 308.24 308.24 462.57 462.57 462.57 462.57 745.09 -0 359.69 256.8 282.52 539.32 513.6 513.6 770.4 770.4 462.57 256.8 462.57 771.23 462.57 -771.23 719.79 256.8 359.69 359.69 462.57 719.79 256.8 308.24 256.8 462.57 462.57 -462.57 462.57 462.57 462.57 462.57 462.57 462.57 462.57 462.57 256.8 256.8 719.79 -719.79 719.79 436.85 719.79 693.61 655.26 668.35 706.7 629.54 603.81 726.11 693.61 -333.51 475.21 719.33 578.09 847.94 693.61 719.79 629.54 719.79 680.98 514.02 668.35 -693.61 693.61 950.83 693.61 693.61 565.46 256.8 462.57 256.8 565.46 719.79 256.8 -462.57 514.02 411.13 514.02 411.13 282.52 462.57 514.02 256.8 282.52 488.3 256.8 -771.23 514.02 462.57 514.02 488.29 359.69 364.83 359.69 514.02 488.3 668.35 488.3 -488.3 411.13 462.57 256.8 462.57 565.46 153.91 590.95 578.09 796.96 706.93 719.33 -1109.64 565.46 1002.5 333.51 723.81 886.75 796.5 835.31 719.33 886.75 514.02 719.79 -668.35 693.61 693.61 693.61 693.61 719.33 719.33 719.33 668.35 616.9 1002.5 629.54 -797.66 727.73 411.13 411.13 411.13 488.3 514.02 514.02 771.23 411.13 706.93 256.8 -514.02 616.9 591.18 668.35 514.02 616.9 364.83 462.57 411.13 488.3 488.3 488.3 488.3 -514.02 514.02 514.02 405.98 423.99 706.93 411.13 308.24 514.02 514.02 693.61 655.26 -655.26 578.09 719.33 629.54 1105.16 565.46 719.33 719.33 719.33 719.33 847.94 719.33 -719.79 719.33 629.54 668.35 668.35 693.61 771.23 693.61 719.33 719.33 1040.86 1040.86 -822.68 899.39 655.26 668.35 1041.08 719.33 462.57 462.57 462.57 411.13 514.02 411.13 -771.23 411.13 514.02 514.02 514.02 514.02 616.9 514.02 462.57 514.02 514.02 411.13 -462.57 488.3 719.79 488.3 514.02 514.02 745.51 745.51 565.46 668.35 462.57 411.13 -694.07 501.16] -/FontBBox[-111 -476.2 1221 1000.6] -/FontMatrix[0.001 0 0 0.001 0 0] -/Encoding 7 0 R -/CharProcs 65 0 R ->> -endobj -66 0 obj -<< -/Filter[/FlateDecode] -/Length 295 ->> -stream -xÚ­ÒMN…0à$ÝðnÀ\ÀRDJY½ä©‰,L|+ .MÔèŽÆQ8B—,c±?úŠ;…Í7)ÌtÚõ++àŒs¨8+8“¬ -É ¢®YUÂc¯P Éê¸~…¬XsúÃÃ3=´4¿×k4¿yNóöÞß>žh~¸»„BÇ&l¯€¬O‚¨¾@:‡Ô!F…:Â1Òè3Ä™t - ${‹>³R‹1±P±ÅäYÌÄbù/C˜Ð×òÕý~üUv1º¾ש;„… Á[ éŠõèö'ÈÖ|K„îèº0³rµ&W}ŽÃ=ûvÐuúžo°³¶ ÿ„]X˃ðÛkò—âïB9Œ®÷>1ã·Ì ¤ÒãgF”ü˜Õ`zõgôº¥ÇOoN - -endstream -endobj -67 0 obj -<< -/Filter[/FlateDecode] -/Length 371 ->> -stream -xÚÍÓÏKÃ0ðŒ -• ö—À´ý±^L{ôä =(z¶‚°«·ý¹yí1‡ÒøMÒt« ñèÆØ'¼÷Ú÷’'9ç,âQÄÒˆÇ;™¥<*XV$|–¹¿‡˜=³,Ix”³ß<.øi:>qÿD—% ïXžÓðŠÍ3–×ìõå푆˛scm—åSøTR_„(µÖª YXBµ‚Z´žò¡»>Œ„_§UMqüL‹¼cïÔa›ê v¢ÓìCgjùZ5$-ÕS§j¡Õ@:BoËF_ÚÀ[B-Òû!Tj“%z­¤-`¬z—¦VkYýIJÚÇ0oöiS•©´E‹Éïꟼš¸·õBÄ.ùNÍFž“Ü¡¾ƒZÄ©Ôw¬Í”Ø›Ñ4ÙÄb˜:1Lbm¦S‡ù4«Ãì™)ÆáîÐL6ŽÈc7íbá›࣠U+¼á¦ÃíA i\¯éeIo¿d²¥P -endstream -endobj -68 0 obj -<< -/Filter[/FlateDecode] -/Length 277 ->> -stream -xÚ}бNÃ0`G"yñ#ä^'i´™RÈ€D'@ ±%¼Ù1ñ‘x³yˆ|\œ" ª‡Oöéî·mV¥® ä:ÏÁz½€“¢Ò«%˜ŠÏJ0K£ë -n xàúZ/–ó2e¡«úoÇͽܶ2»†2—Ù”Ffí%<=>ßÉl{u -ïçm{ä!Y¡&ÐÇ õŒOièdžlCè:²)¡%rŠihLõ 7â@Ñ!VxæGÿÇ°" ’ …NôM@Ì3£€‹ç }¬ú ¦¾ùÁ‹=¢;Ž?Æ8Á_ðÚã?ßü†ùÀqÃyï8¢KH /裱±_Wt.æ7ÄäÊóVî¾Q -endstream -endobj -69 0 obj -<< -/Filter[/FlateDecode] -/Length 255 ->> -stream -xÚÐ1JÅ@à<^Ø&¹Aæn6/›hªÀSÁ‚V@-…(Z¿õf/²Þ`Ê!¿;HìÜâƒv`æ·‡RCF8TÚ4tVÔú¼¤²)uaÉ–V75=ôJe}¡¥ð›lUèºù;ñø¢ŽÊÈZ•ßPìnéýíãYåÇ»K*Bý[vWø DQpJ|ËàvÌþ4Å ‡yÏØ;ž÷€ã)ÇàЉÈAo8½˜úV‚¼èÄhñ´mݾР­붶«Ãª“Ý#Ù©lŽT®˜Ü5¹qê{|†QÆ|KøbŒÆ!%8I ƒÕu§î`Eú` -endstream -endobj -70 0 obj -<< -/Filter[/FlateDecode] -/Length 334 ->> -stream -xÚÒMJÄ0à ]ºéú.`úcÚ™‚XìBЕÛÂèÒ…¢ëNñbõ&ïq—EÉó%Qd\ ¶”¯ }?IªÖµl²( ªeÑÂIU®¥Ú€ªKÙ´ N•lx(áTÕȺ…‚瑩¤RBvOɶOò{¨Ë$¿†õ&Éûx}y{Lòííðl†ý%»f䧳b +bsd²éÓÂwÌL:Ö‚&2)"ZR–‰-.1ñÛ†Y1)Ñ/šÿà0ËwêÃz¾ Bßà fÌžtLjGþd“MÄœ‹Ø1γŒnÕGÑÒ@ì±B_Oˆ(À•iÏdHȤa¡å€y…†“-+Ô®‚@tIöÇ?‡aò)‡w‡†(àë˜cqßá!'âŽ]½ µ[Jä—bSß’ÉÜÖ¹Ã&ÌÜ&ÓÂM“û'O'W}r÷Ít¢_ -endstream -endobj -71 0 obj -<< -/Filter[/FlateDecode] -/Length 200 ->> -stream -xÚÝÏ1‚0à“.wK¶–‰5‘ÁD' Ž=‚Wrsô -xÇ õ.$Ä]ß¾üÉ{Ã/cÍô8ã’„ #ÍBKIPHÊaÁ„Œ˜JãªT°Xu6{š4\ƒ4œƒNhX,àt<ïh˜/'anc1…Ês8–|Á´|.ÝïPú X±Á­Æ¸2Cžî wg|äÑruvˆ-YÉ\5@.\ÞŸb±´!–¯"õô@g]½ Ó»Í -endstream -endobj -72 0 obj -<< -/Filter[/FlateDecode] -/Length 150 ->> -stream -xÚÅ‹1Â0cQ ]ÃöœÏŽå˜6€„ $¨xPR€àß”§#š¤¤b5ÍÎÝúØ „EP×"æ‰ëï 1 -'ÁÉá -—‹Gy.zÁ® Žj3Ù¼'»A²y‹ûíq&Ûî–p¥k^¡›©Nõ5ѧQLñåÚ÷¿c´ F;ó‘A+­¡u¦ýi¼ä -endstream -endobj -73 0 obj -<< -/Filter[/FlateDecode] -/Length 260 ->> -stream -xÚÕÒ1NÄ0ЉRDr“–.s'v¼Ùj¥$R ±J -Ô6p±p“!¥‹(Á;“$ '–ò4’­ùc¹Qµ4*©j-ÅÓVj‹fcå¦EÛ6r«ð®ÂG4FK]£ŠËn¬í··b߉ò-ÊKlã¿»Â秗{Qî¯Ï°Š5—Ý9ÎÉ¿˜uçòï˜N~cñ íô9Ñï¸âã¯LÆäÄTaGŒŽ¸ÑóÎäÄ\W2¢O‰7&KŽ@Dá ×;@ ÆÖ¶bäHN+)pê`¼ã1Ý×i‡‚Wø&ÆŒIÃn @| àGÄE'ŸîR»Q -endstream -endobj -74 0 obj -<< -/Filter[/FlateDecode] -/Length 195 ->> -stream -xÚÝϽ Â0`[Hn2Bnœ8þ!©"H%jF`%:JVPº°|8¤Š” ¸wÒ§W\q:Ëy>…”§)HÉ•IÎ¥•k.4¨Ìp]À^À ”܆(©xaz»#«j–lA+–,Ag,©Wp9_,©Ö3¡wµžƒ§ØDèÅ°?Z,6eàŸØYúD9O_-HïèƸ£üAJô£À­@ÿž¶ÄB=ig¶¨Ùæ 0À¾ -endstream -endobj -75 0 obj -<< -/Filter[/FlateDecode] -/Length 249 ->> -stream -xÚ­1nÃ0 x0 %O?PY²(§ž¤-PÚ©h3fhÑÎv~Ƨä =a)[ c!@J¤D®½®Œ6 -¯Mw¶ÔkˆN»С®Jø´ðhïuáÀÈBouY]W|Ô®Vù;x£ògð¨òú~¾÷*ß½>€•x -ëG`îRfbn“FpÎú• _3Á©á£€xÜŽ,Ä’ÞmHî%‹†%ó°¤> #©•¨ H©Û0sJ§€Å -Hf´ ÝÞD2"ùÜþhlb{ÝÒÜn˜aqeB3D!³ž(+ª‹"‡LJ/’'åê©VoýÅ: -endstream -endobj -76 0 obj -<< -/Filter[/FlateDecode] -/Length 190 ->> -stream -xÚ367Ð30W -ÆÆz&f -ºzÆf@¶‰ž©…‚‰‘™ž©¥BŠ¡B¡‚±¡ž¡±‚še-ÍP4$çr9yré‡+›qé{(˜qé{ú*”•¦ré;8+ù®§‹Â?æÿ˜ÿ100ÿ¨1``þøA€ùñ†ÌÇ0ücîÀðŸy>ˆöþ3Ùÿ0øÏTÿÿÃ0ñÁ8ˆƒþ€œËÀÀPNp¹zrٚNj -endstream -endobj -77 0 obj -<< -/Filter[/FlateDecode] -/Length 266 ->> -stream -xÚUÏÁJÄ0à) ¹tÞ:/`š6ëž -«‚=ëÉPB½ [؃¯UÙ‰o0ÇJÇÄêâøÂòYÖÒXTR)4FVÏ´•KB%ës¬Âµ²ø ñÒRTáTµ–vu> -stream -xÚmбJÄ@à„-̸ónv“Mî¬NSZÝœ–Š¶nÀÂò^)b‘×8ñÎ.EÈ8›@²â1ÅÇ3ð3™J¤Ñ ¤R s9OátÀ̉½I -wÁä´–¢1©‘gùß‹õ_<^A–ñø -²„ÇÅ5> -stream -xÚ}бNÃ0`G"yñ#ä^'i´™RÈ€D'@ ±%¼Ù1ñ‘x³yˆ|\œ" ª‡Oöéî·mV¥® ä:ÏÁz½€“¢Ò«%˜ŠÏJ0K£ë -n xàúZ/–ó2e¡«úoÇͽܶ2»†2—Ù”Ffí%<=>ßÉl{u -ïçm{ä!Y¡&ÐÇ õŒOièdžlCè:²)¡%rŠihLõ 7â@Ñ!VxæGÿÇ°" ’ …NôM@Ì3£€‹ç }¬ú ¦¾ùÁ‹=¢;Ž?Æ8Á_ðÚã?ßü†ùÀqÃyï8¢KH /裱±_Wt.æ7ÄäÊóVî¾Q -endstream -endobj -80 0 obj -<< -/Filter[/FlateDecode] -/Length 161 ->> -stream -xÚÍÐ1Â0 аúÿ8IFí„T@"L@0sÕ‘¡jH H…‰OúÒ÷`»Lؘvã‚ÅCJaëàlÁ™`gq„ä%û© —yÎË…íª@z'¤È-é°ÄùtÙ“®VStùà ª›—ŠQ¡ÅX#&o½÷Þf`;T}±þÓ5ÉFM’é;×·4´~5Ÿó -endstream -endobj -81 0 obj -<< -/Filter[/FlateDecode] -/Length 278 ->> -stream -xÚÐÁJÃ@à 9{°o`çÜ$M¶M/ª‚9zòÔ£E¯Ö›7ûJÁ¾F±/ÞrX2ÎîEAw>†a†å·£Ò”JMšRž›bL‡¥ÉÇT”Öd–¬`Gt“Ñ=63ã)¥rí47åtgàúNÏj\‘-trF“L'õ9=><ÝêdvqL¾FYŸ»ŠvÜ xY {ü"¬…¡³úIßßs²Ehçò;éÉNV*ö,ÕÀã{üù¥¢NùpJ–)×ù©ÈqÄÜÅâ@ °Ÿà¼}pèŽî9Ђ«·`Và,À0ÐUÚ9À·`ÞÁ -,À0 z*0ÿŠ@è3ëÜUŸÖúò ¥àc' -endstream -endobj -82 0 obj -<< -/Filter[/FlateDecode] -/Length 253 ->> -stream -xÚuÑ¿JÄ@ð…mbi!î¼€›¿›‹Õ©` -A+[A--­7÷÷Jéî5÷wÝ!ŸYångøÍÀT_™rQP"“„ŠTV]U2/IUJªl> -stream -xÚ323Ñ32P0Ð30P°0Ö33UеÐ36S047Õ33ƒ -¥**Xé*•BYȪ“s¹œ<¹ôà ¹ô=À¤§¯BIQi*—¾S€³ˆázº(> -stream -xÚÍÑOJÄ0ðB -a ú.`šv’¦…¨`‚®<€ºt¡èn`æbõ&=B—]„~&ý3(èR?x‹„¼ï“ZñB’àBLxžÒyª¸(H¦We*åRÒcB/´Ê%ך„=™Ö\­No<<³MÅâ{’‹¯)OX\ÝÐÛëû‹7·äæq¬. h"Àó­&¬­mÙ– Ldð‰>48ALoÝõdÙ7¶£­sÝ–@»nœgÇÖÎå‰; [~8ÑszÿÇ_þìv\ü°õà÷|¦ô§T]ÂÛã´Çüáþì}0÷5v×…õnîtè—]Uìî æ_¯ -endstream -endobj -85 0 obj -<< -/Filter[/FlateDecode] -/Length 166 ->> -stream -xÚíË1AàÑ(¦q…ÿÞÌšÙÙ†d‘˜BBå(„ž›q7XÝb¼¡¢Ó{ò%ò?[ää-4iÒËÑ-É8o(³py¬Å*ÃF{²šãœ¦òóa¹‘UjSH5Aᥠ-Sìw‡µTÕlˆŒû»†b¼Å&Ækâ’81Ó$ÎL-ñ¢è3×äÏÜS‹As|_Èqó'¤Ï>¼ -endstream -endobj -86 0 obj -<< -/Filter[/FlateDecode] -/Length 315 ->> -stream -xÚuÐÁJÃ@à =riß ûn6v›¦§@U0AO>€zªè9 zì+Ezð5⬷BÆ™Ilõ  Ìü°¿].ôÊ*£Q £Ó•:Éõ> -stream -xÚ}ÑÏjƒ@ð ð÷º³j‚¶4JÛS í±‡ôô ¸}3eÁ£‡Áél$ÁR~°à°ã÷©,‘k%"EB-ä*Wq"£µPq*“µH“X*%^b/–+%³LD|Ò,“Éò|b÷ænJ7|*uíX-Ü°¼Ÿï_¯n¸y¼ö>\ËADº@"‡50a5 uSQ?¥.§Î!ô©õ¨÷ÉÔùÔÔd椉š£+~£Æï<¢®²¶ƒÕŒ-¬Í…zlÍÓl3±z¦@¨ - ¾©wöDS„¢„ÿÂï€ðÀVÀïš»µœCqrfíέY¸Tÿ¯…æogf¬ÝaÖ6yHlÈÍä‡$óžÕ•ÍV£M››ÒÜRS wg<ã!µr™PÛ9%žçÄÜÛÒ}ún&[U -endstream -endobj -88 0 obj -<< -/x42 66 0 R -/x47 67 0 R -/x61 68 0 R -/x65 69 0 R -/x67 70 0 R -/x68 71 0 R -/x69 72 0 R -/x6b 73 0 R -/x6e 74 0 R -/x6f 75 0 R -/x72 76 0 R -/x73 77 0 R -/x76 78 0 R -/xe0 79 0 R -/xe3 80 0 R -/xe9 81 0 R -/xec 82 0 R -/x2e 83 0 R -/x30 84 0 R -/x31 85 0 R -/x32 86 0 R -/x36 87 0 R ->> -endobj -15 0 obj -<< -/Type/Font -/Name/F4 -/Subtype/Type3 -/FirstChar 0 -/LastChar 255 -/Widths[475.94 475.94 476.42 475.94 475.94 475.94 713.96 475.94 475.94 475.94 264.2 -423 264.2 343.41 370.07 370.07 317.13 317.13 475.94 475.94 475.94 475.94 766.6 0 -370.07 264.2 290.67 554.86 528.39 528.39 792.59 792.59 475.94 264.2 475.94 793.55 -475.94 793.55 740.61 264.2 370.07 370.07 475.94 740.61 264.2 317.13 264.2 475.94 -475.94 475.94 475.94 475.94 475.94 475.94 475.94 475.94 475.94 475.94 264.2 264.2 -740.61 740.61 740.61 449.47 740.61 713.96 674.35 687.68 727.29 647.88 621.42 747.18 -713.96 343.41 489.08 740.42 594.95 872.76 713.96 740.61 647.88 740.61 700.82 528.87 -687.68 713.96 713.96 978.63 713.96 713.96 581.81 264.2 475.94 264.2 581.81 740.61 -264.2 475.94 528.87 423 528.87 423 290.67 475.94 528.87 264.2 290.67 502.41 264.2 -793.55 528.87 475.94 528.87 502.41 370.07 375.36 370.07 528.87 502.41 687.68 502.41 -502.41 423 475.94 264.2 475.94 581.81 158.33 608.18 594.95 820.02 727.38 740.42 1147.56 -581.81 1031.66 343.41 750.55 912.56 819.83 859.62 740.42 912.56 528.87 740.61 687.68 -713.96 713.96 713.96 713.96 740.42 740.42 740.42 687.68 637.49 1031.66 647.88 827.77 -730.7 423 423 423 502.41 528.87 528.87 793.55 423 727.38 264.2 528.87 634.74 608.28 -687.68 528.87 634.74 375.36 475.94 423 502.41 502.41 502.41 502.41 528.87 528.87 -528.87 417.71 436.24 727.38 423 317.13 528.87 528.87 713.96 674.35 674.35 594.95 -740.42 647.88 1137.44 581.81 740.42 740.42 740.42 740.42 872.76 740.42 740.61 740.42 -647.88 687.68 687.68 713.96 793.55 713.96 740.42 740.42 1071.27 1071.27 846.49 925.7 -674.35 687.68 1071.37 740.42 475.94 475.94 475.94 423 528.87 423 793.55 423 528.87 -528.87 528.87 528.87 634.74 528.87 475.94 528.87 528.87 423 475.94 502.41 740.61 -502.41 528.87 528.87 767.08 767.08 581.81 687.68 475.94 423 714.15 515.64] -/FontBBox[-114.8 -475.4 1262.8 996.2] -/FontMatrix[0.001 0 0 0.001 0 0] -/Encoding 7 0 R -/CharProcs 88 0 R ->> -endobj -89 0 obj -<< -/Filter[/FlateDecode] -/Length 408 ->> -stream -xÚÔ=nƒ0`G,±øöÊO“™ÒVj†JíÔ´;´jgHs1ç&‘Á‚ú›„ -õc0,¼þì> -stream -xÚÔAJÄ0àÈ,²ÑÌ»€i2S“v;*Ø… + .Tt/x±z“!Ë,BbAœþ•†Içmò=HÞK‰‘FIRHI›RTt®EmH-Tù7<)z%]*±®¨ŸLºÚ¥F w|Ûðâê5/n¨®xÑÜÒûÛÇ3/¶w—¤úü7m®ˆíceçùÔÆÀXŒÑc vàŽèÜírÚìŽèEÂ_Çz9ö÷LÇö ;°·ƒÛ»£uFõG}]ÆžsÎûÿ®;l6Ã1m'çÙf¸{™v›áO0³“`v` nOàýöàn°g½‡¿"åEÒüºá÷?WuÓ -endstream -endobj -91 0 obj -<< -/Filter[/FlateDecode] -/Length 150 ->> -stream -xÚíÔ± -1 àsÍSü/`Úл´·ž -vtòÔÑÁCßþðl'Ao쟡|,%$Ԏ²µp5‡såÖ#Xa¨W–GÁ^•}›Jƒc‘ÙºHfKf6‰\ûÛ‰L·]@’ŸŒKT9³ñ^½óƒò;æ ©7}×k‡þRùÏ¢é5ÍU¤U¤Ý—zŒ -endstream -endobj -92 0 obj -<< -/Filter[/FlateDecode] -/Length 126 ->> -stream -xÚí’1A ©ó -€ìæ’Ýö‰- â@I‚¢¹œ-äµ{A朡Æe…¥s ¨wlg1\whì‚<Ø‹²Èßà|£¾Q:Á‚ÒµPj{<¯+¥þ°† }¬mƒÅ¤>ï_fÎ9ýÚ6:~@wž -endstream -endobj -93 0 obj -<< -/Filter[/FlateDecode] -/Length 190 ->> -stream -xÚí˽ -Â0Àñˆƒ§¸04½6“PÌ è䨣ƒ¢{|³>J¡£Ci,„,-¸õËïUÂÁ„€H±4†92@¬5S˜ “ -N®£b(A4ƒiĤüy8^hf(?@*)߀N)7[¸ßgʳÝš«ù¬f¤mᜳ}èjB\ÛÈ‘ÿbI±°ƒ˜÷ õ|9 ±² -òåYN;ž¹§õ$+ÏÒÓv¬HCòmÖ‹tmèþ åúÌ -endstream -endobj -94 0 obj -<< -/Filter[/FlateDecode] -/Length 336 ->> -stream -xÚ¥ÒOJÃ@ð"B¡|p2m’¦¡PÌBЕP—‚Šî„Ž7ËQr„,g1dü^þ´ª ¿™yß›I–*ÍX+­9IÕ*ãóy¢Š”³ÅBå§Y¢ôŠŸæüÆé*WEÂ_ºÌ•^îx|‰6e?p®£ø†—y—·üñþùÅ›»KžcÞOË+öÞÑÌcôÞupDt&h€‰  -=³ö5m¬lhí]‹Ábµs2à$'C‹mÎv8d`€ÙŽ¡‹UÑvVR <Šö¨üÿ˜M ZP šu‹ZèÐ YwÒ ƨá~ÒÃŽ]4cõØ…ì>„!³ƒTø æw€Èm¼'RÝjZŸH°æ¨µ¥éTå3EëmˆÿãgÐ û/PË }ÉÅ!G€‹ªÐ³¸èºŒî‡{ -endstream -endobj -95 0 obj -<< -/Filter[/FlateDecode] -/Length 309 ->> -stream -xÚíÓ½N„@ð![lƒo°ó.ËŸæÔD -“³²5QK5šX ¾¾ @yaÝáCŽxѳ³šß†ìîdæO$r™ ’Já"’qŒ‡ÞR&>A$CÃÄ|ŠñÆà ‰ŒBTæ”/Õb¾ãúŽ¯2î^br÷ =åq7;ǧÇç[î®ÖÇHë~™ Þ@®é©~+=©øTù¯¹Zƒ*°i§WÓM§Ó kuºº´:å¦Ý9ÉlÜ@JbZ7 H¶Ö-8$ÇÜ6I)5*ØXKa*a—îU[Rßê`P½·ài¿šêÁ×®íì®5ŸÂ4±=·i–ý|™=ÎÜ~ÓCœ’.£lˆ*5‡ÒÚnLŒòƤI̱ôoÖú]÷‘©)Ž QóÓŒ_| -þÉØ -endstream -endobj -96 0 obj -<< -/Filter[/FlateDecode] -/Length 302 ->> -stream -xڽѱj„@à aÁy¬î¹zg%\ˆE ©®’”)’úÌ›ù(û[Z,NfÎã@BR‘UgÜßn],tQ`iõ®Â+SêÆ¢µµ6mUêb‡ÏßУ75|Ùz«‹ÍºâéUí;•°jT~‡õVåÝ=~¼¾¨|ÿp†×˲»A"rÀ7Ñ ˆÄm?NRG2ò‰ã×G -±;UùÈÑIGCL4²ü9ÛÏJ‹>\ÌNNg=´+ÈõŽÛ‹£è¢E/†Ô "¿€þþÙŸû8®ñtî‹üEžM0-â$s$a±—X¸¬'à¹ÓÈóçè‹ó D’Ï‘æXòj)pnÒÀg’gDC{ÎWræ#Äbþ•“¦’¨ºíÔã78­A -endstream -endobj -97 0 obj -<< -/Filter[/FlateDecode] -/Length 293 ->> -stream -xÚíÒ½N„@ð!$Ûð7/à²Üñq[‘œšHa¢• –­ÝGãQö()ë°ÃwÆ\°³BòÛ0»ùO®µÜhTR)Üdr›ãEº‘:üÈd‘b¡éÕŸR|Å|­eY ¢»T™TëÓ/bW‹äËB$7˜ªT$õ-¾¿}<‹dww‰ãš—õ:õPµ~+â^ÍAö_{ÙpRO-cY€˜Em ½ðê`åÕÂ'=£,ðöÖ5£ÚQ&¤Ã½ šR žRèéþƒîHÕ¤öYúØw5geÀ-ü!™ÅZÖƒã®ë.§0'ÊOr;d9ç;gÞ¬x,B> -stream -xÚÑ=NÃ@à±R$Ú†Ö]ö¬×Žo*K$\ …Š%¤tñÑ|Áå–‡·kJ -vñùgfí—»µ±…¶ÆZÆ9}™.Ì:×ùra¬ûæ)Õ¯:Ï–&³ÚŸùª06;îx|Q›J%z•ªäV¯ -•TwúýíãY%›í•ÆÓj¼­®µˆ4‘‹ôDsoK4ñÖDšvT²0•=ÍY:¡ –]õ”¥™`… ã­ã †‡/уÕiÇK¯ë¼ýÁ¸¥ýÅÍèìÔŸÿ¥JzîðuøÃZŸulNl¥Öφy`c<: sƒaŽÒÏÂ\…cÄâuìœÔÈAÚ]HSäãŽBnÒ#Ÿ…ò ¤FŽÒ`¯{ö!QäóìC'«›JÝÖÚ^7 -endstream -endobj -99 0 obj -<< -/Filter[/FlateDecode] -/Length 415 ->> -stream -xÚ­“ÍJÄ0ǧ´P( }Bóöcwû «‚=zòÔ£Eo…íÁë£ôzì!tœIRW]”=˜Rø%L&óÿO’­ªh‰$J±,¢²gË4’Jdi•K±ÎVQRŠ‡T<‹uYDÕJ$ôåy¥Å-÷OÞ®öâ;Q$^|%ªÜ‹ëkñúòöèÅ»›s‘Ò\Oë zt â>ýb€#, ìÁAIඉƒl[Ë{‹Ø'hm -¥ —ÂÂtÿ-S*wtFö@Iù[ëOèÀÿÁ)‡~Vø FJ£ë íÊ-AÇþ ¯°c ïì!ƒÏ®*`Ÿ &Ÿ³0„ºRƒÿ;¸G`Ï`ÍûhØ3pÍè%°—¨!œÁg*ˆt)°$ß’dÐ1И<°ùБ`Pe´ôª°‚N•* ” -ºu­…„„ß¡= æísžà®9«³õé›Þ@Ó« -Gh¸i\!ù³ågaKÝpUs¹Í¬=$5dԨ̠V*Ít ÔÛ!ÙRéå.{—µwûÚiú -endstream -endobj -100 0 obj -<< -/Filter[/FlateDecode] -/Length 231 ->> -stream -xÚíÓ½jÃ0à Züºˆ,ãʲ&C~H=Ò©sh;’@†ûÑü(y„ŒBýw0í”Å'8¾Cw$”b±BÎ8Çø™¥G S…Œ˜H1Qæ&Å7(â„ɹ9‰’Œ‹ÖÀûç$|C)Iø‚ç$̸Ûî?I8^N02µ/ó)ê+ÚÆà¿Ò?*U½~©ÖºÔºP¯ - ð*¿áÉé4Ô0p:Ró°N‡Ì$§ua›´>{­¬2«I£y#³þâXѶh§²N½#óVPÇ_Df9y½4¾££ -endstream -endobj -101 0 obj -<< -/Filter[/FlateDecode] -/Length 170 ->> -stream -xÚ3²´Ô37P0Ð30P02׳°PÐ5Ó³4W023qÌ,Íõ LR  -ŒŒÍAª@ÐÜÀDÏÀECr.—“'—~¸‚± —¾‡‚¡!—¾§¯BIQi*—¾S€³ˆázº(üÿ ÿÿÀÿì@¢H00þ?ðJüa`¨'@ ƒõBL›6¨OüÚÛÀ€ƒø&@ÄQ‚àrõä -½-L -endstream -endobj -102 0 obj -<< -/Filter[/FlateDecode] -/Length 132 ->> -stream -xÚ3²´Ô37P0Ð30P02׳°PÐ5Ó³4² õ,LÌ,2 -)† -… -F&Æ  b °¹ž)Š†ä\.'O.ýpcS.}C.}O_…’¢ÒT.}§gC ÂõtQøÿƒ¡þâ?˜hF‰!F0à\®ž\¼Ê8 -endstream -endobj -103 0 obj -<< -/Filter[/FlateDecode] -/Length 279 ->> -stream -xÚíÓ±JÄ@Ð )Û¬¥…ù7›Ë&·i œ -¦´òÔÒBÑ:±²ô—ü‘ø)SŽ3Iš„±»ÝbçÍ2³l1¾,-Ñk1sÆçx\˜r‰~éÍ£s…IS¼Kñ½ËŒËÐòvyf¬ß*¸}P«Z%7˜.R•\`‘«¤¾Ä秗{•¬®N‘³õÄú ©¢uDDÔ}4œ=»ˆ%Îî"ÚH4¹%¨;¨&G|PÇe±\ÁFs/zåÄ- wh¤ƒf¯ahØ•fG£{âÒyqò§ø¨b‡£?ćͯ~“¿ðgf¿‹q0Zÿp,ww%Žvw#Ö{ïýæyž<NÈiýÅê¼V×ß.[à -endstream -endobj -104 0 obj -<< -/Filter[/FlateDecode] -/Length 228 ->> -stream -xÚíÒ±JÄ@à_,¶¹GØy7»l6›TSÁ‚V>Àii¡ht–¾RÀÂ×Ð7H™â¸q’•€Íagã;|3L3¡ªŒ¯ÈkÉç¦ tR˜*RˆÎ„’ò¼0ÎÑ­£ -¾0Ñ“•Èƒ7¶ü1°½W›Fe7£Ê.¨*k.ééñùNe›«SrR§²9#ÀÜ­˜G¼“Ÿ4:©ÖIÝdzö+Æ ì4wukéõZIí,æ¤ÏIõ¤·Eï‹^XöÍz¤'­郪ªý×ßH®ºÇ÷ûÔy£®¿Ä…Œ% -endstream -endobj -105 0 obj -<< -/Filter[/FlateDecode] -/Length 290 ->> -stream -xÚ½Ò½NÄ0 `W"e9Þ ~Òôú?t€D$˜x`D3}´> -stream -xÚÝÒÍJÃ@à 9öß ón~šßSJU0¡ž¼Ô£ ¢àAÜìl£•GµE-Ì­AµT÷ËV‡6éG=–ÃrY.QKµ›UQ/ŲvªaJσÖ#GjF:;IíHðgtjöÍD Æ:®ÚTuµïUî{äûÖí{yèïÐs‹SQ¬9?L¬UI> -stream -xÚåÑ1 -Â@Ð)„ÀðBænvÝMb*!*˜BÐʨ¥…¢] é,½RÄ“xƒ”)BÖ1[Ùˆ½LñøÌüj´ -¸£àBàHðXâ0äq„*Ž¸¡Ö!—w¨¢k‰‚FŠ‹ñGa{`IÊü šù æ§K<Ÿ.{æ'«)JÊ6¦34˜ÚiÀ”ÐQ@F´¢qJ—¨½¢gªz´¯Úîúi¹[–ë7KßPïMáž)UÖabò3ùßAç;lž²õ Q…3… -endstream -endobj -108 0 obj -<< -/Filter[/FlateDecode] -/Length 211 ->> -stream -xÚÝÑ? -Â0ðˆC!KເiÓ¤µ™„ª`A' ŽŠÎ¼˜Þ¤GèØ¡4¾Ä?TD]œÌƒ> -stream -xÚíÒ=nÂ@à±(¶17`.õ®öÇv…d).’Še¤$Jêp4eàr ‹a6[!Q@—"šæ›â½ê¹¶•¦E%•BceãðAÙZtµ–®Ak½Ô÷?Ð/kƒŠÏzN¸ËÄîMt½¨¶X×¢zFïEÕoðëóû ªîešÿüöH~ˆN°Œ¬î%1YǤ4$ÿú -7j¸TH:^d­è´HY“JŠ¬¨ LZÒøóH”F kFů¸ æY ÌâA­²h(¸”¢xêÅëw˜j -endstream -endobj -110 0 obj -<< -/Filter[/FlateDecode] -/Length 392 ->> -stream -xÚÓMNƒ@ðiX°áÌä«ÐÊŠ¤jb&ºòêÒD&î éÅà&s„Y² Œï½ùh±6qHà7 ÃüóæQ®ª¸Èy§)ÏÓ¸ÊøEžVq–ñ²XÆë”K˜ü9ãï¼Ìóx]ñ®Uqç«_Kž^ƒÍ6Hùº ’[^-ƒd{Ç??¾^‚dsÅ3˜ëéöš3’LÿHµ¥Z_‰Z¨ŽÕ ÙX `JYu ÉBPï´ ¤=ÉŸÉÌùVjb Ph5¢)"1¥R‹ªµš#IF•• aT|hu$ êÂ#íHuïä‘0ªo5iATˆl4jAhˆ¬ÅŒZö][½u,m¬¸‘`\Y1#‰õ8«ª:×H5Ÿk¢³9'eNx¦¶>Uלê¯[çÔ;íœöNž“o5’dd%BlTçc‹ Z[„*¶ÀÆ0’5V‰â‘z#OÇ£ïyF¾Ž»…z[P-#-uµ–dô÷€F:ÔÄ|#e^S"¸Ù?¤§Ë® -endstream -endobj -111 0 obj -<< -/Filter[/FlateDecode] -/Length 162 ->> -stream -xÚí˽ Â0`××d…·g'þ!iH¸@‚Š€) è3£0BÊT ƦABL;é>=éžÕ ÅJ¡Ôì,fŽ«9ŒÕ¬J8SrápÌqváÕ@…uÖr¡¿ -‡3ÕžäV“\£2$ý·ëýD²Þ.‡œ¢_b “}¸C¢O<È "}¢tâ?i"Y— -Zç´ò´{9ËT -endstream -endobj -112 0 obj -<< -/Filter[/FlateDecode] -/Length 380 ->> -stream -xÚ•ÒÁN„0à$\Ø7 / t]`åD²j"=ùêÑžé£Õ7áæÈ0ÎtªÑMö ¾’Йöoë][Tµ6…1º®‹}£Ïš¢Ýëj¿+ÚV7ÕEqÞ觭~ÕÕ–Æ;mèmèWþžðø’ú´|ÐIËÝViÙßê÷·ç´<Ü]ê-}Ëg¥•#¢S‘W)Õ‘ ™‘@ƤËf¥H;Ò`Ä3rXÄIe°dˆ³J`ÎÙ ãÊL#âªLˆ\œ8|²V 6ó#46òn¨×‘#7RÿÕò|ÒE⋈kçÝðr¸Ï Êz¿0ì#bä]Œ½ åÂΔ“˜{sôíÇ zi­^‘ -|ÙλÐÁ—CQÎyk씉NÎm'r2äʉKÌ%izÌDÈʼnO’rp£hQŒÄ5ùà¼A¾^v6#·1è/€3”%?†2•¸—à,pätAT…S¦×}zÿ¹rØ% -endstream -endobj -113 0 obj -<< -/Filter[/FlateDecode] -/Length 369 ->> -stream -xÚ’½N„@ÇgCA² À¾€ œwT$§&R˜h娥…Fkx4eáJ -Â:;3p^ÎÊ¥øe‡™ÿ|ìl¯k[nMnóÜ”…ÝoÌÕ&·uaÊýÎÖצ*÷vS™×Â|˜²¬lQ˜¿ªªm±;xyׇVgÏ£³{SW:kÌ×ç÷›Î7¦À;_Û[ã½ï#Îd<ˆ : þŽÐ#ñÞ¥hŠÑ­ósp샫ò^% ˆˆÝ Ì)ÄÐL!–Gf:Pt6³èûÐDÄúB~jíD‚‡…Š0¯äI&1‘ÉÐ`ü1ô‚ÇIø D&sÊàlNÔ¬vñwRÎ$º³x‰XëÄÑ­‰—B’3Ž"pbtÆI2_.Ø0ǘésà]å/B(í’êOŽ+#²gÆÔò©¸¯!¦~×qß®¡y4Ç„ß“êÃr'÷ƒ°—ÍÎÑžJ-£ìñ ²×Ë{ð´õ]«Ÿ~ÕŸúp -endstream -endobj -114 0 obj -<< -/Filter[/FlateDecode] -/Length 268 ->> -stream -xÚÍÒ=JÅ@à')Ód ¹pò?IªÀSÁ‚Voji¡h‡l,ÙÉ,aÊažÑÜ#h±óNóbàpgŠ¬–yA±ŒcJKYUtªd]R'ïAå•LÝ%ôHy™Éº¦x9ª(dš}¹pû ö­ˆ¤*]R‹¨½¢ç§—{í¯Ï(YòÛs:~Œ>Ú'ßဘ6°€† ^Ãm0`70Àh |†æSð€é4 x€Ïpc¦h¶c`ÀF <†ó€1‡Œ ° Ð1 Ö;èŸá€¥:#d,ÕWX`©ÎÀ Ž€<`÷—ùù'ü3|Výâ¢7o^YÆ -endstream -endobj -115 0 obj -<< -/Filter[/FlateDecode] -/Length 360 ->> -stream -xÚÅÒÁN„0à$Yö è X`ºr"Y5‘ƒ‰ž|õh²=ƒñÅú(š”ÎÌõº‘U- -Y¢®åF‰ÃU!›RT›µl¡ª#¹Râ¦÷¢*áy- -¸•jd¹ùúÆõßv<¿ªàù™hÏ»sñøðtËóíű(a–݉°½ƒëÕØ}16ll,kÑÈÍ,ñJ÷ÌÈ–ìIŒÉ„ÌÈ–tÁ˜ÌÐèŸÚF' Õ¡ÿ”æY°^Gà éçÎÜäsè!/ÌbÄœp̆tä™ Q¨:Úif|UÍv?XxÇ—”íkÛ IƒcÔQp`AöÍþ7—´ïÓpÞrˆBÿCB†ywÏ4ŸFfÞûˈ}²Ø˜ sŒÍ”¢‰™áœr¡ï‰r!w7´pœ3N'3Ô6¾7øN°É7g}«‹àÿ†oC)ÃO;~ù-þÍ -endstream -endobj -116 0 obj -<< -/x41 89 0 R -/x45 90 0 R -/x48 91 0 R -/x49 92 0 R -/x4c 93 0 R -/x61 94 0 R -/x62 95 0 R -/x63 96 0 R -/x64 97 0 R -/x65 98 0 R -/x67 99 0 R -/x68 100 0 R -/x69 101 0 R -/x6c 102 0 R -/x6d 103 0 R -/x6e 104 0 R -/x6f 105 0 R -/x70 106 0 R -/x72 107 0 R -/x74 108 0 R -/x75 109 0 R -/x79 110 0 R -/x31 111 0 R -/x32 112 0 R -/x33 113 0 R -/x34 114 0 R -/x35 115 0 R ->> -endobj -16 0 obj -<< -/Type/Font -/Name/F5 -/Subtype/Type3 -/FirstChar 0 -/LastChar 255 -/Widths[539.45 539.45 539.45 539.45 539.45 539.45 814.26 539.45 539.45 539.45 299.7 -479.51 299.7 394.68 419.58 419.58 367.68 367.68 539.45 539.45 539.45 539.45 869.12 -0 419.58 299.7 329.67 629.36 599.39 599.39 899.09 899.09 539.45 328.79 539.45 899.09 -539.45 899.09 839.15 299.7 419.58 419.58 539.45 839.15 299.7 359.64 299.7 539.45 -539.45 539.45 539.45 539.45 539.45 539.45 539.45 539.45 539.45 539.45 299.7 299.7 -839.15 839.15 839.15 509.48 839.15 814.26 766.77 779.21 826.71 707.7 677.73 847.91 -843.36 394.68 556.98 844.23 647.76 1023.18 843.36 810.05 736.8 810.05 799.25 599.39 -750.11 828.81 814.26 1113.96 814.26 814.26 659.33 299.7 539.45 299.7 659.33 839.15 -299.7 539.45 599.39 479.51 599.39 489.07 329.67 539.45 599.39 299.7 329.67 569.42 -299.7 899.09 599.39 539.45 599.39 569.42 435.48 425.57 419.58 599.39 569.42 779.21 -569.42 569.42 479.51 539.45 299.7 539.45 659.33 179.82 662.75 647.76 899.96 824.17 -844.23 1293.78 659.33 1156.81 394.68 844.23 1021.94 934.14 976.55 844.23 1021.94 -599.39 810.05 779.21 814.26 814.26 814.26 814.26 844.23 844.23 844.23 779.21 736.77 -1156.81 707.7 980.73 765.44 490.6 464.97 464.97 569.42 599.39 599.39 899.09 479.51 -809.62 299.7 599.39 704.72 689.3 779.21 599.39 704.72 425.57 539.45 479.51 569.42 -569.42 569.42 569.42 599.39 599.39 599.39 473.52 494.5 809.62 489.07 367.68 599.39 -599.39 814.26 766.77 766.77 647.76 844.23 707.7 1293.78 659.33 844.23 844.23 844.23 -844.23 1023.18 844.23 810.05 844.23 736.8 779.21 750.11 814.26 899.09 814.26 844.23 -844.23 1247.95 1247.95 944.48 1054.02 766.77 779.21 1187.21 844.23 539.45 539.45 -539.45 464.97 599.39 489.07 899.09 479.51 599.39 599.39 599.39 599.39 719.27 599.39 -539.45 599.39 599.39 479.51 510.36 569.42 839.15 569.42 599.39 599.39 883.67 883.67 -644.78 779.21 539.45 479.51 809.18 569.86] -/FontBBox[-129.4 -519.6 1423.4 1011.8] -/FontMatrix[0.001 0 0 0.001 0 0] -/Encoding 7 0 R -/CharProcs 116 0 R ->> -endobj -117 0 obj -<< -/Filter[/FlateDecode] -/Length 287 ->> -stream -xÚuÒ1jÃ0`-9‚ß*Ëvb'“!m¡ -í”´;´´³½uÌrÝÀWðÔ¬†,©O‘‡JD‚ï ôóTæ9[¯€3Î!ç,Má&Åb Å&c« ”Ý‚®MYßÂQá¸dìÅ´ðbŒ¼B/~/:âbOƒCë"n+ƒJ8•ˆ šÞÁ¤úÅŒÁÁY ÑŒÑÁIM¡G%:¥ˆ=¢Ñ8(ÕÚÀçaÁaAjļ·0ahÌc0X8kD3F 'ÝÃð*ŽºóÁUtú¿ÿø¹ *š!à *1èöM$úáª%& z_Óç?ˆQ -endstream -endobj -118 0 obj -<< -/Filter[/FlateDecode] -/Length 252 ->> -stream -xڥѽnÂ0`£ •¼ð¹¨c;‰)“%ÚJd¨T&V$Ú±CÌäÑò(~ÆW“ó u*Éðé"ç~|n^*[‚VZC¥•©áÑÄ WZU:p3«j¾¡ž[e èøº§ø¹¾ýcû%,Öñœ,–ñˆ,š7ØX¼?ƒ‰1…Í ˆËƒód†á,<ö¶GDq$;O†œÇy¹^ª?¾?¾¯Sê;¤9Ú<íÙÓÞÅuÿƒƒ|mäêøÞ…m -endstream -endobj -119 0 obj -<< -/Filter[/FlateDecode] -/Length 308 ->> -stream -xÚ½’±NÄ0 †}ꀔ¥+ÛùhÓr½Ò©Ò¸‰õ$`dÁ†Ôn¼Ö1ñ–x²©Šq’¦Ã Œ,ù’è·øw©ËDkÔv)t’Uxr*Èp½Ê“•Æu•'E…÷>a!ûv¡LKaV.1À]+$°af11²`œhÓØš.›™.­Ü²v캿IÐþ/CÝÎï -ïžþ1sþoìéûÀèûdw¾ãκ>äûþCÞ‡oò¾|‘÷铼oïä|䘜¯fIÎç¡%绨ípdé悦9¡inH]6jû ¶lΨ -endstream -endobj -120 0 obj -<< -/Filter[/FlateDecode] -/Length 233 ->> -stream -xÚ½Ò=‚0à’.ï––p#AMd0Ñɨ£ƒFg8GñŒ µØ–¤ÆŸMž|´x_2ž‘4J(N K`ÊÔÀ!Å$I Í  Îò˜p -ÃiV;ö'\”8Ú©}8Z©-8*×p½ÜŽ8*6s`jÖc¹¤OJ9ˆBc erÙ u¥.VÚ&׶mh…¯•žkcSiï¹k'Úθ -«ÿÞÞû!ú“ž/¼ïï/^¾×æ`ss -Ýül®ÖÚí¡7½ˆÀí­ Ç^Ÿ=#Ó»ïþCýxYâí¯¢šO -endstream -endobj -121 0 obj -<< -/Filter[/FlateDecode] -/Length 221 ->> -stream -xÚ…ÑM1ðN,$=Å»€N[Zvd˜…„•`iAXq±'™¸»‘ÈTÍ<eh¿~¼6mþZkÆÀçÐàL(¨ þXÑR²ºÝ”L ˜ X‚jI&šÀm×v¨Ôû‰é‚!õ'¶Žú[BýpëÕfNý`ÔaçÅ4ìÉ[5vÍHÛ˜¨›hkLZ)ÌPótÑ“ã¥ÄëÓÜ«¹•h~zqLÐêåòÝçþ«>)¹÷Ç;Èw³Nñ¿Þ\ãwSdzcâx@w˜£‡¹z˜³‡¹W>¤ýŽï÷z£ -endstream -endobj -122 0 obj -<< -/Filter[/FlateDecode] -/Length 206 ->> -stream -xÚ33¶Ð³0U0Ð30P01Ð34UÐ5rLL-ôŒ ÌÌôL R  -LMô Ì €ÐÌ(lŠª#9—ËÉ“K?¨ŽKߨ„KßÓW¡¤¨4•Kß)ÀYÁȇp=]À€•úÇ`ÿÿßÿ†úÿÿ?°©?ê„ú¥Ú Ô1ê6êê„ú¢>£QÿQQ¨ÃªLýcQ X(¨L%LªaŸI¥þÓ•²QÿäA0ÖØ1(.WO®@;Ö€• -endstream -endobj -123 0 obj -<< -/Filter[/FlateDecode] -/Length 314 ->> -stream -xÚÅÒ;NÄ0`G)Vr“–.sœlU¤$R ±J -t+mn²W17ÉRnyøãÄ+‹-(I“ÏÑÌØñLYT*K)UiJëTe5]^á•Q™åª(¨¨sµ®é%£w*Š\]W„h*ó\•¿2žß䦕Éâdr™´ôùñõ*“Íã eXÏËö–˜y˜¢á…ˆ,†Ð„f‚nøÛBàãC„UÀqÅl.€!š*} t’ t{ üX›À!œpŒõè0ÕCi¶0vfúÅAw‚µØÿŒÀ3ã¸Ãh9¡v¿Ó»ôÑŸ-Î0_¦ùÂ{× s›z¿q§VÚÍ´kw· O0"ßTËŒ;;61f$Üh­Ü°¡”^Ƶ¼kåö)ñ -endstream -endobj -124 0 obj -<< -/Filter[/FlateDecode] -/Length 133 ->> -stream -xÚ365Ö34U0Ð30P06Ð34TÐ5rLŒ õ ÍÌÌôL R  -Œ, õ €jÐÌ(lŠª#9—ËÉ“K?¨ŽKߨ„KßÓW¡¤¨4•Kß)ÀYÁȇp=]Àþÿä?ü?`?20ȯ@?#‡—«'W AŒÌ© -endstream -endobj -125 0 obj -<< -/Filter[/FlateDecode] -/Length 192 ->> -stream -xÚåË= -Â@à‹À6!s7»æGS QÁ‚V@--m7°ðBv^#à´Kæ9b£à dà¼ÛŽé¥dµ[ãRj‡òE‘3ILI·cbGKG -Sg¢„¬\WfIø½X¬u–ë`.=Œ¥¢ƒ|B»í~¥ƒl: 'ùó!á®”úµ:¬À¿pyq,Õÿ7X/ œQ7ù„Úã+*o¨ZüÀÝç -eÁµC5…ÒëQ®gOäv, -endstream -endobj -126 0 obj -<< -/Filter[/FlateDecode] -/Length 305 ->> -stream -xÚmÒ±NÃ0PW*yÉ Ù?@bWM„¥‚ Htâ -#CH ¨ÉÈ–_ -bÈoñeëÅ\컃"YÏ–Ïg_®Èu¢–R%JÉ¥Jt&µšV -½Hò\æÅ"É´¼ÓrKVðå'ÀìwÄæ¯JžÞÂ>ž^Áž–×òéñùž§«›3©aî§å¹dŒ;2öF&¬µuÔÛÚZ¨&Tˆw‹ø t„† £A â`Ÿ„ŽÐ¢= Ú¢=¾ _„ŽÐb:Æa •CŒØú9¢o„£™Çî”y¼î/–ù‹m]­Â%Î!¶}ì`•ÝÏé9QˆaFog!¦dµ ÑRÁ!GH†•B@2üM,$#‚À–`qïšddQïÚfÿ‚_”|ýœÎÏ -endstream -endobj -127 0 obj -<< -/Filter[/FlateDecode] -/Length 176 ->> -stream -xÚí˱ Â0Ðë\±·ö]¨"p@J$@P“)£0BJ -dc↠ pW<ýÓ?Ã,A’D˜’d}!EmÉ„fH͸aÜ£NXŽ4RX3 gÝþXoEn…Z…žP³PÊÎñx8Bå‹1rÈ1Ú @Çûºƒžø2‹œÿ<©¾PF.¿é~ÀÑ+÷È­E©"eƒrù+ì ™7ÄÔŠå! -endstream -endobj -128 0 obj -<< -/Filter[/FlateDecode] -/Length 282 ->> -stream -xÚ}ÒÁJÃ@à =ö’Gè¼€I65MB *˜ƒ '@=zPô&¤àÑC1¯RïB_¡ Ðk —–]ÿm=˜¤›9,ßÀ,ÌìNš%~RhŽ8ôEFGÉ1¥£‘/“ÈÝ z¤$ü,"TÓŒãæÛ>)xpƒ:\ „Å%=?½Üó`ruJù>-Έ±R#6 ‘Õÿ¥þäHý64úqëÝ3újhæÍ,úXT9€zmj -IiÓƒl­ZbuK5Ú_YµÁ «$©ZRh?·J;Z•vMµÔmÍËm–ùºGõpÕÑÆ[ôHºUÔ ïHcyz„¿1òºRx³Ïj¶6Œ1Oïñ€øyÁ¯´y -endstream -endobj -129 0 obj -<< -/Filter[/FlateDecode] -/Length 276 ->> -stream -xÚ]ѱN„@à%Äm¨¯b^@Xî€;+’S)L´ò¹Cü𤟊ýrÁûÖ%ÛDÒ6dm í|¶÷¤ƒb‘‚…´`”‚…´`”‚…´`”‚…´`”‚¥uÉ6‘´ YH;Ÿí=é XT/Òú„mfÒöˆµž´›ì&qO÷ø:ùCÀZ÷]øƒJ¹Æï;Ô畾þ§ÿÀë -endstream -endobj -130 0 obj -<< -/Filter[/FlateDecode] -/Length 305 ->> -stream -xÚ½’ÁN„0†!Hzᘰvpj²j"=ùêуFÏ;¾Ù> -À‘aœ¡+%.gÓ¤|-ýÓéü]åz×€ÑÆ@itÞÀÕŽ?9Ô¦ÐÕª¦Ðe/9¼CUz¿ã. -]ÿQ<¿©C«²'>§²;>¢²ö>?¾^Uvx¸†œ×nÙÞuOH4aH†d†îHÑ ßD')&ê-ÃȆ”'Y lËo± E!Jµè‘ÂŽ8ÉÔYc>õ 7Kz1ö©Àcç òp²S¸è XH´Á‚ÿ„ -/À¿Ë=y—Ýðû…Áµ7ñà;ï¼HqrîXo“8/®óZñT —Åîh€%âng×±ñAZ¢µ„í?uÛªÇ&õç† -endstream -endobj -131 0 obj -<< -/Filter[/FlateDecode] -/Length 200 ->> -stream -xÚÕѽ `ŒC–>Bï„£)èÖ¤j"ƒ‰N>€::htÖGí#tt0­ÇÏ nŽÒ®Á#°ˆP¡P& -]Ä`)J fZ -­à à Ú”B!¸ÏÌ(¬ÓŒý‰7–ËíãrE[¸´k¸^nG.›ÍÍÃÔ.€QƒƒÕlèiØQôq§¡ÇuG[xºÀ3dž×8aäéSد$éñŸéAñôXK¬¬­?ª¦l‡¿Ý/„e×þ™žÿzßð¥åÛ7EÄs‰ -endstream -endobj -132 0 obj -<< -/Filter[/FlateDecode] -/Length 262 ->> -stream -xÚ¥Ò±NÃ0ÐX"yÉ'ø~ÇNÚd¬T@"L¬H…‘ªÌäÓò)þ„Ž"—äb  uûY¶ÏöÉMiô¦£Ñv W5[꺆º)õÖ‹…÷ņ¾ÆÐhõ}ÅáMî[Y<Ñ> -stream -xÚeÐÏJÃ@ð ¹ä2/`’m›þ9ª‚9zòP=7¥/ßä{„=æ2ÎnKµ–À/|Ëì0³ålš-K.²¢à²ÈÌŠ¯¦ú3<[šlYð|5ÉÊ¿~çÙÔdsÃ…~‹É$[ü»ñü¯ë8Òº8¿Ó’8¯ïùóãë5Î××l4ïc}Ã2’ Kié(R ,ÆH`ѧÒ7è+v£µ€ˆ:µÅ·Úa{ØyCÕþ±?18:¤?¶×¢­¼©³‹¼oMzKГ D¡`$"¨•Û‚·EЉ)Ô‘A:z58jÄ9…ØÙz;/ö’ÄžÙŸ˜ž™8Ùi9úµq/€æ°Š7Ò}·¸ÐF!.#$;$]eS¤ºÅ©.¨¤Kñm?þú¾F® -endstream -endobj -134 0 obj -<< -/Filter[/FlateDecode] -/Length 184 ->> -stream -xÚ370×30P0Æz†† -º†@Ž‰‚™™‘ž‰…‚™¹‘ž©¡BŠ¡B¡‚™±‘ž±™Pµ‚™PØUGr.—“'—~8P—¾P —¾§¯BIQi*—¾S€³‚!ázº(`6 šÿÿöÿØÔÿÿÀÿÿÛÁÿ ú?[3„nj‡Ð‡`t?„~„NχПÑöú!ú?„þ7JSLãL70‚è h¯Ç ¹\=¹å3Æ° -endstream -endobj -135 0 obj -<< -/Filter[/FlateDecode] -/Length 230 ->> -stream -xÚíÒ=ŠB1ð !Gp.`^ò>í?`_±àV@--­Ÿà¼’¥WP,läÿøÜBûí$$?’ÌLŠIº±ÑÆph´¸ËqÃ×QÄq,-O8}v#1¾Žƒ×ŒÁXµRåõ§¼/„(/ýæÙt>R^«×f‹}±M;LDM9½›SMD¨*‹ î²Â“¼úûñ_<‹¬›ðòæ­øÓõçˆV87O·"×*\=ÅÙ­"’üŒérK¸so,mDáLöN\:¯å›K•œ_”IqEuSõs²ç) -endstream -endobj -136 0 obj -<< -/Filter[/FlateDecode] -/Length 293 ->> -stream -xÚuÐ?jÃ0‡a "àÔº@ý—ØÙi õPh¦ íØ¡¥•ä¾Šo+dËê’Åã¯?9,µA ¡Oð¢2Ï£åB$Q’ˆ {)nò$JSQ&YTä¢(³h‘Š×T|ˆb cËÜZ/^Þùªâñ3æxü€WâëóûÇ«§[‘â|>Vw‚1FD cѳèXKLƒ( ¿¥€¾¢°¥Æ†ôóØP´ÐÓ¾A§q²à?@¯qœb˜ Ì€4v6½ÕÐõõi £¥Ðу²P?õ=ð }rà¡]ÑGˆ>8`ˆÞ¹PÛ36ªvÐHé"4Ø_+sƒvNWÝì"Æ/ÿƒï‚‚˨5ø}Å׿0ª -endstream -endobj -137 0 obj -<< -/Filter[/FlateDecode] -/Length 359 ->> -stream -xÚÒÁJ„@ð‘ Yò r^ ×TöÒÀV‡ N=@uìPÔÙ}ƒ}_Å[G_ÁèàÕÅ‹ 2_ߧl´k;„Ìð¿ÿÇ8¾¡Ç\¸BðÎ1? „ëû|ntÆ£xæ†>ôù Ÿ‡F\à‹™»_<<[‹ÄòîqŸå]ãËKnøÛëû“å-n/¸ëa™\rÆ´Œ™P3vÈsJìX± ž ósE¯Z§RÁë_^+Xâþn²çf×¹DèJcìaC…?”[{¶1†\)¨Ñ …d{ƾ¾–²7õXQˆüËNoê±À•¶Â3 éà°éP$Þh*‰…×äeªRt3²ìR<”Þ¹ì(¤ÙA³Á¥³¡BçÚn($Ó¹5+ -‘ZO -,|Ò»œŽl¬ÐÓÞÊÈ0d -#Ó«zßÒzoo“Î9eêý‰ìx5¸!cßʺJ¬»ov£¨È -endstream -endobj -138 0 obj -<< -/Filter[/FlateDecode] -/Length 353 ->> -stream -xÚeÒ¿JÃPðS:²ôr_À4ilR§@U0ƒ “ ŽŠ‚[ú>B_%[ǾBÁ¡ë-]R(9~çÜ\Ñ–@òË?¾|÷$OÓh:1qÇfŒ}nÎÎM£,5Y>Ž&‰yJ̫ɦ0žÅÖñß/Á¬ F¸Œnt_Þš÷·ç`4»»4 ÎÝiyej¢×DöLÄÜPh¹î3·Ä–× X€@ƒ[þÅ¡‡g -op[u80ÀTq£˜¼÷Ø)ê¿ë!o> -stream -xÚÝÒMJÃ@ð ³Éò.`2iLÒ…0PÌBЕP—.]'7ð½JoÐ+ºè6ÒM -CžïÍÇ¢è äÁÌooø30MYf‹ -T¦´^À¹ÛšbžÕ5ÔÍ<« -x.à E­U½ vuzãéU.[™?ÒœÌoiDæí|¼¾È|yݱ½!D‡8ñ“ˆшKìSFÆcfpm‘Ü&Œ”{ Úà8£}ê< ÁD .A8&Æ79ô°côqÏà°MÀƒSW)ƒS5ƒÂ¦ÎÃXP*¯£¥-(ì°sèõ>`ã°N=¶É* ubíqÖ9ŒÂÃ>ñSô?žlèçü yÓʇó’ B -endstream -endobj -140 0 obj -<< -/Filter[/FlateDecode] -/Length 245 ->> -stream -xÚuÍOJÄ0ðH…,œ¹Aßl›1ÓŽ«À¨`‚®Ü -£KŠî„V¼XŽò¼AÝeQúùÒŠà ~äKÞ»9ÉmEe^–dËܬéh%¡&[›¼®ÈZ“Wkº3ôHöXî†J9¶’ßÕïŽÝƒÞ6º¸‘:]\H‰.šKz~z¹×Åöꔌä96g„ ¯Z1í3ðà†8`LÁŸ@îÞÀœ¡ðí¾ì¾ýŽ‡6 -üg¯ÄQEûƒøâ]TM½I4¤Ó´yò4Ó»h7ÛþØ)ü¡ß³Eç:©_Š›Œ¼EÎÂë!…ôcP·£JFÅeï¬Ï}ý -ÌÖ -endstream -endobj -141 0 obj -<< -/Filter[/FlateDecode] -/Length 238 ->> -stream -xÚÅÐMjÂ@ài, -ƒ´70ïNf'ÉJÁ*˜…`W=€íÒ…¥Ý:ô^Ið"9‚Ë,ä½¾$¥F]º¼ß±ƒH¥´Ò"­Œ~ÈAV•¦§¡²Þ ¬a•Ä ù%:Tqt^±\Éq&ƒ7ΓÁŒSdÍáëóûCãÅ Žë0›¶ˆÅ•Eå±ï Of±ûÂg·ØAô|úaí…£|ƒ‚(âÑ¡WÖµO'í†ÞI¬7ë]vnNüߤްtø·ó#Ñnƒ]W^ÔQ Ñ.oU÷ºœoç.üršÉ×_ç™F -endstream -endobj -142 0 obj -<< -/Filter[/FlateDecode] -/Length 227 ->> -stream -xÚ¿JÄ@‡Û\ÞÀy7³·›œVSÁ‚V÷j)œ¢u¶>Ò>J|ƒ)·ù9ëyˆ­,|ìæÏ7Á×–O‰-3y¶ÎÑÉJÚü™³¡¡œmjºwôD¾qÖ×Äú‚~׫¿wfÓ™j«u¦ºÒSu×ôòüú`ªÍÍ99ÍûØ]0ô‚©X -¤}DˆàÓn^`æiá´ÄX¦cÄR2Æö€Øï1òÐ#‰?€¢ø¾{GÅblºƒjà#£T5dÉ™UwÚ©xÊ'| -Æö]òY(z1—¹ý0ÆÁ° -endstream -endobj -143 0 obj -<< -/Filter[/FlateDecode] -/Length 235 ->> -stream -xÚ½Ï1jÃ0`AƒÁï•%;²=Åà¤PtêÚŒZš5QÈÅ|”@.`oŒ•_6!n×B%øà!=éz‹L“RR,…Rô¡HIK%²Œ’,ZÓ‡¢Oš§J¤ IìTF"‰v¼ïxQòð ÷xø‚+<,×ôýµßò°Ø,I¡ËrEËô b¿íí¨ùgÍv̇u~†•màɶp†“¾ó\ÂÖw ÛÀY®÷’?¬ŽÍÔáögÇw¦/Oœ&©ó{Â!3’w¾›¢÷0Ñ5f¯†a^v,€Ö —?—üõŽ c< -endstream -endobj -144 0 obj -<< -/Filter[/FlateDecode] -/Length 230 ->> -stream -xÚuÏAJÄ0àÈ,²éÜ`ÞL_&iGW£‚]ºò:ËQtÝÎ òà ùCáø‚Ø1S`ç=¯4¬)\zKŠÑ»² gO/JïBA¬;êq½ú}ãio·•ÍuÎæ·:bóêŽÞ^ßw6ßÞ_‘×<Æêš0œAÌFÐõ™àˆ™`†£ s´ÒgJZ¢;ˆÂ²p÷C[CJiÓ`Âüá´È¿4'ê‰v¢ÕwG­-„EÊÖ’kÝþ Å“à_ú™z.èÍR±7•}ø 7·ð -endstream -endobj -145 0 obj -<< -/Filter[/FlateDecode] -/Length 176 ->> -stream -xÚ½Ð; -A б¦ñæÎw?L%¬ -N!håÔÒBÑzs´=Šâ<€lÌ`±Ú/x!!I‚²Œ2[ÂÄrÊÀçVy Ep*°·pï­rŽÒ8UøßÝQVQê-ÏI½ä©ã -.çëAêj=Ëõ§Œs zŽ‘‡HíðŽô5˜Z‚nSÁÔL“@ê@¤=ÔBˆú‹/ÿVÔü˜ôŸ¹ˆró@6ú -endstream -endobj -146 0 obj -<< -/Filter[/FlateDecode] -/Length 290 ->> -stream -xÚ•ÁJÄ0†§ôPÈ¥ûBó¦I­Ýzª¬ -ö° '@= -Uôºí²/Ö}“>Â{(' "(LàKBþÿŸ™²¾Pe%µÒZžieŒ<- -­êB–k£Ö•,K£ªsùdäë×]ó®ªB•õËã‹Ø´"`¡ÈoY#òv+ßß>žE¾¹»’†ßáÙ^Kâ…Ù˜†!ìR q>ÙÅ° E|¦´·«9¥pÎh$DfØÐÔãÄlþÍà 9!3ä»Z„\7fÆ|ârÉÿ¸ ô¬á>™¾é@üÍÞÿ6ž™'€Ë€À -3AbœÁ{G6Ý‘9u æü'ãoe·÷^Ÿ€óè“®›¸é挫»Ùi‚ˆ,ðŒâ¦÷ŸÖ4 -endstream -endobj -147 0 obj -<< -/Filter[/FlateDecode] -/Length 188 ->> -stream -xÚÍÎ; -Â@à‰)ÛxçîÃd“Mˆ -¦´òji¡hk¼W²óÞ"EØu •@øàŸŒŽBn4J.%†’+…CE!B-7c3âZãFá£Dñ$FI§ÔN¿/Ö;–L¬h‰­0QÌñx8m™ÈcT”_±˜ õs:V­u«ýÖk¬ #UŸ¼Û€¼ÒÈúGö2ç‘e#”îBº·^Gÿ­éC87€OÙ´`Ë'‘yD¢ -endstream -endobj -148 0 obj -<< -/Filter[/FlateDecode] -/Length 147 ->> -stream -xÚ½‹;Â0 †‹2 ùø8v( Y Hd@‚‰PFÜ›1CÕ⪪ö·ü/„¢C&f\0‰à\T”èJ¦Èè½£r…µà &!"ëûàh)ß‹óªö¤=°;­€M{|ÜŸ°Õaê¦A¦ ¶³œ§=/óap4꺟hM.F²Éé?ÐLr1lß3ó¡² -endstream -endobj -149 0 obj -<< -/Filter[/FlateDecode] -/Length 179 ->> -stream -xÚÕϽAð…d`^àöË}m{Hl!¡ò(„Úx3rOâ-rcΡÔÉæ—Íö?Å:ï•u`”1%FY‘³Feœá+4u*ÎaiaŽ>Ã'ÏúÊ¥ß;‹µ,‚ÔsnJ=æ’Ôa»í~%u1€åÜÄ0¢‰D£âÃkþèÐPÐI¼QgþÑ™aý‘bãøÔF¤–U/·^ù±jÊQ³;µšÕ -endstream -endobj -150 0 obj -<< -/Filter[/FlateDecode] -/Length 241 ->> -stream -xÚÅÎ=NÃ@à1.,mã6]æYï{eW‘H¸@"J$@ Ñ%7È•Üå–rÓm±²Ùyü­ôI3;3z•uÚ96Ú^m-/l,J.k«kî>ÕUÅw–Ÿ¸¬¬v ›ø\ÛÍÏÛµnUqçTqGTÑ^ñËóë½*Ö×glcýY¶ç<¦Ó4yú£‡ŽÿgO³_$}ŸÁ9\Á­øŽ­#<À=œ‹ãJ [Ñãþ;tvø%ñÄÈ<=梓a7Å8%àvÈÐ!O$r$Ì¿’‡&|ˆ·è(뉾«.Zµù–h;C -endstream -endobj -151 0 obj -<< -/Filter[/FlateDecode] -/Length 128 ->> -stream -xÚÕK9Â@ Úί˜ൗ\ÛpJ -ùûQ„%”‚'03Í\©SÎ Â"Ø«b­nj¤Z8 Ú>qÓà¦x"yÓeˆ³ÍçßÇõAƒQ¼øŽâÁ'íˆ÷k¼SN[xj_k;Ì¡T‹J(S(ó¿iZ•jíÎRž˜ß -endstream -endobj -152 0 obj -<< -/Filter[/FlateDecode] -/Length 226 ->> -stream -xÚåÐ1NÄ0P/.Vr³Gð\Ç“MH¨,- ‘‰­8l¹j‡p¥H”\Á]Š(Ÿ T€8côþh¦qÍ¥«*òÎ{Z{ÇL‡,¡ ªÎÝqNÅšÝÓ Ó-Ueîj&/¯(d\~¿¸Þ›Mc²+Ù3Ù¹¬˜¬¹ û»‡É6—'Ä’¿bsJ“†’ERzPJÏêÇådÛYÏ“bÓ Ÿ°xG -iÔoèCšÚôVѾ~JEt+ +ÐÙZˆÂŸÒ¢ø¿5Êo´ý2)5÷¨æú-sÖ˜íªç7Ü -endstream -endobj -153 0 obj -<< -/Filter[/FlateDecode] -/Length 180 ->> -stream -xÚÍÎ; -Â@à‰[¶ñÎÜÝ!»Iº@Tp A+ –Š¶Æx%;Ïá-R„]G,T¼€ |ðÏÆÙL•23£ˆpH,:Cª,Ñf¤rÂ5ámAªÈÑpYËm÷}±ÚÊÚK½ä=©§¼"µŸáaÜH]ÏGHœ_Ñ1ˆÄ¢…Š½·}öÒЊ :1ˆ"„^¶y -M<³ñmò£ø_;þNéàS9ñrñ -DÇÚ -endstream -endobj -154 0 obj -<< -/Filter[/FlateDecode] -/Length 234 ->> -stream -xÚÐ1N„@`6$ÓpÞÀ­Ø¬šHa¢•PK Ö`¼Øó&’‚ðûãJâÆÎLòM^23ïã϶֗’Ù,“ÓÌ:''9‹J|ál¹ï¹òàäY|îlQIÆåKg«üøÆý“Ù7&½ã9“^ñˆI›ky}y{4éþæ\ëCÙ\еPLAL‡:¤Ÿèé†Va¬uŽ1%:%˜ck Ò†?ö-ð®J»UªÝâî¯Ábð?^[zí~÷=$é™j³&dæPGéÄ)b9Q¢9ë:i_oèDôû7Ìecn¿2ÈÙ, -endstream -endobj -155 0 obj -<< -/Filter[/FlateDecode] -/Length 240 ->> -stream -xڭнJ1ðd.¤8ßÀ0›\ö«R8ÜBÐÊPK EÛ[}_éà^äaË-ÂŒ“ËU{¥øÁÀdòŸÔ•7] ÖX Þçà|i­ik¨­3]•w¦qðìà ªÖ™¶˧ñKã›Ù•§W½êuùȺ¼å]öwðñþù¢ËÕý8®SÙ_ª …ÅÀn§‚ýÁ§¬ ‰!è Q ´Y£ Ú] dÏPÉEtJžDC2›‹â¯ÏL/\òÈ}6¹OË™7ÉuÜâ1»$…¨NCÎnÇ‚Ýñîéâ„ÿ6ȨùL}Óë‡_Õ9^ -endstream -endobj -156 0 obj -<< -/Filter[/FlateDecode] -/Length 238 ->> -stream -xڵϱJÄ@à‹À6>BæÜì^.›ëNNSZÙ -ji¡hkÖÊ×Ê£îöºa~'YA9K‘…þÝý§rÞxOÖXK¥5ÎÑñÂZSWTYgV+Z–ÎxG÷ŽžhY;SKXŽ/¦ô{Wîõ¦ÑÅuq!]4—ôòüú ‹ÍÕ)9™Ó؜ڑ1ª|`ÄüCìÚmd¼c'bèyÌ0ÞòOx8+Ž9 ¸O®';1|Ú}þêï7»öûÇ>9÷IÝâÜ3µú+fÙ%0°;lŸÎ¼»ˆ€Iü‹êMè”ú©>oôõ' Ï=U -endstream -endobj -157 0 obj -<< -/Filter[/FlateDecode] -/Length 166 ->> -stream -xÚ3¶0Ð3³T0Ð30P06Ð34TÐ5rLŒM õŒ LŒ õÌ R  -Œ õŒ @ÐÄ(lŠª#9—ËÉ“K?¨ŽKߨ„KßÓW¡¤¨4•Kß)ÀYÁȇp=]þ°ÿág`ÀÌÀ~ø {Ãvy†?lö ÿØêþ±€ðÿF >üáÿÿŒh˜™öøÐ^F8ærõä -áɉ£ -endstream -endobj -158 0 obj -<< -/Filter[/FlateDecode] -/Length 238 ->> -stream -xÚUÍÁJÄ0àÙ-DÒ¾Áf^À4ijëɪ`‚ž|õèAÑ«[êk…}ŽzÙsŽ{(§ì”ðfø‡ßTÚ:4ÚtF[‹G5ºÒê¢Æ’¿êï->¡³VÛ - ¿²²º.þ_Ü=Ê¥—ù-çd~É™û+|y~}ùòú yëw£?GêÕ&B²Þª¡ 4ŠŠâ›H|uŸì€h½·™${3+ŠmÊ=¨8@@ÜœŽ HiA4 s¢qÎqhxÁZµÓO²?¸ç‹;ÞYÇ=(¦‡«q‘fáMµ³Ø„,Ê /o~³Bˆë -endstream -endobj -159 0 obj -<< -/Filter[/FlateDecode] -/Length 180 ->> -stream -xÚ3¶0Ð3³T0Ð30P0’æ -ºÊØÈPÏÈ@ÁÌÀHÏÈT!ÅP¡PÁØÀPÏÐXÁÍŒŒôŒPu$çr9yré‡Õqé{•pé{ú*”•¦ré;8+ù®§‹ÂÿŸÿÿ`àhø!>ÄPÌøÿÏ? þÄx $N#ü(ÜøÿÁÿ†ÿOÀøÀÿ#ÿÔŸùÿÀ¾çÿy™ÿÿlþÿoøÃåêÉQ^×t -endstream -endobj -160 0 obj -<< -/Filter[/FlateDecode] -/Length 181 ->> -stream -xÚÍË1Â0 РnY¸‚/@Ó¤- H$2 ÁÄ€‘+„‰kõ.\¶UŒ¥Š¡œYzÒ·¿MUáÀ(c 5 -C98ƒª(À¦¨2„ÂlŽ*ÏÀðXÇëQ÷c{¥—zÃ=©\‘Ú/á|ºì¥.WS@Îmô3ˆ Qˆ"¡Jt¬Š"6|±íü¯â×ø•Z{Ô°wªÃ•½Ã˜*zA¯ÉƒmDŸ¥p Qν\ƒÉÕÿ -endstream -endobj -161 0 obj -<< -/Filter[/FlateDecode] -/Length 226 ->> -stream -xÚ]ÍÁjÂ@Е„½ä -θ٠›·€Vj¥õÔh=zhÑ›üŸà¯øýo^/),;ÎF\­ÌÌf˜La H!%¤dýKÓ%tªD–ׂoÐF‰<I¡µ&ûñ9çÃ’'´Ç“ ­ð¤|…ÅÏrÆ“áûÍ—±|ÆbÇؽ C¬Ÿlq·r^ë=Z ž,Öˆû`åÝVø,pmqWà†ìy=,‚±#›ØUWm—êjÔ.ú bçt“µÖû;_¼Û·ÖØK/<7›êQŸ|\òé:Çæ -endstream -endobj -162 0 obj -<< -/Filter[/FlateDecode] -/Length 266 ->> -stream -xÚeËOJÄ0ðŒ]²™#4°mJÿ,£‚]ºòŽKŠ®“9É\¥âz…Š‹n Ý´ò|}•±eàãå÷È÷Š¸ãXÄÓHpâr~ò" 3)ÒD†Y!öR¼Š¯åµ`,ÀTŒc`Ðm óŒõÀú˜?¸À¸B·ÉÊÀ ½üµö–ÐÖÀ€¨ôXÁ¸D£ÆJ÷„¾Y£ úFµ„¶[cض]Pêa ë×ÃöH8Ú5œX_”;Á›L¹ MÐp#ÎRŸ”%¾¾?”ð›’?üZm&4 -endstream -endobj -163 0 obj -<< -/Filter[/FlateDecode] -/Length 259 ->> -stream -xÚUϱJÄ@à )Ûä²/`’Õ\<«…SÁ‚V>€^y…¢õ|ÁW9°°ôÚæ¬r°ìïÌ^s²ðÍÎ0;ÌÎL[¶­®ËºÖ†môÑ>4g¦œs86åìT?ý¨›9—j-§91ekþ¿¸_©E§ª;îSÕ·¨ª»ÖÏO/KU-nεá|Ÿvš(Ÿ(=Ô“ dAô)°vÈX‹ -q,‚¦Ü;6ó|ºcCº“ úû/qG qˆŽÑ)Ö§,V¢¿©øˆŸ$¾õâ;oXÞÁ¬w2Âcä»8b Ïnx àƒ·^HÒ@nLÀ_#¾ª.;uû kÊ -endstream -endobj -164 0 obj -<< -/Filter[/FlateDecode] -/Length 268 ->> -stream -xÚeÍÁJÃ@Ð =ö’2?àf7M7õ¨Šæ ÕS?@=zPô&$âø ý•‚ý…Š‡\SrIaÉ8kÛ$DfæÁ03ÌXi¡5H!%dÇ’":p¢ÄDB(1ŽàNÁ#„Z‰(I¡GéÞÉíŸ&ÜŸÓ"÷/i‡ûÉX¹uÚ84¤Rí­ÛVgC¢S¶fyÇ ërÖJÏzqk•öíæöŸeǼñóÏ7\‘lï¢cL:µõݤäG…öêÛZ ¬Æµòó„ßüHLT -endstream -endobj -165 0 obj -<< -/Filter[/FlateDecode] -/Length 287 ->> -stream -xÚuÒ1jÃ0`-9‚ß*Ëvb'“!m¡ -í”´;´´³½uÌrÝÀWðÔ¬†,©O‘‡JD‚ï ôóTæ9[¯€3Î!ç,Má&Åb Å&c« ”Ý‚®MYßÂQá¸dìÅ´ðbŒ¼B/~/:âbOƒCë"n+ƒJ8•ˆ šÞÁ¤úÅŒÁÁY ÑŒÑÁIM¡G%:¥ˆ=¢Ñ8(ÕÚÀçaÁaAjļ·0ahÌc0X8kD3F 'ÝÃð*ŽºóÁUtú¿ÿø¹ *š!à *1èöM$úáª%& z_Óç?ˆQ -endstream -endobj -166 0 obj -<< -/Filter[/FlateDecode] -/Length 245 ->> -stream -xڥѱŠÂ@à=RÛøÎ Üfwcö´ -DSZÙ -w–ÊØ™7ð•ÒYÞ+¤³µL!®£;\&„ ³›ù³¦ RBW -ç¢ &Ò"2`¾´ˆü(XCÜ×B+x›¾ŽŸW|¯xšñpŽ}<c ³ ünþ–?ÎÝ:ÿe|vS} -endstream -endobj -167 0 obj -<< -/Filter[/FlateDecode] -/Length 252 ->> -stream -xڥѽnÂ0`£ •¼ð¹¨c;‰)“%ÚJd¨T&V$Ú±CÌäÑò(~ÆW“ó u*Éðé"ç~|n^*[‚VZC¥•©áÑÄ WZU:p3«j¾¡ž[e èøº§ø¹¾ýcû%,Öñœ,–ñˆ,š7ØX¼?ƒ‰1…Í ˆËƒód†á,<ö¶GDq$;O†œÇy¹^ª?¾?¾¯Sê;¤9Ú<íÙÓÞÅuÿƒƒ|mäêøÞ…m -endstream -endobj -168 0 obj -<< -/Filter[/FlateDecode] -/Length 173 ->> -stream -xÚ334Ô33S0Ð30P01Ð34UÐ5rLLÍŒô ÌÌôL R  -L õ,M €ÐÌ(lŠª#9—ËÉ“K?¨ŽKߨ„KßÓW¡¤¨4•Kß)ÀYÁȇp=]À •úÇ`ÿÿCÁÿ†úÿÿ€©ê„úƒBýC¡þ `£&à¡ ÔlÔ‡Q -e¢þ1ȃ(`¬±cP\®ž\„® -endstream -endobj -169 0 obj -<< -/Filter[/FlateDecode] -/Length 260 ->> -stream -xÚÕÒ±JÄ@྄ónv£É^8L!he» –ŠÖw‡pW‰XXæbu¥ŠM„q7Ù]ÉÁ57ÅðÍðl±"á”í£Œõm7bŒŠDÑ1‡DD4æpÉáÆ®TÆbFÉï‹‹k2ÉHx®r$ÕòÙ¨ù¡Ò¨• +øVn„ƒ•ZÍþ9ÊÈÙ$å -endstream -endobj -170 0 obj -<< -/Filter[/FlateDecode] -/Length 221 ->> -stream -xÚ…ÑM1ðN,$=Å»€N[Zvd˜…„•`iAXq±'™¸»‘ÈTÍ<eh¿~¼6mþZkÆÀçÐàL(¨ þXÑR²ºÝ”L ˜ X‚jI&šÀm×v¨Ôû‰é‚!õ'¶Žú[BýpëÕfNý`ÔaçÅ4ìÉ[5vÍHÛ˜¨›hkLZ)ÌPótÑ“ã¥ÄëÓÜ«¹•h~zqLÐêåòÝçþ«>)¹÷Ç;Èw³Nñ¿Þ\ãwSdzcâx@w˜£‡¹z˜³‡¹W>¤ýŽï÷z£ -endstream -endobj -171 0 obj -<< -/Filter[/FlateDecode] -/Length 450 ->> -stream -xÚ}Ó±nÛ0ÐS=Тü tŽ,º¶ãE¸-P’)vìÐ ™Å/¨~‰Cý†ÿ½iÌÞ‘<;‰ ÂÅGðŽyTj¾¨>’uU×rZWj&Ïb*•šL«I-ç“j¦äO%ÿHU/¦U=“5þæ 쟽¹ÿ],WÅøŽã8¦¯®åãÃÓ¯b¼¼ù*:rõM(½7Â{€³SêA{l`—·™óÐPƒºÖ¥óö í¼;È;ßïõ‚öÚ všÕ¡¼`µ¤–%H]†8 -ŽÂt(—›4iDSº8LDµQm”ˆê‚v1…£(iÔû¨>h›„cP›$ŒGuI˜Õ²Z’`å¨]Éq#Ô³2TÏåF<;4V¯3Ömõ3ËåÂê¿´.[«4¬Î^j–û¥1ékÞÚö±z«ö‚f¸úˆÑq?Ÿçay#XCwiD/ÚÁì?¢Úk¢ÔtÐ˦3áÜM:M+ŽéÜ1ޅ̱&ò#Ñ‚pM.,,ÖRv$Zf¬:@­K®HhÞËîk×à 0 ¼+•n÷J¹ëÃ…Š™€tã¨yJÅ÷UqûC¬Ü -endstream -endobj -172 0 obj -<< -/Filter[/FlateDecode] -/Length 317 ->> -stream -xÚ}Ñ=NÃ0pW"yéâ à|Ti“)¨€D$˜z`dÁœT:ö½ÊÛ¸Fè˜!ÊŸg;¨)BU†_l?û=?§y¦“™Št©4Òq®.fL¬Ò4ÑÑ\ÍóD§¹zŠÕ+¯Ç:ËTÄß"Iôâώǹ,e¸âYÞrˆ Ë;õþöñ,Ãåý•Šyì†åµÚ£ñÚõBT m+Ä´i‚ƒÇ¬ÑO@kÕPTP]Í”j‡)­ >m˜vÀ£-Ó Lhw†ýÀm‡;lŒoá´†&°Ð@e0˜âm¼…ë'tBpø¶ì<Œ6€Šñ™C†!ßPKï*ë…¿\Ž©Å)Å‚öî”ÝNôy„ûòíjùr 9¸Î·•­ºsoϾÿ¶¦¾»{a®IæÁåM)~,Œ| -endstream -endobj -173 0 obj -<< -/Filter[/FlateDecode] -/Length 266 ->> -stream -xÚ}Ò½NÃ0pÏ^ú¹À±«Æa3* È€€‰ ˆ‰¡| Hˆä x„¼ -[ǼR‡ÌQ—VŠb ÜßDÂ^~gÝI'ßåÖ(=#­´¦™V&£=£¿^r3U֒ͧ*3´0´„u¸v?0û]q}'ç…L¯BžLOCŠL‹3z¼º‘éüâLˆÂ∄ÎWâûüÁ x|øÊT.  x¡A0†ˆFòРV@Ô@8ÆP2ú´º:`¬h€7 cˆ(=¾e ì€X-° À1^KÆKfñ ,à8Î n„ñÜy%â’ü³Hò¸—Ÿ J¸¸ -endstream -endobj -174 0 obj -<< -/Filter[/FlateDecode] -/Length 323 ->> -stream -xÚ…Ò=NÃ0p3Uò’#ÄÀ±“&-“QAD™8 &†ò1 !‰‘#ô*ls…J²¶êÒJ‘›ú©D*ÏËïYïY–ýz‰ä¢Ë‚u—1;”b³Ó“!OÖ#.Ød#–ôBK&ìê'£ÝŽÛG:HipcëhpaKh^²—§×{ †'LÚ|›¦§Ì˜J™/c¦ÆÌ=}°‹i§"ÿÂÓd·k¥ÌgÊ7š¯†É‰ÚbnkkÔ±„ØžœÔñšø¶‚xS“«ÍáÊ"³øi!o8èÇU´¯°J`Àðå 3‡ª®ºÀ˜%PßÀPºAæPáYVÀX3 &@ŒP™Ã{üÅ0žà¸<ÀT íw#Ñ ÉžA¢g)½þFü<ø -endstream -endobj -175 0 obj -<< -/Filter[/FlateDecode] -/Length 305 ->> -stream -xÚmÒ±NÃ0PW*yÉ Ù?@bWM„¥‚ Htâ -#CH ¨ÉÈ–_ -bÈoñeëÅ\컃"YÏ–Ïg_®Èu¢–R%JÉ¥Jt&µšV -½Hò\æÅ"É´¼ÓrKVðå'ÀìwÄæ¯JžÞÂ>ž^Áž–×òéñùž§«›3©aî§å¹dŒ;2öF&¬µuÔÛÚZ¨&Tˆw‹ø t„† £A â`Ÿ„ŽÐ¢= Ú¢=¾ _„ŽÐb:Æa •CŒØú9¢o„£™Çî”y¼î/–ù‹m]­Â%Î!¶}ì`•ÝÏé9QˆaFog!¦dµ ÑRÁ!GH†•B@2üM,$#‚À–`qïšddQïÚfÿ‚_”|ýœÎÏ -endstream -endobj -176 0 obj -<< -/Filter[/FlateDecode] -/Length 234 ->> -stream -xÚ373Ô30Q0Ð30P0’æ -ºÆz†† -æ†Fzff -fæFz¦† -)† -… -f–@¶¥‚šeQu$çr9yré‡Õqé{•pé{ú*”•¦ré;8+ù®§‹Âÿ €…ñÿÿÿÿ˜üÿÿþÿÿø‡> -stream -xÚ}ÒÁJÃ@à =ö’Gè¼€I65MB *˜ƒ '@=zPô&¤àÑC1¯RïB_¡ Ðk —–]ÿm=˜¤›9,ßÀ,ÌìNš%~RhŽ8ôEFGÉ1¥£‘/“ÈÝ z¤$ü,"TÓŒãæÛ>)xpƒ:\ „Å%=?½Üó`ruJù>-Έ±R#6 ‘Õÿ¥þäHý64úqëÝ3újhæÍ,úXT9€zmj -IiÓƒl­ZbuK5Ú_YµÁ «$©ZRh?·J;Z•vMµÔmÍËm–ùºGõpÕÑÆ[ôHºUÔ ïHcyz„¿1òºRx³Ïj¶6Œ1Oïñ€øyÁ¯´y -endstream -endobj -178 0 obj -<< -/Filter[/FlateDecode] -/Length 156 ->> -stream -xÚ373Ô30Q0Ð30P01Ð34UÐ54‰˜é™™)˜™é™*¤*ÂØ@hfdš¢êHÎåròäÒªãÒ÷*áÒ÷ôU()*MåÒw -pV0ò!\Oûÿ `€ÆøÇ ÿÿÿþÿìŒ{ £È80"€ÀÊ9€‡MðD‚'!q¹zruì»» -endstream -endobj -179 0 obj -<< -/Filter[/FlateDecode] -/Length 305 ->> -stream -xÚ½’ÁN„0†!Hzᘰvpj²j"=ùêуFÏ;¾Ù> -À‘aœ¡+%.gÓ¤|-ýÓéü]åz×€ÑÆ@itÞÀÕŽ?9Ô¦ÐÕª¦Ðe/9¼CUz¿ã. -]ÿQ<¿©C«²'>§²;>¢²ö>?¾^Uvx¸†œ×nÙÞuOH4aH†d†îHÑ ßD')&ê-ÃȆ”'Y lËo± E!Jµè‘ÂŽ8ÉÔYc>õ 7Kz1ö©Àcç òp²S¸è XH´Á‚ÿ„ -/À¿Ë=y—Ýðû…Áµ7ñà;ï¼HqrîXo“8/®óZñT —Åîh€%âng×±ñAZ¢µ„í?uÛªÇ&õç† -endstream -endobj -180 0 obj -<< -/Filter[/FlateDecode] -/Length 151 ->> -stream -xÚ373Ô30Q0Ð30P01Ð34UÐ54‰˜é™™)˜™é™*¤*ÂØ@hfdš¢êHÎåròäÒªãÒ÷*áÒ÷ôU()*MåÒw -pV0ò!\OÜàƒýÿÿÿøüo¨2Ø2Fp8mØ?øÇ d0ð?&ûÿ ”ƒÆàrõä -Ï/ÄU -endstream -endobj -181 0 obj -<< -/Filter[/FlateDecode] -/Length 200 ->> -stream -xÚÕѽ `ŒC–>Bï„£)èÖ¤j"ƒ‰N>€::htÖGí#tt0­ÇÏ nŽÒ®Á#°ˆP¡P& -]Ä`)J fZ -­à à Ú”B!¸ÏÌ(¬ÓŒý‰7–ËíãrE[¸´k¸^nG.›ÍÍÃÔ.€QƒƒÕlèiØQôq§¡ÇuG[xºÀ3dž×8aäéSد$éñŸéAñôXK¬¬­?ª¦l‡¿Ý/„e×þ™žÿzßð¥åÛ7EÄs‰ -endstream -endobj -182 0 obj -<< -/Filter[/FlateDecode] -/Length 308 ->> -stream -xÚ½’±NÄ0 †}ꀔ¥+ÛùhÓr½Ò©Ò¸‰õ$`dÁ†Ôn¼Ö1ñ–x²©Šq’¦Ã Œ,ù’è·øw©ËDkÔv)t’Uxr*Èp½Ê“•Æu•'E…÷>a!ûv¡LKaV.1À]+$°af11²`œhÓØš.›™.­Ü²v캿IÐþ/CÝÎï -ïžþ1sþoìéûÀèûdw¾ãκ>äûþCÞ‡oò¾|‘÷铼oïä|䘜¯fIÎç¡%绨ípdé悦9¡inH]6jû ¶lΨ -endstream -endobj -183 0 obj -<< -/Filter[/FlateDecode] -/Length 177 ->> -stream -xÚ370×30P0Æz†† -º†@Ž‰‚™¹‘ž©!ŒJ1T(T031Ò3ªB3  °)ªŽä\.'O.ýp :.} .}O_…’¢ÒT.}§gC ÂõtQ8ÀÌ4ÿÿìÿ?0¨ÿÿÿÿ?æƒÿAôÿæf}°B?„Ñýú#:=Bÿ$DÛCè?„èÿúÿ(M1 Œ_0h`‘ÿ@Ñ^As¹zr†sÈ7 -endstream -endobj -184 0 obj -<< -/Filter[/FlateDecode] -/Length 347 ->> -stream -xÚeÒ=jÃ0p/:‚µuª?bg¤-ÔC¡z€´c¡Ÿ³}ƒ!WñÖ±W0¤ÐU!‹ ¯ïɲ -ñzÒ_<¹,ŠdµY’ebŽc)΋,ÉsQfódYˆe9O¹xÈÅ‹X®ÐX‹Ÿ[=Ù±yŠÖU”Þc]”^cI”V7âýõã1J×·"Çù8­.c ZÆþÃ0ŽÐì˜D ‚†¡‚6&ð [ÃN²ˆ!A*Ѓ03B­`ð Pƒ Ô”ÚŸ€R-:ÄÑ‚;Pê~ÂR- âÓS¿”ê±%Pê΢ñ -ZØ¡ãCm¡> -stream -xÚµÒÍJÄ0ð)]XB_@è¼€iRMSA\XìAГ°»Ç=(zÚGë£ôzì!l²ë©_i)¿)Ó4ù'¥6ÒZTR)4Jês<ÑTœ¡5¹,56—FãZãZ•Ëâ]EI¯Íç/V[±¬DöH}"»¥‘UwøòüºÙòþ -5Õû²ºFï;H½û -~€Ú8ð{ì¢ß´4NBØÁeÔG„>¦X8ߦ„.q¾© ÃÜÑ3ÜÎÅapÃ< yë“€ö‚Ñ¥Ý1£]ôGŒæ€Ùˆ:`˜ÁðàM§1êt9Ó%sœ'ÆŽ©rÎœ<ïŸ;ÚÊÀGâã|{ÄM%ÞÚǹ“ -endstream -endobj -186 0 obj -<< -/Filter[/FlateDecode] -/Length 353 ->> -stream -xÚeÒ¿JÃPðS:²ôr_À4ilR§@U0ƒ “ ŽŠ‚[ú>B_%[ǾBÁ¡ë-]R(9~çÜ\Ñ–@òË?¾|÷$OÓh:1qÇfŒ}nÎÎM£,5Y>Ž&‰yJ̫ɦ0žÅÖñß/Á¬ F¸Œnt_Þš÷·ç`4»»4 ÎÝiyej¢×DöLÄÜPh¹î3·Ä–× X€@ƒ[þÅ¡‡g -op[u80ÀTq£˜¼÷Ø)ê¿ë!o> -stream -xÚíÒ¡Â0àSˆ -öp/@×–­[2 ¡‚H4S<ׂàPS- [4!Áï?óÝåÎ’œ²e FyŠ#ÁU)ªTÐŒ£T‚¦·¨¸ R"s•©1òëd³'…&ñÚ-’xîvH¬x:žw$.–tSÝ´zŠÛ`ÂÀÐZ ‘±eîP懪C‡Ccàý‘6ý¶IåQ÷ZûÁÕãàáqðüõ™&«ˆfq -endstream -endobj -188 0 obj -<< -/Filter[/FlateDecode] -/Length 195 ->> -stream -xÚÝÒ1‚P à& &oáô>Þ#ðpà&2˜èäÔÑA£3ïh…#02jA”Ð._›¿[c£¥ -QI¥0TRG¸ÔªÛÄ:Æ ‰i¼j|ŒVÜfÅŒ~/.w‘fÂ?sNø{Ž?;àëù¾ ?=nPóü³-@BúúC [’M6aäŒb6(’å•7 v4 ¢äU=l^úC àtjò4\ÍvD÷$ý‚ßf -±ËÄéÈéY -endstream -endobj -189 0 obj -<< -/Filter[/FlateDecode] -/Length 180 ->> -stream -xÚíÓ1‚P à’·pz}Ê™HPLtòêè ÑYŽÆQ< µj¢q0q—vúþük ‘Î,’&˜´±Ø7‚ ÅC&é@[ƒƒ{Éh¨SiË&#ÉíçÍz§ŠRE«{QE3騨œãñpÚª¨XŒÑˆŸ,'yàq ù‚BfÌ\ùŽ!gn> -stream -xÚíÓ1 -Â@Ð mrçnfcÖh%DSZyµ´P´Vðb‚ xÅ&‚8® -º -ÁRÿVï33Ý*E$kIaHRi,¦Š4*ª†’4V¢@j…C…Ó…eY#¼¾jT–Aåmi0q"üþuRøm3$ü¤ƒ³é|$ü¸Û@e|gÒD¨g¯¼|œ¡È¼f^ºÌPg΃µgŠó©`ÿøãx|~þ—ÁŠ›~&µq»ùÈ V666¶¹8ØØçâø-NB´Ñ»BÄ{“ -endstream -endobj -191 0 obj -<< -/Filter[/FlateDecode] -/Length 253 ->> -stream -xÚ³07Ð34S0Ð30P02 t  Ccefn¤gj¨b¨P¨`na¤gi¤`„f@¦©)ªŽä\.'O.ýp :.} .}O_…’¢ÒT.}§gC ÂõtQ8Àõÿÿÿÿƒ•Åÿÿû0«þÿ~0ëà«ÎjÇÂêÇËšO2ËždÖZ°Ø!,P !XòVý~˜ŽÌ0ÖFëÜ<†«ÁÆ: gñÀX,ëÖê²>àµí÷!\ðŒõî_D|‡Ð` -k`²0ÀBª‡±€!Îåêɧ'½ -endstream -endobj -192 0 obj -<< -/Filter[/FlateDecode] -/Length 241 ->> -stream -xÚíÒ½ -Â0ð“…,>BïLÛj -~€|utPÜšGë£øŽ¤ñ5­Ppr3¥ð»r¡ÉŸE’#\ —ö$!ÆqÀƒaŸG·‡AÕ èÄô9úܱٳqÊü5õ1N-ÌOx:žwÌ/'(©~–é ÑZç`V Kðtµ”{Ó*3¼vkzZ^Lj†œ[^tt™ÝFÁ¾™w-¯®eáXÞ;–%4˜Ù34™XªVæÞo¨¾ý¸õ¼ 5®YÔ¼9mé(¯Ä’"¿ÓKãùœÛ÷ü85C6KÙêdiÀ -endstream -endobj -193 0 obj -<< -/Filter[/FlateDecode] -/Length 221 ->> -stream -xÚÝѽ -Â0à“B¡÷¦Ij£ -þ€\utPÜÚGóQ|Çb¼z­`ÁÉM2|\¸\r9‡Ò„¨¤RØSRGØÕôІF†mßÈHãFã£ØH£QѲÚŽ>O¬wb˜Š`Iy"˜RŠÒ§­†ójŠ9LljsîÚô¾+uyögžËIê´] ¥ž+ ã<ðÙK‡½¶ÙÂcï-öµ+®ÿÙ¼á~3ÿR·qý®úEåÍûì'÷iΉ»CRÎýõ/¼Jú'1IÅâ üy¡ -endstream -endobj -194 0 obj -<< -/Filter[/FlateDecode] -/Length 351 ->> -stream -xÚ}Ò;NÃ@à±,ai›=‚÷øE+Õ¢. ¢EJ -Ô¶Ä8W %WÄLçÂò0³ö&(B¤ð;ã?;³[fe’e&“ËØèçôêæ7ÙFø2ÍõÃÍ[ã»k/Æ/÷w?§}ù¦qŸ:GØ[‰!b‰!$éž÷™ÞÆ}§v<4 ~êÎ MçFTêâ4‘¸M -endstream -endobj -195 0 obj -<< -/Filter[/FlateDecode] -/Length 333 ->> -stream -xÚ¥ÓÁN„0à$½àа´°H8‘¬šÈÁDO>€z4Q£gðÍx#BÎt“eaW£K6ËG†YhÿÑZi©¡¤Rb£¤ÎÄy -?ZhµIe¡ÄE‘ȬOZ¼Á5•Ê< -Ž ù~üi0j[:™•arc6ÀÙhòëŠßjÓÅ -endstream -endobj -196 0 obj -<< -/Filter[/FlateDecode] -/Length 279 ->> -stream -xÚ¥ÒANÄ Pš.&aÆ Ha2¥îšŒšØ…‰®<€ºt¡Ñµ£p„.Y4ÅOû?“©KÛ¤yPøð?tÖ(}”Zi-Z™V^{:sPÖJÛTkä«‘d ¯½¶—3^ÞùiàÍ3ŒãÍ= áÍð ¿>¿ßxsz¼‘Úks¸•)¥Èòpˆ‰!B"ÀgŸ’ïyXÆT#â1 -DØ#|Ap?ö?”8%²ÿƒ²Ÿ²Ã(¶YÌb‰¸ÀSʱB̹()ÆÝúëŒ 0Ñ#¶Ó­ë-`…°Âf‡¹ -ë1aó”2eë-F:Ê@õñG5dˆ‰õKFa\z˜Ë…qts.Àïþô Ͷà -endstream -endobj -197 0 obj -<< -/Filter[/FlateDecode] -/Length 245 ->> -stream -xÚuÍOJÄ0ðH…,œ¹Aßl›1ÓŽ«À¨`‚®Ü -£KŠî„V¼XŽò¼AÝeQúùÒŠà ~äKÞ»9ÉmEe^–dËܬéh%¡&[›¼®ÈZ“Wkº3ôHöXî†J9¶’ßÕïŽÝƒÞ6º¸‘:]\H‰.šKz~z¹×Åöꔌä96g„ ¯Z1í3ðà†8`LÁŸ@îÞÀœ¡ðí¾ì¾ýŽ‡6 -üg¯ÄQEûƒøâ]TM½I4¤Ó´yò4Ó»h7ÛþØ)ü¡ß³Eç:©_Š›Œ¼EÎÂë!…ôcP·£JFÅeï¬Ï}ý -ÌÖ -endstream -endobj -198 0 obj -<< -/Filter[/FlateDecode] -/Length 307 ->> -stream -xÚнJÄ@ð9R¶Ik!f_ÀÍ&—»*Ç©` -A+@--­±°ôîUF,|õ R¦gçNÐÂÆ~0°;³óÏK“—ÚkõÜš4Õ‡•Î‹Ô”K].2Sú:Õw:ÏRSTÚò_ÙÌ”óß7®nÕºQÉ%ŸSÉ)QIs¦îoT²>?Ò)×Û²9ÖÄ߀^ôN3¯óNàu°!Ò#õ-BHHðµ bvßb ¼Cäíc±öºV”1Ÿâû?Äñ•º–!bû: ܼ‘cŸ©oqÒPãADcŒû1Mîqÿ-ìÔ<ë í¾•íÄÕÂÿì¤ÃN?k…2q«“—8~ÕLr|&S€âÈ[D8ñFœj@}$›’«gì Kê¤Q_Ü—< -endstream -endobj -199 0 obj -<< -/Filter[/FlateDecode] -/Length 210 ->> -stream -xÚ…Ï;Â0 ÐT*eáø¤ ŸNT|$: ÁÄ€‘sËÍrŽÀØ¡ŠI]U”¡HOql'±™&ÒŒAI¥ VRkh0#-Ç ˜¡–£ 5\Ú½òËÄ>«¿;g1ÏD´÷u"Zûe¸]ï'Í· Ð>nÂl Œ±­—¡-|öműìYDZ -k¯Å #û!eYQWsÏ«_[äÖ1Ʊ՟çTIYGoaóÖƒ,H›vdÿ-ÒÝ_qš+¤{4ï¬6@+V™Ø½@в( -endstream -endobj -200 0 obj -<< -/Filter[/FlateDecode] -/Length 159 ->> -stream -xÚ316Õ3°P0Ð30P06Ð34TÐ5rLL õL LŒ€”¹BŠ¡B¡‚±¹¡ž±¥‚šê™¢êHÎåròäÒªãÒ÷*áÒ÷ôU()*MåÒw -pV0ò!\O à?ÿàøÃüÿÇ?æÿÿÁDœ8" p?èKüa?€#”àrõä -0³ -endstream -endobj -201 0 obj -<< -/Filter[/FlateDecode] -/Length 220 ->> -stream -xÚ351Ö³0U0Ð30€º†æzf& -¦Æ†z–– -&F†z¦æ -)† -…0! BSK#=#CTɹ\Nž\úá@u\ú@%\úž¾ -%E¥©\úNÎ -†@>„ëé¢ðÿXÀ¨ÿ‡ÿ?`ÿñÿÿãÿøÔóÿäéI'LÍÇCÙ#Sÿ T=˜ú¥þƒ©Ÿê#„z ¡ŽC¨öÿ ¿ÿcþ -‰ `a€Qöÿ¢€äÿÍ êG;ˆú£úÁT”š¦N`¥äÁØH ¡X).WO®@.¶_¸ -endstream -endobj -202 0 obj -<< -/Filter[/FlateDecode] -/Length 230 ->> -stream -xÚuÏAJÄ0àÈ,²éÜ`ÞL_&iGW£‚]ºò:ËQtÝÎ òà ùCáø‚Ø1S`ç=¯4¬)\zKŠÑ»² gO/JïBA¬;êq½ú}ãio·•ÍuÎæ·:bóêŽÞ^ßw6ßÞ_‘×<Æêš0œAÌFÐõ™àˆ™`†£ s´ÒgJZ¢;ˆÂ²p÷C[CJiÓ`Âüá´È¿4'ê‰v¢ÕwG­-„EÊÖ’kÝþ Å“à_ú™z.èÍR±7•}ø 7·ð -endstream -endobj -203 0 obj -<< -/Filter[/FlateDecode] -/Length 332 ->> -stream -xÚUÑ1KÄ0à„ -AèêdζM½»ô@œ -vtrÔÑAѹÿV¶û‘ûu{Céó%QN)I¾´/ÉËk£…1ª*ªJÕÔu¤i˜+³ª‹ÕRÍk],Œº×êISÍJUôÌu±ÔÿWÜ=Šu+ÊŠå…ˆ²½T/ϯ¢\_*Mó4mÏ”cÝÀBÛß bŸ#0˜8¢“8Îß½Å1ôQ`‡¤¨ 8Ù - eÐ&è#(Ú’(„ôE» ÚÒÆGëígJo7QSîí{úšyË£€û–Ä|“4ìÝê>îçÔ¡‹g8Ë2/“œLê;o‡˜ çf!gr™ýu”)'QeÏH´ŒÔwåã-]ÀÅ›{ ô>VƒjÅ’2RªUÓf0òTS¡âTgª¸ÿ­}Ø ÿÃ1¶“8oÅõ7 A¼ -endstream -endobj -204 0 obj -<< -/Filter[/FlateDecode] -/Length 242 ->> -stream -xÚUϱjÃ0P…,A‹Wo¾¨,ÅŠíL´…z(4S? ÉØ¡!ou(´c>Á¿Ò­cAÐðxCázgã–"xâÐÝéÎg cK°ÆZ˜³\ W¶tÆçà½3ù¶ž +œÉ–`ùøÜ™bþ¿âáQ¯+ÞsžNo8E§Õ-öÇN×w—à8Âê -ÚNžák„SlžIቨ©_ˆBùÆÄLŸ™YOû Ä#¡dÞkæ„Ì”Á)ðÌJÂH&B#„z,ºH?ìQ¬„DhG† ú>eÈéò%ƒwÄ+|'¼ )^‹Â„P_Wzó$Âa -endstream -endobj -205 0 obj -<< -/Filter[/FlateDecode] -/Length 214 ->> -stream -xÚuÏ1n1ÐH¾sx=Y/»H$Hl ª PR…¸W¢£ä©é6ÒÊŽýÝ déIß[ó ›ëª`£áÜh~–,FtU±}]”¼^³-E—6áØ\ô@n_|®Ô¸VÙG˜SÙ4Œ¨¬~çï¯ÍReãÙ+KÈ)ÖoLÔ;%òŽ†mÇ{Úº'ï÷î¾u°Mâ¾Wx?ð°GQÛ]´ÁÏ¿ð -/ðÏðûÑîÄnÇ;ï]ê•:þo­&µšÿRǾ# -endstream -endobj -206 0 obj -<< -/Filter[/FlateDecode] -/Length 260 ->> -stream -xÚuϱNÃ0Ð+"yár?€c·I"È€T&>@°’üA)[G~¡RÖt3Rt‡}^@ -¶ô¤;ßYwE¾ÔUFƒK£­Å3ëƒ cuUaizQà£ÅÌWV¯J4þ–Ö§Ïÿv<<«u£²{_§²_¢²æß^ߟT¶Þ\bˆcØ\!L)ñ¾v§Ä}:$Ä]:̧Œ¯}í¼{&_?´£ïu5101÷IП ’ ê|5\Œ3fø 9sGÓBÄ1*y'Ńø%îÄ­˜Šuı :ùù[<Šq'~Š[1 žÔb„¨Ì6ûæŽâ^qÇß[«ëFÝýï€ -endstream -endobj -207 0 obj -<< -/Filter[/FlateDecode] -/Length 237 ->> -stream -xÚUϽNÃ0à "yéÊ–{_ã”0Ej‹D$˜úÀÈ¢RÒ©¯•G©Ôh7‘]ße ÈÒ'Ÿu¾ŸÊ–º®Ðhc°4šï(+"ý@h礫{|'üB[“® ò±%éýÿñö©–­*61OO1Eí3þ|o?T±|Y!Åx -Û5dÒI!@>&!ôOCØ6g¬ÏÙ±a]`ÏâQÜ‹9ëvìX'÷ƒ¼b?co³èMÍÂoìàŸH¸²ïØA:Òý žd—ý9Êœ±O ×Ê.}#{å²c÷u“ê±U¯Eó¸Î -endstream -endobj -208 0 obj -<< -/Filter[/FlateDecode] -/Length 193 ->> -stream -xÚ351Ö³0U0Ð30P0’& -ºF@Ê\ÁÔÀPÏÂBÁÄÈPÏÔ\!ÅP¡PÁÄ(d¢`„&&†zf¦¨:’s¹œ<¹ôÃê¸ô=€J¸ô=}JŠJS¹ôœ |×ÓEáÿ€QÿÙÿàoøÿÿøÿò@êüÿö@õC¨ù¤RòÊ“:üL1ü«G¦þ RÿAãÿÿÈ7´üÿ¿¿¡ÿñÿÀp9À¦>ðÿ‚.WO®@ÜDîM -endstream -endobj -209 0 obj -<< -/Filter[/FlateDecode] -/Length 243 ->> -stream -xÚmÐ1KÃPðW2B¾As_À—w¯IZ§H­`†‚N]uTÄàÔ¯àÖ¯’±[¿B¶®—ž×:4ÞÇ?Ü-—gFå´ÒFZ!Â)rH!G£Ì¤U6†{„gÈ&Fá4w:B•£{q÷(§¥L¼'“+^‘I9‡×—·™L¯/9ÿÇr" ¢V1`!ºƒamFõîœ]ÇGo+¢ïžOÑÄã{L> -stream -xÚ351Ö³0U0Ð30P06Ð34TÐ5rLL õ,,LŒ õLÍR  -LÌ õÌÍ €ÐÄØPÏÌUGr.—“'—~8P—¾P —¾§¯BIQi*—¾S€³‚!ázº(00°``€?þÿc°ûÃøÿ?CÝ?æÿÿþQ™Y#ia>^â/ˆ‘}ÍåêÉ6Â6 -endstream -endobj -211 0 obj -<< -/Filter[/FlateDecode] -/Length 234 ->> -stream -xÚÐ1N„@`6$ÓpÞÀ­Ø¬šHa¢•PK Ö`¼Øó&’‚ðûãJâÆÎLòM^23ïã϶֗’Ù,“ÓÌ:''9‹J|ál¹ï¹òàäY|îlQIÆåKg«üøÆý“Ù7&½ã9“^ñˆI›ky}y{4éþæ\ëCÙ\еPLAL‡:¤Ÿèé†Va¬uŽ1%:%˜ck Ò†?ö-ð®J»UªÝâî¯Ábð?^[zí~÷=$é™j³&dæPGéÄ)b9Q¢9ë:i_oèDôû7Ìecn¿2ÈÙ, -endstream -endobj -212 0 obj -<< -/Filter[/FlateDecode] -/Length 152 ->> -stream -xÚ351Ö³0U0Ð30P06Ð34TÐ5rLL õ,,LŒ õLÍR  -LÌ õÌÍ €ÐÄØPÏÌUGr.—“'—~8P—¾P —¾§¯BIQi*—¾S€³‚!ázº(0 Œÿÿ3Øýaþÿ¿¡îˆü7œÈ? ßÕý`øÿÁŽýÈÇ ’ËÕ“+ó7Æ. -endstream -endobj -213 0 obj -<< -/Filter[/FlateDecode] -/Length 240 ->> -stream -xڭнJ1ðd.¤8ßÀ0›\ö«R8ÜBÐÊPK EÛ[}_éà^äaË-ÂŒ“ËU{¥øÁÀdòŸÔ•7] ÖX Þçà|i­ik¨­3]•w¦qðìà ªÖ™¶˧ñKã›Ù•§W½êuùȺ¼å]öwðñþù¢ËÕý8®SÙ_ª …ÅÀn§‚ýÁ§¬ ‰!è Q ´Y£ Ú] dÏPÉEtJžDC2›‹â¯ÏL/\òÈ}6¹OË™7ÉuÜâ1»$…¨NCÎnÇ‚Ýñîéâ„ÿ6ȨùL}Óë‡_Õ9^ -endstream -endobj -214 0 obj -<< -/Filter[/FlateDecode] -/Length 227 ->> -stream -xÚ¿JÄ@‡Û\ÞÀy7³·›œVSÁ‚V÷j)œ¢u¶>Ò>J|ƒ)·ù9ëyˆ­,|ìæÏ7Á×–O‰-3y¶ÎÑÉJÚü™³¡¡œmjºwôD¾qÖ×Äú‚~׫¿wfÓ™j«u¦ºÒSu×ôòüú`ªÍÍ99ÍûØ]0ô‚©X -¤}DˆàÓn^`æiá´ÄX¦cÄR2Æö€Øï1òÐ#‰?€¢ø¾{GÅblºƒjà#£T5dÉ™UwÚ©xÊ'| -Æö]òY(z1—¹ý0ÆÁ° -endstream -endobj -215 0 obj -<< -/Filter[/FlateDecode] -/Length 163 ->> -stream -xÚ3±°Ô31S0Ð30P0’æ -º†@ÊDÁÄÔPÏÌRÁÄÈPÏÔ\!ÅP¡PÁÄ(d¨`„P&ŠŽä\.'O.ýp $—¾˜ôôU()*MåÒw -pV0ò!\O… €‘ÿì(4ÿ?PÿC¡Hþƒ’óä()" ¤=ˆlÀOþ‘ tÒƒÿÿøÿ?øô.?”ärõä -çÒZ -endstream -endobj -216 0 obj -<< -/Filter[/FlateDecode] -/Length 269 ->> -stream -xÚeÍÁJÃ@à =ö’2/àf7M7„@U4‡¢ž|õèAÑs">€ÐW)xðØW¨xÈ5%—–Œ³i›„ÈÌ|0ð3VZh RH Áq ¤ˆN œ(1‘JŒ#xPð ¡V" -@RéQ Fºwrÿħ ÷ï(Èý+Êp?™ÁëËÛ#÷§7g hß­É90æVŒí,bvdÄÕi­©È¢vm, Ræ×`†˜7¦ømp‘âòà*Æy£‡žÁÂÃøàÆ­ÒÆ¡!Ífo5ض:k²5Ë;^Z×­ô¬g·nÒ¾ÝÞþ³ì˜7~Õ¾ã’d{çcÒ©¬&%?7h¯~¬ÅÀj\+¿Høí(›Oæ -endstream -endobj -217 0 obj -<< -/Filter[/FlateDecode] -/Length 286 ->> -stream -xÚÕ’=NÄ0…\,rAZ:û8N¢ülC¤$R AÅ€’IŹRq‹¸œ"Ê0IvÄÈ’ý43ž÷4Eët©Œ6F¥FDZ:HŒÑE¦Š$Ñ…Qy™è,S×±ºSù’˜’é”eªÓÏ%W·bU‹è’EtJ9"ªÏÔÃýãˆVçG*¦xëc…ˆ§ èeßÂú ÿºCn%ÁÀöxË œ|å²kmó¶S¹ -°Edžý¨¶¨ô‹0§†-89A÷d×PÚj[vkØ÷Ð6¸Ým`ó„À~~ø}{T¯ÂëòJ½vï†÷Ç;öá¡wÕÉŽ>{ç±{æNþÝUÌ>®ø Njqñ{þpN -endstream -endobj -218 0 obj -<< -/Filter[/FlateDecode] -/Length 264 ->> -stream -xÚUϱJÄ@à [l“GØ}7YÍų -œ -¦´ºPË+N´NÀÂÒGðU,,}…À¶9«,ùÙT²ðíÎ0;ÌÌ}éÊÒæ.Ï­g {4]Å™w ¾Ž½›ŸÚ{o7¶Xp*·rŠïJÿÿÇÝZ/k­¸NgW\¢³úÚ>=>?èlysn=ÇSX_X¢t 59P5’©l´ ^mƒ”­`€Îˆ½+`HCÃ΀ ì¨öb²cA?bû%nÓ¨»hb~˜ÅLôW‰ß‰øIâ[+¾ó@ÅS`¬:64Ò" ç‡ØbÀîx -àƒ§^ »(1(ðj}‚@†øA4©/k}ûú!Ï[ -endstream -endobj -219 0 obj -<< -/Filter[/FlateDecode] -/Length 182 ->> -stream -xÚåб‚@ à#&÷}Ë8 ƒšxƒ‰N>€::htÆG»Grd Ô;Ác|ÛáËŸ´ª“3 -•‚X!L(U8M@Ç„yID¨S8œA+Â,åZçFô±²?ÉÒÈpçe¸r324k¸^nG–›9Ë]4 blE`{jÁ­(l0‹Ê¶#æ;ÿ§²µAáþâë ûê±Ù‹z@3 ý…àîèWäÒÈíÌèI! -endstream -endobj -220 0 obj -<< -/Filter[/FlateDecode] -/Length 176 ->> -stream -xÚµÏ1 -Â@Ð )„=Å\Àݳ›¤Rˆ -n!h匥…¢mÌÑr`iv öÊÀƒ?ü)Æ»L—­¶3«‰pLzKº,ÑMHûkº‚t‘£•q霾/öGUevÒSf%eÂ/çëA™j3G’<Ä°@€Q0øŽ0ífhbÊÜÆßÊÉGˆÜr/ÞolŠf"¿;A~åßAµ jûÒ!ÛÆ -endstream -endobj -221 0 obj -<< -/Filter[/FlateDecode] -/Length 165 ->> -stream -xÚí= -Â@…'ØÍ%2pÿ²q· D·´òji¡h½{´Ń„Œ+*"ØÚùf¾ï5ã¼µ'%”"“·£±ÎÇ’«ðš¬Ñ¢v´Ót$Wá,©<¶Òb¢?Û¶å&çP.reXÒùtÙ£lWSÒÙ?l˜À¨ƒâ -w½¨‡8@ÃP¦¡`NÌ]“øIñO? ÷Ÿ{`†È©LðE8¸¾ðã2 -endstream -endobj -222 0 obj -<< -/Filter[/FlateDecode] -/Length 192 ->> -stream -xÚíѽ -Â0ð+ny‰Þ ˜/Z“N…ª`A'ׂ::(:·ÖGéc8”žk RÄÅÍ ü.Ü-c--J.%jœ*#ù,Bc4· FZñØàAáMìŸJâDs­ÞFö'–9&v¾‘‰•ïa­ñz¹™È6sT¾~–n“ -‚ Ô@ÑBJÖm@TUiMŠ¿~ aÏ AAeè?¢K>ˆº”½ê^w|©Q;"úVЫü,¶tlû®YÕ[ -endstream -endobj -223 0 obj -<< -/Filter[/FlateDecode] -/Length 208 ->> -stream -xÚ3µ´Ð32V0Ð30P0’æ -º†@ÊDÁÔÌHÏÐ@ÁÄÈPÏÔ\!ÅP¡PÁÔÄHÏÀHÁMŒ õÌ Qu$çr9yré‡Õqé{•pé{ú*”•¦ré;8+ù®§‹Bóÿÿ`Ôÿò@ªùÿ{ Õ¡ú!Ô|J…²'šúN10ØC(v°àFˆ\C ˜:`¦È€©<`ê 2õJ1¦X°h‡š µd߈í ò ·|`» DÙÿárõä -G@ñZ -endstream -endobj -224 0 obj -<< -/Filter[/FlateDecode] -/Length 197 ->> -stream -xÚ½±‚0†KHºð -÷¶½R`4AMì`¢“ ŽÝLäÑ|$FB=(dtpé—¿ùïîÏ_¨B(ªR%aŽ$ ä™Æ€Ñ(²NWȵ©rƒIQäø=q¼ðÒry —²pi·p¿=Î\–»% i/í -‹« l˜s®eÏnFì¢v û#‡ Ùøÿ^xÖ‰g{¶3Ï.çÙ„Õë7Nö„ýá^¸_'ÔOQ>ê«oÐ÷Hù‰|mùþ)[ð¸ -endstream -endobj -225 0 obj -<< -/Filter[/FlateDecode] -/Length 179 ->> -stream -xڵν -Â0à+ -÷Þ ˜ä4­v+UÁ ‚N>€::(:ë£õ±:”ÖKŠÜ$ð‘KîÏÎse32ÊšÅLc–À’MYe9Ù «tFG¦ËûnäØ©üògÅጥC½—<ÔkIAí6t»ÞO¨Ëí‚Xâ>tKHº®ê­¡›ÈÛÆ ÂÿT#ox›ØÛF!‚Ïb°ê…ŸßU0ô”þM˜UG~.„ ìƒ+‡»–BÁç -endstream -endobj -226 0 obj -<< -/Filter[/FlateDecode] -/Length 247 ->> -stream -xÚmAJÄ0†SºȦsû.`šLÒŽ® -£‚]ºòêRPÑõŒ'ð^¥àÂ¥Wx7».†þæ©øÈ^¾_{@ÖXKÞçh‘Â’ü¡3¡¡œijºvtO¾qÆ×dÓé¸\Lo\ÝêU§«ËÔÓÕiªèª;£Ç‡§]­ÎÈ¥ü»cB,Áí&ï•=X­¹å »‚sŒ3ža̹2Á3—ÀFÐßµÑþa>Ïñ–ÆíTËjP«­J Q0(«0f¬¤÷¦£¢mÑÛïÇ_EãEð!jï"ù)º[ä cÙ¯*#`}Òé‹/— µi -endstream -endobj -227 0 obj -<< -/Filter[/FlateDecode] -/Length 264 ->> -stream -xÚѱNÃ0`G*yé#ä^ÇN]‡N© -Hd@¢ŒŠ`N/fÞ$ÑC”ãΑ"U DŠò|–}ÊU…­´†VÆÀUAE nW¨í¬5ÊmáÅÀœ+”½êëŒ*‹åŽç“<Ô2¢>™ßS‹Ìëxûx•ùáñ ÕSYßòÓ6èù;ˆ5z!VØWé„oìÐø…}ã‡q…¡òcŠã‡Œ1ddF¨h•ÑÒºñ“á ít®g´Œýß 1 -ñóÒqáP¾áþâçq:0YŽLiDBLc  b>#E—Å ¹?¦ã圻*™èõóO‘wµ<þß6.4 -endstream -endobj -228 0 obj -<< -/Filter[/FlateDecode] -/Length 226 ->> -stream -xÚ}ϽnÂ0à‹*yé#ä^ Žœ¤]@¢Tj$˜úmGªv%y4?J!c†ÈÇ=dé³Îº?WK£Ë -6K¶Á'Ë—C÷bõ3_¥ÕUƒ_Oè«› ·´º¶·ŸGµiUñÁyªxçU´;üýùûVÅfÿŠ–ã¶[$ò@ˆCN°¢ž¨?SƆ°çäƒ8Ýu¾2Õ&S7ò8>Š3 DCrÍ/ä£}'‚äp¢¼ËcÄØaÌÅ!ê×bßý qzœ;EGÞÎ>£+€\¾Uo­:\MIÉz -endstream -endobj -229 0 obj -<< -/Filter[/FlateDecode] -/Length 354 ->> -stream -xÚ}ÒÍjƒ@`S¡)ñÐ{ܨ®¦& -!BÚB=ÚS í±Ðôç¥}1K} C_ ! ²ÓÙÕ©¤ -ã·2Ž;»ø®í‡ŒÛœ3ã);ñð1aÉwãÀ³}ŸÝ¹lÉ&¡g‡cÆñžpÏÚ_,Œyl8·˜g8—˜b8ñ{yz½7œùõsq\ ãsêÚ$ JMCei`’‚>æp¨ò±Rå†TÔ²à§k©U€›°V­—ê“‚FºÔ5UJW¤£À¬‡Ãa­2 4TD{JvØÜ*Uzk)‹v'i[)od’6*úÒée£ÍEôh~@«ûPR½¡žq=gR)*J£j…"È:”wH'ánärK•²Jžê¼ò_‰J‚´ €Rº"iRïJÓF@ -0~*…ZbüVU¤/ŒêDä&©ˆª3 ¸ˆ›_ýÝC -endstream -endobj -230 0 obj -<< -/Filter[/FlateDecode] -/Length 190 ->> -stream -xÚU‹AÁ@…›.gÑ#è‚éLKÃF“"1 +ÀÒ‚°-'à®ÒKw`a[º©d2Ï„X|/y/ߋ˜G’âQKòzL‘”\Æ7CÞhÐTÒâ;YB+‰Ößa2g©bÁØj,è[ƒj@«åzÆ‚tØ!»ªOU]B‚‡IpÑ+`wj%о´o0Ù :;C›=*sÀ󇻽•”ž“®ãΗ­_½É}íä‰v Àc=ÅF/×hÇ -endstream -endobj -231 0 obj -<< -/Filter[/FlateDecode] -/Length 197 ->> -stream -xÚU‹=Q…' -Å[Êܼy?LhLâ'ñ - • TZcìÀì†Î¨‡êI&ïx! -¹ùNrN¾«U̵$Á… é³Fº)y-&­$W‚â†âõ:M%-HKÉeLŸò’hþLæ¬mX4ö‹ú^a‘Ðj¹ž±¨=ì_Í·š.]àªÛÔ–ƒ4/I^úæÁmhƒKæ*È`ÿ‘#Áó‡Kpu)îEŠcœ-°{‡P½ÁµN(6{X—áåXÏ°Ñ¡Kiù -endstream -endobj -232 0 obj -<< -/Filter[/FlateDecode] -/Length 100 ->> -stream -xÚ3±°Ô31S0Ð30€F¦z–& -&†z@ž¹¡ž¡BŠ¡B!L€JÍQÔ'çr9yré‡Uqé{(qé{ú*”•¦ré;8+ù®§‹àrõä -Ã%ö -endstream -endobj -233 0 obj -<< -/Filter[/FlateDecode] -/Length 236 ->> -stream -xÚ¥±jA† ‹À6¾@Ày÷æö÷!`¼BÐÊ0–†Ø RØä¡âƒè\i1ø;·w’Vøšaggæû“”m§Kl™)f¶IJm×aÛõ”¸Ø:&ÿä¬÷ôÓŠœc›:b -͉õÏÿ?Í—¦Ÿ™h¦­&¯&ÊÆôñ¾^˜¨?y¥Xë²ÌäÀØßÀ#Î=H§ r)8 -þ;Áƒ )g¥%8½TäÛŠ*~¿Ï¾®4î r;¹ÜUî­Ï¨«O-/WQBjwu> -stream -xÚ¥¿JÄ@Æ-¬Á2/àfvãeñ„KqàU÷zåŠv‚…Å•÷L’Â×0är]Š!ãf7Éɵ2¿f`þ|ß%(ãP" ¥JáZÇ(SÚ(‰ -Ì–ÆÀ“‚gÐe¢m)ÄHšÙÉÎãVä…×vR„‹~H„Å^_Þ6"Ìî@ÙÞ·Å2¦€iÏôÍT3˜¦öƒ(ëéâKÇŽø“¸$þ"®ˆÍû@{;@W#=çüOœýƒñÈßËþ—ÿ;ɘ„MR½òÊ)©ÝàÑšõ®­ýÆEQ»Xö."”¸/Äê|ÎûÖ -endstream -endobj -235 0 obj -<< -/Filter[/FlateDecode] -/Length 155 ->> -stream -xÚ]‹1 -1ESçÿ&3Ù•5íª` -A+Û€ZZ(ÚçÁãxY<²kTlœóùÃW±ñdˆ0"SŽÈTC°ÏÁÈ»(±aìÁL¦dPÆy6äÿ>Ö;]mWYÔv–mÃÇÃi«m½#_÷† IQE…Ìg’jRÿCõxÓ¡‹mlå!O¹ËM®r–‹èiÐËj:ç -endstream -endobj -236 0 obj -<< -/Filter[/FlateDecode] -/Length 109 ->> -stream -xÚu‹±ƒ@ C™óþ‚\’;ÝÁ -Eâ¤vꔎ øÿFêÄ€-Y~’-sT‹@=´ç+Ê¢°(Üf,Š –…»q{3»>+õ•ÂÛg&xÔÇ~~)ôÏêüÇú@s#+½~*N -endstream -endobj -237 0 obj -<< -/Filter[/FlateDecode] -/Length 113 ->> -stream -xÚ327Ô³4R0Ð30P°0Ð36PÐ5rL <3sK ˜‰BŠ¡B¡‚¡m¡`„P&Š†ä\.'O.ýp $—¾˜ôôU()*MåÒw -pV0ò!\O…‡ Ä~x€ËÕ“+(Ť -endstream -endobj -238 0 obj -<< -/Filter[/FlateDecode] -/Length 268 ->> -stream -xÚ]ÐAJÄ@Ð}ŸAH]ÀN÷$“L@Œ -f!èʨKãNÈ„\@Èe„l„\Aˆ­!›šŒý[º¬‚¿(¨x“É8!%•¢µ’:£ÓU¢d–Ri™hJã•LSzÐôLÑFË8"e[+ÉtýoçþIl ÞÙ¤¯aqMûÝË£·7ç¤íü7t°õÃ|oæ|‚7ðÎœ€3Ïâxµ‡ñL`f02èAZ¦5€Ü³8J‹q<˜™Œ =Ó€–©@Í ·,ŽÒcÊ£SƳÌ`#Óži@ËT È=‹£ô˜òø‹f3ÀÈt gЂ -ÔLrF\âöøÆíÔ -endstream -endobj -239 0 obj -<< -/Filter[/FlateDecode] -/Length 127 ->> -stream -xÚ327Ô³4R0Ð30P°0Ð36PÐ5rL <3s#C=Ss…C…BC   416Ô33DÕ‘œËåäÉ¥TÇ¥ïTÂ¥ïé«PRTšÊ¥ïà¬`äC¸ž. -48480@ˆýðÀ’ 6¸\=¹A¿NK -endstream -endobj -240 0 obj -<< -/Filter[/FlateDecode] -/Length 225 ->> -stream -xÚ½»ŠÂ@†#)Óär^`'3:²UÀ]Á‚V>€ZZ(n»öÅÜ7É#¤Lò{2oh+ßpæúŸÏ¤ŸÒ$¤¤Rd”Ô–>F> -stream -xÚ3±°Ô31S0Ð30P°0Ð36PÐ5rLL õL ÌLôLLR  -Œ õŒ @ÐÌ (lª#9—ËÉ“K?¨ŽKߨ„KßÓW¡¤¨4•Kß)ÀYÁȇp=]þÿ?ÿÿÿþÿÿÿñ ~Ä üÿ@Xˆùà `ú“ù s¹zrNÔ( -endstream -endobj -242 0 obj -<< -/Filter[/FlateDecode] -/Length 295 ->> -stream -xÚ]ÐÁJÄ0à,[X…}Bó¶›-]X(¬ -ö èÉP½ -xöàø*/‚¯PѨ·†ŽÿìRD ù`’I2—-"—š$J3O"»0;3nf£Ôšt¾9gέ¹2³ÌFnfŒ4Årö÷ÄÙ¥^:>EžŽ‘¢ãâÈÜ\ß^èxu¼g,âmXì¦7*'®Ô”úI;&Êûu%+úf®î>™ë%h‚Wà¿3·þxOÌ÷(( T)ä[è?•ìÖ’ÇÞ@»Ág¹^ê%K%Œ@?4ÝTA‹¸)AŽø^˜SЇ€P£/âéü!< èë‹×BúPÉüÒá¹7ü?4J)C-T¦ -~Ñ…>ùÕjý -endstream -endobj -243 0 obj -<< -/Filter[/FlateDecode] -/Length 276 ->> -stream -xÚm1NÄ0EQXrã#x.€/v´T‘HJ -Ô 'àJé(¹B0]Š•‡ïZh%dͳì™?ß¿>µ¾…Æ6 øƺÇ'´9ðÞÙ6@VÖ{¸wðDygC¼Úõʆp¨¸{T›^Õ·t«êK*Qu/ϯªÞ\Ÿ£óîØŸ&ˆQÄI!V©Â¤q¶NÝ‚8›Ÿ=¢Ž†0kŒ²`‘³dè.‘¤’Ûê̦`êa¤ÀŠ"‘9nsYÇʯÒ%±«Ë -Nc4¥éÂFKgT)Cüá‹1ÑýJ ¤Íxã~ïÜù“=>ÈM~³ežÆ2ж†Æ”x`8 -¹"{©‹^Ýü6Æ! -endstream -endobj -244 0 obj -<< -/Filter[/FlateDecode] -/Length 229 ->> -stream -xÚ¥Ð1NÃ0†á̾Dþ àØÁIÛ©¨€D$˜8tdÁœÞ GÈUº1æ -H²‚²$R”༑h[z¤Oúìß²›/´KÅhcäÔhkåÄúàÄ%V§ IÓX»¹O1»aº|÷mƒG¾ãîÈ {ìÎNƒ-Ö¸Ç -KÜbËÑ~2í˜Õ`‹5î±Â·X`8Ú/1í&yy‹ŸXc…oXb!Ö¯ø¿AèÝpóAu™©Û/}E5 -endstream -endobj -245 0 obj -<< -/Filter[/FlateDecode] -/Length 269 ->> -stream -xÚ­ÐKJÄ@Ð4¹€`]ÀNzò!À¨`ºòêÒ…¢»@â <‚W‰«Yz…ˆȲEÊ*]ÈÀ,¥á5õëN‹µIsˆMC»†“„/ ibMn!ÏV&MáÖÂ$…5i1Ÿ¼X™,Û¯¸¹×›ZGל§£ NÑQ½…§Çç;m.OÁrüÖg0Qé*r¥ó©kœR -Oð…@8ZœzŸP*þÅ8Uá4Ì!N;òq -éy—]KC#”Žh,¹b<â*·Üg!þP‡x:Aµ‡Y(iå oÒù‡W¹ü¹;â5¾„O¢¾‰:ÙÏC¬fçÀ…Hÿ ü"r¡>¯õÕ7#Þ -endstream -endobj -246 0 obj -<< -/Filter[/FlateDecode] -/Length 278 ->> -stream -xÚuÐ1NÄ0Љ\Drã#ÄÀI;ZªH H¤@‚Š%ê„pJ®ª½F$.º–?ãì"6²ô,Û3öŒíúÄØJ¦(´-LéôÑ1O¥¶¶4•Ó•[kõ]©ù¼4®ÐqTë•qn™qû 7ÌoxWæ"óæR??½ÜË|suªK^ï–Í™& '†¨†>ÔAa¨±E|àA á#Ž)ãÕ/ëÓ1CP bÖ!}» û#N] …nj蟠/ -m1ÖôÆ5Ð{„¯W±®” 3‚ÚH˜ë_Òý gP¿ ö„dˆoŒ{|:7ÈL*ö›qû¼-¸Rþ—>ö•#¥€§ø\> -stream -xÚuMJÅ0…oé I—lÀ´y¦å9*<ì@Б P‡§à–:s‘·8«Pz¼iE|Š¾pósϹǮ´­U©ËRÙR›Jòf”µFוª«•¶VÝuÏ÷FW¥Š«^¯tUíÿ¸¾›VW|*Š3~"Šö\=><ÝŠbsq¬ ×KÙž(€ $OйH±Å”¡Ç˜Ã»A"4Ab¾Y0æ½ûBÖ9~ÚS:ƒöÄæÿ‚~!6øn?c$?ƒu)°bCïÄþvÄN_ Ïx!ô“$r K#AB´‘þŘ}#C>Øó¼3†w Nƒ½lñãÙÅxBŒ‡óì‹û2>Äi+.?Èæû -endstream -endobj -248 0 obj -<< -/Filter[/FlateDecode] -/Length 197 ->> -stream -xÚÝÑ1 -Â0àˆC!—軀iR[m§BU0ƒ “PGEçôhzÁ ÔÍAü}©"º;ù_ø_^È4éª,%­´¦˜íSÇð–PªÊ2êå±JsZÚP’qK“_}«^÷ûÆb-K+£9ÏÉhÌ#2²Úm÷+•ÓÎÏh‡Ü¸j²• ¸ÑƸ¸×5¨€Sápp^ŽoEc >²ÇFüȃ¾¾ôý׋î9óúŸ¨ŠJ´OB|*GVΠW7d -endstream -endobj -249 0 obj -<< -/Filter[/FlateDecode] -/Length 216 ->> -stream -xÚÕѱjÃ0à  Zœ7ð½@dY‰m2Òê¡Ly€6c -íçÍœ7ñ#ÜèÁøï¹YZ²7D}:ñK.+Rëì¬sìu-x–ºñ$÷ÞÎ=çKo³%¿¥üιóÖgìtºÍço¼îͪ2ÉVs&yÖˆIªþüøÚ™dµ~àTëKY=2*‡@¡PHmŽç¦w@€îÔMч@]„&l £ŽÔ¶¼ØQÇj_ʤ/•ýŒQùoégDWÞê?÷â0ö-‚Ô¤M§øJóT™Í7…ך— -endstream -endobj -250 0 obj -<< -/Filter[/FlateDecode] -/Length 246 ->> -stream -xÚíÒ1J1àÈir„y0“ŒÎf§XœBÐʨ¥Å.Ú x±%GˆÝËü¾]×EeKÁÆ^¾Þß„Ìm«#£¡†«£cËÇ)9×èyG³®ÑmG÷––äZ¾²dx;ÓèÙÉ÷ÄÝ£\ ²¾å9Y_òˆ¬‡+zZ=?Èzq}F–ûv8'Â#VH@jÅFÑ¿f•6*ðýÚ'¬KŒSŸ0*äS•+Ä’+Oö%g¢GP[ T?$ö:bõÛ,‹ãcÿ).¢Q%±[‡µ›K{eõ%û¯ßÒÄ¿„d.SEâ…_ÿäÅ oÞˆìÄ -endstream -endobj -251 0 obj -<< -/Filter[/FlateDecode] -/Length 153 ->> -stream -xÚ]‹1 -1E i<‚s‚ÉÌ&›•°*˜BÐʨ¥…¢µ³gó"{K‹…1`'ÿ5ÞiŽ!!0ú!1&‚ºe$†èkôN Wà–0 2n›øw9^l—­;”кMi¬Ë[¸ßgëºÝ¸øOó -^*½Š)> -endobj -17 0 obj -<< -/Type/Font -/Name/F6 -/Subtype/Type3 -/FirstChar 0 -/LastChar 255 -/Widths[489.46 489.46 489.46 489.46 489.46 489.46 733.85 489.46 489.46 489.46 271.92 -435.08 271.92 353.15 380.69 380.69 326.31 326.31 489.46 489.46 489.46 489.46 788.58 -0 380.69 271.92 299.12 571.04 543.85 543.85 815.77 815.77 489.46 271.92 489.46 815.77 -489.46 815.77 761.39 271.92 380.69 380.69 489.46 761.39 271.92 326.31 271.92 489.46 -489.46 489.46 489.46 489.46 489.46 489.46 489.46 489.46 489.46 489.46 271.92 271.92 -761.39 761.39 761.39 462.27 761.39 733.85 693.23 707 747.62 666.04 638.85 768.1 733.85 -353.15 502.89 761.04 611.66 897 733.85 761.39 666.04 761.39 720.43 543.85 707 733.85 -733.85 1005.77 733.85 733.85 598.23 271.92 489.46 271.92 598.23 761.39 271.92 489.46 -543.85 435.08 543.85 435.08 299.12 489.46 543.85 271.92 299.12 516.66 271.92 815.77 -543.85 489.46 543.85 516.66 380.69 386.13 380.69 543.85 516.66 707 516.66 516.66 -435.08 489.46 271.92 489.46 598.23 163.15 625.25 611.66 842.97 747.79 761.04 1168.93 -598.23 1060.33 353.15 761.04 937.97 842.62 883.58 761.04 937.97 543.85 761.39 707 -733.85 733.85 733.85 733.85 761.04 761.04 761.04 707 658.12 1060.33 666.04 851.59 -734.16 435.08 435.08 435.08 516.66 543.85 543.85 815.77 435.08 747.79 271.92 543.85 -652.62 625.43 707 543.85 652.62 386.13 489.46 435.08 516.66 516.66 516.66 516.66 -543.85 543.85 543.85 429.64 448.68 747.79 435.08 326.31 543.85 543.85 733.85 693.23 -693.23 611.66 761.04 666.04 1168.93 598.23 761.04 761.04 761.04 761.04 897 761.04 -761.39 761.04 666.04 707 707 733.85 815.77 733.85 761.04 761.04 1100.95 1100.95 870.16 -951.39 693.23 707 1101.12 761.04 489.46 489.46 489.46 435.08 543.85 435.08 815.77 -435.08 543.85 543.85 543.85 543.85 652.62 543.85 489.46 543.85 543.85 435.08 489.46 -516.66 761.39 516.66 543.85 543.85 788.58 788.58 598.23 707 489.46 435.08 734.2 530.25] -/FontBBox[-116.9 -478.2 1285.9 1005.1] -/FontMatrix[0.001 0 0 0.001 0 0] -/Encoding 7 0 R -/CharProcs 252 0 R ->> -endobj -253 0 obj -<< -/Filter[/FlateDecode] -/Length 228 ->> -stream -xÚ}ÌÍJÄ0ð)…r©oÐyÓ$›Íâ©°*؃àž|õèAÑsê›õQò9öP:NYزK”üçk«­´•T -7JjךƒE»ÓrçÐi#Í ¾jü@kµt[T\ι1ç/ïb߉æ™÷DóÀ+¢éñëóûM4û§[Ôœ±»C¢à) íb__ -Õ¥Åâ\”ÿ8ùjµ:VYÚú‡uŸ4´ƒÿÛÁ‡6eïCÍò“' J8g4–qÎiJ9±yœJšÏÙ,ŽQ{ W>ðCh‡Õ¥sœŠûN~mZ_ -endstream -endobj -254 0 obj -<< -/Filter[/FlateDecode] -/Length 230 ->> -stream -xÚнnÂ0àC"y¡oÀ½Ž9Ž˜"*5C¥vê´ŒH€`&Æ£ð3D¤wçn»H_dÇ÷㫬ÓΣÑÆ`IÖ¸´ôqè¼Õu‰Þ”º¬ðËâ³ÚWhèõ–¶W¿#>wªíTñAçTñBGTѽâéxÞª¢}[#¯ã²Û`M蹈 q.æþBÆ|fìØ)ÚïÙkªao˜FÅ<’ó.UF1P]éa”®Ø&q.þï-íê§âxÔcc¶xÓÞH]®5Àžg2·™˜%“ld’SPÏzÿý¯àÞ -endstream -endobj -255 0 obj -<< -/Filter[/FlateDecode] -/Length 261 ->> -stream -xڭбjÃ@ `†[òÖ ô컜m:Ù¤-ÔC¡òmÇBRÚÙ~4=ŠÁ£‡UòQšìµátwú+l¨±´e‰¡´®Â/Eƒ¡v¶ñX;oý-¾9> -stream -xÚ354Ñ31S0Ð30P0’æ -º†@ÊDÁÄÂPÏÂ@ÁÌÀHÏÈT!ÅP¡PÁÄÌPÏÜHÁÍ Â–¨:’s¹œ<¹ôÃê¸ô=€J¸ô=}JŠJS¹ôœ@|×ÓEáÈ4€H$"–åùÇüÿÿÉ?2 òÿ‚ä0y  ´œ ‰K/Ìäÿ$“, ò©$8¬Àᆠ"`Y.WO®@Œ>ë, -endstream -endobj -257 0 obj -<< -/Filter[/FlateDecode] -/Length 135 ->> -stream -xÚ354Ñ31S0Ð30P°0Ð36PÐ5rLLŒ õÌ Ì ŒôŒLR  -ŒM õŒ  €ÐÌ(l‰ª#9—ËÉ“K?¨ŽKߨ„KßÓW¡¤¨4•Kß)ÀYćp=]000$4 8sÁÿÿ°ÿ0ÒüAÂåêÉIÞ° -endstream -endobj -258 0 obj -<< -/Filter[/FlateDecode] -/Length 268 ->> -stream -xÚUÐÁJÄ0Ð)ZB±?°°ó¶IévW -«‚=îi?@=zPôjëŸåSú =ö33`‘À ™LÓ™Ù™º¨Ô…ÖX÷xeÂVc}0ÅAc£«¢Úá‹Áw¬Sì+Ôa5&„¯ÿñü¦Ž*Ï!O•!E•Ý#~~|½ªòøt‹t–cw‡ü ›ú 2€v‚ Q"rërï#\bÒ%ä,æä´%Ç–´ìгžŒÈ%&˜sNN[r[ÒöäÀy íŸPfš’Ò °aoèMøŽWù¿s%±·ÁÄ[®mìך§víB:¥SQz÷"OÃÿ°k]˜•‡,Ìmá:Q"r«î;uú0ôL -endstream -endobj -259 0 obj -<< -/Filter[/FlateDecode] -/Length 147 ->> -stream -xÚ354Ñ31S0Ð30P06Ð34TÐ5rLLÌ õÌÍÌ ŒôŒLR  -LL õÌL €ÐÌ(l‰ª#9—ËÉ“K?¨ŽKߨ„KßÓW¡¤¨4•Kß)ÀYćp=]ØÿÿÿÀÀÀ &‘HDö9rÈ? ò©d>–àrõä -$ïi -endstream -endobj -260 0 obj -<< -/Filter[/FlateDecode] -/Length 229 ->> -stream -xڭбnÂ0`G‚¼¤#"÷Mld¢0!Q*5C%˜x€Âȉ ^˼Iú3 ®¾%mftÖgÝù¼üC¥#€Œ¤eÕðê.=RQª!‘ƒh0„¥‚ èÔŽ$P%ÊŽGÿ|­Å$ñÂî‰øîˆ8û„Ýv¿ñdöÔ»6›‚ñ žsDã11gÎœô Cd¼"Ãê±c=Þ[vÇ·nË?§VimPÖöƒò`õ‹ÚÐ/ªZnÏ×ÆÓ‰¼žÛ~_ÈÂo,ƒ¶®ncñÙÊ»Ü%Æœ$_Å{&æ?áÝ^ -endstream -endobj -261 0 obj -<< -/Filter[/FlateDecode] -/Length 218 ->> -stream -xÚeн -Â0ðH†Jëx/`šÔ4âTðì è䨣ƒ¢s_LñEêdt(Ö4Û;øÁ?w·$â‚ - Œ2CF9‡×A€q:’ YHÃvŽ §2¦[rý<þ¿ØÈ$!ÁFï‘`¡WH,á|ºìI0YM¡Ì6&3¸â"C=Ô*HWÝ+Jõ4GiU޶ƕk¿n×oè•ú®Øñn¼9>ÇÌšÖUÖ¸òcíWæV¿òëê•Mï _ƧãÛ˜aUþVŪáÇLsO‘yBÖ?éìÔç -endstream -endobj -262 0 obj -<< -/Filter[/FlateDecode] -/Length 231 ->> -stream -xÚ¥Ï=jÃ0ðg2´äy¨,«¶ëÍà$…fêÚŒZÚ9>Zz“Á£å}@H C!6üdIOOWEéʽóù„:T¾pMƒµ.Tø^à– -yä·Á=†Ûo{Ûõ6¥:›o¨Äæý3~}~ïlÞ½,± ¹Nû‡”Àˆ™ê!Ñ.´)š ö8gGÃNbœ±§+Sö_¯Oií©ýõ.¾W3Hž(Ù¢ä¼|ó:UJΣø+iGUúLwù#kØh`€6š `quF&u0´Ë¿DÏØÚuo·gŸXê| -endstream -endobj -263 0 obj -<< -/Filter[/FlateDecode] -/Length 157 ->> -stream -xÚ354Ñ31S0Ð30P0’æ -º†@ÊDÁÄÂPÏÂ@ÁÌÀHÏÈT!ÅP¡PÁÄÌPÏÜHÁÍ Â–¨:’s¹œ<¹ôÃê¸ô=€J¸ô=}JŠJS¹ôœ@|×ÓEá°40àŒÿ?Èÿ#l’ÿYþƒÈ?#ˆüÁÀ`ÿçÿù?ÿ00ðÃHˆX–ËÕ“+›â… -endstream -endobj -264 0 obj -<< -/Filter[/FlateDecode] -/Length 201 ->> -stream -xÚíÐ1‚0àgHºpÞ,¥²iPLtòêè ÑŽÖ£xFBýÔx;ôëkÿ×áÅa$£„•TªßÆL9V¡LSN”–:æcÈ—÷rœh-'ú§ápY.‚=b"X#!‚|÷ëý$‚l»àu_æK6ä·D¦$¯!š¹5uëÅp9DZÇÚÊÿóedíÃ7¶cö¬5 ÅSàfx6hB+ðšŽÊ©€»÷î[RÑñÀç vXåb÷È31Z -endstream -endobj -265 0 obj -<< -/Filter[/FlateDecode] -/Length 223 ->> -stream -xÚ}ÌKjÃ0`Úèž T–ÇÉζP/ -ͪhºì¢¥Ý¬ÞLGñ¼ÔBx:ÁÐW„oø™ÇÚÖºnÀhcÀ‘¸[½µzk 1N»5,|@ÝX½q`¨çôÊ]^¼¾Ë]'«Ú“Õ#­Èª{‚¯Ïï7YížïÀRžcwžab7Œõ‘±ÿÎÓ¨Ã1 -DL'Ó…‘¥‰,2bÏIŸII,ì#ú¨¶#9´c™s,‡6gT¡Ï™T@Rø…“ø9Ë‹?‘ókz‘7¨³Cyrl1ɇNîwQq -endstream -endobj -266 0 obj -<< -/Filter[/FlateDecode] -/Length 235 ->> -stream -xÚ½ÐMJÄ0à”…lz„¾ ˜&%ÓW…QÁ.]yu9‹]§s³¥GȲ‹Gž/2 -®Mà ï/‹·±N»Œ6Zv —–ngõÎ@gZÝnàÅÂ\gõ¶÷³œ¾ú=ñ|PûA5Oܧš;nQÍpïo¯ªÙ?\CŠs8ÜÀ(Å…~|úp6er%шI‘-0 ¤,÷H¤1ë±Dšü’ì— -iîC²õ·¡ž“ÕÜ#-Õ”,'„_òOeöÄ’,’ÅêI&ÇÕ©<;W?¬“á¿‚7Áûþ/תºÔã'F_Þ -endstream -endobj -267 0 obj -<< -/Filter[/FlateDecode] -/Length 245 ->> -stream -xÚ}бNÃ0à«:PYHy„Ü àÄ•“¶ ‘ -Hd@*;€`v-âGðxêñÛXKŸòGßÙóÖ÷Üڶ宵nÇwk„ ‚³Û-{ïlßñ‡ãOöÞwÜbùÞÙÍúÿï'³Mó†:Ó<£Ä4ã ýM³?<°C¾Äñ‘5.UE‰‚Ê/Q­"D•J"ZªD¢¬„`}.*…ì$ :"Aã ªëlºf"x¦l,NY|€è‹šDÄPp®²ÓP Y*û,®Je’ébÐ û`æJætX¡-žTD¾%©ï‰p:¯4V¸ ó4š×?hm½ -endstream -endobj -268 0 obj -<< -/Filter[/FlateDecode] -/Length 248 ->> -stream -xÚ­ÐÁJ1ÐYZX Ðù³IL³—B¡*¸ÁžúêÑCEoB×? ø#û {ÜCØq’´R¯b/$d&3Yj+­C%•BÍZ¼4¼Ôhk-k‡Ni–ø¤qÖñ‘AÅÓ#¯ÌïˆÇ±iDµã{¢ºã+¢jîñíõýYT›‡kÔ¼ÏÛæý„ˆB[DáÌ|â“ôŽE´‡5ÛÁÛBÉ€[ Ñ’àƒ`AíŠ`M~Np .ÙÏèè0‹™‡i4œ ÑñOæØŸlòç·Ž¯³óXU—ô«SåkÎõ§Ž¸¯É©ÇO‹@_=çå·Ø~ y! -endstream -endobj -269 0 obj -<< -/Filter[/FlateDecode] -/Length 227 ->> -stream -xÚ•1NÃ@E¿•"Ö6iÝe.Àz×Ùئ²@ÂT9@ ¤ ->š²GH¹Å*Ãl)ÑJoõ¥™ùÿ¯­Ó®&£¡Æ誦»JDCÎY]¯§ïÝÒ­«W÷dä¹ÚꦺÝØ}ªM¯Ê­Ì©òYFTÙ¿Ðaÿý¡ÊÍëYÑÙ?3²ÀøáhyŠ€<¢óyÌø˜‡™à8ø‡Â/9¶cÇÆß Ã< Ù¾90\/Ÿr1ŠH–HæáHV|±Îq[ƵB*3KµæA -vA=õêí^E® -endstream -endobj -270 0 obj -<< -/Filter[/FlateDecode] -/Length 252 ->> -stream -xÚ¥ÐÁJÄ0àY#Ââ¾Î ˜&ÙnW/ -«‚=zòÔ£E¯n­ÒGè1‡ÐñOƒè^•ÂÒ™²r•©j¶ÆZ^ZãŸxk®Îœ9­¸¶Þø?9~åªvfíÙ⫽7K¿ûÇã‹Þ4º|À=]ÞàŠ.›[~ûxÖåæî’ê\6W,"m!)8þ2ŸH;9þÓ‘’ÎaO‡°¥H„)ãd¤OfÒ©8ÒÃ… *öÇà…D»ì6õl³ò#MÎþ$ÉN·8õϳòÜð-ò¤T‹)a‘Ò•^)å§yÄ.´½öˆÒŽ°£#œ ´¥¹Œ˜õu£ï¿áÞI -endstream -endobj -271 0 obj -<< -/Filter[/FlateDecode] -/Length 241 ->> -stream -xÚ}ANÃ0E'©”J^¤7h}œ¸8©ºi¥Y Áª(,Y€`K"Næ£äYzÍgœÂ¢léGú3ß¿²Î¸Z—¦,uU»ÕWki6Ú9kêê¯<[ý¦¯·vÒÊuµ5›õåÄéUUE§Š{‘¨¢yÐïŸ/ª8<Þh+ý¹mn5@-#ЂÑÓŒá)a³àk¤–v!_†9†|X äý -!ë÷3/H} N» ø dGD2½þ;i”psw Ù|Æ·¸Ä$?Ìe ÌÄ|$ )ÓÞgÑ%GG´”´Ã 0ÆDèV¬îõô-“7 -endstream -endobj -272 0 obj -<< -/Filter[/FlateDecode] -/Length 184 ->> -stream -xÚÅŽ1 -Â@E'¤ì%œ ¸»³Ù¬QÁ-­<€ZZ(Z«7 xa2Îj«t2ðàÏüùü‚¼ö%Zm-æVá˜Dxô9é’°$§Ýw„Gô–ta1NéœÎ]ÿc{PuPf#>ebQ&,ñ|ºì•©WS$Ñ_fÈÌ͈¹ƒ”ù ó3¢`¾E@!Ó%|ç.å·bå6 ‚L‚ …>â.šòÄâ×X²úÁç æA­ß8JßD -endstream -endobj -273 0 obj -<< -/Filter[/FlateDecode] -/Length 311 ->> -stream -xÚ…‘QJÄ0†§t¡zbsÓd·­»°PX샠O@}ôAÑ·ÅÖ{x˜%GÈcBÇÉYľ0ÿ?ÿ¤•)UYK­´–k­Œ‘§«J«m)Ë­QÚÖFÕF>ù,ËÚ¨³•Ô´êÍJUÕ/Éý“Ø·¢¸£BQ\Q(Úkùúòö(Šý͹4tží…Ä)B›¡ƒ–8ÀØ}ÓÓ:1Fèc‚}÷éRïr´ß´ÄÜÛÝ¿äÊŸÚÙ=wñ¡#!B?ÄÌ„™¢wâ{„ÄlŽsfÊdrƒÆ‡‰Òp±w<œ > -stream -xÚÅϽ -Â0ð+ -YúÞ ˜’–vª‚|utPt6–Gé#8vj¼4KuLàîrÿáJ¥¹®Pr)Q‘çñÑâµÆJ¼(ñ¤ðŠº¦–Äp+Eíæ3q¼°Ö0q 9&64„Ùâýö83Ñî–êXšºÔÓ±I&ÆŽõ?p€` ²ƒœ´‘€4ØÓ0dC0A˜yŠQƒωþÛäÿ:È^ZH; ­GKÆNüekÃöoi r -endstream -endobj -275 0 obj -<< -/Filter[/FlateDecode] -/Length 163 ->> -stream -xÚ354Ñ31S0Ð30P°0Ð36PÐ5rLLL õÌLÌ ôŒ,R  -ŒÍ õŒM €ÐÌÈHÏØUGr.—“'—~8P—¾P —¾§¯BIQi*—¾S€³‚!ázº(üÿ/ÿÿÃÿ?ì0â3 -«Òˆ @½ ÌÄñÿß % €˜A€€%¸\=¹<ù -endstream -endobj -276 0 obj -<< -/Filter[/FlateDecode] -/Length 248 ->> -stream -xÚ­ÎMJÄ0ðÍ@!æó.`š”Lg±0*L‚®æ£KŠ®›£ÍQz„.»óRE—ø%yyY«lMZiMUtMç&n–ìƨ¦ZWªZÑ£¡²µQëŠt\µ‰á‹ß‡g¹me¹y²ÜÅY¶wôöúþ$Ëíý5ñ}º¶7äò‚‡ø[— ÿæ ¸ ‹ F ørŠL¯a˜s~¿d ë:©CÆzÁŽ9;ÌÙ~ÉÖu,ø|ŽãSÎDÁUXp\%;î‰à¢Y2ÎMûæû'CrLóyR°§dȼC> DY?œM¯ò¶•_Lø -endstream -endobj -277 0 obj -<< -/Filter[/FlateDecode] -/Length 142 ->> -stream -xÚå‹A -1 E£‚‹œ"0mj[èvT° AW@]ºPt?Gëɦf* xxð~~‚xö‘,[KѲs´O>Ǥ™cè*ô u’ÖÕ¢qúý¸Ü±ËhÎÚC³× -š| ×ó}CÓ74úWó– -,êÐì0¡iQë¢À²WÌaš¦í€»Œ§ã‚í÷ -endstream -endobj -278 0 obj -<< -/Filter[/FlateDecode] -/Length 189 ->> -stream -xÚÍÏ1 -Â@ÐR¶‰7È\Àd7!… DSZyµTÒo¶Gñ)·X7DA{›yÌçO1±¡Lˆ‡œw£/,’b.Â4%9a"h+èøŠl¤´qüq°Ù³,gÑÚÖX4· å :Ÿ.;eË »wk>¥¦q›[£Ê!j\z(0R8‚ê|U¢Bá+íh‹«ã)í·~ãï'ñÿšÒ© 1î8´áYa³œ­/« -endstream -endobj -279 0 obj -<< -/Filter[/FlateDecode] -/Length 182 ->> -stream -xÚÅÏ;Â0 `G*eéðÈC¤U™ -Hd@‚‰#fr´¥G`ìTã( pé³üÇ\9¯}V[‹Žõ8ÍÅÏn¸Ìœ®ž^Ñ7YLÏ{Ž«ïãEµA™Ï)³áeÂï·ÇY™v·DÇ}nà -‰F êä Š¢‡’@D(X`#HêAŘ,)9!^K;ìóCúUüߊȲOW >'›“ü«ÖAíßÞ·¦ -endstream -endobj -280 0 obj -<< -/Filter[/FlateDecode] -/Length 220 ->> -stream -xÚ•M -Â@ …S -ƒÐ ÌœÎÔ±u!þ€]ºòêÒ…¢;Á­Géºt14Æ]Jà…@’÷½‘6Òd¨¤R˜)™¦8HyÈÑ-³Ñ§4žq8ÖÒ Qq™LË<ý½ØŸÄ¬ÉŽ÷D²â‘k¼^nG‘Ì6sÔ<û±X µYj`j©‚ÈR ¡%€ŽmkëÙ!¸7!•“&¢jR÷©Žë)5qõ gÏIÉÒ-‰ì—D-ü%ÀgðõåýÔ{°›oαrhÒá:pÁ…q±ÞŲÛ‹…¡¥ -endstream -endobj -281 0 obj -<< -/Filter[/FlateDecode] -/Length 257 ->> -stream -xÚµÏJ1Æ¿°ÂB(ø…Î ˜ÝlcÚC¡PÜCAO>€zô èMè>Zea=„Ž“M-âQ0_˜ÉüûæÒ:ã<Õ¦®É -]4óÚ,=¹…5 yæÖxKO–^Éyq5TËõ¾1nù+åñEoZ]=H ®n%FWí–Þß>žuµ¹»"+v6Ûkb>(Ž¡°Žêq¡:”B@Årb€Ú#2JÆ'cÆÝŠ±æ0eì¸9L|ä~ÂJx–‰‡?1瞪a¬Ÿ{» §iª~dX}ÏYÒÌyþ¤ˆEW!LYÌ„vÂ({Hõÿ‡A¶Ç²Ï"‰:1{ò¯¾iõý*â -endstream -endobj -282 0 obj -<< -/Filter[/FlateDecode] -/Length 249 ->> -stream -xڵбNÃ0à;2TòÒG轎Ý:n™"È€;€`K¼X%1CuÇÕIŠôE–Ͼÿ\ù`C$g£à¬¯è|¹rv©òÞ^x -+o£§'OÏÖÞ®µX¿—6l~yÜ›mcÊ-4åÖ˜²¹¥×—·)·w—äu=.›+ùd`,ÌÕ… -€È úãÔê€Ò"÷…tê\zän!Cö€ÜÖÙaä4*“‚ Yü“ãÙtòûþ±×Ô·ž’ §lýì˜S3§cþwȳ`ž«È3ÎÔ6ÏÛC­j75wù'œ©ú¢¿ª»æº1÷_FŸÄ -endstream -endobj -283 0 obj -<< -/Filter[/FlateDecode] -/Length 185 ->> -stream -xڽϱ -Â0à B–ö ¼0ÍaÚ:ˆ…ª`A'@›Gí#dt(Ĥu¨èì…û¸Ÿã†¤¤„ÊP -)q"ŽÉ…*'‘g¨&$2Â#á•òsŠÒ¿÷øqq8óRódï—> -stream -xÚUŽ1NÄ@ E=¤ˆ4Íæë 0™I&I¹Ò) â@‰4 ¨7ך£ä.S¬ÖØ ÐHolëûw!ºØ£wÞãà]Óãy#Í€± ®£|>|Á¶®íÐË‹RÍÿ‡g»m}/:[_‹ÄÖã ¾½¾?Ùz{Aúµ/‘gCÄ)AHŠY‘¿±Y M‡“€’ažRñƒüF!’™¦3åR;&±bÓ-‰}©A± ‰5“yÏ⧘«ÙªŒÇð‹ÃŠÄx©`+bØpö`NàAÏUЀ¡BÓÊ,¹Ÿ‹\`¯F{÷ úž -endstream -endobj -285 0 obj -<< -/Filter[/FlateDecode] -/Length 190 ->> -stream -xڭб‚@ Ð’[øûwxàh‚šxƒ‰N~€::ht¶ŸÆ§ð Ž „Z`cpPÓä5½k/¹fÖi—£ÑÆ`*Îq:$7³:·˜¹T›O¯è¬Õ™C#‘婶£‰ãE^%éSÉFZTâ·x¿=Î*)vK”S?”~…Ü,˜‰ëIçë{K‰Ä c$õ·¿¼ÿ«Þ>IbÌ$;‰Ĩí ꀸéÑDÄ ‹±‚§X‡LjíÕþ 'ñ -endstream -endobj -286 0 obj -<< -/Filter[/FlateDecode] -/Length 179 ->> -stream -xÚÍK -Â@ †3t!Ì%ÌœGI®„ªà,]yuéBѵ=Ú¥GèŠ1µ¨x |É’Å—y2”£3ΡNRiÒÔ›’Ro²ÏH¥¬öEäMžý~ìOº -ÚîäNÛ•œhÖx½ÜŽÚV›9zÉC Œ 7ŠkÅdxsØDÅ 0+æú/ _>>î„õ½í9Žˆ €zÄD¯%†ŒÄŸaƬ—AoŸ'¡Æ1 -endstream -endobj -287 0 obj -<< -/Filter[/FlateDecode] -/Length 222 ->> -stream -xÚ]ÍÍJÄ0à”… ä:/`š©ÙvoUÁ÷ä¨GŠžÛ¾Y¥c¡ãhé–]¾a~’Ù¡3®k¬…Šmà99p{4{ ®B³kà á\¦©Àr¸[45ž¿xýP‡V•/¼§ÊG^Qeûß_?ïª<<ßr½”í=᣸îE1Š+!tbqé,Ó9'Ò,‰²D¬\ÍhfšóÕž(é“ÝÄŽÝTœô‘>ús§bì.ÔMšZÍù_6eÆ’”›âß>¿4èͱø3zJê¡UÇ_§>ÅØ -endstream -endobj -288 0 obj -<< -/Filter[/FlateDecode] -/Length 218 ->> -stream -xÚuËÁjÃ0 `C_üÑ Ô±27é¡`è6XƒíÔØvÜ¡¥»š./–¾IÁÇÌ4™²Œ&Á'$ÿ^ 3®k¬…‚­`Ž<¸%š¥W YTð†°W¢© -°ÜîM‰×?^?ÔºVù†s*äˆÊë'Øï>ßU¾~¾äý²Ö÷Јã n„ðApeýŸéry ž(¬BFÔ¯†äá_5QwˆÉxmðÉ>ûõ[vú4±‘Év”Ø6ÒŒk¢lG9"#}ÉSRŸGÝvY¯'úÀ†ãà£z¨ÕËÞ§l -endstream -endobj -289 0 obj -<< -/Filter[/FlateDecode] -/Length 242 ->> -stream -xÚeOJÅ0Ƨ¼‡B¯Þ sÓŒ/m—…§‚]ºòêRPÑuãÍr”!Ë·(3 ("óÍß/-9ã:´ÆZÜ[C„çÄ¡ëÉôº 2mO„oè™®EËÏí9¤¿/ê0ªæûTsÃ-ªoñãýóY5‡»K$ÖEŽW`ððêAX€ÀYaÉ”jªRÔ1ù41…©0L‘µO‘k_Ìc] wæ²=e® LPgj¡„!sžr<ýf¼þé\·2µžÈ†%ï<êB¹óÝyìG˜½ùì³b/qݤ¥Ž† ?Òà?KU]êþ·]«é -endstream -endobj -290 0 obj -<< -/Filter[/FlateDecode] -/Length 268 ->> -stream -xÚ]бNÃ0`WŒ¼de³_ÇNH§H$2 •‰ @ 1 ’ÒË£ø2zˆrœcJ£ÈÒgÝÝËåÆ*[H­´–çZ#Ï2«ÕZK[Uâ—•_È'#_¥Í*ÖRã+ŠLÙr±òøÂ75Oï1ÈÓÌ𴾕ïoÏ<Ýl/¥Á:–õ•lIãÈ)!UGN-!C'N@ýÈ`Œ2?Ò PÐ ‰‡Ý̼ðÐÍmúʃ›ÙW®ùW½ÀìÁ$8ü¹CG6w£AeÁýäÏd—,ubi_uÑæh…¥»™+´ÃC c°ýfÁ¯ÉÏ$ø0IDÈj²A´§Á! òëšßýT¯6’ -endstream -endobj -291 0 obj -<< -/Filter[/FlateDecode] -/Length 228 ->> -stream -xÚ}ÌÍJÄ0ð)…r©oÐyÓ$›Íâ©°*؃àž|õèAÑsê›õQò9öP:NYزK”üçk«­´•T -7JjךƒE»ÓrçÐi#Í ¾jü@kµt[T\ι1ç/ïb߉æ™÷DóÀ+¢éñëóûM4û§[Ôœ±»C¢à) íb__ -Õ¥Åâ\”ÿ8ùjµ:VYÚú‡uŸ4´ƒÿÛÁ‡6eïCÍò“' J8g4–qÎiJ9±yœJšÏÙ,ŽQ{ W>ðCh‡Õ¥sœŠûN~mZ_ -endstream -endobj -292 0 obj -<< -/Filter[/FlateDecode] -/Length 205 ->> -stream -xڥб -Â0Ð+ -Yê'ܘ&%Mq*T;:ùê(¨èÞOÓ?ñ2vcrÅŠâ ˜À —Ü]B2©¸Ò(¸˜:sìK·(TZò> -stream -xÚнnÂ0àC"y¡oÀ½Ž9Ž˜"*5C¥vê´ŒH€`&Æ£ð3D¤wçn»H_dÇ÷㫬ÓΣÑÆ`IÖ¸´ôqè¼Õu‰Þ”º¬ðËâ³ÚWhèõ–¶W¿#>wªíTñAçTñBGTѽâéxÞª¢}[#¯ã²Û`M蹈 q.æþBÆ|fìØ)ÚïÙkªao˜FÅ<’ó.UF1P]éa”®Ø&q.þï-íê§âxÔcc¶xÓÞH]®5Àžg2·™˜%“ld’SPÏzÿý¯àÞ -endstream -endobj -294 0 obj -<< -/Filter[/FlateDecode] -/Length 157 ->> -stream -xÚ354Ñ31S0Ð30P01Ð34UÐ5rLLÌ õÌÌ ŒôŒLR  -LŒ õLÍ €ÐÌ(l‰ª#9—ËÉ“K?¨ŽKߨ„KßÓW¡¤¨4•Kß)ÀYćp=]0C:€ˆ€eþ7üÿÿ€Dòƒˆü`äÀ°ªÿnöÿAÁ&#!"Y.WO®@Cc$ -endstream -endobj -295 0 obj -<< -/Filter[/FlateDecode] -/Length 201 ->> -stream -xÚ354Ñ31S0Ð30P0’æ -º†zfæ -&†z -fFzF¦ -)† -… -&f†zæF -@hna¤gi„¦%9—ËÉ“K?¨Kߨ†KßÓW¡¤¨4•Kß)ÀYÁȇp=]þ7000ðü ,`’‰dÊþáÿßð‡Lò‡<­Èö„ÉõØÉò?‚l“H$#˜d‘ÿÈ?ìò?ˆü "À!Æ€ øÿŸ&d3ˆl8"p¹zr>Ks -endstream -endobj -296 0 obj -<< -/Filter[/FlateDecode] -/Length 176 ->> -stream -xÚ354Ñ31S0Ð30P0’æ -º†@ÊDÁÄÂPÏÂ@ÁÌÀHÏÈT!ÅP¡PÁÄÌPÏÜHÁÍ Â–¨:’s¹œ<¹ôÃê¸ô=€J¸ô=}JŠJS¹ôœ@|×ÓEáÈ4€H$"–åùÇüÿÿÉ?2 òÿ‚ä0y  ´œ ‰K/Ìäÿ$“, ò©$8¬Àᆠ"`Y.WO®@Œ>ë, -endstream -endobj -297 0 obj -<< -/Filter[/FlateDecode] -/Length 309 ->> -stream -xÚUнjÃ0ð -8“{€õõGHB -„´…x(´S×BÛ±CK»b¿Ù=ŠA£a÷.¶qºè‡ÎÉwZåËd¹6Y’eÝr“3K³Êòd³1ël‘,Væ=7_C‰sfsùöß·ÏðP„é ÇÂôȉ0-ÍÏ÷ïG˜žîŒì»mqoö@e`U û2 ¸æRì#uì± ¨F> / ùÀcÔ15Ú£‹©vÔ*–©˜3µ%Ç>ÉKK',{ÂJØ¢bܵ0Ÿ õ|Q$ø(Ba2êÉôò à - G,€Üi÷PЫ’ß’U—&œJ†;«êÀŽôÍw£ôƒ cvô³/ÑÑ?ÏðXNÐäv[MVPdÏLEåÎéö[Õø‘®ØG‡"|þ+Ò -endstream -endobj -298 0 obj -<< -/Filter[/FlateDecode] -/Length 269 ->> -stream -xÚuÐÁJÄ0à)=ré#4/`šd»Y<V{ôä¬=(zn_¬â‹ôzÜCèøOw%ðÁ’IÖ®1MÐÖX«ƒ5Þë3b£›àÌÆëà¼ñçúÁégÝXgÖVË -+oVáwÇîIm;Uß#§êkDTÝÝè×—·GUoo/´C},»Ký9ó~¢Š÷‰2úH3µ1çXÅ’Ç2V< ‡"¶œNôœr0Ÿà?IŇÀŒ^0•`† -PËÜÆ#îù('Ùà„cŒï¶å”„ Ž2À ô.Áì?H"QÂG0s6ÈÌx`1<”S6S…¡¨Mò³| º—©J™§guÕ©»/^Ùˆ -endstream -endobj -299 0 obj -<< -/Filter[/FlateDecode] -/Length 228 ->> -stream -xÚбjÃ0Ð .¸Bî*KFvÒÉÅm¡ -íÔH2vHHf'äÇÜ?É'xô ìJ§AÊÞq§»AWHÅU‰‚ ¹q‰OÒ$…j%ùJ`)rž¸‘¸CUJ¾ÌQ˜(¥i?ßn¬YÝ°ìÇ̱ìÃŒ°¬ùÄÃþ¸eYýõŠ¶veó†L’´<T=€ÓuÜ«N§©ÓÞ Ö1P;_¬Ù;iëøx!#2¶Ž:õ o_Y¯­·›¼çÀ ‘±užz“E`e}t¶$ýÈY`DÆ·7éô=—dï ûþ)\ -endstream -endobj -300 0 obj -<< -/Filter[/FlateDecode] -/Length 266 ->> -stream -xÚÐÍJÄ0àY*TÂb¡ó¶M·îöVYìApOûêу¢çVöÅâ›Ô7豇¡c~d½h_˜ÉL s!«¬Zc‘–Ú žK}TXÕ2« ¬åÊD_°ZËlSb¡w]®LíQÇóض"ßë:‘ßê‘·wøöúþ$òíýJ»°½Fþâ9%VL qßM±¶ëòL^­H~ô;@G<‰ÍúCL°ì¡›à œ.ãn)aVäí­`œÉyiœ¬£Óv Ÿkds %Þ)õŽq輊½kdg‰w™6ÆSggµÿë"0²ÆÇ3Qÿš¤¸iÅîê ]„ -endstream -endobj -301 0 obj -<< -/Filter[/FlateDecode] -/Length 268 ->> -stream -xÚUÐÁJÄ0Ð)ZB±?°°ó¶IévW -«‚=îi?@=zPôjëŸåSú =ö33`‘À ™LÓ™Ù™º¨Ô…ÖX÷xeÂVc}0ÅAc£«¢Úá‹Áw¬Sì+Ôa5&„¯ÿñü¦Ž*Ï!O•!E•Ý#~~|½ªòøt‹t–cw‡ü ›ú 2€v‚ Q"rërï#\bÒ%ä,æä´%Ç–´ìгžŒÈ%&˜sNN[r[ÒöäÀy íŸPfš’Ò °aoèMøŽWù¿s%±·ÁÄ[®mìך§víB:¥SQz÷"OÃÿ°k]˜•‡,Ìmá:Q"r«î;uú0ôL -endstream -endobj -302 0 obj -<< -/Filter[/FlateDecode] -/Length 197 ->> -stream -xÚÅͱ -Â0à«B…,>‚÷¦IL[7¡*ØAÐÉPGEW­oÖGéæÚ±Céy}1/ÜÝ$ÔVÚ•T -5k±oø‰Ñµ*Œ”‘&ÄÆ=ÚX˘³|#cäÀ|o¬w"IE°âœfA:Çãá´A²£æÚ•é)Ÿ2¶Eð8/]ÇM›åçŸX;»ÿ·röÞÞž^?g鱞³xÅ¥?ƒK­ ¨ÈŸq§lOù¢FLS±¼yY -endstream -endobj -303 0 obj -<< -/Filter[/FlateDecode] -/Length 229 ->> -stream -xڭбnÂ0`G‚¼¤#"÷Mld¢0!Q*5C%˜x€Âȉ ^˼Iú3 ®¾%mftÖgÝù¼üC¥#€Œ¤eÕðê.=RQª!‘ƒh0„¥‚ èÔŽ$P%ÊŽGÿ|­Å$ñÂî‰øîˆ8û„Ýv¿ñdöÔ»6›‚ñ žsDã11gÎœô Cd¼"Ãê±c=Þ[vÇ·nË?§VimPÖöƒò`õ‹ÚÐ/ªZnÏ×ÆÓ‰¼žÛ~_ÈÂo,ƒ¶®ncñÙÊ»Ü%Æœ$_Å{&æ?áÝ^ -endstream -endobj -304 0 obj -<< -/Filter[/FlateDecode] -/Length 152 ->> -stream -xÚ354Ñ31S0Ð30P0’æ -º†@ÊDÁÄÂPÏÂ@ÁÌÀHÏÈT!ÅP¡PÁÄÌPÏÜHÁÍ Â–¨:’s¹œ<¹ôÃê¸ô=€J¸ô=}JŠJS¹ôœ@|×ÓEáCýžû , ò $D"û‡ýÿÿ†?@‚Cˆ(·aÄ„$—«'W $ÖúM -endstream -endobj -305 0 obj -<< -/Filter[/FlateDecode] -/Length 194 ->> -stream -xÚÍ= -Â@F7lØ&Gp.àþÄd%U *¸… •PK Eks´=JŽÒ"8N6ErxðÁ Ì÷r“ÉÌ‚–ZC®¥)`žRXB–i °&•ig7È´‘¹†~ì"• û{qºŠÊ u¤=¡¶´"”ÛÁãþ¼UíW`(Ñ­#2Æ°#”-! h±ç蹟á›û;^¿ð @ÄID„úïÀlòç±QÐÒ'ØòÐ<8•CÁU°&6N¾Ö} -endstream -endobj -306 0 obj -<< -/Filter[/FlateDecode] -/Length 154 ->> -stream -xÚ354Ñ31S0Ð30P0’æ -º†@ÊDÁÄÂPÏÂ@ÁÌÀHÏÈT!ÅP¡PÁÄÌPÏÜHÁÍ Â–¨:’s¹œ<¹ôÃê¸ô=€J¸ô=}JŠJS¹ôœ@|×ÓEáð4€H$Èþaÿÿ¿áÏ(‰Ÿ<ÀPÿ’ö@!)ÿt "‘årõä -»…0 -endstream -endobj -307 0 obj -<< -/Filter[/FlateDecode] -/Length 216 ->> -stream -xÚ½=ª1ÇG,„4¾80›,Ùˆ­à³òOKAEk=ÚÅ#¤´¬ó¢Õ#ð 3ùÏÌRù`CDgÃ’8¡§+`ˆÞŽJŒ®´e… ÁÛX¡£=¥ÇŸ;3©M±&)$1E½ÄÓñ¼5ÅäwŠkXÏ°è¶é -—D€°'™n¢Wè¤L -`>`Ol•WÇl„·fz'0ï_P•ïµÚM;뙨ÓÙ‰º‡YÜfqže‹,qÕÿ²AË?Ùç• ÷¢fôÕÌk³zˆTÿ -endstream -endobj -308 0 obj -<< -/Filter[/FlateDecode] -/Length 261 ->> -stream -xڭбjÃ@ `†[òÖ ô컜m:Ù¤-ÔC¡òmÇBRÚÙ~4=ŠÁ£‡UòQšìµátwú+l¨±´e‰¡´®Â/Eƒ¡v¶ñX;oý-¾9> -stream -xÚ354Ñ31S0Ð30P0’æ -º†@ÊDÁÄÂPÏÂ@ÁÌÀHÏÈT!ÅP¡PÁÄÌPÏÜHÁÍ Â–¨:’s¹œ<¹ôÃê¸ô=€J¸ô=}JŠJS¹ôœ@|×ÓEá°40àŒÿ?Èÿ#l’ÿYþƒÈ?#ˆüÁÀ`ÿçÿù?ÿ00ðÃHˆX–ËÕ“+›â… -endstream -endobj -310 0 obj -<< -/Filter[/FlateDecode] -/Length 252 ->> -stream -xÚUÐÁJÄ0à”… ô:/`šÆnwo…UÁ÷ä¨GŠÞ„fO¾V¥Ðc¡ãÄ©Û./LòÏfSVºªÁhcÀ’[¸â«Ú•zg 6VÛ ¼”ðU]ê­C§¶V_ÛóŽç7µoUñD9UÜSDí|~|½ªbÿx%Õ\¶·àqéD7Š !šA–_ø7¤ˆþ;HD¦•˜ &ÿŠ?N’ì¢~6¤ûfí˜òÅ1òsCJÙÙ‰•4 ‘Mf‘<ºE\)£ýÊ!]Ùlq`ó“?}CÊè”x¶;)žLh´V.º4ê³hŸGÇŽTw­:üa -endstream -endobj -311 0 obj -<< -/Filter[/FlateDecode] -/Length 243 ->> -stream -xÚ•ÁJ1†ÿRA ^=2/`6YÒm¡PÜC¡žúÕ£ RoB÷ÑöQörÜChœuöP¡‚øÂ$óÏü3Sç/Ék©`ÎèÊñåÉÏ™[*maŠ)=9z#_:3+Èò)?_ÿTl_Ô²Rù†óTþÀ)*¯V´{ÿxVùr}K},auG)û˜:`qŠò›‚N'‰1³tL5pF‘E@ìz~¼^â¦Ist“5:è6kA‡¬ÞÝÕ\-DOŒ˜‡S´ÇÕ¤¾ôú~{?âM|Šgñ/³ sÉŒ¿nàˆؤº¯Ôã8Iß• -endstream -endobj -312 0 obj -<< -/Filter[/FlateDecode] -/Length 262 ->> -stream -xÚeÐAJÅ0Б -…,¬7è\À4ù¦ý¸*|ìBЕP—‚Š®“£õ(=Â,»(“N_máÁ$3ÉLZë´ëÐhcðÒhkñÂràÐí­Þwؙ޵øbñ³ºkÑðßY^¾ú]ñü¦ƒjž8O5wœ¢šá¿>¿_Usx¸ÆK8Üà>èÞÿ+»ëI¤:9Õ!;öƒÏzâ8ˆ‘86¹.Ò™X°ó©X² ˆ»fk6fûdØý_ÃÑnÎ?>g;Yn‘åvéDºÊnÝæη)òDS2OʳG®©’s•Þa.i-âRÒ´”q-ø #Á9€Ÿ€??É+²«nõø £ø' -endstream -endobj -313 0 obj -<< -/Filter[/FlateDecode] -/Length 168 ->> -stream -xÚ354Ñ31S0Ð30P0’æ -º†zfæ -&†z -fFzF¦ -)† -… -&f†zæF -@hna¤gi„¦%9—ËÉ“K?¨Kߨ†KßÓW¡¤¨4•Kß)ÀYÁȇp=]0Ôÿ`ài`°ÿÀÀÂÀ ÿ€BBD ²Øÿÿoø3Jâ'€‚Ž¥@DÀ² ÿA€vd˜<ÂåêÉÀ‘X• -endstream -endobj -314 0 obj -<< -/Filter[/FlateDecode] -/Length 187 ->> -stream -xÚ½ÐK -Â0Ð!xçæGšÖ•PÌBЕP—.]·GëQz„.»(Óq/æÃ$ÊpcQr)Q“).}M¦x&ÑJÍu‚…w4VñT£¤g¥—ßçË'êcbG-L¸=>¯+ùaCC·Á -Šf%¬˜Ìk€hÌÄj7õ¾ìþi?þq4è!Z –´jç«`l‚m°úÐÿ/éV$ݤ>Æ UÙÖ±ãײ< -endstream -endobj -315 0 obj -<< -/Filter[/FlateDecode] -/Length 151 ->> -stream -xÚ354Ñ31S0Ð30P0’& -ºÊÄÒPÏÂDÁÌÀHÏÈT!ÅP¡PÁÄ(d ‚f†@aKTɹ\Nž\úá@u\ú@%\úž¾ -%E¥©\úNÎ - >„ëé¢p€ÿûæö̘0@HˆDöƒýù?ü£$~r °‘Œ H"‘årõä -b}Êã -endstream -endobj -316 0 obj -<< -/Filter[/FlateDecode] -/Length 168 ->> -stream -xÚ354Ñ31S0Ð30P0’& -º†zfæ -&–†z& -fFzF¦ -)† -… -&@!4·0Ò³4BÓ’œËåäÉ¥TÈ¥ïTÃ¥ïé«PRTšÊ¥ïà¬`äC¸ž. -ø°`n`?Àü€‘¹ñ„„ˆ@d?ØÿÿÃ?Jâ'!ÇÀÀØÀ€ "`Y†ÿ p€fä0ù‘ËÕ“+°0-9 -endstream -endobj -317 0 obj -<< -/Filter[/FlateDecode] -/Length 207 ->> -stream -xڭν -Â0à+”<›÷¦IIÓ: þ€|utP ¾XÅGpÌ ÆK‚øƒ‹"/Ü]rw™T\i\LÉ;’.…*—<רEÊÓ —7¨2Éu-)Ý}ý±X³~É’9½cɘž°¤œàn»_±¤? ‹CX±†ÈZSðAW®ñW½öô¼ oä…àánl¡pÖ-çÉ{n>4O^à ¼÷ ì0·*ì™ö)ìÉoUû=k¿3ebãªmÃF%›ÝÅ:š -endstream -endobj -318 0 obj -<< -/Filter[/FlateDecode] -/Length 208 ->> -stream -xÚÅÐ; -1àY… îçæ!Ùum|€)­<€ZZ(ÚªGÛ£xŒ-Ä8É4Z[Hà I&“ðgÆJ›£–Z£!-öx²…‘…Æ\÷e?ÃÁ#Ú‘ª¥‘Ú~ßØÄÄ µ¡:¡T"”[âùtÙ 5YM1¬yéfX&ÞCãþ5€Û€å>­Rï£?InÑq´M£ÍPYEŸõà‹Mb‡O!zÿÁnÜŸßâw+²¤ÿ„$¡’„VH:!I¸R’”¤˜;±~ÅÙã -endstream -endobj -319 0 obj -<< -/Filter[/FlateDecode] -/Length 197 ->> -stream -xڽн -Â0ð+ -Yú½0%)8ª‚|utPtn­ÒÇpã]j)nNòƒ.—„8c¥-PK­ÑjiÎ ‹ÖY8,t.s‡Gƒªé4ò( -Ï¿;gQÕBíiU¨5mªÞàíz? UmÈyˆõ;ˆ¼o¼€f ÄPð­ÿž@”LƤLB[zæOæø `Ú±m:*œîè“Ž>!¡»!¥ Srl¨y±ªÅî úä© -endstream -endobj -320 0 obj -<< -/Filter[/FlateDecode] -/Length 271 ->> -stream -xÚmÐ?JÅ@ð )Ûä™ ¸Éîˬž<L!håÔÒBÑ: ¯ðZs”!eŠqvóx$* Ìo¿Ê”º¬±ÐEe¡M…V†ËÚèÆbm¬¶—øbðKktÕ`!_½³zWo/žßÔ¡Uù“ì©üNVTÞÞãçÇ׫Ê×hd^Æö¿çˆ™’öL1A*ÄLAŒFè†}ØÈ2îS’›AìxL¼“È<ÅÞ9ÈEgÝÆ£HWü¿þ”û­K„?ºSRï¯[Z»ú‹;y<§‚•!ó\^$:ö/u Qç i-¥>c—QúBWcH3…9ô) ¥9‰$<ùÎÕm«‚}ö§ -endstream -endobj -321 0 obj -<< -/Filter[/FlateDecode] -/Length 200 ->> -stream -xÚµÑ1‚0à×0tñ¼ Xh­(+j"ƒ‰N@4º÷hÅ#8:ž(ƒƒ&,ýòš×¤ùÿ©¶Ê¦˜¨$鎱afh3­æSm”Éð¨ñÒ_ñ¦£&éǃÃYæ…Œ÷¼&ã5oȸØàíz?É8ß.PóÜʼn¨re@ˆœä t  `jÁ—-ePC%Ü3ªxn¨%$÷••Ì‹!ø“á¿ô;O°Éӧ볆ž¶ߊïÈ7&W…ܽÈõõ -endstream -endobj -322 0 obj -<< -/Filter[/FlateDecode] -/Length 255 ->> -stream -xÚÐÁjÃ0 P…¦ÐO˜~`ŽÜ´=º –Ã`;í¶wØXÏuÿ,ŸÒOè1M’ én#ðb˲-yéƒ -:ë6ì -o=ÿ†µ·k‡­kl³Äw_ZoW :þZÏáÍßoŸf×™ú•óLýÈ)¦îžðç{ÿaêÝóÊ> -stream -xÚ}бNÃ0à«:PYHy„Ü àÄ•“¶ ‘ -Hd@*;€`v-âGðxêñÛXKŸòGßÙóÖ÷Üڶ宵nÇwk„ ‚³Û-{ïlßñ‡ãOöÞwÜbùÞÙÍúÿï'³Mó†:Ó<£Ä4ã ýM³?<°C¾Äñ‘5.UE‰‚Ê/Q­"D•J"ZªD¢¬„`}.*…ì$ :"Aã ªëlºf"x¦l,NY|€è‹šDÄPp®²ÓP Y*û,®Je’ébÐ û`æJætX¡-žTD¾%©ï‰p:¯4V¸ ó4š×?hm½ -endstream -endobj -324 0 obj -<< -/Filter[/FlateDecode] -/Length 268 ->> -stream -xÚ•MJÄ@…+Œh„\ 0u;Î.QÁ,]yu)¨ènpúh}”!Ë,Š”U]Jï¨zõª›²¶u‹Î:‡­³Þã™qŽu]Ú¶‘š·¾Á§ß°º(m]¡“×zo+ÿwâñÅìS›bww‰¥èUWÈÌ¡ã ã ç¨*`/õ”2¦9a¦)Ud‚q{D/ˆ?8(¾¦ð -=…… b·Q$ -†=¤²WŒc[sèyÊáÀóé' v¿ øt ‚ήPÓ¨öwZ1êòQbä“š5iÈEã²g=õù¡žx‘Íõ`î¿KÖÇû -endstream -endobj -325 0 obj -<< -/Filter[/FlateDecode] -/Length 202 ->> -stream -xÚ}±‚0†0táî„ ŒÔD|utÐèΣõQ|FC½’ê mòµÍÿßß»\éD()1#–8QthÔZ%EŽ:SI^âAáy¼KÚzJªú®ØŸD݈tG>‘®È"Òf×Ëí(Òz3GEïáÙ,°ˆ¬Z+fÌŒ ©Ú.p|2-0Ûï쨖s,gZÎ÷ŒG5´þ¥>ÓfŽ†y‡4àýàØspÿϾ'òÓUN ¬ËFl_^“ë -endstream -endobj -326 0 obj -<< -/Filter[/FlateDecode] -/Length 153 ->> -stream -xÚÍO± 1 üÚKp Äà<¢Bz@"T ” ¨Éh? -›‡ˆ -jlédß%_dqÒ"¸ ÁqÄmHd×N!#vq‚ã a›ÁZƦòçÅþD]"¿3ù•Yȧ5®—Û‘|·™ÃØT×´@ßXåÜ|We^j£Yµÿ‰\Pÿíÿ»–t3-o¬LUi™hûqÀƒ -endstream -endobj -327 0 obj -<< -/Filter[/FlateDecode] -/Length 192 ->> -stream -xÚ354Ñ31S0Ð30€º†¦z¦f -¦†z -&F†z¦æ -)† -…0! BSs#=CTɹ\Nž\úá@u\ú@%\úž¾ -%E¥©\úNÎ -†@>„ëé¢ðÿãÿ @ŠáÀÉ࣠‚P%ÿ™ÿ?¨'‡bÇBý#žâS°Q?ä±Pì‘©ê@=˜j€P ÿAÔ?F0Õñ-aÀü>P—jQ?Žƒ¨?\®ž\dW  -endstream -endobj -328 0 obj -<< -/Filter[/FlateDecode] -/Length 241 ->> -stream -xÚ}ANÃ0E'©”J^¤7h}œ¸8©ºi¥Y Áª(,Y€`K"Næ£äYzÍgœÂ¢léGú3ß¿²Î¸Z—¦,uU»ÕWki6Ú9kêê¯<[ý¦¯·vÒÊuµ5›õåÄéUUE§Š{‘¨¢yÐïŸ/ª8<Þh+ý¹mn5@-#ЂÑÓŒá)a³àk¤–v!_†9†|X äý -!ë÷3/H} N» ø dGD2½þ;i”psw Ù|Æ·¸Ä$?Ìe ÌÄ|$ )ÓÞgÑ%GG´”´Ã 0ÆDèV¬îõô-“7 -endstream -endobj -329 0 obj -<< -/Filter[/FlateDecode] -/Length 252 ->> -stream -xÚmÏÍJ1ð "¡˜6/àîF³µ¡R-¸¡=yÔ£PEoBÓ7›GÉ#ì1‡°ë¤» -%þÉL*cs;Öe^–»íÂVW¥É'm/M^]ëW£?G”ÓöÊäcóïÂË»œÕ²x¢˜,(!‹úQ}~¿Éb¶¸Ó†ê]Yßk/CäVpœ}¤åQ5v,*?íqQá;üQ®ëñ7ŠÍù£‘ âÉ©Jü!ˆ€xÍÒcþ™mR‡ß6 -‚¶ÎÔ}C³¬û‘ÒœÓø­ˆ*d -£J CB`È¢jºô?¸…íoá(ûˆœ×rù ¯¼ -endstream -endobj -330 0 obj -<< -/Filter[/FlateDecode] -/Length 238 ->> -stream -xÚU1N1E½[x%9Bðâ]'ÞÒ)€ÄHPqBI‚–un–(Ù#lé"òðÇ‘ déY_óçÏLkqnLÓè¶1v£KˆµvΚ®ÍßÞêO½ÚØäÅs5ëåÿŽ·µëUý -ŸªaQuÿ¤¿¿~ÞU½{¾Óú*û{}žÄ^TÑ Q0Ä/c˘ûŠÄÌßÐ(ý-麔@,=eœD(AÓ ðs -H¡y@3 '$Ã"Ø7ÊÜ–RTÄå„£`.ä¹iPb«QyI_± |Â…AOÅ#‡¨zõòÇUš9 -endstream -endobj -331 0 obj -<< -/Filter[/FlateDecode] -/Length 209 ->> -stream -xÚÏ;Â0 P— •²ôõHHùL >`âÀÈ‚™r³¥GèÈP5ÄŽØP¤gÙ±§ÐF™æ*ÏQ{ öC0S­&> ´*ÆxÒxE3ñ¥阡V#ý;q¼ÈE)³ƒï“ÙƷȬÜâýö8Ël±[¢öyHËZHÄ5DÂC%Ü:áœudÅÙ±-ûf¶ž“–û+öÅFd'È6&ß ÙS²ž‘öIVüâ‹XAöb6egì“å=£ï¶Öýó;¹.åþz@§ÿ -endstream -endobj -332 0 obj -<< -/Filter[/FlateDecode] -/Length 248 ->> -stream -xÚϱNÄ0 P—‘²ôê mïBuLEHt@â&>@0·÷gý”|BÆUíè„tÓ%Ò‹â8vrÓxç[¬]]cÃz¼N‹¿mÜÎc»Ý¸m‹ï ~¡ßq¨F™­ß8vãíÓî{[½rž­ž8ÅVý3þ|ÿ~Øjÿr ïÓ¶@ŠDQVC4uKΖó¹)>¬ÿ°ÀœŒ\g舀.òL€Œ+rÕdŠ¤S’v$Ž*ˆ«º¨³Õp'Nš?ªG5×\\Œ8bL–bèÄiGíxT35¯ŒÈÿKµSUß™^;]ô;ûØÛÃN„ -endstream -endobj -333 0 obj -<< -/Filter[/FlateDecode] -/Length 241 ->> -stream -xÚUÏÁNÃ0 PwETÊaýæ ­G¶Â©Ò‰¶Ó>`päÚÎ˧åSú =öP5ØΡH/Šc;Άœu[¬m]ãšmðžxsèžÈ>ò¶&»iðƒð]C¶á\^îì–þWœ¾Ì®3Õ‘óLõÆ)¦êÞñüsù4ÕnÿŒÄçtì^0@ÙÇ"À ÷p›L‘tó83;”b¿C+ú«‘3qÊű‡RìWbhE/.@"¥*™p£.¥ZéWé ѳY úJßþ½>¨£Î3élS.ÎjÌT?óü“þe„ÿkH¦Hº5¯9ü3 ” -endstream -endobj -334 0 obj -<< -/Filter[/FlateDecode] -/Length 189 ->> -stream -xÚ­Ë; -Â@à )Ûxçnvt“*L!håÔÒBÑ:ñf9J:Û”’uÖ­ø|0¯ˆ´Ô1*©«q0R’uJ2Ѩ‡$£1n ¨)´¥#’qúý±Ù‹¼ášïD8ç <Ï;æË ÷®-¦h€ãwVï)|è¹­éS›¿ywö~ñæ쿼>½8[+´ÙÛ&kÁ(ð*(k€ - [{†'oxÛƦ´ˆY!VCFÈN -endstream -endobj -335 0 obj -<< -/Filter[/FlateDecode] -/Length 216 ->> -stream -xÚн‚0ð#1]Xݸ°P-È&ñ#‘ÁD'@4š¸‰ñÅê›ðŒ „Ú&u5iî—»ü;ÜŒS¢O}¿)C¦àøŒFò£Á Ïß‘Ê!3²Ÿû™%ÄÛ©ñV*A¼d×ËíH¼ÙfŽLõM›,PXRf RR@ ð)@K -S ‹Q«ž¨ºnÕ×8¥¦ç”»0°;ydðÊïšgf"Da½,“¼cRØ&¥SS¹5RþC»_ª÷Ó'pJ}†vØFÈ2!Û89®$ -endstream -endobj -336 0 obj -<< -/Filter[/FlateDecode] -/Length 147 ->> -stream -xÚ354Ñ31S0Ð30P0’& -ºÊÄÒPÏHꙚ+¤**˜X… @ÐÄØPÏÌUGr.—“'—~8P—¾P —¾§¯BIQi*—¾S€³‚!ázº(`àÿÀÀÜÀÀþ€‘ù„„ˆ@dÿ3ÿÿà?™$È@B$%æã%‰ñ—«'W ¹“«ø -endstream -endobj -337 0 obj -<< -/Filter[/FlateDecode] -/Length 220 ->> -stream -xÚ•M -Â@ …S -ƒÐ ÌœÎÔ±u!þ€]ºòêÒ…¢;Á­Géºt14Æ]Jà…@’÷½‘6Òd¨¤R˜)™¦8HyÈÑ-³Ñ§4žq8ÖÒ Qq™LË<ý½ØŸÄ¬ÉŽ÷D²â‘k¼^nG‘Ì6sÔ<û±X µYj`j©‚ÈR ¡%€ŽmkëÙ!¸7!•“&¢jR÷©Žë)5qõ gÏIÉÒ-‰ì—D-ü%ÀgðõåýÔ{°›oαrhÒá:pÁ…q±ÞŲÛ‹…¡¥ -endstream -endobj -338 0 obj -<< -/Filter[/FlateDecode] -/Length 148 ->> -stream -xÚ354Ñ31S0Ð30P0’& -ºÊÄÒPÏHꙚ+¤**˜X… @ÐÄØPÏÌUGr.—“'—~8P—¾P —¾§¯BIQi*—¾S€³‚!ázº(`æÉÈ€ "ÙÿÌÿÿø?É ü@¾cò3Ä;@¾‰@d¹\=¹Aη, -endstream -endobj -339 0 obj -<< -/Filter[/FlateDecode] -/Length 257 ->> -stream -xÚµÏJ1Æ¿°ÂB(ø…Î ˜ÝlcÚC¡PÜCAO>€zô èMè>Zea=„Ž“M-âQ0_˜ÉüûæÒ:ã<Õ¦®É -]4óÚ,=¹…5 yæÖxKO–^Éyq5TËõ¾1nù+åñEoZ]=H ®n%FWí–Þß>žuµ¹»"+v6Ûkb>(Ž¡°Žêq¡:”B@Årb€Ú#2JÆ'cÆÝŠ±æ0eì¸9L|ä~ÂJx–‰‡?1瞪a¬Ÿ{» §iª~dX}ÏYÒÌyþ¤ˆEW!LYÌ„vÂ({Hõÿ‡A¶Ç²Ï"‰:1{ò¯¾iõý*â -endstream -endobj -340 0 obj -<< -/Filter[/FlateDecode] -/Length 227 ->> -stream -xÚ•1NÃ@E¿•"Ö6iÝe.Àz×Ùئ²@ÂT9@ ¤ ->š²GH¹Å*Ãl)ÑJoõ¥™ùÿ¯­Ó®&£¡Æ誦»JDCÎY]¯§ïÝÒ­«W÷dä¹ÚꦺÝØ}ªM¯Ê­Ì©òYFTÙ¿Ðaÿý¡ÊÍëYÑÙ?3²ÀøáhyŠ€<¢óyÌø˜‡™à8ø‡Â/9¶cÇÆß Ã< Ù¾90\/Ÿr1ŠH–HæáHV|±Îq[ƵB*3KµæA -vA=õêí^E® -endstream -endobj -341 0 obj -<< -/Filter[/FlateDecode] -/Length 148 ->> -stream -xÚ354Ñ31S0Ð30P0’æ -º†@ÊDÁÄÂPÏÂ@ÁÄÈPÏÔ\!ÅP¡PÁÄÌPÏÜHÁMŒ õÌ Qu$çr9yré‡Õqé{•pé{ú*”•¦ré;8+ù®§‹Â `i`Àÿÿ‡“l’ÿYþƒÈ?ƒŽzŒùÏ°‘`Y.WO®@¸v -endstream -endobj -342 0 obj -<< -/Filter[/FlateDecode] -/Length 268 ->> -stream -xÚ]бNÃ0`WŒ¼de³_ÇNH§H$2 •‰ @ 1 ’ÒË£ø2zˆrœcJ£ÈÒgÝÝËåÆ*[H­´–çZ#Ï2«ÕZK[Uâ—•_È'#_¥Í*ÖRã+ŠLÙr±òøÂ75Oï1ÈÓÌ𴾕ïoÏ<Ýl/¥Á:–õ•lIãÈ)!UGN-!C'N@ýÈ`Œ2?Ò PÐ ‰‡Ý̼ðÐÍmúʃ›ÙW®ùW½ÀìÁ$8ü¹CG6w£AeÁýäÏd—,ubi_uÑæh…¥»™+´ÃC c°ýfÁ¯ÉÏ$ø0IDÈj²A´§Á! òëšßýT¯6’ -endstream -endobj -343 0 obj -<< -/Filter[/FlateDecode] -/Length 250 ->> -stream -xÚ­Ò½N„@à!I¶áLn^ÀeBwæÔD -­|ïJ Öòhó(<%a…ق⬠Ø/Kæg·´{½¯Ðhc–å6/Œ®+,Õu•Éu^âÉâgxÅX…¶výÅû‡:6*{ã8•=qˆÊšgüþú9«ìør–÷˶y@7Aê¹’‹L nÜþæ:fè -€~4yv4zR< 1AŸPŸvÑS·ëã) -ÐaHý2m ¹kCði "O·0ÿÖ‰$ûº$©s]¼t$ýI·Ò»LBæ¦$3Ûôþƒ«Hç[Àç%D=6êõví· -endstream -endobj -344 0 obj -<< -/Filter[/FlateDecode] -/Length 242 ->> -stream -xÚeOJÅ0Ƨ¼‡B¯Þ sÓŒ/m—…§‚]ºòêRPÑuãÍr”!Ë·(3 ("óÍß/-9ã:´ÆZÜ[C„çÄ¡ëÉôº 2mO„oè™®EËÏí9¤¿/ê0ªæûTsÃ-ªoñãýóY5‡»K$ÖEŽW`ððêAX€ÀYaÉ”jªRÔ1ù41…©0L‘µO‘k_Ìc] wæ²=e® LPgj¡„!sžr<ýf¼þé\·2µžÈ†%ï<êB¹óÝyìG˜½ùì³b/qݤ¥Ž† ?Òà?KU]êþ·]«é -endstream -endobj -345 0 obj -<< -/Filter[/FlateDecode] -/Length 169 ->> -stream -xÚ354Ñ31S0Ð30P0’& -º†¦z¦f -¦†z -&F†z¦æ -)† -… -&–@! 457Ò34AÓ’œËåäÉ¥TÈ¥ïTÃ¥ïé«PRTšÊ¥ïà¬`äC¸ž. -ø?00740°?``l```>ÀÀ£ ‚P%ÿ™ÿÿ?ðR@¯2€}‹@!JþƒÀP Ô.WO®@NžX -endstream -endobj -346 0 obj -<< -/Filter[/FlateDecode] -/Length 178 ->> -stream -xڥν -Â0à+„,¾Â½€INÓZת`A'@­oÖGé#ttÎä‚«øŽûãRÓ®D«­E -:¥àf¤«Ƥ‹)ÏèªP²Ÿ›.é{cRµWfæ”Y…eü¯—ÛQ™z3G -yJý[ö70è È[€dª¤.çÌ-ÿh&>Ä&yÆKÌØ‹Oñ%rRæÿ3þ?ÞÉXn~L•ÐUK¯¶oFÙÌ -endstream -endobj -347 0 obj -<< -/Filter[/FlateDecode] -/Length 140 ->> -stream -xÚ354Ñ31S0Ð30P0’& -ºÊÄÒPÏHꙚ+¤**˜X… @ÐÄØPÏÌUGr.—“'—~8P—¾P —¾§¯BIQi*—¾S€³‚!ázº(4°?`ÀÈÀ|€ùccŒ‹@dÈUôÐ? 8D–ËÕ“+¯‰´ -endstream -endobj -348 0 obj -<< -/Filter[/FlateDecode] -/Length 162 ->> -stream -xÚ354Ñ31S0Ð30P0’& -º†¦z¦f -¦†z -&F†z¦æ -)† -… -&–@! 457Ò34AÓ’œËåäÉ¥TÈ¥ïTÃ¥ïé«PRTšÊ¥ïà¬`äC¸ž. - ìØ0600`>ÀÐÀÀØdÃ)ˆ TÉy†T@H*ùЀú¡~4p¹zr Ýï× -endstream -endobj -349 0 obj -<< -/Filter[/FlateDecode] -/Length 190 ->> -stream -xÚ}ν -Â0à+…,>‚÷¦IM[\«‚\utPt¶à‹õQò>AëÝÕAAKàK.÷“dÖi—£ÑÆ`J8¶´9t™Õù]juVàÁâÝ„®,ZïãWÇþ¤J¯’-%U²ý -¯—ÛQ%åz†–â.ôs¬!jÛPðCÎFMÜãClÿJ#X‰±8#¸²×WÈÖbèöÙkW>zeϬe~%‚¼òºÎÞƒZxµyO ±€ -endstream -endobj -350 0 obj -<< -/Filter[/FlateDecode] -/Length 195 ->> -stream -xڥб‚0Ð#$ä´?`ËiAHP;˜è䨣ƒFgø4>‹PK¯FœìЗ»Ü]ÓKP •òXÄ1]´(®–(–)ŠdÎÏÈoï”­ãj†"ů†Ó•åšÉ£-crk+˜Ô;þ¸?/LæûGS¨×¼cJ(K( t'k?ø¤/i"cêñß@H@AdDD„=¢zàhGKåo ßç§ø™î… -`àV¡û; ‰‘[nA·¶Ñìð6É¥ä -endstream -endobj -351 0 obj -<< -/Filter[/FlateDecode] -/Length 188 ->> -stream -xÚ•Î;Â0 `W*eéê 8eD* ‘ &Œ ˜éÑz”ƒìŠô)l'ñŽ4ÕhµµHV;ÇÈéÚ# öcÜ9> -stream -xÚm±JA†ç´8Ù&mºÌ ¸·{·¹‹•¼"Ty€$¥E‚‚ )|­}”{„+§gN…°ð-?Ìüÿ?Sl¨ÑYç°v¶,ñ¶Ñ`¨¼­=† ß·÷X5ÞVwèä…ÚÛ¦ü¿±y1óÖk™3ųŒ˜¢]àëámgŠùò½èoÙ>"÷9Óg¦+€{€‰b¤¸&È»Œ`r|œAÀðÌq–1'E7>2÷cþÅ€~Ăᢂùt Ôo°‚†È!<²ÔˆZ(IcJ£”Q§u{€œHO8ë1’ÆÄhžZ³úlp–è -endstream -endobj -353 0 obj -<< -/Filter[/FlateDecode] -/Length 229 ->> -stream -xÚAnÂ0Eeaɛܠ™ àÄÈ ,‰h+5‹J°âÀ’Öäh>JŽ% +Ó±’4jÕªÝøy¬oÍÿ?ÕF™ •$Ý11æ˜&Z-hŒVYŠçá‰uh2­æ³/ö'¹.e¼c™ŒßX!ãò¯—ÛQÆëÍ3jž»±|A"jYFd+Èk¸[€ÈBîQùD!ã Á’eàë„­Ç#¤Éˆ&¢jD“-~ÃêÂ0à?öoü¼ˆ½ß5!w-ÚÉçƒU°ò1?Cè›ðõpK¾¬¾:ùZÊíÒĺ÷ -endstream -endobj -354 0 obj -<< -/Filter[/FlateDecode] -/Length 220 ->> -stream -xÚuϽn1 pG •²ðøš»@øšh‘zL<@Û±fòh÷(<c‡è\ûêÀåô‹b;>ß4¦f\‡ºæ¨&~í·´Œa¡Û8†éœ¿"9-4T³­4‰aÿßøüñëÆW­óÕ‡–øªÙòùtùöÕz÷ÆQÏý±yg‘–ÈI!}ä34¨3\¡‘d)NÔß8|"²eÉìh¥¢› 3>¨ÞaRó5›V/ÎìfÚÚšw›GnèÜÂ|…x1g‡ZZµä2ðOûHŸõ›ÆïÿùC«k -endstream -endobj -355 0 obj -<< -/Filter[/FlateDecode] -/Length 144 ->> -stream -xÚ­1Â0S_•'Ü Î·¶c‘6€„ $¨xPR€BOãGîH…±…h¨ÑiŠÕÎi;xñUTPñ`»µ °b{>€ÏlgíXË9-’ûyÙŸhˆdvE$³*™¸æñr=’6sFÉŸü̯ôÈ“Þrj+MNMå›ÿÅ=OmÝ©ÔMZFÚ¾ªgÝ -endstream -endobj -356 0 obj -<< -/Filter[/FlateDecode] -/Length 248 ->> -stream -xÚÍÁJÄ0àÔ=T‚lû;/`štcíÂb`]Á=ùêQXEÏ'_+¤¾ÅŠãL¶¢++˜À&ùgrd¬²h¥5ÒÂaIÇ1Ø™Qµ…Ê”ªœÁ­°5]ià]MK5­¶;nî墑Å5ådqNY4ðôø|'‹Åå)ª7e³D|EìF˜ †äC zѶ¢X“ýÆý/×ä*é\°r>ûV¤ä‰±{ì*;ù©g룡 -â;ò’g¼ú6åÇ… -endstream -endobj -357 0 obj -<< -/Filter[/FlateDecode] -/Length 162 ->> -stream -xÚ354Ñ31S0Ð30P0´0Ð33W0²0Ô30U061Ô32W030Ò32UH1T(T04*0PAc# ,º–ä\.'O.ýp B.} .}O_…’¢ÒT.}§gC ÂõtQøaÿÿûf dB† ~0ü?‡ ÿñ?ó?æ?ì?تåäìêBÿûÿs¹zr¬z<û -endstream -endobj -358 0 obj -<< -/Filter[/FlateDecode] -/Length 158 ->> -stream -xÚ354Ñ31S0Ð30P0´0Ð33WÐ545Ð35S066Ô32Q040Ð3¶PH1T(T€Ê¡ii‚®'9—ËÉ“K?¨’KߨˆKßÓW¡¤¨4•Kß)ÀYÁȇp=]~Ø}à{Àv€í2`xÀðáÃÿ†ÿ @ÈôéÛ¶| r r v ÿÿµÿãrõä -#ò1. -endstream -endobj -359 0 obj -<< -/Filter[/FlateDecode] -/Length 118 ->> -stream -xÚ354Ñ31S0Ð30P020Ð37UÐ5òLŒ õ Í ‚Æ -)† -… -†@C „2Qµ$çr9yré‡e¹ô=À¤§¯BIQi*—¾S€³ˆázº(> -stream -xÚUM -Â0…[\ÙôäGšBW…ª`‚®<€ºt¡èº9šGѸ,Tª3‰I1!Ì÷f˜­ -^” ¹” %W¨ -­xYÖ3.K8(8£¡¸–@W+Å+õW°?±Æ0±Ã‰f0aÖp½ÜŽL4›9PìC³€žžäIbI|o’.EyLˆgÄsâ-ò$ð{àCä/ǧ‘קۜÌú×Éÿs®ËsƒÏÉè´ÑÉÂ,Ÿ;:vtÒ°‘ïhã¾=[¶ýóœÛ; -endstream -endobj -361 0 obj -<< -/Filter[/FlateDecode] -/Length 204 ->> -stream -xÚU1 -1E],„4Á9A’‘ÌÂV «‚)­<€ZZ(Z»×Úx`i!«“Y²Á>™ÿ2É|B§]V[ d5àX ¡Î šj›ÃáÄ5Y›u »£ª¼2[.•Yò eü -.çëA™j=ƒPw¥ŸÃãËë$ 2)Yê K3byò¤2Hd˜È­'c–gO>‰Ô‰dBârO¨Ü Ò+¯ˆßD¿í}™@féü2úYô%G7wŸRòJrµðjó×CÙ1 -endstream -endobj -362 0 obj -<< -/Filter[/FlateDecode] -/Length 131 ->> -stream -xÚåP± 1 íMá¸Ü…$÷ß> ‘ *J -ôŒÊ&Ï!:`l¹°e7.š9W‹ ‰°L{áYF6e«¨]âRpPœ‘<…8ÍwýÇd¢¡QÜy‘âÊ;Û×ËíHqØÌ¡î߶-pᘌããß~|óú‹–¶O˜¨Öb -endstream -endobj -363 0 obj -<< -/Filter[/FlateDecode] -/Length 253 ->> -stream -xÚUÐÁJ…PàÄ@8¾@à¼@Ç£½^„[A.‚ZõÕ²EQ»@]õZ.zÁ¥‹ƒ§&¸ü0ó/¦Ì¬¶m UFç9]ì.,Y›éª¤ªÎuYÒsFoTÔ™¶Ìn—ëzÿÿâéUZ•>bO¥·XQi{GïŸ/*=Ü_Q†üÛkúöÞ»ˆ ÌÀôÌ(t`0 X6bàºU@¡óBÀ Gzf:0 ˜…,B ÜFV!^˜é™q£“ЀYHÀ"ÄÀ X7Bà…€˜ž…/0m\‚Y8‹pÆONÁ*œ¿ÁÏõ?ê¦U¿‡Ë[t -endstream -endobj -364 0 obj -<< -/Filter[/FlateDecode] -/Length 133 ->> -stream -xÚ354Ñ31S0Ð30P06Ð34Tе4Ð36r õ Ì,ŒôLMR  -ŒÌ õ  €ÐÜÜHÏÂUGr.—“'—~8P—¾P —¾§¯BIQi*—¾S€³‚!ázº(400(0  ÃÿÿF> -stream -xÚ]‹1Â0¥ˆtMž{í³§D - á *))@P~æ§ä Ð¥ˆ0‡(ÐT»;[““Σ–Z#5Zz‡¶&i ­%iúÆÈšð@xBò,hü` ¯ÿ—ýÚjÇ"¨; Â/çkªÝÌ‘8cX`z¦˜ú—˜Ä˜Å£ªao\¥;“¥ü‡¨D) -‘÷Ld¶§ -–¶o¿9¡ -endstream -endobj -366 0 obj -<< -/Filter[/FlateDecode] -/Length 202 ->> -stream -xÚ½M -Â0F#. -¹Dç¦IMú³ª‚YºòêÒ…¢k=ZÒ#tÙ…4ÎLEð%ðH˜oÂÇsÆ*›VZƒÓÊ”0+µš[°Î¨¬„¬H•sp2p«rèäyªŠòãx‘•—És2Ù`D&~ ÷Ûã,“j·ƒïáéWBè&ˆ—¡ˆŽÐƒš†uL‰'!Œ ,z*ð&4Sl"BD„˜°øÝ¢ï”sÃïò/#gWlý±Éög—=³qt/×^î?½nLu -endstream -endobj -367 0 obj -<< -/Filter[/FlateDecode] -/Length 201 ->> -stream -xÚ½A -Â0E+.„lzçN’š´ÍªPÌBЕP—.]Û£y”Ácf¬‚À#3ù?|¾ÕM -•«P;˜8…SÆjÌäe†ÖÂ^à ŒÒhÐ)Š K÷ëØEí…ÜFË(Ò¯àr¾„¬×3Ðq~~MBHFEH £šd—÷ADG¤ Íq£aÑR¢–r=(qGx~o¼ãWÖ±ƒ½ü˃'ŸÖ¨?n’;íÛ­úƹ{±ðbó4ŒIN -endstream -endobj -368 0 obj -<< -/Filter[/FlateDecode] -/Length 173 ->> -stream -xÚÕÏ; -1౓4¶vÎL2I Ú® -¦´òji¡(X®7Û£xË-×ôøàŸdDA‡ˆV[‹d­öc§€Á“Ž„‘œvÜÑsÉ´ü¢sÚ»Ÿ•íAeI™ *³àeÒϧË^™l5EâÜÄ4Ãú9¨óºê}([-w¡r˜J(„\€®Ð®Ì­ü>õ‡þÀhijžÔú‚òÙt -endstream -endobj -369 0 obj -<< -/Filter[/FlateDecode] -/Length 249 ->> -stream -xÚ}ŽAJÅ0†'tQȦGè\À4‰i¡«ÂSÁ.]yŸKŠ®oVñ"9B—]„Ž™h‘‡`™Ì÷'Ó§\‡Zi­V¦Ç3“ -‡®5ªë±3VÙŸÑi£Z¼;kÕ¹=M<<ÉÃ(›ûäÉæ:)²oðõåíQ6‡Û 4©þ.ÇK¤D &òPÐ ÒÀ´& ‹ˆP‡Š|j -å<ÐRÎÅÂgm‚ãB0ø ÿ‹wÆ'ƒNÀM;¶Œ"!f” +c©x¸4Í租|N­XØ Õ®yÖ ikQì¯ýg|ðCžÿóüŸŸáïò ny5Ê»/“æâG -endstream -endobj -370 0 obj -<< -/Filter[/FlateDecode] -/Length 279 ->> -stream -xÚ]Ð;NÄ0àY¥ˆä&GX_'öæ!ª¬HJ -Ô17‰‹ä.]DÆvPéSF™ŒÇ£kU·²RU%ëJéF^.:Y·ZuF¶Ú(s)Ÿµ|“µÑªédÅO{0êÐþýãéUœQ>rŸ(o¹E”Ãüxÿ|åéþJj®S9\KZ '$9‹,Œ¸°=Îì=Œ¶@—‘ËÑä3œö4G—Ý&ýêú ƒD«K2Ûœ£>ºèTqÏÎ|:Û[yØÑö¾~ d‹mBš™Î"ˆÚä1ˆgNpîwô+ -ÿÄäâgÚ1Ì·}8 9 ¾{N.CÇYåœ@±¦·Ä<ÉÆÍdlÌ\Ü âá&î' -endstream -endobj -371 0 obj -<< -/Filter[/FlateDecode] -/Length 241 ->> -stream -xÚ­½J1Ç'lH³°óf“¸Y½*p*¸… Õ=€ZZ(Zg}³{”t¶[n±ì8sŠÚJàGføÀDßÙ®GgÃè¬ßàIàá »èm¿ÁÞ">x|ÆÎyÊëC°§á§ãþÉlÓîXgÚk–˜v¸Á×—·GÓno/Ðó|‡Kœ žºüE]ý+ Q9M¡"é8 R Máu]jštihÖl[ª)ÓZÍD«â úÆ_ø¼A4 P(IáßZ±z©ÆÌcâ¶}s웢Hr’,Ç¡@I„&ÚCÃ&v›«ÁÜ}qؼ -endstream -endobj -372 0 obj -<< -/Filter[/FlateDecode] -/Length 280 ->> -stream -xÚmMJÅ0…oÈ I—ÐlÀ4ék+ž -v èȨCŠŽ›¥u)YB‡K®'}>Dn~Î9÷v®5m¯­±VwÖ¸A_4(.uÛ9Óºwiýìô›n­3Õyõ‡Æú¿?ž^ÕqRõ#Þ©úOT=Ýé÷ÏUﯴC}*§kÍ%3/43¼•¼f¢‚ öÕ&™ÆM&âMn"C¸JE,™ËàµÂŽ1Kî˜Ïð;ø HP÷‘ H°XˆfA0Ǧ -'¾‚s(s‚*̹$&q”vP†ÿ…ÿðõË”S‰ðƒ$y“Hs3±À,B‰—2Ñ ëœ -Úp] #Á¬"åfq¤n&õð êàÏû -endstream -endobj -373 0 obj -<< -/Filter[/FlateDecode] -/Length 276 ->> -stream -xÚ…1n„0EQ ¹áÌb°×€Rm)‘’j¤L±«¤ÆG›£pJ -´“{#mµBzÒ ïùÿOmœv VºªÐUÚÔxgehÑ5F·cµ½ÇOƒGtÖèºÅJ¾fgõ®¹~ññ­ö½*¢Så‹HTÙ¿âÏé÷K•û·G42‡±Bfè˜x†L8B"ô1tt´Ààsš3š2žSšr^R >'4vÌ ‘ˆfƒA8Ɇ˶Y6g´ˆK.¾ƒ/b&I5AúÏð'&\•sÊÓ%ÛUªÍѯ|ðÌL‘‰p-{›°ê!¾ÝöÄ.[ßè%¾ÒE2H É#-$[¯ï2‡;o7WϽzÿùpýU -endstream -endobj -374 0 obj -<< -/x41 253 0 R -/x42 254 0 R -/x43 255 0 R -/x45 256 0 R -/x49 257 0 R -/x4b 258 0 R -/x4c 259 0 R -/x4d 260 0 R -/x4e 261 0 R -/x52 262 0 R -/x54 263 0 R -/x55 264 0 R -/x56 265 0 R -/x59 266 0 R -/x61 267 0 R -/x62 268 0 R -/x63 269 0 R -/x64 270 0 R -/x65 271 0 R -/x66 272 0 R -/x67 273 0 R -/x68 274 0 R -/x69 275 0 R -/x6b 276 0 R -/x6c 277 0 R -/x6d 278 0 R -/x6e 279 0 R -/x6f 280 0 R -/x70 281 0 R -/x71 282 0 R -/x72 283 0 R -/x73 284 0 R -/x74 285 0 R -/x75 286 0 R -/x76 287 0 R -/x77 288 0 R -/x78 289 0 R -/x79 290 0 R -/xc0 291 0 R -/xc1 292 0 R -/xc2 293 0 R -/xc3 294 0 R -/xc4 295 0 R -/xc5 296 0 R -/xc6 297 0 R -/xc7 298 0 R -/xc8 299 0 R -/xc9 300 0 R -/xca 301 0 R -/xcb 302 0 R -/xcc 303 0 R -/xcd 304 0 R -/xce 305 0 R -/xcf 306 0 R -/xd0 307 0 R -/xd1 308 0 R -/xd2 309 0 R -/xd3 310 0 R -/xd4 311 0 R -/xd5 312 0 R -/xd6 313 0 R -/xd7 314 0 R -/xd8 315 0 R -/xd9 316 0 R -/xda 317 0 R -/xdb 318 0 R -/xdc 319 0 R -/xdd 320 0 R -/xde 321 0 R -/xdf 322 0 R -/xe0 323 0 R -/xe1 324 0 R -/xe2 325 0 R -/xe3 326 0 R -/xe4 327 0 R -/xe5 328 0 R -/xe6 329 0 R -/xe7 330 0 R -/xe8 331 0 R -/xe9 332 0 R -/xea 333 0 R -/xeb 334 0 R -/xec 335 0 R -/xed 336 0 R -/xee 337 0 R -/xef 338 0 R -/xf0 339 0 R -/xf1 340 0 R -/xf2 341 0 R -/xf3 342 0 R -/xf4 343 0 R -/xf5 344 0 R -/xf6 345 0 R -/xf7 346 0 R -/xf8 347 0 R -/xf9 348 0 R -/xfa 349 0 R -/xfb 350 0 R -/xfc 351 0 R -/xfd 352 0 R -/xfe 353 0 R -/xff 354 0 R -/x22 355 0 R -/x9d 356 0 R -/x27 357 0 R -/x2c 358 0 R -/x2e 359 0 R -/x3c 360 0 R -/x3e 361 0 R -/x5b 362 0 R -/x5c 363 0 R -/x5d 364 0 R -/x60 365 0 R -/x7b 366 0 R -/x7d 367 0 R -/x31 368 0 R -/x32 369 0 R -/x33 370 0 R -/x35 371 0 R -/x36 372 0 R -/x38 373 0 R ->> -endobj -21 0 obj -<< -/Type/Font -/Name/F8 -/Subtype/Type3 -/FirstChar 0 -/LastChar 255 -/Widths[514.46 514.46 514.46 514.46 514.46 514.46 514.46 514.46 514.46 514.46 514.46 -514.46 514.46 514.46 514.46 514.46 514.46 514.46 514.46 514.46 514.46 514.46 514.46 -0 514.46 514.46 514.46 600.2 571.62 571.62 857.43 857.43 514.46 514.46 514.46 514.46 -514.46 514.46 514.46 514.46 514.46 514.46 514.46 514.46 514.46 514.46 514.46 514.46 -514.46 514.46 514.46 514.46 514.46 514.46 514.46 514.46 514.46 514.46 514.46 514.46 -514.46 514.46 514.46 514.46 514.46 514.46 514.46 514.46 514.46 514.46 514.46 514.46 -514.46 514.46 514.46 514.46 514.46 514.46 514.46 514.46 514.46 514.46 514.46 514.46 -514.46 514.46 514.46 514.46 514.46 514.46 514.46 514.46 514.46 514.46 514.46 514.46 -514.46 514.46 514.46 514.46 514.46 514.46 514.46 514.46 514.46 514.46 514.46 514.46 -514.46 514.46 514.46 514.46 514.46 514.46 514.46 514.46 514.46 514.46 514.46 514.46 -514.46 514.46 514.46 514.46 514.46 514.46 514.46 514.46 514.46 514.46 514.46 514.46 -514.46 514.46 514.46 514.46 514.46 514.46 514.46 514.46 514.46 514.46 514.46 514.46 -514.46 514.46 514.46 514.46 514.46 514.46 514.46 514.46 514.46 514.46 514.46 514.46 -514.46 514.46 514.46 514.46 514.46 514.46 514.46 514.46 514.46 514.46 514.46 514.46 -514.46 514.46 514.46 514.46 514.46 514.46 514.46 514.46 514.46 514.46 514.46 514.46 -514.46 514.46 514.46 514.46 514.46 514.46 514.46 514.46 514.46 514.46 514.46 514.46 -514.46 514.46 514.46 514.46 514.46 514.46 514.46 514.46 514.46 514.46 514.46 514.46 -514.46 514.46 514.46 514.46 514.46 514.46 514.46 514.46 514.46 514.46 514.46 514.46 -514.46 514.46 514.46 514.46 514.46 514.46 514.46 514.46 514.46 514.46 514.46 514.46 -514.46 514.46 514.46 514.46 514.46 514.46 514.46 514.46 514.46 514.46 514.46 514.46 -514.46 514.46 514.46 514.46 514.46 514.46 514.46 514.46 514.46 514.46 514.46 514.46 -514.46 514.46 514.46 514.46] -/FontBBox[-85.7 -430.2 942.7 923.1] -/FontMatrix[0.001 0 0 0.001 0 0] -/Encoding 7 0 R -/CharProcs 374 0 R ->> -endobj -375 0 obj -<< -/Filter[/FlateDecode] -/Length 360 ->> -stream -xÚÍ“±N„@†çBA² /`rû. w°\#É©‰&Zùji¡Ñú0¾Øú&<•[ÆÙe÷Àx¹Z ø&ÌÎ ÿü¨ÍZä%—BJ^T¢(øyV -µâ*WB弬 -±‘ü)㯼,7"S\Ò­d.ÊÕï/lÛ°ôW’¥7¼Z³´¹åïoÏ,ÝÞ]òŒâ1l®8ÒÕC‚h,µˆ{Kìˆ4QŒšˆØÚ|¨{@›J¯P_€M«)<›æJ D½Mso Uu}°³ì9zv–:K¨*¶ G†ºD8Î8ÌÈ•£ÒnrGÆÎh?6£vù¶sÒùQæÔMÔž"ûMþµGiw‚Ži0ÑAµc¤ŠOô}ØÌDŸÞˆ_a«…Mc¶?ÄÁ}\âÈ c–ÁMû:8¬Û×iôNÄEÐcˆÐ;ÖÄÎoëd´m=Œ¥¬ÛÁË~ ûW$A¥ ÄèAvÝ°ûÒ¿ƒ -endstream -endobj -376 0 obj -<< -/Filter[/FlateDecode] -/Length 276 ->> -stream -xÚÕÓ1nƒ0à‡:Dò’#ä] ‚ÁfŠ”¶R*µSÐvìЪÃÑ8 -G`Ìá¾6~$"eª‘à³ÄCÆþŸ3kmG:Š8I´ÉøÚé$ck­ÎcÎä‘&üó[c´I9’+s©ÎÇ/ïj[¨ð™]®Â{vküõùý¦Âíã Ç2?N‹[¦ãð2Ê“`B¯ÀòRé÷´ô¾¦ wû[p²¯hÓ»‘âιwnåC=] .ƒÁ ®i×»ïi^õ>Œ¼ìÝŽ¼˜´,è ƒË9Ó%¦è þwfqŸÏ8—¹3Å  13èr…Ù«!“U0™ÛòŒ™Ç^€‘ÞÙ{ -{mªgzöoê®PO?%!c -endstream -endobj -377 0 obj -<< -/Filter[/FlateDecode] -/Length 245 ->> -stream -xÚ•Ò=nà `ºE,Y»å»@1Žm k~¤z¨ÔN9@Ú1C¢TbôÑr‘Á2%Šý¹i(r`à‰ÿWÎSV,€3Î!ËX.àE±L€’Yß|¦p‘çŒKྠ-U°Åí„Ýž.KšlAJš¼‚šÓ¤|ƒÓñû‹&Ë÷¤¾í–k ]y²cå ™9ç:¹ -U£,ªAµ(7¨ -è¬ïUGeƨ:£zÙ‘röš¨,Ê jéä˃æþ^ÏöŸïöF$¦vò¯.ŸPÒó½lTfŸFªPDaÖ4&Qc:5&¶“bÝ';(Ý”ôãdn¼ -endstream -endobj -378 0 obj -<< -/Filter[/FlateDecode] -/Length 178 ->> -stream -xÚíË1‚0àŽ¦'`ó]À×Ö£¬¨‰Ltòêè Ñ£yÀÈ@@ˆ-‰!FÜüÿá}ÿðˆ$† H”´Æ`bP’H -(Ž1Ò°Wp‚¨±"MÉD˜¼>ìŽ<µ\l.–`¦\Ø\Î×ézªÙÏiçÀڌ뺂:oÏ? öU‡Ñ(ߣè!ï8Ü{¸ydÌ¡ò(> -stream -xÚÍÓ±ŽÔ0ЉV"§¤½ŠøÈ:'œõV‘Nº- â€’‚Ó!m¸œ(ø-ó'.)SNÅ73I|Y´h¯$«µž“ØcgÆö”¶RºÔZ[£^^h]nŒÚÔÛÒ¼Rµ5åV«O•úª6•.·[¥égm]Öæ¯!¿d—»lýAY“­¯U¥ël½{«no¾}ÎÖ—ï^«Šúcw÷Fº<ÜQ‹ôïV4#I Ò¡§§Žß¡.Òz¥•>Ò¬±]ù5€¡“¨ˆÔÐE7Pæ’ÙÈ’ - 01Ç#pŒÇû™«%QâRä»™@l„î€>r¿ “5ò*íI¶‘çÑæþAˆ<ûyrÇ7ò›ùÈýñ$+¦p‘Ø9óýJ2ϥє MÈÃÕè  ‡R\÷˜KqµIH‡™†<üê¸ú<ó§Ôd?Šð[*áE|›H?'JxÆñr9 ºH:„d>8§ôñQ¹þ‘’ºñs|O'ÙÒ‚íÄ$ràÎlúÈÜGœ OáùÄö(iÍö‘û‰þ€æÊHf"¥ebϹˆ«œ\ƒÙÕ.{ÿ!f&d -endstream -endobj -380 0 obj -<< -/Filter[/FlateDecode] -/Length 311 ->> -stream -xÚµÓ½nƒ0à‹:yÉÚ{§üLHi+•¡R:õÚŽZµR·0ö±xÑ‚‰1¶äŒÉú ²}ÜÙ™Hù6ØÇ1JÉw Þˆ„§3!¸L0IS~+ñMà'¦ä\`LO’ïø6qg¼~°}É¢Ì%‹1£¾|Âﯟwíw(h|–÷§ÔÔÙ`{cyeŽdÑ÷Ólívì´;¸2ÆÉ“+˜]ÓB“Ç…qKø½1V,lÿ¾­c;æÂûö¿×V~*+oV>; -aÎyhÕB×ÅÔK{c¹ð¼§hÇåçuf×V­Ç}û*§î×½ïœ çdÃ2þ3>àqåºSë¢_{Ü@Ø­õE£³¤®µ©JM¦ÝSÿ;]Æ -@Mna¥†©A ØCÉžÿìé|À -endstream -endobj -381 0 obj -<< -/Filter[/FlateDecode] -/Length 193 ->> -stream -xÚíÒ? -Â0ð– Bເùck’N…ª`A' ŽŠÎ¦x±zàèP[b@Á¡®âû–ß7|Û“"&’#ŒẢ@_‘H€äŒ$ ‘.aÍaçÍê)É0z¬¶8Ó˜.A1L§ 8¦z‡ýqƒi6AÓ]Õc(‚ç¡öJ­ lY ÙF¶@¦ët MÏéšÔ© ÍÉ© -u²/ʽòO:{]Ú -y¯ë÷²^ö¯ŸTåÞ9m-<Ñxñý‡f -endstream -endobj -382 0 obj -<< -/Filter[/FlateDecode] -/Length 253 ->> -stream -xÚíÓ±NÃ0PG*yÉ'ä~Ç©]'™*µE"L|@ËÈ‚9AüXù“|BÆ QÌÝ9 KÏË;Ÿ­»åJkUU‚VZƒ1Ê:¸È* ”ÚÐ+ -µ2pÈá -W©•ÇUV-Ý÷û¹©evÕRfWP™Õ×ðüôr/³ÍÍrÌCZï@`DÞObŽ¿Ø÷"õíºÿrçÏ>ûÿ<Ì>žøüò+zœýöÓX°ã/Ð^ÄĉݲDŽ‘‡”|d÷ìNðhkr/­!‡á°ˆ©Á±=íW·"åæäŽv. ÈM°+Œ’OcÇ—µ¼ý 1 -endstream -endobj -383 0 obj -<< -/Filter[/FlateDecode] -/Length 293 ->> -stream -xÚ•ÐÍJÃ@ð 9Tö’>@Áy7óÑ -ª`‚ž|õ(¨èµÝGË£ì#ì1‡q¦›B õ 9ü˜dfö¿)‹•®—h´1˜çº¨ð*«ô2Ç2/užcQfºZák†ŸXšL×5~ŠªÖÅõéÄ˻ڴ*}ÆʨôËJ¥í~ý¼©tóxƒסlo‘¨‹ˆÈSp):€X´ÀŽÐxhÈ Üà{~ ‰¸#;#/mäM':8¯‡Ý~^ävŒ‚Dÿ–“‹mPJÑA²ï³úùváÜdÊòø)›òt§\6>v~’8û[w,÷w¬=IÒ-Èþ XŸ7.`=wÐô €y‰ã)#× €’ ö÷¡.ö4rà>ñê®UO¿Cök -endstream -endobj -384 0 obj -<< -/Filter[/FlateDecode] -/Length 273 ->> -stream -xÚÝÑÁJÄ0à  ¹ô:/`šn7I{ZXìApO>€zô (xkm¥àqKãLÚ.*®àI°½|d2ùÇF×6V›O §}‰ÖUÚ×è*«kƒw>¢]–Úäß›…våç·jݨüUù%VK•7Wøüôr¯òõõ´—Í9†møë~ýŒðoÐ¥#v#z€U=;eœ@è$ƒv÷‘…´Œ6ìaÅa€Œ ¨.¤9ƒïê’rÂöq0¡ÿ ð8ÚÏ¡çož#¿†c‰A%s˜”êo;n²ðGðšRaÆ žb´+ÎKRq‚ > -stream -xÚµÑ1N„@ÆñG(H¦áû.àË, ɪ‰&Zyµ´Ðh½Ï›7á”>ß&šlk(~™ /äýqum÷{ÎmžsYZWñEQÙ}ÉΕ¶Ü²Û¶jø©àWvycëŠs}\U[·ý;ñøbÉØ5&»á]e²î–ßß>žMv¸»äBÏ˱»bàDà) -ÑQôŽh#>øc,C$ }$“Ny’µ‘Ž¿Ð±@¿ÍxEçC<3&" - ŸþŸEgð+4vÐ +ƒî‡~E·mu3 ýð¥ARàSó$@ˆc -écB¶½ö—º-­½¾+á!æº3÷ß_ñ  -endstream -endobj -386 0 obj -<< -/Filter[/FlateDecode] -/Length 273 ->> -stream -xÚ…±NÃ0†/òPÉK!÷8Ic:U* ‘ &ÖHбæ†7ó£Ü#dôå8(D °e²å³îÿ\YšÒ¢l%Öµ±O*oNk´^îZW¿Æ‡ -Ñ®¼qk,eZfìj^q¿×ÛFwè*]\¡óºh®ñùée§‹íÍ9Êmó~l.9‰¹ƒ…`ÈÄäÄAq·$YÄ3)aý¢AŠcFéÔóð‰–²#FhÃœ£Sß |Ìñ×HO¤ÙÿÑýŠlBø É_ˆÐOÀ”–û´ƒ˜`jGñÂAô,™_E–âQ%ƒÅYyƒƒôº¡)ŽØå ]QJ.Fõe£oßÆKþ -endstream -endobj -387 0 obj -<< -/Filter[/FlateDecode] -/Length 359 ->> -stream -xÚ¥’ÏJÄ0ƧôP襾Aç̶ÛÛ‹…UÁ=zòº =(zÞ>Ze¡Ç–Ž3IeALi¤É|óe&MÝ›M‡…) -¬*S·x¹.;So°Y·¦ï°®+S­ñ¥Äw¬ûÊ4%ò´ma6ç!Ïoév—®ž°éÓÕvòÝÝãçÇ×kºÚ>\c)s?ÝÝ 3EÌñ[Øó  O0ð˜X ä d#a`¥…ƒ,MBæ)™pVÆ„¤Œ,©ª¼?œ”ðžëú|L>?“÷£TLÞ/“óŸ31$º$s"q¼ó*¯äüB;¨²ðÀ|Êyø…ù³À8PÒ¨U«ù²À8âOǘy_ˆO·‘xôôÿ£9}‰!J$Ë4iÞhTÒGÇ#ìa8áò†¸Ocæô¼¾|¾9võ׆k½yÌ\¥Àâ['çr÷Gú¢÷ ¤z¿d ©I‘ ôv—>~ЫŽ* -endstream -endobj -388 0 obj -<< -/Filter[/FlateDecode] -/Length 206 ->> -stream -xÚíѽ -Â@ àHEá¡y¯×Ÿ‹íT¨ -vtòÔÑAѹúf}¡c‡ÂyW«(ê*&C¾ „+x4@Á…@ßça?ä>¡ %—’.‘À•‹[”Òã‚Pè¤(à= ,7,I™³@"æL0ô™“Nq¿;¬™“̆èêþÚ¦#TyW™È¾@uƒúœ­Y -À®Q˜³ ÎñѪqRy«†ƒNï[i´ãz[¥JˆÑzõºÜú5%\ã-Ø8eó N{Í -endstream -endobj -389 0 obj -<< -/Filter[/FlateDecode] -/Length 162 ->> -stream -xÚ360Õ3±P0Ð30P06Ö31SеÐ36S023×33W0³4Ñ32SH1T(T02²  €ÐÜÀHÏÌECr.—“'—~¸‚‘—¾‡‚… —¾§¯BIQi*—¾S€³‚!ázº(ü?ðÿÃûÿä?üaàã ìX1L¤¤¬÷?™øûLüˆÿÌ€p¹zrvŒÏÆ -endstream -endobj -390 0 obj -<< -/Filter[/FlateDecode] -/Length 131 ->> -stream -xÚíË1 -B1Ðtžb.àf6ÙŸ´_SZyµ´Pô~ËBø¬D½3¼bŠQI3„E ÊÑ0ͬ†Ð‹Ârâ"Øw8!ÄÀ©‡´Z‰ìí°;ÒPÉo -ù%²’¯+\Î×ùa=C×ökÖ9ÆÛäîܧG3þý侄•6O—!°¬ -endstream -endobj -391 0 obj -<< -/Filter[/FlateDecode] -/Length 248 ->> -stream -xÚíÒ±JÆ0ð+ß b!÷¦Í×4ô› -Ÿ -ftòÔÑAÑ9:ùZ_¤Ð1Cñ¼´ - -‚¸9˜[òËq—忱޸+SUè¬i׸ߚÚcÛzãt®6õ/-Þ`ë\îW\®±Æo¾ \\Ëmå9ÚÊÊò'Ëp‚w·÷W²Üž ¿†…á©W4¢Wˆ”_F3&M=3Æ¥ 3úb#ÄŒGzX% K(A}1Æ t"ØãÝÅÀ»3v5 ðÌPãå;‘ñôâï|F‘¡¿Ã*£û"#þãÏ€ÓÄâÄÁr~ yäÙλ| -endstream -endobj -392 0 obj -<< -/Filter[/FlateDecode] -/Length 203 ->> -stream -xÚíÑ= -Â@à )"‹˜#d.àf“ýQ«@T0… •PK EëèÍö(9‚¥…0.‰ÄBà¼æ{Å«Æ$‚(¸(%WûC. ê¡æ:E¥$—)nÜ£Ö)…‹Ò 7£·ÁzÇò‚Å+4†Å3ÔŠÅŇӖÅùbŒ‰ëM-&H6¤Ê'²!”5îQ+@P£ÊÎ~ Yì€* KÐ [Dt…Ò¡›=Ñ)[Ý s€Þüüñ¸×Ü ¹¯`Ó‚-~< € -endstream -endobj -393 0 obj -<< -/Filter[/FlateDecode] -/Length 258 ->> -stream -xڵѱN„@à!$ÛðÌ ¸À± \uÉ©‰&Zݨ¥…FköÑx’‚Üø»wlÔäJCÈÇf3³³?ÖluÛp¡‹‚«J›š¯ÊZ7Û²ÐÃÆ–ºÞòsÉolì´\à1u«ÍæwÅÓ«Úw*?°mT~ǶVywÏïŸ/*ß?\s‰õiÙÝ°È‘v"Nd ÈKD=\`'ê)C,c]*3Al.Ô»ïj¼ß(Í  Kæfoê&oâ&4—!q£7ÞÈ¡½à€ óÒEé$ý——Î s®sŸý{¯pï³³Ï' 9­¹­9†\לGäÃ3¥ðw?ÿÓ‚Jqê¶S_Ç -endstream -endobj -394 0 obj -<< -/Filter[/FlateDecode] -/Length 271 ->> -stream -xÚÍÒ±NÃ0à³*Õ’—Gºøü_šÒÙ6 ³Îaå­kñ¬rξ9·¡Åº^ÙU…%>£g‡r5um]8*¹2›ÎwØxS\c¦ènðõåíÑ›Û ,y}Xv—Hƒ¦˜E½8à`Àw&XÁBš ¸ÈéúH=í`- ÚCÎP‚,J}&h"~LXŒˆ3Ô1†ð;¸Û¿Ç)ý<×|ä9„K -JOLMarªc¼ýxÎ]€G£KÅÕ é%cH$™)*íÅu4nú‘~­Sa®:³ýlFšg -endstream -endobj -395 0 obj -<< -/Filter[/FlateDecode] -/Length 193 ->> -stream -xÚÕÏO -‚Pðã!z¡¹@ϧoü· -¬ A­:@µlQÔ.¨£yàÄ×3ÑÂÄÀoø>˜Å%\ -.F19Î2.$‘óL/’\Fx ñ‚2#ž¦(ôPò$ÿ98œYQ²`”°`1± Üàíz?± Ø.0ÔyˆåUåuf à5ðÐÖàk_àhÚpíÊêÀÕ•gúqÞ;y~5XY - U;½ß«Zæˆö  Ÿ•­J¶{%ÍÈh -endstream -endobj -396 0 obj -<< -/Filter[/FlateDecode] -/Length 279 ->> -stream -xÚUбNÃ0`[*yÉ#ô^'ÁNÚL‘ -Hd@‚©k%`dÁœôÍÌ›o¶UßN‘ZEú’ÓÉwì³Ë† -[„O_ÓUYÛ¥#×8[zòUië†^Jz'W5¶^QÇ×+ë¯/O<¿™ugò ygò{ªj“wôùñõjòõã •¨§²»%9¨ö—…Õì‡E)µãÔ¼×4™Œšy!Í¡•#ìE4“"²;©à÷¿ý™m2C;’±ÁƒÒIt8`aRõŒ¶Zð3ÞÃÙ)O̦XB2¶·rLÆ‚07$q¢3ÇkrHkÙw_JjÑÂä6&‡ Là8HÅü¸‡˜rÆ:Fç9ª–³¸—4à_Ì]gžþªRÒ™ -endstream -endobj -397 0 obj -<< -/Filter[/FlateDecode] -/Length 203 ->> -stream -xÚÍÑ= -Â0ðW„,ÁwÓÔ¦]ª‚<€::(:·Ð‹Õ›ôŠñ5TT\$ð yË?²¯x8@Á…@/äÊÇ^sùAT7Bêû×îЗ}(è„Rr¡ž7V[kæ.QzÌ¢RÌÕ3<ìæÆóRU7O=Fc2cÒo¶Þ{y±zðü`i-¬¹5µBme-ÀIჷù?·„_-(çnᘠµ%$å Ã6% С_è’9$d嘔M4[\»J> -endstream -endobj -398 0 obj -<< -/Filter[/FlateDecode] -/Length 204 ->> -stream -xÚíѽ -Â0ð“•,]ïLÓ¦‰: ~€|utPÜôÑò(}ÇÒóbQ| ¿ƒû‡ƒ³‰’½*©j-3‹íÄÊŽFÓ5Ò¤˜eZêW nјT*‹Š_f9a^Ëä"^ µ"žð´ˆó)îw‡µˆ³!&Ü×m>Br!Q}R ?âÊ ‚Aå_qùŒâ ÎãüŒ³‡ ˆšT-ˆ *»ÀŸŠ£Ÿ|ñ=!¸ƒ³Q ^¦rbœ‹ù ò; -endstream -endobj -399 0 obj -<< -/Filter[/FlateDecode] -/Length 329 ->> -stream -xÚ•ÑOJÃ@Çñ²Ìf¶®œ¹€“¤Mó„@U0 AW@]ºPtkZz±ô&9B–Y„y¾7“KW’üà˜¾¤¨2³Èub’D/V&©ôUš›b©‹<5i©³efª\¿¦úCËÜ$¥NèÊV©É«Ó7^Þźñ³.KßëU&âæA}~¿‰xýx£SzöÍ­€KZ;ü‡$NP#vÊB„âÐâ=ž0¤I:‹¸™¹'´?Œ·tfæŽþ<ÝýÌȤ/h‰´–)™µÀ‰8ÎTŽÓ‘jº€v$N FfÍ”ã5ÔLëI=ÌáÈhøÕq&2ÃÿRvÌMØ÷ŽÁžŠ¶ÌÎqç¹=vØ…!³§².Œ<#7ä"¦<£tC.b*Oå†.Ž³ÏXû?ÇEÌÖ³u;%:¢ç<.¢gäXîwxú!¼~§ -endstream -endobj -400 0 obj -<< -/Filter[/FlateDecode] -/Length 328 ->> -stream -xÚ…Ò½NÃ0à‹2DòÞ ~'ÍO;E* ‘ &@ u"©úbé›ä2f°bîÎ)¥„<|²ìóÏΗZe©ÔJk™æJ¯äyªW*Idž-T©e¶ÈÔª‰|‘y²T…–4Š,Sºüòð,Öµˆïe‘ŠøZ–¥ˆëùöúþ$âõí…Lpî¦õ¥€Èöÿ9A`íÆ’v‡ú¨olK¨‡ëhG†(5h5‘sD²"+; #Ù˜5¤%Ã/;” -ÙÏnQ*hÇúÖ'± €õNlSè4l&rnØ6•S³#èÆy6 ¬ºÑÑ ¼¹3ßmƒßíÂSûèÔ¡úÃfÞwÐÎçÌîg·d_awÐ.r¶¡¥3صÀ9 Øvœ¥´GéЈҠUËv>Ûó¿°f€5P±Ö³¬¸ªÅÝ'WyÓ -endstream -endobj -401 0 obj -<< -/Filter[/FlateDecode] -/Length 450 ->> -stream -xÚ}Ô1oœ0p[HuÄBÇ QðGÂqÓIi"å†HíÔµR›1C«Vʆ?š?Š?‚GèÜ÷ž 8D O? ÌóßÆM]o«íNÖU]˾j;yÕtÕ®•ûë›j[Ë®¿©öµüÕÈßrßvUßÊî¼Õµ¯^øùœßóÍwÙ4Û|ó ûë|s|”ÿü{Ê7·_¿Èx¼“>^'NE1V@qlˆP +iz•Q‰ØŒ†Çu¢“P<Š¡X¢±X4ø±\‰M:¬ä’'Kï“>¯T€Tì圤Å$2EÐÉ–“2PÌg¼Œ2"ˆ“vC ƒNØShD=ÉeøÔ²…(M2…‹: J—¡ IÏ*ƒ8Ê’Ô¬"‘›Ä‚D¢1jŒÊVâ‰üJ,2x­—¥Ø,/K× >‘AM³/Ix‹šRa‚š„Íy¶¤ b”ü@¢mái§ÍrEPXž°škù¤>~#ÆXH¦ô¾l”+SrqL¥RÜáŒÑ‚À”Þ—ŸeßJÍ)nPz’ö‰2…ÅÄ>?ñD†Noƒl8¢\8;â_5†seŒ 2Ÿ\ùý1ÿö^> -endstream -endobj -402 0 obj -<< -/Filter[/FlateDecode] -/Length 274 ->> -stream -xÚµ‘AJÃ@†S fao`ßLg&iS7 -UÁ,]yuéBÑ­æh9JŽeáýΟ8P ]Jø3!ɼïË}‘®7bSkÅY›f9óë°WH¶:ç£"ÏÓ|%ÏNÞć­Ì -/gOßééÕlK³|”Ì™å­8nå|¼¾˜åöþJ¸—åµhuàÐc ?ºS  4áÑP)& -*ú@7i犆,5¹TTä[‘Œh‚žL ]d -mwhf©#ó‘ê hòð»‡þÏϸöݹ8gœ™ó÷¿>Ht4ø¢7ú£Gú¤Wú®éþÙaèÁ.ìÃNìÅnìÇŽì9tmÌMi~#´kš -endstream -endobj -403 0 obj -<< -/Filter[/FlateDecode] -/Length 270 ->> -stream -xÚµÑOJÃ@ðþ³07°ïN2ÓL7-T…f!èʨKŠnm¼YŽ’#dÙEyÏù:• K ?†¼÷}…-õ¢¢\ç9¹J;Gçvá?•47¥®•E¡ G†^Ⱥ =Ï ÉÕÆî<<«u­²{Ye2Ö¿êz{}RÙúö’pÇúŠRN¼O¯õº­p¿òf»TxŸóÔ 4°eiWA7óR––LYö0x}ˆ,ƒÎŽÚÓ“ ‹&¿ëaô&ÿ3ÎgÎþs¯fyÜÙïÏ!“˜òBnÈ9"OäŠ|cÖȽ = ô‚~ÐúBoè¯ýî½¢_u]«»/³E{“ -endstream -endobj -404 0 obj -<< -/Filter[/FlateDecode] -/Length 124 ->> -stream -xÚ360Õ3±P0Ð30P°0Ö33UеÐ36S024‰¥ÍR  - õ,Œ €ÊDÖœËåäÉ¥®`hÆ¥ï&=}JŠJS¹ôœ |×ÓEá‡üöÌ Œ Œ HÄ?Àü€ý‡<—«'W ‘! -endstream -endobj -405 0 obj -<< -/Filter[/FlateDecode] -/Length 280 ->> -stream -xÚeÒ±N…0`7’.<ç,…K&’«&2˜èäjrutÐèÌÀÀcø,„7`d ÷œþÞvøÒ6Íÿ'­Mr¥d´1d3m-]Ç6×CIfud)MXz‹è“’øFÛœÌ6#c:µÿîœ>Ô±Tá ÙH…ÅF…å#}ý¼«ðøtKÛv)ËòŽVÂrÅ̈œMÀø -ôL´@'Ô€øÌÌËT3ýê2-Pà¹,>030@ÅŒ@¿º B Ô@#x.[‡-Ü¥`&` w¹èÑs¸C'Ô€øÌœ;8Ìœ;8\>OÏv:¡<ß ˜àðŠü®ƒÐ5Ðà ¿‚º/ÕóÄS - -endstream -endobj -406 0 obj -<< -/Filter[/FlateDecode] -/Length 159 ->> -stream -xÚ35±Ô³0W0Ð30P°0Ö33UеÐ36S01³Ð31R031Ñ30WH1T(T0¶0Ñ3*B3S#= ɹ\Nž\úá@\ú -æ\úž¾ -%E¥©\úNÎ -†@>„ëé¢ðÿÿÿ‡ÿÿɃ`’Dþ“ÀdˆüÁ$ÿ0€HL’¤†¢r”¤ ÙÀ¸H.WO®@K¼Z -endstream -endobj -407 0 obj -<< -/Filter[/FlateDecode] -/Length 333 ->> -stream -xÚ}Ñ;NÄ0Љ\$r“6]|œ„8»Ùj¥$R AÅ€’ÒvñÑÂM|„”.¢ ã±ø -¡H~ògÆ3NgvºßªZ×µêjÝìÔI¯Û2»Vwڣ뭺oÔ“2¦Õí©ªéÛt§Ú˜wò0ÈêVu­¬.Õ¶—Õp¥^ž_du¸>S Íãt8Wˆ.Aô¸äÄ ˆ F–(ý -ã¹_h„÷9Mü\"x7":NˆÃ8èm(lŠ”¯°"Q^ŠÏ ùd¡ìÿ⾘RÆåÌ22t‘ü/ŠÀüA±²È¹\Ï$Œ ¤‘<°Rï|ÁÞsÊ1‚Y0.e¦œ±{ÆÀ -áYqŒO™™Ê§uW2Óž±ÈP×k†«`–”¡ÇfJf]gèy Õdü¨é0B±F–ˆÌ™"6ßéÿD^ òæ(‡M‹ -endstream -endobj -408 0 obj -<< -/Filter[/FlateDecode] -/Length 333 ->> -stream -xÚÑ;NÃ@Ðq,ÅÒÉ ’¹þ€ib)€„ $¨8PR€ %>š;®á#¸L±Úaf“ -¥xYkv>;E¾‰ë -Ó8M1Ïâúϲ2®.°HùTc™çqZáS†¯˜—V`Ê¿’ÿÖ'7_Ì®5É…In°Ú˜¤½Å÷·g“ìî.1ã³?¶WHt€†Q!c`ïhdÖŽ†ÈBä¨kBGQ82àlD4À§ ”ìùÎVR1£²aýOü½¶Ö's ©·ô¥ˆþàêºÀ*Ò.‘ƒ¥`¡F™Hý˜‘g24ãC¬ -¡‘¯àS¾Ðè«sgÂVžéÅù3Ò.Žcl£ŒK¥nr‚Äž2›`™ÿ ÷,,ºP;ë"í³_k×C£ï)õzÞX OÇ[Þ­f—Mû½Ëúù]ø«>ÏÀ qæº5÷ßÔêg> -endstream -endobj -409 0 obj -<< -/Filter[/FlateDecode] -/Length 241 ->> -stream -xڽнNÃ0ðJ"yÉ#ä^ ŽÓ8v:E* ‘ &Š`N£¾Xò&~"—V÷G‚ ˆ‰»á§N÷Që­l,)©U•Ô†Ö¬ Õ¥’M¦ÞH­é¹¤=ik¤mHÓ%›Ÿ O¯b׉â‘j+Š[²[Qtwôþöñ"ŠÝý•çšËîšN—HN‡ qá ô áaáŠp^ ‡îKôOp€ LÙ˜±3 9lYß³ŽØk‚G˜°1…;çl€¾…=ëpçx„)áœÁœ -ë¡ë!þ7Á&põÇøöÿÖaþN<| ¯¦^ -endstream -endobj -410 0 obj -<< -/Filter[/FlateDecode] -/Length 311 ->> -stream -xÚ­ÑÍJÄ0à”º¡Wo0MíßöTXìAГ =( -{Û>Z}“>B–Œ“IWüO¶‡@f2?UÙêuF•Ñy 'y­›ʶÐUuYjÓÀ}OP–….NÁÐ_×F¯DÜ=ªM¯²[¨ -•]BÓª¬¿‚—çוm®Ï §s8öçàvˆøn]B¼Y!ºÈ:‘àè¡Oâ@H]`@Fâ@@Fz±cè½ÇRnbä×!"âh)P:®:ÅÁ·‚8Jîv¢6cÄYp–+¶.õ¬9ñcÏþÀêÄwö9eƘäWÄBô›Õù‰«!æ’†$Ðq#ú¶MzvꘙnÒR-ÅÑR÷:Þf:Ó\pà)áÈk¤X?Aº :‚FEÉÕE¯n>¢=kJ -endstream -endobj -411 0 obj -<< -/Filter[/FlateDecode] -/Length 338 ->> -stream -xÚÒ»NÃ0àãFj%ä Z¿¹@n]©€D$˜x`dÁš†‰× -o’GȘ!òá·Í­U”á‹uû\’&ë ÈUD‘Jâ 8QÇqä§*°*T–$A”«ûX=©$öTEx2¼{_Ü=ÊM-Ã[•¦2¼TùZ†õ•zy~}áæúLÅX»e}®˜y¬Q&"ôDh=-­¸Õm¹kx$„Â%÷Â%w „—Üúìi©UqÈ/˜¨È\\ödÒЖ7ënai÷é|ƒ&2Œ¦ƒ)…D¿màƒ{ÄÅ;|ÜÞp-!OKÅš–Ž#Bf_0Í0 Î#lwiÿMw{4¹¾Ìv,sƒ¦ùøÍz²`•‡võ¹©4fFhwžiÍfÒh™™;¦O+m ØÚ¿ÀcûO %ò¢–7Ÿ\CÆ -endstream -endobj -412 0 obj -<< -/x43 375 0 R -/x44 376 0 R -/x45 377 0 R -/x4c 378 0 R -/x51 379 0 R -/x52 380 0 R -/x54 381 0 R -/x55 382 0 R -/x61 383 0 R -/x62 384 0 R -/x63 385 0 R -/x65 386 0 R -/x67 387 0 R -/x68 388 0 R -/x69 389 0 R -/x6c 390 0 R -/x6d 391 0 R -/x6e 392 0 R -/x6f 393 0 R -/x70 394 0 R -/x72 395 0 R -/x73 396 0 R -/x74 397 0 R -/x75 398 0 R -/x77 399 0 R -/x79 400 0 R -/x9d 401 0 R -/x28 402 0 R -/x29 403 0 R -/x2e 404 0 R -/x2f 405 0 R -/x31 406 0 R -/x32 407 0 R -/x33 408 0 R -/x34 409 0 R -/x35 410 0 R -/x36 411 0 R ->> -endobj -28 0 obj -<< -/Type/Font -/Name/F9 -/Subtype/Type3 -/FirstChar 0 -/LastChar 255 -/Widths[549.87 549.87 549.87 549.87 549.87 549.87 830.21 549.87 549.87 549.87 305.48 -488.77 305.48 404.92 427.68 427.68 379.38 379.38 549.87 549.87 549.87 549.87 885.9 -0 427.68 305.48 336.03 641.51 610.97 610.97 916.45 916.45 549.87 335.03 549.87 916.45 -549.87 916.45 855.35 305.48 427.68 427.68 549.87 855.35 305.48 366.58 305.48 549.87 -549.87 549.87 549.87 549.87 549.87 549.87 549.87 549.87 549.87 549.87 305.48 305.48 -855.35 855.35 855.35 519.32 855.35 830.21 781.68 794.26 842.78 721.59 691.04 864.34 -859.75 404.92 567.84 860.75 660.49 1043.04 859.75 825.81 751.13 825.81 817.28 610.97 -764.71 844.98 830.21 1135.69 830.21 830.21 672.06 305.48 549.87 305.48 672.06 855.35 -305.48 549.87 610.97 488.77 610.97 500.04 336.03 549.87 610.97 305.48 336.03 580.42 -305.48 916.45 610.97 549.87 610.97 580.42 446.34 433.79 427.68 610.97 580.42 794.26 -580.42 580.42 488.77 549.87 305.48 549.87 672.06 183.29 675.77 660.49 917.45 840.08 -860.75 1348.33 672.06 1179.31 404.92 892.5 1040.65 952.4 995.52 860.75 1041.84 610.97 -825.81 794.26 830.21 830.21 830.21 830.21 860.75 860.75 860.75 794.26 753.49 1179.31 -721.59 1002.27 767.76 501.66 474 474 580.42 610.97 610.97 916.45 488.77 825.31 305.48 -610.97 718.39 702.61 794.26 610.97 718.39 433.79 549.87 488.77 580.42 580.42 580.42 -580.42 610.97 610.97 610.97 482.66 504.05 825.31 500.04 379.38 610.97 610.97 830.21 -781.68 781.68 660.49 860.75 721.59 1316.59 672.06 860.75 860.75 860.75 860.75 1043.04 -860.75 825.81 860.75 751.13 794.26 764.71 830.21 916.45 830.21 860.75 860.75 1272.15 -1272.15 962.77 1074.59 781.68 794.26 1211.56 860.75 549.87 549.87 549.87 474 610.97 -500.04 916.45 488.77 610.97 610.97 610.97 610.97 733.16 610.97 549.87 610.97 610.97 -488.77 520.32 580.42 855.35 580.42 610.97 610.97 900.67 900.67 657.29 794.26 549.87 -488.77 824.8 580.92] -/FontBBox[-134.8 -532.8 1482.8 1012.9] -/FontMatrix[0.001 0 0 0.001 0 0] -/Encoding 7 0 R -/CharProcs 412 0 R ->> -endobj -1 0 obj -<< -/Creator( TeX output 2006.05.21:1328) -/Producer(dvipdfm 0.13.2c, Copyright \251 1998, by Mark A. Wicks) -/CreationDate(D:20060521141118+00'00') ->> -endobj -5 0 obj -<< -/Type/Page -/Resources 6 0 R -/Contents[22 0 R 4 0 R 23 0 R 24 0 R] -/Parent 3 0 R ->> -endobj -26 0 obj -<< -/Type/Page -/Resources 27 0 R -/Contents[22 0 R 4 0 R 29 0 R 24 0 R] -/Parent 413 0 R ->> -endobj -31 0 obj -<< -/Type/Page -/Resources 32 0 R -/Contents[22 0 R 4 0 R 33 0 R 24 0 R] -/Parent 413 0 R ->> -endobj -413 0 obj -<< -/Type/Pages -/Count 2 -/Kids[26 0 R 31 0 R] -/Parent 3 0 R ->> -endobj -35 0 obj -<< -/Type/Page -/Resources 36 0 R -/Contents[22 0 R 4 0 R 40 0 R 24 0 R] -/Parent 3 0 R ->> -endobj -42 0 obj -<< -/Type/Page -/Resources 43 0 R -/Contents[22 0 R 4 0 R 44 0 R 24 0 R] -/Parent 414 0 R ->> -endobj -46 0 obj -<< -/Type/Page -/Resources 47 0 R -/Contents[22 0 R 4 0 R 48 0 R 24 0 R] -/Parent 414 0 R ->> -endobj -414 0 obj -<< -/Type/Pages -/Count 2 -/Kids[42 0 R 46 0 R] -/Parent 3 0 R ->> -endobj -3 0 obj -<< -/Type/Pages -/Count 6 -/Kids[5 0 R 413 0 R 35 0 R 414 0 R] -/MediaBox[0 0 595 842] ->> -endobj -22 0 obj -<< -/Length 1 ->> -stream - -endstream -endobj -24 0 obj -<< -/Length 1 ->> -stream - -endstream -endobj -4 0 obj -<< -/Length 33 ->> -stream -1.00028 0 0 1.00028 72 769.82 cm -endstream -endobj -415 0 obj -<< ->> -endobj -416 0 obj -null -endobj -417 0 obj -<< ->> -endobj -2 0 obj -<< -/Type/Catalog -/Pages 3 0 R -/Outlines 415 0 R -/Threads 416 0 R -/Names 417 0 R ->> -endobj -xref -0 418 -0000000000 65535 f -0000152975 00000 n -0000154272 00000 n -0000153921 00000 n -0000154122 00000 n -0000153139 00000 n -0000006187 00000 n -0000000009 00000 n -0000031403 00000 n -0000016122 00000 n -0000015937 00000 n -0000001069 00000 n -0000018698 00000 n -0000018512 00000 n -0000002047 00000 n -0000040679 00000 n -0000052260 00000 n -0000097760 00000 n -0000021817 00000 n -0000021631 00000 n -0000002948 00000 n -0000135894 00000 n -0000154022 00000 n -0000003932 00000 n -0000154072 00000 n -0000006078 00000 n -0000153240 00000 n -0000007964 00000 n -0000150987 00000 n -0000006248 00000 n -0000007876 00000 n -0000153345 00000 n -0000010213 00000 n -0000008026 00000 n -0000010136 00000 n -0000153529 00000 n -0000013176 00000 n -0000023914 00000 n -0000023721 00000 n -0000010275 00000 n -0000011198 00000 n -0000013087 00000 n -0000153632 00000 n -0000015320 00000 n -0000013238 00000 n -0000015243 00000 n -0000153737 00000 n -0000015875 00000 n -0000015382 00000 n -0000015831 00000 n -0000025522 00000 n -0000025968 00000 n -0000026434 00000 n -0000026871 00000 n -0000027273 00000 n -0000027792 00000 n -0000028037 00000 n -0000028257 00000 n -0000028571 00000 n -0000028959 00000 n -0000029375 00000 n -0000029674 00000 n -0000030092 00000 n -0000030402 00000 n -0000030716 00000 n -0000031201 00000 n -0000033352 00000 n -0000033720 00000 n -0000034164 00000 n -0000034514 00000 n -0000034842 00000 n -0000035249 00000 n -0000035522 00000 n -0000035745 00000 n -0000036078 00000 n -0000036346 00000 n -0000036668 00000 n -0000036931 00000 n -0000037270 00000 n -0000037590 00000 n -0000037940 00000 n -0000038174 00000 n -0000038525 00000 n -0000038851 00000 n -0000039037 00000 n -0000039365 00000 n -0000039604 00000 n -0000039992 00000 n -0000040393 00000 n -0000042607 00000 n -0000043088 00000 n -0000043420 00000 n -0000043643 00000 n -0000043842 00000 n -0000044105 00000 n -0000044514 00000 n -0000044896 00000 n -0000045271 00000 n -0000045637 00000 n -0000046020 00000 n -0000046508 00000 n -0000046813 00000 n -0000047057 00000 n -0000047263 00000 n -0000047616 00000 n -0000047918 00000 n -0000048282 00000 n -0000048661 00000 n -0000048941 00000 n -0000049226 00000 n -0000049522 00000 n -0000049988 00000 n -0000050224 00000 n -0000050678 00000 n -0000051121 00000 n -0000051463 00000 n -0000051897 00000 n -0000054237 00000 n -0000054598 00000 n -0000054924 00000 n -0000055306 00000 n -0000055613 00000 n -0000055908 00000 n -0000056188 00000 n -0000056576 00000 n -0000056783 00000 n -0000057049 00000 n -0000057428 00000 n -0000057678 00000 n -0000058034 00000 n -0000058384 00000 n -0000058763 00000 n -0000059037 00000 n -0000059373 00000 n -0000059758 00000 n -0000060016 00000 n -0000060320 00000 n -0000060687 00000 n -0000061120 00000 n -0000061547 00000 n -0000061900 00000 n -0000062219 00000 n -0000062531 00000 n -0000062832 00000 n -0000063141 00000 n -0000063445 00000 n -0000063695 00000 n -0000064059 00000 n -0000064321 00000 n -0000064542 00000 n -0000064795 00000 n -0000065110 00000 n -0000065312 00000 n -0000065612 00000 n -0000065866 00000 n -0000066174 00000 n -0000066488 00000 n -0000066800 00000 n -0000067040 00000 n -0000067352 00000 n -0000067606 00000 n -0000067861 00000 n -0000068161 00000 n -0000068501 00000 n -0000068834 00000 n -0000069176 00000 n -0000069537 00000 n -0000069856 00000 n -0000070182 00000 n -0000070429 00000 n -0000070763 00000 n -0000071058 00000 n -0000071582 00000 n -0000071973 00000 n -0000072313 00000 n -0000072710 00000 n -0000073089 00000 n -0000073397 00000 n -0000073753 00000 n -0000073983 00000 n -0000074362 00000 n -0000074587 00000 n -0000074861 00000 n -0000075243 00000 n -0000075494 00000 n -0000075915 00000 n -0000076261 00000 n -0000076688 00000 n -0000076957 00000 n -0000077226 00000 n -0000077480 00000 n -0000077768 00000 n -0000078095 00000 n -0000078410 00000 n -0000078705 00000 n -0000079130 00000 n -0000079537 00000 n -0000079890 00000 n -0000080209 00000 n -0000080590 00000 n -0000080874 00000 n -0000081107 00000 n -0000081401 00000 n -0000081705 00000 n -0000082111 00000 n -0000082427 00000 n -0000082715 00000 n -0000083049 00000 n -0000083360 00000 n -0000083627 00000 n -0000083944 00000 n -0000084174 00000 n -0000084482 00000 n -0000084708 00000 n -0000085022 00000 n -0000085323 00000 n -0000085560 00000 n -0000085903 00000 n -0000086263 00000 n -0000086601 00000 n -0000086857 00000 n -0000087107 00000 n -0000087346 00000 n -0000087612 00000 n -0000087894 00000 n -0000088165 00000 n -0000088418 00000 n -0000088739 00000 n -0000089077 00000 n -0000089377 00000 n -0000089805 00000 n -0000090069 00000 n -0000090340 00000 n -0000090514 00000 n -0000090824 00000 n -0000091136 00000 n -0000091365 00000 n -0000091548 00000 n -0000091735 00000 n -0000092077 00000 n -0000092278 00000 n -0000092577 00000 n -0000092804 00000 n -0000093173 00000 n -0000093523 00000 n -0000093826 00000 n -0000094169 00000 n -0000094521 00000 n -0000094875 00000 n -0000095146 00000 n -0000095436 00000 n -0000095756 00000 n -0000095983 00000 n -0000099717 00000 n -0000100019 00000 n -0000100323 00000 n -0000100658 00000 n -0000100908 00000 n -0000101117 00000 n -0000101459 00000 n -0000101680 00000 n -0000101983 00000 n -0000102275 00000 n -0000102580 00000 n -0000102811 00000 n -0000103086 00000 n -0000103383 00000 n -0000103692 00000 n -0000104011 00000 n -0000104333 00000 n -0000104634 00000 n -0000104960 00000 n -0000105275 00000 n -0000105533 00000 n -0000105918 00000 n -0000106184 00000 n -0000106421 00000 n -0000106743 00000 n -0000106959 00000 n -0000107222 00000 n -0000107478 00000 n -0000107772 00000 n -0000108103 00000 n -0000108426 00000 n -0000108685 00000 n -0000109002 00000 n -0000109266 00000 n -0000109519 00000 n -0000109815 00000 n -0000110107 00000 n -0000110423 00000 n -0000110765 00000 n -0000111067 00000 n -0000111346 00000 n -0000111650 00000 n -0000111881 00000 n -0000112156 00000 n -0000112406 00000 n -0000112789 00000 n -0000113132 00000 n -0000113434 00000 n -0000113774 00000 n -0000114116 00000 n -0000114387 00000 n -0000114690 00000 n -0000114916 00000 n -0000115184 00000 n -0000115412 00000 n -0000115702 00000 n -0000116037 00000 n -0000116268 00000 n -0000116594 00000 n -0000116911 00000 n -0000117247 00000 n -0000117489 00000 n -0000117750 00000 n -0000117975 00000 n -0000118217 00000 n -0000118498 00000 n -0000118780 00000 n -0000119051 00000 n -0000119396 00000 n -0000119670 00000 n -0000119999 00000 n -0000120318 00000 n -0000120660 00000 n -0000120936 00000 n -0000121163 00000 n -0000121429 00000 n -0000121744 00000 n -0000122070 00000 n -0000122382 00000 n -0000122665 00000 n -0000122987 00000 n -0000123302 00000 n -0000123565 00000 n -0000123855 00000 n -0000124076 00000 n -0000124370 00000 n -0000124592 00000 n -0000124923 00000 n -0000125224 00000 n -0000125446 00000 n -0000125788 00000 n -0000126112 00000 n -0000126428 00000 n -0000126671 00000 n -0000126923 00000 n -0000127137 00000 n -0000127373 00000 n -0000127637 00000 n -0000127906 00000 n -0000128168 00000 n -0000128479 00000 n -0000128782 00000 n -0000129076 00000 n -0000129294 00000 n -0000129616 00000 n -0000129852 00000 n -0000130084 00000 n -0000130276 00000 n -0000130554 00000 n -0000130832 00000 n -0000131037 00000 n -0000131364 00000 n -0000131571 00000 n -0000131805 00000 n -0000132081 00000 n -0000132356 00000 n -0000132603 00000 n -0000132926 00000 n -0000133279 00000 n -0000133594 00000 n -0000133948 00000 n -0000134298 00000 n -0000137877 00000 n -0000138311 00000 n -0000138661 00000 n -0000138980 00000 n -0000139232 00000 n -0000139766 00000 n -0000140151 00000 n -0000140418 00000 n -0000140745 00000 n -0000141112 00000 n -0000141459 00000 n -0000141799 00000 n -0000142146 00000 n -0000142579 00000 n -0000142859 00000 n -0000143095 00000 n -0000143300 00000 n -0000143622 00000 n -0000143899 00000 n -0000144231 00000 n -0000144576 00000 n -0000144843 00000 n -0000145196 00000 n -0000145473 00000 n -0000145751 00000 n -0000146154 00000 n -0000146556 00000 n -0000147080 00000 n -0000147428 00000 n -0000147772 00000 n -0000147970 00000 n -0000148324 00000 n -0000148557 00000 n -0000148964 00000 n -0000149371 00000 n -0000149686 00000 n -0000150071 00000 n -0000150483 00000 n -0000153450 00000 n -0000153842 00000 n -0000154204 00000 n -0000154227 00000 n -0000154249 00000 n -trailer -<< -/Size 418 -/Root 2 0 R -/Info 1 0 R ->> -startxref -154370 -%%EOF diff -Nru texlive-lang-2007.dfsg.4/texmf-dist/doc/generic/bghyphen/README texlive-lang-2009/texmf-dist/doc/generic/bghyphen/README --- texlive-lang-2007.dfsg.4/texmf-dist/doc/generic/bghyphen/README 2006-05-31 00:52:31.000000000 +0100 +++ texlive-lang-2009/texmf-dist/doc/generic/bghyphen/README 1970-01-01 01:00:00.000000000 +0100 @@ -1,47 +0,0 @@ -BGHYPHEN package, version 1.5, May 2006. - Georgi Boshnakov, School of Mathematics, The Universify of Manchester - (Google my surname to find out my email address.) - -This bundle currently consists of the following files: - bghyphen.tex - bghyphsi.tex - catmik.tex - mik2t2.tex - -To install for babel: - 1) Copy the files bghyphen.tex bghyphsi.tex catmik.tex mik2t2.tex - to, say, c:\texmf\tex\generic\hyphen\ - - 2) Create formats for LaTeX, pdfLaTeX, etc. - instructing babel to use bghyphen.tex - (In MikTeX, goto MikTeX Options->Languages, - edit/add the entry for the Bulgarian language, - specify bghyphen.tex as the hyphenation file, - Regenerate the desired formats, LaTeX, PdfLaTeX, etc.) - - 3) Then the Bulgarian hyphenation rules will be used - whenever you select Bulgarian language in your document. - -Copyright 1996-2006 Georgi Boshnakov - The mechanism used to include the patterns is taken from the ruhyph package, - which is Copyright 1998-1999 Werner Lemberg, Vladimir Volovich, - see the ruhyph.tex. - -This package can be redistributed and/or modified under the terms -of the LaTeX Project Public License distributed from CTAN -archives in directory macros/latex/base/lppl.txt; either -version 1 of the License, or (at your option) any later version. -In previous versions some of the files did not have copyright statement -and I have clarified the files' status on a per request basis. -I believe that this declaration is equaivalent to what I have stated in -relation to such requests but if you believe that it is not, you may -continue to use the files as before. - - -Changes: -BGHYPHEN package, version 1.0, June 2000. - -BGHYPHEN package, version 1.5, May 2006. - Copyright information included in all files listed above. - Comments and instructions added to some files. - diff -Nru texlive-lang-2007.dfsg.4/texmf-dist/doc/generic/dehyph-exptl/CHANGES texlive-lang-2009/texmf-dist/doc/generic/dehyph-exptl/CHANGES --- texlive-lang-2007.dfsg.4/texmf-dist/doc/generic/dehyph-exptl/CHANGES 1970-01-01 01:00:00.000000000 +0100 +++ texlive-lang-2009/texmf-dist/doc/generic/dehyph-exptl/CHANGES 2009-06-29 00:40:17.000000000 +0100 @@ -0,0 +1,70 @@ +Diese Datei beschreibt die wichtigsten Änderungen der +experimentellen Trennmuster und einige bekannte Probleme +(hauptsächlich systematische Fehler). Genauere Informationen zu den +Änderungen können dem öffentlichen Entwicklerrepositorium entnommen +werden. Ältere Veröffentlichungen des Pakets können im Dateibereich +gefunden werden: +http://groups.google.com/group/trennmuster-opensource/files + + +bekannte Probleme: +* alle Trennmusterdateien: + ** Es gibt Probleme mit Namen und geographischen Bezeichnungen. + ** Der Ersatz sz für ß wird bisher nicht berücksichtigt. + ** Es werden bisher nur Wörter berücksichtigt, die sich in der + Kodierung ISO-8859-1 darstellen lassen. Beispielsweise wird + das Wort ¼uvre (Oeuvre, hier in ISO-8859-15-Kodierung) nur in + der in der Klammer angegebenen Transkription richtig getrennt. + + +2009-06-24: v0.20 +----------- +Änderungen: +* allgemein: + ** Die Trennung von Zahlwörtern wurde verbessert. + ** Die römischen Zahlen bis MMD (2500) werden nicht getrennt. + ** Viele zusätzliche irreführende Trennungen werden vermieden. + ** Viele Fehler in der Wortdatenbank wurden korrigiert. + ** Die Dokumentation wurde erweitert. + +* dehypht-x (traditionelle Rechtschreibung, Deutschland, Österreich): + Der Ersatz ss für ß wird berücksichtigt und wie bei der Schreibung + mit ß getrennt. Das Babelkürzel "S muss damit in Versalwörtern + nur noch in Ausnahmefällen verwendet werden (siehe auch Regel T2 + in der Paketdokumentation). + Beispiele: GRÜSSE --> GRÜ-SSE + GRÖSSTE --> GRÖSS-TE + +* dehyphts-x (traditionelle Rechtschreibung, Schweiz): + Es werden neue Trennmuster für die traditionelle Rechtschreibung + des Schweizer Standarddeutschs angeboten. Die Trennmuster + unterscheiden sich von denen für die traditionelle Rechtschreibung + des Standarddeutschs Deutschlands und Österreichs (dehypht-x) in + der Trennung von ss als Ersatz für ß. Babelunterstützung für + diese Trennmuster fehlt bisher jedoch. Wer machts? + Beispiele: Grüs-se statt Grü-ße + grös-ste statt größ-te + + +2008-07-07: v0.13 +----------- +Änderungen: +* keine + + +2008-07-02: v0.12 +----------- +Änderungen: +* keine + + +2008-06-27: v0.11 +----------- +Änderungen: +* keine + + +2008-06-18: v0.1 +----------- +Änderungen: +* Erstveröffentlichung diff -Nru texlive-lang-2007.dfsg.4/texmf-dist/doc/generic/dehyph-exptl/dehyph-exptl.bib texlive-lang-2009/texmf-dist/doc/generic/dehyph-exptl/dehyph-exptl.bib --- texlive-lang-2007.dfsg.4/texmf-dist/doc/generic/dehyph-exptl/dehyph-exptl.bib 1970-01-01 01:00:00.000000000 +0100 +++ texlive-lang-2009/texmf-dist/doc/generic/dehyph-exptl/dehyph-exptl.bib 2009-06-29 00:40:17.000000000 +0100 @@ -0,0 +1,147 @@ +@STRING{dtk = {{D}ie {\TeX}nische {K}om\"odie} } +@STRING{tb = {TUGboat} } + + +@book{duden:1991, + editor = {{Wissenschaftlicher Rat der Dudenredaktion}}, + title = {Duden~: Rechtschreibung der deutschen Sprache}, + series = {Der Duden in 12~B\"anden}, + volume = 1, + edition = 20, + publisher = {Dudenverlag}, + address = {Mannheim}, + year = 1991, + language = {german} +} + + +@book{duden:1996, + editor = {{Wissenschaftlicher Rat der Dudenredaktion}}, + title = {Duden~: Rechtschreibung der deutschen Sprache}, + series = {Der Duden in 12~B\"anden}, + volume = 1, + edition = 21, + publisher = {Dudenverlag}, + address = {Mannheim}, + year = 1996, + language = {ngerman} +} + + +@inbook{amtlRegeln:1996:duden, + editor = {{Wissenschaftlicher Rat der Dudenredaktion}}, + title = {Duden~: Rechtschreibung der deutschen Sprache}, + series = {Der Duden in 12~B\"anden}, + volume = 1, + edition = 21, + publisher = {Dudenverlag}, + address = {Mannheim}, + year = 1996, + pages = {861--910}, + language = {ngerman} +} + + +@book{duden:2006, + editor = {{Wissenschaftlicher Rat der Dudenredaktion}}, + title = {Duden~: Die deutsche Rechtschreibung auf der Grundlage der neuen amtlichen Rechtschreibregeln}, + series = {Der Duden in 12~B\"anden}, + volume = 1, + edition = 24, + publisher = {Dudenverlag}, + address = {Mannheim}, + year = 2006, + language = {ngerman} +} + + +@inbook{amtlRegeln:2006:duden, + editor = {{Wissenschaftlicher Rat der Dudenredaktion}}, + title = {Duden~: Die deutsche Rechtschreibung auf der Grundlage der neuen amtlichen Rechtschreibregeln}, + series = {Der Duden in 12~B\"anden}, + volume = 1, + edition = 24, + publisher = {Dudenverlag}, + address = {Mannheim}, + year = 2006, + pages = {1161--1216}, + language = {ngerman} +} + + +@booklet{amtlRegeln:2006, + author = {{Rat f\"ur deutsche Rechtschreibung}}, + title = {Deutsche Rechtschreibung}, + howpublished = {\url{http://rechtschreibrat.ids-mannheim.de/download/regeln2006.pdf}}, + address = {M\"unchen}, + year = 2006, + language = {ngerman} +} + + +@phdthesis{liang:1983, + author = {Franklin Mark Liang}, + title = {Word Hy-phen-a-tion by Com-put-er}, + school = {Stanford University}, + year = 1983, + note = {\url{http://www.tug.org/docs/liang/}}, + language = {english} +} + + +% aus Datei dtk.bib uebernommen +@article{lemberg:2003, + author = {Werner Lemberg}, + title = {Hyphenation Exception Log f\"ur deutsche Trennmuster}, + journal = dtk, + year = 2003, + volume = 15, + number = 2, + month = may, + pages = {28--31}, + language = {ngerman} +} + + +% aus Datei dtk.bib uebernommen +@article{lemberg:2005, + author = {Werner Lemberg}, + title = {Hyphenation Exception Log f\"ur deutsche Trennmuster, Version~1}, + journal = dtk, + year = 2005, + volume = 17, + number = 2, + month = may, + pages = {24--51}, + language = {ngerman} +} + + +@article{hennig:2008, + author = {Stephan Hennig}, + title = {Einige Fragen zum Beitrag Hyphenation Exception Log f\"ur deutsche Trennmuster, Version~1}, + journal = dtk, + year = 2008, + volume = 20, + number = 1, + month = jan, + pages = {7--17}, + language = {ngerman} +} + + +@article{miklavec:2008, + author = {Mojca Miklavec and Arthur Reutenauer}, + title = {Putting the {C}ork back into the bottle~: Improving {U}nicode support in {\TeX}}, + journal = tb, + year = 2008, + volume = 29, + number = 3, + pages = {1001--1004}, + note = {\url{http://www.tug.org/tex-hyphen/tb93miklavec.pdf}}, + language = {english} +} + +%%% Local Variables: +%%% coding: us-ascii +%%% End: Binary files /tmp/hvjTIsp08A/texlive-lang-2007.dfsg.4/texmf-dist/doc/generic/dehyph-exptl/dehyph-exptl.pdf and /tmp/ah2wg1Ygu3/texlive-lang-2009/texmf-dist/doc/generic/dehyph-exptl/dehyph-exptl.pdf differ diff -Nru texlive-lang-2007.dfsg.4/texmf-dist/doc/generic/dehyph-exptl/INSTALL texlive-lang-2009/texmf-dist/doc/generic/dehyph-exptl/INSTALL --- texlive-lang-2007.dfsg.4/texmf-dist/doc/generic/dehyph-exptl/INSTALL 1970-01-01 01:00:00.000000000 +0100 +++ texlive-lang-2009/texmf-dist/doc/generic/dehyph-exptl/INSTALL 2009-06-29 00:40:17.000000000 +0100 @@ -0,0 +1,372 @@ +For English installation instructions, see end of this file. + + +************** +** German ** +************** +Es folgen Installationshinweise für die experimentellen +deutschen Trennmuster. Die Installation der Trennmuster für die +traditionelle Rechtschreibung des in der Schweiz gebräuchlichen +Standarddeutschs wird nicht ausdrücklich erwähnt, kann aber +analog erfolgen. TeX benötigt dann jedoch zusätzlichen +Speicherplatz für die Trennmuster. + +Die folgenden Installationswege werden beschrieben: + +1. teilautomatisierte Installation in MiKTeX mit Hilfe der + Paketverwaltung, +2. manuelle Installation in MiKTeX mit graphischer Oberfläche, +3. manuelle Installation in MiKTeX auf der Kommandozeile, +4. manuelle Installation in TeX Live auf der Kommandozeile. + +Nachfolgend ist jeweils durch die ISO-Notation des +Datums der Trennmusterdateien zu ersetzen (JJJJ-MM-TT). + + +************************************************* +** Teilautomatisierte Installation in MiKTeX ** +** mit Paketverwaltung ** +************************************************* +Das Paket ist zunächst mit der Paketverwaltung +"Browse Packages" zu installieren. Danach ist Schritt C der +manuellen Installation in MiKTeX mit graphischer Oberfläche +zu befolgen (siehe nächster Abschnitt). + + +*************************************** +** Manuelle Installation in MiKTeX ** +** mit graphischer Oberfläche ** +*************************************** +Die Installation der experimentellen Trennmuster erfordert +drei Schritte: + +A. Die Trennmuster- und Wrapperdateien sollten in die + folgenden Verzeichnisse innerhalb eines lokalen + TEXMF-Baums kopiert werden: + + tex\generic\dehyph-exptl\dehyphn-x-.pat + tex\generic\dehyph-exptl\dehyphn-x-.tex + tex\generic\dehyph-exptl\dehypht-x-.pat + tex\generic\dehyph-exptl\dehypht-x-.tex + + Die verbleibenden Dateien können in das Verzeichnis + + doc\generic\dehyph-exptl\ + + kopiert werden. + + +B. Aktualisieren der File Name Database: + + Programm 'Settings' + --> Reiter 'General' + --> Knopf 'Refresh FNDB' + + +C. Anlegen der Sprachen und Erstellen der Formatdateien: + + Programm 'Settings' + --> Reiter 'Languages' + --> Knopf 'New' + --> Feld 'Language Name' : german-x- + --> Feld 'Synonyms' : german-x-latest + --> Feld 'Hyphenation File' : \tex\generic\dehyph-exptl\dehypht-x-.tex + --> Box 'Load the hyphenation file' : aktiv + --> Knopf 'OK' + --> Knopf 'New' + --> Feld 'Language Name' : ngerman-x- + --> Feld 'Synonyms' : ngerman-x-latest + --> Feld 'Hyphenation File' : \tex\generic\dehyph-exptl\dehyphn-x-.tex + --> Box 'Load the hyphenation file' : aktiv + --> Knopf 'OK' + Vorhandene Synonyme [n]german-x-latest anderer Sprachen + sind gegebenenfalls zu entfernen. + --> Knopf 'Ok' + --> Meldung 'To apply the new settings, it is necessary to rebuild the format files.' + --> Knopf 'OK' + + Wenn der letzte Schritt mit der Meldung + + >TeX capacity exceeded, sorry [pattern memory=XXX] + + oder + + >TEX capacity exceeded, sorry [pattern memory ops=XXX] + + fehlschlägt, so müssen Sie andere Sprachen deaktivieren + oder die Parameter trie_size und trie_op_size anpassen. + Bitte lesen Sie dazu die Dokumentation Ihrer + TeX-Verteilung oder fragen Sie jemanden, der das Problem + lösen kann. + + +*************************************** +** Manuelle Installation in MiKTeX ** +** auf der Kommandozeile ** +*************************************** +Achtung: Die manuelle Installation in MiKTeX wird nicht +empfohlen, da die Datei language.dat in der Regel automatisch +verwaltet wird, hier jedoch von Hand Änderungen vorgenommen +werden. Es kann daher bei späteren (unabhängigen) Updates zu +Problemen kommen! + +Die manuelle Installation der experimentellen Trennmuster +erfordert vier Schritte: + +A. siehe Schritt A im Abschnitt "Manuelle Installation in + MiKTeX mit graphischer Oberfläche". + + +B. Anlegen der Sprachen: + + 1. Ermitteln des Pfades der Datei language.dat: + + >findtexmf language.dat + + Falls das Ergebnis des obigen Kommandos ein Pfad zu einem + lokalen TEXMF-Baum ist, existiert bereits eine lokale + Kopie der Datei language.dat. Springe zu Punkt B.3. + + 2. Eine lokale Kopie von language.dat existiert bisher nicht. + Kopiere die Datei aus dem in Schritt B.1 erhaltenen Pfad + in einen lokalen TEXMF-Baum, zum Beispiel nach + + C:\Dokumente und Einstellungen\All Users\Anwendungsdaten\MiKTeX\2.7\tex\generic\config\language.dat + + 3. Öffne die Datei language.dat aus dem lokalen TEXMF-Baum in + einem Editor. + + 4. Falls vorhanden, entferne Zeilen + + =german-x-latest + =ngerman-x-latest + + 5. Füge am Ende der Datei die folgenden Zeilen hinzu: + + german-x- dehypht-x-.tex + =german-x-latest + ngerman-x- dehyphn-x-.tex + =ngerman-x-latest + + 6. Datei language.dat speichern und schließen. + + +C. Aktualisieren der File Name Database: + + Kommando + + >initexmf --update-fndb + + aufrufen. + + +D. Anlegen der Formatdateien: + + Kommando + + >initexmf --dump + + aufrufen. + + Wenn dieses Kommando mit der Meldung + + >TeX capacity exceeded, sorry [pattern memory=XXX] + + oder + + >TEX capacity exceeded, sorry [pattern memory ops=XXX] + + fehlschlägt, so müssen Sie andere Sprachen in der Datei + language.dat deaktivieren oder die Parameter trie_size + und trie_op_size anpassen. Bitte lesen Sie dazu die + Dokumentation Ihrer TeX-Verteilung oder fragen Sie + jemanden, der das Problem lösen kann. + + +***************************************** +** Manuelle Installation in TeX Live ** +** auf der Kommandozeile ** +***************************************** +Achtung: Die manuelle Installation in TeX Live wird nicht +empfohlen, da die Datei language.dat in der Regel automatisch +verwaltet wird, hier jedoch von Hand Änderungen vorgenommen +werden. Es kann daher bei späteren (unabhängigen) Updates zu +Problemen kommen! + +In TeX Live 2008 ist dieses Paket bereits vorinstalliert und +ohne weitere Vorkehrungen nutzbar. + +Die Installation der experimentellen Trennmuster erfordert +vier Schritte: + +A. Die Trennmuster- und Wrapperdateien sollten in die + folgenden Verzeichnisse innerhalb eines lokalen + TEXMF-Baums kopiert werden: + + tex/generic/dehyph-exptl/dehyphn-x-.pat + tex/generic/dehyph-exptl/dehyphn-x-.tex + tex/generic/dehyph-exptl/dehypht-x-.pat + tex/generic/dehyph-exptl/dehypht-x-.tex + + Die verbleibenden Dateien können in das Verzeichnis + + doc/generic/dehyph-exptl/ + + kopiert werden. + + +B. Anlegen der Sprachen: + + 1. Ermitteln des Pfades der Datei language.dat: + + >kpsewhich language.dat + + Falls das Ergebnis des obigen Kommandos ein Pfad zu einem + lokalen TEXMF-Baum ist, existiert bereits eine lokale + Kopie der Datei language.dat. Springe zu Punkt B.3. + + 2. Eine lokale Kopie von language.dat existiert bisher nicht. + Kopiere die Datei aus dem in Schritt B.1 erhaltenen Pfad + in einen lokalen TEXMF-Baum, zum Beispiel nach + + /texmf-local/tex/generic/config/language.dat + + 3. Öffne die Datei language.dat aus dem lokalen TEXMF-Baum in + einem Editor. + + 4. Falls vorhanden, entferne Zeilen + + =german-x-latest + =ngerman-x-latest + + 5. Füge am Ende der Datei die folgenden Zeilen hinzu: + + german-x- dehypht-x-.tex + =german-x-latest + ngerman-x- dehyphn-x-.tex + =ngerman-x-latest + + 6. Datei language.dat speichern und schließen. + + +C. Aktualisieren der File Name Database: + + Kommando + + >mktexlsr + + aufrufen. + + +D. Anlegen der Formatdateien: + + Kommando + + >fmtutil --refresh + + aufrufen. + + Wenn dieses Kommando mit der Meldung + + >TeX capacity exceeded, sorry [pattern memory=XXX] + + oder + + >TEX capacity exceeded, sorry [pattern memory ops=XXX] + + fehlschlägt, so müssen Sie andere Sprachen in der Datei + language.dat deaktivieren oder die Parameter trie_size + und trie_op_size in der Datei texmf.cnf anpassen. Bitte + lesen Sie dazu die Dokumentation Ihrer TeX-Verteilung oder + fragen Sie jemanden, der das Problem lösen kann. + + +****************************************************** +** English installation instructions for TeX Live ** +****************************************************** +The following installation instructions don't mention +hyphenation patterns for traditional orthography of Standard +German as used in Switzerland explicitly. However, +installation is analogous to the discussed patterns. Be +warned, that installing all patterns might cause memory +problems for TeX. + +Note, in the remaining text refers to the pattern file +date in ISO notation (YYYY-MM-DD)! + +Installation of the dehyph-exptl package requires four steps: + +A. Copy pattern and wrapper files to the following location + within a local texmf tree: + + tex/generic/dehyph-exptl/dehyphn-x-.pat + tex/generic/dehyph-exptl/dehyphn-x-.tex + tex/generic/dehyph-exptl/dehypht-x-.pat + tex/generic/dehyph-exptl/dehypht-x-.tex + + The remaining files can be copied to + + doc/generic/dehyph-exptl/ + + +B. Modify file language.dat: + + 1. Determine the location of language.dat: + + >kpsewhich language.dat + + If the resulting path already points to a local tree, + jump right to step B.3. + + 2. A local copy of language.dat doesn't exist, yet. Copy the + file that was output in step B.1 to a local texmf tree, + e.g., + + /texmf-local/tex/generic/config/language.dat + + 3. Open language.dat from the local texmf tree into an + editor. + + 4. If existent, remove the following lines + + =german-x-latest + =ngerman-x-latest + + 5. Add the following lines to the end of language.dat: + + german-x- dehypht-x-.tex + =german-x-latest + ngerman-x- dehyphn-x-.tex + =ngerman-x-latest + + 6. Save file language.dat and close the editor. + + +C. Refresh file name database: + + Execute command + + >mktexlsr + + +D. Rebuild format files: + + Execute command + + >fmtutil --refresh + + In case this command fails with error message + + >TeX capacity exceeded, sorry [pattern memory=XXX] + + or + + >TEX capacity exceeded, sorry [pattern memory ops=XXX] + + some languages have to be deactivated in language.dat or + parameters trie_size and trie_op_size have to be enlarged + (probably in file texmf.cnf). Please refer to the + documentation of your TeX distribution or ask a TeX wizard. + + +END. diff -Nru texlive-lang-2007.dfsg.4/texmf-dist/doc/generic/dehyph-exptl/LICENSE texlive-lang-2009/texmf-dist/doc/generic/dehyph-exptl/LICENSE --- texlive-lang-2007.dfsg.4/texmf-dist/doc/generic/dehyph-exptl/LICENSE 1970-01-01 01:00:00.000000000 +0100 +++ texlive-lang-2009/texmf-dist/doc/generic/dehyph-exptl/LICENSE 2008-06-30 19:56:20.000000000 +0100 @@ -0,0 +1,15 @@ +%% Copyright 2008 German Hyphenation Pattern Development Team +%% +% +% This work may be distributed and/or modified under the +% conditions of the LaTeX Project Public License, either version 1.3 +% of this license or (at your option) any later version. +% The latest version of this license is in +% http://www.latex-project.org/lppl.txt +% and version 1.3 or later is part of all distributions of LaTeX +% version 2005/12/01 or later. +% +% This work has the LPPL maintenance status `maintained'. +% +% The Current Maintainer of this work is Werner Lemberg. +% diff -Nru texlive-lang-2007.dfsg.4/texmf-dist/doc/generic/dehyph-exptl/projektbeschreibung.bib texlive-lang-2009/texmf-dist/doc/generic/dehyph-exptl/projektbeschreibung.bib --- texlive-lang-2007.dfsg.4/texmf-dist/doc/generic/dehyph-exptl/projektbeschreibung.bib 1970-01-01 01:00:00.000000000 +0100 +++ texlive-lang-2009/texmf-dist/doc/generic/dehyph-exptl/projektbeschreibung.bib 2009-06-29 00:40:17.000000000 +0100 @@ -0,0 +1,134 @@ +@STRING{dtk = {{D}ie {\TeX}nische {K}om\"odie} } + + +@phdthesis{liang:1983, + author = {Franklin Mark Liang}, + title = {Word Hy-phen-a-tion by Com-put-er}, + school = {Stanford University}, + year = 1983, + note = {\url{http://www.tug.org/docs/liang/}}, + language = {english} +} + + +@book{duden:1991, + editor = {{Wissenschaftlicher Rat der Dudenredaktion}}, + title = {Duden~: Rechtschreibung der deutschen Sprache}, + series = {Der Duden in 12~B\"anden}, + volume = 1, + edition = 20, + publisher = {Dudenverlag}, + address = {Mannheim}, + year = 1991, + language = {german} +} + + +@book{duden:1996, + editor = {{Wissenschaftlicher Rat der Dudenredaktion}}, + title = {Duden~: Rechtschreibung der deutschen Sprache}, + series = {Der Duden in 12~B\"anden}, + volume = 1, + edition = 21, + publisher = {Dudenverlag}, + address = {Mannheim}, + year = 1996, + language = {ngerman} +} + + +@inbook{amtlRegeln:1996:duden, + editor = {{Wissenschaftlicher Rat der Dudenredaktion}}, + title = {Duden~: Rechtschreibung der deutschen Sprache}, + series = {Der Duden in 12~B\"anden}, + volume = 1, + edition = 21, + publisher = {Dudenverlag}, + address = {Mannheim}, + year = 1996, + pages = {861--910}, + language = {ngerman} +} + + +@book{duden:2006, + editor = {{Wissenschaftlicher Rat der Dudenredaktion}}, + title = {Duden~: Die deutsche Rechtschreibung auf der Grundlage der neuen amtlichen Rechtschreibregeln}, + series = {Der Duden in 12~B\"anden}, + volume = 1, + edition = 24, + publisher = {Dudenverlag}, + address = {Mannheim}, + year = 2006, + language = {ngerman} +} + + +@inbook{amtlRegeln:2006:duden, + editor = {{Wissenschaftlicher Rat der Dudenredaktion}}, + title = {Duden~: Die deutsche Rechtschreibung auf der Grundlage der neuen amtlichen Rechtschreibregeln}, + series = {Der Duden in 12~B\"anden}, + volume = 1, + edition = 24, + publisher = {Dudenverlag}, + address = {Mannheim}, + year = 2006, + pages = {1161--1216}, + language = {ngerman} +} + + +@booklet{amtlRegeln:2006, + author = {{Rat f\"ur deutsche Rechtschreibung}}, + title = {Deutsche Rechtschreibung}, + howpublished = {\url{http://rechtschreibrat.ids-mannheim.de/download/regeln2006.pdf}}, + address = {M\"unchen}, + year = 2006, + language = {ngerman} +} + + +% aus Datei dtk.bib uebernommen +@article{lemberg:2003, + author = {Werner Lemberg}, + title = {Hyphenation Exception Log f\"ur deutsche Trennmuster}, + journal = dtk, + year = 2003, + volume = 15, + number = 2, + month = may, + pages = {28--31}, + language = {ngerman} +} + + +% aus Datei dtk.bib uebernommen +@article{lemberg:2005, + author = {Werner Lemberg}, + title = {Hyphenation Exception Log f\"ur deutsche Trennmuster, Version~1}, + journal = dtk, + year = 2005, + volume = 17, + number = 2, + month = may, + pages = {24--51}, + language = {ngerman} +} + + +@article{hennig:2008, + author = {Stephan Hennig}, + title = {Einige Fragen zum Beitrag Hyphenation Exception Log f\"ur deutsche Trennmuster, Version~1}, + journal = dtk, + year = 2008, + volume = 20, + number = 1, + month = jan, + pages = {7--17}, + language = {ngerman} +} + + +%%% Local Variables: +%%% coding: us-ascii +%%% End: Binary files /tmp/hvjTIsp08A/texlive-lang-2007.dfsg.4/texmf-dist/doc/generic/dehyph-exptl/projektbeschreibung.pdf and /tmp/ah2wg1Ygu3/texlive-lang-2009/texmf-dist/doc/generic/dehyph-exptl/projektbeschreibung.pdf differ diff -Nru texlive-lang-2007.dfsg.4/texmf-dist/doc/generic/dehyph-exptl/projektbeschreibung.tex texlive-lang-2009/texmf-dist/doc/generic/dehyph-exptl/projektbeschreibung.tex --- texlive-lang-2007.dfsg.4/texmf-dist/doc/generic/dehyph-exptl/projektbeschreibung.tex 1970-01-01 01:00:00.000000000 +0100 +++ texlive-lang-2009/texmf-dist/doc/generic/dehyph-exptl/projektbeschreibung.tex 2009-06-29 00:40:17.000000000 +0100 @@ -0,0 +1,472 @@ +%%% Artikelklasse mit +%%% * Grundschriftgröße 11 Punkt, +%%% * klassischem Satzspiegel, +%%% * flachem Inhaltsverzeichnis. +\documentclass[11pt,DIV9,tocleft]{scrartcl} +%%% Eingabekodierung ist ISO-8859-15. +\usepackage[ansinew]{inputenc} +%%% Schrifteinstellung. +%%% * Grundschrift Palatino, +%%% * Akzidenzschrift Bera Sans, +%%% * Schreibmaschinenschrift Luxi Mono. +\usepackage[T1]{fontenc} +\usepackage[osf]{mathpazo} +\usepackage[scaled]{berasans} +\renewcommand*{\ttdefault}{lmtt} +\usepackage{textcomp} +\linespread{1.05} +\usepackage[expansion=true, letterspace=80]{microtype} +%%% Lade einige Pakete. +\usepackage{multicol} +\usepackage{tabularx} +\usepackage{booktabs} +\newcolumntype{L}{>{\raggedright\arraybackslash}X} +\usepackage{soul} +\setul{}{.2ex} +\usepackage{listings} +\lstloadlanguages{[LaTeX]TeX, sh} +\lstset{basicstyle=\ttfamily, keywordstyle={}, commentstyle={}, + columns=flexible, showspaces=false, showstringspaces=false, +% aboveskip=12pt, belowskip=12pt, frame=tb, +% framesep=8pt, framerule=2pt, + xleftmargin=6pt, xrightmargin=6pt, +% framexleftmargin=6pt, framexrightmargin=6pt +} +\lstdefinestyle{LaTeX}{language=[LaTeX]TeX, basicstyle=\ttfamily, + keywordstyle={}, commentstyle={\itshape}} +\lstdefinestyle{shell}{language=sh, basicstyle=\ttfamily, + keywordstyle={}, commentstyle={\itshape}} +\newcolumntype{L}{>{\raggedright\arraybackslash}X} +%%% Bette Quellkode in PDF-Ausgabe ein. +\usepackage{embedfile} +\embedfile[% +mimetype=plain/text,% +desc={LaTeX-Quelltext der Datei \jobname.pdf}% +]{\jobname.tex} +\embedfile[% +mimetype=plain/text,% +desc={BibTeX-Quelltext der Datei \jobname.pdf}% +]{\jobname.bib} +%%% Literaturverweise in runden Klammern mit Semikolon als Trenner. +% \usepackage[round,semicolon]{natbib} +% \renewcommand*{\bibnumfmt}[1]{(#1)} +%%% Literaturverzeichnis mit Sprachunterstützung. +\usepackage[fixlanguage]{babelbib} +\bibliographystyle{babalpha} +%%% Babelbib fordert trotz fixlanguage zuviele Sprachen an. +\usepackage[english, german, ngerman]{babel} +%%% Einstellungen für interaktive PDF-Dokumente. +\usepackage[rgb,x11names]{xcolor} +\usepackage{hyperref} +\hypersetup{ + pdftitle={Freie Wortlisten und Trennmuster für die deutsche Sprache}, + pdfauthor={Die deutschsprachige Trennmustermannschaft} +} +\hypersetup{ + ngerman,% For \autoref. + pdfstartview={XYZ null null null},% Zoom factor is determined by viewer. + colorlinks, + linkcolor=RoyalBlue3, + urlcolor=Chocolate4, + citecolor=DeepPink2 +} +%%% Schriftfestlegungen. +\setkomafont{title}{\normalcolor\normalfont} +\setkomafont{sectioning}{\normalcolor\normalfont} +\setkomafont{section}{\Large} +\setkomafont{subsection}{\Large\itshape} +%%% Einige Makros für logische Auszeichnungen definieren. +\newcommand*{\Abk}[1]{\mbox{\textsc{\lsstyle#1}}} +\newcommand*{\Programm}[1]{\textsc{\lsstyle#1}} +\newcommand*{\Datei}[1]{\texttt{#1}} +%%% Randnotiz am linken Rand. +\newcommand{\lrand}[1]{% + \mbox{}% + \marginpar{% + \hspace*{-2\marginparsep}% + \hspace*{-\textwidth}% + \hspace*{-\marginparwidth}% + \parbox[t]{\marginparwidth}{% + \raggedright% + \small% + \sffamily% + \bfseries% + #1% + }% + }% + \ignorespaces% +} +%%% Satzspiegel erneut berechnen. +\typearea{last} +%%% Trennausnahmen definieren. +\hyphenation{ +Back-end +} + +\begin{document} +%%% Dokumenttitel. +\author{Die deutschsprachige Trennmustermannschaft} +\title{Freie Wortlisten und Trennmuster\linebreak[1] für die deutsche Sprache} +\subtitle{\bigskip Eine kurze Projektbeschreibung} +\maketitle +%%% Zweispaltiges Inhaltsverzeichnis. +\begin{multicols}{2} +\tableofcontents +\end{multicols} + + + +\section{Ziele} +\label{sec:ziele} +Dieses Projekt beabsichtigt, hochqualitative Wortlisten, +Trennmuster~\cite{liang:1983} und Ausnahmelisten für die deutsche +Sprache zu schaffen, die auch österreichische und +(deutsch)schweizerische Besonderheiten abdecken. Grundlage sind die +verbindlichen Regeln des Dudens in der Fassung von +1991~\cite{duden:1991} und die amtlichen Regeln für die Rechtschreibung +der deutschen Sprache in der Fassung von 2006~\cite{amtlRegeln:2006, + amtlRegeln:2006:duden}. Teil des Projekts ist eine Infrastruktur, die +die Kontrolle der Listen in verteilter Arbeit ermöglicht. Wortlisten, +Trennmuster und Ausnahmelisten sollen unter freien Lizenzen jedermann +zugänglich gemacht werden. + + + +\section{Wer wir sind} +\label{sec:wer} +Anstoß für dieses Projekt war eine Reihe von Artikeln in der +\emph{\TeX{}nischen Komödie}% +\footnote{Vereinsschrift der \emph{Deutschsprachigen Anwendervereinigung + \TeX} (\textls{DANTE}~e.\,V.), \url{http://www.dante.de/}}% +% +, die sich mit den herkömmlichen Trennmustern für die deutsche Sprache +auseinandersetzen~\cite{lemberg:2003, lemberg:2005, hennig:2008}. + +Die deutschsprachige Trennmustermannschaft ist eine offene Gruppe und +setzt sich zur Zeit aus Mitgliedern des \textls{DANTE}~e.\,V. sowie +Anwendern der Programme \TeX\ und \Programm{OpenOffice}% +\footnote{\url{http://de.openoffice.org/}} +% +zusammen. Die Kommunikation läuft derzeit über die Gruppe +\Programm{Trennmuster-Opensource} bei \Programm{Google}% +\footnote{\url{http://groups.google.de/group/trennmuster-opensource?hl=de}}% +% +, das Projekt soll jedoch bei einem anderen Internetdienst zur +Verwaltung von Softwareprojekten angemeldet werden. Ersatzweise kann +für die Diskussion auch die Newsgruppe \Datei{de.comp.text.tex} genutzt +werden. + +Wir benötigen dringend weitere Mithilfe. Informationen dazu können der +Dokumentation des \TeX-Pakets \texttt{dehyph-exptl} oder der folgenden +Aufgabenliste entnommen werden. Bei Interesse oder mit Fragen wenden +Sie sich bitte an die Projektliste. + + +\section{Aufgabenliste} +\label{sec:aufgabenliste} +Dieser Abschnitt enthält eine Zusammenstellung von anstehenden Aufgaben. +Die Liste ist weder sortiert noch vollständig. Die meisten Punkte +bestehen nur als Idee und werden zur Zeit nicht aktiv bearbeitet. + +\subsection{Wortlisten} +\begin{itemize}\raggedright + +\item Spezifikation und Implementierung der Datenbankanbindung + (Wortliste~v2.0, Backend) + +\item Spezifikation und Gestaltung der \Abk{html}-Maske zur verteilten + Kontrolle der Wortliste (Frontend) + +\item systematische Erweiterung der Hauptwortliste: + \begin{itemize} + \item um Wörter aus einer nach Häufigkeiten sortierten Liste (Quellen + sind vorhanden, siehe \autoref{sec:ressourcen}), + \item um Wörter aus geläufigen Sprachbereichen (Quellen werden + benötigt): + \begin{multicols}{2}\raggedcolumns + \begin{itemize} + \item Küche und Haushalt, + \item Flora und Fauna, + \item Handwerk, Politik, Sport, + \item (alte) Literatur: Märchen, Liedtexte, + \item deutsche Vor- und Nachnamen, + \item Städte- und Flussnamen, + \item \st{Zahlwörter und römische Zahlen}, + \item \ldots + \end{itemize} + \end{multicols} + \end{itemize} + +\item Erstellen von Wortlisten für fachspezifische Trennmuster (Quellen + werden benötigt): + \begin{multicols}{2}\raggedcolumns + \begin{itemize} + \item Naturwissenschaft und Technik, + \item Sprachwissenschaften, + \item Geschichte und Religion, + \item Medizin, + \item Jura, + \item Kunst, + \item \ldots + \end{itemize} + \end{multicols} + +\item Gewichtung der Trennstellen + +\item Markierung von Nottrennungen + +\item Behandlung von falschen Ligaturen + +\item Unterscheidung von Lang- und Rund-s für den Satz mit gebrochenen + Schriften + +\item verteilte Kontrolle von Rechtschreibung und Trennung des + Wortbestands + +\end{itemize} + +\subsection{Trennmuster} +\begin{itemize}\raggedright + +\item Können Strukturen der deutschen Sprache durch Startmuster in + \Programm{Patgen} berücksichtigt werden, zum Beispiel häufige Vor- und + Nachsilben wie \emph{auf-}, \emph{aus-}, \emph{ver-}, \emph{-keit}, + \emph{-lich}, \emph{-lein}, etc.? + +\end{itemize} + +\subsection{\TeX} +\begin{description}\raggedright + +\item[Sprachanbindung] Die Trennmuster für Schweizer Standarddeutsch + (traditionelle Rechtschreibung) benötigen eine Sprachanbindung für + \texttt{Babel} und \texttt{Polyglossia}. + +\item[Versionierung der Trennmuster] In Dokumenten muss trotz + weiterentwickelter Trennmuster langfristig umbruchtreuer Textsatz + garantiert werden können. Daher benötigt \TeX{}s + Sprachenschnittstelle (Pakete \texttt{Babel} bzw. + \texttt{Polyglossia}) einen Versionsmechanismus für die + Trennmusteraktivierung. $\Rightarrow$ Paket \texttt{hyphsubst} + +\item[mehrere Trennmuster laden] Für einzelne Dokumente ist es + wünschenswert, fachspezifische Trennmuster verwenden zu können. + Allerdings können Trennmuster nur während der Formaterstellung geladen + werden. Einmal eingebundene Trennmuster sind somit immer im Format + vorhanden. Es wäre sinnvoll, Trennmuster auch dynamisch während der + Ausführung laden zu können. Wie wird mit kollidierenden Mustern + umgegangen? $\Rightarrow$ Lua\TeX + +\item[Trennstellengewichte] Trennstellen sollen gewichtet werden können + (z.\,B. Haupt-, Neben-, Nottrennungen). + +\item[Verallgemeinerung des Trennalgorithmus] Derzeit benötigen + \TeX-Quelltexte in deutscher Sprache verschiedene Auszeichnungen: + + \begin{tabularx}{\linewidth}{lL} + \lstinline[style=LaTeX]+\\/ \"|+ & zur Korrektur falscher Ligaturen + (\lstinline[style=LaTeX]+Auf\"|lage+) \\ + \lstinline[style=LaTeX]+s:+ \emph{u.\,a.} & zur Unterscheidung von + langem und rundem~\emph{s} in gebrochenen Schriften + (\lstinline[style=LaTeX]+aus:setzen+) \\ + \lstinline[style=LaTeX]+\"ck+ & für die richtige Trennung von + \emph{ck} in der traditionellen Rechtschreibung + (\lstinline[style=LaTeX]+dru\"cken+) \\ + \lstinline[style=LaTeX]+\"ff \"ll+ \emph{u.\,a.} & für die richtige + Trennung von Dreifachkonsonanten mit folgendem Vokal in der + traditionellen Rechtschreibung + (\lstinline[style=LaTeX]+Meta\"llegierung+) \\ + \end{tabularx} + + Für die Dokumentenerstellung mit \TeX\ ergeben sich dadurch die + folgenden Nachteile: + \begin{enumerate} + \item Alle genannten Eingriffe beeinflussen die Worttrennung in den + übrigen Wortteilen. + \item Das Anbringen der Auszeichnung von Hand erfordert zusätzlichen + Aufwand und ist fehleranfällig. + \item Physische Auszeichnung erschwert den Wechsel zwischen + gebrochener und runder Schrift. + \item Physische Auszeichnung erschwert den Wechsel zwischen + traditioneller und reformierter Rechtschreibung. + \end{enumerate} + Idealerweise sollte ein Quelltext möglichst wenige physische + Auszeichnungen enthalten. + + Es handelt sich hier um ein Mustererkennungsproblem ähnlich der + Worttrennung. Denkbar ist eine Verallgemeinerung des + Silbentrennalgorithmus, mit der diese Fälle ohne Eingriffe im + Quelltext erkannt und richtig behandelt werden können: Mit + entsprechenden zusätzlichen Mustern werden während des Absatzumbruchs + \emph{verschiedene} Tries durchsucht und die notwendigen Ersetzungen + vorgenommen. $\Rightarrow$ Vorschlag für Lua\TeX-Entwickler + ausarbeiten + +\end{description} + +\subsection{Sonstige} +\begin{itemize}\raggedright + +\item Umzug auf einen anderen Host (BerliOS, Sourceforge o.\,ä.) + +\item Reservierung einer eigenen Domain + +\end{itemize} + + + +\section{Zeitplan} +\label{sec:zeitplan} +Kurzfristig steht die Verbesserung der in \TeX\ und +\Programm{OpenOffice} verwendeten Trennmuster im Vordergrund. + +Die Pflege der Wortlisten und Trennmuster ist jedoch ein +Langzeitprojekt. Die verwendeten Werkzeuge und Listen sind daher gut zu +dokumentieren. + + + +\section{Ressourcen} +\label{sec:ressourcen} +\subsection{Auf welche Wortlisten können wir zurückgreifen?} + +\lrand{\medskip Lembergs Liste} +\begin{tabularx}{\linewidth}[t]{lL} + \toprule\addlinespace + Urheber & Werner Lemberg\\ + Rechte & (\Abk{gpl} angestrebt)\\ + Wortformen & 430\,000\\ + Sortierkriterium & alphabetisch\\ + Rechtschreibung & gut\\ + Bemerkung & manuell gepflegt\\ + Zugriff & \Programm{git}-Repositorium:\newline + \verb+$git clone git://repo.or.cz/wortliste.git+\\ + Stand & 15.\,6.\,2009\\ + \addlinespace\bottomrule +\end{tabularx} + +\bigskip\bigskip +\noindent\lrand{\medskip Leipziger Liste} +\begin{tabularx}{\linewidth}[t]{lL} + \toprule\addlinespace Urheber & Liste des Wortschatzprojekts der Universität Leipzig% + \footnote{\url{http://wortschatz.uni-leipzig.de/}}\\ + Rechte & \Abk{gpl}\\ + Wortformen & 2\,000\,000\\ + Sortierkriterium & Häufigkeit\\ + Rechtschreibung & mangelhaft\\ + Bemerkung & automatische Internetsuche (Datenbanken, Zeitungsarchive usw.)\\ + Zugriff & \ldots\\ + Stand & 28.\,3.\,2008\\ + \addlinespace\bottomrule +\end{tabularx} + +\bigskip\bigskip +\noindent\lrand{\medskip Mannheimer Liste} +\begin{tabularx}{\linewidth}[t]{lL} + \toprule\addlinespace + Urheber & Korpus des Instituts für Deutsche Sprache (\Abk{ids})% + \footnote{\url{http://www.ids-mannheim.de/kl/}}\\ + Rechte & ">Darf in ihrer Gesamtheit -- wie vereinbart -- nicht veröffentlicht oder an Dritte weitergegeben werden."< Abgeleitete Werke können nach unserer Wahl behandelt werden.\\ + Wortformen & 4\,000\,000\\ + Sortierkriterium & Häufigkeitsklassen\\ + Rechtschreibung & mittel\\ + Zugriff & nicht öffentlich\\ + Stand & 9.\,10.\,2007\\ + \addlinespace\bottomrule +\end{tabularx} + + +\subsection{Welche Listen haben wir in Aussicht?} + +\lrand{\medskip Berliner Liste} +\begin{tabularx}{\linewidth}[t]{lL} + \toprule\addlinespace + Urheber & Kernkorpus des Projekts Digitales Wörterbuch der Deutschen Sprache (\Abk{dwds})% + \footnote{\url{http://www.dwdscorpus.de/}}\\ + Rechte & \ldots\\ + Wortformen & 2\,000\,000\\ + Sortierkriterium & \ldots\\ + Rechtschreibung & \ldots\\ + Bemerkung & repräsentativer Wortschatz der deutschen Sprache\\ + Zugriff & derzeit nicht\\ + Stand & Juni 2009\\ + \addlinespace\bottomrule +\end{tabularx} + + + +\section{Bisherige Ergebnisse} +\label{sec:ergebnisse} +\subsection{Trennmuster} +\begin{itemize} +\item Das \LaTeX-Paket \texttt{dehyph-exptl} enthält die aktuellen + experimentellen Trennmuster, die aus Werner Lembergs Liste generiert + wurden. Diese können zusammen mit den Paketen \texttt{Babel} und + \texttt{hyphsubst} verwendet werden. Das Paket \texttt{dehyph-exptl} + ist im \Abk{ctan} verfügbar.% + \footnote{Comprehensive \TeX\ Archive Network, + \url{http://ctan.tug.org/}} + +\item Die bisherigen Trennmusterdateien für die traditionelle und + reformierte Rechtschreibung, die Dateien \Datei{dehypht.tex} und + \Datei{dehyphn.tex}, können im \Abk{ctan} bezogen werden. Sie sind + \emph{nicht} im Zuge dieses Projekts entstanden. + +\item Die Ausnahmedatei \texttt{dehyphtex.tex} für die traditionellen + deutschen Trennmuster ist im \Abk{ctan} verfügbar. +\end{itemize} + +\subsection{Wortlisten} +Die von Werner Lemberg erstellte und kontrollierte Liste steht im +öffentlich zugänglichen Entwicklerrepositorium.% +\footnote{\url{http://repo.or.cz/w/wortliste.git}} +% +Eine Kopie kann mit +\begin{lstlisting}[style=shell] +$git clone git://repo.or.cz/wortliste.git +\end{lstlisting} +bezogen werden.% +\footnote{\url{http://repo.or.cz/}} + +Für den Zugriff auf dieses Repositorium sollte \Programm{Git}~1.5.6.5 +oder jünger verwendet werden. Ältere Versionen enthalten einen Fehler +im Netzwerkzugriff, der dazu führt, dass statt eines Satzes von +Änderungen häufig die komplette Wortliste übertragen wird. + +Außerdem sollte für einen reibungslosen Betrieb nach dem Klonen dieses +Repositoriums die Konfigurationsvariable \verb+core.DeltaBaseCacheLimit+ +vom Standardwert 16\,MB auf mindestens 64\,MB erhöht werden. Mit +älteren \Programm{Git}-Versionen können auch deutlich höhere Werte +sinnvoll sein. Die Konfiguration kann beispielhaft so erfolgen: +\begin{lstlisting}[style=shell] +$git config core.DeltaBaseCacheLimit 64m +$git config --get core.DeltaBaseCacheLimit +\end{lstlisting} +Das letzte Kommando sollte nun den Wert \verb+64m+ zurückliefern. + +Das Format der Datei \Datei{wortliste} ist in der Datei +\Datei{dateikopf} beschrieben. Im Repositorium sind auch einige +Skripten zur Bearbeitung der Wortliste enthalten. Aktualisiert wird die +Wortliste (das gesamte lokale Repositorium) mit +\begin{lstlisting}[style=shell] +$git pull +\end{lstlisting} + +\subsection{\Abk{html}-Prüfmaske} +Es existiert ein Entwurf für eine interaktive Maske zur Kontrolle der +Rechtschreibung von Wortlisten und der Eingabe korrekter Trennungen.% +\footnote{\url{http://www.mnn.ch/opendehyph/index.php}} + + +\raggedright +\bibliography{projektbeschreibung} + + +\end{document} + +%%% Local Variables: +%%% mode: latex +%%% TeX-PDF-mode: t +%%% TeX-master: t +%%% coding: iso-8859-15 +%%% End: diff -Nru texlive-lang-2007.dfsg.4/texmf-dist/doc/generic/dehyph-exptl/README texlive-lang-2009/texmf-dist/doc/generic/dehyph-exptl/README --- texlive-lang-2007.dfsg.4/texmf-dist/doc/generic/dehyph-exptl/README 1970-01-01 01:00:00.000000000 +0100 +++ texlive-lang-2009/texmf-dist/doc/generic/dehyph-exptl/README 2009-06-29 00:40:17.000000000 +0100 @@ -0,0 +1,67 @@ +Package: dehyph-exptl (experimental German hyphenation patterns) +Version: v0.20 +Date: 2009-06-24 +License: LPPL +Author: Werner Lemberg +Email: wl@gnu.org +URL: http://groups.google.de/group/trennmuster-opensource + + +English: +This package provides experimental hyphenation patterns for +the German language, covering traditional and reformed +orthography for several varieties of Standard German. The +patterns can be used with packages Babel and hyphsubst from +the Oberdiek bundle. + +Deutsch: +Dieses Paket enthaelt experimentelle Trennmuster fuer die +deutsche Sprache. Die Trennmuster decken das in +Deutschland, Oesterreich und der Schweiz gebraeuchliche +Standarddeutsch in der traditionellen und reformierten +Rechtschreibung ab und koennen mit den Paketen Babel und +hyphsubst aus dem Oberdiek-Buendel verwendet werden. + + +***************** +** File List ** +***************** +CHANGES - documentation (ISO-8859-15) +INSTALL - documentation (ISO-8859-15) +LICENSE - documentation (ASCII) +README - documentation (ASCII) +dehyph-exptl.bib - documentation (ASCII) +dehyph-exptl.pdf - documentation +dehyph-exptl.tex - documentation (ISO-8859-15) +dehyphn-x-.pat - patterns for reformed orthography of + Standard German as used in Germany, + Austria, and Switzerland (UTF-8) +dehyphn-x-.tex - wrapper for 8-bit TeX +dehypht-x-.pat - patterns for traditional orthography + of Standard German as used in + Germany and Austria (UTF-8) +dehypht-x-.tex - wrapper for 8-bit TeX +dehyphts-x-.pat - patterns for traditional orthography + of Standard German as used in + Switzerland (UTF-8) +dehyphts-x-.tex - wrapper for 8-bit TeX +projektbeschreibung.bib - documentation (ASCII) +projektbeschreibung.pdf - documentation +projektbeschreibung.tex - documentation (ISO-8859-15) + + +******************** +** Installation ** +******************** +See file INSTALL for German and English installation +instructions. + + +********************** +** Documentation ** +********************** +Documentation can be found in file dehyph-exptl.pdf (German +only). + + +END. diff -Nru texlive-lang-2007.dfsg.4/texmf-dist/doc/generic/ibycus/ibycus3.RME texlive-lang-2009/texmf-dist/doc/generic/ibycus/ibycus3.RME --- texlive-lang-2007.dfsg.4/texmf-dist/doc/generic/ibycus/ibycus3.RME 2006-01-09 00:56:57.000000000 +0000 +++ texlive-lang-2009/texmf-dist/doc/generic/ibycus/ibycus3.RME 1970-01-01 01:00:00.000000000 +0100 @@ -1,231 +0,0 @@ -[This is ./doc/fonts/ibycus3/tex/README - May 1992, revised Apr. 1994, revised for LaTeX2e Sep-Oct. 1995 - Final notes on Ibycus 3, May 30, 1966 ] - - ( THIS IS A TDS-CONFORMANT PACKAGE ) - -BE SURE THAT ibycus3.map HAS BEEN COPIED AS DESCRIBED BELOW - -A sample input file is provided in iby3text.tex or ibycus3.ltx - -PLAIN TeX USAGE: \input iby3text - - then: \setgreek10/12 (or other reasonable combination - of pointsize and leading) - - then: Latin text \GK{}a)rxai=a gra'mmata\RM{} Latin again. - - NOTE that the ) is a smooth breathing, not a parenthesis. - -LaTeX2e USAGE: \usepackage{ibycus3} - - then: Latin text {\greek{a)rxai=a gra'mmata}} Latin again. - (Note the double braces, there is a font change here.) - - change font size with the \fontsize macro, thus: - - \fontsize{14}{17pt}\selectfont - - -The TeX files in $TEXMF/tex/generic/ibycus3 together with the -METAFONT files in $TEXMF/fonts/source/public/ibycus3 -{\em especially ibycus3.map} are intended to provide a -reasonable degree of compatibility between David Packard Jr.'s -Ibycus/TLG system, and the TeX and METAFONT environment. These TeX -files may have to be moved to an appropriate branch directory of -$TEXMF/tex/ if you are not using Karl Berry's path-searching -or its equivalent. - -The package consists of a set of METAFONT files which use the original -characters of Silvio Levy's greek fonts (these can be got from -one of the CTAN archives and placed in $TEXMF/fonts/source/public/levy -if you are using a TeX Directory Structure [TDS] layout of files) -and combine them in ways which reflect the increased capabilities of TeX -and METAFONT developed since Levy did the original greek for TeX. -If you are not using a file searching system like Karl Berry's -"kpathsea", see $TEXMF/fonts/source/public/ibycus3/ibycus3.mf for -hints on making the levy source available - -Ibycus3 METAFONT files are in $TEXMF/fonts/source/public/ibycus3 - -The most significant changes are: - - 1. The large repertory of initial/medial sigma + letter pairs - is suppressed from the new fonts, and the new enhanced TFM - ligature scheme is used instead to provide for the automatic - differentiation between medial and final sigma. - - 2. The cells thus opened up in the font mapping are used for - a variety of additional characters: - - a. A full repertory of vowels with breathings and - barytone accents (absent from the original). - - b. Digamma, koppa and sampi (the last in lowercase - late form only, since earlier forms are rather - problematic and are virtually unused even in - epigraphical texts). - NOTE: there is still room for things like acrophonic - numerals, and perhaps the two markers used to - distinguish numeric from alphabetic use of the letters - ought to be provided. Another possibility is - special symbols for text-edition, such as double - brackets. (Editor supplements can be done - using the characters defined in iby3extr.tex). - - Iota subscript retains its simple form in 300dpi - renditions, and in any bitmap which drops below - 500dpi, but it thins out and develops a slight - rightward hook at 600dpi and above. - - 3. All characters have been named. The constructs - ASCII"A" and oct"000" appear only at lower levels - of programming. - - 4. Character spacing has been adjusted through kerning tables, - particularly around lowercase iota (file ibylig.mf). - There is more that could and should be done. - Maybe it will yet happen. - - 5. Font mapping is specified independently of other - parameters, in a distinct and separate file (file ibycus3.map). - In some cases it may be more effective to remap the font - than to struggle with TeX remapping. - - 6. Accents have been redesigned in several cases, usually - in an attempt to reduce crowding among the elements of - accent clusters. The accents with diaeresis have been shifted - to clear the dot they lean toward. A programming error which - produced the wrong displacement value with free-standing accents - has been corrected. Accents before uppercase vowels are - pair-kerned with the vowels. Angle brackets, half brackets, - double quotes, braces and a dagger are now provided (see - ibyextra.tex). - -The associated TeX files are: - - 1. $TEXMF/tex/generic/ibycus3/ibycus3.tex - - The driver file for this package (in plain tex). - - 1a. $TEXMF/tex/generic/ibycus3/ibycus3.sty - - The driver file for this package (in LaTeX2e). - - 2. $TEXMF/tex/generic/ibycus3/set3grk.tex - - Included by ibygrk.tex unless newnep format is running - - 3. $TEXMF/tex/generic/ibycus3/tlgsqq.tex - - The name suggests the association with coding of the - Thesaurus Linguae Graecae. - - This file provides uniquely named macros for all combinations - of letter and accent, so that any invocation of the macro will - produce a sequence of characters corresponding with the - entries put into the TFM ligature table. These sequences may - always be used to generate accented characters. They are - based, with some slight modifications where David Packard's Ibycus - input coding seems too misleading, on the Ibycus adaptation of - TLG beta-code. ) and ( are used for breathings, ' and ` are - used for oxytone and barytone (to avoid preemption of the - usual TeX excape character) and = is used for perispomenon - to avoid preemption of the active tie character in plain.tex. - | is used for iota subscript. Order is significant. - Breathings or diereses come first, after the affected letter, then - accents, then iota subscript. + is dieresis, which should - only appear after u or i. '' is the mark of elision - Single quotes may be provided by `` and '', but isolate them - in braces whereever the first of either pair risks being - interpreted as an accent. - - The digraphs, trigraphs etc can be read from tlgsqq.tex - - Additional digraphs are K+ Koppa, k+ koppa, C+ lunate Cigma, - c+ lunate cigma, s+ sampi (lowercase late form only) and s| which - forces a medial sigma at word end. - << and >> give guillemets (not guillemots as Adobe - ornithologically supposes) and (( )) give single parentheses - though care must be taken that the first ( or ) is not - interpreted as a breathing. {((} and {))} are safe. - - 4. ibycus3.map - - This is {\em exactly} the same file as is used by METAFONT. - Copy $TEXMF/fonts/source/public/ibycus3/ibycus3.map - to the same directory as ibycus3.tex - or, even better, link it with a symbolic link. - It is so structured that it can be read by either - TeX or Metafont. The mapping is very close to that of GreekKeys, - which is distributed for the Macintosh by the American - Philological Association. Other mappings can be created - in the same manner. - - 5. $TEXMF/tex/generic/ibycus3/Uibycus3.fd - - Supporting fd file for LaTeX2e. - - 6. $TEXMF/tex/generic/ibycus3/iby3extr.tex - - Some editorial symbols for classical editions. - - 7. $TEXMF/tex/generic/ibygrk/ibycus3.ltx - $TEXMF/tex/generic/ibygrk/iby3text.tex - The exquisite little poem by Ibycus of Rhegium, until recently - almost the only thing known by him. (The Ibycus system - developed by David Packard is only indirectly named after - the poet. The direct inspiration was Packard's cat.) - -NOTE: Earlier users of this package may be dismayed by the new naming -system for the fonts, but it seems the only way to provide for -desirable results. It is necessary to keep this Ibycus package -clearly distinct from the new package announced below. Symbolic -links are provided to ease the transition. Ibycus4 (see below) will -be as close as possible to Ibycus3 in all external respects, but -there are some improved set widths which might clobber old carefully -adjusted text spacings. - -The new naming convention uses "ibycus3" wherever possible, and -the shorter string "iby3" where that would lead to ambiguity. -some of the individual METAFONT character files are simply -taged with the number 3. 8+3 filename compatibility is preserved. -(with difficulty). - -The names of PK and TFM files follow Karl Berry's font name convention -( 84 is the encoding for Ibycus 4, for which see below). - -Foundry Facename Weights Variants Encoding_Variants DesignSize - -f ib [r], b r, o 83, 84 [10], 9, 8 - -fibr83 fibo83 fibb83 - - with METAFONT design-size additions -fibr838 fibo838 fibb838 -fibr839 fibo839 fibb839 - - - -Still in the future. - - Ibycus4 will have the major epigraphical characters and conventions, - dotted letters, epsilon and omicron with perispomene accent - for pre-403 Attic orthography, uprighted italic h for aspirate and - a special set of TFM files for "stoichedon" inscriptions. - Maybe even a prime that really works for numbers. - The input coding for Ibycus4 is hardly changed at all from - Ibycus3 coding: The apostrophe and single quotes can be - given as ` {`} and ' {'} instead of having to be doubled - and <> give conjectural emendation angle brackets without - requiring an excursion into math mode. ! {\bang} gives - a dotted letter for all except iota-subscripted vowels. - Slight improvements in set widths, which is the chief reason - for keeping Ibycus3 and Ibycus4 clearly separate. - - Also in the works, a type1 version. - -Pierre A. MacKay -Department of Classics -University of Washington -mackay@cs.washington.edu diff -Nru texlive-lang-2007.dfsg.4/texmf-dist/doc/generic/ibycus/ibycus4.ltx texlive-lang-2009/texmf-dist/doc/generic/ibycus/ibycus4.ltx --- texlive-lang-2007.dfsg.4/texmf-dist/doc/generic/ibycus/ibycus4.ltx 2006-01-09 00:56:57.000000000 +0000 +++ texlive-lang-2009/texmf-dist/doc/generic/ibycus/ibycus4.ltx 1970-01-01 01:00:00.000000000 +0100 @@ -1,40 +0,0 @@ -% ibycus4.ltx-- P.A. MacKay -- July 13, 1997 -% Pierre A. MacKay, Dept. of Classics, University of Washington -% mackay@cs.washington.edu -% ------------------------ -% An example of ibycus4 using LaTeX2e -% -% Text from D. L. Page, {\it Greek Melic Poets}, (Oxford, 1962), p. 148 -% accepting the emendations of Mehlhorn and Hermann. -% -\documentclass[11pt]{article} -\usepackage{ibycus4} -\pagestyle{empty} - -\begin{document} -\begin{center} -\greek{\fontsize{20.74}{17pt}\selectfont -IBUKOU TOU RHGINOU} -\end{center} - -\vspace{.5in} - -\greek{ -\fontsize{14}{17pt}\selectfont -\begin{verse} -\leavevmode\llap{)=}Hri me`n ai(' te Kudw'niai\\ -mhli'des a)rdo'menai r(oa=n\\ -e)k pota'mwn i('na Parqe'nwn\\ -kh=pos a)kh'ratos, ai(' t' oi)nanqi'des\\ -au)co'menai skie'roisin u(f' e('rnesin\\ -oi)nare'ois qale'qoisin; e)moi` d' e)'ros\\ -ou)demi'an kata'koitos w('ran.\\ -q' u(po` steropa=s fle'gwn\\ -Qrhi+'kios Bore'as a)i's|-\\ -\quad swn para` Ku'pridos a)zale'ais mani'aisin e)remno`s a)qambh`s\\ -e)gkrate'ws pedo'qen \dagger fla'sen\dagger\\ -h(mete'ras fre'nas. -\end{verse}} -\end{document} - -\bye diff -Nru texlive-lang-2007.dfsg.4/texmf-dist/doc/generic/ibycus/psibycus.ltx texlive-lang-2009/texmf-dist/doc/generic/ibycus/psibycus.ltx --- texlive-lang-2007.dfsg.4/texmf-dist/doc/generic/ibycus/psibycus.ltx 2006-01-09 00:56:57.000000000 +0000 +++ texlive-lang-2009/texmf-dist/doc/generic/ibycus/psibycus.ltx 1970-01-01 01:00:00.000000000 +0100 @@ -1,41 +0,0 @@ -% psibycus.ltx-- P.A. MacKay -- July 16, 1999 -% Pierre A. MacKay, Dept. of Classics, University of Washington -% mackay@cs.washington.edu -% ------------------------ -% An example of ibycus4 using LaTeX2e and calling on the type1 -% font IbycusHTG-Regular in place of fibr84 -% -% Text from D. L. Page, {\it Greek Melic Poets}, (Oxford, 1962), p. 148 -% accepting the emendations of Mehlhorn and Hermann. -% -\documentclass[11pt]{article} -\usepackage{psibycus} -\pagestyle{empty} - -\begin{document} -\begin{center} -\greek{\fontsize{20.74}{17pt}\selectfont -IBUKOU TOU RHGINOU} -\end{center} - -\vspace{.5in} - -\greek{ -\fontsize{14}{17pt}\selectfont -\begin{verse} -\leavevmode\llap{)=}Hri me`n ai(' te Kudw'niai\\ -mhli'des a)rdo'menai r(oa=n\\ -e)k pota'mwn i('na Parqe'nwn\\ -kh=pos a)kh'ratos, ai(' t' oi)nanqi'des\\ -au)co'menai skie'roisin u(f' e('rnesin\\ -oi)nare'ois qale'qoisin; e)moi` d' e)'ros\\ -ou)demi'an kata'koitos w('ran.\\ -q' u(po` steropa=s fle'gwn\\ -Qrhi+'kios Bore'as a)i's|-\\ -\quad swn para` Ku'pridos a)zale'ais mani'aisin e)remno`s a)qambh`s\\ -e)gkrate'ws pedo'qen \dagger fla'sen\dagger\\ -h(mete'ras fre'nas. -\end{verse}} -\end{document} - -\bye diff -Nru texlive-lang-2007.dfsg.4/texmf-dist/doc/generic/ibycus/psibycus.RME texlive-lang-2009/texmf-dist/doc/generic/ibycus/psibycus.RME --- texlive-lang-2007.dfsg.4/texmf-dist/doc/generic/ibycus/psibycus.RME 2006-01-09 00:56:57.000000000 +0000 +++ texlive-lang-2009/texmf-dist/doc/generic/ibycus/psibycus.RME 1970-01-01 01:00:00.000000000 +0100 @@ -1,99 +0,0 @@ -This file is psibycus.RME - -The Type1 version of the Ibycus Greek font (regular weight only) -available on orhan.classics.washington.edu, in the directory -/ftp/pub/tex has been sell enough received that it is being added to -the ibycus4 package. The font is still largely unhinted, but I am -beginning to wonder whether that matters. I did plan to provide a -rather thorough set of hints, since the primary purpose for making up -this font was to get away from the crude bitmap scaling that is all -you can get out of PDF readers. Hinting, however, is even worse than -filing matrices. It is a soul-destroying bore, and I cannot do very -much of it at any given session. The absence of hints will not be -noticed at resolutions of 600dpi and above. On paper, the weight is -just about right. In PDF files created with Adobe Distiller, the -screen appearance is remarkably good. In xdvi it is even better. In -ghostscript the rasterization uncontrolled by hints produces too dark -an effect, but it does make it that much more readable. The font has -a private UniqueID in the open range for now, but a registered -UniqueID will be applied for. - -The original METAFONT realization of ibycus4 remains the controlling -form of the font. The TeX user will see absolutely no difference -in the set-widths of the Type1 font because the set widths in the -TFM file are directly related (with infinitesimal roundings) to -those in the the TFM file for the METAFONT version. NOTE: My previous -hope that I could use exactly the same TFM for the type1 version -and the METAFONT version failed because some renderers such as -pdftex choke on even the slightest difference in set width. - -The Type1 control points have been derived from METAFONT log output -generated by "tracingspecs". This is not impossible, as has sometimes -been claimed, but it does take work. - -The additions to the METAFONT based package consist of: - -1. IbycusHTG-Regular.pfa ( = fibr.pfa = IBYHTGR_.PFB ). - The character designs are Silvio Levy's. Some small differences - in accent positioning and vertical positioning on the classic - METAFONT typeface grid have been allowed. My own lowercase lunate - sigma has been improved. These changes will ultimately be read - back into the ibycus4 METAFONT source. - -2. fibr.tfm (blended from the TFM file produced by afm2tfm and - the ligature and kerning from fibr84.tfm. The use of the Type1 font - is specified by calling on fibr, rather than fibr84. - Obliqued versions are invoked with fibo.tfm (derived in the same way). - Bold versions of the font are still exclusively METAFONT. - They will continue to be invoked as fibb84[89]? - until I make up Type1 versions of them (if I ever do). - -3. fibr.vf (fibo.vf), which serves to provide a reference into a dvips map - file. The raw TFM for this VF file is fibr84.tfm (fibo84.tfm), which - has the interesting effect of making METAFONT generated PK files a - fail-safe alternative in sizes above 10pt if the dvips map lookup fails. - The checksums for fibr.tfm fibr84.tfm and fibr.vf are identical. - likewise for fibo.tfm fibo84.tfm and fibo.vf. - This is arbitrary, since fibr.vf has integer escapement values - rounded from the METAFONT values in the tfm files. - -4. config.iby and iby.map. The iby.map file shows how to associate - fibr84 and fibo84 with IbycusHTG-Regular. - fibr84 IbycusHTG-Regular > give guillemets (not guillemots as Adobe - ornithologically supposes) and (( )) give single parentheses - though care must be taken that the first ( or ) is not - interpreted as a breathing. {((} and {))} are safe. - - %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% - NOTE: THE FOLLOWING CODINGS ARE NOT COMPATIBLE WITH IBYCUS3 - %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% - I have tried to keep incompatible codings to the minimum - but the ibycus3 versions of the following were extremely - undesirable. These are all simplifications of ibycus3 coding. - %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% - The mark of elision is ' or {'} (the form in braces may be - needed to prevent ' from being read as an accent). - Single quotes may be provided by ` {`} and ' {'}, (isolate them - in braces if necessary). Double quotes are `` {``} and - '' {''} (isolate in braces if necessary). < and > are the - angle brackets used for conjectural supplements. - %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% - - 4. ibycus4.map - - This is {\em exactly} the same file as is used by METAFONT. - Copy $TEXMF/fonts/source/public/ibycus4/ibycus4.map - to the same directory as ibycus4.tex - or, even better, link it with a symbolic link. - It is so structured that it can be read by either - TeX or Metafont. The mapping is very close to that of GreekKeys, - which is distributed for the Macintosh by the American - Philological Association. Other mappings can be created - in the same manner. - - 5. $TEXMF/tex/generic/ibycus4/Uibycus4.fd - - Supporting fd file for LaTeX2e. - - 6. $TEXMF/tex/generic/ibycus4/iby4extr.tex - - Access to some editorial symbols for classical editions. - - continues . . . - - README Page 4 - - 7. $TEXMF/tex/generic/ibygrk/ibycus4.ltx - $TEXMF/tex/generic/ibygrk/iby4text.tex - The exquisite little poem by Ibycus of Rhegium, until recently - almost the only thing known by him. (The Ibycus system - developed by David Packard is only indirectly named after - the poet. The direct inspiration was Packard's cat.) - - M E T A F O N T - -The METAFONT part of the package consists of a set of files which use -the original characters of Silvio Levy's greek fonts and combine them -in ways which reflect the increased capabilities of TeX and METAFONT -developed since Levy did the original greek for TeX. The Levy source -files can be got from one of the CTAN archives and placed in -$TEXMF/fonts/source/public/levy - where they will automatically become -accessible if you are using a TeX Directory Structure [TDS] layout of -files. If you are not using a file searching system like Karl Berry's -"kpathsea", see $TEXMF/fonts/source/public/ibycus4/ibycus4.mf for -hints on making the Levy source available. For directions on the -use and management of Karl Berry's path searching, consult "The TeX -Live Guide, version 2" by Sebastian Rahtz and Michael Goosens, in -{\it TUGboat}. Volume 18 (1997). Pages 81-112, especially pp. 87--9. -Web2c TeX for Unix systems, Thomas Esser's teTeX, and the Solaris package -referenced at http://smc.vnet.net/solaris_2.5.html all use Karl -Berry's path searching. - -Ibycus4 METAFONT files are in $TEXMF/fonts/source/public/ibycus4 - -The most significant changes are: - - 1. The large repertory of initial/medial sigma + letter pairs - is suppressed from the new fonts, and the new enhanced TFM - ligature scheme is used instead to provide for the automatic - differentiation between medial and final sigma. - - 2. The cells thus opened up in the font mapping are used for - a variety of additional characters: - - a. A full repertory of vowels with breathings and - barytone accents (many of these were absent from the - original). The various forms of long epsilon and - omicron with perispomene accent needed for early Attic - and similar local scripts are provided. - - b. Lunate sigma, digamma, koppa and sampi are - provided (the last in its lowercase late form - only, since earlier forms are rather problematic - and are virtually unused even in epigraphical texts). - - c. A simple iota subscript in a 0.5em character space - is provided at position '174 for use in unusual - - continues . . . - - README Page 5 - - groupings. For all normal usages three additional - occurences of the glyph are kerned (in the traditional - sense) far to the left so that they will fit under - alpha, eta and omega respectively. These characters - are called out automatically through the TeX TFM - ligature system, for which see below. The glyph under - eta is shortened slightly to give better clearance - under the left stem of lowercase eta. The iota - subscript glyph retains its simple form in 300dpi - renditions, and in any bitmap which drops below - 500dpi, but it thins out and develops a slight - rightward hook at 600dpi and above. - - d. The mechanism of drastic left kerning is also used - to set dots under letters which cannot be read - completely from the manuscript or stone. These dota - are likewise called out automatically through the TFM - ligature system. A final ! {\bang} after any letter - or letter with postpositive accents (except those - with iota subscripts) will produce the dotted form. - - e. Angle brackets, half brackets, double quotes, braces, - a dagger and a doubledagger are now provided (see - iby4extr.tex). - - 3. All characters have been named. The constructs - ASCII"A" and oct"000" appear only at lower levels - of programming. - - 4. Character spacing has been adjusted through kerning tables, - particularly around lowercase iota (file ibylig4.mf). - There is better separation between breathings and accents - (this has required a redesign of almost all accents) and - clearance between accent and base letter has been increased. - The perispomene has been restored to its traditional form with - a thick center and tapered ends, and the breathings have been - given shorter, tapered tails. The deep ink trap between the - bulb and tail of the breathings has been eliminated. Accents - over epsilon have been raised and slightly shortened to give - better clearance. The accents with diaeresis have been shifted - up and laterally to clear the dot they lean toward. - - 5. Font mapping is specified independently of other - parameters, in a distinct and separate file (file ibycus4.map). - In some cases it may be more effective to remap the font - than to struggle with TeX remapping. - - continues . . . - - README Page 6 - - 6. A programming error which produced the wrong displacement - value with free-standing accents has been corrected. Accents - before uppercase vowels are kerned (in the traditional sense) - out left to a negative left side bearing of about one unit - (1/18em) unit so that their escapement does not leave - excessive space after the preceding word or at the start of a - line. They have also been properly pair-kerned with the - uppercase vowels. - -A new naming convention uses "ibycus4" wherever possible, and -the shorter string "iby4" where that would lead to ambiguity. -some of the individual METAFONT character files are simply -taged with the number 4. 8+3 filename compatibility is preserved. -(under protest and with difficulty). - -The names of PK and TFM files follow Karl Berry's font name convention -( 84 is the encoding for Ibycus 4). - -Foundry Facename Weights Variants Encoding_Variants DesignSize - -f ib [r], b r, o 84 [10], 9, 8 - -fibr84 fibo84 fibb84 - - with METAFONT design-size additions -fibr848 fibo848 fibb848 -fibr849 fibo849 fibb849 - -Driver files for the Bold Oblique variant can be provided but their use -is discouraged. These Didot-derived characters do not stand up well -to either boldfacing or obliqueing, and the combination is quite -unfortunate. The typewriter style originally offered with these -designs is quietly forgotten, although the code for it is still -embedded in Silvio Levy's source. - - Also in the works, a type1 version. - -Pierre A. MacKay -Department of Classics -University of Washington -mackay@cs.washington.edu diff -Nru texlive-lang-2007.dfsg.4/texmf-dist/doc/generic/r-und-s/COPYRIGHT texlive-lang-2009/texmf-dist/doc/generic/r-und-s/COPYRIGHT --- texlive-lang-2007.dfsg.4/texmf-dist/doc/generic/r-und-s/COPYRIGHT 2006-01-09 00:56:57.000000000 +0000 +++ texlive-lang-2009/texmf-dist/doc/generic/r-und-s/COPYRIGHT 1970-01-01 01:00:00.000000000 +0100 @@ -1,26 +0,0 @@ -% -% Copyright (c) 1997-1999 Thiemo Nordenholz -% All rights reserved. -% -% Redistribution and use in source and binary forms, with or without -% modification, are permitted provided that the following conditions -% are met: -% 1. Redistributions of source code must retain the above copyright -% notice, this list of conditions and the following disclaimer. -% 2. Redistributions in binary form must reproduce the above copyright -% notice, this list of conditions and the following disclaimer in the -% documentation and/or other materials provided with the distribution. -% -% THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND -% ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE -% IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -% ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE -% FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -% DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS -% OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) -% HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT -% LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY -% OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF -% SUCH DAMAGE. -% -% diff -Nru texlive-lang-2007.dfsg.4/texmf-dist/doc/generic/r-und-s/r_und_s.doc texlive-lang-2009/texmf-dist/doc/generic/r-und-s/r_und_s.doc --- texlive-lang-2007.dfsg.4/texmf-dist/doc/generic/r-und-s/r_und_s.doc 2006-01-09 00:56:57.000000000 +0000 +++ texlive-lang-2009/texmf-dist/doc/generic/r-und-s/r_und_s.doc 1970-01-01 01:00:00.000000000 +0100 @@ -1,179 +0,0 @@ - r_und_s.sty - (v1.1i) - R- und S-Saetze fuer LaTeX - R- and S-phrases for LaTeX - Thiemo Nordenholz - ->>>international section (english) below<<< - -1. Copyright und Disclaimer -% -% Copyright (c) 1997-1999 Thiemo Nordenholz -% All rights reserved. -% -% Redistribution and use in source and binary forms, with or without -% modification, are permitted provided that the following conditions -% are met: -% 1. Redistributions of source code must retain the above copyright -% notice, this list of conditions and the following disclaimer. -% 2. Redistributions in binary form must reproduce the above copyright -% notice, this list of conditions and the following disclaimer in the -% documentation and/or other materials provided with the distribution. -% -% THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND -% ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE -% IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -% ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE -% FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -% DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS -% OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) -% HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT -% LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY -% OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF -% SUCH DAMAGE. -% -% - -2. Beschreibung -Dieses Paket definiert LaTeX- bzw. TeX-Befehle, die an den jeweiligen -Stellen eine protokollf"ahige Form der Sicherheitsratschl"age, der sog. R- -und S- S"atze, einsetzen. Dies beschleunigt z.B. das Erstellen von -Protokollen und Sicherheitsbl"attern erheblich. Die Datei r_und_s.sty ist -das LaTeX-Stylefile, die Datei r_und_s.tex enth"alt die gleiche -Funktionalit"at f"ur die Verwendung mit TeX. - -3. Verwendung -Zum Laden des Stylefiles und zur Verwendung der darin definierten Befehle -ziehe man die einschl"agigen LaTeX- bzw. TeX-Dokumentationen zu Rate. - -Die S"atze S5, S6, S14, S28, S40, S43, S47, S48 und S50 sowie die -Kombinationen S3/14, S3/9/14, S3/9/14/19 und S47/49 erfordern die "Ubergabe -eines Parameters, der den jeweils vom Hersteller anzugebenden Stoff -bezeichnet. - -4. Codierung der R- und S- Saetze (RSS) -Die Befehle des Paketes sind zun"achst grob unterteilt in R-S"atze und -S-S"atze. Erstere beginnen mit \cr, letzere mit \cs. Das 'c' am Anfang steht -f"ur 'Chemie' oder "ahnliches, um eine Abgrenzung zu anderen Befehlen zu -bieten. - -Da die Numerierung der RSS in numerischer Form in LaTeX nicht "ubernommen -werden konnte, mu"ste eine Codierung erfolgen. Die Ziffern wurden wie folgt, -wie ich finde logisch, codiert: - 0 -> o (sieht "ahnlich aus, oder?) - 1 -> e (wie 'eins') - 2 -> z (wie 'zwei') - 3 -> d (...) - 4 -> v - 5 -> f - 6 -> s - 7 -> i (Tricky... :-) - 8 -> a - 9 -> n -Der R-Satz 2 ist also \crz, der R-Satz 17 wird analog \crei (Chemie, R-Satz, -eins-sieben) - -Kombinierte S"atze besitzen zur eindeutigen Identifikation einen dritten -Buchstaben 'c' (f"ur 'combined'), der R-Satz R23/24/25 wird damit zu -\crczdzvzf (Chemie, R-Satz, kombiniert, zwei-drei-zwei-vier-zwei-f"unf). - -Umstaendlich vielleicht, aber der einzige mir vern"unftige Weg - und ich -habe mich mittlerweile daran gew"ohnt ;-) - -5. Vollst"andigkeit -Die Datenbank umfasst Sicherheitss"atze bis einschlie"slich R64 und S62 -sowie ihre gebr"auchlichen Kombinationen. - -6. Verbesserungsvorschl"age, Kommentare, etc. -Bitte per eMail an mich, ich werde den Dingen dann nachgehen und auf jeden -Fall den Eingang der Mails best"atigen. - - --------- English documentation --------- -1. Copyright and disclaimer -% -% Copyright (c) 1997-1999 Thiemo Nordenholz -% All rights reserved. -% -% Redistribution and use in source and binary forms, with or without -% modification, are permitted provided that the following conditions -% are met: -% 1. Redistributions of source code must retain the above copyright -% notice, this list of conditions and the following disclaimer. -% 2. Redistributions in binary form must reproduce the above copyright -% notice, this list of conditions and the following disclaimer in the -% documentation and/or other materials provided with the distribution. -% -% THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND -% ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE -% IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -% ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE -% FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -% DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS -% OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) -% HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT -% LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY -% OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF -% SUCH DAMAGE. -% -% - - -2. Description -This packet provides LaTeX- resp. TeX-Commands, which will expand numeric R- -and S- codes to a full text form. This is usable for creating safety data -sheets and lab protocols. The *.sty files are for LaTeX, the *.tex files are -plain TeX. -2.1. Languages -The following languages are supported and contained in the mentioned files: - German r_und_s - English en_rs - Dutch nl_rs - French fr_rs - -3. Usage -For information on how to use external macros in LaTeX and TeX, please -consult one of the many documentations written on this subject. -The phrases S5, S6, S14, S28, S40, S43, S47, S48, S50, and the combinations -S3/14, S3/9/14, S3/9/14/19, and S47/49 need a parameter specified by the -manufacturer of the product. - -4. Coding of the numbers -First, the phrases contained in this package are divided into 'R-' and 'S-' -prases, beginning '\cr' and '\cs'. The 'c' at the beginning stands for -'Chemie' or 'chemistry' to avoid conflicts with other LaTeX-commands. - -Because the numerical coding of the R- and S-phrases is not possible with -LaTeX, the phrases are 'numbered' with letters (unfortunately, the coding -requires the knowledge of a little bit germany, but it's really easy...) - 0 -> o (the 'o' looks like a zero, doesn't it?) - 1 -> e ('eins' is german for 'one)' - 2 -> z ('zwei', what means 'two') - 3 -> d ('drei') - 4 -> v ('vier') - 5 -> f ('f"unf') - 6 -> s ('sechs') - 7 -> i ('sieben', but 's' is already used, so took the second letter) - 8 -> a ('acht'); - 9 -> n ('neun' and, how nice, 'nine' :-) -For example, R-phrase 2 becomes \crz, R-phrase 17 becomes \crei, which reads -'chemistry, r-phrase eins-sieben (one-seven)'. - -Combined phrases need the additional character 'c' (for 'combined'), e.g. -R23/24/25 becomes '\crczdzvzf' (chemistry, r-phrase, combined, zwei-drei- -zwei-vier-zwei-f"unf (two-three-two-four-two-five). - -Seems difficult? Maybe, but I've gotten used to it, and so will you ;-) - -5. Completeness -The package contains R- and S-phrases up to R64 and S62 and their most -important combinations. - -6. Comments -Please send any comments to my email address given below, I will take a look -at them and promise to send at least a short confirmation when I recieved the -mail. - - Thiemo Nordenholz, Clausthal-Zellerfeld, den 03. M"arz 1999 - eMail: nordenholz@rz.tu-clausthal.de - - translated into TeX-macro by eike.kunst@tu-clausthal.de diff -Nru texlive-lang-2007.dfsg.4/texmf-dist/doc/generic/t2/etc/rubibtex/rubibtex texlive-lang-2009/texmf-dist/doc/generic/t2/etc/rubibtex/rubibtex --- texlive-lang-2007.dfsg.4/texmf-dist/doc/generic/t2/etc/rubibtex/rubibtex 2006-01-09 01:00:45.000000000 +0000 +++ texlive-lang-2009/texmf-dist/doc/generic/t2/etc/rubibtex/rubibtex 2008-09-29 01:27:17.000000000 +0100 @@ -1,80 +1,110 @@ #!/bin/sh -TEMP=${TMPDIR-/tmp} +# rubibtex, based on the original version contained in the t2 bundle. +# Thomas Esser, Public Domain. -mv -f $1.aux $TEMP +progname=rubibtex +tmpdir=${TMPDIR-${TEMP-${TMP-/tmp}}}/$progname.$$ +job=$1 +backup="$tmpdir/orig.aux" -sed ' -/^\\citation/ { -s/\\IeC {\\CYRA }/á/g -s/\\IeC {\\CYRB }/â/g -s/\\IeC {\\CYRV }/÷/g -s/\\IeC {\\CYRG }/ç/g -s/\\IeC {\\CYRD }/ä/g -s/\\IeC {\\CYRE }/å/g -s/\\IeC {\\CYRYO }/³/g -s/\\IeC {\\CYRZH }/ö/g -s/\\IeC {\\CYRZ }/ú/g -s/\\IeC {\\CYRI }/é/g -s/\\IeC {\\CYRISHRT }/ê/g -s/\\IeC {\\CYRK }/ë/g -s/\\IeC {\\CYRL }/ì/g -s/\\IeC {\\CYRM }/í/g -s/\\IeC {\\CYRN }/î/g -s/\\IeC {\\CYRO }/ï/g -s/\\IeC {\\CYRP }/ð/g -s/\\IeC {\\CYRR }/ò/g -s/\\IeC {\\CYRS }/ó/g -s/\\IeC {\\CYRT }/ô/g -s/\\IeC {\\CYRU }/õ/g -s/\\IeC {\\CYRF }/æ/g -s/\\IeC {\\CYRH }/è/g -s/\\IeC {\\CYRC }/ã/g -s/\\IeC {\\CYRCH }/þ/g -s/\\IeC {\\CYRSH }/û/g -s/\\IeC {\\CYRSHCH }/ý/g -s/\\IeC {\\CYRHRDSN }/ÿ/g -s/\\IeC {\\CYRERY }/ù/g -s/\\IeC {\\CYRSFTSN }/ø/g -s/\\IeC {\\CYREREV }/ü/g -s/\\IeC {\\CYRYU }/à/g -s/\\IeC {\\CYRYA }/ñ/g -s/\\IeC {\\cyra }/Á/g -s/\\IeC {\\cyrb }/Â/g -s/\\IeC {\\cyrv }/×/g -s/\\IeC {\\cyrg }/Ç/g -s/\\IeC {\\cyrd }/Ä/g -s/\\IeC {\\cyre }/Å/g -s/\\IeC {\\cyryo }/£/g -s/\\IeC {\\cyrzh }/Ö/g -s/\\IeC {\\cyrz }/Ú/g -s/\\IeC {\\cyri }/É/g -s/\\IeC {\\cyrishrt }/Ê/g -s/\\IeC {\\cyrk }/Ë/g -s/\\IeC {\\cyrl }/Ì/g -s/\\IeC {\\cyrm }/Í/g -s/\\IeC {\\cyrn }/Î/g -s/\\IeC {\\cyro }/Ï/g -s/\\IeC {\\cyrp }/Ð/g -s/\\IeC {\\cyrr }/Ò/g -s/\\IeC {\\cyrs }/Ó/g -s/\\IeC {\\cyrt }/Ô/g -s/\\IeC {\\cyru }/Õ/g -s/\\IeC {\\cyrf }/Æ/g -s/\\IeC {\\cyrh }/È/g -s/\\IeC {\\cyrc }/Ã/g -s/\\IeC {\\cyrch }/Þ/g -s/\\IeC {\\cyrsh }/Û/g -s/\\IeC {\\cyrshch }/Ý/g -s/\\IeC {\\cyrhrdsn }/ß/g -s/\\IeC {\\cyrery }/Ù/g -s/\\IeC {\\cyrsftsn }/Ø/g -s/\\IeC {\\cyrerev }/Ü/g -s/\\IeC {\\cyryu }/À/g -s/\\IeC {\\cyrya }/Ñ/g +case $job in + "") + echo "usage: $progname file" >&2 + exit 1 +esac + +if test ! -f "$job.aux"; then + echo "$progname: file \`$job.aux' does not exist." >&2 + exit 1 +fi + +trap ' + rm -rf "$tmpdir" + exit 1 +' 1 2 3 7 13 15 +(umask 077; mkdir "$tmpdir") \ + || { echo "$progname: could not create directory \`$tmpdir'" >&2; exit 1; } + +cat <"$job.aux" >"$backup" || { + echo "$progname: could not create backup of file \`$job.aux' as \`$backup'." >&2 + rm -rf "$tmpdir" + exit 1 } -' $TEMP/$1.aux > $1.aux -bibtex $1 +sed ' + /^\\citation/ { + s/\\IeC {\\CYRA }/�/g + s/\\IeC {\\CYRB }/�/g + s/\\IeC {\\CYRV }/�/g + s/\\IeC {\\CYRG }/�/g + s/\\IeC {\\CYRD }/�/g + s/\\IeC {\\CYRE }/�/g + s/\\IeC {\\CYRYO }/�/g + s/\\IeC {\\CYRZH }/�/g + s/\\IeC {\\CYRZ }/�/g + s/\\IeC {\\CYRI }/�/g + s/\\IeC {\\CYRISHRT }/�/g + s/\\IeC {\\CYRK }/�/g + s/\\IeC {\\CYRL }/�/g + s/\\IeC {\\CYRM }/�/g + s/\\IeC {\\CYRN }/�/g + s/\\IeC {\\CYRO }/�/g + s/\\IeC {\\CYRP }/�/g + s/\\IeC {\\CYRR }/�/g + s/\\IeC {\\CYRS }/�/g + s/\\IeC {\\CYRT }/�/g + s/\\IeC {\\CYRU }/�/g + s/\\IeC {\\CYRF }/�/g + s/\\IeC {\\CYRH }/�/g + s/\\IeC {\\CYRC }/�/g + s/\\IeC {\\CYRCH }/�/g + s/\\IeC {\\CYRSH }/�/g + s/\\IeC {\\CYRSHCH }/�/g + s/\\IeC {\\CYRHRDSN }/�/g + s/\\IeC {\\CYRERY }/�/g + s/\\IeC {\\CYRSFTSN }/�/g + s/\\IeC {\\CYREREV }/�/g + s/\\IeC {\\CYRYU }/�/g + s/\\IeC {\\CYRYA }/�/g + s/\\IeC {\\cyra }/�/g + s/\\IeC {\\cyrb }/�/g + s/\\IeC {\\cyrv }/�/g + s/\\IeC {\\cyrg }/�/g + s/\\IeC {\\cyrd }/�/g + s/\\IeC {\\cyre }/�/g + s/\\IeC {\\cyryo }/�/g + s/\\IeC {\\cyrzh }/�/g + s/\\IeC {\\cyrz }/�/g + s/\\IeC {\\cyri }/�/g + s/\\IeC {\\cyrishrt }/�/g + s/\\IeC {\\cyrk }/�/g + s/\\IeC {\\cyrl }/�/g + s/\\IeC {\\cyrm }/�/g + s/\\IeC {\\cyrn }/�/g + s/\\IeC {\\cyro }/�/g + s/\\IeC {\\cyrp }/�/g + s/\\IeC {\\cyrr }/�/g + s/\\IeC {\\cyrs }/�/g + s/\\IeC {\\cyrt }/�/g + s/\\IeC {\\cyru }/�/g + s/\\IeC {\\cyrf }/�/g + s/\\IeC {\\cyrh }/�/g + s/\\IeC {\\cyrc }/�/g + s/\\IeC {\\cyrch }/�/g + s/\\IeC {\\cyrsh }/�/g + s/\\IeC {\\cyrshch }/�/g + s/\\IeC {\\cyrhrdsn }/�/g + s/\\IeC {\\cyrery }/�/g + s/\\IeC {\\cyrsftsn }/�/g + s/\\IeC {\\cyrerev }/�/g + s/\\IeC {\\cyryu }/�/g + s/\\IeC {\\cyrya }/�/g + } +' <"$backup" >"$job.aux" + +bibtex "$job" -mv -f $TEMP/$1.aux . +cat "$backup" > "$job.aux" +rm -rf "$tmpdir" +exit 0 diff -Nru texlive-lang-2007.dfsg.4/texmf-dist/doc/generic/t2/etc/rubibtex/rubibtex.old texlive-lang-2009/texmf-dist/doc/generic/t2/etc/rubibtex/rubibtex.old --- texlive-lang-2007.dfsg.4/texmf-dist/doc/generic/t2/etc/rubibtex/rubibtex.old 1970-01-01 01:00:00.000000000 +0100 +++ texlive-lang-2009/texmf-dist/doc/generic/t2/etc/rubibtex/rubibtex.old 2008-09-29 01:27:17.000000000 +0100 @@ -0,0 +1,80 @@ +#!/bin/sh + +TEMP=${TMPDIR-/tmp} + +mv -f $1.aux $TEMP + +sed ' +/^\\citation/ { +s/\\IeC {\\CYRA }/á/g +s/\\IeC {\\CYRB }/â/g +s/\\IeC {\\CYRV }/÷/g +s/\\IeC {\\CYRG }/ç/g +s/\\IeC {\\CYRD }/ä/g +s/\\IeC {\\CYRE }/å/g +s/\\IeC {\\CYRYO }/³/g +s/\\IeC {\\CYRZH }/ö/g +s/\\IeC {\\CYRZ }/ú/g +s/\\IeC {\\CYRI }/é/g +s/\\IeC {\\CYRISHRT }/ê/g +s/\\IeC {\\CYRK }/ë/g +s/\\IeC {\\CYRL }/ì/g +s/\\IeC {\\CYRM }/í/g +s/\\IeC {\\CYRN }/î/g +s/\\IeC {\\CYRO }/ï/g +s/\\IeC {\\CYRP }/ð/g +s/\\IeC {\\CYRR }/ò/g +s/\\IeC {\\CYRS }/ó/g +s/\\IeC {\\CYRT }/ô/g +s/\\IeC {\\CYRU }/õ/g +s/\\IeC {\\CYRF }/æ/g +s/\\IeC {\\CYRH }/è/g +s/\\IeC {\\CYRC }/ã/g +s/\\IeC {\\CYRCH }/þ/g +s/\\IeC {\\CYRSH }/û/g +s/\\IeC {\\CYRSHCH }/ý/g +s/\\IeC {\\CYRHRDSN }/ÿ/g +s/\\IeC {\\CYRERY }/ù/g +s/\\IeC {\\CYRSFTSN }/ø/g +s/\\IeC {\\CYREREV }/ü/g +s/\\IeC {\\CYRYU }/à/g +s/\\IeC {\\CYRYA }/ñ/g +s/\\IeC {\\cyra }/Á/g +s/\\IeC {\\cyrb }/Â/g +s/\\IeC {\\cyrv }/×/g +s/\\IeC {\\cyrg }/Ç/g +s/\\IeC {\\cyrd }/Ä/g +s/\\IeC {\\cyre }/Å/g +s/\\IeC {\\cyryo }/£/g +s/\\IeC {\\cyrzh }/Ö/g +s/\\IeC {\\cyrz }/Ú/g +s/\\IeC {\\cyri }/É/g +s/\\IeC {\\cyrishrt }/Ê/g +s/\\IeC {\\cyrk }/Ë/g +s/\\IeC {\\cyrl }/Ì/g +s/\\IeC {\\cyrm }/Í/g +s/\\IeC {\\cyrn }/Î/g +s/\\IeC {\\cyro }/Ï/g +s/\\IeC {\\cyrp }/Ð/g +s/\\IeC {\\cyrr }/Ò/g +s/\\IeC {\\cyrs }/Ó/g +s/\\IeC {\\cyrt }/Ô/g +s/\\IeC {\\cyru }/Õ/g +s/\\IeC {\\cyrf }/Æ/g +s/\\IeC {\\cyrh }/È/g +s/\\IeC {\\cyrc }/Ã/g +s/\\IeC {\\cyrch }/Þ/g +s/\\IeC {\\cyrsh }/Û/g +s/\\IeC {\\cyrshch }/Ý/g +s/\\IeC {\\cyrhrdsn }/ß/g +s/\\IeC {\\cyrery }/Ù/g +s/\\IeC {\\cyrsftsn }/Ø/g +s/\\IeC {\\cyrerev }/Ü/g +s/\\IeC {\\cyryu }/À/g +s/\\IeC {\\cyrya }/Ñ/g +} +' $TEMP/$1.aux > $1.aux + +bibtex $1 + +mv -f $TEMP/$1.aux . diff -Nru texlive-lang-2007.dfsg.4/texmf-dist/doc/generic/t2/glyphlist.txt texlive-lang-2009/texmf-dist/doc/generic/t2/glyphlist.txt --- texlive-lang-2007.dfsg.4/texmf-dist/doc/generic/t2/glyphlist.txt 2006-01-09 00:59:05.000000000 +0000 +++ texlive-lang-2009/texmf-dist/doc/generic/t2/glyphlist.txt 1970-01-01 01:00:00.000000000 +0100 @@ -1,1151 +0,0 @@ -# -# Name: Adobe Glyph List -# Table version: 1.2 -# Date: 22 Oct 1998 -# -# Description: -# -# The Adobe Glyph List (AGL) list relates Unicode values (UVs) to glyph -# names, and should be used only as described in the document "Unicode and -# Glyph Names," at -# http://www.adobe.com/asn/developer/typeforum/unicodegn.html . -# -# The glyph name to UV relation is one to many. 12 glyph names are mapped to -# two UVs each; each UV has a separate entry. All other glyph names are -# mapped to one UV each. -# -# The Unicode Standard version 2.1 is used for all UVs outside of the Private -# Use area, except for 4 entries (see Revision History for 1.2 below). -# -# There are 1051 entries in this list, 171 of which are in the Corporate Use -# subarea (CUS). Refer to the document "Unicode Corporate Use Subarea as used -# by Adobe Systems," at -# http://www.adobe.com/asn/developer/typeforum/corporateuse.txt -# for compatibility decompositions for these characters, and to the document -# "Unicode and Glyph Names" for more information the CUS. -# -# Format: Semicolon-delimited fields: -# -# (1) Standard UV or CUS UV. (4 uppercase hexadecimal digits) -# -# (2) Glyph name. (upper- and lowercase letters, digits) -# -# (3) Character names: Unicode character names for standard UVs, and -# descriptive names for CUS UVs. (uppercase letters, hyphen, space) -# -# (4) [optional] Comment. A comment of "Duplicate" indicates one of two -# UVs of a double-mapping. It is the UV that may be given a uni -# override, or the UV that is in the CUS, as described in the document -# "Unicode and Glyph Names." -# -# The entries are sorted by glyph name in increasing ASCII order; entries -# with the same glyph name are sorted in decreasing priority order. -# -# Lines starting with "#" are comments; blank lines should be ignored. -# -# Revision History: -# -# 1.2 [22 Oct 1998] -# -# Some Central European glyph names were remapped and the glyph "dotlessj" -# was added. Some entries in the table below have not changed but are -# included to provide a complete context for other glyphs that have been -# remapped or double-mapped. "-" means that the entry for that UV does not -# exist in the AGL. -# -# -------- ---------------------- ---------------- -------------- -# UV Character name AGL 1.1 AGL 1.2 -# (shortened) glyph name glyph name -# -------- ---------------------- ---------------- -------------- -# 015E/F S/s with cedilla S/scommaaccent S/scedilla -# 0162/3 T/t with cedilla T/tcommaaccent T/tcommaaccent -# 0218/9 S/s with comma below - S/scommaaccent -# 021A/B T/t with comma below - T/tcommaaccent -# 1E9E/F S/s with comma below S/scedilla - -# F6C1/2 S/s with cedilla S/scedilla S/scedilla -# F6BE dotless j - dotlessj -# -------- ---------------------- ---------------- -------------- -# -# The characters at U+1E9E/F in AGL 1.1, LATIN CAPITAL/SMALL LETTER S WITH -# COMMA BELOW, which are proposed new characters (see (b) in the notes for -# AGL 1.1 below), have since been reassigned by the Unicode Standard to new -# proposed values of U+0218/9. These characters, as well as U+021A/B, LATIN -# CAPITAL/SMALL LETTER T WITH COMMA BELOW, are not in the Unicode Standard -# 2.1. -# -# Entries with the same glyph name are now sorted in decreasing priority -# order instead of in increasing UV order. -# -# 1.1 [24 Nov 1997] -# -# a. The "Euro" glyph's UV assignment is changed from U+20A0 (EURO-CURRENCY -# SIGN) to U+20AC (EURO SIGN). While U+20AC is not defined in the -# Unicode Standard 2.0, it has been accepted by the Unicode Technical -# Committee for the next version of the Standard; it has not yet passed -# the ISO approval process as of 7 November '97. -# -# b. Glyphs "Scedilla" and "scedilla", which were assigned in the Corporate -# Use Subarea in AGL 1.0, are now additionally mapped to U+1E9E and -# U+1E9F respectively. These two UVs share the same Unicode approval -# status as the Euro glyph (see a. above). -# -# c. The "fraction" glyph is now additionally mapped to U+2215, to match -# Windows Glyph List 4. -# -# d. The descriptive name for glyph "onefitted", in the Corporate Use -# subarea, is changed from "TABULAR DIGIT ONE" to "PROPORTIONAL DIGIT -# ONE". -# -# 1.0 [17 Jul 1997] Original version -# -0041;A;LATIN CAPITAL LETTER A -00C6;AE;LATIN CAPITAL LETTER AE -01FC;AEacute;LATIN CAPITAL LETTER AE WITH ACUTE -F7E6;AEsmall;LATIN SMALL CAPITAL LETTER AE -00C1;Aacute;LATIN CAPITAL LETTER A WITH ACUTE -F7E1;Aacutesmall;LATIN SMALL CAPITAL LETTER A WITH ACUTE -0102;Abreve;LATIN CAPITAL LETTER A WITH BREVE -00C2;Acircumflex;LATIN CAPITAL LETTER A WITH CIRCUMFLEX -F7E2;Acircumflexsmall;LATIN SMALL CAPITAL LETTER A WITH CIRCUMFLEX -F6C9;Acute;CAPITAL ACUTE ACCENT -F7B4;Acutesmall;SMALL CAPITAL ACUTE ACCENT -00C4;Adieresis;LATIN CAPITAL LETTER A WITH DIAERESIS -F7E4;Adieresissmall;LATIN SMALL CAPITAL LETTER A WITH DIAERESIS -00C0;Agrave;LATIN CAPITAL LETTER A WITH GRAVE -F7E0;Agravesmall;LATIN SMALL CAPITAL LETTER A WITH GRAVE -0391;Alpha;GREEK CAPITAL LETTER ALPHA -0386;Alphatonos;GREEK CAPITAL LETTER ALPHA WITH TONOS -0100;Amacron;LATIN CAPITAL LETTER A WITH MACRON -0104;Aogonek;LATIN CAPITAL LETTER A WITH OGONEK -00C5;Aring;LATIN CAPITAL LETTER A WITH RING ABOVE -01FA;Aringacute;LATIN CAPITAL LETTER A WITH RING ABOVE AND ACUTE -F7E5;Aringsmall;LATIN SMALL CAPITAL LETTER A WITH RING ABOVE -F761;Asmall;LATIN SMALL CAPITAL LETTER A -00C3;Atilde;LATIN CAPITAL LETTER A WITH TILDE -F7E3;Atildesmall;LATIN SMALL CAPITAL LETTER A WITH TILDE -0042;B;LATIN CAPITAL LETTER B -0392;Beta;GREEK CAPITAL LETTER BETA -F6F4;Brevesmall;SMALL CAPITAL BREVE -F762;Bsmall;LATIN SMALL CAPITAL LETTER B -0043;C;LATIN CAPITAL LETTER C -0106;Cacute;LATIN CAPITAL LETTER C WITH ACUTE -F6CA;Caron;CAPITAL CARON -F6F5;Caronsmall;SMALL CAPITAL CARON -010C;Ccaron;LATIN CAPITAL LETTER C WITH CARON -00C7;Ccedilla;LATIN CAPITAL LETTER C WITH CEDILLA -F7E7;Ccedillasmall;LATIN SMALL CAPITAL LETTER C WITH CEDILLA -0108;Ccircumflex;LATIN CAPITAL LETTER C WITH CIRCUMFLEX -010A;Cdotaccent;LATIN CAPITAL LETTER C WITH DOT ABOVE -F7B8;Cedillasmall;SMALL CAPITAL CEDILLA -03A7;Chi;GREEK CAPITAL LETTER CHI -F6F6;Circumflexsmall;SMALL CAPITAL MODIFIER LETTER CIRCUMFLEX ACCENT -F763;Csmall;LATIN SMALL CAPITAL LETTER C -0044;D;LATIN CAPITAL LETTER D -010E;Dcaron;LATIN CAPITAL LETTER D WITH CARON -0110;Dcroat;LATIN CAPITAL LETTER D WITH STROKE -2206;Delta;INCREMENT -0394;Delta;GREEK CAPITAL LETTER DELTA;Duplicate -F6CB;Dieresis;CAPITAL DIAERESIS -F6CC;DieresisAcute;CAPITAL DIAERESIS ACUTE ACCENT -F6CD;DieresisGrave;CAPITAL DIAERESIS GRAVE ACCENT -F7A8;Dieresissmall;SMALL CAPITAL DIAERESIS -F6F7;Dotaccentsmall;SMALL CAPITAL DOT ABOVE -F764;Dsmall;LATIN SMALL CAPITAL LETTER D -0045;E;LATIN CAPITAL LETTER E -00C9;Eacute;LATIN CAPITAL LETTER E WITH ACUTE -F7E9;Eacutesmall;LATIN SMALL CAPITAL LETTER E WITH ACUTE -0114;Ebreve;LATIN CAPITAL LETTER E WITH BREVE -011A;Ecaron;LATIN CAPITAL LETTER E WITH CARON -00CA;Ecircumflex;LATIN CAPITAL LETTER E WITH CIRCUMFLEX -F7EA;Ecircumflexsmall;LATIN SMALL CAPITAL LETTER E WITH CIRCUMFLEX -00CB;Edieresis;LATIN CAPITAL LETTER E WITH DIAERESIS -F7EB;Edieresissmall;LATIN SMALL CAPITAL LETTER E WITH DIAERESIS -0116;Edotaccent;LATIN CAPITAL LETTER E WITH DOT ABOVE -00C8;Egrave;LATIN CAPITAL LETTER E WITH GRAVE -F7E8;Egravesmall;LATIN SMALL CAPITAL LETTER E WITH GRAVE -0112;Emacron;LATIN CAPITAL LETTER E WITH MACRON -014A;Eng;LATIN CAPITAL LETTER ENG -0118;Eogonek;LATIN CAPITAL LETTER E WITH OGONEK -0395;Epsilon;GREEK CAPITAL LETTER EPSILON -0388;Epsilontonos;GREEK CAPITAL LETTER EPSILON WITH TONOS -F765;Esmall;LATIN SMALL CAPITAL LETTER E -0397;Eta;GREEK CAPITAL LETTER ETA -0389;Etatonos;GREEK CAPITAL LETTER ETA WITH TONOS -00D0;Eth;LATIN CAPITAL LETTER ETH -F7F0;Ethsmall;LATIN SMALL CAPITAL LETTER ETH -20AC;Euro;EURO SIGN -0046;F;LATIN CAPITAL LETTER F -F766;Fsmall;LATIN SMALL CAPITAL LETTER F -0047;G;LATIN CAPITAL LETTER G -0393;Gamma;GREEK CAPITAL LETTER GAMMA -011E;Gbreve;LATIN CAPITAL LETTER G WITH BREVE -01E6;Gcaron;LATIN CAPITAL LETTER G WITH CARON -011C;Gcircumflex;LATIN CAPITAL LETTER G WITH CIRCUMFLEX -0122;Gcommaaccent;LATIN CAPITAL LETTER G WITH CEDILLA -0120;Gdotaccent;LATIN CAPITAL LETTER G WITH DOT ABOVE -F6CE;Grave;CAPITAL GRAVE ACCENT -F760;Gravesmall;SMALL CAPITAL GRAVE ACCENT -F767;Gsmall;LATIN SMALL CAPITAL LETTER G -0048;H;LATIN CAPITAL LETTER H -25CF;H18533;BLACK CIRCLE -25AA;H18543;BLACK SMALL SQUARE -25AB;H18551;WHITE SMALL SQUARE -25A1;H22073;WHITE SQUARE -0126;Hbar;LATIN CAPITAL LETTER H WITH STROKE -0124;Hcircumflex;LATIN CAPITAL LETTER H WITH CIRCUMFLEX -F768;Hsmall;LATIN SMALL CAPITAL LETTER H -F6CF;Hungarumlaut;CAPITAL DOUBLE ACUTE ACCENT -F6F8;Hungarumlautsmall;SMALL CAPITAL DOUBLE ACUTE ACCENT -0049;I;LATIN CAPITAL LETTER I -0132;IJ;LATIN CAPITAL LIGATURE IJ -00CD;Iacute;LATIN CAPITAL LETTER I WITH ACUTE -F7ED;Iacutesmall;LATIN SMALL CAPITAL LETTER I WITH ACUTE -012C;Ibreve;LATIN CAPITAL LETTER I WITH BREVE -00CE;Icircumflex;LATIN CAPITAL LETTER I WITH CIRCUMFLEX -F7EE;Icircumflexsmall;LATIN SMALL CAPITAL LETTER I WITH CIRCUMFLEX -00CF;Idieresis;LATIN CAPITAL LETTER I WITH DIAERESIS -F7EF;Idieresissmall;LATIN SMALL CAPITAL LETTER I WITH DIAERESIS -0130;Idotaccent;LATIN CAPITAL LETTER I WITH DOT ABOVE -2111;Ifraktur;BLACK-LETTER CAPITAL I -00CC;Igrave;LATIN CAPITAL LETTER I WITH GRAVE -F7EC;Igravesmall;LATIN SMALL CAPITAL LETTER I WITH GRAVE -012A;Imacron;LATIN CAPITAL LETTER I WITH MACRON -012E;Iogonek;LATIN CAPITAL LETTER I WITH OGONEK -0399;Iota;GREEK CAPITAL LETTER IOTA -03AA;Iotadieresis;GREEK CAPITAL LETTER IOTA WITH DIALYTIKA -038A;Iotatonos;GREEK CAPITAL LETTER IOTA WITH TONOS -F769;Ismall;LATIN SMALL CAPITAL LETTER I -0128;Itilde;LATIN CAPITAL LETTER I WITH TILDE -004A;J;LATIN CAPITAL LETTER J -0134;Jcircumflex;LATIN CAPITAL LETTER J WITH CIRCUMFLEX -F76A;Jsmall;LATIN SMALL CAPITAL LETTER J -004B;K;LATIN CAPITAL LETTER K -039A;Kappa;GREEK CAPITAL LETTER KAPPA -0136;Kcommaaccent;LATIN CAPITAL LETTER K WITH CEDILLA -F76B;Ksmall;LATIN SMALL CAPITAL LETTER K -004C;L;LATIN CAPITAL LETTER L -F6BF;LL;LATIN CAPITAL LETTER LL -0139;Lacute;LATIN CAPITAL LETTER L WITH ACUTE -039B;Lambda;GREEK CAPITAL LETTER LAMDA -013D;Lcaron;LATIN CAPITAL LETTER L WITH CARON -013B;Lcommaaccent;LATIN CAPITAL LETTER L WITH CEDILLA -013F;Ldot;LATIN CAPITAL LETTER L WITH MIDDLE DOT -0141;Lslash;LATIN CAPITAL LETTER L WITH STROKE -F6F9;Lslashsmall;LATIN SMALL CAPITAL LETTER L WITH STROKE -F76C;Lsmall;LATIN SMALL CAPITAL LETTER L -004D;M;LATIN CAPITAL LETTER M -F6D0;Macron;CAPITAL MACRON -F7AF;Macronsmall;SMALL CAPITAL MACRON -F76D;Msmall;LATIN SMALL CAPITAL LETTER M -039C;Mu;GREEK CAPITAL LETTER MU -004E;N;LATIN CAPITAL LETTER N -0143;Nacute;LATIN CAPITAL LETTER N WITH ACUTE -0147;Ncaron;LATIN CAPITAL LETTER N WITH CARON -0145;Ncommaaccent;LATIN CAPITAL LETTER N WITH CEDILLA -F76E;Nsmall;LATIN SMALL CAPITAL LETTER N -00D1;Ntilde;LATIN CAPITAL LETTER N WITH TILDE -F7F1;Ntildesmall;LATIN SMALL CAPITAL LETTER N WITH TILDE -039D;Nu;GREEK CAPITAL LETTER NU -004F;O;LATIN CAPITAL LETTER O -0152;OE;LATIN CAPITAL LIGATURE OE -F6FA;OEsmall;LATIN SMALL CAPITAL LIGATURE OE -00D3;Oacute;LATIN CAPITAL LETTER O WITH ACUTE -F7F3;Oacutesmall;LATIN SMALL CAPITAL LETTER O WITH ACUTE -014E;Obreve;LATIN CAPITAL LETTER O WITH BREVE -00D4;Ocircumflex;LATIN CAPITAL LETTER O WITH CIRCUMFLEX -F7F4;Ocircumflexsmall;LATIN SMALL CAPITAL LETTER O WITH CIRCUMFLEX -00D6;Odieresis;LATIN CAPITAL LETTER O WITH DIAERESIS -F7F6;Odieresissmall;LATIN SMALL CAPITAL LETTER O WITH DIAERESIS -F6FB;Ogoneksmall;SMALL CAPITAL OGONEK -00D2;Ograve;LATIN CAPITAL LETTER O WITH GRAVE -F7F2;Ogravesmall;LATIN SMALL CAPITAL LETTER O WITH GRAVE -01A0;Ohorn;LATIN CAPITAL LETTER O WITH HORN -0150;Ohungarumlaut;LATIN CAPITAL LETTER O WITH DOUBLE ACUTE -014C;Omacron;LATIN CAPITAL LETTER O WITH MACRON -2126;Omega;OHM SIGN -03A9;Omega;GREEK CAPITAL LETTER OMEGA;Duplicate -038F;Omegatonos;GREEK CAPITAL LETTER OMEGA WITH TONOS -039F;Omicron;GREEK CAPITAL LETTER OMICRON -038C;Omicrontonos;GREEK CAPITAL LETTER OMICRON WITH TONOS -00D8;Oslash;LATIN CAPITAL LETTER O WITH STROKE -01FE;Oslashacute;LATIN CAPITAL LETTER O WITH STROKE AND ACUTE -F7F8;Oslashsmall;LATIN SMALL CAPITAL LETTER O WITH STROKE -F76F;Osmall;LATIN SMALL CAPITAL LETTER O -00D5;Otilde;LATIN CAPITAL LETTER O WITH TILDE -F7F5;Otildesmall;LATIN SMALL CAPITAL LETTER O WITH TILDE -0050;P;LATIN CAPITAL LETTER P -03A6;Phi;GREEK CAPITAL LETTER PHI -03A0;Pi;GREEK CAPITAL LETTER PI -03A8;Psi;GREEK CAPITAL LETTER PSI -F770;Psmall;LATIN SMALL CAPITAL LETTER P -0051;Q;LATIN CAPITAL LETTER Q -F771;Qsmall;LATIN SMALL CAPITAL LETTER Q -0052;R;LATIN CAPITAL LETTER R -0154;Racute;LATIN CAPITAL LETTER R WITH ACUTE -0158;Rcaron;LATIN CAPITAL LETTER R WITH CARON -0156;Rcommaaccent;LATIN CAPITAL LETTER R WITH CEDILLA -211C;Rfraktur;BLACK-LETTER CAPITAL R -03A1;Rho;GREEK CAPITAL LETTER RHO -F6FC;Ringsmall;SMALL CAPITAL RING ABOVE -F772;Rsmall;LATIN SMALL CAPITAL LETTER R -0053;S;LATIN CAPITAL LETTER S -250C;SF010000;BOX DRAWINGS LIGHT DOWN AND RIGHT -2514;SF020000;BOX DRAWINGS LIGHT UP AND RIGHT -2510;SF030000;BOX DRAWINGS LIGHT DOWN AND LEFT -2518;SF040000;BOX DRAWINGS LIGHT UP AND LEFT -253C;SF050000;BOX DRAWINGS LIGHT VERTICAL AND HORIZONTAL -252C;SF060000;BOX DRAWINGS LIGHT DOWN AND HORIZONTAL -2534;SF070000;BOX DRAWINGS LIGHT UP AND HORIZONTAL -251C;SF080000;BOX DRAWINGS LIGHT VERTICAL AND RIGHT -2524;SF090000;BOX DRAWINGS LIGHT VERTICAL AND LEFT -2500;SF100000;BOX DRAWINGS LIGHT HORIZONTAL -2502;SF110000;BOX DRAWINGS LIGHT VERTICAL -2561;SF190000;BOX DRAWINGS VERTICAL SINGLE AND LEFT DOUBLE -2562;SF200000;BOX DRAWINGS VERTICAL DOUBLE AND LEFT SINGLE -2556;SF210000;BOX DRAWINGS DOWN DOUBLE AND LEFT SINGLE -2555;SF220000;BOX DRAWINGS DOWN SINGLE AND LEFT DOUBLE -2563;SF230000;BOX DRAWINGS DOUBLE VERTICAL AND LEFT -2551;SF240000;BOX DRAWINGS DOUBLE VERTICAL -2557;SF250000;BOX DRAWINGS DOUBLE DOWN AND LEFT -255D;SF260000;BOX DRAWINGS DOUBLE UP AND LEFT -255C;SF270000;BOX DRAWINGS UP DOUBLE AND LEFT SINGLE -255B;SF280000;BOX DRAWINGS UP SINGLE AND LEFT DOUBLE -255E;SF360000;BOX DRAWINGS VERTICAL SINGLE AND RIGHT DOUBLE -255F;SF370000;BOX DRAWINGS VERTICAL DOUBLE AND RIGHT SINGLE -255A;SF380000;BOX DRAWINGS DOUBLE UP AND RIGHT -2554;SF390000;BOX DRAWINGS DOUBLE DOWN AND RIGHT -2569;SF400000;BOX DRAWINGS DOUBLE UP AND HORIZONTAL -2566;SF410000;BOX DRAWINGS DOUBLE DOWN AND HORIZONTAL -2560;SF420000;BOX DRAWINGS DOUBLE VERTICAL AND RIGHT -2550;SF430000;BOX DRAWINGS DOUBLE HORIZONTAL -256C;SF440000;BOX DRAWINGS DOUBLE VERTICAL AND HORIZONTAL -2567;SF450000;BOX DRAWINGS UP SINGLE AND HORIZONTAL DOUBLE -2568;SF460000;BOX DRAWINGS UP DOUBLE AND HORIZONTAL SINGLE -2564;SF470000;BOX DRAWINGS DOWN SINGLE AND HORIZONTAL DOUBLE -2565;SF480000;BOX DRAWINGS DOWN DOUBLE AND HORIZONTAL SINGLE -2559;SF490000;BOX DRAWINGS UP DOUBLE AND RIGHT SINGLE -2558;SF500000;BOX DRAWINGS UP SINGLE AND RIGHT DOUBLE -2552;SF510000;BOX DRAWINGS DOWN SINGLE AND RIGHT DOUBLE -2553;SF520000;BOX DRAWINGS DOWN DOUBLE AND RIGHT SINGLE -256B;SF530000;BOX DRAWINGS VERTICAL DOUBLE AND HORIZONTAL SINGLE -256A;SF540000;BOX DRAWINGS VERTICAL SINGLE AND HORIZONTAL DOUBLE -015A;Sacute;LATIN CAPITAL LETTER S WITH ACUTE -0160;Scaron;LATIN CAPITAL LETTER S WITH CARON -F6FD;Scaronsmall;LATIN SMALL CAPITAL LETTER S WITH CARON -015E;Scedilla;LATIN CAPITAL LETTER S WITH CEDILLA -F6C1;Scedilla;LATIN CAPITAL LETTER S WITH CEDILLA;Duplicate -015C;Scircumflex;LATIN CAPITAL LETTER S WITH CIRCUMFLEX -0218;Scommaaccent;LATIN CAPITAL LETTER S WITH COMMA BELOW -03A3;Sigma;GREEK CAPITAL LETTER SIGMA -F773;Ssmall;LATIN SMALL CAPITAL LETTER S -0054;T;LATIN CAPITAL LETTER T -03A4;Tau;GREEK CAPITAL LETTER TAU -0166;Tbar;LATIN CAPITAL LETTER T WITH STROKE -0164;Tcaron;LATIN CAPITAL LETTER T WITH CARON -0162;Tcommaaccent;LATIN CAPITAL LETTER T WITH CEDILLA -021A;Tcommaaccent;LATIN CAPITAL LETTER T WITH COMMA BELOW;Duplicate -0398;Theta;GREEK CAPITAL LETTER THETA -00DE;Thorn;LATIN CAPITAL LETTER THORN -F7FE;Thornsmall;LATIN SMALL CAPITAL LETTER THORN -F6FE;Tildesmall;SMALL CAPITAL SMALL TILDE -F774;Tsmall;LATIN SMALL CAPITAL LETTER T -0055;U;LATIN CAPITAL LETTER U -00DA;Uacute;LATIN CAPITAL LETTER U WITH ACUTE -F7FA;Uacutesmall;LATIN SMALL CAPITAL LETTER U WITH ACUTE -016C;Ubreve;LATIN CAPITAL LETTER U WITH BREVE -00DB;Ucircumflex;LATIN CAPITAL LETTER U WITH CIRCUMFLEX -F7FB;Ucircumflexsmall;LATIN SMALL CAPITAL LETTER U WITH CIRCUMFLEX -00DC;Udieresis;LATIN CAPITAL LETTER U WITH DIAERESIS -F7FC;Udieresissmall;LATIN SMALL CAPITAL LETTER U WITH DIAERESIS -00D9;Ugrave;LATIN CAPITAL LETTER U WITH GRAVE -F7F9;Ugravesmall;LATIN SMALL CAPITAL LETTER U WITH GRAVE -01AF;Uhorn;LATIN CAPITAL LETTER U WITH HORN -0170;Uhungarumlaut;LATIN CAPITAL LETTER U WITH DOUBLE ACUTE -016A;Umacron;LATIN CAPITAL LETTER U WITH MACRON -0172;Uogonek;LATIN CAPITAL LETTER U WITH OGONEK -03A5;Upsilon;GREEK CAPITAL LETTER UPSILON -03D2;Upsilon1;GREEK UPSILON WITH HOOK SYMBOL -03AB;Upsilondieresis;GREEK CAPITAL LETTER UPSILON WITH DIALYTIKA -038E;Upsilontonos;GREEK CAPITAL LETTER UPSILON WITH TONOS -016E;Uring;LATIN CAPITAL LETTER U WITH RING ABOVE -F775;Usmall;LATIN SMALL CAPITAL LETTER U -0168;Utilde;LATIN CAPITAL LETTER U WITH TILDE -0056;V;LATIN CAPITAL LETTER V -F776;Vsmall;LATIN SMALL CAPITAL LETTER V -0057;W;LATIN CAPITAL LETTER W -1E82;Wacute;LATIN CAPITAL LETTER W WITH ACUTE -0174;Wcircumflex;LATIN CAPITAL LETTER W WITH CIRCUMFLEX -1E84;Wdieresis;LATIN CAPITAL LETTER W WITH DIAERESIS -1E80;Wgrave;LATIN CAPITAL LETTER W WITH GRAVE -F777;Wsmall;LATIN SMALL CAPITAL LETTER W -0058;X;LATIN CAPITAL LETTER X -039E;Xi;GREEK CAPITAL LETTER XI -F778;Xsmall;LATIN SMALL CAPITAL LETTER X -0059;Y;LATIN CAPITAL LETTER Y -00DD;Yacute;LATIN CAPITAL LETTER Y WITH ACUTE -F7FD;Yacutesmall;LATIN SMALL CAPITAL LETTER Y WITH ACUTE -0176;Ycircumflex;LATIN CAPITAL LETTER Y WITH CIRCUMFLEX -0178;Ydieresis;LATIN CAPITAL LETTER Y WITH DIAERESIS -F7FF;Ydieresissmall;LATIN SMALL CAPITAL LETTER Y WITH DIAERESIS -1EF2;Ygrave;LATIN CAPITAL LETTER Y WITH GRAVE -F779;Ysmall;LATIN SMALL CAPITAL LETTER Y -005A;Z;LATIN CAPITAL LETTER Z -0179;Zacute;LATIN CAPITAL LETTER Z WITH ACUTE -017D;Zcaron;LATIN CAPITAL LETTER Z WITH CARON -F6FF;Zcaronsmall;LATIN SMALL CAPITAL LETTER Z WITH CARON -017B;Zdotaccent;LATIN CAPITAL LETTER Z WITH DOT ABOVE -0396;Zeta;GREEK CAPITAL LETTER ZETA -F77A;Zsmall;LATIN SMALL CAPITAL LETTER Z -0061;a;LATIN SMALL LETTER A -00E1;aacute;LATIN SMALL LETTER A WITH ACUTE -0103;abreve;LATIN SMALL LETTER A WITH BREVE -00E2;acircumflex;LATIN SMALL LETTER A WITH CIRCUMFLEX -00B4;acute;ACUTE ACCENT -0301;acutecomb;COMBINING ACUTE ACCENT -00E4;adieresis;LATIN SMALL LETTER A WITH DIAERESIS -00E6;ae;LATIN SMALL LETTER AE -01FD;aeacute;LATIN SMALL LETTER AE WITH ACUTE -2015;afii00208;HORIZONTAL BAR -0410;afii10017;CYRILLIC CAPITAL LETTER A -0411;afii10018;CYRILLIC CAPITAL LETTER BE -0412;afii10019;CYRILLIC CAPITAL LETTER VE -0413;afii10020;CYRILLIC CAPITAL LETTER GHE -0414;afii10021;CYRILLIC CAPITAL LETTER DE -0415;afii10022;CYRILLIC CAPITAL LETTER IE -0401;afii10023;CYRILLIC CAPITAL LETTER IO -0416;afii10024;CYRILLIC CAPITAL LETTER ZHE -0417;afii10025;CYRILLIC CAPITAL LETTER ZE -0418;afii10026;CYRILLIC CAPITAL LETTER I -0419;afii10027;CYRILLIC CAPITAL LETTER SHORT I -041A;afii10028;CYRILLIC CAPITAL LETTER KA -041B;afii10029;CYRILLIC CAPITAL LETTER EL -041C;afii10030;CYRILLIC CAPITAL LETTER EM -041D;afii10031;CYRILLIC CAPITAL LETTER EN -041E;afii10032;CYRILLIC CAPITAL LETTER O -041F;afii10033;CYRILLIC CAPITAL LETTER PE -0420;afii10034;CYRILLIC CAPITAL LETTER ER -0421;afii10035;CYRILLIC CAPITAL LETTER ES -0422;afii10036;CYRILLIC CAPITAL LETTER TE -0423;afii10037;CYRILLIC CAPITAL LETTER U -0424;afii10038;CYRILLIC CAPITAL LETTER EF -0425;afii10039;CYRILLIC CAPITAL LETTER HA -0426;afii10040;CYRILLIC CAPITAL LETTER TSE -0427;afii10041;CYRILLIC CAPITAL LETTER CHE -0428;afii10042;CYRILLIC CAPITAL LETTER SHA -0429;afii10043;CYRILLIC CAPITAL LETTER SHCHA -042A;afii10044;CYRILLIC CAPITAL LETTER HARD SIGN -042B;afii10045;CYRILLIC CAPITAL LETTER YERU -042C;afii10046;CYRILLIC CAPITAL LETTER SOFT SIGN -042D;afii10047;CYRILLIC CAPITAL LETTER E -042E;afii10048;CYRILLIC CAPITAL LETTER YU -042F;afii10049;CYRILLIC CAPITAL LETTER YA -0490;afii10050;CYRILLIC CAPITAL LETTER GHE WITH UPTURN -0402;afii10051;CYRILLIC CAPITAL LETTER DJE -0403;afii10052;CYRILLIC CAPITAL LETTER GJE -0404;afii10053;CYRILLIC CAPITAL LETTER UKRAINIAN IE -0405;afii10054;CYRILLIC CAPITAL LETTER DZE -0406;afii10055;CYRILLIC CAPITAL LETTER BYELORUSSIAN-UKRAINIAN I -0407;afii10056;CYRILLIC CAPITAL LETTER YI -0408;afii10057;CYRILLIC CAPITAL LETTER JE -0409;afii10058;CYRILLIC CAPITAL LETTER LJE -040A;afii10059;CYRILLIC CAPITAL LETTER NJE -040B;afii10060;CYRILLIC CAPITAL LETTER TSHE -040C;afii10061;CYRILLIC CAPITAL LETTER KJE -040E;afii10062;CYRILLIC CAPITAL LETTER SHORT U -F6C4;afii10063;CYRILLIC SMALL LETTER GHE VARIANT -F6C5;afii10064;CYRILLIC SMALL LETTER BE VARIANT -0430;afii10065;CYRILLIC SMALL LETTER A -0431;afii10066;CYRILLIC SMALL LETTER BE -0432;afii10067;CYRILLIC SMALL LETTER VE -0433;afii10068;CYRILLIC SMALL LETTER GHE -0434;afii10069;CYRILLIC SMALL LETTER DE -0435;afii10070;CYRILLIC SMALL LETTER IE -0451;afii10071;CYRILLIC SMALL LETTER IO -0436;afii10072;CYRILLIC SMALL LETTER ZHE -0437;afii10073;CYRILLIC SMALL LETTER ZE -0438;afii10074;CYRILLIC SMALL LETTER I -0439;afii10075;CYRILLIC SMALL LETTER SHORT I -043A;afii10076;CYRILLIC SMALL LETTER KA -043B;afii10077;CYRILLIC SMALL LETTER EL -043C;afii10078;CYRILLIC SMALL LETTER EM -043D;afii10079;CYRILLIC SMALL LETTER EN -043E;afii10080;CYRILLIC SMALL LETTER O -043F;afii10081;CYRILLIC SMALL LETTER PE -0440;afii10082;CYRILLIC SMALL LETTER ER -0441;afii10083;CYRILLIC SMALL LETTER ES -0442;afii10084;CYRILLIC SMALL LETTER TE -0443;afii10085;CYRILLIC SMALL LETTER U -0444;afii10086;CYRILLIC SMALL LETTER EF -0445;afii10087;CYRILLIC SMALL LETTER HA -0446;afii10088;CYRILLIC SMALL LETTER TSE -0447;afii10089;CYRILLIC SMALL LETTER CHE -0448;afii10090;CYRILLIC SMALL LETTER SHA -0449;afii10091;CYRILLIC SMALL LETTER SHCHA -044A;afii10092;CYRILLIC SMALL LETTER HARD SIGN -044B;afii10093;CYRILLIC SMALL LETTER YERU -044C;afii10094;CYRILLIC SMALL LETTER SOFT SIGN -044D;afii10095;CYRILLIC SMALL LETTER E -044E;afii10096;CYRILLIC SMALL LETTER YU -044F;afii10097;CYRILLIC SMALL LETTER YA -0491;afii10098;CYRILLIC SMALL LETTER GHE WITH UPTURN -0452;afii10099;CYRILLIC SMALL LETTER DJE -0453;afii10100;CYRILLIC SMALL LETTER GJE -0454;afii10101;CYRILLIC SMALL LETTER UKRAINIAN IE -0455;afii10102;CYRILLIC SMALL LETTER DZE -0456;afii10103;CYRILLIC SMALL LETTER BYELORUSSIAN-UKRAINIAN I -0457;afii10104;CYRILLIC SMALL LETTER YI -0458;afii10105;CYRILLIC SMALL LETTER JE -0459;afii10106;CYRILLIC SMALL LETTER LJE -045A;afii10107;CYRILLIC SMALL LETTER NJE -045B;afii10108;CYRILLIC SMALL LETTER TSHE -045C;afii10109;CYRILLIC SMALL LETTER KJE -045E;afii10110;CYRILLIC SMALL LETTER SHORT U -040F;afii10145;CYRILLIC CAPITAL LETTER DZHE -0462;afii10146;CYRILLIC CAPITAL LETTER YAT -0472;afii10147;CYRILLIC CAPITAL LETTER FITA -0474;afii10148;CYRILLIC CAPITAL LETTER IZHITSA -F6C6;afii10192;CYRILLIC SMALL LETTER DE VARIANT -045F;afii10193;CYRILLIC SMALL LETTER DZHE -0463;afii10194;CYRILLIC SMALL LETTER YAT -0473;afii10195;CYRILLIC SMALL LETTER FITA -0475;afii10196;CYRILLIC SMALL LETTER IZHITSA -F6C7;afii10831;CYRILLIC SMALL LETTER PE VARIANT -F6C8;afii10832;CYRILLIC SMALL LETTER TE VARIANT -04D9;afii10846;CYRILLIC SMALL LETTER SCHWA -200E;afii299;LEFT-TO-RIGHT MARK -200F;afii300;RIGHT-TO-LEFT MARK -200D;afii301;ZERO WIDTH JOINER -066A;afii57381;ARABIC PERCENT SIGN -060C;afii57388;ARABIC COMMA -0660;afii57392;ARABIC-INDIC DIGIT ZERO -0661;afii57393;ARABIC-INDIC DIGIT ONE -0662;afii57394;ARABIC-INDIC DIGIT TWO -0663;afii57395;ARABIC-INDIC DIGIT THREE -0664;afii57396;ARABIC-INDIC DIGIT FOUR -0665;afii57397;ARABIC-INDIC DIGIT FIVE -0666;afii57398;ARABIC-INDIC DIGIT SIX -0667;afii57399;ARABIC-INDIC DIGIT SEVEN -0668;afii57400;ARABIC-INDIC DIGIT EIGHT -0669;afii57401;ARABIC-INDIC DIGIT NINE -061B;afii57403;ARABIC SEMICOLON -061F;afii57407;ARABIC QUESTION MARK -0621;afii57409;ARABIC LETTER HAMZA -0622;afii57410;ARABIC LETTER ALEF WITH MADDA ABOVE -0623;afii57411;ARABIC LETTER ALEF WITH HAMZA ABOVE -0624;afii57412;ARABIC LETTER WAW WITH HAMZA ABOVE -0625;afii57413;ARABIC LETTER ALEF WITH HAMZA BELOW -0626;afii57414;ARABIC LETTER YEH WITH HAMZA ABOVE -0627;afii57415;ARABIC LETTER ALEF -0628;afii57416;ARABIC LETTER BEH -0629;afii57417;ARABIC LETTER TEH MARBUTA -062A;afii57418;ARABIC LETTER TEH -062B;afii57419;ARABIC LETTER THEH -062C;afii57420;ARABIC LETTER JEEM -062D;afii57421;ARABIC LETTER HAH -062E;afii57422;ARABIC LETTER KHAH -062F;afii57423;ARABIC LETTER DAL -0630;afii57424;ARABIC LETTER THAL -0631;afii57425;ARABIC LETTER REH -0632;afii57426;ARABIC LETTER ZAIN -0633;afii57427;ARABIC LETTER SEEN -0634;afii57428;ARABIC LETTER SHEEN -0635;afii57429;ARABIC LETTER SAD -0636;afii57430;ARABIC LETTER DAD -0637;afii57431;ARABIC LETTER TAH -0638;afii57432;ARABIC LETTER ZAH -0639;afii57433;ARABIC LETTER AIN -063A;afii57434;ARABIC LETTER GHAIN -0640;afii57440;ARABIC TATWEEL -0641;afii57441;ARABIC LETTER FEH -0642;afii57442;ARABIC LETTER QAF -0643;afii57443;ARABIC LETTER KAF -0644;afii57444;ARABIC LETTER LAM -0645;afii57445;ARABIC LETTER MEEM -0646;afii57446;ARABIC LETTER NOON -0648;afii57448;ARABIC LETTER WAW -0649;afii57449;ARABIC LETTER ALEF MAKSURA -064A;afii57450;ARABIC LETTER YEH -064B;afii57451;ARABIC FATHATAN -064C;afii57452;ARABIC DAMMATAN -064D;afii57453;ARABIC KASRATAN -064E;afii57454;ARABIC FATHA -064F;afii57455;ARABIC DAMMA -0650;afii57456;ARABIC KASRA -0651;afii57457;ARABIC SHADDA -0652;afii57458;ARABIC SUKUN -0647;afii57470;ARABIC LETTER HEH -06A4;afii57505;ARABIC LETTER VEH -067E;afii57506;ARABIC LETTER PEH -0686;afii57507;ARABIC LETTER TCHEH -0698;afii57508;ARABIC LETTER JEH -06AF;afii57509;ARABIC LETTER GAF -0679;afii57511;ARABIC LETTER TTEH -0688;afii57512;ARABIC LETTER DDAL -0691;afii57513;ARABIC LETTER RREH -06BA;afii57514;ARABIC LETTER NOON GHUNNA -06D2;afii57519;ARABIC LETTER YEH BARREE -06D5;afii57534;ARABIC LETTER AE -20AA;afii57636;NEW SHEQEL SIGN -05BE;afii57645;HEBREW PUNCTUATION MAQAF -05C3;afii57658;HEBREW PUNCTUATION SOF PASUQ -05D0;afii57664;HEBREW LETTER ALEF -05D1;afii57665;HEBREW LETTER BET -05D2;afii57666;HEBREW LETTER GIMEL -05D3;afii57667;HEBREW LETTER DALET -05D4;afii57668;HEBREW LETTER HE -05D5;afii57669;HEBREW LETTER VAV -05D6;afii57670;HEBREW LETTER ZAYIN -05D7;afii57671;HEBREW LETTER HET -05D8;afii57672;HEBREW LETTER TET -05D9;afii57673;HEBREW LETTER YOD -05DA;afii57674;HEBREW LETTER FINAL KAF -05DB;afii57675;HEBREW LETTER KAF -05DC;afii57676;HEBREW LETTER LAMED -05DD;afii57677;HEBREW LETTER FINAL MEM -05DE;afii57678;HEBREW LETTER MEM -05DF;afii57679;HEBREW LETTER FINAL NUN -05E0;afii57680;HEBREW LETTER NUN -05E1;afii57681;HEBREW LETTER SAMEKH -05E2;afii57682;HEBREW LETTER AYIN -05E3;afii57683;HEBREW LETTER FINAL PE -05E4;afii57684;HEBREW LETTER PE -05E5;afii57685;HEBREW LETTER FINAL TSADI -05E6;afii57686;HEBREW LETTER TSADI -05E7;afii57687;HEBREW LETTER QOF -05E8;afii57688;HEBREW LETTER RESH -05E9;afii57689;HEBREW LETTER SHIN -05EA;afii57690;HEBREW LETTER TAV -FB2A;afii57694;HEBREW LETTER SHIN WITH SHIN DOT -FB2B;afii57695;HEBREW LETTER SHIN WITH SIN DOT -FB4B;afii57700;HEBREW LETTER VAV WITH HOLAM -FB1F;afii57705;HEBREW LIGATURE YIDDISH YOD YOD PATAH -05F0;afii57716;HEBREW LIGATURE YIDDISH DOUBLE VAV -05F1;afii57717;HEBREW LIGATURE YIDDISH VAV YOD -05F2;afii57718;HEBREW LIGATURE YIDDISH DOUBLE YOD -FB35;afii57723;HEBREW LETTER VAV WITH DAGESH -05B4;afii57793;HEBREW POINT HIRIQ -05B5;afii57794;HEBREW POINT TSERE -05B6;afii57795;HEBREW POINT SEGOL -05BB;afii57796;HEBREW POINT QUBUTS -05B8;afii57797;HEBREW POINT QAMATS -05B7;afii57798;HEBREW POINT PATAH -05B0;afii57799;HEBREW POINT SHEVA -05B2;afii57800;HEBREW POINT HATAF PATAH -05B1;afii57801;HEBREW POINT HATAF SEGOL -05B3;afii57802;HEBREW POINT HATAF QAMATS -05C2;afii57803;HEBREW POINT SIN DOT -05C1;afii57804;HEBREW POINT SHIN DOT -05B9;afii57806;HEBREW POINT HOLAM -05BC;afii57807;HEBREW POINT DAGESH OR MAPIQ -05BD;afii57839;HEBREW POINT METEG -05BF;afii57841;HEBREW POINT RAFE -05C0;afii57842;HEBREW PUNCTUATION PASEQ -02BC;afii57929;MODIFIER LETTER APOSTROPHE -2105;afii61248;CARE OF -2113;afii61289;SCRIPT SMALL L -2116;afii61352;NUMERO SIGN -202C;afii61573;POP DIRECTIONAL FORMATTING -202D;afii61574;LEFT-TO-RIGHT OVERRIDE -202E;afii61575;RIGHT-TO-LEFT OVERRIDE -200C;afii61664;ZERO WIDTH NON-JOINER -066D;afii63167;ARABIC FIVE POINTED STAR -02BD;afii64937;MODIFIER LETTER REVERSED COMMA -00E0;agrave;LATIN SMALL LETTER A WITH GRAVE -2135;aleph;ALEF SYMBOL -03B1;alpha;GREEK SMALL LETTER ALPHA -03AC;alphatonos;GREEK SMALL LETTER ALPHA WITH TONOS -0101;amacron;LATIN SMALL LETTER A WITH MACRON -0026;ampersand;AMPERSAND -F726;ampersandsmall;SMALL CAPITAL AMPERSAND -2220;angle;ANGLE -2329;angleleft;LEFT-POINTING ANGLE BRACKET -232A;angleright;RIGHT-POINTING ANGLE BRACKET -0387;anoteleia;GREEK ANO TELEIA -0105;aogonek;LATIN SMALL LETTER A WITH OGONEK -2248;approxequal;ALMOST EQUAL TO -00E5;aring;LATIN SMALL LETTER A WITH RING ABOVE -01FB;aringacute;LATIN SMALL LETTER A WITH RING ABOVE AND ACUTE -2194;arrowboth;LEFT RIGHT ARROW -21D4;arrowdblboth;LEFT RIGHT DOUBLE ARROW -21D3;arrowdbldown;DOWNWARDS DOUBLE ARROW -21D0;arrowdblleft;LEFTWARDS DOUBLE ARROW -21D2;arrowdblright;RIGHTWARDS DOUBLE ARROW -21D1;arrowdblup;UPWARDS DOUBLE ARROW -2193;arrowdown;DOWNWARDS ARROW -F8E7;arrowhorizex;HORIZONTAL ARROW EXTENDER -2190;arrowleft;LEFTWARDS ARROW -2192;arrowright;RIGHTWARDS ARROW -2191;arrowup;UPWARDS ARROW -2195;arrowupdn;UP DOWN ARROW -21A8;arrowupdnbse;UP DOWN ARROW WITH BASE -F8E6;arrowvertex;VERTICAL ARROW EXTENDER -005E;asciicircum;CIRCUMFLEX ACCENT -007E;asciitilde;TILDE -002A;asterisk;ASTERISK -2217;asteriskmath;ASTERISK OPERATOR -F6E9;asuperior;SUPERSCRIPT LATIN SMALL LETTER A -0040;at;COMMERCIAL AT -00E3;atilde;LATIN SMALL LETTER A WITH TILDE -0062;b;LATIN SMALL LETTER B -005C;backslash;REVERSE SOLIDUS -007C;bar;VERTICAL LINE -03B2;beta;GREEK SMALL LETTER BETA -2588;block;FULL BLOCK -F8F4;braceex;CURLY BRACKET EXTENDER -007B;braceleft;LEFT CURLY BRACKET -F8F3;braceleftbt;LEFT CURLY BRACKET BOTTOM -F8F2;braceleftmid;LEFT CURLY BRACKET MID -F8F1;bracelefttp;LEFT CURLY BRACKET TOP -007D;braceright;RIGHT CURLY BRACKET -F8FE;bracerightbt;RIGHT CURLY BRACKET BOTTOM -F8FD;bracerightmid;RIGHT CURLY BRACKET MID -F8FC;bracerighttp;RIGHT CURLY BRACKET TOP -005B;bracketleft;LEFT SQUARE BRACKET -F8F0;bracketleftbt;LEFT SQUARE BRACKET BOTTOM -F8EF;bracketleftex;LEFT SQUARE BRACKET EXTENDER -F8EE;bracketlefttp;LEFT SQUARE BRACKET TOP -005D;bracketright;RIGHT SQUARE BRACKET -F8FB;bracketrightbt;RIGHT SQUARE BRACKET BOTTOM -F8FA;bracketrightex;RIGHT SQUARE BRACKET EXTENDER -F8F9;bracketrighttp;RIGHT SQUARE BRACKET TOP -02D8;breve;BREVE -00A6;brokenbar;BROKEN BAR -F6EA;bsuperior;SUPERSCRIPT LATIN SMALL LETTER B -2022;bullet;BULLET -0063;c;LATIN SMALL LETTER C -0107;cacute;LATIN SMALL LETTER C WITH ACUTE -02C7;caron;CARON -21B5;carriagereturn;DOWNWARDS ARROW WITH CORNER LEFTWARDS -010D;ccaron;LATIN SMALL LETTER C WITH CARON -00E7;ccedilla;LATIN SMALL LETTER C WITH CEDILLA -0109;ccircumflex;LATIN SMALL LETTER C WITH CIRCUMFLEX -010B;cdotaccent;LATIN SMALL LETTER C WITH DOT ABOVE -00B8;cedilla;CEDILLA -00A2;cent;CENT SIGN -F6DF;centinferior;SUBSCRIPT CENT SIGN -F7A2;centoldstyle;OLDSTYLE CENT SIGN -F6E0;centsuperior;SUPERSCRIPT CENT SIGN -03C7;chi;GREEK SMALL LETTER CHI -25CB;circle;WHITE CIRCLE -2297;circlemultiply;CIRCLED TIMES -2295;circleplus;CIRCLED PLUS -02C6;circumflex;MODIFIER LETTER CIRCUMFLEX ACCENT -2663;club;BLACK CLUB SUIT -003A;colon;COLON -20A1;colonmonetary;COLON SIGN -002C;comma;COMMA -F6C3;commaaccent;COMMA BELOW -F6E1;commainferior;SUBSCRIPT COMMA -F6E2;commasuperior;SUPERSCRIPT COMMA -2245;congruent;APPROXIMATELY EQUAL TO -00A9;copyright;COPYRIGHT SIGN -F8E9;copyrightsans;COPYRIGHT SIGN SANS SERIF -F6D9;copyrightserif;COPYRIGHT SIGN SERIF -00A4;currency;CURRENCY SIGN -F6D1;cyrBreve;CAPITAL CYRILLIC BREVE -F6D2;cyrFlex;CAPITAL CYRILLIC CIRCUMFLEX -F6D4;cyrbreve;CYRILLIC BREVE -F6D5;cyrflex;CYRILLIC CIRCUMFLEX -0064;d;LATIN SMALL LETTER D -2020;dagger;DAGGER -2021;daggerdbl;DOUBLE DAGGER -F6D3;dblGrave;CAPITAL DOUBLE GRAVE ACCENT -F6D6;dblgrave;DOUBLE GRAVE ACCENT -010F;dcaron;LATIN SMALL LETTER D WITH CARON -0111;dcroat;LATIN SMALL LETTER D WITH STROKE -00B0;degree;DEGREE SIGN -03B4;delta;GREEK SMALL LETTER DELTA -2666;diamond;BLACK DIAMOND SUIT -00A8;dieresis;DIAERESIS -F6D7;dieresisacute;DIAERESIS ACUTE ACCENT -F6D8;dieresisgrave;DIAERESIS GRAVE ACCENT -0385;dieresistonos;GREEK DIALYTIKA TONOS -00F7;divide;DIVISION SIGN -2593;dkshade;DARK SHADE -2584;dnblock;LOWER HALF BLOCK -0024;dollar;DOLLAR SIGN -F6E3;dollarinferior;SUBSCRIPT DOLLAR SIGN -F724;dollaroldstyle;OLDSTYLE DOLLAR SIGN -F6E4;dollarsuperior;SUPERSCRIPT DOLLAR SIGN -20AB;dong;DONG SIGN -02D9;dotaccent;DOT ABOVE -0323;dotbelowcomb;COMBINING DOT BELOW -0131;dotlessi;LATIN SMALL LETTER DOTLESS I -F6BE;dotlessj;LATIN SMALL LETTER DOTLESS J -22C5;dotmath;DOT OPERATOR -F6EB;dsuperior;SUPERSCRIPT LATIN SMALL LETTER D -0065;e;LATIN SMALL LETTER E -00E9;eacute;LATIN SMALL LETTER E WITH ACUTE -0115;ebreve;LATIN SMALL LETTER E WITH BREVE -011B;ecaron;LATIN SMALL LETTER E WITH CARON -00EA;ecircumflex;LATIN SMALL LETTER E WITH CIRCUMFLEX -00EB;edieresis;LATIN SMALL LETTER E WITH DIAERESIS -0117;edotaccent;LATIN SMALL LETTER E WITH DOT ABOVE -00E8;egrave;LATIN SMALL LETTER E WITH GRAVE -0038;eight;DIGIT EIGHT -2088;eightinferior;SUBSCRIPT EIGHT -F738;eightoldstyle;OLDSTYLE DIGIT EIGHT -2078;eightsuperior;SUPERSCRIPT EIGHT -2208;element;ELEMENT OF -2026;ellipsis;HORIZONTAL ELLIPSIS -0113;emacron;LATIN SMALL LETTER E WITH MACRON -2014;emdash;EM DASH -2205;emptyset;EMPTY SET -2013;endash;EN DASH -014B;eng;LATIN SMALL LETTER ENG -0119;eogonek;LATIN SMALL LETTER E WITH OGONEK -03B5;epsilon;GREEK SMALL LETTER EPSILON -03AD;epsilontonos;GREEK SMALL LETTER EPSILON WITH TONOS -003D;equal;EQUALS SIGN -2261;equivalence;IDENTICAL TO -212E;estimated;ESTIMATED SYMBOL -F6EC;esuperior;SUPERSCRIPT LATIN SMALL LETTER E -03B7;eta;GREEK SMALL LETTER ETA -03AE;etatonos;GREEK SMALL LETTER ETA WITH TONOS -00F0;eth;LATIN SMALL LETTER ETH -0021;exclam;EXCLAMATION MARK -203C;exclamdbl;DOUBLE EXCLAMATION MARK -00A1;exclamdown;INVERTED EXCLAMATION MARK -F7A1;exclamdownsmall;SMALL CAPITAL INVERTED EXCLAMATION MARK -F721;exclamsmall;SMALL CAPITAL EXCLAMATION MARK -2203;existential;THERE EXISTS -0066;f;LATIN SMALL LETTER F -2640;female;FEMALE SIGN -FB00;ff;LATIN SMALL LIGATURE FF -FB03;ffi;LATIN SMALL LIGATURE FFI -FB04;ffl;LATIN SMALL LIGATURE FFL -FB01;fi;LATIN SMALL LIGATURE FI -2012;figuredash;FIGURE DASH -25A0;filledbox;BLACK SQUARE -25AC;filledrect;BLACK RECTANGLE -0035;five;DIGIT FIVE -215D;fiveeighths;VULGAR FRACTION FIVE EIGHTHS -2085;fiveinferior;SUBSCRIPT FIVE -F735;fiveoldstyle;OLDSTYLE DIGIT FIVE -2075;fivesuperior;SUPERSCRIPT FIVE -FB02;fl;LATIN SMALL LIGATURE FL -0192;florin;LATIN SMALL LETTER F WITH HOOK -0034;four;DIGIT FOUR -2084;fourinferior;SUBSCRIPT FOUR -F734;fouroldstyle;OLDSTYLE DIGIT FOUR -2074;foursuperior;SUPERSCRIPT FOUR -2044;fraction;FRACTION SLASH -2215;fraction;DIVISION SLASH;Duplicate -20A3;franc;FRENCH FRANC SIGN -0067;g;LATIN SMALL LETTER G -03B3;gamma;GREEK SMALL LETTER GAMMA -011F;gbreve;LATIN SMALL LETTER G WITH BREVE -01E7;gcaron;LATIN SMALL LETTER G WITH CARON -011D;gcircumflex;LATIN SMALL LETTER G WITH CIRCUMFLEX -0123;gcommaaccent;LATIN SMALL LETTER G WITH CEDILLA -0121;gdotaccent;LATIN SMALL LETTER G WITH DOT ABOVE -00DF;germandbls;LATIN SMALL LETTER SHARP S -2207;gradient;NABLA -0060;grave;GRAVE ACCENT -0300;gravecomb;COMBINING GRAVE ACCENT -003E;greater;GREATER-THAN SIGN -2265;greaterequal;GREATER-THAN OR EQUAL TO -00AB;guillemotleft;LEFT-POINTING DOUBLE ANGLE QUOTATION MARK -00BB;guillemotright;RIGHT-POINTING DOUBLE ANGLE QUOTATION MARK -2039;guilsinglleft;SINGLE LEFT-POINTING ANGLE QUOTATION MARK -203A;guilsinglright;SINGLE RIGHT-POINTING ANGLE QUOTATION MARK -0068;h;LATIN SMALL LETTER H -0127;hbar;LATIN SMALL LETTER H WITH STROKE -0125;hcircumflex;LATIN SMALL LETTER H WITH CIRCUMFLEX -2665;heart;BLACK HEART SUIT -0309;hookabovecomb;COMBINING HOOK ABOVE -2302;house;HOUSE -02DD;hungarumlaut;DOUBLE ACUTE ACCENT -002D;hyphen;HYPHEN-MINUS -00AD;hyphen;SOFT HYPHEN;Duplicate -F6E5;hypheninferior;SUBSCRIPT HYPHEN-MINUS -F6E6;hyphensuperior;SUPERSCRIPT HYPHEN-MINUS -0069;i;LATIN SMALL LETTER I -00ED;iacute;LATIN SMALL LETTER I WITH ACUTE -012D;ibreve;LATIN SMALL LETTER I WITH BREVE -00EE;icircumflex;LATIN SMALL LETTER I WITH CIRCUMFLEX -00EF;idieresis;LATIN SMALL LETTER I WITH DIAERESIS -00EC;igrave;LATIN SMALL LETTER I WITH GRAVE -0133;ij;LATIN SMALL LIGATURE IJ -012B;imacron;LATIN SMALL LETTER I WITH MACRON -221E;infinity;INFINITY -222B;integral;INTEGRAL -2321;integralbt;BOTTOM HALF INTEGRAL -F8F5;integralex;INTEGRAL EXTENDER -2320;integraltp;TOP HALF INTEGRAL -2229;intersection;INTERSECTION -25D8;invbullet;INVERSE BULLET -25D9;invcircle;INVERSE WHITE CIRCLE -263B;invsmileface;BLACK SMILING FACE -012F;iogonek;LATIN SMALL LETTER I WITH OGONEK -03B9;iota;GREEK SMALL LETTER IOTA -03CA;iotadieresis;GREEK SMALL LETTER IOTA WITH DIALYTIKA -0390;iotadieresistonos;GREEK SMALL LETTER IOTA WITH DIALYTIKA AND TONOS -03AF;iotatonos;GREEK SMALL LETTER IOTA WITH TONOS -F6ED;isuperior;SUPERSCRIPT LATIN SMALL LETTER I -0129;itilde;LATIN SMALL LETTER I WITH TILDE -006A;j;LATIN SMALL LETTER J -0135;jcircumflex;LATIN SMALL LETTER J WITH CIRCUMFLEX -006B;k;LATIN SMALL LETTER K -03BA;kappa;GREEK SMALL LETTER KAPPA -0137;kcommaaccent;LATIN SMALL LETTER K WITH CEDILLA -0138;kgreenlandic;LATIN SMALL LETTER KRA -006C;l;LATIN SMALL LETTER L -013A;lacute;LATIN SMALL LETTER L WITH ACUTE -03BB;lambda;GREEK SMALL LETTER LAMDA -013E;lcaron;LATIN SMALL LETTER L WITH CARON -013C;lcommaaccent;LATIN SMALL LETTER L WITH CEDILLA -0140;ldot;LATIN SMALL LETTER L WITH MIDDLE DOT -003C;less;LESS-THAN SIGN -2264;lessequal;LESS-THAN OR EQUAL TO -258C;lfblock;LEFT HALF BLOCK -20A4;lira;LIRA SIGN -F6C0;ll;LATIN SMALL LETTER LL -2227;logicaland;LOGICAL AND -00AC;logicalnot;NOT SIGN -2228;logicalor;LOGICAL OR -017F;longs;LATIN SMALL LETTER LONG S -25CA;lozenge;LOZENGE -0142;lslash;LATIN SMALL LETTER L WITH STROKE -F6EE;lsuperior;SUPERSCRIPT LATIN SMALL LETTER L -2591;ltshade;LIGHT SHADE -006D;m;LATIN SMALL LETTER M -00AF;macron;MACRON -02C9;macron;MODIFIER LETTER MACRON;Duplicate -2642;male;MALE SIGN -2212;minus;MINUS SIGN -2032;minute;PRIME -F6EF;msuperior;SUPERSCRIPT LATIN SMALL LETTER M -00B5;mu;MICRO SIGN -03BC;mu;GREEK SMALL LETTER MU;Duplicate -00D7;multiply;MULTIPLICATION SIGN -266A;musicalnote;EIGHTH NOTE -266B;musicalnotedbl;BEAMED EIGHTH NOTES -006E;n;LATIN SMALL LETTER N -0144;nacute;LATIN SMALL LETTER N WITH ACUTE -0149;napostrophe;LATIN SMALL LETTER N PRECEDED BY APOSTROPHE -0148;ncaron;LATIN SMALL LETTER N WITH CARON -0146;ncommaaccent;LATIN SMALL LETTER N WITH CEDILLA -0039;nine;DIGIT NINE -2089;nineinferior;SUBSCRIPT NINE -F739;nineoldstyle;OLDSTYLE DIGIT NINE -2079;ninesuperior;SUPERSCRIPT NINE -2209;notelement;NOT AN ELEMENT OF -2260;notequal;NOT EQUAL TO -2284;notsubset;NOT A SUBSET OF -207F;nsuperior;SUPERSCRIPT LATIN SMALL LETTER N -00F1;ntilde;LATIN SMALL LETTER N WITH TILDE -03BD;nu;GREEK SMALL LETTER NU -0023;numbersign;NUMBER SIGN -006F;o;LATIN SMALL LETTER O -00F3;oacute;LATIN SMALL LETTER O WITH ACUTE -014F;obreve;LATIN SMALL LETTER O WITH BREVE -00F4;ocircumflex;LATIN SMALL LETTER O WITH CIRCUMFLEX -00F6;odieresis;LATIN SMALL LETTER O WITH DIAERESIS -0153;oe;LATIN SMALL LIGATURE OE -02DB;ogonek;OGONEK -00F2;ograve;LATIN SMALL LETTER O WITH GRAVE -01A1;ohorn;LATIN SMALL LETTER O WITH HORN -0151;ohungarumlaut;LATIN SMALL LETTER O WITH DOUBLE ACUTE -014D;omacron;LATIN SMALL LETTER O WITH MACRON -03C9;omega;GREEK SMALL LETTER OMEGA -03D6;omega1;GREEK PI SYMBOL -03CE;omegatonos;GREEK SMALL LETTER OMEGA WITH TONOS -03BF;omicron;GREEK SMALL LETTER OMICRON -03CC;omicrontonos;GREEK SMALL LETTER OMICRON WITH TONOS -0031;one;DIGIT ONE -2024;onedotenleader;ONE DOT LEADER -215B;oneeighth;VULGAR FRACTION ONE EIGHTH -F6DC;onefitted;PROPORTIONAL DIGIT ONE -00BD;onehalf;VULGAR FRACTION ONE HALF -2081;oneinferior;SUBSCRIPT ONE -F731;oneoldstyle;OLDSTYLE DIGIT ONE -00BC;onequarter;VULGAR FRACTION ONE QUARTER -00B9;onesuperior;SUPERSCRIPT ONE -2153;onethird;VULGAR FRACTION ONE THIRD -25E6;openbullet;WHITE BULLET -00AA;ordfeminine;FEMININE ORDINAL INDICATOR -00BA;ordmasculine;MASCULINE ORDINAL INDICATOR -221F;orthogonal;RIGHT ANGLE -00F8;oslash;LATIN SMALL LETTER O WITH STROKE -01FF;oslashacute;LATIN SMALL LETTER O WITH STROKE AND ACUTE -F6F0;osuperior;SUPERSCRIPT LATIN SMALL LETTER O -00F5;otilde;LATIN SMALL LETTER O WITH TILDE -0070;p;LATIN SMALL LETTER P -00B6;paragraph;PILCROW SIGN -0028;parenleft;LEFT PARENTHESIS -F8ED;parenleftbt;LEFT PAREN BOTTOM -F8EC;parenleftex;LEFT PAREN EXTENDER -208D;parenleftinferior;SUBSCRIPT LEFT PARENTHESIS -207D;parenleftsuperior;SUPERSCRIPT LEFT PARENTHESIS -F8EB;parenlefttp;LEFT PAREN TOP -0029;parenright;RIGHT PARENTHESIS -F8F8;parenrightbt;RIGHT PAREN BOTTOM -F8F7;parenrightex;RIGHT PAREN EXTENDER -208E;parenrightinferior;SUBSCRIPT RIGHT PARENTHESIS -207E;parenrightsuperior;SUPERSCRIPT RIGHT PARENTHESIS -F8F6;parenrighttp;RIGHT PAREN TOP -2202;partialdiff;PARTIAL DIFFERENTIAL -0025;percent;PERCENT SIGN -002E;period;FULL STOP -00B7;periodcentered;MIDDLE DOT -2219;periodcentered;BULLET OPERATOR;Duplicate -F6E7;periodinferior;SUBSCRIPT FULL STOP -F6E8;periodsuperior;SUPERSCRIPT FULL STOP -22A5;perpendicular;UP TACK -2030;perthousand;PER MILLE SIGN -20A7;peseta;PESETA SIGN -03C6;phi;GREEK SMALL LETTER PHI -03D5;phi1;GREEK PHI SYMBOL -03C0;pi;GREEK SMALL LETTER PI -002B;plus;PLUS SIGN -00B1;plusminus;PLUS-MINUS SIGN -211E;prescription;PRESCRIPTION TAKE -220F;product;N-ARY PRODUCT -2282;propersubset;SUBSET OF -2283;propersuperset;SUPERSET OF -221D;proportional;PROPORTIONAL TO -03C8;psi;GREEK SMALL LETTER PSI -0071;q;LATIN SMALL LETTER Q -003F;question;QUESTION MARK -00BF;questiondown;INVERTED QUESTION MARK -F7BF;questiondownsmall;SMALL CAPITAL INVERTED QUESTION MARK -F73F;questionsmall;SMALL CAPITAL QUESTION MARK -0022;quotedbl;QUOTATION MARK -201E;quotedblbase;DOUBLE LOW-9 QUOTATION MARK -201C;quotedblleft;LEFT DOUBLE QUOTATION MARK -201D;quotedblright;RIGHT DOUBLE QUOTATION MARK -2018;quoteleft;LEFT SINGLE QUOTATION MARK -201B;quotereversed;SINGLE HIGH-REVERSED-9 QUOTATION MARK -2019;quoteright;RIGHT SINGLE QUOTATION MARK -201A;quotesinglbase;SINGLE LOW-9 QUOTATION MARK -0027;quotesingle;APOSTROPHE -0072;r;LATIN SMALL LETTER R -0155;racute;LATIN SMALL LETTER R WITH ACUTE -221A;radical;SQUARE ROOT -F8E5;radicalex;RADICAL EXTENDER -0159;rcaron;LATIN SMALL LETTER R WITH CARON -0157;rcommaaccent;LATIN SMALL LETTER R WITH CEDILLA -2286;reflexsubset;SUBSET OF OR EQUAL TO -2287;reflexsuperset;SUPERSET OF OR EQUAL TO -00AE;registered;REGISTERED SIGN -F8E8;registersans;REGISTERED SIGN SANS SERIF -F6DA;registerserif;REGISTERED SIGN SERIF -2310;revlogicalnot;REVERSED NOT SIGN -03C1;rho;GREEK SMALL LETTER RHO -02DA;ring;RING ABOVE -F6F1;rsuperior;SUPERSCRIPT LATIN SMALL LETTER R -2590;rtblock;RIGHT HALF BLOCK -F6DD;rupiah;RUPIAH SIGN -0073;s;LATIN SMALL LETTER S -015B;sacute;LATIN SMALL LETTER S WITH ACUTE -0161;scaron;LATIN SMALL LETTER S WITH CARON -015F;scedilla;LATIN SMALL LETTER S WITH CEDILLA -F6C2;scedilla;LATIN SMALL LETTER S WITH CEDILLA;Duplicate -015D;scircumflex;LATIN SMALL LETTER S WITH CIRCUMFLEX -0219;scommaaccent;LATIN SMALL LETTER S WITH COMMA BELOW -2033;second;DOUBLE PRIME -00A7;section;SECTION SIGN -003B;semicolon;SEMICOLON -0037;seven;DIGIT SEVEN -215E;seveneighths;VULGAR FRACTION SEVEN EIGHTHS -2087;seveninferior;SUBSCRIPT SEVEN -F737;sevenoldstyle;OLDSTYLE DIGIT SEVEN -2077;sevensuperior;SUPERSCRIPT SEVEN -2592;shade;MEDIUM SHADE -03C3;sigma;GREEK SMALL LETTER SIGMA -03C2;sigma1;GREEK SMALL LETTER FINAL SIGMA -223C;similar;TILDE OPERATOR -0036;six;DIGIT SIX -2086;sixinferior;SUBSCRIPT SIX -F736;sixoldstyle;OLDSTYLE DIGIT SIX -2076;sixsuperior;SUPERSCRIPT SIX -002F;slash;SOLIDUS -263A;smileface;WHITE SMILING FACE -0020;space;SPACE -00A0;space;NO-BREAK SPACE;Duplicate -2660;spade;BLACK SPADE SUIT -F6F2;ssuperior;SUPERSCRIPT LATIN SMALL LETTER S -00A3;sterling;POUND SIGN -220B;suchthat;CONTAINS AS MEMBER -2211;summation;N-ARY SUMMATION -263C;sun;WHITE SUN WITH RAYS -0074;t;LATIN SMALL LETTER T -03C4;tau;GREEK SMALL LETTER TAU -0167;tbar;LATIN SMALL LETTER T WITH STROKE -0165;tcaron;LATIN SMALL LETTER T WITH CARON -0163;tcommaaccent;LATIN SMALL LETTER T WITH CEDILLA -021B;tcommaaccent;LATIN SMALL LETTER T WITH COMMA BELOW;Duplicate -2234;therefore;THEREFORE -03B8;theta;GREEK SMALL LETTER THETA -03D1;theta1;GREEK THETA SYMBOL -00FE;thorn;LATIN SMALL LETTER THORN -0033;three;DIGIT THREE -215C;threeeighths;VULGAR FRACTION THREE EIGHTHS -2083;threeinferior;SUBSCRIPT THREE -F733;threeoldstyle;OLDSTYLE DIGIT THREE -00BE;threequarters;VULGAR FRACTION THREE QUARTERS -F6DE;threequartersemdash;THREE QUARTERS EM DASH -00B3;threesuperior;SUPERSCRIPT THREE -02DC;tilde;SMALL TILDE -0303;tildecomb;COMBINING TILDE -0384;tonos;GREEK TONOS -2122;trademark;TRADE MARK SIGN -F8EA;trademarksans;TRADE MARK SIGN SANS SERIF -F6DB;trademarkserif;TRADE MARK SIGN SERIF -25BC;triagdn;BLACK DOWN-POINTING TRIANGLE -25C4;triaglf;BLACK LEFT-POINTING POINTER -25BA;triagrt;BLACK RIGHT-POINTING POINTER -25B2;triagup;BLACK UP-POINTING TRIANGLE -F6F3;tsuperior;SUPERSCRIPT LATIN SMALL LETTER T -0032;two;DIGIT TWO -2025;twodotenleader;TWO DOT LEADER -2082;twoinferior;SUBSCRIPT TWO -F732;twooldstyle;OLDSTYLE DIGIT TWO -00B2;twosuperior;SUPERSCRIPT TWO -2154;twothirds;VULGAR FRACTION TWO THIRDS -0075;u;LATIN SMALL LETTER U -00FA;uacute;LATIN SMALL LETTER U WITH ACUTE -016D;ubreve;LATIN SMALL LETTER U WITH BREVE -00FB;ucircumflex;LATIN SMALL LETTER U WITH CIRCUMFLEX -00FC;udieresis;LATIN SMALL LETTER U WITH DIAERESIS -00F9;ugrave;LATIN SMALL LETTER U WITH GRAVE -01B0;uhorn;LATIN SMALL LETTER U WITH HORN -0171;uhungarumlaut;LATIN SMALL LETTER U WITH DOUBLE ACUTE -016B;umacron;LATIN SMALL LETTER U WITH MACRON -005F;underscore;LOW LINE -2017;underscoredbl;DOUBLE LOW LINE -222A;union;UNION -2200;universal;FOR ALL -0173;uogonek;LATIN SMALL LETTER U WITH OGONEK -2580;upblock;UPPER HALF BLOCK -03C5;upsilon;GREEK SMALL LETTER UPSILON -03CB;upsilondieresis;GREEK SMALL LETTER UPSILON WITH DIALYTIKA -03B0;upsilondieresistonos;GREEK SMALL LETTER UPSILON WITH DIALYTIKA AND TONOS -03CD;upsilontonos;GREEK SMALL LETTER UPSILON WITH TONOS -016F;uring;LATIN SMALL LETTER U WITH RING ABOVE -0169;utilde;LATIN SMALL LETTER U WITH TILDE -0076;v;LATIN SMALL LETTER V -0077;w;LATIN SMALL LETTER W -1E83;wacute;LATIN SMALL LETTER W WITH ACUTE -0175;wcircumflex;LATIN SMALL LETTER W WITH CIRCUMFLEX -1E85;wdieresis;LATIN SMALL LETTER W WITH DIAERESIS -2118;weierstrass;SCRIPT CAPITAL P -1E81;wgrave;LATIN SMALL LETTER W WITH GRAVE -0078;x;LATIN SMALL LETTER X -03BE;xi;GREEK SMALL LETTER XI -0079;y;LATIN SMALL LETTER Y -00FD;yacute;LATIN SMALL LETTER Y WITH ACUTE -0177;ycircumflex;LATIN SMALL LETTER Y WITH CIRCUMFLEX -00FF;ydieresis;LATIN SMALL LETTER Y WITH DIAERESIS -00A5;yen;YEN SIGN -1EF3;ygrave;LATIN SMALL LETTER Y WITH GRAVE -007A;z;LATIN SMALL LETTER Z -017A;zacute;LATIN SMALL LETTER Z WITH ACUTE -017E;zcaron;LATIN SMALL LETTER Z WITH CARON -017C;zdotaccent;LATIN SMALL LETTER Z WITH DOT ABOVE -0030;zero;DIGIT ZERO -2080;zeroinferior;SUBSCRIPT ZERO -F730;zerooldstyle;OLDSTYLE DIGIT ZERO -2070;zerosuperior;SUPERSCRIPT ZERO -03B6;zeta;GREEK SMALL LETTER ZETA diff -Nru texlive-lang-2007.dfsg.4/texmf-dist/doc/generic/variations/ALIRE texlive-lang-2009/texmf-dist/doc/generic/variations/ALIRE --- texlive-lang-2007.dfsg.4/texmf-dist/doc/generic/variations/ALIRE 1970-01-01 01:00:00.000000000 +0100 +++ texlive-lang-2009/texmf-dist/doc/generic/variations/ALIRE 2007-06-01 17:58:13.000000000 +0100 @@ -0,0 +1,43 @@ + + L'extension VARIATIONS + +1. Introduction + +L'extension 'variations' permet de composer au sein de documents LaTeX, +des tableaux de variations de fonctions et des tableaux de signe +respectant les usages typographiques français. La syntaxe est proche de +celle de l'environnement 'tabular'. Les macros fournies permettent de +répondre aux besoins les plus courants. Elles sont utilisables avec +LaTeX comme avec plain TeX. + +2. Licence + +Vous pouvez utiliser et diffuser librement cette extension dans le cadre +de la licence GNU GPL version 2 (voir le fichier COPYING joint). + +3. Contenu de la distribution + + ALIRE Ce fichier. + README La version anglaise de ce fichier. + COPYING La licence d'utilisation. + variations.tex Le fichier de définition des macros. + variations.sty Le fichier de définition de l'environnement. + docvariations.pdf Une documentation succincte. + docvariations.tex Le fichier source de la documentation. + +4. Installation + +Sur un système Unix, copier le répertoire 'variations' dans +'/usr/share/texmf/tex/generic', puis exécuter la commande 'mktexlsr'. + +Pour une installation MiKTeX, copier le répertoire 'variations' dans +'C:\texmf\tex\generic', puis exécuter le programme 'MiKTeX Options'. +Dans la rubrique 'File name database', cliquer sur 'Refresh now'. + +5. Contact + +L'extension 'variations' a été écrite par Christian Obrecht. Pour +contacter l'auteur, veuillez vous rendre sur la page diffusant +'variations' : + + diff -Nru texlive-lang-2007.dfsg.4/texmf-dist/doc/generic/variations/COPYING texlive-lang-2009/texmf-dist/doc/generic/variations/COPYING --- texlive-lang-2007.dfsg.4/texmf-dist/doc/generic/variations/COPYING 1970-01-01 01:00:00.000000000 +0100 +++ texlive-lang-2009/texmf-dist/doc/generic/variations/COPYING 2007-06-01 17:58:13.000000000 +0100 @@ -0,0 +1,339 @@ + GNU GENERAL PUBLIC LICENSE + Version 2, June 1991 + + Copyright (C) 1989, 1991 Free Software Foundation, Inc. + 675 Mass Ave, Cambridge, MA 02139, USA + Everyone is permitted to copy and distribute verbatim copies + of this license document, but changing it is not allowed. + + Preamble + + The licenses for most software are designed to take away your +freedom to share and change it. By contrast, the GNU General Public +License is intended to guarantee your freedom to share and change free +software--to make sure the software is free for all its users. This +General Public License applies to most of the Free Software +Foundation's software and to any other program whose authors commit to +using it. (Some other Free Software Foundation software is covered by +the GNU Library General Public License instead.) You can apply it to +your programs, too. + + When we speak of free software, we are referring to freedom, not +price. Our General Public Licenses are designed to make sure that you +have the freedom to distribute copies of free software (and charge for +this service if you wish), that you receive source code or can get it +if you want it, that you can change the software or use pieces of it +in new free programs; and that you know you can do these things. + + To protect your rights, we need to make restrictions that forbid +anyone to deny you these rights or to ask you to surrender the rights. +These restrictions translate to certain responsibilities for you if you +distribute copies of the software, or if you modify it. + + For example, if you distribute copies of such a program, whether +gratis or for a fee, you must give the recipients all the rights that +you have. You must make sure that they, too, receive or can get the +source code. And you must show them these terms so they know their +rights. + + We protect your rights with two steps: (1) copyright the software, and +(2) offer you this license which gives you legal permission to copy, +distribute and/or modify the software. + + Also, for each author's protection and ours, we want to make certain +that everyone understands that there is no warranty for this free +software. If the software is modified by someone else and passed on, we +want its recipients to know that what they have is not the original, so +that any problems introduced by others will not reflect on the original +authors' reputations. + + Finally, any free program is threatened constantly by software +patents. We wish to avoid the danger that redistributors of a free +program will individually obtain patent licenses, in effect making the +program proprietary. To prevent this, we have made it clear that any +patent must be licensed for everyone's free use or not licensed at all. + + The precise terms and conditions for copying, distribution and +modification follow. + + GNU GENERAL PUBLIC LICENSE + TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION + + 0. This License applies to any program or other work which contains +a notice placed by the copyright holder saying it may be distributed +under the terms of this General Public License. The "Program", below, +refers to any such program or work, and a "work based on the Program" +means either the Program or any derivative work under copyright law: +that is to say, a work containing the Program or a portion of it, +either verbatim or with modifications and/or translated into another +language. (Hereinafter, translation is included without limitation in +the term "modification".) Each licensee is addressed as "you". + +Activities other than copying, distribution and modification are not +covered by this License; they are outside its scope. The act of +running the Program is not restricted, and the output from the Program +is covered only if its contents constitute a work based on the +Program (independent of having been made by running the Program). +Whether that is true depends on what the Program does. + + 1. You may copy and distribute verbatim copies of the Program's +source code as you receive it, in any medium, provided that you +conspicuously and appropriately publish on each copy an appropriate +copyright notice and disclaimer of warranty; keep intact all the +notices that refer to this License and to the absence of any warranty; +and give any other recipients of the Program a copy of this License +along with the Program. + +You may charge a fee for the physical act of transferring a copy, and +you may at your option offer warranty protection in exchange for a fee. + + 2. You may modify your copy or copies of the Program or any portion +of it, thus forming a work based on the Program, and copy and +distribute such modifications or work under the terms of Section 1 +above, provided that you also meet all of these conditions: + + a) You must cause the modified files to carry prominent notices + stating that you changed the files and the date of any change. + + b) You must cause any work that you distribute or publish, that in + whole or in part contains or is derived from the Program or any + part thereof, to be licensed as a whole at no charge to all third + parties under the terms of this License. + + c) If the modified program normally reads commands interactively + when run, you must cause it, when started running for such + interactive use in the most ordinary way, to print or display an + announcement including an appropriate copyright notice and a + notice that there is no warranty (or else, saying that you provide + a warranty) and that users may redistribute the program under + these conditions, and telling the user how to view a copy of this + License. (Exception: if the Program itself is interactive but + does not normally print such an announcement, your work based on + the Program is not required to print an announcement.) + +These requirements apply to the modified work as a whole. If +identifiable sections of that work are not derived from the Program, +and can be reasonably considered independent and separate works in +themselves, then this License, and its terms, do not apply to those +sections when you distribute them as separate works. But when you +distribute the same sections as part of a whole which is a work based +on the Program, the distribution of the whole must be on the terms of +this License, whose permissions for other licensees extend to the +entire whole, and thus to each and every part regardless of who wrote it. + +Thus, it is not the intent of this section to claim rights or contest +your rights to work written entirely by you; rather, the intent is to +exercise the right to control the distribution of derivative or +collective works based on the Program. + +In addition, mere aggregation of another work not based on the Program +with the Program (or with a work based on the Program) on a volume of +a storage or distribution medium does not bring the other work under +the scope of this License. + + 3. You may copy and distribute the Program (or a work based on it, +under Section 2) in object code or executable form under the terms of +Sections 1 and 2 above provided that you also do one of the following: + + a) Accompany it with the complete corresponding machine-readable + source code, which must be distributed under the terms of Sections + 1 and 2 above on a medium customarily used for software interchange; or, + + b) Accompany it with a written offer, valid for at least three + years, to give any third party, for a charge no more than your + cost of physically performing source distribution, a complete + machine-readable copy of the corresponding source code, to be + distributed under the terms of Sections 1 and 2 above on a medium + customarily used for software interchange; or, + + c) Accompany it with the information you received as to the offer + to distribute corresponding source code. (This alternative is + allowed only for noncommercial distribution and only if you + received the program in object code or executable form with such + an offer, in accord with Subsection b above.) + +The source code for a work means the preferred form of the work for +making modifications to it. For an executable work, complete source +code means all the source code for all modules it contains, plus any +associated interface definition files, plus the scripts used to +control compilation and installation of the executable. However, as a +special exception, the source code distributed need not include +anything that is normally distributed (in either source or binary +form) with the major components (compiler, kernel, and so on) of the +operating system on which the executable runs, unless that component +itself accompanies the executable. + +If distribution of executable or object code is made by offering +access to copy from a designated place, then offering equivalent +access to copy the source code from the same place counts as +distribution of the source code, even though third parties are not +compelled to copy the source along with the object code. + + 4. You may not copy, modify, sublicense, or distribute the Program +except as expressly provided under this License. Any attempt +otherwise to copy, modify, sublicense or distribute the Program is +void, and will automatically terminate your rights under this License. +However, parties who have received copies, or rights, from you under +this License will not have their licenses terminated so long as such +parties remain in full compliance. + + 5. You are not required to accept this License, since you have not +signed it. However, nothing else grants you permission to modify or +distribute the Program or its derivative works. These actions are +prohibited by law if you do not accept this License. Therefore, by +modifying or distributing the Program (or any work based on the +Program), you indicate your acceptance of this License to do so, and +all its terms and conditions for copying, distributing or modifying +the Program or works based on it. + + 6. Each time you redistribute the Program (or any work based on the +Program), the recipient automatically receives a license from the +original licensor to copy, distribute or modify the Program subject to +these terms and conditions. You may not impose any further +restrictions on the recipients' exercise of the rights granted herein. +You are not responsible for enforcing compliance by third parties to +this License. + + 7. If, as a consequence of a court judgment or allegation of patent +infringement or for any other reason (not limited to patent issues), +conditions are imposed on you (whether by court order, agreement or +otherwise) that contradict the conditions of this License, they do not +excuse you from the conditions of this License. If you cannot +distribute so as to satisfy simultaneously your obligations under this +License and any other pertinent obligations, then as a consequence you +may not distribute the Program at all. For example, if a patent +license would not permit royalty-free redistribution of the Program by +all those who receive copies directly or indirectly through you, then +the only way you could satisfy both it and this License would be to +refrain entirely from distribution of the Program. + +If any portion of this section is held invalid or unenforceable under +any particular circumstance, the balance of the section is intended to +apply and the section as a whole is intended to apply in other +circumstances. + +It is not the purpose of this section to induce you to infringe any +patents or other property right claims or to contest validity of any +such claims; this section has the sole purpose of protecting the +integrity of the free software distribution system, which is +implemented by public license practices. Many people have made +generous contributions to the wide range of software distributed +through that system in reliance on consistent application of that +system; it is up to the author/donor to decide if he or she is willing +to distribute software through any other system and a licensee cannot +impose that choice. + +This section is intended to make thoroughly clear what is believed to +be a consequence of the rest of this License. + + 8. If the distribution and/or use of the Program is restricted in +certain countries either by patents or by copyrighted interfaces, the +original copyright holder who places the Program under this License +may add an explicit geographical distribution limitation excluding +those countries, so that distribution is permitted only in or among +countries not thus excluded. In such case, this License incorporates +the limitation as if written in the body of this License. + + 9. The Free Software Foundation may publish revised and/or new versions +of the General Public License from time to time. Such new versions will +be similar in spirit to the present version, but may differ in detail to +address new problems or concerns. + +Each version is given a distinguishing version number. If the Program +specifies a version number of this License which applies to it and "any +later version", you have the option of following the terms and conditions +either of that version or of any later version published by the Free +Software Foundation. If the Program does not specify a version number of +this License, you may choose any version ever published by the Free Software +Foundation. + + 10. If you wish to incorporate parts of the Program into other free +programs whose distribution conditions are different, write to the author +to ask for permission. For software which is copyrighted by the Free +Software Foundation, write to the Free Software Foundation; we sometimes +make exceptions for this. Our decision will be guided by the two goals +of preserving the free status of all derivatives of our free software and +of promoting the sharing and reuse of software generally. + + NO WARRANTY + + 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY +FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN +OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES +PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED +OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS +TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE +PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, +REPAIR OR CORRECTION. + + 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING +WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR +REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, +INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING +OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED +TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY +YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER +PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE +POSSIBILITY OF SUCH DAMAGES. + + END OF TERMS AND CONDITIONS + + How to Apply These Terms to Your New Programs + + If you develop a new program, and you want it to be of the greatest +possible use to the public, the best way to achieve this is to make it +free software which everyone can redistribute and change under these terms. + + To do so, attach the following notices to the program. It is safest +to attach them to the start of each source file to most effectively +convey the exclusion of warranty; and each file should have at least +the "copyright" line and a pointer to where the full notice is found. + + + Copyright (C) 19yy + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + +Also add information on how to contact you by electronic and paper mail. + +If the program is interactive, make it output a short notice like this +when it starts in an interactive mode: + + Gnomovision version 69, Copyright (C) 19yy name of author + Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'. + This is free software, and you are welcome to redistribute it + under certain conditions; type `show c' for details. + +The hypothetical commands `show w' and `show c' should show the appropriate +parts of the General Public License. Of course, the commands you use may +be called something other than `show w' and `show c'; they could even be +mouse-clicks or menu items--whatever suits your program. + +You should also get your employer (if you work as a programmer) or your +school, if any, to sign a "copyright disclaimer" for the program, if +necessary. Here is a sample; alter the names: + + Yoyodyne, Inc., hereby disclaims all copyright interest in the program + `Gnomovision' (which makes passes at compilers) written by James Hacker. + + , 1 April 1989 + Ty Coon, President of Vice + +This General Public License does not permit incorporating your program into +proprietary programs. If your program is a subroutine library, you may +consider it more useful to permit linking proprietary applications with the +library. If this is what you want to do, use the GNU Library General +Public License instead of this License. Binary files /tmp/hvjTIsp08A/texlive-lang-2007.dfsg.4/texmf-dist/doc/generic/variations/docvariations.pdf and /tmp/ah2wg1Ygu3/texlive-lang-2009/texmf-dist/doc/generic/variations/docvariations.pdf differ diff -Nru texlive-lang-2007.dfsg.4/texmf-dist/doc/generic/variations/docvariations.tex texlive-lang-2009/texmf-dist/doc/generic/variations/docvariations.tex --- texlive-lang-2007.dfsg.4/texmf-dist/doc/generic/variations/docvariations.tex 1970-01-01 01:00:00.000000000 +0100 +++ texlive-lang-2009/texmf-dist/doc/generic/variations/docvariations.tex 2007-06-01 17:58:13.000000000 +0100 @@ -0,0 +1,137 @@ +% Documentation de l'extension 'variations' +% Copyright (c) 2006 Christian Obrecht + +\documentclass{article} +\usepackage{mafr,variations,ae,aecompl} + +\nofiles +\def\mac#1{\item[\qquad\hbox to 4em{\ttfamily\textbackslash#1}]} + +\title{L'extension \texttt{variations}\\ +\texttt{\small }} +\author{Christian Obrecht} +\date{13 septembre 2006} + +\begin{document} + +\maketitle + +\section{Introduction} + +L'extension \texttt{variations} permet de composer au sein de documents \LaTeX, +des tableaux de variations de fonctions et des tableaux de signe respectant les +usages typographiques français. La syntaxe utilisée est proche de celle de +l'environnement \texttt{tabular}. Les macros fournies permettent de répondre aux +besoins les plus courants. Voici un exemple élémentaire : + +$$ +\begin{variations} + x & \mI & & & 0 & & & \pI \\ +\filet + \m{\frc{1}{x}} & \h0 & \d & \mI & \bb & \h\pI & \d & 0 \\ +\end{variations} +$$ + +\noindent +obtenu avec le code suivant : + +\begin{verbatim} +\begin{variations} + x & \mI & & & 0 & & & \pI \\ +\filet + \m{\frc{1}{x}} & \h0 & \d & \mI & \bb & \h\pI & \d & 0 \\ +\end{variations} +\end{verbatim} + +\noindent +Plusieurs remarques s'imposent : + +\begin{enumerate} + +\item Les éléments figurant dans l'environnement sont composés en mode +mathématique\footnote{La macro \texttt{\textbackslash frc} provient de +l'extension \texttt{mafr}. Elle permet de composer une fraction qui sera +systématiquement au format \texttt{displaystyle}.}. + +\item Un cadre pour le tableau et un filet vertical à droite de la première +colonne sont tracés automatiquement. + +\item Des macros comme \verb+\d+ (flèche décroissante) ou \verb+\bb+ (double +barre) permettent de composer les éléments spécifiques aux tableaux de +variations. + +\item Les macros \verb+\m+ (pour milieu) et \verb+\h+ (pour haut) autorisent le +positionnement vertical des éléments dans la ligne des variations. + +\item Les macros \verb+\mI+ et \verb+\pI+ correspondent respectivement à +$-\infty$ et $+\infty$. + +\end{enumerate} + +\section{Description des macros} + +Les macros suivantes sont utilisables au sein d'un environnement +\texttt{variations} : + +\begin{itemize} + +\mac{c} Flèche croissante. +\mac{d} Flèche décroissante. +\mac{ch} Flèche croissante pour point d'inflexion (position haute). +\mac{cb} Flèche croissante pour point d'inflexion (position basse). +\mac{dh} Flèche décroissante pour point d'inflexion (position haute). +\mac{db} Flèche décroissante pour point d'inflexion (position basse). +\mac{m} Centre verticalement l'argument dans la ligne courante. +\mac{h} Place l'argument en haut de la ligne courante. +\mac{filet} Filet horizontal. +\mac{l} Filet vertical. +\mac{z} Zéro barré d'un filet vertical. +\mac{bb} Double barre. +\mac{bg} Filet vertical justifié à gauche. +\mac{bd} Filet vertical justifié à droite. +\mac{ga} Décale l'argument vers la gauche (occupe deux colonnes). +\mac{dr} Décale l'argument vers la droite (occupe deux colonnes). +\mac{mI} Abréviation pour $-\infty$. +\mac{pI} Abréviation pour $+\infty$. + +\end{itemize} + +\section{Un exemple plus élaboré} + +Le tableau ci-dessous : + +$$ +\begin{variations} + x & \mI & & -1 & & \sqrt2 & & 3 & \\ +\filet + f'(x) & \ga- & \z & + & \z & \dr+ & \bd \\ +\filet + \m{f(x)} & \h1 & \d & 0 & \cb & \m{\frc{1}{4}} & \ch & \h\pI & \bd \\ +\end{variations} +$$ + +\noindent +a été obtenu à l'aide du code suivant : + +\begin{verbatim} +\begin{variations} + x & \mI & & -1 & & \sqrt2 & & 3 & \\ +\filet + f'(x) & \ga- & \z & + & \z & \dr+ & \bd \\ +\filet + \m{f(x)} & \h1 & \d & 0 & \cb & \m{\frc{1}{4}} & \ch & \h\pI & \bd \\ +\end{variations} +\end{verbatim} + +On notera en particulier l'utilisation des macros \verb+\cb+ et \verb+\ch+ pour +le point d'inflexion, des macros \verb+\ga+ et \verb+\dr+ pour le premier +signe et le troisième signe de la dérivée, enfin de la macro \verb+\bd+ pour la +double barre sur le bord droit du tableau. + +\section{Utilisation avec plain \TeX} + +Il est possible d'utiliser \texttt{variations} également avec plain \TeX, en +chargeant le fichier \texttt{variations.tex}. Les macros \verb+\bvariations+ et +\verb+\evariations+ jouent alors le rôle de balises de début et de fin. + +\end{document} diff -Nru texlive-lang-2007.dfsg.4/texmf-dist/doc/generic/variations/README texlive-lang-2009/texmf-dist/doc/generic/variations/README --- texlive-lang-2007.dfsg.4/texmf-dist/doc/generic/variations/README 1970-01-01 01:00:00.000000000 +0100 +++ texlive-lang-2009/texmf-dist/doc/generic/variations/README 2007-06-01 17:58:13.000000000 +0100 @@ -0,0 +1,40 @@ + + The VARIATIONS package + +1. Purpose + +The 'variations' package provides macros for typesetting tables showing +variations of functions according to French usage. These macros may be +used both with LaTeX and plain TeX. The syntax is close to the one of +the 'tabular' environment. + +2. Licence + +You may freely use and distribute this package under the terms of the +GNU General Public License version 2 (see file COPYING). + +3. Content of the folder + + README This file. + ALIRE The French version of this file. + COPYING The GNU General Public License. + variations.tex The definition file for the macros. + variations.sty The definition file for the environment. + docvariations.pdf A short documentation in French. + docvariations.tex The source for the documentation. + +4. Installation + +On Unix like systems, copy folder 'variations' into +'/usr/share/texmf/tex/generic', then run 'mktexlsr'. + +With MiKTeX, copy folder 'variations' into 'C:\texmf\tex\generic', then +run 'MiKTeX Options'. In the 'File name database' section, click on +'Refresh now'. + +5. Contact + +The author of the 'variations' package is Christian Obrecht. To contact +him, please visit the 'variations' page: + + diff -Nru texlive-lang-2007.dfsg.4/texmf-dist/doc/generic/velthuis/captions.dn texlive-lang-2009/texmf-dist/doc/generic/velthuis/captions.dn --- texlive-lang-2007.dfsg.4/texmf-dist/doc/generic/velthuis/captions.dn 1970-01-01 01:00:00.000000000 +0100 +++ texlive-lang-2009/texmf-dist/doc/generic/velthuis/captions.dn 2006-06-17 23:31:18.000000000 +0100 @@ -0,0 +1,40 @@ +@modernhindi +\def\datemodernhindi{\def\today{\@datenumeric\day\space\ifcase\month\or +{\dn janavarii}\or +{\dn faravarii}\or +{\dn maarca}\or +{\dn apraila}\or +{\dn maI}\or +{\dn juuna}\or +{\dn julAI}\or +{\dn agasta}\or +{\dn sitambara}\or +{\dn aktuubara (ak.tobara)}\or +{\dn navambara}\or +{\dn disambara}\fi\space\@datenumeric\year}} + +\def\captionsmodernhindi{% +\def\abstractname{{\dn saaraa.m"sa}}% +\def\appendixname{{\dn pari"si.s.ta}}% +\def\bibname{{\dn sa.mdar"sa grantha}}% (?) +\def\ccname{}% +\def\chaptername{{\dn adhyaaya}}% +\def\contentsname{{\dn vi.saya-suucii}}% +\def\enclname{{\dn }}% +\def\figurename{{\dn citra}}% rekhaacitra +\def\headpagename{{\dn p.r.s.tha}}% +\def\headtoname{}% +\def\indexname{{\dn suucii}}% +% suucaka +% anukrama.nikaa +% anukrama.ni +\def\listfigurename{{\dn citro.m kii suucii}}% +\def\listtablename{{\dn taalikaao.m kii suucii}}% +\def\pagename{{\dn p.r.s.tha}}% +\def\partname{{\dn kha.n.da}}% +\def\prefacename{{\dn prastaavanaa}}% praakkathana +\def\refname{{\dn havaale}}% +\def\tablename{{\dn taalikaa}}% +\def\seename{{\dn dekhie}}% +\def\alsoname{{\dn aur dekhie}}% +\def\alsoseename{{\dn aur dekhie}}} diff -Nru texlive-lang-2007.dfsg.4/texmf-dist/doc/generic/velthuis/changes texlive-lang-2009/texmf-dist/doc/generic/velthuis/changes --- texlive-lang-2007.dfsg.4/texmf-dist/doc/generic/velthuis/changes 1970-01-01 01:00:00.000000000 +0100 +++ texlive-lang-2009/texmf-dist/doc/generic/velthuis/changes 2008-07-03 22:45:54.000000000 +0100 @@ -0,0 +1,342 @@ +============================================================================= +Devanagari for TeX Release Notes +Version 2.15 22 June 2007 +============================================================================= + += 9 March 2008: version 2.15 + + - Bibliography modified; cite.sty is no longer loaded as default + which enables usage of natbib as well as other packages. Macros + are moved to a specialized package dvngcite which can be loaded + on demand. The old package loads both devanagari.sty and dvngcite.sty + in order not to break legacy documents. + + - Enumeration macros fixed so that they work well both in the \dn mode + and outside of it. + + - Switch \ifdnmode implemented so that a user can safeley verify (within + macros) whether we are in the \dn mode. + += 15 July 2007: version 2.15 + + - Added support for babel (hindi.ldf) + + - Added TECkit maps for using Velthuis transliteration in XeTeX + + - Added samples os use in XeTeX + += 21 December 2006 + + - Definition \def\DevnagVersion{...} written to the beginning of the second + line if the first line starts with %& in order to preserve + %& -translate-file=... + + - Error and warning messages written to stderr instead of stdout + +----------------------------------------------------------------------------- + += 20 November 2006: version 2.14.1 + + - Language dependent strings defined in a way compatible with babel, + conflicts removed and some definitions made more robust + + - \cmnum and \dnnum are again global + + - Conflict with hyperref.sty fixed + +----------------------------------------------------------------------------- + += 14 May 2006: version 2.14 + + - The preprocessor can read files with any line endings on all platforms + (i.e. DOS CRLF, UNIX LF as well as Macintosh CR). More precisely: each + CR followed by LF is ignored and each CR followed by anything else is + treated as end of line. The line endings of the output file always + conform to conventions used on the operating system where the + preprocessor runs. + + - @novconjunct implemented as an opposite of @vconjunct. + +----------------------------------------------------------------------------- + += 5 April 2006: version 2.14 + + - Type 1 fonts replaced with better free Type 1 fonts from + CTAN:fonts/ps-type1/indic (author Karel Piska [p\'{\i}\v{s}ka]) + +----------------------------------------------------------------------------- + += 3 April 2006: version 2.14 + + - Preprocessor: characters with code above 128 allowed in {\rm ...} inside + {\dn } text (UTF-8 not implemented yet) + + - Preprocessor: the filename extensions are not fixed but may e given by + the user. Greater details in comments inside devnag.c as well as in + Chapter 5 of the manual + + - Macros: code from dev.sty moved to devanagari.sty and dev.sty is kept + for compatibility with old files + + - Organization: files in CVS reorganized according to the TeX Directory + Standard (TDS) so that installation as well as inclusion in standard + distributions such as TeX Live and MikTeX is easier. Detailed + installation instructions are in the README file. + +----------------------------------------------------------------------------- + += 20 October 2005: version 2.13 + + - Preprocessor: ligature disabling character "+" implemented + + - Preprocessor: bug fix in handling <> characters + + - Preprocessor: ~m is now a synonym for /, i.e. candrabindu. Thus {\dn hU/} + and {\dn hU~m} is the same. + + - Localization captions (\chaptername, \tablename, \today) etc. for Hindi + and Modern Hindi were implemented. Sample file useful for customization + distributed in the input directory. + + - Type 1 fonts regenerated because the METAFONT sources have changed + slightly. + + - Type 1 version of the Pen Nepali fonts created. + + - File dvng.map is now created automatically during conversion to Type 1. + + - Modifications in the manual, compiled again with pdfTeX using the newly + created fonts + + - The releases for CTAN and TeX Live should conform to the TeX Directory + Standard. The README file was updated according to that. + + Note: The new Type 1 fonts have not been tested extensively. The previous + version is therefore temporarily available from + http://hroch486.icpf.cas.cz/velthuis/ and will be removed when we + know that the new version does not cause any problems. + +----------------------------------------------------------------------------- + += 26 March 2005: version 2.12 + + - Modifed avagraha to remove the gap in the top-line between characters. + + - Corrected test parameters for Nepali family in Nepali fonts. + + - Regenerated TFM files for Nepali fonts. + +----------------------------------------------------------------------------- + += 21 March 2005: version 2.12 + + - Revised alternate (Nepali) numeral 9. + + - Regenerated TFM files for Nepali fonts. + +----------------------------------------------------------------------------- + += 14 March 2005: version 2.12 + + - Created Nepali Pen family METAFONT files, metric files, and LaTeX font + description file. + + - Revised dev.sty to add new package options (bombay, calcutta, nepali, + pen, penbombay, pencalcutta, pennepali) for global selection of the font + family (it will work with automatically generated captions). If none are + used, \dnoriginal will be used by default. + + - Added new macro to dev.sty, \dnfamilydefault, which stores the default + family of DN fonts. Default depends on the above mentioned package + options. The user is allowed to redefine it by \renewcommand. + + - Added new \pen macro to dev.sty, which switches to the "pen" variant of + the current family. + + - Added Vedic intonation marks macros \dnveda and \dnsamaveda to dev.sty. + Implemented according to the code from dnmacs.tex. + +----------------------------------------------------------------------------- + += 28 February 2004: version 2.12 + + - Added Vedic intonation mark macros to dnmacs.tex. + + - Revised definitions for letter macros in dnmacs.tex. + +----------------------------------------------------------------------------- + += 2 December 2004: version 2.1 + + - Added correct values for \baselineskip for the defined font sizes in + dnmacs.tex. + +----------------------------------------------------------------------------- + += 1 December 2004: version 2.1 + + - Corrected erroneous output of ~a. + + - Removed redundant definitions of \qa and \qb from dnmacs.tex. + +----------------------------------------------------------------------------- + += 8 April 2004: version 2.1 + + - Created Nepali regional variants for numerals 1 and 9. + +----------------------------------------------------------------------------- + += 14 March 2004: version 2.1 + + - Created a font family for Nepali regional variants. Created new glyphs + for Nepali jha and half-jha. Created Calcutta regional variants for + .l and .L + +----------------------------------------------------------------------------- + += 5 March 2004: version 2.1 + + - Modified preprocessor to provide support for protected text. + Material within {\dn ... } (or $ ... $) may be enclosed within + angle brackets < ... >; it is then not processed, but is passed + through verbatim to the output file. + + - Modified the preprocessor to correct the output of the "half j~na" + glyph in @hindi and @modernhindi modes. + + - Modified the preprocessor to avoid using the control symbols \", \#, + \$, \%, \&, \'. + +----------------------------------------------------------------------------- + += 28 February 2004: version 2.1 + + - Created font families for Bombay and Calcutta regional variants. Removed + general alternate font family. + + - Removed "sba glyph and replaced it with an open-ya. This open-ya is + used to create better conjuncts with word-final ya. Created new .n.na + conjunct based on Calcutta regional form. + +----------------------------------------------------------------------------- + += 13 February 2004: version 2.1 + + - Created new alternate characters for 5 and 8. Modified the alternate + .na and half-.na characters + +----------------------------------------------------------------------------- + += 09 February 2004: version 2.1 + + - Created new alterate la, alternate "sa, alternate lla conjunct, and + alternate half-"sa characters. Modified the alternate front-a, initial + .r, initial .R, cha, jha, chya conjunct, and half-jha characters. + +----------------------------------------------------------------------------- + += 25 January 2004: version 2.1 + + - Minor modifications to the documentation. + +----------------------------------------------------------------------------- + += 01 July 2003: version 2.1 + + - Alternates for several characters have been developed and can be used in + separate alternate fonts along with standard fonts. The alternate + characters are: initial a, initial .r, .na, cha, jha, and their half + letters and ligatures; and the j~na and k.sa ligatures. + + - The source code for the fonts has been reorganized, making the + generation of custom fonts easier. The standard Metafont parameter mag + is now used to control the generation of fonts. All numeric parameters + that were in the control files have been moved to dndefs.mf, and only + mag is declared in the control files of the normal standard font. + Appropriate calculations and assignments are made in dndefs.dn. + Several optional variables have been added for use in base font files. + Boolean values optionally set in a control file determine whether to + select standard or alternate characters, and whether to select bold + and/or italic. The thick and thin paramters that were set directly in + some control files are now modified from a default value by multipliers + (thickmag, subthickmag, and thinmag). The advantage of this is that a + multiplier should remain constant, or nearly constant, for all point + sizes. This technique is used in the pen font control files. The bold + and italic boolean values set these multipliers transparently. defs.mf + has been renamed dndefs.mf. dnchars.mf contains both standard and + alternate characters. + + - The Plain TeX macros have been enhanced to make switching between + Devanagari fonts easier. Enhancements include support for all new + fonts, including pen, alternate, bold, and italic, at all the old + font sizes. + + - New font definition files have been added: udna.fd, upn.fd, upna.fd. + Also new Metafont control files dngen.mf, and dninit.mf. New macros + have been added to dev.sty to enable switching to the four new font + families. + +----------------------------------------------------------------------------- + += 09 June 2003: version 2.02a + + - Bold, italic, bold italic, and pen fonts have been added. + + - The preprocessor was changed. Please refer to the change log + in devnag.c for specific details. + + - udn.fd has been changed to incorporate new font shapes and variants. + + - dev.sty was changed. The macro definitions have been made more robust. + + +----------------------------------------------------------------------------- + += 09 April 2003: version 2.02 + + - Version 2.02 of the preprocessor has been released. The preprocessor was + modified to output all ^^* characters as \3XXw because it is more robust. + It also puts a definition of \DevnagVersion at the beginning of the + output file so that the new preprocessed files can be automatically + recognized. This version also defines a new preprodessor directive + @modernhindi, which functions in the same way as @hindi but uses far + fewer Sanskrit-style ligatures, preferring conjuncts built from + half-consonant forms wherever possible. The definition of @sanskrit has + been changed so that it now restores all the ligatures disabled by + @modernhindi, not just those disabled by @hindi. The sequences dmya and + hmya have been modified to produce d&mya, h&mya (rather than, as + previously, dm&ya, hm&ya). The special warning message prompted by the + long-defunct preprodessor directive @obeylines has been removed. + + - dev.sty was revised to make macros more robust. Several incompatibilities + with other packages have been remediated. Catcode problems may be + avoided by using the 'nocatcodes' option: \usepackage[nocatcodes]{dev} + +----------------------------------------------------------------------------- + += 21 March 2002: version 2.0a + + - Postscript Type 1 version of the dvng fonts have been created and + are now part of this package. Please refer to the readme file in the + misc/type1 directory for installation instructions. + + - Tom Ridgeway's dvpn fonts are now part of this distribution and + reside in the misc/dvpn directory. + +----------------------------------------------------------------------------- + += 23 January 2000: version 2.0 + + - devnag.c has been updated and greatly enhanced. If you have a previously + installed version of devnag, you must recompile the source. + A 32-bit DOS/Win95 executable (devnag.exe) has been provided. + + - dev.sty has been revised to fix certain \catcode problems. Several + new features have been implemented in the package. Refer to the manual + for descriptions. + + - The fonts have been revised. Certain characters have been modified. + The font metrics have not changed. + +============================================================================= diff -Nru texlive-lang-2007.dfsg.4/texmf-dist/doc/generic/velthuis/copying texlive-lang-2009/texmf-dist/doc/generic/velthuis/copying --- texlive-lang-2007.dfsg.4/texmf-dist/doc/generic/velthuis/copying 1970-01-01 01:00:00.000000000 +0100 +++ texlive-lang-2009/texmf-dist/doc/generic/velthuis/copying 2006-06-17 23:31:18.000000000 +0100 @@ -0,0 +1,340 @@ + GNU GENERAL PUBLIC LICENSE + Version 2, June 1991 + + Copyright (C) 1989, 1991 Free Software Foundation, Inc. + 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + Everyone is permitted to copy and distribute verbatim copies + of this license document, but changing it is not allowed. + + Preamble + + The licenses for most software are designed to take away your +freedom to share and change it. By contrast, the GNU General Public +License is intended to guarantee your freedom to share and change free +software--to make sure the software is free for all its users. This +General Public License applies to most of the Free Software +Foundation's software and to any other program whose authors commit to +using it. (Some other Free Software Foundation software is covered by +the GNU Library General Public License instead.) You can apply it to +your programs, too. + + When we speak of free software, we are referring to freedom, not +price. Our General Public Licenses are designed to make sure that you +have the freedom to distribute copies of free software (and charge for +this service if you wish), that you receive source code or can get it +if you want it, that you can change the software or use pieces of it +in new free programs; and that you know you can do these things. + + To protect your rights, we need to make restrictions that forbid +anyone to deny you these rights or to ask you to surrender the rights. +These restrictions translate to certain responsibilities for you if you +distribute copies of the software, or if you modify it. + + For example, if you distribute copies of such a program, whether +gratis or for a fee, you must give the recipients all the rights that +you have. You must make sure that they, too, receive or can get the +source code. And you must show them these terms so they know their +rights. + + We protect your rights with two steps: (1) copyright the software, and +(2) offer you this license which gives you legal permission to copy, +distribute and/or modify the software. + + Also, for each author's protection and ours, we want to make certain +that everyone understands that there is no warranty for this free +software. If the software is modified by someone else and passed on, we +want its recipients to know that what they have is not the original, so +that any problems introduced by others will not reflect on the original +authors' reputations. + + Finally, any free program is threatened constantly by software +patents. We wish to avoid the danger that redistributors of a free +program will individually obtain patent licenses, in effect making the +program proprietary. To prevent this, we have made it clear that any +patent must be licensed for everyone's free use or not licensed at all. + + The precise terms and conditions for copying, distribution and +modification follow. + + GNU GENERAL PUBLIC LICENSE + TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION + + 0. This License applies to any program or other work which contains +a notice placed by the copyright holder saying it may be distributed +under the terms of this General Public License. The "Program", below, +refers to any such program or work, and a "work based on the Program" +means either the Program or any derivative work under copyright law: +that is to say, a work containing the Program or a portion of it, +either verbatim or with modifications and/or translated into another +language. (Hereinafter, translation is included without limitation in +the term "modification".) Each licensee is addressed as "you". + +Activities other than copying, distribution and modification are not +covered by this License; they are outside its scope. The act of +running the Program is not restricted, and the output from the Program +is covered only if its contents constitute a work based on the +Program (independent of having been made by running the Program). +Whether that is true depends on what the Program does. + + 1. You may copy and distribute verbatim copies of the Program's +source code as you receive it, in any medium, provided that you +conspicuously and appropriately publish on each copy an appropriate +copyright notice and disclaimer of warranty; keep intact all the +notices that refer to this License and to the absence of any warranty; +and give any other recipients of the Program a copy of this License +along with the Program. + +You may charge a fee for the physical act of transferring a copy, and +you may at your option offer warranty protection in exchange for a fee. + + 2. You may modify your copy or copies of the Program or any portion +of it, thus forming a work based on the Program, and copy and +distribute such modifications or work under the terms of Section 1 +above, provided that you also meet all of these conditions: + + a) You must cause the modified files to carry prominent notices + stating that you changed the files and the date of any change. + + b) You must cause any work that you distribute or publish, that in + whole or in part contains or is derived from the Program or any + part thereof, to be licensed as a whole at no charge to all third + parties under the terms of this License. + + c) If the modified program normally reads commands interactively + when run, you must cause it, when started running for such + interactive use in the most ordinary way, to print or display an + announcement including an appropriate copyright notice and a + notice that there is no warranty (or else, saying that you provide + a warranty) and that users may redistribute the program under + these conditions, and telling the user how to view a copy of this + License. (Exception: if the Program itself is interactive but + does not normally print such an announcement, your work based on + the Program is not required to print an announcement.) + +These requirements apply to the modified work as a whole. If +identifiable sections of that work are not derived from the Program, +and can be reasonably considered independent and separate works in +themselves, then this License, and its terms, do not apply to those +sections when you distribute them as separate works. But when you +distribute the same sections as part of a whole which is a work based +on the Program, the distribution of the whole must be on the terms of +this License, whose permissions for other licensees extend to the +entire whole, and thus to each and every part regardless of who wrote it. + +Thus, it is not the intent of this section to claim rights or contest +your rights to work written entirely by you; rather, the intent is to +exercise the right to control the distribution of derivative or +collective works based on the Program. + +In addition, mere aggregation of another work not based on the Program +with the Program (or with a work based on the Program) on a volume of +a storage or distribution medium does not bring the other work under +the scope of this License. + + 3. You may copy and distribute the Program (or a work based on it, +under Section 2) in object code or executable form under the terms of +Sections 1 and 2 above provided that you also do one of the following: + + a) Accompany it with the complete corresponding machine-readable + source code, which must be distributed under the terms of Sections + 1 and 2 above on a medium customarily used for software interchange; or, + + b) Accompany it with a written offer, valid for at least three + years, to give any third party, for a charge no more than your + cost of physically performing source distribution, a complete + machine-readable copy of the corresponding source code, to be + distributed under the terms of Sections 1 and 2 above on a medium + customarily used for software interchange; or, + + c) Accompany it with the information you received as to the offer + to distribute corresponding source code. (This alternative is + allowed only for noncommercial distribution and only if you + received the program in object code or executable form with such + an offer, in accord with Subsection b above.) + +The source code for a work means the preferred form of the work for +making modifications to it. For an executable work, complete source +code means all the source code for all modules it contains, plus any +associated interface definition files, plus the scripts used to +control compilation and installation of the executable. However, as a +special exception, the source code distributed need not include +anything that is normally distributed (in either source or binary +form) with the major components (compiler, kernel, and so on) of the +operating system on which the executable runs, unless that component +itself accompanies the executable. + +If distribution of executable or object code is made by offering +access to copy from a designated place, then offering equivalent +access to copy the source code from the same place counts as +distribution of the source code, even though third parties are not +compelled to copy the source along with the object code. + + 4. You may not copy, modify, sublicense, or distribute the Program +except as expressly provided under this License. Any attempt +otherwise to copy, modify, sublicense or distribute the Program is +void, and will automatically terminate your rights under this License. +However, parties who have received copies, or rights, from you under +this License will not have their licenses terminated so long as such +parties remain in full compliance. + + 5. You are not required to accept this License, since you have not +signed it. However, nothing else grants you permission to modify or +distribute the Program or its derivative works. These actions are +prohibited by law if you do not accept this License. Therefore, by +modifying or distributing the Program (or any work based on the +Program), you indicate your acceptance of this License to do so, and +all its terms and conditions for copying, distributing or modifying +the Program or works based on it. + + 6. Each time you redistribute the Program (or any work based on the +Program), the recipient automatically receives a license from the +original licensor to copy, distribute or modify the Program subject to +these terms and conditions. You may not impose any further +restrictions on the recipients' exercise of the rights granted herein. +You are not responsible for enforcing compliance by third parties to +this License. + + 7. If, as a consequence of a court judgment or allegation of patent +infringement or for any other reason (not limited to patent issues), +conditions are imposed on you (whether by court order, agreement or +otherwise) that contradict the conditions of this License, they do not +excuse you from the conditions of this License. If you cannot +distribute so as to satisfy simultaneously your obligations under this +License and any other pertinent obligations, then as a consequence you +may not distribute the Program at all. For example, if a patent +license would not permit royalty-free redistribution of the Program by +all those who receive copies directly or indirectly through you, then +the only way you could satisfy both it and this License would be to +refrain entirely from distribution of the Program. + +If any portion of this section is held invalid or unenforceable under +any particular circumstance, the balance of the section is intended to +apply and the section as a whole is intended to apply in other +circumstances. + +It is not the purpose of this section to induce you to infringe any +patents or other property right claims or to contest validity of any +such claims; this section has the sole purpose of protecting the +integrity of the free software distribution system, which is +implemented by public license practices. Many people have made +generous contributions to the wide range of software distributed +through that system in reliance on consistent application of that +system; it is up to the author/donor to decide if he or she is willing +to distribute software through any other system and a licensee cannot +impose that choice. + +This section is intended to make thoroughly clear what is believed to +be a consequence of the rest of this License. + + 8. If the distribution and/or use of the Program is restricted in +certain countries either by patents or by copyrighted interfaces, the +original copyright holder who places the Program under this License +may add an explicit geographical distribution limitation excluding +those countries, so that distribution is permitted only in or among +countries not thus excluded. In such case, this License incorporates +the limitation as if written in the body of this License. + + 9. The Free Software Foundation may publish revised and/or new versions +of the General Public License from time to time. Such new versions will +be similar in spirit to the present version, but may differ in detail to +address new problems or concerns. + +Each version is given a distinguishing version number. If the Program +specifies a version number of this License which applies to it and "any +later version", you have the option of following the terms and conditions +either of that version or of any later version published by the Free +Software Foundation. If the Program does not specify a version number of +this License, you may choose any version ever published by the Free Software +Foundation. + + 10. If you wish to incorporate parts of the Program into other free +programs whose distribution conditions are different, write to the author +to ask for permission. For software which is copyrighted by the Free +Software Foundation, write to the Free Software Foundation; we sometimes +make exceptions for this. Our decision will be guided by the two goals +of preserving the free status of all derivatives of our free software and +of promoting the sharing and reuse of software generally. + + NO WARRANTY + + 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY +FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN +OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES +PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED +OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS +TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE +PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, +REPAIR OR CORRECTION. + + 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING +WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR +REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, +INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING +OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED +TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY +YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER +PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE +POSSIBILITY OF SUCH DAMAGES. + + END OF TERMS AND CONDITIONS + + How to Apply These Terms to Your New Programs + + If you develop a new program, and you want it to be of the greatest +possible use to the public, the best way to achieve this is to make it +free software which everyone can redistribute and change under these terms. + + To do so, attach the following notices to the program. It is safest +to attach them to the start of each source file to most effectively +convey the exclusion of warranty; and each file should have at least +the "copyright" line and a pointer to where the full notice is found. + + + Copyright (C) 19yy + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + + +Also add information on how to contact you by electronic and paper mail. + +If the program is interactive, make it output a short notice like this +when it starts in an interactive mode: + + Gnomovision version 69, Copyright (C) 19yy name of author + Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'. + This is free software, and you are welcome to redistribute it + under certain conditions; type `show c' for details. + +The hypothetical commands `show w' and `show c' should show the appropriate +parts of the General Public License. Of course, the commands you use may +be called something other than `show w' and `show c'; they could even be +mouse-clicks or menu items--whatever suits your program. + +You should also get your employer (if you work as a programmer) or your +school, if any, to sign a "copyright disclaimer" for the program, if +necessary. Here is a sample; alter the names: + + Yoyodyne, Inc., hereby disclaims all copyright interest in the program + `Gnomovision' (which makes passes at compilers) written by James Hacker. + + , 1 April 1989 + Ty Coon, President of Vice + +This General Public License does not permit incorporating your program into +proprietary programs. If your program is a subroutine library, you may +consider it more useful to permit linking proprietary applications with the +library. If this is what you want to do, use the GNU Library General +Public License instead of this License. diff -Nru texlive-lang-2007.dfsg.4/texmf-dist/doc/generic/velthuis/examples.dn texlive-lang-2009/texmf-dist/doc/generic/velthuis/examples.dn --- texlive-lang-2007.dfsg.4/texmf-dist/doc/generic/velthuis/examples.dn 1970-01-01 01:00:00.000000000 +0100 +++ texlive-lang-2009/texmf-dist/doc/generic/velthuis/examples.dn 2008-07-03 22:45:54.000000000 +0100 @@ -0,0 +1,159 @@ +@hyphen +\documentclass[12pt]{article} +\usepackage{devanagari} +\parindent=0pt + +\begin{document} + +\section{Examples} + +{\dn +\begin{center} +\setlength{\fboxrule}{2pt} +\framebox[3.2cm][s]{.o ga.ne"saaya nama.h} +\end{center} +} + +\verb+{\+{\tt dn} +\begin{verbatim} +\begin{center} +\setlength{\fboxrule}{2pt} +\framebox[4cm][s]{.o ga.ne"saaya nama.h} +\end{center} +} +\end{verbatim} + +\hrule +\medskip + +{\dn\dnnum +atha ga.nitapraarambhe.abhii.s.tadevataa.m namaskaroti| +\begin{itemize} +\setlength{\itemsep}{0mm} +\item nanu pratyadhyaayamabhii.s.tadevataapra.natipratij~nota +granthaarambhe k.rtanamaskaare.naabhii.s.tasiddhirbhavati| +punari.s.tadevataanamaskaare.na ki.m saadhya.m| +\item ucyate divya.m hyatiindriya.m j~naana.m ga.nita.m +munibhirmata.m para.m brahmeva durj~neya.m vidyaanaamuttama.m +tata.h| atho vidyottamatvaatpraarambhe.abhii.s.tadevataasmarana.m +tathaa caadau madhye tathaa caante granthe kaarye.svapi +sm.rta.m ma"ngalaacarana.m ce.s.tadevataapuujanaadi ca| +\end{itemize} +} + +\begin{verbatim} +\documentclass[12pt]{article} +\usepackage{devanagari} +\end{verbatim} +%\vspace*{-.45cm} +%\vspace*{-.40cm} +%\begin{verbatim} +\verb+\+\verb+begin{document}+ \\ +%\end{verbatim} +%\vspace*{-.35cm} +\verb+{\+{\tt dn}\verb+\+{\tt dnnum} +\begin{verbatim} +atha ga.nitapraarambhe.abhii.s.tadevataa.m namaskaroti| +\begin{itemize} +\setlength{\itemsep}{0mm} +\item nanu pratyadhyaayamabhii.s.tadevataapra.natipratij~nota +granthaarambhe k.rtanamaskaare.naabhii.s.tasiddhirbhavati| +punari.s.tadevataanamaskaare.na ki.m saadhya.m| +\item ucyate divya.m hyatiindriya.m j~naana.m ga.nita.m +munibhirmata.m para.m brahmeva durj~neya.m vidyaanaamuttama.m +tata.h| +atho vidyottamatvaatpraarambhe.abhii.s.tadevataasmarana.m +tathaa caadau madhye tathaa caante granthe kaarye.svapi +sm.rta.m ma"ngalaacarana.m ce.s.tadevataapuujanaadi ca| +\end{itemize} +} +\end{verbatim} + +\hrule +\medskip + +{\dn \dnnum +ata ubhayathaa smara.na.m yuktatara.m| +\begin{verse} +liilaagalalulallolakaalavyaalavilaasine|\\ +\hspace*{10mm} ga.ne"saaya namo niilakamalaamalakaantaye|| 12|| +\end{verse} +} + +\verb+{\+{\tt dn}\verb+\+{\tt dnnum} +\begin{verbatim} +ata ubhayathaa smara.na.m yuktatara.m| +\begin{verse} +liilaagalalulallolakaalavyaalavilaasine|\\ +\hspace*{10mm} ga.ne"saaya namo niilakamalaamalakaantaye|| 12|| +\end{verse} +} +\end{verbatim} + +\hrule +\medskip + +{\dn \bfseries +ata ubhayathaa smara.na.m yuktatara.m| +} + +\verb+{\+{\tt dn} +\begin{verbatim} + \bfseries ata ubhayathaa smara.na.m yuktatara.m|} +\end{verbatim} + +\hrule +\medskip + +{\dn \Large ata ubhayathaa smara.na.m yuktatara.m|} + +\verb+{\+{\tt dn} +\begin{verbatim} + \Large ata ubhayathaa smara.na.m yuktatara.m|} +\end{verbatim} + +\hrule +\medskip + +{\dn \dncalcutta ata ubhayathaa smara.na.m yuktatara.m|} + +\verb+{\+{\tt dn} +\begin{verbatim} + \dncalcutta ata ubhayathaa smara.na.m yuktatara.m|} +\end{verbatim} + +\hrule +\medskip + +{\dn \dnpen ata ubhayathaa smara.na.m yuktatara.m|} + +\verb+{\+{\tt dn} +\begin{verbatim} + \dnpen ata ubhayathaa smara.na.m yuktatara.m|} +\end{verbatim} + +\newpage +\hrule +\medskip + +{\dn\dnnum +"sriibhaaskaraacaaryaga.nita"saastrebhya udaahara.naani +\begin{enumerate} +\item liilavaatii +\item biijaga.nita.m +\item grahaga.nita.m +\end{enumerate} +} + +\verb+{\+{\tt dn}\verb+\+{\tt dnnum} +\begin{verbatim} +"sriibhaaskaraacaaryaga.nita"saastrebhya udaahara.naani +\begin{enumerate} +\item liilavaatii +\item biijaga.nita.m +\item grahaga.nita.m +\end{enumerate} +} +\end{verbatim} + +\end{document} Binary files /tmp/hvjTIsp08A/texlive-lang-2007.dfsg.4/texmf-dist/doc/generic/velthuis/examples.pdf and /tmp/ah2wg1Ygu3/texlive-lang-2009/texmf-dist/doc/generic/velthuis/examples.pdf differ diff -Nru texlive-lang-2007.dfsg.4/texmf-dist/doc/generic/velthuis/hindi.dtx texlive-lang-2009/texmf-dist/doc/generic/velthuis/hindi.dtx --- texlive-lang-2007.dfsg.4/texmf-dist/doc/generic/velthuis/hindi.dtx 1970-01-01 01:00:00.000000000 +0100 +++ texlive-lang-2009/texmf-dist/doc/generic/velthuis/hindi.dtx 2008-07-03 22:45:54.000000000 +0100 @@ -0,0 +1,208 @@ +% \iffalse meta-comment +% +% Copyright 1989-2004 Johannes L. Braams and any individual authors +% listed elsewhere in this file. All rights reserved. +% +% This file is part of the Babel system. +% -------------------------------------- +% +% It may be distributed and/or modified under the +% conditions of the LaTeX Project Public License, either version 1.3 +% of this license or (at your option) any later version. +% The latest version of this license is in +% http://www.latex-project.org/lppl.txt +% and version 1.3 or later is part of all distributions of LaTeX +% version 2003/12/01 or later. +% +% This work has the LPPL maintenance status "maintained". +% +% The Current Maintainer of this work is Johannes Braams. +% +% The list of all files belonging to the LaTeX base distribution is +% given in the file `manifest.bbl. See also `legal.bbl' for additional +% information. +% +% The list of derived (unpacked) files belonging to the distribution +% and covered by LPPL is defined by the unpacking scripts (with +% extension .ins) which are part of the distribution. +% \fi +% \CheckSum{72} +% +% \iffalse +% Tell the \LaTeX\ system who we are and write an entry on the +% transcript. +%<*dtx> +\ProvidesFile{hindi.dtx} +% +%<+code>\ProvidesLanguage{hindi} +%\fi +%\ProvidesFile{hindi.dtx} + [2007/05/11 v1.0a Hindi support from the babel system] +%\iffalse +%% File `hindi.dtx' +%% Babel package for LaTeX version 2e +%% Copyright (C) 1989 -- 2004 +%% by Johannes Braams, TeXniek +% +%% Hindi language Definition File +%% Copyright (C) 2006 -- 2007 +%% by Zdenek Wagner, Ice Bear Soft +%% Johannes Braams, TeXniek +% +%% Please report errors to: Velthuis Devanagari for TeX project +%% http://sarovar.org/projects/devnag/ +% +% This file is part of the babel system, it provides the source +% code for the hindi language definition file. The original +% version of this file was written by Zdenek Wagner. +% It is based on the Velthuis Devanagari for TeX project. +%<*filedriver> +\documentclass{ltxdoc} +\usepackage{graphicx} +\newcommand*{\TeXhax}{\TeX hax} +\newcommand*{\babel}{\textsf{babel}} +\newcommand*{\langvar}{$\langle \mathit lang \rangle$} +\newcommand*{\note}[1]{} +\newcommand*{\Lopt}[1]{\textsf{#1}} +\newcommand*{\file}[1]{\texttt{#1}} +\newcommand*{\pkg}[1]{\texttt{#1}} +\DeclareRobustCommand\XeTeX{X\kern-.125em\lower.5ex\hbox{\csname + reflectbox\endcsname{E}}\kern-.1667em\TeX} +\DeclareRobustCommand\XeLaTeX{X\kern-.125em\lower.5ex\hbox{\csname + reflectbox\endcsname{E}}\LaTeX} +\begin{document} + \DocInput{hindi.dtx} +\end{document} +% +%\fi +% \newcommand*{\devnag}{Devan\=agar\=\i} +% \GetFileInfo{hindi.dtx} +% +% +% \section{The Hindi language} +% +% The file \file{\filename}\footnote{The file described in this +% section has version number \fileversion\ and was last revised on +% \filedate. The original author is Zdenek Wagner. The module is +% based on the Velthuis \devnag\ for \TeX.} implements the language +% features for Hindi in the \babel\ system. There are no hyphenation +% patterns, therefore just the captions and Europian style date +% are defined. It is difficult, or maybe even impossible, to convert +% the \TeX's date into the traditional Indian date (tithi). Such +% functionality will hardly ever be provided. +% +% Remember that the file does not work without the Velthuis \devnag\ +% for \TeX. Look into its manual for instructions how to use Hindi +% with \babel. +% +% \StopEventually{} +% +% The macro |\LdfInit| takes care of preventing that this file is +% loaded more than once, checking the category code of the +% \texttt{@} sign, etc. +% \begin{macrocode} +%<*code> +\LdfInit\CurrentOption{captions\CurrentOption} +% \end{macrocode} +% When the option \Lopt{modern} was used, redefine +% |\CurrentOption| to prevent problems later on. +% \begin{macrocode} +\gdef\CurrentOption{hindi}% +\edef\bbl@main@language{\CurrentOption}% +% \end{macrocode} +% +% When this file is read as an option, i.e. by the |\usepackage| +% command, \texttt{hindi} could be an `unknown' language in +% which case we have to make it known. So we check for the +% existence of |\l@hindi| to see whether we have to do +% something here. +% +% \begin{macrocode} +\ifx\l@hindi\@undefined + \@nopatterns{hindi} + \adddialect\l@hindi0\fi +% \end{macrocode} +% +% Now we declare the |modernhindi| language attribute. +% \begin{macrocode} +\bbl@declare@ttribute{hindi}{modernhindi}{% + \let\captionshindi\captionsmodernhindi + \let\datehindi\datemodernhindi + } +% \end{macrocode} +% +% The file supports both \XeTeX\ and traditional \TeX. We thus +% check the engine first. +% +% \begin{macrocode} +\expandafter\ifx\csname XeTeXrevision\endcsname\relax +% \end{macrocode} +% +% Font styles are defined as language attributes. They make no +% sense in \XeLaTeX. +% +% \begin{macrocode} + \bbl@declare@ttribute{hindi}{bombay}{\def\dnfamilydefault{dnb}} + \bbl@declare@ttribute{hindi}{calcutta}{\def\dnfamilydefault{dnc}} + \bbl@declare@ttribute{hindi}{nepali}{\def\dnfamilydefault{dnn}} + \bbl@declare@ttribute{hindi}{pen}{\def\dnfamilydefault{dnp}} + \bbl@declare@ttribute{hindi}{penbombay}{\def\dnfamilydefault{dnpb}} + \bbl@declare@ttribute{hindi}{pencalcutta}{\def\dnfamilydefault{dnpc}} + \bbl@declare@ttribute{hindi}{pennepali}{\def\dnfamilydefault{dnpn}} +% \end{macrocode} +% +% Support for typesetting in the \devnag\ script as well as captions +% names definitions for Hindi is loaded from \file{devanagari.sty}. +% New version is needed, therefore the package date is checked. The +% plain \TeX\ version currently does not define captions. +% +% \begin{macrocode} + \expandafter\ifx\csname RequirePackage\endcsname\relax + \input dnmacs + \else + \AtEndOfPackage{\RequirePackage[nocatcodes]{devanagari}[2006/06/21]} + \fi +% \end{macrocode} +% +% The \XeLaTeX\ captions are written directly in UTF-8 and will be +% unprintable in the documentation of this file. The file with +% caption definitions (|hindicaptions.sty|) was therefore +% placed to the Velthuis \devnag\ package and is only loaded here. +% +% \begin{macrocode} +\else + \expandafter\ifx\csname RequirePackage\endcsname\relax + \input hindicaptions.sty + \else + \AtEndOfPackage{\RequirePackage{hindicaptions}[2007/05/11]} + \fi +\fi +% \end{macrocode} +% +% The macro |\ldf@finish| takes care of looking for a +% configuration file, setting the main language to be switched on +% at |\begin{document}| and resetting the category code of +% \texttt{@} to its original value. +% \begin{macrocode} +\ldf@finish{\CurrentOption} +% +% \end{macrocode} +% +% \Finale +%\endinput +%% \CharacterTable +%% {Upper-case \A\B\C\D\E\F\G\H\I\J\K\L\M\N\O\P\Q\R\S\T\U\V\W\X\Y\Z +%% Lower-case \a\b\c\d\e\f\g\h\i\j\k\l\m\n\o\p\q\r\s\t\u\v\w\x\y\z +%% Digits \0\1\2\3\4\5\6\7\8\9 +%% Exclamation \! Double quote \" Hash (number) \# +%% Dollar \$ Percent \% Ampersand \& +%% Acute accent \' Left paren \( Right paren \) +%% Asterisk \* Plus \+ Comma \, +%% Minus \- Point \. Solidus \/ +%% Colon \: Semicolon \; Less than \< +%% Equals \= Greater than \> Question mark \? +%% Commercial at \@ Left bracket \[ Backslash \\ +%% Right bracket \] Circumflex \^ Underscore \_ +%% Grave accent \` Left brace \{ Vertical bar \| +%% Right brace \} Tilde \~} +%% diff -Nru texlive-lang-2007.dfsg.4/texmf-dist/doc/generic/velthuis/hindi.ins texlive-lang-2009/texmf-dist/doc/generic/velthuis/hindi.ins --- texlive-lang-2007.dfsg.4/texmf-dist/doc/generic/velthuis/hindi.ins 1970-01-01 01:00:00.000000000 +0100 +++ texlive-lang-2009/texmf-dist/doc/generic/velthuis/hindi.ins 2008-07-03 22:45:54.000000000 +0100 @@ -0,0 +1,148 @@ +%% +%% This file will generate fast loadable files and documentation +%% driver files from the doc files in this package when run through +%% LaTeX or TeX. +%% +%% Copyright 1989-2004 Johannes L. Braams and any individual authors +%% listed elsewhere in this file. All rights reserved. +%% +%% This file is part of the Babel system. +%% -------------------------------------- +%% +%% It may be distributed and/or modified under the +%% conditions of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% The latest version of this license is in +%% http://www.latex-project.org/lppl.txt +%% and version 1.3 or later is part of all distributions of LaTeX +%% version 2003/12/01 or later. +%% +%% This work has the LPPL maintenance status "maintained". +%% +%% The Current Maintainer of this work is Johannes Braams. +%% +%% The list of all files belonging to the LaTeX base distribution is +%% given in the file `manifest.bbl. See also `legal.bbl' for additional +%% information. +%% +%% The list of derived (unpacked) files belonging to the distribution +%% and covered by LPPL is defined by the unpacking scripts (with +%% extension .ins) which are part of the distribution. +%% +%% --------------- start of docstrip commands ------------------ +%% +\def\filedate{2006/06/30} +\def\batchfile{hindi.ins} +\input docstrip.tex + +{\ifx\generate\undefined +\Msg{**********************************************} +\Msg{*} +\Msg{* This installation requires docstrip} +\Msg{* version 2.3c or later.} +\Msg{*} +\Msg{* An older version of docstrip has been input} +\Msg{*} +\Msg{**********************************************} +\errhelp{Move or rename old docstrip.tex.} +\errmessage{Old docstrip in input path} +\batchmode +\csname @@end\endcsname +\fi} + +\declarepreamble\mainpreamble +This is a generated file. + +Copyright 1989-2004 Johannes L. Braams and any individual authors +listed elsewhere in this file. All rights reserved. + +This file was generated from file(s) of the Babel system. +--------------------------------------------------------- + +It may be distributed and/or modified under the +conditions of the LaTeX Project Public License, either version 1.3 +of this license or (at your option) any later version. +The latest version of this license is in + http://www.latex-project.org/lppl.txt +and version 1.3 or later is part of all distributions of LaTeX +version 2003/12/01 or later. + +This work has the LPPL maintenance status "maintained". + +The Current Maintainer of this work is Johannes Braams. + +This file may only be distributed together with a copy of the Babel +system. You may however distribute the Babel system without +such generated files. + +The list of all files belonging to the Babel distribution is +given in the file `manifest.bbl'. See also `legal.bbl for additional +information. + +The list of derived (unpacked) files belonging to the distribution +and covered by LPPL is defined by the unpacking scripts (with +extension .ins) which are part of the distribution. +\endpreamble + +\declarepreamble\fdpreamble +This is a generated file. + +Copyright 1989-2004 Johannes L. Braams and any individual authors +listed elsewhere in this file. All rights reserved. + +This file was generated from file(s) of the Babel system. +--------------------------------------------------------- + +It may be distributed and/or modified under the +conditions of the LaTeX Project Public License, either version 1.3 +of this license or (at your option) any later version. +The latest version of this license is in + http://www.latex-project.org/lppl.txt +and version 1.3 or later is part of all distributions of LaTeX +version 2003/12/01 or later. + +This work has the LPPL maintenance status "maintained". + +The Current Maintainer of this work is Johannes Braams. + +This file may only be distributed together with a copy of the Babel +system. You may however distribute the Babel system without +such generated files. + +The list of all files belonging to the Babel distribution is +given in the file `manifest.bbl'. See also `legal.bbl for additional +information. + +In particular, permission is granted to customize the declarations in +this file to serve the needs of your installation. + +However, NO PERMISSION is granted to distribute a modified version +of this file under its original name. + +\endpreamble + +\keepsilent + +\usedir{tex/generic/babel} + +\usepreamble\mainpreamble +\generate{\file{hindi.ldf}{\from{hindi.dtx}{code}} + } +\usepreamble\fdpreamble + +\ifToplevel{ +\Msg{***********************************************************} +\Msg{*} +\Msg{* To finish the installation you have to move the following} +\Msg{* files into a directory searched by TeX:} +\Msg{*} +\Msg{* \space\space All *.def, *.fd, *.ldf, *.sty} +\Msg{*} +\Msg{* To produce the documentation run the files ending with} +\Msg{* '.dtx' and `.fdd' through LaTeX.} +\Msg{*} +\Msg{* Happy TeXing} +\Msg{***********************************************************} +} + +\endinput Binary files /tmp/hvjTIsp08A/texlive-lang-2007.dfsg.4/texmf-dist/doc/generic/velthuis/hindi.pdf and /tmp/ah2wg1Ygu3/texlive-lang-2009/texmf-dist/doc/generic/velthuis/hindi.pdf differ diff -Nru texlive-lang-2007.dfsg.4/texmf-dist/doc/generic/velthuis/manual.pdf texlive-lang-2009/texmf-dist/doc/generic/velthuis/manual.pdf --- texlive-lang-2007.dfsg.4/texmf-dist/doc/generic/velthuis/manual.pdf 1970-01-01 01:00:00.000000000 +0100 +++ texlive-lang-2009/texmf-dist/doc/generic/velthuis/manual.pdf 2009-05-30 22:46:39.000000000 +0100 @@ -0,0 +1,5603 @@ +%PDF-1.4 +%ÐÔÅØ +5 0 obj +<< /S /GoTo /D (section.1) >> +endobj +8 0 obj +(Introduction) +endobj +9 0 obj +<< /S /GoTo /D (section.2) >> +endobj +12 0 obj +(Project Information) +endobj +13 0 obj +<< /S /GoTo /D (section.3) >> +endobj +16 0 obj +(Producing Devanagari Text with TeX) +endobj +17 0 obj +<< /S /GoTo /D (subsection.3.1) >> +endobj +20 0 obj +(Macros and Font Definition Files) +endobj +21 0 obj +<< /S /GoTo /D (subsection.3.2) >> +endobj +24 0 obj +(Text Delimiters) +endobj +25 0 obj +<< /S /GoTo /D (subsection.3.3) >> +endobj +28 0 obj +(Example Input Files) +endobj +29 0 obj +<< /S /GoTo /D (section.4) >> +endobj +32 0 obj +(Input Encoding) +endobj +33 0 obj +<< /S /GoTo /D (subsection.4.1) >> +endobj +36 0 obj +(Supplemental Notes) +endobj +37 0 obj +<< /S /GoTo /D (section.5) >> +endobj +40 0 obj +(The Preprocessor) +endobj +41 0 obj +<< /S /GoTo /D (subsection.5.1) >> +endobj +44 0 obj +(Preprocessor Directives) +endobj +45 0 obj +<< /S /GoTo /D (subsection.5.2) >> +endobj +48 0 obj +(Protecting Text from Conversion) +endobj +49 0 obj +<< /S /GoTo /D (subsection.5.3) >> +endobj +52 0 obj +(Embedding Roman Text within Devanagari Text) +endobj +53 0 obj +<< /S /GoTo /D (subsection.5.4) >> +endobj +56 0 obj +(Breaking Pre-Defined Conjuncts) +endobj +57 0 obj +<< /S /GoTo /D (subsection.5.5) >> +endobj +60 0 obj +(Supported LaTeX Commands) +endobj +61 0 obj +<< /S /GoTo /D (subsection.5.6) >> +endobj +64 0 obj +(Using Custom LaTeX Commands) +endobj +65 0 obj +<< /S /GoTo /D (section.6) >> +endobj +68 0 obj +(Devanagari Fonts) +endobj +69 0 obj +<< /S /GoTo /D (subsection.6.1) >> +endobj +72 0 obj +(Bombay-Style Fonts) +endobj +73 0 obj +<< /S /GoTo /D (subsection.6.2) >> +endobj +76 0 obj +(Calcutta-Style Fonts) +endobj +77 0 obj +<< /S /GoTo /D (subsection.6.3) >> +endobj +80 0 obj +(Nepali-Style Fonts) +endobj +81 0 obj +<< /S /GoTo /D (subsection.6.4) >> +endobj +84 0 obj +(Devanagari Pen Fonts) +endobj +85 0 obj +<< /S /GoTo /D (subsection.6.5) >> +endobj +88 0 obj +(Default Devanagari Font \(LaTeX Only\)) +endobj +89 0 obj +<< /S /GoTo /D (subsection.6.6) >> +endobj +92 0 obj +(PostScript Type 1) +endobj +93 0 obj +<< /S /GoTo /D (section.7) >> +endobj +96 0 obj +(Special Topics) +endobj +97 0 obj +<< /S /GoTo /D (subsection.7.1) >> +endobj +100 0 obj +(Delimiter Scope) +endobj +101 0 obj +<< /S /GoTo /D (subsection.7.2) >> +endobj +104 0 obj +(Line Spacing) +endobj +105 0 obj +<< /S /GoTo /D (subsection.7.3) >> +endobj +108 0 obj +(Hyphenation) +endobj +109 0 obj +<< /S /GoTo /D (subsection.7.4) >> +endobj +112 0 obj +(Captions and Date Formats \(LaTeX only\)) +endobj +113 0 obj +<< /S /GoTo /D (subsection.7.5) >> +endobj +116 0 obj +(Customizing the date and captions \(LaTeX only\)) +endobj +117 0 obj +<< /S /GoTo /D (subsection.7.6) >> +endobj +120 0 obj +(Using Devanagari in Sections and References \(LaTeX only\)) +endobj +121 0 obj +<< /S /GoTo /D (subsection.7.7) >> +endobj +124 0 obj +(Devanagari and Arabic Numerals) +endobj +125 0 obj +<< /S /GoTo /D (subsection.7.8) >> +endobj +128 0 obj +(Devanagari Page Numbers and Other Counters \(LaTeX only\)) +endobj +129 0 obj +<< /S /GoTo /D (subsection.7.9) >> +endobj +132 0 obj +(Category Codes) +endobj +133 0 obj +<< /S /GoTo /D (section.8) >> +endobj +136 0 obj +(Using Devanagari in XeLaTeX) +endobj +137 0 obj +<< /S /GoTo /D (section.9) >> +endobj +140 0 obj +(Using Hindi with babel) +endobj +141 0 obj +<< /S /GoTo /D (subsection.9.1) >> +endobj +144 0 obj +(Installation) +endobj +145 0 obj +<< /S /GoTo /D (subsection.9.2) >> +endobj +148 0 obj +(Usage) +endobj +149 0 obj +<< /S /GoTo /D (subsection.9.3) >> +endobj +152 0 obj +(Language attributes) +endobj +153 0 obj +<< /S /GoTo /D (subsubsection.9.3.1) >> +endobj +156 0 obj +(Attribute modernhindi) +endobj +157 0 obj +<< /S /GoTo /D (subsubsection.9.3.2) >> +endobj +160 0 obj +(Font style attributes) +endobj +161 0 obj +<< /S /GoTo /D (subsection.9.4) >> +endobj +164 0 obj +(Customizing captions) +endobj +165 0 obj +<< /S /GoTo /D (section.10) >> +endobj +168 0 obj +(Vedic Macros) +endobj +169 0 obj +<< /S /GoTo /D (subsection.10.1) >> +endobj +172 0 obj +(Rig Veda Macros) +endobj +173 0 obj +<< /S /GoTo /D (subsubsection.10.1.1) >> +endobj +176 0 obj +(Anudatta \(low\) tone macro, variable width) +endobj +177 0 obj +<< /S /GoTo /D (subsubsection.10.1.2) >> +endobj +180 0 obj +(Anudatta \(low\) tone macro, fixed width) +endobj +181 0 obj +<< /S /GoTo /D (subsubsection.10.1.3) >> +endobj +184 0 obj +(Svarita \(rising\) tone macro) +endobj +185 0 obj +<< /S /GoTo /D (subsubsection.10.1.4) >> +endobj +188 0 obj +(Pada separator macro) +endobj +189 0 obj +<< /S /GoTo /D (subsection.10.2) >> +endobj +192 0 obj +(Usage Samples) +endobj +193 0 obj +<< /S /GoTo /D [194 0 R /Fit ] >> +endobj +228 0 obj << +/Length 1723 +/Filter /FlateDecode +>> +stream +xÚíZÉrÛF½û+x˜Ì¾e-Yʱ]&“rUœB` båëÓƒ ‰¢)J²%Ê̆~½¼îœðàçWø–ëëÑ«ŸN˜…(|0:PÆ3t •BÄ@ÓxðWt”ÇDD—1ÁQZÆ~p…´TŒ(V®Ï'*Tû(!ˆ35HVž¥çiÝ>cÃ`6âÚ0Œ¸bvÔò¦$N¨ÀÑYLETÕîÏÈm€!! CFj×ý¸m7ˆ12Xiþh›á-Íê[&„`D8L@ 2Äwý3&„Dy=/ªÒ­E¡"Ë ³ÔÎ °]ÆAÆ ?(ç‹iꇾ·"KËq+º+'Œ$tN¨FÚ7ˆùW<ʳ|zšûw¤+¿* Ãã’º}+Œé2ƒ$¦nŽÃªlò²™û„`$•v†Õ¢’¹ž°˜QþZÆŒFM]Å \Ç‹¬±oÜŠ•JD…qmêöݵ&ð#¼{ÖÎõÞÎ"yô9ϘN3˜ý¬ª§i;gÂ12bâþle·¢ˆxï|Ù¾=Aÿ™ÇãøK:MrgàkH4[4îŸ×pEé“–Ó“„ çØÁ'+„‰é»TÞùw'p0‹ã2óîÕ:×5.ž¯ño£ºoo<ø·ábðNspf:jÒ‰ƒömÕXh çûe3OZá ]äØ÷u>ó‘3ËçsËŽåLCÇ€ƒXúæ*œÝLf˜ÉúÑ¢†^\Úˆe%‹½tŠ÷ÄRÝ9r‰¹€û4VÈ-ïa¬É8Ð^ÕÕÔý9¬Zs»´?EU/00™;&± LS+½ÓVÕóñ8ˆýCÕÒv+æ‘¥i ‘EÙñŠËXXJ¨8> +;w|”ø¦MÇG{SI@õÙù¨]ͽ _×yú/·©PTç–'žóBCûßscÐíÏ‹2kløtOÛ£H:x±‹[}®ê&÷â|ã"€‚¬Æ(H aÅ!¢PHp0÷SÜ gj›/;¹´ Vcܶ.V“&Ûn“¦Ðü±ƒs +ö4¶hb¶—Ä{¶Bf®ïcEÒcûÇ<˜ÐábÞ¸H°^ƒ‘4æðŠàUšï qß(ÆÈ°(Á_án _[þZånÒq·®ª±eE²%[Ѩ\±ÆÖˆÑÔo`ÁóàÊ@ð^ƒæ‰;¯›Ú›«dØØ@xår´¶6Á"Ç/ì:Z›ÙÙM§•Ûâ¥×²Ñ²}çžeËÀûÓI¶hš´ï‰l!Hã¹ÔCL£c„oóY:)¾ƒVüÙ*ôã×ñÀ,:Ú(öü2à6*×»0.öÄ#mç#›Œ ¥‹I(¶Z¨ÉmQ[ʵ|¯á4„cD iI Û†Ô°[H _OjxÔ¼+'W°be*ŸŸ×Ü€=ÄžìéÚ1ÒÖäªy3ÌêbÖti®u. ñ|¢=fÒ{IÅéÝ)¥r”r8k+€yV´eXw +&¢jVds_íÅHðkKݬ҇žÁ«@ÊÃ{˜UlÕ‚­ô‹c&'ïn†*ÐÇ7Eé™ÊЮ¤™uÂÜÚtÑ0ùRiÊAÃv€¦#”¿\Í.òÒ~ñÒ âBüIÖÌÂâc_oäÑQÚô2_ûµÂ|3‘-ê+êÊgU "F°ç`h›ÈSð–ê^¦ÕOW+þ E±æ£8x†Ï-Z— + /uà6pµ@Xªïï“aš› ÄÀý—ò,²_Ðt_)©•q#¤Ç±$ Âì²<°(ž×'kÐR b÷cº3šažõLÞ+Çü,¯ó2Ë¿bä0óUr¶°[ô`«Œc©J‹o ù¬‰bH+À;˜«Ú)™XÔéi‘¹û·‹i›_Ö¶r9±ßó0þòb ØÁâôî•ô<ÒwecOö×mëxáº;X¸šYûíÕC£L#-å#¤ö|£¡ü=ð$‚"µüàæžÝ^k$ìW7 J»6Wû^ýÿ â +endstream +endobj +194 0 obj << +/Type /Page +/Contents 228 0 R +/Resources 227 0 R +/MediaBox [0 0 612 792] +/Parent 238 0 R +/Annots [ 195 0 R 196 0 R 197 0 R 198 0 R 199 0 R 200 0 R 201 0 R 202 0 R 203 0 R 204 0 R 205 0 R 206 0 R 207 0 R 208 0 R 209 0 R 210 0 R 211 0 R 212 0 R 213 0 R 214 0 R 215 0 R 216 0 R 217 0 R 218 0 R 219 0 R 220 0 R 221 0 R 222 0 R 223 0 R 224 0 R 225 0 R ] +>> endobj +195 0 obj << +/Type /Annot +/Border[0 0 1]/H/I/C[1 0 0] +/Rect [89.004 527.655 169.106 536.566] +/Subtype /Link +/A << /S /GoTo /D (section.1) >> +>> endobj +196 0 obj << +/Type /Annot +/Border[0 0 1]/H/I/C[1 0 0] +/Rect [89.004 502.804 206.479 513.652] +/Subtype /Link +/A << /S /GoTo /D (section.2) >> +>> endobj +197 0 obj << +/Type /Annot +/Border[0 0 1]/H/I/C[1 0 0] +/Rect [89.004 479.613 294.925 490.738] +/Subtype /Link +/A << /S /GoTo /D (section.3) >> +>> endobj +198 0 obj << +/Type /Annot +/Border[0 0 1]/H/I/C[1 0 0] +/Rect [103.948 468.736 272.759 477.787] +/Subtype /Link +/A << /S /GoTo /D (subsection.3.1) >> +>> endobj +199 0 obj << +/Type /Annot +/Border[0 0 1]/H/I/C[1 0 0] +/Rect [103.948 455.924 196.877 464.835] +/Subtype /Link +/A << /S /GoTo /D (subsection.3.2) >> +>> endobj +200 0 obj << +/Type /Annot +/Border[0 0 1]/H/I/C[1 0 0] +/Rect [103.948 441.035 218.02 451.884] +/Subtype /Link +/A << /S /GoTo /D (subsection.3.3) >> +>> endobj +201 0 obj << +/Type /Annot +/Border[0 0 1]/H/I/C[1 0 0] +/Rect [89.004 418.121 184.326 428.97] +/Subtype /Link +/A << /S /GoTo /D (section.4) >> +>> endobj +202 0 obj << +/Type /Annot +/Border[0 0 1]/H/I/C[1 0 0] +/Rect [103.948 405.17 215.806 416.018] +/Subtype /Link +/A << /S /GoTo /D (subsection.4.1) >> +>> endobj +203 0 obj << +/Type /Annot +/Border[0 0 1]/H/I/C[1 0 0] +/Rect [89.004 382.256 194.105 393.104] +/Subtype /Link +/A << /S /GoTo /D (section.5) >> +>> endobj +204 0 obj << +/Type /Annot +/Border[0 0 1]/H/I/C[1 0 0] +/Rect [103.948 369.304 230.695 380.042] +/Subtype /Link +/A << /S /GoTo /D (subsection.5.1) >> +>> endobj +205 0 obj << +/Type /Annot +/Border[0 0 1]/H/I/C[1 0 0] +/Rect [103.948 356.353 272.483 367.201] +/Subtype /Link +/A << /S /GoTo /D (subsection.5.2) >> +>> endobj +206 0 obj << +/Type /Annot +/Border[0 0 1]/H/I/C[1 0 0] +/Rect [103.948 343.402 342.387 354.25] +/Subtype /Link +/A << /S /GoTo /D (subsection.5.3) >> +>> endobj +207 0 obj << +/Type /Annot +/Border[0 0 1]/H/I/C[1 0 0] +/Rect [103.948 330.45 269.964 341.298] +/Subtype /Link +/A << /S /GoTo /D (subsection.5.4) >> +>> endobj +208 0 obj << +/Type /Annot +/Border[0 0 1]/H/I/C[1 0 0] +/Rect [103.948 317.291 254.962 328.347] +/Subtype /Link +/A << /S /GoTo /D (subsection.5.5) >> +>> endobj +209 0 obj << +/Type /Annot +/Border[0 0 1]/H/I/C[1 0 0] +/Rect [103.948 304.34 271.649 315.395] +/Subtype /Link +/A << /S /GoTo /D (subsection.5.6) >> +>> endobj +210 0 obj << +/Type /Annot +/Border[0 0 1]/H/I/C[1 0 0] +/Rect [89.004 281.633 192.914 292.398] +/Subtype /Link +/A << /S /GoTo /D (section.6) >> +>> endobj +211 0 obj << +/Type /Annot +/Border[0 0 1]/H/I/C[1 0 0] +/Rect [103.948 268.682 216.36 279.53] +/Subtype /Link +/A << /S /GoTo /D (subsection.6.1) >> +>> endobj +212 0 obj << +/Type /Annot +/Border[0 0 1]/H/I/C[1 0 0] +/Rect [103.948 255.73 218.435 266.579] +/Subtype /Link +/A << /S /GoTo /D (subsection.6.2) >> +>> endobj +213 0 obj << +/Type /Annot +/Border[0 0 1]/H/I/C[1 0 0] +/Rect [103.948 242.779 208.749 253.627] +/Subtype /Link +/A << /S /GoTo /D (subsection.6.3) >> +>> endobj +214 0 obj << +/Type /Annot +/Border[0 0 1]/H/I/C[1 0 0] +/Rect [103.948 229.827 224.551 240.565] +/Subtype /Link +/A << /S /GoTo /D (subsection.6.4) >> +>> endobj +215 0 obj << +/Type /Annot +/Border[0 0 1]/H/I/C[1 0 0] +/Rect [103.948 216.323 297.663 228.278] +/Subtype /Link +/A << /S /GoTo /D (subsection.6.5) >> +>> endobj +216 0 obj << +/Type /Annot +/Border[0 0 1]/H/I/C[1 0 0] +/Rect [103.948 203.925 208.224 214.662] +/Subtype /Link +/A << /S /GoTo /D (subsection.6.6) >> +>> endobj +217 0 obj << +/Type /Annot +/Border[0 0 1]/H/I/C[1 0 0] +/Rect [89.004 181.011 176.987 191.859] +/Subtype /Link +/A << /S /GoTo /D (section.7) >> +>> endobj +218 0 obj << +/Type /Annot +/Border[0 0 1]/H/I/C[1 0 0] +/Rect [103.948 168.059 198.206 178.907] +/Subtype /Link +/A << /S /GoTo /D (subsection.7.1) >> +>> endobj +219 0 obj << +/Type /Annot +/Border[0 0 1]/H/I/C[1 0 0] +/Rect [103.948 155.108 184.894 165.845] +/Subtype /Link +/A << /S /GoTo /D (subsection.7.2) >> +>> endobj +220 0 obj << +/Type /Annot +/Border[0 0 1]/H/I/C[1 0 0] +/Rect [103.948 142.156 184.756 153.004] +/Subtype /Link +/A << /S /GoTo /D (subsection.7.3) >> +>> endobj +221 0 obj << +/Type /Annot +/Border[0 0 1]/H/I/C[1 0 0] +/Rect [103.948 128.651 308.705 140.606] +/Subtype /Link +/A << /S /GoTo /D (subsection.7.4) >> +>> endobj +222 0 obj << +/Type /Annot +/Border[0 0 1]/H/I/C[1 0 0] +/Rect [103.948 115.7 339.672 127.655] +/Subtype /Link +/A << /S /GoTo /D (subsection.7.5) >> +>> endobj +223 0 obj << +/Type /Annot +/Border[0 0 1]/H/I/C[1 0 0] +/Rect [103.948 102.748 372.371 115.736] +/Subtype /Link +/A << /S /GoTo /D (subsection.7.6) >> +>> endobj +224 0 obj << +/Type /Annot +/Border[0 0 1]/H/I/C[1 0 0] +/Rect [103.948 90.35 274.143 101.199] +/Subtype /Link +/A << /S /GoTo /D (subsection.7.7) >> +>> endobj +225 0 obj << +/Type /Annot +/Border[0 0 1]/H/I/C[1 0 0] +/Rect [103.948 76.846 393.471 88.801] +/Subtype /Link +/A << /S /GoTo /D (subsection.7.8) >> +>> endobj +229 0 obj << +/D [194 0 R /XYZ 90 729 null] +>> endobj +230 0 obj << +/D [194 0 R /XYZ 90 729 null] +>> endobj +233 0 obj << +/D [194 0 R /XYZ 90 541.338 null] +>> endobj +227 0 obj << +/Font << /F38 231 0 R /F39 232 0 R /F36 234 0 R /F8 235 0 R /F7 236 0 R /F37 237 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +263 0 obj << +/Length 3253 +/Filter /FlateDecode +>> +stream +xÚíZÝsÛ6Ï_ÁGj&Bñýq3÷¦N¿ÒL/vržkú@‹ŒÅ±Dª$×›ûÛo)R–U«—L.Ml‘Àb±ØvÒä2¡É×hüýòìÑÏlâˆÓ\'goF%qR&†9B…IÎòä§Ô7›3Êyú4ëŠËº¹Í…éÓz6ç&Í‹Þ­NÉl®(ýt¤sïÙÏgß Zþâ™p#Kjuº¼v™Þ%Ö#â¹äÜ[b¿ŽÉ0ÆÎ掫ôU[V—¨{‘~U¼›i‘fÕ̦o(×3¥Mš]fÍŒñØ"¥Á”Uø=÷³Ÿœ=b0=MX¹"R«D;AuÉbýè—Gó¾ÿCKÿ:ï©ç#rïU“Uìòô‹8yÀÌÿøã3i¸3=Ç™¾x&¡™8#¬'$FkøO DOÑ„›ÕãÔ[ª3¤6TûvÞ[ä¤ow*5ŸC„(#E´r2g +äcvjNwǜߔU^â£LoÊnåדHUDH×{ÑEvä,-V{–!˜"ÌÉÁãL ±?~Ê9ëWë‹‘ÿmÕvÙj•ue Žc©~ßó'Â…#bßìï˜$“ðÞ$<šäU›]` Íþ‚ÜÎöábFD=ϪËko#Ü-³®0NË‹ë7Lkøç4ïKý€Ž„·ƒ“ ÒP;êT ±Æ´ÅBÚÒTK€Y´I@Ú?#¢Ðu¯¾? ë­«{4B]?›Á¶{h¶ zn;|¹]yµ ïÿ½óká>!¸øhJ¿_dŸ_·]½. Yh|‘mpn1-矞ÚÞä.îˆÌ[Å1˜>+š¾ž9y¹ÐñC¶hêÖ§x’S¢äÎ$I¶EàR`Ø—e4èëð.ò,¼ÅIæšóO=B>º©ÜÐhI…;Éu–4{C]Õp7ðÈBcWWýƒ¦ŠY»gíJE‡Lü ²¯‚~ÙÖAÖÎ%5±V`óÓÏ4ɡﻄálrã)× luPÍÐd•œB©t§šçŽ¡¬ç¤m,6YßÍ”J³¦Ì.z€¾)s¨4æ™çO,Ê!®ô9ÝÑ©·(ÿðýû݈‡©¥f=Ñã~F&-òÀ?jßRóÿ¼}qæ|qû?†•F8íplƒ¦Ä2ø8 56Á¿÷˜‚E&øTKžƒ¶±„Úò8ýc"ƒm~ÄøÈòh˜¶ØdMÖÕMx½×‚·I0üg%ÑR}DK|P;d!ˆ²3ËÞŒÌÂCbK~ †Ól½YùBBès+àßOqÇ°—2I„Ô|š +pXcäy uÍœC +X¿ ¿g3ÇSÜFÛ=®ŽÓç +%ÝG¤ïD=[Æ÷5–NÅ +à6Ÿë² >© 2…ô’¥ñ˜}HóO}4-‹5°0B6å“„¸ fÀ}0–"íâxTþ‹lí¯-@ýhGTk×ÛcËØe´„?*Ǩ'È Üº«2†FwÑSI¸˜ !äźîÊ»ãÀQ”ù°Øx@¿ŒWï÷wq4X‰¨à¶§,AEý‘6¯Æ3xüôiíÏM%“^øÖé³&ó÷vÐôÚïxàÏ°7"Ÿ %(>¼ªÊ­M¡AÓCÿ×M]çÕãšýÀÚ<#ocW°ty×ÛÕg|C)oÚHÒÞ¶PÈFŠ:´ nU¸x!ˆV6,¾…´<0ž„•ÁC˜GÑ=o áÔ FIw?¸õ}ûÑíÎÈ-¼ ]!|A„!^ÇFp³D†M‡K¾ÜøAp,2<ºÁéÈ“0ò`úâ^€ùh¥Òe6ã4R²E]á}:6_ûê½)€¼ÛR¤âÄ@˜p*`)2,åÉTR&7]ÿÙ$¥¦žÀQB’“;J”Z¸8ætÄ^Ôë5bÙ§zf-ÄYäû²\,ýj!¾@¥K¼¾W¸ €HàêÁaáõǺíNûhƒ÷³™¥)$?á Ãш-ÈÅOâgâ‘>ÜŸ&íˆ,ÈhôΞ>Ù€’Áž>Y;4AXM¤Ý` ”’±)ˈ33€ªóÑÛt[ŒšÃãMÑÄÆ(­ ˜­–U.VŽ aHg¤6Œ›BF,cz +oø1Z±YA­•‡†˜ÇÁS½éÊuù[ß12Š2iÞ ‹¦ˆ…¿¡Ù÷YS¬BÓ;/sÆËê¸ìµ§å!¥3|º*¯½)?ëÑiʆÃý~v˜yà×^eh¶àiØà'¶–MéP°Z×Üå/©#²å }]¶½ÀY×E5`Ä ûö <(Š_£<ø³ûáa,”‚Eµ³ˆ)<(» ø½MZˆ1:Lá]ß±Æù^8Ð(żŠçg‚´¶Áº4ä¶Ð‘…Ÿ·…? /~3â'‹²Ëúoœà5$]ôPüK…Sx™Œ8«Rúbv"ýÞð׌ ¢À(Ý”!º/n7T§ÿÊ‹Q'Rï2î=yÂØc&¦¬‹« “b¸f—•‡ x¼Äð É+(lݧiò¨êe1Ì1† >Õ;Ú!ÏÁÇW –¶‡÷­?~D¯§sLý’QÈî’bÄî®%*å?r™0:©é¨ÈÃ~¼ZÂu¶'«ÊÃÕNÌ€‡üx‘u‹ê÷˜7+É*ë6’Á`Q.º8r[טtOdº“}_Üî%aõå$j NÝfÒ‚ª˜ò`k±ˆSк,2¼8lCW¸€æ–™Ã% 4ø;.zp#…Ô×8$2Éú,úþ8‚È|; “FNØõQdLú²¾’?É!¯ƒ"ªÀ¯k˜K¿Éª¸ê/³«+,iÀ’¦±ûe]¬ÞîÕ8—à˜1¯ý2k®° Cc¥MúMQa´i=¨Ê7?‡ä½í£j(ŽÉòwå"öŒ¶ÅŽé;4öÅ 4íƒÐ{³,ªH¿ìÛ¶Ž®Çõô\è.;õð$Œ™>ëß©gcá’Ìì¬Üí²ÃAË÷ˆL@BɆ3ÄQ±@ÃQ‰B”‡ü§ +8¥0oo‡¿°AÒ˜VŒÊÄ·õ +¿ÖRd>þÕ´rúÛäð°RËx2W°ÛÝ_iNÎý_l$ˆ +endstream +endobj +262 0 obj << +/Type /Page +/Contents 263 0 R +/Resources 261 0 R +/MediaBox [0 0 612 792] +/Parent 238 0 R +/Annots [ 226 0 R 239 0 R 240 0 R 241 0 R 242 0 R 243 0 R 244 0 R 245 0 R 246 0 R 247 0 R 248 0 R 249 0 R 250 0 R 251 0 R 252 0 R 253 0 R 254 0 R 255 0 R 256 0 R 257 0 R 258 0 R 259 0 R 260 0 R ] +>> endobj +226 0 obj << +/Type /Annot +/Border[0 0 1]/H/I/C[1 0 0] +/Rect [103.948 716.104 198.123 726.952] +/Subtype /Link +/A << /S /GoTo /D (subsection.7.9) >> +>> endobj +239 0 obj << +/Type /Annot +/Border[0 0 1]/H/I/C[1 0 0] +/Rect [89.004 692.913 255.076 704.038] +/Subtype /Link +/A << /S /GoTo /D (section.8) >> +>> endobj +240 0 obj << +/Type /Annot +/Border[0 0 1]/H/I/C[1 0 0] +/Rect [89.004 670.276 220.698 681.124] +/Subtype /Link +/A << /S /GoTo /D (section.9) >> +>> endobj +241 0 obj << +/Type /Annot +/Border[0 0 1]/H/I/C[1 0 0] +/Rect [103.948 659.187 178.446 668.173] +/Subtype /Link +/A << /S /GoTo /D (subsection.9.1) >> +>> endobj +242 0 obj << +/Type /Annot +/Border[0 0 1]/H/I/C[1 0 0] +/Rect [103.948 644.373 154.647 655.11] +/Subtype /Link +/A << /S /GoTo /D (subsection.9.2) >> +>> endobj +243 0 obj << +/Type /Annot +/Border[0 0 1]/H/I/C[1 0 0] +/Rect [103.948 631.421 216.526 642.27] +/Subtype /Link +/A << /S /GoTo /D (subsection.9.3) >> +>> endobj +244 0 obj << +/Type /Annot +/Border[0 0 1]/H/I/C[1 0 0] +/Rect [126.862 620.268 260.14 629.318] +/Subtype /Link +/A << /S /GoTo /D (subsubsection.9.3.1) >> +>> endobj +245 0 obj << +/Type /Annot +/Border[0 0 1]/H/I/C[1 0 0] +/Rect [126.862 605.519 249.845 616.367] +/Subtype /Link +/A << /S /GoTo /D (subsubsection.9.3.2) >> +>> endobj +246 0 obj << +/Type /Annot +/Border[0 0 1]/H/I/C[1 0 0] +/Rect [103.948 592.567 222.503 603.305] +/Subtype /Link +/A << /S /GoTo /D (subsection.9.4) >> +>> endobj +247 0 obj << +/Type /Annot +/Border[0 0 1]/H/I/C[1 0 0] +/Rect [89.004 571.59 173.86 580.501] +/Subtype /Link +/A << /S /GoTo /D (section.10) >> +>> endobj +248 0 obj << +/Type /Annot +/Border[0 0 1]/H/I/C[1 0 0] +/Rect [103.948 556.702 203.519 567.55] +/Subtype /Link +/A << /S /GoTo /D (subsection.10.1) >> +>> endobj +249 0 obj << +/Type /Annot +/Border[0 0 1]/H/I/C[1 0 0] +/Rect [126.862 543.197 360.737 555.152] +/Subtype /Link +/A << /S /GoTo /D (subsubsection.10.1.1) >> +>> endobj +250 0 obj << +/Type /Annot +/Border[0 0 1]/H/I/C[1 0 0] +/Rect [126.862 530.245 348.891 542.2] +/Subtype /Link +/A << /S /GoTo /D (subsubsection.10.1.2) >> +>> endobj +251 0 obj << +/Type /Annot +/Border[0 0 1]/H/I/C[1 0 0] +/Rect [126.862 517.294 292.27 529.249] +/Subtype /Link +/A << /S /GoTo /D (subsubsection.10.1.3) >> +>> endobj +252 0 obj << +/Type /Annot +/Border[0 0 1]/H/I/C[1 0 0] +/Rect [126.862 504.896 270.269 515.744] +/Subtype /Link +/A << /S /GoTo /D (subsubsection.10.1.4) >> +>> endobj +253 0 obj << +/Type /Annot +/Border[0 0 1]/H/I/C[1 0 0] +/Rect [103.948 491.944 193.446 502.793] +/Subtype /Link +/A << /S /GoTo /D (subsection.10.2) >> +>> endobj +254 0 obj << +/Type /Annot +/Border[0 0 1]/H/I/C[1 0 0] +/Rect [103.948 429.08 264.374 439.928] +/Subtype /Link +/A << /S /GoTo /D (table.1) >> +>> endobj +255 0 obj << +/Type /Annot +/Border[0 0 1]/H/I/C[1 0 0] +/Rect [103.948 417.236 393.86 426.977] +/Subtype /Link +/A << /S /GoTo /D (table.2) >> +>> endobj +256 0 obj << +/Type /Annot +/Border[0 0 1]/H/I/C[1 0 0] +/Rect [103.948 403.177 229.394 414.026] +/Subtype /Link +/A << /S /GoTo /D (table.3) >> +>> endobj +257 0 obj << +/Type /Annot +/Border[0 0 1]/H/I/C[1 0 0] +/Rect [103.948 390.226 326.502 401.074] +/Subtype /Link +/A << /S /GoTo /D (table.4) >> +>> endobj +258 0 obj << +/Type /Annot +/Border[0 0 1]/H/I/C[1 0 0] +/Rect [103.948 377.275 270.13 388.123] +/Subtype /Link +/A << /S /GoTo /D (table.5) >> +>> endobj +259 0 obj << +/Type /Annot +/Border[0 0 1]/H/I/C[1 0 0] +/Rect [103.948 364.323 249.32 375.061] +/Subtype /Link +/A << /S /GoTo /D (table.6) >> +>> endobj +260 0 obj << +/Type /Annot +/Border[0 0 1]/H/I/C[1 0 0] +/Rect [103.948 351.372 261.136 362.22] +/Subtype /Link +/A << /S /GoTo /D (table.7) >> +>> endobj +264 0 obj << +/D [262 0 R /XYZ 90 729 null] +>> endobj +268 0 obj << +/D [262 0 R /XYZ 90 444.764 null] +>> endobj +6 0 obj << +/D [262 0 R /XYZ 90 336.677 null] +>> endobj +261 0 obj << +/Font << /F8 235 0 R /F39 232 0 R /F36 234 0 R /F45 265 0 R /F46 266 0 R /F47 267 0 R /F38 231 0 R /F57 269 0 R /F51 270 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +281 0 obj << +/Length 3320 +/Filter /FlateDecode +>> +stream +xÚ•Z[sã¶~ϯÐäIêD0qá­}Yw7›Ù¤M3cgêi·°HK\‹¤Â‹6Ú$ÿ½ß@Š¤iËyØ à\ð í-¶ oñÝWÞ3¿¿ýê꽌1‹,n\x,ŠÔ"ä“jq›,þ»ü¾Ü«µð½åMž5»Õÿn¿¿z¯ÂÁ²(d~ÀÁÓÐJjî½Ùèœé k-ýh›µ[°æ‚Å>·Ë®‹z×æÚmõÓŠûK]$)ýž.î©D{zӲϺÞeŶ) –&íÅÍ…]ÿ®Ì³"{´{ÿ{…ÿÚOºnNwNØgGú¦ÝìÿœÈÿIÒ‚h‚3tó|;óÑž™Y{Ì÷%ýtSiÊÈ[êm‘V3g BæEQwÆ/Ø'}„jˆúÍ6×ÙžmÊüµÊùa%üeJÿ3gž·ºÊËä²]²7)m,9+«­Û4ZpŤ +„Ù•óˆ)å/Ö2`J:AÅjÍ=®P­x´,?¥›Ænþ¡x Ã”U®›¬,fÄðk3áøv—ZxP²8ÝAßG;jg€Ah´t~ØY$âj1˜Ò[ml°€¾ˆæ—yLÄb¸ +&æVž‡²²·vsÉ„]ÆãÐÒ~k&‹”X †ïfD™ÇƒNªƒÞ<êmj¹gµý-JÒÞgû¢íÏ¡è·4êýèyb“éýþdGwe[§‰[å(otU½Ñ(Á÷—lµ–Ü3:wËòô0<Žü‰&>´!ªñˆÅ"¶²ìšæð׫«$=zËjì|ÔyÔÕŒpŸÔYó§œK({áØ·ŒkáÖ¤¿Z ¿ÂÓZ“zŽéÕ^Û$ïÓÝ÷ìê˜î›]›ÕsîçAá-rÉÂ(°ZüiŸêšðeÛ=XQÈ\A_v¸>ÕMšÛg£•!éÙû0:ð¾íôzÚ-JǼ½G8·Ï©nÚÊ­®Ò_Ú´nêoèU,ïé>´Ûîq#O šúŠ`”ÎW¬Ã&†@ÚaÙ|hÛ$={ß¾<kG‘"˜ Àv³Às1TŽ£DÒn¬úÀÂa:ù¬Ãu.€Ð¤㡘â:°ðîçz`!S1-óÂø ®ËXÈï§z`‡ÿ‹eú«“èsÖ]{q{}Z*™ôF8²0 ƒá»Ë§$g1ŒÑþ;§T²z1²çƒA.˜§y/Ë'ç> ñ6b¬·+ãH#–`EÁò,A+>fé´D°8™Ëh+ˆ—¹>ÙáûÔþ"‹Ø·‰‰@˜6‰F!ŸIÍàq )嚇GaÐs|¨;Ë<)7-y$Å4b¿K+wmb8r•º1ÜÕCíFú¥}Ä5í}DÏ›FE&ñÓ¥ ^aßãLÂ].³$Êà¢a¦«ÈïP)xÊ)×z¸äÓ@E¾¤`ï ãø9KPõ!b9æyå«8X¾ÏªºA@~±Ig7Bö©p{/mÃäÈáÆY†I™Ö6…)ÊÆÕíáPVîåyŠ°†–kÌ_Ð6Qr1Ù΀rx‘|K¢”~8fiMH§.)€ö´ +ü¥SfæËjGšnÒº6ñ–´@ˆMÃÍé^Ò€ +C¤ Á+ŽK”ÞÔÔsP±Bå#^ÔÆÙç5ÐÖt'1KyЯs“p}Ÿ5Òãè ƒÜäVCJÊ{®oÞ~ø@I!zˆÏU®Ñr³ÓâMZÕvªÙÙ„&B`E^W»¾èI¨M¸Ý”Ëx"ôðxD) ÏÇ›w$Éâ0zGÜ ”b"°prž…#LÑò&Ý”EÒ;‰‰¦¨÷ÈÊ*ÝØ‚áeØCœ ýWœŒ(…e%,‹äkdõ=S|^Ö—aOƼ#»$ok2© +l¬Â/lŒPA²+ß bæªT€à|çÀtŽx?blk Á_À´~ Ç+×õ!Ýd¦„³'JÒ}–gá¼€‚YNçì;j¾¾DÄ«ÍÕ È¸$t0 9 oÊoÄ1Á=ñát rÝ\?²:m¨Ú§¡Ç¶jGµÎõ1m´¶¯§öÔ6µ>j¶³¿ÛbKÿ¬÷?å<u¿ä€Ç‚%`¢¿F¼ÊŽŽ÷c²¶:êFw{³ü“>¹·ßÿãÜ-CO&'9»v§T e´ë™1îºfÿ°™¾ÙÜÌÃ{ó…¥Câw©‰BÙOßgûtÜn(˜>Á Pú΂I ­©½:Yôl^Ëâ$â%X«®–w½{%LX4½yE=É¢ÑYáf~Úkœð8i)¸\L¹6PØžmùÖñGßY†} Àó|ª0*Êáã2ŠÇœ^•ÔK#ƒñJkììú¹YÙöG)šu}±m&e»´]J„dÿCãŽïrAA¹à8ç¶nÂ֩f_êdúŧÞ{d·YQôýÖ§aÎgµ;æÌgDäŸLõ0éî8(77Ó8ÓŒ +‘ZQéV±—üsÆ™|d:÷÷YÝœ^rÕq~ +ky°–#TŽ]ÕWgWõ%ÅӔΒÔÍþ£—#„S÷0ðXúþþøá.e¼¾g¢RCÁ'‡™\„˜¾#iAmò\ÖÃ1IcÈèκo‰‘L¯È™=JàÃ1«WeÍt¤š¬4¤o½û;¯Æ±ÎO÷NßgV¶gìw•néü¾3u_ÕW¯ãn¸»Ê~¶œÝ;èÝ;èÝ;~Á½{K–¹!_òö¶NÝG±ßÎ>ùÇ%Ô€ÅâHŽ¹‘²P.ÞØÊÕž×Ä>$Y½iëÚø"^ub¡5@a¤àüqîYHÉBî>o•WÃp.å¢'Óͧ²‹¤Â6Ý챋6]ø<ÿ§%çf>€)ïõô²¾ˆ¨œ…¤é!èž­étH>ËMfÓGz0ž’Q¤{«ëÎL +Eã-Û¤ø {HæþöB†0oò7"À°˜ùãû›Wq/áà£ê,žxóH.˜ƒ 진¬'ºuÙ˜ÂÝ5Õ’˜¯–ĨZ}ß} + ¸ÑÊ÷ûRéXÌJÂÄ=GDv¨_†sà/ ¥zç—p|üŠ›OrÜtÇ.à*ñ}W»±GúºˆBÓŽ>tÜüƒn²û õÈÉÎuá/\–ûdÜz0aZº0 ‚<­Ò½[Fö¢“qÀ=45:óŸº*‚AÄDjw¢w¥=} ™Ë°4êök¶©¨ºâËýÁI:(72­‚¤ e¦‡bØv`åˆæÛÛ¯þbÆ‹Æ +endstream +endobj +280 0 obj << +/Type /Page +/Contents 281 0 R +/Resources 279 0 R +/MediaBox [0 0 612 792] +/Parent 238 0 R +/Annots [ 278 0 R ] +>> endobj +278 0 obj << +/Type /Annot +/Border[0 0 1]/H/I/C[1 0 0] +/Rect [392.678 143.457 407.224 154.582] +/Subtype /Link +/A << /S /GoTo /D (subsection.7.9) >> +>> endobj +282 0 obj << +/D [280 0 R /XYZ 90 729 null] +>> endobj +10 0 obj << +/D [280 0 R /XYZ 90 648.552 null] +>> endobj +14 0 obj << +/D [280 0 R /XYZ 90 482.986 null] +>> endobj +18 0 obj << +/D [280 0 R /XYZ 90 234.864 null] +>> endobj +279 0 obj << +/Font << /F39 232 0 R /F47 267 0 R /F38 231 0 R /F57 269 0 R /F51 270 0 R /F37 237 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +288 0 obj << +/Length 3060 +/Filter /FlateDecode +>> +stream +xÚ•ÛŽã¶õ=_ᇰ ëDõ©Ûf·Ý")‚ì X émkÆêÊ’!É;™.òï=‡‡”E­Æã¼XEžûæ«Ç_ýí>{þåþ›ïÞé|U°"“ÙêþaUðU. +ÆU¾ºß¯þ½Þ—Ÿ%/X?¾fD +Lef"À¹aª)Ð_„Òûæ!ˆ´ Äì<º]×"úÜF“YÀl#Ö= QshäÙ +kËfW·}Õ<Òô÷åF‚ákˆá|U€âCçÛ,`.MþÏ€>–s™bê¼v HÍ-3…¼$®´Y6c—‚°ž(´-‡§²l®HAg9Å Ü— †;Ä3ÆhðÛ+b1àétQ¤ ¾MÈDR(4ô•\[Â<„ÒÑ&¹ÝîàÜ6™dy6nb#ïìäxÌM6µÞL­{°ÕÕ!Ó^e@M¢ÖÀŒW&Xu]Ÿ%Gï£ÓþðÏ츩`VÚt×ùÃñØ*mÔm”¹eè°‚àKš3ž•çÀÓ<=kIe¡YŽ:ñ:ÈÂ0>ƒtùuÑEäb°=’¥yûƒe7()°VsΦÚù§µÊY¦8‚î2˯©aÜ N_[5C4ñµ“ çLÉ,ÝÄzU¥P_tÁƒ¹üyßÖµ[ RZ3¥TTýY4ÂQA<*R" 6D€ã¹ŸEÔþTî*Ì4ÊýW©ºè`̆1;™ºZŸ¬Þã‘>zÁ„aæÄ¢U+™È«´…Ïw:¼LÁÛ.-EÙã±lö]˜(= k®®ŸiŠ²ï6®ümÝî>8>bÂóŠ×sa<®Rš+V+E&Sª– MAj%ä-a¡*t +1  ”J+~aàèÖù‡‡pðÅ1@Î$¥&ð Î5ÊÎ@Qz)f—4âLaèèÑ”¤4&(M¶îŸª2,"”hò~þ +Ë!¢V^¹ž1h‚;.Ôà!9® 6ñâˆ*c >8Ž7Ю=ºÈš‹”È×oš1 OÂ2râ<ô¸Ó'Jâ&©J?™Æd€¬"¢¹©ð B´Õ˜!‹i©&KÖ®Qi=ZŸ0¸Eä1:žÙõƒ—×}êÊ~è*oæ=Íx{‡çÓÁ 4:º°sàj·#ïŸOT^o\˜ÜÌL Õvßm«÷_¹jY‡s‡ÈÒî1…[Pn .R,O%ž/º|]…çýÆ‚£ÛÖA4§Ó] MœÎÍn8»èÔ´î%ÝyÔ‰<.ÏC 4†U«D*@ŒØBäíS0N¦²h6ÅRàdbKRèX™“éðk~Mæ ›€~›Í¯9!X) ¨OXôkP§­n +µÈSÑR8u«Êa“G¯T¨õ‡KHÇÛ²†ü´ ©Š¡íå÷F/ýчkÎÜ /FýT»*À½Ÿeð\XrßF™ÄôÄÀ¸bynSb>´0þá`±ù:V¯ WžPCêh£on(y±Íšœšâ¯5˜„çòuü5È׋øO" ¾ú82K*°|ѱ«õµ¾É êâ’ Ú´£BÜ_2 +ñS¢T³R.íã>¹Ÿl‹™;ŸdéÓü¥Ÿ˜5äMLÁº lí?RÃáCÈ p|_~¤AÈspøP‘§ÀÔØV˜ÐéÆVÖdÙ¾¬®OÊ…¦×¾üì\ã;Òû©«ž;üöÒ Ûçr‘Àùs%%&Ÿèz˜5úE +p¿—ƨ»Úõý× Õ®.["WCµyr»Oî±ü‚¤6îÑuÕËÔ•Uó%ž°¸ì÷so‚MÙìSè3+–A>ê7¶àr‘OÛJ…`Ñ8ﯕ¤H©aš¢€Ì ˜!dLçfVŒÇAùÏòL¥g~$€e:o  æ'D]k%*pS™ °³ìëêxÄW‚=$H,ÖÛX˜[q DX™“‚ f H·@@Ø6ðïqÒÎjhÊ]‹ÍF›ž°“§ˆ¡ÏS¹L·'R6=¥Å>2D¹^«¯df€æ–ú*ÑÃc†î,P)¤ÙØüÊ_ÃEBÆE ôÃØÁ 4ŒåÝØT˜s„ã¤bƒ0¥3ºü3ðûN,ãÁ,u(Û&•ÚÛIÍ~½Xƒ&¢^Š#£%A`™ å±o²œd¼%€óTå7€Äû -R—zlÒ‚7*´2¯1ž„RìxCGØô°™ï«¾ùð×÷ïï¶P„í±¥ w®ék외!BŠ’²æÒñP|ë¾pAh¯µá —PÜ7oð,çU~a}É|Hð r."ÏÏ…WXàäì3©Bþ4OHÏ&œÀŸ?S3OI9ÙŒµ˜R¡ƒ/§¸þÂS|{ k‡*F¼”Þ2–"EbD»W+4åëËd'5`uûòâ ëö4'íjÇ"Ë ìðpÖPà ˜œŽ¼ùãíj»ýïü*ÁoéIµSyJvù&üÑAF>L2ëé÷ÈVöí¹Û…Ã.ö‚_\ÀÊ_¥S§\•ï{ùmí <5Æ€+ó¸ƒ,0–ñ,T[ýîÐÖ®ów‚eâ½ÇÎ_âÃ+µ¸ žZ9Oøê#<<¯ôð_ …?QˆâJ8Ä…2í·Å΃5Ìh{ HX‰ùr-ÉW¹±Å +èÏûª05ñ@|œ}ªöedT¸O‡5ô`ppaÝ–¼ØHØ»Q +“¨(´äí¤"Ç?1à]Cìëíý ðo.®y<»ÇŠB +…÷ƒùÿ™ÈùÿLÄj2ý16Í}®ÿ/1ö ]݇뮾ìH»c›rþ7üÿCŸþcã¯UÁïå±\îuB„̘à:myBábç‡ó òrLô\HþÙ‹ÍNHm¥aYÌëß Ø»à0ùgM¼þ;¹jvï7üÐÖ5ÕÓcJpj+(üþ”T+)ÀWq(š ¶´&bŸ¬y{ÿÍÿB,Œ +endstream +endobj +287 0 obj << +/Type /Page +/Contents 288 0 R +/Resources 286 0 R +/MediaBox [0 0 612 792] +/Parent 238 0 R +/Annots [ 283 0 R 284 0 R ] +>> endobj +283 0 obj << +/Type /Annot +/Border[0 0 1]/H/I/C[1 0 0] +/Rect [427.948 597.952 442.394 608.895] +/Subtype /Link +/A << /S /GoTo /D (subsection.5.1) >> +>> endobj +284 0 obj << +/Type /Annot +/Border[0 0 1]/H/I/C[1 0 0] +/Rect [150.82 521.155 157.694 532.183] +/Subtype /Link +/A << /S /GoTo /D (table.1) >> +>> endobj +289 0 obj << +/D [287 0 R /XYZ 90 729 null] +>> endobj +22 0 obj << +/D [287 0 R /XYZ 90 702.225 null] +>> endobj +26 0 obj << +/D [287 0 R /XYZ 90 494.714 null] +>> endobj +30 0 obj << +/D [287 0 R /XYZ 90 247.917 null] +>> endobj +34 0 obj << +/D [287 0 R /XYZ 90 128.306 null] +>> endobj +286 0 obj << +/Font << /F47 267 0 R /F39 232 0 R /F38 231 0 R /F57 269 0 R /F51 270 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +293 0 obj << +/Length 3738 +/Filter /FlateDecode +>> +stream +xÚZ[ë¶~ϯXô!ð» ¯•>´'i.§M€.Ð9i¡•µ¶²²ìJòÙlƒä·w†J¢,Û›¾XÅËp8—ofÈo67üæ›OøìùÅÃ'Ÿ}­²›Œe‰Lnžn—Lu“ŠŒq•Þ<¬o~X vûãÃ_‡Q7‚qná/¿7Bh–ñt°ƒÛ²-oï•«Üÿ«uõt+Íê ¾4½ÿör+ø*í|‡~ï[í~},hT±oº}“‡ðúÓ±)úŽÝÞëÌ®¾¾fµoýÇ_~Îw‡º¼ƒ™®ú-QÑ•ÿ9– L +ûøìkNwLÑIÂD*â<÷íkîÅlšp@gX&ãEÞø•ÝšË,ã ã6ñÚòЖ°¦\Ã@ |éhÝ%bEš0eM<Å•ê+´ŠŒ3igKçÍ[–”°½ÌÊxèŸ>(£_¯,*U¤ÔñH8@c5J +¬­²UÑ–y_íOÉþÉ?‡óö¯»üÕÿy,‡ï}»¯ëÀ´~Ûî›mx¡^Ç®Œ§Å/áTôìT’L1¡´§ò€Ç²/Ê®C!“Ú‚·eÑW(ÊQÞÊî‚LIžhdñœîò¦{n«þ ÛAÒ$Ì(¾»´Z"˜f¶Ú¶jÖÕµ¥2Él–ΗrFé8¿¦®Y˜'^s·_—mó–•Uš2“س+»?»=ü×õmUôõ«NÛ¿\ÒnÃaÕt~uµY ï^Y4òæ^H–áàÉÁ3Tp¾ú¾.s”/i8(1˜7ÿ­>n-(ÖcM=Œ<í©[îuÕõþŠ(>»ãá°o5À׉á‹L1’¨†§e™Ì<©rÖ‰³,MæbÂ"Žìµ4ÖÛküÓ;ëìv‘y㬀6±"Ž}FîFPçC{+p ØücKß\ï›ïøñVâÌÀÉ—²î>G[-Wýë¡ +œæâŸn <ðãAĪ ŽžŸvõøê{ù¡êóºúo4§Óù9#´eŠ+ψa=¯wçÛœ‡Ù°9Cç¡pjwù¢Ï@a’¡ ¼ ­œ¥6 ]Þ-L’²TË<…Ibƒ­™€}R–fL¹ ]NDJáf²X¦Ô[dJf |gå»îPµ¹`nGGÞùwgÊÁ>:SŽ äö©{^÷`A`¸ÓuN‹óÄ xaáA¬@$j°×aÕ#xÔö·=ª+—#bÀÏbX‘0-¥ßI%èf¦)oI5Wì×$füÜ™p͸Nö‹…3O1žZµäU28•áз‹2fX’ òARûˆ|9’XWôôüG Twdªi{““ÀÖ×%AU|*ï_,Ò™N†.\àŠa2 ß¿ù¿Y2L±Yf‰eÂþµûæ-›ñ'ßsÝ8ÄŒV±îèSÝÉæºc²”éŒÌÐ(¤Æx#»o×ÎÊ&«—mUlýدää|ËÄhp!"—‰Ëò3 FÎÌ,ñÿžS·€™]Oï—Ìê±Í‹g\¤ì/! ÛB/më—_8;e†– ¼ÙxIª!ùLέi»a§%h8 §ÃK–  &K¬Çvi÷6¶ñgÀ·q° šÀwrÜ,pD +ØŠ’shó_~=nòeF tK•N·ñD`Nîv8á|ïèžeÌBÓ Áß-Œ’«í„àëä*#Y’èx4¸R¶¨ˆàðlA°L9ÊS8Õ"?våÌñûÝcÕ¸ˆà’˜ ç›ôÍ(œ©Î9ßÑ?/cÚ„ÙttœÇ«Ó 1A¾àÖÕ¡ßÚY +§0X Iy›€´}à\-š?~J±º@ñw¿ßÕ[ ð;‰Í•Y÷çQ’q'.øè1¸?Gyk ‡CÙyh®Ë¼qG€}ï1J(Py]+¡D=|4ÆÛM¨A#j@Èí… ^«ÆÆ%iÈ a[hÍA¦6Ǫ§ðaWm¶ýÙèÜ€ +¦´Á¼­:ÄûÄ?¶%.b#Ço=’O³ÁZûƺò¶ò’rpƒµM×{~-¤N¬ó¿ÓAw~I/…@ÉrJÂ4ZÇkçUueueÈ]<쥪kOÀ¿A"<5ÐZ³ZŒ ü+À¤Ý¦h+Iʘ0§+¿TWÓ1Ú›Î9kPªº|‹57”øqí0„‚˜RÚxñÃÈÕkUÖkÿ—,æ±/àå +/¤L€ªÅT]•"<í…ùßùÇÔÁKrð2rðÎã(ò8Òk×t }\Tû#uiö}I£Ä1ÇÜÞÖ6B1ËÓÖžpÊKÍÕPÌ*ÀƒÃ}»(Ð +$lÄ…§auÊì Æ%³N?ÜÎÉøD˜Z0«¼?¶åbV+¦Gý‡åPOL üéÀ6;tø ´\˜ð”HgñÀ²/œbÍàö?»æÚ· 'ɯŸY·'$à )gÛÕg·ûÓoÍ[f‰÷«Ïï·o¯‡S'X‚:D‘¤‹Bò%ÐÐæ€hÖÇYø‚.çLË +ä?dˆº(SÔÕy·½‹?m&¿¡0¯YL? ÒO‹ç…û’É 5¿í®ÆC'œ•NÁ"Fœ±o€Ú¤'{ðÞùòdõ­K#º¿˜WÄ”ÙǦb È¿Tq)1*!’TñìŸ^K‰ªmû¥oIÚ´ùî’ä¦iO¸.?6ù†WèÍ£ˆÇúT¤ö ÚÌËüð¡ßæ”"‡£\Soš®®@rÂéêÕ_¼à7ñ“8:zåN„š¡°)‰šg,Íb +s>žÂ:€o™z&BÆS~àRx¢7ÀźÚUÃv–«=ƒéõùŒÐBéus%±ÂJGÒxå×› uçS¾H…tz ¦ƒÒ®º>׿¼@”Dÿ‚b,Š8&5(0 LR°•_n ÔÁ’ÀטÂD‘WÞ]UWp&À6—ܦðjï»P[;¢c±‚]^¬š–æILÄeË&lu2»;vÄEb*Ì©ªzf7ðd×%d(Ç1jž$Z~vçS{ %Ù‰¯ÇIU¥jšI™)àãÕŽ¾F¨Bé[×eŸW5µzoM€¬ës¨Áˆíüå1øÚñÈñCÏ–&…`$ô´Ã|³nÝ*/UMA©‚¨¸›¨•Î£Œlâ<óW¾(Ž×Aܨ.‡å¯ûcï.º¨Õ–ˆ£x÷•’n=Iw +¤Âi,Lí +ãÓ©AR3¿ËĽp+ÌÀ{DöøÔß©Œà=i¹ßðœK6ˆ•œ'¼D/ÄJ9@Š½ÍrBl¬½ü°”¸`J ¶h”âŒÎÁɾ@D;r¨œÀi© y¦!•ÂúòçsY«‘( G 6JŽg€—þ²4ò¦êMÓ±¦l²G,þ£×]ý»YGÉf‚MHê’/“¡ò2|•‰a¶0¥ˆua ÒBÜ(L4ŠtI¢K É°aO + ^´Kc‚–™=¥Heèl> endobj +285 0 obj << +/Type /Annot +/Border[0 0 1]/H/I/C[1 0 0] +/Rect [237.804 677.03 244.778 687.974] +/Subtype /Link +/A << /S /GoTo /D (table.5) >> +>> endobj +290 0 obj << +/Type /Annot +/Border[0 0 1]/H/I/C[1 0 0] +/Rect [372.518 472.796 379.492 483.74] +/Subtype /Link +/A << /S /GoTo /D (table.1) >> +>> endobj +294 0 obj << +/D [292 0 R /XYZ 90 729 null] +>> endobj +295 0 obj << +/D [292 0 R /XYZ 90 729 null] +>> endobj +296 0 obj << +/D [292 0 R /XYZ 90 678.026 null] +>> endobj +297 0 obj << +/D [292 0 R /XYZ 90 646.146 null] +>> endobj +298 0 obj << +/D [292 0 R /XYZ 90 614.208 null] +>> endobj +299 0 obj << +/D [292 0 R /XYZ 90 569.433 null] +>> endobj +300 0 obj << +/D [292 0 R /XYZ 90 511.65 null] +>> endobj +301 0 obj << +/D [292 0 R /XYZ 90 492.327 null] +>> endobj +302 0 obj << +/D [292 0 R /XYZ 90 473.792 null] +>> endobj +303 0 obj << +/D [292 0 R /XYZ 90 430.938 null] +>> endobj +304 0 obj << +/D [292 0 R /XYZ 90 384.128 null] +>> endobj +38 0 obj << +/D [292 0 R /XYZ 90 336.557 null] +>> endobj +291 0 obj << +/Font << /F39 232 0 R /F47 267 0 R /F37 237 0 R /F57 269 0 R /F38 231 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +307 0 obj << +/Length 3178 +/Filter /FlateDecode +>> +stream +xÚÍœ[sܶÇßõ)8íL³Û©`Ü/éKÄöØqëÖVœ¶qÚ®´²víÕź¥N3îWï ¸&ˆ‹ˆ‡¾èBQÜóÿ<çûçâæ¤ÁÍ“=œøþaÀw܆†´0Âbš£Ó½~ÄÍþø¬ÁˆÝüÔžzÚh…7ðã¦yµ÷—kp„áR3D4]N—H1å®ñÕÁÞƒÇ ^…Isð¶!Ì {%(æÍÁ²ùaöz¾Oéì|Õ³ïçû’ÎÁW2{ÞþüjþãÁ³½G½x(hÑø>ñ ¹HM‘Ñl)檔‹P °T¶\(F”ÉF*‚°Ô[2 «ýÁcÞ?‘dˆ‚ öÏ`;gPĉÜ9c„_qÜíÜ F&JÉ¢‘‚#*å6ê7T(x³¡—ÄRdCÉ òp¾ÈñìaO©´F‘P´ÎÌ` + ãî™uÂ:É` ´Àp·#(Ž?À€¤™˜Æ€ÀÏœ7X(C?›#ÀŽõ¦ÈLIPšÐSGèq„P±º!!a ÂðUf æmžoã¿IB¸I2¸± °¦c(—À©˜É*¹D@Îf 2•K2¥ }„„–‰*V $’”W™(Ba$¹ãpéï#¥›}(ÖDû‰ŒÜHr[Õý‰è2‰é f HqÖÎ%!U¬2@Šk¤õô’,`¾­gÃÉdiõ&Ótˆ/3 Bfó‰Œ@,€ÙŸˆ:³ ŠQd+bsP4ûaÌ⤠Hð½Ñ&gºa{c*{c2!Uª2 +Š'uʼZ+œâÍ>¤òž I;Ïú Ÿç0$Žá/€ÅꇹÑHªJs 3$KþÇÉ œÄp 76m±q å4„Æêt\Kd„ëé†q±ÎíÎÖÈ"8Š¥p@% ˜ÔÁõŽR×:ž'iœ§—çn qP, 29—uŠ>‡RƵ_H¥»ŸEºûY¼p^D0K.Ôí5¨÷Z¨Ûæ¦"§ >Zí:ƒj¾…è8–H0>m „KD ÅsBô[Œ¯ÚÍŽ§í×'íöÇŸF·?ˆFÐçÞ#–!¸‹_"‰„iÓþäù‰m á 3¾ûœuvsuÛ–9jïe«ÝÝ/²Ap9‡,Ú&Á"ÒM\tšÓm‰qþå‡ìErê’dzS +IíÜÑâl¹Åp¸>[†ntE²Ööü,8Ž°(2d!2S7ž…ÄÈøÅÍíú +¦S³“E’Z%Aü.B¡XÂ3T +œCõñ{‰·‹9Á³“í¬Xe Hï¢ý3‚¢XÇ…}1nê   +R?ñb»Tƒü«á†ÉM+§!fæ=¬ß$‘ý#‚¬XïÈUS"Ápÿ<ŸÌ÷©À³ôôù´ÈH)˜Gpkà ZCÕUpPÃ12Œã<#ÝP>œómwR®hR5euê5…šCýãáH|÷ÇtbI£ø2B 8ü!HÓשº*ðËŠåâl›Xà˜1v½N´»PûŽT¥Þá¥[ÞKx)8òÓ"BÛÓ•¹×Û"Ðí+¸€ƒúK;Š`/f6ÄÎ4Rò>½s;i~!³<¿9ܸeüÎ Qƒ$6^ÝÿÛè@W»]®lG'=<¿ O1ÛáðÀ‹aªê ”[Ì]çñ¯c›)?oW«/£¡kѵåm§v|lPGšvÄ>eí9GørÅCh ˜jSLLF\²8<¼<žSÍÊâz}~–̪HÂøo„D±Œ •IZ…Z+”Û§<ÞlÖWë«$_O\Ï•+BPÐR–o™‡!(‰4s ÇÅñåú|™.­(‡A¤¿(0ØS°—ðz{ +ãö*Ü<˾B¬Bûö‚°*öÛðö™åëv§æÅήÍΪ¡9²G¶=hvv—ˆÃ¢iŠ±ÅË1¶$‰U0¶P;Ì®¯å}°Ât7]rZ>0Š´ê6'ßGNp¶tâ§;[¼vs‰ýý*Cü*­þÛˆúûW:ñŒ+^}ß·r’’Ö~Ñ>Á±Ò‰¯àXñâ)´‚½u’1ô'Cÿ$"‚Å˯aG±«4ùÑÚQ°èl9[ƒD¿?vóâ,MæWgi2/ÇÉLq¨td*8TÜÄh*w»µIõGiñGñÌ'ø +æ/¾ï=9²«ƒŒ;ã(ãÎø:‚`‚«¤CPÁUâÀÚÜø½ÙwiõïÒâßEÄOpƒt⧻A¼ö¾ä]ÆпËúgõ÷wxtâ+8<|NP˜ìö Ù3ÈȉŸ2r"¬i„Íó†‡Süá§Fß»qíÁpé¶kDÿ…Á’Ë4½Ãc›,w[è:Íëõ8¬)V‹‡ƒµãðÂâaXîð*‡VÆ}÷}× H‡«‚Äãê;@â[{v'7½Ã‹qK•‡µL³úk„Õ§HǪ‚SijêE +Y­r`e̬¿EhM0”t´AŠV)æœÁi~»ól—V`™÷ïà XIþïVÅ:¬GÆTAÅûMÎët…ËHØ×í¥q¥ÃɈŠ*+aÅÍú8·Qgô=9ù÷`\}yèùÃE¶iëW’þ͘¤úŒ„ºŒˆ/< ^r¤T•Z RÆÕêe¥±ÿ&"¿8ô€|Ȳ˜W©½ ê –4»±ÍHygñÅÄCÚd¸J1ePuÅô"-þ"-þ""¾8ð€xÈ›BV©Œ$´«ÿ"câÿ9"¿8ô¡|jŠog«Ç·påî0-þ0­ýp\{qÜé6±©Rî(ä{B\¹;ÌùÃŒ‘ÿ*¢¾8ô€|H›LT)w2>S®Ü¦ÕŸ¦ÅŸFÄÏ’¤J¹ƒ¶£}º© ûcZüÇ´øñÅÄ3Œ´®Rì(È`êý #fä]—i—ÅÁëG©Rð(ä|â·±6iñ›´øMD|qàCñ2'ÇU +Åö1-WðnÓâoÓâoÇÅ—¯aµ:]»Q.%PûVùvoSòî15g´uºÊx¿ç* æmL©¨ÉaUj!‘ájá•Û!ÀšöS¬Hrï Úiz÷(CªTÅ:¬ S¥p¨”È쉒!þ*"¾8ð€xH¿\T)œj÷†ÂŒž)£eZEÄ>4šØkXp¾ÑdÜîc‰Òp×æØ} òöAµÏãâ„ÂRSV±ûØ'Æhk¦ Ú}¶†r_»7©“ì>žXŽÝ'I¬‚݇ ÅÙ®ßçÃÈ=ÞÙÜûü{£Tû¹Åû·^Ì^žèíþ3 ýÍ +endstream +endobj +306 0 obj << +/Type /Page +/Contents 307 0 R +/Resources 305 0 R +/MediaBox [0 0 612 792] +/Parent 238 0 R +>> endobj +308 0 obj << +/D [306 0 R /XYZ 90 729 null] +>> endobj +271 0 obj << +/D [306 0 R /XYZ 260.934 114.794 null] +>> endobj +305 0 obj << +/Font << /F39 232 0 R /F57 269 0 R /F47 267 0 R /F37 237 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +314 0 obj << +/Length 4005 +/Filter /FlateDecode +>> +stream +xÚ•]“¤¶ñÝ¿bg«ötHHâ;e;qª’JÊ÷pU¹<0Àìâc`ŒÏ“”+=Ýê †™]¿Ì€¤–ZýýAôðü=üé«hõÿÇ_½ÿ!Î2‘Ye>d¤„6ñC"3ÅÉÇòáŸ;)ÿõá/ÔƒQ”Âcô ¤Ô"‹’à?ß)íÆ—Š†îÜüü)ŠTSµù‘ßË®è©íFzxÉU´ûåQš]µÚ©¬2Úåç†×V¸ê×±j‡ºkŸh¬æ¹š7ÎO§ª-«R<¾‹¥žÐÎÅ /X¢v-:ªÆ'¤\~E‚ÈŠ(µD‚ áS_ú®¨†¡ëù.}í·ÎŸÍ.¯[zûR/«ëv}ý\·yspÅ—w™§á?™Êˆyjµ(YbW˜Û4Ò,™T"d $FÀaúÒLÀAxÿâ82ÐêçúQæã‡RÀVÌ¢¡šáŠ—ªøŒ›"`Ó® àSSõØ\hîÐõûº,«vz¥µŒ¼G¦ÁõÓµìÚD ºþLc³;ú_Ë£qûÃvïÐÉR{üƉqŒ6eK Âød±°Æ†`É2€ °ñbbV:eXðÛŸIvæ»L0óêÎmgç©Y]ýÖOwn«u&b¯n;V¿¾r](‘hÂy̽Ên«šµR( °éïþK=¬MÅZ[B›pª’•pð3oѧø ÆÐj%beúd=á­^é“]qÏ.õ &ÉúÀè•bÙŒ eÅûœnCç“ßž^°Õ.ueÊ$×hΫ 7Ù¡@fGѵ#˜´aæƵè˜HÄh„E·h.Så×¼ÅÊ`XAj˜«ÝÁYûh÷íañp$íË»XÉ$F¦^Û"¬b¡å6b·¼Ž£ÙBN²èÁÊHhÍ"òÁÑ<©ožÁâ/G|] +ÌØÔÏ­»^Êê KÀ½,ÄbäÉË©nŸiAÕ÷]Ï[ìÑŒy‘#_ʲïäW{~é;ÆáÐu 80GN-S«— á2ŒÕ‘€`Ù©êGônlj3;ßØd‰ÐYL7Î{ÜEg,Þð@„Ì5]Q§»¼-i*ozÞGФ×Іé®ÈžD¶Œ ½q"!ù~ÃG¹óÈÀÎá~Wžò)ˆv?às9tܘ·Eõį‡M"¤Z­‚AŸ»þ31ÍÈ]Y÷U1vý…æëáž³çmTný~èŽÕûSŦžpRq&Ò8~¢S½öι`#DœéôWqyíÀ4‚(ɬO¼sNjDdWâýë'§…’ÉÛOŠ¥ÀÓ„#ã[ÎK¬PkFsWNˆ·ù=fj™ˆ8¾ÉÌ7`*&"“…;ôաꙫݦ\&RÐB,A„V´tv¥0:˜Àµ šúR“¦¦»½×оÊÇI¡Y·JÐ PI@‰,®çøì4 ›!`Íýk×WžHúÜ?êh÷´]Q<y˜˜TytŠ…èw?CB˜Tؘ)q蚦CT¿°‡¹›ºýìó‚ªÆÈc.ÔA¶à O´]9-j}|_ú(@ƒê¡®È)QÏŽÍa@>% +C“’• ©&W[V¿´s\KP‹4™œZ=c©1î†w›oe*ׇ&‰H³É‘¾ûeË¿+‘é—t§ñÚ±³8MNM~YxL Ùó¶çãÞŒ¼-oƒümŒN + aâóN" àïb ~Ê^FÈÇw2Š¢ÝßûGð~ ”øäsßÕ4U€§‘+8j¸¡¦j5dÂØe`â«tQí +§BMçô÷![I{¤3ØŒ‡dÙý~Rs5-³Àœû‘ö›Ceå]¿ñI<ÔíÉ)<ÌÎ+cRZD +nNžKíˆK>^Ö +ëNy?ò(ýˆgwèŽûåêä .|¸º’ÒZa#¾ùÌù>o‡¦†ðmiØÛµûv¥± JO%¥!ÕQ:†óÀ÷Ùä&¥v>.@ëãuVâI½é‰ÔÑ”y9¯q§žPä,ß{ŸuMÚ”c,¸„“Ï”p¥ÀÓIK¶Jƒ|©]½‡FúÇxI ö p¬ò–‡oah8UEíRQx)ºã˜ÄK +ïÈCØ nsÉæ»k1p¦6 Û'x+FàZG"‰‚rUkòZ ƒò‘ž0ÂëÏ…ãGc+w æ*CüÄ1Îüýçôdw47hg‡ùÕ«ˆò둵Þ_ÁŸÀàådNWÎM«D$†“Žá|‚Ë«îBÏ>•î¸PV@T?U©šÚ­Æ3³Á®Æ‚#âM>9÷¸ª¥ål +~‡”¥*çù¸üÒÇÍJG©Hspóä „ñ<ŒôÔÅù„‚bš%Žò0܃†§=O!ŽCÕÛQÁ‡·`áɽãì³£À³wÌ|E +ðß`&wb?È,xÍàZßl¹Î´J!ú_aªvt›$ Öe¦H¿EÙ83hoO]ˆ÷b¸MSô‚ÿîzøPvÅù¶ý k rqα,ò;ÎZá'oC›IðRƒL1Ÿ”I®ÐÄ…*‡¸:Ùìƒc Ê̶ĕÆfá–Ÿ"%ù–USÑ ôþ)2QåNN‘fHnùSã ã'ÕÊèXh©Û3’pâÓ}×ðæ[ؘÆ¢Õÿ÷ +6Ó"mÖT1rS)ã;ßQÊ$"w€þ­ wgCrº6sÁA]œW€áS> ùsE/Î(!ÌlNqÇ—îì¼^B…ZUYƒrcØ{_ºž·bÓ>Ÿð52ä­ caIc ´J$ ÝéÔ\f3Ú­Ì)èEÝoÔ$'”Íexþ™,–sèŒëº¬ÙûÍ”]x[ Væìû -›Â2¹Û\îF>{ü©n‹»ån©EjuôšŒK¥„E©ZQâ¡)øÒèÞÐC8ÖÁkCf5¼¡‘Ù¬ºWrQz´Ad#3z &2’Ë -°'ùEZ†}|¢r4Ò™q›Œ}Ë,×dðï؃ôQ¿>±EúÄ! ,IU{‡ªÁ¨ÔÍÒÞ`Ó Ùئ.ïyžD +'‚=ÎVràu¥.1Ð6“AíÏUâüùÙ—Ømbñ¨"‰t~â2Á\{È|ÀE\€IŠ5Ó¹0W-Ro,9 $Ûýc»À:‹K÷‰Ì0rn›š2ßæâË€a¹ÕÁçs9Ä_®ž•¥Z)H(½«rŠJf‰Ól×VT¿÷Úš­{OóRV}˪o¯r|1àAÑ0s•I꣕cÙGÆ`a=2$àP>ÔœÊ^;3Àâ‰ajÂÍKŽC½s•Ö»¸,2 ‘ùb†²¾ÑJš‚ ) Xã%#Ãf3» +ì#ƒ º„+y• +I}¨k|ú¸¿L¶)q}›‚»}Yã¿¿ÝD_Cë©þ±B‚Ôð{ÑV¿mí!“žÝ4è*ƒàÒWøþVù¢–N Rq;[Ö¥Ûƒ)}P%k™Ô»¬æò²ôÙœaZ¶(ú!Xé’]µÌ0§<Ðø±xd껳ª':X$ˆp¯3cæÓšß[.ßyŠèEÒH@ÀG9u`Hö £DˆÃÁm>Q™?ÁRÔ<Ä1p¨(/¢Ùƒ‡Y/ãhƒ—ù {}{bº8–ˆ{f;ÂZÞä¦À-¯¯c ®pIú'ï+Ÿ»«–4úŠ“CŠÚ„ß'.CÞŸ{`Ȇ¼&"JVòº*G€ ®r e+2S³«î¿ó}ÕTùà(¹jƒ; âíÀNÌ<$©k5»ß,Š.!±xfÀÛÈ)é[¦€ÍÊÆD†;;æÁëpjœ„ÂÚ¦sÂͱ<º&²üÁÞè+âí¹7Î8a^JÎf§^õña–VÓ«ÐBfVXÅᲯ›„ß”¬˜Î]ž˜¬e`W ·-­ Ô`ûa35÷î$tã0‚Ü3èAlN¬ 7¥kþTâöç}Ç®ôÅòéû¹ÍR¸ïBö÷â·õö‹vòý£¼æLxøOZ¤Õ"Ñœ±ð·BØ9dȾríþ±Zö¯ðÇniÅÁRíÑ'wŸÝ¬ècþs«à²0¶,ÊÞ ŒÈd¢ÿÆْؖÿ­ÃŒIlV‡!Çúö-G™ ­›_IH2Ž^ª*ß›IÔ{_O1+9É}‰ÄK¦rv×þ|n‹q¸îN[Ïœ®<s÷hƒ +,³Sõnàƒ·)èGJÝÕ|çDè8 Û¼3;o©?¦F“@++Àà?ÈÒ@+ߤþ›HìŽ.Aîæaz_EE›ºÎÊâ…¼§ÏÁMzÕßJ§LøÏ7D”G™øÎi4 ÛWãÊL–Gü´`жòK*“.Ú‰ûó5ï3Ž!,$Ü/Kæc&Žó}æs8ûÏ%¼ÀMÙ@)¦U=¡-âjˆ«=çÃòÔtÆ2¡#×±õtGh3ßï›<‚ÔúQ$>‘›Ð3;ÙDãÚbUî‘ +Ò–Í"4î!Ü 1øGñJ€£eÓ&„ò(Ÿš¼¨¦ôñöÑ1öoSnò)–öµÃ FÿY'èl2GpòÒÁ¸™hÇ”£w6G‹ÞhÀiãåÍ,µÙš{™±µ¾>ÁÖJÖÊÅcw” CßzGtX}lÔ–«/‹òÉ× ÀךsÛ¼ÔM®œìê2Úºó½A> çc5\¯¼á]-ËðâséIcaÀÄ‚ï”’ù•K¿ÿðÕÿ$Çä +endstream +endobj +313 0 obj << +/Type /Page +/Contents 314 0 R +/Resources 312 0 R +/MediaBox [0 0 612 792] +/Parent 319 0 R +/Annots [ 309 0 R 310 0 R ] +>> endobj +309 0 obj << +/Type /Annot +/Border[0 0 1]/H/I/C[1 0 0] +/Rect [155.165 148.637 162.139 159.58] +/Subtype /Link +/A << /S /GoTo /D (table.5) >> +>> endobj +310 0 obj << +/Type /Annot +/Border[0 0 1]/H/I/C[1 0 0] +/Rect [400.597 103.805 407.451 114.748] +/Subtype /Link +/A << /S /GoTo /D (table.5) >> +>> endobj +315 0 obj << +/D [313 0 R /XYZ 90 729 null] +>> endobj +316 0 obj << +/D [313 0 R /XYZ 90 729 null] +>> endobj +317 0 obj << +/D [313 0 R /XYZ 90 703.929 null] +>> endobj +318 0 obj << +/D [313 0 R /XYZ 90 661.115 null] +>> endobj +42 0 obj << +/D [313 0 R /XYZ 90 522.926 null] +>> endobj +312 0 obj << +/Font << /F39 232 0 R /F47 267 0 R /F38 231 0 R /F37 237 0 R /F51 270 0 R /F57 269 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +326 0 obj << +/Length 4884 +/Filter /FlateDecode +>> +stream +xÚÅ\mä¸qþ~¿bâ‡`†ÇwŠÈ‡x}¹‹$€ƒÄxCÓ­ÙÖZKêÝŒ÷ßSÅIT«¥^ÀF¾lk$²X$‹UO½péÝÇ;z÷¯_ÑðûÛ§¯¾ù^Ø;K¬æúîéåŽJ3øFïØc’Xjî ³„ +s÷tºûÓ®¬E[Ôýý#×t÷éžÓ]sÏÕîsQÝÿ÷Ó¿}ó½2×ÈC·)¹ÜwºÎCÆ Sirÿ(¤Ü= ÏÄ¡l‹}_"Ÿî™Úž¦L ô¸Dg:%ø›cYÊ N¸Q„ê,íù€ˆ]ùâ99wÅ!¼:»°F¯À]q¼öÇ5îD&ˆ¸à®*?nð&©&–Í—¶>¬ %¹„¦l6TÝÜ0˜Êå³=Ù7§ Ø…½y_¸i£ ¢ŒR˜ ëótŸÑ]þ\áÒ(ºSþç¥iýCîªÒ-$<5/þwßÔ?žë}ß…v0O÷ЋÄ)||m›Ã–ßÿUÖ +Â9ðdͧÚ,A2Ãc³Ss(¶ÎÒŒê#Ï$É´½{d± öž:ökëaŒIïd0J¬Ñqí”!Fª;ÁùQa½ŸŽ¥›¡\~÷ºû\öûc…¥‘(Œ°$û¢ëü2çÆÿþÎñä‘ɇ@¦<•U>6](¦M™²yu5§”2Å ÓžaügT0çÞÿÇ+ÌçåžÁƶ^ +¯€Z'r@9›k0m$áTyÊïóºû©-ûÇ®ó²§v(õj—÷ç¶p" ƒ~;•2øÖ†¦û¶È{/Pz÷Ò6'ÿú˜W/ ™]SçN;»A;ÔšãµþíkÓu%€0$ž÷~<K‡HkF`Þ~6ÿo§†2bŽÍL°gÛ­p¬¾àðX§MÌÏ¡©@»@?›t’!"ýoøôÈmÝLh];„‰²Êî´äDð I¿¯a Ûå‡CÙ—û‹úo×U=ׄ>¥÷ó&ä¡Þ2D–8;IOBÈšY¡ ëµH»ü²1Œ`œÐ9‡‡¢…Ðm‡çÓèÝ¿¡†ò:‘V´e†ßß„þ¸2¾Õt$hÉ E2Rîd›””&Ä $±¥¤&%ùr¶¦ÀSø¿½ß°}÷±êÂÞ=þSœï!¼~‹*fÔÎñPr <…Cé… OOôcíV žÝ°׶ŠK40œûu¾ßóü×z”sF¤ž±âT ` Xø"°”Qb쌙Ù)¼Æ ¬:aR¤}˺ëÛsÐAYT=æÂ*eÁ*eÁŒùVñݸºÆ©’ë{&Ir>¡ i»ƒuh>Öå_×V€e ‡pSJ[ûÀ2KT¦fÇ9ç~ðá ݃ºw{$½:Iæ—¦ØÆÕ²ÒåŸ@Šë¦÷-žÃf#õOÁ>Ø]dBß×s ¨èýî =?HÃRRA¤a“¹HÛVÖ}YÄ¿¸›¼¸ƒçÀ|lâ·Ÿ¡ð{ŸOyôo¼mxtËŒRÛ¾ùwn–‘ 7Qøú>öǶ9 D+ï¢xÓÃY¶†ðz¨âá0·Bo©y¡‰³ÞeíyùC•ûGpƒÉé¨ æe„ƒ½r½¾»˜*5#Á®&Äð´›vÕ”€ +VörNÝÛ鹩~zÓ®h +X`yZÿ>ôÆÀä§#´ÐC¿àA¼ÛË&eéXO3+Ń³º±^à”Ï3ܹ5»÷™†Ixý¢¢L<=ÀÀzMb¢‚«¬t¶©pSØSFhwáÐÉ7ãW@‡ÇˆîÜQè»â xžè„{ý*º´òœX54¼â~"Œ23bl›X`?®) ‘ $)áìHâžÐ%$ º[Ë-$9É@‰ýÍ(ñk”nG·’¸Û +€òÜê;Ž½A¸ÿ¸.©‚gD€SšôY‘ÔôT +Ð&í‹ŠJ?¿g»D~¼oä¬6x.Ž9:…ŸJ´)ø=AÕØÄÉÇë +^*Îfˆ\Ô!´õHдÀ°ŽåJ9|ÿrn½ýÄ?ƒ-7оU ~Y:ò\ ¯®—ðK;?¬m + —Ë£±­ÑÀÓQÖÜ>šhÀ8[o“ÀžX9íüV ,åfyX±0ì#ZÊAxÕâÏÊÏÔɵ É?‚:Ä>×*0°Ÿ¢v&§s²ñìÿÃ’͈eYl1¥£ +éB-~&|®ŠþöÿôQ¡›÷Ÿß¾[bƒÍõØ߇×/äCüøˆC/ȵœ©©à{t@ßU`¯ê¼/ª·{­VÓðHÚ}M¸§cs&Hb‘töN® +®-üž@Ñ‚Ýÿ„¡4Xî1¸Ð0ß·k?¡˜‹$'Ãy‰ùÇ N…aN€“®«š Õ*íðsÌË…Ûç_öÙv£bm›AÐɹ}›%xÈ™NÙ!~ÙÞU]ó0.e M^ˆtP×w`=ŸÁT&ÁØ-ñÁ§05! +Ä e)Ñ<Á­mdXeX¯¤o-“«ÒÆP Æí¹îáLù’o™JùJeG*P%RnÉÊ0¦f–d'?÷ @ïrŸWÕÛbLZ‚¦C¬ãð㹋æI|¹!iX f&ë…çÖëe‚¡ûÃtká(+?ñS²½àd/ ýÀõ„žt‹[¶S~Íþ|*"Ï ÷Ñkj=s:ÆÌÚÛsA$ã7{ C‚n%sdù9R ™aKüÚ°¥ßmŸG‡{Ÿ&9|hÓ.Á_-jÌB†À€û=”Ýä­÷Õh:†l“Z@W«IŒš”Û+ÉÏé,¥óÍfý6°£¶ °æC]K~NSÏŒM{º8s1Öxªæǃr:<†”ÚSrW~CVk¶ŸeUÌòwUÞ÷±o؇Кœœ’Ñ»÷ç×צ IªY3YðÐaT-îãElQƦל(‘Y#!ÝÑØ<1#¼>42IñÂk… fr÷= +ƒ'xécñùéµr‘Î,AøBnk€Àa¾”›°‘ lùBDÒ?d¿¢»8,:IR$Ýþ¹ßòu#Lë¤FÄ‹<¬8²×‡”ÊG`§½?*·Õ˜û±I·µ4"®´>^Ïý ‘)`<úì?õ‹åàÙD‘ëK/‘ø…RÄJ·§¦v¯ø ¿þµÓQøðzt¯Å~tÒáÅçƒDØ3_•ƒi´)7TZÉÝ_ÓnëSØ6mm:Î-e"Ë\ +kÚ1œ ‰€UÞŽ@K€æüÔ‹Iú³Aý¯þ×n"³Dfé\Vö£“*‹õ +…ÛaÎ}¤‡‹]Ýø¿]Ï¿êÃ+ÉÁ6çÓ³ ·ÀËx:–,½¤cÞ°A/|Mú­î'·Òe„Ò‘nÚP°oRÏz.XÈ°HÝÙÉ3,Ê3*T|ŸûW›€>U ñ¿ %XÓI½'µèuÀ1qÂåxpAéirj?B„lrúðSÙÅ4¢Ç¾¬ p¡?¤—lÒÉœžKð}ËÆåqT<ú +²êSÙ$Í5s6V  .©bÙ§t5ȹ +¥lb‚àÛÌoî+º¦ºÛ‰ýÌ3@M§Ãƒ‚67¤ó1úšö"ìWÉZ¦]~ªóÍŒ>#°ñ#1?9·µ0åɺkç»ÖKKÁèš­˜¤Qóµ[9/)ì‚‹ò%kÞ’2z¾où¦a„ãh͵Õø\:‘†y"ô¼\#¨"ŠÆÔÿ f×ä“g€bõÂûæ„ânGç]¹Çǵ¢ +f)ÑL;š¯U@`K¬ùHF[ò95ÎsÛ&‰-QR’Á²©/“¨JYZ;2†Øò”à¯6U6f g\<¬LEŒš­#ß<˜pÈÄl¿4º ™ ŒÎxûfÓ.Àa±2í4dóQ2 +¿¢“ƒiUéðÚãyx: pÜ¿wšÜªŒÃkE¥`!ȈËÄÂTH¬(ë?ãÆw¹¨ŠÑIž–Ñ µc3%¿P$l°´rðq[TÆK§7#†©ÃÀU‚Ò=±àD?ðEEœ.íHò’ +¬I6`Y˜œP‹…SX~«g¬-‹ +Ç@ÞÑ<½È–fCæp,ì Á/§©–¹žû4†X.gqˆãÛëÛKB<*¾ 1RZK3Øä[²  šD,\ع2ŽX™„Qé á'P-}ÛTþ#ˆ˜85wÒø"Gø¶=!“T¹Ñ1Yp©æÆ 4wáó„ÏÅè!¸TFò[H¢2Fµ=%4'pËÑ\ÝKæâð÷›Ÿx£øקòÖÉ$xȟ˪ìC3_›»lp$þ‰.ê}Õt1à]ÿ!hêI|½¨Ú½æm_îÏUÞV!(t(êØqR@‡! ¢ÿ\l¤‹1!RVRI¼^/'Óž1°hÙÓÁ¦âº ˜0ƒIgDàM¬BÎ_@Þá²Åª|Þ#pq 8(/\&\Ù÷‹Í“õ¼ˆ&ó)Üãyˆ—÷o¯¡Qî†ã‘ÒÊ·ÃëàÔV³ªšÆ‡IaxÝ(™Nj9¼[+}Ihi˜HIŽáõi(ÃéÔß&Ó_s€­«Iè>nµtõI§°ô£Ûðè6,ÚR¦`âžpº\`ÃAIµÑ?Os­‡òSñˆÿ,Ùr+‡~¯ŽÅÛ ¶GÐ0ƒ‚ÿîðé^Ã>Püš,1Ê` Óø¸e=19!6 ÉÑ굤»?TEÞƒÖ/E›â'Z‰î@6gù‚SÓÆÚ¦#ªÎlØC.Ü5™ÔöùóRI9l¾–üKJÊ#¡›.uhXÀÒXWnŒáF‚Ž‚ýLºL¹¿Z ~Ÿ2,í¸tmÌÈ´B­Ê±ˆV(©Ð•¡~Ç2Ú¡ÇÚ%8çÚ¦¬|½u?ëšéŒ¬¡Ì÷>ÃæáÜÿÌ2`xT8Ž +æWÛYl…ù:ý¦•û›(U~ý– nÕsö\Æå«ÙÂ]SÖ%$àãm 0ÓÍa.O‡Æ[’¡?•3go={X´r™äL\«L$ÔòS~%9úIÆUåO{ECsi7ò5Ø[x5¥29S+ãc­FyÒübL@ÆâǗ¹&¹ß¯Åe†IÓ”¯·± 4rºz¯¯E(ˆ[Ę)DìáQ†s«ÚCÈׇҥ[]¥¼7•3‡³º¤ËIÿõ¯º²ÍsrÜ0~ŒŸ´YJá!`‰Þóm þßÝàƒu"øŸ‹ïÄìk62l.¿ÂdðN¯Aƒ'ÖPÞ0µ3rWxìfµó,“n“XjDR«òÂPÔ)å<É^‚N’,íX†õ›¤6Bý€»÷w-ªËðf¦nÖòèx—‡.ܳhº¬pçÕ=–ƒé\ | M0ü:ùt +>U^èí£‡¢ô€ÎüÍ9±aÆ„ÁD”H™ýóF™Ö_[øštšš…áôð¬šsLã ´×·ÆŸ³<0ï³ +ÈIøGM‚ËÚX‚³˜ Èf]ðò3î + ôBíB†ÞýøiYD¸0æ^]KP¦v,³¾&‡â\”ÇKÌóèJ28 |,[®JÐ2‡?'ð^šUl¸>‘ÂKØåj4å—À®”Ü-à =šŽÕ›ÃUà–…ª%|¦»£“—it:@ ÔìÇ«‘ðÅyW"ËAƒQ¶DrÍLÐY@ôŠáDÃìÎÀéò¨ÊÙºˆ…™añ’šê5ªì +A€¨kö‰ÕQæõ¾Hn²ú;±õ²~Úz9LØ‚«Ö_N:¥ÿÑ€ç+ÞÌLº/ó¡Ü!ê+ó[¹]ñ—3À«bøˆ¹®p¸—q¥Î¨Nÿ«ˆŒX5h¦æ& à’«:p¨]dLpb›ñ°‰É˜´Dg³néU@W&ïŒ\Ùœƒ‚Lkëñ—çðÙ{fð‹W Ãc$¶²Èz à²jøz¢T3êppäªâñÓkW/3pcéÙk•ïçuHâRz°x&ß·eïR. +ï’½4í¼Øf:‰jBÐ ÄìØTñ–üJzrëÉd «ùî¿B™X ÒŠ–^«ýû€ÿSÈÈøú¥}÷°uí¢é@:˜¸ïbwÊlÚ`íå®yéÁ¿®(üpŠÔÁšÙÿâ ‰ˆwŸQ Üó#ä’9ׇµÖsX3‹Œ0Ê5v»¶_…Üý2ÿ¹;6ç*ô~iªj4übRi:ÈpÓ^>–þ>©]Õ |:x„V8ë>ðü,+ªÜ=glCõ:ÕCCX=&bá$_ Ÿ7t@_€ž°ÁXØÕ,éøÝÓWÿÁ{ +endstream +endobj +325 0 obj << +/Type /Page +/Contents 326 0 R +/Resources 324 0 R +/MediaBox [0 0 612 792] +/Parent 319 0 R +/Annots [ 311 0 R 320 0 R 321 0 R 322 0 R 323 0 R ] +>> endobj +311 0 obj << +/Type /Annot +/Border[0 0 1]/H/I/C[1 0 0] +/Rect [138.289 702.933 145.263 713.877] +/Subtype /Link +/A << /S /GoTo /D (table.5) >> +>> endobj +320 0 obj << +/Type /Annot +/Border[0 0 1]/H/I/C[1 0 0] +/Rect [113.91 658.101 120.884 669.045] +/Subtype /Link +/A << /S /GoTo /D (table.5) >> +>> endobj +321 0 obj << +/Type /Annot +/Border[0 0 1]/H/I/C[1 0 0] +/Rect [187.472 385.98 194.485 396.981] +/Subtype /Link +/A << /S /GoTo /D (table.5) >> +>> endobj +322 0 obj << +/Type /Annot +/Border[0 0 1]/H/I/C[1 0 0] +/Rect [513.472 283.027 520.486 294.365] +/Subtype /Link +/A << /S /GoTo /D (table.5) >> +>> endobj +323 0 obj << +/Type /Annot +/Border[0 0 1]/H/I/C[1 0 0] +/Rect [408.692 212.687 423.138 225.34] +/Subtype /Link +/A << /S /GoTo /D (subsection.7.3) >> +>> endobj +327 0 obj << +/D [325 0 R /XYZ 90 729 null] +>> endobj +324 0 obj << +/Font << /F39 232 0 R /F57 269 0 R /F47 267 0 R /F38 231 0 R /F14 328 0 R /F37 237 0 R /F8 235 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +332 0 obj << +/Length 3405 +/Filter /FlateDecode +>> +stream +xÚ½Z[ÛÆ~ϯУ^1sçÐH]'©S$Mƒ ÙâàJÜ•j‰THÊŽmø¿÷›9ÃËp¹Ò¢@û²âgÎœ9×ïœ![Ü/ØâÏ_°ðûÍÍ_~'³E–dF˜ÅÍÝ‚'ŒY¼c ¾à\%K)Ï&ÓÅÍañër×\­„N—yÛæëm±¹vÿfËâŠëå}rõÏ›@1S쨥i’)SûínÅÂ&)‹O¸”‹› ^üËËÄX½ ¿º«¿¾›<ƶÛ&•ñFÉÕJJµ¼ÙvüÓ¯Y–Õ•ÐË÷4Øn zØwWœ-óÓ¾¥i·Å6¿lùnWÕ4¥º›¬9Öű®ÖEÓ`ŠbË ™[·ìȸɞ{5'"eT¢ÌDD/ß­«òߧrÝ63gI–š©¾˜I˜5´|³«‹u»s‡|çt䘕b¹Íz¸-Š’žv‡ã¾8e[lÜ_¶½¨‹]Ù´y–Òñ€{²»êˆU§öèŠçCÑn«“;Ë ÷°f]y¹9'­ LŸâeY” ‘elH$™æd-uÑ­×3×»ðtWäí©.:[µ–háéáJB™!2:W+Î[þ\_q»¬Z'ÑòžÈÝ\ebYüÞâ4ã@ÿ}[•ÎÞ9[*êf‡ÏÛnÆFâ°zn’›Õ±qù‘÷»ýžžÖý.PoÝÒ`Þ½m½kþ†ïªS¹¡Ç]fÒÏŸH™îOîÙì5"aWiÆ$¬20öO“FÜ»‰v!¿¿Å:¦(áÓïHb¦šP|Ã'ž :ø®®Jg¸06ÅalW)[F§>äèᶧWbDqW{9i‘ƒF~å”"U´ÿDÐó©!sPÙç)ÆxLî«KnmÓD›4^tÞ‡S~j´äÅ…}üÀL™ÛûÝa×Âx'C¤ß—?ô@‚Î]ð ÜûS¦ ȇÙwUÙÒ´.øáÛ¢}O(ˆÐæå}O´Î×o½‘ÿ÷GuÊa)"… †ƒ[xšô»»/«ºè6ú0a6j³qÔf34ëâP¹s“Ïm:ßïü¾§ÞD<¿aLì)ìL}^[›p-éß9šÎ²¤±cé‚3™Y0ÓnÏY˜É%TLòÓ.ÕâÕÐËf›×‡üm‚؈rïjÜïÇÿ°yWÞsF/ó–~¹=¶/èñí©>Ÿ/D4•8póãåãŽGÒ_ÍÊ$EÜeA«½³e}àËÔ²:5¥% w±u^*V`÷˜f,‡ ˜BË„caDà‚¦ n;Y2Ü…¥°Hh– 032ÎHdègX’™ÓÅ„¥§ª~6ë2"HYWPº¼-Öù©éœ/µ^Ÿê¦s'$ãQ™a˜CÜFiOq.B¦I*x7áM˜Ä¦i7çÅ%"ãP7 ¸Ò‰²2`Ýa°Á«Ãm±Ùô°ào¢ÛBŸþOE"¬Ë¹Bàä\ 0s0oŸWˆÖ™u?ý»ü>dVøe̘É2–À–ܪá%Ð1k³©!e@ÍàAŒa‰Ö]8׺ çÍÙä'`à*&åÌÈècqÁ4N˜N3Í~Þç$NÓŒ3ƒ&ÑZ/T–%Vg´âU—ÝŠ'2›~ Êœˆ^òržØ?<ÓO‚Ëþ;'ŸósG +ìÇ~¡A–†1Ž=Y¦~²v‰6á}}i'Å£ÄD•10ƒ3¥.ÉL*¼¶æQ™…œ§/ˆp¨Ö#/8‡<•e‰ +¢Ñ|Ç !À߉ç'@}bø“Hb¦äœèEðÎÖ™L‰²™K7ÁWºÂ£ûEp¼;@ÑE_Ü ª¨Ê!JL°ÄX€¬C°ý‚!zÍX«P6‘p…ÿuç2F„Ù #ƒD-¾ÍHl&îw6šÇ° ù;Õ1ïø8ü±Þ…î +ξ ÉéçÛꀨYÔôß_«MQ—41äXŒ¾ßVWá±;¿ Yc…p ‚Õ!o×ÛÂímº +̈%pX]xŠ}<ôò E¿åDÑÌJ;š(0¢­çB¯à,I™½LÑMÌPÏECäÏN¾g–?Uåêñ#+Éô6Dujñ„# - +)ž@53óGÈ庽âËS8Æyý¶qcä²9­·4šõyxÞþv*šx]xŒ{Ú¼P¥‡F¹ßzБ` ¶¤Š_×ùínMÏåé€BkßPC3¯‹0÷ÔVŽÌ:ßï?ÐÐ`ᘸ äCëÍ°^uÂ"Æ!0T4¼Þ¢Ò/hQ<ùšNò½påsÙO:WæàÈ2CTeörÀ9­ÏYU=Gfk³nÊÅh`´EŸj,~¤¢z36V*Tßø^b‘¿í‹ +ê?°y’Ʀo3>©AìƒËØŒçbÚÑÂH¨*¹| e?½ÚœÖÃÚ͈ŒìwÞu\“µ!¡3‚wë¢n)·ãŸ¦€)—kš%¨£îæTeS•yÙúž“¬C¢ˆ”,€Y:´ftäÙ,î1i¯\b¯) ++3îJ™eûÞe5g±JX¤—]+Ü·ƒúQÄ#üÿ¡Ÿ2–FFr"ªN Eƒõ¡›èî (âãqº¥—éLßD²4Q:¸ûmÑ“ +J£Ž|ºü¾lÚ"œ¸¤Òe×a§Á`^…ºÈÉ»19èÃÛ|·ºƒOøð…WC' owwÓY4iSÑxY…ý(4íš6PFûÓª‰öòŽfd7mu™²#ÈïèýýT‡BW¤â¼3ŽŠý䤫{û˜(¨³*„™ÙÏ—r$g³VS¼gÈS™ô{Éâç$ÓTöQþÛ9qs߈íeÓA5²am¼åŒ›*jšgÊÄ3ÝDr䌈ijùÐoÉG¸ãñ"*K¤<ìöyMÿðU'ñ§2%œŽ1mðéó¶\ ÆØɪpß0rõÀ9‰ë]{¶å [8ZDºýôyÖÆêjWŒ5»pùÁ>æ_Ò£Bp•vb]m/´ôѨrsgí±•SUÏä1! ¸|ãŒ+¸èÇe¼äÙ…Js b¯çÿ4[®©jµÈ1à9ìÊMq,ð§l=*ÂK_ðê<8™@˜Æû¾tPàBaé +zÔѺ/ÏY>רe'û”ÕvÒ.áMV>øŒÀçzkBÁ€ãûN?Ž„–aI“ßúû;ŒPÈÉ5àŒd®Z…§ øå§Ê_ï(ˆrä¥VåüÖÄdž]ºbuGFÕ-ŠÀ ü¥ôŠá` »dG·”’n9êÒ*E69ý;±M 5Ð@”æÑå}Dð,½ØÈ¡š®ÙßÅÌ NDË>S>b‰q¦|` óå —8˜|K¡CuóËéx¬ê¶m?ö$)R×o½[Ø4‘•Œ*‹ûgÑF. r×(ë§QM#îøñT›q ~ïˆö£¯»*j|ƒq®íÅ‘ý‰>ÑÈì´ˆÊRàùuu_¢ðlhFS +zs®·/$„#ä°ñxo?jvÉ,ᨅbÖâæ…BM ¨ËÝzûqÛÌú×¥×t€C¾®«†Ž:ÔÍ}UzrŸ`¸’ ÕÇ •»j> J$KG7ÿxß~8vâ¡Æ&ìék2Wí§¦Í¥ETRÝeÿp—6¹¾ZÌ.ÎKCn`=Ïúu¥a”„6ʶkÊ“E<§Vö/-þÉë͸1Í] ªø“Ú´ºÂV¾ãÑ—õÝ>×£ û–nÒÔÅnq/¢9¸`1ÓØàHà½Ç^ÏS¾É6"ðw_üפø˜Ôö4KI˜„kAâÑU€Ô¨Ö5¿¤©¹OQÛ½¯â¯‚œX¥I‘²×û]ÐÊFÂC]t‚%BëäÓ¢æù¹T‹œãBVÄhöy})Ù¦Y‚Ô/½>·—Et`Y¼ 9]_å)*¸·Hlè%táü™•›xå¾*ïIjç·%Ü7a;yÐKêDàϘ €s@a†|©³Õ\w1¤M> endobj +333 0 obj << +/D [331 0 R /XYZ 90 729 null] +>> endobj +46 0 obj << +/D [331 0 R /XYZ 90 678.45 null] +>> endobj +50 0 obj << +/D [331 0 R /XYZ 90 547.541 null] +>> endobj +54 0 obj << +/D [331 0 R /XYZ 90 378.108 null] +>> endobj +58 0 obj << +/D [331 0 R /XYZ 90 195.03 null] +>> endobj +330 0 obj << +/Font << /F39 232 0 R /F37 237 0 R /F47 267 0 R /F38 231 0 R /F57 269 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +338 0 obj << +/Length 3185 +/Filter /FlateDecode +>> +stream +xÚ½ZmÛ6þÞ_aà¾ÈEÌò]Rp8 M›¢‡âZ4{@¦Èmë"K>IÞÍ^ÿ~Ã7YÔÊ–7íõCbJ"gÈáð™g†‹»^|÷v¿_ß}ñÕ–.R”J*wÛFiŸð‚,á(Åñ"&)Â,^Ü¿FªÊÖ¥Z®¨H¢nï§Ö5êíèKv8ª¦ÍªÜ=¶î×uËÖ¶qÈš÷K‚#ÕØç¢j;•å¡Ðlºï¶n–¿Ýýý«7"ž^K%â) ×q_˜QðÙvâ8ADèN Jcf;½£"6½Ò8Ž“Ò²CfçpÉ–œrOÂQh¹bTD?«­_KWÛß·jÓue"ÁJû9÷„%‰´Bucl£\uYQ¶öÁ +ÃѱQǦި¶­×­h´¶%Ìä~ID¤Z¤µô>²X%ˆËt±Ò–¡éâ.7–¡"ìEÆcÏ‘I «v«}{Ì@íKk'>Ü«~=‚Bw{Gß·zì„…¥I‚b)ÃÑ/®©KJ9¹¤îË}”Å(Nøíú(«È§êîoYM1}†6mž\R7·:Æ0)¹]ÓæñS}Yžß´B–b4ö™« +ÓQ>aÏVu¥ªvÝ~F!ç)<½]#ÅTL.±«oÒ)àüóä:û£sD±8ëTU™5;Õí 0îN]‡’&°›4”rÕ{0C‚ˆYµ_^×KSŠ8#c½€;<ÒAáÊî†RÆžN@ÿûuðiŠ$åáØêªïr$° üv}iPÌFc4¢ýTfEeWy 6‹ᨶ™ÜúvbX,µÆPô/VÞ¦>Àr­}:dΘe[ÛÖZÙ_ˆÉ¹m=ìU57¤$:XùÇŽhnCÂZuJ¹ˆ±n² ¸Ý4zƒ«FA²‰ -‚¾/ŽË•€˜òiÂŒ<†“Îüˆ)?„ &$yÿGˆ gyŸåÿ>µÝe¡"F‚ „{Lû-%(I þ½jª+†¼—=¹Œ p>tÁib9ÞUNÐ +»«¯ëSÕ»vxrt@º±ã§B¯šÂa¥1 %\…XŽ§Tvêx£Îƒé3t&I ÷c½oSÊl¬t¡}Ïà,'SFnÔööEsÐOÓ‘~:,úI“7 `6$ªN‡µjŠj7}ò!aFv|áú7Êr@ø/³€NH5*!Ì{tŒxô¨Újð-Û-a¤£¨%”NŽÄà*<øSb§P8¶êá ZKŠÝœŠÒ§Œ¦>íöþAMY^Sí´?ñ¹ºŸŠÍÀúϨà7Aˆ'ÒDÐdö@þºG_×,“>#†i4§ršÇ1JHÚ-ŽY³)Og {" ½è´¬Cö^M 3 ô¾Ã˜–j ”Bº5¼½)|öÙÈdLéÊ!0ÕñÔM…4ÃsܸpÀqJÛ”§\=›Z©¹çgÕ³Ç(ÆékX:˜!•Qg ÜÙ'›”Añh™¤,#¤,ÏMšo +H£ˆ§^s΄Q1µÊ…U&ƒ + +ô„N3p¨Š($–ñ-"¡'‡ˆtγÎUY‚ò);˜b/ü–5°P³|ÿÆú&46Ìkå¾Vu7IZøh,鵚6ʧ¬½»»2Œ-zn}ñÓ,*eGÿl'áŒ%[ƒ4®9Ø$!t%Sä(N¹×Õ¾ØZç§Ó=Ø{xò+×SwVCNn+DÔ0 ø†R0 ყÒ*€Lf¹"ëeƺ ç5ä²õÁ¶èeÁ蛨Ã0XLžX9¯¦Tê˜úÝlCòïËä}åB‚‡,oqÓñ•Šë±/8}éë?ôý¥.Ä'à “RS°ã2…þÔö5'_÷ U„50#R@XX“ 0¬ÇÁ I°TS]kiZÝ$Q—ÙZ‰ýåîDw&1Ó¯´Oꎠ)ÈaZûö\ÖÑO[‘ÞJý`%4Eß÷˜mÞƒ¸ÜQÆIôJ£á{ûôP€ ÿ©Rçò~c_­•/;¥r°àÈÒ—„ÚÓñX7öt â. +ÊGWÒ‰Ù©³ŸÚº<ù ÒÇm•µK),× Ñ«Ö~ÎìÏ!ë:Õ *‰¶ÚvÙ¦{ázú8»©«®©K§Lýçd¶ÆݾöÒ§ÎßsÀÎôéðÈÿ `ÄÞŸ.1D%±Ý½‚š€8†§@ð€W)ã[DBO}YˆôQŸ‘W0wÍFÇdÞl,è0W&¤}™íÈ4rA®}07T8z«¡u#Ò²è±>¹‘f×¼ + ~ ö¬¬›â¿j4Adíò›³ÃÏßé[ÈIV™PÄx®úårÅSø ÜÚPÁbD°NÞa̢п‚p>@4ó+þdÕæ«”—0ˆÌÂÑ:btêCgV?{c#j¡€žë lýTôÕãÒ‡7D1üI{ A£áÈêÛ4úyî2F×ÿÅhm`îÜí•ä:k¶G¨›|¢<\¼˜i*BáÍ’?Êçîl€p}²†C¦ˆk@µîzt3/8–{ä(CÁùÓ{¯é•/–;·…¿3ÝøH½v¡\c£Ú¶¯—;L<¨Í>«Šöà/`ÛMS¬}/ÏÌÛóå.†HN!ùÑ“”^ÝC£³J ¥Ð‰È8Ú¡—_Ÿý;pQ²[ÃcrWŒ<ô¯•úÛGTÛ]ÖµY÷iŠâŒd~ßÙ´°h_Øƾ֘ùD°¦û +öÚªÆð¸»é†ßV³&ëÜÛƒó>£SQ“rsïm§._µ  ûg›¦vÎ&šª%)À†U±Gu8NÝ×±ásÍË3Ÿ+9U*wêŠ~ýnuÛÃå™üŽÑÄ\£In®6EîiÖAgÀŸ"û0õ\÷´ò¸ÏZÀÙÜùÑÝÜÈn¯Fþ¬tÕÓ»iæâê¶.K;£ös|θœÚž-ý—çÇûd9ˆ3¹à­vügø耷§ÍÞ×Zúܽ©3ÿ¶O\-&¦Ñg0LêN;œîìØ+ý¬ó•ìrÀë9D3IÝL™c±z¦žÎcöìÞTË®!ÈhÇE$¦ãê„»4Ñe€þ[¶s Cã¤NHLª;.hð] ?õÕƒ7zÃkÍfY;åÂü!Œ¥Ô><Á&^vºÀšÄá°\ÝWÙn.LBîI‰GºX¤g-5[1fƒSÕÚ7ݾQî㶶ÌD:vy(ÊÂw³ ©jž“¥c0>M…ÆÛ°(kò‘˜Ç—šñèëú°Î Ó}aÿPçuVnN]—¹GWÑxb@ t,qðÀÁ²€# Á(½æî08¡ãI'šÕ)ט¸×fQðÛ_Úʬâèðº,€?›'@€ºÌÝÝ´Ã.†áõQ9Áí>;ö“ñ_T±Ûw­[ó‡ ©—¬ÿü¹2Bh6–fcÿ™p¶Ñm>6¼l¾}á&ËHaü®|<î]ï‡}aŽ<4­•×‡¢ê8ËCd¥S !¨í›¶±B¡ïùG„‚b»0¡|ØÄ‹][‡öUÈ î– ô鯹ø¨x¹^ºá²ýë­AàË«µµüDå ¢¤ìË-¤›½‡C_Ôè#“Û?,ú31ª¶‰aF÷Œ7Î5&æ,È(¿qÎÞÅff-Ãìï¬+븿Óνûÿ v†ŒmWh¯ž×úOD¦gÀÌùTºˆ8„¥?eŽªºTt¦7nÁOž1]œ«¾çä˜ëÅÃ)…ùkçÎùÙÇ Åô±ô•ƒjî{ÄgÔÙ“RÆ@ªÒ!Uk 8èóíÝÿ¸¶àã +endstream +endobj +337 0 obj << +/Type /Page +/Contents 338 0 R +/Resources 336 0 R +/MediaBox [0 0 612 792] +/Parent 319 0 R +/Annots [ 329 0 R 334 0 R 335 0 R ] +>> endobj +329 0 obj << +/Type /Annot +/Border[0 0 1]/H/I/C[1 0 0] +/Rect [494.896 715.884 509.093 726.828] +/Subtype /Link +/A << /S /GoTo /D (subsection.5.1) >> +>> endobj +334 0 obj << +/Type /Annot +/Border[0 0 1]/H/I/C[1 0 0] +/Rect [353.25 412.646 367.696 423.59] +/Subtype /Link +/A << /S /GoTo /D (subsection.5.2) >> +>> endobj +335 0 obj << +/Type /Annot +/Border[0 0 1]/H/I/C[1 0 0] +/Rect [208.026 204.084 215 214.275] +/Subtype /Link +/A << /S /GoTo /D (table.4) >> +>> endobj +339 0 obj << +/D [337 0 R /XYZ 90 729 null] +>> endobj +62 0 obj << +/D [337 0 R /XYZ 90 511.028 null] +>> endobj +66 0 obj << +/D [337 0 R /XYZ 90 296.333 null] +>> endobj +336 0 obj << +/Font << /F39 232 0 R /F57 269 0 R /F47 267 0 R /F38 231 0 R /F37 237 0 R /F51 270 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +342 0 obj << +/Length 3454 +/Filter /FlateDecode +>> +stream +xÚí[KãƾûWè¨vè~w37;ö ‚d¯â( 5CD¢Æ¤Æ›Íbÿ{¾~QÝEjœ —ÝUÕÕõøªØCV+²úÝWdôûíû¯¾~ËËUY”Š©ÕûÝŠUnVš–ázõþaõ×õOŒÉ»¿½ÿÃ0ïë·B'“L!T‰~0åâ¡}®Û¶~®ö7â¡dÁ¤ˆãûÍiûT÷w÷L’õé~Ÿjñ'OÅ]¿«[±»£d]šý'K~EŠÒ€YÑUIVš‚³zõ÷žŽ^7ûæç—ú½3ëÍqÿ.«öÁ°Ï²±þ¦ªž½tÉØuóøtêýMÕ…¡ÏÝñáe[‡1/}Ó>úyý 3«.¼øã U”ʶzò & aÁ°éñÍ„“5 †½bb´p§™,çg`XêÂ(í‡|?V6¾ šæ„>x¡Õ¶;öÅÝ=g|ýçTAMïY„$» Œ.¨ œŽ›SÕ´N1B¬±áOöŠ¯k\ÕzÜùgvçÝr3‹ ¡¥Qåä­ÉꜚÓç/ªJ%cBª”#ñºŽØ¿B}ɱ99ÓX`ȱ‘º ¼;¶§ûíSÕ>zÁò·ÇÃFâ4LÔú[oŒÐGÓý$:äƒEÔáõØÍТ`Ñš¢¶6»ImÁ nÐ6/ ©T>V[Tš¼ä¸Ùõu×ÔýG(‡Afó­N(‹:‘4uPºîêŸ_šÎ»([Wþ!Ô¹iÚêÔÛ0eçC`aƒ»ÓèÕ#²qCÞøáýËö) ï”­¨‹oKŸ7cŠ’ª‹Á7SŸÌ)78¸!k-%BMí/†¸&³€§âÅ°l™®V®¹c¬©Oפ\7­ÿ}·¯âeT8Eü¢b‘‚>*ƒ0Zh)sé?¼IöE†@3£b^Š¢DÔÌèù¬³Ù]‰”çPÉ Y–ù\«›ëì„°M§Ø5§%v +ÙTó|®³æ2f& û½£rýK­öQyƒ?Ø]Gxç:ØÓùÂ6ј}p±ÝÖ}_[²Ï`òÔ«6·n÷P÷Û®ÙĹÕæhEúÅþ©¸týC=–¹æ…‘4—õ¡þ@¬YpzÁL¡„­ôØyiv/]ȸiZíC|xk~Iê$Àj&YZ Š¬xt÷mu°ox– †ÀÙûëïjËÙ¥6Ú(*ø-;1ìJ£¿™˜P0e V=ÞYè•STð,í’Š ,#ùa4,ÖiÊ]6AcHÓÓc¨­Œ‘‚Ï,(šcK*ói² ü=>‰ +nú‹ÝPÒ™>ª +±#ÃF„ì4牨ʱnƒ×û]œ-¢­¹À.‡T^íNÞ†ÅRE +~Z³|¶ç;Ï‘"ÉÀ}²y.59Ý©õIÒ PNË`€Ø ÁõMM _JUæìÇX„ pL’² ÍÓM†ôCQ¸d„>x¡c~çÞë}ów»í³ˆ’ŠB¡j¸P«¥¹só;ûe¡5Bž©mí¼Q[òKÆ0JËûó_ãÏ_®–Ï \ð)QÆÍýj°Úÿ¾´.BÛKœ}ä aÄ9ö!A`³2åˆý|`KÅ·…cÙü!гþ±ûäH1†Ð ÚÑn_ ÂÐ6ã?nyšX£\cB¤ˆ(#d»ŒŠå„>KpÈîú9+Ûç7@"ªîØáìø¯÷¯hߤŸ»8Š·!xŸK2?A!Ú7®ÕÛ¾%9öwtÝøÛ¹+´2Ž¥äýc’‘Hq¹p“X È€Ô $´(,*#•/‡Öz­…s&U`¥{hÛeÛti4ͧÅïTÉwƼ®üƒçºEX4k™àõ»8#öÏpéÎù¹0,ϬÙW›}Þ÷þµÏTßÎ4Þì§t§Í–øÐ>/…:ä[ۯΦ¹ók–»KÀVžp<ÄΉ:C| ½…äD”8g)DÃ9³7°ŠyBñ,Rf£"I‘Sr–Sfp¹Ò¸X•‘‹r§R”]G<š4F–a6G.,¹qŠÇ¶¯ìN“+SpjòÉîЪ‰ŸØMðOۗɾµëø…ÝœÅ=a×H¶L¼<ÑME åÅžE> endobj +343 0 obj << +/D [341 0 R /XYZ 90 729 null] +>> endobj +70 0 obj << +/D [341 0 R /XYZ 90 567.757 null] +>> endobj +74 0 obj << +/D [341 0 R /XYZ 90 455.802 null] +>> endobj +78 0 obj << +/D [341 0 R /XYZ 90 343.847 null] +>> endobj +82 0 obj << +/D [341 0 R /XYZ 90 231.892 null] +>> endobj +340 0 obj << +/Font << /F39 232 0 R /F47 267 0 R /F38 231 0 R /F51 270 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +346 0 obj << +/Length 3701 +/Filter /FlateDecode +>> +stream +xÚ½ZY“ÜÆ ~÷¯˜¼qª´ûâáTª²¶¤D‰+Ö:Q*ʇäî0âc’7®ü÷|Ý9ä,µGUÊ/C}  ?Ýln6Áæ_üüæê«ç¯T¼ÂOŒ‘›«ëMl"‘øŠ6WùæŸ^è›í…‚À{Q\§CÕo/¤±[a¼O[xi½ý×ÕŸ6èã'Q² |¡5ý MäÚ.ДÄö1µ¥7iëÚ¤ô!1,óa¯¤uj +¤ ^m¥ñššÅù˜à;;Æ-'‚ °«ÑoB½‘¾Ñ Íp9õš-ZùI(6³nWNã'±£GÆý¥£‡¾Ž73ê{’âûºº…$‚Y$›óÊÐr°º ¡ó`#¬ŠÃDù*†*–×¾Àx¥¬R¥U*~F¥ò¡¤+ãÆi¥hÜLO§ÉmOË%‡ôf‹)Ûå”:öÃD?fJôLÂx9%[RÓìczã– ½cÛ8Ç(ó¢£ææØ—MÝ‘Nt4ÓÉ(‰4Ú7±Zοk»ôöMÊ +Írä³ûX% ±¥U6ô}ú3Í£ÏL©È—I²PÇ´*bÂ6±x«Fi1àXÔñ‰_ˆè |Ð1å>²–ÆnLÔ¬¥µñÏýÌi/(_ +}ÎNc{å÷ðµ4°+äÄó‹f~ÄÓÞKü82ËÁ]–Qâ¥={þ nûã%kÚ¶èŽM—õ ‘® áæÃÇÞyqíЗ „¦.üí…R¿fÊ&a^ÅažrãÐY.÷(»R[õÍóA(ßg€¹:ŒÐþ¹6Àá%™ÃaQu¡êÄÛ¹sSÖ5é¤æšžSŸ¼É†Cᔄ¯²£g7\[ý2+Ñ +½(!¼?6–ú™QsíVÎ'4kÏÏ<õ粪xº= ¤¯*í1ŽøÕ£8#çQžggr~ÚM€@FNF‰»8œ„³žÎ¡çÚZƒv#°ž¡^j¹œÒA;÷ŒgF²0-Þè‡û^²¶€rl0„:‡¾9¤} g©¸¹k<"K9*¸/§yc5ï4>Rì“í0úzí‹4·UÂûû¾¨©âN>dåVx®›e6d{zëýÜwÖ(¡ð¾›ü6\ ˜y½Ó12†Ð ñ±.}˜å gH3ùy`ü8ÐK]Y©O†ÆF瘺¼­ž&YŽ´èœHï[šDù¼uUÎjÝ«»(ˆ‰@*»£$²„ÑGÓßß^>€ríîb Ã0£ªŒòê¦=¤'°-»­„SõÌe5¿ +0³Å“§Š&¡(™ˆuÑØ-±¹­gZÊ ?ðõy_º½K& 5вMwUáÀ?ä,M'èÂGsšƒëk¬}áqVÍYâ˜ibŒ±o][üº'[Ú÷Ó° ™B@Ìc·O °¹°˜-¹úxÍ—Ü?­\·cÓuånäÖ35Û§õÍHÛw˜œ ¼»»Ø9B«ò ùûÝ 6ß8˜¢*ÌmëôPV·9W…wÍ+$ofã¯DE~ŒôsVÁ +£˜š‡¥SÈ€±œûfm¹#Õjö5.ßV"„L6&4»E7ìº"›™¦$%å½n Îö ¥uZݺ¨g©vK¸Œ1ˆO:œ©•ÆzØmq§b¶¦@R.«¡#kCáò<œöôN^$]åˆŠØ Q³tãL,óêÚtäËhQ%Æsû'§m{¤¥²ß_Õ3îŠ`O© ºÚ#CRtìʺ<”ÿ)NER ®ñ:À'³JÍP÷î„*F·Ѐ`ô)q»²€àÁƒ&AQÛ#Pr˜ŽÍuÓ¯. ¤%šÚUPIähÚ$ULdlùšÈ£@D˜€ŸEÚV¥Ûè6fr®…³ l½£Õ³K‰ÜAi•Õ >V¤;ë©–f ÊëQ&—;Þ2•@“š¬ºøðáκ¥ðUÈ6Nó¼´®â*ÈÐØÚ²ÂÜyÙõHh-èg©Úa@Z:ÿBŸ~ìüöÕ7ÔNÊÕ«7D±¨R<`×ô{"#ûØíIö릺=N]ò~ßË…¢]‹ Øÿ®"r‹û±.Š×/ ±?Èp´Q≅Z<†Î†²Ûm´´mZŠiŸÓö¬«&Í©*sÑ~¸4 ÝÞÎS ×ɺpË½È±Ñ ºp.Ú¯ß2Ϋ0©¿¶J{¨¨ãpq¶-¼K«l©‚“²-uÏgý‡šwÜVìJç¾øv©³²)k[ž|ŽgsnG9êÐq¨S‚“9´^‘‚²8; Á7K]½l;Mp~ºLXžeÚ»¹\ìåö"”Þ+ü +ïÍC‡¡¨ye,–ȇ¸† ª£äLÅO኉–ÀAnÚôp'²¶ŒBß(öØ=i x\Cá˜æ˜¥½éPÑŒÈ§Ç c_iÃð4ÔQó±fËÙ²Û4­xŽqÈãÔM[Þ”5aºöð ëGÞÝ©÷øzò;ØâêY +£Bå.#¨Ús@•VSuc•r~NÅñÙPÙW\RµÅOCÙrʧŸ¶H"gL´F 0æé6Ÿk¦ê㬌™g{Š²=uÊö‰xÏ…G Ý5Õ‚cþ©øÒŽ£uËúd×»:7äq£›ìù ÊO$Ï?U¿GÚü|­@àÚ¿˜ŒÃæ+YräØ>Ìã©Ú츾¡CwÜw!¨EHí¾ ù_"õ½;¢t£E{Æ— <>"kY;7 0êyʼn|1ý§BÅÚ,ï ³âˆ5 dzG>p h8 +ŠÆ`¤¾÷>lâ$Ø$æŒÝòß'ˆ&®/ŒðC~)r ©|!ÎfzOb[Ø»è¨j7Ñât8ä+Iw¼Èñ\7r™6¼ïöJZT’ŽsÄ+w¨rÖS‹d)ãêí•Š\T~Ĕ詢x9åøß'[‘ñyAã%Í3úÜù–ÛÄ|ÒIdä¹]B¾"­© +îÆ»ì¼<ö/—çs aÐÇt‚÷ëf<4¢ïõmÖAh¨ªýL§', ê=¼#Œ«§ÕuôµENáµ!²Ò§¯@'ÚÝ>/FòÿÀuWœã¦‘Å +Žƒü—> endobj +347 0 obj << +/D [345 0 R /XYZ 90 729 null] +>> endobj +86 0 obj << +/D [345 0 R /XYZ 90 729 null] +>> endobj +90 0 obj << +/D [345 0 R /XYZ 90 561.427 null] +>> endobj +94 0 obj << +/D [345 0 R /XYZ 90 231.445 null] +>> endobj +98 0 obj << +/D [345 0 R /XYZ 90 196.518 null] +>> endobj +344 0 obj << +/Font << /F38 231 0 R /F39 232 0 R /F47 267 0 R /F101 348 0 R /F37 237 0 R /F102 349 0 R /F51 270 0 R /F14 328 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +355 0 obj << +/Length 3698 +/Filter /FlateDecode +>> +stream +xÚ­[I“㶾ϯÐÍRÕˆ@€K.ñ$ÇNÙ©J܇Iy\¶ÈnÑæ¢ÔŒÛ®ü÷| Eh!»S}i‘XÞ¾ÍV+¶úëfÿ|÷æ_‡ÉŠó UJ¬îV)[Å< X¯îòÕë8›-gŒ­¿+›b³Š­8d»²yÜüt÷7lOWiF"¢Ý<`,h¶â)Jà Läꮤ¯Ž´=N×Ck÷4°u<ÝF°õÖLdMnúã}¿ëÊÃ`^wû¬ËvCÑõæ½}0û |Ul„Z¢?YCè ƒLÈU5ÂH†¡Áè£P±Y5A;ä2ˆ•òqÏ7Ùù CÄ\>$V¦IâƒüÈ·Tjß-ñ‰–¼xØp¶ÎŽÕ`¨¬ ÿiƒå¿~ùÈ«Š,ǹãÌP4xDd…A¡)Š\³2±2IÖ÷úˆx]6»®Èú"÷§å0Wë¢ìäÞnÚu-Í~Î-r‰‘~ ÷>ØlÃ4^ß™åiÖÄiIÆSEr¬‹U@Å<¼?òPÞ9 õ—ò° ˆRFA$Â3`Û̹RÒX|y®>lÈò…SgH¹á¡õuˆ$ÅL¸™ÿni ËP(Æ:M#c’ﮜJ®¶“EwúH¯¶"R˜ñ÷v<ÁÀdøƒÕX÷®m†®­zóf„«FõÓU¿@CbÀ3šP#“@{’zÄa¤U6a„–Ú÷—Ò€ áCù€Sa9iJMÜ7ïÙ†¯µŸ çüçc?Ø ƒ1Œ¨Žöºx[ÞBÊ %¶OO~†žM‘'Ï¡ù0²Rp@IöÂÈb™hÊ~ï(9tí®è{c4š23 óxì²Ãžì†‰õ·§i@§¯šy¨‚È @âÌÊF‹“ëÍa]þ:»ÂŒi#Åàmï)X$7`ÕŒ§£…Ú͞οæ:…€mu-ÂÃB%ùžõ›Àׄ ð϶Âúq(È5ýª½)‘k–08«Üràs9ìÍØímP!;á«°I 5y S¥S-ö¦…š"ýÁ]UÖ†Ša<ÊŒLµÕ嶶’„…"™>[Qcx¡Da·6÷l·k;ë¦ÉÈÛ3cYÃFÖBûîö¥õ uödº¢7A +Ï¥Ýu +›Ñ2¥A íbS½Q¶¿ +éÇMyê ¼Å•}P¯XN·´æDÏ5»þÆÎ{í ²¡7ë +h†äázoÈšDÁn#ÙZÏÊußVÇ¡lÉØh±Uÿ‚g`_Ìäú]CC|m8T宄ÌàDhÛ.kÌýCNⱡ˜L«}&~1h*ÔcJÐKÃfBF*<÷"Xá¨*®±P¥ ÒLÌú““Ú"j+#d貌ÕéŠ~$ÇXs^î JbÿŒ¼ˆ>Š_È%R$lÞîÞJ´·j¹dõ¡*ìˆÖÛÔjêIÉÎω! +TùG¾TqŒ ôadƒ9=/¨*Ò1N“©8°;á±K?ëvúò7“A§¿ò2MLºPÏ'™&^œágUßÚiçÅÊfNj‘ +ìÛC%/>eMö˜ueÐO×#krJ “ &6N!XìßU°M6ÕÓ&RkëÁÿëúé Wñp‘—Œ‹ Ì€ØF2¢p†‘s-xÇBé–'W²±(:éÆ!뮜.PeUëÀwÎ=ß[}¨²]aƒ]6œ¹óÂ…Aç„Ç™Ñ@ßÚ•DIíÎ1NBT…#¿¦9PP?‹õ¯ ­év]uºJÂ.CËÃ÷¶¶ t¢õç½{ÊÌÏÔ¡àuŸõæ¡mª§+Âös $ÉÜ?í¦¬½ +ú‹ÞN/cp5ÐÁ­ezE¨ë̽ÔHTÍÓ½ÝR«:æ…§ôÄYÓMRdŠàŸˆÐ"'ì†Ò§‰ºBœq‘5£½û3E‚NWm?Fô¬.‡1ê g_îöæÑ¥\c¤¸BSçP×ÒnÏ"(”Ö¹ÌQeyÎà«Êø{/û²õaxò ¸öî ÿ«&Œê,`qêcpÛŽ‘(˜õ[Žõàˆ±ç“Ž° ãmwEËfýä ü¶vëwtØj¢t…a„¶¡óÍÓæ•Q²ÜÊ‘* ×»¸›eg¨âà)¼-ϲ4Ž* ‘ÎÛˆôKöH9©\KÜ §Úä!äÓ:󋈭ç¸. )ÑG%¦yÛí-ËBë< ØÆ>=tmm×ìíС- ‚Ü'ýTV‰N£l½GfêXjœþQü¦®UôCÖô¿tåà¼ýÆ3EDÀ¥ig¤É\¿‰GYGâw­ã1*UÈð ±2Üé’êÌêÚããÞ0o.f’È3ä¾ÜkÆ-&pס:£«ÉçNK ‹ghÙ´Ï:Ngê Ó¼ìŠÝPžòÿÞF€ÑóÅT.¶äe¿;ö½óíNÆ=Ahm`S¿©ˆL]_H×þ‰ôTLÀ˜NËðÛšLÐI…+a1>˜:†3÷дgð4ih fÌØâæɼõCW ;½šB2Ø–ígÊQLÚ…0ׂR|춥âE”ÅaÈî+‹ÆØ;#]pršr¸ºÇ"ßvåã^¡÷¨b"ëÍ€qJCÃœäa4L\§QKQ_Œ«ë·¦’º'BŽƒY¦ËZZpèÚü¸+Ìè¡u§˜j·7Ã6 ½-5¡J*bt‰F»ºÖw +IWºfT­QHÐý¡Ø•YU«%ð0¿Æÿãáq¢}: 4ÔN’^&¼U­Ž×z¼>´G-`IÎËÈÍTÒ¨Æ/TŒP°°Ü»U.<‘†C5°2ëžÎôç­Î0…² ›®X#[!ä‡ÏEѸ"ÃuJžªŠ4¦Ÿ nÊ7iƒÛ_²ƒ­Ä'­"¶þ +…‚yúš˜È»†:ÂßgÄãÚ%Àõ!Çð”‰ß€õ0µ" ÙN–™Þ‘ÒVŒñXEÓl`ÝdôƒÍБÈê^ì|¯‘¸R»19Eä­éºÊšÇ£Q¼ÕPaSÉ +{]"Òéغ`2H¼#î³{²ÚuQ-à&Dp•ú»Ç0NìöÀÒ=ŸE¸Y3±¯Fn!"´‘†ŒÌtS4¡êo¯#ÏJ®Ý€(]†ÒÃÓqŠ#ßäʇTöΪS1@¸¶°kZ­åð×Q7r¤… ±ÌÛ½ÄûÓî0 +`{»è8÷‰œ½Ê:ƒL](ʾ6s¦Â‡[£þG]ÀÇçf‚Bˆöéú{ê×ôsW6Q„\þ ]-B†¨mòrrÿJ¤>€ù0/ªC’ʵ3A~Ñ53'{V…ä•Å6‹‡4±JŠõûc×J]vã­žÜÄ7°~´ZŠ§Ç¢)ºÌð¯÷Ú7†Î‡Ó~”us4…`ƒˆ¹Ñ4´y¶¤¦9ˆ©±¿Ù¶qrçpùˆÊxè²¼Ôn¼Â«4Æúì +ÃE=y%dÃ[ÀµÛ˜m²×Ì2¾5¥“)$yµrºî³Ú>5x²KM‹b²ªF8Ûëü$27Y¦NÝ/»·©ìÌÅYU©ó_ºõ°‘—+P¼þkÃ)Íž¥ÊÍ"<éžç•Þ¡€»Ö(ÀÍÖD*ˆèÊmºåÙ +:ÊS®“gLi3ɼÝÉhmKÄ^+M sÚÆí8<È_>³0æÚ½ýÄ^á4 8ŒbŽ¬˜£SãĈÙ$Èdz”9:5›'ÜY w¾Üܪ¹¼úÆuŸâÔ6b.žÅÿšÇãÍɘ¶aL]ù›kº¹›» uêÛÀ«ÐiËøÅÅû»7ÿysºtúŠ$"ŒV»úÍ?±UŽIÒµ0MVŸõÒz…´)œ˜]­~xó3 2Õ?)`ÍÀÀj”×2² ÌÇ^‹Q&A!Õ¡ óØæ%.ñ”&Òm'Ë’Ÿ›OÝךJºñ òU0 “Dø˜Å·0ü³ÍÀ’¬- nwĘ¹zÒ:?™©Þ}{…’(¥ÎáË ¹”’€;–ᤒ°ñE)¡ŽBƒ¶XÒݼ^±QHÄ’EeÛá6Ë_ŒÖ%Ë‘°1Ô¯Âržè¾«F<\äyýn·!çõ‘q5ÃúW@pdýÁt‘÷ïûáûûî6÷_ŒÙ%÷ "¹d3‰Î"÷Q•ÄÎPå"÷³am"d ¿W3ÜC†jÑG³+ø!¡Kµ7øýÉ\Øqlfé¹â£Sÿ4'­Sr!-ž÷ú¶ÂSº>¶n@-ÛÊ··eôhyHq¾(£æÓœ}¼¯KŽÇH˜zûàq¤S0y´¶Çਞ©|ÍŒˆ^+¢)\,Šè}ÞÏÊèň]ægƒ±ågþ¶^‡9’ˆŽÑŠ+(ª\Û*ò“Æ?šmþîòå+7·§|ù”{Ž“ÏL‡yJáU,äÃ#1îwþ¦ˆSÌv¥ uÃWa-•Ia¬Ó'ÆRïÀ»§ Olyêhç¾0T™©ðú‘ó•w7‘¤AžLŸ…¯ì=à‚ù„‚†ŽºAœÚö.=ÔK ÉSòc'¡uÙ}¹[ú@æ&Ó3ŒçÛ,$]8ó+‡ž¾èX”QpòSPC{új¢kmï÷ó¾ üì®6wž5ÇúÞÍÎ~’‡—¸ßê¤x·@ ü iÔtsi?&> endobj +350 0 obj << +/Type /Annot +/Border[0 0 1]/H/I/C[1 0 0] +/Rect [505.94 443.723 520.486 454.724] +/Subtype /Link +/A << /S /GoTo /D (subsection.5.1) >> +>> endobj +351 0 obj << +/Type /Annot +/Border[0 0 1]/H/I/C[1 0 0] +/Rect [327.118 268.394 334.092 278.135] +/Subtype /Link +/A << /S /GoTo /D (table.2) >> +>> endobj +356 0 obj << +/D [354 0 R /XYZ 90 729 null] +>> endobj +102 0 obj << +/D [354 0 R /XYZ 90 729 null] +>> endobj +106 0 obj << +/D [354 0 R /XYZ 90 503.307 null] +>> endobj +110 0 obj << +/D [354 0 R /XYZ 90 378.4 null] +>> endobj +272 0 obj << +/D [354 0 R /XYZ 199.854 165.884 null] +>> endobj +353 0 obj << +/Font << /F38 231 0 R /F39 232 0 R /F47 267 0 R /F51 270 0 R /F37 237 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +360 0 obj << +/Length 3041 +/Filter /FlateDecode +>> +stream +xÚ­[KsãƾëWðXµš7>Eqi{½•J¬8®òú‘ …h”,»ö¿§ç¹¼¬†ƒ™~|ÝÓÏÖ3<ûû~õ÷·+ñŒÌ(aK2‹©B +“Ùbsõ˯x¶„‡ßÏ0b‰š=›¥›Q©XÁ¸˜ýxõ¯WD¨œÅ„#)ø1°š¡„+GâowWï?05KP"ÀÝ +H%ˆ³h)Dùìn9û%ú”.ê9QQ5ÿõîû«Û»€3ÃÄO.š ,eõ·é¶Í«r„q¢PÌÏà;=ÐàB|ô6`uªþ<ƒ3¤ÀgÂxzß´uºhËt“1Áy"°xÌ¡ÍM}3§BYV‡Mq2ÿŠRIÄäE@” +æ@“=ˆÛmV.ó߃xž£ö$ØÞÖ·«Ï˜Ÿâw2ë!|1EœÐËà ”$É¿ûü~ºó¸cro:ç[®ì1¿æ±ŠÖsÁDôå3Æòî0°' 6DV(Ä¥¸ ²’",ÈÙÅbØ“™!ø +Α ñe à +Ì ÎgõçI0î`¡é__n^»ÏÉl‡Ø1Œ0Ÿ:Û…b2㈈ °-ª²Íʶ™ï<ÆÁ E¸}úÍ`÷þC¯Œàˆ&@Ñ,¹¶Ï{´8Jõ ½¦bIg×RN=Œ‰yD‘€DQ(Û.s¯Î™DŒ‘/-š‰éLöãø…ìÓÖ¶ ÒHòi$O–cˆ$Jê2CP )­‡ä´3ž'Á8˜¡§‚y²Ãoš†PÉ)/Þü T«TÒ»q„„¨fë`ãNØÝ\áHÆù58bß̯A÷èSµÌêÒÎýºÛÜö]£©®olA®$–NÏ”ßDóÙh>†ƒØ“0¿ÒÚM7ù&/Ò9‰êâÅÍ<çíâ![Ú_meÿvˆèÞ]ªö\§0Ž‘Âq_sìø?BöÖ5)T‚ (lIŸFUáÊ æc0ùA®ƒë[xs©LDŸÔ;«y5ÛlÑæÐüDOsˆ€&E„LÅýÚ B‚Õ¥%p³ž蹶,§QkŒ¢™¦ò{ÛØŸË|5§2ZͯI”ÕzŽDUi O»‹ÜPm¡+wvM¶DÚ“˜3<̆‡_«ÊÑí¨l¼ËÁØ[†OZÉ´ÎÓ²µÖe`°ô/CÑxuœDÚ›îµ + Üf!"c@ÄbDEÏSmÒE]iqîÄ…I-®7\ @cbìÐ#1/EúD˜_KÝ¿„Óã;3¾5ãøBH’B@…ê“\iÓX¡,$ f‘­Z;•›7€wZ»ÁÃl³m›\s®¼¢<Ê—YjwU+;Ói Þ?.'úU¶ì‹tŸÞT;N(Ä™€†:éïÞ¦‹Ghdüxsîá7t[­æ˜õ(7¢"FpÀ2pŽºI = Îi›ÙEΨ¼„bðÙ¼Ì,¢àÒYÛÂ>»K?YÛyG¾ÉZ;°€ç+X–x`i¤oG³º¿²õ- ;~žCÌ­vÅÒS{Ôn!¦Ž„;ß Ô'1Á­úáFà )¡#êm^ã£RÇ@€“Šö)åudŠ£ç‡|ñ ‡2z΋ÂNnëj¹[dvú3¥Ì$J§J£Oõ\ŸÔK?jƒí6i ˸Ý`Î4<º-×EÞ8â{ûÀ“´\îiœ3ðãÍÎQߦå1ÊÏ ^RÈÞ\¿÷Ôª}ûGfõaž¥ k*úN›Sðè9³O!mmæbÑ2Ó·%¤®#ù‰$!Á÷¸½É^Tªß;ÀêQh«‘‰û‰@±Aû;« >Œ@MÈ_ñygµ·Î *7˜ΛÆ*ðrx¸Ýµv»¿÷œÈìeÄëSO¡ìáú-Nçv¸ÏMø“蹮ʵKIAASg¿ír›¶à—É{"Zeuf³MâÈÕŽ àÈrlõÇF¸âåäŠ3IûÒ~ãë{JE¢G«Z‚0U¯ïÏ°»Ø‡'ÁƒÍMí¶VSA–b¤éóîeeÐ`Ìp ¶7\ãOHˆ|L‘pÑvo®]ã<¡É +FaÚžÝqî+óæû@8p˜Í®é\ÃÎÔÙ2kòuiËB Vl*¿fUW;Û,êjG£«ˆ¾k;—ªóAÖÉ]VÖžî]ˆÑ´ÉÊÆAfKQÜs7ëÝ«ƒ»´0R–QeI\Í¡¢u5½1 r!ü¨ösâ —XGUm´'ÈÞËoŽEšØH2|K +bŒõ7j󫺹ù(®·åí5/ƒö“CïßÛ®­HcpSZ¾³hÈû`‘ÚD ÃãY8 Î_q1ßN•S59æ½[oç¢ÚlœS'Î7×¼ŒÆ-à.¥Ú§kÐNùâØþðÕ¸ýehëÁÒœ ='Þ¤þq£ÿB Êt™[ZÂ×vG6YšIP”ëéMúb÷nϾ3³à”nôâ7˜ù0ÖZaâ^Ût0ƒH™KæC¼%dÉýg/ïFhëïbˆ_à þçÇÃ$c†({’æhŽ;2%H ÷&¯”DÒïAnmȶBP½bª„N’ϮԪ1µKc$ =@} ®ÚäØ:3Œ&K ±œ¸×AcHÿÐñÜ·$úA¦ß¿pw y3&=¸_f>œ ƒ2ÌÇÝgLö‚uÁìÏ.3B{¢‰þ@”IïV@—Ø6dB훯LÀ¦ºæ_ùé~KjÓ3LwçFÿèºXø¥ $úŸK#Ä”ï@x•éœ÷üj—[R;‘ìQ&.õ«‡´\ÛØã²—=Z '¾ ÜoÔ9+(óA8Ôp̃¼|eûM꧖Õb·¥ïÚÆyÙ´éÂ-¿ùfô^æ•‹c¨3JhðÑÌ2[õ¾bøóO¯…n¾ËÝcnRTæiúå˘‰û4ïòÆ×WN÷Ü› wY\z»ÍÒºóÊ |zý‘JW:¡ŽV +^ÌÇë¡d ŠÜŽñ«l¾æ!z<#œÄ~£IæiãͤkÆ'ÝeV¶èX¢±VNAhó…š­Z¤m„õMYÑTvf[5Mînìdw1fÝÓÎ¥¶óQ¾9”ïoâšjWû®¬w|Ï%¼+Êè§9!pð +¨ór·¦­Ó²)r0Mêm+üAÎùáÀV»Ò]áåîÑñì 0èø¨!ð^Ÿúÿßp¤Ø%ŠÝx¿ŠúE[Õú(*i‚ä±²3Ä 1ò»ÿrwûó§ïÿûuVfu¾xÿäu?.Ó_šÿ«âò‰F£½ŠÍ‹ñâ,Ž‰“Ž„w?´,'oU £(Õí„äý`™7Õ&³ì›Ýz5­ Eû«Û°EÔZé›bâÈÞ[{{wõ)$îã +endstream +endobj +359 0 obj << +/Type /Page +/Contents 360 0 R +/Resources 358 0 R +/MediaBox [0 0 612 792] +/Parent 357 0 R +/Annots [ 352 0 R ] +>> endobj +352 0 obj << +/Type /Annot +/Border[0 0 1]/H/I/C[1 0 0] +/Rect [513.711 353.033 520.565 363.977] +/Subtype /Link +/A << /S /GoTo /D (table.3) >> +>> endobj +361 0 obj << +/D [359 0 R /XYZ 90 729 null] +>> endobj +273 0 obj << +/D [359 0 R /XYZ 277.398 412.592 null] +>> endobj +114 0 obj << +/D [359 0 R /XYZ 90 198.055 null] +>> endobj +358 0 obj << +/Font << /F38 231 0 R /F47 267 0 R /F37 237 0 R /F8 235 0 R /F39 232 0 R /F51 270 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +365 0 obj << +/Length 3961 +/Filter /FlateDecode +>> +stream +xÚÍZI“ãFv¾ëWðÈŠhB¹'à[4mË1Ö(4íp;Ü> HTB$@`·j:æ¿û{¹€H…*á $2_¾}Ëd›Ç Ûüów,üÿéãwßÅ¦È +#ÌæãÆeEŽOlÃ7ÛX^dLÚÍÇÓ濶_î„Þ–]]6C·ZlëÆÿïÛÓ©Âhv·“\oÿóŽs¶m/ácéfÉmuÇ·õðTuþõ|ü„S{¨?3&ªƒ?TôÖÔCÝ6a£¡õÿÏí¥ ‹Ê¸ù¡Ý_hwÿö™iV> Øä¿?þë÷4_¦Mi–iÁSÕ—²)Ë;‘o»:ëzxö€^b’fyƵN îÑi´ ¶2“±ÜøÉž6µ-ýß¹ÜÿV>Vþ¥}ðÿ‘nŒ¾6ŽÓùö×êTî«ðmx*Ï[p9@ëªs×oä¯õñ蟚vð}UÍ· X¼ÇýÃéÒsÀþ½"¡Ö\ 5…̸TžÐ¾:—]9TÇç;£·3]qû² õªwcÛ*ê F»ª¯•w:€±@/Ûöå),>Ô]µÚîÙ({?ü|}ª÷O‘Ö‰©˜œe<—žÔÚqEƒä²Û?yÅÖÛûgÏ«¿Œ*eÀ.™“Jñ‰C1…Á—\œ‡ö~]¹–YÎS>: ¯@¡¤\mŒµY¡¸Ÿòç9܈¬Ð&ôÉÉÉlj< Óz{,‡Á+ž†‰÷U¢)zT3½}‚=18;,ßU÷ôéR3à‡r(ïÐÈ7½í.MS7¯X¶”™²"¥âôÛPý~ì»uF*Ë2Åf h_ó$9Ϙ˜-ÂnOeÿôŠëà +Û©™æ4‰äH±ŒÍ„8S02(µ—²È³‚éÍNdBaÚa”­Êr{2ü)jt?tµç½s²™ß3cÀ溯Ê3ÉZ?’ÈT|ÌÀ{oŒƒ¢!o»½Š~(›CÙ¢U¦[û9ÑÄêÊ…VLC¾ŸÊgÿplûj´ø“ûúT›½œ»ò@’`–ϬA3ˆCBb +^Ø$Ö0e‰ÇÚ<åçéHI€Ì©ó|e›‡ˆDá…ð¼Z{ªÿ^ú!ïæÙÕíËóý0\‘ÌÂkþ«²¯«©Û +nÕU0‘™Ü‡Á}yÙù¶:.(¨P™ÑyœŠØ|9VÎ@Ý"z~4ÅæPõ{Ðî}Ý¡‚é,²°a¾á¾F Úq'„ͤ‚Ãt ¥üÎ63w;ÎÛþ{?=gvºRpk#®‡;6!w_š÷оí>,íy'e·*"ú7h :ë~­Àc„ÚªÙWá#å!Ã¥ZƇB D;‘i„ý~ P µÛM¦yÕð nÜ OìØd*ßLFƒ·ÍñÙe‹^f†µ6Y.B~ﳄUí»¶÷ÏME¡¼ôÑRnÚ¤ Ï窯†Á~¬(ñ©`ꪄa0'á7³a³ÏBÛ›Ä@@n0­òñŽ²Ë¤K¥½¤5/t +ò3<,È¿•]åºÖÛj?8 ·QÃeTÛîŸ`Œ1iêáXž•áÿk9G(}¼Ä]H—r#­¶m å½3(¸¾‰í³™ ´P~ÐÝ)¶¥¤ç!–=´.I3œ¯!^<•Í£ó4xq†Å%Ó4o«ØÞWPòjôú“LNKÐ$BÀõPM<= +†ƒ¨Ñ|ûÓ0ûŠŒÕïá^O„TH#M¨h0|éƒÃVvb¿#ë „(Äð¥ÏȨÍ‚ÕOéˆ^yd²rÂéÆo_?t"™WM£‘f(ñùŒ\¶$6!÷d® rdc(‹þ8šñÌ=# !ùRïpÍÉûy]ÛÌI2BÁª/ý»$¹Fx$µ@ ƒåûÞi°ïDò¥‡sYÿñõO µ3–'cfl¡‚ôŸ£–ª›ÁN<\/"Äp|ö#¨8Ž«<&N1‘lPžRñ6Ä'  f:c¼H±Fz$3v¶\>‡êoßU(ìü³÷ ÷c }o(øþvMP‚^¨z @Êðýéuä<›, œŠeÆýXñŽÌT!¸«í¯í©¼nYuå±_LE&‰²ÐF«=õ6³!ùÑQóÅQï=/ÂJ+ú‘><®qGeNã·ò18WZ‹‹ …L=[Æ2 eÜM?…@6ÉKÞwå}½÷Ï?’^±("JéL‰˜òþ¾¯Îä´r“èÜ:{Æ}¨Ä0•ûpvµøâŠ2| Þ°êÉkfdïlùU*4ÚûÁ‘†<]gpƒ¤òÁqúr$õQBº½Lb”2AWJk§B9`²Ì› y%¡âF¡¤J×ö_ë…>¡/ƒsÇÿJ˜FÙ ”q@t´±b*òB¦Û-†iÍ3Ž:ð 1SÚbF½×1`}µWŠùœHŠ7°Uj¨ã·lÝŸ^g«Ì©ƒ–¯ñõæ”ÃüªB Þ A]q‰tÛíe'-K5›Hùè?j¶sªL£*»ÑðõeIK¨’&·ÿ\(IÀB…M]³D‘aP½¾ žÀó2&|›„‘âÔÜŒ•ÛŸü×סï÷)‰¢7ý¯g1Ä~Æ2ÿAàBf)Yû1/Ø5L3׷۽ͮs¸Ü"]ìÛÖ¥ß]{ô/ð–±i§ž‹>ÕÓï!ډћ÷…jê i4|Ïm€ü²R¹àP5rÍÖ©§¥¹I‰ZÒ+•C]Dþ¹Íò”ÉP­w¡ ÓB‡e_-±ÞÈüøê$ËH¦]óš@QéáÉʲk/Í!6ÌC‰d’R( z˜Í‡¹®*ë'-|¤úõïiûþXQ¯4NòkÇMû›&{ù<ï2I‹  š*6Y|#•\X83©æ}¤+®Ì©æŸ•È,ŠµÐy‘³<Ïx.â´+'ÛMØH­ünXtÅ%¬‰êPBÄÚË°¦B#•JW¾Œèd;®8ÇÓ•ïn| 2.U¤ÿ‰×W!q³¬—Æ®‘@ù¤†þW"‘™,„Ã%gvÍuTÜrFïb0°Ef‘b¾$*fÅŒ…Þh‰iièò°Vs–Y©o%ò’_Ÿâ¢°HϨ«gb@$B((1¾ý@¸]Ó‡ Ι‰5.Uåé|ô§W|ìðýr,ãéÎìx $„šQ³ã‘I|(à÷xºÝ§°Éh®«¶VÒ#óçð³ âÜC{¬ÛW< +¬@9,žú hŒ qéºp,ÊÆ +Š… +êN'pïr¶m#ò¿‘†=öØÜE‚t†(Ö‹ÀCÝõ–@¯™Ê}Óű!µ¸q"H—ò1Oòmþ«·£¼ËþÉ—ýšg±]T +/)øÏY—õÙðTúWïv¾[¬¤ÓNŒ@^+Ó\n¯žJ˜/(äXÇ_> +L³H¤L’§›¥Ú.E5† DE.çÇ#$)3¦òÒ'ÏQȤ 穾?éÇÂÁOTÀ¡Ú?5õÿ\â‰Ðô„¯Ó³Ûy¸£&f76¦Þ¿¶œ6jˆdŸ™ûg23†šuäÂæ§ã# ÎòL3™Br¼rŽ”ZuOâu”:\`òµþì$Üs ‡,(\Ûf·v®R¸F”Û׊ÛÄ|ÄP €ÑÀ,Áp±U€ äÞ3TÎçbázËùÒì‡Ëx’I]îî·>ðãOÏñ>ÏXU¾‹×S"_Fþø?´§ó%¶ˆí¿µ‡Êgxóˆ/m˜ ¢Š=}…ºÌŸãÑY•{:•±ƒÀb‡ktÄË +ó5ìˆ,ÏRÔæ«Mx^žb¶|¦Å¤7@ÄLYèdÌã|çþÆ#ñÉ.'sˆé¸:ø•î%L;#có‚—%œQ«±çâ¾%•©!bZ§[§RûFÚ÷Ú´TéXŸÀq>½Ÿ!=itð±ÑÁc£#!ôå@€Ìò hç )ñˆ˜F1¦à€RÞ.MWÂß3…óŒÜÓ¬0¦R%ì¤}Ì^¼%`àH%ŸÚ¾×Ð…@—`óÑY\9NmÚônßô :=|KofäÊ'e©&†zˆY«Žy yµ¡Eöî¶0îÚêùèn‚šxe²Ó‚qMLˆ-fõdNéLµ¡Ò†-$âùDsÎ2¿á™(øëð0O#õ›Â ±Èø³8úÓô:VWE¸±GÆ)ùÔ8‹y×ÓðསÊs‘+¯g×3Ç€ðjtFâ")Ëÿ?ŽÎïnŽ7nõ[‰L¦ú ˆdÝj7B¡–ãåÏ4ŽovpêtçhG=¯<äÀ\'“þüñ»ÿ+m”u +endstream +endobj +364 0 obj << +/Type /Page +/Contents 365 0 R +/Resources 363 0 R +/MediaBox [0 0 612 792] +/Parent 357 0 R +/Annots [ 362 0 R ] +>> endobj +362 0 obj << +/Type /Annot +/Border[0 0 1]/H/I/C[1 0 0] +/Rect [492.934 613.269 499.908 624.337] +/Subtype /Link +/A << /S /GoTo /D (section.9) >> +>> endobj +366 0 obj << +/D [364 0 R /XYZ 90 729 null] +>> endobj +118 0 obj << +/D [364 0 R /XYZ 90 600.247 null] +>> endobj +122 0 obj << +/D [364 0 R /XYZ 90 488.843 null] +>> endobj +126 0 obj << +/D [364 0 R /XYZ 90 244.986 null] +>> endobj +363 0 obj << +/Font << /F39 232 0 R /F51 270 0 R /F38 231 0 R /F107 367 0 R /F47 267 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +370 0 obj << +/Length 3970 +/Filter /FlateDecode +>> +stream +xÚ¥kã¶ñûý +´5CR¤EQ Mîš}]°W\Ðë­­Ý*KŽ$ßeä¿w†3”IYëÝ _lñ5CÎ{†”«‡•\ýé|æÿ·o¾zg²U!ŠT§«Ûû•RF2[eª2ÉV·ûÕ¿ÖŸTbúª­¾ìºÃ¡l÷Ø«¡Úu×þ‚Í}õ¹lˇ²¯áî_ÝüûöÏ_½KŠ¼E¡µ\©U!W™”BÉ|u{,·Õf«­^Ê]ß ´:Þ¯TI.òBÅËq»C{:¼€VeZd©á®áË auv‰oß¾ŒOëD˜xéc¹Ñrýy£ìšÜvô_Ýo´]ߩݵô¿ëNíXõà 5OmS }?u'ú(›¡œ;z’2㮜Ѥ)e¦}ûÂM®…±:^)6ÛD%ëÛM.×gë6J‰Ü„„ Í3¡lFëŽåƒÛ²\e諭n¨ÙWÑÉ"ý¹äz¨Æ¦ Ôêî—hS!mØ&Y~NL’DäÙ4óz¥0' ¡='‰I>A»¡-"k.j)2«C ‹TW¹P¹šöǧ¾ïš¦C±ù2ü]hù 2Ch¥V[€Wè⪎#?HÁA- 9Š^ bvMÚ«›Qöå]½ûå÷¸ä¿.ª¿äÌyS]Äù¿u#25Í»åxM5ôeñb'6×ñ)›››x]=ʪÝ5ÝPí©õ¥ë–¾Ëö¡á}ÝõåŽDxP¾¡ëöÑCðÿ}õÓ©î=¤»jW’6â”1žzFS°DCç°ëŽü âÌô¨®ÃÊT$²ˆÏÅ»¤ÈÖ(š¾UZ sŽùÌs–QüXÍŽ}uì»Øœ®§ž}W±øµÝè5t×=´õy ›,žTü|/¶Œ(‰ö ŠÓ*/*F±-ù¶BéþŒ?eY¥¬0ÆÒôÔ-m³ ˜è×r0Yàòa û$ª­4¯ 3m–Ç ?I­à|Iæ-Y’G– Ní}ק¶«¦y¢)»®ý$eRïÆ&¡lÐÐÐ*ê#‡Ñà\s#“„¯3Ø¢Tl¤§Í&E +:_Ä›ýn³MõúGøUë¸ï·îû÷ýCÐónÙLàQ`gà .@ç +»ww S¿»ôÒ½Ù ¸sÅØÝ5Õå\ôîªÉIt ‘‰Eø©~¹þ0Thí-gUŽ§ž»™â(™å ÁgÎAx@UPWàЫm-RR öf«¤”ëo€]ÿD ¾éöÕð²´ÆˆÄ“ë6& `É,ÌÐB™ÝŒ·4#„QÀú,†ó­F +z6ÔNP°A;Ø$R‡7Š=°Qúú$­¼bf´ï®ó•s¦åè€\?¬¶@ÃLÍ–K«ùØÑUîycàOvh@¬uÑÈâ;Ü»³@8?—‡cS¡ÝʈC(›ÙrO€¾ +ÉBöÙá½ )°m@ÊDi–$j­ L0âBC‰=“™Oº\/ÈÿДãŸÔt.TÁÿçÐõZ2pô8£ö+zÖŠ–¾Óãë¡ûa$gÚ¹1Ô&üwqõ\ï,FY>kd“gT1 l&Oƒ`=‘D-Ú,üD_†ÿ“5²êY_ ‘ŒJcB@ñ’/¤H­W²¡!ìÄøEÛ¤ànÄi§ûD¦¸Ø‰š‰Q3¹YÏgÏçœOÝxE_5U9øõŽ¶|fZÀ{Y"`ž +›Ú3;|ƒ°QëH- »~³vY~&3‰6°cÅÎI ˆ&ªŠ5ëïèTì9ßØé¢Ð4;ƒuè½ HX9•c)ÂÞN™™›‚l4aȹ©On2 »’ˆQœ¹pœ¡&Ó ºS‚™¸÷±ê«©›ó˜8gš‚›t–>]ÿµ|útOÓüy¡‹= ¯‡ ¥ÙÓÀOˆ=¨ÚåR¡ͲY“‚l&ŠŽÚ¤o\`•®ï0í;9x6 +ž¨‹ýÄ$MCt‹Èx:íý(ôø˜² žä«´jºõ%ÏubÓõ{hêsRj·˜j#”‰O÷ù“Tz|)1[ŸAw´rßÍÎúPñÇ®ë!„3eL&|$6öe;ÜW½÷ï÷}wð© +;°¯ÇÆœN7Â` ٶ»ß‚8(ëËæNç”ñ®¿¦æÐík´´ 4U¢HÆpŒ,€Ò³`‡&UÅá¶Â¡Ò™{ÅŽºƒÐ…:Ð*¸Hõ0œ02E¾þšûJ O͈NCgÔçÔ¤uöP±õW¡SX:,Òù…¿«•ËSòA¹ue +l£#sÞûªjïT/ó‰½Ýi<¢¤ãl·øý ·©Î®àÈŒdFðHG ö]SQ?ñÜÎ-3ŒõÕvñlR‹Üä^-Ùvç®e™¹HÑE…«ÏU.1ŒO/…<bb£b@' ÑâíÄY§Ÿés€Š'“D]¬4§éŽõùÙ¸8!ëÆŒÀtO{¨¼D’|ž@Å$/ Ê^I‡ÌŠ ‚ +®Tøx{k2l  Ž£¡z²P©2)ðCÕV=Å>.غÌNIÀžY¦D¥¡+)­ 1Qt¶¼ñ¨4±êv_; ¸¿ÇzÇž+@úžä\ƒ›'ÑIàÂÙ±§éh8 ˆÓvü{¨Ïn¥¥i—éq¢!·‡P +i¹ºãØ­Ö&ø燢$8¹ÖKë¤Ð™ —q¢k5óê†6SÒß0úÊfîëõ—¾Az—T4xP*Žæèø©'œEÏŒö¨n[†™†~‘;ØÞàwœHi8”Î-àÖfö¹LJkùMoå#¤¢ÿM¤÷¿)Çnû +§´µó +Ï«Q’@¨c˜B}ë"ß²ô\·*FiH f@ˆÄéDb¢ÍœŽSŽ€½MÝV-—Xb¬© ƒU‹'2ç–©BýÊA§×ú§…GH“×=º¡ä6Ôôo*[­ËôØy<ûnwÂð”ZîØä +†sgK%5‡š xð}–ÔÂø,åâÜ(•x;ðu« &΂™|]UÙSï]±\EߦíIN §8Û ‹É²ä ·~Æ”Äð:FH®| FíânƒuE¾C›Ç{(w@9ÌK§R…P©,Ï=sN¥ëDgÇ]ÄžI»õÃÀ½iFA*B)ï:œ8]k@² +Hç [ÎD@.ƒ»ú~¾ÜS(ç) `òW®0 ‘OËãóÅaï—Ù)SWë¦ÐÆÑÒ¥ †wúÀ>UÓR¶YÐuj£=¤öÉ-xaÀúF¨½ÇÜÀÑûú¥È¡È„5E á,)æÿÉ*ªî.¸‡nª0Ÿ·ÏºFâ˜bÆEÿ“ÃŽ ityë"ÚrM¹kö¾œ;sv/¹×gªÊl\g|’ 94@Ì\H:ÁW‰$9W*.r%ÛF‹HÒ(9v_Ëå¼ +ø•f˜îxNI|Tc·ŸòGSø;»°A@Íýi·Áò®Ù?׸œøv*z†{ +ŒK1ÄYV 2"’¬XNêÖå¯ð5]hðήD×…)€?{i]§‚ÿ˾ÑJ0–aß¹âÅMX†}=4Ý]Ùø]N$ŸdÌ{• R½(1çÌVæBA<4§ÍK¤ƠÙfvŠ‰3°·º…êDu–oB97¹0:›kØù›)t}üq©xæL£”dFËIf’é¶Ç Mo(šx|¾Â„Éü"Þ –S.P—þŸþŽe?ÒóÊ °ˆÏÊÒÌ?èÄ +ãëë\þtþ¡˜ü]°£}tF7¶¹û¸ * î¼Å½ãulµ¨ájfHD®t¡ån#¨z}¨hû}ÃÍî~6DD©öwÖ('yxJH¬æÊ#?@K3ƒ¸¬H—hßÿF4Ñ“¶Ÿ%눱"á£7“èiSgEŠŸÆ¥Î*‡p>Þp–ÏÌùi4SvªµŠ2¹á˜|¯ãTxX†žÓè#^ŸqœlÖÃÓ0òk+‘öÆ$žü´¹x°& ¾ßèt}òñQËA¿¨n¢ë¼U¨Ç®Ëö2Å??Y1Ÿ/O$˜'°êëó\ÉVi4dáý‹;t +endstream +endobj +369 0 obj << +/Type /Page +/Contents 370 0 R +/Resources 368 0 R +/MediaBox [0 0 612 792] +/Parent 357 0 R +>> endobj +371 0 obj << +/D [369 0 R /XYZ 90 729 null] +>> endobj +130 0 obj << +/D [369 0 R /XYZ 90 587.74 null] +>> endobj +134 0 obj << +/D [369 0 R /XYZ 90 193.052 null] +>> endobj +368 0 obj << +/Font << /F47 267 0 R /F39 232 0 R /F38 231 0 R /F51 270 0 R /F37 237 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +376 0 obj << +/Length 4366 +/Filter /FlateDecode +>> +stream +xÚ[[sÛȱ~÷¯Ð#UebçŠËVåÁÙØ9{*É9Šµ[N­÷"! 1ÐhYçTþ{¾ž €ARÊ‹fz¦{º¿¾Ìˆ]=\±«?¿aîùÇÛ7?|ÙUe±ˆ¯nï¯X”%1¾±+~•±«„g“ÉÕíîê·Õg!äÇM[î{¼©èz-¹Xýãšs¶j×k!³Õc~-ØêÛ5׫¶ô}vûbSÞ?Û#¥?ü©¸#ð'¯ó‡k<Ú’èÛžOEmߪ&ß–õƒ£úèÈß7uï&hü§Üµl®ùª©ÿy¨7}g[òÖ Û·Í¾h«gO¤ÝÛëßoÿ›øOÓ ÿ,ŽX[þóz‹þš¯Êõ.ïÛœˆjሢy×ß–y×ó®m÷Ù®6MÝ5u^÷F„rõsm;|¢¼yû†»ˆLG,Á"d”*uµÙ½ùúfí?Ò_´øŸk×y=é}¼½3Š·[°õþò´7¯œf*ÅÚD’¡)͘ú&S3ΞD*£);àÝ0`yÉ8ô4 g¹5;ʇ.:’™yßyÞCJœEBÊÒ'»AŸ™fÃ.žãA*1ñJ”ŒtÌϲ ’(ãê" ZD‰ŽY U7öÊSz§¸Œ¸ä/T<ßû¼JÌi.«ÞÂÌ7¯i* +Åy¤’s2U\G©—dª‹âXÏd +…àV†Ïɸs'Õ"ïJ0xÏ7¥Ã9ƒŒÓeâŒørs—fwØêîùG#6Ãì>€¡ ·0Ie,¶ý :‡®Øç›/ùCñÿ„¼ÿ² ]­¹ˆ2-lß(Š‚f>’ðã~Pú¡3 ùwC³ÎwÅ¿VÈ&ðsØ2O-c/öU¾1Ö“à 9´GëSÙ?Ú7gféŠ:Ø·æ~ö‰Æ„Êdê…ðÁíAºúz(Z³p pÓŽúõ»ƒO~’Ò|¦Í¡uSÃYäDÁ: ´tÏ]_ìÌìéêö±d MŸëaPQ@ +¦";wúázóÕÿà¯XýÍü½5-Íûÿš÷÷æý§ ÐÁ¥Ž‘„ä +8×”ï;«VNz|ÕõðgyëÕYDVq¤„yÛ/ÛòþZÄ«{Ê©bµîQ`Îl,f¸ÊASTåp±4&3àÚWz¹óØôòqä¿ bÛÓy?4åÂðOïöñ­ló]n;–÷3‚vÇZ7¢°)%u¬CI×z,«a‘Ž’O°.e×åuTM¸G€Ç”Ë ®¸ZûSAˆ>æó3Ÿú=Ÿæ4Ž¶¥s¡ýHÁÖ¯)Mê­˜ÐÖæ6D2y‚ï}œþ.¯­÷ßóݾò©”-ÎP/[KîÐ yÄÆcõ ê%RL­6.¡ð`6(άÑä­ãL^¡ÓHøO)~/úâûzWvÝ>DzñãÊhq¥C*d.§'ÈÍ$¢æ…‰ ' L,ã,, ©@‰6Vv‹ ‘mÙõmyGÆpñ™s¨±?AöÙh¯æ¡™ +üIKÞ†+Mû<ßÀÒm©+ ¹ôòX|;&ŠÇå.N:à‰Y·s;©_}2ÿjþ~X…äQÂýÀ¾-ŠP—4›/¶C¬V¹¼ö®XÚž eN=M䇇¢† +o~øæ㉅-aHͱ nÔbÔ¨à‰`º¾¤¹+L†ìâcƒGx›.ô±4UeO…D“qPciaž»Yˆ S4¥Œ$ñ©ÎµÃN´ š(ŸêùC¿-…£•ûõòó/ä$–Ž¸d&";¥€¥lÌŽ ›Q!Þñ¥íØb¡Å84ÛòN=,«Ò¢J2z@¼¼uÕTK"™ŸNÈ€ËúÁµ¹ŠÑ “£ì—I.œj›¼7  ç,™Š69îWÁ…[AÝ•[¿ÂG÷r:öT©Œ$Ï MÉåqMg¬ª¥"Jâ8œ})üTˆªd*_B=c=cÈç@É|¿£L0w‰šI‰ŸJï¼ÛsPP•6õu¢îJ +sÈ«ÿí³Tâݾ^²r Ÿ&|ϧÁ×ܹ9‡r-š$ÓäS±¶¦z)`&’ˆàš#Õ”Š +"sÇ¢ ÆX«³ÁõctÂ`u+žÒâA, ß­î.¿#؃ _>ä CåâØX·ñ¦É)”œΘ3e2 ð'’ï xþêDŠÑÒêÏ—êcHEdHp<Àš\”ÐYRéJÀDÜ~ÌmSm´üɶíší¡rƒ)Ð3Ók~Êa‹3.‚ù$ÁÀEIʘEÈã§c vb涨Š¼+¶&¸L}¤Ž‡º¤Ø èF‘H‘Ú{W›põÆrƽ£Ãfí¨v‡Š°ìÁU£“ÁvöçLÄAÁ Q‰]$žMí¾5÷3ܨ€lì ®úÞúƒt'dŽ{Ûì +ã eàöå΃¬Ü„m¾-ɹäÕ’ç©Š´/äŸËЀ#Ž\ •ÒO.%hYŒÀ%œ"LÐ`“ø¤Ñxž: ÷JèP¢ò"Ó6q¡—ãdZéH&#ñ ɴ뽞t_Hqg4O$ÓÇ3ß¼z¦)ÿ½n§sd߯Ú-*¨XŸÝ/MÙæÅí"£MÅl»(åMR °Ú1SZÅs_åþu–¿+nò½ óÑQdªµƒ ˆžˆ€ìËsá^:„N‡=%Ÿû¦5q”Ó#GÛ¶Œ‹o•f¨ 4éÝùÄ/'9:RKxRÇ¿L-}ïóÊ2§¹¬– 3ß¼v¦©Ü5C:.Ä9…ьΠ’K;¨9¢™iÌÂéžHxsGéŸMªá–€OÓéÅBŸ¹ðåô+ûé¬ñþ3­Db¦óuÆc9ãÑáêfÊ £²*’2óüNÉH®.&›RúdW½mlf­àü¾ʶ–«ûCU-ß9ÈKìYše!ù×ÇIE׬BŠ“4ÖtëwdômjEû⸱&WV½ýyØ›H„úô®Ç.ß´Íщ1²ˆ(öwr–>>†ÌÃÛ L®.íO”Ýí=fŽiºI@ àÑZ¸»4R™ó^IRddbÉŸë®G–e3·e‰q­Oœ'yîÉ°däè8r|b\ÛÕ½‹Ž>Ð8àôa½TäÈ77Wç}á»cOÛg×CH¯`?½ šº’J2¦¤‘®~vw‘×°uAz“ÛbƒÏPc ýáá\Z*àš€!Á +MMtÛ_–óÀvrÖáà·>ì´ÙþTÄõZ}Næš1†­ƒº ‘®x¸K+ȳÞÚKl`yQ«"—ÔYHé’V£c)‡£‡Ûµ¦P“÷S—¡Dnö.6Yä[·\¯‡…IŽÞ#í¹rÒÙVQ‡3o‡»’–¾;×8ÜùuZ·|{˜Ó¹¿<<¿žÁ?6ÝxPt2î+ණ¿ä4,ë˜'ãiëïà7¡hÙtÔö9{‘¹OhǸ©1¼ì&k¦£„,aÂþì +’†ø“kº˜¼‚ÄèfcúìÄÂÁšR2✴/\år½×“î W¹f4O\å:žùæµ3ìôFöÏm–Bî@›¯Ú,¥²ÁÙ™½Òd¬òâ^Q>ÑK{åê¢Ó xÖÎ|>O¶y¿ µXG"*DTÜ|Ù‡Œº8e“µ³½Çkø¼ýcQ®ŠÌžŽÙê.ž‰˜f;.¸ŒàTÚ0ŒÖ×*nØ$Ÿ“^¶¸VT키ƒëÀÿ> endobj +372 0 obj << +/Type /Annot +/Border[0 0 1]/H/I/C[1 0 0] +/Rect [514.528 143.499 520.506 156.076] +/Subtype /Link +/A << /S /GoTo /D (Hfootnote.1) >> +>> endobj +377 0 obj << +/D [375 0 R /XYZ 90 729 null] +>> endobj +138 0 obj << +/D [375 0 R /XYZ 90 361.069 null] +>> endobj +142 0 obj << +/D [375 0 R /XYZ 90 241.937 null] +>> endobj +378 0 obj << +/D [375 0 R /XYZ 104.346 100.246 null] +>> endobj +374 0 obj << +/Font << /F39 232 0 R /F47 267 0 R /F37 237 0 R /F38 231 0 R /F46 266 0 R /F51 270 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +384 0 obj << +/Length 2949 +/Filter /FlateDecode +>> +stream +xÚZÛ’ã¶}߯Ð#UeaI?Å){MÙIœŒMÙ®EA#f)RËËÎŽ·üï9¸QÅ‘fý2âènôõtsÂÕÃ*\}û*´¿¾u÷:ÊVÉ«ûýŠ’0Lñ.\ÑU®š‘0JV÷ÇÕÏÁ›ýzQ<5ƒºH‚]cÔMo.ùš…Á‡5å4KN²=–]W6µYÑÛ-rWöfE(;óì—0d•ü7Q예 ÈíÖcþnMCG¸ìí®¢9©ÇO殬­he+‹¾iŸÖ¿ÞÿõîuœLÏhϳ„¤<öÙËw²–mYÜM½/ OK!É1ÑR(H˜ +C`¨w²½Â•Ò˜ðˆù›Àõ¸ß|ÈŲ̂ˆH–%þæÇCYÖãøùº!¯ª'só¨ôÓ´ÕÎÞ¶eŸo+I”¦âà_žÍÔ‚þ`/ŒAÌu^ÛíZ9y?_»oÚcÞw–èu³_3®)e^™5[ÅièíNÙõr§Î;ªªYDh›ƒ•u×ãy¯Ý‡ñ0芶<õæZ;†ºØJó»o-$.ó~ɇXÝï@ýÐ÷§/ïîÊBneÞv;'rx”[Rüv§¼ èÿÝæ[Y‘Óá´`r‘àŽ±KRX˜dœ3µf%!‰`°M“8ãfiFØzCÃ0 ~ìò¹lóŒM´1’¥ü†ŒS!Œ3cß¼îÍcaêwè¤yý—²Þ•æYÞÙ_Ã’ÓgX2¸W”f>_è»Ó@V7fQHRù»ÍnÐÁ­D: NXí>¸Ø7UÕ(y,볨hŽGãux_Öî\v ˆ´2?n+K 9k¥5ïwM1eÝ©ÄSžû}&:•²Ã”„IfÄþÎMžòâ,õóAéò×OÚ-~F “ÄÀSxs ©¯#—ΖJÔªÉw×E”Á±Od'?äuþ·%éú§0ʈ3Ÿ‚ŽÐ(¸wjÌ·Šý1@0¥5„œÜ™ÝSÝçÍui=胲U^•vɶéÎVýß $0„Å4ó†Œ$!‡`œP‘Á¾ºqšN‰ÄáŸæÞK 1 ‰ˆS,ÁÆȬøF¯ðQŽXôé¼µÊpþöV;Í7÷¯FÒ™7eŽtq|õþÕƽTñÄÝnÜâÍyõe©QÔ™á›ÛløL6ÞÉGj“£_5$æÙgŠãy–]5”@: é-C dÊ8šYjâÀËYlÜžá9›öV›ÖuŽäÍ&0åYð®6¹Jƒƒ~M¸¿Ê«ÈO×BZ@Ȍᗄô(‹a*¤§LPfA+ßÀ=;s§ ’îš}Y–ž ¥ÉUûŽ2Dˆ^J…/ƒoßH‚‹³™Ï”P*$ò(½5â›P„üeU™G:aš³õvÑÐ7€e¡ÑŽà:»±$ø¾iå$­µë8 ¾Xv—Q˜8ER¢ÜæÅîÂqâ4¡þn-ú ápž&¬Jl-F{g¡MÓ*øªœzYšìŠ•—úÒž¬±‘©€¡.NV¥}„™²x"g¡•¯×Á`‘ ÁOúúoúœ_á/ ¾]8l”"·ßD‹að¦Y·À2y<¡¨+pÞ=#sqÅ;T|â\#4,üÏš* fÛ1×Ð6 P¨œ>Ž#[ Ì{U¹Xµ°°Êë‡bwæmYŸ5fàåû!×TðrÛ∺ᰨv¬™ŠN×›UŽ¢3”qU‹Iñ~$½“{ Ó†ª'.Á¸†[ 'A.9 w(—R\­Ã6×»¼Ý-xáb€£L¡t Þ ñÓ3%Yïft–Ä÷Ûæ˜shnÒ5‹4èÛ=/<_uC‘È®æe#ri +B Í•¼Üãy~´W§¡=5½Ñ09NÍ· i®íÐ×.Ü؆}™n+Ýï¥*bƒ ¤žµö%r\íÚ G~Vƒ(ji"„‡µÂà'@”®ª? .ª¤åº™ñÿÚ1Ù öÝP/µÞ“ÄyQç˜ú®ÍS`jÎø:çVo&Ë/«Ïœær[àüÃçdõx«Î%/ªsÉ3uŽ.×9ûø-ñÇ•ún-V›¿Ü{šzK ÿ ½9 +endstream +endobj +383 0 obj << +/Type /Page +/Contents 384 0 R +/Resources 382 0 R +/MediaBox [0 0 612 792] +/Parent 357 0 R +/Annots [ 373 0 R ] +>> endobj +373 0 obj << +/Type /Annot +/Border[0 0 1]/H/I/C[0 1 1] +/Rect [224.036 689.924 461.394 701.049] +/Subtype/Link/A<> +>> endobj +385 0 obj << +/D [383 0 R /XYZ 90 729 null] +>> endobj +146 0 obj << +/D [383 0 R /XYZ 90 676.35 null] +>> endobj +150 0 obj << +/D [383 0 R /XYZ 90 425.972 null] +>> endobj +154 0 obj << +/D [383 0 R /XYZ 90 289.11 null] +>> endobj +158 0 obj << +/D [383 0 R /XYZ 90 192.014 null] +>> endobj +382 0 obj << +/Font << /F39 232 0 R /F47 267 0 R /F38 231 0 R /F51 270 0 R /F14 328 0 R /F57 269 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +388 0 obj << +/Length 2683 +/Filter /FlateDecode +>> +stream +xÚåÙŽãÆñ}¾B0j÷I² ,;Yr9;I± ‡¤fˆ¡H-Ií¬²Ù|{ªú ØGZÈKò"6‹ÝUÕuW‰.tñëêŸ_ßÝ|ñÈŒ­_Ümš.R¦ éâ®X|¿ÔD®ÖŒRºüå¾ÚmõϪyX­¹¢ËÜ솪múÕw¿4z¡‰Nx‚X¡4tÁc¢™\ÜmãÝcéN(ö F3»7÷@6[–õzL•ˆOoÛb_—€ ‘Ë­yZ1º,{|Ë}ïáíƆGèͶt ¢üRÞTî¾Ñî ~»i +ãÀžNÿØ®¸Z>7\5žš¹¯K¿•;G$—‚¬ÖBIYÕáµÏ›Q"wwìÊ)›pRèås5}šWwšL$A%IYrŒ‹k.X;°Ê êU€’< h¿Ú´Ã/çÌ–i&$bîRöNË®±7»Â%×”dJǘÐƨ^þ¾ªÜóãœÔ­÷£¡À ž«ºvàp—¾,9D')Ñ®kó²ïá– +£Â‰ ©L‘4K7ßnœ±Ú½÷•1tí~×»¶vØàƒK§p*‘BíÖx(æ»øSõàŽÝš91YœggÞ@ú:9¡>á|‰¸]ûÀ+²`·§ÅÇìí!úL//S©—øÈ%ŸÅŠmì(t¯ŽsQ(SSñÂœÍ=û)¯,¹¡„÷ÙýB'!°Uñq4–\ÃHô…$>x{‰’¶Ã8£ôê¥D–¦?R0™žSú×5J8º€·JkÁ{_HF.7'Æ_›š°Œ•Ç]½@§îRx6ž«Ú´sxú¬ÎèÔT¬òÁT.ÉI@Á›¥úœé¿_aÈSÝ_„^…*qNë×hAdN˜¾. ð¨qm·ˆ_ ˆÎŽÔD¦Á%}„/Ú|¿-mŽM†¦?dc±âO†Ÿ«ÎǾ®z¨WÚBl+›¾¼q4#ÞK*Isy±¨‰õ¢ è=9}q€A]e†Þ…\ÑL‘c}BÓÕÑrP^¬(Dš™ò)ñ9¢aÙØ¡mûˆù¬ÿŸ+'kWÎÏÐCö˜Ç/Šz/f['»u^~Ü]ÇØ. úÊ›<Ìφ“FùÞ¶`DÍ8k7'{‚Ñ’PžLGNªb¬} R…Þi·ëZ“Ûº +%ô~4æÛdùhg’»w…¬‹°Üì½YgÂŽ¸CL£±+=¼µ¸Ý¯z˜Ý〮§ì§•‡€2Wio/›®|·i„Æm]:”¶•ëËn-2êV;Ó },c?0/zoJýéL)H –Ab¸í±Ý×ŨAû™;ºá„Áþ°½oë*'ÇIÀñºXCõ%uF„ù!€+ Ôq`^dÓêÎNK•Ñ¿jö…æª(tí ‡gX²0ck&°TæœBÿlêaêõî8÷‚²!MÒÏI€Å|{óýtQÀG´eEè³Ýº…’Š Œ2õâÍÍwãY“ñ—¢v´‹¨$N6 +—­½ôÑ*3ŽªŸ«JÔs×\³Ä¡] ?Ó÷žk|˜ü±d‡Á‹­D¬SÞžL<ìªËû+;ò´±ëõ³ÝÕ³s.ìZd,N±l3Iq‹hHm+·æÓCSmçZ°uÀº†pª¹¾pÛ­9Ä -ù}Õ?ÂÀ>g ‹E‘q¶êâ`éc0ß´~`èmpWïƒ9b™“”xéñ/wmK죘̃ÙÑt ÿ³ÓÎÁ|y:Ö'،ޑhˬRœa·Å>·Ò¸q'˜ç­$=J–GšÒtµßhü60Ë2†8ÓIGcñ\áëÞïs3³®*ý»­GÒ`è´éÚ­[¡­žDQNÁBA5Òš ÔMã&ka@R–Å$¤ðÿ~Hy5à +ЖIØtˆRþáh¬/:?V•ÿ;¾ÿêÿÓ÷_ýdßGWË:FPkdÀÞëUäõã«4x},ÃÇð×®™¤- +"£Œk‚€'·3Ñ°sßg©LÍiú(t”×@ k¸`&3ï:Ú)ù?óbq +endstream +endobj +387 0 obj << +/Type /Page +/Contents 388 0 R +/Resources 386 0 R +/MediaBox [0 0 612 792] +/Parent 390 0 R +/Annots [ 379 0 R 380 0 R 381 0 R ] +>> endobj +379 0 obj << +/Type /Annot +/Border[0 0 1]/H/I/C[1 0 0] +/Rect [463.349 690.23 470.363 701.298] +/Subtype /Link +/A << /S /GoTo /D (table.2) >> +>> endobj +380 0 obj << +/Type /Annot +/Border[0 0 1]/H/I/C[1 0 0] +/Rect [488.165 690.23 495.178 701.298] +/Subtype /Link +/A << /S /GoTo /D (table.3) >> +>> endobj +381 0 obj << +/Type /Annot +/Border[0 0 1]/H/I/C[1 0 0] +/Rect [223.64 662.799 238.036 676.981] +/Subtype /Link +/A << /S /GoTo /D (subsection.7.5) >> +>> endobj +389 0 obj << +/D [387 0 R /XYZ 90 729 null] +>> endobj +162 0 obj << +/D [387 0 R /XYZ 90 729 null] +>> endobj +166 0 obj << +/D [387 0 R /XYZ 90 541.504 null] +>> endobj +170 0 obj << +/D [387 0 R /XYZ 90 327.865 null] +>> endobj +174 0 obj << +/D [387 0 R /XYZ 90 300.939 null] +>> endobj +178 0 obj << +/D [387 0 R /XYZ 90 194.291 null] +>> endobj +386 0 obj << +/Font << /F38 231 0 R /F39 232 0 R /F51 270 0 R /F37 237 0 R /F47 267 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +393 0 obj << +/Length 1667 +/Filter /FlateDecode +>> +stream +xÚÅXIoÛF¾ûW(PH@=™•Ã)Ѓ‹8ŠZÄí¡qœŒ,Zb"R +IÉæ·÷ÍB‰”Æ’èEÜßò½í£p4‰pôÛöÇ_¯Î^¼bI¤Ši]ÝE +G’(„™Œ®ÆÑÛÁˆ 6<'ãÁ›Õà.³ZÏ©Àƒk,p™UY13âîÕó"ug¹¾-‡$̇ï®~ñŠËŽ"RXÖÌ5aü«cª#vÞÊB 椯¦Yµ31÷võ'ã]êŸl½ÐÖ‡É2O‹ú'/:õÏêtHÄàKí®fi]§åPˆž3ÐuùEç‹YúsÀJÄéú?.Vé€ äN6°Qn²¬y6¡`[¥ç$AŠª#ÁæzíNF>’Ûy>ÊŠtì®î³zDÈIÐ EJÐVên^z Ýa1[¶éÏuù)N¬ŒeÏŒÅáý†5¡À¹DX²Vy‰¤ÄH€†Q$0ë'÷Åù‡­Í±w­JºÔuëûÑRdIwÝý,E/çJ‘ÉNVTiYW}Øú®m=¥õ}š¾ïM^ËËt5³2?ºÐ“¡0×­ÔÊ"~÷êåHÑBú©O«ÙB»Ì•º±ÈäZ7ÛhN¥bàñÊχŽ· ¢>=Uzâkõu° +`Œ·ZŽªô¶Îæ¨@ »ÊÆm¿÷ «r=›¹ÓåÎnåíºùpçŽ !ƒtœÝvÒXù$˜@Ó ÆcÚº— i6îi#tvyuöùÌ 3>Ž¦Ñm~ööŽÆpR„¤¤Ñ½Ê jT$p:‹Þœýé†ðž%‚)b1è‚ûQ|ù¡È_š$ S2PÐÜ3œ$;Ã8âˆ&ñ1»L" ¨gø9ŒîkŒap™ ¶ò(G$æP~(f¬•Å8ࣈQB(¨¥ÆÔ1pÀ>DZ‰!`¨öžåür°«0bÆî³`£(âx/)5´gl[ɳ>t‚‚|,è# +#Aɉº Hlìæ‡qz2Ì¢Jšf¶Ôód˜ Ì Ö7í°ˆí«](nF Jv÷aÔ+(Üé¼¾¸+)J`"?»’ÃrÚëÖ½®)¯•?ØÕcF*F“£ãX!&÷FÛË‹úÐ,‡E/(žð9cбÉ^¶|éƶCóEÁ˜û$ÄHXô‡F‚—´]šAr«Gncš/`7¦n÷çz‘V©­-}Ø~'´Ç=>±Ç<D?ÜÞâ=p%'ƒV(‘IOçÄVL®ØŽ$¨Æþ6g…0KdûäŸRH%†'Vªg¿˜‡´q”`ñ¨húÚ¦a`LpOÍÜëpÝs0ùôÔ/Âaο£'ë~%˜?L¨q6V--)½‘ðøQÖG£¥ Ø·^ÜÏTÒHlÐ~•%N•ë¹Q°O`óäÉ™ƒ>¶D†€)ö)¼üN!ǧûŽH býIÜíD^»ÿWÐÿµÚízNï̾¢uVŒÓ¢¶K{¡Kwõ A8+šÐFì¼=.²:Í öÝbî^5ç³™^l~ ÖÂBߦö߆YzWWŸ²EÏPpw‡¸Ç£(‡ ÇÐŽ~hÑçþ†4»•}¼dCw:í¾aý§p§/¿ÖöiöV7›ðÐã.j«Á¿›šW¶ *ÝMTh½/æVän6ÓŽìjÝÑ=v~ÕzÝaV±o+ÛçxÏå=Zj»Òu•uÃuì—ÓlgUÙ.¸G³¡ƒJÞUt¯£(t¶ÅàC@øÅ=ðð/vQ +endstream +endobj +392 0 obj << +/Type /Page +/Contents 393 0 R +/Resources 391 0 R +/MediaBox [0 0 612 792] +/Parent 390 0 R +>> endobj +394 0 obj << +/D [392 0 R /XYZ 90 729 null] +>> endobj +182 0 obj << +/D [392 0 R /XYZ 90 729 null] +>> endobj +186 0 obj << +/D [392 0 R /XYZ 90 657.727 null] +>> endobj +190 0 obj << +/D [392 0 R /XYZ 90 580.642 null] +>> endobj +391 0 obj << +/Font << /F38 231 0 R /F47 267 0 R /F39 232 0 R /F101 348 0 R /F127 395 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +398 0 obj << +/Length 2412 +/Filter /FlateDecode +>> +stream +xÚ­œ[ܶ€ß÷WmfP Ãû%o¶›5Ü\šM€Ä“‡‰íÄm7º1ôß÷"é‘È!¥#½ì +ÚÙóq>ñ¦3C‡_:|qG;¿ÿ{Çà7ØÀ%LëAkJ(^ýv÷ò':¼†¿=(΄Wþ6pÁˆÖŽ†oï¾™ÅZ Z +¢-k—kÂd‚Ãi§!žÞß}ú7áCœ¡l¸ÿeà\!´´Dq1Ü¿^¾:ž4?ü~²ÃßÃñáçxüåñÄíáI8~qüéþùÝç÷×ÉF¤Û%7ÇLOs{¸_…Üþ?…?ò‘òðC™Žà”h³K[ n£³¶zòyòyŽÇ3ß…3÷áøþ(¼¤ÌÍXb¸Ù%7«SbšÛ—þyÈä룠ùMßÌ"ÉAZ±IÍ|‡@i·Þ"¾Á¥XÙ.Ê Ž8͵oæ4Q’`Ϊ±].kÓ-…BŠk$p,Xo‘q{tŒ×Gæ›ÇÕ>2…TDR×g&É×2+^âCd¥#”Ê]”bŠX©Ç ô¸±ÃÉw[v<¦Œ5lCeSØ&!Ä$›3â¶p(h)׋¨Ù9væœ$ÖòEؤÝZlE;|ˆ¤r¸Þ¬å B9¢%‹×Ε æ¼zЗªÕ#q‰Vô‰šß$În‰ƒÖ\@MF"±U#—`£‘«±¥‘Bd#C6jŽPYA”6ãµ?|ÔQ' 7ŽXä*©wì‡×OÒÎÞö-½sj5{‡Ã£¯2f6y·[ñ"{§9Qvï´#V‰YOÍãDr}KI¾HIT¦u%µt>¾K®½¡dŸš•ÄaëJ.À&%×b+JâCd%¥&f{(©`²ñÚ_™:¼m,6pàb°µð6LÀÏnë…"–ziÝGf·pÌÂ-?¿é2“Xk™±ð!²X~Ó}Ä°¾—q +÷ï¦T(hÙm™)óùm§PÀJ—%ºÄ¬Y*¥XŸ™”B^¦»f:EŒè3³ƒk™™ 2{8ÈŒ1ëwq°Õ` ¶ÌÊñ< ç%‰ñpuº%,*ÃBXã'ÿ×þxÛXqn,'š÷‘YY³Ür ùw˜Iٵ̊øÉ@é`ÊÙìa å°îqqZ×p +Ç,œ~d0o:…#–½ }dr +É,œ2¶ŒJ­F–Jm‘•²ÐPÖlßNJC—ìÒ"B˼X°Ìÿ¢q§å÷–m¨tª¶…txLç—Û¶¡ˆeÆt™mÃ1k¶u‘ɶµÈŠmøÙ6 IÃh½C& %*^wcé‰#΄‚wWô‰Ñ'pî“ Îu‰Y'r¦“!Þà1Ù„¼Èé :/×#fùÖ+òIG4ÝG>%‰Œ»Ãª!Š8“…Vê£{(^Ù—9ÕfõpÄ™zШº{Ù½µÈŠLøY&!ˆ„¤÷IX"XmÃ&²°‰Y×GFŸPÄÒ'£F™Â1 £´¶}fRj-³¢>DVŠ"ø>Jq²L¼p×P +…¬+ÕCF¥PÄrx¤ªKÌFáu£zÌdò2§¤ [=fVp-³¬5ñ!˜XSjÒ¨ð²Š8ï"~¢ÚŠ 3vÆL­|Åút¡Y­å:®Â Z‡·>D­Â æH ž€.Û}*¼`VÄ=’³Üÿy’Ûú +/I¬Û¥­x"ø¬­>Vx¥SlM…—õó¶KnÖaÌ4·õ^ŠX嶨™îo˜G;º±Â‹Ãpi!”ŸkÇ™Ø~ÛŠ†íI.'Û“"TK]®-îÓ-ˆJq6Ú@"ŽMSüSãÆB!çÆy)ï2ó݃cNÇžt‘é¦X‹¬xŒ‘„ ¼ÙZšT~†®—(nî«–› yj‰Jx&$4Ÿ6Ó„ÿÜ…œ iÂ$£ÇÌBâ˜3!¡?»ÌdäZfÅH|ˆl$,ü£…MFŠ°û#|nÚÂDæørk-Of©\óýEýÐ2•ÿÌT)ê¿ÈE/\³†©(êÜT«ÄEØl*;[P:Â\„M¦®ÅVLŇȦR‚=yæ·&%>ÿk9†"[ùÎLÈgÁ[½!Š:wL›½›Ãa‹=}ÿ©Ÿ%ØäØZlÅ1|ˆäwÐo­öó·7ÍÕ>±cS°è;]u…g>V{ÖzɆ¸4‹áÙÙYšg!ùm!qÔrx¶r6 ‰Äó„Éòlr5¶rCˆ,¤‘ Ä>B ë¬ BVÖ<Þ!Ÿro½ƒ»Œ™°:|8`rg¡Z¢¨sa-a|6 ‹Ã«#ù"lv-¶",>DVA׿µR( +«9,Ãr½dE?Xª%ö¡r*VÛþQá$§Oê¡åj[ò>3{‡c%´i™œC^椡ŒpÑEfG×"+ŽJ¸¹ì>ŽúÇ3© +¦YOYôœ³êÊ–¿¨|ë½çu¾gÊMCaõFïÙÇf‹qØÂb'Ý"l2y-¶b&>D6Bi¹™¦<Ö¡*}w( Nê¢.¨X:Y˜EM.æ)¢¡.ŠZ.´^„Íêâ°Åò\±›Ô]‹­¨‹‘Õ¥Ž¨­ENQ]ŠÅYçÃCË.³|®ÃÕ„y†Ñ¾! +Z.ƒ¨ZBÍná¨å³*—P“Zk©µð!’Z~ƒQèÍj)hFçýJáêó»h¶‰Ë¶|¶CÙ˜mLéåm#qÄr²é?ÖA&‘ÈbÃë"£‹«‘¥‹BdÜ݃ £©¼æÔÚ€ÄA«û=è_N¡õÍž3K…cVwzºÌdÕZfÅ*|ˆl•f„Ú}¬Ò*|uM¸ð·ãLwf7Îäp)–ç)ÂÔØÂÁQ+Í"l6‡- :³›d\‹­Èˆ‘ª‚˜¦¤a^”jðRÅÓUÛSx¥€¶‡I¼qu´ôpùùáÍñÄ=ÈÏŽ'ÁèáÛ÷—w¯/¯Ç³p<|dŒ.ÿº¼{?žùë›#W‡þÇeœIÿ0‹ùíJéʯUQjÜåL»üz„¿]…ùÏñêÆo¸þ“ÿVó·—ÇË«÷oÃTáæ÷Î ' î7Y´„M_g¿[$½ +dø?r;X÷ +endstream +endobj +397 0 obj << +/Type /Page +/Contents 398 0 R +/Resources 396 0 R +/MediaBox [0 0 612 792] +/Parent 390 0 R +>> endobj +399 0 obj << +/D [397 0 R /XYZ 90 729 null] +>> endobj +274 0 obj << +/D [397 0 R /XYZ 235.356 154.893 null] +>> endobj +396 0 obj << +/Font << /F39 232 0 R /F57 269 0 R /F37 237 0 R /F128 400 0 R /F101 348 0 R /F129 401 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +404 0 obj << +/Length 4229 +/Filter /FlateDecode +>> +stream +xÚ­mo·ÇßûSÀ8!Ëç‡"'­‚¤.Û°œZGŽÛDRcÇQ¡Ígïp–äò¤]î’Ü7Öxu{ÚùßüÈáðáèîíŽîNÐ;?ß=`ð“îØÎÑ¡’cw?^=xùŠî.àúW;J„³»ÿâ«®vÒÀK¸ûr÷ôÁ7÷æÜN[K¤p¥÷€WkÂdx‡GÏüùopƒ#NÃ?ûiç4Fï´„[¶{v±{¹ÿèèÕ³¯ðu†8C™ÑDq o‡¯xztÌ¥âû/ŽUfÿøèXûÿÁ}þú,{P®4‘RÔ?iþ–X!·p–kE(cËÞjAœå¹·œÑÁ[ø9ë­„ÏT:Öã­¤šXøÓx+™ T¹Ÿ-ü©Cg•ðÎrc-:+¦œUZBHèg7—}Fx²å¢…`A)“ü%–(øåèXëéøþ\PqtÌ\LΜڟüR ¢öÉ'¨èw>Q‘{/ô¢ûçTðA1f¸Í( ƒ_r —™1"Øó´´«héW!Ñ’«`&ƒþ&„]Pábàýðã”B‚Êx%„ˆ¦ƒX¸ðï¶cà·Plw (ƒ”Â(ü€GÔ»ñ¸k—-‚£1zp4%šÑøZp>8Êú°¡ÒÌ“sà|(€Sûäàô;ŸÀɽ¦œŸ}#aîÃ…R„åg¯†Áž§]…N¿ + œ\Ãׂs3‚íٟCCâ•`"šÎ(oò +íBD„#šó-Pðá耯X‹Âõˆ‚o,4t¹'pYÁ¼1BísO€ÐïzáÀw»èüóÔr!§@ûÔÊ`B3`àE¾auä0ÇŒ°Ø6~ZLmÕ.»üK˜vµ0ýj%`rµŒXæ‹1T‡†BhêÕ‚\í3*†ioÌCÒî|„„ "í&pK®Ëµ\yH¤‡„ù4ìýÉ•÷Ü1oÌCRûÜô»ž É}n-$ÏýKû,“‹èjHž iW+AÒ¯V‚$WËÈEH®3H´‡D"$¾;A“SÂQªK¤´+I¡R8±)ŒÃgªçÔZRnGR¼ûÂçhrˆÀýÉm•Ú'Ÿ`¥ßùÄJî=||+Y9K¬H–Xñf+gVÚÕJ¬ô«•XÉÕ2j‘•_Ç4\8² ¬@°|ú›UíyLÚ˜(ǧ[`¢à'•Áu½“K?r—~ÔÁ8¶nr‰¹·õÆ,$ÕÏ}’ \ø.ÙZHp¨ +1ô"~ôÅ% &´|ÿüãù¨ïp?FýîǨ?pßèµQ=F=‹Q£¾Ð9t8£ÞÀç¦åQoàÕÁõµQ#.¡™oY¬WÜø±†–Þ˜úÚ瞈ú~×SÔç¾ËåšÃÙ½¨÷ƒKáKUhr¦øþ¬õíïw?EýÁGoÖF½oñ¸öC-QœŸ^¢¾ÝùõŽoõZÀh?¸n+ŠMñó—Ôè?%¢é dFçTÑBvTíÄý:$r!är­áÅ Á[€ìˆkä_3øÏ|´&Ú8_—TÚÜO‰²Ëo}ÈîƒH£J­»o¯vi^ýÒ&¼ri]ÄëuÞ©øÒ•Ä2×û`§b7æñjw>â%91 öxICðŠ÷ËUâuãñ²8¢S󊦃Fñ*õ0µNLàÕ¯CÂ+BʵxŽxÉY¼ô4&áòé,^K÷ÍãÕ.m«_Ú„W.­qkñzíóu`êœ+ñzí3ν1W»ó/x-7ÁK0"mh­(v_R‡ý‰¯fÜþgž°Z?&ë—"–k!ÕZÂ^x0• + £ÁäÕh@mÉVõe/ +д«• éW+A“«eéZhn"4BˆÍM„æ¦M»ó2CŽº4L!#4«gæ³IYiý0{e1„NÊ +6˜óÀÔú0L¿ ˜\©×s•º$ãC€SZÝ%]5vIWºÚ¥MtõK›èÊ¥µËóþîÎÆˆØ gc>)e|íꤓDè-è’ÎNm ‹WÔ]Ò§|LºNúþÈ7:'Glÿì}¡Oªvä>bh;CšµˆÝŽYŸ‰Õ44±šö¢PWèp?b°ûƒ÷íò,þÕ= LÀàqÄàqƒç#ÆÎ7ÁÀ‚:b *G>c_Ãü$ù02ÌQÓ +é\(¡PëÌ +ýz$rA¤­¨/D%|OítÊ©Ù÷·7®¯3|[à­]ãÄ[¿Æ‰·\c+ÖòæëxÌbO…0{|‰S]Âó¼µ;yÓœPÈB7à Áqx[_ŸŽM¾©a +[¾ur¹W…¥2Õ>ÁV¿ï‰­Üyé*Š ¡±aØÜr­Ã¨–­Ó#%Ôþ…¼x÷a’yoõZJnÆ¢7”ÄúÝÃBý®Ã÷H <·Ö›PÂ,Qa3k)yëû ?€âF%J¼ÙÖ½-PRëé%ýb%J2µÔr9æC‡%¾M¡¸ Ç÷=hrÎø`ÎsÒîâ¤ßÿÄIæ¿]^ÚðSÚ„$˜Ä:,mxéw ))½1ÏI»ïá ¼ÓÛ0%åð3‚bׂr:‚bFPL+(§ó T»z” ÔJ är)±–”ëHŠà&’B‘"س¬tHYÙ@‚ÄJ.µkañ©ç‹‰°\cï‚Æ,,ÎGX,#Ân‹°špaqkayâaaÞu3ŽlŒlͽž`©uu–~µ",r©årËŸZH +/WZ-xK ʈ|ãwi £É¶0úµB†ŠpD£r3w郻æl—5Ø/kð@VëÐY¸’àSDŒËD›õøޜǬÝň|ê|‹õ +ÂPB[;éZÊpC–Nô»©`¶QV¨ëÕz:Y·V‰±\,¥Ö2v:2†ëЕ›`ŒMCÆÆ%CÓ”±iÌØâ’¡vafÝÂ&Êra]Ûͼ´Üõe,à½,ðÚ]øIGØ;«…Ä©ˆ[‹ßŬ @8ðXTãWØ\Wëé~ÝZ%ür±”^‹üàJú:Î`k®‚É!ÝÌyHšÝOt»Ÿ ÉÝwl-$7¸&Ü÷Y¸ÿ!ñ­´7æ!iv=B"8qfJ„!–ÅóøZJnGJøH ”|\ˆúÚGŸû~ïSÜçî+³6î¿»í@s8̃«gâ¾]€øý¤ÈÏpË«Þ¥=µB"íRÄ(@Ï硺6Øóñß.A€)Âûp úì%àÖ& *¦ybíhX½¢T>Ûã;HE7»cAâ©(y'1^ý¦ŸÄ D +±¦o)óQ/Ðgˆœ@ËUVv-hXp0˜ÿ³ÐÁÔ¡pVDÖŽ¡JEŒa¿›Î…ub-Àg#À2ø,ø¬p‡`î,q›l»TË\V|?µÃú+̶|¯´C¼ÚåûHn Z"2—M¹µD¾ö)˹H)ßpš¦|C :ÍN‡ Hää8YÑõ¥cwpÜ°lG`,ì Æ6Ëw‚…³w:Ôˆ AÃä ·"9,¦âª’¡wXÆ%œ´µ|‡7Öw‚*ðV+Ïoý +GÞ$Öt-oÆT“©& ©æE\!ØŠníQÍv­šýZE4´rªM¿•N ó¾‡É©×Ä8²îðŠ›¸ +3ÝÊ%áN­»wžúv¡#õz‹^“kBÆòHÍú‹Ôúùã¹Iã?4ñ˜”ê^óËR¯©ûzL½Ioy —fké½Jô†nÁUæ¯WMs…½#r&Èõ&}ïœNWþþî:iÅq͘Œ¦?Šbä–QCüÒÎ Ð?¦¹-õÖº«§–[,µ‡&±­Y’’]‹Û™ôˆ­nMv¿/a[éñ¹Ýš%xsÑ4_ ïíØõâRqç‚ÉŽø‡5¡3˜5»ŸHëv?Á–»ï–—…ü–Ít[Ü™"C°ãL7ä¶Ç…™îv×#,‚÷¨nra Zcm§fUÈZØHKóTÀ«-µ.OàÒ¯Zâ%—M‹µ¼ÜŒCC> ù84ä^ÚHÀô ˆÉpv-1ïÓÙy&Nš &§x²±ájÚˆØÀo•Ýøx%ظJlÞû0 x"k ¢Ù6=»a"±Së÷;ýÒ%vrítÍb‘´=ÝÃròô|vyÍHܜҲrdakJ‡Ò Ò~¥¤¹Ònù(Œ ÿ!ÅÊg<ºn09õ—%HÛ2g‰z“š U„Ûx*­Ÿ¸¸“Cë±üYWºŽ~Þ§zcáܨz½îÓ½…æ ï\t]³NåÞº ïÓ¼wžõhùÞBëx®5£t-á>q•¸KŽë¹ñSê»%.Ù<á=DÄ-%‹+ÐVάŽBL°úªlÈʘÀCá5‹•éz‹ïSKøG…c«ª¥š€»_íÈöܺfLÚÁæ¿‘€sðBÏGôka +Ûm:„Häõ Á;‚Q¶¼«ÔµŠ´…0 WçÁkW rïd¶(2í E ãe±\.øqÜFÃÁpSdÿßøm–1oÌCPùÜ t{žÈ]צßDH‰#€hâ°n®¢<\l×,áÒ­Y¢%׌Q¾––Û‘5Ò¢FZT–fÿ#,Ò½É:K¦ ŸPñ;\ÄZZ†¯r‰À˜Ìpy`íylj=˜à¦_„N®‚¶ ÉRŽ¡ÀÆ3pX<ǯ'+õíB$ú…H4äB0*ÖÒàk'ÒbÒ6.©¾wÕ´@C»Á‰ÜdA%tüØÀ 8,ÿ?χßäÏ| ¦ezÿyaAeõ£OpÐï}â w_»J0Çþ¼9“&»Ñl˜ìþ즀L»f ™~Í2¹fŒÊµÈà‘Ô8'¨ Ãx4Wç‘iW "¿b‹ï´aÌÄBÆò˜úç±ÅP·íªøqhÂ?áê<4µ?M¿ÿ š\S³4äNç¡ã&49SД·µ|R8ªCµ„M¿j ›\5FÕZlðXßÈp> endobj +405 0 obj << +/D [403 0 R /XYZ 90 729 null] +>> endobj +275 0 obj << +/D [403 0 R /XYZ 259.166 110.135 null] +>> endobj +402 0 obj << +/Font << /F39 232 0 R /F37 237 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +408 0 obj << +/Length 755 +/Filter /FlateDecode +>> +stream +xÚݘMoÛ0 †ïþÂNñÁªDêsÇvë€ÖmÍaXÛƒ“¸A'M»¶ÃþýèÈÙâÔ]¡¤0Œ\B%&é5ýˆ¦`S&اD¼b‡ÉÑ)zæ¹7`Øð†…bl8a—ƒoE*õ`úXæ÷éõðŒe<7Z³ {)ƒ×ùýl:[äešƒ+¡Eå|tªìÆüè¹H¾ +™<-¦Á©¹Á=ÀÚ‰f’µ“eRr¯5¬¼ /×^yš)ëÈ1ŒN‚¹ ¦ Fã‚ùQÇ€‚0: æÝz.°ßÃð²lYfæh4Ì¢Â:Žoç£ü÷kh+74Eh Á5DÐÜ"öM„“¼?><äq©0~IÙ"ƒÏrú&Ãçb™—³ÿ‹Ûa• ~SšË£éR„äã0¹KªÛ#Ý­¸¡ÄÖdµÔl> endobj +409 0 obj << +/D [407 0 R /XYZ 90 729 null] +>> endobj +276 0 obj << +/D [407 0 R /XYZ 267.789 176.712 null] +>> endobj +406 0 obj << +/Font << /F39 232 0 R /F47 267 0 R /F37 237 0 R /F128 400 0 R /F101 348 0 R /F129 401 0 R /F134 410 0 R /F135 411 0 R /F136 412 0 R /F137 413 0 R /F107 367 0 R /F138 414 0 R /F139 415 0 R /F140 416 0 R /F141 417 0 R /F142 418 0 R /F143 419 0 R /F144 420 0 R /F145 421 0 R /F146 422 0 R /F147 423 0 R /F148 424 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +427 0 obj << +/Length 2046 +/Filter /FlateDecode +>> +stream +xÚíšYo7Çßó)„>­€Šå}ôMIä¢)Ð…ÐMʱâC²eH‰S£_¾Ã%÷.×– Ɇ›¼xWŽ¸¢Å/ó!SÅéÇål=ükúZ3­ÖFÌ„æFLfehîøÌXÈáƒô£MÈxK)-³±V Z9†#ÉE±jè Š‰ðûÕê×{SÖã‹ñl¶ëâ-2$.ŽÂóxµô/¼x7^ÆœqxþQ×8 %^m{´¨%LÁP–F~ +@•VK4 p,1¹ØDG.oÃËMbíÍø|³ßfÆ’QF„âUSéPL.—W$ë$^ÌÆó7m2:.F µ© Ô Œjº­†å«Ú€ërÎF’QbU5×"”_´ÍT¶ØŒ§ß„l ãdùÃUR+måvõ·?eŠ³Òµ ü2¬X¬¾ÉV¡àIiã ,Œ(²^i,®4&Í ÉXÇf¢¹MÇ™¹š0c*»ÏÀµ²òÅêS2àÈY)ˆ¬êø)ʬ*´ºsJ¡ðR5òS´úd8bÅ*¼ÏñY›²IqŠ~›b²Èë1NT=]ÇF'¿ÃwÒþ@ð$•ëAhC¨°x=Ÿ\E$k»,ˆrµCoÊ,;µ kÍZÐN”bƒVÎb¼€1PTçïÇëqx]¬¯’éC®YI´«?ÍëX>óòùjé³Õ¹Z7¤*Òñ¬hP[¯‡Ír|Úº +Éâvœ±jqZ×ò+×î qhè®å¨ѦÄë£ßB¥ëŧjê± ­ˆƒ»°sO{îÒ»œ»tzî²[œ»°· ÆG™r Dèìí’iã¡,U!ÀÑÀ2W¾‰×9‰ï¶eÜT2î-lÛÑoÛ£‹×~`“ˆ™éFÌ|Ö/µfZo/«Å]ýHuZiØ^ŽÔâŒÚôA]'ÅftšF¦6;h¥ÑðRŽM52ú4v¦ó±âÀ™åX¡½'¥BÓD¡!£Qhš(4d¦ + IA¡é6 +mÔ=v:åvh™hY ´ì +´ì½ÀèQ_àˆ(в%а¸µ@W×7"h‘^Ñ´šõŠ³²öÎq­ã=÷0âÞ{tD,Ob;îZDV”µÊ‹²h‰²;îéE#ʲ#Ê"Š²Œ¢,²¢,1µ(‹"X‰²Œ¢,r¢, +Ü»¬DYT¢,ŠÊè»DYtöÏ"'ÈÖê'Qd ¤ßU‘“« iRM6j?·ñÏmëlžÍÖÙ<÷­3ë•föø›gó,6Ïé´ltÚ ±ãÕ·ltZD–½:-³WÛ²W§eK§ëÛuµZök5² hµLµZf´ºmS^«Q¬ƒiåã‡ê¡¶á;K5 +ÙËäÿ¦(ì-Åç©ÔöÙ(µýäØ›NÛgäÈéôÖAŽ/:}(Nõ™ÃAÂ^€>šØÝthi1;^΃›o‡°Ó§ÅäŸÙåõr¾ ©«÷á‰Ô<|E Ú*¿*]´”+Ü£`jyH­ó"BU Z³5)ááß›,ÊY°áȇÅgïÀ´’Òçdúâ?ÜU˜% +endstream +endobj +426 0 obj << +/Type /Page +/Contents 427 0 R +/Resources 425 0 R +/MediaBox [0 0 612 792] +/Parent 390 0 R +>> endobj +428 0 obj << +/D [426 0 R /XYZ 90 729 null] +>> endobj +277 0 obj << +/D [426 0 R /XYZ 262.125 47.056 null] +>> endobj +425 0 obj << +/Font << /F39 232 0 R /F37 237 0 R /F8 235 0 R /F134 410 0 R /F107 367 0 R /F141 417 0 R /F128 400 0 R /F135 411 0 R /F138 414 0 R /F142 418 0 R /F101 348 0 R /F136 412 0 R /F139 415 0 R /F143 419 0 R /F129 401 0 R /F137 413 0 R /F140 416 0 R /F144 420 0 R /F145 421 0 R /F162 429 0 R /F146 422 0 R /F147 423 0 R /F148 424 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +430 0 obj +[306.7] +endobj +431 0 obj +[0 0 0 614.6 415.4 438.2 398.3 541.7 597.5 358.5 537.8 694.2 797.8 256.1 0 847.9 677.2 967.4 542.2 256.1 398.3 398.3 478 438.2 828 828 734.1 967.4 438.2 398.3 557.7 0 415.4 754 773.9 517.8 637.3 597.5 365.1 788.1 398.3 813.7 743.3 694.2 398.3 478 398.3 654.4 455.2 419.7 569.1 509.3 701.8 628.8 569.1 701.8 608.9 608.9 1047.1 478 438.2 358.5 557.7 537.8 438.2 341.4 694.2 887.7 694.2 341.4 341.4 694.2 541.7 542.2 893.4 797.8 438.2 438.2 365.1 341.4 788.1 478 708.7 531.1 694.2 847.9 628.8 628.8 641.8 608.9 694.2 531.1 256.1 438.2 0 569.1 438.2 861.5 621.2 734.1 588 654.4 787.2 694.2 608.9 542.2 813.7 743.3 787.2 694.2 654.4 341.4 614.6 614.6 574.7 734.1 654.4 596.9 621.2 641.8 608.9 694.2 654.4 614.6 0 534.9 0 626 773.9 773.9 517.8 788.1 788.1 973.1 973.1 828 734.1 734.1 654.4 634.5 588 813.7 953.2 973.1 833.7 588 588 588 734.1 833.7 773.9 773.9 773.9 773.9 773.9 1132.4 893.4 893.4 1047.1 828 768.2 808.1 728.4] +endobj +432 0 obj +[0 0 0 614.6 415.4 438.2 398.3 541.7 597.5 358.5 537.8 694.2 797.8 256.1 0 847.9 677.2 967.4 542.2 256.1 398.3 398.3 478 597.5 828 828 734.1 967.4 438.2 398.3 557.7 0 415.4 754 773.9 517.8 637.3 597.5 365.1 788.1 398.3 813.7 743.3 694.2 398.3 478 398.3 654.4 455.2 419.7 569.1 509.3 701.8 628.8 569.1 701.8 608.9 608.9 1047.1 478 438.2 358.5 557.7 537.8 438.2 341.4 694.2 887.7 694.2 341.4 341.4 694.2 541.7 542.2 893.4 797.8 438.2 438.2 365.1 341.4 788.1 478 708.7 531.1 694.2 847.9 628.8 628.8 641.8 608.9 853.6 531.1 256.1 438.2 0 569.1 438.2 861.5 621.2 734.1 588 654.4 787.2 694.2 608.9 542.2 813.7 743.3 787.2 694.2 654.4 341.4 614.6 614.6 574.7 734.1 654.4 596.9 621.2 641.8 608.9 694.2 654.4 614.6 0 534.9 0 626 773.9 773.9 517.8 788.1 788.1 973.1 973.1 828 734.1 734.1 654.4 634.5 588 813.7 953.2 973.1 833.7 588 588 588 734.1 833.7 773.9 773.9 773.9 773.9 773.9 853.6 893.4 893.4 1047.1 828 768.2 808.1 728.4] +endobj +433 0 obj +[0 0 0 614.6 415.4 438.2 398.3 541.7 597.5 358.5 537.8 694.2 797.8 256.1 0 847.9 677.2 967.4 542.2 256.1 398.3 398.3 478 438.2 828 828 734.1 967.4 438.2 398.3 557.7 0 415.4 754 773.9 517.8 577.6 597.5 365.1 788.1 398.3 813.7 743.3 694.2 398.3 478 398.3 654.4 455.2 419.7 569.1 509.3 701.8 628.8 569.1 701.8 701.8 608.9 1047.1 478 438.2 358.5 557.7 537.8 438.2 341.4 694.2 887.7 694.2 341.4 341.4 694.2 541.7 542.2 833.7 797.8 438.2 438.2 365.1 341.4 788.1 478 708.7 531.1 694.2 847.9 628.8 628.8 641.8 608.9 694.2 531.1 256.1 438.2 0 569.1 438.2 861.5 621.2 734.1 588 654.4 787.2 694.2 608.9 542.2 813.7 743.3 853.6 694.2 654.4 341.4 614.6 614.6 574.7 734.1 654.4 596.9 621.2 641.8 608.9 694.2 654.4 614.6 0 534.9 0 626 773.9 773.9 517.8 788.1 788.1 973.1 973.1 828 734.1 734.1 654.4 634.5 588 813.7 953.2 973.1 833.7 588 588 588 734.1 833.7 773.9 773.9 773.9 773.9 773.9 1132.4 893.4 893.4 1047.1 828 768.2 808.1 728.4] +endobj +434 0 obj +[0 0 0 614.6 415.4 438.2 398.3 541.7 597.5 358.5 537.8 694.2 797.8 256.1 0 847.9 677.2 967.4 542.2 256.1 398.3 398.3 478 438.2 828 828 734.1 967.4 438.2 398.3 557.7 0 415.4 754 773.9 517.8 577.6 597.5 365.1 788.1 398.3 813.7 743.3 694.2 398.3 478 398.3 654.4 455.2 419.7 569.1 509.3 701.8 628.8 569.1 701.8 608.9 608.9 1047.1 478 438.2 358.5 557.7 537.8 438.2 341.4 694.2 887.7 694.2 341.4 341.4 694.2 541.7 542.2 833.7 797.8 438.2 438.2 365.1 341.4 788.1 478 708.7 531.1 694.2 847.9 628.8 628.8 641.8 608.9 694.2 531.1 256.1 438.2 0 569.1 438.2 861.5 621.2 734.1 588 654.4 787.2 694.2 608.9 542.2 813.7 743.3 787.2 694.2 654.4 341.4 614.6 614.6 574.7 734.1 654.4 596.9 621.2 641.8 608.9 694.2 654.4 614.6 0 534.9 0 626 773.9 773.9 517.8 788.1 788.1 973.1 973.1 828 734.1 734.1 654.4 634.5 588 813.7 953.2 973.1 833.7 588 588 588 734.1 833.7 773.9 773.9 773.9 773.9 773.9 1132.4 893.4 893.4 1047.1 828 768.2 808.1 728.4] +endobj +435 0 obj +[0 0 0 614.6 415.4 438.2 398.3 541.7 597.5 358.5 537.8 694.2 797.8 256.1 0 847.9 677.2 967.4 567.1 256.1 398.3 398.3 478 438.2 828 828 734.1 967.4 438.2 398.3 557.7 0 415.4 754 773.9 517.8 637.3 597.5 365.1 788.1 398.3 813.7 743.3 694.2 398.3 478 398.3 654.4 455.2 419.7 569.1 509.3 701.8 628.8 569.1 701.8 608.9 608.9 1047.1 478 438.2 358.5 557.7 537.8 438.2 341.4 694.2 887.7 694.2 341.4 341.4 694.2 541.7 567.1 893.4 797.8 438.2 438.2 365.1 341.4 788.1 478 758.5 531.1 694.2 847.9 628.8 628.8 666.7 608.9 694.2 531.1 256.1 438.2 0 569.1 438.2 861.5 621.2 734.1 588 654.4 787.2 694.2 608.9 567.1 813.7 743.3 787.2 694.2 654.4 341.4 614.6 614.6 574.7 734.1 654.4 596.9 621.2 666.7 608.9 694.2 654.4 614.6 0 534.9 0 626 773.9 773.9 517.8 788.1 788.1 973.1 973.1 828 734.1 734.1 654.4 634.5 588 813.7 953.2 973.1 833.7 588 588 588 734.1 833.7 773.9 773.9 773.9 773.9 773.9 1132.4 893.4 893.4 1047.1 828 768.2 808.1 728.4] +endobj +436 0 obj +[0 0 0 614.6 415.4 438.2 398.3 541.7 597.5 358.5 537.8 694.2 797.8 256.1 0 847.9 677.2 967.4 567.1 256.1 398.3 398.3 478 597.5 828 828 734.1 967.4 438.2 398.3 557.7 0 415.4 754 773.9 517.8 637.3 597.5 365.1 788.1 398.3 813.7 743.3 694.2 398.3 478 398.3 654.4 455.2 419.7 569.1 509.3 701.8 628.8 569.1 701.8 608.9 608.9 1047.1 478 438.2 358.5 557.7 537.8 438.2 341.4 694.2 887.7 694.2 341.4 341.4 694.2 541.7 567.1 893.4 797.8 438.2 438.2 365.1 341.4 788.1 478 758.5 531.1 694.2 847.9 628.8 628.8 666.7 608.9 853.6 531.1 256.1 438.2 0 569.1 438.2 861.5 621.2 734.1 588 654.4 787.2 694.2 608.9 567.1 813.7 743.3 787.2 694.2 654.4 341.4 614.6 614.6 574.7 734.1 654.4 596.9 621.2 666.7 608.9 694.2 654.4 614.6 0 534.9 0 626 773.9 773.9 517.8 788.1 788.1 973.1 973.1 828 734.1 734.1 654.4 634.5 588 813.7 953.2 973.1 833.7 588 588 588 734.1 833.7 773.9 773.9 773.9 773.9 773.9 853.6 893.4 893.4 1047.1 828 768.2 808.1 728.4] +endobj +437 0 obj +[0 0 0 614.6 415.4 438.2 398.3 541.7 597.5 358.5 537.8 694.2 797.8 256.1 0 847.9 677.2 967.4 567.1 256.1 398.3 398.3 478 438.2 828 828 734.1 967.4 438.2 398.3 557.7 0 415.4 754 773.9 517.8 577.6 597.5 365.1 788.1 398.3 813.7 743.3 694.2 398.3 478 398.3 654.4 455.2 419.7 569.1 509.3 701.8 628.8 569.1 701.8 701.8 608.9 1047.1 478 438.2 358.5 557.7 537.8 438.2 341.4 694.2 887.7 694.2 341.4 341.4 694.2 541.7 567.1 833.7 797.8 438.2 438.2 365.1 341.4 788.1 478 758.5 531.1 694.2 847.9 628.8 628.8 666.7 608.9 694.2 531.1 256.1 438.2 0 569.1 438.2 861.5 621.2 734.1 588 654.4 787.2 694.2 608.9 567.1 813.7 743.3 853.6 694.2 654.4 341.4 614.6 614.6 574.7 734.1 654.4 596.9 621.2 666.7 608.9 694.2 654.4 614.6 0 534.9 0 626 773.9 773.9 517.8 788.1 788.1 973.1 973.1 828 734.1 734.1 654.4 634.5 588 813.7 953.2 973.1 833.7 588 588 588 734.1 833.7 773.9 773.9 773.9 773.9 773.9 1132.4 893.4 893.4 1047.1 828 768.2 808.1 728.4] +endobj +438 0 obj +[0 0 0 614.6 415.4 438.2 398.3 541.7 597.5 358.5 537.8 694.2 797.8 256.1 0 847.9 677.2 967.4 567.1 256.1 398.3 398.3 478 438.2 828 828 734.1 967.4 438.2 398.3 557.7 0 415.4 754 773.9 517.8 577.6 597.5 365.1 788.1 398.3 813.7 743.3 694.2 398.3 478 398.3 654.4 455.2 419.7 569.1 509.3 701.8 628.8 569.1 701.8 608.9 608.9 1047.1 478 438.2 358.5 557.7 537.8 438.2 341.4 694.2 887.7 694.2 341.4 341.4 694.2 541.7 567.1 833.7 797.8 438.2 438.2 365.1 341.4 788.1 478 758.5 531.1 694.2 847.9 628.8 628.8 666.7 608.9 694.2 531.1 256.1 438.2 0 569.1 438.2 861.5 621.2 734.1 588 654.4 787.2 694.2 608.9 567.1 813.7 743.3 787.2 694.2 654.4 341.4 614.6 614.6 574.7 734.1 654.4 596.9 621.2 666.7 608.9 694.2 654.4 614.6 0 534.9 0 626 773.9 773.9 517.8 788.1 788.1 973.1 973.1 828 734.1 734.1 654.4 634.5 588 813.7 953.2 973.1 833.7 588 588 588 734.1 833.7 773.9 773.9 773.9 773.9 773.9 1132.4 893.4 893.4 1047.1 828 768.2 808.1 728.4] +endobj +439 0 obj +[614.6 415.4 438.2 398.3 541.7 597.5 358.5 537.8 694.2 797.8 256.1 0 847.9 677.2 967.4 574.1 256.1 398.3 398.3 478 438.2 828 828 734.1 967.4 438.2 398.3 557.7 0 415.4 754 773.9 517.8 637.3 597.5 365.1 788.1 398.3 813.7 743.3 694.2 398.3 478 398.3 654.4 455.2 419.7 569.1 509.3 701.8 628.8 569.1 701.8 608.9 608.9 1047.1 478 438.2 358.5 557.7 537.8 438.2 341.4 694.2 887.7 694.2 341.4 341.4 694.2 541.7 574.1 893.4 797.8 438.2 438.2 365.1 341.4 788.1 478 772.5 531.1 694.2 847.9 628.8 628.8 673.7 608.9 694.2 531.1 256.1 438.2 0 569.1 438.2 861.5 621.2 734.1 588 654.4 787.2 694.2 608.9 574.1 813.7 743.3 787.2 694.2 654.4 341.4 614.6 614.6 574.7 734.1 654.4 596.9 621.2 673.7 608.9 694.2 654.4 614.6 0 534.9 0 626 773.9 773.9 517.8 788.1 788.1 973.1 973.1 828 734.1 734.1 654.4 634.5 588 813.7 953.2 973.1 833.7 588 588 588 734.1 833.7 773.9 773.9 773.9 773.9 773.9 1132.4 893.4 893.4 1047.1 828 768.2 808.1 728.4] +endobj +440 0 obj +[614.6 415.4 438.2 398.3 541.7 597.5 358.5 537.8 694.2 797.8 256.1 0 847.9 677.2 967.4 574.1 256.1 398.3 398.3 478 597.5 828 828 734.1 967.4 438.2 398.3 557.7 0 415.4 754 773.9 517.8 637.3 597.5 365.1 788.1 398.3 813.7 743.3 694.2 398.3 478 398.3 654.4 455.2 419.7 569.1 509.3 701.8 628.8 569.1 701.8 608.9 608.9 1047.1 478 438.2 358.5 557.7 537.8 438.2 341.4 694.2 887.7 694.2 341.4 341.4 694.2 541.7 574.1 893.4 797.8 438.2 438.2 365.1 341.4 788.1 478 772.5 531.1 694.2 847.9 628.8 628.8 673.7 608.9 853.6 531.1 256.1 438.2 0 569.1 438.2 861.5 621.2 734.1 588 654.4 787.2 694.2 608.9 574.1 813.7 743.3 787.2 694.2 654.4 341.4 614.6 614.6 574.7 734.1 654.4 596.9 621.2 673.7 608.9 694.2 654.4 614.6 0 534.9 0 626 773.9 773.9 517.8 788.1 788.1 973.1 973.1 828 734.1 734.1 654.4 634.5 588 813.7 953.2 973.1 833.7 588 588 588 734.1 833.7 773.9 773.9 773.9 773.9 773.9 853.6 893.4 893.4 1047.1 828 768.2 808.1 728.4] +endobj +441 0 obj +[614.6 415.4 438.2 398.3 541.7 597.5 358.5 537.8 694.2 797.8 256.1 0 847.9 677.2 967.4 574.1 256.1 398.3 398.3 478 438.2 828 828 734.1 967.4 438.2 398.3 557.7 0 415.4 754 773.9 517.8 577.6 597.5 365.1 788.1 398.3 813.7 743.3 694.2 398.3 478 398.3 654.4 455.2 419.7 569.1 509.3 701.8 628.8 569.1 701.8 701.8 608.9 1047.1 478 438.2 358.5 557.7 537.8 438.2 341.4 694.2 887.7 694.2 341.4 341.4 694.2 541.7 574.1 833.7 797.8 438.2 438.2 365.1 341.4 788.1 478 772.5 531.1 694.2 847.9 628.8 628.8 673.7 608.9 694.2 531.1 256.1 438.2 0 569.1 438.2 861.5 621.2 734.1 588 654.4 787.2 694.2 608.9 574.1 813.7 743.3 853.6 694.2 654.4 341.4 614.6 614.6 574.7 734.1 654.4 596.9 621.2 673.7 608.9 694.2 654.4 614.6 0 534.9 0 626 773.9 773.9 517.8 788.1 788.1 973.1 973.1 828 734.1 734.1 654.4 634.5 588 813.7 953.2 973.1 833.7 588 588 588 734.1 833.7 773.9 773.9 773.9 773.9 773.9 1132.4 893.4 893.4 1047.1 828 768.2 808.1 728.4] +endobj +442 0 obj +[614.6 415.4 438.2 398.3 541.7 597.5 358.5 537.8 694.2 797.8 256.1 0 847.9 677.2 967.4 542.2 256.1 398.3 398.3 478 438.2 828 828 734.1 967.4 438.2 398.3 557.7 0 415.4 754 773.9 517.8 637.3 597.5 365.1 788.1 398.3 813.7 743.3 694.2 398.3 478 398.3 654.4 455.2 419.7 569.1 509.3 701.8 628.8 569.1 701.8 608.9 608.9 1047.1 478 438.2 358.5 557.7 537.8 438.2 341.4 694.2 887.7 694.2 341.4 341.4 694.2 541.7 542.2 893.4 797.8 438.2 438.2 365.1 341.4 788.1 478 708.7 531.1 694.2 847.9 628.8 628.8 641.8 608.9 694.2 531.1 256.1 438.2 0 569.1 438.2 861.5 621.2 734.1 588 654.4 787.2 694.2 608.9 542.2 813.7 743.3 787.2 694.2 654.4 341.4 614.6 614.6 574.7 734.1 654.4 596.9 621.2 641.8 608.9 694.2 654.4 614.6 0 534.9 0 626 773.9 773.9 517.8 788.1 788.1 973.1 973.1 828 734.1 734.1 654.4 634.5 588 813.7 953.2 973.1 833.7 588 588 588 734.1 833.7 773.9 773.9 773.9 773.9 773.9 1132.4 893.4 893.4 1047.1 828 768.2 808.1 728.4] +endobj +443 0 obj +[614.6 415.4 438.2 398.3 541.7 597.5 358.5 537.8 694.2 797.8 256.1 0 847.9 677.2 967.4 542.2 256.1 398.3 398.3 478 597.5 828 828 734.1 967.4 438.2 398.3 557.7 0 415.4 754 773.9 517.8 637.3 597.5 365.1 788.1 398.3 813.7 743.3 694.2 398.3 478 398.3 654.4 455.2 419.7 569.1 509.3 701.8 628.8 569.1 701.8 608.9 608.9 1047.1 478 438.2 358.5 557.7 537.8 438.2 341.4 694.2 887.7 694.2 341.4 341.4 694.2 541.7 542.2 893.4 797.8 438.2 438.2 365.1 341.4 788.1 478 708.7 531.1 694.2 847.9 628.8 628.8 641.8 608.9 853.6 531.1 256.1 438.2 0 569.1 438.2 861.5 621.2 734.1 588 654.4 787.2 694.2 608.9 542.2 813.7 743.3 787.2 694.2 654.4 341.4 614.6 614.6 574.7 734.1 654.4 596.9 621.2 641.8 608.9 694.2 654.4 614.6 0 534.9 0 626 773.9 773.9 517.8 788.1 788.1 973.1 973.1 828 734.1 734.1 654.4 634.5 588 813.7 953.2 973.1 833.7 588 588 588 734.1 833.7 773.9 773.9 773.9 773.9 773.9 853.6 893.4 893.4 1047.1 828 768.2 808.1 728.4] +endobj +444 0 obj +[614.6 415.4 438.2 398.3 541.7 597.5 358.5 537.8 694.2 797.8 256.1 0 847.9 677.2 967.4 542.2 256.1 398.3 398.3 478 438.2 828 828 734.1 967.4 438.2 398.3 557.7 0 415.4 754 773.9 517.8 577.6 597.5 365.1 788.1 398.3 813.7 743.3 694.2 398.3 478 398.3 654.4 455.2 419.7 569.1 509.3 701.8 628.8 569.1 701.8 701.8 608.9 1047.1 478 438.2 358.5 557.7 537.8 438.2 341.4 694.2 887.7 694.2 341.4 341.4 694.2 541.7 542.2 833.7 797.8 438.2 438.2 365.1 341.4 788.1 478 708.7 531.1 694.2 847.9 628.8 628.8 641.8 608.9 694.2 531.1 256.1 438.2 0 569.1 438.2 861.5 621.2 734.1 588 654.4 787.2 694.2 608.9 542.2 813.7 743.3 853.6 694.2 654.4 341.4 614.6 614.6 574.7 734.1 654.4 596.9 621.2 641.8 608.9 694.2 654.4 614.6 0 534.9 0 626 773.9 773.9 517.8 788.1 788.1 973.1 973.1 828 734.1 734.1 654.4 634.5 588 813.7 953.2 973.1 833.7 588 588 588 734.1 833.7 773.9 773.9 773.9 773.9 773.9 1132.4 893.4 893.4 1047.1 828 768.2 808.1 728.4] +endobj +445 0 obj +[614.6 415.4 438.2 398.3 541.7 597.5 358.5 537.8 694.2 797.8 256.1 0 847.9 677.2 967.4 542.2 256.1 398.3 398.3 478 438.2 828 828 734.1 967.4 438.2 398.3 557.7 0 415.4 754 773.9 517.8 577.6 597.5 365.1 788.1 398.3 813.7 743.3 694.2 398.3 478 398.3 654.4 455.2 419.7 569.1 509.3 701.8 628.8 569.1 701.8 608.9 608.9 1047.1 478 438.2 358.5 557.7 537.8 438.2 341.4 694.2 887.7 694.2 341.4 341.4 694.2 541.7 542.2 833.7 797.8 438.2 438.2 365.1 341.4 788.1 478 708.7 531.1 694.2 847.9 628.8 628.8 641.8 608.9 694.2 531.1 256.1 438.2 0 569.1 438.2 861.5 621.2 734.1 588 654.4 787.2 694.2 608.9 542.2 813.7 743.3 787.2 694.2 654.4 341.4 614.6 614.6 574.7 734.1 654.4 596.9 621.2 641.8 608.9 694.2 654.4 614.6 0 534.9 0 626 773.9 773.9 517.8 788.1 788.1 973.1 973.1 828 734.1 734.1 654.4 634.5 588 813.7 953.2 973.1 833.7 588 588 588 734.1 833.7 773.9 773.9 773.9 773.9 773.9 1132.4 893.4 893.4 1047.1 828 768.2 808.1 728.4] +endobj +446 0 obj +[0 0 0 614.6 415.4 438.2 398.3 541.7 597.5 358.5 537.8 694.2 797.8 256.1 0 847.9 677.2 967.4 553.1 256.1 398.3 398.3 478 438.2 828 828 734.1 967.4 438.2 398.3 557.7 0 415.4 754 773.9 517.8 637.3 597.5 365.1 788.1 398.3 813.7 743.3 694.2 398.3 478 398.3 654.4 455.2 419.7 569.1 509.3 701.8 628.8 569.1 701.8 608.9 608.9 1047.1 478 438.2 358.5 557.7 537.8 438.2 341.4 694.2 887.7 694.2 341.4 341.4 694.2 541.7 553.1 893.4 797.8 438.2 438.2 365.1 341.4 788.1 478 730.5 531.1 694.2 847.9 628.8 628.8 652.7 608.9 694.2 531.1 256.1 438.2 0 569.1 438.2 861.5 621.2 734.1 588 654.4 787.2 694.2 608.9 553.1 813.7 743.3 787.2 694.2 654.4 341.4 614.6 614.6 574.7 734.1 654.4 596.9 621.2 652.7 608.9 694.2 654.4 614.6 0 534.9 0 626 773.9 773.9 517.8 788.1 788.1 973.1 973.1 828 734.1 734.1 654.4 634.5 588 813.7 953.2 973.1 833.7 588 588 588 734.1 833.7 773.9 773.9 773.9 773.9 773.9 1132.4 893.4 893.4 1047.1 828 768.2 808.1 728.4] +endobj +447 0 obj +[0 0 0 614.6 415.4 438.2 398.3 541.7 597.5 358.5 537.8 694.2 797.8 256.1 0 847.9 677.2 967.4 553.1 256.1 398.3 398.3 478 438.2 828 828 734.1 967.4 438.2 398.3 557.7 0 415.4 754 773.9 517.8 577.6 597.5 365.1 788.1 398.3 813.7 743.3 694.2 398.3 478 398.3 654.4 455.2 419.7 569.1 509.3 701.8 628.8 569.1 701.8 701.8 608.9 1047.1 478 438.2 358.5 557.7 537.8 438.2 341.4 694.2 887.7 694.2 341.4 341.4 694.2 541.7 553.1 833.7 797.8 438.2 438.2 365.1 341.4 788.1 478 730.5 531.1 694.2 847.9 628.8 628.8 652.7 608.9 694.2 531.1 256.1 438.2 0 569.1 438.2 861.5 621.2 734.1 588 654.4 787.2 694.2 608.9 553.1 813.7 743.3 853.6 694.2 654.4 341.4 614.6 614.6 574.7 734.1 654.4 596.9 621.2 652.7 608.9 694.2 654.4 614.6 0 534.9 0 626 773.9 773.9 517.8 788.1 788.1 973.1 973.1 828 734.1 734.1 654.4 634.5 588 813.7 953.2 973.1 833.7 588 588 588 734.1 833.7 773.9 773.9 773.9 773.9 773.9 1132.4 893.4 893.4 1047.1 828 768.2 808.1 728.4 628.8 628.8 853.6 621.2 621.2 621.2 621.2 1012.9 628.8 730.5 730.5 1012.9 1012.9 730.5 929.6 730.5 652.7 652.7 730.5 652.7 973.1 1012.9 1012.9 1012.9 1012.9 730.5 730.5 1012.9 730.5 730.5 1012.9 1012.9 828 788.1 1052.7 1027.1 743.3 1012.9 1052.7 887.7 828 1092.6 694.2 734.1 734.1 1206.4 734.1 813.7 628.8 973.1 833.7 628.8 773.9 654.4 654.4 773.9 621.2 853.6 893.4 853.6 853.6 734.1 628.8 694.2 694.2 953.2 652.7 1012.9 1092.6 438.2 478 438.2] +endobj +448 0 obj +[419.7 569.1 509.3 701.8 628.8 569.1 701.8 608.9 608.9 1047.1 478 438.2 358.5 557.7 537.8 438.2 341.4 694.3 887.7 694.3 341.4 341.4 694.3 541.7 553.1 893.4 797.8 438.2 438.2 365.1 341.4 788.1 478 730.5 531.1 694.3 847.9 628.8 628.8 652.7 608.9 853.6 531.1 256.1 438.2 0 569.1 438.2 861.6 621.2 734.1 588 654.4 787.2 694.3 608.9 553.1 813.8 743.3 787.2 694.3 654.4 341.4 614.6 614.6 574.8] +endobj +449 0 obj +[614.6 415.4 438.2 398.3 541.7 597.5 358.5 537.8 694.2 797.8 256.1 0 847.9 677.2 967.4 574.1 256.1 398.3 398.3 478 438.2 828 828 734.1 967.4 438.2 398.3 557.7 0 415.4 754 773.9 517.8 577.6 597.5 365.1 788.1 398.3 813.7 743.3 694.2 398.3 478 398.3 654.4 455.2 419.7 569.1 509.3 701.8 628.8 569.1 701.8 608.9 608.9 1047.1 478 438.2 358.5 557.7 537.8 438.2 341.4 694.2 887.7 694.2 341.4 341.4 694.2 541.7 574.1 833.7 797.8 438.2 438.2 365.1 341.4 788.1 478 772.5 531.1 694.2 847.9 628.8 628.8 673.7 608.9 694.2 531.1 256.1 438.2 0 569.1 438.2 861.5 621.2 734.1 588 654.4 787.2 694.2 608.9 574.1 813.7 743.3 787.2 694.2 654.4 341.4 614.6 614.6 574.7 734.1 654.4 596.9 621.2 673.7 608.9 694.2 654.4 614.6 0 534.9 0 626 773.9 773.9 517.8 788.1 788.1 973.1 973.1 828 734.1 734.1 654.4 634.5 588 813.7 953.2 973.1 833.7 588 588 588 734.1 833.7 773.9 773.9 773.9 773.9 773.9 1132.4 893.4 893.4 1047.1 828 768.2 808.1 728.4] +endobj +450 0 obj +[666.7 0 0 0 622.2 622.2 0 0 0 0 0 0 800 666.7 666.7 622.2 0 0 622.2 577.8] +endobj +451 0 obj +[0 0 0 614.6 415.4 438.2 398.3 541.7 597.5 358.5 537.8 694.2 797.8 256.1 0 847.9 677.2 967.4 553.1 256.1 398.3 398.3 478 597.5 828 828 734.1 967.4 438.2 398.3 557.7 0 415.4 754 773.9 517.8 637.3 597.5 365.1 788.1 398.3 813.7 743.3 694.2 398.3 478 398.3 654.4 455.2 419.7 569.1 509.3 701.8 628.8 569.1 701.8 608.9 608.9 1047.1 478 438.2 358.5 557.7 537.8 438.2 341.4 694.2 887.7 694.2 341.4 341.4 694.2 541.7 553.1 893.4 797.8 438.2 438.2 365.1 341.4 788.1 478 730.5 531.1 694.2 847.9 628.8 628.8 652.7 608.9 853.6 531.1 256.1 438.2 0 569.1 438.2 861.5 621.2 734.1 588 654.4 787.2 694.2 608.9 553.1 813.7 743.3 787.2 694.2 654.4 341.4 614.6 614.6 574.7 734.1 654.4 596.9 621.2 652.7 608.9 694.2 654.4 614.6 0 534.9 0 626 773.9 773.9 517.8 788.1 788.1 973.1 973.1 828 734.1 734.1 654.4 634.5 588 813.7 953.2 973.1 833.7 588 588 588 734.1 833.7 773.9 773.9 773.9 773.9 773.9 853.6 893.4 893.4 1047.1 828 768.2 808.1 728.4 628.8 628.8 787.2 621.2 621.2 621.2 621.2 1012.9 628.8 730.5 730.5 1012.9 1012.9 730.5 929.6 730.5 652.7 652.7 730.5 652.7 973.1 1012.9 1012.9 1012.9 1012.9 730.5 730.5 1012.9 730.5 730.5 1012.9 1012.9 828 788.1 1052.7 1027.1 743.3 1012.9 1052.7 887.7 828 1092.6 694.2 734.1 734.1 1206.4 734.1 813.7 628.8 973.1 833.7 628.8 773.9 654.4 654.4 773.9 621.2 853.6 893.4 853.6 853.6 734.1 628.8 694.2 694.2 953.2 652.7 1012.9 1092.6 438.2 478 438.2] +endobj +452 0 obj +[1000 500 500 1000 1000 1000 777.8 1000 1000 611.1 611.1 1000 1000 1000 777.8 275 1000 666.7 666.7 888.9 888.9 0 0 555.6 555.6 666.7 500 722.2 722.2 777.8 777.8 611.1 798.5 656.8 526.5 771.4 527.8 718.7 594.9 844.5 544.5 677.8 762 689.7 1200.9 820.5 796.1 695.6 816.7 847.5 605.6 544.6 625.8 612.8 987.8 713.3 668.3 724.7 666.7 666.7 666.7 666.7 666.7 611.1 611.1 444.4 444.4 444.4 444.4 500 500 388.9 388.9] +endobj +453 0 obj +[277.8 500 500 500 500 500 500 500 500 500 500 500 277.8 277.8 319.4 777.8 472.2 472.2 666.7 666.7 666.7 638.9 722.2 597.2 569.4 666.7 708.3 277.8 472.2 694.4 541.7 875 708.3 736.1 638.9 736.1 645.8 555.6 680.6 687.5 666.7 944.5 666.7 666.7 611.1 288.9 500 288.9 500 277.8 277.8 480.6 516.7 444.4 516.7 444.4 305.6 500 516.7 238.9 266.7 488.9 238.9 794.4 516.7 500 516.7 516.7 341.7 383.3 361.1 516.7 461.1 683.3 461.1 461.1] +endobj +455 0 obj +[333 500 500 167 333 556 278 333 333 0 333 675 0 556 389 333 278 0 0 0 0 0 0 0 0 0 0 0 0 333 214 250 333 420 500 500 833 778 333 333 333 500 675 250 333 250 278 500 500 500 500 500 500 500 500 500 500 333 333 675 675 675 500 920 611 611 667 722 611 611 722 722 333 444 667 556 833 667 722 611 722 611 500 556 722 611 833 611 556 556 389 278 389 422 500 333 500 500 444 500 444 278 500 500 278 278 444 278 722 500 500 500 500 389 389 278 500 444 667 444 444 389 400 275 400 541 0 0 0 333 500 556 889 500 500 333 1000 500 333 944 0 0 0 0 0 0 556 556 350 500 889 333 980 389 333 667 0 0 556 0 389 500 500 500 500 275 500 333 760 276 500 675 333 760 333 400 675 300 300 333] +endobj +456 0 obj +[525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525] +endobj +457 0 obj +[525 561.1 488.9 561.1 511.1 336.1 550 561.1 255.6 286.1 530.6 255.6] +endobj +458 0 obj +[967.9] +endobj +459 0 obj +[0 0 0 614.6 415.4 438.2 398.3 541.7 597.5 358.5 537.8 694.2 797.8 256.1 0 847.9 677.2 967.4 553.1 256.1 398.3 398.3 478 438.2 828 828 734.1 967.4 438.2 398.3 557.7 0 415.4 754 773.9 517.8 577.6 597.5 365.1 788.1 398.3 813.7 743.3 694.2 398.3 478 398.3 654.4 455.2 419.7 569.1 509.3 701.8 628.8 569.1 701.8 608.9 608.9 1047.1 478 438.2 358.5 557.7 537.8 438.2 341.4 694.2 887.7 694.2 341.4 341.4 694.2 541.7 553.1 833.7 797.8 438.2 438.2 365.1 341.4 788.1 478 730.5 531.1 694.2 847.9 628.8 628.8 652.7 608.9 694.2 531.1 256.1 438.2 0 569.1 438.2 861.5 621.2 734.1 588 654.4 787.2 694.2 608.9 553.1 813.7 743.3 787.2 694.2 654.4 341.4 614.6 614.6 574.7 734.1 654.4 596.9 621.2 652.7 608.9 694.2 654.4 614.6 0 534.9 0 626 773.9 773.9 517.8 788.1 788.1 973.1 973.1 828 734.1 734.1 654.4 634.5 588 813.7 953.2 973.1 833.7 588 588 588 734.1 833.7 773.9 773.9 773.9 773.9 773.9 1132.4 893.4 893.4 1047.1 828 768.2 808.1 728.4 628.8 628.8 787.2 621.2 621.2 621.2 621.2 1012.9 628.8 730.5 730.5 1012.9 1012.9 730.5 929.6 730.5 652.7 652.7 730.5 652.7 973.1 1012.9 1012.9 1012.9 1012.9 730.5 730.5 1012.9 730.5 730.5 1012.9 1012.9 828 788.1 1052.7 1027.1 743.3 1012.9 1052.7 887.7 828 1092.6 694.2 734.1 734.1 1206.4 734.1 813.7 628.8 973.1 833.7 628.8 773.9 654.4 654.4 773.9 621.2 853.6 893.4 853.6 853.6 734.1 628.8 694.2 694.2 953.2 652.7 1012.9 1092.6 438.2 478 438.2 478 398.3 654.4 654.4 813.7 694.2 438.2 438.2 398.3 517.8 517.8 517.8 973.1 588 734.1 773.9 973.1 1052.7 0 614.6] +endobj +460 0 obj +[843.3] +endobj +461 0 obj +[555.6 555.6 833.3 833.3 277.8 305.6 500 500 500 500 500 750 444.4 500 722.2 777.8 500 902.8 1013.9 777.8 277.8 277.8 500 833.3 500 833.3 777.8 277.8 388.9 388.9 500 777.8 277.8 333.3 277.8 500 500 500 500 500 500 500 500 500 500 500 277.8 277.8 277.8 777.8 472.2 472.2 777.8 750 708.3 722.2 763.9 680.6 652.8 784.7 750 361.1 513.9 777.8 625 916.7 750 777.8 680.6 777.8 736.1 555.6 722.2 750 750 1027.8 750 750 611.1 277.8 500 277.8 500 277.8 277.8 500 555.6 444.4 555.6 444.4 305.6 500 555.6 277.8 305.6 527.8 277.8 833.3 555.6 500 555.6 527.8 391.7 394.4 388.9 555.6 527.8 722.2 527.8 527.8 444.4] +endobj +462 0 obj +[319.4 351.4 575 575 575 575 575 869.4 511.1 597.2 830.6 894.4 575 1041.7 1169.4 894.4 319.4 350 602.8 958.3 575 958.3 894.4 319.4 447.2 447.2 575 894.4 319.4 383.3 319.4 575 575 575 575 575 575 575 575 575 575 575 319.4 319.4 350 894.4 543.1 543.1 894.4 869.4 818.1 830.6 881.9 755.6 723.6 904.2 900 436.1 594.4 901.4 691.7 1091.7 900 863.9 786.1 863.9 862.5 638.9 800 884.7 869.4 1188.9 869.4 869.4 702.8 319.4 602.8 319.4 575 319.4 319.4 559 638.9 511.1 638.9 527.1 351.4 575 638.9 319.4 351.4 606.9 319.4 958.3 638.9 575 638.9 606.9 473.6 453.6 447.2 638.9 606.9 830.6 606.9] +endobj +463 0 obj +[556 556 167 333 611 278 333 333 0 333 564 0 611 444 333 278 0 0 0 0 0 0 0 0 0 0 0 0 333 180 250 333 408 500 500 833 778 333 333 333 500 564 250 333 250 278 500 500 500 500 500 500 500 500 500 500 278 278 564 564 564 444 921 722 667 667 722 611 556 722 722 333 389 722 611 889 722 722 556 722 667 556 611 722 722 944 722 722 611 333 278 333 469 500 333 444 500 444 500 444 333 500 500 278 278 500 278 778 500 500 500 500 333 389 278 500 500 722 500 500 444 480 200 480 541 0 0 0 333 500 444 1000 500 500 333 1000 556 333 889 0 0 0 0 0 0 444 444 350 500 1000 333 980 389 333 722 0 0 722 0 333 500 500 500 500 200 500 333 760 276 500 564 333 760 333 400 564 300 300 333 500 453 250 333] +endobj +464 0 obj +[556 556 167 333 667 278 333 333 0 333 570 0 667 444 333 278 0 0 0 0 0 0 0 0 0 0 0 0 333 278 250 333 555 500 500 1000 833 333 333 333 500 570 250 333 250 278 500 500 500 500 500 500 500 500 500 500 333 333 570 570 570 500 930 722 667 722 722 667 611 778 778 389 500 778 667 944 722 778 611 778 722 556 667 722 722 1000 722 722 667 333 278 333 581 500 333 500 556 444 556 444 333 500 556 278 333 556 278 833 556 500 556 556 444 389 333 556 500 722 500 500 444 394 220 394 520 0 0 0 333 500 500 1000 500 500 333 1000 556 333 1000 0 0 0 0 0 0 500 500 350 500 1000 333 1000 389 333 722 0 0 722 0 333 500 500 500 500 220 500 333 747 300 500 570 333 747 333] +endobj +465 0 obj << +/Length1 1433 +/Length2 9018 +/Length3 0 +/Length 9853 +/Filter /FlateDecode +>> +stream +xÚ­”eX\Û²®‘@pw4îîÜÝÝ¡‡ÆÝÝ5÷×`!Ü=w‚Kðàr{­uöJÎ>ïÓýc¾c|UõUÍ1&5¹ª³l’;º1³³° $”ÄuÙÙì,llâHÔÔ. 37°£¤™HÀÎÏÏ™C n.6$j€ØÉÛÅÆÊÚ @'Aÿ—ˆ ær±±0s(™¹Yƒ 9,Ìì` ›7 @ÌÞ þW„+@ä +rñYØÙ@ 7€9ÈÊƉõ/OrŽ–`ï?Ë@w§ÿly€\\!¦tÛ¤@LÁŽöÞ È‰U ©‚xùÿaë¿“K»ÛÛ+›9ü•þïIýŸ}3{ïÿQ€œÜÝ@.%0äâøßRÐ?æÄÁöÿ§Œœ›™½…˜£•=ÀöÏ’«´¨jãfa °4³wý½rþ·Èàþ6À*£ ©"¥Æø?ïôïMU3G7Mo§Óþ¥þ›Ù3d:.6^6ÈxÙ!BÈï?OFÿULÊÑ ´q´ppóÌ\\̼‘ §BÜ_v€#äyA³²8‚Ý !ÈHü–`¤¿^(€Uò¯¥ˆÀ*õ/ñ²X¥€Uö7qXå~€Uñ7ñX•þ%>HÕ߉ÓøM\VÍßÄ `ÕúMœÚ¿ âS÷_‚œ$V³ßqmñ/±³A +#$ ìfruµùCÃ`ý‹É±þs~ ÝZþ@\[Úxüñ×6ØÝåˆÄê„tfýBZû³<¤ íiÎþ„ôãð/r@J9˜Y¸@®Û¿ +ÈabýÜi8Ú8‚þ؇´þ¹ ùÀÿk’Òé„xý£vˆW×ßÉÿ"èr¹+ätþ€tó{tÜÚnÖ. ?†qëæ þ#bØý„´ïñBìzþFHôïb\­ÈåŸdÿ÷Ú‰‹ƒ½|™9!¯—™Rb ÀÏÅãÿ¿”î.. G·¿?jÛû¶´ÜuÈ d´8¶ ³MoŽ(*žª€c€·jIRnèúþ9t!Ú¾dDÁ™aí“î}e6Ú.Ü.™ç#±kL»ŸÚ¸ôi°sRÆìó®‡én–O+±îE–’÷ŽÅMèz[óÌÕ17´ÊôÚhù;½ý¹gG…ªt’š{¯WÈ¡º <»³Ãxxu¥³ìµ"Ã?Ñp’«cd8—GqE®zb¼Kyµ:`‰ð™qùÜîŽu_ŒPúlugëJ5ºô“X$Ä¿u½‘—™Ÿ»'b+o¯*¿¹¼iB‰µ†¸kGƒñQZÂ˳õÚrëK#éý–äêp%ñÛÑ.³¤¡Aí»ÙŽçQ溭Ìô à Â××`ÐG´€wÃCñaYŸp“ÅxUãÉ/êòÕ.æõ°jýh_¦ǵ¦·l®÷y†˜ôðà7wEÖDŠG¦]üì;%šÁÛŸ­ükO +S¢Äã_?×_AWXûT;,os8+{çÜË-Ò]²ÄÒÁQµ‰ï*Oˆjôå#Ûd¹¦…bÉO qh¸–àL „JàŒ‰N¼'÷˜´,a8}å<¹V÷vwl]¥Y--â›â9¹§µç:Tøú'›â.ŸËW„_ÑÑ.û…ŠØc #”é¾ ì3/“Hì†×S<YÄ»n¾Â,"›çx²Q$$DöR¨f¼ÎÑ*PÖ«aÈãiæÊ/êÊ®ÿu%!¬|:h,’Áv„`î ±¬Òçc¾ ƒg˜ÌÑÖæG õ“Ï<æ]pÉ{sD3ƒ®`׸¯# +˜¿PífBŸ"øïö§¨ ¤…@çL4Ce'ôîï{ÏÙ%µå‚m«ÍÊåzK)+›Â3áR/¸ÇíÐ ªÃÕ&¶ÉÌR”zm¥å1 +ë9ï^E°° Ø÷kƒ^/ +Æ¡ê9bäý¨¯hô¾¹/V÷®n´.¡ê ™¥íüõsÃJ/8Ö‹´)ÍfkjV)á~ãòçsoOÛ/¸\¤â»<Ž0ÁN!à:q¹a(˜w&1k/.øÂY& Ÿ®™Ä V Ñ€¤UI¶Ægwíäðä\¥çˆÚä9º2] ¬hX‹Xë¨ ™É¤ý ˆà ÆœbIÅsz•ÎJõªá)éË/¬B$8Çl£·Â:ôç]n3ç–špÃ÷˱ۤ'xï™PÆÂß*"^HU>IÃöUh® éU8æë¦Ý_~¿ý9ðCó¾ÒÞjÙ)çÚgIvpÃðäâ¼›AÕvXhFG‹ÌN(F[qpKŒÀ0dÔó`F"¯ÛàôœÓ„âöŒGÍOÂœú +ËxÎgÄ'ŒU™Ñ¾ûÉîíG…#MTéW³1¡Üí8*Ѿ$ÞˆgaNcN’ žB¸Lšë ×>ÕÇ5£~p~ÌZ—a.Bº§5¡ ¹¶ê4Vc:K÷U$o3ˆßá¾ T:žIùÈÌýõ%&tû_Cƒ–G!ãVõ—z¹™4Žüg–o—ºv~XˆÞÇÚÊ­»‚;ãþ°4II>~Âቴ9*‘u§:/³žøAÄ/ôthñ·ótó›Rv#f\W)fG‘ˆße²Òœ†á<‡^`’^3ÀiBˆ¶øT·L´ÛP¿¸'5´´’*⊓9Sh-Æ3¯WÉMàÿípq!¸ +«–3E×-/ãŒ`Æë¸Æ6¼p—&Fú¨,¡{‘ë0Cî‰]d~¢'{˜“¦À'-Í$iº×†òœUÓÝéëåív£'Â44 e{‹ ¿¸ÍB<å6 !râwZª;ÔMŸóA~ˆ‡žÉˆ_±nÍqù ™÷ÆfGóãú³I÷ +Wi™•mtó³E®Òâdr3Ë·ý¡ñf| …iEÁölO0XæG¹6úòýÛB®çïFè=3/¦’ê¯ÊÊ—×üò‰®G¤: 5ü01åÝî£xrb¡Ö;Bœ¿p}¿à¹VÉî©ÀC¿‡×:ò»s9Ý+g¢@Ù +Òf¢«U*‹y-qÞ¾Gƒêì.ÒEùÞç"3etNw ç?À…¼yµ)»”†(d]6Ÿd2¥Ê*±ÐîQJQóT»§F4:Ž£†Íã§kì,¿Ñ¸ž]¦¯ÇûŒ˜|F¡ôÂ×ÑKÓë¦Ì»á ;¸Œ´Èžæ6šÇD誴*w\x—\­õü™—â±É–böØCVÈ=a<ÚTó%f7ÇzïI­0 hqeyLÄNó4×î:àº.À…Aºð]Cå6b +œŒêbH>É'Ë»ooïxÛ>Êöqˆ‹QиÂ+)¿Õà Hfº]uæë³S?ÿ̈aA:n»ž\](Ðÿ96c†Í™ [†1µã±ddþÉr Œëb7,]ËÃbÖp#‘=€a³ÙWÐݽÒ9Í\¦ë%Ášï€áä¬Ã7Á@ÒM™Edñµâ-c!Þ2ñÃ#‚¦[ö—3)ÌÖa³IxÓÚT<8ÆZÚ¹cï1"ïÇ>‘:zLÌÛ%Ì6§ÁV’ÕU#Ë&?àB"·,}µfk«A° +ÑëçOEêÊîT÷ÅöÇ·ÊþΟÙûc}¤ÇS‰Žñ´<ËRD)¿"EÃQEÔ ýºöÿ©3^,ŽX‡’µiŠyNc°¼Ì8î–Lá—L"GçN>¨¡õk²þˆç&ž©s4Or¾1IÐv;¡Ç±·V¨¶oôgÛ¥ÁîÓŒçg£kDÍ„ç—QX~X-1[Ï0lÜœx×\³RÌQdõ¨žM¸fíS˜J›ÒO׋ Õ¥Ú…`¶´Â¢wûùÝEÂÕì8 ±øæoJî m…ƒñ…Þì½Q¾/ZØ@¹3/Z­«gåC¯Z Îó›1Üw(‹6ôÒ;™¾Õx’2¡ (A—¯øá È·ÀáÅ_i„Úݺ)~¡ÎÚ«ðxñhFÎ5Úÿu‹µaÈ_êaÖÙ×îüxÇu†Ï,˜Aþ!µVÚÕ-ÉdC~֯Δ:XpÃGRúÅpØkƒ”Ðü¦œ•añD;L‘‰Áì] Eˆ—=Éêíu_¿xXoe‚ï`Ï:íl ——ÙGo6Ƀ)[¸¶¶heI·¨ËEöË6 ò׃ âßgsÖGW“bÒrø}FŒ_ó—eÉ%|¼f,M©‘ˆ µ +ñŠÄÍ/Á‰çÌ5%§kþÒäB§;ÆØHé©rLè,=Ng1Ó´&ЭˠÒü‘ˆžö‰ÜÈ3÷Ù»KÉÙ`yçú®C7hÛ/¢Ø>Hêͽë¶ÕGÃ÷íE©ÜBªzQÏö§߼ëo”»"Ó†ØrÏÁ Pû¹òoSñôypÚ:JÝ Ž¶±‡ +Ÿˆ‚´D›Ü_ë…uç.eV¾ÊnXk‰]e·1`¼ òd6¿÷¬lüîR“/í…gOV»`FT”*Ëem¦H£,Æ'ð«d´pzZôyc£IrÜ%C'!NËerÔ€.ù—}›§–á¤FÙ\Ã8òPb3û¥·qFëÊÜÔV½Išáù̬0Õ9IÉ(y;'”¹LÂN§D V¶J“ó»h–­©Š.Þ¡Ç›Ÿ…¸Ûy¥ÊÍ®ðüYP§ÖúПý­IL¾3m´æZ8V[« Wùìä »¦:Ye^g’f'¾Ã,‡ éÌ3L­]‚QØü.& HÕ@ŸV€ö1¡1# =`È-èp‡xãu-nÎ/,(D>ÉÅ­: ;`÷:®–%j…*°?ÉW„P-ü¦ïYÅ_E’ý?|d•â‰2·pxº©çÅ‹¶½÷/„ìŒå:i<{ÀŽÝPög;–„û2ne ý‘æ=˜Œ³/s9V,sõÍÌ~¼´i¶ud,¤ü–p8ɳÖÞÅ~Kt +'2ßVjžšÈÝ 5>×£cn/Í[j%†˜[ת29¦ÑeyÅw\e¤“ôë’ ÂíóXDŠí´‚»lwï¢$g—Ì]/\€4ÜŨäÉd—\AÔ¸$©²3ïd®É¸©¦sî#Ä¥>õR0jôQ;âpl +V u!¾q¥Ô&b…âÞ“…%•â$á…ÐÐw·t„É|׈t „ñ̘äf‹¸àæfO‘o¢ô#‡Êð•7žŒ?¹ò[ÏyëÓˆŒ¬«I†ãè¿jOXÈ,4Ö4ô +¿~kUNow*~½ÆÏŒ®‚c+$çÕ¡{"_#i G “*Tû¨œHZáÝ]ª0Ց˾eù²#Ê 1OËb]x8,yX}º˜V†/ˆz}>kÚ•nª…í¶sùI/õ–âH¸lUHF4µñYïq Ÿž QˆÑÓ Ÿ±àÁ1‰ƒ7ãü©Œý7ð­+çÚ‡C§‰±›ã‰ìÏ(ë]~¾åPŽä0³Qa‚‹»Ø|"Ú‰b®*imè¬ä%$N°²êóÉ9gÒýQ’ïH*tT«šR̹&ÜáÒìæ:^Ë>w!˜£\‡§%¾Wö¸s +ÕÊ{ï„+ð“ÝJøÝ:“°ÎÎ.ln ãá#nôrÌ4ÁÚ£9íµ`@315êêñ«,-U‰"‡ ¡çzh>²â)&õnÛ„¯€M‚BÒ«ê¹µˆíð›î…[&(»Ý_˜U D戼̉y¥LV«d‹‡·ÖËïȇ¸{¤4­ï´µwzwÛ¶ tí',™– Ö€Îï6øí¢êPKа0ªêZÕ“Øe¥z 9H‘ô?çcŸ\¹Rχ1ÎÙzµuu©L%Ø_/x«âù±è +夞û_ùò@æœ,ä¬xk‰‚ËJ¸ll¤‡ ²Nô“JŒUc-ļ¿;®mðWd°DâÙ€ZÔ±Æ$íµ  +X¼’Á)ŸInX3Rò\NÔ/¨‘Ýf5‰©a¸´Û×R÷fŒà)ÑWè†5¢~é²ðbhéuœ‚º"[#w£¹6=d¯èí—Ÿš›'WQú$aøI™«—aÕo‰ál‡ü!ÓÍÅû‡(êì#ŒxÞæÇŒ[†ÜŠÎ—4÷ ¾]~ñO¾^æ£rZ¶e+‚ Ý+0: =ÌâÑxÁµ‘£1¦ÒDZ0öQ‹€Z5ÐçD›w)lã[²yË•1„(­¼úž§kË=,K.I/ÅbðŒ_ cé³Ut£ÔMrégÔ-ÂfÁ|èîfißÁRéV +lW<Ò)N"Ç]‘)—3oðváð5ÃÌÕ²Iz`+­³µ¤]Aäp&#Ð8p˜3xÖ˜·Ž¶’úàó× ùgÜø$ÂD*kš5ý#æÜMË-ª¾T•L³øºZ;9ôáæ¶QöIŽžµAáˆøG§†VùÏ71zü”f{z ÿi÷q=CƒÑX+±˜–;rÔÐþRÎ2ŒE\¤'ùÊ®sù~wö›‡¬U´ˆGĵÜ40¸¯ÍÎÌ¥^ñü§£‡r;Ž}@Ïs5ãûêwÇãÈ}îòP.Ï ŒsP?‘Yœyj ŠØ•’g Ï°Eè*ko­ÏCbO†Š4XcòòæÂûðƒ„"hx›ñô•Ô/OJà©ÎŽ »¯Jm¸u€J©ÿ^Ï)">Sžo#Üÿ©wÉò¸cð}9>Ñšo›kþó:K¸[%¸¯ÿÖd`ª…’Ïs àáž0sÏ£aRÁþc²Är“—> uêæ±9Ú¨¾:+Ý'\TÂѦä¸uF ;&a ÒI×QiÑ2ìòÜ’¯†Œè ²ÄÍÛ]kn®ÍÚEÆ› ×ö“ò© µ÷yÓì‡4î*…ï±ly+ Û£±Í°Š%ÒדԬãÜláàɦôÞ¯¼YœŒ¨nEGÁxRêNiSñÿŒFSÚ Ÿë»…äzåÿòÝœ×í]¢F^§ÃSÁ÷Òõ µNyý;?ä / Ke}Ÿ¢ÁÏà™å¶ÛN—å5`þUð¥rÄKŠƒzbvøæ»dIOÁ—ቆè‘w°H¨w;gµím™3Ÿ¦ jB‹eƺ²T +‘K’ÐH™­¾ÊBF„ñË=ú˜êKw5Rîõ9!‰„ß>ÃBbÖ“‚È6}†SÀbY¾žD¡ûÆž¸_ÇS‹Š•&ôŠóÙ˜:Ò/«•ýYªÊaq¸a+ÆOP¹ÆDúm–^¦¦Ð2O³AI§Ò„uš;SáÐjMÉ2¼)<³ÈŠg äÀDÙE᩸§O’v”pÅY&ZÕ̤–k6ÐÚ|’ÍÓó– Ãèê“„S±ô±-¬ŒeïKé,[Ø°%]@Š«¤¸†áÏëS¶TWƒZÝûØâ,·µØŠ?/Y>ÆÂOÌýzzÃi&­u°ÄÙ¸Ú›yÛ°e×?üc³ùÇçQš*ERJ‡Óx#ñÇ*ž¢ãËt(Û;÷½¬fÐÁT€@¸„|¬÷mÓ(a:ôÆ2¶G¨yyüÚ·*ÌÏòWäEŸßÝâ¾2¿2¡5Ø^¶ZÕóïÚZÑ{“DuNœI3 –pïWwEƒä­‘ÀPD¹Œp.e³Õ%–î´xJõý£µQ75' xoÞ©Z˱¾X§y³4ë8!æ5>¨ ɬÛÌ­×°Ó…Úa#9+¿žC딬ÏK90ø&'g9ÛE£C_‘¸3$è…îïá9[Ó6i¡ee:"ˆx& [1X¡”ćÖêZ·:¬¥¾¸Ÿåú¶<ÔÒE£E"c Œ|1ä/!T_øg;"¥XJ.Lœôª i¯óI+껚í^V·Y“" ²NÂDÙù ÖgVéY6YžÐÛ-ì³ UT-± ËÌR‹ù3A]‘±®Š­áGƒÂ+:‰ì3Æ°Ë+‚ò:(QÉYóÚÀQÍ8ªxŸ‚ PÍ‘eÑ{íçܧI‹îPoYC;ÊoX<¦£aflÐ0ÁÄn¶mœßó0›$áiéRøÆ58®¬Í€–GF»8êו¹ÔcA¥¹¿´u¶ÔM§w¨*í ƒ* ²Î3*½¤†-ü™òY }ûí³ ëÌ÷¿[ ]ÄOOâa{X^Œrð³Yõj†c}궦³ê)Ž‡G<ÐpÑÝàÁ˜’)ªÚŸgÛ‹ÕòË.ð¶Q°Aªœ’[^É’ê5åuûšdOvƒys@ <ñƒ†.4[›ÜãîU t7›#­”°½É0”T6yCÛçßoSä%Ê%²tжTS“æ^Ø+"C[(—Ü!L ,¢" þÀJP@AÑ/¡ªsoëåeŽZ6¿Žs«N%Ü•P^ùÁ.m›˜"‹™Ð\ÊötÔ,PKöέ7ãö'+©Ö×Ó§G»mÊË쨹Ç"öP‡Î¢mÄ}5[KÿBÔ³0sëk9o0Ó;¿!é×S¹øÊr±N¾ÓxJ1ªFö¾Å hUú‘ŸqËð»ÁÐÝÀiï5K“æøªäyL-R’HÍÓô&K?x%㈭¶]1cKˆº…fæõæÙk)×aŒØ<±·Ÿ2!œå×ت>ñ +òtýÜsÍoí–Šò9’×O€­Ÿh‚!Ü“xÄ`<¨yÂ~`˜0|ž]¼æ¢©¦I62‘)qUŠÅ”+ kùµSK_ËÁ¯'£»®ÉyÞ=‚`¤.»4 )œÀa³î½oì×ISßôÒ¦êrŸî?¶ïš'÷¶"ð0óWX?uñ9!¦¾§ ^dù×¾(»ˆHBT×ä>cûrÕuR-Ödõ6Œ>ï7‘ë~ð(0†‡³Õ\ŸoÀteñöq¶s€X¸fvª–… Kw~\?øHŽ…á•œ÷ T^ð2²Þ Aà «©”­-ú}ƒ×|.ü*^•Óbì(%Lh7¤Ó]?aÓqØRp8“Dûp¬¨¯¥Ÿ3'¡ÓšÃÔ>Óò +oü-ÛæÍÝÅ:WÒ½V‚ÁžZ=cÈŒ(ƒ€Oót‡!ø.²5dòyýȞJž+ò?×ÐLJ¼…HŽVQY›"¡³³¹BàÊOd÷3RO®}€wH£ÞœfÏ›Nw”Eùe, äëÉ9;÷Š!¢×Ê´Gl³a4?0­d# E–d¬¿~FUbç³¢Ú˜öiªNþ-Q»¹A­XP8¤­ìEß^9”JUÀ©ªÆšs„º:!¸•Ž¢ÉX´'ì +·¬òÉ2=éçX°’5›É‚=ñ³'€yÚoÄEÇP梩„ûÜcÝĶܤfþÅq‹JfÁAœà–ùë&¡•[ÑÕÀÈ l–øz"d}aÍØÖãØ÷Xîçñ_«U3[¯‚“DDÆL‰áÂsõ^OüÀ™ñ9¥ì¾.¤®nâ Oøú^/Pœ*ê¹£.QK§3b\®ì€üdó‘½!ø­ë¥äEßž×7Y{Ù7º6\4›—s— a5ˆrtpí¦×¦°õ° òuš­?Ýáa{#ëZç>||j¬;Zï[ŒùNY77a S$@ÅŽ.¹+…õFuÔªÜ8ÿ:fŸÇúAþqÿ”om š,4¶õ¹AËÄõrcH“–×™ü¡“|Ö­*¹ÝùêΨ¼ŒEÒ”{ث댋[½H”n‘¹Q£åú…™ÚZ¸s©ÁÝ¡~„¤+m¦ó³N‰‡B‰ê‚meIaxi ¨ÇðªK²gíÓÍÒ +ö÷M—׊ë¸DFÀ$[Êi¤jûéHñ%4n°ÐïŠó¼‡­bˆ.¼ î¶t."÷¾uHü­øÍÉ­‚F¥²¯NJŸ,r:à9Äô¿;„2립ÀH"Áòáï²™ãŽØ9èRòP¥> ‚’k¾Cl0Jjh5ЙüB 졇q~Ãñ=¨8œ .?Îv]¹Ý™º~vz ÛŸ:«ì÷y®†¾£‹¬%ö«ù,ÖÞæþË»"všZW‹²×€±o߀9bÒ6ÑÔ ã|³7 Ñœ³4¤u&ÚÍjÏø–ÐóO?›Þ(UÓfi®+÷èÈÖ<¥ž +Yåâ_ÅJ=¿)ÆDrÁŸÓ~3-ííG‰hýzÖT4ã õ/ÑrU•'µ§›—-Áò‚È_  +6ùFÙ¡`¡z½Ó=½Ø|ã1§\lKRäc_ÄŸص +BGvM<ža¢ÃÐ’)EN¾4Ñ®04ÚîÍ¥rùKfb´Gê ë£ìƲ5&lïC3"Hz—„Œ6¹–$€€»ˆ@ŒàãR´›/ í6üdGÌ«â¤v^VFVC~sÝšœÊ€ÜÅ<Ýâ"dl³(Öz§¼š³ú7½Õ02Îâªc¾÷ßE2¦»g‡:¶„ÜÛmS1í0ÚŠ¹MKI/y1ôˆÛ'sùö@ü½¼í72Mî>gy%´¯åô-ÅžÞ²ÐVå ´ +°“'¾#ª#¡E…ÿöýú˶¦æ*ð"ø(e#0e;y?6¨™A‚»ÏÐg»˜ûÍ [ÛµÄ݇ÃÙç¬9†”Ž}"!\E}©ÐÀw['ÿ&Û£áî1§6[!,Ùv Ê* {r»¨Wݪ†ÍŒ:ï ª©”©|)¼­$©à‘¤(fÔO„/ÃõCz£Ë"9·þaÕ~-È#Ä’@mE­[‚ÚÈû H0Ý(û«;%oT…,Ûw9dʘÝiûÉ'©>Šáú{‹ô#_øf=£8?sä!y̪&€(É»ÖyöjÏŠhÐ +ƒ–dT_Kf¡S‘Ž­ …ñG8„Œ‡9G×+ñ>XÙÏ \”Þ`‰}J¿mY Ê’'¶f$²5úàá4¿«¾›áß¾ÃÁÊòiU-GhSvá-Å×sáS¥ûöŽÖ¬Œ9VøcZ5‚Ÿ–ê£É3õ™!àˆ.>ý,Oêñ:}^‡#¹¢´Ž% UzŒÛîà-–{—‘#t`vNŽ¢P*/âÕ“’ÛVX:®þ¯¸ÀYFCµ…çìþ…Û˜2GóhÅ– ˜ +Û«õŽ_¶BOqÄÊìÐÁúÜ¥,LÇ:ïàCîÛcûP€‡îMá™ý +Ñ–´ÿ¹ö!ã +endstream +endobj +466 0 obj << +/Type /FontDescriptor +/FontName /GKDOEQ+CMBX10 +/Flags 4 +/FontBBox [-301 -250 1164 946] +/Ascent 694 +/CapHeight 686 +/Descent -194 +/ItalicAngle 0 +/StemV 114 +/XHeight 444 +/CharSet (/D/E/F/H/I/L/M/P/S/T/U/V/X/a/c/d/dotlessi/e/eight/f/five/four/g/h/i/j/l/m/macron/n/nine/o/one/p/r/s/seven/six/t/three/two/u/v/w/x/zero) +/FontFile 465 0 R +>> endobj +467 0 obj << +/Length1 734 +/Length2 1103 +/Length3 0 +/Length 1621 +/Filter /FlateDecode +>> +stream +xÚ­R{8TiO´Õt¥iU>$Lk8˜L»=c°*Õ aJÇÌ1ŽfÎa.šÙˆ 1¤Fl¬XºyܺEÒROO[.åZ»Š\JÉ•öжûlý»Ï÷Ï÷¾ïïû½¿ï÷¾fÆo+–@ÜpLfQ!'ÀÞèÌcˆjC23cKX†â˜ ,Cœäè–\lmDw²£9Ù;’ÌQJPa X°-'A À#”c`#, BÄoœ"2%°D"à5ùB +¼)" CTÊ—Dˆb$ëIAë°@0>¦òO¥0D"%D B¤% $ +pL¤$d½ 'z!„’ÿCÔçänr‘h,ž¤Ÿ4é‹2,FEÊ¿¸8D.C$`#.@$ØçP_ä£6g\ôE—u2X„òY˜P„›)Tê†*•ñƒ@ ,’"Sy|.pmJ€õ:¯­^îÞ«?NsªÆQL¶Eòë$x*†þ o$¨øÙPml HœO·ŸõrÅø¸Åˆu Ñ,‘ÀJ±DD{!€bD!ØšŠá2â ‰¸„49L: X³&S¤/¿àìŒ+öZDV¶4‚ÓÖÁ0hPÄ€|¹D‚`²©å Œø¢„m¢@ø¤–fœÏŒ N+;¿Ïõäo3(ZÎÂrͦ W.ÏQ=LÖåÞÚJé,áfèÏïžÑm´ç¡4¡*ܳÞmp¨&½i¢;Ì¿;㇋†¼¡ŒÊ§!&£ªþ—ʇhZ›ïwÞÎOÝzª.ëåõþã —-=3Û§Uû…•V‹¡3xn"n\lÉ*;c/ÝôÐüxû¸Ž=º©Gt:îªöÇͪXÝö +¯’럜•“2±K[Pïã?ºáÅQå¼®mãš;£zÅQ;òºä9›×hªý; Þhz™ú¥»K†Ó–kæüÂyºv À]EQÝu1t÷táÅ~Ÿîx®ÀRûDXØÓ÷UÍÞná~BßVC‰±V¼ôøœÍ-t/µüê™”~LØáj÷&ÄJ0¿ÂcMÿ÷·®U‰óc7ò˜õõq†µÎ]ä!Ëé?m:}xªö¿Â-ëøº­À·‹zPsè+—ðZP)ÇÔñÁ¶¹¿»Gܤ]Æ; nʶJŠÛ4E"Reÿ‰Ì^SDÄÿx˜9 OWŸa¾˜?oH•`²Œ#,· „) ΃é!%¹YK z¸Šæ?=µ°y­Så®`TWG¹§Œ¶½2iÍt`ß Ýv{ðÈPÂÀ3Nºžç½û»ôÏw²Á}Ø÷ëûŠeOÏHãœ}ÎÒßBJv¨å4£H>Îœùø•uãì‡QŠƒÉ+˜F+ÏZfÔ˜¿ÍÂê;êÞ<ª'?ü­xÃpm0•>ò³$ùxΨÃsó¦•gê<žç·& +n`xx +Œsã_´ÎØÎíU,—?¸X}âýªèžÛñã™Aêƒ\ÝËK—8Û Ç²“o,œéú¨jCe±¥7èú!íyÌõ§©²•ÅÖÓxcvêo5G²Äf±7œðo¡ÝGÛGtô“©Iµ©;¾ñ~±8j<¨qn-½åµ-®õêúÛC¦ Ê-Ñ£ƒ>yžòÆ–øËB9{Ýì‹]Gnþ8-sùÑPã} y¢¼iýªÁ$Ü'Ú”\âSriþ‡šj6?}ØÁŽ½dùOwß&OÜ™ëi=ö¤tXwW¹¦™Öèq³¯m{™yZ9Y§yfMû‚ÜŠqHýÈdÇ»–Í˺éYúGrÛW®7Jj}’ºL7F]ÄM jú°ͨ!8æQ´è]è‡Ê‰í×"8½)‘”鯟dÆÑKµ²a‘zdmÕ×Ôg¹áäªÅ¬P³öó™a5 >^Ú—¦aC†{˜,Í.}—Ùˆ8s .˜Æ˜¾m胧¯>Ëkô°¿{¼Ü¤·Ì‡µr‰Á¶‚×)äœÂ”Ž.?s£ 3ö«®ÔG”—}Eß-¶}‘›8øóþ$É,È—ëw—rüž:3•³‘¬ïú~¯Ë~¦¨œýÜöXÑÍÖβ‡¸Yâæ…§¢€°1-- _^ÁûóC,OkÏ Ðûš›ÖrpŒ¥ÀÖ×¥]Iqâ™ê-*fWO$úe.ôyüÒ‡©¸u‚§»ã/F—> +endstream +endobj +468 0 obj << +/Type /FontDescriptor +/FontName /IRYRHS+CMBX7 +/Flags 4 +/FontBBox [-55 -250 1289 751] +/Ascent 694 +/CapHeight 686 +/Descent -194 +/ItalicAngle 0 +/StemV 127 +/XHeight 444 +/CharSet (/A) +/FontFile 467 0 R +>> endobj +469 0 obj << +/Length1 1691 +/Length2 11789 +/Length3 0 +/Length 12737 +/Filter /FlateDecode +>> +stream +xÚ­—uTÌÖîq×Åip÷âî.Å݃Cpww‡âÐâÅ)î^ hqw·â7ï9÷;íwî¿w%++¿Ù{ö~æ™É$¡$UVe1™%Aö.Œ¬L¬¼1V+ ‹(%¥˜ÐØÅ +d/nìä°òð°$&à7à'/ÇG^6$J€ÈÁÓÉÊÂÒ@#FûO@ÄèdejlP0v±Úk˜ÛTA¦V@O&€ˆ­-@åŸÎ 3ÐÉ hÆ„ÄÊ +0³2u˜-¬ì‘˜ÿ‘$copý{ØÌÕáBn@'g°(Í¿dÒÀ"Í@ö¶ž3 9³"Ü ÖòÿCÖ—tµµU4¶û§ü?Fý?ac;+[Ïÿ›²spu:@f@'ûÿNÕþ[›ÐÌÊÕî¿£2.ƶV¦"ö¶@Ë¿‡¬œ%­<€fÊV.¦–sc[gà¿Æöfÿ-ìÜ¿$0Ë(ɨ‰+Ñÿ{OÿS6¶²wQótøOÕ’ÿŬ쎓•@—l/+8üøŸwúÿÕKÂÞdfeo`ãà;9{"O˜8Þ¬+{3 èÌÌdrO€=ñ˜ƒœþÙPN³È?Cÿ&N³èâ0‹ý!n³øâ0Kü‡¸XÌ’ˆ À,ý‡ØÁ6ü!pù?î ð‡Àÿ¸ƒÒˆÜAù;¨ü!pÕ?ôÀ¬ö‡ÀëSÿCàîÜOë?>ÌÆ3ùC`-¦ÿ¡à¦ ;»?Ù¬,`yfÜÆ äb tv¶ú+‡À ü‚w‹ùßðOxUæðú3ƒýtû«À?q«Ó_óÁ)!X¦åÑ`#,=,öe€Çþ–dý‚ ±ù ÁŽØþ…`Kìþƒl`1vƦN ¿ªƒO<óäW³·²þûú£\ô¿Âà’ÂàbÆN@{[ ùË>²þßQ§ÿåäGðBÀ è¯-a»ñ—W¬à¥;ÿ÷Ýþò†œî þþ™®ù§¸±‹¥ð¯í tqý5¼`׿lŸÛ_^®û_{ žýW36pyÏ¿l…ןÕ+yþÝêÿ½xDEAÞŒl`…à–Ž&€‡“Ç÷ešº:]sù×½¾¿þ‡Í­À·è4EZš™ò…Xn ++ó“(˜*‡¥ƒµhNP¬ïþÙ¼˜i[<*çH·öMë±" mvïƒû3¡sT»Ï§ Éó@Ç„ô¹×=7£½L¯VB­«LÏ]²ûàcôïM³7'J3kce)Ú…9ƒÇ_”iÄÕöáWH!ztÝz²B8¹´$3mÕÃC¿Q±“ª`¤;–E| _uÇHI‚YýìgŽÐB¿| jw}÷X€ŸüªwiÚþ]e‹[e_褴0½î­¸F8 `¡ê؃ý… 2*œ‹V“ãE a8};)¡àvÎÐÚ®EúBÉ©¿V¼cÈNohY(»XÄr‘TªŒ¥~@ðz=¤ýæùÚ.—ìO±pìò%VCV–µÕšWg 3k +Û‹í&[@ĉÌA(åÍÛU8S_Ä·ØÉjãÑZ”öÙOɽ_ù07·‘D^®_׉™$NørS4Γ©fCOGùgŒ +¦Â󌂔Oå»ULŒéš°JI•j“ÈW¿ÀÀIsB¡/¹Hta(ÞÆêaŽ,{Õp¥hŠh¸pnn{ßè2)*ÛkG½½ø^K•NyÆŸìÔt¿µ÷ç¼ÿl_‘“¢n;{@q®™e Ñ´Â[‚,4DãÄÇ'ê² +7ÊYo*ÙC(6ä4NÁÌGÊ ·ëø¥D>3å"¹è ¨y³áŠ!U³H?)€l©¶ÄDOçJÛ ¼„Öù´®ë +Ãö•å¥ ÑU‡»qÿ3]E9\>AÆóo¼Ç–å›T嶣ìËVŸ®¡ñ4™¸ñäh\Œ& ï!y±ör¸&¶76’4œ3ÍþöCŸ/^Ä·1H ”vœ³#ˆ˜ Óˆëg¾óÅ¥~H] :³ª´UÝ’ÕÛЗ`;S=–n›S1jgÚÝ6-–Öƒ(aŠ>6ë™k%©F)ž†Ê*óŒûiÜ#yÙqá.»rˆŒµ6Ž4=S3OÒ è+«“a/z¢˜*[¦]ãZøÏôC£l ªÂ®w2„‡ÚÓw’‚Ž¹*þJ w9ºß¯×‹ƒ|ÌѯèÎmâõ?pŠ±¤H +†¾Lx6|ܸfYË‹›o-¢Ý…ÙTÁm}A¯aÜ|±~1\ò+oÂNµü\Ò¬E;hÈJŒ‹0’¹¼IN>úÕ«ÃÎDFZ’•QS&j*¦Š9$RBËÍ«‹®Kµ{·Í[ìÕ$†o¥yUÅ 56 ˜¿ï)e),ãêŽÓ” +žÆó&¶»-B2ÖuReÛø;¤öâ–:ÙY¦g—ÿ¸¹%ÿF(N[dVêOBÎîãºOk¦s¼ÿ;Í¥ âw‹ÚU'µ¥%“òTƒ ÿv¤oî>¥ŸûC¤ü,©–þûßÕ¯°¤~³÷1¬/¦:“ú¨ÏÞH6âr&Ãœî¬ó3°…ºü±é¼\~ßÏp‰7¾bY>´ðÞÑØGz$×½sÔWðÈ|È"öbaKñú´^‘ÿ‹/eq »%F%B-¥ðùZ“<2ÖäTŽ€'+Nö4Ö‡-#§“§„zÕáÔng™³K ³q‚ä.C@õ äƒmImbˆ©öµòRAj3;轄ýÉõ÷ê‘0EZÃ…‚œ™ýß}é¿w}s,M‚tw2ë˸NÒ¯<C´y¶?õÕUµK—üFïÚɆËcìŽÄõjõ¡“‰ûñÈ«¯G4kŽ­]xÌ›³£¼ƒÃ_¥‡•œrTEú:ÞR>Ea²\¼*¥ŸR‹Úr=ÚáÛ£c °S¶t*a?0Þ:NN&o6—Ô×°ZPšÛÇüý²†Ä=x؎̪˜¼´‘8Š‹¬Ó1X ÐÏ}úM×TÒ¾ ºCh”Ùv•Á YÃ}¦ µ +“·â)!œ}‡ˆ5ΆTÈâóàƒŸ­ZcœI ;5 C½ÊŽšÖa”¬²Úôk‚¹©ë7úȵjbUÕ%„bpÒ*o|ª#!2áBnËü¥#¢þ…¢c“yÎi®~mxËnÐ ¹TÙÒW˜‰w  °,#ï~ à›8»ÛˆbÀÊ&¤[ÙŠ¢ýû"ƾ&C¥Y‘ÔûöG+ˆ£nÐè“©µ×IlÃâÚHÓÑ›M¢ñþn+Gƒj[xÕë€9]z:wA^I< +me†§f¤kfÚ"”ŒÁu»éï JãfªÒ9R@AÅ1ú ˆq§ÿÊ–.Hó»ì¶@kqæ^±D ^ºó÷ª°µìiØýÕŠ| ¶óoß"g¿¯‡Þ ó$ iöD‚îS¼¿ØŽ¼´!®¼ñì5&¥Œ$Yt+a®mK oŸ1ÉÁ»•÷)µpË`Inß"ß%°/ÑnD)b/-áL •?fªÔjçã—,w×T'±£x\s‡×w±ƒ7 +ÊüäÜ©­ÃïkŽü0Fi–Äø=¾\÷½‡Å†ähÎuÃÒ)•¤êÚùïåD¹Mb{¡Ò2*3œn¨mf©;§[÷$YÐg¯ÐÕñ±rfÌÀAe\P Þ©"}×Õ¿c(xf£È·[Ùv–'8¼o[•s.õ#ÿª së‡yرñ™Ò$rÙZ Ï&ö€ +ÿØUhçha—ûñ&%Àez>)fi@¦ä`¶°ì %œ6T”‹rsAù#µ»b㦸ŽhR:ƒ,Lá®´…ç‹Æî¡ç»’‰ÅƒªA„¯4l†îï×ë">éç/Þ¡H®Šes +%f\8ñ^ôË wÜÞ#ï+ö-’A[UFI¬›‹è'k<8éÛâØ. ‘dö¹ÓîÆoê¤øõ¡žëžGz—%'í 0|>䲘ÆÒAhc©f¨&ɧH?½$÷ïv;Œ6Ø:,ÏhIîÆÖί]êÜ™oœwõ”im¦°é©øÕ7ýT'(¨$Ex÷rMÑB\<Îiïõµ/2³ß/…Î3s<ŸäàÚ>ì*ŽÜÎèlÑ«x™¾²ÿ@–ÑÔ“pm²ƒ¦³R¹ƒ¡ß”™šÝ5X<ó´åCöIкLŒÁàæñcâº@ìÕòé„HþÏ#«9²Æ”™áÉr~”ɶ¼–¬uµ g„ÉV-”î'E„øZ˜×h7x${!??í2B·륈ýÞ_kîM¦íðÕè6óÌIJ×?eñ” ï¶¯¤7‡–òÆvÆh§[% ";éa|wïÇ0ü!å¦ìNåÛj“Ëxv ¢0ú}·‘5Èç=u‡DªÜ©DD¥ö,M‹¬ßÛ«÷ò=´J¦ÎÒÞ(«0ºã}eûpTùiÏXþg‘ª/[…ÄF&Z!º ¦æ”•MZ¼ÿ¥ +ÂlSi(L¢Dùó}Y“Ωœ{$r-ò¦¶ø÷]­ŒÀ€¶žÑORN}kõ%G ä粉E³žºy¾äºÀ’%­/‡QxPUŠr°ˆñoln/B ;\ó‹'®‰xŠ¹«Ÿ(ãHÑãkå«ÙaKQU–?›yͲÇéÆΑk^ZÆõ4ëÕ³ôƒá +<˜DÒØ´ŸïJNõmÑÙ1‡„­#DXB¦”qT¾èioÌþTx 4­Úo¡¨ƉBþλÀ?Ä–Ë;2bÊÛÅÚÉ%åê*ÿ¹³j,wÁûøíÓ¢ ÊM´•ÑSüqÓz'} &žI¶AŽ„/•Pd´+×æáp|Utð-{°) 9ð]ZÛ›©QkÇ Eó(MRƒjÆ‚àˆšüeóõǵ}(eÌÐ3ÜÙ]uù~5±%ÖæÛ)ƒÍïÙ``ÙÎÈË–Þ¾«&´‹ °B7tçÜâ=Q€Ëþ+'Ç·¥§>‡­UÇÞìfóibŽñÀ±— Ze 921ßñ—g$®ŸÎ.…p„mP¢Èž¨]Œ¶–. 0å1Ý }1g; çRRýâ­]§È¡5H^‰Œ!/š$пw9Õ¢ëú^1`OôÍnSéò¥v'»A‘ºÞ`HGÍ”~3½¿#âYÍ"oM,7.],bå/ÒÝ´êÇÑH-«¬ðq„ìÖ½‡Ôìsåê÷æKÔºð1¸Æœ +âø túXÒ)펴L§Œ?Œ£j.DQ+ß©G3`ŒÐžz I+°,ßé„+Á§c~ _ž¦ÏXÞ¼š¦ž%Ö`-VÛµ3¥Aãx‡AO=ÍNȯ»Â³ðµ÷è)ðÙaß*ˆ,ö<öüÒÖUÃк„á4£n»GMk‚é·®I1!)#v +­¥¥ñ"ˆ€+Û±›Q_7?¸ña vû*iˆˆY^Fã–8¡Ž:}@¼Àúž‰3å-LJÒ:õMˆíÚȸÅñŽ§a%ûbÉt]¼+5Úæ¨,f?NèÂSÊ‘ç‚Õ@­2;—#`Š¨ìˆ·ZÍ\fÜ7ßôcŒý¼ à&Uš ‡‹=ã/›î·ñ‰ŽIïžÂÛñ:ÜD36ͬ?)PTå´/.Ð}¤´ÎÀ.¦'P:VÌ褤N¾ú8Çb]aˆ\Zèjž,r&øš Óú¶ñŠ•ð¶§ô=ar\3= q àþ•5Ù>Ca÷ÆÕÀðùLP¾æ9N6¸`*X³ÊQ&döáVÕb)A×>Ú³ÃSØ™!x³'u^.gåqK`ŠÂ}n›- 0Rt’¤ýEü²q·îËW®™‚8Gï’Ót¦Þ:ÄRŽ þ96¦€%™·ã¨—±m,"A¾ê[¢#‹•Ø˜4åév…=¾“¥çêÑÞ™Ö˜Ô}z™º’Cá +ËpH¬÷{°«§³– "PÐk!txXyã…‡eµô•’‹f¢Ò0¦˜¡@+µUÁWñëI3¨ß:‹ÖÉÔг¨Ø„fÏVÓ´¦ìRx×í¬YLDÉo»[iý#CÌ[DŸS#ÆŠÒ9å¾³QIîÂgùŽðU;bœdhT#(g¢}³)$?òA6àtRuClš_C8y‚ñ¹ÁBi¦g‹]¡Hˆáí²òyÍt«$† ¤Ûb[ùükòð œÝL8Ó +Ÿ†Â–'qG8•3h*‘e˜>êàËŽu˜À¶¡ƒZ‚E+Qè"C„í–mádÌêýí‘êå¢Ð<¥ùtªÚEŸUóÄd‚ÞÿY*dHÄH7BûÞ`8a‹ÞÈ’hÆaîÝóèNôùÞ€ì)ïP¦ÿãç¿áÞk¾qûû;W¡ØßFR ‰F¯ˆpåÕ?lºMåïÃgO{FsÏwÝ”¿T´),‘vÉ`î`Ä?¢‰ìšâv,h!9óhô«‰Æm)tô_ÖR¢@•âKMÔ`L3t×F|ÅÿPtXŸ,¼|I"Òa“ýhUÛ<>ô…|rŽ×Ò(ÑDÀ3½Ç¤â9jòë{^ïèqkè¨õ_]óò1¬Þ$šyýxrCÚ¢x%ã8DÂŽ®‰Ù¤×ÍxN9axÍãçÂÆýE…e-v¨–ÄÁX& ݈K;ÆJÇÓcB+Gå|…û¶ {ôv ÙKè¡u»´®¶i(ém>:‰¨–ŸFO?!‚xM’a$ëóÌSö){.îr¯§ì|E|öÙ¡«œ.L;Š 6&ƒ¶Ï‘) Ë_‡„…Zfà…K´”–ðÝÆj ƒà/[…}ž*2‹x¡[÷4¸ÙaKó[ìV½Žwˆ¨P´¼Øcç’¤E“ZÅ ‹ù‚‰ƒaM¶?c¢4ŒîJ ßõf50UӞܠ ×óã£üœ ×™QíjGÁ¤·±ûÉ.µ§ólç0ƒž‡+>{bñ¶›õ*Ûé_ûÙÕuºTÍGÄ™³K4.‡¤ýÁ‡7Uúá5âÅþqNŒ¡zÓ2^K,\0»^qpA_/¶bËÉDèwC0ãCŸv®œu±ˆƒ9ËóBÆýÇ..‰»iàÅ—žÅLïtØX²É¬téá¯GЖJíË%d•¿£qqÌ~8;ïK€LMÑ€eFŒ—šròZnöž5®]¢„1Õ—u߯_hz¿G\õbåé&{s¢±ØÅîi´Óã²éFZÞÖœKycÙeîË—Ïwe:N*âËÇzý­^uG\..G2íy*íUl—(^¥Õ'_‡ºÍ +Ç\fÒ¨œ÷ÅR'úi3™@¹ªýuC«›Tg œ!O¡ïàMÀ½`-èé‚ymkÎy6¡„šÌ +†ß%%‡íñƒ€=lÅòòŒ½+ÉühŽ®Àë‘«=é„´x÷RÂ1y¦P Y{ÔóâÛþ«:;b L{ ű†'Õ„Á9ļÖ@Ò¼Æ9¯€qxWë)cbŸŸZõlÄ” á@ª“»¢Áù¸ú—;’~‹+U…ßó4Åyhc%„­a&記s—¾Ñì3¨òå%òn>U³Y÷"’PröÅ.©TOͨ%)ÇbÞÎTV÷K®Q’ñ‚×ùžíÚüÓ~ÂU&ÂC¿Ú›-³%Qù¢¨],Í`Å9&e"Ù6£Z§0Ü”‹·½e=ïê@ç»ä"Ôþèò`[<Ѳ摈 +ÆÎLû¼—q±@ ª|>ïËÈ`¾ÚëÂûI¤D®£bqã'ãtNº6ì8Ö‹—ó<ñ†˜’ŽvU+ð¼ÅÀ0È*Y3èø¨ +pΦ´AQ&³ß¼s^eCîÃ%ÚÇn¯£v9vþ³„˜ôØ-bVJ&⮼_ÕÛè×8<©µjÉà´H†ÿÓ‘o¿Õj@¢$£Š}îË­ K .D÷´»>ê¶ëî‹'ôåéŠÿ˜ô5|Ú¨>µŸ€F#Šx­ZˆUÜWþ°¢´î;ŸÀÅ¡ƒa|Q2Ê_×öØfQ|W®8^íB[ÜŸ€©‹:=~-”«½^eÖTôÁ16r]s¡˜‡™†•©$ͨÁ#óÈ+u§1ßWQ[éN(¿sh’T/6ªËÇð}Z,C¼‡¡(ÜÒ.`e‘ö§®˜¢y¹ÃtÓ‚õµªìõøÐC§dÀ_Ž|k}“âb’–”eÞ oK“ J;o6ðï¼Fµe½tú|«žâ¼¼Y(Žž­¹ŒñY%+Ô— =ûyE²£î-ÛEß… ƒ'5¹›/¾K§Ñg¤|‚—nÎj8£¨ÛRV8Q„¯€BYÙé˶¢’†ùN;Ê3…(ÛÙŽëéäçu_¢/ÏÎ-A4*FªÔ³‡¤è»;̹sáÇik†AËÎl dµe£ËÁ4He!ŠõVÏ„äiki#˜Þ§¶¾Vž0X“©]öˆi9Þï~ëQß{+…rðlÓRf  Žè}û"·«Ðý¬Ö2QM–*ò~L¥ñ(Ú³Ø=º +pþp§„›$™ôÊŠm eÛÿ9b]F.ÇçJJƒñÍÊRñ‹†`_p"TMa„G^®%Û£-•Â +¾;RúÜ@ÿìQ/’½BèÜgã ìkoË´²¶¯Ó(ÉžŸåµ/ï)áçòåmú8#Dî‹lßù(¥^°®Æ±" ¸SV¡ŒÒBóŽBîÚXëDÇèer•‡ÁçßÓˆœR‹“úpý|³6 BhÛ˜äsIÍË+$4gʵÙÌì1Eq}ŠFƒ%Í–`Ì •çæǽ뿙Q×Ã¥pbRÚ† ñXF j&1suH¹Øè‚p¹:ë^s‡5p§¸s~/Š<@Þ^m°³å°ÎNøÔœ,,},ƒ¥!OéP¬µÎ[ÒŠMú+´&B—ÍÎj ò©‹Ç +É‹÷©œ‹á9¸Ö~i‰±ïqËqW]ÿq¾®Ž&4èÑ~[Y|`GR¥wmz² +KkçÀH§±aî…`®uöi¤?ze†Ðò׌¿`yCÕå/HˆÏ½?åúl5\úµÐñuªá^½™l¢Ïò¾â0!ðøIy3—ñNz/ïgé-g' EYè.óLµšŒ›Ý¹“{Ä‘hÕŽ†â<Š,;|÷ofMf¾„÷VÒ¨Ã%tÂl á'< e®m¿^¹[¼ÊªZEAuF }ÍNÝ)ïl©Œ`½& ~§ˆÙkܵ~ml×Ä ¬HùV)@I–,¥Ý§U‹ìꢟ¡ì.t¤œ U©Á#šOÞêw¹S“$Õ¤ÐoF‹‚6á$o£7bfÕG¬7Éë|œeBz2Ñ4w›EÖà_}EÕÊ0XéØ­Þ„JïFùU×|õɬi>aý&»Ë†9C†‚Hÿ5ᜲOÓÿÑ‹¯lÍ€²¿÷‹©òjÒÉ’íbÔ¼¼Ÿ4§ïŠùÅ©OZÃQ³¦÷ 'ÇY~Õû2¡ZLéMv¼wH(Xdšlç’[_Å'­úHnFdbæÛÕ/”¬s¨Ã6-ᶠ+Y:D±)å–aûÖ×g5"ªBÆv¦¡Ö¾ {ù4¼ŒYò¾=‰ð) ׂPŽB½$VA±ö+ªÍ-£{ÖçÑ’^*ÆGK=;Åþ +n8gì}þÔïö{8Žšpú{ÖñÐÐ1r*yÍc)VÖ¤ZÇù_“Ü®¼cë]‰ºëW‡fÝHò?M֛ߗ<È¥•×íµ<¥ü"É`fDNíB‘¢ ¡"¿ý~(ýIÆ?ÛÒs3”õ ÞZyâ-Rž…GXm°rç/^çI‡zõ^ÂMÕÓêþpsí¶>¤gŠiSyñLå¶ä&¨Y¡´ ù8.Ëc ‰R»¶Àø#Í%WæPm6†ŒÿÓª‰â°Êœu>ݧŠÈfR/[E¸‘ÄÜ_±ÅŠ@ó•h:¸à¡¨ìGòÚ¥m«ì¤OgÄUÎ à.Šý†{Ò¯9Þ. ä }éì>´Ê#Li'HžûSù ;ð{ìlã|ükåØ ãm çMœ>Ä\h¥îІ’\ m` Ÿmmئ7ƒóÀ×sL'ÂÚ Csä+eoŸ¤³,«Sô.8\«H5 AÞùµ‘§ØøåB¬YT=Ͷ]Ô~ħ+ ¦àpìñ׸0?·3”‘Zå}ú1"‘†áœ¸ÙWÇá±’»e¡_zÒ0‹¾Û=´¹wyõ^¿ZÞ‡“[ߊ©ê]¶-í¦gkÃMdª¾bÒ½<^Žl‡cóLê÷IÛiTÐhâõî0÷¥sÖÇǶ6›õËûÕn]‰\£†»2¼Ú “Ú\äÃÄ€MÝ9§p$‰™5ÈP‚~œæ•prø‰!uÊõ*‰ÇŸû hÍÝ(¾\t¹Íy +]C$Ûˆ÷-Ûêäs~ Èw d‚ŸñÝvc‡ÙûsÉ!¿÷»Ý"õéˆç/¡_Oä½ÇNÒ#Ö W—“Y½ ¿}LÏ°3dnÜ¿,›7p˜ï«Lüu‡TÚ •Ì™î‘*Pý›p㊪ÌL¹U׬*ª¼ÏI9ÁÞT†5‰kdÕlóÌÛuÜtÔ’š¹Hb`°¾±½¸¹9@a.÷E¤ÐÈ}€o Y¾xèF‰˜4Ý¡¦Õì>åúÐrPŽ;9»,í»ôÈȇîp?ïó¾ªôwÿÖz3TÞf‰¯0£õ’Vçï(£ÚW„áÔ:C‡³Öw8½p K#~œÍ!,ž lþºIøä /µ?t–‡÷Q¹¾Á‰f\$õ¹“µôkÂz¦T*”>l§c?ììlcq›Ù¬Ux3éÉ{…[Ši¦uIñôRšî þ:8ƒØš32áû ¼ý­M•æõ¸¤*/Õ†nôüÉ™yiãDžÑvçM^Êë]ÙOÓúSŽ@¶±ZÍF='È–DíÈÌ:-±µ-'b<ƒ<˜X‰ÅÊÖɲ1áÇBc³®+#·Lë–úѹd3ÇŒÞNtù¼JBš9£ó»òàÏC”?êR×EHi¾¶†(_TÆ]DÇc‚‚Æž)ãáJ`Ñ£ÿÔó!âµxÞR'Å:•ô90EUfõy§ÙÝýæéL½I+à\ŠÞ‰P$12n°±:<¨š=4æs³ùCJR~íë—$TBh7o*Ü}HU Ñ|ØƇ« ¶tÍìÚ˜‡(»w:ß5J²ÚJA8¨×+±áEHš¹v!#õ«FîÜ[MUÞMx,ÖAÁ5~TˆÅŸÆšgr鉽ݳÃPãZy¬õ,f‰Mµë” ¬ôæÉpµ9·Ýð3/µo0l´6üre"plôe¯¶ãþ"Öc[Uõ1ËŒ‚kd~‰ë„òôEº¿Èû /“ìùC>. ²9¥Å×ÖPšØøâ¹¹Ê$‰Ì‹òDñê™èˆH²„Í;SWå…,Ƀ¾½F)%ÎÊÞ’ñQÞן2ÎÞØÊxÃÆÔG·Øô‹Zóå»Þ 1…@ Þʹªõa¸Êx^¶ÝU~sà]¿:xØåàÂûOìuJÁõ¼"ù_ Áö'‡¼ìG^vñóœˆ{³·u„ºÚG`6šà…‚Òíâ‡î‘'¨æG¤5ÙhÃù혚rñ˜†–%Î4§<2Äíµ»ÑãM‚tEôs õTGW¦~æ®ð«™ý–dc*ÌRe¾bþ0îÏüqÚ„» +wm Š¢OBä÷y¤î­›úyí˜pá’Ô£õãÂvx>áýÒYý§¦Û×Nƒm?Ä°–«xÔl²œ=’ó§Ìò}f¾,'l‘‘—pˆÔmœf‡¾`MãªuMÆË9vëKóŒ˜Â褺”Ÿ9ªÆ=é¨K—:šGâ&e¸ôËChdÌÁsh¦©¬&kù0ætoù(_§ æ‘>–:·½n¾ì„ÿj__וa-š÷®vk4*ßâö„r‡ÜQ¸ñ|ÿôj\°ì³%ï +2g,¾ÀV}- +>ªÆTLt´’z#þ°•ÑŽ×Y©­Iìwíáu)lƪ¦½W%å&)@ä[|Ë`Y #¸®Vèï6fM¥îuXÇIÒhNcš«E+ãP#Fs^¶†7£¿fDÿh3Ñ`Ø«§K*5×=ñ= Â*¼lØðûæÕl¦¶Jf¹‚…|/îRSN–µ´„Ú´Ó뤪״Ígoè@!DáÉOÄÞׄĦ‹Òüï_Ù«çŸrErfžU‰ÇHÃ0rk^Aq”9JØËR·a + ½ßx¿+¿äIe7UÕÓþéU© ;{ÿ¶£çCöŽÔ$«ÿ)Ï£¨—{å9éD*õ«CLj4¡dþÐj°Õl)†Oøpe¢}oqà¦ØU¿—TQì•ò̬a”³–•ëÌ~¼uAŒ%e§Ï®M.ÑJx×GZZ`9·KM¸ÖÌç·—ÅÆú0XX¼ËÑÑßÇB1–sb*D(…RÓ«p­¨ ,kÑ~u–ÃRo\*¬‰:­KùçˆíšÈ$Œ—PJæâ#ê•ÆsàškX=…¯Ü æ[·´D%2¿6;5}œº_d¦€ÚOâ‹Í¢;ãö»`)´ÈÊñwÚÛ›ƒ-³,Q*]RoYÁu}JxKXiU‘ð‘øÒK xÄ÷³ŒB£ ìB¡·9ÂÐŽå¶ÒüæÃöˆÆƒÓIøåÚ:ªâž–\!‚ûÅÓ·#«³ò ¡:q‚ šPd¿"lž9|®mKuj jGÍé>iè®Í,Ekì]ŸÎ'1*˜þñ^4hïEv°ˆ_hL§J|‡©zIÝ2l*Á™7Ì6¹–q®×ÿ>ÃE’_áCcž7­N»ò¹»9¢ˆWöwŒðv¯¹4,Ʋh+Z°´ÝMºWÊ Žƒ_¿¤ÆG @}=:QÖ3uRóä­pXp¡“ôQ@焵íòþ¸Ñº>E‹ˆ— …ƒõ3wd¶óž?†„Ãö÷vÇóQœÝ›7N‚˜‘M¸õ•ï—±¼oé¹ņ>Ú«QÜÙƒªurÈcø<Ý´2Ð ]ÙÑußEĺY© 6sÓˆ¼„´e†{w,·!×ÆÞÄâTŒÙJOQï÷™R#’n|k…œ,ó¼Ð5Ÿ»F¢¤ä]å%‚:UѬòLñ[씚ñ§Ê >¸Ššã5[32‰wM·ÅäM8?v?œÔŸ½ Ä„øˆSÉH_âšÊÔ›üQ02ÖFÑ’öd¡3Ñãý<ŽçdGîlžG$ÇKnë¶åQ9C(óËz,«U„! )¬/Ch/£ØÓ/”ÑÎRxúPhAÝèOX­ ÃæìZ¿6<«®ö\8CR[†Fg›|òïÜ{yß••Û¤$ôÄÞpω¸<ýVþ„1²¶."hñì ‰?S¬ï_­}&5–d–®þImþ˶ü1ÖîÖ—> endobj +471 0 obj << +/Length1 733 +/Length2 1109 +/Length3 0 +/Length 1624 +/Filter /FlateDecode +>> +stream +xÚ­R{8”YN[±“\ÒvCÉ-ÌLf&£­3ÓLÊmS3óMãû˜ù†"— Ý<%RªGMžÊ%Õ°’ÒÒEE’J¡¥ÕX]”¥R´m»Ïêß}Î?ç÷{ßóž÷¼çgiÎ]kÏ ! E0{’‰ܼ|h€ä@$XZºI £ˆ;ƒè€äìL Y ‰J_ìL'“–À PHà0!¬ÝlFH4À‡$0Ÿ‡/&„Âq >O Ö¢|€!Ÿ‘RàI!I$p H@ó1…ÁÁqÄ Eík[ ‹øEA)n +Xã&mnQ€"b@¡ÇÕ(~„;ù?LgÉÄâÕ¼ðy<£ïP^8,Vü£á2 ’/TI±Tè«5/HËÂÇ¢Œ'†ù $L â×,eÁrHÀ…1¾„òÄRh´!‚±&ðØF-8ºyºûúyØþæ(ÄåÁ¶Nñèw´&ý[ãÙH`9XOt I8_ßvÆ\ÅDø¨Fðq PO"á)ø\àÄ’Œ 9€ä¸_GÅð#$„¢ÂÈgR)À‘1Ò"|ÿWWTkO¦{2×$‘É€F!Æý‡È—I$‚žÃ·:ÆSƒ 9Ä'´®é*ýôCR; î§#ªÒb˜¦sfßd·3öÞ~¼“ç´énÄñZ¿¬™±»É¶Q­)˜W¼%-i‰kÒÐC#Ûç=Ãí¶¿hp¦™U^ÒôüÚGD¿ip§\¢o­-V¾™ùs§ñáV‘*NAõà: +L°n,ÅRŒ‚oŽ›²¼ã7¦ÉÒl•§·RpbéKWÊ‹¡q1e¼ŽëfឬÙqï›ÈÛ:>ô™Ýè5xŠöláL?FÞyK9×ÿæ¬{W>':…pN^}ÒSÝÑåRäÖšî©H¹zѪgÙ´ò}¥îª.ƒ‘wrMî úÚ&t9Õ‘˜¾ûvB›>§ƒV«H¯B“‘ôTãµë§CYZ«J•*ñL~kw¿×-A­7UeÜÛmìp%gyIå²Ä„ܧԓÌ%åŠ{¥•¬L»s –ì_ȶ¨ œ&^U^açìÔ9&ëÎÌàÍõ‘YÞs¦U`ÁÛëÎÅ •b—]3±§“§·6$]gÝðÏN’esZ«K*Oû7¹ø¼s2,Êýƒ)j$é$¹:©CŠô ó\Bº[ë‹ÅÃÙ~tnAG_VZª³6,8%?Ñ4(Ç#~r¿÷2K¿íÄÓ '·¹ð=Tˆ%yXµÁPQ˜)v2<°f+:©¥0¾ù-Z²sÓÏTù“È‚èE}ïÛ,mî;’ÞÛpþ$ZÓH¸?¿:Ê„£[HÛêCcÎf>½Qg®¸f½ØæV'åYžéÛ»GK>„Ìç%”x-¿Ó¼˜m]Q϶õÒh,c,íäú)îò@ÿúÈô ö½¯3h›¯ÑF·ÿzŠ®~vŠrJýÊw·ýþf_Æ4e²ÉôY“d«’O»ßxI°h° *îý€½èOŸb‘—6þµìÉ£zûÞ +?Ý`ÿúútdzjwgKŒa—j—òÖ(ç“ëLýò§GRË£zöF7}¼Œ”®*€”Bþ¤Ò/«—úHµ]ÏéíIŸ®mS›VÛß.”6“uòç¹C½>>úqEµ¯íç.é6’ùMNËÃЫõ+äYjÖ¡0VÕþ*flodr“Q-•Um4OXnšª÷Ö.¼;Ź<`À°û)SµRËøO%++³_ÜKˆi× 6ë<>èÆ1}|Ñ.“sãÎÆJ ¹Ïb§ZÕ¨.~ ò$×öÇ]Yvª¼ã/ë» +endstream +endobj +472 0 obj << +/Type /FontDescriptor +/FontName /CKDUVJ+CMR7 +/Flags 4 +/FontBBox [-27 -250 1122 750] +/Ascent 694 +/CapHeight 683 +/Descent -194 +/ItalicAngle 0 +/StemV 79 +/XHeight 431 +/CharSet (/A) +/FontFile 471 0 R +>> endobj +473 0 obj << +/Length1 1040 +/Length2 3140 +/Length3 0 +/Length 3783 +/Filter /FlateDecode +>> +stream +xÚ­“y<ÔûÇe'»D?TÆ6ŒÝ¬c_²‹Ò43͘±déÚ·ìeK–,%’ìB‰ÈVY“c)•}Ï:÷œãvÿ½¯ß?¿÷³~^Ïó|Ï [XIk!ñ×Q0<Ž( C €Ž©•D€€e™ÏÓ! àD4§ '¢ DUh‘\9Š_*/•W`>èà=ühW7"Òÿ¤ haQ4ŽLáD7–RÇVxEôZ `ù3à °Dy¡Þ($˜h¸ŽrEã˜e~*2Ĺàå?ÍH’Ç_.oÁ‹" +QDŠ‰H<ã Q.Ì2fxJ/EÉÿCÔïÅa$ Æ ŽýYþ×”þÇÇ¢1~ÿ‰Àc=HD0Å#QÜï¡v¨?Å™¢höw¯!ŽA#´p® û§ íCû¢h" pc¼P¿ì(òw”Áý’ cl©å`®#ùŸþrZÀÑ8¢µŸÇßeFÿbÈ?L™í 8Ê‚ee!”@Ê÷×ß•ßšéáx$G9 E%N Àý˜)·A!EÀ qH”/€ò¥(–ãðDJ +@J à‚'0ÿ\(e+2ðŸ¦?I¹þ©2ˆ¿ "+ È AAy@Æõ*2nGPAAJ×GÒs)}±ÿ er2¸#Hé‹?‚r€ŒÇߨ D!Ê‘á…P¤Ž EŠ×¤d EŠ÷?Hyg2¾GÒÛïþïƵµñ¾þÒJ@ZNQ–2;U@YQ5ð¿â$…#þzM”³ù‹]Д#C¡|Qæ±wx„Z˜{ZmDq^þÀc:‰cÚ®u‰fUmÃÍÇCG“ŽaŠzŒ=%>TÚï–dr³‘éÈB>ûü^1M—ú`ß‚=Óßþ {_#gÞ|Æo¿šiê7ç!²ú™½±vdý‹â1ó¡½Åw +ºîñ9Ϥk=Ï0)LÕîè]Ý~/LIÙ–‰±‰ ¯UŒ×üMicS{3†2iý…‹fˆz5rù:£ß.䵉:GIöž}_àÜøl_Ì¿jÂŒ?ÏÛ(:ŠßjËbQq¸aºÖt²YÁ®Œ¹e6ð“÷óo¬¥Ä—×Õ¶œ²_–ÜœcZâ#db¤é¶¬_4Z¼Uõ‚¥¦ù…36“ª‘Þ‰5}’Žz´};¥¯µ5+¥ÃÊ«´†ãšv»×ÝAÓƒgÄ,Œ\½¡M ,ÐùzåzÅÉ¥¶bžò¡e<:n´«—ÈY.„ õ÷MV.-pîjø£áÄb6ÉBô@'T8ž—Á\9±×=™_=$åL§>^8“9ôú†lªI¶Ô“bã² –æRGŸ‘ä;¯~4æ*yðTeÍ9c…í²è8Nñêg5Y»>ŽÁS¿AŽÃ7,+=^µ–F¼É3Ž‹ßªŠMMæüv†¼´¡¾fhÍÚ_^”-ÑÙ±&Ö1'Áêõ„µœ‰o9Ì E'tÊãúýK-™S‚5¶§VŠ³ËX‡²ì¿ͪ68›I&µÒ 3BëÓs–è®5¾º^;$¯–p´ 0³ö×ᙹ0ìöùºšS0UyÜGSÅ6UGïU‚ó| rØ>ßí~ +B…Ø.hÛOÁ«À’B âÃÍ]âŠVB4£þIÕßLr™àõqlš ÂW];÷§‚h¸ìŒ¬Ñ‚_¥uwYX%\¸Œ¤ò;}}ˆsMEÑàዾ<~òêïoÍ#VLæs…–ÀVƒÛ‹ çiÖ²?ÅnÏOÍì¼Ø7T?…Ü»é˾—[€7OÎtsïžãæÉbÊŽÐê“‹-¿žÛ;)Ú?2¿ù/l G#•nÏë„„v²ù3¦‚®õu¼~`y£ëŸ¦í Ñìš`ãšâœº sê¹U1µð$âtRùŽçƒ!ì1ï¹ÎÚÒ¹Ðe*)}œü¬Â¯œ›,9ù>Ü:Öã~ôÐMÎQQúÎÏ]t6Ä °¥*å¾··3÷ôŒ¨–hŒ„§Hm:eÈÃ8ùYµºÑÜÊõòq}Õ)Æ7à_«p’ß$ZãoÀþ®Ÿ9¡F%ƒþÖÑ^‘Ý 9ZP¢D”[¤6÷bk2TƒÂ¹õ(Vn]¾Ì½«»+nÆ(ú8 ¡Ÿ-'œrœ¬–på»á«AC±¯C[?› ÉYVn7&ûÜSØr67‹“Íi>È°Ër„Ù¡|õD ¬V•sË®<*Šì/çm˜lÁ#\ßì Z{(q<’úãÍÑ +gΩÛ+Û›1ièóä¬6_QŽBù‡ÕˆÉã§/…³~¢Ã;bãĸ…µçw€Ùs¥…‰¼…W¾W‡^ ÷{i'ZÅ«¼‚¥:ûxòV”ÑõEuy+ÎÞdózg<ÞÕ¤‘;ƒ5uï<ŒãŸòÿVɬ”2ݨëZà$wßxˆþ„EY³…]b«uxV cŒŸ¥Û}ùîyš÷Éû«g}Ï&ƬD>!1-9çRÒ¯HBÃ2\h…½åìøÔ™3G·F§å»Gž>ëŸf‹ˆë.©NÑèµ£VgXº/}šyN‘h$òÖó•ßöZIÞlÛøšoàe—¡ŽT.ø{÷ÜH†ÞXzlÎ^0íCöšNbyŠ(Xñ6z€‡ØðÞ!zp¸'õ½´êgëŽG‰Ì¦Z!´Mqš³p[÷@¸Øε]V’›?ã®ÈŸº+õ%_/ëß=¹V +endstream +endobj +474 0 obj << +/Type /FontDescriptor +/FontName /KRAYOC+CMSS10 +/Flags 4 +/FontBBox [-61 -250 999 759] +/Ascent 694 +/CapHeight 694 +/Descent -194 +/ItalicAngle 0 +/StemV 78 +/XHeight 444 +/CharSet (/a/b/c/d/e/g/h/i/k/l/m/n/o/p/period/r/s/t/v/x/y) +/FontFile 473 0 R +>> endobj +475 0 obj << +/Length1 787 +/Length2 1430 +/Length3 0 +/Length 1968 +/Filter /FlateDecode +>> +stream +xÚ­R{<”i®¬Ó D9µy +5ÒÞ ã°X9l‡22f^fšñŽÆK,-ŠˆýV­Sä°D™$*¦?ìNŽ©–ŠdU:HÈ1‰Ú—¶¾ï«¿ßóÏsÝ÷õÜ÷õ\÷m°~7`ËâûÃŽ|%@DÈØ9ÓhÛöAdÉ8;Ì@9|ÄžÂ27‡€mh  `yS ã­dSœ°ãG8làí IT` 8Lœ(Âj0<@ã390A¶<p[|ÜàX³ˆ8,þp Á‘5í@ø€ú1Ì + þ” +ƒ!˜(€ÇDL"‹ð" À‘\øX/SòÿõeqÇPÏ…´XþŸ¾b0‚8¼ˆ8ü àPg>  _R=àò¶ñy_5Ú2x¦-ȃùcˆâÈ ‡Y»9(“ ¼x)#¬/%`Æ- 9ØÛ;¹¸}žéRz7ƒƒ ôˆàÏ…ùKúÆpÂÁ~2‘L†0"v>Ý|¾hç€0ù,‚-…‰)`Œ¶2‘à ,8Àá˜fá£Ø€™rð¸Å‘bs!1C‘ ùFÖ‘ÿIJ¼%øõ·mã‡G¨ PL°þdss@5#ù"3T €ti0ß>áæ2 ‡ÃLœ¤›Ï´Œ;˜):.üÉálÇiõYçãnÖÇWfY‡û-WÝ\û“¯›PW=È)UÉÙUFb˜ h‰l£Z"i¤øª-Jê†Ù4Ù1æ°·ïŠÖüf±rPî‰çÝÁàkFc=zÓ…ÕK—; AÔB­‘¤o„÷»&âFß(œfé=ÍÀùä×:¥Ãî/þ:Ù>÷êþY¾¤¸UÃ;{Zí½DKüð·O)Ë<9ßYª+Ëj^êc WEú¸(¬ü]?òɃ{ežK9"ÌWßïI›zÐm?‘òèõÉ +Ó-]éñ\rì08ÕUœ×Þ¿¹<á0ÎäÄÖ”øf $:¨PÐï¾,Bf€r¯¹ÿ½ãÙ»ËUûÛۣà +“lŸÜOœ +‹*Zg"çòb®Ü%ûU¿6ËÓ‡¦h²›ÚkÛ™>ŠÍŽ™žO‰yð5UÅóˆÈW9·n£¡îä¹ gMn²XJF¾Zгzh› ,(äži;´9ÛkVÏ®“{“N:±òÎÏ +%) ÞC +Z*%ss°Ìlê GRÙ|¨´UX(ÿüRÅàZ/‹~M9)õ5/—ë]sûu[$ž³þ>\Ò|TåÇ7hÍX¡s;ኾÊïèŠÊ¹*ÇüÛÚZuïx6œõ¼ÏoÎ0¯äÝN°ŸÏè—)NUe!<'Ä wAx(—}’ÒdýÙ(tv(ë@ÅQÙšYåÛ34, _¶.‰=Ay¿:ØÛ[¥™šHÝé6M,h“[DZé#”†wÑ2{\ìw]–›¬×˜±»S;%-Z˜pB°LIWœÉ×?þdnÊÕlè­ö÷t¹íºe–É~fÚM¤gèm=ñã™D±ý0Kž¹òÈKÑB‚WMAîœÊÝUw.=·-<\¥+¥s9B‚n+ +Mè;âÏ5ÍÇ”¿5{±üº,Y3<Ý—.=Œ*\OÞ~¾ÄžzŠ»·Èät¤)ÑÎO¼¬-玬‰ܾ·Éj¤Ÿ¡mªG®íÚ¼ìâ á†ìõ›:[5ô"že/‹A®ûDïýWÓÚ?cjú…IueÃÒèäݹò®ÉÓ’T‹NчÊ"Ù“JkÀ†Ê]±§w)\ïø-1CäÜ']Ÿ9[±khc¬Gƒh¥Û<ø°ÿF㳤ëò\<3pȵ×7ÍO¨v: •Ã»„’êúj¾ÝÑ)šB@º2ôTòù¨é¶Tµ¶ùјñ7ôXÊ=Í¡Ÿ›/óo.¤¹Ç%o8˜þšBØPŽnòØ°§»~4«©ÕÕÊ\Ǭ£èÏïÍTÓq…¶Ø–øúžšuÑóæQ+RK8ÆV1Ñ«à©u‘MσèÛ™ÓÞ¡šN¬PçâÆú‰£ª£Ý—lªê +%W×4T¤sðúϦÞUè5½"³ŒtŸu ­x(FKÏâ¶vøĹOË—Œ{îSx·ypvÒ‡ýÿm½·“”~êð‹Låó½t•TGÄëö˜§«-3î‘ØI4FÏÉ^—‰z?ý°Z]oùĸ•8Î~yAoêE­Á…ͺ ªDV'Óšm9Âîð h„u¶ûv<Ñ•ÿåxÀåA{³BýŸ-biÍTû´-LÇx7%.5‘ºÞÕ:ꓨíyØóµÜÓb…î-Rn„˜ÑË]¡Ñ?&·å>ÎÿP_ý4˜{,ñÚÕå> endobj +477 0 obj << +/Length1 811 +/Length2 892 +/Length3 0 +/Length 1442 +/Filter /FlateDecode +>> +stream +xÚ­’{PWƵµP‚VÆW¥^Ĉ&’d‰á)*Á ` >+h—ÝM²vÃfƒ‰òªQ¡¾ßO´êˆ:EEDi¡µQ¢BňHÄŽˆÑª]@Çÿíì?{Î÷ÝsóËq—ɽ‚Q2 # Ú âC@)_ IJ8 …Á4N¡0ÈßÁ:%€Ä@èà- û²8@Bj ®TÑ`¢dRÉ'`ŽÀˆ„i–ÀÌ@`5“ŽÑ>V«ALÏ -ˆÁ´•„¡|Gh)q‚%è!’ +øöµQ棔„QZ +Ld '% µ ˜‚%ˆ"™»0†äÿ€ê?F ýQ˜øzAiLD ïÃ^{EŒô<ƒÂOîÞúT3)Q¸,ò…Bˆ12ßÇ¿¸~—Í$Å %ðû˜¢`‹yAL%«!€(¦˜ž!ð ’fŽ&š  )VÏZ!á € e<#+0Z)èÃMüo­o¥E‘ˆÑ(Š\ù©ýy +!!¤~µ—·?ðò÷a¨ ÈøúŠSþcDt…tïCc²üX+p& Óc«ÑD"Æå;ί;ž:óH݉¯¶ê“Oí¯.º˜ºGSäâýÑîJ:¿ýPKɦ +öŠzç$pÛpêœKNÔÆ¥‡‡—d,X”—..ãß‘³ k³¶yÇól—V$.ع7£et@õp÷ÉiÕƒ÷£m!ß¹ÒÝdrÆÙÌçêÛxÌþþÀQlÃýÇ¿}q1mGUò¬Ö0ãMQ‰¨åhí·ª†Ñ±üÆ/“†-"ßrŒÖ«œ8Û5OürW¡ýy÷à´¤rßÍÙÍôŽ×ý–k¿-|h¦fËMMSèföÔ'ø‹÷Ó·ÊRtËšTë/µfDŽé œ=ãÞóÂ×6„;×Ñ"·Ø•öåç¨ù%îKÁQ›{×>ÑȱÑûg˾,ËAòì +†{Ô)¼WÂ5^–ë¾+?È’œ­ŸÔµ0Ü4~÷µ§5¼wßÄÝÚY›ž<%âubÞà5E+wgüp³ñĘËG"û}dœË‘Y{Qž tm95ÃÝÏ8¡rÅϱƒ¾®´C§z™×O-6güî‰N•F49‹xÏdƒJ³›ÝŒ–›ƒ9°gó¥uNæ3§]*œ+ îÃ%’]~Eƒ #å.µí¹;ËÂßuøКe¶íl*/¤Àü ç½CzìÒ?žè¬±,XUØpºìüëܪÌyþ´„Éï +endstream +endobj +478 0 obj << +/Type /FontDescriptor +/FontName /JCIRJR+CMSY10 +/Flags 4 +/FontBBox [-29 -960 1116 775] +/Ascent 750 +/CapHeight 683 +/Descent -194 +/ItalicAngle -14 +/StemV 85 +/XHeight 431 +/CharSet (/angbracketleft/angbracketright/arrowright) +/FontFile 477 0 R +>> endobj +479 0 obj << +/Length1 753 +/Length2 1014 +/Length3 0 +/Length 1536 +/Filter /FlateDecode +>> +stream +xÚ­’{\ŒYÇÑE½ mL:I1µsySŠM¦" £¦\§1ï™z3ó¾ãíMe\Ún–u[—t3©¶uÉmU¢¬ˆ$Š¤±»–h’%•} ŸÍ¿û9çó<Ïï<ç{~ç8؉ƒ8>¹ú“ÍA¹¨'Š$( \>âà ¤ ŒÆIÂWFCO€zx¸¸‚Y0ÓÓÍÝuG€TÇRxX8 & Ù½"ðQA +—Ë ’ÑáPÅôË” ˆ”ãŽå¥öîˆ0R«!ÆEP`¸œ+`N ¼^¦BAÁÇ4¥þ\Z ©H +LêÃd# e,À áÍ#™Ó Ãò`õoî¥TΓ©zÛ÷9õU]¦Â•±Ÿ¤JEC +ˆH RDéBøN1fÇ­\]/Nk˜g.8p`ÕÅá67#Œ,ÛíôîÂÁZ}ce¾¤0š+½_Swäòk^á®Ã†¹e³ÇÖë›’Qé¹Ìîª1Í·šù«=;·›Õ)6_º +»\àÒYçOo­Ë®òž^efí?zCÿ]ëÒÖÑE×,‘9ƒS^KöÌà•Ÿ{Z¦Ûgè/J]s馠ܤ3ÙÌ‚|]#ˆÏSÎöÐ*Xwü•6`È6áéP+}ó†ƒgF&%Œžps¾àbÆ»½ú±~f"µæ¼YælÏ[wYãÃeë‘»’ñmNWCEÕ¢w]µóÅï6F|?‘y}ÅïÈš)QUoõÑx»“­÷† ç©’{•Ñ»ëžà6ÉÉÊp±$S—߀\ru +Lx´è€ãÎÀ×V)X ½-š¬2³Þ¹-³6ßñhB Ðr/‹-r°)–F^ÒÒAþ¦kgÙµU:HžŽ4{¸”SV—¾­²ë§a÷´æÉ~kÕGN„´¼6At>¯´.¸IJ q¨Mà ñ‰²uȬ=;~òü,Ws¬( ÇfÉ–Q‚´ŠÆME·ëCYó8ÎÂ!÷m;í¯”îYÌm"\X%y·”L5cǪð¡T‚æëÛ}·ŒJ½Êso‡Zö±â]Áz§û ËZPÚ+ÎÜ;ë!.*(LáëâVŒ´çø¾rty?,o¯Ážo㧚& ÕÞ(Ô·-ζNj­ôÍÓ,éNšLw½²7Z>b@yî®]ÑÝÿlqnIÈï¹I÷­- a5½¾…‚%f‡»äL2eelô„½> endobj +481 0 obj << +/Length1 2087 +/Length2 13450 +/Length3 0 +/Length 14598 +/Filter /FlateDecode +>> +stream +xÚ­µc|ÝïÒ=4¶ì°±m7¶mÛjlÛIcÛ¶ÛvÚ˜ š<ûwÎ}Ÿö>ÿ·Ï'ûEÖÌ\3kÖÌu}ɉ”é„LìLÅíí\è˜è™¸"²**LŒ&zFFaXrr'SCK{;QCSn3@ÈÁ ÀÌ`bäfeþ`É"öžN–æ.Jª‚8B¶¦N–ƆvYC S[`cC€²½±¥©‹'=@ÈÆ ôÏ g€’©³©“›© =,ÀÄÒØ`djniËð'I;3{Ç¿Í&®ÿër3ur’Pþ‹&HÒÄÞÎÆ`bjË g¬f +äòÿ­ÿN.îjc#ghûOú)õÿø m-m<ÿ'ÂÞÖÁÕÅÔ kobêd÷ß¡ê¦ÿ&'kjbéjûß^ICKc!;sSã¿M–Îâ–¦& +–.Æ'WÓ™MíLþ›P¹1`P–SWP§ùŸ¡þË©`hiç¢âéðŸ¬ÿDÿ 3ýÁ@yœ,=ÚŒ@}™€À¿ÿýO÷¿Š‰ÙÛ›XÚ™˜Ù؆NN†ž°Àõ"6€7ÀÒÎÄÔ`ê$Ì@ogï<jò`fïûÏDÙÙ Bÿ˜þØ Â€Aäâ0ˆþA\±ÿ FƒøÄ`øò±$ÿ VƒÔ¬'óëÉþAÀzrÿAœÀœŠ3€AéVPþƒ€Tþ `ª°žÚ¬ ñ\OÃÿ  ÏÐÖ¸è†Àùþ'˜ÛÐÙØÒÒØÒÉØÕö?v&à…ü·ÃÅÒÆÄô?vVæÌÀ´t¶þ#Ý?I\þäV2úƒ€'Œ ­m -þÊÏúÙé/°g#'CcSS3—¿Ìlÿcþ÷ÅûOV¦›­M]þO<Ëìÿu8^ãÿ 6 Ec{àÿO!FàÄÿèÂlßÄÞÆæo†Àueø£p9LÿO öüŽ®Àûÿç°y³?G€äÌ,ÝþÊñÛÞõïÀó?~óLÓ¿C€Êý’¨…§ƒ…éß­m–A S«¿ p-¬ÿ‚@)þ0fª`cêìü—(Ü_{¼õ J±sÙYÚýéˆXÚÎÕÖèŸ÷Ôü/JÀ§˜Áþi`Nû¿N11uøãÖp0t2µû?£eeúëÿ, p«Míþ +eÿ—ÍÒþÏ@YÂ:ظþÕÐâø' PUGW{S£¿æÇ´þ%=°»?ØþA¦n)Ï w>sÿ) +äö_{Ϥö‡(°' 'Ó¿VØ»‹»ý_€9\ÿ¬1°¦+ð tr6¶wú[@àÝþ‚@ÝÿºDÀ¤A`UÏ¿ P|¯?œ™¼LþÍàÿý  Û{xÓ±蘣æ`ap22~ý?aÆ®NÀ!¹üë ü”ü/6³~wLM=La×–íy‚­ÒZBË}Å +g+ ¨A…Í[ãåûºá‚V@mJÆ¥©·4^*3Ñ!Ž‰Üßðœ#»|§Ä¯ãÓ—ÞÝ Ž3½Úñ4n3e=Hž‚~"u¶,ÞŸ³ÊÏoO”'k ç\üÌW U9Ú$é×vkêÏ +fçÐÏ´Q i `!VBNw,g ÛrGNNü´5äkÝF³qcßåŠúR—ô®òl È,œ»Ú:cÅ–I‡Ã¹¥#jþ¼­‹ i,ée 7ʪéϨ‰Zì°[ë|ZïÝSî¨ï÷Y|Û‡1¢žÂ9•¡„šårV¿€ªGPúô“[¬µJÙÚ¼:H"„‘¹Tì+Y Kþ”&H«(ísYŠ×ôta3rKVêle`«`‚ww€¶jK,éV´_îQËGjˆ4ñ>h—°ú;j-Ë}ïè”™4tÙås‡‚¡þÃ;ÊüŸä‡l䯄˜}¾”“l9DÂÖ_…~XÁoVN)¯8ƒÞ£ãü6GM|j™á™ëGVžü…>±ÆƦ¥b^ŠqÍ£˜À ö•y~·*¦? }ꤲrPnŸáÑ…ÃáÀºÆ /’pä9(ÿüFê9òP»§w‰•×ÐCH3klýémîa`ÉÖìÚ¶ŒSŒ’dâÇ5ÿÙ2®¸Ïv}kÔ~íý R__‹í—kC~²ËƒnÇ¿Öš~µÌcBMPgŸ®¬ˆ*î«"§ ²Ô•ìŽ ª¼:µÌ„=¸iŠœ !ÉÅ0bÉøÎw²Ææ,µ¾î…nÔ²(µÄ_¨­~4Ûü' 8d&Ùˆ}[Z@Äxî`”/óä¢ßíêÛ+!tiÌãæÃÃ^!ó­@ÑÅq!*~·î5 ‡ü,&Ý 6.ŸTl攦t!­ç¹jà&¡zûòÍ-äöÌwLË])¬`¹-'«Žz2Ë"«\à@SªBëIì Ï8C¹Ú>£šZÞDÃr²F’,ÅéÈ´`)ucPX7vÇ‘UÄA³òC²¢Ãµærxkoµ×B‚—ø3ªe;Êd@ª?3}¥Ó9¬Üغ“ ÄÕ!ÀX[ÛN•š?±{×tˆšV):Ò€õótÏõwQ„>Öõµþo _3ºköÊš¦œ>nÑxÞp_ Ièè"ïJ¾ðõ-înHBFÿŒÎšž’°RXχýjŠNªzpK0¯²ï2$ì Wó}áÆëlš]Qéì'‚§Ëm×Eyñ¼ÀÌ œ´åú|uÿQªÜlå•sËú"­‚á‹ßû^ñ\ü,å-ì#ôÃÖóÖ¡ûf0ÇyãyR#ÄΗpÙ¹MëÁôO™/Ü¢°•Ê+ç- …m øŠµ´¥…™{ZHSº˜×¦~†g¦ZùmÌöØhï-–÷W†“5× +é£|ÖG2IöÈ—2j³mvf×ôë½Ç;«÷CD.¼ŸŽF¥s UäpëD3Å^ºô!ØøÃwNÀÊÏè±–4|% +èl º¨\^÷!s!¤ÔVÁ2‚Ì_½[ÈŠÒ¿ˆèÍ»€ëj¶+hÛƸªš™¢Fe €î7ÊçÝ=8½XîÕdìîjñ©DyŸ%¸ 1¯¼.œlµõõFNcË°ùÛ%µfÚ¶«n¹ÚÄž ¢Èr2ǯÿ§´]UZá}¸,6uûlûqŸYtw廾*TšýÓ«w{o{±3‘Ȧ ?ÆÏÅ’L +½ ©ò÷N̻˽lØê=Ù57ŸÜÓŽ´_èàϹ¨Ý“aQùÞ¬+©/.~¶î±×­ŽªòÙ&=˜`Rj¯b‰r¯S]K‘Võ*ë'©q‚¾Ûî1O韔éwŒ•:58Ž6+@T&aÅÁ×7!®{·‹æÆûCY—"ˆŽ"9!´W­+2Ž[dÆ º£|× +4†.Ô®<Æ0ÌÕ(Í“¡ÊÔïs~ãSZLaC¨˜=Àß®XÜáÔÿF±Ýïœë; XñÝí Kó×CT6Ðíšì˜ ÷’)›&:Z8k\•Å_êÞ€j.$.U*tèFd›ß9T}2Û**¨K¤‘íDM¦ýa÷ÚµGÓ²-‹³OvÖv>ÇC9³ß0bû@m-Xzl ŸÓvkDü†ûq¤øê[9-QômZMó°aäàvþ·3,æ/w¢òË»Gg“L)'ûaŠ›l»èÄÆ›d„}9nF$âT ~#ܨ¯çêwê¾…ÈÙ™Ú<rëgIä­P{˜ƒ˜>qu‡´^Ú‘P>_Gß.[>kŒõl”iõ+ýøI¥DjÜäxÏN#­¹ÿ6nÐkX›LåÄsne³‹Ì¼iØ¡ìÚ‚ø›™X§+<óP;&Ño†€è{WÛ4ÉCºw‡šÃª9øù;µÛ×øp¯½ obŽp]hfÇ_ÎœÄw< /4\õžd#\Õ&A’¶wÒìÑ¡"èêÖüz˜ªç{ðTÑÞtªÞê÷«µ¦™§»O»»é’vV‡·\˜émÁk¯3$Ã`#¹ „·ÍÚÖ0sé\ŠÝãQÏ°0=Î4-itñ˜=GüoŽ)w½K¶d‹S¡„8 P7Ð$Þ…U¾Rr°5r§cùjªœªS¶ÍmCË%·r£…µvç,Õ IÈÒn;TDë1Š±¹)÷¨ˆR%CÛ2µ–_âÖƒ¾oÍB +sÒÔÑ5w‡Šk/x‘. ˜ºÕŠ´9ƒT@Ê5¨Ä9ßÔ½¡Ín7_eùgl­«c…ïDÚü1u¸{}œÔ…Î=Ò»Í2uÛo¨È]£Ï’O3ùƪ»­xéaþZxHèÆÓšØÝfd7¡^y©¤§u¹Ãf½˜ª¦MG1›ì rnÊh¿Õ'¹\¤“W)yzDó²ÒåûY¡[6 NtˆŸî%5ïðAgò¯Kgu WÄȳ¥»¦ÃH顶l1¤¿>ö7âçõ=67q…_›¼‚£9§övy;¨¼¸ä·Ðé+‘ú×=SÅæ¼ÍEòe÷È‘Á… )X2¨05’9W!XKûÁÊoª)äsd!;\H0²¨©uxù=½]‚RÛøÈfÂ0 0¯pôj¯Axé%‰¾®z^)´âþ‚ómÍ¥ÎÎ}€¢ Æƒ¾ƒÖ_zÕOmDvü9c•Ÿ£i…—`œO˜šœ< ÀwEÍ¢‚>c¡+_Ô¡L¢›S5:Ÿ2B´”5¡èE+Z<5R¨o “M É žOäqszF™áR©&° ú¬¿²"*êMwVtkà”vüí¤ðÍîÞ/ÑL×b*j–¾ÜÒæU‰ƒ«í,i.ÎÚÜ‹§ø·¡ÿí¹ñò|6;šÜœ®{¢0#$ û2ºì‚WýùzO±î·ò7©”AP•î‚§ òÎhp\òÖ‹lQL@eòo-?²ÂõÓ9X?C]“ÈŠ­wË*¶kÝÉ€ÙÍ6È÷¸ž¶øê·fa‰K_! 欈êßÆgZéláαǪ²éïyvÚ†4^ <Øòyã?Ũ7Äð,ÖVì]UM±!FQϹZs{ôÚqS»(›ž“ËÅ®Kåy•¶³°*>z}8wIƒ¹¼85'sÕH—úýêtU“á­·Nî§îôzáBªCoñ~Íã–›ä hîsAf36Ã篡èBºæ{\ªHÝFÞ]Ae•|ô,užþY vçX7ŒâKM³/­àŽà1ß.Ø]¯Ð'LŒ1Z[ˆsñ®Š~Rk{Ë-­ïRO`%H ¢¾A¼ ô;É¥Ä$Fl“ÛÕ¾•Ó7Û£EÌBúeŶ“º“˜,Ëêj$MŠ‡¥b‚*ðÞ +^ø ˜¶xܳTÊ^È£Üõ²Wa]íÇ-2ù¯Eð#En~±J>”F]nÛ<®Î»LcŸgÆß%4„>>us×çxáß¹ ý¶ÐWTÈ…1¼¢ÊÑ1^‹Ä~îÞ¤Ñùž{å«aJË^u¾[ïEg¤=¦çòs£™,qe¼Ù +Q[égAT¿æ袕峚µt;¼Z߉eÊ•™ó@K5½â¯Ç`‚M”&Ñït5 ÝwÓÁw±7w"›yDb‹Ç©ø›b}!ŸÞnÌx#ª…g3ªˆëX£dÐ˾gÍñ’å£!é5`%v7ù$<¿‰<0Ed襀ÏNïC0Eº”ôû2w²ÚõfvgMbötR%ßÈ…R„ÙKÏ÷ÏIPûœÒDŠÿYµ ³ò¢øbä©Ñ«EÐË-²J$¶P1'C÷ÎÞ*¤eI ¯ +úË;WÅäëxìïý~ÛNCd¯øÞ•dë ®”±Lo™ ¸Á +óÙT#Æl¯ÁM^±ØÎr¢£º*qÔ-}böG +§¨L2w¥­Ó±â_‰D¿,Jy‹ðLÀ•Óq›¤Ü&0~×ùã/ýØBmòQÄ}ülE^”ê^«h’W\uå¢QüL¥i~Ž÷Q¶ÍÏQ2¾©”)dMzäSæÈ]æ2[–ÖÐÚ£D­mRâõ»…WyéõUH€œ•˜ã)ç/Ú½]…œ£#šÉnŒä@›Î™ãµnøâw9güS±€d$4èAEÏì<ÇÛøB$C¿RŠf½˜Ø•éÛ…$ïˆëæ´ÉÖv§ÇNãJ´N×n!'\ÿV ÆëDw×Üb‚øÿ~ë_ÊŽIÄ\iÚ'ê\ÒÐSÉ_~³ÏÑðFgX¨>M40kB¥\ËO]ÖeñR\·A_ÇŸ„²!)È:±Èt£Í¤/uvP«'VµYc{¼öwTìÿÌĪ¹ô%nâÛãÅ6ŒÖ-­ù”ï|ȱ7½ç3°ó™¿¡.ÌH6¤}Øý± •=r¥£ï5úæ.+ àRS*9V½h›¢Þ.aé¡%¿ú^ ?÷”œ}þ“cZïÈk®i½Êkž¤o÷µJËÊåÄUË"ûh¯U<¹ßkF˜bo“ûqb$ôë¹zºë ²’²a/ìU fò3©%ú§™ßÅÑÌ>´Àë}ÆŒ¬Wr|VUV»%-´|Z•ú ™D‘MûHš4LèJ±¤åõâã)Ñ:ÇA`³%j¥r¨&Sø›/x.Ï<ä gŠ’u ¡øÜ=­ ~“®NÐk;¤ÐÀnP¯ÀeXÑ¥¾<ØÆÂ¥š&5¿rˆ +Jõ5\¤‡Úo)2:CÛ$ì,ü¬‡&UT³;«C¢Þ1¿ýÔ¯ÐÇêq2ìDµ—/Ž9~êžî „sºHõR·ªM»Ênß?•b˜:/Ó*iuU ám[ß^•@è7H ‘»Ü"(7eö«“¶?Þ@GZîæˆ(|¡c]–KV êß‘Ú }£ŸP¶ñä!ŒgÏ/íubšÝ W‹=Ki ,lY §­{åä2$]ø |uS%®pçd)qp;>Í­ÊÉ281“‹ÿ¸³Rž¼òŸDZº¬9ïÄ +öj±¯¦²1­›x¢ÔÃ7ܸ*T3¶ÔD hÌ7ŒÙÃy^ÂÌ.ÃH J ò2®¤S'G‡ÓâÍ`3TH=Ð{~YÌ:enLk[‰]ŸKéViÓ‚á“Òˬ¼£=¿K”T¤ááÄd±‹ÑÛØŸÌO×Dª‘døQÛEéˆ ") LÂÝæ'JÜù´õÃÝQDƒ×($·E´¶§ŽUVMC˜^…¸X~¬áš÷܇4ç  ]ZþkÐéQó;£]'€övl ˆU¸oj´/øá¥nºªÞ/Ä„{1溲Fô\[[B± q‚‘QË‘« \½ ìôÂÕ•›ßÿýèõ¸»J$Kõã«ýÉÞO²;lF©ÍÃ8QißTß—[[Y™åϽÁ¢gÎgá¹g²pï‚`K/gïËSlzÑ5œÍ±8µnâ¶÷­ +!Bät={»î[š2 “\#ä`SÛ³`•.ÖüxT‰RLÈ[ý4LTz”C·É³ ;Õè¿­¹žªxÇêµàBdun©FphCé´~ SÛFΩ‚«F?ZÇœ„ÚuͲ?=¾f7¨BC}¹2ú|îO¿ÖÜ]“øSc48”õ!r «Y¼/þ|ÕKí7"³\·K#CÚG +§<ÂÞÂ9TKL€ùRÉaóªãÔû/5Þä’A’Z4YtÇS|ñy˜¾Ã¬ïÂÅqªe±û7(‹oûÞʼ’©pì½¢ò;…8ÆdÓ¼Óp¡T +_È“)/é¼7SoøVZð™½_…b^’1œà*ñ®üBw{=U<™h:¡ë9ô?¼ƒ!ö˜Jí×z2²‡Ãá®À4`Úø½õêZõqê€ìE7uª_0„²Õ÷¼%y¼ÛþÊRÔ?[¢oËÕYêÊS/g÷A5­ë{Ë¢Z+îíûóõ¶ˆÞá5 +r"æ²Ã+=élJé–¬|ŽÇ܃¼’Êã¹yv][w•Iƒt@q´´H,þéÙAJnkk1Lpw\ë1%v $íE™™µp{/ªÕD3ÀmÉr2"ë®õìtµËñá‰POï®/«•BÃÅÎÛVÿù‡Á.ÛÛö¹ué™zS!fS~.„Ý{3Ih縯oŸÚ t*Âu4XøK³A^‚°@Â>_I²êT5“fßír<߸°‡ëbf]»Ø:Äô—<êÞÚ㌞jao’€Ä våu¢Qœ|P¸ÈCÅL)ïìrm^³“Xwˆôx·#vVqªL(úFؾmæ<¸~½¥þË’ãÃÉçöP‘nÛŸOúÒ61#Æ»zà#{¢Ûd¬Ê_×ÚKÄÅUœûG.  å7ëbA|ïø߶ûê½…Oã—w¿~9éäý2…S^YŽy4òó[PIË)$´ œ79yžA’—f-z`wâée +Ö¨¼~YðëKì5Ês¯•¦O³÷ý+¢ÀC.vÎ$Õ*5™÷u&ÇZ•u‚2eò:Ì•èÍÀçs*©˜úR~mÌÍ…ËÀkj+÷æùÝgMtÈ"*Ûù1¿Eig°,æÚtø+ø–.›5­Eû[;ýí÷ +ËGÔÍˤq\ô‘ObåilŒ Ý{õÛVÆ“rä¼Ð§ûˆ ¢±àqQj}KUºÅY¨YÈ.©‹‡G£­‡°¨µÐ¾ò»’³vÞmH9ÎÞª + ÓürЭp¿ÅBÖî~±Ïð약  ê¡Xgr ÆgïoÐH¦¶; ›ëãHlÇ ¬ŒÖÄ<£¢ÊY½È•VúTÀ(–$bŽHJ®ÏÆ’ä×þÑØž„®b?u1G4¨@níps@bW0”RÅcó‚ÚÅÒ‡¥yK!z%îxϤ$~ÿ-fa†·JwÝúêÜÝö_a ·©É] ÚáAÓ(ƒÚßõ3ê5Î á}Ö@uŽbä0]–}¦ÊW”ß"&(¸ôe8[Me)Trµ_…:ÃÞq"=Nh’ëV„›»€%zh,/Ÿo¿ïùóî3?Qò³ßÇê>ˆÝ°ø #jâoƤ¦ „Áy~s˜ï… —%IT=ïÕJ—ÈžÈq=gF4„ì‰È{ÇÞho‘±</m4þ¡ƒ]ƒT¹v?ŽŸ:ËàìuâMa ýLyY}ægjaP0¤¥XÝQࣴäz€ºÓøëé›ã“ô¯ÌüLQo‹m?Çq!ü€â{XBô¦Å:‹N!T°Q12ÝŸ)°M+ÅD¶¦µ‘Dá‘Céá滑D5eN‰qlÚG ç“ 2Ô?5[Ù“i·"½uÃçOs¸&ïßz•üœy˜nt‚‹ã›È ¿—€ñGÏ–$[0«´ +zRR ?eW „g +-cçÉß#m"ÎÞ†ŽìˆÓˆ„ÈS’,JÁŠ¹UbU—ºd*,«¾Óå7«„CdñŠ‹$œªÉ/?xg<Â#E`#Å…áh!Πõ@øµ%Q,‘ˆM¼¨ø}Û¨Ú11üû—Ið¢<ÁºÒ}Í^ÅzšîÀ@'cïm7S›âdM–Ð Šy)­4écxjÿgMê±7‘j>g‘PÌü/½«1ô†¿¿Wûñ{W9Ñ‹#j—Á'c>šy—ªç’”v-=è]% šJ¸xmÉ÷XdÆŽÄ*¤! +ëáUŽRn Ù\7wÞ“†Ì±À¾iGδ+yª­]¿;%iNÅ‘{U‡_2oË¢ÍØ`K™õžó"¾&–›ºØÿ ºIh˜x¦¹pê#Ζ$ ÕoØ8=ü6£Y¯'è#€0HaŒ®rùv&µiF EUŸ?Bói¸¡R,BÐtŽý sI%ža'¯}Áq¬q15ó& ïçáÉ]f%ŒÎ-雫5ÔÑÝ÷Z²œ½FmÎá¡¢ÂØvµ› ä Êå/9Xu4‚Š…“&ŽOfÇ2­L¿iÑŽÜöôo°5ŽNü„Óé¦á’~±†¶¾žY2ò‚@„R,å%á`ù›Þ¥•IRꦀÉéL "v&BxyܼÊê§UCçæ ¯Qw ­ü¹ Q983œmäÙ2c1“™ºSŸŠó´ýàñ…vw(ðªÍ[•Èý»+ßüÙbä(ÇsƒjÓ¡t…LzMS¥(Ä!QWò³;Ú—G(¼ØF›6n™zêéQxØ£’lë\í¹ê¢%‡–©“ç‰z:… uA”‚7ùû½ÑT7…>YܧͥâstËÝo.ú\dß;¿Uøз}ð&tƒ$Eó{?Ðr›\^%/ËéÀñ«Óíwgñ—0U_ÐÃB7-P5Š¬‘;ͦç=»Ç; 4;wz™=`üÖÎY&2ë-Ì7ÒÉ\S5¢ßLxžê®¹2½oJð苳Pî¡)s&Í]OnÌ|šCè=qøÁÒ·]%QÛòé·b 1_ì +qúo5Åéc¶¥ÅÌOÏ%-Ràù)¾1ß3 ¥±%õ¿L4fr¦yô  :eÔñÚ;x&°e ç<Ùi¦%xuS'¬‰×ùp@.Ÿáï¯KÇ,ò Ô@ªéã2¦¡(̞ݨ‰¦´9zHOÏõNÙfàä~äH’ç-XI&›Jp¢61CvÌ}½ßœÃ‰P®e,E’{ªQöýrÇcoé‡[Iª\èÅ¢aW­°Xꃈw[(NÈ~ôúv¯EÞÊ ©+°¶ìˆ'Dùó 5.œN“¢2Iã”Æô€"ÊM´†ôü-¬{G;QÛóëRÏSºÂÍMõ³Iƒ+ +RÁªw€€kÒ6a1ÉÒco>?žÔT#4ö<ˉFR,«ÔjzYûŒ3RtÜÏlSP¤ma—<$ϲ¯Å£èÛØšSƒô0úàšÚâÂún&?7b>f—oÓPcæxÙ¤–à7ÒƒºjCœ{êW0Ûü—¸$™Õ>2&‘äÌ› +Zyù´¬VQI¹¸2Å£#ú%Qµ«èß";îßzEîÒ> öù²Ù;º5t21À]~ã[ŸØ]ï ;FLóÕŸÑ^ђྮ­4:CƒGj“ºØ†•°xa™-ä(44Cl |¹3ËhÇ^õ峞„Š›u'ÍÖŽ"k£wŠ|Õt×GJGÈ„ÀåÂx½¤aˆ"{‰h¯(\0mëŒ4©×µÝtqLnbBù¡«R>· f ¾¼î¦ g +±ªQ ‘ÒóðHPSMr§ŸnˆÒaP +ðþ"Ðì ‡Cü-I¥KSú\þ¢†™•x-ƒzÿù·Ê"[òd¿“w; -ÛÌLÓܱ[cFßì†SÙ×dZ"2Î’“…ädP);ihµZÙº2ºé»½ Öü¥t|=?Â~©Ñ`B-¹‘8>-¨D·‹ñ¡ž ãA¤Éˆõ&DÄ[›v]ÆŠþÙä*Ú:$‡*'ù÷© ²wBHÐfR~%Hx&Üäøz§Úòky¨RÛ™O4m r\H‚€5˜/®çÓèVÍ.ußùZ;?WV^ã—x+ñˆÉ¹3uXÝß!hÄÖ/”ˆ‘Ày6¥zÀ}â1]¿*Ê.lgÙ +3‹Y䙕AEE;È‘À;‹Þh³{^í®¢'ηg°X¯‘ŸuàùÛMŒ¬´þX)²õ¦íN°«°Ê÷—YùÑ­Y)ÌOU³€#ELZs>t!1Øjó «¿åh| úreNªîCòPYí¡O¿3UŠìI™P™°ÁÒšôË&KÞetžêõ6“d% Û‡ u†¢¥ Úƒõ±C'‘^3îg1<ɅΟGh22ŽíatT¯Xa¾¹úŠŽp'æ¦ú\ÿ.ÍŒÿÕ÷B2H˜h0šzǵáWõ!$4˜QɇúLy+2ø²ÝÐ}ŽvZÈìwB5®#1+ûRò¬…¤l¬…»‡€R]lNì“>ƒ:³“üL½ H豎¬t(QBeaqR«G\± íq)u¯Ôñžè ‚â”2ó‰ÏfüÁáè›#'L_ëh10IwqeOMŽøã3^Rwx„m†~Tf I,7['U@=ápª>F‚ZòÞ)›®ÏêvVG]½+>‚ë)«EÉWC›v™Gáoph”~HéCïZaÖ—Iãh=i|Ëa«‚f¬m9—Þ¸ÎþM zpî—A¥ߊá}SW™¸ßL5ü#®.’6)M yRjªšÅÜjg³­i/Ä™?þÜDKÝ#¶£>?¬‘ªâdî6P 7` Y~f¹¶ºQ–¬p:æäk,T#‰ŸmJü¥ÓI ÜãœÄºYL}¹}ofÉf=¾®ùóhIPÇ~Uþþ!™Iu?ª  ¦€X«£ß ázM¯”?‘p—«G>øÒl3{MxB9| Ö)'”wCM™P°~„XN n£³¸SŒ„ð@Êt¢ï"Ó­¸‚–Î3Öi]ÿæG¤ÜÉ4¨D݆W1¡†55ˆ\Æ`@>ŽYÑ1»a^™Ül&÷L™Ä"­Gò,᫳Á·¡Ð0ºX4VëË€ÊZ’ŸJ2¿Û¨-ƒV<üןޣT¶À5PÇÐß”‹$†dyum¹‡wvZ&pÊÇý&Z^;£b½¾Tò6r*Á#õ}W;ÿÒ’Bôa!Móÿ.~°³–!µfK-¢kX™˜I¨+Û™éÃï&B—;l£4'ô>g¾h)¨ã›„T+Ç-ŒéÒ[™’\Ç,ÁTmÿd(¾XÑÇzå„&× +€¯ó-Éÿ³£ÖÖaŬ ÏPœj’òN!QQCEŸYc |ɶ©¦¿15R«×ÐXõ]Ζw0òÌ0R»§š¨L0J>¿e¹|Ó Úôéöë¯ÏlS­TF¸±)yýÚ=·~G°*Õ'­Û¸ +ìÍ4ïä~ß>0Œ£´Mšf\ü‰˜9Ä>®J8ØnzàÇ™ÿy²²û„Q¹Y™Ýq ÷ÎÊÊK²Õ" Œ…~VÏ¿êÚÌöðWõ¾@#f´H@B¼°çïýéÍkPÚm’•êqÝÙ¹ó‹CíìëуâyaW„úxPøèS†ßÂÌÊ9Tu Q"Ý:Å”±Oö¯–BÂÌKC«Í!Ò®zîžÔ”AôÊT œþ­«k4•nŽOÚnÖ×Õe7®ïáÌ锵ϑ­7;E.Ô*AÇoAù«2Q°Å1ó5êÛÔF<³¬MP2²nX;껢:MJÖx"4\Iñ{ÆV3°Ø>ˆüdô¨ÒV:ÐVè˜<¸²bÁ›=‰–’R^n¤[ÈÙ¨¬?ŽgáhÖøfÄ8œm9zÿSQUÛ{/æ…nT`”•*T°ÂÑeÔ¸|îȸ÷žÝ‡R~UD‹ÂÖiÛn5áÝW«éâTcÙ©­ôŽñ¹Î°pR³þ¾2u/Óå6kiR,A>#4í{ ?4ZwÕ-†¡ÆŽ®°ÂO‘o|;bU½¾ëä±ZâÅ\C ÿ†®¦æ{!Dó0ï+"ïïWç:µˆÉP^0IQ$2’|h·ÛÜQeø jïá%öjœÞV¢`´d*ž¼€æi´Á‡€òÈf‹h¾¬(‚¨ ]gÅ÷P‘ÍRá±DÍÛ¦ú¤žøÆÆ­‘ò«1aa§ÆÍûw[ál6>wJõ´CMîœ}è©»ÊæI½òðI¤öÏŸ!f 9ë7 +9ੈ‡[ÇñeÊ^>3Y¼vZúoÝ€š¿Å._úrŸ°¾QKKuúˆ#’óü•×\:« fýÓýçêËN±Á>Bægê'6(ëé `¶j.=˜i-;œääÇØ•¬sü/SíX´èè§PŽÿi0õ£U;c@[9™„yxSeô¼]ò ¿QËf!­L!/_"ìÏþ »\úô$¢ñIM×#û\pvbÀÊü„ÜŽ…Z¯l;¤®àÌ܉áÉ â"÷§K€Ä&nñ娀x€ü¹¯a.!±¼ÐuŸ$ú“|žx–Ê&¿1Zåv{¬fÜ­™@TçÈ‹-ÒâÜy –^JJ,oRkéDS+"¼˜¯»ä‚'’¯O&§¼»Xçôv¸i’’t4%¤¹öÏ)ˆF@S4bÓí¾•”wk­Â72J¦mº +@ÚÒà4峑à:@Á1‰’ZÉìñãó¶ƒ=™ÎôÏÔ-Š‹ÌIÓJÐ~cO`ñ„©šœNZmbinz %Nµh{òC «>΢pʶRŽ;¯fNŒ¦9CöÑ“æìbk@Ƀž­«~&ÁÔvÛÐióJ ™ŸµŒ·Þ6¸«\ƒ +]•³¨vY{ZŽËÓ*®&ãÈ‹z¾cánáûŒ"gíXF¹íG¬xP:µëC¬óS›uCKh)ùÚZÏ cW_Š¸Þ„ݾRÌsÊÂSa65øVgrºˆÂ^óÞ`k°–9{e]WöL®^•Ñ™Cz'øgByXiN@lf×GÒ½¹€ÊàX—E«KrûZ¦…ú vOXñ5~gªðÔBÎÞ‰üI‹ îŒj—ß[—cøÍÕëw¿ë¬A5qpÌ©ïñ¼ô|‡”½”ÙgnŠ“uQC¥¬¥Ÿáí²Pá*ü‘‹”WæR­íµ.1OAo‹}SS”¹¬æ°Ê;2kè=œIS;—s¦âIZF{?ÜÉS<¬¿î\ôRøw÷®!„~åWŠ`Ûþl Ö.…^!^¼ëÂç{ úP ó›\'µ¿)|I=G„äÍNûÞ~ÌJ¬J‘IRgòþ®s^¡oµ±Ü΀6~ð4ÀW*I­€A—J˜ä½g?¿°ÓL¡œÑ`œˆ,®Ás§®¦¨¤àêÛáXfsL¿î_“P?&ÃÍÉäB^­Ÿ‚’!|}9Õh¤é vÂEPŸŠnhs²,zHGðóˆÀ«Ètà…¼x_Œ‚»,bҋ͸ð[’ ¥ØŒñ᪆Ü8Žs +˜ ³yÓCv¹'\»Áƒ!8éË`7@è÷ÂÐxߤ- 7h¾aÆÓâ¡«ýZúþ’*@Ÿ°4ú°Ô<¼ÇÓøûWVþ,öœÞÏj6QÃI¦°×§týŽ®¨XX}ת_¨wö~ŸØõt†Mb6ö£ÄöfÕù9-‰r‹{i +<8–-:ÀcL{›’Öb&ú¶c½(é ù1 ©w™j®°3œ¸fM £ñ‹`$ÏÝ€lf à<µmþáa2”b "l3-¾J%"t㫬¼¦•¬²ø‰ÕÙ+ˆìÜ)®¬W)hX<ædæuÚ’õæC”Œ(ª¸ +«¶ßv‚âñ¹|ø» áðŠ’#¸¨­øðxƒB@.Îx­™Ç|ÚWås1ÃÉ’í.B=]VD;ªŸ 7Õ74øV…h5]&Z ·›Ü}IUü FÛx1JŒî´XôEDÙíe¿øY•zf>a_œÃԦѓ©‡Þ§Úl +z2žVjÆ#û³ñ ðMȸôS=¥~@å¿”vÊâ·ÜÇm¦qYŽ»z¡†/8§H¬4ÆFv˜ÙÆç{Ä=ƒ©¯<êl0wâi8½zÚÚYIô;oî’¾¿iõ®Ü÷Rê VíPt›±µ<Ÿ ’¿lˆ8HÚÓ ?À52ÒAò~…Ðh%e°¸ÞDE÷D2"Ù#nîivñ‚rQÞþôÎ(Ésú«ï® #×› Œß¼j“Õúöžª¢ïx‚T  W)¾¥9¹1³ã–¯Zó4Ã~=̨®þB¾¶ã1Îl›N*}3˜Kß?ýQV)“v•'NÇ‘a…Ñšr¤ŽŒÎß +ݼ/hKS_)ilvì.…üãEõ/;Öo?@Îœ3¿æàÐÚ +QHG"uƒ`¿Á+ÏÕ4ï É®¾}ðb*ð*¸É/átµç ªîù…ûÌhЇ&Û©_¡Â5às³®}ŸZ13ÉTTe– º1i€1ßOÆøÒàxtð@É­^(YU¹€Šâ\§Ù½ªÕб‚¼.áfõ“±–ƒ·æ¸•Kï» 7Eõb%…fr.õ¬¹ õDü.¸î+—îXoƒ†ëÞÊ•5öA6Ðü9kœRÕ]&’ŒœCb¸ÕÈÜIfCSÎ(ANÓjVˆ~?RsÃJ/Ôœ2WszGÞÙÛp–V?}ÅK•ÇýAÇò­;cGc¶y53q§íý"l‚Æñ,³×¸Ps0z¬—}.rÒó·*M–”À„°*žFÏߘX½¶;ÈÈþPW$†>g§£ÍžQî3¡mèv¬m©6 U“*÷UP1|)!Ý V‚ã¶éãWŠ`b$Ì ‰y1P c¹Ê «µÁת7€HœBl®„œô·/ú'ËV $D/ƒ p;9-ãÊôÜ$\Øý…5z*ÙÜì E d»»ôlc:SµV +GUûµà.Ü?eLØo›¥Z¸/½âœQlÕÁ˜?/Nb)€«ºåcɧ6¨¯ð|áYOV B²Q¸<$Țшƒ€Qõ7vKv‘—?.»Ð¾ùaòÚª6<]7&a”å÷h²§PËßJÇÖG¥c»ÑR¹4:DrÂ/ŽÙÒ_N +² ª-2¶¹¡©“Yï+ëøóuú+.…àœ¦²¸¯Ë¢-TXØÆxT(c†±°í³x’vksJ¬‘O™TR¦Èòo^URÖeŽÍRm*íy⊔Ew¨¡qš.žÛ´Ð¸W—OròŒ“Úó…ðZðªüB¸ØIã>i>òŒ?!œòÁy_}q#Âà÷5Î2£ÉŒé? `Diz_“ð_j[û¹áºÕ D1ýÜÖìÌô”dSáV7¥‚ƒDÓŠ³Bëk£ó‚‘> endobj +483 0 obj << +/Length1 2565 +/Length2 16968 +/Length3 0 +/Length 18300 +/Filter /FlateDecode +>> +stream +xÚÄ·cx¥aÒ5³c{ÇIǶmÛ¶íŽíŽmtl£c'Û6:ÆIÏÌ;Óóžïû{ΕëÊÞµªîuW­ªzž„”P^‰FÀØÎÐDÔÎÖ™†–ž jbílîbá$hgchàAcìjkÈ@`¤¥g!%r41p¶°³6p6á0„MŒŒôÿqÙ9r¤ M¬òNVnû?ü¦ž.´Fž¼0¤BvöŽfæÎeQ9Ye€“‹£‘‰@HY@–ÎÚÀÖÌÅÀÌ„ÎØÄÕÀÖÀÌÀÑ‚Îõ_ Q\M>/ÿL†‰`ôçBc€¡@ÔÑÀÖ Iûïä&ÎkNÀ0pp0ÐüI bkñ2g€)@ÌÑÎÖÂÖÌÄ– `dgûéøCëlPö°70ü¹àïšÜ,œÍvn¶ŸvÖŸYý©D^NI™ðGDQ;G3€í'ƒ‹³…µÓ§4"¶ÆBv66&¶ÎN0b„-MŒ>µò û?‹meûIïõqšZØ›~’Œ]ìé>ëpp1‘þבOæ?˜Ù§Ììì ô €‰»‘9ÝŸëÿQÖç?àÏT}¼ìíì¦ÖN&>¦&Ÿ0^N®&gG¯¿ÿmÁ00Œ-Œœ†&f¶0ÿaÿ„MLÿiË8;Z¸´èié?ó ÿóóïo:Ÿ-4¶³µöøO¸¬ €NJRPAFŒêÿ¬À¿cíÜ^4LlLfz&#3+€ƒ™àóß¼ÿVäÔø*o`ñ¯lÿ¢”°5µpü³¨O5ÿ§°ÿ™<Š?{@ øozY;g #Åÿ×#­MÏB/ôù‹áÿŸÁþß2ˆºX[ÿ£{ÿ“²ð¿+þ¯Ò(š˜¹X8þ¿ l,¬=þoÿ;ZÍäŸ{ý!“p6°¶0°5³þw-œD-ÜMŒå-œÌÿ9íÿ3Æ&ŽÖ¶&òvŸÂýé =ýÿò)›[YÙš89Xþé2ùT⿯±5²3þ”ÀÈ +0pt4ð€¡ÿT™‘…àÅø\[÷,!€ŽÖÖÎùóÀÞÅÙ`jçógÔ™˜tz–z¶ð@l:ƒ[¬,Ÿ–Íç>ýc`dú-þä`üÄl]œ\ þÙt†‘±~šæ¹9tFÿ1é?ÃÌõþ“ +Û௛?%¢3þý¹zŸ¦í_û'…ñß6Çû/ +Ö?ÿEÉ 3ù·ù©"Ý?›ü?Èg­&ÿ]*Ë'dú9òq|"fq²~Ša®gkûWħÎWÎúÇ´6ýëÓ¿ ˿˜Xþ‰Y9ýUÀ?!Û¿tcúôÆÁðOÌé/¶ÏG…ÅLú?æ—Æú)×ÿ‚?oü¯ a ÿƒüÅûY›åIúÙ6«¿üŸUXý]Õgüß1ü2k=ë¿>›dýW +üeÎøI`ýwøgÖ6ñ}>¯éþÒ‚í3_[3=+§¿ ¶Az®ÿéëìsíþõ¹Et¶¶7’ãõßÜŸo#:»ÿVŒù3»¿h˜?u·³7±õøûØç„Øÿm–ô÷Š}¦âøwÅlÇ¿Â?û[AúOº¿[ÍÀðY²³íöà“ßù¯ö?~ç¿|Þàòoó³J—ÿµôŸÈÿ†?Áõ_O%#GÇÏ?<þñBû|dýmjñù\41q71‚Y^°3â +²¬ êx¬Àq£ÙŸdêcU¹ÿp!`†‰¶Þ¥ù)‹iU†Ãœ÷›=)KX~Ìœ·J T8$G$šÍÍŠC°“%D<ûŒ¶ž[–óËÅô5}v|fJαǠø%á{ R^¡ d¥;4?¼GÍÃ#9ü•ÐrG ”èÏrâÖ¾ +œs#]Âô–¡)°’ÝM3Oä’š°Mg(•Èúó ý‚p,~s!b0ÎuW†8elœ]ÝŒÏæåí¦Ï5#ö,R'ù-"¹{NVËäFb-g¢{Wã²½*wªõ°—A)Èå¬xYlð(‰Ñ‚¯‹ËZΰ +opŒ¼útéIà߸Ï[)´lzX’=yÜv¾ª‰´¤x,¹wPN÷t¥¥LÏÁ‘Ÿ«Å@.¦ÆaD‘‹0]ÒÎÕÁÄâ‡%KÁ»Q˜ý„¬Mí…¸p#î·…Ň-œEåN4_§˜;ÖÊˉi1tÔӧז#±¬2ØÛf<øh¢‚,ѧ8Uo`–¢²x€f¨ |¡¢Ù²’‹Ówo¶÷ÇûürôNbTc.Y¢%ãl§´²¿ßU„‰Îd»¸È¡pñ‘v\"ò±§c•õcú]E)}óáGwì˜BžN/n:Š:DL"Iê.Y4öîø#„±=§Yš^Þú•ÈÑ.ŠFŸ½]xï´>— øNÅ{\jÉÿ¯ßÕü¼WRÁ™Çl·¶ï…kûʤrÿÙ@QŸrgŒ2¹îS߯ˆâ‘éQÇÕä¬fëP-wTNÙI‹­ù†Ë#rÃ…ëBÜMÈ‹`ÓBÖß5Ãï4ùº; 01v¥_ðÙ +Óíqüü’ex[ìÚ!Ã2°¿ƒG]×è)Ñ£‡$")‡ížìù˜=©ž3-ÚD 6¼„ ñwHœls*åžO‰w.OÚ!ô|‰Æ´¯ìk¨#‘¯]nÿ¶êUž” Jw4C0y +÷¤-/Œ£…úm¹Tt’FÚœÁŽ<¥Íza•ëŒóçZLQàn7É*užÅßú²&ô¤žé{/L†‹|Ç‘¾:‡Itþ«dæ¤âHô>Ýè¾ÛÐ%Œã€}÷³¸“$Ø“L v ä\CT4OnT€Žï»úoLÌØ6¥mŸ—zã©Ì70ATTbŸß›?k`§FOL8ÑË•\âWW¬|’±0h½¦Í&]qõtu~·^Æóñ1q»þrë2C"{‡ŒUÌ3 +è‹žoƒ[¦Æ<¼ § œö%ñ;x#$cO+9kïKþš üýŒ²?7ùLî¢1äÉ]ÄŒv«˜œÈPîKW±2Ñà'³O9Rax‹'·% &³¦Á³¿Ij#ŠNpV­ŠT¹;ÉO™•Ð?\«zàÊøöæäÚåË>’U–Œø÷ûîs¨Ürj2a9ù ¸æØon£.š® î2OáVäqÃá\ýâ ly Â#LDA»r—>[ZuïÞHúÔ-s}ÕÕŽÊÒKñ3ñ¸úâÊñ‰–}ElľBs`…êFì5ç.®­Ë'›¹óˆnY%Œ ø†©l?ÒI“Û ‹P¨K°Ó>CÿLˆ3Õ‘ÍûyjÕ…½D±VzaÏ…Óz¹Ðï‡Ø[Vqo(kC “fPRÿ ³*Mù~_‡Ô)¤/w‹C#ËÔLµt±š\醠Zóh|2Žà0ó< ‹6ˆÞ¢áï+¥Ì]ÄìËÕÞ—gõTÅß]v”N ÷ڇɌ$Âœ28IQKM%¼Dõìöå؈³V£ä<¹ºŠeïõno9"&1 ^mO7ú«óñÈSQiˆœXöe&èc6ˆ…Q ,Ôq×ôÛ#ïZÌžåò3/ÉÍÛ”÷h9ka³3-ùNåÙXè<ÞOYú”íWðŠT1)Íľã/j•YβÀ$rù©°ñµ=—¥ªÀ›Æ±ÉnùöXl×®?&)J!Ÿµö[¬Æjëa¶¶en(UÈÊXÛΑ¹¦Û "nU⯕ÔÞ^׺¾Ì9ÞN¸*/5n ³t Ї#–ˆðb3RSÂC¡È¸r¡µ[Qqyã—Ùµû âð» BÃ3§™« D¨›êôÈ·¤6Bœb|}¦OiçßVk^ºj„bð‘N䣟ž§¶–ÓÎi߶ñ§ˆú ¹Si>öÁŠ7´CoYM„Ç_Oµr#{á³A¼¿ÓmIã•súˆŸÚ‰Om<%$¹&q¦FU-Ö˜´òßåƒéŒ¢‘fÀsb#M,#¦~ÝóSQæ‹ŠÏ(RÓÖ +ö’¿ý‘³Í¡S\¼cÀœñ±ÅÅb‘Gf^‡ ¨æ>¢Ë餺”»¨ —}ôì§XI…úõ@”ÜhŽÐò¦íÉk¸ÀH¼ÕàÏÈIa¹©¸𵟨úÕ’ŠîbofP&o+Ê¡ï Ê´ß·"XÞšŸ…Önª°g ^.ô02t{ò'~FVÅ ÈN ¼œü¾9›Ú›ÐÓ׃EsM:ë÷n8fÞÂ<-BG ØK QŠ'ÚpŽËB~3#Í´b‘Ô®+6<kàÉ~1ÛCÌÒ…±™X«ÛA–QÊŸG´Yu±ì‹¬$]„é©#ýPè'/mÝ£Ø9¶ušÎ6ÎETÞ?–ìV\Ïš° —rØÚ°À{:ë,» ?a“¤Ñ¨á cŸTh„Wô·Û›m–ýR@— KÂTs4â09h‹ãƒ’DHľ¢F|Z¯æ´ +Í”àóÑÿÀWgJV„-qÛv1 ‘ö„]`e}ÀuÍ’ÉI‹·qa÷Jä÷¡´[`­ÙDO~/8NggÉwŠL¼ðǯ<,ÃÝ1.bкŮŸéHÌâî’ ð‘²L‘õ~ÈkÒ RË$¼¨Ç¤BY »æÎ(?³ÀȘHM–ƒîŒ[è`–E=’©ù¦Œjõx~ªý¯Ò°(ú´4ÉÔUwqb‘Ãeæ7îm^£@'q°„Õhù›$2ó–€ãà°¸¡4ZØ7„¬d;"Éj"€×(‘™ba&=·ƒì`-ºÇ1zy§¶¨;ÅYù­èã19õÌfN úcá|& ¸îÔ:çH›ßOjÌKNº’XÌò°Óø« ™m Å[¦YGÔˆÈ"E@KöÆlŽRóÅõÒ‘æ]®tÚc‹Ä:‹õül·'lÙTS3ų—=Ãm±€£í+õ>¢ºpËÈZ”Ýéä_ýö daRtÜ=#êþ(C5‚º±÷¨d±ˆ>±»ù±—ÜÂqïC–š‡…ª» mÉ ÷>ÉÖìBÒÈoÄY38ãö@ åü.`ÒD­¨ã‰Ý•òûz¯¡ßQeM§øTmõE}t¯‡ÙÃ~ê¾Ð:½Ù¤ÂT­yö¾JRãáôFÔ%<[ÈÊå†@Ñ×b—‡Ù’6ÁI•'»^´¶ñ/T†=|<½eb³Uʧ»Ë*[ªÜdïüzÁùÕÞ®ÊæZQÓ=¬{y&±,k}À꟦ËJ̼1*îÙ÷ƒs¹ÉàŽ‚C®I{^¹.ôKEõÛ!Yð88ø1ǯÆáĽÉÂ]áÞä$é²-:« w±@kõ¯ä})°õG6DBFVM=µ3`ôð<ýÀ—–~ ‰ ˜‘îCajª±íÚ WÇöôdOQÌAñXy‚‘9FÙâÅîtç“%ÇÊ™Ï=åédmiÚ |f\Cm;Ȫ«s)T(å†kÝãóŒ¬SÕD›³ð;?Ô&µ/š[l/XDUѼ"«ê£q}ÜÃ_¨z=TCAª|7|«Kd¢æ:[-¡2#à↯d(¯ÞŠ¯Æ”!Éâ‹nxêa.ÂQ‰íÎŽÎ\ü6]-T¼®µ`@%RŒï—{‘ÖÒ2hŽ€þÚ@QÅL3uÑYÝÊÊbÖK> ƒã¤¸?v·‡¸(æ"ä ÑÂ\ñ}›\^+wŠš{Í»¡#éý 5‹û t(~ÈãW ­}÷ ¿FèÀž§oÌÈÍ|ïDQzH¯MJúHœï$¨r{†ÜœñvBÖUâ¢'ÌdåÕ›˜Idõbe¼l“èòV£ ®eSOúá)!ð‰È-3БÄÓ·3˜I’zUŒ`K€[ 5Œ,Kínt¡™…Œ•Ÿyõ«$CM5Á¸ç6¶Ewî":š&”ÙR×Ò0ÌP•lw"î*’l؈J2Vß™…‹ÓßmÅûx3'˜¥-ðµ`Â…¼ðâb>,±YÂ<à ¬/Ûjü.UV•x)íC}óBißÅ„‘Ø¿ŠJD4slo„Nïx›ž)zl·ñ‡â8‘à÷¿#8¾L"ú*«”Ž._åšΧ1k6Z+z‰Ù²·®Ú¾«8h«tvpS´×}uã!A '¥·jw}‹Ljd¾÷À©,Àlÿ$Þz <Âñµåóû^M˜}3Ÿ¸ßÒA5¹ÐmP¾ûÊ@•b„䬖¾õôe·›‡<'ôY»^ÿ:Ãôµ(á'á+’ÎŽ3œ˜ÞÞêR–ÌûĨ¡ž8üu/¬?÷ÖÐ7äX<·zn‰á¾l*á {!&¶ ÄšÛk•å<,pJ6¢HBé,úgLj“…ª€Î ¼ŸŽQOqßoäÈÜçmgìËû›@Çúƒ™! Ž²Â±5D-nÒ™)~úʦ2¿³ö]+Kp°°65˜F÷ÁšSÍFy!gÍzM–ßyošQü®ª…"š»ˆáh»ÑÔ€Á:fßn°ŽÆÈ[ó=‚ Šx‹}¨ðˆÚì­ãv;*µ-ÓoȨJÉŽ©Ì]ù/Þ Í™KªS8Õ;9}µag +æ¶ÇT—¹ÕèŠ@7$T-ðyB©>’'ëeŽÈÂ^±¾¹Z .~Æ.,¦Øáh¿àóB K÷D„àêĶ›\E2±}AùÜCéê¯;C¬:sàº[ˆY§¸¾µnß×JX¦iÜNõ`kˆºnëQ Œæ·¥µ#‘¶Á©eVMêÕ1$Á¼Nùò}Ô)æ ‡÷|½‰Vd¤Ojâî~™È¬Þ_:œ¡ OT4 ųAU6)Þô»1Ü<ý÷.hsðÙ¤–Bp3ʦ¶—ˆJ–¾åí;m«ð¨îbBûMjª±EUÙ²EÛ¥j…5s|Gk¹57Ž ™ßêíü^:4²7<VÚfY}9Ç(‚HÞ¡×pŽ¤ÂU ¦Šýè0W#åq¨19sb´å…i=0(T¹½Â»} ¦lU°SxÌRb!¹œ¼r¯mÕûgC ¡ÓºñÜê¦TVr¦€ C/ž^~3´ã§6ÈÑ.šf%&Ø “®18 í$ª4qq45q §÷ +.ªÍÒ½sI[(€+&{Åõsž·Ç]¾¡éµ^˜¶q—‚i¬Ð¨4XU5#-½»Ùoy W»¢sˆ"Ûy[ÅØÞ\°t¤o™]­÷}Ø9t”}Šuðf°'†ÄÉE EnNv^(Gj[Œ›IožÈ)ê‹íà]ÌLD‹±‰Íª è)_}—JLNÔaü™ÏYåÕLáT“•g§{M¢.Oó„n§¿§½¬KF˜5{"WB¥JÀƒ4—ÌU— 29Û›=úËI°ýz7_„'{çêqäè6,J: rwwX-E1Ü •^ó¶¼l²ed0Âô| ʶp6ådÁ ° Ì“c?Ü¡^æ’ÐëKÐ ªehæ—¥—m•0lo²]¬‡ûwT’LQ¾Ç»¦y :Èì8é™å›ƒ2>qW_kq g°mЯlß4u þrÄ}º“¡*}Ï惋9ãIÞ„0¢ãz±FB.Å4Û.e®"l'™@¥z ÃžÊ +Ö:d}¾ 6}ÆIq¼OÁŠúHJQ”°qj„ÿÕ¥??qÄ” ÁYßÚ£tµûJ¡40ÀrøìV&ì<;-‹å—ŠC~Àã­²lWûMÀ°†gUÐQ†º •ò|-Ez¨.'¾ï Ó8dÔ«¹[ðõ"–0NÏÇçeŒÌÈ'Ü¡díëF™Îï â7}•—ŽµÛ¹­ +ÜÎ/uªÖ“'ð…ÎàQ-ètj4÷—03paWÝçÚÙþ'-Kd| +­Wš)[G¥Ûª*¢ÉüB® ( +ÞÁ¦¥íW9ȳŽÉÙTš[=ALN[åWm%’F(bñ”M"a·¨…Ò]~kÅ‹º¹,1ZRßÑêÄŠ¡$ÍýŠë¾/Œþöy¶÷‹y<’a¦U,°¹!¤û!°ÝQT8;.*­Ód£ÿM ä‚Òåw$" +3¡Žç#Û W.d¿ò)µ£Ôw éXÚqk2ÿ¸Q«Ä%lS Ì\JéQËîÐbG´7^ÙÐ5Û`F°”;4Žœ„–ç)¨Ç²áÎ:îtŽM×.ÜÚó}¸­v2¨e +8äLÕ¨ÔSĵÍ#ÖPøŽ£qf.£ŽV…„"ÞüªPE£:³9õî=0fáNâûòsšŠ©q2@n–°^Lr9Ÿ"‰—ÙQf×Ć)}²’½t-Yõ„VžÆ~‰Ùè9×LªãnmÓ¿–hmƇ‡p$<9—[NÁ0«&ï4BÙ·jÊ3q²u«V_ëYZ¦qÙLÈ©è•FÎÝnô²öâ.€Ì¦rfè~ü¨ƒA/RŠœåˆ*õ cÔ>ê†4ÿ‡Ÿ‘õÞ_£ü’ªì\–Ï‹t¼€o€Ôn¢È7ÜÕ…ó3IÄçÈW¸rSuîö±g)¿P)e姱¨Ôü“x[ É[ÌþàOþYéˆUîDŸö釤U+f-RÀ"TÕà *$_Ä +kt*«{zŽìðúg*€ó‹±¾Ç%¨5·Ôð4°Ï¥mˆyÇ(Òu¦Wç¶]òUÔqÉéï¾{t¢ÌÅß%/Ð#7CCVø8øS1¸wWq6ßå”y‰M—ÙQ\.ke,€gl6-fÔ0:¨k¨"8ùÚGOØåMgŠSœ”B±±µ`~éH¢švíh{%³|à ²‹ýý‘ú)˜¡KE7ü›¥PºpR†-Unõ·FXRÌÜô÷õÂ1ÔMèDÁð‚i¡Èpî§*㯠+]I0+½—î1äš%%C"­}JÂ~–UF?‡Õ„ç®J³¤Ì-çåM1i/7Y‘nÄ'¶¿¦¡¨¹™ÅÚMMè„$5ƒ´}Î<7w hû¦íB^Kòd¾Ü8-äKð±˜ma>hì­ÇÊêtP€Íoè·ˆïÔ0_‹ŸJâ3[’—m„Ð.o¥^‰'›‰¯ûýK,ƒUˆu}.ÙüÏ°M=@’3í81ZK–†¹–<*CÂåæ‹MNEyýV_ÓB¹Và­›‹©"0EŠýÁÖÇÄO¦_Íå0ß:O§½T7¢¸`¾;O>Ñ +M3tÄq\²[MÚdšž·¨08ð n(D-pÐ6–ôáÖ§Ú# Øë['îLu´(@ˆÓw”àšT¨köe ÖZœmŒÛÁƸ!™ï)ô×`8Xí©ø„’¼ èHqîx¢4<ú#·Ûj‘¨:—ÇÈ\ÛåØ£“áõG1¨®f ÄeðÀ©Í'_0gZ*i‰íѵC)YÀ É‚±ò`(Ûo£Ëó=ûM×µ¢¿9`=…?×0³[ñú7½Loï +âk©«\¥íD­×7uÒrÒ@Ϫ­C±´Mé{‚Ác†Ùy5%¾.h‡n]Ö„~µ­{sdßùð;~|«%n¸ÖvÆQ Nàðqp—fíú51Ñô½,8P¶hÆ Ü»~]‘SÑú¹÷,(ÈFÂb¤TœøAñ˜äŸ|ÌDÏES0ŸÊ­L+ +ê–˜¤$.+Wc çyy®±HwX¢~%èO£¬Ãá“eщt3«¢,uˆ,ß-ý}säÏó“eȧu|Ê×ýôQõ¥ÁæIX9}f‚Žéöùl›.`¹{«88#'5S$8ôVª˜¬ê,å•)âøó?Qn@hþb1Hr/ÃÓ€¼©‚ {£vé÷!j~ÜJgÍcýŒÒ]Û©ì³îgȂ„ž³L C­À¨L1t®¯m °|„«¬Fj¨\Ø°ÙÞW`^¤S1'ðÀSäÀu¯:Ðè +M£Á~âÁ·~Ë9ejiæNŒ´–õ^ÊLñ('œ<ˆVK‡|—&Ø1ÖNÇÉŸ%-ãh£‹è =ßC,ÌU^LÕ.ÜÀrëÀï5wóûV,Œ±T{ˆ³m æÎÔ%<иò8æ7S2¯ü-k­Ñ¥š0ªÁ*úr¶ß9t +£öTòíµb:ŸÅJÒ¬ —½åˆNÛÅ$:d‹ú9;^ª Åa'$éžÏ-uv¨ðìR”Žþ%ž ûlv{x›ŠÑË56ø’Y‰Ë_o{ ÎïFòP>ô`³ßÕ÷éŠù$ïZû:øzGíÄ'E¹¶²,…½ŸC>¸–Üí*ù`†ŒgÀˆË]¤HdÆd1ª‰Þ¢ÚD{_”Æmq0JióÈ/{ŠðeývLnˆ&«U¾.Ы@-Nº/Ø+RE 1‰°r©‘¥¼·!ŸÒ¿ +xÉÅ"û–åæá'¸=/BéæQôŒê7ôë~=P58—JUFb¬»AQôCÇέÎn¨p~AÇî’9Α/6”;~hÑŸtbðnÍ 7·$"mЮN&áCMçKjŽà‚¶‘:HveN€lOœlXI¢V¯—óLÜCbŠj~â%[ð 3ß(X)—]In¨2hdU(w»52¶¹œ½™äŒµc‰"Û,±ê†­ˆ:áBû¯;òEÊ 4ËÎJ“žf¨|4„)àã”´íã:[7:í-vãl“m¹\÷ðküüºNª¾_' tËj©óå~.jUºŽE¶“MJ_MÑæü7ÆGdaQ*vèZP¶yô÷ýð½r‡êÅ]Ù¨ª',w,«ü¼e®ðœ"—•¶™C`*”²,àu>ò2‹ÉÿÙ_ï°¤.ö; )ó8mÇeuõûklæ¸,*£•Üm¬IQ%°Y8ãHfÉ@yñ®¡Š`§5”â”ÝÍñÖiæËÓXœøÓ›™Z¼Ñå9:7›à~¤fmQ=§NéÅù²cOÇkƒ{r‡LÒX‡Dݾ7nkñË-ÒÏôµr¨N4ìæm8Qù;•­È•) +'D“| M&rš3è’p³:‘…Ä凣0ͬ2}šT)!jdЗé™'˜å±¼ HÎösIêo9/Á^¥W‹®º¹HûS67tÆ×h-kAR9ˆÔ”ÍÒ.•,íð¢¢!©µî¢süÔØ>Â^ÞùMëË‘OŽ|'‰2B´½åKtM&W™×€¼¯¨ËÓŽÓÇPÒPžƒ.¸×Y N–SS¾ûøŒº•-KŽF¸/8¸I݇Æ•žbff©å}(LÛ‡NÇvqp›N•¥‚ä‡PÄàx-hUñð+º£®ÚRŽ¹÷éÓNÁK“ÅÜæ2ÐOmöŠqï†çöLO´2e 1ºŽC+ŽßžI’†¬`-a‘fÌv¡oýÖðѺYaSMĬÍ2Ü ÑpOL¤¦Nñêé¤Vsã ök¯Â©A Ù7% 4»¿òöR»0Š;íá,B­È¯GxßD™)1>{«Œ-SBuøÝžn·èymóÝ\qŒ †™@´lÚjµ£\$ú}F|y» t‘ÜÄÂk®‡=û½j%ûÅžšE/AüƒjF<š5po,]]Jã¥ÌÓߢÓ~Œ7Ë¢Æutä؇»‡íKÄ÷й¢ÆggDç)'pƒšÌòà +²Ÿg:d€š Ù›R‘|VÇÜ•‹ÒŸšð_T(J 8úýärèÛÚ¥ xp†­á=yI¹Á*°mx[¥©Þ¤RÂý{„ ¯s^œ?/Q-²“‡Ö]ÏݯÑóš%ÐM1¹ìyP³s4¼ÇlD¨ ±¦WhˆàÑɽ›É ðß·‰ùÅàñ‘Y„ÊPŽŽ8ÈŒÄY†9p†ý=,ÚP꞊]|ærüo{w–½–¼‹:š½ðïê®ýá»ÀÐD)ÅêP=׋¼†øxÕÔ¨GÁŒšß‹™-#Õ ‚rQ0ª-x¾ùÝ`%Bú*qB/*'øâòþn´®Ï+kŠ¡Ê¶¥ÝF2f^£$‹9šWïýå_‚3{¸Ï:=Ë`ÅÅsÊéì9uÔÎnú/dg” ¤õ 4»¯bˆ780º#cÖL±§ž?J}%¥(Ôå%Îõ£7ß<Î{fòƒ5ûº†6µÐZiªŠ|º¹Óð>ÂÞô²bŸåóJœ¨Íä9{…Pv›R·–£=Ȇ÷unÜØùù|aò!çl]©ÒÖ¨­ˆÜêÂËÿ}µ±Ú–(Eœ“Z|ÒµèF‡NŸ_OÂÀSÇ™iŒËøµøáôÑYSÔF.—èr ùÜZLúœ¤µï’¯x/,ßtõœ>*ø|ßêUS3y¹Am°A<°L›¯T†£QB‚ha“³bpóÒÇ|GXÝ] ‡¾ÚF#bÏŒªomƒÁm³Zê¿h„4[„ûj¿é\·|\ad©tów½„²Yí8ðŠÎ\œ¢·¼nÆ@†ƒ¹­##ÝÓÕ˜8ú8¥J3®s…–Óu [ZâsE¿-ný£'ñ›Ñ¶Í«eïѼkÆ®5ùÈ÷r¼”@ðìK"jrÈt·-eàUè6³™µz›"Ÿ­³Ä1¢ÁDÿ…Øî§Y(…Jùû« ºRmLêQÄ6ª¯ÿË5Oü<Œ7ZÚœTãz} ƒ>¼=XUOS¥+nhÃ÷§_Œ„næç­¾ 1b£ Š×VHgpÐ3.ÎÖ,åg§{ÝO?ö—É’8¥ƒ­¾&[cñáã¹)™‘ýž<þ.#)ôñ>ÏÓ—Ë÷½BsŽ´ùÉEþUÖpj#@¬‚qIœ¿»NŽÍ+ª»){?ñMÑvù©Hƒ;#¢€`3¡åG Ö/Ãþ4¡˜$yfFRÒùž²+y•Ög^«t¥–3w¹6bêÛ²ýô·¡l»åUq +-ÍDö%À>Ž#ÄvâÜMz8V +ÔÐ[üD€å;S`&ùìò€àÌÍ©9®ï{ŒGXWW SÎ÷tÿRâtZ‚Yžq™R=9 ¾0WMúîø±´ä›â ãm)ìÐ[T Dü’÷j•ÌO¤ T:Ob vñÏ l­ÉÐéÁÝïþs³UáSÌŽ¡Û#®äzÌêDzéào¼Øj\oZJ°Þ]T\»jSÒ¤j­&Ò£y–ö7Ë­3>^0ó=_Dµ˜óûD™¿¦Ú‰Liœ±1X:: DtŸë«v5¡FÑ%ªÊ‹·ã”!¤² :òÏgô÷ZK¤f»Ùrqòµwù÷(à‘ú#>~Ø,œ8¹¬rž-')Ê;…ä„Ìu.àäüeBG˜Dé¼ùùeñ^Ñ *Rûäa”peº##¼5wð–ÈÕÆ­ð´×Q-‰òR¥ì5”ÿHò»ß˜ñkÏãcÜ÷(XÑùƒJft¯"uԋ࣠º:G™QÚ²si ´™GŒ¬—ô&%Ï÷W8SÇ!mL!ƒÇ¾ÔQÙ» +z—ÕeÐóàêÈóZêoѸùI&+Àˆ°£ÁFKTU#ßQ`⋾üÁ†^et ÿ²i +©®ÛaÕ¾ú¥ÕìI‘GšªGD•‚i Øȯ7’Œé CÀòÑ+eË•š]š Í¨"LÛhv¥ˆêdl@Ê\a>Icž˜E;E'tÌ6^Ä*E9Zv|ÓdNÚ3Û„ð®ã¦2TÑØ|v nIh:G?¬®”â§iÑR¿‹jà, ý2¹'ѹds;‹åö˜÷(…ÄW Jêô-¤f°âLÊBï‚ïè`@„K³_ÏÆMþˆbäænHÎ÷k“^ +o¦¾uöaB5AjÝûÂí©—¯; ¦Tˆ«÷ÞËr•‹¤°¦Tu©/Åf´~ƒÛ¤]Ø0©ÝR˜„êÐAuÅà«};ã ÌŠAsF8W×è¦MlµZÊ¡9æª ÌmÑ×pòÔÖ7-NÊ`·3¼V PMÉh`f<:§2áLºTrÙ¯ÕŽB•RVkbíbuŒ¬S=Î)ËÙ³{Ú©‹ÞÌ/ÃoGô?Íi +NÃÁ•ÙP;ñ:žØVOÔé"ùQügBébÚN%ç„Á 1ì@É¥ È=*&Ÿ¾J4­p‚رt©@Ö¿É–’‘a ™!ŽªÝÏIûxPØŦ'þ¤21:‹¦$7.PÚ÷[ÀÇ,ÿµx:2èÝXgM]wÞ¬¬»·gòóx¾Hä+=j…­inYÅC2jb^&þkYÊÍ¥ÞÝ,;QªoÒô›3¤ƒ‰§è¦„çXÝæk!J[sÁ_)Hˆð\¯3Üj.ÚýŸ%B +‰8^ðd4ž¢¤@_Ü€Nðr¤¨ÏL…µº+¦OHŽK®O+ÎGÇwÙEjsÐKc¡C¾$5k³s¨D7 ÀÀYð#•¶5h—f`Њä*ß³ìÁ+,¯t«g¿°é }L¦«ÀQÔu ÿõ‰ßt­ ?ïÄmLŸ _…(=#=ùاìÁÚ÷¹ +#á8ªRViÃužF«2%ðv·WÝ%HíM˜œI±J¬íÃ"æv—D3YVXêóà³µØGŽíAƒÈœÝW7wÃ+—ÝHÿÖ%£l}F‘h3Љ†2HÒ/ålŽ2+c]ð8rËp ²‡]:h³†Ù“¯èÕÄîÙTÅÀH¸m3>ÄEÔÒNÖl´×pÌÚ´‰`:‘ ÞF>2$#œš‘ÊA£>àzJ;k|Œ©ÎE×µ)­PÞyº™—ø‘{§8bÂÇϱ>Np€<ö>Zé2 •®&|JD7ƒF¹VhºKø i(Îé¸a“²kâš +Ǽi÷•µÒ'íûw†»²š›g«-šœ?K;§rZIOZ`ŸÖïã¢G¨ò§;OÃj§ódä—Ÿé”ç0y’÷¼X\7kÅÏÕbtK¨‘§-É©2n¯Mí™Ïz‹Û/~·{þqÍ"É¿ªwgXƪŸª2Å"ÆÂ`Ur½ñ…oX…Z3.•@—ÆB„•“€Õ(&F|±±Úx×ç­#£@Ú\Oè™(uT?íâuÏ¥-|™P«Þ‰—8XnÉšì2@ë\SF0è>‰‘g@4aN¹®©[ å’‘÷œ¦`4äƒoÝ—Öö’¢ágþ¨’íþÕtÇû8"ªzñ-Jfᄃ,nROo%ÂlË‹¶÷¦çâ!'´ýµ²ÇÆ„ñì*y%27‚<‹ÙzÅV‘<ÎÞüÚzÒú¨ÖFî{ãWé°œMîoÞÂÍeù”µB3ÚTNû; 1Ü¥çE‚,rÉ ÖÙvsXò+3f&J—§ë]¿ÈL÷ÒÉžGs«2ÀÊ47ù¾Ýöó:Ì´ÄÃîkd1È41œM¤X¥23“²îÐÉÛܤ/åI£†°Êì_̓ÝzQoñíj]t¢@¯ˆ¯Ñ×GJ¾6—gßîVY#ò\¯æ·ÚŽYQ`5Ýl §¡sîtÛ*Û®6”^ïÄ< 7•‡¾æÜ–ä×£%Á§6JÄ,¦Pó@즯V~‹PŠeÏÇ]c®ß¾îã6´g.+£(eÛàM¦;æÜl'ú%r_þÝÊ,÷ä*ð¼±ré²òªdœ¬/LÙ´$^-0@4JE‡)©Ó…šm!lc:ë[IÑ.Öú…A-_„ $"ËyLwÎo–¯ÊÖ´£ ™»I›i]âøü"yf!÷$šq¾8t(¡ $±<ª?­í•6HØ <õïH…œÊ3}Š„µ–±YËÐ,¡e#÷âÝe'.°ˆVXw5,šé#{ꓼ T¥×W W¾Ê6VbCrÇ&ôrÛµ<³÷‡,Í–¨Ä©v}ì…ûß)í»ìýâ®ìT)p+Y %3 ÷ ž´ŒYã-¹€˜º-ùŽÒ%û¿ x|™oL0ˆÜ$I‰Æ{ê›Î§:ž8X†dk½Ø» Œ0Uéo‰ìfyW$@êxt†‚ÿÊVÉ¢Ù2¯\Á¶ñZÑžæŠù|rkˆû5æ’vxðäï¿Æ%âõÑUý¶jYžŸ¼:ê"Ī;±¢3¢ŠTgÝ£*zŽ´Ôj¤¼à²äÉ Ñ»1©Œñß·¹$#°s@Ï”d³U€B(¢`*hgÕ¶8Á/“o\÷P›W‹çþŒEì9hÕ‹üý Á¤Ä·×Ð\ÂöÉè„msU°-Ýž z²ðvp*cXsí°nz-™³ce=Q»1’ˆÙÜÙžT vïý­½éw#à >¿·¨{\Ó—Þ} ÆïÞS%7ž±íˆ"Ö‡S'lÝ4ŽþËë=êõŽÈ[PO­N^<Ò¸ŽÞm>< !íG1‡[ÇçEÇÄRÅ»ßÑdÎIDôH}ì¯gëm]J3®ÄKôJ¼nzø?ÂéaÅ¥ ´'U†ŠÂw³ÀfÐ,Ó>:š…»~opíƒßç„1îÀŽœÅ¦§Lp}7)‚6ù÷Ü/o6ÏÄâR¤ìz%ç: už‘¹±=<ZUÇßP¹ozð‚0üÒèÑ1ËÖ[áÍïe êXó„Ô‘¼Í'unk8ÂR)–Uo~†òâ²vŠ|3Ca×ÕUfe Ýfºæ`6c€©Ëû¢=›UYÇW‘Zî½Oe&éiˆzOûý)sgvó*•”°žÊ£+÷ssÒ1hò6ñçw XÙRùÍX¨ü$©ÍX ΛL[cˆå,æ<Ûc¥¶¦o œ0Ã0^›ð<&è?Ì9Ôçn~r[w*Ö „zXš™”u$B*Ø4 ÈÇÈçÔV§FèœÒß¿ Ò€aXQTÏh½ëRñnÈöKàö¸•8 â€$X™8íÜÑõã’ƒ(šÝu1x-dÂÉoU é÷c4l¡Œ4cœ©D¿l|0Seæd@%Êü‚á‰,fæ¨Ænòf˜5"{~õ*>¼„¯f¥Ë@™wBÿv›‘‰U+"h‰cÞØh¬r„$ÕTŠ ·éû °^¨ÎÄö={μVÝ>œay þxýyÈÎ9¨|P_ÿe‰%±•:|æ!‡#jy©aš!Û¯ÕÚÅ5¼ÈëBã™Á4^Æ‚FL·½™§ŠéŽ®á®œqŸ{˜­êcá¤k̫ΦKZ‘šÄ(Þ`¶­ºJÌ^_·4§™nÿ=Ý Æˆéô‰Aìç¢?Í8ÓÝ¥dà’q'=¡RnxY)‚ü|I\;þÚÕÐv¼ gýø Ía÷°”§ âv›H%}iêCò†ÊÁ̬šó0^gã{Q·™j·`•_Îj膀 Ê[:–:#6/Õm¨l!!/:ÿsO+¬…x©zö‚Íh¾J…\¹—\Ñ «€*Š˜öãOÎrOðê謈$o•±M(,vi©.Ëp¶Ç›€¾±1´LŒ·ÐO H5µ™nÐ.mŽ™z—Š”§;Ö®s÷åuZ€¶ÙÌãM|Gžñ2¿Žé• ~)Í=`¶ ÑOEò°÷~0,ŒO®GƒÚXZ,Ñžã=Ô}‡…ŠZ· ó×B›ÑÏó  –oA¬Çñë`¼“hK¸/ˆh³‹øš¥LwuíýLôñ»€Ž›œ˜J¥h¹§ôn¡ð>ù±«ê«ËíÚMWÛܮ瞨Û~b\Ï÷ÅŒÏó‹\žºC ±XÚÈ$ÕI˜l‰ÿo¤èhFñÔ[‡ÂåZ2Ž g§RiÀ "Ç‚>ðS_——äÙ/†Ðçb‡ Ór^釈wÎà”)—yÒ(Dgwù|–åR YB¡eÿ\ìL„2²©]¿É,‘ÔBª_ÍšxCJï<E b]m¼S[¾ ßAmîæ&ãæ® +ÑÐÖ˜sÀ ÄgÔ§aJ0O.]½aÎtÞ@çÂUÀe±#ò·êšé•eñ8·™>¤Âô-9,…JÉJ×>¼=/ +vGI%¼é2À“¦ó h ²¯¤Ž'C4Œ‹ÈNWCéƺŸRzÊ|`7[¢¬+'J›üÂIU\@Ù‚i1B÷»ËA÷œ ÚÝ9¥‹¯²o#aˆÓ(Í•ìàCëùè8eaÓ~÷PV}Z’ѪìÆ2½¬Þì9²G‡.Â?ÙȤ0$è‘ ›f²ás§8d£î¿^)Dј*@ù­˜–7ê¢ÈV]8{;¡tž®þŒ”JϬ”y©zÒ=>o€ÏGßâ¢$ÍkH´Ô맩’û‘fõ”è}Ä­6ƒ©Õ"R¸ü*AHÌmcr¡ª¬€Mç8Ç´òóž#M#Sàà"áœâã%ô»¿}»-N…a%éJ½»³mWd”µ™˜é–C°­µóº;6“áu­Z­Ôw¾í…´; ±—ÝDËÕl¸ã¨­Gdõ×ÃUlÉÛ‘i F,«.R WŒ[e'wTîä¯ã?!íÆ~ý€AÔÄ$BB4+1_$Ï[o\i4;˜š·žì¬Ž@?ZG +ZÓê/Žò+BÍoÇv³2óš½y–µX‰yœ*¦4ÇŸÉán×Cãl¥8¹½™×YKYqu"º,ƒë¡˜‰ù|5¼¬ìåî!õ—/_*/Eá1<Òh.¶ îkýãúq¬#PôùêÔ'Š ÎÒ‡ÂMħ¶=騙×o>ç]FnXשÙm¨6o»ÓˆjÐ$`Ì_2ð‚"Ô¶›ºp˜¼õ¿Oø7±(y_®²Št|zÐÿ¶úâ½Mˆ†læ×Ì·BnÍÁ8#Chéçy9Bæ“ÍhÖHÂÇ_Ȳ´j‡9 ô4£?ü_ý[šQjÊ_°Ièã}Šªš•!5„»„¨#Ûî >0Rû3fçuùŸëqÜÿ\=§ú{Æ@Žƒª¦Á°ø,BÀ1y¿Yö@*¨Ä.ÓãÈY¤ÄÐÜÚ;©à}·ü:ú IE2 +bBËå^˜Æ—j±ƒßíø$áöÍ—¢ËÆ|¶ ¡ÓãàDYº˜K=Güt9Ñ|tUï}´É[Û¸ë1Ø•¨‡>”]§íÚ•|rIS«dKn»V"쌪ËÞÐFè«DÈž8«ðæTͶª+‚jœìAnÌwÆO`S).Ž’pHbZ±K­–7® "2L¿U®Ê7ÁêìÐ ¤%.=<’ébWœ?&(£eÚ–]Ýò_Åäì)ˆ(ôOBÊmqŽ^éþÞô³&÷¤k“¼•ï²|0€/Zúµ’·/²EäÚ¹“1Qa7ì‘ ç* ™l˜×ʽHĆ9Sˆ÷*Ô‘S*a£\xÓã½DTdÖ(:¨ÙÆÐÚâx;WïÁ“ƾô_¼7øÕì™d®;í{ òf‚YîµCÄë î¼GÙ ºÀ·’((é$<þ4/¾Å´Àoå•¿rC +–¡(80ÙÅRÎ1”jhËׂÔGߧµ6=XO庳4$έø2]Añës>£oX+Ì&l,~¤}µÓxÍ5Ì‹ç¼Ýï·FÔ˜ÖJë<Âÿ^G ÀæaªCH÷«ÕÜÛåªÝœ*Ão8±Ìž`×A£ÒèF<ÀÕÆÀà 1bጵ¹‹Oç´ž àˆ˜nf‹LkÓÊNŽµMOðÑì•Ó¼vnׇG5t2Ú`N(rƒÏ¼}™¹ØY%ìèU<=DGK)3M*™©cÐ×îNÛ3‚‡ò—[{÷ËÃú±¼ôm|•Vé0‡ýîÔ‚†JT¶ƒŒæÖ‘cÜTvMý1ŒUÅ,%LMµÑÏå|A%v¬'PgNžÞ¥7jŠ­VråGù9$Ö¢M‹b0oT"=}{îLè'ûžQÖd5pðêAc'Ÿ¨ûC}²–ó1Mso”†xæß)AÒ"…òH?à£+v_)!J\By»Ì§ûyót;-w܈çs]3eÙ÷hKëèEþ:†j“_­ô˜—5€PÕ2^RPÌâ´—ú0.–¶ña®´«‡[ŒxýÈÀFùB8pÈ·ûCÉ¡§ B~#Œ»Ò£,7>–fd²0·ÌóS0x5ø +……í²Ù‹è¶q6²ýŠ)}î¹úx¯¬£ÒŠóvbp¥€‹cuÜpÜXÉ Èû½¢äµ€žVm›>-)T3œÀú?†—qfY,-t^‰9{"C¬1Þëù€ŠXÁ$âf!b`þ;¸n幄!¦“gð-{1Ð냾„Я0ö¥ãþIß“Á_ ¬ŠØ2ãú÷\Øb;³Ñ÷ïýÿ¥BIavöÕh±l¡j’Éùê}w͘Ãʺ†!·í¼;…EúÖÕØå =øZ¿ôˆÖUÃc³˜l @™ Ð@Ÿ2ÍdmK‡qR”(J:@´ïæ™yÇw¼kmÆ…º>u -·zWgI±ïF}ê‡6®4Îá®Áu¶øëÉ™=`²œ#ê킾×Ä 9âÑ*ch'½ˆÇ¦B±aÙĒͱøuÿ‚BÊð…®Ü5Grb™ü®nîüÈY®z-Ïì ä‹Ó௭­ˆ +È3)¡µ¹µU3j<†»=\ÂÍN6n¶0 ½F'¡±×0ƒöåIÖ­«–ðÄÝPùFðPÙÓE +endstream +endobj +484 0 obj << +/Type /FontDescriptor +/FontName /KJBQMG+VelthuisBombay-dvnb10 +/Flags 4 +/FontBBox [-373 -403 1246 940] +/Ascent 569 +/CapHeight 569 +/Descent -114 +/ItalicAngle 0 +/StemV 79 +/XHeight 120 +/CharSet (/_j_ny/a/aamatra/aimatra/anusvara/ba/bha/ca/ch_y/cha/da/danda/dda/ddha/dha/e/eight/ematra/five/ga/h_nn/ha/halfga/halfjha/halfksa/halfna/halfnna/halfsha/ii/iimatra/imatra/j_ny/ja/jha/ka/kha/ksa/l_l/la/lii/ll/ma/na/ng_ks/ng_ks_v/nine/nn_nn/nna/omatra/one/openya/pa/ra/rii/rr/sa/sha/ta./tha/tta/u/umatra/uumatra/ya) +/FontFile 483 0 R +>> endobj +485 0 obj << +/Length1 1975 +/Length2 7239 +/Length3 0 +/Length 8316 +/Filter /FlateDecode +>> +stream +xÚÅvuXÓíû6-‚´t.aŒ.éî. l0˜5¤Q:D@¤DºDI A$•Fé$¥ë7Ÿçû<êï}¿ÿ¾ï±ãØv]×}Ÿ×yž÷u6}#~¤D‰ðä JL!pO'ÌCùÀìÃïà…°³ „E 88”Ü!`O¡ ö„HDÊ{€à¯Ò] + v‡Àú00@Æõç‡<Ô%`ï+KÀ¡„tõq‡9:ytTŒTõtH”»=Ä d¬  „ƒŽ(°#èñ#ÀŽ`wÐë?Œî¼ îèæh2 á;ûŸ !;€ª;áÐø—=â Ã¥¿úq+ñ@’’ þŸt&Ø_`ž>$ æŽDÀŽ„4À‰@~Âz"Æ>®ègƒß5=„y:èH8šÕO%úzFÆw?]TEº;B`„ò„Á=ÐÖ¨ ”@ž?×(ÃÜ!öh¯|€ÿÅmßï¿U¡0„ p@¹ÑJÜP åÿìA§~åÑ6ˆHHH‚@ Ä ñ¶wþ$ð—°ŸÅ¿Òh²~®HW ÷€À ôŸØ ðtGAü~/ü ‘`öž;ˆ# Að †@ÿŽuÀžî0oÀ=AAA@ðçëßoÖèCt@"à>¿–ë‚@@c3#Sum¾ÿbÁ¿‹‘Þ?~Aq¿ˆ$$* ü ü¯%ÿØñWV ûÝß 5P$@òoUh;ÿQöÏðqÿ¼ +<€?áu‘ž0{€ûÿõT[ Š +*¡ß@ÿfûÛ Š‚Ãÿ:>î(+ÿ«øÏäWDÂþíà0¸Ïøß«Í _ìÿ’†'³W@8Âÿ=Z˜‡*Ìâ ó´wú{Òÿ™ ˆ;†€è#Ñžý<~ àÿª;Áì]€èß%Ú„?[ª ì‘h§B¢b°»;؇@m°¨(À@_Yˆ÷_@ =Ñ[®(ÏéNðsÊ$Å@ðÏÔ_‘˜(:?@_œ_9I!tòðÿ–—D'Q.CCÙ;ýŠÊ:üŠ%$СÃïuù7DÓþmí?atâÏ¢è=f¿0ÄÐìœlˆ3Bè%N`8øMèïœÇoìÄÐ +`¢‹‹€Î@+rù £ë.¿×ÑŠà¿ÇhÌ¿Åè'ðw?CÄïu4/äŸ@ ´ ×ßctÓßêBhJîî¿•Ñ'ö%ôößeJ ·{þ®IÝÓçïøA²G¹»£)þzü §ìŸ +C2â ±'˜GÚK‡:׆6ŸT+Ð?ä_î39ºF1‹ÄÂ1—°ÞéÒ¸”ЋäJ$e)ë÷;ÉVÞÃÖÁÆ §W‰è"©Ø"pƒœ"ŒK=ŠnK NFWêÖ.>÷ðž`']š”œ %Ÿõ–²# Y¥r£p$eã‰åÚº›=SYAÅM½õqIª³àm=ux Þç¾VeAçàˆBͶ†‘S.MK†­cŠŠòûcã]ŠD¢AŸÃÕ˜ìv/üéqGÎ è.ÜŒNì Ê?Ò•SŠ#ŸñnmªÜ|ÞþGÕùÌ8¢±S…¹´,^Õ–Ôz†\úÚýà¤ORÁuŠ[^J^?¾1Vj׉­„º=,L¢ykƸ7P«âàöÆÓôeŠ“a…ÔáKM0¨©'$Ç£x¤uÉ1Ô«¨¹ï½‚|”²þu¹¾!Èç•8¥Q¥>‘0Øp+vñ ö¤ÈìF½äå«”ó0U&Žò0Ïþ7øN#ÏZ®HÆñªÔ°Z¤±Rq¶_-2Q”;ì<*£/^Wå "M|ÜhßaD¥%’¡ÚïÙ’ÛÇ|ÕÅ+L-–xG^iàÇFÔ̤ËE!‰ëÛV+ô!“DõU9ÿÍ@̓3iæ ëÄ”ŠŠ\¶oe…Sdºõi|–†_àŠö‘ã–<õÚïqçŠm”“j/E¯k¿‘"à{“S©â˱úc³Rò8“Ë`Aö؉ƒ e˜¨Î,¯º@,‰ýñcõ0öËû°[§b÷[ÞªçFm šŒ0¼¶²®7?k¹âö6KO?OJ±›pMV·I ¸CR^UTÀûOý´c￳Æ´“¿t=ŽÞJÖk_}bи“’´±9ÙPvÇêÓÂÏ».°âq|¡ÑÄSòH‰)®pñ2‰7’áÊÒwGù—>Ç6£€8ø ïWH"øfÐÍm ±`À¦@·OëKÎo-1¼8À²ku[‡šˆþ ² +«>6}Y™5L±%x öÎ Þ^>ÈŒ•ê± ß¼hz!’;Çjy ¸vóÙLödy¶ÈÔg’ϯªO°4«S¤îMˆz$»Y»å­K T.?L˜}€"¤ŠbEÄщ¨5Gbåå붦S%áÇ„ú ù´häM'“ÃÜ ®;q•šÍâT[§Q66ˆ¦õ‹Íõ´§,›^åMÄË¡ŽÖÓßÚfŽAr/W·4y–“ý§¡—Å-Ÿ¿2k¿{b>4ر¡“5)²Ü›“ËÐ3òŸzoK©†ªå”†Ï®‡èV?ÂÃŒ)Qõ:Ÿ™üFØÝ-Gñ°Eô*úõè(•wE,g+edUùCƒáz "»Ý-Ýέ¹B ñ!ÅÓ§oßÝ´YaHã4ú0€7ÕÉò©û4oUÄömY¼£|µOøußd¢"KoDæøèãüí.”A½ç;l¹Ô—:DM¢~ìô5)HM|’Šk[‡¤­þÊ€ÞëA'·–“ÐR/œ2Ïìk×_<£÷-ua¿_ÎU$¤¶óLy¤~׉ŸÚ ó…Ó>ƒ›ÏY™ŒwVbËýæä j…HO_ÒͶϣ[ý{±+Î9¡R>d™ã“ºŒÜ>XÖ· Oùë"Ë3V/Ë‘ðuáfð ým¹ïïäŸ=¯ßS<=v"4uK‘24Ïfã _¨‰ßðÅxä;ÿÈGú¹ª]îìNæTM@=@¬n´8y§Íõùè~ÖÀ–]HâÅ!ùŠÜíº^©†ùìDHŠ¤ƒÎî¨9#°¨ú·ÁùIXåµÔH)[# ®ù%N)o|œcš`Áb…Öµ wg¯ò7Œ0V¦M@cãÛ‹†ã”K)Lƒý¼‹£íéC¢JÇÒ,£ œaœ Ñ»ú» ÇÓ\|À4…m;¯M¶øl’øt¦[ºuyæpõöU¿…V1,YH+¦Y0©‚Y™>^¿M|˜F¦lÚ,¨üÑ°å²n‡ÃêGaëIMœc/\Úי䢡Œ}QG¹¥Ï;7ItN«ÛlÇWB±rJæç×­ ªøj½ÞRÞ‡^Žâߺ®µâ³M»(·ÛOÛØÒ)Šó¨ªŽçD SõØÔbI‹3Ô-âW’èÞ*efÛÔÇ52œà ôTÿò={B}7c»bè+å‘þ>jd3‹ÔÝw3…ÎK©’àó+ï™uBÀÐà;©W«~š}ÀúÓá1é2¶‘©/^J êi’FlÏ£r(vî&Ð7|ŠÃD–5óña›;Áĵzl5œXúûÙ89ósþùÇ_F(âî>öï’ÑqÓ—4è\,ˆ«¨W{xãl1“: Ò¥d ‡n8A;³ºßk–às +dÑ…¸Ð#á0{ÞAyãÚ¥É̓›¼u»eàÈì¤2œ0É£"Ï)Ýñ Ñ]¥¤À Ȧ˜ïŽÉ…Ðí/÷ÂŒMW±çJÀeB‹\ö=2 àåÏæʧׂÍf»¹ô÷›Ø¹¹{½l°¬úÔEq}}W )ÔlÏ<ã˜Uz°½õ#"^¼)9M>>äŠqPõ;tßg-Jë|ÿ8S¹‹.­Ól{»”k:QIJÇ©ÉÎEÕÚ%zÍÛ#](«§VÕèºlêmt…ñÇgXO­,#t:ßã+’*›¼ùÆ8(—v…ï)ŠÎ¯µ=•Ú5™ê/=îé.vÛ'hÎ +kÓÏs\$è—íï{ mÆ•üºk6¼!a­¾¸Î[³÷ñ´Ÿ•]zõ;—ì/>N±‹Ò7ãÜdÊîÍDâE ºñõ†ÊwÓpÿ±G´æ5˜«Šã0‚¿!’¡øƒÚD0i¥aËgKÌ×±cúÖüÐçnïšñ#˜Öwìô|<*AìïBŒô›ÝeôåZs†Xz…½16ÇÚ†9¶g£—„%R?6³¹QŸ0ZK2¸ƒÉÒ47;­Õj¨†od}ƒ¨£½ˆýÃœr6N†$¦™wÝñ2ë– ơ­›¼ÏÕI^8h•ñˆfÇà¤KMb®íºÉ”Ü~ÿ¬2˜¢Vç3IÒ¬Œc%û¸µsø,…Øò"]¦³•/©øAʲÐì‘—l÷†(Û[üag-ÑS6Îì ÃPÄ c@7"ðÍû§lA+h-cxèO%¸B|‰UŸ ²lA!<¹ìì±ü†ØBíºFö‘¼»ÃöwÔsý›$´Lßj‚K-YÚ v7€¸ío%gÃpf¢Ž8‰ßq·‘û^îÅ3øË>]T +ë¥Ä`ÁÓX¥üÔZnÝ“}™šåÛHx¼ðƒ/6¨1¨#Иãz—κ)x§üôaÍëWåX½¼€·R"úf+ʲ؊ý²È‚¸ÚõßWÚ÷š9ûÃ%ÒÙººÎmF©­°L~p¡±[ú¼‘«Ù¸çÆ^Ñçõx­.ˆýVh…å{êÉW\ú´ß¯3|p Læ¤{ÂÓÂ~˜u¶ª„Y¾îÔo!wh©$Å&a²â-2·'ÌÛ¼×3˜òSb6ñ–2_*5Šr0Äcö}½4@º?-) Ün£2¹¾ª›Xx$ |Ä™öÙ©„/lWqGå&°³‰ê”\ØðÜÒA~ÈiÅ ’‰rä + ¬(¶,Q't!ˆîX®¼|•ðø²ìôGW¦ NBˆ-áÖèJê÷ÔÉïs,_‰ß0шÅ\˜àµª†ì9í—äÇ}tÐOí»2¿Ð§Uä]è Ü–XoŠ[jÏ6ŒkL£2¨Ù7¥Ê/^Uü¨bçßžÀ3I¾m"ˆKðnäV´ÅÙ1(}yIïÖ7jŒvlêÖtš­ª­"5†6“ïOKÒz/KÙãç„[íª^øú©X‘‰±= Œg +ôÕå3É&ü¡/ÊB#¬vùV—™Bi†ÊåÙ÷Eµ×¶³iÛŒ1GÙwy£sÚÚ&ovG…%aÞS]SZ=x ãÈ‹gÊ ø +1ªOjúOpª£K”OØK†žÛm|õY}œÑšŽa¼ák¦`A3?J35øÈ<—37û¿ãô:DÒ*žÛà£w·H¿l»É?éf6ýŽLLQPèZ\)2O:úŸCf{Ÿ%Þɳ­éN¦²šç!ᵕšøŸmpt#Ä·¿Hí®’íÛíyV¾rµg½;Ž)¥L<Þb‡ÕarTO¬WaÀ©C½Ô枘5ÈcþŽ‚Á¿q¼y^Üfc ÈF²˜m|ŸÌÖt`¢Ñ8Ä0ä33¬fÈòÍa ´&TçŸ*›@ÌËøaœßu)¸Kë%IaF`ûÅ̘ °:ÉÿÔÎ\­e!D\xìý¨?×ð|¬!A[Ó6èà +ëáÉ{^å·ÜŽš1ç»4%ÑRb$‹ï_¸_þˆs~.»röAjiܶó•tÄ'2 ò²ÞØ´î²»4F=ëbQXL¦ž»¨ +5Ä}˜|i¥ÙþTWÉAc¨QÑÚ˜jX ÊOî? +c¿ûšo±C(&S€ÂåCs{ˆä™Ó•ùy®b‰6’n«ª)ÕÛïåÀÀ§/ª¼†ošútð@â¹rJô%ÎÜ|ÜÓ‡Àìe’ú°¬[Úæ,¯+’Ë*÷©7(y¯é _ ¯>kØ”ÀYÎhO~úÁ„*Éé…G‘™_^Ü…N´ØuÖ—\úÉOz7Á›db(*q§‚l.5º¯Nÿâ/nhJó`ûQq„¼6Ô®Àuœ2â³íâÀ-›§«:,zgC˜•Ì÷C9øÝv7ܬKÂÜ•± +ÇäÎWŽËpŠzq+nhû# ežâ°¢ÿ{ˆ”_˜étªrì=c‹«XU ¹s õòvvAð®lGEîh¬3 »ÿÜÛÚ´»A†!ª[A/WüßÓr¢õºB<ç9·'›?<æö)|Sðù*úÍópƒó’ZÈáot„ñŒz² TÝœ;¨“u<ÇÒ°õÊK÷%Ç[;AwÒ™TØ™½ÒUT¾¶É. +4;‰‰Yx!̸ÛÜÈ£ãæ­QŸ‰90ï¸Ü“Õ^¹»%6Õœ¶OQP•C +œh`²!üTÛÔÑâî3Q±‘"þÚ‘À$¢ëlz,y›W‹VŒ\X„à†Ÿ¨”áµs¹|‘}.À†oÇÛ¦-s¯z•ƒˆf4q~·¦Y€תr<3Ä(²ìJ¸ci0µß ½\ï¹~Â]i¦Ñ#ú͆% j©MÝ0ÎÚ^üT®z,åÃÓy6Ÿ–<åã1ÌUµöb(^™ ùAì»ùn£ÛÂ:X/q–ÄÕ·˜yrÔÆÔ<¢ŸyìpázI‘¶Ç·§÷ü.Å6[Úöãøh™åùk—#eš|¼£Ë¶]F7[—ÓL—†Ã^ÐÌ]8…ïÕväýÁü™Zœ?2Š|¸øfÀÐíå³Iö£ —µ“_Ow;æÃmäëˆÞ°#żtQw¢^T ªˆì²5-ƒlsÇ¡x7†¬èú¶ËªEÆUüFº…å½)×Οs£"g¹ nÃiÏ2è]|‹y¾s¼Ë{@ªªó%jº]Îûxg/¬¥lkšKï]3”W`¤« ´ÿõyæ-wÿ5ÎÒc*¥ˆeå–¢uëØq­©6­+ãWFÀݲ»8RúBp¹pÝ;ƒYWƬÌÕwÈ =jO'žÝ;kŽ +è+æÂO5ìî(åpcœuc¾¡ÛˆªÝ ä˸å'BôêS9+éˆTpd­Æõ󆸂‘8x1kÏÚštRñ¼·«Wñ)]Ý·%á*|Ó¥ +î±Îž´Œ,Í—&3(ׯì¾]ä}¸=i(/RLXæŸwÜîr7%‡™.óËÊ»æYyÁÂ9üѵîÙRëÉ+R·ã™ Þ'Ï´'v¯‹6­û”…ŠÃëFm1û·QÀkg»ž‹µoó·ÆO,’(“Î9îHú|{~]çÑÅt–$*Fõ ³š™™”e^´lÊÝ +î®slJâ ?¯à$>b¤®x•\ ï¨8·J;3:cÈÚSí!šsö$ž [3ö!ÿ qs Pnêu¼¨_`µ(9Yj§¾ðºB{¿°s{j”æämDò)ÛÛQ¾Æ²Æ åGB9L¼{…?¨É9tLCM®×ËIgl˜9êñáYjïË4„&"O_L&ù*v½÷jWîcW‘ÔÈ…ÍÍtIròNJµ'XÈ>­Ð q^Sð"ýxÐ=ÀýàyßMXå]@Õ5ƒoÝ­£ÍSïžÔ.‡çêݸí+ò| $ëpÿ°f5¼\D7Ûk8LN×K³bÆÑÎû¬Sy^ásûb¥L%Lå¯@ 2é,Wí¯Â‡‹dp¨Ý‹ú†’ÅÕG†iicžs•dÒqk7[‡s§-]ZixÄ™ÏæêjÞ¿Âœ+"Ÿ3o×Q` HßG•½öÖì’*ãÌîÔwèY||Vo­©E¸+?Ù“yB:›–¥Ta5ÖÑmU”Œ'5–×ÓöÎL='æa£Ó;Vcí¬Æ&%-tvG;~t0FNû[‡©jžV3§‘eð±ÍÌçÑÄ*˜¹çÂöÍÖðT‹Í'8½ŒüŒt0ÐSî!ü‚Þÿ*7SÙG'X…½µŒ—]Ưãã8)3fêôÀòâ/À=ìUG[d‰o ¾˜U…:¥Îm¥Îv³ž¸Š[„‘OCƒõúIlHîç±-‘”\ÁÔïo¡Êyq&…êZïÆ~s’3Æ™MÎTÖ›óÿnÂÁfª×¸As³œ²H\¶Ó;Ÿï°lßU&#€å“ÈÙužé¢³?EMÊïR¾6¡*­êL‘U#F¡L^ƒÏÕ.úM^‹©mÕa;9o¦g¢ºwQpšìñež>¶aYî>ùVÍ[ˆ‘€5@åE’ Ó©’'Ç(Z'_!Á &`f}Üžl Úfo È$˜#Qµjû`l´” +¹>÷ÿJ2ÄÚüŽDÏìuµ¦lðÉïÙPNJ² ,GˆpÑÿ«ÂšÑTÉl%}ƒP™Œ Rûö:7Š*NµÉËbÂ+Cƒ6=ʤj˜á鶛ƒì©,4Nõ –ao!&u¦æµtZZ%9›O¥)Õ}KÚ"& L²fÒs'#TD0ëÞSœ—Í}sj#)¦m nÅ­l"wô«Dð/˜TiÓ#7lj ÃŽç šZ_}Ë#ýü©T÷œja’Â||aw‘–=뛨l±Ç(qÞÆ—%*[LÞÁoý£Œ ¹É§Pqzû#ûŽs7±iIå_ ¥½eC#<àœñ¹l(Ðà"µVS¤Ü-FÜ  ,IîhòKÌók£å’üÞïCbB@»ü6zЈóÃӻɶ"øØÇÄ‹?jLu.›Go‚f;Q½M’ÁEßóÍÛåm2ç~R> &Ž~ÒûÄaζÄÕµ÷ˆ˜Ð4a=l.ÞÀèžéEr ‘@€ê½÷%µµ¬ù¶ú¤—#Z¦X­ñ–±¬¦bí,Ëg]Èt3±‡X¼ q¿±šé‡qÓQaìA‰xU8Q]¾ ‡ª€`ž3|§±±P`}" çïþÓFóÚ€g-×Qê•¢_É/²°Œï|%‘]¬Ÿî¶s=ÖyK‘÷`˜ÚRqœbCÝÖ‚#]dã:€Â~ —@8Ëq0tü1ã…ûàúªèyJÎ=ßnÀ×Ç2å ã,(Úí¦ÞZ!R:ùf݉™“£“íÉì2£S2[³ñL~T ÏÉ"]ã4äÏ=¬ùF7Ÿƒ-O|¬M÷ÞíAµ6q7ç\ʯ…‚c*Œ˜™ßW7YK‘špÅ7NÅXèÚ¤ŠIÍJj3í£Ï8Sœ;7ÌòhŽ‰ƒÖ%æŽcÞ·=¬«DÝO¿/ËXÌû˜“rcç{)³ÍKñV_ú9-?»Çš‰z{UØD’9@º½¤A7-ã; úËWíÎá´îùƒ.]Æ|·ïç½ä›lPÅÀõõrGÆ5híÉÝÃ?}äù(ë}ÝVäÊN‡W%§S6F`‰ºê—.œoÎrâ̓ÎÌ«A’H+­¥¼¶FÍ*‹§ï +B¿å t%ø1Qôà òÜwfXp|m1{‚û ЄõìuÓX=/6À*ónxäöh·úÀ^iÕÕ½ ø “ß)ujdB+¡º÷Õ¾„¿hçdùå¬M¶ëÞÙSvú¼' —et`2ig“OGê”+bÂðš‚kþ(IKèTxû“Û‚mÔl„Ÿü9>N9w{§\œ1Ù­S^11•NÅœ¢ãA•Æµùƒ´¡°ˆR&©ÃœwEüûÛé¼{ÙrÕ›75oÊmŸWA@3/q•ëêôå‡?>h,N£–¯YÐ|ìÄ{˜ec¨‘©öÙ®DÞ¸%²^ª$žü*s„¬G5DeR³¶ [ø¸¢çBÔ×ص£YõûÞ• +endstream +endobj +486 0 obj << +/Type /FontDescriptor +/FontName /TWSVHL+VelthuisBombay-dvnbb10 +/Flags 4 +/FontBBox [-407 -424 1259 950] +/Ascent 569 +/CapHeight 569 +/Descent -114 +/ItalicAngle 0 +/StemV 105 +/XHeight 120 +/CharSet (/a/aamatra/anusvara/aumatra/cha/da/dda/e/eight/ematra/five/h_nn/halfnna/halfsha/imatra/jha/ka/ksa/la/ma/na/nna/omatra/pa/ra/rr/sa/sha/tha/ya) +/FontFile 485 0 R +>> endobj +487 0 obj << +/Length1 1836 +/Length2 5783 +/Length3 0 +/Length 6806 +/Filter /FlateDecode +>> +stream +xÚÅTgTS ³éá ½&!tPé½7A@ @$$„Aº Tš(Mº4éÒ)Ò«(‚TiREðÅ{¿{õÞ·¾¿ï­¬•“™=gÏÌž™ò™ZHª¹`œàÚ4^"V¬á(¼›7§Žñp‚ùKºø œ0 -–¥ÔÀÂax$­ ÃÕ@î HƒA¬`ÃÂQ€)çT<>TÞRΗh50žþX¤«0Ò²TÓ61¶po¬3hXªƒP0´«7ÌrûÀÐ0W òùOI€‹#&'JÎ?Â]'@ Cã}©¿Ëàx†R~åÑ ŠŠÉŸåVhädxƒt°4í +G+Î4øI‹Ç–þžpò3Áï=ù"ñnÆMŒÀ ˆUýìÄÔÄÂRø)£6ë +`h"ÄDáˆÒh¡]40p4Gû3F‰…;µòý7¹ÝÑÄ„ÿ +#h‘pñö{ñò†ëiþç%¢‹ö—Ï•(„Œ‚‚" +à^ÜÏÙ ô³„?Zû þá&–{‹à‰ñ0~ ‰€´Ìà±Þð[„ßZ´à‚tÆNpW$šö;Ñ GüiÁðX¤`–ƒ!øççï_Ä1º`Ð(ÿ_áÆ08RÓR³´°ÿoü­®Žñ’P(”(¨¢ (#Üú'óßšü¥Ç^Sò?õþF©‡F`Å?Û"êùWkíŸÈÏkþIoŒÁ#á€ÈÿõbÛƒeÁÄ/ÈÿÏzÿ[moêù‰üU²æßÿk„’ꔋ‰êçXþ ̉òÿoDÿŽ¾ÿóÆþÓÃÃPHg5´+ +HBd¤ÀP9é?$Néw1EâÝþÜü¿ÅŽE!ÑpS QŸs‘„€ÁÿÂ,ÝÎîh8Èþ Á‰šü3³ÚãB–•`X,ÌŸLÔ[ZV @â Ãýþ8H$…Æà‰¯žÞø[ƒ¥ý¹tŠòöÓõ‡%'K´`ÄCúÍGŒpvûe+( —_61-èOeþò@‰ŽrÈ]â¶üí€å¹]G£ÿöHCÜ`(ýë5EÈŸ>Üoé!ÄÍ!ÿ6åeÐÀÄrÝÙP"îŽû'–úÍ&9è÷”?Môï8‘à·N¤‰ôXìotÄ>~/øº÷¯Þÿ1*go,–øïüǽçø—@w÷ƒ;ÓNŒbœ•CoT†6T¨qùJ.ôA;ä¬ö~xóÊÐÆ¢H?Ij7ætÊ%“³«’©iÚãv©ÌŽÌˆŒ4<žK+VÞ×]Q½YŠŠ…5Œå”nÔ¹5©*c%úMj‘-pǹ„δìe ÿWº|Å{¶‚—4zY,Â1g‚Î\]\ò2¡äâ)~RJc²4*ªÈþ-dÝDh¦D9ü¦E|#$"NÿEí»Caý«tµkû¬¥Í,Ž#£ê ²AÃá:´øÊM'.Û§òJ-½/¤¿¹5"¾U¼ñ|"k°ò¸N뉗NÔ‰Óãšo·{õW³ì×âШ8ƒ·%×¾µÓþVï'-¾Ê²Å"ë^MupÈgiœW²9lëŠàQ9úä¬~—Ìv’>450õÄžÃ?RAë¸UHŒS”ž‰NýœùL¿O3_jÃWjªZù§!L:ÑS1Ú +•×žØ¹UJLÑðêðå/äÂgfJº>Š[?ŒæØ3åk¡1ŸY™¦ÒmG‡eÈͱ|ëær?¿‡äã‡e¹êD§%ÝöðQr­¨3¸úÍY;‰.Œù™ÙéÔöTj½ZÁÖä‡dg©ˆ~›¦”õM/só2î9O_;ÕRoX€£ßïÀF¤ÑnÉ]w$c¿ûC½ë¼Æà^¿PKm}Dó +Ën¥Øù 7ùÁ¯³©ï¦[+Ëzb°…%$4Z¾ç"¶%ëO»f<6#™p÷-1iÈÿŽè?MþHÛw~M Üs0?ïZ;•aë±Ù1|éÆø9týsbûêh„õ@š—¤¶””ËwÙ9¡ÁeýÔÜÉxNE߈z\K&OP´J™¿Ï9v০ç—UÕÓàS‰‘¾8ˆû¾4‚%q5u\ËU/a§‹O3²Z1êƒu\ýÌ¡ª|¹3R6£»#1ÌqWMIôžNCøX’ÌE¤v-Zª y/LÆƽ…üÔyÈ«¡Ë´¯ »§ùòïØÞÂ7ß¿¢òΔçyO>̨L0yx_êúóµ,ZåÑ’&¢'ÙL2Rºßcs¸Ü ŠßyªÆž®ŸÂ fÇ!m[}_t>ÁHì-)Ùf"ù„%KÃÀûÔêÚ—G—NE6ã°_6ùNņ¨"µršŽ³J4¾®¨HÒq¥ŽmÂ<’]†û2î>›ùÚ¥Þ!þ±yù±Œ¹å"ñWÜÏ/‡•7%3–û‰]œÌÌP¨¶J.u[×ZˑŪkr>xàP:D Õ½™»Ñøª>aÉwALþÂJ x™±¿ïìnYº +8Ï…†qŠò#¨Õ^™rü6\,7 +r ×é®ëªØgï3Þyw€%âê»\+ñuÜê‡à,¹å®ƒ§ù"ˆ¥+;+·ßFèUܺÅ|ï[žlÏÚ«Cì]çëWŸÅ:nw§sù˜±ïLóV‚~‚ùÚ_Ó˜;ͨ«R¸øfwáó`ÚéZ«¶–lªF˜2Ð*oQ<Å©5LéѼË[{Ès_¨ç¡zmJ2ú<”uÖ/,ýYÂôþcƒEÙ Îï"†‡K»#Scsê'T¼+$Éy×ÓŸÀz¢‰ÃM¹[ê¥ëb~¥ê¹Ë¦‹EyÓ5¸7¶Í¡Ãù§(¥pfÉ!Û¬ymä\Ñ)åbÞ³¤ÃñºÚcÖ÷ÞÚ­|)¿€ÍÀë\êq»çD©EÌâ¢Æ/â[?Iü¡ß˜ËeÄʲÊHó•s”Á€ÊyŒ[hÞ»s6î›%žqÜ´nùg„Í÷Å–½;jbIy²±”¢^ø˜åê@)molŠGj_0í™ÒïǶ[dj¡=àŽÓ+ém½TâÌdz…º>´0Ÿ“޻챳:é{¿$$IpÚëKöˆ/·!ðz ºèUðK³1Û®\/T2 €¢fz9cÕA·ïtù ‰ÕpÕƒzÎãçTH˜QCùL|Ï}ú +Ò^,l ¯ÙkÛ°6·Ÿ,tš +—™q|1ÿòM–wDÍÜwyÏ9F&ãlfvyð^Ä¡‹OìÕjÚ†º(ºhÝÝ÷ßÅ8*E.êÍHìxef ™ûZ³‡i¯_°¦nçD,œ¯»}fÏ›ë÷{!‰´OÚƒ=¿®ªLö½Â>0₾YÙiÄBpŸYOÍÊFœë™éÓȺx‹Àõã3å 5m*úà k¯Mçû™c\øïÆ äWï¦ÇRî*—4¸¸p.J£³fƒrïækñ‡ŽÜ5Ð=kÍLlFïKQ‹È¸wÕßÙ¸éš>)þIžêƒ/Ûx¥ªãÈ×iÚ „Q¢Ò¯f€l*ôj3éñ©­˜•ì§ãäÏ©”ž›ªÅËþñ!ð[vÂ/€â•Š@d¥=yš ›qze4DjÏ1Ž„_v1ƒ™3\f«ÀõºÞ‰SݳçBLâ—ï£H”Žcؤ‹LÍ#j9ꈢêµõõ7PçIÃ7óß@Šuäh,[1°Â6ü §µb÷ÝSëç¾À¡m7ã¹ÎId2å=¶U®­ææ)8~‰‚ôœ«b ØÂÜÞÑ  V¾I“·ÓW~vö@{øH&¡8‹ãB0“’£î¿t¶hµ:9=¼äZ§î:pc'§ÿS\¸Ë¼8“Šùæ)†{«7½.ð•Ÿp42©o²ƒ¥Xƒ£?Úñ¨(Ÿº²ôqœÃÏp¹ž «À ä™ÏW†q j¥žd@¬C˼U-ǶHæL:‘ÖÙ'z)ÍË,H|v²6´Wi©Ûçh¿¯Iåû×o­/lsH> y~ggÍæaº5eÿ¢æ3ìunÔ±¡‹ziC¸¹!üòTPŠ½Nôêà溄L]ËÜZBƒÏ5t–y¡t#Üð¡Ï®1%ºp„-Ÿb¸¥1œM!ý¹Ïgw= +ûÛ‹óú+I¾q¨ÌÞCM<©]ÁÛ¬/5ü`Š†[S{wý ò°éœ8–²‚k®=Œ“¼yw!ÃR¤8Ä7¥ÅL +W¼V ÷} °-‰©…Ý|¹¸žJ©ø0fª¨,:ûò5—œ3×õ8i/{°ÅéËŠSXxã¥:=ÔÁÃæ=uKŸúÞüȶ^Í Û­w¬ƒêæV b´S@Ó#OÅž0Ö‘qèJ-¿¹Ð®îTŸÇ™ê.¾âQÍåÛ#aŠNÜðµj²ÓÊg»ŸÄeÍ«¢Í4J˜9B#j]§\½1{W$êXL7.¬’¦Yºz›$¥èoVÔËKúLSÍ ¿ì´è +Gnh¾E€v|‘ܳœ5ѹe®È±æ©Aím·°êcŠ@âøWKŽ··`ßè­/˜†ÙºíÓ…d|­;ä®*];Zc鉟{ÏKqØ°Íørû¥äí3ã£Aº§îÜóÙb%ŒM R83"]ØG³(²g3kZB˜Õæ…&“Kö€l»3·)ì6<Ê.Þáyô`íŽÑC‹áÊœ‡¼ -ýß[çí^Øš–ûâçs‡r x ØÑÑÇÌaAŠ3Ü­'†äsº zû6:ñP§V¤wÇÆ V–…Ô§g¡o^X+Ÿ3 üºõhÚ…T›¹qÅÆÂ[܉ám†ž‚eŽZm,\ä- fSxN抇ib?¨7†lúaý)ᯛ£‚º\À³ÖØÀÄ~ë=i‡1Ï6G™¡„^½òQ†Œñ©è“K/ë-â®\ÔØvØN2Ž½‘aÏîz (xúùòÜÀ’?ˇ5 “!7¦´m]3ÿãÑØëàl(»â*åÆž^ìkãšž‘1óÛ{¶®{ØOœ8–lΉ3ÞÂ7¸­Û¸Þ­e¦£åñÕ£1’+ED_«·ðÁû+U#Æn3¨çPmŠO`¹Z†côËj*ìÅ?™Bt“ßyrpë(7^yÁ<òFÃú‚ÊÃÏÐìñzç$Ų<›õ´â勪QžêN Ý + &­>Ye¯¿TVþºñÏWȯp¹o=ÒxY[Åš=ˆl LçPz”Ô#ðqMÜ_Nçž:Bþø|ü(7î+=&Îw° +쑸 Â÷Çüp®>n\ù"Œãj_E‹ˆ±=½÷qUèÛ“ºÀqÅòº›÷¼ZÈ’&«¹™ÐKÑáüK>xS̮쌬Êòn±í{·³ôñ0{c¿‚ÞPÚÔ«+éwªÇ¾D»O@ø\ì<û}Ï<4\ +À® 3k¦™ÛÉ«ù»<°QYÅcrÑù²ÉãÔܼ3cO­!½ûÈå}¯â c¥î›]]™ UÞOι-:ÓÉ04^';¥ ØÍßä kóÞþÌ2-O%ÖëYn„½ðÔdèøÀõh*^ròÜLö«½wI®×“ܫﺯMäÖBÆÙ¬.䇘&"5¤¸B=^¨;áb +¶h¯ï‚Èôª,ÛûŽyù Bx’°—[¼'ÒFGòO=Z3GRÕ(r=ÞCOʙתš~HGÿˆš" ¯LY÷×¼K¶”’QL?ð5f¿éY}Ÿóâá[æ±Øᬲ9øf&9½Coˆfr4gªêìõU~jhVJÌtTNüª”‰NC‹X¶ÝsgxnÊ¡8žså°/S×}©ÏnÁËG«“_F³*ê¡`Óû¡Y@‚.&éèÞÛ¡™Éð+Y§ãb”éݘcóLãPâ8ü%'Um5Üð]$>bôyÐ| õ¶ËmUã:>Qi·‹<ÇÉÛê}i4JŒ{„§yéy5M”îÁLûÔg²ÆÃáLÃe8wÄ¥K´¤ÞwÖÞwôëûÒ ~Só¸Ó4+ˆð7 ç“KdJ1ÄÖh ²”’ ½¹8Ÿ}T™Û‹ð¹ºˆ ìqÛŠïÙš”UÒàYñn_“‡¢µÏÔt‰ÑŒš”xaøú:›t²pñ¢Bæ^¯ʸ|7¯S·SûÖ)awån¦o6ƒˆÙ]>ÁóZ§=k.‘Íïq«OÑ‘KµB×tUuVꀴ÷-Mc+@—•ý[OüÕµv³ÑÞ.†ÖrñÃeDzl‚Öæù7 +Àe²î]ê÷-qág¡^¯;ÔeQWøm"S Ïéàj1VIÖ—)Êqlô6'™Ï¶BfC·Ë*™™bìW€Ó;!£xk¯¶¨ö3‹Ïu?^«„ÇÔ’§êzÆ“é9^þ*Z¡ˆwŒ‘{sÄ7Ü¿Ê:¶-Щ¥ÿZ•¶ëLçD[[+EñË¡1ñIêWCïFË[×w2NÆ–N‘0u߃’3ó5NÉ4Ýö)-£²”»“iÙR£#û¾Éæ¼µca#`ÞHç3'Þ#ÞR±´Ål{L²ñÏ£¤:c”öÙ!ÞßóµðˆKÇ ª¥ŸI™ª¥Í¡2Ŧ!¿ÜãÁ—Èy}áóþXìéùд;}f’<pªÀ‡S¶”i¨€ç€0½?O9Ë’\kgh÷\Í›:Ãæ cnãiùˆ”[lNôÉ•Ú5ô‚!\}­OGž¥pÌÉu»q®Nñ©'—f1Wid–:Ý:µê`×ÜyãŠ--æýf*o’ê’¡¨“ +Ãã‹tc¹= ±Ê®LTü ¤ôÂwT-Z‡·BeÄ?©Ä·¥‡*“+H4ú¼¥âç4ð™Å,ï|Ÿð 8²÷_àºHèLÄÛé_Õ²¬rÑÑ P´\2ÛŒ'§£îœ>mRãK “=w?bâh©š®ªjs’¨]?NßK^H˜„‘°K½‹™Ç,’sÏÍ:=!-ù0ÆW*ÃBû–j¼†[JHâJJéùûÏ<ã»ÍAñº /8?ð0çÝ! ¼ˆç×fçZlbšt…9Þ‘éxU€’Fê(ˆägW~Ûó°}ä¸V8¤:°çò뤄äªòè®hw¥¨Ü'šÔm«Î¶æÅÜ5döbÛèü,Ù¶¡­\=žÚ“tŸÜ¹÷åÄ +_]ma72øZó&æ6Z6-’<¹£GruTËÎr O×]î ÝéjÊî´f;ã+;ÖðÙ×ÀðT4÷åÒ¡w6 à4ôÐ+ÿ³?Û2‹«O‹ŠkûVç>I­Mܨ2·û¡VÜT8vVèâFý5ù²·¯•|/S‘NÐöwr ‡úI-ÂÙVüy(|F±Ž‰àRÆ=µë©öèÕ"ƒ/6?¢|úÉ$­Q²ëáÂË\Õ@@‰óëÑ˾Ɨ­-Ôí‚'ü¨6^Ïç.ðÐs•<¾¿ÆÍÚ'e­HÉZã勦´çÓ¯u—>x(Æ0€uÿeöµACíÞ¡Ó!¯(;ãr?ÚÅ¿æ X Ý,÷¿ðôhÁ©¢&s#ÊŸeñÑÒ=í­fï6EK·¤ïCq˜c“’Uæ®$ËbÃÕï4û™õ¾2œd½e1®ú9"  %¯¸±jùá‡W]†ÔéNÏ}Å 7–_avÄ'³Wäc„RI{ÎœŠRÞnÛÚ$8Vœœõ ²¯Œ+Giœ”èË7–âOvô±oÏV +‡WôN™*1öÞx)Èx«Ðv§„‘¬u?ïð+éY?î +ñ*zžöû‘¾)YŸ¦_¿ïVÕ'¬úSïCñïrœ®í’hBxÊûØÛ;ud†CÒ·}ÏPRúv˜„éG¢U™Q¢Í{õÆ®IÃ+¨è«wl¼ +™ju?Ù7XÁ*U×(¿_+=~l,Ü÷®h5SK9ñˆØòàº+ò£Ñ4¥IùâºàVšoÅûtþ³ã^ˆ³r§> endobj +489 0 obj << +/Length1 2017 +/Length2 9007 +/Length3 0 +/Length 10121 +/Filter /FlateDecode +>> +stream +xÚÅueT›Û-Å¡Xq +”`Å!¸Š»[¡h€AÜ¡@)ÐâZÜ­¸{qwŠ(nÅ¡8E^zÎ=çôÜ7îß÷FÆÈ—9×þÖškîµwè©Õ4ÙÄÍa¦`Ô™“(ÐÛ:[¹@œ$`v¦ 6sW¨)„àbòbÒÓK:‚AÎT +ä ð¤Àf.à?!˜£@䶨Aœl@€ö¿bž.ìfž¢˜ô’0{Gˆ¥•3@YZK\FUE àsq4;$µÄU8lAPK%˜Ãì +‚‚,AŽ×ÿ(b¸‚àÅáb8¹Yf¿ +‚ͦGÔ  Àþ·zزüSQ’ À)(ÈÉöK.@ +ù#™³fu„A!PK0T`ƒÂ¿Ò:ÃZö`篿÷äq¶ÀÜ ð0[¸ª_¨©jj±~¹(s´@PxNgˆ­Üi¨¹$ÌÎ uvÂüµF +â6ƒ{åÁñ?ܶÂó{ý¯¨jnO0w±ç€wâà–—úÏ;p +óÎn€€ ''ì»›YqüðGc¿‚Ðp±>^ö0{€ÈÖ ì±Ã˜^N W0ÀÙÑìãõ{àß““`1s˜‚-!P̲Ãi°ÅŸXäìqèÙ@Nð×çï_†ðM4‡Am=þY®²8”_i«(©°ü þ^,!sx±qsrظ¹œÜÜAn>€Ï¿ÿmÉ_vüÁª ÿ‘û[Jy¨ øgWp;ÿêì¯ácüu˜ÿN¯s†˜Œÿ¯§ÚÈ ”„qþÿ™íÿ¶AÆÅÖöícüK²Ôßÿ{ÙTMmíÈÿ•d±õø_9þ{õ+ðŸg[léb rüï°¼3Èb&µ´Ø8yØÜ|\F N2w°¹ÄÙÌêϱÿkLÌÁŽ¶(X 7ð×®°qÿÓ²‚˜Ù@ÁNNÞ?C`¸#ÿ®, 5ƒ™Ãmpñò@ŽŽ L Üm.^^€'~~ÁîœF;æ `ïâì°€9bþ9A~èõâã…#üýÆÁW˜Yýƒææÿ`xYŽ?Íù‹á†ÿÎÁ §,à³ò7Á ·‡ÃÊ +ý‡òÀ™^áâþm- Ð8AÎ?9§ßÖqÂçò7äÂä¿:„sÿ¦8pÕÖÿ`~xqëe…wmóæ†Çmœ~Ã]°ýÃkØý¦.ãwåœðË‹ö_8áØÿŽáE~‹sÁ%8:þü…_ïü_šàù~·FžÏùw Oèü;ÁÉ ïÂõ7 ¿­8<þÄÿš23GGøÊ|ÿÂø¸ƒÁî`3̹˜™p uU`ËU…8¹Ûæ(wŸöŃ f¸í£uvÄNR›Oä³£á¼ÃG”{ÿtŸ½ú…ŠÖ1:ãø °ëitéÇŒI^¹#êâ =zQÉ|Í ÑÊ«×ÛßTQÉŸç”b¨~Ÿa$¾ 8T•³õUBh•Z|¬ÐV7qÍ ðúqÝþ%Aég|“é™n lÞ7SA²˜ÎUǦäzŸø…ZGÚ¸n¬Šš-n*ìsxw³¤³%ã«Ýå±IÈТ5™yg'õBÔF 9½ ?¢’YAèºRÚïë\Jö\Š¥‘h´ Iën]ðÚ+·Ô5¬ƒã_Hø­8¾Lìl\º{ý¦ªQ”§ãHûÁà@Áp˜Ö±nA>Ë Š€iiuOÛ¥v(‰ôc‡¢îÒ3ïTµžÇzf#Å„´+úÃã"®_©å¿Xul#÷*£ËUC ©åÖ÷ÔâAôZOS?×VÉ +ïŽxêš»[.ÉôfæªF›á1fÓ˜¿±Ì¯ÿ©“]Ú,&Uÿrg2Z¬rÖrùãôŽN¶Û¤§Í2ž{!É«lºB…É(ž¤í¤½ZŸc@¢e­hã ö‚öʧH_ý0Ø UÒN¦o {3êÎÕ<åa™Ãc—PÔF‹duÐ2÷mÓþó²tÕ +l•ôÎò3ò,DurËÉD™ºŽpƒU¸>–â¥ó@« 8µ^ŽÛá&ÿIB`«rö‘¢: bl¾ÌyÒjÁCµrÿ06QØ䲿ºGn‡ùìd¥×®}t÷VDš .Ö­dBVíCNF»%@Û±À€&GĀŠ·CôGÍ`ø$t±ˆŒp‹<_’Y¯¦£)&Í/i*ïÇ’! hã +8¥Övœ~À<Ùãq Ð~]ïó”ªh;W$»DÖ¡%7k"(ÚLŸûJ„¯© cÃÒ¹b¸wWÝ&èWD FV"¥’ùy®w]ˆ†ì‚õAêàˆçr_GBbÈOïnϽ€MÎ> íû–ÌÛßÛ:ò§nâLZž¢}ÀnÖZ•lþüã®Nþ;€ó$±Åx,jLöÜÖ×µVòSeàXhh s;%¿OÆ©®öÔìñ âË„! ØÐ}> +xuͼì]zu̲‡BŸwäsI*_R×-k ½sC£€–DípàÜôLg‰[?৵LÞít°gð¦êžsîno+ a¦œe+wü”:2™9Š±,Âœùô6m¹ýñŠ²–XŸ*§%Ž¬fW]!–€R|Bcb£njs©Ö5[zÂÖu~edU4ž©:çÏ^• oˆ…| ÃOK±Ñ=Æ 2yT¨zRJI¼0ÚVð·™fÞËSÝ(AÓys21]‘5i(Voø-æÍ=õçV@¦Î¯·"xE]Û–‡NÑÕ·Lu\êÿ½|Hü:(2%Öp™}ÙãÝ÷ùà"Íp¤¸Ú~ð K§ýÆòUf(4àv÷íx«”|ÄøM €)ÍÖq°<êæå+jŸ…õ·äòä=W1?ÝÑÞ¬<¿i·§bÁ‹ç»Ë9Þ8W DP/’AUÖÌHBÚß•ØŹtv*íáª9­æQL¥V ¢¾†Ÿá¸• Ö¦Ó]ÓÒ#¯OýÉù7MˆÝuxÄ6}fô’ŠÓôŽ}¢¹j|WÑż£çÜĘJf¯ ¿·ÞŸí £²õÖ™Ž¸ÐðÇ•ëwë’v<ùXàýɘ­WҔĠOyï c›5Ù|-#éÛ÷Ó¯ fÚé…°ØÒDÿ©3ýÀ"´†²óSñmöÎÇÂG¼ahèq_ðõ)U†"ŒÜSóa‰5¥»Ê‘~µr¯Å<¿Šûp›É¿åT<Á«S¾ffˆc2ãîe +Òr¥k*µ»Í}¬$«qE˜zºà_k©Ö«ÛÍE‡ ›¼¤¿Òr)8”Q#`,Žp¯!”=^ÈÑL ûNäÜÑ/.dSª'c(÷“8ÁO'ùÁû¦?ç¨ÎÐÝcåq‹Ská qÈ$M<vø´Õ2ç«Åeï g³˜’λc¨~ÔL…ÞbˆQÔ-¨²-¥@È5ÝÜ-SÓ=¶êñƒ`ø +‹;Nщ§[;É÷ì\‹žcŸ M˜É˜.òûH1›+\êäD¶×¢«ã~ ŠçÛ }š§T"«vP›Y^g¬ ª…ŠÜJ`e'r­/}¡ýt47Ïu$·HY™J9öP¾–vÇÙjx°4„3ÛT»M8@ùÞÅq»NjTM—K’©uHŽ#½W§¦Ú´ÛÒ©¼Gë›OAVµ ~Až§—ŒV•ëjÚÅ—£”¡«Á‹©OÔ*(#Pu§õ'ª)U­ðèÈ·™Qcí]w©¾Õ+׺»/Í/žÍ× Z§<,I÷›D½©œz¼ìUA"±0«òáu¡ìrà–QÝ!¼YjRÍt¾H0«;‹|¡¤Qð¦s+gG‹$±ø±›ê{š°Ã°oÃáZÈÏNõ ý.ë>C™1#I¼å8ÝàÛ~±3¿ŽC£Ôw˜—S‡Q‡[U o³¾lJSˆjˆ?m©nˆjæéXY?G3_””×Ð,Ž_k +pyX òTESÓçד¿pì{8èÛOàOâ ó¼½%ÅéîËuI[ÅÝT{m9—*äØ[ÄÖV;úeøýPïÕæ§CòVô^fGà‡én3y)—Sº\´® Í›v ³§½Øµb1Ä!J ì¶#÷iŠµ,³“b7m9Ë,óà eÓ\‹³Mí%’»EÄÈ(¸0çÇŒL,eIM?úê^¢:óÅ,5‰c“¼«&’S)Ï®9ÀP<­n‹›V7öÉóšÏø4ZVzÈK² ¯Æ B˜Ú6®÷]ÉÈ¥Eé¸Ñï$®ËmඊÄ.mDib˜Á>æÌõ\?Œ¬™ûÍä €¸ ûVÿFŒ>IÖ3òþÏqßô¼kLïG×74¿ö«5šÉp†É1Âh[è6a|SÒþÈêAlл“­qW…æZiî=…û¦â„ )¼I²~¯Gº_ >r:à +¥z›ÈépG“€’ ¤?‹ ûEùÎþƒp•~ɾAÑ>É£O¥ ¥ÑÝJŒ'Ó±Yk¾ÚG Þ]袣?¯ýŠ{©¶È¸v•‡÷Ötg È_8¾î=·!¸´›Ä±¸Žh'GÏ}÷ücãD`¤Ò#ÒlÁ‡Ÿ¹ÌÒE° â*‚Ю’tŠl3eË¢ÄmQÆM™/Š»Y &E陾{¼ÞãHöhí"J‹¡Êüî PÞ(V8…©7Q¥í[¾ÜdAŸ:j"¯ìåüÖ+k9<×àG=ìi tSªÄÙá!$Q‘é•=BSèÏzÌþu)%}ùôdtY[WH]&üÃÆà›*Ñ;ä”>‘JùÕÙ9ÆfaQù·Ã4º=nïÞ0lY>‹¸Ðyá iÅ=Ù‘“Ø9ãÉ: AEÂêïÌÒ¿ÏÑ~ÊŸ~¶7Þc¥h/]Ûz¦µmn¨žæŽGÎF„܉J_Ýù|‹Ž¦ÔaQvò¹Ý…býÜAå•Žðlc«´±Dzµò.½ÊöÖô‹= ;Èíé%¢\.†¡áréóeª¾›ÂméÍ’}×JÍר,3Ïü +i4Rêè¤ +*1ȼ¯2Ž=<3*–.®¢nÝ·¯V¡ÓwGy*‹2@ÏH"Ñ/ºÇâ¸ñ…guãÎ|[N7j„`Ø‘;Nçàte„eʱf¿¯Ø°eE/ÐxÖëôé}˜_rÁ»•ù9LË2ÒÕ5^æ”â—J_Cƒ ®œ6rpÊNŒr Ë9XNÒvd-öòçd>9]šAx÷èSn„èÉ{gm)£¡i–F—INûeƒMÝ1ñáõ©NóÚgæ~éhêõ„6´¤¬ímñ,U_ïŒú>|ˆ,>®È'Páê3Z’ìÁÅ‹X‘GÊš|1ô®¼Åа ÒEé®YïNý¸B3o‡2Lè_KœÐ]…XLž%µDË3eDÈ®¼à·Î[õ A‰@¬ÂãÁÛOÊq™ßHºlP’££ qºF‹Æ~ÎNýANØ:Dƒ=R$:îÖ_&ŽÓÚÌO†\^8Õ\ŠÉÃ~¨±“DIÀ<Œ] ë3”¢ýúd¼1ÂÅ•µZ+•áNm€üæ<§Ùþ$Åç£ú Å2ëqQ:-ÓŒewŸ¿mJ`ð++‹È[|[\UÞúôÆÁµÁ(Pü0å}¹é#[pžÀºeiúÈQ4ÓGâ"øÆØe¼LhÏ%B‚X#~-ª±ï¥6V‘l¿)K³žÞ}ÍÕ}ëYrÉ,໦vš‚ÙðP“S€Š÷¸Ð „úøPû@ÿÁ\9¦7&”³ÊQv?ÖÑ×9/ù­¶Þ>sí‘è-íÉlfÒßµ0r±ý‘Ñ¡–aA¡µÏÜ«®Ä(Æ`åD–5qéb´ŠÖaÜ ×¹ƒ‚*\挧s`4‰á‰üÂR¥=G¯·"2ŸWŸÅîùnÖu•aI=v;á²ß0=Æ,ê]ß0®~üÞÓžŸ#l{LIÊ/³rïñ¯ +!oiå[j½TõNº&Ç(F.¹´qí#Õª7é™ÎÚY±]¯ø¯ðt–žu.¹Yàø•;É:‰é.³©u$)Tƒ]ï.Ú¦}©)–©êñ¸å—&ö”{ÔÛH¨™>N>+ŽåY5\Åý Yê¶x2uÿž<:¼}‹¨d¡ûç Uòø7rÿ`¿Qþ·]ƺU~— »¨tlåZïUß_1cù¿ö=˜wÊÙ|Ã\ÞLgNÏ˹N\úŽA}Ud]Ãú[ý!Õ³û‚§ïçÇäólöõ»Óãù‚%Zk]öѦGäÇÏ6[Z’2©$Ð<÷EüZk˜E~¼™ýÔgL\¾åS:ºJyxZGF0,µ ­:aZ”¢³ ’ÎÁÿ$8¬ü¶fQù^cÑaÊ{Bš|‰Å J¡§:)^åxþª™b)§Ú<8ÁF\ÙTõ“=]½|º))’—~7ôCþ튉E‚¨ýKY6÷è7߈ðÐï&/i6Z,0º=OyìÐ$hý»ª]e,Ôò’ |Š*é®3€u˜b”çÂEí°,F‡‘H Dãùýù“¦¹þÑÜÀ}>.P™kÛÅÍy2¯CEîO,¥$MU\¶Ðõ<Ÿµj_!qõhï÷js—Pyߘ +¤ûâEð0l{íÖz„#0«‘jã‡fbÌ1ªË5¿ò>U´xŸO¢›5ž*n¶k,2¨Ç¦!6ó—çéèõ|4Z±s£ZÏ™ CÎÎJRùœŒÁsPŽãɵ>7Í>=EýÞlW´¡´³$)kÚúƒÚ6­zJó÷Î +ߨR¿1YÓuhš)®ÕyYe’f´;v¼{¢˜j=SÝÙi‡» Ó9tx¯‘”8ÎAIJ©wʤÇì ^)s"Mõ¶’¡b9ˆÕNø²Ð«Qe* ‘t'Õ{%¥½Cq +I_´ždwUãë4à9øÌ)¸.~ÔA+¦]Y+#ú:¢ÚZ>øPÅò­²]$µfˆS.q¬F‚¼5v<‚–ïSv|Ò†¿vQCswb(¬Àÿ\lô; +!%å6™HX.òÞ×ÑN¥Õ7b,rjôÀx2 +ðÛÉÖ»ñÈ•`YBÊ&ìoÖÕZ½¢umŸ/xùÙغZ!"oÖº%SUbA +6~PÝ<'ÛÞ,þ–c¬ú¸ØÉóÝë&„祂žY ]î!çÌgÞó ‡T¥«)Ò1K3Ï°‘é"mA•]58¯ª±µ"«çôWùCãÔ‹#±Ÿ'm|±ÇF_Šy¸½¬šqV:¼½§èã·þªœŒÁo¡»üô¶<”¾ÒÞÓ2›ÃrŸÐH%mR°&›lÅÖª`ìôƒ˜Ù~.âÆ« +Ã]33#í2=ÆÚuDҗȬü”«´Ž#{âgÚÑ-WÞÔL»ä•“!G—OZcD¡È2w4½ª•›òë «,ü1—Z=?øØë b^ßg"ÎŽjõ–Ù>yéu0L`ƤÀŽÅÀ'‰¯Í|Lz°ÂÍ‚‹µMüŒÈ—Ö?è(²\ñå£$æí«ñ3Ï­-[Œâ{Ç*íÍ’ã‹-é{{Tõ›!‹¯fòݺÙñôöW>5HëÝÜ­6Úúß(/Ygžâ^7ˆaMG{Ëãr<éb‰íU › ãæÓØÙ[V˜{k2òÓ.Èø5tk * Q%#¥w!6†D&Ùq£]øMzˆt¶g§Q¿ÕE"Îv0;yú¹ã3û~'þÝìÖµÈÃ$Û ´Ø1Î㬷ß"¯›¿Sû k¸ÒÕb#ÓàJ¿¾KþºÐLngo>qNRç¸æ@Ò}*å ¼¤ý»×´êb~ù0Üæy¼*¬`BÐ[‡æÀ'ÐÉ­yW£Úð±ÚüÁyOE’ÙÇuÿIÙ¸Ö¶³£Jå¦Ùq+÷q c;Ú•þçÍ¡©HüÌ‘Ý–%~] ÝëQY}'ôÇwÛ~˼x&Ƚ7hm¥‰GèšÄÆ„ê•ATÁª@‚ZkÔØ A$R º[«6îöÔõ'r@H. T¼M ù9EM ¬_2°Æ=sE¼ëïÚ-’mÀÂÐí6JÚŽ•ˆòa^d¤bò¶“!]¶÷ô@lgqš£Ð0±ïS”“®™Ðêp)²™D)J™JàŸÔS[íÕ Lºá§è˜÷2×K¨¸bF‰é¥Äx…CH&ÞÆœa{ò"¾7%äƒ_ð‘-£xc†¦ &Â5G ¼sèƒO_gÄÉòöÈÐJfÈz¿¥¼´ª´š^ìÐM›ŠŠ-!9½Aâþ…Øú:ÀÊKŒjË™†û ~,ß^—‘ +—,øLüa±Iëñ ¥äÖ"s$bH¹¥Zzºæ{-«è3:ög¦ŸæmA ×á¸.Ÿ<\ú(w¢{_>ï#Ýÿ°ÌàŸ§=ØÅ÷ŠIqÌÐà½DÉ—£D”“€…yÒ+~}ï7æ.ææ/²½VaÖXV»‚µª:ð4ñ'B±¶RŒµ½{øñc|£çtÝ“_Wí^-Ð ½ÚNÕðjÑÄ$ÒóîŠó?Ž s•w0›Ñ‹$¾qöÕ-é#?O‘‰¬©väKD©!Ö24/DVÔ^ô†²·÷«Á\¢à×+1鄲@з·8ÓcžþÄöXLÝø33{ma¬ß­?ÄÚBM5ò‚{‹#bØ‘ˆ-Íú½ xÃWðùÔÔþ ±-F)¼]f  I5a¤Oh):·á®y'ôuñ®©è)~:kÒö¬z±M“at¿þ„ ñ=@϶ˆþSjÊ@é½"r{7ÖÛíÕ~ªÖ,Š¤À¡^dVsà—W{&&o’?d Í^aÅÉëÕ«S— p䎇ìèÌJ<¤}y‡D„†zS‘ï%Äù¹&²Ù† —ä+ÎÌÉy¬$>^úÐ%ŽÆ:ÿ̓‹ÔS[þËÙ7ËJÁ:Óïð†ÞÙ]›/ò‚Êî¿ÌˆÐa™Ï¨2Ñ9^紑鄯Ô c«Ë5˜Ev ÓÅ°Óçªá70Eš+‰?âJæ}û|–&‘ÿçØ«¸ÁŠµ‰ä½¥™v¯÷ô±†…“ƒmWyÍÆ£ö••òzcú^ÿ¤œ¢ÞÎäK%ª¢ÚϺ¨âu[Ín0·:ñ)““{?†Å$IòPFÔÛm°Þ,úA7Ú§ò+5Ýv’U-±;GZp‚·ë4諈l»Å@V.ís ‹ù'¸%f8HùˆhßôÒ‘SmÖ«Ä?/‹né]ªº¾ÁƒgnLi_[¬2„z¼ý„îéP(Hrâ6ÂEñ<ljçämÔ^½{‡ 8ªAiÊUñò¢óljSÅjqÓƒ€¼QªÎ¼}þ¥š+°jÍ«N›g¾Ü«i狹Š—ÏòdϤ«WØñýŒÔÇ6– Œ‡¦²è ”}MFû;ÇM®|àé­Þsl;tUºfˆNaó·öÜK±(d„SD!¼a]"¾kõ¤hl݃tqÒËRvt„à@Ý€+-v!™8Ï-~vE>»”õb]ìMÿÈón_ùþh ÔíÀKÛ¦—Žx€Õý >hšx(¯"¼ez¸);1$ßlŒ¶ÞË5D*ªÆbcN éÖ”?AóQ§P +êå¸{™!za¸. ¬!mÈi`ß1Ç—¾UlT3ÝyR³Æ€J™”aŽTQ³>ºálAªó0k¿<í9Æ7n`U@6ìϬ÷ÂN5¦èp*?9Þà{"\,´Q¨Ä o€Ú(a õ„(›×Fëä8l¡í´£“¦/UÝ UvË·\¨çÌ m ŒñïI£L²œ!ïÂôT®¹½¦V¨ÖÁÉz»Oc?¤Ý~a‰A­”þºF?µ˜,zx¤1óâ[$Úüz ÆÅi'ú­V‰¿ÛÎÏnï bKB™Ì$¥ õ׃ä¨Ãß9FÓø® Áã±$‹C1¡9" ñ“×RšGÉÕ­DÛžMà¾Ìd#ãfßêþãŒ/Oœ0P=°” Ô™Œ@¡“ë“qÐKg×°gdº×âAvnž~-Üem'ÀGùC²b†oí~Œ;ãJ´Üø¿(sO,*žåg@˜`”È#]ˆ¿ñâcúÒfõjÍ¡å½ÍI®yw£°c„ôÇ\û'GZhý(­Àû•Vt ©\½d’/<C‘IA° k¸.ЊÕu0e3i z\ØÔ†ÛJ»üz"Ÿ %/¬½¼“<3›©—Åè™ýÜõÐ÷»\ébLŒd]2Ѷ 1yaMjêG‚Ξª‰ÝóýÕPãê{F£Ð‚í<›“BÆ¡ãb™Ú@ÁÊ|4"Ô@}AÖŠ‘%Ù)€À]k´QÞp›­f ÈÏÎèÓDEå^!Y^-a4ºIóÜC!uyÂEçhÙɴ›³sƒLƒíU[$iÈVSO$Òj*÷‰‘Fªø™tL][d¦œÝ«Ôôd ™*~&1ì ÁÙMç#ø-[0p´ñÅZ‘syã¨fàø甦.­d4kgJRÝ#Þ>Ìw—Í°…¦ŠoC‚†`$z²»"†ù˜ +"ÄD«m‰™Â¥÷ñwèï/TÖX?§‡™“‡<Ì=)½üV`~g|ØÄ ä;˜ådzš¨6ÖÖ·uIô9û?nÞp~?vÔÀà[[;ñçµáˆ"%oRQ6/nÞ̇Ü/Ò8Ø{qWŪÆÄDƒÔÍ|‘%yõ™Üá±ÞbäsñÝd¦/Ø1~Y|}ä°Ò@°žmÁpø3'ëZh‚%34³•M´½s€·•zHl³ÂÿYÔ/JôjfAÒEÉjª7mÎ^g¯„Û³n§4³ªà/ú‘ `³c‚Ÿww¶™/O–Y^Ë°Å'b.=Þ…‹îªÎ E;RÂüŠ2ià§e‘ýúkI›¥p„8õa—åâÛÛ°r™ÜþðlH½abs~ôÊ sÓkÁÉÙ1Š~Ç*î¾r4ü‚@bëØŽ’Kÿô¨V/ù¤Ä6S<¥ +s]±/Y·Ì9‘ºùS™zN8F>ȹ àUšgK…¾Dz¬†çBÛ$žO¬M¶åä‹Íã=xœ‰ ’ ¢Fõ÷ö6f)lZ#ø¿0)û.£ð©ä+ꔬ3¹¶„ç®x‹[šÚ«³mp_-¡ i¦ì’z¼â^L?m;,MÜß½‚q¼ëP³ÞçiCgƒ¹»µ† +íŸã†çûŒ¥GU«¨Î#a2ÌÊX”ý4ê/ѳn}Jø‡7ù!óK•u/ðR>½'Ñøé²b>B¼t÷Íÿü¡xn9‘%Ù(û +eYFK?k’^®xÛG[½Î§z‘#{©Éj6=t'd3²ñ¸V°Ì™ì…0TGçᎰ§cŠ•&8¤6”Ö0Aþ¹S§ƒ2ÄÜâÂà¦StõîLÛÿ¹ÔŠ¾*£óŠ‚¢Mò„(û‘ ²/wßQUM«¶YÓ¼¡š}"Ø Ä†8KQ]Ík•'H-´7O&úÎ[Q˜…ÔÀàßüm®Š¼Ù­S9p¿ìÂI)¯´‚ÚŸÖ‡­.£¡úIe tÓ™=—˜7êüJ§ZÙlY’ÜÚ~¹!жœ)ê×ùòÌyà5îÁ UòèÐð¯ÆnÂ) KŒÞÑ ‘àdÄu["MÖq¬ ./ c<‘}e*¿Be£‡ jžøž¦5¬ +endstream +endobj +490 0 obj << +/Type /FontDescriptor +/FontName /MWUNLN+VelthuisBombay-dvnbi10 +/Flags 4 +/FontBBox [-313 -393 1383 936] +/Ascent 569 +/CapHeight 569 +/Descent -114 +/ItalicAngle -14 +/StemV 68 +/XHeight 120 +/CharSet (/a/aamatra/cha/dda/eight/ematra/five/h_nn/ha/halfnna/halfsha/i/iimatra/imatra/ja/jha/ka/ksa/la/ma/nna/omatra/pa/ra/rr/rra/sa/sha/tha/ttha/va/ya) +/FontFile 489 0 R +>> endobj +491 0 obj << +/Length1 2774 +/Length2 18942 +/Length3 0 +/Length 20346 +/Filter /FlateDecode +>> +stream +xÚÄ·eT\ÛÒ +w nCp÷àîîAh¤q‚»»C ¸»Ü-8—à®!¸ÀßùhÅ謼¼¬ŒÊh€A‘9»ìÌRŽv`Øæ˜Ú_híêîö@럯{úr¶Ø}¿DØÙ¼Tõ§e%5uÀ%í-€cð «‹3ÈÆéE °™˜­-ìì„ø'Fä4}ÑÊùÿ’Ûü’Àóÿt›ƒÀfæ/D3{æ—^\€2âÿ^ô!þY¼ÁÁÃÃËÆ +:€n¦–ÌJø«µ?οà—r½=ííìæÆ6N@o9ðåÑÓÉØpvtz{¾vüÓBde˜L&@ ñoöhþ/[ÁØÙäÐcaby©ƒåÏ翼l£™ØÆýïpEc[ €YCGTAW‰þÿÒà¿Ñ¢¢vnOFvnv# ;€•ƒ ÀËÁðþ'ó5ù¡ÊÆ ×ûŠRlnàýW[/zþ§µÿÌíŸÓ@ø'½¢3È ýÿz°õY8YÄ^¾Xÿÿïÿ•AÒÅÆæ¯ý£ýOÉâÿíø¶Qhábcìøÿ¢0¶Ù¸ÿ_$ÿ­ü×ùþ?Èdœm@¦"` ›ÿî0ÈIä4S9›Zþkâÿ3 f@G¨l÷"ÝŸý`deaùŸº%ÈÔ trpþË|ÑâŸ)%À¦vf/‚Ø8¹ÆŽŽÆîˆ,/:³qr§ÜAÞWI0³úfAFèÉ|g>ë{ãª~ ¾yRõËaeLgñl,”îÊÔ þåº{¯V 2ej/L`Ô¥ÈîA¤ŽQXËí¢‰T‰C½ÏâþÙñ ³ß’ãÜŒ0?“2¢ „©Ýú%>"#-1O?C'6ZôÕ1‰§'-üABPò­ì_A¸¿£sÀ׆XiÙ +{æüEÓr‘ÒEäÖW,3Û}g=˜9ïH ë•LYiždX¸MO‚W>(ý4'#à­ø)<·m(2~x%ïJèHMÑ{Á3)›ìT¼‰k:­ªÄ'&zò¤ß£š#Ôµ1rŒ\²5K=ªIw™»Ø£#É-d2®Þóþ®µ›EמühdVhT_¾ŸÙÙ7A¢cô?IÄÿ´Q¨;û>>XÚ î±Ð¥ ;{+lGj —tIsŸtºÒª OÎYÏ~¯ §Ÿãš%¢Fd¦v <Á£ä`"—¦SJÿÁ!,–¯?„Õ$[OºvíؤX:Iƒ7ö.¦"¨›–_IüÉSbîfÏ94E®ÔfôÜY 9<ÂboÓ=Ž7»C¦lWšÝw³Ò7‚|ñƒ„ÇKöä,ûÔ%f$Ëh™í;ÉáQP£9óÚ©“¡&Á¾ƒÏ@Iˆà»iø@g縓¶á}Õrã•£U3TÓ»]2–“åëÀF"<•vI VBλNÖVŠú­Uë UNúÏÀmb|L¡è.jzQ™æô‘ÓïDUVA©õb‡Û¾¤_ÑKŸ™×ÈÀõÉm|–O©Ì øADq˜ØX%\-Þ:ÁÆDÉ›KÒ¤ >\n)¨ñ­Ç—‘Ç&Š8Ù dÿéZXR΀j÷½ƒð4ÙÑ\j9% “€Æå)“ÞaÁ=‚¦€l ]ËèŶ'uá¥-yLýçµ8ë+ï» á75j&8½v&†þâ 7Mê‹îâíÇx¾Qj/ñ¦ûy‹ö¯~w*Ñâä‰0üæ1ùÔµÎWÎ_x@"ißDa¨"9«àœ0F!X(<5¾‘ëY„'Ús.Éξî~fïÞTݽ²q,©BXCCrŸÞ"§ ©Ñ +áæŸmÖÉ­ ¯8WE1â·%‹M)h¥o1êõâ ™»Ê`oŠóÄžÓÎ ÷íY‘k¹»©»šC¸åwr1„’ÉÙ¨ÂÌ}É‚ê)ц«Óy¸^7þ …¢’àV+°Õyy 4” ‰KœL¶¶(¼8iøõ†O“£Wœì­úha~UŒb³#b‘ÈI÷`ÿ½„ÕÚRõ­éªBD…YÐ|JE}®ŠµQÍjŽo{DDn'åç + +4ŒUmà÷üÌL§ƒ”§‹Ðá’wjö9KÖ“ïÖO¶õ[³ÌÌJ4² -o¢mÞ[éÄzûàßþÂ)å„θž•ùníOF‘¸%z…d,\¶3Ž/Ì÷;Ý÷XL[Š<{\Xh¤“•·¤ìð±öDà˜áO§ü]Úv h›Wãðœ=r ùƒ¸öíƒXU~Ñ2óU¨‹ +Ü£G\+PZÔדƵì‘nU&Oȱ¼¬kƒ¡šê±ÈRê¢LËOožùá‚iüÀ´³¦’kÍ—7N:M×Ë£™ášå%_k2R×¢.Ñ÷JΩ‹¥8˜Ÿ +gQ£‡DhW±ihÛì--»õ×hõZ% êϪ”•Øí±~ÓÙ„`å›wx¸CøÉd‹Öaj¥|5–iÍGTü8±Š8(J)+R–røЖM_Én2ìê“üM9QßÈ +ÜiFO™šžîRÀñH +\È‘p~®ƒ­Þ–›fC¡S‰„ + ÷¨ºn>ìx`”]Oß*ø1Bøe +õ4 3©Ê1¬{.Êô[Žì#N¦­Š 4§Ì\Œ_ _X JVnÍ ¥d +‡éʃ oEœÄ¡¡ ïaŸñãÌ'™žSüÄwjÍ ÕC<"ƒÃqe¤zxó¡ÕäùÚ¢CîÑ––RªÙ–«EO~ðšª+ì—½‡†œÕk¡8L?![?VÝžÝ7šÊf~X˜`*æ%£.T–ô@I :Œ—ZЯ©i:›óŒ.P[³s}4Ú“žÿ§‘‡UGò¸ +~VCˆ¨¸tÇ%cŸ¥D|Ð ô^,«ßÀŒÅÊUæÿ]ðç•ÙoÃ_zsÙ<wž×a“]ã²ÆÀ¯'­fU7¬ å‹ß7hc:¿ëÏÍ"È•îÛ·DéCµXÐcDÖjÅÍ&üÄù…»-‰÷Ë^óíÆá›3_„s×óÝ4ò©míFãÞzòÄç—èµ -7¾÷GÈ,dahmó« Âij†èÜ6ƒ)mð<AQgO‘‚†ÔüÏìÙ·†yµ¿¿;#›#`/,ZEñ‰}kÊŸ<}›úƒÕ{G·X”X¸ØÈ!ƨi3œV°úu<…©³9‘•Mu40”ÀnÔ3\OQûò¦™_•¨B½Ëj ÍÏMêr³Õ*ÜìnÉ~vôSÀ¨Ý+hÎ|8ªbõ¡:›>ßiãY«“±¡¶üÈ)ù{3ÚPÆSÚ•T*¦¬Gqx¡B{¶h&^ FJ\ºÎ(¾¬×ÓùI:4$"×u‡¹u8êjL1_€MʘŠŽn>­µICÄñäŸý<]'`’^×vï¯CÃëäpÒ”ý^¶Ì£ô@Úý¨„UÕ­¦a+5«‹_<ûûÜLæ='&æC£µü>4,¼ŽÛÍÁI)™3§¦Æ¡“aãz,™ÌÃeçµX•.¦O<ÙþÆøŽñç`BÁBù1´¾ÜqL¦9&7ß!='@ÌÑðô ¿d6ÊŽ¯±]3ù EuAºk§"lÓíðu&1 çÎ*/Â"›ddz’ÁJÔ{Áêxà”Äv¬¦mÆ­’¡0Ñz ÷.£Ú·is"’¢oµ©|Þ jªØl‡¡ËN’T‹ñÎþ|ÖeJ^#Z%ò÷ÅšG·7|ž‚RêÌÏ:¡Ô1F»f5¸GV!I§7?l‚‘¡sîJ›eUs}†\y‡ƒlF}Ab#ö¡Œä×ZÄð™›B<‹Lirž'“EøÉQ« +»K#0‹Ø» ðÄÏM‹;ž¥z$Éu¨t˜¡S˜÷8ʉûÐêºÔû}u»Ÿ‘‰½ÔœŸmwE‹Ò£4JWœ| æò^ã²ZëÌsW‚/7F;Ž¹Ìö:/RŽLþÓ²¯ñ¡y1ç¬[tT¤ gÕ’ú×ÞûŽ&oÑÐÛ$ðN9¥{PŠa#…aÃŒhHèùiNÃ}êžnŽ9ö‘GÆ‚¡é`ñ +*eŒ€õŠâb­Š²+÷ÕQy_Ò0²iysò²,rwÙï«ø%Ô‹ÍyÌ$7ÀoPûÍߟÉZ7$ÉÖPÃÒ µÈëý’÷HÂû#Øàé·Z{Ù¦ÞÇ’\ºÈ«ê´›·Õ +Š#ÌiÎ ´Å30ŒƒºÊð°{Ûy^åxžÑ<'ÔÇŽ­ ù@RnA>Ó½)Ô3è_$w¥8uÄéMB”DíÉ÷§·0 +”ß͡ɱæŸ3?ËKoUTY•‡›ß•´Ëÿ0n*Hã(èÝx¾4~-ÊóC€ÑJƒ´.z‚óÃ5´°®/ÙOÌá¸-4øæ”LãMâîŸü%‚|Éžè·º¶Ü«É¤­ ¯^úÃŒïÄ;z°q‡™Û‘™ÔãoÇo:C =¥üðŽå»ê •lÂo“*6Ûë@1ЕÃr¨®2Ñ•)ù~“#ÄoFŒñ¨MÕ&í*Ã-Œ˜É¬ß/Å"‡è©€)†;‚x.“E!˜|áB¢3é¢a»Ü£©œ?3þàû)¯=qǹ|ã¼f{¬O$•ù‘ä*ŽW_”½Çe²E1ÖHÊäÙ-!&²ò)pzÞ—V?w’“Ò.âw*œH¿è²©¸X²bµÐEDô)9fd K£U‚_”¢ut¯—ÿ ­Ð9¼À£4®ù¹˜úL5}¿ñ]ñ Â#ù´’‡Ýsý›OçŘŽ"é[7߶¾o6ÞÊþŠ-þ®ò²­§(‹Wú‚¤+¥}ÏqâsSÓ3f¾÷6>GuKX•å,ÑfÝ%™i`)uÀzv—v¤„8•›èò»œ:Ž*­ˆ&ýÖŽ77øÔÜ#üqž&”Óß¼¸ªNKWF%£f-7¡v-ϱ^4þö?“³Ó¿Öl²½¨ÖŸ3)w-ÔR EGóô¡FÞï#é4¼Ì€h÷½ÅQj]ŸúoÒlÞ„dTUÜcöf +Ëey>vŠ]#"2:Ü.䜞’è»`æå.Ò]ãY{¤>Ð€Ö Å”•ü!âZ™lóåc ÒƱ!9ÂäV˜X,º·‹Ü5eàˆÅ!®ÈE”ã4ŒÄÕÐæRp º^Åþ!µ€1¡T¥1”ï§ý ¿‡Ñ„†ˆV|óž7wFSO”œ¥DLxôpÜÓ­*jbÃz[c +5®HM@×LŸxyn°ÍC“ òÅ€´] +›²áGÆEõífQ✔¸É ÐO]Ý$xÕóñ„;I†r;×ÄC¾”ÄÛ ”Ƹ/zÓô×xÝQ¨«] ƒ;) +â&è¦w{?¿s QÈ?Æ௠̨4½Q‰…ªà€ø½ñAÙ™„Îô~QjÄãÛ€eÍx·CA´ûXãnjj*`û¸ß +M€BŽ…¥H9Òß×áaÁ›F\ɘN·Õã“B§ø²c4ß' m5]›‚}7ÙŽ"³Öå@xLAÔD)G½ +]oö¸"'ÿ›ðCßó‰£NnÓÀS<¥ÇÛ±µÛŠÚi2‡`oæ\<«Ñò…Á¯ŸQÐ:ÚJí‘ð ô#¬ÌMü:2Ró±Û¤18ZžkʼQb·ø-\‹ÊÇÍ»+pMCªò5a³š¨ÉEÎUì‰Ç%–ǤLOÆ¿0¯×bÚßÌá’pc1ÕXC‘%@úˆG½2E|65ãÁ;¸@d2hQa"zLgíT¨®Ù²`s9pHÕÚSÌ×.šàôÖÎÆcØžÁŠð4R [×ß%ˆPDäœÕ´Žonöðå t·ál‡Æxø4íÚª…í#(Œ³Åíy¨ŽMÚlÁý(ð惆Ðàh÷oß!á@ÝâŒ#a$º–ZåK[ÒenðLg ˆš(h­}Ucˆ¾.´xW˜&°—¥båó0vÀ€¯äݲ«e @‚ÂñƵí +4™ ¦·ÄV>·P\äÁëô¸Høò_LÓ|—>¹I)8 [¤WP°zÔ\ʚ埻ç6À×@ˆ:u”ß­½ë0u`)’Ûÿn‘ø1”%¤^Â…` SÃ?ùç ]q,ZÜ ÷EÔ6§Ú±x#O¿ö~|…ÄoSL4™11¼MÁýÑÎ"Ú.¾”–2 ×Ú-nu;f¿ÌÌ4¤NÒRãl‡‡sQø¬é]f®‘ ›ÞUhNò”Ú~eƒÐGžÔ +Ñ:™»‡š¹ô£%‹ +Ãd¡Düt%š¿h¹ Ç‹cË6_¶p ˆkØšÝÒÔi7<¸GŽ/V£iè¸.(ñÐTú6IÚ2Ïè½çêðMwtÿvŸÌÒ>'ô‹oZgбá<0šgܼz€*’SR4«®žj^ ˜ÂÙzÀs}Y•ˆÖ6uO< –ݪ46îœÿÌÃæ&’%ïÚÙ* u€´¥õ)@¦6ÚõT&d»¶ØÈSŨeÝ•ÇžAŒá-dåÒBy +)Ê <àžû‰8wRºJè]p"P“çµ¥FeßM!dþ;¨-ÂDrƒEoß/’ƒÄ—îY6Ÿ)ŸP¡/MgâÂœï§!ó-ðÉc¬Ì;'¨X°ˆýs\Ù<ˆùšŽ2Âö7õ~«k5¼GÕ6`xšÇ5&¨¥2ÑyÜu-3:d7«]ùý‚nRE†*¡þr·¾”n~Sš•@ ÖOÙ@Õï™ÏwîÏâÆzÊ…7SêåðMÚpÃß{f겑ɼ¬~7|MNðýj)Ú¸fbËܬGú†ÿ‚¹rn‘Ì!ma›Â9pE2É1Žž(¼ÅVf+å o•2b¤bŸb8Æ¡Yu<ÓÔá@Ž¿„L|îJ¬Àž¸£(·NÒWÏEö„^§†èb\QãíÙt9âÐîÈÔÛΧHF*¥*-Š£¥i»Dñ88luìéTE||z±·ßÒüscôÞ³è—-˜Ê"m·&Q°ÖZôú k«Ãw  W‡ä‹(g;?o äÒÙžL¤õkØxE…!ÊT¢¬âÜ>…˜RÃ¥â5,qCN}Yþ†Ç[Nš­QYÈÚ 2R5™$*«YÌÐ9™o¢¿v¶óö¢ê~NÕ€§®¹xÑÌ^ÿåÿ’"&õAT7,2îÌ~ù#4ƒžÌQKnÓ/‹d}'p…•C0VºëRèiðxEçaò¿ Ñ\•ý†«Ñ´(UŽ;b!³`·:Gü¸×wáÐ%?½òhùI<r~ó^%_Fm± Px}.O“z³V—$©ícúÑà\¯)¤Üz³÷©1 à‘ØnÂÔˆuïù¢SY˜Ñi¸9Ä4Õ8×ö™ûŸ*Gí {©yîõË¿‘Ö-‹Àå@ Œ_bN¿ò®úÍÉ}Õ€qõÉ3–B +JÓݪ¾•¬È;âé=ºMï€PÓZwG®f8’ëÓ¼M38‚ +º=ØÙHÜ›”¾È  ©M¿/ç ‘©4\±Šóë;8òfÝé…4ýTMR<*_¦<½û¦S&wG—t¢ÑTZZkÓ¢ÚH”~•µÍ`k+ß¿®?l8->¼ôa Ý6#‘ÐgŒ#í×Pl÷<¸ý<4u LßÁ‘‰\äp7¸m·¿9ÊPH2?¨Ù8…1”àL65.3*ª’8•CwRøV²wuOÈ3‘Yþ$[Ïi>.B=S}‡¯ªž*5kNW8ŠÀHuc¯D·ýñ6·§fÈ¿“ë"ûM+ej5ŸW ’› \Ò<ôÅÍ·Œ‰ÅÔЊ/»£~zËzâC"Þh¦còê»j Q®!o @åžÏâ£M¾…5 †wþü#QxÚº’ðú¹Åaj_ÕÔ”î¢'¯´ và[øÀ}‰\ŸPzÄá ‹‰î/_)ô;”ØKe·‡ºìdÁ66î+ ÂòÁ•«Á0|âÏ’LECt¥ ” J·á'ùégæZª>ZÅl¶JÚ^¸Ùê8ëÒó˜²?v¦gTí[¾+G(©‚lmØ‚yŠMFGä|¯”?”Ð +3ER#‚A’™åtsÒ ]¬(‹,rê4—…˜°õ™2̦þú©‘ôSù‘ ûj]~ãÒt|b²À¶ªº†2IoþG×ö†§tI$±ñÆg¼LC³bîÜòP íÎÕ£ÿ$×;{ªÏrƒî>-BXnDvÀÎÈ)KqV'š¤/†±ï®…{¶3€ùÑ.D.¤~Xή Þ£lOU~W}yÁ.ÂóM–gU] @ÂüÓ5(®ͲÉÒ†x*ZÓVšKgÒ0ˆ~r㈠§ä7ËòpU窹T,¬ÛáòV£ò…«ÅžGŸ"G!Òö×8†Œ‹Ð>&—–í”b¬•ñä›a. r[ò¯šRŽoUT”ºjgc!a…Jç9œL[]بróT”)Þâ™z!ƒ©hßñx¥O{Ì\ªIçÙå/ fM'ÉX,Cƒ ’µØªÎP1s@Îæ"9jbÿ$ë°R…TJ¡/ܬ·yõmòW«ÍÿR8%˹VÖiæ,;£Š’¦J©H§§ {ÆSШêä{4ÂoEÊ´)±WÑs!‘ˆ}Ç@÷×øIO×1µá´~¤›Y%l¿Q÷÷Nè’À H9PÔ§ò¥ÚŠ½âïk1:žºðINÉ'ßNÃ,%S@;2Ì×Ý両ô'·œ| ø‘€q²]"‡ç;®åCJê9ų¾V¤Q™Ë;FSŠÅÝÔöŸ–î/Ô5eì–Ê»Ç:'/ÕÃa Dï„}l¯¥\ÔóÔ +B2 +4fƒéš­Äïfúõo¯®COqùgGåêvjßd¸ÊMT• hv<3€ç Yx™~B¬.{þú”s +ÒË'ûè ŒYsxKÝ•)Ü +—!ã™æä¯g«éˆ”L¦¸òÞ]_ä*Æ0í6ì«%µ„)3ܽDYÓ~l¿ +)–”†›Ä +èm9°]Sá +òaÜ›Äì3¹ð%Û}­á'†úRÞNèeªÆ1Hk»Î,¨”A°=™*WŠþMx8“^ŠÄz‚}‡ Y¤T]Öì^Ô).(rƒ™Á±eÛ„447•[&¶‰“M9sÛ#äpÍ.1dÒ’pÍRôæʦ“ +Íþq1§‰•ñ)+Íæ nÀ%ß–3=‚~é(÷h +²iÓl$B—Tšö²žN(!«3q.žT„édÄ +DLO4M.¤™Ÿ±Ó"þèqzàMŠiÆö0?èÒxˆæÕa.H8B˜XŠò%pWÒ|HL¡TvAQ²"ÚSÃÒÖéT[£7î}õº°ðÎînêzD&–†WÉÙ{ªs_hðsäiLö–xB›œégEèB¢FzUðyªaºyëÔãHXÃD£ï†f>å/¼Ë ð’À·zú2‚‘D49\R!þ¡©§½›.L"I$ +:ö0ƒÅ‚Ã#Iáds¡â¸º±mzuzPaeÐe÷/€‘sKêÞŠèáÜQÔ¸ý÷|~ êÓÇðrv®5»5gd¶=×¢1mAJlßÔÒ-Ï-qÝå­Õ>Žïêå¼úƒ.¥‡(ÐÂBrŠÏÁï·£‚3”åƒO9 IdJ¸'ßA®—Æä¬G`ß¼s™ÍO[ˆï:yd;4 +"±‘™RŽÒïLué2Ïùq¥R°wÿlòf6”pÏãpW–P 'ñ½§‘bEð£)F*Io+9,n‹ —@dÅ—‡ß³Uƒ»þ6 tlÞmÄ_ý‡ø0W²>8ÔuÌP+§GtßAÍ… -—Ôêä~ç}´öýÈ`p0pô®Éþñ ³R†Ÿn:QrôÏ(EŒUiç&2ë•“q˜Á^€fÛ¼b\ á¸Y4s>ŒEx§¨*ˆÞÕÒ¡ÖÖ„UXÄ;Z–L‹¸CªÏÚÊoÝÒ¾v‰,Y=þçýxAf©_~Í‘é £s[E³db?¦â*$»Uæ–M¢¢kîý°¨ÞµKixçD±Ü§y þš"Ï$ÍZ-î׊!ÄÓ5'mFòØI`éÃö·heÁŽÌš¾„útŒ(cÆâÖ•3`O­A¹špjŽìaõ±PÞ¿qS0í©ª „£`R܆Ɖ©SÈËkYÍ°` “„7Õæ¡sÀo97—².­œ©Ý ‹78r +Hé•LÛÔÖì¡ è^¤n½(\ÓaâçïBI(Ž©¨pÀóžýA«bÀÈÇŽÊèqK9Ô¿ cPãÒ0䮫Üö¬™€Ošê~áðU°œ×S9W9ò°šÝÔN꾫ó-Ù¶N{õˆ!$\¨„KˆŸ‘ïéëßDª4ú 5ËÝD¿zʦ²bÛ†p1Ö×Ôûsš03›õûad.°rÕ,3Úɱš°ÉIQÝÔŽ_∆­Ðü¸fI'¶pÌ~³«Ulwã0&åuZÁâÇBØÙ”¯Ý3óeÿ1ÁŸ ÁxðNÁlw Ö,î³ö‡=Ì+â{o;µô æ’ਛH¤µz·¯ú Ì3Źo>Šñb*~Ü1ÙûžTeÚºy¡Å†ið9\c Y?ã¾yÅ©½ÉbY p?[B!âAŒ¿çn¼dè®6t})ŸNÏN]fAÕEª¶Ø’^Ú‰g<ȹ é—}1[ÒÇ6ÊÚÔ¦Fh¥ÏÞaæ2J—"R3A~CDþ¹þ&Ù¡¾vÇ@è\…ŒÄ £b’ƒ|^IµÜ°H®½ Ýs½,û›µ:é¡Ÿµ£ÐT%£ˆô„;ïÙ÷rÝ´‰Ô:’•ÊçÖ¤Æ[nCŽ7ü,l=WFØwF=‡Æž®Ýì9âJéØå“‘9M¾á˜>ÎMGa¼ÌO@Á¯–yduÆ[n¹“Èš +–‚ÊGðÍůÄ#©Ió‘i—ú)àJ½BÈÏåT+Ü82ëSØ3izĶʋçrõZŠàö+¨Ñûì*YÜÔÆË ÜJ¼Ckºh‘†ðéÅmÔký#*Fwà?üppÙ{—Ï‹tÎ5UåÔð·šGš þcyèM¶®ü ¿3,-ù˜aÀtpr®Í¥º,ø®–Ù[ñèmZÞH†Ã6O*&±Áò’æÊ +o˜~ B.+I¾ûÌRk7ƒAvs£R‹_¹¿¿yŸ'¤¯w&$åA?aí>ýÔ'»Š.SS£O„?j%v¡]&–nD.c~¡MzvÍt +Å@E_³´‘Å•À¡0ÀÑõã Ç—¨öî¦90—Ërn‰FOZ«n¶;²"5ÐÄÈbÄ'Lì·Ù½fùA“´Æ_CïmOÒ ‡lPÇb£HI)rlÎÁ‚ÆMZØ(1ã Ìo,Âiè×åú””Ÿ3‚Û´Khø9²K{ß'Ž-FE˦/ÿÁÕÆCo/¸€§«fJÞš{’/ÃÛû²ÚÛº¿åD¬o·Í”ÐÁB#ˆÙ7k±‰gJä£cò<î`é'ÚBý…˜“Yãâ1i|8a HáWÚh“ò êAeI²g‹¾+kB‡\ ÉýŸJ6^‡T¸ÅÆŸD!Ž±­Ñ2)uuã;aíÛ„¸Þ)÷þ2$ªà«iô¸[ÑŠn%¹Ë4áÏÿâòñ’jXZ§ßxl<©’Š¶àãì8Ü,hB$ݽZ9£¦ó}¯!™ °-`ªÃ$ÙŠ +à'ÇMü„×q†)»&†4•bœoóƉZG0%:;O5PêLXOn|i«Rý%üó­ÜvpÒÃ;Ê&±3Z)ÝÚ?:A‘¼ËªéŠjTlwò#PÊ‹–æsôW¬‹¼ŸñÂTê‚Xþ.D)H¼S;–“ÆS.KU«òÐgšéq{ºU« Ò  Ú¸ûAÕ]"¹F– œ Ê1RhÉ4-AðPOÄ\Ød N>?rä>Æàü™ã4´Ö> +½ƒ÷h6qµU(=Õ›ÉÔàýšÛc‚Ò#®‘]Ôƒ•Â´}ÎÀíh!N4}lÈ >Ü{-¾£5sëøzº¾/¦¬?#ãHdšÔJïçõæâP* ŸŒ©~_avU3¸“Öo+(^Z(·‰²¹Êó"ïùWÚä^ý²t¦¢\¨Ð‹‡Õ2gߎõƒ©òÆÈÖÝYy{øsv¢²ÖŠKìÇž·ä=lnžãßeTJ’ tDŽ·9)‡X£­•|±Ž+¯ZŠ¼Ãœ®”Ç PÙÔ.füez$Y-ÞLå'ÀIÙ»lÕ›NÚ}éÌX¶&ÒºÊÃ00\Wt 9i!6ÖHèjâYòZ<>ÃNQ[qñ/6{Öq—Ô¾9ž3‰~w')äž]³:ˆ;°‰ß‹yˆâä¥ CCÌ»  iLÝ'Ü|‚í²4_ÜE÷!ó a$ReáÊjCsN¹Å¢\)lzo|†NÄâ|@Òr½#dÅ‚\©¬\«kvRØÆŸ˜ê@~îÇ„5úÖ,;ˆ¾Í° &pè<¬9%—§eÊëh’¦p¬ëFOŽ€\ |\ Ћ®Å {” žÏ·XŠÿõ(ëè†Nt=gùøÔ»€o ‡„ _ MÌ(„šÓºû‰ÛßóKw¢àtE‹L.©-gå‰[ ílLÙö¼ýÏиw+ …5o& +±Æu¯ß‘ +)#h¦t~C/æ%Äy±J”L¾›cnÀ±ÂÝ”êÁËQ.â¿É°|¡3”dkÏA^åL“'ábÇšô©$…7Šw©Rx>í»Ì_sS­×&{+ËæljXðYyã„>ºÑÚË%#ÊRèCÿVY÷ox[k¡‡@½Fp© +¹RëŽm43ÓèÐÏ3½ szWÕ€û}!ÍX¸ ´Ö§ðF† l01Ìî*TÆÂoZÁþͬ:è‚)4;Á{û Yb¥‘#¼ºU)÷§]@YGé;N¹M€3izYÛ;&ùÛÏ ±¹eÁ4i/å,:+eMâ¼É·çQÆÉ ›ñ¸ ßšï6m²Ž(\›gî%9²Ö3ÙŠôëÈûM‰J5f´^ñÔ’ej?63K7‰H«#£Ç¥µw®V¹JÛyçÎÚÚ'ƒØ7–Õ(®ŒÆU ›„V&/3³)ꉂŒ nî·iÆOBÔ¬TÙm‚)Ê +Ìwîf «þ¬X°êLUJìÆqò¡j<Á× T‡ªìß*¢‡hˆßá.¦@1LyÌ‘ UÒÓÞ_Çо«TdÞEöyE9‘½Ï1–“KYó” ­­WÈ¿¬A¡™› —}Ã8çæÜë°+5O +Mˆ¬ÿ¢‘’·*³‘…u S .ÑaÁ>L ™Tû,©Õ;ß;´` +ÿ½æR ° ¦•þöDÂ4W¶À{ö"èÛ ñµr‚¨<Íá.±Ëjf:í}™¨VgYæ ‹’Ãís¥³ðŠTüïïû šª$©S„UµuaÒʪM‹"b\FFš,Ä´›÷Ý‚´È‰ôs›é=+±Õ-Šøyze}Äà }/êÛç—È q´Ø×E¢’¥2ïãf ¯vCÉgYVi{/?ŸøöÿDŽœÜ10I60¬DOÏ_ úQþêA®‚`¹!:–ÿúƒ•h g8ÉgåDžÀäÞSš?[·éw(Ûa¡§^kÅ!§©0è\#g1ˆ[3£kOå$”Vt»ønO×,¹>¦ÉÕá9ÎX|u]È0ýô3¸äF˜Ìõc–àÚ ý ÷Jo$ãUî‹Û?ÁFîQ[!½«®Ì5k¥çƺ‘S)gnI?öImpÃz>°å• ¡U_ö=v~eŸæT³dnÀ¸1=äés t½v±2nˆÏê`÷÷:Ž¶ÕvysG“Ž5Ø™ÚJÌÆ…:^ïæ§t¦Å€dóUðîøý¼Î (ô@­щ p¼±½59¼å‰PÐç!×RÅZCA½bœò_n™¨£‹[¡c]ü²ö}?ŽAM\+ÄùXMÏc” *¡¯ Yµ †{O­¶+m¦3ÍìÒ->C‹?®ù UÕ“;5ážàHÕ~hðYG +T å ‘²{(ÈÚ¥mÄÄ}ÐÍÿ@ìô‹ÖnËiªf…9 +ûÅÑ]AÁFÖ‚ð~OÎUS‘;>«ò€ò ”†W”‚ HôéhÅ┾«ÎíÀ’·áas²v G–ÿñ+{Öç#‚óSÒ;½¸8ÑѤuÆ“_ª•ø;¦ ™?ènäë*l¡4\¨JY¹o'ÀÌ}ÿüÆþÞÃUDX÷"Kr~I‡=ÔB”‹Aî¸ï®GsÉ;Õxn³au¿oT¤’aé°V ·æP‹”Ht1‰-¿¡¬…‚uÈìpk7¡cs+Ï|ÚéÖØM×ÏUQ= +eÒ㥱òX®qìû?ä5Ý.ý$XM¹ï®h®õ ”¾už»æ¥žÃ›£-QГö}n3ã!v|¬¸Ë+WÄØÍTèð¶/fÍÁ•ÒcäÓöku›9@M­Ø ¨0óê2"Õ/ïØÿ„R™âSÍ"4éÏc+@Çi¸Ùpê,·X:Éw ä`[ž&Œ™Èg÷å6åÝ¢ÒŸ#¬N¨ÕàÕ/ÄÚdèÉYê\%Úͯãï(¾¢»ôluK4”¿ ªî ÙÓ¯);çÿ-ç˜éƒ…ÅÙ¹„< _g4ãûugW‰¤ë¬¯ƒÊ¨-O—äB&oȪ[{Ù;u˜œ`È+Φja>Õª¬Ô#À4xHÉP•) ï»Õ‰ +(ðdùì{÷Õr]¤Þn:Y^nsa<Ò› ôöýfPbžÜ–Y:åJWîêÇ.aŸ1>Š¶ +ªGÓN´ø©ÜßbG=W(ƒ†qßÞ—èÐí¹‡Äh°ïÔO¶+“.a©}—ªÁdeØJé>¦9jG>úÔ‰–s}ÐYÇDc½¥m_95Ãg~‚œ~;—Ù/¬ãU‘A<›`s½2ï,‘‚{{Á‡ïv¤´rèoUrã{v +ÓtÔ‡=}hÛh~ùÅ>™›¥ŠÓò”lYgýòhdžŠÃ.Þ¢%uaEX¥×Ýçí"fv×9Á0ùœ1IZïl!o4¸æ Ý‘á«; „°Üû6Ïɲ¢Ì¹9ˆÝUÊ„JÚÑ“Í¥™M¾aþlõ ­^£½ßrT‰òmŒÙ›áÒcºROí¥8xgbpIÕeh,@6ýÓ~Ñ¥ˮ_Åüö>ŸŠíɳãs©ûj‚U« +I;’ʺÒRÔçz'Ü´~§½0›â°‹þ Š5Y³mÂpî;ÓœˆpýhÑ|\¥€S¹[G5“Ô/ ÷…Ÿþ™I‹õ£! #ÇøDwÞÖ.}¿MGSÍŒÕ{Ìp–b¶mjt69ÈKíÔdñc®u$3dÌÞ–JU™‡3€¶9:£þákô ¶ZƒØm•šzD[sÚKÚi|bÖ8Ý%,FÍ9È…höTõ¦ã—â³*.½Edñæð¾†Px¿-1ͬÁJ—ñ£SʯÓT‰ðÝ–y¤ç+ïsÕH\‹m^‚;ï”ÐôÙHÕ_ø§9m[Ü™·VÖb•_F +DqOR{6Þò=s_¦A£¯Ëa½»Ê…b0fF¦# ¬ŒõP‡NÑ/z³l °ò+q®DP¤y¤ Ó?Gös7S›¨ˆ?Êã¼Eb,ÔÓ#‰ï<‹%d ä[˦.*=ÁYÕ“<§ÖÉ÷f|Y`ÖK×=þASu°Ù©ü¹"… ¼©û7IÖ!ŽFÝ·y²è•úÍÖÐPÒ ¦?(§qw멪í'Bõë¨sXkˆzÛæÖ?6Ý÷_{>î]ÑúX\üÔýqjM7>²tí€6ò,  ÔùÄ +áˆÅEDA`jð”/bñ^ÛÂ\ãj[ŸÒKÌ쌴jA.ÇKL˜¿0ÚqU~’½VËËõ u“¿þè‹R“Úç%îÿ'½ BòÔß/Ÿ_ìxÊÂYÞ¤ñV]ÛFî%ÜÚ¤ÑMæTÞ{b)ûåÚ"•^ò´A;¢UÂÂÆÉOeÚ¬%ç#ÿ„<•AþqC Íõ=+µ`ãTÍã@CÉ®%CäË>n)¼ŽòæO‰X ~‚äB¥€®= ¡ +£¬x­¸Ë™›õÇÃK¾¬ï‘Â~ïš”l?áÚ93Mu‘F|dnud}~Ï;ß,æƒ}E[l‡úõ|=6$á7Öq™›J!ºq¿$ôïwÛ·ÏÿÌAœ×DÝš y zêH’/áiس^W2ãÆtæfÕ>˜ÛÓš>Ö¥Ú&¦Õ1â Xî vÇ|[¿{©YþKd:DȘö8HÚ‰_3ùÒÄù/üê¬Åjkì@|¨3Röí¬chÆǤ¯è"‡ö<‹½¹e#‘þî3“‹ì®µØŠi¬*ùÚ,uDÒø€ÿ£ÒÁ)MY+uÔçÓÑŒbEcmÔ +T60þ§.µ±¸ §¸}úÖ•¼`:8%ç»®N^x?æG×FyÙ¢wüË´srL) +_êqµ¯¾_%û9òõˆLw8ä-Í ÿÞ‡ø±œ(ëû„Gßkrß©s[ïé2{4*cTyΞÃÉ]‡ø}ć7ê[¿ù¶7æ ýíR­Ÿc‡§¨Ÿp +²Øp^µ_ôºY쵟ÄcæÚ4ƒˆ]ü •ïa|¤qEzpdI]z3Ã奥r :¦ÕÓÏᅢÑÄ–q½f¹jJHï>§ˆâª@c†÷úËa‚”?ïç¡â¾.ùvþ •è"™³¸¢Kû .WÎ_i#>nË[~ ï÷Wðƒ#5~ aŒÏx+fû"•Ú~Âé굺¥!maæœR&ïùƺöÇP}>Lϳäç-ðÿDõkÆ°Ý™Q5%ÐðYå¶Ì”ŠA‹ÒÚ~{Éø r¡EÌð›¿-Ç?5œBtáÐÁ]WM×þŠD–¿<(ÖÔ¼F¶"á‚3/+mëèŽDX–[6×{¥‰¦P‘œtƒm÷œ}ϳ¹}ža‚^ËÀÅN)¿ÎÆS*,C*¸žb¸,až¡õ`ÙÀÇQ£ÿßb»ëŽõ?úR°×Ða"üº±Š¹ºkŠ^ Q·Ýf,ñ„Ö¡%AI?ø +ÏDÔÉÎûîEF¢{¦|PE«mŠŽs¾äai + d^ñ",Óƒ[øã¶68y¡©_,¦ ‚ŒµêÝŸN3E]Ùú¯êUûÍqMÏ”ˆ¹éÁ-äÎì;2•†Íš‹ÍKôÊáŠ9xÚ¾F{©‡íuýÈÚ®¹ùøGv<>íñ¸áew]Ê9 Ž˜nl±f>"Ù‹.JÞüVEßž€ ÛäeªÏ *b „OÐ[LîbJqrèkÓ—ie–zAžï%,§ûõªö[¨½®qMN «‹bFvm]kõ ‡ñ¢„ú¡îsêy;®ƒ@‘®×ùwòFgک˕ઠ»®¸6r)o ¾ƒ/›ó}E¨'ë¾,øõÆÇ1êû½=üR´æ.=[³L¯ 0[À îû ¡w¹yk¡¤Å$%œE`(%ö’~oókºe.œ»§ +´ÛÀ;ãoÞ‹›/nà†ï³œ¢ m‚$®¶°Ì.v>¥®ªs ‹M±hÙ¶­x\©š4º%ïh„…ðyî,a¶‰ÈSi{š¶/·ßYèÿâAHcMŒ_©jË¢›xFAÁ¹j&Ý“þFÑýóªsèîT3–›~.è“u¯6¸÷x*cîª,ðÎE‰Šš¡7C•„áWIÊ#«ÿQùŸºzzdTrä™1õħϚ$ÊÌ­<àH˜¸1ŒcÅ¥žÏc÷—ÛÄ6]ìßBUôÎNÍfSÜ=u˜ýHšS Yàû†oÆg$#¡ÛgÀÏ\ð„ò73ã?.?0é´“7 _ÈåîŒ.´ªã>êHßÙôaÎäi¥þÍÕ«j‘ê¸Ú›rPc» ëÛ®!Š§J{1Òå>ê.&õÝÕ*$NÈ8úÞÑä¿—‚ÖáÁ%Æ ÂU‰·:yÒ¸KøaÎAé +äË5§Ì„¤ý:ÃöªØomEè”z[©i)„§‘ÜM½/]ý`¢¼“¾¯G™ÍŸõÙ:uúWºç6ŒÍ'ÞîÅã=îâV€S„]Ý~)=ß  üºÐôA]xðZÌÄåp²§ÍFªé.Ë"Iâ¯I㌺#Êrr<Mx¤,¶Nâ{P†ˆ(ÄSx×Ï=gù¢=ÝE*è3…ìÝ|²L¤€²!òs8à-dÚ‚ÀBmþAÍô5{ jX¬³ÿ÷‚_¹’ Íþ4%þ) +úÀÐïŸÃqw”]1·ÎƒæíFÅ¿Aí,÷ÓŸX™“M¡CøïŠG½‰ãë[›“|x׬ҦnmOcõ§#ë[e”6³N¡Ý¶}J èù‚õ¦<Ž«bŠ6šwÑ®¼« 1m”\>ƒ.d@gCu¬£“t]¨ua +âEaÅç +&œ*’ª.jÑIC b£“Ò&1v +GÇú&›!DªRaa.Vãõ¥Ç«Ÿª?æ/õ;j“•áŒÞ¤â ‰ˆ/æ'W ±?ì'¢1S[Â.!<®Âþ¹C?zÉ %û£<¸>âÊì ž°ÅSôPXF×ÙÖebO¥RÖÙ½z€QIJw™sjBŠí›ìÈþñlý·K¥”O22_Y熬'Àà×Mý†Aâ¹çU+œEø}˜fšl^6 ÎR¢ª€Ü8ŠJ^oÒgJÉáyZ`Í@Ùå×-$âïi¼‹Ã#£Ànœ î¡Ò=Ò”¤nùS2hO\õ•4^\Ѻ¸r|”/§¯^ØÇLœë£2Rƒ¾i£™0ѬBfØöB+FÙ Í Qð·ßÏöÿ»–A{*ãG•‚à•-›£‰0ê©w*Mt¥e’|ñ:åì˜c:ÞIÈTÔzä!Sš 8Çߌ¿<³¢ÿãyÿ@׈N¸ÞužϾkîÎÕ]ÍöL#È/’ß*b%¿šŠvBøP­x·Ý|;ÅýRãï'E Í€eã[hðÈEeËN…t-È¢ÊÕá,ý<D&ÞyCPŒýì,¬' +Þ÷C?ó “Zפ ³o9¼þN6þP)*÷öM–å”qé>¹T”ˆYÆKï0cYG"(:ÝÿñxjG€ Wì-¨°Âˆ”4S4>Ï΀\p% ܤ¢ÇãÒ<‹k« yv0‘¯'’×ô#ÕDUÞðI¢nþ +ülaUŸ7zÔ æû9™:Û­ÄŸ§à*?™‡²”“ÛE©¯Äêвʎ&3¸ž°E¸×`®8F *íêø†¶¾Tq}8kbÒ 9¹IÒ­6#ê½’äj w ü]>‚³qRŒyœG:*I5ƒ¢HtéR1CŸ¢hb¨æO™ÈÚI¦Å/C´+pIUÍ/nÕ£¡´”ò| œ¥+(=ËU88éêZðéøÁþÇÙÇ‘|(´<ë©·5xŠQÖ28bŠ°‚×o÷­/+ù¨O†ÐƒXHâHþ-þǯ/óÚg]›†z\ç1MqI€4!ZLàçÇî!—*lM¡&ز‹=­^Sz¼&ë*û2»|g®J¤Ãó»½#1¸ög/»ôëhº>¹/>wµ\â‘ćGéé»*-Eõ3Â9•·Y3û°2HTÛDgÔ•hý?Á$PA›ˆ•ä8Pù ¯©žá< î3g·Ã§´†ÝßØJ)vØ]”±õ¡9uä"|Øj·7©¡¤˜z5É´ ØÆ´€«”ƒ_­Bi…. FÃú÷Ù½)g4@Lk9‚TEþº ·«Q @q®äy^ùSÙj ¼/÷»%ÕŸ«JÐ-/é#užï L¦kÕùààÙGé ¢ú£ev æ»^J8$“ù®ÑÔž|{àŠì¥o N›}iKa0ËÐÓü'ñ£`£:G>mc»°¾n•œGÆSaÚX•_p¤¶¶'h¤Åa—qПŸ.âxI<Ã3R7ßÊ3rúlˆ¼¯=N]BýÈóÖö9•À/ÊEOöåÏ~‹µ†àÍ<ÉHŒ ÈÒ½LÛ>©t½_€Ðx]5Ø62ÄŒ:‚=Öqxõvƒ_V›FsÊû _\ µƒóõ“)J^ÍX „¤_ýÓÏ®BF‹>ñI’æP‘Á¨›‰9ša)>NRæænˆ_£ZÛ"“›‡ †œ€ÄZãŒ;¾!‚!m ìŽT Ò磇E¥¥0ú¾j¥HH\Pûß³;ÍC¦IËÅ*K3‘Ü,ìªG›o}˜”W¸!¼1á€6"sºNYÈš¡ ³‡÷}Ã`ÐE:iŽ¦F+8 +endstream +endobj +492 0 obj << +/Type /FontDescriptor +/FontName /UYBMZO+VelthuisCalcutta-dvnc10 +/Flags 4 +/FontBBox [-373 -403 1246 940] +/Ascent 569 +/CapHeight 569 +/Descent -114 +/ItalicAngle 0 +/StemV 79 +/XHeight 120 +/CharSet (/_j_ny/a/aamatra/aimatra/anusvara/ba/bha/ca/ch_y/cha/da/danda/dda/ddha/dha/e/eight/ematra/five/ga/h_nn/ha/halfdha/halfga/halfjha/halfksa/halfna/halfnna/halfsa/halfsha/halfta/halfva/ii/iimatra/imatra/j_ny/ja/jha/ka/kha/ksa/l_l/la/lii/ll/lla/ma/na/ng_ks/ng_ks_v/nine/nn_nn/nna/omatra/one/openya/pa/ra/repha/rii/rimatra/rr/sa/sha/ssa/t_n/ta./tha/tta/u/umatra/uumatra/va/virama/ya) +/FontFile 491 0 R +>> endobj +493 0 obj << +/Length1 1535 +/Length2 1973 +/Length3 0 +/Length 2832 +/Filter /FlateDecode +>> +stream +xÚÅTyŸsγœïó}¾Ïó;Fú>~x{ ;a(O&¬@ ÌáG ž#Äa +ø|Ï¢LK@!ÌpFFŽ\â#J‡ø° :ÌÒ·Ƶîæ„ ëxÅc%;Y@`&Û⌱ø$.Íž {'o/ÀÃ\&ÌŽþö^D„F  (˜È‚… +EA\„(ü‹Ñr „¹ÅQX¾‡÷Âø&ÿë­%™‘å7òÿg·ÿ)ƒ“€Ã™ŸÉÊô¯?Aü*8JÀ¸ÿ…Å!œ¤aü3{5üùlÿÌ•q¦=Åù:`„焈`–ÂgFÞ÷/ûÁ‚¹…}0¹rŠqàÉ$Ò?bþÑ3…y<`ö9Ë¥ø¾$eb,¹Þ€bf .J‘ä2SÌÌ€˜ äMC@$ _þ ˆðSãâ»F¥"†Â +ç„M&S‘ }µåƒ&ò£¹ð· 9"?›°¿£Âp¹ò?ÎÄËy~±Ùˆ\ ÁLܽ.Œ¹bSŒdÓÙ÷ÇìuñÏÚL/˜ èQq9å'©×ÜØJjÙ;Ë‚]tŸkѶ5!“<')gäê0r,ci „©š›5T\²æj­½¬f ©šÜxMº0Ƕ¹…{^8&µ¸¼Ò¯6²ulÕðËÀ´R¼_Óןà=EgaUù‘iÞý]KhÚ£éƒÞ.œõ¾VS:¯œ£“bÒ·NwkZ3l­ºý\ÒQ§vr§Òdó£+eI«6]_T+»$ 6zú:ØÞlÞëU^æbé-¯Óä\ïK½:&ìmôëD›˜eìæÏYweËN×4ÎukÎÍnFxù=ÿ‚Ì-ìqš‘Åù ‰Ç2¸~):ÙbËRÁî¡%#ȯ£²ŠòÙ5³b«ÍF + Ð#ºÃ=¶#“ìaµ¶W]Koˆ:æ©{]ìñVƒ±e„ÄÙé>6kÝ ›‡y>Qw›Þê2 {³"CüŒÞ̵Ú:íhw u¿“äòƒU«E’?Õ›z….l[W=lß¹”­wû¶=‰#¾2Ÿ:ãÖdsšwPtÊjXè|HÉÒ¾¸ªZÏÀ6;z­«ÚÀ㜹™4¹š®'ð\°¦v|Ÿ*kncáºRDíX昚€¤Û°6\0躲tVÏT-Sm;_hmèlS—H;Ôq­N{± +‘džäÚu'ñÀ‡ýøîÌ‘K±‡³²lSý-ó«3¯šØÔEæÈ.¨ü^Ó7rÂfayÝÛ¡áŽiļEkSZ¼è*ïWC±-Î.6,_)áÓ3£å9¡©3Ù7Té{Ø„„ÍVõ½ö“å̆ucZ¯©g–ä7ß* +1pÇwŒõ=#¢ÃUE{Ù¯¡¥œòw.í„6^} ·rù¼’¡Ü´ßn^´(ú)ëΫ·ëÏö"õ-91Ë(¯^ÿzæ´ÞÎÚÐlêë P¯CÏÔ'9^]\IHŒ™Z½Píý:ŠË*H§í!n±;¼y°óiSU7Ë£Ä-^«l}oð¨¤hUAÓ&øAT¿=ÅùO·éjÑNQêUê±éCºúŽWE+V? ?v‡’l5Ðki°¡µ½Ûæ’´u㪳»÷+]jêÜ¿5¿·[³Ç乪õ¢£ s[­Äúú¡ ‰CF⎞Ç)>Ö ›gŠÝÙõd©4Ý>>sulï§äá?´¡J†“tH-Ëð³i»QM9ïd’;)u@3l‡N)¥'jèB¦¨Y¶7j·Ü+„˜“Ä;MÅ¥÷¡Úþm\·µõ?¼Xw®æ²Æ§FÞª'¿ªßüò¹EþPÝ‹ƒ†[ŸµíºuþœvZù^sÄe\c¼â\\§¿¼,á¢ÌgøíÍ•«ñ÷æ˜ß§­ÏýàA³¶^jááÐtÆslôþóý¹Ék«‹üê?ôÍ6ýå%i”ñÛÓ¾÷:J™½Œ<~eM”«þûáÇœZñ‘=ïÄm·ÍUŠì¶ýÄM;Ä7ß•+Ù{™WÙ1=â? ËËŠ +endstream +endobj +494 0 obj << +/Type /FontDescriptor +/FontName /IMZCID+VelthuisCalcutta-dvnc8 +/Flags 4 +/FontBBox [-374 -403 1246 940] +/Ascent 569 +/CapHeight 569 +/Descent -114 +/ItalicAngle 0 +/StemV 80 +/XHeight 120 +/CharSet (/one/ra/three/two) +/FontFile 493 0 R +>> endobj +495 0 obj << +/Length1 1985 +/Length2 6994 +/Length3 0 +/Length 8072 +/Filter /FlateDecode +>> +stream +xÚÅugT“[×­T)"EéQz ½ƒ„Þ{ïB A& Eª UD@zSz‘^U¤WA@zQzÿâ9ß9ÇóÞûþ½wdŒm>)Ñ?â]ù(Ô!jttf&Ša-ña·kÓ¸Ñ gŠ'e(ê8˾µÀÑÂÁ +{N¯#öÈUB¾…ï&ÅP +lÕgt[|UÒÚ’·ö8>ÿàï ‹¦IÉ\WðéVݽ_rdÆ*«0Da†  d81_]óÐÁ§g,É)#ÔYç” : ÞÑQ…èIâöµ*ò»‡§«¿¯>eW7'®Ý:¾SÖBa;6Þ)O"8¦BäY¹gGoV$&Ù:ô^ð̹¸Éñ¬¼Ï=GDcãM½2böíç}ñnèäFšŠ³PD_ÖëŸi×ŧ6T”ì =*&ýáeã=?Œ?<~n÷Þ žê?Í\ÑïUÔãrà§IŸ —0KUî ïYñµëx [Lõkûêï_c,5çÔšfbݽ£—žßüòÀwdûM¶í.kvÏýͯ¯Í½^þÐ=žZÄOxjFQ?|ýU/bg.dnÒòÑ­6ï(á)žìWÊmøÌ|²&ÒèXÉ^ +­bÎe.Ég¨‹$ð‡ª­s"|U—]ÊýdúN¯â²ÐrÅí/¶›`št+íI!ÂR•É­‹2_Ú@ïTAú"*YÿWTzØ×>åƒÍ!àÂ7ºçzøåØäÏD="¿†1Œ†‰çWËñ8”ˇjL’Ôu$ —y°>TÖÏ©xÀïȯ¶Jv []Nh†D@¯î1Hp–9NçD¦'[p³‹x—kCºŒ¹uâAöÒ1ŽÞÈZŽæõKêÛMú…A–»žVHÓyËHçç•R}òRSÔ|˜ø…ú¹ +³úF­ƒXIñ­±yu=´ç“jÓuf»6è˜ø”µ@å³Í4ÜóGÍ”³—p·K¼ÏBuMOcƒ]ÌÛAï&ªïxUQ5²L›Èâl«Îµ{³™ý@kœP±çy¶Ä ìBšÛš]ƒu?ŽÝ3³šÕ6F¿2çÚÛÄYÚ!œ81¿ë•ÌeÆõþÒ‚JC\“æø®:¥©Öó&æV»:S«/üUñžañzõ.;²Ò½›#zJia"É›&ºßåiÀ%0 ˆ—šVòÔ¢ùDBaMÌ~]‰¤å;•Œ‚¥F¸½êH\vðÜ7™¾¥ù#Ze|’Zw<û„HÛÆÖ›¹œ˜±>6až÷“M:8¥oy—‘F;€´#Í¿iÄÙÄíÚ‘“K&aïTyuWý²#@!Eós~h['òrÍ@œ+§Ñ‰ž1b½ä˜Tðà³ÔúÐÙ=ºK‚Ÿ±:¤3Þ KÇ/ÙXxããð¸ÞìÁ~RǤùi”ô˜ŽöE;9”“@©½`%Å;Ïn°~ò#Ҩ̗Q³=z$O]ò~»C戄¥*¸ÕR¡Ò¥Ó4qÛ$f¸~áóÀ¹[k€kßÕ\Ϫq ¹£án*×™íSn¢‡žÔðå©•Í neéa;|þ°\ÈVaNüšøH¥FŒˆ:•gÉ·ÊË$ö÷~±¡êj|±š7\Æ’Å­ˆ' çÈ ÿò],G›KI%n î¥Ý›ë{šµÁ¬5Ž¾[Ø·ß„ŽÜ\xé5+”6ÁØ^zw“0ÔðcžÄ’ªž'3þ€&(Çe[hI ÿpÜù­à|›æ3ýóñÔ¡›äÒòÐ=¡-AÙ#œŸ·}±ÕC©5É›(ÐûY‹ŽPI»R¶ØÆ·ŽUô¼Ð²–Ú·Þbà +b3wA¤´X±¾Ú—ŸxŽŽ>Àœdð¦ô%¹hc5dë‡!;‡Áuæ"º‡å[ž$;9ÈõŽ:¬sõ–þsø.Yù 1W„¨ÛƒRïÕ,T"]&1++0|Rç™ßfã«•¿ñ|E®ºo§$ãåIòýcDºÙKé°’Ètqe9Ÿ,(³»„áGô[]™éFlª‡þx#‹#Òâlý±¥mwü S¦Ýj [KV?*­N›ñ>èGåz3ó`¿¶wÛ)ž +žÐ6¦*Ñy8$§àÔfáטÂì°ë"Íêð²o#&î£ÊšûÄw¤!õ5™Ai5âSÿŽžÜÔÌÚÈòá™Uͧ¼=l@µcw×"§IÕM´Ø!3q/ÞìOŸÌ׉kíÖ”»ƒH æCšó2É^Ðá|5Ÿ‹ ¹YÌä+Ìyåj†Ïrën;Ÿ½¡ò™ËÍthåK|Áãx~Ò/Íó)Dê«U-¦rωSjáQo*µ:µE­>ÿè6M5Þ%ï0ÚbÈxÀ£{A}9éÞ†6¤w#hrdºâÅ»ç¢ëù¶zYjEîE¡JÃa»‹§å)/–É$¯Wûö¼‰Ky¦ëÒ-1O³î1FR\+ZbÍyøÊœØ:ËL¼zA+AyÚ[Õ°ÉV_zJ¼ªlˆå<#¾ºö‚:lzÉoúô"lB±ä ²VF” É×k¡P\ Iß±‡@¼ÊØfílµN Š¦­n,”åJÈ”-Âóð{vóKcN¯´&XE[£8‡‚&:õà}w‰+ª¿KPàmüNPýáÉöpòš¸:ˆoá1¨hHût—±å®.6«aú—Ùh¤eÞ òfó¹é[6V‘”íCL—®ï€Vl‹—pnu8ߦa¦wXeñ(`Rˆ°¹3昊÷'Ýx'¢õw$.‚1N/ÂjÝ©8àHú^.Ñe¿qOÖ¶óYÈDÁglÓ>«:æ¸áºBi0Ï°Àóaç~o÷X$ç“ùÔ³*†´q†z|åñbªèqãô?.ŽNÀ8§R-¡~'ï.¿áL­Ú¶k=tw­in;x8G¢`£_r/ÆÖGÓo|Y +Ÿáãý/Å/fÅ—÷h ¢r{×Ð5Rô‘ _•æÛÖb»g‡ø'5õäEÉ,ÉÛœár<¿ín@þĉ>ö~¤òG|‰Úüpó4šU†¼(3oò¨SWDY?€Ž~÷#h3f[_Sgóy‘Ì=¼÷òÉêø)|– ú,X­B÷n3ÐÊw ºž|zpýãÙÛtÈÒÐr$õMßüüÅ?ù’ÂsÐ0‚„Ý­Þ™VôB¯«æGr^@dçÏ›Cä¸ãX „¹Â/o(NŠ[ÛXw¶zeí¯½õŽ30—a‹þX¿û¸Èeá:2ªÅžÍ4Ò´« íU60ÖÇ“„ŠÌ/} «n#™mŠzÕ¶^êŒ'gT,^«´·Á»zM¬%K<ÃƳmOœ)²ÚšÿfAô©¶}©^PøÆÚ²lG…ÙÇ-S7–8ƒÜÙCôÑK=–Ê(Îâ° lWóÅŒ¼‡¤Ýӄ™vJ%#à›êÑ¡àû*¦LÛÁEw~É…j½ú{¡Ä àiŽDŽÅwãïUÅÛŠ›3¥Khtö3GÉk HUt²Ág"ZïÕNÖáW&H”l ·’Ùg»j­{ÌT÷Ç<¢å%qK4Ÿ(ó»,y%J«RÞ¤ÓÏ_r5¹ÃüŠæbÖ:ü K¶³³c|~)–VÈ—ò„Á‡Þ[ÖE•^ä—ê5ôç<ѽ\ž®ž‹Ó×½X.¹Þp>4ôÊñÈ´TN+#s˜»$6v WVÝ0ê¹ƒÖ í~+7ŽEÚ>d1}m›HÙPDnÈ€kbÝ}ŽÖ` Ücœ^ÁV.19eSkV9àÌÆØp þæuÅ­[ÒÊŸøXÒ\±i¥“F%“]÷þ<âKý©B:ñ%èüƒæÀEof’’ù,@/†rTþTÕ^•ñ ¬ñ CåÞ8ÐØz§Hᣮyk€Ù{Í£êxàQ’‡” +oä~;Y%N¦_ɇ¶­ÄÎ)"%ÎÆTÕ’Hñ}Z¬ϱsQ‹õ·ð«'Ù{ÜUù¥ËÞÅ›6*q~rí{)nÈm*G@GÛNãÀuØ¥öû˜Yõîš;]© +59Ã6šxƒc>ÿ´Á6R8ü²¯YY·jê¿tw›ë,º/ŸÅGÇMž<Çî*×ý}¤m"zºÇåJ#±6–êi²z=ã,u¨ø9/̨óuëöÓô4±ìæf|‹^M'Ä?^sÒù³X÷¦ÂÅ¥™3¾Ûðr¦ +½g†ÍñŽÍo… 0†>ú~8½d8–ÅR-Iˆ—t¤¬/˜"Yi[i=òȨÿʼ4m¶5÷¹ÞóS×ÆEz˜*ül'¤Šh% +ÅòºšÝØÄ » ‚lÁFˆÇûQëä|;œ!aìÃá\"'5Z–—nKDÃŽx2»ÝÀ½9TÞûÄÙ•"oâxö¨ˆûˆºj@yÚAFÏâÚGª%}   +Ζø¾y÷™l¥ ´ñœànrüæå•ÛÑ‘“M¢} xèú¡G"ÅBÏD§öF§aÛˆ‹”daJòÜDÄì&/ù¶ÂÈ¡õÇxBUzOÞøÎ’K$íá‹>ãnFëÔbY¹3{Õ{­@ÁU2Â`Â,KÎÃËëdËeýk6œ·õÛâ­„…)c- +9²e8_º<’š¸t£zCuî«àÊd\Ý1ŽWyàõÅ­ø=àÎ ŒörQ%:0ù„èî¾ÒߊMˆÅ:Úõ.õuáš4ô²º=Øb8£W sô´ÕàpÛ( ~¨ Oúð¦¶éuEyÊù¾¦ Œ\X¤£ªid–þ“Výb¦ V6èv6^ñ]èí­)[úJß:€„>Çé·Ç&úUo ÏœBJßv°œúøÍ +Å‚“Ê ’§Š[½'_ÚgIІŸî’sS_@};ã$2ú¤nxŒúp&•É’Aèòi+Š/^'Úòê—Êçdõ_ð? ç$?æÉe}H(¥¯Á+•ù$éøËG³„Á=Ü ‚ógj9fdJ»€Í[Íw=xàdS÷ýfA^uá‰åÕ“;?½Vb£©_QÚ¶%Å&+t§¨yܳ‹´7!|¶p"€‰ù%›‘à•oàn“½Ó`wï¿/$;ÜB,ÍEb&îß$wa=;_¬±) +mÍPo4øÆ^rKÄMÿÅÈËõr1R›æäczì–+ñ¾ âI~uªènæZ(‹tm¦ËevçÚĵûÆöU¾ëE½fEºð<ÑȪ¶ây{Q©ÓŽbbo·›>¥¿9 —Ù· +f»™:®Ã…†À«Z›a|U-S ðb`I—ˆ¼6GN¯>)®»?-[Që ÕšÙ®WØOw¯:w¦J*Ô<4'ݹ6¹g¿¡ÏW:  š¶ÜÍ#ÒÔÕÇ‹¿ü*¡ÎÈtû‘‘îò.È1–Ó£Dih}þSˆd’÷G3¶öƒšSáÍxv©'ì8íJ]UÌíÒhàþæØú&:Ra.ý#…¹‹²ÅŠÿÒÀëX9§VXv³u\¦^^ºœöçc/ÚâêUÛcµ”F­ÔV*l(ÞÁ°¸A~¡)l¡X#¼™vGzÖ½|Ê+¿â¸f¦¸{¶ã®Üßé-Ö†ž+hEt5êoX†/‚ëõY+9^\"â»á)®·›çDy.³x ^¨×»iˆ­Ã(¬Èh9à.|¯ 9§Ú‚\c}·¹ã×ÝA½Š:$ÊUzõý¡Oõug­1ËASCnE.{²–R& kK²»‡óBue¬cCçÝÑ }Qwêôì@Öd1—½Â{(ú0Z8(º% L&g°ìs²ûÄ£áGk\î¤Ãƒì·KVÚ©zxÜÓ×1yW5d jì%Žƒo”¬DÈ!,Ôj”`zê áCÞkEAS êÉ(--Lj¤¼Æ'³TêRv ›äíÙ\ú¹_¤ì’Ïᛂ‘>Ƕ±sUÈ3g5wñqj•!bFíø~›Ç†c¸u2 ƒòhy·Y4Áõ]0̧çC_î qZÊþ${JmØ7Yº[l>‰Ÿ¼-nžêÒŠ!i|ÞJ꺵ÍyÄ»î$pJiØ´¸?ô$? Ÿ¬¡´rrÓNd”oª–™Þ»ée0§¥/ÿ\/¥oƒS#K<'¯ä4)¸›Þo1Å­Ú.y”¨hvFþÓ0üÛ¨tÏüœ©iOÃV°káPÎvïW¢Q¶[„¹)!²»ƒ ¿ºð£l©ÃÓbÁRÊÇ^û“œè\ñoB$ “MÿĬð¨È&>Żގ²PC”jæóWnÌgdmG“Œ½ÔÆœm¥y·¿¸ãðôsuN+Ñ™ø3½=Öw> +‹¼Wí½4еœ,”¶)xqn–¼½XNË7Êc³íw¯ñWö 0íJò“ÍàÓ"ååèÖù„°žÝhEn¨âÿz:V…¾EHE´÷ ÞÍ/+7$„–¬™ ¨+,é5ˆÃ€µ¾ƒ(}!|©jQ…µeVCpüDÀ––9–ê}i•&·-Í+l{ÎÎ%ù”­²ÒÙ^ÖaxL˜•ˆÌX¿š¿tº!Žm¶º‘ÀlÐí‘ú ͉€¯~ç“~‘¾‹íö¾@Æ#†Ÿ_w*¢”b:ÆÆ÷"œ×d…Š¨²ŒQ7Ém#K'Zns,ôÜ.v¼êÖÿ°5Ün+AÅÖÖ¦ž’ã†ÀõÕÝ—íy„ì8<äxÓîR?ZÿÔì´×:X2àƒ¡ýþr׺^D¤„ät]î$S1öÁ«%µjyL×"ßØä–Ø»)ZK%¦[)z·šCÙÖ–ý)ëýÂ'o¼ð´_"s"Ѧl6–µ;D<¼Ù‘þ‘?ŒÈ/VïéÔQS‚ÐJÔé¾­ƒ0³(kt¦©-«›^J‰è­áWÊOi7y¼?ïÈa[•e|µ¤™H[rãeœÈ½^iëH1Ë©´x#Úú.õK[zÒ`^/ÅÀPgó'DߣźG·ŒaÛ1ÂJ0Üeò€C} äW­U$E¤f–ŽhAMW0(ïàCÊÕŒÏÏ ,ô«×’œÒ¬Œ#÷¸èÓÐÞzÅŠ)¦F%(€*ño©¦hÞ5 Ý¦_¥åžœ‘–ŽÉ’Õp?'æë¿}›¾µºÄ"âåî*úeÓ-«c{)3{Ÿè)m|Õ–tN&M†7UcÛaéü3Î’¤Û”:]L€Rÿe¯D•zÓ B#˜}ŸJfÜÌæ‹´©õ ¾½Û»•ÃÊçÙöp9Ní¥œ—[Ï>vÜ©½ù3Z×Ò€™‚¦¤ÝLˆ¯¾L”Ðúž1vXü>€ùd2'Þaÿ>ϱ‡»\óNè÷£ÁEôëÉÙB“whZDBµv¨ß=À²rF_g>vÃûLÕ®ýe­Ø«kÅôµ¯ÛoX3;Êýkä=¥ë–çǪ%ø‹ŒbØ©FèUßc4÷öoÅ=OŠKgŸúþrZ +ÆuCÈ“›M«~kñ†§âéfÍ@ÔxÙLPk² ߌÑ"ÙêzE"Ã6©“±»è–J¸ÑÏUÆã:×ñÈdÛ˜‚éð*KÆó‚g¥fÿ-V)_ +endstream +endobj +496 0 obj << +/Type /FontDescriptor +/FontName /LUHPET+VelthuisCalcutta-dvncb10 +/Flags 4 +/FontBBox [-407 -424 1259 950] +/Ascent 569 +/CapHeight 569 +/Descent -114 +/ItalicAngle 0 +/StemV 105 +/XHeight 120 +/CharSet (/a/aamatra/anusvara/aumatra/cha/da/dda/e/eight/ematra/five/h_nn/halfnna/halfsha/imatra/jha/ka/ksa/la/ma/na/nna/omatra/pa/ra/rr/sa/sha/tha/ya) +/FontFile 495 0 R +>> endobj +497 0 obj << +/Length1 1846 +/Length2 5619 +/Length3 0 +/Length 6653 +/Filter /FlateDecode +>> +stream +xÚÅWgT“ë²–.MéJÿ@”U@AªtP:(’@BB! ‘D:‚TAš€ÒD¤÷¢ ¨t‘"]Ez©zãÞgoÝç¬sÞ»²V¾Ì3ó>3ó¼3YÉyS3IuÖ ®ƒÅà%Á ieÀŽÆ#¼žš4Ô ‡H¼1P'$XIËÓ?¯‰ƒCðH,F ‚‡+r€ +ÈHÿraqÊ€G¦HO¸äþóqÅù¶z[•î¼&Ö€Cº ð€‘¶¹ºŽ‰±9à‰õÂAក¦¹º±‚qñ‚¸À¥`poâÁ!¥¼ÿU”à Çy’’“ŠËJП á0À‰èà O@ôw@ÐÊÀ¯|"š¢XI ,ù³\Àƒüƒ O°ÎÀUƒÄ¸À1*‹!9~Òâ±€9Á€&ø½§[H<ÀÞÂ"°hRU?;1513—~ +©ƒÅ¹À†DöÂ#Ñž$i´10M¬›ƒ÷¤û£…ÄÁ¡$­Rÿ]p†”Â÷ pFb`Î$2æå.EêÇà ®§õ¯c$ˆîæBCîâE%Y0÷à>P„ÔÏ2þhï§ó˜T²¿¯;Öp† =áþHg8éAçë ñ†xœÜß÷wÇ?-:0€!¡xÀ î‚ÄÐýb'Ápç?m#‡ôì¤AÒÒ`@úçëïO7IW ÃbЄ_áÆ78 ¥¯«a««/þßUø;^CëøJÊÊJ’rà‹XVé" $§øÿ“ûoUþRäÔ‚üWÅ¿Qêaœ±€ÒŸ‘ý«¹¿¦PäçNˆÿ¤7Æâ‘P8 ò=Þ7¤å¥5IoàÿŸ!ÿwt¼Ðè?nP䯒µþîø?.QR‹†™8¡^ÌAÜh£ú÷h+øŸ»þ“ðß}zx UǸ á€$X$-« ó§驃ôÃL‘x(âÏéÿkT`p‰›bI"þ¼I°´ô¿ùÌH( +÷ôäÿtÁIªü3³6Š…‘¤dä!ÐI“—‘—|Áiá>,% Â`ñ¤#€»ÞpÆâè~Ž’" ù ýa)È“,ˆi™~ÃHPÄ/ûâE@ +ûe“ÒJý©Ì_ˆ, ø'‡< r&ÍËߘ$ƒù‘!… hg æ×1%ðŸ˜çoéÁ¤Ù“Bþm*ÊR®ÿp“ÊEý²eI~”çï~RùèßlÒšKýžò§‰ùÝO"ø­=÷©ßË#÷úÕû?® +ê…Ѿ¥ÿØxÒ=þe;#I3‡ûÀ¡t£ÃX¨J°kypã^©:÷-É/½²¯,vxñËÑE£ÉfAä­ÆgQ…ÜrÙ;“2´L»ªÏí(Œ(ÈBc¹µ£o¡”4š@4,¬!,äº\Ë ŠKÆÊ ë'EÞmH¿âŠ»w6ùÑ‚&áµîš@Ñ®ÍyUͳP,;‘wÏö뼇 57_ÑãbZ“ùaQ%Žƒ U]tÀ5eêÁŽf-i× °dzýÕýûÂú¶ôÕËßX‹›X‡†Û4剃¡WéðåëNÜ6…ŠÊÍ=/dOœJ;ÜË,æÔê¸Aè7<v +ùÒ["*û:º™˜Ò€ìÖX‚;衵à÷EDùˆY×ìÙ0«¥8±'…ýŽýaUÎãó ¨ªx^/‘'+ïó~ö¥M–Äö´&Yß}bìEâ{[õ“~*U¿Þ&jŒØؙ꺚ÿÂ΃ӬӯÀç}×Ôø­¼KÙìUOŽ˜ikQj ¶A5º ÚsËוõ[•ÜÛÈ+òOš&ômÃ^]Ð¥ZßUnå·h~•ö¼ ÒŒ¦ƒè¿B³Z·FÖöšÌ +èøËkŽÑÎîz´>œpL +4_‹ysQ¨³{Û½Ú†Ãq„5dU¬ÖÎdpuÇz­Çû«¡må»-ùä^–JŽ…ÒÀÚÜÛT%’ŠÓgÞ˜í/Þ‹˜fÓQųÆM~qn¬:nÖos[…öã–_}Š’ñæ6ÀŒ¸Yõ•i'­¶æÆÎ ‰ÐèÕü¦o”÷òJžšxÝ&ø'Räe´^§±è6(Ê?öŒÞóðìŽuñÑýN +Jg>µùɽ¹Ïä+³ù‡ÉÿÄäoFsWÜη«582S‹ë÷{“’%bb÷Y†åͺ N$ÈÑ$L¨¹°µ¹sîF¿+ñ™tT:7pämrf⩨/¼äT˘¨ú îÁx^y&MôtC8ˆíi¬¥Tn² õÒ(ëWs÷Ÿ+ŸÈ{4³²iÌŹYEÖ>Ù¦AÁ¡Z)›E N‚õ"øéí_+eÝfØy9OÛB¸øQž7˜ÈŠíÿ2ó!]É?ù±ŠË÷m¼©ú|ÂÔù"£¥ 9Iéü”…ånw8Ó(l-yap‚c–¢zÌÌZGÊœZv™œÇõkeêåMô–wk¾bs׌߿›a-{—fyz[™³S.æ–ZJ³‰‡åñCFÿò3 ¢Uc¬]*ÅcCæÐϵ“´Ö4W&` –ÙgüÑ!:¾×tj¤^¾ª×ôã(v/óMýb ý²A )˜¬©×jµ¼ÎV`RÕ&íëz2Üe¡Å«Çn@ó¾9Ÿ“©AVL088E¨£C{yÅ-©g÷ÅÇ”XÝoÍ[G=†‚Ïadç.űï9áœÂÜ^Á°”«“ý·.)[´38—tBÔ¾°¸z¿Š>ìƳ›*y–YÄ/T^)Ý—¦b{­¯`o¼ -C}»µ.Ás€>˾²3šò4„ŒŒwZÚðìLpä¸IgÅeàÈ䋽høò£$ÔZ3üGœÁ¡Ñp&mU„Ö¾cd–¨/“È<ì•%nkš2híÛº,ç ñ—´ôj_ßèÝ窚ܤäîFäƒ;#ºÓ’+á|Ž™üeTgÐräuõ®}Öó9ßLjõøº.Ïœ +&>ªö‹VQ½‡Z0ûÀÿiðá¼æ!ßÚñÊÉõõXÛ$²€°d¥À;fûÌb™‰*ÔQ䣩MZÜ"»6­F9 gw:/ NäíaÚ­Yï“« í¥J'Xù-xKj7¹É»Óð ƒ[ÞA¦ç­Ò½îsXĆ¹#Öa3<ƒ”?Ô–2}OŽÏÐRÈŸËó†Ù¯ËÍZåk ­º5® `#mª8±%Zqíõ¼ŽlÄÈGÅ,¯‘”P´ ™ð9ö¾´ŒñÒ+';KzgÞdžÛï­ð¨»±x禂JDW¿?lUŸqñ‰P)8ß“’î.–ÈØŠ¡ž'š<•ë˵$“{½µi¾x×èÞ9g¨UôhK™½ù峌ÖF€æõ§Ã¤YJƒ"±› ÌpzöÈ¿Ë¡‡Ie:Ç0Ð&ñiž¯£­]ÖÍ»+ ŽÀÇ‘ñ]c¢›¶;1õƒ~iì&ª»±§ íyOÇÃw4jRbnÔeÊ{ç •9<Ø<}ÃBûEP62Š}Ï£d&]3ff¦*”³²ÁÂúÍ­ÔfÛ­v&xñÞ›x ßÙw½îõü ŒlÒt‹5ú´µÀ™\z§\¡÷©o“4Á ªƒf#&¶{ùõ‡ËÛ11õœµÌÏÈVvÜ©âI½_ÒanQÞd¿¥øÝéã$ͦ‘%WOëèÃúõÌs54œ¿©¹¼Ÿ² +Ýrã^DÒ3PÙcwû¼ÌK‡lâòÄ ‚¹[ÝNg³~S6ɯC"‚ÇBT-•Ü¿Zå6„?ëª.³¿"{’þžr;ã.‘ÜÌ7O¶NB‚rŒéO›¦|ð5WPax'•HU×ÈÁGÿì+ËíËþ\[Ån»E>qLìMW›„lÇSED A•étZèþåT¿šêÜáÂ#–àè'ã‰TcÁ(òC:¸K×ýÞ‡£Î½#«¨Tï,ð°´¹vG®Ê¯&n~n§¬É +7øRöò‘­¥ÿ‘ë}Ï|¥wqð˜9…«f éŸù³]º“ÎÏ•ð*ŠTKÊK³:š§ <Ì´ëTG ½“bÎÄ:‰× áïŸkUœQêy´ÂV,Œ?Ã(÷ 8”ÙU´†ßèÚ~Es¨˜8G×ÿ0ÕÌ«^äuSÁX.”÷qzÈPW.í¦);§´ùŒMôíg=Å£Û÷ŒfwEþày Íœ1c‘‹ó›_ÕãÅõ‡UpT)ñ«3§ús9N•u†MKf¥÷·9$¯ü\7pwñɧ¹®òe‡5\«”Ãg¸Žö" yƒ| +¢Æ¤š=Ѫ«óQ“ÞÒƒ9–’™äzIöa_{ŽÉµòÄJ¤X9÷7‡“œ«ù¢$©DV{Å«C|˜¯ +? a50Ž£M:l8±žØß6ìi´É4ÃÇÅ™,“Ôòš7w?0b_hzOÎÊ$¡7±­dYô%ŒpÕÁè“^HVÌâQ=2„>KΦ¹wD}mï\—FÀµ•‰¼SSM·^~°ë‚¹E6¡ÈÞ¦û øu $ŒsZõŽ‡ÉôjÎÊ-ÓÉl9îô®,Ô|¦”}ÁZœ‰ˆhfb2xªÉîÄ>`Þ”­AÄ©¥ÅH0ÉŸã?øêYZ‹ž¿¯"c#Ñøö*ñ`üå4裋ø™;Ããj*~Ó!?l–?¬·³0Ö8?¬èW%#Ž¿Ø¿ÿB iúõ»XÚØî¡öÝ7—r§ùÈQnv È–_ŒàïÙ<Ù8ù´dSmÊð-!,Þ;Ó”[.+m™Ø[W=Ôk›3FŠ‚ÀïW>¹$§,ê¤F²Œm¬yé ךžyCHˆ*IÙ ¥SdT“Øí¡lå4HqY 'Þ­’;?_{&«ð2@ÆÃw,¸oËøÝF¯åe¶ìÈu‹äWËfGD›C/+¾É×v.i ¬›·Àg#%Ðúû•7¯MQ±çŒó]›é}^ññò¾ˆÞV˜`mF;\š¦ÕUö¾@~pr„«ïÔe›º@:¥ð¸Ôá·w?ñ®)·iÕ’Áþ¡Æcâ…R ºìŸà•ÍrúuEïò±³b®gÝÓžÁTU*Çü={«±«ÏîKÞj6L”ԋȸul§ã›wÍyaþѲItÌF¼ &ñ¼l©U¶$Uö'ú:ÓÕƒ“ëy×\•Ƶ…E¸Ž_Oîx™]5>Òl†2}Š¿«~;i.újì· Åéå†ØþNŽJÓåËÚëKQ¡ŒÍzßO·Ô?|ÞóFÑ"vgÿc¢T½±ºýô‡[¨ÐYsFZ æM{¦’ËÞ/0ìëï<„M<ú j=ôš]¯tš£JŒZø99ïó·]ˆËÕú¯‚½¯8D=•äO]‹~«œá½~]¡º´)§¡IÀ+»D¾ ÷½9µb9¤Ézc.ÁÙ.Ð=Ž'õÄ-ˆTâ­«23{çQ}œS§ðÆ”låW±,ÖaP=GcÝ•!Ámì¾4S~øTÌ” ºå`%ûm¾Vnëäpò>ï6†ÙTƒÃœk@ŒQô‚£ü +Mo6;1×mt­åzaÏ|aWêõqqf‚Ì:õ°ÌN]òâ®S´ÄûÌ0T죠2“‘þ㉻‡^z°¾š0Yá „ø»!ü0%Åt[¥J”æ=¼è4[£äYÅë—×ãñy|I‡›h¼ÍmËêÃ$w/ª§–ß[Îi\ÖŽ4÷æ¾Æ|‚f$sޣ仑X¨Š¥ˆ÷"û²‘þ–’?ùU6ÄkÕ¿C;§ü¡4SmàUó£’eYP‘N;RÍ_¼Sý y.;bíæ[³ïƒùf øÕÊÄËYßÀçGYÌ~m^Ý–SD¶M[ãŽ\µuÊ";† µv¢Æ§—…Ç©¢ïF¿¶\×åÎê‘ŠqÖbêŠ_gàg|!v!®h%Ö2¶ó©ª&±Gæì‘9ëTü}ý¹¢Í-Î:7PÛŒá“PÝüêÀ¸¢/¼ÁgnñYª¾pYyS +0…ã(&¼N¤·3ea¬¢˜ ŸbU>~±²×»¾áÐãKV¡D›Ï+U‹j*F´‡gÓErõ*­Ë-Ü ]^@UöÇ»,f¨°2Þï’08÷Ðá‰>«+*xÜàÀ´ðÕñjÿÏ–Ò”Ί„±«W$u D@êf—|(êH¿pt6œŠ´ya]k]çi‚žLù!¨¿ì×wtÜߦnÊL÷rP5nê«tÊØQ +Ïú3qÓ2"%"í;‹é*ZÙxÕ¥OœPt9ÐÕÕ~æ»îÌ®À.—(Wà¦Úw‡çÎÀ'ÕMÃXØÑåÙ¹Ï2‚­–ú•þ%uc… çOŒÑ‹qͽç”´ê}Fvï3.Np¢’Á(Ę:&Ø*>Yš'c!{{TÎÀ¿W‚Ö識×eH—ŠZá⼮L=7,ÍG™¶ºywe…¢<äùf¡œ×rÊ´Î/Îê8†1nKTñ´>ÃB€ƒû³âS¨!V×%ÇA#är"UbšÑ¡¹YÉÙfŠêºðªòÄz°HG Hûœ›fÁÞñVì¸b|£^žjÏÒWŸc.4î|eàCÜħ•^)ýç²ò=p‹¥GJ”ƒj–wÆ6wm^Hîž’)V{8Bé$;j6ÿ#­A[qä½òìKü1w{D‡Î#s15CâéÍû°©“ÛyK•®`j…é.GLÂæ›Êlåã¾cýfä­¯©sá ˳Ÿþ§se +endstream +endobj +498 0 obj << +/Type /FontDescriptor +/FontName /JHBZHJ+VelthuisCalcutta-dvncbi10 +/Flags 4 +/FontBBox [-330 -418 1398 947] +/Ascent 569 +/CapHeight 569 +/Descent -114 +/ItalicAngle -14 +/StemV 98 +/XHeight 120 +/CharSet (/a/aamatra/cha/dda/eight/ematra/five/h_nn/halfnna/halfsha/i/jha/ka/ksa/la/na/nna/ra/rr/sha/umatra) +/FontFile 497 0 R +>> endobj +499 0 obj << +/Length1 2027 +/Length2 8775 +/Length3 0 +/Length 9885 +/Filter /FlateDecode +>> +stream +xÚÅuuTÔk.ÝÝH„t Ý Ò %3À3ÃÀЄ‚H +"Jƒ¤€´tJ)%Ò*w<ç;çx¾»¾ï]³ÖüæyöûÛûÙÏ»ßw8îñ+``uÔ›( $ 0»{» !^*öîŽHoo{~Ô ‰pp¨ ÀöÞTÕÞ, ¨‚ÂBÿ„`i€¶=ì0€x¹Ùdá¿ŠNHÇyÜqvñèª+©ëë¼`H„#Ø  b¬¤'ènuFÚ;ƒA`{¨½³="èóM|0 U%(ÂpüU 8øÔöP/€–Àßú`o€½»4àŸz\*Ü ”ÿ—\€ òG2oÌ pƒB Î`¨ ÀE~¥õ†Œýá`ðWß{ò…x»`¾PÔ +˜;JÕ¯N ôŒù¿|T‡!œÁ{(*é q÷BY£©À<<ÀPo/‚_kT!°#Ê+Áÿé·U!ðÇ P*„„ ¢ºñD‚5UÿóŠ"ø‡sFY!*))%, €=`?GÁ_"þhîWð%88ƒœìݽÀÁ'0êAèeïx#ààÀßÿF@ qô8€!P‚²£h°ÓŸX×ÞñX +  B¿>ÿ²Fm$u÷ÿg¹ž½ ¨«q_ÕP›÷šð÷ree˜ _(à‘E$ER"â€à§þÛ”¿ ùƒ5°‡üGðo)5¡N0€ÔŸ}¡ ý«·¿Fë×àü;½Ìâpý¿žm+!1!ÔðÿÏ„ÿ· êHw÷?6ë/ɪwüß{ȯïàþkOþ¯öwÿÿ•å¿W?ÿyÆ ÁÎHw{ć5½íÝ!ŽJPgw0€(* $".ügâ¥ñƒ ÞŽ.Žþ_ƒ#Ü!P° eá¯}á + ýWÌØâè{yÄþ Qžü»²ÔBØ#öþB(¿…ÅÄ@ê ƒýþ8‘A(Ìõ +Žô8Á¿†NJ hÿ‹ú‰‹¡½ê$ýÆ¡V8ºüƒ%%‚ Ð?UVðOsþbDPÄ¿sˆ¡('Ô´üMQöºØB¡ÿ0B¢(æŸW„E~Aw'(ôN +ø'çõÛ: j!C !‚üWR(îßP¥Úõ,*îú¯¬¨®ÝþÁ"¨¸›×ïq” î¿cT ß”¢dü®ˆºÀaÿ¥ˆòþ;Fù-.Œ’€@ü–ú…_êü_šPù~·F•ÏûwŒJèý;¢ºðù £î+Aÿ?ñ¿¦Ì‰@ þ[þ¸ªP#øv‚ Æ ö;ÌÏÂe¹Ö>j»¬Vbðåßé7¹¸E²ˆÖšnÞZ@«Yr.% kç©ç?“ñcì8±ƒ¼Jyõ'ÌÛ,Ê_Ü]_©}õÇÍ°†Ú5}³øÆÆÛ ÷§< âµÖ¬Ã7Öc$m7‚ï.^ßÆz_ŒùC]»1›®øw«Ó?ÜdT E=…q^‰”©¼¡á”¹nšôíσ>1!RµhÚÍT]iu>٧È9x 9F` Û\Síz!´8™ñ»Óßm*ä©e~¯h·u÷J.7ðÆÈI“p3ÉX½™æ[Hx*…‚Öàû ÛYº‘vŸ½û ­Ln ½ÑfµÌÂïÛëóÑ|T´lÏåjx«eN¬iÁß[xXT{aÇ°8øZ€ð<˜î´R:ÎÆ?ø4=TGQVt£Aígò¾sâ’Ý@F¶(e§‹rYPua:aÁæ¦{2ª0|¦áéÒë@[´–Úyª­+©V·„HÎÅÅ°·“cÏ?¦-üü(´¸­'=ºŠe±ƒUÊ'L™®[.0¾àg¾LýÂ’9·Ó-uÛd®êŽ9"‘q›Õò1âÌ¡ Y¸š0;ÓÞk£¦ljM@èÙ×jô´ø1rÚ•(:’ Åý2}CÓ\VŒL>ÕOjÕ?±ŠšY¥k’æFÓíó»kÖ +Ò‡½T†½ßÙ`ÀuŸ;³1dÙeò=²Þeõ¸E¾ë^QJ 1rúh]ßà5\÷±åchIïmÍT`ž„aã SžTp N ·ÖV¸›xóùYq‚¯üÇä°@.%)ý7¢þ-·amPÜræ„ìפé’^,JhØ»­þÒ„ž§ñº¬î.ΨJÌñÃr7êÇϧ«±<ÈoK_rµˆîDe]%‹ih.(zõéS“Û3ˆß™Þfw…ášèÖ¯åñ/©Mpa@V¿¡5N,Ì8jÆÍŴϯ£7•D‰‘EaË<š:Ü%X 㘘3ÕDN'Ppf>ÕNù^ŠÅiz3W’^ÙX7é.³EiREÎ=rN­7,Ë@yF¬ðÔþå[Ë–(.F%aµ–aó µÓW†¸Q·SHžê¼±»‹/|êoÍ}rèʉ<å¬Wûö«…6Ï+ÐÌ5áîš®E7MzáL5Æ•.²FIÁÅb×è¤ ·uÚ^3ÿüp¯)k•Æ>qˆ=(óå½I®&àñ-ÞÀ·.r±ùlR*e{)½Ï„£YÖtuæóŒ³ +þ"c¹Ã%q:4Ž{o‰‹Ù ýݬF´Ð +£Ii"碿,Dj® Ç0è|Š;É·ÁßÔñÿ,Rô¡ëžÅd3HäÄ;Ûâ]‡:öÎU›\4ùºŸðøqEf1äI›&úr¶1dÀåp:½—X©<$lw—©;ßmV êi +9¦ÙH¯~,bÝ¥^}"j—ÔL£¦†‡:6“ÖÓÕ8‰ÄóÆÁÏNKãF®wW<´Ì|xo”ÓsXDžã(‹Ö~ûžøciæð²¾ÌØ—¥èJ~¬#,§¸–.¼>%t—:PÑL åø2+ +S¼Í~®§XDÞµý4Ðm+(zÕI¬ÜĆÙ7˜qbíî$éæ}¯DɇÐ~½÷Zb‚îï#_ @2@vcŠT@T_æ¡nøÍÀ(&·ÞD¦rl|iA`ÑmÛm{2ÑÞ²ß[ïŽÍ( INF-†ÒL%´²ŒzŸ§*Õ7¿—§.¤\¬_âtùyØeŒÅH!“Îü´åssšz‹PŠ¹’µ™:ô“Á/Ô“+Iú¿^Õ+;|û‘¢©È–MÙÞÎÞ²þ)Ÿß²AÙ Q3ÐLJ +â2öÝ”¦G(“þ>¡eκ4õîó;o³«åžXqÆŽ'äb¾©q؆K=Hö2ŽÖ/Èðß“â„YíZ½9·ù×¥S‚„ò¡.'ô\0ƒ…ãR+hjôí0“M7š;”™#ŽŽYZï—æÓn¶zŸô?)ß{K¼~`©]g±ü&[ðý²Ô írR£lQ¿‡?φ؆88LX¨ü³9ž6áŒã]hºoê7kÑQE®5fq¥~xW|Œ´ÈÀ£°ÕJºÖüy&‹0½§ðFcZO ·UCÛÛ@“Ænê;[¾ýž.­Ñ:=»’ü¥“ È;gÙN:é“–JFüFl›ÇÇÚ¹¥ë±ù³ÖFͳˆ)G·ÀiÀ8ۡɵœÏ×ï„1é|µ>oJž0w^B†ƒ3{رÍù)=½UëÝHáS®ø5¾©ìÂ4¤é×Åáæü*Åû…Ñð ¾~6QkÄÉšÌpËõë·Pƒ)N¡Õg’ï„3µ3IŠqàÊq–¢g‚&fƒüO<{idèpägš¿ú>wÄÊkN¥Y*‘*ú¡u)°*“ymWe-‡ÏP¼{ȸ¹}Ú[Q oʲ¾=y+c÷ò”3#1Ü® E*,ÿ• :|¥”JÏøZÅ^ë`½üd«ÚˆT•>ÝÛÏj³@.W¤^mØ7hÐe5ÆÆJ!;¸pÇä¿c„²/c'Nj¾P~ì·Bš™Î¢T¦¶Ñ;Ã×WKÂ=oòø½»©#áÂO³m$·üÚîCÿkY’®]X׿2=o¤¼z3ÔcºòíP‚øº=éàÎ$ç1QÖë2’gåLlg¯pÑ°ÎÖÏÜ¿À ßú¬ùFAV-q¬A®é‹©ò48®PÝš"ÁWB6\•ìKÑ(Ž­ÚÃŽäÖ®þ^aÉ`¹8@ït! ÌÙX‘î-ªqX'8¶73ß^—¤wý´ÊG„ÒLÑÒྋ{“ó5^­›—Å R2ÂýYhDmñ%¯“Uc!úñÞVè\µç!@ÿ‰´Šm¸ÖŠ }…¿Ï¸/û2wâ›»8Él…“·££PÚŒ[{¼:ÅϼtYòíiv* ÿY(¿Wnê•òÞŠõY_Ž’[ËXàxP§1?ØiHôɘºxx„<&OâxÅXÒ1¯ÒúN A³QFd‡È 3¯ž-#ƒç?Ê[Hfp^€x\(f‡ã?h×›%ß!Úã–:Œ‡s¾-P2ÐŒÉÛ‚È&ç5%L¯{¹79ݱ#©lIŸOþ°|~Ì¡‚ußd¤z%rœk‰ù”Š%ÈàtVj⤩Œã­M7wBVÕãW0ËÀ¥æ7ÉiÕÈ&܉1²©Ê!ø˽à±X³7ó ßêÇZ4èj»Ž±ê^<÷-ϤI3ÒÅaèá¬ÒûÞâ×W‹()˜½ x£jŽÆ%1¢JÓ"5¾š,ÁaÐâ3Ôª¡Ô1,lýF(ŽôÁÔ-q ]“Ÿûb—cL}Á•Æ©¡:™òGñ‡Zª‚¡«*«?E +ÄrY= œÉ­¨ô«ßan;££ï™@]ò\5»á{þ§'¼Ì‹ØŠ¶ÕîNR€×ÑÈ«BW€ÛßE AÇŠ]C÷\÷î^ÁÅt²Iˆ:¢ x—ñ8ΧȇÏd5‡›Ï¤<.(ˆõ릠ÏDb#¼o3!$°éZ^ypä#í‘xA¿œÅ€Í º±m\QÐQQýlá[A§©Ùs/AC§.K.Õ×3Jlð®ã ¯›-Ÿ™78½[“Ò„¤ïb §>üüíÕ‘w£$ހ髙vÑfºÎîJï÷¹³§äšbÅ|Z›Ï¨¹YÃ虜 &‡¤-PÎË«ljµŽÞ ¸ÐÿÄù°¶¯ k³¡@ài¸p·íô,k¨ˆãl†ZZ€ð¥ëìƒdo'*ëô¨c“RjÊñ®×E!Þ3;×xwi›8˜ا<³ê•—ÏÅJ¸™Ô({ÄÑ(ùð®f»]^=)1g•ã1Ÿ•ä·c+HÇ0ÉåãÁúAÔx왼n†‹C!ýÆ÷¥†ñÔhòËi5¢ý¶ŽF`4ÏÚ7]i>´t¶‡ÃÛqcm÷¥ó2­ìNH÷[Ž®}Ÿy(®ŠÉ]Œíšˆ2)ŒT®®âœ >ÝNu³cíiÙ$Ô·ˆ~5׶Æ<¦ûs?Ÿ_iy†U¿–Gæ›ïð sŸù›Z×?W“óy… +Xãçñ¼f6ñÄÔ‡ÀÄ+‚Á¸º’oïž)5ÎYØ_DKóÊ&ÌQ)0ë‚Ö±Ÿø,Zw47#ñ^_–;=ƒµ{b+l•ÓÃmŽâT²'…é2ÏÙ +uÏT˜ê¶hYrç$$Ôk’¤}ô˜/ˈà\ÑÞ‰BÝWaŠó~þ+FtÙ“:^ÜÙ®^®Za˾Bm*1ýå±AJ’£—G…gz€ÕŒ“$ÉZ‹¯Šeµä,€Ù© Á‡³êew¬è;×7~0G&ùQ1#ç„ô–Æ̼n4æˆͬ¤TËÝ÷ÖmÁó|ÓGóÔ-Ä=öÇ@oeuÔV¿´wp†µú[¥‰ÓÐ3Âë}½sáo©êGÑzª26-䦚ðТ(t¤+xEÄ6—N~¢Ÿ zèµ5EB%áÖús«_"–íÔêÝ WrÕ ½ŠrŠúŽ¦1½&žué§üY?’43u˜´/VÝ&©« Y§÷_ÖÐ&•F„ÑPIGõÃ5õ5lݵ=C°(ÎÜ·aˆ‰4 þÞL¸±ðíª©Æ«'[W9;c^õÃJ Ùó¢|òŠÖ¬Öf$~÷Hy뎣ùS‰%©±%ïêmÚMZÌõIÄdo—ô]kŒ±}'nØ3+ÐOº^Dâ‘ô5õ2ZC¡°z£ÇŒ÷ßÒæÜlmT +¶71¿Ó‰.J–U§Ë#ïU–5)ß•½ßqæ«r–šüÝ·«úN¾¼PÖ-ƒc/|‡¿|¯]˜ß›ò€Ž^Ä¥óMŸHu*7ÆÃñì‹FÓû‚§«–·Ö³_q…Â~=ë¾!“² Ûòsï¹:²Ž.±‚Qv(çêÞ•kÿ9–ßàº#/Õ[ìï©-è8©Ë(~7œÂêœf¨Ä¿ö¤Ã',”“ ä-98!Õ´‹­ê­ +ȹ?ùTâV¶f;† ä-þN¶ ïx…µ6邬\Ëo¹õÔ­Æfš“úQhË=£—±Ÿñ¬:«Ÿ(¾£â;Û¼·ã!¢™Uª¸©C5zÛÓSt¬l‘vÜ pÔO5££ÿ~﬿ÌCÏ=óÝÒÒÝî%Ξ[ü úºï5äΆ´WÖ²U0Æ*m“d2²˜ö˜)_­®~¡¤–8ý”ÜRÐÍýÆ«õwòý²í㇖)@¸œæù+ Ðã2‚v #õçGŸ¬j†+æÁ‘„iK:ºµŠ ^a‘8>u|êGÛc¾E+{¤l”ù“PIb+ãš»#r}?sí2Ÿ9lWê £ùù.ÛËM)x}(¬Ÿ·l’Ô퇵a¶ @ Ò+Y?tÉ(,M‹^NÿR ÏçíZ{ÀH+i‚yasøŠ{Úº!äÐ'¼ía*»{à’HŸâÓ©yÆꄦ¦ÞO¹³ø/‹ñÛË©uÄx:TGØôÊcVÉšr‡¼jÍšÏz›’ +®œRd6üÐ\óÃØBÔÅ9N,ydY=ô&öóž6ò¬†ñ¿FN»-&žŠõ…ZôhÝï•°úâ}$@ÒX`?v·OCxâŸnÏ|Ä,†h^hf}Ó#J{ñ'ñ×åôä± I…Ùo@$‚© çÁUðð½EvÔóDüçŒW»‚ò ÅËNöØýUQ.Â{…¸F›¼Íâúø€,¬/UV±va‰IÛëˆêÕWÕ'­³?G¹y° +{›ÃsŒ´’+ãKŠZæBc£|È:,¥¥¼8ØgêºçO2Òh¿¤˜Fª«~¼0ÿ¼¢# Æ]Ës_@ÜH€ÛŒ'5ôé¶íÄD%Ù5‘P ð:L`®ž;÷à•Û}ÅaꈘéµÉÒs¹Þ¥9ˆ„YFqÜÓ>4:ÿ¶½]>Cš;'¥f 4Y´Úyt€Oü•{–u^¾ðˆŽ¹¦Aûö¶?°Fteö¨¼/¯üd–èÊD-ÊâiQ^Ž¿¤·va^®F!€:_IL˜£«aqùìù„Ñ,ÿ( ÉÀF­™?Q«‚Q_¶ÆNƒÍÎéýRä±5éÌ kïöbooÈ»²'<÷ãüès–ë¾-`p}žÁ·ª zðÎCdVÏD¸9)}VôÄì½µ»¤ªËSUÆ,Wäia& û‡“’ŹdÛ2ÑIi¹oHMPS÷¨lµÌtyUÜù‚êDÑhöŒ¿òÛH‡CÏšxFÛ‹­}áÁam‰È Ò¯/9>³ï:¦¯ÉH¡™+á˳1‹ZÖ˳(f )­`M²þRÙ|Î.Zô7â cà¢L¤9Ñt¹âúO 8RÔ9aM!}Mòä¡ÊãõP "4.ž.ƒòÙå]å©P*Àd¥gÌÜ]Å=RûvÞ£z÷æ $¿BAXôZ¯P3"µ£ÿ%•Éºhð·êÛ<ðÐEX—},ÿ<"þцùôãWmw$ýeoøv‹=#t¾ÙóV6´T>¤2¼×zקý€©~´pÿ os×ëŸ1%29·¬L¢ÛS¥ÝÆŽJ¯aìbè}mH°ßªë’b³>O˜Zž’ø‚8ßü¤µêƲ“©:RËÁÔ+¢õ¡’üåHsÖíŠ&©&Þ_àÀÀØaa—øíÜßDW¶ˆoh½¥Ï¥€¬á;’r&ò¡~úéôÐæU½¶dè5ÏgŒŠmZëiRSô¸Á×þ$Åma"…#2µIªñÞ(€°vª ƒ}%­ÿ¦þNWNæ <@@g5»]Øï +‰B³€¹¤{"P® £Ï¥­¾›>²tØnŸø±ž3erm’³¶ +zÌ7¬%ÿ ?(’}ÄýlÌ”‡ô†ÿa§´ ­õª¥ð³<Ù ÇS¼ú”°YêÝ–›Óì3TÕ[³÷š¯yG +]mEU‚}Ì{Ë,ü)lVkÃÎY˜AÈ;pdzd}ÁZaû³æð½VCo³»üV +®žµÕ¥~´.ÄàÍ[>–Ë4âÙii±¥*…©#šÆø¢–IÔÑõ]?›í<ú&¹ÑF¤0Ý +yøF1‹ñÑ™÷$nZOÄc®¸ÐAò@Cˆ©<Ýi¦œüýÆÀÚÉÃ’1ÿ!TR¶K¹¡2pàÇÇBȹ`è~3Õ¯@ÍoV¥'{TZ2Rv4®ÏŸ_­Ã¼gUœ03!ð’*) k½µ6™‚šáy¹*»*WÊkÆø/2º2½Œß'¶;WF²wŒcñÛ-s”Á{å+Õ³Å]ÅË»”ôäUáÑôÒq²Ö,ͱ}x’3ð×,tzÌ…¡ø˜/‰ ø´gïÊ.òeÖ"Ð^üÀà +l¶+*,6’îh©´e[ø´çpÃ*ö Ù•P#7AÓÀ\‘«6yœk:ŸI'v^>D`íÊTárR¸<´çÆÛÀæÿj¹1(£[)<–uï2ßA*ýög_B@ñö ~4.°—ÖTo2++$C&j×úcü¶l^UÔO£í¥J)¯(Až¬¹Õ[f÷çâÚ’qfËßHi*Å×<"*-·7¨ë²»^çskWÚH²&`âÆUYÀË0Õê +¤­o_„ssS‡¼~Öf±@J’ÓÞlÂ3×ÿä3–Õ.xÖßÅ`“aÜ؈+Ñ«¾{g3gô|œa²iè¯W{ø™l¸õ¾áez¢¢"[ö—±Î4²Ç&¸£Ó¾?°“ 8œ I|mH8k*^xý -í†E¦(¬(d+T“m!ý­rdÀܦs!;…óÃÂpp~Öτɯ–ùêuÜ©øPdPʧñ=M0²©ß>Š /vÓ`ê|]¾½hy’˜a,ÎÎ+tÇX·®èË›õ­º€[”€Î#ÃVž-|Øó4\oFìÑÐkSŸðUòÚâ}0º>›Íft­tV¤ÒÀ\, `5aWæ£Ý窞Vo–7‘9— ¹T9ª ìúY©Ø®Ð¡U5—æ‚Så)u˜ðiÔYgz¢´¾úvcŽäî0†[n.’§—¼G§4ÆÖÙ"1³^ +œqe×/BÓѨJp¦ÞýèY|xƒ÷#¹¿ ïΨ6;á »qŽ£¿s2cº“½Þl·ÿý×ò±#+¬Ä~CáëŒUÖ©ÅãÞLœÆø%èê¾÷óoð´ÖÅr­¸¾ÎöÒit˜ó9p¯nzxÙsE£¹AÍ€4“{\^¶#ÏØ#‰XVk½®è¡Ìs›4OR `Ñ}çLE +fyx|¹é¿sNI¢¯ûÝV9O’Ý‘¿gds†÷EžÉWnˆ´`ÂÛ~åÈqº=¦ãkT}^m3ÞË/3Ýãvö>ÐCÈÜêÐËf»èªçmÏ{ÿÌVBfN²‘«/-¯<Óãa©uŸ¶º«Á,9½ô{g7ÀK‚¬Àì© 3‚,b,Îù£ú”QÓ¯¹žSÁdÆ/úȵ¦û®Xž‚²µ sØGö~Žú,‹IPö:u¾…pLX7)¸ÇÌçcE»Êa|ß‘ˆÜ +\íb§=»“¾{4þéS +óÍâ»×ç%‚>FuV7öoBtªï¯Åi¹§/M^ªjeÚ¹.i˜að(¼^T«íŠÆt}cøT²Î I‘$lBÅ,ð¹UósŽÂ×i­ù^ä‚ÏщãAâ“Y´P6œ^O#uîìå;Ó"ùÄÅÓ=ê.ë¸iº(‰seW'²\¡ì¡³²__d½FˆmZ³XΘv=g1ÙYá.¦¼I¤V^bT<ã;cfRO¼¾>5#â~˜;ýM:…£í]cT~®öÓA´3ii#ÁÝ„×ëÆýuݺ!åõøq¥IßÔÈÀÁ©ËttÓ$OÞ”¾®ÚZ:…“t±&íÜ òL½~Xª<â’¢k°@:?ê<(¤ü1`ÉöF5Á>ï)]Õ ©å9C'<º’[TÛ졧n[,ȤÉH¾u1i$_x]?ãW¸Û2虆§«zµQsNÇèwûD‘ÕR-¹ŸÇÙ§nâèç–nƒKÁŒ@”¾¾G÷ŠJyûÒ^ÑZ_­Z=U¸—í.œ¤½­¾G<.½07ï…‰'±2‚l;½Ð»Ì‡n„‡ÃÈ趼ÛYñY6´J}FTY]‡'lᄺú« Æt e •àPÎ\5”³0•äQé¦{ÁN#UKéÖ€Ÿ£ËfogžZx©ŠwärÕ¼?F ÚÇŠhúLlXx÷ð–"± Fqs%Zt U²‡F²][¯ŒÏa”Q‹kñ‚D`Ø„|˜Æ}‡°sGóÔaÌ|à⧅ç‘riÁ’DÄ'³´€4ÿ®°þ톯YCj]²OýŸl]IËçð¾×.ì‰n¬#5 +Z.<ùN’Ãø A(ïÿ½Ï)Õª „ó]|£jxê–Ž)._Ô#çż`I_KF1‡®i‹ +f⧣ŒxÔ ^®]ºÙWpÁ»N}ûN"™úŽÜ½™ûòžÊÞÐŽ ô1lw!~Ûšbú[«ñöN*1åøW~`]Õë¹½¨jQrO&rÒÝÜ‚œ£“Y¬‚yF“X¨è—qJ"åë*)¸;kñÝÔ›´ƒqpY#©òŸb¸IdseÏNoŸxc7˜ÏÜݺä©Í-¬oGXÿ¨/HóîÖg î`CêpÇVýhaïÊ> endobj +501 0 obj << +/Length1 5541 +/Length2 62666 +/Length3 0 +/Length 65044 +/Filter /FlateDecode +>> +stream +xÚĸuT”ÑðM#¡4(Ý]3t7Ò]Ò 0´Cw· R +Ò €’"]ÒHKƒÒ¤4¼Œz¯ã}×ûï÷-מ߳÷>»Î>çFC›CÊÊÙ,ïìäÆàä¦Ö;¸ÙºC\9¬<œlÜÔ@Nn>L(äqv’¹…©y©eÁ–Ô@œ¡ÂÔÊ (ØZâj¢uý´öqç´ôÇdqvñ†BllݨUåt¤äÕÕt¨]Ý¡–`Wj)5.“;ÈÌeö9l@P—ÇWØ©=ÀP×»Åïœð°S[Â[Q[xSËCAN®ÔJœÿu›ìF r¦þ»³ 5@HÀs—Z× ò˘›7µ³5õc¨³ÄÉì$Bméìt÷fÖÍ™ZÇÛL €-“'ÄÍ–ÚÙÓéNÂÙáÎ+X$êÚ:ìÔ°ôÉ;CmÀÔ §;w7ˆƒë]j䜬dœÁNn®˜0Yly—+o®ÿM³½Óaßÿ [Cœ¬¬ï©­Ü]¸î|êV”ý#|‡0ÿ2›»Ày…¸¹Ôà§Ô`/K[.Ø’¿B½ü…ïÜó÷uqv¡¶9¸‚ý!Ö໘¾® 0µÔìï ÿâß'L€Ú +béFm¶8aþµ~‡ÁÖ¿ŸUAnPˆµ7'ÌnØ¿ÿþfrW6+g'ï¿âj G05—¦¶š’Ž +ÛÿÆþ_)iig/j_j^nj—ŸZˆ—›Úÿ_‹ÿÍÅòð‹j€ ü„3©èdíL-ô;œ»<þ'¤ÿô3¬ëY¨ÿ5¯æì±S3ÿÝÀÆÜ|Ü2wÿþÿiãÿMƒ¼»ƒÃ¯º1ÿÇeÙÿFü§tZ`wôÿR9B¼ÿ_Êÿ+­þ½ÿÆÝ@K)'‡ÿVâ*ñ[i@Ü,mwøà + u€85œïR«€›ûÞéØB,íÀ®®Ô|¿_ïrðï’rN–ÎVw‰¦òñSƒ P7&÷]~||Ծ껭 +öúµñ¨¹8œÝîT¨]ÜÝü©­¡˜°&òðRs™Ù™9yÃøćܠÿBÔ\ ÿ>ñóÝ=ï6Õ_ÂD,, `ȯ‘ ÷†çî ä_q!àsrwõÁA¡;èþ?‚°µ<@6P-Übüw’fp@þ. +ü’ðøkGðîù¯ ðÎ [8 ~~€“ྖf–p@àÒ$t·†å_ ^Ø““œó<Àÿ ‹»2¸Ã™ºóÆÒÖì¯)˜ÿ–ðòÞ+øy~[8àogp7~î˜Õß•x¸Lxy#85X½ï-œžÐoò"ϯùKήu~ùic…“ùåƒ œõÿx©ßž:Â>€«éïµ ÿÄûËqxÉxü#€!8À K\Ý`6îªô—ðÁŒX8ü @½‹ÿov¿Ñßð‚¼¿ üz‚Ü¿\í|~Á¿)ò~‘BäùÅþAXâþqô€/“à/?á»ûW£üÓÿ0%ø¼;©¸ÀSr—¤ß“ïï»#Wˆ«•ó_~çøß= «›5\vï$¬ïŠ¿à.Öw§ÜÚw"6ð{ñ®là½Àœ·¿žáß]<¶fp€àú‹pƒŠø Àns Öÿì >€o®»€óCæÈÁnöü2 +Cpb‚€ß nœðóþFðEâÿÍàr#ÄóÁ‰ñü³ƒcüäìá|þAðª|˜+œsTàT~#G¸~'¸²ýÑs‚gÖtò†Óü¼ |÷ýFOá¶éÏàú£è +Ÿ¢?NŒ÷17¸0ÿ”Å~É» #¼s÷È {ü·¯a§Ðÿ ð. ÿœ¥Ø9b—¹»²Â×Às·\‹ÁN<{3{¸æ€À\'Ã"û&%÷/`¤ÿRúg’ÀºÉÞ nGóýZÉí¤C¸¦‡]`Î50wþÙÔ°î´ÿ›+Ø;Q°›‰ü¦‡´pm „½‡«êÝýøŸy€Áÿ),L~šÀáë~§ã_$Xó;ÂOî»"9ÂkÜYt‚€õ<ÜNÀ†¶“ üá"Äý›üSÀow¸À.W¿Ð?‡ ß œ²ÀoI{8Âó›ÀµÖ²¿Ù?º|(<üÍàO:þ?ÈÌ›Nðu…CÐ?öÛ¸^ü/\Þ/꟨ßÀ¿…;ƒ`‹Ý]¯á + + Ç ~úÿÊ6üè‚=»Û»ÁX‰¼á/‰¿Šèmf÷—À"…v°sÉ.ØÉåüo¯Áî0Îp¾Áî]Î.`x+@Àø~ÀÜ àã…(œ? ÀÕ¶¿àf.ìšâ·Û`÷˧ðGìAøÿWP0¼Ì(üîâýõü? ÆþÝÅ u¼ûp³ý« ûž€Âõ/ìBý烃þw%„ººAíáê +;p pWo˜šë?yúàWº37T`á +öÃuÜ/[¸²`Évý÷ºøEàµx~øÛðëwî_nq˜]ˆÜ„ƒq5sƒßžÜпsvEúá¦2ì³â7„“„Ý4~A¸m øµ|rïºÇÕÝ +€ËÏo„ë±»d¹Á «­Û?MwgÇ ôwÀ.Ìnð`ÏP0\ûßùìßÇ0 7ø¶‡î\R€°^ø…à¾:`ýþOä°Ùä¿ŸaQß©À‹ü"pþÝeÛÍÓ. ;‰¿ýu÷ö¾`aƒ×ý¯öô?ßΰoOn¢‚0×°íwWÍ7wžðþB® ¨ |ÑîVƒ›°/!¸Ç;£>`èïXþù›‚¥; +vrûõ‡(°“Õž­!`j0Ø l‰9=ál)f÷!¬é¬BŠÌ“cu§ƒ_÷ç­;/fœâ2'R»ÚCûb2ÞÜÁ”LY~[ñ2#dUdĈ2¹8O{!éfNt|‚p|$…hÒÎ*Q5aìý{ÌÃܤ/ž=|™½)ãÝ¥ðƒæýÏ' â2_ðµ#œ‰)Î ×7žª£‘Q¾Ï/ÅPߘ`"¾ÙSWpÐFïm‘å¶ ‰|‰¥ÔZ3rΤdˆU³sJPÚŒoþuâ³ô}¾ÀñˆÇ˜nö-Èž ·|i^ؾk´¾¨èuÉçSÞÊ«“=hà©t~•ñ†±Dô;á°w÷gêÜ‹þá<ítìí˪oIéoQùij£ŠBž¹G¾¡–E×,-~µë¨Šñ†fããÅhA$E}h³²Úç'¼Amd#æË!ýøj׳'kžexü¼÷Þˆ"k©0è²}øBÎ02$Ñ ´ê0{„ú|OÜ cª"¡î½yÓj\~‚©eC6RûYn)IkeÏó§§r‚'Œž ª3©.Zƒ,ÓVɪÓIÄDË ªvžj<Ápi2ö·‡ú-OóâY¦ܨ^('C%ŒúË»kÃu+æ°Æ´»<ü]ê_Ëzó ˆž&:ºËŒ–: —k„ã7i»Ëî^å ZåÚwˆ!ó—‹«Ú|Áxyz¦óÿù¤tCˆ2ÙÖ©H ™±švŒÉÊûk!GíM=bj]DYáçe”¶Ð`qdÛô)Z/úEÑ´H«N'UKÕÉÕíÙ—J 3v†ë8d +$Ì +ûËm³Ÿ;­Ÿ^ç²à0$ݶÚtÖ¾‹¿þc7žÒZP.àÇ[¼W +†÷HÆAuýØ&[¯cÔ:[<)„°·_±x—\=8ÁL±;½>öÐû‘~Ô{KØ×{˜ÎÍ4«í ¡Â~Ê Q‚î­ò9®ÞÝ÷¥£öyíÖŽ¶5ZûoŽž¿ÅLŸUQEAøV ˜ŽU¾–q©xíNõexÚ +øißZ“ÊQ_Né´¤ÍùlÛ½<)Ö•(èCÄ{òüRq\O²qZ÷âÁÀ5+47-×sr±ž§œF×ßF®??X7‹l‘P§¹>°jßl@/}ßö]æ‡çúaÁ»¬c «Óë—øk«Wù]¥!˜ÈžŸ_ü_¡(ÒŒý’üÕšúÆ•À|Ùp!Ôm¹ÊTà–PóS»ï38¾7XÙaóŠ´þj3ª‹þVv”œ$ÍMnºÖAgK—›£R|“0Ë2JŽ)3p£´RH1Z»š.aŠÈU*Ø‚ÅBõ ôc6#è2ýéǨèÂ"¢Ä•sb78j9Ý;6iîŸyŽ7ÓM”Çl +-Ò[nŸ +ÐÊî}ÐÁ×Ϟ͛ÔÔ5ÑmaUõX{О„wè,ÏØïɆE¥ÕÏö8RHÁã¼”ÈÃ>wæ-Ôf…Rfq;z? +XÃ…"g^ÿqåÑ€sfÏàö¬Äü»ÒO–”aúâBð"­É+ræÀâ¦æL+|‚"RËߪœ9òW¹iÛ«éÙ-ZFUZ›Õ=“îÿx]k!qÞbâœô¢I4PŒ G?p±D°a¶ŽúÒŒjc0¦­PÙh„•¢æâE»Ì45B;Ç’l1:3˜÷˜ôcßY$# +U›×Ù$È·ñcLT(Ø™Öæ˜4?ÖÂ%"J4˜°Ço¥’Ú§ìN¢FdÚ†¶6ÚJ_S”->Q6‹5j±Ý9Ás +™«ƒÖ´4Ó°Ù+âx>Sd†FC\‡æ(KlÚ,hv¾ Ö¤[[©i8¹}ÿA‹‡‰ÙÏàMÔù*öáÑ…b¥9íw;RÐUŸ hÙÅ]ÞúÃøçÎF:-÷ç“×·6%Œîå_{\X‘=Zssç›…°Öž{¬IÌÅAú–9x݆š§&ÈÙÓäL½I1„Œõ,Ö^ +E¦É“\÷ðåG‰?ˆùGsN%î¾êˆí“áϪ@hØÐO«XßȧšÁ©”« îÕhH—Î6ûNÄ̪[´Ü‹&Ÿy€áïõéÓf»^¹òGÝyî³ôÚjòDŒgTÕq·Ó±\ ]®Þ™¥#o[·ìã®fxÈè2tƒ4ŽXò,o¢|¢ ºô{öÚ–ß¼zøupÝèE•cÕ=ûlÿ¨¬hÜwت£V”~ÝÞooé¾8û†”ÇYn†ëù·C!m *-éý¸¡žÑÿN[Gÿò‹dö‰” Ã ²JÄÆí;µ#±Ù?S ÁÑ[Ãh7GŠ9@;6N~G{n:Â5·ZC˦½sšbƘœîgž4âw!¢îjÛ­ÖU¯Ã‡ÄjòÚç@ ÉK‘¶Ý·µ^åiÆíkä3Ÿ.1eG”9ܦ¤¿E\‡ÊOí¥ _~¿ ÂA>{©\Âg<=2íLÙ5\€Lo‹Ë)1t©ÅŒ°V¢€J&â”KÏA{íÒ©ÄL"þÆW/™(ÆúTžwƒÇ¶,W÷Úò~,N$u ~4Ž=àT\Jå`ÑÅÒÛ#*ý†öϯbi˼®¬Âs¶·¢Bˆ1‰ó=7?-‘ü²tÊSN§kºbƒ¦-ñIè¦Î}F<´Ù_À r1öð¾¨=ó—Ëe†É>nãgei +ÉèAJe&‹‚ùT¥<ãaŸ ^#âµF=’ÄÉò¯n¤é ÏC¸½DE)>o!ïÀe ȯòž­ÚÑ]<ÕkEVþtÙÕ_ýò0U5Êþ6ÔÏ_åžêá‹•ëYœïÞysÐgýüÅíK^F|ö›#;ul —(îä _±³‡$×7Ê:„-Ùtô1hŽc•Gr*j˜™Þ‹NzÒùéå!‹å©ÌÖºñµÏ“Q‡³Q!Ö+;-*r|µW—ÊGÌ +u㶒ü™Ì;›:,r(N?X7pùÈ°sÁT*Q-ä9Ë·A©LZ>Ùü;åtI£,5G«ÁcµÙ¹Û†ÖƆ¯N°îÝo¢J §ýüæ¦}™:~òc,´Ûáô]4WÏÚæ²Ïí\vùYWÏ×udù@”L ¡ÒóÞÇGõ2>ù"ÓS48l˜="§¬,NfLrûA$já¹Ó¡…ŒÔ%îã]éÊzÅ;„I‡E³ õž¼I»Åôuá÷Qé^†Ýº ÎùQ=ÙþÂC8QzN8ÂÀmiÓíãÖUh™‰sËC^¼Ò»Ð=I­¶°{ngòÔ¤¿†Õ|±¯øÄw•,ЄÜÍ^Jào*šµÔ¬ªoMï.×Ð|ÿÉ&>?Š }MÄ«x*Ç?©#'&‡³ÊPN»Ý¢a¼ ¹R)>ñVOâ_·Ù†Âê@M©PyXqc%2ò)îÙâšìþ+ê×/ªøn^¿tyâ}õ‚ø­p¾Æ„f”S€ç\#Á¨­qh¥[í"I³òñŽÓ9K“N¼ŠV{m%xž×û²TäJí{ÛØçû¨¥«6“öç#†{U¸foîn–kdj—Ÿ:éôKªUÄmߨ,ŸösMNcéc6æn#%™øÎt‘ +Çf]Öcq‚Ñ¥šhŠ„j‹§y ­-©tå/Èæow±ŽxûD_#ôªHM Ëã +ém ~7úI¿'>*×ÝMÍþvM“3Kf+_< ÀOM‘oèIdaT°¸z0xõyíÜKñ§¼7ŸËÇ%ÆFq¢¶ ÅðŽbWO!ćö…XéB +ƒ£ßÎPRÓþsÞ'ä>Æh§ï¥>²ô#Ó4àPÕWNAx;çÛºµ(·ñLE …(_É‚*”Ê%.WT¹} ZNkÕ5·ÎD_Å2¥–è™>W#U^¿Uz‰ÑðÁåS·Ÿøí®Ô&„Ál…BÉ-{½DO*ÑÂíÉ@8JXí[;0ÉàÜ]¦j‰%âQjñ:%D ­•1„ú²K´¤«”u½³p¤³ +`ÐJ WS[¡©û>_ÑS+õ @V®ýÌŽ¹ñ}½™¾ ×ÁÃÈK±IŸÝ+6m#êX«ŠV¶K4$aˆÝ7[!‰n!Ù©&R¼ØŸÕð¢:‡ÃBsð‘ÎG#ñ+Óì°~öqΛ Âå ÏM9]Jªêì6¸ˆPn“O—SzŒbüÜ6ÌI\;"— ,{6ˆ{¨-ˆH×ÜŒ­%ösXG}<¡Ãà ÆÿØ…¿H›‘‘?Ä»(99[Û°þäJ>«þAâQ¹M90€*u>Å+8ôžE{·Ä +Ï|"ŽúÚ+ô&3l Êê‚ü×àÏâÄBÅhDW÷l÷?ï8Ô§E>cÂ$ýž'Õ¡°h댞 ÝËT—÷qο‘^_6r¬µ¼jéb£ÂY"¨éõ5ðFYõ¶Ó‡RÐ’;ϱ Ç9DÍ~º +ïé¼’¡ÒöLŽ¤U0»\½’UB9>÷N ­¨sº‡ –Å_‡Tïa>ÐÍ—P-Ñ㬢`X¼{Í4(™/†YÝ1‡;±hŠ¾lbh)etÝ õð“—MÁ…^2H ®¢üI¸@’÷­\z†eåæaCÜ=³£ÏšóO_øu¬(ånaÔCùéq ß”§â«}kÿ°.vͨ™aËc=UJ)V.¤Ltä²kC"ö½ïÛ¸š9„(ý*óŒ +ŸÉhoDrŒÓòqŠ®×s5:à\IqK^³Õî·—+Ù!ãĘèL^RO©£Ÿ‚Þ_VóÚùA¾ f»G,Pâ<Ðb{)C0$´«ØŒ²b­°T G-÷ržÔ4ñ8‹力ÐÔQ§[HpÀOõboí';r‹q÷ÅÖåÄœ;ç‹¿´™âu•JšÿœXxòÝ€ãÆã×ýVßúü.¸ºÆÁç§ÖÐÁ¥\žE4Ê÷€ÊêºF ´J-'TöQœº§ãEß±$¾GA;ióÖÕ‰P­8*#M%Ó( |uÁ×yqEY$ˆ5j«$F¦Õ 'Kݧm™U•µ>Wз.$©ð½xB¦‚ÞòHìðñ´n'ãÄ¡­^Øt‚w uˆá^Á²bW¿eÆwüð]üO§l¦ªTŽŠdˆ2EÞi¹–òA0î4ªaadê–îèu]*¹ãÑ`Ÿ ´|wµ”›ä 5yol K⡼¿Ülc5\=£MŸ”’ºÕèÉžüf,@h²Åxí,(`«yC…9=/Ì! „ÈLœÒ¢¡PåµÜ¹U_]RêWLþ˜fÓëx§>(Óg‹ºÉ¥0šÍL‰¢û²šä ;¡þê·¾ }jÄ`ªB; ‘ªP7á8µ½—‰5é£.ŒûÅz(³5Wé_fu–çùôr×,…_ ´€µ}ª×èÏßÒ: +5Ñs¯UKŸoȽoÃC°÷ö͈ðO´°«¼ºÐÜT~ùH艥8e«¾(o)¿Ô¿‰D¡÷Î!«– ”KÉ{&È¢‚I–%P_mMž¥4¦9??‚¥][Õca.M£Pט$ª‹SEc!ª‘6 A‡Œ¼éˆÃ'ö1½½Ÿ*²®OUÄäÖ-Ë2ÕyÙ1~’´ýg”x¶Äcä®ÈuªÌ_?x+šôõ †-ʕѧ¬k›v[(†«nK +óXlºo\ãÞì7±ôuÍëxŠp ¬””·‚Œ;;^ò½Uæmi”Oî¡dxñNZáhonÄ=<øv +@4µ{÷N¾¤× åIÙŸfõ‰‘%Æ +³ ’w Áy;¬%_låF ¢T¹Ùa¡ÜFò czak‘“ ¢¾O.²‡g—Þ{4‰„GœîEñãuº¾lcrD(ë8 +RG[s%íÇwü²ßkë>á@TQd¿—=äùùÊÙQ‹SÍÀà­Â‰(.PÌë©rWKË‘Ë3š$ÆÚ4fYÞ^’œ˜Ê¦ul"œçƒ>èì—ļ½}ãS<úq9¡?äé^<~W’yå °yåhßByã}_õÌ?PÞErHɤ—7½Nó™¼úZoÒòÍŽ‹4¶Q6C‚¨#wƒ-rŽÝô™8 ×Йޅ™´âµî‡Å1Kõš+Ì׃”ÞVÿÃX- +i¾[g•˜›lécâ##×k5+ÑLºëP1Bñ\Qµ¹4¥Ö©ozŠÛMKQ¥¹R-NÜè“CXø-Gr<½]Ë4MjT[*߉-—[>­qÔá«]Ø3Ò^g +ÊædŸ­¾ê¡ÝßÏ÷Aîz?òÜÅKé'·“/C?S\ ³© ð +c¢ŸjyC¨Þáúðc-Š“¶Hbh«s¯8Ÿ—j:EÏâ¡‚±¯¼Içøä°3¦µÐÔâg{q-¬/¢yœÅ²’þݧ˜V߸Ó>Æ)/å|³íK–¿ËWÂ¥™]ø6"S/w3ÈCÛò¥l>o<;eÛ“×Ãϼ3¼^Y‡å®‡£g›™Åj¨'·¾¬Ä,8ú P55–’~pô¡¨—<ï²A´DØâ`D:ÇÈ_rHtçÔ"Sñ8xøÔ¬ü¾¾ëÚ«ÇéÍ$")2€>ŸzŽ:"ï‰a>ÑáÄx›ç„8mëkðs%s¶-0w3BvžrZ?Å\® 0z¸ð³Ô?l˜ ¨ö(W¥p/°Îvo?„8¡s{_P„;öøÌð¡¥wžm=ÙÞ=N\FƒÍµyÎ÷SÃÝ/PrK·™so¬ƒ<ÕÒhet’Y~¼Ä »DøÚÄ(5‹ü£¡Ç„ÏCË¢¦pOcµêy6nÿ1VúIz†²‚ôiñdCᔨ]ÔÁRg”'ú•Ä>†%:…æ.ÝýŸñ„.=qõ¼+„Ö° ªS‡%ø’p¿&¸£Ä"(ĹÊ[÷Ÿ:zºs j‚û(C ¾í¤‚Î;˜gòÔ¿¢ .'ß>Èh/•ÚhRuC’á¡Zr¶W09-&ë,rô\XŸñZuw°þÀ†ÖF]í¤òhµqI1%·[ÐoÙÍlóB½µ.ŸžÉHR‡Ѽ* ­“®ëreòšéŠx’ë`—þî+ÃM“~ÄÂœ¹>X_~~Ót²Ê»Kuà=BX]¯F5#—¡¹}-”EÊ(þò~f™LŒ©°¯ÁCuY‘´P±Ç="&':Ùlú'%Š¤ˆóO–eÞ%4‡à6Í +g¯›Z‰¢d3¦ÊH(ºªH? +ßzh$¬¿[Í ±({ªÒwŒZ‰ò– x¿ç]Žh<˜zû®¯.~K2Fâ¥ç(hh\;{ÒœŽII ;'&íÁzD2·å vÓáqó¦/te„¦T^¨p™ aå>5|ÀÏÅÏ1T ÛY£o‘Ö8? õvš;;‚\?½Obg-ó¢¶N6|³]R¹bÁ:¦#¤Z °H"H,IŒ½RÃ})¦¸N-% +—°ï5Í2äû*Sì‚w™­Ó|ý£ð #çdJ2ºàÖÕgdN¹Ö)&@ƒÐ0.êÙÖç~ä§*XæœB©ÓLµ? ROIÉÄxÊ|úNWÞ*‘cù*_Z•’Í4'膾Xhì$L Ð¥ÀKšp9ƒPÖ”dX~Z´¦l¿G®õÜîÕ9»k~_Ćpr™>y%Y áŸÄ‘ôÓ™—·h¸gMѺMí2‘o×f`= zB¾&B ¸aÏt9üÍ‘9±ªÛü‡cËæ¥èTX¶€ÍÙlUÆšdÞ‡ŠêOË|… ýâüìåk6ŒAc‘e½1¥ìeÓ­Öow\”OôÚÝ>õiˆU:ç=4bÂ’èØ‘å­–>‹§µâvÄ(PD¨f™´„"è©Zà¦è8% ÉÞ×–âùäNóaá/‡‰˜MŸK]ÎÝdñs•UºäµÅUÖmmUÂ/ú°jÖ2ç$•ä>½E“]H†k¡˜¥…»(Ê ÛnïIéaO{M훇_ Ü[Ù±‡\*nH¥óåóÎŘ²|œlNöÄá÷W̵Þ«.º(›Þ<Å·Kíôèqÿ_‰ÏŽ<¡ôù!Ÿ~´_d E(ësºÝc®©¤†¥PW%\[’[J'—c$š¦ÁKåëÊüž·’ï EjÌLÝ#Z +-H´N‘¿*çOÕjÜDFο1*kYÒÿ,)ä“]ŽÁå'¦\“ ­õ†Ìö†G¤Aúü„A·ŒÅ3—g)üóu€"fÿŽØ×·@®ýY¶*É-ß& 4á«Iú[Ì@’o Z› mZBÕ¬&Š¸{¦¶¢G_ˆÆâô rT)îšÏ¾.Q¡£‰Œ­Ç3qÛÐÒ´!Å_rßÊ1?¬Ž”µ/¡ÓÜióÒ˜Q ZõÞ,»ž{eó…ö„hƒ„·m‘´WuEÐí‚NBœLèɼuì77Çn +¯½/ãë^‰ÿܳnÝK·ªxÄ—°“âuÜŽïk»„¦ð=5lšn¤àZ³Ûv*K|ÿǃŽ”×N+žÃ|giKyÔí¦ +¶xhN¥^ÄÜCRo ½yø›nÚ:b‰æã†)¬JýªoVïÇFwæîƒÄùA…Ï +û†'êï›RoHùx}¿ì1ùôÈÞ(¯î¶£5o”l u$ä®súN¦eìÓ‰LFâuŸÏ÷™`Ë N©ïÝxë%ØvV¨ãn«ƒ¡“øz|fïü\IëwóÙÍžªBWH^`ÉÇjI£ï´8%¾ffXïÎEêØ 7:žûâi&±õœfà&‡Âb~ ßµ w‘]5kðÉcé®Õß™•È:VóÈ+aá \^>«½ØCÔ“6ÙPU½ .±%_¥Â³,Š¾ÉzŽiÅÛÙ¶mGÅu[œŠ ÷¯ é_ & +j'‚}œ' É ûÉ$ÁûåßP$­Y w ³UG&{ÈHƒ—9 j*¾ŸRî-É×—„5žõ¼Óµï\§Å‘éRIßÙòçþFþ\ÿ +Á¹qNÒtÅSp¹Ã¾Rô0ÿª™UToo!W>yÓƒŽ÷˜Â» æ†ÉãØ+ªOêIRG¡õÿu²çú@ÍsjIJ`²J-´![",cÿö±ˆñSÞšea,œ<–ÃΣ÷2Ê*Pò€­Š§ +i‹IQ·£x[O/#JÕ“Èi•Ú_ÚHÑŒ®Ö¥Ê3fü˜qºÐ5\˜?Û«sÛéØK÷ž–>|¥ð´už)ñÑNjªˆ|æ;L$<²À™=¥­|‰g'Uú°‹1P3;¦Z +¾Ú0ë¿_Æ´´8Âæ!+˜Å×`:Úûö]Rãüm¦&w9ƨ´¿7fo•C³Ç!EE&+U)´Iš„Qµæ]þ".:÷sÄDË,JŸz¿6'yÅõ=³(WâþÆžÒ7Ç‚@F¥ï_x”°#^ºF'oçý¬Ì\ëZ»·¯Ó¹ÈSSjØ0—èÊ°C™XØùØþîû›ûªXõÍÙ! Àe‡w‹!D¸È°]Þ¯g4æ4EÖKèõJ^7Â>Ê ÂBªáæxäK²²OøöóÝêäÚqÄX}¸ÂZ•ddN6¿Sž¤Ý,={ÌÚh½¼–˜¥òѪò˜=„–ujüË03(Ìü-ÒSS‹©-šÿ[ºžSõ3÷¾ãU&ú‹ONÔ~ƒ‡Ÿ!#öÓBÈ£ã$SÌ¡Á¤°sÞ8æÅBç÷s1Ñu@eZÅýcž + +™J#4ʱ—2þëä¾ {¬$®Ÿñ«Q_/búɘ\ söZ GfˆŠÎöy×zé0¥œ.¼U|WêêÁ3Ž`ŸîgpÅÁZÚû’s×;ïg´?%˜ƒÝ&0ŒJä(o2òJ\Ç¢úz úX·è9¾û©@ ¥C£è Ý ‰¢4Ûm²‡ìÜ^ #cÏYÄẨY/rI´˜¥—Eá‘> +Ô½¤wR(퀪;ýüœ4ÊìTF”Œ‹0åKeªN õ¥Ö›…Ë‘oJ‰ÏþœQ³Eðí5p"œ;7Šòý\æwL7¯@ÂÉœÊy^º¸ªá{ªTÌÿÌA;lÈ ÞZ÷Ì,ìÛd©ˆ¨>ÂiÅêõ—åCj7¡¾ö„çÀE¯·,Ru¥„©óì·$"ÈæËÂWUgèÓ¢9KeÃŒɵ-@Q³7x—®xÀIn¨’uÄ; +3ómÓ‹ÏYLVꬻ¦Ú£r,¡dB ›‘žïû•¤C4Ù˜DS®eϯgKìUnw¶¾ €.m™Šf—“ç(Xtb+ë¼UŒ‘³ôáú[ZïWäYÑÆŒÕ|–*j mõQ±öÁœ®¾¨â E,´%8^‡¢7³¶ìp/04 ô৿Jæk’4 hõèˆðI£\q\~ðÍö¶ ­Nî´8'ãq–ç×M7uL01AØ–4E{jkØqèñÔ¼mõ^»»èì€tÙ›‹ˆ’• !¸2š!&ÔóAôú“Ä44²šXò†´’o(nµ­„¥ø-g&¹»¯—´´êQ&RÙÁt SOK¾œ¢zhB+‰§:4â›ä‰)°°Ü~*?¾í: £šËñ+Ǻœž§4r¤ÛðÈÐj'­çsåôllé©Ü€›,ˆñIç\`’ÃH–¾ëI]ZÞÇŸSKB@¨—`J8ÕJÍOãR½/ÕßËžƒLéE¥Í·PµrùÍ}.º· +]'4ê¾Ç¶?ÞÅFÓð¥tÓÎN›-ZÅ2#×0i –„­€yOűzŒÞ~÷A–’ÆÛe¦G¤_®!Õqºd3ƒv½gâgÕxÖé÷ Ý®¡ñ¥¾EòY áçÒoc3þБ¤\ή&ÇíŽDUÓ€A‰ OI~ÛĬõо¹ç…ÒšÄÔìŒI K6:Î'W%%½Þ·œNš½×gL½ÄÆ^d©ft ãµ|äu%UDñíÚ/ÑšbïÆàËvšêžR¾=l§¶Ib£E´t/»ò±¨á—20ñ~æ‚I¿uýhA¡´_¸<Ñ”Ú1X{Ûõ:Dÿmè¾E­ü·S=ÜDF^èL¯×äÈ56GeÉI³ÀXxÝø(–ì©9ÚêsW#ßÊ!C3×@$Ôh|f¬Dòñ`k»Í§Ó){Ó ‘vz¥¦·ê›Ò&+õÜ–‰r¾8mµÎÆŽÍ:é˜ï"ÝìëuÑ$bln9–]øbÉÒ1 ‰¾ò ~G&¾õq«~ùJGÕË¢ ¸½q†ÕGdoø5I}Èa¤“I{ CÒµŠWú¡f9âD]ìÚ\5`êÝê·Øpëzp˜^iêSÚ"”oëV€f xÙö#؇qÊ™?̨Ñú™ŸÜþyà­>(/Ãu«þæqßšö<Í€ßËR$‘%WÚ½ Ë°tÎFÓÐ^¦VcºM`n»QŒ©ˆÃZ™Ã“²×¡æ|-Âñæsä„óû“n½Ö Å¬¯[vP• ÚtHÊò™ Æëð÷«‡ÖUÒ~Ï­ž½yøÕ ahß-ǘŒ¬*µÎz¥ìª‹“y|ò@¸¢•`ð¸cØ}ÔuB#©ƒSÁþù ãKô¾Å–O±¥ ³ƒ˜-H3<\! +“L)¡›_Hò4ƒ/à/(˜ z!èø%Öú¼šÃÃËÇDxuÏòQ£ºêIGýÖ `yûÚûèè8À¸ª/›²¿Ó°m2}þéœÖ0›F³e:ŒÂgk./"ãºã$z_¸¹øï–©Â(Ê­ô£¼•ûu`𠯔T/©“`3aÀ‹¦˜GX‰+\V¦Ý~,[Z'Ÿj_9ð±ªVD0ùS·mö·Ý£‰)u¥¯º 3×Ú†X!FýtMj# Ù?¹ ³þt¤§ü“„'Û1fA›´¢º¦|„ 0õu7jhåöÜ|°ƒ.‚6Ϲ*]5õ©¬ËFèhà—©XbÆ «hƒV> öl {¯]G’ Hæ¾ä_·â.É%ÖRk4H»-eÑ糧~À㫧 ;¶ð+‘µ¾¨j©gîtžŸüÁ~óE-ßÎ;xŠ%¿ºŠ]É´+ÜauÕd{Ê®/ðÓfM7WÆíéóØü1Ê\Ž•Y?Þ»ï-:võR;ß1@¼MÚÎaÏ¿J¼9`Öx™e(@n VY¬£é¥°µ÷PîªÉ=@3½ ѯ‚¢Nƒø)e”æÅØ·ßú¼CæAa&1€eŽIÚõeÖ‰ ~øaì8¯†hÜ{@Ž6¹ƒYLþª6Wþ åÈ¿ e„1¬Œ~ßí’„øgÈc62‰O O'¸ãÁ5“¾¢ô’£{æ¤í¡õ·òD”†}ÿ°Ï~öN;’PVfŠl»R©0÷éòÑÃ(¾&^IGŸÆ¢”¤—1k~®H¥ ýG•“'±`7Â'4TA¨Óž!>áÏöGIB 9ÊCüi dPØ~ lWó[ÁøD‘õf(׃‚¤XN€f0‡Ó'šå‘²Í‘_ààçÚYJG/›r+ UM|!§ú£¥Ú<S Ã/0Õçxìl7–RECOOE‡î=›Âx.|_kícÖ^@0]fçÞíCf*e¹<¾Fá#¿vekY}žUÅ'ÚL“‚8ã>Ã[Yà浉:"iÆæ%ò™ñ$³Ñ†c¹œŸï­fóe¾ŠÚäôúPò$«ö¼YXü$Â#ˆ±Ñà¬xƒôäj±­kgiSX,¡D9qÉ×.‰¬ÐXÀ†P€#vê,£øðfôsÊH Óµ­QMŸ¹ÙY½úI´e‡ƒƒ±D;ÂP1ŸdÁ‰×’šeÅFó]ìØï&Óz'|Ü­€F×_JÆ Œw‘v°|ouü\jüe/}ŽÅ\ÒÒÙ:n·Háâ’þìr^ÌÑÐCÔw6Ã)§*oØë©Ÿnñ +8ŸfFýd=hÜ}¯mˆ—æ\­ L’T½Bfèê#„‚âùº®¥u¥xÇ–q¥ÒÌ}CÛð2è-¹Ñ{užMŠ_¼¶g[u¥³7Ú+ã7£­6³»Ìà2·5ÎâþZA¾r¢ã¾bv>Twlª mø}GÜïa +ÏaÛìM±þاx”Ì‘¬iå…ˆyW§©QŒyS7ièÞ3ð¬Kÿ@ňß8.dœÊ»—D¥íž6îé£éZ>eöS÷å[ˆ˜„´EŒ°×Mh:ýþ‘Zª™ÒšI}à¢:7™ÁI»ÂÑGÚÊÌq¯Ú¢¢èª†xY§hJ†èϨܚ`âüŒ.L›¾æË×Þ€GÛ¦¯ ixzD~H1 c@âYIÛý˜1>cž&TΡL] $è õ,NÏc;¾„é¯.,Izάb˜y È^AÂS‘‹ƒx…\Ó0Ú# +FGí¥:ˆŽBOìãDœO÷ÇCÔñX +‡Ëx÷ø,ÅìßI#A€ôŒüxBM¯Èlo¥ü½ˆ>°Px®1\V\7•½GlÏT„ðqÒÝš#•ÓªSMt¬+p²Ç°HLœñ~©›l¶0âv²Ðà×ê,HK Yé!rIk_|Åâ{þ“~õ½òÛ./QÊήi6ö=‡W\/ ?Ÿ,}l^ÚŒÛuóÅõ}×…rëûøœgy„²º°¢°­ÐGýX%£ý ’- «Ê±-(ý3ÎàÕbÐFàUnnt:=SÛ,x0u¢†ó`l[ñØ„ÃuR$| /—ßXÿjÖm×dTß??;ëAPÃVE¦~ÈÄÁô”˜Ž±?ûÁnî@ŸO:«qi ò[B17-K*{l¦¹ˆþv¦>ŸgëÆŽëÎöP¶Ã໇’ ¼”Ò¬çØü$[²ëÝ¢ËÞ5–ãïY%^¶y8Q´®"è-÷°¦&ee+ý·l÷Ÿl´%7‡YrTáSè¡ì ô½ÈØæ ] ÛÝÇôä¨"KªjótÉ¡Jd÷ÇØyÃÝ™s}j^ïÁÙd§ê'k¤V‹œ#ì*ŠˆÞ¥­§à†_××=×®~#ÐÅw¯B4nØš6K¾:íÀ + ù3÷”xÿ (Íkå7È.¾tðJƒÜW‘N𛨭‡ñlOåóà'þ„­F†-)¼dú,·ÌR+»¾.Û¨®¨:Ï"<òR˜í#§­pŠ9?Q–u"P, +9.¹úEÚZø”ñuÓ¶ã/gKïï·;š~SÐv~ÿâYºMú}JùJs™ŽÅ§à¹fâENç'W¶ ®Ãl¼>ù«­ç’t‘øÓw{ÐÅ­¼¸É^\hü@EÃ:Ãz²w?³:—ÆlNK6×àrnýáBw¶"7÷:¥k4ovaÄga]?PK¦×I#ÖÙ“øà˜DÒêxãò¦Ú7dqOÓñ¶éP 8æÖ‡Á¯ù“óvKpÐ8UqCŽI¨rPÁ +‚–)T×…3ZÚÖb[Äk² NYÃ(è×Þyb+6ÊtòÉ«š§¶èèö<4vKóÚºóã^¸†ù"v]à/4DÌ[).u}Ç.Lz?±n_—ö¨poÒÓ‡ïeóï`{Ùs_Fñjt~ø©m^_œµ´Ÿ×iĦºžR„Ïagë fòÔ‰´+sÔµ;&jøa¬ Fìoäž½;&ÏÏLºXÎX´ûÔŠB÷ÄZwí½J°,¾Ÿ +/Û³Áèç™N bgšþäWë%ßÜÕ¿:{l:âÂ}ÜuŽvpýšµl~ÀoÁ™µ­WjéúL0–óÜ£¦ãu#}Cà“Þj^ËC£Z§œjÞòò…"q0קHAJ•/äzŒ!>¯xØEÂúäD°ïÊ1ŽŽ{cDf|P]Aãíö_\Díæ‹çÞÝ宋¨-ŽŒ·A`iÑÆ1FPªø‡SIòݦm<<8`I3¤ÓkeÕøê@oGïyüàØC·­.”ó×·+YEÌ5„š‘¿çN ŸÙŠ1ÖŒM™mH~Ⱥ'¥ûXŠ@ßañðóAJKídC‰Ûd[|ƒÛØ舱^cø:yÄ×j|zRƒåp…Zf)ϒ؇+xS`PÏ”¿hË~Éç¸ BÓ?Žƒf°L;ˆìÊ^sð·8 »üY+§ß®ÐƆ‹;…nG“«!?ŸÎt ý¸ 5ð,s–)9»¬\Íž„ÔÎm.퓾šíTÞm?d|Èéü|ÍY,rûZ «$‚Ͳ¹õ}mo £{Õ²üàÚ[;ý3ø©4‘ÕÂe·v‡¦P›¦áW%þòeI_¯ ,[¼®*‹ìªi¥uãÛȹsi\Ÿipüù8µ­Ó°äH!,Ø“ü£DÌÛÆ·Ö4BÏŠ) +OyÐ7?‰‡ož{¨ FÉÈû ÷*Vƒ‘ht·ƒ³^’µFm¤¿9­bnw¤ö@”^Y®¨´xœª@°VüQh˜EE·÷‹éaØD³Š^XϤÍ™=Û¶|í™^µˆ·èÒHY¯/rý*åëõ"ÉßJ3ŒWJÛ“ËëeJ«—¦c°U£.áŵ%~ryjÙ0›äL9ߢ‹4îæWÆÚÅ#dí‘à;ªÕZ­Q*h¥ôت¸ÑãbrQw£ÇÙîßqO8óŸ^è ?‰"ïOŽôGÇN [º®ñ"2.Û ,úÐCVZѲöpÙ?85Ö`‹’†› +ºÝÊ®ƒóž½ÚJù&k¾“ë³Ö–eØ)ý‡Ü‚º6dòì-}oY¡Mik—]~î<̯í­V"5ç|úãÐaI©MñÞIJ°ed䉂å±twï§%BIŸù2ã5þÓ‘å ø9&IlÐ%/iÕ ä¾s/-¾}U‘O£E5°'ýÑ)j÷¹ ±sûs«ü’¯ @¿üOâ:—Ÿ{vh¶t6}x¤$&½¶Ë& Ïô†[t­ï=rvjDð·Ý8:‰Õ¹£ìSô¡âW¡ útÀB¨ “ŽP'‘ý»"–æ7ГÜGv2”nôyˆîY¸ìêÉ£,ø—#]M§ï¡²¬˜QœÞM¦5Ñ x ^l«ñ À™,ìq][ +{&ue¡l´¦q‘xû|›]SézÑìÃÑàäìÕuêÜÁ7ã¹ìLuÆeÆž©+$Øé­Amz¡¦Ñ„„3bÏöO€Ó3ö$¨Nׂœ÷¿¾¬:ⳓ²GiF +X¢¼»±Ñ]š Òç$ª˜ñæá$¬,&¼eÁ‡,RÌå 3«ô TûT[|î  ù’?幯ðhÙ…nMØ›Á˜aX\œâPK³§ ï³Ö†d¬j‹+˜ê„Û¦ *©ÙE±_éË¡´_Èú~XÏO£‘j¢Ú|Üï@K2H×z0ͼ_ý5Ÿ#63Xº•#ˆd´¼õöLÌvU è\_†3Uæѹúý÷¼Ñ#»ñ«Ø·OÖWÉ»üy½¼–c¸H!©(ŸÛçƒ(#âníâ–)b›±è‘•U É¥f øÍ !} íºÉZ˜lM‰F£äxŒ‡Ò­þÀpûˆ>Gvæ#º1!xF‰¶ÄÍ0¿®!÷ ïªÙ/—qXíi¹ª§»Fg(®¥i}ñ%¨…^ã€flo዇thá‚Ý'X)'rŒ³2RÊGÛºt¾ì•}èQp+®C¨ø:L ¿2Šî”µtŠìÀûè<&—dœõœÑ“'šÔ´s€ Ëª¡Š“UÀô°ÿ@¶88ØŠÍ9wåüA‹’½ôB>?yØYú˜wÖ”ØÕ7Rmgc^Ç"ï7”#ÿæi³z™¨¤åF­¼D„º »Éá~äz˜åGÊIžžTþñÁ»% ·ðÿ-ËSp·AC6<ùäFa3°ÀŠºèá1¹?ê#ÿ””Z!O¦F² ›dA©:l0'kѼbÊÔð~á~ñÒ¬ðJ_̺jt‹Yg9ßiysî˜mÛÁ"ü2ŒVi»OM’à ßàÁñ 5¦QË#eÓœnÖ/‘YBhu‚ +…ÞT¿r‚à !,"Ç"£}ƒ¨Ïe“¤Ô)õR¦°V +¦¤=²ï,˜¹MxøNÔoÐ3ËšEy™gttá|ñ8ú†`ƒ3e$ÁBï®øš½¿a°®R¼ØdVnJ2*]ð=Ê|}$Rδbè0F-%Yô:‘ 7|Ú¿9ÊË{ÁŽíäA¸œ±þ¼¬^"¤Ûltªò`‰aä‘(A kK@Ú²öC:eÄlZ±.—‹6Ç2ØÏ$Šh˯Ò#xÍë"™Ç‡x/`®”q‚\5ö6rHu'3û ¶eĬ<º(·•o^qE>¯YíÕÑ„}¨<Ë-²ºÖ[*YÞô_Âm» Ú%ÜN&/Gçô·K1X˜à¿nONÎE/c^¸X|Q{Z¹ÆTBPÙ³¤ìI¥él~sPš/å o&×"Y,—êË6ûد7‘X§V5ê +æã‚[[Jmæ2XÖs@o¾ÿã Õahd?;hŵÒrÚ5tŠ—ÉŽÎ}t@©nÞcUiGDdúÑ+£ïEʯßãåÉÏ +¨Kû¹ƒ€¾—6sŠÂKD\üñu^QrjhNcŠ<<¸~?º4Fû¡þ}Œ67ˆaåu,+ôó¯Gj_”›äxغÑ(Ö=¬Fjð¤ý럂ýE…5Zèµ;_?β î—4,CÉ Ý¾Z‘mNÄ—ÑÈ™4Žq†·"MWœ+õO$#ÑßTH7J}KÖ~ÊÈT‡»1[ÞÍà,Èÿ¶UÒ¹ú¡@Ö,Wù Ù²qÈqß(¯OWXÕøñšUÍ`nFlIiÿ'K2_ ûf]ÈfOo)ÆíÚ +1$@8~1ù~iá+QÜ/l ”eè7”Þó¾ÂŽTøÏ\NqÞõž®/ò*åyÈÌL?nò¨Ú&¥ƒ©Ó9ÁßÑò§¼Ì:Gvª“–êól²—¹7°èV§Î †¿0¢ÆFÜüœ°M3/ÛagVjÑ•.f‘~}p_˃lÜ™#…<»W, 4ؽ¡cÞÏçwŠôFº&Ä™sÎqªA+ò=Æp/›òòµ£ ÊVð’6˪Ex£vë²´ R¯YÅða8¹™_èfä3tÉ4±„t ßË€©²)I;5ö:ö¬ ÇÒ]qÑzs>M>cTg(T6~ù«^§œÏk¢¿ÙÇ-h‹6ªˆ•Ä¼¾Òø%{²j­éë–yjîÆÜÝ|.ÖbçºÌ·ðpiÚÖ kÞ8ÞO,±½8}L{P=0fƒhK:‚¹ý¡È–ƒ¾í—;ö‘³cÙ0ñTÞX¯¢óRC% †® @’¹zý!É'=—*öÖMûfÊle}Øï»ú£ÄÐœQÙŸûZpÃîólÞüFH;(¸ï×ú4žŒ{ŠñQ›• $·á¬ÈE­êªŸ”A¬Öœƒjˆ¬ëCLÈ~à^ Ô (s[Qù +=PÙröâp+܃íDÓ³’ÍWsùHÜ´ïaÞ&€-ÕüôKË)#þ|Õ•¡í;ÄIX¬K+X$7:‰°ÜyÃÄQÅ# X[>b…§s4WLOß&"¼Vßë][(Ò­Óçñ"Þ†á¿òu¿kÃþI=®å1’Gϲ¨ÂDÒ.å(´Ûé¾›£ž»J)Û.ØÑ4•K/0—")pm­Ø=ÁË6**NMëÆ-Êäî9Ÿùè³ÄGõtÚTüî®O0éšOà Îæ.mºH0Æ GäúÕÅ$—?hèdi¤àbúâÈTX¨«æ+=$¥®¤9FáÕ2{Ôï|§1²É=£9U><šK,¦ÖV¹Ðy­æJlÙÜdÞÙÏcjÇ)rѦ²àm¶ƒ>ŒÈÜ*µ—œ½ýÎ\HjD±¾ë´g¼ÿŠ@Óz§¤*Dð¾ÕãJE·§oÞïg6at®l°orwlg…BïGxFÝe1ÝÎN^ç3å¶×FYÃß`[YݵŸégnƒ'ÍJ´Êô·p‹Já¢r6¢9½Dãraim­¼?Ç‹p¡ÄëÆ°÷WÄÚp,Ib‘u ÅA®šLsÁÉjG¸;I;…î½Dœ &Ð ëƒmïšô…뻉ö-‡IC@£Ë“–g@!cD‰á»à‘a¬þrâò}íä”$;]·ì¥›×©)ñàÌ!avµ¡Îô’'õ„^*”z²p MJæ)lžžã­‡þRjl<Å¡¡9U±uãªíËõR_,,ž§Ù áë1œ×~Þ¿ó‚â€E¤a­dAóÿ"§4˜Bþ–‡¹]m¿F;:Ïk:'ïûÍt%,QY7Ø––S&5¹ŒP ìEL#|.J.£j,tîháì0ÈÅ¥y ä¸/†«è’ÑcþÇùvy’Ù²òI­iø(: ÓøK,XOfç¿À’dÒlϨ!¢Ç>²±êm¼ú"Óìä\U#˜©ä©lí·…a[ÏáUK'¢4Ç×¾y½Qí€Þãl`I¬ùÑóbL†U‰MXä :³3 Û¥$k~¦.ÕîZxÃñ‘†Œž$‹GV¡|ƾb‡0C´²åÙ>FøÞ û U{¡£±ï¶¢ócˆŽ,FZ×Ѭ££>rã´’ònÂ$ŽïšUš}¬–]Ù$NÏÅõª{9ïNc˜ÔȘ”•:ÎO˜Mû¯_IÏaÜ噡†)àÍHІwÔYÓ9i>ÐÃÀ´Ì7ÞÈÍR*üpÔfˆ6kÎÂO·MDZ6Þv !µÇá|ƒm‡ç¹®s\’«°¶•EÔnÈOÎ $\—ª£¡qX–î¥Õ¿8ˆ=qgSí©÷R³Ä+:e— +XÎ)»b…ÁÞmuE é.›r¸c¦•ßÒ.‰cݦҺ>Ø[—âÏa7µ<°/ÚÇéß}ë'Lú$¦ÓEwã SžÊK•÷ì'¹•Î{ÒpI8D\žèQíoð,*'K„ÉËñ‘ù‰¯pZ>Øy¦bÀ^qvbþŸ¥K7J° +9]¼Ñçõù$†Í°Û_äRï'zêY²®%IV©Ÿ<#퓈ŒdÌëü%‰Ì\$7©K³gc'Y~MÏ ûˆÕÃÖŠa[|F©Ãü¡3„%é&tùw1ögŽ®(v¢`ô@SáOÖÏÌãË÷ˆ¶Ÿƒúbõu™$BJ¹¼^¯J}=¡z=G›½ÏO¬Ó_üÕld•=áÇñ¨­ëVšo ÝìI^¸ÿs't»¬þÅS¥ëø£vú°„P;N…шlúbóc@ØA}'¨=hE€„-´WÔt_×Ç™C™%èE\ 5D8 9*üŠÖ¤nï/äÏ¥æÎyªhŠ»…ü>…Hd€q #ÍGQoó8>„ÞB½;L¹§[ã`_ÑØÜ8WÛßñd\›YÄ}”åM>¿,³ß fY嶊þ ©†¯HÔ<|°zØ…Nµk&ÀùxIÚB +GVåOª Þ”œÒt–ŽÙóýÚf?T8è'< YÕ÷Âp3@ÓÇ°²R& ]¢ +ÄQ¦…ÝËá·sñx!ÓˆO +º·& ‰ÖùNÄÿúì—5*îüÉÆÞÈÙ8 ßZx´ùƒJü$…Ýþ²r¤eí¸½+/›Ò;Ùix&àrÕQ!úwÙ` vF + ‘Fr>ùMôý~ƒ{ŸØeö¬ëîh1)üu/ÈKA‘al†‘ŠÇ³˜Ôßã&ç€z3Ùé ¸Tæ~lz²F+ F„úÐe«ôzvh6.Ó€#Õ.ˆ`£@#{¬ôæ–lÔ:°!æ,U§‚zÇå±-2F2ÉÁS(µ¿ŠmÇy"±¸Èá‰ñ(o~UGaÂûr‰¥Â„ÑÆZÊ‹ÎŽjèyåxÂ_ržÄ°ÿfù¥ÖòžÀz B_u‚X0d¡°­ÌT”â¦9ùZú$ù‹-L;£¸TÂEVšŠQ¤óÖOez»ŸÐSÙ ‘-ìfÇ÷àç8o¼éåå½½’g„10ºåÕÃa†`vÃØÛ–¬µ¦O¹ùËûÐàÑ;S]þ k|4ÇoÎc\‡QÍÅNƒÍoiW+•éÊ”3EJF5·Á¢o:^ÁOsCAQ$4㣣ÕóÁ‚pWf[‘¤C'àÈþcF³OPO[Cº äž#Ë S gÒJ{4\qB!}´ŸK©Ò9y„bo†p}§‘\ ˆkzÍ.?ôsÛ¹æ:6ÙÛ*) \ÎAÈï·­ùæšÎ!nÉ͇!ÚáËCWéÍ£ûrwÑ¥ƒ‰™–GÄ3ç£7ÒNÖ<î³gùøI¨;9È øÚð¼Çl¹1Ð1ð*Q¨’"Ë#ÐzŒ£Ë‘ :`î$Ûu-6ÛÝ)ìÝ/àsäþºû‡Gþe þ–1N?ê5îÆû·a)uHTÁ(¸˜Ô[”NIbH$iz+SlÆ›D Jûa#RšÍi¯šuH3ÔÇ÷«ÃWP^ÈM Ô!¹qd`(±3Ý¿îëîžâi3ÕÓµLÀk´â›cz­øÙtEJ²gÁŸyÄpáì¬1dôã•‘æ°ÁÝ.n ¸ròÁ‹Õ%Eý! —Z Vt_ZÔ´º4‚Õ§ N2=‹¡ŠÈnq#¨{¾Ã1’”†%ÜU1ôT›uc~.°F•pÇ!pDð#°ˆôjKÚ*åUý …¡þÈíõ¹2¹ü¦Éá6Ž^6ÏMÎy|fŸ*ç…Çs+Ââ`Ìü>˜hÓž5AakˆÈ yÜq¬¹[Ù)­—Q<ˆ%ÕÓÚJm,ÄÙç‹®µ ÆªÑ a@Ðòq7æ +”î#¨O;E¥v"ùòÜé0¨2úB« ¼Çh‹Ö4pÞÒú„VšGm@KHÙÝàv=æ3ZZ™¶Ör¨ÿïįD!);Ë{\³ƒ¾YLŒaCp‹¶‘x~è5(YùhB  +úpœ`@µjÔd|¡*³4AU'HÞÆŽ¨ð¯îq„ôB• ‘ºØ Ù¯Ãùhøϱ¤}‹ðOŽÀþz‹¼"ˆ]SPªÜr‰;w%È|ÙáˆÔÚ£•’·ò§âj؈]ˆ6^öðAÓî‰úÛq.Æe lJ>¿ŽÚþÂW~C½nßáÿÖm*c_8pIÈQz\¡?Æ›¬¦½J"µÜ²&È'%ZJ¬dÆÙoºÆ'E0p«‘Aãú5{r©Š ºyLV¯;²ßÖ«„üyv`0*Ïö´KÏÖÈ ÖFB Á+ä÷‘ÈÇqj ˜ŽœïÄݼa͆È)ü²O²»¸ÁCYÀ­¼W-ÐÃ7øî‘©èx‘÷WO;dÞ#épXûŠ«ÂTItÇR*ÛŽ}#›³zðvWäq»Ð2ã'«L_ô6øYªÇfÒaÁ<ÃúãQ/9KsÀ?“ß®êRcÈg•ä°ªXÙkƧe(P±j\0@ÆÝ‘tL#"ÛŠ”¥CëS7G¶!’MfÿÃ(œPþAׇ)l÷Æ/‚Ÿ˜­Ö*2€-hüÖ†B*Vï‘–"Ε¼Ú`t^+ ¦l³ÄJ7L” +' /6q¬ÈÝA–†?g3ŠšS”ˆv7¿ÐBÆ$ì»c8‚ë6e“c.+Ç·œ¿ªàϜφ^ Qr lVŠ¾ß‹T¯ÔxÙHÈÇÊú½?Z/ï5§×Q¯YµT¢†G3ÝÕ!ýc•Ë.™”ö øÀ°Ê5*©Y†ƒ5`"ÿÑ.Å]kv¹-™”‰š* ‘pÛû•(t}dI`LòDÚÏø¡!ôœ3tƒèlRCá•}Ðrf®>[µà% 4ç C%p§0YvcïyrÐ5_—5v7Y–Ú{:ã=>wòð4•÷o´e‹“À}¦Ø¶BÌ\Ôb9pn°½4âpr_Õ_ý&„Mm#‚Ïz`q@ÁØÞÀG/*#KŸ;^zÉS•Üß°¿4;ð’¥ ž7¿g"U.„ÚFÖŒç jB…“(ÑwÏØb.Xe1¹õªºì;Dk/Žd‹‘¹E¢²<úîü¡ÖX2aSfá¸õ&'a©·ö Õ‘ä¶4¸#ìã^f–ÂîuHÝ}^:çëÁAìžø˜9»wM©j»ÑŸMÆé( ÐîÒnœ™'ì}”›¦j.­ê…^«ðåJÕ'ÙSÕ;*BÀ4o°²¾`ô2ÏH +Î:$^ˆ»nÍ", “iE~ÖDT+™Æ «ë¹£+2iãýÑÏ\§Dh'ÅŽÏD ð´ßúø‚ J)Šßx’].>¡XŽ(€Ý&Gh +€®3¦îħÓºäÇ ÿbZÅÞŽ†tÄæcTQÂh†‹²ûš5ÓqEd<_MÀËä|Lì à‰WÙt8ló;÷Sænèêã_=8Ø2~È^ýWŒ^æ{ÏÉÿÌ•§»¤¼ +éð*€ Ýf7¸¡l NLÌæÙÊf"Â1ÁÁõ ~¾Í:Ò´H W\"„eXÌ  r3N¡o¿„ ËêL¡ÞDUhØè´ÜÝd<#íõ ;ÅœIž vø¨‰ÖônûçÉ·cØ¢¥’ççwiÂ'ˆ3"·jÅÀ*Ns›¹F›Ž +N1Ë+m²²F bþ’íÃø‡ìG¢¨.ÒRs;o‘gšÊð#¥ã+€hã0u?9n‚H»HoâMûA‚ÅÓèaá‡×òªw–¾††MP(3§4<¢H™ç §–es¤ÏhÆ®„º“’(±zÏ@Ôiߺd;20·“õ´„®HÔ¾Åþjß"àÌÒvÉ\à¼9‡Éhf”0¢Þ"„ë²Éïÿc»|Ö)C cIc‰s5댂ÇàË!ÉÃ-¦Oƒ›1*{å~D{—ßÕTh»å8I鎜…mÔšL<µFP!ûn8GTòÈ9BQºÉ–p0÷¨nÉÕ…qÏPIúÆñ_¼Šb5¦¶TÇ·Z `ç—uñŸJ@uvDŒxL%º÷¢ŠGã°™?àzù1As ”ù8TÎüy‚éÀ&—4óiX±ÃÆÊŃÜ ;Êå¶ÑÞÂB ­\Ñ‹J=ª˜žfTÞž¿BÍQªZ“Å;>É@²#s®óCk)cW‰$SM¿>úÜzÀ«kñUNë~9ŽÓ½dÆwVÔT²$Éš +¹¡;{¹>ÝzavºÓ8Ÿ^ÒˆÛ£®]ÿ˜`Ç3Åë$˜ü-Ö 7|m¥FUNÇʶʯªÖA­ôYâ#·üÀ•»¤þý_ûÖØbÖÈ„HIÓ¾…}b`ÚgÌ_„Ó³h¸:ô~“¯nä]W€v› ÑÔ7¦"aÍ"‹¢U@"'›´LAtƒS÷ :pÏ­+åg’±ÒðÞ4•qÛ$BãMw p‚‹Ý9N1>œÐßB W +ÛK'Á>ëB²ypmü;8C Kç/z8<¼]C¥RËaÖðð'¼g bZ{?ô÷ìs]EÇfM9 $…sjÅö Àª Ø+.¦BïA“ÝR„?(¥¸|¡»Üæ™À‘¬If¬ÜÆÁ7;y'zE¿ã9‰D`Ç\âHÊ؃=¿cµöê9 °¾LˆYØT˾3°õáWXzEtø‹RqK>MãZz¨¾Mz•þÖ°r‚휤‡!!Îçñ®ÐüÞ0àÅ8œRŠ#ò¬9¢ŠÃÐv¹×0¾–K]Uú ]…u™}kŠŒ••D¡:š5FüDº¬RÊšj¡ëÅ¡*ãˆï Î/ýmÕûó‡>ÄB±;“Yæ0–|€,%È1ŒŠ†‚ˆ³QŸs7eNPxDg« +µËbk,g™=^Ûª× ÿ OAýÖñ_–‰Ñ‡PNA ÀÇ2 ²ÒŠº“wºöæ`ᆡ^Yq|5ç´Ùo2à66%¬< +bÿ‚ñw¦âÃ=FÑßž·%ç!àÛX®€4°Ó”‹{KIUçÄ<ª4fT}Òž%F²¼VÒøUón÷t×¥Vã®îeóÓóðJV2°çç”ÝÉŠZ!8Þ›ÌPš-¡±+ô£4® mìÀÝYKøµKZËZ V'wø˜TRû¹Üeë¾È—0õè¨òàƸmÖÒ(o7Á¦how{{ã{C¦š¦Åüo)¶ж¾šnÁW°5—™¤!§ow’µJ¨Zßl‘“=.9…÷‚ƒî¡òÄ?¤;n·´ñÒ&Êyb‡Nd&îúnP‰{5êñkbQ¢ÔBüÄlNߟ?Æ6b/ǘ¨YîÒ¢\’ÓW³:!ìoIÐŽ ¥GÃÈì$ÕiŸÔf & ûMåÃ/â5­³Èê¨GÕ'V8Ž=kôþJžsé’æ[ØV»ç##vŸé.y±÷¤°±Ã•l4ø@Aƒ¬òA,ƒ“Ó‘S2G~CÐvi±(xÑ„ÿØJ>S¥ÝØ(\««'T:y\δ9ó‘I$EpèGEëâU‡ƒ¢KÆQˆIdtuY¨³„?§ïýñ¥ë8©^ØŠoã²yHú ›<_5.ÃÎ>ô¥ƒMÌÞæ¾PxŽ6ZÞÖ8,¼µl/<ΑÀVcr_•O:D%)¸“ÊcyšuNïXy8­­Ó¢*á« Þb²? ¹ H ¥Q(ùeÍú•¼ +ºw%H²×u¤±´Và œ`—曽ÍLj^&pQóÊ$W/ô¨‰A§Œþ®éi;Nätú¾Oƒ"옔æ»0ç랋Éòó÷êî 뻚"ñxCÃ> 8ÙGŒ«CKëº 6s’¥?å‚>ï2çázP„ÿn\Ú°CSh &Ç‚×v'Én9…B‹ÜÈRôà¨Cd + GýÖ ‚Þ†²:;Õ÷døµK‰ƒMuÁÁd@ê!+ʣ봻$¢ËCèÿë¼{³0k;»| C{ä”*<ÍõÀbÌøPTì¾#ÈJLìb>Åfåòó¨bN‡äèWÕý.~mÌÝÑ¿þfQÙ ü²ZùŽðOÙ¤N;§æ2¼2jUôårží +…€xbìh ß]«S +k=ê@÷©ÊàüUWÜ•¯~†˜B)¿¾)ÙfMfž)U–O£ÑºÇ=µŽÔ†nÛèœekªÓÕP¨€¿Ç¤s¦ÞÇÁ;ꕪ ÚdÛaØ}Ì[sÐ"¨8âI—ÙÑÙúÑl!¢Áö®Æ£Ö¥6£ùµZ ZÙ?À§¬ˆBºà’âz¯Ê-ò£g#¤)Š)/8R9jCM[®[åÎ43Ž´<}ÖŸÖ×2:J‚)Ð µ<ª[Ñ…ƒÃV‚GWæ]%}ç`ßœTm’_ebÖbññ5\LJaâ&PceÏ’žÁæVýÂ,põlz]²Ël¯ÀfÜÌmë»,ÐN[=5ˆ©–F°¬`‘ðÕ£ó½—ùÄ5N‚õ±Ê&,“CnIÐÿˆî Š£º8m­«²€YJ/ äM^›èM“Ï2=L¡rµ(˜!¢°“ØÓàÿÙãIü¾ÓfÅø"±³p4ÍÜ=R?ª×¸#6:@FYÂÃ&!LZ'¸=Jœ•H±Ç¼*l•ÊÄUˆÅÏ`£½ {\“¸/šgÀüX>$9‹Sx9¥-›ÖænÕ)À9-/Rjxò¯:‘!ØïKϤ^°’·L‡ýÏŸÞüI4qK‚*·4ñ­VýP“ˆDªº„C¸“…¢‡¿cÃ"-¨7dÛ”ùzõ %["cà* ƃà·= +¸·AØŠdCQ;ò.è9xë᪯r€ø^,V™¼’¨=¦‚ü¼Â›0ü±j[¹¦â#©Mö•X€|ßÒë=‹gØr.•†T›ç„\2Dº‰/]1=¾®gЧðH‰°âÙËò o8os[Yä©‘gE;yª^·0æ÷ “P%Xô«èÕORaZ=\+Rè¥W]e±-›°ËÙÚ4béQ';Àh¶*²•ét´‘ºëuûˆVÉý­ÈQõòe@ÝïzÞDo V”¹Ò€Äñ<ÈdP¼á™v÷1Æà—#ºÁ>Á™ý&%«¸ +GBàOã'{ÔÕã³þ™Ãº%,W%¨lÛ‚? rÎ5‹Ø»'mõqò]±gT÷ïÊ–¡¿oË«›l#/òr¯_=Õ·ß×±ê†Ö*IÄÛiFîzƒÏXŠ4¤ɶ$$¤€6Þõéq„.|Ö·fUöàj“Žì®c08ª—‹Øw>?Td¼ûy> ù +ʹˆÝ?³zI^(ÒÞÕ¹‡ +ûÂ[\L¥}Ñ.TéŒ5l½ +t¯ Z5yO×……’½Nã˸4œeùó£ï.x8…ì*˜wIkĹñ|;ÌŤÈ ,28ü"vXÔ˜(ü̵ò¶zípnvÙÖÿÙ˜ðvh8vwŸ¢c¸|à âÎøÉ^`¥±TI¼W|î6´fŽÃÓm'ü®2´(kNÀ­‹ÿ»´Är¿±ŸW%<è,±iˆ&q`i·>Ž®uŠ_ìÿžû‘ª1ŒN÷Ú¶<ÒE' ¦0‰òI¿9RXéHÀ.Ô“L˜|É_:E`:‹š ÆMîÍ}Ì–}gë®)ÿVŒÐä†æþ›{B-'å8’Åòñ|òÈÑô¥¸î1*PvÀDñô…¹++¶ÈaÃÌHÊE›¡š?Ì0úC¬…‘ó/Ǭ8¬;o”¥µCs`+gm(#w3‹>Õ¿°£ÔÃT•‘þœ“±øgÅ×…Ú궙•-Ü[6:êŠxrÃ{NbJõ›‹Â€ù73ÆP7L‡Å¿ø@!G·‘41‡ý¢æö»?X œ¿µëDÌeº@ñ€ˆÇv@ÆR•ÒJ~6I}^…Í™ŠB*º4.Øô^‡@öot:huÆ\IÃÇÑOT[äYŠØœÔß®­ÛQ/œ2MÛi¨š™…€Éù5ž|äh"L9ýÄÚåZîöNÚf¾òÞ(ÒðdhˆÓX÷Ç S BP°=Ñ‚ÍÃúc–o‘Ê}¤){Ût³êòaàD¼‘¯ws4ò“ûL"ü‘ò!mùZRÎtp 0£]åðä}½išâí4nþRr‰ú¿v( éYëa$:V0¾Iln¥®-m»-5ÅÌ"éЯ޴{YágÇCvºŒðºË£~>¼r g›’;:ýö²²[®«®ø~0j£,[ŒUxdl†Y69£±µŠªÆ4G¤jwtbvr|ðäû­È·øFO¾a·rÏc@²@ ¾‡û­×•ñŒc‚ä”KÙÅ&%ø¾äŠYíxŠY'3sq†ÊŠÔ&Û÷A¦×­®0dT-L'fqñ7ZûÝÜ Øçu‹à‘ßd"4‹ËÒ€~ZZ;ÁY Å¥öÚ¸"ßË·©o—Èü•Ôì®dk@ã¢æ+¿Ø¬ö6êꘃ“H¡öS "p=!ÊQ&µWï<ÃNôîîå‘7²ªrN£ŒÕµÌF¯pcÞ„Î4wƒÉߊcµ§û¬Ôðïlx¦ uN½±sO5®#»êW¬‚EiËñ ¡¾»°ûs“m@J"{ÖjÃ5ìÖýñ†^µ.‘%mj•\ž„ýÎ úû¡åMß˹u˜ügOê® m&I´ ôhïYlLA?Z2Ú¼™€’Aæ`L)Ó£/tYûùКŽÐm3De²£Y¤Mj9ú1ÙQ5ͼ•÷,·¦Ôwœ|}á¹úq^Ä&ÿ݇ՄšDÀˆIðð=iP‘åi™T§çöwçüNP†°ÛƱ/ßHw•·Ö›Ý’É{Ô᧞#jʯÛâjqƒÒøRv(ê†#Zv¹iÞÿlôµÕã¼êÂÒ­{ï Põ†vÚb©^O'™Ê¯zAj«^Õ¦Ù1xa5íæ'©{}YAÏQ: d¹˜LívŠaG:°=“’Žo1Fy¼ilUùéÖy¶öÂ]‘²´|ÎÃÜž¬¹‰»Jˆ+¯Rxß· e…N›ï×µ8œ¥? N¾¦BOã`q¿MÉXH oˆDЩ·…‰ê¥¼’Ÿ.ØP žƒ º\¥5„o¸i>ƒvc±¼9IwmmšðCW%×ìââ‹T4Yþ m-ÎÚõ™ãåÇ)=(o°Ÿó„ZdŽõ—@wOvnµyp}8ÛÒÕÁèÇÃg% Ui¤;HRë{e}ÌC´͉ÿý%Sô!“Ÿ3²^°Ñ·=Z¾`Eð±’°Áó[N¦Ð,ó")ùï"ò”ïÅßÒ^-ð ?Û£rÿÎÙì°å÷þ6{dIS@Iþ»7 |uûq‡( ýòæ€i‚N“/Ø•ÃR«¡O©þÅl|¥ïçýŽ(pá%z×fŠ½C0þÞÂ\C„¿C ¦ø@SVå–ýϬUße»±õ)2 +´]ü'­cSJèc»8{¿?Û…yÁ—ƒ”l-øô(¯y/ÈjnÿCQŒñ0ã7ÍäyÖ¹¹ÔTÈŠpÃìðÈ WpÉ%(ž š‘bÑ 0I,DÓKñA%æ÷NSeßÞ*Äêã%ôø  ñ&%T]kµ%Ñ0',žž}é"³ænU^UsLª¢Æn£ÌÄ +<*1\Û5¡P‹«¦9R°¥æыljCeÙ!ÌVõ‹[ O—^í3´!"|€QI‚›lMÅôžá3­ÍépO‚®Ï-ìHÅ =鸆$%ïy'à¡(ùò7ŒŒÚY‰VÄò´áÔ•³®V]•[Êm€¸†xIœµó-ºñÁ¢à> §Á Ô#›Ú–!5Åêu[¸ÀqAˆr´„Þv Ñr‹±dמàÙî< e1«âS£|ªQ£eþ÷Ç‘ð=¦é˜ø!á«]3dÔìÈõØÀhЈÕpuNïgu„Ãs1îa 3´< +ÙÛ‡}½wQ=JT¼àÖi@?_q³Û,4Ÿ¿Lï: uØ}¦‚3û*~Ò¡iZx\£ò£Ô>¡éAœ<!²ëv¦A³ÏÕ~Ó9šÊ'uãA{emM–$%XÖºq +„w;ñ6fÄ,ÏW£´Ï‘rz.¡±³éGמV:§<"Æè2Jec±wßTRñZ ¹K­Ë¡÷]¾¼16Ç{÷n(æc«=B™ÒÒxθ¹÷sìWšöÔØ]0ŠBó<ß}¥;3”׌d.ò%oc¦ŒwLòÈÿËýû샴f–sÆ«ÔÕÐ_Ì k‡Àbk¬. ×ešM䶦«÷wÛ?­™­BEIøL+ÔIøYÁ…¼ìð U¸µÃý‹/l-n—V«Fz\W£[a#aš…˜à6Ô®üZš˜3²áïaæq; Û:«±ÀÄü¸ÔD.;šúâE\.Ž­Öª}û` +¶P¨Hy4˜²ù-`ƒ”tÚ .ñÀ7Ê€)VTŒ·Ü¡X}ò[¿>ÝQðÆbz=H—¡Í¬f´‹‹ÍI }ÏùQ%ºøÊQž‘ét­<œÍ¬¤<;Š·á´¢)îD>q +¬ãßÛ<¼KvKÕó̼³®=žÎ=ƒŒ‹cÝ{R—Û{ñðĺ¯·K4ªšY‚Úœ}˜yE‘Í?ƒ¸(M‹˜„ÅFB†û¤ ³c,áïøžÞòg`Oyûô„T‚=^QZù\8–¨?iï…Ç úç×,!Õ#Ö¯aÅ®­[ú¼’c©Û·¾ˆÃ7ý÷Jò …RzÀ;™º¨Ë­_}-@³N£‡Ë%æÊÛ›Êô`+ÿ]‹^X£µI jd¦KC”ñX?`®ØV}`úšÁÀàÀ ´–JK `‡°Ô* ˜ Kžµ‡×z>>%“´ödÍ)£þR#f½¡×ÊáÆüÀӲƵé$>fÍ,1U ÝˆÁŠ=Pb,Ñt.žŠÆ >fõì"…·s¢óšÚ7¨ÆßÉ ¨”‚âôÿa‘eˆÕ=´I)ßAktLR‹œÒn‡í~Þ6DÂ:ñ?È`mý¹OËž2Q¦~Ñ+ýefW9/ÿŠ +å&4(qìR6“n.À|à{[\‘ÏDâË4yF½]’¾‚ÃÓEﬨMœ¨T€¨¿{YËáJò ã¾è¿ ‰c²È‘˃%ìK8æ¾òÜ ýª«œáneÓI{ÓÄ`JK¿´ÃÔ˯?b_œ£fw!'¶ÊËðm"‰j­|ñÉà(Ùš +! T]?“:.·—™"dõ³ŽU9/YgýœÆ4i?톲a‰¸kç?Hñ·S¼6ë² ®òÃ\»’€½½g{ŽàÎÁxtàÚUʃ¡ ìð¯…[ôö«¾ Ʀ\ äÛÉ‹•vY¨:>!=û€pãŸÕurQé®ÞÞ dïö&mFbô2Ÿ]ÝJÐ6Çë*xz<å˜Üyßç‹H•Ä³ü:w™~î oõ诳÷²ª.v·P2²ˆ~tÒÁô“7¢#ÈOJøIL¯,[´päç-² +Þ}@ô)ùme‘Çju÷š¥ã{“ ûÝ·¬Å~"µ™Eò›µ²Oô¨A…µÚù0FGš› ϦÝÕFÝŸåK¾x‘ÇYÞK`ð¼Í£fYC©QۢȅìŸtz—Ót]hk³~«¶èìÇ8úO ¤®+ŒÝ%šVìzýNT¿NT¿Û¦~³Ýhðˆ½Oå0‰ãÁMV¤ + 8ù¨yÀå°‰¢ˆÅ÷Dߧ«Z§ävoÒÚ~1,ÈÞÏÔ"Ú±VÃ,U—e™®j]ÞçI7¡= +?\yg&äUÛ§#×ä{"^á7åÕWÔ6®îñm©fhU€?>OEöcÿÝɃþ$±“Ùá†Ðª»•Yu ÚÍÖCa™­‚Éo›:ä™n<¬ý{ĺZjUtý¦/lå”$÷@ÆÌ€%vb¹í5ƒJAqñ!d û'å"t1èîUкºÑ6öÈ ‰X¦‰ô4L9É{ÎpwxÛÄŠà™]Á•oÜ ´åŽðÎ÷! +®rÅ­³Õ + ^ðWÄ[À€Ò,€e)Þ’¾÷ 6@ìÕQRR†„O³~ OèB½P¯Ef‰˜"aêm>TP¾k3V’l³üÿ ¾ÒSÄ·aR´ð%)ô–[¾ääü xÀíôì†9J^%ÎM»¾ÀD"ÁÄÿo˜eÏiA¾pu)„a{ƒ5¼ñölÉçµçQ¨‰*qÿ åÜøôãˆâ½÷â&q% ýlšŸ{PÐyú(û„^JϨڥ5§H7{…Ëçb›HwÛþtA·Õ&С¦Qr¯ÝqFUi¯‰5€±[B´¶:âÏO¸9‰@nÚi3MDº"ìvTùiºúܳ§Yþ& ž €:ØA«]qÌ„g:æ õM‹j«Yˆg7OþÌú³¬zs:xÙçI¾ç+Šd&ŽM§vAÊL„§ŽÓþ›¤À–ŽžˆŒÊp½52êSŸƒãLJï —µ78´²íVM-ÉdjÛ—–,p›Çw(׫…ζ¯:DsSµjÂœºÌâj54ù®MÉË~G9_è½É¿•.Rl¦LHM›´)Ê6ù–çYŒy¸¦äõÖyÞçoôPpªÅÂrŸæµ–­t»G[ûé’S€â:RÈÿ»ãü“¡‚+}NE‡ßéy´ ÏöG{}Ÿ”&bÔ¥‚úëI‹onr¿:j(5fM$÷Kr„»Àà¢> Í‰A*u^aµ°Åðª \ûë“« ê>Ô4ujÐ=MöK…öÑKÝA«ZÄ'û4RNgögJŽ«ØÜ1:‹Â»ŠœJ~´6ºÂÂÉýë Íñ"Ì(áæÍóí› _§ˆQ³ŠŠCFá7æÊ <É Ú;©ç¦æTáö'ƒ[žçÈàÄ@¼*@;hÞ”@ÛÅš÷ã_X#>Ptü %§¿ÔÔ üF(c9Ÿ¶,RXèž×™°0ÏÀéŠpO"ô±ðçš±QVÝj$.G€e^x ùÒ}w믫€«7ô%Þ. Áyýý±÷úEî?Ý]xv©½Ã„SÑö,ö¿¨tƒSð˜C•Ù$ÊìÜ”÷2<‰“«5¼®ä‰czÝÊûP>N7dÀÀ‡ Ü×ØùÖÁæÚ?ošC2ÍŸkH.(ñÇoXuÚKS®vÖ@{¬ÄóLúj½WkòP™¤MW§ry¨Ã3*;’}MQ¬¬!\Ý»ÞSñÏÇÜ0&"x“4“ä|=K@«Ùvc6dd¨mÚŠað„»çä—ç=þhbL„2ËíŽVΆû~ÞðîS~vÖš0sÐÐm¿¯±ðâú‘—wj,þ‰•¼¢@—Ÿ»Ç¿DgI\Àݨ†òc"t‘Ñ'nok¶×A³iIïrS¦x½ï±Aq(6S.4ÕŒƒaºX;›Zc<ìå¦í±F¦ï½Ÿ¿-,]Ÿ¯§Oæ+ü +\a½Xk¼€)›ßßtƒ!re[ŸÍÌŒí[è¥n( µ÷´a÷bE1ºo“MlÅ6£:XžOvi](Q­þu˜§RŽÒµœNó•^C÷[aÀx–óolÀètI’F‘Lh€y„qp}ÊVø(’ªï™ýFï†Ô,àˆC*ÅZDÿjƉ$<ËnQ~˜Ë°3Ï"ˆŽoÈÉuÖt®ñ ²Í®b¡“`t ¯O§Àø„ˆDÈWÜ㔿éTGÚ:3ž8îÊÂSζë+l®õoû5¤+ßïK-­×&œéç*v(ä@GœYþíڒ츄În8~l@iq¹@ òÕ”{Pì/mýArwl@Ã84Ê}¨² ,ô] T`-)«++ª0ËŒ­÷;cžLÿ¢Õ—!ؤ Ç{LóÀºó-g„KckãÈbþ 2êàñ•)ƒH¿™Ì;Ê^Ëãgp…Ñšqƒ§bü£Ȇ*ÛNsPýÊ7^í2®Ë¦¾_“-¥ ©¤»8SgYp. h7‘»©&‰Á’¿®Ðr$£°ÛnÜMŽêBaVO¤õ'± g~ø -D‘ýc¹boTÊ‘^ëD„À÷­ÊKÂ,1-éìÓe¾C¬æG©Ñ#¿Uç}òî·Ù!u­gŠÊšN¡|å²¥ý98¥0ÁeÍÐNŒ-w£ˆÞ†…’‚jæ›Æëv¥¦h@ñ¿Atç 1½Rñãèå)ç|nù´ÑÌ"üŠÙxÔí ¥åJ+|ÇA„šhy¯Cþ™¯¥ýòÔm˜AbB_ÈDìŸð£ê3B¼Üt#¹ð5ƒù‚t5´|ç`"<Ÿ¾¶ˆ8bI,û©*íIþ™®U9˜<³§ïÏý‹>òºÂO^yá:É?z ›õ0Š[Ù9z«ä‹j13á}­G¹Æmy>ø¯–e¯‘EZYzR®Á¶aUïzBê^y,fD“!Þûܯ« ¼% ¿4FGÎIô¬º÷蚢OUL˜çp·;¿uƒõ#UGÿØ(pìëáŽk©aöF$£ÚÕv>ý\NÁ è<@m—>;#G=Óì±JØHo¥ŸÒÙ-Ä)AÏë°‰b±–º †ðp»…2ôD~Ñ®fzâHñ'Ì&äc£†îÍÊ#Vˆn›'¯±ÃL+`V&õA§GI'Ò¾P]É!ñZk½BK”}!³‹R%ʪò¢X5'>L´&Tš\ü?ü°~ºˆ×~rŸXæ^nœÚwMpïTµ +_s]„î4Ô73ä|¼›ZÇ@cí‘7‡.b¦@q$IéaÅ7_f4;š„DÄ›÷¶Ÿn§«¼œ«gÿiúÅó¼‘ÊSj{°«i¦ŽÓŠCº~‰”ù—õ¡#V’&ÔÆð#B4CCAþ±víí…ÅBŠÿçXD¡¯¡±Hd(«Û`ÊiZ$–Õ<¥à‚×`8ãŒC½Ü¢ŽŸ¼ñÍo=ÃEÏøÖÖ ¸uAm©Å1áñÑðûÆ%à h óf„ìÄ"·5t +Ó ^é÷¿xtCkØüá*ëåE#NaÖ“ÄÃ*^ÚdÍE(ÞŒ"EP2Ò–¾Í·Bê@#ö×—ç}ïj)×qh‘nç]îÎÆŸL¹Í^ùœn:û½ßhÛ¡cøYïk×3F™¨äC7 ï’X‘§÷]b`RÏl^¨Cãalâ ©B.†>Œ™©©ìO¬„ ¦áeý3×,+‡Èoy錵Ã*‹—ë8ø@¤r?jòÍhi9;u¨í z“ O#IðŽšì¨ïVŒ }ôcEgg¯kf£Í÷Ýj"1bë»Ì‰Ø8PC®Aÿ7Ä\XC‡ µ®[vÜìçГXÎ⌹B€B–áW[ü\Ž’ËÛâ4°•i îŽÿÜJïJùèõÕÛ×»ŠŠ.©Ý‡y\ T"%»Ç·Ø/sõ`ž0Ñ9+`(ïq v½Ùþ#œ]ó(d /êF(XìÕ´’ë?Îy‰Ÿ¾LUèDäÙJ˜Œ¨éËíÉ×@I'(—#œñIÀ×PìÛ·kˆGî=Õçq.ˆšS7­m ˜«‹ŠÐ8¶ ÏF×{zû“"²'Ñ|e Øì#SYhgd&÷ùI$ÿŒ(He‚Åw8ÑgBC¿°þmö®ž¯¶öåDÆçcJ°a‹Ä•°ñᦋ©§¶ýÌðàFÔ_Nè÷?ÉþŠ‚yÚ£+å@$“ÝÏh\&>›àÁ=IT°m¼ÛÉ´ +€éèI´Tûêàþ-há+né"2üAÂúæÂòš¬.±‹_Ú…")Å“½ç¾k "U¾iD'ûU Ç 1×Ýœ‚"¿Wp£ù…Ø\ÛZóºí䘛E¡É¡ XæµD9¼Ü¹õ~üQ +¾ûÄWNtÑÆ’z ôiúz>g_÷˜6l鞉å6Û@8Ý°‹õ¦ L˜=•ÀÌži«WcJó­[Ï“»ñƒ:É]g”FŸ{\EN|4—0vz'Ž­»6DÙÎ/˜z¹Qc—2\»þÐ8î¨!â Xzdˆ) Ø€eÛ9hf¤Ö‹,?œØû5Õµý±À7]èôzýíOªï)±èFyò*{¨?sÒm‰Ä›Ùøקi î4t«.b : ”‹­ÆïXˆŒÉ¢Td™•z§ØH8ý]ìò Y•ÌpNÄÈ„ß´UÒ‚<ØŠã”B!q(Ì7´k‚’¨Ž¡ª‹ã‚È2…ôùŽý|d@{ªþì&^U1”VÚ ý#k^}®b–°æ8zíxÁÐêf¤$ªû–Îó˜sÇŒuȯ¯Õ.¿bdO˜án±ÞòF¬9{1%¡Ã¬n?^x/ب'º)ô6oL=šw*R¾æ?E˜ë}¡ÖE*—Kö¦â%ç«ö £Ã8ßN\Ã8ýÐàžä–ZWÍdjäkÆì‘7 Òx _­ýÉQò锊Z¾ÔÂ3‡qˆ’è2!ÞPei\UŠŽC^ìX¬ä…¿"Hó¾HÓânøä&¢[—îÏïŽÆDKè *BŽÉ¤?ÔG¥VK^±q|{š¢ViÿbGÛM=£v­¹nšp¯ÑG=ÅÜî­Ž8¦p®É§ C8Ÿ^ÙTªm>Ý +¦¶­VÓ2 qãEÈOû5‘^*À:=ÌÒ§,àfk¼ñ×ÿË¡±u©=>Z߉¨§ýõ‡vÒõ)À$öy±tÊÄÌ×ÆN{àÈi5 ôšÍµ6#·Ÿ¨×ªVyɼJ/hÉÜÚW‰6ÐRmd{ó— “?ع$s!ÓÙ ¡¾€íð©Åa-@‘g—Ü3Š÷&äœ5p˯±m84)­qÙ€!k7 À=aYµ‡‰±¶?ì”ÔÅVìÙü¬G,ž¸ÐÐf’:íðwsÚÌ^½|*ÒfܘQßD©ÊŸT&öv¨wÍÎ`Gþ"ôÏÓ,,UŽ?‚®³~k‡³<ïÆÎ*÷ðKÚšnâœÿ:ŒÍõ¤’2)š&¥#Ó¤¿õ*ùMñÝç…É.Â"7eëNç"ÉÿšµµaÑv®Ú™É‚¶£„ÓT@è ¢‘°óe÷D¶Ìþ/µÅvBái×G]“–];Ó•ÄZ4´Š3zž«ÔFPêÞn‚ìásTç„÷ÇÄ€`× ¤¾ +þV ½Mp̹óñÏNèl©W‚¹i³TuvßvâÌ<\7lÞîaE¯4\Hõ¸%´%¶Ð®Ô½ž F~ú½r\÷çOHáM´ÆÞ5„ð”\Â+G˨L}¯â4ó7LBG€ˆúAÐŒ\Éwó ´<™ëŽjÅókÞHÈMbü?tâúºŽwD}Ì 5÷'ŽŠy6©@4RÔÊdøÚqX6LŸÿÐ-›°Ò5ž|w +&“Î-Ò‰Nm¬ÕgyU3E²Dr+Ì~?‚Ç© ®fÀ¨bÖ²& þ§ˆŽaì®bW1'võfÐcIÀþG¹Î%zÊÐ`€a¾­zù®L¹CïÿvY™7Ê”›ÉìâPëõYú9‰·¥ªWù›û%ªœe$Y¸ð(0Rü´3½—` Ò Œå¦..ø[¼ëŸéénk_‰é¤Ï†$ KMQòþ¥¢ZßÇA¬x»$®šÎÕCÚ¨¤KÖpÉUŠÅ!nÙÖu y¤éáŠÂs}¥j}©[m“‚ T§_ê§sñ2RoöÒNAšQÀ´ÎûÀ#“ÌŒ`ç0ÂW¾ªàl ÑR·6’—ÀªöfÜ (}TÈÓÔx-Íó1êD{ ÄàÎFÛ»ÄE,÷è)î8àÉÐQ‘ý½–SÔø¸T¹JŒ ³ÄǦ÷$£ü0õcÀçÌ‹—ì@7ˆ s£÷£4ŒùlÉx”ζSßN‚5Ð9„g{XßZ­ÒÛÉñÔŠ¦õRìåßói.0šrõ“˜ÿÈr¦Cĉäó–«yf´—î£ò•oIFA“T¦{>êéM WâÞ(<¡e!tH]çÅlj‰ñ=?›$@ú69¦ÀåæRMÓHÇ|3³¥H§d×iËy~ëšÙy†éa/iB åغô­R’ú;y!ÌæXoȬ³»»+qgÝ <ÓÐ%¡€­sgWÓÁÂH< ²èÄbÕê¥Ãô×’äEëWeÈÄðQ4(5ÙO͉gÀ +Ñ&X\NÁ–b‰A}Í><¹8˘MK,ŽóŠÜ@.•86€ 1Ùì2q1Æ¢„j'‡t­ ñ´ÀSLWB §0q©÷7Ô}Õ(o«Aw£µéÎÜ’x•ž3±½}3ÈŠ<ɨÿÆM;¯]È”¬¹“ØȤŽ¼µ}Š­qÄŽ*än;Ú¹;±sZÕÞwIK^¤ú…ÝÖä«'K(äŽxyeôTJ¿aXùð>âÕQF¤yª×Þ4kÙ­ $³³ î{3s}ûZ×îbºÒûyE ,bpºÜ©vÌUº‡wxl óÔ¨Pñ Ü(˜.žYÌ—oW•Íp;„KÊxüU-Mf:÷¨K«Þ†Ÿb˜î r^Äá}ÄV)ºˆFž÷ç ×"fþT2sO%›Y¥€gëŽ7YÁÞq^¹Y—JЬ8¦–vÄ䛸`»€:zu>y‘è ½g¡.[\È]¦Ê·ðÞÍEÝ¢p&e¨iØàß <ÿ±NqÑ9×Ë£XÆ‚úYåÙý¾N<>çè\©¼k+]h©ñû©­÷}!BVçüc'Â`-À[,à†q>9d_A®*»/ {ª>Ð N<èOx‚7¤lñ{$=É-¡>iÿbÄ7E9; Rj:웓 z ÜÒ¹è¼;¿ÄÅ—j ó›]c/rXaè—V4uý® ÃoEv+µŸ˜œƒÑ „Hޗ†±6m•‚(Õ˜§¾ÝäØBÙ_V™Úµ„Ÿíø·ÛE CÛyHÆ©­Ñnù"ž/Ð]ã mI-†½Fwø7#ŠG8Êiøÿ@lÆóa¾ËˆÒëd»O»Š‹À~P±#é#ûÁOhâY ÁQ­Э˩êèó/aVœºpë†CÚ>éö×ÒÈ­b²ìJ êТ ’â‹­“wÄ8݃ ­¢÷ÌûqÓ†x R6—L‰%d½‰Þê û ù +kó#ÿÖnAçRh¹‰)¨%­°É¤ÕX§hˆòÙîõ ?ñ§}Á_” ^·©¥õsäÃRëö5 >ø«£Ä -ÃÔ¤tžÌ±Ò luÆ +›ÖeüOIóR[«>+h—ÛÀ€6BÙ¡â•ßÊß™pÁ›Ö6+› BôÛȹ¼®úŸ~ž€ OGúdÎ3YvVª|‡í´Ð«LæSÓI5-©Bö­kçaº‚šWœˆÚä7…šuqP›¿dºt¦Wçÿ~Hç—%®©™ò9èÎp^Ç}pУÞ!ÊÐÄ ‰Ó{š`°í* ‚hÌ ¼_ó2Ù‡€$É{ecºØå¾éÐgn¥…éÏ'Uç`ÚÑ¢v/â»Ý/Þ’Ç<Ôê~¦')4’D] ”d¶£3¸¿®j̶¶|×£ÚÁá¼­î‰vc1Y8‘¸yiÄ·ÿ*• +ï;yyt^)ÿŠÉTâ~&¢[6§×ÃÀý$ÛZÇJrfzÅùe‡Íÿ{õût”Âÿ²ƒÂ15X¿jxÛ먡ò:ñ§£1ˆ#ñ†|—zKƒÇ!èñåbR xµT^=ZúǯX±B8îDx@g?wÛ„³, Wæ™ö*Ô7Ç#"íè&«éÜÄ{Õnþ~ ;¶Èð9ËDN¥ÉëBoI ÐÁXaÙ. äØÓ‹Â 4•dÇ{tÃb+® ¯˜2—;ëä)áúw$0;’à6eé‚“°_¼¬Ü¹7©[\T2N›´êÁ6IÖÊ«6@§-¯‘­R»nþƵKDíi”aãýŽš:’µyi—eÒ“tQG§®‡`BzÂxÎ7€Ô­0°5ÏsDÁsU¶ ÍÊ8–Ò½\àÓ.¬ÊmªióñE!wÙ:¦:Q”ÈNàÒ/~˜Œêm‹¦6ïf†[׶-ÀiÑ©»a"F° ŒÃa‡J?šâ “y@™ÄàÎ7Á›Ù ³øTuG¯åöx¹8ðîÀ4Ûë¦zÞM{çÔUˆ.üðbÎqŠ»b"ˆm%Ä®…hâ„Y?‡§ÒyëÖŽœ,¨¤V*4˜uù³¼Hü^lãiÄ,MjiÙ¨‰qn–½‰¿“+t¬•|:™²jºù4láWªò&\UXÞDL'£‰ H( T„`m~»Ã> Ä$¦t“­BYïôUÍéEJH!(º‹µˆvËPAÜIêy%¿4JÀâJvdÁ©¡2‚æ§|¦_­‡d¿ÓK.R}xX•x4®ÏÎ6¨ñàlÚ:Í„£Ž÷læÞ0kŸ¾ð +UÆ^†úbBL +˜û³„’B˜€²‰CëÀ€*í¿Ô8ËŸfÀV0»–]*¡¼@¹ÆN½™ÖæÈõÂc¶þ›¨yÕsÈmÙŒí&zZÙvÁ9[e7óÈSFöýÁÓkL¤KúMc¾Oh¼?3:ò][Hã[ÞxÜÏ”~«G,A•o´ýÆ1ü ÌÏ}žÃ$ˆK7›–a¼¯A\°>§b«37äbX‰ 4eÏ÷™Ä£´ª ó¯rˆÐ›“›Üȳ”ï«TŽ wÇ7)Ã's_ö’¾ÙξŽàÇAÊ8ŠyýÆ6>a[ý_ˆQ:û€ËQò–=‚|búßB½ ‰Ó±G\ïRL3=•WÖ˳uÜu±OúÝŒ²ò;¿<¸¿ø•r­Oè§wÝ}jkšñaƒ›Ï¿'×£™7’Ÿ2–07Çœ HÙ›ÿ°æêú(Iô<6xKdÅ]àÞ–qßÿþîߥâIºÕøcò¬:¨‹²œðž¿áѱêת•§ßNîKd MxDr†äPÁÀÉ;Þ::Z£ñçŸ^øFKâ½?á·±¤y”¡ÔïrŽ8-Å®Ìh¾#®bXˆð§Œ› Fª{@^ü¥ó±pãØÓ‰µ?'OѾÕ>ŒÐ2´ôüÎkË!pkeí.Tr¨Eª>V’ãÓÓ¸CAl4ò ªí#ŠE)Í@b˘}]Ÿ£!š¦&1n†×Èäé°g§"0%˜)e(–Š{Ò·*çÅÖ-eÑ=T²ÉÝ&Øwž +bë–‚PùéþW’·l Ž%P—…ƒ4•UYne©˜BþTØv9õž§R#d¸FÂu,ã…ÙRn°¿Ÿb©NƒHÍbñ§õ§Mj^­Nt†*Åyu_ˆ%ÁE)ô¨ŒpZzÙ±fM¨»N µTŸ&Å[”{ þÈÖ·!àFãï»´JÚÄqÆp¶iÃñÙ*<îàó2Ÿ DÆ÷V#…&; ¸ ÚhEù’ü ‰ÊçR„UÚ¶—(ïtý%éˆÝ;dç7»,šÌEüÈ`pþ‡\…3{™é1Œ0,!•Ôäê>Äbáþ/ÍdþÍtJr–ˆçÌsÙ,["ã°‘DúŽ‰ð{~1õVâàq¥Jøx2wè†YþjÒ²õ¦Eâ0x©ÐkH>ž©1çq{?XCjdÁë%¹Ýï"Ù+“@i‹ßýسøhà‘ ‰H?m–Î ›jö$\¸ªzêèGeOSùÿ… vQä£hxÒ• +Í:[¼±I¿«]À<îÍâ0DUö0D ÞãM±Ø 7©þvËãœ7|ïƒÉ# zG—ßVŠ_°þ'5vEW@î»µ›î…ÖÈà^_Ô •O¥ë#{®>”#}C…kiÙ†QîÉ“Éц¸S-³˜DTåUÖbܚׂªvÒ7ìO}S;ÜùßÒ-U2…%âçÉSàÆx^ÞÑž%n_V:È)þÏPT0¡Ëã¶lªÌi½Ì Ûg›‘¾½!zì8· D@ŽWmi`5Ãèù +Ó•o kĺPâºÉŸšÇo6T’θ Lb¸ùô žÂG…ü3z€çEÇ”ë‡m‡1Y\³7Ø"£mºZæ‚ÓNxºr'{…–ûe§~دbÉK–!Ù°š )èÞáÐEµ7Ti¡¼iÄ“;ÀÙ¨àrÛà°4Õþ½v±Rij¦Ž`’ A°ÊË];Y|1´ß3 ~S;®u6CGàî®$’bãEibBüÆ4´ˆ4ÚsÊóh°Qª]›¿§W*œ~î§6 ?ÂÀHV&ŒNò¤&G¼4­'ÛÙˆ>ú.mŸ˜‰4Çbƒëx±bàV&&ïŒÙ¾‘­ZîË#ž÷ËyŒœ£SnѱËîê+æÈC¼vnmèÔ NÙµ˜`¿bq;ïÑIvp´ ^|^'G8r9PQî‹»9 +¢ÎÃeAßÉn­}êÏAÌæ“Ì\P7Hÿ½ª8³²Ïaº„jB¤«u²@µ~Û[·ca+ éÄÈÄúÏzñ ˜EËŽÆâ>œÊtl?ÅÚª­Éž­à§~,¯¬ó}ï80~4ö´¿·1ôrkp¡òÿ‚kâÃ32TY5¥Ë¶Á}_0©R¥ýÚ,ú,•ÈjT©cŠ…ÅÄ)tt&óNï@,È’`Ô s•}._°ÖÇœŠ7C9Hz:,ª¦€ÉnÏö—¥|ÌÛ@‚àÔfv}˜id +^i[§=6tœ†L» 7w™jIUö´ÉÆ W×ØmÈ;gÎó{¬3n3znÏä¨%#hÕVÝài ïÃôøtÆzëYY[ ð< <#ü8#R×3}Ì€ôss)´)D¾È­Y³öcJ³D+­é¹w|ooŸ>3LÖ”¥öykùw|†íì'† ùQĸѪ"æS¯ð>ÝÖ^»"nŠ/FÃÕBÀWññÖ¨¥àhì¤œÝ +¼¦Uý?ôg$B¬PéÖ·ö»ŠHFm'm—Ç;½Œ@6ŸtÙV61‰§Ö÷•[Å¥®b¡î³ 8GÎQúšgÆl@Ć®1šãtN}åÆìÇEPðjñz‹·–ó”—óÜÍ W.½‚Î[Ó?ý+•#¦Í7-àÀ~`ú´%W^Æð99W›õ B½Éù„nŸu ÀRTŠpgI!¨ÈŽYˆ99´ä 8~aèUKá‹$rB“Eb ã\JÀäžò£vÏuŒtgÌu7'Ë"v ÐÃ[y¨`ëi+ïü¼8—0§k³ ­Ú#GnJüÌ–€‡ MŒ˜€¥æ;£µ»ðÚ̶â®[Š3c7æ÷‡¢/l Ük,U`@%ÒµÔ'ú£6ly„>³œë íÙÇL{t¿‘`¹]Ñ©q2¾1ã=NõX›¶Nû+QŠU—§Øü_3Ô:“!wsNnÔ¾zm~IžrG~ 9fp¥ØíµU3= zONNt ãúxŠwáv´­xc\ íÍiéÆ­Ðx궵V@n¸îïç†x£·%Uh¤~׉ÂÅaNÚ‰®£t¤T8*÷滫Ð~B^døYj)‘ÅÍ®™>(ãsáq²…~;34`qEXÍk&Z€ìàZðI¹…oh; ù=î…µ¸ŒAX&¾ÒðyN·ß8%ÎhûÄŒiQk[°KÆÞHT:Ö)µ'™¥L† i¤“ã"|öŸ(¹Lk)ªUSªb5ÏU¸K‡'rŽÊÏ<ÆÔk °¶¢’G-¼û*«Ê'¾ÑÈ|ΰ0P ññ§6Ad9^1²¾lÀñšpä;’H*çoêzíÑÀè +KîÔ‹R_îø‰DZ—RèŽ"HÂÛ¯|&¶îV2Ô\.óç7¸Wñ™LK\Ze7î-×ʶ» ±‹F} +lÿÑf7ÿ-"HE»>ZžþȽvy Þ¸Ä1Å›Èç4G]Ö³+®I»:25b²ýøg‰ä£u|RC‡CÚå,˜=Ußå€÷çÄØ47Üu/In‹ wœh3´•# DÔ.`êù”…FÒ7áKýr4D ¬lÇŽA÷ü¢«”ëM”'¦ý£‰:…ÜrÚnJ².‘BØÛ£~cþ]¸ Ž#¯r1¿¥,?çî*5ã·cJàÆWX#ä”D6žÚÅ]³¬õü¹¸˜í§ØÅJýÛL?`–-Ærˆª :»·1¼/¨PËHKÍ…«7t¯ï<¯-<š'¨Øæ'^ÿ×ÜÌ[yXý­›‰#Ë ' +?Ofï*ÿAÙã&*IArŒÃ”€ø¨U2ºLëᜰúˆ‘ æfŒ×bË^×'ËÞ»~›%ó¸2X?‰sPaÔÁ0ƒhùíɨºbó"+ßî«‚àÌ£?Î¥¿&È,—瓤rD缫0°BV{!DòÅi—`{—ÖÝ'âiêèö¥bÒ¼3¾&%àtí¡|Ôüú†‚êtÉÈÍýÇ÷dQH”§åÄNª•ÿ¶Y>’eÑ]Åøj غÁª¾Ùìbd"¹ÔEK“Rš* +’ ~û÷ÐÇßMÔKx\–ÖR_‹AÖÊ[°à¢9ºDéåý·,BòEr¯þ€~?²Jàô¡£L<ÎE]¨s;€`–ê +Hü/õ’Œ r8uÑ^˜¨ˆ¥õoLŒÎ¹µÇ Fö¼B¤ +ã#c4Û¾¿‚V|r>‘’Ht”² ,N­¢®ÁJÁÉî^+ªÆ(¤ä˜¤*4i¡†‡GÀ…S=8ß^¤{ʽàt '÷#ÙÔXS/qJ<û(®› r³½7†I¢Ç}Ecð£ñý†oÃD U…mÎø­³¥hŽe®˜kX ¥ˆ]®áCñ‚îî¢Òà²ZÕMÔYÖN}I"o§ÃæbçÝú•ôT!Ü2Ca¨ ã% t€G¡9dèjw¸î‰]ž7Æv6±(CrΧ®REŸ’ßßœuG§éË<Ö©¡k;üÊTô¿¼Ç ¦ÎŸÐÈ—'»Š•ôøï +ËDbR ÙéôBáX¥øéža,B\‰) ¤x¿DBp”Ÿ•®…{ÎÍu½yLzðu€š¡sQ?Þîº1{oàÛº |³®?½(–»HyCÊG_7# µ²¹cs´ðò—Ô¼§Ž gÚUS¦‰ñ Ó¹TÀÿR¶p@¤J<닸é ÁÆH ‘S=V‘Ìyoë´–ØdIŽÊGéœäįÛ<²§D]rÌ¥PåØ=’.‡„×Ô•Sžf´ÏPN6ùöý÷c«è£‡Oê ¾¾Í”Ñx•ß9—ö£`MörDÒµƒRúfhÚÀ)ÿEäö! Æ¥]0A=s¢ó&eqD2åæù]Šƒ^<Ù㧣EýéA$o¦ðs@t'·Ôù­¹™Gšóž"@Ôà}FcÇYœ5p5j{- õ xŸEPg]å6!ÓaG8¤¡Æ^¶¨ ¶Ñ]Yú¯ÄɈ3–£­óÓ|a[üê_w8ÖN…À Ž¡Õü ëæ_#YÞ_ :„hƧÃÞ³P0¢%ë)Æf˜…Îm*|P_žpKúþçïD§ÕÄ3è¢4×S‹)³ +Ÿ„AÉÆDh‰+±‰ÃçT `ŽRn>ìù×~‚ÂYŤô³«Æ›àEu¥¾²LQÈÎ;UZ©™á“¿»ISÃ.­. +Ëœ»’ý+Ç<Óf¸¸Lo={ʃT °4ðvmºFŠð(Vbï^ÃFÓìÐ@8@×e6ÇKƒè¤‡š5”¤gSZ¼c’ xÜån.Ÿµ³Ðw˜kq-=FÆLh©d±N¦vDÈ*ûʃMXëq_˜Zà¯E²Ð³uçÆA|FJµV´:’b—#hÜSÄÅpzfX•bú±;ÁÄg}˜Ø@Ö®ø;Óètá¶UÃÔcµ[KÚ#Ì-ÿÿ€g¨ã6Ô#fW@q'Üe± oÐœæÛ~´\…3¥°íÛæZè(:;‚ ô ðøÅ–Y"$ :I+m½¾š$QÁ6ÖŒŸÇãv‰È¯ïT[",bÈšñ¼mã}Ø#ïa£qŒúªÝF([±˜ýïp;äôxpVœ 0K榃™ù‹ä¸% ¸/eS‡ù™•g 6KôõÃò_‡ ^ßãpããHo'ˆcµÛ/–qa­’ĈJ$èsörë¡ì5ôXm°ƒÞnA`7´î¾1«Þ¨V>¶4@ fÜ·ž–S&5¹ŒPÉÂ4|}GÁBÇ)Ëé9;~=®S2ñjJÿ§õàHW²h£Ø÷VmÝU0üVì è¼òÎÏ8@AéÉ8$7ÊbA8A4™núbxâù32a•îãÑg÷‹ã[˹孜‚¿¬'Ï`ó“~DóG4è° êupé]oüØvŒ +i¾G᮹|ÑÆ€ê=†Xµz~ ôÓ²œ½|OʈĒ¢òŠâ/Ѭyfk\Á¸*»>pÙ Üu9©Lôhå ‰º÷ÞBXŸaö9ôHùjsÀ-‡°±ÍvÔ^ü _å÷ƒn´äË,D£OJ­Å1¨†2(_ ~bU&ü8ÎZ`ÿLáü‹ÏóÞ¯w-À²ºÖÈÖëTŽN“$w ÚýØdÊ°>k%|›×n‹zå:¹H뻢é!J¾wP7^Ó=îN‘,¡ƒå·‰cí­‡Ã`I<³€×ËñE[‡lÆC¡¾ú‰1so赃íívŽ/f?»Í¸õ;iKs(Òdïų¼gÈÌ m©µõYº²Þ† àôRdX²¨WɽÛ}”Á±…rÌ»c[¡.ÂFÖsJÈ,»Ò3{|õøΩs9ï‘y¢ÚÑò<¦2—$¿ˆI¯0ïY‰¼l‘ìÖ¸™7ÓÄ,™›wjúì#¼DH×ðAñ³8»£Éÿ&^%òôû°6¤°¥«oñ=”ç4 ã3 C˜X?*+ ŠêK¯'bEO”MÞM­_í‡ Ž30§ÎÁÈíê#cúG²{¤X{á}26$,E$yiâ4.or¬²ŸÁK¾‚xOÊ®WàwmGU¯Ánw‹ß¾"üuÔÆ“fŠòJòŠ§ÀÙ -ÿÂÌo·jqßLäˆ=y¦™ z*Õ4]-‹PÅV!×ÁujYªKâ„Þ1D_&c-h‹è/Xr}>Ø©î<õ`ÕÃJgšÕ?µÆ 8ðDþ¸r\ٛ䛈¢|épÛ~­Ë°QWc䊩~Prr„G2à÷–qš8ÆäÐH]ß{Z[Í&…'…ôydab¼íŸ8ù²é*»cÛP†‘¾óQ>?g“7/E:] (SB15ÚñìçʬàJQXá©aÞ¸¸™¿/ ú5ÛÌMôw^†²z0Áj‹U{G _ñ•F2y­Ü†§ ½pGRÈïê7îˆõ‘gšj`íᮤ¿`ejÝCYáÌ“ö‹± “‡€\7Çô6û»?ÜiªÓÎ0ºN§vw¼“UrHòöÀõ[ml¶n…"ÎH| ”×H"Q"ˆ{…R!÷üî ûSe¦þê±ÓI­#Ò!ñ!úæä²$C?«[‘ÚVBO Í¡˜U¯Å$qù ­Äžµ¿XÇT°<¶FkwIbá´®ÓIú¹é>F‚Äô&7ɉת͉’S(›m\D{è@ Y@™¡ ähp@KN\#Œ}`·>xÄ(ƒ:@±Þ9t4Í(j.ð¡ SZ–Hx³RÜÒ˜<ͨµVA’àâ ý:Œ—Öd!04üì‹>Ð=YYù›þÐ0Xwjd[)¥-F p» Íã3¦eQaî_½$xS”Éœz< ZÓùÂS#kG‡cW±XZÍvž)›<7KIœhÓøºôýÏ@çBrXL_3í«â +_„à{´TÌ®9©@©ýäO˜6cu\Ò³U/¢m>ow2ÅWî97Üó^Ó³¡ŽuïÏBòUŠãwnÈà–Äò¦_ÖfMòjtPkÀ»Ó,:\× Žm£`Ú¼‰$öUzy°çÔ™9ËOßyÂÞÓx`(“:†f9¶M +É +é†4`92ìÓ Söa¨`Øk¢sj£#®*‡òws/6‡Aó¯ù탚€•_ÕÕÆ–ÞRðù¸Uˆž®YfŽvíáȇM_ùœÂ~#ô@»RïKšõT{ÿºªŽ¬¢ð.vjšÿ0§Ç¼Õc¬‘`ðþGÿq´‚^³ºaæ+/î‡I«ç^ +9ö+a˜fdƒg³>Qûä]¬$K ƒsWΛ±(}È„m¤• 'Vº>ò° ÏV“ʵ]}7{C/oêmë•rÉüµnâZŠ£ñj²HåïD^yŠÈ.$™Äð8iôˆ§FUÅÔræô×4uqX2æð½ÿÞbJW9¨ã´¬|±oÖX%²»ç±]h&í,¾½š–AñÑw‹lQWº¦¬õ‰=\Ü ZBê"4ßG§½;ÖP~þ¿ì vˆÕÏÞ”îê7Vÿ.Üa)Œñ™Ì¡„ûÓ‰.ïwR ühq¡¾+A vä«…¹7‡+Z¸ °%>5:/X܆^5ô˜µŸD“ß;®¹—˜x†Äd´D=ó_A™ÇŽuáðº\æ=2n¯ŒOŽÍ®™ÓgÑn©˜ô ‰åæ +“åÛeŸ KéV&Uñç±é&Z{#ÁkõÒa"(FUý!b5ïSâûÜÞ d8•„Þé ,€ +„õŽÓw6ÌÐþ|µöÑj`¸pX1n¦oÈ©[£xIx…¥ëPgÇâÒØ=ˆWˆ|i˜Î£ËÛ€~|Å6Ú5ÖùÐ6F„Ç.€Ó˜šŒ)"+ü;lù{xc2ÉFôõ¯p{£Se§üÅŽ7ü Ä°j)Þs§ +S±/o«®OQ”µ†tÝ5vz0!|A·G0¦c­ï5—tÉ°OC¬cÛö‚xK¡åâ+P_$i2kÆSž:ç j“) šau–!Q *1mŽ8­Rý7ù·þ:ó“"na;5²(Åì§%4Ø솙S»°Íß›Aæþ|.,5À4 sÿ½þ~Í=™;ûÊD5tpºchì}«#ã–ùl•˜öõ¿ßîóï©‘ˆAšbÕí_Û‚2],P'Ä›V`)aü“À+|\+𞹉r D·>~‰ò «u41Fg¥FÔݘ[UÐ\.·)Éû¸¶{I¶ã®õaµÚ¹M®Q|á¦^ë;gŠ‘øænÙæ÷ðª¨Ö"@ÒäˆÆ9!óÉ™9 ÀpòÁ8—º +eáÄÓ+i‰Ì„ÀÉiÄQ¦ªÏŠÕE†k+\%ù˜ö=w˜Ä·Éq¹ƒ{èj2÷¸˜êé¾ï•…D²Sá‘^^ÇH3IA):¼s3y@LÒ°Ò!Yƒ®…†¾ÛäƒZzM垃)Sv£À<¾Ë­R<ÐÃÈŸ‘ýe«»JvwÛb›—•¾¾;‰“Z +¶j¼”®c”¹Â:ï8’ªX†5 S‡§R3-Dñ/4ÊgjVffå¿ùíV ÆKчî|tÖ¶5:#ʺ»Hë¾Q‹§IÀy(«êÆJX·ö'òE­%­®Ú”÷ÏŸvà×´É¢­ã)·†Ø6^æ¿.*ª{ ¹÷÷ÜD}àhÕÓÏ Œ<7Ú2 wI¼€Sí‰(LQ¯\94m¥4ŠÅëß®³¢¨–@^M 7X#n…‰AByØ.y&ôx(f!éøq›/<Úþ$–´°®;4"gDÄ­o"o ¡¯O[«r¶@¤v÷ûàûyXüИ:ß)‘Ä|˜ —„ ¤‚6˜N´Puý*œOÅrFÚÜ4½-x,•7ôùŽ0’óRÙ¡ª „ܽ6‰wËs_â¼½%Äþ +€&ÁCSn$"ßS͉"†sÏu-hùÂ>Çv¡l0ßáÙaj¨E½‰Þ>úàç´|$±8w‡~P}W†Ö{±ü¶iLtß%þ·›¯ì u¬kêz¾÷ÅƪœR6U‡ +ͳ£±zM +pÈ}FûÁSäaéxŽÕr,dØõf©\*.³@oþPFý ´lÞí$5æÒüñNÚBï‘ n‹FÅŠ!¸SÀd?Í(êL½ë®ˆ •ä’9Lu^l€kJE¶Ur6îE¸¿æV`¸êîuÍ×#¯êóåü½üiœÐ!d%aÁ4ZšNù ›˜!÷F*æ/$H§îú£´ã¼2§HšÓ®µ©XRèh“Fðâu|Þ&ŸâS´A'f[à¹4@,»ñüša–¡0îÀ/at¶ºîÞD|½¾ÀiýûóŽÔ<,¬ìóC©Ûïɺ÷exw')™dÿ])¢{Ž»u\™Á…WÌ^o‡ƒKÒ½éyÊ–¸ˆ~‹8ú›<»Ÿè"{z2zL\H8’ìÙ„å«GNÆsjpv'þ>Æç}.îxEx1`üðA6æiÙô.:èŸÌŠòœÜé(f‡X§‘ØÞÑC\O ºãkÅ#\ â +3µ­T‹üM>¢ú§ƒ‘{cƒ¿³.Jr„È8Ø´¶­;oÏš_qejiEò攉8+y… ‰ +b`¬ŒÙJ±X´W§Œ×1´¾´ð\ß /y¶ îŸù«Êñ€¢Ÿ‘÷d©s/ñ^íX£ðãrÞåkŽ¼°ÓÖbŽÇÑ9¿N)Vr»uzd0k´^hÈ™ÎÊmF’c6(¬º#~¿å{ª%ï,ü9 ³0lH’hœ—G«ï‚G +§½'ÿ»·5á7›BiŒƒ iò,·X\ƒ,ŠðÃn¸½µùe$¢øáwGÈÕ%´@÷«o¼„ðuYÚ¾9D°ÿU…Îp³å8YϾ,#ÝUä,ÀRS¼®åцìv©Û”˜Ä(N!a'·ñÂ,R]eØLºÁ“Œ¨¨…\ Îs£WÒ)á'Àbã0Dœ¢ãh¨n<Ûž<ÅüHïòŽ¬k‡¼zônxuƒgsŸuv)6ú¨µuê²[*Beº/ÁË“o ᢵDsÕ,¿@¬5Üž‚ö芃ú ¥¬n´¤¦öÔK§0xŸðÒy¥±úåjna?IÿÕ]ЪöûFj&–é¯úwÑÇY "|ÜŒO7¼Š^Îtµ¦”Ð6Ïɘ…uÑ/ëÝïkѱ@fwÂæsI€öƒyn¬&ø ó×_‹Â ù߬9uhy9LÇQ¤.eÃáÏ:›áìáÁäÿ nÅ%u)¢c´R¸ÄX^$¶C×XžÅ·©ŽÉ½ìoVUfôCÉ{UJˆ#fNGÎêˆþ„œ,<¨ÂŽm8! ÊÛZ&e¥}/$³Ãâ=6&°¼ë|(îS|•ë\þy_N'Wâp·–þxFºªü’Ÿ:Û;+Téø ¡6¾)IGÒ/~ëÓ‘ü-züŒ 7RK}ÏƲ.›Èðn&êŽ1¢d¤›ÂÖÊÚmVN»Ñ»$È^GÕpU:ŸÒ›‹iüÜ1Þ SEhY?` IXïÕªÚ‘2SÑ©\{y{¿Òs¢Y T½ZÖ¨ ˆœršîÉE]@Q›—û DjÐlXŸ?G%Õwíö°v/ÊóÔåB¹§éBkbE™tT ]uM4BPBäæ‰BÔ{àçœn=ÏE:šgšÖpQH ‡Q“¸|_N¾?ò8^ ~ú‹•ºx¥Óðëõ2ÿ]\KVz*0Y°E]t²ü‡ gãY³Dïդؗ«F¦,‘Í>¸¡.a3p+*öˆ.Ÿ«¤?ãõ#¦X/ùð烛ì +ÙT{1T\d5À÷ }m-M—¯ +Ö5°`קÙeb[©eã¹ÅÍ÷‹ ÜçLv{vÖ|!•2Ùy¹Â!¡…Ùõ{Á®÷kÆ0ƒÉ ÝŠ×þýþ5HÐVb?Nx ÆM˜ÝHÎ,Øt´ÔÄ5$ÿM¿9茆TË–Ç£rË•ù½T/V´Ì*9 †üÿ.Þ³‚ùîII‘`ËVςŹÂM÷®X'dD,¯€ÞÏèà³ÕÖ +øÔHoß,H¦áB±2Ê5ߺž™n=CKÛs%Â+&œ/(ñø$"øK-ÞÑIè,bFìÊ*zô9vy 1c؈Vðƒ’e` ìD˜i á{ÀØO«e±|ϸ±qLm§M©Þ¨tžê·V/&;Í‹#æ)„ª Ù~Q=¡ås×TpB ž5Æ9¼§…‘º9N厔ðL•?‹ ÄDÞ†=ÇŽÈü™ÝÎ/NŸÂ "¡;¨2pL•h)¡+ ÐO¾ˆËíe\óD|âÝ™£¦àÿ:c_Þý™û`¼v¦<­ë«“¦(šv.úýOvw÷!K` `}”[Íʧj²™#¬µ¨>µe”×g ­ØDSE¦x‹p‰CéhÃâ"p†F¨}Z;OjÂÈR$?Y€pëaÜj9ÓÒâ¡WŸ`~J­yòâ1ö-\ÿ›¼#¿1³ðì&'û3S0¹Éò¨î53Lv,wÛ«×b`ÑdõÇ…Á¡¦£\¾‘ƒ6¡³2w÷‘ó7´¯>9$æÇâ:¢SbgÞ´ý`–Ù|­b²¸ Yÿ$‹òuñεT|íláD­ûX“ä)&âcýÕ®f–á’ǃ Ù —»3ô‹útÉ@8nA,Oð³:iýÏ*È×!f1ï$ßX»>Lû-}À»ñÔ‡k(ŽÛDì‡ k·k# x´2'?Àž µ&B„{æRƒ±o zÇ8'#¿ÊJçÂn‰|Õ‡î +Ž9ptéýœ¤uÙ§eVh&cþª¥™£%º…vOÖ×\±Üg!¬d‚Cæ 㲋½Íw*šœ¸ÁHµ›îÌRG v×ðVË„?o +Žõ½ L(v0-™ÈìÖKŽ\Õgó…\ !|>@×,E‡ %7ÒdÙ}:‚ÅXÀH”ëýzQN‡æ„UŽ·®;ýþA±kf2÷í;<ØTºÃmÇü¤ا[OeçGk +1\[óz†êöG–bíÓ­ÀèÕÞžiÁ?î‹/¢s´nÈõå+ƒ©ŽN<ðƒFä÷uÆÖï0÷,“FJ8 YdO]}Ç/€é’Êž~¤eoÇU§Ìºi–’“¡ôxÙÚïµ/$ÆÅîJŽ]¢j™3Äå½³Ž¡ÉCÁ¥¢y4jÜËäúßíê.Á% üy³6í-j˜Îþ¾rÚÉà »'ûÂ6®Ê`Ž3®êˆýŽz¾·–]…ˆUŒsWÌĤŒr_ˆóSª¤¢4[þú$™ŸårqÒ ØD»Æ~ovû.—<Ì,3—Ò$ø¸²+ÊAl.j¦wÍ¥Nª\A¾6”‚š‹•›7ζv;Ëe ní¶"Ô"WM !†ši` ­µÄeüC.æ +o®u¯B0±›lq=pÝÆʵ>l6ðh†U˜­O¤_vüäwªç ضòw½\ß•Jƾ$‘9ñ¶çYDûþ±Á»€†áãôت_ÍH7\Ë4BÈE¹k–Ö?øýü+ˆ«¿Ëö` 2ØfE·Žy*[ÚIÐàÌÍcí›,Žãn˜yµÚcP-©µåáO‹R ¢¥a5läw›å1ÒiÅŠ«U ö ©ØGÜ.œu9ÿ]ý}%„©/IÕ”˜ÂÌè¬lh0fòÖ„‚öµTt"*}uî¡°Ñ=Wž}à’îµ»Úua˜©ó-®¹©_õk-Q¨K›­'Ë-ú+äïÄé Ä<³­;á{]Ûöù -Þìž\ê3 ™ÑÏ>Ôgí‰*‘Ú_-ÃÑ»€~;UbãlI·´)Ѽ{¨šK)ÁšPÔÛœŠÙ2Eiç1Þõ2“Sÿ´…¢ö9¶OU•PŠÙ/äç\=CÅÃxøƒX;T†1—ŸpöD«ñ*Lú¡OK2Y5˜!#wÁÕIX&G:w.ÿØP¸KG£BErä“MZ‰‘mÑðæ? ÚÅÞÙùfy矑¤aÂˈk±<ë&ƒE.K¼i[$äÌÞP|úðÕ=eÈ{ÝmàÛÞ•Lâ#0¦gs?Nà ʉ%,¥Jz*ìyxË“šÏxNüîC'äÏl×KÏÞ>U6ó•¯ÀéLWÂMHÓk­ŸçtÄkt™:¢ü@k»„¸ÕLM6+á‡&Á ìªîîOÃl¥Tg ûQo³ÂÏ:O3¯‹Ø]¡ã2, qÀ\Qó·¤þ<0ã Jñ¡QF‚N¯"¸+® +¹llD'÷ŸaÅÓšˆ¿˜ 8E»!ºzÑ5Iȱm+å^ä:ܶ9㥙ÝRÃ^Q²škw‡j¾—œJù‰ò®€RÀ:‹^ur~’È#Õ)(w‹Úrk½°gý—Y¥ÏDh”sÆ’>•Í䶞z]1rn«0?ŒÇ +ˆCÅÞCPF$#¸xSr’Óìδ1ЊeØ–¬| u£8J=x𣭸·²Â¢S¶2îØv1£Æû»ë'õ°½‘8›F%LÀÇ +Xeeqs£#üa:ë›àc×>&rÈhÁõ§ÑÎëgo.'ÖG/ŽNÍë @B{‹,~aíZøœuýÖØ<ý3`7‚òøÀá+_àëYÑ+†7|?p/03‹ü)W‰´1¢ËÇÓ—Ò¾¢8ؽ} ¤'ÃþÇ[ü“FA‹ö žß æß}„¸²ýn‹õæ“–šæÛ†±-qcL]0J/|É$´N.4©ì:aD6ýwõ†w"Ç£jw›Ý}ˆ2áÖ‘gI¢µO Ù=ï.ü ˆ—Mq|E9m^þYÎœ¦âÍQ•å2W9YÂ)?ÀöM‚G¢Hd±Âóšöt˜Áý&ªÄPÐ8=Œ© n’¿ÔíäÍÎÖrUš[àYgEÉud­ÜÍʈVýV‚ÓRò@nN“õŠÕ—ÓŽ‹"h|Û`dÉá‡PàÁ¬ßoA#®Å†™Ú‚Ö6уîÛwÙ÷Ñ •ˆÿ~ÿ#ëœF/%ž\Ý;^}ûÌWôèI`–ż·1—¡ÍN}1k»†Ìê‡X¸‚„éŒÔž舼^¶¨¹É ývzÉ7ã]‹³¦îõ·{i¿öp9é-›<Aôû‘ +wò3gšwæY¬_ë¨9Š%&È*ÙGcŸ±Ê1kH.Ãf}1«øŒÝ° ·% ¸äq ËŽÀEsןÞ6f]Ä€‹‰}µñ㉠+¹è¾"Pð£šèÓ¶’cºL犖\Y¬_U}|5ˆÒIžû¨j…’¬µ2Gß è£%»Tîeð¿ ³sNô˜kv¡I‚¥ +…9á…`Ué«?TqFjdIzØä,HØ•v?÷ ¸ÌÞuÔ‘‹ð>Iå¼?x^ +€Á¢ŸiaÍô/wHz5\~¢Y$@­™¹‘‚¥]*k6-ãå¡­ràÜpe´ÚæøD(}|ã„Š£©aNÂÌ\uË^\|JKFVS“YÔ\HeÊ=Ðz‡ü@^cQ¶’yô ¢óœÌSp“ÐÀÝîÂu?–÷5!¬a™t³/-Â`+y—¢R+šHþâCR†¸œóÛjÜ ÝEƒ`™g‰Ø~…qKÇÛó)w=G¿ÒŬˆÎ7a@ÈóÈV-›ìà‡(õhøG^·Øç;¿ÜË{©~%+=Z¶…óÀ5H ¾ô¹:?:% +Ýg¨}$€…S«?ö`ÂmõìyŒw'—Ý$K²V«m«Ì¢·ßž<çÀ5æuõïñg# +ášD 9t/Úy¥T×) Ý:»Òét,îdÞHVI:«ªËÜÅ3>2ÊHQC½gh¸ÍÉäÔ4€aÔà¿€%#ïE°ýP#D‰z¦>gBþ¤h<æÂÄ&ò<_Q&催ÍX±Ž¹?]Ió‰[Q˜¥ !}9®àÞ÷ßØu@*Fw%λUßýØ7åÌ°.úé:ø¹Uý>½d»˜ÐôF:ÉÊ-hgjŠÔ¿i‰o±±²6@Û †3f?à óEŠ +~Ðç‘â¤êAQ$íÈþöüôÃÁˆA²´‡_½UE «_€Úö‡¡*€¯=™†mÛϤ ²ïkz{ã0½Vx ºXeB¯¾¾t³“Ü'*^êMË^)ÀÎ-êE>6×MÏ FWÖœîÖ¶yy¯Ýe~,¸¡y€ƒaà†ç#úr£3žbËÒ’ªõÒQ =Ž¤LažvcW´¢µ‹Ôüï×ñ'\ +±îáDwpÚÃ8Å‚—fs´åëx0Å‹»½A³-åž]hš–õõŸ-Ô~šLB¦Øê†@¡Æ£9²eI¡–0Ž¿L_ û«,Ù8 +€È7›3oxòTÔMRC‘¿/~%ˆöÐÑeóÙÆš+—‹9Àš/÷TY“qz’„¦‚ ¤ª'Ѐ¤wThA¡AïòøéMúeš«A[´œNôa‘*=¹7ZmâÞwË`Ðûꦭ¡‚"hÁ1+.©ø¤z"¶ñQ£uf0}R´þIZµ‘v˜F{þߌCbE© áð_+i_cIM8×_°.RøÅ_n {DwdR~@WÉ}#pÓ\LK¿Ê»H¾ëœ;û£}›ËÍ~ºÔ„žF¾7 ¹Ö™3¦{éÿ_Ïrã.ïŠ{¶§¤è +Ê脘ÙÆYDZ“‰#ˆ>Š#e$Ù¡\zëàOJýëpï«•zRrÂ7vÎûâˆ)?Ú8­c§É†&$ÚEÃî´µGçxCÙÞ§ÑT§ÓÙÍ\®Å-ʤSîY¬K¹,ÈÀJñç-j“…\<çî4t6ߟSFBŽBÔøý%vʬu" ·ƒ#crš­o+Gí!1ÎPjj\¨lÄXöoÂ|’IÄn5‘ê=91GÄ°ë&æZ60HÔEN—wM¯Ô¢ I¬D7´ÍüM²† ò €ÈSÛM{¿wå@Á¥7 ¤ìPDŒJä©m™F®ÉÍ1Ò‡gHŠÓ$â]u5¤îÖrrû 1Ë—O ÍdÜRUöú]. ‹GSZÂÝÙBúÒZô'‰´ÙùW8Fvg#fêÙ ¶>/ ìt^% èŻūÝýÜ¿>šö„·‰%*V‹Ù0àôŸfKÔþ½Ú$±b|Åñ;*s¦ù¸{pšގŸÑSV|)X8_„C$¯gj¾q²ªÇó ç¡Ã“ôå4ôC›/ +#dÛÒ^qM,9?!ùôÔ𘰴yªšlšÃG ÜxE0Ãô‚yË嚌ÂlŽ‡8‚Éz0Di·Ÿøê}…åg»DOh™É"*<h @þ­<õG‰4ë>;ÁסGÜ`kÊèerþôÒ$0(Äñž-®Î“)ÈŒL¿‘÷¸ã¬<lÓry+E^_Í]ÓmRzL¾è¬¬šÈ´(O•HTb`  +öß<.MùˆðÓ34+ÆÑ0.¾ÀA.©S9w²@b솗ÕÕV‰¥È·¿9ξ <«gÈâ£ðþTV?ÖBÎÑÆÔµá¼S_Æß+-Ç]°2–%˜+Ò1 Ðý~n”p&–ߢg%ᜠlYI (h³‰µGÁ©Rhĵh•$²mªFѳm~¡e¶ —îqsÛùÜSø§£‰P_´o +vc`¯ÆX¿ÂNeI[š5ÍœÁÑ· +Å +©se:¨ùÉuàXËê +š­(8 ©]J"‰&rf6\¯ È¥ÓA€ú24‘’ˆö`ò(³^D Ù5¶Žì K¯•|{wµÒË#NäR÷q°Þ¨È“ÖÞ±JÂရdõ[Nk&ÈêЛ_úÒM¢@+ààÒfŸóqF”úWç+Ñù®ÁÜ‹”2mx"Ϧ®ÍŠÄ+öh)V¡(¶»wlôÚJ‘¦b¤5JŸ¡/`Y˜–Tövg¸ýQ®aKü/ê¢xåÁõƒú &©\£Çá:O²yÑN¸?v–ó»| è™Èøn–wjÌ‹0jšK2%­E4ÓÚÊϼÎR¤d¶’åEí•<5 ¥+ú®i¢2SÜi,g¦çÕ‚!=+â¸Ç¶(kÙ;Á 4úп¤Î…¨$™Œ6µOø tݼ®F6²gïÙNKGþ†·DIαŽ*-Å¡š@µ¸À,ý)4t¦ó=ï6¿‚Å‚N%s/Tvi'ȉǵÎ\rÏ¿ÜÍ#22²^¬G{ºP&rçv +}}aþg º3cÖ’2¼¯ .ÙöŽGÁ=ÓxUiŠš,ñD² w¼îкØKÙ[}ünú»´îõ}?V>N9T)ؽ¼JŒµ7F×Fè£Û8 µsW +"Y“ßÔ4q––ŽžTäM%V4NÕ£ñÅ ÁŽ™{WA‰îÙ›,Žv”s†åõ+­ý±#ÿ¿wQ|¸Mëm§0’òwo çC05 §YÛÀ Ò¸>ºÏ~)ò·;¸Ö%“÷õPŽÊ<#µ‘Ž·ÚÐC•ƒ·Œ‡Òô ›ÒÑL¡€^Òô˜—)ÖÃKe”¼:\·ÿ/××0¡Mß Ôa±¢4–/b…H¢q 3°0`Lÿ y&¼¤º7ö¿”ïº* «vu‹Aj*8Ÿ% î4¯2K1’ »sÌ’Á퀓a=ññÃ(ô{…Ý×E_ƒsˆjxÌ~ÌÕÀ°å‚YY‘´ìÂîοîy*,w‚× ùk“€_ïB˜$8|:OŠäÅ÷¡[¤X/G %¾ÑÃ"yh‹Q}©OÛFó];H¹†ÇùFW.ÝGØ‹¶ÒÇàK¬éÜY7íÚ bìè×ï‰ÍÂYùy…cß{Ú9T‰ëÙô{©ïák2|ì},I%¥V\›òê« Ç.­àÿ¾¿8Q +9—¿ž$¨é‡í3WrL4x* ž}â¶Çp=Ñen!°*KÑ´iûá£Þnç…ž,ø0P³97àB¯´´…V„éø‘eJ(ü¿{óªZÈ…­Ç¿=vž‘Pnq£¶¹ýŠ^ûÝó' f¥X¯ †ˆ£[1ËÁ1µe~ø¿¥w·ºåñ[T¬ ¤@ò\¶¯Ì‚Ô+ô°­¥ÚZ¤€¢Ül>Ú w€:-,‘;ÿËw\<*ý@TÞ)y”†*ö\ëú•½Ó‰·¦Ð€“Xùg.b:ÀvÛ4|X&=HÿÁϳåíòèšïW„'@×õÖŹ?†Þ*c2 pEêïAÓÓÂøì¶ûd¢ûUv¥ïoìÈÃ~ÖvI§`m ¿G«™½Öß+zìÂÜ“š žÇ.aŽ¹ªˆ¯sxcõ2fçJ:ÊžËÂÓtvhyÄ¿ÿhŸ_¢5Œ°ãò°²£Î ü€wsOÊöèehÓåêL|ˆ<'ÖŒNÖ¤w»}°‡Õ+ÃÝÆ¥¹\AÒ´äH:‚§Êéà +PRp¯™„%ìÄ<{Õ/UNª×$qLáÆ”è¨$ n¡$ý¥ÐÂÂæ6£k„~‰‚l¬ÛàñË‚ÌU'ÛíçŠÐRŸŸ e]^Ü’¢fÈ@²Sò–^ `*ŸÍÊ\;·R¼W½—$Bñ‡¿dÂ:¿Eš?ÛP®/°¶C +ï³Kȱâ´ñ%Iüµ‘òxþW×$. M.Y(d>¿ ç?¯5"¬¯{¹s#ûüÛ*jù##áOkD¬[žEQg.õXH-– +â+‚å.QÂ|UôUhw’ê( pƒjKK—Ùì.Ü€ä„Ç ?&$jú@#íò;¬ 3ŒG ÌbÞSɬ}ÅÜöÎãç!Ä–¤tâïWC6R‹>©’C„&á¿XÄ|Á¸ö#0dtãim)wq¸›Ž"6}}©y͹«µ(´ÑRÆ‹÷›„;-=ûGÞm—ÐLR¡gõæâ¸÷—[þŸúêòÛ”©P_{F *R÷Ô0ª!̇³?0f¸• +ÝszÙEÞ +ml½Rjà°“ê˺ÕÛݧMÿÆà’²æDHÒbNx…é +꧂~9Î$»³GAXÄ…ÐÎz&[=OýëS\0ôCó†n´ÓÒ×Â\•y«ßz•0Îø¹jαOyv´ý0»’;ž¿¸ºþ¢`³„Å MàiÊz¡£}ç ÷'¤:h9/ptS¢ §ÒüdÙHy¯Ý­ã¾é-²}ùzl¡P8uüq5ì«~m7¯H®UIi|,1¢Ÿ jùÅ~žþTEˆ¢ž­¢¹æܺdÇ9všÇîpÂWg¯6ZŽã‡u{³ Þx{ Ä’¿À©ó¾Ÿ[óuök&Çô9]„RÀÿÂèN¶b‰I6y‰ÉG aÒFjœ_èCôyá­4Mq6Ë,¹Šæ) †MW"º0’¬ô|mãÁy3¶ã&™Æô½BÍKêv=ŠÒ¯¿»ø ×9ø¤ÃQÞ çý… PD›ƒîWWSËqþrꉆ½Óˆ£×EZ&ë‘…#ïI`ð[B<;v¦Së#¶M¬¸Òtm:«È½ŠMf48dO,#©ÎŸúyÄŽ•hJCð°ç¥í%ÃÈ-½wªéѸñÑÉaOê]×W½¤ü⤯Ð*ˆ0ÀÍy麭ÆÁÖ~a3Gàü%Œ2y¢¯{tê^ߦ +ÇÉ׋ôLc©Ü¦±‡åËNø«â^¤yñ3X-ßa×]jV2UýüÞ¤ÙüäB¼mЂ…·¾%ÉÀ+­ƒ¬>XykΦü†ÇãQ¬u» +†Å{ˆöê)Ðüø@£†½Ö LÌùÀ—Óhïú W‘áZ‚Ü°!š•ã8b@®WR«ÈÇ è§Å¿AàÔRye²Á»M²JdÍÖ›0òÓ«&ŽØغpÜ+®Ú5ER¿Ö‡Y/«{ÔOç­]7ˆ‰,z"ð9LºŠ¡ŸÛÓ6Ûsæ<Þ®:¼0]€¤»C`@ZÚ6Ú$qÑJ(%¨è4àªkÔWté77pØgGizj?N›é3Mc)cLmU«þÖV b)º0ÝI Õf"‰|Úþà„ñ®ùãÂ?/É…Š[*%hÖO^æ¬N¯1ý(‰›Xäûþ'®M„&ç +‡¹ ‚¥WŸÃÞÞÈ+,OrÖã›]""£ º*[‡>*äàTΘŠþV.¿wVcù³¶?—éAxØM4à=^ŽÓG yk`í8Enê¹â¨óßCß`cxµ`×þpÆ„7׫ÁUMâ?² ÏÖ wˆuÅRÐ[ FÅÒ%vAŠ"C!ä ÷¾  ƒä¬õmhl©1”Û63= Lãór¾] ‘>}· +0‡É‘Ýç;ÿ}×K¸”venPDzÁ{ûÕ¯ó«óbv×5Æ®7íü³f,½ñB#fo®™;BK®Ð4x÷ÆÑAP)Zƒ^`ëE8å9É鮄ÕÊaFF”@czêTpżbV¬ÚšäX¶ L‡-‹Â-µŠZPÇóoš +°ÖÇqæ½}š³½ïŒQ$–RÐÈÃFôc'#•÷kpåÞœK;ì\ƒQöA¦N}-‚‡èŒù‹±åbæ†Ësع2czBn"ö(tóô5<ê–íônÅÓ›Rùk)sŽ´®µ; +S‹ø¬kÎù<øÒa9¤…ôð_õP˜'”¶›ç c©…w˜Ä¬KÃwM/ÖÔ'£@žph- ñÀ¡ÐM&gþ–U¨GËݺr˜ „álŠn½‘–±1XXâ0JŽþ’ÃUÿŸ„±P߃¦èˆ±ŽeÑMƒUK¡rUY9Ó±IÕ¬&/Á‚ŒÙËÿ~õã6^.7Koßg Ä5c ßmxG#¯&vê м;ßzW®hÄ$YeJ×™È5À“VlWní=§.,Ù7™qíÛ~mSuÅ厥 zL£j8B‘ºª×ðÿ×g d¤SÝv#À|èó[dåÅ@à° +Ó@Ë ÎªºŽtZ„”„YËZ˜ +œb@umà¿ôììOä)wºÒÃÄÓÊÂ'ž£õà9u‘e÷=úQè S›ŠÕ”Ò“/‹õûVk¹6L +œÆw‹–ø¶xÖȳtE5ƒ'‚Úo^&¼3ÿtìz‘zå&wÿshúð5;û®Æ¹ÊclþàzùL!!è;d µ !sǘͮ·ì«ø’ÎÐþ¹lp§n³¼‡<¿Ês³½+®ði],Às¹©Y`€›8ìž ˜ì~PA‰1]à@°¢Åæj›†x®Š<œ] ·(÷`lº†Ü›fó…‡ÉJ\r™üGÿÕM•kÄÜÙðt®‡áötd ÊsÑב<ø?à‚£¥Wöv„>Õ)+c=©)K³’= +&Ô²Lj×D|‡ÉuÌÑ(˜uŠurÔ3V”Œ.¹ÉÀ +vÔÆýà6Ô`rhS* ›EòEš…ù)¸B£…åØ'­z|¬Éèü==®#)M×´”\5‚<~¥fGæ‰ÕÕ¥$†¥ta±ošõÓ·/ËÔUwêúãl̾ºŠëë;wiV9›c?†öÂÄj£åße÷·ÖOýßuô‡àzäi#W¸U%líW‚TÞïú7™gÚ€”KŽó N +ž<¼M1'ð”°xÄÍ-9^'ûE•HÍ%EEü ±ó¶O·72!ñ·š]?ØíÉËg‹súît1GJ«\£˜¬1£¢¯¢‘›¼:‘†H +Q5.æ†f+jÏ|¿»5€Hì¹oÒj(çÈü‹4ÏSüÃUž^Ö{&t5DgŸë$ˆ8e îÏ 'Ó?ݱ™®ï/P›ìäÊi‰?[ã´ê¤¢`5¡*~{öš3/¢3# ×OL0os’¡{Ñ_]ömÃ…vþ ¬ÁN'8 0XtÔ®Ég¼™xŒ Ã":¡ið†ão|§òf)‡·üدHc:œìIì\s[mqÂ5¹c­èé|?D ¢tuš2z|SÚE½Öаâ@‰˜21»Oì‚Ïòd^Íø èè±<èUqÖ*KŽ­´ÔøÌ„\óWhfëÑ8S1Dõõ|ÄÖ/â`;…‡!Г+–^’s©ïµŒÿ?û‡p8Œ»Ž­5Âs[xG”Þ#ÀÔ¸çX˜ÿŇ`Ž”'¹EXdÊd_ ÷zÂbÛ3³–/iªD.ŒFôYv’îJzŠî}Ü7„šmˆè¿t§-h dêbÎô + ]µü—;¶ã-_Ù;GýîÖrib >àD.„°‚~n†³»MÁ­g'xÆ™’œc¸ß&Œ·€¥Qä¾ZÐ\¥w)*k?ñÄ”Â<à69*Ó½|žÊ²Ð®SÄŸéOÚº©DZÞHTæAÁdÁ [_€®nÊpd=Ãuw¯ø«zCÞÄçÞ«ßm2-¢g6¥O¼4VÊÿêVÉß‹‰I  ‚·Qg7%7×èÕãjhO¥û~š‡‰‡´z2w»áyðʽȼÄ.ý“‹L.N4c ÙªiÎ7ºÜù¶ J)äÙ·p0k–àÑ(°ÀF­MÊÜ‹Í›¹7çé:Ï +*>ë·“Õbœ)„ã«PyÖ:hè?àxq 2Áô£ÖÇïz{ÜÝšáĨ²NÞ9I÷Ô.Z…œˆ5m4®Å 1É©hNÄ<ÁMˆc4ÅH"ýÅ•¦~j¦Þ³³Ow®aÏÌ?q +E——,¶- +Þv¾Ž“¦Ð Êþ1 ÐÇw|ëƒ"sø]¯××ÖöEU8mjø­,”ÂŽ®»Åy5L1ö¿‰¸ˆy½ý‘®Ç±eSg•O_)E7’¸8í‰À¨$ƒáèÀ†ÄOÅYªWnz¡,O®3~¡æÝft`Aá/‹ÕµÞ¶•N‚ÀÖ;àLÅ,JýK/Y®ÉŠÏW'èŽvWÀ¥£"—Ë©»ÿè †˜Ï÷v6ž}ƒŽ l²†K‹é'7$° \Ç.#o°û)÷ØQ+zˆÃ‰Ds"8ø*ãcdî5µ+‡J rÀ +‹…´¿¾àdœ„6–û]߉Ç>ðuðpz)ø@^fÂZñµYñTSö©ÿTŠŠà œÛ£Û|î_æ–@Ût”¾ œí…ýkãxåRÕËž¾ƒZãl)æe×t³•ÂwÜ•ïB”£e ód^UHb”ðsªMH˜iУñ áãS^\#°}êÝÖÑ®];5ç®IᘄŸœ?zO|Âä¦ÊçoÊÞ©/r¯;sÕã̘^–§ºF±Qö y41Y™¸Å‡ñ‚ý€$ó` ù(û£ (KJÛÉÂQT@»´#zE°BAÜåLOœ<†)áÆk­‹ +›î{⛹páw‰dH…ö`׿ŽîUOV~Ôƒ¨©di:r’txõ xˆÍÿÎyk¿e€Æ)§Y*øã­âle;¶ só{¦¨™½©]ç¿/N¿HÒ×–/¨4œ×Ô¡hS÷¢³ß OAÍ>ßU=å=LÁfþI–ÕÞö†>8XuB“ˆKƒöϧÝLY¤¸y[NƒEå:,¤2éíVðÍKîÛ±c^ê÷zðN‡¤j펇ˆoç„G÷Z*Eðü?wˆ¼Þ;ä–?Ë×+ù.Bèk§s¨^vÓöƉýùÄžêH\MþšnwaAÙ:3ª‚˜’Êv¾ÅŽ#«¼Ñ†¹ª vkB-Îs·fݱ0üù„/K2RÕüÝ4]N"ó¥e#‘—­k±Ôº~cÓ}–×¢©J-š#›Âfùý»vH­~¨r? ::º¬UÊÐ=§*‚‘´ô²Öy£^ÝÆæŠÝ),kLêÆ.É8”‡vj­ÿÖ‚1Å‚÷OKSÍ×0ójå}7~r³¯X"ØÆIÎ2öLO;7?6 æþü¾ÕX»ïÁÖ!¯;õç¿ÌÒ°tW06¤Û?Ú‹ØtYëÅh{í \ÎG pYÝîe)vþ ‚ñŸÁ˜§‡˜a-ö`?1œ™çý÷‹ùnÀ\2˜|5?†-½?í +ë…%f|Ђ¥ÄûÉýávñŸÊöŒ"ÿ"<·r  NÑ,zåûC"e¤âƒÝˆwI=‹¹H»Yf”¾L>CúòTt„ƒÂ‰|ãŽâ¯ÌJß“á@ûŸ…„ŸrÁ' à¤A†¼íK¨æ4ÓàÓ$¤žb³û 5Ø;ã²Þ]h‹Òµü¦ÿm+Þ™åžQ‡À$ß^ǵ¶ºÍøD§o?²ÞÝX•@ÇÅÁ»m~`Uþøfï |R_±ö±Ûâî*â{¬ÃÎþ¿·Ù¬0MR#ãÊs`§“uƒÐ烗±`6À>+n¥´Ê ØKÇ5Õ¶_Úã!áF—E¤\2b|¾×ø `á '}ŠŒ’Hú=¢Ï7«T,žMàDž‡ùåå”馭C%/&ìÝ™h›ÂøÎ5mâ?Ç×&ëÜ]øbÛCg¥HùÄŽ Ë#i?‹°{ámöƒ»À§å·P/hþöv“M  8E®Î0Á€ûÖ[epŽƒLÉ +endstream +endobj +502 0 obj << +/Type /FontDescriptor +/FontName /QSNJTL+Velthuis-dvng10 +/Flags 4 +/FontBBox [-373 -403 1246 940] +/Ascent 569 +/CapHeight 569 +/Descent -114 +/ItalicAngle 0 +/StemV 79 +/XHeight 120 +/CharSet (/_j_ny/_tr/a/aamatra/abbreviation/aimatra/anusvara/aumatra/avagraha/b_b/b_n/b_v/ba/bh_n/bha/c_c/c_ny/ca/candra/candrabindu/ch_y/cha/d_b/d_bh/d_bh_y/d_d/d_d_v/d_d_y/d_dh/d_dh_v/d_dh_y/d_g/d_g_r/d_gh/d_gh_r/d_m/d_n/d_r_y/d_v/d_v_y/d_y/da/danda/dbldanda/dd_dd/dd_g/dd_g_y/dd_gh/dd_gh_r/dd_m/dd_r_y/dd_y/dda/ddh_y/ddha/dh_n/dha/e/eight/ellipsisdot/ematra/fa/five/four/ga/gh_n/gha/ghha/h_l/h_m/h_n/h_nn/h_r/h_v/h_y/ha/halfba/halfbha/halfca/halfdha/halfga/halfgha/halfjha/halfka/halfkha/halfksa/halfla/halfma/halfna/halfnna/halfnya/halfpa/halfqa/halfsa/halfsha/halfssa/halfta/halfva/i/ii/iimatra/imatra/j_ny/ja/jha/jr/k_k/k_l/k_m/k_n/k_n_y/k_r_y/k_t/k_t_r_y/k_t_v/k_t_y/k_v/k_v_y/k_y/ka/kha/khha/kr/ksa/l_l/la/lii/liimatra/limatra/ll/lla/m_l/m_n/ma/n_n/na/ng_g/ng_g_y/ng_gh/ng_gh_r/ng_gh_y/ng_k/ng_k_t/ng_k_t_y/ng_k_y/ng_kh/ng_kh_y./ng_ks/ng_ks_v/ng_m/ng_n/ng_ng/ng_y/nga/nine/nn_nn/nna/nukta/ny_c/ny_j/nya/om/omatra/one/openya/p_l/p_n/p_r/p_t/pa/pha/qa/ra/repha/rii/riimatra/rimatra/rmarathi/rr/rra/rrha/rstroke/ru/s_n/s_r/sa/seven/sh_c/sh_l/sh_n/sh_r/sh_v/sha/six/ss_tt/ss_tt_r_y/ss_tt_v/ss_tt_y/ss_tth/ssa/subr1/subr2/t_n/t_t/ta./tha/three/tr/tt_k/tt_tt/tt_tth/tt_y/tta/tth_y/ttha/two/u/umatra/uu/uumatra/v_n/v_v/va/virama/visarga/ya/za/zero) +/FontFile 501 0 R +>> endobj +503 0 obj << +/Length1 1997 +/Length2 8570 +/Length3 0 +/Length 9658 +/Filter /FlateDecode +>> +stream +xÚÅvuXÔ[×6%ÝÝ ÝÝ)%Ý-H 0Ä Ý%¡‚ ˆ4ÒJw HI " H—RJwç;žóžs<Ïó}ÿ~ß5×53÷½Ö^û¾×^û7ÃÎl`̯FØCÔp/~a!€ÄÅËÑæÉö;Ø D„ÄqÙÙU< @/® +ô‚ÈĪ@DèŸÂC  ô€¸ `žÎ@€œÛ¯Eh€·(@—]áæïspôè>0QRÓ×3x"¼=@O€Š‰’ž  îà t€‚!>@8Ðèôù_-|ˆ‡'rs¤aQ>è׆0ÀÞ æ„{´þÖ €x€.2€öãRáKK óÿ’ 0…Ãþ(æå@@ê8 îË@82ð«¬`âïÿÚàwO¾0/GÂŽÌ@¸ Uýrb olÂøÕ?5„‡„# {{Á\<‘­y« \]!p/OÜ_9ª0Ù+Áÿê³3Y9ð¿y( †"—ÀÞn‚HõîÞMÕÿÍFR¸ÿpHëbRRÒBˆ;ârüµéf~ÿ ‘ƒÝn(ÐÅ ƒB¸ž@ÀËÃø{àßY yì!08î?Õ‘4ú'ÖzyÀüVBBB¡_¯¿¿Y#Œ€»øÿ“®t…Mkš©óþ—ù¿Ó”•~€@~1!I¿˜ˆ@XD\ -.þwÉ¿›ñW#þ` €°ÿú[IM8þÓ²‘yúkÔ¸~ >7àßåõ^0Àõÿz† ‰ © ß„ÿÿLò¶AÍÛÅåƒãúK²êߎÿ:;~e„ ø¿]a.þÿ·¥ÿ™mùóÿŸ*iz]` %¸ƒË߇ +óTƒùAÀ0/ãŸÓý×L€!.08ÄìÖ¯#àú˜‰# ä ‡xzÄÿ Aöÿ½å8Fö ".zxýq…­ +×â÷Ç¥ +À^È%7o¯`áûk¾¤%‚À_ÔHB‰€®ÈËò'-‚äàÞž>ÀßHIi$éýïD d)ã?ø—Að?XJ + Á¿Ç…‚¿!R¾àŸ­ý‹EÿÞBIA‘ö[ $ãð[M ¤ZG[8üoF™àtÂá¿Yþ“óüM­$R, öŽ.ÿƒ’:ýË$Òµó?Xwöü=Žtíò;FÖtý #Ÿ'‚¿Kûá¿Ç‘ZÿÖ ,Œ4éö;Fnú[\)ÉÃã·0òTÿ% ¹üwëRÈå^¿{Fjöù ‹ 5øÿ‰ÿ5| oä¯È+ädþ…¡0äøC ~îÌ$$éTÙz^­DçË¿6,Ú-azzçÍ$†為"€Ö¥Gí\B'–w"•œ¥j0è¨Pi…®‹Žú$îAœ¤¯³´r›)Y)šF4í¶@œž þ>6×—¡nÚ—±Ô©9*þ}{Ìe§ÙT†HŸ (BÎ-®»ëcÒ1–Tàè¯OrKS^†ïêk¸„Ê`Ž´« +9…?MÅÓêh½àÔ²ÄkÜ>#«h#µ›˜ìQ&¢ŽëU»oO÷°DR¦}¨CäÒ±ô=ô²zÀ­@\{3¿Iu?VIýÖKM’…£mO—þýŠ¬}à`×PŽ®öy¹Bš^Ž ÙÂôi¿×~²zø7¦DaSß¹—Ll•B\—bV©&3o@Œ\ØäÑSü÷¨+"ÆŸh ½Ÿ;ó¡¾+\N£°/ö{î;°\ó]|™Ò« ›~Ká]FV,[¶Ýr;øóšy%eF¬ _#*©à%cŠ7éÊÕfèZÖ¢/êbºÀΑ1ô}¶XÜÚ½ì_Úhî°ý”…8 cˆ¹Czzõu +¹ÜkeŠeI|9¶  k¡müõÇ +)‡ô^ÜZQ öÝ‹Yg³´Ð°€ÜÁïµ{>D<hèàt&(€MÙ0¦!òNF%dgiÖÇÖËû ŒÎ¢|tˆ£ÃƒT6ý÷[5ÑŒw_ëyŸûúœšë" –y_µ„¡|c }}кj%‚ëú½‚pT?ðõü<*Œ†í˜þÞ0â?¸ºæ´.ÞÈö\&&ch!ìp@]æ%48#_¥U|Cž¾U«Çâé n$†¥° ¡9#µ÷l²¥5 êñfò’»áÃ*tÖ·[òÒ˜JY’I@ U¼sÔõ»jé'Áó•.vNP÷CÁÄ +<>#W [] f˪gäl%éÆÒ0ÆŽÈtÒ¨ŽmÇö¶šÙ\DèdQ6ŸiïÝ3p¥¢dÿ|YYø±Kg©¯3+XŒà+]8a0÷H'¯J6Oï‡Nå€1=¾tM<µvW=HŽNk¹¹ žh p–Ñ–“}\€ÍA><Іbi…I̬ëÒ* µÝŸ câŠKm“—Ï 9¦nÐ]¿@ŲèkoöâbÊ»î¢jÆc+ÉŽÍa¤…4äÏ<-“œ%f ßq÷íÝ™½ "žÐëxX´"Ÿë@_sP*’ª±•˜h¡ä$6z¨¯ÄçŽ*@a. þ +[¹¢®öÆE€_Áb‰N³|ž ––žýõ·çË…>^Ÿr•Ÿ·„ãLy³¦¦{9â,¨u_×_¿B×ë\ƒ×ɼsÿ|§CsŠÓ:‡¹<'ˆÝ+ÄÑÚêîxp.žÔ¯¤ð‘AÉ3K¶Õ{Ü^†Ì’“¨n]þéQAÒµÔt‡9\2 Ý0ƒŽ SJûDé5¬ ²ly²½ÏÏ—ÓëdÛe®q×t0¢ +2ïœÞåBì}°Oâ&©cÅ‹Sã«Å[YžÊàÿ,?ây­jÀõžJr¦œW÷Êøô×j€†¿„–GŠïͻςñ.–ÚcZ+2+(3ÇHjÓß#GEUB j¯<ªsÿ»ûÚlC§\O¸(T·"mI´N)ü®d¥°¢Of˜¬þ²–®úø³òÇ‚û@Þ"õþ,øA[v{ÿ¯sù|ðî&ÖÚÅ3ÆkLaÕ‹±êE™V‰¬'Æ»žô¶t†öf²ÒýEìvêJ>å°ßhi˜o­ÅCíqÿI'|‹EN‹ÅîŠ2+áäã©›<ãI¹þ‰é´„óÞôËÍ?‚æ‚?n ÍÔMëÒO´cÏ¡f'šàÈi&Ñ·)?ì}fØ]Mqîa,Í)쥸¢«laP•}× .$qP¹Wì ›(—€Jï†úváÊ$ôkœ [ÆOÕ$-ñØ„£Ž¬Ðä‡À-Ÿ<(;®„1[ìÜ*ûèAÇÝþx¤²‰“ꕯ²Ì;`ˆ“7 ñ®|Ù.üštŸÖ¾q¨±ÆÊ‘3ôŠ£Ãu´tŸ.*ÊÆísa£¼®±Í;%ï{#­‡VXràQJFZJï4ðÜ(C€ÑÍݺ‘±Ä†ïI37†¥ˆ‘¿Y‡Œòã—¤h¥8ßLM¦/Ï^®zŠ¬- ©è*­‰KÂ’($X—3C|xßvq°5"\#±œgÚ¥0öi¸¼¾ª…˜aa?,šêߪÊϵîÓy±@O“ñ(³ïD@/³ó…,W¦˜ô{¦)¢Õ•D]†DI&½?×Åa©TÑRÛZ‰÷1®Š1®¯ +Ú8Ue6biz@ÏYmQË"9céIÖGHìSšÆÎå)(6l-µº8±ôI”"Ä¥MÃ%¢B®!m÷ {ž¼L¨Wñ3‡q\B—L[žPí]ª©fàŸ¹ 4}hêRÄ—Çk¿uÇäõ±C^fb ûíÆ2 ’YÌ4·ÒyZþ²#R`׀ŗ£¶e³ ß»Ü¹ç’5„“Üê6LFè‘Y×òÇ­5Lãf‹e¢®˜S +ð3$½~Ùñf-çÓyÆ…ë4³"“vÓTøhüEt.ŠFóÊÏR}BØ‹D &|ʱùw‹¬þ’Þ9bÉÍ)ÛËÊ°«gaÕ s.WµÐ@BSG¼ÆC¼0…}§}S¥®ï̱“Œè(¤¼‘XO-:{’:ëðùÉ#%Vôã3 ª¾vòv?"’,ãÎxò>%*ì§é^ÄEn„³Ä1$(¹™d,¢ ;Ý,0ýóõ…ïy×Ò&«—äÊ T«%WŽÚóîSÑ,c˜ÄÚ O%Ðz/X²NŸJ€)œÝ,SØ\¤¢êc&{l)=~º¼ê¤ ~õŒ‚ï<=Ó…ÿ[‹r~ÇèÍW–Í$é{ÍÑLc¤7‡dŸMÞs„ßiwÒQþ#‡°z}K~}qj}Ð]ÀpÀÄT5›‚ìbhò¨ôKN!ÜŠh{•šxï¾ö$„Žºg>‰›`~S+Ì8ŸÁ¨|çF÷¤^caxª惽©¸®Pȵ.hU©­û2f⫸xÔŠf_ˆ÷\¢gáWZÒÃðˆÞv)-t¿šsá!z—exQH𷧠ĽuÔ‚Xøp¨¬Sm“©å¾T­ö‚°à­šú˜b5M™ +ŸqKåëÅ¿©½Ù%$È|Š>?ŠÚÛS@E~—k±ÃØIëñ B<¹ú åa×ð ß~TãæŠM‹PõÊû¯ H\£R×—„ªUœ½ãÉïQŒŸ\¦4¯½}\Ny8BRGÅ™uÒöpÙb[!]o‰xyêx¥uäOê§Ü+«Äæš>¿ XÒ-bïyQC!åQÔ vz·ÏyÔõaÉà +û[„„¯jÖ1ùñ½œ ¨nCæÇb…ÐL™«µÚ|ÌÒRKÏ\ r„‡°¼K_ð^}£õå"pE%LÙY¼¿DnNßÜ£KÙxÊ*msŸË¥ÙÔw8Òˆ-1­^¡å A-am;ÙÆë+E7¥ÖW(k‘7’3cÀsŸx2ÁÏU?£3ß×:ãG$õÂúö‡Ä>9’"ÞŒOPK±4ì"ê.Ó›*ØËF_¥Ï”…O­mꔾpBýI.îì½¢ã4wÿÄêIÒ€öà"2>å*½·]‘#Žºj./?ÀT${Ù;·t‘<çœÏ¿ù„‡dYTÙgæ2›°Ä°:«ÿèüZ·4ÁÚöþN´î•«lœÂuyºÞÔø‰r¦Oú·ƒ'É4f&ØGrè·(ÍšùêÎÅÙôÓ¯øǸâ×7gæÓuHÊI.Ч°âl±`R-TÅyïf={‹7†¨ZÊÅå1¯ž9) “óTÆ>(4¾|Û€­IÖõÚجì‹0 ëFÜÔ¢`5>Ëæ$ÊÁáUùªe;Ró«w~8vn©¯dX¦Ýà]´|z9_Åc!·:Rç¬×&~üX }Øɵ¼NO¹Ð#\wñI%ñùÛX=áC ì»/Ùf7§Æ+N´ÐåÍ Ö©yg.96N]÷‹*´DægKkW •µ@lŒ5¼à&¶‹jÅ!%ïþIW¬’[q`‘ÏŒO¨[mû­Cãû¾gR¨%f²›áÜìUî êAf&6T™ƒªüPp,Fûkåvu=(×vˆH¬½ÝöÀI½j<¸Ò!¥rv¶ù^'žÍ\¼£íÍJd™?~Þã׎•—ð¡ò¥Ÿ5ýìUQk´ª`9¤Î©Ã^t¶µYË3´ô2jUÑjJ꟒õ˜•#i qj(ø¢d^‡™†½µÞØNg’ Ï\îI2 ,``“›¨ûº[æÉ]Ø[#tt ÷hãì–3ÓÓ¯wÊ8$+Ú¡oejô¼Ï˜³¼%<Ë~¿ßë†×6û:­fR”F$­E€nñØÂõãGåOL¼9 yQë¸n³}I쾌ÞÉ€Û§oéý3Ïæ""“VˆC ÷©ô>ã«q9IIÿ á`š±j}üµ“ÿ^ê”ÎÄ_'guìÅu«qôF?[ŒOÓ÷uãAC›æ¡ÎkˆÔÚ—‘Û¦ÛVÔûä>OP ¿¬ôíÛW¬,;¾m<ãψ¾3#Ó0iK^"¢e= GÅ6Ãö†hRùZ‘ŒU¸[F5N`&Nƒ†sG46G- Ó )’Ïù(¸Ê"û8¸OS–åLŒ ¶m9Ñš¼ÈÔÏ*ô½aܵNÄ^Ò®¼ÎÏ?+˜+µ«Êû¡ßw4opºS¾(^ŸáÜþÚð>»€3xóÈO¼U‡\B¡ñ(‚?—Ûm,,-\áD½ Ø’ yØ +²"œ-¡ùæør²Ð­bR÷·~æbL.­j(î),&âÏ rX4 V/ë]‹Ós¼m~˜ð¡ÒæPíÍÜAí ¹mʨ²b*ØÿÐíUȦyÙé(ñ­ ”ÀMÜx{ïçÜ F§«ô*õ´jðÀ†ÿ‰dèÛ¶i )О*Ÿ=íKá—e¹¾œÓ1öÇ»sÜâZZÒÖÞðnï@¿¶9ãöXb8Îñ n¼§UÀâ’¸ÑΞ¤ì þZ°ÅµVgBÏ°Y¿‡(ñ^Õƒ%aõ)Qó5Uô‘ÿ('ç°Y&%>òL3Ý¥ ÕYÕwðØÛÇÂÊ•”\}?òíûßÏù¾Ó!¼Ãê*]½ÅO£ã/âÉ2º*Ž6!áJß5‹^Ô"`Zùåºóœ‹šxò7J³©ÀsÀû0†,ªÑéžêl•—!¼íFöŸ¦Fµ5›–bJÒ™g5q«Ö,GÖ¯>£æãÎ<\:KtÂñÁo?ì8÷ëVmϘ]àžN›¥4 œ:†÷ù& ¡#^ J‰ÿTÅ›“èÕç½Ëº #ñz´¤, +ãÇþî·lœãý'ÐîjØœò‘2{ôÄÎŒ…A +4z^uâæŠAOí£¦1ÇV Aþ¹¥QÏPêÝ}š"/¡ÚE) u48®äˆò\=Õ²¼{ø¥˜Ë'³uKÇåŒ7ìçJu4ßv×6Î>¿ÖýÐ%ªš¶ƒ +x¬i¯2^´×£5Ußpu‰ñ‰ÓEϪªËz“ Ñ4â!›±Ãˆëa,“ÀR» F—zÆ–«Y‹Í<ŽîÁÙ¢eååzB23¾NjÝæY¼£-rå-ÿ\à¦RܹeFNG\œ¢¡N×#Eñ¾Zø»½!ÅÂ]Üi7놪£8‰£,•ª£p×ÝOÄxV3~I8&šÑϘ‡ÁÚULvî÷Ô¢ý¸4ïù?Y²Is0|b»¡ÃvŸR¡¶¯å7â¿’5±ô_¸Å«›Ýø¸S˜²ªü€ͦPßüÕ­ñ€º(Euš\ŒÄ¯wÁºâjõÛÉ3¯‚ä÷†b§WÁxµÉ„ÑÑO0ñ„_³5Y£° ò,¡¿ÿ^×BEœA^ æ9½ñ1·‘ÍÈnñ£ßc¶ŽÌ¯Ùþ]C8ŒÆÊ2i„òµºÆhuç_2ÓÙ—ÛM ²8õ>úú2.n.ë_~‹—T¿dû0LNêËÚdj÷~+í°U?³Ë‚ÔSÇx®¤ +hλM¤@q¿)7îó&mf$sô\]3Eð.v­ ÞAš’¬qçBƳÅîhÉãV‚òvsN„ö»õ¸Lö‰®–ÇPßã7WªÁ‰¤Úºêûd$B{ÞKºN'³Õ‹¦}g=ûש@ó° †!ŽÝ›&¶Ð»Äp NDrƼ>Ší^ +ï\JÊØ.ºüˆ!tIšÓ™Ý ù-ÜäÂb!{ò·2‘gÂL}TŸÔtÑ׸?гß)skåÆ=Âkû^mÐø̯ê°yÞ~#Ã3¹­ 4jxDFÏ!_ÞÔ-äf­Ç€u‰6`ùJÃpÙ´ÉYï~Ê?wªš/a’ΨüÊÁ^âÅ¢!¬¥O,Ú‘Š’"&cJLÕ|÷1#Ç”„Þñ +Ÿ… š8£¾SCçÁau…Ô{QôêPˆ³m`ÏÆù FsZ#sz^éyÛá++a†å¨4íò‰à±\· ãeñ·e”“Ÿ(£jûW$ÉQ®'<žÅŸåv¤gîžjˆ§ÉëÞAˆI9šÈRÅf–#vpUõ%L^u>Ъlߌ)žbQ2ÉŠ‹™5ë)…“Ý[ ›+¼] Q)\†[n«OŒ+ÀdäD]wRÚkæ9[ÂrüîÌCfäO–r|®S4cÄܺ¾Ðþ°Š™± ›‰øx~ÓA)køõ¥Ã‰hÆ×!SuÉ«é­gÖú_°ÕÏ®n "w÷ N•©ÝTN3Ds½õLšÜ,2ŠLs£ìË3~=ø½¾¨€úMßv” Úδ- Å‡Ç &2Fš"„ùi>ݱ*¦Õr-X ú²……~$3Ùó–†íwTO©DŽÒgJòë@Ï`¶ÝÄÑqcØfÂð&ñ5¹ +p¤7©¦‡¾r…¤F?35 Ïôr+ÜQî)­«ë·n?Ü;­ýÛztË/®¾9k¶E$¿›Óá‚ŸÉé +wGX…vE”å4+JVG¾!¡Sjm ‰d#;'‹üÀþ®ÒG5j­ðçÓ<ªÈ‰bôäjךPB«¼ÇŽ°F•êýíФ§D Œ¥¨î1Ûx"Û¢==d™NŠOÃøò™š.ða™aÏç[h’r0¬â{ÒŒ©3!Ö¶ùF¥ï{ê&`r[ƒ¦½pr²cì1»Û”A@&w``­^fÉ{ÎX¯Øjò¯%2[ù+Ý%erÕÁ)“ö»¾òoÏÞ—WáÏe:¶Éj0™±ÇôÿØ”Vç50¢8 .™t‚bŸµ1vÿ.hvâÀœâ•šâ…jÞðš:x$°ü0»fžg@\w„Y¼°ïå}¹€Ì©€ÁÇ ?>­,;•Äv˜¶ †fyAéú7÷­£Ùf,…&fóƒžÈ>Ó×7H‡,™aWB=ë®Íïí‚šÎÌ;êqG¾„Èjà‡šì†ÅêŽÓmJäsÛøä[[sþ@¨{ ÜåùͯU–ºÅ\ߣ]Š`áè*>T!0;ãBÀš(L$XJ¼Op^Îꯌ©Rª×cò±ec¡À½‚fcä}«F¿—z)Gj·¬Ö÷v’ÜôiCQ¬«E°˜”].zPGŸÃwED,~ýd¢¢çÓ6†óY—‘ÄÏN><í ²žÔŠ>%(m ñÁÓòÓÒÑVáÕ$\ÜͼuhÀ:øAyåDmR†ô­Œ4sðtÀ[f“ó›ß´â1Zê ¨wAôn³¦Ô…z,8åëb…Yxy öX!aª/{w#||GdëòÀ*Ã/ô× DpS£ž ‹©ÏÒxðâ†~~³úÍÌeÁÑ×/›„ CbÎÊî¶LYÕè)õIKiUgþ5–tùäѼyû{ps9ÑÑ->Q[ZÌLŠ”M# Ö=‰ús;O12§¿6j8ç^Žüô‡ê—WƒË³Æ* ^•\îºaºXs"LNƒ­qw&W '™—ö¢½/ß¿Þ,ú‰§ƒÿ¨n~F¶žY­Î¨ ueìÀÍo‰ïÁ»’Σ²ëv=—¼ÐzÌÓ—¨Q4TÑ…}ð8!N ;4c7µ¥Xøá‚yØ—ÝFEçNÖ€³QIJ¿ª#ÛúàžÏ´–Ú5m»³Mw”1q*ÏÃÆh60W‹IItE Õ¦”ã ,/×äÏÔ4”ó>Û6´ ?ÓŽêF¹# ¦íX¯{„àmðâ0Suë÷ŠéÇûOiÊDzª˜!š¦Œ¹Ò†Td|ÎÁm.M3Hý" SJ“Ô_È’& €îIш)¯¨õAÊÀjßóC>yúÞ1ã_z–a*]× ¦B_ + +µÃɯ¤ãñÊ™QXßï¡In¿i9£:W¤Lú40”Uƒa‚â^Õ7q!˜¬å<„bÔ`%LØãçä³YÁô“%®o²‚ýÃã瘗²Eý«\·óèuéÞúR¢èæE™T¹ìx}‚š=cÞ4¿+*äŠWÒô™°žÉ¶'à?|ó˜€^€ÞÊÔ‰C~VH{JJ‡=ž£Fds#»#¾ˆˆÂUäùùÌ3ª’TÚXæ`ûL§j“‘„bl +Ò1¥°G¢”ÍÆ×}üJ¹7¨D9.ar1VÕó4‰S¯¨ÇC#ž2ÇÎèU@e¥áoô«7ðöËN´—íñZíÔký/Ÿ˜­yQ¯VSï¾îP6èiê‹­ËýN­çÊÎÏÕ7Vòú¾,YùB›,;4¢iÄ—øÛ냚a|à#ÍžxMÔR;®Œ ïÓ&Æc÷¼ï»`é9nMìãÔæ¢ôNpÿ#œr¼õ¡BÏõ{àòB¸t—†©b¯ðl…ùîÂÜs‡Q]®-J^Á*4¸ÞÁ*ßȪ¨ëšlú<Ñ8¬UÿËeÕØ~’™UéŠò :–‘uɶnÎå e<·mèPk'j?h˜(ìMMoU¤âÎÌžíÅTMÙmi ˆ2¦LkUNŽÓ%H¦ø}ÿiuQÉ2 [ŠÍÑJÙµ¼¾À4L༮Í~G‚‚@Tì§Få½$ˆÂsÑF +pê{£ÝÙé¯I‚LnöÔíò™ ö:ç½xìŒÖ皊ßÎŒßW:+Lbv°ìì÷™z¥[¥ûJ]Êâ=¿ð(O¡……S[í=-Ë“Ï·§;9äàÏ¿Á+žÇ·Õ†6*ár;>ñ©Ë„ð¤àyÜÌ‹¥ï ëžt—Ý,’8×éÞ°ß}ûÈEXPpÍ}Â(‰úãë^ë¢õv@KJD¹_|ß÷«Éqí½!Í‘¹ëV‰†OLM9„ØGýpt')I5“¬aCX[Õ5äÁiíÉau&kk¬QµhÁ:‡ ÞD¦9¹¸âIu2Íï=£ê!ŠïlÒ¢ýýn¼m‹?ؼ¼g£€Â¨6b X^ÞZõ¯$”gm8Ì8â¸+n6ñU=Þšç‰<«>½G?•_'ô»’ïd'Î}áèàÃãJy(ÆŒ$†r´èÜ)7-JõçýG*;•nî©—f¨/fžØ€þ¨3 +îo>ƒ³þ+‰ê/ +endstream +endobj +504 0 obj << +/Type /FontDescriptor +/FontName /TYSIVG+Velthuis-dvngb10 +/Flags 4 +/FontBBox [-407 -424 1259 950] +/Ascent 569 +/CapHeight 569 +/Descent -114 +/ItalicAngle 0 +/StemV 105 +/XHeight 120 +/CharSet (/a/aamatra/anusvara/aumatra/cha/da/dda/e/eight/ematra/five/ga/h_nn/halfnna/halfsha/iimatra/imatra/jha/ka/ksa/la/ma/na/nna/omatra/pa/ra/rr/sa/sha/tha/va/ya) +/FontFile 503 0 R +>> endobj +505 0 obj << +/Length1 1806 +/Length2 5940 +/Length3 0 +/Length 6963 +/Filter /FlateDecode +>> +stream +xÚÅtuXTk×>Ý ˜ ‘î. `ˆZ’ A¤¤Û¡¤¥$Tº¾ñœ÷=çýýþý¾k_×Þ³Ö½ž{­u¯õ «Ž>¿¬ Ê +®„BzðCÀÀ]¸“‡½'ÂßÆ ig…€€!0ÄÁ!ï‡y PH˜\àÖ€ø„r“Ôanp'@áîn»üüÈØ>ô°~xÄ!rñqCØÙ{šŠ²JÚZ€;ÊÓÍîÈÈj :Ávž0;¸  Ü †„ÙÁÜ‚^ÿ)æ&àwsÇ$Ǿ XÿL·¬|%7ÒPø»pîÀœ$€_ù¸åyˆ¸8„ÿg¹€!ñ™‡€²”ÝPHÒŽ”¬QH ð“Öø¸ÀÈÏ¿÷ôáa  1('LU?;ÑÑÖ7¸ üP åf`H ÄÓá䎑Fi#rv†#=ÜA?cnpkŒV>‚ÿ-´#CíûÿlH[ÌaÀÆÓES¿«'\Uá?áè—ÏÓ¼ˆ˜˜8XÀ]¸·µ½àÏ´´óüÃ)Ñß×åØÂœÜáþ[8æòu‡yÁ7O¸¿ïïÀ?-Ø ¬=+¸ úÅŽqÃmÿ´5anoàX †àŸÏß¿Ì1£³A!|~…kÁœá€ ¬Š²ªª"ßwÿwœœÊðåü"1",.ˆ‹ÜüÿÉù·)ñ‡W†øO¥¿Qª"mQ€øŸ a”ü«©¿¶ûçîóÿ¤×By ¬á÷ÿö›¡`yÌ ò³Ìÿ–AÉÓÉéÉqÿU²Âßÿ=<~9”“¶•ÓÏüÌáäóÿ£øw´üÏ»ü“ðߘªÌ a-‹´s‚ü°°¨ÐŸÂ] á ·ÑAxXÛÿ¹í­ˆ ÜÍ „ë 0âýœ? þf`°vDÂÝÝ蟣Æ?3+"­Q6É!¨(ssƒù€À¥… PÀ`®-ÜûK + Q˜#€‹§‡?`‹rý\7ñ[€ ì§ëKŠ±`ΘËó›amÿËml~Ù˜´‚*ó—Gãø'ã²ÅìÉßFA{K$òo&Äæd‹Dþ:&ùÓçþ[zfç›·DA‡À˜rÙÂÜÑýwS¾Óo6æz þžò§‰üÇüÖ‰†ÞÍí7:L¿—‡9îù«÷ŒÊÚÓÍ ó/üÇMÇÌñ/ÛÙ8Ün šž@YK†9T‡5UÊ2>à_î5<¸ôdÅ;a/ à´kÑ;–0Šäí‹¥f+è ØßyuW;â£bü­ŽârÍ„”Tá”8*Ñ׶^ßÖ’ Þ½Â=¼î¸ö8ŽþIΆ¼O·Êké Çy4¥~Š&ðú‘éÚº«6#siAùUíõ qÚ“¯Ú*Nºc}ïÀ!‘OˆÔZÞŒs©™½Ù:¤*o¦¼?>Ñ)G ‹PyTïZ1š”Ü’x‡n:±Ùh{RÙçRUÿ’ÿVá›ãŒ‹oÏq’-ñëFóJUÕ :\Pk¶ÎkŸa1±6f3ËèÔê¬×"&ÖÕ‘ñ=ôjÙskÄÑBOÉðÈ.éö›×úú–7>V‡‰(ÔXáÂF×XvOGÏ„¶­ž©œï"*>9«p,Xz½JˆèIÁ¾®y =óQ©ÒCëc;{»ƒÝ øj›DjºÞ:R\,2Í£Ž0¥a£òMQ•©æIOFu-òž ·:¡Ç £ºÈ­<ÛócMøü¢)•¥XqôUìøÂÆSæ1Ütõs©ç|Àê‘Pä=Ûl¬ßxä²"±G$Àõ"@KÓ6“ø%ýw*ü›Ðþ{§Éî]DhÄJüÑqÖlk^¿£DŽʾVGµ.\þƒ%ÁˆvI]²9B¡Tñ +¿B•ÇXO<Ûéæ)¶Pä¸$-žF»+Û®›“À3׌’Hì•èîÄh1[ŽJ¢o·Ðeð¤hõoôz5‡ÑÐRe’´ž{Þ>#Í$/âȽFÖÙǃýÈ)?òäÃÈ’¼‡ã­ëRiRáŸÈÇB³úÑY%šsyüM´—…ëÍE¯¼›®U'¼Ág°E¦·ä°GO“®ûÄWÏèŒ,ÕŽ7øâ—7â'…‘¤T-v1µI¸+_f}+ãC…ú†Ëøz*óE[Hx³J´y›};ÌÉ(úפܙˣ½ÇhyD9÷;V¨P¼ +µ#sIËË9°¿mªåØ»¢\WøÛj'>‚ÿÇBKÁv.öÅ­ú°ÿy7xpsÀ‚MQÃ!«ñ~¨ª¥áËhŽp¿7(3ônu/±Ï¬kY½°º}ûikòþqÄ~Bb…›¬Dg†€#àÒ1ßU•—OÅ) ©Ö€EbÅã*ñXÎêÓºkT¦ÅBñ%wd’ê}™Ê´^¼c‘Yÿ‹/$ÏXGO9¹ÕÍß.<ê¯O¸q³îV?ªó¾¦Û–JröÎ 6¦Ó Þbàm“ço½iº¹Bø_O|ºë°N©ˆßM`s‡tÌŒï}î²B$ø,¥Âô3ž”—ÒJ+àÛë?/åsPHÇ(Gi ®Hˆë?BKrùqgE¨Ó9EÂÊf/Qèµ·?Ê’Æw¦îÐÑ\lé +‘ɇ¡[Ü4"Ì}Ô»EiÝÃ%e.ùå,ËSÞŠjpY¶Ñhh; +`û$’2ìä(ǽÊ—V-šÜàBN•DÛ”f‰ÞEo»f]Õ’û0ÐôÕP:žÒ.Ë E)ÓYbZä¸-ZRÑ:)y¸ey;1(8͵Å!Þ8)ÏŠ¥ÓyóûzZS[L›-  qKçPôÐasÒÕ2;T~×ÔÔdšè¯Vð,›:àù×î±4¢aä>e@‹L4x†NR£°HÐÞ/‹”ëÕmÙçaC¾þwÓ²?ðΖ==Õ»?yªÆvº²·mxó*ú-èc)ß©ßÊ¥ ÿ4j\ñ*ök‹žÀŒ¿»µQÓ¢{šÑ ”Àf‡œ§ŒôÝy↛ÈGÞoôß”߇T%û&‘†ÙVŠêCç.íhƒ^ð®M¦‘2pdåÎ-ß *RŸzù0UoYíDv+î•®7UälðÑÌÅ~(z`ssdJD÷hŽ¡ØúFÑ!mp£àR+–o Ôñˆ›…Ÿz¿Ò燰ëÂ.R䢥˜€ $_.æÞYé…•g`e¾ÊJ[®–…ÃlE#!ãž-š¦:µûn ƒ'Ÿ¥±æ‹|¥Jk/)#¥"ÍJ°ä+gtŸvháÌ©V âÅiÿ¸ eG~= <ß#nŒJmÿŠxLwUé½6L¯=›þíûËÅ@²á;ĸ‡ÅO¸ +ò¬³µòûS’hÌmü“m>Üã'ÍãjV¦mѵ ïZ)Eº¸·!£FGϺ; Jn½îÚtÁ1>«Ý§Ëa;{É$77fdΫºkü¨]®©"9JZ“-ÕH!½-,‹À IÓ›} ^&’k4Ê.CÝR/vþ&|Ê!ˆ =Õy½µ(ȼ“r$Ì‹Ê%hÝ!ŸˆÓW^™åÎhì=îd¹öåùû¨ûâ‡Ï>1cÙêAŸ>„®[€]¿³×1ˆ€z±¶c¿Mƒ^Ÿ<–?wˆ‘~~Íp6öŠr+63œD¢ÙR··7 +Üì×Çw8jÌÿ°ú‚g·ÀÜ¿:0:yeagßðZLË| ™[S oTiÑŠ~Ö^+ñÁA+l'³"Î%gÄ¢~@EmAt~F@ǪO€("uŸYžO>²ÀªÄÅçcfŽ]ÇKAÝJE~Ÿ—~ö‚®˜Hàj–æ0/É5N,¿oÊÜ‹‘¼¹BŠ_¦Õ×ZÈ—_—¶Ž Wc…´-d‚m2¢*հ°µíH@¥§àŽù]QD5ËÅŸŸÛ€rñUÙ,?£ˆW4Aïî¿Ï1$fÎŽ—«XJ,ƒ s&`“ć<£zD|u±73mD©_l\‰—.¯(_Ümxµû¹û%uÊ$ÞPYR +ĶžUJ]~Ƽù!¢ yÕíó†ÈT(38:ر–õã%_ãíb{娓°ZQ#r>2A9’’ãJ% Y<‹§Ÿ¹&r¿4óU¬fröç pº‹ìZ<óŠ^&¨“³UCóÒç¿û¼ñ˜¬À͈šTa{›ú8‡Ø¤uÿÛÎí™P\“ö¶mßÃ0ˆ¢'ï8¦äò棲¿µmÊŠøøæ¹G¨§¾2›ƒ'ŽxÔ\§ÜæeO[š”¬˜\ˆ”žLÊ'ƒG«Æ:Ûtê¯^d ಠ+IL’õºü¸9 Žç°"¢ÊËál¸S“‹f¯(p¼4Sþù¥†æKËõ!‚&§oØäŠgÍŸ°×l ÆЛÓ_‡X‡fSž×‘²;#cØõýÊ¢»aG·ŸfÇ6ç˜8[­l¾WŒÑï¸O½C`“ñ†¡dÌó1îþ—Ãàý£k{©4£ù­Bô#´f·IÆ>†ðv?º ½Ú õ+Æ©ŽÊÉWë`Y " W¯Lø<éºQCíÝ–uá—"w#»t ‹›’m-Ù!öŽñþ×rnîœÊåíB#mú¸üãí33˜Î`•§l ÝaÁëäа9êŠs¢÷ ›NÖªÄka¨Ú„zbq3Úât? +© µnlüoßÅä^è•kÔTëlGEî/Ù‰’¾o› +•O ?6µFðø2\_k©ºØ³ðìë›9SÓì–û F[}AÁMM›Fè^ nÖq©5õg\Lž‹´j˜•Ì´-,=Ù[²äjÀë>É$^;Ñ×TÄóæBIðîØ$xPn~~¥ÐöL½ÝueX}ǧNjr¤&›½kŽNs¾¸¦fñé›Ò‚§0#Ã&µ:>˹ë¢n]-yf,pwùüÄ3W•y¡ßK÷ihóTâ¼áŠ¶j¤!Wóú}¾Û1ñ-üñ‹ØlšM—=²œíû ? ×ú +“Ö’ûAÆ©»&ª–õ%¦¥¶}«i +zi¼È:Pãq8iî¢6ãŽ.,~ø]Dé]áóZFX ¹®¯t‡Ó½†—;²XmÎôDü/¾Ò?rqîõ·×5™‚Œ <~ÿÃW$ºä“BSc°¢8ot,cF;_M}%üà :íá¹çä°_ŸÍ Åa‹ewÒ¦£™ÍÉ~nRBü&ïÔЈ•iK¡<¸ 1<åh;zÚ’ôVù½ðÍTEE¶ã+^'nÝ=aª]¤¬ S/ƒz_ªöXë4àms†–ŸîÓsi¹xŸ4H¶Ïk²›j“m(ˆ”¡DbÁí/ßÞ•m=Üd +áe`Ä(Ú yv MÊc\œš“Ãy¦½}qn[õ‘.0Ì!ó–µ4CpT­ óB² ‰O6ƒ{u¯×¼J攎x/ÍYÚCqÍÏèãòTë ·³YKÓëé`èù|FäNßéÑjæp‰ÍUÞÑa+€y+fµï„'aøf¿øŠ‹ß7.G®¡®†h «0ñÝDÿ¾ü…Ú=K:Ï?nEh|2åÒΙš–¶BòwÞ! ëõ¤¾Bœ¦âKE½$Ι–”È[ºV²Ü„ÓÄî53º4T‰l¸zä¡œûî…H†G–d%0åœúÓ„„DûÝh{½Ì«P þ¾3ü[^ØUc&$+·b»ª5²¶u|ß æCÓ«˜'“FŽrI$­éc¤²þ8•g7*¾¦ø?8öÏkp~?d¯9J]bP¢§¢±ÑÅä„ÈZQÞ@G¦¶î 1 ƒšš?Í«‹ß†õì ´•ò±;\Á¼*ï²[L®-| ›”í¸~M5äÞèÙ³ ¼˜4r Ý/nVkhá(ˆ=/¾ÑÄ °ý¸„L—¡©3¬F¿ñÄÊ-½µ¾§’­ÓRð!F{à=ɺ]ù,K}ÃÇÑóvNEy¿•ª¦èâkû̱Ç®=‡[»7Äúñå×\ói+˜6gl?˜ü(Ì{|.éKcSÔìQtÀï“œüîZݦt‹ÑwÆÁ|¯S¨à,œÍ¸´,¤Ýëy#¼L}ªÌŒÆË k Ÿ%* }Ás†6KÄ©4—ÜÐ1z–ã'JEçÕ÷&Á—“²`)Ž}Á«l×±¶K±wG2¸P?ÙÜT_ÊËÃe´À>g2”Aÿñáûƒ'ÒI"fKà:/žÙ(á^¡Nb«2CÒŒbÏÛi³.Po‘çûê„Á€mŸ…¬ïîçwéùÓC¾ ¦ZÓ“£ºFçP){^ß9׋:­îÒ¸wŽ›€ÚûY$ÎÞ{ë=©Ì0n×Bo—q'Ã󲇉÷‹¾= -Õ¤% +xÉâbÈ‹%]¬K÷|¬Ý³[tµ‡ì]:u€–Y&%*=®QTóˆ.OyÏÍlRàá«‘"œH-Ëàþ§>tš»’1A+ÊÍ´,G»Eù¸®º©ß±O zÒm:B¢Á’•ø|Ó»9¥ #øñõ<Ûlns¾n©÷a¯ØÐ*ãDÕBûÈö²÷Ëüi÷5üù\ì]ÈáæòÌ»3}£AUomz¦'Ÿ!p±¼…Š0‡‰u×n¥ˆ„Ú‹…]¹¦ú¤~JG^¾lh–F{™A¥âúê‡YG•,•ée7Cͳ6–iu_)\²/ILW妀Ób÷òâ§á&„Ç¡õÕ—Ó‡Þ¢Mõ”T*2àûB´Oüsý_ò¤0ó”ýCúâÕ««4*Ã{ÅE{O.º V ÞÖU¨oõòmÎçPÌe²úÅ2€`Lz~.mü çO襬zGÓë,¹x‘™músbƒ‰qû7Õø:œóeh©SüÓ5…¨|‡å¸‚­ÈŒyŸKqª#܉/ªë«lõ@JÅÄËoØ´Á• +l‡®Òì•‘ÈsÕíJФÐ ¨?¢ˆ¾.Ðy¯îr*©àÑ;«÷¾VŸ ~§)q @XDëÓŽc’#Ûªn¿-¯gJ<ËDÒ«ao»i¹_q Ÿ²ºÑâÐ+õÆ*Re‡»{6ˆ} ÷1žr9 æ†h›Åú™nŸ×éÑ8Ú5N»ð¦Ñ*ÔVÕßÂL;2]zäþ¡®Á΋bXÛuúa§ö¨êöÝȃ7kU2S…r /ûäëå¶Mä=h0zã*G0¡ƒ©q6 ó$#íþ˜± ±M"oÕ÷ÊäRtÝT6דâ4SGwݬø³E/´Besa­/Ã6*¨–¿×‰±QTFVZÝ~«9ùfT~½•yÔMöaÖÝ[W†Ÿ÷Š…Ü33®;0E’/Ñ~u<¶ÓxšÎºõiÿxWt% ²2£À?É"òäÅŠÓ±/ûûZÙ¼šµ~95ê*¹.è0_M§Ïéùp¸uR6û1=QäR 2àfH¦è\ÀW94ôé-­©uD1_ftÒº}7[Šxc0­F±M§ç™ÊNâ —í6֓řњ»D†ÂÁ›£Dú”@šŠ‰¿ö OŽ*mÒ“;oŒê^Ù­­šX›C®UÊ™'5¤_!¶ç¡›g¢ÇÝç~"6™dRÉü¼¦p½¢l¦)µ4îú݃ñ6¢°nI¾Ø)¦7©3>ìˆr¼KUóOšTÝ{>S›xömÚ¶q*b}c‡è8…乃1ÿ[£¦÷ !s¼e +wvÃû’¢âÙš¼ zKéÚ‘,µ;ÀýÉ‘ ÷”#ûÈÑ=Åj(¿¢8÷õR²Ðm_ãÐàK½À‹2‰ÛŸÓwn~˦zsZ!ñ˜ujG}+‡øþÍNi\ªÆ7+3nK|±ÖäðúáJ4öu¨|aãG.›/ƒ `o¾ ¯4ùÝ¡Ð5íNT.¢"È[ë&RfSÿ›ËyÈXˆ ïðwŠ¶š uîúþÒQ—Ì”bFÓl&)Ó—‡ö¤Ù„£¡ÞGªKì•ø¤ï™—·QB+‰ÄŠÙúN'‡ ÷ÛDövì×3­,BóHš} 4x·¿;”.…é‚ U;Ë•Ï(y°±ŸÛuÆwöΞ”ÎŽâ é€E9Ðò{âªÜ½šJzœl´è,õ”pWê:{•åšQO€–Fö—|×kÜÇ= ­¯K¬nóm°ïžuö¨¼S‚K“]͇•<ÆËÍaýï§!ªìûBK7v_ãt(\ã @µù80AöQÓ¯È-ÏcÍõÎÅaÖ^_ÃÈŠ‚Á#ñ¬Ïç¡Ó$xOÔƺ“ì(8Ëu¾i” ¤ùGì&¦Ö¬[Ts¹¤+ÑŒä9ŒÒØ°ÒÑî1Æ=²‚ +Ôé½zµC(Õ ²íÖ1b!B-\±G3ŠTPasÒeÚ¬¶nxÍ.7qyÀ/J2+I/£ÍÝ‹ «R&uï³d@~ïÞZY@‹DïßùfMƒ÷%Õª»±£¦IÑ?¥|óòðã`ë 1”}ƒ~ЂtßB…6q\µï<>kÕ©¥Àºu¢}Ñuµ•þ“#%?îŽTDæKÔÝôÿÛèÑ +endstream +endobj +506 0 obj << +/Type /FontDescriptor +/FontName /AHGIIE+Velthuis-dvngbi10 +/Flags 4 +/FontBBox [-330 -418 1398 947] +/Ascent 569 +/CapHeight 569 +/Descent -114 +/ItalicAngle -14 +/StemV 98 +/XHeight 120 +/CharSet (/a/aamatra/cha/dda/eight/ematra/five/h_nn/halfnna/halfsha/i/jha/ka/ksa/la/na/nna/ra/rr/sha/umatra) +/FontFile 505 0 R +>> endobj +507 0 obj << +/Length1 1987 +/Length2 9448 +/Length3 0 +/Length 10554 +/Filter /FlateDecode +>> +stream +xÚÅueTœÙ-<@p‚4îиÜ‚wh Æ‡àîw—@€„ ÁÝ=œà\ƒû#3wf2÷®÷÷½Õku÷ÞuNÕ®}ê| …Š‹˜Ô, µsfag +4Á6Ζ.'3W; ;ÀÁ +äF¥¡‘pƒœ!P;I3XÀ›8€ÿ„ Ž€× G° @âd Ùÿú5÷pa5õA¥‘€Ú¿u„XX:¥ÔŤ••ÔNPGS°@B]L‰Ídgá²³™]Av #„Íõ?Z˜®`G§§âObØ9™¦¿ +‚Í&oÒŽ ;'€<ëߺ`gÈFðO=z ;??;Ë/¹ ;ÈɜߠæG¨ÄÎl'0…Ú=~¥u†ÔßÚƒì¿ +üÞ“ÄÙu³{ZµyRõ«e5ufÀ/ÿ¤¡Ž`Èî)»‹3ÄÆéÉ);3 ¨­-ØÎÙ õ×Iˆ#ØôÉ«·lÿã³µÝSfÏÿåÍ!vfæO[f.ölOê\Àr’ÿYýD¡þÃY<µÎÅÇÇä`€`wSK¶_EÿhæWðúI ·§=Ô`²q{CÌÁO?¨žN W0ÀÙÑìíù{àß•`1u˜€- v¨ÿd¢ÁæbE³#Ä dÙÀ_Ÿ¿ÿ<œÔÎæí?Ë•@¶`›¦Š–––Óÿ4ÿ÷2qq¨;À“…“ÀÂÉÏ `çäãðsò¼ÿòo3þ2âVùÐßRÊÙ™Cüöódä_=ý5jô¿ŸðïôJPgˆ)@ÿÿz†õÜ@‰§/öÿ?“üß6H»ØØüqpôI–ü»ã¿ÎŽEÙÄæ×YüÏ^-Äæíÿm÷¯Öÿy‡UÁ.6 ÇÿË9ƒl ¦bv6` ;+“‡ãÏÄIâ6S8›Zþ9ê ˆØÑbV>Y÷ëùÌÁÍ ðd<ÝY°û7ÀÆju~Ú°wqö˜CQ ?/€ ô‹úñp?!íÓÍù{Zajùæã°™™ýƒŸÊ²ýiÎ_ çñïÜO”ùÓ”üM°?ÙÃfidg÷äzbþÙÂÁù Ú˜ÛÙýÃñ³ÿÉ9ý¶ŽýiÙ C^à‚üWüOÜ¿)và“j«0ïSq«e}êÚúÌù·vú=þä‚Íïø©†íoJŸdü®œýéÅý/ ìOØÿŽŸŠüçx’àèø[˜ÿþ}ýSçÿÒô”ïwkøžò9ÿŽŸ:ÿN°³?uáú~zN±½ýÿkÊL]ŸÞ<¢žFð/lyw0ØlŠ:7 5 ²ª +j¾ª{éÆòã+gÆÅ£ 9j´ ì:+\§¡uÉK®¼s¾¤,I•!K‘r=xExØØ—RѼnÖüâ-¬H/p‚_ÀɆï³V )  #Ó»ˆã¢Srv$ÞöÊQ”]èЈHŒ¼P âù’^énm;(?{IVVð Ey{šÿ&àPYÖÆçÀ³ÉVI U@h +š|[í·k:y]´ÚýKœO-/Œ§¦»Å1¸}'CdP«ŽM^ê”ð +´Ž´qÜX–6™ßT Øp¿Þͯ—<%Ò¸~½¢P®»Xûc:¹õvî88ôìrL {ÙO>ôæ†âFð¬»Èqƒ¡êû·Õ÷™,®‰EòI ˜{Z$Ë…L±—£)ÀðÆZáIÙŸÑÕ>ÁôÐÙ`Ó½ õU.«{WV/¹¶ï…µRË&ªcØ¥dÞ\Ñë|Ï·é¹”ÖQG3W‹L–aàµPŠ¼ú %+Z¤[‘E‹á°‰Ü©R3Ö +ö{Îuqüœ†e±!\Ê,T·¸5(sÊŸÍÈã7_aLÆâ(úœAMý©wÚ=þ'öƒ¸o짠/DŠßí߆f8#Ô»´gïZ8½½¹ÁCA,KAÄ—ÿæ ïx‚" ÛÐáæS¿T“ 0M?–Pj¿ö¸h¡¢T;ù‹*HãÊРßAòÀÔàŽÍâã Ĉðü í4Ï)áÓÈï¶q‹ê@„rœ}"®Ðüò<Ž.x„ìñ‰„VïËÏæMÚHôQ˜ÚñSm ¼%ߨnÙžñQðLÀ&1¿¬¡ÁjŽ<òMeÏ]Éã݈2OádšðDiñ\³NÑ¿5"0‘TÐÔ* +F·ÇuS[q­ã 3@´7âs%U%ÿ¼·«¬M·4cõÓ-¹Ú€ˆZH“u€„Äýƒêfœª ´ÊH,Ï ²upFTg&óˆÔF£úäàMob_Ϋө—Œ\·‰áQêUÞÝ)£’ŽaVQ +[ùž“´Øø¸çxjH£¢ü¦¸Ÿq±ú–<¼ÞKyÞmä¡é½ž}f·÷ÀS´©Ýb›á(k35E¶T›X60‰»öj¼¬‹Ð±BŸ€Ä!ä¼à­ä8ðñr ×2,ú3£)¬+©€åÏŒ+u}Á¼X…ŸÖü W¡uˆ|ÜH5tbae°(;¶ƒŸ–ª$ØúáŸ;\ØœÆA6áAÛª‚ŠøIÜ] Ç’âø|‹°}V*ž—•Ìb´,ØeR…ô¾*¾×bœñn²]!Ë$dù¤]â'ëÉ»/u¢˜¤Òý+ÓQPó £axñßLÆ&#fï­¶ìá¾Þ "‘Y|?²‚bÎO]q¢w ×áO}‡d‡4zÃ[^O¿üfâTN цÛiŽ ™xº‡œ»9u">ö¿£)äyKßëq›ŠÐ6Õ|ʃ}ÓTÕÉDNRÞ„0å~3éä^Ï-¸ì$KV¦Â]ì›aÓ¯óõCÔW}&ÎW´™{x¨\è?{k·ežQÚOmå‹b’ƒ±fOÒGà°Þ¦'ûa-߮ڇ>{K–vtÛð«ÜÛìÆÌb$™ð÷¾)ç\ß‚ ò»ÈßåÖк™k>ÑlI{•ªô ¨z¦·`YdK¹é»ï†Ø˜;z¥MvÅ™·öGìYL"á7ãµ™üÉ÷58Ÿ·T6¦§ÁÑÉöNkÈOí¦?ÏqVnõûÖ£2í‹|=ÚA74Ìu0Þ㬱¼È8;Ü'¼ô (÷ +X‚Ai€;3U‹«Ç“¬ðEã½l¤Š)­m¥ÅÆ­óódcÝdoT€L¨ÖJxè‹j¼òiOÏ‹’CBʼ;¬:vøý mIlpŽ.?ÃSNÛÎù}¯Š[Mœ¯÷¿“à½/¦&Œ5Î*k÷-›JÊ®áßµˆã8¡ã£íq#Ú¼¹á؆Ü(©D—Ÿ½$AºÐŠo¿cÿ&Ç\‡'ÑÆG€Fߪí:q—&j¿<æ?[fÊõ!`ý¡u–ˆ)õ-%ºmñ­õ¡Çk_YyÇ÷(q¤¬ +BjÏç'G¿§ì{«Ìv n1Õ=ó*»Í¦Ã„ˆh1raÏ)æv }X{QöÒ±ð}úŒöØ%¿/é—}¢j_Œ•3éz úë>vÓG*Ù£w“•ñZœ^Œ|¯tS®¬¤¼>ˆ'œ¤-ÝBB¶ÑÕªF‘ýüc=·dïľc#!¹…  MÓª¨X 1´c¤”n³÷.Q_Ôh«pö]nOФÀÉ_Æ +¢³È'j¼Ÿ,Å«] q„bß ‘nv5kÑ’¥ŽÊßSˆi¤é~Š®NVÕEÍÂŒ ˆHS;ºn?)©¯;Ïý>ù¼MeËýÍâò)Õ¸Á+u/ mÈiM]² G_ŒEÏ?K³¾ßš˜l‚~~Äê¥=’xÛs”ŸS¬ûm€yq3&Èw1wrAhɹSVg6ñ¬_I¶Kpw9¡ð=ŒV™|²ìbZ,Æ—åbÚ\þÉVÑk‚æé(«¾0éèV™¬ÖÕÔî5Û:½‰í¥ÞZ±œ•s”'wÈí•Úõh¼ !ûD@”Ãå|”D¿À,VxrÑ·W% +éz†aèRðØ›÷eu 0¾0rx)_øL—­êM›À FúÈ7³¬z*hRØc_2Ö7¥ýï€,‹a %fæ¢Òºƒ˜‘Q\¥ÆÒ¯>üD¼?.l#šj6¿î:ãd1ÜÂevЮ°ô£©Ž­.¤š–Ç}‰õŸaÙ~Š gA?¤³ÿF% °=*êž‚ôòh-ê¡$\耠‰Q Úe×°²²JX8uÒ<ŠûÙcåÁ>fý2ûpˆRÀAUO'Â!»F—%K…–Øû§ï´˜™=jµ9g¢NUÃNßÛÚ@ófÐ&ˆz£þ3to mnò>†å‹ø†w\Ï(5.F5›0ÛÆðÝ7·‘¶RùèméÌ¢¨lÛž#˱c«Úá]ú옘âùPð²þgW /ô:òcÄòù‚2& ·ŠÜám@¨5Iãv/´€Ž~Æ×YðbŽ«³±Þ:O +®<£Fá€`Iß¹Û7bÓœ<å¦Ú`˜Ñ:"½ÝÒô¦ËÁœ±ÇXÖ²-•’-ÞqkѾô};…BQv ßDßY>Ž0‚~l^ ~Ÿá-ŽÂ>[ÑIís[¡ÉgyoÔ&§Žn?…ÍM²!µ˜šù¶ÜÒ¸KvËrÏmh/” ” ŽÀ¢=Šxt%oá@ªØ,KçÇŒñDd—{ŸaQÈjÌr§Pô%ÕoåÉH] òmM[Bïá2·Wò;Ï\æwࣻ싖emÉ„a¦Ê‰Sô~Q°º½Ês']9QTTú¢¡†¤ÛàuF$D9츨¸ÕÊ$ÊBˆß³nS§Ë5 M*oíjï±ÁÊEÒ¾~ÖƒVãÖ#m•»±•›=6øy¾ëÂ\JÐ'ìÂr$sdÒ 妮aˆùEønÃò¸M²Ùc .j#F,²²UXJ˜Ó«@±lœAáÑr ñ[-¯"b“³ æ$m@8¥ºßê­¤Kïî­baä¨2Ñ:A&^tÉ‘_ð²OÒY†a²âXуße3¡ó¸g™ÁWÁ°Ñ] + ©)óø9Ô[ºP£ɹ‡AÇáoEA%Wì†_ç+U ¬Ï«â=eý¸Jøzmå+ÎZmi×›dyÍ€ô"hwé¹õs“í;ö]m»D­•”ók[ +, Ít¸™È7ÐñÚ&¤ž…¯Qó«½Ø‚çÜÜËe &õsÜa£3ËFÆ‘QÁ·ó[W8Ô;qºq1 H™•&Ê%YRyQ½Wâï_,J{㘠Ö^* 5º[0]—¾N½¸5&}‘có¬‰ã{h´ê å$I‘q2Qÿ–P ¬)2£%Y oƒÍêb'é°sá ²Ì’ˆÍOˆx¦ó’R”wÁRÖQÌ µMÚ ØØ‹Â|Üö(ü™]®š¾[>‚¥úØm.CEŽ#ˆë^ÐfâÐo_ºFiªoP—β}«ú$ÀfÃ×ì_ßÞ û#Îø£Ë½ê<³Ýø':§¿“RØyûƒ²2“w¦3=C¼ìSµŽ±ÓmûEƒ¦8.Ö{rØâŸmr†¥_Jã¹n_­—è‘•Î"hEµ†I¶… cz² ~Si’ß@¯™Öñ3D›Ã¬Ü9D×íˆÓ#Mi¤}ûߊë^£eó|F—fÄa‹ô>”lÆ´@Ÿ­‹óS^Öôáð8Ã%øõ܃ۋF©õŠ¼Br‰ˆw:ß½º˜nѹ[˜½?g|é[¶#´p ñi +Š¶ÌÐõ.FUGå Œû裢M˜-ȃœ-w°¾iþ¼Š¬Œ¥Þ %¡p÷-¹ü¥›í%M–5D¹ ~èˆÍY®ˆ³ 5¡·@‚§ª² kël¡¥0 ›±nXuÁßlWWSð„*Ðôú.(¯Šè6yöªŸÒ}꡹Á¿ÓØó})´€µÚà;â^UM¡Ëì¾1ä¶ÓúÅ›˜µÔvöË•!!OÄ`)J¹Kóüñð¢^*I¼IH‰OœÇuÆ–|ðð™ßôãÝR›ã•Â†®];WìM(è‘·¥‰ëÔ€ñü{”m +lõA¬£9VP›¹¯yóÇ8ÅwájÃ<Ùt7ÜNSJ]}6ª×äqÙdá‰õ™©/F¥+l •*öwï %lýáØ“Ï’ÙòpL«^²mêè¶ê;‹pÒMÉ/é=PCö\òTžAlêÛhÙõ±È-±Ú|Ì÷:èÛâêyU€0l÷Ó|è⃬2ŽÛð÷0ƒžƒöùÕë­"MM‰ï']Þ¸.eJ4‹h :Q½ödÞxl"ñšh+ͼ¬ý¶z±2€'ÿÜe{ó¦~Ìs¾ÁåSÏÚ{Q´|Õé0'Kªwt*ã´¶ÚÐ~l}Õ™O¶U'£É!ˆæ¹jâ>ë €Å9²XÉ©D¼ÝBõ f]Ù?¶ñ󨇻­ «ËÈ¿>70-&w1"úLHV'õ©V~‡$p:z͹“£r¸v8g¯Ý¼O•KHk¬´N+ ŠŸI}fÇé]H>K¾Nå[AÊ*Ùá°‘nùd)ç*Îô[’¶ò\TítÕàFŽ»W¾–J¢|ì8 fùDœ'³^|éI_ÓÜQ_ ’Û +)ƒ×Ñ—ßKÍ8ìåÙed¨u±•tGn÷ç[6ìîÌ—‘ŸëÞ†6bRGNÞê­£ÄIšŒµmæjO^Ï Ý®Û=/¾~í !Ðp/Þ »Ðiœ`S¾´Å6Ïðß-ɾQÊd&«Çnô2Õ¹ ™º8™íR76Ï0i+Mí¼xï‡Ý_ðCõœaW§“â´äX ܤ~U"ÑW²V9Ó¡Ý•»"§T–öXœ@há½eÀý=ÔILP9°Ä/L¶6à:+øF 3òÖ°O½¿Ç¾ƒôNyf/#bÝÝÁ‹Pr¶64­§Çä仙᮲jÚ>Å‚È ô+ªÊÕ~pÞÈ ">1üœÇ÷žT‚‹ìA7S¬µBƒ¦B “ÖÓy&ƒ ¯gz"R€vÅêJ¼Ú±Ü•¥ýQ4ÞÂú±ãK0ðÍœ2¦ÝƒÆ]P‡ý™jˆ`æÆ4§\ûÁåíg,`–ÁF±˜È ­ÌcŠ”³¯„A"ŽbºLQX¤ª®Z…®ZCó™S³yèp.l=P»wévOAÇöÇøBƃQW!áƒû—q<ݯÅãȳ”tH½ÍS"Ö%?8ðBÌÅBÃÚ©Á$$Û*–˜õ†Ð¶I ‡>Šæq GÇS-"í¦ˆ¸ö,•Ba¤ûfÁöž +/õGZ¢ rȼç¬"@A–ùýšdµðÜR\!ýrJ³ƒòsD–Ý/q +`ïCis±—“±Œ±>S/å9/X‹Ö‰±±|!¹M?íö3ÞÁæÞ–è?fÚ‘¨ðTd=R™IÉÅGõÐ ž®˜“«gæafEYÏ.txà>ÓЛó„ÛDÕ+ Ä~>ú<¬{ÀÆC#fg¯F”¨„/º‰íPë³¥ÛþóoQJÝú©þÒÇaCyb—.A­qà Î’EL*_ëíi=æÝ9q˜Áç¥a#˜4Þ¶™ÎÒ„àÉr°=nª&e’÷‡àÅd}¹Õ©aüM WÝoâ[Š(FHþK•Ñ6§Ó6€ ÜÅòöWŠºXâ6ÖYD~Ÿ37÷¦lµçbƒÃ ‹P 8UÎ-ªëÊs¾ï›a¬TT/PEÍÂnW-X%6“w•«~¨r0I!T7|›¥””1[¬{?n¥ò [Ø( Êz`!¯ñ#l:ÏêR›äÎ6@ÜÙ$µ¼ïÿ*.–c뻳Br¦×·hyns7`êèór=WkŽêTB˜-Çž)›_8LþZjÁôéBhµ8&ªàß÷ÉAÁ°g •Ò˜&à…ÕQôμ] Á öŒÂ³gAdz¥Ù±fØhk¿³5‚Û!SÈÇS%©q$‰ò]©§ÏîÌ{Fs*ò9¤×©«ëeèž7¬èíy–(Wa²°X±›_š¼”å 6|ÃëGAÜ Î?²ôoLo”{o`F¿¯›Åm¡xƒÐ\Þd-G(Ë­ÜxTÊSõ!ïíP%x\-û`·.¹ïaªTÐüLQ/>RÙ1?[w;é-Oņ_(º;ÃØ™™TQí[† +43êȾó4Ì ZZ4;Ä$”- +e±s8©3Á5I 6ÀÁÊe ðÚc#W.Yud®×ý$~ËÙ#J]ì«”6Ù2CÙè ÜÓàŽqÅfÞt·ãïD¿ðËM*÷±+¹„.JÝõt¬¬W³¡MP-:.;XâwÒÈHÊýIÓü<.ô4ÍhwÈdÉŒ¾¦^+rG}E"Ç÷{AwO~˜Ðÿ0t©Ófæ”á½ O+\_â7±€Rû7" BåÕ‰!ÀÙ(Ê°¥Ì6•RôhÝ›6uŠ;ãV÷Tª{[÷½Ï3zC’t1 Ï׳N²tͺ£ÔkÜjðàezîÒ™„ò•¶ôi— +Ëõ'|he¢*10IÙp“ "èZèj 3E Ô{y)}Uµ/ܹBÍðâ|½cb­·Ph*÷D¨h~,Î+¹ŸL,FŸãZHZ¯ÅÃhç-6r,ÜS…£?X¾ÃÔs-?­¢½ƒ=£´˜sêNIãst8¿g#ºt¡pC<’»æ;Üihh<­ez5^ âŸ)Ô,“C8ȺY¾GƒâkyOwÁª;0G[“BÑî&Ç5É\ªVöò4³Q·5gΨ“èÔNóä,ƒë î1†N!»ÓµÆö.S5qR–jΊ`ù€r*F€ŠÚ“!Gœ»obÚO@GòàÛ%ñ+fäÙ]ŒéÚÁ"×ý©¡öÓ¥Ñ#Õ„GoŒ¾DzD ²SOSÔ~¶”XùáA€<Þê{¯X&‰o6Æ͇;\l¤‘9n÷,¨¸ñjîÒ’üJòÞçìñ)¿TƒÙÏWH$MÈL ÏêaÛÏÑ/(ô¿Ù(Ï{u&.êgx„ƒ¾I¶@mˆ,—¥GT½?ªÖªñ”C«óßVºGÚuܽ–HY›]¬ÅM¸\Uh –æªOè(¤g„œ­0 eÙ›dûægY·¯ô‡µ¯a=ÌÓ¬pu•Ïu´y)¤æª(‰[‰¡0'6˜»¶(º®zj³ÎE¥~9ÇÐe¯j´§ÉQ„Or5Kï•ö¢úöÙ,Ÿ¶^G0.x&lŸ¸­/‹¤z/ÑÁǬúKÁÿ4ðb;.b¤KÆÈ>(”ÑF]Æá´@ln™]NAì ƒÑrF®›mð‡Ò4~DhèûеÝÏnä’±á¡Æ11‹^ùÚˆ›Q¤hϹÖæ ‘›9K^§˜-Á¶°r¦• Ã“ÕÖß î&Äëêå~;¶ðÑ;Ù_VfM"g‹ŠJ(ÇÑ}×PøÒÁâ»”}Çœ+ÀלX “\6óiúSº“ïUß×åƒ{µø¯¶¨†ø®Ð†æR(´Ÿ¯•ŒÕf:1-ê¦JˆÍFÛ¡>£·> é±~_€ÅáîtÚ9±¼Oˆ])±8j®øÓ‡™öÚE9ŠöâfÚÔ>Nºg‘ÉJl<Ž+.ƒ^Ñ⎷!qy_÷Üe$Û|€Ã·ñìö#"»¡ô0¯-½ÜéTHŒ¯sxG©xÆt³aK~ ±íãöâ¬ã%ÍüÐJWÆ=ÚeŸÍAë[_ž˜ ¿+>Çí/ ^¢ÂIŠwÔÏxˆL5Ç„&|Zw Þ†û,¼#yÎ0KÄÛ@MK«DoÁäžó Ò?¹Oý3„;×5öà‚<à.ßbž hüz z÷âì£ÿÃ&œ¯¶A¯m†å‹Þ½ºªnÉõ +¥}H‹rÂ|qÙñ“¢éèüêeMùt–„rLÎkåäÏïÐlµàEY›ÉÇãýùérÞiRss'}é³Ô¾À¥æhCéQÛrqį/äŽfÕ|Ú=nA#u (…¼RÑÍwéÃ444'㦩ËÔŒ³wâ<1ÚëI¹‹œøÀ5@F§Ò®‹ùjqÛ¬ƒ5­Ã •¦°ÕFm`îE_íLDzý†±)M†wQ°㙲Æ@õ‹,Ì°[.äb ¼ÞøÏ  ¯è™³œ¥ ëx +¬i5ðÛòsFÙÚëˆkbù©,# §Ÿ#½}PÃ>ÀšS1ÍVùŸdï9Hì¸MxêÆ.OO3©•"Ånڈ΄†XûéR!Qü Pi—N™3"è¡:ô¯¥´8¤¹ŒÕHÜh¬ƒÙ¸ÈnöJ 7wO³òÖæÍ5§øá YÜïY©®Æý!×dz/àŠdÚ9ЙL#s8˜¦²ÜHÚR/*Ov0_>7â0çO  gÝ3¥8aié3SW¯qɆ¾ ª½ÃÐa9äÔO°ÈÁa – ©ÊXòdÁt,˜HÜä|U¨¨ú*k´Î&Äï¡kVÄäk~¤ÝZ6%ewmt3/ÙCðId¨Eˆ[ڶΪiÌBÌFÝ8w=1K¼HN,2ÂŽíÊ8³KÛÍリâÏ?-l·ú­ݯŒ-^ã+MËèH·BŒU~˜Qþ®å]\Óã.ü‘»(ˆÖnKGÆ2ç ‘½:¸`hœ•Œ°ÛÔtTPÁ¦Jey™³÷jãu¡Ž=Ëí}ìq1I¾ôm”v”a5æ†k#,µ¥ÁÎüO ŸŠø~µzŽ8Ô6Ëœc©N-’ãBµ_PÓUA£ŒÙŒN·Òª`o·ÏÔ·É#ŠÂëv£–þ ’Zä¿_ðM”›·ØçïN¡2yMU@¸îº5ÅÖõ¥ôZ›eìÔÛpС2§ÇÂaüASdH%Á‡‘£«¡e_á7Mœ3uw²n߆¦YMvè¼rŸ²hr[E±!!ÛÜ$Ø (Çç³¹6Œ* + âpˆ™õÕy(lP>ýè—ód¿~ +endstream +endobj +508 0 obj << +/Type /FontDescriptor +/FontName /VPWWWE+Velthuis-dvngi10 +/Flags 4 +/FontBBox [-313 -393 1383 936] +/Ascent 569 +/CapHeight 569 +/Descent -114 +/ItalicAngle -14 +/StemV 68 +/XHeight 120 +/CharSet (/a/aamatra/cha/dda/eight/ematra/five/h_nn/ha/halfnna/halfsha/i/iimatra/imatra/ja/jha/ka/ksa/la/ma/nna/omatra/pa/ra/rr/rra/sa/sha/tha/ttha/va/ya) +/FontFile 507 0 R +>> endobj +509 0 obj << +/Length1 2348 +/Length2 11867 +/Length3 0 +/Length 13094 +/Filter /FlateDecode +>> +stream +xÚÅ·uXÛÛÒ6\Ü‹— EZÜâ®EŠ $ÁÝÝâîP(NâîîP¬¸Šû—î󜳻Ï÷>ÿ¾ï•ëJ2÷̺gæ^³Vò{M©òžIÔb ”‚€™Ø˜Yùš@kG 'ƒÐÖÈÄdê ³±Ø™Y¹P_¿·9‚ ` #G ?€ 4°³þí‚ØóäìÖƒ•@Ðö÷Ç;3w'fwaÔ×â[7{¹…#@QR]TJYIàq²7:ÄÕE•X¬ÀæNFæ@S ³ØÈÜÈÄâü?1œöÐäÐbØ8&¿MÆn){#°@Žù?Å€Ž#k~ÀßùèÅl||lL¿Ëh€A‘9º fi{6‚&0Ôñ›ÖPw³Ø~'ø³'£â†F@¬¡UýîDEù½:#à·ˆR{s À %`srY;@¥‘›ŠCll€`GÔß1 {  T+7–ÿ³ØV`(½Çÿâ4MÍ $S'[hvN@Y‰ÿY…PÿÆÌ¡"pòòòq°²€v «‰ËïôµõÛù -ÕËÃb 03²vzÌ€ÐT#g ÀÑÞ èåñ§ãŸ*Àdâ0šƒÀ¨³Ca Ù¿lE#G{+@—•™Zëï×¾éC·Ð¶vû;\ÉÈ`‘‘‘•“zûVà?±bbW€€‰“•ÀÆÎÉ àãdxý“÷?Šü[¿P#ÐÿTû¥,Ø àûWSP5ÿÝØ¿'þ÷9`ü“^ â2èÿo´+«8ôíÿÍ`ÿ· RNÖÖíý¿K–øOÇÿØ@&5 ¹“µ‘ýÿÀÈdíö¿Qüw´ð_çú!“u„&4›[ÿgAR W © +ÈÑÄâ_Óþïñ0Ú[ƒÀ@T¸ß»ÁÄÆÊú_>u ‰èààú— UâŸ)%Á&S¨Üv.n€‘½½‘*+Tev..€zl®B 3â]°urô˜AìQ€Åè7ô—Å͵Œl ‡çoŒ +‚þ ò±C1°“ƒ³ÑŸ /€Åø2n¨iñ‡›Àbò‡šÙä÷ïîYLÿ¶¡§ +j‚ÿ@x¡ü¦Ú|¿í?(¸üƒ’ Àü ˆå_û÷oÚðŸqA!3è4ÿÁEÌÿà䆶naÿÁ Eþè“û·imöÇ"Žÿ,ÿ,ö_øoä·ÐA`|lÿÂþX ½yX@ ¿MÖßæ?Ûà†Jó_+4£å,Ъ-ÿ!tC¬þðCgÁê?4ÞÊáÏx¨ÚÖÚÐœ6ØÐK“åN¸ ôÐ{áoeù~ûÁ.€ö +ùgÑœPNÈkØØ êÛþ¹ZÕñìÐ$öö¸¡Mü£fèò?¥dcƒŠâhÄü÷LAùÿàýíwüs4ƒÓLh Nÿ%3ùoˆ +ºýËþÇá5q²·‡þ>ÿuïCOö¿m3ôú]&¨‹s@ËšÀo7U¢$.LÛcÝÜWÏNœ¨QÖ0[Ì°]J„V¥$œ¹—¼I™*ÕºpŠp0Á±$’Q<.V|b­ÌH8¸A8°2aÄG̵‚Jüè§Èôg¬ÝÄq‘„ÉÙûân}2?)˯´_ ‹â¼†¼ò!»ÑÙݳSF$!/ϯ@QÞ›càÿó?Q–±öVåGœl“`µôIF“ko˜¼¥“ÓAk8ºÆ­hÅù8;×#†Áå3,êXsjL¢]ÊÃß6ÚÎ~gQÖbvW5h›Ï%÷Uš´œ0C%–)éÕ ÎSã<_pwÄïçÁ§þü¦/(3–ÅÕæ#­"»úŠ=Š0‚-ž^ËIÕðƒ˗v!›iE´ç¢ý*è`¡~Ÿè!}*a‰ÞÄ/¾°ðxÕ¾ÁÔ`¤¹Œ(j7YzÕ>ôx•X]Œ»Rž˜D<Ñú³ãÈŸÆ2a¡^ay%¼7Kñj=7kò»Ô¢X£ú´n#…Zl÷IÌ•MŸºñãŒë‡®s¦¡vŽEiñÅW‡ÍÁ#ø½ ß#a3]¾{võ‡7k¨yÛìJ r‹¼!sò[ÖoÑŽN¾b‡õÏL ÷ëþ?Y™üîmJÍ{¨Cí™Öé2¶ÙAlü±€Z¯¾ö?‘v‘Ì+2ÐcË\¿Þú“l狃 <|>ËÀÎ"{ƒCìøk_ò…zç=[Úi*ß®ê± "ݪŸaêÆâÞ8ávðmŸAî×À6ßW±¥íØy•é;Ãz¬å¼¸ƒï“(GÈä½\VOKFÆòƒ Îñ;¡H„½V»õUƒóRçt#}y¶†{yS÷ƒ´ŸKû%‘AJòÖÚšà³’¥nïæ¥h»½™µJ©Ë·ðŒ¤¼ùôë9öŠŽL]ºú–˜`K9JƒÃ=gTµåp„I9‚Õð°¦vò=çŸ9î­qöY†Pu±²fRjŸŸ++]'á1 “@ê8q+×rmÌÁKHÚp%é÷¶ié[aá¤ÓÃF£žþ<=Ѻ©gb,ñ˜´Ò±¥PçÎv*ÙB»Ví¤jÿôÇÐ+ø}û†@ŠHú=9ÛJ¡ï Ì‹2:¡/‘nn¼R‰,qè†ß^(Ôçäòª*–½£UKôTquÚÙéø–‚eáötg¾Õx¤áŠ6 è;l¯i X—Gí±º ÷êÝ9ŠêRþ^õu–oÂíaEsÿ›ü親{?ªj²/öæÔðp¢ sñX@Õÿ+U’Ÿ£XÔþ¦¿ AoZ_ í]Øòö0Š³"d©Ý¤,zŽ'’ت–ÜÚ·qHAbJK¥Ð—Ö«I2ÂÊ 2>À¯¹ùAÌ>(õîzFí +[ËF&XN> ƒûY˜lÇz4²”YåZØë­U´-Ž‡´‡Ú3"·þéÇ‚°¦€'¿‰Fhe’½ómwšÏ­ÉÈ[k4ÒÓÚÜcâOÄ>ØÄÚ–§è˜z^&’òí—^u1cì#\Úå󜤲„îÛ¥hùAË ‚Š¶Ö,iÊË…Ý`Ñ!™ #¥ úC[¸–eÔ;¹oOؼ¯áƲàró—v&cʳ®Š‘q).Œóý•„åo[ô6¾Uóñ¯Øå[v<Y„—_Fa͈–ß½C™ oñN;Kb–—u}h ã9Ñ=NÝíšP[· Kñ…ÃfÚ •¦ðÍ•Û(hiŸìÏ=œ46Ó”0(H¾¶ûR¬«ñ'V´ZYô€jòÜç +Sp¿xEbt!º%÷1¢Á‹ýZ³R‹èS¯^D†/‘dLüpÕ¡Žï=”Pôe±z'ïó3^–d U+FH<=Ú:¦-ÂkFÉ»-Êû ü2|‚Ê©è~®=ý©[,ùÚ˜ŠÙKÈO›PÊçÅÍÐ[wY|¤bV'Ò|ôÝÀ&#Š˜&±°²Æ|_s‰­ju.”€å[‚pwJM…ª q$†+Ãn̯J¸?uð?ÓbìEK¼{#/‘¨ö +>bþÑsDpg=¡ÿ5\–aìÒxž†ÿ†j¸r +ˆCSD¡ä¸ŒI_I &LªräðD¥:07ÀwY>.¯˜Âc}÷>5ÍDF]Þ¯="ÿç¬ÏûŒpœs&O&Z&1Ò~øpQ}tuG~ö˜­`qq¿‰Û¯Ä#RGß='oC«Bˆæ³Ô5:ßäXyÓ˜ªX3ÇiJÖ©UwÝù+ç'|Ó¾Û-1ÿY©GȨRèíVs‘Cóþ¡¯ÑäÁ#?ô©·± ¦Æ'ä=üjBAú#¥g?Úþ{é]AvꢕRŸŸÝËX\ö<*Ølö0W-¥Sܹ èO³ +±ŽÚqÉC?åЉèz©Ë¦w©ŒfŸYÙɤÃÔ9Zïå.¨óeN‹ééÎ2pöèqŸ|gŽ'5(Ž¢ d ˆ3Ñ"œ¸Y¼ïö¸–Æ~Z¦6(Ÿpû$ S`;Ï9Ï +…r?žYµ7(dö g°WIJÊÂg!ŠðŒÓ”4úÓöZ~r2›è…ôàlLs–­ pb¤è™7²å× µ®hæp6ÑkGÞh£aìZÂë –g ™–I{†}Ž»xåø@5¶¼ÆÎ#T3þbC‰0¢ÆÉ=¿ãc,ïAUÖbœ ;SI¤(ƒkhÍÝ8ædoÊ}íúàVU™Ø/-Ö“f£¦ý˱~Ƙ¬Ò—‹Ô•âÌN™ù<Æ (óæ×®e…šL“ŸsBèõª!û¼—eËj˜ûuê/ñ¹ß o¿|ñ¹?ÆÂ)ÑQ]]?OØGâ1×p‡¥cm·%Hµì®”šLõ“)[Ê™[Õ¥0Ímûƒ/§C+«!uêX˜Ñ´¡È÷QÙé%°ÍÓÅ®4œ°N_%i-%úÓò’ä>j£=^˜Â‰o‘ãßaÑœ¿¨„øß6¿ ’pcip^Sõ2sDÙ9‚±½¦ÎíPq7q¼¿û]­'2Èúàè€|øN·¤ÌNÐÚç×ûä÷Ã}9é=rg,Ǿ˜Êimˆõé_8 c”¿_~ +©9 +éhÌ–Sr­5L_Ztûy w‚¦ô¸`ÐpBü„çfÉa(lû&Fð–õg£àÒâi¥­à¬–½¾Ä|É,Jþ²^Líí`.œ÷\8Þ%º#ªŒ5tϸ û²íW'>íR a_ÀXk nï½;1âàÜ]õC^ËëÌ^!2Dƒ§q…ûÑ’«S“^Y÷¾ü0øÚ_MËuKò™(í8™ðCˆ+yïsÂ$l¤€#ìÝöêæx4„J¾‘ª.ë—äêð ð¹Øô~:°Õ +Ôv.º)ŽŠÔKwž'?C×g”‘n7 +–€™ûq†‚AÌ|í³>YÁ0Ö ½ÞëÅ•BƒÍ™±ÍIëØóê“l\þïO"”S†CüjWĘ@8TùSRÆîZ^BF:×]â$“'çOs5X-›DŸ6Ì%¨¿­ùdˆ»uzâ‘ ÍrIñó¸8¥û4FÈ1È)ΤÞïžÜFﮞ•Ë½­¢ØÞé~Wm‘“%<Ñ•`¯¸N´ñ²k„qµ­Ç#ßn™T[BG;2:tÙnP(_1#2U ‰‚¢KvCsF.„Æ_ÞÔ‹iêvA1­¿r„¿¥J•\\9|.Íu8°Õÿ`€+}¬ñ¥7Ñ¢ó*nÐýC±†÷ãƒæ Me›n§ØOãÚRìf\·ÓN»Ž•F~Lþðúœ.îC¶4«V4#½|òŠk©~{qꓦÛóºå_¶‘Âýíì”ö§Œæ=ˆf’Ø>óblQ»G> +¢Sx”{!¥!ýd?¥qMÐÕÌ\Õ&Ž!œå?Ï´#¡zë?–åîê®gM¦gùЋéš:y/Äbp^¢ûzÌïCssèÈ bUkiþÕUXú,œ{ÓÑ‘Låx(÷!ñ<¸bç(† ö쉈íeñ|-7™YmWªtwì(Y÷5ÇýWß‘ý#9Õ&Òdg ÑÑ\ûãc³îyWßwâ—-3»JùésŽÖ×2‘Gu¯DjËS¨…;ôÒãAôʼnßïÕÈÛƒÞÕ¯?­ÎÅÛ>Y´«Å9ºþD4Þ*.ÆÄð^ ?ÚgÓâAÁ?ÛŠ3qEÀ¹ûý!¢ «Þ]©”‹Í­Ô-Þ\Ú†v NÇÃäLüpEb«—-PäR”`脉¾+±kLàŠðÊ#ãèäæãɯÇÊ oG­š%ôj!:äpá)«œÞ¨O&f +1W6¾ykTu ÇÓ†Xõ4îêS½YùšHµ¡‘Ñ­q+Âyîç)/Ê›ø¦J`v+…Ÿ‹TÞNÆÈ›‡9 ³ád’¬Ó)ͤõ=Ýl}‚Å¥ËÙ¶#¨¾ ܦ~ ÎUËAµÌåvŽó lìg(æS0‘ëÈI<§I-A3½¥êSÞMÐôm¦‰÷áF*1ËŠ>F!ÀŨF59H1Ps0Nx1,rÃf %ÎÓÝUïqê= ä ÌÈ2û³d./Ý°'á¸Êìh”z.Üøï™ÑÁùV­aªöj)7]ÕÖLÃ𠳑։‡§ýRm¥Dô.ì>YÒ^¢'–ÑR5°àªœei³›ëQÒwƒm·UïLrL=+ãâm*}#T¸DKŒ¯7óS‘ùahq+Ì0uüö_od¼[Ñ^›± 3¬¬;F˜ ©Û§õ¬ý<4{Õ3“%Kì.¹N¡~1_gôRf +1aþ‹ Ç\6Ù%9^ñ)Û~ˆUÞbt¯±H‹ßd*¸Á‡ôî;ëÕiß'Nû÷³*쎭¯À‚4§60é:IžkE6ˆy¾¼´ºÈáw±Ï"šÀËÛY±3ÅÁ÷L÷ä\´ ×B· V/¼ñõKÂ߯.šî·æ½oš'e~åæÅ;2Í}éÕ8vº»Ì7‚û±óuYþ#J]£‡]ã)<ÖÃ76J &þÅUxa«FQÒ'!¦så¯ýi'Ìé0†Œ•³í†ÀëfcœÁæ°Lutʤ*óóæ"‹vk§6Wk°¼!ŠY›°=Š\¼b¢»BÈU ó=ÁÊ^,l`ÕPóSr}Ö~[;l·:;Û…Œ ÷F.—Å™Ýhmk$æ‡ôÕyo%€ H›ˆD.Çh˜îU?éÎûç‘4ò_®—9¶\2 ì.7eͬ4I–B§êd;ZßˆÆ·Û !{Eómøü!ª•þ| EB¾¬knª +°%ü\R”÷£›¼·þ‰•Y Œƒœ¼e³!{âGèB ~5°,{”èѤ Ýì´ôBÒÒ)Øî…üùIŠ}>}ש-½Û4MçÌÑQüÖMÝ¿éLim,§ï$Ç2·ð&970©¢*´ØIg‹i­ú"+/X‰nÂSm¢'1*ÒÜžä>]bÕj3ô»CàûÁ‡+÷YçMk—ãi„=–@‚mÚ¶â:$Ø iàÖöû—¸½mUa¿Š<žAxŠØ>ýQ|îìý õ!R +$pl1zãáƒ-©ãì¡ÑÝ/‡¦1\Š¢oYJÄ]XˆÿV#ÝhèÇ–¹ÊùQVQ#;úY#›á¼Õû[CœÌq3¨ÚÌTz5C¥á<¯&µWmÀ§ŠôUÎ$ɱö®Y%‰ÛõåV¤c'ɱû…ׄ]’>&/#Pí¾I¹¾«ftk *È›Sízî”ò‰y…­KòâƒPѶõ ÃŒˆƒØ]œ‰Nõ~Žøþñâ¦ÉHÔêàjó¹,÷ƒ[+ùoß”0ðzÒ±cpœkæpy~{ƒÎvèe.P=m÷ÃZ5þsN‘!¯ÕÈc—ƒO²Ûá£Ø§-”WÎ4e 0Ã87çÐÓ‚¸5ÎõǧwRŠ¥I¢á)$I¡üâ¿“oô¬Âk;âá`[.Œ¢õ«Þ©£‡°ÂÌ#­„¾‘ÆJa~…s›Ï̹yÏi†Iålêù"[UçFXÕËYõ¢K#Õg” O÷ÒñaKOúv‚6ý-É•Á›µ÷´Z1‘êž= Ÿ´N;ÝëV¬wÌ`YoÜû ÖêBêÏ-rŒô®ùa9Ål÷uŽ]²v5ÒE¸¸|ø®GnØm… N-Y®­HŠ2~*õ5" cz)!>1H–ËÏãA¿*kº«%²¸¢3Gj¶Vtο>Êâ’¤Æð÷v\œ<Ì¢•h—تi?7ïTµì“z¦a.dÞ–F¹º7h-0ëyqÓ;»“krîU G“†xg—˜ ý³àðUŒ0¼å—Óf©¹Åî h«y¶tÒó +5S¥³l/õMô¯ ä áñ‡©;ªŸÑ ëgrüHeµEÀ +Ý1ó `àÃA²MjŒdiðîÚO{{¶³˜èˆÐÉïœÌHÓóyjk0©U2BÚ+Kò/B°Cõ™½í)‹ƒL) +Ý ÷q\ñéi$îͧÌà—u…ð°ˆín´WÎÛîD¡4›õ?ÜÕQ¦@Ì ½±Åͱ#ì,YègžhWé}§#ÌÕ3xM;‹V®§J3í —Æ9œÔÅë+þsWä/í:“\Ñl”ƒ—]§ÔRƒ±à`zÇ¥ +MôDze÷{Œ)_&ôÍù)7ß“ä‡|æío}GöO´_ö±¼Óè³´Ù šápâÃaáÁåƒfy Óí‹Q⇠#ô^ff‡'ºù˜ñ"÷(’·^‘è¸kÚ»TLµeÍ"n±[Œ(Ñ=œ—ÒejóíºBã)(ŒýdW+ÈÚ,>¸WwÅ×tFÐ'þ©×óM×Wbî";: "Ñ)™ ¿ ¿J/å “³<´¼Á‡Ñç–lFa¶q›€èÕЇe&%åó-!Àa%|‚Îþ¯Š‹ûR¯™1¦24<;,Ψ@¬±S Ǧø„”ßÄfá×ÛkÝ›IÈ—.ƒ÷`=¼ÈÑ©Jø.ÒÚ˜}ë‘nô>ÖáþШʸ¡X¯£j·k"vËS½²`býæDZšSaEø mï1‹°dûø{_ñTö;N5wV†q·@ó‡çƒ”é²£éN|¯ØÖëí° E½ž¦Ý¯­V¹ 6U­È$ÄÑíj²À¼êOý^}>RŸë–O»ØGÃþ\¹ÝäöÖaºd£6W¾ÎÓ®nôÓDoÉM2æiÔÜ·Ž¥¢ç!ç2Áµ‚tŽâïÌ7ÒΗïàÛÓÐÖî‡#OÆ£Ep6UgYŒçΚKzì–pY»$ú0…ÌEGe)|ù´æýý]ˆªalzq4IÇð°|ËõnXôë2´á!Nš¸©kTµƒdÖ¾Tä«ê2%!»å£Ò1ý”d4sÏd±Þ=d²˜¨ÃEàØK5¬ÏÑE0徑ÎKôSÖáDçLÄÌ™W5ᄉê‡ø§úÚt»¼ŒGáPät3˜íX».˜?öÑëMõfñ#¢™y7{u¬ÉݧŽ#}9B¥“·ÏvãÎÐI̓ æŠßí—¦žcö—Ô›û¼¶ÀU±Í¼/“"`sEÓ@Õ^Á¦¹•šäžÚôÂGšMút粪b>óÞ"ŠÓFªù‚År’þ•Sä +t¼KF3\â~J¾e,Ù+`ËT÷Єž™%&´6£Â·ü¨{eúÆ›yñ̼#‰ +É}Rá.ÉSüx'”Ù‰±"õ²rx?¹|Ñ5V“_Ô"í’[)ï|yCkb:ö¸­Q½OýÓ6ÌÆí=ºgçÄQ¢°E€D^ú4bø¼~§x÷•<~ÔïÖ5ûíO CpØ6·ÕkIí[šeŠ$v›¤L}¹ÏÔ.-Az®ªsf}Î+xe÷b§-íJb ¬²÷L%B´c5sM:SJbCi­ôÔS²Fˆ^máÖ{›->Y‹—™@{9É<í¾¥àáf¥’í/áÔ] õ%¥É…Ø ´3Ë_Ax‹´%|X+žZ£;-Mñ_H}TЕ‡,®º?YîÁ9²ì` Šn)PžéÐÛq¦OÞ§Ž <8¸+=:L{…¦”ÊÐ3Èðö2.ñW÷f¤¦—óP—ßO¹T÷*xŠ¹ÒÏlW|Ê姶և¦×y~Q8±ßB %×=û#³\TÏuùu3E±íÝsÛ@OípT®Ëzoƒºù   ¹nè×snŽ†CòIˆ¼µÞÏj휞ÙôàÏ^­Éæí´·°=;çGýÔÊ¿"òž”;; äVh—5yƒîUt0Ãï{M þâŠsÎ1ŽŒ'þQrYÞ¨ôEˆ§É*îW×·¢3«iÍ„›çB8z–/+]#ÄycìeŠ‹ßýãæ¹à ?¦ê”•ÅtÕ§u^%îd‰ÑòÏÏ<ÙN}¼¤@^ñý1êý¶_5Åhb¤o–•xÁ®‚¡}Y;>qç^’92;§ÙÕ.3©°‚5!/œ­¨F›@ŽÚâ¯ðç«­e§2ë3ËjzªóflÅ\,N݈ިG}Ö{Ÿ}yõ¦è3ÁЕ2™7#ê«Sí/Sµ>LqùÕÐBZâ+•o™‰+uÊ5eàFì¼vÐ4äRßq£Ä:úÛ¶a«z’jê/žÙ•õM¢C–WçÛÆqóó}B^ô[Õ’ó=Š®‹¯Þ:ò)ç&²VdŠmký´|ÂòE6aQä + ”^*é̓RÊMsiíÆu†t"†pÐE»Ô¢ÚäFÛïäÓ‹&ä¢B¾j¸¬4I†º}) _¡*sއʷ5íû»±,£ã¹G µßÍûj·BHè"hTÂÛé$]Ì[Ö¼"µ#¾Ñ þ +À¿}ËF˜(”´`’ `¶“5KwŽ'æ…¼ |<ëñâÉ¡ IxƒÏX 7µO'jÐu¬òÓ%6‹EoW±üäQ|z*¨…ZÀCõõ¯[›"‘V³3é 3ã×y›Lè’Hümýx$xö¸sT›ÊQTO{¶Ž§D¤?¨È˜-ÈH©ocêgµ^ìùŸÁÓeµÛ Ì„2HÜåL–Û—žSnTÊs(1FT~Ƈ_×¹õ´šIëkdèT稥ÖnÉzТУ/¾øD˜žŠ#Ù~™óÃ&cI'ÅX) +™=$I_Ÿv¿Rä\bø‡ÓimWù ðZ3Æ!û±V~¥Öj.Rí|YDß«èŠI¯Êr¾J©•ÆÄéÔÚ§cDi6q›˜”ú²BX?^H”£:/·KäyZÜš w­õJ[ÌòÂfÿ\2+‡\³ÙH¥žô{°)z4¯a7újLýís!r§Å2F0Éç²M=ì÷&Óâ8%º—¥‡AJ¦Œ’·4'7§Á¢<LŸ’‰©ó¯á»U±ß,£‰G>͹¿ï )¦û@ÂÎÁ¤‚ö,¢Ô¸cÈ)Õª'ÈÙ«ªAyÂÝTÅrÞ^¥…™¶–OJÇQ&׃„ÚÓ4¯~½QÖ%eò¨r+Þªêˆå¼ùXÊ[+jÎÚf «M6«Ù3$Ý lþ gð{6BÄ·uf1zä¸kCŒ©jßb”I“Ö¬p3=4oÜ‘¹#•óÑ«òu®¿UOiÞ(*üë½ݱ"±ñð¬9È>MÕf9 gC…LÑ Ø€ +8›@½Ì_Éãdþ¥@,þhÝ‚Õ®Êã t“Yó68>µ“ps›þ%a…†nÖ Ì²û:#ÓZSñÆðس~x¬å4Ø°Z>5‹¸ÃëÈι”ñœ@/Ï&W͇t¡ubòa/C·äÚe¶Ó.=í\$½üÈ4| ïN«þ™µ.Ó›N4ÔôøŠjĉ"ÏPd àÌçôŒ%’C×?f–•iò%ÜÇ3ŸqD· @ª9¼ù3³ü<:"'®H:‘4šù‰ùÇbuR㓲áQ{þdžJmÝœhRÒmðþ²mr€~I¾sȘsöqÙZì%¦ÀûÁù-4ž)öãY¨¦~q9½7ŠÞ²¢ºö¡Éy”má-™;ÛûjËFøÎÖJï,Þn^i,OFDÁŠZÙÐ{⢘-=:ØãQ³iO­Îž\áĉØë£5€°eòí3x‚LüUõ4‚1Cù‹»øª˜+˜Î¦¡N#É‹ÓÂ%áúÖÝ߈?R'øˆL5<ϨÞÉLƒ2¶Eýt¥«áš{W¦/åŒhu:±E<RøÝ/ð5ãyM„°ÏC-ë/' .4?Ö„V½ +'û©Ey¯?ž‡ÊðDB/G#à¶Ç'B%`ŠWrM‰"ˆdP*o#‡Ðdî=“à †©ínu€©‰vM„Ü L^yîÜÉsÚVÉjâƬ +í#2w¿öÒoønÇG噵 #Ä\™¼XŠˆFdXzÝG £mþF¨V3?ºý±ª  Çú–¡œf`4vÖO]ÚÁ€´PÒÔø™¨á}Ow†Öc™è¯-”b4 +Ü‚èì óÆ)ô^¹…¿~E’ ]3l©¹$‡ûr1_¥wÛÒuÜÕËykV†"Šté#È}EfØbÞèW6¦øÛ€½ÌA­+¿)5:ÓWâÄ2ÝÍ­ºþx^ß<±äÕ…ì¤}\ñ¯Dƒù.bM²›îX¯[Tð>ûwíØlsÕM2–U¾dPõ œíXÛÔXüâøJVÆò&t”"F 'ø^"’v$"ï{ ð—F}ßQ=ìfgdýÐì܈ì&û§&ßt‹CÚ7¡G¯™—DågwÅ+òujh@0Š…Zͪøçšð¡ðOR•yt +y?[Ó‘1X3™OP uB‰ÈåÔ6lÑ ¶¯`ãD™ ‚±œÔ,ÛSoN>t.¼{Ïù$‹ƒ"ª˜ž8>7 +òƒîÚÈòLd¶1išøÞwJ ½%÷&›©$3o®äÒ6Ba¿¯ú†õ3~kY!ĆT.ºOÞCW$Ü~Ò‡b8£×¢‰†/[ kQqLh¤Ø½anü"Ù„MÞwº+ÎL«‹>ò8tw¾¡åò‰›i\åÍt²«ª=ÆÙ ú…Ö.'j´Zví¥Cô2cWï¯M(?˜ƒ»Ïy8öW©Vž×s;ìº~¬~ò±y–‘Ñ +w}ðj*ó!WŽä"AJ&ôËŠ>_z°i¬OÐ^hG¦æn_ê‰özqŒÙ—Y‹.˜M8}ìýÓT+¬t/àq¤„5xûãñÃpÂtj!ãpë/‚\ +!Ž¯©:Õœ}ÏÔ:mÞĤZéof«Z6´˦,ï4XÚ»{Òj-?8Jð#<÷Ðf/í º¼_—›D ,< +s¼j3 3 9¸ø)íÐÁ*­ÀDe²hZ©"¸l´åsÞg7›WX?h"ÔÉ^¬¥Ã’õ|%OcC¡#Z‚#XÖ|únÃø#ìÆ€à´F5•îÙ§õ„u/MªÂ¯ JBSÎÜN#‹„ Í!$Hà2ž Š×a ×4ü£íq€-JV§pAæ +´ÙŠämNáöWî8k{€¼rZQðíxèäb¨ xµIKßd_ؘÀºM ½éWô«.”…£ï«¸rŠÜ‚Þ­ðJ §¼ÏxÉ ³BÏ´è»Í{#4j¢ÜD–zœlʬ’0;Ãߤ†æê¥nHTUëJ´ {fAø)ÅîjK}|æã „ ý˜W·ÄÁ¿4¥ÀMùŸ«Ÿ›5ý Y­bPô‡(³0ŒL7Ç‚¶ô„#4¹œæÇKì-'_3b$xóŽa¨WXˆåW³à }q‹’P\GWƒÃÌ,¿ª +”fæ–GD’|v}Ê2 ôñ,úü§|g}щB1³"X­Apk—‚<ÇCEÒ&D~ŸÕ²»ÉC™mßCÖ7¦QEh¤SÚ" +­blÙQìö¬”o¯"¡: +lêÕ°¨ùÄZkjÓ-÷©–à˜ì(š¥¾o½8ªc°^u7&%öçò4JÝ>õž“½®'0ž~–q{JÝMö%20ˆöŒ¸ÒôBΛèc-gM]¸vª«áüeíÜ8 +¯´¨üÑ_J5§mFæÁñkš7(Ú£y›»cæ˜NÊ´`òŽ¦À#N÷œD׌Œvƒƒ3w™ÁˆG–4†º_jV™Ûz0‡¤ì·4ŠGÝä¨-¡"KH“û.´u§Ç/íϬÍ=PÜ:ª“•óv$Y¸á”nb' +—agðUØÓþ?Uõ4 +endstream +endobj +510 0 obj << +/Type /FontDescriptor +/FontName /HHKAJF+VelthuisNepali-dvnn10 +/Flags 4 +/FontBBox [-373 -403 1246 940] +/Ascent 569 +/CapHeight 569 +/Descent -114 +/ItalicAngle 0 +/StemV 79 +/XHeight 120 +/CharSet (/a/aamatra/aimatra/anusvara/ba/bha/ca/cha/da/danda/dda/ddha/dha/e/eight/ematra/five/ga/h_nn/ha/halfga/halfjha/halfna/halfnna/halfsha/ii/iimatra/imatra/ja/jha/ka/kha/ksa/la/ma/na/nine/nna/omatra/one/pa/ra/rr/sa/sha/ta./tha/tta/u/umatra/uumatra/ya) +/FontFile 509 0 R +>> endobj +511 0 obj << +/Length1 1975 +/Length2 7060 +/Length3 0 +/Length 8139 +/Filter /FlateDecode +>> +stream +xÚÅuuXÔ[×6%4Ò=¤ ÝÝ]2À#0ÌH—”„t (-ÝÝ" HŠJ ‚tKÊ;žóœs<ï÷=ÿ~ß5×5¿Ykí}¯û¾÷Ú¿aeÒ5à•³‡Ù‚•aP/O@` vA8yBàÚ`7 „×Þ +µ +ùDðYY<À U!Àa€"Ø (ðO æ!Ðy€]º¸3 éöë!ëàçÉgç'Ϫsóõ€8:!ZJ†rÊ:Ú†8ÌÓà (Êi󻀠Žž G0¿=Ø 9‚< ü^ÿaÄð{ÀQÍQd€B<»_ Áö[_€² +¨óýÍF@.€úq(p€ââ@Þ_tFPÈ`_Ì âƒB Ž`è#€ Š*ü‚EÀ†¾n`ðWƒß5yCN˜7µæ‚bõK‰®Ž!à—‹Ê0G0E=8Ê%¨½ÌÕ EÀñ­Q„x€íP^ùòÿ·¡(|ä«:@ ö(€½§?J‰»'XMñ?{P)ürŽ(„>`wØÇΉÿ?„ý*þ‘F‘ @ºÁÜ 88âF=ð‘p€ðð /ü;ÂG!ÛCì[°#Šÿ:* vø3Ö!< > > @à×çï_V¨C´‡A]|ÿY® røµ•54 t¸ÿ‹/–—‡ù¼Âb^aAaPPD ."ø7ðß–üeÇY]ä?tƒTƒ:ÀâªBÙù—²¿†ã×Uàü^†€Øÿ¯§ÚR@D@õüÿ3ÛÿÛeO—?Žã/ÊŠ+þ÷ òÊÃ\ìÿí Wˆ‹ïøß«MÀ^ìÿ’ÕËNêèò÷ÑBàÊ°½.açôç¤ÿ5ö`¬ Cyöë xÿ«fè±s†‚áp€ÈŸ%0Ê„·T‚ÚÁìQNED /¾Ê`A@]Y°ÏÀÏ…!P[nžˆ€Ìÿ×”‰‹øA¿RD¢"¨䊺8ÿäÄQ9¨'Ü ô[RL•ôü÷BQ”Ó?ñ/9üöÿÄ¢Bûßë@?øïEŸÿOkÿÊ¡ÿn!‚J9 Æì Q;§ÇPèßAÔ'‹ú›àŸ9øoìDQ + ÿFð?ù—”"çb!TÝþ{¥Èå÷…éú[ŒzcðÿNãWý½Žâû7 %Èí÷Õô·º Š’‡ÇoeÔ‰ý‹jûï2¢¶#~×$ˆêéûgü¯A²óôð@ýSüñúAMÙ_±5Ê`°Øÿã,ÌîQØ“Ú°öój¹ûÞ¼ëãB}¢Fg·žŒÂøq.è_ù0zµ©Kï œ>LÍQÔ}ç$]e©…‰‘x_)NÌÛY\¾ƒ‡Œ<œ C5šv‡¯NR[‚ð—câP öy,uZÞwßAÕ}¦ò33Vi…12ƒåSúsóMwìû å…•x:›³œâT—!{:ª.zØÓo;ž„D¦¨w5N^°«›4îü ¯ì ³™™í—'y:¡‚¨=°½oV*&Ñ9Ö%xéTÖæpYýÖ­PDcëe³ +½YršÿÅVŒ_\ñÏgVjS3öЙ²/M;Q«Î«~Ne”¹†©*›Çê÷q&Ñ!β\ÖYj8x˜]X³Ü*Ë « sªq%Èo#x$ÉňF¥αòò;lÓ“´8Ôæ½ÛnyŠî  ‘Ÿ%íQé ×ìIꇚ-AQ,²M ¨—%+]^Á¼Ûë/5%ÅLz°=VFzrÊíº/.]©RÂ%¦zV>§/k”ŒZ˜ l˜öö6Žt]›ÝE›pÇèK»Ìïy7±xÖ—!,`¨(]ox!)Q;PæðŽ©>-ÅÝæZïÁÓ¸®@VÜCG*,¼kuú(ƒC-~ÐÜ ÙÝI¥yÃ6h÷¹.€þÞò©¬°ãT5_i©|ù¹Fª n쎲ð0=Ö<ÄìPx3h!«5jFGÎÍ¢*ðÒißï¬%y>ôY°´“¼yÜû._$H –üÀ ^òѼ¶Œ\γKy%Dæ2e#ÑA¸¡îéÛcÌáä(ï5:·{ yû9ÁT,ÃÈè((ËÖDtB³§!E`¿Êƒ¸§áw2ª ±ÑÖˆ“~¹#õQâg0ývvrÌÚ©ŸbO8}å7ÿÛnkô¥ÈébÉ2󻢼ò2Ús8žF +‰GîÓÏ?‰T*ã}ÔXÞ$²,:Uáàɸùƒ„˜ñŽÛ\à|4ì×v¯_yVùU`m]vÙ”0Pì +àœÔNpä>×M›¸œjÁ[}Œ™…7‡ô}\–î/q_£wîù¼AËàÜ9Ýx®àãã>Ýáï¢}#7·¸è^}L?>+[þqQï —÷ª£‰¥^µ–¥m±Ž[m'{9‚BË;ª.ÜÝ°ÀÔ·ìß÷¸Êã™àélž¸FÁvx¯éBò£Çx‰òt}ð‡KbjFºûŽº|ÅÎ×Í\§„¸D^9%ÓbÔ¬ +9H¾=[eÄOOm|/NWþˆØÞ\Ex°¯ÙM&õõ'òÀ}XÖ !¬ë¦'<ô¹Š jEâÌAÀíyöÕÓw4FCŸVz¿6ã€öSÑúTÜÅ#22OdõV®êìßgß`ÉSPÜpº$o)Í^¢úü [ËÍûhñ$õxa¦×~Ahñ¥r±réeío>Ça£3Ù´qÒŒòü!ò9è²uÖ%=‹ž‘¹ºÐ1U5óæú()ÊOã›×Ér }‘æ-7ZÉ + 9 ú£6I3ì{ûu+ÀûÛË:c…Y +ï¤ÁWª¶Âáöû‹ÞFB‹6à¥¨Ê‡ê± ŠíIÿÅÜš©¡Ør¡·™ÔûÏöì³1Föq—ö­.É/îÀkD'^JHV9L³ÐÀXé©CÙ˜ŸÁ1Í!ë :ö½*I žehAëk,ÉšÚqb3 QwêÈ.oÍœÄ{¨_½3‹žyÓåÞ™Ú}X§÷Lù+›p¹öËðsä •À/ +“!4{)>Ý?ØOèn?Y©‘È8f1‰ùŒ#Ìm#i¼²G:f(Û8 ógT$œ[Lñr$?ë"ÄE»i•-ȾFnSIàŠ±´^ÚY\dº‡sŒE²‡RóZ<Ñ {€—oP4w/|/€k×É,%3þiàU…ã>÷÷î=‹w]®­Œ¢Jô³ƒ p“ÕVúÍÌÛ}9Ðõ~Œö2]µàÚT$¦yü|õnZ[›òñ'V¯yÿ{Âj§#5…®®át¸ç7@eهΟK/w”÷Û­ +Áh̽=ֵỚñ•à±ã±Û[¼FÈÖ´÷„ùŠ#Ê œ¯ÑA²@…ôYŸ©B±‰:&·'Kø•Öºû·<M_¡1´E“/ZݲÍñ¢[î©ïdñΗÂÈvð)–©õËîdP“‡ßäÓ® uh<æÙ0®Æ ( +N[¶[ƒ]ØΛDZ6áZsd篅E¬*ü¸<]~mmÓéGn²]B]Ö‚í)›ðÀ(óÐYŒÜ€ÁC«´ý¨øT&‡w;¶<¨¾ö4Ç MŠølÎÖn»]çÏòz±6d>-W®”[ónWx\‘éÒË‘LŒ-î@Ûó]¸jœùãËð^.\w¤8©Ä-ôˆÃ¬Qâ*ÓÏÐOÆœ£Í jZ³R#£ÙG[MEr²€O–_Ç—-ñ¼z½rWh/"r«b-𠃪Î).iŠýÜ¡ŽÛ5QxÍØlÀ cA­RD|§ +ƒËa‡¾|;¦Ìÿàv(í§*] Þávä‹»}¤?Ìë®Åˆ÷'gúºªwÐ8R85eÇ?^Mäg-`“½¨ÇYÚg&Í’_ç§1&r¾rD7% ]´ö2JÇ o˜+šõ½Wµ/–:˜³î®ÎÍŽÁÆN-¢eÓ\À¢K±]‚“¸\¶m×¢¾£ªîGƒ6¸gš±4dËÝ^ïÍ8·çÉì¬Ö#KÙR97/éFþ–…äÈý¶cåÂÁt±ÝÁ–ÍOŠrJË&ì±õw,h}ˆ®"îÖ'[*C8v‘Á)áX/¿Öi+]…õv|Ye2øÖPÈѯº->q{çæï%IUõ©“Páz%Ó.ò­I¡V{¤¿­-Õ¡½š1Ea†{jHfaš®eò4oÝ»IM+,p6 €»kBg: +Òvp˜ses{ÚzôSúž(‘+»wVº% †Va\&ÆboøûÞÊL $ fEviêþ™©½@ ˆc‰òJyVϳVADwwÕj>`p<ó²ÂtP6“¹t™ú½Â¡‡CYnt7cÆ”*†HemÕÈ’¢£ï¤àMÙóºÞøýØç£ç2<]åŒ3眙n¢šGÔ–Xä“Æ ÎäÁ™BÚ÷3YÍËiÞ€Èó³BÐÑ—[çœCÍ…³î7 + C:}¡ôº³7ÌöVá|clBûY¶ 2^_Ñe7ÒL`¹˜¤sIXÆ_ÀÀøÆ/Ë‚C 5ÓÀTwÍÜp8¨Àƒ?ÐùhAqòŠ©=%ed¡P©(òj`°àÉ’`h¬O¨Áx±FÏ®eø±ÞÑó·Ú’ªôT[AFP Öæ¾sOõl×Fyå§ÄžÚb”[ z/ÇÉ­ü’–E\Jä™Ð5Õ½ƒ½J‚ë„‚KJ5Œ_ôa±E=®ƒ[)½ÃðÙ¹÷q +Ã|bDøvg룕 f2æÁºÌÔ0#Áƒ±¥€¬qó¸~ÝTR–-œœÒV¥›P#Ô‰1R\,q“ +2šóe¥<¥µŠû*]Tô`:ÂjRu‹qÙCÉÓ©gq”y,%$ýYR!¯q8áR²ê¡÷Î!¯j®Æ°3LLó-2—5Á´Ž„+/ Kk“mai!0"ñ ×ü£íÙùP‰aFªdܲäÀÓ¬¢w±Ý>8èòç™6F*­*Ç–AD)o5Ó—Åð£8}kšþF“שµ­Îg%5RÇÜzG\a|±šM‘3,­šø*uéŸW{VgÜS8Å£?¹´Z +œWýñ~‚\e²Ñn힥VbêדX›4Žú…æ‘û¾Á>žâ)Zßó™?ˆ†Ÿý„1k~›I-¸#ÇoÜó<±‰á©´8»§¿¤·­É¼¸¢9F0Þ ÕJÓb§_ ®ˆ +·BåZ…hQPØÍ#šì*/&~ôn²eÖ‰oÃó.&Ï!rvJ#g×–)›è§aýgÄ« úŠÅKç0s=ôò`ªV"I´vG™Sb%9Ú܇yÄn-ù˜óÄÖOkµÑE›ªD£ßvŸÉãƈU+«Ê±n´Î";ˆH}ß »1øb•Hè^;;åaÞëÚú‰GƒÁ1oK—vIA4pï“RéË¹Ü B˜jü§4)= D²#‡É¨ Ö…12>q3ÑÓ¨ŒŸ]4úsS~0$QÖä;þ«WpR‰;6N6.Idȱªî`À¹ƒ¾°Ò™°¨—ªé-~öñ$bh¸Ô<ÆLð¤N¤°Ðcƒ´6úÕHïÏp¥VæêM0VDivdXhGš áfÅ»nêÅ{럸U)fèRúy‚®¥_|)ïÓýRYFABnïN¶jþLùþqCd~aRç€83òÐYvW?ž£ ¯Æõ`H´T«Õ°Ð­ºº!ä'Þ‚qH9IDüU*ö´…å#óF*ƒ·Ç¦!E'IR7½Gï§N9UDüïv¸ÊÆKv«=é“TʽždŤ(~8¤pI£O—£¬§Z­;øm!Súµ§~.¾qüëÌL7z3%)Üeé;—%s‡”ý‡ˆ·®›x£WlënŒw8ýKìÉ0òÎù0“¯ÌÛ-û— ®£u$Ä»Í4 0N½{ŽK-‚ßåînp<î‡ïñ¬-_5²?Oä‘=‹Ý¤-‰¼ÌÝŠ½âÚo¹9'Óí| ¦KÖ|½äTè_ò`øvÝÚÇ”BR·×ê…O'»Su½QK~-³Þàñ„Ð}Ó-uçåºhH/÷Ëñ{°d¡ÁmØpœ¡O3j™{”†>ò#w ç…êþ±ŒZñŽi( NÛ0®”Ò׃õ¸øyáhÛw$¡AL$ZòΓ€gËWÆ æ}Û-)òD5õ$½ú…†©õ§,dÚÑ°D<™f C¨¦ÍŒ»Ê–lÔ PÝ΄>-Ýž/|¡‹Àè´ßðµ Rµ8vÓ\Š3»N²Ñ¶Ÿ5§KwAì9•ùpéÆ´‚c܇,º­FIôê‹mËDW£SaM“06/îT<ªºÈ«Õç¥ûN»›ph°Dlæ'hâK‚üGÚçK%?C¤Ñ¶oqôìå.ôݶj$xÚ/¹%N"úL?<;ú°im^Ò8Rô3˜¼GQ˜‰‡_Æþœ!6€n}…‘Îa Äj*çñþ.DóÜHf¨æÎWSŸ¬é 1$526K‰‰÷•;|ÑÔßlè¡$ý‚?¯¸Žßˆ»ˆ}ToÂN•úQ-ÿ…Îùi(’¹+ êÔðÊjüxçªxm™X¥Ç7òÛ@mL¹·•€ó`Ò·°×÷àå]œ‹Âî~C]EsÃ"%ï7?®æÎ"ªÉ—$s&Bßx>}¯~ƒÓ³ò뻊ëåÜ#Îl\ÍŠÁÆÁ¾j}<û<+S‰‘àÞà9Ì}å‹*qlD¤v¤û¼©.R+œó¬½‹$á}˺[ÌŽc2ÌÇ·±ëɧ}¹Ž¥¦£o'ð +‹UÀÂIP3Òö{ Ÿ^Ø'Þ‹÷ÕñqÉf®.ÑÄ9“vfŒÎ$gÉaIÃK»}¯lôhŒûÚÕ³†hû[`ôÕçCžTiÜÉGƒA¬U!™®Ziï>ÓTÉ’")«ñ?¿Mè ¨U”¾KA€y­Œ™nÛX¯µ{/¨á è™#œ §Ö<·D5ó¸c¦6Bæÿ’8.Z÷¤z6S0š4?Ý…yzQÙ‚HÎaJGix†)ç“ô +í+û}·¹=Û+í¼ì(ÓáZ•U¯ÔFhÙ¿öU«)Ðí£ÇÂGËWÊlÃNØ (€ÝÉÖŸ7)¶@ #êدvŸn¬Û†„—)é];'4å m_³™7S'úÊX$Ò“Òиy”žqÆý! _i:§˜…”©¥ŒIj„ÿ³h"N K­dÉìUÁ7$IÉ86›e2Pü´¶M€Ÿ1̳ÅðÎü¦Ÿ˜xºUŒûæ¾@¾¡¡û3¡RˆÁþ3¶ú ¦âï™Y*§òi³ôcxqÙòò /gãýÂ>a\$Æ´íB#hçÚ@VëµÞ›dýgr#ú÷M^Ë‹y¤Ê¼×¡ïÄPx”;h&˜Ð[7«¨\'|±mì¡i™Ï¶ôÑ"my›(ŨE ´RõÓéZ‘=Ù"Øß ^ål½ûÐ]ƒ,Ç©Sh´üýÎ'nŽ°‰ãµñeÎÄEu{ÓÝwÓ+MûÁ.Ö‹2ë'£ŒGèÝáS£þý 5¾¢ë/hçEÃ)Œ„B.w85zt>®ïªwíŽæK^9ê_F®pÈ/\åT“Ÿh.Ü[<Ê,;߬T½7:+Ë$Kñ–ÏÉë~õ|Š"b]Ô¼±¡¼RØS1NÒzU¯•·Xþ”1E~Üþ„hÊn€,€N=—”)À gÚeÔíP†4tda§xÿFIôbþL³Ñ·¡(Íüõ:"Ïè<[ãÝdJبý{ çv̯”ÅÝ”f®t³½¥W…`uÌÊû:Ï%9ãzðÄ +"_—"dEEîôQØ%¾™Í ))Ÿ5AWÁå)¶5ìãñ5æÕš.=344J”7æí£mÝFîL Œ6†>T5hZT©3Åa¿‚»³sn~ JO¶’ô,jlÐwÑÍØ»½Ó€îñíQ÷½)Í‚@½ÂdñÕIËâ—2Öý2w]¡7iÙµñ·LÏzÍ@e& +é™×{Š_‚¦c/Êï‰U~*|XG‹¯jLÆŒ;<@N«œ%k3÷`Ö™\‚ôb­íN†nöBæ£ ½éô^ÊÉÀU®kÏ‚^Jáà\¼ù$ŠJ9ÇÖ¤—y{øBŒ¥RÕÖ‘>úo‘÷ÛÂrtžÑ’o@>9°ÝE÷Wá¶òRZTõLÈO˜:m|Zo N(ijOá1úúÊ„îIœÀ;Õ„ÔnôÖEqwûIÖóT¦£6O¤JÉÜ`÷Õ¿]1ÐÃî?u…'X¿ÉW1+Üíèvx1µÆWº%Ÿ™"R³“Uç‡W°v“~·¯“Š½®´Ùâ¥ÛÔþYPE®ù(ò7ËÛ}c ¤Ã:I¤mŒàbçúwé=(šÂû;!˜³Ðæm{øé&?ÿú ÞRùùŠé8?^©,âd>$¨5f"ž-’hqsC-ª|\@™Ž0éØ—sϨZ°˜ÀvÇq^XZsìóºÄ39ðdòÀì$ãÆ á¼¡‰\>:5çŠÚ^Ñ-ã¢w,mÇäÜ|€T]ö%–aúú#Ãj$¦ñÇ~õ³[qNËegBÈsN¯g—¡e9 +D@ˆ^¤#€®ß—® yH"ßzù\ý¢# +ù¨îÕ¸Ò³…<àaT4:Gýó:Ëãâ~†IÙ5†]ÊÝžzUIxe¿€ŒxORKðÛ£;¤ +Ó­¾ e$î+:\ï?j¡wš&¼ÄPÑ!ÇžîñçbšŸP+/é]ŠœµÑãt¬kɶÌ2É‹èê´‡cðIO^s"}…ë¿j C;3€[ï;Ø ‹E K]Ë‚WÖÎOjÛ”Ë ]뤾$:žø_5[Üœ¿0JvvKYÆ®ÎϦåžQ‰¶H:3@ÍÁöÂmŒ§îîï„pê•úåìC¦¥Š!MZªqÞoþJàæÓ:D×Ó†×bøgj؇í¾Þš® 0Å \,ŒÞÑ Ù¸ˆ>,U{±º£u¥ãfÌÀ8Dsén +@ ÄÍü¸¿YMç²7˱P$'³ø5w¡ï1>TfMU¸ÍÎè…9ÈF/c§F§Ðì~bÙnúJË´}þƒ«bWxîÄ“lGOz¤Äý÷sƒZOzL7Y1¦ÑyýõÛK+AZ+—!5P¥×iG]¶dõ—ÞG­tJWïß0ç¶@S¤ú¥~llØlßeáßMü‰Ü ¨ëÑ{AIé¤ÿE„Qs¼§Î¨÷öY£ù÷ÝãeC—<Žu@CŠž’ʉYñÑNOæ® + ÎÝ›M®UÖ‡Ÿ2Þ6Wé;ñã"jÏI{Žwoڿͨù­¦å1‚‚XûÌ,_ÆwÕû +G}·à’°¬iÝ$j~®Êßæ9vw©~=ZZ«Œî™–o=\¶— Ëã2QrÒÍÕ x=X‘ýÈgàéôe×êd&åHÒóf¤ÁÞãÞjbøðÏÅJŽ×ð¥b]¦*5¯§»€Ó‹ï6Ù_×4Ãè½3õ^Pï|(Å{0ƒ‰¨!¾þ}.x*m&Z?qâà„o¼cJØñóøäöOjúÂÇz{'Ó=$ÛÚŒt€åh2ŽÂ†®ämýœ­ìZVzÑ-H£$-&¸ÜÒS>?2Í_ô2q1 ‹°ÜdéÛIÊ1L÷×pzÛÿöm&vBóÏlc¾ñ"Œ!š=- M4•PpSŠ]„lBþÀFY­Vólm8ý-K•\¬ùq q¦‘ IÞl1ööNáw¢Êaü§sÉja»Ù™ù'ö8²XjLÒ·únÊÍcÕí—Íl/üÈóXÙ’ë´!¹út³=u + Cí×ÕònÇZO±ñ##qO6¾KÜ,¢ñx‹ÐŠžO|O Ú~#óº-B~‘€ütsª[M”JS"B×ú½ñ—34¾”÷ÔdÎ{P»YÚ8³h™)Ãæm壹 .}çÐHyxÜmj/ó1íøþ‰eÇá;êŠEv< ¾”üTu¨½òØ5l&ÃüG,«4ì<þéæ'– äbw²ˆfðiŠðÌ—¬iIôÿãDG) +endstream +endobj +512 0 obj << +/Type /FontDescriptor +/FontName /NFKLSO+VelthuisNepali-dvnnb10 +/Flags 4 +/FontBBox [-407 -424 1259 950] +/Ascent 569 +/CapHeight 569 +/Descent -114 +/ItalicAngle 0 +/StemV 105 +/XHeight 120 +/CharSet (/a/aamatra/anusvara/aumatra/cha/da/dda/e/eight/ematra/five/h_nn/halfnna/halfsha/imatra/jha/ka/ksa/la/ma/na/nna/omatra/pa/ra/rr/sa/sha/tha/ya) +/FontFile 511 0 R +>> endobj +513 0 obj << +/Length1 1836 +/Length2 5569 +/Length3 0 +/Length 6596 +/Filter /FlateDecode +>> +stream +xÚÅtg8œ vD GKñèDÛ «†è½÷ÎZ‹eí²‹%ˆ(¢&"J”½‹^£$B$D‰uEo‰|ëœ÷œä¼ßõþý¾k¯kŸ¹ç¹gæž™åf×7RpD;ÀUÑ(/!°0H0…#½\¼X]¸‰rôA¡`pS!çæVÂÀ¡^4Jê—Äe8 ¸ ú¡1Ò€Gú¬¸åqþwºë- »+Gέ„öðà œ]¼cU=]c‹öÆÀàX@ÉXAW E9{Cá"Žp( +ê Å D|þS’ àÇ`ñÉñÅ€EØyB¸#àà¨b (, )üOùÜ €"¥_ùø”ø°”Xè¼\À…ø“ÌË@;j4 +r†£d…Îi½Ð€±ŸŸ'ø½§;/}…@#ñUw¢¯gd,œË¨ŠÆ8Ã( +OööB ±xiTPŽJhww8Ê K~£ŒÀÀax­üDþ—Ün(|ÿÿ ;!PŽNx"ÀÑÛCß‹§7\Cù?/á]ä¿|Îx!Ä$%¥DEÁÜ€ûÂ\DÎKø³µsðO7¾Ü@´àEbá'8þAî…úÀ/Œ7<Ðÿwàß9 8"`^€Ü"ÿÅŽwÃþ²u ^„/`ÀèüóÏ/üÑ(¤ß¯p]¨;ÑÖ6Ó6¶ø_ü­¨ˆöü…DEA€X‹JIRb@à¿™ÿÑäo=þôêCÿ©÷7J ”ú«-¼ž·ö÷þñ_?ðoz]´øþ_/¶5RÂÿÿ¬÷Ë êDþ9?¾¿KVþ§ãÿ¡"é¨ç€<ËÿEuG ýþÑG›ÁÿºñsÂÿÆ4¼ð9a +(g$‹ ƒDÅoþ… °ª_¸£> æò×æÿ½(Žp ‚ë£ñžÏE ýfì‚€¹¡àX,ù ‚ã5ùwf 툸   Ô„×û&øƒü Ã}ÿÄŠtB¡~½&þˇý-=¿y"ˆL 1@Äõ_0¾\·_¶(wÃþŽãËGþfã\ä÷”ç&êwOð['7ñôÌotø>~/ÿº÷¯Þÿ5*˜7ƒÿwþóÞñsüÛvBàw÷…ÃÈÇGÐ0™0×Ê°¦ƒr–;B‹¢â&ßϼÙÄÈcó„ºWÝ +XIJö%“Ó•õû\äJ­ˆtˆÂãXTb$î¸I)6 “ÒÒ= %Tb^®º¥+M¹u‰opÔÉÿèêÓÌ%¿nõMö¢ïÜrJý´Fáh†{¬–Ë8O=–ëE9%dz¸~)ƣР=ud4ÉðÛekhÄS +ÍÖÚ‡¼š–µk?èJšií?¼Q¤‚ÜW#÷ªÜr`±(néo½yäRØètTþÖ#¢õ-»NMìf0ÏÙ‰KJI¤iL‚òÆ–rgíÃékŸ›2°^HŒâ $x^•¶{ÿŠ_²½ðLÖ|æP®Eàà‡’»Éï=nj­ØÀï^á«x–›ênëÉ#c{4?­e Œºe&¾bpö»^ð½;èËÓå¡e'Þì,¥eõ-O¦'ä("‚à,ë¯{×Öžõ±—=§µL¬¾˜QGÁ= }t%XáH Þ¢~6(¤~:Ç®:)-ò²¾TßÁDtwµã>õ„*%_¶[ÕEaJ°Ñ÷‚‘¤¹ÁXêžFim8eÿME'•¥VîDÐ:R¤É8°Äø¢ÕÊ”(Ÿp•y¹,QÕ2~¢§ŽGs´ƒ´Í»Uçú·ÎbèAy¸²nçnÖ»:ç9s50 aý0¬]gq›À£‡=MÁʬ„•¶Èp–¯Ê‰zþû¶ñ€Šië/®ĺ¤FŸ¾ìΕž 7àUˆ§î/éïÃØ–¸È ÏýÔrÔ``´¦ä¢¡œµ%·W¥wæmtCªØ›f6~eûÁØð’á“—óÝË0¢ aT¾œû|ËtNËýñÊì–§m~}ì2M7kÀUâEÚW&2OÝ–¶ŒO#^ ôïÞã„ôœîZ±•cÄ|ß“¸6Ô´¼voJÓÒ¸³™II'új0Æ2Ç‹°ËœÝèåIïcJ=ýüél¬GH]Yã¦Cå蕧Юíÿá; ÑòžÝBqL72¤ªÔR}Ÿ*ûlÊóLt¶‹ý(úƒDÉغg¤bd¤™M´¤Œg[p2{îÒt”ñæMK9WâcÎî’ï1×;Ÿaø{Ã$G.´$Gû`‚󲺫[%7"Bû¿6¶³È,™ð]/Õã­˜åíÈ–ycíi>–H{ Æ³ëìc||–;Ÿí~7ÿ®aÜò•^*Í[A‹÷ቩU*ãKÝìýë2¤.,.Ã<³dr=©i>‡ÐS¸@Í"×eŒdu{’LAg¡ÊŠ~AÀ3òû÷U_¿ €ÞîUÏ¿>6L%«³EÕµ¾›a$PUbRJ¥Û¤\·-ÿI\¯ÉM‹cŤhD¾a3Èf×’9aŠAµð ËŸº–ÂÈ•Á CþÝq»`n_ÖëjKœa{éÁu_M'Þ`ÔtªL²L¨¾×šŸº¿¶Yc„ûLçù\™(`Cw‰¹åþÑ%óüÇ5»db–„".fŸâ8˧U«åï¶öÆònÍñ7ÍÞždnþJ¢N`)˜ÓSJØôº&³ÖFZè‹ŠdóSÍçz€€K–«F§cŒõ=ÏD?Çp‰–=ö¥*ríyóNôdtW§sÃG'Ùa¸ƒjêuŒž±‘Q3äm´›¨5åWAim‡bV€‡7.TŠn<~‘¦ÕËÙO}Rì¼H3ø9ˆÚËeÖÁj-v˜tïÅ|ó™žeûA[SµšX®ØÓtÒé³Dþ:ig»p¡wI|ûå›…êÚᓹZ~R[qˆq¤Õ[_SKœi?çQÏ\jã³ù¦mÈ Ríë]Xz~xH~èl—²G¤¹RÅ+VUÍTŠYeųAäÅ>SµnA:ôÒñ¥y,öÔ%&0¥a£ÃÅ¥–Ð:ç•0Òo á6Ôøþ²½¯‹K@Lûâkce5½‡óÜkîPèºÍT°b?cûTÀrŸÚlÞø,øÞS"ÂTs}úšpõܪ„òµ œóE£ÙåoïÌ/üZ„Á(Ót§ÔÉ©©²÷v˜^œÒzA!S›p8+“˺^µ›u`(}»pä|–Qni€Š¡ÔY=4¸ nQ}/µžtëg•÷5FiòœåJ†ƒx?l>¹yÌÓ ns x Vn:©¡{“³ƒš6n`¬ÆÉ9ÔÑøc—ãD²Q°lk<–*b„ÎgpeË"{bèØ!æªvcTnÉeùâý;jšRt÷"I´Éù­Ò'OœÆtÜÞ t‰!d¼ò«Ó½Ff‹\÷nªÍ8 v×—®¶}2L­1»A&AÍ—-Õ)b¹@ŒKÊ mÊAÉü<ø& %T o5iÕöí÷Ùè#(­Ã5'0ÏQܯ3Ð:é¢$¡=åâ>͘/Ž¾dž’t~éOÊ•=–“‹‰Øa}ñ6s³Xv‘pF„~Lîû—l ˜UqòëÅCãœK}û‡ +~4º=¬êƒULÂÖP¶C +HI+,›BÂ8)*p—«‰x¤ÝbˆTƒÍm¦¼å\i±¢8=t6©÷Í=)ñ´xaå)wU#y ‰²n§~’ž!Ks3"!¨¿mðíbLV“Ð.‘†þ¬Þ¶OÏc^ÑP™†~ÅÅQ_ס®€~EVÎU§°ÖH}ó=å£éÚetš§‚´•ñÌë-ûO†5f§× 8êVmŽX¨nç¹/š6ò¤Üª×EO [ï/¶;\’Ógjm;š²"¨Û®p,¹|17‹µO>ÃÞO5ÀM Çm‡trKOÞÏð®•-Ë’ÎC>ß9RÑ÷Çž™}èswé¾×¶'æOw½IÒmL³Ç8¸\*˜£Z,æí-ò>ýË3ÅIòt™¬ðbo:ÑgÉjAÎËï?ïðËUÚ=8JyQL3MÿG?$ÃuÇuò¢w¹òzk[}ÆŽiòþ¯ºR=›µ}#zð¹}ÊÎ +‡ÜßYÜJ¼¾ÓuÁÂüònõfòYô;‡T¦TVeBtzž¶Â›M#-kyr>…}{&‹B2݉øN:E Pëä(ÄŒþÍ»&ãЄF:ÖdîûŠ9'σʒ±°gD-ö$z*ƒÕ\4¥*Ë}[k3ªõ»<ÏJœåS&+‹¯R­çØËx (·{i^)ÅÛoñ6Æ›¾•')äŽØw yÛ,WÀåýß­äkJ®’æG˜Ò=âZ±Ýc`|K—U ï ¤¦\é/urΔVÞ&uj¿‘‡ëWyújš©,SµöšJ7» ¤ÀÏ50é@+ý…ÄUŠâ‡U!p~…èE^÷ Âx%Ó“«™Á´†9©ÒœÔa­¼¾Œ4©Ý˜š°£¨Ô2iFO«“lÚ¡s…„†#ågj•¼Ðr¢B9‰e±ÞÜ?> î\_»L+«ª× .ZÐhŠè  -Ðh˜çûôú°qÇ®¤Jªm#d ‰–G’؆å$W¼U½.SG¤{õí×åˆOO¬¸î*~Ǽ½Và1˜k¿¼åÌÛú¹Õêõ kºý¡_×àéaÁÀØŠ™½t‡[àü/ö̯!ò;ÞAV˜sÖúËOêÞ3¹™_v+©Û™.¦ ìÏK{—;ÝÒÅTžðãBW+¬o'¢‰•z«ÍŒ Êf Þÿ(zà|µ›ó{ÂJá+FÄB±!Ä ¥'þ‘z‡(³÷ïUtéÏšÙvÙCò;7åóÔ½ôl|yá +©'Aÿ=P*3¢¹'ÛÿüžeZÑ“÷Ön<™ÕW«Ïnø¤M}ŽÌY‰[mÑ¡™§}·§–|í)Ùø;žd“ÁNµ½ 2JËM–-†+ÉH 7 ÄwèXðt‡Õ‹ÖxoE.í &¾ Óò¥.ê~hp­pUF‹ƒ¬£Õ¹u •;mÕg\6hú³MÒ‘ £½'G}DÄ›´ +õœÂžJì^ðmMˆ¤vuåEˆ_|£‘ù¹1zÿª#ú1›úí OrèŒîÛþbO-N +Wïì:¹˜î×ÁÓò2Ñ:qæ÷Ýwh˜GÉPî*¦·ô[¾ïÁ݈âÚcx¥ê{ÁwPý^Eö=qwkÝ ã³rƒŠÜ%=óuêGôÙ›oI2³¯4o}%O:Å=`ßîȸ/&œèò*øn“76Q5„g&cºôIôÕÌUÓ†±Wûîo™a«â +ÅèÒˆm)ñn¨ÉÇ2Ë…ñ qÕ43ˆ¯0Æñk2]ýGúð)ŸÏVpÈiG—=F@σHï Kê:sOÎD +gIšj©s°Ý]Ú$7)†4¯<çî¼[-ÍIú„€vÆßyùT—Þã™é»Ú‹öŸ1·leÆ©Aš3•/~Ùß6úȾ¦Q‰.WÙÞÕ¥ª©¼¹ô€2PtkGãLjŠüòµ‘i쌷Ž’*â qõŠA²lïٷ·qÒ὇Ãu®ég\¦ýùf×áK…‹žýöŠ Q†®-žŠ3´¨ÙïCˆÅ€[ý¨]ÆY‚Ä_ëœB¡I\ÌÅ€ÆOÖhõøÅN¾bIÔì²HŸ57LÝn§e¥ŠüR²¬¨£Ñr+<~“WéoÆs'³œJ…÷OZ‘“ßÂØËùpQIåßÈ‹4½ï‡B?1™TðP§ÊÂLŠ”Ö}Õ=H_ŠŠIVW/˜ºcR†âÊe8nò¡/‹”½WfÖ¥‡‹;¢*2d†ä]…Ø$½$É`¼Í°Ý“y[ׄgÖî^MþÍS;’>’—ó¥ó#JS—vtý·©¤ƒ|‡w¦ä9üçxPÅã5ñßÞnR­tî8¨ç›Úf“m-ðrp\Œé{v˜˜‘sØË3U±3‡@ÛØ|u9± dZBì»Rhâ ÁG!ì”ÍØ6w˜B»9³Ô‡¨ à˜¶®À Ñš"Á¬"1Ë÷l.K—ýdîíA4 +KÃÇ;QÒ‡v¯õpÂIÀI•ã +Xf½IÙ”æ‘Ï]C”p>Ÿ&¸ûÀ“uuK$¶×ü—”7õ¸4HÄO¨†J»æv ¾É—h6d믗­-Ä4¼ˆÏiÁ.¾+µï™^P‹xÿ •àÜ‘÷s)µ›L &wO®“r’áøV„ +º:«Ð%±ÜÑt^(Ã;d˜tÕÂq•ÝqjŒKÙÊSps˜øs ,\“´¬¢°.€ ÙÓ^E>\˜¦WŸ¢2ËU«^þPævÒ Êà,Z$Ks¥Ýê }µØZWE-O^c;Cðì(ï"sç` ƒpO¿Ü…±djݵã 57òïò¥ì=ô¶ÂìNõܤïîd•¡30y]úQ’ÙW¬Pö‡w&•Y5׊Êl´ÏÏ£ÐE¾ÖÍ;™0ì5ŒœÙY„¤™âpÁÈ ïJšVWÖ§l¨ì6mÄW¢ÀËÙ#qSÏýÍs4?D¤¾T¿sã…QòHÿ¶ª5WZ‘Úr¿­#MÌÀ•í€ÕË>‰tÈní)‰ó#Ä»J›“×ÇNΔQϤM¸K•%ôë +,vÑÄ›¬FŠPëWË­qã +™v) _<Ý"ò>åͬa ¥ÑÞ™œÀKQ¬¯xr`Þfž+'m]ôÕ+`I¨fzD¶§4½ ÉW–öõÑX&1gëÄQ’@wtŠ¡F0 ç± Ç€™~¢ïõx¤þiohÊÖ·È–\ÓwÐϻڎºÝ®YwÍ¿>gYl­=\¹$•° P\+X@Xpêé'f;”Åú–f¥ùK}qùÇšX5P»Ìº9sníƒÞ÷®ù銘¬ö±6ר¥ÛLÈ…&(3„¯TÚMt²Q¥í;2>?æÍTœÝŽA=­]riTÝÛÔbš³_)›'×íÞt”í•i#À°9Á³ªî“8LËæä=DuÜËç|Ž!ß7—¯Vd0$ +Úκº¾¶…ÐMyÙi(òºV쬊ΖÒB~ësØ]’lí²ýÝt¤ý^ùÈXŸxxaq\78¦þPíZŸvù10f@f§cµåöíTøv+6¨ñÕ0ν”¿Ø‰îIyR·,5_Ò° ·ʉNolFç*(=îd7•8ÍÏé5vu ±I?»S¬ð5¬j.òãt¾d ž ]¾§ZT5ÍCæúùü~W¯žl÷ξ1°9s™¨£œo`|ø¬]³†àƒõVå/O›ùåœ÷ß­_{–Öæ_dü\9R©ûøNëݬ™[’W²¾êÆx¨xTÄß~dñôdmªéøâ©<›%]ø(!ÿºÇ‘ToCìسֶgÀG®%¿yýYT’B· +,ÔUJ*’¾€ú)«}j?»Ÿ䚺έjyð:¨œ"tÛöží²ènÇH†ÐZÀ•€§7F |Z+ ¿)Û5®=Š™n®Œ ²Ñ›ü^©¥rüèÉ–¥…¤2à:uËF­Û®•s3 Ýc׬9:Où±zú?Ú¥Ú ”h&dÚ…;o¼‚€ 6dZ” [õøˆc“Š{EH#S6m„´7S¹h [„cKÃYºuÐ +Åñ8y„2Žª*mÃÍølÂ’0™­$SîÑþùÝC9§Ýæˆ.¶ÂG° æ,¾c}½Û¼A"!¾Hc'SåS+ô4‰<ˆÜ˜V]FPùG¯o¢eøÀÂýü‡Ñ!HBÄõ„keÒnåUÏzšVûÙ2Ô&bïÂìÇV0ìÉPÇ°C#Q+®‹8§J.y¿šc*>‡4zñº!è°·:ìc •a`»¨6½Ž*šn*ÃqÃl9‚”³*‹”ÊìvÃdópsÚð¸.™l˜±œ‰cx^<›¥Þ5¸˜‚Š°¬ÑЋÛo«¸X3Š/K".©&-.6^¢ôO6¯Õÿä5õŒ{Ämÿð…' M¶Aú}ñà­ëQ‰?{ÞY¸PÃQïz÷2‹yNDBÈî|x¶»W6È UØG…{v,ènëÞïH—©KŸ!‡{Ä?Å>üH!ˆU8ŸÃp€ï¤]%3.-xõªœzìP»¶­DéϨìY"Úœp¦åLôGrË/_" Úðæ´Z›I¯N.㛊Œ!XðœteÔå B2К‘Ó¹õE‘ =—£Þ¨Æ3É›éQI´LTž<´ÆÖ¹—Ýo|k(á³ÿð¸Ýv„?eÒ~©â²Ø/é4Y=üö Ä4“õ2ÇkuάêG ê¥ ûÊTÿ JGÿ +endstream +endobj +514 0 obj << +/Type /FontDescriptor +/FontName /LLWLTY+VelthuisNepali-dvnnbi10 +/Flags 4 +/FontBBox [-330 -418 1398 947] +/Ascent 569 +/CapHeight 569 +/Descent -114 +/ItalicAngle -14 +/StemV 98 +/XHeight 120 +/CharSet (/a/aamatra/cha/dda/eight/ematra/five/h_nn/halfnna/halfsha/i/jha/ka/ksa/la/na/nna/ra/rr/sha/umatra) +/FontFile 513 0 R +>> endobj +515 0 obj << +/Length1 2017 +/Length2 8884 +/Length3 0 +/Length 9985 +/Filter /FlateDecode +>> +stream +xÚÅuuTÔk®"Ò!Ò2ÒHw#ÝÝ  00ÌÀ0´tƒ”t ÒHJ7¨¤t)%-!ÝuÇs¾sŽç»ëû÷Þ5kÍožg¿¿½Ÿý¼û}‡þ™†6›¤5Ì$ƒ"ظØ9…z ÂÎì¢rBÀlÖnP(˜‹ÀÍÎɇEO/ `Tˆ x2 +7ç?!\  „ƒ °‹ êôë!aãåÊnå%ŽE/ sò„ƒmíUYI9u5€ ÌnrHëHªq@€P[W -ˆÃä„mp0‡Û±Ü@pdq¤.V€Õ¯‚ k€¥'@„º”ØÿV!@ˆ0àŸzLÒÌ.!!.¶_rºPðÉž˜ @ƒ‚¡¶ ¨À +E~¥EÀ:žN ׯ¿÷äFØ`îPä +©êW'êÚ:¬€_.ÊÁචŠLÀåŠC\ÖÈB­¥aŽŽ (Âë×0d…ôÊ“ã¸íEæ÷þ_Q0ÔÚ™`íêÄìÄÙ¤(óŸwÖ?œ-Ò^AA!n.Èò°²ãø%àÆ~ÿ ‘b}¼`N Ää¶!XÞ.@7wùxÿø7ÂââXƒ­K-ŠõOv$ ²ù«p°À˜“““ Àùëó÷/Sä&ZàÏ–«A}¤¥ÒJ,ÿ¿KIÁ<Þl<\<6! @ˆ‡àóïÄ[ò—°@ðäþ–RjýÙÒο:ûkø˜~fÀ¿Ó«Á`+€éÿõT›pòqJ#¿¸þÿÌöÛ ç +ü±}LI–ù»ãï ›º%ä׎ü_€Ž`ˆçÿÊñß«õAžm-­+ÿï°"YÑJj ظxÙ9yø¹ÿŒ€]äÀ k 0ÂÊîϱÿkL¬Ap +Ò€! üµ+l\œœÿÓ±[9@A..¾?C ¤#ÿ®, µ‚Y#mpóñ€p8Ћé67À› €<¿ ?N#€ƒ +C _8¹"|608Ö¯‘pQ ~>$:"OÑor…•Ý?XPÀamýF–åøÓœ¿$ñï|HÊ9+\H{8ìÌ¡ÐN^$óÏ+Ü<¿ Ä +ý‡âú“sùmr9ÀCN$ÿWBHîß'Rµý?XYÜþ_Y‘];üƒyq—ßãH ¿cd Çß”"eü®œ yyqÀþKÒ§ß1²Èoqn¤8ü·°Ð/üûzdçÿÒ„Ì÷»5‚È|ˆß12!âw‚‹ Ù…Ûoy[qxþ‰ÿ5eV®p8ò?å‹ +9‚a0rÜA ÖìÌJ$ؾ:¸å¼R’Âmí O7¿îé+5/V4äþ +;J—™C1oî‰`R–ŒÆ€ø{ãªî‡ÆQÈF ¸;Iµ²£?& yŒ¢ñd‡½FTMgƒi䀳ûIü+²”ìÒžŸöž•žÒ‹K=Ö…ûQml:«£Q<-Í+ÇTßœb"¹ ü©®ñÕF›èk“á´ KÁVj¯½`T2®Û9#,o}l19Õ#…Ëç7*…¨Þ·¤0,njç¾´+i¶¹¬ìsÊãSÞzÛ ÿŸ½û“×âûùa|½o>?È:{p ýèJ°{WškT‹gi|oW%§¿™²d–Œxz Çç…àH¦ÑU¼ ~üBòkr[¡ª-1™îXÅpU¯ÐRwiåÅšrÈ—ö¦šï¼ôd3?©_ªÚH}ÆÀôÉ¡dpêšdß_@ûJ6·ïf â¾vìöÞÝÅeg‹óý•ˆ€¯@*{À^­ +”ºèfoqæý-†oEó©(Ú|D^;6,‡’‹•ßJ²É-ay£½¨IyЇç-_pOñz±Óóƒ"7 ¯pˆašO÷£ž¦H·úõ’Ê°ªQ9¯·˜±ÅY[c$6ÎIÃî|TcŒbhTzMð01°ÜP”|ûŽ|W6{7ùÏ×ïMøÇû†„‹}­É]AŠZ§&Ì/LjÈ©/üÄÍQ—uP+Ù‹Næ+œ%·•®†³•ÓJyšÄÍ6ŒA¼'Ū !ÆòL™2[ _9‰Èò3ázÛK‹Âö¤Ij©õAÒÙÕ€|<árôô,K;šW[m£ªËÜ™ 4,*\w;ѧí`Q²¤ó >Ë`fãý† + ú‰)¬Û’ûc)ÄÆ•`“ýéÑh¶ Wþøã}ˆ´ÝŽòt Ï·Éw©EÆ¥ûEúïÊðPDÂiè;4#”¢g}Cá·èuÝ: :ë±6©Ž¢­«Íñ૵ةÝ3ìÇ—Ó™B-8©ÄbQbq– ø™RÊʤïlžL3,1™`»/t½dËp³¼9ˆp¬F;!Bk Ý„ôHvLç"zðimŠÒÜm8 4F ^W<01ɪ%m³ ¨ ƒHU†”HaB”Ðbº¼AÁîYQ•žˆ6$|LÜ•³«ÙX7ôU¨½Ùéã™ìÉ\ämld÷ +ãü>|Ž‹œRØu/@…ðû™òʉ˜xõe‹SkG}E’žé +ïþ´%÷A/.™ Ê©!TŒÛ{fLL­E”¯âé¦ÒeÔÛi¬Ð€:ôþã<è‰|˜H¦¨ãs„oI¢L ÄÆaWuž Žp§ïU³5k’Éòs”mÛð–ø²þ=^&…QдûË“ÆØÆÉQ|«+L4k(ž­Î9Ì“)_Čľx•c½T¦¶ùrJ{ÇœKc•bü´u:r–ÖIFÑ—¾_LìöfŒÊEl „cøÍ` 'Ðåès胯.æ¦{B9O3ÉÈDy?´¯æí6òa>ŠîòTm*ÝΊŸ°óÒQ¸kuõfjOWÆ?õÀ·n†/ƒ©¶oö¼fÐDs[m¬³ =“†:1µç7+G–Xt&‘Æ4éã…Ô9x÷ü®îˆ'™FIÌÏb¿T÷µ Úxæ„㜓ü…—ØžØÇÒ›Æ0Ó¸=Q~A1~à¦!÷^e0þõº¿^ų‘HV“*J1N»'„a夺ԗÍ'ûÚ±7WëŸX^Fìueï˜;wO~2 ¤fY¢íIŸi4µ:¥=¨Óø¥ž%a¹§×û×è<²Úu\ÐÈüÌ_À[òh”µ£Û8(…¯`/–»üý ŽgB‹qVªwb} ½ËVîÖPwÜòg“}âífaÎ-±»ÐJwü«Ÿæ$Ø›š~=uæ9—WÛûÂãóî4K é÷F®ýU”aÒÞFeoé°Ò­ÚãI?…ÅEv*Ï °NyŒëâ!ܧ‡)ž²ÐøŒê¹(äµNš\«8SÝñ×( ¬’àp…g:}ÍëqAº²xw¦Ëf ÌûpKÕÐÀC{QþüϯGíŠ'M.{óí¬–©./HH´ùKgxvSds2ð©ëŠóÅ(¢öú¢:J™²ft¶1Êô`«ÛÉŠLÄÙx#åî8jç/@ŸZ"$“hÙ¯Mi„¾Ô¾'ˆ»·âHÖ{ +Þ«(wIÈbõ)›AqôSáè@\Ùd‚ï‰1])3¦‘¨ÈDó[¤@ƒ‹ÇÏk²³~"ÚÑXÐân×qe-ãsÇúø?h³|–ƒHÐÒ¶1zÍ÷I#¡:Çøê\áÍ"”å„^\άttž·Ožœ_e-ª#«V„*eeö~\ÝCé¸Ó¯Žo¿– {<õ«+úŠ¢a5ÐEðÚ%-ã%Ȭ8ãuVßexÿL4q|ÌòìTù4UÇ´¿j”C,Š·àIì õUçÌ[²Kçìíðâ4Ü7æ @í·!•(aØõGSÂz¯çÆ–Ì?¾¥…Œ™zsUãßO¢ôôN>È´ó æawäׄ(sT¿¡8—¹WSx—‰ÕünÿEÎØú…‹«=º>Vì"±Å!üõË«b™2«N‚…]ƪü½—¨¹—ñ¥q¸TÒ–Õ1K!žÅz9¶sAø% +êŒTäÜåQQ~üXu¾ƒ‹*&ê;’Â*ÇÕRøÀµldêD(ÔD×7êúyÊ„žžþG;êÙž}Úñg¡–9óze}ç!‘–µ@Š£p%¨boj²–äaÖÓ½-hf‹ÉÚô̹Š–KG„ò<ÙË7FE8åE$“„«mvÚ'Ì{ªùó¹¹V€“(B™ÜŒÓaý’à‡ü2;$ãÝܦ:œjžý¥öóåí ¥,ÛæûùïO¯iã´mLÆ=?86òæ5µ@´÷õ‰SU„ÔÑ–Sƒhµ{ã‹ö ÈìÆpr›9f/RÔÜ…+\‡Û?ó¥UÊΛ<= +ÑÙX©è¯ó¯8Ýô+oWèw"ú+ÞP³©8J·Ð–+il—¢ªl…ªiÆï=Ü$¼ˆ]ˆ¯e\µñU+{û¦AªµÜD!³~c¡b¾©HI¼} >ˆßÄ,Щ>啶šdŽØís*ø‘‹˜FHögÙK=ý8<hÌÖWãʱÅbŸ¥åÐ|Jäb)¬y{Ó¢dQçÄ“}‡‹÷֦߷-õ5k[Úg‘êµ7&)ùh…þ~·ÌÇ©1M|åÔ8ã#ü‹Ô`ñi~´6Ƙðš{só?¸hq£Ü”Ã;%cmpã<8×I.}ÑÑf­]©»®s“b,qÁ.°ç†’Æ +×­ãd‡¨Åg>B\.¦R^ßÆç’)}0^ñìbntô”4lµn¿"îùäâeqYsBø}{3äüÞb[°. ÷k°¿šaÀd¥§Ýºà‰bâ”ï]«ßÍG©Ô†Æ®¸f·¼kåƒYƒ¡üìÕ׊DÌOFSTž ëÐHWNdؤ0ÊŸ ûr¯+a?Ï +‚ÉáöVÜ£Zô¥ÜÒðÖÝy™Ïµ¨û*k@BÙ±Àê½ M^ƒw‹^-Wê7†ÊüUGUª½ÍmfmbÿaЧ&w ''ÇZÿ^Éë^æ– ´<åüeÙŽ:Eá«¡˜üF{…Lãž™½£ô¦œñ›¨ë­ý>²ÙLÔÇÚ cû„Xa•ì)FlÖÜâý Â)ï¨geNÇ9åä;vlÔo"Èj/ quÒŸ^ž¡Þ§¨dʼ“೧ +ü‰;…ÝÙéj€ã•¤³ÜÀË5¾jæ£ÇÓ4óÐ(‚ÏÌdºð0â¸j’..{ù⺵¹$ÃÖ›TV>3ÛIÆrfÕ’Dcè6fdnÏÜ£â×Ì0ú »ŠÛÂƸŒ%Kd"Rmå4â9’ Þ½´Ï“efßÊ»(Lµz÷Bß[Ááq(AÝ !0FÎI0ú\`Ø¥LÇàÈ­}ΧM¦/üc¬[™HéÂ8¬Ý*[HzÆýÓ:5ì¨/…~½ÝÈkYÛ…e4Wàðë‹®äèÚ#E«KŠ®9]î +¡«F!Öó QôÉzƒ¤fM¾—I‚•^¤Rbn¥iëØó`eÚƒ"{>5íGç»|†1p—°ð´k³#„l­aqÜú“܆uÎß.™øi +KG]’À +GŸ–…jƒôXtlž5Šc±(Z߀’l³2ª¶,ÊÅF Iƒ‚ ŒÔQ‘ 5ü÷ŠCnÞ¯.¾XÈËŒm®+ÅÜÆ”b9èäÈ©WàBðLüSZ¼‚o…¨Í‚Xäåüi†=á?È‚nÕoÇõ”Éi=äœò‰IýB*Ê¡…+ï~”±¥9Þ$\¾Äœ?›ˆÙkqSè:)‡hìR'x¾¤¸«9G7Ã_ßâ1Nö(.‹Tµ© ,)èË›õ¨Œx[Úw©Fn¸™¹¼êAž_R˜Œëq[pÀ-43¬5á@mW>ûÖç{l©¬£¯¿nF¤ÐùáþØþ’çI‘@ïj YQºÙ%’&õd€Øµ T=MµènÊ6<¨­jÒ \nŠ\§‹qs°¼G38SÚOãÐZЯ >l|a€›øÙßè U©×´’³1 Gä,¿ËŠÁùDã*æ*x5½QwJŸ–EžõëU]¡‚ò TÀÈ@ñÖ-¬È—ufa²Aò7±ƒFò†•âñÈI;…-Åz\Úô(È]baHBÎ*Ekî ›­² ‰æËèúU69ñyÎ + {ßqa³ri¤T-‹noL"¢ Íø̬ƒÞÒç)5—Ò‡} '4±$| ùÂs¼hâ*þÙc¢iÓ;ìÌ'BžÂ:7-4Œ•”—›b¦‹ûôU鑳™#¶…i2+’0ê›ñ t×fl*B DS½jÓCÛI¢Ò8ï~›ñSéØÓUêèSºãáÜ ¨Ì6vÙŽ5ì” +ÁÏ0gAGË…¡Lä]¢‡tt¥¹p¿3¢"Çœû.y“È—"ñUÑ'B¥±I;̺[ÄÇ}Œ—zxLá¢Kz0ߺF)ª¤ñæ÷ÅÑ ÿ=FRëÝŸ£O“rȸõIda5A±8Œ¢´{|‰U!ÚïÚ/CÞenõ¨SDôâ$½I˜öy¦oco*T>PU† oüºönÞŽPT¹&™å-â3ò¶|94”º©µh÷q•_™y}F/pö3“ O1Wk3=sfÞ0—~µžŒaºèæ™± ëNL:Ÿ%âô”TkØÌQ8ÈZê!)g“̃„?Å|ë—=èÆÌhFtÿx¿æUçw)–úVm€ô°PïN±¸IêYV\"Ýø+>ï«Ê»šÍCËä¦Pj©;¤”C4sµ. Sd®E` ‘ ­!|^ ?+µ˜µghßÚÕtê;^N™2­4~Àê/Þ¡‹ÉµC‡¢îfQn§ W­Q»ZöÀx㉲L¬U°×ŠÔÎ-ì *½š?B˜ó„¼K}±0šÂqûÅ ïì\Ò$ÞâÙ´£†NMlHcK×’wãÈ…ä 17Ðc”ÇÛÈäÖãæFK /À6!²3éå[’q\ˆ†Tg¼$WÚ>úÖå ö)ô׸ÚõLÙ\£ãC(®” Ei±LÁÉãîĊèúmAqf†±ˆ9¨¾Ç;^€nˆÑNm”èmöŽßÇŽy¿|·NÉvˆ†ƒºEÓùä-²fjà¬öüزPÂOtóŸ/oÖDd’>&w]›R¦•jS}ç°â@9~ ÎLþœß‚Cˆ›ŒÌðRÛÆ©©Î¢këDÛÂ7;#×Ý”ûx]/¢ä‡:¶³&#â_k·…=/Ã)24Çè—2¸—l§#ˆÅÉJ¤—1$ ‹È(¶`@ÃTƉ'-œ&³õúŽ÷«KÄ~¹ô ˆŸ?óuÆ–sp}š.ó0´º¾a'Âço×ìVzî­ÞÑU×OvH{‘2dp¯zLÿpÂ,‡§-Ô¨6¾ì»}qò§Ööú ŠÖL³ ~ÑmAöUú¾ÛÏjÛ>¾Œ£ë'=óºZ|íÌ3¬X×,½Ï¼$j-e3>>MÒ"¨pý¶  BéÓ&ÆìAŒ^I:Zµ2ÁÄ^ÏšÒ€Ðhw†\å\׺9”„ZŸú¤éÔðȾ݅gª ·V&‰èür{Ÿ:¾z|:¬ m/e«÷°÷K·ê¤/pŒB†u€ñTðÙ!ŠJ¦ð•_lHnµ={ô5.ÏVýà²âùe(¶ñ#ÓÏm³Þ. çŸ ãæ°,øЫç™b¾ ’ ôšúãÐIÈÙ?‰&Ÿb’*E½lhÅkQÉ·Ï”¨ó÷y7΂¯@\oÕe3q2¨Xˆ{­„ÊÍ®2(qúG1o2?à*¬J?QÂ(Æõ‡D™FJSñ6&ZÖR‘~¥Ê„þG1næí‚ ›ó"* mŸÍú¹²'#AÎÄ%as¬+á7€‚w;OÒ[ƒØ}/šM±Ùðœ}·Üòëšt +ôQ`%š_y70ÁõÕo¬(óbC\Àö]¿z"á>œa¤M®wóù¶øá2wÇÕÜR‡h­¼^TNUœÌ‚A|/j5óÓrÖ€îY Îwe³ºh“ð£ô2âÏÒµ)ƒu=æ}‹b›o èEµcÄ¿zŽ¸p°è¤}£EýNn{¡•\Îó–›C*ÈÁöÅõ˼ÃΫ.]úõØÕ½äô†ŽrzØ|>‰±¬Ó â‹¸Qätþ45ªÌUæ9ëøÂC•Âì¡XnØ€®}gÆ‹ÒB¡Gòo5£Ý…o85h‹T&ÎÞ¢;˜$À^[ö/ª;ë(øD¯“–Vâì/Û%13 :—ím@ÅfÀã¤Mm¯D£ˆ.ðºÕ£ì஽·ë»§[¾ÅŬ¾6Zj¢Up:uÖV{˜FÊdBã¶Y?œÅûàf<^Ó%’¼]žM³(}€^ÕÒ¶dAŽ#‚Š°"C(nmn +Ez Ì^A³*‘¼Áê¨,˜öÙ+]+IþpñèBÛ‹ªWO¨T‰þöÿ0´ìÉ9ç¥ÿ[ÍŒÌë¢Ø¢¦÷ÚÔ@¯g(9$}å§Ax£Uõî^Šp¢Z+†{/À¼Npeë˜Ö$/ /Ö +‚Ê/'߀™nñPP{&FÈø›ÎɉÃËÑJnùqf}^dXù?k>ûjIê·°~#s÷@¦>„MH¥<)ÀtièqÞDZÒDÐ[<ÌWh™/H`?çyÎÄSaÅ°‘_¿Ä¯"MM‘lqæ2ÕâDè+_Ò„ò“$è¸PtÞ'æ}]Ù^ÁƒÛGg¬HÇ:`?bh‹óŠë¥a¹ŸÚ½goÄoÁ+¨ÖøMP3%îaT“×è@#¯qmsÓöAoaÃ1sIŒãƒ7·,Ř®<Åj«åâ +<7á>…ÓüSŸ*»rmÏC*¶Ù†-e¬À œk[ÆÁ¥{Þ‹m¸^òaõ¹ì/¦UÉÊö²ßeÀ{g²«ƒ)àì¯}1šn²*B»ŒFL8Q'|•ãC×|gîgE‡YƒÔÁPÅDÅcÐÀ®Ûªê½`î˜lXQ ›ËèQÅÀC'Ÿ +)¾x{Îíõi‰žÙÇBòýŠj÷0½¯îK>ÊÏP7Â#"P³býÁºùí½>µ—7hø'Φ½¨å¨2§VI$úcïï%‡²‹™AñÙ|ºù?(Ä0}aMƒ£=Ö¯fyöe§§ÔjSOIŸr*pPE*ÁÖÄÈPy YS(³¡)Û‡ “‘olÚ„áé¯kå`j•ï±óäzÎÆô&ýsaˆÅ®§¬uûô³TÙI +e›·¼&Eñd2ȱ +pcv× PwÑŠ` rï°žJGB£Om;C†ù›ip·éɺº¿ÛÖROœäž-‹u&gËýÜaažkÆÒ`Ëhkª0Z}F[D+$Iît4°šyVŠ]äθpã€å׌?,’ÆŸÚp­ÑÏ’È2Ž\N̘çÉ/Êm³•Ú®Ô Nïêåe\™diÖ^‘m¶Æt,ôÛ*+œ-‹ËoøFÎî#ð¡þ„⧵Ýë[{lYÛÉ~nÒ¾ïñÜÀQ‹ù„ëˆGÖ¾Rzãý‚÷0öØ×\`EM&%4L'ÎOPB¯‰NÕ˜_Š»/£U§D†¶3nE ¬=É΋\ê6sbÓƒº‘<©í {wª2œ­¢@mV(Þ¶<¬ù*·ÿÚšÆmS¯”¸š©šÄCúD;›ç•žj}ý÷ȯ ñnGùÌÂg±*Sær‘šš¢jð#æ|Zð®äÜ#;ÔÖ™»v î$ÃR«p(uV‡{Þ{¬•N#}*¬Y‰Žå a™ký¿Ò"×lðõ 9e°Â{F*Ö§>ÞjÞê½7ÛrÜ!¸Ú6id{Ÿ0ééž[uÔhÞ`¬MíÜé|Y‹K‹ tØÀò ˾díhó®¡s–ù}0ø%&ð%×!f„gVÓÓŸZÜ_òœ.„ô)ŽêZ>+ )XÛw×Z°Uw @ÌÙ.çI.}æ¥UŽXÏêÒ¬1ÑßïƽxÓbóÒ¸eþTªëR}ìuÉÛa°å6\rªO ê¢ö:Mj÷fßäÌtÍ-ÁÛ3»)ÑnY„%anßvŽ-jUO¼ê)²¾¦Ûbh¡Í}ÿ4;¦ÓìnÿÈÙ;õžöeiÕvó÷9îéAÉäÁ݃RPà¤oü‡°kþ8µmšjËnêÍÎ3>]cbyesù"I %¦w|Ê!ú"įO´&GôQˆK©gvêxM“û,ñ*ÕÊvŸ‡ÃbŠŽ\#IGƒ¨ïïG ¤yá +\ëú¬>}Z÷´Én‹ÃýЛ»jé + ê]ÖOÝ Ë‰^ßšéQ[k¢6CöH,Ý僞ó?+07¢ÀC?+Ær ÉiZ "c©ï£+Cè¡äݯ#ç÷Ïw 1hc躾ΊÁw4$Í\grÝ’¼M~Ía ŸM8îâ^q3ŠÆf€<]WI{Ö%G)Œ|^ÝTÖxªÇŠÒ!\ÍÿELxe—ÓÆY Ð8ð–Ãm»Î6íöåSÓGÍÏJsúÎG6È. ¼"Îûq[ +X<ÅP?*E$© +6"¨ +§$ý5âÖ†Šì«Ý4Åùo„]<–ë2°jæ&+Ð𧠾-ôžjàQåç<|ø­"wN¸™‘Šáðáá’Aå®Ïë¨l93Ÿè•µÀʈ9ÁDŸÃ@',ªt¯Œ®ð¿øβ‰L²ð°âÛª°háÖǯd“šŽt{pº¢d™84;žDX\êL°UH`åSêªêm uMiÝÍ ¶áe’ªoC§ù™2³|ÃòæH ¸ ¼8(m:¹½‰s“?Òª”{B¥LïÒ,«Ðý,‰óžŠÛ¡ì=¿#&^hŠ¹-úº™ÇuS§¥¯<¨ïû($’X1ü0Ä®Îîáì.aÉ)•E†­FUªªÿC¾¾oq™{¹ƒ¼îºªˆBC©ÞSëôKO•‡ƒƒOI/vfq¬÷i®RKÐ?F}°ÊV‹sA3ÍÚÎ~<œkªÔ +vÌ o +‹Êº™Zj÷óRþ‘ÄÈç¸î=2—¬NÝ’ºVA^1=!Tœ$7YÞIÜ©ña\*üë +”DEa$h6ãGx’.®¬DýÑîrÞ¨ùkY¾µ]HùÔ‹ºlowQH…š°DW†vÂgÂì&ÕŒEãs“XüÐ7mžÄöÇ> ³Aýøµs«Ù¥©´¦aVÙؾ…ú%£ŸÇÚûŸ¯ôœí÷„IG‰^ åOÞ}¤f½¦ÜVø!ìçêã´üššU"4½wŸQ zkÝ“/G]â ¼øí„Þc`½µ‡;†×J.[5‰Ö"Tç[ÉÛe¼d‚e=Q"Ι«ï%£?¸ÎÞp㊖ÊÄÜ ½¿¤û%ׯÇ¢Áù|îÐW ÒË[“¤Ù²U/Л8uËm•¨îädÇû•ñ‡þnŽ}ÜüFm}eÆTœ’5ç™)‹=á¼#¬ZÝU'W3¶]èá /ý<ﶿ®Sàyz<á}º[½I½ÌõWkYµùw¶2–eËÁiJ¶Ë‹m{/zNS¹%KuzÙÌ>*á':áä«Ë–a\Îìü¼z+g¥ûÐy_U~kczoˆ ;¼_OU!’¹abÁ /‰úôžò +[ó~ì7Õ+X“bgì ùóü=O¶þ»¢1—ÇNƒUAÜbõÈq'\ÎeBÒXógUŽù‡ÿµ Õ½ +endstream +endobj +516 0 obj << +/Type /FontDescriptor +/FontName /WPOSCJ+VelthuisNepali-dvnni10 +/Flags 4 +/FontBBox [-313 -393 1383 936] +/Ascent 569 +/CapHeight 569 +/Descent -114 +/ItalicAngle -14 +/StemV 68 +/XHeight 120 +/CharSet (/a/aamatra/cha/dda/eight/ematra/five/h_nn/ha/halfnna/halfsha/i/iimatra/imatra/ja/jha/ka/ksa/la/ma/nna/omatra/pa/ra/rr/rra/sa/sha/tha/ttha/va/ya) +/FontFile 515 0 R +>> endobj +517 0 obj << +/Length1 2381 +/Length2 12588 +/Length3 0 +/Length 13824 +/Filter /FlateDecode +>> +stream +xÚŶeTœÛ-Š»‚hÜÝ=¸w×i܃»»kp‚»»CÜ!!¸»ydÙÙçÝû÷½Ñct3gÕ*™µêû $URe1³3JÚY™Xø@gK“¨­‰±£™«½ + €‰…‰’RÌhì ²‹;ùq )€åo“#@ÎØhP9Yìÿ¼7÷ta2õB¢³³÷pYX:ä%ÔD$ÔNv.Ž¦@'€˜šˆ³1ØÂÅØÈlt5[;‚˜]ÿ]ÀèèôšüµVv€éï„@3€‰@ÒÑìeúoñ 3À؆ðw>1Z+//+ãïrê`Ð_Áœ=væ)G;0lóLíÀ¯†ßaíjö@ëïöär¶ع_=ìl^«ú݉’¢ªà·ˆ’vŽ@€1ø5«‹3ÈÆéU °™˜­-ìì„ôÛGä4}Õʃùÿ,¶5ø5¼×ÿÅh›™¿˜¹Ø3¿öáà”ÿ÷‘W +éoÎâU^VVÐt7µdþþ¯¶~ÿ¢_Kõö²·³˜Û8½AæÀ×$/'cW ÀÙÑèíõ§áŸ‰•`2u˜-@`¤¿£¿Ò@óaycgG;@—…‰……Àòûóß¿ô_Ghf¶ñøÛ]ÁØ`VV•ÑV¤ÿ?+ð__QQ;w€#;+'€‘—ÀÊÎÉàeçxÿ3îù±JÆ WûGH°¹€÷_M½ªùŸÆþsóh~ï-àŸáìœA¦@Íÿ×WZ…“Eìõ‹õÿŸ‹ý¿2HºØØü5=šÿ”,þߎÿ1@F% øÿuØØdãñ;þ¿ÞšÀí´ +ÐÂÅÆØñÍ2ÎÆ6 S°… ÀÈÊÊÄþœ$Aî@3%³©å¿®ûî‡ÐÑ*Ù½*÷{Œ¬,,ÿcS³™ZƒNNΙ€¯Rü3¯ØÔÎìUo'ÀØÑÑ؉åUf6NN€+àuoîm!€™ lçüz`ïâì 0·sDú}×x¹ÌÆ¿©¿ç+2¶}Ýž¿9V6öWôO’—í•»8¹ÿAró¾’.ÿãÈ`6ù#×+´üÃüzÄôók5¦˜+Âlö7æàú Á0<¯ñÍþļ¿ñ!¸~;ü#$+€ø_ø*ó¿ûæµ[à?{à|¥Ì_¯ø1^‹?br½ÊaiÿáÁñÊüÑ'×ohcþÇ¡3à¿™ßBÿEýÁñ²þ‹súG ¯cý-ûë1Ðå7üg\¯ªüÅÊòZ€ÕÃ{-ØêI^gaý‡ý5§õvöWk§?ý_…¶ù¿æ´ý¿>D™ÿlì7ÿiíÔîjd}ÕÕþOüšô;Ûk‰ŽŽ˜yã?ý_‹þG¯ñþ¡$ë«ÎÆL_Ÿ×Î8ðü¶;ÿ¹ãDxe\þ _›úŸxíÊå)ÖW©\ÿÜ°W'á,·©‹£ãë ü¯Ãëæÿ›ƒ^Ÿ1@ ;ÐiiÞΔ?Ȫ.¨ã®F„Ðqû{?—úÍ‹ R´ ä&TŸžu!ǧkžälq¥qK¡*]hyhÈ8B‰hn7k^ÑN&xL¬`L(ép‚#¦z>”3šÉs–~‚ø(¼ÔÜ}1!éSÒòmJ!±¯˜ª!vؾïîtv÷á‰Ë *÷æiyqN¥m|”ùàfG»ÄY¬BS‘e»›¦î©eu›Žn±*;1ææDQ9}gC¤œëÎLµË¸ùº¾v³=X~n7¨µ/à”;Èo‘(ê-8È}¾$¹þ¢þ©ˆ–P  C•„â$ÊÂØg±e½„¯™^Ø1£ÓŠïXǢ؊À3Vö²ä02©5Ÿáñ‰ÇìûIà’ ½ÏÚ_,·¿—ÿpèºqú4–Á†k˜“ÁŸ:žw‹v¡ísežEÚ‰y¾€=  çêÅ-Bn á::õÙõ'Ò“àŸv˜Ð†¯`†T¢€øY9*)Ѳ›¤äJº›Tà¶UÍfå5ôJ¦ž)PÈ^¸ñöFV¼äÜÕ@–Þn8’H*Ë€Qjfwúe“†&‚ÎùzD6E˜²p(ý¦ŸŒSÐèå¿Ò6Ø^\±Ñ$ ÏRÉ”ða8i–VïµxÔs1´`&×JºÜ„ŒÜ…Fï¦?Ån~ÄÍsë¹n‹…LpñME (­äÒíiCoÎFC7·Úcg>À¸¢zï—m6fsÆZ:óº“ÖôBÓG?Ë]ÄžY\K¹ +ß-9ÃÄßWØ¥ %Fncu<6)GãyHðUà;¶boÞ¼ë)¢[ôë•’îÈÛœ¾”uû©[ãíÆR÷ @¯—g~Àb”º{âü +ÀMJ4ël±Œ»u¥ãýM»µƒ4DŠ^@\ ¦@{› {ßÃBvÍ*õibj WqDÂûbÁî×ú*çÓ ú5•X;©ô°›¢†ÖªÈâ)xðÅ5Ü抠Eþz¡¼ƒB‰®Íõçíé’‚v²2ÝÜŠf™%)‘6†ë”'™'û¨Zâ+í¨ÅÌV²‡ÓF tmÈýb zûpëg{4Â3PvðýSS¢Iº5¶êá‚è…D’L¨¸M"‰ÍÐ1FŒ«^hâÛm¶Å°jÛõÉýô/OjãtoPo è×<º(Ð2#ö¸›×öÒy`Š¨ð¶‡(sÕÔòp‡Ê‡ ä†ÙÏ8Ÿò¢zƒšŒBcUɵçõc£¨Ôø`ÏÖf­Ht5t_ oݺÍZe¦b'mX.|uö] IpS“áËšBàßÐÉ-ä« zøùÜ*•9*Û‰!k‰l1œ{Å]_ïîÕ+‘‰Ì×»úÆ}éPNŽ{°W5Æ¥W|¡² /ýåÜ›å±PÛsÁÚÊ{âΨ¬Ô¿u18¯âp2\ø웄æÆOØå.R:ô1–¢D¦8°3Å“Ï9Æ…ŽZy£-eqëάód˜¨àB%»6å–÷YÅ™ŒÅöžáàAý´=&\‹'.ú"CøŒ1tfrKòsbò#)XÜácÎîu CYQò÷<çLšÉ–ÂÔ³koÄè¯?øíÐ^²X)v˜Ç ôJF¥—ºákõ ,Óþ JèƇfíJé"ru¡JBÒÎ’?4¾“©ÒîÙ11RõÁ ‚ëWvªüÄz†‚½«:¾<¯ðü ü>w`spªÂùó`Ž·ºJþ =äq ®¹ÜÜ«{ÛyÌ°Š²4f_Z|«\Œõ›À~D†;Nô)µw.zm2ÖJª¿²XfµÞæã ÇÃψ¢X‰’#9?ɾæ-Éh|z/°“ŸÊúR¹[ +×Û6kÏgPèPìuÔâµ1°Û¿#pÍ8«ÁIt,{D3êH¬è}î/¾k cR¨ÍqЊÌ*̦Å×tšØk„)”æ·3ˆ•§25éµx°ùc¬¼*åö=Dæç­›|¶ÜJG¶";¥uveª g  ¢N‚á‚o¦Jß‘GS´ïgr‚²Ül'þB Ò ™@·L³Æ,s·Žü =r;ã ¼{Ž‚¶æòe ”0+s \†vÕ’&ÕbZÁ(¬7#™ÆpÖ¯«”g­÷wµÆ4>¯>“âÆ9˜;¼Ä·ÝCŸh ¯‹Wš{£¼‹8P%ú÷Åur/Ì%sö}ƒ\~‘ æ1J{„e‰àˆ?[“~Å÷úàå’„êfçlá–ÒL¯{~·Á ïᄽ§ïÐÁûÖL8¼Œ ‹¿‡j$w«ðÉhƒh똽‰—㪭°ÛE-0Z%’²º U¢í‡~G­»Ë’fÌ{¶‹˜*Btåõ÷E¬2þJ(ŽxÍèý›ËÌî½ïY‰nàêP2 ûið„¶TB¥¯[Óø¢Çš\Kñàaœ‚Gªµ0ª€J&’O2eó™Ñ?Õ¡E¤Nû±[zi&Зù‰ÝQw«K³G©J«ãë|™åº¢UΑ$H]À+iÍo/G²j«UmÓ'<ÃTun 5‰ŠxWSŒá­ßô[Z°Šçú‡ˆÀ;Ukmé*ieÅæ6iŽ Kħ.¡Z$ X¿ °‹óR¬»Iæ>¡%ÎRŒ‡¥‰í=´Œñ ­Ú{…F; +3À–3†‡-E/à¹ÚiŽ¦7Ü~ªŠ|ÚêDÁ|©póÖ°‚dÂ1èÎRO]–¬Z¹é¿`àÊB²nÁ®vÄKHE µ<,<Ñö 6…à1ùiÚÁ÷ñ]ãp#õÃF ›%;ýIE˹¸Qcc[¾4©žëáñ—}ºž¾B´*|”xà'!7¬ë5ÿô‚ÂÄÀÒ/:ßYYïÞ\p*8|ž%¾ÛYDÈÎO‚ßjó"#¶ô±ª€‰u¨a)t†./]×¹ðýº-SÍx ­¡y=1ï$¯—qo6ÍHP¢‚ó,>òÁWœ¼ Éô=«6Qøf +=: ç+ê‘·°«³“‹ÐX«â˜f“7U~Ã:¶^?J|D2Ä¥ï[Tc¸ðª8ÞçàòEV`pã)_VÜËc $‡c\Oq£ö%Åù‡k‡}F¶0„ŸDHrY.œ€&å#JÍÀRpVO1âb—B„E˜¼þ¤WUy[-D•›{#YçοQc†õ·e:º¨ëßòìÂTÄšf„|ó¬Ýöåµ”ÂÁ@}KÕÊ+ƒ7}ZW±!Õ|ªÔ#o uhZØ®cÏüòH!Iw{4Q´]çs6Ž„† 2’!‡žÛgÃ+G’R(mÖºÈ8ñΦîkbžh“—#Eø®·à÷oöýzÖDC#Ìq‡Ž%’›NÛ·Hœ«¿$;qé¶üøhŽD¨—6ŒH‘úÐ}…ççˆmß·¼ àÍÚÀ a2ÿµ(¯å>Èjpa@{–½ï†,¨ª6…°†¨àjM{F?b¯Ñé>ÎQ¥ÊFiŠØÊ2ÿHýY¶¸£<·++ȶè$§›òaj’œsƒcFôïÝ=[) ^ e®¶Ÿ#Ëójgdº=¤“A[uioÙu#¡Q‹—}R*Gÿ̺“g™x±15e<³Ó¼x´l…‰Ñt n`g£EõGjXÃÅE÷ÓŠÕ±(owšf„ 'Q6¦!|ÒØöñö››'¨*‘$ÞE’´Æw×(bûâÚYø›¾7#Ðv¾Ê¸tfz›Ñô+l×é:ñM|œ¿Ùr›)*bbÌLux˜ µõ±I‘õb1ºìBƒó{˜PÃoa",_ã~ö°êƒ2‘©k4eBz=7ªñ‘KPœ„—?£hâ„“lÊ¡¸zßMJž";ªQ < ú í\‘®Nð~±Õ(›7 ò‰Œòïɬ +0<1}G ÖêÃÈD;ûÄåÞ⨘HÛ “[Öu‘¦–t>hšSïäR2{ŸÚ­ÍÜøÔ;/|0’k5…¢ÕÙbDØy{jÚr¦–âÊ ¥Öÿ˜¨S½#Þé…u"ö6„¹àYPkíQ4$ýFa"î9Ë8/kà2Yn]»`ºøˆžî|¡Îï¾6Nt¶‡ÕšÛh¦svüG²k`æTÌ—Öì<©ÒÉySÔÁâs åY0Vò¼ 1Yæ›M^RöcNˆ¢ Ù–!gÕòVZk0›Únû(U\åØàǸРdöLq¹ I( û%Ò`C•l;^¬ÕFÊÆPý•²¶T »5œ–Ნ  lr +Ò!'Âû¹’ràØÿÇÙÕ,ß\Q3"ø MCôýÒS$YÃUS%í~ üqi¦lòZõ¤/¨Œ ëÛ/À‘ŠšezÄ1ìþ;43‚èÏàN¡•-½ W=~SIŸ©¦:Š«—.¢>M¸òzÂò.^ÙÛ{W^ƒ¦0ÌàÙî‰^gÂù1 ýð¤*ŸË¬·ìR]øPŸ%¸¸²ÍŒÁo7®ª?Š!Aö ™Yš#ØZ®Ñ`’ÅG·_éÿì^¶ekWM}È%D[\ÇÄ1ç ”ƒ`§6l•÷FV@I¸s +‡=~”Ø<|iZÆÿŠxt±-ï—¯ì›ÌT¶ê©)Jš¢úuuIlj3à{çÏ^—ž² ¼ í”iʳ^af’Ö—*´¸äÏ„x¸ŽÌ‹m³ —S*”Ã^Ò:›êJºk.Ø}aYCØD@éÝ}[lm_ n²Ë‘<,Tº·|Ú[ADºïg’S.Åd K탽ùËǾ_Q´^Îd —6ASXBÆf& «iJ×æí9Ï#å†úó1ª¯ ~Hžù,\ +BJÜ6Í'gšúØþ$Ì5ø&w)B¼s›v"ýöö ÁEw”DÆèsFì;G 1Òü¶ÊÒ[êTí±Ô±Ñ§ïÔ±òÊ“$0” +ÑåµÌW²õ±öz‚Fö•À@¶žLïèl"X[¿z㛾EŒ‚Ÿ‚Ä¿„£8î}üþx’UÌ°¤>ÝA·A¢c×yOœ-– éVÅ¢J*v#@à_H'?ŒÉ2Æg†ë"J?ð~r 2ý2t»ê çŽî¶›Ì^+Â|bn«š*6žÜcFø Re&ÍE€¬Ð-KeL¹ Q-Æáâ6èõi  Œý3ú¢#txfj_*#VR(ýë®;xmÚ%v1ÇwñìpBœõ#zÄá +¹¯N"…*½÷%€q>#a€ëP¢à›š7ÎuwZW¥’=vmüç»´dS >Àï ;±DænYöÒ7Ô¥ù|Nó¹¯ù›6|6×âF95£âIîÚN?ˆa:ÝðÎûÙ^9ð ˆìŠÄ—ù°ìßFxÁ>X}Óò6L"ø Û§˜9¶ì>Ö¾@7…>ú‹X:*3 ôV|jRîÂJÔî$ÏhÝPHUr©ÊÉ;;k!µŠ'«Œ¸LÚàï®a4~dIðs¯Ö¤U1L ÖHð¢=³) ¨ú¹òÉ°ä»è¦– Agðû»´Î:#ÜmW\á<¤Ž˜\Jã›H¿RØ DKŒ$XÖg[–f³ŒÉ¦Ä%Ã]ÎzóS–ߪQä宼1OËâ!ý2HÓ»C…Æ;AäX1›ª_Yu˜èê¦Ø™`mõ©?)*=wæm( ³J)­,‡ìt».ˆ:'|ÒOæ¹æ-9hÃ/ÞºnzGdæYGuËècUæ8|c•2üÁŽ¼ÕÜ•‚dÝ/cÀ+nÞ¾¡‚Aþ[*Ü„"²Áçû¨ì½½Jž%S†•À Bšœ–%Œ;2:¹ªÚžòñWxÖd¸ÕàÎ@…CE‹ +'}* SöãúõÙ­ØžÁîméwÈõï?ë4i~ÔyÁé’†Xe=âZ]âÏ12}?%_?÷•2!àÆF] ·/3š: ¾ùüCˆ!)U—m~ÿN«Ëµ£…ô'VÔHXOA³Àe¡ÂÑKQàg»¹¶áLôi߉a˜a¯q,ªxœó_þ÷zlÎÝW.Sòdú[þ]n˜åø‰n¡ãÐ ‹wÁ‹YO+=ûdFøJ(²¹OïFš`Rß!S:pEhê°/ž5»3\;qÑ!õ|ê€DïPž\·YKœ'ÊÀ¼îñMxwäo7B¾R^äÔ5A‚aí¡oŠ&HÛîð¾W7â'Ùì„œ-hâ^‰ÕI—ÛòCosÊü\@çÒM™e6©‹U™~ÔÙ5ô8rÍÂFžuÖTc¾ž «´¸’ ¡&§{ÎÁZœ…gcn}‹¥(KgA–žƒÜD2)¼,ßÃ3ŠÖÄC:­2Ú‡ õÑEµ,Rñq‚k®â["“f”'ÑÆÓ[ž–@ÚØúýUiÖ ;2!„ØýÚ}¢ í¸þ܃÷ͱVfÈœ_½òT9wDσ¯‘×ás‚k ¥¼6ðÕÓóR[%o7Ö>‚·KV=xg–™i! :ø–·Ü®}ò M ?ʪßÖOÓ,á6‘8=¶4{‰IWÛO’{–üè™Ïƒ°@¹ƒ˜ê¬½©ˆ¥WCtlîmRY9ß'ûY›úúÞ,E?ŠŒåUQ G˜ä5Ô˜‚Fþý†RéÇÁÜF›+K òN„MàûDËÄ»Û8)ºC¿¡ƒ6Ë ì3¼ºÖå× …Ug"PèGÑïb±%b„s⪬ßàÁ/Vyn²-Ðaï$*¦NÂñš3²ŒÅ¾?0_uWæ‰Q¦Ù–9µì¡U À§E² œèŸâè/XÖ1e„L„ô”æƒ`«ù¡éêK,Ô)`å0Eu+Û’h‘$sïüª)-.ÎP½Þ ÇHƒ›/ôA‡SdZ”Ÿ@ÉË”¶VŸûZÀ½ý¶gvžÈIšÝ±©ºé¨…0zª*D„У¦O'q­íé¦TzÊß"V_N®:"±–±ÙMi¸WubE×’8¨Öø¼´üódJk~k÷ÈÓÕåãòÓ*Â÷Eˆ†%ÇgmÓ&Ñu·ý%Mø8Ik;É;58*”†!·Vúï{íáËß*vÊ ôµ@íÉz)aÏK±¶Øuwy,¨P\SQž·É]vJ4î‹鸜OÄB¸ÿT¤Dýz¹{|ÛúÄ~4¥ãè9`!? » ëÛ`ºiá¤ÂC±¬Ma¶Fÿi+šþ&S‘jÌ`³£‡ŸN@½/ÙfX\Æ^Ãù o³ŒØ²¶Q*† +aêS7ÈT‡2ôzɪJj†ü¼^)ÅþˆØõó<÷•°àh?5¿o}øþyƒíŠIØ4ûÍ*G§?4û}мÏx:ÿ h¾‹·BñeM!D|7ñÒ>.³&áÞ?ƒ‰(¥Xÿ“♑­[D&}5o‰Ky´lyî˜ ti%…Eøî‘ÁÕánç™|KP(´„ :ufÉ8ÚÅ¡H$mÎ0ìÔ»çXŒÓ.Ò¤_†³X]ô‹ ãõ8uÔÍEƒý+ÏÄè¬à¤ð_9ô{ªcçk§ìèWNú1% ¦±&¬·*ëî+Š39¾®¨lj‘OÞm0©5¤¼ˆC ¢×¾š÷“£ ‹oƒ¿5»3ZŠ­¯ìŒEn›ü˜l좿©èúìŽ,Aý]R·}Iñãˆ&§®tÝô¨•o'¥Í=mcæ£é1ÿœ+¹i}Å;˜ÄMˆ=-‰¸ó2 B'Œ“‘rÙwR×eo|ü¸g¬0Ī*”}ˆ¤ÕuÃ~´Kì82uÛØbƒÎßÿ2…?µœ"5kÅàÕ@^ÐÈR·ä¬†ÙŸgŸØ2ìôa± +òäÛAj«-u"êÒý4Ò»,·&ÈWÕ¤åd,tN•¦ãVßTŒ·=]3,Åwà?T¸ˆŒìÙ`E +!·WÛ[­W)›>î® `K¦®‡çùJ%H ºq’>å~Q‡có7¯ßù…oÀbåÁ‰pJÛ˜K;›èË‚6I’Ǥ.€,ï0î76Ö£+#¢`‹¬§AÞŽ€©KÇöÿ>Ý1€ã ÝJï`Ù>";e½uh^Æ#+´Þy^—~-ØÒí§º.Ãò±efÕà%Z ³~0k·x9ÿôº{³ûMš“Si"{é±ò,A›ðYgÎWßÐ ä*ý?“™ÐûësD¤ “Œ¥ý#¾øÕ ÷z®Œ`ÊÍrþ²˜;îåìÚ}i¨°9»h^Â_øt/–P¼´rQrìþé»\ÍA˜ö'jþé ÈÝã§gÁ…/õwEqX€Ñ½/® $W³’/I„%·“D=*ZFBÀŠxìÓÕ}M1ÑÝGU\wµæ:ÌõÃöëkADòë~­îüwýô[ª¸×Qó( +Ê·b¿'ßgC ©5®ƒŒÚ­Âqß,ì^–a‰/}¼î¤Î¹7²°ã~8¡Ç‹”§XpL–ú‘¢Ñé_Žž7sÁ7Ô¬S’;ß +ËDYßy¼MRDs[ÿ2Ú—ÄýÉ¥Ô˜’JÀ·!‹röBù§ +Át-½V2@¥%uáC…û}NaÂ…1ŠQ™õ£ç2?‹FðY++‡¿5±©U +¹ÇÙà9aˆ[ckÞtìÙU}* +>u2ê³êãQ¶zªRh`Ìí×à7=ý‹„ÓYöáX0tWi:Ä–Ë<0[as®’êÒî¾Üè±…˜ÜOŒ6A%b™·9ÕÆðñÕ(ß8ŽœÏR émJaÔžº*+kÏêgÐY "Áó¢O’ k.—`&„1B×—VÔ„‘ªÈȶ°¾[(Û+€4bû í|H¸|è+Êaù 䘀ƒòå{A&ž™<'E™B#µá©ìBM—wŸc¾XìÄÖËiØ#e&]TûßÕJšÈ¡Bà ª$BŽÇé&Â5% ¿-yˆWé/¤k™Ýóç!y»m­ÈÃr ²JXÚJÓÎGôx‹nžNt}ºíÌ o¶ÎM4‚&4ï°»ðK„ÙXKŸ5¶’*Ý÷Xôä=0,DBkA(–»Ò3—Åã›z{ØÙ[ÝýÍ0éÑ +÷휦ŸªòKŒÞXÁÌÖõüñt&OY4·×UwcÊ GëÆ!n³¥^&TË;D<ìÌÅÀ¯ÚiKf_&Ï]%Ù¼‚›u…ƒ)éwäõºÌ‚ÊmÅè²FÇUÐæOLY=WÂóyR5|±²Þ;‰ä5ì±zó¬ðˆV®Ñdµ¿løï)ÝÖÚˆÈÕ°/Êß™ëmT5ÝŠ1$MÖd©ìl:†>ší$ZmBºÑv%^!ï­éÆ,›q0n +Ú„WGùêCÚ¿)ÇÌ™¾xtäï?9ÉŒ ”ÔâÜžíí„Ö-02ˆéúYûc ¤¼a߇gwù<–ë¼Ô¾¤g;Ñ|ìÈZ ¬‘ (²ÍûÅšÃÔ/fM¾èg)Üá]Å‘Ë=Íý1¯6²cÒÆê@Ùò©Z‹ ï;@Ú[T¶Æѯ])-)¿:ªºÉSW;´³õîë8Ñãw T©¹ú¶°*ÍAf¹ä@*§LéCÏþÒTú}ƒ[M g«|ÁX7Ú¥rÍ×Ǿ}gÙ‡7 B½îšêí Ó;WIëï&2¿¢"m3=‹~nïå? >_F¤"L­P]3ãþšC³Ý0ø<#«‹Ðžì@~×gÊ·¢wŸÍ„ŸwÕÙ‰$ªT§pÇíj@fj-¤ ]t\(Pª°Ü·„ÕÊL›ÐS¨u)@5¶U-û¶# ÖËl¤”¢ØQÿ&Ú¬¨·²BãPÕØß5ßínIÑÉ{è–#»Óª™_ìº÷5atj6¨yb°é"î•…”«”;a°cT>ܽÇÁž±*»+h„.•M­; À£<©Þ°iQ¿ô yáKÞŸŒ¥]ÖÿàyUò‘!·G<árCˆSÆ\‡D¤Ç@Z–ã´p4Êò¸cs†ôtÖé+Ôì8m þÛÈ@IêEÜæŒinCOù)œ½·rÖ­Jê'Éo!\¾ï#é¹ý\ )¿+ùÈçÿ]1ëY:r"u»w4WoàáÆÈ·û$¯ÚêHšö|ås”ÒDÏžÂîOŠbu¥oAâúgxØ–_G'2‘ß%mÉØÛ‘}ˆ`Ò—OÍB ÊdïpF¹78ÃðÏÂÚ×ÇŠðÚC¢e^Z’ŸÒ¬±áŒ(¥¸ ñ“Ý¡ê¼xû3¹»‡¥R>÷×YA³ÞB¡;gc¢Œ†îxfbÖè)°£kÂéÕP´>ý +å?«}À…Ž"3¸®~±ÄCS0¹&q«#l®œø%éØ]uÛ09WÌÐëü%ê „   g"À‡f­¿d–(Â~õ..2éæÎD™0Ê(üÁ0¾Ïù)˜ºw=TL&(Iš´/ ?Ö™êRGB+-<$ñ¥ +2õqŸæó7-rέÞuTmuz3ÎÅzÈØr9èqåìñ㟚W›øyÖíhFXY,q²,Uì_8Um9½DOL £vioC±Æ°5Åúî"Q´#™í´H—·5®Þ%/¼ÉÔ n½—~n~ãªÒ"P¡²Kª²7Zæ=/ÙcÏÅû&y@N}ûé“£ŠÎ¬ÝýæíÐP §#¼QòUaóµúæ¨Å£v¾yþϬÈXô½K¤=@°ïƒq…–m6J—¦p²ÁÇy‘ª6ͯyZ"V +å%j¾nÀùÑóoûUÃÝÙo†u½C{•ÍËW¬Ö*¾o|†ê³Wš©ƒÆÙÙgÔ·ãZÒÓù¡#0ဌ$âÄËöüèýí´ÉÃCÁ÷€ÈæGv¶硈Gwûp’G´ñdŸ¿i?;Jþ}½\Év7h:Y¨()mŒ„M¡ƒ:ïIؾiŽ@uÿ(­ zÈoÛ{ñ{_]6ÙÔìqqÐCf}t‚™é»a8„m”p’Ú"ü6y ÉŽ(K”Ñc,3½›@PçGÀ¶Ú{Hxôm¨d×Á›pVž•…µæ•R®äcØ®ÂÔ„uPWñÂRêÇ,=U Tš£¤PQÇ3‘Ç1 Òw0­¼›LI¡²ûã@x8Xä|v‰m»× Îëá#8KÚÕ —‚5ï5©§âI¼´>Έ¨ž­3E„Ôh*˜˜S‡RÜÅ¥«¤'–¦ÃHc¢Rã§Õâ:¥¼«ÙpÎ}Š¶Ò¬æ`e¬Ö¯¸|† ­•h/ߟ¤xµ`½d©5?3íM™®žR°s“¦Ô®âä`'ŠæXWØ3ñâ+‡­bÓ@”IQJÙAÕVc—ü §õœÉת·ÎX>´9­ $(à9°[­Al¥tå|OQù Ú§KêŽ|ZÕŒ9=§'Ä,âÓ‘€‰-}ÁÌT#ë |ñŠâŸQÇÇ/ Ö0w‰×Ù.8¼Ø%0LÒî†rWðTV])ô£"»€Š÷ÊZ„w„ +ª¿ôšˆ´4@Z\›ŠC·9¾=ä⓳8³P½?E&·1£TíqïãO)s{0QÌ5P*D‹ Vû1ϧ ±a÷\Û.{Áâ\>$ØC~§M _kÁÚ1ËÓÛc,[œdþlà©EZi=·$ã.ˆe¬ÖÏT†‹çÄ`ÛáŽBãè½íè£xÁFÄÒ_LQ¥2©!*ÛíÜ\rܦqƒ–`{Ža‰Æ0ÇhöJûnÊõsCýñò +bžk3§=ÿУ Vm0I^×ûF W-2®‰‹>×wíb ùÀœ3ØÉê¸æ = X÷a“÷gý¶Ãv9?¶ì‰rþr>¾B˱-Pçoš‰õ1øaÅZ›Oõ?¯ch®±:ðµx†D¹Ÿ4ÂìJ}ž š_V˜ü"œOŒŠ¹Z„OÂëÁ¹±¿çYÃt|r ÖȺ”nîJj­O†÷‚XjCäxÕZª®m 9ä€ü…ŬžæãÑthgó,¥s‘ˆqLÎ ÑÆ Ÿs?/Ø1¹™§â¦ÅÂjù9]Ħ+E:o°yè©æšÍžŽv€ÔO“¯b”Ö¼·òÀÒ˜¶Hc8‡Þi}£ô89jƒFì”ûD%.B¬¯Â‚£®& +Vø*åZ{¢1ö™Ø]µpný¥gÊGv²²,…ÂÓâž¾[4ôŸh¶‚ûö“/¯æé¤oBÎsaš¬‚èK×Z|‡‚2i)ëq\`.â‚ă(+*èÛgÍ3~>®~ª,"€¤5ÃÚ…ºš,= ‹^fÂóˆÁȦ2Z­&9’=è ÙÅ©Ÿ†°û_³laˆ?È‘:r€ìo>^=9‚þ*)°œãêwûo +:“÷H-‹S¤»¯š(*_`¹ZÊãMc%à¯Zt,®ø«ütk|J‹øáŸ÷¨Ç­6£²ìJéáªñ¹}Zû…tq;Oßt÷œ¤9Þ?Fdå]ž–Ù[ˆ<)â´@?½¸ò›Š~­#ˆS£°„ã {U¨ea€7í¨å ¾þо^ÑSkx¬Ì³ï¥`tÍG‘)®&n{q¬€£NS¬v U¢E?õÀ +g šPv„e,üEÔw­Jóc&™ÖSNÀ«©1ñ +vvØÑ/‹˜Ê=+î×õƒ Ø3ÊÕ¨M}©ÿ‹*¢ºé{*´N<§ÿÎÛïàËo‘JѧØìZP;GJ â»]±~Ã÷Q@­òo úJ¤À›Ê²lCÚR7=Pí i¼×ÁDúç[™møš§p|ÿ ñ\cS°hƒe¥´Ç 7b—ÛºÓ=‘V+v¬ÁNJxs IÍëîŒÏ¦ì +ZΆ†æÎóŒX@ÿkV‹z«à²hž¥ FZ·œý±-ªv·Á'ôoCTO0õðž|ÀƒeÝž£5mÒê ¾Ö÷“&1§Â"Ð1a/iäÝئá5ÐPj-­:=\”#¬NräÔ5ø-KŒ.ýE–û)_\B~TþúÎ¥BÉÔ‡‹v¦ìÂP’™œDiú•"øþg +=ý@´Ž‰Bd×SŒ³x8l:#Ù)wÜÿX½pÀ +endstream +endobj +518 0 obj << +/Type /FontDescriptor +/FontName /QSMAYO+VelthuisBombay-dvpb10 +/Flags 4 +/FontBBox [-315 -393 1354 936] +/Ascent 569 +/CapHeight 569 +/Descent -114 +/ItalicAngle -11 +/StemV 68 +/XHeight 120 +/CharSet (/a/aamatra/aimatra/anusvara/aumatra/ba/bha/ca/cha/da/danda/dda/ddha/dha/e/eight/ematra/five/ga/h_nn/ha/halfga/halfna/halfnna/halfsha/i/ii/iimatra/imatra/ja/jha/ka/kha/ksa/la/ma/na/nna/omatra/pa/ra/rr/rra/sa/sha/ta./tha/tta/ttha/u/umatra/uumatra/va/ya) +/FontFile 517 0 R +>> endobj +519 0 obj << +/Length1 2391 +/Length2 12397 +/Length3 0 +/Length 13635 +/Filter /FlateDecode +>> +stream +xÚŵeTœ[Óˆ îNãÜÝ-¸»K#w î ¸»»»Kp îîòÚͽ³¾¿3«×êNÉ>UÏCA¢¨B/ljk ”°9Ñ330ñÔÖNΖŽ¢FÖ&ÎNNFô¦.v&ÌL&vx + +Q ‘“¥-HÌÈ È`ˆM,L™lx2F@k€¢¥£•€Ïî÷™‡3ƒ‰‡<…¨­»ƒ¥¹…@N\UXBA^àhëì`tˆª +Ë3ZÌÌŒ¦@#‘¹‘ƒ%£ËJ¢¸ß’¿ÃÌJ0ùh +0vH8Ò ÿ+tYóþÊG-J`ææf¦ÿ].@ dù¯`Nî[3€¤ƒ-ÈdñLlAo†ßalªîv@óïöäjéd°u½yØZ¿Uõ»EU:Ào%lÌ#Ð[fg'KkÇ7iÄA¦¢¶66@“#üo1K É›VîŒÿ—ÜV ·žÿ§ÙÌdjö`êlÇøÖ‹½3PJì?‡Þ(ø¿8ó7!ظ¸¸Yؘ@{ÐÍÄ‚ñw ÿjí·ñ_ô[¹Þžv¶v3#kG ·¥ðíÞÓÑÈprpz{þiø;‚gf˜Zš8Œæ– ø¿¢¿Ñ@³c9#'K7€3€é÷çÿôÞ®ÑÔdíþ—»¼‘ À¨ª®!¦¬Dûið?o[7€'=+3;€ž•›ÀÌÊÎàfåxÿ=òÿ4ù¯ÿb,ÿSï!¥@f¶î·õ¦ç[ûïüQÿÞÀßÃËÛ:YšÔÿ_¶.;“èÛóÿ?ãýO$œ­­ÿuÔÿ-Yìÿã +é ÿ×q#Kk÷ÿ+À?½5€ÿÞme ¹³µ‘Ã?ÍRNFÖ–& sk €ž™™õ?wné(aé4U´t2±ø÷ÈÿwBLÖ–  ¢í›v¿/„ž™‰é6U K+ÐÑÀþoðMŒ¿ç™Øš¾)`aç98¹Ã3½ ÍÂÎðd¼í.Ðí_›`dÙ:½Ø9;yÌlàO7'€Ñè7õ/ÄÁþ†ŒlÞ6è/Ž™…õ´ü;ÉÍòÆœ]Œþ 9¹ßHç8rÿHÀñ-þ0¿1ùÃüVÉæߊ0šþ…Ù8~CÐ ×[|Ó?1÷oüGŽß É `þ¾‰Æøï‹ý/óÖ-ðï=°¿QfoCþGŒ7Æü˜orX€@x°½1ôÉñZ›ýqè? è/æ·Ðÿ¢þนÿÍ9þ­…·k²üKö·c–@¦ßðïp¼©òŠ™é­€O\Þ[ÁŸþ–äí.¬þ°¿å´úÃÎúæoåø§ÿ›ÐÖâ·œ6à·Ç(ãŸý† ?íoÚþ£Fæ7]íþÄoIÿ°³¼•èàð‡™û7þÓÿ­è¿ÕøïoJ2¿‰àdÄð×ø¼%púÃë·ÝéÌùÿ-Âãü?øÖÔ?à­+çRÌoR¹ü¹aoNîÿÆ[ng‡·ù¿^ o›ÿ_lfùöŒÝ€&ð‹s¶&¼Ÿª[ï+…ñ]éwÆY{8Ôn_‰Ùà#¬Á· ºåq¬ŠðÙ²n¸¾‹)ŽX”ë@ÊA‚Eã‹GpºZq‹´1À ¡Aƒø‚wÌPÃ'σpK=yÁÔƒŽ“”q êÞÿñŒ¤äV‹B@t M%ÈÓ—ð^{oß^Ÿ¨$§ NaŽ†ëÑÿTᣵôÌP»Ó'ÿà¤÷ÒõSTÒÚïëïÐËÚÐ gçzEÙ}g‚$áªÏñµŠ8yÚÇ:X-Š[Ì+‡ìrØe³%>Íö5´ ×$í´³Ý¢,º.6ÁòìG?¡¸³Xlcn…<¢qú2ÑJò~5©J •X¶ªH¨AÜ· +[3GÀÂMíôÍÅb‹Î"…Ë/üšAŸ5‚ÒMŠÖ´èQ‹,˜Kẏ“Àd;–•##Õƒô"ùºUÊ\?P¤t"‰ÍW/£C…Â÷‰¬ZG¼héP™ÀvI‹ÄñUšL *܌ۃ½P §àXOqí!›¾ƒ!Që+ç{‰s0ìl²´L#HŽ>Â’D¾£ó(Ã6 ø™Eöìcq!ȳ¸Ç,µf?Rß]b,\زmè´”ds¼Ÿe§ðY¾êëØÀøDÜÅ^çŽ(w~Ôê¦~k†HEj¯©ç¹áT@˜‰UÈg*=XÓöçÁ¶ Ãý<½of(J‘·XIé£,)•¼e,u´ÌÂYiÅJ«ëáÿ NæTï qÑ,Ù ýXS.Ê«› ΗXŠè¦å(ÇÃéñé¾ï,Bº_òÈ$† w´qQjSÏ»VàŠní]Ÿµâ4‡ç’QdšÀa TPzro8Ëãq:¶Ì¯=–ú(£ª´úÎ9¢bP¶ƒñ÷ÔÓ©H†Í!DZ>šÎ?ÅaV4ÈŽj4—áXc½»Qüv}ô&ä…ó÷ž¿fÞÌÏÔèÉ“—J£ÞÎ[@[Ÿ—#»Y´©úÙ‘LAnuBQ &CPÅÏ8'†*fÁ]œ‡UŽ†Uyï «õÉUÏU3¾@Ôï`/ ø„ÅDă(Õ‰ô¹¥‡AeÔÑCó_1ýO‹TqtµÁi¥ïE×<Ïééa·É‹Êžä0æ&߯N´S«TpÕ8ÊKI/¬‘Ô!–!ß5$–ÃÝà3Ãôkä:ž‹ˆ0‰iéeëŸ|Y¨W¤£ö»ê~Qâ‹8¢  ƒr¨Ës?þºßÒÛŸíÌç2W Ëwh¿¤Ï$í0 |z~àüÉ»WCˆ”öðüš 2ÉXu0gúìq€XUw‘~²:§%ŒÿåÀ[)ÑêÉ%|—0vŠO\â°--è'ÚZÅøEèÛu‰ZòëO*ô©rÔ„”±›ÖÀ\XbÜñ,ä‡k„Ð|^Y÷»kþÝgÃä}“YÓW$´ÓJ¨†A1=›Â|TõG=ÏàK µx>Ež ËÛòyÜ ¿ÃDM(ê-óãøRË!†xÊÄ:øEî&ê³%°Kü•àŸô-óñž.QYë­·äØß¿R K$óaïm¼°,ªf!»%ßdö:Vj»Ošá%Ï.3åsØSgaïFŸÑ·´ãžKr_€¸tÆÝ ÈŸxÉƤV¾…!‰HMÁß÷ꉆWâùØŸÐ(oX6 ÈѺÐaYî÷…ÖÄ1 ¸§ç–%¨®Lʆ»ÃLÎ8ZëÐìNã»Ê7·5·à>·ƒÝVÜ|ö¬©ôzýHäH%FăeÅ£?9êí¼eÈEÓÆþ©„ÿÞéDKS‚o=G 8‹È÷"5T-úÌ\—å~R_~—&¸ƒ íàÈßÔÉ\¿ü!zcS{Tè羨ÄrÓæÌMtÛS8/NhõVŸ0E'z ¤$ù(jÞ°•pêezòN—{ì|¥`DK7)òR4bìS8o»)]£«×´Ü0¯a"²(']<£*ãç!ž@sû +S`B®xûŠoA.}?£2 õpV=/wc²¤æÞTPF#sÜË¢ »÷Ò +ît§1s®÷æYP/è‹þ\ÔØ3‡6©õÃƵ°YUn£µ°3¸!bãîý¹¯·6m}( +¶U,Ânû”QÞÈnÕN1c· =1Îú‚Ùôáî{ËTuPb‹ïQt|$/ËW¶o,?…yÎkÌÛýX[?d}ýX>‚KÒ¦zJ@‘asÙDfBÜQ6ó~+ü~÷"Ñ‹X3kçÊZ°a:®ÏÇdèÛ9UíöÇíç¬Ø( Õ"ÈqSÃ'Gˆ6¶±›„öõóËY{ôgiÞóo;¼(+ø(n21YY•®Ö€0v# Ú” "\æÌ5]ì0ªi©nønáæ5úŒó4;qA³âÕVÑm‰Ååç4H)Éý¬}ÙíiCëæ¡G†Â©þ×óÃ("Áseñ¬s°L“~´jØ‹¥™ÊŸŠKÃ,A¦%ËŒ6IÓÉÓf?¸÷ÈÕ˜o>)çÍ`ïêð±'H[§®î@˜_wáG ²ëÁs9ë…ºM„\âKò}µDøøµAk礑úÛç`*U²‹?LVoÉkx‚OsúRŽæžájnxÔ ªú‹Á—V(Íe†Ç¥ˆ[žb¡ XøÊ,ÔºMäÃÓ¹6 a„£Å36¿òøP± Õ%:…°%—ݺ1™Xâ b^:”XÉäÆ,Õ(¢A;zp)£Á.yóer/û1ž5_”?ǘ„$ EÑêLG¾¢E©IjÚ¤=…5È3˜}½ÑýRN6äÎ…&àœœ¥d|@gÝ5(Sz=i®Í..Òœ&L#mýãq¡]E­¯Öå®mæ¦.ŸÆ“ r´s8×ýƈ£ß +>J›£P½ÇM‚”eÍé,q#ú&ûUÊÆÛ4ËÌ\L‡5èÀŒû_Ã`窀9“v}5qdÅÀCë™Õ»Q do$]Æþ„}Sjß½æûKlJ#V4 Ö)þyh%$Õì^Îݬ) +ß¹D‚­/ºO•>öóÛV” ÜJ:¶û›J>ø‹šù.© Y,:BºõnmŠA>ŠG+×vL1§B¬‚(ù4`:µ9ŒvÁ}6À |N~GƒVÊÔÄ o;þÝ›/³š]gƒ‚õþ‰-÷iÚÌsl·Æ`‘Vrƺ¯y%žÐGWÉÃ#±HªÊ–ŠJ|.dןp¯Mù{ÝGÅ…ýe•ccH«:¾6dJÛ40Òô¹Ôô–ÊmËK4HHûÞp+›"YÞã8tË>?+Ä£qØ,çÛ6¶ÉàtŠZܹÙS׳æRÁàÔ@^ìÝÀí NWf »OÌÒA&X®_Šm’òR- ¼ q~¾$¯¥r¶û°p_ÖR6.ÐW‹ø3Ññj¤SxÏf‘ð…¦ñS{£>Ôä˼8Ÿwã)¿ÿ&[ž¯æ–RÒ¶¿Ò6Çðà þYëg”VÔ'=Ë¢Qï¢á1°"÷Až/†”õh$N[­M»ï^YÙb’xµy$O뤮i±¶ +™WjÏ´³¯}/»d ÷Žg«Ö£õvzÑ–T©òÈ›ƒ—iq ¥ÒÚe;ÄëÌWÜ–‹†TÉ;¤ö.LÊ·"v’~.»‡ û%£ŸâÝVìÔ¬O[B‰]E‡y¨³mårÀÝpI6j0§¾ì;ˆÿScª;ÊÊ‹¡šëËäÍÐ6ÑyâäçÉô,N ¶%ù³T[BÔ£+F?bßYJ)’U*Ñ׎Ý缜¹¨>ãƒW¦%´Ãꦅ\hï/²$;8±%¿Á¶©äÞ95B,^¯ËKR´wªm?û±Éõ‚½Â¨rJZ‡§¥#ë‡Ðžð’Ø¿òî O´Ùq×™Ó¶aïžËèéþ”ê“ŒæÿE† õqý¶{]öä2àË^vðw~¹ýv™¤Ì¸•ª1k‡»GñgQ¾]8ŸÙan×ðLF鿈袰HÝÛ îŽ$B߀›­{ŸQXñ+%öÔ5¡xJDH® ³$îsgº6Á8btñÑd´ áêÔGN (¨H5.¤Ø +‡´Šï·¡•%sÃÆ–A®C˜žüý¦ïjÜôë*íªf/Ža• UÈ!°fáfö9ß%ªèì’UìM94—ãCdS^M_AÞ}C® WòŸ"Ã󯨞¼ ÕÙVIIbé"üìp6t†YŸC—yîëñ“•U²_w í_i3¸ÁÔÑúÚ€ÞRÝþë}:ÖˆD•“VîÊpÆŽ4ƒ½%yÛκÂ}ó¹°¢ÕpÂO¡MH[ƒ°ò§køðRj»Ü¾‡å‘w Im˜¦8të"WÅíU‚'ø§Mš¡_„cTmƒhNŠâ™Øå¾|ã=w…ñ¶Üh•Í!·G[Va!ÌQñ»\£ÿšÐ!öÔJ,ÏE3AxZ¯Ïrï‚ÎSI‹ÞèrÎÑÖ¿ZŸ=Iz1§9-•«øCLSÀ*šG³´ùË÷!M¦wvqª¦ 7s«)Xí×î1Ï4îî×¾§SR›â?;G’ã|gx/d¤ýc–Ñ´Ù­THCO ÀÝ Ÿý~ŸÈŒÁç™Ú˜™¾ßë<¬*ùÙR©Kóˆ¬ÄŸt4P ¥Sèô v gÔÑÁýNڴ§ñõ/ž3e–˜¦¨ã¦gÚ¬Tîîþ +΃ËTCÒƒi¡íì w—8[âÛvÔkÏõ‹¿8ÿyi?ŠÁPR‹ˆL¼U«³+Wu=_±3 ¹£a”×`FŽ +·!Ðô6sòÈËP³(Øý{zçã +²I´^|ˆ”s¤5ÿ¯ÛS>=4LÛgЕö­ðdЧ¤ò}nÅÇÕ-¤"—úÍ?MÁ·CçôœñkóÝšá™îqrç5`‰Â'8&CÀò‹ ·£×Áucé¨Ü3• ("òuEä8¦Xéñsä…ÆDž¿T"ٶŰ–Ï«Hv«£vñC¦2pá(:$D#aàŬL¤ÛëÅUn>ŒUÑtõ±^uõm>ÃÞhbK×SW{¥JÒó8°bˆ + œƒ5ÜÞëÊ'éìm´²&‰Ê—ÝëtéÃÖøšŠ*³&Ð?’0¹Izn&iš³LûS7Ü­bÚZ~O¦µ,ÀžñéŒ"[®‚Ëh±pmÈ-ôð Á@¿Á²SN€ç䂳Ø@ z%¬ž´; °Ô¾cí<•Ý(mSâÂ^LÖ1mà£xç ,Ñ +¸B àíWÞŠ*% ç]Yóæ4d<&=EÖ09`ô?Ï£Ph„?õºóÕ{"†»Î½ ^•¥l¼\ÿ¦æ‹ä+}´à Ç4(F ûÅ°+4õÖmç<¶KÆ)>+¸œöòWyìÿË㚇ǥ³*å\nÞ8K déç6p£ü³B8½%"x×ÔüÑÄb¸\}•u‚Žëtõq¹Ó׌03lfÝŒ²@ªÜ„5ðÄC™¸ó#÷¼â›UÕ-HźõXOß¼gž@í$%0M0¹Þ|8fhµyæ~œQQé“—wži6>íÆDPÓÍò¤ 2ÅSó Ü s +j¢Î¤/”›4+°ªþ¦ÐcpæßL-‹ßÁÜ‚édÔBÆ:›NpÔ-¨PϾÜ&šˆóÄéÒ‘½[¿ÎɤKk鮋HêøµÀN•4½Šªñ%͆2o3¢OS,£W ‰·Bò§Y̵O‡kHÑOL#4N­5p(i©üòÇÍÆŸ,Ó߆óÅg·œyw2&Îûžy?Š‹ 2´¦]ƒuP$ë¨ì!ý høü¨YߌÀÕÚ’]Éø¼©ùå2±$Ó^þBÞGILµ9JjÖ뜣÷Rõ/AÀTÐÿê‹°)ÐD‘¢T6½^ñn¥ÇJ›»È-v€ø\x8çm4WSMàËp4et·²z_Þ¯Ð&úåÞúÈÂ[€ßÝQz凊¡€±%–‡£—숭 ÃãmXO¥ê@cå–§nÈ}”ê­ülbûÕ蘆ùõZºF3Ú«ˆn(À‘‘Ò–ôáVĆ6P[PÒ½Xãǧ\ éú—(vÏo?nQgSŸä¢ã,Ôëö¯ ¯±Ûz\ÊÞGL—;û³„¸ `Iãíì¸g{}ðõúÞÒ=¾ï«EWr =¼÷ÕeÂÙEäbã‚÷o1§/õðúFÔèÑÄÉŸ‰î Ø5,’øf– +é:ßµQŒÚB•, Œœ6‹Ÿ•šÃT=‡5Ð/©‹¸Ä(eÂEÔWÑ1;Šžfÿ¯{ø]¼,q}ó‡4#ìW¢ÚÏ¡ºdÅJ{áSBhûÛYlÑö¨Ú™8$ñÈ°…Ç ”šó«õZÇØì¡ ” +žSkñö$f¬º`ÀzFlfÞZ3Ù¨ú³e“rŠÊ„-ýÙù2iBý’„ØšèŒu}Ält,ÖïÏd?£iKÑ…ø^lÇN\ÚTÄØú•øãYn5®úÇÃn)?áyE“å£Ci Úm?XHÙ©j¯ü€¤¢LÃ( qûµ›S%I¤q¼RŠ'œ¡Cá,?…;(Eœõ`/xÅ•{Zÿâ’«“‡Ð{¦¢%à%ë½ÏÍpd*œÏǘçJs5öýaç–ÝVvx)蟫?Ò¾iDZ³L]>> +«(2uªî¯ø‹«¬«ú_)ØÓRDCØÁþ0Zædx܈‚ÝpóÙ+L lñ’û5ØŠ¦y‘NjLO‚Êáåîsb\"íjTèWÉIYØ@w×<òMõ¡7 (ÈUfÜÕßSb)Ìho¿«Ó˺â;ËrpÍæ ¡…˜®îB÷—iUƒ.ÔÂX}¡2 Ðf.OÔÓàñ(â °,×K¾5a·,-²\Ú¹…3¬¸|²Ð›¢-pâ#X8â¢^®¸ïØ?dÉÔ+¶$âoë +¸è¶ìy f^k¨é`T²×¢~Ñ÷;¹£³"¸GÛ­ÐkeáÛ ö}ÀHV8+ñ–îhÞuß¹T%÷Ø‚x®ÂŠ ƒÌc]Ðïd¦£~=‡•\ûJAÀÊB?O‚$»ãq:XŸæÔoñN’JÝTeØNn:ÂT‰Ç¿ÏùµC•œ»xµ:hÉ’ñ£m2LÚ{¿éõÙ¼âÝ}\4‚>Ób…¶,óÄÂÏžÇ_¬¾Ó š+.—ÀœG·â+SÏ…®:ÓÎø4Üèv|Âcû2Îœ‘xƬ׈9é›ÈUíÓ‹ŸÔO¢ºÞDD¼¦Æ2y"•“o˜ýÍ‚2× 'Ö¸Èÿœ¥dNm#ezyUCVG’[`.Pä”Ò¯£L§.séàíÑJÒ—îZÿDBN¾Wcò4 B¥…fÍ÷u‡è9OþfØ•]ã]½‘ŒÈ?fwH±ì)8Ÿƒ-1©2lÓÑÀÔ5ß"$ÎbØž‡pïê£zŽ¶êÁ£#kø´à#õ*ý0àÃújäS{57TåK‹öUC«möNnPФ¤Ñ¦Lû—h™Tdâ?B3Çœ@¤¹„öîYRœ ¹!uն˨< ƒPîvmxáå`øNkè«p?αðž·7Š ÖqQ]:*sͦ”\^&k~}®¯™HZŠ«vuH‹Ž§€´ißÔøãWÀÓX,ïTUç[&~¼ s– Wh +<êã •ilATº°Äãs!ÁÌGI§e1âHâ!Œ>Ü-%4—U?–_þ›,%à):úsFú°u"ÔÓxr_]Ì.¾® ¾2p™x…2ؤã pó©„!Ë-…vb +—9ì}4Â{`{Yš62SÍF!èëqâQJÍ,½[p}vGkÎv"H›’Ú–r™Z¼¢Lw9JP_óYÚ ±¸¨!ðS˾¡ýÜ~Ôµ²sW§þŒ¢T„•ÅƒH±¼’®Rö&âzH*»ÙNªØÑãg„Qkˆ%6YÅøþ;y™öîªåӜڎ A…¥„,7ôWnšÍµC26DØ +®¤èÆ«°aâ—úȳnŒ£U—x·À<¹÷˜´,y‡¨Ëú¡jsó‡Tàµ(¼|¬zˆƒÌ1T¤ݘF®Wp¢Bˆ”:SÚ‘]P;aLµ,‰#yFùГ¾S§$Øk¯@ý× Œ"™vœEçÙêaX´‹PxZÆ.]9”bnô¸é›c¾qè[c—LåžÔPí²ÀÖ[2‰T`t¯é|a}B¯ª«/GD9ªbBÞ´pÛWšËÀK:Ö+T^G»-@HóìÓû²‚ÉçÒ£Å(kìr&¸¯ÄèÙ+:¡êÖ”Õ&n$Q‰þ&…_÷á¤V59ûkPVGŒíY[.Žèêìq¯¾yÅÅFã7½X›Ä+M<3Ïq\0,=Ìx@Dçð¼eÞ´>‡WQj O¬’h•ûVÓî8ëõªÀÚ±O¸ó¯*TÞϦ‡FmìÖ:¼ÓŽUD Ž4+Å™=èbVC.æÖÆej‰û +  f.‹h6¾cÈZ¸f”Ð aC áŒ8¾FŽ ¦âiÞf•Àó©ˆ/°´²€<ß0°W?Cw·ñhØW+ˆ´HIKÞj2•/VL,çjU(Žª£Ò.H¤¿ÄlÙ9\?³Á–È‹XR}mí‰4¤oƒýûûh`>wœ«u‹ð~9j_JÃàµa´í11¡ÝÄpÍð~C –wzÁqÈñH…þUf¤ªýèïÞ¡ìmu2Iß ½™îlÈ…G„Zéš2ÚE7HRUÏñ"óÃjº|5D‡Ú«ý)ð0ÝakŒ~=Ù‡)ssûÂ@[ {½W¬Éé´AÇîjgÁ.³¹a„ü¬q>Õ¬ì°Ão°0]ÊÎX~ŽÄÌ6ŒM6eC”šTrö«QyÕ/Ó©C­£y88mŽÚâÕêaÐ… ÷CàuÀvÉvè&ØÓÒùÌ—æÕè)wñ“Ù¼iõÂQ1±ÓÚ,eZ+¬Ê ÈÞ¯X íO``Ã@ÎJ\à4ƒIþ”Äý¯~Y•8«¶ôà´.®¦ô hÖ%D§Þ0ÛiÞ0|Z“_VÓú}6[ƒà ŠfüË€]ÖЦFEó;`D¤>¤Jª´”¢Ï§V$gæd¸îá:Y=æ¿j•†\¼+w õ|‚cõ%°røÝfŒÜg¢‰PÃ~(ŸGÔÞø¤WóÜ^%1 +—£$Ó¡×ðGÛ¤5Ã¡Ë ÖcbÐVU$¢·P{åÓ~sü¤å’ßµ'²ê•s–S(`5jê-(›Xœ^uä^øpŠH6„ÙÕ|ªü\·0i¢\Pr,»·X¥_FĦû¬±¦ßuH)@­Ÿ…„³'¢G÷Õg;lp‹€ïp/mBÜ,d6}Ùû%\1QÔüšjQƒô£¬«²ô͡ظ‰à—ú?/í |oíi#êôV×%¢ ž*ÅZ®Y\ãö²`‡ƒÏÒu…ø»CaQ¸5Q°±ÉšÇ=°í<3”e¼|ß™éÒé²< +BÎÀW+Ó.ÉÃø²¤÷Ÿûn¯Ñö ž?à‚ŸlƒŽ£Èy#ô"’‘wž s,ui—·‡Mñl”›w½Ü`¡ɯ|—»£6ˆ çÂÛ‰ÏUv7ˆPS‘!9úš:HTƒß{7„ÆYRÐm?ïu‰~߫ДH>ý>Þe‚3"RH”jÃO$[£ì¿_«F&RìwÞ:Y¥gcÞiëß¼t³:HÒ” Ê3OŠ™qòÌñ¦ùY‰Aô! +“™ÒÎ*ÎŒØÝïk/NaD*‹® =®ž ìƒ”¦ ѨrâÅmõi „øâ»ãÔ{—_p@Æ‹u=n¦Â(Øì6ü=Œk`!°¶¿7VÂê]ˈH××4#)œö1P~r(Çr×0Öçc”ñ}ðCõê^@Ò*º”Éf¨tJ]ø{‰åucøŸ»Ú¡Ö¡ïOdZµ> Z»è…¾¨Fïôê10^±¼'½ä?‹ž¿^T{†¦"–Ø+%R+èžÜM*˵«MJwdv¥Yù½A1å´Î¤ÜLÙ nœÏ×Ð=æ•/áÀoûTK?g0¿Öâh+7d +N[Ÿ«‹BxðÝCDi9ÕÄ“Ò@Y< +‚Ó%²Ký^µÚ@~4÷Ù£ÑoŽÄö`¼}?àº2Îo +¾8¸¯óyE /|ºE Ñ;é[Dzì”ßáà!uä[Ä 7•Hd¬gû ²SJÈê ð(NþcÞ^Eé=Œ£ªÃù»CnªòPð>ço—ÝÀ€¤>Åšeš¢:¡Ãùk¿p»3‰Ø7E€N%cMÅv„*w©b¹§§ñŠ}‡1ÌØœ‚­‚R©­>š¡i:Q~+RCbr½<¯4Êؤ3ÏŒá¨_]nùùXŽÜ¨àWÛ¥&ØuÙG›zpEê¿›“Až·Ã²Üö[£õ1ŸN i¹FÄÀw)û8%UáÞI&4ó +#r©ÌúèÛ(ŽÊ“ñ4â:#Ã’^1ŽÉà‰\ÍÂò!ñ{ ‚á@¼.ÙJAˆÚfNßs¡«Jab“nc Œ5Ð Ü$»-­Z¼ë2‡„ôÞSOq’¨ëÞXS>:gøÕ*q™â‰Uñn!™,ÃÉcž¾D®¼u²e ‰ÃQ:ꔜ€ÃôÓ.FðÒËYÚZd“n>É4¡î+2\L´Ç{ð¨ØØdŪvò‡}´áÙ…ˆŸ!õ§?¨V¸¦’*ƒ—WÆ-‹ú›+p„ò¿Q” `hæ,#ËÒåÖÌؽƒjX_"ÕOTewæ6Ö[-N  ìÒg."&ÙY,¢Å™¼¸å±(îvù>éVàmÏZðÈyKªÝˆ“"†r·!;ØP¦•£Í³Ò>Pù@ï÷F H]¤´"lÙ6(¦^+¢w±­ÃîN‘Ù¶zÏô·üûZ»Æ|—Zs¥<ïe+´'™Í¬êÛðPó*;Yªor/Ê-Tx"{àÄuÈÛ¯"–™‘µGZê!¡-š¨<Ëãs}±ÛÐ?« ˜@îºJ.dù¯B¶Œñ›Ð‘.Þ(3<°ââ¼>´éqGœÊÒ6Í0s½$=ªàÁòô«·”{²’kÛ4 :âÚZ̉ÖÂÅ`´føÌÆC{À‘&l7ÀßwF0I'ž³‚@¸,¦pò´yÇäóº{™[&yÔ*¼4iŒÁz"%ÉTøPz‚Žn%¹!Vo±2Á•¼LíÖ4¬1/À…¸ènÐ¥À„z-®£ ¡C{n²b²b=Ú«$1Ò_ÞŒÐEw†e/H=SÝ.E›º×ß+êĪ4¸âÜóãF]’&WÍ’#ésnlù§W73Lð×~V3‹9'i©þ"ýaÀžËdáy7Æ.¦U¹Wõ—^ÁLt€o ?êå¾¢¨zsy«¶ÞêC9¨uýØûišËƒ â°™iªgÏÈ´×ëÂzZÑlvmr›8Mh +%vN.XŒ>[¿úE±›¬ ´*§›Qѯé)†çy<9"ù%Í8óTNœŒ{Æ¥Vq›©Zp2¶fG/›EQõ€ù ¼&ì[t  +Fª“Èf¹fÃEè‘æ3‘£«%Joùõ…Î9‚m&Á}ÅÂör9ùô¨²èI¥—U¶ö.â{°9ÿ»¦% Ï ‚UZÄ×QÈh²Ãl òÆ!Êš€½­óë>YÍнŒü×æØ|èÛhûaAFêc«Ø˜‡ô“”’¤ÖåíÀ©í$kâƒÇFB/p5X¤êq%±•ÅÊ!Ñ µ~œ¶£#Ì‹F ÏúŸVÂOÐa•±¼‡‹DëZ“I¨ä‚½Y…!O‚ù‚[Þ mx½€}’ ÉøI‡ïиƒ]ØÎTK&º¤ÈÓ`gZUèÚVs¥³¹?uçžUÞyBä2ä_–Pb÷ +JòfF[ ÁS£o}n>œ³;Ö2Tp³t¦?âP-Bª8tÞlEàûzþÚŸøÙI œ +ü\/Ý—xä ÿ…ƺXñ:)Ù|RÒ[´A-ÓHqÓü3ZOC;ͽÌzmbn¼@mýr‚£@Y^ë3#ØšZt¦ Xê »Ëk‹‹5ÑÏHßP8ðNÆä»+ª¶4æâ-7\¶o˜·´v7ßw{N˜!DËxùÜKFœ}îÀ²Nd/!MrÓ;§éø[\u@d©ñQ9ôy½9U±¿—¡&8ÛùØfœ(àý‹ü=ªÌò 9§ò+óÃàž÷‰Zv”佄ïgX™bÿâd{Ýrݳ`’Ý9´ýÖ€6“ {v$Í<"^(|ü{Šÿbcš§ÎØQó":$½J»æ\A»ÛÙÄËĽ®QÆ!ÞŒ¯õ0cêìÅQÉÝÖÞh‡2µ²·„¯v±N–æA Ö ŠëF,H›=ôMÙKšŽî #$z©È`kAp¥¾ˆ]ím“ê|[2éçô,Ú0].:ÚÒ}{ð“èµzv&ÓÐÄŸìJ1 +þÊFrƒómdYG{lLÆXìx׈{ +!¢Åƒ¤ŒâMuLþ~ìŠv¹E»¿øœ0§ÕŠá-4«Îe&þ\ÛøÍ-§(¼Þ^‘ªæ„>gà$;ªÂƒýá¶íÒ’$®´‹Ædº}KP³Ü|qš%›^òÓøY!¼vôžsÍ6ºô´M$£[ì×õ `J`x'ºð'£¹¶ONÝÓ² ±SoGÿ~¦§¡ï¾ñÕ{- Ø—"¦DVÍ1¢×j}˜ÄDv¬ªe8Ю»·Nšt$ £Á—þ¹= ÜÏœ¥›0ëw|ÞL@)¼õ2¡÷û¬³\úîóäLÝëØéª7Âçœ'Æ”«Ôø;yYø61§"qêe›ÆäÌ@aŠ0‡ãMPåL§vC}Y¶oíøzö¤SiãÖ-Hº¤Ò‹>A¯tdîÃÎþ€Yâ­G}i]»ÌM%¾DÐý»X*ª³üïçÝŽ¦Ó@£“SE<÷Ú†,aÓå@,M‘©V¾§²ãù€‰6fN6÷͆KÃÅOÔÓw‹ðµ%¨¦<ñ|«l1Ø”vŽŽYŒm§škLjòZQOd—¼¯óå.‚ +0œ²œÝ‰³Uøª‚'dY\2ûçmžÇwŒûë¤?{$FãÀ+sáVù”è›ßs0g¥4?„›I‰,ñ ÀiŠ¯@ß]}`EvÆówUfÛŽ+ii{=gùdÕ;-É{Up+: ðÄ­àë†2·Ò=ô+NQM&u‚%r(éŠd$æ +¬Úß/ñÿ M(Õ +endstream +endobj +520 0 obj << +/Type /FontDescriptor +/FontName /TVWDRQ+VelthuisCalcutta-dvpc10 +/Flags 4 +/FontBBox [-315 -393 1354 936] +/Ascent 569 +/CapHeight 569 +/Descent -114 +/ItalicAngle -11 +/StemV 68 +/XHeight 120 +/CharSet (/a/aamatra/aimatra/anusvara/aumatra/ba/bha/ca/cha/da/danda/dda/ddha/dha/e/eight/ematra/five/ga/h_nn/ha/halfga/halfna/halfnna/halfsha/i/ii/iimatra/imatra/ja/jha/ka/kha/ksa/la/ma/na/nna/omatra/pa/ra/rr/rra/sa/sha/ta./tha/tta/ttha/u/umatra/uumatra/va/ya) +/FontFile 519 0 R +>> endobj +521 0 obj << +/Length1 2351 +/Length2 13478 +/Length3 0 +/Length 14707 +/Filter /FlateDecode +>> +stream +xÚÅ·stê55¶gbÛ¶ÙØÖÄmÛj¬&m§±m›Ó4øÒŸnï}×÷ïû®Ykfö>ç9Øç<2"Ee:!;#Sq;[':&zFn€š©µ“…3БÎÄÅÞ–‰ÀLÏÈKF&â`jè´³5t2å°DMÌŒ™ì¸2†¦ÖE £•!€×þ÷‹ ™‡3½±?,™ˆ½»ÐÜ '¦"$® ¯p´sv06uˆ¨É3XÚš;š›2˜˜ºÚš:\þS +-ÀÅÔÁñ=ù{1L,´ãß MMFîqC[G€4ýÿʘ: ­¹å£¡0qq1Ñý. j üW0'w€@ÂÁÎhknjË0¶³}7üëdPq·70ýNðgO®@' €«í»‡õ{U¿;QTPV¡ü–OÜÎÁÜ`hû€ÉÙ híø.˜­‰ˆ©­“#ìoQ ƒ©ñ»Vî ÿ”ÙÊö=°çÿA›mMÌÞLœíÞkÿìl*%úçw +ö/Îü½qVNN.FV&€ég€©›±Ãï”ÿjå·ñ_ô{yÞžövö3CkGSo ™éû ¬§£¡‹)ÀÉÁÙÔÛóOÃß,Àhì025ÚÂþý65û7–3trº´é™Œ¿ÿ{§û>6;[k÷¿Üå mL ŸDd? ‹Ñü³÷ÿy Û¹<éX˜Øt,\,&6V ;Àûïÿ§Åuø«hüO„”²5³pý»wÿÛÒ÷Œò÷ÖSþ^ÞÎ hl + ü¿½À:ŒlŒ"ïOLÿoÖøŸ2ˆ;[[ÿkn”ÿ-YôÿgttŠ¦¶ÿÇ1C µûÿßÁz«›þûî*™š;[:üÓ,ådh 4²5·6Ð11ѳügÖ@Gq ›©‰"ÐÉØâß+þßÍ01u°Úš*Ú½kö{tLŒŒÿ°©X­lMlÿ6™¾‹ð÷¼b¶Æv&ïJ˜Ù؆†î°Œï3³±<™ïwÕÔí_7À@okçô~`ïìä 0³s€ý½e\ÃßÔ¿;Û;2´y¿1qLÌ,ï$ðï$ó;gëìèbøÉÁõN:ÿÑÀ`ôGöwhñ‡ùýˆñæ÷jŒÿ0ÿV„Áä/ÌÊþÚþÁp¾Ç7ùsýÆ„`ÿíð·LÓÿÁwÑþ=Øÿ2ïÝšþ½¶wÊì}¹ÿˆñΘÿ“ý] }[Û? ++5çXÄ}@ò’¨ì^“Œ_dU9ÄÃÿQëðè³$.AYAŒÂÑæSÀ…‚¤µÏ'nȹáNQFË€ÐT8é®ÆéŸÒZpgh¨ó ýÂl¾s!°Nµ?Œp5K9¸;Ç»˜Ÿ,¾µ™=UÛ°Éœä7‹ÞÝv5ÌÊ*ÜÁ—åC‡¬±ÚP:ðAT0º¢«85š±‚ìè÷pÍÉLù2£7!“°kKuÅù)nFmÌÒŒ¶Þ|4 ä) ˆ‰Ÿô:" +s8•´;1g(]¿Ã¯Œ¦0䜪ô· žNÛù".‚§ôÉÿê2o.&L†l$’Å 3…]2TRŒÒA¶"Z\Æ™ªÓ#o*ýׄ/^•¼02ŠYWùE¸=”Ú*y€åÝØöØqm Ê…xxÚ#ˆ‘9o±i×0••Aº|skP[èjÓK˜÷€€3¨4>`G â‚ Ž•ý #Z+6µrù÷˃³>æTu[¶¼tn^ +#L?M¡íá*¢‡UæJéE€Qƒ0ëeShŽ6xý‡¨xǃ­Þe˜‹%ò .¿òþ)õØm»zb Õ¯0šUNòˆŸd å2“/«ápb4ꌴçûN«mÐL 3S‹ ¾d²¡Hü ü1‘ãZËG¾ú’Ï_ìoIó³ça5ëÍ…aßTó‰y®e2±HÕÛ¸`õ_²{eöúk¥‘ÉÞ‚å*è HRpÕñlSµHEz¾ˆmÄ E'ÁÁÒƵ¡T¡·Èøš”-`óv<çXà"Eܦ×,Ô\OCÒh4×ë8аí4ê2£ÓH¹÷-ÿ&{o¤0ϯÈbð'gÃ&ø·|wbÔAž¥YÄ «rŃV9ÇMšLA@•˜Øõ3íOX%ÏÚB HÐýÇ©À*GNÔ‹ŸQQŽ|ß`?¢r¶–iÚ«ïŸNø†áNØO™R±Cœ“¿äƒ¼¶³&%>d²‰ìj¸Â †žg7Yv5t +«‡"„$ˆYPQ~Š(¶iµ\yÆVœu.­ÅìSŠy¡7²UµÌH½˜¥\ß +·Àíƒým(¡màÌ’Ô$Ä!kа¯ Á –hÈAë¹–a~vâ†Õå*Á o½O`k¹¾ê W˜ +eÄßìÍ QŸ©Å>©×tiêlKQAë6Îd;–(~V@r*SM '!ÁÄîݲÏûº+8щtÒEÚКýY2j°°ªí“MY38€d0€fLÇ^ŸÅÕ-gå9Hà ±ö`(~ûus§>Â:áÙ>S©bw®Wؽ5­Mì† ¢¬çý)xŽœnÏ’„{Øqˆ¥6…ü<§h>ÌŒOIÏøA,í"e{|§ðEO@%Z…|Ê…›â@äÎÎ3…dÓÂT&è/¹EÓnBQUÀÀeÖÀ÷¥¬;¨Ý?^ÆÞGÉJ² 6}øW#¼OWñ”ò«ÆÍ0§öù‡Ôü 5ÂtJ´dÄ냭èŸÜNÏ Píº”Yo²‚’d}Tƒ¤ÈSî2ø1V—\]x™ßójv®„’?•µ÷T#Ýõ)°ž4ì"äWçÔ‚R|,çArxá[8Ø‘Ø8}Š#A—KÿJ°Ú‚Ô,âW¾^1["âH‹¤ãÁ´–ÕÚ©­å»-]RK2­b@ðÙ?Ü£|Å¿Øã.r›eÏ ô‡Ëç[¨¬;X‰4§0ŒYE=¿Âh¡8³*Ýý¸ZlIΖÕWŠ ¨~_«p(Ç颾æÕ°ä•»açè×𗟪|«Sh + Ø–n·×Xà'º¦J9Êǘûy£ñfžY¼B¤¢yÙëœÈÆÜM[Šª•›•öÀ â)C{Ç$ìÆ€ºê¥ëÑÝôÁ»ƒEòŒYû—TlBLla¯ø1Ux_ÀÑS/{ÛsؤýFŠBÆ)fçjßëÈKµlð$\vnï0o‰ÒÑ8×6p‰ø¦E#"oWr¿so>œ¼á~?q¹„¥ien½pŠ¨³JŠË2öŽ %q› *‹S1n!W|´È×Æ/q-¦zb›í£Gˈ+½zÂm ˜‚Iüµ#G3x[uƒ%_ +0oð¤¾É¡¥GòøöXðQY&Oƒ}{¡1ÀZ‡d +ŒsñôxŸU|À… +™Nó, ²ý'Ô"%hçwf3¢€*ÑO»D$ÎR_p÷–e•-¯Jð$4@‹RÒNšÌ¯1ZÍÒ{ìù5w Å‚?¿2•ë’}³û¼ÀGøö…'‚®?º\ ^«4yñ‘¥‘%M'Ó0¸M0Cn×ÖR6Nkñsk꤃š ²l(ÁYf5 ÍFí]&…Û”ËHJ½B©¯IŽlÈ’Aç/ú *;Xî_¯  0Þt“E¯ÏÃQD&ËŠmœ +‹LÊú{åÅ…‰Xˆ°%žO8^†°ÎCþË_ëz¼h >µ³Ð/íaÙ/h<ñlê±O~NæBçš`WÃ|Húræé$µtü$øïrQÈÔoóWÈ9P¸8,—G9ðýÿÛÙì^ž¢èx#³.Q¥œú ny6nÓŠ&I&Î r(4Ùd[‡‰8b42H³¦’¾}ÿ .NzÅtL&søW©€¢ÄÜÔ/ ¢¦ ¶ƒ¾-™‰9ù$”Âîëù¯e]<…¢Wy84Ù¢Ê`geê4þÖ`F¼VÀÌÇCESdp5cº¶\mwJ‰©;ë4këoì;±¿Kœચ±¢êä¢*åÊÙQáiГé„)_b4Yvî÷ØB˶9}…ÉF°áÛŠ?ùe† {ìaùq¬ZŸ)³Yz+D ~‘c¤xäcÀ@çªÀ;K£—%:PÜǧ±Ÿ ²(ÊÄ~ÎW‡1þ ¶ßzFèW4ÉH2{sóÂo ½B“& bÂ~ê{W¶ð9n3–Ý´{¼i‡ƒßu[ÒˆüÀš8âR݈¢ve¯Ý÷¬êP$hàFü’bøTCË#‰n 7Spø1bŒ9F`×,ôAÀ–›ö©—‹HòÀ±9â²Ø«_#n€V‹;Â3#k˜ZÚ;Ö˜[ÁbÕÑo¶Å¬„r-F'ÁW|\Q„=0n“ôT@Áª\¡^ó‹2Ã[kzØHºÜEΖËjlJ£•‘FíÁ +9ÒJ­2I¼Ö>/\B#´¹ ¦ÓÇŸj"Û¾òèa¿¦Šä$l­O„&µ}Ÿ(¼¥"Ý­½1<È—Y1ú%²&Áo"¸P&¡'ÿÚß=º‡WyÅŒS-#HkÈTûÅÏþYãÎÕ°åÂÊÔk×Fl7ýaÑ_€é¤¤²–Qí¤|—\]ùIÙ¦´àÅ•CýD¹@ç¢c7½aR“­×Y0êX³ºÖ˜¤8~/bÙUKÎñ+c`™Âý“ÖðmÒ.ÜkY eËÍ5µ"¼²pö•= !V£îË„¦­Ùvü2·'Ž?ÑÐ÷ÇFVE÷\¡»Ì¦®*aëvØé°°£™^<ž‰5 6dã/iE—v’"ÐEß\Ÿ$Ÿϯ¸»öõA½†LâóU—ñV–ôUŸ°Óø¥+f9ÙaÑ…Zº‰ø•6's¹$I^¹à²‡Rá¸*ªèŸýuP±¾ÏB¨ò­$j³Ñô’tñ…Èh9 =Ü!PO} ” Ò˜ä)žO*ö-n­jß ¬iëUÝ<Ÿ0(q"âì·1×M`Ë4W⟫Ø{ü°&íÙ[ÆJ y-ÁLp ­vãÒÈØvÎõ3Õ—¶iû`ªÇ$f ]È3™çtmláòŸN^æöÐ&uĊLjkTIYŠ¢øU̶K‘ÅÝå!]{·´«P¡éáYdÁ±¬•üÈÓ…sìŽûŒt#bêåòö6œ­àù“¾¿¯Û<Vhû$èl²ÇGñ üËï`êoBØ"Öt¬OE»¾!—¢·f*ŠúšB’uHƒ¯(&ÀQ‚}]Pa¨B¹tˆº}/U„r`s’2¨-õQË=Š‰[B¤rp+"ôüB=9µm,œ®¬K„su¥8·d|¹ÃþJÄpÄxk3âš}ëá±#ç!Ç'™ïZu§Køp®;=ʉg.ürfÛ’âþ.¿‘ȺaÂãï.ôí©Í/‘Rˆ,bÙaYXàþ¨™M}c•ŸÛû·7?è$¥«ŽÞÌÛÖý¾ä%(æZøM«c%ˆß(Áó:¦;xA/M^6½MÇ®5@˜#Þê’“j":¸þæJZâÀ"›àw¬ NôÅvø·Óh…€®]¿‡ŸÿØ ž„Pßûyª ¡ÛÐ>·EóÊûÞñ$î› W ·MPÀÖ:ŽÊ"GŸår*ÚÇÃÏ@Œ*—ŽorMÇöæCí¤ùÉŸ÷Åõ r“f~tÎòYŒÑ‡ÝÉ9í¹Bm1s²YE®”°ZÙ”z…£™ q|+n°~be¿>Ót¨f +\¨ÕñU3[Ô«>×±‚x@CîDé•v4œ]ߌB +–€Ý…$¸xâã!“ªG‡  Dmßœêú¤ß{™Ç|| h wñ¹îœàõš½“€­•%ÎÃùѶöA¿ÿlÍ»ù8 m3µÁnÛßØîÊ|4ñ:³’ÈœÜeÇ™ ÿLu<–û¥3OÖ„%¹Íå›–™Æˆã-ý=2Ù}²Ž6ÕëƒÅ- +æ¥wüt¢Œ¶²ß¸q7o†KSžÏ +$”Ÿ¾§ÑTf´L°ÿy–Å=åფçÔ[©“4^Zâyj@jìÎE³$µé/mˆdýÍ"–8†ÀØõÀŠÏæ¡Ð°ÜqÒ£÷ãA¾¢¯ôk±m£H©¯r|íq<Œ¤7‰¼³5¶oóêÑZ9šH]-Ûy~‡òÑ @oº +Å´:˳ÃÄ`ðÂeù¾‹í-¾|J#Ì/¦¶+adi™áJyŸ¤¶u]=Tó°º_Â༿ºf— WµS_ô­Þ2qb÷Šy¿ã­ž+ðÖeµfÍ݆ž,’8²‚cÙ;>ŽŒ]~Ûƒ\ýW¹Æ›ý–ŠmÙ°&¸A>‰o¸ªAX"ÚíRÿIíÀ‡á/qqI¢«AÍ—wú#ÌZ‡””Ûù¯— @¤”¥ü +h|š!&ÏõÂýàH.!î[-¯°ºòQáWt΀¢lBZo?Xšƒsæ¬{oí–¢ +ãc»Ï¼A%‘ÖµíêE×l•¸7*£Ÿb0'Žê§B¡‚˜Î$«Ç!àŠð¼vë‹û.f"TYÂôHgØyäYÑFëÔÀ¿i”ü|œØò¢BO¤D¾üq¢¼%xj?t—pt8“lXÀ@×%_·¹béï6Uiü J¬«]yUTÉàAgø!Ó0ÄrøIœC]‰þøžz¼Añ;8z›n/õ/w‚D–úìj'©J¨Zæ¹äÊFÜ–e0„`ù>9B7ªãlÛ–’=Ô«ušŠ‰ÝÒàk¬ŽüK­ˆã6k‚ÈùA»‘¶ñ&Ió†|ÎýOð4Èû j•Ìô`]˜”T¹ Œfkðªàw|Ì:@Ì ¢‡æXm¬|Ìôû4ü­ žIš(ò[|»‘Wæ£ öª¿³[;ÖÄ¥Žh{ ßã(Iq°.êZ„i§(Øš¾’/­ì,@õ6–¯y|æµH¦å¶Ž…ÔiÞR…íÏp{­ÙÜŒCöúÏ`­—‘d)¾5Ål2u (,±r–9_~ø,ŸÏºE«ØÉœW>H~Ýw7FË  ®`ÃéýšÙ ½ ÄIŠmpBÆý"ƒ>Òz5O¿ +‹e¸cdVYö¬ò¦ëz›#ÿµ®DóÖ‰ ;j7zïÙeîm‡WFИj#óÍ̤dH…nyáÉQÚé‘vžuÙXŠ•@8‚9×`öS5@ _é¼±‰œ!8°›µ€8ú,Ve“$nb¤ç5™a«ÁoZŒ¿j@>IV.¦¡Ë¾@vÌé6Ïð[V˜[‚Ÿ‡„Scæfk…,<«³³]¬Ùþ—}þ•º•kÊdctÄYÐÑHÉ'jµ“Ó­jÌ?´\Þ|Ç7«CÀc®Á¥²Aeo;#üâ;ùí°óÅ’`fÂìˆD¶2ëNB‘˜ú°&«_#âi‹¥£úú5þú +PÀÔN‡®Û +Éô¶Ä·Ҹðy„‰r¸&9ôåØ´]¡¼1q +è-rÙÀ'˹‹æ[´É2†ðnã¸dixy܇v>ÿ8àD·lŽMýÍC㡺D?nI…¨œãðMÉK4Ç‚Û”vhqF"|„‚P^{Q'ìüqâÉÖ1¢ïtR„—ñÚÈÑÍÝç´;î]2v]e«Û$Öã¼U\hMŠâ¢Þc†1¶ÕŸýMvæÈsyç°¬à¤6}üŠÇŒWY52¹µ!3»ªøõyÿ¾’M~‰š‚VÛ!øÛ!›¨ÙnÔÕØÂèý@ÉžžA²#E»êU£¨~ζ÷ &ž’\â*ÖŒ’öð=pAl¦ƒrÙÜ5ä¥H€[4Eý2z¦$ÙØ6_?™ìãéSšT¡iVbððZæàØ…¢TpùYž«Ïà+R¥3Q¬2ÆfFIVûVpÆT)”)ؘõè•w›ð°ù]ÂÔJÑZN ‡_o= †Õ¡6 a /Ù •À…ׯ—›jŽ{L¯o—Äý'ë¾LZw-óÆý§˜–(Ë.9IÝ”ZÕæ½Q²½Ñ\S ÆÆÂÌØ#§A˜ÀéÅl&ƒfªDUäÓ}æ`ÛßúŠÒ{ÛÈéêÊžý½QA9Y&(¼I—Dh™‰§ w5©ó£/Ý!X*Í‘Mcží2­•ÆpGˆ;y[RPßZŒ­ø¥…ÌGåÂé;¿1†Ï…lÚ«•']†‚³ÏܸË$73Uûóë‘ ¡úꃕ•;ÇY¯¾áÇ€˜ÂÂN¾tȘ´ Ò܇ÎÙÍׇ•KÕ.þÏørÞÅ×F¹š#MºJàêþ»®fUÞ<”Ñl$WHýP‘ɽm곫¯=€ãØmâô +jžÒ°àÝ Ÿ +yÂÓ íÑÑûd( EüÜ‚ –"¬"®ÕVé{2x«CÆîCMGô§äm¥¾²ê"ÕE³QúÆÇ¡´’ ¢#r-&a‘÷6ØdÌÖK'øóú†Hfã!/Iœ…¾,«¥‚£Êgâ|Ív½”E ‰·þ”â=ØaµqÆÇ?>tí·yõ‘£Jªh„FWóµo>ç™K\…ZVÉ`qÞ'ON(Ñ_g¼Å*ÖSR;û±WßO&Êî ›šdáÜƽx[®ü}UdÊ—Û]øD0tëFb*ûr††±bÔn½³BJ¸îºú\í™ZwðAn´W‰Æ_AÞÓ)M–cÁî{{éB|v3\â€ÁÌ}÷Ôœú öèSTM«'âï+Ð W +Ý7Hø±ŒÐÉ‘æÃAæa0ê“©Ss–Ͷq±”¬Õq‹¸d§6µu}`«–Ò™$ÂZNñNM_&&u-£¦Ÿ­HN²ÂQ³ò?‚;.ŸB +ÈËoøøú:¡¨¦§Sµf–ÊÅcÚ~£¥fÌ(<7“ïåJ飦…¨,~O‘LBâÉ&¢;NA&—TC_Å[i93GpPæùQè|XËdŸT™ŒÒé…Éü ±´Ål]Ž…ž(7Y÷8‰S%™5´ˆŸŽqO^<‹5õ½Ë)£šóçxÇ8OûyÅÖíê›*Û!¤­F¥_€Å g³°O˜¤S Éñ!– ¨>Šìçaöú‡/=$öuV¥¡8'öSÁ0ÅŽeµ +!Ò_±òNfòxüÆ|ÝI«$!ņÊl{Ó¿àSµXÝiý³¡ýš% +Àjéøˆ—H»æ>dÑd±)-}‚´›r´´ÑwQ™¸š¶A’%Ï9ÝvW⌱—cž!µÃºdP2ápF 5NL¥\¾£@íÆö&¢V昵d†Š¦²!;ty$öœ?ÑŠ y®ŠAdÞYæ¶:÷ 0Ž!tAQ*ù¦üt­ƒ$ÈQ4Ë +‘±‹,VO¿­’MQ“ö³ôµ2“ôþ’÷×>ï/‹iÞbíî.Q½´QþãÒø4M¸9o—öL î±r¼EÜFÈŠ`l=Õùð¯b[€ðUh·zˆ‘²8Î" ¤×CëÔ¥ W23»~ySª·"ÇÁNç†RÄô>£”ôm êx ÝcbAfäÃ×%rìÓò±•-Õ¾lUNã( ì×èG{Ìöæ9ï¹Ï ×:j,b•$.KÇfVTZÂUKsÇɺ_ +UÑ^WçÄ4é°!Px0À%¼—C³G¬Ÿ‡†ºËpîv¨rVtcvõŽ¼"lÓ:I×»Ðñõ?Óz¿™p­ _0yÄì‚É1ì;€4©Ù~ÓH=Š™.äJ¹N,à Š ø!I¨+󉬟E{¡Š9þ5yã\øN¬·#ÎÕå›ùOpbñµ¤Ð~ãW÷ÑæÝÄͱ’Ñ —–F©Ölû#Í…ÑOªè9Š•ÂÚ¤ü Í¢1Ÿ‹pR_ž1‹q’UѳM²Ý$Þ§> £ÎÉa *1Ö9@oL‘æ¬tœOïܵ“+°\øÉ›Ÿz<¾|tEʶ1Še^AAúQ9$¥7Á.Çp±x}+±o+w½ß ¼¢GlÓ)'®ý4Õ0aRÀ¨´oðÔÀ±…ÚÐ?æãR™{åÈëIûúx[„¼­g[}«UAÑïXéçœÕ„Ié§i>~V$Y]mQ}²šÇÐù6L2 •>ˆöäh˜ Æ‘O”†£>…MžüV*1û×ezÊ^õ6ík h°GóŽ(ÅZ"¬å| ZÕ^ô~kÅØêB?ÆÉ0c"áÇ¡ÇL–˜sM7);»à¡|_ˆŸ[›É‚’½mXµå'êqˆ +óƒaF°Ãp<Û,2Óþ‘ö™•žÌȵ·â1u²ó +=÷ež¢ƒ ûv6Æ‚›?®šÚ–– è:S‹Žä& ÷òÝÃ󌞷µõã‰}+š—I÷bÄ>ïS¿®M0°G!Ç  ƒ-ɧ—I0Y¥ãPbG¢äb-L–ü: + c{ÕJXñ75 ÎÈ/ƒS"tü`ÔèêY­Y ¾÷•^…9˜‡ÚPb~À× g®©mWMî]•îS¤Þ;yÖ¨Ñß²y¥ÇÒHÝ1à!X¥fÿä ä$••IºqõtwòLŠWeÆ_ñ¬@ÃåÅg’ž[è½û®¤Á÷H­Ð(¬Á¿é_Á—‰ß„Sêìlê Æò@N2#ƒ½¼œ¢·~shFËé­s{Ý¥Ù‡¸WÍ›ãëâ^Ú3q®n%àÁT)Š ïgÀ®eÕÓBX‰7F ì¸z^½â©å®è?›'½H]ëÜv¼‡ÁS{>xâ€ÀÍ9ªÉc“ɼY¹-Ãy"öÒ)>MÖK4v ßÿ¢ˆúã˜Á”\ç Ó£äÛ+7x1ìΉŽÝ ­ˆs½Å)‰Ëâ9Êù[ˆVÙjeŽ„f\IÑâhmÅÌjüÁCF÷N©Lrú<¯oÓ J½#WºÜNÁOûY<ñmœ¶ÍÜ0¾–«LèÕð·¤Â««¯Æ\MNî_ŸV¬´a"[j|uP¸yEˆR2ìL›Dhd Uˆ.C(ÀokÖ{dE™ò¯PÊs[z~Xœí¹D‚9ï†ÓTŽìö´Ë +2ænEÒvz ·'&Ã5;h&¿Öýüä_E’_>‹¤»«÷yIÓ—ZV¶I¢ŒF8s/vÈÒÄÄqî³ý+‘|ÙBàLJÑL5Mm㢶Küª‹a±Úî[#÷ˆ…HöyŸ<Ç℘ù!|È¥Hîµ%º`dÍpHøÔ«/PÌ­½ö«±]‘pœ¸"èd燠–ýYïf#GŸðµÈg$éxX¯ï‡=ņ÷.ƒŽ“ºC9|«*8ºšý&J™_t’¹ç¯¢#~]EŠ$nß+etYm’¼%ù‘¦Ì)¾µ˜1kÔmã:ÆÙ7EÏÑî1œã ªy2ê»+€l*-±QºTb_w˜ÃîlåÇ¡‡´={/>º¹Ó_ê=: 嵺BüF6^%õ&«ÔK±eç ax,K°oWûàiט°“ '×±FȘ úÒåb ùˆ¸Î6€©.¨M‹ufZÊÊͯçœbÊ¢–‡Pg)è Gí¨Þ]!‰ÇPpªö¬Ä0h¬éíSŠo½Q¬’0ºãâ^÷,ÃÀ;°ÎA ÆLlõ± hýŠì¦ !lxªŠ ¾/œ°N¹|¸ó£ñ\Ùs›­OŠÉû‘~*§¯°×M¿–à—þê|V¸Ûû±z¸{Ê”F">ƒáÆ«BJº†ÿýGN #•”A[‚ôz°‡»k¯× nGs fœZ.vºÍÕöü¯$O¾7×ÇÉØÆ!J‹$e^`nK¬² "g}Š[y|eÉøÄk+Ñ·m£Æ ý®hÖ`žèát‘{PQÓUõ$#!+G=šP}M¯ö~h†AYtÿÈWƒåZFÉŽj {© ÿÍÝËÏ¥³ö»ÞçIуE…{%Ñþ^7>ô‹%QîE‚‘ND )!ØM­†mX„“¯Ê´Š*‘ö5a;þÍá87‘Ó#ñè2°¬«1±S-eh@ò“ÞxP1t ^ƒüô¦v¦Ÿ¦6q׈ôŒIÇCÝRëþ;xúÄjëÌÄúR) 6upº8dÚrÏùí3ÍN):l£ì¡Ça§^/ײ“ER(åSo%ÍZÑY\Ž›Ø³ô”¹¹V][Š7 ÝY,kÚ-O÷¥ñÂˤÑæ(8¤ž™E>ü´Øßì j•Pe»'EÅó¢´ßm@íëoýJ÷€Í÷!}¢ ì⪶E^Z9ˉë ‹ºÓt1>ß÷fÍ|;:Ðòž´:ñGÔ)²Uà¦&‹Ý4û„s«E¶2=.ÏsB©ÛËÍñZž¢·ø‘6“‰±XúÞÅj·2)v-³‹MàÖÚg&2P5Q~zv4.NñÚœâ ;È!m~ᓾGgq]›Âl#[KhÆS_É×{Ü‘Àãúó^C×¹æîÖÅjó”ü¦ä× c¶ÖÐq •Üˆ¼§7½LðAò”˜”&J“Ê ¶Å³'hçÊ(ÞŸ•«¾kFª|–?ðÜ>ùºëÜQ!~í ãÉ¢òÒô•l¸:b$iøPø"û˜¬¯5à·‘Ò̆µÒY!š$@òò˜ýõÕ´t‰jEŽ¼!X*MÚ4ijY'—Øé#› +$ŒMã"B§4äÞ£ç­p +G^F¼§ú3 †‹ºo%€º¼mÔzÈ%&hÊѧ!&Îë0aôº…Õ]*¡ûC1á *ñª¼~^ÛÀ õóâÀõ®²Ø Êø@Z¯ÿç)¾SÖùÁÔµ©É7Ï_%­úx1’Äæ7l|÷Y’©]j¸ýA<(‚‘½Aã~ApüÀMß& +þ»ªk/tDòš”óŽó½¶ˆbDèk ¥> ÜW¬Ò­©|K¡ŒûD+8ù ßâz»»ñx©¦cÃùdÎÎ[R¼©§ÀãGŒ”9QßT´¡÷lâ‚Û òúòÙÒ¨­·Sá\žtàrâG„Ãgîs1¶}€ÓR½¸Ù±hw0éÛAË:fC:¡RÕà«Ö¶æó¥=ì‹TVÁ)%¡q<²¨ G_ÏE\“¥¶¼­Â¨Ç¯Yë(/žÙ6nYÍ(›mo§–`BtÒ#m¬›sØO#’\þ07=¸ýÏ•êB‚õË&ç ‰myшŽƒÅù’0Â2ã‡h ÆçÙÂb¿™@F]òâFB*½éÀy 2´ð‰^mW”$ôæ|ü"²«-GµìØcÒ5öÞPØê»MVý}ÔéÑ;"ž•ÊÔŠÖ:±óEÍhlñÑ¥:½Vg&aÕ³~C½¨ ýçÝqÝ>NØ) Ä ƒ—R¹ŸÂ[ÓÒA…Š§ÛÄØ]6Z…x!9¢WšæÈ/ƒÝƼ%q³)bòoWwyOA!20.™¢µæÊBÝF6rQéç%/›ÿ˜ÎùX—%„wnõ ;¢j¾þ$¸`*òÊu©‰J[&’6ùýì‚.v‰âµ£ž® Nͯ"R³˜üs™ÔÜeŒI.C¥HŠÙ–9Îì]>ƔדúL :<‚SÜÔäçý¥ª‚uz:ÎW?Ä 8²§Û3úÄIÄH³Vë Ãyêq2½#â•ÌÝjr·põº_X)x½‡½Ã/«j]Z è‘éð0ç›ÀçU"ÁꬥÈ"yð4É;c¼bOÜ+6}{ñ]Dð4mZÒ­s‰—A’7Pôœ€ú™:‹Q7ÓgÈ +yfÁlÞIº]ýÒJÉìÈ6‰}¢²Mâ%¬Þ«mV×îƒã…Oíôv)Îí¢&¹#ýœXÜ{ä}lêC^«LBÁ!«#» "´õé;οÚÄncJ._2ˆ$> ‚=-À7‹”æ¥`ÈxnÆ«áÖ¨ –k;ÇØö>úY:-vJj]#•Ý~n:9ùdÄ“K-dÌö'¾uÆ~ŒÑ2,®ÅëÌ+çŸEæééÍŸýòMOWçÚ2fg˜Oä0ã郳ÙÐè:u`V¹µŸ'3ÚSˆmæN>˜â;U^r¶£d´ =ý‹ŒVQá}ŒÖH‡—»¢¢»ÔBòüø~6MѲË/eڇűâ©"!K"3APgj0ØUƒnVHxu£ºJh‰†íÑâç +ÐF373k®{tÜ».ÕƒŸ¨¡1Zvè[ïpD·WØV}xŠ_/„ðVWîáŒÈ½ç;KO.ú(3ÕžµCݯx¯8…¯¨íâ©éîRh/¥"P†X<«š´>nøöö‚:LJ¿J¼É{nÙÿÉlŸÂ&XW6çÛë¬Íë¡îH@P ¿!ñ[vþè½Ý®_Q rÆM.P£ôÚ<©C];š÷H«ô ù%B„šjboÇÙ$aŠó:CÛq¡ÙG·Xaµ¹Op.txXD¨à}{•uûÒŸ:¢£Ê}!€cmö}lžûÅYe;6$X ®»¢"TU–#4ë•$Œ.Q;©œÁ¬³W‘Æâñ¹x«dÑ`2…1ÊD…ÅÅ,ô$g} +…PÑŸ¦p#P¤èÏ7êÝïÿU´nCkÂN³}“öC#lûÙûì°]ÃÜ“AƒRø²Ééƒv¹ÀTz`N5%VËÙ²b¹>&ÉPØ'žÊ\ =$xµº<Ó‚Eæ*'. Cm?¦D•h ‘»Ü·râV¤ÇŽ~‰‘œžùy¥Pnbës¡ÀÆábØ*š[®å±Øùt&ôKŸd=²Ì‡ Årh>x.~˜<“nãªá9‡…´>+·Þ\Ð:¾ìU Á«wÒñ7è *[I_*br…&GAˆ¼˜=ØEïhÕO-Ãíªy*j;G±‚á_E¦{;Ž]esÁÌwæ-ó`hqKÊ6XÞ‘®9RBÿþy¡”*„@#Þ줺G§Ž=ÉSeÓ wq|ÕÑZLe=äϚ¦]PW˜ñ©GFrçÅ3!åy7™œaÅ¢cÀSR› ]H1‚¨Š5¦ëÐ:êxù¼K¬[´/PWÒ†QY\3uVLt#š‹4—ãæ‹+…`†ªü'Öxq©G›àó:J2 ½C}­üÌi0€èzüœW*ZtãìkÁAç£íB)åa§ä´òK·pTŽ¾88TÖ³¾úSw‹§<ÃÜWuÎS(%>º‰kòsýÕ3³¡S9$ù:’?rGäÅ–ë‰w}ñ?6ºÂSèæÿ &„ +endstream +endobj +522 0 obj << +/Type /FontDescriptor +/FontName /QCLQBE+Velthuis-dvpn10 +/Flags 4 +/FontBBox [-315 -393 1354 936] +/Ascent 569 +/CapHeight 569 +/Descent -114 +/ItalicAngle -11 +/StemV 68 +/XHeight 120 +/CharSet (/a/aamatra/aimatra/anusvara/aumatra/ba/bha/ca/cha/da/danda/dda/ddha/dha/e/eight/ematra/five/ga/h_nn/ha/halfga/halfna/halfnna/halfsha/i/ii/iimatra/imatra/ja/jha/ka/kha/ksa/la/ma/na/nna/omatra/pa/ra/rr/rra/sa/sha/ta./tha/tta/ttha/u/umatra/uumatra/va/ya) +/FontFile 521 0 R +>> endobj +523 0 obj << +/Length1 2386 +/Length2 13154 +/Length3 0 +/Length 14387 +/Filter /FlateDecode +>> +stream +xÚŶuTÛkÓJ‘B‘"Å5¸»»ww)'Á½¸»»k)RÜŠ{q§8Åݹô¼rzÞ»¾ï]Y+ÉÞ3ÏÈžg~ 9±¢ +½° øP r¤gf`⨭Í,ä¶FÖô&ζ 3€…‰žœ\Ôhäh‰9yl1 1€…éoØž cd´(Z8Xøl™º;1» À“‹‚mÝì-ÌÌrU…ÅäU`'{c @TUXžÑÚdæddd4:ŒÌŒì-ÿ]ÀhïðšüµfV:€ñï„@À'7€¸½È Íðßê@G€‘5àï|T¢ÔfnnfúßåÔ@st€Mö`È âƒA¯†ßaÁU7[ €ùw‚?{r±p4€]@¯`ëת~w¢¨ ¢Jø­¢8ØÞ 0½`vr´°vx•æ#ÈDlc9:Àÿö³°¿jåÆø¨mzïñYM-@&¦¯a&N¶Œ¯Ø9¥Äþ}æ•‚ÿ›3{•‹‹›•´]ÍðWc¿ѯÅ~ö°ÛL¬€Ÿ-L¯ðFÎ@€£½ð³ÇŸ†"xff€‰…±#àÐÌÿwôWhú/,gähoá +Ðab`bb0ý~ý÷›ÞëMÀ k·¿Ýål€FYy%iieÚÿC‚ÿ:‹ˆ€]ô¬ÌìzVnV3+;€›•ðùŸÿ+Éäø‹U4²øw¹„”™‚ÜÿêêUÎÿtöŸËGõ{¨ÿ /v´0¨þ¿¾ÕºLìL¢¯oÌÿÿÜíÿ•AÜÉÚú¯ñQý§d±ÿvüÏ Ò+Aÿ¯ÓF6Önÿ×ùÿõÖþk¯•fNÖFöÿk–r|Íf, 2³è™™Xÿ=r q W ‰¢…£±ù¿.ü.ˆ ÐÞÚT¿J÷{ôÌLLÿcS5·0¶ìÿ2_µøgÞ c°É«àv€‘½½‘<Ó«Î,ììfÀëæ]ÿÚC#ìøz`ëäø` +¶‡ÿ}Ù¸9ŒF¿©¿û+2²yÝŸ¿9fÖWÒâŸ$7Ë+rrp6úƒää~%þÇ‘ Àøé¯Ðüóëã?̯Õÿaþ­£Éߘã7ýÁp½Æ7ùsÿÆ„àøíðÌFàá«hŒÿì˜×nÿìý•2}½ãÄxeÌþˆÉñ*‡¹ô‡Û+óGŸ¿¡µé‡þÍ€þf~ ýõÇÍü/Îá-¼ŽÉâoÙ_Yü™~ÃvÀñªÊÿPÌL¯Xþ1¼×‚-ÿ‘äuVØ_sZýag}õ·røÓÿUhë?ñkN›?ðëS”ñÏÆ~CПö×NÁÿS#󫮶âפØY^K´·ÿÃÌýÿéÿZô?j|÷%™_Ep4bøûú¼&püÃë·ÝñÌùÿ#Â+ãô_øÚÔÿ,ÀkWNÿK1¿Jåü熽:¹ý ÿc¹ìí_ÄÿúexÝüÿ`S‹×g è +4†_˜óXV´ÞV +ã¹Ðo±öp¨]¿8±ÁGZ¿Ùd€ì–Ƕ*Ác˽âJÌS6¨Ð’ƒzƒ÷1’ÓÅŠ[¤íC ¤d(î!C Ÿ<â)ÕÄSnlvrö¾¨[Ÿä qéµ¹€è(šJÛàV{wÏNá-ai~ù;…½YjnÌ{¿cIk/%ž·ÓƒíbL–~ÁÉÒõ“w”ÒÚõ‡7ÊÛÐ gf{Eؽ§ƒ$à«O?ái•pò´v°Ü›m1½¯´Íg—9Èk”ÀVÂOY “¿#Km +Vsô#{4Ì‘é]ŒˆÃKèKöI¾d"¶úCê'ã´Ó\V4tœ¯àÎU(öÒ\b«N‚HdX@wäÊìn½•óÔ–c»v®PXůå‚ËRÃꋤ©Ÿ LuŸÎ ¿._6 mz».Jöc87#ŽsG\ñ+qth—6…‚ â¥W¹3‚í‰k —Û<Ü‘r‹C:ìT'£Ûè.¸¼?H21è+ŸÍn­ñ¢û^ec!zIº}_éBÂ~‚Çr(DŽ¼.íÉë +ÐðIŽ¼K%¡LB JÚ[fsCü1m¼Q¡2j ü´»S‚œde6mgGüë!H¼ß~àþM0~É= óN†ôΰrýä% ÌœëB2˜95¤£t“ƒ(/OSª~°£I±“‘Ô¼ÞN¥"›Ì†žÂ©´è .óàö +ÿt©ÅºE|²Ä4FÏ#.Q)Fì}è‹ m¸¨~«6©šLȶID¹C”ÏOø2%”}‘™†ˆOøs½Æ3æ¸[.0ˆ¬÷­=hzˆ…‰"‰§G¨H‘pVkMÖéVN¿©J9B0†LÛá1ýFÅžó11<±\-‹ü]S&›óXÁ_ +1 îh¥A1«¸‰u ™p5ÎÆ@'É–÷Ù*ªåìÃwú{`G¹¤RIÙ`&J5KYTxLœÈð:ÍØ… gõø­’Kâ‘ÂîWü©„ÄÇT³«/<ÃT¤^¹a‡N3„þs>Ô{–ææHD™_ò‡§<ŒPÁ)údïÏ¡‚™›Ôòâ,iTøWÁ*zço|ÎX6Ý{HÓ|û˜‚béÐ"©²ÇÊDáU¿Vu©Ç™ÚX*S°ÌÛ/|J¾[ª?•7Ú„2L¾6…!Ç/Ô|û™q¸Ó†xÇCÖÃ)!rÝ©†¸'/˜VçG $ÜÌ'u¤ÜAó¸èQãÜŠfyDTîÍó4Ç‘›©òõºìQ #vZ}ä"Oª#éêñÕÕåлyŒgÙ&¥I Y=ñzÁ}¦)w.Él«ÛŽq“L*Ôh°ì5Ù{ááükŸg©a„þ/Ú½‚™áyÞÊ>,:^bðù9‰Ã— +Æý³|¢ïQñИä›ÌDrUi犧pßx2ä‡q‡ðG™#WýÆ7ƒMÑzùb¡¼å‚aw´®w‰võã›?>) áª«î)äFÅp–ÞM-Ù؈˦ŒeøÌQ° «7íG˜a{Iò‰×ÿËÜ––²åRÎUiàOok2ÉÂÐì}¡<ê&á +ut×ç+?í14ý ñk¸ÃQ¹ÑQ‰¬_½FÓÂçOO“µX2‰ ]'e™pùê°NÊä„Ø)  Þ. óR ÀêÒï5ÒÑ$¡øûM¯ú8øçõéó”-”'³Q—‰¤ºÜw ¸”ý¢z”À/µCá¥@„ûþ³wëWËt?ù·£ç!²‡;*'6k.“¦4DÌKóvBfñõÆ´·nšwšUÐo>Òï™Á Uhç2DÃÝ4xJì ÷}úø~IXæÍ·ŽäHÿaáfÿ·dÈ¡5Æ›õªˆƒÔÜ.9“ý´fÕôó<Ôw°¥Ë}_óŸÜBâö‚ô;*ˆ•£ˆVQ4Ë”&îŃ€Ã6ÏäøÁü½4Oç¿m·›06MŸðr¤ƒ„VÙÄMË€|œÏÉŒ(#™î˜¹Û¤ÀÉ`VJm®ú.H?Ýš¯Ùkøå.ó&²#Q­P(S˜"ÄŠÔéç7·ƒRœ¤&_ôLN·úå;P4¿ÄxMódÐ¥­:ÝCöäŠ"ÐkÅâ,¡Ž°‘Û¼gBWSsžÃ!À`_ñx+1PYf¹µÅÛb¸ã} +.ñªˆkœ<²å´â‘ñ/èNJ£HeGø¹û§­–¯Ÿµc«4Ìâq’é&P–\˳®óXѯGzxZDI¯åX M Uì–Fz’H^@o§ßé–) ŒËQL~¢~“ ”FuÓ½1„(©å`úÆE3×þö jcnÄພÙý2-=K&„É[CŠf6þç½â´Â´…m«nx¸â0>ÒÜféa¸èG7§šÁ—;F >8,F$J•ˆG¬oU‡`Ãò+¶^M§ÄÙ’«Èмk6ÍPŽÎfÖÍ° +ñ™™ÇÃ7þk,6ž…ˆ„õú-m½‰´ýQ9Ãz“¸^ï§ä?]}Ñ–‚ßCžó}–%㶪^°´CîS¯)fnФ{'ÿF^ü…’þÛ7eס  bⲈæhKŒ8r±ûF…èkûÓ–­•ÇaW¨]ËKǾQÒ`ú=&¡*«—¬4ƒÌÌñl=¤td-cö·lnúƒàEžYö÷í7„ÞbúØùŠø¬ßБ7 ³Œ3Q‡Ì÷i;UE§Ý•&IâtæéûaTÎØ÷FŽ§%¨´®öp›~ø(Výk£ˆàÅRTäZ¢Ðõy®xŒ> _£Îå&}]ÌÈ\Õd;DÐhûs-;þ눈—kCcÛJ„æ‚OØ iq+˜#g‡¡Ò<Ý: ,„C*–ÆÀwi­½ÖtæR†;ïË;øÒ7fYŒëòCtÍ +dGGc4 V0˜Yµ#ÓC0aiUhtÇ.ó¥Ü•µ5•)+dEŠçyw4vV×yíy…ã%æ§óJ8»#T_l‚º³ÙÉÜ çŒÕ"Å{—Á?мxÓûXÉVáC‰ ¤)%)ø(ë97 «c»UvOØ´b9ºß¿û.ÕŒž@iY'hKÕÝæ8ï°—TÿÖ»ÓOý‹öJf–"rl'ºS˜"*kDS%·qv}qÌ®°B£-KeFÀו$y%]C/ñp¤N›¦ÓYG§±*«ƒDrHbBR¨sƒµO%c/¾®WIH^M̳É×Ysƒq2àP¶tñTN>¸ÄhAŽìyj_PîñjÂújÈ„‹ì‘ý’GT0QI<ÕêÃŽ•òáѲ)—ùàý§tãÝUEY+ ÓQ¬Ž}Ñ5£ŽE„™;¨¼è·&w/»«n‡=Q¡Msbdþõ% XÚñw}Šcä`ƒ%…–;k•¼ß­Þ}ý}a}žˆ‰ŽwWYã_ÜPòa}Vï¥éÊŒ`‘¸R-ÑVô¤…д¨77)ÝÂÝ8ãQÙì(¬þÖ¶ÕêkTÞñ~0·Elƒƒñ—În~zü:2š:ñë§G¼E%HÝP3 cÓÉ;±ÍöË"µ¬ÆÂL/”¸‹y‚ô÷y|ˆÙ™*R¤„u¬‹­T™!ŠÑK±mq"vöi8rÊq܃œ`:‡ºŽg{nªE2ÌÙâzl2÷’ú¥2=äÒâè‘`~˜¾à¡ŠÜØMŸw°ÿ&÷ÀBW˜Ì˜ªeŽÔäCPƒ$yÙB†ly\ü€¬É¡KÑùÞœw¹‰]ÛV¦¾t[T´ï ýÍœ'ø›«h~ž[zíCQôñýÜ®SÇÄ”øÇFŸma4ÈJ†H\»2p¶M+'ŸåÓŶ+ÒH2Ôú ›D¶Å(ñ2EÍ’þÞ Z~¥˜5YØ|„Ï:»žþp¼ƒÒZã +±4 +YÑýÊE vG¿mza~ãä žÓIK2…ár…ûbóÜr¡ª®L^þÒUv#G7É‹%åò­@Åí>7—5Ûýg„y3cíUê-§¬'–äù§>úÌ]C¥ÊºÊø¸ô8ïx„âãïºåÛØPy¸ŽáT¶y\Z>ÉAý î^óSBÐöAZ9׆ŠuŠÛwŒqG´‘åÌE<ÖÔ ¡"0Bk;#B@¶I:|}o“/èéìÝd//Øãt¡b;#5¨!5oŠtcÙ¹‘†—Deú«žÂÞ¦|ç.Ö:Y›ÆO`p£)éC¸¸6a³­çÅB›|R5ý̉ 蓧š=<Édª²‘h*ô*þèüpŸ¨ÿC‹Ó„h¿ÒSJbü9CÝOv½*"³hv'N¾ZGÚ7,KkÞÙë Äí)Ü«‘;†)£Ž‡Â×W f†²Ñé¸2—ô[^ÃÃF[A{Þõ…?‚ˆi”?nBk«°8>¶ïò(âê˜s[†o!qÎ|-&þ S䘪£d™sG¾ûØÁÏ¥³PÉ0™¬äo(àsÛP§oêxÂoH“ÅŠ3O Xér=j° F#Ù—é‘ËÊ~á³½ô¬hË+áÂȵ;ÜU-…Ùt¾€¦ƒj¤„]’KáýN>im»¹"«°eòs¾£¹È¬†®c8Èï\©ÁüȸûÞ ZÜ9‚ Ó¹¦í.i~çQl»Ÿ×uHzÛ½yºS]´¢Í惌z„fg†=äöEœ£Å”RÕÛ%>÷d™]‘Ë«(­j布2Þ}të³ÙìÍýyn¢Æ`žC!ªb¶öp›§ð]Û4¤†|¯uušªÂ”)O‰`£M™Ùº&·ü=OÆT¬DñÀ4_-küø夅$% ÑúžÑ„…{ûv¶õ`ªÚiïØ!ô4ÉÒ„Úœ’•Ó虦^/LÊÖ€á~N3eÈ™ Zà¡€ÅÞ²`˜3ÿ´`ØG¯ÂA‚DzŽi ƒ×>eˆÅ‡¦7a$L¶:¨«ýÄ/. )-Õ„¥…ñøT{°%~ ˆd7ŽdìϾ"Ç7Pjb¿œqZïâ1[ðfÄZ¥Û¹ÛKyˇ²T~‘,ìºÅD]c0ß%N¾gÌBøº¾se3ˆ +§bK4Þmv_Çyʲ ßâB¨æò"“B‡M²ªpå EíŒÁYÐØ8—”*Ì! È"&)Z:Vðqo¨éò\>’8IlI¿XÑ›51·Ï Ì%&Xdº›Q˜¦ž»_Sç¦>­§‰ñ̉ŒóXBnÜô¶ÔMáaŠ?n÷¦££sQÕ›ÞL í;d¸qžÊ¶Ñ0_¼oÍÚ‚ú¡©G–«–:ãŒ{–ukÄŽZæÏ­KmÁOÊŸßiCÙH ?/ à’vIGCü`°*‚¾T˜*݃¿—júè‘—³jÏ•7õë`‡û¾:U¯¸6þéWŽë÷ãè^˜Ú®V +ÍVÖL Põi +mò~µ²Y§iÌvÇ^²RÔ;™!›%KS{?ˆK刺Þ**L4ÊI¤ÂYÎ7ÔËÁ(|2‚EL,Š«>Ÿ0aëC Fspðó×vÚÔbmUedÆP:P¦œ¾¡Qn…æŸþ8 +†¾’»ô™ÆË9,Ïcï÷²m£kàÊ¥i[|é…í¸„J{v8‰vÖ;¥y˜–Ù@jL²’П¹Ô¶F8V«#ã±1лü2@h,¡§òñ#Úå{¼>‰Gxê8Œ¹F†¨6Å´>Ö¨£Ò¥¹×IIëÜ™í…â¨zìÖj¥äAÖïàWˆ¢¡Cй‰3‚2Ñ•-c Å”Mw<©uqŸ6Íæ¿ZúóV­Æ næ“™ôôNŒÂwÃTŸyv^ùqù4vÉW@0"UV8fþl.@ýak3uÍ)®Ál÷¶ 4SNN_hæ“Rr”l»cÖ¸D´5nŠÜ+ùÉ´ä]]vlø0Kèë¥ßÌÇ׋ӧ¢Ô-bèq¤b×°eOúJve¼îºÐ?)EäßÜ;w†íh =:³¦]•ROŸó.¦Ñ4£\ ÿPÕÛA@§Óã˳Í5»Š¿æÇc¼†3®Eݳ|©É½ñÌ$'µ–H|‡•ÆÓÅn ì{lR±÷Ní¿8¹SÍGÉ+ºèYY›`õ}J ‚žP< alv ƒ,q-ã"xšqÀ£dl8ï8›Dô©®.Ù-?šÇT;5ÝÐPŸ‰:þŒ*È98û0·$Þ´ú좂ǂNÁó%5ZòŠ(ÓBV&×… õ½N§²§GLÔ%ñÃ’à(K·+´\úèX9a©`/ßäíC7Éõ®O­m%aŸ‘cŒ³ÄÍä™Ñªðv©BÙ¯¦·°úÛÎX|QÚЀ®ÏˆVgFÅ—À&09‚/îÃÜÎÐð]XV·Cdè˜ZCZyàbÚ&æL0 è“ô %/Öí ¹ï^’¯6¦lõºÉ13€-66 ¦U»ƒ’ŸWº—2}¦Ýo€½|”ct¶–EÊç"9ä x•Øx³ß–Û¥ZE˶}Ê0žâ›¡R•I\©¢Ø +3ÂdF¡Çéÿ¾QŒV¸6®1›ˆ¤a£úyíÒ¥`oÑÐ'Ì—ØÙjWÆÞî$e÷ {wI ªó…ñ•h!jÕ¼¬D¾Ù<Å%vmä‘Cu0e")÷¾ÿ ‹¨Ð¸pº†Yƒ´R‡Bi\[xÔÒ§­1îbY[ï¤ë,dvüö‡Ulu²dÝuÊ›"V”±ÆêÂÔ»J„ oW³°¶Oç‚ïõ]ÍñÚ9‡¢Txg@¥^ׂ,FiŸ‹FŸK@¢²&õ–jýòM'иYÙ”[WžzÁ–5†²Ç¤q2M¤E:QiÞY*w RîÏß_ø åžlð;Çÿ– +Û<“1 ƒ8šÝæáöqw@¦qÑ¡ãCVt6NCãÂf畃_Øøûz›Û/ᮕôãÉQ©õEäAôbt“›( Q_”Ý}.Šf™ô#X¨}§ª k‚»ØR2±€³è:èy5LêI%° + i/—™À(B™ízrV<†?B6š,¥É6Šó¸Û’“˜žÞÉŽÜ>‡]J’¯Si±¶&ñ~‡µÅ­ÿh xG·‚E²N¡§ì'v´lHe·A“‰|š½-̉_À‘Ÿï~–ìÕ ­%„±ïœø¹Ù„bŒ•êÌ_Ͳ"ï$…Bpä‹sñvÄ€‚ô3²]hãv°oÝ¢ D÷M=‰þ±™_æKƆùñö'¾ I½Àrîí‚íFùe°¶Œê|^¡D ˆxBçBW:™ê'pbáWéIÁ8Èèè‘Lp4: +Û9~jRt -ñ¼‹ádòQduZM¯É>ýž˜=¶q]Þ?+ZE(=lOxÍÏmcÍÞM¢hß•>mõ»L˜èŸ/ ”ë8ä`·#ú)ñ½á¡¹´k_Ð}E(Û~ADb‹ÒžÂ•2ãNh^ÒYEÖÅ¢`Ä ’ð6nÊAU€DØ2+)†«vgæ×#W‰ù»cIGÜ¡%üñŒ)_“JFùæÄLgn[y#‚èpˆãýòMÿDÃåã\I«Â3}6¢ÅlñiÛüÊ—ß!jÓ!“>ÙÄž§‡Vﬥv‚`îÚÏÄøŒ®­_8ml½‹Q\ݹ6ѲRY˜q"€È1x¨PKî‡Õ–S}ìæš/ËlC\(R"KŸHKšõ¢*ñ\ö+X§W/çXZä1§Év ‹×['µ°Ÿå†(›ƒv‰²oÉÝw4ÇÑUÜ /Þ ~ø¼Dž„A—$H¤-’éÝ—=ÝÙƒÝÀéBmcf#óå;*V±ž45O·h¡TË•îùäHwï¿SŽ8§îw´±ˆömÑmWßz8 ÜHvšNv7ª UR¯©•ðòÏB¼÷ç†Ö¸iýÙþ Û„¼¤ú Ž+öí¸é™NÛ÷Ã#=±ïêXCÛ/oüJñݽJ`—d%¼-GøÌó#/ý·éæºÎý3¹Å¾eJÔ’ e爙5Dœ6zÌWr†–™íÁ|x0_dà˜±ÈYSÖBê7» CkèÿºjYծøhza§¹†w‹¼-Ñ ½Ó¡£5¥~cî"P¢E%Œ. +Ž ]q‚Âø! ԭ檧<ÜãôýÐrít£œŸ…žxÉÈcç÷ ’îuå³ay)4 NdxŒ9Ý…éå3)t,CXx¨~X.äri¡Þn|4Á༟´oéçB¤kê8÷m*¡ô;z¿o“dâRe¹Yœ$-7“òîţƘÿüWìc,]ÖÕ3ƒa8W÷S]ëƒpèY‹fD]€Z7Fý¡Þ*û4câ‹RÇ6¬’’žŸ¢Â– p+äÓMÉ'ÉBÚjƒäoöˆì£Ù¢Ÿ“Àtá×v"?[ù'ûZ'tºF®/E~˜\Äœe.P¿ó¤‚ÔâOÄ®ý Ïè/bà!T¥>$,_&¥×ˆ×ÖÚ¯y¶}Òr†'¹°£³q[µ÷¾¦™ò¦ ¡àËÎÇUÀŠT÷ûôÏó|EhNp,{=¦ Ñã{ˆ·a\~SŸ,á~:†ÎÆ7™{ΪB‡•íˆµÖÛ{0¨aî]¥ +aVÚ·56zx NsÀÒ=Ëù¾BŠ0áèÁŽ–^• `»ð71Èp³4¾·;Ò®Èj÷œŸïÍ}®‹aËÎ’“ˆðgp?ç dïä~Š’—·™æv÷ûÚà+ÌL’ å;D½a J–)¡cê’T'júÚ]ÚMÖÂY´ðŽrÍóÈ.Qȉ¬“rq +Ÿ)êf [R•à(¨Ä²Ó²„$·À%‘ ›žkпlþ³&+‰è‡ˆ¤=m÷÷Ê™. º&ï…òbŒ³QõZÕß±×@;åŽe'u‡„ß´PQ·°%G­é«ðZUŸ°û5*ŸåA){âI¯¡°Ð¨ÉóUðIӪȣÒü9 ©±-ÑñöVÁcYv®¬°U-i‚Š˜ìŸ³›)ßEé~ViÄÓ .!c0µöŒ½s´‘æ߸å*JŠG +Rô~|t˜ÞõE ™£üƒéÀ`W``­kµÙÁF Eê=KnîÙ¢Â%~å·'Ô¹yŽ0º4T1\ÿ…Á¯ªÅJ¬r3è3ª8ƒ%‚Ê`A0fä—¼Km_‘…Ë„tŽ—Üîw*Ýô—p°®¾ø[5.´_ßdÌQÜ + 7«Â\¶)ÇPâ½ðB¾G"m S9 +“‚ÃC +IJ¨õÕì‹6¹N¥aÎÍ¡%´Ï’\1Å0ùê¢C¬/T®DñvT¬ ¤¸× +âSw1¹<ý‚/ ¯i3 ÑÆ’:ïµ-à;Ý=Üò–®•Xö†Á ˆ¥—¹h?¿J5®ŒlÈXl„¿ʾúõX7¥é\ã÷"Å‹áCõÞïSÀ§ÜÉ—ˆ£¦)œpòv­ÁJÉ-Pöý/Òs¨Í xx<,ßÙ/¬zò; ù”)Õ¬gâ,Bž?× Å!;…àý{Ìïfà:ƒ¸ÉŒº—5»˜Ã§¶­rze×û©Ð +f8.Šæóú­» /Ò$ÍMÃSµÑÀD¿Cºä¨¦Ñõ@Y¸ +]EbC~´žïÍì0 +âO2u–y™ÆàÞ¡ò".桽‰1ËÛ[­¸œI4•eÛؤ]®ž$Ž+èuõ‰«g˜s€%3wNj³!<ÝâWÛŸ™B +ŽÛl9î¨Uã >ÍG +­ëRD½ vœx +Dt?‰¾”Üð³¤ɵܱG2¡¤}‰ÍÑí(|lcqn{À(2NÇqÙ5Éõx•12±R{€­²Žj¬Œ»ê¹˜Ê=¶h<*<—ͯüvùŸÊ¹TúΤ:uc–Q”øä)«Ãj¸êÎéÌŽ‡õ`¬Üððõ ãØÕ–ñÓ‡™T/rÚ â‘%ýl¢Î5~Šœé¢ ÄôO·'´ÚÏüŒ¬ÇÉ°E14nËt +&=¢–~k±§ÆëÅ{Þy“Ø šØãBj.5B 0ü›*•‹ÐzŠF•Eêîé+:×î×ÙT3s»ânzI*¸’Êê¯xjÅikxMÀëåW´i‹â|ÔéOùûd»š”R¤úзÕì‚ʽ$Fi“šöN$Å-ÆÑ ½UGÙ,ˆÃgUG¾EÐ~ +>.¼Ô&|FBÿÔ…Ã\ +Þþ@ó¥¢¢œëMðõ¢÷G½·ø Z*9c6g¬±¶®TRÒ}76¢U)8ꉛ gqÀòw¢«†Ã·ÇnVtéÔfèØ=KÓFä[%•¶Zy=ZÄ+šë-¤ãÒ +tt×0ay A±œy†‰@'f¥$½÷û3©&™Ój‚ˆŸÕ_XpL›V?[wÞ}=†ƒä‰#Пÿ¹Ò¦Ñ‡‘Å‹*yØÉi!ßu¢Žܹ·6¬ËØ †‡…7ŠÜFÐaøF᪔\ù!ôE‚4yx<1ûR_K£³­ƒMzŒˆ€Då½¥r…¢©ßÜFÞ;ܲ6U>AˆË’öŽ~yh½÷'7´•Ïº+åÑ4?՗­åŸðuOŽùd®äô6,‰Èpå} XëÒt™•™2Ã_ŒÖ°:¨yµ¤…'S é—Ù ÖL‚!RŠÀ+ö*~ìwcËæRM*ÊW7*BNN6°NÛO'å,T…BÓ ïª¾ç j±Ö•¯˜# +öIJo#ˆ_ ¶FÏz¤ë:í´–Ä #ªñ|¡^ ÒöR}°â<Ü€?)­U;¿¿+l3‚sÉQ^ö>L¦Þ÷¸4ô¾{cå@‡à¼ÛöfÏ„¡OÁuà´ÔPe.î9ÿY¥êÆ)£¹5™•ù2–;ùƒ|Äýc´·‰>^×,J¹œ;~ïdJÚLÁ!Ö…z*vwî;ç­ub:É•Œï‰Mù»–] +•ï¾•äö{ÑìaGSÈ~bÈ + üRÀyýáƒÈC½;ð(GøéZÝã^XÌ'ê‡Æ”/fWç ‘+ƒ¨ùÈèºUÎI•q£ÎŒ³“ý¾R~^ ®Ã¯¬‡¯9ìEËÅ…˜mÕ*—›"ô"YŒrl½þ¤¾¤ H +cHKËHÓ´@>;Þùs4K¼Jtz;SÉÃc¡œ„Éb¦¾æd^±$FJrýˆ‚½ùf«Eã'øqÜi”)y.Gi€à8ù‰$©ép¾ÚÚu§ óùÛ!ÒCæ'ûµu»Q®´¤ž}Äh¬F·‘IWI+¼Ô8››±ð]ðFÚìË‹•«uúPJ€¸Aå|–pA€þCÜÞ§ËÄ3×–mQ„G%“–¹„:zZ¿ð'ùú_cÞ®§V83,Jó¡×¨—yTè¨ß³Š¼êM’½ÊØ4¼A8ÆlÝ2ü±ue¾+°HmYs¥"òŒ÷|ç²æÕ—‚5uКÒ8d²W m ø´—fÊk×á·kðXº­IùºÀ²5~;FË…Kt_à¸]Õ•‚ªøçhÔ¤uZJ^ˆ s‰Žbqÿ¨ »C7cÖ„Ã ©Â´öýÑhUp ÇžÅS¿*ef¤‡Ú÷ÚFl׻ǘ +°§bï`öjv[ø²¦ 0ôNôª{ë+’XÑÅ6ÇKWnQÃö„1'Óöú…á,a&ëSÀë?hU³’“”Ù_öPG„’ð5óÉÑþM}“I±Z”~”ù£0¾tXÊÏV¥e¦ž:¦˜Ùt??ÈåòÊí“OÕ÷·YŽE „«vñGÝ»$o…xxVƒ OÕÆ×À%DNQ*Î-橵#Ò/†BVçeÍ…¡!e¸”ƒ‹k[6Dës Q:ZÚ£stßõ¤¹±ß6H•»Ê4ãD³w~$ë «Šä8‰»•†ÐØüÆjA¤¼®™Î‡–¹Œ¶´þ,<ü]À7ÎŽüâ“Õ¶à/~#š~ùn °=Év0·?³ù¾'ÇA(6»§\Ÿ¢@¾ÝO1\ +ÞŽ[™jÚ\@éˆ=Ü„ç1ÏHØþ”;kéFû`»R'ë釡Õ(´¤ìÝ?¾/ì”°n»H:;ÚÆmÚÝ¢çÉœ’×D` Ó#¼5(Ÿ2ÞQ> ísä8;)åÊyŽ&)]7‰Éc>•ÜA~ È>ƒöŸN—ÖäŽPL›;ˆ²ó ûÙõþö¢Âpëav%ycoÙbÍÃ`4ŠÄݦŽ”Œ>¨wpgoc}GMSëû«²b Q?ÿKÉ$íÔÃçâ®oñ¡žÂ\U˜'U×íJ߈£B©Nq)­Ø<07s´†66õ|Þ.ã’­š¯²æ’"SÕnÆIño±’Œüy¶nK’iîîÙ­MS/‘£)Þx­œ*ó`•M´@¤JMæµa¼>²´Oç«'hgâѱԮøUžrí…fÖÔ>Fñá3 oÒ`[ÊÛ·»”N,p=§D³ª’aßñl˜ŽÖòÏ….UDþ M34œ!Ê!,b,ĔҪ­4КèFg¢n“6ÜzŸµ’m.ƒGçØ:anLÈu%-­’ø3SÙ¯ÃpÎEoZ6v!ç2E*ÌMž‹W åúnÍÑí…ý¯oYÍd¾M=FË’vPá´>ÍOú^0;Œ%Ï­)é=þ”µF>ÄÓ×,ÎÖ+&0ßú¯ónMz0ÎU¶–rW«(>Ýão(\Wu8.ÿ¤%v)™]Èw’‘[òCJ߸{6Ž[¼â5Ç•ßÁ·.K|äëyOÄGç±¢š¿>•|ýd¸?ºÈ¤³‘yðÂFÔæqu·EÚoÚõõÖËžÝ-î§ôƸ}V‚ ³?yk³ ÜIp²Uvá~9OÅqö­›Œì¥ iŽõö\ŠyK ÛÛh×mönë"¯*äJÉŒs§m§ŒzeЩm/Ž7^ƒÙÂeÿ>+6ƒ¬ã’€¹Ó!ž?MC’‚p+=¢ aöä®ZiþhžCˆ8qâ 2¡6¶NcÇÐìÀŒ,™òëï¡`Èô.Ò½é¶1òøZ§#O¤D-…Öë¸_M„ʪLUo³Òƒøc]InGréBkYU+ëóa¾êØÑw}·œk˜oŸëdß¹û~Σ¹Óç*8Ô7ÔáÏÔ{Éž(— ·®3q9Q¬fè&{J²ù¡¼-kÛ!K°u*˜;{°:pó™ø‘éæïÈb#I@e^†Ac‹ƒÌ=¡’ y–àuñ•(äVV54?äýuõàsSŠØ£,›\gwûV¡å}MƒJÄ›¬ jäâÚ¦Š"î&_ñD‹Æ«Lúd¢ßpHÒL½©'O!d].ÎL(\îæ)UäD*êL¦ +L³SÃþy)Ú[†u|ä6Ë ªÙ7 Vé QaÒûpAƒ~Å":¡Z´Öâ=©¤zÞñvÊ5Zº Èëø+ŸRO±‡œÚ®Æ‘ŽI×)v~·RcxoÁ=VLçy;Ìß8hõñ²+ÆY¹OÒ8žk†¥pÜ:a^Ьµ,= îGûµSy?’ÆVÙ”¶Ÿî:2Ã~ê¯á}-H^u +uâãƒçÔÃ@»ª)ýYPÙGYô€9µ>í•L;íPxò·Ð-Á•¹ÕÕÕ.܉œBÒýŒâÀ4Ÿ«Uy¶ºmrý³ÆpOìŸÅuÚv^mb©¬ÐÚýUÇ­ a6­mÖumoO{SjÞÚDûË;'NÒz4Fö§ºö¼ŠNÍzX˜¹ »hš2ÏáíöX¬©qh +…²*L}šcL_™³wg)Å-“ŸXçö͈>žWCZ¶ÄTW¼… +1×Füv‘,<ÈZ´=MWJ7%¢¯nUÌ2›LÍ4Ž".à&Mœ[©ì¨§u ®ÖsŸ|,#<„ï`ÊLÐ(Œ{Ü_-W·ëõ!€úsªg‰î«»©êznž"Ô=ãñ£{ĦùO‡x›„ ›ó›Açro‚hß "$ÂwÉÇrÕ¹+¸žöã…£–ˆìQGè…<Åú²[µm@Ã!0B·‚F¶À1Úéq‰ñôæ{ Að"Mó=nÉØ0z,=(Áús¥ÄÛQZŨÉú\h®:©¹%¬ßïÎ>L«F¼­ ¥3ûAÀ|n@])`Œ¬ ÛDC¼ÀþÓ颠P·¦¾¶7_‘Xê¹7Þ"Þôkv·„ËYš –áÎöí¡‹úZ|üÏ«Þ ‚è7’붘ïÖ‚0 üŒï|¼‘IýK¢Är«ú¹Ùtši›¿ñg—xaáýh+0u>eçñ¡W`çv‹´#¹‘Ç‚Ìt¢UŒhþPínõÿȯ¹[ +endstream +endobj +524 0 obj << +/Type /FontDescriptor +/FontName /LNQJJR+VelthuisNepali-dvpnn10 +/Flags 4 +/FontBBox [-315 -393 1354 936] +/Ascent 569 +/CapHeight 569 +/Descent -114 +/ItalicAngle -11 +/StemV 68 +/XHeight 120 +/CharSet (/a/aamatra/aimatra/anusvara/aumatra/ba/bha/ca/cha/da/danda/dda/ddha/dha/e/eight/ematra/five/ga/h_nn/ha/halfga/halfna/halfnna/halfsha/i/ii/iimatra/imatra/ja/jha/ka/kha/ksa/la/ma/na/nna/omatra/pa/ra/rr/rra/sa/sha/ta./tha/tta/ttha/u/umatra/uumatra/va/ya) +/FontFile 523 0 R +>> endobj +525 0 obj << +/Length1 819 +/Length2 2031 +/Length3 0 +/Length 2619 +/Filter /FlateDecode +>> +stream +xÚ}Ry<”kV'“e8…Ay³dÍ,öe4Æ‘,Ç:ͼë1of‘%DZW¦(*Ç”RœìZYRB˜$¢Mö=k´X¾‰sN¿Ó÷ý¾ßûÇó^÷u=÷rÝêǃ»Ì)ðaЦ³vau0xàq‹0>Â`ªª– Ä‚`º‰âL$€Óp¼Õ°ÆÆF|¡ Í$ùñ5Xÿ&Àê=X,@È,à0èÑ试ìèTÀê­Ç)ì£sÁ ƒÉ¯¨¯WÇiüÚ˜N ( v€YÔ-ᣡ ÈÏŸ¨“5glaðÈ1~‡ íµvts XÓ0ùI˜ #¤è|ŸÏ†M£9ùקþ/žÑBÿŸÂŽE¢Adsº 0ë!ˆi…€GˆEö¨$\¢S@ ¢ƒŽ0új(° ‹Á|Ç9ûCä#tÉôÿ¢\ÁõA b~W¤S¾o™oïZÃh ‚£…µÖ_û\#­éd˜Ñýœ¾@b0H¡þšøHÇ¿‰ á·Ö¡Ã,þà(›Paâë– ô´ù×Ð:2ÐÖÿ CCMø†øñd„ÐŽß.€>ø éhç5ôï9Iåzô[¿¶†±ß0Äb@!€†ÿX°|!ÿûûÏëøba‡á¾ïXÀ‡ °ØˆËÈl¤³ÖÞ%ßÛ¿1â¯C@2âUL6‰ Hãþκ)s¥gåñôøn]]npùþŸÆvÛÊ©uÉ' +v+-7º¹ÙúN†—E¾VçÞ¤’ìÛŸ”ö…–Öîþ!¥²²Ésvç9a"§}"¹ôáˆ%k\«%nƒ7©hpmÃÝ@xñiz„woÕÕqwg÷j¡»=–í^—L_Óg²ŒCþh3Cñ¦öK¾Ÿ°ça‘5‰§3Ô(èÁ9·™ân5Ú­ÂqàTªœÁ³¤+·êLg‚ó°^oà…··µH÷*] œ™Á)¤tXräê%7TÌ–fGa›úï~Xü½×Âçftµ1^À:mÏ”¥¦WïüÂáB÷è~nå+aϽ±¹AÏ,—=¹1.Ólú˜ÿœþ]â‘­°4ÔýQÊàvØ«—æ*ÝûÈ™¨QµÏþV8J–ŒŒ½íÇããŠRi²r®[xrÒío­‰Ôk· êÊÏü'>f”-*OŽŸúšÑc¤,Zö®ÃùT!œ´‚oGr+Ã#JGXËYÐ9uOÉ&ƒýìÀÁ&N{nµ¬•¾ù–Ž(Ǹ;ŒN¡<òz‹š–ƒfÚÙ+‘¡‹Ãrn••=WÕ >ƒå~h°ø©×½±”rÿDa¸G¦¿¸‹X²)ÃÜ&ÃiåØ¡:CÛŒe«ZäõeÙs·Ç£^Ž>Xþ¤á{Ês«ëp¦§m×|èHß‹ÑøÔV éîºFùgÅ÷Ê^û3ºîˆ¿o¿I4ûiŸ™V%/m´ú<¢­AãÉ|öÖZ éì†(8>_Ù;FÒ/\A´â‚h“G8Úü×Uûd]!¹P ³È=rÑšb‰Ã]æ‚K#*²™{Æ÷VØjˆé)}Oˆœ§ž­ÿҺñ•e~HðHX¶ÕøEkná@©@dßTÇ}6³½fìÒ²bº±©è>Œß§‰ÁÊ®N½'°¹Œ|÷èÌ@ñ—ÐË.£¢Œìñvæ ¶ÏsàŠ†ìó9׫%jv‰ ´RPÁ£nÝ:•;/¨ht’r4Wk_Š®€n[ü“|ú„³š¨x²TÃ]2 ®UcS¹Ao³Â2I¥ø_ò´•Ê‚ohã‡ññDíŒÆíKÒ4OÐÎ%9?fÔÉyÕ[k kÎå^’#š$‹ê¡ÌRMºêAKõ^¢ÏÎn},KO08Ø¢ØÓïÞÒ§Ý2êƒ-Ë*hE»¾™?Ñ¢ƒœ2Þ«6­ÑØùÔžÑÿ‹×¦{®qÇÎî~™bX™¯ÜW8]…_’²ùI§)Ù‘ëàâܱ‚ܺ˜wçý.‰œŠN3ï•Qä9 +¾&5ìtžÍ´š†‡½é:•òŽ^â§Y~¿±DÝû·«xoÎeߺ\ýü—°0JºÙ,kOïFCÑ7>yÎ`4U*+ß ÒO¢¯mvybÿÑ<ÿÉ{D:Ó~´[§³"WÍ«ŒO,þÁi»1ÆeÒ~hò§!<.Ih2‹]`4κ¬{·Ñ!ßUžs¶s2˜uðF©éÜóôHà +ÿ–û1¹¸yeáws*f¯Ú¥y +"&4s¦3$lEö×Êšø¤Ú‘ÚöO3ü#ŽÅn‹ÃÝ× +R Ry^-†÷È»2ÑfŒà]÷ôü,ª¦ŸxÁ¶Lo‹ÇÍ?ÚÚ˜UUQq…銷ÜÞ•p[Ýøž`_ÛQ¬>_¤}ãºCº³±6î +U!i5?ìqÏ¡ìŒøµåÉ+sìTuÃpû<á>OW ªÃSm”AîEÂVO¢·›¡„ÂçD¼Ô‹LÕÙy‚vM³›Ôâ&ÛË5Æ„¤°Ö9FÐå¼²îÆÌÜÓ)Yôð5I.rO;Ÿe½V”{}ÛÐúZ¦${{Æe{ËÕcK1Ç$Õb—ï`®È©?t Im+¨°¢ås­çrEz–ↄ–$Ý'¨­¼ò½ãa“ÖŒ\uÅ<4 üÆ—‰ë@š¯8(ÎèPQê ãÇ/+~šBÎ:‰ˆ‹å©¨'7âXº¢ÉËeÎìrÔÌsáâ|³Æ×EEÅG~Þlùë}±ÃÛwhýh}AvQ$\|ç”ô[ãm;ï]߆;™uw7¶¯OP‚#Å}Ÿ•˜âŠôULZÌW…Óˆøüf?©#õN«§:í5LÚ|vödË'_i¿õjUÖGSjÔVž#²ãfÔñqø‹Åij÷—F-Ú²½yº¡U»=x©÷t?2 †îø5ët¯Pëk©¹úEû¾àºBê¦ÓÎ;ŒÆë‡n=ŽÝÑÓu¦Áe÷ “ÍJþ™ñ›8Qs½94JÌΈÚ)º`L'¶QA¸ëv¯é–ô—1>ÞîŸ[£'ÓÐ*5—ž%ì¿ÆÜ}°9BE¯˜#M:å`GD`$‰œªÛ‹FPúûÈÕÙ·Ö»…iÑ‹HŸã¶C¨h I§jŸ‹!È1dw‚͆Ç~›Ë è\~[q~(B1F,ü¢/þC’êõž´ ãÁªìŸe;À3ÅZù¶²#I¸.m¤pTŸjEo’>&ÆÉó–´ûqÎP† ¾ð 8#ýfÞ0',8W™g§}µxS{Ø6û?ôÕìH +endstream +endobj +526 0 obj << +/Type /FontDescriptor +/FontName /BVMPBE+LOGO10 +/Flags 4 +/FontBBox [0 -11 722 611] +/Ascent 0 +/CapHeight 0 +/Descent 0 +/ItalicAngle 0 +/StemV 66 +/XHeight 0 +/CharSet (/A/E/M/O/P/S/T) +/FontFile 525 0 R +>> endobj +527 0 obj << +/Length1 1626 +/Length2 14881 +/Length3 0 +/Length 15728 +/Filter /FlateDecode +>> +stream +xÚ­·cxeíÖ&³b{ŶY±UaÅ\±*¶m;Ûf%©Ø¶mÛ9y÷î}úüéóýX×5ŸÁ{Œ{–îoðÑ=#fZ2·;ÈZa/Vƒ!ÍÎœd!É=w\öõ]C (= «¿¤*ÃX8àBóHÇŒ"Îɽ!b}Y*‹¯íÝYQÂzIFu—›l©Å:kÏÌj;ºII.Ì{¨ë"·§F»AôžM§ +¸¨•Ã_Ðæ$å~KzIy,=ºëø/zŧOšØ¨)ÅsIPíGãJƪD +°5 *ö¥GûLŠ˜ËvV‚àLýÐÓ]Ù—ä͹¥9Ì ³ ¿µm«£ºá€ø<Ûââ’ +€Ûè‚‘('C„~žÇ¦šÑY+rÛ}ÙgËwß.,våÐÖ¤ §4†Ñtª@£›¤Á”• ~ð0šgàŠÀBeÄØßäÆtk>ß…^üÍ b–‚´UN Ω$z4¢ÑYÃß4!š‹ÒÅ\a Z±wG+SZ˦¢lû[~Œ¦«÷tK²öÞ[)ÅÐsÌuãY€K±'ïM!OÀ +Ñ®«…ö‚HÇ1Ýáõm vrö‚òr‡Õ»Ë¿ƒé¦uZ1q¸ßƒ+@Þatr¥l_J¾ZÝùM¬³ÍbTuWY;¶—'Ж¨QT“†'Τûáï³ÞzI8Z§¿Œ9NYíüÔ¬~s|àƒ§tùŽú&kÃy§ÜRh9ˆ%ôŽ4÷•k¥wݯÂnî‹_®—.OH4>îk¼µÏËu´ûy;°+€µD9Vä!ÝDY¶Ÿ…ªŠô‘Ð;ÌP hÇv7òïã°ÕÛZž²NÝÝHbR3Š%KS-Œ]‹êÜyY+ó8vºÝ½äO‚®ÇN¨.ÏŒh‰(4;~³II(kFb]Ø°þÖfqkŽ”yŽ mÓ÷](€jã±Ó@uj‹þí9€¡[ÍÁ:*’(^ÍÊ"|‹™gHÐÑxî{Š„|vÇ:7‹§CZ—=`©Ðï\õa‡¬óò“Ië/`òÍ™ü7y0'ƒ'6pg÷µ’·ÍgždâL˳ôì•Ðõ´ÃJ­dOƒ+)^Ú¿ZCü©ƒÙ˜Çñ~Ör‘Ì7@}îÍïýÝ rT>˜š15ðÜ­X‰x&ß…ÊüÒöcs<“î„Ûúå/Z(7L%;;X¥@© "ëÜÏÌUȽè5a-þÕó·×‹zÍ)Õ¨¨„–âýKý P6`•Ôͪ \W®‘¦!Ë‹Æþç+ò«¨4ôX>Ǻc†Ó-þ3?H;Ç£º`x”ÈÀÔ>Ì@glTî +k–ɾõtù OG×ÉŸq\ŽÞüÞ´uæSyÚ».ÐÒŸH0 ñ(‚+ÝϽ’'´:¤¬oç\ˆ¬ÒeÖî(ªÑ à ÙI†î6búi8¹ +¸ßÔŸb[UÙáæãf „êz“æÎH\7êóTcsÝÙ­X¥‘Èö1RAD×⧸hì›Ù£ÝkÓV¢Ò«-a‚#Þ@*pU:çßccÕݪ‚MˆetɦûKo+’Ç«¹Ãìa²³´TDÓæàŠ”ë#†\æUœçwøEU!Á ·’hy::ÁuD,Fu8ãHDy¡$£¤Ñˆòîv,Åó,$•~¨~@å+ÙË«y›ÐALó®NΛXrøÿ€l!Ù`¢Þ¬ UÞŽA‰›!RB|ž Y∠+lb؈Øv¶)Šx@û ÁÚ1¯·åúð…˜ñ«8|‹i‡‰í£¥WüföۅmK¶úÐ M®Ôƒ˜¹,sñ‘H÷ÄšH%‘ø¼–º·;DN#v]¿Ä‡Á‡·RüHÚÿ³íŒÖdË(€n—ú஋Å@s¦ð÷#áÚqâƒ@·3ñÕ}D@H®Á#]ȯâ{ÎÌðÔLÌ8]4éÔ@reý^7}*Jû'Ò~ñ)w!?«Ð+,r40’¬dn-ØóiFà¯m00)H¢C‰aÎ7㶆UÄ)Q!¤"_Ì9Å)4eÁÆç!Èóï×<ŠÑ‡y£7G¼Á’…¨ÑJ:µ’FD¿{e•t­yìê¹NÏ@æ\rŽc¤‚'Z] LÊtð€"Óv|¥Ï|1DéiÙ Ìð(þ"iÐ4fmò ýýÚ¾º‰Gz>Y¨*ù;3\[Æ{+o hFY}÷Ò à„KÎqš(Þ=ÚÇ÷‚Ñ@íu½Z¡#K£Pƒåö–@æÒV–Çé·Ž9ÿdæÒÁ³»,‰ûtñMY[üÑ%uÞïÏ/tµ1§àɽ8¤f=r8hëæGó48†I¥i×ýÕ)n2g3F0nVÓy/ItE¤¶_DfôÇ:žö”ƒ¶n}Y?Gò“­™Àqr? 3?ü¦RÛî©°m‹åPhK…Ýh}ä¤1혂GyF™„phê™e([,DHS_mš¶ÃNc÷~çÆüV );@Éì{÷$õä*GV÷$˜‘B>©Xôm«›Å2«åšÛØÞý¦šžž$eW­9`:f°RÍ‘@ÎâèÁ¯+Í"‘Ÿ³+>?‘÷‚­Ø +‰‰ª4€ê³£)»Âáïq‚#¶¢ob gÔ嫇¡"L ?cc\º+œ’ŒºIC€‚#GO¿ðÎnð‘ŒbÝ2¤AòÕÊÛÇÐým Yækùâð« Ðò0méeð-~?ÓëÂê6düºJ¯&p¯¦*³Ð›¼3 Ì­ôôÓqH6~š…·‚‚f+1&£Ó|ØU_&fd(…¹v/ëÝ™ð¤G @#ÿ@¦Uã8ònSá/l +œ£·¾ª"妷ˆß@‚s)£”Ò^>œ}‘ùtç(}­ÂÜÀ¥Ùz1+T*“¸ ’S «9U]4¨žõ‡øeGÉéÕ7,”È »g ²ÄçÓ1´Öá›’uÎ*‘)³ØÑQªŒ WCq¬.œãHWaâÔÕ»hù‡G ªoÅNÎfq}kÀÆ:ÄYã¡E`q&ƒ¯˜6ÚÉñÈ!ž–šã™Â¢Rºñ<á8ÉH…ÚaXº¸ÝgC}Õ,Ãγ£cè‡Êd5“ÇÚ{5±çuŸ…u6{/8Nù¡wWÝå¼%vä'-'ûÒ ±WïK̃xB¹8€_>³ì&ü kCÖDÂÓlýl¦y°ãºŸÿú«k¦saÊë9juÀ=ê•ãílµêŒitñ^ØgeEUgl{L1&ÖŠ}wŽòÈn~—Ñ$žÝ—410GÜ£ú´;Ø-À°\@õûžE¬ 1ðtývŒ¶Õöñ:Ø´$æûÛç(›”³6*%ø7¨…ú¥?ß é·ÔS|å9žÙqÊ–M>öhšHwx•añÖPðÑs´ˆÜó-¯ê}=pïMÙŒ¿ËZ¿‘H’bnc?P°’¾Þk%òY–WÒÞƒ°^®@’4µg:Š_7›PÓû¬UF.LqÌùxípò™¿…¹T=(M*´¾lSaŒÃÐe¤[¹?†nx*ŸºÕØ ƒJ„Î\{uT}VÇtÉXÖ%±èSš'£Ï  æf…ïý;f(±íÓ}QJ:+n<~Œ2…±{HžD"ÕÜbm*5n)§®ÚA9#¥ãnu¤&F–Ä||îq@Û­÷渜B%T^`™"Û=VBkàé?ëPÓ÷Ä•ÃF [~#o¢3¢Ê¡½Ÿ“HË•– § ç!ô‰ J'%…M“ÄU|·áEˆî¼·ùãû"G§aÓçDväw¯.®lv0 øí|œ6O¸îGƒ?Y˜Ÿþ<©åšÉÐQ¯Ú t½F%‰»“$ç¦t÷Z˱W+øÀ8Í;$å/“;sp&š€xzTÍÌÜ~æЗ5O–Ìt$éé‘Ìd¹nå½/Ƨ:ÃpÉöÍÂXqá~i\Úâ]º x5c@à|[-ý€¯²ø€Î½WåÙ»jU¡ £-®+´¤Ã¢•G¯ Ô:.Egÿž¡zhÎEUÚÒ¢˜‘îé™mcƒ, ƒ´‰oËî´6‹ÁêqŠì 6t½¢ ƒèêèOBg¤¯Ðh±oœg§XÃt¬ñ,ТmWÕ8ŸÕ÷¡çÆ›A)æ +à¹%•Ú“çý B>´³ëì©ä¢¹Ègoüs@k¥ÛÏîÊÖËüKY`E˜Ú'I…× ,ŽßËÒ¹™f0XÿÛÕåØѹ¨7Hø«Ì+P‚;Ø‘ÀØ‘Ôµ¸»÷·©+ßçúÓA`ý_³ýtϨ›JÐR$W¼ànVŽÇ˜µz‡aÉÓQ ÍBe‰y 5mï²vÜ_Ë@,eÒ>”ÿlwüÕ!I”O‘®–®bHh½ºEE÷´ÁŒõ‚ù*µ E@åþ•‹‚ñ–®]ÊNÔݲÐënˆnbbYd}%Cç_ ÂSU(`ƒÎ<ãèòçRImuËnN¥Ñ ç“}Iô2àw‚Q怰º»ËU¨k¬Ç헕͵˜½ÇnjÖE)gpè–ž®€0¸Tj@n:RÒ?c¶ã{Œj… I_f½d”Λ0õß^_®)ëv¤×¿ª¼®åîHtÜ [dþÜçV\ÕØc’S + +¦l‡Ö1æ2nîº@ç)c —œz?L«¶9•:* üqÈþ~¹›hUÂY:Œ<$õã¦M>¥sh2ŒU3FaìrÐPó ›oØ4Ð¥ƒ0h´Š¸áµ“Ñ]"À*g+~«èeÀt öÞ/æRR‡vêN1“G_·³»ÆŠ·.!¾ @GÖâ1I³œõoÇ´‡Z³Ïÿ€o4]®ØQLìLžê¿s¡lê:O–rŠÍŒ¹Q{“#î!µm‹ÔW€¾N[¬@LêÕ—/bW&'.ñE~¾šÄ)ùìÕü£‰ya¨:ÒÛÁiÍAŒ mbD®ãVPiPH9¯j0ƒïŸ;},}ß: +CåI5îDåpaÉ]»tR¹@Fa6v‡ö%lÇÀŸßüx(õ*Ö˜2æ.$®3ø= Rš†]$Nã^-Jd!2BÓ›$DV$v^©¥ã¥¿õH J_4”Ptëì¯`.Ú³¹{ +ƒ@Mü†6XmðtÍtÓM)ä¼Bë  þ“O?®±î£x_äB€~^OœŽkÌ2âÎ}õ=ìé‘^ ùf>¦»EØ\ÏA|ÍÓؤP"õÎGæRßMµ¬Û+ ÝËYä*pã“0úGѱ¾Ðb +=º#‹Ž"â›Ùy˜fÄ3­ …ÿQ@©‡ðþ_5Og)ÍÒî|ìæ¿œÖØò9[`K­²+{ot 5‰µÒ×ö<½3¹V§eO%Y}ú6ö~ûÞ—È«À>»‚Ö8LÃCÎ'ü~ ²¤*âÀÅánKŒi&ŽjŒ"6YCŠP3³@·Æq @ˆH oŠoèù§™WyC,3?Q^–Y¹^¥”V˜I¥›Nès€èä_bM}˜ï y“ouV …dûÚ\IÒ1Î0Ý‚¤8–å¿gkIÌYH)j(n=ÝWˆŸ=ÈYô9 ž.Bt¡ßuŸ.K +ÐP®q= ÚgqÀ¬r5^pĤà +G kÜ &qúµÂLo0yh¢/Ò0Œ;ÙÛ÷ß¼.˹Q9Ñ<4õ"«+ß2ÉNsSêš4•©?²°TK£uíqW‰ó߉}Æ +R]c‡³ˆ ÒùéG“R Ý…- iÑ$"rGÕÒ ÛS2þbÞPò¬7Ã~;sjlãîT®þ’äü+Ù˜£„cQõ|›ØkÄiÛŠ¶jw6êñÑ7D»æ®,t·0צë|ÅîXÕµK¿–Í¥xIò$ûYx|ùdûMùz–ïÌgå °!–S0åEél: Ù®[\tŠ}͘^×gc8£—˜ïÝûå,6ø×`þ+yQØÅH÷¸Æ‹ g„Ý–ôLÄÄ"^üˆMõ犊ݠå>N¾)À7Å“>U=ï(7ñμ\@2—ñ¤*ʼn§Íïƒp–`›Øqð!ç².iK,ËàÄmiš¨á¯Y±ý £c°ßŠÒL/‰)AŒÿÈçGLÒ¯Œ±€d3ãNŸoϲʯæ»(vÙ*C7ÒàZ×UÉ?½A‘æµ²­¢Jðˆý#…ÃZ!nãÄñ’6ÙJ–@Ý1ÑU»û?ñV1Û‡ZœòÊöAªàÚ&ýåk+ (‹¢%váþ$ËË’hèQƒ dý]&èƒr·E Š’ ß^eÄÊ» ¹¨Ð—«28G›¥9-TØ«€V‹l“Š‘:ßät|¹>¿‰p…š¯åÊ@Û\øQéµóñséR +î~“8{”F#1xj=¡öZøüm®X^¤b¢Ý™e"j¬àÚ*¸m?T 5Çq,ã¥M_Îgè ‚üØô@i5—|"ëÒþ*!.F¢s¸ëñ-ìàQ2 Œjs^¨¥Kû~Ì‘p/›/ïy#=:þl×/xÔi»oo0—”ÕÆCYGßóÊ; +Ý!a‚XÙÓº …f"öÂí·” +„ƒ³|# ¬-YÕŸ?+-C×m²àljì«@{n?ãBõ(œõi¸8Ì9t½ÀýùÉ®ßà\é•5K«,{/N‘3¡®??-MM8ˆ~Ád¾g+^À‚âÜù‹©j¿©qžÉ8™›õò¶æ¼ÕrÃá¥^|ÜÚ1‹Î¼ÚaÅZ•“+ÕÓ,Ë~V¨düÅr)ZCûnȉ×p÷VjL™È¦Å { Ö HõÜh)X“°ÃBîÖ ²,Ä}™0 +¿†Úu +?O.a Îü-¨:tÖH#91ýª05üŸ„ñ!¿»»T{ƒlø¯¢A®ïç ïw+*QŠ +ëÑ’°þ Ó þöì4s]‹Ò˜.Ïç]N¬jí*ðp ùX‡'ßzÔÕe2’ Ý:Ôò2¦ƒEfXŸ,¹²a]eþ>‚»…ùèíõ™Þò€gEÃþÒKwÖÝJS{57K¾t3éuâƒêas¹ï‰n]GÖÄÖXúN$’2M¼¾rBS z^.±º8ø¿ºˆ‰Á9€—iªj~AèÙGŸúЗÛnKq)g;ýé·ÁérD]æVZ& êV £÷ÙD>æøQ½H ‘^üê/jÚñoÌnø7u…uÒœÇV—A@Š…àJ2¢5;d;t²Þ'¬%xZv§ãP¾™£^Gý(V_ô¹,´>\ÀÐÁ› +ŠGê¬lñ)ó¶pØN6Ú:ÂY¨õG'ih„ÿŒ«›}´åËìñͬұ ×µFK¸–ýÕýæ;‡¿‡Z)Α1t<‹þmbßü¢Zî%X[³_Œî; ŒvÑÑ ¤Ÿ¿~”é¡ÉIyBDöù§¬ßÏ:,ÌÔ!З0}Ä6—øv +ôÄoÏ[ƒ­ +VÓøCtrn§ª.ÎÕ¡®ei%Ìü„©"GŽ'¾'OöbÚŽõÐiH,¦ÞÌÍB V BÉ°þ'+[@^/¡-=âi€Dø´žÉB7s,¯V$ºÌØ4VÞpõ]ŒùÀè§÷\~HçÛŽ1¼Y†Ôß4ºc&©Ò“Îûv6< ÒL,í‘<¿|§ßh܈­'wÞËËÔfFw†nK<…(ÙðºÍ¡iÞ`cl˜Ê?²ºQÀ%ã‡aKaûG—Áïí혂\ªÕ).ˆg߯ëù{å”z¦×¿l†qÙúApY€BŒéÎ À›PíËÃbHCÒÎ;êsgÁ<‡C)ß‚ï…Šé…¯7¥ðxÁ~rØÙˆ©÷|2ƒJ8ןOœhØaóFÚ½öϾ­tÔn D¡¹HÑÁ5nQ4›Q6Œ= +Ÿ À[¨©½åÃO³s'ŽÈ29˜bÖç7zr]ƒk,yúAîh-ŽóE²öÜÈò¤°KζÖ!£„ NþNÊ÷ËQç´®¶]Ã+—U™JE ~¿´†5©V× {›VîA0¤º@åÆ”æXÙê3Þæ1$™rY—€Jè‹îÂö‡_ß~ÞÖÿ8i`Ñm¥Q/p–ÿ–è˶ŒÓ’<Á%×)¾Ž;ªˆ¸ø +ß2¢4`úã\œJ‚%“ì´`zå°Èß|êDH]©áJZüwŽƒ +8õgªM_tö¾è´Bö¸þ»Z‹_C»aS0ìË®Ï/ÝMÂ|··MçS—†ƒQ_(Gx¸Fi—ÀÙó9Ðêü0í ùâCˆ,£­¤è‚Ç€¶üvÅ—ý¹’dwp,–Ì7…õrGô)ìÑ_©Ôúh)d$ߨ…<Æw„®z~ cöís~fY]ìSÆ %ÔºîIH¶ÎL€¾ëÔûé¡ËzˆFÇN#jÅ’pû[Wüí@w÷üîø:-„•aS+*ÓttÐÞdå®ÝJ¡î¯KC‹š7iÝ)‹íÞpx&›‰Þy,˜2 hxÑ[¨U~ÅÃä>V €«ÎŽÍ” Xvy({5ä!°ÿÐEÊáÌãÖÊúN×(ƒÝ#ÊàŽ#…7ÏŽüÕ¾«Gÿñi¼=-ËCC¿ñ IWüCôþ„#¼_Qš¯¨4H~=”cÉ­F›HËõu Æëü~#˜/`6øƒu¬qà.;Y¡5Uè{Ž˜Ñ}P¹áOä`v™+‘L·™äã“aNÉXM7ô]?˜ð^Ùq>²`Z¸/ªóÄ™l‘ÒsT”ØyHÃb‹ú¯Ù?ãÒUØG*ils²ëY°ŽðTY˜´Ä¸Ò­ŸR¸êµŠ…õÁgcˆG»˜Iù< ±™¢à,?Ý®ë?Mï†uøsöšn)Ñ’G3b'òÅíb!cf‰BTlæ^é6‚¸H6@`÷~twÎ8îœ˜Ï ƒ‹¡K÷BV0W®ð²´ôŒ0OpA+ÚÞª'NQN°Ñ˜ôx‰8²ÿ¥ãWõžy¸ UØ©Ñ þÆ”9ä×ÚÂ%;w•CFè¢T—¨Coçô#§ž,ŸE¥’L›ýôDÚ:ÙYÇ0€ërÚ!ÛVY-Å"ÕÚQ¾OØAïÓÃIgÌŸ˜oÉ8(£\zLÝ­P]–GŽií[oðг4ìIOã²јÞõ•Ó-ø4ræaæKNê¡eÄÌhµÉ"Vr<ó¼±Ï±m&y*qðxßð¼ªßözØ—Ràè8§Ê;m÷S§Ó{uÜk…Eä¤éwá´…—â{l+^aâÃE%¥@´TàVCåØÈI[Fßv!8djÜ®|ûcLóòƒ3þ¸f<&´âˆ>¨9¿ÕáïuÒ"¨þõ?ˆž…”\"Ñã1†¤BTâ–@ñØDŠÈ»Mä§õٓ݉”Àý­¢ød%˜Vo¥{ˆÆ˜³ +‹K0mR¾ÞÏ­²ÝòïÁ|aÖÁ‘,Øgµþæ. ôÓ­Ãí®*¢ºSo3V$féЯýlß=Ïà˜ÛXË‹=!æZÁ°ÁEƒ£\ “\TQÞ˜f†|‡\n*ãTÓÃ)Á…º?ÊÚ@Küé<.Í žc­ÓB£X•ì%]-dKz›èí•´«•N¦ýÝÆMOÚŒØ× ˜G«ôóø¼IM±›r%£ŽSÙH¥Þz™Ã+NÂÙU¦"ˆÍJ/ rÆmü‰ËP!ÉÄÐs”iÅðÐA+ûи©áâ0fzmGKªbþ£êØÙ9 µsk;¼™qõñß¾¥Ó¨pûÍnúe>–A/"/’ªT³•æÉŽ¡Ô»ÒŸÜú´礼omujߪ²].&W–¢;›¬DÏBXtƒö¦Ö@çêÓÎFªûã^¹¢ÐÁFÒgïa´w?,8¸’e¶Êß:šŵŽU<ŽóÖ߀$Ê‹ÉOži¼lÑð²K•»!JG-vw½4$"­ºtŽ]TZ€R ’\1QÞ¡¦DôDÛœx·¶Ò\íSÆ×·Ì࣠ÉÅ Yú&2*Õa¼;6V}O£_HþUœ}N€l¢ß#üçç€A²aZrVkÜìÇ1(äeÃ#ó¨­§$AMΧþ¨¥pMö¸Ñ[ÐOgÿ +oš¡%ÀqúÔ£#AÔH«ŽŸØÆ–óÛ#+•“gçÖÒâ_O67"šžoé[íìî·k»%sOÄß°­hq ÍDx˜…Øœ8p@IrX?;_ñ ’îëDñ59¦ nøqg¥ç4¼¥ÀÑVœï**~û8Y¯x· ¾.>E” G©Ç½¬¦Üs¨ÜÚÁ{s(œãÆ]ý;ñ^ÿºª`a¾‚i@üXîÀÁ&hê#ƒé Å/ò¯ QWÕ ØÔGgçkx­¬ö,68.¸”ÕÉžqÂ6SæØ/õòŒ»jõÜ¢@Kçå繣ɎÔÉÖ£šxß–§Ý»ƒûR<2UF~{Å=`øy°X—Æ øÜMóÑžˆÐ!EMoozÚMˆ¼KÓx ÁÀ–½{b½Iýt¿$ÕSdWƸl)+HÒ¦:ÇU°›b¹ëÓ"Š»y3Ú*:9qW÷õþÄJÓ”U†l"‹á½(ëoA)ÂÍxçšuâ…*ç;™œ™ù*qÎHö‚©]ù¢jDoä9‰âÝúê”ÃFƒ`Bo^+”Ãgd'´!e_ ÝÞä ø­q¥d©ŒêÊ2-”¬µ%qœ *|9tÜcoVwûÀwRaƒfߤãkAÙ–ïØ‹3ºA¾Æ1&$•‰ :.ï6 }·Áï‡ê‚’Œ2Æwþ“RË.Oë #:,‡^â𓧠8y‰ o¥ØªÚQ‡ºD¢¼J“* ÅÐU ÑÚ9òJ%v*+(™éâ ,õÁKãŒ<÷n¥_\BüÄÒh'õ0ˆ&*Q\Ä!DP£¦±EÀbµqZfl³^¥c ¶lŒŒÈè÷³» Ÿ#¨‘¹±~«ðŒVN·¼Í)© !‹§Òfúú˜ü1«¿=Ø#òÒ¤øü‘ªž¾²ý™ÇKª4câç@~@B.‰_9º)«:Z·—,2yú³J¿kô9üg›ý»I%§±½MßþâèùRã8§hB(Ó‘=FE/ìõ|âw$šjðÐÊÙÑÚ ¸!lß 8Lû3˜Ü¬Úgx†îõ÷I½Áo„8^s]ÛÔD¸QªU ¿å¹âú £t…˜ 3ü¡\Q®,*ôÍ]>òMö!°æ`ÔlÍì«sØ?¹sSâ”%±ÄäÑ>4™?mÈ^²Wâù!Vsð`¥PýPØ”%!)€G+xÔ͉q²ÌÄ« +Kª0féÖྕB +ð`’žÀReœ.šoM#Fä{öîlÕ7V`[¸!ÔÙ¼çeÑ€_ÊvÜWg4§HkS¥åÉÚ¿­08Ä1[TíýýdÈhf‘½´òTv³¡ÀXXþ(µc}C.×Ðõ˽Zo1ÝCû;=¦BÀ÷e­…—?ðQ•–Sw 툑£]*‰Kæ%`#ÝUÂdË];»àÂÌ6¢Q„5¾ ŒMâL¨°6mIH§“tÐbV’ÁSƒˆ·j5EÚ«æcˉqÞëìZ) ép3ÁS‹,º]íCSsJÏ00~RWn6Zs»K7†‚68×-§“„Ž¢C˜…fŽ1bIÁVõ<5®=Z ÝÖZ›*’DcòtL®â+…viø¿"Ó ]»œGÜ7þ.KüÕ6»‡Ìö Ö:ŽSŠøAúQ[I †ÜmÛŠ¿Ô—¹,Ò6§®(°=Å…Ù”êÑ„'|€„è'bG³3d@l‡Nìnj?º¬?´§#†„Θx™&²@ Ýðúõ¾Ç™šSØ…×X.²Â dÆšœÿ•@1”’ˆ–Èo)¸F¥|PËÇ¿ÍUùÑt¡á\€p4¡ŽFë€2¢joàà +ËQ_…hQ$£ºB#eüM¡gO³!ý¸…— I‹ŠÞ~‡¡Çö¾Ü.ßß.ÿšQí'dÒÛ-m”8ŒâMd›KÉg4Ûúä­æÈ[ísÓ†ÐT¨AÁCxÖ/9—¨ˆ ,h8܆`þÈ;V†PÿCÓÒ3–®ý3ä™ËŸª¹žc'vܧÚŽ»æ/DÉü>Öx¢ÿ _¡0G)ÃÔ¯\ði­’™VÏOïäHSb&ób'„û+:Æ:#ÉŽ)ËI˜âæ™ oCÀ¼Epbk=PgÄ’cž°2‘E©ºÌÆP«(‘C¯¬2ƒ0kW>£0 ¡ˆo&Û“ºkCºê:mFjQwfÏ b6RØv7k#ªÜ£^<œÛ>vÿæ›H6&]¼s ›aväÉEp9ÁE °ÙÛÈó3n+`ªáý‘/¸§(…£¨JÑ!£§tŸ²wXïM›ê ÁWßÞ<:î’+‘j:ß2/[0'XÔÚþ)ìäAœçá·Ûº:/u>´$)ªK‘æi—Pi…4¹ ”˜³Vy£†þH3É5ÝÄÎ;”ôb-xôC­³¶œ%F8½Ìw¨OSç¢Ó/k)*IbÖÇbH0ÿä~„‰½*ÙÙ¥mýwš\¤q»£Ñ44gÑvœ8bï¤áòÑ™ rP\ë&[ÖÃ6«^p×ÛjZPo1h3ÉžqËíîÑ[UÎÚȶӮ;þð\Tˆ¬NNgv©Ò<¤ð«hà¡Þ¹ÅmB­‘™‹ Õ´óÜΩÉ)g†ô&¢Ê>θiÎ ¤ÖW ù؇Oøܲ_•‡† ö½;…Jâ(#7jñƃ†P/õfQ¾RUñóÀs¨×TÓTÀØ÷$¡¤¾Wu|䧠G3\²”àÎ0ÎoùÈF7ÅÛ—~(w=¼Š4*51¡ØÙ†éiñ»´)0%ÏÓ0å]óÛ9šVd*!ðÌ4߶„&ÜÑ“Þ®ø¦ýïPëœÀPÉ3Š u²¤ç7E×=A¸ÃŽ|˜°¡%?ñ1pÇG/4:™t’añ—Î|…s¶¡Ã.AÔnܧdíI<ŠÐ©—ý ã²EdÞl“Ür:+üZSæ…ù÷K‰§¹;~û€žýÚ‹„Oo<ŸÙE¬¸Ì0~=qõ60†Ö¹Na/<¶qB1X±²p裺m 5­Æv«Ýϧª„Øî–À»ñ?[DŒã× 1¸]¿Y~Ú¯^±‹Z˜c=³,9Wÿ lM¥FŠB-­¤4Ìû†JË6¶ ?<7OüMŒo‘Šò“'+)hÀŸét”/+ó/Vioö~.S¶<}/ ÕÔ” +òW)Y•dgÑrsg +N`à¼g&@h•\¦„=–ú_$àiO=Þ'ØKñH³n-*ãô­“§ÔûJòžìj¦ŠÎSòÙ3÷15 +»ÝÕµ¼¥®ìU3äD|'Ç·ü•#g{~ ˆU‘3qËPWäÔ²7ä%jUO.™\šZ6¸Çnùì½ Ï '¢m£åq² +™õ%¥!†ü¾IÅ:&þŽ28ÊÇ^õRè-ê’$™ÆšY¨dCÉ y8X4Ñ¢táƒw\Ö~i–óÜ“Ø5‚ôÀøÔ 9o³öŶ~Î&O ׎´B+E&ÕÀÇÿ›wg0CÄníADðñ˜ ˆW3Æ>) Uz^[=H碦ñX~ÞX\µí@ª´íÞ©Ú™¯âJ§ÿá„îõúüf*Tùlop‡~›Öxø_bÇ›“(ÓcŸ´¼l¥u·ÙŽ‘·”·à®_aU=°i¶DóƒnMI¶ y_ ¥ú³Í¥R<èu1¢7HZÁ +T+\ì>A³6£Õg1¡ô°›Ãp1µÇ¼öt_RQø¶Ëf*’)eS[)?Õ í5±Ê-ê婼$×u=Ur*s =ojmQOµö7Õî˜Dy„àó +õ»],9ï­Q†8Ý+¸Cw‹Óî|¢c#˜`”·Sqm†X¢¯%ìå˜E# xNO|^]Ÿ›’™ù]ó™À‘p¡Ÿe)^ûyi7'#B 9ùT +áÞ‰CÚE#V'‘ߤïÒœ±U +R-É2ìc¦£Ë­¸“ë =ŒS1¸„î’Êã°å¤ã ´Ò¡*èÿ¼ŠE=S?”@ø”y¿ïÔì"ö™ ];ìƇ©–!â¾æ£kÞSxYuÓ }® +…VFùHÍ7/¿‰­"±L«Yz匼¦i‡œJ¶V'x‡KaZlj§Ÿ¶Â¾Ša>ŠtÞ«“…H× ~F/÷ö©fAFÈKƒ²Wr+óE‚°ÅP1[§Ò§òQÉ“à´Ï»ó9ó†6Ó>¼Ô_qµt[mwM©U/õ´G±§©ôrA(ÈìYƒ¸(‹jE…GOŽêÑjŸ¢ºñ4¿¦Ò5ÕÞõ~÷Z'>*áÑð¤jö­ëñ©Mly§¿êñ§˜©“v.—,¼­ûÔ +bbÞá_ÄìJã2€ŸMÒ±Òr dDVÒg%dA(CµikؤÌò a§½à©M…SU Ú‹Í¿Çì£Ú{÷–QS¬Z—Ái`´oVòÚÁStðúI㽄¦ø, +Îr©zÛa™–ø{ïdCI¡}I/˲ÐGpc‹ÄËé_'cuOw\ +Òß³'(–A ±º¨Î÷T5…ºíU‘h’–ôü˜æ¸`ð¾Z9ª©#ÇF‰÷¦`Xº='³Rõöýòož2Pw—‡ÔΣ©Ô*p‘N_+ð7í¯¯©O7 Cn °’k ŽEÙC}Lc@\¸·êé0$o¼ºTÛQò‚Ë?¡„!`»‰1Eÿß´ýq +endstream +endobj +528 0 obj << +/Type /FontDescriptor +/FontName /IDDZLN+NimbusRomNo9L-Medi +/Flags 4 +/FontBBox [-168 -341 1000 960] +/Ascent 690 +/CapHeight 690 +/Descent -209 +/ItalicAngle 0 +/StemV 140 +/XHeight 461 +/CharSet (/A/B/C/D/E/F/H/I/L/M/N/O/P/R/S/T/U/V/X/a/b/c/comma/d/dotlessi/e/eight/f/fi/five/four/g/h/hyphen/i/j/k/l/m/macron/n/nine/o/one/p/parenleft/parenright/period/r/s/seven/six/slash/t/three/two/u/v/w/x/y/z/zero) +/FontFile 527 0 R +>> endobj +529 0 obj << +/Length1 1630 +/Length2 18424 +/Length3 0 +/Length 19271 +/Filter /FlateDecode +>> +stream +xÚ¬¸cpgo·&ÛIGübÛ¶mÛ¶mÛ¶:¶ŽÕ±mÛyûÿã\-ÚëzAzL“•^õpwRAQ·ôwº“Éêú™ÂŸÈµÐøÉÁ×(­!îGRJ]ÑÙ9iÒÉóÙÐØï‘áÞ[ðþƒŸT¹qÐ$\®`ð¤Qþ¹?ù4U*½bPòÆ $JÜ h¼J)›ï[˜…Šºc×µ>(|"gn÷ŠÒÍ_ÈoØb)ÒË?¡‰—TÇÐ’\¿”ØO0‰Â8k%Z‡'õ¥) ,ÇÕ§lض »Péãùæ9m›B8ßh®p¢ÛTôDÜÑuK‘š¤"Ú5w1&ƢР.e_Á2!8E";{î!Y ¯œê‘4hIÔÖqyT¶ë¬)D '«#ãR¢1õ ú¾ŠÂ3Ê}&éÉÙ”GE%Ô¤4ÊBñG2_ÄVñ™´Ôðò’‡úžÎÇ›¿à 9>ˆÁ^5-õ\ɼªöLµúÇ#{6¼»Œ±_Âèb»Ø*£²ßoéƒ[xîYÅñÆa +¼FùúvÖg[í}¯ |“Ë^Ch.ÉVNê Ÿ¯mÚ&G½w›Ç"5ndþöÞ:û%3záNŒ§ÁCzá©oa PX£D²Ìzš Ü=±e¡–—xuA(e¦vµa\¦¬Òiªó@‰ }Üžu¼d÷úº\ð홣÷\%Äaæq‹“ÍTÆ#Þò3¼Ž¬^PÚLK%»˜žïžÊ)»ï‰¨Wÿµ/‚Vc²l@¹m§e>{ ï7YâgÉñâJìk\NG*\ª’4G¶r¨ne(báÎÒï!)Þª΋ºöÎ2b‰ßïGïB&Ý]&´¹k«;ç7-€uÍÕÀ´Çš ÕßHB¦jÇ2¤'j¿E"‚„Ø@5]€ý9ÄžÂaí-9ù¥ ½‚sÈý¥{Õƒ…4P6Æ:$;¨ÞkˆìÕ¶JN; Ø‹~»ü’‡Ï/¡èþîGÔW•›óéׯµ +½^Øë'1·ÎÔE–Mù?š©s:Ñ{Xæ?óŒÎ¬h2/¤»väý!¬Õë)¾Tµž°£'š µÌ©Y0Yï´àj3 R Ëœ`Þmq[h΄(oA¯qšë ÜH&ÀKüë4¶8ø@=í¨FÆ"­å¤ó 'â}Ñ"d‚j>í¤êÃv††0 :ØÂÊÛº9¸;dÐVý§‹—d=Ef†ð„ûýFz~Ÿ!/Þež²ù +!8‹Hþhcĸ,pVEböÑñ6©¾ŸJ”e QÝÙ^tK]7iê2ï¤ÙôÔ¢oöÂÎ1¶èâ ‡rÖ 4Þ3¡ñ7Ž}µ˜]Œ­íÈœ˜uEÎV'TZ»AuÍp~‘ôu"÷«Ñõ:¬èžRâ”Ðâ¨à‹—Mœ_2H}ÇÖ‰öRÎp] ʬöëò¢™ïÛHm©ƒ3³¿é®Óðl¤O¾xM¤Ù”¿î°a§ú”Ùæø%r¤òÇu7JŽR†–ú¶M" ý(¸3V26²,(—“¥u…zÛ‡gjS¢$œç 2ÝmÁöFÍI}«&U/ÛQWøQ÷¬å*ð§~Âç݈¡ C!«©ñ?EJ|÷8al?móòž,漦ׯ6Æ´±é À«>NÅׯ€¥5ÇTŒ ;Ńlgw;‘­ð÷»¥v9”ƒ3άur­Ë *ëiŸR’[žlyQsÎ|Ó98.í$8bmo)Ì?0ö¢…žù‹r”?IRßßð´MÍñ¤âÛª¬ÆÐF\qµV¢-˜L Èü8SÞ‰|ŒÈ[ÙVÜÔ| FŽ¶½q°«ŸüZú©>5Åjú–ªìÑPò¢ù¦œuEå¸5œCá= Ó–ûÛ‚~Ö¡ÔãrÚ“þ3“6´qÂhÌ\*Åùgú$ƒ<ëÏàc+ÿý¶Là™:ÐeG¦bÈš†&nEQ㘶œ›P]´B6©±ahŸòŠ³a;e%ü”ožÉê¥ô˸ª­Lù¡Òv$¸º²§¯=¤¡+—§Ý¸ž68¦ƒW`Ñ ëೇ0ŠÚ Óó/ìyò`¡º'± [évúÅ}]j ópŒ I­ð¢´&dG²G ~ö}Üãx¬‡È¸Î»ÒG¶Ë†q3CƒˆHqÀòºÀ’,øÊîÓ´h¢À¾ÜÂ×TÙºÓX?PY)gž¾Õ‡l>kl’G’ÝSu6AùP%Ç\Z Æõö¦ó-aW +^áedÆcûµ[»¸F”$i]UÀM šD¤€ä@E¥Ãýürõö`Öþeñ°Î 3pU,˸²‹Ð´ÜãFý|-s”Ô;Ƨñ¶L€˜= ÅÂØ&/Þ_(ÈË­ô ³‹—4èë‰t›aß -=ý3#¢ÇH@3áãE3qš€tYpFkcJxè’g²£ŽXet=ñ¤•G=…+ÇîJŸl\g÷Ç¥1(–°ß=njMžIy’×}â›oÎÁ—Q[ÙÃjž$Z0Yï/½÷°âŠò®] ‘ Ñyôé'*ét.BøŸ#äÀ>NCÜóøqÓ›$°¬«-YÈÁLƒÆºÐÕ7öö±O°ìâLYÛ¨¹O¾(·VF¯Ç.v9\Zù|ª› Ñp `sð[XG«ÔŒáOŠ)?~ï±ܛG¡v£d–fÌ +ž¶ÀÆGKHÚòtÓ鋲 Ö…{æ3ÔÛɯ„nÂAçDÞ$¡ž†íAï.'®”ˆ` wÝ‚>ë7nÔ£\—xŽ§J/5† Þ“ÔùWߌ]°YEYo·Yš&MR·Àóƒ­¾ÕÕÄ"€íUÀЄ?÷ŽÑG'µŠ7É3ó®L^èIÊâSl²‚°oÖ‰…ôq\E`åw{9Oô ¢cËܰСÓ2ß°sWù€ëh«ü‚.LTÈ}‰¢íarª1h€”ÃVð§|/mòkC~Ño¦³om(vždNT' –*Ę -?DÂ$Ï·p'ÂX!Fç{óŸÏ7µ|É&µ=LwК¢âd$”CA¯&Þa¢ù|ÿFÔÏb?²¬³fk«óu—ï5K´1q¡,¹H‘i² ƒÕ›ñ¦èQ¨hB,.®”j˜\ûeETv>þꟊ´ÌÔ¬Žòý•cLlüÀ0%­YlÔá0$¥¨îüú§Y>1üb]•ÉX]”Þº{ +קœ­.¿81-ðÉAõFï9äKþÄQV1§†C4°`„ n·+aêS7¾ÎÓ®½÷[†æãG°´Í¡…Ä=®¼Ûìè$7…ÓŸèH›bÐ×Ä9y„V׆_9tJ{míʴιZTTöˆûîÝUúÖ×ex7Ò™õJ/ýmw~ª°Y€©:nƒ’:Žíu"·ßÙÙΠ[ºšÊôxÚšÈP[¬¢Ó çbž€oUyþa…O‰¹l´fȺ¹L&¨ãÝ‚¢Q÷â¸ÈAl_à8Ò7)|‰îôµRo¼Ï^Ö¿6øõ4¡«Ï…ôúê T È«;Ê¥Wî)B`S‹#X?Br¸¡û_sÇ$šÎ+MFÌâFÙkm`YD«çºßç.VË…@Òõñaàmu/Õm—¼ÑîåëïÏôƒÒɹ`mýël—KÿÍÐ;6áØ'ÀH”# &p(ßÿ3õiü4M?ªùš´ÿ7ƒeŒÔ3yØ‚?‘Ö{É!~àÛI=®—ÀÌ‹ªjnxŸBPi#û&{eøŸ<][Ü„E¾ýQN&°4.ûÝâ)¬pö·Á('-&Cß•NÉFÏ–Ê÷¨ŽoÃ쯀ÙôÞCpñDëï‡>8<,Ÿ›7ëºáUEL ádùSw@k£)*+È" Gñ@F>ô JeD}9^„Bµˆ}7¨WL¾ß½¥¸G;åÒ3÷BÃ`Rk¥ÅÑGÏØÛ8`ûá´^ˆ¬E¿áL–DŽ +`/ÜòÞÓL3»ö|RñÜá M„Ep4,âbæ)¿:‰Š\å@FŒµ$QY²Ë;Õ°„™bB¢/Y”§ei*‹ÜÉþ@Äp.«`ɘ‡ÙʘG-fö2 ªlHÉà?à³8s{Ü;⹿òé;.ù–ÙG’:-6éÓ„€=š}(GO7Gp²®<7ù}³‰›C8.páå•Ù†¢§ÆZÐïBé‡Æ€W%Ky9pm%›,zR$N +E0&tsp3@v#ݨ?ýDJ…(ÖV„ˆê“´S!Æ–°žDuÀ!/.u[ngÿ}䑃ÞXN”çºû§QzÍ>oûùfù³îQ‘BD›xF¹eâsrEÉ[öª%‡Ÿ‡ÔGs³§¾8êGÚ5/3¨åÜüT£q õíèÉPƒkla0'‰Õ±ÎxRâêÓ‘œØhÄï^,áLd£n‘ÃÐïLçËäÖ¸qëY ˆÉâůÀ]ÞŒ/MÈ_dåößTˆ½ýwMNìòEK¨Ã¬VØ_‰bIÁ¥Àú ªßmû©ox¿}S¹(:æ°äË(ªpEE2YWž„¸•oØ¥‰;»ü‚Š6U_i;.ƒá$0+o³d#@ý§óëv¦<™iTa_zÏlw +ù‘c4 |p{Ý6ý`ÌüR"îMo|‹õ‘j:â'òý2Ȉ‘„YrôËÖF·üzØá§;<¦ô° ÁºgŒW¢Á`1U¹æñäv/,Qè$©5ÄæÇ7"ÜÜÏ.q$^@uØðä˜a”nâS¦ä´ XÁ» ŽBëKŒZVVûrfÏô‹”›¨#\œéÀLpâØ” ådM¦ö1¾n^d36›EæyDçmjà —{4¥e?㆟uá!ÁyÀý‘$7S¸Ï<7lK+Ù¢;ŒuVYVn¯Ø>*çÚ+æ·¯±ÂªŠûooä½£³÷ÞRÙ6Íӟ܃»Î D^rQ&V çÒ[gÕ„æÜÛvÙ¨s³hÃákàt_xp è0-³`HI[ñ–猄ÖwHX\;ÖU®µ¬F+Îc¾fÃ:¾GÆ8_¾¥6Ÿ‡á«œ&:UÎ s÷6«Î90‹katvÀWG玖òÄÚó6:/é´ØàC,I!¥‚X®Ê®Á<ß|ŸÌGócÕµ\jÑ»$›ŽÝ}µ”dÞ¹­•,–¯/+c@G3^!IñÛOŠçŽµ™~îò/=ü˜%Âþ“èÃ{»;C>Zzú!þÅñ{4r[udÉ;ži­šw·YÆ­¤¿ÑŠ[ãƒv(|øP÷U”ÆàV…á˜å^É/ãz[¼.MÌçed°¦fúû„lÀïî gëN=)Øz2rzËI`th°’èü4«ò^¸lçƒ|™Öð¦B¬Ÿ•nQäÊ»`7‚˜1[ ¾(+ÖtȪ+ÜKÁ?Þ# ŒËd—(r ³vߤ/½^k⢑Í3}£·ì–YĆ0Ò b¦ÌÝj(Ì,ΛêÇ.÷Ùˆ¦é½—KuSh°½Dœ‚•íkß:êä«|4Í›2H{Aê½ö€²Ñ®¸ÚêÊy_Ø.ƒX'&ªMžjÄ:&.Á•zÁEÁç §Ô= ¾YÜá» +ÆD|©rî †ñgLeþ÷Ÿ-ÈIù^©¦…^oÉÉ6{ÎU~¼9‚k¢«c Iý˜Í¹T:3_tf•rïUØøGyÑ4;jDiÒ6 s¼.I"jrh>¤óžý'll2ç£pãå;›Äfêpd¥Â¦ëv>p_ ‹¡P|øã\Æ\7É…;ÂaªÞÞ?QÙ(‡ƒÏ£Mn¾wmç9ظƒl†xNZn‹ÆÖ¢¥É„‡.ìì#0l ˜Û-C1yfº ­í}×âÇyøWeqÞG/4ËS) ¹Ög(¸(èg!ß#Úßp:Ó*êA”ÍÓï­?-£Zl9†ÜöÏ´ó®O• ‡¹ù¢=ñÁ>ÀŽêÐ/‰4 ZÔzeø9šëüêÝsŒ äÙ˜ú¡¦4‹£sh“]ˆ•’>Õ²&x¿Kå²çOef6u‰Ð%gá-s sï­¾² êˆöÀפ:²dÓä )ƒŒ$ÎäID™,²åo˜Í™ÑAŸ7×@Ó‰³ÀÂþsè +}×ö„§—¼Jþ-Kí&¾±òÓ…3[õåSŠ#òã3!½x•s¸é"õZHâ£BÑn8¨óYäÍV„•Ò Ð›ÁàÉ °¤ñ¾ºü"U“å/èÔÁwÌ®ÅO"êê"u9!Úœ· 54œ^ýr\œÝoìØÕ¥B’b+þäšQÚK<™ˆkÑ1'`.e’–ÍpIÛœ¼¢ „©WÃbH³°f!õ.!­‹jäh^·êõý~ºR#š§gnÚvK½M3ðD3’ÐJÄ‹ö?¨5I‚QÙ +áC.`á6©¤Äa™—GêéoËÄÁAn‹ / Ì÷/´æxÿ.+Î’Ö fÍ ¢AÆ!/'iªàÆÃ\<6ErêX +?áˆQøR¬~‰‡¿ÔJ¾¡ÎÇéŸoÞ@‹Mä¡&5ʧöÚƒzJúoè7cø¿98=‡€¿üœ3áq2@Pçðä뉓®sS9,Ä©u¡û¡¬¹â#®B’}¼ëçLÛZ‰Aìr«‡]c3¾–¦0®Fà/€^بWò[²†“Ûy`ÖL$´6KŽg@ÑlÑF»qæ$W(“­oïñ,“%…~~VÜ?h¥V¥!.„â¦†ß @çB¬sô‚›íI¯x±}a•¹¼vÙSAúµØÚþˆáBqm¾Ù^Ár +m “xYÿ®Íè®<Ÿó· ·aÏåd¡ç»Ð—è“ŒuÙBž¯¼v¹±ê-¥n«Ú‚/·ÇTSµ+RU:“JF'Z~š´š‚>ædÆw`S)a´3~Ô{´Ô,?+§^¶©øO؆šë-’OoË6ùDzíiaÓCøùˆí»NÂ'7ˆRw2äÍM=,8ÇDYTÓÎKL ²K­Æ‡Ÿk3¿a½=N‹ + ßÖ€õjî‹®Gäb |4h_I[ÐH :ó¢]^IxøÉÆ‹f08%¢ =l&Õ@¶W”R½q…“¬¤óL l±>k7¢NêLYVMÓÏLrì,ÆvÌž³h”¤°í311ÙÈY@Á´¹ø38#î—¡ÃO<×X 9ᤱÎ0m¥tûo×w§Ð’94†™×øéߺܢøú¨ì~‚°'5-Þ{l%š”â ‹R‚Jÿ™žÀíírÒÉu$oTšt¡ý8Å}ÙÛ0}°>€2g} ^ZíHW-°ržo–a™D£Î«¡?BdO¿É»g´âj+ïu43™CÿFœ1S×´šØ£)Ø"Äÿ¬U`i`"绘,à*½`öÔaõ`¸ ‡›Ñ’²»í-ÒjÕdÉUÚhÍzÑ'“Í!¨Û:‘g»kÖMæ&µ\Ì@ÚmŸM1v'Ów‰fûí²ñdŸÉŸpØÍÓC%LôÞ~<(Œ½{ öŒëVOºhlÿHe%&óµ‡eÛ%7yoo#|‰­Õ0He¯àÉ_øóciÉÞl+F™\“ *E¹’ÆoôòѼ״Ÿ‹³M—m:ã<ùâ>Ê‘Pƒ Æ+¦wò·•´ŽÔ)Ì{ž9âfVóŒ0yÅÔ5ɯšS2}òê a +hsiÜÝÑKêÿ˺ՕŒ¶E) ñe%Ä÷hg[´¥#‘YD_Æã«gKÒÃþ°ÚUÆǂʤ\¬p:ŧ¬’ãW·¸#Î,Âù†½?sf¬÷‰?«2Dq]íòz´"Ôïö`ÀhT_¦JïQS›éâ^Âdäñ|%ŒÄ„È+G‚ìjÑØš P(;ašå<ŠIâsYTaau”i_¼@°r­hÕíc̳þÒàøé°¿6 ÁE /çÙRž°2óØòÔCÛÇ^’ïJ¸¨ä +,¦m‹lG €_Ú“gaµ»ÊÞåhi¹J²Æ´‘¸æ v1¬Â%‚”á0 „ò®zº¤x,6\é@¤×6­²Ôå±–‰>¥¸ßîùèµlÁQ$r^2¢qõâj:Ò,Û»ÎFëN]G¤­+))>RØ„a´W³ +UVƒÌ}ý˜OºËóÓõ¡é9%œe²h–wWŒ*›‰ô§úŽ·5¹†f»î rm2óöinµy¸–P"y`îî +›¹Œhp++yµgR«’Ú‘v~H %I3×zÌì|Ø\(EC/×H”äÔ’¿ÅÝa­>æ §Ýð×Ù¶´­DÃÍÁ@fÎwUÝ{Ph=8K]Ô·ìßìÇ#R£‹,Ž{‘‚Å–®K‡ƒ‹:Á‘¿É³"M–Hé¾~ØB® ÿÚRxe!ü$]^1ëióSF/8©÷Ì’„EÉ´ãÏH€ бaäu³-þFˆðÒGªð’kk%•™C¤e|n +ºÆ9KasÓ¦ +œ,T|Ù¤xì°ÝP¶¯/™øÞM}r蔓PO¸ÛH“Ó,Ós^e%ò^¥ìឈRŠÁ…ˆ€ÿ¦"%J…OìŠH1ÙÜåöƒ{¾:@Š®×ÐÛ|bÑéšy¶ƒú“˜¨1ºŠ‰s/Å2pðŸw“×fZï}äAA?üÙr—£mX˜ÞÖ#N Ë>Ø¡[èðçpyô÷g +Š+¯c±ÞüX-ZgÝ&˜K}»ß{øñ½Òâ¾Üå1½r¸ÙóÛrœ|¢j‡‹y[·“=dÓÈ6ƒü'ÙfÍJ-mA’zNVyî UD¥ ȆŠ Ì-ˆÌ„Ÿ*gér8%æþ˜ExÛ¶-ôØ‹ ñ w!GÛ v“ÑÕm Ù*§°ë±òL–ò©“ULö¾ýÓrc-òƒž tŽ +¸{l¨$š*à ÅGï:(6J³mdçpˆ†ŽŠx">¶Nf–“êß:2K•©›nW¨¾c¬¹Å“å— ˜f½ÉÅQt½Dœ’㧠+¢ZÑzh­tãLzûˆñâ~š9×t d風7bž[˜™©ÉÈÇóq,4Z÷3Hüÿ0ª=TaxîÔøãþj×9­ê½ÎŸ²ÕF)$¸,øîMYtÈ«B× ¹²$«ŽŽ/mj§OÌtÙÊQ¤µ6‹‰Õ ü³zÞ´[`ÂäpE~wêälÊ>3¤°õY»!Árã3Ý4éÍê‡qô-<Ð@gäÏ9·®9sÈÙlü°öáú„óÔnœb\Ö“e5 Ò0Í©än0`g8õë=èMÔNñ³í73Æ9Žï·}±Ú“f(¡Ð`¹â×÷ébsN% +å2šCÛ+ø2òîùw¶–ô£Œ#™â«M58C,„ö?aÒÀô¼‘³Œà˜áúà Ã"¯Ä`OõrÛ•ÂÊI8EÅBÙ\¡J}¡§¥ÓŒ˜¬³î„:׽njyT‚` ã·Ò˜'ù.<´$SxZuS¦!‚gT7?¦c}íªYÑ•AByÉú‹Ïôé¤ÙàHɧ‚2!šò©ÄÑgëSÏ/§M%žë uÞ ÛFg¢ìáNûoAîÑò Èu›õ½œK”%»MʱðÒz”t$‹:ÑZˆ¢ Ðܪv®Þ½ÎÙÕ LIÒ¦IH÷Ñø¶“äàr\#ïrQKƒ +öž…¶„ØÌ4 ?³~ ܃ÜhÂÁ“B]óì"¢%µœE#ýšk˜•æÑ=®„Ô$uú&’_tǪþâ6wGåÎëm‰ÌW–Ïap£3Ghm\†¾×²­$»:‚çïœa‘†G_„ký¾{oÌ—åbs¸’¥™aÕ1¤¦º7]s\h÷3ÍIÓŠJ£>ápëùÛv}¶Ò¯…Ž$p?̾Xý]²Õ”>O‹,[å¢f/ŒŸx}Y•gÎ|ÍI8dd`ât-á«W!ueRx¥jAh“ÑÊ-á–Ò·èÙx®² “Nì<#a´ª›ØÙdÙí?*ß#%Úðéd’õV,ǽÓÏe‡c[[‹YL'zñ§!Zú¼Þ‰<°5ˆ­ÓU+Øleà )Çæjæ©i«7¦Î±ûdÿd_ó%&n¾äTÐÊØÁ„~Yú#;~ˆŽó¤öäÜ;|Ôªø;XO½ºLÆá±E7ŠÕqö­…ÑU‚±&ªjÂQXt©M¨e˜ǘ‘k²-£æéĹ ¶ž¥‡ÊGKºâK1ÔˆÅ;™vú‹.«2¤ÊV‰£>3¨zT§Ø‰m@ØrM]ï'Fý +V<’Û[[X׃&eöáRn?98è¿øB&iô@8$&¤væbS.*¼Q³VŒ]eŒ¬’à9°7^¶W áf*9åÃh›Ö®­Œ©î”Qîòñô‹dð5‘ó§ Š8`'z÷BŵjÁèmà? èÈþéN©ðÈ÷¢ú™%X¾È5˜g_až¸:ùFTôŠ^òª/î4”¹j‹ÎcÍM)g•{H#‡O¦~!ΆP)ûséòõV\ntt‰íé©Õ±®¨%X(FŽ™äÂiÑô ¿ÓNäiÍ×/nÞI),)êGEÓj%ZÞ®¤3Ù¾°)ÐM­{æ†@äTn¬7ÌmD{«{›ùP¼­s°Ä!-£,Р²¨tÉÍ ã‡OHÏpX϶_%š9ˆŸ0…ô ïoˆʦP1àÉ-ý)›ª{ÂÏhÄUè?ˆEè‚Ü“æ{ ™Ã7ãP¥B8.Vâ$ÅcL9L!ø2 –I»±¾¸ðò[ð òom‚ûYÅs¾à¯´\¯ºœ@¸Â쎖0³Y]›q&P~é¼Õ!Ú²dsVßq¶o˜¿tx]Úq%Ér2ÁÁ~/4Dµ×ãÑ"S3œøGvœ·’|GS¸õ´´kq¸ßñ‚IF„b„S ÏŸ0R±pVlÔ½Ãn+Ý!sûó ½Àø<®‘ù +”#–=ÜžÕê¦8¤¬·¿AäŒoĈ¶W™n§Bï º— ²gëƒ78,ÞìZûph•”µƒG˜ +ÕxD¥£JARÙ è­zoU:òïÓ}n[É;ñz@;ÂFáDûlˆJ8Ô c~xž˜žû¨na`;?‚‚>¦×á¥ùÓ+ P®ª³ºÝv<«žðŠw껎Ulññ­á“] þ“ÆÙ7Æ>³ýF)¾1¼¶´©¤Â`c^#ø&[æfd:À{§aÍR`zå\‹¯\ÎÞ?Àºï™÷à[¨>yG3Î-v4{ááOêKɲ8”m¸æ70Ÿ ÒâÚÍ•bÌg»"‘ĺ~©Íq¼‹JÙ¡M7!²PÅVíÑØ;s£Kƾ²ù/h®3˜% kÓ}UQñ°™]>d{³ËÛÇðyI˜¨ žò’‡ÏW"roדe’0=£²õòÌ^Ýç bÌfñ£7¸h+$Æ9^Uض/À&œÚ{0Wâg]6¶”ú=véÅZ c‹¸xõ+$›ãiónLÍ-ó2áb"]00î¤$jž~¾~Rǵ#ÆMŒxE,h Pâ̸Rø8ѩ¹ ¢`ôyõN Îcñ­ûw«ˆѯÉMUC‚øÕà+ZË4%–o+OìÐDºÉoƒš̼)ÞR;J|ºq&žU!‹´‘âíy=: WütÇ©/VùØl˜e&PKA ×©s2{e½Íçîs!,sšÔï!cƺQ- ðÝ,ŽÐ;ºæx[MGªùU»%aB‹ñÁìøÙp7;.ÊôßèQTºrýû;vç5Z —€d+ÁQåO^Ï(á>¯ØßË$…”Ïa¤fó"‡Ä(T >ûMRngéº8yJ2”$Muí2=À¡oe½Æ¦Œ®ÅÌsÌdþì×R"Ž«úCësÒ,†+Æ?aZÌ+ +rC¹”¯õÅGŠÁî &–)°©øoÄ)ÂL bϼVŽÅûSÕòž÷¸ÜÔOe¼]XÙçyµõõ,À®ÒB®ðµ´Cåˆ3´‹föÁÄÂBÌ E÷Ö‘FþÿQd–b¯>Ð-ö¶û*~‡ù0a[Û­3ØÒNqö¹¤¾9oÿá˜Èg*îmÆ +¿À”ʢʧÌ” øWF@9ÜGóEcÛ®áYé°}‹páÈMð&¹¦bº=êïG{^²ÍEÊýnhJýæ¦ ø™RÐÁ4#ßDLJ0)ÿT6¸Ž@—›è'´ÌÞxOjÎðn]á¢Nºõèìº7$•‚^|%Ó¡¢ÕǧbºT¸ÑÃæ¬M«ÌmFkVÎ+¢Ó +)~EÞ´iˆ8™C/MÖV¤‡©ÄZ&á=Ÿ3¯°–=4 ó)ž÷mb¸ÄC´ßÃKëÕ3L"Ê@‰ïä_Š2µâr·ó¯TÖÄ¿^Vþ¬–£‹o97Û("L;8\“åz …o!V:@ZkLóyK¶r/¬‰Ð¼b&”Ò#ð¸¡ÔjM½žú0ºôÝÅ©}‹êš°ÚÄdÂvu3%8Io”º<Ô­H`~…{ 0¦’¬„DžpCUÿˆÜ¯jkÏÞü1à¹;.ÚâÐkëá¬g2Sß&ò¡nìÄŽ¾+m¾‹js©ÎWÕm5kïµÖÖwï3:ùÿJÅ/Ê9Ûæ8ªYÖ‡°-?cˆÉýÆ&Ÿ­ÓÑƱ¦3dI‰™Õ蟯®ÂZÛ÷WHŸö‚G>’’È$‘;¤S·]C/0²c>¥€Ø‡SG%Äeûr³ Ô>ì'@‰›ŒGؘ“dd:Û—®ƒwJÃuê{R‰ØžÕº8u(¾ûzn€/Â6¦¸ñ #`߃’yGÙãôB3 ºQË,1Íøñ„i{°ƒrZ¶\)Æ‘cñhˆM·'´ŒÙZ#uÑ'"|{{%Rðñ¥§®è§äço0÷VùTxcÒrüæG7sê¶_—;¡JŒJ1ÅîîüG 69ØŠê ¤Ê?ãk,©’¢Í€«Ì|¡+B’Ž™GE¢¹q~_œ!CJwãК•ß^¥\ß>]·Tq§É›Pòºö¸Y »Ÿ…à¨b ¥™>'ðJ¿ ÈN¡ƒ¬¤žtñký c”Ñ“±O|’/º£3Þʵ'h½aÿG[]wM8£³5«jI*—3êŽ.¶Úi¶RÆv½CÃa^×^|]ÉtÞ{GØŸIÏÎmÔ9åcù¥|íôWÿæOßû^Yis„¢b:«G$-zC.%…ãÒn´`ÔšX¥ƒ¯‹8jÒ×Êðœö´‚t>{§á'ye·‹¶,unH±XÐù€&~·ô;((§GìÁšžº ›+ïrL©Õâ£ûg.9;Ó.tÖÞW0óÃLjàtøoÏdhUðÕ ÏÎHŒUmæóZÜ39ú«ý÷Äøªö; Y0…¢’\o yi‚¾L7;BaR#Y(Sñ ÄWbÇ$W5 ä›CŠäG¯ú2CþM(}Û’L•Ž4¸ìÄ™4›yú +©þFócöµ;šôló@º]ÏÏ÷ï‹KQoc£lµžpÈT£ _yÞ‡Ikìã¶'’˜/ AºµÜ Wß–ZíSÆJüÖWxXliÁ SâËA‚dù¦V(N@ˆ–5Ê ‚'ÞÁxù¤>½—󓤖ʓ˜?sÈñÌæ}¬¬Kà"Ë_b¢1¦Ó=Ñl%ÜI…ð—GÚý™¥ Æ÷Ç ‹4TåAž.4a"V\¨ZÓ]Úh…+ÅèÉiš!“”…iÃ?«˜¢© Óøï_ÝLü>éÙWFbóD…¿]SadÎÆ[eL· +’MÀmkhÝ©È—«ÈVnŠcí©ÇúÊ)á»sX&`WC¡qqÖzÌÕówü¡¹4k&;Y«¿o¦pÂtñ¸¬¸>ߧ2R (p²ŒjA¥Íd^*£u@âì9m•£b8¸˜óŒd¯Ö“/)Íò6šVä!šíÎè¿‘(>Ïíî×R.I/¦V'k×Y’DÁjnˆ¿án¯÷îr:ÍfOÐìÂé¶þsÌšÃY™¥ÉáidÑŽÚÐ6Ï Kú†k›™÷6§Çç÷’ù½˜ñ+¬näC˜Œm¥í,@©óš‘g¦­fÛ!¶“3Ï 1f½ü8~ˆøÑVç±-`·}ÞåÑpç8€€­h\:Ï› ØMѺÞæø P•;K™¸yê/€­úšœÑìEÒ붜ÎWº8ÃŒœÏ8«æ/jo–ñ:•ÿÜXæ£%÷+?̨uü^Š<Ë‘ Z Ç.žùÉð½®îm0…@^R•[¯>1¶Ð½ªh<+’+Ž Cá(n)¥†»ö™5—×Nˆ·Šõí+må1 Þtš?*Ã7n3‚Â#j¯°E‚OÂ*žcNþŠÂmµ¤â¼ã,&,JûBò¼ :3BR‰ë؉8Ù3Ù9d;Ž1'Q¼ö„µ ¬§H»§C[ª)§°IV?…ƒ|UÚ£$çít6(Ðç2´•ÃŽ¼M}¤o¸Yoz󄻨À¶Ù›~`$“•6÷óË@sÆsf žüB½sê÷÷7{=SÜΦMüÝHpvú Ô˜Nc"}“¥«È"):‡|‰Ì,Á½æ§[•ëa—b²·køP¥%$Ü/-ƒ4až5œá°èuZÝŽæóì LË(Ë“àZ7çõëüµ÷U1ã] ægzí:JåºÒHÇC£A®»¹’5Ù]h;`têYj†AŠÃ5âÝl;ˆyd柑 F¦yñ6’¾!Ú¤ +ŽDSÒ>*û—wÙ7Á»;ãi?_,Ûö¾¡ÉGG%k•Â½Úñ„]# {t"vݼ˜L”ò3Ø«E_zN‘iš°ñ®†cÄ(ü3¹á§ªJÈd¬^~Åk­À§0¡]Ù0 FÖg"\Á«]ºë<ÿ‚_¹+AšùXPªâ…»DD0y̱Œïȱ5½ýÐìÑN†m}1‘|Q%fqôOÄur܆IqÊÅR_…÷¸ÖÝ_Ä&X.Z¤jÑFQ!§rH|¡¡ÿÚËè–¶w*XHxªÊjv )ºSðe€‚<_›Â?Ä eyc˜ïD®ÞQÓ¥ƒÕkc@| MçGØ#HgCù­ìÔßû„‚²IJO¶ê#\ì§e]o„’~…]<¶ÚQé_‰3]~^ŽßFOÝý‚ù™câú²¡‹OóJ¼òf3R"ÕçDŸ–_KúŠ»ü½˜0¬±§1ONEt…¡"8jY©ìŸ6Ý +ç½ÞPcWãp#—ïLõ˜"ëÁ7"ºÓýã×™z3käV +:ˆzŸ"^ÞiàBCÎÃÀòß4¤YSµ¬~5v:1%6|ën„Yà cw“Ig”©|Nü °C*5Ò Õ-îÂ/"± õ£Ò¥wî­1-¿´ýi‰zÔª4À@ƒnÿ’|öÌ—­9mEž ê.Ù œPÑäJ»F.Þï°ÉÉ…w%ãFPü`kªIZ´( +yéˆ?£ûJ[î¨G”C”éx „S²eëèÒay\éM'Λ—ßóÑ„cG +ªq­h£¶ÖÛ1uè4|ý Òæhe%·z¾3ztÊ4ÚÐí¹À%Ér%Qgk€†ŸŒýç|ÒžÙL'3ª$,#µûÛø,[sDÁøWtof5•ãfß­£lž­Ãüƒx4¥i¦¥GEýiFÌDµÃ± ÈÑB¦ò–vb›·Ý~L¼‹ŽŠÛð#_ÿó£[Z í£.ca éW.£H¦H53¨Œôpcñº3ônZ)‚œT_Ñ}dŠ+Nú(›3é̳þ3+ÿžbukç¥ „ôR®17å<`©„¾o!ÑæNï%[Ažbyt|£GŒ€‘Ä¡UÙÌÕù]|Љq:~Ï(¤‚Î`PÎ4äNòOɺ:¬zÇĶsú…‡˜Î¹ƶ$;cÊ–‡òîiôº³›F¬?Löô}‹£Ç†O°î:þ_.ÜÇó9v¹WÃkÄûÌmÚš¹;æX*#(p»ma÷‘ý‹^Y9Ù<­!ô2éËÚöNäTS±»š2óÝC¿7¬T"LûV‹:Ì0UL‘#žÏý+…Å‚÷¼b›'Ï]ÐB/Ÿ;šÅ°ê”1Oœ‘JbŽz÷HaÏi¿t–Ȧ ‘ÇT ·gá<—t$[ˆ’HóÇÇûzõ" ÃÕÎ8(H“Aò¾Á„ò-ਊYš)7ÍÖ@kžêc¢\q'æóç~iJ*ÌίGí].ö½“õЀ ª¹Õ‹£zZ iÙ€¨Iè‹©L–±ÃöbI×Û¢;I©*ùoïðúÎP÷ÞÐhvÒmF&¸4îfß”B;Hcû&ßuù{hu낦s¯Qf<Ìó>Á¼¢bãýil´Ry¿ÐôE+/ütm˜¾öã >–¶,¡U^ì¢g×- .NÝX¬ÀÔx²(»4²¼fgÓê{ÍŠÐ)‡õüVŒ¼‹uÜþµøn„ ”à¾o0¡&ý|„$ïB ¬Òó@|;ëxLÞS/ÙïbV,@š3¥û:Ëš©eš5!pµàÂâ°UÇ‘>¾ò‘îû,@slÁÿøù­}©½Æâ¥5s™ñèáòEñž²ððHöûÉê¢ÀâMcK³ÿUƒø^düþªzà—:{ âHÄÓ½E4úW1Òœ§ê \ÒMŸŒ›fX·Ã¨Îq\v’™—ŒzÞdm{=ÜÎ…Åq­ofÓƒ¯¨¶>dK$õ½Kz8ᜃ‚²Å¬a¬l…­bðÉÊ Œ»è +Žž¤?Éäm¿·¨Ç ³ãï¥ãê»›¬Åÿø§ˆ†xŸxA™‚$È@‘wJï«ý ù„ +º v*FYêcã1Q‡«Ê2“N£Æ­ZƒàÉr!­fUBÖ§} pË©N£ÁOüêžÈ6Úp"¡¯Jóa3œWt‡aÑbaµ•?V›ö9¹fÐ ¨3ü‘~°-H1•%24l=b-¶÷Qdx½gnÒ1NMº|ùà úÖOH™ž´±K‰ì¥¦—_ +ÇäÕ»Ãzã8±ÉIþXi?}‹¢vÉçü‰iK,Øå_ÈØåYÒ4ù<•?.Lå·BjÄ‘7f6ùQ¬oXöËÿ£Vo1u5"– ä‹xa¾U×i½›™e«ä`M™Ñ¹ªbÇö)Š'i#€u}Œ¬¾z»J— Ü·…!Or–o4µ…Š‰¦O¥‚HwR‚„¬’SFŒyÓæV·„¾~y¦”C覚ušïXl'¾…ÐÍi½›×x¨…5üÉŽqb’‹#8C‚ðœ¹i“fbX'Ñ (÷(‰Ø˜CÄoŸµA½€A>…ï‡7ž=urÂym,/07!Þ«[|yx]‹{¿=à?ŒËº 6O¼i‘zõþÀä/Ü0nòuÛ?¿3c…&†Ä’ܬŸŸj˜`%\kôˆ¦? + +¢ÿ%t57áú§a= E˜þ¥÷93pPQ:§À4¨¿o)‰âz¯S™#Ñ.÷b±%Bs—Çå¯kùüéC¯‰UT™¯uõÐj|yöe¼î J†­mqú7–*(ߎ¦‹eæ‹ÇªMª[x'ʽæw6½Œ0Äg@YŠn¿Æ\;Vê¹EñëidžN: +²È{Òûi„‚ïÚÃg2Œ¦6MègyáÀ¦Ü‘“©»1¶Î&ûó|(5àm­ Ý‰ž#ºf5_k·Á8gþV©'âº96`|iYÏ~Ó·'z°ê¬Pþ,záHÞÅt õŠà¶gg\¹¢‹;jZ(×y¤10ÿo¢Kò:+å¾!T3)ZÙ¢Ò_zGQ•!°2£þNþÕ÷ fm`àY2`À1‚ÔÙîG›pal‡âŽN ‘È*ôXyiÇXÓÝvÇЬz F¼òPLmúEtù3…zI +ªŒ¨ ÐÖäNÝcG“ÿ÷Ïlôt¡:ŒÌ´ .a;àÚôª´g5¿­ì•(øHË4ÀÖØYõê£ó•å!I2eŸ÷^›0†AéìC&p\ŽÆØgý§¿Ë7‡2Iú+¶Å‡WÞïð1PÑÏ”¬`ãŸaëŒÙ…ÿ<Ç<4ŒèV´q@eî°üêg<ªSˆªäÕ/®5¡0Þi~ôfÿÑQ3|XöG‘³Aç¾±,Œ`w œŠõj¾×/A{ÆY>ÙaÿæÅA]>‡ñ\ÐÄäÿÿTþ/h6ˆ³Šón^n"ái0”ŸöG>ΞÍK¬©Ç½¸âƒ9ó _6)öTé-™ÌJ<ß _š!/áÿV]¿DMã1Å ž|Û·ò—_gþZ‡…R.Md…¿è +¯Œ™ˆŒjP8sÇ.j:G"±WK?ùM˜ŽHiº“wÛÿäÅ@'/Ä¿‘iЪzp}é®x(ð€Q2IåjûÍù5€Ôo[ðTcÕÖý'Ãü½ü$+¢-E5µé!@s2¶õIOr !ãËmŸ'v#{Æ`°껄÷¹ž×ÑýÒ«›}‡ƒ•lôÇs.Ý ò–X„5åM‚²¶xÐÜi +#]MfY³Â–N§²~µ–ÿ„[󵈨¸6Qt;ð {ÏÓÄ)½LÃùegv‘ÔÕäSÒ\ {3Î20³|á1–q´2œG… i\0æ®nM> —w¢k§di·"f†è‡N,‡„„j’šš@â+ÅýQú¹æx›…Q4$ GqÄjœ›ÊM®¾ë3íS)œêF2ª‚‡èçnádáÐùé‚l\þ-·é£¯ªZíÇÏ­F2èTÒ M±ûÞz °QeÉZÄsˆvöë´­áv”sÝ Áµ®]5ÿ ÛÁÌš$h"_$ìÄèÆ„k©ÞÍä¥Am2‘° ÄE5ÇE®ÿsï2£ZçŒuÉÏOáKaj‘ÿCag ”ÔhŸuSÞt2 ùl+SZ¤p¯=BŠ„€ÕïÊÁgürE€!=·õ¨nâÞqóy'l9=jyñYÏ4H—Åü™Î'?+"Ly™€ÿÒ<ïÕ‰ÿ½ Eæ^Õ[ž?¯2{HÿIQ‹cííþ1T‘FÙq¾Ã&íe>Ò‹˜ +endstream +endobj +530 0 obj << +/Type /FontDescriptor +/FontName /XFBBQX+NimbusRomNo9L-Regu +/Flags 4 +/FontBBox [-168 -281 1000 924] +/Ascent 678 +/CapHeight 651 +/Descent -216 +/ItalicAngle 0 +/StemV 85 +/XHeight 450 +/CharSet (/A/B/C/D/E/F/G/H/I/J/K/L/M/N/O/P/R/S/T/U/V/W/X/Y/Z/a/acute/b/bracketleft/bracketright/bullet/c/caron/cedilla/colon/comma/d/dotlessi/e/eight/emdash/endash/equal/f/fi/five/fl/four/g/h/hyphen/i/j/k/l/m/macron/n/nine/numbersign/o/one/p/parenleft/parenright/period/q/quotedblleft/quotedblright/quoteleft/quoteright/r/s/semicolon/seven/six/slash/t/three/two/u/v/w/x/y/z/zero) +/FontFile 529 0 R +>> endobj +531 0 obj << +/Length1 1647 +/Length2 12510 +/Length3 0 +/Length 13346 +/Filter /FlateDecode +>> +stream +xÚ­veTÚ’5î\wwwww§Æ¡q ÜC ¸kp'@îî4¸»C>î}3óf½oæÏÌüè^}jŸÚUuvU­¦&WÓd·r¶Ê8;¹3³³° T@Ž` gGg~%f  ‡¼»¹àãF¢¦–tš»ƒœ¤ÌÝ] @ +h àà°óóó#Q$]|Ü@6¶î:m ]zFF¦Zþº°ðùwäÝ ²qмÿð:8»8Üß)þÇŽš@ ÀÝ°9’ªjúò*²:Ym€,Ð èö^„š‡…È ²:ôkg7€Ã?Kg'+Ð_¥YÞ¹ÄÁsØh zwz[]þ‚˜.@7GüþlÜÌÜßßÀÝr²tð°ú+w»µóß ¹¸9¿ßp|ÇÞÉÔœÁî`K7‹;à=ªš”Ì?òt·5wÿ+6ôœ­ßoZ9[züUÒßØ;Í;ênrÜÞîŲ¬@`sŸ÷Øïd.n ¿Óðƒœlþ™À hcîfåƒßiÞ¹ÿzÖ øOÕ›»¸8øüííü÷­ÿÈä:X³ ±s¼Ç´tmrBbý«_ä¬ìlÿ°[y¸ü;æ tûûèþêú÷$Ì­œ|V@k$Vg÷÷ºÿ™Ê,ÿw"ÿHü"ðÿ‰¼ÿ;qÿU£ÿ4ÄÿÛyþWjsÇ÷øÇž¼/s'Àû®(þZ6æn€¿Èòÿs5w9øüwÎÿz[ø¬ÿó_á„w²yWˆ™›…ûfXä ´R¹[Ú¬ÍÞïo»¶“ÐÍä|ùï÷}wbcûLËdiïô—Üÿ€€NVÿZûnWÀª+®¤¥$ÁøßlÛ¿/«½w…»– ðo‘t•­þãð•„„³7À™‡ÀÌÁËö>ŒïãÈÏÁð_„ý›ˆýŸgesw77À…ðþýŒÿ…FÚÉÒÙê¯>Òt7w²zo½ÿ0ü[z¸¹½+þ÷6x¯üßÏè ´DZ^p¶ µKËLw¯ÅË“2ìéb‡s)mÐ**ªvîü˜¹É_aöRÆÒ8!ðÖê3äòº£À°;Ô…ë@Ûùx–O@Iß]€¹FÓÎ˸ÂjRŠš~¬ëw>§´cÀæ³»5¦®aRòG2ÑÎé†p~ODéY„Muç‚h™ZŸ€ó£«¶ðè˜æËÁýmßðà@ç%l÷cN"µ ' *MLk‘¨v…_üe¥¦Š‰ÙŒîÒt®î´ÒÇÖSº2“ŒMò¥£ÂvAE¥cÀhJ¿y|Ä7åHDˆº³zžÊ2¿Ü»ã½Öä¤Ûÿ1‰/z#.§ÆÆ_¤W,›åËt-\ÚŸ¯©N­ØZÝñl®|¡]£qœDüœTY‚½Ô„–˜Wo´}…&o†ôª}ïÏOúÉ >IHÚ§ˆÈ¨5ù0˜‘)㈹°ð½´çþy‹ÓìhÄ‘r"26(ª@(MÁÑ/wjוІÏÊ$Au´dáaìÛy >lV$_ôøÈèñ¹Î¸uªžB²Ý÷ÛËÂÆÛÜ6oÙNUî§Ã…l —#!è$¸yY‘\†±¶Iß°p ã±Æ !Ehɹ|l"l«•ÄáÏ£§/]>[`@+Yó+d§Ù>¿`²ÿþØí}œÚ]Ÿw ®Z^ìêLVÒƒ•Jϵä yzÑr8¢$ÁB܌݆pC†Ï +_Ó%>2 U‡>C¢QMa™~ïv4Ó!yh÷-]{K‘¯iA!’À6Ë]ÏÀ¦Kúå¡:Ã5ÑПÁÓe_ể–°Þ«ÿË3”ŸØ1"ˆYK£ÏŸÙ”‚ù0ï¬æŒ`ñë^RÒ‹êS¢‘¾›°—ê­è=cÂì |×µ"ÓsÒêþ(vü4¿cå.#ÚAñÜ=9ÍFXÞ%Šßª—›t3¤wðiXú¹b‹‹2|zåšÁ}Ù7këõˆÞofÔ•y7vT°Í;ƒD6 Éñ>ËT DåaŽ:kŒ’Jz® ?Èí­-€F“Ÿþs W–*btZì講úv`t +-£7Ž°šS½tÒœžP©4‰7¿"µ€??+«nä æûZàà¬?pyªZcÑæaqE¬{º2ÈËU¿rø"@=b!ØtÌXL…ákk6_:{•Š\³bm#ï¨OB0˜*©œL¶=e(hÅ–úô"çò&£÷0ö!1÷co·E·.ÈÆoùS-¦¤«$7ãeº±½8žT5)®Ì¼&’»î„r´Wä|þÆBìk1· ïZaÓqÚOàZbà·ß+Gµ©ÙeíA#w·x8Á5B”ãÄJó£÷w´A¥É$Õ¡æÊ®&Eä³zUã ©®U’w*žŒ%CQÖV˜%Ĺi+hÏõD)wÖ°/…ç/·VÁ•0ŒH$Ù×*ã·Õp Ÿ/ì™Öª`!1à×›MI´»3*!x(çBô ¿~[Ö VÍ;íô*Eh’Ý«Ñr[ö +/íìƒüŠ@¶q‹h,Ó£IÍp¤»±-ȳ\ÇM…ßÊAkír–Ç4íËLlœ`㈚’›æ'ýá:†5ˆwÈt¹ÝO‘~ß«ÿ4l©Y‰Y<øB7X†ì%y Ë2Ίþh©åÁ“ö 7ß”‰÷ë·ªPwªFë¼¥¸¬Í2í²ÆÏ¹í¬£iÅ·5•Ä]èß3L¢bcãÏ­Ûû(£¸ô¹B:Í~æ z´“Ý1Ÿh~1Ðêb.à¡uÎsctv©‹È—·’÷÷÷óââÚ-©ÐÎâ:ãªî-5ÓàÔiöxÝq£7S~g™¸ÿd}@Ú¶ +B÷Ià=f,®|ŒÊuŒýÿP»ϵܘh‡å¥¿¶·)7Æïz‚é0¥g»«Ó‡°géû íî 5,óM iB2x"·æœÍ7Ž!ÊŸpy¯Ðc1óUƽgÈ+ï×Õ(°ìª–.ëG&ú¯ß¨5NÇÞÅ°4¯×ÁÙmê»7¶±š4¢¢”Fëë.é)BNXMs:ây’ýÈjÕªÃÁmÁüópÂ(è¬Ñô%<0ä©7#…¶þõa,h_§LP€u#eU„éB™5ê>áK ž5JLDRu×­Õ¿±ràe«Ë(˜<½Ôëçc—$sHm§¾ÖrIÈîõÁ^Ú}¤0‡?öc ¾Í‹#he¹°rd&¨`l7ÚúQÇ/ð˵Юëmtù¤ +lƒã…ni‹£†€"¿ËmÄö>ÂÚNzS›ßfa`ÃB®¢í„¯:üdá5³ëµò>êõpÔèµæŸ¹¶fqšNØ®pÛ—v¨×ðZúÎËH†V<ì/»A¹F5i,²tñ• ЃžU,[’ŠÝ0òæeBéÜQ×cûm°Pá˜1˜k×V¥ºh¼- +ÊO3vé2Æy½òÑmÎÀˆ³â_n(š§‹?=ûFNƒ î×ï¬c/óm¤T¹Œp9I +& ||麠aI—Æß½Aõ GŽ—ö¨½¼sý…BΟ­!À÷=8Š|Á2|KÝxœÁ¦ûeZ“ߺ¦¹sGVV¯ãìÉ_»õôÇÌŽ Ò ÀŸç+ÝPÜ~ +Hσè8vî¢6ý5 HøÆ=³TøÕ3$tc{ü,ó ÒÙS]YdŒÉ6YÑý((¢¥LÑ.¿<›ìYŽÖ&Ü)'}¡ß0‹ýH|]p)~"C‡÷L"Ò?sg7GcGß%á¬Ü¨­4Ü!›Gª…˜1á,&ÝrÊ/ +ºUäE#¯ƒ7¾\þ)ôü¸Î""ΟŠ Є©>HbË‹ ÐâÔ ÚpÉ Y”¾y”óà|0"f”ð?Fü‚ù¡Ž'Êür3Ô?ÑâšBÃ^œïé Q¡÷GîŸ^Ç« `‚ĬöEZÏ2zŠ´“~̇²9|ݘÊ:ѽ35Æþڪà¬9¬Û']Âhaë¿ÒkP 5ð"õ:}8¸ñÖžguO†ðžð! “…Þmன}¬—“ +kjgŸ.À5jëºåèËsLÔ7ÀT +8OC†ì[ýQ5£§ò —N ^TjïŸ^h¾dÂ.íî©7x¤ÉÕ¥iä¹ËR¾[ŠÃj?"µÖ5 <¹hü½°Œ‡ «ô¢ykèÑñ;àùyw•è¥¿J‘e#õ’ʶ‚ -G¼{ÿ;ù—¼ÛIõWJ&«¢ÖÊÞü£ïxŒÁTÿ6Ó}QÅÂŒSAÈP ™úˆ1†íP**|}ŸV ÆÅ…©ÆC:d£z–JÈÔÏ6Ór ¾¢û£B +MÀ±kmÂw.câ°ŽIoh#¨gfê5µ¸Á—í€z)<€T]OœÚ¢¥Äücº˜æ±+‰Ä7Y CkyÎz«­™n’jÃÆ.½qÐgvÎÆóÖã tºnéOˆQe´­DÇv óz4"ý8^’¬r=Ø2âÕ™~HÒe\êÉ£¡í;ä3ç:íVðÙæ4<†#æÉ¿‹O,å¾ÞÄÝdýTúÈw‘Šö¤*Ü^:ÒÔ{;©i[(ç 1jÜmù’ø„ŠKÙ—+ Ñg-ÕPpü¹Å-ËÍ£ìu5wï|+„ùŸªy(5“¸ÁÝÕœ#Dâ`Ù›*áú‘þq¬{'ý ŸU7ª×eÓѺiöf×ØÔB›nu¬ëè›h°D ƒˆ W¿ö\#¯˜Î*ía3üÑkCñˆ:ÿHÍB®F å0õõ}ý‚öRÛ/£\û|‰á«ZÎêy˜ìòx³õ!‘Ò’Û½w*Ï {á@v¥®˜£¼G¼kO´•‹¡è’ Á1â½™ÂÍñÕ²ñÜ.{d½]ÕV_‚-´—ìŽØ%®UÆåï=‚û¤¢^œ—,dÈ^'¨õN¯…%Ù˃$ë ˤm_hPD4½²~ðŽwÀ_T{pI¥ú¯ìèh“Ã\%º,&hk»MÇk×,ôbÔ<žr–³ë£]1Ñõ›Y2쟴x\N–™˜¾Ü˜ÄAwÏÈÛSºsºÍƒ„:p(Žsïa ‚´>u–Ù*P‹J1o~Üî*Òb8=ø€ÁÏÿý¨“ÙEðw—t½9üxbg=vøw‘"­×~uœ_“»Qˆ”J´Ã¥ÓZŸaÉœx®ä I“Ó Ø³Ìu¾"Và}¥–Øþ Eˆb ƒÆç®ù f&‹z;ð +÷å$~ÿÎô-g<¡i—QÏÿaKlò_ÕuEHž±®¡ó'x‰Žš!%ß»<9šf©ÏwE†×w³* áÉŒêmnÊ^póÇ}Jv“Ȧ-³»þ3;)À=üPô+TŒÖÍï"Ù\Ñ¥©ŽÌhé?gaY›lúôlÛ¥ç5[÷2ÖAÅm V1BÈ*;-4õ}OUyhÛôÌȺ«âÏƉ֎’Ï`&El<™ô¨âÇ€‘Æ&âSâ¡³Ò ¨B)VGËI"hžÚU¾c#6}û³Ïÿ™H§ßTÏnÈûP`2‰V ¡šlkÔ¢ oã¡l¾K¥=äD“·O ¼áU¯•Jα빑âÙ>ØmÍ汑?nXK{ô96Õ®ð†V{Тøçë䇊‹ù˜0àýúX¶”‡Ôª&jQÕJŒµ]ƒÝñk2¼=S}'GQæÜ'¨–œàÊãÉNi fùq|z³²…[ÒUOŸQr‘Y-\GÆï(³‚Îî¸#ÁÁN³¼,¨“l‚±j+bÁ¨Ù¯á¦·¾Єº]zW©¶{פVª`>ìÜá1†H‚(#'ãÌ)´oYxç×ຕ¡©z qˆÇ·a~M±Î|B çÑÏ4—£>º•zw%'Ô}•\Ù–)sF»Ý…òÍRÚáõ õû_$ƒáT¼ÃgÆçZø¨&¢›@Ìa <–Ë[[Á Í=˜„¢¥üt?lÝÅZôIS*‡ò5z +œ?êZy)JS;²n±Ÿ×ÒÓ•úÜ_bÞÛaIÍœ+LD7»Ü=±'KóWÊV^ây®U}.Å(S¦™`c/ ËGõ"Ÿü¼³P\Í~×eÄžì Æe嵺>:Ü_È^P ×h¨M½AæµÌX®q*s…¿n<Å‹7+ 4>¢ƒ:•Pø‚)¼Ðz,B]kÔ§à ¨‰3ÞÔ«yˆ/ÆþnÂ9)fÈ¡yÔ)Öolý~Yå)²3wy“N©ˆ‘\X‹„¨D*8ãéúL^î¯c±ñ¿’0;~Þ¬|*›ÍöxÌĵÛqâÕùŽü»Œ §}uw<å&# .Ä¢%§iK›æc/î›qIŸŒaÐu´` äÒ%µì›ïn £El½ +`eú)~,öwÝhYâ¦Cëž—{ŸÕõ’¬eFݲ¨_`DG¶˜©N£FÖž ,ø˜îl(;vðÚC!ŠvV"ÎþøiÞåSAº@ËXÃîyH³YßFýú¹¯7½7®.¾IÎ#ø&ã„b‚4^hf±¢ÀÀ÷B=;eãû‚ t°¶U—:RZÓ¦³#ånÊ?*Žÿ°ØéXÓ^†ƒ~R]ú–Š¦KŠY˜Q¾+óA«â)ÆprVz +Ààið˜Xõk‘ðjàE¸•Sñ‡Pê¼j(^¾ö/÷7FùH­ZšP®Ë…„…ÁÄ4Ò‚9+u«&OáYŠë¼ê½†®Æ#— +Mûi©:vY>Š¢éŒ½4RƘx +.pMÜo´tÑJ¸þ×}±’Yí°>¨àç„CJOÃ2¸ÝÝéµÏk›¯ ´tšl{¢ú)¶/’ñYwb&'bâÇæÝÞÃrj‰ }¶>Ê_ص +ÍHQëœø‚¦`DÏ-ç㉣gár'ÞË}%k”k~¤dؼô>ùø$ ý²ñÊÓ¥?¸¸{5j7ú詪P*iÖˆõ œ„ÝcßÎ4©ØŒI!ê)=˜JÔ\…I¬EÈ’Ñ÷gfLä¦E!½½"쿪E”ñ{Uw=~ÝÆ8´—ΣuÁ„‡Œ´Ý_ÝÜ ëú¢GóGÍŒ¹˜ãºB4‡ù6.z_C–ÅÁã¾iþªVB߸ónêÓS °Þuˆ4Äõâw‰!Z“cºÝí[6P&7P‹I‘o-4bãZI›¥t·~ÑL¼QW•SaÛÅ´òê8Þ;Q©°Ä¬…÷#ëÑkâ{&é®c5òAWFZ¼ùí]IÈ?ã+kQ8”|wNtíhŠ¸";N´¿†b•f†Øë½ Ç‰:¼lÚÎ1=p ¦Æ–vtêU*q€éÌˉ€;– Ò½Øj>É<îR=–õÝwËMõ®Hõ ‰gÚSpÈ{´B[ã„7Í”<äŸV›á=1¬0¦‘ëPŽá`"aR‡#+bŸ½fs‚…ooI3Úë6¤™Pƒð1Ÿ\Äsp=5×­Ç1ƒù˜>ãKoÍŠû¢qÑ}CÑäûõsAs1\¢+½â›RŲ¬ˆ¼EÈyÊGE)fIØC¢ê‹ã[]0®Í7ûÅ—+ú(׺;˜MåçæÔÜ ßo¦òcP–-øß{è¹~0òê|™psÂpúÀK,MÎKu$0ª¹ö…=³Ÿ€|¹›3‹jÒxªäZÙ§—sPeŒ¼I…3"ˆ;#÷áÚËæ¼VpHÙü“A‡ÚfÊ`p8̧àA]&ÉhŽtÔ–±ø*ô]c¦¸^8OŸõ#¿º%z¶ ~~.U§Mî…í–Ðÿ¯G{Qƒ[,ú}òPÃJn`h”ؽ~gËÝjXA8Õo¦ I`UËBˆïÊ@…˜Vö Ñ#‡® +¾Ô6ure%È58‡Pä\atì‡í€RÏŸ`Õì4Šì×Ä0Ëw˜×Lw3ô|æ“B«bÒ¯Ÿr§^8%V‚£8­Ö¿ÅÐ|žªÉpª®°H½\§ô6õ­õå@I½!]/þÌhš4•cô™0ÎöJæî‹í¾¤ƒôMÆìLRÞœ»ï þ±ñ“?‰žÕ˜nP§§!“e4W* ¤çHtþsºøÔÃ×<ã›q,4­×•"ß®OÁn È +8,À?®š è$ŒiõäsI¾‚!Û—ÊUó&Áò¸U‹°ª‰Þ0•c‚çáYŠ +¶’6¶)*sV{1 +ÿÛíë×8ÑzA”¬2_¦Ù#"ÏÅ©5ûc㶠âË.~äæyûNj²§sÁ‘âŸ-E´å«/u ÕÓ +a*ãÇU„g”tá—y—Õ‰‘ãú<`Ôk/méª Ýð2–…D%Ýþy·™ÞÿÙž4ï9m^È^Ê ™¬vÞwufËk}fJ抵átoò’”%Sy¥§míòì”Ç*T˜„ ŸCmû%\i-+: ×<’räÊ. {y˜[zŒ3ÏÚ~½ýÔw3ÞºuXÛ9ø¡Q‹šþ1ŠS¡b˜É ‡›êM —«*‰JVõ·P•\Ø·Ý,G6Š>åcPžên5ÊÍçNS¢$Ž½¾d°"͈šÕò•x삧AYó£ÑýOi•®!ÿj•o"e3ë>$;{a¤C—ö@Ÿ +J:_æØ *}RiQù¦ ¢mÓ±ò9²§æb¿W?ãaÞ9xnž–g8i±‘N gÑ£ÆÊ1bOó=ÃAxŒ³yÁ)uyY2RµâòŒsN@pþô‰N2•t·Ç£:™UѦÆA»ö—–߯ˆùÖŠí-ÏY‹Ê܈tÆž÷°Í*·+´tåúªpÓ ˜Ìɧß3&vÒ}UaW'˜e†BöþéÎ ËDsè_U—2PcVö/b>W¥èg~÷Ÿ +UÑÁõý`ôú&Ä8CÖJ/8[®[lï‚#Yg N-%a›;˜†¼¯"Téȇik….ü˜Y=øx1?ñ!å… y”˜‘ÆKö'™~NàaGüOd8#ʘԩ½,ùv¸;*žªdsO·é꫉_ +{ ÷Òòë 0 Â»9)J´Ì¼db©“6àgw9é9«+©Z(nqÚ7»7¿Q…¸W;++úÆý”²!%ü‰:SÜ\ÕZÞü2­Lº Â"ã¾ýвÛ\98ÚƒÂçîœXd ñcìQ<_Å5+Y»fóÂúZb¹ºóûM•&9qö©§†¬ÞcßI½·õ-ÂÀ‘ÆpW¨7jEpŠ7p^½©g”œMõÀç{ý$U§™|p›Ü‡ŠæUæWi2àKþ.n45Æ45};’ïž»xE…Â&êÀü§ÓnÜk^Ö9Ì×íW¸AB¥ý³!ˆ†ãsDu¤«êôó=l]Œª(óyˆ- + ujMß>VNèr|¾=‘j(ó(¿¶Y•‹h9!©9Hg9±÷z¸Cܾü“‚‡þs¶¬;V·Èù‰% #ÁUW+.yY Ðd£Õ}‡[LølûÖo¿ ww(Ìû&p€¿HA?Vêû·Â8á*uÒ{ Í=<%#mã*“³VL¤Ûé1=_0ë‹“-kn¡ÖøËD¨B½Ììg®9’7–”‡ Zxb„ÚŒ7hâmD¶ð‘±ÏdEÂÃùÐ +×x7€¯–ä&‚×íƒG(âìÈ›\­Ø"¡6„"ÐeH­ÉÔ eRVÔ|LÛyÄçž÷ õ3õò…íä¡BEt/XÂ~ÏhYÿЬ?K¾êUÓ‰rùáÞÞøj1.pÒ%)k€¾´V-ƒök¥Ï4i:ù §<絡sá„;qŒWH.½€Ç#Ï1èÚº-ÞÏÅk ²4ŒpƒÊ3Tô¥>N"IŸŽET´,`«Ìª1©`ú±þÜÏRþU|†¿¸ é¤áÕûk»bÒi@ÛBÏ/ÆǧRE„Ìį mTÄÃöNÝ +äDa¯Þ­ªq/­fÁ>Cté²?ú’b†>}ß7sÊÚx9m`¡!‹©–*ÝRNóŒ4±D»7sk+e~ /ï?ߥÍì oÐGh¥dŠdohŠ¶Ì'mGK±oõ"iÊW‘ò;è ?rߧ¹GœÜ+=÷J;þxÄ:"qŒ‚ÿ`æË„éo¦• ¬——–zK¤¸™p1)ÖB‰`Ò4c»Ž®G˜3é¥$:u†Tðóß™ŽÞÿLqŠª‘/8jÛõ‹Áî, 17¢›a®Aöõib¡¢SL¨M&º'Ù-ëRèA¬ žŒðˆª‡Ëç¤Z~Øáús¬XœÀµaš$k(²§D×æä~Q¬|ªÁ¹ópÁ¯åt—=ãËcõìáFÚ +Ꙉ4}nrI=w¾šˆTØ_Â>ø„Ï¥$#®ZÈvÅh -Qü‚Ic™ÅšPùl´âpKZÍÊvÄog¼ðý…gøCÎËDˆw³‡äSÍÀÓ ~ƒ .™¶¦§Ò¼=JÒ<&L°9ŸjJ‹‰’SåL÷D|ò[˜>µß7|ÇcŸšïàq7ËmEr(áê _jbþHýÉp-ÉñÔü8 j—à¦p…%¯ +~ék‰oüK·xtþX9TÖ„Ã÷+M%lS¿úU?ݾnj½öµÎPaž <š‘µÄ‘§™Æ’O‚•SÑ †#Fhç{HÓÕûæÊsžñ¾lËõ E쨉A€,ݺֹšªÉ¢[Or(xŽõZý·ŒõfÎKI¥Œ³gm‘PŒÉ¦¬ƒçL—™y1ÂÚ·“¨íËT«Ñ8ŽÒ”Ø<á +–? }ŸÓXÅKc(†Ò-CjŠPPئ…£ÕÐTËk$£tÞ\•‡P¹Lënæ°pXä«l€© ¹­J”13^°ýu´Ù|ÑŽœ°Øu¼­–sIn˜éÝ+™èC‡…= Í´'äÂ(1oÒÁ¼¥lŸ,ñêÑ›7IøË¢©X½Gæd–ûq¢wKȾíuBå -öÅ]S©cÙ\‹cjÛÎ/A +›nJ祬^W[¹'Žý…b¦Þ{Yd‹¨ô,çb/Æž+]0Jx£­zÅ&ZËœemõB¿*0Ø ÃïV}ñ3i5`¾ßÀÂÿ`eßêØPêEp¡bWdg}*ÇYÁÕU”kÞÖDP¿¨¤«}p̸À÷açÏÉ`ÃTÅLö_o Ù]âiU x=ÊÆk†5×ê[FŒžÜpˆ ûO'õvŸÑÇ-NÕæMïêêœeiHu»b@ÛkRÖW¢û èšþ ûÕ 1Ú^Ä燊‡*ƒ¼|Ô ‚>4>Æq~E£Ô©}¾÷°ó†4d›j„‰mýî –£ +;Ôså…ÄEºˆîщ«År° Õ²qÎç¬LË…Æ ÄœA»·¦Ìëäp‰nkÉ‘ÎØiewI«‘ I} úŽ¨“Yá8ªúï‰_70k¸pf‰¤r?ÀÉ\ìAÞŒ•Î»²ó9š›hu„T¿º”Œ«Ï`òWÜ™* Ìý4]?Öd˜¨ï ®º,§*‚ð®­;ŒVmŒ“¦ÂrÈwɽ´Ã;öã +ÝûáPÑá=‰7Iä=Kñh䆒èÏÖÍ胦4ËéÚi/„'nc«ÒP&­RUrÕßìtEYïpó‚æôam‹û"~MÈ &w#ˆ™fù3“f®Pþ$!ÅVÆ3lÚwâ-Ûã·5À +•oõgç§`OØл@CÂQÛ”ˆcmÖâ+ÄMeöÍ C·cÇ2µÔ·‡WÊÖ Ý½BŸ [ÀË)@«±Ûà ršyoÀ¥îfø¤+Ë]‹_Ù›¤Cœ£zLÓ!å*’m—e,2‡ñ¡K«Õk¡õì\ ›Ñp!Ñ-;®|†×@ù¤Ú}K'ØÓb‘wˆž[m®µM¢íÆ]°Œ¿ÿ†]'Áæñr2D#ãO¨)îÀa¦øºÂÊðUÛ­ ›ÚÃ2u '’gEßgy?êæ k¬@ÒÊÞgÄDà® ""T¡“l¥„kÜlìßu…µâÊB‚Èì^Ž§{æƒ +/d0BPØíO Ø웵ªRe!{”o×-\QYÞ”`ixˆÜwrž °#¿þ´U]Ý"ú;ýç*¨ ȯßáŒ_üå^šÊþ¢¡Ö;Íh·}1öl& &-Xqš4¾8É[¬HÄëåì +çc¸–á8„Vi5þéÞ3ZÐÆ2µY-ÎÛ$%f [ K Ýz@ƒ¨î‹âj³?½#|¦SDįŽÓ5ÅBZBŒ´Bfv)Ž¹œ:Ƴ.Ç„®\ 0>%æ Ðq—yäá»c:'Ïér4"kQS‚”bî! +´F#¶öÙ®³…¾GäA~ʵd¶n7‘›ÜsY©´ +C–CÚI”´Îæ,«xo$ýσJLdª²ûe€ÌÚáü&¦š£?>àáRüÆŽÄ¿0/Ó¬€Ž æ¢{$댒üZ¨Ô +hl+{ˉ!\¸6€áÝú…LQø‘®H†ó¦= ïrX¨>ø4Ñ/9dô…}ß’ëXÛ’Õðå·rCvxâ]fع¤ T;–&oÉ ìF¡ëDMÆõ.v™}§çV©-ûÎè4ù°YÏ«Õ·2Nû®)-ˆK?›è½ãýùå@7’Yyœ×µÖUž÷£ì-i ¡ “úaÁÚÈ¢¬# ìsƒÃövÙZˆ" Š‡tÔ~ ß›‘ú†ƒ£sD e¢ koå¯Ò~ß{ëTª¬»¾ +‘‚ å¦h®WyÊFÚüS^»ûS…‘=UUa–é˜92ÆÒ/?'+|P§NW~6Õ±‘U¿lsbÇôàÏX@8%)_¨5É÷gªº<~ªÙè0<­¥ÏcâñãEc¨‹ò¥`¶ÑÆS”g8pÌVô‚Úb#²z³ë¨Š´éþ9ú}лÂö8×TòÖô-ª]PÈÿ"‚Îkà5Ï’iÅ«©Mr'ü+ç‘›3Ív{—Îy’ý÷è!Ed‡æãˆÉóàO¶Ú@J!cá—ÕLMy©ª ñâkž†¶aß—u¹ù3¶Y¹‘šÈžôËr/ØŒQÜ׳‘ÄJO™´bê/L‹A_y¬Ñpñˆ”=tR‹¾óÜb}ZƒÒï”ÊËQÍÊ•&á~VŠjÿ!F +™gƒ q3X€×<½¿îL3ëA_¢u_O÷BãgòäæzN!§’Ú)ì»ð)yµÏj¡˜%[%²î•´íº)á&GÎAåÜL¦˜²&5ùÐX¢ AÓ +öeXõ¡†Ùò£ËI}äH´í‹‚>±gêz¸,á†dò º0hà‚QÊJ0J÷“ÎĆ @„ÿ9uÑÔ_sF`[9Á¨½9HÊDèŽ{dåJEÂÁ°bœøâaD»L‘¸G#&¸%PcãØ@é?Ö>6iÒ(±–ZeeÕ>!Ck¾¾@0±ª‚Wœ.˜Ò÷ù» d |*ÜO›"â9šgNW‘Ùð`0^Ýۗݶ.ä®û¢¦q(œŸ}8õÚ sÙï1_`T†Ä}WîtzclíÝq"ÙŸèÈÃ~³ùVèDsðbƒ5ÀTéºê» +Q;“´jÅÑ°b^yE=q²+ Z„(7{Í8** élþåŠzêð¦ùš` »]Î(uõ¸8Î5ì& +aºpA4‰âmøÖô(Äõwðtécºcgˆú.·‘©á›/tÄá°!˜|gÿVHî=hË·KpýhŽïGÁ­k¯*è„N•'7ZU×TU$ÅÍX³ª’׃•„$°¢ ¾&v„‘Ì&ò±º{u^è³S‘Úg(©¼ß°UÖÆòâúXSÈV`—â ¸"ß4x]gý5âs£¹9ÞÕäH +S@å”ãG%ŠmYYº?¾ëHoÄ{,sÉP˜ôFÂù5/¨ï4ü9*E¥‡Åw”µúÃ0…nD*œ ÷”gvî°¿µÇ0¨ŸðÈó*Ó¿Ü© Ð/KéØë‡3–R;É…÷®z~ÅnZ:·˜) ®óK²Z…Óª`„Ò +÷ð˜êpËAñ‚ZÆ •ßø8؆ìàhƒ~¯ŽE¬ÚžÈà•Çu£k5V˜NùX{9·})ÎË×å‰Ó¡¤³¹ã×_söTBÿe®ÄŽ¤ˆ9ÎaÂTA`äÁDZáå¶.qËU53û€¹¸>Ë([Ší(ÎåoéRKAE“šÈÖ qA³oÔj¢9ê)[¸ÛTÐÌÖp*z “IìXÍ¡:å7¹²g¦ l|¶1¢¼w<Ø;qB“hñOXRBàcGÜŠÉ¥ +Â×Éù¢{šñÉ¢¾*() +#V+@":Ó gð9‹v¾J\´@Ý ~v€px¬œÖW‡ÜeØ€Lå± +Œz {ähj Å<ž±ÓÆzèãæ ]: +BÓÿÚqÓ|‘É'†ƒYeJìšù­”±5¦ÏTŸ"ÑFZL-Ì•kuØ‘¢2Aè³(Å"MÕ5Ƚ¯´À ¾À£ø«_gÛ±YÅÔù\Ë[â™^üçjaŽ¤?FY½­jºJh3QIo9mˆñâf€JÇ8?¹ä+ô þoÌeܽk&ݲZ´yò^“E[9¡uÏòÇ)ƒæ¤+šyíßËs?m`%-ı®²PûZÅ;Î ÿLK_âþ´‹©²ÍẹÒ)ðÆqUO,™v.¤,^æ=‡ky¢ÀÇ ÔIQ6öO8€üÅŽøZçÒ{þÜ]àÖ1gà34x¥}d—õó34:^Dî'”{¢5jül¥ÃV¤§û@@è‚iƒ»–ÚÓ ݃õ'òõVä®· +4Rçì¶ÜSw>ŠþLb‚ˆmõ:d)·¢Ïº@dWÈÓ:êñÀ2óTª3:¥{nĺ÷vÉ-ë†.b5C¬üjB¸b±D]9w±Ÿr†Sµ‚2Vý´(¦U^ËLÐmñWŠ.ÚŸON ò¦/™ SA“©ùu%¿¼n<’§ÇJä¾æ …ªë'UÊ“$uv(·ë<_ˆMã|,"ã·©19æ`·­Àºo½N›Ê•ý" šÆ +]\Æy}…,‚£zÜ#Úûd—1süÒg.^Ç¿ÂAo4•q.äoøuë²CGr;àõ‡Bp¼ÿ@Ì‹ýëƒ^u©Ie9ûî`” X>| ûÈ"2Àö4ÿ[XJ—R jÚÖžØÛÝÄÑ 1;‹ç¸®‚=;5 ´ƒ_ÖËÝ‘®˜ÝH¯®á(Ò“éŒRèi¸QbNûDÜÈëM‹~ „/1§úÇúH/ö—gQƒÚ>®#ô*/yóˆ­ÏÛVŠÊvr*=ÝœKÞ†õÏÂœ:÷Ç;êoR<whmWÓ¢Ó}îÛÛÿhë¥ì4†­Í¬ È9v%iÅ–SÝÐùä€d¾ ”k'ØNº-?Þßôk¼<fCÖ"Ϧ¿T;»ÚÚªˆ†Ý©2 w¾ø%Zü ‡ßSåúfßI H²Ö*$¨Œ‘lóPwAÆ1ÂS7GÄjSÆ‘v¤DÖ‹Åyd>%[µë‚¥ªRQâFÞ °Ž¡xb…-Ûö¬#FháÁA5èNY#ÎÅöã ŽLNC‡þ´SÒ8»¶MõàXwmú(Ú‹%Ë“Ìb§¶iÐ2IC >Ôÿº!쬟˜¨ý}Ÿ‚—ŽS.€ë.F):º|&q'õœî3"-Á\­dˆ‰p¼,Åg Un(#Qï&o +×ú[ÚºÝèöÉ&´LcÕ”³½¶-æUë+?þï\-9q‚‰giyp»öᑱ(dá²ù—¾˜}ÁúsýƇÈaZ<0±’Ô Oª ½AªÙš‡_‹¨úǬæ'õ1ÛôÆÛ#0>‘t’Áýa cå0Jð= 1±œúzEm+é•—ól +£›Ü…J#wÚ[6ѽÆÓ‡¸PÑûƒÞ쥸«Ô³!lÔØsTbeb£îq9¼VYL4Däÿ¤÷uÿ +endstream +endobj +532 0 obj << +/Type /FontDescriptor +/FontName /WALTLB+NimbusRomNo9L-ReguItal +/Flags 4 +/FontBBox [-169 -270 1010 924] +/Ascent 669 +/CapHeight 669 +/Descent -193 +/ItalicAngle -15 +/StemV 78 +/XHeight 441 +/CharSet (/A/D/E/M/P/T/U/X/a/acute/b/c/d/dotaccent/dotlessi/e/eight/f/five/four/g/h/hyphen/i/j/k/l/m/macron/n/nine/o/one/p/period/q/r/ring/s/seven/six/t/three/tilde/two/u/v/y/z/zero) +/FontFile 531 0 R +>> endobj +454 0 obj << +/Type /Encoding +/Differences [1/dotaccent/fi/fl 9/ring 16/caron/dotlessi 35/numbersign 39/quoteright/parenleft/parenright 44/comma/hyphen/period/slash/zero/one/two/three/four/five/six/seven/eight/nine/colon/semicolon 61/equal 65/A/B/C/D/E/F/G/H/I/J/K/L/M/N/O/P 82/R/S/T/U/V/W/X/Y/Z/bracketleft 93/bracketright 96/quoteleft/a/b/c/d/e/f/g/h/i/j/k/l/m/n/o/p/q/r/s/t/u/v/w/x/y/z 147/quotedblleft/quotedblright/bullet/endash/emdash/tilde 175/macron 180/acute 184/cedilla] +>> endobj +234 0 obj << +/Type /Font +/Subtype /Type1 +/BaseFont /GKDOEQ+CMBX10 +/FontDescriptor 466 0 R +/FirstChar 16 +/LastChar 120 +/Widths 462 0 R +>> endobj +265 0 obj << +/Type /Font +/Subtype /Type1 +/BaseFont /IRYRHS+CMBX7 +/FontDescriptor 468 0 R +/FirstChar 65 +/LastChar 65 +/Widths 458 0 R +>> endobj +235 0 obj << +/Type /Font +/Subtype /Type1 +/BaseFont /IOITDO+CMR10 +/FontDescriptor 470 0 R +/FirstChar 12 +/LastChar 122 +/Widths 461 0 R +>> endobj +236 0 obj << +/Type /Font +/Subtype /Type1 +/BaseFont /CKDUVJ+CMR7 +/FontDescriptor 472 0 R +/FirstChar 65 +/LastChar 65 +/Widths 460 0 R +>> endobj +270 0 obj << +/Type /Font +/Subtype /Type1 +/BaseFont /KRAYOC+CMSS10 +/FontDescriptor 474 0 R +/FirstChar 46 +/LastChar 121 +/Widths 453 0 R +>> endobj +266 0 obj << +/Type /Font +/Subtype /Type1 +/BaseFont /EDDLNR+CMSSBX10 +/FontDescriptor 476 0 R +/FirstChar 97 +/LastChar 108 +/Widths 457 0 R +>> endobj +328 0 obj << +/Type /Font +/Subtype /Type1 +/BaseFont /JCIRJR+CMSY10 +/FontDescriptor 478 0 R +/FirstChar 33 +/LastChar 105 +/Widths 452 0 R +>> endobj +429 0 obj << +/Type /Font +/Subtype /Type1 +/BaseFont /XWOSJT+CMTI10 +/FontDescriptor 480 0 R +/FirstChar 44 +/LastChar 44 +/Widths 430 0 R +>> endobj +267 0 obj << +/Type /Font +/Subtype /Type1 +/BaseFont /SNWFPW+CMTT10 +/FontDescriptor 482 0 R +/FirstChar 34 +/LastChar 126 +/Widths 456 0 R +>> endobj +400 0 obj << +/Type /Font +/Subtype /Type1 +/BaseFont /KJBQMG+VelthuisBombay-dvnb10 +/FontDescriptor 484 0 R +/FirstChar 0 +/LastChar 234 +/Widths 447 0 R +>> endobj +414 0 obj << +/Type /Font +/Subtype /Type1 +/BaseFont /TWSVHL+VelthuisBombay-dvnbb10 +/FontDescriptor 486 0 R +/FirstChar 3 +/LastChar 162 +/Widths 441 0 R +>> endobj +418 0 obj << +/Type /Font +/Subtype /Type1 +/BaseFont /AEATSY+VelthuisBombay-dvnbbi10 +/FontDescriptor 488 0 R +/FirstChar 0 +/LastChar 162 +/Widths 437 0 R +>> endobj +411 0 obj << +/Type /Font +/Subtype /Type1 +/BaseFont /MWUNLN+VelthuisBombay-dvnbi10 +/FontDescriptor 490 0 R +/FirstChar 3 +/LastChar 162 +/Widths 444 0 R +>> endobj +348 0 obj << +/Type /Font +/Subtype /Type1 +/BaseFont /UYBMZO+VelthuisCalcutta-dvnc10 +/FontDescriptor 492 0 R +/FirstChar 0 +/LastChar 234 +/Widths 451 0 R +>> endobj +395 0 obj << +/Type /Font +/Subtype /Type1 +/BaseFont /IMZCID+VelthuisCalcutta-dvnc8 +/FontDescriptor 494 0 R +/FirstChar 49 +/LastChar 114 +/Widths 448 0 R +>> endobj +415 0 obj << +/Type /Font +/Subtype /Type1 +/BaseFont /LUHPET+VelthuisCalcutta-dvncb10 +/FontDescriptor 496 0 R +/FirstChar 3 +/LastChar 162 +/Widths 440 0 R +>> endobj +419 0 obj << +/Type /Font +/Subtype /Type1 +/BaseFont /JHBZHJ+VelthuisCalcutta-dvncbi10 +/FontDescriptor 498 0 R +/FirstChar 0 +/LastChar 162 +/Widths 436 0 R +>> endobj +412 0 obj << +/Type /Font +/Subtype /Type1 +/BaseFont /MHGDRK+VelthuisCalcutta-dvnci10 +/FontDescriptor 500 0 R +/FirstChar 3 +/LastChar 162 +/Widths 443 0 R +>> endobj +237 0 obj << +/Type /Font +/Subtype /Type1 +/BaseFont /QSNJTL+Velthuis-dvng10 +/FontDescriptor 502 0 R +/FirstChar 0 +/LastChar 254 +/Widths 459 0 R +>> endobj +367 0 obj << +/Type /Font +/Subtype /Type1 +/BaseFont /TYSIVG+Velthuis-dvngb10 +/FontDescriptor 504 0 R +/FirstChar 3 +/LastChar 162 +/Widths 449 0 R +>> endobj +417 0 obj << +/Type /Font +/Subtype /Type1 +/BaseFont /AHGIIE+Velthuis-dvngbi10 +/FontDescriptor 506 0 R +/FirstChar 0 +/LastChar 162 +/Widths 438 0 R +>> endobj +410 0 obj << +/Type /Font +/Subtype /Type1 +/BaseFont /VPWWWE+Velthuis-dvngi10 +/FontDescriptor 508 0 R +/FirstChar 3 +/LastChar 162 +/Widths 445 0 R +>> endobj +401 0 obj << +/Type /Font +/Subtype /Type1 +/BaseFont /HHKAJF+VelthuisNepali-dvnn10 +/FontDescriptor 510 0 R +/FirstChar 0 +/LastChar 162 +/Widths 446 0 R +>> endobj +416 0 obj << +/Type /Font +/Subtype /Type1 +/BaseFont /NFKLSO+VelthuisNepali-dvnnb10 +/FontDescriptor 512 0 R +/FirstChar 3 +/LastChar 162 +/Widths 439 0 R +>> endobj +420 0 obj << +/Type /Font +/Subtype /Type1 +/BaseFont /LLWLTY+VelthuisNepali-dvnnbi10 +/FontDescriptor 514 0 R +/FirstChar 0 +/LastChar 162 +/Widths 435 0 R +>> endobj +413 0 obj << +/Type /Font +/Subtype /Type1 +/BaseFont /WPOSCJ+VelthuisNepali-dvnni10 +/FontDescriptor 516 0 R +/FirstChar 3 +/LastChar 162 +/Widths 442 0 R +>> endobj +422 0 obj << +/Type /Font +/Subtype /Type1 +/BaseFont /QSMAYO+VelthuisBombay-dvpb10 +/FontDescriptor 518 0 R +/FirstChar 0 +/LastChar 162 +/Widths 433 0 R +>> endobj +423 0 obj << +/Type /Font +/Subtype /Type1 +/BaseFont /TVWDRQ+VelthuisCalcutta-dvpc10 +/FontDescriptor 520 0 R +/FirstChar 0 +/LastChar 162 +/Widths 432 0 R +>> endobj +421 0 obj << +/Type /Font +/Subtype /Type1 +/BaseFont /QCLQBE+Velthuis-dvpn10 +/FontDescriptor 522 0 R +/FirstChar 0 +/LastChar 162 +/Widths 434 0 R +>> endobj +424 0 obj << +/Type /Font +/Subtype /Type1 +/BaseFont /LNQJJR+VelthuisNepali-dvpnn10 +/FontDescriptor 524 0 R +/FirstChar 0 +/LastChar 162 +/Widths 431 0 R +>> endobj +349 0 obj << +/Type /Font +/Subtype /Type1 +/BaseFont /BVMPBE+LOGO10 +/FontDescriptor 526 0 R +/FirstChar 65 +/LastChar 84 +/Widths 450 0 R +>> endobj +231 0 obj << +/Type /Font +/Subtype /Type1 +/BaseFont /IDDZLN+NimbusRomNo9L-Medi +/FontDescriptor 528 0 R +/FirstChar 2 +/LastChar 175 +/Widths 464 0 R +/Encoding 454 0 R +>> endobj +232 0 obj << +/Type /Font +/Subtype /Type1 +/BaseFont /XFBBQX+NimbusRomNo9L-Regu +/FontDescriptor 530 0 R +/FirstChar 2 +/LastChar 184 +/Widths 463 0 R +/Encoding 454 0 R +>> endobj +269 0 obj << +/Type /Font +/Subtype /Type1 +/BaseFont /WALTLB+NimbusRomNo9L-ReguItal +/FontDescriptor 532 0 R +/FirstChar 1 +/LastChar 180 +/Widths 455 0 R +/Encoding 454 0 R +>> endobj +238 0 obj << +/Type /Pages +/Count 6 +/Parent 533 0 R +/Kids [194 0 R 262 0 R 280 0 R 287 0 R 292 0 R 306 0 R] +>> endobj +319 0 obj << +/Type /Pages +/Count 6 +/Parent 533 0 R +/Kids [313 0 R 325 0 R 331 0 R 337 0 R 341 0 R 345 0 R] +>> endobj +357 0 obj << +/Type /Pages +/Count 6 +/Parent 533 0 R +/Kids [354 0 R 359 0 R 364 0 R 369 0 R 375 0 R 383 0 R] +>> endobj +390 0 obj << +/Type /Pages +/Count 6 +/Parent 533 0 R +/Kids [387 0 R 392 0 R 397 0 R 403 0 R 407 0 R 426 0 R] +>> endobj +533 0 obj << +/Type /Pages +/Count 24 +/Kids [238 0 R 319 0 R 357 0 R 390 0 R] +>> endobj +534 0 obj << +/Type /Outlines +/First 7 0 R +/Last 167 0 R +/Count 10 +>> endobj +191 0 obj << +/Title 192 0 R +/A 189 0 R +/Parent 167 0 R +/Prev 171 0 R +>> endobj +187 0 obj << +/Title 188 0 R +/A 185 0 R +/Parent 171 0 R +/Prev 183 0 R +>> endobj +183 0 obj << +/Title 184 0 R +/A 181 0 R +/Parent 171 0 R +/Prev 179 0 R +/Next 187 0 R +>> endobj +179 0 obj << +/Title 180 0 R +/A 177 0 R +/Parent 171 0 R +/Prev 175 0 R +/Next 183 0 R +>> endobj +175 0 obj << +/Title 176 0 R +/A 173 0 R +/Parent 171 0 R +/Next 179 0 R +>> endobj +171 0 obj << +/Title 172 0 R +/A 169 0 R +/Parent 167 0 R +/Next 191 0 R +/First 175 0 R +/Last 187 0 R +/Count -4 +>> endobj +167 0 obj << +/Title 168 0 R +/A 165 0 R +/Parent 534 0 R +/Prev 139 0 R +/First 171 0 R +/Last 191 0 R +/Count -2 +>> endobj +163 0 obj << +/Title 164 0 R +/A 161 0 R +/Parent 139 0 R +/Prev 151 0 R +>> endobj +159 0 obj << +/Title 160 0 R +/A 157 0 R +/Parent 151 0 R +/Prev 155 0 R +>> endobj +155 0 obj << +/Title 156 0 R +/A 153 0 R +/Parent 151 0 R +/Next 159 0 R +>> endobj +151 0 obj << +/Title 152 0 R +/A 149 0 R +/Parent 139 0 R +/Prev 147 0 R +/Next 163 0 R +/First 155 0 R +/Last 159 0 R +/Count -2 +>> endobj +147 0 obj << +/Title 148 0 R +/A 145 0 R +/Parent 139 0 R +/Prev 143 0 R +/Next 151 0 R +>> endobj +143 0 obj << +/Title 144 0 R +/A 141 0 R +/Parent 139 0 R +/Next 147 0 R +>> endobj +139 0 obj << +/Title 140 0 R +/A 137 0 R +/Parent 534 0 R +/Prev 135 0 R +/Next 167 0 R +/First 143 0 R +/Last 163 0 R +/Count -4 +>> endobj +135 0 obj << +/Title 136 0 R +/A 133 0 R +/Parent 534 0 R +/Prev 95 0 R +/Next 139 0 R +>> endobj +131 0 obj << +/Title 132 0 R +/A 129 0 R +/Parent 95 0 R +/Prev 127 0 R +>> endobj +127 0 obj << +/Title 128 0 R +/A 125 0 R +/Parent 95 0 R +/Prev 123 0 R +/Next 131 0 R +>> endobj +123 0 obj << +/Title 124 0 R +/A 121 0 R +/Parent 95 0 R +/Prev 119 0 R +/Next 127 0 R +>> endobj +119 0 obj << +/Title 120 0 R +/A 117 0 R +/Parent 95 0 R +/Prev 115 0 R +/Next 123 0 R +>> endobj +115 0 obj << +/Title 116 0 R +/A 113 0 R +/Parent 95 0 R +/Prev 111 0 R +/Next 119 0 R +>> endobj +111 0 obj << +/Title 112 0 R +/A 109 0 R +/Parent 95 0 R +/Prev 107 0 R +/Next 115 0 R +>> endobj +107 0 obj << +/Title 108 0 R +/A 105 0 R +/Parent 95 0 R +/Prev 103 0 R +/Next 111 0 R +>> endobj +103 0 obj << +/Title 104 0 R +/A 101 0 R +/Parent 95 0 R +/Prev 99 0 R +/Next 107 0 R +>> endobj +99 0 obj << +/Title 100 0 R +/A 97 0 R +/Parent 95 0 R +/Next 103 0 R +>> endobj +95 0 obj << +/Title 96 0 R +/A 93 0 R +/Parent 534 0 R +/Prev 67 0 R +/Next 135 0 R +/First 99 0 R +/Last 131 0 R +/Count -9 +>> endobj +91 0 obj << +/Title 92 0 R +/A 89 0 R +/Parent 67 0 R +/Prev 87 0 R +>> endobj +87 0 obj << +/Title 88 0 R +/A 85 0 R +/Parent 67 0 R +/Prev 83 0 R +/Next 91 0 R +>> endobj +83 0 obj << +/Title 84 0 R +/A 81 0 R +/Parent 67 0 R +/Prev 79 0 R +/Next 87 0 R +>> endobj +79 0 obj << +/Title 80 0 R +/A 77 0 R +/Parent 67 0 R +/Prev 75 0 R +/Next 83 0 R +>> endobj +75 0 obj << +/Title 76 0 R +/A 73 0 R +/Parent 67 0 R +/Prev 71 0 R +/Next 79 0 R +>> endobj +71 0 obj << +/Title 72 0 R +/A 69 0 R +/Parent 67 0 R +/Next 75 0 R +>> endobj +67 0 obj << +/Title 68 0 R +/A 65 0 R +/Parent 534 0 R +/Prev 39 0 R +/Next 95 0 R +/First 71 0 R +/Last 91 0 R +/Count -6 +>> endobj +63 0 obj << +/Title 64 0 R +/A 61 0 R +/Parent 39 0 R +/Prev 59 0 R +>> endobj +59 0 obj << +/Title 60 0 R +/A 57 0 R +/Parent 39 0 R +/Prev 55 0 R +/Next 63 0 R +>> endobj +55 0 obj << +/Title 56 0 R +/A 53 0 R +/Parent 39 0 R +/Prev 51 0 R +/Next 59 0 R +>> endobj +51 0 obj << +/Title 52 0 R +/A 49 0 R +/Parent 39 0 R +/Prev 47 0 R +/Next 55 0 R +>> endobj +47 0 obj << +/Title 48 0 R +/A 45 0 R +/Parent 39 0 R +/Prev 43 0 R +/Next 51 0 R +>> endobj +43 0 obj << +/Title 44 0 R +/A 41 0 R +/Parent 39 0 R +/Next 47 0 R +>> endobj +39 0 obj << +/Title 40 0 R +/A 37 0 R +/Parent 534 0 R +/Prev 31 0 R +/Next 67 0 R +/First 43 0 R +/Last 63 0 R +/Count -6 +>> endobj +35 0 obj << +/Title 36 0 R +/A 33 0 R +/Parent 31 0 R +>> endobj +31 0 obj << +/Title 32 0 R +/A 29 0 R +/Parent 534 0 R +/Prev 15 0 R +/Next 39 0 R +/First 35 0 R +/Last 35 0 R +/Count -1 +>> endobj +27 0 obj << +/Title 28 0 R +/A 25 0 R +/Parent 15 0 R +/Prev 23 0 R +>> endobj +23 0 obj << +/Title 24 0 R +/A 21 0 R +/Parent 15 0 R +/Prev 19 0 R +/Next 27 0 R +>> endobj +19 0 obj << +/Title 20 0 R +/A 17 0 R +/Parent 15 0 R +/Next 23 0 R +>> endobj +15 0 obj << +/Title 16 0 R +/A 13 0 R +/Parent 534 0 R +/Prev 11 0 R +/Next 31 0 R +/First 19 0 R +/Last 27 0 R +/Count -3 +>> endobj +11 0 obj << +/Title 12 0 R +/A 9 0 R +/Parent 534 0 R +/Prev 7 0 R +/Next 15 0 R +>> endobj +7 0 obj << +/Title 8 0 R +/A 5 0 R +/Parent 534 0 R +/Next 11 0 R +>> endobj +535 0 obj << +/Names [(Doc-Start) 230 0 R (Hfootnote.1) 378 0 R (Item.1) 295 0 R (Item.10) 304 0 R (Item.11) 316 0 R (Item.12) 317 0 R] +/Limits [(Doc-Start) (Item.12)] +>> endobj +536 0 obj << +/Names [(Item.13) 318 0 R (Item.2) 296 0 R (Item.3) 297 0 R (Item.4) 298 0 R (Item.5) 299 0 R (Item.6) 300 0 R] +/Limits [(Item.13) (Item.6)] +>> endobj +537 0 obj << +/Names [(Item.7) 301 0 R (Item.8) 302 0 R (Item.9) 303 0 R (page.1) 229 0 R (page.10) 339 0 R (page.11) 343 0 R] +/Limits [(Item.7) (page.11)] +>> endobj +538 0 obj << +/Names [(page.12) 347 0 R (page.13) 356 0 R (page.14) 361 0 R (page.15) 366 0 R (page.16) 371 0 R (page.17) 377 0 R] +/Limits [(page.12) (page.17)] +>> endobj +539 0 obj << +/Names [(page.18) 385 0 R (page.19) 389 0 R (page.2) 264 0 R (page.20) 394 0 R (page.21) 399 0 R (page.22) 405 0 R] +/Limits [(page.18) (page.22)] +>> endobj +540 0 obj << +/Names [(page.23) 409 0 R (page.24) 428 0 R (page.3) 282 0 R (page.4) 289 0 R (page.5) 294 0 R (page.6) 308 0 R] +/Limits [(page.23) (page.6)] +>> endobj +541 0 obj << +/Names [(page.7) 315 0 R (page.8) 327 0 R (page.9) 333 0 R (section*.1) 233 0 R (section*.2) 268 0 R (section.1) 6 0 R] +/Limits [(page.7) (section.1)] +>> endobj +542 0 obj << +/Names [(section.10) 166 0 R (section.2) 10 0 R (section.3) 14 0 R (section.4) 30 0 R (section.5) 38 0 R (section.6) 66 0 R] +/Limits [(section.10) (section.6)] +>> endobj +543 0 obj << +/Names [(section.7) 94 0 R (section.8) 134 0 R (section.9) 138 0 R (subsection.10.1) 170 0 R (subsection.10.2) 190 0 R (subsection.3.1) 18 0 R] +/Limits [(section.7) (subsection.3.1)] +>> endobj +544 0 obj << +/Names [(subsection.3.2) 22 0 R (subsection.3.3) 26 0 R (subsection.4.1) 34 0 R (subsection.5.1) 42 0 R (subsection.5.2) 46 0 R (subsection.5.3) 50 0 R] +/Limits [(subsection.3.2) (subsection.5.3)] +>> endobj +545 0 obj << +/Names [(subsection.5.4) 54 0 R (subsection.5.5) 58 0 R (subsection.5.6) 62 0 R (subsection.6.1) 70 0 R (subsection.6.2) 74 0 R (subsection.6.3) 78 0 R] +/Limits [(subsection.5.4) (subsection.6.3)] +>> endobj +546 0 obj << +/Names [(subsection.6.4) 82 0 R (subsection.6.5) 86 0 R (subsection.6.6) 90 0 R (subsection.7.1) 98 0 R (subsection.7.2) 102 0 R (subsection.7.3) 106 0 R] +/Limits [(subsection.6.4) (subsection.7.3)] +>> endobj +547 0 obj << +/Names [(subsection.7.4) 110 0 R (subsection.7.5) 114 0 R (subsection.7.6) 118 0 R (subsection.7.7) 122 0 R (subsection.7.8) 126 0 R (subsection.7.9) 130 0 R] +/Limits [(subsection.7.4) (subsection.7.9)] +>> endobj +548 0 obj << +/Names [(subsection.9.1) 142 0 R (subsection.9.2) 146 0 R (subsection.9.3) 150 0 R (subsection.9.4) 162 0 R (subsubsection.10.1.1) 174 0 R (subsubsection.10.1.2) 178 0 R] +/Limits [(subsection.9.1) (subsubsection.10.1.2)] +>> endobj +549 0 obj << +/Names [(subsubsection.10.1.3) 182 0 R (subsubsection.10.1.4) 186 0 R (subsubsection.9.3.1) 154 0 R (subsubsection.9.3.2) 158 0 R (table.1) 271 0 R (table.2) 272 0 R] +/Limits [(subsubsection.10.1.3) (table.2)] +>> endobj +550 0 obj << +/Names [(table.3) 273 0 R (table.4) 274 0 R (table.5) 275 0 R (table.6) 276 0 R (table.7) 277 0 R] +/Limits [(table.3) (table.7)] +>> endobj +551 0 obj << +/Kids [535 0 R 536 0 R 537 0 R 538 0 R 539 0 R 540 0 R] +/Limits [(Doc-Start) (page.6)] +>> endobj +552 0 obj << +/Kids [541 0 R 542 0 R 543 0 R 544 0 R 545 0 R 546 0 R] +/Limits [(page.7) (subsection.7.3)] +>> endobj +553 0 obj << +/Kids [547 0 R 548 0 R 549 0 R 550 0 R] +/Limits [(subsection.7.4) (table.7)] +>> endobj +554 0 obj << +/Kids [551 0 R 552 0 R 553 0 R] +/Limits [(Doc-Start) (table.7)] +>> endobj +555 0 obj << +/Dests 554 0 R +>> endobj +556 0 obj << +/Type /Catalog +/Pages 533 0 R +/Outlines 534 0 R +/Names 555 0 R +/PageMode/UseOutlines +/OpenAction 193 0 R +>> endobj +557 0 obj << +/Author()/Title()/Subject()/Creator(LaTeX with hyperref package)/Producer(pdfTeX-1.40.3)/Keywords() +/CreationDate (D:20080309171039+01'00') +/ModDate (D:20080309171039+01'00') +/Trapped /False +/PTEX.Fullbanner (This is pdfTeX, Version 3.141592-1.40.3-2.2 (Web2C 7.5.6) kpathsea version 3.5.6) +>> endobj +xref +0 558 +0000000001 65535 f +0000000002 00000 f +0000000003 00000 f +0000000004 00000 f +0000000000 00000 f +0000000015 00000 n +0000019113 00000 n +0000539783 00000 n +0000000060 00000 n +0000000090 00000 n +0000023086 00000 n +0000539697 00000 n +0000000135 00000 n +0000000173 00000 n +0000023142 00000 n +0000539572 00000 n +0000000219 00000 n +0000000272 00000 n +0000023198 00000 n +0000539498 00000 n +0000000323 00000 n +0000000374 00000 n +0000027031 00000 n +0000539411 00000 n +0000000425 00000 n +0000000459 00000 n +0000027087 00000 n +0000539337 00000 n +0000000510 00000 n +0000000548 00000 n +0000027143 00000 n +0000539212 00000 n +0000000594 00000 n +0000000627 00000 n +0000027199 00000 n +0000539151 00000 n +0000000678 00000 n +0000000715 00000 n +0000032254 00000 n +0000539026 00000 n +0000000761 00000 n +0000000796 00000 n +0000040776 00000 n +0000538952 00000 n +0000000847 00000 n +0000000889 00000 n +0000050705 00000 n +0000538865 00000 n +0000000940 00000 n +0000000990 00000 n +0000050760 00000 n +0000538778 00000 n +0000001041 00000 n +0000001103 00000 n +0000050816 00000 n +0000538691 00000 n +0000001154 00000 n +0000001203 00000 n +0000050872 00000 n +0000538604 00000 n +0000001254 00000 n +0000001297 00000 n +0000054976 00000 n +0000538530 00000 n +0000001348 00000 n +0000001394 00000 n +0000055032 00000 n +0000538405 00000 n +0000001440 00000 n +0000001475 00000 n +0000058925 00000 n +0000538331 00000 n +0000001526 00000 n +0000001563 00000 n +0000058981 00000 n +0000538244 00000 n +0000001614 00000 n +0000001653 00000 n +0000059037 00000 n +0000538157 00000 n +0000001704 00000 n +0000001741 00000 n +0000059093 00000 n +0000538070 00000 n +0000001792 00000 n +0000001831 00000 n +0000063207 00000 n +0000537983 00000 n +0000001882 00000 n +0000001939 00000 n +0000063259 00000 n +0000537909 00000 n +0000001990 00000 n +0000002026 00000 n +0000063315 00000 n +0000537782 00000 n +0000002072 00000 n +0000002105 00000 n +0000063371 00000 n +0000537706 00000 n +0000002156 00000 n +0000002191 00000 n +0000067870 00000 n +0000537615 00000 n +0000002243 00000 n +0000002275 00000 n +0000067923 00000 n +0000537523 00000 n +0000002327 00000 n +0000002358 00000 n +0000067980 00000 n +0000537431 00000 n +0000002410 00000 n +0000002470 00000 n +0000071740 00000 n +0000537339 00000 n +0000002522 00000 n +0000002590 00000 n +0000076312 00000 n +0000537247 00000 n +0000002642 00000 n +0000002720 00000 n +0000076369 00000 n +0000537155 00000 n +0000002772 00000 n +0000002822 00000 n +0000076426 00000 n +0000537063 00000 n +0000002874 00000 n +0000002951 00000 n +0000080824 00000 n +0000536985 00000 n +0000003003 00000 n +0000003037 00000 n +0000080880 00000 n +0000536893 00000 n +0000003084 00000 n +0000003131 00000 n +0000085847 00000 n +0000536761 00000 n +0000003178 00000 n +0000003220 00000 n +0000085904 00000 n +0000536682 00000 n +0000003272 00000 n +0000003304 00000 n +0000089568 00000 n +0000536589 00000 n +0000003356 00000 n +0000003381 00000 n +0000089624 00000 n +0000536457 00000 n +0000003433 00000 n +0000003472 00000 n +0000089681 00000 n +0000536378 00000 n +0000003529 00000 n +0000003570 00000 n +0000089737 00000 n +0000536299 00000 n +0000003627 00000 n +0000003668 00000 n +0000093350 00000 n +0000536220 00000 n +0000003720 00000 n +0000003760 00000 n +0000093403 00000 n +0000536102 00000 n +0000003808 00000 n +0000003840 00000 n +0000093460 00000 n +0000535984 00000 n +0000003893 00000 n +0000003928 00000 n +0000093517 00000 n +0000535905 00000 n +0000003986 00000 n +0000004049 00000 n +0000093574 00000 n +0000535812 00000 n +0000004107 00000 n +0000004167 00000 n +0000095668 00000 n +0000535719 00000 n +0000004225 00000 n +0000004274 00000 n +0000095721 00000 n +0000535640 00000 n +0000004332 00000 n +0000004372 00000 n +0000095778 00000 n +0000535561 00000 n +0000004425 00000 n +0000004458 00000 n +0000006314 00000 n +0000006686 00000 n +0000006837 00000 n +0000006988 00000 n +0000007139 00000 n +0000007296 00000 n +0000007453 00000 n +0000007609 00000 n +0000007759 00000 n +0000007915 00000 n +0000008066 00000 n +0000008223 00000 n +0000008380 00000 n +0000008536 00000 n +0000008692 00000 n +0000008849 00000 n +0000009005 00000 n +0000009156 00000 n +0000009311 00000 n +0000009467 00000 n +0000009624 00000 n +0000009781 00000 n +0000009938 00000 n +0000010095 00000 n +0000010246 00000 n +0000010403 00000 n +0000010560 00000 n +0000010717 00000 n +0000010874 00000 n +0000011029 00000 n +0000011186 00000 n +0000011341 00000 n +0000015436 00000 n +0000011659 00000 n +0000004510 00000 n +0000011496 00000 n +0000011549 00000 n +0000534408 00000 n +0000534581 00000 n +0000011602 00000 n +0000529657 00000 n +0000529943 00000 n +0000530086 00000 n +0000532388 00000 n +0000534931 00000 n +0000015593 00000 n +0000015744 00000 n +0000015895 00000 n +0000016052 00000 n +0000016208 00000 n +0000016364 00000 n +0000016525 00000 n +0000016687 00000 n +0000016844 00000 n +0000016994 00000 n +0000017151 00000 n +0000017314 00000 n +0000017475 00000 n +0000017637 00000 n +0000017800 00000 n +0000017958 00000 n +0000018107 00000 n +0000018256 00000 n +0000018406 00000 n +0000018556 00000 n +0000018705 00000 n +0000018854 00000 n +0000019168 00000 n +0000015128 00000 n +0000011794 00000 n +0000019003 00000 n +0000529801 00000 n +0000530371 00000 n +0000530804 00000 n +0000019056 00000 n +0000534754 00000 n +0000530227 00000 n +0000035858 00000 n +0000068035 00000 n +0000071678 00000 n +0000098619 00000 n +0000103296 00000 n +0000104444 00000 n +0000107162 00000 n +0000022876 00000 n +0000023254 00000 n +0000022744 00000 n +0000019343 00000 n +0000023033 00000 n +0000026672 00000 n +0000026829 00000 n +0000031338 00000 n +0000027255 00000 n +0000026532 00000 n +0000023391 00000 n +0000026978 00000 n +0000031487 00000 n +0000032310 00000 n +0000031198 00000 n +0000027379 00000 n +0000031636 00000 n +0000031689 00000 n +0000031742 00000 n +0000031799 00000 n +0000031856 00000 n +0000031913 00000 n +0000031970 00000 n +0000032026 00000 n +0000032083 00000 n +0000032140 00000 n +0000032197 00000 n +0000035920 00000 n +0000035693 00000 n +0000032434 00000 n +0000035805 00000 n +0000040257 00000 n +0000040406 00000 n +0000046098 00000 n +0000040832 00000 n +0000040117 00000 n +0000036031 00000 n +0000040556 00000 n +0000040609 00000 n +0000040662 00000 n +0000040719 00000 n +0000535048 00000 n +0000046248 00000 n +0000046397 00000 n +0000046546 00000 n +0000046696 00000 n +0000046905 00000 n +0000045934 00000 n +0000040969 00000 n +0000046852 00000 n +0000530517 00000 n +0000054465 00000 n +0000050927 00000 n +0000050540 00000 n +0000047054 00000 n +0000050652 00000 n +0000054622 00000 n +0000054777 00000 n +0000055088 00000 n +0000054317 00000 n +0000051051 00000 n +0000054923 00000 n +0000059149 00000 n +0000058760 00000 n +0000055225 00000 n +0000058872 00000 n +0000063427 00000 n +0000063042 00000 n +0000059260 00000 n +0000063154 00000 n +0000531584 00000 n +0000534265 00000 n +0000067511 00000 n +0000067667 00000 n +0000071475 00000 n +0000068097 00000 n +0000067371 00000 n +0000063592 00000 n +0000067817 00000 n +0000535165 00000 n +0000071797 00000 n +0000071343 00000 n +0000068221 00000 n +0000071625 00000 n +0000076107 00000 n +0000076483 00000 n +0000075975 00000 n +0000071933 00000 n +0000076259 00000 n +0000532540 00000 n +0000080937 00000 n +0000080659 00000 n +0000076608 00000 n +0000080771 00000 n +0000085640 00000 n +0000089322 00000 n +0000086023 00000 n +0000085508 00000 n +0000081061 00000 n +0000085794 00000 n +0000085961 00000 n +0000092843 00000 n +0000092992 00000 n +0000093141 00000 n +0000089794 00000 n +0000089190 00000 n +0000086160 00000 n +0000089515 00000 n +0000093631 00000 n +0000092695 00000 n +0000089931 00000 n +0000093297 00000 n +0000535282 00000 n +0000095835 00000 n +0000095503 00000 n +0000093755 00000 n +0000095615 00000 n +0000531744 00000 n +0000098681 00000 n +0000098454 00000 n +0000095961 00000 n +0000098566 00000 n +0000530948 00000 n +0000533000 00000 n +0000103358 00000 n +0000103131 00000 n +0000098821 00000 n +0000103243 00000 n +0000104506 00000 n +0000104279 00000 n +0000103443 00000 n +0000104391 00000 n +0000532847 00000 n +0000531425 00000 n +0000532227 00000 n +0000533477 00000 n +0000531106 00000 n +0000531904 00000 n +0000533158 00000 n +0000532693 00000 n +0000531265 00000 n +0000532065 00000 n +0000533317 00000 n +0000533954 00000 n +0000533636 00000 n +0000533794 00000 n +0000534106 00000 n +0000107223 00000 n +0000106997 00000 n +0000104870 00000 n +0000107109 00000 n +0000530661 00000 n +0000107600 00000 n +0000107625 00000 n +0000108563 00000 n +0000109500 00000 n +0000110438 00000 n +0000111376 00000 n +0000112314 00000 n +0000113251 00000 n +0000114189 00000 n +0000115127 00000 n +0000116059 00000 n +0000116990 00000 n +0000117922 00000 n +0000118854 00000 n +0000119785 00000 n +0000120717 00000 n +0000121649 00000 n +0000122587 00000 n +0000123969 00000 n +0000124375 00000 n +0000125307 00000 n +0000125400 00000 n +0000126781 00000 n +0000127207 00000 n +0000529167 00000 n +0000127650 00000 n +0000128338 00000 n +0000128729 00000 n +0000128816 00000 n +0000128841 00000 n +0000130336 00000 n +0000130361 00000 n +0000130978 00000 n +0000131575 00000 n +0000132277 00000 n +0000132947 00000 n +0000142920 00000 n +0000143274 00000 n +0000145014 00000 n +0000145234 00000 n +0000158092 00000 n +0000158508 00000 n +0000160251 00000 n +0000160469 00000 n +0000164372 00000 n +0000164636 00000 n +0000166723 00000 n +0000166952 00000 n +0000168512 00000 n +0000168774 00000 n +0000170429 00000 n +0000170656 00000 n +0000185375 00000 n +0000185953 00000 n +0000204374 00000 n +0000204919 00000 n +0000213355 00000 n +0000213731 00000 n +0000220657 00000 n +0000220992 00000 n +0000231233 00000 n +0000231613 00000 n +0000252080 00000 n +0000252692 00000 n +0000255644 00000 n +0000255896 00000 n +0000264088 00000 n +0000264466 00000 n +0000271239 00000 n +0000271576 00000 n +0000281581 00000 n +0000281963 00000 n +0000347128 00000 n +0000348594 00000 n +0000358372 00000 n +0000358756 00000 n +0000365839 00000 n +0000366168 00000 n +0000376842 00000 n +0000377216 00000 n +0000390431 00000 n +0000390910 00000 n +0000399169 00000 n +0000399545 00000 n +0000406261 00000 n +0000406596 00000 n +0000416701 00000 n +0000417081 00000 n +0000431026 00000 n +0000431512 00000 n +0000445268 00000 n +0000445756 00000 n +0000460584 00000 n +0000461064 00000 n +0000475572 00000 n +0000476059 00000 n +0000478797 00000 n +0000479016 00000 n +0000494865 00000 n +0000495301 00000 n +0000514693 00000 n +0000515292 00000 n +0000528759 00000 n +0000535399 00000 n +0000535485 00000 n +0000539855 00000 n +0000540032 00000 n +0000540196 00000 n +0000540361 00000 n +0000540531 00000 n +0000540700 00000 n +0000540865 00000 n +0000541039 00000 n +0000541222 00000 n +0000541428 00000 n +0000541648 00000 n +0000541868 00000 n +0000542090 00000 n +0000542316 00000 n +0000542560 00000 n +0000542793 00000 n +0000542945 00000 n +0000543055 00000 n +0000543170 00000 n +0000543270 00000 n +0000543357 00000 n +0000543395 00000 n +0000543523 00000 n +trailer +<< /Size 558 +/Root 556 0 R +/Info 557 0 R +/ID [<3E046D1A8483B5A633B05955F0056FB0> <3E046D1A8483B5A633B05955F0056FB0>] >> +startxref +543837 +%%EOF diff -Nru texlive-lang-2007.dfsg.4/texmf-dist/doc/generic/velthuis/manual.tex texlive-lang-2009/texmf-dist/doc/generic/velthuis/manual.tex --- texlive-lang-2007.dfsg.4/texmf-dist/doc/generic/velthuis/manual.tex 1970-01-01 01:00:00.000000000 +0100 +++ texlive-lang-2009/texmf-dist/doc/generic/velthuis/manual.tex 2008-07-03 22:45:54.000000000 +0100 @@ -0,0 +1,1924 @@ +% +% manual.tex v2.14.1 +% +% LaTeX source file for the manual for the Devanagari for TeX" package. +% Copyright (C) 1991-2006 University of Groningen, The Netherlands +% +% Author : Anshuman Pandey +% Maintainer : Kevin Carmody +% Zdenek Wagner +% +% $Id: manual.tex,v 1.10 2008-03-09 15:57:59 icebearsoft Exp $ +% +% This program is free software; you can redistribute it and/or modify +% it under the terms of the GNU General Public License as published by +% the Free Software Foundation. +% +% This program is distributed in the hope that it will be useful, +% but without any warranty; without even the implied warranty of +% merchantability or fitness for a particular purpose. See the +% GNU General Public License for more details. +% +\listfiles +\documentclass[10pt]{article} +\def\DevnagVersion{new} +\usepackage{ifpdf} +\usepackage{geometry,fancyhdr,multicol,mflogo,textcomp,parskip,array,color,graphicx} +\usepackage{devanagari} +\renewcommand{\rmdefault}{ptm} + +\geometry{paperwidth=8.5in, + paperheight=11in, + top=.875in, + bottom=1in, + left=1.25in, + right=1.25in, + headheight=0pt, + headsep=0pt, + } + +\newif\ifbug \bugtrue % bug in hyperref? +\usepackage{hyperref} + +% High resolution pk fonts for pdfTeX +\ifx\pdfpkresolution\undefined \else + \pdfpkresolution 600 +\fi +% For better formating +\ifpdf +\usepackage[protrusion=false,expansion=true,stretch=8,shrink=24,step=4]{microtype} +\fi + +\newcommand{\moddate}{31 December 2007} +\newcommand{\version}{2.14.1} +\renewcommand{\headrulewidth}{0pt} +\setcounter{secnumdepth}{3} +\setcounter{tocdepth}{3} +\setlength{\columnseprule}{0pt} + +\newcommand{\devnag}{Devan\=agar{\=\i}} +\DeclareRobustCommand\babel{\textsf{babel}} +\DeclareRobustCommand\XeTeX{X\kern-.125em\lower.5ex\hbox{\csname + reflectbox\endcsname{E}}\kern-.1667em\TeX} +\DeclareRobustCommand\XeLaTeX{X\kern-.125em\lower.5ex\hbox{\csname + reflectbox\endcsname{E}}\LaTeX} + +\def\diatop[#1|#2]{{\leavevmode\setbox1=\hbox{{#1{}}}\setbox2=\hbox{{#2{}}}% + \dimen0=\ifdim\wd1>\wd2\wd1\else\wd2\fi% + \dimen1=\ht2\advance\dimen1by-1ex% + \setbox1=\hbox to1\dimen0{\hss#1\hss}% + \rlap{\raise1\dimen1\box1}% + \hbox to1\dimen0{\hss#2\hss}}}% + +\def\underrng #1{\oalign{#1\crcr\hidewidth + \vbox to.2ex{\hbox{\char"17}\vss}\hidewidth}} + +\clubpenalty 10000 +\widowpenalty 10000 + +\begin{document} +\pagestyle{fancy} +\fancyhf{} +\fancyfoot[C]{\thepage} + +\fontsize{10}{13}\selectfont + +\title{{\LARGE \bfseries \devnag{} for \TeX{}} \\ Version \version{}} +\author{Anshuman Pandey} +\date{\large \moddate{}} +\maketitle + +\tableofcontents +%\newpage + +\listoftables + +\section{Introduction} + +The \textit{\devnag{} for \TeX{}} (\textsf{devnag}) package provides a +way to typeset high-quality \devnag{} text with \TeX{}. +\devnag{} is a script used for writing and printing Sanskrit and +a number of languages in Northern and Central India such as Hindi and +Marathi, as well as Nepali. The \textsf{devnag} package was originally +developed in May 1991 by Frans Velthuis for the University of Groningen, +The Netherlands, and it was the first system to provide support for +the \devnag{} script for \TeX{}. + +Several individuals have contributed to the \textsf{devnag} package +over the years. Kevin Carmody proposed a method for managing variant +glyphs. Marc Csernel revised the preprocessor to handle standard +\LaTeX{} commands. Richard Mahoney generated PostScript Type~1 +versions of the \devnag{} fonts. These fonts were later (in version~2.14) replaced with optimized +Type~1 fonts created by Karel P\'{\i}\v{s}ka. Fran\c{c}ois Patte enhanced the \LaTeX{} package by +introducing +a feature to produce citations in \devnag{}. Zden\v{e}k Wagner greatly improved the \LaTeX{} +package by revising macro definitions and catcodes, eliminating +conflicts with other packages, and by introducing support for +section headings and captions in \devnag{}. Rob Adriaanse, Hans Bakker, +Roelf Barkhuis, and Henk van Linde provided advice and support +to Frans Velthuis when this package was being developed. + +The \textsf{devnag} package is presently maintained by the following +individuals: + +\begin{quote} +\begin{tabular}{ll} +% Frans Velthuis & \verb+velthuis@rc.rug.nl+ \\ +John Smith & \verb+jds10@cam.ac.uk+ \\ +Anshuman Pandey & \verb+apandey@u.washington.edu+ \\ +Dominik Wujastyk & \verb+d.wujastyk@ucl.ac.uk+ \\ +%Fran\c{c}ois Patte & \verb+patte@math-info.univ-paris5.fr+ \\ +Zden\v{e}k Wagner & \verb+zdenek.wagner@gmail.com+ \\ +Kevin Carmody & \verb+i@kevincarmody.org+ +\end{tabular} +\end{quote} + + +\section{Project Information} + +The \textit{\devnag{} for \TeX{}} package is now a project +officially housed at Sarovar. The homepage is + +\begin{quote} +\texttt{http://devnag.sarovar.org/} +\end{quote} + +This package is available from the project homepage at Sarovar and +from the Comprehensive \TeX{} Archive Network (CTAN). The CTAN path +for the package at the primary UK TUG site is + +\begin{quote} +\texttt{ftp://ftp.tex.ac.uk/tex-archive/language/devanagari/velthuis/} +\end{quote} + +Please use the tracking system at the project homepage at Sarovar to +submit feature requests, bugs, comments, and questions to the development +team. + + +\section{Producing \devnag{} Text with \TeX{}} + +\devnag{} text may be included in any \TeX{} document. There are three steps +to producing \devnag{} text with \TeX{}. First, since \TeX{} does +not support \devnag{} natively, it is necessary to type \devnag{} using +\hbox{7-bit} (ASCII) roman characters that represent \devnag{} characters. +Secondly, transliterated \devnag{} text must be entered within +\textsf{devnag}-specific delimiters. These delimiters allow the preprocessor +to recognize the \devnag{} sections of the \TeX{} document. Third, the +transliterated input must be converted by the preprocessor into a format +that \TeX{} understands. The preprocessor scans the document for +\textsf{devnag} delimiters. Once it finds a delimiter, the program operates +on the text only within the scope of the delimiter. All other document text, +with the exception of \TeX{} macros and \textsf{devnag}-specific preprocessor +directives, is ignored. + +Shown below is a \devnag{} passage followed by the 7-bit transliterated +input that produced it. + +\begin{quote} +{\dn Dm\0\322w\?/\? \7{k}z\322w\?/\? smv\?tA \7{y}\7{y}(sv,.\\ +mAmkA, pA\317wXvA\396w\4v Ekm\7{k}v\0t s\2jy..\par} +\end{quote} + +\begin{quote} +\begin{verbatim} +{\dn dharmak.setre kuruk.setre samavetaa yuyutsava.h | \\ +maamakaa.h paa.n.davaa"scaiva kimakurvata sa.mjaya ||} +\end{verbatim} +\end{quote} + +\subsection{Macros and Font Definition Files} + +\begin{description} +\item[\texttt{dnmacs.tex}] This file contains Plain \TeX{} macros for +\textsf{devnag} and various font-sizing commands. It must be loaded at +the beginning of the document with the command \verb+\input dnmacs+. + +\item[\texttt{devanagari.sty}] This file provides \LaTeX{} support for +\textsf{devnag}. It must must be loaded in the preamble of the document +with the command \verb+\usepackage{devanagari}+. Section \ref{catcodes} +discusses advanced package options that may be declared with +\texttt{devanagari.sty}. The associated font definition files \texttt{udn*.fd} +provide NFSS support for \LaTeX{} for the \textsf{dvng} fonts. + +\item[\texttt{dev.sty}] This file is kept for compatibility with old documents. +It merely loads \texttt{devanagari.sty}. Do not use it in new documents. + +\item[\texttt{dev209.sty}] This file provides legacy support for the +obsolete \LaTeX{} 2.09. It should not be used. \end{description} + +\subsection{Text Delimiters} + +The preprocessor recognizes the text it is to act upon by use of +delimiters, of which there are two types. The basic delimiter is the +\verb+\dn+ macro. This delimiter is used by enclosing \devnag{} text +between \verb+{\dn ... }+, eg. \verb+{\dn acchaa}+. + +The second delimiter is the \verb+$+ character. \devnag{} text +is enclosed between \verb+$ ... $+, eg. \verb+$acchaa$+. The +\verb+@dollars+ preprocessor directive must be specified to activate +this delimiter (section \ref{dol}). + +The first delimiter is recommended especially for large blocks of +\devnag{} text. The second delimiter is useful when there is a need +to switch often between \devnag{} and roman text. Any text outside +of delimiters is not parsed by the preprocessor. + +There are very few restrictions on what may be placed between the +delimiters. The 7-bit Velthuis encoding shown in Table \ref{chars}, all +punctuation marks, and all \TeX{} macro commands are acceptable input. +The preprocessor will produce a warning for unrecognized input +characters and commands. + +\subsection{Example Input Files} + +Two sample \devnag{} documents are bundled with this distribution. +Please refer to the contents of these files for examples of producing a +\devnag{} document. The file \texttt{misspaal.dn} contains an excerpt +from the Hindi short story \textit{Miss Pal} by Mohan Rakesh. The file +\texttt{examples.dn} contains some advanced examples of \devnag{} +typesetting. Shown below are two small examples of Plain \TeX{} and +\LaTeX{} documents with \devnag{} text. + +\begin{multicols}{2} + +\begin{verbatim} + % Sample TeX input file + \input dnmacs + {\dn devaanaa.m priya.h} + \bye +\end{verbatim} + +\columnbreak + +\begin{verbatim} + % Sample LaTeX input file + \documentclass{article} + \usepackage{devanagari} + \begin{document} + {\dn devaanaa.m priya.h} + \end{document} +\end{verbatim} + +\end{multicols} + +The filename of the \TeX{} document that contains \devnag{} should +be given a \texttt{.dn} extension. The preprocessor will produce +a filename with a \texttt{.tex} extension after processing the +input file. + +\section{Input Encoding} +\label{trans} + +\devnag{} text is prepared using a 7-bit (ASCII-based) transliterated +input encoding in which \devnag{} characters are represented by Roman +characters. The input encoding for \textsf{devnag} was developed by +Frans Velthuis with the objective to keep the format of the input source +text as close as possible to the accepted scholarly practices for +transliteration of \devnag{}. The Velthuis encoding is widely used and +has been adapted by other Indic language \TeX{} packages, and also +serves as the basis of other Indic transliteration schemes. + +\subsection{Supplemental Notes} +Attention should be paid to the following points: +\begin{enumerate} +\item There are different ways to produce consonant conjuncts. For +example, the sequence \texttt{ktrya} can be represented as {\dn \3FCw} +and as {\dn ?\3ECwy}. The creation of conjuncts may be controlled +through the use of the preprocessor directives \verb+@sanskrit+, +\verb+@hindi+, and \verb+@modernhindi+, and more strictly through the +\verb+@lig+ directive. Please refer to Table \ref{ligs} for a list of +supported conjuncts. + +\item There are two different ways to produce long vowels: +typing the short vowel twice or by capitalizing the short vowel, eg. +\texttt{aa} or \texttt{A} for {\dn aA}. + +\item Aspirated consonants may be produced alternately by capitalizing +the voiceless counterpart. For example, the standard encoding for +{\dn B} is \texttt{bha}, but it may also be produced by \texttt{Ba}; +{\dn G} is \texttt{gha} or \texttt{Ga}; etc. + +\item For words which have two successive short vowels, a sequence of +brackets \verb+{}+ may be used to separate the vowels, eg. {\dn +\3FEw{}ug} \verb+pra{}uga+, as opposed to {\dn \3FEwOg} \verb+prauga+ . +This is required because the combinations \verb+ai+ and \verb+au+ +represent the dipthongs {\dn e\?} and {\dn aO}. + +\item The use of uppercase letters to indicate long vowels may be +preferred in cases where ambiguity might arise. When encoding a word +like {\dn kI}, the sequence \verb+kaii+ will produce the incorrect form +{\dn k\4i}, while \verb+kaI+ will yield the correct form {\dn kI}. A +sequence of brackets, as in the previous note, will also produce the +correct form, eg. \verb+ka{}ii+. + +\item The standard ligatures {\dn\symbol{34}}, {\dn \3E2w}, and {\dn /} +are produced by \verb+k.sa+, \verb+j~na+, and \verb+tra+. + +\item Candrabindu may be encoded either as a slash, as given in +Table~\ref{chars}, or by \verb+~m+. + +% \item \verb+~a+ produces an `English a' Marathi style. For example, +% Hindi {\dn V\4?sF} and Marathi {\dn V\+ +delimiters. In the example below, the font command between the angle brackets +will be ignored by the preprocessor, but will be removed from the +output file. + +For example, with \verb+{\dn dharmak.setre <\font\zzz=dvng10 at 18pt> kuruk.setre}+ +the preprocessor will operate on \texttt{dharmak.setre} and \texttt{kuruk.setre}, +but will ignore \verb+\font\zzz=dvng10 at 18pt+ because it occurs within the +\verb+<+ and \verb+>+ delimiters. + +\subsection{Embedding Roman Text within \devnag{} Text} + +The font commands \verb+\rsize+ (Plain \TeX{}) and \verb+\NormalFont+ +(\LaTeX{}) put Roman text within \devnag{} Text. This is useful in +conjuction with the text protection delimiters \verb+<+ and \verb+>+. +Examples: + +\begin{quote} +Plain \TeX{}: \verb+{\dn naama {\rsize }}+ + +\LaTeX{}: \verb+{\dn naama {\NormalFont }}+ +\end{quote} + +By default, Roman text using \verb+\rsize+ and \verb+\NormalFont+ is printed +in a Computer Modern font whose size matches the current \devnag{} font. +Non-\devnag{} punctuation marks, such as comma, question mark, and +exclamation mark, and Arabic numerals are automatically printed in this font. +To change this font, redefine the \verb+\rsize+ or \verb+\NormalFont+ +command. + +\subsection{Breaking Pre-Defined Conjuncts} +The preprocessor will automatically produce predefined ligatures +from certain sequences of consonants. Placing the \texttt{+} character +between two consonants prevents any predefined ligature representing +those consonants from being produced. Instead a conjunct will be +created from half-forms, or, if half-forms do not exist, full forms +stopped with \textit{vir\=ama} will be used. + +For example, the sequence \texttt{kha} will produce {\dn K}. Using +\texttt{+} to break the sequence -- \texttt{k+ha} -- will create {\dn ?h}. + +The use of \texttt{+} is similar to the use of \verb+{}+. +For example, write \verb+t{}ha+ to produce {\dn \qq{t}{}h}, if +desired instead of \verb+tha+ {\dn T}. + +The \texttt{+} character can be used independently of the \verb+@lig+/\verb+@nolig+ +directives, and it can disable any conjunct. Note that the \texttt{+} character +only disables single occurrences of a conjunct. To disable all occurrence +of a conjunct use the \verb+@lig+ directive. + +\subsection{Supported \LaTeX{} Commands} +The preprocessor recognizes some \LaTeX{} macros with arguments. The +following command types are legal within delimiters. + +\begin{itemize} +\item Font commands: Standard \TeX{} size-changing commands, +eg. \verb+\small+, \verb+\large+, \verb+\huge+. + +\item Environments, including the three table environments: +\verb+tabular+, \verb+supertabular+, and \verb+longtable+. Note: To use +table environments within delimited text, the \verb+@tabs+ directive +must be specified in order to enable the use of the ampersand as a tab +marker instead of a marker for \textit{vir\=ama}. Refer to Section +\ref{directives} for more details on preprocessor directives. + +\item Spaces: \verb+\hspace+, \verb+\hspace*+, \verb+\vspace+, +\verb+\vspace*+, \verb+\addvspace+, \verb+\setlength+, \verb+\addtolength+, +\verb+\enlargethispage+, \verb+\enlargethispage*+, and +\verb+\\[+\textit{n}\verb+]+. Plain \TeX{} commands may also be used +when placed between brackets: \verb+{\hskip }+, \verb+{\vskip }+, +\verb+{\vadjust }+, and \verb+{\kern }+. + +\item Counters: \verb+\setcounter+, \verb+\stepcounter+, +\verb+\addtocounter+, and \verb+\refstepcounter+. Page numbering in +\devnag{} is also available through the \verb+dev+ counter. + +\item Boxes and rules: \verb+\parbox+, \verb+\makebox+, +\verb+\framebox+, \verb+raisebox+, and \verb+\rule+. + +\item References: \verb+\label+, \verb+\ref+, \verb+\pageref+, +\verb+\index+, \verb+\cite+, and \verb+\bibitem+. If the argument of the +\verb+\index+ command is in \devnag{}, it will appear in \devnag{} +in the index file. + +\item File commands: \verb+\input+ and \verb+\include+. + +\item Roman text may also be embedded within \devnag{} delimited text as +long as the Roman does not exceed the length of one line. Use +\verb+{\rm ... }+ to produce embedded Roman text. +\end{itemize} + +\subsection{Using Custom \LaTeX\ Commands} +\LaTeX\ users take advantage of numerous commands from various packages. All packages will never be +supported directly but solution is easy. As a matter of fact, all control sequences without +arguments or taking \devnag\ text as argument can be used without problem. Suppose the you want to +colorize text {\dn \textcolor{red}{: t(s\qq{t}}} using the \verb;\textcolor; command from the +\textsc{color} package. The bare word \textit{red} must not be converted. Conversion can be +suppressed by mechanism described in section~\ref{protecting}. One can write e.\,g.: + +\begin{verbatim} +{\dn \textcolor<{red}>{.o tatsat}} +\end{verbatim} + +It is, however, preferable to separate meaning and form. If a macro, e.\,g.\@ \verb;\myemph; is +defined, it is possible to decide later how the text will be emphasized. The text will then be +entered as follows: + +\begin{verbatim} +\def\myemph#{\textcolor{red}} +{\dn \myemph{.o tatsat}} +\end{verbatim} + +Using such an approach one does not need any escaping mechanism at all. + +\section{\devnag{} Fonts} + +The \textsf{devnag} package provides three font families in addition to +the Standard family: Bombay, Calcutta, and Nepali. All families are +available in regular, oblique, bold, bold oblique, and pen shapes +and weights. The Bombay, Calcutta, and Nepali families provide +variant glyphs which are predominant regional forms for certain +characters, as shown in Table \ref{diffs}. + +\begin{itemize} +\item \verb+\dnbombay+ switches to the Bombay family +\item \verb+\dncalcutta+ switches to the Calcutta family +\item \verb+\dnnepali+ switches to the Nepali family +\item \verb+\dnoriginal+ switches back to the default regular family +\item \verb+\dnpen+ switches to the Pen family +\item \verb+\dnpenbombay+ switches to the Bombay Pen family +\item \verb+\dnpencalcutta+ switches to the Calcutta Pen family +\item \verb+\dnpennepali+ switches to the Nepali Pen family +\end{itemize} + +The oblique, bold, and bold oblique shapes and weights are produced +using standard \LaTeX{} macros. Oblique is obtained with either of the +\verb+\textit{}+ or \verb+\itshape+ font-changing commands. Bold is +obtained with either \verb+\textbf{}+ or \verb+\bfseries+. Bold oblique +requires a combination of the bold and oblique commands, such as +\verb+\bfseries\itshape+. + +To use bold, oblique, and bold oblique varieties in Plain \TeX{}, use the macros +\verb+\dnbf+ and \verb+\dnit+. The regional families are accessed using the +macro commands described above. See \texttt{dnmacs.tex} for further information. + +Font size may be controlled in \LaTeX{} with the standard font sizing +commands. In Plain \TeX{}, font size may be controlled with the following +macros: \verb+\dnsmall+, \verb+\dnnine+, \verb+\dnnormal+, +\verb+\dnhalf+, \verb+\dnbig+, \verb+\dnlarge+, and \verb+\dnhuge+. See +\texttt{dnmacs.tex} for further information. + +\subsection{Bombay-Style Fonts} + +The family name for the Bombay \devnag{} fonts is \textsf{dnb}. To +access this family, use the command \verb+\dnbombay+ after the +\verb+\dn+ macro. Standard \LaTeX{} font commands like +\verb+\fontfamily{dnb}+ and \verb+\usefont{U}{dnb}{}{}+ may be used to +access the Bombay fonts, however, these commands conflict with the +preprocessor. Access to the Bombay family within \devnag{} +environments should be restricted to the \verb+\dnbombay+ macro. +Use the command \verb+\dnoriginal+ to return to the standard \devnag{} +font. + +\subsection{Calcutta-Style Fonts} + +The family name for the Calcutta \devnag{} fonts is \textsf{dnc}. In roder to +access this family, use the command \verb+\dncalcutta+ after the +\verb+\dn+ macro. Standard \LaTeX{} font commands like +\verb+\fontfamily{dnc}+ and \verb+\usefont{U}{dnb}{}{}+ may be used to +access the Calcutta fonts, however, these commands conflict with the +preprocessor. Access to the Calcutta family within \devnag{} +environments should be restricted to the \verb+\dncalcutta+ macro. +Use the command \verb+\dnoriginal+ to return to the standard \devnag{} +font. + +\subsection{Nepali-Style Fonts} + +The family name for the Nepali \devnag{} fonts is \textsf{dnn}. To +access this family, use the command \verb+\dnnepali+ after the +\verb+\dn+ macro. Standard \LaTeX{} font commands like +\verb+\fontfamily{dnn}+ and \verb+\usefont{U}{dnn}{}{}+ may be used to +access the Nepali fonts, however, these commands conflict with the +preprocessor. Access to the Nepali family within \devnag{} +environments should be restricted to the \verb+\dnnepali+ macro. +Use the command \verb+\dnoriginal+ to return to the standard \devnag{} +font. + + +\subsection{\devnag{} Pen Fonts} + +The \devnag{} Pen family is a simple modification of the Standard +face created by Tom Ridgeway, which resembles Devanagari written +with a pen. Standard Pen fonts are available as the family \textsf{dnp} and may be +accessed within \devnag{} environments with the command \verb+\dnpen+. The +Pen family for the Bombay style are available as the family \textsf{dnpb}, +and may be accessed with the command \verb+\dnpenbombay+. The Pen family for +the Calcutta style is called \textsf{dnpc} and may be accessed with the command +\verb+\dnpencalcutta+. The Pen family for the Nepali style is called \textsf{dnpn} +and may be accessed with the command \verb+\dnpennepali+. Use the command +\verb+\dnpen+ to return to the standard \devnag{} Pen font. + + +\subsection{Default \devnag{} Font (\LaTeX{} Only)} + +The \devnag{} package provides options \verb+bombay+, \verb+calcutta+, +\verb+nepali+, \verb+pen+, \verb+penbombay+, \verb+pencalcutta+, and +\verb+pennepali+ so as to set the corresponding font as the default one. It may +seem that using \verb+\dncalcutta+ at the beginning of the document is +sufficient. However, as we will show later in this document, the \devnag{} +package may create automatically some captions as well as a running head. When +producing such texts, \LaTeX{} is set to use Roman fonts and the automatic text +switches to \devnag{} just by \verb+\dn+. You would thus see {\dn\dncalcutta +a@yAy} in the normal text but {\dn a@yAy} in automatic captions which is +undesirable. The package options inform which font style should be used as +default. + +It is also possible to change the default font by defining macro +\verb+\dnfamilydefault+. + +The font switching commands described in the previous subsections can be used +for local changes of the style. + +\subsection{PostScript Type 1} + +The package now includes Type~1 fonts created by Karel P\'{\i}\v{s}ka using an +analytic fit. The fonts included here are a subset of his release of Indic +Type~1 fonts that are available from CTAN:fonts/ps-type1/indic and licensed +under GPL. + + An accurate analytic fit of outline contour curves taken from the \MP{} +output helps to avoid artifacts produced by an autotracing bitmap approach. +It allows to keep preciseness of calculations and to produce the outline +fonts faithful, optimal (to minimize their space amount) and hinted. +Therefore the results are not only more precise than fonts presented earlier +but also occupy a smaller place even if they include hinting additionally. +The distribution contains the PFB and TFM files both with accurate glyph +widths. The user UniqueID are present to distinguish fonts +during download process in PostScript printers and other RIP devices. + +The AFM files have be considered as derived files not usable for TFM creation, +because the \textsc{afm2tfm} program has a feature to round the glyph widths +and is not able to reproduce the original metrics. Use these files only with +tools that explicitly require AFM. + +To use the Type 1 fonts with \texttt{dvips} and pdf\TeX, it is in modern +\TeX{} distributions sufficient to run +\texttt{mktexlsr} or \texttt{texhash} and then issue: + +\begin{verbatim} +updmap --enable MixedMap=dvng.map +\end{verbatim} + +If you do not have \texttt{updmap}, you must +edit the local \textsf{dvips} \texttt{psfonts.map} +file to contain a reference to \texttt{dvng.map}; or copy the contents +of \texttt{dvng.map} into \texttt{config.ps}. + +Detailed installation instructions can be found in the README file in the root +directory of the CVS working copy or in the \texttt{doc/generic/velthuis/} +directory in the release package. + +% \subsection{Creating Custom Font Varieties} +% +% The \MF{} source files have been organized to make it easy to produce +% custom font varieties, such as larger point sizes, fonts that contain +% some alternate letters but not others, and non-standard bold and oblique +% fonts. For further information, see the comments in \texttt{dngen.mf}. +% If you are using \LaTeX{}, you may need to modify \texttt{devanagari.sty}, and +% add or modify \texttt{.fd} files. For Plain \TeX{}, you may want to +% modify \texttt{dnmacs.tex}. + +\section{Special Topics}\label{spec} + +\subsection{Delimiter Scope} +The \LaTeX{} font-size commands may be used within +\devnag{} delimited text, however, as a general rule, the font-size +command should follow the \verb+\dn+ delimiter, otherwise +the font definition commands of \verb+\dn+ will be overridden. For +example, items 1, 2, and 3 below produce the correct forms, but +4 does not: + +\begin{quote} +\begin{tabular}{llcl} +1. & \verb+{\dn \large acchaa}+ & $\rightarrow$ & {\dn aQCA} \\ +2. & \verb+{\dn {\large acchaa}}+ & $\rightarrow$ & {\dn aQCA} \\ +3. & \verb+{\large {\dn acchaa}}+ & $\rightarrow$ & {\dn aQCA} \\ +4. & \verb+{\large \dn acchaa}+ & $\rightarrow$ & {\dn acchaa} \\ +\end{tabular} +\end{quote} + +\subsection{Line Spacing} +Due to the super- and subscript characters of the \devnag{} script, the +default line spacing (leading) often needs to be increased to prevent +the crowding of lines. The parameter \verb+\baselineskip+ +(\verb+\linespread+ for \LaTeX{}) controls the line spacing. + +\TeX{} determines and adjusts the value of \verb+\baselineskip+ after it +finishes processing a paragraph. If a paragraph contains a mixture of +\devnag{} and Roman text, and ends with Roman text, then \TeX{} will set +the value of \verb+\baselineskip+ according to the Roman text. This may +result in crowding of \devnag{} text. + +There are, however, solutions to this. An explicit value can be assigned +to \verb+\baselineskip+ before the paragraph ends. The macro file +\texttt{dnmacs.tex} shows examples of the value of \verb+\baselineskip+ +at different font sizes. Default line spacing is also set in +\texttt{devanagari.sty}. Alternately, `dummy' \textsf{devnag} text containing +\verb+\par+ can be placed at the end of the paragraph, eg. +\verb+{\dn \par}+. + +Even when a paragraph has only \textsf{devnag} text, the paragraph-end +command must be included within \textsf{devnag} text, meaning that the +closing delimiter, which ends the \textsf{devnag} text, must follow +the empty line or the \verb+\par+ command that forces the paragraph to +end. + +\subsection{Hyphenation} +\label{hyphenation} + +The \texttt{devnag} package does more or less all that needs to be done +from the point of view of hyphenating Sanskrit in \devnag{} through the +\texttt{@hyphen} and \texttt{@nohyphen} directives, which are discussed in +section \ref{directives}. If hyphenation is off, then there are no hyphens, +and very stretchy inter-word space. This is acceptable for ragged-right +settings or for text in verse form, but may produce poor results +in right-justified prose text, especially if the given passage contains +long compound words. If hyphenation is on then discretionary hyphens are +set between all syllables. + +\subsection{Captions and Date Formats (\LaTeX{} only)} +The language modules of the \textsf{babel} package change captions texts and +date formats. Although \textsf{devanagari.sty} is not a \textsf{babel} module, similar +mechanism is implemented here. Macros \verb=\datehindi= and +\verb=\datemodernhindi= enable Europian style Hindi date generated by the +standard \verb=\today= command. The ``traditional'' and ``modern'' variants +comtain the same names of the months, they differ only in the ligatures used. +You should therefore use \verb=\datemodernhindi= in documents processed with +\verb=@modernhindi=. The names of the months used in the definition of +\verb=\datemodernhindi= are summarized in Table~\ref{months}. + +\begin{table}[bth] +\centering +\extrarowheight 2pt +\begin{tabular}{|rl|rl|}\hline +1 & {\dn jnvrF} & 7 & {\dn \7{j}lAI}\\ +2 & {\dn \327wrvrF} & 8 & {\dn ag-t}\\ +3 & {\dn mAc\0} & 9 & {\dn EstMbr}\\ +4 & {\dn a\3FEw\4l} & 10 & {\dn a?\8{t}br}\\ +5 & {\dn mI} & 11 & {\dn nvMbr}\\ +6 & {\dn \8{j}n} & 12 & {\dn EdsMbr}\\\hline +\end{tabular} + +\caption{Names of the months in the definition of +\texttt{\char92 datemodernhindi}}\label{months} +\end{table} + +If you use \verb=\datehindi= or \verb=\datemodernhindi=, you can also use the +macros \verb+\hindidatearabic+ and \verb+\hindidatedevanagari+ to control +whether the day number in \verb+\today+ is printed in Arabic or \devnag{}, +respectively. The \verb+\hindidatedevanagari+ mode is the default. The macros +\verb+\cmnum+ and \verb+\dnnum+ have no effect in this case. + +The captions are similarly switched to Hindi by \verb=\captionshindi= or +\verb=\captionsmodernhindi=, respectively. Again the texts differ only in the +ligatures used. The captions for the modern Hindi variant are given in +Table~\ref{captions}. + +\begin{table}[bt] +\centering +\extrarowheight 2pt +\begin{tabular}{|>{\tt\char92 }l|l|}\hline +\multicolumn{1}{|l|}{\bfseries Macro} & \bfseries Caption \\\hline +abstractname & {\dn sArA\2f}\\ +appendixname & {\dn pErEf\309wV}\\ +bibname & {\dn s\2df\0 g\5\306wT}\\ +ccname & \\ +chaptername & {\dn a@yAy}\\ +contentsname & {\dn Evqy{\rs -\re}\8{s}cF}\\ +enclname & {\dn }\\ +figurename & {\dn Ec/}\\ +headpagename & {\dn \9{p}\309wW}\\ +headtoname & \\ +indexname & {\dn \8{s}cF}\\ +listfigurename & {\dn Ec/o{\qva} kF \8{s}cF}\\ +listtablename & {\dn tAElkAao\2 kF \8{s}cF}\\ +pagename & {\dn \9{p}\309wW}\\ +partname & {\dn K\317wX}\\ +prefacename & {\dn \3FEw-tAvnA}\\ +refname & {\dn hvAl\?}\\ +tablename & {\dn tAElkA}\\ +seename & {\dn d\?EKe}\\ +alsoname & {\dn aOr d\?EKe}\\ +alsoseename & {\dn aOr d\?EKe}\\\hline +\end{tabular} + +\caption{Modern Hindi captions}\label{captions} +\end{table} + +The macros for the \textsc{letter} class are left intentionally empty. The idea +of the \textsf{babel} package is to prepare a universal template for business +letters using a set of macros. The header of the letter would make use of the +\verb=\headtoname= macro which will produce ``To: Mr.\@ Kumar'' in English +letters and ``Komu: pan Kumar'' in Czech letters. If we simply defined +\verb=\headtoname= to {\dn ko}, the universal template would put it before the +name which would be wrong. Hindi requires different word order, namely {\dn +\399wF \7{k}mAr ko}. The universal templates are thus useless in Hindi and the +letter template must be redesigned almost from scratch. It therefore makes no +sense to define the letter macros. + +Two package options are provided: \verb=hindi= and \verb=modernhindi=. If used, +they cause the \verb=\dn= command to switch the caption text and date format as +well. The date format and captions may be switched back by macros +\verb=\dateenglish=, \verb=\dateUSenglish=, and \verb=\captionsenglish=. + +\subsection{Customizing the date and captions (\LaTeX{} only)}\label{customizing} +The user might prefer different caption texts. If just a few texts are to be +changed, they can simply be redefined in the main document, for instace by: + +\begin{verbatim} +\def\indexname{{\dn anukrama.nikaa}} +\end{verbatim} + +This redefinition must appear \textbf{after} \verb=\captionshindi= or +\verb=\captionsmodernhindi= was invoked. + +It is also possible to change all definitions. The source texts in the Velthuis +transliteration can be found in the \texttt{documentation} directory +(\verb=$TEXMF/doc/generic/velthuis=) in file +\texttt{captions.dn} with some suggested variants in comments. You can either +put modified definitions to your main document (after \textsf{devanagari.sty}) or to a +package of your own. Remember that the preprocessor will not see your package, +you must preprocess it separately. Your package must either reside in the same +directory as your document or in some directory which is searched by \LaTeX. In +the latter case you will have to rebuild the database by running +\textsf{mktexlsr} or \textsf{texhash} in many \TeX{} distributions. + +Do not put your packages to standard distribution directories. You may lose +them when upgrading your \TeX{} distribution. + +Customization of the captions texts is easier in the \babel\ module. The module is described in +section~\ref{babel}. + +\ifbug \else +\renewcommand\thepage{\devanagari{page}} +\fi + +\subsection{Using \texorpdfstring{{\dn d\?vnAgrF}}{Devanagari} in Sections and References (\LaTeX{} only)} +All macros necessary for typesetting \devnag{} text are robust. The +section/chapter titles as well as figure and table captions can contain +\devnag{} words. However, the font is changed to the standard document +font before the title is typeset. It is therefore mandatory to use +\verb+\dn+ even if the section title appears inside the \verb+\dn+ +environment. Thus, \verb+\chapter{{\dn mis paal}}+ will be printed +correctly while \verb+{\dn\chapter{mis paal}}+ will always +create garbage text. Section numbers as well as page numbers will be +printed in Roman numerals. + +\subsection{\devnag{} and Arabic Numerals} +Except when they are represented by commands, numerals are printed as Arabic +numerals by default. The command \verb+\dnnum+ switches to \devnag{} +numerals. The command \verb+\cmnum+ switches back to Arabic numerals. + +Numerals represented by commands are printed as \devnag{} numerals by +default. If you want to use \verb+\cmnum+ or \verb+\dnnum+ to control whether +numerals within commands are printed as Arabic or \devnag{}, use the command +\verb+\rn+ around the numeral command. If the command contains a mix of +letters and numerals, you may need to redefine the command with \verb+\rn+ +around the numeral part. + +Without \verb+\rn+, numerals in commands are always printed as \devnag{}, +even if \verb+\cmnum+ is in effect. For example, in Plain \TeX{}, the macro +\verb+\folio+ contains the current page number. To make this respect +\verb+\cmnum+, use a command such as \verb+{\dn p.r.s.tha \rn{\folio}}+. +\LaTeX{} users can use the techniques described in the next section. + +Arabic numerals are printed in the font specified by the commands +\verb+\rsize+ (Plain \TeX{}) or \verb+\NormalFont+ (\LaTeX{}). This font is +also used for non-\devnag{} punctuation marks. By default, this is a Computer +Modern font whose size matches the current \devnag{} font. To change this +font, redefine the \verb+\rsize+ or \verb+\NormalFont+ command. + +\subsection{\devnag{} Page Numbers and Other Counters (\LaTeX{} only)} +Changing page numbers and other counters to print \devnag{} numerals is +possible with the \verb+devanagari+ numeral style. Page numbers can be +set to \devnag{} with the following declaration: + +\begin{quote} +\verb+\pagenumbering{devanagari}+ +\end{quote} + +The default is \verb+\pagenumbering{arabic}+. + +You can use the command \verb+\devanagari+ as an alternative to +\verb+\arabic+ to control the style of a counter anywhere in the document. +For example, \verb+\devanagari{page}+ prints the current page number in +\devnag{} numerals, while \verb+\arabic{page}+ prints it in Arabic numerals. + +You can change the automatic display of other counters to \devnag{} by +redefinition macros. For example, to change section numbering to \devnag{}, +redefine \verb+\thesection+: + +\begin{quote} +\verb+\renewcommand\thesection{\devanagari{section}}+ +\end{quote} + +The macros \verb+\cmnum+ and \verb+\dnnum+ have no effect on counters, unless +you also use the command \verb+\rn+. To make page numbering respect the +settings of \verb+\cmnum+ and \verb+\dnnum+, use \verb+\rn+ as follows: + +\begin{quote} +\verb+\renewcommand\thepage{\dn p.r.s.tha \rn{\arabic{}}}+ +\end{quote} + +Note that \verb+page+ is enclosed within angle brackets. This is required +because it is within the scope of the \verb+\dn+ command, and the +preprocessor does not recognize counter names as commands. + +\ifbug +\devnag\ page numbering unfortunatelly conflicts with some versions of the \textsc{hyperref} +package. The source of the problem has not be resolved yet. Use this feature with caution. +\else +The pagination for this page until the end of Chapter~\ref{spec} occurs in +\devnag{} through the command + +\begin{quote} +\verb+\renewcommand\thepage{\devanagari{page}}+ +\end{quote} + +and is reset to Arabic through + +\begin{quote} +\verb+\renewcommand\thepage{\arabic{page}}+ +\end{quote} +\fi + +\subsection{Category Codes} +\label{catcodes} +\TeX{} assigns a category code (\verb+\catcode+) to each character. For +example, normal characters are assigned to category 11, and because the +backslash belongs to category 0, it is treated as the first character of +macro commands. + +The fonts in the \textsf{devnag} package use characters with codes below +32. In previous releases of the package the category of these characters was +to 11. However, these catcode assignments caused conflicts with some +packages and with tables where tab characters were used. +Most of these problems could be solved at the macro level, but +unfortunately not all of them. The most serious problem is that words +like {\dn v\char10 t} do not get correctly transfered from section +titles to the table-of-contents. + +A modification of the preprocessor was necessary to resolve this +issue. As a result, a change of character categories is no longer +needed. The output of the revised preprocessor is compatible with +previous releases of \texttt{devanagari.sty}. This fix solves the +table-of-contents problem, but not the conflicts. The new +\texttt{devanagari.sty} is still able to process files generated by the +previous versions of the preprocessor. + +To indicate which version of the preprocessor was used to process a +given \devnag{} file, a string is written to the beginning of the output +\TeX{} file. The macro definition \verb+\DevnagVersion+ is written to +the first line of the output file and indicates the preprocessor +version. If the whole document is present in a single file, the +definition will appear before reading the macro package. The package +then changes its behaviour according to the existence or non-existence +of the above mentioned macro. If the macro is defined, no categories are +changed. If the macro is undefined, the \textsf{devanagari} package assumes +that it is processing an output from an older version of the +preprocessor and the categories of the characters are changed. + +The \textsf{nocatcodes} option is intended for use with files produced +by the old preprocessor. This option changes the categories only within +the \verb+\dn+ environment, not globally for the document. The +\textsf{catcodes} option instructs the package to change the categories +globally. This does not, however, change the categories as a part of +the \verb+\dn+ command. If you assume that the categories can be changed +somewhere in the middle of the document and you wish to set them +properly by \verb+\dn+, you can use the \textsf{compat} option. The +macro \verb+\UnDevCatcodes+ changes catcodes back to the normal values +within the \verb+\dn+ environment. + +%\clearpage % forced page break, remove it if the next section does not start + % at the same page as the previous subsection +\section{Using \texorpdfstring{\devnag}{Devanagari} in \texorpdfstring{\XeLaTeX}{XeLaTeX}} + +\renewcommand\thepage{\arabic{page}} + +This topic does not fully fit here but it is described in this manual because the module for +\babel, which is also included in this package, can be used both in the traditional \TeX\ and +\XeTeX. + +Using \devnag\ in \XeTeX\ does not require any preprocessor. Instead you should use a Unicode +Open\-Type font and enter \devnag\ directly in your text editor. You do not install such fonts for +\XeTeX, it takes the fonts installed in your operating system. Open\-Type fonts can have different +features, the most important of them is ``Script''. You have to specify ``Script=Devanagari'' when +loading the font so that conjuncts are properly formed and i-matras are moved before the consonant. +In \XeLaTeX\ (the \LaTeX\ format in \XeTeX) you can easily achieve it by: + +\medskip +\begin{verbatim} +\usepackage{fontspec} +... +\fontspec[Script=Devanagari]{fontname} +\end{verbatim} + +\medskip \noindent +Replace ``fontname'' with the name of the font. You can query the font name in your operating +system. The \textsc{fontspec} package maps the standard \LaTeX\ font switching commands to the \XeTeX\ +primitives. Look into its manual for more details. + +Unicode assigns special codes to \devnag\ numerals. Automatically created number, e.\,g.\@ the page +number created by \verb;\thepage;, will be printed in Arabic numerals. \XeTeX\ contains the TECkit +library for mapping characters. If you specify (as another option in the square brackets of the font +switching command) ``Mapping=devanagarinumerals'', all Arabic numerals will be automatically +converted to the corresponding \devnag\ numerals. + +Although the text may be entered directly in \devnag, it may be useful to process the source text +in the Velthuis \devnag\ by \XeLaTeX. This can also be achieved by TECkit remapping. Two mapping +files are available: Mapping=velthuis-sanskrit and Mapping=velthuis. The latter is intended for +Hindi. They differ in the only feature that the Sanskrit map will append a virama if the word ends +in a consonant while the Hindi map will not. Both maps convert numerals too. These maps are still +rather experimental. Examples of their usage can be found in files \texttt{xetex-misspaal.tex} and +\texttt{xetex-examples.tex} which are distributed in the document directory of this package. Under +the \textsc{texmf} tree their directory should be \verb;doc/generic/velthuis;. + +Remember that Velthuis transliteration employs the tilde character which normally denotes a +nonbreakable space. If you want to utilise TECkit maps, you have to change its \verb;\catcode; to +12 inside the \devnag\ text, otherwise words like {\dn Ev\3E2wApn} will be printed +incorrectly. + +\section{Using Hindi with \babel}\label{babel} +Since the \textsc{devnag} package version~2.14.1 a new module for \babel\ is released. This unifies +the interface for multiligual documents where Hindi is one of the languages. The module is +available for use both in traditional \LaTeX\ and \XeLaTeX. Usage in plain \TeX\ is not yet +supported but the module should work in plain \XeTeX. Usage with the traditional \LaTeX\ does +require the full \textsc{devnag} package. The module is built upon its macros as well as the +preprocessor and fonts. + +\subsection{Installation} +The Hindi module is not yet included in the standard \babel\ distribution, you have to install it +yourself. Fortunatelly installation is quite simple. It s not necessary to plug \texttt{hindi.dtx}, +which you find in the documentation directory, to \babel\ and generate all files. Instead the +relevant files have been generated for you and are installed automatically with this package. The +only thing you have to do is to inform \LaTeX\ and \XeLaTeX\ that the Hindi module is available. It +is done in the \texttt{language.dat} file. Since we have no hyphenation patterns for +Hindi\footnote{Some time ago hyphenation patterns for Sanskrit for \XeLaTeX\ have been released on +CTAN. Their usability for Hindi in \XeLaTeX\ should be evaluated.}, just append the following line +to the end of the file: + +\medskip +\begin{verbatim} +hindi zerohyph.tex +\end{verbatim} + +If you do not have permission to edit this file, you can make its copy in directory +\verb;tex/generic/config; under \verb;texmf-var; which is usually world writable. Save the file and +generate the formats. Unofficial but tested installation script can be found at +\url{http://icebearsoft.euweb.cz/tex/csh_babel.php}. + +\subsection{Usage} +If you want to use Hindi as a \babel\ module, put the following command into the preamble of your +document: + +\medskip +\begin{verbatim} +\usepackage[hindi]{babel} +\end{verbatim} + +\medskip +Do not load \texttt{devanagari.sty}. The above mentioned syntax is valid both for \LaTeX\ and +\XeLaTeX. The \babel\ module knows that \texttt{devanagari.sty} is required in \LaTeX\ and will +load it automatically. Moreover, \babel\ will not work correctly with older version of the +\textsc{devnag} package. It therefore employs version checking. + +You may enter more comma separated languages in the square brackets. The last language will be the +default. You can then switch languages by standard \babel\ commands as +\verb;\selectlanguage{hindi}; and + +\begin{verbatim} +\begin{otherlanguage}{hindi} +... +\end{otherlanguage} +\end{verbatim} + +\medskip +If traditional \LaTeX\ is used, you must still insert the source text inside the \verb;{\dn }; +group, otherwise the preprocessor will not recognize it. + +\subsection{Language attributes} +Package \texttt{devanagari/sty} can be loaded with some options. When using the \babel\ module this +functionality is available only indirectly by specifying these options in the \verb;documentclass; +declaration. This is not preferred because these options should not be treated as document +properties. Instead these options were reimplemented as \babel\ language attributes. The attributes +are selected by invoking: + +\begin{quote} +\verb;\languageattribute{hindi}{;$\langle$\itshape list of attributes$\rangle$\verb;}; +\end{quote} + +The command must appear after loading \babel. + +\subsubsection{Attribute modernhindi} +This attribute switches to the Modern Hindi captions. Remember that the preprocessor does not +understand the language attributes and \babel\ cannot read the preprocessor directives. You must +therefore correctly insert either \texttt{@hindi} or \texttt{@modernhindi} directive in addition to +the language attribute. The attribute has no effect in \XeLaTeX\ because conjunct building is +defined in the tables inside the Open\-Type font. + +\subsubsection{Font style attributes} +The module implements attributes \texttt{bombay}, \texttt{calcutta}, \texttt{nepali}, \texttt{pen}, +\texttt{penbombay}, \texttt{pencalcutta}, \texttt{pennepali} that serve the same purpose of the +package options with the same name. These attributes are connected with the Velthuis fonts and are +thus unavailable in \XeLaTeX. + +\subsection{Customizing captions} +The \babel\ module makes use of the same definitions of date and captions as shown in +tables~\ref{months} and~\ref{captions}. Their redefinition within the framework of \babel\ is easy. +Suppose that we want to change the title of Index to {\dn a\7{n}\387wmEZkA} as we did in +section~\ref{customizing}. We achieve it by placing the following command to the preamble after +loading \babel: + +\medskip +\begin{verbatim} +\addto\captionshindi{\def\indexname{{\dn anukrama.nikaa}}} +\end{verbatim} + +\medskip +The same can be done for \verb;\cationsmodernhindi;. Notice that the command will be seen by the +preprocessor. + +If you want to do the same in \XeLaTeX, enter the changed text directly in Unicode: + +\medskip +\verb;\addto\captionshindi{\def\indexname{;{\dn a\7{n}\387wmEZkA}\verb;}}; + + +\section{Vedic Macros} + +These macros put Vedic intonation marks above and below individual +Devanagari letters and construct other characters generally used only in +Vedic text. + +There are two groups of these macros, one for Rig Veda, and one for Sama +Veda. To use the Rig Veda macros, you must first enter the command +\verb=\dnveda= +at some point after \verb=\input dnmacs= in plain \TeX\ or after \verb=\usepackage{devanagari}= in +\LaTeX , and to use the Sama Veda accents, you must first type \verb=\dnsamaveda=. + +Both of these modes redefine standard macro names already used in Plain \TeX{} +and \LaTeX. In Rig Veda mode the macros \verb=\_=, \verb+\=+, \verb=\|=, and +\verb=\~= are redefined, +while in Sama Veda mode, \verb=\^= and \verb=\@= are redefined. If your document already +uses these macros in their original sense, then use \verb=\dnveda= or +\verb=\dnsamaveda= only within \verb=\dn= mode. Otherwise, use \verb=\dnveda= +or \verb=\dnsamaveda= once +at the beginning of the document. + +This approach to macro names has been used because, when intonation marks +are needed, they are needed very frequently and are inserted into parts of +words, so the macro names should be very short and symbolic. + +\subsection{Rig Veda Macros} + +\subsubsection{Anudatta (low) tone macro\texorpdfstring{ \texttt{\char92\_}}{}, variable width} + +This macro takes one argument, the text letter. +Example: \verb=\dnveda ... {\dn \_{a}gnim}= + +This macro may be combined with \verb=\|= for a pluta mark: \verb=\_{\|{3}}=. + +The anudatta mark produced by this macro is nearly as wide as the letter and +thus varies in width from one letter to another. + + +\subsubsection{Anudatta (low) tone macro\texorpdfstring{ \texttt{\char92=}}{}, fixed width} + +This macro takes one argument, the text letter. +Example: \verb+\dnveda ... {\dn \={a}gnim}+ + +This macro may be combined with \verb=\|= for a pluta mark: \verb+\={\|{3}}+. + +The anudatta mark produced by this macro has a fixed width and is centered +under the letter. + + +\subsubsection{Svarita (rising) tone macro\texorpdfstring{ \texttt{\char92|}}{}} + +This macro takes one argument, the text letter. +Example: \verb=\dnveda ... {\dn \|{ii}Le}= + +This macro may be combined with \verb=\|= for a pluta mark: \verb=\|{\_{3}}=. + + +\subsubsection{Pada separator macro\texorpdfstring{ \texttt{\char92\char126}}{}} + +This macro inserts a pada separtor between two Devanagari letters. + +Example: \verb=\dnveda ... {\dn na\_{ra}\~maa}= + +\subsection{Usage Samples} +This subsection provides two small usage samples of Vedic macros. + + +{\dn\dnnum\Large\dncalcutta +{\dnveda + +\_{a}E`n\|{mF}\30Fw\? \_{\7{p}}ro\|{Eh}t\2 \_{y}\3E2w\|{-y} +\_{d\?}v\_{\9{m}}E(v\|{j}\qq{m} . \ +ho\|{tA}r\2 r\_{\3D7w}DA\|{t}m\qq{m} \quad \rn{1} + +}} + +The text above was typeset by: + +\begin{verbatim} +{\dn\dnnum\Large\dncalcutta +{\dnveda + +\_{a}gni\|{mii}Le \_{pu}ro\|{hi}ta.m \_{ya}j~na\|{sya} +\_{de}va\_{m.r}tvi\|{ja}m | \ +ho\|{taa}ra.m ra\_{tna}dhaa\|{ta}mam \quad 1 + +}} +\end{verbatim} + +\def\samaindent{\parindent=1.0in} +\def\dnitem#1{\noindent\llap{#1\space}\leftskip\parindent} +{\dn\dnnum\dncalcutta +{\dnsamaveda\samaindent +\dnitem{\rn{1}} \^{a}{\rn{2}}\^{`n}{\rn{3}} \^{aA}{\rn{1}} \^{yA}{\rn{2}}Eh +\^{vF}{\rn{3}}\^{t}{\rn{1}}\^{y\?}{\rn{2}} \9{g}\^{ZA}{\rn{3}}\^{no}{\rn{2}} +\^{h}{\rn{3}}\^{\326wy}{\rn{1}}\^{dA}{\rn{2}}ty\? \\ +\^{En}{\rn{1}} ho\^{tA}{\rn{2}r} sE(s \^{b}{\rn{3}}\^{Eh\0}{\rn{1}}\^{Eq}{\rn{2}} \quad \rn{1} + +}} + +The text above was typeset by: + +\begin{verbatim} +\def\samaindent{\parindent=1.0in} +\def\dnitem#1{\noindent\llap{#1\space}\leftskip\parindent} +{\dn\dnnum\dncalcutta +{\dnsamaveda\samaindent +\dnitem{1} \^{a}{2}\^{gna}{3} \^{aa}{1} \^{yaa}{2}hi +\^{vii}{3}\^{ta}{1}\^{ye}{2} g.r\^{.naa}{3}\^{no}{2} +\^{ha}{3}\^{vya}{1}\^{daa}{2}taye \\ +\^{ni}{1} ho\^{taa}{2ra} satsi \^{ba}{3}\^{rhi}{1}\^{.si}{2} \quad 1 + +}} +\end{verbatim} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{table}[pt] +\begin{center} +\renewcommand{\arraystretch}{1.35} +\begin{tabular}{|l|c|c|c|c|} +\hline + & \textsc{original} & \textsc{bombay} & \textsc{calcutta} & \textsc{nepali} \\ +\hline +\textit{a} & {\dn a} & {\dn\dnbombay a} & {\dn\dncalcutta a} & \\ +\textit{\underrng{r}} & {\dn \31Bw} & {\dn\dnbombay \31Bw} & {\dn\dncalcutta \31Bw} & \\ +\textit{\diatop[\=|\underrng{r}]} & {\dn \311w} & {\dn\dnbombay \311w} & {\dn\dncalcutta \311w} & \\ +\textit{\underrng{l}} & {\dn \318w} & {\dn\dnbombay \318w} & {\dn\dncalcutta \318w} & \\ +\textit{\diatop[\=|\underrng{l}]} & {\dn \319w} & {\dn\dnbombay \319w} & {\dn\dncalcutta \319w} & \\ +\textit{cha} & {\dn C} & {\dn\dnbombay C} & {\dn\dncalcutta C} & \\ +\textit{jha} & {\dn J} & {\dn\dnbombay J} & {\dn\dncalcutta J} & {\dn\dnnepali J} \\ +\textit{\d{n}a} & {\dn Z} & {\dn\dnbombay Z} & {\dn\dncalcutta Z} & \\ +\textit{la} & {\dn l} & {\dn\dnbombay l} & {\dn\dncalcutta l} & \\ +\textit{\'sa} & {\dn f} & {\dn\dnbombay f} & {\dn\dncalcutta f} & \\ +\textit{1} & {\dn\dnnum 1} & {\dn\dnnum\dnbombay 1} & {\dn\dnnum\dncalcutta 1} & {\dn\dnnum\dnnepali 1}\\ +\textit{5} & {\dn\dnnum 5} & {\dn\dnnum\dnbombay 5} & {\dn\dnnum\dncalcutta 5} & \\ +\textit{8} & {\dn\dnnum 8} & {\dn\dnnum\dnbombay 8} & {\dn\dnnum\dncalcutta 8} & \\ +\textit{9} & {\dn\dnnum 9} & {\dn\dnnum\dnbombay 9} & {\dn\dnnum\dncalcutta 9} & {\dn\dnnum\dnnepali 9}\\ +\hline +\end{tabular} +\end{center} +\bigskip + +\begin{center} +\renewcommand{\arraystretch}{1.35} +\begin{tabular}{|l|c|c|c|c|} +\hline + & \textsc{original} & \textsc{bombay} & \textsc{calcutta} & \textsc{nepali} \\ +\hline +\textit{k\d{s}a} & {\dn "} & {\dn\dnbombay "} & {\dn\dncalcutta "} & \\ +\textit{k\d{s}}- & {\dn \symbol{'43}} & {\dn\dnbombay \symbol{'43}} & {\dn\dncalcutta \symbol{'43}} & \\ +\textit{\.nk\d{s}a} & {\dn \3B0w} & {\dn\dnbombay \3B0w} & {\dn\dncalcutta \3B0w} & \\ +\textit{\.nk\d{s}va} & {\dn \3B1w} & {\dn\dnbombay \3B1w} & {\dn\dncalcutta \3B1w} & \\ +\textit{chya} & {\dn \3D0w} & {\dn\dnbombay \3D0w} & {\dn\dncalcutta \3D0w} & \\ +\textit{j\~na} & {\dn \3E2w} & {\dn\dnbombay \3E2w} & {\dn\dncalcutta \3E2w} & \\ +\textit{j\~n}- & {\dn \symbol{'352}} & {\dn\dnbombay \symbol{'352}} & {\dn\dncalcutta \symbol{'352}} & \\ +\textit{jh}- & {\dn \324w} & {\dn\dnbombay \324w} & {\dn\dncalcutta \324w} & {\dn\dnnepali \324w} \\ +\textit{\d{n}}- & {\dn \symbol{'27}} & {\dn\dnbombay \symbol{'27}} & {\dn\dncalcutta \symbol{'27}} & \\ +\textit{\d{n}\d{n}a} & {\dn \symbol{'233}} & {\dn\dnbombay \symbol{'233}} & {\dn\dncalcutta \symbol{'233}} & \\ +\textit{lla} & {\dn \3A5w} & {\dn\dnbombay \3A5w} & {\dn\dncalcutta \3A5w} & \\ +\textit{\'{s}}- & {\dn \symbol{'133}} & {\dn\dnbombay \symbol{'133}} & {\dn\dncalcutta \symbol{'133}} & \\ +\textit{-ya} & {\dn \symbol{'053}} & {\dn\dnbombay \symbol{'053}} & {\dn\dncalcutta \symbol{'053}} & \\ +\textit{h\d{n}a} & {\dn \3A2w} & {\dn\dnbombay \3A2w} & {\dn\dncalcutta \3A2w} & \\ +\hline +\end{tabular} +\end{center} + +\caption{Standard and Variant \devnag{} Characters} +\label{diffs} +\end{table} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{center} +\begin{table}[p] +\renewcommand{\arraystretch}{1.35} +\begin{tabular}{|lllll||lllll||lllll|} +\hline +\# & & \textsc{s} & \textsc{h} & \textsc{mh} & +\# & & \textsc{s} & \textsc{h} & \textsc{mh} & +\# & & \textsc{s} & \textsc{h} & \textsc{mh} \\ \hline +1 & {\dn k k} & {\dn\symbol{'303}} & {\dn \3C3w} & {\dn ?k} & +36 & {\dn\symbol{'32} c} & {\dn\symbol{'321}} & {\dn \316wc} & {\dn \316wc} & +71 & {\dn d r y} & {\dn\symbol{'357}} & {\dn \3EFw} & {\dn \qb{d}+}\\ +2 & {\dn k t } & {\dn\symbol{'304}} & {\dn \3C4w} & {\dn ?t} & +37 & {\dn\symbol{'32} j} & {\dn\symbol{'322}} & {\dn \316wj} & {\dn \316wj} & +72 & {\dn d v y} & {\dn\symbol{'225}} & {\dn \395w} & {\dn \392w+}\\ +3 & {\dn k n} & {\dn\symbol{'307}} & {\dn ?n} & {\dn ?n} & +38 & {\dn V k} & {\dn\symbol{'326}} & {\dn \3D6w} & {\dn \qq{V}k} & +73 & {\dn D n} & {\dn\symbol{'360}} & {\dn @n} & {\dn @n}\\ +4 & {\dn k m} & {\dn\symbol{'311}} & {\dn ?m} & {\dn ?m} & +39 & {\dn V V} & {\dn\symbol{'323}} & {\dn \3D3w} & {\dn \qq{V}V} & +74 & {\dn n n} & {\dn\symbol{'340}} & {\dn \3E0w} & {\dn \306wn}\\ +5 & {\dn k y} & {\dn\symbol{'310}} & {\dn \3C8w} & {\dn ?y} & +40 & {\dn V W} & {\dn\symbol{'341}} & {\dn \3E1w} & {\dn \qq{V}W} & +75 & {\dn p t} & {\dn\symbol{'330}} & {\dn =t} & {\dn =t}\\ +6 & {\dn k l} & {\dn\symbol{'312}} & {\dn ?l} & {\dn ?l} & +41 & {\dn V y} & {\dn\symbol{'324}} & {\dn \3D4w} & {\dn V+} & +76 & {\dn p n} & {\dn\symbol{'331}} & {\dn =n} & {\dn =n}\\ +7 & {\dn k v} & {\dn\symbol{'313}} & {\dn ?v} & {\dn ?v} & +42 & {\dn W y} & {\dn\symbol{'325}} & {\dn \3D5w} & {\dn W+} & +77 & {\dn p l} & {\dn\symbol{'332}} & {\dn =l} & {\dn =l}\\ +8 & {\dn k t y} & {\dn\symbol{'305}} & {\dn \3C5w} & {\dn ?(y} & +43 & {\dn X g} & {\dn\symbol{'263}} & {\dn \qq{X}g} & {\dn \qq{X}g} & +78 & {\dn b n} & {\dn\symbol{'247}} & {\dn Nn} & {\dn Nn}\\ +9 & {\dn k t v} & {\dn\symbol{'306}} & {\dn \3C6w} & {\dn ?(v} & +44 & {\dn X G} & {\dn\symbol{'264}} & {\dn \qq{X}G} & {\dn \qq{X}G} & +79 & {\dn b b} & {\dn\symbol{'251}} & {\dn Nb} & {\dn Nb}\\ +10 & {\dn k n y} & {\dn\symbol{'346}} & {\dn ?\306wy} & {\dn ?\306wy} & +45 & {\dn X X} & {\dn\symbol{'345}} & {\dn \3E5w} & {\dn \qq{X}X} & +80 & {\dn b v} & {\dn\symbol{'333}} & {\dn Nv} & {\dn Nv}\\ +11 & {\dn k r y} & {\dn\symbol{'347}} & {\dn \3E7w} & {\dn \3E7w} & +46 & {\dn X m} & {\dn\symbol{'273}} & {\dn \qq{X}m} & {\dn \qq{X}m} & +81 & {\dn B n} & {\dn\symbol{'336}} & {\dn - Copyright (C) - - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation; either version 2 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA - - -Also add information on how to contact you by electronic and paper mail. - -If the program is interactive, make it output a short notice like this -when it starts in an interactive mode: - - Gnomovision version 69, Copyright (C) year name of author - Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'. - This is free software, and you are welcome to redistribute it - under certain conditions; type `show c' for details. - -The hypothetical commands `show w' and `show c' should show the appropriate -parts of the General Public License. Of course, the commands you use may -be called something other than `show w' and `show c'; they could even be -mouse-clicks or menu items--whatever suits your program. - -You should also get your employer (if you work as a programmer) or your -school, if any, to sign a "copyright disclaimer" for the program, if -necessary. Here is a sample; alter the names: - - Yoyodyne, Inc., hereby disclaims all copyright interest in the program - `Gnomovision' (which makes passes at compilers) written by James Hacker. - - , 1 April 1989 - Ty Coon, President of Vice - -This General Public License does not permit incorporating your program into -proprietary programs. If your program is a subroutine library, you may -consider it more useful to permit linking proprietary applications with the -library. If this is what you want to do, use the GNU Library General -Public License instead of this License. diff -Nru texlive-lang-2007.dfsg.4/texmf-dist/doc/generic/vntex/INSTALL texlive-lang-2009/texmf-dist/doc/generic/vntex/INSTALL --- texlive-lang-2007.dfsg.4/texmf-dist/doc/generic/vntex/INSTALL 2007-01-15 21:37:07.000000000 +0000 +++ texlive-lang-2009/texmf-dist/doc/generic/vntex/INSTALL 2009-07-19 19:21:02.000000000 +0100 @@ -1,131 +1,44 @@ -vntex-3.1.5 +vntex-3.1.9 -This file is part of VnTeX. License: LPPL, version 1.3 or newer, -see: http://www.latex-project.org/lppl.txt -Author: Reinhard Kotucha +This file is part of VnTeX. +Copyright 2005-2008 Reinhard Kotucha -See Appendix A where to get help. +This work may be distributed and/or modified under the conditions of +the LaTeX Project Public License, either version 1.3 of this license +or (at your option) any later version. The latest version of this +license is in + http://www.latex-project.org/lppl.txt +The current maintainer is Reinhard Kotucha. -Installation -============ - -UNIX, Linux, MacOS/X, TeXLive (UNIX or Windows) ------------------------------------------------ -To install VnTeX on a web2c system you have to unpack vntex-3.1.5.zip -inside of a texmf tree. It is recommended to create an own directory tree -for vntex so that you can remove it easily when you update your TeX system. - -This directory tree should be the first item of TeX's search path, -otherwise you have to remove old versions of VnTeX or vncmr completely. - -On UNIX systems this is something like /usr/local/share/texmf-vntex -for a system-wide installation or $HOME/texmf-vntex if you do not have -access to this directory. On Windows c:\texmf-vntex is a good place. - -* Unpack the .zip file in this directory. - -* Create a local copy of the system texmf.cnf file. - -* Edit this copy: - - -- Add texmf-vntex with its complete path to the variable TEXMF. It - should appear before TEXMFDIST and TEXMFMAIN. - - -- Set font_mem_size to a value of at least 1100000 if you want to - compile the font samples in texmf-vntex/doc/generic/vntex/tests - manually. - This is not required if you use tha Makefile, see README in the - tests directory. - Add C:/WINDOWS/FONTS to TTFONTS if you're under Windows. +_______________________________________ +Appendix A describes where to get help. +_______________________________________ -* Set the environment variable TEXMFCNF to the directory in which - your local copy of texmf.cnf resides. See Appendix B for details. -* Run texhash. - -* Now you have to update the map files. +Installation +============ - System-wide installation - ~~~~~~~~~~~~~~~~~~~~~~~~ - If there is a program updmap-sys on your system, run - - updmap-sys --nohash --nomkmap --disable vnr.map - updmap-sys --nohash --nomkmap --enable MixedMap vnrtext.map - updmap-sys --nohash --nomkmap --enable MixedMap vnrother.map - updmap-sys --nohash --nomkmap --enable Map urwvn.map - updmap-sys --nohash --nomkmap --enable Map chartervn.map - updmap-sys --nohash --nomkmap --enable Map mscorevn.map - updmap-sys --nohash --nomkmap --enable Map arevvn.map - updmap-sys --nohash --nomkmap --enable Map classicovn.map - updmap-sys --nohash --nomkmap --enable Map cmbrightvn.map - updmap-sys --nohash --nomkmap --enable Map comicvn.map - updmap-sys --nohash --nomkmap --enable Map concretevn.map - updmap-sys --nohash --nomkmap --enable Map garamondvn.map - updmap-sys --nohash --nomkmap --enable Map grotesqvn.map - updmap-sys --nohash --nomkmap --enable Map vntopia.map - updmap-sys --nohash --nomkmap --enable Map txttvn.map - updmap-sys - - Otherwise, run - - updmap --nohash --nomkmap --disable vnr.map - updmap --nohash --nomkmap --enable MixedMap vnrtext.map - updmap --nohash --nomkmap --enable MixedMap vnrother.map - updmap --nohash --nomkmap --enable Map urwvn.map - updmap --nohash --nomkmap --enable Map chartervn.map - updmap --nohash --nomkmap --enable Map mscorevn.map - updmap --nohash --nomkmap --enable Map arevvn.map - updmap --nohash --nomkmap --enable Map classicovn.map - updmap --nohash --nomkmap --enable Map cmbrightvn.map - updmap --nohash --nomkmap --enable Map comicvn.map - updmap --nohash --nomkmap --enable Map concretevn.map - updmap --nohash --nomkmap --enable Map garamondvn.map - updmap --nohash --nomkmap --enable Map grotesqvn.map - updmap --nohash --nomkmap --enable Map vntopia.map - updmap --nohash --nomkmap --enable Map txttvn.map - updmap - - from your command line. But don't use updmap if updmap-sys is - available. - - Personal installation - ~~~~~~~~~~~~~~~~~~~~~ - If you don't have access to the system directories, you have unpacked - your files in $HOME/texmf-vntex or c:\texmf-vntex. - - If there is a program updmap on your system, run - - updmap --nohash --nomkmap --disable vnr.map - updmap --nohash --nomkmap --enable MixedMap vnrtext.map - updmap --nohash --nomkmap --enable MixedMap vnrother.map - updmap --nohash --nomkmap --enable Map urwvn.map - updmap --nohash --nomkmap --enable Map mscorevn.map - updmap --nohash --nomkmap --enable Map arevvn.map - updmap --nohash --nomkmap --enable Map classicovn.map - updmap --nohash --nomkmap --enable Map cmbrightvn.map - updmap --nohash --nomkmap --enable Map comicvn.map - updmap --nohash --nomkmap --enable Map concretevn.map - updmap --nohash --nomkmap --enable Map garamondvn.map - updmap --nohash --nomkmap --enable Map grotesqvn.map - updmap --nohash --nomkmap --enable Map vntopia.map - updmap --nohash --nomkmap --enable Map txttvn.map - updmap +MikTeX +------ +Official versions of VnTeX are provided by MikTeX. +Please use MikTeX's package manager to install or update VnTeX. - from the command line. If not, ask your system administrator to - install VnTeX. +You only have to read on if you are going to install a beta release. +Beta releases are supposed for testing only but not for production. +The first line of this file contains the version number of the release +you downloaded. You only have to follow the instructions below if it +contains the word "beta" and you really want to install it. -MikTeX ------- * Remove (if any) previous version of VnTeX by running [Programs]-->[MikTeX]-->[MikTeX Options], then select [Packages]-->[Language]-->[Vietnamese]-->[vntex]. -* Unpack vntex .zip file to some location, e.g., c:\texmf-vntex if you - have installed MikTeX to c:\texmf. If you have installed MikTeX to - e.g c:\miktex\texmf, then it is recommended to unpack it in +* Unpack the vntex .zip file to some location, e.g., c:\texmf-vntex if + you have installed MikTeX to c:\texmf. If you have installed MikTeX + to e.g c:\miktex\texmf, then it is recommended to unpack it in c:\miktex\texmf-vntex. * Run [Programs]-->[MikTeX]-->[MikTeX Options], then select @@ -153,7 +66,7 @@ Map vntopia.map Map txttvn.map - If there is an entry `MixedMap vnr.map', remove it. + If there is an entry "MixedMap vnr.map", remove it. * Run "initexmf -mkmaps". @@ -161,125 +74,143 @@ -- Add c:\windows\fonts to TTFPath. - -- Set font_mem_size to a value of at least 1100000 if you want to - compile the font samples in texmf-vntex/doc/generic/vntex/tests. +TeX Live (UNIX, Linux, MacOS/X, Windows) +---------------------------------------- -Tex4ht (all systems) --------------------- -The Vietnamese fonts for tex4ht are now part of the tex4ht distribution. -In order to use tex4ht you have to install the files needed by VnTeX. +If you have TeX Live 2008 or later, run -Make sure your tex4ht distribution is not too old. + tlmgr --location update vntex +or -plnfss (all systems) --------------------- -The plain TeX font selection macros are now a separate package. -You don't neeed it if you are using LaTeX. + tlmgr gui -* Download from: +if you prefer the graphical user interface. On Windows you can invoke +the TeX Live Manager from the start menu. - http://ctan.tug.org/tex-archive/macros/plain/plnfss +Please consult the TeX Live documentation for more information. -* Unpack the archive in the same texmf tree as VnTeX. -* Refresh the file database. +teTeX, older versions of TeX Live (UNIX, Linux, MacOS/X, Windows) +----------------------------------------------------------------- -_______________________________________________________________________ -_______________________________________________________________________ - -Appendix A: Getting Help -========================= -If you have any problems, don't hesitate to ask. There is a mailing -list (very low traffic) for questions about VnTeX and typesetting -Vietnamese. To subscribe to the list, visit +===================================================================== +If you have a version of TeX Live older than TeX Live 2008, keep in +mind that TeX Live for Windows behaves differently than TeX Live for +UNIX. Please consult the TeX Live manual. +===================================================================== - http://lists.sourceforge.net/lists/listinfo/vntex-users +In order to install VnTeX on a web2c system you have to unpack +vntex-3.1.9.zip inside of a texmf tree. There are two ways to +install VnTeX: -The primary site of VnTeX is: +1. If you want to test beta versions it is recommended that you create + a separate directory for VnTeX so that you can remove old versions + of VnTeX easily. How to add a directory tree to the TEXMF search + path is described in the manual of the TeX distribution you are + using. - http://vntex.org +2. If you want to install an official release, it is recommended to + put it into the texmf-local local directory. In order to find out + where it is, type -The current maintainers are: + kpsewhich --expand-var=\$TEXMFLOCAL (UNIX) + kpsewhich --expand-var=$TEXMFLOCAL (Windows) - Han The Thanh - Werner Lemberg - Reinhard Kotucha + on the command line. If you don't have root access you can either + ask your system administrator to install VnTeX for you (this is + preferred because other users might be interested as well). + You alse can install it to your HOME directory. To find out + where it is, type + + kpsewhich --expand-var=\$TEXMFHOME (UNIX) + kpsewhich --expand-var=$TEXMFHOME (Windows) + + on the command line. This directory might not exist and you have + to create it manually. If the output of kpsewhich looks + reasonable, you can say: + mkdir `kpsewhich --expand-var=\$TEXMFHOME` (UNIX only) +* Unpack the .zip file in TEXMFLOCAL or TEXMFHOME. -Appendix B: Setting Environment Variables -========================================== -(This is not needed for MikTeX) +* Run texhash. -UNIX -~~~~ +* Now you have to update the map files. - Personal installation - --------------------- - Put + This is a quite inconvenient task. But there is a little Perl + script in the same directory as the file you are just reading. + It's called "vntex-update-maps". If you type on the command + line - TEXMFCNF= + perl vntex-update-maps - into the file ~/.profile . + (without any arguments) you'll get a usage message. If you say - TEXMFCNF must be an absolute path (beginning with /) to the - directory in which the file texmf.cnf resides. + perl vntex-update-maps -help - Run "source ~/.profile" to execute this file in the current shell. - Next time you log in this file will be evaluated automatically. + you'll get the same message but it will also tell you the content + of the variables TEXMFHOME and TEXMFLOCAL. + + If you extracted the zip archive to TEXMFHOME you have to run - System wide installation - ------------------------ - Put the variable into /etc/profile. If there is a directory - /etc/profile.d, add a file "vntex.sh" to this directory which - contains the variable. - - The variable is evaluated when a user logs in. + perl vntex-update-maps -home + + and if you extracted it to TEXMFLOCAL you have to run + + perl vntex-update-maps -sys + If you supply the -n option, the commands that would be + executed are printed to screen, but nothing is executed. -Windows (TeXLive) ^1 -~~~~~~~~~~~~~~~~~~~~ - -- Windows 95/98 + Hence, if you want to create your own batch file, you can say: - Edit your autoexec.bat. Add the line: + perl vntex-update-maps -sys -n > my_own_batchfile.bat - set TEXINPUTS=c:\texmf-vntex//: + This might be useful if you need a customized version of the + script. - and reboot your system. - -- Windows ME +TeX4ht (all systems) +-------------------- +The Vietnamese fonts for tex4ht are now part of the tex4ht distribution. +In order to use TeX4ht you have to install the files needed by VnTeX. + +Make sure your TeX4ht distribution is not too old. - You need to run the special program c:\windows\system\msconfig.exe - to be able to change any environment variable. From this program, - select the `Environment' tab, and then add or modify the variable - you want. You will be asked to reboot the machine upon any - change. - -- Windows NT/2K/XP +plnfss (all systems) +-------------------- +The plain TeX font selection macros are now a separate package. +You don't neeed it if you are using LaTeX or Context. - Click left on "Start-->Settings-->Control Panel-->Environment variables". - Now the window with the control panel icons opens. Double click - on System. The System Properties window opens. Click on the tab - Environment or look for a button named Environment Variables among - the dialog boxes. Now you can change the environment variables - for your user account. +* Download from: - Note: - There are also displayed the environment settings for the - system. Normally, you can't change the system variables unless - you have administrator rights on your machine. If you want to - change the PATH for all users, you will have to contact your system - administrator or be the system administrator yourself -- in the - latter case you should know what you are doing. + http://ctan.tug.org/tex-archive/macros/plain/plnfss -######################################################################## - Don't forget to remove TEXMFCNF (and your copy of the file texmf.cnf) - if you install a new TeX system which already provides VnTeX! -######################################################################## +* Unpack the archive in the same texmf tree as VnTeX. -________________ +* Refresh the file database. -^1 See: http://tug.org/texlive/doc/texlive-en/live.html +_______________________________________________________________________ +_______________________________________________________________________ + +Appendix A: Getting Help +========================= +If you have any problems, don't hesitate to ask. There is a mailing +list (very low traffic) for questions about VnTeX and typesetting +Vietnamese. To subscribe to the list, visit + + http://lists.sourceforge.net/lists/listinfo/vntex-users + +The primary site of VnTeX is: + + http://vntex.sf.net + +The current maintainers are: + + Han The Thanh + Werner Lemberg + Reinhard Kotucha diff -Nru texlive-lang-2007.dfsg.4/texmf-dist/doc/generic/vntex/LGPL.txt texlive-lang-2009/texmf-dist/doc/generic/vntex/LGPL.txt --- texlive-lang-2007.dfsg.4/texmf-dist/doc/generic/vntex/LGPL.txt 2006-11-26 20:54:26.000000000 +0000 +++ texlive-lang-2009/texmf-dist/doc/generic/vntex/LGPL.txt 1970-01-01 01:00:00.000000000 +0100 @@ -1,504 +0,0 @@ - GNU LESSER GENERAL PUBLIC LICENSE - Version 2.1, February 1999 - - Copyright (C) 1991, 1999 Free Software Foundation, Inc. - 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - Everyone is permitted to copy and distribute verbatim copies - of this license document, but changing it is not allowed. - -[This is the first released version of the Lesser GPL. It also counts - as the successor of the GNU Library Public License, version 2, hence - the version number 2.1.] - - Preamble - - The licenses for most software are designed to take away your -freedom to share and change it. By contrast, the GNU General Public -Licenses are intended to guarantee your freedom to share and change -free software--to make sure the software is free for all its users. - - This license, the Lesser General Public License, applies to some -specially designated software packages--typically libraries--of the -Free Software Foundation and other authors who decide to use it. You -can use it too, but we suggest you first think carefully about whether -this license or the ordinary General Public License is the better -strategy to use in any particular case, based on the explanations below. - - When we speak of free software, we are referring to freedom of use, -not price. Our General Public Licenses are designed to make sure that -you have the freedom to distribute copies of free software (and charge -for this service if you wish); that you receive source code or can get -it if you want it; that you can change the software and use pieces of -it in new free programs; and that you are informed that you can do -these things. - - To protect your rights, we need to make restrictions that forbid -distributors to deny you these rights or to ask you to surrender these -rights. These restrictions translate to certain responsibilities for -you if you distribute copies of the library or if you modify it. - - For example, if you distribute copies of the library, whether gratis -or for a fee, you must give the recipients all the rights that we gave -you. You must make sure that they, too, receive or can get the source -code. If you link other code with the library, you must provide -complete object files to the recipients, so that they can relink them -with the library after making changes to the library and recompiling -it. And you must show them these terms so they know their rights. - - We protect your rights with a two-step method: (1) we copyright the -library, and (2) we offer you this license, which gives you legal -permission to copy, distribute and/or modify the library. - - To protect each distributor, we want to make it very clear that -there is no warranty for the free library. Also, if the library is -modified by someone else and passed on, the recipients should know -that what they have is not the original version, so that the original -author's reputation will not be affected by problems that might be -introduced by others. - - Finally, software patents pose a constant threat to the existence of -any free program. We wish to make sure that a company cannot -effectively restrict the users of a free program by obtaining a -restrictive license from a patent holder. Therefore, we insist that -any patent license obtained for a version of the library must be -consistent with the full freedom of use specified in this license. - - Most GNU software, including some libraries, is covered by the -ordinary GNU General Public License. This license, the GNU Lesser -General Public License, applies to certain designated libraries, and -is quite different from the ordinary General Public License. We use -this license for certain libraries in order to permit linking those -libraries into non-free programs. - - When a program is linked with a library, whether statically or using -a shared library, the combination of the two is legally speaking a -combined work, a derivative of the original library. The ordinary -General Public License therefore permits such linking only if the -entire combination fits its criteria of freedom. The Lesser General -Public License permits more lax criteria for linking other code with -the library. - - We call this license the "Lesser" General Public License because it -does Less to protect the user's freedom than the ordinary General -Public License. It also provides other free software developers Less -of an advantage over competing non-free programs. These disadvantages -are the reason we use the ordinary General Public License for many -libraries. However, the Lesser license provides advantages in certain -special circumstances. - - For example, on rare occasions, there may be a special need to -encourage the widest possible use of a certain library, so that it becomes -a de-facto standard. To achieve this, non-free programs must be -allowed to use the library. A more frequent case is that a free -library does the same job as widely used non-free libraries. In this -case, there is little to gain by limiting the free library to free -software only, so we use the Lesser General Public License. - - In other cases, permission to use a particular library in non-free -programs enables a greater number of people to use a large body of -free software. For example, permission to use the GNU C Library in -non-free programs enables many more people to use the whole GNU -operating system, as well as its variant, the GNU/Linux operating -system. - - Although the Lesser General Public License is Less protective of the -users' freedom, it does ensure that the user of a program that is -linked with the Library has the freedom and the wherewithal to run -that program using a modified version of the Library. - - The precise terms and conditions for copying, distribution and -modification follow. Pay close attention to the difference between a -"work based on the library" and a "work that uses the library". The -former contains code derived from the library, whereas the latter must -be combined with the library in order to run. - - GNU LESSER GENERAL PUBLIC LICENSE - TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION - - 0. This License Agreement applies to any software library or other -program which contains a notice placed by the copyright holder or -other authorized party saying it may be distributed under the terms of -this Lesser General Public License (also called "this License"). -Each licensee is addressed as "you". - - A "library" means a collection of software functions and/or data -prepared so as to be conveniently linked with application programs -(which use some of those functions and data) to form executables. - - The "Library", below, refers to any such software library or work -which has been distributed under these terms. A "work based on the -Library" means either the Library or any derivative work under -copyright law: that is to say, a work containing the Library or a -portion of it, either verbatim or with modifications and/or translated -straightforwardly into another language. (Hereinafter, translation is -included without limitation in the term "modification".) - - "Source code" for a work means the preferred form of the work for -making modifications to it. For a library, complete source code means -all the source code for all modules it contains, plus any associated -interface definition files, plus the scripts used to control compilation -and installation of the library. - - Activities other than copying, distribution and modification are not -covered by this License; they are outside its scope. The act of -running a program using the Library is not restricted, and output from -such a program is covered only if its contents constitute a work based -on the Library (independent of the use of the Library in a tool for -writing it). Whether that is true depends on what the Library does -and what the program that uses the Library does. - - 1. You may copy and distribute verbatim copies of the Library's -complete source code as you receive it, in any medium, provided that -you conspicuously and appropriately publish on each copy an -appropriate copyright notice and disclaimer of warranty; keep intact -all the notices that refer to this License and to the absence of any -warranty; and distribute a copy of this License along with the -Library. - - You may charge a fee for the physical act of transferring a copy, -and you may at your option offer warranty protection in exchange for a -fee. - - 2. You may modify your copy or copies of the Library or any portion -of it, thus forming a work based on the Library, and copy and -distribute such modifications or work under the terms of Section 1 -above, provided that you also meet all of these conditions: - - a) The modified work must itself be a software library. - - b) You must cause the files modified to carry prominent notices - stating that you changed the files and the date of any change. - - c) You must cause the whole of the work to be licensed at no - charge to all third parties under the terms of this License. - - d) If a facility in the modified Library refers to a function or a - table of data to be supplied by an application program that uses - the facility, other than as an argument passed when the facility - is invoked, then you must make a good faith effort to ensure that, - in the event an application does not supply such function or - table, the facility still operates, and performs whatever part of - its purpose remains meaningful. - - (For example, a function in a library to compute square roots has - a purpose that is entirely well-defined independent of the - application. Therefore, Subsection 2d requires that any - application-supplied function or table used by this function must - be optional: if the application does not supply it, the square - root function must still compute square roots.) - -These requirements apply to the modified work as a whole. If -identifiable sections of that work are not derived from the Library, -and can be reasonably considered independent and separate works in -themselves, then this License, and its terms, do not apply to those -sections when you distribute them as separate works. But when you -distribute the same sections as part of a whole which is a work based -on the Library, the distribution of the whole must be on the terms of -this License, whose permissions for other licensees extend to the -entire whole, and thus to each and every part regardless of who wrote -it. - -Thus, it is not the intent of this section to claim rights or contest -your rights to work written entirely by you; rather, the intent is to -exercise the right to control the distribution of derivative or -collective works based on the Library. - -In addition, mere aggregation of another work not based on the Library -with the Library (or with a work based on the Library) on a volume of -a storage or distribution medium does not bring the other work under -the scope of this License. - - 3. You may opt to apply the terms of the ordinary GNU General Public -License instead of this License to a given copy of the Library. To do -this, you must alter all the notices that refer to this License, so -that they refer to the ordinary GNU General Public License, version 2, -instead of to this License. (If a newer version than version 2 of the -ordinary GNU General Public License has appeared, then you can specify -that version instead if you wish.) Do not make any other change in -these notices. - - Once this change is made in a given copy, it is irreversible for -that copy, so the ordinary GNU General Public License applies to all -subsequent copies and derivative works made from that copy. - - This option is useful when you wish to copy part of the code of -the Library into a program that is not a library. - - 4. You may copy and distribute the Library (or a portion or -derivative of it, under Section 2) in object code or executable form -under the terms of Sections 1 and 2 above provided that you accompany -it with the complete corresponding machine-readable source code, which -must be distributed under the terms of Sections 1 and 2 above on a -medium customarily used for software interchange. - - If distribution of object code is made by offering access to copy -from a designated place, then offering equivalent access to copy the -source code from the same place satisfies the requirement to -distribute the source code, even though third parties are not -compelled to copy the source along with the object code. - - 5. A program that contains no derivative of any portion of the -Library, but is designed to work with the Library by being compiled or -linked with it, is called a "work that uses the Library". Such a -work, in isolation, is not a derivative work of the Library, and -therefore falls outside the scope of this License. - - However, linking a "work that uses the Library" with the Library -creates an executable that is a derivative of the Library (because it -contains portions of the Library), rather than a "work that uses the -library". The executable is therefore covered by this License. -Section 6 states terms for distribution of such executables. - - When a "work that uses the Library" uses material from a header file -that is part of the Library, the object code for the work may be a -derivative work of the Library even though the source code is not. -Whether this is true is especially significant if the work can be -linked without the Library, or if the work is itself a library. The -threshold for this to be true is not precisely defined by law. - - If such an object file uses only numerical parameters, data -structure layouts and accessors, and small macros and small inline -functions (ten lines or less in length), then the use of the object -file is unrestricted, regardless of whether it is legally a derivative -work. (Executables containing this object code plus portions of the -Library will still fall under Section 6.) - - Otherwise, if the work is a derivative of the Library, you may -distribute the object code for the work under the terms of Section 6. -Any executables containing that work also fall under Section 6, -whether or not they are linked directly with the Library itself. - - 6. As an exception to the Sections above, you may also combine or -link a "work that uses the Library" with the Library to produce a -work containing portions of the Library, and distribute that work -under terms of your choice, provided that the terms permit -modification of the work for the customer's own use and reverse -engineering for debugging such modifications. - - You must give prominent notice with each copy of the work that the -Library is used in it and that the Library and its use are covered by -this License. You must supply a copy of this License. If the work -during execution displays copyright notices, you must include the -copyright notice for the Library among them, as well as a reference -directing the user to the copy of this License. Also, you must do one -of these things: - - a) Accompany the work with the complete corresponding - machine-readable source code for the Library including whatever - changes were used in the work (which must be distributed under - Sections 1 and 2 above); and, if the work is an executable linked - with the Library, with the complete machine-readable "work that - uses the Library", as object code and/or source code, so that the - user can modify the Library and then relink to produce a modified - executable containing the modified Library. (It is understood - that the user who changes the contents of definitions files in the - Library will not necessarily be able to recompile the application - to use the modified definitions.) - - b) Use a suitable shared library mechanism for linking with the - Library. A suitable mechanism is one that (1) uses at run time a - copy of the library already present on the user's computer system, - rather than copying library functions into the executable, and (2) - will operate properly with a modified version of the library, if - the user installs one, as long as the modified version is - interface-compatible with the version that the work was made with. - - c) Accompany the work with a written offer, valid for at - least three years, to give the same user the materials - specified in Subsection 6a, above, for a charge no more - than the cost of performing this distribution. - - d) If distribution of the work is made by offering access to copy - from a designated place, offer equivalent access to copy the above - specified materials from the same place. - - e) Verify that the user has already received a copy of these - materials or that you have already sent this user a copy. - - For an executable, the required form of the "work that uses the -Library" must include any data and utility programs needed for -reproducing the executable from it. However, as a special exception, -the materials to be distributed need not include anything that is -normally distributed (in either source or binary form) with the major -components (compiler, kernel, and so on) of the operating system on -which the executable runs, unless that component itself accompanies -the executable. - - It may happen that this requirement contradicts the license -restrictions of other proprietary libraries that do not normally -accompany the operating system. Such a contradiction means you cannot -use both them and the Library together in an executable that you -distribute. - - 7. You may place library facilities that are a work based on the -Library side-by-side in a single library together with other library -facilities not covered by this License, and distribute such a combined -library, provided that the separate distribution of the work based on -the Library and of the other library facilities is otherwise -permitted, and provided that you do these two things: - - a) Accompany the combined library with a copy of the same work - based on the Library, uncombined with any other library - facilities. This must be distributed under the terms of the - Sections above. - - b) Give prominent notice with the combined library of the fact - that part of it is a work based on the Library, and explaining - where to find the accompanying uncombined form of the same work. - - 8. You may not copy, modify, sublicense, link with, or distribute -the Library except as expressly provided under this License. Any -attempt otherwise to copy, modify, sublicense, link with, or -distribute the Library is void, and will automatically terminate your -rights under this License. However, parties who have received copies, -or rights, from you under this License will not have their licenses -terminated so long as such parties remain in full compliance. - - 9. You are not required to accept this License, since you have not -signed it. However, nothing else grants you permission to modify or -distribute the Library or its derivative works. These actions are -prohibited by law if you do not accept this License. Therefore, by -modifying or distributing the Library (or any work based on the -Library), you indicate your acceptance of this License to do so, and -all its terms and conditions for copying, distributing or modifying -the Library or works based on it. - - 10. Each time you redistribute the Library (or any work based on the -Library), the recipient automatically receives a license from the -original licensor to copy, distribute, link with or modify the Library -subject to these terms and conditions. You may not impose any further -restrictions on the recipients' exercise of the rights granted herein. -You are not responsible for enforcing compliance by third parties with -this License. - - 11. If, as a consequence of a court judgment or allegation of patent -infringement or for any other reason (not limited to patent issues), -conditions are imposed on you (whether by court order, agreement or -otherwise) that contradict the conditions of this License, they do not -excuse you from the conditions of this License. If you cannot -distribute so as to satisfy simultaneously your obligations under this -License and any other pertinent obligations, then as a consequence you -may not distribute the Library at all. For example, if a patent -license would not permit royalty-free redistribution of the Library by -all those who receive copies directly or indirectly through you, then -the only way you could satisfy both it and this License would be to -refrain entirely from distribution of the Library. - -If any portion of this section is held invalid or unenforceable under any -particular circumstance, the balance of the section is intended to apply, -and the section as a whole is intended to apply in other circumstances. - -It is not the purpose of this section to induce you to infringe any -patents or other property right claims or to contest validity of any -such claims; this section has the sole purpose of protecting the -integrity of the free software distribution system which is -implemented by public license practices. Many people have made -generous contributions to the wide range of software distributed -through that system in reliance on consistent application of that -system; it is up to the author/donor to decide if he or she is willing -to distribute software through any other system and a licensee cannot -impose that choice. - -This section is intended to make thoroughly clear what is believed to -be a consequence of the rest of this License. - - 12. If the distribution and/or use of the Library is restricted in -certain countries either by patents or by copyrighted interfaces, the -original copyright holder who places the Library under this License may add -an explicit geographical distribution limitation excluding those countries, -so that distribution is permitted only in or among countries not thus -excluded. In such case, this License incorporates the limitation as if -written in the body of this License. - - 13. The Free Software Foundation may publish revised and/or new -versions of the Lesser General Public License from time to time. -Such new versions will be similar in spirit to the present version, -but may differ in detail to address new problems or concerns. - -Each version is given a distinguishing version number. If the Library -specifies a version number of this License which applies to it and -"any later version", you have the option of following the terms and -conditions either of that version or of any later version published by -the Free Software Foundation. If the Library does not specify a -license version number, you may choose any version ever published by -the Free Software Foundation. - - 14. If you wish to incorporate parts of the Library into other free -programs whose distribution conditions are incompatible with these, -write to the author to ask for permission. For software which is -copyrighted by the Free Software Foundation, write to the Free -Software Foundation; we sometimes make exceptions for this. Our -decision will be guided by the two goals of preserving the free status -of all derivatives of our free software and of promoting the sharing -and reuse of software generally. - - NO WARRANTY - - 15. BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE IS NO -WARRANTY FOR THE LIBRARY, TO THE EXTENT PERMITTED BY APPLICABLE LAW. -EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR -OTHER PARTIES PROVIDE THE LIBRARY "AS IS" WITHOUT WARRANTY OF ANY -KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE -IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR -PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE -LIBRARY IS WITH YOU. SHOULD THE LIBRARY PROVE DEFECTIVE, YOU ASSUME -THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION. - - 16. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN -WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY -AND/OR REDISTRIBUTE THE LIBRARY AS PERMITTED ABOVE, BE LIABLE TO YOU -FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR -CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE -LIBRARY (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING -RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A -FAILURE OF THE LIBRARY TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF -SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH -DAMAGES. - - END OF TERMS AND CONDITIONS - - How to Apply These Terms to Your New Libraries - - If you develop a new library, and you want it to be of the greatest -possible use to the public, we recommend making it free software that -everyone can redistribute and change. You can do so by permitting -redistribution under these terms (or, alternatively, under the terms of the -ordinary General Public License). - - To apply these terms, attach the following notices to the library. It is -safest to attach them to the start of each source file to most effectively -convey the exclusion of warranty; and each file should have at least the -"copyright" line and a pointer to where the full notice is found. - - - Copyright (C) - - This library is free software; you can redistribute it and/or - modify it under the terms of the GNU Lesser General Public - License as published by the Free Software Foundation; either - version 2.1 of the License, or (at your option) any later version. - - This library is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - Lesser General Public License for more details. - - You should have received a copy of the GNU Lesser General Public - License along with this library; if not, write to the Free Software - Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - -Also add information on how to contact you by electronic and paper mail. - -You should also get your employer (if you work as a programmer) or your -school, if any, to sign a "copyright disclaimer" for the library, if -necessary. Here is a sample; alter the names: - - Yoyodyne, Inc., hereby disclaims all copyright interest in the - library `Frob' (a library for tweaking knobs) written by James Random Hacker. - - , 1 April 1990 - Ty Coon, President of Vice - -That's all there is to it! - - diff -Nru texlive-lang-2007.dfsg.4/texmf-dist/doc/generic/vntex/LICENSE-utopia.txt texlive-lang-2009/texmf-dist/doc/generic/vntex/LICENSE-utopia.txt --- texlive-lang-2007.dfsg.4/texmf-dist/doc/generic/vntex/LICENSE-utopia.txt 2006-11-26 20:54:26.000000000 +0000 +++ texlive-lang-2009/texmf-dist/doc/generic/vntex/LICENSE-utopia.txt 1970-01-01 01:00:00.000000000 +0100 @@ -1,84 +0,0 @@ -The agreement below gives the TeX Users Group (TUG) the right to -sublicense, and grant such sublicensees the right to further sublicense, -any or all of the rights enumerated below. TUG hereby does so -sublicense all such rights, irrevocably and in perpetuity, to any and -all interested parties. - ---Karl Berry, TUG President, -on behalf of the TeX Users Group board and members -17 November 2006 -http://tug.org/fonts/utopia - ------------------------------------------------------------- -October 11, 2006 - -RE: License to TeX Users Group for the Utopia Typeface - -Adobe Systems Incorporated ("Adobe") hereby grants to the TeX Users -Group and its members a nonexclusive, royalty-free, perpetual license to -the typeface software for the Utopia Regular, Utopia Italic, Utopia Bold -and Utopia bold Italic typefaces, including Adobe Type 1 font programs -for each style (collectively, the "Software") as set forth below. - -Adobe grants the TeX Users Group a license under its copyrights, to use, -reproduce, display and distribute the Software for any purpose and -without fee provided that the following copyright notice appears in all -whole and partial copies of the Software and provided that the following -trademark symbol and attribution appear in all unmodified copies of the -Software: - -Copyright 1989, 1991 Adobe Systems Incorporated. All rights reserved. -(alternatively, @1989, 1991 Adobe Systems Incorporated. All rights reserved.) -Utopia(R) -Utopia is either a registered trademark or trademark of Adobe Systems -Incorporated in the United States and/or other countries. Used under -license. - -Adobe also grants to the TeX Users Group a license to modify the -Software for any purpose and redistribute such modifications, for any -purpose and royalty-free, provided that the modified Software shall not -use the font name(s) or trademark(s), in whole or in part, unless -explicit written permission is granted by Adobe. This restriction -applies to all references stored in the Software for identification -purposes, such as the font menu name and other font description -fields. The TeX Users Group is also permitted to sublicense, and grant -such sublicensees the right to further sublicense, any or all the -foregoing rights through multiple tiers of distribution. The licenses -granted herein are granted in perpetuity and may not be terminated by -either party unless such termination is based on a breach of the terms -and conditions herein stated. - -Adobe retains ownership of the copyright in the Software. The TeX Users -Group agrees that Adobe and its suppliers are the sole and exclusive -owners of all rights, title and interest, including all copyrights, -patents, trademarks, trade names, trade secrets and other intellectual -property rights in the Software. No title or ownership of the Software, -any copies of the Software, or the patent, copyright, trade secret, -trademark, trade name or other proprietary rights contained in the -Software is transferred to the TeX Users Group. - -The Adobe trademarks shall not be used in advertising pertaining to the -distribution of the Software without express prior permission from -Adobe. Any such use shall be in accordance with the Adobe trademark -guidelines, available on the Adobe website at -http://www.adobe.com/misc/pdfs/TM GuideforThirdPartiesFinal.pdf. -If any portion of the Software is changed, it cannot be marketed under -Adobe's trademarks unless Adobe, in its sole discretion, approves by a -prior writing the quality of the resulting implementation. - -The TeX Users Group shall have the right to evaluate the Software -provided by Adobe. - -ADOBE MAKES NO REPRESENTATIONS ABOUT THE SUITABILITY OF THE SOFTWARE FOR -ANY PURPOSE. IT IS PROVIDED "AS-IS" WITHOUT EXPRESS OR IMPLIED -WARRANTY. ADOBE DISCLAIMS ALL WARRANTIES WITH REGARD TO THE SOFTWARE, -INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A -PARTICULAR PURPOSE, AND NON-INFRINGEMENT OF THIRD PARTY RIGHTS. IN NO -EVENT SHALL ADOBE BE LIABLE TO YOU OR ANY OTHER PARTY FOR ANY SPECIAL, -INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER WHETHER IN -AN ACTION OF CONTRACT NEGLIGENCE, STRICT LIABILITY OR ANY OTHER ACTION -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS -SOFTWARE. ADOBE WILL NOT PROVIDE ANY TRAINING OR OTHER SUPPORT FOR THE -SOFTWARE. - -Adobe Document Id: 4400078611 diff -Nru texlive-lang-2007.dfsg.4/texmf-dist/doc/generic/vntex/LPPL.txt texlive-lang-2009/texmf-dist/doc/generic/vntex/LPPL.txt --- texlive-lang-2007.dfsg.4/texmf-dist/doc/generic/vntex/LPPL.txt 2006-01-09 00:56:57.000000000 +0000 +++ texlive-lang-2009/texmf-dist/doc/generic/vntex/LPPL.txt 1970-01-01 01:00:00.000000000 +0100 @@ -1,405 +0,0 @@ -The LaTeX Project Public License -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- - -LPPL Version 1.3a 2004-10-01 - -Copyright 1999 2002-04 LaTeX3 Project - Everyone is allowed to distribute verbatim copies of this - license document, but modification of it is not allowed. - - -PREAMBLE -======== - -The LaTeX Project Public License (LPPL) is the primary license under -which the the LaTeX kernel and the base LaTeX packages are distributed. - -You may use this license for any work of which you hold the copyright -and which you wish to distribute. This license may be particularly -suitable if your work is TeX-related (such as a LaTeX package), but -you may use it with small modifications even if your work is unrelated -to TeX. - -The section `WHETHER AND HOW TO DISTRIBUTE WORKS UNDER THIS LICENSE', -below, gives instructions, examples, and recommendations for authors -who are considering distributing their works under this license. - -This license gives conditions under which a work may be distributed -and modified, as well as conditions under which modified versions of -that work may be distributed. - -We, the LaTeX3 Project, believe that the conditions below give you -the freedom to make and distribute modified versions of your work -that conform with whatever technical specifications you wish while -maintaining the availability, integrity, and reliability of -that work. If you do not see how to achieve your goal while -meeting these conditions, then read the document `cfgguide.tex' -and `modguide.tex' in the base LaTeX distribution for suggestions. - - -DEFINITIONS -=========== - -In this license document the following terms are used: - - `Work' - Any work being distributed under this License. - - `Derived Work' - Any work that under any applicable law is derived from the Work. - - `Modification' - Any procedure that produces a Derived Work under any applicable - law -- for example, the production of a file containing an - original file associated with the Work or a significant portion of - such a file, either verbatim or with modifications and/or - translated into another language. - - `Modify' - To apply any procedure that produces a Derived Work under any - applicable law. - - `Distribution' - Making copies of the Work available from one person to another, in - whole or in part. Distribution includes (but is not limited to) - making any electronic components of the Work accessible by - file transfer protocols such as FTP or HTTP or by shared file - systems such as Sun's Network File System (NFS). - - `Compiled Work' - A version of the Work that has been processed into a form where it - is directly usable on a computer system. This processing may - include using installation facilities provided by the Work, - transformations of the Work, copying of components of the Work, or - other activities. Note that modification of any installation - facilities provided by the Work constitutes modification of the Work. - - `Current Maintainer' - A person or persons nominated as such within the Work. If there is - no such explicit nomination then it is the `Copyright Holder' under - any applicable law. - - `Base Interpreter' - A program or process that is normally needed for running or - interpreting a part or the whole of the Work. - A Base Interpreter may depend on external components but these - are not considered part of the Base Interpreter provided that each - external component clearly identifies itself whenever it is used - interactively. Unless explicitly specified when applying the - license to the Work, the only applicable Base Interpreter is a - "LaTeX-Format". - - - -CONDITIONS ON DISTRIBUTION AND MODIFICATION -=========================================== - -1. Activities other than distribution and/or modification of the Work -are not covered by this license; they are outside its scope. In -particular, the act of running the Work is not restricted and no -requirements are made concerning any offers of support for the Work. - -2. You may distribute a complete, unmodified copy of the Work as you -received it. Distribution of only part of the Work is considered -modification of the Work, and no right to distribute such a Derived -Work may be assumed under the terms of this clause. - -3. You may distribute a Compiled Work that has been generated from a -complete, unmodified copy of the Work as distributed under Clause 2 -above, as long as that Compiled Work is distributed in such a way that -the recipients may install the Compiled Work on their system exactly -as it would have been installed if they generated a Compiled Work -directly from the Work. - -4. If you are the Current Maintainer of the Work, you may, without -restriction, modify the Work, thus creating a Derived Work. You may -also distribute the Derived Work without restriction, including -Compiled Works generated from the Derived Work. Derived Works -distributed in this manner by the Current Maintainer are considered to -be updated versions of the Work. - -5. If you are not the Current Maintainer of the Work, you may modify -your copy of the Work, thus creating a Derived Work based on the Work, -and compile this Derived Work, thus creating a Compiled Work based on -the Derived Work. - -6. If you are not the Current Maintainer of the Work, you may -distribute a Derived Work provided the following conditions are met -for every component of the Work unless that component clearly states -in the copyright notice that it is exempt from that condition. Only -the Current Maintainer is allowed to add such statements of exemption -to a component of the Work. - - a. If a component of this Derived Work can be a direct replacement - for a component of the Work when that component is used with the - Base Interpreter, then, wherever this component of the Work - identifies itself to the user when used interactively with that - Base Interpreter, the replacement component of this Derived Work - clearly and unambiguously identifies itself as a modified version - of this component to the user when used interactively with that - Base Interpreter. - - b. Every component of the Derived Work contains prominent notices - detailing the nature of the changes to that component, or a - prominent reference to another file that is distributed as part - of the Derived Work and that contains a complete and accurate log - of the changes. - - c. No information in the Derived Work implies that any persons, - including (but not limited to) the authors of the original version - of the Work, provide any support, including (but not limited to) - the reporting and handling of errors, to recipients of the - Derived Work unless those persons have stated explicitly that - they do provide such support for the Derived Work. - - d. You distribute at least one of the following with the Derived Work: - - 1. A complete, unmodified copy of the Work; - if your distribution of a modified component is made by - offering access to copy the modified component from a - designated place, then offering equivalent access to copy - the Work from the same or some similar place meets this - condition, even though third parties are not compelled to - copy the Work along with the modified component; - - 2. Information that is sufficient to obtain a complete, unmodified - copy of the Work. - -7. If you are not the Current Maintainer of the Work, you may -distribute a Compiled Work generated from a Derived Work, as long as -the Derived Work is distributed to all recipients of the Compiled -Work, and as long as the conditions of Clause 6, above, are met with -regard to the Derived Work. - -8. The conditions above are not intended to prohibit, and hence do -not apply to, the modification, by any method, of any component so that it -becomes identical to an updated version of that component of the Work as -it is distributed by the Current Maintainer under Clause 4, above. - -9. Distribution of the Work or any Derived Work in an alternative -format, where the Work or that Derived Work (in whole or in part) is -then produced by applying some process to that format, does not relax or -nullify any sections of this license as they pertain to the results of -applying that process. - -10. a. A Derived Work may be distributed under a different license - provided that license itself honors the conditions listed in - Clause 6 above, in regard to the Work, though it does not have - to honor the rest of the conditions in this license. - - b. If a Derived Work is distributed under this license, that - Derived Work must provide sufficient documentation as part of - itself to allow each recipient of that Derived Work to honor the - restrictions in Clause 6 above, concerning changes from the Work. - -11. This license places no restrictions on works that are unrelated to -the Work, nor does this license place any restrictions on aggregating -such works with the Work by any means. - -12. Nothing in this license is intended to, or may be used to, prevent -complete compliance by all parties with all applicable laws. - - -NO WARRANTY -=========== - -There is no warranty for the Work. Except when otherwise stated in -writing, the Copyright Holder provides the Work `as is', without -warranty of any kind, either expressed or implied, including, but not -limited to, the implied warranties of merchantability and fitness for -a particular purpose. The entire risk as to the quality and performance -of the Work is with you. Should the Work prove defective, you -assume the cost of all necessary servicing, repair, or correction. - -In no event unless required by applicable law or agreed to in writing -will The Copyright Holder, or any author named in the components of -the Work, or any other party who may distribute and/or modify the Work -as permitted above, be liable to you for damages, including any -general, special, incidental or consequential damages arising out of -any use of the Work or out of inability to use the Work (including, -but not limited to, loss of data, data being rendered inaccurate, or -losses sustained by anyone as a result of any failure of the Work to -operate with any other programs), even if the Copyright Holder or said -author or said other party has been advised of the possibility of such -damages. - - -MAINTENANCE OF THE WORK -======================= - -The Work has the status `author-maintained' if the Copyright Holder -explicitly and prominently states near the primary copyright notice in -the Work that the Work can only be maintained by the Copyright Holder -or simply that is `author-maintained'. - -The Work has the status `maintained' if there is a Current Maintainer -who has indicated in the Work that they are willing to receive error -reports for the Work (for example, by supplying a valid e-mail -address). It is not required for the Current Maintainer to acknowledge -or act upon these error reports. - -The Work changes from status `maintained' to `unmaintained' if there -is no Current Maintainer, or the person stated to be Current -Maintainer of the work cannot be reached through the indicated means -of communication for a period of six months, and there are no other -significant signs of active maintenance. - -You can become the Current Maintainer of the Work by agreement with -any existing Current Maintainer to take over this role. - -If the Work is unmaintained, you can become the Current Maintainer of -the Work through the following steps: - - 1. Make a reasonable attempt to trace the Current Maintainer (and - the Copyright Holder, if the two differ) through the means of - an Internet or similar search. - - 2. If this search is successful, then enquire whether the Work - is still maintained. - - a. If it is being maintained, then ask the Current Maintainer - to update their communication data within one month. - - b. If the search is unsuccessful or no action to resume active - maintenance is taken by the Current Maintainer, then announce - within the pertinent community your intention to take over - maintenance. (If the Work is a LaTeX work, this could be - done, for example, by posting to comp.text.tex.) - - 3a. If the Current Maintainer is reachable and agrees to pass - maintenance of the Work to you, then this takes effect - immediately upon announcement. - - b. If the Current Maintainer is not reachable and the Copyright - Holder agrees that maintenance of the Work be passed to you, - then this takes effect immediately upon announcement. - - 4. If you make an `intention announcement' as described in 2b. above - and after three months your intention is challenged neither by - the Current Maintainer nor by the Copyright Holder nor by other - people, then you may arrange for the Work to be changed so as - to name you as the (new) Current Maintainer. - - 5. If the previously unreachable Current Maintainer becomes - reachable once more within three months of a change completed - under the terms of 3b) or 4), then that Current Maintainer must - become or remain the Current Maintainer upon request provided - they then update their communication data within one month. - -A change in the Current Maintainer does not, of itself, alter the fact -that the Work is distributed under the LPPL license. - -If you become the Current Maintainer of the Work, you should -immediately provide, within the Work, a prominent and unambiguous -statement of your status as Current Maintainer. You should also -announce your new status to the same pertinent community as -in 2b) above. - - -WHETHER AND HOW TO DISTRIBUTE WORKS UNDER THIS LICENSE -====================================================== - -This section contains important instructions, examples, and -recommendations for authors who are considering distributing their -works under this license. These authors are addressed as `you' in -this section. - -Choosing This License or Another License ----------------------------------------- - -If for any part of your work you want or need to use *distribution* -conditions that differ significantly from those in this license, then -do not refer to this license anywhere in your work but, instead, -distribute your work under a different license. You may use the text -of this license as a model for your own license, but your license -should not refer to the LPPL or otherwise give the impression that -your work is distributed under the LPPL. - -The document `modguide.tex' in the base LaTeX distribution explains -the motivation behind the conditions of this license. It explains, -for example, why distributing LaTeX under the GNU General Public -License (GPL) was considered inappropriate. Even if your work is -unrelated to LaTeX, the discussion in `modguide.tex' may still be -relevant, and authors intending to distribute their works under any -license are encouraged to read it. - -A Recommendation on Modification Without Distribution ------------------------------------------------------ - -It is wise never to modify a component of the Work, even for your own -personal use, without also meeting the above conditions for -distributing the modified component. While you might intend that such -modifications will never be distributed, often this will happen by -accident -- you may forget that you have modified that component; or -it may not occur to you when allowing others to access the modified -version that you are thus distributing it and violating the conditions -of this license in ways that could have legal implications and, worse, -cause problems for the community. It is therefore usually in your -best interest to keep your copy of the Work identical with the public -one. Many works provide ways to control the behavior of that work -without altering any of its licensed components. - -How to Use This License ------------------------ - -To use this license, place in each of the components of your work both -an explicit copyright notice including your name and the year the work -was authored and/or last substantially modified. Include also a -statement that the distribution and/or modification of that -component is constrained by the conditions in this license. - -Here is an example of such a notice and statement: - - %% pig.dtx - %% Copyright 2003 M. Y. Name - % - % This work may be distributed and/or modified under the - % conditions of the LaTeX Project Public License, either version 1.3 - % of this license or (at your option) any later version. - % The latest version of this license is in - % http://www.latex-project.org/lppl.txt - % and version 1.3 or later is part of all distributions of LaTeX - % version 2003/12/01 or later. - % - % This work has the LPPL maintenance status "maintained". - % - % This Current Maintainer of this work is M. Y. Name. - % - % This work consists of the files pig.dtx and pig.ins - % and the derived file pig.sty. - -Given such a notice and statement in a file, the conditions -given in this license document would apply, with the `Work' referring -to the three files `pig.dtx', `pig.ins', and `pig.sty' (the last being -generated from `pig.dtx' using `pig.ins'), the `Base Interpreter' -referring to any "LaTeX-Format", and both `Copyright Holder' and -`Current Maintainer' referring to the person `M. Y. Name'. - -If you do not want the Maintenance section of LPPL to apply to your -Work, change "maintained" above into "author-maintained". -However, we recommend that you use "maintained" as the Maintenance -section was added in order to ensure that your Work remains useful to -the community even when you can no longer maintain and support it -yourself. - - -Important Recommendations -------------------------- - - Defining What Constitutes the Work - - The LPPL requires that distributions of the Work contain all the - files of the Work. It is therefore important that you provide a - way for the licensee to determine which files constitute the Work. - This could, for example, be achieved by explicitly listing all the - files of the Work near the copyright notice of each file or by - using a line such as: - - % This work consists of all files listed in manifest.txt. - - in that place. In the absence of an unequivocal list it might be - impossible for the licensee to determine what is considered by you - to comprise the Work and, in such a case, the licensee would be - entitled to make reasonable conjectures as to which files comprise - the Work. - diff -Nru texlive-lang-2007.dfsg.4/texmf-dist/doc/generic/vntex/NEWS texlive-lang-2009/texmf-dist/doc/generic/vntex/NEWS --- texlive-lang-2007.dfsg.4/texmf-dist/doc/generic/vntex/NEWS 2007-01-15 21:37:07.000000000 +0000 +++ texlive-lang-2009/texmf-dist/doc/generic/vntex/NEWS 2009-07-19 19:21:02.000000000 +0100 @@ -1,4 +1,4 @@ -vntex-3.1.5 +vntex-3.1.9 Copyright 2003-2005 Han The Thanh . This file is part of vntex. License: LPPL, version 1.3 or newer, @@ -91,3 +91,20 @@ * Add support for Scientific Workplace (swpvntex.sty). +Changes from version 3.1.6 (released 2007/05/27 at vntex.sf.net): +================================================================= + * The primary site of vntex is now + http://vntex.sourceforge.net or http://vntex.sf.net again. + http://vntex.org doesn't work any more. + + * vntex-update-maps: new script. + +Changes from version 3.1.7 (released 2008/05/31 at vntex.sf.net): +================================================================= + * CM Bright/Concrete fonts: bug fixed. + + * Scaling support for Helvetica Vietnamese. + + * All testfiles and doc sources moved to source/generic/vntex. + + * vntex.txt replaced by vntex.pdf. diff -Nru texlive-lang-2007.dfsg.4/texmf-dist/doc/generic/vntex/README texlive-lang-2009/texmf-dist/doc/generic/vntex/README --- texlive-lang-2007.dfsg.4/texmf-dist/doc/generic/vntex/README 2007-01-15 21:37:07.000000000 +0000 +++ texlive-lang-2009/texmf-dist/doc/generic/vntex/README 1970-01-01 01:00:00.000000000 +0100 @@ -1,67 +0,0 @@ -vntex-3.1.5 - -Copyright 2005 Reinhard Kotucha . -This file is part of vntex. License: LPPL, version 1.3 or newer, -according to http://www.latex-project.org/lppl.txt - - -Description -=========== -VnTeX is a package which supports typesetting Vietnamese. It provides -macro packages for LaTeX and plain TeX as well as fonts. - ---------------------------------------------------------- -The primary site of VnTeX is - - http://vntex.org ---------------------------------------------------------- - -Author -====== -The author of VnTeX is Han The Thanh . - - -Contributors -============= -LaTeX support (input encoding files, font encoding file, babel support -and vietnam.sty) is provided by Werner Lemberg. - -tex4ht support is provided by Han The Thanh and Eitan Gurari. The fonts -are now part of the tex4ht distribution and maintained by Eitan Gurari. - -plnfss has been removed from VnTeX because it supports many other -languages as well. You can download it from - - http://ctan.tug.org/tex-archive/macros/plain/plnfss - - -License -======= -The URW and Bitstream Type1 fonts are copyrighted under the GNU GPL, -.map files are public domain, varioref-vi.sty is under LGPL, Vntopia -is under the Adobe/TUG Utopia license agreement, all other files are -under LPPL, version 1.3 or newer. - -See: - http://www.gnu.org/licenses/gpl.txt - http://www.gnu.org/licenses/lgpl.txt - http://www.latex-project.org/lppl.txt - http://tug.org/fonts/utopia/LICENSE-utopia.txt - - -Support -======= -The current maintainers are: - - Han The Thanh - Werner Lemberg - Reinhard Kotucha - -The Vietnamese fonts for tex4ht are now part of tex4ht and maintained by -Eitan Gurari . - -There is also a mailing list (very low traffic) for questions about -VnTeX and typesetting Vietnamese. To subscribe to the list, visit - - http://lists.sourceforge.net/lists/listinfo/vntex-users - diff -Nru texlive-lang-2007.dfsg.4/texmf-dist/doc/generic/vntex/README.vntopia texlive-lang-2009/texmf-dist/doc/generic/vntex/README.vntopia --- texlive-lang-2007.dfsg.4/texmf-dist/doc/generic/vntex/README.vntopia 2006-11-26 20:54:26.000000000 +0000 +++ texlive-lang-2009/texmf-dist/doc/generic/vntex/README.vntopia 1970-01-01 01:00:00.000000000 +0100 @@ -1,4 +0,0 @@ -Vietnamese glyphs has been added by Han The Thanh -according to the conditions of the Adobe/TUG license agreement. - -See http://tug.org/fonts/utopia/LICENSE-utopia.txt for more information. diff -Nru texlive-lang-2007.dfsg.4/texmf-dist/doc/generic/vntex/source/abbr.tex texlive-lang-2009/texmf-dist/doc/generic/vntex/source/abbr.tex --- texlive-lang-2007.dfsg.4/texmf-dist/doc/generic/vntex/source/abbr.tex 2006-11-26 20:54:26.000000000 +0000 +++ texlive-lang-2009/texmf-dist/doc/generic/vntex/source/abbr.tex 1970-01-01 01:00:00.000000000 +0100 @@ -1,268 +0,0 @@ -\ifx\abbrloaded\relax - \let\next=\endinput -\else - \let\next=\relax -\fi - -\next - -\let\abbrloaded=y - -\def\<#1>{% - \expandafter\ifx\csname<#1>\endcsname\relax - \errmessage{abbreviation <#1> undefined!}% - \else - \csname<#1>\endcsname - \fi -} - -\def\abbrA#1#2#3{% - \expandafter\def\csname<#1>\endcsname{#2}% -} - -\def\abbrB#1#2#3{% - \def\abbrdef{#3}% - \ifx\abbrdef\empty - \expandafter\def\csname<#1>\endcsname{#2}% - \else - \expandafter\def\csname<#1>\endcsname{#3}% - \fi -} - -\ifx\HCode\undefined % tex4ht is not being used - \let\abbr=\abbrA -\else - \let\abbr=\abbrB -\fi - -\abbr{.}{.\,}{} -\abbr{3B2}{3B2}{} -\abbr{A2AC}{\texttt{a2ac}}{} -\abbr{ADOBE}{Adobe}{} -\abbr{AFM}{AFM}{} -\abbr{AFM}{AFM}{} -\abbr{AMIGA}{Amiga}{} -\abbr{AND}{\char038\relax}{&} -\abbr{APACHE}{Apache}{} -\abbr{AR}{Acrobat Reader}{} -\abbr{ASCII}{ASCII}{} -\abbr{BASH}{Bash}{} -\abbr{BLUESKY}{BlueSky}{} -\abbr{BS}{\char92}{} -\abbr{bull}{$\bullet$}{} -\abbr{C}{C}{} -\abbr{CMACTEX}{CMac\TeX}{CMacTeX} -\abbr{CM}{Computer Modern}{} -\abbr{CMR}{CMR}{} -\abbr{CMSS}{CMSS}{} -\abbr{CMSUPER}{CM-Super}{} -\abbr{CPP}{C++}{} -\abbr{CS}{CS}{} -\abbr{DANTE}{DANTE}{} -\abbr{DEBIAN}{Debian}{} -\abbr{DHSP}{ÐHSP}{} -\abbr{DJBDNS}{\textsf{djbdns}}{} -\abbr{DJGPP}{DJGPP}{} -\abbr{DNSCACHE}{\textsf{dnscache}}{} -\abbr{DOS}{DOS}{} -\abbr{DOTNET}{Visual~.NET}{} -\abbr{...}{\dots}{} -\abbr{DTP}{DTP}{} -\abbr{DVI}{DVI}{} -\abbr{DVIPDFM}{\textsf{dvipdfm}}{} -\abbr{DVIPDFMX}{\textsf{dvipdfmx}}{} -\abbr{DVIPS}{\textsf{dvips}}{} -\abbr{EC}{EC}{} -\abbr{EK}{\textit{{\Large$\varepsilon$\kern-.1em}k}}{} -\abbr{ELIB}{eLib}{} -\abbr{EMACS}{Emacs}{} -\abbr{EMAIL}{Email}{} -\abbr{EOF}{EOF}{} -\abbr{ET5}{ET5}{} -% \abbr{ETEX}{$\varepsilon$-\TeX}{eTeX} -\abbr{ETEX}{e\TeX}{eTeX} -\abbr{EUROTEX}{Euro\TeX}{EuroTeX} -\abbr{FLOITEX}{Floi\TeX}{} -\abbr{FMP}{FMP}{} -\abbr{FONTINST}{\texttt{fontinst}}{} -\abbr{FONTLAB}{FontLab}{} -\abbr{FPTEX}{fp\TeX}{} -\abbr{FTP}{Ftp}{} -\abbr{GCC}{GCC}{} -\abbr{GOOGLE}{Google}{} -\abbr{GS}{\textsf{ghostscript}}{} -\abbr{GUST}{GUST}{} -\abbr{GUT}{GUTenberg}{} -\abbr{GVSBK}{GVSBK}{} -\abbr{HCMUP}{HCMUP}{} -\abbr{HJ}{H\kern.1em\kern.1emJ}{} -\abbr{HREF}{hyperref}{} -\abbr{HSQL}{HSQL}{} -\abbr{HTML}{HTML}{} -\abbr{HZ}{\textit{hz}}{} -\abbr{ID}{InDesign}{} -\abbr{IIS}{IIS}{} -\abbr{INTERNET}{Internet}{} -\abbr{JAVA}{Java}{} -\abbr{JP}{\textit{jp}}{} -\abbr{KF}{\textit{kf\kern-.05em}}{} -\abbr{KR}{\textit{K$\varrho$}}{} -\abbr{LATEX}{\LaTeX}{LaTeX} -\abbr{LDAP}{LDAP}{} -\abbr{LF}{\textrm{\it letter\!\_\kern.1emfit}}{} -\abbr{LIBPNG}{LIBPNG}{} -\abbr{LIBTIFF}{LIBTIFF}{} -\abbr{LINUX}{Linux}{} -\abbr{LISP}{LISP}{} -\abbr{LM}{LM}{LM} -\abbr{M2}{\,m$^2$}{} -\abbr{MAC}{Macintosh}{} -\abbr{MF}{\MF}{} -\abbr{MG}{MetaFog}{} -\abbr{MIKTEX}{Mik\TeX}{MikTeX} -\abbr{MIRKA}{Miroslava Mis\'akov\'a}{} -\abbr{MMINSTANCE}{MMInstance}{} -\abbr{MM}{Multiple Master}{} -\abbr{MMTOOLS}{MMTOOLS}{} -\abbr{MP}{\MP}{} -\abbr{MVISCII}{Mac VISCII}{} -\abbr{MYSQL}{MySQL}{} -\abbr{NL}{\hfil\break}{} -\abbr{NTG}{NTG}{} -\abbr{NTS}{NTS}{} -\abbr{OMEGA}{$\Omega$}{} -\abbr{OPENTYPE}{OpenType}{} -\abbr{PASCAL}{Pascal}{} -\abbr{PDFETEX}{pdf\}{pdfeTeX} -\abbr{PDF}{PDF}{} -\abbr{PDFTEX}{pdf\TeX}{pdfTeX} -\abbr{PDFLATEX}{pdf\LaTeX}{pdfLaTeX} -\abbr{PDFXTEX}{pdfx\kern-.1em\TeX}{pdfxTeX} -\abbr{CONTEXT}{Con\TeX{}t}{ConTeXt} -\abbr{PERCENT}{\unskip\,\%}{} -\abbr{PERL}{Perl}{} -\abbr{PFA}{PFA}{} -\abbr{PFB}{PFB}{} -\abbr{PHP}{PHP}{} -\abbr{PK}{PK}{} -\abbr{PLAIN}{plain \TeX}{plain TeX} -\abbr{POSTGRESQL}{PostgreSQL}{} -\abbr{PROSPER}{Prosper}{} -\abbr{PS}{PS}{} -\abbr{RA}{$\longrightarrow$}{-->} -\abbr{RESIN}{Resin}{} -\abbr{SGML}{SGML}{} -\abbr{SP}{\hskip1cm}{} -\abbr{STL}{STL}{} -\abbr{T1}{Type\nobreak\,1}{Type1} -\abbr{T3}{Type\nobreak\,3}{} -\abbr{T5}{T5}{} -\abbr{TCVN}{TCVN1}{} -\abbr{TCX}{TCX}{} -\abbr{TETEX}{\textsf{te\TeX}}{teTeX} -\abbr{TEX4HT}{\TeX{}4ht}{TeX4ht} -\abbr{TEXINFO}{\texttt{texinfo}}{} -\abbr{TEXLIVE}{\TeX{}Live}{TeXLive} -\abbr{TEXME}{\TeX{}Me}{TeXMe} -\abbr{TEXMF}{\textsf{texmf}}{} -\abbr{TEXNICCENTER}{TeXnicCenter}{} -\abbr{TEX}{\TeX}{TeX} -\abbr{TEXTRACE}{\TeX{}trace}{TeXtrace} -\abbr{TFM}{TFM}{} -\abbr{TFTOPL}{TFtoPL}{} -% \abbr{THANH}{H\`an Th\^e\llap{\raise 0.5ex\hbox{\'{}}} Th\`anh}{Han The Thanh} -% \abbr{THANH}{H\`an Th\^e\llap{\raise 0.5ex\hbox{\'{}}} Th\`anh}{} -\abbr{THANH}{H\`an Th\'\ecircumflex{} Th\`anh}{} -\abbr{TINYDNS}{\textsf{tinydns}}{} -\abbr{TOMCAT}{Tomcat}{} -\abbr{TPHCM}{Tp.\,HCM}{} -\abbr{TRUETYPE}{True\kern-.1em Type}{TrueType} -\abbr{TUG}{TUG}{} -\abbr{UNICODE}{Unicode}{} -\abbr{UNIKEY}{Unikey}{} -\abbr{UNIX}{UNIX}{} -\abbr{UPORTAL}{uPortal}{} -\abbr{URW}{URW}{} -\abbr{URWVN}{URWVN}{} -\abbr{UTF8}{UTF8}{} -\abbr{VB}{Visual Basic}{} -\abbr{VC6}{Visual~C++~6.0}{} -\abbr{VIETLUG}{VietLUG}{} -\abbr{VIM}{Vim}{} -\abbr{VIM}{Vim}{} -\abbr{VISCII}{VISCII}{} -\abbr{VI}{Vi}{} -\abbr{VNCMR}{\textsf{vncmr}}{} -\abbr{VNI}{VNI}{} -\abbr{VNR}{VNR}{} -\abbr{VNTEX}{V\kern-.1em n\TeX}{VnTeX} -\abbr{VPS}{VPS}{} -\abbr{WC}{Windows Commander}{} -\abbr{WEB}{Web}{} -\abbr{WIN32}{Win32}{} -\abbr{WINDOWS}{Windows}{} -\abbr{WINEDT}{WinEdt}{} -\abbr{WWW}{WWW}{} -\abbr{XEMACS}{XEmacs}{} -\abbr{XEMTEX}{Xem\TeX}{XemTeX} -\abbr{XML}{XML}{} -\abbr{XPDF}{XPDF}{} -\abbr{YANDY}{YY}{} -\abbr{ZLIB}{ZLIB}{} -\abbr{EMAIL}{Email}{} -\abbr{WEBSITE}{Website}{} -\abbr{ASP}{ASP}{} -\abbr{FRONTPAGE}{FrontPage}{} -\abbr{DRW}{DreamWeaver}{} -\abbr{ABC}{ABC}{} -\abbr{VNI}{VNI}{} -\abbr{CTAN}{CTAN}{} -\abbr{PDFCPROT}{\textsf{pdfcprot}}{} -\abbr{PDFEXPAND}{\textsf{pdfexpand}}{} -\abbr{MICROTYPE}{\textsf{microtype}}{} -\abbr{PDFFONTS}{\textsf{pdffonts}}{} -\abbr{AFM2TFM}{\textsf{afm2tfm}}{} -\abbr{VF}{VF}{} -\abbr{TUGBOAT}{TUGboat}{} -\abbr{PSTRICKS}{\textsf{PStricks}}{} -\abbr{WEB2C}{\textsf{web2c}}{} -\abbr{IE}{i.\,e.\,\ignorespaces}{} -\abbr{ie}{i.\,e.\,\ignorespaces}{} -\abbr{GNU}{GNU}{} -\abbr{LIBAVL}{\textsf{libAVL}}{} -\abbr{TTF2AFM}{\textsf{ttf2afm}}{} -\abbr{PDFSYNC}{\textsf{pdfsync}}{} -\abbr{CFF}{CFF}{} -\abbr{GNOME}{GNOME}{} -\abbr{SGLUG}{SaigonLUG}{} -\abbr{SAIGON}{Sài Gòn}{} -\abbr{SQL}{SQL}{} -\abbr{RVT}{RVT}{} -\abbr{XML2PDF}{XML2PDF}{} -\abbr{GUI}{GUI}{} -\abbr{NFSS}{NFSS}{} -\abbr{VNOSS}{VnOSS}{} -\abbr{GPL}{GPL}{} -\abbr{LPPL}{LPPL}{} -\abbr{AFPL}{AFPL}{} -\abbr{X11}{X11}{} -\abbr{XETEX}{Xe\TeX}{} -\abbr{EXTEX}{Ex\TeX}{} -\abbr{LUATEX}{Lua\TeX}{} -\abbr{XDVI}{XDvi}{} -\abbr{YAP}{Yap}{} -\abbr{DVIPSONE}{DVIPSONE}{} -\abbr{PLNFSS}{PLNFSS}{} -\abbr{MSWORD}{MS~Word}{} -\abbr{OOWRITER}{OpenOffice~Writer}{} -\abbr{THAIHOA}{Th\'ai Ph\'u Kh\'anh H\`oa}{} -\abbr{TEXMAKER}{TeXMaker}{} -\abbr{WINSHELL}{WinShell}{} -\abbr{XUNIKEY}{XUniKey}{} -\abbr{XVNKB}{Xvnkb}{} -\abbr{URL}{URL}{} -\abbr{KILE}{Kile}{} -\abbr{LM}{Latin Modern}{} -\abbr{SRC}{SRC}{} - -\endinput diff -Nru texlive-lang-2007.dfsg.4/texmf-dist/doc/generic/vntex/source/test-accents.tex texlive-lang-2009/texmf-dist/doc/generic/vntex/source/test-accents.tex --- texlive-lang-2007.dfsg.4/texmf-dist/doc/generic/vntex/source/test-accents.tex 2006-11-26 20:54:26.000000000 +0000 +++ texlive-lang-2009/texmf-dist/doc/generic/vntex/source/test-accents.tex 1970-01-01 01:00:00.000000000 +0100 @@ -1,185 +0,0 @@ -% Copyright 2003-2005 Han The Thanh . -% This file is part of vntex. License: LPPL, version 1.3 or newer, -% according to http://www.latex-project.org/lppl.txt - -\large -\def\X#1{\hbox to 2em{\hss#1\hss}} -\begin{multicols}{2} -\noindent -\X{\ABREVE} \verb|\ABREVE| \\ -\X{\Abreve} \verb|\Abreve| \\ -\X{\ACIRCUMFLEX} \verb|\ACIRCUMFLEX| \\ -\X{\Acircumflex} \verb|\Acircumflex| \\ -\X{\ECIRCUMFLEX} \verb|\ECIRCUMFLEX| \\ -\X{\Ecircumflex} \verb|\Ecircumflex| \\ -\X{\Ocircumflex} \verb|\Ocircumflex| \\ -\X{\OCIRCUMFLEX} \verb|\OCIRCUMFLEX| \\ -\X{\OHORN} \verb|\OHORN| \\ -\X{\Ohorn} \verb|\Ohorn| \\ -\X{\UHORN} \verb|\UHORN| \\ -\X{\Uhorn} \verb|\Uhorn| \\ -\X{\abreve} \verb|\abreve| \\ -\X{\acircumflex} \verb|\acircumflex| \\ -\X{\dj} \verb|\dj| \\ -\X{\ecircumflex} \verb|\ecircumflex| \\ -\X{\i} \verb|\i| \\ -\X{\ocircumflex} \verb|\ocircumflex| \\ -\X{\ohorn} \verb|\ohorn| \\ -\X{\uhorn} \verb|\uhorn| \\ -\X{\'A} \verb|\'A| \\ -\X{\'E} \verb|\'E| \\ -\X{\'I} \verb|\'I| \\ -\X{\'O} \verb|\'O| \\ -\X{\'U} \verb|\'U| \\ -\X{\'Y} \verb|\'Y| \\ -\X{\'\ABREVE} \verb|\'\ABREVE| \\ -\X{\'\Abreve} \verb|\'\Abreve| \\ -\X{\'\ACIRCUMFLEX} \verb|\'\ACIRCUMFLEX| \\ -\X{\'\Acircumflex} \verb|\'\Acircumflex| \\ -\X{\'\ECIRCUMFLEX} \verb|\'\ECIRCUMFLEX| \\ -\X{\'\Ecircumflex} \verb|\'\Ecircumflex| \\ -\X{\'\OCIRCUMFLEX} \verb|\'\OCIRCUMFLEX| \\ -\X{\'\Ocircumflex} \verb|\'\Ocircumflex| \\ -\X{\'\OHORN} \verb|\'\OHORN| \\ -\X{\'\Ohorn} \verb|\'\Ohorn| \\ -\X{\'\UHORN} \verb|\'\UHORN| \\ -\X{\'\Uhorn} \verb|\'\Uhorn| \\ -\X{\'\abreve} \verb|\'\abreve| \\ -\X{\'\acircumflex} \verb|\'\acircumflex| \\ -\X{\'\ecircumflex} \verb|\'\ecircumflex| \\ -\X{\'\ocircumflex} \verb|\'\ocircumflex| \\ -\X{\'\ohorn} \verb|\'\ohorn| \\ -\X{\'\uhorn} \verb|\'\uhorn| \\ -\X{\'a} \verb|\'a| \\ -\X{\'e} \verb|\'e| \\ -\X{\'i} \verb|\'i| \\ -\X{\'o} \verb|\'o| \\ -\X{\'u} \verb|\'u| \\ -\X{\'y} \verb|\'y| \\ -\X{\^A} \verb|\^A| \\ -\X{\^E} \verb|\^E| \\ -\X{\^O} \verb|\^O| \\ -\X{\^a} \verb|\^a| \\ -\X{\^e} \verb|\^e| \\ -\X{\^o} \verb|\^o| \\ -\X{\`A} \verb|\`A| \\ -\X{\`E} \verb|\`E| \\ -\X{\`I} \verb|\`I| \\ -\X{\`O} \verb|\`O| \\ -\X{\`U} \verb|\`U| \\ -\X{\`Y} \verb|\`Y| \\ -\X{\`\ABREVE} \verb|\`\ABREVE| \\ -\X{\`\Abreve} \verb|\`\Abreve| \\ -\X{\`\ACIRCUMFLEX} \verb|\`\ACIRCUMFLEX| \\ -\X{\`\Acircumflex} \verb|\`\Acircumflex| \\ -\X{\`\ECIRCUMFLEX} \verb|\`\ECIRCUMFLEX| \\ -\X{\`\Ecircumflex} \verb|\`\Ecircumflex| \\ -\X{\`\OCIRCUMFLEX} \verb|\`\OCIRCUMFLEX| \\ -\X{\`\Ocircumflex} \verb|\`\Ocircumflex| \\ -\X{\`\OHORN} \verb|\`\OHORN| \\ -\X{\`\Ohorn} \verb|\`\Ohorn| \\ -\X{\`\UHORN} \verb|\`\UHORN| \\ -\X{\`\Uhorn} \verb|\`\Uhorn| \\ -\X{\`\abreve} \verb|\`\abreve| \\ -\X{\`\acircumflex} \verb|\`\acircumflex| \\ -\X{\`\ecircumflex} \verb|\`\ecircumflex| \\ -\X{\`\ocircumflex} \verb|\`\ocircumflex| \\ -\X{\`\ohorn} \verb|\`\ohorn| \\ -\X{\`\uhorn} \verb|\`\uhorn| \\ -\X{\`a} \verb|\`a| \\ -\X{\`e} \verb|\`e| \\ -\X{\`i} \verb|\`i| \\ -\X{\`o} \verb|\`o| \\ -\X{\`u} \verb|\`u| \\ -\X{\`y} \verb|\`y| \\ -\X{\d A} \verb|\d A| \\ -\X{\d E} \verb|\d E| \\ -\X{\d I} \verb|\d I| \\ -\X{\d O} \verb|\d O| \\ -\X{\d U} \verb|\d U| \\ -\X{\d Y} \verb|\d Y| \\ -\X{\d \ABREVE} \verb|\d \ABREVE| \\ -\X{\d \Abreve} \verb|\d \Abreve| \\ -\X{\d \ACIRCUMFLEX} \verb|\d \ACIRCUMFLEX| \\ -\X{\d \Acircumflex} \verb|\d \Acircumflex| \\ -\X{\d \ECIRCUMFLEX} \verb|\d \ECIRCUMFLEX| \\ -\X{\d \Ecircumflex} \verb|\d \Ecircumflex| \\ -\X{\d \OCIRCUMFLEX} \verb|\d \OCIRCUMFLEX| \\ -\X{\d \Ocircumflex} \verb|\d \Ocircumflex| \\ -\X{\d \OHORN} \verb|\d \OHORN| \\ -\X{\d \Ohorn} \verb|\d \Ohorn| \\ -\X{\d \UHORN} \verb|\d \UHORN| \\ -\X{\d \Uhorn} \verb|\d \Uhorn| \\ -\X{\d \abreve} \verb|\d \abreve| \\ -\X{\d \acircumflex} \verb|\d \acircumflex| \\ -\X{\d \ecircumflex} \verb|\d \ecircumflex| \\ -\X{\d \ocircumflex} \verb|\d \ocircumflex| \\ -\X{\d \ohorn} \verb|\d \ohorn| \\ -\X{\d \uhorn} \verb|\d \uhorn| \\ -\X{\d a} \verb|\d a| \\ -\X{\d e} \verb|\d e| \\ -\X{\d i} \verb|\d i| \\ -\X{\d o} \verb|\d o| \\ -\X{\d u} \verb|\d u| \\ -\X{\d y} \verb|\d y| \\ -\X{\h A} \verb|\h A| \\ -\X{\h E} \verb|\h E| \\ -\X{\h I} \verb|\h I| \\ -\X{\h O} \verb|\h O| \\ -\X{\h U} \verb|\h U| \\ -\X{\h Y} \verb|\h Y| \\ -\X{\h \ABREVE} \verb|\h \ABREVE| \\ -\X{\h \Abreve} \verb|\h \Abreve| \\ -\X{\h \ACIRCUMFLEX} \verb|\h \ACIRCUMFLEX| \\ -\X{\h \Acircumflex} \verb|\h \Acircumflex| \\ -\X{\h \ECIRCUMFLEX} \verb|\h \ECIRCUMFLEX| \\ -\X{\h \Ecircumflex} \verb|\h \Ecircumflex| \\ -\X{\h \OCIRCUMFLEX} \verb|\h \OCIRCUMFLEX| \\ -\X{\h \Ocircumflex} \verb|\h \Ocircumflex| \\ -\X{\h \OHORN} \verb|\h \OHORN| \\ -\X{\h \Ohorn} \verb|\h \Ohorn| \\ -\X{\h \UHORN} \verb|\h \UHORN| \\ -\X{\h \Uhorn} \verb|\h \Uhorn| \\ -\X{\h \abreve} \verb|\h \abreve| \\ -\X{\h \acircumflex} \verb|\h \acircumflex| \\ -\X{\h \ecircumflex} \verb|\h \ecircumflex| \\ -\X{\h \ocircumflex} \verb|\h \ocircumflex| \\ -\X{\h \ohorn} \verb|\h \ohorn| \\ -\X{\h \uhorn} \verb|\h \uhorn| \\ -\X{\h a} \verb|\h a| \\ -\X{\h e} \verb|\h e| \\ -\X{\h i} \verb|\h i| \\ -\X{\h o} \verb|\h o| \\ -\X{\h u} \verb|\h u| \\ -\X{\h y} \verb|\h y| \\ -\X{\~A} \verb|\~A| \\ -\X{\~E} \verb|\~E| \\ -\X{\~I} \verb|\~I| \\ -\X{\~O} \verb|\~O| \\ -\X{\~U} \verb|\~U| \\ -\X{\~Y} \verb|\~Y| \\ -\X{\~\ABREVE} \verb|\~\ABREVE| \\ -\X{\~\Abreve} \verb|\~\Abreve| \\ -\X{\~\ACIRCUMFLEX} \verb|\~\ACIRCUMFLEX| \\ -\X{\~\Acircumflex} \verb|\~\Acircumflex| \\ -\X{\~\ECIRCUMFLEX} \verb|\~\ECIRCUMFLEX| \\ -\X{\~\Ecircumflex} \verb|\~\Ecircumflex| \\ -\X{\~\OCIRCUMFLEX} \verb|\~\OCIRCUMFLEX| \\ -\X{\~\Ocircumflex} \verb|\~\Ocircumflex| \\ -\X{\~\OHORN} \verb|\~\OHORN| \\ -\X{\~\Ohorn} \verb|\~\Ohorn| \\ -\X{\~\UHORN} \verb|\~\UHORN| \\ -\X{\~\Uhorn} \verb|\~\Uhorn| \\ -\X{\~\abreve} \verb|\~\abreve| \\ -\X{\~\acircumflex} \verb|\~\acircumflex| \\ -\X{\~\ecircumflex} \verb|\~\ecircumflex| \\ -\X{\~\ocircumflex} \verb|\~\ocircumflex| \\ -\X{\~\ohorn} \verb|\~\ohorn| \\ -\X{\~\uhorn} \verb|\~\uhorn| \\ -\X{\~a} \verb|\~a| \\ -\X{\~e} \verb|\~e| \\ -\X{\~i} \verb|\~i| \\ -\X{\~o} \verb|\~o| \\ -\X{\~u} \verb|\~u| \\ -\X{\~y} \verb|\~y| \\ -\end{multicols} diff -Nru texlive-lang-2007.dfsg.4/texmf-dist/doc/generic/vntex/source/vn-fonts-print.tex texlive-lang-2009/texmf-dist/doc/generic/vntex/source/vn-fonts-print.tex --- texlive-lang-2007.dfsg.4/texmf-dist/doc/generic/vntex/source/vn-fonts-print.tex 2006-11-26 20:54:26.000000000 +0000 +++ texlive-lang-2009/texmf-dist/doc/generic/vntex/source/vn-fonts-print.tex 1970-01-01 01:00:00.000000000 +0100 @@ -1,2 +0,0 @@ -\def\printversion{true} -\input vn-fonts.tex diff -Nru texlive-lang-2007.dfsg.4/texmf-dist/doc/generic/vntex/source/vn-fonts.tex texlive-lang-2009/texmf-dist/doc/generic/vntex/source/vn-fonts.tex --- texlive-lang-2007.dfsg.4/texmf-dist/doc/generic/vntex/source/vn-fonts.tex 2006-11-26 20:54:26.000000000 +0000 +++ texlive-lang-2009/texmf-dist/doc/generic/vntex/source/vn-fonts.tex 1970-01-01 01:00:00.000000000 +0100 @@ -1,609 +0,0 @@ -\ifx\printversion\undefined - \documentclass[12pt]{article} -\else - \documentclass[11pt,a4paper]{article} - \RequirePackage[monochrome]{color} - \advance\topmargin by -2.2cm - \advance\textheight by 3.3cm - \advance\footskip by .5cm - \advance\oddsidemargin by -0.5cm - \advance\textwidth by 1cm -\fi -\usepackage{url} -\usepackage[colorlinks,bookmarks=false]{hyperref} -\usepackage{mflogo} -\usepackage{fancyvrb} -\usepackage[utf8]{vietnam} -\usepackage{charter} - - -%%\parskip.5\baselineskip -%%\parindent0pt -\usepackage{parskip} -\raggedbottom -\DefineShortVerb{\|} -\input{abbr.tex} - -\begin{document} - -\title{Dùng font vá»›i \} -\author{Hàn Thế Thành và Thái Phú Khánh Hòa} -\maketitle - -\section{Giá»›i thiệu} -Tài liệu này hÆ°á»›ng dẫn cách sá»­ dụng các font tiếng Việt vá»›i -\. Tài liệu giả sá»­ rằng bạn đã -\begin{itemize} -\item cài đặt được \ lên hệ thống \ của bạn (nếu bạn dùng - \\,$\ge$\,2005 hoặc \\,$\ge$\,2.5 thì \ đã - được tích hợp sẵn, bạn không phải tá»± cài đặt); -\item gõ (và hiển thị) được tiếng Việt; -\item đã biên dịch được má»™t tài liệu ví dụ vá»›i ná»™i dung tÆ°Æ¡ng tá»± sau: -\begin{verbatim} -\documentclass{report} -\usepackage[utf8]{vietnam} -\begin{document} -Tiếng Việt -\end{document} -\end{verbatim} -\end{itemize} - -Nếu bạn chÆ°a thá»±c hiện được các bÆ°á»›c trên, xin vui lòng tham khảo các -tài liệu hoặc các diá»…n đàn liên quan trÆ°á»›c khi tiếp tục. - -Tài liệu này chỉ Ä‘á» cập đến các font có trong \, và các font có -há»— trợ cho tiếng Việt được phân phối cùng vá»›i các hệ thống \ -thông dụng hiện nay nhÆ° \ hay \. Còn nhiá»u font khác -tuy cÅ©ng há»— trợ tiếng Việt nhÆ°ng không được Ä‘á» cập ở đây vì nhiá»u lý -do khác nhau. \ chỉ há»— trợ các font: -\begin{itemize} -\item có chất lượng tÆ°Æ¡ng đối tốt; -\item miá»…n phí, có bản quyá»n rõ ràng và có thể phân phối lại; -\item có thể dùng được vá»›i ``classic'' (8-bit) \ và các \ - driver thông dụng nhÆ° \, \, \, \ hay - \. Ngoại lệ duy nhất là má»™t số font \ (MS core) - yêu cầu phải có driver há»— trợ font \, ví dụ \ hay - \. -\end{itemize} - -Các hÆ°á»›ng dẫn ở đây chỉ dùng cho \. Nếu bạn dùng \, -xin vui lòng Ä‘á»c tài liệu hÆ°á»›ng dẫn dành cho \. Còn nếu bạn -dùng \, thì bạn phải tá»± mày mò lấy |:)|. Mẹo: có thể dùng gói -\ để dùng \ vá»›i \. - -\section{CÆ¡ chế chá»n font trong \} -Má»™t chút kiến thức vá» \ (cÆ¡ chế chá»n font trong \) sẽ rất -có ích ở đây. Chúng tôi sẽ giá»›i thiệu \ má»™t cách nôm na (và đôi -khi có thể thiếu chính xác), vá»›i hy vá»ng là làm nhÆ° vậy sẽ dá»… hiểu -hÆ¡n. - -\subsection{Các thuá»™c tính của font} -Khi chúng ta dùng \, \ hay má»™t trình soạn thảo tÆ°Æ¡ng -tá»± tạo má»™t văn bản má»›i thì luôn có má»™t font chữ mặc định, thÆ°á»ng là -Times New Roman, cỡ chữ 12pt, chữ thÆ°á»ng (không nghiêng không -đậm). Chúng ta có thể thay đổi font chữ mặc định bằng cách chá»n chữ -nghiêng, chữ đậm, hay thay đổi cỡ chữ. NhÆ° vậy để xác định má»™t font, -ta thấy chỉ dùng tên của font (Times) chÆ°a đủ, mà ta còn phải mô tả -thêm các tính chất khác, nhÆ° Ä‘á»™ nghiêng, Ä‘á»™ đậm hay cỡ chữ. Các tính -chất của má»™t font ta gá»i là các thuá»™c tính (attribute) của font. Khi -ta thay đổi má»™t font, thá»±c ra là ta thay đổi (chá»n) các thuá»™c tính -khác nhau của font. Ta cÅ©ng có thể coi tên gá»i của font là má»™t thuá»™c -tính. Ta có thể chá»n kiểu chữ khác, ví dụ Arial, bằng cách thay đổi -tên (hay ``thuá»™c tính tên'') của font. - -Khi ta dùng \ thì cÆ¡ chế chá»n font cÅ©ng hoạt Ä‘á»™ng tÆ°Æ¡ng tá»±. Khi -ta tạo má»™t văn bản \, thì ban đầu cÅ©ng có má»™t font mặc định, -thÆ°á»ng là font |cmr10| (Computer Modern, cỡ chữ 10pt, chữ thÆ°á»ng). -Các câu lệnh \ dùng để thay đổi kiểu font mà ta vẫn hay gặp nhÆ° -|\textit|, |\texttt|, |\bf|, |\large|, \<...> thá»±c ra là các lệnh dùng -để thay đổi các thuá»™c tính của font. Ví dụ lệnh |\textit| sẽ chá»n -``thuá»™c tính nghiêng'' của font. - -Vậy giá» ta chỉ cần biết font trong \ có các thuá»™c tính nào và -cách thay đổi các thuá»™c tính đó là có thể chá»n lá»±a font theo ý thích -của mình. - -Các thuá»™c tính của font trong \ là: -\begin{description} -\item[bảng mã (font encoding):] xác định font chứa các ký tá»± nào. Các - bảng mã thÆ°á»ng gặp: -\begin{itemize} -\item |OT1| -- bảng mã dùng cho các font Compuder Modern (7-bit) -\item |T1| -- bảng mã cho các font chứa các ký tá»± trong các ngôn ngữ latin -Tây Âu (iso-8859-1) và Äông Âu (iso-8859-2) -\item |T5| -- bảng mã cho tiếng Việt -\end{itemize} - -\item[há» font (font family):] xác định kiểu (há») font, tÆ°Æ¡ng tá»± nhÆ° Times -New Roman hay Arial. Vì nhiá»u lý do mà há» font trong \ thÆ°á»ng có tên -rất ngắn (3--5 ký tá»±) và tÆ°Æ¡ng đối khó nhá»›. Má»™t số há» font thÆ°á»ng gặp: -\begin{itemize} -\item |cmr| -- Computer Modern Roman -\item |ptm| -- Times Roman -\item |phv| -- Helvetica -\end{itemize} - -\item [Ä‘á»™ đậm (font series):] xác định Ä‘á»™ đậm nhạt của font. Äôi khi cả -thuá»™c tính chiá»u rá»™ng (width) cÅ©ng được gán vào đây. Các giá trị -thÆ°á»ng gặp: -\begin{itemize} -\item |m| (medium) -- chữ thÆ°á»ng (không đậm) -\item |b| (bold) -- chữ đậm -\item |bx| (bold extended) -- chữ đậm và rá»™ng hÆ¡n chữ thÆ°á»ng -\end{itemize} - -\item [kiểu dáng (font shape):] xác định kiểu dáng font, ví dụ chữ thẳng -hay chữ nghiêng. Các giá trị thÆ°á»ng gặp: -\begin{itemize} -\item |n| -- chữ thÆ°á»ng (thẳng) -\item |it| -- chữ nghiêng ``italic'' -\item |sl| -- chữ nghiêng ``oblique'' -\item |sc| -- chữ ``smallcap'' (các chữ thÆ°á»ng có hình dáng nhÆ° chữ hoa, -nhÆ°ng bé hÆ¡n) -\end{itemize} -Chữ nghiêng italic và oblique khác nhau ở chá»— hình dáng chữ nghiêng -oblique trông giống nhÆ° chữ thẳng (chỉ trừ má»—i khoản ``nghiêng''), còn -chữ italic có hình dáng khác khá nhiá»u so vá»›i chữ thẳng, thÆ°á»ng chữ -italic có hình dáng gần vá»›i chữ viết tay hÆ¡n. Muốn biết rõ hÆ¡n bạn có -thể phóng to và so sánh chữ |a| của chữ nghiêng italic vá»›i chữ thẳng. - -\item [cỡ chữ (font size):] xác định cỡ chữ. -\end{description} - -Äể thay đổi thuá»™c tính của font, ta có thể xem ví dụ sau: - -\begin{verbatim} -\fontshape{it} -\selectfont -\end{verbatim} - -Ví dụ trên chá»n giá trị ``nghiêng italic'' cho thuá»™c tính ``kiểu -dáng'' (|fontshape|). LÆ°u ý là sau khi thay đổi thuá»™c tính font, ta -phải dùng lệnh |\selectfont| để chá»n font có thuá»™c tính má»›i. Cách chá»n -font nhÆ° trong ví dụ trên ta ít khi gặp, vì ta hay dùng lệnh |\it| -hoặc |\textit| để chá»n chữ nghiêng. Các lệnh này thá»±c ra là các lệnh -gõ tắt (shortcut) để tiện cho ngÆ°á»i dùng. Dá»±a trên nguyên tắc này, ta -có thể Ä‘oán được lệnh dùng để chá»n font chữ đậm ta hay dùng (|\bf| hay -|\textbf|) thá»±c ra là lệnh gõ tắt của: - -\begin{verbatim} -\fontseries{b} -\selectfont -\end{verbatim} - -Ta cÅ©ng có thể thay đổi nhiá»u thuá»™c tính cùng má»™t lúc rồi dùng -|\selectfont| để chá»n font. Ví dụ sau sẽ chá»n font vừa nghiêng vừa đậm: - -\begin{verbatim} -\fontshape{it} -\fontseries{b} -\selectfont -\end{verbatim} - -Äến đây chắc bạn cÅ©ng có thể Ä‘oán ra là các lệnh thay đổi cỡ chữ nhÆ° -|\large|, |\huge|,\<...> là các lệnh gõ tắt dùng để thay đổi thuá»™c -tính |fontsize| của font. - -\subsection{Các há» (kiểu) chữ mặc định} -Ta sẽ tìm hiểu thêm vá» việc thay đổi thuá»™c tính |fontfamily| của má»™t -font. Còn |fontencoding| thì \emph{rất ít khi} cần thay đổi nên ta -không Ä‘á» cập đến ở đây. - -Khi ta bắt đầu má»™t văn bản \, font chữ mặc định là kiểu chữ -``có chân'' (roman, serif). Khi ta dùng lệnh |\sf| hay |\textsf|, thì -\ chuyển sang font chữ ``không chân'' (sans serif). Việc chuyển -font này được thá»±c hiện bởi các lệnh thay đổi thuá»™c tính ta đã biết: - -\begin{verbatim} -\fontfamily{\sfdefault} -\selectfont -\end{verbatim} - -|\sfdefault| là má»™t macro chứa giá trị |fontfamily| của font không -chân mặc định, thÆ°á»ng là |cmss| (Computer Modern Sans Serif). TÆ°Æ¡ng tá»± -nhÆ° vậy, việc chuyển sang font ``máy chữ'' (typewriter) bằng lệnh -|\tt| hay |\texttt| thá»±c ra là việc thay đổi thuá»™c tính |fontfamily| -nhÆ° sau: - -\begin{verbatim} -\fontfamily{\ttdefault} -\selectfont -\end{verbatim} - -Thông thÆ°á»ng |\ttdefault| có giá trị |cmtt| (Computer Modern Typewriter). - -Ta tóm tắt lại các giá trị mặc định của |fontfamily| mà \ dùng -cho các há» chữ: -\begin{itemize} -\item |\rmdefault| -- dùng cho font có chân, thÆ°á»ng là |cmr|. Font này - được chá»n sau dòng |\begin{document}| -\item |\sfdefault| -- dùng cho font không chân, thÆ°á»ng là - |cmss|. Font này được chá»n khi ta dùng lệnh |\sf| hay |\textsf| -\item |\sfdefault| -- dùng cho font máy chữ, thÆ°á»ng là |cmtt|. Font - này được chá»n khi ta dùng lệnh |\tt| hay |\texttt| -\end{itemize} - -Ví dụ khi ta muốn dùng font Bitstream Charter nhÆ° font có chân mặc định -trong văn bản, thì ta thêm dòng sau vào ``preamble'' của văn bản (phần -trÆ°á»›c |\begin{document}|): - -\begin{verbatim} -\renewcommand{\rmdefault}{bch} -\end{verbatim} - -Ta cÅ©ng có thể dùng gói |charter.sty| để kích hoạt font Bitstream Charter -cho văn bản của mình bằng cách thêm vào preamble dòng sau: - -\begin{verbatim} -\usepackage{charter} -\end{verbatim} - -Nếu ta xem ná»™i dung của gói |charter.sty| thì cÅ©ng sẽ thấy ná»™i dung tÆ°Æ¡ng -tá»± nhÆ° trên. - -\section{Làm sao biết được có thể chá»n font nào?} -Äến đây chắc bạn Ä‘á»c cÅ©ng hình dung ra được việc thay đổi font có -chân, không chân và font máy chữ cho má»™t văn bản thá»±c ra chỉ là việc -định nghÄ©a lại các macro |\rmdefault|, |\sfdefault| và -|\ttdefault|. Vấn Ä‘á» còn lại là làm sao biết được các giá trị -|fontfamily| của font mà ta muốn dùng. Ví dụ ta muốn dùng font -Palatino, làm sao biết được giá trị |fontfamily| của font này mà chá»n? - -Cách Ä‘Æ¡n giản nhất là xem các mẫu font của \ (và má»™t số font -khác cÅ©ng há»— trợ tiếng Việt) tại -\href{http://vntex.org/fonts/samples}{đây}. Ta xem thá»­ má»™t ví dụ sau: -xem mẫu font \ -(\href{http://vntex.org/fonts/samples/urwvn-test.pdf}{urwvn-test.pdf}), -ta thấy có các cá»™t (theo thứ tá»± từ trái sang phải): -\begin{description} -\item [NFSS] -- các thuá»™c tính của font nhÆ° ta đã tìm hiểu, theo thứ tá»±\\ -|fontencoding/fontfamily/fontseries/fontshape|. Thuá»™c tính |fontsize| không -được Ä‘á» cập đến ở đây vì không cần thiết. -\item [TFM] -- tên tập tin chứa font (tạm thá»i ta không cần quan tâm) -\item [PostScript] -- tên ``thông thÆ°á»ng'' của font -\item [Sample] -- mẫu font -\end{description} - -Ví dụ xem dòng đầu tiên ta thấy \textbf{NFSS} = |T5/uag/db/n| và -\textbf{PostScript} = |VnURWGothicL-Demi|, có thể hiểu nhÆ° sau: font -này có tên thông thÆ°á»ng là |VnURWGothicL-Demi|, và các thuá»™c tính -\ của font này là:\\[1ex] -\begin{tabular}{ll} -|fontencoding| & = |T5|\\ -|fontfamily| & = |uag|\\ -|fontseries| & = |db|\\ -|fontshape| & = |n|\\ -\end{tabular} - -\selectfont - - -Giả sá»­ bây giá» ta muốn chá»n font Century Schoolbook làm font có chân -mặc định trong văn bản. Xem ở cá»™t \textbf{PostScript} ta thấy các font -trong há» này có tên bắt đầu vá»›i |VnCenturySchoolbookL| (có má»™t số font -cùng trong há» font này có tên \textbf{PostScript} là |N/A|, Ä‘iá»u này -tạm thá»i ta cÅ©ng chÆ°a cần quan tâm). Xem ở cá»™t \textbf{NFSS} ta thấy -các font này có |fontfamily| là |unc|. Äể chá»n font này ta thêm vào -preamble dòng: - -\begin{verbatim} -\renewcommand{\rmdefault}{unc} -\end{verbatim} - -TÆ°Æ¡ng tá»± nhÆ° vậy, nếu ta muốn chá»n font VnNimbusSansL (giống nhÆ° -Helvetica) làm font không chân mặc định, thì ta dùng: - -\begin{verbatim} -\renewcommand{\sfdefault}{uhv} -\end{verbatim} - -Ta cÅ©ng có thể chá»n má»™t font tùy ý mà không cần phải thay đổi các giá -trị mặc định. Ví dụ ta muốn dùng font VnURWGothicL-Demi chỉ cho má»™t -Ä‘oạn ngắn nào đó trong văn bản thì ta chá»n font này dá»±a vào các thuá»™c -tính ở cá»™t \textbf{NFSS} nhÆ° sau: - -\begin{verbatim} -\fontencoding{T5} -\fontfamily{uag} -\fontseries{db} -\fontshape{n} -\selectfont -\end{verbatim} - -Các lệnh trên có thể viết gá»n hÆ¡n: -\begin{verbatim} -\usefont{T5}{uag}{db}{n} -\end{verbatim} - -\section{Má»™t số vấn Ä‘á» liên quan} -\subsection{Chá»n font nhÆ° thế nào là hợp lý?} -Chá»n font cÅ©ng nhÆ° trang Ä‘iểm, nếu không rành mà cứ dùng thật nhiá»u font -cho má»™t văn bản thì cÅ©ng nhÆ° trang Ä‘iểm dùng thật nhiá»u các mỹ phẩm khác -nhau cho má»™t khuôn mặt. Kết quả là ta tưởng ta đẹp trong khi ngÆ°á»i khác -nhìn vào thấy buồn cÆ°á»i. - -Vậy làm sao để có thể ``rành''? Câu trả lá»i duy nhất theo chúng tôi là qua -há»c há»i, tìm tòi và kinh nghiệm thá»±c tế. BÆ°á»›c đầu thì nên theo những hÆ°á»›ng -dẫn cÆ¡ bản, khi đã có kinh nghiệm thì ta có thể làm theo sở thích của mình. -Các qui tắc có ích khi má»›i bắt đầu là: -\begin{itemize} -\item nên tránh dùng các lệnh chá»n font của \ phiên bản cÅ© (2.09) nhÆ° -|\bf|, |\it|, |\tt|\<...> Thay vào đó hãy dùng các lệnh tÆ°Æ¡ng ứng của -\2e nhÆ° |\textbf|, |\textit|, |\texttt|,\<...> - -\item trong má»™t văn bản chỉ nên dùng tối Ä‘a 3 há» font: có chân, không - chân và máy chữ - -\item nên thay đổi các há» font mặc định bằng các gói tÆ°Æ¡ng ứng nếu - có. Ví dụ nếu đã có gói |charter.sty| thì ta nên dùng - -\begin{verbatim} -\usepackage{charter} -\end{verbatim} - -thay vì - -\begin{verbatim} -\renewcommand{\rmdefault}{bch} -\end{verbatim} - -Lý do chính là má»™t số gói có thể chứa thêm các Ä‘iá»u chỉnh cần thiết -ngoài việc định nghÄ©a lại |\rmdefault|, |\sfdefault| hay -|\ttdefault|. Ngoài ra má»™t số gói có thể chá»n nhiá»u font ``hợp nhau'' -cùng má»™t lúc, Ví dụ gói |newcent.sty| ngoài việc chá»n |pnc| (New -Century SchoolBook) cho font có chân mặc định (|\rmdefault|) còn chá»n -|pag| (Avant Garde) cho font không chân mặc định (|\sfdefault|) và -|pcr| (Courier) cho font máy chữ mặc định (|\ttdefault|), vì 3 font -này có vẻ ``hợp nhau''. - -Các gói để chá»n font cho \ sẽ được mô tả ở phần sau. - -\item Chú ý là không phải cứ chá»n font bằng gói là tối Æ°u, vì có má»™t - số gói đã ``lá»—i thá»i'' (obsolete). Nên Ä‘á»c tài liệu - \href{http://ctan.org/tex-archive/info/l2tabu/english/l2tabuen.pdf}{l2tabuen} - để biết thêm thông tin vá» các gói lá»—i thá»i và cách dùng các gói - tÆ°Æ¡ng ứng. - -\item nếu bạn muốn dùng má»™t font mà không tìm được gói tÆ°Æ¡ng ứng, thì - nên nên tìm hiểu kỹ (qua tài liệu, Internet, các diá»…n đàn,\<...>) để - biết các há» font nào thích hợp vá»›i nhau, -\end{itemize} - -\subsection{Chá»n font toán nhÆ° thế nào cho hợp lý?} -Tài liệu tốt nhất cho Ä‘á» tài này là -\href{http://ctan.tug.org/tex-archive/info/Free_Math_Font_Survey/survey.html}{Free - Math Font Survey}. Hiện bản tiếng Việt chÆ°a được dịch. LÆ°u ý có má»™t -số font trong tài liệu này chÆ°a há»— trợ tiếng Việt. Trong tÆ°Æ¡ng lai có -thể chúng tôi sẽ Việt hóa các font này. - -\section{Cách chá»n các font vá»›i \} -\subsection{\} -Các font \ là font mặc định khi dùng \ nên không cần phải -làm gì thêm. - -\subsection{\} -Dá»± án font \ nhằm thống nhất các bản ``địa phÆ°Æ¡ng hóa'' font \ -cho các ngôn ngữ khác nhau. Äể dùng các font \ thay cho font -\, bạn chỉ cần dùng: - -\begin{verbatim} -\usepackage{lmodern} -\end{verbatim} - -\subsection{Antykwa Torunska} -Äây là bá»™ font có chân do nhà thiết kế chữ ngÆ°á»i Ba Lan Zygfryd -Gardzielewski tạo ra, sau đó được Janusz Marian Nowacki chuyển sang -định dạng \ và thêm há»— trợ cho nhiá»u ngôn ngữ khác trong đó có cả -tiếng Việt. Bá»™ font này miá»…n phí và có sẵn trong nhiá»u bản phân phối -\ thông dụng. Bạn có thể Ä‘á»c thêm vá» bá»™ font này tại -\href{http://www.janusz.nowacki.strefa.pl}{đây}. - -Äể dùng bá»™ font này bạn có thể dùng gói |anttor| vá»›i các lá»±a chá»n khác -nhau:\\[1ex] -\begin{tabular}{ll} -|\usepackage{anttor}| & chá»n kiểu font thÆ°á»ng\\ -|\usepackage[light]{anttor}| & chá»n kiểu font mảnh\\ -|\usepackage[condensed]{anttor}| & chá»n kiểu font hẹp\\ -|\usepackage[light,condensed]{anttor}| & chá»n kiểu font vừa mảnh vừa hẹp\\ -\end{tabular}\\[1ex] - -\subsection{Kurier} -Bá»™ font Kurier cÅ©ng do Janusz Marian Nowacki thá»±c hiện và được công bố -tại cùng địa chỉ vá»›i font Antykwa Torunska. - -TÆ°Æ¡ng tá»±, để dùng bá»™ font này bạn có thể dùng gói |kurier| vá»›i các lá»±a -chá»n khác nhau:\\[1ex] -\begin{tabular}{ll} -|\usepackage{kurier}| & chá»n kiểu font thÆ°á»ng\\ -|\usepackage[light]{kurier}| & chá»n kiểu font mảnh\\ -|\usepackage[condensed]{kurier}| & chá»n kiểu font hẹp\\ -|\usepackage[light,condensed]{kurier}| & chá»n kiểu font vừa mảnh vừa hẹp\\ -\end{tabular}\\[1ex] - -\subsection{Iwona} -Bá»™ font Iwona cÅ©ng do Janusz Marian Nowacki thá»±c hiện và được công bố tại -cùng địa chỉ vá»›i font Antykwa Torunska. - -TÆ°Æ¡ng tá»±, để dùng bá»™ font này bạn có thể dùng gói |iwona| vá»›i các lá»±a chá»n -khác nhau:\\[1ex] -\begin{tabular}{ll} -|\usepackage{iwona}| & chá»n kiểu font thÆ°á»ng\\ -|\usepackage[light]{iwona}| & chá»n kiểu font mảnh\\ -|\usepackage[condensed]{iwona}| & chá»n kiểu font hẹp\\ -|\usepackage[light,condensed]{iwona}| & chá»n kiểu font vừa mảnh vừa hẹp\\ -\end{tabular}\\[1ex] - -\subsection{\} -Tài liệu hÆ°á»›ng dẫn sá»­ dụng cho các font \ thông thÆ°á»ng (35 font \ -``chuẩn'') cÅ©ng dùng được vá»›i các font \. Tài liệu này có tên là -|psnfss2e.pdf| hoặc |psnfss2e.dvi| và thÆ°á»ng có sẵn trong các bản \. -Nếu chÆ°a có tài liệu này trên máy thì bạn có thể tải vá» từ -\href{http://www.ctan.org/tex-archive/macros/latex/required/psnfss/psnfss2e.pdf}{đây}. - -Ở đây chúng tôi chỉ ghi lại phần giá»›i thiệu để bạn có thể sá»­ dụng ngay các -font này. Nếu bạn có thắc mắc gì xin hãy Ä‘á»c tài liệu nguyên bản để biết -thêm chi tiết. -\begin{quotation} -\parindent0pt -\noindent Cách Ä‘Æ¡n giản nhất để sá»­ dụng các font \ thông dụng là -định nghÄ©a lại các giá trị mặc định của các font có chân (roman), -không chân (sans serif) và font máy chữ (typewriter). Äể làm việc này -bạn có thể sá»­ dụng các gói trong bảng dÆ°á»›i đây. Dòng đầu tiên liệt kê -các há» font mặc định (Computer Modern). Cá»™t nào trống có nghÄ©a là gói -tÆ°Æ¡ng ứng không thay đổi giá trị font mặc định cho cá»™t đó. Có má»™t số -gói được giải thích chi tiết hÆ¡n, ví dụ gói |helvet|, |mathpazo| và -|mathptmx|. - -\begin{table}[!htb] -\caption{Các gói dùng cho việc sá»­ dụng các font \ thông dụng} -\medskip -\begin{center} -\UndefineShortVerb{\|} -\renewcommand{\arraystretch}{1.2} -\newcommand{\Lpack}[1]{\textsf{#1}} -\def\NL{\hfil\break} -\ifx\printversion\undefined - %\footnotesize - %\begin{tabular}{|l|p{1.8cm}p{2.2cm}p{2.4cm}p{2.2cm}|} - \small - \begin{tabular}{|l|p{2.8cm}p{2.4cm}p{2.6cm}p{2.3cm}|} -\else - \small - \begin{tabular}{|l|p{2.8cm}p{2.4cm}p{2.6cm}p{2.3cm}|} -\fi - \hline - \textbf{tên gói} & \textbf{font có \NL chân \NL(roman)} & - \textbf{font \NL không chân \NL (sans serif)} & - \textbf{font máy chữ \NL(typewriter)} & - \textbf{font công \NL thức toán} \\\hline\hline - (none) & CM Roman & CM Sans Serif - & CM Typewriter & $\approx$ CM Roman\\\hline - \Lpack{mathpazo} & Palatino - & - & - & $\approx$ Palatino\\\hline - \Lpack{mathptmx} & Times - & - & - & $\approx$ Times\\\hline - \Lpack{helvet} & - & Helvetica - & - & \\\hline - \Lpack{avant} & - & Avant~Garde - & - & \\\hline - \Lpack{courier} & - & - & Courier - & \\\hline - \Lpack{chancery} & Zapf Chancery - & - & - & \\\hline - \Lpack{bookman} & Bookman - & Avant~Garde - & Courier - & \\\hline - \Lpack{newcent} & \raggedright New Century Schoolbook - & Avant~Garde - & Courier - & \\\hline - \Lpack{charter} & Charter - & - & - & \\\hline -\end{tabular} -\end{center} -\end{table} - - -Ví dụ khi ta dùng -\begin{verbatim} -\usepackage{bookman} -\end{verbatim} - -thì sẽ được\\[1ex] -\begin{tabular}{ll} -font có chân & = Bookman\\ -font không chân & = Avant~Garde\\ -font máy chữ & = Courier\\ -\end{tabular}\\[1ex] -do gói này định nghÄ©a lại cả 3 há» font. Còn nếu ta dùng -\begin{verbatim} -\usepackage{charter} -\end{verbatim} - -thì sẽ được\\[1ex] -\begin{tabular}{ll} -font có chân & = Charter\\ -font không chân & = CM Sans Serif (default)\\ -font máy chữ & = CM Typewriter (default)\\ -\end{tabular}\\[1ex] -do gói này chỉ định nghÄ©a lại há» font có chân, còn 2 há» font kia vẫn giữ giá -trị mặc định. - -\end{quotation} - -Má»™t lÆ°u ý quan trá»ng là các tên \ của các font \ (thá»±c chất -là tên các font \ có thêm prefix |Vn|) không giống nhÆ° tên của 35 -font \ chuẩn, vì các tên này do \ đặt cho các font của mình -trong khi tên của 35 font \ chuẩn do Adobe đặt. Bạn có thể tham -khảo bảng dÆ°á»›i đây để biết các font nào tÆ°Æ¡ng Ä‘Æ°Æ¡ng vá»›i nhau: - -\begin{center} -\UndefineShortVerb{\|} -\renewcommand{\arraystretch}{1.2} -\begin{tabular}{|l|l|} -\hline -VnURWGothicL & AvantGarde\\ -VnURWBookmanL & Bookman\\ -VnNimbusMonoL & Courier\\ -VnNimbusSansL & Helvetica\\ -VnURWPalladioL & Palatino\\ -VnNimbusRomanNo9L & Times\\ -VnURWChanceryL & ZapfChancery\\ -\hline -\end{tabular} -\end{center} - - -\subsection{Bitstream Charter} -Dùng gói |charter| nhÆ° sau: -\begin{verbatim} -\usepackage{charter} -\end{verbatim} - -\subsection{MS core} -Các font MS core do Monotype và Linotype thá»±c hiện và bán lại cho -Microsoft (trừ các font Tahoma và Verdana do Microsoft tá»± thá»±c -hiện). Các font này có định dạng \ và yêu cầu phải có driver -há»— trợ font \, ví dụ \ hay \. - -Hiện nay chÆ°a có gói nào há»— trợ việc dùng các font này, do đó ta phải -tá»± định nghÄ©a lại các há» font mặc định |\rmdefault|, |\sfdefault| và -|\ttdefault| nhÆ° đã trình bày ở trên. Ở đây chúng tôi chỉ nêu má»™t ví -dụ: giả sá»­ sau khi xem mẫu font mscore tại -\href{http://vntex.org/fonts/samples/mscore-test.pdf}{đây}, ta muốn -dùng font Verdana làm font không chân mặc định. Các font này có thuá»™c -tính |fontfamily| là |jvn|, do đó ta cần thêm vào preamble dòng: - -\begin{verbatim} -\renewcommand{\sfdefault}{jvn} -\end{verbatim} - -Muốn sá»­ dụng các font còn lại ta làm tÆ°Æ¡ng tá»±. - -Nếu bạn muốn viết các gói để há»— trợ các font này thì chúng tôi rất -hoan nghênh. - -Äa số các font trong bá»™ font này Ä‘á»u có phiên bản tÆ°Æ¡ng ứng trong bá»™ -\ (trừ các font Tahoma và Verdana). Bạn có thể dùng font nào -bạn thích hÆ¡n. Theo ý kiến chủ quan của chúng tôi thì các font -\ có các dấu tiếng Việt ``đẹp'' hÆ¡n. - -\section{Góp ý} -Má»i ý kiến đóng góp xin gởi đến các tác giả |hanthethanh| hoặc -|h2vnteam| tại |gmail| chấm |com|. -\end{document} diff -Nru texlive-lang-2007.dfsg.4/texmf-dist/doc/generic/vntex/source/vn-min-print.tex texlive-lang-2009/texmf-dist/doc/generic/vntex/source/vn-min-print.tex --- texlive-lang-2007.dfsg.4/texmf-dist/doc/generic/vntex/source/vn-min-print.tex 2006-11-26 20:54:26.000000000 +0000 +++ texlive-lang-2009/texmf-dist/doc/generic/vntex/source/vn-min-print.tex 1970-01-01 01:00:00.000000000 +0100 @@ -1,2 +0,0 @@ -\RequirePackage[monochrome]{color} -\input{vn-min.tex} diff -Nru texlive-lang-2007.dfsg.4/texmf-dist/doc/generic/vntex/source/vn-min.tex texlive-lang-2009/texmf-dist/doc/generic/vntex/source/vn-min.tex --- texlive-lang-2007.dfsg.4/texmf-dist/doc/generic/vntex/source/vn-min.tex 2006-11-26 20:54:26.000000000 +0000 +++ texlive-lang-2009/texmf-dist/doc/generic/vntex/source/vn-min.tex 1970-01-01 01:00:00.000000000 +0100 @@ -1,109 +0,0 @@ -\documentclass[a4paper,12pt]{article} -\usepackage[ - a4paper, - nohead, - nofoot, - top=2cm, - bottom=2cm, - left=2cm, - right=2cm, - pdftex]{geometry} -% \usepackage{array} -\usepackage{fancyvrb} -\usepackage{url} -\usepackage{charter} -\usepackage{multicol} -\usepackage[colorlinks,bookmarks=false]{hyperref} -\usepackage[vietnam,english]{babel} - -% \pagestyle{empty} -\def\arraystretch{1.3} -\DefineShortVerb{\|} -\parskip.5\baselineskip -\parindent0pt -\raggedbottom - -\input{abbr.tex} -\begin{document} - -\title{\bfseries Minimal steps to typeset Vietnamese} -\author{\fontencoding{T5}\selectfont H\`an Th\'\ecircumflex{} Th\`anh} -\maketitle - -This document tries to answer the question that has been often asked: -\textit{How can I typeset \textbf{just a few Vietnamese words} in my -document, which is in English (or French/German/...)?} - -The answer depends very much on a particular scenario, however I -assume that you are in a hurry, you don't want to bother with issues like -how to display and write Vietnamese in your \ editor. You only have a few -Vietnamese words in your \ file and you would like to see them -properly displayed in your final \ or \ file. - -\begin{enumerate} -\item As the very first requirement, you must have some minimal \ -support for Vietnamese: -\begin{itemize} -\item Check whether you have \ installed. \ is included -in \, \ and \. - -\item If the above is not the case, try to download and install \ by -following the instructions at \url{http://vntex.org/download/vntex}. - -\item If you can't install \, you must have at least Latin Modern -fonts installed. Then download -\url{http://vntex.org/download/vntex-support/t5enc.def} and put it to the -directory where your \ file is. - -\item If all the above fails, try to get help from someone else to solve -at least one of those issues. -\end{itemize} - -\item Make sure you have package |fontenc| loaded with T5 encoding. For -example, if your document contains European languague(s) only, then you -should have a line saying - -\begin{verbatim} -\usepackage[T1,T5]{fontenc} -\end{verbatim} - -in your preamble. - -\item An example how to input Vietnamese words may look like this: - -\begin{verbatim} -{\fontencoding{T5}\selectfont Ti\'\ecircumflex{}ng Vi\d\ecircumflex{}t} -\end{verbatim} - -which gives the output as \texttt{\fontencoding{T5}\selectfont -Ti\'\ecircumflex{}ng Vi\d\ecircumflex{}t}. - -\item The following table contains all Vietnamese letters for your -reference: - -{\fontencoding{T5}\selectfont -\input{test-accents} -} - -\item If you have quite a lot of Vietnamese words, then it can be somewhat -tedious to translate them to the above form (often called as \ -Internal Character Representation -- LICR). On \ you can use the -package \url{http://vntex.org/download/vntex-support/tovntex.zip} -to translate text in clipboard from VIQR or UTF-8 to LICR by one key press. - -The same (or close) convenience could be made for \/\ -users, but at somewhat higher cost due to deficiencies of \-like -systems. So if you don't use \ then you are out of luck, sorry. -However, if you use \, you can still download the package mentioned -above, and use the vim script inside the zip archive to do the conversion. -If you want to make this easier for \ users then let me know. - -\item If you still have questions, join the \ mailing list -at \url{https://lists.sourceforge.net/lists/listinfo/vntex-users}. - -\end{enumerate} - -Good luck! - -% \DefineShortVerb{\|} -\end{document} diff -Nru texlive-lang-2007.dfsg.4/texmf-dist/doc/generic/vntex/source/vntex-man-print.tex texlive-lang-2009/texmf-dist/doc/generic/vntex/source/vntex-man-print.tex --- texlive-lang-2007.dfsg.4/texmf-dist/doc/generic/vntex/source/vntex-man-print.tex 2006-11-26 20:54:26.000000000 +0000 +++ texlive-lang-2009/texmf-dist/doc/generic/vntex/source/vntex-man-print.tex 1970-01-01 01:00:00.000000000 +0100 @@ -1,2 +0,0 @@ -\RequirePackage[monochrome]{color} -\input{vntex-man.tex} diff -Nru texlive-lang-2007.dfsg.4/texmf-dist/doc/generic/vntex/source/vntex-man.tex texlive-lang-2009/texmf-dist/doc/generic/vntex/source/vntex-man.tex --- texlive-lang-2007.dfsg.4/texmf-dist/doc/generic/vntex/source/vntex-man.tex 2006-11-26 20:54:26.000000000 +0000 +++ texlive-lang-2009/texmf-dist/doc/generic/vntex/source/vntex-man.tex 1970-01-01 01:00:00.000000000 +0100 @@ -1,509 +0,0 @@ -\documentclass[12pt,a4paper]{article} -\usepackage{url} -\usepackage[colorlinks,bookmarks=false]{hyperref} -\usepackage{fancyvrb} -\usepackage[utf8]{vietnam} -\usepackage{charter} -\usepackage{ifpdf} -\usepackage{microtype} -% \usepackage{graphicx} -% \usepackage{array} - -\parindent0pt -\parskip.4\baselineskip -\def\arraystretch{1.3} -\hyperlinkfileprefix{} - - -\advance\topmargin by -2cm -\advance\textheight by 3cm -\advance\footskip by .5cm -\advance\oddsidemargin by -0.5cm -\advance\textwidth by 1cm - -\input{abbr.tex} - -\newcommand{\htmlheader} -{Há»— trợ tiếng Việt cho \} - -\newcommand{\htmlfooter}{} - -\begin{document} -\setcounter{tocdepth}{1} -\setcounter{secnumdepth}{1} -\DefineShortVerb{\|} - -\title{\} - -% \noindent -% Chào bạn đã đến vá»›i trang web của \. - -% \HCode{

} -% Các tin đáng chú ý -% \HCode{

} -% \begin{itemize} -% \item 06/10/2006: thêm phần hÆ°á»›ng dẫn dịch bản tiếng Việt của -% \href{http://www.tug.org/tex-archive/info/Free_Math_Font_Survey/survey.html} -% {Free Math Font Survey} ở phần \hyperlink{tai-lieu-vntex}{Tài liệu} - -% \item 05/10/2006: cập nhật bản dịch Free Math Font Survey tại -% \href{doc/survey-vn.pdf}{trang chủ} và -% \href{http://vntex.sarovar.org/survey-vn.pdf}{mirror tại sarovar} - -% \item 04/09/2006: công bố \href{download/vntex-beta}{vntex-beta-20060904} - -% \item 19/08/2006: công bố phiên bản \ của bá»™ font \-3.03 -% tại \href{http://forum.vnoss.org/viewtopic.php?id=3334}{\}. Xem -% \href{fonts/urwvn-ttf}{hÆ°á»›ng dẫn cài đặt}. - -% \item 08/08/2006: hoàn thành việc Việt hóa các text font trong -% tài liệu -% \href{http://www.tug.org/tex-archive/info/Free_Math_Font_Survey/survey.html} -% {Free Math Font Survey} và công bố -% \href{fonts/samples/survey-vn.pdf}{bản dịch} - -% % \item 18/07/2006: cập nhật mục \hyperlink{du-dinh-phat-trien}{dá»± -% % định phát triển}. - -% \item 16/07/2006: thêm mẫu font má»›i: -% VnGaramond -% (\href{http://vntex.org/fonts/samples/garamondvn-test.pdf}{test}, -% \href{http://vntex.org/fonts/samples/garamondvn-sample.pdf}{sample}) -% và VnGrotesq -% (\href{http://vntex.org/fonts/samples/grotesqvn-test.pdf}{test}, -% \href{http://vntex.org/fonts/samples/grotesqvn-sample.pdf}{sample}). Các -% font này sẽ được công bố để ngÆ°á»i dùng tải vá» trong thá»i gian tá»›i. - -% \item 13/07/2006: hÆ°á»›ng dẫn cách tạo ``searchable'' \ vá»›i tiếng Việt. -% Xem \hyperlink{cmap-vn}{chi tiết}. - -% \item 24/06/2006: há»— trợ \ bookmarks cho \. -% Xem \hyperlink{bookmark-vn}{chi tiết}. - -% \item 16/06/2006: công bố phiên bản chính thức má»›i của trang web \ - -% \item 05/06/2006: công bố phiên bản thá»­ nghiệm má»›i của trang web -% \, cùng vá»›i má»™t số gói má»›i: \hyperlink{more-extsizes}{more-extsizes} -% và \hyperlink{makeindex-vn}{makeindex-vn}. - -% \item 03/06/2006: sá»­a lá»—i các tập \ cho font \. Xem -% \hyperlink{cap-nhat-vnr-fd}{chi tiết}. - -% \item 26/05/2006: công bố phiên bản \ của bá»™ font \. Xem -% \href{fonts/urwvn-ttf}{chi tiết}. - -% \item 20/09/2005: công bố \-3.02 - -% \item 20/09/2005: công bố \href{fonts/samples}{mẫu font} -% cho \ - -% \item 01/12/2004: \ đã -% \href{http://vnoss.org/forum/viewtopic.php?id=506}{há»— trợ tiếng Việt} - -% \end{itemize} - -{\huge\centering\htmlheader\par} -%\vspace*{10pt} -\begin{center} - Hàn Thế Thành -\end{center} - -\section{Giá»›i thiệu} -% \subsection{\, \, \,\<...> là gì vậy?} -% If you are new to \, see \url{http://en.wikipedia.org/wiki/TeX} for a -% basic explanation of \ and related programs. The \ (\ Users - % roup) homepage at \url{http://tug.org} also contains useful introductory -% material to \. - -\subsection{\ là gì?} -\ là má»™t gói chứa các há»— trợ cần thiết cho việc sá»­ dụng tiếng Việt -vá»›i \. Trang web này chứa các thông tin vá» gói \ và các vấn Ä‘á» -liên quan đến tiếng Việt trong \. Chắc hẳn khi tìm đến vá»›i \ -bạn đã ít nhiá»u biết đến thế giá»›i \, và bạn cần \ cho việc dùng -tiếng Việt vá»›i \. - -Nếu bạn chÆ°a từng sá»­ dụng \, có lẽ trang web này không -thích hợp lắm cho việc bắt đầu tìm hiểu vá» \; bạn có thể -tham khảo má»™t số địa chỉ sau: -\begin{enumerate} -\item Tiếng Việt: -\begin{itemize} -\item \href{http://forum.vnoss.org/viewforum.php?id=10}{Diá»…n đàn \} -\item \href{http://viettug.org}{ViệtTUG} -\item \href{http://vi.wikipedia.org/wiki/TeX}{Äịnh nghÄ©a \ tại -wikipedia bằng tiếng Việt} -\end{itemize} -\item Tiếng Anh: -\begin{itemize} -\item \href{http://tug.org}{TUG} -\item \href{http://en.wikipedia.org/wiki/TeX}{Äịnh nghÄ©a \ tại -wikipedia bằng tiếng Anh} -\end{itemize} -\end{enumerate} - -Còn nếu bạn Ä‘ang tìm câu trả lá»i cho má»™t vấn Ä‘á» trong \ nhÆ°ng không -liên quan đến tiếng Việt (ví dụ làm sao để gõ má»™t công thức hay chèn má»™t -hình ảnh vào văn bản) thì bạn có thể tìm hiểu tại các diá»…n đàn hay -Ä‘á»c các tài liệu trong mục \hyperlink{tro-giup}{Tài liệu}. - -Gói \ chứa các thành phần sau: -\begin{itemize} -\item các font tiếng Việt, -\item há»— trợ tiếng Việt cho \ (input encoding + font encoding) -\item má»™t số (ít) tài liệu và ví dụ, cùng vá»›i các mẫu font há»— trợ tiếng -Việt -\end{itemize} - -\ được xây dá»±ng tuân theo các qui Æ°á»›c chung của cá»™ng đồng ngÆ°á»i dùng -\. Việc này nhằm hạn chế bá»›t các xung Ä‘á»™t có thể xảy ra khi dùng -\ vá»›i các ngôn ngữ hay các gói khác, cÅ©ng nhÆ° giúp việc tích hợp -\ vào các hệ thống \ thuận lợi hÆ¡n. - -\ đã được tích hợp vào má»™t số hệ thống \ thông dụng nhÆ° -\, \ và \. - -\subsection{Tóm tắt lịch sá»­ phát triển} -\begin{itemize} -\item 01/2000 -- phát hành phiên bản đầu tiên của \ (chÆ°a được đánh số). -Phiên bản này chÆ°a có các font \. - -\item 08/2002 -- phát hành phiên bản 1.2 của \. Bản này đã chứa dạng -\ của các font \ (được tạo ra tá»± Ä‘á»™ng bằng \, chất lượng -tạm dùng được). Các font \ thông dụng cÅ©ng được há»— trợ tiếng Việt qua -cÆ¡ chế ``virtual font'' (dấu khá xấu do dùng các ký tá»± có sẵn để vẽ). - -\item 03/2003 -- phát hành phiên bản 2.0 của \. Phiên bản này đã -chứa định dạng \ của các font \, dá»±a trên các font \ \ do -\ thá»±c hiện. Các font \ cÅ©ng được phát hành trong phiên bản -này. Chi tiết vá» việc tạo ra các font này có thể xem tại -\href{http://www.tug.org/TUGboat/Articles/tb24-1/thanh.pdf}{đây}. Phiên bản -\ này sau đó đã được Ä‘Æ°a vào \, \ và \. - -\item 09/2005 -- phát hành phiên bản 3.02 của \. -\end{itemize} - -\subsection{Tác giả} -Phần lá»›n \ do \ viết, phần há»— trợ cho \ do Werner -Lemberg viết. Ngoài ra còn có sá»± đóng góp của nhiá»u ngÆ°á»i khác (xin xem -tiếp ở mục sau). - -\subsection{Những ngÆ°á»i tham gia đóng góp cho \} -Những ngÆ°á»i trong danh sách dÆ°á»›i đây (theo thứ tá»± ABC) đã tham gia đóng -góp cho sá»± phát triển của \ dÆ°á»›i các hình thức khác nhau: - -Huỳnh Kỳ Anh, -Nguyá»…n Äại Quý, -Nguyá»…n Phi Hùng, -Nguyá»…n Tân Khoa, -Reinhard Kotucha, -Thái Phú Khánh Hòa, -Ulrich Dirr, -Vladimir Volovich. - -Nếu bạn thấy cần thêm ai vào danh sách này xin vui lòng góp ý -cho chúng tôi. - -\subsection{Quản lý} -Hiện nay gói \ do \, Werner Lemberg và Reinhard Kotucha quản -lý. - -\subsection{Giấy phép và bản quyá»n} -Các font \ và Bitstream được phân phối theo giấy phép -\, các thứ còn lại theo giấy phép \ ($\ge$\,1.3). - -Vui lòng xem \href{http://www.gnu.org/licenses/gpl.txt}{\} và -\href{http://www.latex-project.org/lppl.txt}{\} nếu cần biết thêm chi tiết. - -\subsection{Vá» trang web này} -Trang web này do \ và \ xây dá»±ng và quản lý, cùng vá»›i -sá»± đóng góp của Tôn Nữ Thục Anh. Riêng phần -\href{http://vntex.org/download}{download} do Reinhard Kotucha quản -lý. Má»i ý kiến đóng góp xin gởi đến |hanthethanh| hoặc |h2vnteam| tại -|gmail| chấm |com|. - -\section{Cài đặt và cập nhật} -\subsection{Cài đặt} -Phiên bản chính thức má»›i nhất của \ được công bố tại -\href{http://vntex.org/download/vntex}{đây}, có hÆ°á»›ng dẫn cài đặt kèm theo. Tuy nhiên -bạn nên kiểm tra kỹ xem hệ thống \ bạn Ä‘ang sá»­ dụng đã có sẵn -\ chÆ°a. Nếu bạn dùng \ thì nên dùng \ -($\ge$\,2005), còn nếu dùng \ thì nên dùng \ -($\ge$\,2.5). Làm nhÆ° vậy bạn sẽ có sẵn \ mà không cần phải tá»± -cài đặt. LÆ°u ý là bản \ có trong \-3.0 có má»™t số trục -trặc khi dùng mã \; nếu bạn dùng \ thì nên tá»± cài đặt -thêm \ phiên bản $\ge$\,3.02, hoặc chuyển sang dùng \. - -Ngoài ra, để sá»­ dụng được \ bạn cần phải có má»™t trình soạn thảo để -gõ và hiển thị được tiếng Việt. Việc cài đặt những thứ này phụ thuá»™c vào -từng hệ thống nên chúng tôi không mô tả chi tiết ở đây được. Chúng tôi chỉ -có vài gợi ý cho ngÆ°á»i má»›i làm quen: -\begin{itemize} -\item Nếu bạn dùng \, hãy chá»n: -\begin{itemize} -\item hệ thống \: \ -\item bá»™ gõ tiếng Việt: \ -\item trình soạn thảo: \ hoặc \ -\end{itemize} - -\item Nếu bạn dùng \, hãy chá»n: -\begin{itemize} -\item hệ thống \: \ -\item bá»™ gõ tiếng Việt: \ hoặc \ -\item trình soạn thảo: \ hoặc \ -\end{itemize} -\end{itemize} - -HÆ°á»›ng dẫn cài đặt \ cụ thể cho từng hệ thống hiện chÆ°a có. Nếu bạn -biết có tài liệu nào viết vá» vấn Ä‘á» này, hoặc bạn muốn viết hÆ°á»›ng dẫn cài -đặt \ cho 1 hệ thống cụ thể, xin vui lòng liên hệ vá»›i chúng tôi. - -\subsection{Cập nhật} -\hypertarget{cap-nhat}{} -Äây là nÆ¡i công bố các gói sá»­a lá»—i cho bản \ đã chính thức công bố, -hoặc những thành phần má»›i của \ chÆ°a được tích hợp vào bản chính -thức. Những thứ công bố ở đây sẽ được Ä‘Æ°a vào phiên bản \ kế tiếp. - -\begin{description} -\item[Bản sá»­a lá»—i cho các tập \ của bá»™ font \:] - \hypertarget{cap-nhat-vnr-fd}{} sá»­a má»™t số lá»—i trong các tập \ - của font \. Tải gói - \href{http://vntex.org/download/vntex-updates/vntex-update-20060603.zip}{này} - vá», sau đó bung nén và ghi đè các tập này lên các tập \ của - \. -\end{description} - - -\section{Tài liệu} -\hypertarget{tai-lieu}{} -Äây là nÆ¡i thu thập các tài liệu tiếng Việt vá» \ và các chủ Ä‘á» liên -quan. Äang được cập nhật và sắp xếp dần. - -\subsection{Tài liệu viết cho \} -\hypertarget{tai-lieu-vntex}{} -Bao gồm các tài liệu vá» các chủ Ä‘á» liên quan trá»±c tiếp đến \. -\begin{description} -\item [HÆ°á»›ng dẫn sá»­ dụng font vá»›i \:] -Tài liệu hÆ°á»›ng dẫn sá»­ dụng font vá»›i \ do \ và \ -viết. Xem: -\href{http://vntex.org/doc/vn-fonts.html}{\}, -\href{http://vntex.org/doc/vn-fonts.pdf}{\}, -\href{http://vntex.org/doc/vn-fonts-src.zip}{\}. - -\item [Dịch ``Free Math Font Survey'' vá»›i \:] -Tài liệu mô tả các bÆ°á»›c cần thiết để dịch bản tiếng Việt của tài liệu -\href{http://www.tug.org/tex-archive/info/Free_Math_Font_Survey/survey.html} -{Free Math Font Survey} vá»›i \-2.5. Xem: -\href{http://vntex.org/doc/survey-vn-miktex.html}{\}, -\href{http://vntex.org/doc/survey-vn-miktex.pdf}{\}. -\end{description} - - -\subsection{Tài liệu viết cho \} -Bao gồm các tài liệu được viết cho \ và các vấn Ä‘á» liên quan, được -dịch từ tiếng Anh. - -\subsubsection{Các tài liệu hÆ°á»›ng dẫn sá»­ dụng \} -\begin{description} -\item[Giá»›i thiệu ngắn vá» \2e:] -Tài liệu ``Giá»›i thiệu ngắn vá» \2e'' (A not so short -introduction to \) của Tobias Oetiker -do Nguyá»…n Tân Khoa dịch. Tải vá»: -\href{http://vntex.org/doc/lshort-vn.pdf}{\}, -\href{http://vntex.org/doc/lshort-vn-src.zip}{\}. - -\item[Giáo trình \:] -Tài liệu ``Giáo trình \'' (A course of \) của Gary -L.~Gray do Nguyá»…n Phi Hùng dịch. Tải vá»: -\href{http://vntex.org/doc/latex-course-vn.pdf}{\}, -\href{http://vntex.org/doc/latex-course-vn-src.zip}{\}. - -\item[HÆ°á»›ng dẫn viết luận án bằng \:] -Tài liệu hÆ°á»›ng dẫn thiết kế luận án tốt nghiệp bằng \ được biên soạn bởi by -Dr.~Nicola Talbot và do \ dịch. Có thể tải vá» từ -\href{http://theoval.cmp.uea.ac.uk/~nlct/latex/thesis_viet/index.html}{đây}. -\end{description} - -% \subsubsection{Các tài liệu hÆ°á»›ng dẫn sá»­ dụng font vá»›i \2e} -% \begin{description} -% \item[ -% \end{description} - -\subsection{Tài liệu cho má»™t số công cụ liên quan} -\begin{description} -\item[HÆ°á»›ng dẫn sá»­ dụng \] -\ là má»™t chÆ°Æ¡ng trình soạn thảo \ chạy trên \/\ -và \, há»— trợ \ và thích hợp vá»›i ngÆ°á»i dùng má»›i bắt đầu. HÆ°á»›ng dẫn -sá»­ dụng \ do \ dịch. Tải vá»: -\href{http://vntex.org/doc/texmaker-vn.pdf}{\}. - -\item[HÆ°á»›ng dẫn sá»­ dụng \] -\ má»™t công cụ dùng để vẽ hình cho \. Phần má»m này -thích hợp cho những ai má»›i bắt đầu vá»›i \. -Tài liệu hÆ°á»›ng dẫn sá»­ dụng do \ dịch. Tải vá»: -\href{http://vntex.org/doc/LaTeXPiX-vn.pdf}{\}, hoặc bản \ -\href{http://members.home.nl/nickvanbeurden/LaTeXPiX_vietnamese.pdf}{gốc}. -\end{description} - - -\section{Vấn Ä‘á» liên quan} -\hypertarget{van-de-lien-quan}{} -\subsection{Sá»­ dụng tiếng Việt vá»›i \} -\ đã há»— trợ tiếng Việt. Xem -\href{http://forum.vnoss.org/viewtopic.php?id=506}{tại đây} để biết thêm chi tiết - -\hypertarget{more-extsizes}{} -\subsection{Sá»­ dụng gói \texttt{extsizes} vá»›i \} -Äể sá»­ dụng gói |extsizes| vá»›i \, trÆ°á»›c tiên cần phải cập nhật các -tập \ cho các font \. Xem thêm -\href{http://vntex.org/download/vntex-updates}{chi tiết}. - -Äể sá»­ dụng được gói |extsizes| vá»›i các cỡ chữ khác nhÆ° 13pt và 13.5pt, -tải và cài đặt gói -\href{http://vntex.org/download/vntex-support/more-extsizes.zip}{more-extsizes} -do \ viết. Ví dụ: - -\begin{verbatim} -\documentclass[13pt]{extarticle} -\usepackage[utf8]{vietnam} -\usepackage{type1cm} - -\begin{document} -Văn bản này dùng cỡ chữ 13pt. -\end{document} -\end{verbatim} - -LÆ°u ý \emph{phải} dùng gói |type1cm| nếu văn bản có chứa các công thức -toán. - -Các cỡ chữ được gói |more-extsizes| há»— trợ thêm: 13, 13p5, 15 và 16. - -\hypertarget{makeindex-vn}{} -\subsection{Sá»­ dụng \ vá»›i \} -\ là má»™t chÆ°Æ¡ng trình sắp xếp chỉ mục cho -\. \ không há»— trợ tiếng Việt nên để dùng -\ vá»›i \ ta cần má»™t chút ``mẹo''. - -Nếu bạn dùng \/\, hãy tải gói -\href{http://vntex.org/download/vntex-support/makeindex-vn.zip}{makeindex-vn - cho \/\}. NgÆ°á»i dùng \ có thể sá»­ dụng gói -\href{http://vntex.org/download/vntex-support/vnindexwin.zip}{makeindex-vn - cho \} Sau khi tải vá» hãy bung nén và xem hÆ°á»›ng dẫn Ä‘i kèm -để biết cách sá»­ dụng. - -Các ký tá»± Việt được sắp xếp theo qui tắc mô tả tại -\href{http://www.vietlex.com/vietnamese/quytacABC.html}{đây}. - -% HÆ°á»›ng dẫn chi tiết cho \ hiện chÆ°a có. Nếu bạn muốn viết phần này -% chúng tôi rất hoan nghênh. - -\subsection{Chuyển đổi từ \ sang \} -TrÆ°á»›c đây \ có chứa há»— trợ cho \, sau đó các há»— trợ này đã -được Ä‘Æ°a vào bản phân phối chính thức của \ nên đã được xóa khá»i -\. - -Äể chuyển từ \ sang \ bạn có thể dùng lệnh sau: -\begin{verbatim} -htlatex filename.tex "html,uni-html4,charset=utf-8" " -cunihtf -utf8" -\end{verbatim} - -Bạn phải có bản \ tÆ°Æ¡ng đối má»›i, ít nhất là nhÆ° bản \ trong -\2005. File \ có thể dùng má»™t trong các bảng mã mà -\ há»— trợ (ví dụ \ hay \). \ sẽ tá»± Ä‘á»™ng ghi kết -quả dÆ°á»›i mã \. - -Trang web này cÅ©ng được viết bằng \ và chuyển sang \ bằng -\. - -\hypertarget{bookmark-vn}{} -\subsection{Bookmark cho \ và tiếng Việt} -Gói |hyperref| cho phép tạo \ bookmark cho \, tuy nhiên má»™t -số ký tá»± Việt chÆ°a được há»— trợ. Äể khắc phục ta làm nhÆ° sau: -\begin{itemize} -\item tải vá» gói - \href{http://vntex.org/download/vntex-support/puenc-vn.zip}{puenc-vn} - -\item bung nén và chép tập |puenc.def| đè lên tập |puenc.def| của - |hyperref| (hoặc bạn có thể chép tập này vào thÆ° mục chứa văn bản - của bạn) - -\item dùng gói |hyperref| trong văn bản \ của bạn theo ví dụ sau: - -\begin{verbatim} -\documentclass{article} -\usepackage[unicode]{hyperref} -\usepackage[utf8]{vietnam} -\begin{document} -\section{Tiếng Việt} -\end{document} -\end{verbatim} - -(lÆ°u ý để bookmark hiển thị đúng bạn phải dịch văn bản \ của bạn ít -nhất là 2 lần) -\end{itemize} - -\ bookmark không ``portable'' -- bạn phải dùng \ phiên -bản $\ge$\,5.0 má»›i xem được đầy đủ các ký tá»±. - -Nếu bạn không dùng \ bookmark thì \ của bạn sẽ portable hÆ¡n -và bookmark sẽ hiển thị tốt vá»›i Ä‘a số trình duyệt \. Tuy nhiên má»™t -số ký tá»± Việt không được há»— trợ trong bảng mã dùng cho \ bookmark -(PD1), do đó các ký tá»± này sẽ bị mất khi tạo bookmark. Bạn có thể hạn chế Ä‘iá»u -này bằng cách thay thế các ký tá»± Việt bằng các ký tá»± ``gần giống'' trong -bảng mã PD1 (ví dụ `ắ' sẽ được thay thế bằng `á') theo cách sau: - -\begin{verbatim} -\documentclass{article} -\usepackage{hyperref} -\usepackage[utf8]{vietnam} -\input{pd1supp.def} -\begin{document} -\section{Tiếng Việt} -\end{document} -\end{verbatim} - -\hypertarget{cmap-vn}{} -\subsection{Tạo ``searchable'' \ vá»›i tiếng Việt} -Äể có thể tìm kiếm hay cắt/dán tiếng Việt vá»›i các file \, bạn có thể -dùng gói |cmap| của Vladimir Volovich nhÆ° sau: - -\begin{verbatim} -\documentclass{article} -\usepackage{cmap} -\usepackage[utf8]{vietnam} -\begin{document} -Tiếng Việt -\end{document} -\end{verbatim} - -LÆ°u ý phải nạp (load) gói |cmap| trÆ°á»›c khi nạp các gói khác. Nếu bạn quên -Ä‘iá»u này thì |cmap| sẽ ghi ra má»™t số cảnh báo (warning) và file \ của -bạn có thể sẽ không ``searchable'' (không thể tìm kiếm hoặc cắt/dán). - -Má»™t số hạn chế: gói |cmap| chỉ dùng vá»›i \ và không có tác dụng đối -vá»›i ``virtual font''. Äiá»u này có nghÄ©a là bạn phải dùng \ để dịch -văn bản, và các Ä‘oạn text dùng font smallcap (chá»n bằng lệnh |\textsc|) sẽ -không searchable. - -\section{Trợ giúp} -\hypertarget{tro-giup}{} -DÆ°á»›i đây là má»™t số địa chỉ bạn có thể tham khảo khi gặp má»™t vấn -Ä‘á» nào đó vá»›i \ (để nhanh chóng có được câu trả lá»i, xin vui lòng -dành ít phút để Ä‘á»c tài liệu -\href{http://forum.vnoss.org/pub/smart-question-vi.html}{Cách đặt má»™t câu -há»i thông minh} nếu bạn chÆ°a Ä‘á»c). - -\begin{itemize} -\item \ có diá»…n dàn dành cho -\href{http://forum.vnoss.org/viewforum.php?id=10}{\/\}. Ở đây -bạn có thể há»i vá» \, \ và các vấn Ä‘á» liên quan đến tiếng -Việt trong \. - -\item Trang web \href{http://viettug.org/}{ViệtTUG} do Huỳnh Kỳ Anh quản -lý, chứa nhiá»u thông tin hữu ích cho ngÆ°á»i muốn há»c sá»­ dụng \. - -\item Mailing list của \ có tại -\href{http://lists.sourceforge.net/lists/listinfo/vntex-users}{đây} -\end{itemize} - - -\end{document} diff -Nru texlive-lang-2007.dfsg.4/texmf-dist/doc/generic/vntex/tests/arevvn-sample.tex texlive-lang-2009/texmf-dist/doc/generic/vntex/tests/arevvn-sample.tex --- texlive-lang-2007.dfsg.4/texmf-dist/doc/generic/vntex/tests/arevvn-sample.tex 2006-11-26 20:54:26.000000000 +0000 +++ texlive-lang-2009/texmf-dist/doc/generic/vntex/tests/arevvn-sample.tex 1970-01-01 01:00:00.000000000 +0100 @@ -1,16 +0,0 @@ -% Copyright 2003-2005 Han The Thanh . -% This file is part of vntex. License: LPPL, version 1.3 or newer, -% according to http://www.latex-project.org/lppl.txt - -\documentclass[sample]{vnsample} - -\mapfile{arevvn} - -\begin{document} -\section{VnArev} -\showletters{T5}{fav}{m}{n} {favr8v} {ArevSans-Roman-T5} -\showletters{T5}{fav}{m}{it} {favri8v} {ArevSans-Oblique-T5} -\showletters{T5}{fav}{b}{n} {favb8v} {ArevSans-Bold-T5} -\showletters{T5}{fav}{b}{it} {favbi8v} {ArevSans-BoldOblique-T5} -\showtext {T5}{fav}{m}{n} {favr8v} {ArevSans-Roman-T5} -\end{document} diff -Nru texlive-lang-2007.dfsg.4/texmf-dist/doc/generic/vntex/tests/arevvn-test.tex texlive-lang-2009/texmf-dist/doc/generic/vntex/tests/arevvn-test.tex --- texlive-lang-2007.dfsg.4/texmf-dist/doc/generic/vntex/tests/arevvn-test.tex 2006-11-26 20:54:26.000000000 +0000 +++ texlive-lang-2009/texmf-dist/doc/generic/vntex/tests/arevvn-test.tex 1970-01-01 01:00:00.000000000 +0100 @@ -1,16 +0,0 @@ -% Copyright 2003-2005 Han The Thanh . -% This file is part of vntex. License: LPPL, version 1.3 or newer, -% according to http://www.latex-project.org/lppl.txt - -\documentclass[test]{vnsample} - -\mapfile{arevvn} - -\begin{document} -\begin{shortsample} -\shorttext{T5}{fav}{m}{n} {favr8v} {ArevSans-Roman-T5} -\shorttext{T5}{fav}{m}{it} {favri8v} {ArevSans-Oblique-T5} -\shorttext{T5}{fav}{b}{n} {favb8v} {ArevSans-Bold-T5} -\shorttext{T5}{fav}{b}{it} {favbi8v} {ArevSans-BoldOblique-T5} -\end{shortsample} -\end{document} diff -Nru texlive-lang-2007.dfsg.4/texmf-dist/doc/generic/vntex/tests/bonum-sample.tex texlive-lang-2009/texmf-dist/doc/generic/vntex/tests/bonum-sample.tex --- texlive-lang-2007.dfsg.4/texmf-dist/doc/generic/vntex/tests/bonum-sample.tex 2006-11-26 20:54:26.000000000 +0000 +++ texlive-lang-2009/texmf-dist/doc/generic/vntex/tests/bonum-sample.tex 1970-01-01 01:00:00.000000000 +0100 @@ -1,19 +0,0 @@ -% Copyright 2003-2005 Han The Thanh . -% This file is part of vntex. License: LPPL, version 1.3 or newer, -% according to http://www.latex-project.org/lppl.txt - -\documentclass[sample]{vnsample} - -\mapfile{qbk} - -\begin{document} -\section{TeX Gyre Bonum} -\showletters{T5}{qbk}{m}{n} {t5-qbkr} {TeXGyreBonum-Regular} -\showletters{T5}{qbk}{m}{it} {t5-qbkri} {TeXGyreBonum-Italic} -\showletters{T5}{qbk}{b}{n} {t5-qbkb} {TeXGyreBonum-Bold} -\showletters{T5}{qbk}{b}{it} {t5-qbkbi} {TeXGyreBonum-BoldItalic} -\showletters{T5}{qbk}{m}{sc} {t5-qbkr-sc} {TeXGyreBonum-Regular} -\showletters{T5}{qbk}{m}{scit} {t5-qbkri-sc} {TeXGyreBonum-Italic} -\showletters{T5}{qbk}{b}{sc} {t5-qbkb-sc} {TeXGyreBonum-Bold} -\showtext {T5}{qbk}{m}{n} {t5-qbkr} {TeXGyreBonum-Regular} -\end{document} diff -Nru texlive-lang-2007.dfsg.4/texmf-dist/doc/generic/vntex/tests/bonum-test.tex texlive-lang-2009/texmf-dist/doc/generic/vntex/tests/bonum-test.tex --- texlive-lang-2007.dfsg.4/texmf-dist/doc/generic/vntex/tests/bonum-test.tex 2006-11-26 20:54:26.000000000 +0000 +++ texlive-lang-2009/texmf-dist/doc/generic/vntex/tests/bonum-test.tex 1970-01-01 01:00:00.000000000 +0100 @@ -1,20 +0,0 @@ -% Copyright 2003-2005 Han The Thanh . -% This file is part of vntex. License: LPPL, version 1.3 or newer, -% according to http://www.latex-project.org/lppl.txt - -\documentclass[test]{vnsample} - -\mapfile{qbk} - -\begin{document} -\begin{shortsample} -\shorttext{T5}{qbk}{m}{n} {t5-qbkr} {TeXGyreBonum-Regular} -\shorttext{T5}{qbk}{m}{it} {t5-qbkri} {TeXGyreBonum-Italic} -\shorttext{T5}{qbk}{b}{n} {t5-qbkb} {TeXGyreBonum-Bold} -\shorttext{T5}{qbk}{b}{it} {t5-qbkbi} {TeXGyreBonum-BoldItalic} -\shorttext{T5}{qbk}{m}{sc} {t5-qbkr-sc} {TeXGyreBonum-Regular} -\shorttext{T5}{qbk}{m}{scit} {t5-qbkri-sc} {TeXGyreBonum-Italic} -\shorttext{T5}{qbk}{b}{sc} {t5-qbkb-sc} {TeXGyreBonum-Bold} -\shorttext{T5}{qbk}{b}{scit} {t5-qbkbi-sc} {TeXGyreBonum-BoldItalic} -\end{shortsample} -\end{document} diff -Nru texlive-lang-2007.dfsg.4/texmf-dist/doc/generic/vntex/tests/chartervn-sample.tex texlive-lang-2009/texmf-dist/doc/generic/vntex/tests/chartervn-sample.tex --- texlive-lang-2007.dfsg.4/texmf-dist/doc/generic/vntex/tests/chartervn-sample.tex 2006-11-26 20:54:26.000000000 +0000 +++ texlive-lang-2009/texmf-dist/doc/generic/vntex/tests/chartervn-sample.tex 1970-01-01 01:00:00.000000000 +0100 @@ -1,20 +0,0 @@ -% Copyright 2003-2005 Han The Thanh . -% This file is part of vntex. License: LPPL, version 1.3 or newer, -% according to http://www.latex-project.org/lppl.txt - -\documentclass[sample]{vnsample} - -\mapfile{chartervn} - -\begin{document} -\section{VnCharterBT} -\showletters{T5}{bch}{m}{n} {bchr8v} {VnBitstreamCharter} -\showletters{T5}{bch}{m}{it} {bchri8v} {VnCharterBT-Italic} -\showletters{T5}{bch}{m}{sl} {bchro8v} {VnBitstreamCharter} -\showletters{T5}{bch}{b}{n} {bchb8v} {VnCharterBT-Bold} -\showletters{T5}{bch}{b}{it} {bchbi8v} {VnCharterBT-BoldItalic} -\showletters{T5}{bch}{b}{sl} {bchbo8v} {VnCharterBT-Bold} -\showletters{T5}{bch}{m}{sc} {bchrc8v} {N/A} -\showletters{T5}{bch}{b}{sc} {bchbc8v} {N/A} -\showtext {T5}{bch}{m}{n} {bchr8v} {VnBitstreamCharter} -\end{document} diff -Nru texlive-lang-2007.dfsg.4/texmf-dist/doc/generic/vntex/tests/chartervn-test.tex texlive-lang-2009/texmf-dist/doc/generic/vntex/tests/chartervn-test.tex --- texlive-lang-2007.dfsg.4/texmf-dist/doc/generic/vntex/tests/chartervn-test.tex 2006-11-26 20:54:26.000000000 +0000 +++ texlive-lang-2009/texmf-dist/doc/generic/vntex/tests/chartervn-test.tex 1970-01-01 01:00:00.000000000 +0100 @@ -1,20 +0,0 @@ -% Copyright 2003-2005 Han The Thanh . -% This file is part of vntex. License: LPPL, version 1.3 or newer, -% according to http://www.latex-project.org/lppl.txt - -\documentclass[test]{vnsample} - -\mapfile{chartervn.map} - -\begin{document} -\begin{shortsample} -\shorttext{T5}{bch}{m}{n} {bchr8v} {VnBitstreamCharter} -\shorttext{T5}{bch}{m}{it} {bchri8v} {VnCharterBT-Italic} -\shorttext{T5}{bch}{m}{sl} {bchro8v} {VnBitstreamCharter} -\shorttext{T5}{bch}{b}{n} {bchb8v} {VnCharterBT-Bold} -\shorttext{T5}{bch}{b}{it} {bchbi8v} {VnCharterBT-BoldItalic} -\shorttext{T5}{bch}{b}{sl} {bchbo8v} {VnCharterBT-Bold} -\shorttext{T5}{bch}{m}{sc} {bchrc8v} {N/A} -\shorttext{T5}{bch}{b}{sc} {bchbc8v} {N/A} -\end{shortsample} -\end{document} diff -Nru texlive-lang-2007.dfsg.4/texmf-dist/doc/generic/vntex/tests/classicovn-sample.tex texlive-lang-2009/texmf-dist/doc/generic/vntex/tests/classicovn-sample.tex --- texlive-lang-2007.dfsg.4/texmf-dist/doc/generic/vntex/tests/classicovn-sample.tex 2006-11-26 20:54:26.000000000 +0000 +++ texlive-lang-2009/texmf-dist/doc/generic/vntex/tests/classicovn-sample.tex 1970-01-01 01:00:00.000000000 +0100 @@ -1,20 +0,0 @@ -% Copyright 2003-2005 Han The Thanh . -% This file is part of vntex. License: LPPL, version 1.3 or newer, -% according to http://www.latex-project.org/lppl.txt - -\documentclass[sample]{vnsample} - -\mapfile{classicovn} - -\begin{document} -\section{VnURWClassico} -\showletters{T5}{uop}{m}{n} {uopr8v} {VnURWClassico} -\showletters{T5}{uop}{m}{it} {uopri8v} {VnURWClassico-Italic} -\showletters{T5}{uop}{m}{sl} {uopro8v} {VnURWClassico} -\showletters{T5}{uop}{b}{n} {uopb8v} {VnURWClassico-Bold} -\showletters{T5}{uop}{b}{it} {uopbi8v} {VnURWClassico-BoldItalic} -\showletters{T5}{uop}{b}{sl} {uopbo8v} {VnURWClassico-Bold} -\showletters{T5}{uop}{m}{sc} {uoprc8v} {N/A} -\showletters{T5}{uop}{b}{sc} {uopbc8v} {N/A} -\showtext {T5}{uop}{m}{n} {uopr8v} {VnURWClassico} -\end{document} diff -Nru texlive-lang-2007.dfsg.4/texmf-dist/doc/generic/vntex/tests/classicovn-test.tex texlive-lang-2009/texmf-dist/doc/generic/vntex/tests/classicovn-test.tex --- texlive-lang-2007.dfsg.4/texmf-dist/doc/generic/vntex/tests/classicovn-test.tex 2006-11-26 20:54:26.000000000 +0000 +++ texlive-lang-2009/texmf-dist/doc/generic/vntex/tests/classicovn-test.tex 1970-01-01 01:00:00.000000000 +0100 @@ -1,20 +0,0 @@ -% Copyright 2003-2005 Han The Thanh . -% This file is part of vntex. License: LPPL, version 1.3 or newer, -% according to http://www.latex-project.org/lppl.txt - -\documentclass[test]{vnsample} - -\mapfile{classicovn} - -\begin{document} -\begin{shortsample} -\shorttext{T5}{uop}{m}{n} {uopr8v} {VnURWClassico} -\shorttext{T5}{uop}{m}{it} {uopri8v} {VnURWClassico-Italic} -\shorttext{T5}{uop}{m}{sl} {uopro8v} {VnURWClassico} -\shorttext{T5}{uop}{b}{n} {uopb8v} {VnURWClassico-Bold} -\shorttext{T5}{uop}{b}{it} {uopbi8v} {VnURWClassico-BoldItalic} -\shorttext{T5}{uop}{b}{sl} {uopbo8v} {VnURWClassico-Bold} -\shorttext{T5}{uop}{m}{sc} {uoprc8v} {N/A} -\shorttext{T5}{uop}{b}{sc} {uopbc8v} {N/A} -\end{shortsample} -\end{document} diff -Nru texlive-lang-2007.dfsg.4/texmf-dist/doc/generic/vntex/tests/cmbrightvn-sample.tex texlive-lang-2009/texmf-dist/doc/generic/vntex/tests/cmbrightvn-sample.tex --- texlive-lang-2007.dfsg.4/texmf-dist/doc/generic/vntex/tests/cmbrightvn-sample.tex 2006-11-26 20:54:26.000000000 +0000 +++ texlive-lang-2009/texmf-dist/doc/generic/vntex/tests/cmbrightvn-sample.tex 1970-01-01 01:00:00.000000000 +0100 @@ -1,18 +0,0 @@ -% Copyright 2003-2005 Han The Thanh . -% This file is part of vntex. License: LPPL, version 1.3 or newer, -% according to http://www.latex-project.org/lppl.txt - -\documentclass[sample]{vnsample} - -\mapfile{cmbrightvn} - -\begin{document} -\section{VnCMBright} -\showletters{T5}{cmbr}{m}{n}{vncmbr10}{vncmbr10} -\showletters{T5}{cmbr}{m}{sl}{vncmbrsl10}{vncmbrsl10} -\showletters{T5}{cmbr}{bx}{n}{vncmbrbx10}{vncmbrbx10} -\showtext {T5}{cmbr}{m}{n}{vncmbr10}{vncmbr10} -\showletters{T5}{cmtl}{m}{n}{vncmtl10}{vncmtl10} -\showletters{T5}{cmtl}{m}{sl}{vncmsltl10}{vncmsltl10} -\showtext {T5}{cmtl}{m}{n}{vncmtl10}{vncmtl10} -\end{document} diff -Nru texlive-lang-2007.dfsg.4/texmf-dist/doc/generic/vntex/tests/cmbrightvn-test.tex texlive-lang-2009/texmf-dist/doc/generic/vntex/tests/cmbrightvn-test.tex --- texlive-lang-2007.dfsg.4/texmf-dist/doc/generic/vntex/tests/cmbrightvn-test.tex 2006-11-26 20:54:26.000000000 +0000 +++ texlive-lang-2009/texmf-dist/doc/generic/vntex/tests/cmbrightvn-test.tex 1970-01-01 01:00:00.000000000 +0100 @@ -1,17 +0,0 @@ -% Copyright 2003-2005 Han The Thanh . -% This file is part of vntex. License: LPPL, version 1.3 or newer, -% according to http://www.latex-project.org/lppl.txt - -\documentclass[test]{vnsample} - -\mapfile{cmbrightvn} - -\begin{document} -\begin{shortsample} -\shorttext{T5}{cmbr}{m}{n}{vncmbr10}{vncmbr10} -\shorttext{T5}{cmbr}{m}{sl}{vncmbrsl10}{vncmbrsl10} -\shorttext{T5}{cmbr}{bx}{n}{vncmbrbx10}{vncmbrbx10} -\shorttext{T5}{cmtl}{m}{n}{vncmtl10}{vncmtl10} -\shorttext{T5}{cmtl}{m}{sl}{vncmsltl10}{vncmsltl10} -\end{shortsample} -\end{document} diff -Nru texlive-lang-2007.dfsg.4/texmf-dist/doc/generic/vntex/tests/comicsansvn-sample.tex texlive-lang-2009/texmf-dist/doc/generic/vntex/tests/comicsansvn-sample.tex --- texlive-lang-2007.dfsg.4/texmf-dist/doc/generic/vntex/tests/comicsansvn-sample.tex 2006-11-26 20:54:26.000000000 +0000 +++ texlive-lang-2009/texmf-dist/doc/generic/vntex/tests/comicsansvn-sample.tex 1970-01-01 01:00:00.000000000 +0100 @@ -1,16 +0,0 @@ -% Copyright 2003-2005 Han The Thanh . -% This file is part of vntex. License: LPPL, version 1.3 or newer, -% according to http://www.latex-project.org/lppl.txt - -\documentclass[sample]{vnsample} - -\mapfile{comicvn} - -\begin{document} -\section{Comicsans} -\showletters{T5}{comic}{m}{n} {comic8v} {N/A} -\showletters{T5}{comic}{m}{sl} {comico8v} {N/A} -\showletters{T5}{comic}{b}{n} {comicbd8v} {N/A} -\showletters{T5}{comic}{b}{sl} {comicbdo8v} {N/A} -\showtext {T5}{comic}{m}{n} {comic8v} {N/A} -\end{document} diff -Nru texlive-lang-2007.dfsg.4/texmf-dist/doc/generic/vntex/tests/comicsansvn-test.tex texlive-lang-2009/texmf-dist/doc/generic/vntex/tests/comicsansvn-test.tex --- texlive-lang-2007.dfsg.4/texmf-dist/doc/generic/vntex/tests/comicsansvn-test.tex 2006-11-26 20:54:26.000000000 +0000 +++ texlive-lang-2009/texmf-dist/doc/generic/vntex/tests/comicsansvn-test.tex 1970-01-01 01:00:00.000000000 +0100 @@ -1,16 +0,0 @@ -% Copyright 2003-2005 Han The Thanh . -% This file is part of vntex. License: LPPL, version 1.3 or newer, -% according to http://www.latex-project.org/lppl.txt - -\documentclass[test]{vnsample} - -\mapfile{comicvn} - -\begin{document} -\begin{shortsample} -\shorttext{T5}{comic}{m}{n} {comic8v} {N/A} -\shorttext{T5}{comic}{b}{n} {comicbd8v} {N/A} -\shorttext{T5}{comic}{m}{sl} {comico8v} {N/A} -\shorttext{T5}{comic}{b}{sl} {comicbdo8v} {N/A} -\end{shortsample} -\end{document} diff -Nru texlive-lang-2007.dfsg.4/texmf-dist/doc/generic/vntex/tests/concretevn-sample.tex texlive-lang-2009/texmf-dist/doc/generic/vntex/tests/concretevn-sample.tex --- texlive-lang-2007.dfsg.4/texmf-dist/doc/generic/vntex/tests/concretevn-sample.tex 2006-11-26 20:54:26.000000000 +0000 +++ texlive-lang-2009/texmf-dist/doc/generic/vntex/tests/concretevn-sample.tex 1970-01-01 01:00:00.000000000 +0100 @@ -1,16 +0,0 @@ -% Copyright 2003-2005 Han The Thanh . -% This file is part of vntex. License: LPPL, version 1.3 or newer, -% according to http://www.latex-project.org/lppl.txt - -\documentclass[sample]{vnsample} - -\mapfile{concretevn} - -\begin{document} -\section{VnConcrete} -\showletters{T5}{ccr}{m}{n} {vnccr10} {Vnccr10} -\showletters{T5}{ccr}{m}{sl} {vnccsl10} {Vnccsl10} -\showletters{T5}{ccr}{m}{it} {vnccti10} {Vnccti10} -\showletters{T5}{ccr}{m}{sc} {vncccsc10} {Vncccsc10} -\showtext {T5}{ccr}{m}{n} {vnccr10} {Vnccr10} -\end{document} diff -Nru texlive-lang-2007.dfsg.4/texmf-dist/doc/generic/vntex/tests/concretevn-test.tex texlive-lang-2009/texmf-dist/doc/generic/vntex/tests/concretevn-test.tex --- texlive-lang-2007.dfsg.4/texmf-dist/doc/generic/vntex/tests/concretevn-test.tex 2006-11-26 20:54:26.000000000 +0000 +++ texlive-lang-2009/texmf-dist/doc/generic/vntex/tests/concretevn-test.tex 1970-01-01 01:00:00.000000000 +0100 @@ -1,16 +0,0 @@ -% Copyright 2003-2005 Han The Thanh . -% This file is part of vntex. License: LPPL, version 1.3 or newer, -% according to http://www.latex-project.org/lppl.txt - -\documentclass[test]{vnsample} - -\mapfile{concretevn} - -\begin{document} -\begin{shortsample} -\shorttext{T5}{ccr}{m}{n} {vnccr10} {Vnccr10} -\shorttext{T5}{ccr}{m}{sl} {vnccsl10} {Vnccsl10} -\shorttext{T5}{ccr}{m}{it} {vnccti10} {Vnccti10} -\shorttext{T5}{ccr}{m}{sc} {vncccsc10} {Vncccsc10} -\end{shortsample} -\end{document} diff -Nru texlive-lang-2007.dfsg.4/texmf-dist/doc/generic/vntex/tests/garamondvn-sample.tex texlive-lang-2009/texmf-dist/doc/generic/vntex/tests/garamondvn-sample.tex --- texlive-lang-2007.dfsg.4/texmf-dist/doc/generic/vntex/tests/garamondvn-sample.tex 2006-11-26 20:54:26.000000000 +0000 +++ texlive-lang-2009/texmf-dist/doc/generic/vntex/tests/garamondvn-sample.tex 1970-01-01 01:00:00.000000000 +0100 @@ -1,20 +0,0 @@ -% Copyright 2003-2005 Han The Thanh . -% This file is part of vntex. License: LPPL, version 1.3 or newer, -% according to http://www.latex-project.org/lppl.txt - -\documentclass[sample]{vnsample} - -\mapfile{garamondvn} - -\begin{document} -\section{VnGaramondNo8} -\showletters{T5}{ugm}{m}{n} {ugmr8v} {VnGaramondNo8-Reg} -\showletters{T5}{ugm}{m}{it} {ugmri8v} {VnGaramondNo8-Ita} -\showletters{T5}{ugm}{m}{sl} {ugmro8v} {VnGaramondNo8-Reg} -\showletters{T5}{ugm}{b}{n} {ugmm8v} {VnGaramondNo8-Med} -\showletters{T5}{ugm}{b}{it} {ugmmi8v} {VnGaramondNo8-MedIta} -\showletters{T5}{ugm}{b}{sl} {ugmmo8v} {VnGaramondNo8-Med} -\showletters{T5}{ugm}{m}{sc} {ugmrc8v} {N/A} -\showletters{T5}{ugm}{b}{sc} {ugmmc8v} {N/A} -\showtext {T5}{ugm}{m}{n} {ugmr8v} {VnGaramondNo8-Reg} -\end{document} diff -Nru texlive-lang-2007.dfsg.4/texmf-dist/doc/generic/vntex/tests/garamondvn-test.tex texlive-lang-2009/texmf-dist/doc/generic/vntex/tests/garamondvn-test.tex --- texlive-lang-2007.dfsg.4/texmf-dist/doc/generic/vntex/tests/garamondvn-test.tex 2006-11-26 20:54:26.000000000 +0000 +++ texlive-lang-2009/texmf-dist/doc/generic/vntex/tests/garamondvn-test.tex 1970-01-01 01:00:00.000000000 +0100 @@ -1,20 +0,0 @@ -% Copyright 2003-2005 Han The Thanh . -% This file is part of vntex. License: LPPL, version 1.3 or newer, -% according to http://www.latex-project.org/lppl.txt - -\documentclass[test]{vnsample} - -\mapfile{garamondvn} - -\begin{document} -\begin{shortsample} -\shorttext{T5}{ugm}{m}{n} {ugmr8v} {VnGaramondNo8-Reg} -\shorttext{T5}{ugm}{m}{it} {ugmri8v} {VnGaramondNo8-Ita} -\shorttext{T5}{ugm}{m}{sl} {ugmro8v} {VnGaramondNo8-Reg} -\shorttext{T5}{ugm}{b}{n} {ugmm8v} {VnGaramondNo8-Med} -\shorttext{T5}{ugm}{b}{it} {ugmmi8v} {VnGaramondNo8-MedIta} -\shorttext{T5}{ugm}{b}{sl} {ugmmo8v} {VnGaramondNo8-Med} -\shorttext{T5}{ugm}{m}{sc} {ugmrc8v} {N/A} -\shorttext{T5}{ugm}{b}{sc} {ugmmc8v} {N/A} -\end{shortsample} -\end{document} diff -Nru texlive-lang-2007.dfsg.4/texmf-dist/doc/generic/vntex/tests/grotesqvn-sample.tex texlive-lang-2009/texmf-dist/doc/generic/vntex/tests/grotesqvn-sample.tex --- texlive-lang-2007.dfsg.4/texmf-dist/doc/generic/vntex/tests/grotesqvn-sample.tex 2006-11-26 20:54:26.000000000 +0000 +++ texlive-lang-2009/texmf-dist/doc/generic/vntex/tests/grotesqvn-sample.tex 1970-01-01 01:00:00.000000000 +0100 @@ -1,14 +0,0 @@ -% Copyright 2003-2005 Han The Thanh . -% This file is part of vntex. License: LPPL, version 1.3 or newer, -% according to http://www.latex-project.org/lppl.txt - -\documentclass[sample]{vnsample} - -\mapfile{grotesqvn} - -\begin{document} -\section{VnURWGroteskT-Bold} -\showletters{T5}{ugq}{b}{n} {ugqb8v} {VnURWGroteskT-Bold} -\showletters{T5}{ugq}{b}{sl} {ugqbo8v} {N/A} -\showtext {T5}{ugq}{b}{n} {ugqb8v} {VnURWGroteskT-Bold} -\end{document} diff -Nru texlive-lang-2007.dfsg.4/texmf-dist/doc/generic/vntex/tests/grotesqvn-test.tex texlive-lang-2009/texmf-dist/doc/generic/vntex/tests/grotesqvn-test.tex --- texlive-lang-2007.dfsg.4/texmf-dist/doc/generic/vntex/tests/grotesqvn-test.tex 2006-11-26 20:54:26.000000000 +0000 +++ texlive-lang-2009/texmf-dist/doc/generic/vntex/tests/grotesqvn-test.tex 1970-01-01 01:00:00.000000000 +0100 @@ -1,14 +0,0 @@ -% Copyright 2003-2005 Han The Thanh . -% This file is part of vntex. License: LPPL, version 1.3 or newer, -% according to http://www.latex-project.org/lppl.txt - -\documentclass[test]{vnsample} - -\mapfile{grotesqvn} - -\begin{document} -\begin{shortsample} -\shorttext{T5}{ugq}{b}{n} {ugqb8v} {VnURWGroteskT-Bold} -\shorttext{T5}{ugq}{b}{sl} {ugqbo8v} {N/A} -\end{shortsample} -\end{document} diff -Nru texlive-lang-2007.dfsg.4/texmf-dist/doc/generic/vntex/tests/Makefile texlive-lang-2009/texmf-dist/doc/generic/vntex/tests/Makefile --- texlive-lang-2007.dfsg.4/texmf-dist/doc/generic/vntex/tests/Makefile 2007-01-15 21:37:07.000000000 +0000 +++ texlive-lang-2009/texmf-dist/doc/generic/vntex/tests/Makefile 1970-01-01 01:00:00.000000000 +0100 @@ -1,328 +0,0 @@ -# vntex-3.1.5 -# -# Author: Han The Thanh . -# This file is part of vntex. Public domain. - -# The primary site of vntex is: -# -# http://vntex.org - -# This file has been tested with GNU make and Linux only. - -# Usage: -# First edit the variables below according to what you have installed. -# -# Run `make' to produce all files. -# -# Instead, you can -# run `make testpdf' to produce all PDF files, -# run `make testps' to produce all PS files, -# run `make samples' to produce all samples (as PDF), -# run `make testht' to produce the HTML files. -# -# To view the the output files, -# run `make viewpdf' to view all PDF files, -# run `make viewps' to view all PS files, -# run `make viewhtml' to view all HTML files. -# run `make viewsamples' to view all *-sample.pdf files. -# run `make viewfonts' to view all *-test.pdf files. -# -# Finally, to remove generated files, -# run `make clean' to remove all temporary files, -# run `make distclean' to remove everything except the source files. - -# Select a viewer of your choice. You can add commandline arguments. -VIEWER_PDF = acroread -VIEWER_PS = gv -antialias -VIEWER_HTML = firefox - -# Set this variable to `false' if you don't have tex4ht installed -# on your system (look whether the program `htlatex' exists). -TEX4HT = true - -# Comment out the next two lines if you don't have a recent version -# of the Antykwa Torunska font family (antt) with T5 support (look -# whether you have `t5-antt.enc' in your TEXMF tree). -ANTT_TEST = t5antt-test -ANTT_SAMPLE = t5antt-sample - -# Comment out the next two lines if you don't have a recent version -# of Latin Modern (look whether you have `t5-lmr10.tfm' in your TEXMF -# tree). -T5LM_TEST = t5lm-test -T5LM_SAMPLE = t5lm-sample - -# Comment out the next two lines if you don't have a recent version -# of the Iwona font family (look whether you have `iwona.map' -# in your TEXMF tree). -IWONA_TEST = t5iwona-test -IWONA_SAMPLE = t5iwona-sample - - -# Comment out the next two lines if you don't have a recent version -# of the Kurier font family (look whether you have `kurier.map' -# in your TEXMF tree). -KURIER_TEST = t5kurier-test -KURIER_SAMPLE = t5kurier-sample - - -# Comment out the next two lines if you don't have a recent version -# of the Gentium font family (look whether you have `gentium.map' -# in your TEXMF tree). -GENTIUM_TEST = t5gentium-test -GENTIUM_SAMPLE = t5gentium-sample - -# Comment out the next two lines if you don't have a recent version -# of the GrotesquVn font family (look whether you have `grotesqvn.map' -# in your TEXMF tree). -GROTESK_TEST = grotesqvn-test -GROTESK_SAMPLE = grotesqvn-sample - -# Comment out the next two lines if you don't have a recent version -# of the GaramondVn font family (look whether you have `garamondvn.map' -# in your TEXMF tree). -GARAMOND_TEST = garamondvn-test -GARAMOND_SAMPLE = garamondvn-sample - - -# Comment out the next two lines if you don't have a recent version -# of the TeXGyre-Bonum font family (look whether you have `qbk.map' -# in your TEXMF tree). -BONUM_TEST = bonum-test -BONUM_SAMPLE = bonum-sample - - -# Comment out the next two lines if you don't have a recent version -# of the TeXGyre-Termes font family (look whether you have `qtm.map' -# in your TEXMF tree). -PAGELLA_TEST = termes-test -PAGELLA_SAMPLE = termes-sample - - -# Comment out the next two lines if you don't have a recent version -# of the TeXGyre-Pagella font family (look whether you have `qpl.map' -# in your TEXMF tree). -TERMES_TEST = pagella-test -TERMES_SAMPLE = pagella-sample - - -# Comment out the next two lines if you don't have a recent version -# of the ArevSansVn font family (look whether you have `arevvn.map' -# in your TEXMF tree). -AREV_TEST = arevvn-test -AREV_SAMPLE = arevvn-sample - - -# Comment out the next two lines if you don't have a recent version -# of the CMBrightVn font family (look whether you have `cmbrightvn.map' -# in your TEXMF tree). -CMBRIGHT_TEST = cmbrightvn-test -CMBRIGHT_SAMPLE = cmbrightvn-sample - - -# Comment out the next two lines if you don't have a recent version -# of the ClassicoVn font family (look whether you have `classicovn.map' -# in your TEXMF tree). -CLASSICO_TEST = classicovn-test -CLASSICO_SAMPLE = classicovn-sample - - -# Comment out the next two lines if you don't have a recent version -# of the ConcreteVn font family (look whether you have `concretevn.map' -# in your TEXMF tree). -CONCRETE_TEST = concretevn-test -CONCRETE_SAMPLE = concretevn-sample - - -# Comment out the next two lines if you don't have a recent version -# of the Vntopia font family (look whether you have `vntopia.map' -# in your TEXMF tree). -VNTOPIA_TEST = vntopia-test -VNTOPIA_SAMPLE = vntopia-sample - - -# Comment out the next two lines if you don't have a recent version -# of the txttvn font family (look whether you have `txttvn.map' -# in your TEXMF tree). -TXTT_TEST = txttvn-test -TXTT_SAMPLE = txttvn-sample - - -# Comment out the next two lines if you don't have a recent version -# of the ComicsansVn font family (look whether you have `comicsansvn.map' -# in your TEXMF tree). -COMIC_TEST = comicsansvn-test -COMIC_SAMPLE = comicsansvn-sample - - -# Comment out the next two lines if you don't have the MS core font -# files like `arial.ttf' or `tahomabd.ttf' installed in your TEXMF -# tree. -MSCORE_TEST = mscore-test -MSCORE_SAMPLE = mscore-sample - -# Comment out the next line if you don't have plnfss installed on your -# system (look whether `plnfss.tex' and `t5cmr.pfd' exists. -TEST_PLAIN = test-plain test-plain-tcx - - -#====================================================# -# There is no need to edit anything below this line. # -#====================================================# - - -TEXOPTS = -parse-first-line -recorder -TEX4HTOPTS = "html,uni-html4,charset=utf8" " -cunihtf -utf8" -FONTMEM = env font_mem_size=1200000 - -PDFLATEX = pdflatex $(TEXOPTS) -LATEX = latex $(TEXOPTS) -PDFTEX = pdftex $(TEXOPTS) -TEX = tex $(TEXOPTS) -DVIPS = dvips - - -TEST_LATEX = test-vietnam test-babel - -TEST_LATEX_ALL = $(TEST_LATEX) test-vietnam-tcx - -REFERENCES = vnr-test urwvn-test chartervn-test \ - $(ANTT_TEST) $(T5LM_TEST) \ - $(IWONA_TEST) $(KURIER_TEST) \ - $(GROTESK_TEST) $(GARAMOND_TEST) \ - $(AREV_TEST) $(VNTOPIA_TEST) $(CLASSICO_TEST) \ - $(CMBRIGHT_TEST) $(CONCRETE_TEST) \ - $(GENTIUM_TEST) $(TXTT_TEST) \ - $(BONUM_TEST) $(PAGELLA_TEST) $(TERMES_TEST) \ - $(MSCORE_TEST) $(COMIC_TEST) - -SAMPLES = vnr-sample urwvn-sample chartervn-sample \ - $(ANTT_SAMPLE) $(T5LM_SAMPLE) \ - $(IWONA_SAMPLE) $(KURIER_SAMPLE) \ - $(GROTESK_SAMPLE) $(GARAMOND_SAMPLE) \ - $(AREV_SAMPLE) $(VNTOPIA_SAMPLE) $(CLASSICO_SAMPLE) \ - $(CMBRIGHT_SAMPLE) $(CONCRETE_SAMPLE) \ - $(GENTIUM_SAMPLE) $(TXTT_SAMPLE) \ - $(BONUM_SAMPLE) $(PAGELLA_SAMPLE) $(TERMES_SAMPLE) \ - $(MSCORE_SAMPLE) $(COMIC_SAMPLE) - - -default: testpdf testps samples testht - - -vntovn: test-tcvn.tex test-utf8.tex - - -test-tcvn.tex: test-viscii.tex - vntovn viscii tcvn $< > $@ - - -test-utf8.tex: test-viscii.tex - vntovn viscii utf8 $< > $@ - - -testpdf: - for f in $(TEST_LATEX_ALL); do \ - test -f $$f.aux || $(PDFLATEX) $$f.tex; \ - $(PDFLATEX) $$f.tex; \ - done - for f in $(TEST_PLAIN); do \ - $(PDFTEX) $$f.tex; \ - done - - -testps: - for f in $(TEST_LATEX_ALL); do \ - test -f $$f.aux || $(LATEX) $$f.tex; \ - $(LATEX) $$f.tex ; $(DVIPS) $$f.dvi -o; \ - done - for f in $(TEST_PLAIN); do \ - $(TEX) $$f.tex ; $(DVIPS) $$f.dvi -o; \ - done - - -testht: - for f in $(TEST_LATEX) $(REFERENCES); do \ - htlatex $$f.tex $(TEX4HTOPTS); \ - done - - -samples: - for f in $(SAMPLES) ; do \ - test -f $$f.aux || \ - $(FONTMEM) $(PDFLATEX) $$f.tex; \ - done - for f in $(REFERENCES) $(SAMPLES) ; do \ - $(FONTMEM) $(PDFLATEX) $$f.tex; \ - done - - -refs: - for f in $(REFERENCES) ; do \ - $(FONTMEM) $(PDFLATEX) $$f.tex; \ - done - - - -viewpdf: - for f in $(TEST_LATEX_ALL) $(TEST_PLAIN); do \ - (test ! -f $$f.pdf && \ - echo "WARNING: File \"$$f.pdf\" not found.") \ - || $(VIEWER_PDF) $$f.pdf; \ - done - - -viewps: - for f in $(TEST_LATEX_ALL) $(TEST_PLAIN); do \ - (test ! -f $$f.ps && \ - echo "WARNING: File \"$$f.ps\" not found.") \ - || $(VIEWER_PS) $$f.ps; \ - done - - -viewhtml: - for f in $(TEST_LATEX) $(REFERENCES); do \ - (test ! -f $$f.html && \ - echo "WARNING: File \"$$f.html\" not found.") \ - || $(VIEWER_HTML) file://`pwd`/$$f.html; \ - done - - -viewsamples: - for f in $(SAMPLES); do \ - (test ! -f $$f.pdf && \ - echo "WARNING: File \"$$f.pdf\" not found.") \ - || $(VIEWER_PDF) $$f.pdf; \ - done - - -viewfonts: - for f in $(REFERENCES); do \ - (test ! -f $$f.pdf && \ - echo "WARNING: File \"$$f.pdf\" not found.") \ - || $(VIEWER_PDF) $$f.pdf; \ - done - -htmldir: - test -d vntex-html || mkdir vntex-html - rm -f vntex-html/* - cp -p *.html *.css vntex-html - echo '' > vntex-html/index.html - echo 'VnTeX HTML Fonts' >> vntex-html/index.html - echo '' >> vntex-html/index.html - echo '

VnTeX HTML Fonts

' >> vntex-html/index.html - for f in $(TEST_LATEX) $(REFERENCES); do \ - echo "$$f

" >> vntex-html/index.html; \ - done - echo '' >> vntex-html/index.html - tar -cjvf vntex-html.tar.bz2 vntex-html - -clean: - rm -f *.dvi *.out *.toc *.aux *.log *.4ct *.4tc *.idv *.lg \ - *.tmp *.xref *.fls *.lof - - -distclean: clean - rm -f *.pdf *.ps *.css *.html nocompress vntex-html.tar.bz2 - rm -rf vntex-html - diff -Nru texlive-lang-2007.dfsg.4/texmf-dist/doc/generic/vntex/tests/mscore-sample.tex texlive-lang-2009/texmf-dist/doc/generic/vntex/tests/mscore-sample.tex --- texlive-lang-2007.dfsg.4/texmf-dist/doc/generic/vntex/tests/mscore-sample.tex 2006-11-26 20:54:26.000000000 +0000 +++ texlive-lang-2009/texmf-dist/doc/generic/vntex/tests/mscore-sample.tex 1970-01-01 01:00:00.000000000 +0100 @@ -1,61 +0,0 @@ -% Copyright 2003-2005 Han The Thanh . -% This file is part of vntex. License: LPPL, version 1.3 or newer, -% according to http://www.latex-project.org/lppl.txt - -\documentclass[sample]{vnsample} - -\mapfile{mscore} - -\begin{document} -\section{ArialMT} -\showletters{T5}{ma1}{m}{n} {ma1r8v} {ArialMT} -\showletters{T5}{ma1}{b}{n} {ma1b8v} {Arial-BoldMT} -\showletters{T5}{ma1}{m}{it} {ma1ri8v} {Arial-ItalicMT} -\showletters{T5}{ma1}{b}{it} {ma1bi8v} {Arial-BoldItalicMT} -\showletters{T5}{ma1}{m}{sc} {ma1rc8v} {N/A} -\showletters{T5}{ma1}{b}{sc} {ma1bc8v} {N/A} -\showtext {T5}{ma1}{m}{n} {ma1r8v} {ArialMT} - -\section{CourierNewPSMT} -\showletters{T5}{mcr}{m}{n} {mcrr8v} {CourierNewPSMT} -\showletters{T5}{mcr}{b}{n} {mcrb8v} {CourierNewPS-BoldMT} -\showletters{T5}{mcr}{m}{it} {mcrri8v} {CourierNewPS-ItalicMT} -\showletters{T5}{mcr}{b}{it} {mcrbi8v} {CourierNewPS-BoldItalicMT} -\showletters{T5}{mcr}{m}{sc} {mcrrc8v} {N/A} -\showletters{T5}{mcr}{b}{sc} {mcrbc8v} {N/A} -\showtext {T5}{mcr}{m}{n} {mcrr8v} {CourierNewPSMT} - -\section{PalatinoLinotype} -\showletters{T5}{lpr}{m}{n} {lprr8v} {PalatinoLinotype-Roman} -\showletters{T5}{lpr}{b}{n} {lprb8v} {PalatinoLinotype-Bold} -\showletters{T5}{lpr}{m}{it} {lprri8v} {PalatinoLinotype-Italic} -\showletters{T5}{lpr}{b}{it} {lprbi8v} {PalatinoLinotype-BoldItalic} -\showletters{T5}{lpr}{m}{sc} {lprrc8v} {N/A} -\showletters{T5}{lpr}{b}{sc} {lprbc8v} {N/A} -\showtext {T5}{lpr}{m}{n} {lprr8v} {PalatinoLinotype-Roman} - -\section{TimesNewRomanPSMT} -\showletters{T5}{mns}{m}{n} {mnsr8v} {TimesNewRomanPSMT} -\showletters{T5}{mns}{b}{n} {mnsb8v} {TimesNewRomanPS-BoldMT} -\showletters{T5}{mns}{m}{it} {mnsri8v} {TimesNewRomanPS-ItalicMT} -\showletters{T5}{mns}{b}{it} {mnsbi8v} {TimesNewRomanPS-BoldItalicMT} -\showletters{T5}{mns}{m}{sc} {mnsrc8v} {N/A} -\showletters{T5}{mns}{b}{sc} {mnsbc8v} {N/A} -\showtext {T5}{mns}{m}{n} {mnsr8v} {TimesNewRomanPSMT} - -\section{Tahoma} -\showletters{T5}{jth}{m}{n} {jthr8v} {Tahoma} -\showletters{T5}{jth}{b}{n} {jthb8v} {Tahoma-Bold} -\showletters{T5}{jth}{m}{sc} {jthrc8v} {N/A} -\showletters{T5}{jth}{b}{sc} {jthbc8v} {N/A} -\showtext {T5}{jth}{m}{n} {jthr8v} {Tahoma} - -\section{Verdana} -\showletters{T5}{jvn}{m}{n} {jvnr8v} {Verdana} -\showletters{T5}{jvn}{b}{n} {jvnb8v} {Verdana-Bold} -\showletters{T5}{jvn}{m}{it} {jvnri8v} {Verdana-Italic} -\showletters{T5}{jvn}{b}{it} {jvnbi8v} {Verdana-BoldItalic} -\showletters{T5}{jvn}{m}{sc} {jvnrc8v} {N/A} -\showletters{T5}{jvn}{b}{sc} {jvnbc8v} {N/A} -\showtext {T5}{jvn}{m}{n} {jvnr8v} {Verdana} -\end{document} diff -Nru texlive-lang-2007.dfsg.4/texmf-dist/doc/generic/vntex/tests/mscore-test.tex texlive-lang-2009/texmf-dist/doc/generic/vntex/tests/mscore-test.tex --- texlive-lang-2007.dfsg.4/texmf-dist/doc/generic/vntex/tests/mscore-test.tex 2006-11-26 20:54:26.000000000 +0000 +++ texlive-lang-2009/texmf-dist/doc/generic/vntex/tests/mscore-test.tex 1970-01-01 01:00:00.000000000 +0100 @@ -1,49 +0,0 @@ -% Copyright 2003-2005 Han The Thanh . -% This file is part of vntex. License: LPPL, version 1.3 or newer, -% according to http://www.latex-project.org/lppl.txt - -\documentclass[test]{vnsample} - -\mapfile{mscore} - -\begin{document} -\begin{shortsample} -\shorttext{T5}{ma1}{m}{n} {ma1r8v} {ArialMT} -\shorttext{T5}{ma1}{b}{n} {ma1b8v} {Arial-BoldMT} -\shorttext{T5}{ma1}{m}{it} {ma1ri8v} {Arial-ItalicMT} -\shorttext{T5}{ma1}{b}{it} {ma1bi8v} {Arial-BoldItalicMT} -\shorttext{T5}{ma1}{m}{sc} {ma1rc8v} {N/A} -\shorttext{T5}{ma1}{b}{sc} {ma1bc8v} {N/A} -\shorttext{T5}{mcr}{m}{n} {mcrr8v} {CourierNewPSMT} -\shorttext{T5}{mcr}{b}{n} {mcrb8v} {CourierNewPS-BoldMT} -\shorttext{T5}{mcr}{m}{it} {mcrri8v} {CourierNewPS-ItalicMT} -\shorttext{T5}{mcr}{b}{it} {mcrbi8v} {CourierNewPS-BoldItalicMT} -\shorttext{T5}{mcr}{m}{sc} {mcrrc8v} {N/A} -\shorttext{T5}{mcr}{b}{sc} {mcrbc8v} {N/A} -\shorttext{T5}{lpr}{m}{n} {lprr8v} {PalatinoLinotype-Roman} -\shorttext{T5}{lpr}{b}{n} {lprb8v} {PalatinoLinotype-Bold} -\shorttext{T5}{lpr}{m}{it} {lprri8v} {PalatinoLinotype-Italic} -\shorttext{T5}{lpr}{b}{it} {lprbi8v} {PalatinoLinotype-BoldItalic} -\shorttext{T5}{lpr}{m}{sc} {lprrc8v} {N/A} -\shorttext{T5}{lpr}{b}{sc} {lprbc8v} {N/A} -\end{shortsample} -\clearpage -\begin{shortsample} -\shorttext{T5}{mns}{m}{n} {mnsr8v} {TimesNewRomanPSMT} -\shorttext{T5}{mns}{b}{n} {mnsb8v} {TimesNewRomanPS-BoldMT} -\shorttext{T5}{mns}{m}{it} {mnsri8v} {TimesNewRomanPS-ItalicMT} -\shorttext{T5}{mns}{b}{it} {mnsbi8v} {TimesNewRomanPS-BoldItalicMT} -\shorttext{T5}{mns}{m}{sc} {mnsrc8v} {N/A} -\shorttext{T5}{mns}{b}{sc} {mnsbc8v} {N/A} -\shorttext{T5}{jth}{m}{n} {jthr8v} {Tahoma} -\shorttext{T5}{jth}{b}{n} {jthb8v} {Tahoma-Bold} -\shorttext{T5}{jth}{m}{sc} {jthrc8v} {N/A} -\shorttext{T5}{jth}{b}{sc} {jthbc8v} {N/A} -\shorttext{T5}{jvn}{m}{n} {jvnr8v} {Verdana} -\shorttext{T5}{jvn}{b}{n} {jvnb8v} {Verdana-Bold} -\shorttext{T5}{jvn}{m}{it} {jvnri8v} {Verdana-Italic} -\shorttext{T5}{jvn}{b}{it} {jvnbi8v} {Verdana-BoldItalic} -\shorttext{T5}{jvn}{m}{sc} {jvnrc8v} {N/A} -\shorttext{T5}{jvn}{b}{sc} {jvnbc8v} {N/A} -\end{shortsample} -\end{document} diff -Nru texlive-lang-2007.dfsg.4/texmf-dist/doc/generic/vntex/tests/pagella-sample.tex texlive-lang-2009/texmf-dist/doc/generic/vntex/tests/pagella-sample.tex --- texlive-lang-2007.dfsg.4/texmf-dist/doc/generic/vntex/tests/pagella-sample.tex 2006-11-26 20:54:26.000000000 +0000 +++ texlive-lang-2009/texmf-dist/doc/generic/vntex/tests/pagella-sample.tex 1970-01-01 01:00:00.000000000 +0100 @@ -1,19 +0,0 @@ -% Copyright 2003-2005 Han The Thanh . -% This file is part of vntex. License: LPPL, version 1.3 or newer, -% according to http://www.latex-project.org/lppl.txt - -\documentclass[sample]{vnsample} - -\mapfile{qpl} - -\begin{document} -\section{TeX Gyre Pagella} -\showletters{T5}{qpl}{m}{n} {t5-qplr} {TeXGyrePagella-Regular} -\showletters{T5}{qpl}{m}{it} {t5-qplri} {TeXGyrePagella-Italic} -\showletters{T5}{qpl}{b}{n} {t5-qplb} {TeXGyrePagella-Bold} -\showletters{T5}{qpl}{b}{it} {t5-qplbi} {TeXGyrePagella-BoldItalic} -\showletters{T5}{qpl}{m}{sc} {t5-qplr-sc} {TeXGyrePagella-Regular} -\showletters{T5}{qpl}{m}{scit} {t5-qplri-sc} {TeXGyrePagella-Italic} -\showletters{T5}{qpl}{b}{sc} {t5-qplb-sc} {TeXGyrePagella-Bold} -\showtext {T5}{qpl}{m}{n} {t5-qplr} {TeXGyrePagella-Regular} -\end{document} diff -Nru texlive-lang-2007.dfsg.4/texmf-dist/doc/generic/vntex/tests/pagella-test.tex texlive-lang-2009/texmf-dist/doc/generic/vntex/tests/pagella-test.tex --- texlive-lang-2007.dfsg.4/texmf-dist/doc/generic/vntex/tests/pagella-test.tex 2006-11-26 20:54:26.000000000 +0000 +++ texlive-lang-2009/texmf-dist/doc/generic/vntex/tests/pagella-test.tex 1970-01-01 01:00:00.000000000 +0100 @@ -1,20 +0,0 @@ -% Copyright 2003-2005 Han The Thanh . -% This file is part of vntex. License: LPPL, version 1.3 or newer, -% according to http://www.latex-project.org/lppl.txt - -\documentclass[test]{vnsample} - -\mapfile{qpl} - -\begin{document} -\begin{shortsample} -\shorttext{T5}{qpl}{m}{n} {t5-qplr} {TeXGyrePagella-Regular} -\shorttext{T5}{qpl}{m}{it} {t5-qplri} {TeXGyrePagella-Italic} -\shorttext{T5}{qpl}{b}{n} {t5-qplb} {TeXGyrePagella-Bold} -\shorttext{T5}{qpl}{b}{it} {t5-qplbi} {TeXGyrePagella-BoldItalic} -\shorttext{T5}{qpl}{m}{sc} {t5-qplr-sc} {TeXGyrePagella-Regular} -\shorttext{T5}{qpl}{m}{scit} {t5-qplri-sc} {TeXGyrePagella-Italic} -\shorttext{T5}{qpl}{b}{sc} {t5-qplb-sc} {TeXGyrePagella-Bold} -\shorttext{T5}{qpl}{b}{scit} {t5-qplbi-sc} {TeXGyrePagella-BoldItalic} -\end{shortsample} -\end{document} diff -Nru texlive-lang-2007.dfsg.4/texmf-dist/doc/generic/vntex/tests/README texlive-lang-2009/texmf-dist/doc/generic/vntex/tests/README --- texlive-lang-2007.dfsg.4/texmf-dist/doc/generic/vntex/tests/README 2007-01-15 21:37:07.000000000 +0000 +++ texlive-lang-2009/texmf-dist/doc/generic/vntex/tests/README 1970-01-01 01:00:00.000000000 +0100 @@ -1,167 +0,0 @@ -vntex-3.1.5 - -Copyright 2003-2005 Han The Thanh - and Reinhard Kotucha . -This file is part of vntex. License: LPPL, version 1.3 or newer, -according to http://www.latex-project.org/lppl.txt - -For installation instructions see http://vntex.org/ - -This directory contains some TeX files to test the functionality -of vntex, as well as to create vietnamese font samples. - - -Makefile -======== -There is a Makefile which can be used to compile the test files and -font samples. Usage information is provided in the Makefile -itself. You have to edit the top of the file for customization. -If it doesn't work for you, instructions are given below how you can -compile the test files manually. - - -Test Files -========== -test-vietnam.tex: test of Vietnamese support in LaTeX using - vietnam.sty and inputenc - -test-vietnam-tcx.tex: test of Vietnamese support in LaTeX using - vietnam.sty and TCX - -test-babel.tex: test of Vietnamese support in LaTeX using - babel and inputenc - -test-plain.tex: test of Vietnamese in plain using plainenc - -test-plain-tcx.tex: test of Vietnamese in plain using TCX - - -What is tcx? ------------- - TCX is an extension that allows translation of input encoding. The - advantage over using inputenc is that it allows vietnamese text in - logging messages instead of TeX's hexadecimal representation (^^ab). - - The disadvantage is that it is not portable (TCX is web2c-specific), - it allows only one input encoding in a single document and utf8 is - not supported. If you don't mind those carets in logging messages, - simply use inputenc. - - It is impossible to use utf8 with plain; to do so an extension - called enctex by Petr Olsak is required. However so far nobody - ever asked for plain TeX support. - -------------------------------------------------------------- -If tcx is not supported by your system, just ignore the files - test-vietnam-tcx.tex -and - test-plain-tcx.tex -------------------------------------------------------------- - -There are also some other files that are included by the -above test files: - -test-accents.tex: test of accent commands -test-captions.tex: test of Vietnamese captions -test-tcvn.tex: test of TCVN input encoding -test-viscii.tex: test of VISCII input encoding -test-utf8.tex: test of UTF8 input encoding - - -To compile the test files, run: - -pdflatex test-vietnam -pdflatex -parse-first-line test-vietnam-tcx -pdflatex test-babel -pdftex test-plain -pdftex -parse-first-line test-plain-tcx - -(or use tex/latex instead of pdftex/pdflatex) - -Run latex/pdflatex twice to get a table of cotents. - - -Font samples -============ -All font sample files require vnsample.sty. - -vnr-test.tex: quick test of vnr fonts -vnr-sample.tex: sample of vnr fonts - -t5lm-test.tex: quick test of lmodern fonts -t5lm-sample.tex: sample of lmodern fonts - -urwvn-test.tex: quick test of urwvn fonts -urwvn-sample.tex: sample of urwvn fonts - -chartervn-test.tex quick test of charter fonts -chartervn-sample.tex sample of charter fonts - -t5antt-test.tex: quick test of antt fonts -t5antt-sample.tex: sample of antt fonts - -t5iwona-test.tex quick test of iwona fonts -t5iwona-sample.tex sample of iwona fonts - -t5kurier-test.tex quick test of kurier fonts -t5kurier-sample.tex sample of kurier fonts - -mscore-test.tex: quick test of mscore fonts -mscore-sample.tex: sample of mscore fonts - - -These sample files use LaTeX, and require certain packages -to compile. To compile these font samples, of course, the -corresponding font package must be installed as well. - -If you do not have all the required files installed, you can -download the samples as PDF files from - - http://vntex.org/fontsamples - -Run pdflatex twice to get bookmarks. Some of the sample files -are very large and bookmarks will be helpful. - -Some of the sample files require a vast amount of memory. -If you have a web2c based system (look whether you have -a file `texmf.cnf' somewhere), you have to set the environment -variable - - font_mem_size=1200000 - -Linux, UNIX, Mac OS X: ----------------------- - Either set it in the current shell: - - font_mem_size=1200000; export font_mem_size - pdflatex vnrsample.tex - - or for a single process: - - env font_mem_size=1200000 pdflatex vnrsample.tex - -Windows: --------- - set font_mem_size=1200000 - pdflatex vnrsample.tex - -MikTeX: -------- - Edit the file MIKTEX.INI. Look for a line beginning with - "font_mem_size=" and set the value to at least 1200000. - -Systems not based on web2c: ---------------------------- - Read the manual of your TeX system to find out how to - increase font_mem_size. If it is not explained in the - manual, maybe memory is allocated dynamically and you - don't have to do anything. In this case, just try - - pdflatex vnrsample.tex - ----------------------------------------------------------- -Please note that you do not have to increase font_mem_size -to use vntex, the huge amount of memory is needed for the -font samples only. ----------------------------------------------------------- - diff -Nru texlive-lang-2007.dfsg.4/texmf-dist/doc/generic/vntex/tests/t5antt-sample.tex texlive-lang-2009/texmf-dist/doc/generic/vntex/tests/t5antt-sample.tex --- texlive-lang-2007.dfsg.4/texmf-dist/doc/generic/vntex/tests/t5antt-sample.tex 2006-11-26 20:54:26.000000000 +0000 +++ texlive-lang-2009/texmf-dist/doc/generic/vntex/tests/t5antt-sample.tex 1970-01-01 01:00:00.000000000 +0100 @@ -1,59 +0,0 @@ -% Copyright 2003-2005 Han The Thanh . -% This file is part of vntex. License: LPPL, version 1.3 or newer, -% according to http://www.latex-project.org/lppl.txt - -\documentclass[sample]{vnsample} - -\mapfile{t5-antt} - -\begin{document} -\section{AntykwaTorunskaLigh} -\showletters{T5}{antt}{l}{n} {t5-anttl} {AntykwaTorunskaLigh-Regular} -\showletters{T5}{antt}{l}{it} {t5-anttli} {AntykwaTorunskaLigh-Italic} -\showletters{T5}{antt}{l}{sc} {t5-anttlcap} {AntykwaTorunskaLigh-Regular} -\showletters{T5}{antt}{l}{scit} {t5-anttlicap} {AntykwaTorunskaLigh-Italic} -\showtext {T5}{antt}{l}{n} {t5-anttl} {AntykwaTorunskaLigh-Regular} - -\section{AntykwaTorunska} -\showletters{T5}{antt}{m}{n} {t5-anttr} {AntykwaTorunska-Regular} -\showletters{T5}{antt}{m}{it} {t5-anttri} {AntykwaTorunska-Italic} -\showletters{T5}{antt}{m}{sc} {t5-anttrcap} {AntykwaTorunska-Regular} -\showletters{T5}{antt}{m}{scit} {t5-anttricap} {AntykwaTorunska-Italic} -\showletters{T5}{antt}{b}{n} {t5-anttb} {AntykwaTorunska-Bold} -\showletters{T5}{antt}{b}{it} {t5-anttbi} {AntykwaTorunska-BoldItalic} -\showletters{T5}{antt}{b}{sc} {t5-anttbcap} {AntykwaTorunska-Bold} -\showletters{T5}{antt}{b}{scit} {t5-anttbicap} {AntykwaTorunska-BoldItalic} -\showtext {T5}{antt}{m}{n} {t5-anttr} {AntykwaTorunska-Regular} - -\section{AntykwaTorunskaMed} -\showletters{T5}{antt}{sb}{n} {t5-anttm} {AntykwaTorunskaMed-Regular} -\showletters{T5}{antt}{sb}{it} {t5-anttmi} {AntykwaTorunskaMed-Italic} -\showletters{T5}{antt}{sb}{sc} {t5-anttmcap} {AntykwaTorunskaMed-Regular} -\showletters{T5}{antt}{sb}{scit} {t5-anttmicap} {AntykwaTorunskaMed-Italic} -\showtext {T5}{antt}{sb}{n} {t5-anttm} {AntykwaTorunskaMed-Regular} - -\section{AntykwaTorunskaCondLigh} -\showletters{T5}{antt}{lc}{n} {t5-anttcl} {AntykwaTorunskaCondLigh-Regular} -\showletters{T5}{antt}{lc}{it} {t5-anttcli} {AntykwaTorunskaCondLigh-Italic} -\showletters{T5}{antt}{lc}{sc} {t5-anttclcap} {AntykwaTorunskaCondLigh-Regular} -\showletters{T5}{antt}{lc}{scit} {t5-anttclicap} {AntykwaTorunskaCondLigh-Italic} -\showtext {T5}{antt}{lc}{n} {t5-anttcl} {AntykwaTorunskaCondLigh-Regular} - -\section{AntykwaTorunskaCond} -\showletters{T5}{antt}{mc}{n} {t5-anttcr} {AntykwaTorunskaCond-Regular} -\showletters{T5}{antt}{mc}{it} {t5-anttcri} {AntykwaTorunskaCond-Italic} -\showletters{T5}{antt}{mc}{sc} {t5-anttcrcap} {AntykwaTorunskaCond-Regular} -\showletters{T5}{antt}{mc}{scit} {t5-anttcricap} {AntykwaTorunskaCond-Italic} -\showletters{T5}{antt}{bc}{n} {t5-anttcb} {AntykwaTorunskaCond-Bold} -\showletters{T5}{antt}{bc}{it} {t5-anttcbi} {AntykwaTorunskaCond-BoldItalic} -\showletters{T5}{antt}{bc}{sc} {t5-anttcbcap} {AntykwaTorunskaCond-Bold} -\showletters{T5}{antt}{bc}{scit} {t5-anttcbicap} {AntykwaTorunskaCond-BoldItalic} -\showtext {T5}{antt}{mc}{n} {t5-anttcr} {AntykwaTorunskaCond-Regular} - -\section{AntykwaTorunskaCondMed} -\showletters{T5}{antt}{sbc}{n} {t5-anttcm} {AntykwaTorunskaCondMed-Regular} -\showletters{T5}{antt}{sbc}{it} {t5-anttcmi} {AntykwaTorunskaCondMed-Italic} -\showletters{T5}{antt}{sbc}{sc} {t5-anttcmcap} {AntykwaTorunskaCondMed-Regular} -\showletters{T5}{antt}{sbc}{scit} {t5-anttcmicap} {AntykwaTorunskaCondMed-Italic} -\showtext {T5}{antt}{sbc}{n} {t5-anttcm} {AntykwaTorunskaCondMed-Regular} -\end{document} diff -Nru texlive-lang-2007.dfsg.4/texmf-dist/doc/generic/vntex/tests/t5antt-test.tex texlive-lang-2009/texmf-dist/doc/generic/vntex/tests/t5antt-test.tex --- texlive-lang-2007.dfsg.4/texmf-dist/doc/generic/vntex/tests/t5antt-test.tex 2006-11-26 20:54:26.000000000 +0000 +++ texlive-lang-2009/texmf-dist/doc/generic/vntex/tests/t5antt-test.tex 1970-01-01 01:00:00.000000000 +0100 @@ -1,47 +0,0 @@ -% Copyright 2003-2005 Han The Thanh . -% This file is part of vntex. License: LPPL, version 1.3 or newer, -% according to http://www.latex-project.org/lppl.txt - -\documentclass[test]{vnsample} - -\mapfile{t5-antt} - -\begin{document} -\begin{shortsample} -\shorttext{T5}{antt}{l}{n} {t5-anttl} {AntykwaTorunskaLigh-Regular} -\shorttext{T5}{antt}{l}{it} {t5-anttli} {AntykwaTorunskaLigh-Italic} -\shorttext{T5}{antt}{l}{sc} {t5-anttlcap} {AntykwaTorunskaLigh-Regular} -\shorttext{T5}{antt}{l}{scit} {t5-anttlicap} {AntykwaTorunskaLigh-Italic} -\shorttext{T5}{antt}{m}{n} {t5-anttr} {AntykwaTorunska-Regular} -\shorttext{T5}{antt}{m}{it} {t5-anttri} {AntykwaTorunska-Italic} -\shorttext{T5}{antt}{m}{sc} {t5-anttrcap} {AntykwaTorunska-Regular} -\shorttext{T5}{antt}{m}{scit} {t5-anttricap} {AntykwaTorunska-Italic} -\shorttext{T5}{antt}{sb}{n} {t5-anttm} {AntykwaTorunskaMed-Regular} -\shorttext{T5}{antt}{sb}{it} {t5-anttmi} {AntykwaTorunskaMed-Italic} -\shorttext{T5}{antt}{sb}{sc} {t5-anttmcap} {AntykwaTorunskaMed-Regular} -\shorttext{T5}{antt}{sb}{scit} {t5-anttmicap} {AntykwaTorunskaMed-Italic} -\shorttext{T5}{antt}{b}{n} {t5-anttb} {AntykwaTorunska-Bold} -\shorttext{T5}{antt}{b}{it} {t5-anttbi} {AntykwaTorunska-BoldItalic} -\shorttext{T5}{antt}{b}{sc} {t5-anttbcap} {AntykwaTorunska-Bold} -\shorttext{T5}{antt}{b}{scit} {t5-anttbicap} {AntykwaTorunska-BoldItalic} -\end{shortsample} -\clearpage -\begin{shortsample} -\shorttext{T5}{antt}{lc}{n} {t5-anttcl} {AntykwaTorunskaCondLigh-Regular} -\shorttext{T5}{antt}{lc}{it} {t5-anttcli} {AntykwaTorunskaCondLigh-Italic} -\shorttext{T5}{antt}{lc}{sc} {t5-anttclcap} {AntykwaTorunskaCondLigh-Regular} -\shorttext{T5}{antt}{lc}{scit} {t5-anttclicap} {AntykwaTorunskaCondLigh-Italic} -\shorttext{T5}{antt}{mc}{n} {t5-anttcr} {AntykwaTorunskaCond-Regular} -\shorttext{T5}{antt}{mc}{it} {t5-anttcri} {AntykwaTorunskaCond-Italic} -\shorttext{T5}{antt}{mc}{sc} {t5-anttcrcap} {AntykwaTorunskaCond-Regular} -\shorttext{T5}{antt}{mc}{scit} {t5-anttcricap} {AntykwaTorunskaCond-Italic} -\shorttext{T5}{antt}{sbc}{n} {t5-anttcm} {AntykwaTorunskaCondMed-Regular} -\shorttext{T5}{antt}{sbc}{it} {t5-anttcmi} {AntykwaTorunskaCondMed-Italic} -\shorttext{T5}{antt}{sbc}{sc} {t5-anttcmcap} {AntykwaTorunskaCondMed-Regular} -\shorttext{T5}{antt}{sbc}{scit} {t5-anttcmicap} {AntykwaTorunskaCondMed-Italic} -\shorttext{T5}{antt}{bc}{n} {t5-anttcb} {AntykwaTorunskaCond-Bold} -\shorttext{T5}{antt}{bc}{it} {t5-anttcbi} {AntykwaTorunskaCond-BoldItalic} -\shorttext{T5}{antt}{bc}{sc} {t5-anttcbcap} {AntykwaTorunskaCond-Bold} -\shorttext{T5}{antt}{bc}{scit} {t5-anttcbicap} {AntykwaTorunskaCond-BoldItalic} -\end{shortsample} -\end{document} diff -Nru texlive-lang-2007.dfsg.4/texmf-dist/doc/generic/vntex/tests/t5gentium-sample.tex texlive-lang-2009/texmf-dist/doc/generic/vntex/tests/t5gentium-sample.tex --- texlive-lang-2007.dfsg.4/texmf-dist/doc/generic/vntex/tests/t5gentium-sample.tex 2006-11-26 20:54:26.000000000 +0000 +++ texlive-lang-2009/texmf-dist/doc/generic/vntex/tests/t5gentium-sample.tex 1970-01-01 01:00:00.000000000 +0100 @@ -1,14 +0,0 @@ -% Copyright 2003-2005 Han The Thanh . -% This file is part of vntex. License: LPPL, version 1.3 or newer, -% according to http://www.latex-project.org/lppl.txt - -\documentclass[sample]{vnsample} - -\mapfile{urwvn} - -\begin{document} -\section{Gentium} -\showletters{T5}{vgn}{m}{n} {vgnr-t5} {Gentium} -\showletters{T5}{vgn}{m}{it} {vgnri-t5} {Gentium-Italic} -\showtext {T5}{vgn}{m}{n} {vgnr-t5} {Gentium} -\end{document} diff -Nru texlive-lang-2007.dfsg.4/texmf-dist/doc/generic/vntex/tests/t5gentium-test.tex texlive-lang-2009/texmf-dist/doc/generic/vntex/tests/t5gentium-test.tex --- texlive-lang-2007.dfsg.4/texmf-dist/doc/generic/vntex/tests/t5gentium-test.tex 2006-11-26 20:54:26.000000000 +0000 +++ texlive-lang-2009/texmf-dist/doc/generic/vntex/tests/t5gentium-test.tex 1970-01-01 01:00:00.000000000 +0100 @@ -1,14 +0,0 @@ -% Copyright 2003-2005 Han The Thanh . -% This file is part of vntex. License: LPPL, version 1.3 or newer, -% according to http://www.latex-project.org/lppl.txt - -\documentclass[test]{vnsample} - -\mapfile{urwvn} - -\begin{document} -\begin{shortsample} -\shorttext{T5}{vgn}{m}{n} {vgnr-t5} {Gentium} -\shorttext{T5}{vgn}{m}{it} {vgnri-t5} {Gentium-Italic} -\end{shortsample} -\end{document} diff -Nru texlive-lang-2007.dfsg.4/texmf-dist/doc/generic/vntex/tests/t5iwona-sample.tex texlive-lang-2009/texmf-dist/doc/generic/vntex/tests/t5iwona-sample.tex --- texlive-lang-2007.dfsg.4/texmf-dist/doc/generic/vntex/tests/t5iwona-sample.tex 2006-11-26 20:54:26.000000000 +0000 +++ texlive-lang-2009/texmf-dist/doc/generic/vntex/tests/t5iwona-sample.tex 1970-01-01 01:00:00.000000000 +0100 @@ -1,65 +0,0 @@ -% Copyright 2003-2005 Han The Thanh . -% This file is part of vntex. License: LPPL, version 1.3 or newer, -% according to http://www.latex-project.org/lppl.txt - -\documentclass[sample]{vnsample} - -\mapfile{t5-iwona} - -\begin{document} -\section{IwonaLight-Regular} -\showletters{T5}{iwona}{l}{n} {t5-iwonal} {IwonaLight-Regular} -\showletters{T5}{iwona}{l}{it} {t5-iwonali} {IwonaLight-Italic} -\showletters{T5}{iwona}{l}{sc} {t5-iwonalcap} {IwonaLight-Regular} -\showletters{T5}{iwona}{l}{scit} {t5-iwonalicap} {IwonaLight-Italic} -\showtext {T5}{iwona}{l}{n} {t5-iwonal} {IwonaLight-Regular} - -\section{Iwona-Regular} -\showletters{T5}{iwona}{m}{n} {t5-iwonar} {Iwona-Regular} -\showletters{T5}{iwona}{m}{it} {t5-iwonari} {Iwona-Italic} -\showletters{T5}{iwona}{m}{sc} {t5-iwonarcap} {Iwona-Regular} -\showletters{T5}{iwona}{m}{scit} {t5-iwonaricap} {Iwona-Italic} -\showtext {T5}{iwona}{m}{n} {t5-iwonar} {Iwona-Regular} - -\section{IwonaMedium-Regular} -\showletters{T5}{iwona}{sb}{n} {t5-iwonam} {IwonaMedium-Regular} -\showletters{T5}{iwona}{sb}{it} {t5-iwonami} {IwonaMedium-Italic} -\showletters{T5}{iwona}{sb}{sc} {t5-iwonamcap} {IwonaMedium-Regular} -\showletters{T5}{iwona}{sb}{scit} {t5-iwonamicap} {IwonaMedium-Italic} -\showtext {T5}{iwona}{sb}{n} {t5-iwonam} {IwonaMedium-Regular} - -\section{Iwona-Bold} -\showletters{T5}{iwona}{b}{n} {t5-iwonab} {Iwona-Bold} -\showletters{T5}{iwona}{b}{it} {t5-iwonabi} {Iwona-BoldItalic} -\showletters{T5}{iwona}{b}{sc} {t5-iwonabcap} {Iwona-Bold} -\showletters{T5}{iwona}{b}{scit} {t5-iwonabicap} {Iwona-BoldItalic} -\showtext {T5}{iwona}{b}{n} {t5-iwonab} {Iwona-Bold} - -\section{IwonaCondLight-Regular} -\showletters{T5}{iwona}{lc}{n} {t5-iwonacl} {IwonaCondLight-Regular} -\showletters{T5}{iwona}{lc}{it} {t5-iwonacli} {IwonaCondLight-Italic} -\showletters{T5}{iwona}{lc}{sc} {t5-iwonaclcap} {IwonaCondLight-Regular} -\showletters{T5}{iwona}{lc}{scit} {t5-iwonaclicap} {IwonaCondLight-Italic} -\showtext {T5}{iwona}{lc}{n} {t5-iwonacl} {IwonaCondLight-Regular} - -\section{IwonaCond-Regular} -\showletters{T5}{iwona}{mc}{n} {t5-iwonacr} {IwonaCond-Regular} -\showletters{T5}{iwona}{mc}{it} {t5-iwonacri} {IwonaCond-Italic} -\showletters{T5}{iwona}{mc}{sc} {t5-iwonacrcap} {IwonaCond-Regular} -\showletters{T5}{iwona}{mc}{scit} {t5-iwonacricap} {IwonaCond-Italic} -\showtext {T5}{iwona}{mc}{n} {t5-iwonacr} {IwonaCond-Regular} - -\section{IwonaCondMedium-Regular} -\showletters{T5}{iwona}{sbc}{n} {t5-iwonacm} {IwonaCondMedium-Regular} -\showletters{T5}{iwona}{sbc}{it} {t5-iwonacmi} {IwonaCondMedium-Italic} -\showletters{T5}{iwona}{sbc}{sc} {t5-iwonacmcap} {IwonaCondMedium-Regular} -\showletters{T5}{iwona}{sbc}{scit} {t5-iwonacmicap} {IwonaCondMedium-Italic} -\showtext {T5}{iwona}{sbc}{n} {t5-iwonacm} {IwonaCondMedium-Regular} - -\section{IwonaCond-Bold} -\showletters{T5}{iwona}{bc}{n} {t5-iwonacb} {IwonaCond-Bold} -\showletters{T5}{iwona}{bc}{it} {t5-iwonacbi} {IwonaCond-BoldItalic} -\showletters{T5}{iwona}{bc}{sc} {t5-iwonacbcap} {IwonaCond-Bold} -\showletters{T5}{iwona}{bc}{scit} {t5-iwonacbicap} {IwonaCond-BoldItalic} -\showtext {T5}{iwona}{bc}{n} {t5-iwonacb} {IwonaCond-Bold} -\end{document} diff -Nru texlive-lang-2007.dfsg.4/texmf-dist/doc/generic/vntex/tests/t5iwona-test.tex texlive-lang-2009/texmf-dist/doc/generic/vntex/tests/t5iwona-test.tex --- texlive-lang-2007.dfsg.4/texmf-dist/doc/generic/vntex/tests/t5iwona-test.tex 2006-11-26 20:54:26.000000000 +0000 +++ texlive-lang-2009/texmf-dist/doc/generic/vntex/tests/t5iwona-test.tex 1970-01-01 01:00:00.000000000 +0100 @@ -1,47 +0,0 @@ -% Copyright 2003-2005 Han The Thanh . -% This file is part of vntex. License: LPPL, version 1.3 or newer, -% according to http://www.latex-project.org/lppl.txt - -\documentclass[test]{vnsample} - -\mapfile{t5-iwona} - -\begin{document} -\begin{shortsample} -\shorttext{T5}{iwona}{l}{n} {t5-iwonal} {IwonaLight-Regular} -\shorttext{T5}{iwona}{l}{it} {t5-iwonali} {IwonaLight-Italic} -\shorttext{T5}{iwona}{l}{sc} {t5-iwonalcap} {IwonaLight-Regular} -\shorttext{T5}{iwona}{l}{scit} {t5-iwonalicap} {IwonaLight-Italic} -\shorttext{T5}{iwona}{m}{n} {t5-iwonar} {Iwona-Regular} -\shorttext{T5}{iwona}{m}{it} {t5-iwonari} {Iwona-Italic} -\shorttext{T5}{iwona}{m}{sc} {t5-iwonarcap} {Iwona-Regular} -\shorttext{T5}{iwona}{m}{scit} {t5-iwonaricap} {Iwona-Italic} -\shorttext{T5}{iwona}{sb}{n} {t5-iwonam} {IwonaMedium-Regular} -\shorttext{T5}{iwona}{sb}{it} {t5-iwonami} {IwonaMedium-Italic} -\shorttext{T5}{iwona}{sb}{sc} {t5-iwonamcap} {IwonaMedium-Regular} -\shorttext{T5}{iwona}{sb}{scit} {t5-iwonamicap} {IwonaMedium-Italic} -\shorttext{T5}{iwona}{b}{n} {t5-iwonab} {Iwona-Bold} -\shorttext{T5}{iwona}{b}{it} {t5-iwonabi} {Iwona-BoldItalic} -\shorttext{T5}{iwona}{b}{sc} {t5-iwonabcap} {Iwona-Bold} -\shorttext{T5}{iwona}{b}{scit} {t5-iwonabicap} {Iwona-BoldItalic} -\end{shortsample} -\clearpage -\begin{shortsample} -\shorttext{T5}{iwona}{lc}{n} {t5-iwonacl} {IwonaCondLight-Regular} -\shorttext{T5}{iwona}{lc}{it} {t5-iwonacli} {IwonaCondLight-Italic} -\shorttext{T5}{iwona}{lc}{sc} {t5-iwonaclcap} {IwonaCondLight-Regular} -\shorttext{T5}{iwona}{lc}{scit} {t5-iwonaclicap} {IwonaCondLight-Italic} -\shorttext{T5}{iwona}{mc}{n} {t5-iwonacr} {IwonaCond-Regular} -\shorttext{T5}{iwona}{mc}{it} {t5-iwonacri} {IwonaCond-Italic} -\shorttext{T5}{iwona}{mc}{sc} {t5-iwonacrcap} {IwonaCond-Regular} -\shorttext{T5}{iwona}{mc}{scit} {t5-iwonacricap} {IwonaCond-Italic} -\shorttext{T5}{iwona}{sbc}{n} {t5-iwonacm} {IwonaCondMedium-Regular} -\shorttext{T5}{iwona}{sbc}{it} {t5-iwonacmi} {IwonaCondMedium-Italic} -\shorttext{T5}{iwona}{sbc}{sc} {t5-iwonacmcap} {IwonaCondMedium-Regular} -\shorttext{T5}{iwona}{sbc}{scit} {t5-iwonacmicap} {IwonaCondMedium-Italic} -\shorttext{T5}{iwona}{bc}{n} {t5-iwonacb} {IwonaCond-Bold} -\shorttext{T5}{iwona}{bc}{it} {t5-iwonacbi} {IwonaCond-BoldItalic} -\shorttext{T5}{iwona}{bc}{sc} {t5-iwonacbcap} {IwonaCond-Bold} -\shorttext{T5}{iwona}{bc}{scit} {t5-iwonacbicap} {IwonaCond-BoldItalic} -\end{shortsample} -\end{document} diff -Nru texlive-lang-2007.dfsg.4/texmf-dist/doc/generic/vntex/tests/t5kurier-sample.tex texlive-lang-2009/texmf-dist/doc/generic/vntex/tests/t5kurier-sample.tex --- texlive-lang-2007.dfsg.4/texmf-dist/doc/generic/vntex/tests/t5kurier-sample.tex 2006-11-26 20:54:26.000000000 +0000 +++ texlive-lang-2009/texmf-dist/doc/generic/vntex/tests/t5kurier-sample.tex 1970-01-01 01:00:00.000000000 +0100 @@ -1,66 +0,0 @@ -% Copyright 2003-2005 Han The Thanh . -% This file is part of vntex. License: LPPL, version 1.3 or newer, -% according to http://www.latex-project.org/lppl.txt - -\documentclass[sample]{vnsample} - -\mapfile{t5-kurier} - -\begin{document} -\section{KurierLight-Regular} -\showletters{T5}{kurier}{l}{n} {t5-kurierl} {KurierLight-Regular} -\showletters{T5}{kurier}{l}{it} {t5-kurierli} {KurierLight-Italic} -\showletters{T5}{kurier}{l}{sc} {t5-kurierlcap} {KurierLight-Regular} -\showletters{T5}{kurier}{l}{scit} {t5-kurierlicap} {KurierLight-Italic} -\showtext {T5}{kurier}{l}{n} {t5-kurierl} {KurierLight-Regular} - -\section{Kurier-Regular} -\showletters{T5}{kurier}{m}{n} {t5-kurierr} {Kurier-Regular} -\showletters{T5}{kurier}{m}{it} {t5-kurierri} {Kurier-Italic} -\showletters{T5}{kurier}{m}{sc} {t5-kurierrcap} {Kurier-Regular} -\showletters{T5}{kurier}{m}{scit} {t5-kurierricap} {Kurier-Italic} -\showtext {T5}{kurier}{m}{n} {t5-kurierr} {Kurier-Regular} - -\section{KurierMedium-Regular} -\showletters{T5}{kurier}{sb}{n} {t5-kurierm} {KurierMedium-Regular} -\showletters{T5}{kurier}{sb}{it} {t5-kuriermi} {KurierMedium-Italic} -\showletters{T5}{kurier}{sb}{sc} {t5-kuriermcap} {KurierMedium-Regular} -\showletters{T5}{kurier}{sb}{scit} {t5-kuriermicap} {KurierMedium-Italic} -\showtext {T5}{kurier}{sb}{n} {t5-kurierm} {KurierMedium-Regular} - -\section{Kurier-Bold} -\showletters{T5}{kurier}{b}{n} {t5-kurierb} {Kurier-Bold} -\showletters{T5}{kurier}{b}{it} {t5-kurierbi} {Kurier-BoldItalic} -\showletters{T5}{kurier}{b}{sc} {t5-kurierbcap} {Kurier-Bold} -\showletters{T5}{kurier}{b}{scit} {t5-kurierbicap} {Kurier-BoldItalic} -\showtext {T5}{kurier}{b}{n} {t5-kurierb} {Kurier-Bold} - -\section{KurierCondLight-Regular} -\showletters{T5}{kurier}{lc}{n} {t5-kuriercl} {KurierCondLight-Regular} -\showletters{T5}{kurier}{lc}{it} {t5-kuriercli} {KurierCondLight-Italic} -\showletters{T5}{kurier}{lc}{sc} {t5-kurierclcap} {KurierCondLight-Regular} -\showletters{T5}{kurier}{lc}{scit} {t5-kurierclicap} {KurierCondLight-Italic} -\showtext {T5}{kurier}{lc}{n} {t5-kuriercl} {KurierCondLight-Regular} - -\section{KurierCond-Regular} -\showletters{T5}{kurier}{mc}{n} {t5-kuriercr} {KurierCond-Regular} -\showletters{T5}{kurier}{mc}{it} {t5-kuriercri} {KurierCond-Italic} -\showletters{T5}{kurier}{mc}{sc} {t5-kuriercrcap} {KurierCond-Regular} -\showletters{T5}{kurier}{mc}{scit} {t5-kuriercricap} {KurierCond-Italic} -\showtext {T5}{kurier}{mc}{n} {t5-kuriercr} {KurierCond-Regular} - -\section{KurierCondMedium-Regular} -\showletters{T5}{kurier}{sbc}{n} {t5-kuriercm} {KurierCondMedium-Regular} -\showletters{T5}{kurier}{sbc}{it} {t5-kuriercmi} {KurierCondMedium-Italic} -\showletters{T5}{kurier}{sbc}{sc} {t5-kuriercmcap} {KurierCondMedium-Regular} -\showletters{T5}{kurier}{sbc}{scit} {t5-kuriercmicap} {KurierCondMedium-Italic} -\showtext {T5}{kurier}{sbc}{n} {t5-kuriercm} {KurierCondMedium-Regular} - -\section{KurierCond-Bold} -\showletters{T5}{kurier}{bc}{n} {t5-kuriercb} {KurierCond-Bold} -\showletters{T5}{kurier}{bc}{it} {t5-kuriercbi} {KurierCond-BoldItalic} -\showletters{T5}{kurier}{bc}{sc} {t5-kuriercbcap} {KurierCond-Bold} -\showletters{T5}{kurier}{bc}{scit} {t5-kuriercbicap} {KurierCond-BoldItalic} -\showtext {T5}{kurier}{bc}{n} {t5-kuriercb} {KurierCond-Bold} -\end{document} - diff -Nru texlive-lang-2007.dfsg.4/texmf-dist/doc/generic/vntex/tests/t5kurier-test.tex texlive-lang-2009/texmf-dist/doc/generic/vntex/tests/t5kurier-test.tex --- texlive-lang-2007.dfsg.4/texmf-dist/doc/generic/vntex/tests/t5kurier-test.tex 2006-11-26 20:54:26.000000000 +0000 +++ texlive-lang-2009/texmf-dist/doc/generic/vntex/tests/t5kurier-test.tex 1970-01-01 01:00:00.000000000 +0100 @@ -1,47 +0,0 @@ -% Copyright 2003-2005 Han The Thanh . -% This file is part of vntex. License: LPPL, version 1.3 or newer, -% according to http://www.latex-project.org/lppl.txt - -\documentclass[test]{vnsample} - -\mapfile{t5-kurier} - -\begin{document} -\begin{shortsample} -\shorttext{T5}{kurier}{l}{n} {t5-kurierl} {KurierLight-Regular} -\shorttext{T5}{kurier}{l}{it} {t5-kurierli} {KurierLight-Italic} -\shorttext{T5}{kurier}{l}{sc} {t5-kurierlcap} {KurierLight-Regular} -\shorttext{T5}{kurier}{l}{scit} {t5-kurierlicap} {KurierLight-Italic} -\shorttext{T5}{kurier}{m}{n} {t5-kurierr} {Kurier-Regular} -\shorttext{T5}{kurier}{m}{it} {t5-kurierri} {Kurier-Italic} -\shorttext{T5}{kurier}{m}{sc} {t5-kurierrcap} {Kurier-Regular} -\shorttext{T5}{kurier}{m}{scit} {t5-kurierricap} {Kurier-Italic} -\shorttext{T5}{kurier}{sb}{n} {t5-kurierm} {KurierMedium-Regular} -\shorttext{T5}{kurier}{sb}{it} {t5-kuriermi} {KurierMedium-Italic} -\shorttext{T5}{kurier}{sb}{sc} {t5-kuriermcap} {KurierMedium-Regular} -\shorttext{T5}{kurier}{sb}{scit} {t5-kuriermicap} {KurierMedium-Italic} -\shorttext{T5}{kurier}{b}{n} {t5-kurierb} {Kurier-Bold} -\shorttext{T5}{kurier}{b}{it} {t5-kurierbi} {Kurier-BoldItalic} -\shorttext{T5}{kurier}{b}{sc} {t5-kurierbcap} {Kurier-Bold} -\shorttext{T5}{kurier}{b}{scit} {t5-kurierbicap} {Kurier-BoldItalic} -\end{shortsample} -\clearpage -\begin{shortsample} -\shorttext{T5}{kurier}{lc}{n} {t5-kuriercl} {KurierCondLight-Regular} -\shorttext{T5}{kurier}{lc}{it} {t5-kuriercli} {KurierCondLight-Italic} -\shorttext{T5}{kurier}{lc}{sc} {t5-kurierclcap} {KurierCondLight-Regular} -\shorttext{T5}{kurier}{lc}{scit} {t5-kurierclicap} {KurierCondLight-Italic} -\shorttext{T5}{kurier}{mc}{n} {t5-kuriercr} {KurierCond-Regular} -\shorttext{T5}{kurier}{mc}{it} {t5-kuriercri} {KurierCond-Italic} -\shorttext{T5}{kurier}{mc}{sc} {t5-kuriercrcap} {KurierCond-Regular} -\shorttext{T5}{kurier}{mc}{scit} {t5-kuriercricap} {KurierCond-Italic} -\shorttext{T5}{kurier}{sbc}{n} {t5-kuriercm} {KurierCondMedium-Regular} -\shorttext{T5}{kurier}{sbc}{it} {t5-kuriercmi} {KurierCondMedium-Italic} -\shorttext{T5}{kurier}{sbc}{sc} {t5-kuriercmcap} {KurierCondMedium-Regular} -\shorttext{T5}{kurier}{sbc}{scit} {t5-kuriercmicap} {KurierCondMedium-Italic} -\shorttext{T5}{kurier}{bc}{n} {t5-kuriercb} {KurierCond-Bold} -\shorttext{T5}{kurier}{bc}{it} {t5-kuriercbi} {KurierCond-BoldItalic} -\shorttext{T5}{kurier}{bc}{sc} {t5-kuriercbcap} {KurierCond-Bold} -\shorttext{T5}{kurier}{bc}{scit} {t5-kuriercbicap} {KurierCond-BoldItalic} -\end{shortsample} -\end{document} diff -Nru texlive-lang-2007.dfsg.4/texmf-dist/doc/generic/vntex/tests/t5lm-sample.tex texlive-lang-2009/texmf-dist/doc/generic/vntex/tests/t5lm-sample.tex --- texlive-lang-2007.dfsg.4/texmf-dist/doc/generic/vntex/tests/t5lm-sample.tex 2006-11-26 20:54:26.000000000 +0000 +++ texlive-lang-2009/texmf-dist/doc/generic/vntex/tests/t5lm-sample.tex 1970-01-01 01:00:00.000000000 +0100 @@ -1,122 +0,0 @@ -% Copyright 2003-2005 Han The Thanh . -% This file is part of vntex. License: LPPL, version 1.3 or newer, -% according to http://www.latex-project.org/lppl.txt - -\documentclass[sample]{vnsample} - -\mapfile{lm.map} - -\begin{document} -\section{lmr} -\showCMfont{T5}{lmr}{m}{n} {t5-lmr5} {N/A} -\showCMfont{T5}{lmr}{m}{n} {t5-lmr6} {N/A} -\showCMfont{T5}{lmr}{m}{n} {t5-lmr7} {N/A} -\showCMfont{T5}{lmr}{m}{n} {t5-lmr8} {N/A} -\showCMfont{T5}{lmr}{m}{n} {t5-lmr9} {N/A} -\showCMfont{T5}{lmr}{m}{n} {t5-lmr10} {N/A} -\showCMfont{T5}{lmr}{m}{n} {t5-lmr12} {N/A} -\showCMfont{T5}{lmr}{m}{n} {t5-lmr17} {N/A} - -\section{lmro} -\showCMfont{T5}{lmr}{m}{sl} {t5-lmro8} {N/A} -\showCMfont{T5}{lmr}{m}{sl} {t5-lmro9} {N/A} -\showCMfont{T5}{lmr}{m}{sl} {t5-lmro10} {N/A} -\showCMfont{T5}{lmr}{m}{sl} {t5-lmro12} {N/A} -\showCMfont{T5}{lmr}{m}{sl} {t5-lmro17} {N/A} - -\section{lmri} -\showCMfont{T5}{lmr}{m}{it} {t5-lmri7} {N/A} -\showCMfont{T5}{lmr}{m}{it} {t5-lmri8} {N/A} -\showCMfont{T5}{lmr}{m}{it} {t5-lmri9} {N/A} -\showCMfont{T5}{lmr}{m}{it} {t5-lmri10} {N/A} -\showCMfont{T5}{lmr}{m}{it} {t5-lmri12} {N/A} - -\section{lmcsc} -\showCMfont{T5}{lmr}{m}{sc} {t5-lmcsc10} {N/A} - -\section{lmcsco} -\showCMfont{T5}{lmr}{m}{scsl} {t5-lmcsco10} {N/A} - -\section{lmb} -\showCMfont{T5}{lmr}{b}{n} {t5-lmb10} {N/A} - -\section{lmbo} -\showCMfont{T5}{lmr}{b}{sl} {t5-lmbo10} {N/A} - -\section{lmbx} -\showCMfont{T5}{lmr}{bx}{n} {t5-lmbx5} {N/A} -\showCMfont{T5}{lmr}{bx}{n} {t5-lmbx6} {N/A} -\showCMfont{T5}{lmr}{bx}{n} {t5-lmbx7} {N/A} -\showCMfont{T5}{lmr}{bx}{n} {t5-lmbx8} {N/A} -\showCMfont{T5}{lmr}{bx}{n} {t5-lmbx9} {N/A} -\showCMfont{T5}{lmr}{bx}{n} {t5-lmbx10} {N/A} -\showCMfont{T5}{lmr}{bx}{n} {t5-lmbx12} {N/A} - -\section{lmbxi} -\showCMfont{T5}{lmr}{bx}{it} {t5-lmbxi10} {N/A} - -\section{lmbxo} -\showCMfont{T5}{lmr}{bx}{sl} {t5-lmbxo10} {N/A} - -\section{lmss} -\showCMfont{T5}{lmss}{m}{n} {t5-lmss8} {N/A} -\showCMfont{T5}{lmss}{m}{n} {t5-lmss9} {N/A} -\showCMfont{T5}{lmss}{m}{n} {t5-lmss10} {N/A} -\showCMfont{T5}{lmss}{m}{n} {t5-lmss12} {N/A} -\showCMfont{T5}{lmss}{m}{n} {t5-lmss17} {N/A} - -\section{lmsso} -\showCMfont{T5}{lmss}{m}{sl} {t5-lmsso8} {N/A} -\showCMfont{T5}{lmss}{m}{sl} {t5-lmsso9} {N/A} -\showCMfont{T5}{lmss}{m}{sl} {t5-lmsso10} {N/A} -\showCMfont{T5}{lmss}{m}{sl} {t5-lmsso12} {N/A} -\showCMfont{T5}{lmss}{m}{sl} {t5-lmsso17} {N/A} - -\section{lmssdc} -\showCMfont{T5}{lmss}{sbc}{n} {t5-lmssdc10} {N/A} - -\section{lmssdo} -\showCMfont{T5}{lmss}{sbc}{sl} {t5-lmssdo10} {N/A} - -\section{lmssbx} -\showCMfont{T5}{lmss}{bx}{n} {t5-lmssbx10} {N/A} - -\section{lmssbo} -\showCMfont{T5}{lmss}{bx}{sl} {t5-lmssbo10} {N/A} - -\section{lmssq} -\showCMfont{T5}{lmssq}{m}{n} {t5-lmssq8} {N/A} - -\section{lmssqo} -\showCMfont{T5}{lmssq}{m}{sl} {t5-lmssqo8} {N/A} - -\section{lmssqbx} -\showCMfont{T5}{lmssq}{bx}{n} {t5-lmssqbx8} {N/A} - -\section{lmssqbo} -\showCMfont{T5}{lmssq}{bx}{sl} {t5-lmssqbo8} {N/A} - -\section{lmtt} -\showCMfont{T5}{lmtt}{m}{n} {t5-lmtt8} {N/A} -\showCMfont{T5}{lmtt}{m}{n} {t5-lmtt9} {N/A} -\showCMfont{T5}{lmtt}{m}{n} {t5-lmtt10} {N/A} -\showCMfont{T5}{lmtt}{m}{n} {t5-lmtt12} {N/A} -\showCMfont{T5}{lmtt}{m}{it} {t5-lmtti10} {N/A} -\showCMfont{T5}{lmtt}{m}{sl} {t5-lmtto10} {N/A} -\showCMfont{T5}{lmtt}{m}{sc} {t5-lmtcsc10} {N/A} -\showCMfont{T5}{lmtt}{m}{scsl} {t5-lmtcso10} {N/A} -\showCMfont{T5}{lmtt}{lt}{n} {t5-lmtl10} {N/A} -\showCMfont{T5}{lmtt}{lt}{sl} {t5-lmtlo10} {N/A} -\showCMfont{T5}{lmtt}{lc}{n} {t5-lmtlc10} {N/A} -\showCMfont{T5}{lmtt}{lc}{sl} {t5-lmtlco10} {N/A} -\showCMfont{T5}{lmtt}{dk}{n} {t5-lmtk10} {N/A} -\showCMfont{T5}{lmtt}{dk}{sl} {t5-lmtko10} {N/A} - -\section{lmvtt} -\showCMfont{T5}{lmvtt}{m}{n} {t5-lmvtt10} {N/A} -\showCMfont{T5}{lmvtt}{m}{sl} {t5-lmvtto10} {N/A} -\showCMfont{T5}{lmvtt}{lt}{n} {t5-lmvtl10} {N/A} -\showCMfont{T5}{lmvtt}{lt}{sl} {t5-lmvtlo10} {N/A} -\showCMfont{T5}{lmvtt}{dk}{n} {t5-lmvtk10} {N/A} -\showCMfont{T5}{lmvtt}{dk}{sl} {t5-lmvtko10} {N/A} -\end{document} diff -Nru texlive-lang-2007.dfsg.4/texmf-dist/doc/generic/vntex/tests/t5lm-test.tex texlive-lang-2009/texmf-dist/doc/generic/vntex/tests/t5lm-test.tex --- texlive-lang-2007.dfsg.4/texmf-dist/doc/generic/vntex/tests/t5lm-test.tex 2006-11-26 20:54:26.000000000 +0000 +++ texlive-lang-2009/texmf-dist/doc/generic/vntex/tests/t5lm-test.tex 1970-01-01 01:00:00.000000000 +0100 @@ -1,52 +0,0 @@ -% Copyright 2003-2005 Han The Thanh . -% This file is part of vntex. License: LPPL, version 1.3 or newer, -% according to http://www.latex-project.org/lppl.txt - -\documentclass[test]{vnsample} - -\mapfile{lm} - -\begin{document} -\begin{shortsample} -\shorttext{T5}{lmr}{m}{n} {t5-lmr\{5,6,7,8,9,10,12,17\}} {N/A} -\shorttext{T5}{lmr}{m}{sl} {t5-lmro\{8,9,10,12\}} {N/A} -\shorttext{T5}{lmr}{m}{it} {t5-lmri\{7,8,9,10,12\}} {N/A} -\shorttext{T5}{lmr}{m}{sc} {t5-lmcsc10} {N/A} -\shorttext{T5}{lmr}{m}{scsl} {t5-lmcsco10} {N/A} -\shorttext{T5}{lmr}{b}{n} {t5-lmb10} {N/A} -\shorttext{T5}{lmr}{b}{sl} {t5-lmbo10} {N/A} -\shorttext{T5}{lmr}{bx}{n} {t5-lmbx\{5,6,7,8,9,10,12\}} {N/A} -\shorttext{T5}{lmr}{bx}{it} {t5-lmbxi10} {N/A} -\shorttext{T5}{lmr}{bx}{sl} {t5-lmbxo10} {N/A} -\shorttext{T5}{lmss}{m}{n} {t5-lmss\{8,9,10,12,17\}} {N/A} -\shorttext{T5}{lmss}{m}{sl} {t5-lmsso\{8,9,10,12,17\}} {N/A} -\shorttext{T5}{lmss}{sbc}{n} {t5-lmssdc10} {N/A} -\shorttext{T5}{lmss}{sbc}{sl} {t5-lmssdo10} {N/A} -\shorttext{T5}{lmss}{bx}{n} {t5-lmssbx10} {N/A} -\shorttext{T5}{lmss}{bx}{sl} {t5-lmssbo10} {N/A} -\shorttext{T5}{lmssq}{m}{n} {t5-lmssq8} {N/A} -\shorttext{T5}{lmssq}{m}{sl} {t5-lmssqo8} {N/A} -\shorttext{T5}{lmssq}{bx}{n} {t5-lmssqbx8} {N/A} -\shorttext{T5}{lmssq}{bx}{sl} {t5-lmssqbo8} {N/A} -\end{shortsample} -\clearpage -\begin{shortsample} -\shorttext{T5}{lmtt}{lc}{n} {t5-lmtlc10} {N/A} -\shorttext{T5}{lmtt}{lc}{sl} {t5-lmtlco10} {N/A} -\shorttext{T5}{lmtt}{lt}{n} {t5-lmtl10} {N/A} -\shorttext{T5}{lmtt}{lt}{sl} {t5-lmtlo10} {N/A} -\shorttext{T5}{lmtt}{dk}{n} {t5-lmtk10} {N/A} -\shorttext{T5}{lmtt}{dk}{sl} {t5-lmtko10} {N/A} -\shorttext{T5}{lmtt}{m}{n} {t5-lmtt\{8,9,10,12\}} {N/A} -\shorttext{T5}{lmtt}{m}{it} {t5-lmtti10} {N/A} -\shorttext{T5}{lmtt}{m}{sl} {t5-lmtto10} {N/A} -\shorttext{T5}{lmtt}{m}{sc} {t5-lmtcsc10} {N/A} -\shorttext{T5}{lmtt}{m}{scsl} {t5-lmtcso10} {N/A} -\shorttext{T5}{lmvtt}{m}{n} {t5-lmvtt10} {N/A} -\shorttext{T5}{lmvtt}{m}{sl} {t5-lmvtto10} {N/A} -\shorttext{T5}{lmvtt}{lt}{n} {t5-lmvtl10} {N/A} -\shorttext{T5}{lmvtt}{lt}{sl} {t5-lmvtlo10} {N/A} -\shorttext{T5}{lmvtt}{dk}{n} {t5-lmvtk10} {N/A} -\shorttext{T5}{lmvtt}{dk}{sl} {t5-lmvtko10} {N/A} -\end{shortsample} -\end{document} diff -Nru texlive-lang-2007.dfsg.4/texmf-dist/doc/generic/vntex/tests/termes-sample.tex texlive-lang-2009/texmf-dist/doc/generic/vntex/tests/termes-sample.tex --- texlive-lang-2007.dfsg.4/texmf-dist/doc/generic/vntex/tests/termes-sample.tex 2006-11-26 20:54:26.000000000 +0000 +++ texlive-lang-2009/texmf-dist/doc/generic/vntex/tests/termes-sample.tex 1970-01-01 01:00:00.000000000 +0100 @@ -1,19 +0,0 @@ -% Copyright 2003-2005 Han The Thanh . -% This file is part of vntex. License: LPPL, version 1.3 or newer, -% according to http://www.latex-project.org/lppl.txt - -\documentclass[sample]{vnsample} - -\mapfile{qtm} - -\begin{document} -\section{TeX Gyre Termes} -\showletters{T5}{qtm}{m}{n} {t5-qtmr} {TeXGyreTermes-Regular} -\showletters{T5}{qtm}{m}{it} {t5-qtmri} {TeXGyreTermes-Italic} -\showletters{T5}{qtm}{b}{n} {t5-qtmb} {TeXGyreTermes-Bold} -\showletters{T5}{qtm}{b}{it} {t5-qtmbi} {TeXGyreTermes-BoldItalic} -\showletters{T5}{qtm}{m}{sc} {t5-qtmr-sc} {TeXGyreTermes-Regular} -\showletters{T5}{qtm}{m}{scit} {t5-qtmri-sc} {TeXGyreTermes-Italic} -\showletters{T5}{qtm}{b}{sc} {t5-qtmb-sc} {TeXGyreTermes-Bold} -\showtext {T5}{qtm}{m}{n} {t5-qtmr} {TeXGyreTermes-Regular} -\end{document} diff -Nru texlive-lang-2007.dfsg.4/texmf-dist/doc/generic/vntex/tests/termes-test.tex texlive-lang-2009/texmf-dist/doc/generic/vntex/tests/termes-test.tex --- texlive-lang-2007.dfsg.4/texmf-dist/doc/generic/vntex/tests/termes-test.tex 2006-11-26 20:54:26.000000000 +0000 +++ texlive-lang-2009/texmf-dist/doc/generic/vntex/tests/termes-test.tex 1970-01-01 01:00:00.000000000 +0100 @@ -1,20 +0,0 @@ -% Copyright 2003-2005 Han The Thanh . -% This file is part of vntex. License: LPPL, version 1.3 or newer, -% according to http://www.latex-project.org/lppl.txt - -\documentclass[test]{vnsample} - -\mapfile{qtm} - -\begin{document} -\begin{shortsample} -\shorttext{T5}{qtm}{m}{n} {t5-qtmr} {TeXGyreTermes-Regular} -\shorttext{T5}{qtm}{m}{it} {t5-qtmri} {TeXGyreTermes-Italic} -\shorttext{T5}{qtm}{b}{n} {t5-qtmb} {TeXGyreTermes-Bold} -\shorttext{T5}{qtm}{b}{it} {t5-qtmbi} {TeXGyreTermes-BoldItalic} -\shorttext{T5}{qtm}{m}{sc} {t5-qtmr-sc} {TeXGyreTermes-Regular} -\shorttext{T5}{qtm}{m}{scit} {t5-qtmri-sc} {TeXGyreTermes-Italic} -\shorttext{T5}{qtm}{b}{sc} {t5-qtmb-sc} {TeXGyreTermes-Bold} -\shorttext{T5}{qtm}{b}{scit} {t5-qtmbi-sc} {TeXGyreTermes-BoldItalic} -\end{shortsample} -\end{document} diff -Nru texlive-lang-2007.dfsg.4/texmf-dist/doc/generic/vntex/tests/test-accents.tex texlive-lang-2009/texmf-dist/doc/generic/vntex/tests/test-accents.tex --- texlive-lang-2007.dfsg.4/texmf-dist/doc/generic/vntex/tests/test-accents.tex 2006-01-09 00:56:57.000000000 +0000 +++ texlive-lang-2009/texmf-dist/doc/generic/vntex/tests/test-accents.tex 1970-01-01 01:00:00.000000000 +0100 @@ -1,185 +0,0 @@ -% Copyright 2003-2005 Han The Thanh . -% This file is part of vntex. License: LPPL, version 1.3 or newer, -% according to http://www.latex-project.org/lppl.txt - -\large -\def\X#1{\hbox to 2em{\hss#1\hss}} -\begin{multicols}{2} -\noindent -\X{\ABREVE} \verb|\ABREVE| \\ -\X{\Abreve} \verb|\Abreve| \\ -\X{\ACIRCUMFLEX} \verb|\ACIRCUMFLEX| \\ -\X{\Acircumflex} \verb|\Acircumflex| \\ -\X{\ECIRCUMFLEX} \verb|\ECIRCUMFLEX| \\ -\X{\Ecircumflex} \verb|\Ecircumflex| \\ -\X{\Ocircumflex} \verb|\Ocircumflex| \\ -\X{\OCIRCUMFLEX} \verb|\OCIRCUMFLEX| \\ -\X{\OHORN} \verb|\OHORN| \\ -\X{\Ohorn} \verb|\Ohorn| \\ -\X{\UHORN} \verb|\UHORN| \\ -\X{\Uhorn} \verb|\Uhorn| \\ -\X{\abreve} \verb|\abreve| \\ -\X{\acircumflex} \verb|\acircumflex| \\ -\X{\dj} \verb|\dj| \\ -\X{\ecircumflex} \verb|\ecircumflex| \\ -\X{\i} \verb|\i| \\ -\X{\ocircumflex} \verb|\ocircumflex| \\ -\X{\ohorn} \verb|\ohorn| \\ -\X{\uhorn} \verb|\uhorn| \\ -\X{\'A} \verb|\'A| \\ -\X{\'E} \verb|\'E| \\ -\X{\'I} \verb|\'I| \\ -\X{\'O} \verb|\'O| \\ -\X{\'U} \verb|\'U| \\ -\X{\'Y} \verb|\'Y| \\ -\X{\'\ABREVE} \verb|\'\ABREVE| \\ -\X{\'\Abreve} \verb|\'\Abreve| \\ -\X{\'\ACIRCUMFLEX} \verb|\'\ACIRCUMFLEX| \\ -\X{\'\Acircumflex} \verb|\'\Acircumflex| \\ -\X{\'\ECIRCUMFLEX} \verb|\'\ECIRCUMFLEX| \\ -\X{\'\Ecircumflex} \verb|\'\Ecircumflex| \\ -\X{\'\OCIRCUMFLEX} \verb|\'\OCIRCUMFLEX| \\ -\X{\'\Ocircumflex} \verb|\'\Ocircumflex| \\ -\X{\'\OHORN} \verb|\'\OHORN| \\ -\X{\'\Ohorn} \verb|\'\Ohorn| \\ -\X{\'\UHORN} \verb|\'\UHORN| \\ -\X{\'\Uhorn} \verb|\'\Uhorn| \\ -\X{\'\abreve} \verb|\'\abreve| \\ -\X{\'\acircumflex} \verb|\'\acircumflex| \\ -\X{\'\ecircumflex} \verb|\'\ecircumflex| \\ -\X{\'\ocircumflex} \verb|\'\ocircumflex| \\ -\X{\'\ohorn} \verb|\'\ohorn| \\ -\X{\'\uhorn} \verb|\'\uhorn| \\ -\X{\'a} \verb|\'a| \\ -\X{\'e} \verb|\'e| \\ -\X{\'i} \verb|\'i| \\ -\X{\'o} \verb|\'o| \\ -\X{\'u} \verb|\'u| \\ -\X{\'y} \verb|\'y| \\ -\X{\^A} \verb|\^A| \\ -\X{\^E} \verb|\^E| \\ -\X{\^O} \verb|\^O| \\ -\X{\^a} \verb|\^a| \\ -\X{\^e} \verb|\^e| \\ -\X{\^o} \verb|\^o| \\ -\X{\`A} \verb|\`A| \\ -\X{\`E} \verb|\`E| \\ -\X{\`I} \verb|\`I| \\ -\X{\`O} \verb|\`O| \\ -\X{\`U} \verb|\`U| \\ -\X{\`Y} \verb|\`Y| \\ -\X{\`\ABREVE} \verb|\`\ABREVE| \\ -\X{\`\Abreve} \verb|\`\Abreve| \\ -\X{\`\ACIRCUMFLEX} \verb|\`\ACIRCUMFLEX| \\ -\X{\`\Acircumflex} \verb|\`\Acircumflex| \\ -\X{\`\ECIRCUMFLEX} \verb|\`\ECIRCUMFLEX| \\ -\X{\`\Ecircumflex} \verb|\`\Ecircumflex| \\ -\X{\`\OCIRCUMFLEX} \verb|\`\OCIRCUMFLEX| \\ -\X{\`\Ocircumflex} \verb|\`\Ocircumflex| \\ -\X{\`\OHORN} \verb|\`\OHORN| \\ -\X{\`\Ohorn} \verb|\`\Ohorn| \\ -\X{\`\UHORN} \verb|\`\UHORN| \\ -\X{\`\Uhorn} \verb|\`\Uhorn| \\ -\X{\`\abreve} \verb|\`\abreve| \\ -\X{\`\acircumflex} \verb|\`\acircumflex| \\ -\X{\`\ecircumflex} \verb|\`\ecircumflex| \\ -\X{\`\ocircumflex} \verb|\`\ocircumflex| \\ -\X{\`\ohorn} \verb|\`\ohorn| \\ -\X{\`\uhorn} \verb|\`\uhorn| \\ -\X{\`a} \verb|\`a| \\ -\X{\`e} \verb|\`e| \\ -\X{\`i} \verb|\`i| \\ -\X{\`o} \verb|\`o| \\ -\X{\`u} \verb|\`u| \\ -\X{\`y} \verb|\`y| \\ -\X{\d A} \verb|\d A| \\ -\X{\d E} \verb|\d E| \\ -\X{\d I} \verb|\d I| \\ -\X{\d O} \verb|\d O| \\ -\X{\d U} \verb|\d U| \\ -\X{\d Y} \verb|\d Y| \\ -\X{\d \ABREVE} \verb|\d \ABREVE| \\ -\X{\d \Abreve} \verb|\d \Abreve| \\ -\X{\d \ACIRCUMFLEX} \verb|\d \ACIRCUMFLEX| \\ -\X{\d \Acircumflex} \verb|\d \Acircumflex| \\ -\X{\d \ECIRCUMFLEX} \verb|\d \ECIRCUMFLEX| \\ -\X{\d \Ecircumflex} \verb|\d \Ecircumflex| \\ -\X{\d \OCIRCUMFLEX} \verb|\d \OCIRCUMFLEX| \\ -\X{\d \Ocircumflex} \verb|\d \Ocircumflex| \\ -\X{\d \OHORN} \verb|\d \OHORN| \\ -\X{\d \Ohorn} \verb|\d \Ohorn| \\ -\X{\d \UHORN} \verb|\d \UHORN| \\ -\X{\d \Uhorn} \verb|\d \Uhorn| \\ -\X{\d \abreve} \verb|\d \abreve| \\ -\X{\d \acircumflex} \verb|\d \acircumflex| \\ -\X{\d \ecircumflex} \verb|\d \ecircumflex| \\ -\X{\d \ocircumflex} \verb|\d \ocircumflex| \\ -\X{\d \ohorn} \verb|\d \ohorn| \\ -\X{\d \uhorn} \verb|\d \uhorn| \\ -\X{\d a} \verb|\d a| \\ -\X{\d e} \verb|\d e| \\ -\X{\d i} \verb|\d i| \\ -\X{\d o} \verb|\d o| \\ -\X{\d u} \verb|\d u| \\ -\X{\d y} \verb|\d y| \\ -\X{\h A} \verb|\h A| \\ -\X{\h E} \verb|\h E| \\ -\X{\h I} \verb|\h I| \\ -\X{\h O} \verb|\h O| \\ -\X{\h U} \verb|\h U| \\ -\X{\h Y} \verb|\h Y| \\ -\X{\h \ABREVE} \verb|\h \ABREVE| \\ -\X{\h \Abreve} \verb|\h \Abreve| \\ -\X{\h \ACIRCUMFLEX} \verb|\h \ACIRCUMFLEX| \\ -\X{\h \Acircumflex} \verb|\h \Acircumflex| \\ -\X{\h \ECIRCUMFLEX} \verb|\h \ECIRCUMFLEX| \\ -\X{\h \Ecircumflex} \verb|\h \Ecircumflex| \\ -\X{\h \OCIRCUMFLEX} \verb|\h \OCIRCUMFLEX| \\ -\X{\h \Ocircumflex} \verb|\h \Ocircumflex| \\ -\X{\h \OHORN} \verb|\h \OHORN| \\ -\X{\h \Ohorn} \verb|\h \Ohorn| \\ -\X{\h \UHORN} \verb|\h \UHORN| \\ -\X{\h \Uhorn} \verb|\h \Uhorn| \\ -\X{\h \abreve} \verb|\h \abreve| \\ -\X{\h \acircumflex} \verb|\h \acircumflex| \\ -\X{\h \ecircumflex} \verb|\h \ecircumflex| \\ -\X{\h \ocircumflex} \verb|\h \ocircumflex| \\ -\X{\h \ohorn} \verb|\h \ohorn| \\ -\X{\h \uhorn} \verb|\h \uhorn| \\ -\X{\h a} \verb|\h a| \\ -\X{\h e} \verb|\h e| \\ -\X{\h i} \verb|\h i| \\ -\X{\h o} \verb|\h o| \\ -\X{\h u} \verb|\h u| \\ -\X{\h y} \verb|\h y| \\ -\X{\~A} \verb|\~A| \\ -\X{\~E} \verb|\~E| \\ -\X{\~I} \verb|\~I| \\ -\X{\~O} \verb|\~O| \\ -\X{\~U} \verb|\~U| \\ -\X{\~Y} \verb|\~Y| \\ -\X{\~\ABREVE} \verb|\~\ABREVE| \\ -\X{\~\Abreve} \verb|\~\Abreve| \\ -\X{\~\ACIRCUMFLEX} \verb|\~\ACIRCUMFLEX| \\ -\X{\~\Acircumflex} \verb|\~\Acircumflex| \\ -\X{\~\ECIRCUMFLEX} \verb|\~\ECIRCUMFLEX| \\ -\X{\~\Ecircumflex} \verb|\~\Ecircumflex| \\ -\X{\~\OCIRCUMFLEX} \verb|\~\OCIRCUMFLEX| \\ -\X{\~\Ocircumflex} \verb|\~\Ocircumflex| \\ -\X{\~\OHORN} \verb|\~\OHORN| \\ -\X{\~\Ohorn} \verb|\~\Ohorn| \\ -\X{\~\UHORN} \verb|\~\UHORN| \\ -\X{\~\Uhorn} \verb|\~\Uhorn| \\ -\X{\~\abreve} \verb|\~\abreve| \\ -\X{\~\acircumflex} \verb|\~\acircumflex| \\ -\X{\~\ecircumflex} \verb|\~\ecircumflex| \\ -\X{\~\ocircumflex} \verb|\~\ocircumflex| \\ -\X{\~\ohorn} \verb|\~\ohorn| \\ -\X{\~\uhorn} \verb|\~\uhorn| \\ -\X{\~a} \verb|\~a| \\ -\X{\~e} \verb|\~e| \\ -\X{\~i} \verb|\~i| \\ -\X{\~o} \verb|\~o| \\ -\X{\~u} \verb|\~u| \\ -\X{\~y} \verb|\~y| \\ -\end{multicols} diff -Nru texlive-lang-2007.dfsg.4/texmf-dist/doc/generic/vntex/tests/test-babel.tex texlive-lang-2009/texmf-dist/doc/generic/vntex/tests/test-babel.tex --- texlive-lang-2007.dfsg.4/texmf-dist/doc/generic/vntex/tests/test-babel.tex 2006-01-09 00:56:57.000000000 +0000 +++ texlive-lang-2009/texmf-dist/doc/generic/vntex/tests/test-babel.tex 1970-01-01 01:00:00.000000000 +0100 @@ -1,59 +0,0 @@ -% Copyright 2003-2005 Han The Thanh . -% This file is part of vntex. License: LPPL, version 1.3 or newer, -% according to http://www.latex-project.org/lppl.txt - -\documentclass[openany]{book} -\IfFileExists{ucs.sty} -{\usepackage{ucs} % only needed when utf8x input encoding is being used - \usepackage[utf8x,utf8]{inputenc}} -{\usepackage[utf8]{inputenc}} - % inputenc must be loaded explicitly - % with options `utf8x' and `utf8' since - % we test both inputencodings - % simultaneously -\usepackage[vietnam,english]{babel} - -\usepackage{multicol} % needed for testing accent commands -\usepackage[colorlinks]{hyperref} % let's try vietnamese with hyperref -\input{pd1supp.def} % supplement for characters missing in PD1 encoding - % (used for PDF bookmarks) - -\begin{document} -\selectlanguage{vietnam} -\title{\bfseries Test of Vietnamese support for \LaTeX{} using \texttt{babel}} -\author{H\`an Th\'\ecircumflex{} Th\`anh} -\maketitle - -\tableofcontents -\listoffigures - -\chapter{Test input encodings} -\section{Test of VISCII encoding support} -\inputencoding{viscii} -\input{test-viscii} - -\section{Test of TCVN encoding support} -\inputencoding{tcvn} -\input{test-tcvn} - -\section{Test of UTF8 encoding support} -\inputencoding{utf8} -\input{test-utf8} - -\IfFileExists{ucs.sty}{% -\section[Test of UTF8x encoding support] - {Test of UTF8x encoding support (of the Unicode package)} -\inputencoding{utf8x} -\input{test-utf8} -}{\typeout{^^JWARNING: File ucs.sty not found, skipping test.^^J}} - -\clearpage -\appendix - -\chapter{Test of Vietnamese captions} -\input{test-captions} - -\chapter{Test of accent commands for T5 encoding} -\input{test-accents} - -\end{document} diff -Nru texlive-lang-2007.dfsg.4/texmf-dist/doc/generic/vntex/tests/test-captions.tex texlive-lang-2009/texmf-dist/doc/generic/vntex/tests/test-captions.tex --- texlive-lang-2007.dfsg.4/texmf-dist/doc/generic/vntex/tests/test-captions.tex 2006-01-09 00:56:57.000000000 +0000 +++ texlive-lang-2009/texmf-dist/doc/generic/vntex/tests/test-captions.tex 1970-01-01 01:00:00.000000000 +0100 @@ -1,27 +0,0 @@ -% Copyright 2003-2005 Han The Thanh . -% This file is part of vntex. License: LPPL, version 1.3 or newer, -% according to http://www.latex-project.org/lppl.txt - -\begin{tabular}{ll} -\verb|\prefacename| & \prefacename \\ -\verb|\refname| & \refname \\ -\verb|\abstractname| & \abstractname \\ -\verb|\bibname| & \bibname \\ -\verb|\chaptername| & \chaptername \\ -\verb|\appendixname| & \appendixname \\ -\verb|\contentsname| & \contentsname \\ -\verb|\listfigurename| & \listfigurename \\ -\verb|\listtablename| & \listtablename \\ -\verb|\indexname| & \indexname \\ -\verb|\figurename| & \figurename \\ -\verb|\tablename| & \tablename \\ -\verb|\partname| & \partname \\ -\verb|\enclname| & \enclname \\ -\verb|\ccname| & \ccname \\ -\verb|\headtoname| & \headtoname \\ -\verb|\pagename| & \pagename \\ -\verb|\headpagename| & \headpagename \\ -\verb|\prefacename| & \prefacename \\ -\verb|\seename| & \seename \\ -\verb|\alsoname| & \alsoname \\ -\end{tabular} diff -Nru texlive-lang-2007.dfsg.4/texmf-dist/doc/generic/vntex/tests/test-plain-tcx.tex texlive-lang-2009/texmf-dist/doc/generic/vntex/tests/test-plain-tcx.tex --- texlive-lang-2007.dfsg.4/texmf-dist/doc/generic/vntex/tests/test-plain-tcx.tex 2006-01-09 00:56:57.000000000 +0000 +++ texlive-lang-2009/texmf-dist/doc/generic/vntex/tests/test-plain-tcx.tex 1970-01-01 01:00:00.000000000 +0100 @@ -1,26 +0,0 @@ -%& -translate-file=viscii-t5 - -% Copyright 2003-2005 Han The Thanh . -% This file is part of vntex. License: LPPL, version 1.3 or newer, -% according to http://www.latex-project.org/lppl.txt - -\input plnfss % load PLNFSS -\setfontencoding{T5} % default is OT1 by plnfss -\selectfont % active the font switch - -\input t5code.tex % to get \uppercase and \lowercase work properly - -% some definitions used in included test files -\def\subsection#1{% - \bigskip - \leftline{\bfseries #1} - \smallskip - \noindent\ignorespaces} -\let\subsubsection=\subsection -\def\\{\hfil\break} -\def\MakeUppercase#1{\edef\x{\uppercase{#1}}\x} -\def\MakeLowercase#1{\edef\x{\lowercase{#1}}\x} - - -\input test-viscii -\bye diff -Nru texlive-lang-2007.dfsg.4/texmf-dist/doc/generic/vntex/tests/test-plain.tex texlive-lang-2009/texmf-dist/doc/generic/vntex/tests/test-plain.tex --- texlive-lang-2007.dfsg.4/texmf-dist/doc/generic/vntex/tests/test-plain.tex 2006-01-09 00:56:57.000000000 +0000 +++ texlive-lang-2009/texmf-dist/doc/generic/vntex/tests/test-plain.tex 1970-01-01 01:00:00.000000000 +0100 @@ -1,30 +0,0 @@ -% Copyright 2003-2005 Han The Thanh . -% This file is part of vntex. License: LPPL, version 1.3 or newer, -% according to http://www.latex-project.org/lppl.txt - -\input plnfss % load PLNFSS; must be loaded before plainenc - -\setfontencoding{T5} % default is OT1 by plnfss -\selectfont % active the font switch - -\input plainenc % load support for inputenc mechanism -\fontencoding{T5} % load the T5 encoding definition file (t5enc.def) - -% some definitions used in included test files -\def\subsection#1{% - \bigskip - \leftline{\bfseries #1} - \smallskip - \noindent\ignorespaces} -\let\subsubsection=\subsection -\def\\{\hfil\break} -\def\MakeUppercase#1{\edef\x{\uppercase{#1}}\x} -\def\MakeLowercase#1{\edef\x{\lowercase{#1}}\x} - - -\inputencoding{viscii} -\input test-viscii - -\inputencoding{tcvn} -\input test-tcvn -\bye diff -Nru texlive-lang-2007.dfsg.4/texmf-dist/doc/generic/vntex/tests/test-tcvn.tex texlive-lang-2009/texmf-dist/doc/generic/vntex/tests/test-tcvn.tex --- texlive-lang-2007.dfsg.4/texmf-dist/doc/generic/vntex/tests/test-tcvn.tex 2006-01-09 00:56:57.000000000 +0000 +++ texlive-lang-2009/texmf-dist/doc/generic/vntex/tests/test-tcvn.tex 1970-01-01 01:00:00.000000000 +0100 @@ -1,67 +0,0 @@ -% Copyright 2003-2005 Han The Thanh . -% This file is part of vntex. License: LPPL, version 1.3 or newer, -% according to http://www.latex-project.org/lppl.txt - -\subsection{Test of lowercase letters} -¸ ¹ µ ¶ · ¨ ¾ Æ » ¼ ½ © Ê Ë Ç È É ® \\ -Ð Ñ Ì Î Ï ª Õ Ö Ò Ó Ô Ý Þ × Ø Ü\\ -ã ä ß á â « è é å æ ç ¬ í î ê ë ì \\ -ó ô ï ñ ò ­ ø ù õ ö ÷ ý þ ú û ü - -\subsection{Test of uppercase letters} -ƒ „ € ‚ ¡ À … ¯ º ¿ ¢ Ä † Á  à § \\ -Š ‹ ‡ ˆ ‰ £ Ú Œ Å Í Ù ‘ Ž \\ -• – ’ “ ” ¤ ÿ — Û à ð ¥ › œ ˜ ™ š \\ -  ž Ÿ ¦           - -\subsection{Test whether \texttt{MakeLowercase} works correctly} -\MakeLowercase{% -ƒ „ € ‚ ¡ À … ¯ º ¿ ¢ Ä † Á  à § \\ -Š ‹ ‡ ˆ ‰ £ Ú Œ Å Í Ù ‘ Ž \\ -• – ’ “ ” ¤ ÿ — Û à ð ¥ › œ ˜ ™ š \\ -  ž Ÿ ¦           } - -\subsection{Test whether \texttt{MakeUppercase} works correctly} -\MakeUppercase{% -¸ ¹ µ ¶ · ¨ ¾ Æ » ¼ ½ © Ê Ë Ç È É ® \\ -Ð Ñ Ì Î Ï ª Õ Ö Ò Ó Ô Ý Þ × Ø Ü \\ -ã ä ß á â « è é å æ ç ¬ í î ê ë ì \\ -ó ô ï ñ ò ­ ø ù õ ö ÷ ý þ ú û ü } - -\subsection{Some text sample} - -\ifx\documentclass\undefined\else -\begin{figure}[htb] - \centering - \rule{4cm}{3cm} - \caption{§ªm Hµ Néi} -\end{figure} -\fi - -\ifx\documentclass\undefined - \def\fn{\footnote*{Thö coi chó thÝch cã ch¹y kh«ng hÌ.}} -\else - \def\fn{\footnote{Thö coi chó thÝch cã ch¹y kh«ng hÌ.}} -\fi - -H¾n võa ®i võa chöi\fn. Bao giê còng thÕ, cø r­îu xong lµ h¾n chöi. B¾t ®Çu -chöi trêi. Cã hÒ g×? Trêi cã cña riªng nhµ nµo? Råi h¾n chöi ®êi. ThÕ -còng ch¼ng sao: ®êi lµ tÊt c¶ nh­ng ch¼ng lµ ai. Tøc m×nh h¾n chöi ngay tÊt -c¶ lµng Vò §¹i. Nh­ng c¶ lµng Vò §¹i ai còng nhñ, \textit{``Ch¾c nã trõ -m×nh ra!''} Kh«ng ai lªn tiÕng c¶. Tøc thËt! Û! ThÕ nµy th× tøc thËt! Tøc -chÕt ®i ®­îc mÊt! §· thÕ, h¾n ph¶i chöi cha ®øa nµo kh«ng chöi nhau víi -h¾n. Nh­ng còng kh«ng ai ra ®iÒu. MÑ kiÕp! ThÕ th× cã phÝ r­îu kh«ng? ThÕ -th× cã khæ h¾n kh«ng? Kh«ng biÕt ®øa chÕt mÑ nµo ®Î ra th©n h¾n cho h¾n khæ -®Õn n«ng nçi nµy? A ha! Ph¶i ®Êy, h¾n cø thÕ mµ chöi, h¾n chöi ®øa chÕt mÑ -nµo ®Î ra th©n h¾n, ®Î ra c¸i th»ng \textbf{ChÝ PhÌo}! H¾n nghiÕn r¨ng vµo -mµ chöi c¸i ®øa ®· ®Î ra ChÝ PhÌo. Nh­ng mµ biÕt ®øa nµo ®· ®Î ra -ChÝ PhÌo? Cã trêi mµ biÕt! H¾n kh«ng biÕt, c¶ lµng Vò §¹i còng kh«ng ai -biÕt. - -\subsection{Test of Vietnamese in sectioning commands} -\subsubsection{§ªm qua t¸t n­íc ®Çu ®×nh} -\subsubsection{Bá quªn chiÕc ¸o trªn cµnh hoa sen} -\subsubsection{Em ®­îc th× cho anh xin} -\subsubsection{Hay lµ em ®Ó lµm tin trong nhµ} - -\endinput diff -Nru texlive-lang-2007.dfsg.4/texmf-dist/doc/generic/vntex/tests/test-utf8.tex texlive-lang-2009/texmf-dist/doc/generic/vntex/tests/test-utf8.tex --- texlive-lang-2007.dfsg.4/texmf-dist/doc/generic/vntex/tests/test-utf8.tex 2006-01-09 00:56:57.000000000 +0000 +++ texlive-lang-2009/texmf-dist/doc/generic/vntex/tests/test-utf8.tex 1970-01-01 01:00:00.000000000 +0100 @@ -1,71 +0,0 @@ -% Copyright 2003-2005 Han The Thanh . -% This file is part of vntex. License: LPPL, version 1.3 or newer, -% according to http://www.latex-project.org/lppl.txt - -\subsection{Test of lowercase letters} -á ạ à ả ã ă ắ ặ ằ ẳ ẵ â ấ ậ ầ ẩ ẫ Ä‘ \\ -é ẹ è ẻ ẽ ê ế ệ Ỡể á»… í ị ì ỉ Ä©\\ -ó Ỡò Ỡõ ô ố á»™ ồ ổ á»— Æ¡ á»› ợ Ỡở ỡ \\ -ú ụ ù ủ Å© Æ° ứ á»± ừ á»­ ữ ý ỵ ỳ á»· ỹ - -\subsection{Test of uppercase letters} -à Ạ À Ả à Ă Ắ Ặ Ằ Ẳ Ẵ  Ấ Ậ Ầ Ẩ Ẫ Ä \\ -É Ẹ È Ẻ Ẽ Ê Ế Ệ Ề Ể Ễ à Ị ÃŒ Ỉ Ĩ\\ -Ó Ọ Ã’ Ỏ Õ Ô ỠỘ á»’ á»” á»– Æ  Ớ Ợ Ờ Ở á»  \\ -Ú Ụ Ù Ủ Ũ Ư Ứ á»° Ừ Ử á»® à Ỵ Ỳ Ỷ Ỹ - -\subsection{Test whether \texttt{MakeLowercase} works correctly} -\MakeLowercase{% -à Ạ À Ả à Ă Ắ Ặ Ằ Ẳ Ẵ  Ấ Ậ Ầ Ẩ Ẫ Ä \\ -É Ẹ È Ẻ Ẽ Ê Ế Ệ Ề Ể Ễ à Ị ÃŒ Ỉ Ĩ \\ -Ó Ọ Ã’ Ỏ Õ Ô ỠỘ á»’ á»” á»– Æ  Ớ Ợ Ờ Ở á»  \\ -Ú Ụ Ù Ủ Ũ Ư Ứ á»° Ừ Ử á»® à Ỵ Ỳ Ỷ Ỹ } - -\subsection{Test whether \texttt{MakeUppercase} works correctly} -\MakeUppercase{% -á ạ à ả ã ă ắ ặ ằ ẳ ẵ â ấ ậ ầ ẩ ẫ Ä‘ \\ -é ẹ è ẻ ẽ ê ế ệ Ỡể á»… í ị ì ỉ Ä© \\ -ó Ỡò Ỡõ ô ố á»™ ồ ổ á»— Æ¡ á»› ợ Ỡở ỡ \\ -ú ụ ù ủ Å© Æ° ứ á»± ừ á»­ ữ ý ỵ ỳ á»· ỹ } - -\subsection{Some text sample} - -\ifx\documentclass\undefined\else -\begin{figure}[htb] - \centering - \rule{4cm}{3cm} - \caption{Äêm Hà Ná»™i} -\end{figure} -\fi - -\ifx\documentclass\undefined - \def\fn{\footnote*{Thá»­ coi chú thích có chạy không hè.}} -\else - \def\fn{\footnote{Thá»­ coi chú thích có chạy không hè.}} -\fi - -Hắn vừa Ä‘i vừa chá»­i\fn. Bao giá» cÅ©ng thế, cứ rượu xong là hắn chá»­i. Bắt đầu -chá»­i trá»i. Có há» gì? Trá»i có của riêng nhà nào? Rồi hắn chá»­i Ä‘á»i. Thế -cÅ©ng chẳng sao: Ä‘á»i là tất cả nhÆ°ng chẳng là ai. Tức mình hắn chá»­i ngay tất -cả làng VÅ© Äại. NhÆ°ng cả làng VÅ© Äại ai cÅ©ng nhủ, \textit{``Chắc nó trừ -mình ra!''} Không ai lên tiếng cả. Tức thật! á»’! Thế này thì tức thật! Tức -chết Ä‘i được mất! Äã thế, hắn phải chá»­i cha đứa nào không chá»­i nhau vá»›i -hắn. NhÆ°ng cÅ©ng không ai ra Ä‘iá»u. Mẹ kiếp! Thế thì có phí rượu không? Thế -thì có khổ hắn không? Không biết đứa chết mẹ nào đẻ ra thân hắn cho hắn khổ -đến nông ná»—i này? A ha! Phải đấy, hắn cứ thế mà chá»­i, hắn chá»­i đứa chết mẹ -nào đẻ ra thân hắn, đẻ ra cái thằng \textbf{Chí Phèo}! Hắn nghiến răng vào -mà chá»­i cái đứa đã đẻ ra Chí Phèo. NhÆ°ng mà biết đứa nào đã đẻ ra -Chí Phèo? Có trá»i mà biết! Hắn không biết, cả làng VÅ© Äại cÅ©ng không ai -biết. - -\subsection{Test of Vietnamese in sectioning commands} -\subsubsection{Äêm qua tát nÆ°á»›c đầu đình} -\subsubsection{Bá» quên chiếc áo trên cành hoa sen} -\subsubsection{Em được thì cho anh xin} -\subsubsection{Hay là em để làm tin trong nhà} - -\endinput - -% Local Variables: -% coding: utf-8 -% End: \ No newline at end of file diff -Nru texlive-lang-2007.dfsg.4/texmf-dist/doc/generic/vntex/tests/test-vietnam-tcx.tex texlive-lang-2009/texmf-dist/doc/generic/vntex/tests/test-vietnam-tcx.tex --- texlive-lang-2007.dfsg.4/texmf-dist/doc/generic/vntex/tests/test-vietnam-tcx.tex 2006-01-09 00:56:57.000000000 +0000 +++ texlive-lang-2009/texmf-dist/doc/generic/vntex/tests/test-vietnam-tcx.tex 1970-01-01 01:00:00.000000000 +0100 @@ -1,45 +0,0 @@ -%& -translate-file=viscii-t5 - -% Copyright 2003-2005 Han The Thanh . -% This file is part of vntex. License: LPPL, version 1.3 or newer, -% according to http://www.latex-project.org/lppl.txt - - -\documentclass[openany]{book} -\usepackage[noinputenc]{vietnam} % option `noinputenc' is required to use TCX - % pros: vietnamese text in logging messages - % cons: - utf8 is not supported; - % - web2c-specific - % - cannot support multiple input - % encodings in a single document - % - babel cannot be used - -\usepackage{multicol} % needed for testing accent commands -\usepackage[colorlinks]{hyperref} % let's try vietnamese with hyperref -\input{pd1supp.def} % supplement for characters missing in PD1 encoding - % (used for PDF bookmarks) - -\begin{document} - -\title{\bfseries Test of Vietnamese support for \LaTeX{} using - \texttt{vietnam.sty} and TCX} -\author{H\`an Th\'\ecircumflex{} Th\`anh} -\maketitle - -\tableofcontents -\listoffigures - -\chapter{Test input encodings} -\section{Test of VISCII encoding support} -\input{test-viscii} - -\clearpage -\appendix - -\chapter{Test of Vietnamese captions} -\input{test-captions} - -\chapter{Test of accent commands for T5 encoding} -\input{test-accents} - -\end{document} diff -Nru texlive-lang-2007.dfsg.4/texmf-dist/doc/generic/vntex/tests/test-vietnam.tex texlive-lang-2009/texmf-dist/doc/generic/vntex/tests/test-vietnam.tex --- texlive-lang-2007.dfsg.4/texmf-dist/doc/generic/vntex/tests/test-vietnam.tex 2006-01-09 00:56:57.000000000 +0000 +++ texlive-lang-2009/texmf-dist/doc/generic/vntex/tests/test-vietnam.tex 1970-01-01 01:00:00.000000000 +0100 @@ -1,74 +0,0 @@ -% Copyright 2003-2005 Han The Thanh . -% This file is part of vntex. License: LPPL, version 1.3 or newer, -% according to http://www.latex-project.org/lppl.txt -% -% -% You need LaTeX 2003/12/01 (or newer) and ucs newer than August 2004! - -\documentclass[openany]{book} - -\IfFileExists{ucs.sty} -{\usepackage[utf8x,utf8]{vietnam}} -{\usepackage[utf8]{vietnam}} - % We must load both utf8x and utf8 (in - % this order) to make vietnam.sty load - % ucs.sty, and to tell ucs.sty that it - % should disable compatibility mode, - % allowing to test utf8 and utf8x input - % simultaneously. - % - % Supported input encoding: viscii, - % mviscii, tcvn, vps, utf8, utf8x - % - % Other options: - % noinputenc: don't use inputenc (for - % use with TCX) - % nocaptions: don't redefine captions - % to Vietnamese - - -\usepackage{multicol} % needed for testing accent commands -\usepackage[colorlinks]{hyperref} % let's try vietnamese with hyperref -\input{pd1supp.def} % supplement for characters missing in PD1 encoding - % (used for PDF bookmarks) - -\begin{document} - -\title{\bfseries Test of Vietnamese support for \LaTeX{} using \texttt{vietnam.sty}} -\author{H\`an Th\'\ecircumflex{} Th\`anh} -\maketitle - -\tableofcontents -\listoffigures - -\chapter{Test input encodings} -\section{Test of VISCII encoding support} -\inputencoding{viscii} -\input{test-viscii} - -\section{Test of TCVN encoding support} -\inputencoding{tcvn} -\input{test-tcvn} - -\section{Test of UTF8 encoding support} -\inputencoding{utf8} -\input{test-utf8} - -\IfFileExists{ucs.sty}{% -\section[Test of UTF8x encoding support] - {Test of UTF8x encoding support (from Unicode package)} -\inputencoding{utf8x} -\input{test-utf8} -}{\typeout{^^JWARNING: File ucs.sty not found, skipping test.^^J}} - -\clearpage - -\appendix - -\chapter{Test of Vietnamese captions} -\input{test-captions} - -\chapter{Test of accent commands for T5 encoding} -\input{test-accents} - -\end{document} diff -Nru texlive-lang-2007.dfsg.4/texmf-dist/doc/generic/vntex/tests/test-viscii.tex texlive-lang-2009/texmf-dist/doc/generic/vntex/tests/test-viscii.tex --- texlive-lang-2007.dfsg.4/texmf-dist/doc/generic/vntex/tests/test-viscii.tex 2006-01-09 00:56:57.000000000 +0000 +++ texlive-lang-2009/texmf-dist/doc/generic/vntex/tests/test-viscii.tex 1970-01-01 01:00:00.000000000 +0100 @@ -1,67 +0,0 @@ -% Copyright 2003-2005 Han The Thanh . -% This file is part of vntex. License: LPPL, version 1.3 or newer, -% according to http://www.latex-project.org/lppl.txt - -\subsection{Test of lowercase letters} -á Õ à ä ã å ¡ £ ¢ Æ Ç â ¤ § ¥ ¦ ç ð \\ -é © è ë ¨ ê ª ® « ¬ ­ í ¸ ì ï î\\ -ó ÷ ò ö õ ô ¯ µ ° ± ² ½ ¾ þ ¶ · Þ \\ -ú ø ù ü û ß Ñ ñ × Ø æ ý Ü Ï Ö Û - -\subsection{Test of uppercase letters} -Á € À Ä Ã Å ƒ ‚    „ ‡ … †  Ð \\ -É ‰ È Ë ˆ Ê Š Ž ‹ Œ Í ˜ Ì › Î\\ -Ó š Ò ™   Ô “ ‘ ’ ´ • ” – — ³ \\ -Ú ž Ù œ ¿ º ¹ » ¼ ÿ Ý  Ÿ   - -\subsection{Test whether \texttt{MakeLowercase} works correctly} -\MakeLowercase{% -Á € À Ä Ã Å ƒ ‚    „ ‡ … †  Ð \\ -É ‰ È Ë ˆ Ê Š Ž ‹ Œ Í ˜ Ì › Î \\ -Ó š Ò ™   Ô “ ‘ ’ ´ • ” – — ³ \\ -Ú ž Ù œ ¿ º ¹ » ¼ ÿ Ý  Ÿ   } - -\subsection{Test whether \texttt{MakeUppercase} works correctly} -\MakeUppercase{% -á Õ à ä ã å ¡ £ ¢ Æ Ç â ¤ § ¥ ¦ ç ð \\ -é © è ë ¨ ê ª ® « ¬ ­ í ¸ ì ï î \\ -ó ÷ ò ö õ ô ¯ µ ° ± ² ½ ¾ þ ¶ · Þ \\ -ú ø ù ü û ß Ñ ñ × Ø æ ý Ü Ï Ö Û } - -\subsection{Some text sample} - -\ifx\documentclass\undefined\else -\begin{figure}[htb] - \centering - \rule{4cm}{3cm} - \caption{Ðêm Hà Nµi} -\end{figure} -\fi - -\ifx\documentclass\undefined - \def\fn{\footnote*{ThØ coi chú thích có chÕy không hè.}} -\else - \def\fn{\footnote{ThØ coi chú thích có chÕy không hè.}} -\fi - -H¡n v×a ði v×a chØi\fn. Bao gi¶ cûng thª, cÑ rßþu xong là h¡n chØi. B¡t ð¥u -chØi tr¶i. Có h« gì? Tr¶i có cüa riêng nhà nào? R°i h¡n chØi ð¶i. Thª -cûng chÆng sao: ð¶i là t¤t cä nhßng chÆng là ai. TÑc mình h¡n chØi ngay t¤t -cä làng Vû ÐÕi. Nhßng cä làng Vû ÐÕi ai cûng nhü, \textit{``Ch¡c nó tr× -mình ra!''} Không ai lên tiªng cä. TÑc th§t! ! Thª này thì tÑc th§t! TÑc -chªt ði ðßþc m¤t! Ðã thª, h¡n phäi chØi cha ðÑa nào không chØi nhau v¾i -h¡n. Nhßng cûng không ai ra ði«u. M© kiªp! Thª thì có phí rßþu không? Thª -thì có kh± h¡n không? Không biªt ðÑa chªt m© nào ðë ra thân h¡n cho h¡n kh± -ðªn nông n²i này? A ha! Phäi ð¤y, h¡n cÑ thª mà chØi, h¡n chØi ðÑa chªt m© -nào ðë ra thân h¡n, ðë ra cái th¢ng \textbf{Chí Phèo}! H¡n nghiªn rång vào -mà chØi cái ðÑa ðã ðë ra Chí Phèo. Nhßng mà biªt ðÑa nào ðã ðë ra -Chí Phèo? Có tr¶i mà biªt! H¡n không biªt, cä làng Vû ÐÕi cûng không ai -biªt. - -\subsection{Test of Vietnamese in sectioning commands} -\subsubsection{Ðêm qua tát nß¾c ð¥u ðình} -\subsubsection{Bö quên chiªc áo trên cành hoa sen} -\subsubsection{Em ðßþc thì cho anh xin} -\subsubsection{Hay là em ð¬ làm tin trong nhà} - -\endinput diff -Nru texlive-lang-2007.dfsg.4/texmf-dist/doc/generic/vntex/tests/txttvn-sample.tex texlive-lang-2009/texmf-dist/doc/generic/vntex/tests/txttvn-sample.tex --- texlive-lang-2007.dfsg.4/texmf-dist/doc/generic/vntex/tests/txttvn-sample.tex 2006-11-26 20:54:26.000000000 +0000 +++ texlive-lang-2009/texmf-dist/doc/generic/vntex/tests/txttvn-sample.tex 1970-01-01 01:00:00.000000000 +0100 @@ -1,18 +0,0 @@ -% Copyright 2003-2006 Han The Thanh . -% This file is part of vntex. License: LPPL, version 1.3 or newer, -% according to http://www.latex-project.org/lppl.txt - -\documentclass[sample]{vnsample} - -\mapfile{txttvn} - -\begin{document} -\section{VnTXTT} -\showletters{T5}{txtt}{m}{n} {txtt8v} {VnTXTT-Medium} -\showletters{T5}{txtt}{m}{sc} {txttsc8v} {VnTXTTSC-Medium} -\showletters{T5}{txtt}{m}{sl} {txttsl8v} {VnTXTT-Medium} -\showletters{T5}{txtt}{bx}{n} {txbtt8v} {VnTXTT-Bold} -\showletters{T5}{txtt}{bx}{sc} {txbttsc8v} {VnTXTTSC-Bold} -\showletters{T5}{txtt}{bx}{sl} {txbttsl8v} {VnTXTT-Bold} -\showtext {T5}{txtt}{m}{n} {txtt8v} {VnTXTT-Medium} -\end{document} diff -Nru texlive-lang-2007.dfsg.4/texmf-dist/doc/generic/vntex/tests/txttvn-test.tex texlive-lang-2009/texmf-dist/doc/generic/vntex/tests/txttvn-test.tex --- texlive-lang-2007.dfsg.4/texmf-dist/doc/generic/vntex/tests/txttvn-test.tex 2006-11-26 20:54:26.000000000 +0000 +++ texlive-lang-2009/texmf-dist/doc/generic/vntex/tests/txttvn-test.tex 1970-01-01 01:00:00.000000000 +0100 @@ -1,18 +0,0 @@ -% Copyright 2003-2005 Han The Thanh . -% This file is part of vntex. License: LPPL, version 1.3 or newer, -% according to http://www.latex-project.org/lppl.txt - -\documentclass[test]{vnsample} - -\mapfile{txttvn} - -\begin{document} -\begin{shortsample} -\shorttext{T5}{txtt}{m}{n} {txtt8v} {VnTXTT-Medium} -\shorttext{T5}{txtt}{m}{sc} {txttsc8v} {VnTXTTSC-Medium} -\shorttext{T5}{txtt}{m}{sl} {txttsl8v} {VnTXTT-Medium} -\shorttext{T5}{txtt}{bx}{n} {txbtt8v} {VnTXTT-Bold} -\shorttext{T5}{txtt}{bx}{sc} {txbttsc8v} {VnTXTTSC-Bold} -\shorttext{T5}{txtt}{bx}{sl} {txbttsl8v} {VnTXTT-Bold} -\end{shortsample} -\end{document} diff -Nru texlive-lang-2007.dfsg.4/texmf-dist/doc/generic/vntex/tests/urwvn-sample.tex texlive-lang-2009/texmf-dist/doc/generic/vntex/tests/urwvn-sample.tex --- texlive-lang-2007.dfsg.4/texmf-dist/doc/generic/vntex/tests/urwvn-sample.tex 2006-11-26 20:54:26.000000000 +0000 +++ texlive-lang-2009/texmf-dist/doc/generic/vntex/tests/urwvn-sample.tex 1970-01-01 01:00:00.000000000 +0100 @@ -1,85 +0,0 @@ -% Copyright 2003-2005 Han The Thanh . -% This file is part of vntex. License: LPPL, version 1.3 or newer, -% according to http://www.latex-project.org/lppl.txt - -\documentclass[sample]{vnsample} - -\mapfile{urwvn} - -\begin{document} -\section{VnURWGothicL} -\showletters{T5}{uag}{db}{n} {uagd8v} {VnURWGothicL-Demi} -\showletters{T5}{uag}{db}{sc} {uagdc8v} {N/A} -\showletters{T5}{uag}{db}{sl} {uagdo8v} {VnURWGothicL-DemiItalic} -\showletters{T5}{uag}{m}{n} {uagk8v} {VnURWGothicL} -\showletters{T5}{uag}{m}{sc} {uagkc8v} {N/A} -\showletters{T5}{uag}{m}{sl} {uagko8v} {VnURWGothicL-Italic} -\showtext {T5}{uag}{m}{n} {uagk8v} {VnURWGothicL} - -\section{VnURWBookmanL} -\showletters{T5}{ubk}{db}{n} {ubkd8v} {VnURWBookmanL-Bold} -\showletters{T5}{ubk}{db}{sc} {ubkdc8v} {N/A} -\showletters{T5}{ubk}{db}{it} {ubkdi8v} {VnURWBookmanL-BoldItalic} -\showletters{T5}{ubk}{db}{sl} {ubkdo8v} {N/A} -\showletters{T5}{ubk}{l}{n} {ubkl8v} {VnURWBookmanL} -\showletters{T5}{ubk}{l}{sc} {ubklc8v} {N/A} -\showletters{T5}{ubk}{l}{it} {ubkli8v} {VnURWBookmanL-Italic} -\showletters{T5}{ubk}{l}{sl} {ubklo8v} {N/A} -\showtext {T5}{ubk}{l}{n} {ubkl8v} {VnURWBookmanL} - -\section{VnNimbusMonL} -\showletters{T5}{ucr}{b}{n} {ucrb8v} {VnNimbusMonoL-Bold} -\showletters{T5}{ucr}{b}{sc} {ucrbc8v} {N/A} -\showletters{T5}{ucr}{b}{sl} {ucrbo8v} {VnNimbusMonoL-BoldItalic} -\showletters{T5}{ucr}{m}{n} {ucrr8v} {VnNimbusMonoL} -\showletters{T5}{ucr}{m}{sc} {ucrrc8v} {N/A} -\showletters{T5}{ucr}{m}{sl} {ucrro8v} {VnNimbusMonoL-Italic} -\showtext {T5}{ucr}{m}{n} {ucrr8v} {VnNimbusMonoL} - -\section{VnNimbusSanL} -\showletters{T5}{uhv}{b}{n} {uhvb8v} {VnNimbusSansL-Bold} -\showletters{T5}{uhv}{b}{sc} {uhvbc8v} {N/A} -\showletters{T5}{uhv}{b}{sl} {uhvbo8v} {VnNimbusSansL-BoldItalic} -\showletters{T5}{uhv}{m}{n} {uhvr8v} {VnNimbusSansL} -\showletters{T5}{uhv}{m}{sc} {uhvrc8v} {N/A} -\showletters{T5}{uhv}{m}{sl} {uhvro8v} {VnNimbusSansL-Italic} -\showtext {T5}{uhv}{m}{n} {uhvr8v} {VnNimbusSansL} - -\section{VnCenturySchoolbookL} -\showletters{T5}{unc}{b}{n} {uncb8v} {VnCenturySchoolbookL-Bold} -\showletters{T5}{unc}{b}{sc} {uncbc8v} {N/A} -\showletters{T5}{unc}{b}{it} {uncbi8v} {VnCenturySchoolbookL-BoldItalic} -\showletters{T5}{unc}{b}{sl} {uncbo8v} {N/A} -\showletters{T5}{unc}{m}{n} {uncr8v} {VnCenturySchoolbookL} -\showletters{T5}{unc}{m}{sc} {uncrc8v} {N/A} -\showletters{T5}{unc}{m}{it} {uncri8v} {VnCenturySchoolbookL-Italic} -\showletters{T5}{unc}{m}{sl} {uncro8v} {N/A} -\showtext {T5}{unc}{m}{n} {uncr8v} {VnCenturySchoolbookL} - -\section{VnURWPalladioL} -\showletters{T5}{upl}{b}{n} {uplb8v} {VnURWPalladioL-Bold} -\showletters{T5}{upl}{b}{sc} {uplbc8v} {N/A} -\showletters{T5}{upl}{b}{it} {uplbi8v} {VnURWPalladioL-BoldItalic} -\showletters{T5}{upl}{b}{sl} {uplbo8v} {N/A} -\showletters{T5}{upl}{m}{n} {uplr8v} {VnURWPalladioL} -\showletters{T5}{upl}{m}{sc} {uplrc8v} {N/A} -\showletters{T5}{fpl}{m}{sc} {fplrc8v} {VnTeXPalladioL-SC} -\showletters{T5}{upl}{m}{it} {uplri8v} {VnURWPalladioL-Italic} -\showletters{T5}{upl}{m}{sl} {uplro8v} {N/A} -\showtext {T5}{upl}{m}{n} {uplr8v} {VnURWPalladioL} - -\section{VnNimbusRomanNo9L} -\showletters{T5}{utm}{b}{n} {utmb8v} {VnNimbusRomanNo9L-Bold} -\showletters{T5}{utm}{b}{sc} {utmbc8v} {N/A} -\showletters{T5}{utm}{b}{it} {utmbi8v} {VnNimbusRomanNo9L-BoldItalic} -\showletters{T5}{utm}{b}{sl} {utmbo8v} {N/A} -\showletters{T5}{utm}{m}{n} {utmr8v} {VnNimbusRomanNo9L} -\showletters{T5}{utm}{m}{sc} {utmrc8v} {N/A} -\showletters{T5}{utm}{m}{it} {utmri8v} {VnNimbusRomanNo9L-Italic} -\showletters{T5}{utm}{m}{sl} {utmro8v} {N/A} -\showtext {T5}{utm}{m}{n} {utmr8v} {VnNimbusRomanNo9L} - -\section{VnURWChanceryL-MediItal} -\showletters{T5}{uzcm}{b}{n} {uzcmi8v} {VnURWChanceryL-MediItal} -\showtext {T5}{uzcm}{b}{n} {uzcmi8v} {VnURWChanceryL-MediItal} -\end{document} diff -Nru texlive-lang-2007.dfsg.4/texmf-dist/doc/generic/vntex/tests/urwvn-test.tex texlive-lang-2009/texmf-dist/doc/generic/vntex/tests/urwvn-test.tex --- texlive-lang-2007.dfsg.4/texmf-dist/doc/generic/vntex/tests/urwvn-test.tex 2006-11-26 20:54:26.000000000 +0000 +++ texlive-lang-2009/texmf-dist/doc/generic/vntex/tests/urwvn-test.tex 1970-01-01 01:00:00.000000000 +0100 @@ -1,138 +0,0 @@ -% Copyright 2003-2005 Han The Thanh . -% This file is part of vntex. License: LPPL, version 1.3 or newer, -% according to http://www.latex-project.org/lppl.txt - -\documentclass[test]{vnsample} - -\mapfile{urwvn} - -\begin{document} -\begin{shortsample} -\shorttext{T5}{uag}{db}{n} {uagd8v} {VnURWGothicL-Demi} -\shorttext{T5}{uag}{db}{sc} {uagdc8v} {N/A} -\shorttext{T5}{uag}{db}{sl} {uagdo8v} {VnURWGothicL-DemiItalic} -\shorttext{T5}{uag}{m}{n} {uagk8v} {VnURWGothicL} -\shorttext{T5}{uag}{m}{sc} {uagkc8v} {N/A} -\shorttext{T5}{uag}{m}{sl} {uagko8v} {VnURWGothicL-Italic} -% -\shorttext{T5}{ubk}{db}{n} {ubkd8v} {VnURWBookmanL-Bold} -\shorttext{T5}{ubk}{db}{sc} {ubkdc8v} {N/A} -\shorttext{T5}{ubk}{db}{it} {ubkdi8v} {VnURWBookmanL-BoldItalic} -\shorttext{T5}{ubk}{db}{sl} {ubkdo8v} {N/A} -\shorttext{T5}{ubk}{l}{n} {ubkl8v} {VnURWBookmanL} -\shorttext{T5}{ubk}{l}{sc} {ubklc8v} {N/A} -\shorttext{T5}{ubk}{l}{it} {ubkli8v} {VnURWBookmanL-Italic} -\shorttext{T5}{ubk}{l}{sl} {ubklo8v} {N/A} -% -\shorttext{T5}{ucr}{b}{n} {ucrb8v} {VnNimbusMonoL-Bold} -\shorttext{T5}{ucr}{b}{sc} {ucrbc8v} {N/A} -\shorttext{T5}{ucr}{b}{sl} {ucrbo8v} {VnNimbusMonoL-BoldItalic} -\shorttext{T5}{ucr}{m}{n} {ucrr8v} {VnNimbusMonoL} -\shorttext{T5}{ucr}{m}{sc} {ucrrc8v} {N/A} -\shorttext{T5}{ucr}{m}{sl} {ucrro8v} {VnNimbusMonoL-Italic} -% -\shorttext{T5}{uhv}{b}{n} {uhvb8v} {VnNimbusSansL-Bold} -\shorttext{T5}{uhv}{b}{sc} {uhvbc8v} {N/A} -\shorttext{T5}{uhv}{b}{sl} {uhvbo8v} {VnNimbusSansL-BoldItalic} -\shorttext{T5}{uhv}{m}{n} {uhvr8v} {VnNimbusSansL} -\shorttext{T5}{uhv}{m}{sc} {uhvrc8v} {N/A} -\shorttext{T5}{uhv}{m}{sl} {uhvro8v} {VnNimbusSansL-Italic} -\end{shortsample} -\clearpage -\begin{shortsample} -\shorttext{T5}{unc}{b}{n} {uncb8v} {VnCenturySchoolbookL-Bold} -\shorttext{T5}{unc}{b}{sc} {uncbc8v} {N/A} -\shorttext{T5}{unc}{b}{it} {uncbi8v} {VnCenturySchoolbookL-BoldItalic} -\shorttext{T5}{unc}{b}{sl} {uncbo8v} {N/A} -\shorttext{T5}{unc}{m}{n} {uncr8v} {VnCenturySchoolbookL} -\shorttext{T5}{unc}{m}{sc} {uncrc8v} {N/A} -\shorttext{T5}{unc}{m}{it} {uncri8v} {VnCenturySchoolbookL-Italic} -\shorttext{T5}{unc}{m}{sl} {uncro8v} {N/A} -% -\shorttext{T5}{upl}{b}{n} {uplb8v} {VnURWPalladioL-Bold} -\shorttext{T5}{upl}{b}{sc} {uplbc8v} {N/A} -\shorttext{T5}{upl}{b}{it} {uplbi8v} {VnURWPalladioL-BoldItalic} -\shorttext{T5}{upl}{b}{sl} {uplbo8v} {N/A} -\shorttext{T5}{upl}{m}{n} {uplr8v} {VnURWPalladioL} -%%%% -\shorttext{T5}{upl}{m}{sc} {uplrc8v} {N/A} -\shorttext{T5}{fpl}{m}{sc} {fplrc8v} {VnTeXPalladioL-SC} -%%%% -\shorttext{T5}{upl}{m}{it} {uplri8v} {VnURWPalladioL-Italic} -\shorttext{T5}{upl}{m}{sl} {uplro8v} {N/A} -% -\shorttext{T5}{utm}{b}{n} {utmb8v} {VnNimbusRomanNo9L-Bold} -\shorttext{T5}{utm}{b}{sc} {utmbc8v} {N/A} -\shorttext{T5}{utm}{b}{it} {utmbi8v} {VnNimbusRomanNo9L-BoldItalic} -\shorttext{T5}{utm}{b}{sl} {utmbo8v} {N/A} -\shorttext{T5}{utm}{m}{n} {utmr8v} {VnNimbusRomanNo9L} -\shorttext{T5}{utm}{m}{sc} {utmrc8v} {N/A} -\shorttext{T5}{utm}{m}{it} {utmri8v} {VnNimbusRomanNo9L-Italic} -\shorttext{T5}{utm}{m}{sl} {utmro8v} {N/A} -\end{shortsample} -\clearpage -\begin{shortsample} -\shorttext{T5}{pag}{db}{n} {uagd8v} {VnURWGothicL-Demi} -\shorttext{T5}{pag}{db}{sc} {uagdc8v} {N/A} -\shorttext{T5}{pag}{db}{sl} {uagdo8v} {VnURWGothicL-DemiItalic} -\shorttext{T5}{pag}{m}{n} {uagk8v} {VnURWGothicL} -\shorttext{T5}{pag}{m}{sc} {uagkc8v} {N/A} -\shorttext{T5}{pag}{m}{sl} {uagko8v} {VnURWGothicL-Italic} -% -\shorttext{T5}{pbk}{db}{n} {ubkd8v} {VnURWBookmanL-Bold} -\shorttext{T5}{pbk}{db}{sc} {ubkdc8v} {N/A} -\shorttext{T5}{pbk}{db}{it} {ubkdi8v} {VnURWBookmanL-BoldItalic} -\shorttext{T5}{pbk}{db}{sl} {ubkdo8v} {N/A} -\shorttext{T5}{pbk}{l}{n} {ubkl8v} {VnURWBookmanL} -\shorttext{T5}{pbk}{l}{sc} {ubklc8v} {N/A} -\shorttext{T5}{pbk}{l}{it} {ubkli8v} {VnURWBookmanL-Italic} -\shorttext{T5}{pbk}{l}{sl} {ubklo8v} {N/A} -% -\shorttext{T5}{pcr}{b}{n} {ucrb8v} {VnNimbusMonoL-Bold} -\shorttext{T5}{pcr}{b}{sc} {ucrbc8v} {N/A} -\shorttext{T5}{pcr}{b}{sl} {ucrbo8v} {VnNimbusMonoL-BoldItalic} -\shorttext{T5}{pcr}{m}{n} {ucrr8v} {VnNimbusMonoL} -\shorttext{T5}{pcr}{m}{sc} {ucrrc8v} {N/A} -\shorttext{T5}{pcr}{m}{sl} {ucrro8v} {VnNimbusMonoL-Italic} -% -\shorttext{T5}{phv}{b}{n} {uhvb8v} {VnNimbusSansL-Bold} -\shorttext{T5}{phv}{b}{sc} {uhvbc8v} {N/A} -\shorttext{T5}{phv}{b}{sl} {uhvbo8v} {VnNimbusSansL-BoldItalic} -\shorttext{T5}{phv}{m}{n} {uhvr8v} {VnNimbusSansL} -\shorttext{T5}{phv}{m}{sc} {uhvrc8v} {N/A} -\shorttext{T5}{phv}{m}{sl} {uhvro8v} {VnNimbusSansL-Italic} -\end{shortsample} -\clearpage -\begin{shortsample} -\shorttext{T5}{pnc}{b}{n} {uncb8v} {VnCenturySchoolbookL-Bold} -\shorttext{T5}{pnc}{b}{sc} {uncbc8v} {N/A} -\shorttext{T5}{pnc}{b}{it} {uncbi8v} {VnCenturySchoolbookL-BoldItalic} -\shorttext{T5}{pnc}{b}{sl} {uncbo8v} {N/A} -\shorttext{T5}{pnc}{m}{n} {uncr8v} {VnCenturySchoolbookL} -\shorttext{T5}{pnc}{m}{sc} {uncrc8v} {N/A} -\shorttext{T5}{pnc}{m}{it} {uncri8v} {VnCenturySchoolbookL-Italic} -\shorttext{T5}{pnc}{m}{sl} {uncro8v} {N/A} -% -\shorttext{T5}{ppl}{b}{n} {uplb8v} {VnURWPalladioL-Bold} -\shorttext{T5}{ppl}{b}{sc} {uplbc8v} {N/A} -\shorttext{T5}{ppl}{b}{it} {uplbi8v} {VnURWPalladioL-BoldItalic} -\shorttext{T5}{ppl}{b}{sl} {uplbo8v} {N/A} -\shorttext{T5}{ppl}{m}{n} {uplr8v} {VnURWPalladioL} -% -\shorttext{T5}{ppl}{m}{sc} {uplrc8v} {N/A} -\shorttext{T5}{fpl}{m}{sc} {fplrc8v} {VnTeXPalladioL-SC} -% -\shorttext{T5}{ppl}{m}{it} {uplri8v} {VnURWPalladioL-Italic} -\shorttext{T5}{ppl}{m}{sl} {uplro8v} {N/A} -% -\shorttext{T5}{ptm}{b}{n} {utmb8v} {VnNimbusRomanNo9L-Bold} -\shorttext{T5}{ptm}{b}{sc} {utmbc8v} {N/A} -\shorttext{T5}{ptm}{b}{it} {utmbi8v} {VnNimbusRomanNo9L-BoldItalic} -\shorttext{T5}{ptm}{b}{sl} {utmbo8v} {N/A} -\shorttext{T5}{ptm}{m}{n} {utmr8v} {VnNimbusRomanNo9L} -\shorttext{T5}{ptm}{m}{sc} {utmrc8v} {N/A} -\shorttext{T5}{ptm}{m}{it} {utmri8v} {VnNimbusRomanNo9L-Italic} -\shorttext{T5}{ptm}{m}{sl} {utmro8v} {N/A} -\shorttext{T5}{uzcm}{b}{n} {uzcmi8v} {VnURWChanceryL-MediItal} -\end{shortsample} -\end{document} diff -Nru texlive-lang-2007.dfsg.4/texmf-dist/doc/generic/vntex/tests/vnr-sample.tex texlive-lang-2009/texmf-dist/doc/generic/vntex/tests/vnr-sample.tex --- texlive-lang-2007.dfsg.4/texmf-dist/doc/generic/vntex/tests/vnr-sample.tex 2006-11-26 20:54:26.000000000 +0000 +++ texlive-lang-2009/texmf-dist/doc/generic/vntex/tests/vnr-sample.tex 1970-01-01 01:00:00.000000000 +0100 @@ -1,112 +0,0 @@ -% Copyright 2003-2005 Han The Thanh . -% This file is part of vntex. License: LPPL, version 1.3 or newer, -% according to http://www.latex-project.org/lppl.txt - -\documentclass[sample]{vnsample} - -\def\HasDesignsize{true} - -\begin{document} -\section{vnb} -\showCMfont{T5}{cmr}{b}{n} {vnb10} {N/A} - -\section{vnbx} -\showCMfont{T5}{cmr}{bx}{n} {vnbx5} {N/A} -\showCMfont{T5}{cmr}{bx}{n} {vnbx6} {N/A} -\showCMfont{T5}{cmr}{bx}{n} {vnbx7} {N/A} -\showCMfont{T5}{cmr}{bx}{n} {vnbx8} {N/A} -\showCMfont{T5}{cmr}{bx}{n} {vnbx9} {N/A} -\showCMfont{T5}{cmr}{bx}{n} {vnbx10} {N/A} -\showCMfont{T5}{cmr}{bx}{n} {vnbx12} {N/A} - -\section{vnbxsl} -\showCMfont{T5}{cmr}{bx}{sl} {vnbxsl10} {N/A} - -\section{vnbxit} -\showCMfont{T5}{cmr}{bx}{it} {vnbxti10} {N/A} - -\section{vncsc} -\showCMfont{T5}{cmr}{m}{sc} {vncsc10} {N/A} - -\section{vndunh} -\showCMfont{T5}{cmdh}{m}{n} {vndunh10} {N/A} - -\section{vnff} -\showCMfont{T5}{cmfr}{m}{n} {vnff10} {N/A} - -\section{vnfi} -\showCMfont{T5}{cmfr}{m}{it} {vnfi10} {N/A} - -\section{vnfib} -\showCMfont{T5}{cmfib}{bx}{n} {vnfib8} {N/A} - -\section{vnitt} -\showCMfont{T5}{cmtt}{m}{it} {vnitt10} {N/A} - -\section{vnr} -\showCMfont{T5}{cmr}{m}{n} {vnr5} {N/A} -\showCMfont{T5}{cmr}{m}{n} {vnr6} {N/A} -\showCMfont{T5}{cmr}{m}{n} {vnr7} {N/A} -\showCMfont{T5}{cmr}{m}{n} {vnr8} {N/A} -\showCMfont{T5}{cmr}{m}{n} {vnr9} {N/A} -\showCMfont{T5}{cmr}{m}{n} {vnr10} {N/A} -\showCMfont{T5}{cmr}{m}{n} {vnr12} {N/A} -\showCMfont{T5}{cmr}{m}{n} {vnr17} {N/A} - -\section{vnsl} -\showCMfont{T5}{cmr}{m}{sl} {vnsl8} {N/A} -\showCMfont{T5}{cmr}{m}{sl} {vnsl9} {N/A} -\showCMfont{T5}{cmr}{m}{sl} {vnsl10} {N/A} -\showCMfont{T5}{cmr}{m}{sl} {vnsl12} {N/A} - -\section{vnsltt} -\showCMfont{T5}{cmtt}{m}{sl} {vnsltt10} {N/A} - -\section{vnss} -\showCMfont{T5}{cmss}{m}{n} {vnss8} {N/A} -\showCMfont{T5}{cmss}{m}{n} {vnss9} {N/A} -\showCMfont{T5}{cmss}{m}{n} {vnss10} {N/A} -\showCMfont{T5}{cmss}{m}{n} {vnss12} {N/A} -\showCMfont{T5}{cmss}{m}{n} {vnss17} {N/A} - -\section{vnssbx} -\showCMfont{T5}{cmss}{bx}{n} {vnssbx10} {N/A} - -\section{vnssdc} -\showCMfont{T5}{cmss}{dc}{n} {vnssdc10} {N/A} - -\section{vnssi} -\showCMfont{T5}{cmss}{m}{it} {vnssi8} {N/A} -\showCMfont{T5}{cmss}{m}{it} {vnssi9} {N/A} -\showCMfont{T5}{cmss}{m}{it} {vnssi10} {N/A} -\showCMfont{T5}{cmss}{m}{it} {vnssi12} {N/A} -\showCMfont{T5}{cmss}{m}{it} {vnssi17} {N/A} - -\section{vnssq} -\showCMfont{T5}{cmss}{q}{n} {vnssq8} {N/A} - -\section{vnssqi} -\showCMfont{T5}{cmss}{q}{it} {vnssqi8} {N/A} - -\section{vntcsc} -\showCMfont{T5}{cmtt}{m}{sc} {vntcsc10} {N/A} - -\section{vnti} -\showCMfont{T5}{cmr}{m}{it} {vnti7} {N/A} -\showCMfont{T5}{cmr}{m}{it} {vnti8} {N/A} -\showCMfont{T5}{cmr}{m}{it} {vnti9} {N/A} -\showCMfont{T5}{cmr}{m}{it} {vnti10} {N/A} -\showCMfont{T5}{cmr}{m}{it} {vnti12} {N/A} - -\section{vntt} -\showCMfont{T5}{cmtt}{m}{n} {vntt8} {N/A} -\showCMfont{T5}{cmtt}{m}{n} {vntt9} {N/A} -\showCMfont{T5}{cmtt}{m}{n} {vntt10} {N/A} -\showCMfont{T5}{cmtt}{m}{n} {vntt12} {N/A} - -\section{vnu} -\showCMfont{T5}{cmr}{m}{u} {vnu10} {N/A} - -\section{vnvtt} -\showCMfont{T5}{cmvtt}{m}{n} {vnvtt10} {N/A} -\end{document} diff -Nru texlive-lang-2007.dfsg.4/texmf-dist/doc/generic/vntex/tests/vnr-test.tex texlive-lang-2009/texmf-dist/doc/generic/vntex/tests/vnr-test.tex --- texlive-lang-2007.dfsg.4/texmf-dist/doc/generic/vntex/tests/vnr-test.tex 2006-11-26 20:54:26.000000000 +0000 +++ texlive-lang-2009/texmf-dist/doc/generic/vntex/tests/vnr-test.tex 1970-01-01 01:00:00.000000000 +0100 @@ -1,35 +0,0 @@ -% Copyright 2003-2005 Han The Thanh . -% This file is part of vntex. License: LPPL, version 1.3 or newer, -% according to http://www.latex-project.org/lppl.txt - -\documentclass[test]{vnsample} - -\begin{document} -\begin{shortsample} -\shorttext{T5}{cmdh}{m}{n} {vndunh10} {N/A} -\shorttext{T5}{cmfr}{m}{it} {vnfi10} {N/A} -\shorttext{T5}{cmfr}{m}{n} {vnff10} {N/A} -\shorttext{T5}{cmfib}{m}{n} {vnfib8} {N/A} -\shorttext{T5}{cmr}{b}{n} {vnb10} {N/A} -\shorttext{T5}{cmr}{bx}{it} {vnbxti10} {N/A} -\shorttext{T5}{cmr}{bx}{n} {vnbx\{5,6,7,8,9,10,12\}} {N/A} -\shorttext{T5}{cmr}{bx}{sl} {vnbxsl10} {N/A} -\shorttext{T5}{cmr}{m}{it} {vnti\{7,8,9,10,12\}} {N/A} -\shorttext{T5}{cmr}{m}{n} {vnr\{5,6,7,8,9,10,12,17\}} {N/A} -\shorttext{T5}{cmr}{m}{sc} {vncsc10} {N/A} -\shorttext{T5}{cmr}{m}{sl} {vnsl\{8,9,10,12\}} {N/A} -\shorttext{T5}{cmr}{m}{ui} {vnu10} {N/A} -\shorttext{T5}{cmss}{bx}{n} {vnssbx10} {N/A} -\shorttext{T5}{cmss}{sbc}{n} {vnssdc10} {N/A} -\shorttext{T5}{cmss}{m}{sl} {vnssi\{8,9,10,12,17\}} {N/A} -\shorttext{T5}{cmss}{m}{n} {vnss\{8,9,10,12,17\}} {N/A} -\shorttext{T5}{cmssq}{m}{sl} {vnssqi8} {N/A} -\shorttext{T5}{cmssq}{m}{n} {vnssq8} {N/A} -\shorttext{T5}{cmtt}{m}{it} {vnitt10} {N/A} -\shorttext{T5}{cmtt}{m}{n} {vntt\{8,9,10,12\}} {N/A} -\shorttext{T5}{cmtt}{m}{sc} {vntcsc10} {N/A} -\shorttext{T5}{cmtt}{m}{sl} {vnsltt10} {N/A} -\shorttext{T5}{cmvtt}{m}{n} {vnvtt10} {N/A} -\end{shortsample} -\end{document} - diff -Nru texlive-lang-2007.dfsg.4/texmf-dist/doc/generic/vntex/tests/vnsample.cls texlive-lang-2009/texmf-dist/doc/generic/vntex/tests/vnsample.cls --- texlive-lang-2007.dfsg.4/texmf-dist/doc/generic/vntex/tests/vnsample.cls 2007-01-07 04:24:06.000000000 +0000 +++ texlive-lang-2009/texmf-dist/doc/generic/vntex/tests/vnsample.cls 1970-01-01 01:00:00.000000000 +0100 @@ -1,360 +0,0 @@ -% -*-LaTeX-*- -% Copyright 2003-2006 Han The Thanh . -% This file is part of vntex. License: LPPL, version 1.3 or newer, -% according to http://www.latex-project.org/lppl.txt - -\ifx\documentclass\undefined\endinput\fi - -\newif\ifbookmarks - -\ProvidesClass{vnsample}[2005/08/27] -\NeedsTeXFormat{LaTeX2e} - -\LoadClass[a4paper]{article} - -\RequirePackage{ifpdf} - -\ifpdf\IfFileExists{cmap.sty}{\RequirePackage{cmap}}{ -\ClassWarningNoLine{vnsample}{I can't find the file `cmap.sty'.\MessageBreak -The search tool in your PDF browser will miss many\MessageBreak -words containing Vietnamese characters}}\fi - -\RequirePackage[viscii]{vietnam} -\RequirePackage{multicol} -\RequirePackage{geometry} -\RequirePackage{array} -\RequirePackage{fancyhdr} - -\DeclareOption{sample}{ - \geometry{a4paper,nofoot,left=1cm,right=1cm,top=2cm,bottom=1cm} - \pagestyle{fancy} - \rhead{\thepage} - \lhead{\textrm{\rightmark}}\cfoot{}\lfoot{}\rfoot{} - \raggedright - \parindent0pt - \lineskiplimit -100pt - \bookmarkstrue -} - -\DeclareOption{test}{ - \geometry{a4paper,landscape,top=1cm,bottom=1cm,left=1cm,right=1cm,% - nofoot,nohead} - \pagestyle{empty} - \bookmarksfalse - \advance\oddsidemargin -7mm \evensidemargin=\oddsidemargin - \hbadness=10000\relax\hfuzz=\maxdimen - \AtBeginDocument{\extrarowheight=5pt} -} - -\ProcessOptions - -\newdimen\dimenA -\newbox\boxA -\newbox\boxB - -\def\vnchars{% -\dochar á -\dochar Õ -\dochar à -\dochar ä -\dochar ã -\dochar å -\dochar ¡ -\dochar £ -\dochar ¢ -\dochar Æ -\dochar Ç -\dochar â -\dochar ¤ -\dochar § -\dochar ¥ -\dochar ¦ -\dochar ç -\dochar ð -\dochar é -\dochar © -\dochar è -\dochar ë -\dochar ¨ -\dochar ê -\dochar ª -\dochar ® -\dochar « -\dochar ¬ -\dochar ­ -\dochar í -\dochar ¸ -\dochar ì -\dochar ï -\dochar î -\dochar ó -\dochar ÷ -\dochar ò -\dochar ö -\dochar õ -\dochar ô -\dochar ¯ -\dochar µ -\dochar ° -\dochar ± -\dochar ² -\dochar ½ -\dochar ¾ -\dochar þ -\dochar ¶ -\dochar · -\dochar Þ -\dochar ú -\dochar ø -\dochar ù -\dochar ü -\dochar û -\dochar ß -\dochar Ñ -\dochar ñ -\dochar × -\dochar Ø -\dochar æ -\dochar ý -\dochar Ü -\dochar Ï -\dochar Ö -\dochar Û -% \break -\dochar Á -\dochar € -\dochar À -\dochar Ä -\dochar à -\dochar Å -\dochar -\dochar ƒ -\dochar ‚ -\dochar  -\dochar  -\dochar  -\dochar „ -\dochar ‡ -\dochar … -\dochar † -\dochar  -\dochar Ð -\dochar É -\dochar ‰ -\dochar È -\dochar Ë -\dochar ˆ -\dochar Ê -\dochar Š -\dochar Ž -\dochar ‹ -\dochar Œ -\dochar -\dochar Í -\dochar ˜ -\dochar Ì -\dochar › -\dochar Î -\dochar Ó -\dochar š -\dochar Ò -\dochar ™ -\dochar   -\dochar Ô -\dochar -\dochar “ -\dochar -\dochar ‘ -\dochar ’ -\dochar ´ -\dochar • -\dochar ” -\dochar – -\dochar — -\dochar ³ -\dochar Ú -\dochar ž -\dochar Ù -\dochar œ -\dochar -\dochar ¿ -\dochar º -\dochar ¹ -\dochar » -\dochar ¼ -\dochar ÿ -\dochar Ý -\dochar  -\dochar Ÿ -\dochar  -\dochar  -\par -} - -\def\dochar #1 {% - #1\kern.1em\penalty0% -} - -\def\SL{-Slant} -\def\EMPH#1{\textbf{\textit{#1}}} - -\long\def\vntext{% -\centerline{\textbf{Chí Phèo}} -\vskip -.5\baselineskip -\rightline{\textsc{--- Nam Cao}} -H¡n v×a ði v×a chØi. Bao gi¶ cûng thª, cÑ rßþu xong là h¡n chØi. B¡t ð¥u -chØi tr¶i. Có h« gì? Tr¶i có cüa riêng nhà nào? R°i h¡n chØi ð¶i. Thª -cûng chÆng sao: ð¶i là t¤t cä nhßng chÆng là ai. TÑc mình h¡n chØi ngay t¤t -cä làng Vû ÐÕi. Nhßng cä làng Vû ÐÕi ai cûng nhü, \textit{``Ch¡c nó tr× -mình ra!''} Không ai lên tiªng cä. TÑc th§t! ! Thª này thì tÑc th§t! TÑc -chªt ði ðßþc m¤t! Ðã thª, h¡n phäi chØi cha ðÑa nào không chØi nhau v¾i -h¡n. Nhßng cûng không ai ra ði«u. M© kiªp! Thª thì có phí rßþu không? Thª -thì có kh± h¡n không? Không biªt ðÑa chªt m© nào ðë ra thân h¡n cho h¡n kh± -ðªn nông n²i này? A ha! Phäi ð¤y, h¡n cÑ thª mà chØi, h¡n chØi ðÑa chªt m© -nào ðë ra thân h¡n, ðë ra cái th¢ng \EMPH{Chí Phèo}! H¡n nghiªn rång vào -mà chØi cái ðÑa ðã ðë ra Chí Phèo. Nhßng mà biªt ðÑa nào ðã ðë ra -Chí Phèo? Có tr¶i mà biªt! H¡n không biªt, cä làng Vû ÐÕi cûng không ai -biªt. - -Mµt anh ði thä ¯ng lß½n, mµt bu±i sáng tinh sß½ng ðã th¤y h¡n -tr¥n tru°ng và xám ng¡t trong mµt váy ðøp ð¬ bên mµt lò gÕch bö -không, anh ta rß¾c l¤y và ðem v« cho mµt ng߶i ðàn bà góa mù. -Ng߶i ðàn bà góa mù này bán h¡n cho mµt bác phó c¯i không con, và -khi bác phó c¯i này chªt thì h¡n b½ v½, hªt ði · cho nhà này lÕi ði -· cho nhà n÷. Nåm hai mß½i tu±i, h¡n làm canh ði«n cho ông lý Kiªn, -b¤y gi¶ cø bá Kiªn, ån tiên chï làng. Hình nhß có m¤y l¥n bà ba nhà -ông lý, còn trë l¡m mà lÕi hay ¯m lØng, b¡t h¡n bóp chân, hay xoa -bøng, ð¤m lßng gì ð¤y. Ng߶i ta bäo ông lý ra ðình thì hách d¸ch, -cä làng phäi sþ, mà v« nhà thì lÕi sþ cái bà ba còn trë này. Ng߶i -bà ¤y ph¯p pháp, má bà ¤y hây hây, mà ông lý thì hay ðau lßng l¡m; -nhæng ng߶i có b®nh ðau lßng hay sþ vþ mà chúa ð¶i là khoë ghen. -Có ng߶i bäo ông lý ghen v¾i anh canh ði«n khoë mÕnh mà sþ bà ba -không dám nói. Có ng߶i thì bäo anh canh ði«n ¤y ðßþc bà ba quy«n -thu quy«n b± trong nhà tin c¦n nên l¤y trµm ti«n trµm thóc nhi«u. -M²i ng߶i nói mµt cách. ChÆng biªt ðâu mà l¥n. Chï biªt mµt hôm -Chí b¸ ng߶i ta giäi huy®n r°i bi®t tåm ðªn bäy, tám nåm r°i mµt -hôm, h¡n lÕi lù lù · ðâu l¥n v«. H¡n v« l¾p này trông khác -hÆn, m¾i ð¥u chÆng ai biªt h¡n là ai. Trông ð£c nhß th¢ng s¡ng -cá! Cái ð¥u thì tr÷c l¯c, cái rång cÕo tr¡ng h¾n, cái m£t thì ðen -mà r¤t câng câng, hai m¡t g߶m g߶m trông g¾m chªt! H¡n m£c qu¥n -áo nái ðen v¾i áo Tây vàng. Cái ngñc phanh, ð¥y nhæng nét chÕm tr± -r°ng, phßþng v¾i mµt ông thày tß¾ng c¥m chuÏ, cä hai cánh tay cûng -thª. Trông g¾m chªt! -} - -\def\mksample#1{% - \leftline{\normalsize\bf\fbox{line spacing #1}\hrulefill} - \vskip 5pt - \ifnum\pdftexversion<130\relax - \dimenA=\pdffontsize\font pt\relax - \else - \dimenA=\pdffontsize\font - \fi - \setbox\boxA=\vbox{% - \baselineskip=#1\dimenA - \parskip=.5\baselineskip - \noindent\vntext\par}% - \setbox\boxB=\vsplit\boxA to 3in - \nobreak - \box\boxB - \vskip 10pt -} - -\def\showfontsize#1#2#3{{% - \leftline{\large\bf\fbox{#2}\hrulefill} - \nobreak - \font\f=#1 at #2\f - \baselineskip=#3 - \noindent - \vnchars\par - \vskip .5\baselineskip -}} - -\def\mkfontname#1#2#3{\hbox{% - \hbox to .25\textwidth{NFSS:\kern1em \texttt{#1}\hss}% - \hbox to .25\textwidth{TFM:\kern1em \texttt{#2}\hss}% - PostScript:\kern1em \texttt{#3}}} - - -\def\getdesignsize#1{\def\designsize{}% - \expandafter\@tfor\expandafter\x\expandafter:\expandafter=#1 - \do{\ifcat\x0\edef\designsize{\designsize\x}\fi% - \if\x-\def\designsize{}\fi}} - - -\def\showletters#1#2#3#4#5#6{\getdesignsize{#5}% - \ifx\HasDesignsize\undefined - \subsection{#2-#3-#4}{#5}% - \else - \subsection{#2-#3-#4 (\designsize pt)}{#5}% - \fi - \markright{\mkfontname{#1/#2/#3/#4}{#5}{#6}} - \showfontsize{#5}{18pt}{27pt} - \showfontsize{#5}{36pt}{54pt} - \showfontsize{#5}{72pt}{108pt} - \clearpage -} - -\def\showCMfont#1#2#3#4#5#6{ - \showletters{#1}{#2}{#3}{#4}{#5}{#6} - \clearpage - \markright{#5} - \subsection{Text}{#5-text}% - \showtextsize{% - \font\f=#5\f - \let\EMPH=\relax - \let\textit=\relax - \let\textsc=\relax} -} - -\def\showtextsize#1{ - \columnsep=20pt - \columnseprule=.4pt - \begin{multicols}{2} - #1 - \mksample{1} - \mksample{1.2} - \mksample{1.4} - \mksample{1.1} - \mksample{1.3} - \mksample{1.5} - \end{multicols} - \clearpage -} - -\def\showtext#1#2#3#4#5#6{\subsection{Text}{#5-text}% - \markright{#6 at 8pt}\showtextsize{\fontsize{8pt}{8pt}\usefont{#1}{#2}{#3}{#4}} - \markright{#6 at 10pt}\showtextsize{\fontsize{10pt}{10pt}\usefont{#1}{#2}{#3}{#4}} - \markright{#6 at 12pt}\showtextsize{\fontsize{12pt}{12pt}\usefont{#1}{#2}{#3}{#4}} - \clearpage -} - -\def\samplesentence{% - H¡n nghiªn rång vào mà chØi cái ðÑa ðã ðë ra Chí Phèo làng Vû ÐÕi} - -\newenvironment{shortsample} - {\normalfont\fontencoding{OT1}\ttfamily \selectfont - \begin{tabular*}{\textwidth}{llll<{\samplesentence}} - NFSS&TFM&PostScript&\multicolumn{1}{l}{Sample}\\ \hline - } - {\end{tabular*}} - -\def\shorttext#1#2#3#4#5#6{% - #1/#2/#3/#4 & #5 & #6 & \normalsize\usefont{#1}{#2}{#3}{#4}\\} - -%%%\endinput - -\ifbookmarks\RequirePackage{hyperref} - \def\section#1{\gdef\currsec{#1}\hypertarget{#1}{}\pdfbookmark[0]{#1}{#1}} -%\subsection{}{

i4 -.>'i4 -.>~i4 -.o4 -.>'o4 -.>~o4 -.w4 -.>'w4 -.>~w4 -.i -a2>'i -a2>~i -a2u -a2>'u -a2>~u -a2i -e2>'i -e2>~i -e2u -e2>'u -e2>~u -e2u -h2>'u -h2>~u -h2 -''4< -'''a4 -''>a'4 -''~a4 -''<~a4 -'''e4 -'''>e'4 -'''h'4 -''~h4 -''<~h4 -'''i4 -''>i'4 -''~i4 -''<~i4 -'''o4 -''>o'4 -''u'4 -''~u4 -''<~u4 -'''w4 -''>w'4 -''~w4 -''<~w4 -o1 -o2i -o2'i -o2~i -o2>i -o2>'i -o2>~i -o2u -o2>'u -o2>~u -o2i -u2>'i -u2>~i -u27.5pt\reposition + \else\ifdim\dp0>2.5pt\reposition\fi\fi + \box0\global\advance\n 1 } +\def\reposition{\setbox0=\vbox{\kern2pt\box0}\dim=\dp0 + \advance\dim 2pt \dp0=\dim} +\def\centerlargechars{ + \def\reposition{\setbox0=\hbox{$\vcenter{\kern2pt\box0\kern2pt}$}}} +%!!! +\def\smashnum{\smash{\hbox to0pt{\fiverm\kern.2em\lower1.5ex\hbox +{\number\n}\hss}}} + +\def\text{{\advance\baselineskip-4pt +\setbox0=\hbox{abcdefghijklmnopqrstuvwxyz} +\ifdim\hsize>2\wd0 \ifdim 15pc>2\wd0 \hsize=15pc \else \hsize=2\wd0 \fi\fi +On November 14, 1885, Senator \& Mrs.~Leland Stanford called +together at their San Francisco mansion the 24~prominent men who had +been chosen as the first trustees of The Leland Stanford Junior University. +They handed to the board the Founding Grant of the University, which they +had executed three days before. This document---with various amendments, +legislative acts, and court decrees---remains as the University's charter. +In bold, sweeping language it stipulates that the objectives of the University +are ``to qualify students for personal success and direct usefulness in life; +and to promote the publick welfare by exercising an influence in behalf of +humanity and civilization, teaching the blessings of liberty regulated by +law, and inculcating love and reverence for the great principles of +government as derived from the inalienable rights of man to life, liberty, +and the pursuit of happiness.'' \moretext +(!`THE DAZED BROWN FOX QUICKLY GAVE 12345--67890 JUMPS!)\par}} +\def\moretext{?`But aren't Kafka's Schlo{\ss} and {\AE}sop's {\OE}uvres +often na{\"\i}ve vis-\`a-vis the d{\ae}monic ph{\oe}nix's official r\^ole +in fluffy souffl\'es? } +\def\omitaccents{\let\moretext=\relax} + +\def\sample{\table\text} + +\ifx\noinit!\else\init\fi diff -Nru texlive-lang-2007.dfsg.4/texmf-dist/tex/plain/lh/testkern.tex texlive-lang-2009/texmf-dist/tex/plain/lh/testkern.tex --- texlive-lang-2007.dfsg.4/texmf-dist/tex/plain/lh/testkern.tex 1970-01-01 01:00:00.000000000 +0100 +++ texlive-lang-2009/texmf-dist/tex/plain/lh/testkern.tex 2009-08-23 01:18:32.000000000 +0100 @@ -0,0 +1,164 @@ +% +% testkern.tex +% +%% Cyrillic font container with T2 encoding beta-support +% +% This file is future part of lxfonts package +% Version 3.5 // Patchlevel=0 +% (c) O.Lapko +% +% This package is freeware product under conditions similar to +% those of D. E. Knuth specified for the Computer Modern family of fonts. +% In particular, only the authors are entitled to modify this file +% (and all this package as well) and to save it under the same name. +% +% Content: +% +% TeX file with macros for testing kerns between letters in fonts +% +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\newcount\chu \newcount\chl \newcount\chtemp +\newcount \hours \newcount \minutes + +\let\xpar=\par + +\def\LHpair#1 #2.{\noindent\chu=#1% +{\loop \chl=\chu +{\loop \char\chu\char\chl\char\chu{}\char\chl{}\char\chu\ +\advance\chl by 1 \let\chtemp\chl#2\xpar\noindent}% +\global\advance\chu by 1 \let\chtemp\chu#2\xpar}} + +\def\LHcross#1 #2 #3.{\noindent\chu=#1\chl=#2% +\def\H{\discretionary{\char\chu}{\char\chu}{\char\chu}}% +{\char\chu\loop\char\chl\H% +\advance\chl by 1 \let\chtemp\chl#3\xpar}} + +\def\LHdot#1 #2.{\noindent\chu=#1% +{\loop \char\chu.\ \char\chu.\ % +\advance\chl by 1 \let\chtemp\chl#2\xpar}} + +\def\LHuplow#1 #2; #3 #4.{\noindent\chu=#1% +{\loop \chl=#3% +{\loop \char\chu\char\chl\char\chl\ \char\chu{}\char\chl{}\char\chl\ +\advance\chl by 1 \let\chtemp\chl#4\xpar\noindent}% +\global\advance\chu by 1 \let\chtemp\chu#2\xpar}} + +\def\LHblks #1#2#3{\par\baselineskip=2.65ex\lineskip2pt +{\noindent +\chu=#1\loop +\centerline{\quad\llap{\rm\number\chu $:\,$}% +\chl=#1\loop \setbox0\hbox{\char\chu}% +\rlap{\lower\dp0\hbox{\vrule\vbox{\hrule\box0\hrule}\vrule}}\hskip1.25em% +\global\advance\chu by 1 \advance\chl by 1 \ifnum\chl<#3 \repeat \hfill} +\ifnum\chu<#2 \repeat}} + +\def\LHblk{\LHblks{0}{256}{16}} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +%T2 +\def\Ttwo{% +\LHpair 128 \ifnum\chtemp=157\chtemp=192 \ifnum\chtemp<224\repeat. +\eject +\LHpair 160 \ifnum\chtemp=189\chtemp=224 \ifnum\chtemp<256\repeat. +\eject +\LHcross 205 128 \ifnum\chtemp=157\chtemp=192 \ifnum\chtemp<224\repeat. +\LHcross 237 160 \ifnum\chtemp=189\chtemp=224 \ifnum\chtemp<256\repeat. +\LHdot 128 \ifnum\chtemp=157\chtemp=192 \ifnum\chtemp<224\repeat. +\LHdot 160 \ifnum\chtemp=189\chtemp=224 \ifnum\chtemp<256\repeat. +\eject +\LHuplow 128 \ifnum\chtemp=157\chtemp=192 \ifnum\chtemp<224\repeat; 160 \loTtwo. +} + +%ALT +\def\ALT{% +\LHpair 128 % + \ifnum\chtemp=160\chtemp=242\fi % + \ifnum\chtemp=243\chtemp=244\fi % + \ifnum\chtemp=245\chtemp=246\fi % + \ifnum\chtemp=247\chtemp=248\fi % + \ifnum\chtemp=249\chtemp=250\fi % + \ifnum\chtemp<251\repeat. +\eject +\LHpair 160 % + \ifnum\chtemp=176\chtemp=224\fi % + \ifnum\chtemp=240\chtemp=241\fi % + \ifnum\chtemp=242\chtemp=243\fi % + \ifnum\chtemp=244\chtemp=245\fi % + \ifnum\chtemp=246\chtemp=247\fi % + \ifnum\chtemp=248\chtemp=249\fi % + \ifnum\chtemp=250\chtemp=251\fi % + \ifnum\chtemp<252\repeat. +\eject +\LHcross 205 128 % + \ifnum\chtemp=160\chtemp=242\fi % + \ifnum\chtemp=243\chtemp=244\fi % + \ifnum\chtemp=245\chtemp=246\fi % + \ifnum\chtemp=247\chtemp=248\fi % + \ifnum\chtemp=249\chtemp=250\fi % + \ifnum\chtemp<251\repeat. +\LHcross 237 160 % + \ifnum\chtemp=176\chtemp=224\fi % + \ifnum\chtemp=240\chtemp=241\fi % + \ifnum\chtemp=242\chtemp=243\fi % + \ifnum\chtemp=244\chtemp=245\fi % + \ifnum\chtemp=246\chtemp=247\fi % + \ifnum\chtemp=248\chtemp=249\fi % + \ifnum\chtemp=250\chtemp=251\fi % + \ifnum\chtemp<252\repeat. +\LHdot 128 % + \ifnum\chtemp=160\chtemp=242\fi % + \ifnum\chtemp=243\chtemp=244\fi % + \ifnum\chtemp=245\chtemp=246\fi % + \ifnum\chtemp=247\chtemp=248\fi % + \ifnum\chtemp=249\chtemp=250\fi % + \ifnum\chtemp<251\repeat. +\LHdot 160 % + \ifnum\chtemp=176\chtemp=224\fi % + \ifnum\chtemp=240\chtemp=241\fi % + \ifnum\chtemp=242\chtemp=243\fi % + \ifnum\chtemp=244\chtemp=245\fi % + \ifnum\chtemp=246\chtemp=247\fi % + \ifnum\chtemp=248\chtemp=249\fi % + \ifnum\chtemp=250\chtemp=251\fi % + \ifnum\chtemp<252\repeat. +\eject +\LHuplow 128 % + \ifnum\chtemp=160\chtemp=242\fi % + \ifnum\chtemp=243\chtemp=244\fi % + \ifnum\chtemp=245\chtemp=246\fi % + \ifnum\chtemp=247\chtemp=248\fi % + \ifnum\chtemp=249\chtemp=250\fi % + \ifnum\chtemp<251\repeat; + 160 % + \ifnum\chtemp=176\chtemp=224\fi % + \ifnum\chtemp=240\chtemp=241\fi % + \ifnum\chtemp=242\chtemp=243\fi % + \ifnum\chtemp=244\chtemp=245\fi % + \ifnum\chtemp=246\chtemp=247\fi % + \ifnum\chtemp=248\chtemp=249\fi % + \ifnum\chtemp=250\chtemp=251\fi % + \ifnum\chtemp<252\repeat. +} +\newlinechar=`@ +{\chardef\other=12 +\catcode`\|=0 \catcode`\\=\other +|gdef|kernhelp{|message{@% +=====================================================================@% +YOU MAY USE THESE COMMANDS AFTER SELECTING TEST FONT:@@% +\kernhelp - this help;@% +\help - main testfo(nt)x.tex's help;@% +\init - set font name to be tested;@@% +\ALT - kerning test in LCY encoding (lh* fonts);@% +\Ttwo - kerning test in T2/X2 encoding (rx/l(a/b/c)* fonts);@@% +\LHblk - test for char boxes and char placement inside framed boxes;@% +\LHblks{}{}{} - "low level" macro for previous one;@% +where:@ + - number of first code number (e.g. 0 in \LHblk);@ + - number of last code number+1 (e.g. 256 in \LHblk);@ + - number of characters per line (e.g. 16 in \LHblk)@% +=====================================================================@% +}}} + +\kernhelp\par +\input testfox diff -Nru texlive-lang-2007.dfsg.4/texmf-dist/tex/plain/plnfss/ams.pfd texlive-lang-2009/texmf-dist/tex/plain/plnfss/ams.pfd --- texlive-lang-2007.dfsg.4/texmf-dist/tex/plain/plnfss/ams.pfd 2006-01-12 23:46:46.000000000 +0000 +++ texlive-lang-2009/texmf-dist/tex/plain/plnfss/ams.pfd 1970-01-01 01:00:00.000000000 +0100 @@ -1,21 +0,0 @@ -% plnfss-1.1 - -% Copyright 2003-2005 Han The Thanh . -% This file is part of plnfss. License: LPPL, version 1.3 or newer, -% according to http://www.latex-project.org/lppl.txt - -\DeclareFont{OMS/cmsy/b/n} {cmbsy(10)} -\DeclareFont{OMX/cmex/m/n} {cmex(9,10)} -\DeclareFont{OML/cmmi/m/it} {cmmi(5,6,7,8,9,10,12)} -\DeclareFont{OML/cmmi/b/it} {cmmib(10)} -\DeclareFont{OMS/cmsy/m/n} {cmsy(5,6,7,8,9,10)} -\DeclareFont{U/cmtex/m/n} {cmtex(8,9,10)} - -\DeclareFont{MSA/msam/m/n} {msam(5,6,7,8,9,10)} -\DeclareFont{MSB/msbm/m/n} {msbm(5,6,7,8,9,10)} -\DeclareFont{OT1/euler/m/n} {eurm(5,6,7,8,9,10)} -\DeclareFont{OT1/euler/b/n} {eurb(5,6,7,8,9,10)} -\DeclareFont{OT1/euler/m/cal} {eusm(5,6,7,8,9,10)} -\DeclareFont{OT1/euler/b/cal} {eusb(5,6,7,8,9,10)} -\DeclareFont{OT1/euler/m/fib} {eufm(5,6,7,8,9,10)} -\DeclareFont{OT1/euler/b/fib} {eufb(5,6,7,8,9,10)} diff -Nru texlive-lang-2007.dfsg.4/texmf-dist/tex/plain/plnfss/il2cm.pfd texlive-lang-2009/texmf-dist/tex/plain/plnfss/il2cm.pfd --- texlive-lang-2007.dfsg.4/texmf-dist/tex/plain/plnfss/il2cm.pfd 2006-01-12 23:46:46.000000000 +0000 +++ texlive-lang-2009/texmf-dist/tex/plain/plnfss/il2cm.pfd 1970-01-01 01:00:00.000000000 +0100 @@ -1,49 +0,0 @@ -% plnfss-1.1 - -% Copyright 2003-2005 Han The Thanh . -% This file is part of plnfss. License: LPPL, version 1.3 or newer, -% according to http://www.latex-project.org/lppl.txt - -\DeclareFont{IL2/cmr/b/n} {csb(5,6,7,8,9,10,12,17)} -\DeclareFont{IL2/cmr/bx/n} {csbx(5,6,7,8,9,10,12)} -\DeclareFont{IL2/cmr/bx/sl} {csbxsl(5,6,7,8,9,10,12)} -\DeclareFont{IL2/cmr/bx/it} {csbxti(10,12,17)} -\DeclareFont{IL2/cmr/m/sc} {cscsc(8,9,10,12,17)} -\DeclareFont{IL2/cmdh/m/n} {csdunh(5,6,7,8,9,10,12,17)} -\DeclareFont{IL2/cmfr/m/n} {csff(10)} -\DeclareFont{IL2/cmfr/m/it} {csfi(10)} -\DeclareFont{IL2/cmfib/m/n} {csfib(8,9,10,12)} -\DeclareFont{IL2/cmtt/m/it} {csitt(8,9,10,12,17)} -\DeclareFont{IL2/cmr/m/n} {csr(5,6,7,8,9,10,12,17)} -\DeclareFont{IL2/cmr/m/sl} {cssl(5,6,7,8,9,10,12,17)} -\DeclareFont{IL2/cmtt/m/sl} {cssltt(8,9,10,12)} -\DeclareFont{IL2/cmss/m/n} {csss(8,9,10,12,17)} -\DeclareFont{IL2/cmss/bx/n} {csssbx(9,10,12,17)} -\DeclareFont{IL2/cmss/sbc/n} {csssdc(10)} -\DeclareFont{IL2/cmss/m/sl} {csssi(8,9,10,12,17)} -\DeclareFont{IL2/cmssq/m/n} {csssq(8)} -\DeclareFont{IL2/cmssq/m/sl} {csssqi(8)} -\DeclareFont{IL2/cmtt/m/sc} {cstcsc(10,12,17)} -\DeclareFont{IL2/cmr/m/it} {csti(7,8,9,10,12,17)} -\DeclareFont{IL2/cmtt/m/n} {cstt(8,9,10,12)} -\DeclareFont{IL2/cmr/m/ui} {csu(7,8,9,10,12,17)} -\DeclareFont{IL2/cmvtt/m/n} {csvtt(8,9,10,12)} - -\SubstFont{IL2/cmfib/b/n} {IL2/cmfib/bx/n} -\SubstFont{IL2/cmr/b/it} {IL2/cmr/bx/it} -\SubstFont{IL2/cmr/b/sl} {IL2/cmr/bx/sl} -\SubstFont{IL2/cmr/b/ui} {IL2/cmr/bx/ui} -\SubstFont{IL2/cmr/bx/ui} {IL2/cmr/m/ui} -\SubstFont{IL2/cmss/b/n} {IL2/cmss/bx/n} -\SubstFont{IL2/cmss/b/ui} {IL2/cmss/bx/ui} -\SubstFont{IL2/cmss/bx/ui} {IL2/cmr/bx/ui} -\SubstFont{IL2/cmss/m/it} {IL2/cmss/m/sl} -\SubstFont{IL2/cmss/m/sc} {IL2/cmr/m/sc} -\SubstFont{IL2/cmss/m/ui} {IL2/cmr/m/ui} -\SubstFont{IL2/cmtt/b/it} {IL2/cmtt/bx/it} -\SubstFont{IL2/cmtt/b/n} {IL2/cmtt/bx/n} -\SubstFont{IL2/cmtt/b/ui} {IL2/cmtt/bx/ui} -\SubstFont{IL2/cmtt/bx/it} {IL2/cmtt/m/it} -\SubstFont{IL2/cmtt/bx/n} {IL2/cmtt/m/n} -\SubstFont{IL2/cmtt/bx/ui} {IL2/cmtt/m/it} -\SubstFont{IL2/cmtt/m/ui} {IL2/cmtt/m/it} diff -Nru texlive-lang-2007.dfsg.4/texmf-dist/tex/plain/plnfss/il2cmr.pfd texlive-lang-2009/texmf-dist/tex/plain/plnfss/il2cmr.pfd --- texlive-lang-2007.dfsg.4/texmf-dist/tex/plain/plnfss/il2cmr.pfd 2006-01-12 23:46:46.000000000 +0000 +++ texlive-lang-2009/texmf-dist/tex/plain/plnfss/il2cmr.pfd 1970-01-01 01:00:00.000000000 +0100 @@ -1,34 +0,0 @@ -% plnfss-1.1 - -% Copyright 2003-2005 Han The Thanh . -% This file is part of plnfss. License: LPPL, version 1.3 or newer, -% according to http://www.latex-project.org/lppl.txt - -\DeclareFont{IL2/cmdh/m/n} {csdunh(5,6,7,8,9,10,12,17)} -\DeclareFont{IL2/cmfr/m/it} {csfi(10)} -\DeclareFont{IL2/cmfr/m/n} {csff(10)} -\DeclareFont{IL2/cmfib/b/n} {csfib(8,9,10,12)} -\DeclareFont{IL2/cmr/b/n} {csb(5,6,7,8,9,10,12,17)} -\DeclareFont{IL2/cmr/bx/it} {csbxti(10,12,17)} -\DeclareFont{IL2/cmr/bx/n} {csbx(5,6,7,8,9,10,12)} -\DeclareFont{IL2/cmr/bx/sl} {csbxsl(5,6,7,8,9,10,12)} -\DeclareFont{IL2/cmr/m/it} {csti(7,8,9,10,12,17)} -\DeclareFont{IL2/cmr/m/n} {csr(5,6,7,8,9,10,12,17)} -\DeclareFont{IL2/cmr/m/sc} {cscsc(10,12,17)} -\DeclareFont{IL2/cmr/m/sl} {cssl(5,6,7,8,9,10,12,17)} -\DeclareFont{IL2/cmr/m/ui} {csu(7,8,9,10,12,17)} -\DeclareFont{IL2/cmss/bx/n} {csssbx(9,10,12,17)} -\DeclareFont{IL2/cmss/dc/n} {csssdc(10)} -\DeclareFont{IL2/cmss/m/it} {csssi(8,9,10,12,17)} -\DeclareFont{IL2/cmss/n/n} {csss(8,9,10,12,17)} -\DeclareFont{IL2/cmss/q/it} {csssqi(8)} -\DeclareFont{IL2/cmss/q/n} {csssq(8)} -\DeclareFont{IL2/cmtt/m/it} {csitt(8,9,10,12,17)} -\DeclareFont{IL2/cmtt/m/n} {cstt(8,9,10,12)} -\DeclareFont{IL2/cmtt/m/sc} {cstcsc(10,12,17)} -\DeclareFont{IL2/cmtt/m/sl} {cssltt(8,9,10,12)} -\DeclareFont{IL2/cmvtt/m/n} {csvtt(8,9,10,12)} - -\SubstFont{IL2/cmr/b/it} {IL2/cmr/bx/it} -\SubstFont{IL2/cmr/b/sl} {IL2/cmr/bx/sl} -\SubstFont{IL2/cmss/b/n} {IL2/cmss/bx/n} diff -Nru texlive-lang-2007.dfsg.4/texmf-dist/tex/plain/plnfss/ly1lm.pfd texlive-lang-2009/texmf-dist/tex/plain/plnfss/ly1lm.pfd --- texlive-lang-2007.dfsg.4/texmf-dist/tex/plain/plnfss/ly1lm.pfd 2006-01-12 23:46:46.000000000 +0000 +++ texlive-lang-2009/texmf-dist/tex/plain/plnfss/ly1lm.pfd 1970-01-01 01:00:00.000000000 +0100 @@ -1,51 +0,0 @@ -% plnfss-1.1 - -% Copyright 2003-2005 Han The Thanh . -% This file is part of plnfss. License: LPPL, version 1.3 or newer, -% according to http://www.latex-project.org/lppl.txt - -\DeclareFont{LY1/lmr/b/n} {texnansi-lmb(10)} -\DeclareFont{LY1/lmr/b/sl} {texnansi-lmbo(10)} -\DeclareFont{LY1/lmr/bx/n} {texnansi-lmbx(5,6,7,8,9,10,12)} -\DeclareFont{LY1/lmr/bx/it} {texnansi-lmbxi(10)} -\DeclareFont{LY1/lmr/bx/sl} {texnansi-lmbxo(10)} -\DeclareFont{LY1/lmr/m/sc} {texnansi-lmcsc(10)} -\DeclareFont{LY1/lmr/m/scsl} {texnansi-lmcsco(10)} -\DeclareFont{LY1/lmr/m/n} {texnansi-lmr(5,6,7,8,9,10,12,17)} -\DeclareFont{LY1/lmr/m/it} {texnansi-lmri(7,8,9,10,12)} -\DeclareFont{LY1/lmr/m/sl} {texnansi-lmro(8,9,10,12)} -\DeclareFont{LY1/lmss/m/n} {texnansi-lmss(8,9,10,12,17)} -\DeclareFont{LY1/lmss/bx/sl} {texnansi-lmssbo(10)} -\DeclareFont{LY1/lmss/bx/n} {texnansi-lmssbx(10)} -\DeclareFont{LY1/lmss/sbc/n} {texnansi-lmssdc(10)} -\DeclareFont{LY1/lmss/sbc/sl} {texnansi-lmssdo(10)} -\DeclareFont{LY1/lmss/m/sl} {texnansi-lmsso(8,9,10,12,17)} -\DeclareFont{LY1/lmssq/m/n} {texnansi-lmssq(8)} -\DeclareFont{LY1/lmssq/bx/sl} {texnansi-lmssqbo(8)} -\DeclareFont{LY1/lmssq/bx/n} {texnansi-lmssqbx(8)} -\DeclareFont{LY1/lmssq/m/sl} {texnansi-lmssqo(8)} -\DeclareFont{LY1/lmtt/m/sc} {texnansi-lmtcsc(10)} -\DeclareFont{LY1/lmtt/m/n} {texnansi-lmtt(8,9,10,12)} -\DeclareFont{LY1/lmtt/m/it} {texnansi-lmtti(10)} -\DeclareFont{LY1/lmtt/m/sl} {texnansi-lmtto(10)} -\DeclareFont{LY1/lmvtt/m/n} {texnansi-lmvtt(10)} -\DeclareFont{LY1/lmvtt/m/sl} {texnansi-lmvtto(10)} - -\SubstFont{LY1/cmfib/b/n} {LY1/cmfib/bx/n} -\SubstFont{LY1/cmr/b/it} {LY1/cmr/bx/it} -\SubstFont{LY1/cmr/b/sl} {LY1/cmr/bx/sl} -\SubstFont{LY1/cmr/b/ui} {LY1/cmr/bx/ui} -\SubstFont{LY1/cmr/bx/ui} {LY1/cmr/m/ui} -\SubstFont{LY1/cmss/b/n} {LY1/cmss/bx/n} -\SubstFont{LY1/cmss/b/ui} {LY1/cmss/bx/ui} -\SubstFont{LY1/cmss/bx/ui} {LY1/cmr/bx/ui} -\SubstFont{LY1/cmss/m/it} {LY1/cmss/m/sl} -\SubstFont{LY1/cmss/m/sc} {LY1/cmr/m/sc} -\SubstFont{LY1/cmss/m/ui} {LY1/cmr/m/ui} -\SubstFont{LY1/cmtt/b/it} {LY1/cmtt/bx/it} -\SubstFont{LY1/cmtt/b/n} {LY1/cmtt/bx/n} -\SubstFont{LY1/cmtt/b/ui} {LY1/cmtt/bx/ui} -\SubstFont{LY1/cmtt/bx/it} {LY1/cmtt/m/it} -\SubstFont{LY1/cmtt/bx/n} {LY1/cmtt/m/n} -\SubstFont{LY1/cmtt/bx/ui} {LY1/cmtt/m/it} -\SubstFont{LY1/cmtt/m/ui} {LY1/cmtt/m/it} diff -Nru texlive-lang-2007.dfsg.4/texmf-dist/tex/plain/plnfss/MIKmathf.tex texlive-lang-2009/texmf-dist/tex/plain/plnfss/MIKmathf.tex --- texlive-lang-2007.dfsg.4/texmf-dist/tex/plain/plnfss/MIKmathf.tex 2006-01-12 23:46:46.000000000 +0000 +++ texlive-lang-2009/texmf-dist/tex/plain/plnfss/MIKmathf.tex 1970-01-01 01:00:00.000000000 +0100 @@ -1,82 +0,0 @@ -% plnfss-1.1 - -% Copyright 1996 Michal Konecny . -% This file is part of plnfss. License: LPPL, version 1.3 or newer, -% according to http://www.latex-project.org/lppl.txt - -% MIKmathf.tex, by Michal Konecny, 23.10.1996 -% -% A macro package to supplement math font sizing -% to Han The Thanh's package plnfss. - -\endlinechar=-1\catcode`@= 11 - -% macros provided: -\def\mathix{\mathsize{9}{6}{5}} -\def\mathx{\mathsize{10}{7}{5}} -\def\mathxii{\mathsize{12}{9}{6}} -\def\mathxiv{\mathsize{14}{10}{7}} -\def\mathxvii{\mathsize{17}{12}{9}} -\def\mathxx{\mathsize{20}{14}{10}} -\def\mathxxx{\mathsize{30}{20}{14}} -\def\mathlii{\mathsize{52}{30}{20}} -\def\nomathfonts{} -\expandafter\let\csname math9\endcsname\mathix -\expandafter\let\csname math10\endcsname\mathx -\expandafter\let\csname math12\endcsname\mathxii -\expandafter\let\csname math14\endcsname\mathxiv -\expandafter\let\csname math17\endcsname\mathxvii -\expandafter\let\csname math20\endcsname\mathxx - -\def\Bbb{\fam9\relax} -\def\Cal{\fam2\relax} -\def\bfam{5} -\def\mathb{\fam5} -\def\bxfam{6} -\def\mathbx{\fam6} -\def\Eurm{\fam10\relax} -\def\Eurb{\fam11\relax} -\def\Eusm{\fam12\relax} -\def\Eusb{\fam13\relax} -\def\Eufm{\fam14\relax} -\def\Eufb{\fam15\relax} - -% \mathfsize{textsize}{scriptsize}{scriptscriptsize} -\def\mathsize#1#2#3{ - \def\txtsz{#1} - \def\scrsz{#2} - \def\sscsz{#3} - % family assignment probably not acc. to convention - \setmathfam{0}{/cmr/m/n//}% - \setmathfam{1}{OML/cmmi/m/it//} - \setmathfam{2}{OMS/cmsy/m/n//}% incl CALIGRAPHIC - \setmathfam{3}{OMX/cmex/m/n//} - \setmathfam{5}{/cmr/b/n//} - \setmathfam{6}{/cmr/bx/n//} - \setmathfam{7}{/cmr/m/it//} - \setmathfam{8}{MSA/msam/m/n//}% ams symbols - \setmathfam{9}{MSB/msbm/m/n//}% further ams incl. BLACKBOARD - \setmathfam{10}{/euler/m/n//}% euler regular - \setmathfam{11}{/euler/b/n//}% euler regular bold - \setmathfam{12}{/euler/m/cal//}% euler cal - \setmathfam{13}{/euler/b/cal//}% euler cal bold - \setmathfam{14}{/euler/m/fib//}% euler fib - \setmathfam{15}{/euler/b/fib//}% euler fib bold -} - -% sets plnfss selected font into the special name \@arbfont -\def\set@arbfont{% - \global\expandafter\let\expandafter\@arbfont\csname\@selectedfont\endcsname} - -% \setmathfam{fam}{/////} -% (sizes pre-set in macros \txtsz \scrsz \sscsz) -\def\setmathfam#1#2{ - {\setfont#2\fontsize\txtsz\selectfont\set@arbfont} - \expandafter\textfont#1=\@arbfont - {\setfont#2\fontsize\scrsz\selectfont\set@arbfont} - \expandafter\scriptfont#1=\@arbfont - {\setfont#2\fontsize\sscsz\selectfont\set@arbfont} - \expandafter\scriptscriptfont#1=\@arbfont -} - -\catcode`@= 12\endlinechar=13 diff -Nru texlive-lang-2007.dfsg.4/texmf-dist/tex/plain/plnfss/ot1cm.pfd texlive-lang-2009/texmf-dist/tex/plain/plnfss/ot1cm.pfd --- texlive-lang-2007.dfsg.4/texmf-dist/tex/plain/plnfss/ot1cm.pfd 2006-01-12 23:46:46.000000000 +0000 +++ texlive-lang-2009/texmf-dist/tex/plain/plnfss/ot1cm.pfd 1970-01-01 01:00:00.000000000 +0100 @@ -1,49 +0,0 @@ -% plnfss-1.1 - -% Copyright 2003-2005 Han The Thanh . -% This file is part of plnfss. License: LPPL, version 1.3 or newer, -% according to http://www.latex-project.org/lppl.txt - -\DeclareFont{OT1/cmdh/m/n} {cmdunh(10)} -\DeclareFont{OT1/cmfr/m/it} {cmfi(10)} -\DeclareFont{OT1/cmfr/m/n} {cmff(10)} -\DeclareFont{OT1/cmfib/m/n} {cmfib(8)} -\DeclareFont{OT1/cmr/b/n} {cmb(10)} -\DeclareFont{OT1/cmr/bx/it} {cmbxti(10)} -\DeclareFont{OT1/cmr/bx/n} {cmbx(5,6,7,8,9,10,12)} -\DeclareFont{OT1/cmr/bx/sl} {cmbxsl(10)} -\DeclareFont{OT1/cmr/m/it} {cmti(7,8,9,10,12)} -\DeclareFont{OT1/cmr/m/n} {cmr(5,6,7,8,9,10,12,17)} -\DeclareFont{OT1/cmr/m/sc} {cmcsc(10)} -\DeclareFont{OT1/cmr/m/sl} {cmsl(8,9,10,12)} -\DeclareFont{OT1/cmr/m/ui} {cmu(10)} -\DeclareFont{OT1/cmss/bx/n} {cmssbx(10)} -\DeclareFont{OT1/cmss/sbc/n} {cmssdc(10)} -\DeclareFont{OT1/cmss/m/sl} {cmssi(8,9,10,12,17)} -\DeclareFont{OT1/cmss/m/n} {cmss(8,9,10,12,17)} -\DeclareFont{OT1/cmssq/m/sl} {cmssqi(8)} -\DeclareFont{OT1/cmssq/m/n} {cmssq(8)} -\DeclareFont{OT1/cmtt/m/it} {cmitt(10)} -\DeclareFont{OT1/cmtt/m/n} {cmtt(8,9,10,12)} -\DeclareFont{OT1/cmtt/m/sc} {cmtcsc(10)} -\DeclareFont{OT1/cmtt/m/sl} {cmsltt(10)} -\DeclareFont{OT1/cmvtt/m/n} {cmvtt(10)} - -\SubstFont{OT1/cmfib/b/n} {OT1/cmfib/bx/n} -\SubstFont{OT1/cmr/b/it} {OT1/cmr/bx/it} -\SubstFont{OT1/cmr/b/sl} {OT1/cmr/bx/sl} -\SubstFont{OT1/cmr/b/ui} {OT1/cmr/bx/ui} -\SubstFont{OT1/cmr/bx/ui} {OT1/cmr/m/ui} -\SubstFont{OT1/cmss/b/n} {OT1/cmss/bx/n} -\SubstFont{OT1/cmss/b/ui} {OT1/cmss/bx/ui} -\SubstFont{OT1/cmss/bx/ui} {OT1/cmr/bx/ui} -\SubstFont{OT1/cmss/m/it} {OT1/cmss/m/sl} -\SubstFont{OT1/cmss/m/sc} {OT1/cmr/m/sc} -\SubstFont{OT1/cmss/m/ui} {OT1/cmr/m/ui} -\SubstFont{OT1/cmtt/b/it} {OT1/cmtt/bx/it} -\SubstFont{OT1/cmtt/b/n} {OT1/cmtt/bx/n} -\SubstFont{OT1/cmtt/b/ui} {OT1/cmtt/bx/ui} -\SubstFont{OT1/cmtt/bx/it} {OT1/cmtt/m/it} -\SubstFont{OT1/cmtt/bx/n} {OT1/cmtt/m/n} -\SubstFont{OT1/cmtt/bx/ui} {OT1/cmtt/m/it} -\SubstFont{OT1/cmtt/m/ui} {OT1/cmtt/m/it} diff -Nru texlive-lang-2007.dfsg.4/texmf-dist/tex/plain/plnfss/ot1cmr.pfd texlive-lang-2009/texmf-dist/tex/plain/plnfss/ot1cmr.pfd --- texlive-lang-2007.dfsg.4/texmf-dist/tex/plain/plnfss/ot1cmr.pfd 2006-01-12 23:46:46.000000000 +0000 +++ texlive-lang-2009/texmf-dist/tex/plain/plnfss/ot1cmr.pfd 1970-01-01 01:00:00.000000000 +0100 @@ -1,46 +0,0 @@ -% plnfss-1.1 - -% Copyright 2003-2005 Han The Thanh . -% This file is part of plnfss. License: LPPL, version 1.3 or newer, -% according to http://www.latex-project.org/lppl.txt - -\DeclareFont{OT1/cmdh/m/n} {cmdunh(10)} -\DeclareFont{OT1/cmfr/m/it} {cmfi(10)} -\DeclareFont{OT1/cmfr/m/n} {cmff(10)} -\DeclareFont{OT1/cmfib/m/n} {cmfib(8)} -\DeclareFont{OT1/cmr/b/n} {cmb(10)} -\DeclareFont{OT1/cmr/bx/it} {cmbxti(10)} -\DeclareFont{OT1/cmr/bx/n} {cmbx(5,6,7,8,9,10,12)} -\DeclareFont{OT1/cmr/bx/sl} {cmbxsl(10)} -\DeclareFont{OT1/cmr/m/it} {cmti(7,8,9,10,12)} -\DeclareFont{OT1/cmr/m/n} {cmr(5,6,7,8,9,10,12,17)} -\DeclareFont{OT1/cmr/m/sc} {cmcsc(10)} -\DeclareFont{OT1/cmr/m/sl} {cmsl(8,9,10,12)} -\DeclareFont{OT1/cmr/m/ui} {cmu(10)} -\DeclareFont{OT1/cmss/bx/n} {cmssbx(10)} -\DeclareFont{OT1/cmss/sbc/n} {cmssdc(10)} -\DeclareFont{OT1/cmss/m/sl} {cmssi(8,9,10,12,17)} -\DeclareFont{OT1/cmss/m/n} {cmss(8,9,10,12,17)} -\DeclareFont{OT1/cmssq/m/sl} {cmssqi(8)} -\DeclareFont{OT1/cmssq/m/n} {cmssq(8)} -\DeclareFont{OT1/cmtt/m/it} {cmitt(10)} -\DeclareFont{OT1/cmtt/m/n} {cmtt(8,9,10,12)} -\DeclareFont{OT1/cmtt/m/sc} {cmtcsc(10)} -\DeclareFont{OT1/cmtt/m/sl} {cmsltt(10)} -\DeclareFont{OT1/cmvtt/m/n} {cmvtt(10)} - -\DeclareFont{OML/cmmi/b/it} {cmmib(10)} -\DeclareFont{OML/cmmi/m/it} {cmmi(5,6,7,8,9,10,12)} -\DeclareFont{OMS/cmsy/b/n} {cmbsy(10)} -\DeclareFont{OMS/cmsy/m/n} {cmsy(5,6,7,8,9,10)} -\DeclareFont{OMX/cmex/m/n} {cmex(10)} -\DeclareFont{U/cmtex/m/n} {cmtex(8,9,10)} - -\SubstFont{OT1/cmr/bx/ui} {OT1/cmr/m/ui} -\SubstFont{OT1/cmss/m/it} {OT1/cmss/m/sl} -\SubstFont{OT1/cmss/m/sc} {OT1/cmr/m/sc} -\SubstFont{OT1/cmss/m/ui} {OT1/cmr/m/ui} -\SubstFont{OT1/cmss/bx/ui} {OT1/cmr/bx/ui} -\SubstFont{OT1/cmtt/bx/n} {OT1/cmtt/m/n} -\SubstFont{OT1/cmtt/bx/it} {OT1/cmtt/m/it} -\SubstFont{OT1/cmtt/bx/ui} {OT1/cmtt/m/it} diff -Nru texlive-lang-2007.dfsg.4/texmf-dist/tex/plain/plnfss/ot4cm.pfd texlive-lang-2009/texmf-dist/tex/plain/plnfss/ot4cm.pfd --- texlive-lang-2007.dfsg.4/texmf-dist/tex/plain/plnfss/ot4cm.pfd 2006-01-12 23:46:46.000000000 +0000 +++ texlive-lang-2009/texmf-dist/tex/plain/plnfss/ot4cm.pfd 1970-01-01 01:00:00.000000000 +0100 @@ -1,49 +0,0 @@ -% plnfss-1.1 - -% Copyright 2003-2005 Han The Thanh . -% This file is part of plnfss. License: LPPL, version 1.3 or newer, -% according to http://www.latex-project.org/lppl.txt - -\DeclareFont{OT4/cmr/b/n} {plb(10)} -\DeclareFont{OT4/cmr/bx/n} {plbx(5,6,7,8,9,10,12)} -\DeclareFont{OT4/cmr/bx/sl} {plbxsl(10)} -\DeclareFont{OT4/cmr/bx/it} {plbxti(10)} -\DeclareFont{OT4/cmr/m/sc} {plcsc(10)} -\DeclareFont{OT4/cmdh/m/n} {pldunh(10)} -\DeclareFont{OT4/cmfr/m/n} {plff(10)} -\DeclareFont{OT4/cmfr/m/it} {plfi(10)} -\DeclareFont{OT4/cmfib/m/n} {plfib(8)} -\DeclareFont{OT4/cmtt/m/it} {plitt(10)} -\DeclareFont{OT4/cmr/m/n} {plr(5,6,7,8,9,10,12,17)} -\DeclareFont{OT4/cmr/m/sl} {plsl(8,9,10,12)} -\DeclareFont{OT4/cmtt/m/sl} {plsltt(10)} -\DeclareFont{OT4/cmss/m/n} {plss(8,9,10,12,17)} -\DeclareFont{OT4/cmss/bx/n} {plssbx(10)} -\DeclareFont{OT4/cmss/sbc/n} {plssdc(10)} -\DeclareFont{OT4/cmss/m/sl} {plssi(8,9,10,12,17)} -\DeclareFont{OT4/cmssq/m/n} {plssq(8)} -\DeclareFont{OT4/cmssq/m/sl} {plssqi(8)} -\DeclareFont{OT4/cmtt/m/sc} {pltcsc(10)} -\DeclareFont{OT4/cmr/m/it} {plti(7,8,9,10,12)} -\DeclareFont{OT4/cmtt/m/n} {pltt(8,9,10,12)} -\DeclareFont{OT4/cmr/m/ui} {plu(10)} -\DeclareFont{OT4/cmvtt/m/n} {plvtt(10)} - -\SubstFont{OT4/cmfib/b/n} {OT4/cmfib/bx/n} -\SubstFont{OT4/cmr/b/it} {OT4/cmr/bx/it} -\SubstFont{OT4/cmr/b/sl} {OT4/cmr/bx/sl} -\SubstFont{OT4/cmr/b/ui} {OT4/cmr/bx/ui} -\SubstFont{OT4/cmr/bx/ui} {OT4/cmr/m/ui} -\SubstFont{OT4/cmss/b/n} {OT4/cmss/bx/n} -\SubstFont{OT4/cmss/b/ui} {OT4/cmss/bx/ui} -\SubstFont{OT4/cmss/bx/ui} {OT4/cmr/bx/ui} -\SubstFont{OT4/cmss/m/it} {OT4/cmss/m/sl} -\SubstFont{OT4/cmss/m/sc} {OT4/cmr/m/sc} -\SubstFont{OT4/cmss/m/ui} {OT4/cmr/m/ui} -\SubstFont{OT4/cmtt/b/it} {OT4/cmtt/bx/it} -\SubstFont{OT4/cmtt/b/n} {OT4/cmtt/bx/n} -\SubstFont{OT4/cmtt/b/ui} {OT4/cmtt/bx/ui} -\SubstFont{OT4/cmtt/bx/it} {OT4/cmtt/m/it} -\SubstFont{OT4/cmtt/bx/n} {OT4/cmtt/m/n} -\SubstFont{OT4/cmtt/bx/ui} {OT4/cmtt/m/it} -\SubstFont{OT4/cmtt/m/ui} {OT4/cmtt/m/it} diff -Nru texlive-lang-2007.dfsg.4/texmf-dist/tex/plain/plnfss/plnfss.tex texlive-lang-2009/texmf-dist/tex/plain/plnfss/plnfss.tex --- texlive-lang-2007.dfsg.4/texmf-dist/tex/plain/plnfss/plnfss.tex 2006-01-12 23:46:46.000000000 +0000 +++ texlive-lang-2009/texmf-dist/tex/plain/plnfss/plnfss.tex 1970-01-01 01:00:00.000000000 +0100 @@ -1,403 +0,0 @@ -% plnfss-1.1 - -% Copyright 2000-2005 Han The Thanh -% and Michal Konecny -% This file is part of plnfss. License: LPPL, version 1.3 or newer, -% according to http://www.latex-project.org/lppl.txt - -% plnfss.tex - simple NFSS macros for plain TeX - - -\catcode`\@=11 \endlinechar=-1 % - -% general purpose accumulators and shortcuts -\newdimen\dimenA -\newcount\countA -\let\ex=\expandafter - -% how to set \baselineskip (and \strutbox) when switching to another font -\newif\ifupdatebaselineskip % update \baselineskip (and \strutbox) at all? -\updatebaselineskiptrue % do so by default -\def\baselineskipscale{1.2} % the factor \baselineskip : \@fontsize -\def\setbaselineskip{ - \baselineskip=\@fontsize - \baselineskip=\baselineskipscale\baselineskip - \setbox\strutbox=\hbox{\vrule - height .7\baselineskip depth .3\baselineskip width \z@} -} - -\newdimen\@fontsize -\def\setfontencoding#1{\if^^A#1^^A\else\edef\@fontencoding{#1}\fi} -\def\setfontfamily#1{\if^^A#1^^A\else\edef\@fontfamily{#1}\fi} -\def\setfontseries#1{\if^^A#1^^A\else\edef\@fontseries{#1}\fi} -\def\setfontshape#1{\if^^A#1^^A\else\edef\@fontshape{#1}\fi} -\def\setfontsize#1{\if^^A#1^^A\else\@fontsize=#1\fi} - - -\def\addfontsize#1{ - \add\@fontsize #1 - \selectfont -} - -\def\mulfontsize#1{ - \@fontsize=#1\@fontsize - \selectfont -} - -\def\setfont#1/#2/#3/#4/#5/{ - \setfontencoding{#1} - \setfontfamily{#2} - \setfontseries{#3} - \setfontshape{#4} - \setfontsize{#5} - \selectfont -} - -\def\usefont#1#2#3#4{ - \setfontencoding{#1} - \setfontfamily{#2} - \setfontseries{#3} - \setfontshape{#4} - \selectfont -} - -\def\excs#1#2{ - \ex#1\csname#2\endcsname -} - -\def\getsizelist #1(#2){ - \def\fontname{#1} - \def\sizelist{#2,END,} -} - -\def\endsizelist{END} -\def\finish#1END,{} - -\def\selectfontsize#1,{ - \def\cursize{#1} - \ifx\cursize\empty - \def\selectedsize{} - \let\next \finish - \else\ifx\cursize\endsizelist - \edef\selectedsize{\lastsize} - \let\next \relax - \else\ifdim\@fontsize > \cursize\p@ - \edef\lastsize{\cursize} - \let\next \selectfontsize - \else\ifx\lastsize\empty - \edef\selectedsize{\cursize} - \let\next \finish - \else - \dimenA=\@fontsize - \advance \dimenA \dimenA - \advance \dimenA -\cursize\p@ - \advance \dimenA -\lastsize\p@ - \relax - \ifdim\dimenA < \z@ - \edef\selectedsize{\lastsize} - \else - \edef\selectedsize{\cursize} - \fi - \let\next \finish - \fi\fi\fi\fi - \next -} - -\def\loadfontdecl{ - \excs\ifx\fontdecl\relax - \testprefix{cm}{\@fontfamily} - \ifisprefix \loadfd{cm}{pfd}\fi - \fi - \excs\ifx\fontdecl\relax - \testprefix{lm}{\@fontfamily} - \ifisprefix \loadfd{lm}{pfd}\fi - \fi - \excs\ifx\fontdecl\relax - \loadfd{\@fontfamily}{fd} - \fi -} - -\let\plaininput=\input -\let\plainlowercase=\lowercase - -\newread\testfd -\def\loadfd#1#2{ - \let\next=\relax - \edef\inputfd{\plainlowercase{\noexpand\openin\testfd=\@fontencoding#1.#2 }}\inputfd - \ifeof\testfd - \log{PLNFSS: cannot find font definition file for % - family \@fontencoding/#1} - \else - \closein\testfd - \edef\next{\plainlowercase{\noexpand\plaininput \@fontencoding#1.#2 }} - \fi -%% Temporarily set \endlinechar=-1 to prevent spurious spaces. -%% Fix provided by Hartmut Henkel. - \endlinechar=-1 - \next - \endlinechar=13 -} - -\def\selectfont{ - \edef\fontdecl{ - \@fontencoding/\@fontfamily/\@fontseries/\@fontshape - } - \edef\selectedfont{ - \fontdecl/\the\@fontsize/ - } - \excs\ifx\selectedfont\relax - \loadfontdecl - \excs\ifx\fontdecl\relax - \errmessage{Font \fontdecl\space not defined, restore the last font \lastfont} - \ex\setfont\lastfont\relax - \else - \edef\fontdef{\csname\fontdecl\endcsname} - \ex\getsizelist\fontdef - \def\lastsize{} - \ex\selectfontsize\sizelist - \global\ex\font\csname\selectedfont\endcsname - \fontname\selectedsize\space at \@fontsize - \edef\lastfont{\selectedfont} - \csname\selectedfont\endcsname - \ifupdatebaselineskip \setbaselineskip \fi - \relax - \fi - \else - \csname\selectedfont\endcsname - \ifupdatebaselineskip \setbaselineskip \fi - \relax - \fi -} - -\def\getcurfont{\csname\selectedfont\endcsname} - -\newcount\tracingplnfss - -\def\DeclareFont#1#2{ - \ex\gdef\csname#1\endcsname{#2} - \ifnum\tracingplnfss>0 - \log{PLNFSS: font #1 has been defined as #2} - \fi -} - -\def\SubstFont#1#2{ - \ex\ifx\csname#1\endcsname\relax - \global\ex\let\csname#1\ex\endcsname \csname#2\endcsname - \ifnum\tracingplnfss>0 - \log{PLNFSS: font #1 has been substituted by #2} - \fi - \else - \ifnum\tracingplnfss>0 - \log{PLNFSS: font #1 has been already defined, substitution ignored} - \fi - \fi -} - -\def\setrmdefault#1{\edef\rmdefault{#1}} -\def\setsfdefault#1{\edef\sfdefault{#1}} -\def\setttdefault#1{\edef\ttdefault{#1}} - -%% LaTeX PSNFSS support -\def\typeout{\immediate\write17} -\def\@makeother#1{\catcode`#1=12\relax} -\long\def\ProvidesFile#1{ - \begingroup - \endlinechar=-1 % - \catcode`\ 10 % - \@makeother\/% - \@makeother\&% - \checkoptarg -} -\def\checkoptarg#1{ - \global\let\curarg=#1 - \ifx [\curarg - \let\next=\ignoreoptarg - \else - \let\next=\nooptarg - \fi - \next -} -\def\ignoreoptarg#1]{\endgroup} -\def\nooptarg{\endgroup\curarg} -\def\DeclareFontFamily#1#2#3{} -\def\@ifundefined#1#2#3{#2} - -\ex\newcount\csname c:0\endcsname -\ex\newcount\csname c:1\endcsname -\ex\newcount\csname c:2\endcsname -\ex\newcount\csname c:3\endcsname -\ex\newcount\csname c:4\endcsname -\ex\newcount\csname c:5\endcsname -\ex\newcount\csname c:6\endcsname -\ex\newcount\csname c:7\endcsname -\ex\newcount\csname c:8\endcsname -\ex\newcount\csname c:9\endcsname -\chardef\maxprefixlength=10 - -\newif\ifisprefix -\newcount\charindex -\newcount\prefixlength - -\def\stripspaces #1{ - \if #1^^A - \let\next=\relax - \else - \let\next=\stripspaces - \edef\curparam{\curparam#1} - \fi - \next -} - -\def\readprefix#1{ - \if #1^^A - \let\next=\relax - \prefixlength=\charindex - \else - \let\next=\readprefix - \ex\csname c:\the\charindex \endcsname=`#1\relax - \advance\charindex 1\relax - \ifnum \charindex>\maxprefixlength - \errmessage{Prefix too long, try to increase `maxprefixlength'} - \let\next=\skipremain - \fi - \fi - \next -} - -\def\skipremain#1^^A{} -\def\storeremain#1^^A{\def\remain{#1}} - -\def\cmpprefix#1{ - \if #1^^A - \let\next=\relax - \else - \countA=`#1\relax - \ifnum \countA=\csname c:\the\charindex \endcsname - \advance\charindex 1\relax - \ifnum \charindex=\prefixlength - \isprefixtrue - \let\next=\storeremain - \else - \let\next=\cmpprefix - \fi - \else - \let\next=\skipremain - \isprefixfalse - \fi - \fi - \next -} - -\def\testprefix#1#2{ - \charindex=0 \ex\readprefix#1^^A - \charindex=0 \isprefixfalse \ex\cmpprefix#2^^A -} - -\newcount\fontresult % 0. cannot handle; 1. substituted; 2. TFM available - -\def\DeclareFontShape#1#2#3#4#5#6{ - \let\curparam=\empty - \let\next=\relax - \stripspaces #5^^A - \fontresult=-1\relax - \testprefix{<->sub*}{\curparam} - \ifisprefix \fontresult=1 \fi - \ifnum \fontresult<0 - \testprefix{<->ssub*}{\curparam} - \ifisprefix \fontresult=1 \fi - \fi - \ifnum \fontresult<0 - \testprefix{<->subf*}{\curparam} - \ifisprefix \fontresult=1 \fi - \fi - \ifnum \fontresult<0 - \testprefix{<->ssubf*}{\curparam} - \ifisprefix \fontresult=1 \fi - \fi - \ifnum \fontresult<0 - \testprefix{<->fixed*}{\curparam} - \ifisprefix \fontresult=0 \fi - \fi - \ifnum \fontresult<0 - \testprefix{<->sfixed*}{\curparam} - \ifisprefix \fontresult=0 \fi - \fi - \ifnum \fontresult<0 - \testprefix{<->s*}{\curparam} - \ifisprefix \fontresult=0 \fi - \fi - \ifnum \fontresult<0 - \testprefix{<->}{\curparam} - \ifisprefix \fontresult=2 \fi - \fi - \ifnum \fontresult=2 % TFM available - \def\fontshape{#1/#2/#3/#4^^A} - \edef\fontdef{\remain()^^A} - \ex\ex\ex\LaTeXDeclareFont \ex\fontshape \fontdef - \else \ifnum \fontresult=1 % substituted - \def\fontshape{#1/#2/#3/#4^^A} - \edef\fontdef{#1/\remain^^A} - \ex\ex\ex\LaTeXSubstFont \ex\fontshape \fontdef - \else % \fontresult <= 0 - \errmessage{PLNFSS cannot handle form `\curparam' of font declaration} - \fi \fi -} - -\def\LaTeXDeclareFont#1^^A#2^^A{\DeclareFont{#1}{#2}} -\def\LaTeXSubstFont#1^^A#2^^A{\SubstFont{#1}{#2}} - -\newlinechar`^^J -\def\log#1{\immediate \write 16 {^^J#1}} - -%% NFSS high-level commands - -\def\rmfamily{\setfontfamily{\rmdefault}\selectfont} -\def\sffamily{\setfontfamily{\sfdefault}\selectfont} -\def\ttfamily{\setfontfamily{\ttdefault}\selectfont} -\def\mdseries{\setfontseries{m}\selectfont} -\def\bfseries{\setfontseries{b}\selectfont} -\def\upshape{\setfontshape{ui}\selectfont} -\def\itshape{\setfontshape{it}\selectfont} -\def\slshape{\setfontshape{sl}\selectfont} -\def\scshape{\setfontshape{sc}\selectfont} -\def\normalfont{\setfontseries{m}\setfontshape{n}\selectfont} - -\def\textrm#1{{\rmfamily #1}} -\def\textsf#1{{\sffamily #1}} -\def\texttt#1{{\ttfamily #1}} -\def\textmd#1{{\mdseries #1}} -\def\textbf#1{{\bfseries #1}} -\def\textup#1{{\upshape #1}} -\def\textit#1{{\itshape #1\/}} -\def\textsl#1{{\slshape #1\/}} -\def\textsc#1{{\scshape #1}} - -\let\rm=\rmfamily -\let\sf=\sffamily -\let\tt=\ttfamily -\let\md=\mdseries -\let\bf=\bfseries -\let\up=\upshape -\let\it=\itshape -\let\sl=\slshape -\let\sc=\scshape - -%% Default settings - -\setfontencoding{OT1} -\setfontfamily{cmr} -\setfontseries{m} -\setfontshape{n} -\setfontsize{10pt} -\setrmdefault{cmr} -\setttdefault{cmtt} -\setsfdefault{cmss} -\edef\lastfont{ - \@fontencoding/ - \@fontfamily/ - \@fontseries/ - \@fontshape/ - \the\@fontsize/ -} - -\catcode`\@=12 \endlinechar=13 % diff -Nru texlive-lang-2007.dfsg.4/texmf-dist/tex/plain/plnfss/qxlm.pfd texlive-lang-2009/texmf-dist/tex/plain/plnfss/qxlm.pfd --- texlive-lang-2007.dfsg.4/texmf-dist/tex/plain/plnfss/qxlm.pfd 2006-01-12 23:46:46.000000000 +0000 +++ texlive-lang-2009/texmf-dist/tex/plain/plnfss/qxlm.pfd 1970-01-01 01:00:00.000000000 +0100 @@ -1,51 +0,0 @@ -% plnfss-1.1 - -% Copyright 2003-2005 Han The Thanh . -% This file is part of plnfss. License: LPPL, version 1.3 or newer, -% according to http://www.latex-project.org/lppl.txt - -\DeclareFont{QX/lmr/b/n} {qx-lmb(10)} -\DeclareFont{QX/lmr/b/sl} {qx-lmbo(10)} -\DeclareFont{QX/lmr/bx/n} {qx-lmbx(5,6,7,8,9,10,12)} -\DeclareFont{QX/lmr/bx/it} {qx-lmbxi(10)} -\DeclareFont{QX/lmr/bx/sl} {qx-lmbxo(10)} -\DeclareFont{QX/lmr/m/sc} {qx-lmcsc(10)} -\DeclareFont{QX/lmr/m/scsl} {qx-lmcsco(10)} -\DeclareFont{QX/lmr/m/n} {qx-lmr(5,6,7,8,9,10,12,17)} -\DeclareFont{QX/lmr/m/it} {qx-lmri(7,8,9,10,12)} -\DeclareFont{QX/lmr/m/sl} {qx-lmro(8,9,10,12)} -\DeclareFont{QX/lmss/m/n} {qx-lmss(8,9,10,12,17)} -\DeclareFont{QX/lmss/bx/sl} {qx-lmssbo(10)} -\DeclareFont{QX/lmss/bx/n} {qx-lmssbx(10)} -\DeclareFont{QX/lmss/sbc/n} {qx-lmssdc(10)} -\DeclareFont{QX/lmss/sbc/sl} {qx-lmssdo(10)} -\DeclareFont{QX/lmss/m/sl} {qx-lmsso(8,9,10,12,17)} -\DeclareFont{QX/lmssq/m/n} {qx-lmssq(8)} -\DeclareFont{QX/lmssq/bx/sl} {qx-lmssqbo(8)} -\DeclareFont{QX/lmssq/bx/n} {qx-lmssqbx(8)} -\DeclareFont{QX/lmssq/m/sl} {qx-lmssqo(8)} -\DeclareFont{QX/lmtt/m/sc} {qx-lmtcsc(10)} -\DeclareFont{QX/lmtt/m/n} {qx-lmtt(8,9,10,12)} -\DeclareFont{QX/lmtt/m/it} {qx-lmtti(10)} -\DeclareFont{QX/lmtt/m/sl} {qx-lmtto(10)} -\DeclareFont{QX/lmvtt/m/n} {qx-lmvtt(10)} -\DeclareFont{QX/lmvtt/m/sl} {qx-lmvtto(10)} - -\SubstFont{QX/cmfib/b/n} {QX/cmfib/bx/n} -\SubstFont{QX/cmr/b/it} {QX/cmr/bx/it} -\SubstFont{QX/cmr/b/sl} {QX/cmr/bx/sl} -\SubstFont{QX/cmr/b/ui} {QX/cmr/bx/ui} -\SubstFont{QX/cmr/bx/ui} {QX/cmr/m/ui} -\SubstFont{QX/cmss/b/n} {QX/cmss/bx/n} -\SubstFont{QX/cmss/b/ui} {QX/cmss/bx/ui} -\SubstFont{QX/cmss/bx/ui} {QX/cmr/bx/ui} -\SubstFont{QX/cmss/m/it} {QX/cmss/m/sl} -\SubstFont{QX/cmss/m/sc} {QX/cmr/m/sc} -\SubstFont{QX/cmss/m/ui} {QX/cmr/m/ui} -\SubstFont{QX/cmtt/b/it} {QX/cmtt/bx/it} -\SubstFont{QX/cmtt/b/n} {QX/cmtt/bx/n} -\SubstFont{QX/cmtt/b/ui} {QX/cmtt/bx/ui} -\SubstFont{QX/cmtt/bx/it} {QX/cmtt/m/it} -\SubstFont{QX/cmtt/bx/n} {QX/cmtt/m/n} -\SubstFont{QX/cmtt/bx/ui} {QX/cmtt/m/it} -\SubstFont{QX/cmtt/m/ui} {QX/cmtt/m/it} diff -Nru texlive-lang-2007.dfsg.4/texmf-dist/tex/plain/plnfss/t1lm.pfd texlive-lang-2009/texmf-dist/tex/plain/plnfss/t1lm.pfd --- texlive-lang-2007.dfsg.4/texmf-dist/tex/plain/plnfss/t1lm.pfd 2006-01-12 23:46:46.000000000 +0000 +++ texlive-lang-2009/texmf-dist/tex/plain/plnfss/t1lm.pfd 1970-01-01 01:00:00.000000000 +0100 @@ -1,51 +0,0 @@ -% plnfss-1.1 - -% Copyright 2003-2005 Han The Thanh . -% This file is part of plnfss. License: LPPL, version 1.3 or newer, -% according to http://www.latex-project.org/lppl.txt - -\DeclareFont{T1/lmr/b/n} {ec-lmb(10)} -\DeclareFont{T1/lmr/b/sl} {ec-lmbo(10)} -\DeclareFont{T1/lmr/bx/n} {ec-lmbx(5,6,7,8,9,10,12)} -\DeclareFont{T1/lmr/bx/it} {ec-lmbxi(10)} -\DeclareFont{T1/lmr/bx/sl} {ec-lmbxo(10)} -\DeclareFont{T1/lmr/m/sc} {ec-lmcsc(10)} -\DeclareFont{T1/lmr/m/scsl} {ec-lmcsco(10)} -\DeclareFont{T1/lmr/m/n} {ec-lmr(5,6,7,8,9,10,12,17)} -\DeclareFont{T1/lmr/m/it} {ec-lmri(7,8,9,10,12)} -\DeclareFont{T1/lmr/m/sl} {ec-lmro(8,9,10,12)} -\DeclareFont{T1/lmss/m/n} {ec-lmss(8,9,10,12,17)} -\DeclareFont{T1/lmss/bx/sl} {ec-lmssbo(10)} -\DeclareFont{T1/lmss/bx/n} {ec-lmssbx(10)} -\DeclareFont{T1/lmss/sbc/n} {ec-lmssdc(10)} -\DeclareFont{T1/lmss/sbc/sl} {ec-lmssdo(10)} -\DeclareFont{T1/lmss/m/sl} {ec-lmsso(8,9,10,12,17)} -\DeclareFont{T1/lmssq/m/n} {ec-lmssq(8)} -\DeclareFont{T1/lmssq/bx/sl} {ec-lmssqbo(8)} -\DeclareFont{T1/lmssq/bx/n} {ec-lmssqbx(8)} -\DeclareFont{T1/lmssq/m/sl} {ec-lmssqo(8)} -\DeclareFont{T1/lmtt/m/sc} {ec-lmtcsc(10)} -\DeclareFont{T1/lmtt/m/n} {ec-lmtt(8,9,10,12)} -\DeclareFont{T1/lmtt/m/it} {ec-lmtti(10)} -\DeclareFont{T1/lmtt/m/sl} {ec-lmtto(10)} -\DeclareFont{T1/lmvtt/m/n} {ec-lmvtt(10)} -\DeclareFont{T1/lmvtt/m/sl} {ec-lmvtto(10)} - -\SubstFont{T1/cmfib/b/n} {T1/cmfib/bx/n} -\SubstFont{T1/cmr/b/it} {T1/cmr/bx/it} -\SubstFont{T1/cmr/b/sl} {T1/cmr/bx/sl} -\SubstFont{T1/cmr/b/ui} {T1/cmr/bx/ui} -\SubstFont{T1/cmr/bx/ui} {T1/cmr/m/ui} -\SubstFont{T1/cmss/b/n} {T1/cmss/bx/n} -\SubstFont{T1/cmss/b/ui} {T1/cmss/bx/ui} -\SubstFont{T1/cmss/bx/ui} {T1/cmr/bx/ui} -\SubstFont{T1/cmss/m/it} {T1/cmss/m/sl} -\SubstFont{T1/cmss/m/sc} {T1/cmr/m/sc} -\SubstFont{T1/cmss/m/ui} {T1/cmr/m/ui} -\SubstFont{T1/cmtt/b/it} {T1/cmtt/bx/it} -\SubstFont{T1/cmtt/b/n} {T1/cmtt/bx/n} -\SubstFont{T1/cmtt/b/ui} {T1/cmtt/bx/ui} -\SubstFont{T1/cmtt/bx/it} {T1/cmtt/m/it} -\SubstFont{T1/cmtt/bx/n} {T1/cmtt/m/n} -\SubstFont{T1/cmtt/bx/ui} {T1/cmtt/m/it} -\SubstFont{T1/cmtt/m/ui} {T1/cmtt/m/it} diff -Nru texlive-lang-2007.dfsg.4/texmf-dist/tex/plain/plnfss/t5cm.pfd texlive-lang-2009/texmf-dist/tex/plain/plnfss/t5cm.pfd --- texlive-lang-2007.dfsg.4/texmf-dist/tex/plain/plnfss/t5cm.pfd 2006-01-12 23:46:46.000000000 +0000 +++ texlive-lang-2009/texmf-dist/tex/plain/plnfss/t5cm.pfd 1970-01-01 01:00:00.000000000 +0100 @@ -1,49 +0,0 @@ -% plnfss-1.1 - -% Copyright 2003-2005 Han The Thanh . -% This file is part of plnfss. License: LPPL, version 1.3 or newer, -% according to http://www.latex-project.org/lppl.txt - -\DeclareFont{T5/cmdh/m/n} {vndunh(10)} -\DeclareFont{T5/cmfr/m/it} {vnfi(10)} -\DeclareFont{T5/cmfr/m/n} {vnff(10)} -\DeclareFont{T5/cmfib/m/n} {vnfib(8)} -\DeclareFont{T5/cmr/b/n} {vnb(10)} -\DeclareFont{T5/cmr/bx/it} {vnbxti(10)} -\DeclareFont{T5/cmr/bx/n} {vnbx(5,6,7,8,9,10,12)} -\DeclareFont{T5/cmr/bx/sl} {vnbxsl(10)} -\DeclareFont{T5/cmr/m/it} {vnti(7,8,9,10,12)} -\DeclareFont{T5/cmr/m/n} {vnr(5,6,7,8,9,10,12,17)} -\DeclareFont{T5/cmr/m/sc} {vncsc(10)} -\DeclareFont{T5/cmr/m/sl} {vnsl(8,9,10,12)} -\DeclareFont{T5/cmr/m/ui} {vnu(10)} -\DeclareFont{T5/cmss/bx/n} {vnssbx(10)} -\DeclareFont{T5/cmss/sbc/n} {vnssdc(10)} -\DeclareFont{T5/cmss/m/sl} {vnssi(8,9,10,12,17)} -\DeclareFont{T5/cmss/m/n} {vnss(8,9,10,12,17)} -\DeclareFont{T5/cmssq/m/sl} {vnssqi(8)} -\DeclareFont{T5/cmssq/m/n} {vnssq(8)} -\DeclareFont{T5/cmtt/m/it} {vnitt(10)} -\DeclareFont{T5/cmtt/m/n} {vntt(8,9,10,12)} -\DeclareFont{T5/cmtt/m/sc} {vntcsc(10)} -\DeclareFont{T5/cmtt/m/sl} {vnsltt(10)} -\DeclareFont{T5/cmvtt/m/n} {vnvtt(10)} - -\SubstFont{T5/cmfib/b/n} {T5/cmfib/bx/n} -\SubstFont{T5/cmr/b/it} {T5/cmr/bx/it} -\SubstFont{T5/cmr/b/sl} {T5/cmr/bx/sl} -\SubstFont{T5/cmr/b/ui} {T5/cmr/bx/ui} -\SubstFont{T5/cmr/bx/ui} {T5/cmr/m/ui} -\SubstFont{T5/cmss/b/n} {T5/cmss/bx/n} -\SubstFont{T5/cmss/b/ui} {T5/cmss/bx/ui} -\SubstFont{T5/cmss/bx/ui} {T5/cmr/bx/ui} -\SubstFont{T5/cmss/m/it} {T5/cmss/m/sl} -\SubstFont{T5/cmss/m/sc} {T5/cmr/m/sc} -\SubstFont{T5/cmss/m/ui} {T5/cmr/m/ui} -\SubstFont{T5/cmtt/b/it} {T5/cmtt/bx/it} -\SubstFont{T5/cmtt/b/n} {T5/cmtt/bx/n} -\SubstFont{T5/cmtt/b/ui} {T5/cmtt/bx/ui} -\SubstFont{T5/cmtt/bx/it} {T5/cmtt/m/it} -\SubstFont{T5/cmtt/bx/n} {T5/cmtt/m/n} -\SubstFont{T5/cmtt/bx/ui} {T5/cmtt/m/it} -\SubstFont{T5/cmtt/m/ui} {T5/cmtt/m/it} diff -Nru texlive-lang-2007.dfsg.4/texmf-dist/tex/plain/plnfss/t5cmr.pfd texlive-lang-2009/texmf-dist/tex/plain/plnfss/t5cmr.pfd --- texlive-lang-2007.dfsg.4/texmf-dist/tex/plain/plnfss/t5cmr.pfd 2006-01-12 23:46:46.000000000 +0000 +++ texlive-lang-2009/texmf-dist/tex/plain/plnfss/t5cmr.pfd 1970-01-01 01:00:00.000000000 +0100 @@ -1,49 +0,0 @@ -% plnfss-1.1 - -% Copyright 2003-2005 Han The Thanh . -% This file is part of plnfss. License: LPPL, version 1.3 or newer, -% according to http://www.latex-project.org/lppl.txt - -\DeclareFont{T5/cmdh/m/n} {vndunh(10)} -\DeclareFont{T5/cmfr/m/it} {vnfi(10)} -\DeclareFont{T5/cmfr/m/n} {vnff(10)} -\DeclareFont{T5/cmfib/m/n} {vnfib(8)} -\DeclareFont{T5/cmr/b/n} {vnb(10)} -\DeclareFont{T5/cmr/bx/it} {vnbxti(10)} -\DeclareFont{T5/cmr/bx/n} {vnbx(5,6,7,8,9,10,12)} -\DeclareFont{T5/cmr/bx/sl} {vnbxsl(10)} -\DeclareFont{T5/cmr/m/it} {vnti(7,8,9,10,12)} -\DeclareFont{T5/cmr/m/n} {vnr(5,6,7,8,9,10,12,17)} -\DeclareFont{T5/cmr/m/sc} {vncsc(10)} -\DeclareFont{T5/cmr/m/sl} {vnsl(8,9,10,12)} -\DeclareFont{T5/cmr/m/ui} {vnu(10)} -\DeclareFont{T5/cmss/bx/n} {vnssbx(10)} -\DeclareFont{T5/cmss/sbc/n} {vnssdc(10)} -\DeclareFont{T5/cmss/m/sl} {vnssi(8,9,10,12,17)} -\DeclareFont{T5/cmss/m/n} {vnss(8,9,10,12,17)} -\DeclareFont{T5/cmssq/m/sl} {vnssqi(8)} -\DeclareFont{T5/cmssq/m/n} {vnssq(8)} -\DeclareFont{T5/cmtt/m/it} {vnitt(10)} -\DeclareFont{T5/cmtt/m/n} {vntt(8,9,10,12)} -\DeclareFont{T5/cmtt/m/sc} {vntcsc(10)} -\DeclareFont{T5/cmtt/m/sl} {vnsltt(10)} -\DeclareFont{T5/cmvtt/m/n} {vnvtt(10)} - -\SubstFont{T5/cmss/m/it} {T5/cmss/m/sl}{} -\SubstFont{T5/cmss/m/sc} {T5/cmr/m/sc}{} -\SubstFont{T5/cmss/m/ui} {T5/cmr/m/ui}{} -\SubstFont{T5/cmr/bx/ui} {T5/cmr/m/ui}{} -\SubstFont{T5/cmss/bx/ui} {T5/cmr/bx/ui}{} -\SubstFont{T5/cmtt/bx/n} {T5/cmtt/m/n}{} -\SubstFont{T5/cmtt/bx/it} {T5/cmtt/m/it}{} -\SubstFont{T5/cmtt/bx/ui} {T5/cmtt/m/it}{} - -\SubstFont{T5/cmfib/b/n} {T5/cmfib/bx/n} -\SubstFont{T5/cmr/b/it} {T5/cmr/bx/it} -\SubstFont{T5/cmr/b/sl} {T5/cmr/bx/sl} -\SubstFont{T5/cmss/b/n} {T5/cmss/bx/n} -\SubstFont{T5/cmr/b/ui} {T5/cmr/bx/ui} -\SubstFont{T5/cmss/b/ui} {T5/cmss/bx/ui} -\SubstFont{T5/cmtt/b/n} {T5/cmtt/bx/n} -\SubstFont{T5/cmtt/b/it} {T5/cmtt/bx/it} -\SubstFont{T5/cmtt/b/ui} {T5/cmtt/bx/ui} diff -Nru texlive-lang-2007.dfsg.4/texmf-dist/tex/plain/plnfss/t5lm.pfd texlive-lang-2009/texmf-dist/tex/plain/plnfss/t5lm.pfd --- texlive-lang-2007.dfsg.4/texmf-dist/tex/plain/plnfss/t5lm.pfd 2006-01-12 23:46:46.000000000 +0000 +++ texlive-lang-2009/texmf-dist/tex/plain/plnfss/t5lm.pfd 1970-01-01 01:00:00.000000000 +0100 @@ -1,51 +0,0 @@ -% plnfss-1.1 - -% Copyright 2003-2005 Han The Thanh . -% This file is part of plnfss. License: LPPL, version 1.3 or newer, -% according to http://www.latex-project.org/lppl.txt - -\DeclareFont{T5/lmr/b/n} {t5-lmb(10)} -\DeclareFont{T5/lmr/b/sl} {t5-lmbo(10)} -\DeclareFont{T5/lmr/bx/n} {t5-lmbx(5,6,7,8,9,10,12)} -\DeclareFont{T5/lmr/bx/it} {t5-lmbxi(10)} -\DeclareFont{T5/lmr/bx/sl} {t5-lmbxo(10)} -\DeclareFont{T5/lmr/m/sc} {t5-lmcsc(10)} -\DeclareFont{T5/lmr/m/scsl} {t5-lmcsco(10)} -\DeclareFont{T5/lmr/m/n} {t5-lmr(5,6,7,8,9,10,12,17)} -\DeclareFont{T5/lmr/m/it} {t5-lmri(7,8,9,10,12)} -\DeclareFont{T5/lmr/m/sl} {t5-lmro(8,9,10,12)} -\DeclareFont{T5/lmss/m/n} {t5-lmss(8,9,10,12,17)} -\DeclareFont{T5/lmss/bx/sl} {t5-lmssbo(10)} -\DeclareFont{T5/lmss/bx/n} {t5-lmssbx(10)} -\DeclareFont{T5/lmss/sbc/n} {t5-lmssdc(10)} -\DeclareFont{T5/lmss/sbc/sl} {t5-lmssdo(10)} -\DeclareFont{T5/lmss/m/sl} {t5-lmsso(8,9,10,12,17)} -\DeclareFont{T5/lmssq/m/n} {t5-lmssq(8)} -\DeclareFont{T5/lmssq/bx/sl} {t5-lmssqbo(8)} -\DeclareFont{T5/lmssq/bx/n} {t5-lmssqbx(8)} -\DeclareFont{T5/lmssq/m/sl} {t5-lmssqo(8)} -\DeclareFont{T5/lmtt/m/sc} {t5-lmtcsc(10)} -\DeclareFont{T5/lmtt/m/n} {t5-lmtt(8,9,10,12)} -\DeclareFont{T5/lmtt/m/it} {t5-lmtti(10)} -\DeclareFont{T5/lmtt/m/sl} {t5-lmtto(10)} -\DeclareFont{T5/lmvtt/m/n} {t5-lmvtt(10)} -\DeclareFont{T5/lmvtt/m/sl} {t5-lmvtto(10)} - -\SubstFont{T5/cmfib/b/n} {T5/cmfib/bx/n} -\SubstFont{T5/cmr/b/it} {T5/cmr/bx/it} -\SubstFont{T5/cmr/b/sl} {T5/cmr/bx/sl} -\SubstFont{T5/cmr/b/ui} {T5/cmr/bx/ui} -\SubstFont{T5/cmr/bx/ui} {T5/cmr/m/ui} -\SubstFont{T5/cmss/b/n} {T5/cmss/bx/n} -\SubstFont{T5/cmss/b/ui} {T5/cmss/bx/ui} -\SubstFont{T5/cmss/bx/ui} {T5/cmr/bx/ui} -\SubstFont{T5/cmss/m/it} {T5/cmss/m/sl} -\SubstFont{T5/cmss/m/sc} {T5/cmr/m/sc} -\SubstFont{T5/cmss/m/ui} {T5/cmr/m/ui} -\SubstFont{T5/cmtt/b/it} {T5/cmtt/bx/it} -\SubstFont{T5/cmtt/b/n} {T5/cmtt/bx/n} -\SubstFont{T5/cmtt/b/ui} {T5/cmtt/bx/ui} -\SubstFont{T5/cmtt/bx/it} {T5/cmtt/m/it} -\SubstFont{T5/cmtt/bx/n} {T5/cmtt/m/n} -\SubstFont{T5/cmtt/bx/ui} {T5/cmtt/m/it} -\SubstFont{T5/cmtt/m/ui} {T5/cmtt/m/it} diff -Nru texlive-lang-2007.dfsg.4/texmf-dist/tex/plain/plnfss/ts1lm.pfd texlive-lang-2009/texmf-dist/tex/plain/plnfss/ts1lm.pfd --- texlive-lang-2007.dfsg.4/texmf-dist/tex/plain/plnfss/ts1lm.pfd 2006-01-12 23:46:46.000000000 +0000 +++ texlive-lang-2009/texmf-dist/tex/plain/plnfss/ts1lm.pfd 1970-01-01 01:00:00.000000000 +0100 @@ -1,51 +0,0 @@ -% plnfss-1.1 - -% Copyright 2003-2005 Han The Thanh . -% This file is part of plnfss. License: LPPL, version 1.3 or newer, -% according to http://www.latex-project.org/lppl.txt - -\DeclareFont{TS1/lmr/b/n} {ts1-lmb(10)} -\DeclareFont{TS1/lmr/b/sl} {ts1-lmbo(10)} -\DeclareFont{TS1/lmr/bx/n} {ts1-lmbx(5,6,7,8,9,10,12)} -\DeclareFont{TS1/lmr/bx/it} {ts1-lmbxi(10)} -\DeclareFont{TS1/lmr/bx/sl} {ts1-lmbxo(10)} -\DeclareFont{TS1/lmr/m/sc} {ts1-lmcsc(10)} -\DeclareFont{TS1/lmr/m/scsl} {ts1-lmcsco(10)} -\DeclareFont{TS1/lmr/m/n} {ts1-lmr(5,6,7,8,9,10,12,17)} -\DeclareFont{TS1/lmr/m/it} {ts1-lmri(7,8,9,10,12)} -\DeclareFont{TS1/lmr/m/sl} {ts1-lmro(8,9,10,12)} -\DeclareFont{TS1/lmss/m/n} {ts1-lmss(8,9,10,12,17)} -\DeclareFont{TS1/lmss/bx/sl} {ts1-lmssbo(10)} -\DeclareFont{TS1/lmss/bx/n} {ts1-lmssbx(10)} -\DeclareFont{TS1/lmss/sbc/n} {ts1-lmssdc(10)} -\DeclareFont{TS1/lmss/sbc/sl} {ts1-lmssdo(10)} -\DeclareFont{TS1/lmss/m/sl} {ts1-lmsso(8,9,10,12,17)} -\DeclareFont{TS1/lmssq/m/n} {ts1-lmssq(8)} -\DeclareFont{TS1/lmssq/bx/sl} {ts1-lmssqbo(8)} -\DeclareFont{TS1/lmssq/bx/n} {ts1-lmssqbx(8)} -\DeclareFont{TS1/lmssq/m/sl} {ts1-lmssqo(8)} -\DeclareFont{TS1/lmtt/m/sc} {ts1-lmtcsc(10)} -\DeclareFont{TS1/lmtt/m/n} {ts1-lmtt(8,9,10,12)} -\DeclareFont{TS1/lmtt/m/it} {ts1-lmtti(10)} -\DeclareFont{TS1/lmtt/m/sl} {ts1-lmtto(10)} -\DeclareFont{TS1/lmvtt/m/n} {ts1-lmvtt(10)} -\DeclareFont{TS1/lmvtt/m/sl} {ts1-lmvtto(10)} - -\SubstFont{TS1/cmfib/b/n} {TS1/cmfib/bx/n} -\SubstFont{TS1/cmr/b/it} {TS1/cmr/bx/it} -\SubstFont{TS1/cmr/b/sl} {TS1/cmr/bx/sl} -\SubstFont{TS1/cmr/b/ui} {TS1/cmr/bx/ui} -\SubstFont{TS1/cmr/bx/ui} {TS1/cmr/m/ui} -\SubstFont{TS1/cmss/b/n} {TS1/cmss/bx/n} -\SubstFont{TS1/cmss/b/ui} {TS1/cmss/bx/ui} -\SubstFont{TS1/cmss/bx/ui} {TS1/cmr/bx/ui} -\SubstFont{TS1/cmss/m/it} {TS1/cmss/m/sl} -\SubstFont{TS1/cmss/m/sc} {TS1/cmr/m/sc} -\SubstFont{TS1/cmss/m/ui} {TS1/cmr/m/ui} -\SubstFont{TS1/cmtt/b/it} {TS1/cmtt/bx/it} -\SubstFont{TS1/cmtt/b/n} {TS1/cmtt/bx/n} -\SubstFont{TS1/cmtt/b/ui} {TS1/cmtt/bx/ui} -\SubstFont{TS1/cmtt/bx/it} {TS1/cmtt/m/it} -\SubstFont{TS1/cmtt/bx/n} {TS1/cmtt/m/n} -\SubstFont{TS1/cmtt/bx/ui} {TS1/cmtt/m/it} -\SubstFont{TS1/cmtt/m/ui} {TS1/cmtt/m/it} diff -Nru texlive-lang-2007.dfsg.4/texmf-dist/tex/plain/velthuis/dnmacs.tex texlive-lang-2009/texmf-dist/tex/plain/velthuis/dnmacs.tex --- texlive-lang-2007.dfsg.4/texmf-dist/tex/plain/velthuis/dnmacs.tex 1970-01-01 01:00:00.000000000 +0100 +++ texlive-lang-2009/texmf-dist/tex/plain/velthuis/dnmacs.tex 2006-06-17 23:31:18.000000000 +0100 @@ -0,0 +1,530 @@ +% +% dnmacs.tex v2.14 +% +% Plain TeX macros for Devanagari for TeX package +% Copyright (C) 1991-2003 University of Groningen, The Netherlands +% +% Author : Frans J. Velthuis +% Maintainer : John Smith +% Anshuman Pandey +% Kevin Carmody +% Date : 14 March 2005 +% +% This program is free software; you can redistribute it and/or modify +% it under the terms of the GNU General Public License as published by +% the Free Software Foundation; either version 1, or (at your option) +% any later version. +% +% This program is distributed in the hope that it will be useful, +% but WITHOUT ANY WARRANTY; without even the implied warranty of +% MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +% GNU General Public License for more details. +% +% You should have received a copy of the GNU General Public License +% along with this program; if not, write to the Free Software +% Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +% +% +% Master Devanagari mode macro +% +% Define the basic \dn macro for entering Devanagari mode. +% +\def\dn{\dnmodetrue\ifdnpenfont\ifdnbombayfont\pdnpbom\else\ifdncalcuttafont% +\pdnpcal\else\pdnp\fi\fi\else\ifdnbombayfont\ifdnboldfont\ifdnitalfont% +\pdnbombi\else\pdnbomb\fi\else\ifdnitalfont\pdnbomi\else\pdnbom\fi\fi% +\else\ifdncalcuttafont\ifdnboldfont\ifdnitalfont\pdncalbi\else\pdncalb\fi% +\else\ifdnitalfont\pdncali\else\pdncal\fi\fi\else\ifdnboldfont\ifdnitalfont% +\pdnbi\else\pdnb\fi\else\ifdnitalfont\pdni\else\pdn\fi\fi\fi\fi\fi% +\baselineskip=\dnblskip +\chnum=0 +\loop\catcode\chnum=11 +\ifnum\chnum<12\advance\chnum by1 +\repeat +\chnum=14 +\loop\catcode\chnum=11 +\ifnum\chnum<31\advance\chnum by1 +\repeat +\catcode127=11 +\tolerance=10000 +\pretolerance=10000 +\language=\nohyphenation} +% +% Alternate, bold, italic, and size modes +% +% Use these macros in DN files to switch modes, either inside or outside +% Devanagari mode. Alternate, bold, italic, and size macros may be mixed +% and still produce proper results. Examples: +% +% \dnbombay {\dn atha yogaanu"saasanam} +% {\dn\dnbomay atha yogaanu"saasanam} +% {\dn\dnbig\dnbf atha yogaanu"saasanam} +% {\dn {\dnbombay\dnbig a}tha yogaanu"saasanam} +% +% Definition of \dnoriginal +% +\def\dnoriginal{\dnbombayfontfalse\dncalcuttafontfalse\ifdnmode% +\ifdnboldfont\ifdnitalfont\pdnbi\else\pdnb\fi\else\ifdnitalfont% +\pdni\else\pdn\fi\fi\fi} +% +% Definition of \dnbombay +% +\def\dnbombay{\dnbombayfonttrue\dncalcuttafontfalse\ifdnmode% +\ifdnboldfont\ifdnitalfont\pdnbombi\else\pdnbomb\fi\else\ifdnitalfont% +\pdnbomi\else\pdnbom\fi\fi\fi} +% +% Definition of \dncalcutta +% +\def\dncalcutta{\dncalcuttafonttrue\dnbombayfontfalse\ifdnmode% +\ifdnboldfont\ifdnitalfont\pdncalbi\else\pdncalb\fi\else\ifdnitalfont% +\pdncali\else\pdncal\fi\fi\fi} +% +% Definition of \dnbf for bold +% +\def\dnbf{\dnboldfonttrue\ifdnmode\ifdnbombayfont\ifdnitalfont% +\pdnbombi\else\pdnbomb\fi\else\ifdncalcuttafont\ifdnitalfont% +\pdncalbi\else\pdncalb\fi\else\ifdnitalfont\pdnbi\else\pdnb\fi\fi\fi\fi} +% +% Definition of \dnit for italics +% +\def\dnit{\dnitalfonttrue\ifdnmode\ifdnbombayfont\ifdnboldfont% +\pdnbombi\else\pdnbomi\fi\else\ifdncalcuttafont\ifdnboldfont% +\pdncalbi\else\pdncali\fi\else\ifdnboldfont\pdnbi\else\pdni\fi\fi\fi\fi} +% +% Definition of \dnpen +% +\def\dnpen{\dnpenfonttrue\ifdnmode\ifdnbombayfont\pdnpbom\else% +\ifdncalcuttafont\pdnpcal\else\pdnp\fi\fi\fi} +% +% Definition of various sizes +% +% \dnsmall: 8pt font, 12pt baselineskip +\def\dnsmall{\let\pdn=\smalldn\let\pdnb=\smalldnb% +\let\pdni=\smalldni\let\pdnbi=\smalldnbi% +\let\pdnbom=\smalldnbom\let\pdnbomb=\smalldnbomb% +\let\pdnbomi=\smalldnbomi\let\pdnbombi=\smalldnbombi% +\let\pdncal=\smalldncal\let\pdncalb=\smalldncalb% +\let\pdncali=\smalldncali\let\pdncalbi=\smalldncalbi% +\let\pdnp=\smalldnp\let\pdnpbom=\smalldnpbom\let\pdnpcal=\smalldnpcal% +\let\rsize=\smallcr\dnblskip=12pt\ifdnsamavedamode\dnsmalltf\fi% +\ifdnmode\dn\fi} +% +% \dnnine: 9pt font, 13.5pt baselineskip +\def\dnnine{\let\pdn=\ninedn\let\pdnb=\ninednb% +\let\pdni=\ninedni\let\pdnbi=\ninednbi% +\let\pdnbom=\ninednbom\let\pdnbomb=\ninednbomb% +\let\pdnbomi=\ninednbomi\let\pdnbombi=\ninednbombi% +\let\pdncal=\ninedncal\let\pdncalb=\ninedncalb% +\let\pdncali=\ninedncali\let\pdncalbi=\ninedncalbi% +\let\pdnp=\ninednp\let\pdnpbom=\ninednpbom\let\pdnpcal=\ninednpcal% +\let\rsize=\ninecr\dnblskip=13.5pt\ifdnsamavedamode\dnninetf\fi% +\ifdnmode\dn\fi} +% +% \dnnormal: 10pt font, 15pt baselineskip +\def\dnnormal{\let\pdn=\dvng\let\pdnb=\dvngb% +\let\pdni=\dvngi\let\pdnbi=\dvngbi% +\let\pdnbom=\dvngbom\let\pdnbomb=\dvngbomb% +\let\pdnbomi=\dvngbomi\let\pdnbombi=\dvngbombi% +\let\pdncal=\dvngcal\let\pdncalb=\dvngcalb% +\let\pdncali=\dvngcali\let\pdncalbi=\dvngcalbi% +\let\pdnp=\dvngp\let\pdnpbom=\dvngpbom\let\pdnpcal=\dvngpcal% +\let\rsize=\rm\dnblskip=15pt\ifdnsamavedamode\dnnormaltf\fi% +\ifdnmode\dn\fi} +% +% \dnhalf: 11pt font, 16.5pt baselineskip +\def\dnhalf{\let\pdn=\halfdn\let\pdnb=\halfdnb% +\let\pdni=\halfdni\let\pdnbi=\halfdnbi% +\let\pdnbom=\halfdnbom\let\pdnbomb=\halfdnbomb% +\let\pdnbomi=\halfdnbomi\let\pdnbombi=\halfdnbombi% +\let\pdncal=\halfdncal\let\pdncalb=\halfdncalb% +\let\pdncali=\halfdncali\let\pdncalbi=\halfdncalbi% +\let\pdnp=\halfdnp\let\pdnpbom=\halfdnpbom\let\pdnpcal=\halfdnpcal% +\let\rsize=\halfcr\dnblskip=16.5pt\ifdnsamavedamode\dnhalftf\fi% +\ifdnmode\dn\fi} +% +% \dnbig: 12pt font, 18pt baselineskip +\def\dnbig{\let\pdn=\bigdn\let\pdnb=\bigdnb% +\let\pdni=\bigdni\let\pdnbi=\bigdnbi% +\let\pdnbom=\bigdnbom\let\pdnbomb=\bigdnbomb% +\let\pdnbomi=\bigdnbomi\let\pdnbombi=\bigdnbombi% +\let\pdncal=\bigdncal\let\pdncalb=\bigdncalb% +\let\pdncali=\bigdncali\let\pdncalbi=\bigdncalbi% +\let\pdnp=\bigdnp\let\pdnpbom=\bigdnpbom\let\pdnpcal=\bigdnpcal% +\let\rsize=\bigcr\dnblskip=18pt\ifdnsamavedamode\dnbigtf\fi% +\ifdnmode\dn\fi} +% +% \dnlarge: 14.4pt font, 22pt baselineskip +\def\dnlarge{\let\pdn=\largedn\let\pdnb=\largednb% +\let\pdni=\largedni\let\pdnbi=\largednbi% +\let\pdnbom=\largednbom\let\pdnbomb=\largednbomb% +\let\pdnbomi=\largednbomi\let\pdnbombi=\largednbombi% +\let\pdncal=\largedncal\let\pdncalb=\largedncalb% +\let\pdncali=\largedncali\let\pdncalbi=\largedncalbi% +\let\pdnp=\largednp\let\pdnpbom=\largednpbom\let\pdnpcal=\largednpcal% +\let\rsize=\largecr\dnblskip=22pt\ifdnsamavedamode\dnlargetf\fi% +\ifdnmode\dn\fi} +% +% \dnhuge: 17.3pt font, 26pt baselineskip +\def\dnhuge{\let\pdn=\hugedn\let\pdnb=\hugednb% +\let\pdni=\hugedni\let\pdnbi=\hugednbi% +\let\pdnbom=\hugednbom\let\pdnbomb=\hugednbomb% +\let\pdnbomi=\hugednbomi\let\pdnbombi=\hugednbombi% +\let\pdncal=\hugedncal\let\pdncalb=\hugedncalb% +\let\pdncali=\hugedncali\let\pdncalbi=\hugedncalbi% +\let\pdnp=\hugednp\let\pdnpbom=\hugednpbom\let\pdnpcal=\hugednpcal% +\let\rsize=\hugecr\dnblskip=26pt\ifdnsamavedamode\dnhugetf\fi% +\ifdnmode\dn\fi} +% +% Numeral modes +% +% Use these macros in DN files to control the numeral display style. +% +\def\dnnum{\let\nstyle=d} +\def\cmnum{\let\nstyle=r} +\def\rn#1{\if\nstyle r{\rsize #1}\else#1\fi} +% +% Vedic intonation mark macros +% +% Use these macros in DN files to enable and use Vedic intonation macros. +% +\def\dnveda{\dnvedamodetrue% +\def\_{\anudatta}% +\def\|{\svarita}% +\def\~{\padasep}} +% +\def\dnfixedanudatta{\dnanudattafixedtrue}% +\def\dnvariableanudatta{\dnanudattafixedfalse}% +% +\def\dnsamaveda{\dnsamavedamodetrue% +\def\^{\samatone}% +\def\@{\vedicanusvara}% +\ifdnsamavedafont\else% +\font\sixdn=dvng10 at 6pt% +\font\sixdnbom=dvnb10 at 6pt% +\font\sixdncal=dvnc10 at 6pt% +\font\sixdnp=dvpn10 at 6pt% +\font\sixdnpbom=dvpb10 at 6pt% +\font\sixdnpcal=dvpc10 at 6pt% +\font\sevendn=dvng10 at 7pt% +\font\sevendnbom=dvnb10 at 7pt% +\font\sevendncal=dvnc10 at 7pt% +\font\sevendnp=dvpn10 at 7pt% +\font\sevendnpbom=dvpb10 at 7pt% +\font\sevendnpcal=dvpc10 at 7pt% +\dnsamavedafonttrue% +\fi% +\ifx\pdn\smalldn\dnsmalltf\else% +\ifx\pdn\ninedn\dnninetf\else% +\ifx\pdn\halfdn\dnhalftf\else% +\ifx\pdn\bigdn\dnbigtf\else% +\ifx\pdn\largedn\dnlargetf\else% +\ifx\pdn\hugedn\dnhugetf\else% +\dnnormaltf\fi\fi\fi\fi\fi\fi} +% +\def\anudatta#1{\leavevmode\setbox0=\hbox{#1}% +\anudep=\dp0\anuwid=\wd0\advance\anudep by 0.7ex% +\ifdnanudattafixed{#1}\llap{\lower\anudep% +\hbox to\anuwid{\hss\vrule width0.5em height0.07em\hss}}% +\else\advance\anuwid by -0.1em{#1}\llap{\lower\anudep% +\hbox{\vrule width\anuwid height0.07em}% +\hbox{\phantom{\vrule width0.1em height0.08em}}}\fi} +% +\def\svarita#1{\leavevmode\hbox{#1}% +\llap{\raise5.7ex\hbox{\vrule height2.5ex width0.08em}% +\hbox{\phantom{\vrule height2.5ex width0.15em}}}} +% +\def\padasep{\leavevmode\hbox{% +\kern-0.15em\raise2.42ex\hbox{\char255}% +\kern-0.15em\raise2.42ex\hbox{\char255}% +\kern-0.15em\raise2.42ex\hbox{\char255}}} +% +\def\samatone#1#2{\leavevmode\hbox{#1}% +\llap{\raise9.5ex\hbox{\dnnum\dntf #2}% +\hbox{\phantom{\vrule height2.5ex width0.15em}}}} +% +\def\vedicanusvara{\leavevmode{\kern1.0ex\lower1.5ex\hbox{\char32}}% +\kern-2.0ex\raise3.7ex\llap{\char94}\kern3.8ex} +% +% Macros for selection of Sama Veda tone font \dntf +% +\def\dnsmalltf{\ifdnpenfont\ifdnbombayfont\let\dntf=\sixdnpbom\else% +\ifdncalcuttafont\let\dntf=\sixdnpcal\else\let\dntf=\sixdnp\fi\fi% +\else\ifdnbombayfont\let\dntf=\sixdnbom\else% +\ifdncalcuttafont\let\dntf=\sixdncal\else\let\dntf=\sixdn\fi\fi\fi} +% +\def\dnninetf{\ifdnpenfont\ifdnbombayfont\let\dntf=\sixdnpbom\else% +\ifdncalcuttafont\let\dntf=\sixdnpcal\else\let\dntf=\sixdnp\fi\fi% +\else\ifdnbombayfont\let\dntf=\sixdnbom\else% +\ifdncalcuttafont\let\dntf=\sixdncal\else\let\dntf=\sixdn\fi\fi\fi} +% +\def\dnnormaltf{\ifdnpenfont\ifdnbombayfont\let\dntf=\sevendnpbom\else% +\ifdncalcuttafont\let\dntf=\sevendnpcal\else\let\dntf=\sevendnp\fi\fi% +\else\ifdnbombayfont\let\dntf=\sevendnbom\else% +\ifdncalcuttafont\let\dntf=\sevendncal\else\let\dntf=\sevendn\fi\fi\fi} +% +\def\dnhalftf{\ifdnpenfont\ifdnbombayfont\let\dntf=\smalldnpbom\else% +\ifdncalcuttafont\let\dntf=\smalldnpcal\else\let\dntf=\smalldnp\fi\fi% +\else\ifdnbombayfont\let\dntf=\smalldnbom\else% +\ifdncalcuttafont\let\dntf=\smalldncal\else\let\dntf=\smalldn\fi\fi\fi} +% +\def\dnbigtf{\ifdnpenfont\ifdnbombayfont\let\dntf=\smalldnpbom\else% +\ifdncalcuttafont\let\dntf=\smalldnpcal\else\let\dntf=\smalldnp\fi\fi% +\else\ifdnbombayfont\let\dntf=\smalldnbom\else% +\ifdncalcuttafont\let\dntf=\smalldncal\else\let\dntf=\smalldn\fi\fi\fi} +% +\def\dnlargetf{\ifdnpenfont\ifdnbombayfont\let\dntf=\dvngpbom\else% +\ifdncalcuttafont\let\dntf=\dvngpcal\else\let\dntf=\dvngp\fi\fi% +\else\ifdnbombayfont\let\dntf=\dvngbom\else% +\ifdncalcuttafont\let\dntf=\dvngcal\else\let\dntf=\dvng\fi\fi\fi} +% +\def\dnhugetf{\ifdnpenfont\ifdnbombayfont\let\dntf=\bigdnpbom\else% +\ifdncalcuttafont\let\dntf=\bigdnpcal\else\let\dntf=\bigdnp\fi\fi% +\else\ifdnbombayfont\let\dntf=\bigdnbom\else% +\ifdncalcuttafont\let\dntf=\bigdncal\else\let\dntf=\bigdn\fi\fi\fi} +% +% Devanagari Fonts +% +\font\smalldn=dvng8 +\font\smalldnb=dvngb10 at 8pt +\font\smalldni=dvngi10 at 8pt +\font\smalldnbi=dvngbi10 at 8pt +\font\smalldnbom=dvnb8 +\font\smalldnbomb=dvnbb10 at 8pt +\font\smalldnbomi=dvnbi10 at 8pt +\font\smalldnbombi=dvnbbi10 at 8pt +\font\smalldncal=dvnc8 +\font\smalldncalb=dvncb10 at 8pt +\font\smalldncali=dvnci10 at 8pt +\font\smalldncalbi=dvncbi10 at 8pt +\font\smalldnp=dvpn8 +\font\smalldnpbom=dvpb8 +\font\smalldnpcal=dvpc8 +\font\ninedn=dvng9 +\font\ninednb=dvngb10 at 9pt +\font\ninedni=dvngi10 at 9pt +\font\ninednbi=dvngbi10 at 9pt +\font\ninednbom=dvnb9 +\font\ninednbomb=dvnbb10 at 9pt +\font\ninednbomi=dvnbi10 at 9pt +\font\ninednbombi=dvnbbi10 at 9pt +\font\ninedncal=dvnc9 +\font\ninedncalb=dvncb10 at 9pt +\font\ninedncali=dvnci10 at 9pt +\font\ninedncalbi=dvncbi10 at 9pt +\font\ninednp=dvpn9 +\font\ninednpbom=dvpb9 +\font\ninednpcal=dvpc9 +\font\dvng=dvng10 +\font\dvngb=dvngb10 +\font\dvngi=dvngi10 +\font\dvngbi=dvngbi10 +\font\dvngbom=dvnb10 +\font\dvngbomb=dvnbb10 +\font\dvngbomi=dvnbi10 +\font\dvngbombi=dvnbbi10 +\font\dvngcal=dvnc10 +\font\dvngcalb=dvncb10 +\font\dvngcali=dvnci10 +\font\dvngcalbi=dvncbi10 +\font\dvngp=dvpn10 +\font\dvngpbom=dvpb10 +\font\dvngpcal=dvpc10 +\font\halfdn=dvng10 scaled\magstephalf +\font\halfdnb=dvngb10 scaled\magstephalf +\font\halfdni=dvngi10 scaled\magstephalf +\font\halfdnbi=dvngbi10 scaled\magstephalf +\font\halfdnbom=dvnb10 scaled\magstephalf +\font\halfdnbomb=dvnbb10 scaled\magstephalf +\font\halfdnbomi=dvnbi10 scaled\magstephalf +\font\halfdnbombi=dvnbbi10 scaled\magstephalf +\font\halfdncal=dvnc10 scaled\magstephalf +\font\halfdncalb=dvncb10 scaled\magstephalf +\font\halfdncali=dvnci10 scaled\magstephalf +\font\halfdncalbi=dvncbi10 scaled\magstephalf +\font\halfdnp=dvpn10 scaled\magstephalf +\font\halfdnpbom=dvpb10 scaled\magstephalf +\font\halfdnpcal=dvpc10 scaled\magstephalf +\font\bigdn=dvng10 scaled\magstep1 +\font\bigdnb=dvngb10 scaled\magstep1 +\font\bigdni=dvngi10 scaled\magstep1 +\font\bigdnbi=dvngbi10 scaled\magstep1 +\font\bigdnbom=dvnb10 scaled\magstep1 +\font\bigdnbomb=dvnbb10 scaled\magstep1 +\font\bigdnbomi=dvnbi10 scaled\magstep1 +\font\bigdnbombi=dvnbbi10 scaled\magstep1 +\font\bigdncal=dvnc10 scaled\magstep1 +\font\bigdncalb=dvncb10 scaled\magstep1 +\font\bigdncali=dvnci10 scaled\magstep1 +\font\bigdncalbi=dvncbi10 scaled\magstep1 +\font\bigdnp=dvpn10 scaled\magstep1 +\font\bigdnpbom=dvpb10 scaled\magstep1 +\font\bigdnpcal=dvpc10 scaled\magstep1 +\font\largedn=dvng10 scaled\magstep2 +\font\largednb=dvngb10 scaled\magstep2 +\font\largedni=dvngi10 scaled\magstep2 +\font\largednbi=dvngbi10 scaled\magstep2 +\font\largednbom=dvnb10 scaled\magstep2 +\font\largednbomb=dvnbb10 scaled\magstep2 +\font\largednbomi=dvnbi10 scaled\magstep2 +\font\largednbombi=dvnbbi10 scaled\magstep2 +\font\largedncal=dvnc10 scaled\magstep2 +\font\largedncalb=dvncb10 scaled\magstep2 +\font\largedncali=dvnci10 scaled\magstep2 +\font\largedncalbi=dvncbi10 scaled\magstep2 +\font\largednp=dvpn10 scaled\magstep2 +\font\largednpbom=dvpb10 scaled\magstep2 +\font\largednpcal=dvpc10 scaled\magstep2 +\font\hugedn=dvng10 scaled\magstep3 +\font\hugednb=dvngb10 scaled\magstep3 +\font\hugedni=dvngi10 scaled\magstep3 +\font\hugednbi=dvngbi10 scaled\magstep3 +\font\hugednbom=dvnb10 scaled\magstep3 +\font\hugednbomb=dvnbb10 scaled\magstep3 +\font\hugednbomi=dvnbi10 scaled\magstep3 +\font\hugednbombi=dvnbbi10 scaled\magstep3 +\font\hugedncal=dvnc10 scaled\magstep3 +\font\hugedncalb=dvncb10 scaled\magstep3 +\font\hugedncali=dvnci10 scaled\magstep3 +\font\hugedncalbi=dvncbi10 scaled\magstep3 +\font\hugednp=dvpn10 scaled\magstep3 +\font\hugednpbom=dvpb10 scaled\magstep3 +\font\hugednpcal=dvpc10 scaled\magstep3 +% +% Hyphenation +% +\def\sethyph#1{ +\hyphenchar\smalldn=#1\hyphenchar\smalldnb=#1 +\hyphenchar\smalldni=#1\hyphenchar\smalldnbi=#1 +\hyphenchar\smalldnbom=#1\hyphenchar\smalldnbomb=#1 +\hyphenchar\smalldnbomi=#1\hyphenchar\smalldnbombi=#1 +\hyphenchar\smalldncal=#1\hyphenchar\smalldncalb=#1 +\hyphenchar\smalldncali=#1\hyphenchar\smalldncalbi=#1 +\hyphenchar\smalldnp=#1\hyphenchar\smalldnpbom=#1\hyphenchar\smalldnpcal=#1 +\hyphenchar\ninedn=#1\hyphenchar\ninednb=#1 +\hyphenchar\ninedni=#1\hyphenchar\ninednbi=#1 +\hyphenchar\ninednbom=#1\hyphenchar\ninednbomb=#1 +\hyphenchar\ninednbomi=#1\hyphenchar\ninednbombi=#1 +\hyphenchar\ninedncal=#1\hyphenchar\ninedncalb=#1 +\hyphenchar\ninedncali=#1\hyphenchar\ninedncalbi=#1 +\hyphenchar\ninednp=#1\hyphenchar\ninednpbom=#1\hyphenchar\ninednpcal=#1 +\hyphenchar\dvng=#1\hyphenchar\dvngb=#1 +\hyphenchar\dvngi=#1\hyphenchar\dvngbi=#1 +\hyphenchar\dvngbom=#1\hyphenchar\dvngbomb=#1 +\hyphenchar\dvngbomi=#1\hyphenchar\dvngbombi=#1 +\hyphenchar\dvngcal=#1\hyphenchar\dvngcalb=#1 +\hyphenchar\dvngcali=#1\hyphenchar\dvngcalbi=#1 +\hyphenchar\dvngp=#1\hyphenchar\dvngpbom=#1\hyphenchar\dvngpcal=#1 +\hyphenchar\halfdn=#1\hyphenchar\halfdnb=#1 +\hyphenchar\halfdni=#1\hyphenchar\halfdnbi=#1 +\hyphenchar\halfdnbom=#1\hyphenchar\halfdnbomb=#1 +\hyphenchar\halfdnbomi=#1\hyphenchar\halfdnbombi=#1 +\hyphenchar\halfdncal=#1\hyphenchar\halfdncalb=#1 +\hyphenchar\halfdncali=#1\hyphenchar\halfdncalbi=#1 +\hyphenchar\halfdnp=#1\hyphenchar\halfdnpbom=#1\hyphenchar\halfdnpcal=#1 +\hyphenchar\bigdn=#1\hyphenchar\bigdnb=#1 +\hyphenchar\bigdni=#1\hyphenchar\bigdnbi=#1 +\hyphenchar\bigdnbom=#1\hyphenchar\bigdnbomb=#1 +\hyphenchar\bigdnbomi=#1\hyphenchar\bigdnbombi=#1 +\hyphenchar\bigdncal=#1\hyphenchar\bigdncalb=#1 +\hyphenchar\bigdncali=#1\hyphenchar\bigdncalbi=#1 +\hyphenchar\bigdnp=#1\hyphenchar\bigdnpbom=#1\hyphenchar\bigdnpcal=#1 +\hyphenchar\largedn=#1\hyphenchar\largednb=#1 +\hyphenchar\largedni=#1\hyphenchar\largednbi=#1 +\hyphenchar\largednbom=#1\hyphenchar\largednbomb=#1 +\hyphenchar\largednbomi=#1\hyphenchar\largednbombi=#1 +\hyphenchar\largedncal=#1\hyphenchar\largedncalb=#1 +\hyphenchar\largedncali=#1\hyphenchar\largedncalbi=#1 +\hyphenchar\largednp=#1\hyphenchar\largednpbom=#1\hyphenchar\largednpcal=#1 +\hyphenchar\hugedn=#1\hyphenchar\hugednb=#1 +\hyphenchar\hugedni=#1\hyphenchar\hugednbi=#1 +\hyphenchar\hugednbom=#1\hyphenchar\hugednbomb=#1 +\hyphenchar\hugednbomi=#1\hyphenchar\hugednbombi=#1 +\hyphenchar\hugedncal=#1\hyphenchar\hugedncalb=#1 +\hyphenchar\hugedncali=#1\hyphenchar\hugedncalbi=#1 +\hyphenchar\hugednp=#1\hyphenchar\hugednpbom=#1\hyphenchar\hugednpcal=#1} +% +% Roman Fonts +% +\font\smallcr=cmr8 +\font\ninecr=cmr9 +\font\halfcr=cmr10 scaled\magstephalf +\font\bigcr=cmr10 scaled\magstep1 +\font\largecr=cmr10 scaled\magstep2 +\font\hugecr=cmr10 scaled\magstep3 +% +% Registers +% +\newcount\chnum +\newdimen\itdim +\newdimen\dnblskip +\newdimen\subdep +\newdimen\anudep +\newdimen\anuwid +\newif\ifdnmode +\newif\ifdnbombayfont +\newif\ifdncalcuttafont +\newif\ifdnboldfont +\newif\ifdnitalfont +\newif\ifdnpenfont +\newif\ifdnvedamode +\newif\ifdnsamavedamode +\newif\ifdnsamavedafont +\newif\ifdnanudattafixed +% +% Letter macros +% +% The preprocessor inserts uses of these macros into the preprocessor output. +% TeX then uses them to typeset individual characters. Under normal +% conditions, you should not need to use these macros in DN files. +% +\def\subscr#1{\/\itdim=\lastkern% +\unkern\kern-\itdim\lower\subdep\hbox to\itdim{#1\hfil}} +\def\0{\llap{\char13}} +\def\1{\llap{\char32}} +\def\2{\llap{\char92}} +\def\3#1w{{\char"#1}} +\def\4{\llap{\char123}} +\def\5{\llap{\char125}} +\def\6#1{\leavevmode\setbox0=\hbox{#1}\subdep=\dp0\hbox{#1\subscr{\char126}}} +\def\7#1{\leavevmode\setbox0=\hbox{#1}\subdep=\dp0\hbox{#1\subscr{\char0}}} +\def\8#1{\leavevmode\setbox0=\hbox{#1}\subdep=\dp0\hbox{#1\subscr{\char1}}} +\def\9#1{\leavevmode\setbox0=\hbox{#1}\subdep=\dp0\hbox{#1\subscr{\char2}}} +\def\qb#1{\leavevmode\setbox0=\hbox{#1}\subdep=\dp0\hbox{#1\subscr{\char253}}} +\def\qq#1{\leavevmode\setbox0=\hbox{#1}\subdep=\dp0\hbox{#1\subscr{\char94}}} +\def\qx#1{\leavevmode\setbox0=\hbox{#1}\subdep=\dp0\hbox{#1\subscr{\char14}}} +\def\qy#1{\leavevmode\setbox0=\hbox{#1}\subdep=\dp0\hbox{#1\subscr{\char31}}} +\def\qz#1{\leavevmode\setbox0=\hbox{#1}\subdep=\dp0\hbox{#1\subscr{\char124}}} +\def\qa#1#2{\leavevmode\setbox0=\hbox{#1}\subdep=\dp0\hbox{#1% +\subscr{\char253\kern0.5ex\lower2.5ex\hbox{\char#2}\kern-1.5ex}}} +\def\qc#1#2{\leavevmode\setbox0=\hbox{#1}\subdep=\dp0\hbox{#1% +\subscr{\char126\kern0.5ex\lower2.5ex\hbox{\char#2}\kern-1.5ex}}} +\def\qva{\kern0.5ex\2\kern-0.5ex} +\def\qvb{\kern1ex\0\kern-1ex} +\def\qvc{\kern1ex\rdt\kern-1ex} +\def\?{\llap{\char3}} +\def\<{\llap{\char4}} +\def\rs{\rsize\thinspace} +\let\re=\thinspace +\def\rdt{\llap{\char19}} +% +% Initialization +% +\newlanguage\nohyphenation +\sethyph{255} +\let\pdn=\dvng +\let\pdnb=\dvngb +\let\pdni=\dvngi +\let\pdnbi=\dvngbi +\let\pdnbom=\dvngbom +\let\pdnbomb=\dvngbomb +\let\pdnbomi=\dvngbomi +\let\pdnbombi=\dvngbombi +\let\pdncal=\dvngcal +\let\pdncalb=\dvngcalb +\let\pdncali=\dvngcali +\let\pdncalbi=\dvngcalbi +\let\pdnp=\dvngp +\let\pdnpbom=\dvngpbom +\let\pdnpcal=\dvngpcal +\dnblskip=15pt +\let\rsize=\rm +\cmnum \ No newline at end of file diff -Nru texlive-lang-2007.dfsg.4/texmf-dist/tex/platex/config/hyphen.cfg texlive-lang-2009/texmf-dist/tex/platex/config/hyphen.cfg --- texlive-lang-2007.dfsg.4/texmf-dist/tex/platex/config/hyphen.cfg 2006-01-12 23:46:54.000000000 +0000 +++ texlive-lang-2009/texmf-dist/tex/platex/config/hyphen.cfg 1970-01-01 01:00:00.000000000 +0100 @@ -1,135 +0,0 @@ -%% -%% This is file `hyphen.cfg', -%% generated with the docstrip utility. -%% -%% The original source files were: -%% -%% polski.dtx (with options: `hyphenation') -%% -%% This is a generated file. -%% -%% Copyright (C) 1994 by Mariusz Olko. All rights reserved. -%% Copyright (C) 1997,1998 by Mariusz Olko and Marcin Woli\'nski. -%% Copyright (C) 2000,2002,2003 by Marcin Woli\'nski. -%% -%% -%% This file is part of the package `PLaTeX' -%% ----------------------------------------- -%% -%% It may be distributed and/or modified under the -%% conditions of the LaTeX Project Public License, either version 1.2 -%% of this license or (at your option) any later version. -%% The latest version of this license is in -%% http://www.latex-project.org/lppl.txt -%% and version 1.2 or later is part of all distributions of LaTeX -%% version 1999/12/01 or later. -%% -%% This file may only be distributed together with a copy of the PLaTeX -%% package. -%% -\global\count19=-1 -\begingroup -\def\@stopline{\@stopline} -\def\line#1#2\@stopline{% - \ifx=#1% - \leftline#2\@stopline - \else - \rightline#1#2\@stopline - \fi - } -\def\leftline#1 #2\@stopline{% - \ifx\@stopline#2\@stopline\else - \errhelp{The line should contain only an equals sign followed by - the synonym name.}% - \errmessage{Extra stuff on a synonym line in language.dat:^^J - =#1 #2}\fi - \expandafter\ifx\csname l@#1\endcsname\relax \else - \errhelp{This probably means your ``language.dat'' contains many - lines starting with `#1' or `=#1'. ^^JThe language `#1' will - be redefined. This may not be what you want.}% - \errmessage{Language `#1' already defined}\fi - \ifnum\count19=\m@ne - \errhelp{You cannot put synonyms before first real - language definition in language.dat.} - \errmessage{Cannot define `#1' as a language synonym: no language - defined yet}% - \else - \global\expandafter\chardef\csname l@#1\endcsname\count19 - \wlog{\string\l@#1=\string\language\number\count19} - \fi - } -\def\rightline#1 #2\@stopline{% - \expandafter\ifx\csname l@#1\endcsname\relax - \expandafter\newlanguage\csname l@#1\endcsname - \else - \errhelp{This probably means your ``language.dat'' contains many - lines starting with `#1' or `=#1'. ^^JThe patterns will be - merged with the ones already loaded. This may not be what you - want.}% - \errmessage{Language `#1' already defined}% - \fi - \language\csname l@#1\endcsname - \edef\displaylines{\displaylines, #1}% - \ifx\@stopline#2\@stopline - \errhelp{Hyphenation will be inhibited in language `#1'.}% - \errmessage{No pattern files specified for language `#1'}% - \else - \begingroup - \message{Loading hyphenation patterns for #1.} - \centerline#2\@stopline - \endgroup - \fi - } -\def\centerline#1 #2\@stopline{% - \InputIfFileExists{#1}{}{% - \errhelp{Your language.dat file says I should load a file named - `#1'.^^J Check whether this name is correct and the file is - installed. ^^JThe format will not be generated.}% - \errmessage{Fatal error: patterns file #1 not found}% - \endgroup\endgroup\@@end} - \ifx\@stopline#2\@stopline\else \centerline#2\@stopline\fi - } -\def\addvspace #1 \*#2\@stopline{% - \ifx\@stopline#2\@stopline - \expandafter\def\expandafter\*\expandafter{\* }% - \fi -} -\openin1 = language.dat -\ifeof1 - \errhelp{You should have a file named language.dat on your system. - This file specifies for what languages hyphenation patterns should - be loaded and where these are kept. Without this file the format - will not be generated.}% - \errmessage{Fatal error: language.dat not found}% - \endgroup\@@end -\fi -\let\displaylines\@gobble -\loop - \endlinechar\m@ne - \read1 to \*% - \endlinechar`\^^M - \ifx\*\empty - \else - \expandafter\addvspace\*\* \*\@stopline - \expandafter\line\*\@stopline - \fi - \ifeof1\else -\repeat -\closein1 -\ifnum\count19=-1 - \errhelp{Your language.dat does not instruct LaTeX to load any - hyphenation patterns. Since format with no hyphenation patterns - is hardly usable I refuse to generate it. Check your language.dat - and try again.}% - \errmessage{Fatal error: No languages defined in language.dat}% - \endgroup\@@end -\fi -\edef\displaylines{\the\everyjob - \noexpand\wlog{Loaded hyphenation patterns for\displaylines.}} -\global\everyjob\expandafter{\displaylines} -\endgroup -\language0 -\lefthyphenmin=2 \righthyphenmin=3 -\endinput -%% -%% End of file `hyphen.cfg'. diff -Nru texlive-lang-2007.dfsg.4/texmf-dist/tex/platex/config/language.dat texlive-lang-2009/texmf-dist/tex/platex/config/language.dat --- texlive-lang-2007.dfsg.4/texmf-dist/tex/platex/config/language.dat 2006-01-12 23:46:54.000000000 +0000 +++ texlive-lang-2009/texmf-dist/tex/platex/config/language.dat 1970-01-01 01:00:00.000000000 +0100 @@ -1,73 +0,0 @@ -%% language.dat -%% -%% This file specifies which hyphenation patterns iniTeX should load -%% while generating a format file. -%% -%% -%% This file can contain two kinds of lines: -%% 1. Lines of the form -%% -%% instruct iniTeX to allocate new language and load all pattern files -%% for that language. -%% 2. Lines of the form -%% = -%% say that language name specified on this line is just a synonym for -%% the language defined by previous line. -%% Comments start with percent character. -%% -%% Note: the first defined language will be the default if you use no -%% language switching package (such as babel or polski.sty or -%% german.sty). -%% By convention the american english patterns should be the default. -%% -%% Below you'll find many example entries which you may want to -%% activate by removing the % from line beginning. Before activating -%% any of the lines below please check if you have appropriate -%% hyphenation patterns files or iniTeX will fail to generate the -%% format. -%% -%% If you've got here by using some configuration program you should -%% edit this file to your taste, save it and exit the editor. Then -%% probably your configuration program will regenerate format files to -%% put your changes into effect. -%% -%%%%%%%%%%%%%%%%%%%%%%%%% BEGINNING OF DATA %%%%%%%%%%%%%%%%%%%%%%%%% - -%% This line defines language `american' with original Knuth's -%% patterns: - -american hyphen.tex - -%% If you use Babel you should include this line instead: - -%american ushyph1.tex - -%% Please always include one of the above two lines! -%% -%% This line declares name USenglish as a synonym for american: - -=USenglish - -%% UK english: -%british ukhyph.tex -%=UKenglish -=english - -%catalan cahyph.tex -%croatian hrhyph.tex -%czech czhyph2e.tex -%danish dkhyphen.tex -%dutch nehyph1.tex -%dutch nehyph2.tex -%dutch nehyph3.tex -%finnish fihyph.tex -%french frhyph.tex frhyphex.tex -%german ghyph31.tex -%italian ithyph.tex -%norsk nohyph.tex -polish plhyph.tex -%portuges pthyph.tex -%romanian rohyphen.tex -%slovene sihyph22.tex -%spanish sphyph.tex -%swedish sehyph.tex diff -Nru texlive-lang-2007.dfsg.4/texmf-dist/tex/platex/config/pdfplatex.ini texlive-lang-2009/texmf-dist/tex/platex/config/pdfplatex.ini --- texlive-lang-2007.dfsg.4/texmf-dist/tex/platex/config/pdfplatex.ini 2006-01-12 23:46:54.000000000 +0000 +++ texlive-lang-2009/texmf-dist/tex/platex/config/pdfplatex.ini 1970-01-01 01:00:00.000000000 +0100 @@ -1,5 +0,0 @@ -% StaW, 2000. public domain. -\input pdftexconfig.tex -\scrollmode -\input latex.ltx -\endinput diff -Nru texlive-lang-2007.dfsg.4/texmf-dist/tex/platex/config/platex.ini texlive-lang-2009/texmf-dist/tex/platex/config/platex.ini --- texlive-lang-2007.dfsg.4/texmf-dist/tex/platex/config/platex.ini 2006-01-12 23:46:54.000000000 +0000 +++ texlive-lang-2009/texmf-dist/tex/platex/config/platex.ini 1970-01-01 01:00:00.000000000 +0100 @@ -1,21 +0,0 @@ -% 21.06.2004 Staszek Wawrykiewicz (public domain) -\ifx\pdfoutput\undefined \else - \ifx\pdfoutput\relax \else - % - % We're building the platex format with the pdfetex engine (started 2004). - \input pdftexconfig - \pdfoutput=0 - % - % pdfTeX related primitives are no longer hidden by default - % (started 2005). Uncomment and recreate the format files by running - % "fmtutil --all" resp. "fmtutil-sys --all" to revert to the old - % (2004) behaviour. - % \input pdftex-dvi.tex - % - \fi -\fi -% -% the usual format initialization. -\scrollmode -\input latex.ltx -\endinput diff -Nru texlive-lang-2007.dfsg.4/texmf-dist/tex/xelatex/velthuis/hindicaptions.sty texlive-lang-2009/texmf-dist/tex/xelatex/velthuis/hindicaptions.sty --- texlive-lang-2007.dfsg.4/texmf-dist/tex/xelatex/velthuis/hindicaptions.sty 1970-01-01 01:00:00.000000000 +0100 +++ texlive-lang-2009/texmf-dist/tex/xelatex/velthuis/hindicaptions.sty 2008-07-03 22:45:54.000000000 +0100 @@ -0,0 +1,59 @@ +%% $Id: hindicaptions.sty,v 1.4 2007-12-31 09:42:14 icebearsoft Exp $ +%% This package provides the Hindi caption names for use with XeLaTeX. + +\expandafter\ifx\csname ProvidesPackage\endcsname\relax +% Do nothing if used by babelized plain XeTeX +\else % Identification for XeLaTeX +\ProvidesPackage{hindicaptions}[2007/05/11 v2.14.1 Hindi captions for XeLaTeX] +\RequirePackage{ifxetex} +\RequireXeTeX +\fi + +% European style date +\def\datehindi{\def\today{\number\day\space\ifcase\month\or +जनवरी\or +फ़रवरी\or +मारà¥à¤š\or +अपरैल\or +मई\or +जून\or +जलाई\or +अगसà¥à¤¤\or +सितमà¥à¤¬à¤°\or +अकà¥à¤¤à¥‚बर\or +नवमà¥à¤¬à¤°\or +दिसमà¥à¤¬à¤°\fi +\space\number\year}} + +% Captions (with variants) +\def\captionshindi{% +\def\abstractname{सारांश}% +\def\appendixname{परिशिषà¥à¤Ÿ}% +\def\bibname{संदर गà¥à¤°à¤¨à¥à¤¥}% (?) +\def\ccname{}% +\def\chaptername{अधà¥à¤¯à¤¾à¤¯}% +\def\contentsname{विषय सूची}% +\def\enclname{}% +\def\figurename{चितà¥à¤°}% रेखाचितà¥à¤° +\def\headpagename{पृषठ}% +\def\headtoname{}% +\def\indexname{सूची}% +% सूचक +% अनà¥à¤•à¥à¤°à¤®à¤£à¤¿à¤•à¤¾ +% अनà¥à¤•à¥à¤°à¤®à¤£à¤¿ +\def\listfigurename{चितà¥à¤°à¥‹à¤‚ की सूची}% +\def\listtablename{तालिकाओं की सूची}% +\def\pagename{पृषठ}% +\def\partname{खणड}% +\def\prefacename{पà¥à¤°à¤¸à¥à¤¤à¤¾à¤µà¤¨à¤¾}% पà¥à¤°à¤¾à¤•à¥à¤•à¤¥à¤¨ +\def\refname{हवाले}% +\def\tablename{तालिका}% +\def\seename{देखिà¤}% +\def\alsoname{और देखिà¤}% +\def\alsoseename{और देखिà¤}} + +% It is supposed that the modern and traditional variant +% will be switched either by selection of the proper fonts +% or by using font options +\let\datemodernhindi\datehindi +\let\captionsmodernhindi\captionshindi diff -Nru texlive-lang-2007.dfsg.4/texmf-dist/tex/xelatex/xgreek/xgreek.sty texlive-lang-2009/texmf-dist/tex/xelatex/xgreek/xgreek.sty --- texlive-lang-2007.dfsg.4/texmf-dist/tex/xelatex/xgreek/xgreek.sty 1970-01-01 01:00:00.000000000 +0100 +++ texlive-lang-2009/texmf-dist/tex/xelatex/xgreek/xgreek.sty 2008-07-01 02:03:10.000000000 +0100 @@ -0,0 +1,560 @@ +%% +%% This is file `xgreek.sty', +%% generated with the docstrip utility. +%% +%% The original source files were: +%% +%% xgreek.dtx (with options: `xgreek') +%% +%% (c) Copyright 2007 Apostolos Syropoulos +%% This program can be redistributed and/or modified under the +%% terms of the LaTeX Project Public License Distributed from +%% http://www.latex-project.org/lppl.txt; either +%% version 1.3c of the License, or any later version. +%% +%% This work has the LPPL maintenance status `maintained'. +%% +%% Please report errors or suggestions for improvement to +%% +%% Apostolos Syropoulos (asyropoulos@yahoo.com) +%% +%% \CharacterTable +%% {Upper-case \A\B\C\D\E\F\G\H\I\J\K\L\M\N\O\P\Q\R\S\T\U\V\W\X\Y\Z +%% Lower-case \a\b\c\d\e\f\g\h\i\j\k\l\m\n\o\p\q\r\s\t\u\v\w\x\y\z +%% Digits \0\1\2\3\4\5\6\7\8\9 +%% Exclamation \! Double quote \" Hash (number) \# +%% Dollar \$ Percent \% Ampersand \& +%% Acute accent \' Left paren \( Right paren \) +%% Asterisk \* Plus \+ Comma \, +%% Minus \- Point \. Solidus \/ +%% Colon \: Semicolon \; Less than \< +%% Equals \= Greater than \> Question mark \? +%% Commercial at \@ Left bracket \[ Backslash \\ +%% Right bracket \] Circumflex \^ Underscore \_ +%% Grave accent \` Left brace \{ Vertical bar \| +%% Right brace \} Tilde \~} +%% +\ProvidesFile{xgreek.sty} + [2008/06/22 v2.0 Package `xgreek.sty'] +\message{Package `xgreek' version 2.0 by Apostolos Syropoulos} +\global\lccode"0386="03AC \global\uccode"0386="0391 +\global\lccode"0388="03AD \global\uccode"0388="0395 +\global\lccode"0389="03AC \global\uccode"0389="0397 +\global\lccode"038A="03AF \global\uccode"038A="0399 +\global\lccode"038C="03CC \global\uccode"038C="039F +\global\lccode"038E="03CD \global\uccode"038E="03A5 +\global\lccode"038F="03CE \global\uccode"038F="03A9 +\global\lccode"0390="0390 \global\uccode"0390="03AA +\global\lccode"0391="03B1 \global\uccode"0391="0391 +\global\lccode"0392="03B2 \global\uccode"0392="0392 +\global\lccode"0393="03B3 \global\uccode"0393="0393 +\global\lccode"0394="03B4 \global\uccode"0394="0394 +\global\lccode"0395="03B5 \global\uccode"0395="0395 +\global\lccode"0396="03B6 \global\uccode"0396="0396 +\global\lccode"0397="03B7 \global\uccode"0397="0397 +\global\lccode"0398="03B8 \global\uccode"0398="0398 +\global\lccode"0399="03B9 \global\uccode"0399="0399 +\global\lccode"039A="03BA \global\uccode"039A="039A +\global\lccode"039B="03BB \global\uccode"039B="039B +\global\lccode"039C="03BC \global\uccode"039C="039C +\global\lccode"039D="03BD \global\uccode"039D="039D +\global\lccode"039E="03BE \global\uccode"039E="039E +\global\lccode"039F="03BF \global\uccode"039F="039F +\global\lccode"03A0="03C0 \global\uccode"03A0="03A0 +\global\lccode"03A1="03C1 \global\uccode"03A1="03A1 +\global\lccode"03A3="03C3 \global\uccode"03A3="03A3 +\global\lccode"03A4="03C4 \global\uccode"03A4="03A4 +\global\lccode"03A5="03C5 \global\uccode"03A5="03A5 +\global\lccode"03A6="03C6 \global\uccode"03A6="03A6 +\global\lccode"03A7="03C7 \global\uccode"03A7="03A7 +\global\lccode"03A8="03C8 \global\uccode"03A8="03A8 +\global\lccode"03A9="03C9 \global\uccode"03A9="03A9 +\global\lccode"03AA="03CA \global\uccode"03AA="03AA +\global\lccode"03AB="03CB \global\uccode"03AB="03AB +\global\lccode"03AC="03AC \global\uccode"03AC="0391 +\global\lccode"03AD="03AD \global\uccode"03AD="0395 +\global\lccode"03AE="03AE \global\uccode"03AE="0397 +\global\lccode"03AF="03AF \global\uccode"03AF="0399 +\global\lccode"03B0="03B0 \global\uccode"03B0="03AB +\global\lccode"03B1="03B1 \global\uccode"03B1="0391 +\global\lccode"03B2="03B2 \global\uccode"03B2="0392 +\global\lccode"03B3="03B3 \global\uccode"03B3="0393 +\global\lccode"03B4="03B4 \global\uccode"03B4="0394 +\global\lccode"03B5="03B5 \global\uccode"03B5="0395 +\global\lccode"03B6="03B6 \global\uccode"03B6="0396 +\global\lccode"03B7="03B7 \global\uccode"03B7="0397 +\global\lccode"03B8="03B8 \global\uccode"03B8="0398 +\global\lccode"03B9="03B9 \global\uccode"03B9="0399 +\global\lccode"03BA="03BA \global\uccode"03BA="039A +\global\lccode"03BB="03BB \global\uccode"03BB="039B +\global\lccode"03BC="03BC \global\uccode"03BC="039C +\global\lccode"03BD="03BD \global\uccode"03BD="039D +\global\lccode"03BE="03BE \global\uccode"03BE="039E +\global\lccode"03BF="03BF \global\uccode"03BF="039F +\global\lccode"03C0="03C0 \global\uccode"03C0="03A0 +\global\lccode"03C1="03C1 \global\uccode"03C1="03A1 +\global\lccode"03C2="03C2 \global\uccode"03C2="03A3 +\global\lccode"03C3="03C3 \global\uccode"03C3="03A3 +\global\lccode"03C4="03C4 \global\uccode"03C4="03A4 +\global\lccode"03C5="03C5 \global\uccode"03C5="03A5 +\global\lccode"03C6="03C6 \global\uccode"03C6="03A6 +\global\lccode"03C7="03C7 \global\uccode"03C7="03A7 +\global\lccode"03C8="03C8 \global\uccode"03C8="03A8 +\global\lccode"03C9="03C9 \global\uccode"03C9="03A9 +\global\lccode"03CA="03CA \global\uccode"03CA="03AA +\global\lccode"03CB="03CB \global\uccode"03CB="03AB +\global\lccode"03CC="03CC \global\uccode"03CC="039F +\global\lccode"03CD="03CD \global\uccode"03CD="03A5 +\global\lccode"03CE="03CE \global\uccode"03CE="03A9 +\global\lccode"03D0="03D0 \global\uccode"03D0="0392 +\global\lccode"03D1="03D1 \global\uccode"03D1="0398 +\global\lccode"03D2="03C5 \global\uccode"03D2="03A5 +\global\lccode"03D3="03CD \global\uccode"03D3="03A5 +\global\lccode"03D4="03CB \global\uccode"03D4="03AB +\global\lccode"03D5="03C6 \global\uccode"03D5="03A6 +\global\lccode"03D6="03C0 \global\uccode"03D6="03A0 +\global\lccode"03DA="03DB \global\uccode"03DA="03DA +\global\lccode"03DB="03DB \global\uccode"03DB="03DA +\global\lccode"03DC="03DD \global\uccode"03DC="03DC +\global\lccode"03DD="03DD \global\uccode"03DD="03DC +\global\lccode"03DE="03DF \global\uccode"03DE="03DE +\global\lccode"03DF="03DF \global\uccode"03DF="03DE +\global\lccode"03E0="03E1 \global\uccode"03E0="039A +\global\lccode"03E0="03E1 \global\uccode"03E1="03A1 +\global\lccode"03F0="03BA \global\uccode"03F0="039A +\global\lccode"03F1="03C1 \global\uccode"03F1="03A1 +\global\lccode"03F2="03F2 \global\uccode"03F2="03F9 +\global\lccode"03F9="03F2 \global\uccode"03F9="03F9 +\global\lccode"1F00="1F00 \global\uccode"1F00="0391 +\global\lccode"1F01="1F01 \global\uccode"1F01="0391 +\global\lccode"1F02="1F02 \global\uccode"1F02="0391 +\global\lccode"1F03="1F03 \global\uccode"1F03="0391 +\global\lccode"1F04="1F04 \global\uccode"1F04="0391 +\global\lccode"1F05="1F05 \global\uccode"1F05="0391 +\global\lccode"1F06="1F06 \global\uccode"1F06="0391 +\global\lccode"1F07="1F07 \global\uccode"1F07="0391 +\global\lccode"1F08="1F00 \global\uccode"1F08="0391 +\global\lccode"1F09="1F01 \global\uccode"1F09="0391 +\global\lccode"1F0A="1F02 \global\uccode"1F0A="0391 +\global\lccode"1F0B="1F03 \global\uccode"1F0B="0391 +\global\lccode"1F0C="1F04 \global\uccode"1F0C="0391 +\global\lccode"1F0D="1F05 \global\uccode"1F0D="0391 +\global\lccode"1F0E="1F06 \global\uccode"1F0E="0391 +\global\lccode"1F0F="1F07 \global\uccode"1F0F="0391 +\global\lccode"1F10="1F10 \global\uccode"1F10="0395 +\global\lccode"1F11="1F11 \global\uccode"1F11="0395 +\global\lccode"1F12="1F12 \global\uccode"1F12="0395 +\global\lccode"1F13="1F13 \global\uccode"1F13="0395 +\global\lccode"1F14="1F14 \global\uccode"1F14="0395 +\global\lccode"1F15="1F15 \global\uccode"1F15="0395 +\global\lccode"1F18="1F10 \global\uccode"1F18="0395 +\global\lccode"1F19="1F11 \global\uccode"1F19="0395 +\global\lccode"1F1A="1F12 \global\uccode"1F1A="0395 +\global\lccode"1F1B="1F13 \global\uccode"1F1B="0395 +\global\lccode"1F1C="1F14 \global\uccode"1F1C="0395 +\global\lccode"1F1D="1F15 \global\uccode"1F1D="0395 +\global\lccode"1F20="1F20 \global\uccode"1F20="0397 +\global\lccode"1F21="1F21 \global\uccode"1F21="0397 +\global\lccode"1F22="1F22 \global\uccode"1F22="0397 +\global\lccode"1F23="1F23 \global\uccode"1F23="0397 +\global\lccode"1F24="1F24 \global\uccode"1F24="0397 +\global\lccode"1F25="1F25 \global\uccode"1F25="0397 +\global\lccode"1F26="1F26 \global\uccode"1F26="0397 +\global\lccode"1F27="1F27 \global\uccode"1F27="0397 +\global\lccode"1F28="1F20 \global\uccode"1F28="0397 +\global\lccode"1F29="1F21 \global\uccode"1F29="0397 +\global\lccode"1F2A="1F22 \global\uccode"1F2A="0397 +\global\lccode"1F2B="1F23 \global\uccode"1F2B="0397 +\global\lccode"1F2C="1F24 \global\uccode"1F2C="0397 +\global\lccode"1F2D="1F25 \global\uccode"1F2D="0397 +\global\lccode"1F2E="1F26 \global\uccode"1F2E="0397 +\global\lccode"1F2F="1F27 \global\uccode"1F2F="0397 +\global\lccode"1F30="1F30 \global\uccode"1F30="0399 +\global\lccode"1F31="1F31 \global\uccode"1F31="0399 +\global\lccode"1F32="1F32 \global\uccode"1F32="0399 +\global\lccode"1F33="1F33 \global\uccode"1F33="0399 +\global\lccode"1F34="1F34 \global\uccode"1F34="0399 +\global\lccode"1F35="1F35 \global\uccode"1F35="0399 +\global\lccode"1F36="1F36 \global\uccode"1F36="0399 +\global\lccode"1F37="1F37 \global\uccode"1F37="0399 +\global\lccode"1F38="1F30 \global\uccode"1F38="0399 +\global\lccode"1F39="1F31 \global\uccode"1F39="0399 +\global\lccode"1F3A="1F32 \global\uccode"1F3A="0399 +\global\lccode"1F3B="1F33 \global\uccode"1F3B="0399 +\global\lccode"1F3C="1F34 \global\uccode"1F3C="0399 +\global\lccode"1F3D="1F35 \global\uccode"1F3D="0399 +\global\lccode"1F3E="1F36 \global\uccode"1F3E="0399 +\global\lccode"1F3F="1F37 \global\uccode"1F3F="0399 +\global\lccode"1F40="1F40 \global\uccode"1F40="039F +\global\lccode"1F41="1F41 \global\uccode"1F41="039F +\global\lccode"1F42="1F42 \global\uccode"1F42="039F +\global\lccode"1F43="1F43 \global\uccode"1F43="039F +\global\lccode"1F44="1F44 \global\uccode"1F44="039F +\global\lccode"1F45="1F45 \global\uccode"1F45="039F +\global\lccode"1F48="1F40 \global\uccode"1F48="039F +\global\lccode"1F49="1F41 \global\uccode"1F49="039F +\global\lccode"1F4A="1F42 \global\uccode"1F4A="039F +\global\lccode"1F4B="1F43 \global\uccode"1F4B="039F +\global\lccode"1F4C="1F44 \global\uccode"1F4C="039F +\global\lccode"1F4D="1F45 \global\uccode"1F4D="039F +\global\lccode"1F50="1F50 \global\uccode"1F50="03A5 +\global\lccode"1F51="1F51 \global\uccode"1F51="03A5 +\global\lccode"1F52="1F52 \global\uccode"1F52="03A5 +\global\lccode"1F53="1F53 \global\uccode"1F53="03A5 +\global\lccode"1F54="1F54 \global\uccode"1F54="03A5 +\global\lccode"1F55="1F55 \global\uccode"1F55="03A5 +\global\lccode"1F56="1F56 \global\uccode"1F56="03A5 +\global\lccode"1F57="1F57 \global\uccode"1F57="03A5 +\global\lccode"1F59="1F51 \global\uccode"1F59="03A5 +\global\lccode"1F5B="1F53 \global\uccode"1F5B="03A5 +\global\lccode"1F5D="1F55 \global\uccode"1F5D="03A5 +\global\lccode"1F5F="1F57 \global\uccode"1F5F="03A5 +\global\lccode"1F60="1F60 \global\uccode"1F60="03A9 +\global\lccode"1F61="1F61 \global\uccode"1F61="03A9 +\global\lccode"1F62="1F62 \global\uccode"1F62="03A9 +\global\lccode"1F63="1F63 \global\uccode"1F63="03A9 +\global\lccode"1F64="1F64 \global\uccode"1F64="03A9 +\global\lccode"1F65="1F65 \global\uccode"1F65="03A9 +\global\lccode"1F66="1F66 \global\uccode"1F66="03A9 +\global\lccode"1F67="1F67 \global\uccode"1F67="03A9 +\global\lccode"1F68="1F60 \global\uccode"1F68="03A9 +\global\lccode"1F69="1F61 \global\uccode"1F69="03A9 +\global\lccode"1F6A="1F62 \global\uccode"1F6A="03A9 +\global\lccode"1F6B="1F63 \global\uccode"1F6B="03A9 +\global\lccode"1F6C="1F64 \global\uccode"1F6C="03A9 +\global\lccode"1F6D="1F65 \global\uccode"1F6D="03A9 +\global\lccode"1F6E="1F66 \global\uccode"1F6E="03A9 +\global\lccode"1F6F="1F67 \global\uccode"1F6F="03A9 +\global\lccode"1F70="1F70 \global\uccode"1F70="0391 +\global\lccode"1F71="1F71 \global\uccode"1F71="0391 +\global\lccode"1F72="1F72 \global\uccode"1F72="0395 +\global\lccode"1F73="1F73 \global\uccode"1F73="0395 +\global\lccode"1F74="1F74 \global\uccode"1F74="0397 +\global\lccode"1F75="1F75 \global\uccode"1F75="0397 +\global\lccode"1F76="1F76 \global\uccode"1F76="0399 +\global\lccode"1F77="1F77 \global\uccode"1F77="0399 +\global\lccode"1F78="1F78 \global\uccode"1F78="039F +\global\lccode"1F79="1F79 \global\uccode"1F79="039F +\global\lccode"1F7A="1F7A \global\uccode"1F7A="03A5 +\global\lccode"1F7B="1F7B \global\uccode"1F7B="03A5 +\global\lccode"1F7C="1F7C \global\uccode"1F7C="03A9 +\global\lccode"1F7D="1F7D \global\uccode"1F7D="03A9 +\global\lccode"1F80="1F80 \global\uccode"1F80="1FBC +\global\lccode"1F81="1F81 \global\uccode"1F81="1FBC +\global\lccode"1F82="1F82 \global\uccode"1F82="1FBC +\global\lccode"1F83="1F83 \global\uccode"1F83="1FBC +\global\lccode"1F84="1F84 \global\uccode"1F84="1FBC +\global\lccode"1F85="1F85 \global\uccode"1F85="1FBC +\global\lccode"1F86="1F86 \global\uccode"1F86="1FBC +\global\lccode"1F87="1F87 \global\uccode"1F87="1FBC +\global\lccode"1F88="1F80 \global\uccode"1F88="1FBC +\global\lccode"1F89="1F81 \global\uccode"1F89="1FBC +\global\lccode"1F8A="1F82 \global\uccode"1F8A="1FBC +\global\lccode"1F8B="1F83 \global\uccode"1F8B="1FBC +\global\lccode"1F8C="1F84 \global\uccode"1F8C="1FBC +\global\lccode"1F8D="1F85 \global\uccode"1F8D="1FBC +\global\lccode"1F8E="1F86 \global\uccode"1F8E="1FBC +\global\lccode"1F8F="1F87 \global\uccode"1F8F="1FBC +\global\lccode"1F90="1F90 \global\uccode"1F90="1FCC +\global\lccode"1F91="1F91 \global\uccode"1F91="1FCC +\global\lccode"1F92="1F92 \global\uccode"1F92="1FCC +\global\lccode"1F93="1F93 \global\uccode"1F93="1FCC +\global\lccode"1F94="1F94 \global\uccode"1F94="1FCC +\global\lccode"1F95="1F95 \global\uccode"1F95="1FCC +\global\lccode"1F96="1F96 \global\uccode"1F96="1FCC +\global\lccode"1F97="1F97 \global\uccode"1F97="1FCC +\global\lccode"1F98="1F90 \global\uccode"1F98="1FCC +\global\lccode"1F99="1F91 \global\uccode"1F99="1FCC +\global\lccode"1F9A="1F92 \global\uccode"1F9A="1FCC +\global\lccode"1F9B="1F93 \global\uccode"1F9B="1FCC +\global\lccode"1F9C="1F94 \global\uccode"1F9C="1FCC +\global\lccode"1F9D="1F95 \global\uccode"1F9D="1FCC +\global\lccode"1F9E="1F96 \global\uccode"1F9E="1FCC +\global\lccode"1F9F="1F97 \global\uccode"1F9F="1FCC +\global\lccode"1FA0="1FA0 \global\uccode"1FA0="1FFC +\global\lccode"1FA1="1FA1 \global\uccode"1FA1="1FFC +\global\lccode"1FA2="1FA2 \global\uccode"1FA2="1FFC +\global\lccode"1FA3="1FA3 \global\uccode"1FA3="1FFC +\global\lccode"1FA4="1FA4 \global\uccode"1FA4="1FFC +\global\lccode"1FA5="1FA5 \global\uccode"1FA5="1FFC +\global\lccode"1FA6="1FA6 \global\uccode"1FA6="1FFC +\global\lccode"1FA7="1FA7 \global\uccode"1FA7="1FFC +\global\lccode"1FA8="1FA0 \global\uccode"1FA8="1FFC +\global\lccode"1FA9="1FA1 \global\uccode"1FA9="1FFC +\global\lccode"1FAA="1FA2 \global\uccode"1FAA="1FFC +\global\lccode"1FAB="1FA3 \global\uccode"1FAB="1FFC +\global\lccode"1FAC="1FA4 \global\uccode"1FAC="1FFC +\global\lccode"1FAD="1FA5 \global\uccode"1FAD="1FFC +\global\lccode"1FAE="1FA6 \global\uccode"1FAE="1FFC +\global\lccode"1FAF="1FA7 \global\uccode"1FAF="1FFC +\global\lccode"1FB0="1FB0 \global\uccode"1FB0="1FB8 +\global\lccode"1FB1="1FB1 \global\uccode"1FB1="1FB9 +\global\lccode"1FB2="1FB2 \global\uccode"1FB2="1FBC +\global\lccode"1FB3="1FB3 \global\uccode"1FB3="1FBC +\global\lccode"1FB4="1FB4 \global\uccode"1FB4="1FBC +\global\lccode"1FB6="1FB6 \global\uccode"1FB6="0391 +\global\lccode"1FB7="1FB7 \global\uccode"1FB7="1FBC +\global\lccode"1FB8="1FB0 \global\uccode"1FB8="1FB8 +\global\lccode"1FB9="1FB1 \global\uccode"1FB9="1FB9 +\global\lccode"1FBA="1F70 \global\uccode"1FBA="0391 +\global\lccode"1FBB="1F71 \global\uccode"1FBB="0391 +\global\lccode"1FBC="1FB3 \global\uccode"1FBC="1FBC +\global\lccode"1FBD="1FBD \global\uccode"1FBD="1FBD +\global\lccode"1FC2="1FC2 \global\uccode"1FC2="1FCC +\global\lccode"1FC3="1FC3 \global\uccode"1FC3="1FCC +\global\lccode"1FC4="1FC4 \global\uccode"1FC4="1FCC +\global\lccode"1FC6="1FC6 \global\uccode"1FC6="0397 +\global\lccode"1FC7="1FC7 \global\uccode"1FC7="1FCC +\global\lccode"1FC8="1F72 \global\uccode"1FC8="0395 +\global\lccode"1FC9="1F73 \global\uccode"1FC9="0395 +\global\lccode"1FCA="1F74 \global\uccode"1FCA="0397 +\global\lccode"1FCB="1F75 \global\uccode"1FCB="0397 +\global\lccode"1FCC="1FC3 \global\uccode"1FCC="1FCC +\global\lccode"1FD0="1FD0 \global\uccode"1FD0="1FD8 +\global\lccode"1FD1="1FD1 \global\uccode"1FD1="1FD9 +\global\lccode"1FD2="1FD2 \global\uccode"1FD2="03AA +\global\lccode"1FD3="1FD3 \global\uccode"1FD3="03AA +\global\lccode"1FD6="1FD6 \global\uccode"1FD6="0399 +\global\lccode"1FD7="1FD7 \global\uccode"1FD7="03AA +\global\lccode"1FD8="1FD0 \global\uccode"1FD8="1FD8 +\global\lccode"1FD9="1FD1 \global\uccode"1FD9="1FD9 +\global\lccode"1FDA="1F76 \global\uccode"1FDA="0399 +\global\lccode"1FDB="1F77 \global\uccode"1FDB="0399 +\global\lccode"1FE0="1FE0 \global\uccode"1FE0="1FE8 +\global\lccode"1FE1="1FE1 \global\uccode"1FE1="1FE9 +\global\lccode"1FE2="1FE2 \global\uccode"1FE2="03AB +\global\lccode"1FE3="1FE3 \global\uccode"1FE3="03AB +\global\lccode"1FE4="1FE4 \global\uccode"1FE4="03A1 +\global\lccode"1FE5="1FE5 \global\uccode"1FE5="1FEC +\global\lccode"1FE6="1FE6 \global\uccode"1FE6="03A5 +\global\lccode"1FE7="1FE7 \global\uccode"1FE7="03AB +\global\lccode"1FE8="1FE0 \global\uccode"1FE8="1FE8 +\global\lccode"1FE9="1FE1 \global\uccode"1FE9="1FE9 +\global\lccode"1FEA="1F7A \global\uccode"1FEA="03A5 +\global\lccode"1FEB="1F7B \global\uccode"1FEB="03A5 +\global\lccode"1FEC="1FE5 \global\uccode"1FEC="1FEC +\global\lccode"1FF2="1FF2 \global\uccode"1FF2="1FFC +\global\lccode"1FF3="1FF3 \global\uccode"1FF3="1FFC +\global\lccode"1FF4="1FF4 \global\uccode"1FF4="1FFC +\global\lccode"1FF6="1FF6 \global\uccode"1FF6="03A9 +\global\lccode"1FF7="1FF7 \global\uccode"1FF7="1FFC +\global\lccode"1FF8="1F78 \global\uccode"1FF8="039F +\global\lccode"1FF9="1F79 \global\uccode"1FF9="039F +\global\lccode"1FFA="1F7C \global\uccode"1FFA="03A9 +\global\lccode"1FFB="1F7D \global\uccode"1FFB="03A9 +\global\lccode"1FFC="1FF3 \global\uccode"1FFC="1FFC +\def\prefacename{ΠÏόλογος}% +\def\refname{ΑναφοÏές}% +\def\abstractname{ΠεÏίληψη}% +\def\bibname{ΒιβλιογÏαφία}% +\def\chaptername{Κεφάλαιο}% +\def\appendixname{ΠαÏάÏτημα}% +\def\contentsname{ΠεÏιεχόμενα}% +\def\listfigurename{Κατάλογος σχημάτων}% +\def\listtablename{Κατάλογος πινάκων}% +\def\indexname{ΕυÏετήÏιο}% +\def\figurename{Σχήμα}% +\def\tablename{Πίνακας}% +\def\partname{ΜέÏος}% +\def\enclname{Συνημμένα}% +\def\ccname{Κοινοποίηση}% +\def\headtoname{ΠÏος}% +\def\pagename{Σελίδα}% +\def\seename{βλέπε}% +\def\alsoname{βλέπε επίσης}% +\def\proofname{Απόδειξη}% +\def\glossaryname{ΓλωσσάÏι}% +\def\polytonicn@mes{% + \def\refname{ἈναφοÏὲς}% + \def\indexname{ΕὑÏετήÏιο}% + \def\figurename{Σχῆμα}% + \def\headtoname{ΠÏὸς}% + \def\alsoname{βλέπε á¼Ï€Î¯ÏƒÎ·Ï‚}% + \def\proofname{Ἀπόδειξη}% +} +\def\@ncientn@mes{% + \def\prefacename{ΠÏοοίμιον}% + \def\refname{ΑναφοÏαί}% + \def\abstractname{ΠεÏίληψις}% + \def\bibname{ΒιβλιογÏαφία}% + \def\chaptername{Κεφάλαιον}% + \def\appendixname{ΠαÏάÏτημα}% + \def\contentsname{ΠεÏιεχόμενα}% + \def\listfigurename{Κατάλογος σχημάτων}% + \def\listtablename{Κατάλογος πινάκων}% + \def\indexname{ΕὑÏετήÏιον}% + \def\figurename{Σχήμα}% + \def\tablename{Πίναξ}% + \def\partname{ΜέÏος}% + \def\enclname{Συνημμένως}% + \def\ccname{Κοινοποίησις}% + \def\headtoname{ΠÏὸς}% + \def\pagename{Σελὶς}% + \def\seename{ὃÏα}% + \def\alsoname{ὃÏα ὡσαÏτως}% + \def\proofname{Ἀπόδειξις}% + \def\glossaryname{ΓλωσσάÏιον}% + \def\refname{ἈναφοÏαὶ}% + \def\indexname{ΕὑÏετήÏιο}% + \def\figurename{Σχῆμα}% + \def\headtoname{ΠÏὸς}% +} +\def\gr@month{% + \ifcase\month\or ΙανουαÏίου\or ΦεβÏουαÏίου\or ΜαÏτίου\or ΑπÏιλίου\or + ΜαÎου\or Ιουνίου\or Ιουλίου\or ΑυγοÏστου\or + ΣεπτεμβÏίου\or ΟκτωβÏίου\or ÎοεμβÏίου\or ΔεκεμβÏίου\fi} +\def\today{\number\day \space \gr@month\space \number\year} +\def\gr@c@month{% + \ifcase\month\or ἸανουαÏίου\or ΦεβÏουαÏίου\or ΜαÏτίου\or ἈπÏιλίου\or + ΜαÎου\or Ἰουνίου\or Ἰουλίου\or Αá½Î³Î¿Ïστου\or ΣεπτεμβÏίου\or + ὈκτωβÏίου\or ÎοεμβÏίου\or ΔεκεμβÏίου\fi} +\DeclareOption{monogreek}{% + \language\l@monogreek% +} +\DeclareOption{polygreek}{% + \language\l@polygreek% + \polytonicn@mes% + \let\gr@month\gr@c@month% +} +\DeclareOption{ancientgreek}{% + \language\l@ancientgreek% + \@ncientn@mes% + \let\gr@month\gr@c@month% +} +\ExecuteOptions{monogreek} +\ProcessOptions +\frenchspacing +\let\@afterindentfalse\@afterindenttrue +\@afterindenttrue +\def\anwtonos{\char"0374\relax} +\def\katwtonos{\char"0375\relax} +\def\koppa{\char"03DF\relax} +\def\stigma{\char"03DA\relax} +\def\sampi{\char"03E1\relax} +\def\Digamma{\char"03DC\relax} +\def\ddigamma{\char"03DD\relax} +\def\euro{\char"20AC\relax} +\def\permill{\char"2030\relax} +\def\gr@ill@value#1{% + \PackageWarning{xgreek}{Illegal value (#1) for greeknumeral}} +\DeclareRobustCommand\anw@false{% + \DeclareRobustCommand\anw@print{}} +\DeclareRobustCommand\anw@true{% + \DeclareRobustCommand\anw@print{\anwtonos}} +\anw@true +\def\greeknumeral#1{% + \ifnum#1<\@ne\space\gr@ill@value{#1}% + \else + \ifnum#1<10\expandafter\gr@num@i\number#1% + \else + \ifnum#1<100\expandafter\gr@num@ii\number#1% + \else + \ifnum#1<\@m\expandafter\gr@num@iii\number#1% + \else + \ifnum#1<\@M\expandafter\gr@num@iv\number#1% + \else + \ifnum#1<100000\expandafter\gr@num@v\number#1% + \else + \ifnum#1<1000000\expandafter\gr@num@vi\number#1% + \else + \space\gr@ill@value{#1}% + \fi + \fi + \fi + \fi + \fi + \fi + \fi +} +\def\Greeknumeral#1{% + \expandafter\MakeUppercase\expandafter{\greeknumeral{#1}}} +\newcount\@attic@num +\DeclareRobustCommand*{\@@atticnum}[1]{% + \@attic@num#1\relax + \ifnum\@attic@num<\@ne% + \space% + \PackageWarning{xgreek}{% + Illegal value (\the\@attic@num) for acrophonic Attic numeral}% + \else\ifnum\@attic@num>249999% + \space% + \PackageWarning{xgreek}{% + Illegal value (\the\@attic@num) for acrophonic Attic numeral}% + \else + \@whilenum\@attic@num>49999\do{% + ^^^^^10147\advance\@attic@num-50000}% + \@whilenum\@attic@num>9999\do{% + M\advance\@attic@num-\@M}% + \ifnum\@attic@num>4999% + ^^^^^10146\advance\@attic@num-5000% + \fi\relax + \@whilenum\@attic@num>999\do{% + Χ\advance\@attic@num-\@m}% + \ifnum\@attic@num>499% + ^^^^^10145\advance\@attic@num-500% + \fi\relax + \@whilenum\@attic@num>99\do{% + Η\advance\@attic@num-100}% + \ifnum\@attic@num>49% + ^^^^^10144\advance\@attic@num-50% + \fi\relax + \@whilenum\@attic@num>9\do{% + Δ\advance\@attic@num by-10}% + \@whilenum\@attic@num>4\do{% + Π\advance\@attic@num-5}% + \ifcase\@attic@num\or Ι\or ΙΙ\or ΙΙΙ\or ΙΙΙΙ\fi% + \fi\fi} +\def\@atticnum#1{% + \expandafter\@@atticnum\expandafter{\the#1}} +\def\atticnum#1{% + \@attic@num#1\relax + \@atticnum{\@attic@num}} +\let\latin@alph\@alph +\let\latin@Alph\@Alph +\def\greek@alph#1{\expandafter\greeknumeral\expandafter{\the#1}} +\def\greek@Alph#1{\expandafter\Greeknumeral\expandafter{\the#1}} + \let\@alph\greek@alph + \let\@Alph\greek@Alph +\def\nogreekalph{% + \let\@alph\latin@alph + \let\@Alph\latin@Alph} +\def\greekalph{% + \let\@alph\greek@alph + \let\@Alph\greek@Alph} +\def\gr@num@i#1{% + \ifcase#1\or α\or β\or γ\or δ\or ε\or \stigma\or ζ\or η\or θ\fi + \ifnum#1=\z@\else\anw@true\fi\anw@print} +\def\gr@num@ii#1{% + \ifcase#1\or ι\or κ\or λ\or μ\or ν\or ξ\or ο\or Ï€\or \koppa\fi + \ifnum#1=\z@\else\anw@true\fi\gr@num@i} +\def\gr@num@iii#1{% + \ifcase#1\or Ï\or σ\or Ï„\or Ï…\or φ\or χ\or ψ\or ω\or \sampi\fi + \ifnum#1=\z@\anw@false\else\anw@true\fi\gr@num@ii} +\def\gr@num@iv#1{% + \ifnum#1=\z@\else\katwtonos\fi + \ifcase#1\or α\or β\or γ\or δ\or ε\or \stigma\or ζ\or η\or θ\fi + \gr@num@iii} +\def\gr@num@v#1{% + \ifnum#1=\z@\else\katwtonos\fi + \ifcase#1\or ι\or κ\or λ\or μ\or ν\or ξ\or ο\or Ï€\or \koppa\fi + \gr@num@iv} +\def\gr@num@vi#1{% + \katwtonos + \ifcase#1\or Ï\or σ\or Ï„\or Ï…\or φ\or χ\or ψ\or ω\or \sampi\fi + \gr@num@v} +\def\setlanguage#1{% + \expandafter\ifx\csname l@#1\endcsname\relax% + \typeout{^^J Error: No hyphenation pattern for language #1 loaded,}% + \typeout{ default hyphenation patterns are used.^^J}% + \language=0% + \else\language=\csname l@#1\endcsname\fi} +\def\grtoday{% + \expandafter\greeknumeral\expandafter{\the\day}\space + \gr@c@month \space + \expandafter\greeknumeral\expandafter{\the\year}} +\def\Grtoday{% + \expandafter\Greeknumeral\expandafter{\the\day}\space + \gr@c@month \space + \expandafter\Greeknumeral\expandafter{\the\year}} +\endinput +%% +%% End of file `xgreek.sty'. diff -Nru texlive-lang-2007.dfsg.4/texmf-dist/tpm/aeguill.tpm texlive-lang-2009/texmf-dist/tpm/aeguill.tpm --- texlive-lang-2007.dfsg.4/texmf-dist/tpm/aeguill.tpm 2007-02-01 00:45:27.000000000 +0000 +++ texlive-lang-2009/texmf-dist/tpm/aeguill.tpm 1970-01-01 01:00:00.000000000 +0100 @@ -1,39 +0,0 @@ - - - - aeguill - Package - 2006/01/09 00:49:07 - - rahtz - -Add several kinds of guillemets to the ae fonts. - - -A package adding several kinds of guillemets (polish cmr, -cyrillic cmr, lasy and ec) to the ae -fonts. It is useful if you are using the ae fonts to produce -PDF files, since the additional guillemets exist in Type 1 -versions (and for free, except in ec's case). -[description copied from TeX Catalogue] - - Denis B. Roegel - 14738 - - - -texmf-dist/tex/latex/aeguill/aeguill.sty -texmf-dist/tpm/aeguill.tpm - - -texmf-dist/doc/latex/aeguill/README -texmf-dist/doc/latex/aeguill/guil-test1.dvi -texmf-dist/doc/latex/aeguill/guil-test1.tex -texmf-dist/doc/latex/aeguill/guil-test2.dvi -texmf-dist/doc/latex/aeguill/guil-test2.tex -texmf-dist/doc/latex/aeguill/license.txt - - Package/aeguill - - - diff -Nru texlive-lang-2007.dfsg.4/texmf-dist/tpm/antp.tpm texlive-lang-2009/texmf-dist/tpm/antp.tpm --- texlive-lang-2007.dfsg.4/texmf-dist/tpm/antp.tpm 2006-12-17 14:15:44.000000000 +0000 +++ texlive-lang-2009/texmf-dist/tpm/antp.tpm 1970-01-01 01:00:00.000000000 +0100 @@ -1,64 +0,0 @@ - - - - antp - Package - 2006/01/09 00:47:01 - 0.50 - rahtz - -Antykwa iego: a Type 1 family of Polish traditional type. - - -A replica of Antykwa font in PostScript Type 1 -format &mdash; preliminary version. This font was designed in the -'twenties and the 'thirties of XX century by a Polish graphic -artist and a typographer Adam. It was widely used -by Polish printing houses as long as metal types were in use -(until ca. the 'sixties). Perhaps the first complete font family -programmed and parametrized in MetaPost. -[description copied from TeX Catalogue] - - Janusz M. Nowacki - 331855 - - - -texmf-dist/dvips/antp/antp.cfg -texmf-dist/dvips/antp/config.antp -texmf-dist/fonts/afm/public/antp/antpb.afm -texmf-dist/fonts/afm/public/antp/antpbi.afm -texmf-dist/fonts/afm/public/antp/antpr.afm -texmf-dist/fonts/afm/public/antp/antpri.afm -texmf-dist/fonts/enc/dvips/antp/antp.enc -texmf-dist/fonts/map/dvips/antp/antp.map -texmf-dist/fonts/tfm/public/antp/antpb.tfm -texmf-dist/fonts/tfm/public/antp/antpbi.tfm -texmf-dist/fonts/tfm/public/antp/antpr.tfm -texmf-dist/fonts/tfm/public/antp/antpri.tfm -texmf-dist/fonts/type1/public/antp/antpb.pfb -texmf-dist/fonts/type1/public/antp/antpb.pfm -texmf-dist/fonts/type1/public/antp/antpbi.pfb -texmf-dist/fonts/type1/public/antp/antpbi.pfm -texmf-dist/fonts/type1/public/antp/antpr.pfb -texmf-dist/fonts/type1/public/antp/antpr.pfm -texmf-dist/fonts/type1/public/antp/antpri.pfb -texmf-dist/fonts/type1/public/antp/antpri.pfm -texmf-dist/tex/latex/antp/antpolt.sty -texmf-dist/tex/latex/antp/ot4antp.fd -texmf-dist/tex/latex/antp/qxantp.fd -texmf-dist/tpm/antp.tpm - - -texmf-dist/doc/fonts/antp/README.ENG -texmf-dist/doc/fonts/antp/README.POL -texmf-dist/doc/fonts/antp/testot4.tex -texmf-dist/doc/fonts/antp/testqx.tex - - - - - Package/antp - - - diff -Nru texlive-lang-2007.dfsg.4/texmf-dist/tpm/arabi.tpm texlive-lang-2009/texmf-dist/tpm/arabi.tpm --- texlive-lang-2007.dfsg.4/texmf-dist/tpm/arabi.tpm 2007-01-25 21:41:19.000000000 +0000 +++ texlive-lang-2009/texmf-dist/tpm/arabi.tpm 1970-01-01 01:00:00.000000000 +0100 @@ -1,233 +0,0 @@ - - - - arabi - Package - 2007/01/12 14:34:18 - - karl - The arabi package. - - - 7809746 - - - -texmf-dist/fonts/afm/arabi/arabeyes/ae_almohanad_boldItalitalic.afm -texmf-dist/fonts/afm/arabi/arabeyes/ae_almohanad_thin.afm -texmf-dist/fonts/afm/arabi/arabeyes/ae_almohanad_xxbold.afm -texmf-dist/fonts/enc/dvips/arabi/ararabeyes.enc -texmf-dist/fonts/enc/dvips/arabi/ardtpnaskh.enc -texmf-dist/fonts/enc/dvips/arabi/ardtpthuluth.enc -texmf-dist/fonts/enc/dvips/arabi/armonotype.enc -texmf-dist/fonts/enc/dvips/arabi/aromega.enc -texmf-dist/fonts/enc/dvips/arabi/arsimplified.enc -texmf-dist/fonts/enc/dvips/arabi/arunicode.enc -texmf-dist/fonts/enc/dvips/arabi/farsitex.enc -texmf-dist/fonts/enc/dvips/arabi/farsiwebencoding.enc -texmf-dist/fonts/enc/dvips/arabi/frmonotype.enc -texmf-dist/fonts/enc/dvips/arabi/frsimple.enc -texmf-dist/fonts/enc/dvips/arabi/frsimplified.enc -texmf-dist/fonts/enc/dvips/arabi/frunicode.enc -texmf-dist/fonts/map/dvips/arabi/arabi.map -texmf-dist/fonts/tfm/arabi/arabeyes/ae_almohanad_xxbold.tfm -texmf-dist/fonts/tfm/arabi/arabeyes/ae_alyermook.tfm -texmf-dist/fonts/tfm/arabi/arabeyes/ae_arab.tfm -texmf-dist/fonts/tfm/arabi/arabeyes/ae_tholoth.tfm -texmf-dist/fonts/tfm/arabi/arabeyes/aealbattar.tfm -texmf-dist/fonts/tfm/arabi/arabeyes/aealmateen.tfm -texmf-dist/fonts/tfm/arabi/arabeyes/aealmohanadb.tfm -texmf-dist/fonts/tfm/arabi/arabeyes/aealmohanadbolditalic.tfm -texmf-dist/fonts/tfm/arabi/arabeyes/aealmothnna.tfm -texmf-dist/fonts/tfm/arabi/arabeyes/aealyermook.tfm -texmf-dist/fonts/tfm/arabi/arabeyes/aearab.tfm -texmf-dist/fonts/tfm/arabi/arabeyes/aecortoba.tfm -texmf-dist/fonts/tfm/arabi/arabeyes/aedimnah.tfm -texmf-dist/fonts/tfm/arabi/arabeyes/aefurat.tfm -texmf-dist/fonts/tfm/arabi/arabeyes/aegranada.tfm -texmf-dist/fonts/tfm/arabi/arabeyes/aegraph.tfm -texmf-dist/fonts/tfm/arabi/arabeyes/aehani.tfm -texmf-dist/fonts/tfm/arabi/arabeyes/aehor.tfm -texmf-dist/fonts/tfm/arabi/arabeyes/aekayrawan.tfm -texmf-dist/fonts/tfm/arabi/arabeyes/aekhalid.tfm -texmf-dist/fonts/tfm/arabi/arabeyes/aemashq.tfm -texmf-dist/fonts/tfm/arabi/arabeyes/aemetal.tfm -texmf-dist/fonts/tfm/arabi/arabeyes/aenada.tfm -texmf-dist/fonts/tfm/arabi/arabeyes/aenagham.tfm -texmf-dist/fonts/tfm/arabi/arabeyes/aenice.tfm -texmf-dist/fonts/tfm/arabi/arabeyes/aeostorah.tfm -texmf-dist/fonts/tfm/arabi/arabeyes/aeouhod.tfm -texmf-dist/fonts/tfm/arabi/arabeyes/aepetra.tfm -texmf-dist/fonts/tfm/arabi/arabeyes/aerehan.tfm -texmf-dist/fonts/tfm/arabi/arabeyes/aesalem.tfm -texmf-dist/fonts/tfm/arabi/arabeyes/aeshado.tfm -texmf-dist/fonts/tfm/arabi/arabeyes/aesharjah.tfm -texmf-dist/fonts/tfm/arabi/arabeyes/aesindibad.tfm -texmf-dist/fonts/tfm/arabi/arabeyes/aetarablus.tfm -texmf-dist/fonts/tfm/arabi/arabeyes/aetholoth.tfm -texmf-dist/fonts/tfm/arabi/farsiweb/homa.tfm -texmf-dist/fonts/tfm/arabi/farsiweb/nazli.tfm -texmf-dist/fonts/tfm/arabi/farsiweb/nazlib.tfm -texmf-dist/fonts/tfm/arabi/farsiweb/nazlibout.tfm -texmf-dist/fonts/tfm/arabi/farsiweb/nazliout.tfm -texmf-dist/fonts/tfm/arabi/farsiweb/titr.tfm -texmf-dist/fonts/tfm/arabi/farsiweb/titrout.tfm -texmf-dist/fonts/type1/arabi/arabeyes/ae_albattar.pfb -texmf-dist/fonts/type1/arabi/arabeyes/ae_almateen.pfb -texmf-dist/fonts/type1/arabi/arabeyes/ae_almohanad_bold.pfb -texmf-dist/fonts/type1/arabi/arabeyes/ae_almohanad_boldItalitalic.pfb -texmf-dist/fonts/type1/arabi/arabeyes/ae_almohanad_thin.pfb -texmf-dist/fonts/type1/arabi/arabeyes/ae_almohanad_xxbold.pfb -texmf-dist/fonts/type1/arabi/arabeyes/ae_almothnna.pfb -texmf-dist/fonts/type1/arabi/arabeyes/ae_alyermook.pfb -texmf-dist/fonts/type1/arabi/arabeyes/ae_arab.pfb -texmf-dist/fonts/type1/arabi/arabeyes/ae_cortoba.pfb -texmf-dist/fonts/type1/arabi/arabeyes/ae_dimnah.pfb -texmf-dist/fonts/type1/arabi/arabeyes/ae_furat.pfb -texmf-dist/fonts/type1/arabi/arabeyes/ae_granada.pfb -texmf-dist/fonts/type1/arabi/arabeyes/ae_graph.pfb -texmf-dist/fonts/type1/arabi/arabeyes/ae_hani.pfb -texmf-dist/fonts/type1/arabi/arabeyes/ae_hor.pfb -texmf-dist/fonts/type1/arabi/arabeyes/ae_kayrawan.pfb -texmf-dist/fonts/type1/arabi/arabeyes/ae_khalid.pfb -texmf-dist/fonts/type1/arabi/arabeyes/ae_mashq.pfb -texmf-dist/fonts/type1/arabi/arabeyes/ae_metal.pfb -texmf-dist/fonts/type1/arabi/arabeyes/ae_nada.pfb -texmf-dist/fonts/type1/arabi/arabeyes/ae_nagham.pfb -texmf-dist/fonts/type1/arabi/arabeyes/ae_nice.pfb -texmf-dist/fonts/type1/arabi/arabeyes/ae_ostorah.pfb -texmf-dist/fonts/type1/arabi/arabeyes/ae_ouhod.pfb -texmf-dist/fonts/type1/arabi/arabeyes/ae_petra.pfb -texmf-dist/fonts/type1/arabi/arabeyes/ae_rehan.pfb -texmf-dist/fonts/type1/arabi/arabeyes/ae_salem.pfb -texmf-dist/fonts/type1/arabi/arabeyes/ae_shado.pfb -texmf-dist/fonts/type1/arabi/arabeyes/ae_sharjah.pfb -texmf-dist/fonts/type1/arabi/arabeyes/ae_sindibad.pfb -texmf-dist/fonts/type1/arabi/arabeyes/ae_tarablus.pfb -texmf-dist/fonts/type1/arabi/arabeyes/ae_tholoth.pfb -texmf-dist/fonts/type1/arabi/farsiweb/homa.pfb -texmf-dist/fonts/type1/arabi/farsiweb/nazli.pfb -texmf-dist/fonts/type1/arabi/farsiweb/nazlib.pfb -texmf-dist/fonts/type1/arabi/farsiweb/titr.pfb -texmf-dist/tex/latex/arabi/8859-6.def -texmf-dist/tex/latex/arabi/PPRarabic.sty -texmf-dist/tex/latex/arabi/arabi4ht.cfg -texmf-dist/tex/latex/arabi/arabic.cfg -texmf-dist/tex/latex/arabi/arabic.ldf -texmf-dist/tex/latex/arabi/arabicfnt.sty -texmf-dist/tex/latex/arabi/arabicore.sty -texmf-dist/tex/latex/arabi/arabiftoday.sty -texmf-dist/tex/latex/arabi/arabnovowel.sty -texmf-dist/tex/latex/arabi/arfonts.sty -texmf-dist/tex/latex/arabi/calendrierfpar.sty -texmf-dist/tex/latex/arabi/calendrierfpmodified.sty -texmf-dist/tex/latex/arabi/cp1256.def -texmf-dist/tex/latex/arabi/farsi.ldf -texmf-dist/tex/latex/arabi/farsifnt.sty -texmf-dist/tex/latex/arabi/fmultico.sty -texmf-dist/tex/latex/arabi/fnum.sty -texmf-dist/tex/latex/arabi/frfonts.sty -texmf-dist/tex/latex/arabi/haparabica.sty -texmf-dist/tex/latex/arabi/laeaealbattar.fd -texmf-dist/tex/latex/arabi/laeaealmateen.fd -texmf-dist/tex/latex/arabi/laeaealmohanadb.fd -texmf-dist/tex/latex/arabi/laeaealmothnna.fd -texmf-dist/tex/latex/arabi/laeaealyermook.fd -texmf-dist/tex/latex/arabi/laeaearab.fd -texmf-dist/tex/latex/arabi/laeaecortoba.fd -texmf-dist/tex/latex/arabi/laeaedimnah.fd -texmf-dist/tex/latex/arabi/laeaefurat.fd -texmf-dist/tex/latex/arabi/laeaegranada.fd -texmf-dist/tex/latex/arabi/laeaegraph.fd -texmf-dist/tex/latex/arabi/laeaehani.fd -texmf-dist/tex/latex/arabi/laeaehor.fd -texmf-dist/tex/latex/arabi/laeaekayrawan.fd -texmf-dist/tex/latex/arabi/laeaekhalid.fd -texmf-dist/tex/latex/arabi/laeaemashq.fd -texmf-dist/tex/latex/arabi/laeaemetal.fd -texmf-dist/tex/latex/arabi/laeaenada.fd -texmf-dist/tex/latex/arabi/laeaenagham.fd -texmf-dist/tex/latex/arabi/laeaenice.fd -texmf-dist/tex/latex/arabi/laeaeostorah.fd -texmf-dist/tex/latex/arabi/laeaeouhod.fd -texmf-dist/tex/latex/arabi/laeaepetra.fd -texmf-dist/tex/latex/arabi/laeaerehan.fd -texmf-dist/tex/latex/arabi/laeaesalem.fd -texmf-dist/tex/latex/arabi/laeaeshado.fd -texmf-dist/tex/latex/arabi/laeaesharjah.fd -texmf-dist/tex/latex/arabi/laeaesindibad.fd -texmf-dist/tex/latex/arabi/laeaetarablus.fd -texmf-dist/tex/latex/arabi/laeaetholoth.fd -texmf-dist/tex/latex/arabi/laeandlso.fd -texmf-dist/tex/latex/arabi/laeararial.fd -texmf-dist/tex/latex/arabi/laearcour.fd -texmf-dist/tex/latex/arabi/laearomega.fd -texmf-dist/tex/latex/arabi/laearsimpo.fd -texmf-dist/tex/latex/arabi/laeartimes.fd -texmf-dist/tex/latex/arabi/laeasv.fd -texmf-dist/tex/latex/arabi/laecmr.fd -texmf-dist/tex/latex/arabi/laecmss.fd -texmf-dist/tex/latex/arabi/laecmtt.fd -texmf-dist/tex/latex/arabi/laedthuluth.fd -texmf-dist/tex/latex/arabi/laedtpn.fd -texmf-dist/tex/latex/arabi/laedtpnsp.fd -texmf-dist/tex/latex/arabi/laeenc.def -texmf-dist/tex/latex/arabi/laeenc.dfu -texmf-dist/tex/latex/arabi/laekacstbook.fd -texmf-dist/tex/latex/arabi/laemaghribi.fd -texmf-dist/tex/latex/arabi/laenaskhi.fd -texmf-dist/tex/latex/arabi/laereqaa.fd -texmf-dist/tex/latex/arabi/laetraditionalarabic.fd -texmf-dist/tex/latex/arabi/lagally.sty -texmf-dist/tex/latex/arabi/lfecmr.fd -texmf-dist/tex/latex/arabi/lfecmss.fd -texmf-dist/tex/latex/arabi/lfecmtt.fd -texmf-dist/tex/latex/arabi/lfeelham.fd -texmf-dist/tex/latex/arabi/lfeenc.def -texmf-dist/tex/latex/arabi/lfefandlso.fd -texmf-dist/tex/latex/arabi/lfefarsismpl.fd -texmf-dist/tex/latex/arabi/lfefrarial.fd -texmf-dist/tex/latex/arabi/lfefrtimes.fd -texmf-dist/tex/latex/arabi/lfeftraditionalarabic.fd -texmf-dist/tex/latex/arabi/lfehoma.fd -texmf-dist/tex/latex/arabi/lfekoodak.fd -texmf-dist/tex/latex/arabi/lfenazli.fd -texmf-dist/tex/latex/arabi/lfenazliout.fd -texmf-dist/tex/latex/arabi/lferoya.fd -texmf-dist/tex/latex/arabi/lfesmplarabic.fd -texmf-dist/tex/latex/arabi/lfeterafik.fd -texmf-dist/tex/latex/arabi/lfetitr.fd -texmf-dist/tex/latex/arabi/lfetitrout.fd -texmf-dist/tex/latex/arabi/mosq.def -texmf-dist/tex/latex/arabi/poetry.sty -texmf-dist/tex/latex/arabi/puenc-ar.def -texmf-dist/tex/latex/arabi/transcmr.fd -texmf-dist/tex/latex/arabi/translit.sty -texmf-dist/tpm/arabi.tpm - - -texmf-dist/doc/latex/arabi/README -texmf-dist/doc/latex/arabi/bblopts.cfg -texmf-dist/doc/latex/arabi/big2.pdf -texmf-dist/doc/latex/arabi/big2.tex -texmf-dist/doc/latex/arabi/fontchart_arabic.pdf -texmf-dist/doc/latex/arabi/fontchart_farsi.pdf -texmf-dist/doc/latex/arabi/lion.pdf -texmf-dist/doc/latex/arabi/lppl.tex -texmf-dist/doc/latex/arabi/samplebook.css -texmf-dist/doc/latex/arabi/samplebook.html -texmf-dist/doc/latex/arabi/samplebook.pdf -texmf-dist/doc/latex/arabi/samplebook.tex -texmf-dist/doc/latex/arabi/test_beamer.pdf -texmf-dist/doc/latex/arabi/testplaintex.pdf -texmf-dist/doc/latex/arabi/testplaintex.tex -texmf-dist/doc/latex/arabi/user_guide.pdf -texmf-dist/doc/latex/arabi/user_guide_src.zip - - - - - Package/arabi - - - diff -Nru texlive-lang-2007.dfsg.4/texmf-dist/tpm/arabtex.tpm texlive-lang-2009/texmf-dist/tpm/arabtex.tpm --- texlive-lang-2007.dfsg.4/texmf-dist/tpm/arabtex.tpm 2006-12-17 14:15:44.000000000 +0000 +++ texlive-lang-2009/texmf-dist/tpm/arabtex.tpm 1970-01-01 01:00:00.000000000 +0100 @@ -1,195 +0,0 @@ - - - - arabtex - Package - 2006/07/09 22:04:04 - 1.0 - rahtz - Macros and fonts for typesetting Arabic. - -ArabTeX is a package extending the capabilities of TeX/LaTeX to -generate Arabic and Hebrew text. Input may be in ASCII -transliteration or other encodings (including UTF-8); output may -be Arabic, Hebrew, or any of several languages that use the Arabic -script. -ArabTeX consists of a TeX macro package and Arabic and Hebrew fonts -(provided both in Metafont format and Adobe Type 1). The Arabic -font is presently only available in the Naskhi style. ArabTeX will -run with Plain TeX and also with LaTeX. -[description copied from TeX Catalogue] - - Klaus Lagally - 1408321 - - - -texmf-dist/fonts/map/dvips/arabtex/arabtex.map -texmf-dist/fonts/source/public/arabtex/arabsymb.mf -texmf-dist/fonts/source/public/arabtex/hcaption.mf -texmf-dist/fonts/source/public/arabtex/hcbase.mf -texmf-dist/fonts/source/public/arabtex/hclassic.mf -texmf-dist/fonts/source/public/arabtex/nash.mf -texmf-dist/fonts/source/public/arabtex/nash14.mf -texmf-dist/fonts/source/public/arabtex/nash14bf.mf -texmf-dist/fonts/source/public/arabtex/nashbase.mf -texmf-dist/fonts/source/public/arabtex/nashchar.mf -texmf-dist/fonts/source/public/arabtex/nashdia.mf -texmf-dist/fonts/source/public/arabtex/nashdig.mf -texmf-dist/fonts/source/public/arabtex/nashlig.mf -texmf-dist/fonts/source/public/arabtex/nashspec.mf -texmf-dist/fonts/source/public/arabtex/xarbsymb.mf -texmf-dist/fonts/source/public/arabtex/xnsh.mf -texmf-dist/fonts/source/public/arabtex/xnsh14.mf -texmf-dist/fonts/source/public/arabtex/xnsh14bf.mf -texmf-dist/fonts/source/public/arabtex/xnshbase.mf -texmf-dist/fonts/source/public/arabtex/xnshchar.mf -texmf-dist/fonts/source/public/arabtex/xnshdia.mf -texmf-dist/fonts/source/public/arabtex/xnshdig.mf -texmf-dist/fonts/source/public/arabtex/xnshlig.mf -texmf-dist/fonts/source/public/arabtex/xnshspec.mf -texmf-dist/fonts/tfm/public/arabtex/hcaption.tfm -texmf-dist/fonts/tfm/public/arabtex/hclassic.tfm -texmf-dist/fonts/tfm/public/arabtex/nash14.tfm -texmf-dist/fonts/tfm/public/arabtex/nash14bf.tfm -texmf-dist/fonts/tfm/public/arabtex/xnsh14.tfm -texmf-dist/fonts/tfm/public/arabtex/xnsh14bf.tfm -texmf-dist/fonts/tfm/public/arabtex/yarborn.tfm -texmf-dist/fonts/type1/public/arabtex/hcaption-4.pfb -texmf-dist/fonts/type1/public/arabtex/hclassic-4.pfb -texmf-dist/fonts/type1/public/arabtex/xnsh14.pfb -texmf-dist/fonts/type1/public/arabtex/xnsh14bf.pfb -texmf-dist/tex/latex/arabtex/Uxnsh.fd -texmf-dist/tex/latex/arabtex/abidir.sty -texmf-dist/tex/latex/arabtex/abjad.sty -texmf-dist/tex/latex/arabtex/aboxes.sty -texmf-dist/tex/latex/arabtex/acjk.sty -texmf-dist/tex/latex/arabtex/acmd.sty -texmf-dist/tex/latex/arabtex/aconfig.sty -texmf-dist/tex/latex/arabtex/aedpatch.sty -texmf-dist/tex/latex/arabtex/afonts.sty -texmf-dist/tex/latex/arabtex/afonts0.sty -texmf-dist/tex/latex/arabtex/afonts1.sty -texmf-dist/tex/latex/arabtex/afonts2.sty -texmf-dist/tex/latex/arabtex/afoot.sty -texmf-dist/tex/latex/arabtex/alatex.sty -texmf-dist/tex/latex/arabtex/aligs.sty -texmf-dist/tex/latex/arabtex/alists.sty -texmf-dist/tex/latex/arabtex/alocal.sty -texmf-dist/tex/latex/arabtex/altxext.sty -texmf-dist/tex/latex/arabtex/amac.sty -texmf-dist/tex/latex/arabtex/aoutput.sty -texmf-dist/tex/latex/arabtex/aparse.sty -texmf-dist/tex/latex/arabtex/apatch.sty -texmf-dist/tex/latex/arabtex/arababel.sty -texmf-dist/tex/latex/arabtex/arabart.cls -texmf-dist/tex/latex/arabtex/arabaux.sty -texmf-dist/tex/latex/arabtex/arabbook.cls -texmf-dist/tex/latex/arabtex/arabchrs.sty -texmf-dist/tex/latex/arabtex/arabext.sty -texmf-dist/tex/latex/arabtex/arabrep.cls -texmf-dist/tex/latex/arabtex/arabrep1.cls -texmf-dist/tex/latex/arabtex/arabskel.sty -texmf-dist/tex/latex/arabtex/arabsymb.sty -texmf-dist/tex/latex/arabtex/arabtex.sty -texmf-dist/tex/latex/arabtex/arabtex.tex -texmf-dist/tex/latex/arabtex/arabtoks.sty -texmf-dist/tex/latex/arabtex/arwindoc.tex -texmf-dist/tex/latex/arabtex/ascan.sty -texmf-dist/tex/latex/arabtex/asect.sty -texmf-dist/tex/latex/arabtex/asize10.clo -texmf-dist/tex/latex/arabtex/asize11.clo -texmf-dist/tex/latex/arabtex/asize12.clo -texmf-dist/tex/latex/arabtex/asmo449.sty -texmf-dist/tex/latex/arabtex/asmo449a.sty -texmf-dist/tex/latex/arabtex/atabg.sty -texmf-dist/tex/latex/arabtex/atrans.sty -texmf-dist/tex/latex/arabtex/awrite.sty -texmf-dist/tex/latex/arabtex/bhs.sty -texmf-dist/tex/latex/arabtex/bhslabel.sty -texmf-dist/tex/latex/arabtex/buck.sty -texmf-dist/tex/latex/arabtex/captions.def -texmf-dist/tex/latex/arabtex/cp1256.sty -texmf-dist/tex/latex/arabtex/etrans.sty -texmf-dist/tex/latex/arabtex/gedalin.sty -texmf-dist/tex/latex/arabtex/guha.tex -texmf-dist/tex/latex/arabtex/hebchrs.sty -texmf-dist/tex/latex/arabtex/hebsymb.sty -texmf-dist/tex/latex/arabtex/hebtex.sty -texmf-dist/tex/latex/arabtex/hebtex.tex -texmf-dist/tex/latex/arabtex/hecmd.sty -texmf-dist/tex/latex/arabtex/hefonts.sty -texmf-dist/tex/latex/arabtex/hefonts0.sty -texmf-dist/tex/latex/arabtex/hefonts1.sty -texmf-dist/tex/latex/arabtex/hefonts2.sty -texmf-dist/tex/latex/arabtex/heparse.sty -texmf-dist/tex/latex/arabtex/hepatch.sty -texmf-dist/tex/latex/arabtex/hescan.sty -texmf-dist/tex/latex/arabtex/hetrans.sty -texmf-dist/tex/latex/arabtex/hewrite.sty -texmf-dist/tex/latex/arabtex/hmac.sty -texmf-dist/tex/latex/arabtex/isiri.sty -texmf-dist/tex/latex/arabtex/iso88596.sty -texmf-dist/tex/latex/arabtex/kashmiri.tex -texmf-dist/tex/latex/arabtex/ligtable.tex -texmf-dist/tex/latex/arabtex/malay.tex -texmf-dist/tex/latex/arabtex/nashbf.sty -texmf-dist/tex/latex/arabtex/omar.tex -texmf-dist/tex/latex/arabtex/raw.sty -texmf-dist/tex/latex/arabtex/saw.sty -texmf-dist/tex/latex/arabtex/sindhi.tex -texmf-dist/tex/latex/arabtex/sotoku.sty -texmf-dist/tex/latex/arabtex/twoblks.sty -texmf-dist/tex/latex/arabtex/uheb.fd -texmf-dist/tex/latex/arabtex/uighur.tex -texmf-dist/tex/latex/arabtex/unash.fd -texmf-dist/tex/latex/arabtex/utf8.sty -texmf-dist/tex/latex/arabtex/utfcode.sty -texmf-dist/tex/latex/arabtex/verses.sty -texmf-dist/tex/latex/arabtex/witbhs.sty -texmf-dist/tex/latex/arabtex/xarbskel.sty -texmf-dist/tex/latex/arabtex/xarbsymb.sty -texmf-dist/tex/latex/arabtex/yiddish.sty -texmf-dist/tpm/arabtex.tpm - - -texmf-dist/doc/latex/arabtex/announce.txt -texmf-dist/doc/latex/arabtex/arabtex.doc -texmf-dist/doc/latex/arabtex/arabtex.faq -texmf-dist/doc/latex/arabtex/arabtex.gif -texmf-dist/doc/latex/arabtex/arabtex.htm -texmf-dist/doc/latex/arabtex/arabtex1.htm -texmf-dist/doc/latex/arabtex/arabtex2.htm -texmf-dist/doc/latex/arabtex/changes.htm -texmf-dist/doc/latex/arabtex/changes.txt -texmf-dist/doc/latex/arabtex/changes2.txt -texmf-dist/doc/latex/arabtex/chg311.htm -texmf-dist/doc/latex/arabtex/chg311a.htm -texmf-dist/doc/latex/arabtex/chg311b.htm -texmf-dist/doc/latex/arabtex/chg311c.htm -texmf-dist/doc/latex/arabtex/chg311d.htm -texmf-dist/doc/latex/arabtex/guha.ps -texmf-dist/doc/latex/arabtex/hebrew.305 -texmf-dist/doc/latex/arabtex/install.txt -texmf-dist/doc/latex/arabtex/lppl.txt -texmf-dist/doc/latex/arabtex/malay.ps -texmf-dist/doc/latex/arabtex/manifest.txt -texmf-dist/doc/latex/arabtex/miktex.htm -texmf-dist/doc/latex/arabtex/miktex.mai -texmf-dist/doc/latex/arabtex/new1.gif -texmf-dist/doc/latex/arabtex/new2.gif -texmf-dist/doc/latex/arabtex/readme.305 -texmf-dist/doc/latex/arabtex/readme.txt -texmf-dist/doc/latex/arabtex/refer.htm -texmf-dist/doc/latex/arabtex/sindhi.ps -texmf-dist/doc/latex/arabtex/tetex.txt -texmf-dist/doc/latex/arabtex/uighur.ps -texmf-dist/doc/latex/arabtex/xarbsymb.dat - - - - - Package/arabtex - - - diff -Nru texlive-lang-2007.dfsg.4/texmf-dist/tpm/armenian.tpm texlive-lang-2009/texmf-dist/tpm/armenian.tpm --- texlive-lang-2007.dfsg.4/texmf-dist/tpm/armenian.tpm 2006-12-17 14:15:44.000000000 +0000 +++ texlive-lang-2009/texmf-dist/tpm/armenian.tpm 1970-01-01 01:00:00.000000000 +0100 @@ -1,66 +0,0 @@ - - - - armenian - Package - 2006/01/09 00:43:17 - 1.0 - rahtz - -A package which lets one to write in Armenian with TeX. - - -It can be used with a standard Latin keyboard without any -special encoding and/or support for Armenian letters. It can -also be used with any keyboard which uses encodings having -Armenian letters in the second half (characters 128--255) -of the extended ASCII table. -[description copied from TeX Catalogue] - - Serguei Dachian and V. Hakobian - 1479706 - - - -texmf-dist/fonts/source/public/armenian/arssb10.mf -texmf-dist/fonts/source/public/armenian/arssbs10.mf -texmf-dist/fonts/source/public/armenian/arssr10.mf -texmf-dist/fonts/source/public/armenian/arsssl10.mf -texmf-dist/fonts/source/public/armenian/artmb10.mf -texmf-dist/fonts/source/public/armenian/artmbi10.mf -texmf-dist/fonts/source/public/armenian/artmbs10.mf -texmf-dist/fonts/source/public/armenian/artmi10.mf -texmf-dist/fonts/source/public/armenian/artmr10.mf -texmf-dist/fonts/source/public/armenian/artmsl10.mf -texmf-dist/fonts/source/public/armenian/ps2mfbas.mf -texmf-dist/fonts/tfm/public/armenian/arssb10.tfm -texmf-dist/fonts/tfm/public/armenian/arssbs10.tfm -texmf-dist/fonts/tfm/public/armenian/arssr10.tfm -texmf-dist/fonts/tfm/public/armenian/arsssl10.tfm -texmf-dist/fonts/tfm/public/armenian/artmb10.tfm -texmf-dist/fonts/tfm/public/armenian/artmbi10.tfm -texmf-dist/fonts/tfm/public/armenian/artmbs10.tfm -texmf-dist/fonts/tfm/public/armenian/artmi10.tfm -texmf-dist/fonts/tfm/public/armenian/artmr10.tfm -texmf-dist/fonts/tfm/public/armenian/artmsl10.tfm -texmf-dist/tex/latex/armenian/armscii8.def -texmf-dist/tex/latex/armenian/armtex.sty -texmf-dist/tex/latex/armenian/ot6cmr.fd -texmf-dist/tex/latex/armenian/ot6cmss.fd -texmf-dist/tex/latex/armenian/ot6enc.def -texmf-dist/tex/plain/armenian/arm.tex -texmf-dist/tex/plain/armenian/kbdencod.tex -texmf-dist/tpm/armenian.tpm - - -texmf-dist/doc/fonts/armenian/examples/latex/manual.tex -texmf-dist/doc/fonts/armenian/examples/latex/raffi.tex -texmf-dist/doc/fonts/armenian/examples/plain/first.tex -texmf-dist/doc/fonts/armenian/examples/plain/table.tex -texmf-dist/doc/fonts/armenian/manual.ps.gz -texmf-dist/doc/fonts/armenian/readme.txt - - Package/armenian - - - diff -Nru texlive-lang-2007.dfsg.4/texmf-dist/tpm/betababel.tpm texlive-lang-2009/texmf-dist/tpm/betababel.tpm --- texlive-lang-2007.dfsg.4/texmf-dist/tpm/betababel.tpm 2006-12-17 14:15:44.000000000 +0000 +++ texlive-lang-2009/texmf-dist/tpm/betababel.tpm 1970-01-01 01:00:00.000000000 +0100 @@ -1,36 +0,0 @@ - - - - betababel - Package - 2006/01/09 00:49:07 - - rahtz - Insert ancient greek text coded in Beta Code. - -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 -&mdash; as they can be found at the Perseus project, for -example &mdash; without modification. -[description copied from TeX Catalogue] - - Felix Berkemeier - 205820 - - - -texmf-dist/tex/latex/betababel/betababel.sty -texmf-dist/tpm/betababel.tpm - - -texmf-dist/doc/latex/betababel/betatest.pdf -texmf-dist/doc/latex/betababel/betatest.tex - - Package/betababel - - - diff -Nru texlive-lang-2007.dfsg.4/texmf-dist/tpm/bghyphen.tpm texlive-lang-2009/texmf-dist/tpm/bghyphen.tpm --- texlive-lang-2007.dfsg.4/texmf-dist/tpm/bghyphen.tpm 2006-12-17 14:15:44.000000000 +0000 +++ texlive-lang-2009/texmf-dist/tpm/bghyphen.tpm 1970-01-01 01:00:00.000000000 +0100 @@ -1,29 +0,0 @@ - - - - bghyphen - Package - 2006/05/30 23:52:31 - - karl - The bghyphen package. - - - 179817 - - - -texmf-dist/tex/generic/bghyphen/bghyphen.tex -texmf-dist/tex/generic/bghyphen/bghyphsi.tex -texmf-dist/tex/generic/bghyphen/catmik.tex -texmf-dist/tex/generic/bghyphen/mik2t2.tex -texmf-dist/tpm/bghyphen.tpm - - -texmf-dist/doc/generic/bghyphen/README -texmf-dist/doc/generic/bghyphen/azbukaExtended.pdf - - Package/bghyphen - - - diff -Nru texlive-lang-2007.dfsg.4/texmf-dist/tpm/cb.tpm texlive-lang-2009/texmf-dist/tpm/cb.tpm --- texlive-lang-2007.dfsg.4/texmf-dist/tpm/cb.tpm 2006-12-17 14:15:44.000000000 +0000 +++ texlive-lang-2009/texmf-dist/tpm/cb.tpm 1970-01-01 01:00:00.000000000 +0100 @@ -1,319 +0,0 @@ - - - - cb - Package - 2006/01/09 00:43:17 - 1.0 - staw - CB Greek fonts by Claudio Beccari. - -Metafont source files and Type 1 outlines for a complete set of Greek fonts. - - - 6325478 - - - -texmf-dist/fonts/enc/dvips/cb/CB.enc -texmf-dist/fonts/enc/dvips/cb/gmtr.enc -texmf-dist/fonts/map/dvips/cb/cbgreek.map -texmf-dist/fonts/source/public/cb/cbaccent.mf -texmf-dist/fonts/source/public/cb/cbbase.mf -texmf-dist/fonts/source/public/cb/cbdigits.mf -texmf-dist/fonts/source/public/cb/cbgreek.mf -texmf-dist/fonts/source/public/cb/cbgrk.mf -texmf-dist/fonts/source/public/cb/cblig.mf -texmf-dist/fonts/source/public/cb/cbligit.mf -texmf-dist/fonts/source/public/cb/cbligrm.mf -texmf-dist/fonts/source/public/cb/cbligsc.mf -texmf-dist/fonts/source/public/cb/cbligtt.mf -texmf-dist/fonts/source/public/cb/cblower.mf -texmf-dist/fonts/source/public/cb/cbmetre.mf -texmf-dist/fonts/source/public/cb/cbpunct.mf -texmf-dist/fonts/source/public/cb/cbspline.mf -texmf-dist/fonts/source/public/cb/cbupper.mf -texmf-dist/fonts/source/public/cb/glic.mf -texmf-dist/fonts/source/public/cb/glic1000.mf -texmf-dist/fonts/source/public/cb/glii.mf -texmf-dist/fonts/source/public/cb/glii1000.mf -texmf-dist/fonts/source/public/cb/glin.mf -texmf-dist/fonts/source/public/cb/glin1000.mf -texmf-dist/fonts/source/public/cb/glio.mf -texmf-dist/fonts/source/public/cb/glio1000.mf -texmf-dist/fonts/source/public/cb/gliu.mf -texmf-dist/fonts/source/public/cb/gliu1000.mf -texmf-dist/fonts/source/public/cb/gljc.mf -texmf-dist/fonts/source/public/cb/gljc1000.mf -texmf-dist/fonts/source/public/cb/gljn.mf -texmf-dist/fonts/source/public/cb/gljn1000.mf -texmf-dist/fonts/source/public/cb/gljo.mf -texmf-dist/fonts/source/public/cb/gljo1000.mf -texmf-dist/fonts/source/public/cb/glmc.mf -texmf-dist/fonts/source/public/cb/glmc1000.mf -texmf-dist/fonts/source/public/cb/glmi.mf -texmf-dist/fonts/source/public/cb/glmi1000.mf -texmf-dist/fonts/source/public/cb/glmn.mf -texmf-dist/fonts/source/public/cb/glmn1000.mf -texmf-dist/fonts/source/public/cb/glmo.mf -texmf-dist/fonts/source/public/cb/glmo1000.mf -texmf-dist/fonts/source/public/cb/glmu.mf -texmf-dist/fonts/source/public/cb/glmu1000.mf -texmf-dist/fonts/source/public/cb/gltc.mf -texmf-dist/fonts/source/public/cb/gltc1000.mf -texmf-dist/fonts/source/public/cb/gltn.mf -texmf-dist/fonts/source/public/cb/gltn1000.mf -texmf-dist/fonts/source/public/cb/glto.mf -texmf-dist/fonts/source/public/cb/glto1000.mf -texmf-dist/fonts/source/public/cb/glwc.mf -texmf-dist/fonts/source/public/cb/glwc1000.mf -texmf-dist/fonts/source/public/cb/glwi.mf -texmf-dist/fonts/source/public/cb/glwi1000.mf -texmf-dist/fonts/source/public/cb/glwn.mf -texmf-dist/fonts/source/public/cb/glwn1000.mf -texmf-dist/fonts/source/public/cb/glwo.mf -texmf-dist/fonts/source/public/cb/glwo1000.mf -texmf-dist/fonts/source/public/cb/glwu.mf -texmf-dist/fonts/source/public/cb/glwu1000.mf -texmf-dist/fonts/source/public/cb/glxc.mf -texmf-dist/fonts/source/public/cb/glxc1000.mf -texmf-dist/fonts/source/public/cb/glxi.mf -texmf-dist/fonts/source/public/cb/glxi1000.mf -texmf-dist/fonts/source/public/cb/glxn.mf -texmf-dist/fonts/source/public/cb/glxn1000.mf -texmf-dist/fonts/source/public/cb/glxo.mf -texmf-dist/fonts/source/public/cb/glxo1000.mf -texmf-dist/fonts/source/public/cb/glxu.mf -texmf-dist/fonts/source/public/cb/glxu1000.mf -texmf-dist/fonts/source/public/cb/gmmn.mf -texmf-dist/fonts/source/public/cb/gmmn1000.mf -texmf-dist/fonts/source/public/cb/gmmo.mf -texmf-dist/fonts/source/public/cb/gmmo1000.mf -texmf-dist/fonts/source/public/cb/gmtr.mf -texmf-dist/fonts/source/public/cb/gmtr1000.mf -texmf-dist/fonts/source/public/cb/gmxn.mf -texmf-dist/fonts/source/public/cb/gmxn1000.mf -texmf-dist/fonts/source/public/cb/gmxo.mf -texmf-dist/fonts/source/public/cb/gmxo1000.mf -texmf-dist/fonts/source/public/cb/gomc.mf -texmf-dist/fonts/source/public/cb/gomc1000.mf -texmf-dist/fonts/source/public/cb/gomi.mf -texmf-dist/fonts/source/public/cb/gomi1000.mf -texmf-dist/fonts/source/public/cb/gomn.mf -texmf-dist/fonts/source/public/cb/gomn1000.mf -texmf-dist/fonts/source/public/cb/gomo.mf -texmf-dist/fonts/source/public/cb/gomo1000.mf -texmf-dist/fonts/source/public/cb/gomu.mf -texmf-dist/fonts/source/public/cb/gomu1000.mf -texmf-dist/fonts/source/public/cb/goxc.mf -texmf-dist/fonts/source/public/cb/goxc1000.mf -texmf-dist/fonts/source/public/cb/goxi.mf -texmf-dist/fonts/source/public/cb/goxi1000.mf -texmf-dist/fonts/source/public/cb/goxn.mf -texmf-dist/fonts/source/public/cb/goxn1000.mf -texmf-dist/fonts/source/public/cb/goxo.mf -texmf-dist/fonts/source/public/cb/goxo1000.mf -texmf-dist/fonts/source/public/cb/goxu.mf -texmf-dist/fonts/source/public/cb/goxu1000.mf -texmf-dist/fonts/source/public/cb/grbl.mf -texmf-dist/fonts/source/public/cb/grbl1000.mf -texmf-dist/fonts/source/public/cb/grmc.mf -texmf-dist/fonts/source/public/cb/grmc1000.mf -texmf-dist/fonts/source/public/cb/grmi.mf -texmf-dist/fonts/source/public/cb/grmi1000.mf -texmf-dist/fonts/source/public/cb/grml.mf -texmf-dist/fonts/source/public/cb/grml1000.mf -texmf-dist/fonts/source/public/cb/grmn.mf -texmf-dist/fonts/source/public/cb/grmn1000.mf -texmf-dist/fonts/source/public/cb/grmo.mf -texmf-dist/fonts/source/public/cb/grmo1000.mf -texmf-dist/fonts/source/public/cb/grmu.mf -texmf-dist/fonts/source/public/cb/grmu1000.mf -texmf-dist/fonts/source/public/cb/grxc.mf -texmf-dist/fonts/source/public/cb/grxc1000.mf -texmf-dist/fonts/source/public/cb/grxi.mf -texmf-dist/fonts/source/public/cb/grxi1000.mf -texmf-dist/fonts/source/public/cb/grxl.mf -texmf-dist/fonts/source/public/cb/grxl1000.mf -texmf-dist/fonts/source/public/cb/grxn.mf -texmf-dist/fonts/source/public/cb/grxn1000.mf -texmf-dist/fonts/source/public/cb/grxo.mf -texmf-dist/fonts/source/public/cb/grxo1000.mf -texmf-dist/fonts/source/public/cb/grxu.mf -texmf-dist/fonts/source/public/cb/grxu1000.mf -texmf-dist/fonts/source/public/cb/gsmc.mf -texmf-dist/fonts/source/public/cb/gsmc1000.mf -texmf-dist/fonts/source/public/cb/gsmi.mf -texmf-dist/fonts/source/public/cb/gsmi1000.mf -texmf-dist/fonts/source/public/cb/gsmn.mf -texmf-dist/fonts/source/public/cb/gsmn1000.mf -texmf-dist/fonts/source/public/cb/gsmo.mf -texmf-dist/fonts/source/public/cb/gsmo1000.mf -texmf-dist/fonts/source/public/cb/gsmu.mf -texmf-dist/fonts/source/public/cb/gsmu1000.mf -texmf-dist/fonts/source/public/cb/gsxc.mf -texmf-dist/fonts/source/public/cb/gsxc1000.mf -texmf-dist/fonts/source/public/cb/gsxi.mf -texmf-dist/fonts/source/public/cb/gsxi1000.mf -texmf-dist/fonts/source/public/cb/gsxn.mf -texmf-dist/fonts/source/public/cb/gsxn1000.mf -texmf-dist/fonts/source/public/cb/gsxo.mf -texmf-dist/fonts/source/public/cb/gsxo1000.mf -texmf-dist/fonts/source/public/cb/gsxu.mf -texmf-dist/fonts/source/public/cb/gsxu1000.mf -texmf-dist/fonts/source/public/cb/gttc.mf -texmf-dist/fonts/source/public/cb/gttc1000.mf -texmf-dist/fonts/source/public/cb/gtti.mf -texmf-dist/fonts/source/public/cb/gtti1000.mf -texmf-dist/fonts/source/public/cb/gttn.mf -texmf-dist/fonts/source/public/cb/gttn1000.mf -texmf-dist/fonts/source/public/cb/gtto.mf -texmf-dist/fonts/source/public/cb/gtto1000.mf -texmf-dist/fonts/source/public/cb/gttu.mf -texmf-dist/fonts/source/public/cb/gttu1000.mf -texmf-dist/fonts/tfm/public/cb/glic1000.tfm -texmf-dist/fonts/tfm/public/cb/glii1000.tfm -texmf-dist/fonts/tfm/public/cb/glin1000.tfm -texmf-dist/fonts/tfm/public/cb/glio1000.tfm -texmf-dist/fonts/tfm/public/cb/gliu1000.tfm -texmf-dist/fonts/tfm/public/cb/gljc1000.tfm -texmf-dist/fonts/tfm/public/cb/gljn1000.tfm -texmf-dist/fonts/tfm/public/cb/gljo1000.tfm -texmf-dist/fonts/tfm/public/cb/glmc1000.tfm -texmf-dist/fonts/tfm/public/cb/glmi1000.tfm -texmf-dist/fonts/tfm/public/cb/glmn1000.tfm -texmf-dist/fonts/tfm/public/cb/glmo1000.tfm -texmf-dist/fonts/tfm/public/cb/glmu1000.tfm -texmf-dist/fonts/tfm/public/cb/gltc1000.tfm -texmf-dist/fonts/tfm/public/cb/gltn1000.tfm -texmf-dist/fonts/tfm/public/cb/glto1000.tfm -texmf-dist/fonts/tfm/public/cb/glwc1000.tfm -texmf-dist/fonts/tfm/public/cb/glwi1000.tfm -texmf-dist/fonts/tfm/public/cb/glwn1000.tfm -texmf-dist/fonts/tfm/public/cb/glwo1000.tfm -texmf-dist/fonts/tfm/public/cb/glwu1000.tfm -texmf-dist/fonts/tfm/public/cb/glxc1000.tfm -texmf-dist/fonts/tfm/public/cb/glxi1000.tfm -texmf-dist/fonts/tfm/public/cb/glxn1000.tfm -texmf-dist/fonts/tfm/public/cb/glxo1000.tfm -texmf-dist/fonts/tfm/public/cb/glxu1000.tfm -texmf-dist/fonts/tfm/public/cb/gmmn1000.tfm -texmf-dist/fonts/tfm/public/cb/gmmo1000.tfm -texmf-dist/fonts/tfm/public/cb/gmtr1000.tfm -texmf-dist/fonts/tfm/public/cb/gmxn1000.tfm -texmf-dist/fonts/tfm/public/cb/gmxo1000.tfm -texmf-dist/fonts/tfm/public/cb/gomc1000.tfm -texmf-dist/fonts/tfm/public/cb/gomi1000.tfm -texmf-dist/fonts/tfm/public/cb/gomn1000.tfm -texmf-dist/fonts/tfm/public/cb/gomo1000.tfm -texmf-dist/fonts/tfm/public/cb/gomu1000.tfm -texmf-dist/fonts/tfm/public/cb/goxc1000.tfm -texmf-dist/fonts/tfm/public/cb/goxi1000.tfm -texmf-dist/fonts/tfm/public/cb/goxn1000.tfm -texmf-dist/fonts/tfm/public/cb/goxo1000.tfm -texmf-dist/fonts/tfm/public/cb/goxu1000.tfm -texmf-dist/fonts/tfm/public/cb/grbl1000.tfm -texmf-dist/fonts/tfm/public/cb/grmc1000.tfm -texmf-dist/fonts/tfm/public/cb/grmi1000.tfm -texmf-dist/fonts/tfm/public/cb/grml1000.tfm -texmf-dist/fonts/tfm/public/cb/grmn1000.tfm -texmf-dist/fonts/tfm/public/cb/grmo1000.tfm -texmf-dist/fonts/tfm/public/cb/grmu1000.tfm -texmf-dist/fonts/tfm/public/cb/grxc1000.tfm -texmf-dist/fonts/tfm/public/cb/grxi1000.tfm -texmf-dist/fonts/tfm/public/cb/grxl1000.tfm -texmf-dist/fonts/tfm/public/cb/grxn1000.tfm -texmf-dist/fonts/tfm/public/cb/grxo1000.tfm -texmf-dist/fonts/tfm/public/cb/grxu1000.tfm -texmf-dist/fonts/tfm/public/cb/gsmc1000.tfm -texmf-dist/fonts/tfm/public/cb/gsmi1000.tfm -texmf-dist/fonts/tfm/public/cb/gsmn1000.tfm -texmf-dist/fonts/tfm/public/cb/gsmo1000.tfm -texmf-dist/fonts/tfm/public/cb/gsmu1000.tfm -texmf-dist/fonts/tfm/public/cb/gsxc1000.tfm -texmf-dist/fonts/tfm/public/cb/gsxi1000.tfm -texmf-dist/fonts/tfm/public/cb/gsxn1000.tfm -texmf-dist/fonts/tfm/public/cb/gsxo1000.tfm -texmf-dist/fonts/tfm/public/cb/gsxu1000.tfm -texmf-dist/fonts/tfm/public/cb/gttc1000.tfm -texmf-dist/fonts/tfm/public/cb/gtti1000.tfm -texmf-dist/fonts/tfm/public/cb/gttn1000.tfm -texmf-dist/fonts/tfm/public/cb/gtto1000.tfm -texmf-dist/fonts/tfm/public/cb/gttu1000.tfm -texmf-dist/fonts/type1/public/cb/glic1000.pfb -texmf-dist/fonts/type1/public/cb/glii1000.pfb -texmf-dist/fonts/type1/public/cb/glin1000.pfb -texmf-dist/fonts/type1/public/cb/glio1000.pfb -texmf-dist/fonts/type1/public/cb/gliu1000.pfb -texmf-dist/fonts/type1/public/cb/gljc1000.pfb -texmf-dist/fonts/type1/public/cb/gljn1000.pfb -texmf-dist/fonts/type1/public/cb/gljo1000.pfb -texmf-dist/fonts/type1/public/cb/glmc1000.pfb -texmf-dist/fonts/type1/public/cb/glmi1000.pfb -texmf-dist/fonts/type1/public/cb/glmn1000.pfb -texmf-dist/fonts/type1/public/cb/glmo1000.pfb -texmf-dist/fonts/type1/public/cb/glmu1000.pfb -texmf-dist/fonts/type1/public/cb/gltc1000.pfb -texmf-dist/fonts/type1/public/cb/gltn1000.pfb -texmf-dist/fonts/type1/public/cb/glto1000.pfb -texmf-dist/fonts/type1/public/cb/glwc1000.pfb -texmf-dist/fonts/type1/public/cb/glwi1000.pfb -texmf-dist/fonts/type1/public/cb/glwn1000.pfb -texmf-dist/fonts/type1/public/cb/glwo1000.pfb -texmf-dist/fonts/type1/public/cb/glwu1000.pfb -texmf-dist/fonts/type1/public/cb/glxc1000.pfb -texmf-dist/fonts/type1/public/cb/glxi1000.pfb -texmf-dist/fonts/type1/public/cb/glxn1000.pfb -texmf-dist/fonts/type1/public/cb/glxo1000.pfb -texmf-dist/fonts/type1/public/cb/glxu1000.pfb -texmf-dist/fonts/type1/public/cb/gmmn1000.pfb -texmf-dist/fonts/type1/public/cb/gmmo1000.pfb -texmf-dist/fonts/type1/public/cb/gmtr1000.pfb -texmf-dist/fonts/type1/public/cb/gmxn1000.pfb -texmf-dist/fonts/type1/public/cb/gmxo1000.pfb -texmf-dist/fonts/type1/public/cb/gomc1000.pfb -texmf-dist/fonts/type1/public/cb/gomi1000.pfb -texmf-dist/fonts/type1/public/cb/gomn1000.pfb -texmf-dist/fonts/type1/public/cb/gomo1000.pfb -texmf-dist/fonts/type1/public/cb/gomu1000.pfb -texmf-dist/fonts/type1/public/cb/goxc1000.pfb -texmf-dist/fonts/type1/public/cb/goxi1000.pfb -texmf-dist/fonts/type1/public/cb/goxn1000.pfb -texmf-dist/fonts/type1/public/cb/goxo1000.pfb -texmf-dist/fonts/type1/public/cb/goxu1000.pfb -texmf-dist/fonts/type1/public/cb/grbl1000.pfb -texmf-dist/fonts/type1/public/cb/grmc1000.pfb -texmf-dist/fonts/type1/public/cb/grmi1000.pfb -texmf-dist/fonts/type1/public/cb/grmn1000.pfb -texmf-dist/fonts/type1/public/cb/grmo1000.pfb -texmf-dist/fonts/type1/public/cb/grmu1000.pfb -texmf-dist/fonts/type1/public/cb/grxc1000.pfb -texmf-dist/fonts/type1/public/cb/grxi1000.pfb -texmf-dist/fonts/type1/public/cb/grxn1000.pfb -texmf-dist/fonts/type1/public/cb/grxo1000.pfb -texmf-dist/fonts/type1/public/cb/grxu1000.pfb -texmf-dist/fonts/type1/public/cb/gsmc1000.pfb -texmf-dist/fonts/type1/public/cb/gsmi1000.pfb -texmf-dist/fonts/type1/public/cb/gsmn1000.pfb -texmf-dist/fonts/type1/public/cb/gsmo1000.pfb -texmf-dist/fonts/type1/public/cb/gsmu1000.pfb -texmf-dist/fonts/type1/public/cb/gsxc1000.pfb -texmf-dist/fonts/type1/public/cb/gsxi1000.pfb -texmf-dist/fonts/type1/public/cb/gsxn1000.pfb -texmf-dist/fonts/type1/public/cb/gsxo1000.pfb -texmf-dist/fonts/type1/public/cb/gsxu1000.pfb -texmf-dist/fonts/type1/public/cb/gttc1000.pfb -texmf-dist/fonts/type1/public/cb/gtti1000.pfb -texmf-dist/fonts/type1/public/cb/gttn1000.pfb -texmf-dist/fonts/type1/public/cb/gtto1000.pfb -texmf-dist/fonts/type1/public/cb/gttu1000.pfb -texmf-dist/tpm/cb.tpm - - texmf-dist/doc/fonts/cb/README - - - - Package/cb - - - diff -Nru texlive-lang-2007.dfsg.4/texmf-dist/tpm/cc-pl.tpm texlive-lang-2009/texmf-dist/tpm/cc-pl.tpm --- texlive-lang-2007.dfsg.4/texmf-dist/tpm/cc-pl.tpm 2006-12-17 14:15:44.000000000 +0000 +++ texlive-lang-2009/texmf-dist/tpm/cc-pl.tpm 1970-01-01 01:00:00.000000000 +0100 @@ -1,73 +0,0 @@ - - - - cc-pl - Package - 2006/01/09 00:47:01 - 1.02.1 - rahtz - -Polish extension of Computer Concrete fonts (MetaFont sources). - - -Polish extension of Computer Concrete fonts (MetaFont sources and -Type 1 pfb fonts). -cd-cover -cd-cover class by Christian Holm for typesetting CD covers. - - Boguslaw Jackowski and M. Rycko - 521413 - - - -texmf-dist/fonts/enc/dvips/cc-pl/cc-pl.enc -texmf-dist/fonts/map/dvips/cc-pl/ccpl.map -texmf-dist/fonts/source/public/cc-pl/fic_mic.mf -texmf-dist/fonts/source/public/cc-pl/g300pc.mfj -texmf-dist/fonts/source/public/cc-pl/g600pc.mfj -texmf-dist/fonts/source/public/cc-pl/pccsc10.mf -texmf-dist/fonts/source/public/cc-pl/pcmi10.mf -texmf-dist/fonts/source/public/cc-pl/pcr10.mf -texmf-dist/fonts/source/public/cc-pl/pcr5.mf -texmf-dist/fonts/source/public/cc-pl/pcr6.mf -texmf-dist/fonts/source/public/cc-pl/pcr7.mf -texmf-dist/fonts/source/public/cc-pl/pcr8.mf -texmf-dist/fonts/source/public/cc-pl/pcr9.mf -texmf-dist/fonts/source/public/cc-pl/pcsl10.mf -texmf-dist/fonts/source/public/cc-pl/pcslc9.mf -texmf-dist/fonts/source/public/cc-pl/pcti10.mf -texmf-dist/fonts/tfm/public/cc-pl/pccsc10.tfm -texmf-dist/fonts/tfm/public/cc-pl/pcmi10.tfm -texmf-dist/fonts/tfm/public/cc-pl/pcr10.tfm -texmf-dist/fonts/tfm/public/cc-pl/pcr5.tfm -texmf-dist/fonts/tfm/public/cc-pl/pcr6.tfm -texmf-dist/fonts/tfm/public/cc-pl/pcr7.tfm -texmf-dist/fonts/tfm/public/cc-pl/pcr8.tfm -texmf-dist/fonts/tfm/public/cc-pl/pcr9.tfm -texmf-dist/fonts/tfm/public/cc-pl/pcsl10.tfm -texmf-dist/fonts/tfm/public/cc-pl/pcslc9.tfm -texmf-dist/fonts/tfm/public/cc-pl/pcti10.tfm -texmf-dist/fonts/type1/public/cc-pl/pccsc10.pfb -texmf-dist/fonts/type1/public/cc-pl/pcmi10.pfb -texmf-dist/fonts/type1/public/cc-pl/pcr10.pfb -texmf-dist/fonts/type1/public/cc-pl/pcr5.pfb -texmf-dist/fonts/type1/public/cc-pl/pcr6.pfb -texmf-dist/fonts/type1/public/cc-pl/pcr7.pfb -texmf-dist/fonts/type1/public/cc-pl/pcr8.pfb -texmf-dist/fonts/type1/public/cc-pl/pcr9.pfb -texmf-dist/fonts/type1/public/cc-pl/pcsl10.pfb -texmf-dist/fonts/type1/public/cc-pl/pcslc9.pfb -texmf-dist/fonts/type1/public/cc-pl/pcti10.pfb -texmf-dist/tpm/cc-pl.tpm - - -texmf-dist/doc/fonts/cc-pl/00readme -texmf-dist/doc/fonts/cc-pl/README - - - - - Package/cc-pl - - - diff -Nru texlive-lang-2007.dfsg.4/texmf-dist/tpm/cjhebrew.tpm texlive-lang-2009/texmf-dist/tpm/cjhebrew.tpm --- texlive-lang-2007.dfsg.4/texmf-dist/tpm/cjhebrew.tpm 2006-12-17 14:15:44.000000000 +0000 +++ texlive-lang-2009/texmf-dist/tpm/cjhebrew.tpm 1970-01-01 01:00:00.000000000 +0100 @@ -1,45 +0,0 @@ - - - - cjhebrew - Package - 2006/01/09 00:47:01 - 1.0 - rahtz - -Typeset Hebrew with LaTeX containing two type 1 fonts. - - - Christian Justen - 190448 - - - -texmf-dist/fonts/afm/public/cjhebrew/cjheblsm.afm -texmf-dist/fonts/afm/public/cjhebrew/cjhebltx.afm -texmf-dist/fonts/enc/dvips/cjhebrew/cjhebltx.enc -texmf-dist/fonts/map/dvips/cjhebrew/cjhebrew.map -texmf-dist/fonts/tfm/public/cjhebrew/cjhblsm.tfm -texmf-dist/fonts/tfm/public/cjhebrew/cjhbltx.tfm -texmf-dist/fonts/tfm/public/cjhebrew/cjheblsm.tfm -texmf-dist/fonts/tfm/public/cjhebrew/cjhebltx.tfm -texmf-dist/fonts/tfm/public/cjhebrew/rcjhblsm.tfm -texmf-dist/fonts/tfm/public/cjhebrew/rcjhbltx.tfm -texmf-dist/fonts/type1/public/cjhebrew/cjheblsm.pfb -texmf-dist/fonts/type1/public/cjhebrew/cjhebltx.pfb -texmf-dist/fonts/vf/public/cjhebrew/cjhblsm.vf -texmf-dist/fonts/vf/public/cjhebrew/cjhbltx.vf -texmf-dist/tex/latex/cjhebrew/cjhebrew.sty -texmf-dist/tpm/cjhebrew.tpm - - -texmf-dist/doc/fonts/cjhebrew/cjhebtst.tex -texmf-dist/doc/fonts/cjhebrew/manual.pdf - - - - - Package/cjhebrew - - - diff -Nru texlive-lang-2007.dfsg.4/texmf-dist/tpm/cmcyralt.tpm texlive-lang-2009/texmf-dist/tpm/cmcyralt.tpm --- texlive-lang-2007.dfsg.4/texmf-dist/tpm/cmcyralt.tpm 2006-12-17 14:15:44.000000000 +0000 +++ texlive-lang-2009/texmf-dist/tpm/cmcyralt.tpm 1970-01-01 01:00:00.000000000 +0100 @@ -1,49 +0,0 @@ - - - - cmcyralt - Package - 2006/01/11 23:51:47 - - rahtz - -Russian fonts in "alternative" encoding. - - -The bundle provides VFs to generate a set of fonts that have -Knuth's CM in the bottom 128 slots, and the -cmcyr fonts, re-encoded into -"alternative" encoding, in the the top 128 slots. -Macro support in LaTeX is also available. -[description copied from TeX Catalogue] - - unknown - 59364 - - - -texmf-dist/tex/latex/cmcyralt/OT1cmcss.fd -texmf-dist/tex/latex/cmcyralt/OT1cmctt.fd -texmf-dist/tex/latex/cmcyralt/OT1cmcyr.fd -texmf-dist/tex/latex/cmcyralt/cmcyralt.sty -texmf-dist/tex/latex/cmcyralt/fancycha.sty -texmf-dist/tex/latex/cmcyralt/glava.sty -texmf-dist/tex/latex/cmcyralt/russian.sty -texmf-dist/tpm/cmcyralt.tpm - - texmf-dist/doc/latex/cmcyralt/rhyphen.tex - -texmf-dist/source/latex/cmcyralt/INSTALL -texmf-dist/source/latex/cmcyralt/README -texmf-dist/source/latex/cmcyralt/examples/karabas.tex -texmf-dist/source/latex/cmcyralt/examples/kniga.tex -texmf-dist/source/latex/cmcyralt/examples/otchet.tex -texmf-dist/source/latex/cmcyralt/examples/pismo.tex -texmf-dist/source/latex/cmcyralt/examples/rusfonts.tex -texmf-dist/source/latex/cmcyralt/examples/statya.tex -texmf-dist/source/latex/cmcyralt/hyphen.cfg - - Package/cmcyralt - - - diff -Nru texlive-lang-2007.dfsg.4/texmf-dist/tpm/cmcyr.tpm texlive-lang-2009/texmf-dist/tpm/cmcyr.tpm --- texlive-lang-2007.dfsg.4/texmf-dist/tpm/cmcyr.tpm 2006-12-17 14:15:44.000000000 +0000 +++ texlive-lang-2009/texmf-dist/tpm/cmcyr.tpm 1970-01-01 01:00:00.000000000 +0100 @@ -1,771 +0,0 @@ - - - - cmcyr - Package - 2006/01/09 00:43:17 - 1.3 - rahtz - No caption. - -Computer Modern fonts extended with Russian letters, in -MetaFont sources and ATM Compatible . -[description copied from TeX Catalogue] - - -N. Glonty and Alexander Samarin and Basil Malyshev - - 2535239 - - - -texmf-dist/fonts/map/dvips/cmcyr/cmcyr.map -texmf-dist/fonts/source/public/cmcyr/ccsc.mf -texmf-dist/fonts/source/public/cmcyr/citall.mf -texmf-dist/fonts/source/public/cmcyr/cmcb10.mf -texmf-dist/fonts/source/public/cmcyr/cmcbx10.mf -texmf-dist/fonts/source/public/cmcyr/cmcbx12.mf -texmf-dist/fonts/source/public/cmcyr/cmcbx5.mf -texmf-dist/fonts/source/public/cmcyr/cmcbx6.mf -texmf-dist/fonts/source/public/cmcyr/cmcbx7.mf -texmf-dist/fonts/source/public/cmcyr/cmcbx8.mf -texmf-dist/fonts/source/public/cmcyr/cmcbx9.mf -texmf-dist/fonts/source/public/cmcyr/cmcbxsl1.mf -texmf-dist/fonts/source/public/cmcyr/cmcbxti1.mf -texmf-dist/fonts/source/public/cmcyr/cmccsc10.mf -texmf-dist/fonts/source/public/cmcyr/cmccsc8.mf -texmf-dist/fonts/source/public/cmcyr/cmccsc9.mf -texmf-dist/fonts/source/public/cmcyr/cmcinch.mf -texmf-dist/fonts/source/public/cmcyr/cmcitt10.mf -texmf-dist/fonts/source/public/cmcyr/cmcsc11.mf -texmf-dist/fonts/source/public/cmcyr/cmcsc12.mf -texmf-dist/fonts/source/public/cmcyr/cmcsc14.mf -texmf-dist/fonts/source/public/cmcyr/cmcsc18.mf -texmf-dist/fonts/source/public/cmcyr/cmcsc24.mf -texmf-dist/fonts/source/public/cmcyr/cmcsc36.mf -texmf-dist/fonts/source/public/cmcyr/cmcscsl1.mf -texmf-dist/fonts/source/public/cmcyr/cmcsl10.mf -texmf-dist/fonts/source/public/cmcyr/cmcsl12.mf -texmf-dist/fonts/source/public/cmcyr/cmcsl8.mf -texmf-dist/fonts/source/public/cmcyr/cmcsl9.mf -texmf-dist/fonts/source/public/cmcyr/cmcsltt1.mf -texmf-dist/fonts/source/public/cmcyr/cmcss10.mf -texmf-dist/fonts/source/public/cmcyr/cmcss12.mf -texmf-dist/fonts/source/public/cmcyr/cmcss17.mf -texmf-dist/fonts/source/public/cmcyr/cmcss8.mf -texmf-dist/fonts/source/public/cmcyr/cmcss9.mf -texmf-dist/fonts/source/public/cmcyr/cmcssbx1.mf -texmf-dist/fonts/source/public/cmcyr/cmcssdc1.mf -texmf-dist/fonts/source/public/cmcyr/cmcssi10.mf -texmf-dist/fonts/source/public/cmcyr/cmcssi12.mf -texmf-dist/fonts/source/public/cmcyr/cmcssi17.mf -texmf-dist/fonts/source/public/cmcyr/cmcssi8.mf -texmf-dist/fonts/source/public/cmcyr/cmcssi9.mf -texmf-dist/fonts/source/public/cmcyr/cmcssq8.mf -texmf-dist/fonts/source/public/cmcyr/cmcssqi8.mf -texmf-dist/fonts/source/public/cmcyr/cmcti10.mf -texmf-dist/fonts/source/public/cmcyr/cmcti12.mf -texmf-dist/fonts/source/public/cmcyr/cmcti7.mf -texmf-dist/fonts/source/public/cmcyr/cmcti8.mf -texmf-dist/fonts/source/public/cmcyr/cmcti9.mf -texmf-dist/fonts/source/public/cmcyr/cmctitle.mf -texmf-dist/fonts/source/public/cmcyr/cmctt10.mf -texmf-dist/fonts/source/public/cmcyr/cmctt12.mf -texmf-dist/fonts/source/public/cmcyr/cmctt8.mf -texmf-dist/fonts/source/public/cmcyr/cmctt9.mf -texmf-dist/fonts/source/public/cmcyr/cmcu10.mf -texmf-dist/fonts/source/public/cmcyr/cmcyr10.mf -texmf-dist/fonts/source/public/cmcyr/cmcyr12.mf -texmf-dist/fonts/source/public/cmcyr/cmcyr17.mf -texmf-dist/fonts/source/public/cmcyr/cmcyr5.mf -texmf-dist/fonts/source/public/cmcyr/cmcyr6.mf -texmf-dist/fonts/source/public/cmcyr/cmcyr7.mf -texmf-dist/fonts/source/public/cmcyr/cmcyr8.mf -texmf-dist/fonts/source/public/cmcyr/cmcyr9.mf -texmf-dist/fonts/source/public/cmcyr/coding.bak -texmf-dist/fonts/source/public/cmcyr/coding.mf -texmf-dist/fonts/source/public/cmcyr/cyrillic.mf -texmf-dist/fonts/source/public/cmcyr/cyrl.mf -texmf-dist/fonts/source/public/cmcyr/cyrlc.mf -texmf-dist/fonts/source/public/cmcyr/cyrsymb.mf -texmf-dist/fonts/source/public/cmcyr/cyrt.mf -texmf-dist/fonts/source/public/cmcyr/cyru.mf -texmf-dist/fonts/source/public/cmcyr/cytextit.mf -texmf-dist/fonts/source/public/cmcyr/cytitle.mf -texmf-dist/fonts/tfm/public/cmcyr/cmcyr/cmcb10.tfm -texmf-dist/fonts/tfm/public/cmcyr/cmcyr/cmcbx10.tfm -texmf-dist/fonts/tfm/public/cmcyr/cmcyr/cmcbx12.tfm -texmf-dist/fonts/tfm/public/cmcyr/cmcyr/cmcbx5.tfm -texmf-dist/fonts/tfm/public/cmcyr/cmcyr/cmcbx6.tfm -texmf-dist/fonts/tfm/public/cmcyr/cmcyr/cmcbx7.tfm -texmf-dist/fonts/tfm/public/cmcyr/cmcyr/cmcbx8.tfm -texmf-dist/fonts/tfm/public/cmcyr/cmcyr/cmcbx9.tfm -texmf-dist/fonts/tfm/public/cmcyr/cmcyr/cmcbxsl10.tfm -texmf-dist/fonts/tfm/public/cmcyr/cmcyr/cmcbxti10.tfm -texmf-dist/fonts/tfm/public/cmcyr/cmcyr/cmccsc10.tfm -texmf-dist/fonts/tfm/public/cmcyr/cmcyr/cmccsc8.tfm -texmf-dist/fonts/tfm/public/cmcyr/cmcyr/cmccsc9.tfm -texmf-dist/fonts/tfm/public/cmcyr/cmcyr/cmcinch.tfm -texmf-dist/fonts/tfm/public/cmcyr/cmcyr/cmcitt10.tfm -texmf-dist/fonts/tfm/public/cmcyr/cmcyr/cmcsl10.tfm -texmf-dist/fonts/tfm/public/cmcyr/cmcyr/cmcsl12.tfm -texmf-dist/fonts/tfm/public/cmcyr/cmcyr/cmcsl8.tfm -texmf-dist/fonts/tfm/public/cmcyr/cmcyr/cmcsl9.tfm -texmf-dist/fonts/tfm/public/cmcyr/cmcyr/cmcsltt10.tfm -texmf-dist/fonts/tfm/public/cmcyr/cmcyr/cmcss10.tfm -texmf-dist/fonts/tfm/public/cmcyr/cmcyr/cmcss12.tfm -texmf-dist/fonts/tfm/public/cmcyr/cmcyr/cmcss17.tfm -texmf-dist/fonts/tfm/public/cmcyr/cmcyr/cmcss8.tfm -texmf-dist/fonts/tfm/public/cmcyr/cmcyr/cmcss9.tfm -texmf-dist/fonts/tfm/public/cmcyr/cmcyr/cmcssbx10.tfm -texmf-dist/fonts/tfm/public/cmcyr/cmcyr/cmcssdc10.tfm -texmf-dist/fonts/tfm/public/cmcyr/cmcyr/cmcssi10.tfm -texmf-dist/fonts/tfm/public/cmcyr/cmcyr/cmcssi12.tfm -texmf-dist/fonts/tfm/public/cmcyr/cmcyr/cmcssi17.tfm -texmf-dist/fonts/tfm/public/cmcyr/cmcyr/cmcssi8.tfm -texmf-dist/fonts/tfm/public/cmcyr/cmcyr/cmcssi9.tfm -texmf-dist/fonts/tfm/public/cmcyr/cmcyr/cmcssq8.tfm -texmf-dist/fonts/tfm/public/cmcyr/cmcyr/cmcssqi8.tfm -texmf-dist/fonts/tfm/public/cmcyr/cmcyr/cmcti10.tfm -texmf-dist/fonts/tfm/public/cmcyr/cmcyr/cmcti12.tfm -texmf-dist/fonts/tfm/public/cmcyr/cmcyr/cmcti7.tfm -texmf-dist/fonts/tfm/public/cmcyr/cmcyr/cmcti8.tfm -texmf-dist/fonts/tfm/public/cmcyr/cmcyr/cmcti9.tfm -texmf-dist/fonts/tfm/public/cmcyr/cmcyr/cmctt10.tfm -texmf-dist/fonts/tfm/public/cmcyr/cmcyr/cmctt12.tfm -texmf-dist/fonts/tfm/public/cmcyr/cmcyr/cmctt8.tfm -texmf-dist/fonts/tfm/public/cmcyr/cmcyr/cmctt9.tfm -texmf-dist/fonts/tfm/public/cmcyr/cmcyr/cmcu10.tfm -texmf-dist/fonts/tfm/public/cmcyr/cmcyr/cmcyr10.tfm -texmf-dist/fonts/tfm/public/cmcyr/cmcyr/cmcyr12.tfm -texmf-dist/fonts/tfm/public/cmcyr/cmcyr/cmcyr17.tfm -texmf-dist/fonts/tfm/public/cmcyr/cmcyr/cmcyr5.tfm -texmf-dist/fonts/tfm/public/cmcyr/cmcyr/cmcyr6.tfm -texmf-dist/fonts/tfm/public/cmcyr/cmcyr/cmcyr7.tfm -texmf-dist/fonts/tfm/public/cmcyr/cmcyr/cmcyr8.tfm -texmf-dist/fonts/tfm/public/cmcyr/cmcyr/cmcyr9.tfm -texmf-dist/fonts/tfm/public/cmcyr/cmcyr6d/xcmb10.tfm -texmf-dist/fonts/tfm/public/cmcyr/cmcyr6d/xcmbx10.tfm -texmf-dist/fonts/tfm/public/cmcyr/cmcyr6d/xcmbx12.tfm -texmf-dist/fonts/tfm/public/cmcyr/cmcyr6d/xcmbx5.tfm -texmf-dist/fonts/tfm/public/cmcyr/cmcyr6d/xcmbx6.tfm -texmf-dist/fonts/tfm/public/cmcyr/cmcyr6d/xcmbx7.tfm -texmf-dist/fonts/tfm/public/cmcyr/cmcyr6d/xcmbx8.tfm -texmf-dist/fonts/tfm/public/cmcyr/cmcyr6d/xcmbx9.tfm -texmf-dist/fonts/tfm/public/cmcyr/cmcyr6d/xcmbxsl10.tfm -texmf-dist/fonts/tfm/public/cmcyr/cmcyr6d/xcmbxti10.tfm -texmf-dist/fonts/tfm/public/cmcyr/cmcyr6d/xcmcsc10.tfm -texmf-dist/fonts/tfm/public/cmcyr/cmcyr6d/xcmcsc8.tfm -texmf-dist/fonts/tfm/public/cmcyr/cmcyr6d/xcmcsc9.tfm -texmf-dist/fonts/tfm/public/cmcyr/cmcyr6d/xcminch.tfm -texmf-dist/fonts/tfm/public/cmcyr/cmcyr6d/xcmitt10.tfm -texmf-dist/fonts/tfm/public/cmcyr/cmcyr6d/xcmmi10.tfm -texmf-dist/fonts/tfm/public/cmcyr/cmcyr6d/xcmmi12.tfm -texmf-dist/fonts/tfm/public/cmcyr/cmcyr6d/xcmmi5.tfm -texmf-dist/fonts/tfm/public/cmcyr/cmcyr6d/xcmmi6.tfm -texmf-dist/fonts/tfm/public/cmcyr/cmcyr6d/xcmmi7.tfm -texmf-dist/fonts/tfm/public/cmcyr/cmcyr6d/xcmmi8.tfm -texmf-dist/fonts/tfm/public/cmcyr/cmcyr6d/xcmmi9.tfm -texmf-dist/fonts/tfm/public/cmcyr/cmcyr6d/xcmmib10.tfm -texmf-dist/fonts/tfm/public/cmcyr/cmcyr6d/xcmr10.tfm -texmf-dist/fonts/tfm/public/cmcyr/cmcyr6d/xcmr12.tfm -texmf-dist/fonts/tfm/public/cmcyr/cmcyr6d/xcmr17.tfm -texmf-dist/fonts/tfm/public/cmcyr/cmcyr6d/xcmr5.tfm -texmf-dist/fonts/tfm/public/cmcyr/cmcyr6d/xcmr6.tfm -texmf-dist/fonts/tfm/public/cmcyr/cmcyr6d/xcmr7.tfm -texmf-dist/fonts/tfm/public/cmcyr/cmcyr6d/xcmr8.tfm -texmf-dist/fonts/tfm/public/cmcyr/cmcyr6d/xcmr9.tfm -texmf-dist/fonts/tfm/public/cmcyr/cmcyr6d/xcmsl10.tfm -texmf-dist/fonts/tfm/public/cmcyr/cmcyr6d/xcmsl12.tfm -texmf-dist/fonts/tfm/public/cmcyr/cmcyr6d/xcmsl8.tfm -texmf-dist/fonts/tfm/public/cmcyr/cmcyr6d/xcmsl9.tfm -texmf-dist/fonts/tfm/public/cmcyr/cmcyr6d/xcmsltt10.tfm -texmf-dist/fonts/tfm/public/cmcyr/cmcyr6d/xcmss10.tfm -texmf-dist/fonts/tfm/public/cmcyr/cmcyr6d/xcmss12.tfm -texmf-dist/fonts/tfm/public/cmcyr/cmcyr6d/xcmss17.tfm -texmf-dist/fonts/tfm/public/cmcyr/cmcyr6d/xcmss8.tfm -texmf-dist/fonts/tfm/public/cmcyr/cmcyr6d/xcmss9.tfm -texmf-dist/fonts/tfm/public/cmcyr/cmcyr6d/xcmssbx10.tfm -texmf-dist/fonts/tfm/public/cmcyr/cmcyr6d/xcmssdc10.tfm -texmf-dist/fonts/tfm/public/cmcyr/cmcyr6d/xcmssi10.tfm -texmf-dist/fonts/tfm/public/cmcyr/cmcyr6d/xcmssi12.tfm -texmf-dist/fonts/tfm/public/cmcyr/cmcyr6d/xcmssi17.tfm -texmf-dist/fonts/tfm/public/cmcyr/cmcyr6d/xcmssi8.tfm -texmf-dist/fonts/tfm/public/cmcyr/cmcyr6d/xcmssi9.tfm -texmf-dist/fonts/tfm/public/cmcyr/cmcyr6d/xcmssq8.tfm -texmf-dist/fonts/tfm/public/cmcyr/cmcyr6d/xcmssqi8.tfm -texmf-dist/fonts/tfm/public/cmcyr/cmcyr6d/xcmti10.tfm -texmf-dist/fonts/tfm/public/cmcyr/cmcyr6d/xcmti12.tfm -texmf-dist/fonts/tfm/public/cmcyr/cmcyr6d/xcmti7.tfm -texmf-dist/fonts/tfm/public/cmcyr/cmcyr6d/xcmti8.tfm -texmf-dist/fonts/tfm/public/cmcyr/cmcyr6d/xcmti9.tfm -texmf-dist/fonts/tfm/public/cmcyr/cmcyr6d/xcmtt10.tfm -texmf-dist/fonts/tfm/public/cmcyr/cmcyr6d/xcmtt12.tfm -texmf-dist/fonts/tfm/public/cmcyr/cmcyr6d/xcmtt8.tfm -texmf-dist/fonts/tfm/public/cmcyr/cmcyr6d/xcmtt9.tfm -texmf-dist/fonts/tfm/public/cmcyr/cmcyr6d/xcmu10.tfm -texmf-dist/fonts/tfm/public/cmcyr/cmcyr6i/ycmb10.tfm -texmf-dist/fonts/tfm/public/cmcyr/cmcyr6i/ycmbx10.tfm -texmf-dist/fonts/tfm/public/cmcyr/cmcyr6i/ycmbx12.tfm -texmf-dist/fonts/tfm/public/cmcyr/cmcyr6i/ycmbx5.tfm -texmf-dist/fonts/tfm/public/cmcyr/cmcyr6i/ycmbx6.tfm -texmf-dist/fonts/tfm/public/cmcyr/cmcyr6i/ycmbx7.tfm -texmf-dist/fonts/tfm/public/cmcyr/cmcyr6i/ycmbx8.tfm -texmf-dist/fonts/tfm/public/cmcyr/cmcyr6i/ycmbx9.tfm -texmf-dist/fonts/tfm/public/cmcyr/cmcyr6i/ycmbxsl10.tfm -texmf-dist/fonts/tfm/public/cmcyr/cmcyr6i/ycmbxti10.tfm -texmf-dist/fonts/tfm/public/cmcyr/cmcyr6i/ycmcsc10.tfm -texmf-dist/fonts/tfm/public/cmcyr/cmcyr6i/ycmcsc8.tfm -texmf-dist/fonts/tfm/public/cmcyr/cmcyr6i/ycmcsc9.tfm -texmf-dist/fonts/tfm/public/cmcyr/cmcyr6i/ycminch.tfm -texmf-dist/fonts/tfm/public/cmcyr/cmcyr6i/ycmitt10.tfm -texmf-dist/fonts/tfm/public/cmcyr/cmcyr6i/ycmmi10.tfm -texmf-dist/fonts/tfm/public/cmcyr/cmcyr6i/ycmmi12.tfm -texmf-dist/fonts/tfm/public/cmcyr/cmcyr6i/ycmmi5.tfm -texmf-dist/fonts/tfm/public/cmcyr/cmcyr6i/ycmmi6.tfm -texmf-dist/fonts/tfm/public/cmcyr/cmcyr6i/ycmmi7.tfm -texmf-dist/fonts/tfm/public/cmcyr/cmcyr6i/ycmmi8.tfm -texmf-dist/fonts/tfm/public/cmcyr/cmcyr6i/ycmmi9.tfm -texmf-dist/fonts/tfm/public/cmcyr/cmcyr6i/ycmmib10.tfm -texmf-dist/fonts/tfm/public/cmcyr/cmcyr6i/ycmr10.tfm -texmf-dist/fonts/tfm/public/cmcyr/cmcyr6i/ycmr12.tfm -texmf-dist/fonts/tfm/public/cmcyr/cmcyr6i/ycmr17.tfm -texmf-dist/fonts/tfm/public/cmcyr/cmcyr6i/ycmr5.tfm -texmf-dist/fonts/tfm/public/cmcyr/cmcyr6i/ycmr6.tfm -texmf-dist/fonts/tfm/public/cmcyr/cmcyr6i/ycmr7.tfm -texmf-dist/fonts/tfm/public/cmcyr/cmcyr6i/ycmr8.tfm -texmf-dist/fonts/tfm/public/cmcyr/cmcyr6i/ycmr9.tfm -texmf-dist/fonts/tfm/public/cmcyr/cmcyr6i/ycmsl10.tfm -texmf-dist/fonts/tfm/public/cmcyr/cmcyr6i/ycmsl12.tfm -texmf-dist/fonts/tfm/public/cmcyr/cmcyr6i/ycmsl8.tfm -texmf-dist/fonts/tfm/public/cmcyr/cmcyr6i/ycmsl9.tfm -texmf-dist/fonts/tfm/public/cmcyr/cmcyr6i/ycmsltt10.tfm -texmf-dist/fonts/tfm/public/cmcyr/cmcyr6i/ycmss10.tfm -texmf-dist/fonts/tfm/public/cmcyr/cmcyr6i/ycmss12.tfm -texmf-dist/fonts/tfm/public/cmcyr/cmcyr6i/ycmss17.tfm -texmf-dist/fonts/tfm/public/cmcyr/cmcyr6i/ycmss8.tfm -texmf-dist/fonts/tfm/public/cmcyr/cmcyr6i/ycmss9.tfm -texmf-dist/fonts/tfm/public/cmcyr/cmcyr6i/ycmssbx10.tfm -texmf-dist/fonts/tfm/public/cmcyr/cmcyr6i/ycmssdc10.tfm -texmf-dist/fonts/tfm/public/cmcyr/cmcyr6i/ycmssi10.tfm -texmf-dist/fonts/tfm/public/cmcyr/cmcyr6i/ycmssi12.tfm -texmf-dist/fonts/tfm/public/cmcyr/cmcyr6i/ycmssi17.tfm -texmf-dist/fonts/tfm/public/cmcyr/cmcyr6i/ycmssi8.tfm -texmf-dist/fonts/tfm/public/cmcyr/cmcyr6i/ycmssi9.tfm -texmf-dist/fonts/tfm/public/cmcyr/cmcyr6i/ycmssq8.tfm -texmf-dist/fonts/tfm/public/cmcyr/cmcyr6i/ycmssqi8.tfm -texmf-dist/fonts/tfm/public/cmcyr/cmcyr6i/ycmti10.tfm -texmf-dist/fonts/tfm/public/cmcyr/cmcyr6i/ycmti12.tfm -texmf-dist/fonts/tfm/public/cmcyr/cmcyr6i/ycmti7.tfm -texmf-dist/fonts/tfm/public/cmcyr/cmcyr6i/ycmti8.tfm -texmf-dist/fonts/tfm/public/cmcyr/cmcyr6i/ycmti9.tfm -texmf-dist/fonts/tfm/public/cmcyr/cmcyr6i/ycmtt10.tfm -texmf-dist/fonts/tfm/public/cmcyr/cmcyr6i/ycmtt12.tfm -texmf-dist/fonts/tfm/public/cmcyr/cmcyr6i/ycmtt8.tfm -texmf-dist/fonts/tfm/public/cmcyr/cmcyr6i/ycmtt9.tfm -texmf-dist/fonts/tfm/public/cmcyr/cmcyr6i/ycmu10.tfm -texmf-dist/fonts/tfm/public/cmcyr/cmcyr6k/kcmb10.tfm -texmf-dist/fonts/tfm/public/cmcyr/cmcyr6k/kcmbx10.tfm -texmf-dist/fonts/tfm/public/cmcyr/cmcyr6k/kcmbx12.tfm -texmf-dist/fonts/tfm/public/cmcyr/cmcyr6k/kcmbx5.tfm -texmf-dist/fonts/tfm/public/cmcyr/cmcyr6k/kcmbx6.tfm -texmf-dist/fonts/tfm/public/cmcyr/cmcyr6k/kcmbx7.tfm -texmf-dist/fonts/tfm/public/cmcyr/cmcyr6k/kcmbx8.tfm -texmf-dist/fonts/tfm/public/cmcyr/cmcyr6k/kcmbx9.tfm -texmf-dist/fonts/tfm/public/cmcyr/cmcyr6k/kcmbxsl10.tfm -texmf-dist/fonts/tfm/public/cmcyr/cmcyr6k/kcmbxti10.tfm -texmf-dist/fonts/tfm/public/cmcyr/cmcyr6k/kcmcsc10.tfm -texmf-dist/fonts/tfm/public/cmcyr/cmcyr6k/kcmcsc8.tfm -texmf-dist/fonts/tfm/public/cmcyr/cmcyr6k/kcmcsc9.tfm -texmf-dist/fonts/tfm/public/cmcyr/cmcyr6k/kcminch.tfm -texmf-dist/fonts/tfm/public/cmcyr/cmcyr6k/kcmitt10.tfm -texmf-dist/fonts/tfm/public/cmcyr/cmcyr6k/kcmmi10.tfm -texmf-dist/fonts/tfm/public/cmcyr/cmcyr6k/kcmmi12.tfm -texmf-dist/fonts/tfm/public/cmcyr/cmcyr6k/kcmmi5.tfm -texmf-dist/fonts/tfm/public/cmcyr/cmcyr6k/kcmmi6.tfm -texmf-dist/fonts/tfm/public/cmcyr/cmcyr6k/kcmmi7.tfm -texmf-dist/fonts/tfm/public/cmcyr/cmcyr6k/kcmmi8.tfm -texmf-dist/fonts/tfm/public/cmcyr/cmcyr6k/kcmmi9.tfm -texmf-dist/fonts/tfm/public/cmcyr/cmcyr6k/kcmmib10.tfm -texmf-dist/fonts/tfm/public/cmcyr/cmcyr6k/kcmr10.tfm -texmf-dist/fonts/tfm/public/cmcyr/cmcyr6k/kcmr12.tfm -texmf-dist/fonts/tfm/public/cmcyr/cmcyr6k/kcmr17.tfm -texmf-dist/fonts/tfm/public/cmcyr/cmcyr6k/kcmr5.tfm -texmf-dist/fonts/tfm/public/cmcyr/cmcyr6k/kcmr6.tfm -texmf-dist/fonts/tfm/public/cmcyr/cmcyr6k/kcmr7.tfm -texmf-dist/fonts/tfm/public/cmcyr/cmcyr6k/kcmr8.tfm -texmf-dist/fonts/tfm/public/cmcyr/cmcyr6k/kcmr9.tfm -texmf-dist/fonts/tfm/public/cmcyr/cmcyr6k/kcmsl10.tfm -texmf-dist/fonts/tfm/public/cmcyr/cmcyr6k/kcmsl12.tfm -texmf-dist/fonts/tfm/public/cmcyr/cmcyr6k/kcmsl8.tfm -texmf-dist/fonts/tfm/public/cmcyr/cmcyr6k/kcmsl9.tfm -texmf-dist/fonts/tfm/public/cmcyr/cmcyr6k/kcmsltt10.tfm -texmf-dist/fonts/tfm/public/cmcyr/cmcyr6k/kcmss10.tfm -texmf-dist/fonts/tfm/public/cmcyr/cmcyr6k/kcmss12.tfm -texmf-dist/fonts/tfm/public/cmcyr/cmcyr6k/kcmss17.tfm -texmf-dist/fonts/tfm/public/cmcyr/cmcyr6k/kcmss8.tfm -texmf-dist/fonts/tfm/public/cmcyr/cmcyr6k/kcmss9.tfm -texmf-dist/fonts/tfm/public/cmcyr/cmcyr6k/kcmssbx10.tfm -texmf-dist/fonts/tfm/public/cmcyr/cmcyr6k/kcmssdc10.tfm -texmf-dist/fonts/tfm/public/cmcyr/cmcyr6k/kcmssi10.tfm -texmf-dist/fonts/tfm/public/cmcyr/cmcyr6k/kcmssi12.tfm -texmf-dist/fonts/tfm/public/cmcyr/cmcyr6k/kcmssi17.tfm -texmf-dist/fonts/tfm/public/cmcyr/cmcyr6k/kcmssi8.tfm -texmf-dist/fonts/tfm/public/cmcyr/cmcyr6k/kcmssi9.tfm -texmf-dist/fonts/tfm/public/cmcyr/cmcyr6k/kcmssq8.tfm -texmf-dist/fonts/tfm/public/cmcyr/cmcyr6k/kcmssqi8.tfm -texmf-dist/fonts/tfm/public/cmcyr/cmcyr6k/kcmti10.tfm -texmf-dist/fonts/tfm/public/cmcyr/cmcyr6k/kcmti12.tfm -texmf-dist/fonts/tfm/public/cmcyr/cmcyr6k/kcmti7.tfm -texmf-dist/fonts/tfm/public/cmcyr/cmcyr6k/kcmti8.tfm -texmf-dist/fonts/tfm/public/cmcyr/cmcyr6k/kcmti9.tfm -texmf-dist/fonts/tfm/public/cmcyr/cmcyr6k/kcmtt10.tfm -texmf-dist/fonts/tfm/public/cmcyr/cmcyr6k/kcmtt12.tfm -texmf-dist/fonts/tfm/public/cmcyr/cmcyr6k/kcmtt8.tfm -texmf-dist/fonts/tfm/public/cmcyr/cmcyr6k/kcmtt9.tfm -texmf-dist/fonts/tfm/public/cmcyr/cmcyr6k/kcmu10.tfm -texmf-dist/fonts/tfm/public/cmcyr/cmcyr6w/wcmb10.tfm -texmf-dist/fonts/tfm/public/cmcyr/cmcyr6w/wcmbx10.tfm -texmf-dist/fonts/tfm/public/cmcyr/cmcyr6w/wcmbx12.tfm -texmf-dist/fonts/tfm/public/cmcyr/cmcyr6w/wcmbx5.tfm -texmf-dist/fonts/tfm/public/cmcyr/cmcyr6w/wcmbx6.tfm -texmf-dist/fonts/tfm/public/cmcyr/cmcyr6w/wcmbx7.tfm -texmf-dist/fonts/tfm/public/cmcyr/cmcyr6w/wcmbx8.tfm -texmf-dist/fonts/tfm/public/cmcyr/cmcyr6w/wcmbx9.tfm -texmf-dist/fonts/tfm/public/cmcyr/cmcyr6w/wcmbxsl10.tfm -texmf-dist/fonts/tfm/public/cmcyr/cmcyr6w/wcmbxti10.tfm -texmf-dist/fonts/tfm/public/cmcyr/cmcyr6w/wcmcsc10.tfm -texmf-dist/fonts/tfm/public/cmcyr/cmcyr6w/wcmcsc8.tfm -texmf-dist/fonts/tfm/public/cmcyr/cmcyr6w/wcmcsc9.tfm -texmf-dist/fonts/tfm/public/cmcyr/cmcyr6w/wcminch.tfm -texmf-dist/fonts/tfm/public/cmcyr/cmcyr6w/wcmitt10.tfm -texmf-dist/fonts/tfm/public/cmcyr/cmcyr6w/wcmmi10.tfm -texmf-dist/fonts/tfm/public/cmcyr/cmcyr6w/wcmmi12.tfm -texmf-dist/fonts/tfm/public/cmcyr/cmcyr6w/wcmmi5.tfm -texmf-dist/fonts/tfm/public/cmcyr/cmcyr6w/wcmmi6.tfm -texmf-dist/fonts/tfm/public/cmcyr/cmcyr6w/wcmmi7.tfm -texmf-dist/fonts/tfm/public/cmcyr/cmcyr6w/wcmmi8.tfm -texmf-dist/fonts/tfm/public/cmcyr/cmcyr6w/wcmmi9.tfm -texmf-dist/fonts/tfm/public/cmcyr/cmcyr6w/wcmmib10.tfm -texmf-dist/fonts/tfm/public/cmcyr/cmcyr6w/wcmr10.tfm -texmf-dist/fonts/tfm/public/cmcyr/cmcyr6w/wcmr12.tfm -texmf-dist/fonts/tfm/public/cmcyr/cmcyr6w/wcmr17.tfm -texmf-dist/fonts/tfm/public/cmcyr/cmcyr6w/wcmr5.tfm -texmf-dist/fonts/tfm/public/cmcyr/cmcyr6w/wcmr6.tfm -texmf-dist/fonts/tfm/public/cmcyr/cmcyr6w/wcmr7.tfm -texmf-dist/fonts/tfm/public/cmcyr/cmcyr6w/wcmr8.tfm -texmf-dist/fonts/tfm/public/cmcyr/cmcyr6w/wcmr9.tfm -texmf-dist/fonts/tfm/public/cmcyr/cmcyr6w/wcmsl10.tfm -texmf-dist/fonts/tfm/public/cmcyr/cmcyr6w/wcmsl12.tfm -texmf-dist/fonts/tfm/public/cmcyr/cmcyr6w/wcmsl8.tfm -texmf-dist/fonts/tfm/public/cmcyr/cmcyr6w/wcmsl9.tfm -texmf-dist/fonts/tfm/public/cmcyr/cmcyr6w/wcmsltt10.tfm -texmf-dist/fonts/tfm/public/cmcyr/cmcyr6w/wcmss10.tfm -texmf-dist/fonts/tfm/public/cmcyr/cmcyr6w/wcmss12.tfm -texmf-dist/fonts/tfm/public/cmcyr/cmcyr6w/wcmss17.tfm -texmf-dist/fonts/tfm/public/cmcyr/cmcyr6w/wcmss8.tfm -texmf-dist/fonts/tfm/public/cmcyr/cmcyr6w/wcmss9.tfm -texmf-dist/fonts/tfm/public/cmcyr/cmcyr6w/wcmssbx10.tfm -texmf-dist/fonts/tfm/public/cmcyr/cmcyr6w/wcmssdc10.tfm -texmf-dist/fonts/tfm/public/cmcyr/cmcyr6w/wcmssi10.tfm -texmf-dist/fonts/tfm/public/cmcyr/cmcyr6w/wcmssi12.tfm -texmf-dist/fonts/tfm/public/cmcyr/cmcyr6w/wcmssi17.tfm -texmf-dist/fonts/tfm/public/cmcyr/cmcyr6w/wcmssi8.tfm -texmf-dist/fonts/tfm/public/cmcyr/cmcyr6w/wcmssi9.tfm -texmf-dist/fonts/tfm/public/cmcyr/cmcyr6w/wcmssq8.tfm -texmf-dist/fonts/tfm/public/cmcyr/cmcyr6w/wcmssqi8.tfm -texmf-dist/fonts/tfm/public/cmcyr/cmcyr6w/wcmti10.tfm -texmf-dist/fonts/tfm/public/cmcyr/cmcyr6w/wcmti12.tfm -texmf-dist/fonts/tfm/public/cmcyr/cmcyr6w/wcmti7.tfm -texmf-dist/fonts/tfm/public/cmcyr/cmcyr6w/wcmti8.tfm -texmf-dist/fonts/tfm/public/cmcyr/cmcyr6w/wcmti9.tfm -texmf-dist/fonts/tfm/public/cmcyr/cmcyr6w/wcmtt10.tfm -texmf-dist/fonts/tfm/public/cmcyr/cmcyr6w/wcmtt12.tfm -texmf-dist/fonts/tfm/public/cmcyr/cmcyr6w/wcmtt8.tfm -texmf-dist/fonts/tfm/public/cmcyr/cmcyr6w/wcmtt9.tfm -texmf-dist/fonts/tfm/public/cmcyr/cmcyr6w/wcmu10.tfm -texmf-dist/fonts/type1/public/cmcyr/cmcb10.pfb -texmf-dist/fonts/type1/public/cmcyr/cmcb10.pfm -texmf-dist/fonts/type1/public/cmcyr/cmcbx10.pfb -texmf-dist/fonts/type1/public/cmcyr/cmcbx10.pfm -texmf-dist/fonts/type1/public/cmcyr/cmcbx12.pfb -texmf-dist/fonts/type1/public/cmcyr/cmcbx12.pfm -texmf-dist/fonts/type1/public/cmcyr/cmcbx5.pfb -texmf-dist/fonts/type1/public/cmcyr/cmcbx5.pfm -texmf-dist/fonts/type1/public/cmcyr/cmcbx6.pfb -texmf-dist/fonts/type1/public/cmcyr/cmcbx6.pfm -texmf-dist/fonts/type1/public/cmcyr/cmcbx7.pfb -texmf-dist/fonts/type1/public/cmcyr/cmcbx7.pfm -texmf-dist/fonts/type1/public/cmcyr/cmcbx8.pfb -texmf-dist/fonts/type1/public/cmcyr/cmcbx8.pfm -texmf-dist/fonts/type1/public/cmcyr/cmcbx9.pfb -texmf-dist/fonts/type1/public/cmcyr/cmcbx9.pfm -texmf-dist/fonts/type1/public/cmcyr/cmcbxsl1.pfb -texmf-dist/fonts/type1/public/cmcyr/cmcbxsl1.pfm -texmf-dist/fonts/type1/public/cmcyr/cmcbxti1.pfb -texmf-dist/fonts/type1/public/cmcyr/cmcbxti1.pfm -texmf-dist/fonts/type1/public/cmcyr/cmccsc10.pfb -texmf-dist/fonts/type1/public/cmcyr/cmccsc10.pfm -texmf-dist/fonts/type1/public/cmcyr/cmccsc8.pfb -texmf-dist/fonts/type1/public/cmcyr/cmccsc8.pfm -texmf-dist/fonts/type1/public/cmcyr/cmccsc9.pfb -texmf-dist/fonts/type1/public/cmcyr/cmccsc9.pfm -texmf-dist/fonts/type1/public/cmcyr/cmcinch7.pfb -texmf-dist/fonts/type1/public/cmcyr/cmcinch7.pfm -texmf-dist/fonts/type1/public/cmcyr/cmcitt10.pfb -texmf-dist/fonts/type1/public/cmcyr/cmcitt10.pfm -texmf-dist/fonts/type1/public/cmcyr/cmcsl10.pfb -texmf-dist/fonts/type1/public/cmcyr/cmcsl10.pfm -texmf-dist/fonts/type1/public/cmcyr/cmcsl12.pfb -texmf-dist/fonts/type1/public/cmcyr/cmcsl12.pfm -texmf-dist/fonts/type1/public/cmcyr/cmcsl8.pfb -texmf-dist/fonts/type1/public/cmcyr/cmcsl8.pfm -texmf-dist/fonts/type1/public/cmcyr/cmcsl9.pfb -texmf-dist/fonts/type1/public/cmcyr/cmcsl9.pfm -texmf-dist/fonts/type1/public/cmcyr/cmcsltt1.pfb -texmf-dist/fonts/type1/public/cmcyr/cmcsltt1.pfm -texmf-dist/fonts/type1/public/cmcyr/cmcss10.pfb -texmf-dist/fonts/type1/public/cmcyr/cmcss10.pfm -texmf-dist/fonts/type1/public/cmcyr/cmcss12.pfb -texmf-dist/fonts/type1/public/cmcyr/cmcss12.pfm -texmf-dist/fonts/type1/public/cmcyr/cmcss17.pfb -texmf-dist/fonts/type1/public/cmcyr/cmcss17.pfm -texmf-dist/fonts/type1/public/cmcyr/cmcss8.pfb -texmf-dist/fonts/type1/public/cmcyr/cmcss8.pfm -texmf-dist/fonts/type1/public/cmcyr/cmcss9.pfb -texmf-dist/fonts/type1/public/cmcyr/cmcss9.pfm -texmf-dist/fonts/type1/public/cmcyr/cmcssbx1.pfb -texmf-dist/fonts/type1/public/cmcyr/cmcssbx1.pfm -texmf-dist/fonts/type1/public/cmcyr/cmcssdc1.pfb -texmf-dist/fonts/type1/public/cmcyr/cmcssdc1.pfm -texmf-dist/fonts/type1/public/cmcyr/cmcssi10.pfb -texmf-dist/fonts/type1/public/cmcyr/cmcssi10.pfm -texmf-dist/fonts/type1/public/cmcyr/cmcssi12.pfb -texmf-dist/fonts/type1/public/cmcyr/cmcssi12.pfm -texmf-dist/fonts/type1/public/cmcyr/cmcssi17.pfb -texmf-dist/fonts/type1/public/cmcyr/cmcssi17.pfm -texmf-dist/fonts/type1/public/cmcyr/cmcssi8.pfb -texmf-dist/fonts/type1/public/cmcyr/cmcssi8.pfm -texmf-dist/fonts/type1/public/cmcyr/cmcssi9.pfb -texmf-dist/fonts/type1/public/cmcyr/cmcssi9.pfm -texmf-dist/fonts/type1/public/cmcyr/cmcssq8.pfb -texmf-dist/fonts/type1/public/cmcyr/cmcssq8.pfm -texmf-dist/fonts/type1/public/cmcyr/cmcssqi8.pfb -texmf-dist/fonts/type1/public/cmcyr/cmcssqi8.pfm -texmf-dist/fonts/type1/public/cmcyr/cmcti10.pfb -texmf-dist/fonts/type1/public/cmcyr/cmcti10.pfm -texmf-dist/fonts/type1/public/cmcyr/cmcti12.pfb -texmf-dist/fonts/type1/public/cmcyr/cmcti12.pfm -texmf-dist/fonts/type1/public/cmcyr/cmcti7.pfb -texmf-dist/fonts/type1/public/cmcyr/cmcti7.pfm -texmf-dist/fonts/type1/public/cmcyr/cmcti8.pfb -texmf-dist/fonts/type1/public/cmcyr/cmcti8.pfm -texmf-dist/fonts/type1/public/cmcyr/cmcti9.pfb -texmf-dist/fonts/type1/public/cmcyr/cmcti9.pfm -texmf-dist/fonts/type1/public/cmcyr/cmctt10.pfb -texmf-dist/fonts/type1/public/cmcyr/cmctt10.pfm -texmf-dist/fonts/type1/public/cmcyr/cmctt12.pfb -texmf-dist/fonts/type1/public/cmcyr/cmctt12.pfm -texmf-dist/fonts/type1/public/cmcyr/cmctt8.pfb -texmf-dist/fonts/type1/public/cmcyr/cmctt8.pfm -texmf-dist/fonts/type1/public/cmcyr/cmctt9.pfb -texmf-dist/fonts/type1/public/cmcyr/cmctt9.pfm -texmf-dist/fonts/type1/public/cmcyr/cmcu10.pfb -texmf-dist/fonts/type1/public/cmcyr/cmcu10.pfm -texmf-dist/fonts/type1/public/cmcyr/cmcyr10.pfb -texmf-dist/fonts/type1/public/cmcyr/cmcyr10.pfm -texmf-dist/fonts/type1/public/cmcyr/cmcyr12.pfb -texmf-dist/fonts/type1/public/cmcyr/cmcyr12.pfm -texmf-dist/fonts/type1/public/cmcyr/cmcyr17.pfb -texmf-dist/fonts/type1/public/cmcyr/cmcyr17.pfm -texmf-dist/fonts/type1/public/cmcyr/cmcyr5.pfb -texmf-dist/fonts/type1/public/cmcyr/cmcyr5.pfm -texmf-dist/fonts/type1/public/cmcyr/cmcyr6.pfb -texmf-dist/fonts/type1/public/cmcyr/cmcyr6.pfm -texmf-dist/fonts/type1/public/cmcyr/cmcyr7.pfb -texmf-dist/fonts/type1/public/cmcyr/cmcyr7.pfm -texmf-dist/fonts/type1/public/cmcyr/cmcyr8.pfb -texmf-dist/fonts/type1/public/cmcyr/cmcyr8.pfm -texmf-dist/fonts/type1/public/cmcyr/cmcyr9.pfb -texmf-dist/fonts/type1/public/cmcyr/cmcyr9.pfm -texmf-dist/fonts/vf/public/cmcyr/cmcyr6d/cmalt -texmf-dist/fonts/vf/public/cmcyr/cmcyr6d/cmalte -texmf-dist/fonts/vf/public/cmcyr/cmcyr6d/cyralt -texmf-dist/fonts/vf/public/cmcyr/cmcyr6d/cyralte -texmf-dist/fonts/vf/public/cmcyr/cmcyr6d/merge.alt -texmf-dist/fonts/vf/public/cmcyr/cmcyr6d/merge.bat -texmf-dist/fonts/vf/public/cmcyr/cmcyr6d/wncalt -texmf-dist/fonts/vf/public/cmcyr/cmcyr6d/wncalte -texmf-dist/fonts/vf/public/cmcyr/cmcyr6d/xcmb10.vf -texmf-dist/fonts/vf/public/cmcyr/cmcyr6d/xcmbx10.vf -texmf-dist/fonts/vf/public/cmcyr/cmcyr6d/xcmbx12.vf -texmf-dist/fonts/vf/public/cmcyr/cmcyr6d/xcmbx5.vf -texmf-dist/fonts/vf/public/cmcyr/cmcyr6d/xcmbx6.vf -texmf-dist/fonts/vf/public/cmcyr/cmcyr6d/xcmbx7.vf -texmf-dist/fonts/vf/public/cmcyr/cmcyr6d/xcmbx8.vf -texmf-dist/fonts/vf/public/cmcyr/cmcyr6d/xcmbx9.vf -texmf-dist/fonts/vf/public/cmcyr/cmcyr6d/xcmbxsl10.vf -texmf-dist/fonts/vf/public/cmcyr/cmcyr6d/xcmbxti10.vf -texmf-dist/fonts/vf/public/cmcyr/cmcyr6d/xcmcsc10.vf -texmf-dist/fonts/vf/public/cmcyr/cmcyr6d/xcmcsc8.vf -texmf-dist/fonts/vf/public/cmcyr/cmcyr6d/xcmcsc9.vf -texmf-dist/fonts/vf/public/cmcyr/cmcyr6d/xcminch.vf -texmf-dist/fonts/vf/public/cmcyr/cmcyr6d/xcmitt10.vf -texmf-dist/fonts/vf/public/cmcyr/cmcyr6d/xcmmi10.vf -texmf-dist/fonts/vf/public/cmcyr/cmcyr6d/xcmmi12.vf -texmf-dist/fonts/vf/public/cmcyr/cmcyr6d/xcmmi5.vf -texmf-dist/fonts/vf/public/cmcyr/cmcyr6d/xcmmi6.vf -texmf-dist/fonts/vf/public/cmcyr/cmcyr6d/xcmmi7.vf -texmf-dist/fonts/vf/public/cmcyr/cmcyr6d/xcmmi8.vf -texmf-dist/fonts/vf/public/cmcyr/cmcyr6d/xcmmi9.vf -texmf-dist/fonts/vf/public/cmcyr/cmcyr6d/xcmmib10.vf -texmf-dist/fonts/vf/public/cmcyr/cmcyr6d/xcmr10.vf -texmf-dist/fonts/vf/public/cmcyr/cmcyr6d/xcmr12.vf -texmf-dist/fonts/vf/public/cmcyr/cmcyr6d/xcmr17.vf -texmf-dist/fonts/vf/public/cmcyr/cmcyr6d/xcmr5.vf -texmf-dist/fonts/vf/public/cmcyr/cmcyr6d/xcmr6.vf -texmf-dist/fonts/vf/public/cmcyr/cmcyr6d/xcmr7.vf -texmf-dist/fonts/vf/public/cmcyr/cmcyr6d/xcmr8.vf -texmf-dist/fonts/vf/public/cmcyr/cmcyr6d/xcmr9.vf -texmf-dist/fonts/vf/public/cmcyr/cmcyr6d/xcmsl10.vf -texmf-dist/fonts/vf/public/cmcyr/cmcyr6d/xcmsl12.vf -texmf-dist/fonts/vf/public/cmcyr/cmcyr6d/xcmsl8.vf -texmf-dist/fonts/vf/public/cmcyr/cmcyr6d/xcmsl9.vf -texmf-dist/fonts/vf/public/cmcyr/cmcyr6d/xcmsltt10.vf -texmf-dist/fonts/vf/public/cmcyr/cmcyr6d/xcmss10.vf -texmf-dist/fonts/vf/public/cmcyr/cmcyr6d/xcmss12.vf -texmf-dist/fonts/vf/public/cmcyr/cmcyr6d/xcmss17.vf -texmf-dist/fonts/vf/public/cmcyr/cmcyr6d/xcmss8.vf -texmf-dist/fonts/vf/public/cmcyr/cmcyr6d/xcmss9.vf -texmf-dist/fonts/vf/public/cmcyr/cmcyr6d/xcmssbx10.vf -texmf-dist/fonts/vf/public/cmcyr/cmcyr6d/xcmssdc10.vf -texmf-dist/fonts/vf/public/cmcyr/cmcyr6d/xcmssi10.vf -texmf-dist/fonts/vf/public/cmcyr/cmcyr6d/xcmssi12.vf -texmf-dist/fonts/vf/public/cmcyr/cmcyr6d/xcmssi17.vf -texmf-dist/fonts/vf/public/cmcyr/cmcyr6d/xcmssi8.vf -texmf-dist/fonts/vf/public/cmcyr/cmcyr6d/xcmssi9.vf -texmf-dist/fonts/vf/public/cmcyr/cmcyr6d/xcmssq8.vf -texmf-dist/fonts/vf/public/cmcyr/cmcyr6d/xcmssqi8.vf -texmf-dist/fonts/vf/public/cmcyr/cmcyr6d/xcmti10.vf -texmf-dist/fonts/vf/public/cmcyr/cmcyr6d/xcmti12.vf -texmf-dist/fonts/vf/public/cmcyr/cmcyr6d/xcmti7.vf -texmf-dist/fonts/vf/public/cmcyr/cmcyr6d/xcmti8.vf -texmf-dist/fonts/vf/public/cmcyr/cmcyr6d/xcmti9.vf -texmf-dist/fonts/vf/public/cmcyr/cmcyr6d/xcmtt10.vf -texmf-dist/fonts/vf/public/cmcyr/cmcyr6d/xcmtt12.vf -texmf-dist/fonts/vf/public/cmcyr/cmcyr6d/xcmtt8.vf -texmf-dist/fonts/vf/public/cmcyr/cmcyr6d/xcmtt9.vf -texmf-dist/fonts/vf/public/cmcyr/cmcyr6d/xcmu10.vf -texmf-dist/fonts/vf/public/cmcyr/cmcyr6i/cmiso -texmf-dist/fonts/vf/public/cmcyr/cmcyr6i/cmisoe -texmf-dist/fonts/vf/public/cmcyr/cmcyr6i/cyriso -texmf-dist/fonts/vf/public/cmcyr/cmcyr6i/cyrisoe -texmf-dist/fonts/vf/public/cmcyr/cmcyr6i/merge.6i -texmf-dist/fonts/vf/public/cmcyr/cmcyr6i/merge.bat -texmf-dist/fonts/vf/public/cmcyr/cmcyr6i/merge.iso -texmf-dist/fonts/vf/public/cmcyr/cmcyr6i/wnciso -texmf-dist/fonts/vf/public/cmcyr/cmcyr6i/wncisoe -texmf-dist/fonts/vf/public/cmcyr/cmcyr6i/ycmb10.vf -texmf-dist/fonts/vf/public/cmcyr/cmcyr6i/ycmbx10.vf -texmf-dist/fonts/vf/public/cmcyr/cmcyr6i/ycmbx12.vf -texmf-dist/fonts/vf/public/cmcyr/cmcyr6i/ycmbx5.vf -texmf-dist/fonts/vf/public/cmcyr/cmcyr6i/ycmbx6.vf -texmf-dist/fonts/vf/public/cmcyr/cmcyr6i/ycmbx7.vf -texmf-dist/fonts/vf/public/cmcyr/cmcyr6i/ycmbx8.vf -texmf-dist/fonts/vf/public/cmcyr/cmcyr6i/ycmbx9.vf -texmf-dist/fonts/vf/public/cmcyr/cmcyr6i/ycmbxsl10.vf -texmf-dist/fonts/vf/public/cmcyr/cmcyr6i/ycmbxti10.vf -texmf-dist/fonts/vf/public/cmcyr/cmcyr6i/ycmcsc10.vf -texmf-dist/fonts/vf/public/cmcyr/cmcyr6i/ycmcsc8.vf -texmf-dist/fonts/vf/public/cmcyr/cmcyr6i/ycmcsc9.vf -texmf-dist/fonts/vf/public/cmcyr/cmcyr6i/ycminch.vf -texmf-dist/fonts/vf/public/cmcyr/cmcyr6i/ycmitt10.vf -texmf-dist/fonts/vf/public/cmcyr/cmcyr6i/ycmmi10.vf -texmf-dist/fonts/vf/public/cmcyr/cmcyr6i/ycmmi12.vf -texmf-dist/fonts/vf/public/cmcyr/cmcyr6i/ycmmi5.vf -texmf-dist/fonts/vf/public/cmcyr/cmcyr6i/ycmmi6.vf -texmf-dist/fonts/vf/public/cmcyr/cmcyr6i/ycmmi7.vf -texmf-dist/fonts/vf/public/cmcyr/cmcyr6i/ycmmi8.vf -texmf-dist/fonts/vf/public/cmcyr/cmcyr6i/ycmmi9.vf -texmf-dist/fonts/vf/public/cmcyr/cmcyr6i/ycmmib10.vf -texmf-dist/fonts/vf/public/cmcyr/cmcyr6i/ycmr10.vf -texmf-dist/fonts/vf/public/cmcyr/cmcyr6i/ycmr12.vf -texmf-dist/fonts/vf/public/cmcyr/cmcyr6i/ycmr17.vf -texmf-dist/fonts/vf/public/cmcyr/cmcyr6i/ycmr5.vf -texmf-dist/fonts/vf/public/cmcyr/cmcyr6i/ycmr6.vf -texmf-dist/fonts/vf/public/cmcyr/cmcyr6i/ycmr7.vf -texmf-dist/fonts/vf/public/cmcyr/cmcyr6i/ycmr8.vf -texmf-dist/fonts/vf/public/cmcyr/cmcyr6i/ycmr9.vf -texmf-dist/fonts/vf/public/cmcyr/cmcyr6i/ycmsl10.vf -texmf-dist/fonts/vf/public/cmcyr/cmcyr6i/ycmsl12.vf -texmf-dist/fonts/vf/public/cmcyr/cmcyr6i/ycmsl8.vf -texmf-dist/fonts/vf/public/cmcyr/cmcyr6i/ycmsl9.vf -texmf-dist/fonts/vf/public/cmcyr/cmcyr6i/ycmsltt10.vf -texmf-dist/fonts/vf/public/cmcyr/cmcyr6i/ycmss10.vf -texmf-dist/fonts/vf/public/cmcyr/cmcyr6i/ycmss12.vf -texmf-dist/fonts/vf/public/cmcyr/cmcyr6i/ycmss17.vf -texmf-dist/fonts/vf/public/cmcyr/cmcyr6i/ycmss8.vf -texmf-dist/fonts/vf/public/cmcyr/cmcyr6i/ycmss9.vf -texmf-dist/fonts/vf/public/cmcyr/cmcyr6i/ycmssbx10.vf -texmf-dist/fonts/vf/public/cmcyr/cmcyr6i/ycmssdc10.vf -texmf-dist/fonts/vf/public/cmcyr/cmcyr6i/ycmssi10.vf -texmf-dist/fonts/vf/public/cmcyr/cmcyr6i/ycmssi12.vf -texmf-dist/fonts/vf/public/cmcyr/cmcyr6i/ycmssi17.vf -texmf-dist/fonts/vf/public/cmcyr/cmcyr6i/ycmssi8.vf -texmf-dist/fonts/vf/public/cmcyr/cmcyr6i/ycmssi9.vf -texmf-dist/fonts/vf/public/cmcyr/cmcyr6i/ycmssq8.vf -texmf-dist/fonts/vf/public/cmcyr/cmcyr6i/ycmssqi8.vf -texmf-dist/fonts/vf/public/cmcyr/cmcyr6i/ycmti10.vf -texmf-dist/fonts/vf/public/cmcyr/cmcyr6i/ycmti12.vf -texmf-dist/fonts/vf/public/cmcyr/cmcyr6i/ycmti7.vf -texmf-dist/fonts/vf/public/cmcyr/cmcyr6i/ycmti8.vf -texmf-dist/fonts/vf/public/cmcyr/cmcyr6i/ycmti9.vf -texmf-dist/fonts/vf/public/cmcyr/cmcyr6i/ycmtt10.vf -texmf-dist/fonts/vf/public/cmcyr/cmcyr6i/ycmtt12.vf -texmf-dist/fonts/vf/public/cmcyr/cmcyr6i/ycmtt8.vf -texmf-dist/fonts/vf/public/cmcyr/cmcyr6i/ycmtt9.vf -texmf-dist/fonts/vf/public/cmcyr/cmcyr6i/ycmu10.vf -texmf-dist/fonts/vf/public/cmcyr/cmcyr6k/cmkde -texmf-dist/fonts/vf/public/cmcyr/cmcyr6k/cmkdee -texmf-dist/fonts/vf/public/cmcyr/cmcyr6k/cmkoi8 -texmf-dist/fonts/vf/public/cmcyr/cmcyr6k/cmkoi8e -texmf-dist/fonts/vf/public/cmcyr/cmcyr6k/cyrkde -texmf-dist/fonts/vf/public/cmcyr/cmcyr6k/cyrkdee -texmf-dist/fonts/vf/public/cmcyr/cmcyr6k/cyrkoi8 -texmf-dist/fonts/vf/public/cmcyr/cmcyr6k/cyrkoi8e -texmf-dist/fonts/vf/public/cmcyr/cmcyr6k/kcmb10.vf -texmf-dist/fonts/vf/public/cmcyr/cmcyr6k/kcmbx10.vf -texmf-dist/fonts/vf/public/cmcyr/cmcyr6k/kcmbx12.vf -texmf-dist/fonts/vf/public/cmcyr/cmcyr6k/kcmbx5.vf -texmf-dist/fonts/vf/public/cmcyr/cmcyr6k/kcmbx6.vf -texmf-dist/fonts/vf/public/cmcyr/cmcyr6k/kcmbx7.vf -texmf-dist/fonts/vf/public/cmcyr/cmcyr6k/kcmbx8.vf -texmf-dist/fonts/vf/public/cmcyr/cmcyr6k/kcmbx9.vf -texmf-dist/fonts/vf/public/cmcyr/cmcyr6k/kcmbxsl10.vf -texmf-dist/fonts/vf/public/cmcyr/cmcyr6k/kcmbxti10.vf -texmf-dist/fonts/vf/public/cmcyr/cmcyr6k/kcmcsc10.vf -texmf-dist/fonts/vf/public/cmcyr/cmcyr6k/kcmcsc8.vf -texmf-dist/fonts/vf/public/cmcyr/cmcyr6k/kcmcsc9.vf -texmf-dist/fonts/vf/public/cmcyr/cmcyr6k/kcminch.vf -texmf-dist/fonts/vf/public/cmcyr/cmcyr6k/kcmitt10.vf -texmf-dist/fonts/vf/public/cmcyr/cmcyr6k/kcmmi10.vf -texmf-dist/fonts/vf/public/cmcyr/cmcyr6k/kcmmi12.vf -texmf-dist/fonts/vf/public/cmcyr/cmcyr6k/kcmmi5.vf -texmf-dist/fonts/vf/public/cmcyr/cmcyr6k/kcmmi6.vf -texmf-dist/fonts/vf/public/cmcyr/cmcyr6k/kcmmi7.vf -texmf-dist/fonts/vf/public/cmcyr/cmcyr6k/kcmmi8.vf -texmf-dist/fonts/vf/public/cmcyr/cmcyr6k/kcmmi9.vf -texmf-dist/fonts/vf/public/cmcyr/cmcyr6k/kcmmib10.vf -texmf-dist/fonts/vf/public/cmcyr/cmcyr6k/kcmr10.vf -texmf-dist/fonts/vf/public/cmcyr/cmcyr6k/kcmr12.vf -texmf-dist/fonts/vf/public/cmcyr/cmcyr6k/kcmr17.vf -texmf-dist/fonts/vf/public/cmcyr/cmcyr6k/kcmr5.vf -texmf-dist/fonts/vf/public/cmcyr/cmcyr6k/kcmr6.vf -texmf-dist/fonts/vf/public/cmcyr/cmcyr6k/kcmr7.vf -texmf-dist/fonts/vf/public/cmcyr/cmcyr6k/kcmr8.vf -texmf-dist/fonts/vf/public/cmcyr/cmcyr6k/kcmr9.vf -texmf-dist/fonts/vf/public/cmcyr/cmcyr6k/kcmsl10.vf -texmf-dist/fonts/vf/public/cmcyr/cmcyr6k/kcmsl12.vf -texmf-dist/fonts/vf/public/cmcyr/cmcyr6k/kcmsl8.vf -texmf-dist/fonts/vf/public/cmcyr/cmcyr6k/kcmsl9.vf -texmf-dist/fonts/vf/public/cmcyr/cmcyr6k/kcmsltt10.vf -texmf-dist/fonts/vf/public/cmcyr/cmcyr6k/kcmss10.vf -texmf-dist/fonts/vf/public/cmcyr/cmcyr6k/kcmss12.vf -texmf-dist/fonts/vf/public/cmcyr/cmcyr6k/kcmss17.vf -texmf-dist/fonts/vf/public/cmcyr/cmcyr6k/kcmss8.vf -texmf-dist/fonts/vf/public/cmcyr/cmcyr6k/kcmss9.vf -texmf-dist/fonts/vf/public/cmcyr/cmcyr6k/kcmssbx10.vf -texmf-dist/fonts/vf/public/cmcyr/cmcyr6k/kcmssdc10.vf -texmf-dist/fonts/vf/public/cmcyr/cmcyr6k/kcmssi10.vf -texmf-dist/fonts/vf/public/cmcyr/cmcyr6k/kcmssi12.vf -texmf-dist/fonts/vf/public/cmcyr/cmcyr6k/kcmssi17.vf -texmf-dist/fonts/vf/public/cmcyr/cmcyr6k/kcmssi8.vf -texmf-dist/fonts/vf/public/cmcyr/cmcyr6k/kcmssi9.vf -texmf-dist/fonts/vf/public/cmcyr/cmcyr6k/kcmssq8.vf -texmf-dist/fonts/vf/public/cmcyr/cmcyr6k/kcmssqi8.vf -texmf-dist/fonts/vf/public/cmcyr/cmcyr6k/kcmti10.vf -texmf-dist/fonts/vf/public/cmcyr/cmcyr6k/kcmti12.vf -texmf-dist/fonts/vf/public/cmcyr/cmcyr6k/kcmti7.vf -texmf-dist/fonts/vf/public/cmcyr/cmcyr6k/kcmti8.vf -texmf-dist/fonts/vf/public/cmcyr/cmcyr6k/kcmti9.vf -texmf-dist/fonts/vf/public/cmcyr/cmcyr6k/kcmtt10.vf -texmf-dist/fonts/vf/public/cmcyr/cmcyr6k/kcmtt12.vf -texmf-dist/fonts/vf/public/cmcyr/cmcyr6k/kcmtt8.vf -texmf-dist/fonts/vf/public/cmcyr/cmcyr6k/kcmtt9.vf -texmf-dist/fonts/vf/public/cmcyr/cmcyr6k/kcmu10.vf -texmf-dist/fonts/vf/public/cmcyr/cmcyr6k/merge.6k -texmf-dist/fonts/vf/public/cmcyr/cmcyr6k/merge.bat -texmf-dist/fonts/vf/public/cmcyr/cmcyr6k/merge.koi -texmf-dist/fonts/vf/public/cmcyr/cmcyr6k/wnckoi8 -texmf-dist/fonts/vf/public/cmcyr/cmcyr6k/wnckoi8e -texmf-dist/fonts/vf/public/cmcyr/cmcyr6w/cmwin -texmf-dist/fonts/vf/public/cmcyr/cmcyr6w/wcmb10.vf -texmf-dist/fonts/vf/public/cmcyr/cmcyr6w/wcmbx10.vf -texmf-dist/fonts/vf/public/cmcyr/cmcyr6w/wcmbx12.vf -texmf-dist/fonts/vf/public/cmcyr/cmcyr6w/wcmbx5.vf -texmf-dist/fonts/vf/public/cmcyr/cmcyr6w/wcmbx6.vf -texmf-dist/fonts/vf/public/cmcyr/cmcyr6w/wcmbx7.vf -texmf-dist/fonts/vf/public/cmcyr/cmcyr6w/wcmbx8.vf -texmf-dist/fonts/vf/public/cmcyr/cmcyr6w/wcmbx9.vf -texmf-dist/fonts/vf/public/cmcyr/cmcyr6w/wcmbxsl10.vf -texmf-dist/fonts/vf/public/cmcyr/cmcyr6w/wcmbxti10.vf -texmf-dist/fonts/vf/public/cmcyr/cmcyr6w/wcmcsc10.vf -texmf-dist/fonts/vf/public/cmcyr/cmcyr6w/wcmcsc8.vf -texmf-dist/fonts/vf/public/cmcyr/cmcyr6w/wcmcsc9.vf -texmf-dist/fonts/vf/public/cmcyr/cmcyr6w/wcminch.vf -texmf-dist/fonts/vf/public/cmcyr/cmcyr6w/wcmitt10.vf -texmf-dist/fonts/vf/public/cmcyr/cmcyr6w/wcmmi10.vf -texmf-dist/fonts/vf/public/cmcyr/cmcyr6w/wcmmi12.vf -texmf-dist/fonts/vf/public/cmcyr/cmcyr6w/wcmmi5.vf -texmf-dist/fonts/vf/public/cmcyr/cmcyr6w/wcmmi6.vf -texmf-dist/fonts/vf/public/cmcyr/cmcyr6w/wcmmi7.vf -texmf-dist/fonts/vf/public/cmcyr/cmcyr6w/wcmmi8.vf -texmf-dist/fonts/vf/public/cmcyr/cmcyr6w/wcmmi9.vf -texmf-dist/fonts/vf/public/cmcyr/cmcyr6w/wcmmib10.vf -texmf-dist/fonts/vf/public/cmcyr/cmcyr6w/wcmr10.vf -texmf-dist/fonts/vf/public/cmcyr/cmcyr6w/wcmr12.vf -texmf-dist/fonts/vf/public/cmcyr/cmcyr6w/wcmr17.vf -texmf-dist/fonts/vf/public/cmcyr/cmcyr6w/wcmr5.vf -texmf-dist/fonts/vf/public/cmcyr/cmcyr6w/wcmr6.vf -texmf-dist/fonts/vf/public/cmcyr/cmcyr6w/wcmr7.vf -texmf-dist/fonts/vf/public/cmcyr/cmcyr6w/wcmr8.vf -texmf-dist/fonts/vf/public/cmcyr/cmcyr6w/wcmr9.vf -texmf-dist/fonts/vf/public/cmcyr/cmcyr6w/wcmsl10.vf -texmf-dist/fonts/vf/public/cmcyr/cmcyr6w/wcmsl12.vf -texmf-dist/fonts/vf/public/cmcyr/cmcyr6w/wcmsl8.vf -texmf-dist/fonts/vf/public/cmcyr/cmcyr6w/wcmsl9.vf -texmf-dist/fonts/vf/public/cmcyr/cmcyr6w/wcmsltt10.vf -texmf-dist/fonts/vf/public/cmcyr/cmcyr6w/wcmss10.vf -texmf-dist/fonts/vf/public/cmcyr/cmcyr6w/wcmss12.vf -texmf-dist/fonts/vf/public/cmcyr/cmcyr6w/wcmss17.vf -texmf-dist/fonts/vf/public/cmcyr/cmcyr6w/wcmss8.vf -texmf-dist/fonts/vf/public/cmcyr/cmcyr6w/wcmss9.vf -texmf-dist/fonts/vf/public/cmcyr/cmcyr6w/wcmssbx10.vf -texmf-dist/fonts/vf/public/cmcyr/cmcyr6w/wcmssdc10.vf -texmf-dist/fonts/vf/public/cmcyr/cmcyr6w/wcmssi10.vf -texmf-dist/fonts/vf/public/cmcyr/cmcyr6w/wcmssi12.vf -texmf-dist/fonts/vf/public/cmcyr/cmcyr6w/wcmssi17.vf -texmf-dist/fonts/vf/public/cmcyr/cmcyr6w/wcmssi8.vf -texmf-dist/fonts/vf/public/cmcyr/cmcyr6w/wcmssi9.vf -texmf-dist/fonts/vf/public/cmcyr/cmcyr6w/wcmssq8.vf -texmf-dist/fonts/vf/public/cmcyr/cmcyr6w/wcmssqi8.vf -texmf-dist/fonts/vf/public/cmcyr/cmcyr6w/wcmti10.vf -texmf-dist/fonts/vf/public/cmcyr/cmcyr6w/wcmti12.vf -texmf-dist/fonts/vf/public/cmcyr/cmcyr6w/wcmti7.vf -texmf-dist/fonts/vf/public/cmcyr/cmcyr6w/wcmti8.vf -texmf-dist/fonts/vf/public/cmcyr/cmcyr6w/wcmti9.vf -texmf-dist/fonts/vf/public/cmcyr/cmcyr6w/wcmtt10.vf -texmf-dist/fonts/vf/public/cmcyr/cmcyr6w/wcmtt12.vf -texmf-dist/fonts/vf/public/cmcyr/cmcyr6w/wcmtt8.vf -texmf-dist/fonts/vf/public/cmcyr/cmcyr6w/wcmtt9.vf -texmf-dist/fonts/vf/public/cmcyr/cmcyr6w/wcmu10.vf -texmf-dist/tpm/cmcyr.tpm - - texmf-dist/doc/fonts/cmcyr/README - - - - Package/cmcyr - - - diff -Nru texlive-lang-2007.dfsg.4/texmf-dist/tpm/croatian.tpm texlive-lang-2009/texmf-dist/tpm/croatian.tpm --- texlive-lang-2007.dfsg.4/texmf-dist/tpm/croatian.tpm 2006-12-17 14:15:44.000000000 +0000 +++ texlive-lang-2009/texmf-dist/tpm/croatian.tpm 1970-01-01 01:00:00.000000000 +0100 @@ -1,72 +0,0 @@ - - - - croatian - Package - 2006/01/09 00:47:01 - - rahtz - Fonts for typesetting Croatian scripts. - -Plain TeX macros and fonts (MetaFont source files) for typesetting -Croatian scripts. - - unknown - 312295 - - - -texmf-dist/fonts/source/public/croatian/bass.mf -texmf-dist/fonts/source/public/croatian/bass10.mf -texmf-dist/fonts/source/public/croatian/basscc.mf -texmf-dist/fonts/source/public/croatian/cal.mf -texmf-dist/fonts/source/public/croatian/cal10.mf -texmf-dist/fonts/source/public/croatian/croatian-i.mf -texmf-dist/fonts/source/public/croatian/croblm.mf -texmf-dist/fonts/source/public/croatian/croblv.mf -texmf-dist/fonts/source/public/croatian/crocyrm.mf -texmf-dist/fonts/source/public/croatian/crocyrv.mf -texmf-dist/fonts/source/public/croatian/gg.mf -texmf-dist/fonts/source/public/croatian/gg10.mf -texmf-dist/fonts/source/public/croatian/ggv.mf -texmf-dist/fonts/source/public/croatian/ggv1.mf -texmf-dist/fonts/source/public/croatian/glz.mf -texmf-dist/fonts/source/public/croatian/hcyr.mf -texmf-dist/fonts/source/public/croatian/kraj.mf -texmf-dist/fonts/source/public/croatian/kur.mf -texmf-dist/fonts/source/public/croatian/kurzivm.mf -texmf-dist/fonts/source/public/croatian/kurzivv.mf -texmf-dist/fonts/source/public/croatian/lom.mf -texmf-dist/fonts/source/public/croatian/lomm.mf -texmf-dist/fonts/source/public/croatian/lomv.mf -texmf-dist/fonts/source/public/croatian/obl.mf -texmf-dist/fonts/source/public/croatian/obl10.mf -texmf-dist/fonts/source/public/croatian/oblm.mf -texmf-dist/fonts/source/public/croatian/oblv.mf -texmf-dist/fonts/source/public/croatian/ple.mf -texmf-dist/fonts/source/public/croatian/plet.mf -texmf-dist/fonts/source/public/croatian/pleter.mf -texmf-dist/fonts/source/public/croatian/stechak.mf -texmf-dist/fonts/source/public/croatian/ugl.mf -texmf-dist/fonts/source/public/croatian/ugl10.mf -texmf-dist/fonts/source/public/croatian/ugv.mf -texmf-dist/fonts/source/public/croatian/ugve.mf -texmf-dist/tex/plain/croatian/glhyphen.tex -texmf-dist/tex/plain/croatian/llig.tex -texmf-dist/tex/plain/croatian/ste.tex -texmf-dist/tex/plain/croatian/ttabl.tex -texmf-dist/tex/plain/croatian/ttablb.tex -texmf-dist/tex/plain/croatian/ttablhc.tex -texmf-dist/tex/plain/croatian/ttablo.tex -texmf-dist/tex/plain/croatian/ttabloku.tex -texmf-dist/tex/plain/croatian/ttlis.tex -texmf-dist/tpm/croatian.tpm - - -texmf-dist/doc/fonts/croatian/crogl.tex -texmf-dist/doc/fonts/croatian/readme.txt - - Package/croatian - - - diff -Nru texlive-lang-2007.dfsg.4/texmf-dist/tpm/cslatex.tpm texlive-lang-2009/texmf-dist/tpm/cslatex.tpm --- texlive-lang-2007.dfsg.4/texmf-dist/tpm/cslatex.tpm 2006-12-17 14:15:44.000000000 +0000 +++ texlive-lang-2009/texmf-dist/tpm/cslatex.tpm 1970-01-01 01:00:00.000000000 +0100 @@ -1,80 +0,0 @@ - - - - cslatex - Package - 2006/01/11 23:03:17 - 5.94a - popineau - LaTeX support for Czech/Slovak typesetting. - - -Jiri Zlatuska and Zdenek Wagner and Jaroslav Snajdr - - 283579 - - - -texmf-dist/tex/cslatex/base/cslatex-utf8.ini -texmf-dist/tex/cslatex/base/cslatex.ini -texmf-dist/tex/cslatex/base/cspsfont.il2 -texmf-dist/tex/cslatex/base/cspsfont.tex -texmf-dist/tex/cslatex/base/cspsfont.xl2 -texmf-dist/tex/cslatex/base/fonttext.cfg -texmf-dist/tex/cslatex/base/hyphen.cfg -texmf-dist/tex/cslatex/base/il2pag.fd -texmf-dist/tex/cslatex/base/il2pbk.fd -texmf-dist/tex/cslatex/base/il2pcr.fd -texmf-dist/tex/cslatex/base/il2phv.fd -texmf-dist/tex/cslatex/base/il2phvn.fd -texmf-dist/tex/cslatex/base/il2pnc.fd -texmf-dist/tex/cslatex/base/il2ppl.fd -texmf-dist/tex/cslatex/base/il2ptm.fd -texmf-dist/tex/cslatex/base/il2pzc.fd -texmf-dist/tex/cslatex/base/nhelvet.sty -texmf-dist/tex/cslatex/base/ntimes.sty -texmf-dist/tex/cslatex/base/xl2pag.fd -texmf-dist/tex/cslatex/base/xl2pbk.fd -texmf-dist/tex/cslatex/base/xl2pcr.fd -texmf-dist/tex/cslatex/base/xl2phv.fd -texmf-dist/tex/cslatex/base/xl2phvn.fd -texmf-dist/tex/cslatex/base/xl2pnc.fd -texmf-dist/tex/cslatex/base/xl2ppl.fd -texmf-dist/tex/cslatex/base/xl2ptm.fd -texmf-dist/tex/cslatex/base/xl2pzc.fd -texmf-dist/tex/latex/cslatex/il2cmdh.fd -texmf-dist/tex/latex/cslatex/il2cmfib.fd -texmf-dist/tex/latex/cslatex/il2cmfr.fd -texmf-dist/tex/latex/cslatex/il2cmr.fd -texmf-dist/tex/latex/cslatex/il2cmss.fd -texmf-dist/tex/latex/cslatex/il2cmtt.fd -texmf-dist/tex/latex/cslatex/il2cmvtt.fd -texmf-dist/tex/latex/cslatex/il2enc.def -texmf-dist/tex/latex/cslatex/il2lcmss.fd -texmf-dist/tex/latex/cslatex/il2lcmtt.fd -texmf-dist/tpm/cslatex.tpm - - -texmf-dist/doc/cslatex/base/INSTALL.cslatex -texmf-dist/doc/cslatex/base/README-cspsfont -texmf-dist/doc/cslatex/base/README.cslatex -texmf-dist/doc/cslatex/base/cs-fonts.doc -texmf-dist/doc/cslatex/base/cscorr.tab -texmf-dist/doc/cslatex/base/csplain.doc -texmf-dist/doc/cslatex/base/license.eng -texmf-dist/doc/cslatex/base/mklinks -texmf-dist/doc/cslatex/base/parpozn.tex -texmf-dist/doc/cslatex/base/prvni.tex -texmf-dist/doc/cslatex/base/test8z.tex -texmf-dist/doc/cslatex/base/testlat.tex -texmf-dist/doc/cslatex/base/zmeny.txt - - -texmf-dist/source/cslatex/base/cslatex.dtx -texmf-dist/source/cslatex/base/cslatex.ins -texmf-dist/source/cslatex/base/cslatex.txt - - Package/cslatex - - - diff -Nru texlive-lang-2007.dfsg.4/texmf-dist/tpm/csplain.tpm texlive-lang-2009/texmf-dist/tpm/csplain.tpm --- texlive-lang-2007.dfsg.4/texmf-dist/tpm/csplain.tpm 2006-12-17 14:15:44.000000000 +0000 +++ texlive-lang-2009/texmf-dist/tpm/csplain.tpm 1970-01-01 01:00:00.000000000 +0100 @@ -1,53 +0,0 @@ - - - - csplain - Package - 1970/01/01 00:00:00 - 5.94a - staszek - -Plain TeX support for Czech/Slovak typesetting. - - - Petr Olsak - 121209 - - - -texmf-dist/tex/csplain/base/cavantga.tex -texmf-dist/tex/csplain/base/cbookman.tex -texmf-dist/tex/csplain/base/chelvet.tex -texmf-dist/tex/csplain/base/cncent.tex -texmf-dist/tex/csplain/base/cpalatin.tex -texmf-dist/tex/csplain/base/csenc-k.tex -texmf-dist/tex/csplain/base/csenc-p.tex -texmf-dist/tex/csplain/base/csenc-u.tex -texmf-dist/tex/csplain/base/csenc-w.tex -texmf-dist/tex/csplain/base/cseplain.ini -texmf-dist/tex/csplain/base/csfonts.tex -texmf-dist/tex/csplain/base/csplain-utf8.ini -texmf-dist/tex/csplain/base/csplain.ini -texmf-dist/tex/csplain/base/ctimes.tex -texmf-dist/tex/csplain/base/czech.sty -texmf-dist/tex/csplain/base/czhyphen.ex -texmf-dist/tex/csplain/base/czhyphen.tex -texmf-dist/tex/csplain/base/dcfonts.tex -texmf-dist/tex/csplain/base/ecfonts.tex -texmf-dist/tex/csplain/base/extcode.tex -texmf-dist/tex/csplain/base/fonttabs.tex -texmf-dist/tex/csplain/base/hyphen.ex -texmf-dist/tex/csplain/base/hyphen.lan -texmf-dist/tex/csplain/base/il2code.tex -texmf-dist/tex/csplain/base/plaina4.tex -texmf-dist/tex/csplain/base/skhyphen.ex -texmf-dist/tex/csplain/base/skhyphen.tex -texmf-dist/tex/csplain/base/slovak.sty -texmf-dist/tex/csplain/base/t1code.tex -texmf-dist/tex/csplain/base/ttimes.tex -texmf-dist/tpm/csplain.tpm - - Package/csplain - - - diff -Nru texlive-lang-2007.dfsg.4/texmf-dist/tpm/cs.tpm texlive-lang-2009/texmf-dist/tpm/cs.tpm --- texlive-lang-2007.dfsg.4/texmf-dist/tpm/cs.tpm 2006-12-17 14:15:44.000000000 +0000 +++ texlive-lang-2009/texmf-dist/tpm/cs.tpm 1970-01-01 01:00:00.000000000 +0100 @@ -1,350 +0,0 @@ - - - - cs - Package - 1970/01/01 00:00:00 - - rahtz - CM fonts extension for Czech/Slovak. - -Computer Modern fonts extended with Czech/Slovak characters -in MetaFont source files and Type 1 .pfb format. - - - 2334112 - - - -texmf-dist/dvips/cs/config.cs -texmf-dist/fonts/enc/dvips/cs/csin.enc -texmf-dist/fonts/enc/dvips/cs/csr.enc -texmf-dist/fonts/enc/dvips/cs/csr1.enc -texmf-dist/fonts/enc/dvips/cs/cstt.enc -texmf-dist/fonts/map/dvips/cs/csfont-e.map -texmf-dist/fonts/map/dvips/cs/csother.map -texmf-dist/fonts/map/dvips/cs/cstext.map -texmf-dist/fonts/source/public/cs/csaccent.mf -texmf-dist/fonts/source/public/cs/csacutl.mf -texmf-dist/fonts/source/public/cs/csacutu.mf -texmf-dist/fonts/source/public/cs/csadded.mf -texmf-dist/fonts/source/public/cs/csb10.mf -texmf-dist/fonts/source/public/cs/csb12.mf -texmf-dist/fonts/source/public/cs/csb17.mf -texmf-dist/fonts/source/public/cs/csb5.mf -texmf-dist/fonts/source/public/cs/csb6.mf -texmf-dist/fonts/source/public/cs/csb7.mf -texmf-dist/fonts/source/public/cs/csb8.mf -texmf-dist/fonts/source/public/cs/csb9.mf -texmf-dist/fonts/source/public/cs/csbx10.mf -texmf-dist/fonts/source/public/cs/csbx12.mf -texmf-dist/fonts/source/public/cs/csbx5.mf -texmf-dist/fonts/source/public/cs/csbx6.mf -texmf-dist/fonts/source/public/cs/csbx7.mf -texmf-dist/fonts/source/public/cs/csbx8.mf -texmf-dist/fonts/source/public/cs/csbx9.mf -texmf-dist/fonts/source/public/cs/csbxsl10.mf -texmf-dist/fonts/source/public/cs/csbxsl12.mf -texmf-dist/fonts/source/public/cs/csbxsl5.mf -texmf-dist/fonts/source/public/cs/csbxsl6.mf -texmf-dist/fonts/source/public/cs/csbxsl7.mf -texmf-dist/fonts/source/public/cs/csbxsl8.mf -texmf-dist/fonts/source/public/cs/csbxsl9.mf -texmf-dist/fonts/source/public/cs/csbxti10.mf -texmf-dist/fonts/source/public/cs/csbxti12.mf -texmf-dist/fonts/source/public/cs/csbxti17.mf -texmf-dist/fonts/source/public/cs/cscode.mf -texmf-dist/fonts/source/public/cs/cscsc10.mf -texmf-dist/fonts/source/public/cs/cscsc12.mf -texmf-dist/fonts/source/public/cs/cscsc17.mf -texmf-dist/fonts/source/public/cs/cscsc8.mf -texmf-dist/fonts/source/public/cs/cscsc9.mf -texmf-dist/fonts/source/public/cs/csdunh10.mf -texmf-dist/fonts/source/public/cs/csdunh12.mf -texmf-dist/fonts/source/public/cs/csdunh17.mf -texmf-dist/fonts/source/public/cs/csdunh5.mf -texmf-dist/fonts/source/public/cs/csdunh6.mf -texmf-dist/fonts/source/public/cs/csdunh7.mf -texmf-dist/fonts/source/public/cs/csdunh8.mf -texmf-dist/fonts/source/public/cs/csdunh9.mf -texmf-dist/fonts/source/public/cs/csff10.mf -texmf-dist/fonts/source/public/cs/csfi10.mf -texmf-dist/fonts/source/public/cs/csfib10.mf -texmf-dist/fonts/source/public/cs/csfib12.mf -texmf-dist/fonts/source/public/cs/csfib8.mf -texmf-dist/fonts/source/public/cs/csfib9.mf -texmf-dist/fonts/source/public/cs/cshachel.mf -texmf-dist/fonts/source/public/cs/cshacheu.mf -texmf-dist/fonts/source/public/cs/cshyph.mf -texmf-dist/fonts/source/public/cs/csiacutl.mf -texmf-dist/fonts/source/public/cs/csihachl.mf -texmf-dist/fonts/source/public/cs/csinch.mf -texmf-dist/fonts/source/public/cs/csiothrl.mf -texmf-dist/fonts/source/public/cs/csitt10.mf -texmf-dist/fonts/source/public/cs/csitt12.mf -texmf-dist/fonts/source/public/cs/csitt17.mf -texmf-dist/fonts/source/public/cs/csitt8.mf -texmf-dist/fonts/source/public/cs/csitt9.mf -texmf-dist/fonts/source/public/cs/csotherl.mf -texmf-dist/fonts/source/public/cs/csotheru.mf -texmf-dist/fonts/source/public/cs/csr10.mf -texmf-dist/fonts/source/public/cs/csr12.mf -texmf-dist/fonts/source/public/cs/csr17.mf -texmf-dist/fonts/source/public/cs/csr5.mf -texmf-dist/fonts/source/public/cs/csr6.mf -texmf-dist/fonts/source/public/cs/csr7.mf -texmf-dist/fonts/source/public/cs/csr8.mf -texmf-dist/fonts/source/public/cs/csr9.mf -texmf-dist/fonts/source/public/cs/cssl10.mf -texmf-dist/fonts/source/public/cs/cssl12.mf -texmf-dist/fonts/source/public/cs/cssl17.mf -texmf-dist/fonts/source/public/cs/cssl5.mf -texmf-dist/fonts/source/public/cs/cssl6.mf -texmf-dist/fonts/source/public/cs/cssl7.mf -texmf-dist/fonts/source/public/cs/cssl8.mf -texmf-dist/fonts/source/public/cs/cssl9.mf -texmf-dist/fonts/source/public/cs/cssltt10.mf -texmf-dist/fonts/source/public/cs/cssltt12.mf -texmf-dist/fonts/source/public/cs/cssltt8.mf -texmf-dist/fonts/source/public/cs/cssltt9.mf -texmf-dist/fonts/source/public/cs/csss10.mf -texmf-dist/fonts/source/public/cs/csss12.mf -texmf-dist/fonts/source/public/cs/csss17.mf -texmf-dist/fonts/source/public/cs/csss8.mf -texmf-dist/fonts/source/public/cs/csss9.mf -texmf-dist/fonts/source/public/cs/csssbx10.mf -texmf-dist/fonts/source/public/cs/csssbx12.mf -texmf-dist/fonts/source/public/cs/csssbx17.mf -texmf-dist/fonts/source/public/cs/csssbx9.mf -texmf-dist/fonts/source/public/cs/csssdc10.mf -texmf-dist/fonts/source/public/cs/csssi10.mf -texmf-dist/fonts/source/public/cs/csssi12.mf -texmf-dist/fonts/source/public/cs/csssi17.mf -texmf-dist/fonts/source/public/cs/csssi8.mf -texmf-dist/fonts/source/public/cs/csssi9.mf -texmf-dist/fonts/source/public/cs/csssq8.mf -texmf-dist/fonts/source/public/cs/csssqi8.mf -texmf-dist/fonts/source/public/cs/cstcsc10.mf -texmf-dist/fonts/source/public/cs/cstcsc12.mf -texmf-dist/fonts/source/public/cs/cstcsc17.mf -texmf-dist/fonts/source/public/cs/cstex10.mf -texmf-dist/fonts/source/public/cs/cstex8.mf -texmf-dist/fonts/source/public/cs/cstex9.mf -texmf-dist/fonts/source/public/cs/csti10.mf -texmf-dist/fonts/source/public/cs/csti12.mf -texmf-dist/fonts/source/public/cs/csti17.mf -texmf-dist/fonts/source/public/cs/csti7.mf -texmf-dist/fonts/source/public/cs/csti8.mf -texmf-dist/fonts/source/public/cs/csti9.mf -texmf-dist/fonts/source/public/cs/cstt10.mf -texmf-dist/fonts/source/public/cs/cstt12.mf -texmf-dist/fonts/source/public/cs/cstt8.mf -texmf-dist/fonts/source/public/cs/cstt9.mf -texmf-dist/fonts/source/public/cs/csu10.mf -texmf-dist/fonts/source/public/cs/csu12.mf -texmf-dist/fonts/source/public/cs/csu17.mf -texmf-dist/fonts/source/public/cs/csu7.mf -texmf-dist/fonts/source/public/cs/csu8.mf -texmf-dist/fonts/source/public/cs/csu9.mf -texmf-dist/fonts/source/public/cs/csvtt10.mf -texmf-dist/fonts/source/public/cs/csvtt12.mf -texmf-dist/fonts/source/public/cs/csvtt8.mf -texmf-dist/fonts/source/public/cs/csvtt9.mf -texmf-dist/fonts/source/public/cs/icscsc10.mf -texmf-dist/fonts/source/public/cs/icstt8.mf -texmf-dist/fonts/source/public/cs/ilcsss8.mf -texmf-dist/fonts/source/public/cs/ilcsssb8.mf -texmf-dist/fonts/source/public/cs/ilcsssi8.mf -texmf-dist/fonts/source/public/cs/kmcsc.mf -texmf-dist/fonts/source/public/cs/kmroman.mf -texmf-dist/fonts/source/public/cs/kmtexset.mf -texmf-dist/fonts/source/public/cs/kmtextit.mf -texmf-dist/fonts/source/public/cs/kmtitle.mf -texmf-dist/fonts/source/public/cs/lcsss8.mf -texmf-dist/fonts/source/public/cs/lcsssb8.mf -texmf-dist/fonts/source/public/cs/lcsssi8.mf -texmf-dist/fonts/tfm/public/cs/csb10.tfm -texmf-dist/fonts/tfm/public/cs/csb12.tfm -texmf-dist/fonts/tfm/public/cs/csb17.tfm -texmf-dist/fonts/tfm/public/cs/csb5.tfm -texmf-dist/fonts/tfm/public/cs/csb6.tfm -texmf-dist/fonts/tfm/public/cs/csb7.tfm -texmf-dist/fonts/tfm/public/cs/csb8.tfm -texmf-dist/fonts/tfm/public/cs/csb9.tfm -texmf-dist/fonts/tfm/public/cs/csbx10.tfm -texmf-dist/fonts/tfm/public/cs/csbx12.tfm -texmf-dist/fonts/tfm/public/cs/csbx5.tfm -texmf-dist/fonts/tfm/public/cs/csbx6.tfm -texmf-dist/fonts/tfm/public/cs/csbx7.tfm -texmf-dist/fonts/tfm/public/cs/csbx8.tfm -texmf-dist/fonts/tfm/public/cs/csbx9.tfm -texmf-dist/fonts/tfm/public/cs/csbxsl10.tfm -texmf-dist/fonts/tfm/public/cs/csbxsl12.tfm -texmf-dist/fonts/tfm/public/cs/csbxsl5.tfm -texmf-dist/fonts/tfm/public/cs/csbxsl6.tfm -texmf-dist/fonts/tfm/public/cs/csbxsl7.tfm -texmf-dist/fonts/tfm/public/cs/csbxsl8.tfm -texmf-dist/fonts/tfm/public/cs/csbxsl9.tfm -texmf-dist/fonts/tfm/public/cs/csbxti10.tfm -texmf-dist/fonts/tfm/public/cs/csbxti12.tfm -texmf-dist/fonts/tfm/public/cs/csbxti17.tfm -texmf-dist/fonts/tfm/public/cs/cscsc10.tfm -texmf-dist/fonts/tfm/public/cs/cscsc12.tfm -texmf-dist/fonts/tfm/public/cs/cscsc17.tfm -texmf-dist/fonts/tfm/public/cs/cscsc8.tfm -texmf-dist/fonts/tfm/public/cs/cscsc9.tfm -texmf-dist/fonts/tfm/public/cs/csdunh10.tfm -texmf-dist/fonts/tfm/public/cs/csdunh12.tfm -texmf-dist/fonts/tfm/public/cs/csdunh17.tfm -texmf-dist/fonts/tfm/public/cs/csdunh5.tfm -texmf-dist/fonts/tfm/public/cs/csdunh6.tfm -texmf-dist/fonts/tfm/public/cs/csdunh7.tfm -texmf-dist/fonts/tfm/public/cs/csdunh8.tfm -texmf-dist/fonts/tfm/public/cs/csdunh9.tfm -texmf-dist/fonts/tfm/public/cs/csff10.tfm -texmf-dist/fonts/tfm/public/cs/csfi10.tfm -texmf-dist/fonts/tfm/public/cs/csfib10.tfm -texmf-dist/fonts/tfm/public/cs/csfib12.tfm -texmf-dist/fonts/tfm/public/cs/csfib8.tfm -texmf-dist/fonts/tfm/public/cs/csfib9.tfm -texmf-dist/fonts/tfm/public/cs/csinch.tfm -texmf-dist/fonts/tfm/public/cs/csitt10.tfm -texmf-dist/fonts/tfm/public/cs/csitt12.tfm -texmf-dist/fonts/tfm/public/cs/csitt17.tfm -texmf-dist/fonts/tfm/public/cs/csitt8.tfm -texmf-dist/fonts/tfm/public/cs/csitt9.tfm -texmf-dist/fonts/tfm/public/cs/csr10.tfm -texmf-dist/fonts/tfm/public/cs/csr12.tfm -texmf-dist/fonts/tfm/public/cs/csr17.tfm -texmf-dist/fonts/tfm/public/cs/csr5.tfm -texmf-dist/fonts/tfm/public/cs/csr6.tfm -texmf-dist/fonts/tfm/public/cs/csr7.tfm -texmf-dist/fonts/tfm/public/cs/csr8.tfm -texmf-dist/fonts/tfm/public/cs/csr9.tfm -texmf-dist/fonts/tfm/public/cs/cssl10.tfm -texmf-dist/fonts/tfm/public/cs/cssl12.tfm -texmf-dist/fonts/tfm/public/cs/cssl17.tfm -texmf-dist/fonts/tfm/public/cs/cssl5.tfm -texmf-dist/fonts/tfm/public/cs/cssl6.tfm -texmf-dist/fonts/tfm/public/cs/cssl7.tfm -texmf-dist/fonts/tfm/public/cs/cssl8.tfm -texmf-dist/fonts/tfm/public/cs/cssl9.tfm -texmf-dist/fonts/tfm/public/cs/cssltt10.tfm -texmf-dist/fonts/tfm/public/cs/cssltt12.tfm -texmf-dist/fonts/tfm/public/cs/cssltt8.tfm -texmf-dist/fonts/tfm/public/cs/cssltt9.tfm -texmf-dist/fonts/tfm/public/cs/csss10.tfm -texmf-dist/fonts/tfm/public/cs/csss12.tfm -texmf-dist/fonts/tfm/public/cs/csss17.tfm -texmf-dist/fonts/tfm/public/cs/csss8.tfm -texmf-dist/fonts/tfm/public/cs/csss9.tfm -texmf-dist/fonts/tfm/public/cs/csssbx10.tfm -texmf-dist/fonts/tfm/public/cs/csssbx12.tfm -texmf-dist/fonts/tfm/public/cs/csssbx17.tfm -texmf-dist/fonts/tfm/public/cs/csssbx9.tfm -texmf-dist/fonts/tfm/public/cs/csssdc10.tfm -texmf-dist/fonts/tfm/public/cs/csssi10.tfm -texmf-dist/fonts/tfm/public/cs/csssi12.tfm -texmf-dist/fonts/tfm/public/cs/csssi17.tfm -texmf-dist/fonts/tfm/public/cs/csssi8.tfm -texmf-dist/fonts/tfm/public/cs/csssi9.tfm -texmf-dist/fonts/tfm/public/cs/csssq8.tfm -texmf-dist/fonts/tfm/public/cs/csssqi8.tfm -texmf-dist/fonts/tfm/public/cs/cstcsc10.tfm -texmf-dist/fonts/tfm/public/cs/cstcsc12.tfm -texmf-dist/fonts/tfm/public/cs/cstcsc17.tfm -texmf-dist/fonts/tfm/public/cs/csti10.tfm -texmf-dist/fonts/tfm/public/cs/csti12.tfm -texmf-dist/fonts/tfm/public/cs/csti17.tfm -texmf-dist/fonts/tfm/public/cs/csti7.tfm -texmf-dist/fonts/tfm/public/cs/csti8.tfm -texmf-dist/fonts/tfm/public/cs/csti9.tfm -texmf-dist/fonts/tfm/public/cs/cstt10.tfm -texmf-dist/fonts/tfm/public/cs/cstt12.tfm -texmf-dist/fonts/tfm/public/cs/cstt8.tfm -texmf-dist/fonts/tfm/public/cs/cstt9.tfm -texmf-dist/fonts/tfm/public/cs/csu10.tfm -texmf-dist/fonts/tfm/public/cs/csu12.tfm -texmf-dist/fonts/tfm/public/cs/csu17.tfm -texmf-dist/fonts/tfm/public/cs/csu7.tfm -texmf-dist/fonts/tfm/public/cs/csu8.tfm -texmf-dist/fonts/tfm/public/cs/csu9.tfm -texmf-dist/fonts/tfm/public/cs/csvtt10.tfm -texmf-dist/fonts/tfm/public/cs/csvtt12.tfm -texmf-dist/fonts/tfm/public/cs/csvtt8.tfm -texmf-dist/fonts/tfm/public/cs/csvtt9.tfm -texmf-dist/fonts/tfm/public/cs/icscsc10.tfm -texmf-dist/fonts/tfm/public/cs/icstt8.tfm -texmf-dist/fonts/tfm/public/cs/ilcsss8.tfm -texmf-dist/fonts/tfm/public/cs/ilcsssb8.tfm -texmf-dist/fonts/tfm/public/cs/ilcsssi8.tfm -texmf-dist/fonts/tfm/public/cs/lcsss8.tfm -texmf-dist/fonts/tfm/public/cs/lcsssb8.tfm -texmf-dist/fonts/tfm/public/cs/lcsssi8.tfm -texmf-dist/fonts/type1/public/cs/README -texmf-dist/fonts/type1/public/cs/csb10.pfb -texmf-dist/fonts/type1/public/cs/csbx10.pfb -texmf-dist/fonts/type1/public/cs/csbx12.pfb -texmf-dist/fonts/type1/public/cs/csbx5.pfb -texmf-dist/fonts/type1/public/cs/csbx6.pfb -texmf-dist/fonts/type1/public/cs/csbx7.pfb -texmf-dist/fonts/type1/public/cs/csbx8.pfb -texmf-dist/fonts/type1/public/cs/csbx9.pfb -texmf-dist/fonts/type1/public/cs/csbxsl10.pfb -texmf-dist/fonts/type1/public/cs/csbxti10.pfb -texmf-dist/fonts/type1/public/cs/cscsc10.pfb -texmf-dist/fonts/type1/public/cs/csdunh10.pfb -texmf-dist/fonts/type1/public/cs/csff10.pfb -texmf-dist/fonts/type1/public/cs/csfi10.pfb -texmf-dist/fonts/type1/public/cs/csfib8.pfb -texmf-dist/fonts/type1/public/cs/csinch.pfb -texmf-dist/fonts/type1/public/cs/csitt10.pfb -texmf-dist/fonts/type1/public/cs/csr10.pfb -texmf-dist/fonts/type1/public/cs/csr12.pfb -texmf-dist/fonts/type1/public/cs/csr17.pfb -texmf-dist/fonts/type1/public/cs/csr5.pfb -texmf-dist/fonts/type1/public/cs/csr6.pfb -texmf-dist/fonts/type1/public/cs/csr7.pfb -texmf-dist/fonts/type1/public/cs/csr8.pfb -texmf-dist/fonts/type1/public/cs/csr9.pfb -texmf-dist/fonts/type1/public/cs/cssl10.pfb -texmf-dist/fonts/type1/public/cs/cssl12.pfb -texmf-dist/fonts/type1/public/cs/cssl8.pfb -texmf-dist/fonts/type1/public/cs/cssl9.pfb -texmf-dist/fonts/type1/public/cs/cssltt10.pfb -texmf-dist/fonts/type1/public/cs/csss10.pfb -texmf-dist/fonts/type1/public/cs/csss12.pfb -texmf-dist/fonts/type1/public/cs/csss17.pfb -texmf-dist/fonts/type1/public/cs/csss8.pfb -texmf-dist/fonts/type1/public/cs/csss9.pfb -texmf-dist/fonts/type1/public/cs/csssbx10.pfb -texmf-dist/fonts/type1/public/cs/csssdc10.pfb -texmf-dist/fonts/type1/public/cs/csssi10.pfb -texmf-dist/fonts/type1/public/cs/csssi12.pfb -texmf-dist/fonts/type1/public/cs/csssi17.pfb -texmf-dist/fonts/type1/public/cs/csssi8.pfb -texmf-dist/fonts/type1/public/cs/csssi9.pfb -texmf-dist/fonts/type1/public/cs/csssq8.pfb -texmf-dist/fonts/type1/public/cs/csssqi8.pfb -texmf-dist/fonts/type1/public/cs/cstcsc10.pfb -texmf-dist/fonts/type1/public/cs/csti10.pfb -texmf-dist/fonts/type1/public/cs/csti12.pfb -texmf-dist/fonts/type1/public/cs/csti7.pfb -texmf-dist/fonts/type1/public/cs/csti8.pfb -texmf-dist/fonts/type1/public/cs/csti9.pfb -texmf-dist/fonts/type1/public/cs/cstt10.pfb -texmf-dist/fonts/type1/public/cs/cstt12.pfb -texmf-dist/fonts/type1/public/cs/cstt8.pfb -texmf-dist/fonts/type1/public/cs/cstt9.pfb -texmf-dist/fonts/type1/public/cs/csu10.pfb -texmf-dist/fonts/type1/public/cs/csvtt10.pfb -texmf-dist/tpm/cs.tpm - - - - - - Package/cs - - - diff -Nru texlive-lang-2007.dfsg.4/texmf-dist/tpm/ctib.tpm texlive-lang-2009/texmf-dist/tpm/ctib.tpm --- texlive-lang-2007.dfsg.4/texmf-dist/tpm/ctib.tpm 2006-12-17 14:15:44.000000000 +0000 +++ texlive-lang-2009/texmf-dist/tpm/ctib.tpm 1970-01-01 01:00:00.000000000 +0100 @@ -1,52 +0,0 @@ - - - - ctib - Package - 2006/01/11 23:52:05 - 1.0 - rahtz - The ctib package. - -cTibTeX provides an environment for writing -Tibetan on TeX and LaTeX2e systems without -requiring any external preprocessor. The package contains fonts in -Metafont source files. - - - 1246270 - - - -texmf-dist/fonts/source/public/ctib/bzrsetup.mf -texmf-dist/fonts/source/public/ctib/ctib.mf -texmf-dist/fonts/source/public/ctib/ctibcode.mf -texmf-dist/fonts/source/public/ctib/ctiblett.mf -texmf-dist/fonts/source/public/ctib/ctibligs.mf -texmf-dist/fonts/source/public/ctib/ctibnum.mf -texmf-dist/fonts/source/public/ctib/ctibpunc.mf -texmf-dist/fonts/source/public/ctib/ctibsplt.mf -texmf-dist/fonts/source/public/ctib/ctibvow.mf -texmf-dist/fonts/tfm/public/ctib/ctib.tfm -texmf-dist/tex/latex/ctib/ctib.sty -texmf-dist/tex/latex/ctib/ctib.tex -texmf-dist/tex/latex/ctib/lctctib.fd -texmf-dist/tex/latex/ctib/lctenc.def -texmf-dist/tpm/ctib.tpm - - -texmf-dist/doc/latex/ctib/README -texmf-dist/doc/latex/ctib/ctib4tex.pdf -texmf-dist/doc/latex/ctib/ctib4tex.tex - - -texmf-dist/source/latex/ctib/COPYING -texmf-dist/source/latex/ctib/EMTEX -texmf-dist/source/latex/ctib/HISTORY -texmf-dist/source/latex/ctib/INSTALL -texmf-dist/source/latex/ctib/MIKTEX - - Package/ctib - - - diff -Nru texlive-lang-2007.dfsg.4/texmf-dist/tpm/cyrillic.tpm texlive-lang-2009/texmf-dist/tpm/cyrillic.tpm --- texlive-lang-2007.dfsg.4/texmf-dist/tpm/cyrillic.tpm 2006-12-17 14:15:44.000000000 +0000 +++ texlive-lang-2009/texmf-dist/tpm/cyrillic.tpm 1970-01-01 01:00:00.000000000 +0100 @@ -1,152 +0,0 @@ - - - - cyrillic - Package - 2006/08/27 18:15:24 - 5.94a - rahtz - Cyrillic support. - - unknown - 1179531 - - - -texmf-dist/tex/latex/cyrillic/cp1251.def -texmf-dist/tex/latex/cyrillic/cp855.def -texmf-dist/tex/latex/cyrillic/cp866.def -texmf-dist/tex/latex/cyrillic/cp866av.def -texmf-dist/tex/latex/cyrillic/cp866mav.def -texmf-dist/tex/latex/cyrillic/cp866nav.def -texmf-dist/tex/latex/cyrillic/cp866tat.def -texmf-dist/tex/latex/cyrillic/ctt.def -texmf-dist/tex/latex/cyrillic/dbk.def -texmf-dist/tex/latex/cyrillic/iso88595.def -texmf-dist/tex/latex/cyrillic/isoir111.def -texmf-dist/tex/latex/cyrillic/koi8-r.def -texmf-dist/tex/latex/cyrillic/koi8-ru.def -texmf-dist/tex/latex/cyrillic/koi8-u.def -texmf-dist/tex/latex/cyrillic/lcy.sty -texmf-dist/tex/latex/cyrillic/lcyccr.fd -texmf-dist/tex/latex/cyrillic/lcycmbr.fd -texmf-dist/tex/latex/cyrillic/lcycmdh.fd -texmf-dist/tex/latex/cyrillic/lcycmfib.fd -texmf-dist/tex/latex/cyrillic/lcycmfr.fd -texmf-dist/tex/latex/cyrillic/lcycmr.fd -texmf-dist/tex/latex/cyrillic/lcycmss.fd -texmf-dist/tex/latex/cyrillic/lcycmtl.fd -texmf-dist/tex/latex/cyrillic/lcycmtt.fd -texmf-dist/tex/latex/cyrillic/lcycmvtt.fd -texmf-dist/tex/latex/cyrillic/lcydefs.tex -texmf-dist/tex/latex/cyrillic/lcyenc.def -texmf-dist/tex/latex/cyrillic/lcylcmss.fd -texmf-dist/tex/latex/cyrillic/lcylcmtt.fd -texmf-dist/tex/latex/cyrillic/maccyr.def -texmf-dist/tex/latex/cyrillic/macukr.def -texmf-dist/tex/latex/cyrillic/mik.def -texmf-dist/tex/latex/cyrillic/mls.def -texmf-dist/tex/latex/cyrillic/mnk.def -texmf-dist/tex/latex/cyrillic/mos.def -texmf-dist/tex/latex/cyrillic/ncc.def -texmf-dist/tex/latex/cyrillic/ot2ccr.fd -texmf-dist/tex/latex/cyrillic/ot2cmbr.fd -texmf-dist/tex/latex/cyrillic/ot2cmdh.fd -texmf-dist/tex/latex/cyrillic/ot2cmfib.fd -texmf-dist/tex/latex/cyrillic/ot2cmfr.fd -texmf-dist/tex/latex/cyrillic/ot2cmr.fd -texmf-dist/tex/latex/cyrillic/ot2cmss.fd -texmf-dist/tex/latex/cyrillic/ot2cmtl.fd -texmf-dist/tex/latex/cyrillic/ot2cmtt.fd -texmf-dist/tex/latex/cyrillic/ot2cmvtt.fd -texmf-dist/tex/latex/cyrillic/ot2enc.def -texmf-dist/tex/latex/cyrillic/ot2lcmss.fd -texmf-dist/tex/latex/cyrillic/ot2lcmtt.fd -texmf-dist/tex/latex/cyrillic/ot2wlcyr.fd -texmf-dist/tex/latex/cyrillic/ot2wlcyss.fd -texmf-dist/tex/latex/cyrillic/ot2wncyr.fd -texmf-dist/tex/latex/cyrillic/ot2wncyss.fd -texmf-dist/tex/latex/cyrillic/pt154.def -texmf-dist/tex/latex/cyrillic/pt254.def -texmf-dist/tex/latex/cyrillic/t2accr.fd -texmf-dist/tex/latex/cyrillic/t2acmbr.fd -texmf-dist/tex/latex/cyrillic/t2acmdh.fd -texmf-dist/tex/latex/cyrillic/t2acmfib.fd -texmf-dist/tex/latex/cyrillic/t2acmfr.fd -texmf-dist/tex/latex/cyrillic/t2acmr.fd -texmf-dist/tex/latex/cyrillic/t2acmss.fd -texmf-dist/tex/latex/cyrillic/t2acmtl.fd -texmf-dist/tex/latex/cyrillic/t2acmtt.fd -texmf-dist/tex/latex/cyrillic/t2acmvtt.fd -texmf-dist/tex/latex/cyrillic/t2aenc.def -texmf-dist/tex/latex/cyrillic/t2alcmss.fd -texmf-dist/tex/latex/cyrillic/t2alcmtt.fd -texmf-dist/tex/latex/cyrillic/t2bccr.fd -texmf-dist/tex/latex/cyrillic/t2bcmbr.fd -texmf-dist/tex/latex/cyrillic/t2bcmdh.fd -texmf-dist/tex/latex/cyrillic/t2bcmfib.fd -texmf-dist/tex/latex/cyrillic/t2bcmfr.fd -texmf-dist/tex/latex/cyrillic/t2bcmr.fd -texmf-dist/tex/latex/cyrillic/t2bcmss.fd -texmf-dist/tex/latex/cyrillic/t2bcmtl.fd -texmf-dist/tex/latex/cyrillic/t2bcmtt.fd -texmf-dist/tex/latex/cyrillic/t2bcmvtt.fd -texmf-dist/tex/latex/cyrillic/t2benc.def -texmf-dist/tex/latex/cyrillic/t2blcmss.fd -texmf-dist/tex/latex/cyrillic/t2blcmtt.fd -texmf-dist/tex/latex/cyrillic/t2cccr.fd -texmf-dist/tex/latex/cyrillic/t2ccmbr.fd -texmf-dist/tex/latex/cyrillic/t2ccmdh.fd -texmf-dist/tex/latex/cyrillic/t2ccmfib.fd -texmf-dist/tex/latex/cyrillic/t2ccmfr.fd -texmf-dist/tex/latex/cyrillic/t2ccmr.fd -texmf-dist/tex/latex/cyrillic/t2ccmss.fd -texmf-dist/tex/latex/cyrillic/t2ccmtl.fd -texmf-dist/tex/latex/cyrillic/t2ccmtt.fd -texmf-dist/tex/latex/cyrillic/t2ccmvtt.fd -texmf-dist/tex/latex/cyrillic/t2cenc.def -texmf-dist/tex/latex/cyrillic/t2clcmss.fd -texmf-dist/tex/latex/cyrillic/t2clcmtt.fd -texmf-dist/tex/latex/cyrillic/x2ccr.fd -texmf-dist/tex/latex/cyrillic/x2cmbr.fd -texmf-dist/tex/latex/cyrillic/x2cmdh.fd -texmf-dist/tex/latex/cyrillic/x2cmfib.fd -texmf-dist/tex/latex/cyrillic/x2cmfr.fd -texmf-dist/tex/latex/cyrillic/x2cmr.fd -texmf-dist/tex/latex/cyrillic/x2cmss.fd -texmf-dist/tex/latex/cyrillic/x2cmtl.fd -texmf-dist/tex/latex/cyrillic/x2cmtt.fd -texmf-dist/tex/latex/cyrillic/x2cmvtt.fd -texmf-dist/tex/latex/cyrillic/x2enc.def -texmf-dist/tex/latex/cyrillic/x2lcmss.fd -texmf-dist/tex/latex/cyrillic/x2lcmtt.fd -texmf-dist/tpm/cyrillic.tpm - - -texmf-dist/doc/latex/cyrillic/00readme.txt -texmf-dist/doc/latex/cyrillic/changes.txt -texmf-dist/doc/latex/cyrillic/cyinpenc.pdf -texmf-dist/doc/latex/cyrillic/cyoutenc.pdf -texmf-dist/doc/latex/cyrillic/lcy.pdf -texmf-dist/doc/latex/cyrillic/lcycmlh.pdf -texmf-dist/doc/latex/cyrillic/manifest.txt -texmf-dist/doc/latex/cyrillic/ot2.pdf -texmf-dist/doc/latex/cyrillic/ot2cmams.pdf -texmf-dist/doc/latex/cyrillic/ot2cmlh.pdf -texmf-dist/doc/latex/cyrillic/t2lhfnt.pdf - - -texmf-dist/source/latex/cyrillic/cyinpenc.dtx -texmf-dist/source/latex/cyrillic/cyoutenc.dtx -texmf-dist/source/latex/cyrillic/cyrlatex.ins -texmf-dist/source/latex/cyrillic/lcy.dtx -texmf-dist/source/latex/cyrillic/lcycmlh.fdd -texmf-dist/source/latex/cyrillic/ot2.dtx -texmf-dist/source/latex/cyrillic/ot2cmams.fdd -texmf-dist/source/latex/cyrillic/ot2cmlh.fdd -texmf-dist/source/latex/cyrillic/t2lhfnt.fdd - - Package/cyrillic - - - diff -Nru texlive-lang-2007.dfsg.4/texmf-dist/tpm/cyrplain.tpm texlive-lang-2009/texmf-dist/tpm/cyrplain.tpm --- texlive-lang-2007.dfsg.4/texmf-dist/tpm/cyrplain.tpm 2006-12-17 14:15:44.000000000 +0000 +++ texlive-lang-2009/texmf-dist/tpm/cyrplain.tpm 1970-01-01 01:00:00.000000000 +0100 @@ -1,35 +0,0 @@ - - - - cyrplain - Package - 1970/01/01 00:00:00 - 5.94a - karl - Cyrillic support in plain TeX - Cyrillic support in plain TeX. - unknown - 26416 - - - -texmf-dist/tex/plain/cyrplain/README -texmf-dist/tex/plain/cyrplain/cyramstx.ini -texmf-dist/tex/plain/cyrplain/cyrblue.ini -texmf-dist/tex/plain/cyrplain/cyrcmfnt.tex -texmf-dist/tex/plain/cyrplain/cyrecfnt.tex -texmf-dist/tex/plain/cyrplain/cyrtex.cfg -texmf-dist/tex/plain/cyrplain/cyrtex.ini -texmf-dist/tex/plain/cyrplain/cyrtex.tex -texmf-dist/tex/plain/cyrplain/cyrtxinf.ini -texmf-dist/tex/plain/cyrplain/makefmts.bat -texmf-dist/tex/plain/cyrplain/makefmts.sh -texmf-dist/tex/plain/cyrplain/plainenc.tex -texmf-dist/tex/plain/cyrplain/txxdefs.tex -texmf-dist/tex/plain/cyrplain/txxextra.tex -texmf-dist/tpm/cyrplain.tpm - - Package/cyrplain - - - diff -Nru texlive-lang-2007.dfsg.4/texmf-dist/tpm/eskd.tpm texlive-lang-2009/texmf-dist/tpm/eskd.tpm --- texlive-lang-2007.dfsg.4/texmf-dist/tpm/eskd.tpm 2006-12-17 14:15:44.000000000 +0000 +++ texlive-lang-2009/texmf-dist/tpm/eskd.tpm 1970-01-01 01:00:00.000000000 +0100 @@ -1,32 +0,0 @@ - - - - eskd - Package - 2006/01/11 23:52:53 - 1.0 - rahtz - The eskd package. - - unknown - 988755 - - - -texmf-dist/tex/latex/eskd/eskd.cls -texmf-dist/tpm/eskd.tpm - - -texmf-dist/doc/latex/eskd/README -texmf-dist/doc/latex/eskd/eskd.pdf -texmf-dist/doc/latex/eskd/example.eps -texmf-dist/doc/latex/eskd/example.tex - - -texmf-dist/source/latex/eskd/eskd.dtx -texmf-dist/source/latex/eskd/eskd.ins - - Package/eskd - - - diff -Nru texlive-lang-2007.dfsg.4/texmf-dist/tpm/eskdx.tpm texlive-lang-2009/texmf-dist/tpm/eskdx.tpm --- texlive-lang-2007.dfsg.4/texmf-dist/tpm/eskdx.tpm 2007-01-25 21:41:19.000000000 +0000 +++ texlive-lang-2009/texmf-dist/tpm/eskdx.tpm 1970-01-01 01:00:00.000000000 +0100 @@ -1,113 +0,0 @@ - - - - eskdx - Package - 2006/12/19 00:54:24 - - karl - The eskdx package. - - - 1850703 - - - -texmf-dist/tex/latex/eskdx/eskdafterpkg.sty -texmf-dist/tex/latex/eskdx/eskdappsheet.sty -texmf-dist/tex/latex/eskdx/eskdbiblist.sty -texmf-dist/tex/latex/eskdx/eskdcap.sty -texmf-dist/tex/latex/eskdx/eskdchngsheet.sty -texmf-dist/tex/latex/eskdx/eskddstu.sty -texmf-dist/tex/latex/eskdx/eskdexplan.sty -texmf-dist/tex/latex/eskdx/eskdfont.sty -texmf-dist/tex/latex/eskdx/eskdfootnote.sty -texmf-dist/tex/latex/eskdx/eskdgraph.cls -texmf-dist/tex/latex/eskdx/eskdhash.sty -texmf-dist/tex/latex/eskdx/eskdindent.sty -texmf-dist/tex/latex/eskdx/eskdinfo.sty -texmf-dist/tex/latex/eskdx/eskdlang.sty -texmf-dist/tex/latex/eskdx/eskdlist.sty -texmf-dist/tex/latex/eskdx/eskdpara.sty -texmf-dist/tex/latex/eskdx/eskdplain.sty -texmf-dist/tex/latex/eskdx/eskdrussian.def -texmf-dist/tex/latex/eskdx/eskdsect.sty -texmf-dist/tex/latex/eskdx/eskdspec.sty -texmf-dist/tex/latex/eskdx/eskdspecii.sty -texmf-dist/tex/latex/eskdx/eskdstamp.sty -texmf-dist/tex/latex/eskdx/eskdtab.cls -texmf-dist/tex/latex/eskdx/eskdtext.cls -texmf-dist/tex/latex/eskdx/eskdtitle.sty -texmf-dist/tex/latex/eskdx/eskdtitlebase.sty -texmf-dist/tex/latex/eskdx/eskdtotal.sty -texmf-dist/tex/latex/eskdx/eskdukrainian.def -texmf-dist/tpm/eskdx.tpm - - -texmf-dist/doc/latex/eskdx/ChangeLog -texmf-dist/doc/latex/eskdx/FAQ -texmf-dist/doc/latex/eskdx/INSTALL -texmf-dist/doc/latex/eskdx/Makefile -texmf-dist/doc/latex/eskdx/Makefile.unpacked -texmf-dist/doc/latex/eskdx/NEWS -texmf-dist/doc/latex/eskdx/NEWS.in -texmf-dist/doc/latex/eskdx/README -texmf-dist/doc/latex/eskdx/README.in -texmf-dist/doc/latex/eskdx/include.m4 -texmf-dist/doc/latex/eskdx/include.mak -texmf-dist/doc/latex/eskdx/manifest.txt -texmf-dist/doc/latex/eskdx/manual/Makefile -texmf-dist/doc/latex/eskdx/manual/eskdx.pdf -texmf-dist/doc/latex/eskdx/manual/eskdx.tex.in -texmf-dist/doc/latex/eskdx/manual/example.tex -texmf-dist/doc/latex/eskdx/manual/img-form1.svg -texmf-dist/doc/latex/eskdx/manual/img-form2.svg -texmf-dist/doc/latex/eskdx/manual/img-form2a.svg -texmf-dist/doc/latex/eskdx/manual/img-title.svg -texmf-dist/doc/latex/eskdx/manual/latex2html-init -texmf-dist/doc/latex/eskdx/source/Makefile -texmf-dist/doc/latex/eskdx/source/eskdafterpkg.sty.in -texmf-dist/doc/latex/eskdx/source/eskdappsheet.sty.in -texmf-dist/doc/latex/eskdx/source/eskdbiblist.sty.in -texmf-dist/doc/latex/eskdx/source/eskdcap.sty.in -texmf-dist/doc/latex/eskdx/source/eskdchngsheet.sty.in -texmf-dist/doc/latex/eskdx/source/eskddstu.sty.in -texmf-dist/doc/latex/eskdx/source/eskdexplan.sty.in -texmf-dist/doc/latex/eskdx/source/eskdfont.sty.in -texmf-dist/doc/latex/eskdx/source/eskdfootnote.sty.in -texmf-dist/doc/latex/eskdx/source/eskdgraph.cls.in -texmf-dist/doc/latex/eskdx/source/eskdhash.sty.in -texmf-dist/doc/latex/eskdx/source/eskdindent.sty.in -texmf-dist/doc/latex/eskdx/source/eskdinfo.sty.in -texmf-dist/doc/latex/eskdx/source/eskdlang.sty.in -texmf-dist/doc/latex/eskdx/source/eskdlist.sty.in -texmf-dist/doc/latex/eskdx/source/eskdpara.sty.in -texmf-dist/doc/latex/eskdx/source/eskdplain.sty.in -texmf-dist/doc/latex/eskdx/source/eskdrussian.def.in -texmf-dist/doc/latex/eskdx/source/eskdsect.sty.in -texmf-dist/doc/latex/eskdx/source/eskdspec.sty.in -texmf-dist/doc/latex/eskdx/source/eskdspecii.sty.in -texmf-dist/doc/latex/eskdx/source/eskdstamp.sty.in -texmf-dist/doc/latex/eskdx/source/eskdtab.cls.in -texmf-dist/doc/latex/eskdx/source/eskdtext.cls.in -texmf-dist/doc/latex/eskdx/source/eskdtitle.sty.in -texmf-dist/doc/latex/eskdx/source/eskdtitlebase.sty.in -texmf-dist/doc/latex/eskdx/source/eskdtotal.sty.in -texmf-dist/doc/latex/eskdx/source/eskdukrainian.def.in -texmf-dist/doc/latex/eskdx/test/Makefile -texmf-dist/doc/latex/eskdx/test/appsheet.tex -texmf-dist/doc/latex/eskdx/test/drawing-a2.tex -texmf-dist/doc/latex/eskdx/test/drawing-a3-mp.tex -texmf-dist/doc/latex/eskdx/test/drawing-a3-p.tex -texmf-dist/doc/latex/eskdx/test/drawing-a3.tex -texmf-dist/doc/latex/eskdx/test/drawing-a4.tex -texmf-dist/doc/latex/eskdx/test/general.tex -texmf-dist/doc/latex/eskdx/test/numbering.tex -texmf-dist/doc/latex/eskdx/test/spec.tex -texmf-dist/doc/latex/eskdx/test/specii.tex -texmf-dist/doc/latex/eskdx/test/twoside.tex - - Package/eskdx - - - diff -Nru texlive-lang-2007.dfsg.4/texmf-dist/tpm/ethiop-t1.tpm texlive-lang-2009/texmf-dist/tpm/ethiop-t1.tpm --- texlive-lang-2007.dfsg.4/texmf-dist/tpm/ethiop-t1.tpm 2007-02-01 00:45:27.000000000 +0000 +++ texlive-lang-2009/texmf-dist/tpm/ethiop-t1.tpm 1970-01-01 01:00:00.000000000 +0100 @@ -1,70 +0,0 @@ - - - - ethiop-t1 - Package - 2006/10/07 21:50:58 - - norbert - The ethiop-t1 package. - - - 5460424 - - - -texmf-dist/fonts/map/dvips/ethiop-t1/ethiop.map -texmf-dist/fonts/type1/public/ethiop-t1/etha10.pfb -texmf-dist/fonts/type1/public/ethiop-t1/etha6.pfb -texmf-dist/fonts/type1/public/ethiop-t1/etha7.pfb -texmf-dist/fonts/type1/public/ethiop-t1/etha8.pfb -texmf-dist/fonts/type1/public/ethiop-t1/ethab10.pfb -texmf-dist/fonts/type1/public/ethiop-t1/ethab11.pfb -texmf-dist/fonts/type1/public/ethiop-t1/ethab12.pfb -texmf-dist/fonts/type1/public/ethiop-t1/ethab14.pfb -texmf-dist/fonts/type1/public/ethiop-t1/ethab18.pfb -texmf-dist/fonts/type1/public/ethiop-t1/ethab24.pfb -texmf-dist/fonts/type1/public/ethiop-t1/ethab36.pfb -texmf-dist/fonts/type1/public/ethiop-t1/ethab9.pfb -texmf-dist/fonts/type1/public/ethiop-t1/ethas10.pfb -texmf-dist/fonts/type1/public/ethiop-t1/ethasb10.pfb -texmf-dist/fonts/type1/public/ethiop-t1/ethasb11.pfb -texmf-dist/fonts/type1/public/ethiop-t1/ethasb12.pfb -texmf-dist/fonts/type1/public/ethiop-t1/ethasb14.pfb -texmf-dist/fonts/type1/public/ethiop-t1/ethasb18.pfb -texmf-dist/fonts/type1/public/ethiop-t1/ethasb24.pfb -texmf-dist/fonts/type1/public/ethiop-t1/ethasb36.pfb -texmf-dist/fonts/type1/public/ethiop-t1/ethasb9.pfb -texmf-dist/fonts/type1/public/ethiop-t1/ethatt10.pfb -texmf-dist/fonts/type1/public/ethiop-t1/ethb10.pfb -texmf-dist/fonts/type1/public/ethiop-t1/ethb6.pfb -texmf-dist/fonts/type1/public/ethiop-t1/ethb7.pfb -texmf-dist/fonts/type1/public/ethiop-t1/ethb8.pfb -texmf-dist/fonts/type1/public/ethiop-t1/ethbb10.pfb -texmf-dist/fonts/type1/public/ethiop-t1/ethbb11.pfb -texmf-dist/fonts/type1/public/ethiop-t1/ethbb12.pfb -texmf-dist/fonts/type1/public/ethiop-t1/ethbb14.pfb -texmf-dist/fonts/type1/public/ethiop-t1/ethbb18.pfb -texmf-dist/fonts/type1/public/ethiop-t1/ethbb24.pfb -texmf-dist/fonts/type1/public/ethiop-t1/ethbb36.pfb -texmf-dist/fonts/type1/public/ethiop-t1/ethbb9.pfb -texmf-dist/fonts/type1/public/ethiop-t1/ethbs10.pfb -texmf-dist/fonts/type1/public/ethiop-t1/ethbsb10.pfb -texmf-dist/fonts/type1/public/ethiop-t1/ethbsb11.pfb -texmf-dist/fonts/type1/public/ethiop-t1/ethbsb12.pfb -texmf-dist/fonts/type1/public/ethiop-t1/ethbsb14.pfb -texmf-dist/fonts/type1/public/ethiop-t1/ethbsb18.pfb -texmf-dist/fonts/type1/public/ethiop-t1/ethbsb24.pfb -texmf-dist/fonts/type1/public/ethiop-t1/ethbsb36.pfb -texmf-dist/fonts/type1/public/ethiop-t1/ethbsb9.pfb -texmf-dist/fonts/type1/public/ethiop-t1/ethbtt10.pfb -texmf-dist/tpm/ethiop-t1.tpm - - -texmf-dist/doc/latex/ethiop-t1/COPYING -texmf-dist/doc/latex/ethiop-t1/README - - Package/ethiop-t1 - - - diff -Nru texlive-lang-2007.dfsg.4/texmf-dist/tpm/ethiop.tpm texlive-lang-2009/texmf-dist/tpm/ethiop.tpm --- texlive-lang-2007.dfsg.4/texmf-dist/tpm/ethiop.tpm 2007-02-01 00:45:27.000000000 +0000 +++ texlive-lang-2009/texmf-dist/tpm/ethiop.tpm 1970-01-01 01:00:00.000000000 +0100 @@ -1,214 +0,0 @@ - - - - ethiop - Package - 2006/10/07 21:50:58 - 0.7 - rahtz - No caption. - -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 fonts based on -EthTeX originally distributed by Abass B. Alamnehe. -[description copied from TeX Catalogue] - - Olaf Kummer - 1668335 - - - -texmf-dist/fonts/ofm/public/ethiop/etho10.ofm -texmf-dist/fonts/ofm/public/ethiop/ethob10.ofm -texmf-dist/fonts/ofm/public/ethiop/ethos10.ofm -texmf-dist/fonts/ofm/public/ethiop/ethosb10.ofm -texmf-dist/fonts/ovf/public/ethiop/etho10.ovf -texmf-dist/fonts/ovf/public/ethiop/ethob10.ovf -texmf-dist/fonts/ovf/public/ethiop/ethos10.ovf -texmf-dist/fonts/ovf/public/ethiop/ethosb10.ovf -texmf-dist/fonts/ovp/public/ethiop/etho10.ovp -texmf-dist/fonts/ovp/public/ethiop/ethob10.ovp -texmf-dist/fonts/ovp/public/ethiop/ethos10.ovp -texmf-dist/fonts/ovp/public/ethiop/ethosb10.ovp -texmf-dist/fonts/source/public/ethiop/eth__a.mf -texmf-dist/fonts/source/public/ethiop/eth__g.mf -texmf-dist/fonts/source/public/ethiop/eth_acce.mf -texmf-dist/fonts/source/public/ethiop/eth_b.mf -texmf-dist/fonts/source/public/ethiop/eth_c_c.mf -texmf-dist/fonts/source/public/ethiop/eth_cc.mf -texmf-dist/fonts/source/public/ethiop/eth_cc_c.mf -texmf-dist/fonts/source/public/ethiop/eth_ccc2.mf -texmf-dist/fonts/source/public/ethiop/eth_d.mf -texmf-dist/fonts/source/public/ethiop/eth_dd.mf -texmf-dist/fonts/source/public/ethiop/eth_f.mf -texmf-dist/fonts/source/public/ethiop/eth_fu.mf -texmf-dist/fonts/source/public/ethiop/eth_g.mf -texmf-dist/fonts/source/public/ethiop/eth_g_a.mf -texmf-dist/fonts/source/public/ethiop/eth_gg.mf -texmf-dist/fonts/source/public/ethiop/eth_ggu.mf -texmf-dist/fonts/source/public/ethiop/eth_gu.mf -texmf-dist/fonts/source/public/ethiop/eth_h.mf -texmf-dist/fonts/source/public/ethiop/eth_h_a.mf -texmf-dist/fonts/source/public/ethiop/eth_h_c.mf -texmf-dist/fonts/source/public/ethiop/eth_hh.mf -texmf-dist/fonts/source/public/ethiop/eth_hu_c.mf -texmf-dist/fonts/source/public/ethiop/eth_j.mf -texmf-dist/fonts/source/public/ethiop/eth_k.mf -texmf-dist/fonts/source/public/ethiop/eth_k_a.mf -texmf-dist/fonts/source/public/ethiop/eth_kk.mf -texmf-dist/fonts/source/public/ethiop/eth_kku.mf -texmf-dist/fonts/source/public/ethiop/eth_ku.mf -texmf-dist/fonts/source/public/ethiop/eth_l.mf -texmf-dist/fonts/source/public/ethiop/eth_m.mf -texmf-dist/fonts/source/public/ethiop/eth_mrf.mf -texmf-dist/fonts/source/public/ethiop/eth_mu.mf -texmf-dist/fonts/source/public/ethiop/eth_n.mf -texmf-dist/fonts/source/public/ethiop/eth_nn.mf -texmf-dist/fonts/source/public/ethiop/eth_num.mf -texmf-dist/fonts/source/public/ethiop/eth_p.mf -texmf-dist/fonts/source/public/ethiop/eth_pp.mf -texmf-dist/fonts/source/public/ethiop/eth_pu.mf -texmf-dist/fonts/source/public/ethiop/eth_punc.mf -texmf-dist/fonts/source/public/ethiop/eth_q.mf -texmf-dist/fonts/source/public/ethiop/eth_q_a.mf -texmf-dist/fonts/source/public/ethiop/eth_qq.mf -texmf-dist/fonts/source/public/ethiop/eth_qqu.mf -texmf-dist/fonts/source/public/ethiop/eth_qu.mf -texmf-dist/fonts/source/public/ethiop/eth_r.mf -texmf-dist/fonts/source/public/ethiop/eth_s.mf -texmf-dist/fonts/source/public/ethiop/eth_s_a.mf -texmf-dist/fonts/source/public/ethiop/eth_s_c.mf -texmf-dist/fonts/source/public/ethiop/eth_ss.mf -texmf-dist/fonts/source/public/ethiop/eth_t.mf -texmf-dist/fonts/source/public/ethiop/eth_tt.mf -texmf-dist/fonts/source/public/ethiop/eth_v.mf -texmf-dist/fonts/source/public/ethiop/eth_w.mf -texmf-dist/fonts/source/public/ethiop/eth_wu.mf -texmf-dist/fonts/source/public/ethiop/eth_y.mf -texmf-dist/fonts/source/public/ethiop/eth_z.mf -texmf-dist/fonts/source/public/ethiop/eth_z_c.mf -texmf-dist/fonts/source/public/ethiop/etha10.mf -texmf-dist/fonts/source/public/ethiop/etha6.mf -texmf-dist/fonts/source/public/ethiop/etha7.mf -texmf-dist/fonts/source/public/ethiop/etha8.mf -texmf-dist/fonts/source/public/ethiop/etha_cod.mf -texmf-dist/fonts/source/public/ethiop/etha_drv.mf -texmf-dist/fonts/source/public/ethiop/etha_lig.mf -texmf-dist/fonts/source/public/ethiop/ethab10.mf -texmf-dist/fonts/source/public/ethiop/ethab11.mf -texmf-dist/fonts/source/public/ethiop/ethab12.mf -texmf-dist/fonts/source/public/ethiop/ethab14.mf -texmf-dist/fonts/source/public/ethiop/ethab18.mf -texmf-dist/fonts/source/public/ethiop/ethab24.mf -texmf-dist/fonts/source/public/ethiop/ethab36.mf -texmf-dist/fonts/source/public/ethiop/ethab9.mf -texmf-dist/fonts/source/public/ethiop/ethas10.mf -texmf-dist/fonts/source/public/ethiop/ethasb10.mf -texmf-dist/fonts/source/public/ethiop/ethasb11.mf -texmf-dist/fonts/source/public/ethiop/ethasb12.mf -texmf-dist/fonts/source/public/ethiop/ethasb14.mf -texmf-dist/fonts/source/public/ethiop/ethasb18.mf -texmf-dist/fonts/source/public/ethiop/ethasb24.mf -texmf-dist/fonts/source/public/ethiop/ethasb36.mf -texmf-dist/fonts/source/public/ethiop/ethasb9.mf -texmf-dist/fonts/source/public/ethiop/ethatt10.mf -texmf-dist/fonts/source/public/ethiop/ethb10.mf -texmf-dist/fonts/source/public/ethiop/ethb6.mf -texmf-dist/fonts/source/public/ethiop/ethb7.mf -texmf-dist/fonts/source/public/ethiop/ethb8.mf -texmf-dist/fonts/source/public/ethiop/ethb_cod.mf -texmf-dist/fonts/source/public/ethiop/ethb_drv.mf -texmf-dist/fonts/source/public/ethiop/ethb_lig.mf -texmf-dist/fonts/source/public/ethiop/ethbb10.mf -texmf-dist/fonts/source/public/ethiop/ethbb11.mf -texmf-dist/fonts/source/public/ethiop/ethbb12.mf -texmf-dist/fonts/source/public/ethiop/ethbb14.mf -texmf-dist/fonts/source/public/ethiop/ethbb18.mf -texmf-dist/fonts/source/public/ethiop/ethbb24.mf -texmf-dist/fonts/source/public/ethiop/ethbb36.mf -texmf-dist/fonts/source/public/ethiop/ethbb9.mf -texmf-dist/fonts/source/public/ethiop/ethbs10.mf -texmf-dist/fonts/source/public/ethiop/ethbsb10.mf -texmf-dist/fonts/source/public/ethiop/ethbsb11.mf -texmf-dist/fonts/source/public/ethiop/ethbsb12.mf -texmf-dist/fonts/source/public/ethiop/ethbsb14.mf -texmf-dist/fonts/source/public/ethiop/ethbsb18.mf -texmf-dist/fonts/source/public/ethiop/ethbsb24.mf -texmf-dist/fonts/source/public/ethiop/ethbsb36.mf -texmf-dist/fonts/source/public/ethiop/ethbsb9.mf -texmf-dist/fonts/source/public/ethiop/ethbtt10.mf -texmf-dist/fonts/source/public/ethiop/ethiomac.mf -texmf-dist/fonts/tfm/public/ethiop/etha10.tfm -texmf-dist/fonts/tfm/public/ethiop/etha6.tfm -texmf-dist/fonts/tfm/public/ethiop/etha7.tfm -texmf-dist/fonts/tfm/public/ethiop/etha8.tfm -texmf-dist/fonts/tfm/public/ethiop/ethab10.tfm -texmf-dist/fonts/tfm/public/ethiop/ethab11.tfm -texmf-dist/fonts/tfm/public/ethiop/ethab12.tfm -texmf-dist/fonts/tfm/public/ethiop/ethab14.tfm -texmf-dist/fonts/tfm/public/ethiop/ethab18.tfm -texmf-dist/fonts/tfm/public/ethiop/ethab24.tfm -texmf-dist/fonts/tfm/public/ethiop/ethab36.tfm -texmf-dist/fonts/tfm/public/ethiop/ethab9.tfm -texmf-dist/fonts/tfm/public/ethiop/ethas10.tfm -texmf-dist/fonts/tfm/public/ethiop/ethasb10.tfm -texmf-dist/fonts/tfm/public/ethiop/ethasb11.tfm -texmf-dist/fonts/tfm/public/ethiop/ethasb12.tfm -texmf-dist/fonts/tfm/public/ethiop/ethasb14.tfm -texmf-dist/fonts/tfm/public/ethiop/ethasb18.tfm -texmf-dist/fonts/tfm/public/ethiop/ethasb24.tfm -texmf-dist/fonts/tfm/public/ethiop/ethasb36.tfm -texmf-dist/fonts/tfm/public/ethiop/ethasb9.tfm -texmf-dist/fonts/tfm/public/ethiop/ethatt10.tfm -texmf-dist/fonts/tfm/public/ethiop/ethb10.tfm -texmf-dist/fonts/tfm/public/ethiop/ethb6.tfm -texmf-dist/fonts/tfm/public/ethiop/ethb7.tfm -texmf-dist/fonts/tfm/public/ethiop/ethb8.tfm -texmf-dist/fonts/tfm/public/ethiop/ethbb10.tfm -texmf-dist/fonts/tfm/public/ethiop/ethbb11.tfm -texmf-dist/fonts/tfm/public/ethiop/ethbb12.tfm -texmf-dist/fonts/tfm/public/ethiop/ethbb14.tfm -texmf-dist/fonts/tfm/public/ethiop/ethbb18.tfm -texmf-dist/fonts/tfm/public/ethiop/ethbb24.tfm -texmf-dist/fonts/tfm/public/ethiop/ethbb36.tfm -texmf-dist/fonts/tfm/public/ethiop/ethbb9.tfm -texmf-dist/fonts/tfm/public/ethiop/ethbs10.tfm -texmf-dist/fonts/tfm/public/ethiop/ethbsb10.tfm -texmf-dist/fonts/tfm/public/ethiop/ethbsb11.tfm -texmf-dist/fonts/tfm/public/ethiop/ethbsb12.tfm -texmf-dist/fonts/tfm/public/ethiop/ethbsb14.tfm -texmf-dist/fonts/tfm/public/ethiop/ethbsb18.tfm -texmf-dist/fonts/tfm/public/ethiop/ethbsb24.tfm -texmf-dist/fonts/tfm/public/ethiop/ethbsb36.tfm -texmf-dist/fonts/tfm/public/ethiop/ethbsb9.tfm -texmf-dist/fonts/tfm/public/ethiop/ethbtt10.tfm -texmf-dist/omega/ocp/ethiop/ethospc.ocp -texmf-dist/omega/otp/ethiop/ethospc.otp -texmf-dist/tex/latex/ethiop/etharab.sty -texmf-dist/tex/latex/ethiop/ethiop.ldf -texmf-dist/tex/latex/ethiop/ethiop.sty -texmf-dist/tex/latex/ethiop/uetha.fd -texmf-dist/tex/latex/ethiop/uethb.fd -texmf-dist/tex/latex/ethiop/uetho.fd -texmf-dist/tpm/ethiop.tpm - - -texmf-dist/doc/latex/ethiop/MANIFEST -texmf-dist/doc/latex/ethiop/README -texmf-dist/doc/latex/ethiop/codeetha.tex -texmf-dist/doc/latex/ethiop/codeethb.tex -texmf-dist/doc/latex/ethiop/ethiodoc.pdf -texmf-dist/doc/latex/ethiop/ethiodoc.tex - - -texmf-dist/source/latex/ethiop/ethiop.dtx -texmf-dist/source/latex/ethiop/ethiop.ins - - - - - Package/ethiop - - - diff -Nru texlive-lang-2007.dfsg.4/texmf-dist/tpm/fc.tpm texlive-lang-2009/texmf-dist/tpm/fc.tpm --- texlive-lang-2007.dfsg.4/texmf-dist/tpm/fc.tpm 2006-12-17 14:15:44.000000000 +0000 +++ texlive-lang-2009/texmf-dist/tpm/fc.tpm 1970-01-01 01:00:00.000000000 +0100 @@ -1,526 +0,0 @@ - - - - fc - Package - 2006/01/09 00:43:17 - 1.3 - rahtz - Fonts for African languages. - -METAFONT sorce files of fonts for African languages, complementary -to Computer Modern. The following languages are supported: -Akan, Bamileke, Basa (Kru), Bemba, Ciokwe, Dinka, Dholuo (Luo), Efik, -Ewe-Fon, Fulani (Fulful), G\~a, Gbaya, Hausa, Igbo, Kanuri, Kikuyu, -Kikongo, Kpelle, Krio, Luba, Mandekan (Bambara), Mende, More, Ngala, -Nyanja, Oromo, Rundi, Kinya Rwanda, Sango, Serer, Shona, Somali, Songhai, -Sotho (two different writing systems), Suaheli, Tiv, Yao, Yoruba, Xhosa -and Zulu. -The package supports also two european languages, which are not covered -by the EC-scheme, namely Maltese and Sami. - - Joerg Knappen - 1142668 - - - -texmf-dist/fonts/source/jknappen/fc/b-fcbx.mf -texmf-dist/fonts/source/jknappen/fc/b-fcbxi.mf -texmf-dist/fonts/source/jknappen/fc/b-fcbxsl.mf -texmf-dist/fonts/source/jknappen/fc/b-fcbxu.mf -texmf-dist/fonts/source/jknappen/fc/b-fccsc.mf -texmf-dist/fonts/source/jknappen/fc/b-fci.mf -texmf-dist/fonts/source/jknappen/fc/b-fcitt.mf -texmf-dist/fonts/source/jknappen/fc/b-fcr.mf -texmf-dist/fonts/source/jknappen/fc/b-fcsibx.mf -texmf-dist/fonts/source/jknappen/fc/b-fcsitt.mf -texmf-dist/fonts/source/jknappen/fc/b-fcsl.mf -texmf-dist/fonts/source/jknappen/fc/b-fcss.mf -texmf-dist/fonts/source/jknappen/fc/b-fcssbx.mf -texmf-dist/fonts/source/jknappen/fc/b-fcssi.mf -texmf-dist/fonts/source/jknappen/fc/b-fcsstt.mf -texmf-dist/fonts/source/jknappen/fc/b-fctt.mf -texmf-dist/fonts/source/jknappen/fc/b-fcu.mf -texmf-dist/fonts/source/jknappen/fc/c-fcsstt.mf -texmf-dist/fonts/source/jknappen/fc/fcaccent.mf -texmf-dist/fonts/source/jknappen/fc/fcbx10.mf -texmf-dist/fonts/source/jknappen/fc/fcbx11.mf -texmf-dist/fonts/source/jknappen/fc/fcbx12.mf -texmf-dist/fonts/source/jknappen/fc/fcbx14.mf -texmf-dist/fonts/source/jknappen/fc/fcbx17.mf -texmf-dist/fonts/source/jknappen/fc/fcbx20.mf -texmf-dist/fonts/source/jknappen/fc/fcbx25.mf -texmf-dist/fonts/source/jknappen/fc/fcbx5.mf -texmf-dist/fonts/source/jknappen/fc/fcbx6.mf -texmf-dist/fonts/source/jknappen/fc/fcbx7.mf -texmf-dist/fonts/source/jknappen/fc/fcbx8.mf -texmf-dist/fonts/source/jknappen/fc/fcbx9.mf -texmf-dist/fonts/source/jknappen/fc/fcbxi10.mf -texmf-dist/fonts/source/jknappen/fc/fcbxi11.mf -texmf-dist/fonts/source/jknappen/fc/fcbxi12.mf -texmf-dist/fonts/source/jknappen/fc/fcbxi14.mf -texmf-dist/fonts/source/jknappen/fc/fcbxi17.mf -texmf-dist/fonts/source/jknappen/fc/fcbxi20.mf -texmf-dist/fonts/source/jknappen/fc/fcbxi25.mf -texmf-dist/fonts/source/jknappen/fc/fcbxi5.mf -texmf-dist/fonts/source/jknappen/fc/fcbxi6.mf -texmf-dist/fonts/source/jknappen/fc/fcbxi7.mf -texmf-dist/fonts/source/jknappen/fc/fcbxi8.mf -texmf-dist/fonts/source/jknappen/fc/fcbxi9.mf -texmf-dist/fonts/source/jknappen/fc/fcbxsl10.mf -texmf-dist/fonts/source/jknappen/fc/fcbxsl11.mf -texmf-dist/fonts/source/jknappen/fc/fcbxsl12.mf -texmf-dist/fonts/source/jknappen/fc/fcbxsl14.mf -texmf-dist/fonts/source/jknappen/fc/fcbxsl17.mf -texmf-dist/fonts/source/jknappen/fc/fcbxsl20.mf -texmf-dist/fonts/source/jknappen/fc/fcbxsl25.mf -texmf-dist/fonts/source/jknappen/fc/fcbxsl5.mf -texmf-dist/fonts/source/jknappen/fc/fcbxsl6.mf -texmf-dist/fonts/source/jknappen/fc/fcbxsl7.mf -texmf-dist/fonts/source/jknappen/fc/fcbxsl8.mf -texmf-dist/fonts/source/jknappen/fc/fcbxsl9.mf -texmf-dist/fonts/source/jknappen/fc/fcbxu10.mf -texmf-dist/fonts/source/jknappen/fc/fcbxu11.mf -texmf-dist/fonts/source/jknappen/fc/fcbxu12.mf -texmf-dist/fonts/source/jknappen/fc/fcbxu14.mf -texmf-dist/fonts/source/jknappen/fc/fcbxu17.mf -texmf-dist/fonts/source/jknappen/fc/fcbxu20.mf -texmf-dist/fonts/source/jknappen/fc/fcbxu25.mf -texmf-dist/fonts/source/jknappen/fc/fcbxu5.mf -texmf-dist/fonts/source/jknappen/fc/fcbxu6.mf -texmf-dist/fonts/source/jknappen/fc/fcbxu7.mf -texmf-dist/fonts/source/jknappen/fc/fcbxu8.mf -texmf-dist/fonts/source/jknappen/fc/fcbxu9.mf -texmf-dist/fonts/source/jknappen/fc/fccoding.mf -texmf-dist/fonts/source/jknappen/fc/fccsc10.mf -texmf-dist/fonts/source/jknappen/fc/fccsc11.mf -texmf-dist/fonts/source/jknappen/fc/fccsc12.mf -texmf-dist/fonts/source/jknappen/fc/fccsc14.mf -texmf-dist/fonts/source/jknappen/fc/fccsc17.mf -texmf-dist/fonts/source/jknappen/fc/fccsc20.mf -texmf-dist/fonts/source/jknappen/fc/fccsc25.mf -texmf-dist/fonts/source/jknappen/fc/fccsc5.mf -texmf-dist/fonts/source/jknappen/fc/fccsc6.mf -texmf-dist/fonts/source/jknappen/fc/fccsc7.mf -texmf-dist/fonts/source/jknappen/fc/fccsc8.mf -texmf-dist/fonts/source/jknappen/fc/fccsc9.mf -texmf-dist/fonts/source/jknappen/fc/fccscspu.mf -texmf-dist/fonts/source/jknappen/fc/fci10.mf -texmf-dist/fonts/source/jknappen/fc/fci11.mf -texmf-dist/fonts/source/jknappen/fc/fci12.mf -texmf-dist/fonts/source/jknappen/fc/fci14.mf -texmf-dist/fonts/source/jknappen/fc/fci17.mf -texmf-dist/fonts/source/jknappen/fc/fci20.mf -texmf-dist/fonts/source/jknappen/fc/fci25.mf -texmf-dist/fonts/source/jknappen/fc/fci5.mf -texmf-dist/fonts/source/jknappen/fc/fci6.mf -texmf-dist/fonts/source/jknappen/fc/fci7.mf -texmf-dist/fonts/source/jknappen/fc/fci8.mf -texmf-dist/fonts/source/jknappen/fc/fci9.mf -texmf-dist/fonts/source/jknappen/fc/fcilig.mf -texmf-dist/fonts/source/jknappen/fc/fcitalic.mf -texmf-dist/fonts/source/jknappen/fc/fcitligt.mf -texmf-dist/fonts/source/jknappen/fc/fcitlpct.mf -texmf-dist/fonts/source/jknappen/fc/fcitt10.mf -texmf-dist/fonts/source/jknappen/fc/fcitt11.mf -texmf-dist/fonts/source/jknappen/fc/fcitt12.mf -texmf-dist/fonts/source/jknappen/fc/fcitt14.mf -texmf-dist/fonts/source/jknappen/fc/fcitt17.mf -texmf-dist/fonts/source/jknappen/fc/fcitt20.mf -texmf-dist/fonts/source/jknappen/fc/fcitt25.mf -texmf-dist/fonts/source/jknappen/fc/fcitt5.mf -texmf-dist/fonts/source/jknappen/fc/fcitt6.mf -texmf-dist/fonts/source/jknappen/fc/fcitt7.mf -texmf-dist/fonts/source/jknappen/fc/fcitt8.mf -texmf-dist/fonts/source/jknappen/fc/fcitt9.mf -texmf-dist/fonts/source/jknappen/fc/fcmacros.mf -texmf-dist/fonts/source/jknappen/fc/fcpunct.mf -texmf-dist/fonts/source/jknappen/fc/fcr10.mf -texmf-dist/fonts/source/jknappen/fc/fcr11.mf -texmf-dist/fonts/source/jknappen/fc/fcr12.mf -texmf-dist/fonts/source/jknappen/fc/fcr14.mf -texmf-dist/fonts/source/jknappen/fc/fcr17.mf -texmf-dist/fonts/source/jknappen/fc/fcr20.mf -texmf-dist/fonts/source/jknappen/fc/fcr25.mf -texmf-dist/fonts/source/jknappen/fc/fcr5.mf -texmf-dist/fonts/source/jknappen/fc/fcr6.mf -texmf-dist/fonts/source/jknappen/fc/fcr7.mf -texmf-dist/fonts/source/jknappen/fc/fcr8.mf -texmf-dist/fonts/source/jknappen/fc/fcr9.mf -texmf-dist/fonts/source/jknappen/fc/fcrlig.mf -texmf-dist/fonts/source/jknappen/fc/fcroligt.mf -texmf-dist/fonts/source/jknappen/fc/fcroman.mf -texmf-dist/fonts/source/jknappen/fc/fcrompct.mf -texmf-dist/fonts/source/jknappen/fc/fcscligt.mf -texmf-dist/fonts/source/jknappen/fc/fcsfligt.mf -texmf-dist/fonts/source/jknappen/fc/fcsibx10.mf -texmf-dist/fonts/source/jknappen/fc/fcsibx11.mf -texmf-dist/fonts/source/jknappen/fc/fcsibx12.mf -texmf-dist/fonts/source/jknappen/fc/fcsibx14.mf -texmf-dist/fonts/source/jknappen/fc/fcsibx17.mf -texmf-dist/fonts/source/jknappen/fc/fcsibx20.mf -texmf-dist/fonts/source/jknappen/fc/fcsibx25.mf -texmf-dist/fonts/source/jknappen/fc/fcsibx5.mf -texmf-dist/fonts/source/jknappen/fc/fcsibx6.mf -texmf-dist/fonts/source/jknappen/fc/fcsibx7.mf -texmf-dist/fonts/source/jknappen/fc/fcsibx8.mf -texmf-dist/fonts/source/jknappen/fc/fcsibx9.mf -texmf-dist/fonts/source/jknappen/fc/fcsitt10.mf -texmf-dist/fonts/source/jknappen/fc/fcsitt11.mf -texmf-dist/fonts/source/jknappen/fc/fcsitt12.mf -texmf-dist/fonts/source/jknappen/fc/fcsitt14.mf -texmf-dist/fonts/source/jknappen/fc/fcsitt17.mf -texmf-dist/fonts/source/jknappen/fc/fcsitt20.mf -texmf-dist/fonts/source/jknappen/fc/fcsitt25.mf -texmf-dist/fonts/source/jknappen/fc/fcsitt5.mf -texmf-dist/fonts/source/jknappen/fc/fcsitt6.mf -texmf-dist/fonts/source/jknappen/fc/fcsitt7.mf -texmf-dist/fonts/source/jknappen/fc/fcsitt8.mf -texmf-dist/fonts/source/jknappen/fc/fcsitt9.mf -texmf-dist/fonts/source/jknappen/fc/fcsl10.mf -texmf-dist/fonts/source/jknappen/fc/fcsl11.mf -texmf-dist/fonts/source/jknappen/fc/fcsl12.mf -texmf-dist/fonts/source/jknappen/fc/fcsl14.mf -texmf-dist/fonts/source/jknappen/fc/fcsl17.mf -texmf-dist/fonts/source/jknappen/fc/fcsl20.mf -texmf-dist/fonts/source/jknappen/fc/fcsl25.mf -texmf-dist/fonts/source/jknappen/fc/fcsl5.mf -texmf-dist/fonts/source/jknappen/fc/fcsl6.mf -texmf-dist/fonts/source/jknappen/fc/fcsl7.mf -texmf-dist/fonts/source/jknappen/fc/fcsl8.mf -texmf-dist/fonts/source/jknappen/fc/fcsl9.mf -texmf-dist/fonts/source/jknappen/fc/fcss10.mf -texmf-dist/fonts/source/jknappen/fc/fcss11.mf -texmf-dist/fonts/source/jknappen/fc/fcss12.mf -texmf-dist/fonts/source/jknappen/fc/fcss14.mf -texmf-dist/fonts/source/jknappen/fc/fcss17.mf -texmf-dist/fonts/source/jknappen/fc/fcss20.mf -texmf-dist/fonts/source/jknappen/fc/fcss25.mf -texmf-dist/fonts/source/jknappen/fc/fcss5.mf -texmf-dist/fonts/source/jknappen/fc/fcss6.mf -texmf-dist/fonts/source/jknappen/fc/fcss7.mf -texmf-dist/fonts/source/jknappen/fc/fcss8.mf -texmf-dist/fonts/source/jknappen/fc/fcss9.mf -texmf-dist/fonts/source/jknappen/fc/fcssbx10.mf -texmf-dist/fonts/source/jknappen/fc/fcssbx11.mf -texmf-dist/fonts/source/jknappen/fc/fcssbx12.mf -texmf-dist/fonts/source/jknappen/fc/fcssbx14.mf -texmf-dist/fonts/source/jknappen/fc/fcssbx17.mf -texmf-dist/fonts/source/jknappen/fc/fcssbx20.mf -texmf-dist/fonts/source/jknappen/fc/fcssbx25.mf -texmf-dist/fonts/source/jknappen/fc/fcssbx5.mf -texmf-dist/fonts/source/jknappen/fc/fcssbx6.mf -texmf-dist/fonts/source/jknappen/fc/fcssbx7.mf -texmf-dist/fonts/source/jknappen/fc/fcssbx8.mf -texmf-dist/fonts/source/jknappen/fc/fcssbx9.mf -texmf-dist/fonts/source/jknappen/fc/fcssi10.mf -texmf-dist/fonts/source/jknappen/fc/fcssi11.mf -texmf-dist/fonts/source/jknappen/fc/fcssi12.mf -texmf-dist/fonts/source/jknappen/fc/fcssi14.mf -texmf-dist/fonts/source/jknappen/fc/fcssi17.mf -texmf-dist/fonts/source/jknappen/fc/fcssi20.mf -texmf-dist/fonts/source/jknappen/fc/fcssi25.mf -texmf-dist/fonts/source/jknappen/fc/fcssi5.mf -texmf-dist/fonts/source/jknappen/fc/fcssi6.mf -texmf-dist/fonts/source/jknappen/fc/fcssi7.mf -texmf-dist/fonts/source/jknappen/fc/fcssi8.mf -texmf-dist/fonts/source/jknappen/fc/fcssi9.mf -texmf-dist/fonts/source/jknappen/fc/fcsstt10.mf -texmf-dist/fonts/source/jknappen/fc/fcsstt11.mf -texmf-dist/fonts/source/jknappen/fc/fcsstt12.mf -texmf-dist/fonts/source/jknappen/fc/fcsstt14.mf -texmf-dist/fonts/source/jknappen/fc/fcsstt17.mf -texmf-dist/fonts/source/jknappen/fc/fcsstt20.mf -texmf-dist/fonts/source/jknappen/fc/fcsstt25.mf -texmf-dist/fonts/source/jknappen/fc/fcsstt5.mf -texmf-dist/fonts/source/jknappen/fc/fcsstt6.mf -texmf-dist/fonts/source/jknappen/fc/fcsstt7.mf -texmf-dist/fonts/source/jknappen/fc/fcsstt8.mf -texmf-dist/fonts/source/jknappen/fc/fcsstt9.mf -texmf-dist/fonts/source/jknappen/fc/fctt10.mf -texmf-dist/fonts/source/jknappen/fc/fctt11.mf -texmf-dist/fonts/source/jknappen/fc/fctt12.mf -texmf-dist/fonts/source/jknappen/fc/fctt14.mf -texmf-dist/fonts/source/jknappen/fc/fctt17.mf -texmf-dist/fonts/source/jknappen/fc/fctt20.mf -texmf-dist/fonts/source/jknappen/fc/fctt25.mf -texmf-dist/fonts/source/jknappen/fc/fctt5.mf -texmf-dist/fonts/source/jknappen/fc/fctt6.mf -texmf-dist/fonts/source/jknappen/fc/fctt7.mf -texmf-dist/fonts/source/jknappen/fc/fctt8.mf -texmf-dist/fonts/source/jknappen/fc/fctt9.mf -texmf-dist/fonts/source/jknappen/fc/fcttligt.mf -texmf-dist/fonts/source/jknappen/fc/fcu10.mf -texmf-dist/fonts/source/jknappen/fc/fcu11.mf -texmf-dist/fonts/source/jknappen/fc/fcu12.mf -texmf-dist/fonts/source/jknappen/fc/fcu14.mf -texmf-dist/fonts/source/jknappen/fc/fcu17.mf -texmf-dist/fonts/source/jknappen/fc/fcu20.mf -texmf-dist/fonts/source/jknappen/fc/fcu25.mf -texmf-dist/fonts/source/jknappen/fc/fcu5.mf -texmf-dist/fonts/source/jknappen/fc/fcu6.mf -texmf-dist/fonts/source/jknappen/fc/fcu7.mf -texmf-dist/fonts/source/jknappen/fc/fcu8.mf -texmf-dist/fonts/source/jknappen/fc/fcu9.mf -texmf-dist/fonts/source/jknappen/fc/itala.mf -texmf-dist/fonts/source/jknappen/fc/italbcd.mf -texmf-dist/fonts/source/jknappen/fc/itale.mf -texmf-dist/fonts/source/jknappen/fc/italfgh.mf -texmf-dist/fonts/source/jknappen/fc/italij.mf -texmf-dist/fonts/source/jknappen/fc/italklm.mf -texmf-dist/fonts/source/jknappen/fc/italn.mf -texmf-dist/fonts/source/jknappen/fc/italo.mf -texmf-dist/fonts/source/jknappen/fc/italpqr.mf -texmf-dist/fonts/source/jknappen/fc/italst.mf -texmf-dist/fonts/source/jknappen/fc/italuvw.mf -texmf-dist/fonts/source/jknappen/fc/italxyz.mf -texmf-dist/fonts/source/jknappen/fc/lowera.mf -texmf-dist/fonts/source/jknappen/fc/lowerbcd.mf -texmf-dist/fonts/source/jknappen/fc/lowere.mf -texmf-dist/fonts/source/jknappen/fc/lowerfgh.mf -texmf-dist/fonts/source/jknappen/fc/lowerij.mf -texmf-dist/fonts/source/jknappen/fc/lowerklm.mf -texmf-dist/fonts/source/jknappen/fc/lowern.mf -texmf-dist/fonts/source/jknappen/fc/lowero.mf -texmf-dist/fonts/source/jknappen/fc/lowerpqr.mf -texmf-dist/fonts/source/jknappen/fc/lowerst.mf -texmf-dist/fonts/source/jknappen/fc/loweruvw.mf -texmf-dist/fonts/source/jknappen/fc/lowerxyz.mf -texmf-dist/fonts/source/jknappen/fc/uppera.mf -texmf-dist/fonts/source/jknappen/fc/upperbcd.mf -texmf-dist/fonts/source/jknappen/fc/uppere.mf -texmf-dist/fonts/source/jknappen/fc/upperfgh.mf -texmf-dist/fonts/source/jknappen/fc/upperij.mf -texmf-dist/fonts/source/jknappen/fc/upperklm.mf -texmf-dist/fonts/source/jknappen/fc/uppern.mf -texmf-dist/fonts/source/jknappen/fc/uppero.mf -texmf-dist/fonts/source/jknappen/fc/upperpqr.mf -texmf-dist/fonts/source/jknappen/fc/upperst.mf -texmf-dist/fonts/source/jknappen/fc/upperuvw.mf -texmf-dist/fonts/source/jknappen/fc/upperxyz.mf -texmf-dist/fonts/tfm/jknappen/fc/fcbx10.tfm -texmf-dist/fonts/tfm/jknappen/fc/fcbx11.tfm -texmf-dist/fonts/tfm/jknappen/fc/fcbx12.tfm -texmf-dist/fonts/tfm/jknappen/fc/fcbx14.tfm -texmf-dist/fonts/tfm/jknappen/fc/fcbx17.tfm -texmf-dist/fonts/tfm/jknappen/fc/fcbx20.tfm -texmf-dist/fonts/tfm/jknappen/fc/fcbx25.tfm -texmf-dist/fonts/tfm/jknappen/fc/fcbx5.tfm -texmf-dist/fonts/tfm/jknappen/fc/fcbx6.tfm -texmf-dist/fonts/tfm/jknappen/fc/fcbx7.tfm -texmf-dist/fonts/tfm/jknappen/fc/fcbx8.tfm -texmf-dist/fonts/tfm/jknappen/fc/fcbx9.tfm -texmf-dist/fonts/tfm/jknappen/fc/fcbxi10.tfm -texmf-dist/fonts/tfm/jknappen/fc/fcbxi11.tfm -texmf-dist/fonts/tfm/jknappen/fc/fcbxi12.tfm -texmf-dist/fonts/tfm/jknappen/fc/fcbxi14.tfm -texmf-dist/fonts/tfm/jknappen/fc/fcbxi17.tfm -texmf-dist/fonts/tfm/jknappen/fc/fcbxi20.tfm -texmf-dist/fonts/tfm/jknappen/fc/fcbxi25.tfm -texmf-dist/fonts/tfm/jknappen/fc/fcbxi5.tfm -texmf-dist/fonts/tfm/jknappen/fc/fcbxi6.tfm -texmf-dist/fonts/tfm/jknappen/fc/fcbxi7.tfm -texmf-dist/fonts/tfm/jknappen/fc/fcbxi8.tfm -texmf-dist/fonts/tfm/jknappen/fc/fcbxi9.tfm -texmf-dist/fonts/tfm/jknappen/fc/fcbxsl10.tfm -texmf-dist/fonts/tfm/jknappen/fc/fcbxsl11.tfm -texmf-dist/fonts/tfm/jknappen/fc/fcbxsl12.tfm -texmf-dist/fonts/tfm/jknappen/fc/fcbxsl14.tfm -texmf-dist/fonts/tfm/jknappen/fc/fcbxsl17.tfm -texmf-dist/fonts/tfm/jknappen/fc/fcbxsl20.tfm -texmf-dist/fonts/tfm/jknappen/fc/fcbxsl25.tfm -texmf-dist/fonts/tfm/jknappen/fc/fcbxsl5.tfm -texmf-dist/fonts/tfm/jknappen/fc/fcbxsl6.tfm -texmf-dist/fonts/tfm/jknappen/fc/fcbxsl7.tfm -texmf-dist/fonts/tfm/jknappen/fc/fcbxsl8.tfm -texmf-dist/fonts/tfm/jknappen/fc/fcbxsl9.tfm -texmf-dist/fonts/tfm/jknappen/fc/fcbxu10.tfm -texmf-dist/fonts/tfm/jknappen/fc/fcbxu11.tfm -texmf-dist/fonts/tfm/jknappen/fc/fcbxu12.tfm -texmf-dist/fonts/tfm/jknappen/fc/fcbxu14.tfm -texmf-dist/fonts/tfm/jknappen/fc/fcbxu17.tfm -texmf-dist/fonts/tfm/jknappen/fc/fcbxu20.tfm -texmf-dist/fonts/tfm/jknappen/fc/fcbxu25.tfm -texmf-dist/fonts/tfm/jknappen/fc/fcbxu5.tfm -texmf-dist/fonts/tfm/jknappen/fc/fcbxu6.tfm -texmf-dist/fonts/tfm/jknappen/fc/fcbxu7.tfm -texmf-dist/fonts/tfm/jknappen/fc/fcbxu8.tfm -texmf-dist/fonts/tfm/jknappen/fc/fcbxu9.tfm -texmf-dist/fonts/tfm/jknappen/fc/fccsc10.tfm -texmf-dist/fonts/tfm/jknappen/fc/fccsc11.tfm -texmf-dist/fonts/tfm/jknappen/fc/fccsc12.tfm -texmf-dist/fonts/tfm/jknappen/fc/fccsc14.tfm -texmf-dist/fonts/tfm/jknappen/fc/fccsc17.tfm -texmf-dist/fonts/tfm/jknappen/fc/fccsc20.tfm -texmf-dist/fonts/tfm/jknappen/fc/fccsc25.tfm -texmf-dist/fonts/tfm/jknappen/fc/fccsc5.tfm -texmf-dist/fonts/tfm/jknappen/fc/fccsc6.tfm -texmf-dist/fonts/tfm/jknappen/fc/fccsc7.tfm -texmf-dist/fonts/tfm/jknappen/fc/fccsc8.tfm -texmf-dist/fonts/tfm/jknappen/fc/fccsc9.tfm -texmf-dist/fonts/tfm/jknappen/fc/fci10.tfm -texmf-dist/fonts/tfm/jknappen/fc/fci11.tfm -texmf-dist/fonts/tfm/jknappen/fc/fci12.tfm -texmf-dist/fonts/tfm/jknappen/fc/fci14.tfm -texmf-dist/fonts/tfm/jknappen/fc/fci17.tfm -texmf-dist/fonts/tfm/jknappen/fc/fci20.tfm -texmf-dist/fonts/tfm/jknappen/fc/fci25.tfm -texmf-dist/fonts/tfm/jknappen/fc/fci5.tfm -texmf-dist/fonts/tfm/jknappen/fc/fci6.tfm -texmf-dist/fonts/tfm/jknappen/fc/fci7.tfm -texmf-dist/fonts/tfm/jknappen/fc/fci8.tfm -texmf-dist/fonts/tfm/jknappen/fc/fci9.tfm -texmf-dist/fonts/tfm/jknappen/fc/fcitt10.tfm -texmf-dist/fonts/tfm/jknappen/fc/fcitt11.tfm -texmf-dist/fonts/tfm/jknappen/fc/fcitt12.tfm -texmf-dist/fonts/tfm/jknappen/fc/fcitt14.tfm -texmf-dist/fonts/tfm/jknappen/fc/fcitt17.tfm -texmf-dist/fonts/tfm/jknappen/fc/fcitt20.tfm -texmf-dist/fonts/tfm/jknappen/fc/fcitt25.tfm -texmf-dist/fonts/tfm/jknappen/fc/fcitt5.tfm -texmf-dist/fonts/tfm/jknappen/fc/fcitt6.tfm -texmf-dist/fonts/tfm/jknappen/fc/fcitt7.tfm -texmf-dist/fonts/tfm/jknappen/fc/fcitt8.tfm -texmf-dist/fonts/tfm/jknappen/fc/fcitt9.tfm -texmf-dist/fonts/tfm/jknappen/fc/fcr10.tfm -texmf-dist/fonts/tfm/jknappen/fc/fcr11.tfm -texmf-dist/fonts/tfm/jknappen/fc/fcr12.tfm -texmf-dist/fonts/tfm/jknappen/fc/fcr14.tfm -texmf-dist/fonts/tfm/jknappen/fc/fcr17.tfm -texmf-dist/fonts/tfm/jknappen/fc/fcr20.tfm -texmf-dist/fonts/tfm/jknappen/fc/fcr25.tfm -texmf-dist/fonts/tfm/jknappen/fc/fcr5.tfm -texmf-dist/fonts/tfm/jknappen/fc/fcr6.tfm -texmf-dist/fonts/tfm/jknappen/fc/fcr7.tfm -texmf-dist/fonts/tfm/jknappen/fc/fcr8.tfm -texmf-dist/fonts/tfm/jknappen/fc/fcr9.tfm -texmf-dist/fonts/tfm/jknappen/fc/fcsibx10.tfm -texmf-dist/fonts/tfm/jknappen/fc/fcsibx11.tfm -texmf-dist/fonts/tfm/jknappen/fc/fcsibx12.tfm -texmf-dist/fonts/tfm/jknappen/fc/fcsibx14.tfm -texmf-dist/fonts/tfm/jknappen/fc/fcsibx17.tfm -texmf-dist/fonts/tfm/jknappen/fc/fcsibx20.tfm -texmf-dist/fonts/tfm/jknappen/fc/fcsibx25.tfm -texmf-dist/fonts/tfm/jknappen/fc/fcsibx5.tfm -texmf-dist/fonts/tfm/jknappen/fc/fcsibx6.tfm -texmf-dist/fonts/tfm/jknappen/fc/fcsibx7.tfm -texmf-dist/fonts/tfm/jknappen/fc/fcsibx8.tfm -texmf-dist/fonts/tfm/jknappen/fc/fcsibx9.tfm -texmf-dist/fonts/tfm/jknappen/fc/fcsitt10.tfm -texmf-dist/fonts/tfm/jknappen/fc/fcsitt11.tfm -texmf-dist/fonts/tfm/jknappen/fc/fcsitt12.tfm -texmf-dist/fonts/tfm/jknappen/fc/fcsitt14.tfm -texmf-dist/fonts/tfm/jknappen/fc/fcsitt17.tfm -texmf-dist/fonts/tfm/jknappen/fc/fcsitt20.tfm -texmf-dist/fonts/tfm/jknappen/fc/fcsitt25.tfm -texmf-dist/fonts/tfm/jknappen/fc/fcsitt5.tfm -texmf-dist/fonts/tfm/jknappen/fc/fcsitt6.tfm -texmf-dist/fonts/tfm/jknappen/fc/fcsitt7.tfm -texmf-dist/fonts/tfm/jknappen/fc/fcsitt8.tfm -texmf-dist/fonts/tfm/jknappen/fc/fcsitt9.tfm -texmf-dist/fonts/tfm/jknappen/fc/fcsl10.tfm -texmf-dist/fonts/tfm/jknappen/fc/fcsl11.tfm -texmf-dist/fonts/tfm/jknappen/fc/fcsl12.tfm -texmf-dist/fonts/tfm/jknappen/fc/fcsl14.tfm -texmf-dist/fonts/tfm/jknappen/fc/fcsl17.tfm -texmf-dist/fonts/tfm/jknappen/fc/fcsl20.tfm -texmf-dist/fonts/tfm/jknappen/fc/fcsl25.tfm -texmf-dist/fonts/tfm/jknappen/fc/fcsl5.tfm -texmf-dist/fonts/tfm/jknappen/fc/fcsl6.tfm -texmf-dist/fonts/tfm/jknappen/fc/fcsl7.tfm -texmf-dist/fonts/tfm/jknappen/fc/fcsl8.tfm -texmf-dist/fonts/tfm/jknappen/fc/fcsl9.tfm -texmf-dist/fonts/tfm/jknappen/fc/fcss10.tfm -texmf-dist/fonts/tfm/jknappen/fc/fcss11.tfm -texmf-dist/fonts/tfm/jknappen/fc/fcss12.tfm -texmf-dist/fonts/tfm/jknappen/fc/fcss14.tfm -texmf-dist/fonts/tfm/jknappen/fc/fcss17.tfm -texmf-dist/fonts/tfm/jknappen/fc/fcss20.tfm -texmf-dist/fonts/tfm/jknappen/fc/fcss25.tfm -texmf-dist/fonts/tfm/jknappen/fc/fcss5.tfm -texmf-dist/fonts/tfm/jknappen/fc/fcss6.tfm -texmf-dist/fonts/tfm/jknappen/fc/fcss7.tfm -texmf-dist/fonts/tfm/jknappen/fc/fcss8.tfm -texmf-dist/fonts/tfm/jknappen/fc/fcss9.tfm -texmf-dist/fonts/tfm/jknappen/fc/fcssbx10.tfm -texmf-dist/fonts/tfm/jknappen/fc/fcssbx11.tfm -texmf-dist/fonts/tfm/jknappen/fc/fcssbx12.tfm -texmf-dist/fonts/tfm/jknappen/fc/fcssbx14.tfm -texmf-dist/fonts/tfm/jknappen/fc/fcssbx17.tfm -texmf-dist/fonts/tfm/jknappen/fc/fcssbx20.tfm -texmf-dist/fonts/tfm/jknappen/fc/fcssbx25.tfm -texmf-dist/fonts/tfm/jknappen/fc/fcssbx5.tfm -texmf-dist/fonts/tfm/jknappen/fc/fcssbx6.tfm -texmf-dist/fonts/tfm/jknappen/fc/fcssbx7.tfm -texmf-dist/fonts/tfm/jknappen/fc/fcssbx8.tfm -texmf-dist/fonts/tfm/jknappen/fc/fcssbx9.tfm -texmf-dist/fonts/tfm/jknappen/fc/fcssi10.tfm -texmf-dist/fonts/tfm/jknappen/fc/fcssi11.tfm -texmf-dist/fonts/tfm/jknappen/fc/fcssi12.tfm -texmf-dist/fonts/tfm/jknappen/fc/fcssi14.tfm -texmf-dist/fonts/tfm/jknappen/fc/fcssi17.tfm -texmf-dist/fonts/tfm/jknappen/fc/fcssi20.tfm -texmf-dist/fonts/tfm/jknappen/fc/fcssi25.tfm -texmf-dist/fonts/tfm/jknappen/fc/fcssi5.tfm -texmf-dist/fonts/tfm/jknappen/fc/fcssi6.tfm -texmf-dist/fonts/tfm/jknappen/fc/fcssi7.tfm -texmf-dist/fonts/tfm/jknappen/fc/fcssi8.tfm -texmf-dist/fonts/tfm/jknappen/fc/fcssi9.tfm -texmf-dist/fonts/tfm/jknappen/fc/fcsstt10.tfm -texmf-dist/fonts/tfm/jknappen/fc/fcsstt11.tfm -texmf-dist/fonts/tfm/jknappen/fc/fcsstt12.tfm -texmf-dist/fonts/tfm/jknappen/fc/fcsstt14.tfm -texmf-dist/fonts/tfm/jknappen/fc/fcsstt17.tfm -texmf-dist/fonts/tfm/jknappen/fc/fcsstt20.tfm -texmf-dist/fonts/tfm/jknappen/fc/fcsstt25.tfm -texmf-dist/fonts/tfm/jknappen/fc/fcsstt5.tfm -texmf-dist/fonts/tfm/jknappen/fc/fcsstt6.tfm -texmf-dist/fonts/tfm/jknappen/fc/fcsstt7.tfm -texmf-dist/fonts/tfm/jknappen/fc/fcsstt8.tfm -texmf-dist/fonts/tfm/jknappen/fc/fcsstt9.tfm -texmf-dist/fonts/tfm/jknappen/fc/fctt10.tfm -texmf-dist/fonts/tfm/jknappen/fc/fctt11.tfm -texmf-dist/fonts/tfm/jknappen/fc/fctt12.tfm -texmf-dist/fonts/tfm/jknappen/fc/fctt14.tfm -texmf-dist/fonts/tfm/jknappen/fc/fctt17.tfm -texmf-dist/fonts/tfm/jknappen/fc/fctt20.tfm -texmf-dist/fonts/tfm/jknappen/fc/fctt25.tfm -texmf-dist/fonts/tfm/jknappen/fc/fctt5.tfm -texmf-dist/fonts/tfm/jknappen/fc/fctt6.tfm -texmf-dist/fonts/tfm/jknappen/fc/fctt7.tfm -texmf-dist/fonts/tfm/jknappen/fc/fctt8.tfm -texmf-dist/fonts/tfm/jknappen/fc/fctt9.tfm -texmf-dist/fonts/tfm/jknappen/fc/fcu10.tfm -texmf-dist/fonts/tfm/jknappen/fc/fcu11.tfm -texmf-dist/fonts/tfm/jknappen/fc/fcu12.tfm -texmf-dist/fonts/tfm/jknappen/fc/fcu14.tfm -texmf-dist/fonts/tfm/jknappen/fc/fcu17.tfm -texmf-dist/fonts/tfm/jknappen/fc/fcu20.tfm -texmf-dist/fonts/tfm/jknappen/fc/fcu25.tfm -texmf-dist/fonts/tfm/jknappen/fc/fcu5.tfm -texmf-dist/fonts/tfm/jknappen/fc/fcu6.tfm -texmf-dist/fonts/tfm/jknappen/fc/fcu7.tfm -texmf-dist/fonts/tfm/jknappen/fc/fcu8.tfm -texmf-dist/fonts/tfm/jknappen/fc/fcu9.tfm -texmf-dist/tex/latex/fc/fclfont.sty -texmf-dist/tex/latex/fc/fclfont.sty_old -texmf-dist/tex/latex/fc/fcuse.sty -texmf-dist/tex/latex/fc/t4cmr.fd -texmf-dist/tex/latex/fc/t4cmss.fd -texmf-dist/tex/latex/fc/t4cmtt.fd -texmf-dist/tex/latex/fc/t4enc.def -texmf-dist/tex/latex/fc/t4fcr.fd -texmf-dist/tex/latex/fc/t4phonet.sty -texmf-dist/tpm/fc.tpm - - -texmf-dist/doc/fonts/fc/fc.bug -texmf-dist/doc/fonts/fc/fc.rme -texmf-dist/doc/fonts/fc/fctugbot.tex -texmf-dist/doc/fonts/fc/fontdef.fc_old -texmf-dist/doc/fonts/fc/licence.gnu - - Package/fc - - - diff -Nru texlive-lang-2007.dfsg.4/texmf-dist/tpm/finbib.tpm texlive-lang-2009/texmf-dist/tpm/finbib.tpm --- texlive-lang-2007.dfsg.4/texmf-dist/tpm/finbib.tpm 2006-12-17 14:15:44.000000000 +0000 +++ texlive-lang-2009/texmf-dist/tpm/finbib.tpm 1970-01-01 01:00:00.000000000 +0100 @@ -1,25 +0,0 @@ - - - - finbib - Package - 1970/01/01 00:00:00 - - rahtz - No description available. - -BibTeX 0.99a standard bibliography style 'plain' translated -into Finnish by Antti-Juhani Kaijanaho. - - unknown - 26056 - - - -texmf-dist/bibtex/bst/finbib/finplain.bst -texmf-dist/tpm/finbib.tpm - - Package/finbib - - - diff -Nru texlive-lang-2007.dfsg.4/texmf-dist/tpm/frenchle.tpm texlive-lang-2009/texmf-dist/tpm/frenchle.tpm --- texlive-lang-2007.dfsg.4/texmf-dist/tpm/frenchle.tpm 2007-02-01 00:45:27.000000000 +0000 +++ texlive-lang-2009/texmf-dist/tpm/frenchle.tpm 1970-01-01 01:00:00.000000000 +0100 @@ -1,33 +0,0 @@ - - - - frenchle - Package - 2006/10/07 19:50:06 - - karl - The frenchle package. - - - 738172 - - - -texmf-dist/tex/latex/frenchle/babelfr.sty -texmf-dist/tex/latex/frenchle/french.ldf -texmf-dist/tex/latex/frenchle/frenchle.cfg -texmf-dist/tex/latex/frenchle/frenchle.ldf -texmf-dist/tex/latex/frenchle/frenchle.sty -texmf-dist/tpm/frenchle.tpm - - -texmf-dist/doc/latex/frenchle/ALIRE.le -texmf-dist/doc/latex/frenchle/FAQ.pdf -texmf-dist/doc/latex/frenchle/README.le -texmf-dist/doc/latex/frenchle/frenchle.pdf -texmf-dist/doc/latex/frenchle/link_to_README.le - - Package/frenchle - - - diff -Nru texlive-lang-2007.dfsg.4/texmf-dist/tpm/german.tpm texlive-lang-2009/texmf-dist/tpm/german.tpm --- texlive-lang-2007.dfsg.4/texmf-dist/tpm/german.tpm 2007-02-01 00:45:27.000000000 +0000 +++ texlive-lang-2009/texmf-dist/tpm/german.tpm 1970-01-01 01:00:00.000000000 +0100 @@ -1,39 +0,0 @@ - - - - german - Package - 2006/01/11 23:49:28 - 2.5e - rahtz - Support for German typography. - -Supports the new German orthography (neue deutsche -Rechtschreibung). -[description copied from TeX Catalogue] - - Bernd Raichle - 308018 - - - -texmf-dist/tex/generic/german/german.sty -texmf-dist/tex/generic/german/ngerman.sty -texmf-dist/tpm/german.tpm - - -texmf-dist/doc/generic/german/00readme.1st -texmf-dist/doc/generic/german/gerdoc.dvi -texmf-dist/doc/generic/german/gerdoc.tex -texmf-dist/doc/generic/german/hyphxmpl.cfg - - -texmf-dist/source/generic/german/betatest/00readme.1st -texmf-dist/source/generic/german/german.MISSING -texmf-dist/source/generic/german/german.dtx -texmf-dist/source/generic/german/german.ins - - Package/german - - - diff -Nru texlive-lang-2007.dfsg.4/texmf-dist/tpm/germbib.tpm texlive-lang-2009/texmf-dist/tpm/germbib.tpm --- texlive-lang-2007.dfsg.4/texmf-dist/tpm/germbib.tpm 2006-12-17 14:15:44.000000000 +0000 +++ texlive-lang-2009/texmf-dist/tpm/germbib.tpm 1970-01-01 01:00:00.000000000 +0100 @@ -1,45 +0,0 @@ - - - - germbib - Package - 2006/10/22 14:21:42 - - rahtz - German variants of standard BibTeX styles. - -Give possibility to switch between German and English references. - - Harald Harders - 278930 - - - -texmf-dist/bibtex/bst/germbib/gerabbrv.bst -texmf-dist/bibtex/bst/germbib/geralpha.bst -texmf-dist/bibtex/bst/germbib/gerapali.bst -texmf-dist/bibtex/bst/germbib/gerplain.bst -texmf-dist/bibtex/bst/germbib/gerunsrt.bst -texmf-dist/tex/latex/germbib/bibgerm.sty -texmf-dist/tex/latex/germbib/mynormal.sty -texmf-dist/tpm/germbib.tpm - - -texmf-dist/doc/bibtex/germbib/README.bibgerm -texmf-dist/doc/bibtex/germbib/apalike.doc -texmf-dist/doc/bibtex/germbib/apalike.germbib_sty -texmf-dist/doc/bibtex/germbib/apalike.tex -texmf-dist/doc/bibtex/germbib/btxdoc.tex -texmf-dist/doc/bibtex/germbib/btxhak.tex -texmf-dist/doc/bibtex/germbib/gerbibtx.bib -texmf-dist/doc/bibtex/germbib/gerbibtx.tex -texmf-dist/doc/bibtex/germbib/gerxampl.bib -texmf-dist/doc/bibtex/germbib/schaum.bib -texmf-dist/doc/bibtex/germbib/testbibgerm.tex -texmf-dist/doc/bibtex/germbib/testgerb.tex -texmf-dist/doc/bibtex/germbib/xampl.bib - - Package/germbib - - - diff -Nru texlive-lang-2007.dfsg.4/texmf-dist/tpm/gost.tpm texlive-lang-2009/texmf-dist/tpm/gost.tpm --- texlive-lang-2007.dfsg.4/texmf-dist/tpm/gost.tpm 2006-12-17 14:15:44.000000000 +0000 +++ texlive-lang-2009/texmf-dist/tpm/gost.tpm 1970-01-01 01:00:00.000000000 +0100 @@ -1,41 +0,0 @@ - - - - gost - Package - 2006/01/11 23:48:14 - - rahtz - BibTeX styles to format according to GOST. - -BibTeX styles to format bibliography in English, Russian and -Ukrainian according to GOST 7.1-84 and GOST 7.80-00. -[description copied from TeX Catalogue] - - Maksym Polyakov - 626407 - - - -texmf-dist/bibtex/bst/gost/gost71s.bst -texmf-dist/bibtex/bst/gost/gost71u.bst -texmf-dist/bibtex/bst/gost/gost780s.bst -texmf-dist/bibtex/bst/gost/gost780u.bst -texmf-dist/bibtex/csf/gost/cp1251.csf -texmf-dist/bibtex/csf/gost/koi8u.csf -texmf-dist/bibtex/csf/gost/ruscii.csf -texmf-dist/tpm/gost.tpm - - -texmf-dist/doc/bibtex/gost/README -texmf-dist/doc/bibtex/gost/gost71.pdf -texmf-dist/doc/bibtex/gost/gost780.pdf - - -texmf-dist/source/bibtex/gost/gost.dtx -texmf-dist/source/bibtex/gost/gost.ins - - Package/gost - - - diff -Nru texlive-lang-2007.dfsg.4/texmf-dist/tpm/greektex.tpm texlive-lang-2009/texmf-dist/tpm/greektex.tpm --- texlive-lang-2007.dfsg.4/texmf-dist/tpm/greektex.tpm 2006-12-17 14:15:44.000000000 +0000 +++ texlive-lang-2009/texmf-dist/tpm/greektex.tpm 1970-01-01 01:00:00.000000000 +0100 @@ -1,29 +0,0 @@ - - - - greektex - Package - 2006/01/09 00:44:40 - 1.0 - rahtz - The greektex package. - - unknown - 758592 - - - -texmf-dist/tex/latex/greektex/greektex.sty -texmf-dist/tpm/greektex.tpm - - -texmf-dist/doc/latex/greektex/README -texmf-dist/doc/latex/greektex/gehyphw.gr -texmf-dist/doc/latex/greektex/greektexdoc.pdf -texmf-dist/doc/latex/greektex/greektexdoc.tex -texmf-dist/doc/latex/greektex/ywcl.zip - - Package/greektex - - - diff -Nru texlive-lang-2007.dfsg.4/texmf-dist/tpm/greek.tpm texlive-lang-2009/texmf-dist/tpm/greek.tpm --- texlive-lang-2007.dfsg.4/texmf-dist/tpm/greek.tpm 2006-12-17 14:15:44.000000000 +0000 +++ texlive-lang-2009/texmf-dist/tpm/greek.tpm 1970-01-01 01:00:00.000000000 +0100 @@ -1,25 +0,0 @@ - - - - greek - Package - 1970/01/01 00:00:00 - 1.0 - rahtz - Greek input encoding file. - -Iso-8859-7 input encoding file by Apostolos Syropoulos with modifications -by C. Beccari. - - - 5327 - - - -texmf-dist/tex/latex/greek/iso-8859-7.def -texmf-dist/tpm/greek.tpm - - Package/greek - - - diff -Nru texlive-lang-2007.dfsg.4/texmf-dist/tpm/grtimes.tpm texlive-lang-2009/texmf-dist/tpm/grtimes.tpm --- texlive-lang-2007.dfsg.4/texmf-dist/tpm/grtimes.tpm 2006-12-17 14:15:44.000000000 +0000 +++ texlive-lang-2009/texmf-dist/tpm/grtimes.tpm 1970-01-01 01:00:00.000000000 +0100 @@ -1,41 +0,0 @@ - - - - grtimes - Package - 2006/01/11 23:53:50 - - rahtz - -Typeset Greek text with the Times New Roman Greek. - - -Enables users who use the Greek option of the Babel package to typeset monotonic Greek -text with the Times New Roman Greek, Arial Greek and Courier -Greek fonts. Does not include the fonts. -[description copied from TeX Catalogue] - - Apostolos Syropoulos - 37765 - - - -texmf-dist/fonts/enc/dvips/grtimes/lgr-tex.enc -texmf-dist/fonts/source/public/grtimes/lgrligs.mf -texmf-dist/tex/latex/grtimes/grtimes.sty -texmf-dist/tex/latex/grtimes/lgrpcr.fd -texmf-dist/tex/latex/grtimes/lgrphv.fd -texmf-dist/tex/latex/grtimes/lgrptm.fd -texmf-dist/tpm/grtimes.tpm - - texmf-dist/doc/latex/grtimes/README - -texmf-dist/source/latex/grtimes/font-names -texmf-dist/source/latex/grtimes/grtimes.dtx -texmf-dist/source/latex/grtimes/grtimes.ins -texmf-dist/source/latex/grtimes/inlig - - Package/grtimes - - - diff -Nru texlive-lang-2007.dfsg.4/texmf-dist/tpm/grverb.tpm texlive-lang-2009/texmf-dist/tpm/grverb.tpm --- texlive-lang-2007.dfsg.4/texmf-dist/tpm/grverb.tpm 2007-02-01 00:45:27.000000000 +0000 +++ texlive-lang-2009/texmf-dist/tpm/grverb.tpm 1970-01-01 01:00:00.000000000 +0100 @@ -1,52 +0,0 @@ - - - - grverb - Package - 2006/01/11 23:53:51 - 1.0 - rahtz - -Enables both Latin and Greek verbatim modes with babel package. - - -jest zbyt og/olny -One major drawback of the `greek' option of the babel package is that -one cannot easily write both Latin and Greek verbatim text. This package -solves this problem by introducing the environment `grverbatim' and the -command `grverb' whose functionality is identical to the functionality -of the corresponding standards. A public domain font is used by both the -command and the environment. The font conforms to the ISO-8859-7 encoding -for the Greek language. - - - 106136 - - - -texmf-dist/fonts/afm/public/grverb/grkcurp.afm -texmf-dist/fonts/map/dvips/grverb/grverb.map -texmf-dist/fonts/tfm/public/grverb/grcour7t.tfm -texmf-dist/fonts/tfm/public/grverb/grcour8a.tfm -texmf-dist/fonts/type1/public/grverb/grkcurp.pfb -texmf-dist/fonts/vf/public/grverb/grcour7t.vf -texmf-dist/tex/latex/grverb/grverb.sty -texmf-dist/tpm/grverb.tpm - - -texmf-dist/doc/latex/grverb/README -texmf-dist/doc/latex/grverb/grv.dvi -texmf-dist/doc/latex/grverb/grv.tex - - -texmf-dist/source/latex/grverb/grcour7t.vpl -texmf-dist/source/latex/grverb/grverb.dtx -texmf-dist/source/latex/grverb/grverb.ins - - - - - Package/grverb - - - diff -Nru texlive-lang-2007.dfsg.4/texmf-dist/tpm/gustlib.tpm texlive-lang-2009/texmf-dist/tpm/gustlib.tpm --- texlive-lang-2007.dfsg.4/texmf-dist/tpm/gustlib.tpm 2006-12-17 14:15:44.000000000 +0000 +++ texlive-lang-2009/texmf-dist/tpm/gustlib.tpm 1970-01-01 01:00:00.000000000 +0100 @@ -1,59 +0,0 @@ - - - - gustlib - Package - 2006/01/09 00:45:48 - - rahtz - Polish oriented macros. - -Various small utility packages for typesetting in plain TeX, -with a Polish perspective. -[description copied from TeX Catalogue] - - unknown - 242981 - - - -texmf-dist/bibtex/bib/gustlib/plbib.bib -texmf-dist/bibtex/bst/gustlib/plabbrv.bst -texmf-dist/bibtex/bst/gustlib/plalpha.bst -texmf-dist/bibtex/bst/gustlib/plplain.bst -texmf-dist/bibtex/bst/gustlib/plunsrt.bst -texmf-dist/tex/plain/gustlib/biblotex/biblotex.tex -texmf-dist/tex/plain/gustlib/infr-ex.tex -texmf-dist/tex/plain/gustlib/infram.tex -texmf-dist/tex/plain/gustlib/licz/licz-tst.mex -texmf-dist/tex/plain/gustlib/licz/licz.mex -texmf-dist/tex/plain/gustlib/map/map.tex -texmf-dist/tex/plain/gustlib/map/split.tex -texmf-dist/tex/plain/gustlib/map/tsp-tst.mex -texmf-dist/tex/plain/gustlib/map/tsp.tex -texmf-dist/tex/plain/gustlib/map/tun-test.mex -texmf-dist/tex/plain/gustlib/map/tun.tex -texmf-dist/tex/plain/gustlib/mcol-ex.tex -texmf-dist/tex/plain/gustlib/meashor.tex -texmf-dist/tex/plain/gustlib/mimulcol.tex -texmf-dist/tex/plain/gustlib/plbtx993/plbtxbst.doc -texmf-dist/tex/plain/gustlib/plbtx993/test.mex -texmf-dist/tex/plain/gustlib/plmac218/plidxmac.tex -texmf-dist/tex/plain/gustlib/plmac218/plind.bat -texmf-dist/tex/plain/gustlib/plmac218/przyklad.tex -texmf-dist/tex/plain/gustlib/rbox-ex.tex -texmf-dist/tex/plain/gustlib/roundbox.tex -texmf-dist/tex/plain/gustlib/tp-crf.tex -texmf-dist/tex/plain/gustlib/verbatim.tex -texmf-dist/tpm/gustlib.tpm - - -texmf-dist/doc/plain/gustlib/README -texmf-dist/doc/plain/gustlib/readme.biblotex -texmf-dist/doc/plain/gustlib/readme.plbtx993 -texmf-dist/doc/plain/gustlib/readme.plmac218 - - Package/gustlib - - - diff -Nru texlive-lang-2007.dfsg.4/texmf-dist/tpm/hrlatex.tpm texlive-lang-2009/texmf-dist/tpm/hrlatex.tpm --- texlive-lang-2007.dfsg.4/texmf-dist/tpm/hrlatex.tpm 2007-02-01 00:45:27.000000000 +0000 +++ texlive-lang-2009/texmf-dist/tpm/hrlatex.tpm 1970-01-01 01:00:00.000000000 +0100 @@ -1,37 +0,0 @@ - - - - hrlatex - Package - 2006/10/07 19:51:35 - - karl - The hrlatex package. - - - 150718 - - - -texmf-dist/tex/latex/hrlatex/hrlatex.sty -texmf-dist/tpm/hrlatex.tpm - - -texmf-dist/doc/latex/hrlatex/README -texmf-dist/doc/latex/hrlatex/hrlatex.pdf -texmf-dist/doc/latex/hrlatex/novi.diplomski-rad.tex -texmf-dist/doc/latex/hrlatex/novi.ispit.tex -texmf-dist/doc/latex/hrlatex/sample.diplomski-rad.tex -texmf-dist/doc/latex/hrlatex/sample.minimal.cp1250.tex -texmf-dist/doc/latex/hrlatex/sample.minimal.latin2.tex -texmf-dist/doc/latex/hrlatex/sample.minimal.utf8.tex -texmf-dist/doc/latex/hrlatex/sample.prezentacija.tex - - -texmf-dist/source/latex/hrlatex/hrlatex.dtx -texmf-dist/source/latex/hrlatex/hrlatex.ins - - Package/hrlatex - - - diff -Nru texlive-lang-2007.dfsg.4/texmf-dist/tpm/ibycus-babel.tpm texlive-lang-2009/texmf-dist/tpm/ibycus-babel.tpm --- texlive-lang-2007.dfsg.4/texmf-dist/tpm/ibycus-babel.tpm 2006-12-17 14:15:44.000000000 +0000 +++ texlive-lang-2009/texmf-dist/tpm/ibycus-babel.tpm 1970-01-01 01:00:00.000000000 +0100 @@ -1,43 +0,0 @@ - - - - ibycus-babel - Package - 2006/01/11 23:54:04 - 2.4 2004-11-19 - karl - Use the Ibycus 4 Greek font with 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. -[description copied from TeX Catalogue] - - Peter Heslin, Walter Schmidt - 120453 - - - -texmf-dist/tex/latex/ibycus-babel/ibycus.ldf -texmf-dist/tex/latex/ibycus-babel/ufib.fd -texmf-dist/tpm/ibycus-babel.tpm - - -texmf-dist/doc/latex/ibycus-babel/README -texmf-dist/doc/latex/ibycus-babel/ibycus-babel-test.tex -texmf-dist/doc/latex/ibycus-babel/ibycus-babel.pdf -texmf-dist/doc/latex/ibycus-babel/ibyhyph.pl -texmf-dist/doc/latex/ibycus-babel/install.txt - - -texmf-dist/source/latex/ibycus-babel/ibycus-babel.dtx -texmf-dist/source/latex/ibycus-babel/ibycus-babel.ins - - Package/ibycus-babel - - - diff -Nru texlive-lang-2007.dfsg.4/texmf-dist/tpm/ibycus.tpm texlive-lang-2009/texmf-dist/tpm/ibycus.tpm --- texlive-lang-2007.dfsg.4/texmf-dist/tpm/ibycus.tpm 2006-12-17 14:15:44.000000000 +0000 +++ texlive-lang-2009/texmf-dist/tpm/ibycus.tpm 1970-01-01 01:00:00.000000000 +0100 @@ -1,97 +0,0 @@ - - - - ibycus - Package - 2006/01/09 00:56:57 - 1.0 - rahtz - The ibycus package. - -The package consists of a set of METAFONT files which use the original -characters of Silvio Levy's greek fonts -and combine them in ways which reflect the increased capabilities of TeX -and METAFONT developed since Levy did the original greek for TeX. - - - 280576 - - - -texmf-dist/dvips/ibycus/config.iby -texmf-dist/fonts/afm/public/ibycus/fibr.afm -texmf-dist/fonts/enc/dvips/ibycus/IbycusHTG.enc -texmf-dist/fonts/map/dvips/ibycus/iby.map -texmf-dist/fonts/source/public/ibycus/abary4.mf -texmf-dist/fonts/source/public/ibycus/cigma4.mf -texmf-dist/fonts/source/public/ibycus/digamma4.mf -texmf-dist/fonts/source/public/ibycus/ebary4.mf -texmf-dist/fonts/source/public/ibycus/fibb84.mf -texmf-dist/fonts/source/public/ibycus/fibb848.mf -texmf-dist/fonts/source/public/ibycus/fibb849.mf -texmf-dist/fonts/source/public/ibycus/fibo84.mf -texmf-dist/fonts/source/public/ibycus/fibo848.mf -texmf-dist/fonts/source/public/ibycus/fibo849.mf -texmf-dist/fonts/source/public/ibycus/fibr84.mf -texmf-dist/fonts/source/public/ibycus/fibr848.mf -texmf-dist/fonts/source/public/ibycus/fibr849.mf -texmf-dist/fonts/source/public/ibycus/hbary4.mf -texmf-dist/fonts/source/public/ibycus/ibary4.mf -texmf-dist/fonts/source/public/ibycus/ibyacc4.mf -texmf-dist/fonts/source/public/ibycus/ibycus4.mf -texmf-dist/fonts/source/public/ibycus/ibylig4.mf -texmf-dist/fonts/source/public/ibycus/ibylwr4.mf -texmf-dist/fonts/source/public/ibycus/ibypnct4.mf -texmf-dist/fonts/source/public/ibycus/ibyupr4.mf -texmf-dist/fonts/source/public/ibycus/koppa4.mf -texmf-dist/fonts/source/public/ibycus/obary4.mf -texmf-dist/fonts/source/public/ibycus/sampi4.mf -texmf-dist/fonts/source/public/ibycus/ubary4.mf -texmf-dist/fonts/source/public/ibycus/version4.mf -texmf-dist/fonts/source/public/ibycus/wbary4.mf -texmf-dist/fonts/tfm/public/ibycus/fibb84.tfm -texmf-dist/fonts/tfm/public/ibycus/fibb848.tfm -texmf-dist/fonts/tfm/public/ibycus/fibb849.tfm -texmf-dist/fonts/tfm/public/ibycus/fibo.tfm -texmf-dist/fonts/tfm/public/ibycus/fibo84.tfm -texmf-dist/fonts/tfm/public/ibycus/fibo848.tfm -texmf-dist/fonts/tfm/public/ibycus/fibo849.tfm -texmf-dist/fonts/tfm/public/ibycus/fibr.tfm -texmf-dist/fonts/tfm/public/ibycus/fibr84.tfm -texmf-dist/fonts/tfm/public/ibycus/fibr848.tfm -texmf-dist/fonts/tfm/public/ibycus/fibr849.tfm -texmf-dist/fonts/type1/public/ibycus/IbycusHTG-Regular.pfb -texmf-dist/fonts/vf/public/ibycus/fibo.vf -texmf-dist/fonts/vf/public/ibycus/fibr.vf -texmf-dist/tex/generic/ibycus/README -texmf-dist/tex/generic/ibycus/Uibycus.fd -texmf-dist/tex/generic/ibycus/Uibycus4.fd -texmf-dist/tex/generic/ibycus/iby4extr.tex -texmf-dist/tex/generic/ibycus/iby4text.tex -texmf-dist/tex/generic/ibycus/ibycus4.map -texmf-dist/tex/generic/ibycus/ibycus4.sty -texmf-dist/tex/generic/ibycus/ibycus4.tex -texmf-dist/tex/generic/ibycus/ibycusps.tex -texmf-dist/tex/generic/ibycus/psibycus.RME -texmf-dist/tex/generic/ibycus/psibycus.sty -texmf-dist/tex/generic/ibycus/psibycus.tex -texmf-dist/tex/generic/ibycus/pssetiby.tex -texmf-dist/tex/generic/ibycus/setiby4.tex -texmf-dist/tex/generic/ibycus/tlgsqq.tex -texmf-dist/tex/generic/ibycus/version4.tex -texmf-dist/tpm/ibycus.tpm - - -texmf-dist/doc/generic/ibycus/README -texmf-dist/doc/generic/ibycus/ibycus3.RME -texmf-dist/doc/generic/ibycus/ibycus4.ltx -texmf-dist/doc/generic/ibycus/psibycus.RME -texmf-dist/doc/generic/ibycus/psibycus.ltx - - - - - Package/ibycus - - - diff -Nru texlive-lang-2007.dfsg.4/texmf-dist/tpm/ibygrk.tpm texlive-lang-2009/texmf-dist/tpm/ibygrk.tpm --- texlive-lang-2007.dfsg.4/texmf-dist/tpm/ibygrk.tpm 2006-12-17 14:15:44.000000000 +0000 +++ texlive-lang-2009/texmf-dist/tpm/ibygrk.tpm 1970-01-01 01:00:00.000000000 +0100 @@ -1,88 +0,0 @@ - - - - ibygrk - Package - 2006/01/09 00:44:40 - 4.5 - rahtz - Greek typeface ibycus4 - - Pierre MacKay, Walter Schmidt - 413533 - - - -texmf-dist/fonts/afm/public/ibygrk/fibb84.afm -texmf-dist/fonts/afm/public/ibygrk/fibr84.afm -texmf-dist/fonts/enc/dvips/ibygrk/IbycusHTG.enc -texmf-dist/fonts/map/dvips/ibygrk/iby.map -texmf-dist/fonts/map/dvips/ibygrk/ibycus4.map -texmf-dist/fonts/source/public/ibygrk/abary4.mf -texmf-dist/fonts/source/public/ibygrk/cigma4.mf -texmf-dist/fonts/source/public/ibygrk/digamma4.mf -texmf-dist/fonts/source/public/ibygrk/ebary4.mf -texmf-dist/fonts/source/public/ibygrk/fibb84.mf -texmf-dist/fonts/source/public/ibygrk/fibb848.mf -texmf-dist/fonts/source/public/ibygrk/fibb849.mf -texmf-dist/fonts/source/public/ibygrk/fibo84.mf -texmf-dist/fonts/source/public/ibygrk/fibo848.mf -texmf-dist/fonts/source/public/ibygrk/fibo849.mf -texmf-dist/fonts/source/public/ibygrk/fibr84.mf -texmf-dist/fonts/source/public/ibygrk/fibr848.mf -texmf-dist/fonts/source/public/ibygrk/fibr849.mf -texmf-dist/fonts/source/public/ibygrk/hbary4.mf -texmf-dist/fonts/source/public/ibygrk/ibary4.mf -texmf-dist/fonts/source/public/ibygrk/ibyacc4.mf -texmf-dist/fonts/source/public/ibygrk/ibycus4.mf -texmf-dist/fonts/source/public/ibygrk/ibylig4.mf -texmf-dist/fonts/source/public/ibygrk/ibylwr4.mf -texmf-dist/fonts/source/public/ibygrk/ibypnct4.mf -texmf-dist/fonts/source/public/ibygrk/ibyupr4.mf -texmf-dist/fonts/source/public/ibygrk/koppa4.mf -texmf-dist/fonts/source/public/ibygrk/obary4.mf -texmf-dist/fonts/source/public/ibygrk/sampi4.mf -texmf-dist/fonts/source/public/ibygrk/ubary4.mf -texmf-dist/fonts/source/public/ibygrk/version4.mf -texmf-dist/fonts/source/public/ibygrk/wbary4.mf -texmf-dist/fonts/tfm/public/ibygrk/fibb84.tfm -texmf-dist/fonts/tfm/public/ibygrk/fibb848.tfm -texmf-dist/fonts/tfm/public/ibygrk/fibb849.tfm -texmf-dist/fonts/tfm/public/ibygrk/fibo84.tfm -texmf-dist/fonts/tfm/public/ibygrk/fibo848.tfm -texmf-dist/fonts/tfm/public/ibygrk/fibo849.tfm -texmf-dist/fonts/tfm/public/ibygrk/fibr84.tfm -texmf-dist/fonts/tfm/public/ibygrk/fibr848.tfm -texmf-dist/fonts/tfm/public/ibygrk/fibr849.tfm -texmf-dist/fonts/type1/public/ibygrk/fibb84.pfb -texmf-dist/fonts/type1/public/ibygrk/fibr84.pfb -texmf-dist/tex/latex/ibygrk/Uibycus.fd -texmf-dist/tex/latex/ibygrk/Uibycus4.fd -texmf-dist/tex/latex/ibygrk/ibycus4.sty -texmf-dist/tex/latex/ibygrk/psibycus.sty -texmf-dist/tpm/ibygrk.tpm - - -texmf-dist/doc/latex/ibygrk/COPYING -texmf-dist/doc/latex/ibygrk/NEWS -texmf-dist/doc/latex/ibygrk/README -texmf-dist/doc/latex/ibygrk/doc/generic/ibycus4/README -texmf-dist/doc/latex/ibygrk/iby4extr.tex -texmf-dist/doc/latex/ibygrk/iby4text.tex -texmf-dist/doc/latex/ibygrk/ibycus3.RME -texmf-dist/doc/latex/ibygrk/ibycus4.ltx -texmf-dist/doc/latex/ibygrk/ibycus4.pdf -texmf-dist/doc/latex/ibygrk/ibycus4.tex -texmf-dist/doc/latex/ibygrk/ibycusps.tex -texmf-dist/doc/latex/ibygrk/psibycus.ltx -texmf-dist/doc/latex/ibygrk/psibycus.pdf -texmf-dist/doc/latex/ibygrk/psibycus.tex -texmf-dist/doc/latex/ibygrk/pssetiby.tex -texmf-dist/doc/latex/ibygrk/setiby4.tex -texmf-dist/doc/latex/ibygrk/tlgsqq.tex -texmf-dist/doc/latex/ibygrk/version4.tex - - Package/ibygrk - - - diff -Nru texlive-lang-2007.dfsg.4/texmf-dist/tpm/kdgreek.tpm texlive-lang-2009/texmf-dist/tpm/kdgreek.tpm --- texlive-lang-2007.dfsg.4/texmf-dist/tpm/kdgreek.tpm 2007-02-01 00:45:27.000000000 +0000 +++ texlive-lang-2009/texmf-dist/tpm/kdgreek.tpm 1970-01-01 01:00:00.000000000 +0100 @@ -1,79 +0,0 @@ - - - - kdgreek - Package - 2006/01/11 23:54:15 - - rahtz - Greek fonts. - - unknown - 534464 - - - -texmf-dist/fonts/source/public/kdgreek/kdaccent.mf -texmf-dist/fonts/source/public/kdgreek/kdbase.mf -texmf-dist/fonts/source/public/kdgreek/kdbf10.mf -texmf-dist/fonts/source/public/kdgreek/kdbf8.mf -texmf-dist/fonts/source/public/kdgreek/kdbf9.mf -texmf-dist/fonts/source/public/kdgreek/kddigits.mf -texmf-dist/fonts/source/public/kdgreek/kdgr10.mf -texmf-dist/fonts/source/public/kdgreek/kdgr8.mf -texmf-dist/fonts/source/public/kdgreek/kdgr9.mf -texmf-dist/fonts/source/public/kdgreek/kdgreek.mf -texmf-dist/fonts/source/public/kdgreek/kdidigit.mf -texmf-dist/fonts/source/public/kdgreek/kdilower.mf -texmf-dist/fonts/source/public/kdgreek/kdlig.mf -texmf-dist/fonts/source/public/kdgreek/kdligcom.mf -texmf-dist/fonts/source/public/kdgreek/kdlower.mf -texmf-dist/fonts/source/public/kdgreek/kdpunct.mf -texmf-dist/fonts/source/public/kdgreek/kdsl10.mf -texmf-dist/fonts/source/public/kdgreek/kdti10.mf -texmf-dist/fonts/source/public/kdgreek/kdtt10.mf -texmf-dist/fonts/source/public/kdgreek/kdupper.mf -texmf-dist/fonts/tfm/public/kdgreek/kdbf10.tfm -texmf-dist/fonts/tfm/public/kdgreek/kdbf8.tfm -texmf-dist/fonts/tfm/public/kdgreek/kdbf9.tfm -texmf-dist/fonts/tfm/public/kdgreek/kdgr10.tfm -texmf-dist/fonts/tfm/public/kdgreek/kdgr8.tfm -texmf-dist/fonts/tfm/public/kdgreek/kdgr9.tfm -texmf-dist/fonts/tfm/public/kdgreek/kdsl10.tfm -texmf-dist/fonts/tfm/public/kdgreek/kdti10.tfm -texmf-dist/fonts/tfm/public/kdgreek/kdtt10.tfm -texmf-dist/tex/plain/kdgreek/greek.tex -texmf-dist/tex/plain/kdgreek/greektex.tex -texmf-dist/tex/plain/kdgreek/grkhyphen.tex -texmf-dist/tpm/kdgreek.tpm - - -texmf-dist/doc/fonts/kdgreek/INSTALL -texmf-dist/doc/fonts/kdgreek/README -texmf-dist/doc/fonts/kdgreek/grlatex.1 -texmf-dist/doc/fonts/kdgreek/install.dvi -texmf-dist/doc/fonts/kdgreek/install.tex -texmf-dist/doc/fonts/kdgreek/read.me -texmf-dist/doc/fonts/kdgreek/usage.dvi -texmf-dist/doc/fonts/kdgreek/usage.tex - - -texmf-dist/source/latex/kdgreek/209/grart10.sty -texmf-dist/source/latex/kdgreek/209/grart12.sty -texmf-dist/source/latex/kdgreek/209/grarticle.sty -texmf-dist/source/latex/kdgreek/209/grbk10.sty -texmf-dist/source/latex/kdgreek/209/grbk11.sty -texmf-dist/source/latex/kdgreek/209/grbk12.sty -texmf-dist/source/latex/kdgreek/209/grbook.sty -texmf-dist/source/latex/kdgreek/209/greek.sty -texmf-dist/source/latex/kdgreek/209/grfonts.tex -texmf-dist/source/latex/kdgreek/209/grkhyphen.tex -texmf-dist/source/latex/kdgreek/209/grmode.sty -texmf-dist/source/latex/kdgreek/209/lfonts.tex -texmf-dist/source/latex/kdgreek/209/lgreek.3.0c -texmf-dist/source/latex/kdgreek/209/lgreek.tex - - Package/kdgreek - - - diff -Nru texlive-lang-2007.dfsg.4/texmf-dist/tpm/kerkis.tpm texlive-lang-2009/texmf-dist/tpm/kerkis.tpm --- texlive-lang-2007.dfsg.4/texmf-dist/tpm/kerkis.tpm 2006-12-17 14:15:44.000000000 +0000 +++ texlive-lang-2009/texmf-dist/tpm/kerkis.tpm 1970-01-01 01:00:00.000000000 +0100 @@ -1,297 +0,0 @@ - - - - kerkis - Package - 2006/11/25 01:46:28 - unknown - rahtz - Kerkis (Greek) font family. - -Greek fonts to match the URW Bookman set (which are distributed -with Kerkis). The Kerkis font set some support for mathematics -as well as other glyphs missing from the base URW Bookman fonts. -Macros are provided to use the fonts in OT1, T1 (only NG/ng -glyphs missing) and LGR encodings; 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. -[description copied from TeX Catalogue] - - Antonis Tsolomitis - 2540260 - - - -texmf-dist/fonts/afm/public/kerkis/Kerkis-Bold.afm -texmf-dist/fonts/afm/public/kerkis/Kerkis-BoldItalic.afm -texmf-dist/fonts/afm/public/kerkis/Kerkis-BoldSmallCaps.afm -texmf-dist/fonts/afm/public/kerkis/Kerkis-Calligraphic.afm -texmf-dist/fonts/afm/public/kerkis/Kerkis-Italic.afm -texmf-dist/fonts/afm/public/kerkis/Kerkis-SemiBold-Italic.afm -texmf-dist/fonts/afm/public/kerkis/Kerkis-SemiBold.afm -texmf-dist/fonts/afm/public/kerkis/Kerkis-SmallCaps.afm -texmf-dist/fonts/afm/public/kerkis/Kerkis.afm -texmf-dist/fonts/afm/public/kerkis/KerkisSans-Bold.afm -texmf-dist/fonts/afm/public/kerkis/KerkisSans-BoldItalic.afm -texmf-dist/fonts/afm/public/kerkis/KerkisSans-Italic.afm -texmf-dist/fonts/afm/public/kerkis/KerkisSans-SmallCaps.afm -texmf-dist/fonts/afm/public/kerkis/KerkisSans.afm -texmf-dist/fonts/afm/public/kerkis/ktsy.afm -texmf-dist/fonts/enc/dvips/kerkis/gkerkis.enc -texmf-dist/fonts/enc/dvips/kerkis/gkerkisc.enc -texmf-dist/fonts/enc/dvips/kerkis/gpkerkis.enc -texmf-dist/fonts/enc/dvips/kerkis/gpkerkisc.enc -texmf-dist/fonts/enc/dvips/kerkis/kerkis.enc -texmf-dist/fonts/enc/dvips/kerkis/kerkisc.enc -texmf-dist/fonts/enc/dvips/kerkis/kerkisec.enc -texmf-dist/fonts/enc/dvips/kerkis/kerkisecsc.enc -texmf-dist/fonts/enc/dvips/kerkis/kmath.enc -texmf-dist/fonts/enc/dvips/kerkis/kmex.enc -texmf-dist/fonts/enc/dvips/kerkis/kmsym.enc -texmf-dist/fonts/map/dvips/kerkis/kerkis.map -texmf-dist/fonts/tfm/public/kerkis/ek8a.tfm -texmf-dist/fonts/tfm/public/kerkis/ek8r.tfm -texmf-dist/fonts/tfm/public/kerkis/ekb8a.tfm -texmf-dist/fonts/tfm/public/kerkis/ekb8r.tfm -texmf-dist/fonts/tfm/public/kerkis/ekbi8a.tfm -texmf-dist/fonts/tfm/public/kerkis/ekbi8r.tfm -texmf-dist/fonts/tfm/public/kerkis/ekbo8a.tfm -texmf-dist/fonts/tfm/public/kerkis/ekbo8r.tfm -texmf-dist/fonts/tfm/public/kerkis/ekbsc8a.tfm -texmf-dist/fonts/tfm/public/kerkis/ekbsc8r.tfm -texmf-dist/fonts/tfm/public/kerkis/ekbsco8a.tfm -texmf-dist/fonts/tfm/public/kerkis/ekbsco8r.tfm -texmf-dist/fonts/tfm/public/kerkis/ekbui8a.tfm -texmf-dist/fonts/tfm/public/kerkis/ekbui8r.tfm -texmf-dist/fonts/tfm/public/kerkis/ekcal8a.tfm -texmf-dist/fonts/tfm/public/kerkis/ekcal8r.tfm -texmf-dist/fonts/tfm/public/kerkis/eki8a.tfm -texmf-dist/fonts/tfm/public/kerkis/eki8r.tfm -texmf-dist/fonts/tfm/public/kerkis/eko8a.tfm -texmf-dist/fonts/tfm/public/kerkis/eko8r.tfm -texmf-dist/fonts/tfm/public/kerkis/eksb8a.tfm -texmf-dist/fonts/tfm/public/kerkis/eksb8r.tfm -texmf-dist/fonts/tfm/public/kerkis/eksbi8a.tfm -texmf-dist/fonts/tfm/public/kerkis/eksbi8r.tfm -texmf-dist/fonts/tfm/public/kerkis/eksbo8a.tfm -texmf-dist/fonts/tfm/public/kerkis/eksbo8r.tfm -texmf-dist/fonts/tfm/public/kerkis/eksbui8a.tfm -texmf-dist/fonts/tfm/public/kerkis/eksbui8r.tfm -texmf-dist/fonts/tfm/public/kerkis/eksc8a.tfm -texmf-dist/fonts/tfm/public/kerkis/eksc8r.tfm -texmf-dist/fonts/tfm/public/kerkis/eksco8a.tfm -texmf-dist/fonts/tfm/public/kerkis/eksco8r.tfm -texmf-dist/fonts/tfm/public/kerkis/eksf8a.tfm -texmf-dist/fonts/tfm/public/kerkis/eksf8t.tfm -texmf-dist/fonts/tfm/public/kerkis/eksfb8a.tfm -texmf-dist/fonts/tfm/public/kerkis/eksfb8t.tfm -texmf-dist/fonts/tfm/public/kerkis/eksfbi8a.tfm -texmf-dist/fonts/tfm/public/kerkis/eksfbi8t.tfm -texmf-dist/fonts/tfm/public/kerkis/eksfi8a.tfm -texmf-dist/fonts/tfm/public/kerkis/eksfi8t.tfm -texmf-dist/fonts/tfm/public/kerkis/eksfsc8a.tfm -texmf-dist/fonts/tfm/public/kerkis/eksfsc8t.tfm -texmf-dist/fonts/tfm/public/kerkis/ekui8a.tfm -texmf-dist/fonts/tfm/public/kerkis/ekui8r.tfm -texmf-dist/fonts/tfm/public/kerkis/gk7a.tfm -texmf-dist/fonts/tfm/public/kerkis/gk7t.tfm -texmf-dist/fonts/tfm/public/kerkis/gkb7a.tfm -texmf-dist/fonts/tfm/public/kerkis/gkb7t.tfm -texmf-dist/fonts/tfm/public/kerkis/gkbi7a.tfm -texmf-dist/fonts/tfm/public/kerkis/gkbi7t.tfm -texmf-dist/fonts/tfm/public/kerkis/gkbo7a.tfm -texmf-dist/fonts/tfm/public/kerkis/gkbo7t.tfm -texmf-dist/fonts/tfm/public/kerkis/gkbsc8a.tfm -texmf-dist/fonts/tfm/public/kerkis/gkbsc8r.tfm -texmf-dist/fonts/tfm/public/kerkis/gkbsco8a.tfm -texmf-dist/fonts/tfm/public/kerkis/gkbsco8r.tfm -texmf-dist/fonts/tfm/public/kerkis/gkbui7a.tfm -texmf-dist/fonts/tfm/public/kerkis/gkbui7t.tfm -texmf-dist/fonts/tfm/public/kerkis/gkcal7a.tfm -texmf-dist/fonts/tfm/public/kerkis/gkcal7t.tfm -texmf-dist/fonts/tfm/public/kerkis/gki7a.tfm -texmf-dist/fonts/tfm/public/kerkis/gki7t.tfm -texmf-dist/fonts/tfm/public/kerkis/gko7a.tfm -texmf-dist/fonts/tfm/public/kerkis/gko7t.tfm -texmf-dist/fonts/tfm/public/kerkis/gksb7a.tfm -texmf-dist/fonts/tfm/public/kerkis/gksb7t.tfm -texmf-dist/fonts/tfm/public/kerkis/gksbi7a.tfm -texmf-dist/fonts/tfm/public/kerkis/gksbi7t.tfm -texmf-dist/fonts/tfm/public/kerkis/gksbo7a.tfm -texmf-dist/fonts/tfm/public/kerkis/gksbo7t.tfm -texmf-dist/fonts/tfm/public/kerkis/gksbui7a.tfm -texmf-dist/fonts/tfm/public/kerkis/gksbui7t.tfm -texmf-dist/fonts/tfm/public/kerkis/gksc7a.tfm -texmf-dist/fonts/tfm/public/kerkis/gksc7t.tfm -texmf-dist/fonts/tfm/public/kerkis/gksco7a.tfm -texmf-dist/fonts/tfm/public/kerkis/gksco7t.tfm -texmf-dist/fonts/tfm/public/kerkis/gksf7a.tfm -texmf-dist/fonts/tfm/public/kerkis/gksf7t.tfm -texmf-dist/fonts/tfm/public/kerkis/gksfb7a.tfm -texmf-dist/fonts/tfm/public/kerkis/gksfb7t.tfm -texmf-dist/fonts/tfm/public/kerkis/gksfbi7a.tfm -texmf-dist/fonts/tfm/public/kerkis/gksfbi7t.tfm -texmf-dist/fonts/tfm/public/kerkis/gksfi7a.tfm -texmf-dist/fonts/tfm/public/kerkis/gksfi7t.tfm -texmf-dist/fonts/tfm/public/kerkis/gksfsc7a.tfm -texmf-dist/fonts/tfm/public/kerkis/gksfsc7t.tfm -texmf-dist/fonts/tfm/public/kerkis/gkui7a.tfm -texmf-dist/fonts/tfm/public/kerkis/gkui7t.tfm -texmf-dist/fonts/tfm/public/kerkis/k8a.tfm -texmf-dist/fonts/tfm/public/kerkis/k8r.tfm -texmf-dist/fonts/tfm/public/kerkis/kb8a.tfm -texmf-dist/fonts/tfm/public/kerkis/kb8r.tfm -texmf-dist/fonts/tfm/public/kerkis/kbi8a.tfm -texmf-dist/fonts/tfm/public/kerkis/kbi8r.tfm -texmf-dist/fonts/tfm/public/kerkis/kbo8a.tfm -texmf-dist/fonts/tfm/public/kerkis/kbo8r.tfm -texmf-dist/fonts/tfm/public/kerkis/kbsc8a.tfm -texmf-dist/fonts/tfm/public/kerkis/kbsc8r.tfm -texmf-dist/fonts/tfm/public/kerkis/kbsco8a.tfm -texmf-dist/fonts/tfm/public/kerkis/kbsco8r.tfm -texmf-dist/fonts/tfm/public/kerkis/kbui8a.tfm -texmf-dist/fonts/tfm/public/kerkis/kbui8r.tfm -texmf-dist/fonts/tfm/public/kerkis/kcal8a.tfm -texmf-dist/fonts/tfm/public/kerkis/kcal8r.tfm -texmf-dist/fonts/tfm/public/kerkis/ki8a.tfm -texmf-dist/fonts/tfm/public/kerkis/ki8r.tfm -texmf-dist/fonts/tfm/public/kerkis/kmath8a.tfm -texmf-dist/fonts/tfm/public/kerkis/kmath8r.tfm -texmf-dist/fonts/tfm/public/kerkis/ko8a.tfm -texmf-dist/fonts/tfm/public/kerkis/ko8r.tfm -texmf-dist/fonts/tfm/public/kerkis/ksb8a.tfm -texmf-dist/fonts/tfm/public/kerkis/ksb8r.tfm -texmf-dist/fonts/tfm/public/kerkis/ksbi8a.tfm -texmf-dist/fonts/tfm/public/kerkis/ksbi8r.tfm -texmf-dist/fonts/tfm/public/kerkis/ksbo8a.tfm -texmf-dist/fonts/tfm/public/kerkis/ksbo8r.tfm -texmf-dist/fonts/tfm/public/kerkis/ksbui8a.tfm -texmf-dist/fonts/tfm/public/kerkis/ksbui8r.tfm -texmf-dist/fonts/tfm/public/kerkis/ksc8a.tfm -texmf-dist/fonts/tfm/public/kerkis/ksc8r.tfm -texmf-dist/fonts/tfm/public/kerkis/ksco8a.tfm -texmf-dist/fonts/tfm/public/kerkis/ksco8r.tfm -texmf-dist/fonts/tfm/public/kerkis/ksf8a.tfm -texmf-dist/fonts/tfm/public/kerkis/ksf8t.tfm -texmf-dist/fonts/tfm/public/kerkis/ksfb8a.tfm -texmf-dist/fonts/tfm/public/kerkis/ksfb8t.tfm -texmf-dist/fonts/tfm/public/kerkis/ksfbi8a.tfm -texmf-dist/fonts/tfm/public/kerkis/ksfbi8t.tfm -texmf-dist/fonts/tfm/public/kerkis/ksfi8a.tfm -texmf-dist/fonts/tfm/public/kerkis/ksfi8t.tfm -texmf-dist/fonts/tfm/public/kerkis/ksfsc8a.tfm -texmf-dist/fonts/tfm/public/kerkis/ksfsc8t.tfm -texmf-dist/fonts/tfm/public/kerkis/ktsy8a.tfm -texmf-dist/fonts/tfm/public/kerkis/ktsy8r.tfm -texmf-dist/fonts/tfm/public/kerkis/kui8a.tfm -texmf-dist/fonts/tfm/public/kerkis/kui8r.tfm -texmf-dist/fonts/type1/public/kerkis/Kerkis-Bold.pfb -texmf-dist/fonts/type1/public/kerkis/Kerkis-BoldItalic.pfb -texmf-dist/fonts/type1/public/kerkis/Kerkis-BoldSmallCaps.pfb -texmf-dist/fonts/type1/public/kerkis/Kerkis-Calligraphic.pfb -texmf-dist/fonts/type1/public/kerkis/Kerkis-Italic.pfb -texmf-dist/fonts/type1/public/kerkis/Kerkis-SemiBold-Italic.pfb -texmf-dist/fonts/type1/public/kerkis/Kerkis-SemiBold.pfb -texmf-dist/fonts/type1/public/kerkis/Kerkis-SmallCaps.pfb -texmf-dist/fonts/type1/public/kerkis/Kerkis.pfb -texmf-dist/fonts/type1/public/kerkis/KerkisSans-Bold.pfb -texmf-dist/fonts/type1/public/kerkis/KerkisSans-BoldItalic.pfb -texmf-dist/fonts/type1/public/kerkis/KerkisSans-Italic.pfb -texmf-dist/fonts/type1/public/kerkis/KerkisSans-SmallCaps.pfb -texmf-dist/fonts/type1/public/kerkis/KerkisSans.pfb -texmf-dist/fonts/type1/public/kerkis/ktsy.pfb -texmf-dist/fonts/vf/public/kerkis/ek8a.vf -texmf-dist/fonts/vf/public/kerkis/ekb8a.vf -texmf-dist/fonts/vf/public/kerkis/ekbi8a.vf -texmf-dist/fonts/vf/public/kerkis/ekbo8a.vf -texmf-dist/fonts/vf/public/kerkis/ekbsc8a.vf -texmf-dist/fonts/vf/public/kerkis/ekbsco8a.vf -texmf-dist/fonts/vf/public/kerkis/ekbui8a.vf -texmf-dist/fonts/vf/public/kerkis/ekcal8a.vf -texmf-dist/fonts/vf/public/kerkis/eki8a.vf -texmf-dist/fonts/vf/public/kerkis/eko8a.vf -texmf-dist/fonts/vf/public/kerkis/eksb8a.vf -texmf-dist/fonts/vf/public/kerkis/eksbi8a.vf -texmf-dist/fonts/vf/public/kerkis/eksbo8a.vf -texmf-dist/fonts/vf/public/kerkis/eksbui8a.vf -texmf-dist/fonts/vf/public/kerkis/eksc8a.vf -texmf-dist/fonts/vf/public/kerkis/eksco8a.vf -texmf-dist/fonts/vf/public/kerkis/eksf8t.vf -texmf-dist/fonts/vf/public/kerkis/eksfb8t.vf -texmf-dist/fonts/vf/public/kerkis/eksfbi8t.vf -texmf-dist/fonts/vf/public/kerkis/eksfi8t.vf -texmf-dist/fonts/vf/public/kerkis/eksfsc8t.vf -texmf-dist/fonts/vf/public/kerkis/ekui8a.vf -texmf-dist/fonts/vf/public/kerkis/gk7t.vf -texmf-dist/fonts/vf/public/kerkis/gkb7t.vf -texmf-dist/fonts/vf/public/kerkis/gkbi7t.vf -texmf-dist/fonts/vf/public/kerkis/gkbo7t.vf -texmf-dist/fonts/vf/public/kerkis/gkbsc8a.vf -texmf-dist/fonts/vf/public/kerkis/gkbsco8a.vf -texmf-dist/fonts/vf/public/kerkis/gkbui7t.vf -texmf-dist/fonts/vf/public/kerkis/gkcal7t.vf -texmf-dist/fonts/vf/public/kerkis/gki7t.vf -texmf-dist/fonts/vf/public/kerkis/gko7t.vf -texmf-dist/fonts/vf/public/kerkis/gksb7t.vf -texmf-dist/fonts/vf/public/kerkis/gksbi7t.vf -texmf-dist/fonts/vf/public/kerkis/gksbo7t.vf -texmf-dist/fonts/vf/public/kerkis/gksbui7t.vf -texmf-dist/fonts/vf/public/kerkis/gksc7t.vf -texmf-dist/fonts/vf/public/kerkis/gksco7t.vf -texmf-dist/fonts/vf/public/kerkis/gksf7t.vf -texmf-dist/fonts/vf/public/kerkis/gksfb7t.vf -texmf-dist/fonts/vf/public/kerkis/gksfbi7t.vf -texmf-dist/fonts/vf/public/kerkis/gksfi7t.vf -texmf-dist/fonts/vf/public/kerkis/gksfsc7t.vf -texmf-dist/fonts/vf/public/kerkis/gkui7t.vf -texmf-dist/fonts/vf/public/kerkis/k8a.vf -texmf-dist/fonts/vf/public/kerkis/kb8a.vf -texmf-dist/fonts/vf/public/kerkis/kbi8a.vf -texmf-dist/fonts/vf/public/kerkis/kbo8a.vf -texmf-dist/fonts/vf/public/kerkis/kbsc8a.vf -texmf-dist/fonts/vf/public/kerkis/kbsco8a.vf -texmf-dist/fonts/vf/public/kerkis/kbui8a.vf -texmf-dist/fonts/vf/public/kerkis/kcal8a.vf -texmf-dist/fonts/vf/public/kerkis/ki8a.vf -texmf-dist/fonts/vf/public/kerkis/kmath8a.vf -texmf-dist/fonts/vf/public/kerkis/ko8a.vf -texmf-dist/fonts/vf/public/kerkis/ksb8a.vf -texmf-dist/fonts/vf/public/kerkis/ksbi8a.vf -texmf-dist/fonts/vf/public/kerkis/ksbo8a.vf -texmf-dist/fonts/vf/public/kerkis/ksbui8a.vf -texmf-dist/fonts/vf/public/kerkis/ksc8a.vf -texmf-dist/fonts/vf/public/kerkis/ksco8a.vf -texmf-dist/fonts/vf/public/kerkis/ksf8t.vf -texmf-dist/fonts/vf/public/kerkis/ksfb8t.vf -texmf-dist/fonts/vf/public/kerkis/ksfbi8t.vf -texmf-dist/fonts/vf/public/kerkis/ksfi8t.vf -texmf-dist/fonts/vf/public/kerkis/ksfsc8t.vf -texmf-dist/fonts/vf/public/kerkis/ktsy8a.vf -texmf-dist/fonts/vf/public/kerkis/kui8a.vf -texmf-dist/tex/latex/kerkis/kerkis.sty -texmf-dist/tex/latex/kerkis/kmath.sty -texmf-dist/tex/latex/kerkis/lgrkfn.fd -texmf-dist/tex/latex/kerkis/lgrmak.fd -texmf-dist/tex/latex/kerkis/lgrmaksf.fd -texmf-dist/tex/latex/kerkis/omlmak.fd -texmf-dist/tex/latex/kerkis/omsmak.fd -texmf-dist/tex/latex/kerkis/ot1kfn.fd -texmf-dist/tex/latex/kerkis/ot1mak.fd -texmf-dist/tex/latex/kerkis/ot1maksf.fd -texmf-dist/tex/latex/kerkis/t1mak.fd -texmf-dist/tex/latex/kerkis/t1maksf.fd -texmf-dist/tpm/kerkis.tpm - - -texmf-dist/doc/latex/kerkis/License.txt -texmf-dist/doc/latex/kerkis/README.html - - - - - Package/kerkis - - - diff -Nru texlive-lang-2007.dfsg.4/texmf-dist/tpm/levy.tpm texlive-lang-2009/texmf-dist/tpm/levy.tpm --- texlive-lang-2007.dfsg.4/texmf-dist/tpm/levy.tpm 2006-12-17 14:15:44.000000000 +0000 +++ texlive-lang-2009/texmf-dist/tpm/levy.tpm 1970-01-01 01:00:00.000000000 +0100 @@ -1,75 +0,0 @@ - - - - levy - Package - 2006/01/09 00:47:01 - - rahtz - Macros for using Silvio Levy's Greek fonts. - - unknown - 228564 - - - -texmf-dist/fonts/source/public/levy/a.mf -texmf-dist/fonts/source/public/levy/b.mf -texmf-dist/fonts/source/public/levy/d.mf -texmf-dist/fonts/source/public/levy/digits.mf -texmf-dist/fonts/source/public/levy/e.mf -texmf-dist/fonts/source/public/levy/f.mf -texmf-dist/fonts/source/public/levy/g.mf -texmf-dist/fonts/source/public/levy/gen_acc.mf -texmf-dist/fonts/source/public/levy/gen_sigma.mf -texmf-dist/fonts/source/public/levy/graccent.mf -texmf-dist/fonts/source/public/levy/grbase.mf -texmf-dist/fonts/source/public/levy/grbld10.mf -texmf-dist/fonts/source/public/levy/grbld8.mf -texmf-dist/fonts/source/public/levy/grbld9.mf -texmf-dist/fonts/source/public/levy/greek.mf -texmf-dist/fonts/source/public/levy/grpunct.mf -texmf-dist/fonts/source/public/levy/grreg10.mf -texmf-dist/fonts/source/public/levy/grreg8.mf -texmf-dist/fonts/source/public/levy/grreg9.mf -texmf-dist/fonts/source/public/levy/grtt10.mf -texmf-dist/fonts/source/public/levy/h.mf -texmf-dist/fonts/source/public/levy/i.mf -texmf-dist/fonts/source/public/levy/j.mf -texmf-dist/fonts/source/public/levy/k.mf -texmf-dist/fonts/source/public/levy/l.mf -texmf-dist/fonts/source/public/levy/lig.mf -texmf-dist/fonts/source/public/levy/lower.mf -texmf-dist/fonts/source/public/levy/m.mf -texmf-dist/fonts/source/public/levy/n.mf -texmf-dist/fonts/source/public/levy/o.mf -texmf-dist/fonts/source/public/levy/p.mf -texmf-dist/fonts/source/public/levy/q.mf -texmf-dist/fonts/source/public/levy/r.mf -texmf-dist/fonts/source/public/levy/s.mf -texmf-dist/fonts/source/public/levy/t.mf -texmf-dist/fonts/source/public/levy/u.mf -texmf-dist/fonts/source/public/levy/upper.mf -texmf-dist/fonts/source/public/levy/w.mf -texmf-dist/fonts/source/public/levy/x.mf -texmf-dist/fonts/source/public/levy/y.mf -texmf-dist/fonts/source/public/levy/z.mf -texmf-dist/tex/latex/levy/slgreek.sty -texmf-dist/tex/plain/levy/greekmacros.tex -texmf-dist/tpm/levy.tpm - - -texmf-dist/doc/fonts/levy/00readme.txt -texmf-dist/doc/fonts/levy/greekhist.tex -texmf-dist/doc/fonts/levy/greekuse.tex -texmf-dist/doc/fonts/levy/grinstall.tex -texmf-dist/doc/fonts/levy/grtestfont.tex -texmf-dist/doc/fonts/levy/makeall -texmf-dist/doc/fonts/levy/makefont -texmf-dist/doc/fonts/levy/testfont -texmf-dist/doc/fonts/levy/todo.txt - - Package/levy - - - diff -Nru texlive-lang-2007.dfsg.4/texmf-dist/tpm/lgreek.tpm texlive-lang-2009/texmf-dist/tpm/lgreek.tpm --- texlive-lang-2007.dfsg.4/texmf-dist/tpm/lgreek.tpm 2006-12-17 14:15:44.000000000 +0000 +++ texlive-lang-2009/texmf-dist/tpm/lgreek.tpm 1970-01-01 01:00:00.000000000 +0100 @@ -1,29 +0,0 @@ - - - - lgreek - Package - 2006/01/09 00:49:07 - - staszek - Macros for using Silvio Levy's Greek fonts. - - unknown - 13565 - - - -texmf-dist/tex/latex/lgreek/LGcmr.fd -texmf-dist/tex/latex/lgreek/LGcmtt.fd -texmf-dist/tex/latex/lgreek/LGenc.def -texmf-dist/tex/latex/lgreek/lgreek.sty -texmf-dist/tpm/lgreek.tpm - - -texmf-dist/doc/latex/lgreek/README -texmf-dist/doc/latex/lgreek/lgreekuse.tex - - Package/lgreek - - - diff -Nru texlive-lang-2007.dfsg.4/texmf-dist/tpm/lhcyr.tpm texlive-lang-2009/texmf-dist/tpm/lhcyr.tpm --- texlive-lang-2007.dfsg.4/texmf-dist/tpm/lhcyr.tpm 2006-12-17 14:15:44.000000000 +0000 +++ texlive-lang-2009/texmf-dist/tpm/lhcyr.tpm 1970-01-01 01:00:00.000000000 +0100 @@ -1,80 +0,0 @@ - - - - lhcyr - Package - 2006/01/11 23:54:35 - - rahtz - No caption. - -A collection of three LaTeX 2e styles intended for typesetting -Russian and bilingual English-Russian documents, using the -lh fonts. -The packages (lhcyralt, lhcyrkoi, and lhcyrwin) 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. -[description copied from TeX Catalogue] - - Vadim V. Zhytnikov - 194137 - - - -texmf-dist/tex/latex/lhcyr/karabas.tex -texmf-dist/tex/latex/lhcyr/kniga.tex -texmf-dist/tex/latex/lhcyr/lhcyralt/README -texmf-dist/tex/latex/lhcyr/lhcyralt/lhcyralt-hyphen.cfg -texmf-dist/tex/latex/lhcyr/lhcyralt/lhcyralt-rhyphen.tex -texmf-dist/tex/latex/lhcyr/lhcyralt/lhcyralt.sty -texmf-dist/tex/latex/lhcyr/lhcyralt/ot1lhdh.fd -texmf-dist/tex/latex/lhcyr/lhcyralt/ot1lhfib.fd -texmf-dist/tex/latex/lhcyr/lhcyralt/ot1lhfr.fd -texmf-dist/tex/latex/lhcyr/lhcyralt/ot1lhr.fd -texmf-dist/tex/latex/lhcyr/lhcyralt/ot1lhss.fd -texmf-dist/tex/latex/lhcyr/lhcyralt/ot1lhtt.fd -texmf-dist/tex/latex/lhcyr/lhcyralt/ot1lhvtt.fd -texmf-dist/tex/latex/lhcyr/lhcyrkoi/README -texmf-dist/tex/latex/lhcyr/lhcyrkoi/kcmf.tgz -texmf-dist/tex/latex/lhcyr/lhcyrkoi/lhcyrkoi-hyphen.cfg -texmf-dist/tex/latex/lhcyr/lhcyrkoi/lhcyrkoi-rhyphen.tex -texmf-dist/tex/latex/lhcyr/lhcyrkoi/lhcyrkoi.sty -texmf-dist/tex/latex/lhcyr/lhcyrkoi/maketfms.sh -texmf-dist/tex/latex/lhcyr/lhcyrkoi/ot1kcdh.fd -texmf-dist/tex/latex/lhcyr/lhcyrkoi/ot1kcfib.fd -texmf-dist/tex/latex/lhcyr/lhcyrkoi/ot1kcfr.fd -texmf-dist/tex/latex/lhcyr/lhcyrkoi/ot1kcr.fd -texmf-dist/tex/latex/lhcyr/lhcyrkoi/ot1kcss.fd -texmf-dist/tex/latex/lhcyr/lhcyrkoi/ot1kctt.fd -texmf-dist/tex/latex/lhcyr/lhcyrkoi/ot1kcvtt.fd -texmf-dist/tex/latex/lhcyr/lhcyrkoi/special.kc -texmf-dist/tex/latex/lhcyr/lhcyrwin/README -texmf-dist/tex/latex/lhcyr/lhcyrwin/lhcyrwin-hyphen.cfg -texmf-dist/tex/latex/lhcyr/lhcyrwin/lhcyrwin-rhyphen.tex -texmf-dist/tex/latex/lhcyr/lhcyrwin/lhcyrwin.sty -texmf-dist/tex/latex/lhcyr/lhcyrwin/ot1wcdh.fd -texmf-dist/tex/latex/lhcyr/lhcyrwin/ot1wcfib.fd -texmf-dist/tex/latex/lhcyr/lhcyrwin/ot1wcfr.fd -texmf-dist/tex/latex/lhcyr/lhcyrwin/ot1wcr.fd -texmf-dist/tex/latex/lhcyr/lhcyrwin/ot1wcss.fd -texmf-dist/tex/latex/lhcyr/lhcyrwin/ot1wctt.fd -texmf-dist/tex/latex/lhcyr/lhcyrwin/ot1wcvtt.fd -texmf-dist/tex/latex/lhcyr/otchet.tex -texmf-dist/tex/latex/lhcyr/pismo.tex -texmf-dist/tex/latex/lhcyr/rusfonts.tex -texmf-dist/tex/latex/lhcyr/statya.tex -texmf-dist/tpm/lhcyr.tpm - - -texmf-dist/source/latex/lhcyr/README -texmf-dist/source/latex/lhcyr/dvidrv.mfj -texmf-dist/source/latex/lhcyr/lhjob.mfj -texmf-dist/source/latex/lhcyr/wcjob.mfj - - Package/lhcyr - - - diff -Nru texlive-lang-2007.dfsg.4/texmf-dist/tpm/lh.tpm texlive-lang-2009/texmf-dist/tpm/lh.tpm --- texlive-lang-2007.dfsg.4/texmf-dist/tpm/lh.tpm 2006-12-17 14:15:44.000000000 +0000 +++ texlive-lang-2009/texmf-dist/tpm/lh.tpm 1970-01-01 01:00:00.000000000 +0100 @@ -1,644 +0,0 @@ - - - - lh - Package - 2006/08/28 18:56:52 - - rahtz - LH Cyrillic fonts - -The lh fonts for the `T2'/X2 encodings (for cyrillic -languages). -[description copied from TeX Catalogue] - - Olga Lapko, Vladimir Volovich - 2780647 - - - -texmf-dist/fonts/source/lh/base/fikparm.mf -texmf-dist/fonts/source/lh/base/lcyrbeg.mf -texmf-dist/fonts/source/lh/base/lcyrdefs.mf -texmf-dist/fonts/source/lh/base/ldbroman.mf -texmf-dist/fonts/source/lh/base/ldcsc.mf -texmf-dist/fonts/source/lh/base/ldroman.mf -texmf-dist/fonts/source/lh/base/ldtexset.mf -texmf-dist/fonts/source/lh/base/ldtextit.mf -texmf-dist/fonts/source/lh/base/ldtitle.mf -texmf-dist/fonts/source/lh/base/lebroman.mf -texmf-dist/fonts/source/lh/base/lecsc.mf -texmf-dist/fonts/source/lh/base/leroman.mf -texmf-dist/fonts/source/lh/base/letextit.mf -texmf-dist/fonts/source/lh/base/lgcspl.mf -texmf-dist/fonts/source/lh/base/lgcyracc.mf -texmf-dist/fonts/source/lh/base/lgcyri.mf -texmf-dist/fonts/source/lh/base/lgcyrl.mf -texmf-dist/fonts/source/lh/base/lgcyrsp.mf -texmf-dist/fonts/source/lh/base/lgcyrsym.mf -texmf-dist/fonts/source/lh/base/lgcyru.mf -texmf-dist/fonts/source/lh/base/lgengsym.mf -texmf-dist/fonts/source/lh/base/lgidigit.mf -texmf-dist/fonts/source/lh/base/lgilig.mf -texmf-dist/fonts/source/lh/base/lgitalp.mf -texmf-dist/fonts/source/lh/base/lgocyrac.mf -texmf-dist/fonts/source/lh/base/lgpunct.mf -texmf-dist/fonts/source/lh/base/lgrdigit.mf -texmf-dist/fonts/source/lh/base/lgrlig.mf -texmf-dist/fonts/source/lh/base/lgromp.mf -texmf-dist/fonts/source/lh/base/lgrusi.mf -texmf-dist/fonts/source/lh/base/lgrusl.mf -texmf-dist/fonts/source/lh/base/lgrusu.mf -texmf-dist/fonts/source/lh/base/lgt2comi.mf -texmf-dist/fonts/source/lh/base/lgt2coml.mf -texmf-dist/fonts/source/lh/base/lgt2comu.mf -texmf-dist/fonts/source/lh/base/lgt2loi.mf -texmf-dist/fonts/source/lh/base/lgt2lol.mf -texmf-dist/fonts/source/lh/base/lgt2lou.mf -texmf-dist/fonts/source/lh/base/lgt2slvi.mf -texmf-dist/fonts/source/lh/base/lgt2slvl.mf -texmf-dist/fonts/source/lh/base/lgt2slvu.mf -texmf-dist/fonts/source/lh/base/lgt2upi.mf -texmf-dist/fonts/source/lh/base/lgt2upl.mf -texmf-dist/fonts/source/lh/base/lgt2upu.mf -texmf-dist/fonts/source/lh/base/lkligtbl.mf -texmf-dist/fonts/source/lh/base/llbligtb.mf -texmf-dist/fonts/source/lh/base/llcligtb.mf -texmf-dist/fonts/source/lh/base/lliligtb.mf -texmf-dist/fonts/source/lh/base/llmligtb.mf -texmf-dist/fonts/source/lh/base/llrligtb.mf -texmf-dist/fonts/source/lh/base/llvligtb.mf -texmf-dist/fonts/source/lh/base/lwnligs.mf -texmf-dist/fonts/source/lh/base/lxpseudo.mf -texmf-dist/fonts/source/lh/base/lycyracc.mf -texmf-dist/fonts/source/lh/base/lypseudo.mf -texmf-dist/fonts/source/lh/base/nodraw.mf -texmf-dist/fonts/source/lh/lh-conc/00readme.txt -texmf-dist/fonts/source/lh/lh-conc/ccb10.mf -texmf-dist/fonts/source/lh/lh-conc/ccbx10.mf -texmf-dist/fonts/source/lh/lh-conc/ccbx5.mf -texmf-dist/fonts/source/lh/lh-conc/ccbx6.mf -texmf-dist/fonts/source/lh/lh-conc/ccbx7.mf -texmf-dist/fonts/source/lh/lh-conc/ccbx8.mf -texmf-dist/fonts/source/lh/lh-conc/ccbx9.mf -texmf-dist/fonts/source/lh/lh-conc/ccbxsl10.mf -texmf-dist/fonts/source/lh/lh-conc/ccbxti10.mf -texmf-dist/fonts/source/lh/lh-conc/concb10pt.mf -texmf-dist/fonts/source/lh/lh-conc/concbx10pt.mf -texmf-dist/fonts/source/lh/lh-conc/concbx12pt.mf -texmf-dist/fonts/source/lh/lh-conc/concbx5pt.mf -texmf-dist/fonts/source/lh/lh-conc/concbx6pt.mf -texmf-dist/fonts/source/lh/lh-conc/concbx7pt.mf -texmf-dist/fonts/source/lh/lh-conc/concbx8pt.mf -texmf-dist/fonts/source/lh/lh-conc/concbx9pt.mf -texmf-dist/fonts/source/lh/lh-conc/concbxti10.mf -texmf-dist/fonts/source/lh/lh-conc/concc9pt.mf -texmf-dist/fonts/source/lh/lh-conc/eob10.mf -texmf-dist/fonts/source/lh/lh-conc/eobx10.mf -texmf-dist/fonts/source/lh/lh-conc/eobx5.mf -texmf-dist/fonts/source/lh/lh-conc/eobx6.mf -texmf-dist/fonts/source/lh/lh-conc/eobx7.mf -texmf-dist/fonts/source/lh/lh-conc/eobx8.mf -texmf-dist/fonts/source/lh/lh-conc/eobx9.mf -texmf-dist/fonts/source/lh/lh-conc/eobxsl10.mf -texmf-dist/fonts/source/lh/lh-conc/eobxti10.mf -texmf-dist/fonts/source/lh/lh-conc/eoslc9.mf -texmf-dist/fonts/source/lh/lh-lcy/ilhcsc10.mf -texmf-dist/fonts/source/lh/lh-lcy/ilhtt8.mf -texmf-dist/fonts/source/lh/lh-lcy/illhss8.mf -texmf-dist/fonts/source/lh/lh-lcy/illhssb8.mf -texmf-dist/fonts/source/lh/lh-lcy/illhssi8.mf -texmf-dist/fonts/source/lh/lh-lcy/lhbr10.mf -texmf-dist/fonts/source/lh/lh-lcy/lhbr17.mf -texmf-dist/fonts/source/lh/lh-lcy/lhbr8.mf -texmf-dist/fonts/source/lh/lh-lcy/lhbr9.mf -texmf-dist/fonts/source/lh/lh-lcy/lhbrbx10.mf -texmf-dist/fonts/source/lh/lh-lcy/lhbrsl10.mf -texmf-dist/fonts/source/lh/lh-lcy/lhbrsl17.mf -texmf-dist/fonts/source/lh/lh-lcy/lhbrsl8.mf -texmf-dist/fonts/source/lh/lh-lcy/lhbrsl9.mf -texmf-dist/fonts/source/lh/lh-lcy/lhcb10.mf -texmf-dist/fonts/source/lh/lh-lcy/lhcbx10.mf -texmf-dist/fonts/source/lh/lh-lcy/lhcbx5.mf -texmf-dist/fonts/source/lh/lh-lcy/lhcbx6.mf -texmf-dist/fonts/source/lh/lh-lcy/lhcbx7.mf -texmf-dist/fonts/source/lh/lh-lcy/lhcbx8.mf -texmf-dist/fonts/source/lh/lh-lcy/lhcbx9.mf -texmf-dist/fonts/source/lh/lh-lcy/lhcbxsl10.mf -texmf-dist/fonts/source/lh/lh-lcy/lhcbxti10.mf -texmf-dist/fonts/source/lh/lh-lcy/lhccsc10.mf -texmf-dist/fonts/source/lh/lh-lcy/lhcodes.mf -texmf-dist/fonts/source/lh/lh-lcy/lhcr10.mf -texmf-dist/fonts/source/lh/lh-lcy/lhcr5.mf -texmf-dist/fonts/source/lh/lh-lcy/lhcr6.mf -texmf-dist/fonts/source/lh/lh-lcy/lhcr7.mf -texmf-dist/fonts/source/lh/lh-lcy/lhcr8.mf -texmf-dist/fonts/source/lh/lh-lcy/lhcr9.mf -texmf-dist/fonts/source/lh/lh-lcy/lhcsl10.mf -texmf-dist/fonts/source/lh/lh-lcy/lhcsl9.mf -texmf-dist/fonts/source/lh/lh-lcy/lhcslc9.mf -texmf-dist/fonts/source/lh/lh-lcy/lhcti10.mf -texmf-dist/fonts/source/lh/lh-lcy/lhliker.mf -texmf-dist/fonts/source/lh/lh-lcy/lhsltl10.mf -texmf-dist/fonts/source/lh/lh-lcy/lhtl10.mf -texmf-dist/fonts/source/lh/lh-lcy/llhss8.mf -texmf-dist/fonts/source/lh/lh-lcy/llhssb8.mf -texmf-dist/fonts/source/lh/lh-lcy/llhssi8.mf -texmf-dist/fonts/source/lh/lh-ot2/ilwnss8.mf -texmf-dist/fonts/source/lh/lh-ot2/ilwnssb8.mf -texmf-dist/fonts/source/lh/lh-ot2/ilwnssi8.mf -texmf-dist/fonts/source/lh/lh-ot2/iwncsc10.mf -texmf-dist/fonts/source/lh/lh-ot2/iwntt8.mf -texmf-dist/fonts/source/lh/lh-ot2/lwnss8.mf -texmf-dist/fonts/source/lh/lh-ot2/lwnssb8.mf -texmf-dist/fonts/source/lh/lh-ot2/lwnssi8.mf -texmf-dist/fonts/source/lh/lh-ot2/wnbr10.mf -texmf-dist/fonts/source/lh/lh-ot2/wnbr17.mf -texmf-dist/fonts/source/lh/lh-ot2/wnbr8.mf -texmf-dist/fonts/source/lh/lh-ot2/wnbr9.mf -texmf-dist/fonts/source/lh/lh-ot2/wnbrbx10.mf -texmf-dist/fonts/source/lh/lh-ot2/wnbrsl10.mf -texmf-dist/fonts/source/lh/lh-ot2/wnbrsl17.mf -texmf-dist/fonts/source/lh/lh-ot2/wnbrsl8.mf -texmf-dist/fonts/source/lh/lh-ot2/wnbrsl9.mf -texmf-dist/fonts/source/lh/lh-ot2/wncb10.mf -texmf-dist/fonts/source/lh/lh-ot2/wncbx10.mf -texmf-dist/fonts/source/lh/lh-ot2/wncbx5.mf -texmf-dist/fonts/source/lh/lh-ot2/wncbx6.mf -texmf-dist/fonts/source/lh/lh-ot2/wncbx7.mf -texmf-dist/fonts/source/lh/lh-ot2/wncbx8.mf -texmf-dist/fonts/source/lh/lh-ot2/wncbx9.mf -texmf-dist/fonts/source/lh/lh-ot2/wncbxsl10.mf -texmf-dist/fonts/source/lh/lh-ot2/wncbxti10.mf -texmf-dist/fonts/source/lh/lh-ot2/wnccsc10.mf -texmf-dist/fonts/source/lh/lh-ot2/wncodes.mf -texmf-dist/fonts/source/lh/lh-ot2/wncr10.mf -texmf-dist/fonts/source/lh/lh-ot2/wncr5.mf -texmf-dist/fonts/source/lh/lh-ot2/wncr6.mf -texmf-dist/fonts/source/lh/lh-ot2/wncr7.mf -texmf-dist/fonts/source/lh/lh-ot2/wncr8.mf -texmf-dist/fonts/source/lh/lh-ot2/wncr9.mf -texmf-dist/fonts/source/lh/lh-ot2/wncsl10.mf -texmf-dist/fonts/source/lh/lh-ot2/wncsl9.mf -texmf-dist/fonts/source/lh/lh-ot2/wncslc9.mf -texmf-dist/fonts/source/lh/lh-ot2/wncti10.mf -texmf-dist/fonts/source/lh/lh-ot2/wnliker.mf -texmf-dist/fonts/source/lh/lh-ot2/wnsltl10.mf -texmf-dist/fonts/source/lh/lh-ot2/wntl10.mf -texmf-dist/fonts/source/lh/lh-t2a/ilalb8.mf -texmf-dist/fonts/source/lh/lh-t2a/ilali8.mf -texmf-dist/fonts/source/lh/lh-t2a/ilalo8.mf -texmf-dist/fonts/source/lh/lh-t2a/ilalq8.mf -texmf-dist/fonts/source/lh/lh-t2a/ilaltt8.mf -texmf-dist/fonts/source/lh/lh-t2a/labbx10.mf -texmf-dist/fonts/source/lh/lh-t2a/labmo10.mf -texmf-dist/fonts/source/lh/lh-t2a/labmo17.mf -texmf-dist/fonts/source/lh/lh-t2a/labmo8.mf -texmf-dist/fonts/source/lh/lh-t2a/labmo9.mf -texmf-dist/fonts/source/lh/lh-t2a/labmr10.mf -texmf-dist/fonts/source/lh/lh-t2a/labmr17.mf -texmf-dist/fonts/source/lh/lh-t2a/labmr8.mf -texmf-dist/fonts/source/lh/lh-t2a/labmr9.mf -texmf-dist/fonts/source/lh/lh-t2a/labso10.mf -texmf-dist/fonts/source/lh/lh-t2a/labso17.mf -texmf-dist/fonts/source/lh/lh-t2a/labso8.mf -texmf-dist/fonts/source/lh/lh-t2a/labso9.mf -texmf-dist/fonts/source/lh/lh-t2a/labsr10.mf -texmf-dist/fonts/source/lh/lh-t2a/labsr17.mf -texmf-dist/fonts/source/lh/lh-t2a/labsr8.mf -texmf-dist/fonts/source/lh/lh-t2a/labsr9.mf -texmf-dist/fonts/source/lh/lh-t2a/labtl10.mf -texmf-dist/fonts/source/lh/lh-t2a/labto10.mf -texmf-dist/fonts/source/lh/lh-t2a/lacodes.mf -texmf-dist/fonts/source/lh/lh-t2a/lalb8.mf -texmf-dist/fonts/source/lh/lh-t2a/lali8.mf -texmf-dist/fonts/source/lh/lh-t2a/laliker.mf -texmf-dist/fonts/source/lh/lh-t2a/lalo8.mf -texmf-dist/fonts/source/lh/lh-t2a/lalq8.mf -texmf-dist/fonts/source/lh/lh-t2a/laltt8.mf -texmf-dist/fonts/source/lh/lh-t2a/laob10.mf -texmf-dist/fonts/source/lh/lh-t2a/laobx10.mf -texmf-dist/fonts/source/lh/lh-t2a/laobx5.mf -texmf-dist/fonts/source/lh/lh-t2a/laobx6.mf -texmf-dist/fonts/source/lh/lh-t2a/laobx7.mf -texmf-dist/fonts/source/lh/lh-t2a/laobx8.mf -texmf-dist/fonts/source/lh/lh-t2a/laobx9.mf -texmf-dist/fonts/source/lh/lh-t2a/laobxsl10.mf -texmf-dist/fonts/source/lh/lh-t2a/laobxti10.mf -texmf-dist/fonts/source/lh/lh-t2a/laocc10.mf -texmf-dist/fonts/source/lh/lh-t2a/laorm10.mf -texmf-dist/fonts/source/lh/lh-t2a/laorm5.mf -texmf-dist/fonts/source/lh/lh-t2a/laorm6.mf -texmf-dist/fonts/source/lh/lh-t2a/laorm7.mf -texmf-dist/fonts/source/lh/lh-t2a/laorm8.mf -texmf-dist/fonts/source/lh/lh-t2a/laorm9.mf -texmf-dist/fonts/source/lh/lh-t2a/laosl10.mf -texmf-dist/fonts/source/lh/lh-t2a/laosl5.mf -texmf-dist/fonts/source/lh/lh-t2a/laosl6.mf -texmf-dist/fonts/source/lh/lh-t2a/laosl7.mf -texmf-dist/fonts/source/lh/lh-t2a/laosl8.mf -texmf-dist/fonts/source/lh/lh-t2a/laosl9.mf -texmf-dist/fonts/source/lh/lh-t2a/laoslc9.mf -texmf-dist/fonts/source/lh/lh-t2a/laoti10.mf -texmf-dist/fonts/source/lh/lh-t2a/laqi8.mf -texmf-dist/fonts/source/lh/lh-t2a/lasq8.mf -texmf-dist/fonts/source/lh/lh-t2a/lassdc10.mf -texmf-dist/fonts/source/lh/lh-t2b/ilblb8.mf -texmf-dist/fonts/source/lh/lh-t2b/ilbli8.mf -texmf-dist/fonts/source/lh/lh-t2b/ilblo8.mf -texmf-dist/fonts/source/lh/lh-t2b/ilblq8.mf -texmf-dist/fonts/source/lh/lh-t2b/ilbltt8.mf -texmf-dist/fonts/source/lh/lh-t2b/lbbbx10.mf -texmf-dist/fonts/source/lh/lh-t2b/lbbmo10.mf -texmf-dist/fonts/source/lh/lh-t2b/lbbmo17.mf -texmf-dist/fonts/source/lh/lh-t2b/lbbmo8.mf -texmf-dist/fonts/source/lh/lh-t2b/lbbmo9.mf -texmf-dist/fonts/source/lh/lh-t2b/lbbmr10.mf -texmf-dist/fonts/source/lh/lh-t2b/lbbmr17.mf -texmf-dist/fonts/source/lh/lh-t2b/lbbmr8.mf -texmf-dist/fonts/source/lh/lh-t2b/lbbmr9.mf -texmf-dist/fonts/source/lh/lh-t2b/lbbso10.mf -texmf-dist/fonts/source/lh/lh-t2b/lbbso17.mf -texmf-dist/fonts/source/lh/lh-t2b/lbbso8.mf -texmf-dist/fonts/source/lh/lh-t2b/lbbso9.mf -texmf-dist/fonts/source/lh/lh-t2b/lbbsr10.mf -texmf-dist/fonts/source/lh/lh-t2b/lbbsr17.mf -texmf-dist/fonts/source/lh/lh-t2b/lbbsr8.mf -texmf-dist/fonts/source/lh/lh-t2b/lbbsr9.mf -texmf-dist/fonts/source/lh/lh-t2b/lbbtl10.mf -texmf-dist/fonts/source/lh/lh-t2b/lbbto10.mf -texmf-dist/fonts/source/lh/lh-t2b/lbcodes.mf -texmf-dist/fonts/source/lh/lh-t2b/lblb8.mf -texmf-dist/fonts/source/lh/lh-t2b/lbli8.mf -texmf-dist/fonts/source/lh/lh-t2b/lbliker.mf -texmf-dist/fonts/source/lh/lh-t2b/lblo8.mf -texmf-dist/fonts/source/lh/lh-t2b/lblq8.mf -texmf-dist/fonts/source/lh/lh-t2b/lbltt8.mf -texmf-dist/fonts/source/lh/lh-t2b/lbob10.mf -texmf-dist/fonts/source/lh/lh-t2b/lbobx10.mf -texmf-dist/fonts/source/lh/lh-t2b/lbobx5.mf -texmf-dist/fonts/source/lh/lh-t2b/lbobx6.mf -texmf-dist/fonts/source/lh/lh-t2b/lbobx7.mf -texmf-dist/fonts/source/lh/lh-t2b/lbobx8.mf -texmf-dist/fonts/source/lh/lh-t2b/lbobx9.mf -texmf-dist/fonts/source/lh/lh-t2b/lbobxsl10.mf -texmf-dist/fonts/source/lh/lh-t2b/lbobxti10.mf -texmf-dist/fonts/source/lh/lh-t2b/lbocc10.mf -texmf-dist/fonts/source/lh/lh-t2b/lborm10.mf -texmf-dist/fonts/source/lh/lh-t2b/lborm5.mf -texmf-dist/fonts/source/lh/lh-t2b/lborm6.mf -texmf-dist/fonts/source/lh/lh-t2b/lborm7.mf -texmf-dist/fonts/source/lh/lh-t2b/lborm8.mf -texmf-dist/fonts/source/lh/lh-t2b/lborm9.mf -texmf-dist/fonts/source/lh/lh-t2b/lbosl10.mf -texmf-dist/fonts/source/lh/lh-t2b/lbosl5.mf -texmf-dist/fonts/source/lh/lh-t2b/lbosl6.mf -texmf-dist/fonts/source/lh/lh-t2b/lbosl7.mf -texmf-dist/fonts/source/lh/lh-t2b/lbosl8.mf -texmf-dist/fonts/source/lh/lh-t2b/lbosl9.mf -texmf-dist/fonts/source/lh/lh-t2b/lboslc9.mf -texmf-dist/fonts/source/lh/lh-t2b/lboti10.mf -texmf-dist/fonts/source/lh/lh-t2b/lbqi8.mf -texmf-dist/fonts/source/lh/lh-t2b/lbsq8.mf -texmf-dist/fonts/source/lh/lh-t2b/lbssdc10.mf -texmf-dist/fonts/source/lh/lh-t2c/ilclb8.mf -texmf-dist/fonts/source/lh/lh-t2c/ilcli8.mf -texmf-dist/fonts/source/lh/lh-t2c/ilclo8.mf -texmf-dist/fonts/source/lh/lh-t2c/ilclq8.mf -texmf-dist/fonts/source/lh/lh-t2c/ilcltt8.mf -texmf-dist/fonts/source/lh/lh-t2c/lcbbx10.mf -texmf-dist/fonts/source/lh/lh-t2c/lcbmo10.mf -texmf-dist/fonts/source/lh/lh-t2c/lcbmo17.mf -texmf-dist/fonts/source/lh/lh-t2c/lcbmo8.mf -texmf-dist/fonts/source/lh/lh-t2c/lcbmo9.mf -texmf-dist/fonts/source/lh/lh-t2c/lcbmr10.mf -texmf-dist/fonts/source/lh/lh-t2c/lcbmr17.mf -texmf-dist/fonts/source/lh/lh-t2c/lcbmr8.mf -texmf-dist/fonts/source/lh/lh-t2c/lcbmr9.mf -texmf-dist/fonts/source/lh/lh-t2c/lcbso10.mf -texmf-dist/fonts/source/lh/lh-t2c/lcbso17.mf -texmf-dist/fonts/source/lh/lh-t2c/lcbso8.mf -texmf-dist/fonts/source/lh/lh-t2c/lcbso9.mf -texmf-dist/fonts/source/lh/lh-t2c/lcbsr10.mf -texmf-dist/fonts/source/lh/lh-t2c/lcbsr17.mf -texmf-dist/fonts/source/lh/lh-t2c/lcbsr8.mf -texmf-dist/fonts/source/lh/lh-t2c/lcbsr9.mf -texmf-dist/fonts/source/lh/lh-t2c/lcbtl10.mf -texmf-dist/fonts/source/lh/lh-t2c/lcbto10.mf -texmf-dist/fonts/source/lh/lh-t2c/lccodes.mf -texmf-dist/fonts/source/lh/lh-t2c/lclb8.mf -texmf-dist/fonts/source/lh/lh-t2c/lcli8.mf -texmf-dist/fonts/source/lh/lh-t2c/lcliker.mf -texmf-dist/fonts/source/lh/lh-t2c/lclo8.mf -texmf-dist/fonts/source/lh/lh-t2c/lclq8.mf -texmf-dist/fonts/source/lh/lh-t2c/lcltt8.mf -texmf-dist/fonts/source/lh/lh-t2c/lcob10.mf -texmf-dist/fonts/source/lh/lh-t2c/lcobx10.mf -texmf-dist/fonts/source/lh/lh-t2c/lcobx5.mf -texmf-dist/fonts/source/lh/lh-t2c/lcobx6.mf -texmf-dist/fonts/source/lh/lh-t2c/lcobx7.mf -texmf-dist/fonts/source/lh/lh-t2c/lcobx8.mf -texmf-dist/fonts/source/lh/lh-t2c/lcobx9.mf -texmf-dist/fonts/source/lh/lh-t2c/lcobxsl10.mf -texmf-dist/fonts/source/lh/lh-t2c/lcobxti10.mf -texmf-dist/fonts/source/lh/lh-t2c/lcocc10.mf -texmf-dist/fonts/source/lh/lh-t2c/lcorm10.mf -texmf-dist/fonts/source/lh/lh-t2c/lcorm5.mf -texmf-dist/fonts/source/lh/lh-t2c/lcorm6.mf -texmf-dist/fonts/source/lh/lh-t2c/lcorm7.mf -texmf-dist/fonts/source/lh/lh-t2c/lcorm8.mf -texmf-dist/fonts/source/lh/lh-t2c/lcorm9.mf -texmf-dist/fonts/source/lh/lh-t2c/lcosl10.mf -texmf-dist/fonts/source/lh/lh-t2c/lcosl5.mf -texmf-dist/fonts/source/lh/lh-t2c/lcosl6.mf -texmf-dist/fonts/source/lh/lh-t2c/lcosl7.mf -texmf-dist/fonts/source/lh/lh-t2c/lcosl8.mf -texmf-dist/fonts/source/lh/lh-t2c/lcosl9.mf -texmf-dist/fonts/source/lh/lh-t2c/lcoslc9.mf -texmf-dist/fonts/source/lh/lh-t2c/lcoti10.mf -texmf-dist/fonts/source/lh/lh-t2c/lcqi8.mf -texmf-dist/fonts/source/lh/lh-t2c/lcsq8.mf -texmf-dist/fonts/source/lh/lh-t2c/lcssdc10.mf -texmf-dist/fonts/source/lh/lh-t2d/ildlb8.mf -texmf-dist/fonts/source/lh/lh-t2d/ildli8.mf -texmf-dist/fonts/source/lh/lh-t2d/ildlo8.mf -texmf-dist/fonts/source/lh/lh-t2d/ildlq8.mf -texmf-dist/fonts/source/lh/lh-t2d/ildltt8.mf -texmf-dist/fonts/source/lh/lh-t2d/ldbbx10.mf -texmf-dist/fonts/source/lh/lh-t2d/ldbmo10.mf -texmf-dist/fonts/source/lh/lh-t2d/ldbmo17.mf -texmf-dist/fonts/source/lh/lh-t2d/ldbmo8.mf -texmf-dist/fonts/source/lh/lh-t2d/ldbmo9.mf -texmf-dist/fonts/source/lh/lh-t2d/ldbmr10.mf -texmf-dist/fonts/source/lh/lh-t2d/ldbmr17.mf -texmf-dist/fonts/source/lh/lh-t2d/ldbmr8.mf -texmf-dist/fonts/source/lh/lh-t2d/ldbmr9.mf -texmf-dist/fonts/source/lh/lh-t2d/ldbso10.mf -texmf-dist/fonts/source/lh/lh-t2d/ldbso17.mf -texmf-dist/fonts/source/lh/lh-t2d/ldbso8.mf -texmf-dist/fonts/source/lh/lh-t2d/ldbso9.mf -texmf-dist/fonts/source/lh/lh-t2d/ldbsr10.mf -texmf-dist/fonts/source/lh/lh-t2d/ldbsr17.mf -texmf-dist/fonts/source/lh/lh-t2d/ldbsr8.mf -texmf-dist/fonts/source/lh/lh-t2d/ldbsr9.mf -texmf-dist/fonts/source/lh/lh-t2d/ldbtl10.mf -texmf-dist/fonts/source/lh/lh-t2d/ldbto10.mf -texmf-dist/fonts/source/lh/lh-t2d/ldcodes.mf -texmf-dist/fonts/source/lh/lh-t2d/ldlb8.mf -texmf-dist/fonts/source/lh/lh-t2d/ldli8.mf -texmf-dist/fonts/source/lh/lh-t2d/ldliker.mf -texmf-dist/fonts/source/lh/lh-t2d/ldlo8.mf -texmf-dist/fonts/source/lh/lh-t2d/ldlq8.mf -texmf-dist/fonts/source/lh/lh-t2d/ldltt8.mf -texmf-dist/fonts/source/lh/lh-t2d/ldob10.mf -texmf-dist/fonts/source/lh/lh-t2d/ldobx10.mf -texmf-dist/fonts/source/lh/lh-t2d/ldobx5.mf -texmf-dist/fonts/source/lh/lh-t2d/ldobx6.mf -texmf-dist/fonts/source/lh/lh-t2d/ldobx7.mf -texmf-dist/fonts/source/lh/lh-t2d/ldobx8.mf -texmf-dist/fonts/source/lh/lh-t2d/ldobx9.mf -texmf-dist/fonts/source/lh/lh-t2d/ldobxsl10.mf -texmf-dist/fonts/source/lh/lh-t2d/ldobxti10.mf -texmf-dist/fonts/source/lh/lh-t2d/ldocc10.mf -texmf-dist/fonts/source/lh/lh-t2d/ldorm10.mf -texmf-dist/fonts/source/lh/lh-t2d/ldorm5.mf -texmf-dist/fonts/source/lh/lh-t2d/ldorm6.mf -texmf-dist/fonts/source/lh/lh-t2d/ldorm7.mf -texmf-dist/fonts/source/lh/lh-t2d/ldorm8.mf -texmf-dist/fonts/source/lh/lh-t2d/ldorm9.mf -texmf-dist/fonts/source/lh/lh-t2d/ldosl10.mf -texmf-dist/fonts/source/lh/lh-t2d/ldosl5.mf -texmf-dist/fonts/source/lh/lh-t2d/ldosl6.mf -texmf-dist/fonts/source/lh/lh-t2d/ldosl7.mf -texmf-dist/fonts/source/lh/lh-t2d/ldosl8.mf -texmf-dist/fonts/source/lh/lh-t2d/ldosl9.mf -texmf-dist/fonts/source/lh/lh-t2d/ldoslc9.mf -texmf-dist/fonts/source/lh/lh-t2d/ldoti10.mf -texmf-dist/fonts/source/lh/lh-t2d/ldqi8.mf -texmf-dist/fonts/source/lh/lh-t2d/ldsq8.mf -texmf-dist/fonts/source/lh/lh-t2d/ldssdc10.mf -texmf-dist/fonts/source/lh/lh-x2/irxlb8.mf -texmf-dist/fonts/source/lh/lh-x2/irxli8.mf -texmf-dist/fonts/source/lh/lh-x2/irxlo8.mf -texmf-dist/fonts/source/lh/lh-x2/irxlq8.mf -texmf-dist/fonts/source/lh/lh-x2/irxltt8.mf -texmf-dist/fonts/source/lh/lh-x2/rxbbx10.mf -texmf-dist/fonts/source/lh/lh-x2/rxbmo10.mf -texmf-dist/fonts/source/lh/lh-x2/rxbmo17.mf -texmf-dist/fonts/source/lh/lh-x2/rxbmo8.mf -texmf-dist/fonts/source/lh/lh-x2/rxbmo9.mf -texmf-dist/fonts/source/lh/lh-x2/rxbmr10.mf -texmf-dist/fonts/source/lh/lh-x2/rxbmr17.mf -texmf-dist/fonts/source/lh/lh-x2/rxbmr8.mf -texmf-dist/fonts/source/lh/lh-x2/rxbmr9.mf -texmf-dist/fonts/source/lh/lh-x2/rxbso10.mf -texmf-dist/fonts/source/lh/lh-x2/rxbso17.mf -texmf-dist/fonts/source/lh/lh-x2/rxbso8.mf -texmf-dist/fonts/source/lh/lh-x2/rxbso9.mf -texmf-dist/fonts/source/lh/lh-x2/rxbsr10.mf -texmf-dist/fonts/source/lh/lh-x2/rxbsr17.mf -texmf-dist/fonts/source/lh/lh-x2/rxbsr8.mf -texmf-dist/fonts/source/lh/lh-x2/rxbsr9.mf -texmf-dist/fonts/source/lh/lh-x2/rxbtl10.mf -texmf-dist/fonts/source/lh/lh-x2/rxbto10.mf -texmf-dist/fonts/source/lh/lh-x2/rxcodes.mf -texmf-dist/fonts/source/lh/lh-x2/rxlb8.mf -texmf-dist/fonts/source/lh/lh-x2/rxli8.mf -texmf-dist/fonts/source/lh/lh-x2/rxliker.mf -texmf-dist/fonts/source/lh/lh-x2/rxlo8.mf -texmf-dist/fonts/source/lh/lh-x2/rxlq8.mf -texmf-dist/fonts/source/lh/lh-x2/rxltt8.mf -texmf-dist/fonts/source/lh/lh-x2/rxob10.mf -texmf-dist/fonts/source/lh/lh-x2/rxobx10.mf -texmf-dist/fonts/source/lh/lh-x2/rxobx5.mf -texmf-dist/fonts/source/lh/lh-x2/rxobx6.mf -texmf-dist/fonts/source/lh/lh-x2/rxobx7.mf -texmf-dist/fonts/source/lh/lh-x2/rxobx8.mf -texmf-dist/fonts/source/lh/lh-x2/rxobx9.mf -texmf-dist/fonts/source/lh/lh-x2/rxobxsl10.mf -texmf-dist/fonts/source/lh/lh-x2/rxobxti10.mf -texmf-dist/fonts/source/lh/lh-x2/rxocc10.mf -texmf-dist/fonts/source/lh/lh-x2/rxorm10.mf -texmf-dist/fonts/source/lh/lh-x2/rxorm5.mf -texmf-dist/fonts/source/lh/lh-x2/rxorm6.mf -texmf-dist/fonts/source/lh/lh-x2/rxorm7.mf -texmf-dist/fonts/source/lh/lh-x2/rxorm8.mf -texmf-dist/fonts/source/lh/lh-x2/rxorm9.mf -texmf-dist/fonts/source/lh/lh-x2/rxosl10.mf -texmf-dist/fonts/source/lh/lh-x2/rxosl5.mf -texmf-dist/fonts/source/lh/lh-x2/rxosl6.mf -texmf-dist/fonts/source/lh/lh-x2/rxosl7.mf -texmf-dist/fonts/source/lh/lh-x2/rxosl8.mf -texmf-dist/fonts/source/lh/lh-x2/rxosl9.mf -texmf-dist/fonts/source/lh/lh-x2/rxoslc9.mf -texmf-dist/fonts/source/lh/lh-x2/rxoti10.mf -texmf-dist/fonts/source/lh/lh-x2/rxqi8.mf -texmf-dist/fonts/source/lh/lh-x2/rxsq8.mf -texmf-dist/fonts/source/lh/lh-x2/rxssdc10.mf -texmf-dist/fonts/source/lh/nont2/lgbersta.mf -texmf-dist/fonts/source/lh/nont2/lgberstb.mf -texmf-dist/fonts/source/lh/nont2/lgberstc.mf -texmf-dist/fonts/source/lh/nont2/lgcacci.mf -texmf-dist/fonts/source/lh/nont2/lgcaccl.mf -texmf-dist/fonts/source/lh/nont2/lgcaccu.mf -texmf-dist/fonts/source/lh/nont2/lgcmodi.mf -texmf-dist/fonts/source/lh/nont2/lgcmodl.mf -texmf-dist/fonts/source/lh/nont2/lgcmodu.mf -texmf-dist/fonts/source/lh/nont2/lgcvaci.mf -texmf-dist/fonts/source/lh/nont2/lgcvacl.mf -texmf-dist/fonts/source/lh/nont2/lgcvacu.mf -texmf-dist/fonts/source/lh/nont2/lgt2slxi.mf -texmf-dist/fonts/source/lh/nont2/lgt2slxl.mf -texmf-dist/fonts/source/lh/nont2/lgt2slxu.mf -texmf-dist/fonts/source/lh/nont2/lgunici.mf -texmf-dist/fonts/source/lh/nont2/lgunicl.mf -texmf-dist/fonts/source/lh/nont2/lgunicu.mf -texmf-dist/fonts/source/lh/nont2/lhberest.mf -texmf-dist/fonts/source/lh/specific/lgcrusl.mf -texmf-dist/fonts/source/lh/specific/lgcyrcl.mf -texmf-dist/fonts/source/lh/specific/lgcyrcu.mf -texmf-dist/fonts/source/lh/specific/lgnoncl.mf -texmf-dist/fonts/source/lh/specific/lgnoncu.mf -texmf-dist/fonts/source/lh/specific/lgrucl.mf -texmf-dist/fonts/source/lh/specific/lgrucu.mf -texmf-dist/tpm/lh.tpm - - -texmf-dist/doc/fonts/lh/beresta/beresta.tex -texmf-dist/doc/fonts/lh/beresta/berestax.tex -texmf-dist/doc/fonts/lh/beresta/lacodes.tex -texmf-dist/doc/fonts/lh/beresta/lbcodes.tex -texmf-dist/doc/fonts/lh/beresta/lccodes.tex -texmf-dist/doc/fonts/lh/beresta/ldcodes.tex -texmf-dist/doc/fonts/lh/beresta/rxcodes.tex -texmf-dist/doc/fonts/lh/beresta/txcodes.tex -texmf-dist/doc/fonts/lh/beresta/yycodes.tex -texmf-dist/doc/fonts/lh/fonttest/allenc.tex -texmf-dist/doc/fonts/lh/fonttest/allenc0.tex -texmf-dist/doc/fonts/lh/fonttest/allenc1.tex -texmf-dist/doc/fonts/lh/fonttest/allenc2.tex -texmf-dist/doc/fonts/lh/fonttest/allenc3.tex -texmf-dist/doc/fonts/lh/fonttest/allenc4.tex -texmf-dist/doc/fonts/lh/fonttest/katalog-beresta.tex -texmf-dist/doc/fonts/lh/fonttest/katalog-short.t2 -texmf-dist/doc/fonts/lh/fonttest/katalog.lh -texmf-dist/doc/fonts/lh/fonttest/katalog.t2 -texmf-dist/doc/fonts/lh/fonttest/katalog1.lh -texmf-dist/doc/fonts/lh/fonttest/katalog1.t2 -texmf-dist/doc/fonts/lh/fonttest/katalog2.lh -texmf-dist/doc/fonts/lh/fonttest/katalog2.t2 -texmf-dist/doc/fonts/lh/fonttest/katalog3.t2 -texmf-dist/doc/fonts/lh/fonttest/katalog4.t2 -texmf-dist/doc/fonts/lh/fonttest/katalog5.t2 -texmf-dist/doc/fonts/lh/fonttest/katalog6.t2 -texmf-dist/doc/fonts/lh/fonttest/katalog7.t2 -texmf-dist/doc/fonts/lh/fonttest/lh-fmap.tex -texmf-dist/doc/fonts/lh/fonttest/lh-text.tex -texmf-dist/doc/fonts/lh/fonttest/lh-texx.tex -texmf-dist/doc/fonts/lh/fonttest/lh-texy.tex -texmf-dist/doc/fonts/lh/fonttest/t2a-fmap-short.tex -texmf-dist/doc/fonts/lh/fonttest/t2a-fmap.tex -texmf-dist/doc/fonts/lh/fonttest/t2a-text.tex -texmf-dist/doc/fonts/lh/fonttest/t2b-fmap.tex -texmf-dist/doc/fonts/lh/fonttest/t2b-text.tex -texmf-dist/doc/fonts/lh/fonttest/t2c-fmap.tex -texmf-dist/doc/fonts/lh/fonttest/t2c-text.tex -texmf-dist/doc/fonts/lh/fonttest/t2d-fmap.tex -texmf-dist/doc/fonts/lh/fonttest/t2d-text.tex -texmf-dist/doc/fonts/lh/fonttest/testfox.tex -texmf-dist/doc/fonts/lh/fonttest/testkern.tex -texmf-dist/doc/fonts/lh/fonttest/testtext.tex -texmf-dist/doc/fonts/lh/fonttest/uc-fmap.tex -texmf-dist/doc/fonts/lh/fonttest/wn-comp.tex -texmf-dist/doc/fonts/lh/fonttest/wn-fmap.tex -texmf-dist/doc/fonts/lh/fonttest/wn-text.tex -texmf-dist/doc/fonts/lh/fonttest/x2-fmap.tex -texmf-dist/doc/fonts/lh/fonttest/x2-text.tex -texmf-dist/doc/fonts/lh/fonttest/xsl-fmap.tex -texmf-dist/doc/fonts/lh/fonttest/xsl-text.tex -texmf-dist/doc/fonts/lh/lhfonts/T1inT2.en -texmf-dist/doc/fonts/lh/lhfonts/fonttest.en -texmf-dist/doc/fonts/lh/lhfonts/lhfont35.en -texmf-dist/doc/fonts/lh/lhfonts/lhfont35.ru -texmf-dist/doc/fonts/lh/lhfonts/lhfonts.hst -texmf-dist/doc/fonts/lh/samples/lh-lcy.tex -texmf-dist/doc/fonts/lh/samples/lh-lcytext.tex -texmf-dist/doc/fonts/lh/samples/lh-ot2.tex -texmf-dist/doc/fonts/lh/samples/lh-ot2text.tex -texmf-dist/doc/fonts/lh/samples/lh-t2a.tex -texmf-dist/doc/fonts/lh/samples/lh-t2atext.tex - - -texmf-dist/source/fonts/lh/dvidrv.mfj -texmf-dist/source/fonts/lh/dvidrvlh.mfj -texmf-dist/source/fonts/lh/tex/00readme.txt -texmf-dist/source/fonts/lh/tex/01cm-lh.tex -texmf-dist/source/fonts/lh/tex/03cm-wn.tex -texmf-dist/source/fonts/lh/tex/04cm-vf.tex -texmf-dist/source/fonts/lh/tex/11ex-rs.tex -texmf-dist/source/fonts/lh/tex/11ex-rx.tex -texmf-dist/source/fonts/lh/tex/12ex-la.tex -texmf-dist/source/fonts/lh/tex/13ex-lb.tex -texmf-dist/source/fonts/lh/tex/14ex-lc.tex -texmf-dist/source/fonts/lh/tex/15ex-ld.tex -texmf-dist/source/fonts/lh/tex/20cm-ct.tex -texmf-dist/source/fonts/lh/tex/21cm-ic.tex -texmf-dist/source/fonts/lh/tex/22cm-wc.tex -texmf-dist/source/fonts/lh/tex/23cm-mc.tex -texmf-dist/source/fonts/lh/tex/24cm-kc.tex -texmf-dist/source/fonts/lh/tex/25cm-uc.tex -texmf-dist/source/fonts/lh/tex/30cm-lx.tex -texmf-dist/source/fonts/lh/tex/31cm-ix.tex -texmf-dist/source/fonts/lh/tex/32cm-wx.tex -texmf-dist/source/fonts/lh/tex/33cm-mx.tex -texmf-dist/source/fonts/lh/tex/34cm-kx.tex -texmf-dist/source/fonts/lh/tex/46cm-ly.tex -texmf-dist/source/fonts/lh/tex/46cm-lz.tex -texmf-dist/source/fonts/lh/tex/47ex-tx.tex -texmf-dist/source/fonts/lh/tex/91berest.tex -texmf-dist/source/fonts/lh/tex/92check.tex -texmf-dist/source/fonts/lh/tex/92cm-xx.tex -texmf-dist/source/fonts/lh/tex/99-CMstd.tex -texmf-dist/source/fonts/lh/tex/99-T2enc.tex -texmf-dist/source/fonts/lh/tex/99allenc.tex -texmf-dist/source/fonts/lh/tex/99tstenc.tex -texmf-dist/source/fonts/lh/tex/cfhead.tex -texmf-dist/source/fonts/lh/tex/cfstdedt.tex -texmf-dist/source/fonts/lh/tex/cod-edt.tex -texmf-dist/source/fonts/lh/tex/enc-t2.tex -texmf-dist/source/fonts/lh/tex/fntaddcm.tex -texmf-dist/source/fonts/lh/tex/fntaddec.tex -texmf-dist/source/fonts/lh/tex/fntallcm.tex -texmf-dist/source/fonts/lh/tex/fntallec.tex -texmf-dist/source/fonts/lh/tex/fntbasec.tex -texmf-dist/source/fonts/lh/tex/fntbercm.tex -texmf-dist/source/fonts/lh/tex/fntberec.tex -texmf-dist/source/fonts/lh/tex/fntbricm.tex -texmf-dist/source/fonts/lh/tex/fntbriec.tex -texmf-dist/source/fonts/lh/tex/fntconcm.tex -texmf-dist/source/fonts/lh/tex/fntconec.tex -texmf-dist/source/fonts/lh/tex/fntinvcm.tex -texmf-dist/source/fonts/lh/tex/fntinvec.tex -texmf-dist/source/fonts/lh/tex/fntmincm.tex -texmf-dist/source/fonts/lh/tex/fntminec.tex -texmf-dist/source/fonts/lh/tex/fnttstcm.tex -texmf-dist/source/fonts/lh/tex/fnttstec.tex -texmf-dist/source/fonts/lh/tex/likerdat.tex -texmf-dist/source/fonts/lh/tex/likergrp.tex -texmf-dist/source/fonts/lh/tex/likermac.tex -texmf-dist/source/fonts/lh/tex/rliker.tex -texmf-dist/source/fonts/lh/tex/setter.tex -texmf-dist/source/latex/lh/00readme.txt -texmf-dist/source/latex/lh/lcyfonts.fdd -texmf-dist/source/latex/lh/lcyfonts.ins -texmf-dist/source/latex/lh/nfssfox.dtx -texmf-dist/source/latex/lh/nfssfox.ins -texmf-dist/source/latex/lh/ot2fonts.fdd -texmf-dist/source/latex/lh/ot2fonts.ins -texmf-dist/source/latex/lh/t2ccfonts.fdd -texmf-dist/source/latex/lh/t2ccfonts.ins - - Package/lh - - - diff -Nru texlive-lang-2007.dfsg.4/texmf-dist/tpm/mafr.tpm texlive-lang-2009/texmf-dist/tpm/mafr.tpm --- texlive-lang-2007.dfsg.4/texmf-dist/tpm/mafr.tpm 2006-12-17 14:15:44.000000000 +0000 +++ texlive-lang-2009/texmf-dist/tpm/mafr.tpm 1970-01-01 01:00:00.000000000 +0100 @@ -1,32 +0,0 @@ - - - - mafr - Package - 2006/09/21 00:48:39 - - karl - The mafr package. - - - 97874 - - - -texmf-dist/tex/latex/mafr/cours.cls -texmf-dist/tex/latex/mafr/fiche.cls -texmf-dist/tex/latex/mafr/mafr.sty -texmf-dist/tpm/mafr.tpm - - -texmf-dist/doc/latex/mafr/ALIRE -texmf-dist/doc/latex/mafr/COPYING -texmf-dist/doc/latex/mafr/README -texmf-dist/doc/latex/mafr/docmafr.pdf -texmf-dist/doc/latex/mafr/docmafr.tex -texmf-dist/doc/latex/mafr/triangle.eps - - Package/mafr - - - diff -Nru texlive-lang-2007.dfsg.4/texmf-dist/tpm/magyar.tpm texlive-lang-2009/texmf-dist/tpm/magyar.tpm --- texlive-lang-2007.dfsg.4/texmf-dist/tpm/magyar.tpm 2006-12-17 14:15:44.000000000 +0000 +++ texlive-lang-2009/texmf-dist/tpm/magyar.tpm 1970-01-01 01:00:00.000000000 +0100 @@ -1,23 +0,0 @@ - - - - magyar - Package - 2006/10/20 15:49:52 - - karl - The magyar package. - - - 219066 - - - texmf-dist/tpm/magyar.tpm - -texmf-dist/doc/latex/magyar/README -texmf-dist/doc/latex/magyar/magyar.ldf - - Package/magyar - - - diff -Nru texlive-lang-2007.dfsg.4/texmf-dist/tpm/manjutex.tpm texlive-lang-2009/texmf-dist/tpm/manjutex.tpm --- texlive-lang-2007.dfsg.4/texmf-dist/tpm/manjutex.tpm 2007-02-01 00:45:27.000000000 +0000 +++ texlive-lang-2009/texmf-dist/tpm/manjutex.tpm 1970-01-01 01:00:00.000000000 +0100 @@ -1,57 +0,0 @@ - - - - manjutex - Package - 2006/01/11 23:54:50 - - rahtz - Manju language support. - -ManjuTeX provides Manju for the TeX/LaTeX community. Manju is a -language of North East Asia, belonging to the Tungusic branch of -the Altaic languages. Though it is virtually not spoken anymore, -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. ManjuTeX, developed on the basis -of MonTeX, provides all necessary -characters for writing standard Manju as well as transliterated -Tibetan texts, for which purpose a number of additional -characters was created. The retransliteration (from Latin input -to Manju output) is completely realized in TeX/Metafont so that -no external preprocessor is required. ManjuTeX can hence be used -with both TeX and LaTeX2e though there are a few more functions -(notably vertical text) available for the latter. -[description copied from TeX Catalogue] - - Oliver Corff - 78917 - - - -texmf-dist/tex/latex/manjutex/lmabthh.fd -texmf-dist/tex/latex/manjutex/lmabthv.fd -texmf-dist/tex/latex/manjutex/manju.sty -texmf-dist/tex/latex/manjutex/manju.tex -texmf-dist/tpm/manjutex.tpm - - -texmf-dist/doc/latex/manjutex/README -texmf-dist/doc/latex/manjutex/manjutex.dvi -texmf-dist/doc/latex/manjutex/manjutex.tex - - -texmf-dist/source/latex/manjutex/COPYING -texmf-dist/source/latex/manjutex/EMTEX -texmf-dist/source/latex/manjutex/FILES -texmf-dist/source/latex/manjutex/HISTORY -texmf-dist/source/latex/manjutex/INSTALL -texmf-dist/source/latex/manjutex/MIKTEX - - Package/manjutex - - - diff -Nru texlive-lang-2007.dfsg.4/texmf-dist/tpm/mex.tpm texlive-lang-2009/texmf-dist/tpm/mex.tpm --- texlive-lang-2007.dfsg.4/texmf-dist/tpm/mex.tpm 2006-12-17 14:15:44.000000000 +0000 +++ texlive-lang-2009/texmf-dist/tpm/mex.tpm 1970-01-01 01:00:00.000000000 +0100 @@ -1,50 +0,0 @@ - - - - mex - Package - 2006/01/11 23:49:16 - 5.95 - staw - A Polish format for TeX. - -MeX is an adaptation of Plain TeX and LaTeX209 formats to the -Polish language and to the Polish printing customs. It contains -a complete set of MetaFont sources of Polish fonts, hyphenation -rules for the Polish language and sources of formats. -[description copied from TeX Catalogue] - - Boguslaw Jackowski and M. Rycko - 197799 - - - -texmf-dist/tex/mex/base/lamex.tex -texmf-dist/tex/mex/base/mex.tex -texmf-dist/tex/mex/base/mex1.tex -texmf-dist/tex/mex/base/mex2.tex -texmf-dist/tex/mex/base/mexconf.tex -texmf-dist/tex/mex/config/mex.ini -texmf-dist/tex/mex/config/pdfmex.ini -texmf-dist/tpm/mex.tpm - - -texmf-dist/doc/mex/base/00readme -texmf-dist/doc/mex/base/mex.html -texmf-dist/doc/mex/base/mexinfo.eng -texmf-dist/doc/mex/base/mexinfo.pol -texmf-dist/doc/mex/base/qq.eps -texmf-dist/doc/mex/base/tstmex.tex - - -texmf-dist/source/mex/base/eminst.zip -texmf-dist/source/mex/base/istyles.zip - - - - - - Package/mex - - - diff -Nru texlive-lang-2007.dfsg.4/texmf-dist/tpm/mkind-german.tpm texlive-lang-2009/texmf-dist/tpm/mkind-german.tpm --- texlive-lang-2007.dfsg.4/texmf-dist/tpm/mkind-german.tpm 2006-12-17 14:15:44.000000000 +0000 +++ texlive-lang-2009/texmf-dist/tpm/mkind-german.tpm 1970-01-01 01:00:00.000000000 +0100 @@ -1,25 +0,0 @@ - - - - mkind-german - Package - 1970/01/01 00:00:00 - 1.0 - rahtz - The mkind-german package. - - - 3899 - - - -texmf-dist/makeindex/mkind-german/digit.ist -texmf-dist/makeindex/mkind-german/special.ist -texmf-dist/makeindex/mkind-german/umlaut.ist -texmf-dist/makeindex/mkind-german/wb.ist -texmf-dist/tpm/mkind-german.tpm - - Package/mkind-german - - - diff -Nru texlive-lang-2007.dfsg.4/texmf-dist/tpm/montex.tpm texlive-lang-2009/texmf-dist/tpm/montex.tpm --- texlive-lang-2007.dfsg.4/texmf-dist/tpm/montex.tpm 2007-02-01 00:45:27.000000000 +0000 +++ texlive-lang-2009/texmf-dist/tpm/montex.tpm 1970-01-01 01:00:00.000000000 +0100 @@ -1,380 +0,0 @@ - - - - montex - Package - 2006/01/11 23:55:14 - - rahtz - Mongolian LaTeX. - -MonTeX provides Mongolian and Manju 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 virtually not spoken anymore, 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 on 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. -This version of MonTeX makes all former versions of MonTeX -and ManjuTeX obsolete. -[description copied from TeX Catalogue] - - Oliver Corff - 5102671 - - - -texmf-dist/fonts/map/dvips/montex/mongolian.map -texmf-dist/fonts/source/public/montex/bcghsb.mf -texmf-dist/fonts/source/public/montex/bcghsm.mf -texmf-dist/fonts/source/public/montex/bcghwb.mf -texmf-dist/fonts/source/public/montex/bcghwm.mf -texmf-dist/fonts/source/public/montex/bcgvsb.mf -texmf-dist/fonts/source/public/montex/bcgvsm.mf -texmf-dist/fonts/source/public/montex/bcgvwb.mf -texmf-dist/fonts/source/public/montex/bcgvwm.mf -texmf-dist/fonts/source/public/montex/bicighb.mf -texmf-dist/fonts/source/public/montex/bicighm.mf -texmf-dist/fonts/source/public/montex/bicigvb.mf -texmf-dist/fonts/source/public/montex/bicigvm.mf -texmf-dist/fonts/source/public/montex/bthhsb.mf -texmf-dist/fonts/source/public/montex/bthhsm.mf -texmf-dist/fonts/source/public/montex/bthhwb.mf -texmf-dist/fonts/source/public/montex/bthhwm.mf -texmf-dist/fonts/source/public/montex/bthvsb.mf -texmf-dist/fonts/source/public/montex/bthvsm.mf -texmf-dist/fonts/source/public/montex/bthvwb.mf -texmf-dist/fonts/source/public/montex/bthvwm.mf -texmf-dist/fonts/source/public/montex/bxghsb.mf -texmf-dist/fonts/source/public/montex/bxghsm.mf -texmf-dist/fonts/source/public/montex/bxghwb.mf -texmf-dist/fonts/source/public/montex/bxghwm.mf -texmf-dist/fonts/source/public/montex/bxgvsb.mf -texmf-dist/fonts/source/public/montex/bxgvsm.mf -texmf-dist/fonts/source/public/montex/bxgvwb.mf -texmf-dist/fonts/source/public/montex/bxgvwm.mf -texmf-dist/fonts/source/public/montex/cyrmorec.mf -texmf-dist/fonts/source/public/montex/cyrmorei.mf -texmf-dist/fonts/source/public/montex/cyrmorel.mf -texmf-dist/fonts/source/public/montex/cyrmoreu.mf -texmf-dist/fonts/source/public/montex/kmb10.mf -texmf-dist/fonts/source/public/montex/kmbx10.mf -texmf-dist/fonts/source/public/montex/kmbx12.mf -texmf-dist/fonts/source/public/montex/kmbx5.mf -texmf-dist/fonts/source/public/montex/kmbx6.mf -texmf-dist/fonts/source/public/montex/kmbx7.mf -texmf-dist/fonts/source/public/montex/kmbx8.mf -texmf-dist/fonts/source/public/montex/kmbx9.mf -texmf-dist/fonts/source/public/montex/kmbxsl10.mf -texmf-dist/fonts/source/public/montex/kmbxti10.mf -texmf-dist/fonts/source/public/montex/kmcsc10.mf -texmf-dist/fonts/source/public/montex/kmcsc8.mf -texmf-dist/fonts/source/public/montex/kmcsc9.mf -texmf-dist/fonts/source/public/montex/kmdunh10.mf -texmf-dist/fonts/source/public/montex/kmff10.mf -texmf-dist/fonts/source/public/montex/kmfi10.mf -texmf-dist/fonts/source/public/montex/kmfib8.mf -texmf-dist/fonts/source/public/montex/kminch.mf -texmf-dist/fonts/source/public/montex/kmitt10.mf -texmf-dist/fonts/source/public/montex/kmr10.mf -texmf-dist/fonts/source/public/montex/kmr12.mf -texmf-dist/fonts/source/public/montex/kmr17.mf -texmf-dist/fonts/source/public/montex/kmr5.mf -texmf-dist/fonts/source/public/montex/kmr6.mf -texmf-dist/fonts/source/public/montex/kmr7.mf -texmf-dist/fonts/source/public/montex/kmr8.mf -texmf-dist/fonts/source/public/montex/kmr9.mf -texmf-dist/fonts/source/public/montex/kmsl10.mf -texmf-dist/fonts/source/public/montex/kmsl12.mf -texmf-dist/fonts/source/public/montex/kmsl8.mf -texmf-dist/fonts/source/public/montex/kmsl9.mf -texmf-dist/fonts/source/public/montex/kmsltt10.mf -texmf-dist/fonts/source/public/montex/kmss10.mf -texmf-dist/fonts/source/public/montex/kmss12.mf -texmf-dist/fonts/source/public/montex/kmss17.mf -texmf-dist/fonts/source/public/montex/kmss8.mf -texmf-dist/fonts/source/public/montex/kmss9.mf -texmf-dist/fonts/source/public/montex/kmssbx10.mf -texmf-dist/fonts/source/public/montex/kmssdc10.mf -texmf-dist/fonts/source/public/montex/kmssi10.mf -texmf-dist/fonts/source/public/montex/kmssi12.mf -texmf-dist/fonts/source/public/montex/kmssi17.mf -texmf-dist/fonts/source/public/montex/kmssi8.mf -texmf-dist/fonts/source/public/montex/kmssi9.mf -texmf-dist/fonts/source/public/montex/kmssq8.mf -texmf-dist/fonts/source/public/montex/kmssqi8.mf -texmf-dist/fonts/source/public/montex/kmtcsc10.mf -texmf-dist/fonts/source/public/montex/kmti10.mf -texmf-dist/fonts/source/public/montex/kmti12.mf -texmf-dist/fonts/source/public/montex/kmti7.mf -texmf-dist/fonts/source/public/montex/kmti8.mf -texmf-dist/fonts/source/public/montex/kmti9.mf -texmf-dist/fonts/source/public/montex/kmtt10.mf -texmf-dist/fonts/source/public/montex/kmtt12.mf -texmf-dist/fonts/source/public/montex/kmtt8.mf -texmf-dist/fonts/source/public/montex/kmtt9.mf -texmf-dist/fonts/source/public/montex/kmu10.mf -texmf-dist/fonts/source/public/montex/kmvtt10.mf -texmf-dist/fonts/source/public/montex/kmvtti10.mf -texmf-dist/fonts/source/public/montex/lmligs.mf -texmf-dist/fonts/source/public/montex/macodes.mf -texmf-dist/fonts/source/public/montex/maglyphs.mf -texmf-dist/fonts/source/public/montex/mantrlig.mf -texmf-dist/fonts/source/public/montex/mbatoms.mf -texmf-dist/fonts/source/public/montex/mbcodes.mf -texmf-dist/fonts/source/public/montex/mbglyphs.mf -texmf-dist/fonts/source/public/montex/mbligtbl.mf -texmf-dist/fonts/source/public/montex/mbnums.mf -texmf-dist/fonts/source/public/montex/mbparmb.mf -texmf-dist/fonts/source/public/montex/mbparmm.mf -texmf-dist/fonts/source/public/montex/mbparms.mf -texmf-dist/fonts/source/public/montex/mbpunc.mf -texmf-dist/fonts/source/public/montex/mcccscco.mf -texmf-dist/fonts/source/public/montex/mccoding.mf -texmf-dist/fonts/source/public/montex/mctextit.mf -texmf-dist/fonts/source/public/montex/mcyccsc.mf -texmf-dist/fonts/source/public/montex/mcyitall.mf -texmf-dist/fonts/source/public/montex/mcyrill.mf -texmf-dist/fonts/source/public/montex/mcyrl.mf -texmf-dist/fonts/source/public/montex/mcyrligs.mf -texmf-dist/fonts/source/public/montex/mcyrsymb.mf -texmf-dist/fonts/source/public/montex/mcyru.mf -texmf-dist/fonts/source/public/montex/mcytitle.mf -texmf-dist/fonts/source/public/montex/mlscodes.mf -texmf-dist/fonts/source/public/montex/mocodes.mf -texmf-dist/fonts/source/public/montex/moglyphs.mf -texmf-dist/fonts/source/public/montex/montrlig.mf -texmf-dist/fonts/source/public/montex/mxcodes.mf -texmf-dist/fonts/source/public/montex/mxglyphs.mf -texmf-dist/fonts/source/public/montex/mxntrlig.mf -texmf-dist/fonts/tfm/public/montex/bcghsb.tfm -texmf-dist/fonts/tfm/public/montex/bcghsm.tfm -texmf-dist/fonts/tfm/public/montex/bcghwb.tfm -texmf-dist/fonts/tfm/public/montex/bcghwm.tfm -texmf-dist/fonts/tfm/public/montex/bcgvsb.tfm -texmf-dist/fonts/tfm/public/montex/bcgvsm.tfm -texmf-dist/fonts/tfm/public/montex/bcgvwb.tfm -texmf-dist/fonts/tfm/public/montex/bcgvwm.tfm -texmf-dist/fonts/tfm/public/montex/bicighb.tfm -texmf-dist/fonts/tfm/public/montex/bicighm.tfm -texmf-dist/fonts/tfm/public/montex/bicigvb.tfm -texmf-dist/fonts/tfm/public/montex/bicigvm.tfm -texmf-dist/fonts/tfm/public/montex/bthhsb.tfm -texmf-dist/fonts/tfm/public/montex/bthhsm.tfm -texmf-dist/fonts/tfm/public/montex/bthhwb.tfm -texmf-dist/fonts/tfm/public/montex/bthhwm.tfm -texmf-dist/fonts/tfm/public/montex/bthvsb.tfm -texmf-dist/fonts/tfm/public/montex/bthvsm.tfm -texmf-dist/fonts/tfm/public/montex/bthvwb.tfm -texmf-dist/fonts/tfm/public/montex/bthvwm.tfm -texmf-dist/fonts/tfm/public/montex/bxghsb.tfm -texmf-dist/fonts/tfm/public/montex/bxghsm.tfm -texmf-dist/fonts/tfm/public/montex/bxghwb.tfm -texmf-dist/fonts/tfm/public/montex/bxghwm.tfm -texmf-dist/fonts/tfm/public/montex/bxgvsb.tfm -texmf-dist/fonts/tfm/public/montex/bxgvsm.tfm -texmf-dist/fonts/tfm/public/montex/bxgvwb.tfm -texmf-dist/fonts/tfm/public/montex/bxgvwm.tfm -texmf-dist/fonts/tfm/public/montex/kmb10.tfm -texmf-dist/fonts/tfm/public/montex/kmbx10.tfm -texmf-dist/fonts/tfm/public/montex/kmbx12.tfm -texmf-dist/fonts/tfm/public/montex/kmbx5.tfm -texmf-dist/fonts/tfm/public/montex/kmbx6.tfm -texmf-dist/fonts/tfm/public/montex/kmbx7.tfm -texmf-dist/fonts/tfm/public/montex/kmbx8.tfm -texmf-dist/fonts/tfm/public/montex/kmbx9.tfm -texmf-dist/fonts/tfm/public/montex/kmbxsl10.tfm -texmf-dist/fonts/tfm/public/montex/kmbxti10.tfm -texmf-dist/fonts/tfm/public/montex/kmcsc10.tfm -texmf-dist/fonts/tfm/public/montex/kmcsc8.tfm -texmf-dist/fonts/tfm/public/montex/kmcsc9.tfm -texmf-dist/fonts/tfm/public/montex/kmdunh10.tfm -texmf-dist/fonts/tfm/public/montex/kmff10.tfm -texmf-dist/fonts/tfm/public/montex/kmfi10.tfm -texmf-dist/fonts/tfm/public/montex/kmfib8.tfm -texmf-dist/fonts/tfm/public/montex/kminch.tfm -texmf-dist/fonts/tfm/public/montex/kmitt10.tfm -texmf-dist/fonts/tfm/public/montex/kmr10.tfm -texmf-dist/fonts/tfm/public/montex/kmr12.tfm -texmf-dist/fonts/tfm/public/montex/kmr17.tfm -texmf-dist/fonts/tfm/public/montex/kmr5.tfm -texmf-dist/fonts/tfm/public/montex/kmr6.tfm -texmf-dist/fonts/tfm/public/montex/kmr7.tfm -texmf-dist/fonts/tfm/public/montex/kmr8.tfm -texmf-dist/fonts/tfm/public/montex/kmr9.tfm -texmf-dist/fonts/tfm/public/montex/kmsl10.tfm -texmf-dist/fonts/tfm/public/montex/kmsl12.tfm -texmf-dist/fonts/tfm/public/montex/kmsl8.tfm -texmf-dist/fonts/tfm/public/montex/kmsl9.tfm -texmf-dist/fonts/tfm/public/montex/kmsltt10.tfm -texmf-dist/fonts/tfm/public/montex/kmss10.tfm -texmf-dist/fonts/tfm/public/montex/kmss12.tfm -texmf-dist/fonts/tfm/public/montex/kmss17.tfm -texmf-dist/fonts/tfm/public/montex/kmss8.tfm -texmf-dist/fonts/tfm/public/montex/kmss9.tfm -texmf-dist/fonts/tfm/public/montex/kmssbx10.tfm -texmf-dist/fonts/tfm/public/montex/kmssdc10.tfm -texmf-dist/fonts/tfm/public/montex/kmssi10.tfm -texmf-dist/fonts/tfm/public/montex/kmssi12.tfm -texmf-dist/fonts/tfm/public/montex/kmssi17.tfm -texmf-dist/fonts/tfm/public/montex/kmssi8.tfm -texmf-dist/fonts/tfm/public/montex/kmssi9.tfm -texmf-dist/fonts/tfm/public/montex/kmssq8.tfm -texmf-dist/fonts/tfm/public/montex/kmssqi8.tfm -texmf-dist/fonts/tfm/public/montex/kmtcsc10.tfm -texmf-dist/fonts/tfm/public/montex/kmti10.tfm -texmf-dist/fonts/tfm/public/montex/kmti12.tfm -texmf-dist/fonts/tfm/public/montex/kmti7.tfm -texmf-dist/fonts/tfm/public/montex/kmti8.tfm -texmf-dist/fonts/tfm/public/montex/kmti9.tfm -texmf-dist/fonts/tfm/public/montex/kmtt10.tfm -texmf-dist/fonts/tfm/public/montex/kmtt12.tfm -texmf-dist/fonts/tfm/public/montex/kmtt8.tfm -texmf-dist/fonts/tfm/public/montex/kmtt9.tfm -texmf-dist/fonts/tfm/public/montex/kmu10.tfm -texmf-dist/fonts/tfm/public/montex/kmvtt10.tfm -texmf-dist/fonts/tfm/public/montex/kmvtti10.tfm -texmf-dist/fonts/type1/public/montex/bcghsb.pfb -texmf-dist/fonts/type1/public/montex/bcghsm.pfb -texmf-dist/fonts/type1/public/montex/bcghwb.pfb -texmf-dist/fonts/type1/public/montex/bcghwm.pfb -texmf-dist/fonts/type1/public/montex/bcgvsb.pfb -texmf-dist/fonts/type1/public/montex/bcgvsm.pfb -texmf-dist/fonts/type1/public/montex/bcgvwb.pfb -texmf-dist/fonts/type1/public/montex/bcgvwm.pfb -texmf-dist/fonts/type1/public/montex/bicighb.pfb -texmf-dist/fonts/type1/public/montex/bicighm.pfb -texmf-dist/fonts/type1/public/montex/bicigvb.pfb -texmf-dist/fonts/type1/public/montex/bicigvm.pfb -texmf-dist/fonts/type1/public/montex/bthhsb.pfb -texmf-dist/fonts/type1/public/montex/bthhsm.pfb -texmf-dist/fonts/type1/public/montex/bthhwb.pfb -texmf-dist/fonts/type1/public/montex/bthhwm.pfb -texmf-dist/fonts/type1/public/montex/bthvsb.pfb -texmf-dist/fonts/type1/public/montex/bthvsm.pfb -texmf-dist/fonts/type1/public/montex/bthvwb.pfb -texmf-dist/fonts/type1/public/montex/bthvwm.pfb -texmf-dist/fonts/type1/public/montex/bxghsb.pfb -texmf-dist/fonts/type1/public/montex/bxghsm.pfb -texmf-dist/fonts/type1/public/montex/bxghwb.pfb -texmf-dist/fonts/type1/public/montex/bxghwm.pfb -texmf-dist/fonts/type1/public/montex/bxgvsb.pfb -texmf-dist/fonts/type1/public/montex/bxgvsm.pfb -texmf-dist/fonts/type1/public/montex/bxgvwb.pfb -texmf-dist/fonts/type1/public/montex/bxgvwm.pfb -texmf-dist/fonts/type1/public/montex/kmbx10.pfb -texmf-dist/fonts/type1/public/montex/kmr10.pfb -texmf-dist/fonts/type1/public/montex/kmss10.pfb -texmf-dist/tex/latex/montex/bicig.def -texmf-dist/tex/latex/montex/bithe.def -texmf-dist/tex/latex/montex/buryat.def -texmf-dist/tex/latex/montex/cpctt.def -texmf-dist/tex/latex/montex/cpdbk.def -texmf-dist/tex/latex/montex/cpibmrus.def -texmf-dist/tex/latex/montex/cpkoi.def -texmf-dist/tex/latex/montex/cpmls.def -texmf-dist/tex/latex/montex/cpmnk.def -texmf-dist/tex/latex/montex/cpmos.def -texmf-dist/tex/latex/montex/cpncc.def -texmf-dist/tex/latex/montex/english.def -texmf-dist/tex/latex/montex/kazakh.def -texmf-dist/tex/latex/montex/lmabthhs.fd -texmf-dist/tex/latex/montex/lmabthhw.fd -texmf-dist/tex/latex/montex/lmabthvs.fd -texmf-dist/tex/latex/montex/lmabthvw.fd -texmf-dist/tex/latex/montex/lmaenc.def -texmf-dist/tex/latex/montex/lmccmdh.fd -texmf-dist/tex/latex/montex/lmccmfib.fd -texmf-dist/tex/latex/montex/lmccmfr.fd -texmf-dist/tex/latex/montex/lmccmiss.fd -texmf-dist/tex/latex/montex/lmccmr.fd -texmf-dist/tex/latex/montex/lmccmss.fd -texmf-dist/tex/latex/montex/lmccmssq.fd -texmf-dist/tex/latex/montex/lmccmtt.fd -texmf-dist/tex/latex/montex/lmccmvtt.fd -texmf-dist/tex/latex/montex/lmcenc.def -texmf-dist/tex/latex/montex/lmclcmss.fd -texmf-dist/tex/latex/montex/lmobcghs.fd -texmf-dist/tex/latex/montex/lmobcghw.fd -texmf-dist/tex/latex/montex/lmobcgvs.fd -texmf-dist/tex/latex/montex/lmobcgvw.fd -texmf-dist/tex/latex/montex/lmoenc.def -texmf-dist/tex/latex/montex/lmsbcgh.fd -texmf-dist/tex/latex/montex/lmsbcgv.fd -texmf-dist/tex/latex/montex/lmsenc.def -texmf-dist/tex/latex/montex/lmubxghs.fd -texmf-dist/tex/latex/montex/lmubxghw.fd -texmf-dist/tex/latex/montex/lmubxgvs.fd -texmf-dist/tex/latex/montex/lmubxgvw.fd -texmf-dist/tex/latex/montex/lmuenc.def -texmf-dist/tex/latex/montex/mls.sty -texmf-dist/tex/latex/montex/mlsgalig.tex -texmf-dist/tex/latex/montex/mlstrans.tex -texmf-dist/tex/latex/montex/mnhyphex.tex -texmf-dist/tex/latex/montex/rlbicig.sty -texmf-dist/tex/latex/montex/russian.def -texmf-dist/tex/latex/montex/xalx.def -texmf-dist/tpm/montex.tpm - - -texmf-dist/doc/latex/montex/00README -texmf-dist/doc/latex/montex/00readme.1 -texmf-dist/doc/latex/montex/fontlist.pdf -texmf-dist/doc/latex/montex/fontlist.tex -texmf-dist/doc/latex/montex/mls-diag.tex -texmf-dist/doc/latex/montex/mlsquick.pdf -texmf-dist/doc/latex/montex/mlsquick.tex -texmf-dist/doc/latex/montex/montex.pdf -texmf-dist/doc/latex/montex/montex.tex -texmf-dist/doc/latex/montex/zanabazr.pdf -texmf-dist/doc/latex/montex/zanabazr.tex - - -texmf-dist/source/latex/montex/ANNOUNCE -texmf-dist/source/latex/montex/EMTEX -texmf-dist/source/latex/montex/HISTORY -texmf-dist/source/latex/montex/INSTALL -texmf-dist/source/latex/montex/MIKTEX -texmf-dist/source/latex/montex/TODO -texmf-dist/source/latex/montex/UPDATE -texmf-dist/source/latex/montex/change.log -texmf-dist/source/latex/montex/cyrename.pl -texmf-dist/source/latex/montex/mfinput/bithe/testfont.input -texmf-dist/source/latex/montex/mfinput/bithe/testfont.sh -texmf-dist/source/latex/montex/mkmlsmf.pl -texmf-dist/source/latex/montex/montex.xml -texmf-dist/source/latex/montex/testfont.input -texmf-dist/source/latex/montex/testfont.sh - - - - - Package/montex - - - diff -Nru texlive-lang-2007.dfsg.4/texmf-dist/tpm/mwcls.tpm texlive-lang-2009/texmf-dist/tpm/mwcls.tpm --- texlive-lang-2007.dfsg.4/texmf-dist/tpm/mwcls.tpm 2007-02-01 00:45:27.000000000 +0000 +++ texlive-lang-2009/texmf-dist/tpm/mwcls.tpm 1970-01-01 01:00:00.000000000 +0100 @@ -1,52 +0,0 @@ - - - - mwcls - Package - 2006/11/09 13:18:02 - 0.65 - rahtz - Polish-oriented document classes. - -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. -[description copied from TeX Catalogue] - - - 464433 - - - -texmf-dist/tex/latex/mwcls/mw10.clo -texmf-dist/tex/latex/mwcls/mw11.clo -texmf-dist/tex/latex/mwcls/mw12.clo -texmf-dist/tex/latex/mwcls/mwart.cls -texmf-dist/tex/latex/mwcls/mwbk.cls -texmf-dist/tex/latex/mwcls/mwbk10.clo -texmf-dist/tex/latex/mwcls/mwbk11.clo -texmf-dist/tex/latex/mwcls/mwbk12.clo -texmf-dist/tex/latex/mwcls/mwrep.cls -texmf-dist/tpm/mwcls.tpm - - -texmf-dist/doc/latex/mwcls/CZYTAJ -texmf-dist/doc/latex/mwcls/ChangeLog -texmf-dist/doc/latex/mwcls/README -texmf-dist/doc/latex/mwcls/mwclsdoc.pdf - - -texmf-dist/source/latex/mwcls/mwcls.dtx -texmf-dist/source/latex/mwcls/mwcls.ins - - Package/mwcls - - - diff -Nru texlive-lang-2007.dfsg.4/texmf-dist/tpm/ordinalpt.tpm texlive-lang-2009/texmf-dist/tpm/ordinalpt.tpm --- texlive-lang-2007.dfsg.4/texmf-dist/tpm/ordinalpt.tpm 2007-01-25 21:41:19.000000000 +0000 +++ texlive-lang-2009/texmf-dist/tpm/ordinalpt.tpm 1970-01-01 01:00:00.000000000 +0100 @@ -1,30 +0,0 @@ - - - - ordinalpt - Package - 2007/01/12 17:34:52 - - karl - The ordinalpt package. - - - 117377 - - - -texmf-dist/tex/latex/ordinalpt/ordinalpt.sty -texmf-dist/tpm/ordinalpt.tpm - - -texmf-dist/doc/latex/ordinalpt/README -texmf-dist/doc/latex/ordinalpt/ordinalpt.pdf - - -texmf-dist/source/latex/ordinalpt/ordinalpt.dtx -texmf-dist/source/latex/ordinalpt/ordinalpt.ins - - Package/ordinalpt - - - diff -Nru texlive-lang-2007.dfsg.4/texmf-dist/tpm/ot2cyr.tpm texlive-lang-2009/texmf-dist/tpm/ot2cyr.tpm --- texlive-lang-2007.dfsg.4/texmf-dist/tpm/ot2cyr.tpm 2007-02-01 00:45:27.000000000 +0000 +++ texlive-lang-2009/texmf-dist/tpm/ot2cyr.tpm 1970-01-01 01:00:00.000000000 +0100 @@ -1,59 +0,0 @@ - - - - ot2cyr - Package - 2006/01/11 23:49:08 - - rahtz - Macros to use the OT2 Cyrillic encoding. - - unknown - 164677 - - - -texmf-dist/dvips/ot2cyr/wncyrps.vec -texmf-dist/fonts/map/dvips/ot2cyr/lscy.map -texmf-dist/fonts/map/dvips/ot2cyr/mntz.map -texmf-dist/tex/latex/ot2cyr/ot2hls.fd -texmf-dist/tex/latex/ot2cyr/ot2hlst.fd -texmf-dist/tex/latex/ot2cyr/ot2mnt.fd -texmf-dist/tpm/ot2cyr.tpm - - -texmf-dist/doc/fonts/ot2cyr/OT2info.dvi -texmf-dist/doc/fonts/ot2cyr/OT2info.tex -texmf-dist/doc/fonts/ot2cyr/OT2mtest.tex -texmf-dist/doc/fonts/ot2cyr/OT2test.dvi -texmf-dist/doc/fonts/ot2cyr/OT2test.tex - - -texmf-dist/source/fonts/ot2cyr/AFIIOT2.etx -texmf-dist/source/fonts/ot2cyr/AFIIcyr.mtx -texmf-dist/source/fonts/ot2cyr/README -texmf-dist/source/fonts/ot2cyr/go -texmf-dist/source/fonts/ot2cyr/lscy.map -texmf-dist/source/fonts/ot2cyr/lscyb.afm -texmf-dist/source/fonts/ot2cyr/lscyb.mtx -texmf-dist/source/fonts/ot2cyr/lscybo.afm -texmf-dist/source/fonts/ot2cyr/lscyo.afm -texmf-dist/source/fonts/ot2cyr/lscyr.afm -texmf-dist/source/fonts/ot2cyr/lstcyb.afm -texmf-dist/source/fonts/ot2cyr/lstcybo.afm -texmf-dist/source/fonts/ot2cyr/lstcyo.afm -texmf-dist/source/fonts/ot2cyr/lstcyr.afm -texmf-dist/source/fonts/ot2cyr/makecyr.tex -texmf-dist/source/fonts/ot2cyr/mntz.map -texmf-dist/source/fonts/ot2cyr/monoOT2.etx -texmf-dist/source/fonts/ot2cyr/monocyr.mtx -texmf-dist/source/fonts/ot2cyr/wncyrps.vec - - - - - - Package/ot2cyr - - - diff -Nru texlive-lang-2007.dfsg.4/texmf-dist/tpm/otibet.tpm texlive-lang-2009/texmf-dist/tpm/otibet.tpm --- texlive-lang-2007.dfsg.4/texmf-dist/tpm/otibet.tpm 2007-02-01 00:45:27.000000000 +0000 +++ texlive-lang-2009/texmf-dist/tpm/otibet.tpm 1970-01-01 01:00:00.000000000 +0100 @@ -1,75 +0,0 @@ - - - - otibet - Package - 2006/01/11 23:55:48 - 1.0 - rahtz - The otibet package. - - - 842342 - - - -texmf-dist/fonts/ofm/public/otibet/otibetan.ofm -texmf-dist/fonts/ovf/public/otibet/otibetan.ovf -texmf-dist/fonts/ovp/public/otibet/otibetan.ovp -texmf-dist/fonts/source/public/otibet/bzrsetup.mf -texmf-dist/fonts/source/public/otibet/tibetan.mf -texmf-dist/fonts/tfm/public/otibet/tibetan.tfm -texmf-dist/omega/ocp/otibet/tibadjusttsheg.ocp -texmf-dist/omega/ocp/otibet/tibinunicode.ocp -texmf-dist/omega/ocp/otibet/tibinwylie.ocp -texmf-dist/omega/ocp/otibet/tibout.ocp -texmf-dist/omega/ocp/otibet/tibspecial.ocp -texmf-dist/omega/ocp/otibet/tibuniuni.ocp -texmf-dist/omega/ocp/otibet/tibvowel.ocp -texmf-dist/omega/otp/otibet/tibadjusttsheg.otp -texmf-dist/omega/otp/otibet/tibetan-mule2uni-old.otp -texmf-dist/omega/otp/otibet/tibetan-mule2uni.otp -texmf-dist/omega/otp/otibet/tibinunicode.otp -texmf-dist/omega/otp/otibet/tibinwylie.otp -texmf-dist/omega/otp/otibet/tibout.otp -texmf-dist/omega/otp/otibet/tibshow.otp -texmf-dist/omega/otp/otibet/tibspecial.otp -texmf-dist/omega/otp/otibet/tibuniuni.otp -texmf-dist/omega/otp/otibet/tibvowel.otp -texmf-dist/tex/latex/otibet/ot1tib.fd -texmf-dist/tex/latex/otibet/otibet.sty -texmf-dist/tex/latex/otibet/t1tib.fd -texmf-dist/tpm/otibet.tpm - - -texmf-dist/doc/latex/otibet/README -texmf-dist/doc/latex/otibet/allbasic-mule.tex -texmf-dist/doc/latex/otibet/allbasic.dvi -texmf-dist/doc/latex/otibet/allbasic.tex -texmf-dist/doc/latex/otibet/otibet-mule.tex -texmf-dist/doc/latex/otibet/otibet.tex -texmf-dist/doc/latex/otibet/testtib.tex -texmf-dist/doc/latex/otibet/tiblatex.dvi -texmf-dist/doc/latex/otibet/tiblatex.tex -texmf-dist/doc/latex/otibet/unidoc.dvi -texmf-dist/doc/latex/otibet/unidoc.tex -texmf-dist/doc/latex/otibet/yugpacan.dvi -texmf-dist/doc/latex/otibet/yugpacan.tex - - -texmf-dist/source/latex/otibet/Makefile -texmf-dist/source/latex/otibet/allbasic.odvi -texmf-dist/source/latex/otibet/convnum.scm -texmf-dist/source/latex/otibet/generate-otp.el -texmf-dist/source/latex/otibet/oct2otp.c -texmf-dist/source/latex/otibet/pl2ovp.scm -texmf-dist/source/latex/otibet/tibetan.pl -texmf-dist/source/latex/otibet/tiblatex.odvi -texmf-dist/source/latex/otibet/tibovp.scm -texmf-dist/source/latex/otibet/unidoc.odvi -texmf-dist/source/latex/otibet/yugpacan.odvi - - Package/otibet - - - diff -Nru texlive-lang-2007.dfsg.4/texmf-dist/tpm/platex.tpm texlive-lang-2009/texmf-dist/tpm/platex.tpm --- texlive-lang-2007.dfsg.4/texmf-dist/tpm/platex.tpm 2006-12-17 14:15:44.000000000 +0000 +++ texlive-lang-2009/texmf-dist/tpm/platex.tpm 1970-01-01 01:00:00.000000000 +0100 @@ -1,72 +0,0 @@ - - - - platex - Package - 2006/01/11 23:56:11 - 5.94a - popineau - -Typeset Polish documents with LaTeX and Polish fonts. - - -Tools to typeset documents in Polish using LaTeX2e with Polish -fonts (so-called PL fonts), or EC fonts, and CM fonts. -[description copied from TeX Catalogue] - - M. Olko and M. Wolinski - 236919 - - - -texmf-dist/tex/latex/platex/amigapl.def -texmf-dist/tex/latex/platex/macce.def -texmf-dist/tex/latex/platex/mazovia.def -texmf-dist/tex/latex/platex/omlplcm.fd -texmf-dist/tex/latex/platex/omlplm.fd -texmf-dist/tex/latex/platex/omsplsy.fd -texmf-dist/tex/latex/platex/omxplex.fd -texmf-dist/tex/latex/platex/ot1patch.sty -texmf-dist/tex/latex/platex/ot4ccr.fd -texmf-dist/tex/latex/platex/ot4cmdh.fd -texmf-dist/tex/latex/platex/ot4cmfib.fd -texmf-dist/tex/latex/platex/ot4cmfr.fd -texmf-dist/tex/latex/platex/ot4cmr.fd -texmf-dist/tex/latex/platex/ot4cmss.fd -texmf-dist/tex/latex/platex/ot4cmtt.fd -texmf-dist/tex/latex/platex/plprefix.sty -texmf-dist/tex/latex/platex/polski.sty -texmf-dist/tex/latex/platex/qxenc.def -texmf-dist/tex/platex/config/hyphen.cfg -texmf-dist/tex/platex/config/language.dat -texmf-dist/tex/platex/config/pdfplatex.ini -texmf-dist/tex/platex/config/platex.ini -texmf-dist/tpm/platex.tpm - - -texmf-dist/doc/latex/platex/base/00readme -texmf-dist/doc/latex/platex/base/conowego.txt -texmf-dist/doc/latex/platex/base/czytaj.txt -texmf-dist/doc/latex/platex/base/platex.html -texmf-dist/doc/latex/platex/base/r22.mps -texmf-dist/doc/latex/platex/base/readme.txt -texmf-dist/doc/latex/platex/base/tstlatex.tex - - -texmf-dist/source/latex/platex/base/ot1patch.dtx -texmf-dist/source/latex/platex/base/ot1patch.ins -texmf-dist/source/latex/platex/base/platex.ins -texmf-dist/source/latex/platex/base/plfonts.fdd -texmf-dist/source/latex/platex/base/plprefix.dtx -texmf-dist/source/latex/platex/base/plprefix.ins -texmf-dist/source/latex/platex/base/polski.dtx -texmf-dist/source/latex/platex/base/strony.dtx - - - - - - Package/platex - - - diff -Nru texlive-lang-2007.dfsg.4/texmf-dist/tpm/plnfss.tpm texlive-lang-2009/texmf-dist/tpm/plnfss.tpm --- texlive-lang-2007.dfsg.4/texmf-dist/tpm/plnfss.tpm 2006-12-17 14:15:44.000000000 +0000 +++ texlive-lang-2009/texmf-dist/tpm/plnfss.tpm 1970-01-01 01:00:00.000000000 +0100 @@ -1,41 +0,0 @@ - - - - plnfss - Package - 2006/01/09 00:45:48 - - karl - NFSS for plain TeX - - Han The Thanh - 63994 - - - -texmf-dist/tex/plain/plnfss/MIKmathf.tex -texmf-dist/tex/plain/plnfss/ams.pfd -texmf-dist/tex/plain/plnfss/il2cm.pfd -texmf-dist/tex/plain/plnfss/il2cmr.pfd -texmf-dist/tex/plain/plnfss/ly1lm.pfd -texmf-dist/tex/plain/plnfss/ot1cm.pfd -texmf-dist/tex/plain/plnfss/ot1cmr.pfd -texmf-dist/tex/plain/plnfss/ot4cm.pfd -texmf-dist/tex/plain/plnfss/plnfss.tex -texmf-dist/tex/plain/plnfss/qxlm.pfd -texmf-dist/tex/plain/plnfss/t1lm.pfd -texmf-dist/tex/plain/plnfss/t5cm.pfd -texmf-dist/tex/plain/plnfss/t5cmr.pfd -texmf-dist/tex/plain/plnfss/t5lm.pfd -texmf-dist/tex/plain/plnfss/ts1lm.pfd -texmf-dist/tpm/plnfss.tpm - - -texmf-dist/doc/plain/plnfss/LPPL.txt -texmf-dist/doc/plain/plnfss/plnfss.txt -texmf-dist/doc/plain/plnfss/test-plnfss.tex - - Package/plnfss - - - diff -Nru texlive-lang-2007.dfsg.4/texmf-dist/tpm/pl.tpm texlive-lang-2009/texmf-dist/tpm/pl.tpm --- texlive-lang-2007.dfsg.4/texmf-dist/tpm/pl.tpm 2006-12-17 14:15:44.000000000 +0000 +++ texlive-lang-2009/texmf-dist/tpm/pl.tpm 1970-01-01 01:00:00.000000000 +0100 @@ -1,459 +0,0 @@ - - - - pl - Package - 2006/01/09 00:47:01 - 1.15 - rahtz - Literate Programming for Prolog with LaTeX. - -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. -[description copied from TeX Catalogue] - - unknown - 3560831 - - - -texmf-dist/dvips/pl/config.pl -texmf-dist/fonts/afm/public/pl/plb10.afm -texmf-dist/fonts/afm/public/pl/plbsy10.afm -texmf-dist/fonts/afm/public/pl/plbx10.afm -texmf-dist/fonts/afm/public/pl/plbx12.afm -texmf-dist/fonts/afm/public/pl/plbx5.afm -texmf-dist/fonts/afm/public/pl/plbx6.afm -texmf-dist/fonts/afm/public/pl/plbx7.afm -texmf-dist/fonts/afm/public/pl/plbx8.afm -texmf-dist/fonts/afm/public/pl/plbx9.afm -texmf-dist/fonts/afm/public/pl/plbxsl10.afm -texmf-dist/fonts/afm/public/pl/plbxti10.afm -texmf-dist/fonts/afm/public/pl/plcsc10.afm -texmf-dist/fonts/afm/public/pl/pldunh10.afm -texmf-dist/fonts/afm/public/pl/plex10.afm -texmf-dist/fonts/afm/public/pl/plex9.afm -texmf-dist/fonts/afm/public/pl/plff10.afm -texmf-dist/fonts/afm/public/pl/plfi10.afm -texmf-dist/fonts/afm/public/pl/plfib8.afm -texmf-dist/fonts/afm/public/pl/plinch.afm -texmf-dist/fonts/afm/public/pl/plitt10.afm -texmf-dist/fonts/afm/public/pl/plmi10.afm -texmf-dist/fonts/afm/public/pl/plmi12.afm -texmf-dist/fonts/afm/public/pl/plmi5.afm -texmf-dist/fonts/afm/public/pl/plmi6.afm -texmf-dist/fonts/afm/public/pl/plmi7.afm -texmf-dist/fonts/afm/public/pl/plmi8.afm -texmf-dist/fonts/afm/public/pl/plmi9.afm -texmf-dist/fonts/afm/public/pl/plmib10.afm -texmf-dist/fonts/afm/public/pl/plr10.afm -texmf-dist/fonts/afm/public/pl/plr12.afm -texmf-dist/fonts/afm/public/pl/plr17.afm -texmf-dist/fonts/afm/public/pl/plr5.afm -texmf-dist/fonts/afm/public/pl/plr6.afm -texmf-dist/fonts/afm/public/pl/plr7.afm -texmf-dist/fonts/afm/public/pl/plr8.afm -texmf-dist/fonts/afm/public/pl/plr9.afm -texmf-dist/fonts/afm/public/pl/plsl10.afm -texmf-dist/fonts/afm/public/pl/plsl12.afm -texmf-dist/fonts/afm/public/pl/plsl8.afm -texmf-dist/fonts/afm/public/pl/plsl9.afm -texmf-dist/fonts/afm/public/pl/plsltt10.afm -texmf-dist/fonts/afm/public/pl/plss10.afm -texmf-dist/fonts/afm/public/pl/plss12.afm -texmf-dist/fonts/afm/public/pl/plss17.afm -texmf-dist/fonts/afm/public/pl/plss8.afm -texmf-dist/fonts/afm/public/pl/plss9.afm -texmf-dist/fonts/afm/public/pl/plssbi10.afm -texmf-dist/fonts/afm/public/pl/plssbx10.afm -texmf-dist/fonts/afm/public/pl/plssdc10.afm -texmf-dist/fonts/afm/public/pl/plssi10.afm -texmf-dist/fonts/afm/public/pl/plssi12.afm -texmf-dist/fonts/afm/public/pl/plssi17.afm -texmf-dist/fonts/afm/public/pl/plssi8.afm -texmf-dist/fonts/afm/public/pl/plssi9.afm -texmf-dist/fonts/afm/public/pl/plssq8.afm -texmf-dist/fonts/afm/public/pl/plssqi8.afm -texmf-dist/fonts/afm/public/pl/plsy10.afm -texmf-dist/fonts/afm/public/pl/plsy5.afm -texmf-dist/fonts/afm/public/pl/plsy6.afm -texmf-dist/fonts/afm/public/pl/plsy7.afm -texmf-dist/fonts/afm/public/pl/plsy8.afm -texmf-dist/fonts/afm/public/pl/plsy9.afm -texmf-dist/fonts/afm/public/pl/pltcsc10.afm -texmf-dist/fonts/afm/public/pl/pltex10.afm -texmf-dist/fonts/afm/public/pl/pltex8.afm -texmf-dist/fonts/afm/public/pl/pltex9.afm -texmf-dist/fonts/afm/public/pl/plti10.afm -texmf-dist/fonts/afm/public/pl/plti12.afm -texmf-dist/fonts/afm/public/pl/plti7.afm -texmf-dist/fonts/afm/public/pl/plti8.afm -texmf-dist/fonts/afm/public/pl/plti9.afm -texmf-dist/fonts/afm/public/pl/pltt10.afm -texmf-dist/fonts/afm/public/pl/pltt12.afm -texmf-dist/fonts/afm/public/pl/pltt8.afm -texmf-dist/fonts/afm/public/pl/pltt9.afm -texmf-dist/fonts/afm/public/pl/plu10.afm -texmf-dist/fonts/afm/public/pl/plvtt10.afm -texmf-dist/fonts/enc/dvips/pl/plin.enc -texmf-dist/fonts/enc/dvips/pl/plit.enc -texmf-dist/fonts/enc/dvips/pl/plitt.enc -texmf-dist/fonts/enc/dvips/pl/plme.enc -texmf-dist/fonts/enc/dvips/pl/plmi.enc -texmf-dist/fonts/enc/dvips/pl/plms.enc -texmf-dist/fonts/enc/dvips/pl/plrm.enc -texmf-dist/fonts/enc/dvips/pl/plsc.enc -texmf-dist/fonts/enc/dvips/pl/plte.enc -texmf-dist/fonts/enc/dvips/pl/pltt.enc -texmf-dist/fonts/map/dvips/pl/plother.map -texmf-dist/fonts/map/dvips/pl/pltext.map -texmf-dist/fonts/source/public/pl/cmssbi10.mf -texmf-dist/fonts/source/public/pl/dlr10.mf -texmf-dist/fonts/source/public/pl/fik_mik.mf -texmf-dist/fonts/source/public/pl/pl.mft -texmf-dist/fonts/source/public/pl/pl_cud.mf -texmf-dist/fonts/source/public/pl/pl_dl.mf -texmf-dist/fonts/source/public/pl/pl_dod.mf -texmf-dist/fonts/source/public/pl/pl_ml.mf -texmf-dist/fonts/source/public/pl/pl_mlk.mf -texmf-dist/fonts/source/public/pl/pl_sym.mf -texmf-dist/fonts/source/public/pl/plb10.mf -texmf-dist/fonts/source/public/pl/plbsy10.mf -texmf-dist/fonts/source/public/pl/plbsy5.mf -texmf-dist/fonts/source/public/pl/plbsy7.mf -texmf-dist/fonts/source/public/pl/plbx10.mf -texmf-dist/fonts/source/public/pl/plbx12.mf -texmf-dist/fonts/source/public/pl/plbx5.mf -texmf-dist/fonts/source/public/pl/plbx6.mf -texmf-dist/fonts/source/public/pl/plbx7.mf -texmf-dist/fonts/source/public/pl/plbx8.mf -texmf-dist/fonts/source/public/pl/plbx9.mf -texmf-dist/fonts/source/public/pl/plbxsl10.mf -texmf-dist/fonts/source/public/pl/plbxti10.mf -texmf-dist/fonts/source/public/pl/plcsc10.mf -texmf-dist/fonts/source/public/pl/pldunh10.mf -texmf-dist/fonts/source/public/pl/plex10.mf -texmf-dist/fonts/source/public/pl/plff10.mf -texmf-dist/fonts/source/public/pl/plfi10.mf -texmf-dist/fonts/source/public/pl/plfib8.mf -texmf-dist/fonts/source/public/pl/plinch.mf -texmf-dist/fonts/source/public/pl/plitt10.mf -texmf-dist/fonts/source/public/pl/plmi10.mf -texmf-dist/fonts/source/public/pl/plmi12.mf -texmf-dist/fonts/source/public/pl/plmi5.mf -texmf-dist/fonts/source/public/pl/plmi6.mf -texmf-dist/fonts/source/public/pl/plmi7.mf -texmf-dist/fonts/source/public/pl/plmi8.mf -texmf-dist/fonts/source/public/pl/plmi9.mf -texmf-dist/fonts/source/public/pl/plmib10.mf -texmf-dist/fonts/source/public/pl/plmib5.mf -texmf-dist/fonts/source/public/pl/plmib7.mf -texmf-dist/fonts/source/public/pl/plr10.mf -texmf-dist/fonts/source/public/pl/plr12.mf -texmf-dist/fonts/source/public/pl/plr17.mf -texmf-dist/fonts/source/public/pl/plr5.mf -texmf-dist/fonts/source/public/pl/plr6.mf -texmf-dist/fonts/source/public/pl/plr7.mf -texmf-dist/fonts/source/public/pl/plr8.mf -texmf-dist/fonts/source/public/pl/plr9.mf -texmf-dist/fonts/source/public/pl/plsl10.mf -texmf-dist/fonts/source/public/pl/plsl12.mf -texmf-dist/fonts/source/public/pl/plsl8.mf -texmf-dist/fonts/source/public/pl/plsl9.mf -texmf-dist/fonts/source/public/pl/plsltt10.mf -texmf-dist/fonts/source/public/pl/plss10.mf -texmf-dist/fonts/source/public/pl/plss12.mf -texmf-dist/fonts/source/public/pl/plss17.mf -texmf-dist/fonts/source/public/pl/plss8.mf -texmf-dist/fonts/source/public/pl/plss9.mf -texmf-dist/fonts/source/public/pl/plssbi10.mf -texmf-dist/fonts/source/public/pl/plssbx10.mf -texmf-dist/fonts/source/public/pl/plssdc10.mf -texmf-dist/fonts/source/public/pl/plssi10.mf -texmf-dist/fonts/source/public/pl/plssi12.mf -texmf-dist/fonts/source/public/pl/plssi17.mf -texmf-dist/fonts/source/public/pl/plssi8.mf -texmf-dist/fonts/source/public/pl/plssi9.mf -texmf-dist/fonts/source/public/pl/plssq8.mf -texmf-dist/fonts/source/public/pl/plssqi8.mf -texmf-dist/fonts/source/public/pl/plsy10.mf -texmf-dist/fonts/source/public/pl/plsy5.mf -texmf-dist/fonts/source/public/pl/plsy6.mf -texmf-dist/fonts/source/public/pl/plsy7.mf -texmf-dist/fonts/source/public/pl/plsy8.mf -texmf-dist/fonts/source/public/pl/plsy9.mf -texmf-dist/fonts/source/public/pl/pltcsc10.mf -texmf-dist/fonts/source/public/pl/pltex10.mf -texmf-dist/fonts/source/public/pl/pltex8.mf -texmf-dist/fonts/source/public/pl/pltex9.mf -texmf-dist/fonts/source/public/pl/plti10.mf -texmf-dist/fonts/source/public/pl/plti12.mf -texmf-dist/fonts/source/public/pl/plti7.mf -texmf-dist/fonts/source/public/pl/plti8.mf -texmf-dist/fonts/source/public/pl/plti9.mf -texmf-dist/fonts/source/public/pl/pltt10.mf -texmf-dist/fonts/source/public/pl/pltt12.mf -texmf-dist/fonts/source/public/pl/pltt8.mf -texmf-dist/fonts/source/public/pl/pltt9.mf -texmf-dist/fonts/source/public/pl/plu10.mf -texmf-dist/fonts/source/public/pl/plvtt10.mf -texmf-dist/fonts/source/public/pl/polan.mf -texmf-dist/fonts/source/public/pl/polkap.mf -texmf-dist/fonts/source/public/pl/polkur.mf -texmf-dist/fonts/source/public/pl/polmat.mf -texmf-dist/fonts/source/public/pl/poltyt.mf -texmf-dist/fonts/tfm/public/pl/plb10.tfm -texmf-dist/fonts/tfm/public/pl/plbsy10.tfm -texmf-dist/fonts/tfm/public/pl/plbsy5.tfm -texmf-dist/fonts/tfm/public/pl/plbsy7.tfm -texmf-dist/fonts/tfm/public/pl/plbx10.tfm -texmf-dist/fonts/tfm/public/pl/plbx12.tfm -texmf-dist/fonts/tfm/public/pl/plbx5.tfm -texmf-dist/fonts/tfm/public/pl/plbx6.tfm -texmf-dist/fonts/tfm/public/pl/plbx7.tfm -texmf-dist/fonts/tfm/public/pl/plbx8.tfm -texmf-dist/fonts/tfm/public/pl/plbx9.tfm -texmf-dist/fonts/tfm/public/pl/plbxsl10.tfm -texmf-dist/fonts/tfm/public/pl/plbxti10.tfm -texmf-dist/fonts/tfm/public/pl/plcsc10.tfm -texmf-dist/fonts/tfm/public/pl/pldunh10.tfm -texmf-dist/fonts/tfm/public/pl/plex10.tfm -texmf-dist/fonts/tfm/public/pl/plex9.tfm -texmf-dist/fonts/tfm/public/pl/plff10.tfm -texmf-dist/fonts/tfm/public/pl/plfi10.tfm -texmf-dist/fonts/tfm/public/pl/plfib8.tfm -texmf-dist/fonts/tfm/public/pl/plinch.tfm -texmf-dist/fonts/tfm/public/pl/plitt10.tfm -texmf-dist/fonts/tfm/public/pl/plmi10.tfm -texmf-dist/fonts/tfm/public/pl/plmi12.tfm -texmf-dist/fonts/tfm/public/pl/plmi5.tfm -texmf-dist/fonts/tfm/public/pl/plmi6.tfm -texmf-dist/fonts/tfm/public/pl/plmi7.tfm -texmf-dist/fonts/tfm/public/pl/plmi8.tfm -texmf-dist/fonts/tfm/public/pl/plmi9.tfm -texmf-dist/fonts/tfm/public/pl/plmib10.tfm -texmf-dist/fonts/tfm/public/pl/plmib5.tfm -texmf-dist/fonts/tfm/public/pl/plmib7.tfm -texmf-dist/fonts/tfm/public/pl/plr10.tfm -texmf-dist/fonts/tfm/public/pl/plr12.tfm -texmf-dist/fonts/tfm/public/pl/plr17.tfm -texmf-dist/fonts/tfm/public/pl/plr5.tfm -texmf-dist/fonts/tfm/public/pl/plr6.tfm -texmf-dist/fonts/tfm/public/pl/plr7.tfm -texmf-dist/fonts/tfm/public/pl/plr8.tfm -texmf-dist/fonts/tfm/public/pl/plr9.tfm -texmf-dist/fonts/tfm/public/pl/plsl10.tfm -texmf-dist/fonts/tfm/public/pl/plsl12.tfm -texmf-dist/fonts/tfm/public/pl/plsl8.tfm -texmf-dist/fonts/tfm/public/pl/plsl9.tfm -texmf-dist/fonts/tfm/public/pl/plsltt10.tfm -texmf-dist/fonts/tfm/public/pl/plss10.tfm -texmf-dist/fonts/tfm/public/pl/plss12.tfm -texmf-dist/fonts/tfm/public/pl/plss17.tfm -texmf-dist/fonts/tfm/public/pl/plss8.tfm -texmf-dist/fonts/tfm/public/pl/plss9.tfm -texmf-dist/fonts/tfm/public/pl/plssbi10.tfm -texmf-dist/fonts/tfm/public/pl/plssbx10.tfm -texmf-dist/fonts/tfm/public/pl/plssdc10.tfm -texmf-dist/fonts/tfm/public/pl/plssi10.tfm -texmf-dist/fonts/tfm/public/pl/plssi12.tfm -texmf-dist/fonts/tfm/public/pl/plssi17.tfm -texmf-dist/fonts/tfm/public/pl/plssi8.tfm -texmf-dist/fonts/tfm/public/pl/plssi9.tfm -texmf-dist/fonts/tfm/public/pl/plssq8.tfm -texmf-dist/fonts/tfm/public/pl/plssqi8.tfm -texmf-dist/fonts/tfm/public/pl/plsy10.tfm -texmf-dist/fonts/tfm/public/pl/plsy5.tfm -texmf-dist/fonts/tfm/public/pl/plsy6.tfm -texmf-dist/fonts/tfm/public/pl/plsy7.tfm -texmf-dist/fonts/tfm/public/pl/plsy8.tfm -texmf-dist/fonts/tfm/public/pl/plsy9.tfm -texmf-dist/fonts/tfm/public/pl/pltcsc10.tfm -texmf-dist/fonts/tfm/public/pl/pltex10.tfm -texmf-dist/fonts/tfm/public/pl/pltex8.tfm -texmf-dist/fonts/tfm/public/pl/pltex9.tfm -texmf-dist/fonts/tfm/public/pl/plti10.tfm -texmf-dist/fonts/tfm/public/pl/plti12.tfm -texmf-dist/fonts/tfm/public/pl/plti7.tfm -texmf-dist/fonts/tfm/public/pl/plti8.tfm -texmf-dist/fonts/tfm/public/pl/plti9.tfm -texmf-dist/fonts/tfm/public/pl/pltt10.tfm -texmf-dist/fonts/tfm/public/pl/pltt12.tfm -texmf-dist/fonts/tfm/public/pl/pltt8.tfm -texmf-dist/fonts/tfm/public/pl/pltt9.tfm -texmf-dist/fonts/tfm/public/pl/plu10.tfm -texmf-dist/fonts/tfm/public/pl/plvtt10.tfm -texmf-dist/fonts/type1/public/pl/plb10.pfb -texmf-dist/fonts/type1/public/pl/plb10.pfm -texmf-dist/fonts/type1/public/pl/plbsy10.pfb -texmf-dist/fonts/type1/public/pl/plbsy10.pfm -texmf-dist/fonts/type1/public/pl/plbx10.pfb -texmf-dist/fonts/type1/public/pl/plbx10.pfm -texmf-dist/fonts/type1/public/pl/plbx12.pfb -texmf-dist/fonts/type1/public/pl/plbx12.pfm -texmf-dist/fonts/type1/public/pl/plbx5.pfb -texmf-dist/fonts/type1/public/pl/plbx5.pfm -texmf-dist/fonts/type1/public/pl/plbx6.pfb -texmf-dist/fonts/type1/public/pl/plbx6.pfm -texmf-dist/fonts/type1/public/pl/plbx7.pfb -texmf-dist/fonts/type1/public/pl/plbx7.pfm -texmf-dist/fonts/type1/public/pl/plbx8.pfb -texmf-dist/fonts/type1/public/pl/plbx8.pfm -texmf-dist/fonts/type1/public/pl/plbx9.pfb -texmf-dist/fonts/type1/public/pl/plbx9.pfm -texmf-dist/fonts/type1/public/pl/plbxsl10.pfb -texmf-dist/fonts/type1/public/pl/plbxsl10.pfm -texmf-dist/fonts/type1/public/pl/plbxti10.pfb -texmf-dist/fonts/type1/public/pl/plbxti10.pfm -texmf-dist/fonts/type1/public/pl/plcsc10.pfb -texmf-dist/fonts/type1/public/pl/plcsc10.pfm -texmf-dist/fonts/type1/public/pl/pldunh10.pfb -texmf-dist/fonts/type1/public/pl/pldunh10.pfm -texmf-dist/fonts/type1/public/pl/plex10.pfb -texmf-dist/fonts/type1/public/pl/plex10.pfm -texmf-dist/fonts/type1/public/pl/plex9.pfb -texmf-dist/fonts/type1/public/pl/plex9.pfm -texmf-dist/fonts/type1/public/pl/plff10.pfb -texmf-dist/fonts/type1/public/pl/plff10.pfm -texmf-dist/fonts/type1/public/pl/plfi10.pfb -texmf-dist/fonts/type1/public/pl/plfi10.pfm -texmf-dist/fonts/type1/public/pl/plfib8.pfb -texmf-dist/fonts/type1/public/pl/plfib8.pfm -texmf-dist/fonts/type1/public/pl/plinch.pfb -texmf-dist/fonts/type1/public/pl/plinch.pfm -texmf-dist/fonts/type1/public/pl/plitt10.pfb -texmf-dist/fonts/type1/public/pl/plitt10.pfm -texmf-dist/fonts/type1/public/pl/plmi10.pfb -texmf-dist/fonts/type1/public/pl/plmi10.pfm -texmf-dist/fonts/type1/public/pl/plmi12.pfb -texmf-dist/fonts/type1/public/pl/plmi12.pfm -texmf-dist/fonts/type1/public/pl/plmi5.pfb -texmf-dist/fonts/type1/public/pl/plmi5.pfm -texmf-dist/fonts/type1/public/pl/plmi6.pfb -texmf-dist/fonts/type1/public/pl/plmi6.pfm -texmf-dist/fonts/type1/public/pl/plmi7.pfb -texmf-dist/fonts/type1/public/pl/plmi7.pfm -texmf-dist/fonts/type1/public/pl/plmi8.pfb -texmf-dist/fonts/type1/public/pl/plmi8.pfm -texmf-dist/fonts/type1/public/pl/plmi9.pfb -texmf-dist/fonts/type1/public/pl/plmi9.pfm -texmf-dist/fonts/type1/public/pl/plmib10.pfb -texmf-dist/fonts/type1/public/pl/plmib10.pfm -texmf-dist/fonts/type1/public/pl/plr10.pfb -texmf-dist/fonts/type1/public/pl/plr10.pfm -texmf-dist/fonts/type1/public/pl/plr12.pfb -texmf-dist/fonts/type1/public/pl/plr12.pfm -texmf-dist/fonts/type1/public/pl/plr17.pfb -texmf-dist/fonts/type1/public/pl/plr17.pfm -texmf-dist/fonts/type1/public/pl/plr5.pfb -texmf-dist/fonts/type1/public/pl/plr5.pfm -texmf-dist/fonts/type1/public/pl/plr6.pfb -texmf-dist/fonts/type1/public/pl/plr6.pfm -texmf-dist/fonts/type1/public/pl/plr7.pfb -texmf-dist/fonts/type1/public/pl/plr7.pfm -texmf-dist/fonts/type1/public/pl/plr8.pfb -texmf-dist/fonts/type1/public/pl/plr8.pfm -texmf-dist/fonts/type1/public/pl/plr9.pfb -texmf-dist/fonts/type1/public/pl/plr9.pfm -texmf-dist/fonts/type1/public/pl/plsl10.pfb -texmf-dist/fonts/type1/public/pl/plsl10.pfm -texmf-dist/fonts/type1/public/pl/plsl12.pfb -texmf-dist/fonts/type1/public/pl/plsl12.pfm -texmf-dist/fonts/type1/public/pl/plsl8.pfb -texmf-dist/fonts/type1/public/pl/plsl8.pfm -texmf-dist/fonts/type1/public/pl/plsl9.pfb -texmf-dist/fonts/type1/public/pl/plsl9.pfm -texmf-dist/fonts/type1/public/pl/plsltt10.pfb -texmf-dist/fonts/type1/public/pl/plsltt10.pfm -texmf-dist/fonts/type1/public/pl/plss10.pfb -texmf-dist/fonts/type1/public/pl/plss10.pfm -texmf-dist/fonts/type1/public/pl/plss12.pfb -texmf-dist/fonts/type1/public/pl/plss12.pfm -texmf-dist/fonts/type1/public/pl/plss17.pfb -texmf-dist/fonts/type1/public/pl/plss17.pfm -texmf-dist/fonts/type1/public/pl/plss8.pfb -texmf-dist/fonts/type1/public/pl/plss8.pfm -texmf-dist/fonts/type1/public/pl/plss9.pfb -texmf-dist/fonts/type1/public/pl/plss9.pfm -texmf-dist/fonts/type1/public/pl/plssbi10.pfb -texmf-dist/fonts/type1/public/pl/plssbi10.pfm -texmf-dist/fonts/type1/public/pl/plssbx10.pfb -texmf-dist/fonts/type1/public/pl/plssbx10.pfm -texmf-dist/fonts/type1/public/pl/plssdc10.pfb -texmf-dist/fonts/type1/public/pl/plssdc10.pfm -texmf-dist/fonts/type1/public/pl/plssi10.pfb -texmf-dist/fonts/type1/public/pl/plssi10.pfm -texmf-dist/fonts/type1/public/pl/plssi12.pfb -texmf-dist/fonts/type1/public/pl/plssi12.pfm -texmf-dist/fonts/type1/public/pl/plssi17.pfb -texmf-dist/fonts/type1/public/pl/plssi17.pfm -texmf-dist/fonts/type1/public/pl/plssi8.pfb -texmf-dist/fonts/type1/public/pl/plssi8.pfm -texmf-dist/fonts/type1/public/pl/plssi9.pfb -texmf-dist/fonts/type1/public/pl/plssi9.pfm -texmf-dist/fonts/type1/public/pl/plssq8.pfb -texmf-dist/fonts/type1/public/pl/plssq8.pfm -texmf-dist/fonts/type1/public/pl/plssqi8.pfb -texmf-dist/fonts/type1/public/pl/plssqi8.pfm -texmf-dist/fonts/type1/public/pl/plsy10.pfb -texmf-dist/fonts/type1/public/pl/plsy10.pfm -texmf-dist/fonts/type1/public/pl/plsy5.pfb -texmf-dist/fonts/type1/public/pl/plsy5.pfm -texmf-dist/fonts/type1/public/pl/plsy6.pfb -texmf-dist/fonts/type1/public/pl/plsy6.pfm -texmf-dist/fonts/type1/public/pl/plsy7.pfb -texmf-dist/fonts/type1/public/pl/plsy7.pfm -texmf-dist/fonts/type1/public/pl/plsy8.pfb -texmf-dist/fonts/type1/public/pl/plsy8.pfm -texmf-dist/fonts/type1/public/pl/plsy9.pfb -texmf-dist/fonts/type1/public/pl/plsy9.pfm -texmf-dist/fonts/type1/public/pl/pltcsc10.pfb -texmf-dist/fonts/type1/public/pl/pltcsc10.pfm -texmf-dist/fonts/type1/public/pl/pltex10.pfb -texmf-dist/fonts/type1/public/pl/pltex10.pfm -texmf-dist/fonts/type1/public/pl/pltex8.pfb -texmf-dist/fonts/type1/public/pl/pltex8.pfm -texmf-dist/fonts/type1/public/pl/pltex9.pfb -texmf-dist/fonts/type1/public/pl/pltex9.pfm -texmf-dist/fonts/type1/public/pl/plti10.pfb -texmf-dist/fonts/type1/public/pl/plti10.pfm -texmf-dist/fonts/type1/public/pl/plti12.pfb -texmf-dist/fonts/type1/public/pl/plti12.pfm -texmf-dist/fonts/type1/public/pl/plti7.pfb -texmf-dist/fonts/type1/public/pl/plti7.pfm -texmf-dist/fonts/type1/public/pl/plti8.pfb -texmf-dist/fonts/type1/public/pl/plti8.pfm -texmf-dist/fonts/type1/public/pl/plti9.pfb -texmf-dist/fonts/type1/public/pl/plti9.pfm -texmf-dist/fonts/type1/public/pl/pltt10.pfb -texmf-dist/fonts/type1/public/pl/pltt10.pfm -texmf-dist/fonts/type1/public/pl/pltt12.pfb -texmf-dist/fonts/type1/public/pl/pltt12.pfm -texmf-dist/fonts/type1/public/pl/pltt8.pfb -texmf-dist/fonts/type1/public/pl/pltt8.pfm -texmf-dist/fonts/type1/public/pl/pltt9.pfb -texmf-dist/fonts/type1/public/pl/pltt9.pfm -texmf-dist/fonts/type1/public/pl/plu10.pfb -texmf-dist/fonts/type1/public/pl/plu10.pfm -texmf-dist/fonts/type1/public/pl/plvtt10.pfb -texmf-dist/fonts/type1/public/pl/plvtt10.pfm -texmf-dist/tpm/pl.tpm - - -texmf-dist/doc/fonts/pl/README-T1.ENG -texmf-dist/doc/fonts/pl/README-T1.POL -texmf-dist/doc/fonts/pl/README.ENG -texmf-dist/doc/fonts/pl/README.POL -texmf-dist/doc/fonts/pl/plsample.tex - - - - - - Package/pl - - - diff -Nru texlive-lang-2007.dfsg.4/texmf-dist/tpm/qfonts.tpm texlive-lang-2009/texmf-dist/tpm/qfonts.tpm --- texlive-lang-2007.dfsg.4/texmf-dist/tpm/qfonts.tpm 2006-12-31 01:25:07.000000000 +0000 +++ texlive-lang-2009/texmf-dist/tpm/qfonts.tpm 1970-01-01 01:00:00.000000000 +0100 @@ -1,134 +0,0 @@ - - - - qfonts - Package - 2006/01/09 00:47:01 - 1.07 - staw - -A collection of PostScript (Adobe Type 1) fonts in QX layout. - - -A collection of Type 1 fonts; include QuasiChancery, QuasiCourier, -QuasiSwiss and QuasiSwissCondensed (regular, italic, bold and -bold italic), based on URW++ fonts distributed with Ghostscript. -The fonts are encoded according to QX layout which facilitates -multilingual and technical typesetting using TeX, preserving -usability in Windows applications. -Send inquiries to JNSteam@gust.org.pl -[description copied from TeX Catalogue] - - -Boguslaw Jackowski and J.M. Nowacki and P. Strzelczyk - - 2537277 - - - -texmf-dist/dvips/qfonts/config.qcr -texmf-dist/dvips/qfonts/config.qhv -texmf-dist/dvips/qfonts/config.qzc -texmf-dist/fonts/afm/public/qfonts/qcrb.afm -texmf-dist/fonts/afm/public/qfonts/qcrbi.afm -texmf-dist/fonts/afm/public/qfonts/qcrr.afm -texmf-dist/fonts/afm/public/qfonts/qcrri.afm -texmf-dist/fonts/afm/public/qfonts/qhvb.afm -texmf-dist/fonts/afm/public/qfonts/qhvbi.afm -texmf-dist/fonts/afm/public/qfonts/qhvcb.afm -texmf-dist/fonts/afm/public/qfonts/qhvcbi.afm -texmf-dist/fonts/afm/public/qfonts/qhvcr.afm -texmf-dist/fonts/afm/public/qfonts/qhvcri.afm -texmf-dist/fonts/afm/public/qfonts/qhvr.afm -texmf-dist/fonts/afm/public/qfonts/qhvri.afm -texmf-dist/fonts/afm/public/qfonts/qzcmi.afm -texmf-dist/fonts/enc/dvips/qfonts/qcr.enc -texmf-dist/fonts/enc/dvips/qfonts/qhv.enc -texmf-dist/fonts/enc/dvips/qfonts/qzc.enc -texmf-dist/fonts/map/dvips/qfonts/qcr.map -texmf-dist/fonts/map/dvips/qfonts/qhv.map -texmf-dist/fonts/map/dvips/qfonts/qzc.map -texmf-dist/fonts/tfm/public/qfonts/qcrb.tfm -texmf-dist/fonts/tfm/public/qfonts/qcrbi.tfm -texmf-dist/fonts/tfm/public/qfonts/qcrr.tfm -texmf-dist/fonts/tfm/public/qfonts/qcrri.tfm -texmf-dist/fonts/tfm/public/qfonts/qhvb.tfm -texmf-dist/fonts/tfm/public/qfonts/qhvbi.tfm -texmf-dist/fonts/tfm/public/qfonts/qhvcb.tfm -texmf-dist/fonts/tfm/public/qfonts/qhvcbi.tfm -texmf-dist/fonts/tfm/public/qfonts/qhvcr.tfm -texmf-dist/fonts/tfm/public/qfonts/qhvcri.tfm -texmf-dist/fonts/tfm/public/qfonts/qhvr.tfm -texmf-dist/fonts/tfm/public/qfonts/qhvri.tfm -texmf-dist/fonts/tfm/public/qfonts/qzcmi.tfm -texmf-dist/fonts/truetype/public/qfonts/qcrb.ttf -texmf-dist/fonts/truetype/public/qfonts/qcrbi.ttf -texmf-dist/fonts/truetype/public/qfonts/qcrr.ttf -texmf-dist/fonts/truetype/public/qfonts/qcrri.ttf -texmf-dist/fonts/truetype/public/qfonts/qhvb.ttf -texmf-dist/fonts/truetype/public/qfonts/qhvbi.ttf -texmf-dist/fonts/truetype/public/qfonts/qhvcb.ttf -texmf-dist/fonts/truetype/public/qfonts/qhvcbi.ttf -texmf-dist/fonts/truetype/public/qfonts/qhvcr.ttf -texmf-dist/fonts/truetype/public/qfonts/qhvcri.ttf -texmf-dist/fonts/truetype/public/qfonts/qhvr.ttf -texmf-dist/fonts/truetype/public/qfonts/qhvri.ttf -texmf-dist/fonts/truetype/public/qfonts/qzcmi.ttf -texmf-dist/fonts/type1/public/qfonts/qcrb.pfb -texmf-dist/fonts/type1/public/qfonts/qcrb.pfm -texmf-dist/fonts/type1/public/qfonts/qcrbi.pfb -texmf-dist/fonts/type1/public/qfonts/qcrbi.pfm -texmf-dist/fonts/type1/public/qfonts/qcrr.pfb -texmf-dist/fonts/type1/public/qfonts/qcrr.pfm -texmf-dist/fonts/type1/public/qfonts/qcrri.pfb -texmf-dist/fonts/type1/public/qfonts/qcrri.pfm -texmf-dist/fonts/type1/public/qfonts/qhvb.pfb -texmf-dist/fonts/type1/public/qfonts/qhvb.pfm -texmf-dist/fonts/type1/public/qfonts/qhvbi.pfb -texmf-dist/fonts/type1/public/qfonts/qhvbi.pfm -texmf-dist/fonts/type1/public/qfonts/qhvcb.pfb -texmf-dist/fonts/type1/public/qfonts/qhvcb.pfm -texmf-dist/fonts/type1/public/qfonts/qhvcbi.pfb -texmf-dist/fonts/type1/public/qfonts/qhvcbi.pfm -texmf-dist/fonts/type1/public/qfonts/qhvcr.pfb -texmf-dist/fonts/type1/public/qfonts/qhvcr.pfm -texmf-dist/fonts/type1/public/qfonts/qhvcri.pfb -texmf-dist/fonts/type1/public/qfonts/qhvcri.pfm -texmf-dist/fonts/type1/public/qfonts/qhvr.pfb -texmf-dist/fonts/type1/public/qfonts/qhvr.pfm -texmf-dist/fonts/type1/public/qfonts/qhvri.pfb -texmf-dist/fonts/type1/public/qfonts/qhvri.pfm -texmf-dist/fonts/type1/public/qfonts/qzcmi.pfb -texmf-dist/fonts/type1/public/qfonts/qzcmi.pfm -texmf-dist/tex/latex/qfonts/ot1qcr.fd -texmf-dist/tex/latex/qfonts/ot1qhv.fd -texmf-dist/tex/latex/qfonts/ot1qzc.fd -texmf-dist/tex/latex/qfonts/ot4qcr.fd -texmf-dist/tex/latex/qfonts/ot4qhv.fd -texmf-dist/tex/latex/qfonts/ot4qzc.fd -texmf-dist/tex/latex/qfonts/qcourier.sty -texmf-dist/tex/latex/qfonts/qswiss.sty -texmf-dist/tex/latex/qfonts/qxqcr.fd -texmf-dist/tex/latex/qfonts/qxqhv.fd -texmf-dist/tex/latex/qfonts/qxqzc.fd -texmf-dist/tex/latex/qfonts/qzapfcha.sty -texmf-dist/tpm/qfonts.tpm - - -texmf-dist/doc/fonts/qfonts/00czytaj -texmf-dist/doc/fonts/qfonts/00readme -texmf-dist/doc/fonts/qfonts/0readme.qcr -texmf-dist/doc/fonts/qfonts/0readme.qhv -texmf-dist/doc/fonts/qfonts/0readme.qzc -texmf-dist/doc/fonts/qfonts/testot4.tex -texmf-dist/doc/fonts/qfonts/testqx.tex - - - - - - - Package/qfonts - - - diff -Nru texlive-lang-2007.dfsg.4/texmf-dist/tpm/qpxqtx.tpm texlive-lang-2009/texmf-dist/tpm/qpxqtx.tpm --- texlive-lang-2007.dfsg.4/texmf-dist/tpm/qpxqtx.tpm 2007-02-04 18:50:35.000000000 +0000 +++ texlive-lang-2009/texmf-dist/tpm/qpxqtx.tpm 1970-01-01 01:00:00.000000000 +0100 @@ -1,64 +0,0 @@ - - - - qpxqtx - Package - 2007/02/03 13:20:52 - - staszek - -Typesetting math with TeXGyre Pagella and Termes. - - -A set of macros and virtual fonts for Plain/LaTeX/AMSTeX -for typesetting math with TeX Gyre Pagella and pxfonts, or Termes -and txfonts. - - - 111668 - - - -texmf-dist/fonts/tfm/public/qpxqtx/qpxbmi.tfm -texmf-dist/fonts/tfm/public/qpxqtx/qpxbmia.tfm -texmf-dist/fonts/tfm/public/qpxqtx/qpxmi.tfm -texmf-dist/fonts/tfm/public/qpxqtx/qpxmia.tfm -texmf-dist/fonts/tfm/public/qpxqtx/qtxbmi.tfm -texmf-dist/fonts/tfm/public/qpxqtx/qtxbmia.tfm -texmf-dist/fonts/tfm/public/qpxqtx/qtxmi.tfm -texmf-dist/fonts/tfm/public/qpxqtx/qtxmia.tfm -texmf-dist/fonts/vf/public/qpxqtx/qpxbmi.vf -texmf-dist/fonts/vf/public/qpxqtx/qpxbmia.vf -texmf-dist/fonts/vf/public/qpxqtx/qpxmi.vf -texmf-dist/fonts/vf/public/qpxqtx/qpxmia.vf -texmf-dist/fonts/vf/public/qpxqtx/qtxbmi.vf -texmf-dist/fonts/vf/public/qpxqtx/qtxbmia.vf -texmf-dist/fonts/vf/public/qpxqtx/qtxmi.vf -texmf-dist/fonts/vf/public/qpxqtx/qtxmia.vf -texmf-dist/tex/generic/qpxqtx/amspbold.tex -texmf-dist/tex/generic/qpxqtx/amsqpx.def -texmf-dist/tex/generic/qpxqtx/amsqpx.tex -texmf-dist/tex/generic/qpxqtx/amsqtx.def -texmf-dist/tex/generic/qpxqtx/amsqtx.tex -texmf-dist/tex/generic/qpxqtx/amstbold.tex -texmf-dist/tex/generic/qpxqtx/qpxmath.sty -texmf-dist/tex/generic/qpxqtx/qpxmath.tex -texmf-dist/tex/generic/qpxqtx/qtxmath.sty -texmf-dist/tex/generic/qpxqtx/qtxmath.tex -texmf-dist/tpm/qpxqtx.tpm - - -texmf-dist/doc/fonts/qpxqtx/00README -texmf-dist/doc/fonts/qpxqtx/p01tst.tex -texmf-dist/doc/fonts/qpxqtx/p02tst.tex -texmf-dist/doc/fonts/qpxqtx/qpxsymb.tex -texmf-dist/doc/fonts/qpxqtx/qpxtest.tex -texmf-dist/doc/fonts/qpxqtx/qtxsymb.tex -texmf-dist/doc/fonts/qpxqtx/qtxtest.tex -texmf-dist/doc/fonts/qpxqtx/t01tst.tex -texmf-dist/doc/fonts/qpxqtx/t02tst.tex - - Package/qpxqtx - - - diff -Nru texlive-lang-2007.dfsg.4/texmf-dist/tpm/ruhyphen.tpm texlive-lang-2009/texmf-dist/tpm/ruhyphen.tpm --- texlive-lang-2007.dfsg.4/texmf-dist/tpm/ruhyphen.tpm 2006-12-17 14:15:44.000000000 +0000 +++ texlive-lang-2009/texmf-dist/tpm/ruhyphen.tpm 1970-01-01 01:00:00.000000000 +0100 @@ -1,62 +0,0 @@ - - - - ruhyphen - Package - 2006/01/11 23:49:28 - 1.6 - rahtz - Russian hyphenation. - -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. -[description copied from TeX Catalogue] - - Vladimir Volovich - 231180 - - - -texmf-dist/tex/generic/ruhyphen/catkoi.tex -texmf-dist/tex/generic/ruhyphen/cyryoal.tex -texmf-dist/tex/generic/ruhyphen/cyryoas.tex -texmf-dist/tex/generic/ruhyphen/cyryoct.tex -texmf-dist/tex/generic/ruhyphen/cyryodv.tex -texmf-dist/tex/generic/ruhyphen/cyryomg.tex -texmf-dist/tex/generic/ruhyphen/cyryovl.tex -texmf-dist/tex/generic/ruhyphen/cyryozn.tex -texmf-dist/tex/generic/ruhyphen/enrhm2.tex -texmf-dist/tex/generic/ruhyphen/hypht2.tex -texmf-dist/tex/generic/ruhyphen/koi2koi.tex -texmf-dist/tex/generic/ruhyphen/koi2lcy.tex -texmf-dist/tex/generic/ruhyphen/koi2ot2.tex -texmf-dist/tex/generic/ruhyphen/koi2t2a.tex -texmf-dist/tex/generic/ruhyphen/koi2ucy.tex -texmf-dist/tex/generic/ruhyphen/ruenhyph.tex -texmf-dist/tex/generic/ruhyphen/ruhyphal.tex -texmf-dist/tex/generic/ruhyphen/ruhyphas.tex -texmf-dist/tex/generic/ruhyphen/ruhyphct.tex -texmf-dist/tex/generic/ruhyphen/ruhyphdv.tex -texmf-dist/tex/generic/ruhyphen/ruhyphen.tex -texmf-dist/tex/generic/ruhyphen/ruhyphmg.tex -texmf-dist/tex/generic/ruhyphen/ruhyphvl.tex -texmf-dist/tex/generic/ruhyphen/ruhyphzn.tex -texmf-dist/tpm/ruhyphen.tpm - - -texmf-dist/source/generic/ruhyphen/BUGS -texmf-dist/source/generic/ruhyphen/Makefile -texmf-dist/source/generic/ruhyphen/README -texmf-dist/source/generic/ruhyphen/README.ruhyphal -texmf-dist/source/generic/ruhyphen/hyphen.rules -texmf-dist/source/generic/ruhyphen/mkcyryo -texmf-dist/source/generic/ruhyphen/reduce-patt -texmf-dist/source/generic/ruhyphen/sorthyph -texmf-dist/source/generic/ruhyphen/sortkoi8 -texmf-dist/source/generic/ruhyphen/trans - - Package/ruhyphen - - - diff -Nru texlive-lang-2007.dfsg.4/texmf-dist/tpm/r-und-s.tpm texlive-lang-2009/texmf-dist/tpm/r-und-s.tpm --- texlive-lang-2007.dfsg.4/texmf-dist/tpm/r-und-s.tpm 2006-12-17 14:15:44.000000000 +0000 +++ texlive-lang-2009/texmf-dist/tpm/r-und-s.tpm 1970-01-01 01:00:00.000000000 +0100 @@ -1,35 +0,0 @@ - - - - r-und-s - Package - 2006/01/09 00:56:57 - - staszek - Chemical hazard codes. - -The r_und_s package decodes the german 'R- und S-S\"atze', 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. -[description copied from TeX Catalogue] - - Thiemo Nordenholz - 60758 - - - -texmf-dist/tex/generic/r-und-s/eng_rs.sty -texmf-dist/tex/generic/r-und-s/eng_rs.tex -texmf-dist/tex/generic/r-und-s/r_und_s.sty -texmf-dist/tex/generic/r-und-s/r_und_s.tex -texmf-dist/tpm/r-und-s.tpm - - -texmf-dist/doc/generic/r-und-s/COPYRIGHT -texmf-dist/doc/generic/r-und-s/r_und_s.doc - - Package/r-und-s - - - diff -Nru texlive-lang-2007.dfsg.4/texmf-dist/tpm/soyombo.tpm texlive-lang-2009/texmf-dist/tpm/soyombo.tpm --- texlive-lang-2007.dfsg.4/texmf-dist/tpm/soyombo.tpm 2007-02-01 00:45:27.000000000 +0000 +++ texlive-lang-2009/texmf-dist/tpm/soyombo.tpm 1970-01-01 01:00:00.000000000 +0100 @@ -1,30 +0,0 @@ - - - - soyombo - Package - 2006/01/09 00:49:07 - 1.0 - rahtz - The soyombo package. - - - 93541 - - - -texmf-dist/fonts/source/public/soyombo/soyombo.mf -texmf-dist/fonts/source/public/soyombo/soyombot.mf -texmf-dist/fonts/tfm/public/soyombo/soyombo.tfm -texmf-dist/fonts/tfm/public/soyombo/soyombot.tfm -texmf-dist/tex/latex/soyombo/soyombo.sty -texmf-dist/tpm/soyombo.tpm - - -texmf-dist/doc/latex/soyombo/soyo4tex.dvi -texmf-dist/doc/latex/soyombo/soyo4tex.tex - - Package/soyombo - - - diff -Nru texlive-lang-2007.dfsg.4/texmf-dist/tpm/swebib.tpm texlive-lang-2009/texmf-dist/tpm/swebib.tpm --- texlive-lang-2007.dfsg.4/texmf-dist/tpm/swebib.tpm 2007-02-01 00:45:27.000000000 +0000 +++ texlive-lang-2009/texmf-dist/tpm/swebib.tpm 1970-01-01 01:00:00.000000000 +0100 @@ -1,34 +0,0 @@ - - - - swebib - Package - 2006/11/06 01:06:06 - - rahtz - Swedish bibliography styles. - -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. -[description copied from TeX Catalogue] - - Lars Engebretsen - 104328 - - - -texmf-dist/bibtex/bst/swebib/sweabbrv.bst -texmf-dist/bibtex/bst/swebib/swealpha.bst -texmf-dist/bibtex/bst/swebib/sweplain.bst -texmf-dist/bibtex/bst/swebib/sweplnat.bst -texmf-dist/bibtex/bst/swebib/sweunsrt.bst -texmf-dist/tpm/swebib.tpm - - texmf-dist/doc/latex/swebib/README - Package/swebib - - - diff -Nru texlive-lang-2007.dfsg.4/texmf-dist/tpm/t2.tpm texlive-lang-2009/texmf-dist/tpm/t2.tpm --- texlive-lang-2007.dfsg.4/texmf-dist/tpm/t2.tpm 2006-12-17 14:15:44.000000000 +0000 +++ texlive-lang-2009/texmf-dist/tpm/t2.tpm 1970-01-01 01:00:00.000000000 +0100 @@ -1,87 +0,0 @@ - - - - t2 - Package - 2006/01/09 01:00:45 - - rahtz - Support for using T2 encoding. - -The T2 bundle contains a variety of separate support functions, -for using Cyrillic characters in LaTeX: -&ndash; the mathtext package, for using Cyrillic letters -"transparently" in formulae -&ndash; the citehack package, for using Cyrillic (or indeed -any non-ascii) characters in citation keys; -&ndash; support for Cyrillic in BibTeX; -&ndash; support for Cyrillic in Makeindex; and -&ndash; various items of font support. -[description copied from TeX Catalogue] - - Vladimir Volovich - 226359 - - - -texmf-dist/tex/latex/t2/citehack.sty -texmf-dist/tex/latex/t2/mathtext.sty -texmf-dist/tex/latex/t2/misccorr.sty -texmf-dist/tpm/t2.tpm - - -texmf-dist/doc/generic/t2/Makefile -texmf-dist/doc/generic/t2/OT2uni.map -texmf-dist/doc/generic/t2/README -texmf-dist/doc/generic/t2/T2Auni.map -texmf-dist/doc/generic/t2/T2Buni.map -texmf-dist/doc/generic/t2/T2Cuni.map -texmf-dist/doc/generic/t2/X2uni.map -texmf-dist/doc/generic/t2/amscyr.txt -texmf-dist/doc/generic/t2/broken1.txt -texmf-dist/doc/generic/t2/broken2.txt -texmf-dist/doc/generic/t2/cyrcset7.txt -texmf-dist/doc/generic/t2/cyrcset8.txt -texmf-dist/doc/generic/t2/cyrcsets.ind -texmf-dist/doc/generic/t2/etc/amsppt.diff -texmf-dist/doc/generic/t2/etc/mathtext.dtx -texmf-dist/doc/generic/t2/etc/mathtext.ins -texmf-dist/doc/generic/t2/etc/rubibtex/README -texmf-dist/doc/generic/t2/etc/rubibtex/rubibtex -texmf-dist/doc/generic/t2/etc/rubibtex/rubibtex.bat -texmf-dist/doc/generic/t2/etc/rubibtex/rubibtex.sed -texmf-dist/doc/generic/t2/etc/ruinpenc -texmf-dist/doc/generic/t2/etc/rumkidx/README -texmf-dist/doc/generic/t2/etc/rumkidx/rumakeindex -texmf-dist/doc/generic/t2/etc/rumkidx/rumkidx1.sed -texmf-dist/doc/generic/t2/etc/rumkidx/rumkidx2.sed -texmf-dist/doc/generic/t2/etc/rumkidx/rumkidx3.sed -texmf-dist/doc/generic/t2/etc/rumkidx/rumkidxd.bat -texmf-dist/doc/generic/t2/etc/rumkidx/rumkidxw.bat -texmf-dist/doc/generic/t2/etc/t2filter.c -texmf-dist/doc/generic/t2/etc/utf-8/test-utf8.tex -texmf-dist/doc/generic/t2/etc/utf-8/utf-8.def -texmf-dist/doc/generic/t2/etc/utf-8/utfcyr.def -texmf-dist/doc/generic/t2/etc/utf-8/utflat.def -texmf-dist/doc/generic/t2/examples/example1.tex -texmf-dist/doc/generic/t2/examples/example2.tex -texmf-dist/doc/generic/t2/examples/example3.tex -texmf-dist/doc/generic/t2/examples/example4.tex -texmf-dist/doc/generic/t2/examples/example5.tex -texmf-dist/doc/generic/t2/glyphlist.txt -texmf-dist/doc/generic/t2/make-enc.pl -texmf-dist/doc/generic/t2/mkencs.sh -texmf-dist/doc/generic/t2/mtcyr.txt -texmf-dist/doc/generic/t2/t2cyr.txt -texmf-dist/doc/generic/t2/t2lat.txt -texmf-dist/doc/generic/t2/urwcyr.txt - - - - - - - Package/t2 - - - diff -Nru texlive-lang-2007.dfsg.4/texmf-dist/tpm/tabvar.tpm texlive-lang-2009/texmf-dist/tpm/tabvar.tpm --- texlive-lang-2007.dfsg.4/texmf-dist/tpm/tabvar.tpm 2006-12-17 14:15:44.000000000 +0000 +++ texlive-lang-2009/texmf-dist/tpm/tabvar.tpm 1970-01-01 01:00:00.000000000 +0100 @@ -1,53 +0,0 @@ - - - - tabvar - Package - 2006/07/16 22:58:09 - - rahtz - -Typesetting tables showing variations of functions. - - -This LaTeX package is meant to ease the typesetting of tables showing -variations of functions as they are used in France. -The documentation is in French. -[description copied from TeX Catalogue] - - - 455934 - - - -texmf-dist/fonts/afm/public/tabvar/tabvar.afm -texmf-dist/fonts/map/dvips/tabvar/tabvar.map -texmf-dist/fonts/tfm/public/tabvar/tabvar.tfm -texmf-dist/fonts/type1/public/tabvar/tabvar.pfb -texmf-dist/metapost/tabvar/tabvar.mp -texmf-dist/tex/latex/tabvar/tabvar.1 -texmf-dist/tex/latex/tabvar/tabvar.2 -texmf-dist/tex/latex/tabvar/tabvar.3 -texmf-dist/tex/latex/tabvar/tabvar.cfg -texmf-dist/tex/latex/tabvar/tabvar.sty -texmf-dist/tpm/tabvar.tpm - - -texmf-dist/doc/latex/tabvar/00README -texmf-dist/doc/latex/tabvar/README -texmf-dist/doc/latex/tabvar/demo.pdf -texmf-dist/doc/latex/tabvar/demo.tex -texmf-dist/doc/latex/tabvar/install-tabvar.sh -texmf-dist/doc/latex/tabvar/tabvar.pdf - - -texmf-dist/source/latex/tabvar/tabvar.dtx -texmf-dist/source/latex/tabvar/tabvar.ins - - - - - Package/tabvar - - - diff -Nru texlive-lang-2007.dfsg.4/texmf-dist/tpm/tap.tpm texlive-lang-2009/texmf-dist/tpm/tap.tpm --- texlive-lang-2007.dfsg.4/texmf-dist/tpm/tap.tpm 2006-12-17 14:15:44.000000000 +0000 +++ texlive-lang-2009/texmf-dist/tpm/tap.tpm 1970-01-01 01:00:00.000000000 +0100 @@ -1,60 +0,0 @@ - - - - tap - Package - 2006/01/11 23:49:28 - 0.77 - rahtz - -An easy TeX macro package for typesetting complex tables. - - -The package offers a simple notation for pretty complex -tables (to Michael J. Ferguson's credit); with PostScript -allows shaded/coloured tables, diagonal rules, etc; supposed -to work with both Plain and LaTeX; moreover, an AWK converter -from ASCII semigraphic tables to TAP notation is included. -[description copied from TeX Catalogue] - - BOP - 131460 - - - -texmf-dist/tex/generic/tap/tap.tex -texmf-dist/tpm/tap.tpm - - -texmf-dist/doc/generic/tap/0README.TAP -texmf-dist/doc/generic/tap/0tabdoc.inf -texmf-dist/doc/generic/tap/circ.eps -texmf-dist/doc/generic/tap/circmag.eps -texmf-dist/doc/generic/tap/tapanch.100 -texmf-dist/doc/generic/tap/tapanch.mp -texmf-dist/doc/generic/tap/tapdoc.tex -texmf-dist/doc/generic/tap/tapxamp1.tex -texmf-dist/doc/generic/tap/tapxamp2.tex - - -texmf-dist/source/generic/tap/tabcv/sampdos/0sampdos.inf -texmf-dist/source/generic/tap/tabcv/sampdos/post1.tex -texmf-dist/source/generic/tap/tabcv/sampdos/post2.tex -texmf-dist/source/generic/tap/tabcv/sampdos/prea1.tex -texmf-dist/source/generic/tap/tabcv/sampdos/prea2.tex -texmf-dist/source/generic/tap/tabcv/sampdos/prea3.tex -texmf-dist/source/generic/tap/tabcv/sampdos/tapcv0.raw -texmf-dist/source/generic/tap/tabcv/sampdos/tapcv1.raw -texmf-dist/source/generic/tap/tabcv/sampdos/tapcv2.raw -texmf-dist/source/generic/tap/tabcv/sampdos/tapcv3.raw -texmf-dist/source/generic/tap/tabcv/sampdos/tapcv4.raw -texmf-dist/source/generic/tap/tabcv/sampdos/tapcv5.raw -texmf-dist/source/generic/tap/tabcv/sampdos/tapcv6.raw -texmf-dist/source/generic/tap/tabcv/sampdos/tcv.bat -texmf-dist/source/generic/tap/tabcv/sampdos/tcv_.bat -texmf-dist/source/generic/tap/tabcv/tapcv.awk - - Package/tap - - - diff -Nru texlive-lang-2007.dfsg.4/texmf-dist/tpm/teubner.tpm texlive-lang-2009/texmf-dist/tpm/teubner.tpm --- texlive-lang-2007.dfsg.4/texmf-dist/tpm/teubner.tpm 2006-12-17 14:15:44.000000000 +0000 +++ texlive-lang-2009/texmf-dist/tpm/teubner.tpm 1970-01-01 01:00:00.000000000 +0100 @@ -1,40 +0,0 @@ - - - - teubner - Package - 2006/01/11 23:58:17 - - rahtz - Philological typesetting of classical Greek. - -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. -[description copied from TeX Catalogue] - - Claudio Beccari - 578906 - - - -texmf-dist/tex/latex/teubner/teubner.sty -texmf-dist/tpm/teubner.tpm - - -texmf-dist/doc/latex/teubner/teubner-doc.pdf -texmf-dist/doc/latex/teubner/teubner-doc.tex -texmf-dist/doc/latex/teubner/teubner.txt - - -texmf-dist/source/latex/teubner/teubner.dtx -texmf-dist/source/latex/teubner/teubner.ins - - Package/teubner - - - diff -Nru texlive-lang-2007.dfsg.4/texmf-dist/tpm/timescyr.tpm texlive-lang-2009/texmf-dist/tpm/timescyr.tpm --- texlive-lang-2007.dfsg.4/texmf-dist/tpm/timescyr.tpm 2006-12-17 14:15:44.000000000 +0000 +++ texlive-lang-2009/texmf-dist/tpm/timescyr.tpm 1970-01-01 01:00:00.000000000 +0100 @@ -1,36 +0,0 @@ - - - - timescyr - Package - 1970/01/01 00:00:00 - 5.94a - popineau - Macro package for TeX (the most popular). - -Font metrics, and macro support in LaTeX2e, for a large set -of Monotype fonts. - - - 15776 - - - -texmf-dist/fonts/tfm/monotype/timescyr/mntb7k.tfm -texmf-dist/fonts/tfm/monotype/timescyr/mntbo7k.tfm -texmf-dist/fonts/tfm/monotype/timescyr/mntboz.tfm -texmf-dist/fonts/tfm/monotype/timescyr/mntbz.tfm -texmf-dist/fonts/tfm/monotype/timescyr/mntr7k.tfm -texmf-dist/fonts/tfm/monotype/timescyr/mntro7k.tfm -texmf-dist/fonts/tfm/monotype/timescyr/mntroz.tfm -texmf-dist/fonts/tfm/monotype/timescyr/mntrz.tfm -texmf-dist/fonts/vf/monotype/timescyr/mntb7k.vf -texmf-dist/fonts/vf/monotype/timescyr/mntbo7k.vf -texmf-dist/fonts/vf/monotype/timescyr/mntr7k.vf -texmf-dist/fonts/vf/monotype/timescyr/mntro7k.vf -texmf-dist/tpm/timescyr.tpm - - Package/timescyr - - - diff -Nru texlive-lang-2007.dfsg.4/texmf-dist/tpm/uhrzeit.tpm texlive-lang-2009/texmf-dist/tpm/uhrzeit.tpm --- texlive-lang-2007.dfsg.4/texmf-dist/tpm/uhrzeit.tpm 2006-12-17 14:15:44.000000000 +0000 +++ texlive-lang-2009/texmf-dist/tpm/uhrzeit.tpm 1970-01-01 01:00:00.000000000 +0100 @@ -1,25 +0,0 @@ - - - - uhrzeit - Package - 1970/01/01 00:00:00 - 1.0 - rahtz - Time printing, in German. - -A variety of printing formats are available. -[description copied from TeX Catalogue] - - - 4581 - - - -texmf-dist/tex/latex/uhrzeit/uhrzeit.sty -texmf-dist/tpm/uhrzeit.tpm - - Package/uhrzeit - - - diff -Nru texlive-lang-2007.dfsg.4/texmf-dist/tpm/ukrhyph.tpm texlive-lang-2009/texmf-dist/tpm/ukrhyph.tpm --- texlive-lang-2007.dfsg.4/texmf-dist/tpm/ukrhyph.tpm 2006-12-17 14:15:44.000000000 +0000 +++ texlive-lang-2009/texmf-dist/tpm/ukrhyph.tpm 1970-01-01 01:00:00.000000000 +0100 @@ -1,52 +0,0 @@ - - - - ukrhyph - Package - 2006/01/09 00:44:09 - - rahtz - Hyphenation Patterns for Ukrainian. - -Hyphenation Patterns for Ukrainian, for both the PC and the -Macintosh. -[description copied from TeX Catalogue] - - Yannis Haralambous - 418832 - - - -texmf-dist/tex/generic/ukrhyph/catlcy.tex -texmf-dist/tex/generic/ukrhyph/lcy2koi.tex -texmf-dist/tex/generic/ukrhyph/lcy2lcy.tex -texmf-dist/tex/generic/ukrhyph/lcy2ot2.tex -texmf-dist/tex/generic/ukrhyph/lcy2t2a.tex -texmf-dist/tex/generic/ukrhyph/lcy2ucy.tex -texmf-dist/tex/generic/ukrhyph/rules60.tex -texmf-dist/tex/generic/ukrhyph/rules90.tex -texmf-dist/tex/generic/ukrhyph/rules_ph.tex -texmf-dist/tex/generic/ukrhyph/ukrenhyp.tex -texmf-dist/tex/generic/ukrhyph/ukrhypfa.tex -texmf-dist/tex/generic/ukrhyph/ukrhyph.koi -texmf-dist/tex/generic/ukrhyph/ukrhyph.lcy -texmf-dist/tex/generic/ukrhyph/ukrhyph.ot2 -texmf-dist/tex/generic/ukrhyph/ukrhyph.t2a -texmf-dist/tex/generic/ukrhyph/ukrhyph.tex -texmf-dist/tex/generic/ukrhyph/ukrhyph.ucy -texmf-dist/tex/generic/ukrhyph/ukrhypmp.tex -texmf-dist/tex/generic/ukrhyph/ukrhypmt.tex -texmf-dist/tex/generic/ukrhyph/ukrhypsm.tex -texmf-dist/tex/generic/ukrhyph/ukrhypst.tex -texmf-dist/tpm/ukrhyph.tpm - - -texmf-dist/doc/generic/ukrhyph/README -texmf-dist/doc/generic/ukrhyph/rules60.pdf -texmf-dist/doc/generic/ukrhyph/rules90.pdf -texmf-dist/doc/generic/ukrhyph/rules_ph.pdf - - Package/ukrhyph - - - diff -Nru texlive-lang-2007.dfsg.4/texmf-dist/tpm/umlaute.tpm texlive-lang-2009/texmf-dist/tpm/umlaute.tpm --- texlive-lang-2007.dfsg.4/texmf-dist/tpm/umlaute.tpm 2006-12-17 14:15:44.000000000 +0000 +++ texlive-lang-2009/texmf-dist/tpm/umlaute.tpm 1970-01-01 01:00:00.000000000 +0100 @@ -1,39 +0,0 @@ - - - - umlaute - Package - 2006/09/18 13:35:15 - - rahtz - German input encodings in LaTeX. - -An interface to inputenc for using -alternate input encodings. -[description copied from TeX Catalogue] - - unknown - 162466 - - - -texmf-dist/tex/latex/umlaute/atari.def -texmf-dist/tex/latex/umlaute/isolatin.def -texmf-dist/tex/latex/umlaute/mac.def -texmf-dist/tex/latex/umlaute/pc850.def -texmf-dist/tex/latex/umlaute/roman8.def -texmf-dist/tex/latex/umlaute/umlaute.sty -texmf-dist/tpm/umlaute.tpm - - -texmf-dist/doc/latex/umlaute/cs_patch.uue -texmf-dist/doc/latex/umlaute/umlaute.pdf - - -texmf-dist/source/latex/umlaute/umlaute.dtx -texmf-dist/source/latex/umlaute/umlaute.ins - - Package/umlaute - - - diff -Nru texlive-lang-2007.dfsg.4/texmf-dist/tpm/utf8mex.tpm texlive-lang-2009/texmf-dist/tpm/utf8mex.tpm --- texlive-lang-2007.dfsg.4/texmf-dist/tpm/utf8mex.tpm 2006-12-17 14:15:44.000000000 +0000 +++ texlive-lang-2009/texmf-dist/tpm/utf8mex.tpm 1970-01-01 01:00:00.000000000 +0100 @@ -1,38 +0,0 @@ - - - - utf8mex - Package - 2006/01/09 00:45:48 - 1.0 - staw - utf8 support for MeX. - -This small addition provides utf8 support for MeX (Polish plain format). - - W. Bzyl - 27697 - - - -texmf-dist/tex/mex/utf8mex/utf8-pl.tex -texmf-dist/tex/mex/utf8mex/utf8mex.ini -texmf-dist/tex/mex/utf8mex/utf8plsq.tex -texmf-dist/tpm/utf8mex.tpm - - -texmf-dist/doc/mex/utf8mex/Makefile -texmf-dist/doc/mex/utf8mex/README -texmf-dist/doc/mex/utf8mex/examples/Makefile -texmf-dist/doc/mex/utf8mex/examples/catcode.tex -texmf-dist/doc/mex/utf8mex/examples/list.tex -texmf-dist/doc/mex/utf8mex/examples/tilde.tex -texmf-dist/doc/mex/utf8mex/examples/tilde2.tex -texmf-dist/doc/mex/utf8mex/test-math.utf8.tex -texmf-dist/doc/mex/utf8mex/test.utf8.tex -texmf-dist/doc/mex/utf8mex/utf8math.el - - Package/utf8mex - - - diff -Nru texlive-lang-2007.dfsg.4/texmf-dist/tpm/variations.tpm texlive-lang-2009/texmf-dist/tpm/variations.tpm --- texlive-lang-2007.dfsg.4/texmf-dist/tpm/variations.tpm 2006-12-17 14:15:44.000000000 +0000 +++ texlive-lang-2009/texmf-dist/tpm/variations.tpm 1970-01-01 01:00:00.000000000 +0100 @@ -1,30 +0,0 @@ - - - - variations - Package - 2006/09/20 13:07:52 - - karl - The variations package. - - - 107406 - - - -texmf-dist/tex/latex/variations/variations.sty -texmf-dist/tpm/variations.tpm - - -texmf-dist/doc/latex/variations/ALIRE -texmf-dist/doc/latex/variations/COPYING -texmf-dist/doc/latex/variations/README -texmf-dist/doc/latex/variations/docvariations.pdf -texmf-dist/doc/latex/variations/docvariations.tex -texmf-dist/doc/latex/variations/variations.tex - - Package/variations - - - diff -Nru texlive-lang-2007.dfsg.4/texmf-dist/tpm/vntex.tpm texlive-lang-2009/texmf-dist/tpm/vntex.tpm --- texlive-lang-2007.dfsg.4/texmf-dist/tpm/vntex.tpm 2007-01-16 00:57:43.000000000 +0000 +++ texlive-lang-2009/texmf-dist/tpm/vntex.tpm 1970-01-01 01:00:00.000000000 +0100 @@ -1,688 +0,0 @@ - - - - vntex - Package - 2007/01/15 21:37:07 - - rahtz - Vietnamese LaTeX and Plain TeX support. - - -Han The Thanh, Werner Lemberg, Reinhard Kotucha - - 10633384 - - - -texmf-dist/fonts/afm/vntex/chartervn/bchb8v.afm -texmf-dist/fonts/afm/vntex/chartervn/bchbi8v.afm -texmf-dist/fonts/afm/vntex/chartervn/bchr8v.afm -texmf-dist/fonts/afm/vntex/chartervn/bchri8v.afm -texmf-dist/fonts/afm/vntex/grotesqvn/ugqb8v.afm -texmf-dist/fonts/afm/vntex/urwvn/fplrc8v.afm -texmf-dist/fonts/afm/vntex/urwvn/uagd8v.afm -texmf-dist/fonts/afm/vntex/urwvn/uagdo8v.afm -texmf-dist/fonts/afm/vntex/urwvn/uagk8v.afm -texmf-dist/fonts/afm/vntex/urwvn/uagko8v.afm -texmf-dist/fonts/afm/vntex/urwvn/ubkd8v.afm -texmf-dist/fonts/afm/vntex/urwvn/ubkdi8v.afm -texmf-dist/fonts/afm/vntex/urwvn/ubkl8v.afm -texmf-dist/fonts/afm/vntex/urwvn/ubkli8v.afm -texmf-dist/fonts/afm/vntex/urwvn/ucrb8v.afm -texmf-dist/fonts/afm/vntex/urwvn/ucrbo8v.afm -texmf-dist/fonts/afm/vntex/urwvn/ucrr8v.afm -texmf-dist/fonts/afm/vntex/urwvn/ucrro8v.afm -texmf-dist/fonts/afm/vntex/urwvn/uhvb8v.afm -texmf-dist/fonts/afm/vntex/urwvn/uhvbo8v.afm -texmf-dist/fonts/afm/vntex/urwvn/uhvr8v.afm -texmf-dist/fonts/afm/vntex/urwvn/uhvro8v.afm -texmf-dist/fonts/afm/vntex/urwvn/uncb8v.afm -texmf-dist/fonts/afm/vntex/urwvn/uncbi8v.afm -texmf-dist/fonts/afm/vntex/urwvn/uncr8v.afm -texmf-dist/fonts/afm/vntex/urwvn/uncri8v.afm -texmf-dist/fonts/afm/vntex/urwvn/uplb8v.afm -texmf-dist/fonts/afm/vntex/urwvn/uplbi8v.afm -texmf-dist/fonts/afm/vntex/urwvn/uplr8v.afm -texmf-dist/fonts/afm/vntex/urwvn/uplri8v.afm -texmf-dist/fonts/afm/vntex/urwvn/utmb8v.afm -texmf-dist/fonts/afm/vntex/urwvn/utmbi8v.afm -texmf-dist/fonts/afm/vntex/urwvn/utmr8v.afm -texmf-dist/fonts/afm/vntex/urwvn/utmri8v.afm -texmf-dist/fonts/afm/vntex/urwvn/uzcmi8v.afm -texmf-dist/fonts/afm/vntex/vntopia/putb8v.afm -texmf-dist/fonts/afm/vntex/vntopia/putbi8v.afm -texmf-dist/fonts/afm/vntex/vntopia/putr8v.afm -texmf-dist/fonts/afm/vntex/vntopia/putri8v.afm -texmf-dist/fonts/enc/dvips/vntex/8b.enc -texmf-dist/fonts/enc/dvips/vntex/t5.enc -texmf-dist/fonts/enc/pdftex/vntex/t5d.enc -texmf-dist/fonts/enc/pdftex/vntex/t5uni.enc -texmf-dist/fonts/map/dvips/vntex/arevvn.map -texmf-dist/fonts/map/dvips/vntex/chartervn.map -texmf-dist/fonts/map/dvips/vntex/cmbrightvn.map -texmf-dist/fonts/map/dvips/vntex/comicvn.map -texmf-dist/fonts/map/dvips/vntex/concretevn.map -texmf-dist/fonts/map/dvips/vntex/grotesqvn.map -texmf-dist/fonts/map/dvips/vntex/txttvn.map -texmf-dist/fonts/map/dvips/vntex/urwvn.map -texmf-dist/fonts/map/dvips/vntex/vnrother.map -texmf-dist/fonts/map/dvips/vntex/vnrtext.map -texmf-dist/fonts/map/dvips/vntex/vntopia.map -texmf-dist/fonts/map/pdftex/vntex/mscorevn.map -texmf-dist/fonts/source/vntex/vnr/vnaccent.mf -texmf-dist/fonts/source/vntex/vnr/vnacomp.mf -texmf-dist/fonts/source/vntex/vnr/vnb10.mf -texmf-dist/fonts/source/vntex/vnr/vnbase.mf -texmf-dist/fonts/source/vntex/vnr/vnbx10.mf -texmf-dist/fonts/source/vntex/vnr/vnbx12.mf -texmf-dist/fonts/source/vntex/vnr/vnbx5.mf -texmf-dist/fonts/source/vntex/vnr/vnbx6.mf -texmf-dist/fonts/source/vntex/vnr/vnbx7.mf -texmf-dist/fonts/source/vntex/vnr/vnbx8.mf -texmf-dist/fonts/source/vntex/vnr/vnbx9.mf -texmf-dist/fonts/source/vntex/vnr/vnbxsl10.mf -texmf-dist/fonts/source/vntex/vnr/vnbxti10.mf -texmf-dist/fonts/source/vntex/vnr/vncligtb.mf -texmf-dist/fonts/source/vntex/vnr/vncode.mf -texmf-dist/fonts/source/vntex/vnr/vncombac.mf -texmf-dist/fonts/source/vntex/vnr/vncsc.mf -texmf-dist/fonts/source/vntex/vnr/vncsc10.mf -texmf-dist/fonts/source/vntex/vnr/vndothook.mf -texmf-dist/fonts/source/vntex/vnr/vndunh10.mf -texmf-dist/fonts/source/vntex/vnr/vnecomp.mf -texmf-dist/fonts/source/vntex/vnr/vnff10.mf -texmf-dist/fonts/source/vntex/vnr/vnfi10.mf -texmf-dist/fonts/source/vntex/vnr/vnfib8.mf -texmf-dist/fonts/source/vntex/vnr/vnicomp.mf -texmf-dist/fonts/source/vntex/vnr/vniligtb.mf -texmf-dist/fonts/source/vntex/vnr/vnitt10.mf -texmf-dist/fonts/source/vntex/vnr/vnlacc.mf -texmf-dist/fonts/source/vntex/vnr/vnlai.mf -texmf-dist/fonts/source/vntex/vnr/vnlar.mf -texmf-dist/fonts/source/vntex/vnr/vnldi.mf -texmf-dist/fonts/source/vntex/vnr/vnldr.mf -texmf-dist/fonts/source/vntex/vnr/vnlei.mf -texmf-dist/fonts/source/vntex/vnr/vnler.mf -texmf-dist/fonts/source/vntex/vnr/vnlii.mf -texmf-dist/fonts/source/vntex/vnr/vnlir.mf -texmf-dist/fonts/source/vntex/vnr/vnloi.mf -texmf-dist/fonts/source/vntex/vnr/vnlor.mf -texmf-dist/fonts/source/vntex/vnr/vnlui.mf -texmf-dist/fonts/source/vntex/vnr/vnlur.mf -texmf-dist/fonts/source/vntex/vnr/vnlyi.mf -texmf-dist/fonts/source/vntex/vnr/vnlyr.mf -texmf-dist/fonts/source/vntex/vnr/vnminus.mf -texmf-dist/fonts/source/vntex/vnr/vnmligtb.mf -texmf-dist/fonts/source/vntex/vnr/vnocomp.mf -texmf-dist/fonts/source/vntex/vnr/vnr10.mf -texmf-dist/fonts/source/vntex/vnr/vnr12.mf -texmf-dist/fonts/source/vntex/vnr/vnr17.mf -texmf-dist/fonts/source/vntex/vnr/vnr5.mf -texmf-dist/fonts/source/vntex/vnr/vnr6.mf -texmf-dist/fonts/source/vntex/vnr/vnr7.mf -texmf-dist/fonts/source/vntex/vnr/vnr8.mf -texmf-dist/fonts/source/vntex/vnr/vnr9.mf -texmf-dist/fonts/source/vntex/vnr/vnrligtb.mf -texmf-dist/fonts/source/vntex/vnr/vnrm.mf -texmf-dist/fonts/source/vntex/vnr/vnroman.mf -texmf-dist/fonts/source/vntex/vnr/vnsl10.mf -texmf-dist/fonts/source/vntex/vnr/vnsl12.mf -texmf-dist/fonts/source/vntex/vnr/vnsl8.mf -texmf-dist/fonts/source/vntex/vnr/vnsl9.mf -texmf-dist/fonts/source/vntex/vnr/vnsltt10.mf -texmf-dist/fonts/source/vntex/vnr/vnss10.mf -texmf-dist/fonts/source/vntex/vnr/vnss12.mf -texmf-dist/fonts/source/vntex/vnr/vnss17.mf -texmf-dist/fonts/source/vntex/vnr/vnss8.mf -texmf-dist/fonts/source/vntex/vnr/vnss9.mf -texmf-dist/fonts/source/vntex/vnr/vnssbx10.mf -texmf-dist/fonts/source/vntex/vnr/vnssdc10.mf -texmf-dist/fonts/source/vntex/vnr/vnssi10.mf -texmf-dist/fonts/source/vntex/vnr/vnssi12.mf -texmf-dist/fonts/source/vntex/vnr/vnssi17.mf -texmf-dist/fonts/source/vntex/vnr/vnssi8.mf -texmf-dist/fonts/source/vntex/vnr/vnssi9.mf -texmf-dist/fonts/source/vntex/vnr/vnssq8.mf -texmf-dist/fonts/source/vntex/vnr/vnssqi8.mf -texmf-dist/fonts/source/vntex/vnr/vntcsc10.mf -texmf-dist/fonts/source/vntex/vnr/vntextit.mf -texmf-dist/fonts/source/vntex/vnr/vnti10.mf -texmf-dist/fonts/source/vntex/vnr/vnti12.mf -texmf-dist/fonts/source/vntex/vnr/vnti7.mf -texmf-dist/fonts/source/vntex/vnr/vnti8.mf -texmf-dist/fonts/source/vntex/vnr/vnti9.mf -texmf-dist/fonts/source/vntex/vnr/vntt10.mf -texmf-dist/fonts/source/vntex/vnr/vntt12.mf -texmf-dist/fonts/source/vntex/vnr/vntt8.mf -texmf-dist/fonts/source/vntex/vnr/vntt9.mf -texmf-dist/fonts/source/vntex/vnr/vnu10.mf -texmf-dist/fonts/source/vntex/vnr/vnuacc.mf -texmf-dist/fonts/source/vntex/vnr/vnuar.mf -texmf-dist/fonts/source/vntex/vnr/vnucomp.mf -texmf-dist/fonts/source/vntex/vnr/vnudr.mf -texmf-dist/fonts/source/vntex/vnr/vnuer.mf -texmf-dist/fonts/source/vntex/vnr/vnuir.mf -texmf-dist/fonts/source/vntex/vnr/vnuor.mf -texmf-dist/fonts/source/vntex/vnr/vnuur.mf -texmf-dist/fonts/source/vntex/vnr/vnuyr.mf -texmf-dist/fonts/source/vntex/vnr/vnvtt10.mf -texmf-dist/fonts/source/vntex/vnr/vnycomp.mf -texmf-dist/fonts/tfm/vntex/arevvn/favb8v.tfm -texmf-dist/fonts/tfm/vntex/arevvn/favbi8v.tfm -texmf-dist/fonts/tfm/vntex/arevvn/favr8v.tfm -texmf-dist/fonts/tfm/vntex/arevvn/favri8v.tfm -texmf-dist/fonts/tfm/vntex/chartervn/bchb8v.tfm -texmf-dist/fonts/tfm/vntex/chartervn/bchbc8v.tfm -texmf-dist/fonts/tfm/vntex/chartervn/bchbi8v.tfm -texmf-dist/fonts/tfm/vntex/chartervn/bchbo8v.tfm -texmf-dist/fonts/tfm/vntex/chartervn/bchr8v.tfm -texmf-dist/fonts/tfm/vntex/chartervn/bchrc8v.tfm -texmf-dist/fonts/tfm/vntex/chartervn/bchri8v.tfm -texmf-dist/fonts/tfm/vntex/chartervn/bchro8v.tfm -texmf-dist/fonts/tfm/vntex/cmbrightvn/vncmbr10.tfm -texmf-dist/fonts/tfm/vntex/cmbrightvn/vncmbr17.tfm -texmf-dist/fonts/tfm/vntex/cmbrightvn/vncmbr8.tfm -texmf-dist/fonts/tfm/vntex/cmbrightvn/vncmbr9.tfm -texmf-dist/fonts/tfm/vntex/cmbrightvn/vncmbrbx10.tfm -texmf-dist/fonts/tfm/vntex/cmbrightvn/vncmbrsl10.tfm -texmf-dist/fonts/tfm/vntex/cmbrightvn/vncmbrsl17.tfm -texmf-dist/fonts/tfm/vntex/cmbrightvn/vncmbrsl8.tfm -texmf-dist/fonts/tfm/vntex/cmbrightvn/vncmbrsl9.tfm -texmf-dist/fonts/tfm/vntex/cmbrightvn/vncmsltl10.tfm -texmf-dist/fonts/tfm/vntex/cmbrightvn/vncmtl10.tfm -texmf-dist/fonts/tfm/vntex/comicsansvn/ComicSansMS8b.tfm -texmf-dist/fonts/tfm/vntex/comicsansvn/ComicSansMSBold8b.tfm -texmf-dist/fonts/tfm/vntex/comicsansvn/ComicSansMSBoldItalic8b.tfm -texmf-dist/fonts/tfm/vntex/comicsansvn/ComicSansMSItalic8b.tfm -texmf-dist/fonts/tfm/vntex/comicsansvn/comic8b.tfm -texmf-dist/fonts/tfm/vntex/comicsansvn/comic8v.tfm -texmf-dist/fonts/tfm/vntex/comicsansvn/comicbd8b.tfm -texmf-dist/fonts/tfm/vntex/comicsansvn/comicbd8v.tfm -texmf-dist/fonts/tfm/vntex/comicsansvn/comicbdo8b.tfm -texmf-dist/fonts/tfm/vntex/comicsansvn/comicbdo8v.tfm -texmf-dist/fonts/tfm/vntex/comicsansvn/comico8b.tfm -texmf-dist/fonts/tfm/vntex/comicsansvn/comico8v.tfm -texmf-dist/fonts/tfm/vntex/concretevn/vncccsc10.tfm -texmf-dist/fonts/tfm/vntex/concretevn/vnccr10.tfm -texmf-dist/fonts/tfm/vntex/concretevn/vnccsl10.tfm -texmf-dist/fonts/tfm/vntex/concretevn/vnccti10.tfm -texmf-dist/fonts/tfm/vntex/grotesqvn/ugqb8v.tfm -texmf-dist/fonts/tfm/vntex/grotesqvn/ugqbo8v.tfm -texmf-dist/fonts/tfm/vntex/mscorevn/jthb8v.tfm -texmf-dist/fonts/tfm/vntex/mscorevn/jthbc8v.tfm -texmf-dist/fonts/tfm/vntex/mscorevn/jthr8v.tfm -texmf-dist/fonts/tfm/vntex/mscorevn/jthrc8v.tfm -texmf-dist/fonts/tfm/vntex/mscorevn/jvnb8v.tfm -texmf-dist/fonts/tfm/vntex/mscorevn/jvnbc8v.tfm -texmf-dist/fonts/tfm/vntex/mscorevn/jvnbi8v.tfm -texmf-dist/fonts/tfm/vntex/mscorevn/jvnr8v.tfm -texmf-dist/fonts/tfm/vntex/mscorevn/jvnrc8v.tfm -texmf-dist/fonts/tfm/vntex/mscorevn/jvnri8v.tfm -texmf-dist/fonts/tfm/vntex/mscorevn/lprb8v.tfm -texmf-dist/fonts/tfm/vntex/mscorevn/lprbc8v.tfm -texmf-dist/fonts/tfm/vntex/mscorevn/lprbi8v.tfm -texmf-dist/fonts/tfm/vntex/mscorevn/lprr8v.tfm -texmf-dist/fonts/tfm/vntex/mscorevn/lprrc8v.tfm -texmf-dist/fonts/tfm/vntex/mscorevn/lprri8v.tfm -texmf-dist/fonts/tfm/vntex/mscorevn/ma1b8v.tfm -texmf-dist/fonts/tfm/vntex/mscorevn/ma1bc8v.tfm -texmf-dist/fonts/tfm/vntex/mscorevn/ma1bi8v.tfm -texmf-dist/fonts/tfm/vntex/mscorevn/ma1r8v.tfm -texmf-dist/fonts/tfm/vntex/mscorevn/ma1rc8v.tfm -texmf-dist/fonts/tfm/vntex/mscorevn/ma1ri8v.tfm -texmf-dist/fonts/tfm/vntex/mscorevn/mcrb8v.tfm -texmf-dist/fonts/tfm/vntex/mscorevn/mcrbc8v.tfm -texmf-dist/fonts/tfm/vntex/mscorevn/mcrbi8v.tfm -texmf-dist/fonts/tfm/vntex/mscorevn/mcrr8v.tfm -texmf-dist/fonts/tfm/vntex/mscorevn/mcrrc8v.tfm -texmf-dist/fonts/tfm/vntex/mscorevn/mcrri8v.tfm -texmf-dist/fonts/tfm/vntex/mscorevn/mnsb8v.tfm -texmf-dist/fonts/tfm/vntex/mscorevn/mnsbc8v.tfm -texmf-dist/fonts/tfm/vntex/mscorevn/mnsbi8v.tfm -texmf-dist/fonts/tfm/vntex/mscorevn/mnsr8v.tfm -texmf-dist/fonts/tfm/vntex/mscorevn/mnsrc8v.tfm -texmf-dist/fonts/tfm/vntex/mscorevn/mnsri8v.tfm -texmf-dist/fonts/tfm/vntex/txttvn/txbtt8v.tfm -texmf-dist/fonts/tfm/vntex/txttvn/txbttsc8v.tfm -texmf-dist/fonts/tfm/vntex/txttvn/txbttsl8v.tfm -texmf-dist/fonts/tfm/vntex/txttvn/txtt8v.tfm -texmf-dist/fonts/tfm/vntex/txttvn/txttsc8v.tfm -texmf-dist/fonts/tfm/vntex/txttvn/txttsl8v.tfm -texmf-dist/fonts/tfm/vntex/urwvn/fplrc8v.tfm -texmf-dist/fonts/tfm/vntex/urwvn/uagd8v.tfm -texmf-dist/fonts/tfm/vntex/urwvn/uagdc8v.tfm -texmf-dist/fonts/tfm/vntex/urwvn/uagdo8v.tfm -texmf-dist/fonts/tfm/vntex/urwvn/uagk8v.tfm -texmf-dist/fonts/tfm/vntex/urwvn/uagkc8v.tfm -texmf-dist/fonts/tfm/vntex/urwvn/uagko8v.tfm -texmf-dist/fonts/tfm/vntex/urwvn/ubkd8v.tfm -texmf-dist/fonts/tfm/vntex/urwvn/ubkdc8v.tfm -texmf-dist/fonts/tfm/vntex/urwvn/ubkdi8v.tfm -texmf-dist/fonts/tfm/vntex/urwvn/ubkdo8v.tfm -texmf-dist/fonts/tfm/vntex/urwvn/ubkl8v.tfm -texmf-dist/fonts/tfm/vntex/urwvn/ubklc8v.tfm -texmf-dist/fonts/tfm/vntex/urwvn/ubkli8v.tfm -texmf-dist/fonts/tfm/vntex/urwvn/ubklo8v.tfm -texmf-dist/fonts/tfm/vntex/urwvn/ucrb8v.tfm -texmf-dist/fonts/tfm/vntex/urwvn/ucrbc8v.tfm -texmf-dist/fonts/tfm/vntex/urwvn/ucrbo8v.tfm -texmf-dist/fonts/tfm/vntex/urwvn/ucrr8v.tfm -texmf-dist/fonts/tfm/vntex/urwvn/ucrrc8v.tfm -texmf-dist/fonts/tfm/vntex/urwvn/ucrro8v.tfm -texmf-dist/fonts/tfm/vntex/urwvn/uhvb8v.tfm -texmf-dist/fonts/tfm/vntex/urwvn/uhvbc8v.tfm -texmf-dist/fonts/tfm/vntex/urwvn/uhvbo8v.tfm -texmf-dist/fonts/tfm/vntex/urwvn/uhvr8v.tfm -texmf-dist/fonts/tfm/vntex/urwvn/uhvrc8v.tfm -texmf-dist/fonts/tfm/vntex/urwvn/uhvro8v.tfm -texmf-dist/fonts/tfm/vntex/urwvn/uncb8v.tfm -texmf-dist/fonts/tfm/vntex/urwvn/uncbc8v.tfm -texmf-dist/fonts/tfm/vntex/urwvn/uncbi8v.tfm -texmf-dist/fonts/tfm/vntex/urwvn/uncbo8v.tfm -texmf-dist/fonts/tfm/vntex/urwvn/uncr8v.tfm -texmf-dist/fonts/tfm/vntex/urwvn/uncrc8v.tfm -texmf-dist/fonts/tfm/vntex/urwvn/uncri8v.tfm -texmf-dist/fonts/tfm/vntex/urwvn/uncro8v.tfm -texmf-dist/fonts/tfm/vntex/urwvn/uplb8v.tfm -texmf-dist/fonts/tfm/vntex/urwvn/uplbc8v.tfm -texmf-dist/fonts/tfm/vntex/urwvn/uplbi8v.tfm -texmf-dist/fonts/tfm/vntex/urwvn/uplbo8v.tfm -texmf-dist/fonts/tfm/vntex/urwvn/uplr8v.tfm -texmf-dist/fonts/tfm/vntex/urwvn/uplrc8v.tfm -texmf-dist/fonts/tfm/vntex/urwvn/uplri8v.tfm -texmf-dist/fonts/tfm/vntex/urwvn/uplro8v.tfm -texmf-dist/fonts/tfm/vntex/urwvn/utmb8v.tfm -texmf-dist/fonts/tfm/vntex/urwvn/utmbc8v.tfm -texmf-dist/fonts/tfm/vntex/urwvn/utmbi8v.tfm -texmf-dist/fonts/tfm/vntex/urwvn/utmbo8v.tfm -texmf-dist/fonts/tfm/vntex/urwvn/utmr8v.tfm -texmf-dist/fonts/tfm/vntex/urwvn/utmrc8v.tfm -texmf-dist/fonts/tfm/vntex/urwvn/utmri8v.tfm -texmf-dist/fonts/tfm/vntex/urwvn/utmro8v.tfm -texmf-dist/fonts/tfm/vntex/urwvn/uzcmi8v.tfm -texmf-dist/fonts/tfm/vntex/vnr/vnb10.tfm -texmf-dist/fonts/tfm/vntex/vnr/vnbx10.tfm -texmf-dist/fonts/tfm/vntex/vnr/vnbx12.tfm -texmf-dist/fonts/tfm/vntex/vnr/vnbx5.tfm -texmf-dist/fonts/tfm/vntex/vnr/vnbx6.tfm -texmf-dist/fonts/tfm/vntex/vnr/vnbx7.tfm -texmf-dist/fonts/tfm/vntex/vnr/vnbx8.tfm -texmf-dist/fonts/tfm/vntex/vnr/vnbx9.tfm -texmf-dist/fonts/tfm/vntex/vnr/vnbxsl10.tfm -texmf-dist/fonts/tfm/vntex/vnr/vnbxti10.tfm -texmf-dist/fonts/tfm/vntex/vnr/vncsc10.tfm -texmf-dist/fonts/tfm/vntex/vnr/vndunh10.tfm -texmf-dist/fonts/tfm/vntex/vnr/vnff10.tfm -texmf-dist/fonts/tfm/vntex/vnr/vnfi10.tfm -texmf-dist/fonts/tfm/vntex/vnr/vnfib8.tfm -texmf-dist/fonts/tfm/vntex/vnr/vnitt10.tfm -texmf-dist/fonts/tfm/vntex/vnr/vnr10.tfm -texmf-dist/fonts/tfm/vntex/vnr/vnr12.tfm -texmf-dist/fonts/tfm/vntex/vnr/vnr17.tfm -texmf-dist/fonts/tfm/vntex/vnr/vnr5.tfm -texmf-dist/fonts/tfm/vntex/vnr/vnr6.tfm -texmf-dist/fonts/tfm/vntex/vnr/vnr7.tfm -texmf-dist/fonts/tfm/vntex/vnr/vnr8.tfm -texmf-dist/fonts/tfm/vntex/vnr/vnr9.tfm -texmf-dist/fonts/tfm/vntex/vnr/vnsl10.tfm -texmf-dist/fonts/tfm/vntex/vnr/vnsl12.tfm -texmf-dist/fonts/tfm/vntex/vnr/vnsl8.tfm -texmf-dist/fonts/tfm/vntex/vnr/vnsl9.tfm -texmf-dist/fonts/tfm/vntex/vnr/vnsltt10.tfm -texmf-dist/fonts/tfm/vntex/vnr/vnss10.tfm -texmf-dist/fonts/tfm/vntex/vnr/vnss12.tfm -texmf-dist/fonts/tfm/vntex/vnr/vnss17.tfm -texmf-dist/fonts/tfm/vntex/vnr/vnss8.tfm -texmf-dist/fonts/tfm/vntex/vnr/vnss9.tfm -texmf-dist/fonts/tfm/vntex/vnr/vnssbx10.tfm -texmf-dist/fonts/tfm/vntex/vnr/vnssdc10.tfm -texmf-dist/fonts/tfm/vntex/vnr/vnssi10.tfm -texmf-dist/fonts/tfm/vntex/vnr/vnssi12.tfm -texmf-dist/fonts/tfm/vntex/vnr/vnssi17.tfm -texmf-dist/fonts/tfm/vntex/vnr/vnssi8.tfm -texmf-dist/fonts/tfm/vntex/vnr/vnssi9.tfm -texmf-dist/fonts/tfm/vntex/vnr/vnssq8.tfm -texmf-dist/fonts/tfm/vntex/vnr/vnssqi8.tfm -texmf-dist/fonts/tfm/vntex/vnr/vntcsc10.tfm -texmf-dist/fonts/tfm/vntex/vnr/vnti10.tfm -texmf-dist/fonts/tfm/vntex/vnr/vnti12.tfm -texmf-dist/fonts/tfm/vntex/vnr/vnti7.tfm -texmf-dist/fonts/tfm/vntex/vnr/vnti8.tfm -texmf-dist/fonts/tfm/vntex/vnr/vnti9.tfm -texmf-dist/fonts/tfm/vntex/vnr/vntt10.tfm -texmf-dist/fonts/tfm/vntex/vnr/vntt12.tfm -texmf-dist/fonts/tfm/vntex/vnr/vntt8.tfm -texmf-dist/fonts/tfm/vntex/vnr/vntt9.tfm -texmf-dist/fonts/tfm/vntex/vnr/vnu10.tfm -texmf-dist/fonts/tfm/vntex/vnr/vnvtt10.tfm -texmf-dist/fonts/tfm/vntex/vntopia/putb8v.tfm -texmf-dist/fonts/tfm/vntex/vntopia/putbc8v.tfm -texmf-dist/fonts/tfm/vntex/vntopia/putbi8v.tfm -texmf-dist/fonts/tfm/vntex/vntopia/putbo8v.tfm -texmf-dist/fonts/tfm/vntex/vntopia/putr8v.tfm -texmf-dist/fonts/tfm/vntex/vntopia/putrc8v.tfm -texmf-dist/fonts/tfm/vntex/vntopia/putri8v.tfm -texmf-dist/fonts/tfm/vntex/vntopia/putro8v.tfm -texmf-dist/fonts/type1/vntex/arevvn/ArevSans-Bold-T5.pfb -texmf-dist/fonts/type1/vntex/arevvn/ArevSans-BoldOblique-T5.pfb -texmf-dist/fonts/type1/vntex/arevvn/ArevSans-Oblique-T5.pfb -texmf-dist/fonts/type1/vntex/arevvn/ArevSans-Roman-T5.pfb -texmf-dist/fonts/type1/vntex/chartervn/bchb8v.pfb -texmf-dist/fonts/type1/vntex/chartervn/bchbi8v.pfb -texmf-dist/fonts/type1/vntex/chartervn/bchr8v.pfb -texmf-dist/fonts/type1/vntex/chartervn/bchri8v.pfb -texmf-dist/fonts/type1/vntex/cmbrightvn/vncmbr10.pfb -texmf-dist/fonts/type1/vntex/cmbrightvn/vncmbr17.pfb -texmf-dist/fonts/type1/vntex/cmbrightvn/vncmbr8.pfb -texmf-dist/fonts/type1/vntex/cmbrightvn/vncmbr9.pfb -texmf-dist/fonts/type1/vntex/cmbrightvn/vncmbrbx10.pfb -texmf-dist/fonts/type1/vntex/cmbrightvn/vncmbrsl10.pfb -texmf-dist/fonts/type1/vntex/cmbrightvn/vncmbrsl17.pfb -texmf-dist/fonts/type1/vntex/cmbrightvn/vncmbrsl8.pfb -texmf-dist/fonts/type1/vntex/cmbrightvn/vncmbrsl9.pfb -texmf-dist/fonts/type1/vntex/cmbrightvn/vncmsltl10.pfb -texmf-dist/fonts/type1/vntex/cmbrightvn/vncmtl10.pfb -texmf-dist/fonts/type1/vntex/comicsansvn/ComicSansMS8b.pfb -texmf-dist/fonts/type1/vntex/comicsansvn/ComicSansMSBold8b.pfb -texmf-dist/fonts/type1/vntex/comicsansvn/ComicSansMSBoldItalic8b.pfb -texmf-dist/fonts/type1/vntex/comicsansvn/ComicSansMSItalic8b.pfb -texmf-dist/fonts/type1/vntex/concretevn/CMConcrete8v.pfb -texmf-dist/fonts/type1/vntex/concretevn/CMConcreteItalic8v.pfb -texmf-dist/fonts/type1/vntex/concretevn/CMConcreteSlanted8v.pfb -texmf-dist/fonts/type1/vntex/concretevn/CMConcreteSmallCaps8v.pfb -texmf-dist/fonts/type1/vntex/grotesqvn/ugqb8v.pfb -texmf-dist/fonts/type1/vntex/txttvn/txbtt8v.pfb -texmf-dist/fonts/type1/vntex/txttvn/txbttsc8v.pfb -texmf-dist/fonts/type1/vntex/txttvn/txtt8v.pfb -texmf-dist/fonts/type1/vntex/txttvn/txttsc8v.pfb -texmf-dist/fonts/type1/vntex/urwvn/fplrc8v.pfb -texmf-dist/fonts/type1/vntex/urwvn/uagd8v.pfb -texmf-dist/fonts/type1/vntex/urwvn/uagdo8v.pfb -texmf-dist/fonts/type1/vntex/urwvn/uagk8v.pfb -texmf-dist/fonts/type1/vntex/urwvn/uagko8v.pfb -texmf-dist/fonts/type1/vntex/urwvn/ubkd8v.pfb -texmf-dist/fonts/type1/vntex/urwvn/ubkdi8v.pfb -texmf-dist/fonts/type1/vntex/urwvn/ubkl8v.pfb -texmf-dist/fonts/type1/vntex/urwvn/ubkli8v.pfb -texmf-dist/fonts/type1/vntex/urwvn/ucrb8v.pfb -texmf-dist/fonts/type1/vntex/urwvn/ucrbo8v.pfb -texmf-dist/fonts/type1/vntex/urwvn/ucrr8v.pfb -texmf-dist/fonts/type1/vntex/urwvn/ucrro8v.pfb -texmf-dist/fonts/type1/vntex/urwvn/uhvb8v.pfb -texmf-dist/fonts/type1/vntex/urwvn/uhvbo8v.pfb -texmf-dist/fonts/type1/vntex/urwvn/uhvr8v.pfb -texmf-dist/fonts/type1/vntex/urwvn/uhvro8v.pfb -texmf-dist/fonts/type1/vntex/urwvn/uncb8v.pfb -texmf-dist/fonts/type1/vntex/urwvn/uncbi8v.pfb -texmf-dist/fonts/type1/vntex/urwvn/uncr8v.pfb -texmf-dist/fonts/type1/vntex/urwvn/uncri8v.pfb -texmf-dist/fonts/type1/vntex/urwvn/uplb8v.pfb -texmf-dist/fonts/type1/vntex/urwvn/uplbi8v.pfb -texmf-dist/fonts/type1/vntex/urwvn/uplr8v.pfb -texmf-dist/fonts/type1/vntex/urwvn/uplri8v.pfb -texmf-dist/fonts/type1/vntex/urwvn/utmb8v.pfb -texmf-dist/fonts/type1/vntex/urwvn/utmbi8v.pfb -texmf-dist/fonts/type1/vntex/urwvn/utmr8v.pfb -texmf-dist/fonts/type1/vntex/urwvn/utmri8v.pfb -texmf-dist/fonts/type1/vntex/urwvn/uzcmi8v.pfb -texmf-dist/fonts/type1/vntex/vnr/vnb10.pfb -texmf-dist/fonts/type1/vntex/vnr/vnbx10.pfb -texmf-dist/fonts/type1/vntex/vnr/vnbx12.pfb -texmf-dist/fonts/type1/vntex/vnr/vnbx5.pfb -texmf-dist/fonts/type1/vntex/vnr/vnbx6.pfb -texmf-dist/fonts/type1/vntex/vnr/vnbx7.pfb -texmf-dist/fonts/type1/vntex/vnr/vnbx8.pfb -texmf-dist/fonts/type1/vntex/vnr/vnbx9.pfb -texmf-dist/fonts/type1/vntex/vnr/vnbxsl10.pfb -texmf-dist/fonts/type1/vntex/vnr/vnbxti10.pfb -texmf-dist/fonts/type1/vntex/vnr/vncsc10.pfb -texmf-dist/fonts/type1/vntex/vnr/vndunh10.pfb -texmf-dist/fonts/type1/vntex/vnr/vnff10.pfb -texmf-dist/fonts/type1/vntex/vnr/vnfi10.pfb -texmf-dist/fonts/type1/vntex/vnr/vnfib8.pfb -texmf-dist/fonts/type1/vntex/vnr/vnitt10.pfb -texmf-dist/fonts/type1/vntex/vnr/vnr10.pfb -texmf-dist/fonts/type1/vntex/vnr/vnr12.pfb -texmf-dist/fonts/type1/vntex/vnr/vnr17.pfb -texmf-dist/fonts/type1/vntex/vnr/vnr5.pfb -texmf-dist/fonts/type1/vntex/vnr/vnr6.pfb -texmf-dist/fonts/type1/vntex/vnr/vnr7.pfb -texmf-dist/fonts/type1/vntex/vnr/vnr8.pfb -texmf-dist/fonts/type1/vntex/vnr/vnr9.pfb -texmf-dist/fonts/type1/vntex/vnr/vnsl10.pfb -texmf-dist/fonts/type1/vntex/vnr/vnsl12.pfb -texmf-dist/fonts/type1/vntex/vnr/vnsl8.pfb -texmf-dist/fonts/type1/vntex/vnr/vnsl9.pfb -texmf-dist/fonts/type1/vntex/vnr/vnsltt10.pfb -texmf-dist/fonts/type1/vntex/vnr/vnss10.pfb -texmf-dist/fonts/type1/vntex/vnr/vnss12.pfb -texmf-dist/fonts/type1/vntex/vnr/vnss17.pfb -texmf-dist/fonts/type1/vntex/vnr/vnss8.pfb -texmf-dist/fonts/type1/vntex/vnr/vnss9.pfb -texmf-dist/fonts/type1/vntex/vnr/vnssbx10.pfb -texmf-dist/fonts/type1/vntex/vnr/vnssdc10.pfb -texmf-dist/fonts/type1/vntex/vnr/vnssi10.pfb -texmf-dist/fonts/type1/vntex/vnr/vnssi12.pfb -texmf-dist/fonts/type1/vntex/vnr/vnssi17.pfb -texmf-dist/fonts/type1/vntex/vnr/vnssi8.pfb -texmf-dist/fonts/type1/vntex/vnr/vnssi9.pfb -texmf-dist/fonts/type1/vntex/vnr/vnssq8.pfb -texmf-dist/fonts/type1/vntex/vnr/vnssqi8.pfb -texmf-dist/fonts/type1/vntex/vnr/vntcsc10.pfb -texmf-dist/fonts/type1/vntex/vnr/vnti10.pfb -texmf-dist/fonts/type1/vntex/vnr/vnti12.pfb -texmf-dist/fonts/type1/vntex/vnr/vnti7.pfb -texmf-dist/fonts/type1/vntex/vnr/vnti8.pfb -texmf-dist/fonts/type1/vntex/vnr/vnti9.pfb -texmf-dist/fonts/type1/vntex/vnr/vntt10.pfb -texmf-dist/fonts/type1/vntex/vnr/vntt12.pfb -texmf-dist/fonts/type1/vntex/vnr/vntt8.pfb -texmf-dist/fonts/type1/vntex/vnr/vntt9.pfb -texmf-dist/fonts/type1/vntex/vnr/vnu10.pfb -texmf-dist/fonts/type1/vntex/vnr/vnvtt10.pfb -texmf-dist/fonts/type1/vntex/vntopia/putb8v.pfb -texmf-dist/fonts/type1/vntex/vntopia/putbi8v.pfb -texmf-dist/fonts/type1/vntex/vntopia/putr8v.pfb -texmf-dist/fonts/type1/vntex/vntopia/putri8v.pfb -texmf-dist/fonts/vf/vntex/chartervn/bchbc8v.vf -texmf-dist/fonts/vf/vntex/chartervn/bchrc8v.vf -texmf-dist/fonts/vf/vntex/comicsansvn/comic8v.vf -texmf-dist/fonts/vf/vntex/comicsansvn/comicbd8v.vf -texmf-dist/fonts/vf/vntex/comicsansvn/comicbdo8v.vf -texmf-dist/fonts/vf/vntex/comicsansvn/comico8v.vf -texmf-dist/fonts/vf/vntex/mscorevn/jthbc8v.vf -texmf-dist/fonts/vf/vntex/mscorevn/jthrc8v.vf -texmf-dist/fonts/vf/vntex/mscorevn/jvnbc8v.vf -texmf-dist/fonts/vf/vntex/mscorevn/jvnrc8v.vf -texmf-dist/fonts/vf/vntex/mscorevn/lprbc8v.vf -texmf-dist/fonts/vf/vntex/mscorevn/lprrc8v.vf -texmf-dist/fonts/vf/vntex/mscorevn/ma1bc8v.vf -texmf-dist/fonts/vf/vntex/mscorevn/ma1rc8v.vf -texmf-dist/fonts/vf/vntex/mscorevn/mcrbc8v.vf -texmf-dist/fonts/vf/vntex/mscorevn/mcrrc8v.vf -texmf-dist/fonts/vf/vntex/mscorevn/mnsbc8v.vf -texmf-dist/fonts/vf/vntex/mscorevn/mnsrc8v.vf -texmf-dist/fonts/vf/vntex/urwvn/uagdc8v.vf -texmf-dist/fonts/vf/vntex/urwvn/uagkc8v.vf -texmf-dist/fonts/vf/vntex/urwvn/ubkdc8v.vf -texmf-dist/fonts/vf/vntex/urwvn/ubklc8v.vf -texmf-dist/fonts/vf/vntex/urwvn/ucrbc8v.vf -texmf-dist/fonts/vf/vntex/urwvn/ucrrc8v.vf -texmf-dist/fonts/vf/vntex/urwvn/uhvbc8v.vf -texmf-dist/fonts/vf/vntex/urwvn/uhvrc8v.vf -texmf-dist/fonts/vf/vntex/urwvn/uncbc8v.vf -texmf-dist/fonts/vf/vntex/urwvn/uncrc8v.vf -texmf-dist/fonts/vf/vntex/urwvn/uplbc8v.vf -texmf-dist/fonts/vf/vntex/urwvn/uplrc8v.vf -texmf-dist/fonts/vf/vntex/urwvn/utmbc8v.vf -texmf-dist/fonts/vf/vntex/urwvn/utmrc8v.vf -texmf-dist/fonts/vf/vntex/vntopia/putbc8v.vf -texmf-dist/fonts/vf/vntex/vntopia/putrc8v.vf -texmf-dist/tex/latex/vntex/dblaccnt.sty -texmf-dist/tex/latex/vntex/mcviscii.def -texmf-dist/tex/latex/vntex/pd1supp.def -texmf-dist/tex/latex/vntex/swpvntex.sty -texmf-dist/tex/latex/vntex/t5bch.fd -texmf-dist/tex/latex/vntex/t5ccr.fd -texmf-dist/tex/latex/vntex/t5cmbr.fd -texmf-dist/tex/latex/vntex/t5cmdh.fd -texmf-dist/tex/latex/vntex/t5cmfib.fd -texmf-dist/tex/latex/vntex/t5cmfr.fd -texmf-dist/tex/latex/vntex/t5cmr.fd -texmf-dist/tex/latex/vntex/t5cmss.fd -texmf-dist/tex/latex/vntex/t5cmssq.fd -texmf-dist/tex/latex/vntex/t5cmtl.fd -texmf-dist/tex/latex/vntex/t5cmtt.fd -texmf-dist/tex/latex/vntex/t5cmvtt.fd -texmf-dist/tex/latex/vntex/t5comic.fd -texmf-dist/tex/latex/vntex/t5enc.def -texmf-dist/tex/latex/vntex/t5enc.dfu -texmf-dist/tex/latex/vntex/t5fav.fd -texmf-dist/tex/latex/vntex/t5fnc.fd -texmf-dist/tex/latex/vntex/t5fpl.fd -texmf-dist/tex/latex/vntex/t5futs.fd -texmf-dist/tex/latex/vntex/t5jth.fd -texmf-dist/tex/latex/vntex/t5jvn.fd -texmf-dist/tex/latex/vntex/t5lpr.fd -texmf-dist/tex/latex/vntex/t5ma1.fd -texmf-dist/tex/latex/vntex/t5mak.fd -texmf-dist/tex/latex/vntex/t5mcr.fd -texmf-dist/tex/latex/vntex/t5mdbch.fd -texmf-dist/tex/latex/vntex/t5mdput.fd -texmf-dist/tex/latex/vntex/t5mdugm.fd -texmf-dist/tex/latex/vntex/t5mns.fd -texmf-dist/tex/latex/vntex/t5pag.fd -texmf-dist/tex/latex/vntex/t5pbk.fd -texmf-dist/tex/latex/vntex/t5pcr.fd -texmf-dist/tex/latex/vntex/t5phv.fd -texmf-dist/tex/latex/vntex/t5pnc.fd -texmf-dist/tex/latex/vntex/t5ppl.fd -texmf-dist/tex/latex/vntex/t5ptm.fd -texmf-dist/tex/latex/vntex/t5ptmom.fd -texmf-dist/tex/latex/vntex/t5put.fd -texmf-dist/tex/latex/vntex/t5pxr.fd -texmf-dist/tex/latex/vntex/t5txr.fd -texmf-dist/tex/latex/vntex/t5txtt.fd -texmf-dist/tex/latex/vntex/t5uag.fd -texmf-dist/tex/latex/vntex/t5ubk.fd -texmf-dist/tex/latex/vntex/t5ucr.fd -texmf-dist/tex/latex/vntex/t5ugq.fd -texmf-dist/tex/latex/vntex/t5uhv.fd -texmf-dist/tex/latex/vntex/t5unc.fd -texmf-dist/tex/latex/vntex/t5upl.fd -texmf-dist/tex/latex/vntex/t5utm.fd -texmf-dist/tex/latex/vntex/t5uzcm.fd -texmf-dist/tex/latex/vntex/tcvn.def -texmf-dist/tex/latex/vntex/varioref-vi.sty -texmf-dist/tex/latex/vntex/vietnam.ldf -texmf-dist/tex/latex/vntex/vietnam.sty -texmf-dist/tex/latex/vntex/viscii.def -texmf-dist/tex/latex/vntex/vncaps.tex -texmf-dist/tex/latex/vntex/vps.def -texmf-dist/tex/plain/vntex/dblaccnt.tex -texmf-dist/tex/plain/vntex/t5code.tex -texmf-dist/tex/plain/vntex/vntexinfo.tex -texmf-dist/tpm/vntex.tpm - - -texmf-dist/doc/generic/vntex/GPL.txt -texmf-dist/doc/generic/vntex/INSTALL -texmf-dist/doc/generic/vntex/LGPL.txt -texmf-dist/doc/generic/vntex/LICENSE-utopia.txt -texmf-dist/doc/generic/vntex/LPPL.txt -texmf-dist/doc/generic/vntex/NEWS -texmf-dist/doc/generic/vntex/README -texmf-dist/doc/generic/vntex/README.vntopia -texmf-dist/doc/generic/vntex/source/abbr.tex -texmf-dist/doc/generic/vntex/source/test-accents.tex -texmf-dist/doc/generic/vntex/source/vn-fonts-print.tex -texmf-dist/doc/generic/vntex/source/vn-fonts.tex -texmf-dist/doc/generic/vntex/source/vn-min-print.tex -texmf-dist/doc/generic/vntex/source/vn-min.tex -texmf-dist/doc/generic/vntex/source/vntex-man-print.tex -texmf-dist/doc/generic/vntex/source/vntex-man.tex -texmf-dist/doc/generic/vntex/tests/Makefile -texmf-dist/doc/generic/vntex/tests/README -texmf-dist/doc/generic/vntex/tests/arevvn-sample.tex -texmf-dist/doc/generic/vntex/tests/arevvn-test.tex -texmf-dist/doc/generic/vntex/tests/bonum-sample.tex -texmf-dist/doc/generic/vntex/tests/bonum-test.tex -texmf-dist/doc/generic/vntex/tests/chartervn-sample.tex -texmf-dist/doc/generic/vntex/tests/chartervn-test.tex -texmf-dist/doc/generic/vntex/tests/classicovn-sample.tex -texmf-dist/doc/generic/vntex/tests/classicovn-test.tex -texmf-dist/doc/generic/vntex/tests/cmbrightvn-sample.tex -texmf-dist/doc/generic/vntex/tests/cmbrightvn-test.tex -texmf-dist/doc/generic/vntex/tests/comicsansvn-sample.tex -texmf-dist/doc/generic/vntex/tests/comicsansvn-test.tex -texmf-dist/doc/generic/vntex/tests/concretevn-sample.tex -texmf-dist/doc/generic/vntex/tests/concretevn-test.tex -texmf-dist/doc/generic/vntex/tests/garamondvn-sample.tex -texmf-dist/doc/generic/vntex/tests/garamondvn-test.tex -texmf-dist/doc/generic/vntex/tests/grotesqvn-sample.tex -texmf-dist/doc/generic/vntex/tests/grotesqvn-test.tex -texmf-dist/doc/generic/vntex/tests/mscore-sample.tex -texmf-dist/doc/generic/vntex/tests/mscore-test.tex -texmf-dist/doc/generic/vntex/tests/pagella-sample.tex -texmf-dist/doc/generic/vntex/tests/pagella-test.tex -texmf-dist/doc/generic/vntex/tests/t5antt-sample.tex -texmf-dist/doc/generic/vntex/tests/t5antt-test.tex -texmf-dist/doc/generic/vntex/tests/t5gentium-sample.tex -texmf-dist/doc/generic/vntex/tests/t5gentium-test.tex -texmf-dist/doc/generic/vntex/tests/t5iwona-sample.tex -texmf-dist/doc/generic/vntex/tests/t5iwona-test.tex -texmf-dist/doc/generic/vntex/tests/t5kurier-sample.tex -texmf-dist/doc/generic/vntex/tests/t5kurier-test.tex -texmf-dist/doc/generic/vntex/tests/t5lm-sample.tex -texmf-dist/doc/generic/vntex/tests/t5lm-test.tex -texmf-dist/doc/generic/vntex/tests/termes-sample.tex -texmf-dist/doc/generic/vntex/tests/termes-test.tex -texmf-dist/doc/generic/vntex/tests/test-accents.tex -texmf-dist/doc/generic/vntex/tests/test-babel.tex -texmf-dist/doc/generic/vntex/tests/test-captions.tex -texmf-dist/doc/generic/vntex/tests/test-plain-tcx.tex -texmf-dist/doc/generic/vntex/tests/test-plain.tex -texmf-dist/doc/generic/vntex/tests/test-tcvn.tex -texmf-dist/doc/generic/vntex/tests/test-utf8.tex -texmf-dist/doc/generic/vntex/tests/test-vietnam-tcx.tex -texmf-dist/doc/generic/vntex/tests/test-vietnam.tex -texmf-dist/doc/generic/vntex/tests/test-viscii.tex -texmf-dist/doc/generic/vntex/tests/txttvn-sample.tex -texmf-dist/doc/generic/vntex/tests/txttvn-test.tex -texmf-dist/doc/generic/vntex/tests/urwvn-sample.tex -texmf-dist/doc/generic/vntex/tests/urwvn-test.tex -texmf-dist/doc/generic/vntex/tests/vnr-sample.tex -texmf-dist/doc/generic/vntex/tests/vnr-test.tex -texmf-dist/doc/generic/vntex/tests/vnsample.cls -texmf-dist/doc/generic/vntex/tests/vntopia-sample.tex -texmf-dist/doc/generic/vntex/tests/vntopia-test.tex -texmf-dist/doc/generic/vntex/vn-fonts-print.pdf -texmf-dist/doc/generic/vntex/vn-fonts.pdf -texmf-dist/doc/generic/vntex/vn-min-print.pdf -texmf-dist/doc/generic/vntex/vn-min.pdf -texmf-dist/doc/generic/vntex/vntex-man-print.pdf -texmf-dist/doc/generic/vntex/vntex-man.pdf -texmf-dist/doc/generic/vntex/vntex.txt - - - - - - - - - - - - - - - - - - - Package/vntex - - - diff -Nru texlive-lang-2007.dfsg.4/texmf-dist/tpm/yannisgr.tpm texlive-lang-2009/texmf-dist/tpm/yannisgr.tpm --- texlive-lang-2007.dfsg.4/texmf-dist/tpm/yannisgr.tpm 2006-12-17 14:15:44.000000000 +0000 +++ texlive-lang-2009/texmf-dist/tpm/yannisgr.tpm 1970-01-01 01:00:00.000000000 +0100 @@ -1,59 +0,0 @@ - - - - yannisgr - Package - 2006/01/09 00:45:48 - - rahtz - Greek fonts by Yannis Haralambous. - - unknown - 278145 - - - -texmf-dist/fonts/source/public/yannisgr/csc_misce.mf -texmf-dist/fonts/source/public/yannisgr/gen_m_acc.mf -texmf-dist/fonts/source/public/yannisgr/greekcsc.mf -texmf-dist/fonts/source/public/yannisgr/it_digits.mf -texmf-dist/fonts/source/public/yannisgr/it_lig.mf -texmf-dist/fonts/source/public/yannisgr/it_lower.mf -texmf-dist/fonts/source/public/yannisgr/ligcsc.mf -texmf-dist/fonts/source/public/yannisgr/m_accent.mf -texmf-dist/fonts/source/public/yannisgr/m_greek.mf -texmf-dist/fonts/source/public/yannisgr/mrgrbf10.mf -texmf-dist/fonts/source/public/yannisgr/mrgrrg10.mf -texmf-dist/fonts/source/public/yannisgr/mrgrsl10.mf -texmf-dist/fonts/source/public/yannisgr/mrgrti10.mf -texmf-dist/fonts/source/public/yannisgr/rgen_acc.mf -texmf-dist/fonts/source/public/yannisgr/rgraccent.mf -texmf-dist/fonts/source/public/yannisgr/rgrbase.mf -texmf-dist/fonts/source/public/yannisgr/rgrbf10.mf -texmf-dist/fonts/source/public/yannisgr/rgreek.mf -texmf-dist/fonts/source/public/yannisgr/rgrlig.mf -texmf-dist/fonts/source/public/yannisgr/rgrlower.mf -texmf-dist/fonts/source/public/yannisgr/rgrpunct.mf -texmf-dist/fonts/source/public/yannisgr/rgrrg10.mf -texmf-dist/fonts/source/public/yannisgr/rgrsc10.mf -texmf-dist/fonts/source/public/yannisgr/rgrsl10.mf -texmf-dist/fonts/source/public/yannisgr/rgrti10.mf -texmf-dist/fonts/source/public/yannisgr/rgrupper.mf -texmf-dist/fonts/source/public/yannisgr/scsc.mf -texmf-dist/tpm/yannisgr.tpm - - -texmf-dist/doc/plain/yannisgr/00changes.txt -texmf-dist/doc/plain/yannisgr/00readme.txt -texmf-dist/doc/plain/yannisgr/monsyl.txt -texmf-dist/doc/plain/yannisgr/rgr.readme -texmf-dist/doc/plain/yannisgr/rgreekmacros.tex -texmf-dist/doc/plain/yannisgr/rgrhyph.tex -texmf-dist/doc/plain/yannisgr/rgrpaper.tex -texmf-dist/doc/plain/yannisgr/rgrtestfont.tex -texmf-dist/doc/plain/yannisgr/tomakeformat.txt - - Package/yannisgr - - - diff -Nru texlive-lang-2007.dfsg.4/tlpkg/doc/00texlive-packages.txt texlive-lang-2009/tlpkg/doc/00texlive-packages.txt --- texlive-lang-2007.dfsg.4/tlpkg/doc/00texlive-packages.txt 1970-01-01 01:00:00.000000000 +0100 +++ texlive-lang-2009/tlpkg/doc/00texlive-packages.txt 2009-08-05 17:53:49.000000000 +0100 @@ -0,0 +1,116 @@ +Those strange 00texlive packages +================================ + +00texlive.config +---------------- +contains configuration options about the tlnet archive and the distribution +itself. + +Supported settings: + container_split_src_files $tlpdb->config_src_container + container_split_doc_files $tlpdb->config_doc_container + container_format/xz $tlpdb->config_container_format + release/NNNN $tlpdb->config_release + revision/NNNNNN $tlpdb->cofnig_revision + +Used in install-tl and tlmgr to determine the "abilities" (split container) +and release of the remote tlpdb. + +Origin of the fields is + %TeXLive::TLConfig::TLPDBConfigs +plus TLMedia->revision for the revision field. + +The values are set by tlpkg/bin/tl-update-tlnet (and tlpsrc2tlpdb) in the +generated tlpdb from the default values as given in %TLPDBConfigs. + + +00texlive.installation +---------------------- +(from the tlpsrc itself) +This package serves two purposes: + +1. at installation time the present values are taken as default for + the installer + +2. on an installed system it serves as a configuration file. + We have to remember these settings for additional package + installation, removal, etc. + +In the tlpsrc itself only those options are saved that are used *ONLY* +at installation time, currently opt_paper, opt_path, opt_frozen. +These will longdesc be saved in the local tlpdb and will not be +accessible by tlmgr. + +All other options are set from TLConfig::TLPDBOptions to the +default values specified there. + +There are two types here: +- If the key starts with opt_ this is an options that can be + set by the user either at installation time or via tlmgr later on +- If the key starts with setting_ this value cannot be changed + by the user directly with tlmgr, but only by other actions. + Currently there are only two settings supported of which one + is only used in special cases: + . setting_available_architectures lists all available platforms + and should be always present + . setting_platform *overrides* the auto-deteced platform. This + setting will only be present when you forced a sepcific + architecture with -force-arch to install-tl + +The value of __MASTER__ for the location field tells the +installer to use the present directory itself. For example, +the DVD can be mounted anywhere and we want the installer to work. + +Access to the fields: + $tlpdb->option("name"[, "val"]); + $tlpdb->setting("name"); + +Currently supported: + opt_location:__MASTER__ + opt_paper:a4 + opt_create_formats:1 + opt_desktop_integration:1 + opt_file_assocs:1 + opt_post_code:1 + opt_w32_multi_user:1 + opt_path:0 + opt_sys_bin:/usr/local/bin + opt_sys_info:/usr/local/info + opt_sys_man:/usr/local/man + opt_install_docfiles:1 + opt_install_srcfiles:1 + opt_frozen:0 + + setting_available_architectures:arch1 arch2 arch3 ... + setting_platform:arch + + +Origin of the fields: +For most of the fields it is %TeXLive::TLConfig::TLPDBOptions, and +for opt_paper, opt_path, and opt_frozen the 00texlive.installation.tlpsrc + + + +00texlive.image +--------------- +(from the tlpsrc itself) +This package collects some files which are not caught by any of the +other TL packages. Its purpose is to make the file coverage +check happy. The files here are not copied by the installer +and containers are not built; they exist only in the +full DVD image or the installer archives. + +The IgnorePatterns in the check_files routine in tlmgr.pl +augment this list. + + +00texlive.installer +------------------- +(from the tlpsrc itself) +This package defines the files to go into the installer +archives (install-tl-unx.tar.gz, install-tl.zip) built +by the tl-make-installer script. Most of what's here is also +included in the texlive.infra package -- ordinarily duplicates +are not allowed, but in this case, 00texlive.installer is never +used *except* to build the installer archives, so it's ok. + Binary files /tmp/hvjTIsp08A/texlive-lang-2007.dfsg.4/tlpkg/doc/articles/bachotex08/install08gui.png and /tmp/ah2wg1Ygu3/texlive-lang-2009/tlpkg/doc/articles/bachotex08/install08gui.png differ Binary files /tmp/hvjTIsp08A/texlive-lang-2007.dfsg.4/tlpkg/doc/articles/bachotex08/install08text.pdf and /tmp/ah2wg1Ygu3/texlive-lang-2009/tlpkg/doc/articles/bachotex08/install08text.pdf differ diff -Nru texlive-lang-2007.dfsg.4/tlpkg/doc/articles/bachotex08/install08text.tex texlive-lang-2009/tlpkg/doc/articles/bachotex08/install08text.tex --- texlive-lang-2007.dfsg.4/tlpkg/doc/articles/bachotex08/install08text.tex 1970-01-01 01:00:00.000000000 +0100 +++ texlive-lang-2009/tlpkg/doc/articles/bachotex08/install08text.tex 2009-09-15 19:56:50.000000000 +0100 @@ -0,0 +1,51 @@ +\documentclass{article} +\pagestyle{empty} +\parindent 0pt +\begin{document} +\tiny +\begin{verbatim} +=================> TeX Live installation procedure <================ + +==> Note: Letters/digits in indicate menu items <== +==> for commands or configurable options <== + + Proposed platform: Intel x86_64 with GNU/Linux + + binary systems: 1 out of 15 + + Installation scheme (scheme-full) + + Customizing installation scheme: + standard collections + language collections + 83 collections out of 84, disk space required: 1426 MB + + directories: + TEXDIR (The main TeX directory): + /usr/local/texlive/2008 + TEXMFLOCAL (Directory for local styles etc): + /usr/local/texlive/texmf-local + TEXMFSYSVAR (Directory for local config): + /usr/local/texlive/2008/texmf-var + + options: + [ ] use letter size instead of A4 by default + [ ] create all format files + [X] install macro/font doc tree + [X] install macro/font source tree + [ ] create symlinks in standard directories + +Other options: +==================================================================== + start installation + help + quit + +Enter command: +\end{verbatim} +\end{document} + +latex install08text.tex +dvips -E install08text.dvi +epstopdf install08text.ps + Binary files /tmp/hvjTIsp08A/texlive-lang-2007.dfsg.4/tlpkg/doc/articles/bachotex08/tlinst-BT08-abstract.pdf and /tmp/ah2wg1Ygu3/texlive-lang-2009/tlpkg/doc/articles/bachotex08/tlinst-BT08-abstract.pdf differ diff -Nru texlive-lang-2007.dfsg.4/tlpkg/doc/articles/bachotex08/tlinst-BT08-abstract.tex texlive-lang-2009/tlpkg/doc/articles/bachotex08/tlinst-BT08-abstract.tex --- texlive-lang-2007.dfsg.4/tlpkg/doc/articles/bachotex08/tlinst-BT08-abstract.tex 1970-01-01 01:00:00.000000000 +0100 +++ texlive-lang-2009/tlpkg/doc/articles/bachotex08/tlinst-BT08-abstract.tex 2009-09-15 19:56:50.000000000 +0100 @@ -0,0 +1,105 @@ +% +% A new installer for TeX Live +% Norbert Preining, Reinhard Kotucha, Siep Kroonenberg +% Article presented on the 16th BachoTeX meeting, Bachotek ?? May 2008 +% +% Copyright 2007 Norbert Preining at al. +% You can redistribute and/or modify this document under the terms of the +% GNU General Public License as published by the Free Software Foundation; +% either version 2 of the License, or (at your option) any later version. +% +%\documentclass{arstexnica} +\documentclass{ltugproc} +\usepackage[latin1]{inputenc} +\usepackage[T1]{fontenc} +\usepackage{lmodern} +\usepackage[english]{babel} +\usepackage{graphicx} +\usepackage{fancyvrb} +\usepackage{url} +\usepackage{marvosym} +\usepackage{listings} +\lstset{frame=lines,basicstyle=\ttfamily,showspaces=true,prebreak={\Righttorque},postbreak={\Lefttorque},breaklines} +\usepackage{microtype} + +\usepackage{hyperref} % should be loaded last because it patches other + % packages. + +\newcommand{\tl}{\TeX~Live} +\newcommand{\ctan}{CTAN} +\newcommand{\tpm}{\texttt{tpm}} +\newcommand{\tpms}{\tpm{}s} +\newcommand{\tlpsrc}{\texttt{tlpsrc}} +\newcommand{\tlpsrcs}{\tlpsrc{}s} +\newcommand{\tlpobj}{\texttt{tlpobj}} +\newcommand{\tlpobjs}{\tlpobj{}s} +\newcommand{\tlpdb}{\texttt{tlpdb}} +\newcommand{\tlpdbs}{\tlpdb{}s} + +\hypersetup{pdftitle={A new installer for \tl}, + pdfauthor={R. Kotucha, S. Kroonenberg, N. Preining}, + pdfsubject={A new installer for \tl}, + pdfkeywords={TeX Live, installer, ...}} + +\hyphenation{infra-struc-ture} + +%\catcode`>=\active +%\def>#1<{\texttt{#1}} +\DefineShortVerb{\|} +\begin{document} +%\begin{article} +%\selectlanguage{italian}% + +\title{A new installer for \tl}%%%\thanks{% +% Article presented on the 16th Bacho\TeX meeting, Bachotek ?? May 2008}} + +\author{Reinhard Kotucha} +\address{Marschnerstr.~25\\ + 30167~Hannover, Germany} +\netaddress{reinhard.kotucha@web.de} + +\author{Siep Kroonenberg} +\address{Rijksuniversiteit Groningen\\ + Department of Economics\\ + P.O.~Box~800\\ + 9700~AV~Groningen, the Netherlands} +\netaddress{siepo@cybercomm.nl} + +\author{Norbert Preining} +\address{Vienna University of Technology\\ + Wiedner Hauptstr.\ 10\\ + 1040 Wien, Austria} +\netaddress{preining@logic.at} + + +\begin{abstract} + \tl\ has a new package infrastructure, primarily developed by + Norbert Preining, and inspired by the Debian/Linux packaging + system. + + We shall present a new \tl\ installer, based on the new package + infrastructure. It includes a text based as well a graphical user + interface. Among other new features, installing \tl\ from the + internet is now possible. It should work on all platforms + supported by \tl. +\end{abstract} + +\maketitle + +\end{document} +% +% does not work in normal arstexnika mode, needs standalone, I leave +% this up to the editors +%\tableofcontents + +\section{Introduction} +\label{sec:intro} + +%\bibliographystyle{arstexnica} +%\bibliography{atsample} + +\end{article} + +\end{document} + + Binary files /tmp/hvjTIsp08A/texlive-lang-2007.dfsg.4/tlpkg/doc/articles/bachotex08/tlinst-BT08.pdf and /tmp/ah2wg1Ygu3/texlive-lang-2009/tlpkg/doc/articles/bachotex08/tlinst-BT08.pdf differ diff -Nru texlive-lang-2007.dfsg.4/tlpkg/doc/articles/bachotex08/tlinst-BT08.tex texlive-lang-2009/tlpkg/doc/articles/bachotex08/tlinst-BT08.tex --- texlive-lang-2007.dfsg.4/tlpkg/doc/articles/bachotex08/tlinst-BT08.tex 1970-01-01 01:00:00.000000000 +0100 +++ texlive-lang-2009/tlpkg/doc/articles/bachotex08/tlinst-BT08.tex 2009-09-15 19:56:50.000000000 +0100 @@ -0,0 +1,274 @@ +% +% A new installer for TeX Live +% Norbert Preining, Reinhard Kotucha, Siep Kroonenberg +% Article presented on the 16th BachoTeX meeting, Bachotek ?? May 2008 +% +% Copyright 2007 Norbert Preining at al. +% You can redistribute and/or modify this document under the terms of the +% GNU General Public License as published by the Free Software Foundation; +% either version 2 of the License, or (at your option) any later version. +% +%\documentclass{arstexnica} +\documentclass{ltugproc} +\usepackage[latin1]{inputenc} +\usepackage[T1]{fontenc} +\usepackage{lmodern} +\usepackage[english]{babel} +\usepackage{graphicx} +\usepackage{fancyvrb} +\usepackage{url} +\usepackage{marvosym} +\usepackage{listings} +\lstset{frame=lines,basicstyle=\ttfamily,showspaces=true,prebreak={\Righttorque},postbreak={\Lefttorque},breaklines} +\usepackage{microtype} + +\usepackage{hyperref} % should be loaded last because it patches other + % packages. + +\newcommand{\tl}{\TeX~Live} +\newcommand{\ctan}{CTAN} +\newcommand{\tpm}{\texttt{tpm}} +\newcommand{\tpms}{\tpm{}s} +\newcommand{\tlpsrc}{\texttt{tlpsrc}} +\newcommand{\tlpsrcs}{\tlpsrc{}s} +\newcommand{\tlpobj}{\texttt{tlpobj}} +\newcommand{\tlpobjs}{\tlpobj{}s} +\newcommand{\tlpdb}{\texttt{tlpdb}} +\newcommand{\tlpdbs}{\tlpdb{}s} + +\newcommand{\pl}{Perl} +\newcommand{\gs}{Ghostscript} +\newcommand{\tlu}{\texttt{texlua}} +\newcommand{\kpse}{\texttt{kpathsea}} + +% from l2tabuen: +\tolerance 1414 +\hbadness 1414 +\emergencystretch 1.5em +\hfuzz 0.3pt +%\widowpenalty -10000 +\vfuzz \hfuzz +%\raggedbottom + + +\setcounter{topnumber}{4} +\setcounter{bottomnumber}{4} +\setcounter{totalnumber}{10} +\renewcommand{\textfraction}{0.15} +\renewcommand{\topfraction}{0.85} +\renewcommand{\bottomfraction}{0.70} +\renewcommand{\floatpagefraction}{0.66} + + +\hypersetup{pdftitle={A new installer for \tl}, + pdfauthor={R. Kotucha, S. Kroonenberg, N. Preining}, + pdfsubject={A new installer for \tl}, + pdfkeywords={TeX Live, installer, ...}} + +\hyphenation{infra-struc-ture} + +%\catcode`>=\active +%\def>#1<{\texttt{#1}} +\DefineShortVerb{\|} +\begin{document} +%\begin{article} +%\selectlanguage{italian}% + +\title{A new installer for \tl}%%%\thanks{% +% Article presented on the 16th Bacho\TeX meeting, Bachotek ?? May 2008}} + +\author{Reinhard Kotucha} +\address{Marschnerstr.~25\\ + 30167~Hannover, Germany} +\netaddress{reinhard.kotucha@web.de} + +\author{Siep Kroonenberg} +\address{Rijksuniversiteit Groningen\\ + Department of Economics\\ + P.O.~Box~800\\ + 9700~AV~Groningen, the Netherlands} +\netaddress{siepo@cybercomm.nl} + +\author{Norbert Preining} +\address{Vienna University of Technology\\ + Wiedner Hauptstr.\ 10\\ + 1040 Wien, Austria} +\netaddress{preining@logic.at} + + +\begin{abstract} + \tl\ has a new package infrastructure, primarily developed by + Norbert Preining, and inspired by the Debian GNU/Linux packaging + system. + + We shall present a new \tl\ installer, based on the new package + infrastructure. It includes a text based as well a graphical user + interface. Among other new features, installing \tl\ from the + Internet is now possible. It should work on all platforms + supported by \tl. +\end{abstract} + +\maketitle + +% +% does not work in normal arstexnika mode, needs standalone, I leave +% this up to the editors +%\tableofcontents + +\section{Introduction} +\label{sec:intro} + +In this paper we introduce the new \tl\ installer. Its creation was +necessitated by the new package infrastructure, which is described +elsewhere in these proceedings. + +However, there is more news, also from a user's point of view. In +particular: +\begin{itemize} +\item It will be possible to install \tl\ from the Internet. +\item The Windows version is much more in line with Unix versions. +\item There is just one installer, which can run either in text + mode, emulating the former install-tl.sh shell script, + or in GUI mode, emulating the former tlpmgui. +\end{itemize} + +\begin{figure}[htb] + \centering + \resizebox{\columnwidth}{!}{\includegraphics{install08text}} + \caption{Main menu of the text mode installer} + \label{fig:text_main_menu} +\end{figure} + +\section{\tlu} +\label{sec:texlua} + +Nowadays \TeX{} contains a customized copy of Lua as embedded +scripting language. When called as \tlu, it acts as a standalone Lua +interpreter, customized for a \TeX{} environment. This is a very +attractive scripting solution: +\begin{itemize} +\item no version worries: \tlu{} scripts should simply match the + \TeX{} version they are part of. +\item \tlu{} has \kpse\ compiled in. In a \tlu{} script \kpse{} + file searching happens within the same process, which can speed + things up a lot. +\item An embedded scripting language is immune from the kind of + bloat suffered by popular scripting languages such as \pl{} and + Ruby. +\end{itemize} +Under Windows, the |.texlua| extension is made an executable file +type. + +\section{Install \tl\ from the Internet} +\label{sec:internet} + +It is now possible to install \tl\ from a remote server. Thanks to +the new infrastructure, the package database which tells the +installer which packages have to be downloaded and how to install +them, is a single file. + +Two installers for network downloads are provided. +|install-tl-unx.tar.gz.| supports Unix only. |install-tl.zip| +additionally contains a small subset of \pl\ for Windows which is +required to bootstrap the system. The latter works on all platforms +supported by \tl. The sole reason for providing a separate package +for Unix is its significantly smaller size. + + +\section{A new compression Algorithm} +\label{sec:lzma} + +Using |.tar.lzma| compression instead of |.zip| reduces the size of the +compressed packages by 20\%. It cannot be assumed that |lzma| +decompressors are available on any platform, hence they have to be +provided for all platforms supported by \tl. Fortunately there is a +program `|lzmadec|' available for all platforms. The size of the +executable file is only 12\,kB. + +\section{Bringing Windows in line with Unix} + +\tl\ 2008 supports Windows 2000 and later. By dropping older Windows +versions, there is much less need to treat Windows specially. + +\subsection{\texttt{\$HOME} and multi-user support} +Under Windows 2000 and later, users have a real home directory, +viz. \verb+%USERPROFILE%+, usually +\verb+C:\Documents and Settings\+\textit{username}. + +This is now reflected in tilde expansion by \kpse, thanks to Karl +Berry: \verb+~/texmf+ is expanded to \verb+%USERPROFILE%\texmf+ +under Windows and to \verb+$HOME/texmf+ under Unix. + +It is also possible to differentiate between system settings and +user settings. Now there is no reason any more to have a different +set of \texttt{texmf} trees or to leave out scripts such as +\texttt{fmtutil-sys} and \texttt{updmap-sys}. It also shares the +Unix \texttt{texmf.cnf}. + +\subsection{Scripting} +We cannot count on the presence of the usual Unix scripting +languages. We deal with this by including a limited subset of \pl{} +for Windows, which contains just enough modules to run the installer +and the \pl{} scripts which are part of \tl. + +To prevent interference with any pre-existing \pl, we make it +invisible to the system by not placing it on the searchpath and by +not creating or changing any \pl-related settings. Instead, the +\tl\ \pl\ scripts are called via wrapper scripts that know how to +find Perl and that create the environment variables it needs for the +duration of the job. In the case of the installer itself, the +wrapper is a simple batchfile (but not so simple that it would have +worked under earlier Windows versions). But in most cases, the +wrapper is written in \tlu; see section \ref{sec:texlua}. + +Most likely, there won't be a Bourne-compatible shell either. But in +the new \tl, most shell scripts have been replaced by \pl- and +\tlu{} scripts, which also work under Windows. So we just about got +rid of \texttt{.exe} files replacing Unix scripts. + +\subsection{\gs} + +\tl{} for Windows also includes a hidden copy of \gs, another +fixture of Unix systems that is usually absent from Windows. The +most important batch files provided by \gs\ have been ported to +\tlu{}, see \ref{sec:texlua}. + +\begin{figure*}[htb] + \centering + \resizebox{\textwidth}{!}{\includegraphics{install08gui}} + \caption{The main menu of the GUI installer} + \label{fig:gui_main_menu} +\end{figure*} + +\section{Testing with virtual machines} +We do much of our testing with virtual machines. With programs such +as VirtualBox or VMware you can run a guest operating system as a +program inside a host operating system. + +Even if host and guest are the same operating system, it is a huge +advantage that the host will be unaffected, and that the guest is +free from the idiosyncrasies of the host. + +Normally, the filesystem of the guest is on a virtual disk, which is +a very large file on the host system. An installation can simply be +reverted by making a fresh copy from backup of this very large file. + +The guest can access the \tl{} files via e.g. a shared folder or +Samba, using a virtual network interface. An Internet install can be +simulated with a webserver or ftp server on the host, also via a +virtual network interface. These server programs can simply use the +\tl{} working copy. + +\newpage +\begin{thebibliography}{1} +\bibitem{PreiBT08} Norbert \textsc{Preining} +\newblock \emph{The new \TeX~Live Infrastructure and Installer} +Talk held at Bacho\TeX\,2008. +\end{thebibliography} + +%\bibliographystyle{arstexnica} +%\bibliography{atsample} + +%\end{article} + +\end{document} Binary files /tmp/hvjTIsp08A/texlive-lang-2007.dfsg.4/tlpkg/doc/articles/cstug08/berry.jpg and /tmp/ah2wg1Ygu3/texlive-lang-2009/tlpkg/doc/articles/cstug08/berry.jpg differ Binary files /tmp/hvjTIsp08A/texlive-lang-2007.dfsg.4/tlpkg/doc/articles/cstug08/cstug08.pdf and /tmp/ah2wg1Ygu3/texlive-lang-2009/tlpkg/doc/articles/cstug08/cstug08.pdf differ diff -Nru texlive-lang-2007.dfsg.4/tlpkg/doc/articles/cstug08/cstug08.tex texlive-lang-2009/tlpkg/doc/articles/cstug08/cstug08.tex --- texlive-lang-2007.dfsg.4/tlpkg/doc/articles/cstug08/cstug08.tex 1970-01-01 01:00:00.000000000 +0100 +++ texlive-lang-2009/tlpkg/doc/articles/cstug08/cstug08.tex 2008-12-13 17:34:53.000000000 +0000 @@ -0,0 +1,975 @@ +\documentclass{beamer} +\usefonttheme{serif} +\usefonttheme{professionalfonts} +\usepackage[latin1]{inputenc} +\usepackage[T1]{fontenc} +\usepackage{hhline,bm,xspace,url} +\usepackage[expert,seriftt]{lucidabr} +\renewcommand{\rmdefault}{hlhj} +\usepackage{fancyvrb} +\usepackage{url,xcolor,ctable} +\usepackage{marvosym} +\usepackage{tikz} +\usepackage{listings} +\lstset{frame=lines,basicstyle=\ttfamily,showspaces=true,prebreak={\Righttorque},postbreak={\Lefttorque},breaklines} +\newcommand{\tl}{\TeX~Live} +\newcommand{\tpm}{\texttt{tpm}} +\newcommand{\tpms}{\tpm{}s} +\newcommand{\tlpsrc}{\texttt{tlpsrc}} +\newcommand{\tlpsrcs}{\tlpsrc{}s} +\newcommand{\tlpobj}{\texttt{tlpobj}} +\newcommand{\tlpobjs}{\tlpobj{}s} +\newcommand{\tlpdb}{\texttt{tlpdb}} +\newcommand{\tlpdbs}{\tlpdb{}s} +\newcommand{\tlmgr}{\tl~Manager} +\newcommand{\acro}[1]{\textsc{\MakeLowercase{#1}}} +\newcommand{\ctan}{\acro{CTAN}} +\newcommand{\cmd}[1]{\textsf{#1}} +\newcommand{\button}[1]{\textsf{#1}} +\newcommand{\var}[1]{\textsl{#1}} +\newcommand{\XeTeX}{Xe\TeX} + +\def\bigit{\\[\bigskipamount]} +\def\medit{\\[\medskipamount]} + +\hyphenation{infra-struc-ture} +\DefineShortVerb{\|} + +\usetheme[headheight=75pt,footheight=10pt]{boxes} +\setbeamercolor*{black on white}{bg=white,fg=black} +%\setbeamerfont*{black on white}{series=\scshape} +\addfootbox{black on white}{\hbox{\vbox to 10pt{% + %\hspace{3em}Norbert + % Preining, \tl~2008 -- {\normalfont Brno, CSTUG Meeting 2008} + \hfill \insertframenumber\hspace{3em}~~\vfill}}} +\addheadbox{black on white}{\includegraphics{texlive2008-logo-2.png}} +\setbeamertemplate{navigation symbols}{} + +\setlength{\parskip}{\medskipamount} + +\def\cred#1{{\color{red}#1}} +\def\cblue#1{{\usebeamercolor[fg]{structure}#1}} +\def\prog#1{\texttt{#1}} + +\def\img#1#2#3#4{% + \bgroup% + \setbox0=\hbox{\hskip #3\vbox to 0pt{\vskip #4 \includegraphics[height=#2]{#1}}}% + \dp0=0pt % + \ht0=0pt % + \wd0=0pt % + %\hbox to \textwidth{\hfill\hbox{\box0}}% + \hbox{\box0} + \egroup} + + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% +% here begins the stuff +% +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +\title{} %\tl~2008} +\title{Norbert Preining} +%\author{Norbert Preining} +\author{Vienna University of Technology, Austria\\[\bigskipamount] +\textsc{cstug Meeting 2008, Brno, Czech Republic}} +\date{13 December 2008} + +%Bachotek, Poland \hspace{\bigskipamount} 13~December 2008} + +\begin{document} + +\frame{\titlepage} + +\begin{frame} + \frametitle{Layout} + \begin{center} + \begin{tabular}[h!]{ll} + \cblue{Part for users} & \cblue{Technical part} \\ + \midrule + Overview & Getting things into \tl \\ + Installation & The new infrastructure \\ + \tlmgr \qquad\qquad & Internals of the \tlpdb, config options\\ + Other news + \end{tabular} + \end{center} +\end{frame} + +\section{Users' perspective} + +\subsection{Overview} + +\begin{frame} + \frametitle{History} + \begin{itemize} + \item late 1993 Dutch \TeX\ Users Group, 4All\TeX\ CD, \acro{tds} + working group\pause + \item 1995 Unix-based \acro{TDS} \acro{CD} based on te\TeX\pause + \item 1996 first edition, Sebastian Rahtz% + \uncover<3-3>{\img{rahtz.png}{110pt}{10pt}{-5pt}}\pause + \item 2000 5th edition, non-free software removed\pause + \item 2002 7th edition: Mac OS X support\pause + \item 2005 addition of the -sys scripts\pause + \item 2006-07 Xe\TeX\ addition, end of te\TeX\ development, Karl Berry + \uncover<7-7>{\img{berry.jpg}{100pt}{150pt}{-130pt}} + \end{itemize} +\end{frame} + +\begin{frame} + \frametitle{Features} + + \begin{itemize} + \item `complete' -- all the free stuff from \textsc{ctan}\bigit + \item multi-platform\bigit + \item uniform across platforms\bigit + \item practically daily updates\bigit + \item \textsc{dfsg} free with a few exceptions + \end{itemize} +\end{frame} + + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\subsection{Installation} + +\begin{frame} + \frametitle{Features of the new installer} + \begin{itemize} + \item Installation from various sources\bigit + \item Text and \acro{GUI} mode\bigit + \item Windows == Unix (\emph{cum grano salis}) + \end{itemize} +\end{frame} + + +\begin{frame} + \frametitle{Installation sources} + \begin{itemize} + \item \acro{DVD}\\ + \uncover<1-1>{update \tlmgr, noexec% + \img{texcollection2008-large.png}{120pt}{10pt}{-50pt}} + \item Network\\ + \uncover<2-2>{automatic detection of nearest \ctan-mirror} + \item local (hard disk) mirror of \ctan\\ + \uncover<3-3>{use it like a \acro{DVD}} + \item svn checkout + \item another installation\\ + \uncover<5-5>{recent installations, -location argument necessary} + \end{itemize} +\end{frame} + +\begin{frame} + \frametitle{Where to start} + \begin{itemize} + \item Go and get it at + \url{http://mirror.ctan.org/systems/texlive/tlnet/2008}\\ + ~~ + \item \Verb+install-tl-unx.tar.gz+ for Unix-ish systems\\ + ~~ + \item \Verb+install-tl.zip+ for all systems\\ + \uncover<2-2>{supports all systems, but ships Perl for \acro{W32}} + \item \acro{W32}: double-click the \url{.bat} file\\ + \uncover<3-3>{or start it from a cmd shell for additional arguments} + \item Unix: \url{./install-tl}\\ + \uncover<4-4>{and add arguments if you need them} + \end{itemize} +\end{frame} + + +\begin{frame} + \frametitle{Arguments for the Installer} + \begin{itemize} + \item \url{-location} installation source, can be\\ + \url{/normal/path}\\ + \url{file:/some/path}\\ + \url{ftp://some.server/path}\\ + \url{http://some.server/path} + \bigit + \item \url{-gui} tries to start the \acro{GUI} installer, + \url{-no-gui} for \acro{W32} to disable the default \acro{GUI} + installer \bigit + \item \url{-lang} specifies a language code, currently supported: + en, de, fr, it, nl, pl, sl, zh\_cn, zh\_tw + \item some more: \url{-profile}, \url{-non-admin}, \ldots + \end{itemize} +\end{frame} + + +\begin{frame} + \frametitle{Installation settings} + \begin{itemize} + \item binary systems + \uncover<1-1>{\img{gui-systems.png}{\textheight}{20pt}{-60pt}}\bigit + \pause + \item schemes + \uncover<2-2>{\img{gui-scheme}{80pt}{-50pt}{10pt}}\pause\bigit + \item collections + \uncover<3-3>{\img{gui-collections}{160pt}{40pt}{-100pt}}\pause\bigit + \item language collections and docs + \uncover<4-4>{\img{gui-lang}{100pt}{-50pt}{-120pt}} + \end{itemize} +\end{frame} + +\begin{frame} + \frametitle{Installation settings cont.} + \begin{itemize} + \item destination folders + \begin{itemize} + \item \textsc{texdir} + \item \textsc{texmfsysvar} + \item \textsc{texmfsysconfig} + \item \textsc{texmfhome} + \end{itemize}\uncover<1-1>{\img{install-directory.png}{70pt}{0pt}{0pt}} + \pause + \item options + \begin{itemize} + \item papersize + \item create formats + \item install font/macro documentation + \item install font/macro sources + \end{itemize}\uncover<2-2>{\img{install-options.png}{60pt}{110pt}{-110pt}} + \end{itemize} +\end{frame} + +\begin{frame} + \frametitle{Post installation actions} + \begin{block}{Windows systems} + \vspace{-\baselineskip} + \begin{itemize} + \item Menu entry for \tl\ with all programs\medit + \item Desktop link to ps-view\medit + \item adjusting the \acro{PATH} environment\medit + \end{itemize}\pause + \end{block} + \begin{block}{Unix systems} + \vspace{-\baselineskip} + \begin{itemize} + \item add \acro{TEXDIR}/bin/<\acro{ARCH}> to \acro{PATH}\medit + \item adjust \acro{MANPATH} and \acro{INFOPATH} + \end{itemize} + \end{block} +\end{frame} + +\begin{frame} + \frametitle{Other ways to use the installer} + \begin{block}{Running from \acro{DVD}} + only text mode, writable root necessary, only the texmf trees and + binaries are not copied + \end{block} + \pause + \begin{block}{Portable usage \texttt{tl\_portable(.bat)}} + minimal impact on the system, first time it runs creates files in + home directory, second time startup much faster, gives a shell + that is set up for running \tl\ from there + \end{block} +\end{frame} + +\begin{frame}[plain] + \frametitle{Demo Text and \acro{GUI} mode installer} + \begin{tabular}{ll} + \resizebox{0.5\columnwidth}{!}{\includegraphics{install08text-crop}} + & + \resizebox{0.5\columnwidth}{!}{\includegraphics{gui-installer.png}} + \end{tabular} +\end{frame} + +\subsection{\tlmgr} + +\begin{frame} + \begin{center} + \Large The new player\\[\bigskipamount] + \tlmgr + \end{center} +\end{frame} + +\begin{frame} + \frametitle{\TeX\ Live Manager \texttt{tlmgr}} + \begin{itemize} + \item installation/removal of additional packages or collections + \item update all packages to the newest versions available + \item backups and restore + \item paper configuration like texconfig, but also for Windows + \item managing the installed binary systems + \item searching the installed and all available packages + \item list and searching all schemes, collections, packages + \item setting some default values like the installation location + \item regenerate fmtutil.cnf, language.dat, and updmap.cfg from the + information stored in the database and local additions + \end{itemize} +\end{frame} + +\begin{frame} + \frametitle{\tlmgr\ -- Syntax} + \begin{center} + \texttt{tlmgr \alt<2>{\cred{[opt]...}}{[opt]...} \alt<3>{\cred{action}}{action} [opt]... [arg]...} + \end{center} + \only<2>{ + With first set of options: + \begin{itemize} + \item \url{-location} installation source, see above + \item \url{-gui} starts the \acro{GUI} + \item \url{-gui-lang} should be auto-detected, can be overridden + \item standard options \url{-help}, \url{-q}, \url{-v}, + \url{-version} + \end{itemize} + } + \only<3>{ + \begin{itemize} + \item general actions: search, show, list, uninstall, check, gui, + version, help\bigit + \item configuration actions: option, paper, generate\bigit + \item package management actions: install, update, remove, backup, + restore, arch + \end{itemize} + } +\end{frame} + +\begin{frame} + \frametitle{The search (and show) action} + \begin{center} + \texttt{tlmgr [opt]... search \cred{[opt]... what}} + \end{center} + searches the \emph{locally} installed package names and descriptions + for \texttt{\cred{what}}. + + Options: + \begin{itemize} + \item \texttt{-global} also searches the remote database + \item \texttt{-file} searches for file names + \end{itemize} + \pause + \begin{center} + \texttt{tlmgr [opt]... show \cred{what}} + \end{center} + shows information on the given packages +\end{frame} + +\begin{frame} + \frametitle{The install action} + \begin{center} + \texttt{tlmgr [opt]... install \cred{[opt]... what}} + \end{center} + installs the package \texttt{what} including all dependencies + + Options: + \begin{itemize} + \item \texttt{-no-depends} do not install dependencies + \item \texttt{-no-depends-at-all} do not even install architecture + specific sub-packages + \end{itemize} +\end{frame} + +\begin{frame} + \frametitle{The update action} + \begin{center} + \texttt{tlmgr [opt]... update \cred{[opt]... what}} + \end{center} + installs the package \texttt{what} including all dependencies + + Options: + \begin{itemize} + \item \texttt{-list} list packages to be updated (or added) with + revisions + \item \texttt{-all} update everything + \item \texttt{-dry-run} don't actually do it + \item \texttt{-backupdir dir} saves a snapshot of the current status to + the specified directory + \item \texttt{-no-depends}, \texttt{-no-depends-at-all} as before + \end{itemize} +\end{frame} + + +\begin{frame}[plain] + \frametitle{The \acro{GUI} of the \tlmgr} + + \begin{figure}[ht!] + \centering + \resizebox{\columnwidth}{!}{\includegraphics{tlmgrgui-update.png}} + \end{figure} +\end{frame} + +\begin{frame} + \frametitle{Concluding remarks on \texttt{tlmgr}} + \begin{itemize} + \item very much work in progress, please do update your tlmgr + immediately after a new installation + \pause + \item the \acro{GUI} needs a lot of work, does not exhibit all the + functionality of the cmd line version + \pause + \item Perl programmers -- join us! + \end{itemize} + \pause + Recovering from crashed \texttt{tlmgr} or perl modules\pause + \begin{itemize} + \item for Windows systems: \ctan: \texttt{update-tlmgr-latest.exe} + \uncover<5-5>{\img{update-tlmgr-w32.png}{95pt}{-200pt}{-140pt}% + \img{update-tlmgr-finish.png}{95pt}{-50pt}{-140pt}} + \pause\bigit + \item for Unix systems: \ctan: \texttt{update-tlmgr-latest.sh} + \end{itemize} +\end{frame} + + +\subsection{Other news} + +\begin{frame} + \frametitle{Other (user visible) news} + \begin{itemize} + \item \cblue{hyph-utf8:} all engines share the same patterns\pause + \item \cblue{lua\TeX:} embedded lua interpreter\pause + \item \cblue{xindy} indexing program\pause + \item \cblue{(W32) Perl and Ghostscript.} + `hidden' copies, no interference with + full-scale distributions\pause + \item \cblue{(W32) \texttt{fc-cache}} helps \XeTeX{} to handle fonts more + efficiently.\pause + \item \cblue{(W32) PS\_View.} a new PostScript\\ + (and \acro{PDF} viewer + that is free software% + \uncover<6-6>{\img{psview.png}{120pt}{-40pt}{-160pt}}% + \pause + \item \cblue{(W32) dviout} \acro{DVI} previewer + \uncover<7-7>{\img{dviout.png}{120pt}{-40pt}{-150pt}} + \end{itemize} +\end{frame} + + +\section{Intermezzo for package writers} + +\begin{frame} + \begin{center} + \huge Intermezzo for + + \bigskip + Package writers + \end{center} +\end{frame} + +\subsection{Getting things into CTAN} + +\begin{frame} + \frametitle{Getting things into \tl} + + \begin{tikzpicture}[node distance=5mm, + foo/.style={ + rectangle,minimum size=6mm,rounded corners=3mm, + very thick,draw=black!50, + top color=white,bottom color=black!20}, + ask/.style={ + rectangle,minimum size=6mm,rounded corners=3mm, + very thick,draw=black!50, + top color=white,bottom color=black!20, + font=\itshape + }, + point/.style={circle,draw,inner sep=0pt}] + \node (new) at (0,4) [foo] {New package};\pause + \node (ctan) at (0,3) [foo] {upload CTAN}; + \path (new) edge[->] (ctan);\pause + \node (2known) at (0,2) [ask] {known to ctan2tds?}; + \path (ctan) edge[-] (2known);\pause + \node (temp) at (1,1) [point] {yes}; + \path (2known) edge[-] (temp); + \node (call) at (0,0) [foo] {call ctan2tds}; + \path (temp) edge[->] (call);\pause + \node (adjust) at (-1,1) [foo] {adjust ctan2tds}; + \path (2known) edge[->] (adjust); + \path (adjust) edge[->] (call);\pause + + \node (refsvn) at (5,4) [foo] {\acro{TUG} reference checkout}; + \node (p1) at (0,-0.5) [point] {}; + \node (p2) at (2,-0.5) [point] {}; + \node (p3) at (2,4) [point] {}; + \path (call) edge[-] (p1); + \path (p1) edge[-] (p2); + \path (p2) edge[-] (p3); + \path (p3) edge[->] (refsvn); + \pause + + \node (tlnet) at (5,3) [foo] {update tlnet}; + \path (refsvn) edge[->] (tlnet); + \pause + \node (cambridge) at (5,2) [foo] {mirror to Cambridge \acro{CTAN}}; + \path (tlnet) edge[->] (cambridge); + \pause + \node (mirror) at (5,1) [foo] {mirrors to other \ctan\ mirrors}; + \path (cambridge) edge[->] (mirror); + \pause + \node (user) at (5,0) [foo] {User's computer}; + \path (mirror) edge[->] (user); + \end{tikzpicture} + +\end{frame} + +\section{Technical part} + +\begin{frame} + \begin{center} + \huge Technical part + \end{center} +\end{frame} + +\subsection{The new infrastructure} + +\begin{frame} + \frametitle{Aims of the new infrastructure} + \begin{itemize} + \item Separation of static from generated content\\ + Going from a `source' to the `object' should include automatically + data from various other sources \pause + \item No additional files to be kept in sync\\ + any additional files tend to be outdated, all the necessary + information should be present in \emph{one} place and be easily + parseable. \pause + \item Single package updates via the web\pause + \item Better documentation\\ + since \tl\ is replacing te\TeX\ we want to give people + incorporating \tl\ into distributions a better documented and + easier to handle system + \end{itemize} +\end{frame} + +\begin{frame} + \frametitle{The central \texttt{texlive.tlpdb}} + One installation or media is now completely described by one file, + the \TeX~Live Database: + \begin{itemize} + \item simple text file -- easily parseable + \item revision number for the single packages + \item generated from static content (the tlpsrc files) + \item enriched with information from the \TeX~Catalogue + \item format documented in detail (\textsc{pod} documentation in the + respective perl module) + \end{itemize} +\end{frame} + +\begin{frame}[fragile] + \frametitle{How does \texttt{texlive.tlpdb} look like} + \begin{lstlisting}[title={texlive.tlpdb}] +name abbr +... + +name memoir +... + +\end{lstlisting} + \begin{itemize} + \item sequence of \texttt{key value} pairs + \item separated by an empty line (or more) + \item one group per package + \item some `meta'-packages for configuration options + \end{itemize} +\end{frame} + +\begin{frame}[plain,fragile] + \frametitle{The single package: \tlpobj\ by example I} + \begin{lstlisting}[basicstyle=\ttfamily\tiny,title={a0poster.tlpobj},label=a0poster] +name a0poster +category Package +revision 7340 +shortdesc Support for designing posters on large paper. +longdesc Provides fonts in sizes of 12pt up to 107pt and also makes sure +longdesc that in math formulas the symbols appear in the right size. Can +longdesc also create a PostScript header file for dvips which ensures +longdesc that the poster will be printed in the right size. Supported +longdesc sizes are DIN A0, DIN A1, DIN A2 and DIN A3. +docfiles size=47 + texmf-dist/doc/latex/a0poster/a0.pdf details="Package documentation (German)" language="de" + texmf-dist/doc/latex/a0poster/a0.tex + texmf-dist/doc/latex/a0poster/a0_eng.pdf details="Package documentation (English)" language="en" + texmf-dist/doc/latex/a0poster/a0_eng.tex +runfiles size=4 + texmf-dist/tex/latex/a0poster/a0poster.cls + texmf-dist/tex/latex/a0poster/a0size.sty +catalogue-version 1.22b +catalogue-date 2006-11-28 22:38:04 +0100 +catalogue-ctan /macros/latex/contrib/a0poster +catalogue-license lppl +\end{lstlisting} +\end{frame} + +\begin{frame}[fragile] + \frametitle{The origin of this \texttt{a0poster.tlpobj}} + \begin{lstlisting}[basicstyle=\ttfamily\small,title={a0poster.tlpsrc},label=a0poster.tlpsrc] +name a0poster +category Package +\end{lstlisting} + \begin{itemize} + \item minimal input file with static data + \item rest is generated from actual svn repository (revision, size) + \item enriched with information from the \TeX\ Catalogue + (catalogue-*, specification of the documentation files) + \item tagged documentation files (details, language), information + again from the Catalogue + \end{itemize} +\end{frame} + +\begin{frame}[plain,fragile] + \frametitle{The single packages: \tlpobj\ by example II} + \begin{lstlisting}[basicstyle=\ttfamily\tiny,title={bin-bibtex8 and friends},label=bibtex8] +name bin-bibtex8 +category TLCore +revision 7340 +depend bin-bibtex8.ARCH +docfiles size=15 + texmf/doc/bibtex8/00readme.txt + texmf/doc/bibtex8/HISTORY + texmf/doc/bibtex8/csfile.txt + texmf/doc/bibtex8/file_id.diz +runfiles size=10 + texmf-dist/bibtex/csf/base/88592pl.csf + texmf-dist/bibtex/csf/base/cp1250pl.csf + texmf-dist/bibtex/csf/base/cp852pl.csf + texmf-dist/bibtex/csf/base/iso8859-7.csf + +name bin-bibtex8.alpha-linux +category TLCore +revision 7340 +shortdesc binary files of bin-bibtex8 for alpha-linux +binfiles arch=alpha-linux size=62 + bin/alpha-linux/bibtex8 + +... +name bin-bibtex8.win32 +category TLCore +revision 7340 +shortdesc binary files of bin-bibtex8 for win32 +binfiles arch=win32 size=25 + bin/win32/bibtex8.exe +\end{lstlisting} +\end{frame} + +\begin{frame}[fragile] + \frametitle{The origin of the above \texttt{bin-bibtex8}} + \begin{lstlisting}[basicstyle=\ttfamily\small,title={bin-bibtex8.tlpsrc},label=bin-dvipsk.tlpsrc] +name bin-bibtex8 +category TLCore +runpattern d texmf-dist/bibtex/csf/base +docpattern f texmf/doc/bibtex8/* +binpattern f bin/${ARCH}/bibtex8 +\end{lstlisting} % for stupid emacs: $ + \begin{itemize} + \item various patterns for capturing files + \item tricks to capture binaries on unix and windows + \item separate objects for the binary files of the package + \end{itemize} +\end{frame} + +\begin{frame}[fragile] + \frametitle{The pattern language} + patterns are of the form + \begin{center} + |[PREFIX]TYPE PAT| + \end{center} + where |PREFIX| can be |+|, |!+|, or |!|, \pause and |TYPE PAT| can be: + \begin{description} + \item[f path] + includes all files which match |path| where \emph{only} the last + component of |path| can contain the usual glob characters * and ? + (but no others!).\pause + \item[d path] + includes all the files in and below the directory specified as + |path|. + \end{description} +\end{frame} + +\begin{frame}[fragile] + \frametitle{The pattern language} + patterns are of the form + \begin{center} + |[PREFIX]TYPE PAT| + \end{center} + where |PREFIX| can be |+|, |!+|, or |!|, and |TYPE PAT| can be: + \begin{description} + \item[t word1 ... wordN wordL] + includes all the files in and below all directories of the form + \begin{center} + \path{word1/word2/.../wordN/.../any/dirs/.../wordL/} + \end{center}\pause + \item[r regexp] + includes all files matching the Perl regexp \verb+/^regexp$/+ + \end{description} +\end{frame} + + +\begin{frame}[fragile] + \frametitle{Example patterns} + \begin{itemize} + \item |runpattern f texmf/chktex/*|\\ + includes all files \emph{in} Master/texmf/chktex/\pause + \item |binpattern f bin/${ARCH}/bibtex|\\ % for stupid emacs $ + includes the bibtex binaries into the bin-bibtex package, + depending on the architecture\pause + \item |runpattern d texmf/tex/lambda/base|\\ + includes all files in and under the above path\pause + \item |runpattern t texmf-dist omega uni2char|\\ + includes all files in texmf-dist/omega/\ldots/uni2char/\pause + \item |runpattern r .*/foobar|\\ + includes the files matching the regexp + \end{itemize} +\end{frame} + +\begin{frame}[plain,fragile] + \frametitle{Autogenerated patterns} + To keep \tlpsrc\ files small, if a pattern section is empty or all + patterns are prefixed with |+|, the following patterns are + automatically generated (actual list is specified in a special + \tlpsrc-file): + \begin{itemize} + \item runpatterns in category Package: + \begin{center} + |t texmf-dist topdir name| + \end{center} + \item docpatterns in category Package: + \begin{center} + |t texmf-dist doc name| + \end{center} + \item docpatterns in category Documentation: + \begin{center} + |t texmf-doc doc name| + \end{center} + \item srcpatterns in category Package: + \begin{center} + |t texmf-dist source name| + \end{center} + \item srcpatterns in category Documentation: + \begin{center} + |t texmf-doc source name| + \end{center} + \end{itemize} +\end{frame} + +\begin{frame}[fragile] + \frametitle{Additional tricks} + + \begin{block}{arch expansion} + In case the string \verb+${ARCH}+ occurs in one |binpattern| it is + automatically expanded to the respective architecture. + \end{block} + + \begin{block}{bat/exe/dll/texlua for win32} + For |binpatterns| of the form |f bin/win32/foobar| files + |foobar.bat|, |foobar.dll|, |foobar.exe|, and |foobar.texlua| are + also matched. + \end{block} +\end{frame} + +\begin{frame} + \frametitle{Effects of auto generation and tricks} + + total number of tlpsrc files: 1719 + + total number of tlpsrc files with patterns: 157 + + number of bin- and hyphen- tlpsrc files with patterns: 80 + + number of `normal' packages with patterns: 77 +\end{frame} + + +\begin{frame}[plain,fragile] + \frametitle{Allowed fields for \tlpobj} + \begin{itemize} + \item name: identifies the package + \item category: one of (currently) |Collection|, |Scheme|, |TLCore|, + |Documentation|, |Package| + \item shortdesc, longdesc: description of the package + \item depend: |Name| (multiple entries possible) + \item execute: activating maps, formats, hyphenation patterns + \item runfiles, docfiles, srcfiles, binfiles\\ + every files section has a size attribute, and the + binfiles section can occur more then once with different + arch tags (see above) + \item revision: maximum svn revision number of the + contained files, since version numbers are not + parseable, trustworthy, or not even present + \item catalogue-* keys: stuff taken from the catalogue\\ + for example catalogue-version, catalogue-authors, + catalogue-license + \end{itemize} +\end{frame} + +\begin{frame}[fragile] + \frametitle{Perl programming \textsc{api}} + Important for `users' or integrators + \begin{description} + \item[TeXLive::TLPOBJ] for \tlpobj\ files, basic + functionality like read, write, and member access and change + functions, etc. + \item[TeXLive::TLPDB] access to the \tl\ database. + \item[TeXLive::TLPostInstall] collects post installation actions + \end{description} +\end{frame} + +\begin{frame}[fragile] + \frametitle{Perl programming \textsc{api} \acro{II}} + Important for `us' as developer: + \begin{description} + \item[TeXLive::TLTREE] properties of the subversion + repository, in principle it is |svn status -v| + \item[TeXLive::TeXCatalogue] simple interface to the \TeX\ + Catalogue + \item[TeXLive::TLPSRC] for \tlpsrc\ files, basic + functionality like reade, write, etc + \item[TeXLive::TLUtils] some handy functions + \item[TeXLive::TLMedia] abstracts an arbitrary installation media + \end{description} +\end{frame} + +\begin{frame} + \frametitle{Other (planned/wished) \textsc{api}s} + Are they necessary/useful? Maybe calling the Perl code \ldots? + \begin{description} + \item[texlua] next on the list to be done, would really help us a lot + \item[python] minimal code present (by Jim Hefferon) + \item[C] some code present, was a \textsc{GSoC} project, but no slot + available (code by Jjgod Jiang) + \item[bash] maybe, some code present (by the author) + \item[\ldots] no idea what else \ldots + \end{description} +\end{frame} + +\begin{frame} + \frametitle{Documentation} + \begin{itemize} + \item all modules contain a full documentation in pod format\bigit + \item additional text \textsc{api} document\bigit + \item article in Ars\TeX nica, 2007:4, 69--73, and in the + proceedings of the Bacho\TeX~2008. + \end{itemize} +\end{frame} + + +\subsection{Internals of the \tlpdb, config options} + +\begin{frame} + \frametitle{Some special packages} + Some packages do not relate to actual files but are used to save + options and configurations into the database by putting them into a + depend line: \texttt{00texlive.config}, + \texttt{00texlive-installation.config}, + \texttt{00texlive.core}. + + Values are stored in these packages as dependencies. + + All packages starting with \texttt{00texlive} are considered virtual + packages in the sense that no containers are generated and these + packages are never split into .src and .doc sub-packages in the + tlpdb. +\end{frame} + +\begin{frame} + \frametitle{\texttt{00texlive.config}} + This package contains configuration options for the \tl\ archive: + \begin{itemize} + \item \texttt{container\_split\_\{doc,src\}\_files}\\ + documentation and source files are split into separate containers + (.tar.lzma) during container build time. Note that this has + \emph{no} effect on the appearance within the texlive.tlpdb. It is + only on container level. + \item \texttt{container\_format/XXXXX}\\ + specifies the format, currently allowed is only \texttt{lzma}, which + generates .tar.lzma files. zip can be supported. + \item \texttt{release/NNNN}\\ + specifies the release number as used in the installer + \end{itemize} +\end{frame} + +\begin{frame} + \frametitle{\texttt{00texlive-installation.config}} + This package serves two purposes: + \begin{itemize} + \item at installation time the present values are taken as default for + the installer + \item on an installed system it serves as a configuration file. + We have to remember these settings for additional package + installation, removal, etc. + \end{itemize} + The value of \texttt{\_\_MASTER\_\_} for the location field tells the + installer to use the present directory itself. For example, + the \acro{DVD} can be mounted anywhere and we want the installer to work. +\end{frame} + +\begin{frame}[fragile] + \frametitle{Example \texttt{00texlive-installation.config}} + \begin{lstlisting}[basicstyle=\ttfamily\small] +name 00texlive-installation.config +category TLCore +depend platform:x86_64-linux +depend location:/var/www/norbert/tlnet/2008 +depend opt_paper:a4 +depend opt_create_formats:0 +depend opt_create_symlinks:0 +depend opt_sys_bin:/usr/local/bin +depend opt_sys_info:/usr/local/info +depend opt_sys_man:/usr/local/man +depend opt_install_docfiles:1 +depend opt_install_srcfiles:0 +depend available_architectures:x86_64-linux win32 +\end{lstlisting} +\end{frame} + + +\begin{frame} + \frametitle{\texttt{00texlive.core}} + actually contains files, but those are + never installed and this package is only here to collect files + which are not contained in any package, thus making the coverage + check squeak +\end{frame} + +% \begin{frame} +% \frametitle{Organization ??????????????} +% \begin{itemize} +% \item \textsc{svn} repository where many people have write permissions +% \item loads of supporting scripts doing a variety of jobs: +% \begin{itemize} +% \item preparing the installation for mastering +% \item installation from various media +% \item installation of packages from \textsc{ctan} into the +% \textsc{svn} repository +% \item performing various checks on the whole archive (coverage, +% double inclusion, etc.) +% \end{itemize} +% \end{itemize} +% \end{frame} + +\section{Closing} + + +\begin{frame} + \frametitle{Resources} + \begin{itemize} + \item \url{tex-live@tug.org} -- main contact point + \item \path{www.tug.org/texlive} -- the main entry point, with + links to developers' resources, documentation +\item \path{www.tug.org/svn/texlive/trunk/} -- web view onto the + subversion repository; +\item \path{svn://tug.org/texlive/trunk} -- svn repository, anonymous + access +\item \path{www.tug.org/texlive/pkgupdate.html} -- an + explanation how updates from \ctan\ to \tl\ are done. + \end{itemize} +\end{frame} + +\begin{frame} + \begin{center} + {\Large Thanks} + + \bigskip + Karl Berry\\ + {\small for great enthusiasm and perpetual + support (and critical voices)} + + \pause + \bigskip + \acro{TUG}\\% and \acro{DANTE}\\ + {\small for financial support when my laptop broke} + + \pause + \bigskip + Your Attention + \end{center} +\end{frame} + + +\end{document} Binary files /tmp/hvjTIsp08A/texlive-lang-2007.dfsg.4/tlpkg/doc/articles/cstug08/dviout.png and /tmp/ah2wg1Ygu3/texlive-lang-2009/tlpkg/doc/articles/cstug08/dviout.png differ Binary files /tmp/hvjTIsp08A/texlive-lang-2007.dfsg.4/tlpkg/doc/articles/cstug08/gui-collections.png and /tmp/ah2wg1Ygu3/texlive-lang-2009/tlpkg/doc/articles/cstug08/gui-collections.png differ Binary files /tmp/hvjTIsp08A/texlive-lang-2007.dfsg.4/tlpkg/doc/articles/cstug08/gui-installer.png and /tmp/ah2wg1Ygu3/texlive-lang-2009/tlpkg/doc/articles/cstug08/gui-installer.png differ Binary files /tmp/hvjTIsp08A/texlive-lang-2007.dfsg.4/tlpkg/doc/articles/cstug08/gui-lang.png and /tmp/ah2wg1Ygu3/texlive-lang-2009/tlpkg/doc/articles/cstug08/gui-lang.png differ Binary files /tmp/hvjTIsp08A/texlive-lang-2007.dfsg.4/tlpkg/doc/articles/cstug08/gui-scheme.png and /tmp/ah2wg1Ygu3/texlive-lang-2009/tlpkg/doc/articles/cstug08/gui-scheme.png differ Binary files /tmp/hvjTIsp08A/texlive-lang-2007.dfsg.4/tlpkg/doc/articles/cstug08/gui-systems.png and /tmp/ah2wg1Ygu3/texlive-lang-2009/tlpkg/doc/articles/cstug08/gui-systems.png differ Binary files /tmp/hvjTIsp08A/texlive-lang-2007.dfsg.4/tlpkg/doc/articles/cstug08/install08text-crop.pdf and /tmp/ah2wg1Ygu3/texlive-lang-2009/tlpkg/doc/articles/cstug08/install08text-crop.pdf differ Binary files /tmp/hvjTIsp08A/texlive-lang-2007.dfsg.4/tlpkg/doc/articles/cstug08/install-directory.png and /tmp/ah2wg1Ygu3/texlive-lang-2009/tlpkg/doc/articles/cstug08/install-directory.png differ Binary files /tmp/hvjTIsp08A/texlive-lang-2007.dfsg.4/tlpkg/doc/articles/cstug08/install-options.png and /tmp/ah2wg1Ygu3/texlive-lang-2009/tlpkg/doc/articles/cstug08/install-options.png differ Binary files /tmp/hvjTIsp08A/texlive-lang-2007.dfsg.4/tlpkg/doc/articles/cstug08/psview.png and /tmp/ah2wg1Ygu3/texlive-lang-2009/tlpkg/doc/articles/cstug08/psview.png differ Binary files /tmp/hvjTIsp08A/texlive-lang-2007.dfsg.4/tlpkg/doc/articles/cstug08/rahtz.png and /tmp/ah2wg1Ygu3/texlive-lang-2009/tlpkg/doc/articles/cstug08/rahtz.png differ diff -Nru texlive-lang-2007.dfsg.4/tlpkg/doc/articles/cstug08/start_impressive.sh texlive-lang-2009/tlpkg/doc/articles/cstug08/start_impressive.sh --- texlive-lang-2007.dfsg.4/tlpkg/doc/articles/cstug08/start_impressive.sh 1970-01-01 01:00:00.000000000 +0100 +++ texlive-lang-2009/tlpkg/doc/articles/cstug08/start_impressive.sh 2008-12-13 17:34:53.000000000 +0000 @@ -0,0 +1,4 @@ + + +impressive -A 16:9 -c memory -d 1h20 cstug08.pdf + diff -Nru texlive-lang-2007.dfsg.4/tlpkg/doc/articles/cstug08/talk-bacho08.tex texlive-lang-2009/tlpkg/doc/articles/cstug08/talk-bacho08.tex --- texlive-lang-2007.dfsg.4/tlpkg/doc/articles/cstug08/talk-bacho08.tex 1970-01-01 01:00:00.000000000 +0100 +++ texlive-lang-2009/tlpkg/doc/articles/cstug08/talk-bacho08.tex 2008-12-13 17:34:53.000000000 +0000 @@ -0,0 +1,493 @@ +\documentclass{beamer} +\usefonttheme{serif} +\usefonttheme{professionalfonts} +\usepackage[latin1]{inputenc} +\usepackage[T1]{fontenc} +\usepackage{hhline,bm,xspace,url} +\usepackage[expert,seriftt]{lucidabr} +\renewcommand{\rmdefault}{hlhj} +\usepackage{fancyvrb} +\usepackage{url,xcolor} +\usepackage{marvosym} +\usepackage{listings} +\lstset{frame=lines,basicstyle=\ttfamily,showspaces=true,prebreak={\Righttorque},postbreak={\Lefttorque},breaklines} +\newcommand{\tl}{\TeX~Live} +\newcommand{\ctan}{CTAN} +\newcommand{\tpm}{\texttt{tpm}} +\newcommand{\tpms}{\tpm{}s} +\newcommand{\tlpsrc}{\texttt{tlpsrc}} +\newcommand{\tlpsrcs}{\tlpsrc{}s} +\newcommand{\tlpobj}{\texttt{tlpobj}} +\newcommand{\tlpobjs}{\tlpobj{}s} +\newcommand{\tlpdb}{\texttt{tlpdb}} +\newcommand{\tlpdbs}{\tlpdb{}s} + +\hyphenation{infra-struc-ture} +\DefineShortVerb{\|} + +\usetheme[headheight=10pt,footheight=10pt]{boxes} +\setbeamercolor*{black on white}{bg=white,fg=black} +%\setbeamerfont*{black on white}{series=\scshape} +\addfootbox{black on white}{\hbox{\vbox to 10pt{\hspace{3em}Norbert +Preining, \tl's new infrastructure -- {\normalfont Bachotek~2008} + \hfill \insertframenumber\hspace{3em}~~\vfill}}} +\addheadbox{black on white}{\hbox{\vbox to 10pt{~~~\hfill\leavevmode\vfill}}} +\setbeamertemplate{navigation symbols}{} + +\setlength{\parskip}{\medskipamount} + +\def\cred#1{{\color{red}#1}} +\def\prog#1{\texttt{#1}} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% +% here begins the stuff +% +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +\title{\tl's new infrastructure} +\author{Norbert Preining} +\institute{Vienna University of Technology, Austria} +\date{\textsc{Bachotek~2008} + +Bachotek, Poland \hspace{\bigskipamount} 30~April 2008} + +\begin{document} + +\frame{\titlepage} + + +\begin{frame} + \frametitle{The \tl\ distribution} + + \begin{itemize} + \item includes all the free stuff from \textsc{ctan} + \item available for a wide range of platform--operating system + combinations + \item currently is replacing te\TeX\ in many (Unix) distributions as + default \TeX\ system + \end{itemize} +\end{frame} + +\begin{frame} + \frametitle{Upstream organization} + \begin{itemize} + \item \textsc{svn} repository where many people have write permissions + \item loads of supporting scripts doing a variety of jobs: + \begin{itemize} + \item preparing the installation for mastering + \item installation from various media + \item installation of packages from \textsc{ctan} into the + \textsc{svn} repository + \item performing various checks on the whole archive (coverage, + double inclusion, etc.) + \end{itemize} + \end{itemize} + + \pause + \begin{block}{Problems} + \begin{itemize} + \item hand-crafted, hard to read + \item not easily extensible + \item no documentation + \end{itemize} + \end{block} +\end{frame} + + +\begin{frame} + \frametitle{Previous infrastructure: tpms} + \TeX\ Package Manage[r/ment] files collected a variety of + information into on \textsc{xml} file: + \begin{itemize} + \item file patterns and file lists + \item title, description, license, versions + \item activation of map files, formats, hyphenation patterns + \end{itemize} + \pause + \begin{block}{Problems with tpms} + \begin{itemize} + \item mixture of generated and static information + \item duplicated information (version, license, descriptions, + \ldots) which were outdated + \item hard to parse, thus the necessity to generate another set of + files for the installer + \end{itemize} + \end{block} +\end{frame} + +\begin{frame} + \frametitle{Aims of the new infrastructure} + \begin{itemize} + \item Separation of static from generated content\\ + Going from a `source' to the `object' should include automatically + data from various other sources (mainly the Catalogue and the + repository) \pause + \item Getting rid of any `additional' files (list files)\\ + any additional files tend to be outdated, all the necessary + information should be present in \emph{one} place and be easily + parseable. \pause + \item Single package updates via the web\\ + updates to single packages (e.g., a new beamer release)\pause + \item Better documentation\\ + since \tl\ is replacing te\TeX\ we want to give people + incorporating \tl\ into distributions a better documented and + easier to handle system + \end{itemize} +\end{frame} + + +\begin{frame} + \frametitle{The central \texttt{texlive.tlpdb}} + One installation or media is now completely described by one file, + the \TeX~Live Database: + \begin{itemize} + \item simple text file -- easily parseable + \item revision number for the single packages + \item generated from static content (the tlpsrc files) + \item enriched with information from the \TeX~Catalogue + \item format documented in detail (\textsc{pod} documentation in the + respective perl module) + \end{itemize} +\end{frame} + +\begin{frame}[fragile] + \frametitle{How does \texttt{texlive.tlpdb} look like} + \begin{lstlisting}[title={texlive.tlpdb}] +name abbr +... + +name memoir +... + +\end{lstlisting} + \begin{itemize} + \item sequence of \texttt{key value} pairs + \item separated by an empty line (or more) + \item one group per package + \item some `meta'-packages for configuration options and special + purpose packages + \end{itemize} +\end{frame} + +\begin{frame}[fragile] + \frametitle{The single package: \tlpobj\ by example I} + \begin{lstlisting}[basicstyle=\ttfamily\tiny,title={a0poster.tlpobj},label=a0poster] +name a0poster +category Package +revision 7340 +shortdesc Support for designing posters on large paper. +longdesc Provides fonts in sizes of 12pt up to 107pt and also makes sure +longdesc that in math formulas the symbols appear in the right size. Can +longdesc also create a PostScript header file for dvips which ensures +longdesc that the poster will be printed in the right size. Supported +longdesc sizes are DIN A0, DIN A1, DIN A2 and DIN A3. +docfiles size=47 + texmf-dist/doc/latex/a0poster/a0.pdf details="Package documentation (German)" language="de" + texmf-dist/doc/latex/a0poster/a0.tex + texmf-dist/doc/latex/a0poster/a0_eng.pdf details="Package documentation (English)" language="en" + texmf-dist/doc/latex/a0poster/a0_eng.tex +runfiles size=4 + texmf-dist/tex/latex/a0poster/a0poster.cls + texmf-dist/tex/latex/a0poster/a0size.sty +catalogue-version 1.22b +catalogue-date 2006-11-28 22:38:04 +0100 +catalogue-ctan /macros/latex/contrib/a0poster +catalogue-license lppl +\end{lstlisting} +\end{frame} + +\begin{frame}[fragile] + \frametitle{The origin of this \texttt{a0poster.tlpobj}} + \begin{lstlisting}[basicstyle=\ttfamily\small,title={a0poster.tlpsrc},label=a0poster.tlpsrc] +name a0poster +category Package +\end{lstlisting} + \begin{itemize} + \item minimal input file with static data + \item rest is generated from actual svn repository (revision, size) + \item enriched with information from the \TeX\ Catalogue + (catalogue-*, specification of the documentation files) + \item tagged documentation files (details, language), information + again from the Catalogue + \end{itemize} +\end{frame} + +\begin{frame}[fragile] + \frametitle{The single packages: \tlpobj\ by example II} + \begin{lstlisting}[basicstyle=\ttfamily\tiny,title={bin-bibtex8 and friends},label=bibtex8] +name bin-bibtex8 +category TLCore +revision 7340 +depend bin-bibtex8.ARCH +docfiles size=15 + texmf/doc/bibtex8/00readme.txt + texmf/doc/bibtex8/HISTORY + texmf/doc/bibtex8/csfile.txt + texmf/doc/bibtex8/file_id.diz +runfiles size=10 + texmf-dist/bibtex/csf/base/88592pl.csf + texmf-dist/bibtex/csf/base/cp1250pl.csf + texmf-dist/bibtex/csf/base/cp852pl.csf + texmf-dist/bibtex/csf/base/iso8859-7.csf + +name bin-bibtex8.alpha-linux +category TLCore +revision 7340 +shortdesc binary files of bin-bibtex8 for alpha-linux +binfiles arch=alpha-linux size=62 + bin/alpha-linux/bibtex8 + +... +name bin-bibtex8.win32 +category TLCore +revision 7340 +shortdesc binary files of bin-bibtex8 for win32 +binfiles arch=win32 size=25 + bin/win32/bibtex8.exe +\end{lstlisting} +\end{frame} + +\begin{frame}[fragile] + \frametitle{The origin of the above \texttt{bin-bibtex8}} + \begin{lstlisting}[basicstyle=\ttfamily\small,title={bin-bibtex8.tlpsrc},label=bin-dvipsk.tlpsrc] +name bin-bibtex8 +category TLCore +runpattern d texmf-dist/bibtex/csf/base +docpattern f texmf/doc/bibtex8/* +binpattern f bin/${ARCH}/bibtex8 +\end{lstlisting} % for stupid emacs: $ + \begin{itemize} + \item various patterns for capturing files + \item tricks to capture binaries on unix and windows + \item separate objects for the binary files of the package + \end{itemize} +\end{frame} + +\begin{frame}[fragile] + \frametitle{The pattern language} + patterns are of the form + \begin{center} + |[PREFIX]TYPE PAT| + \end{center} + where |PREFIX| can be |+|, |!+|, or |!|,\pause and |TYPE PAT| can be: + \begin{description} + \item[f path] + includes all files which match |path| where \emph{only} the last + component of |path| can contain the usual glob characters * and ? + (but no others!).\pause + \item[d path] + includes all the files in and below the directory specified as + |path|. \pause + \item[t word1 ... wordN wordL] + includes all the files in and below all directories of the form + \begin{center} + \path{word1/word2/.../wordN/.../any/dirs/.../wordL/} + \end{center}\pause + \item[r regexp] + includes all files matching the Perl regexp \verb+/^regexp$/+ + \end{description} +\end{frame} + + +\begin{frame}[fragile] + \frametitle{Example patterns} + \begin{itemize} + \item |runpattern f texmf/chktex/*|\\ + includes all files \emph{in} Master/texmf/chktex/\pause + \item |binpattern f bin/${ARCH}/bibtex|\\ % for stupid emacs $ + includes the bibtex binaries into the bin-bibtex package, + depending on the architecture\pause + \item |runpattern d texmf/tex/lambda/base|\\ + includes all files in and under the above path\pause + \item |runpattern t texmf-dist omega uni2char|\\ + includes all files in texmf-dist/omega/\ldots/uni2char/\pause + \item |runpattern r .*/foobar|\\ + includes the files matching the regexp + \end{itemize} +\end{frame} + +\begin{frame}[fragile] + \frametitle{Autogenerated patterns} + To keep \tlpsrc\ files small, if a pattern section is empty or all + patterns are prefixed with |+|, the following patterns are + automatically generated: + \begin{itemize} + \item runpatterns in category Package: + \begin{center} + |t texmf-dist topdir name| + \end{center} + \item docpatterns in category Package: + \begin{center} + |t texmf-dist doc name| + \end{center} + \item docpatterns in category Documentation: + \begin{center} + |t texmf-doc doc name| + \end{center} + \item srcpatterns in category Package: + \begin{center} + |t texmf-dist source name| + \end{center} + \item srcpatterns in category Documentation: + \begin{center} + |t texmf-doc source name| + \end{center} + \end{itemize} +\end{frame} + +\begin{frame}[fragile] + \frametitle{Additional tricks} + \begin{description} + \item[arch expansion] + In case the string \verb+${ARCH}+ occurs in one |binpattern| it is + automatically expanded to the respective architecture. + \item[bat/exe/dll/texlua for win32] + For |binpatterns| of the form |f bin/win32/foobar| files + |foobar.bat|, |foobar.dll|, |foobar.exe|, and |foobar.texlua| are + also matched. + \end{description} + \pause + \begin{block}{Effects of auto generation and tricks} + total number of tlpsrc files: 1644\\ + total number of tlpsrc files with patterns: 172\\ + number of bin- and hyphen- tlpsrc files with patterns: 123\\ + number of `normal' packages with patterns: 49 + \end{block} +\end{frame} + + +\begin{frame}[fragile] + \frametitle{Allowed fields for \tlpobj} + \begin{itemize} + \item name: identifies the package + \item category: one of (currently) |Collection|, |Scheme|, |TLCore|, + |Documentation|, |Package| + \item shortdesc, longdesc: description of the package + \item depend: |Name| (multiple entries possible) + \item execute: activating maps, formats, hyphenation patterns + \item runfiles, docfiles, srcfiles, binfiles\\ + every files section has a size attribute, and the + binfiles section can occur more then once with different + arch tags (see above) + \item revision: maximum svn revision number of the + contained files, since version numbers are not + parseable, trustworthy, or not even present + \item catalogue-* keys: stuff taken from the catalogue\\ + for example catalogue-version, catalogue-authors, + catalogue-license + \end{itemize} +\end{frame} + +\begin{frame} + \frametitle{Some special packages} + Some packages do not relate to actual files but are used to save + options and configurations into the database by putting them into a + depend line. + \begin{itemize} + \item \texttt{00texlive.config} general configuration (release, + src/doc container split) + \item \texttt{00texlive-installation.config} only present in a final + installation and contains the choices the admin made when doing + the installation (paper a4/letter, pre-generate formats, + installation location, \ldots) + \item \texttt{00texlive.core} actually contains files, but those are + never installed and this package is only here to collect files + which are not contained in any package, thus making the coverage + check squeak + \end{itemize} +\end{frame} + +\begin{frame}[fragile] + \frametitle{Perl programming \textsc{api}} + Important for `users' or integrators + \begin{description} + \item[TeXLive::TLPOBJ] for \tlpobj\ files, basic + functionality like read, write, and member access and change + functions, etc. + \item[TeXLive::TLPDB] access to the \tl\ database. + \item[TeXLive::TLPostInstall] collects post installation actions + \end{description} + + \pause + Important for `us' as developer: + \begin{description} + \item[TeXLive::TLTREE] properties of the subversion + repository, in principle it is |svn status -v| + \item[TeXLive::TeXCatalogue] simple interface to the \TeX\ + Catalogue + \item[TeXLive::TLPSRC] for \tlpsrc\ files, basic + functionality like reade, write, etc + \item[TeXLive::TLUtils] some handy functions + \item[TeXLive::TLMedia] abstracts an arbitrary installation media + \end{description} +\end{frame} + +\begin{frame} + \frametitle{Other (planned/wished) \textsc{api}s} + \begin{description} + \item[texlua] next on the list to be done, would really help us a lot + \item[python] minimal code present (by Jim Hefferon) + \item[C] some code present, was a \textsc{GSoC} project, but no slot + available (code by Jjgod Jiang) + \item[bash] maybe, some code present (by the author) + \item[\ldots] no idea what else \ldots + \end{description} +\end{frame} + +\begin{frame} + \frametitle{Documentation} + \begin{itemize} + \item all modules contain a full documentation in pod format + \item additional text \textsc{api} document + \item article in Ars\TeX nica, 2007:4, 69--73, and in proceedings of + this conference (hopefully) + \end{itemize} +\end{frame} + +\begin{frame} + \frametitle{What to do with this stuff} + \begin{itemize} + \item installer: more or less done, see other talk + \item distribution inclusion: will hopefully work well + \item texdoctk++: tagged documentation files could be used to write + a better texdoctk, but depends on the information of the authors + in the \TeX~Catalogue + \item `\TeX\ Live Manager' \texttt{tlmgr} + \end{itemize} +\end{frame} + +\begin{frame} + \frametitle{\TeX\ Live Manager \texttt{tlmgr}} + New program collection several scripts under one hood, currently + supports: + \begin{itemize} + \item installation of additional packages or collections, with or + without automatic dependency installation + \item same with removal + \item update all packages to the newest versions available + \item paper configuration like texconfig, but also for Windows + \item listing of available and installed architectures, and adding + new architectures to the installation + \item searching the installed and all available packages + \item list all schemes, collections, packages + \item setting some default values like the installation location + \item regenerate fmtutil.cnf, language.dat, and updmap.cfg from the + information stored in the database and local additions + \item uninstall the whole installation + \end{itemize} +\end{frame} +\begin{frame} + \frametitle{Resources} + \begin{itemize} + \item \url{tex-live@tug.org} -- main contact point + \item \path{www.tug.org/texlive} -- the main entry point, with + links to developers' resources, documentation +\item \path{www.tug.org/svn/texlive/trunk/} -- web view onto the + subversion repository; +\item \path{svn://tug.org/texlive/trunk} -- svn repository, anonymous + access +\item \path{www.tug.org/texlive/pkgupdate.html} -- an + explanation how updates from \ctan\ to \tl\ are done. + \end{itemize} +\end{frame} +\end{document} diff -Nru texlive-lang-2007.dfsg.4/tlpkg/doc/articles/cstug08/talk-guit2008.tex texlive-lang-2009/tlpkg/doc/articles/cstug08/talk-guit2008.tex --- texlive-lang-2007.dfsg.4/tlpkg/doc/articles/cstug08/talk-guit2008.tex 1970-01-01 01:00:00.000000000 +0100 +++ texlive-lang-2009/tlpkg/doc/articles/cstug08/talk-guit2008.tex 2008-12-13 17:34:53.000000000 +0000 @@ -0,0 +1,311 @@ +\documentclass{beamer} +\usefonttheme{serif} +\usefonttheme{professionalfonts} +\usepackage[latin1]{inputenc} +\usepackage[T1]{fontenc} +\usepackage{hhline,bm,xspace,url} +\usepackage[expert]{lucidabr} +\renewcommand{\rmdefault}{hlhj} +\usepackage{fancyvrb} +\usepackage{url,xcolor} +\usepackage{marvosym} +\usepackage[color]{guit} +\usepackage{listings} +\lstset{frame=lines,basicstyle=\ttfamily,showspaces=true,prebreak={\Righttorque},postbreak={\Lefttorque},breaklines} +\newcommand{\tl}{\TeX~Live} +\newcommand{\tpm}{\texttt{tpm}} +\newcommand{\tpms}{\tpm{}s} +\newcommand{\tlpsrc}{\texttt{tlpsrc}} +\newcommand{\tlpsrcs}{\tlpsrc{}s} +\newcommand{\tlpobj}{\texttt{tlpobj}} +\newcommand{\tlpobjs}{\tlpobj{}s} +\newcommand{\tlpdb}{\texttt{tlpdb}} +\newcommand{\tlpdbs}{\tlpdb{}s} +\newcommand{\acro}[1]{\textsc{\MakeLowercase{#1}}} +\newcommand{\ctan}{\acro{CTAN}} +\newcommand{\cmd}[1]{\textsf{#1}} +\newcommand{\button}[1]{\textsf{#1}} +\newcommand{\var}[1]{\textsl{#1}} +\newcommand{\tlmgr}{\TeX~Live Manager} +\newcommand{\XeTeX}{Xe\TeX} + +\def\bigit{\\[\bigskipamount]} +\def\medit{\\[\medskipamount]} + +\hyphenation{infra-struc-ture} +\DefineShortVerb{\|} + +\usetheme[headheight=10pt,footheight=10pt]{boxes} +\setbeamercolor*{black on white}{bg=white,fg=black} +%\setbeamerfont*{black on white}{series=\scshape} +\addfootbox{black on white}{\hbox{\vbox to 10pt{\hspace{3em}Norbert +Preining, \tl~2008 and the \tl~Manager -- {\normalfont\guitmeeting 2007} + \hfill \insertframenumber\hspace{3em}~~\vfill}}} +\addheadbox{black on white}{\hbox{\vbox to 10pt{~~~\hfill\leavevmode\vfill}}} +\setbeamertemplate{navigation symbols}{} + +\setlength{\parskip}{\medskipamount} + +\def\cred#1{{\color{red}#1}} +\def\prog#1{\texttt{#1}} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% +% here begins the stuff +% +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +\title{\tl~2008 and the \tl~Manager} +\author{Norbert Preining} +\institute{Vienna University of Technology, Austria} +\date{\textsc{{\normalfont\guitmeeting*}~2008} + +Pisa, Italia \hspace{\bigskipamount} 18~October 2007} + +\begin{document} + +\frame{\titlepage} + + +\begin{frame} + \frametitle{Properties of the \tl\ distribution} + + \begin{itemize} + \item includes all the free stuff from \textsc{ctan} + \item ready for ``consumption'', i.e., runs from \textsc{dvd}, but + can also installed into the file system + \item available for a wide range of platform--operating system + combinations + \item currently is replacing te\TeX\ in many (Unix) distributions as + default \TeX\ system + \end{itemize} +\end{frame} + +\begin{frame} + \frametitle{Upstream organization} + \begin{itemize} + \item \textsc{svn} repository where many people have write permissions + \end{itemize} + + \pause + \cred{\huge STOP} + + \medskip + \pause + That was last year's talk \ldots +\end{frame} + + +\begin{frame} + \frametitle{The new installer} + \begin{itemize} + \item Installation from the Internet\\ + \uncover<2-2>{or from a rsync of the archive, or from the svn + checkout, (or from an installation)} + \item Text and \acro{GUI} mode\\ + \uncover<3-3>{text mode emulates former shell installer, also in + \acro{W32}, \acro{GUI} for all platforms} + \item Windows == Unix (\emph{cum grano salis})\\ + \uncover<4-4>{text and \acro{GUI} mode, -sys vs. user mode, same + texmf.cnf file} + \end{itemize} +\end{frame} + + +\begin{frame} + \frametitle{Where to start} + \begin{itemize} + \item Go and get it at + \url{http://mirror.ctan.org/systems/texlive/tlnet/2008}\\ + ~~ + \item \Verb+install-tl-unx.tar.gz+ for Unix-ish systems\\ + ~~ + \item \Verb+install.zip+ for all systems\\ + \uncover<2-2>{supports all systems, but ships Perl for \acro{W32}} + \item \acro{W32}: double-click the \url{.bat} file\\ + \uncover<3-3>{or start it from a cmd shell for additional arguments} + \item Unix: \url{./install-tl}\\ + \uncover<4-4>{and add arguments if you need them} + \end{itemize} +\end{frame} + + +\begin{frame} + \frametitle{Arguments for the Installer} + \begin{itemize} + \item \url{-location} installation source, can be\\ + \url{/normal/path}\\ + \url{file:/some/path}\\ + \url{ftp://some.server/path}\\ + \url{http://some.server/path} + \bigit + \item \url{-gui} tries to start the \acro{GUI} installer, + \url{-no-gui} for \acro{W32} to disable the default \acro{GUI} + installer \bigit + \item \url{-lang} specifies a language code, currently supported: + en, de, fr, it, nl, pl, sl, zh\_cn, zh\_tw + \item some more: \url{-profile}, \url{-non-admin}, \ldots + \end{itemize} +\end{frame} + +\begin{frame} + \frametitle{Demo Text and \acro{GUI} mode installer} + \begin{tabular}{ll} + \resizebox{0.5\columnwidth}{!}{\includegraphics{install08text-crop}} + & + \resizebox{0.5\columnwidth}{!}{\includegraphics{gui-installer.png}} + \end{tabular} +\end{frame} + +\begin{frame} + \frametitle{The \tlmgr} + Syntax: + \begin{center} + \texttt{tlmgr \alt<2>{\cred{[opt]...}}{[opt]...} \alt<3>{\cred{action}}{action} [opt]... [arg]...} + \end{center} + \only<2>{ + With first set of options: + \begin{itemize} + \item \url{-location} installation source, see above + \item \url{-gui} starts the \acro{GUI} + \item \url{-gui-lang} should be auto-detected, can be overridden + \item standard options \url{-help}, \url{-q}, \url{-v}, + \url{-version} + \end{itemize} + } + \only<3>{ + \begin{itemize} + \item general actions: search, show, list, uninstall, check, gui, + version, help\bigit + \item configuration actions: option, paper, generate, uninstall\bigit + \item package management actions: install, update, remove, backup, + restore, arch + \end{itemize} + } +\end{frame} + +\begin{frame} + \frametitle{The search (and show) action} + \begin{center} + \texttt{tlmgr [opt]... search \cred{[opt]... what}} + \end{center} + searches the \emph{locally} installed package names and descriptions + for \texttt{\cred{what}}. + + Options: + \begin{itemize} + \item \texttt{-global} also searches the remote database + \item \texttt{-file} searches for file names + \end{itemize} + \pause + \begin{center} + \texttt{tlmgr [opt]... show \cred{what}} + \end{center} + shows information on the given packages + + \pause + Demo +\end{frame} + +\begin{frame} + \frametitle{The install action} + \begin{center} + \texttt{tlmgr [opt]... install \cred{[opt]... what}} + \end{center} + installs the package \texttt{what} including all dependencies + + Options: + \begin{itemize} + \item \texttt{-no-depends} do not install dependencies + \item \texttt{-no-depends-at-all} do not even install architecture + specific sub-packages + \end{itemize} + + \pause + Demo +\end{frame} + +\begin{frame} + \frametitle{The update action} + \begin{center} + \texttt{tlmgr [opt]... update \cred{[opt]... what}} + \end{center} + installs the package \texttt{what} including all dependencies + + Options: + \begin{itemize} + \item \texttt{-list} list packages to be updated (or added) with + revisions + \item \texttt{-all} update everything + \item \texttt{-dry-run} don't actually do it + \item \texttt{-backupdir dir} saves a snapshot of the current status to + the specified directory + \item \texttt{-no-depends}, \texttt{-no-depends-at-all} as before + \end{itemize} + + \pause + Demo +\end{frame} + + +\begin{frame} + \frametitle{The \acro{GUI} of the \tlmgr} + + \begin{figure}[ht!] + \centering + \resizebox{\columnwidth}{!}{\includegraphics{tlmgrgui-update.png}} + \end{figure} + + Demo +\end{frame} + +\begin{frame} + \frametitle{What else -- Windows} + \begin{description} + \item[Perl and Ghostscript.] `hidden' copies, no interference with + full-scale distributions\bigit + \item[\texttt{fc-cache}] helps \XeTeX{} to handle fonts more + efficiently.\bigit + \item[PS\_View.] a new PostScript (and \acro{PDF} viewer + that is free software\bigit + \item[dviout] \acro{DVI} previewer + \end{description} +\end{frame} + +\begin{frame} + \frametitle{Really new -- Windows \acro{II}} + A \tlmgr\ Updater in \.exe format +\end{frame} + +\begin{frame} + \frametitle{Closing} + \begin{itemize} + \item very much work in progress, please do update your tlmgr + immediately after a new installation\bigit + \pause + \item the \acro{GUI} needs a lot of work, does not exhibit all the + functionality of the cmd line version \bigit + \pause + \item Perl programmers -- join us!\bigit + \end{itemize} +\end{frame} + +\begin{frame} + \begin{center} + {\Large Thanks} + + \bigskip + Karl Berry\\ + {\small for great enthusiasm and perpetual + support (and critical voices)} + + \pause + \bigskip + \acro{TUG} and \acro{DANTE}\\ + {\small for financial support when my laptop broke} + + \pause + \bigskip + Your Attention + \end{center} +\end{frame} +\end{document} Binary files /tmp/hvjTIsp08A/texlive-lang-2007.dfsg.4/tlpkg/doc/articles/cstug08/texcollection2008-large.png and /tmp/ah2wg1Ygu3/texlive-lang-2009/tlpkg/doc/articles/cstug08/texcollection2008-large.png differ Binary files /tmp/hvjTIsp08A/texlive-lang-2007.dfsg.4/tlpkg/doc/articles/cstug08/texlive2008-logo-2.png and /tmp/ah2wg1Ygu3/texlive-lang-2009/tlpkg/doc/articles/cstug08/texlive2008-logo-2.png differ Binary files /tmp/hvjTIsp08A/texlive-lang-2007.dfsg.4/tlpkg/doc/articles/cstug08/tlmgrgui-update.png and /tmp/ah2wg1Ygu3/texlive-lang-2009/tlpkg/doc/articles/cstug08/tlmgrgui-update.png differ Binary files /tmp/hvjTIsp08A/texlive-lang-2007.dfsg.4/tlpkg/doc/articles/cstug08/update-tlmgr-finish.png and /tmp/ah2wg1Ygu3/texlive-lang-2009/tlpkg/doc/articles/cstug08/update-tlmgr-finish.png differ Binary files /tmp/hvjTIsp08A/texlive-lang-2007.dfsg.4/tlpkg/doc/articles/cstug08/update-tlmgr-w32.png and /tmp/ah2wg1Ygu3/texlive-lang-2009/tlpkg/doc/articles/cstug08/update-tlmgr-w32.png differ Binary files /tmp/hvjTIsp08A/texlive-lang-2007.dfsg.4/tlpkg/doc/articles/guit07/tlinfra-guit07.pdf and /tmp/ah2wg1Ygu3/texlive-lang-2009/tlpkg/doc/articles/guit07/tlinfra-guit07.pdf differ diff -Nru texlive-lang-2007.dfsg.4/tlpkg/doc/articles/guit07/tlinfra-guit07.tex texlive-lang-2009/tlpkg/doc/articles/guit07/tlinfra-guit07.tex --- texlive-lang-2007.dfsg.4/tlpkg/doc/articles/guit07/tlinfra-guit07.tex 1970-01-01 01:00:00.000000000 +0100 +++ texlive-lang-2009/tlpkg/doc/articles/guit07/tlinfra-guit07.tex 2009-09-15 19:56:50.000000000 +0100 @@ -0,0 +1,595 @@ +% +% TeX Live's new infrastructure +% Norbert Preining +% Article presented on the 4th GuITmeeting, Pisa 13 October 2007 +% +% Copyright 2007 Norbert Preining +% You can redistribute and/or modify this document under the terms of the +% GNU General Public License as published by the Free Software Foundation; +% either version 2 of the License, or (at your option) any later version. +% +\documentclass{arstexnica} +\usepackage[latin1]{inputenc} +\usepackage[T1]{fontenc} +\usepackage{lmodern} +\usepackage[english]{babel} +\usepackage{graphicx} +\usepackage{hyperref} +\usepackage{fancyvrb} +\usepackage{url} +\usepackage{marvosym} +\usepackage{listings} +\lstset{frame=lines,basicstyle=\ttfamily,showspaces=true,prebreak={\Righttorque},postbreak={\Lefttorque},breaklines} +\newcommand{\tl}{\TeX~Live} +\newcommand{\ctan}{CTAN} +\newcommand{\tpm}{\texttt{tpm}} +\newcommand{\tpms}{\tpm{}s} +\newcommand{\tlpsrc}{\texttt{tlpsrc}} +\newcommand{\tlpsrcs}{\tlpsrc{}s} +\newcommand{\tlpobj}{\texttt{tlpobj}} +\newcommand{\tlpobjs}{\tlpobj{}s} +\newcommand{\tlpdb}{\texttt{tlpdb}} +\newcommand{\tlpdbs}{\tlpdb{}s} + +\hyphenation{infra-struc-ture} + +%\catcode`>=\active +%\def>#1<{\texttt{#1}} +\DefineShortVerb{\|} +\begin{document} +\begin{article} +%\selectlanguage{italian}% + +\title{\tl's new infrastructure\thanks{% + Article presented on the 4th GuITmeeting, Pisa 13 October 2007}} + +\author{Norbert Preining} +\address{Vienna University of Technology\\ + Wiedner Hauptstr.\ 10\\ + 1040 Wien, Austria} +\netaddress{preining@logic.at} + +\maketitle + + +\begin{abstract} +Since the release of \tl~2007 a new infrastructure for \tl\ +distribution and management has been developed. This article presents the +reasons for this switch, the ideas behind the new infrastructure, +software developed, and ways to incorporate this new +infrastructure. We will close with a look at what new features +this new infrastructure could bring to the \TeX\ (Live) world. +\end{abstract} + +% +% does not work in normal arstexnika mode, needs standalone, I leave +% this up to the editors +%\tableofcontents + +\section{Introduction} +\label{sec:intro} + +\tl\ is an easy way to get up and running with \TeX. It provides a +comprehensive \TeX\ system with binaries for most flavors of Unix, +including GNU/Linux, and also Windows. It includes all the major +\TeX-related programs, macro packages, and fonts that are free +software, including support for many languages around the world. + +Since 1996 it tries to bring to all \TeX-users as much material +from \ctan\ as possible, packaged for `consumption', i.e., for using it +as a live system from DVD, or installing it on a variety of operating +systems/architecture combinations. + +These two requirements, incorporating as much as possible from \ctan, +and providing binaries for a wide range of OS/arch combinations, has led +to a huge number of supporting scripts, in a wide variety of programming +languages (Perl, shell, XML, C, \ldots). These scripts were (and are) +used to generate installation media, check consistency, update +important files (e.g., for the installer), incorporating packages from +\ctan, just to name a few. There have been many contributors; Sebastian +Rahtz, Fabrice Popineau, and Karl Berry are the principal authors. + +As always with overload volunteers working on big projects, not much +was documented, programming was done by trial and error (see for +example the packaging scripts of Debian, one of my own more horrible +creations). This wouldn't have been reason enough to change things +this deep in the intestines of \tl, but other illusions and dreams +have driven us to rebuild from the ground up. + +\section{A world full of TPMs} +\label{sec:tpm} + +Up to \tl~2007 everything in \tl\ was organized in \tpms, an +acronym for `\TeX\ Package Manage[r/ment]'. One \tpm\ described more +or less one package from \ctan, containing the list of included +files, title, description, license information, sometimes version +numbers, additional information necessary for incorporation +(activation of map files, hyphenation patterns, and formats). + +Maintenance of these \tpms\ was mostly done by a Perl module |Tpm.pm| +written by Fabrice Popineau, and the accompanying mystical program +|tpm-factory.pl|, a script so full of possibilities that nobody +besides Fabrice probably ever understood everything that could be done with +it. Some of the jobs of this |tpm-factory.pl| were +\begin{itemize} +\item regeneration of the \tpms, this included some magic in finding + the right files +\item creation of a new \tpm\ for a newly installed package from \ctan +\item checking the coverage, i.e., checking that every file present in + the repository is actually contained in a \tpm. +\item duplication and dependency checks +\end{itemize} + +Alas, there have been some problems with all the \tpm-business: +\begin{itemize} +\item they contained a mixture of generated (file lists) and static + information (actions to be carried out); +\item they were full of duplicate information: version, license, + descriptions were taken now and then from the \TeX\ Catalogue, but + were typically horribly out of date or otherwise wrong; +\item we had to generate so-called `lists' files (line-oriented plain + text file lists) from the \tpms\ for the installer + because the XML syntax of the \tpms\ is not practical to parse from a simple + shell script. +\end{itemize} + +\section{Aims of the new infrastructure} +\label{sec:aims} + +So around mid-2006 discussion of a new infrastructure started, but +unfortunately, due to the usual time constraints of all involved, +without much concrete outcome except many emails. At least a preliminary +catalogue of items to be improved sprang into existence: + + +\paragraph{Separation of static from generated content} + +As already mentioned, the \tpms\ contained a wild mixture of stuff from +various sources (the file itself, the \TeX\ Catalogue, the +repository). The new infrastructure should have some kind of `source' +files where {\em only} the necessary information is stored, and all other +content is added at generation time (of whatever). Naturally that +could have been done on top of the \tpms, too, but starting from +scratch seemed to be a better option. + +\paragraph{Getting rid of lists files} + +Using the \tpms\ and some XSLT processing, the lists files were generated +before release. These lists files (one for each package, about 2000 in all) +must be read by the installer from the DVD, which caused a lot of +headache and slow installations. +%Furthermore, these list files often were forgotten, thus out of date. +%(during development, but not at the end! i hope :) --karl) + +The sole reason for the existence of these lists files was the fact +that the installer, written in shell, couldn't parse the XML \tpms, +since XML parsing programs cannot be assumed to be present at all +installations. The new infrastructure should be based on some format +that is easily parseable using stuff normally already present, or at +least necessary for \tl\ anyway. + +\paragraph{Single package updates via the web} + +Some \TeX\ distributions, notably MiKTeX, already support single package +updates over the Internet. +\tl, as big and nice as it is, still lacks this lovely feature. Of course +it was put high on the priority list to allow for single package +updates. + +\paragraph{Better documentation} + +Last, but not least, we hoped that by rewritting the infrastructure +and documenting it on the way we could provide a more stable foundation +for more development and improvement, thus attracting more +contributors. Furthermore, since te\TeX\ development has been stopped, +\tl\ is taking the place as the \TeX\ system of choice in many +GNU/Linux and other free distributions, and better documentation would +only help providing those distributions with some aid for the migration. + +\section{New infrastructure -- the basics} +\label{sec:basics} + +There are three type of files: \tlpsrc, \tlpobj, \tlpdb. The +format of these files are very similar to Debian's Package files: a +simple list of +\begin{center} + |key value| +\end{center} +(without leading spaces). Empty lines at the beginning and end of a +\tlpsrc\ or \tlpobj\ file are ignored. Also lines starting with \#\ are +ignored (to allow for comments). Some special cases apply for \tlpobj\ +files and the \tlpdb\ file, see below. + +\subsection{\tlpsrc\ file format} +\label{sec:tlpsrc} + +The possible keys and their respective interpretation for the \tlpsrc\ +files are: +\begin{description} +\item[name] identifies the package, |value| must consist only of + \verb+[-_a-zA-Z0-9]+. + +\item[category] + identifies the category into which this package belongs. Possible + categories are |Collection|, |Scheme|, |TLCore|, |Documentation|, + |Package|. There are no particular checks as to whether a + |tlpsrc| file called |collection-something| actually belongs to the + category |Collection|. Most packages will fall into the |Package| + category. These categories were inherited from the \tpm\ world and + may be modified at some point; for now, they suffice. + +\item[catalogue] + identifies the name under which this package can be found in the \TeX\ + Catalogue. If not present the name of the packages is taken as the + Catalogue entry. + +\item[shortdesc] + gives a one line description of the package. Susequent entries will + overwrite the former ones. In \tl\ only used for collections and + schemes. + +\item[longdesc] + gives a long description of the package. Susequent entries are added + up to a long text. In \tl\ only used for collections and + schemes. + +\item[depend] + gives the list of dependencies of the package in the form + \begin{center} + |Category/Name| + \end{center} + for |value|. All the depend lines contribute to the dependencies of + the package. + +\item[execute] + gives a free form entry of install time jobs to be + executed. Currently the following values are understood by + the installers: + \begin{itemize} + \item |execute addMap font.map|\\ + enables the font map file |font.map| in the |updmap.cfg| file. + \item |execute addMixedMap font.map|\\ + enables the font map file |font.map| for Mixed mode in the + |updmap.cfg| file. By the way, + the purpose of MixedMap is to help users with printers that render + the Type~1 versions of the fonts worse than the (mode-tuned) + bitmap-based Type~3 fonts. The entries from MixedMap are not + added to psfonts\_pk.map; that's the only difference. It's used for + fonts which have both Metafont and (typically) autotraced Type~1 + instantations. + + \item |execute BuildLanguageDat NN|\\ + activates all the hyphenation patterns found in + \path{Master/texmf/tex/generic/config/language.NN.dat} in the + generated |language.dat| file. + \item |execute BuildFormat FMTCFG|\\ + activates all the formats present in + \path{Master/texmf/fmtutil/format.FMTCFG.cnf} + in the generated |fmtutil.cnf| file. + \end{itemize} + +{ +\UndefineShortVerb{\|} +\item[(src|run|doc|bin)pattern pattern] + adds a pattern (see below) to the respective list of patterns. +} + +\end{description} + +\subsubsection{Patterns} +\label{sec:patterns} + +To automatically generate the file lists in \tlpobjs\ a specific +pattern language was developed. Patterns can include or exclude files +or whole sub-directories into the file list of a \tlpobj. Patterns are +of the form +\begin{center} + |[PREFIX]TYPE PAT| +\end{center} +where |PREFIX| can be |+|, |!+|, or |!|, and |TYPE| one of the letters +|t|, |f|, |d|, |r|. An initial |+| for the pattern indicates that the +automatically generated pattern should not be cleared (see below), +while the |!| indicates that the matching files should be excluded. + +The meaning of the various pattern types is +\begin{description} +\item[f path] + includes all files which match |path| where \emph{only} the last + component of |path| can contain the usual glob characters * and ? + (but no others!). +\item[d path] + includes all the files in and below the directory specified as + |path|. +\item[t word1 ... wordN wordL] + includes all the files in and below all directories of the form + \begin{center} + \path{word1/word2/.../wordN/.../any/dirs/.../wordL/} + \end{center} + i.e., all words but the last form the prefix of the path, then + there can be an arbitrary nesting of directories, followed by + |wordL| as another directory. +\item[r regexp] + includes all files matching the Perl regexp \verb+/^regexp$/+ +\end{description} + + +\subsubsection{Autogenerated patterns} +\label{sec:autogenpat} + +In the case that one of the pattern sections is empty or \emph{all} +the provided patterns have the prefix |+| (e.g., |+f ...|), then the +following patterns are \emph{automatically} added at expansion time +(but never written to the textual representation): + +\begin{itemize} +\item for runpatterns of category |Package| + \begin{center} + |t texmf-dist topdir name| + \end{center} + where |topdir| is one of: bibtex, context, dvips, fonts, makeindex, + metafont, metapost, mft, omega, scripts, tex, vtex. |name| refers to + the name of the package as given by the |name| directive. + + For other categories \emph{no} patterns are automatically added to + the list of runpatterns. +\item for docpattern of category |Package| + \begin{center} + |t texmf-dist doc name| + \end{center} + and for docpattern of category |Documentation| + \begin{center} + |t texmf-doc doc name| + \end{center} +\item for srcpattern of category |Package| + \begin{center} + |t texmf-dist source name| + \end{center} + and for srcpattern of category |Documentation| + \begin{center} + |t texmf-doc source name| + \end{center} +\end{itemize} +|binpatterns| are never automatically added. + +In addition some magic tricks have been added to make writing of +|binpatterns| easier: +\begin{description} +\item[arch expansion] + In case the string \verb+${ARCH}+ occurs in one |binpattern| it is + automatically expanded to the respective architecture. +\item[bat/exe/dll for win32] + For |binpatterns| of the form |f bin/win32/foobar| (i.e., also for a + binpattern of the form \verb+f bin/${ARCH}/foobar+) files + |foobar.bat|, |foobar.dll|, and |foobar.exe| are also matched. +\end{description} +The above two properties allows to capture the binaries for all +architectures in one binpattern: +\begin{center} + \verb+binpattern f bin/${ARCH}/dvips+ +\end{center} +will include |bin/win32/dvips.exe| in the runfiles when arch=win32. + +Note that the bat/exe expansion \emph{only} works for patterns of the +|f|-type. + +\subsection{\tlpobj\ file format} +\label{sec:tlpobj} + +These files are structurally similar to \tlpsrc\ files; the +only difference is that the |*pattern| keys are not allowed, their +place being taken by |*files| keys having a peculiar syntax (see +below). Furthermore, an additional key |revision| and all keys +matching |catalogue-*| are allowed. +The |catalogue-*| keys specify information simply copied from the \TeX\ +Catalogue. We'll discuss the others below. + +\subsubsection{The \texttt{revision} entry} + +The |revision| key is {\em not} related to the package's version as +specified by the author. Those versions are far too random, hard to +extract, and sometimes not even present, to be a reliable basis for a +packaging system. Instead, we look at all the package's files in the +\tl\ source repository, which is currently Subversion, and use the +maximum version number found there. Since Subversion uses simple +integers for version numbers, this is simple to use in programs, and +just as important, this whole process of finding the version number can +be reliably automated. + +\subsubsection{The \texttt{*files} entries} +\label{sec:keyfiles} + +While the |tlpsrc| files specify the files to be included using the +patterns, the |tlpobj| files contain the already expanded file list. +All the `files' keys have in common that they are followed by a list of +files (and possibly additional tags) indented by exactly one (1) space. They +differ only in the first line itself (described below). + + + +\begin{description} +\item[srcfiles, runfiles] each of these lines is (or better should be) + tagged with |size=NNNN| where |NNNN| is the sum of sizes of the single + files (currently in bytes), e.g., + \begin{center} + |srcfiles size=NNNNNN| + \end{center} +\item[docfiles] The docfiles line itself is similar to the |srcfiles| + and |runfiles| lines above: + \begin{center} + |docfiles size=NNNNNN| + \end{center} + But the lines listing the files are allowed to have additional tags + |details| and |language|: + \begin{center} + |file detail="foo bar" language="en"| + \end{center} + For an example see listing~\ref{achemso}. The reason to add these + tags is the hope that someone will write a nice replacement for + \path{texdoctk}. Note that these tags' source is the \TeX\ Catalogue, + and are in no way obligatory. +\item[binfiles] Since |binfiles| are different for the different + architectures, one \tlpobj\ file can contain |binfiles| lines for + different architectures. The architecture is specified on the + |binfiles| lines using the |arch=XXX| tag. Thus, |binfiles| lines look like + \begin{center} + |binfiles arch=XXXX size=NNNNN| + \end{center} + A more complete example taken from |bin-dvipsk.tlpobj| can be seen + in listing~\ref{dvipsk}. +\end{description} + +\begin{lstlisting}[caption={Excerpt from achemso.tlpobj},label=achemso] +... +docfiles size=135842 + texmf-dist/doc/latex/achemso/README details="Package Readme" language="de" + texmf-dist/doc/latex/achemso/achemso.pdf details="Package documentation" language="de" + ... +\end{lstlisting} + +\begin{lstlisting}[caption={Excerpt from bin-dvipsk.tlpobj},label=dvipsk] +name bin-dvipsk +category TLCore +revision 4427 +docfiles size=959434 + texmf/doc/dvips/dvips.html + ... +runfiles size=1702468 + texmf/dvips/base/color.pro + ... + texmf/scripts/pkfix/pkfix.pl +binfiles arch=i386-solaris size=329700 + bin/i386-solaris/afm2tfm + bin/i386-solaris/dvips + bin/i386-solaris/pkfix +binfiles arch=win32 size=161280 + bin/win32/afm2tfm.exe + bin/win32/dvips.exe + bin/win32/pkfix.exe +... +\end{lstlisting} + +\subsection{\tlpdb\ file format} +\label{sec:tlpdb} + +A \tlpdb\ file will describe the status of an installation, that is it +will contain all the installed packages' \tlpobj\ files. Thus, +the format of a \tlpdb\ file is quite simple. It is the concatenation +of \tlpobjs\ with (at least) one empty line between different +\tlpobjs. + + +\section{Programming APIs} + +Wrapping these file formats into a programming API represents +the actual work of realizing the new infrastructure. On the way we had +to create not only modules for accessing the content of the above +files in some object-oriented way, we also created some additional +modules for interfacing to the Subversion repository and the \TeX\ +Catalogue. + +Currently, the following modules are available in the \tl\ subversion +repository: +\begin{description} +\item[TeXLive::TLTREE] an object that exhibits the properties of the + subversion repository in some structured form. In principle it is + the scooping up of |svn status -v| output with post-processing + for easier and faster searches. +\item[TeXLive::TeXCatalogue] a very simple interface to the \TeX\ + Catalogue, barely providing minimal information. Will be used for + enriching the final database. +\item[TeXLive::TLPSRC] provides access to \tlpsrc\ files, basic + functionality like reading in, writing out, and member access + functions. In addition, it allows to generate, or expand, a |TLPSRC| + object to a |TLPOBJ| object using an instance of |TLTREE|. That is, + it takes the patterns specified in the \tlpsrc, and tries to find + all files matching these patterns. After this it recomputes the size + and returns a |TLPOBJ| object. +\item[TeXLive::TLPOBJ] provides access to \tlpobj\ files, and entries + stored in a a |TLPDB| object. As with the \tlpsrc, basic + functionalities are exported, and also a function to create a zip + file for the |TLPOBJ| (which later should be used for web updates or + building the `inst' CD), + and together with an instance of a |TeXCatalogue| object some + information can be transferred from the \TeX\ Catalogue to the + |TLPOBJ| object. +\item[TeXLive::TLPDB] provides access to the \tl\ database. These + files will serve the central purpose of describing the current + status of various media, like an installation on a user computer, or + the distribution. Comparing these status descriptions, update + programs can deduce what packages should be updated. +\item[TeXLive::TLPUtils] exports some handy functions used in all the + other modules. +\end{description} + +The full API documentation is provided in |pod| format within the perl +modules. A Perl API document +is available in the \tl\ subversion repository, too. + +In addition to the Perl API a start at a shell (sh, bash, etc.)\ API and +implementation has been created, but it presently lacks several key features, +and is not up to date. Jim Hef{}feron has contributed a start at a Python API. +However, we assume that on all computers Perl will be +available or will be installed during installation. + +\section{Integration into current \tl\ development} + +Around these modules several day-in-day-out tasks of the \tl\ +developers have been rewritten using the new infrastructure, the most +important one being the script |ctan2tl|. This is the script responsible for +transferring a package from \ctan\ into the right places in +the \tl\ repository, and preparing it for users. + +Other things already converted are automatic update of the +|texlive.tlpdb|, the file containing the |TLPDB|. + +On the other hand not everything has been done, the biggest piece for +sure is the rewrite of the installer. The old installer, relying on +the lists files we wanted to get rid of, is still the only one we +have. Furtunately we can generate lists files from the +|texlive.tlpdb|, but in the not-so-long run, meaning hopefully for +\tl~2008, we want to have a new installer. + +Other things still missing are coverage and duplication checks, but +those are quite easy to do using the Unix command world (|grep|, +|sort|, and |uniq| being the magic incantations). + +\section{Closing} +\label{sec:closing} + +Although we are quite confident that the new infrastructure will work +well, only the reality of the next release will prove us right or +wrong. Many of the key features of the new infrastructure have been +designed with the \tpm-system in mind, and some `features' carried +over will probably proven superfluous. Nothing with the current +infrastructure is written in stone, and we are open for proposals and +improvements, keeping in mind that releasing \tl\ should not be made +more difficult. + +That said, we invite contributors and everyone interested to contact +us at \url{tex-live@tug.org}, or take a look at the following +resources: +\begin{itemize} +\item \path{http://www.tug.org/texlive} -- the main entry point, with + links to developers' resources, documentation +\item \path{http://www.tug.org/svn/texlive/trunk/} -- web view onto the + subversion repository; +\item \path{svn://tug.org/texlive/trunk} -- svn repository, anonymous + access, take care when you checking out the repository, it needs + several Gigabyte of disk space; +\item \path{http://www.tug.org/texlive/pkgupdate.html} -- an + explanation how updates from \ctan\ to \tl\ are done. +\end{itemize} + +Finally, I want to thank all the contributors to \tl, there are too +many to mention. In the course of developing this infrastructure the +discussions with Karl Berry, Pawe\l{} Jackowski, Reinhard Kotucha, +Siep Kroonenberg, and Jerzy B. Ludwichowski were very helpful. + +%\bibliographystyle{arstexnica} +%\bibliography{atsample} + +\end{article} + +\end{document} + + Binary files /tmp/hvjTIsp08A/texlive-lang-2007.dfsg.4/tlpkg/doc/articles/guit08/dviout.png and /tmp/ah2wg1Ygu3/texlive-lang-2009/tlpkg/doc/articles/guit08/dviout.png differ Binary files /tmp/hvjTIsp08A/texlive-lang-2007.dfsg.4/tlpkg/doc/articles/guit08/gui-collections.png and /tmp/ah2wg1Ygu3/texlive-lang-2009/tlpkg/doc/articles/guit08/gui-collections.png differ Binary files /tmp/hvjTIsp08A/texlive-lang-2007.dfsg.4/tlpkg/doc/articles/guit08/gui-installer-de.png and /tmp/ah2wg1Ygu3/texlive-lang-2009/tlpkg/doc/articles/guit08/gui-installer-de.png differ Binary files /tmp/hvjTIsp08A/texlive-lang-2007.dfsg.4/tlpkg/doc/articles/guit08/gui-installer.png and /tmp/ah2wg1Ygu3/texlive-lang-2009/tlpkg/doc/articles/guit08/gui-installer.png differ Binary files /tmp/hvjTIsp08A/texlive-lang-2007.dfsg.4/tlpkg/doc/articles/guit08/gui-lang.png and /tmp/ah2wg1Ygu3/texlive-lang-2009/tlpkg/doc/articles/guit08/gui-lang.png differ Binary files /tmp/hvjTIsp08A/texlive-lang-2007.dfsg.4/tlpkg/doc/articles/guit08/gui-progress.png and /tmp/ah2wg1Ygu3/texlive-lang-2009/tlpkg/doc/articles/guit08/gui-progress.png differ Binary files /tmp/hvjTIsp08A/texlive-lang-2007.dfsg.4/tlpkg/doc/articles/guit08/gui-scheme.png and /tmp/ah2wg1Ygu3/texlive-lang-2009/tlpkg/doc/articles/guit08/gui-scheme.png differ Binary files /tmp/hvjTIsp08A/texlive-lang-2007.dfsg.4/tlpkg/doc/articles/guit08/gui-systems.png and /tmp/ah2wg1Ygu3/texlive-lang-2009/tlpkg/doc/articles/guit08/gui-systems.png differ diff -Nru texlive-lang-2007.dfsg.4/tlpkg/doc/articles/guit08/install08text.tex texlive-lang-2009/tlpkg/doc/articles/guit08/install08text.tex --- texlive-lang-2007.dfsg.4/tlpkg/doc/articles/guit08/install08text.tex 1970-01-01 01:00:00.000000000 +0100 +++ texlive-lang-2009/tlpkg/doc/articles/guit08/install08text.tex 2008-10-06 15:34:51.000000000 +0100 @@ -0,0 +1,57 @@ +\documentclass{article} +\pagestyle{empty} +\parindent 0pt +\begin{document} +\tiny +\begin{verbatim} +=================> TeX Live installation procedure <================ + +==> Note: Letters/digits in indicate menu items <== +==> for commands or configurable options <== + + Proposed platform: Intel x86_64 with GNU/Linux + + binary systems: 1 out of 15 + + Installation scheme (scheme-full) + + Customizing installation scheme: + standard collections + language collections + 83 collections out of 84, disk space required: 1426 MB + + directories: + TEXDIR (the main TeX directory): + /usr/local/texlive/2008 + TEXMFLOCAL (directory for site-wide local files): + /usr/local/texlive/texmf-local + TEXMFSYSVAR (directory for variable and automatically generated data): + /usr/local/texlive/2008/texmf-var + TEXMFSYSCONFIG (directory for local config): + /usr/local/texlive/2008/texmf-config + TEXMFHOME (directory for user-specific files): + ~/texmf + + options: + [ ] use letter size instead of A4 by default + [X] create all format files + [X] install macro/font doc tree + [X] install macro/font source tree + [ ] create symlinks in standard directories + + set up for running from DVD + +Other options: +==================================================================== + start installation to hard disk + help + quit + +Enter command: +\end{verbatim} +\end{document} + +latex install08text.tex +dvips -E install08text.dvi +epstopdf install08text.ps + diff -Nru texlive-lang-2007.dfsg.4/tlpkg/doc/articles/guit08/Makefile texlive-lang-2009/tlpkg/doc/articles/guit08/Makefile --- texlive-lang-2007.dfsg.4/tlpkg/doc/articles/guit08/Makefile 1970-01-01 01:00:00.000000000 +0100 +++ texlive-lang-2009/tlpkg/doc/articles/guit08/Makefile 2009-04-20 17:10:52.000000000 +0100 @@ -0,0 +1,61 @@ + +PNGS=gui-collections.png \ + gui-installer.png \ + gui-lang.png \ + gui-scheme.png \ + gui-systems.png \ + tlmgrgui-arch.png \ + tlmgrgui-install.png \ + tlmgrgui-options.png \ + tlmgrgui-remove.png \ + tlmgrgui-update.png \ + psview.png + +TEXSRC=tlmgr-article.tex \ + install08text-crop.pdf \ + $(PNGS) + +TEXSRCDTK=tlmgr-dtk.tex \ + tlmgr-dtk.ltx \ + install08text-crop.pdf \ + $(PNGS) + +first: tlmgr-article.pdf + +tlmgr-dtk.pdf: $(TEXSRCDTK) tlmgr-dtk.bbl + pdflatex tlmgr-dtk.ltx + pdflatex tlmgr-dtk.ltx + pdflatex tlmgr-dtk.ltx + +tlmgr-article.pdf: $(TEXSRC) tlmgr-article.bbl + pdflatex tlmgr-article + pdflatex tlmgr-article + pdflatex tlmgr-article + + +tlmgr-article.bbl: tlmgr-article.aux tlmgr-article.bib + bibtex tlmgr-article + +tlmgr-dtk.bbl: tlmgr-dtk.aux tlmgr-article.bib + bibtex tlmgr-dtk + +tlmgr-article.aux: $(TEXSRC) + pdflatex tlmgr-article + +tlmgr-dtk.aux: $(TEXSRCDTK) + pdflatex tlmgr-dtk.ltx + +install08text-crop.pdf: install08text.pdf + pdfcrop install08text.pdf + +install08text.pdf: install08text.tex + pdflatex install08text + +clean: + rm -f install08text-crop.pdf *~ *.{aux,log,bbl,blg,out} + rm -f install08text.pdf + +veryclean: clean + rm -f *.pdf + + Binary files /tmp/hvjTIsp08A/texlive-lang-2007.dfsg.4/tlpkg/doc/articles/guit08/psview.png and /tmp/ah2wg1Ygu3/texlive-lang-2009/tlpkg/doc/articles/guit08/psview.png differ diff -Nru texlive-lang-2007.dfsg.4/tlpkg/doc/articles/guit08/tlmgr-article.bib texlive-lang-2009/tlpkg/doc/articles/guit08/tlmgr-article.bib --- texlive-lang-2007.dfsg.4/tlpkg/doc/articles/guit08/tlmgr-article.bib 1970-01-01 01:00:00.000000000 +0100 +++ texlive-lang-2009/tlpkg/doc/articles/guit08/tlmgr-article.bib 2009-04-20 17:10:52.000000000 +0100 @@ -0,0 +1,27 @@ +@InProceedings{inst:package, + author = {Reinhard Kotucha and Siep Kroonenberg and Norbert Preining}, + title = {A new Installer for {\TeX} Live}, + booktitle = {Proceedings of the BachoTeX~2008}, + year = 2008, + month = {April}, + publisher = {GUST}} + +@Article{at:2007-4-069-preining, + author = {Norbert Preining}, + title = {{\TeX\ Live's} new infrastructure}, + journal = {Ars\TeX nica}, + year = 2007, + number = 4, + pages = {69-73}, + month = {Ottobre}, + language= {italian}, + issn= {1828-2350}, + url= {http://www.guit.sssup.it/arstexnica.php} +} + + +@Misc{tlmgr-manpage, + key = {tlmgr}, + title = {Online Version der tlmgr Dokumentation}, + howpublished = {\url{http://www.tug.org/texlive/doc/tlmgr.html}}} + Binary files /tmp/hvjTIsp08A/texlive-lang-2007.dfsg.4/tlpkg/doc/articles/guit08/tlmgr-article.pdf and /tmp/ah2wg1Ygu3/texlive-lang-2009/tlpkg/doc/articles/guit08/tlmgr-article.pdf differ diff -Nru texlive-lang-2007.dfsg.4/tlpkg/doc/articles/guit08/tlmgr-article.tex texlive-lang-2009/tlpkg/doc/articles/guit08/tlmgr-article.tex --- texlive-lang-2007.dfsg.4/tlpkg/doc/articles/guit08/tlmgr-article.tex 1970-01-01 01:00:00.000000000 +0100 +++ texlive-lang-2009/tlpkg/doc/articles/guit08/tlmgr-article.tex 2009-04-20 17:10:52.000000000 +0100 @@ -0,0 +1,921 @@ +% +% Norbert Preining +% Article presented on the 5th GuITmeeting, Pisa 18 October 2008 +% +% Copyright 2008 Norbert Preining +% You can redistribute and/or modify this document under the terms of the +% GNU General Public License as published by the Free Software Foundation; +% either version 2 of the License, or (at your option) any later version. +% +\documentclass{arstexnica} +\usepackage[utf8]{inputenc} +\usepackage[T1]{fontenc} +\usepackage{lmodern} +\usepackage[english]{babel} +\usepackage{graphicx} +\usepackage{hyperref} +\usepackage{fancyvrb} +\usepackage{url} +\usepackage{natbib} +\usepackage{marvosym} +\usepackage{listings} +\lstset{frame=lines,basicstyle=\small\ttfamily,prebreak={\Righttorque}, + postbreak={\Lefttorque},columns=flexible}%,breaklines} +\newcommand{\tl}{\TeX~Live} +\newcommand{\tlmgr}{\TeX~Live Manager} + +\newcommand{\tlpsrc}{\texttt{tlpsrc}} +\newcommand{\tlpsrcs}{\tlpsrc{}s} +\newcommand{\tlpobj}{\texttt{tlpobj}} +\newcommand{\tlpobjs}{\tlpobj{}s} +\newcommand{\tlpdb}{\texttt{tlpdb}} +\newcommand{\tlpdbs}{\tlpdb{}s} +\newcommand{\pl}{Perl} +\newcommand{\gs}{Ghostscript} +\newcommand{\tlu}{\texttt{texlua}} +\newcommand{\kpse}{Kpathsea} +\newcommand{\XeTeX}{Xe\TeX} +\newcommand{\acro}[1]{\textsc{\MakeLowercase{#1}}} +\newcommand{\ctan}{\acro{CTAN}} +\newcommand{\cmd}[1]{\textsf{#1}} +\newcommand{\button}[1]{\textsf{#1}} +\newcommand{\var}[1]{\textsl{#1}} + +\hyphenation{infra-struc-ture} + +%\catcode`>=\active +%\def>#1<{\texttt{#1}} +\DefineShortVerb{\|} +\begin{document} +\begin{article} +%\selectlanguage{italian}% + +\title{\tl~2008 and the \TeX\ Live Manager% + \thanks{Originally presented at the \GuIT\ Conference 2008 in Pisa, and + published in Ars\TeX nica, issue~6}} + +\author{Norbert Preining} +\address{Vienna University of Technology\\ + %Wiedner Hauptstr.\ 10\\ + %1040 Wien, Austria +} +\netaddress{preining@logic.at} + +\maketitle + + +\begin{abstract} +\tl~2008 has been released recently, and the \acro{DVD}s are ready to +go gold. This is the first release of \tl\ shipping the \tlmgr, tlmgr +for short. + +Besides taking over some of the tasks from texconfig (which has never been +available for Windows) it finally brings many new features +to the \tl\ world, most importantly the option for dynamic updates. + +This article will present the new \tl\ Installer, the \tlmgr, and +at the end lists other changes in \tl~2008. +\end{abstract} + +\tableofcontents + +\section*{Important note} + +This article describes the status of the \tlmgr\ as it will be shipped +around October~2008, and not the one on \acro{DVD}. The +version on the \acro{DVD} works fine for local configuration +tasks (which is why we felt it could be shipped), but is not +sufficiently robust for reliable updates over the Internet. Users' +first update will be to get the new tlmgr. + +\section{Introduction} +\label{sec:intro} + +After more than one year of development work \tl~2008 has been +released with a complete new infrastructure \citep{at:2007-4-069-preining}. +At first these infrastructure changes were only relevant for the +developers themselves, since it made life (a bit) easier and the +system more consistent due to the elimination of duplicated +information. + +As a first user-visible change came the unification of the installer, +so that all supported platforms now share the same +installer. Furthermore, this installer has gotten a \acro{GUI} which +also is uniform across all platforms. On Unix systems the only +prerequsites are a Perl installation, and for the \acro{GUI} the +installation of Perl/Tk. On Windows we ship a minimal Perl with +the necessary modules. + +The first part of this article will give an overview of the new +installer. + +The second user-visible change came from the addition of the \tlmgr, +or tlmgr for short, to the list of programs. It manages an existing \tl\ +installation, both packages and options. Besides performing many of +the same actions as |texconfig| it has the ability to install +additional packages, update and remove existing ones, make backups, +search within and list all packages. + +\section{The new installer} +\label{sec:installer} + +The creation of a new \tl\ installer was necessitated by the new +package infrastructure \citep{at:2007-4-069-preining}. From a user's +point of view the new installer has only one visual change, but there +other significant changes. In particular: +\begin{itemize} +\item It is possible to install \tl\ from the Internet. +\item There is just one installer, which can run either in text + mode, emulating the former install-tl.sh shell script, + or in \acro{GUI} mode (more or less emulating the \tl\ 2007 tlpmgui). +\item The Windows installation is much closer to using the same + implementation as Unix. +\end{itemize} + +\subsection{Install \tl\ from the Internet} + +If you got (by the time you read this article) a \tl\ \acro{DVD} you +can just start the installer as usual. On Windows this will be by +default the \acro{GUI} installer (see below), on Unix the text mode +installer. + +We also ship an installation package \citep{inst:package} containing +all the necessary files for an installation over the network. By +default, normal installation will use a \ctan\ mirror, +selected using the |http://mirror.ctan.org| service. (See +|http://tug.org/ctan.html#sites|.) + +Two installers for network downloads are provided. +|install-tl-unx.tar.gz| supports Unix only. |install-tl.zip| +additionally contains a small subset of Perl for Windows which is +required to bootstrap the system. The latter works on all platforms +supported by \tl. The sole reason for providing a separate package +for Unix is its significantly smaller size. + +In any case you can override the source from which you want to install +with the command line option |-location|. + +\subsection{The text mode installer} + +If you have used \tl\ in recent years you will see no big changes in +the text mode installer (see fig.~\ref{fig:text_main_menu}); we tried +to keep it as close as possible to the one used in former +releases. One new option is at the bottom of the menu, namely +\emph{set up for running from DVD}. This is what we call \emph{live} +installation: +it sets up a minimal writable environment on your computer, while all the input +files and binaries remain on the \acro{DVD}. + +\begin{figure}[ht!] + \centering + \resizebox{\columnwidth}{!}{\includegraphics{install08text-crop}} + \caption{Main menu of the text mode installer} + \label{fig:text_main_menu} +\end{figure} + +\subsection{The GUI Installer} + +The \acro{GUI} installer has nearly the same functionality as the text +version; the option to set up for live installation is the only missing +piece. It is written in Perl/Tk and thus should run on all platforms (on +Unix Perl/Tk has to be installed). + +\begin{figure}[ht!] + \centering + \resizebox{\columnwidth}{!}{\includegraphics{gui-installer.png}} + \caption{Main window of the \acro{GUI} installer} + \label{fig:gui_main_menu} +\end{figure} + +The main window can be seen in fig.~\ref{fig:gui_main_menu}. It should +remind you very much of the text mode installer. As with the text mode +installer it allows you to change which binary systems should be +installed (fig.~\ref{fig:gui_systems}), select the scheme to be +installed (fig.~\ref{fig:gui_scheme}), where a \emph{scheme} is a +pre-defined set of +collections to be installed, and further specify in more detail which +collections (a collection is a set of packages) and which language +packages to +install (fig.~\ref{fig:gui_coll} and~\ref{fig:gui_lang}). You +can select the installation directories for \tl\ and toggle some +options, all in line with the installer of recent years and the text +mode installer. + +\begin{figure}[ht!] + \centering + \resizebox{0.5\columnwidth}{!}{\includegraphics{gui-systems.png}} + \caption{Binary system select window} + \label{fig:gui_systems} +\end{figure} + +\begin{figure}[ht!] + \centering + \resizebox{\columnwidth}{!}{\includegraphics{gui-scheme.png}} + \caption{Scheme select window} + \label{fig:gui_scheme} +\end{figure} + +\begin{figure}[ht!] + \centering + \resizebox{\columnwidth}{!}{\includegraphics{gui-collections.png}} + \caption{Collections select window} + \label{fig:gui_coll} +\end{figure} + +\begin{figure}[ht!] + \centering + \resizebox{\columnwidth}{!}{\includegraphics{gui-lang.png}} + \caption{Language packs select window} + \label{fig:gui_lang} +\end{figure} + +During installation the main window's status line will indicate what +is going on currently, and at the same time the program will print out +to the terminal the same output as the normal installer. + +For both the text mode installer and the \acro{GUI} mode installer, a +log file with more details is +created in the installation directory as |install-tl.log|. (If you +report installation problems, please send us this log file.) + +\subsection{Bringing Windows in line with Unix} + +\tl\ 2008 supports Windows 2000 and later. By dropping older Windows +versions, there is much less need to treat Windows specially. + +Under Windows 2000 and later, users have a real home directory, +viz. \verb+%USERPROFILE%+, usually +\verb+C:\Documents and Settings\+\textit{username}. + +This is now reflected in tilde expansion by \kpse: +\verb+~/texmf+ is expanded to \verb+%USERPROFILE%\texmf+ +under Windows and to \verb+$HOME/texmf+ under Unix. + +It is also possible to differentiate between system settings and +user settings. Happily, there is no longer any need to have a different +set of \texttt{texmf} trees on Windows, or to leave out scripts such as +\texttt{fmtutil-sys} and \texttt{updmap-sys}. We also +have a single \texttt{texmf.cnf} used on all platforms. + + +% +% +% +\section{The \tlmgr} + +\tlmgr\ provides a wealth of options and commands; we will explain them +all here, some tersely, some in more detail. Of course we expect to add +more features in the future. + +\subsection{The \tl\ Database} + +First of all, it is important to understand where all the information about +installed packages and other options are saved. This is the \tl\ +database, which normally can be found in \path{ROOT/tlpkg/texlive.tlpdb} +(where |ROOT| is the destination folder you have choosen at +installation time). It contains the list of all packages, all the +files installed, and in addition to that collects configuration +information like the default installation source, and the options you +have set at installation time (e.g., whether you want A4 or letter-size +paper by default). + +Most of tlmgr's actions will load the local database, and many +actions will also load a remote database: If you want to install a +package, the \tlmgr\ will load the database of the specified installation server +and checks whether this package exists. + +Although we say \emph{remote}, it is not necessarily a remote +network location. If you install from \acro{DVD} the default +installation source will be the \acro{DVD}, and tlmgr will +load the database located on the \acro{DVD} when needed. + +\subsection{General syntax of tlmgr} + +The general syntax of tlmgr is +\begin{center} + \Verb+tlmgr [opt]... action [opt]... [arg]...+ +\end{center} +The first set of options before the main |action| configure the general +operation of tlmgr, while the second set of options are specific to +the chosen |action|. We do not support mixing and reshuffling of all +these options, partly for the sake of clarity, and also for programming +reasons. + +The first set of options can contain +\begin{itemize} +\item |--location| \var{loc} specifies the location from which + packages should be installed or updated, overriding the location + found in the installation's \tl\ Package Database (\acro{TLPDB}). +\item |--gui| starts the \acro{GUI} version of tlmgr. + The \acro{GUI} does not support all the bells + and whistles of the command-line program. It is in fact a separate + program that calls the command-line version to do the actual work. + The difference between this |--gui| option and the |gui| action (see + below) is that given the option, + tlmgr tries to open the \acro{GUI} directly at the screen + for the specified |action|. +\item |--gui-lang| \var{ll} selects the language in which the \acro{GUI} will + appear. Normally the \acro{GUI} tries to deduce your language from + the environment (on Windows via the registry, on Unix via + |LC_MESSAGES|). If that fails you can select a different language by + giving this option a two-letter language code. +\end{itemize} + +Furthermore, some standard options are supported: |--help| (also |-h|) +for getting help, |-q| which supresses informational messages, and +|-v| (verbose) for turning on debugging options. With |--version| the +script will show you the version of your \tl\ system and of itself. + +\subsection{The actions} + +There is a (permanently growing) list of actions, currently: |help|, |version|, +|gui|, |install|, |update|, |backup|, |restore|, |remove|, |option|, +|paper|, |arch|, |search|, |show|, |list|, |check|, |uninstall|, |generate|. + +\paragraph{The general actions} + +\begin{itemize} +\item |search [|\var{option}|...] |\var{what} Without any options, search in the list + of locally installed packages for package names or descriptions + matching |what|. If you give the option |--global| it also searches + the remote database. This might differ in case you have not + installed all of \tl, but only a part of it. Finally, if you specify + |--file| then files are searched, and not package names. +\item |show |\var{pkg}|...| gives you more detailed information on the + listed packages. If all packages are installed locally, it does not + consult the remote database. +\item \Verb+list [collections|schemes]+ With no argument, lists all + packages available at the default install location, prefixing those + already installed with "i ". With an argument lists only collections + or schemes, as requested. +\item |uninstall| This action will ask for confirmation, and then remove + the entire installation. Don't do it or we will be sad. If you give + the |--force| option, it does not even ask, but proceeds + immediately with the removal. +\item \Verb+check [files|collections|all]+ Executes one (or all) + check(s) on the consistency of the installation. For |files| it + checks that all files listed in the local database + are actually present, and lists those missing.% +% \footnote{On Windows that will not work currently, since +% Windows does not ship find. Also MacOS seems to ship a strange +% find implementation that does not support -wholename, so that +% will break, too.} + The option |--use-svn| will use the |svn| command to check for the + files. +\item |gui| starts the \acro{GUI}, as explained above at |--gui|. +\item |version| is the same as |--version|. +\item |help| is the same as |--help|. +\end{itemize} + +\paragraph{The configuration actions} +\begin{itemize} +\item |option [show]| Shows all configuration settings currently + saved in the local database. The |show| option is accepted and ignored. +\item |option |\var{key} |[|\var{value}|]| Without the + \var{value}, shows the current value + of the configuration option \var{key}; with \var{value}, sets this + configuration option. Currently accepted |key|s are |location| + (default installation location), |formats| (create formats at + installation time), |docfiles| (install documentation files), + |srcfiles| (install source files). These are the options you have + set at installation time and will be honoured at \emph{later} install and + upgrade actions. For example, changing the |docfiles| + options from false to true will not install or remove the already + present documentation files. But a subsequent update will install or remove + them. +\item |paper |\var{paper} Sets the default papersize; possible values + are |a4| and |letter|. +\item \var{program} \Verb+paper [help|+\var{paper}|]| + This allows setting different paper sizes for the specified + \var{program}: |xdvi|, |dvips|, |pdftex|, |dvipdfm|, + |dvipdfmx|, |context|. Without any additional argument it reports the + currently selected papersize. With |help|, it issues all the + supported paper sizes for that program. And if you specify a paper size, + it will be set as default papersize for the given program. +\item |generate |\var{what} This command generates one or more + configuration files, as follows: + + Giving |language.dat| for \var{what} + generates the |language.dat| file which specifies the + hyphenation patterns to be loaded for \LaTeX-based formats. + Giving |language.def| for \var{what} generates the |language.def| + file which specifies hyphenation patterns to be loaded for + |etex|-based formats. + Specifying |language| for |what| + generates both of these files. + + Giving |fmtutil| for \var{what} generates the |fmtutil.cnf| file which + contains the definitions of all formats available. + + Giving |updmap| for \var{what} generates the |updmap.cfg| file which + lists all the installed font map files. + + For |fmtutil| and the language files, recreating is normal and both the + installer and tlmgr routinely call that. + + For |updmap|, however, neither the installer nor tlmgr use + |generate|, because the result would be to disable all maps which + have been manually installed via |updmap-sys --enable|, e.g., for + proprietary or local fonts. Only the changes in the |--localcfg| + file mentioned below are incorporated by |generate|. + + On the other hand, if you only use the fonts and font packages + within \TeX\ Live, there is nothing wrong with using |generate updmap|. + Indeed, we use it to generate the |updmap.cfg| file that is + maintained in the live source repository. + + If the files |language-local.dat|, |language-local.def|, + |fmtutil-local.cnf|, or |updmap-local.cfg| are present under + \path{TEXMFLOCAL} in the respective directories, their contents will + be simply merged into the final files, with no error checking of any + kind. +\end{itemize} + + +\paragraph{The package management actions} +\begin{itemize} +\item |install| \var{pkg}\ldots\ installs the packages given as argument. + By default, installing a package + also installs all of its dependencies. + The following options are supported: |--no-depends| will + not install dependent packages. There is also |--no-depends-at-all| + which in addition + disregards the tightly coupled packages architecture-specific + executables; for example, + |bin-bibtex| and |bin-bibtex.i386-linux|. That is something you + should never use unless you are sure you know what you are + doing. |--dry-run| fakes the installation without changing anything. +\item |update| \var{pkg}\ldots\ updates the packages given as arguments. + In addition, if the \var{pkg} is a collection, and the remote server + has new packages in this collection, they will be installed, + following the dependencies specified in the collection. Options: + \begin{description} + \item |--list| Lists the packages which would be updated or newly + installed, but does not do the update. It also lists the revision + numbers of the local and the remote packages. + \item |--all| Update all out-of-date packages. + \item |--dry-run| Fake the updates without changing anything. + \item |--backupdir |\var{directory} + Save a snapshot of the current package (as installed) in \var{directory}, + before the package is updated. This way one can easily recover + in case an update turned out as not working. See the + |restore| action for details. + \item |--no-depends| Do not install normal dependencies. + \item |--no-depends-at-all| See |install| above for this option. + \end{description} +\item |remove| \var{pkg}\ldots\ + removes the packages given as arguments. Removing a + collection will remove all package dependencies (but not collection + dependencies) in that collection, unless |--no-depends| is + specified. However, when removing a package, dependencies are + never removed. + + Options: + \begin{description} + \item |--no-depends| Do not remove dependent packages. + \item |--no-depends-at-all| See |install| above for this option. + \item |--force| + By default, when removing a package or collection would + invalidate a dependency of another collection/scheme, the + package is not be removed and an error is given. With this + option, the package will be removed unconditionally. Use with + care. + \item |--dry-run| + Fake the removals without actually changing anything. + \end{description} +\item |backup| \var{pkg}\ldots\ + makes a backup of the given packages, or all packages + with |--all|, to the directory specified with |--backupdir| (must + exist and be writable. + + The following options are supported: + \begin{description} + \item |--backupdir |\var{directory} + The directory is a required argument and must specify an existing + directory where backups are to be placed. + \item |--all| + Make a backup of all packages in the \TeX\ Live installation. + This will take quite a lot of space and time. + \end{description} + +\item |restore --backupdir |\var{dir} |[|\var{pkg} |[|\var{rev}|]]|\\ + If no |pkg| is given (and thus no |rev|), lists the available backup + revisions for all packages. + + With |pkg| given but no |rev|, list all available backup revisions + of |pkg|. + + With both |pkg| and |rev|, tries to restore the package from the + specified backup. + + The option |--backupdir dir| is required, and must specify a + directory with backups. + + The option |--dry-run| is also supported, as usual. + +\item |arch |\var{operation} \var{arg}\ldots + If \var{operation} is |list|, this + lists the names of architectures (|i386-linux|, \ldots)\ available at + the default install location. + + If \var{operation} is |add|, adds the executables for each of the following + arguments (architecture names) to the installation. + + The option |--dry-run| is also supported, as usual. +\end{itemize} + + +\subsection{Typical usage of tlmgr} + +Here we present some typical usage examples of the \tlmgr. + +\paragraph{Installing a new collection} + +Suppose that you installed |scheme-medium| and then realize that the +hyphenation patterns for some language you are using haven't been +installed, say, Norwegian. First you fire up tlmgr to search for +the support: +\begin{lstlisting} +$ tlmgr search --global norwegian +collection-langnorwegian - Norwegian +hyphen-norwegian - +\end{lstlisting} +and then to install this collection: +\begin{lstlisting} +$ tlmgr install collection-langnorwegian +install: collection-langnorwegian +install: hyphen-norwegian +regenerating language.dat +regenerating language.def +\end{lstlisting} +and then it continues to regenerate all the format files depending on +either |language.dat| or |language.def|. (If the +the |formats| option is changed to false in the local database, the +format rebuilding will be skipped. The default is to do so, to keep +them up to date without manual intervention.) + + +\paragraph{Searching for a package} + +You want to typeset an invitation in a special form, say +in the shape of a heart. Your first try is +\begin{lstlisting} +$ tlmgr search paragraph +\end{lstlisting} +but that yields no output. Maybe it's not installed? +So try a global search: +\lstset{breaklines} +\begin{lstlisting} +$ tlmgr search -global paragraph +tlmgr: installation location /src/TeX/texlive-svn/Master + bigfoot - Footnotes for critical editions + edmargin - Multiple series of endnotes for critical editions + footmisc - A range of footnote options + genmpage - Generalization of LaTeX's minipages + hanging - Hanging paragraphs + ibycus-babel - Use the Ibycus 4 Greek font with Babel + insbox - A TeX macro for inserting pictures/boxes into paragraphs + layouts - Display various elements of a document's layout + lettrine - Typeset dropped capitals + lineno - Line numbers on paragraphs + lipsum - Easy access to the Lorem Ipsum dummy text + moresize - Allows font sizes up to 35.83pt + ncctools - A collection of general packages for LaTeX + paralist - Enumerate and itemize within paragraphs + picinpar - Insert pictures into paragraphs + plari - Typesetting stageplay scripts + seqsplit - Split long sequences of characters in a neutral way + shapepar - A macro to typeset paragraphs in specific shapes + vwcol - Variable-width multiple text columns +\end{lstlisting} +and here we are, \texttt{shapepar} seems to be what's needed. So let +us see what it is: +\begin{lstlisting} +$ tlmgr show shapepar +tlmgr: installation location /src/TeX/texlive-svn/Master +Package: shapepar +Category: Package +ShortDesc: A macro to typeset paragraphs in specific shapes. +LongDesc: \shapepar is a macro to typeset paragraphs in a +special ... +Installed: No +Collection:collection-latexextra +\end{lstlisting} +Ok, confirmed, now we can either install the +respective collection using +\begin{lstlisting} +$ tlmgr install collection-latexextra +\end{lstlisting} +which will install quite a lot of packages, or only that one single +package in the hope that it does not depend on anything else: +\begin{lstlisting} +$ tlmgr install shapepar +tlmgr: installation location /src/TeX/texlive-svn/Master +install: shapepar +running mktexlsr +... +\end{lstlisting} + +These examples are about finding uninstalled packages. The default for +\tl\ is a full installation, i.e., everything is installed that is +available. + +\paragraph{Updating your installation} + +After the initial installation you want to get the latest and +greatest of everything, but first you want to see what that means: +\begin{lstlisting} +$ tlmgr update --list +tlmgr: installation location /mnt/cdrom +Cannot load TeX Live database from /mnt/cdrom at /home/norbert/tltest/2008/bin/i386-linux/tlmgr line 1505, line 1982. +\end{lstlisting} +Hmm, there seems to be an error, it tries to install from the \acro{DVD} +which you returned to your friend last week. Well, then you +should switch to the network installation source; best to do it +for all future sessions by saving it as default +location. But what was that strange address again? Fortunately you can +tell tlmgr to use \acro{CTAN} and it will know what to do: +\begin{lstlisting} +$ tlmgr option location ctan +tlmgr: setting default installation location to http://mirror.ctan.org/systems/texlive/tlnet/2008 +\end{lstlisting} +Fine. Now let us see what we can upgrade: +\begin{lstlisting} +$ tlmgr update --list +shapepar: local: 10400, source: 10567 +bin-texlive: local: 10693, source: 10750 +pdftex: local: 10622, source: 10705 +texlive.infra: local: 10685, source: 10748 +\end{lstlisting} +Well, some things are there, so let us update all of them at once: +\begin{lstlisting} +$ tlmgr update --all +update: shapepar (10400 -> 10567) ... done +update: bin-texlive (10693 -> 10750) ... done +update: pdftex (10622 -> 10705) ... done +update: texlive.infra (10685 -> 10748) ... done +running mktexlsr ... +\end{lstlisting} + +\paragraph{Paper size configuration} + +You are moving to Japan and want letter as your default paper size; +nothing easier: +\begin{lstlisting} +$ tlmgr paper letter +\end{lstlisting} +will switch to letter for the most important programs, and at also +recreate the formats. + +\section{The GUI for tlmgr} + +To make most Windows users and some Unix users happy we provide a +front end for the \tlmgr\ written in Perl/Tk. It does not do the +actual work, but leaves that for tlmgr. It also does not provide quite the +full functionality of tlmgr, but almost all of it is there. + +This program features several screens for different functionalities: +installation, update, and removal of packages, removal of \tl\ as a +whole, architecture support and configuration. + +The \acro{GUI} is started with either \texttt{tlmgr gui} or +\texttt{tlmgr --gui action} where \texttt{action} is one of the +actions given above. In the latter case it tries to open the respective screen of +the \acro{GUI}. + +\subsection{The install screen} + +The first window to be seen normally is the package installation +screen (fig.~\ref{fig:gui:install}). + +\begin{figure}[ht!] + \centering + \resizebox{\columnwidth}{!}{\includegraphics{tlmgrgui-install.png}} + \caption{\tlmgr\ \acro{GUI} install screen} + \label{fig:gui:install} +\end{figure} + +At the top you see the current installation source, as given either on +the command line of tlmgr, or in the absence of a command line +argument as taken from the default option. It is \emph{not} loaded +automatically, you have to press the \button{Load} button, or the +\button{Change} button to select a different installation source for +this run only. Below you see the list of available packages on the +left, first all the collections and schemes, then all the +other packages in alphabetic order. You can search by entering a +string into the search text field, which immediately jumps to the +first entry. The button \button{Next} jumps to the next match. After +selecting one package you can see its description in the right half of +this screen. Below there is the action button for installing the +selected package(s), and also a switch that allows you to install a +package without those it depends on. + +\subsection{The update screen} + +The update screen is similar to the install screen, but only +lists those packages which have an upgrade available on the +installation location. The upper part of the right pane gives you +information on the package, and in the action area below you see two +buttons, one for updating only the selected packages, and one for +updating all packages. + +In fig.~\ref{fig:gui:update} you can see the update screen with +updates available and the information for the selected package shown +in the right part of the screen. + +\begin{figure}[ht!] + \centering + \resizebox{\columnwidth}{!}{\includegraphics{tlmgrgui-update.png}} + \caption{\tlmgr\ \acro{GUI} update screen} + \label{fig:gui:update} +\end{figure} + +\subsection{The remove screen} + +The remove screen is also similar to the install screen, with the +list of all installed packages in the left part, the +information window in the upper right part, and the action area with +two toggles and the remove button in the lower right part; see +fig.~\ref{fig:gui:remove}. + +The two toggles correspond to the option |--force| and |--no-depends| +of the tlmgr |remove| action, see above. + +\begin{figure}[ht!] + \centering + \resizebox{\columnwidth}{!}{\includegraphics{tlmgrgui-remove.png}} + \caption{\tlmgr\ \acro{GUI} remove screen} + \label{fig:gui:remove} +\end{figure} + +\subsection{The uninstallation screen} + +This screen only sports one button which allows you to completely remove +the \tl\ installation from your system. This button is not present on +Windows systems, being replaced by an informational note that you should +use the \cmd{Add/Remove} entry from the Control Panel. + +\subsection{The architectures screen} + +\tl\ allows you to install the binaries for several +architecture-operating system combinations in case you want to +distribute your installation via \acro{NFS} or other means in an +inhomogen local network, see fig.~\ref{fig:gui:arch}. + +\begin{figure}[ht!] + \centering + \resizebox{\columnwidth}{!}{\includegraphics{tlmgrgui-arch.png}} + \caption{\tlmgr\ \acro{GUI} architectures screen} + \label{fig:gui:arch} +\end{figure} + +This screen lists the available architectures at the current +installation source, and allows you to select new architectures to be +installed by pressing the \button{Apply changes} button. + +Note that the \emph{removal} of architectures is currently not +supported, and that the whole screen is disabled on Windows systems +since Windows does not support normal symbolic links. + +\subsection{The config screen} + +This screen allows the user to comfortably examine and set the various +options of the \tl\ installation, see figure~\ref{fig:gui:option}. + +\begin{figure}[ht!] + \centering + \resizebox{\columnwidth}{!}{\includegraphics{tlmgrgui-options.png}} + \caption{\tlmgr\ \acro{GUI} config screen} + \label{fig:gui:option} +\end{figure} + +In the upper part you can change the defaults for the installation +source, whether formats should be created (and updated) by default, +and whether macro/font documentation and source files should be +installed. + +In the lower left part you can set the letter for all the programs to +either \texttt{A4} or \texttt{letter}, or for each program +individually. In the latter case you can choose from a wide range of +paper formats depending on the programs support. + +In the lower right part there are some convenience buttons for updating +the |ls-R| databases, the outline font list (|updmap-sys|) and +rebuilding all formats. + +\subsection{Execution of the commands} + +As mentioned above, this \acro{GUI} is only a front end and leaves the +actual work to tlmgr itself. So every action you do (installation, +removal, etc.)\ will pop up a window where the output of the tlmgr +process is shown. + +On Unix systems that output will be shown immediately. Windows +lacks good support for forking in Perl/Tk, and thus you have to wait +until the whole process has terminated before the output appears. That +can take quite some time, so please be patient. + +We are working on merging the tlmgr and its \acro{GUI} into one +program so that the output would become more immediate in all cases. + + +\section{What else is there?} + +Besides reworking the whole infrastructure, which is only user-visible in +the new installer and the \tlmgr, as with every year, all the +programs and packages have been updated. We currently ship around~1400 +normal packages, e.g., \LaTeX\ and font packages, and +around~300 other packages, mostly documenation and a few packages +which are \tl\ internal. + +The new player in the game +this year is the new engine Lua\TeX\ (\url{http://luatex.org}); besides a +new level of flexibility in typesetting, this provides an excellent +scripting language for use both inside and outside of \TeX\ +documents. + + +\subsection{Windows-specific features} + +To be complete, a \tl\ installation needs support packages that are not +commonly found on a Windows machine. \tl{} provides the missing +pieces: +\begin{description} +\item[Perl and Ghostscript.] Because of the importance of Perl and + Ghostscript, \tl{} includes `hidden' copies of these + programs. \tl{} programs that need them know where to find them, + but they don't betray their presence through environment variables + or registry settings. They aren't full-scale distributions, and + shouldn't interfere with any system installations of Perl or + Ghostscript. +\item[Command-line tools.] A number of Windows ports of common Unix + command-line programs are installed along with the usual \tl{} + binaries. These include \cmd{gzip}, \cmd{chktex}, + \cmd{jpeg2ps}, \cmd{unzip}, \cmd{wget} and the + command-line utilities from the \cmd{xpdf} suite. (The + \cmd{xpdf} viewer itself is not available for Windows, but the + Sumatra \acro{PDF} viewer is based on it: + \url{http://blog.kowalczyk.info/software/sumatrapdf}.) +\item[\texttt{fc-cache}] helps \XeTeX{} to handle fonts more + efficiently. +\item[PS\_View.] Also installed is PS\_View, a new PostScript viewer + that is free software; see fig.~\ref{fig:psview}. It also supports + viewing of \acro{PDF} files and is extremely fast. Please contact us + with any suggestions, this program is in active development. +\item[dviout] This is a \acro{DVI} previewer which is shipped only in + the support directory of the \acro{DVD}, but you will get it if you + use the network update procedure. See fig.~\ref{fig:dviout} for a + screenshot. +\end{description} + +\begin{figure}[ht!] + \centering + \resizebox{0.8\columnwidth}{!}{\includegraphics{psview.png}} + \caption{PS\_View allows very high magnification, and renders + \acro{PDF}, too} + \label{fig:psview} +\end{figure} + +\begin{figure}[ht!] + \centering + \resizebox{0.8\columnwidth}{!}{\includegraphics{dviout.png}} + \caption{DVIout on Windows} + \label{fig:dviout} +\end{figure} + +\section{Final remarks and other resources} + +The \tlmgr\ is very much work in progress, and its \acro{GUI} even +more. We are adding new functionality frequently, and improving +existing functionality to make it more robust. If you see any anomalies +don't hesitate to contact us at \url{tex-live@tug.org}, and we +will try to improve it further. + +As with most volunteer projects the group of core programmers is +quite small. Most of tlmgr and its \acro{GUI} has been +programmed by the author with some minor contributions from +others. Anyone being more or less able to program Perl is heartily +invited to join forces and help us, there are long lists of +\acro{TODO}s for the \tlmgr, let alone for all of \tl. + +If you are searching more information on \tl\ your first starting +place should be \url{http://tug.org/texlive/} and the documentation +specific page \url{http://tug.org/texlive/doc.html}. + +The list of people to thank is too long to be included here, please +see the online \tl\ documentation, Chapter~9 +(Acknowledgments), for the ever growing list. Of course one name has to +be mentioned and that is Karl Berry who with great enthusiasm and +perpetual support (and a sometimes critical voice if I was too fast in +implementing something!)\ prepared the \tl~2008 release. + +\bibliographystyle{arstexnica} +\bibliography{tlmgr-article} + +% +% END OF ARTICLE +% +\end{article} +\end{document} + + diff -Nru texlive-lang-2007.dfsg.4/tlpkg/doc/articles/guit08/tlmgr-dtk.ltx texlive-lang-2009/tlpkg/doc/articles/guit08/tlmgr-dtk.ltx --- texlive-lang-2007.dfsg.4/tlpkg/doc/articles/guit08/tlmgr-dtk.ltx 1970-01-01 01:00:00.000000000 +0100 +++ texlive-lang-2009/tlpkg/doc/articles/guit08/tlmgr-dtk.ltx 2009-04-20 17:10:52.000000000 +0100 @@ -0,0 +1,34 @@ +% +% Norbert Preining +% Article presented on the 5th GuITmeeting, Pisa 18 October 2008 +% Ãœbersetzung für DTK +% +% Copyright 2008, 2009 Norbert Preining +% You can redistribute and/or modify this document under the terms of the +% GNU General Public License as published by the Free Software Foundation; +% either version 2 of the License, or (at your option) any later version. +% +\documentclass{dtk} + + +\usepackage[utf8]{inputenc} +\usepackage[T1]{fontenc} +\usepackage{lmodern} +\usepackage[naustrian]{babel} +\usepackage{graphicx} +\usepackage{hyperref} +\usepackage{fancyvrb} +\usepackage{url} +\usepackage{natbib} +% marvosym is needed for RightTorque, but conflicts with \Email: +\let\EmailSave\Email +\let\Email\relax +\usepackage{marvosym} +\let\Email\EmailSave +\usepackage{listings} + +\begin{document} +\input{tlmgr-dtk} +\end{document} + + Binary files /tmp/hvjTIsp08A/texlive-lang-2007.dfsg.4/tlpkg/doc/articles/guit08/tlmgr-dtk.pdf and /tmp/ah2wg1Ygu3/texlive-lang-2009/tlpkg/doc/articles/guit08/tlmgr-dtk.pdf differ diff -Nru texlive-lang-2007.dfsg.4/tlpkg/doc/articles/guit08/tlmgr-dtk.tex texlive-lang-2009/tlpkg/doc/articles/guit08/tlmgr-dtk.tex --- texlive-lang-2007.dfsg.4/tlpkg/doc/articles/guit08/tlmgr-dtk.tex 1970-01-01 01:00:00.000000000 +0100 +++ texlive-lang-2009/tlpkg/doc/articles/guit08/tlmgr-dtk.tex 2009-04-20 17:10:52.000000000 +0100 @@ -0,0 +1,1032 @@ +% +% Norbert Preining +% Article presented on the 5th GuITmeeting, Pisa 18 October 2008 +% Ãœbersetzung für DTK +% +% Copyright 2008, 2009 Norbert Preining +% You can redistribute and/or modify this document under the terms of the +% GNU General Public License as published by the Free Software Foundation; +% either version 2 of the License, or (at your option) any later version. +% + +\newcommand{\tl}{\TeX~Live} +\title{\tl~2008 und der \TeX\ Live Manager% + \thanks{ + Dieser Artikel ist eine erweiterte und auf den neusten Stand + gebrachte Version eines ursprünglich am GuIT\ Conference 2008 in + Pisa präsentierten und in Ars\TeX nica, Issue~6 veröffentlichten + Artikels}} + +\author{Norbert Preining} +\address{Norbert}{Preining}{Technische Universität Wien\\ + %Wiedner Hauptstr.\ 10\\ + %1040 Wien, Austria +} +%\netaddress{preining@logic.at} + +\maketitle + +\lstset{frame=lines,basicstyle=\small\ttfamily,prebreak={\Righttorque}, + postbreak={\Lefttorque},columns=flexible,breaklines} +\DefineShortVerb{\|} + +\newcommand{\tlmgr}{\TeX~Live Manager} + +\newcommand{\tlpsrc}{\texttt{tlpsrc}} +\newcommand{\tlpsrcs}{\tlpsrc{}s} +\newcommand{\tlpobj}{\texttt{tlpobj}} +\newcommand{\tlpobjs}{\tlpobj{}s} +\newcommand{\tlpdb}{\texttt{tlpdb}} +\newcommand{\tlpdbs}{\tlpdb{}s} +\newcommand{\pl}{Perl} +\newcommand{\gs}{Ghostscript} +\newcommand{\tlu}{\texttt{texlua}} +\newcommand{\kpse}{Kpathsea} +\newcommand{\XeTeX}{Xe\TeX} +\newcommand{\acro}[1]{\textsc{\MakeLowercase{#1}}} +\newcommand{\ctan}{\acro{CTAN}} +\newcommand{\cmd}[1]{\textsf{#1}} +\newcommand{\button}[1]{\textsf{#1}} +\newcommand{\var}[1]{\textsl{#1}} + + +\begin{abstract} +Die Release von \tl~2008 vor bald einem Jahr ist die erste Ausgabe +von \tl\ die das neue Programm \tlmgr, kurz tlmgr, mitbringt. + +Der \tlmgr\ übernimmt nicht nur einige der Aufgaben von texconfig +(welches niemals für Windows verfügbar war), sondern bereichert die +\tl\ Welt um viele neue Möglichkeiten, darunter die wohl am längsten +gewünschte Fähigkeit zu laufenden Updates. + +Der vorliegende Artikel präsentiert das neue \tl\ Installationsprogramm, den +\tlmgr, und beschreibt einige andere Neuigkeiten in \tl~2008. +\end{abstract} + + +\tableofcontents + +\section*{Wichtiger Hinweis} + +Dieser Artikel beschreibt den Status des \tlmgr\ wie er im April~2009 +verteilt wird, und nicht die Version die auf \acro{DVD} vorhanden ist. +Letztere funktioniert gut für lokale Konfigurationsänderungen +(warum wir das Programm auch auslieferten), aber der Updatemechanismus +übers Internet ist nicht hinlänglich robust. Benutzer der \acro{DVD} +Version sollten zuerst den \tlmgr\ auf den neuesten Stand bringen. + +\section{Einführung} +\label{sec:intro} + +Nach mehr als einem Jahr der Entwicklung wurde \tl~2008 mit einer +völlig neuen Infrastruktur freigegeben \citep{at:2007-4-069-preining}. +Der Ausgangspunkt dieser Ãœberarbeitung waren zuerst nur notwendige +Vereinfachungen um die Arbeit der Entwickler (etwas) einfacher und das +System aufgrund der Elimination von doppelter Informationen zu +vereinfachen. + +Die erste Änderung die für normale Benutzer sichtbar wurde war die +Vereinheitlichung des Installationsprogramms, so dass nun alle +unterstützten Plattformen nun den gleichen Installer verwenden. +Weiters erhielt das Installationsprogramm eine graphische Oberfläche +die ebenfalls einheitlich über alle Plattformen ist. Auf Unix ist die +einzige Voraussetzungen des Installationsprogramms eine Perlinstallation, +und für das graphische Frontend zusätzlich das Vorhandensein von Perl/Tk. +Auf Windows wird eine minimale Perlinstallation mit allen notwendigen +Modulen mitgeliefert, so dass keine weiteren Voraussetzungen gegeben +sind. + +Der erste Teil dieses Artikels wird einen Ãœberblick über das +neue Installationsprogramm geben. + +Die zweite für Benutzer sichtbare Änderung ist das neue Programm \tlmgr, +oder kurz tlmgr. Es konfiguriert eine vorhandene \tl\ Installation, sowohl +was Pakete als auch was Optionen und Einstellungen angeht. Es erlaubt neben +vieler Aufgaben die ursprünglich von |texconfig| ausgeführt wurde auch die +Installation von zusätzlichen Paketen, das Update und das Entfernen von +vorhandenen Paketen, die Erstellung von Backups, die Suche nach und das +Auflisten von Paketen. + +\section{Das neue Installationsprogramm} +\label{sec:installer} + +Die Erstellung eines neuen \tl\ Installationsprogramms wurde durch das +Umschreiben der Infrastruktur bedingt \citep{at:2007-4-069-preining}. +Für den Benutzer der \tl\ installiert ergeben sich nur einige Änderungen +im Aussehen, aber dahinter stehen einige wichtige Änderungen, im speziellen: +\begin{itemize} +\item Installationen von \tl\ über das Internet wird ermöglicht. +\item Es gibt nur mehr ein (1) Installationsprogramm, das entweder im + Textmodus arbeitet und dabei das frühere Shellskript |install-tl.sh| + emuliert, oder im \acro{GUI} Modus. +\item Die Installation auf Windowssystemen ist viel näher an der Installation + auf Unix-Systemen. +\end{itemize} + +\subsection{Installation von \tl\ über das Internet} + +Wer die \tl\ \acro{DVD} verwendet kann das Installationsprogramm wie +üblich direkt von der \acro{DVD} starten. Auf Windows startet dabei +das Installationsprogramm automatisch im graphischen Modus (siehe weiter +unten), auf Unix-Systemen hingegen im Textmodus. + +Ebenfalls ist ein Installationspaket \citep{inst:package} verfügbar +das nur die notwendigen Dateien für eine Installation über das +Internet enthält. Normalerweise wird dabei automatisch ein vom +|http://mirror.ctan.org| Service ausgewählter Spiegelserver von \ctan\ +verwendet (siehe |http://tug.org/ctan.html#sites|). + +Dabei werden für die Netzwerkinstallation zwei Pakete zur Verfügung +gestellt. Von |install-tl-unx.tar.gz| unterstützt nur Unix-Systeme, +während |install-tl.zip| zusätzlich auch die notwendige Teilmenge +von Perl für Windows mitbringt. Letzteres funktioniert auf allen +unterstützten Plattformen. Der einzige Grund für die Existenz der +separaten Pakete ist die signifikant kleinere Größe des Installationspaketes +für Unix. + +Die voreingestellte Installationsquelle kann durch die Angabe der +Kommandozeilenoption |-location| beliebig geändert werden. + +\subsection{Der Textmodus des Installers} + +Wenn Sie \tl\ in den letzten Jahren installiert haben werden Sie keine +großen Änderungen im Textmodus des Installationsprogramms erkennen +((siehe Abb.~\ref{fig:text_main_menu}). Wir haben versucht so nahe wie +möglich am Installationsprogramm der vorherigen Ausgaben zu halten. +Eine neue Option kann am unteren Ende des Menüs gefunden werden: +\emph{set up for running from DVD}. Das ist woher das \emph{Live} in \tl\ +kommt: Es erstellt nur eine absolut minimale Umgebung auf dem lokalen +Computer, während alle Eingabedateien und Programme direkt von der +\acro{DVD} verbleiben. + +Wie in den vorigen Jahren ist das Installationsprogramm nur in Englisch +verfügbar, während der Graphikmodus jetzt diverse Ãœbersetzungen mitbringt. + +\begin{figure}[htp!] + \centering + \resizebox{0.8\columnwidth}{!}{\includegraphics{install08text-crop}} + \caption{Hauptmenü des Installers im Textmodus} + \label{fig:text_main_menu} +\end{figure} + +\subsection{Der Grafikmodus des Installers} + +Der graphische Modus des Installationsprogramms hat fast die gleiche +Funktionalität wie der Textmodus, nur die Option der \emph{Live} Installation +fehlt. Der Grafikmodus ist in Perl/Tk programmiert und sollte auf allen +unterstützten Plattformen laufen (wobei auf Unix Perl/Tk installiert +sein muss). + +\begin{figure}[ht!] + \centering + \resizebox{0.8\columnwidth}{!}{\includegraphics{gui-installer-de.png}} + \caption{Hauptfenster des graphischen Installers} + \label{fig:gui_main_menu} +\end{figure} + +Abbildung~\ref{fig:gui_main_menu} zeigt das Hauptfenster, dass sehr +an den Textmodus erinnern soll. Wie im Textmodus erlaubt es die zu +installierenden Systeme zu ändern (Abb.~\ref{fig:gui_systems}), ein +Schema auszuwählen (Abb.~\ref{fig:gui_scheme}), wobei ein Schema +eine vordefiniert Auswahl an Paketgruppen ist. Weiters können +die einzelnen Paketgruppen selber bearbeitet werden, sowie die +Verfügbarkeit von Sprachpaketen und Dokumentation in diversen Sprachen +(Abb.~\ref{fig:gui_coll} und~\ref{fig:gui_lang}). Dann kann der +Installationsordner und verwandte Ordner selektiert werden und +diverse Optionen an- oder abgewählt werden. All dies sind Funktionalität +wie sie vom Installationsprogramm der letzten Jahre zur Verfügung +gestellt wurden. + +\begin{figure}[ht!] + \centering + \resizebox{0.3\columnwidth}{!}{\includegraphics{gui-systems.png}} + \caption{Auswahlfenster für Binärsysteme} + \label{fig:gui_systems} +\end{figure} + +\begin{figure}[ht!] + \centering + \resizebox{0.8\columnwidth}{!}{\includegraphics{gui-scheme.png}} + \caption{Auswahlfenster für Schemata} + \label{fig:gui_scheme} +\end{figure} + +\begin{figure}[ht!] + \centering + \resizebox{0.8\columnwidth}{!}{\includegraphics{gui-collections.png}} + \caption{Auswahlfenster für Paketgruppen} + \label{fig:gui_coll} +\end{figure} + +\begin{figure}[ht!] + \centering + \resizebox{0.8\columnwidth}{!}{\includegraphics{gui-lang.png}} + \caption{Auswahlfenster für Sprachpakete} + \label{fig:gui_lang} +\end{figure} + +Sobald die Installation gestartet wird erscheint ein Fenster in dem +der Fortschritt der zu installierenden Pakete angezeigt wird, zusammen mit +Abschätzung der Restzeit und einem Fortschrittsbalken +(Abb.~\ref{fig:gui_progress}). + +\begin{figure}[ht!] + \centering + \resizebox{0.8\columnwidth}{!}{\includegraphics{gui-progress.png}} + \caption{Fortschrittsfenster} + \label{fig:gui_progress} +\end{figure} + +Sowohl im Textmodus als auch im Graphikmodus des Installationsprogramms +wird eine Logdatei |install-tl.log| mit weiteren Informationen im +im Installationsverzeichnis erstellt. (Bei Fehlerberichten bitte diese +Datei mitschicken!) + +\subsection{Windows und Unix rücken näher} + +\tl\ 2008 unterstützt nur mehr Windows~2000 und neuere Versionen +(nicht mehr Windows~98), wodurch wir die Notwendigkeit der Spezialbehandlung +von Windows weitgehend reduzieren. + +Auf den unterstützten Windows Systemen haben Benutzer ein \emph{echtes} +Heimverzeichnis, nämlich verb+%USERPROFILE%+, das normalerweise +\verb+Dokumente und Einstellungen\+\textit{username} ist. + +Dies schlägt sich nun in der Tilde-Erweiterung von \kpse\ nieder: +\verb+~/texmf+ wird auf Windows zu \verb+%USERPROFILE%\texmf+ +erweitert, und zu \verb+$HOME/texmf+ auf Unixsystemen. + +Wie bisher unter Unix ist es nun auch unter Windows möglich zwischen +systemweiten Einstellungen und Benutzerspezifischen Einstellungen +zu unterscheiden. Weiters gibt es keinen Grund mehr für Windows +verschiedene \texttt{texmf} Bäume zu haben, oder einige Skripts +wie \texttt{fmtutil-sys} und \texttt{updmap-sys} auf Windows nicht +bereitzustellen. Schlussendlich gibt es nun auch eine einzige +\texttt{texmf.cnf} Datei für alle Plattformen. + + +% +% +% +\section{Der \tlmgr} + +Der \tlmgr\ stellt eine Vielzahl an Optionen und Befehlen zur Verfügung, von +denen alle (zum derzeitigen Zeitpunkt implementierten) hier vorgestellt +werden, einige nur sehr kurz, einige detaillierter. Dabei muss man beachten +dass die Entwicklung permanent weitergeht und neue Fähigkeiten laufend +hinzugefügt werden. + +\subsection{Die \tl\ Datenbank} + +Zu allererst ist es notwendig zu verstehen wo alle Informationen über +installierte Pakete und Optionen gespeichert werden. Dies ist die +\tl\ Datenbank, welche normalerweise in \path{ROOT/tlpkg/texlive.tlpdb} +gefunden werden kann (wobei |ROOT| der Installationsfolder ist). +Diese Datenbank -- eine einfache, jedoch strukturierte Textdatei -- +enthält die Liste der installierten Pakete, zu jedem Paket die Liste +der installierten Dateien, und sammelt zusätzlich alle +Konfigurationsoptionen wie die Installationsquelle oder die bei der +Installation angewählten Optionen. + +Die meisten der Aktionen von tlmgr laden die lokale Datenbank, und viele +Aktionen laden zusätzlich die \emph{entfernte} Datenbank, also die +von der installiert wird: Wenn Sie zum Beispiel ein Paket installieren +wollen wird die Datenbank der Installationsquelle geladen und überprüft +ob das Paket dort vorhanden ist. + +Wobei mit \emph{entfernte} Datenbank nicht unbedingt eine entfernter +Server gemeint ist. Wenn Sie von der \acro{DVD} installiert haben so +wird die Installationsquelle die \acro{DVD} sein, und tlmgr wird diese +Datenbank lande sobald es notwendig ist. + +\subsection{Allgemeine Syntax von tlmgr} + +Jeder Aufruf von tlmgr sieht wie folgt aus: +\begin{center} + \Verb+tlmgr [opt]... action [opt]... [arg]...+ +\end{center} +Die ersten Optionen vor der Aktion |action| bestimmen einige allgemeine +Einstellungen von tlmgr, während der zweite Satz von Optionen nach der +Aktion spezifisch für die Aktion sind. + +Die derzeitige Version unterstützt -- im Gegensatz zu früheren Versionen -- +die Vermischung all dieser Optionen. Damit ist es im Prinzip egal was +wo wann kommt. Dennoch werden die Optionen und Aktionen in dieser +Art präsentiert um die Darstellung zu erleichtern. + +Der erste Satz kann die folgenden Optionen enthalten: +\begin{itemize} +\item |--location| \var{loc} gibt die Installationsquelle an von der + Pakete installiert und erneuert werden. Diese Option überschreibt die + voreingestellte Installationsquelle in der \tl\ Datenbank (\acro{TLPDB}). +\item |--gui| startet die graphische Oberfläche des tlmgr. Diese + Oberfläche unterstützt nicht den vollen Funktionsumfang der Kommandozeile, + sehr wohl aber die wichtigsten und häufigsten. + Der Unterschied zwischen der |--gui| Option und der |gui| Aktion (siehe + weiter unten) ist dass wenn Sie die Option |--gui| geben und eine Aktion, + dann versucht tlmgr sofort den entsprechenden Bildschirm der graphischen + Oberfläche zu laden. +\item |--gui-lang| \var{ll} selektiert die Sprache der graphischen + Oberfläche. Normalerweise versucht tlmgr die korrekte Sprache aus + den Umgebungseinstellungen abzuleiten (unter Windows wird die + Registry befragt, unter Unix |LC_MESSAGES|). Sollte dies fehlen + erlaubt diese Option eine Sprache auszuwählen. +\item |--machine-readable| Anstelle der normalen Ausgabe die für einen + menschlichen Benutzer gedacht ist, schaltet diese Option zu einer + leichter von Programmen parsebaren Ausgabe um. Details können in der + manpage \citep{tlmgr-manpage} gefunden werden. +\item |--package-logfile| \var{file} tlmgr führt eine Logdatei für alle + Aktionen die Pakete betreffen (Installation, Entfernen, Update, etc). + Diese Logdatei ist normalerweise |TEXMFSYSVAR/web2c/tlmgr.log|, diese + Option erlaubt eine andere Datei anzugeben. +\item |--pause| lässt tlmgr vor Terminierung auf eine Eingabe des Users + warten. Dies kann auf Windows nützlich sein um das vorschnelle + Verschwinden des Kommandofensters zu verhindern. +\end{itemize} + +Weiters werden diverse Standardoptionen unterstützt: |--help| (oder +|-h|) gibt die manpage aus, |-q| unterdrückt rein informative +Ausgaben, |-v| (verbose) um den Grad der Gesprächigkeit von tlmgr, sprich +den Debuglevel, einzustellen. Mit |--version| gibt tlmgr die Version +des installierten \tl\ Systems als auch die Versionsnummer von tlmgr selbst +aus. + +\subsection{Die Aktionen} + + +Die derzeitige Liste der Aktionen ist: +|help|, |version|, |gui|, |install|, |update|, |backup|, |restore|, +|remove|, |option|, |symlinks|, |paper|, |arch|, |search|, |show|, |list|, +|check|, |uninstall|, |generate|. + +\paragraph{Die allgemeinen Aktionen} + +\begin{itemize} +\item |search [|\var{option}|...] |\var{what} Ohne zusätzliche Optionen + wird in der Liste der lokal installierten Pakete in den Paketnamen und + -beschreibungen nach |what| gesucht. Wird die Option |--global| gegeben, + so wird die entfernt Datenbank auch durchsucht (sprich auch alle nicht + installierten Pakete). Wird die Option |--file| gegeben dann werden + nicht die Paketnamen und -beschreibungen durchsucht, sondern die + installierten Dateinamen. +\item |show |\var{pkg}|...| zeigt detaillierte Informationen über die + angegebenen Pakete an. Falls alle angegebenen Pakete lokal installiert + sind wird die entfernte Datenbank nicht befragt. +\item \Verb+list [collections|schemes]+ Ohne jegliche Argumente werden alle + Pakete die bei der Installationsquelle vorhanden sind aufgelistet, wobei + bereits installierte ein Präfix von "i " erhalten. + Mit einem Argument werden entweder nur die Paketgruppen oder die Schemata + aufgelistet, je nach Argument. +\item \Verb+symlinks [add|remove]+ Fügt symbolische Verweise für die + Programme, die man pages, und die info Dokumentationen hinzu oder + entfernt sie in den in der Datenbank eingetragenen Ordnern (siehe weiter + unten unter |option|). +\item |uninstall| Diese Aktion fragt zuerst noch einmal nach, dann wird + die gesamte Installation entfernt. Wird die Option |--force| gegeben dann + wird nicht einmal nachgefragt. +\item \Verb+check [files|collections|all]+ Führt einen oder alle Tests + der Installation auf Konsistenz durch. Mit |files| wird überprüft + ob all in der Datenbank gelisteten Dateien auch im System vorhanden + sind. Die Option |--use-svn| benutzt den |svn| Befehl um die + vorhandenen Dateien festzustellen. +\item |gui| startet die graphische Oberfläche wie oben erklärt. +\item |version| ist das Gleiche wie |--version|. +\item |help| ist das Gleiche wie |--help|. +\end{itemize} + +\paragraph{Die Konfigurationsaktionen} +\begin{itemize} +\item |option [show]| Zeigt alle in der lokalen Datenbank gespeicherten + Optionen an. +\item |option |\var{key} |[|\var{value}|]| + Ohne \var{value} wird der aktuelle Wert der Konfigurationsoption \var{key} + angezeigt. Derzeit werden die folgenden |key|s werden derzeit akzeptiert: + |location| -- voreingestellte Installationsquelle; + |formats| -- Formate werden bei Installation/Update neu erstellt; + |docfiles| -- bei der Installation von Paketen werden auch die + Dokumentationsdateien installiert. Änderung der Option |docfiles| betrifft + nicht schon installierte Pakete, sondern nur neue Pakete und + Updates; + |srcfiles| -- bei der Installation von Paketen werden auch die + Quelldateien installiert; + |backupdir| -- voreingestellter Ordner für Backups; + |autobackup| -- Anzahl der Backups die behalten werden sollen (siehe + weiter unten für Details); + |sys_bin| -- Ordner in dem symbolische Verweise für Programme + durch |symlinks| angelegt werden; + |sys_man| -- Ordner in dem symbolische Verweise für man pages + durch |symlinks| angelegt werden; + |sys_info| -- Ordner in dem symbolische Verweise für info Dokumentationen + durch |symlinks| angelegt werden. +\item |paper |\var{paper} legt das voreingestellte Papierformat ein, entweder + |a4| oder |letter|. Ohne \var{paper} werden die aktuellen Papierformate + für alle unterstützten Programme angezeigt. +\item \var{program} \Verb+paper [help|+\var{paper}|]| + Diese Variante erlaubt es verschiedene voreingestellte Papierformate + für die unterstützten Programme einstellen. \var{program} kann + dabei eines aus |xdvi|, |dvips|, |pdftex|, |dvipdfm|, + |dvipdfmx|, |context| sein. + Ohne zusätzlichem Argument wird das aktuelle Papierformat für \var{program} + angezeigt. Mit |help| werden alle unterstützten Papierformate für + das jeweilige Programm angezeigt. Mit der Angabe eines Papierformates + wird das Programm für dieses Format umkonfiguriert. +\item |generate |\var{what} Diese Aktion erstellt ein oder mehrere + Konfigurationsdateien wie folgt beschrieben: + + Wird für \var{what} der Wert |language.dat| angegeben, dann wird + die Datei |language.dat| welche die Trennmuster die in \LaTeX-basierende + Formate geladen werden erstellt. + Mit |language.def| wird ebendiese Datei erstellt, die die Trennmuster + die in |etex|-basierende Formate geladen werden festlegt. + Wird nur |language| für \var{what} angegeben so werden beide Dateien + erstellt. + + Wird |fmtutil| für \var{what} angegeben so wird die Datei |fmtutil.cnf| + neu erstellt, die die Definitionen aller zu erstellenden Formate + enthält. + + Wird |updmap| für \var{what} angegeben so wird die Datei |updmap.cfg| + neu erstellt, die alle installierten Schriftarten-map Dateien enthält. + + Für |fmtutil.cnf| und die beiden |language| Dateien ist das neu + Erstellen normal und sowohl das Installationsprogramm als auch tlmgr + tun dies regelmäßig. + + Für |updmap.cfg| jedoch ist dies nicht so. Weder das Installationsprogramm + noch tlmgr verwenden den |generate| Aufrufs, da dieser alle manuell + aktivierten Schriftarten-map Dateien die mit |updmap-sys --enable| + aktiviert worden sind, entfernen (z.B.\ für lokal installierte + kommerzielle Fonts). Nur Eintragungen die in |--localcfg| (siehe weiter + unten) eingetragen sind würden erhalten werden. + + Wenn Sie jedoch nur Schriftarten aus \tl\ selbst verwenden, dann + ist der Aufruf von |generate| ohne negativen Konsequenzen. Wir verwenden + es um die Datei |updmap.cfg| in unserem Repository zu aktualisieren. + + Sollten die Dateien |language-local.dat|, |language-local.def|, + |fmtutil-local.cnf|, oder |updmap-local.cfg| vorhanden sein unter + \path{TEXMFLOCAL} in den entsprechenden Ordnern, dann wird deren + Inhalt als letztes in die erstellten Dateien hineinkopiert. +\end{itemize} + + +\paragraph{Die Paketaktionen} +\begin{itemize} +\item |install| \var{pkg}\ldots\ installiert die angegebenen Pakete. + Normalerweise werden alle Pakete von denen ein angegebenes Paket + abhängt auch mitinstalliert. Dies kann mit der Option |--no-depends| + unterdrückt werden. Weiters gibt es noch |--no-depends-at-all| + was tlmgr zusätzlich die eng verknüpften Pakete mit architekturspezifischen + Paketen vergessen lässt; zum Beispiel |bin-bibtex| und + |bin-bibtex.i386-linux|. Das sollte niemals verwendet werden außer Sie + wissen sehr genau was Sie tun. + |--dry-run| simuliert die Installation nur. +\item |update| \var{pkg}\ldots\ bringt die angegebenen Pakete auf den + neuesten Stand. Zusätzlich, sollte ein der \var{pkg} eine Paketgruppe + sein, und an der Installationsquelle gibt es die gleiche Paketgruppe + mit Paketen die nicht installiert sind lokal, so werden diese auch + installiert. Optionen sind: + \begin{description} + \item |--list| Listet nur die Pakete auf die erneuert oder + neu installiert werden würden ohne den Update wirklich durchzuführen. + Es werden zusätzlich die Revisionsnummern der lokalen Pakete und + der Pakete der Installationsquelle angegeben. + \item |--all| Bringt alle Pakete die Erneuerungen haben auf den neuesten + Stand. + \item |--dry-run| Die Installation wird nur simuliert. + \item |--backup| und |--backupdir |\var{directory} + Diese Optionen steuern die Erstellung von Sicherheitskopien der + Pakete bevor das Upgrade installiert wird. + Wird weder |--backup| noch |--backupdir| angegeben wird keine + Sicherheitskopie erstellt. Wird |--backupdir| angegeben und + zeigt auf einen beschreibbaren Ordner, wird eine Sicherungskopie + erstellt. Wird nur |--backup| angegeben wird versucht der in der + Datenbank vorher mit |option backupdir| festgelegte Ordner für + Sicherungskopien zu verwenden. + Werden beide Optionen angegeben dann wird die Sicherungskopie in + dem angegebenen Ordner erstellt. + + tlmgr erstellt vor jedem Upgrade eine temporäre Sicherungskopie um + im Fehlerfall automatisch zur letzten installierten Version + zurückgehen zu können. Diese Optionen hier erlauben die Erstellung + von persistenten Sicherungskopien. + + \item |--no-depends| Normale Abhängigkeiten werden nicht aufgelöst. + \item |--no-depends-at-all| Bitte die |install| Aktion weiter oben + dazu konsultieren. + \end{description} +\item |remove| \var{pkg}\ldots\ + entfernt die angegebenen Pakete. Wird eine Paketgruppe entfernt + werden auch alle darin gelisteten Pakete entfernt, jedoch keine + anderen Paketgruppen die darin referenziert sind. + Wird ein normales Pakete (keine Paketgruppe) entfernt dann werden + darin referenzierte Pakete nie entfernt. + + Options: + \begin{description} + \item |--no-depends| referenziert Pakete werden nicht entfernt. + \item |--no-depends-at-all| Bitte die |install| Aktion weiter oben + dazu konsultieren. + \item |--force| + tlmgr überprüft ob ein zu entfernendes Paket oder Paketgruppe + in irgendeinem anderen Paket oder Paketgruppe referenziert ist. Ist + dies so wird das Paket oder die Paketgruppe nicht entfernt + außer man gibt diese Option an. + \item |--dry-run| + Das Entfernen der Pakete wird nur simuliert. + \end{description} +\item |backup| \var{pkg}\ldots\ + Wird die Option |--clean| nicht angegeben, wird von den angegebenen + Paketen, oder von allen wenn |--all| angegeben ist, eine + Sicherungskopie gemacht. Diese Kopien werden in den Ordner der + entweder durch die Option |--backupdir| angegeben ist, oder durch + den in der Datenbank festgelegten Ordner bestimmt. Sollten beide + nicht angegeben sein oder nicht beschreibbar, werden keine + Sicherungskopien erstellt. + + Wird |--clean| angegeben dann werden alte Sicherungskopien gelöscht. + Der Wert der zu erhaltenden Sicherungskopien wird entweder durch + einen optionalen Parameter zu |--clean=N| angegeben, oder durch den + in der Datenbank gespeicherte Option |autobackup|. + +\item |restore --backupdir |\var{dir} |[|\var{pkg} |[|\var{rev}|]]|\\ + Wird \var{pkg} nicht angegeben (und daher auch kein \var{rev}), dann + werden alle vorhanden Sicherungskopien für alle Pakete aufgelistet. + + Wird \var{pkg} angegeben aber kein \var{rev} dann werden alle + vorhandenen Sicherungskopien nach Revisionen für das Paket + aufgelistet. + + Werden sowohl \var{pkg} als auch \var{rev} angegeben wird die + Sicherungskopie des Pakets in der angegebenen Revision installiert. + + Die Option |--backupdir dir| gibt den Ordner an wo nach + Sicherungskopien gesucht wird. + Die Option |--dry-run| wird ebenso unterstützt, wie üblich. + +\item |arch |\var{operation} \var{arg}\ldots + Ist \var{operation} gleich |list| so werden alle an der + Installationsquelle vorhandenen Architekturen/Plattformen ausgegeben. + + Ist \var{operation} gleich |add| so werden die Programme für die + angegebenen Architekturen installiert. + + Die Option |--dry-run| wird ebenso unterstützt, wie üblich. +\end{itemize} + + +\subsection{Typische Anwendungsbeispiele des tlmgr} + +Im Folgenden werden wir einige typische Anwendungsszenaria des \tlmgr\ +vorstellen. + +\paragraph{Installation einer neuen Paketgruppe} + +Angenommen Sie haben das Schema |scheme-medium| installiert und +realisieren dass die Trennmuster für einige Sprachen die Sie benutzen +fehlen, z.B.\ Norwegisch. Zuerst verwenden Sie tlmgr um nach diesem +Schlüsselwort zu suchen: +\begin{lstlisting} +$ tlmgr search --global norwegian +tlmgr: installation location ... +collection-langnorwegian - Norwegian +hyphen-norwegian - +\end{lstlisting} +und dann installieren Sie die Paketgruppe: +\begin{lstlisting} +$ tlmgr install collection-langnorwegian +tlmgr: installation location ... +install: collection-langnorwegian +install: hyphen-norwegian +tlmgr: package log updated at .../tlmgr.log +regenerating language.dat +regenerating language.def +\end{lstlisting} +gefolgt von der Ausgabe der Neuerstellung aller Formate die entweder von +|language.dat| oder |language.def| abhängen. +(Falls die |formats| Option auf 0 geändert wurde in der lokalen Datenbank +wird die Neuerstellung übersprungen. Die Voreinstellung ist dass Format +jeweils erneuert werden.) + +\paragraph{Suche nach einem Paket} + +Sie wollen eine Einladung mit Absätzen in besonderen Formen setzten, aber +Sie wissen nicht welches Paket man da verwenden könnte. Ein Aufruf von +tlmgr hilft: +\begin{lstlisting} +$ tlmgr search paragraph +\end{lstlisting} +zeigt aber keine Ausgabe. Vielleicht ist nichts entsprechendes installiert? +Also versuchen Sie eine Globalsuche: +\lstset{breaklines} +\begin{lstlisting} +$ tlmgr search -global paragraph +tlmgr: installation location ... + bigfoot - Footnotes for critical editions + edmargin - Multiple series of endnotes for critical editions + footmisc - A range of footnote options + genmpage - Generalization of LaTeX's minipages + hanging - Hanging paragraphs + ibycus-babel - Use the Ibycus 4 Greek font with Babel + insbox - A TeX macro for inserting pictures/boxes into paragraphs + layouts - Display various elements of a document's layout + lettrine - Typeset dropped capitals + lineno - Line numbers on paragraphs + lipsum - Easy access to the Lorem Ipsum dummy text + moresize - Allows font sizes up to 35.83pt + ncctools - A collection of general packages for LaTeX + paralist - Enumerate and itemize within paragraphs + picinpar - Insert pictures into paragraphs + plari - Typesetting stageplay scripts + seqsplit - Split long sequences of characters in a neutral way + shapepar - A macro to typeset paragraphs in specific shapes + vwcol - Variable-width multiple text columns +\end{lstlisting} +und hier ist es, |shapepar| scheint genau zu sein was Sie brauchen. Also +sehen Sie sich genauer an was diese Paket ist: +\begin{lstlisting} +$ tlmgr show shapepar +tlmgr: installation location ... +Package: shapepar +Category: Package +ShortDesc: A macro to typeset paragraphs in specific shapes. +LongDesc: \shapepar is a macro to typeset paragraphs in a specific shape. +... +Installed: No +Collection:collection-latexextra +\end{lstlisting} +Nun, das schaut gut aus. Sie können nun entweder die ganze Paketgruppe +installieren: +\begin{lstlisting} +$ tlmgr install collection-latexextra +\end{lstlisting} +was aber nicht nur |shapepar| sondern eine Unmenge anderer Pakete mitbringt, +oder sie installieren nur dieses eine Paket und hoffen dass keine +anderen Pakete notwendig sind: +\begin{lstlisting} +$ tlmgr install shapepar +tlmgr: installation location ... +install: shapepar +tlmgr: package log updated at .../tlmgr.log +running mktexlsr +... +\end{lstlisting} + +Diese Beispiele demonstrieren wie man nicht installierte Pakete findet +und installiert. Die Voreinstellung des Installationsprogrammes ist +jedoch das gesamte \tl\ zu installieren, d.h.\ alles was verfügbar ist +wird auch installiert. + +\paragraph{Update der Installation} + +Nach der ersten Installation wollen Sie nun die neuesten Versionen der +gesamten Pakete bekommen, doch sicherheitshalber vorher überprüfen +was denn das heißt: +\begin{lstlisting} +$ tlmgr update --list +tlmgr: installation location /mnt/cdrom +Cannot load TeX Live database from /mnt/cdrom at .../tl/2008/bin/i386-linux/tlmgr line 1505, line 1982. +\end{lstlisting} +Hmm, das scheint ein Fehler sich eingeschlichen zu haben, tlmgr versucht +noch immer von der \acro{DVD} zu installieren, die Sie schon lange +an einen Freund weitergegeben haben. Da sollte Sie nun zur +Netzwerkinstallationsquelle übergehen, und das gleich für alle weiteren +Aktionen als Voreinstellung speichern. Nur haben Sie schon wieder die +Adresse vergessen! Glücklicherweise kann sich der \tlmgr\ daran erinnern +und Sie brauchen ihm nur sagen dass er |ctan| verwenden soll: +\begin{lstlisting} +$ tlmgr option location ctan +tlmgr: setting default installation location to http://mirror.ctan.org/systems/texlive/tlnet/2008 +\end{lstlisting} +Ok, nun schauen wir mal was es so Neues gibt: +\begin{lstlisting} +$ tlmgr update --list +tlmgr: installation location /src/TeX/texlive-svn/Master +bin-texlive: local: 12181, source: 12269 +cc-pl: local: 7340, source: 12724 +latexmk: local: 12697, source: 12749 +mfpic4ode: local: 7340, source: 12734 +pkfix-helper: local: 12532, source: 12713 +scheme-minimal: local: 10129, source: 12703 +texlive.infra: local: 12186, source: 12729 +\end{lstlisting} +Da sind ja einige Dinge die ein Update brauchen, tun wir das einmal: +\begin{lstlisting} +$ tlmgr update --all +tlmgr: installation location ... +Updates for tlmgr itself are present. +=========================================== +Please update the packages bin-texlive and texlive.infra first, via either + tlmgr update bin-texlive texlive.infra +or by getting the latest updater for Unix-ish systems: + http://mirror.ctan.org/systems/texlive/tlnet/2008/update-tlmgr-latest.sh +and/or Windows systems: + http://mirror.ctan.org/systems/texlive/tlnet/2008/update-tlmgr-latest.exe +Then continue with other updates. +=========================================== +.../tl/2008/bin/x86_64-linux/tlmgr: Exiting, please read above warning. +\end{lstlisting} +Ja, dies sollte gemacht werden. \tlmgr\ verweigert die Operation wenn +Updates für tlmgr oder die Infrastrukturpakete zur Verfügung stehen. +Dies garantiert dass Fehler im \tlmgr\ nicht zu lange unbehoben bleiben. +Also tun Sie das: +\begin{lstlisting} +$ tlmgr update bin-texlive texlive.infra +tlmgr: installation location ... +[1/2] update: bin-texlive (12181 -> 12269) ... running post remove action for bin-texlive +running post install action for bin-texlive +done +[2/2] update: texlive.infra (12186 -> 12729) ... running post install action for texlive.infra +done +tlmgr: package log updated at .../tlmgr.log +running mktexlsr +... +\end{lstlisting} +Gut, scheint ja geklappt zu haben. Jetzt probieren wir das mit den +Updates noch einmal: +\begin{lstlisting} +$ tlmgr update --list +tlmgr: installation location ... +cc-pl: local: 7340, source: 12724 +latexmk: local: 12697, source: 12749 +mfpic4ode: local: 7340, source: 12734 +pkfix-helper: local: 12532, source: 12713 +scheme-minimal: local: 10129, source: 12703 +\end{lstlisting} +und das tatsächliche Upgrade: +\begin{lstlisting} +$ tlmgr update --all +tlmgr: installation location ... +[1/5] update: cc-pl (7340 -> 12724) ... done +[2/5] update: latexmk (12697 -> 12749) ... done +[3/5] update: mfpic4ode (7340 -> 12734) ... done +[4/5] update: pkfix-helper (12532 -> 12713) ... done +[5/5] update: scheme-minimal (10129 -> 12703) ... done +tlmgr: package log updated at .../tlmgr.log +running mktexlsr ... +running updmap-sys ... +\end{lstlisting} + +\paragraph{Einstellen des Papierformats} + +Sie übersiedeln nach Japan und hätten gerne \emph{letter} als +voreingestelltes Papierformat, nichts leichter als das: +\begin{lstlisting} +$ tlmgr paper letter +\end{lstlisting} +und die wichtigsten Programme werden ab nun \emph{letter} Papierformat +verwenden. + +\section{Die graphische Oberfläche von tlmgr} + +Um die meisten Windows-Benutzer und einige Unix-Benutzer glücklich(er) +zu machen gibt es für tlmgr auch eine graphische Oberfläche, die wie +die des Installationsprogrammes in Perl/Tk geschrieben ist. +Bisher ist jedoch nicht die volle Funktionalität der Kommandozeilenversion +von tlmgr in der graphischen Oberfläche abgebildet. + +Die Oberfläche hat mehrere Fenster mit verschiedenen Funktionalitäten: +Installation, Update, Entfernen von Paketen, Entfernen von \tl\ als +Ganzes, Unterstützung verschiedener Architekturen, und Konfiguration. + +Die graphische Oberfläche wird mit |tlmgr gui| oder |tlmgr --gui action| +gestartet. Im letzeren Fall versucht tlmgr gleich das Fenster das zur +angegebenen Aktion passt anzuzeigen. + +\subsection{Das Installationsfenster} + +Das erste Fenster das man normalerweise sieht ist das Installationsfenster +(fig.~\ref{fig:gui:install}). + +\begin{figure}[ht!] + \centering + \resizebox{0.8\columnwidth}{!}{\includegraphics{tlmgrgui-install-de.png}} + \caption{\tlmgr\ \acro{GUI} Installationsfenster} + \label{fig:gui:install} +\end{figure} + +Am oberen Ende sieht man die aktuelle Installationsquelle, die entweder +über die Kommandozeilenoption |--location| angegeben wurde oder aus +der Datenbank gelesen wird. Die entfernte Datenbank wird \emph{nicht} +automatisch geladen, Sie müssen die \button{Load} Knopf drücken, oder +den \button{Change} Knopf um vorher eine andere Installationsquelle +anzugeben. + +Darunter sieht man die Liste der an der Installationsquelle verfügbaren +Pakete auf der linken Seite, zuerst die Paketgruppen und Schemata, danach +alle normalen Pakete in alphabetischer Ordnung. Durch Eingabe von Zeichen +in das Eingabefeld neben \button{Suche} hüpft die Selektion sofort zum ersten +passenden Paket. Der Knopf \button{Nächster} erlaubt es zum nächsten +passenden Eintrag zu springen. + +Nachdem ein Paket auf der linken Seite selektiert wurde erscheint die +Kurz- und Langbeschreibung des Paketes im rechten Teil des Fensters. + +Darunter gibt es einen Knopf um die selektierten Pakete zu installieren. +Weiters zwei Auswahlschalter die es erlaubt die Installations zu +erzwingen (falls Updates für tlmgr selbst vorhanden sind wird keinerlei +Aktion durchgeführt), und einen Auswahlschalter der es erlaubt Pakete +ohne Abhängigkeiten zu installieren. + +\subsection{Das Aktualisierungsfenster} + +Der Aktualisierungsfenster ähnelt dem Installationsfenster, mit dem +Unterschied dass nur die Pakete angezeigt werden für die Aktualisierungen +zur Verfügung stehen. Der Aktionsbereich im rechten unteren Eck erlaubt +entweder alle Pakete zu aktualisieren, oder nur die selektierten. +Wieder kann die Aktualisierung erzwungen werden falls neuere Versionen +von tlmgr selbst vorhanden sind. + +In Abb.~\ref{fig:gui:update} ist der Aktualisierungsfenster sehen in dem für +einige Pakete Aktualisierungen verfügbar sind. + +\begin{figure}[ht!] + \centering + \resizebox{0.8\columnwidth}{!}{\includegraphics{tlmgrgui-update-de.png}} + \caption{\tlmgr\ \acro{GUI} Aktualisierungsfenster} + \label{fig:gui:update} +\end{figure} + +\subsection{Das Entfernfenster} + +Das Entfernfenster in Abb.~\ref{fig:gui:remove} +ist ebenfalls dem Installationsfenster ähnlich, wobei +die Liste aller installierten Pakete angezeigt werden. Das Aktionsfeld +enthält diesmal einen Knopf um alle selektierten Pakete zu entfernen, und +zwei Auswahlschalter um die Entfernung zu erzwingen (entsprechend +der |--force| Kommandozeilenoption) und Abhängigkeiten zu ignorieren +(entsprechend der |--no-depends| Kommandozeilenoption), + +\begin{figure}[ht!] + \centering + \resizebox{0.8\columnwidth}{!}{\includegraphics{tlmgrgui-remove-de.png}} + \caption{\tlmgr\ \acro{GUI} Entfernfenster} + \label{fig:gui:remove} +\end{figure} + +\subsection{Das Deinstallationsfenster} + +Dieses Fenster enthält nur einen Knopf der es erlaubt \tl\ vollständig +zu entfernen. Auf Windowssystemen ist dieser Knopf durch einen Text +ersetzt der darauf hinweist dass \cmd{Programme} aus der Systemsteuerung +verwendet werden soll. + +\subsection{Das Architekturfenster} + +Unter Unix erlaubt \tl\ die Installation von Programmen für verschiedene +Plattformen, d.h.\ für Architektur--Betriebssystem Kombinationen. Dies +erlaubt die Verteilung einer \tl\ Installation in einem inhomogenen +lokalen Netzwerk, z.B.\ via \acro{NFS}, siehe Abb.~\ref{fig:gui:arch}. + +\begin{figure}[ht!] + \centering + \resizebox{0.8\columnwidth}{!}{\includegraphics{tlmgrgui-arch-de.png}} + \caption{\tlmgr\ \acro{GUI} Architekturfenster} + \label{fig:gui:arch} +\end{figure} + +Dieses Fenster listet die verfügbaren Architekturen an der aktuellen +Installationsquelle auf, und erlaubt es neue Architekturen durch +drücken des Knopfes \button{Änderungen anwenden} zu installieren. + +Während das hinzufügen von Architekturen unterstützt wird, ist das +entfernen von derzeit installierten Architekturen (noch) +nicht unterstützt. Weiters ist das gesamte Fenster unter Windows +nicht vorhanden, da Windows keine symbolischen Verweise (symlinks) +unterstützt. + +\subsection{Das Konfigurationsfenster} + +Dieses Fenster erlaubt es dem Benutzer sehr komfortabel diverse +in der Datenbank gespeicherten Optionen zu überprüfen und zu ändern, +siehe Abb.~\ref{fig:gui:option}. + +\begin{figure}[ht!] + \centering + \resizebox{0.8\columnwidth}{!}{\includegraphics{tlmgrgui-options-de.png}} + \caption{\tlmgr\ \acro{GUI} Konfigurationsfenster} + \label{fig:gui:option} +\end{figure} + +Im oberen Teil werden die in der Datenbank gespeicherten Optionen angezeigt, +und können jeweils mit dem \button{Ändern} geändert werden. + +Im unteren linken Teil wird das voreingestellte Papierformat für alle +Programme angezeigt, und kann mit dem Knöpfen \button{A4} und +\button{letter} für alle Programme auf einmal geändert werden, oder +mit den Knöpfen \button{Ändern} für jedes Programm einzeln. + +Im unteren rechten Teil sind einige Knöpfe die hin und wieder nützlich +sind, nämlich um die Dateilisten (ls-R) neu zu erstellen, alle Formate +neu zu erstellen, und die Liste der Outline Schriftarten (|updmap-sys|). + +\subsection{Das Logfenster} + +Neben dem sich ändernden Hauptfenster gibt es ein permanentes Fenster +das die Ausgabe, die tlmgr auf die Konsole schreibt, auch in diesem +Fenster anzeigt, siehe Abb.~\ref{fig:gui:log}. + +\begin{figure}[ht!] + \centering + \resizebox{0.8\columnwidth}{!}{\includegraphics{tlmgrgui-log-de.png}} + \caption{\tlmgr\ \acro{GUI} Logfenster} + \label{fig:gui:log} +\end{figure} + +\section{Was gibt es noch (neues)?} + +Neben der vollkommen überarbeiteten Infrastruktur und den für Benutzer +sichtbaren Änderungen des neuen Installationsprogrammes und +des \tlmgr wurde wie jedes Jahr alle Pakete auf den neuesten Stand +gebracht (und auch laufend aktualisiert). Derzeit stehen circa~1400 +normale Pakete wie \LaTeX\ Styles oder Fontpakete zur Verfügung, und +zusätzlich knapp~300 andere Pakete, größtenteils Dokumentation und +einige wenige \tl\ interne Pakete. + +Das wichtigeste neue Programm ist sicher die neue \TeX-Engine Lua\TeX\ +(\url{http://luatex.org}). Neben einem vollkommen neuen Grad an +Flexibilität stellt Lua\TeX\ die Scriptsprache Lua bereit, die z.\,B.\ in +|texdoc| verwendet wird. + +\subsection{Windows-spezifische Eigenheiten} + +Um als halbwegs komplett unter Windows zu gelten bringt jede \tl\ Installation +noch einige zusätzliche Pakete für Windows mit: +\begin{description} +\item[Perl und Ghostscript.] Da sowohl Perl als auch Ghostscript in vielen + Programmen verwendet wird bringt \tl\ `versteckte' Kopien dieser + Programme mit. Die \tl-Programme wissen wo sie Perl und Ghostscript + finden können, aber diese versteckten Versionen verraten ihre Anwesenheit + sonst nicht durch Umgebungsvariablen oder Registrierungseinträge. + Sie sind auch kein Ersatz für eine vollständige Distribution dieser + Programme und liefern nur die in \tl\ verwendete Funktionalität. +\item[Programme für die Kommandozeile.] + \tl\ installiert nun auch Portierungen von üblichen Unix-Programmen + die zusammen mit den anderen \tl-Programmen installiert werden. Unter + den installierten Programmen sind \cmd{gzip}, \cmd{chktex}, + \cmd{jpeg2ps}, \cmd{unzip}, \cmd{wget} und die Kommandozeilenprogramme + der \cmd{xpdf} Suite. (Der \cmd{xpdf} Betrachter selber wird jedoch + nicht auf Windows installiert, aber der Sumatra \acro{PDF} Betrachter + basiert auf \cmd{xpdf}: + \url{http://blog.kowalczyk.info/software/sumatrapdf}.) +\item[\texttt{fc-cache}] ist ein weiteres Kommandozeilenprogramm + dass \XeTeX\ erlaubt die installierten Schriftarten effizienter + zu handhaben. +\item[PS\_View.] Als Neuerung dieses Jahr wird PS\_View installiert, + ein PostScript Betrachter der freie Software ist, siehe + Abb.~\ref{fig:psview}. Es unterstützt auch die Anzeige von \acro{PDF} + Dateien und ist extrem schnell und hat eine Vielzahl an Funktionen. + Bitte kontaktieren Sie uns für Vorschläge und Fehlermeldungen, dieses + Programm ist in aktiver Entwicklung. +\item[dviout] Dieser \acro{DVI} Betrachter wurde auf der \acro{DVD} nur + im |support| Ordner ausgeliefert, aber er wird durch Aktualisierungen + über das Netzwerk installiert, siehe Abb.~\ref{fig:dviout}. +\end{description} + +\begin{figure}[ht!] + \centering + \resizebox{0.8\columnwidth}{!}{\includegraphics{psview.png}} + \caption{PS\_View erlaubt hohe Vergrößerungen und unterstützt \acro{PDF}} + \label{fig:psview} +\end{figure} + +\begin{figure}[ht!] + \centering + \resizebox{0.8\columnwidth}{!}{\includegraphics{dviout.png}} + \caption{DVIout auf Windows} + \label{fig:dviout} +\end{figure} + +\section{Schlussbemerkungen und andere Informationsquellen} + +Der \tlmgr\ unterliegt schneller Entwicklung, und das graphische +Frontend noch viel mehr. Wir versuchen immer mehr Funktionalität in +tlmgr einzubauen und auch in der graphischen Oberfläche abzubilden. +Bitte melden Sie jegliche Abnormalitäten an uns unter +\url{tex-live@tug.org}. + +Wie mit jedem Projekt das auf freiwillige Mitarbeit beruht leiden wir +an einem nur sehr kleinen Pool an Programmieren für die zentrale +Infrastruktur und den \tlmgr. Praktisch die gesamte Infrastruktur, +der gesamte tlmgr und das graphische Frontend wurde vom Autor mit nur +geringen Beiträgen anderer Autoren programmiert. Jeder der Perl +beherrscht ist herzliche eingeladen uns zu unterstützen, es gibt +lange Listen von zu erledigenden Dingen für den \tlmgr, +ganz zu schweigen von \tl\ als Ganzes. + +Wenn Sie mehr Informationen zu \tl\ suchen ist die erste Adresse +\url{http://tug.org/texlive/} und die entsprechende Dokumentationsseite +\url{http://tug.org/texlive/doc.html}. + +Die Liste der Personen denen Dank gebührt ist viel zu lange um hier +inkludiert zu werden, sie ist in der online \tl\ Dokumentation, Kapitel~9 +(Danksagungen) zu finden. Natürlich darf ein Name hier nicht fehlen und +das ist Karl Berry, der mit seinem unglaublichen Enthusiasmus und seiner +permanenten Unterstützung (und seiner zur gegebenen Zeit kritischen Stimme) +die Ausgabe von \tl~2008 überhaupt ermöglicht hat. + +\bibliography{tlmgr-article} + +% +% END OF ARTICLE +% Binary files /tmp/hvjTIsp08A/texlive-lang-2007.dfsg.4/tlpkg/doc/articles/guit08/tlmgrgui-arch-de.png and /tmp/ah2wg1Ygu3/texlive-lang-2009/tlpkg/doc/articles/guit08/tlmgrgui-arch-de.png differ Binary files /tmp/hvjTIsp08A/texlive-lang-2007.dfsg.4/tlpkg/doc/articles/guit08/tlmgrgui-arch.png and /tmp/ah2wg1Ygu3/texlive-lang-2009/tlpkg/doc/articles/guit08/tlmgrgui-arch.png differ Binary files /tmp/hvjTIsp08A/texlive-lang-2007.dfsg.4/tlpkg/doc/articles/guit08/tlmgrgui-install-de.png and /tmp/ah2wg1Ygu3/texlive-lang-2009/tlpkg/doc/articles/guit08/tlmgrgui-install-de.png differ Binary files /tmp/hvjTIsp08A/texlive-lang-2007.dfsg.4/tlpkg/doc/articles/guit08/tlmgrgui-install.png and /tmp/ah2wg1Ygu3/texlive-lang-2009/tlpkg/doc/articles/guit08/tlmgrgui-install.png differ Binary files /tmp/hvjTIsp08A/texlive-lang-2007.dfsg.4/tlpkg/doc/articles/guit08/tlmgrgui-log-de.png and /tmp/ah2wg1Ygu3/texlive-lang-2009/tlpkg/doc/articles/guit08/tlmgrgui-log-de.png differ Binary files /tmp/hvjTIsp08A/texlive-lang-2007.dfsg.4/tlpkg/doc/articles/guit08/tlmgrgui-options-de.png and /tmp/ah2wg1Ygu3/texlive-lang-2009/tlpkg/doc/articles/guit08/tlmgrgui-options-de.png differ Binary files /tmp/hvjTIsp08A/texlive-lang-2007.dfsg.4/tlpkg/doc/articles/guit08/tlmgrgui-options.png and /tmp/ah2wg1Ygu3/texlive-lang-2009/tlpkg/doc/articles/guit08/tlmgrgui-options.png differ Binary files /tmp/hvjTIsp08A/texlive-lang-2007.dfsg.4/tlpkg/doc/articles/guit08/tlmgrgui-remove-de.png and /tmp/ah2wg1Ygu3/texlive-lang-2009/tlpkg/doc/articles/guit08/tlmgrgui-remove-de.png differ Binary files /tmp/hvjTIsp08A/texlive-lang-2007.dfsg.4/tlpkg/doc/articles/guit08/tlmgrgui-remove.png and /tmp/ah2wg1Ygu3/texlive-lang-2009/tlpkg/doc/articles/guit08/tlmgrgui-remove.png differ Binary files /tmp/hvjTIsp08A/texlive-lang-2007.dfsg.4/tlpkg/doc/articles/guit08/tlmgrgui-update-de.png and /tmp/ah2wg1Ygu3/texlive-lang-2009/tlpkg/doc/articles/guit08/tlmgrgui-update-de.png differ Binary files /tmp/hvjTIsp08A/texlive-lang-2007.dfsg.4/tlpkg/doc/articles/guit08/tlmgrgui-update.png and /tmp/ah2wg1Ygu3/texlive-lang-2009/tlpkg/doc/articles/guit08/tlmgrgui-update.png differ diff -Nru texlive-lang-2007.dfsg.4/tlpkg/doc/coding-style.txt texlive-lang-2009/tlpkg/doc/coding-style.txt --- texlive-lang-2007.dfsg.4/tlpkg/doc/coding-style.txt 1970-01-01 01:00:00.000000000 +0100 +++ texlive-lang-2009/tlpkg/doc/coding-style.txt 2009-06-18 01:49:49.000000000 +0100 @@ -0,0 +1,117 @@ +$Id: coding-style.txt 13800 2009-06-18 00:49:49Z karl $ +Public domain. + +This is all trying to record our general conventions, not absolute +rules. Aside from personal preferences, sometimes exceptions are necessary. + + +* In general it's best to start scripts #!/usr/bin/env perl. + + +* Start the code with the various require and use statements, +our variables, etc., and then: + +exit (&main ()); + +sub main +{ + ... + return 0; +} + +This avoids the temptation to put an ever-growing amount of code at the +top level. It is better to have the top-level code inside a subroutine. + + +* The Perl "unless" keyword is cute but mind-bending. Use "if !" instead. + + +* Use "/" as the delimiter of first choice for regular expressions. When +the regex includes a /, use ",". When it includes both "/" and ",", use "!". + + +* In the absence of prototypes, try to order routines in a given file +top-down rather than bottom-up. So main would come first. + + +* Indent by two spaces and put the function-opening { in column 1 (as above), +Put a space between arguments of function calls. +Karl puts a space before the ( of function calls but no one else does :). + + +* Handle subroutine arguments like this: + +sub foo +{ + my ($arg1,$arg2,@rest) = @_; + ... +} + +Use this in preference to `shift' even when there is only one argument. +It takes up only one line, which is good. And if the number of +arguments to the function changes, text changes are minimized. + + +* It looks strange to write hash keys as if they were keywords (although +it is certainly common Perl practice to do so). Instead, write them as +strings: + my $foo = $h->{"key"}; +for a reminder that these are not keywords or subroutine names. + +OTOH, no need to go so far as to use escaped quotes in already-quoted +contexts such as + print "foo is $h->{key}\n"; +Perl does the right thing here without painful \" constructs, so take +advantage of it. + + +* In the absence of prototypes, consider writing &foo() instead of foo() +for user-defined subroutine calls, also to be a reminder that these are +not Perl keywords. + + +* Similarly, Perl lets you omit parentheses around function calls and/or +primitives in many situations. As a rule, don't do this. It is far +clearer to use parens when there's a function call. Exceptions for +these primitives: exists, defined, print and its relatives. + + +* The above is essentially the recommendation of the GNU coding standards +for C (http://gnu.org/prep/standards). The one exception is the +standards' recommendation of putting braces on lines by themselves, thus +eating up precious vertical space. Do not do that. + + +* Exporting symbols and keeping namespaces clean: + +In general, the only things which should be in @EXPORT are those +which are needed nearly universally, such as debug and log. Barewords +like somefunc are preferable to prefixed &somefunc. + +In contrast, EXPORT_OK should list all the "public" symbols (but not +private ones) of a module. It is good to list them in the same order as +they are defined in the file, since that both makes it obvious where a +new symbol should be added, and provides a sort of check that all and +onyl the right symbols are there. The EXPORT symbols need not and +should not be listed again in EXPORT_OK. + +Then, use TeXLive::SomeModule; +will import all the EXPORT (but not EXPORT_OK) symbols. + +If you need to import a few EXPORT_OK's in addition to the EXPORT's +use TeXLive::SomeModule (:DEFAULT oksym1 oksym2); +instead of redundantly listing the @EXPORT symbols. + +If you only use a symbol once or twice, don't import it at all. Just +use TeXLive::SomeModule::somesym. This has the advantage that someone +reading the source will know immediately where it comes from, and that +it's not local. This is especially useful with $variables, which our +brains tend to think of as "local". + +If you want to import every single EXPORT_OK symbol, +use TeXLive::SomeModule (/./); +should do it (I've never actually tried it). This is certainly far +better than explicitly listing every symbol yet again. + +Documentation: +http://search.cpan.org/~ferreira/Exporter-5.63/lib/Exporter.pm diff -Nru texlive-lang-2007.dfsg.4/tlpkg/doc/historic/installer-layout.txt texlive-lang-2009/tlpkg/doc/historic/installer-layout.txt --- texlive-lang-2007.dfsg.4/tlpkg/doc/historic/installer-layout.txt 1970-01-01 01:00:00.000000000 +0100 +++ texlive-lang-2009/tlpkg/doc/historic/installer-layout.txt 2009-09-15 19:56:50.000000000 +0100 @@ -0,0 +1,92 @@ +Installer/Updater/Layout +======================== + +layout +------ + +root directory ROOT (texlive2008 or texlive-2008 or ...) + + ROOT/texmf-dist + ROOT/texmf + ROOT/texmf-config + ROOT/texmf-var + ROOT/bin + + ROOT/tlpkg/texlive.tlpdb + ROOT/tlpkg/tlpobj + ROOT/tlpkg/ ... + +As suggested by Reinhard, and discussed with Karl, I propose to put the +texlive.tlpdb NOT into ROOT, but "hide" it somehow, i.e., put it into + ROOT/tlpkg + + +distribution methods +-------------------- + + inst CD/DVD + + contains all the packages in zip (or lzma or ...) form, plus the + installer and the texlive.tlpdb + + live DVD + + contains a live tree, no zip media, plus the texlive.tlpdb + + network + + zip files + "package version" file + texlive.tlpdb (??? necessary, could be ignored) + + +format of the zip files +---------------------- +(can be another compression method) + +The zip files contain the files with pathes relative to ROOT, i.e., + ./texmf-dist/... + ./texmf/... + ./bin/... + +Furthermore, the zip file contains a TLPOBJ file in + ./tlpkg/tlpobj/NAME.tlpobj + +This allows the distribution of "packages" even from outside of TeX Live +(imagine that someone creates a minion-pro.zip for installation into +the TeX Live installation). + +OTOH this is a duplication in some cases since the inst and live media +the same information is present in the texlive.tlpdb. But I think that the +win of "self containment" over "no duplication" is more important. + +Furthermore, Karl suggested that some people may want to recreate the +texlive.tlpdb in case it was destroyed. For this we have to ship the +tlpobj files. + + +Installation procedure +---------------------- + +- from inst CD +-------------- + + files in the zip + tlpobj data from shipped texlive.tlpdb or the zip file + +- from network (used also for the updater) +------------------------------------------ + + files in the zip + tlpobj data from the zip file or from the network tlpdb (if present) + + +- from full/live DVD: +--------------------- + + files from the DVD + tlpobj data from the shipped texlive.tlpdb + + +(from here on action for all) + diff -Nru texlive-lang-2007.dfsg.4/tlpkg/doc/historic/list-file-format.txt texlive-lang-2009/tlpkg/doc/historic/list-file-format.txt --- texlive-lang-2007.dfsg.4/tlpkg/doc/historic/list-file-format.txt 1970-01-01 01:00:00.000000000 +0100 +++ texlive-lang-2009/tlpkg/doc/historic/list-file-format.txt 2009-09-15 10:44:01.000000000 +0100 @@ -0,0 +1,33 @@ +for collections: +================ +first line + *Title: title +second line + *Size: size-in-bytes ++name + included Packages/TPM + depending TLCore/TPM +[a-zA-A0-9]+ + included file + +for schemes: +============ +first line + *Title: title +second line + *Size: size-in-bytes ++name + included Packages/TPM +-name + included TLCore/TPM + + +all +=== +!addMap name.map +!addMixedMap name.map +!BuildFormat name +!BuildLanguageDat name + + + diff -Nru texlive-lang-2007.dfsg.4/tlpkg/doc/historic/Perl-API.txt texlive-lang-2009/tlpkg/doc/historic/Perl-API.txt --- texlive-lang-2007.dfsg.4/tlpkg/doc/historic/Perl-API.txt 1970-01-01 01:00:00.000000000 +0100 +++ texlive-lang-2009/tlpkg/doc/historic/Perl-API.txt 2009-09-15 19:56:50.000000000 +0100 @@ -0,0 +1,290 @@ +API for Perl Modules for new infra +================================== + +NOTE: THE DEFINITIVE DOCUMENTATION IS IN THE PM FILES AS POD DOCUMENTATION!! + +Module TeXLive::TLPSRC +---------------------- + +PLEASE SEE THE MANPAGE OF TeXLive::TLPSRC which is MORE UP 2 DATE!!!! + +Constructor: + TeXLive::TLPSRC->new; + TeXLive::TLPSRC->new( name => "foobar", shortdesc => "The foobar package", ...); + +Input/Output + $tlsrc->from_file("package.tlsrc"); + $tlsrc->writeout + without arg to stdout + with arg to filehandle + +Read/Write functions (with argument set, without arg read) + + $tlsrc->name + $tlsrc->category + $tlsrc->shortdesc + $tlsrc->longdesc + $tlsrc->catalogue + $tlsrc->srcpatterns + $tlsrc->docpatterns + $tlsrc->runpatterns + $tlsrc->binpatterns + $tlsrc->depends + $tlsrc->executes + +Generation function + $tlp = $tlsrc->make_tlpobj($tltree); + generates a TeXLive::TLPOBJ object from itself and + a TeXLive::TLTREE object (see below) + + +Module TeXLive::TLPOBJ +---------------------- + +PLEASE SEE THE MANPAGE OF TeXLive::TLPOBJ which is MORE UP 2 DATE!!!! + +Package variables: + &TeXLive::TLPOBJ->zipdir + set/returns the default location for created zip files + +Constructur: + TeXLive::TLPOBJ->new; + TeXLive::TLPOBJ->new( name => "foobar", ...); + +Input/Output + $tlp->from_file("package.tlp"); + reads from file, only one tlp allowed in file + $tlp->from_fh($filehandle [, $multi] ); + reads from $filehandle + if $multi is undefined (ie not given) then multiple tlp + in the same file are treated as errors + if $multi is defined then returns after reading one + tlp + returns 1 if it found a tlp, otherwise 0 + $tlp->writeout + without arg to stdout + with arg to filehandle + $tlp->writeout_simple + for comparison with tpm/tlps, will go away + + $tlp->make_zip($tltree[,$destdir[,$zipname]]); + creates a zip file of the arch INDEPENDENT files in tlp + in $destdir (if not defined then TLP->zipdir is used). + The file name of the created zipfile is $zipname (if not + present $tlp->name.zip) + + If the package contains "binfiles"; then zip files for + all archs containing ONLY the binfiles are created, and + the zipfile name is + $zipname.$arch.zip + + All the arch independent zip files ALSO contain the + respective TLPOBJ file in + .tlpobj/$name.tlpobj + SO $zipname.zip does contain this tlpobj file, while + $zipname.$arch.zip does NOT. + + (Compatibility with the scheme used before) + + $tlp->update_from_catalogue($texcatalogue); + merges some information from the TeX Catalogue into + the TLPOBJ + +Utilities: + $tlp->recompute_sizes($tltree) + recomputes all the *size fields, see below + $tlp->recompute_revision($tltree) + recomputes the revision of the package + $tlp->is_arch_dependent + true if it contains bin files, otherwise false + $tlp->total_size + if no arguments given this is + srcsize + docsize + runsize + if args are given then this is + srcsize + docsize + runsize + + + sum_{i in args} binsize{$i} + +Read/Write functions (with argument set, without arg read) + + $tlp->name + $tlp->category + $tlp->revision + $tlp->shortdesc + $tlp->longdesc + $tlp->catalogue + reads/returns scalar + $tlp->srcfiles + $tlp->srcsize + $tlp->docfiles + $tlp->docsize + $tlp->runfiles + $tlp->runsize + *files reads/returns array of files + *size reads/returns scalar + $tlp->binfiles + $tlp->binsize + note that this gives/returns a HASH of architectures!! + $tlp->depends + $tlp->executes + reads/returns array + + $tlp->add_srcfiles(@files) + $tlp->remove_srcfiles(@files) + adds @files to the list of srcfiles + $tlp->add_docfiles(@files) + $tlp->remove_docfiles(@files) + adds @files to the list of docfiles + $tlp->add_runfiles(@files) + $tlp->remove_runfiles(@files) + adds/removes @files to the list of runfiles + + $tlp->add_binfiles($arch,@files) + $tlp->remove_binfiles($arch,@files) + adds/removes @files to the list of binfiles for arch=$arch + + $tlp->add_files($type,@files) + $tlp->remove_files($type,@files) + adds/removes @files to the list of $type = (run|doc|src)files + NOT FOR binfiles! + + +Module TeXLive::TLTREE +---------------------- +(this one is still quite hacky) + +Constructor + + TeXLive::TLTREE->new; + TeXLive::TLTREE->new( svnroot => "path/to/svn/managed/dir" ); + +Init functions + + $tltree->init_from_svn + changes to svnroot, calls svn status -v and builds + up all the necessary information + $tltree->init_from_statusfile($file) + does the same as init_from_svn, but from a pre-made + output of svn status -v + $tltree->init_from_files + inits from a find $svnroot command, all the revisions + are set to 1 + +Input/Ouput + + $tltree->print + to stdout, more or less for hacking only not usefull + +Pattern matching functions + + $ref = $tltree->get_matching_files($type,$pattern) + for $type = bin + returns a ref to a hash of keys = architectures + otherwise + returns a ref to an array + (see specification) + + Note that a pattern of the form + bin/${ARCH}/foobar + also matches for arch=win32 + bin/${ARCH}/foobar.{exe,bat} + + +Other functions + + $tltree->file_svn_lastrevision($file) + returns the revision of the last change of file + as given by svn status -v + undef if file is not contained in $tltree + + $tltree->size_of($file) + returns the size of $file, or undef if not in tree + + &$tlsrc->architectures + sets/reads the list of architectures, + predefined to .... + + +Module TeXLive::TLPDB +------------------------ +Package variables: + &TeXLive::TLPDB->listdir + sets/returns the default location for created list files + +Constructor + + TeXLive::TLPDB->new; + TeXLive::TLPDB->new ( location => "path/to/tldb/file" ); + TeXLive::TLPDB->new ( location => "http://path/to/tldb/file" ); + TeXLive::TLPDB->new ( location => "ftp://path/to/tldb/file" ); + +Read/Write functions (with argument set, without arg read) + + $tldb->location + +Input/Output + + $tldb->from_file("path/to/tldb/file"); + $tldb->from_file("http://path/to/tldb/file"); + $tldb->from_file("ftp://path/to/tldb/file"); + reads a tldb file (tlp descriptions separated by newlines) + + $tldb->writeout + without arg to stdout + with arg to filehandle + + $tldb->save + saves to $self->location; + + $tldb->generate_packagelist + outputs list of "package revision" for web delivery + without arg to stdout + with arg to filehandle + + $tldb->generate_listfiles([$destdir]) + create list file(s) in $destdir (if not given then it defaults + to TLDB->listdir) (could be more than one for + packages with binary files) + + $tldb->list_packages + returns all packages installed + +TLP interface + + $tldb->add_tlpobj($tlp) + adds a TeXLive::TLPOBJ to the db (or replaces an already present) + + $tlp = $tldb->get_package("packagename"); + returns undef if not installed + + $rev = $tldb->package_revision("packagename"); + returns undef if not installed, otherwise the + revision of "packagename" + + +Package TeXLive::TLUtils +------------------------ + +exported functions: + platform; + platform_desc($platform); + win32; + unix; + getenv($string); + which($string); + program_exists($program); + get_system_tmpdir; + dirname($path); + basename($path); + dirname_and_basename($path); + mkdirhier($path); + copy($file, $target_dir); + media; + initialze_installer; + binaries_available_from_disk; + binaries_available_from_net; + make_var_skeleton($path); + make_local_skeleton($path); + sort_uniq(@list); + push_uniq(\@list, @items); + member($item, @list); + debug($string); diff -Nru texlive-lang-2007.dfsg.4/tlpkg/doc/historic/Shell-API.txt texlive-lang-2009/tlpkg/doc/historic/Shell-API.txt --- texlive-lang-2007.dfsg.4/tlpkg/doc/historic/Shell-API.txt 1970-01-01 01:00:00.000000000 +0100 +++ texlive-lang-2009/tlpkg/doc/historic/Shell-API.txt 2009-09-15 19:57:46.000000000 +0100 @@ -0,0 +1,37 @@ +API for Shell interface for new infra +===================================== + +bash will be used, POSIX maybe later + + +Module TLP +---------- + +Read/Write functions (with argument set, without arg read) + + tlp_get_{name,category,revision,shortdesc,longdesc,catalogue} $tlpfile + gets the respective field of the TLP + tlp_get_{src,doc,run}files $tlpfile + gets the list of {src,doc,run}files + tlp_get_{src,doc,run}size $tlpfile + gets the of the respective group of files + tlp_get_available_archs $tlpfile + returns the list of archs present in $tlpfile for binfiles + tlp_get_binfiles $tlpfle $arch + gets the list of binfiles for $arch + tlp_get_binsize $tlpfile $arch + gets the size of binfiles for $arch + tlp_get_{depends,executes} $tlpfile + returns a list depends/executes + + +Module TLDB +----------- + all function under TLP can be used with a tldb_ prefix: + tldb_tlp_get_{name,category,revision,...} $tldbfile "packagename" + gets the respective field of the TLP + + tldb_list_installed_packages $tldbfile + + what else do we need? + diff -Nru texlive-lang-2007.dfsg.4/tlpkg/doc/historic/specification.txt texlive-lang-2009/tlpkg/doc/historic/specification.txt --- texlive-lang-2007.dfsg.4/tlpkg/doc/historic/specification.txt 1970-01-01 01:00:00.000000000 +0100 +++ texlive-lang-2009/tlpkg/doc/historic/specification.txt 2009-09-15 19:56:50.000000000 +0100 @@ -0,0 +1,159 @@ +Specifications +============== + +(see also the pod documentation of the respective perl modules for + the specificatin) + +1) tlpsrc +--------- + +PLEASE SEE THE MANPAGE OF TeXLive::TLPSRC which is MORE UP 2 DATE!!!! + + +one file *WITHOUT* empty lines (but beginning and end) +every line looks like + key value +possible keys are + name (must be first) + category + shortdesc + longdesc + catalogue + runpattern + srcpattern + docpattern + binpattern + execute + depend +(NO continuation lines!) + +Interpretation: +name + name of the package + +category + Collection Scheme TLCore Package Documentation + as well known from tpms + Collection and Scheme is new and is for ... + +catalogue + name of the respective Catalogue entry, if missing, same as name + +(run|src|doc|bin)pattern + (cheap/expensive means working time) + + current status: + [PREFIX]TYPE PAT + TYPE = t f d r + PREFIX = + | +! | ! + t word1 ... wordN wordL + include all files below all dirs of the form + word1/.../wordN/.../wordL/... + (cheap) + f string + include file "string" where the LAST(!!!) entry (basename) + of string can contain glob characters * and ? (but no other!) + (cheap) + + d string + include all files in and below the directory "string" + (cheap) + r regexp + include all files matching /^regexp$/ + (expensive) + + Note that if one of the patterns section is empty OR (!!!) all + provided patterns have the prefix "+" (eg "+f ...."), then + the following patterns are added: + for runpattern: + t texmf-dist topdir $tlp for type = Package + (with topdir = bibtex, context, ... see tlsrc2tlp.pl) + for docpattern: + t texmf-dist doc $tlp for type = Package + t texmf-doc doc $tlp for type = Documentation + for srcpattern: + t texmf-dist source $tlp for type = Package + t texmf-doc source $tlp for type = Documentation + for binpattern: + NONE!! + + If the prefix contains a ! the pattern is negated, ie after all the + files for positive patterns have been added, those matching the + negative patterns are removed. + +execute free form + is taken one to one into the tlp file + +depend + is taken one to one into the tlp file + made up of + Type/Package + where + Type ::= TLCore | Documentation | Package + +shortdesc + short one line desc + is taken one to one into the tlp file + if missing can be taken from Catalogue + +longdesc + longer multiline dscription + is taken one to one into the tlp file + if missing can be taken from Catalogue + all the lines of longdesc are concatenated + +2) tlpobj file +-------------- + +PLEASE SEE THE MANPAGE OF TeXLive::TLPOBJ which is MORE UP 2 DATE!!!! + +same format as tlpsrc, but the keys are + name + category + revision + shortdesc + longdesc + catalogue + runfiles + docfiles + srcfiles + binfiles + execute + depend + catalogue-* (whatever) + ??? what am I missing ??? + +Interpretation + bin|src|doc|runfiles MUST be saved in multi line entries with + continuation lines intended by one (1) space. all of them + must have the size tag size=......, in addition + binfiles can have the arch tag arch=... + /---------- + |docfiles size=.... + | file1 + | file2 + | ... + For binfiles the architecture can be given on the binfile line: + /------------ + |binfiles arch=i386-solaris size=.... + | file1 + | file2 + | file3 + | ... + Note that only *ONE* *files entry per tlp is allowed + + rest obvious + + revision + maxmimum of all the last_changed_revisions of all + contained files + + catalogue-* + can contain arbitrary fields from the TeX Catalogue + + +3) tlpdb file +------------ +concatenation of all the tlp files, separated by empty line(s) + + diff -Nru texlive-lang-2007.dfsg.4/tlpkg/doc/howto-translations.txt texlive-lang-2009/tlpkg/doc/howto-translations.txt --- texlive-lang-2007.dfsg.4/tlpkg/doc/howto-translations.txt 1970-01-01 01:00:00.000000000 +0100 +++ texlive-lang-2009/tlpkg/doc/howto-translations.txt 2009-09-15 10:40:04.000000000 +0100 @@ -0,0 +1,114 @@ + +Dealing with translations of TeX Live programs +============================================== + + +For translators +--------------- + +BIG FAT NOTE: Before starting please always fetch the latest NN.po from +our svn server because we merge new strings into .po files in +regular intervals. + +Here are explanations for gtranslator and poedit. I (np) prefer now +gtranslator because it keeps the strings where no changes have been +made in the format as they were, so there will be less commits and +smaller commits. + +using gtranslator (gtranslator.sf.net): +--------------------------------------- + +Starting a new translation NN.po: +- copy messages.pot to NN.po +- open it with gtranslator +- select from the menu: Edit -> Header + and change the items under "Translator and Language", especially + change CHARSET to utf8 +- start translating + +The first column gives the status, you can sort by clicking on the head +of it + + +using poedit (poedit.sf.net): +----------------------------- + +Starting new translation NN.po: +- start fresh poedit +- click on "File -> New catalog from POT file" +- select messages.pot (in tlpkg/translations/messages.pot) +- A dialog opens that asks for some fields, like + Project name and version: + Team: + Team's email address: + Language: + Country: + Charset: UTF-8 + Source code charset: + Plural Forms: + etc all of which is unknown to me, but I filled in at least the Language + and the email of myself of tex-live@tug.org +- click "Ok" +- select where to save (either in tlpkg/translations/NN.po or somewhere else + and send us the file) +- start translating + +Editing an existing NN.po: +- start poedit +- open NN.po +- start translating + + +---------------------------------------------- + +General remarks concerning translations: +---------------------------------------- + +- please use \" instead of ", as can be seen in the original strings +- several lines in the translations are merged together *without* adding + anything. So if you want new lines please use \n in the text + (as seen in several original strings) +- if %s (one or more) are occurring then they are replaced in the + final strings with the respective infos. Please keep them. + +We do update the messages.pot daily (nightly) and merge the strings into +all the .po files (using msgmerge). That means if we change one of the +english strings the translation will normally be marked as "fuzzy" in the +.po file. + +In poedit those fuzzy translations are shown in red, telling you that those +have had a change in the original string and the translation should be +checked. + +In gtranslator the first column shows a warning sign if the message is fuzzy. + +So before any of you start out with editing a translation, please fetch the +latest messages.pot and NN.po + +----------------------------------------- + +For developers +-------------- + +Extraction of the messages == update of the po template messages.pot: +(should probably be done daily?) + + cd ..../Master + xgettext -o tlpkg/translations/messages.pot -L Perl \ + -k__ -k\$__ -k%__ -k__x -k__n:1,2 -k__nx:1,2 -k__xn:1,2 -kN__ -k \ + tlpkg/installer/install-menu-perltk.pl \ + tlpkg/installer/install-menu-wizard.pl \ + texmf/scripts/texlive/tlmgrgui/*.pl + + +Merging/updating of the .po files +(should update de.po, and merge new file locations) + + cd Master/tlpkg/translations + msgmerge --update de.po messages.pot + + +Statistics: + pocount .../Master/tlpkg/translations/*.po + + diff -Nru texlive-lang-2007.dfsg.4/tlpkg/doc/integrated-pool.tex texlive-lang-2009/tlpkg/doc/integrated-pool.tex --- texlive-lang-2007.dfsg.4/tlpkg/doc/integrated-pool.tex 1970-01-01 01:00:00.000000000 +0100 +++ texlive-lang-2009/tlpkg/doc/integrated-pool.tex 2008-06-13 19:06:00.000000000 +0100 @@ -0,0 +1,249 @@ +% Copyright 2008 Taco Hoekwater. +% You may freely use, modify and/or distribute this file. + +\enablemode[realfonts] +\enablemode[newstyle] + +\usemodule[map-se] + +\def\TEXMF{{\sc texmf}} + +%\setupwhitespace[big] +%\setupindenting[no] + +\setuplayout[grid=yes] + +\starttext + +\startArticle[Title={Integrating the pool file}, + SubTitle={}, + Year=2007, + Number=35, + Page=9, + Period=VOORJAAR, + Author=Taco Hoekwater, + Email=taco(a)elvenkind.com] + +\startAbstract +This short article discusses the method that is used in \METAPOST\ and +\LUATEX\ to integrate the string pool file into the program. + +This method allows the redistribution of a single updated executable +in place of both a program and a data file, and this makes +updating those programs easier on both the user and the developer (me). +\stopAbstract + +\subject{How a pool file is created} + +The readers who regularly update their (pdf)\TeX\ or \METAPOST\ +executables will probably be familiar with the concept of pool files +already, but I will explain the mechanics in some detail. + +Programs written in the WEB language normally do not contain the +strings inside the executable proper, but in a separate file, called +the `pool file'. + +The most important reason for the existence of this file is that back +when Don Knuth was creating \TeX\ and \METAFONT, there was not yet a +standardized way to handle strings inside the Pascal language, so he +had to invent his own solution for printing messages and warnings. + +In order to illustrate what is in a pool file, I~will show you the +required steps. First, here is a bit of WEB source from \METAPOST: + +\starttyping +... +if minx_val(h)>maxx_val(h) then + print("0 0 0 0") +else begin + ps_pair_out(minx_val(h),miny_val(h)); + ps_pair_out(maxx_val(h),maxy_val(h)); + end; +print_nl("%%Creator: MetaPost "); +print(metapost_version); +print_nl("%%CreationDate: "); +\stoptyping + +this excerpt is from one of the PostScript output routines. Here, +there are still recognizable strings that are used as function +arguments (as well as the symbolic value \type{metapost_version}, +that is actually a macro resolving to a string). + +The processor \type{tangle} converts this input into a proper Pascal +source file. While doing so, it resolves all of the many WEB macros +that are present in the code. \type{metapost_version} is one of those, +but also the constructs like \type{minx_val(h)} and +\type{maxx_val(h)}. It also removes the underscores from function +names, because traditional Pascal compilers did not allow \type{_} to +appear in identifiers. + +\blank + +What we are focusing on now, is that it also collects all of the +double||quoted strings in the input. It puts all of the unique +multi||character strings into an internal array, and replaces the +actual string in its output with the index number it has given the string +inside that array. Of course, functions like \type{print()} are +written in such a way that they expect numbers as arguments instead +of string values. + +The Pascal output file looks like this: + +\kern3pt + +\starttyping +... +if mem[h+2].int>mem[h+4].int then print(1279) +else begin pspairout(mem[h+2].int,mem[h+3].int); +pspairout(mem[h+4].int,mem[h+5].int);end; +printnl(1281);print(256);printnl(1282); +\stoptyping + +\kern3pt + +As you can see, this file is clearly intended for a compiler only. +The complete lack of indentation makes it near impossible for a human +to read the generated code, but of course a Pascal compiler has no +problem with it. + +\blank + +Nowadays, creating an executable program from the +WEB source file happens in a few extra steps, and one of these steps +is a conversion from Pascal to C source code, by means of the +\type{web2c} system. You may find the output of \type{web2c} easier to +read, because it re-indents the code for human reading: + +\starttyping +... +if ( mem [h + 2 ].cint > mem [h + 4 ].cint ) + print ( 1279 ) ; +else { + pspairout(mem [h + 2].cint,mem [h + 3].cint); + pspairout(mem [h + 4].cint,mem [h + 5].cint); +} +printnl ( 1281 ) ; +print ( 256 ) ; +printnl ( 1282 ) ; +\stoptyping + +\page + +So, where did the strings go? \type{tangle} put the multi||character +strings into a separate file, in this case named \type{mp.pool}. Each +line of that file contains two digits indicating the length of the +string, followed by the string itself. Around line 1000, you will find +this: + +\snaptogrid\vbox{ +\starttyping +... +070 0 0 0 +20%%HiResBoundingBox: +20%%Creator: MetaPost +16%%CreationDate: +... +\stoptyping +} + +\type{07} is the length in bytes of `\type{0 0 0 0}', \type{20} is the +length of `\type{%%HiResBoundingBox: }', including the trailing space +character, etcetera. Single character strings are not written to the +pool file, because there is no need: all single||character strings +simply have an assumed index value matching their contents, and the +first string in the \type{pool} file receives index number 256. + +\blank + +The Pascal source code (or C source code) is now converted into an +executable, and you end up with \type{mpost.exe} as well as +\type{mp.pool}. The pool file is stored somewhere in the \TEXMF\ tree, +and one of the very first things that the \type{--ini} version of +\METAPOST\ does, is that it reads \type{mp.pool} to initialize its +internal arrays. When the user executes the \type{dump} command, +\METAPOST\ writes all of the string items to the \type{.mem} file, +from where it will be retrieved by production runs of \METAPOST. + +There is nothing wrong with this system as such. In fact, it has +worked well for nearly 30~years. But it does make updating executables +a bit harder than desired: users not only have to copy the actual +program to a folder in the path, but they also have to figure out +where to place the new and improved \type{mp.pool} file. + +As the maintainer of \METAPOST\ and \LUATEX, both programs that are +updated frequently, I was getting annoyed with having to explain to +almost each updating user what a pool file was, why it was important, +and where it should go in their \TEXMF\ tree. + +\snaptogrid\vbox{ +\subject{How a pool file disappears again} +} + +So I decided to do something about it, and that was how the +\type{makecpool} program was born. The concept is very simple: it +converts the \type{mp.pool} into a C source file named +\type{loadpool.c}. In fact, it is so obvious that the idea has been +proposed a number of times already, for instance by Fabrice Popineau. +But somehow it has never made it to the core \TeX\ distribution yet. + +The structure of the created file is straightforward: there is one big +static array, and a fairly simple C function that replaces the Pascal +procedure for pool file reading. In abbreviated form, \type{loadpool.c} +looks like this: + + +\snaptogrid\vbox{\starttyping +/* This file is auto-generated by makecpool */ + +#include +#include "mpdir/mplib.h" + +static char *poolfilearr[] = { + "1.000", + + ... + + "0 0 0 0", + "%%HiResBoundingBox: ", + "%%Creator: MetaPost ", + "%%CreationDate: ", + + ... + + NULL }; + +int loadpoolstrings (integer spare_size) { + char *s; + strnumber g=0; + int i=0,j=0; + while ((s = poolfilearr[j++])) { + int l = strlen (s); + i += l; + if (i>=spare_size) return 0; + while (l-- > 0) strpool[poolptr++] = *s++; + g = makestring(); + strref[g]= 127; + } + return g; +} +\stoptyping +} + +In the stage where the various C files are compiled into +\type{mpost.exe}, this file is included in the list, and in that way +the strings will be embedded in the program. At run-time, the C +function is called to put the strings for the C array into the +internal storage area instead of the original file reader. + +The result: there is only one single executable file that can be freely +distributed to the users. The source code for \type{makecpool} is part +of the \METAPOST\ and \LUATEX\ distribution package. + +Post-publication update: thanks to Akira Kakuto and others, this same +method has now been adapted to all the \TeX\ family programs which used +pool files, and \TeX\ Live 2008 contains no external pool files. Knuth +has approved the change for the baseline \type{tex} program. + +\stopArticle + +\stoptext diff -Nru texlive-lang-2007.dfsg.4/tlpkg/doc/new-installer-layout.txt texlive-lang-2009/tlpkg/doc/new-installer-layout.txt --- texlive-lang-2007.dfsg.4/tlpkg/doc/new-installer-layout.txt 1970-01-01 01:00:00.000000000 +0100 +++ texlive-lang-2009/tlpkg/doc/new-installer-layout.txt 2009-09-15 19:56:50.000000000 +0100 @@ -0,0 +1,100 @@ +Documentation of the content of the %vars hash which is the only way to +transport ship information between various installer menus and the main +program. + +1) collections and schemes +-------------------------- +selected collections/schemes + collection- 0|1 OUT + scheme- 0|1 OUT +total number of collections + n_collections_available 84 IN +and the number of collections selected: + n_collections_selected 1 OUT +the selected scheme + selected_scheme scheme- OUT + + +2) platforms +------------ +location of the arch + diskbin_ 0|1 IN/OUT + netbin_ 0|1 IN/OUT +the current one + inst_platform IN +the current platform ??? + this_platform IN +number of systems available in total + n_systems_available 15 IN +number of systems selected + n_systems_selected 3 OUT + + +3) options +---------- +build all formats + option_fmt 0|1 OUT +letter instead of A4 + option_letter 0|1 OUT +install symlinks (on unix) + option_symlinks 0|1 OUT +and the respective destinations for the symlinks + sys_info OUT + sys_bin /usr/local/bin OUT + sys_man /usr/local/man OUT +do install the doc files + option_doc 0|1 OUT +do install the src files + option_src 0|1 OUT +destination paths + TEXMFSYSVAR /home/norbert/tltest/2008/texmf-var OUT + TEXDIR /home/norbert/tltest/2008 OUT + TEXMFLOCAL /home/norbert/tltest/texmf-local OUT + TEXMFHOME ~/texmf OUT + +4) other stuff ??? +------------------ +total size to be used + total_size 54 DEDUCED +no idea ???? + page 0 + + +NEW LAYOUT +========== + +%MediaData = ( + media => CD|DVD|NET + location => /path/to/master | base-url + release => NNNN + tlpdb => the respective tlpdb + all_collections => [ ... ] + std_collections => [ ... ] + lang_collections => [ ... ] + lang_doc_collections => [ ... ] + schemes => [ ... ] + n_collections => NN + n_schemes => NN + diskbins => [ ... ] + netbins => [ ... ] + n_systems_available => NN (== #(#diskbins u #netbins)) + this_platform => +) + +%vars = ( + systems => [ ... ] # those selected for installation + collections => [ ... ] # those selected for installation + selected_scheme => scheme- + option_fmt => 0|1 + option_letter 0|1 OUT + option_symlinks 0|1 OUT + sys_info OUT + sys_bin /usr/local/bin OUT + sys_man /usr/local/man OUT + option_doc 0|1 OUT + option_src 0|1 OUT + TEXMFSYSVAR /home/norbert/tltest/2008/texmf-var OUT + TEXDIR /home/norbert/tltest/2008 OUT + TEXMFLOCAL /home/norbert/tltest/texmf-local OUT + TEXMFHOME ~/texmf OUT +) diff -Nru texlive-lang-2007.dfsg.4/tlpkg/doc/packages.txt texlive-lang-2009/tlpkg/doc/packages.txt --- texlive-lang-2007.dfsg.4/tlpkg/doc/packages.txt 1970-01-01 01:00:00.000000000 +0100 +++ texlive-lang-2009/tlpkg/doc/packages.txt 2009-09-13 19:21:35.000000000 +0100 @@ -0,0 +1,45 @@ +$Id: packages.txt 15263 2009-09-13 18:21:35Z karl $ +Public domain. + +See http://tug.org/texlive/pkgupdate.html for what information there is +on the CTAN-to-TL update process. + +To add a new architecture: +- check that the config.guess output maps to our architecture name + (the `platform' routine in TeXLive/TLUtils.pm) +- create directory in Master/bin and add at least one file +- add xz, xzdec, maybe wget binaries in Master/tlpkg/installer +- add description in Master/tlpkg/TeXLive/TLUtils.pm +- regenerate tlpdb. + +To remove an architecture: +- remove directory in Master/bin +- remove xz, xzdec, maybe wget binaries in Master/tlpkg/installer +- remove any special cases in Master/tlpkg/tlpsrc +- rebuild. + +When switching the release version, the default network directory +specified in tl-update-tlnet, TLConfig.pm, and release-texlive-txt. +Change those. Then make the new directory, copy in tlpkg/texlive.tlpdb +but remove the 00texlive.installer stanza; tl-update-tlnet will make +everything else. But consider mv-ing the old directory so as not to +actually make new containers. Coordinate with CTAN. + + +To make the tag + branch of a release after it is complete: +svn copy -r 10402 -m'texlive-2008.0 tag based on r10402' svn://tug.org/texlive/trunk svn://tug.org/texlive/tags/texlive-2008.0 +svn copy -r 10402 -m'branch2008 branch based on r10402' svn://tug.org/texlive/trunk svn://tug.org/texlive/branches/branch2008 + +It's the same command, just different destinations. +http://svnbook.red-bean.com/en/1.5/svn-book.html#svn.branchmerge + +Do both a branch and a tag so that it's possible to easily compare the +current state of the branch with its starting point (the tag). + +Different naming convention to branch before a release, for development +work before we want to switch trunk over: +svn copy -r 12205 -m'texlive-2009-dev tag based on r12205' svn://tug.org/texlive/trunk svn://tug.org/texlive/tags/texlive-2009-dev +svn copy -r 12205 -m'branch2009-dev branch based on r12205' svn://tug.org/texlive/trunk svn://tug.org/texlive/branches/branch2009-dev + +Use -dev instead of .something because - will sort first, keeping the +listings in a nice chronological order. diff -Nru texlive-lang-2007.dfsg.4/tlpkg/doc/repository-setup.txt texlive-lang-2009/tlpkg/doc/repository-setup.txt --- texlive-lang-2007.dfsg.4/tlpkg/doc/repository-setup.txt 1970-01-01 01:00:00.000000000 +0100 +++ texlive-lang-2009/tlpkg/doc/repository-setup.txt 2009-09-10 11:28:31.000000000 +0100 @@ -0,0 +1,262 @@ +$Id: repository-setup.txt 15205 2009-09-10 10:28:31Z preining $ + +How to set up your own TeX Live Packages repository +=================================================== + +(This document is public domain.) + +TeX Live 2008 (and later) contains the TeX Live Manager, which allows +updates over the network. By specifying different installation sources +the user can in theory install packages using tlmgr from a different +source as the default TeX Live repository. + +This document describes how to set up a repository in a way that tlmgr +can use it. Possible applications include distribution of company-internal +packages or non-free stuff not included in TeX Live. + +Note that this document is very much work in progress (as is most of the +TeX Live infrastructure). If you have any questions please contact us +at tex-live@tug.org. + +Contents +-------- +0. Preliminaries +1. Prerequisites +2. Preparing the "repository" +3. tlpsrc files +4. Creating the TeX Live Database +5. Adjusting the revision numbers +6. Making the web distribution +7. Testing your distribution +8. Final notes (and unsupported stuff) + + +0. Preliminaries +---------------- +First of all, before you start with providing your own packages, please +be reminded that you should take good care not to +- overwrite files which are in a different package + The current system does NOT check for files that got overwritten +- take care not to hose the rest of the TeX Live system, + imagine you install a package that removes/deletes tlmgr -- + the user will hardly be able to revert to any working state! +- test, test, and again TEST before shipping your stuff +- might be good to alert us at tex-live@tug.org so that we can take a look + and comment, or check for other problems. Also, if we change something + in the infrastructure you have a better chance in getting notifications + and better treatment ;-) + +In principle what you have to do is to set up some directory in a layout +paralleling the one in our repository under Master. See +http://www.tug.org/texlive/svn/ for details on accessing our repo. + +That means, with ROOT as the root of your local "repository": + ROOT/tlpkg/ infrastructure stuff, modules, scripts + ROOT/texmf-dist/ stuff where you should put your + TeX code, fonts etc + ROOT/texmf if you have the need for that please read + first about their usage in the + TeX Live Guide. + +After that you call the very same scripts as we do when building the +distribution database in + ROOT/tlpkg/texlive.tlpdb + +Finally you create/update your web distribution from that ROOT. + + +1. Prerequisites +---------------- +You need from the TeX Live Repository (see http://www.tug.org/texlive/svn/) +the contents of at least + Master/tlpkg/TeXLive the perl modules + Master/tlpkg/bin the scripts for managing +These files can be checked out via svn, or downloaded from the net. We +recommend the first variant so that you can update them regularly. + + +2. Preparing your repository +---------------------------- +Create a root folder which will mirror our directory layout. We will call +that root folder ROOT from now on. + +Put the above files into + ROOT/tlpkg/TeXLive + ROOT/tlpkg/bin +After that put all of YOUR files in a TDS compliant way in one of the texmf +trees, texmf-dist, texmf, texmf-doc. + ROOT/texmf{,-dist} +We recommend putting all the files in + ROOT/texmf-dist +or, if you are replacing a package which is already present in TeX Live, +in the very same places as in TeX Live. + +If you really want to replace packages with files in texmf, please think +twice, and maybe contact us before. + + +3. tlpsrc files +--------------- +Now you have to create several TeX Live Package Source files, .tlpsrc files +and place them into + ROOT/tlpkg/tlpsrc + +You have to have ONE .tlpsrc file for each package you want to ship, and +furthermore ONE for your overall installation, called +00texlive.config.tlpsrc. This should contain (at least) the following +lines: + category TLCore + depend container_split_src_files + depend container_split_doc_files + depend container_format/xz + depend release/NNNN-YOUR_ID + +The "container_split_src_files" and "container_split_doc_files" are +options, they specify whether at a later stage the container script will +generate separate .tar.xz archives for source and doc files, or put +all of them into one .tar.xz. It is up to you. + +The + depend container_format/xz +is *obligatory* because currently we do NOT support any other format. +Finally the + depend release/NNNN-YOUR_ID +is necessary to keep repositories tied to a release. You have to use +for NNNN the current year. If tlmgr finds something different then +the current release year in the first 4 characters it will refuse +to operate. So a typical example would be + depend release/2009-mycompany + +For the rest of your package you should create .tlpsrc files describing +their content. Either copy one of our .tlpsrc files, or (much better) +PLEASE read the documentation of TLPSRC.pm (in POD format). + +If you want to use the auto-generated patterns we are using in TeX Live +you have to copy our 00texlive.autopatterns.tlpsrc into your tlpkg/tlpsrc +directory. + +Some guidelines: For simple packages, say a LaTeX package foobar, put all +the files in + ROOT/texmf-dist/tex/latex/foobar/ + ROOT/texmf-dist/source/latex/foobar/ + ROOT/texmf-dist/doc/latex/foobar/ +then create a two-line .tlpsrc file foobar.tlpsrc containing: + category Package +(that is all). The rest will be automatically done by our scripts. If you +want to understand that, read the section on auto-generated patterns in +the TLPSRC.pm documentation (and don't forget to copy +00texlive.autopatterns.tlpsrc). + + +4. Creating the TeX Live Database +--------------------------------- +If you have set up all your local files, and the tlpsrc files, you can +create the TeX Live Database in ROOT/tlpkg/texlive.tlpdb by calling + perl ROOT/tlpkg/bin/tl-update-tlpdb -from-files +The -from-files does use a find command to find all the files in ROOT +instead of using "svn status" what is done normally. By default +tl-update-tlpdb uses all tlpsrc files present in ROOT/tlpkg/tlpsrc/. +Presumably this won't be very many files. But if you like, you can +specify individual package names together with -tlpsrc-from-cmdline. + +You can add the option + -with-win-pattern-warning +which will warn on missing files for Windows; some of those warnings are +by default suppressed. + +Another option that might be of interest is + -no-revision-check +Normally if there is an old tlpdb the packages in the new one are compared +with the packages in the old one and checked that the revisions are +increasing. + +As usual, please read the documentation of tl-update-tlpdb (again in POD) +for further information. + +That process will probably show you some warnings; read them carefully. + +After it runs successfully, you should have a file + ROOT/tlpkg/texlive.tlpdb + +Your next job is to check that your new texlive.tlpdb has the files you +expected in the corresponding packages that you expected. Go through +the entire file (each package starts with a line "name foobar") and +the file list.. + +If you are not content, work on your patterns to fix that. + +There are some scripts in tlpkg/bin/ starting with "check-" which you might +use for doing some checks on your repository. + + +5. Adjusting the revision numbers +--------------------------------- +While reading through the texlive.tlpdb you might have seen that all the +packages will have + revision 0 +in there. The revision is used for checking which one is newer. So if you +have different "releases" of a package you should increase the revision +number from one step to the next. + +If you want to change that, there are several options: +- do it by hand in the texlive.tlpdb + ... if you can remember what numbers you already shipped + +- do it automatically with some script which takes into account the already + shipped version of the packages, or the version of the package in + the main TeX Live repository (if you replace a TeX Live package) + An example for doing that take a look at our repository + tlpkg/etc/tlrepo-from-minimals.pl + + +6. Making the web distribution +------------------------------ +Now that the texlive.tlpdb has been set up, revision numbers adjusted, you +can create or update your web distribution with + perl ROOT/tlpkg/bin/tl-update-containers -location DEST -no-setup + +The -location gives the place where your former distribution was or where +it should be created. In the former case only those containers with larger +revision numbers are recreated. In the latter case all containers are +created. + +The option -no-setup does not call the built-in routines for determining the +location of the lzma and tar binary, and calls simply "lzma" and "tar". So +you should have them in your PATH. If you do not give this option you also +have to check out some more files, like config.guess, and tlpkg/installer +where the binaries for lzma for the architectures we ship are present. + + +7. Testing your distribution +---------------------------- +Having completed all these steps, you can test your distribution by calling +the TeX Live Manager with the location argument. Continuing the above +exmaple we use DEST: + tlmgr -location DEST update --list +or + tlmgr -location DEST update --all +or + tlmgr -location DEST list +etc. Please see the documentation of tlmgr (POD again) for details. + + +8. Final notes (and unsupported stuff) +-------------------------------------- +We cannot repeat it often enough, please don't play around with files not +belonging to your packages. That is dangerous! + +Finally, besides the usual post installation stuff (running mktexlsr, +fmtutil and updmap) you have no way to change the post installation and +removal procedure at this time. Currently all the Post actions are hard +coded into tlpkg/TeXLive/TLPostActions.pm as it is on the installed +system (not the one in your repo, so changing something there will NOT +help). You might ask us for including something there (but we need GOOD +reason for that), or you have to wait until we extended the +infrastructure such that post actions can be specified freely in the +.tlpsrc file. + +If you have further comments, questions, additions to this file please +let us know at tex-live@tug.org. + + +Last changed 2009-09-10 by np, based on comments of Dohyun Kim (kotex) Binary files /tmp/hvjTIsp08A/texlive-lang-2007.dfsg.4/tlpkg/doc/texlive-installer-graphic.xcf and /tmp/ah2wg1Ygu3/texlive-lang-2009/tlpkg/doc/texlive-installer-graphic.xcf differ Binary files /tmp/hvjTIsp08A/texlive-lang-2007.dfsg.4/tlpkg/doc/tl11.ico and /tmp/ah2wg1Ygu3/texlive-lang-2009/tlpkg/doc/tl11.ico differ diff -Nru texlive-lang-2007.dfsg.4/tlpkg/doc/tl11.svg texlive-lang-2009/tlpkg/doc/tl11.svg --- texlive-lang-2007.dfsg.4/tlpkg/doc/tl11.svg 1970-01-01 01:00:00.000000000 +0100 +++ texlive-lang-2009/tlpkg/doc/tl11.svg 2009-10-11 14:24:21.000000000 +0100 @@ -0,0 +1,150 @@ + + +image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff -Nru texlive-lang-2007.dfsg.4/tlpkg/doc/tnc_config.vbs texlive-lang-2009/tlpkg/doc/tnc_config.vbs --- texlive-lang-2007.dfsg.4/tlpkg/doc/tnc_config.vbs 1970-01-01 01:00:00.000000000 +0100 +++ texlive-lang-2009/tlpkg/doc/tnc_config.vbs 2008-10-11 08:57:21.000000000 +0100 @@ -0,0 +1,252 @@ +Option Explicit + +Dim oWsh, oExec, oEnv, sTmp, oTmp, sTL, sGS, sVal, sDat, dDat, oFS +Dim sP, sPr, bFirstConfig, bAdobe, sAdobe, i, j, s + +On Error Resume Next + +Set oWsh = Wscript.CreateObject("WScript.Shell") +Set oFS = CreateObject("Scripting.FileSystemObject") +Set oEnv = oWsh.Environment("PROCESS") + +''''''''''''''''''''''''''''''''''' +' WMI hocuspocus for deleting registry keys recursively, from +' http://www.tek-tips.com/viewthread.cfm?qid=674375&page=8 + +const hkcr=&h80000000 +const hkcu=&h80000001 +const hklm=&h80000002 + +Dim oReg + +Set oReg = GetObject("winmgmts:{impersonationLevel=impersonate}//" _ + & "./root/default:StdRegProv") + +Function DeleteRegEntry( sHive, sEnumPath ) + + Dim lRC, sKeyName, sNames + + ' Attempt to delete key. If it fails, start the subkey + ' enumeration process. + On Error Goto 0 + lRC = oReg.DeleteKey(sHive, sEnumPath) + ' The deletion failed, start deleting subkeys. + If (lRC <> 0) Then + + ' Subkey Enumerator + On Error Resume Next + + lRC = oReg.EnumKey( sHive, sEnumPath, sNames ) + + For Each sKeyName In sNames + If Err.Number <> 0 Then Exit For + lRC = DeleteRegEntry( sHive, sEnumPath & "\" & sKeyName ) + Next + ' On Error Goto 0 + + ' At this point we should have looped through all subkeys, trying + ' to delete the registry key again. + lRC = oReg.DeleteKey( sHive, sEnumPath ) + End If +End Function +''''''''''''''''''''''''''''''''''' + +' the installer calls this script with a parameter; +' the menu shortcut for later reconfiguration calls it without +Set oTmp = Wscript.Arguments +bFirstConfig = (oTmp.count >= 1) + +sTL = "" +s = Left (wscript.version, 3) +s = replace (s, ".", "") +i = CInt(s) +If i < 56 Then + sTL = _ + oFS.GetFolder(oFS.GetFile(Wscript.ScriptFullName).ParentFolder).ParentFolder +Else + sTmp = "" + ' ask kpathsea + Set oExec = oWsh.Exec("kpsewhich -var-value=SELFAUTOPARENT") + sTmp = oExec.StdOut.ReadAll + Err.clear() + If sTmp <> "" then + sTmp = replace(sTmp, vbCr, "") + sTmp = replace(sTmp, vbLf, "") + sTL = replace(sTmp, "/", "\") + End If +End If +If sTL = "" Then + MsgBox "TeX Live not found; aborting...", vbOKOnly+vbCritical, "Error" + quit +End If +sTL = oFS.GetFolder(sTL).ShortPath +'wscript.echo "Root: " & sTL + +If Not bFirstConfig then + i = MsgBox("Please make sure that TeXnicCenter is not running!", _ + vbOKCancel+vbExclamation, "Check for TeXnicCenter") + If i = vbCancel Then + wscript.quit(1) + End If +End If + +Const sPro = "HKCU\software\toolscenter\texniccenter\profiles\" + +' remove old settings recursively + +Err.clear +DeleteRegEntry hkcu, "software\toolscenter\texniccenter\profiles" +Err.clear + +' [pdf]latex +For Each sPr in Array( _ + "LaTeX => DVI\", "LaTeX => PDF\", "LaTeX => PS\", "LaTeX => PS => PDF\") + sP = sPro & sPr + oWsh.RegWrite sP & "RunLatex", 1, "REG_DWORD" + If sPr = "LaTeX => PDF\" Then + oWsh.RegWrite sP & "LatexPath", sTL & "\bin\win32\pdflatex.exe" + Else + oWsh.RegWrite sP & "LatexPath", sTL & "\bin\win32\latex.exe" + End If + oWsh.RegWrite sP & "LatexArgs", "-synctex=-1 -interaction=nonstopmode ""%Wm""" + oWsh.RegWrite sP & "LatexStopOnError", 0, "REG_DWORD" + oWsh.RegWrite sP & "RunBibTex", 1, "REG_DWORD" + oWsh.RegWrite sP & "BibTexPath", sTL & "\bin\win32\bibtex.exe" + oWsh.RegWrite sP & "BibTexArgs", """%bm""" + oWsh.RegWrite sP & "RunMakeIndex", 1, "REG_DWORD" + oWsh.RegWrite sP & "MakeIndexPath", sTL & "\bin\win32\makeindex.exe" + oWsh.RegWrite sP & "MakeIndexArgs", """%bm""" + oWsh.RegWrite sP & "CloseViewBeforeCompilation", 0, "REG_DWORD" +Next + +' postprocessing: dvips +For Each sPr in Array("LaTeX => PS\", "LaTeX => PS => PDF\") + sP = sPro & sPr & "PostProcessors\" +oWsh.RegWrite sP & "PostProcessor0", _ + "DviPs" & vbLf & _ + sTL & "\bin\win32\dvips.exe" & vbLf & """%Bm.dvi""" & vbLf & vbLf +Next + +' postprocessing: ps2pdf +sGS = replace(sTL, "\", "/") & "/tlpkg/tlgs/" +oWsh.RegWrite sPro & "LaTeX => PS => PDF\PostProcessors\PostProcessor1", _ + "gswin32c" & vbLf & _ + sTL & "\tlpkg\tlgs\bin\gswin32c.exe" & vbLf & _ + "-I""" & sGS & "lib;" & sGS & "fonts;" & sGS & "Resource""" & _ + " -sPAPERSIZE#a4 -dPDFSETTINGS#/prepress -dCOMPATIBILITYLEVEL#1.3" & _ + " -dNOPAUSE -dBATCH -q -dSAFER -sDEVICE#pdfwrite" & _ + " -sOutputFile#""%Bm.pdf"" ""%Bm.ps""" & vbLf & vbLf + +' viewing: dvi +sPr = "LaTeX => DVI\" +oWsh.RegWrite sPro & sPr & "ViewerPath", _ + "wscript """ & sTL & "\tlrug\dviout.vbs""" + +For Each s in Array("ViewCurrentCmd\", "ViewProjectCmd\") + sP = sPro & sPr & s + oWsh.RegWrite sP & "ProcessCmd", _ + "wscript """ & sTL & "\tlrug\dviout.vbs""" & vbLf & """%bm.dvi""" + oWsh.RegWrite sP & "DDECmd", vbLf & "System" & vbLf & vbLf +Next + +' viewing: ps +sPr = "LaTeX => PS\" +oWsh.RegWrite sPro & sPr & "ViewerPath", "wscript """ & sTL & "\tlrug\psv.vbs""" +For Each s in Array("ViewCurrentCmd\", "ViewProjectCmd\") + sP = sPro & sPr & s + oWsh.RegWrite sP & "ProcessCmd", _ + "wscript """ & sTL & "\tlrug\psv.vbs""" & vbLf & """%bm.ps""" + oWsh.RegWrite sP & "DDECmd", vbLf & "System" & vbLf & vbLf +Next + +' viewing: pdf +' when reconfiguring, check for Adobe Reader; +' if found, ask whether to use it +If bFirstConfig Then + bAdobe = False +Else + Err.clear + bAdobe = True + sTmp = oWsh.RegRead("HKCR\AcroExch.Document\Shell\Open\Command\") + If Err.number>0 Then + bAdobe = False + Err.clear + Else + 'wscript.echo "open command:" & vbnewline & stmp & vbnewline + If InStr(sTmp, """") = 1 Then + sTmp = Mid(sTmp, 2) + End If + i = InStr(sTmp, ".exe") + If i=0 Then + bAdobe = False + Else + sAdobe = Mid(sTmp, 1, InStr(sTmp, ".exe")+3) + 'wscript.echo "reader:" & sAdobe + Err.clear + oTmp = oFS.GetFile(sAdobe) + If Err.number>0 Then + bAdobe = False + Err.clear + 'wscript.echo sadobe & " not a file" + End If + End If + End If +End If +If bAdobe Then + i = MsgBox( "Use Adobe Reader/Acrobat instead of SumatraPDF?", _ + vbYesNo+vbQuestion, "PDF viewer") + If i = vbNo Then + bAdobe = False + End If +End If +'If badobe Then +' wscript.echo "reader: " & sadobe +'Else +' wscript.echo "no reader" +'End If + +For Each sPr in Array("LaTeX => PDF\", "LaTeX => PS => PDF\") + If bAdobe Then + oWsh.RegWrite sPro & sPr & "ViewerPath", sAdobe + oWsh.RegWrite sPro & sPr & "CloseViewBeforeCompilation", 1, "REG_DWORD" + For Each s in Array("ViewCurrentCmd\", "ViewProjectCmd\") + sP = sPro & sPr & s + oWsh.RegWrite sP & "ActiveType", 1, "REG_DWORD" + oWsh.RegWrite sP & "ProcessCmd", vbLf + oWsh.RegWrite sP & "DDECmd", "acroview" & vbLf & "control" & vbLf & _ + "[DocOpen(""%bm.pdf"")][FileOpen(""%bm.pdf"")]" & _ + vbLf & sAdobe + ' "[MenuitemExecute(""GoBack"")]" & + Next + sP = sPro & sPr & "ViewCloseCmd\" + oWsh.RegWrite sP & "ActiveType", 1, "REG_DWORD" + oWsh.RegWrite sP & "ProcessCmd", vbLf + oWsh.RegWrite sP & "DDECmd", _ + "acroview" & vbLf & "control" & vbLf & _ + "[DocClose(""%bm.pdf"")]" & vbLf + Else + oWsh.RegWrite sPro & sPr & "ViewerPath", sTL & "\sumatrapdf\SumatraPDF.exe" + oWsh.RegWrite sPro & sPr & "CloseViewBeforeCompilation", 0, "REG_DWORD" + For Each s in Array("ViewCurrentCmd\", "ViewProjectCmd\") + sP = sPro & sPr & s + oWsh.RegWrite sP & "ActiveType", 1, "REG_DWORD" + oWsh.RegWrite sP & "DDECmd", "SUMATRA" & vbLf & "control" & vbLf & _ + "[ForwardSearch(""%bm.pdf"",""%nc"",%l,0)]" & vbLf & _ + sTL & "\sumatrapdf\SumatraPDF.exe" + 'oWsh.RegWrite sP & "ProcessCmd", _ + ' sTL & "\SumatraPDF\SumatraPDF.exe" & vbLf & """%bm.pdf""" + oWsh.RegWrite sP & "ProcessCmd", vbLf + Next + oWsh.RegWrite sPro & sPr + End If +Next + +If Not bFirstConfig Then + If bAdobe then + MsgBox "TeXnicCenter now configured for TeX Live 2008 and Adobe Reader", _ + 0, "TeXnicCenter Configuration" + Else + MsgBox "TeXnicCenter now configured for TeX Live 2008 and SumatraPDF", _ + 0, "TeXnicCenter Configuration" + End If +End If diff -Nru texlive-lang-2007.dfsg.4/tlpkg/TeXLive/Splashscreen.pm texlive-lang-2009/tlpkg/TeXLive/Splashscreen.pm --- texlive-lang-2007.dfsg.4/tlpkg/TeXLive/Splashscreen.pm 1970-01-01 01:00:00.000000000 +0100 +++ texlive-lang-2009/tlpkg/TeXLive/Splashscreen.pm 2009-08-06 14:20:26.000000000 +0100 @@ -0,0 +1,189 @@ +$TeXLive::Splashscreen::VERSION = '1.0'; + +package TeXLive::Splashscreen; + +use Tk qw/Ev/; +use Tk qw/:eventtypes/; +use TeXLive::waitVariableX; +use Tk::widgets qw/Toplevel/; +use base qw/Tk::Toplevel/; + +Construct Tk::Widget 'Splashscreen'; + +sub Populate { + my ($self, $args) = @_; + + $self->withdraw; + $self->overrideredirect(1); + + $self->SUPER::Populate($args); + + $self->{ofx} = 0; # X offset from top-left corner to cursor + $self->{ofy} = 0; # Y offset from top-left corner to cursor + $self->{tm0} = 0; # microseconds time widget was Shown + + $self->ConfigSpecs( + -milliseconds => [qw/PASSIVE milliseconds Milliseconds 0/], + ); + + $self->bind('' => [$self => 'b3prs', Ev('x'), Ev('y')]); + $self->bind('' => [$self => 'b3rls', Ev('X'), Ev('Y')]); + +} # end Populate + +# Object methods. + +sub Destroy { + + + my ($self, $millis) = @_; + + $millis = $self->cget(-milliseconds) unless defined $millis; + my $t = Tk::timeofday; + $millis = $millis - ( ($t - $self->{tm0}) * 1000 ); + $millis = 0 if $millis < 0; + + my $destroy_splashscreen = sub { + $self->update; + $self->after(100); # ensure 100% of PB seen + $self->destroy; + }; + + do { &$destroy_splashscreen; return } if $millis == 0; + + while ( $self->DoOneEvent (DONT_WAIT | TIMER_EVENTS)) {} + + $self->waitVariableX( [$millis, $destroy_splashscreen] ); + +} # end Destroy + +sub Splash { + + my ($self, $millis) = @_; + + $millis = $self->cget(-milliseconds) unless defined $millis; + $self->{tm0} = Tk::timeofday; + $self->configure(-milliseconds => $millis); + $self->Popup; + +} # end_splash + +# Private methods. + +sub b3prs { + my ($self, $x, $y) = @_; + $self->{ofx} = $x; + $self->{ofy} = $y; +} # end b3prs + +sub b3rls { + my($self, $X, $Y) = @_; + $X -= $self->{ofx}; + $Y -= $self->{ofy}; + $self->geometry("+${X}+${Y}"); +} # end b3rls + +1; +__END__ + + +=head1 NAME + +TeXLive::Splashscreen - display a Splashscreen during program initialization. + +=head1 SYNOPSIS + + $splash = $parent->Splashscreen(-opt => val, ... ); + +=head1 DESCRIPTION + +For programs that require large load times, it's a common practice to +display a Splashscreen that occupies the user's attention. This +Toplevel mega widget provides all the display, destroy and timing +events. All you do it create the Splashscreen mega widget, populate +it as you see fit, then invoke Splash() to display it and Destroy() to +tear it down. + +Important note: be sure to sprinkle update() calls throughout your +initialization code so that any Splashscreen events are handled. +Remember, the screen may be animated, or the user may be simply moving +the Splashscreen about. + +=head1 OPTIONS + +The following option/value pairs are supported: + +=over 4 + +=item B<-milliseconds> + +The minimum number of milliseconds the Splashscreen should remain on +the screen. Default is 0, which means that the Splashscreen is +destroyed as soon as Destroy() is called. Otherwise, Destroy() waits +for the specified time interval to elapse before destroying the +Splashscreen. + +=back + +=head1 METHODS + +=head2 $splash->Splash([B]); + +If B is specified, it's the minimum number of +milliseconds the Splashscreen should remain on the screen. +This value takes precedence over that specified on the +Splashscreen constructor call. + +=head2 $splash->Destroy([B]); + +If B is specified, it's the minimum number of +milliseconds the Splashscreen should remain on the screen. +This value takes precedence over that specified on the +Splash() call, which takes precedence over that specified +during Splashscreen construction. + +=head1 BINDINGS + +=head2 + +Notifies the Splashscreen to set a mark for an impending move. + +=head2 + +Moves the Splashscreen from the mark to the cursor's current position. + +=head1 ADVERTISED WIDGETS + +Component subwidgets can be accessed via the B method. +This mega widget has no advertised subwidgets. Instead, treat the +widget reference as a Toplevel and populate it as desired. + +=head1 EXAMPLE + + $splash = $mw->Splashscreen; + + ... populate the Splashscreen toplevel as desired ... + + $splash->Splash(4000); + + ... program initialization ... + + $splash->Destroy; + +=head1 AUTHOR + +Stephen.O.Lidie@Lehigh.EDU + +Copyright (C) 2001 - 2002, Steve Lidie. All rights reserved. + +This program is free software; you can redistribute it and/or +modify it under the same terms as Perl itself. + +This package is a literal copy of the Splashscreen.pm code only changing +the package name. + +=head1 KEYWORDS + +Splashscreen, Toplevel + +=cut diff -Nru texlive-lang-2007.dfsg.4/tlpkg/TeXLive/TeXCatalogue.pm texlive-lang-2009/tlpkg/TeXLive/TeXCatalogue.pm --- texlive-lang-2007.dfsg.4/tlpkg/TeXLive/TeXCatalogue.pm 1970-01-01 01:00:00.000000000 +0100 +++ texlive-lang-2009/tlpkg/TeXLive/TeXCatalogue.pm 2009-10-07 12:46:52.000000000 +0100 @@ -0,0 +1,273 @@ +# $Id: TeXCatalogue.pm 15667 2009-10-07 11:46:52Z preining $ +# TeXLive::TeXCatalogue - module for accessing the TeX Catalogue +# +# Copyright 2007, 2008, 2009 Norbert Preining +# This file is licensed under the GNU General Public License version 2 +# or any later version. +# +# Loads of code taken from the catalogue checking script of Robin Fairbairns. + +use XML::Parser; +use XML::XPath; +use XML::XPath::XMLParser; +use Text::Unidecode; + +package TeXLive::TeXCatalogue::Entry; + +my $svnrev = '$Revision: 15667 $'; +my $_modulerevision; +if ($svnrev =~ m/: ([0-9]+) /) { + $_modulerevision = $1; +} else { + $_modulerevision = "unknown"; +} +sub module_revision { + return $_modulerevision; +} + +my $_parser = XML::Parser->new( + ErrorContext => 2, + ParseParamEnt => 1, + NoLWP => 1 +); + +sub new { + my $class = shift; + my %params = @_; + my $self = { + ioref => $params{'ioref'}, + entry => defined($params{'entry'}) ? $params{'entry'} : {}, + docs => defined($params{'docs'}) ? $params{'docs'} : {}, + name => $params{'name'}, + caption => $params{'caption'}, + description => $params{'description'}, + license => $params{'license'}, + ctan => $params{'ctan'}, + texlive => $params{'texlive'}, + miktex => $params{'miktex'}, + version => $params{'version'}, + }; + bless $self, $class; + if (defined($self->{'ioref'})) { + $self->initialize(); + } + return $self; +} + +sub initialize { + my $self = shift; + # parse all the files + my $parser = new XML::XPath->new(ioref => $self->{'ioref'}, parser => $_parser) || + die "Failed to parse the given ioref"; + $self->{'entry'}{'id'} = $parser->findvalue('/entry/@id'); + $self->{'entry'}{'date'} = $parser->findvalue('/entry/@datestamp'); + $self->{'entry'}{'modder'} = $parser->findvalue('/entry/@modifier'); + $self->{'name'} = $parser->findvalue("/entry/name"); + $self->{'caption'} = beautify($parser->findvalue("/entry/caption")); + $self->{'description'} = beautify($parser->findvalue("/entry/description")); + $self->{'license'} = $parser->findvalue('/entry/license/@type'); + $self->{'version'} = $parser->findvalue('/entry/version/@number'); + $self->{'ctan'} = $parser->findvalue('/entry/ctan/@path'); + if ($parser->findvalue('/entry/texlive/@location') ne "") { + $self->{'texlive'} = $parser->findvalue('/entry/texlive/@location'); + } + if ($parser->findvalue('/entry/miktex/@location') ne "") { + $self->{'miktex'} = $parser->findvalue('/entry/miktex/@location'); + } + # parse the documentation entries + my $docset = $parser->find('/entry/documentation'); + foreach my $node ($docset->get_nodelist) { + my $docfile = $parser->find('./@href',$node); + # see comments at end of beautify() + my $details = Text::Unidecode::unidecode( + $parser->find('./@details',$node)); + my $language = $parser->find('./@language',$node); + $self->{'docs'}{$docfile}{'available'} = 1; + if ($details) { $self->{'docs'}{$docfile}{'details'} = $details; } + if ($language) { $self->{'docs'}{$docfile}{'language'} = $language; } + } +} + +sub beautify +{ + my ($txt) = @_; + $txt =~ s/\n/ /g; + $txt =~ s/^[[:space:]]*//g; + $txt =~ s/[[:space:]][[:space:]]*/ /g; + # transliterate to ascii: it allows the final tlpdb to be pure ascii, + # avoiding problems since we don't control the user's terminal encoding + return(Text::Unidecode::unidecode($txt)); +} + +sub name { + my $self = shift; + if (@_) { $self->{'name'} = shift } + return $self->{'name'}; +} +sub license { + my $self = shift; + if (@_) { $self->{'license'} = shift } + return $self->{'license'}; +} +sub version { + my $self = shift; + if (@_) { $self->{'version'} = shift } + return $self->{'version'}; +} +sub caption { + my $self = shift; + if (@_) { $self->{'caption'} = shift } + return $self->{'caption'}; +} +sub description { + my $self = shift; + if (@_) { $self->{'description'} = shift } + return $self->{'description'}; +} +sub ctan { + my $self = shift; + if (@_) { $self->{'ctan'} = shift } + return $self->{'ctan'}; +} +sub texlive { + my $self = shift; + if (@_) { $self->{'texlive'} = shift } + return $self->{'texlive'}; +} +sub miktex { + my $self = shift; + if (@_) { $self->{'miktex'} = shift } + return $self->{'miktex'}; +} +sub docs { + my $self = shift; + my %newdocs = @_; + if (@_) { $self->{'docs'} = \%newdocs } + return $self->{'docs'}; +} +sub entry { + my $self = shift; + my %newentry = @_; + if (@_) { $self->{'entry'} = \%newentry } + return $self->{'entry'}; +} + + +################################################################ +# +# TeXLive::TeXCatalogue +# +################################################################ +package TeXLive::TeXCatalogue; + +sub new { + my $class = shift; + my %params = @_; + my $self = { + location => $params{'location'}, + entries => defined($params{'entries'}) ? $params{'entries'} : {}, + }; + bless $self, $class; + if (defined($self->{'location'})) { + $self->initialize(); + $self->quest4texlive(); + } + return $self; +} + +sub initialize { + my $self = shift; + # chdir to the location of the DTD file, otherwise it cannot be found + # furthermore we have to open the xml file from a file handle otherwise + # the catalogue.dtd is searched in a/catalogue.dtd etc, see above + my $cwd = `pwd`; + chomp($cwd); + chdir($self->{'location'} . "/entries") + || die "chdir($self->{location}/entries failed: $!"; + # parse all the files + foreach (glob("?/*.xml")) { + open(my $io,"<$_") or die "Cannot read $_: $!"; + my $tce = TeXLive::TeXCatalogue::Entry->new( 'ioref' => $io ); + close($io); + $self->{'entries'}{lc($tce->{'entry'}{'id'})} = $tce; + } + chdir($cwd) || die ("Cannot change back to $cwd: $!"); +} + +# Copy every catalogue $entry under the name $entry->{'texlive'} +# if it makes sense. +# +sub quest4texlive +{ + my $self = shift; + + # The catalogue has a partial mapping from catalogue entries to + # texlive packages: $id --> $texcat->{$id}{'texlive'} + my $texcat = $self->{'entries'}; + + # Try to build the inverse mapping: + my (%inv, %count); + for my $id (keys %{$texcat}) { + my $tl = $texcat->{$id}{'texlive'}; + if (defined($tl)) { + $tl =~ s/^bin-//; + $count{$tl}++; + $inv{$tl} = $id; + } + } + # Go through texlive names + for my $name (keys %inv) { + # If this name is free and there is only one corresponding catalogue + # entry then copy the entry under this name + if (!exists($texcat->{$name}) && $count{$name} == 1) { + $texcat->{$name} = $texcat->{$inv{$name}}; + } + } +} + +sub location { + my $self = shift; + if (@_) { $self->{'location'} = shift } + return $self->{'location'}; +} + +sub entries { + my $self = shift; + my %newentries = @_; + if (@_) { $self->{'entries'} = \%newentries } + return $self->{'entries'}; +} + +1; +__END__ + + +=head1 NAME + +TeXLive::TeXCatalogue - Accessing the TeX Catalogue + +=head1 SYNOPSIS + +missing + +=head1 DESCRIPTION + +The L module provides access to the data stored +in the TeX Catalogue. + +DOCUMENTATION MISSING, SORRY!!! + +=head1 AUTHORS AND COPYRIGHT + +This script and its documentation were written for the TeX Live +distribution (L) and both are licensed under the +GNU General Public License Version 2 or later. + +=cut + +### Local Variables: +### perl-indent-level: 2 +### tab-width: 2 +### indent-tabs-mode: nil +### End: +# vim:set tabstop=2 expandtab: # diff -Nru texlive-lang-2007.dfsg.4/tlpkg/TeXLive/TLConfig.pm texlive-lang-2009/tlpkg/TeXLive/TLConfig.pm --- texlive-lang-2007.dfsg.4/tlpkg/TeXLive/TLConfig.pm 1970-01-01 01:00:00.000000000 +0100 +++ texlive-lang-2009/tlpkg/TeXLive/TLConfig.pm 2009-09-21 12:24:18.000000000 +0100 @@ -0,0 +1,281 @@ +# $Id: TLConfig.pm 15395 2009-09-21 11:24:18Z preining $ +# TeXLive::TLConfig.pm - module exporting configuration stuff +# Copyright 2007, 2008, 2009 Norbert Preining +# This file is licensed under the GNU General Public License version 2 +# or any later version. + +package TeXLive::TLConfig; + +my $svnrev = '$Revision: 15395 $'; +my $_modulerevision; +if ($svnrev =~ m/: ([0-9]+) /) { + $_modulerevision = $1; +} else { + $_modulerevision = "unknown"; +} +sub module_revision { + return $_modulerevision; +} + +BEGIN { + use Exporter (); + use vars qw( @ISA @EXPORT_OK @EXPORT ); + @ISA = qw(Exporter); + @EXPORT_OK = qw( + $ReleaseYear + @MetaCategories + @NormalCategories + @Categories + $MetaCategoriesRegexp + $CategoriesRegexp + $DefaultCategory + $DefaultContainerFormat + $DefaultContainerExtension + $InfraLocation + $DatabaseName + $BlockSize + $Archive + $TeXLiveServerURL + $TeXLiveServerPath + $TeXLiveURL + @CriticalPackagesList + $CriticalPackagesRegexp + $WindowsMainMenuName + $RelocPrefix + $RelocTree + %TLPDBOptions + %TLPDBSettings + %TLPDBConfigs + ); + @EXPORT = @EXPORT_OK; +} + +# the year of our release, will be used in the location of the +# network packages, and in menu names, and probably many other places +$ReleaseYear = 2009; + +# Meta Categories do not ship files, but call only for other packages +our @MetaCategories = qw/Collection Scheme/; +our $MetaCategoriesRegexp = '(Collection|Scheme)'; +# +# Normal Categories contain actial files and do not depend on other things. +our @NormalCategories = qw/Package TLCore ConTeXt/; +# +# list of all Categories +our @Categories = (@MetaCategories, @NormalCategories); + +# repeat, as a regexp. +our $CategoriesRegexp = '(Collection|Scheme|Package|TLCore|ConTeXt)'; + +our $DefaultCategory = "Package"; + +# location of various infra files (texlive.tlpdb, .tlpobj etc) +# relative to a root (e.g., the Master/, or the installation path) +our $InfraLocation = "tlpkg"; +our $DatabaseName = "texlive.tlpdb"; + +our $BlockSize = 4096; + +our $Archive = "archive"; +our $TeXLiveServerURL = "http://mirror.ctan.org"; +# from 2009 on we try to put them all into tlnet directly without any +# release year since we hope that we can switch over to 2010 on the fly +# our $TeXLiveServerPath = "systems/texlive/tlnet/$ReleaseYear"; +our $TeXLiveServerPath = "systems/texlive/tlnet"; +our $TeXLiveURL = "$TeXLiveServerURL/$TeXLiveServerPath"; + +# Relocatable packages. +our $RelocTree = "texmf-dist"; +our $RelocPrefix = "RELOC"; + +our @CriticalPackagesList = qw/texlive.infra/; +our $CriticalPackagesRegexp = '^(texlive\.infra)'; +if ($^O =~ /^MSWin(32|64)$/i) { + push (@CriticalPackagesList, "tlperl.win32"); + $CriticalPackagesRegexp = '^(texlive\.infra|tlperl\.win32$)'; +} + +# the way we package things on the web +our $DefaultContainerFormat = "xz"; +our $DefaultContainerExtension = "tar.$DefaultContainerFormat"; + +# archive (not user) settings. +our %TLPDBConfigs = ( + "container_split_src_files" => 1, + "container_split_doc_files" => 1, + "container_format" => $DefaultContainerFormat, + "release" => $ReleaseYear, +); + +# definition of the option strings and their value types +# possible types are: +# - u: url +# - b: boolean, saved as 0/1 +# - p: path (local path) +# - n: natural number +# it allows n:[a]..[b] +# if a is empty start at -infty +# if b is empty end at +infty +# so "n:.." is equivalent to "n" + +# $TLPDBOptions{"option"}->[0] --> type +# ->[1] --> default value +# ->[2] --> tlmgr name +# ->[3] --> tlmgr description +# the "option" is the value in the TLPDB + +our %TLPDBOptions = ( + "autobackup" => + [ "n:-1..", 0, "autobackup", + "Number of backups to keep" ], + "backupdir" => + [ "p", "", "backupdir", + "Directory for backups" ], + "create_formats" => + [ "b", 1, "formats", + "Create formats on installation" ], + "desktop_integration" => + [ "b", 1, "desktop_integration", + "Create shortcuts (menu and desktop) in postinst" ], + "file_assocs" => + [ "n:0..2", 1, "fileassocs", + "Change file associations in postinst" ], + "install_docfiles" => + [ "b", 1, "docfiles", + "Install documentation files" ], + "install_srcfiles" => + [ "b", 1, "srcfiles", + "Install source files" ], + "location" => + [ "u", "__MASTER__", "repository", + "Default package repository" ], + "post_code" => + [ "b", 1, "postcode", + "Run postinst code blobs" ], + "sys_bin" => + [ "p", "/usr/local/bin", "sys_bin", + "Destination for symlinks for binaries" ], + "sys_info" => + [ "p", "/usr/local/info", "sys_info", + "Destination for symlinks for info docs" ], + "sys_man" => + [ "p", "/usr/local/man", "sys_man", + "Destination for symlinks for man pages" ], + "w32_multi_user" => + [ "b", 0, "multiuser", + "Install for shortcuts/menu items for all users (w32)" ], +); + + +our %TLPDBSettings = ( + "platform" => [ "s", "Main platform for this computer" ], + "available_architectures" => [ "l", "All available/installed architectures" ] +); + +our $WindowsMainMenuName = "TeX Live $ReleaseYear"; + + +1; + + +=head1 NAME + +C -- TeX Live Configurations + +=head1 SYNOPSIS + + use TeXLive::TLConfig; + +=head1 DESCRIPTION + +The L module contains definitions of variables +configuring all of TeX Live. + +=over 4 + +=head1 EXPORTED VARIABLES + +All of the following variables are pulled into the callers namespace, +i.e., are declared with C (and C). + +=item C<@TeXLive::TLConfig::MetaCategories> + +The list of meta categories, i.e., those categories whose packages only +depend on other packages, but don't ship any files. Currently +C and . + +=item C<@TeXLive::TLConfig::NormalCategories> + +The list of normal categories, i.e., those categories whose packages do +ship files. Currently C, C, C. + +=item C<@TeXLive::TLConfig::Categories> + +The list of all categories, i.e., the union of the above. + +=item C<$TeXLive::TLConfig::CategoriesRegexp> + +A regexp matching any category. + +=item C<$TeXLive::TLConfig::DefaultCategory> + +The default category used when creating new packages. + +=item C<$TeXLive::TLConfig::InfraLocation> + +The subdirectory with various infrastructure files (C, +tlpobj files, ...) relative to the root of the installation; currently +C. + +=item C<$TeXLive::TLConfig::BlockSize> + +The assumed block size, currently 4k. + +=item C<$TeXLive::TLConfig::Archive> +=item C<$TeXLive::TLConfig::TeXLiveURL> + +These values specify where to find packages. + +=item C<$TeXLive::TLConfig::TeXLiveServerURL> +=item C<$TeXLive::TLConfig::TeXLiveServerPath> + +C is concatenated from these values, with a string between. +The defaults are respectively, C and +C. + +=item C<@TeXLive::TLConfig::CriticalPackagesList> +=item C<@TeXLive::TLConfig::CriticalPackagesRegexp> + +A list of all those packages which we do not update regularly since they +are too central, currently texlive.infra and (for Windows) tlperl.win32. + +=item C<$TeXLive::TLConfig::RelocTree> + +The texmf-tree name that can be relocated, defaults to C. + +=item C<$TeXLive::TLConfig::RelocPrefix> + +The string that replaces the C in the tlpdb if a package is +relocated, defaults to C". + +=back + +=head1 SEE ALSO + +The modules L, L, +L, L, L. + +=head1 AUTHORS AND COPYRIGHT + +This script and its documentation were written for the TeX Live +distribution (L) and both are licensed under the +GNU General Public License Version 2 or later. + +=cut + +### Local Variables: +### perl-indent-level: 2 +### tab-width: 2 +### indent-tabs-mode: nil +### End: +# vim:set tabstop=2 expandtab: # diff -Nru texlive-lang-2007.dfsg.4/tlpkg/TeXLive/TLMedia.pm texlive-lang-2009/tlpkg/TeXLive/TLMedia.pm --- texlive-lang-2007.dfsg.4/tlpkg/TeXLive/TLMedia.pm 1970-01-01 01:00:00.000000000 +0100 +++ texlive-lang-2009/tlpkg/TeXLive/TLMedia.pm 2009-08-17 00:33:26.000000000 +0100 @@ -0,0 +1,586 @@ +# $Id: TLMedia.pm 14716 2009-08-16 23:33:26Z karl $ +# TeXLive::TLMedia.pm - module for accessing TeX Live Media +# Copyright 2008, 2009 Norbert Preining +# +# This file is licensed under the GNU General Public License version 2 +# or any later version. + +package TeXLive::TLMedia; + +my $svnrev = '$Revision: 14716 $'; +my $_modulerevision; +if ($svnrev =~ m/: ([0-9]+) /) { + $_modulerevision = $1; +} else { + $_modulerevision = "unknown"; +} +sub module_revision { + return $_modulerevision; +} + + +use TeXLive::TLConfig; +use TeXLive::TLUtils qw(copy win32 dirname mkdirhier basename download_file + merge_into debug ddebug info tlwarn log); +use TeXLive::TLPDB; +use TeXLive::TLWinGoo; + +sub new +{ + my ($class, @args) = @_; + # 0 elements -> -1 + # 1 arg -> 0 + # even args -> uneven + my $location; + my %params; + my $self = { }; + my $tlpdbfile; + if ($#args % 2) { + # even number of arguments, the first must be the location + %params = @args; + $location = $params{'-location'}; + $tlpdbfile = $params{'-tlpdbfile'}; + } else { + # odd number of arguments + $location = shift @args; + } + my $media; + # of no argument is given we assume NET and default URL + if (!defined($location)) { + return; + } + # no default by itself ... + # $location = "$TeXLiveURL" unless (defined($location)); + # do media autodetection + if ($location =~ m,http://|ftp://,) { + $media = 'NET'; + } else { + if ($location =~ m,file://*(.*)$,) { + $location = "/$1"; + } + if (-d "$location/texmf/web2c") { + $media = 'DVD'; + } elsif (-d "$location/$Archive") { + $media = 'CD'; + } else { + # we cannot find the right type, return undefined, that should + # make people notice + return; + } + } + my $tlpdb; + if (defined($tlpdbfile)) { + # we got the tlpdb file for a specific location + debug("Loading TLPDB from $tlpdbfile for $location ...\n"); + $tlpdb = TeXLive::TLPDB->new; + if ($tlpdb->from_file($tlpdbfile)) { + # found a positive number of packages + $tlpdb->root($location); + } else { + # couldn't read from tlpdb + return(undef); + } + } else { + debug("Loading $location/$InfraLocation/$DatabaseName ...\n"); + $tlpdb = TeXLive::TLPDB->new(root => $location); + return(undef) unless defined($tlpdb); + } + my (@all_c, @std_c, @lang_c, @lang_doc_c); + my (@schemes); + my %revs; + foreach my $pkg ($tlpdb->list_packages) { + my $tlpobj = $tlpdb->{'tlps'}{$pkg}; + $revs{$tlpobj->name} = $tlpobj->revision; + if ($tlpobj->category eq "Collection") { + push @all_c, $pkg; + if ($pkg =~ /collection-lang/) { + push @lang_c, $pkg; + } elsif ($pkg =~ /documentation/) { + if ($pkg =~ /documentation-base/) { + push @std_c, $pkg; + } else { + push @lang_doc_c, $pkg; + } + } else { + push @std_c, $pkg; + } + } elsif ($tlpobj->category eq "Scheme") { + push @schemes, $pkg; + } + } + my (@systems); + @systems = $tlpdb->available_architectures; + $self->{'media'} = $media; + $self->{'location'} = $location; + $self->{'tlpdb'} = $tlpdb; + $self->{'release'} = $tlpdb->config_release; + @{ $self->{'all_collections'} } = @all_c; + @{ $self->{'std_collections'} } = @std_c; + @{ $self->{'lang_collections'} } = @lang_c; + @{ $self->{'lang_doc_collections'} } = @lang_doc_c; + @{ $self->{'schemes'} } = @schemes; + @{ $self->{'systems'} } = @systems; + %{ $self->{'pkgrevs'} } = %revs; + bless $self, $class; + return $self; +} + +# returns a scalar (0) on error +# returns a reference to a hash with actions on success +sub install_package { + my ($self, $pkg, $totlpdb, $nopostinstall, $fallbackmedia) = @_; + my $fromtlpdb = $self->tlpdb; + my $ret; + die("TLMedia not initialized, cannot find tlpdb!") unless (defined($fromtlpdb)); + my $tlpobj = $fromtlpdb->get_package($pkg); + if (!defined($tlpobj)) { + if (defined($fallbackmedia)) { + if ($ret = $fallbackmedia->install_package($pkg,$totlpdb, $nopostinstall)) { + debug("installed $pkg from fallback\n"); + return $ret; + } else { + tlwarn("$0: Cannot find package $pkg (in fallback, either)\n"); + return 0; + } + } else { + tlwarn("$0: Cannot find package $pkg\n"); + return 0; + } + } else { + my $container_src_split = $fromtlpdb->config_src_container; + my $container_doc_split = $fromtlpdb->config_doc_container; + # get options about src/doc splitting from $totlpdb + my $opt_src = $totlpdb->option("install_srcfiles"); + my $opt_doc = $totlpdb->option("install_docfiles"); + my $real_opt_doc = $opt_doc; + my $reloc = 1 if $tlpobj->relocated; + my $container; + my @installfiles; + my $location = $self->location; + foreach ($tlpobj->runfiles) { + # s!^!$location/!; + push @installfiles, $_; + } + foreach ($tlpobj->allbinfiles) { + # s!^!$location/!; + push @installfiles, $_; + } + if ($opt_src) { + foreach ($tlpobj->srcfiles) { + # s!^!$location/!; + push @installfiles, $_; + } + } + if ($real_opt_doc) { + foreach ($tlpobj->docfiles) { + # s!^!$location/!; + push @installfiles, $_; + } + } + my $media = $self->media; + if ($media eq 'DVD') { + $container = \@installfiles; + } elsif ($media eq 'CD') { + if (-r "$location/$Archive/$pkg.zip") { + $container = "$location/$Archive/$pkg.zip"; + } elsif (-r "$location/$Archive/$pkg.tar.xz") { + $container = "$location/$Archive/$pkg.tar.xz"; + } else { + tlwarn("Cannot find a package $pkg (.zip or .xz) in $location/$Archive\n"); + next; + } + } elsif (&media eq 'NET') { + $container = "$location/$Archive/$pkg.$DefaultContainerExtension"; + } + $self->_install_package ($container, $reloc, \@installfiles, $totlpdb) + || return(0); + # if we are installing from CD or NET we have to fetch the respective + # source and doc packages $pkg.source and $pkg.doc and install them, too + if (($media eq 'NET') || ($media eq 'CD')) { + # we install split containers under the following conditions: + # - the container were split generated + # - src/doc files should be installed + # (- the package is not already a split one (like .i386-linux)) + # the above test has been removed because it would mean that + # texlive.infra.doc.tar.xz + # will never be installed, and we do already check that there + # are at all src/doc files, which in split packages of the form + # foo.ARCH are not present. And if they are present, than that is fine, + # too (bin-foobar.win32.doc.tar.xz) + # - there are actually src/doc files present + if ($container_src_split && $opt_src && $tlpobj->srcfiles) { + my $srccontainer = $container; + $srccontainer =~ s/(\.tar\.xz|\.zip)$/.source$1/; + $self->_install_package ($srccontainer, $reloc, \@installfiles, $totlpdb) + || return(0); + } + if ($container_doc_split && $real_opt_doc && $tlpobj->docfiles) { + my $doccontainer = $container; + $doccontainer =~ s/(\.tar\.xz|\.zip)$/.doc$1/; + $self->_install_package ($doccontainer, $reloc, \@installfiles, $totlpdb) + || return(0); + } + # + # if we installed from NET/CD and we got a relocatable container + # make sure that the stray texmf-dist/tlpkg directory is removed + # in USER MODE that should NOT be done because we keep the information + # there, but for now do it unconditionally + if ($tlpobj->relocated) { + my $reloctree = $totlpdb->root . "/" . $TeXLive::TLConfig::RelocTree; + my $tlpkgdir = $reloctree . "/" . $TeXLive::TLConfig::InfraLocation; + my $tlpod = $tlpkgdir . "/tlpobj"; + TeXLive::TLUtils::rmtree($tlpod) if (-d $tlpod); + # we try to remove the tlpkg directory, that will succeed only + # if it is empty. So in normal installations it won't be, but + # if we are installing a relocated package it is texmf-dist/tlpkg + # which will be (hopefully) empty + rmdir($tlpkgdir) if (-d "$tlpkgdir"); + } + } + # we don't want to have wrong information in the tlpdb, so remove the + # src/doc files if they are not installed ... + if (!$opt_src) { + $tlpobj->clear_srcfiles; + } + if (!$real_opt_doc) { + $tlpobj->clear_docfiles; + } + # if a package is relocatable we have to cancel the reloc prefix + # before we save it to the local tlpdb + if ($tlpobj->relocated) { + $tlpobj->cancel_reloc_prefix; + } + # we have to write out the tlpobj file since it is contained in the + # archives (.tar.xz) but at DVD install time we don't have them + my $tlpod = $totlpdb->root . "/tlpkg/tlpobj"; + mkdirhier( $tlpod ); + open(TMP,">$tlpod/".$tlpobj->name.".tlpobj") or + die("Cannot open tlpobj file for ".$tlpobj->name); + $tlpobj->writeout(\*TMP); + close(TMP); + $totlpdb->add_tlpobj($tlpobj); + $totlpdb->save; + # compute the return value + TeXLive::TLUtils::announce_execute_actions("enable", $tlpobj); + if (!$nopostinstall) { + # do the postinstallation actions + # + # Run the post installation code in the postaction tlpsrc entries + # in case we are on w32 and the admin did install for himself only + # we switch off admin mode + if (win32() && admin() && !$totlpdb->option("w32_multi_user")) { + non_admin(); + } + &TeXLive::TLUtils::do_postaction("install", $tlpobj, + $totlpdb->option("file_assocs"), + $totlpdb->option("desktop_integration"), + $totlpdb->option("post_code")); + } + } + return 1; +} + +# +# _install_package +# actually does the installation work +# returns 1 on success and 0 on error +# +sub _install_package { + my ($self, $what, $reloc, $filelistref, $totlpdb) = @_; + + my $media = $self->media; + my $target = $totlpdb->root; + my $tempdir = "$target/temp"; + + my @filelist = @$filelistref; + + # we assume that $::progs has been set up! + my $wget = $::progs{'wget'}; + my $xzdec = $::progs{'xzdec'}; + if (!defined($wget) || !defined($xzdec)) { + tlwarn("_install_package: programs not set up properly, strange.\n"); + return(0); + } + + if (ref $what) { + # we are getting a ref to a list of files, so install from DVD + my $location = $self->location; + foreach my $file (@$what) { + # @what is taken, not @filelist! + # is this still needed? + my $dn=dirname($file); + mkdirhier("$target/$dn"); + copy "$location/$file", "$target/$dn"; + } + # we always assume that copy will work + return(1); + } elsif ($what =~ m,\.tar(\.xz)?$,) { + my $type = defined($1) ? "xz" : "tar"; + + $target .= "/$TeXLive::TLConfig::RelocTree" if $reloc; + + # this is the case when we install from CD or the NET, or a backup + # + # in all other cases we create temp files .tar.xz (or use the present + # one), xzdec them, and then call tar + + my $fn = basename($what); + my $pkg = $fn; + $pkg =~ s/\.tar(\.xz)?$//; + mkdirhier("$tempdir"); + my $tarfile; + my $remove_tarfile = 1; + if ($type eq "xz") { + my $xzfile = "$tempdir/$fn"; + $tarfile = "$tempdir/$fn"; $tarfile =~ s/\.xz$//; + my $xzfile_quote = $xzfile; + my $tarfile_quote = $tarfile; + my $target_quote = $target; + if (win32()) { + $xzfile =~ s!/!\\!g; + $xzfile_quote = "\"$xzfile\""; + $tarfile =~ s!/!\\!g; + $tarfile_quote = "\"$tarfile\""; + $target =~ s!/!\\!g; + $target_quote = "\"$target\""; + } + if ($what =~ m,http://|ftp://,) { + # we are installing from the NET + # download the file and put it into temp + if (!download_file($what, $xzfile) || (! -r $xzfile)) { + tlwarn("Downloading \n"); + tlwarn(" $what\n"); + tlwarn("did not succeed, please retry.\n"); + unlink($tarfile, $xzfile); + return(0); + } + } else { + # we are installing from CD + # copy it to temp + copy($what, $tempdir); + } + debug("un-xzing $xzfile to $tarfile\n"); + system("$xzdec < $xzfile_quote > $tarfile_quote"); + if (! -f $tarfile) { + tlwarn("_install_package: Unpacking $xzfile failed, please retry.\n"); + unlink($tarfile, $xzfile); + return(0); + } + unlink($xzfile); + } else { + $tarfile = "$tempdir/$fn"; + if ($what =~ m,http://|ftp://,) { + if (!download_file($what, $tarfile) || (! -r $tarfile)) { + tlwarn("Downloading \n"); + tlwarn(" $what\n"); + tlwarn("failed, please retry.\n"); + unlink($tarfile); + return(0); + } + } else { + $tarfile = $what; + $remove_tarfile = 0; + } + } + my $ret = TeXLive::TLUtils::untar($tarfile, $target, $remove_tarfile); + # remove the $pkg.tlpobj, we recreate it anyway again + unlink ("$target/tlpkg/tlpobj/$pkg.tlpobj") + if (-r "$target/tlpkg/tlpobj/$pkg.tlpobj"); + return $ret; + } else { + tlwarn("_install_package: Don't know how to install $what\n"); + return(0); + } +} + +# +# remove_package removes a single package with all files (including the +# # tlpobj files) and the entry from the tlpdb. +sub remove_package { + my ($self, $pkg, $nopostinstall) = @_; + my $localtlpdb = $self->tlpdb; + my $tlp = $localtlpdb->get_package($pkg); + if (!defined($tlp)) { + tlwarn ("$pkg: package not present, cannot remove\n"); + } else { + my $currentarch = $self->platform(); + if ($pkg eq "texlive.infra" || $pkg eq "texlive.infra.$currentarch") { + log ("Not removing $pkg, it is essential!\n"); + return 0; + } + # we have to chdir to $localtlpdb->root + my $Master = $localtlpdb->root; + chdir ($Master) || die "chdir($Master) failed: $!"; + my @files = $tlp->all_files; + # also remove the .tlpobj file + push @files, "tlpkg/tlpobj/$pkg.tlpobj"; + # and the ones from src/doc splitting + if (-r "tlpkg/tlpobj/$pkg.source.tlpobj") { + push @files, "tlpkg/tlpobj/$pkg.source.tlpobj"; + } + if (-r "tlpkg/tlpobj/$pkg.doc.tlpobj") { + push @files, "tlpkg/tlpobj/$pkg.doc.tlpobj"; + } + # + # some packages might be relocated, thus having the RELOC prefix + # in user mode we just remove the prefix, in normal mode we + # replace it with texmf-dist + # since we don't have user mode + if ($tlp->relocated) { + for (@files) { + s:^$RelocPrefix/:$RelocTree/:; + } + } + # + # we want to check that a file is only listed in one package, so + # in case that a file to be removed is listed in another package + # we will warn and *not* remove it + my %allfiles; + for my $p ($localtlpdb->list_packages) { + next if ($p eq $pkg); # we have to skip the to be removed package + for my $f ($localtlpdb->get_package($p)->all_files) { + $allfiles{$f} = $p; + } + } + my @goodfiles = (); + my @badfiles = (); + for my $f (@files) { + # in usermode we have to add texmf-dist again for comparison + if (defined($allfiles{$f})) { + # this file should be removed but is mentioned somewhere, too + push @badfiles, $f; + } else { + push @goodfiles, $f; + } + } + if ($#badfiles >= 0) { + # warn the user + tlwarn("The following files should be removed due to the removal of $pkg,\n"); + tlwarn("but are part of another package, too.\n"); + for my $f (@badfiles) { + tlwarn(" $f - $allfiles{$f}\n"); + } + } + # + # Run only the postaction code thing now since afterwards the + # files will be gone ... + if (!$nopostinstall) { + &TeXLive::TLUtils::do_postaction("remove", $tlp, + 0, # option_file_assocs, + 0, # option_desktop_integration, + $localtlpdb->option("post_code")); + } + # + my @removals = &TeXLive::TLUtils::removed_dirs (@goodfiles); + # now do the removal + for my $entry (@goodfiles) { + unlink $entry; + } + for my $d (@removals) { + rmdir $d; + } + $localtlpdb->remove_package($pkg); + TeXLive::TLUtils::announce_execute_actions("disable", $tlp); + # should we save at each removal??? + # advantage: the tlpdb actually reflects what is installed + # disadvantage: removing a collection calls the save routine several times + # still I consider it better that the tlpdb is in a consistent state + $localtlpdb->save; + # + # Run the post installation code in the postaction tlpsrc entries + # in case we are on w32 and the admin did install for himself only + # we switch off admin mode + if (win32() && admin() && !$localtlpdb->option("w32_multi_user")) { + non_admin(); + } + # + # Run the post installation code in the postaction tlpsrc entries + # the postaction code part cannot be evaluated now since the + # files are already removed. + if (!$nopostinstall) { + &TeXLive::TLUtils::do_postaction("remove", $tlp, + $localtlpdb->option("file_assocs"), + $localtlpdb->option("desktop_integration"), + 0); + } + } + return 1; +} + + +# member access functions +# +sub media { my $self = shift ; return $self->{'media'}; } +sub location { my $self = shift ; return $self->{'location'}; } +sub tlpdb { my $self = shift ; return $self->{'tlpdb'}; } +sub release { my $self = shift ; return $self->{'release'}; } +sub all_collections { my $self = shift; return @{ $self->{'all_collections'} }; } +sub std_collections { my $self = shift; return @{ $self->{'std_collections'} }; } +sub lang_collections { my $self = shift; return @{ $self->{'lang_collections'} }; } +sub lang_doc_collections { my $self = shift; return @{ $self->{'lang_doc_collections'} }; } +sub schemes { my $self = shift; return @{ $self->{'schemes'} }; } +sub systems { my $self = shift; return @{ $self->{'systems'} }; } + +# deduce the platform of the referenced media as follows: +# - if the $tlpdb->setting("platform") is there it overrides the detected +# setting +# - if it is not there call TLUtils::platform() +sub platform { + # try to deduce the platform + my $self = shift; + my $tlpdb = $self->tlpdb; + if (defined($tlpdb)) { + my $ret = $tlpdb->setting("platform"); + return $ret if defined $ret; + } + # the platform setting wasn't found in the tlpdb, try TLUtils::platform + return TeXLive::TLUtils::platform(); +} + +1; +__END__ + + +=head1 NAME + +C -- TeX Live Media module + +=head1 SYNOPSIS + + use TeXLive::TLMedia; + + my $tlneo = TeXLive::TLMedia->new('http://www.ctan.org/mirror/tl/'); + my $tlcd = TeXLive::TLMedia->new('/mnt/tl-cd/'); + my $tldvd = TeXLive::TLMedia->new('/mnt/tl-dvd/'); + +=head1 DESCRIPTION + +missing + +=head1 MEMBER ACCESS FUNCTIONS + +scalars: media, location, tlpdb, release +lists: all_collections, std_collections, lang_collections, lang_doc_collections, +schemes, systems + +=back + +=head1 SEE ALSO + +The modules L, L, L, +L, L. + +=head1 AUTHORS AND COPYRIGHT + +This script and its documentation were written for the TeX Live +distribution (L) and both are licensed under the +GNU General Public License Version 2 or later. + +=cut + +### Local Variables: +### perl-indent-level: 2 +### tab-width: 2 +### indent-tabs-mode: nil +### End: +# vim:set tabstop=2 expandtab: # diff -Nru texlive-lang-2007.dfsg.4/tlpkg/TeXLive/TLPaper.pm texlive-lang-2009/tlpkg/TeXLive/TLPaper.pm --- texlive-lang-2007.dfsg.4/tlpkg/TeXLive/TLPaper.pm 1970-01-01 01:00:00.000000000 +0100 +++ texlive-lang-2009/tlpkg/TeXLive/TLPaper.pm 2009-08-06 14:20:26.000000000 +0100 @@ -0,0 +1,683 @@ +# $Id: TLPaper.pm 14553 2009-08-06 13:20:26Z preining $ +# +# Adjusting and querying paper sizes from various config files +# +# Copyright 2008, 2009 Norbert Preining +# This file is licensed under the GNU General Public License version 2 +# or any later version. +# +# TODO TODO TODO +# if no paperconfig line is found in paper_do_simple it adds to the end of the +# file the new line, but this does not work on context because it +# has an \endinput at the end ... needs to be fixed + +package TeXLive::TLPaper; + +my $svnrev = '$Revision: 14553 $'; +my $_modulerevision; +if ($svnrev =~ m/: ([0-9]+) /) { + $_modulerevision = $1; +} else { + $_modulerevision = "unknown"; +} +sub module_revision { + return $_modulerevision; +} + +=pod + +=head1 NAME + +C -- paper size setting + +=head1 SYNOPSIS + + use TeXLive::TLPaper; + +=head1 DESCRIPTION + +=over 4 + +=cut + +use TeXLive::TLUtils qw(:DEFAULT dirname merge_into mkdirhier); + +my %paper_sub = ( + "xdvi" => \&paper_xdvi, + "pdftex" => \&paper_pdftex, + "dvips" => \&paper_dvips, + "dvipdfmx" => \&paper_dvipdfmx, + "dvipdfm" => \&paper_dvipdfm, + "context" => \&paper_context, +); + +# Where to write to by default. +my %default_paper_config_path_component = ( + "xdvi" => "xdvi/XDvi", + "pdftex" => "tex/generic/config/pdftexconfig.tex", + "dvips" => "dvips/config/config.ps", + "dvipdfmx" => "dvipdfmx/dvipdfmx.cfg", + "dvipdfm" => "dvipdfm/config/config", + "context" => "tex/context/user/cont-sys.tex", +); + +# Output is done to the components in this hash. +# If a value is undefined, we take the one from %default_... +# +my %paper_config_path_component; + + +my %xdvi_papersize = ( + "a1" => "59.4x84.0cm", + "a1r" => "84.0x59.4cm", + "a2" => "42.0x59.4cm", + "a2r" => "59.4x42.0cm", + "a3" => "29.7x42.0cm", + "a3r" => "42.0x29.7cm", + "a4" => "21.0x29.7cm", + "a4r" => "29.7x21.0cm", + "a5" => "14.85x21.0cm", + "a5r" => "21.0x14.85cm", + "a6" => "10.5x14.85cm", + "a6r" => "14.85x10.5cm", + "a7" => "7.42x10.5cm", + "a7r" => "10.5x7.42cm", + "b1" => "70.6x100.0cm", + "b1r" => "100.0x70.6cm", + "b2" => "50.0x70.6cm", + "b2r" => "70.6x50.0cm", + "b3" => "35.3x50.0cm", + "b3r" => "50.0x35.3cm", + "b4" => "25.0x35.3cm", + "b4r" => "35.3x25.0cm", + "b5" => "17.6x25.0cm", + "b5r" => "25.0x17.6cm", + "b6" => "13.5x17.6cm", + "b6r" => "17.6x13.5cm", + "b7" => "8.8x13.5cm", + "b7r" => "13.5x8.8cm", + "c1" => "64.8x91.6cm", + "c1r" => "91.6x64.8cm", + "c2" => "45.8x64.8cm", + "c2r" => "64.8x45.8cm", + "c3" => "32.4x45.8cm", + "c3r" => "45.8x32.4cm", + "c4" => "22.9x32.4cm", + "c4r" => "32.4x22.9cm", + "c5" => "16.2x22.9cm", + "c5r" => "22.9x16.2cm", + "c6" => "11.46x16.2cm", + "c6r" => "16.2x11.46cm", + "c7" => "8.1x11.46cm", + "c7r" => "11.46x8.1cm", + "foolscap" => "13.5x17.0", + "ledger" => "17.0x11.0", + "legal" => "8.5x14", + "letter" => "8.5x11", + "tabloid" => "11.0x17.0", + "us" => "8.5x11", + "usr" => "11x8.5", +); + +my %pdftex_papersize = ( + "a4" => [ '210 true mm', '297 true mm' ], + "letter" => [ '8.5 true in', '11 true in' ], +); + +my %dvipdfm_papersize = ( + "a3" => 1, + "a4" => 1, + "ledger" => 1, + "legal" => 1, + "letter" => 1, + "tabloid" => 1, +); + + + + +=item C + +Returns the list of supported paper sizes with the first entry being +the currently selected one. + +=cut + +sub get_paper_list { + my $prog = shift; + return ( &{$paper_sub{$prog}} ( "/dummy", "--returnlist" ) ); +} + +=item C + +Call the paper subroutine for C<$prog>, passing args. + +=cut + +sub do_paper { + my ($prog,$texmfsysconfig,@args) = @_; + my @ret = (); + if (exists $paper_sub{$prog}) { + my $sub = $paper_sub{$prog}; + @ret = &$sub($texmfsysconfig, @args); + } else { + tlwarn("$0: unknown paper program $prog ($texmfsysconfig,@args)\n"); + } + return @ret; +} + + +=item C + +Pass all C<@args> to each paper subroutine in turn, thus setting the +paper size for all supported programs. Return merge of all returned +hashes. + +=cut + +sub paper_all { + for my $p (sort keys %paper_sub) { + &{$paper_sub{$p}} (@_); + } +} + + +# return the config file to look in by running kpsewhich with the +# specified PROGNAME, FORMAT, and @FILENAMES. If no result, give a +# warning and return the empty string. +# +sub find_paper_file { + my ($progname, $format, @filenames) = @_; + my $ret = ""; + + my $cmd; + for my $filename (@filenames) { + $cmd = qq!kpsewhich --progname=$progname --format="$format" $filename!; + chomp($ret = `$cmd`); + if ($ret) { + debug("paper file for $progname ($format) $filename: $ret\n"); + last; + } + } + + tlwarn("$0: found no paper file for $progname (from $cmd)\n") if ! $ret; + return $ret; +} + + +# xdvi format: +# /--- XDvi --- +# |... +# |*paper: +# |... +# \------------ +# +# Reading is done via --progname=xdvi --format='other text files' XDvi +# Writing is done to TEXMFSYSCONFIG/xdvi/XDvi +# +sub paper_xdvi { + my $outtree = shift; + my $newpaper = shift; + + my $inp = &find_paper_file("xdvi", "other text files", "XDvi"); + return unless $inp; + + my $outcomp = $paper_config_path_component{"xdvi"} + || $default_paper_config_path_component{"xdvi"}; + my $outfile = "$outtree/$outcomp"; + + my @sizes = keys %xdvi_papersize; + return &paper_do_simple($inp, "xdvi", '^\*paper: ', '^\*paper:\s+(\w+)\s*$', + sub { + my ($ll,$np) = @_; + $ll =~ s/^\*paper:\s+(\w+)\s*$/\*paper: $np\n/; + return($ll); + }, $outfile, \@sizes, '(undefined)', '*paper: a4', $newpaper); +} + + +# pdftex pdftexconfig.tex format +# /--- pdftexconfig.tex --- +# |... +# |\pdfpagewidth=NNN true +# |\pdfpageheight=NNN true +# |... +# \------------------------ +# +# Reading is done via --progname=pdftex --format='tex' pdftexconfig.tex +# Writing is done to TEXMFSYSCONFIG/tex/generic/config/pdftexconfig.tex +# +sub paper_pdftex { + my $outtree = shift; + my $newpaper = shift; + + my $outcomp = $paper_config_path_component{"pdftex"} + || $default_paper_config_path_component{"pdftex"}; + my $outfile = "$outtree/$outcomp"; + + my $inp = &find_paper_file("pdftex", "tex", "pdftexconfig.tex"); + return unless $inp; + + open(FOO, "<$inp") || die "$0: open($inp) failed: $!"; + my @lines = ; + close(FOO); + + my ($cpw, $cph); + my ($cpwidx, $cphidx); + my $endinputidx; + # read the lines and the last pdfpageswidth/height wins + for my $idx (0..$#lines) { + my $l = $lines[$idx]; + if ($l =~ m/^\s*\\pdfpagewidth\s*=?\s*(.+)\s*$/) { + $cpw = $1; + $cpwidx = $idx; + next; + } + if ($l =~ m/^\s*\\pdfpageheight\s*=?\s*(.+)\s*$/) { + $cph = $1; + $cphidx = $idx; + next; + } + if ($l =~ m/^\s*\\endinput\s*/) { + $endinputidx = $idx; + next; + } + } + # trying to find the right papersize + # + my $currentpaper; + if (defined($cpw) && defined($cph)) { + for my $pname (keys %pdftex_papersize) { + my ($w, $h) = @{$pdftex_papersize{$pname}}; + if (($w eq $cpw) && ($h eq $cph)) { + $currentpaper = $pname; + last; + } + } + } else { + $currentpaper = "(undefined)"; + } + $currentpaper || ($currentpaper = "$cpw x $cph"); + if (defined($newpaper)) { + if ($newpaper eq "--list") { + info("$currentpaper\n"); + for my $p (keys %pdftex_papersize) { + info("$p\n") unless ($p eq $currentpaper); + } + } elsif ($newpaper eq "--returnlist") { + my @ret = (); + push @ret, "$currentpaper"; + for my $p (keys %pdftex_papersize) { + push @ret, $p unless ($p eq $currentpaper); + } + return @ret; + } else { + my $found = 0; + for my $p (keys %pdftex_papersize) { + if ($p eq $newpaper) { + $found = 1; + last; + } + } + if ($found) { + my $newwline = + '\pdfpagewidth=' . ${$pdftex_papersize{$newpaper}}[0] . "\n"; + my $newhline = + '\pdfpageheight=' . ${$pdftex_papersize{$newpaper}}[1] . "\n"; + if (defined($cpwidx)) { + $lines[$cpwidx] = $newwline; + } else { + if (defined($endinputidx)) { + $lines[$endinputidx] = $newwline . $lines[$endinputidx]; + } else { + $lines[$#lines] = $newwline; + } + } + if (defined($cphidx)) { + $lines[$cphidx] = $newhline; + } else { + if (defined($endinputidx)) { + $lines[$endinputidx] = $newhline . $lines[$endinputidx]; + } else { + $lines[$#lines] = $newwline; + } + } + info("$0: setting paper size for pdftex to $newpaper.\n"); + mkdirhier(dirname($outfile)); + # if we create the outfile we have to call mktexlsr + TeXLive::TLUtils::announce_execute_actions("files-changed") + unless (-r $outfile); + if (!open(TMP, ">$outfile")) { + tlwarn("$0: Cannot write to $outfile: $!\n"); + tlwarn("Not setting paper size for pdftex.\n"); + return; + } + for (@lines) { print TMP; } + close(TMP) || warn "$0: close(>$outfile) failed: $!"; + TeXLive::TLUtils::announce_execute_actions("regenerate-formats"); + } else { + tlwarn("$0: Not a valid paper size for pdftex: $newpaper\n"); + } + } + } else { + info("Current pdftex paper size (from $inp): $currentpaper\n"); + } +} + + +# dvips config.ps format: +# /--- config.ps --- +# |... +# |stuff not related to paper sizes +# |... +# | +# |% some comments +# |% more comments +# |@ +# |@+ ...definition line +# |@+ ...definition line +# |... more definition lines +# |@+ %%EndPaperSize +# | +# |@ +# |... +# \------------ +# +# the first paper definition is the default +# selecting paper is done like with texconfig which used ed to move the +# selected part between @ $selected_paper .... @ /-1 (the line before the +# next @ line) to the line before the first @ line. +# (what a tricky ed invocation te created there, impressive!!!) +# +# Reading is done via --progname=dvips --format='dvips config' config.ps +# Writing is done to TEXMFSYSCONFIG/dvips/config/config.ps +# +sub paper_dvips { + my $outtree = shift; + my $newpaper = shift; + + my $inp = &find_paper_file("dvips", "dvips config", "config.ps"); + return unless $inp; + + my $outcomp = $paper_config_path_component{"dvips"} + || $default_paper_config_path_component{"dvips"}; + my $outfile = "$outtree/$outcomp"; + + open(FOO, "<$inp") || die "$0: open($inp) failed: $!"; + my @lines = ; + close(FOO); + + my @papersizes; + my $firstpaperidx; + my %startidx; + my %endidx; + my $in_block = ""; + my $idx = 0; + for my $idx (0 .. $#lines) { + if ($lines[$idx] =~ m/^@ (\w+)/) { + $startidx{$1} = $idx; + $firstpaperidx || ($firstpaperidx = $idx-1); + $in_block = $1; + push @papersizes, $1; + next; + } + # empty lines or comments stop a block + if ($in_block) { + if ($lines[$idx] =~ m/^\s*(%.*)?\s*$/) { + $endidx{$in_block} = $idx-1; + $in_block = ""; + } + next; + } + } + + if (defined($newpaper)) { + if ($newpaper eq "--list") { + for my $p (@papersizes) { + info("$p\n"); # first is already the selected one + } + } elsif ($newpaper eq "--returnlist") { + return(@papersizes); + } else { + my $found = 0; + for my $p (@papersizes) { + if ($p eq $newpaper) { + $found = 1; + last; + } + } + if ($found) { + my @newlines; + for my $idx (0..$#lines) { + if ($idx < $firstpaperidx) { + push @newlines, $lines[$idx]; + next; + } + if ($idx == $firstpaperidx) { + # insert the selected paper definition + push @newlines, @lines[$startidx{$newpaper}..$endidx{$newpaper}]; + push @newlines, $lines[$idx]; + next; + } + if ($idx >= $startidx{$newpaper} && $idx <= $endidx{$newpaper}) { + next; + } + push @newlines, $lines[$idx]; + } + info("$0: setting paper size for dvips to $newpaper.\n"); + mkdirhier(dirname($outfile)); + # if we create the outfile we have to call mktexlsr + TeXLive::TLUtils::announce_execute_actions("files-changed") + unless (-r $outfile); + if (!open(TMP, ">$outfile")) { + tlwarn("$0: Cannot write to $outfile: $!\n"); + tlwarn("Not setting paper size for dvips.\n"); + return (); + } + for (@newlines) { print TMP; } + close(TMP) || warn "$0: close(>$outfile) failed: $!"; + } else { + tlwarn("$0: Not a valid paper size for dvips: $newpaper\n"); + } + } + } else { + info("Current dvips paper size (from $inp): $papersizes[0]\n"); + } +} + + +# dvipdfm(x) format: +# /--- dvipdfm/config, dvipdfmx/dvipdfmx.cfg --- +# |... +# |p +# |... +# \------------ +# +# Reading is done +# for dvipdfm via --progname=dvipdfm --format='other text files' config +# for dvipdfmx via --progname=dvipdfmx --format='other text files' dvipdfmx.cfg +# Writing is done to TEXMFSYSCONFIG/dvipdfm/config/config +# and /dvipdfmx/dvipdfmx.cfg +# +# +sub do_dvipdfm_and_x { + my ($inp,$prog,$outtree,$paplist,$newpaper) = @_; + my $outcomp = $paper_config_path_component{$prog} + || $default_paper_config_path_component{$prog}; + my $outfile = "$outtree/$outcomp"; + return &paper_do_simple($inp, $prog, '^p\s+', '^p\s+(\w+)\s*$', + sub { + my ($ll,$np) = @_; + $ll =~ s/^p\s+(\w+)\s*$/p $np\n/; + return($ll); + }, $outfile, $paplist, '(undefined)', 'p a4', $newpaper); +} + +sub paper_dvipdfm { + my $outtree = shift; + my $newpaper = shift; + + my $inp = &find_paper_file("dvipdfm", "other text files", "config"); + return () unless $inp; + + my @sizes = keys %dvipdfm_papersize; + return &do_dvipdfm_and_x($inp, "dvipdfm", $outtree, \@sizes, $newpaper); +} + +sub paper_dvipdfmx { + my $outtree = shift; + my $newpaper = shift; + + my $inp = &find_paper_file("dvipdfmx", "other text files", "dvipdfmx.cfg"); + return () unless $inp; + + my @sizes = keys %dvipdfm_papersize; + return &do_dvipdfm_and_x($inp, "dvipdfmx", $outtree, \@sizes, $newpaper); +} + + +# context format: +# /--- cont-sys.{tex,rme} +# |... +# |\setuppapersize[letter][letter] +# |... +# \------------ +# +sub paper_context { + my $outtree = shift; + my $newpaper = shift; + + my $outcomp = $paper_config_path_component{"context"} + || $default_paper_config_path_component{"context"}; + my $outfile = "$outtree/$outcomp"; + + my $inp = &find_paper_file("context", "tex", "cont-sys.tex", "cont-sys.rme"); + return () unless $inp; + + my @sizes = keys %pdftex_papersize; + # take care here, the \\\\ are necessary in some places and not in + # some others because there is no intermediate evaluation + return &paper_do_simple($inp, "context", '^\s*\\\\setuppapersize\s*', + '^\s*\\\\setuppapersize\s*\[([^][]*)\].*$', + sub { + my ($ll,$np) = @_; + if ($ll =~ m/^\s*\\setuppapersize\s*/) { + return("\\setuppapersize[$np][$np]\n"); + } else { + return($ll); + } + }, + $outfile, \@sizes, 'a4', '\setuppapersize[a4][a4]', $newpaper); +} + + +# paper_do_simple does the work for single line config files +# (xdvi, dvipdfm, ...) +# arguments: +# $inp, $prog, $firstre, $secondre, $bl, $outp, $paplist, $newpaper +# with +# $inp .. input file location +# $prog .. program name +# $firstre .. re that searches for paper lines +# $secondre .. re that extracts the paper from a paper line +# $bl .. block/sub taking two args, one paper line and the new paper, and +# returns the line with the paper configured, only lines mathing +# $firstre are shipped over to $bl +# $outp .. location of the output file +# $paplist .. ref to an array with the list of admissible paper sizes +# $defaultpaper .. default papersize (arbitrary string) if the $firstre is +# not found in the config file +# $defaultline .. the line to be added at the bottom of the file if +# no line has been found +# $newpaper .. --list, new paper, or undef +sub paper_do_simple { + my ($inp, $prog, $firstre, $secondre, $bl, $outp, $paplist, $defaultpaper, $defaultline, $newpaper) = @_; + + debug("file used for $prog: $inp\n"); + + open(FOO, "<$inp") or die("cannot open file $inp: $!"); + my @lines = ; + close(FOO); + + my $currentpaper; + my @paperlines = grep (m/$firstre/,@lines); + if (!@paperlines) { + $currentpaper = $defaultpaper; + } else { + if ($#paperlines > 0) { + warn "Strange, more than one paper definition, using the first one in\n$inp\n"; + } + $currentpaper = $paperlines[0]; + chomp($currentpaper); + $currentpaper =~ s/$secondre/$1/; + } + + # change value + if (defined($newpaper)) { + if ($newpaper eq "--list") { + info("$currentpaper\n"); + for my $p (@$paplist) { + info("$p\n") unless ($p eq $currentpaper); + } + } elsif ($newpaper eq "--returnlist") { + my @ret = (); + push @ret, $currentpaper; + for my $p (@$paplist) { + push @ret, $p unless ($p eq $currentpaper); + } + return(@ret); + } else { + my $found = 0; + for my $p (@$paplist) { + if ($p eq $newpaper) { + $found = 1; + last; + } + } + if ($found) { + my @newlines; + my $foundcfg = 0; + for my $l (@lines) { + if ($l =~ m/$firstre/) { + push @newlines, &$bl($l, $newpaper); + $foundcfg = 1; + } else { + push @newlines, $l; + } + } + # what to do if no default line found??? + if (!$foundcfg) { + push @newlines, &$bl($defaultline, $newpaper); + } + info("$0: setting paper size for $prog to $newpaper.\n"); + mkdirhier(dirname($outp)); + # if we create the outfile we have to call mktexlsr + TeXLive::TLUtils::announce_execute_actions("files-changed") + unless (-r $outp); + if (!open(TMP, ">$outp")) { + tlwarn("$0: Cannot write to $outp: $!\n"); + tlwarn("Not setting paper size for $prog.\n"); + return; + } + for (@newlines) { print TMP; } + close(TMP) || warn "$0: close(>$outfile) failed: $!"; + TeXLive::TLUtils::announce_execute_actions("regenerate-formats") + if ($prog eq "context"); + } else { + tlwarn("$0: Not a valid paper size for $prog: $newpaper\n"); + } + } + } else { + # return the current value + info("Current $prog paper size (from $inp): $currentpaper\n"); + } +} + +1; + +### Local Variables: +### perl-indent-level: 2 +### tab-width: 2 +### indent-tabs-mode: nil +### End: +# vim:set tabstop=2 expandtab: # diff -Nru texlive-lang-2007.dfsg.4/tlpkg/TeXLive/TLPDB.pm texlive-lang-2009/tlpkg/TeXLive/TLPDB.pm --- texlive-lang-2007.dfsg.4/tlpkg/TeXLive/TLPDB.pm 1970-01-01 01:00:00.000000000 +0100 +++ texlive-lang-2009/tlpkg/TeXLive/TLPDB.pm 2009-08-28 09:56:55.000000000 +0100 @@ -0,0 +1,1359 @@ +# $Id: TLPDB.pm 14910 2009-08-28 08:56:55Z preining $ +# TeXLive::TLPDB.pm - module for using tlpdb files +# Copyright 2007, 2008, 2009 Norbert Preining +# +# This file is licensed under the GNU General Public License version 2 +# or any later version. + +package TeXLive::TLPDB; + +my $svnrev = '$Revision: 14910 $'; +my $_modulerevision; +if ($svnrev =~ m/: ([0-9]+) /) { + $_modulerevision = $1; +} else { + $_modulerevision = "unknown"; +} +sub module_revision { + return $_modulerevision; +} + +=pod + +=head1 NAME + +C -- A database of TeX Live Packages + +=head1 SYNOPSIS + + use TeXLive::TLPDB; + + TeXLive::TLPDB->new (); + TeXLive::TLPDB->new (root => "/path/to/texlive/installation/root"); + + $tlpdb->root("/path/to/root/of/texlive/installation"); + $tlpdb->copy; + $tlpdb->from_file($filename); + $tlpdb->writeout; + $tlpdb->writeout(FILEHANDLE); + $tlpdb->save; + $tlpdb->available_architectures(); + $tlpdb->add_tlpcontainer($pkg, $ziploc [, $archrefs [, $dest ]] ); + $tlpdb->add_tlpobj($tlpobj); + $tlpdb->needed_by($pkg); + $tlpdb->remove_package($pkg); + $tlpdb->get_package("packagename"); + $tlpdb->list_packages; + $tlpdb->expand_dependencies(["-only-arch",] $totlpdb, @list); + $tlpdb->expand_dependencies(["-no-collections",] $totlpdb, @list); + $tlpdb->find_file("filename"); + $tlpdb->collections; + $tlpdb->schemes; + $tlpdb->updmap_cfg_lines; + $tlpdb->fmtutil_cnf_lines; + $tlpdb->language_dat_lines; + $tlpdb->language_def_lines; + $tlpdb->package_revision("packagename"); + $tlpdb->location; + $tlpdb->config_src_container; + $tlpdb->config_doc_container; + $tlpdb->config_container_format; + $tlpdb->config_release; + $tlpdb->config_revision; + $tlpdb->options; + $tlpdb->option($key, [$value]); + $tlpdb->reset_options(); + $tlpdb->add_default_options(); + $tlpdb->settings; + $tlpdb->setting($key, [$value]); + $tlpdb->sizes_of_packages($opt_src, $opt_doc [, @packs ]); + + TeXLive::TLPDB->listdir([$dir]); + $tlpdb->generate_listfiles([$destdir]); + +=head1 DESCRIPTION + +=cut + +use TeXLive::TLConfig qw($CategoriesRegexp $DefaultCategory $InfraLocation + $DatabaseName $MetaCategoriesRegexp $Archive + %TLPDBOptions %TLPDBSettings); +use TeXLive::TLUtils qw(dirname mkdirhier member win32 info debug ddebug + tlwarn); +use TeXLive::TLPOBJ; + +use Cwd 'abs_path'; + +my $_listdir; + +=pod + +=over 4 + +=item C<< TeXLive::TLPDB->new >> + +=item C<< TeXLive::TLPDB->new( [root => "$path"] ) >> + +C<< TeXLive::TLPDB->new >> creates a new C object. If the +argument C is given it will be initialized from the respective +location within $path. If +C<$path> begins with C or C, the program C +is used to download the file. +The C<$path> can start with C in which case it is treated as +a file on the filesystem in the usual way. + +Returns either an object of type C, or undef if the root +was given but no package could be read from that location. + +=cut + +sub new { + my $class = shift; + my %params = @_; + my $self = { + root => $params{'root'}, + tlps => $params{'tlps'} + }; + $_listdir = $params{'listdir'} if defined($params{'listdir'}); + bless $self, $class; + if (defined($self->{'root'})) { + my $nr_packages_read = $self->from_file("$self->{'root'}/$InfraLocation/$DatabaseName"); + if ($nr_packages_read == 0) { + # that is bad, we cannot read anything, so return undef + return(undef); + } + } + return $self; +} + + +sub copy { + my $self = shift; + my $bla = {}; + %$bla = %$self; + bless $bla, "TeXLive::TLPDB"; + return $bla; +} + +=pod + +=item C<< $tlpdb->add_tlpobj($tlpobj) >> + +The C adds an object of the type TLPOBJ to the TLPDB. + +=cut + +sub add_tlpobj { + my ($self,$tlp) = @_; + $self->{'tlps'}{$tlp->name} = $tlp; +} + +=pod + +=item C<< $tlpdb->needed_by($pkg) >> + +Returns an array of package names depending on $pkg. + +=cut + +sub needed_by { + my ($self,$pkg) = @_; + my @ret; + for my $p ($self->list_packages) { + my $tlp = $self->get_package($p); + DEPENDS: for my $d ($tlp->depends) { + # exact match + if ($d eq $pkg) { + push @ret, $p; + last DEPENDS; # of the for loop on all depends + } + # + if ($d =~ m/^(.*)\.ARCH$/) { + my $parent = $1; + for my $a ($self->available_architectures) { + if ($pkg eq "$parent.$a") { + push @ret, $p; + last DEPENDS; + } + } + } + } + } + return @ret; +} + +=pod + +=item C<< $tlpdb->remove_package($pkg) >> + +Remove the package named C<$pkg> from the tlpdb. Gives a warning if the +package is not present + +=cut + +sub remove_package { + my ($self,$pkg) = @_; + if (defined($self->{'tlps'}{$pkg})) { + delete $self->{'tlps'}{$pkg}; + } else { + tlwarn("TLPDB: package to be removed not found: $pkg\n"); + } +} + +=pod + +=item C<< $tlpdb->from_file($filename) >> + +The C function initializes the C if the root was not +given at generation time. See L for more information. + +It returns the actual number of packages (TLPOBJs) read from C<$filename>. + +=cut + +sub from_file { + my ($self, $path) = @_; + if (@_ != 2) { + die "$0: from_file needs filename for initialization"; + } + my $root_from_path = dirname(dirname($path)); + if (defined($self->{'root'})) { + if ($self->{'root'} ne $root_from_path) { + tlwarn("root=$self->{'root'}, root_from_path=$root_from_path\n"); + tlwarn("Initialisation from different location as originally given.\nHope you are sure!\n"); + } + } else { + $self->root($root_from_path); + } + my $retfh; + my $tlpdbfile; + if ($path =~ m;^((http|ftp)://|file:\/\/*);) { + debug("TLPDB.pm: trying to initialize from $path\n"); + # if we have xzdec available we try the xz file + if (defined($::progs{'xzdec'})) { + # we first try the xz compressed file + my $tmpdir = TeXLive::TLUtils::get_system_tmpdir(); + my $bn = TeXLive::TLUtils::basename("$path"); + my $xzfile = "$tmpdir/$bn.$$.xz"; + my $xzfile_quote = $xzfile; + # this is a variable of the whole sub as we have to remove the file + # before returning + $tlpdbfile = "$tmpdir/$bn.$$"; + my $tlpdbfile_quote = $tlpdbfile; + if (win32()) { + $xzfile =~ s!/!\\!g; + $tlpdbfile =~ s!/!\\!g; + } + $xzfile_quote = "\"$xzfile\""; + $tlpdbfile_quote = "\"$tlpdbfile\""; + debug("trying to download $path.xz to $xzfile\n"); + my $ret = TeXLive::TLUtils::download_file("$path.xz", "$xzfile"); + # better to check both, the return value AND the existence of the file + if ($ret && (-r "$xzfile")) { + # ok, let the fun begin + debug("un-xzing $xzfile to $tlpdbfile\n"); + # xzdec *hopefully* returns 0 on success and anything else on failure + # we don't have to negate since not zero means error in the shell + # and thus in perl true + if (system("$::progs{'xzdec'} <$xzfile_quote >$tlpdbfile_quote")) { + debug("un-xzing $xzfile failed, tryin gplain file\n"); + # to be sure we unlink the xz file and the tlpdbfile + unlink($xzfile); + unlink($tlpdbfile); + } else { + unlink($xzfile); + open($retfh, "<$tlpdbfile") || die "$0: open($tlpdbfile) failed: $!"; + debug("found the uncompressed xz file\n"); + } + } + } else { + debug("no xzdec defined, not trying tlpdb.xz ...\n"); + } + if (!defined($retfh)) { + debug("TLPDB: downloading $path.xz didn't succeed, try $path\n"); + # xz did not succeed, so try the normal file + $retfh = TeXLive::TLUtils::download_file($path, "|"); + if (!$retfh) { + die "open tlpdb($path) failed: $!"; + } + } + } else { + open(TMP, "<$path") || die "$0: open($path) failed: $!"; + $retfh = \*TMP; + } + my $found = 0; + my $ret = 0; + do { + my $tlp = TeXLive::TLPOBJ->new; + $ret = $tlp->from_fh($retfh,1); + if ($ret) { + $self->add_tlpobj($tlp); + $found++; + } + } until (!$ret); + tlwarn("unusable location $path, could not load any packages\n") if (!$found); + # remove the un-xz-ed tlpdb file from temp dir + # THAT IS RACY!!! we should fix that in some better way with tempfile + close($retfh); + unlink($tlpdbfile) if $tlpdbfile; + return($found); +} + +=pod + +=item C<< $tlpdb->writeout >> + +=item C<< $tlpdb->writeout(FILEHANDLE) >> + +The C function writes the database to C, or +the file handle given as argument. + +=cut + +sub writeout { + my $self = shift; + my $fd = (@_ ? $_[0] : STDOUT); + foreach (sort keys %{$self->{'tlps'}}) { + ddebug("writeout: tlpname=$_ ", $self->{'tlps'}{$_}->name, "\n"); + $self->{'tlps'}{$_}->writeout($fd); + print $fd "\n"; + } +} + +=pod + +=item C<< $tlpdb->save >> + +The C functions saves the C to the file which has been set +as location. If the location is undefined, die. + +=cut + +sub save { + my $self = shift; + my $path = $self->location; + mkdirhier(dirname($path)); + my $tmppath = "$path.tmp"; + open(FOO, ">$tmppath") || die "$0: open(>$tmppath) failed: $!"; + $self->writeout(\*FOO); + close(FOO); + # if we managed that one, we move it over + die ("rename $tmppath to $path failed: $!") + unless rename($tmppath, $path); +} + +=pod + +=item C<< $tlpdb->available_architectures >> + +The C functions returns the list of available +architectures as set in the options section +(i.e., using setting("available_architectures")) + +=cut + +sub available_architectures { + my $self = shift; + my @archs = $self->setting("available_architectures"); + if (! @archs) { + # fall back to the old method checking tex\.* + my @packs = $self->list_packages; + map { s/^tex\.// ; push @archs, $_ ; } grep(/^tex\.(.*)$/, @packs); + } + return @archs; +} + +=pod + +=item C<< $tlpdb->add_tlpcontainer($pkg, $ziploc [, $archrefs [, $dest ]] ) >> + +Installs the package C<$pkg> from the container files in C<$ziploc>. If +C<$archrefs> is given then it must be a reference to a list of +architectures to be installed. If the normal (arch=all) package is +architecture dependent then all arch packages in this list are installed. +If C<$dest> is given then the files are +installed into it, otherwise into the location of the TLPDB. + +Note that this procedure does NOT check for dependencies. So if your package +adds new dependencies they are not necessarily fulfilled. + +=cut + +sub add_tlpcontainer { + my ($self, $package, $ziplocation, $archrefs, $dest) = @_; + my @archs; + if (defined($archrefs)) { + @archs = @$archrefs; + } + my $cwd = getcwd(); + if ($ziplocation !~ m,^/,) { + $ziplocation = "$cwd/$ziplocation"; + } + my $tlpobj = $self->_add_tlpcontainer($package, $ziplocation, "all", $dest); + if ($tlpobj->is_arch_dependent) { + foreach (@$archrefs) { + $self->_add_tlpcontainer($package, $ziplocation, $_, $dest); + } + } +} + +sub _add_tlpcontainer { + my ($self, $package, $ziplocation, $arch, $dest) = @_; + my $unpackprog; + my $args; + # WARNING: If you change the location of the texlive.tlpdb this + # has to be changed, too!! + if (not(defined($dest))) { + $dest = $self->{'root'}; + } + my $container = "$ziplocation/$package"; + if ($arch ne "all") { + $container .= ".$arch"; + } + if (-r "$container.zip") { + $container .= ".zip"; + $unpackprog="unzip"; + $args="-o -qq $container -d $dest"; + } elsif (-r "$container.xz") { + $container .= ".xz"; + $unpackprog="NO_IDEA_HOW_TO_UNPACK_LZMA"; + $args="NO IDEA WHAT ARGS IT NEEDS"; + die "$0: xz checked for but not implemented, maybe update TLPDB.pm"; + } else { + die "$0: No package $container (.zip or .xz) in $ziplocation"; + } + tlwarn("Huuu, this needs testing and error checking!\n"); + tlwarn("Should we use -a -- adapt line endings etc?\n"); + `$unpackprog $args`; + # we only create/add tlpobj for arch eq "all" + if ($arch eq "all") { + my $tlpobj = new TeXLive::TLPOBJ; + $tlpobj->from_file("$dest/$TeXLive::TLConfig::InfraLocation/tlpobj/$package.tlpobj"); + $self->add_tlpobj($tlpobj); + return $tlpobj; + } +} + + +=pod + +=item C<< $tlpdb->get_package("packagename") >> + +The C function returns a reference to a C object +in case its name the the argument name coincide. + +=cut + +sub get_package { + my ($self,$pkg) = @_; + if (defined($self->{'tlps'}{$pkg})) { + return($self->{'tlps'}{$pkg}); + } else { + return(undef); + } +} + +=pod + +=item C<< $tlpdb->list_packages >> + +The C function returns the list of all included packages. + +=cut + +sub list_packages { + my $self = shift; + return (sort keys %{$self->{'tlps'}}); +} + +=pod + +=item C<< $tlpdb->expand_dependencies >> + +This function takes as first argument the target TLPDB and then a list of +packages and returns the closure of this +list with respect to the depends operator. (Sorry, that was for +mathematicians) + +If the very first argument is "-only-arch" then it expands only dependencies +of the form .ARCH. + +If the very first argument is "-no-collections" then dependencies of +collections onto collections are ignored. + +=cut + +sub expand_dependencies { + my $self = shift; + my $only_arch = 0; + my $no_collections = 0; + my $first = shift; + my $totlpdb; + if ($first eq "-only-arch") { + $only_arch = 1; + $totlpdb = shift; + } elsif ($first eq "-no-collections") { + $no_collections = 1; + $totlpdb = shift; + } else { + $totlpdb = $first; + } + my %install = (); + my @archs = $totlpdb->available_architectures; + for my $p (@_) { + $install{$p} = 1; + } + my $changed = 1; + while ($changed) { + $changed = 0; + my @pre_select = keys %install; + ddebug("pre_select = @pre_select\n"); + for my $p (@pre_select) { + next if ($p =~ m/^00texlive/); + my $pkg = $self->get_package($p); + if (!defined($pkg)) { + debug("W: $p is mentioned somewhere but not available, disabling\n"); + $install{$p} = 0; + next; + } + for my $p_dep ($pkg->depends) { + ddebug("checking $p_dep in $p\n"); + my $tlpdd = $self->get_package($p_dep); + if (defined($tlpdd)) { + if ($tlpdd->category =~ m/$MetaCategoriesRegexp/) { + # we are taking a look at a dependency which is a collection + # or scheme, and if the option "-no-collections" is given + # we skip that one + ddebug("expand_deps: skipping $p_dep in $p due to -no-collections\n"); + next if $no_collections; + } + } + if ($p_dep =~ m/^(.*)\.ARCH$/) { + my $foo = "$1"; + foreach $a (@archs) { + $install{"$foo.$a"} = 1 if defined($self->get_package("$foo.$a")); + } + } elsif ($p_dep =~ m/^(.*)\.win32$/) { + # a win32 package should *only* be installed if we are installing + # the win32 arch + if (grep(/^win32$/,@archs)) { + $install{$p_dep} = 1; + } + } else { + $install{$p_dep} = 1 unless $only_arch; + } + } + } + + # check for newly selected packages + my @post_select = keys %install; + ddebug("post_select = @post_select\n"); + if ($#pre_select != $#post_select) { + $changed = 1; + } + } + return(keys %install); +} + +=pod + +=item C<< $tlpdb->find_file("filename") >> + +The C returns a list of packages:filename +containing a file named C. + +=cut + +sub find_file { + my ($self,$fn) = @_; + my @ret; + foreach my $pkg ($self->list_packages) { + my @foo = $self->get_package($pkg)->contains_file($fn); + foreach my $f ($self->get_package($pkg)->contains_file($fn)) { + push @ret, "$pkg:$f"; + } + } + return(@ret); +} + +=pod + +=item C<< $tlpdb->collections >> + +The C function returns the list of all collections. + +=cut + +sub collections { + my $self = shift; + my @ret; + foreach my $p ($self->list_packages) { + if ($self->get_package($p)->category eq "Collection") { + push @ret, $p; + } + } + return @ret; +} + +=pod + +=item C<< $tlpdb->schemes >> + +The C function returns the list of all schemes. + +=cut + +sub schemes { + my $self = shift; + my @ret; + foreach my $p ($self->list_packages) { + if ($self->get_package($p)->category eq "Scheme") { + push @ret, $p; + } + } + return @ret; +} + + + +=pod + +=item C<< $tlpdb->package_revision("packagename") >> + +The C function returns the revision number of the +package named in the first argument. + +=cut + +sub package_revision { + my ($self,$pkg) = @_; + if (defined($self->{'tlps'}{$pkg})) { + return($self->{'tlps'}{$pkg}->revision); + } else { + return(undef); + } +} + +=pod + +=item C<< $tlpdb->generate_packagelist >> + +The C prints TeX Live package names in the object +database, together with their revisions, to the file handle given in the +first (optional) argument, or C by default. It also outputs all +available architectures as packages with revision number -1. + +=cut + +sub generate_packagelist { + my $self = shift; + my $fd = (@_ ? $_[0] : STDOUT); + foreach (sort keys %{$self->{'tlps'}}) { + print $fd $self->{'tlps'}{$_}->name, " ", + $self->{'tlps'}{$_}->revision, "\n"; + } + foreach ($self->available_architectures) { + print $fd "$_ -1\n"; + } +} + +=pod + +=item C<< $tlpdb->generate_listfiles >> + +=item C<< $tlpdb->generate_listfiles($destdir) >> + +The C generates the list files for the old +installers. This function will probably go away. + +=cut + +sub generate_listfiles { + my ($self,$destdir) = @_; + if (not(defined($destdir))) { + $destdir = TeXLive::TLPDB->listdir; + } + foreach (sort keys %{$self->{'tlps'}}) { + $tlp = $self->{'tlps'}{$_}; + $self->_generate_listfile($tlp, $destdir); + } +} + +sub _generate_listfile { + my ($self,$tlp,$destdir) = @_; + my $listname = $tlp->name; + my @files = $tlp->all_files; + @files = TeXLive::TLUtils::sort_uniq(@files); + &mkpath("$destdir") if (! -d "$destdir"); + my (@lop, @lot); + foreach my $d ($tlp->depends) { + my $subtlp = $self->get_package($d); + if (defined($subtlp)) { + if ($subtlp->is_meta_package) { + push @lot, $d; + } else { + push @lop, $d; + } + } else { + # speudo dependencies on $Package.ARCH can be ignored + if ($d !~ m/\.ARCH$/) { + tlwarn("TLPDB: package $tlp->name depends on $d, but this does not exist\n"); + } + } + } + open(TMP, ">$destdir/$listname") + || die "$0: open(>$destdir/$listname) failed: $!"; + + # title and size information for collections and schemes in the + # first two lines, marked with * + if ($tlp->category eq "Collection") { + print TMP "*Title: ", $tlp->shortdesc, "\n"; + # collections references Packages, we have to collect the sizes of + # all the Package-tlps included + # What is unclear for me is HOW the size is computed for bin-* + # packages. The collection-basic contains quite a lot of + # bin-files, but the sizes for the different archs differ. + # I guess we have to take the maximum? + my $s = 0; + foreach my $p (@lop) { + my $subtlp = $self->get_package($p); + if (!defined($subtlp)) { + tlwarn("TLPDB: $listname references $p, but it is not in tlpdb\n"); + } + $s += $subtlp->total_size; + } + # in case the collection itself ships files ... + $s += $tlp->runsize + $tlp->srcsize + $tlp->docsize; + print TMP "*Size: $s\n"; + } elsif ($tlp->category eq "Scheme") { + print TMP "*Title: ", $tlp->shortdesc, "\n"; + my $s = 0; + # schemes size includes ONLY those packages which are directly + # included and direclty included files, not the size of the + # included collections. But if a package is included in one of + # the called for collections AND listed directly, we don't want + # to count its size two times + my (@inccol,@incpkg,@collpkg); + # first we add all the packages tlps that are directly included + @incpkg = @lop; + # now we select all collections, and for all collections we + # again select all non-meta-packages + foreach my $c (@lot) { + my $coll = $self->get_package($c); + foreach my $d ($coll->depends) { + my $subtlp = $self->get_package($d); + if (defined($subtlp)) { + if (!($subtlp->is_meta_package)) { + TeXLive::TLUtils::push_uniq(\@collpkg,$d); + } + } else { + tlwarn("TLPDB: collection $coll->name depends on $d, but this does not exist\n"); + } + } + } + # finally go through all packages and add the ->total_size + foreach my $p (@incpkg) { + if (!TeXLive::TLUtils::member($p,@collpkg)) { + $s += $self->get_package($p)->total_size; + } + } + $s += $tlp->runsize + $tlp->srcsize + $tlp->docsize; + print TMP "*Size: $s\n"; + } + # dependencies and inclusion of packages + foreach my $t (@lot) { + # strange, schemes mark included collections via -, while collections + # themself mark deps on other collections with +. collection are + # never referenced in Packages + if ($listname =~ m/^scheme/) { + print TMP "-"; + } else { + print TMP "+"; + } + print TMP "$t\n"; + } + foreach my $t (@lop) { print TMP "+$t\n"; } + # included files + foreach my $f (@files) { print TMP "$f\n"; } + # also print the listfile itself + print TMP "$destdir/$listname\n"; + # execute statements + foreach my $e ($tlp->executes) { + print TMP "!$e\n"; + } + # finish + close(TMP); +} + +=pod + +=item C<< $tlpdb->root([ "/path/to/installation" ]) >> + +The function C allows to read and set the root of the +installation. + +=cut + +sub root { + my $self = shift; + if (@_) { $self->{'root'} = shift } + return $self->{'root'}; +} + +=pod + +=item C<< $tlpdb->location >> + +Return the location of the actual C file used. This is a +read-only function; you cannot change the root of the TLPDB using this +function. + +See C<00texlive.installation.tlpsrc> for a description of the +special value C<__MASTER>. + +=cut + +sub location { + my $self = shift; + return "$self->{'root'}/$InfraLocation/$DatabaseName"; +} + +=pod + +=item C<< $tlpdb->listdir >> + +The function C allows to read and set the packages variable +specifiying where generated list files are created. + +=cut + +sub listdir { + my $self = shift; + if (@_) { $_listdir = $_[0] } + return $_listdir; +} + +=pod + +=item C<< $tlpdb->config_src_container >> + +Returns 1 if the the texlive config option for src files splitting on +container level is set. See Options below. + +=cut + +sub config_src_container { + my $self = shift; + if (defined($self->{'tlps'}{'00texlive.config'})) { + foreach my $d ($self->{'tlps'}{'00texlive.config'}->depends) { + if ($d =~ m!^container_split_src_files/(.*)$!) { + return "$1"; + } + } + } + return 0; +} + +=pod + +=item C<< $tlpdb->config_doc_container >> + +Returns 1 if the the texlive config option for doc files splitting on +container level is set. See Options below. + +=cut + +sub config_doc_container { + my $self = shift; + if (defined($self->{'tlps'}{'00texlive.config'})) { + foreach my $d ($self->{'tlps'}{'00texlive.config'}->depends) { + if ($d =~ m!^container_split_doc_files/(.*)$!) { + return "$1"; + } + } + } + return 0; +} + +=pod + +=item C<< $tlpdb->config_doc_container >> + +Returns the currently set default container format. See Options below. + +=cut + +sub config_container_format { + my $self = shift; + if (defined($self->{'tlps'}{'00texlive.config'})) { + foreach my $d ($self->{'tlps'}{'00texlive.config'}->depends) { + if ($d =~ m!^container_format/(.*)$!) { + return "$1"; + } + } + } + return ""; +} + +=pod + +=item C<< $tlpdb->config_release >> + +Returns the currently set release. See Options below. + +=cut + +sub config_release { + my $self = shift; + if (defined($self->{'tlps'}{'00texlive.config'})) { + foreach my $d ($self->{'tlps'}{'00texlive.config'}->depends) { + if ($d =~ m!^release/(.*)$!) { + return "$1"; + } + } + } + return ""; +} + +=pod + +=item C<< $tlpdb->config_revision >> + +Returns the currently set revision. See Options below. + +=cut + +sub config_revision { + my $self = shift; + if (defined($self->{'tlps'}{'00texlive.config'})) { + foreach my $d ($self->{'tlps'}{'00texlive.config'}->depends) { + if ($d =~ m!^revision/(.*)$!) { + return "$1"; + } + } + } + return ""; +} + + +=pod + +=item C<< $tlpdb->sizes_of_packages ( $opt_src, $opt_doc, [ @packs ] ) >> + +This function returns a reference to a hash with package names as keys +and the sizes in bytes as values. The sizes are computed for the arguments, +or all packages if nothing was given. + +In case something has been computed one addition key is added C<__TOTAL__> +which contains the total size of all packages under discussion. + +=cut + +sub sizes_of_packages { + my ($self, $opt_src, $opt_doc, @packs) = @_; + @packs || ( @packs = $self->list_packages() ); + my $root = $self->root; + my $media; + if ($root =~ m!^(ctan$|(http|ftp)://)!i) { + $media = 'NET'; + } else { + $root =~ s!file://*!/!i; + $root = abs_path($root); + if (-d "$root/$Archive") { + $media = 'CD'; + } elsif (-d "$root/texmf/web2c") { + $media = 'DVD'; + } else { + die "$0: that should not happen, no proper location found!"; + } + } + my %tlpsizes; + my %tlpobjs; + my $totalsize; + foreach my $p (@packs) { + $tlpobjs{$p} = $self->get_package($p); + if (!defined($tlpobjs{$p})) { + warn "STRANGE: $p not to be found in ", $self->root; + next; + } + if ($media ne 'DVD') { + # we use the container size as the measuring unit since probably + # downloading will be the limiting factor + $tlpsizes{$p} = $tlpobjs{$p}->containersize; + $tlpsizes{$p} += $tlpobjs{$p}->srccontainersize if $opt_src; + $tlpsizes{$p} += $tlpobjs{$p}->doccontainersize if $opt_doc; + } else { + # we have to add the respective sizes, that is checking for + # installation of src and doc file + $tlpsizes{$p} = $tlpobjs{$p}->runsize; + $tlpsizes{$p} += $tlpobjs{$p}->srcsize if $opt_src; + $tlpsizes{$p} += $tlpobjs{$p}->docsize if $opt_doc; + my %foo = %{$tlpobjs{$p}->binsize}; + for my $k (keys %foo) { $tlpsizes{$p} += $foo{$k}; } + # all the packages sizes are in blocks, so transfer that to bytes + $tlpsizes{$p} *= $TeXLive::TLConfig::BlockSize; + } + $totalsize += $tlpsizes{$p}; + } + if ($totalsize) { + $tlpsizes{'__TOTAL__'} = $totalsize; + } + return \%tlpsizes; +} + + + + +=pod + +=item C<< $tlpdb->option($key [, $val]) >> +=item C<< $tlpdb->setting($key [, $val]) >> + +Need to be documented + +=cut + +sub _set_option_value { + my $self = shift; + $self->_set_value_pkg('00texlive.installation', 'opt_', @_); +} +sub _set_setting_value { + my $self = shift; + $self->_set_value_pkg('00texlive.installation', 'setting_', @_); +} +sub _set_value_pkg { + my ($self,$pkgname,$pre,$key,$value) = @_; + my $k = "$pre$key"; + my $pkg = $self->{'tlps'}{$pkgname}; + my @newdeps; + if (!defined($pkg)) { + $pkg = new TeXLive::TLPOBJ; + $pkg->name($pkgname); + $pkg->category("TLCore"); + push @newdeps, "$k:$value"; + } else { + my $found = 0; + foreach my $d ($pkg->depends) { + if ($d =~ m!^$k:!) { + $found = 1; + push @newdeps, "$k:$value"; + } else { + push @newdeps, $d; + } + } + if (!$found) { + push @newdeps, "$k:$value"; + } + } + $pkg->depends(@newdeps); + $self->{'tlps'}{$pkgname} = $pkg; +} + +sub _option_value { + my $self = shift; + $self->_value_pkg('00texlive.installation', 'opt_', @_); +} + +sub _setting_value { + my $self = shift; + $self->_value_pkg('00texlive.installation', 'setting_', @_); +} + +sub _value_pkg { + my ($self,$pkg,$pre,$key) = @_; + my $k = "$pre$key"; + if (defined($self->{'tlps'}{$pkg})) { + foreach my $d ($self->{'tlps'}{$pkg}->depends) { + if ($d =~ m!^$k:(.*)$!) { + return "$1"; + } + } + return; + } + tlwarn("$pkg not found, cannot read option $key.\n"); + return; +} + +sub option_pkg { + my $self = shift; + my $pkg = shift; + my $key = shift; + if (@_) { $self->_set_value_pkg($pkg, "opt_", $key, shift); } + my $ret = $self->_value_pkg($pkg, "opt_", $key); + # special case for location == __MASTER__ + if ($ret eq "__MASTER__" && $key eq "location") { + return $self->root; + } + return $ret; +} +sub option { + my $self = shift; + my $key = shift; + if (@_) { $self->_set_option_value($key, shift); } + my $ret = $self->_option_value($key); + # special case for location == __MASTER__ + if (defined($ret) && $ret eq "__MASTER__" && $key eq "location") { + return $self->root; + } + return $ret; +} +sub setting_pkg { + my $self = shift; + my $pkg = shift; + my $key = shift; + if (@_) { + if ($TLPDBSettings{$key}->[0] eq "l") { + $self->_set_value_pkg($pkg, "setting_", $key, "@_"); + } else { + $self->_set_value_pkg($pkg, "setting_", $key, shift); + } + } + my $ret = $self->_value_pkg($pkg, "setting_", $key); + # check the types of the settings, and if it is a "l" return a list + if ($TLPDBSettings{$key}->[0] eq "l") { + my @ret; + if (defined $ret) { + @ret = split(" ", $ret); + } else { + tlwarn "TLPDB::setting_pkg: no $key, returning empty list ...\n"; + @ret = (); + } + return @ret; + } + return $ret; +} +sub setting { + my $self = shift; + my $key = shift; + if (@_) { + if ($TLPDBSettings{$key}->[0] eq "l") { + $self->_set_setting_value($key, "@_"); + } else { + $self->_set_setting_value($key, shift); + } + } + my $ret = $self->_setting_value($key); + # check the types of the settings, and if it is a "l" return a list + if ($TLPDBSettings{$key}->[0] eq "l") { + my @ret; + if (defined $ret) { + @ret = split(" ", $ret); + } else { + tlwarn "TLPDB::setting: no $key, returning empty list ...\n"; + @ret = (); + } + return @ret; + } + return $ret; +} + +sub reset_options { + my $self = shift; + for my $k (keys %TeXLive::TLConfig::TLPDBOptions) { + $self->option($k, $TeXLive::TLConfig::TLPDBOptions{$k}->[1]); + } +} + +sub add_default_options { + my $self = shift; + for my $k (sort keys %TeXLive::TLConfig::TLPDBOptions) { + # if the option is not set already, do set it to defaults + if (! $self->option($k) ) { + $self->option($k, $TeXLive::TLConfig::TLPDBOptions{$k}->[1]); + } + } +} + +=pod + +=item C<< $tlpdb->options >> + +Returns a reference to a hash with option names. + +=cut + +sub _keyshash { + my ($self, $pre, $hr) = @_; + my @allowed = keys %$hr; + my %ret; + my $pkg = $self->{'tlps'}{'00texlive.installation'}; + if (defined($pkg)) { + foreach my $d ($pkg->depends) { + if ($d =~ m!^$pre([^:]*):(.*)!) { + if (member($1, @allowed)) { + $ret{$1} = $2; + } else { + tlwarn("Unsupported option/setting $d\n"); + } + } + } + } + return \%ret; +} + +sub options { + my $self = shift; + return ($self->_keyshash('opt_', \%TLPDBOptions)); +} +sub settings { + my $self = shift; + return ($self->_keyshash('setting_', \%TLPDBSettings)); +} + +=pod + +=item C<< $tlpdb->format_definitions >> + +This function returns a list of references to hashes where each hash +represents a parsed AddFormat line. + + +=cut + +sub format_definitions { + my $self = shift; + my @ret; + foreach my $p ($self->list_packages) { + my $obj = $self->get_package ($p); + die "$0: No TeX Live package named $p, strange" if ! $obj; + push @ret, $obj->format_definitions; + } + return(@ret); +} + +=item C<< $tlpdb->fmtutil_cnf_lines >> + +The function C returns the list of a fmtutil.cnf file +containing only those formats present in the installation. + +Every format listed in the tlpdb but listed in the arguments +will not be included in the list of lines returned. + +=cut +sub fmtutil_cnf_lines { + my $self = shift; + my @lines; + foreach my $p ($self->list_packages) { + my $obj = $self->get_package ($p); + die "$0: No TeX Live package named $p, strange" if ! $obj; + push @lines, $obj->fmtutil_cnf_lines(@_); + } + return(@lines); +} + +=item C<< $tlpdb->updmap_cfg_lines ( [@disabled_maps] ) >> + +The function C returns the list of a updmap.cfg file +containing only those maps present in the installation. + +A map file mentioned in the tlpdb but listed in the arguments will not +be included in the list of lines returned. + +=cut +sub updmap_cfg_lines { + my $self = shift; + my @lines; + foreach my $p ($self->list_packages) { + my $obj = $self->get_package ($p); + die "$0: No TeX Live package named $p, strange" if ! $obj; + push @lines, $obj->updmap_cfg_lines(@_); + } + return(@lines); +} + +=item C<< $tlpdb->language_dat_lines ( [@disabled_hyphen_names] )>> + +The function C returns the list of all +lines for language.dat that can be generated from the tlpdb. + +Every hyphenation pattern listed in the tlpdb but listed in the arguments +will not be included in the list of lines returned. + +=cut + +sub language_dat_lines { + my $self = shift; + my @lines; + foreach my $p ($self->list_packages) { + my $obj = $self->get_package ($p); + die "$0: No TeX Live package named $p, strange" if ! $obj; + push @lines, $obj->language_dat_lines(@_); + } + return(@lines); +} + +=item C<< $tlpdb->language_def_lines ( [@disabled_hyphen_names] )>> + +The function C returns the list of all +lines for language.def that can be generated from the tlpdb. + +Every hyphenation pattern listed in the tlpdb but listed in the arguments +will not be included in the list of lines returned. + +=cut + +sub language_def_lines { + my $self = shift; + my @lines; + foreach my $p ($self->list_packages) { + my $obj = $self->get_package ($p); + die "$0: No TeX Live package named $p, strange" if ! $obj; + push @lines, $obj->language_def_lines(@_); + } + return(@lines); +} + +=back + +=pod + +=head1 OPTIONS + +Options regarding the full TeX Live installation to be described are saved +in a package C<00texlive.config> as values of C lines. This special +package C<00texlive.config> does not contain any files, only depend lines +which set one or more of the following options: + +=over 4 + +=item C + +=item C + +These options specify that at container generation time the source and +documentation files for a package have been put into a separate container +named C and C. + +=item C> + +This option specifies a format for containers. The currently supported +formats are C and C. But note that C is untested. + +=back + +To set these options the respective lines should be added to +C<00texlive.config.tlpsrc>. + +=head1 SEE ALSO + +The modules L, L, +L, L and the +document L and the specification in the TeX Live +repository trunk/Master/tlpkg/doc/. + +=head1 AUTHORS AND COPYRIGHT + +This script and its documentation were written for the TeX Live +distribution (L) and both are licensed under the +GNU General Public License Version 2 or later. + +=cut + +1; + +### Local Variables: +### perl-indent-level: 2 +### tab-width: 2 +### indent-tabs-mode: nil +### End: +# vim:set tabstop=2 expandtab: # diff -Nru texlive-lang-2007.dfsg.4/tlpkg/TeXLive/TLPOBJ.pm texlive-lang-2009/tlpkg/TeXLive/TLPOBJ.pm --- texlive-lang-2007.dfsg.4/tlpkg/TeXLive/TLPOBJ.pm 1970-01-01 01:00:00.000000000 +0100 +++ texlive-lang-2009/tlpkg/TeXLive/TLPOBJ.pm 2009-10-07 12:46:52.000000000 +0100 @@ -0,0 +1,1645 @@ +# $Id: TLPOBJ.pm 15667 2009-10-07 11:46:52Z preining $ +# TeXLive::TLPOBJ.pm - module for using tlpobj files +# Copyright 2007, 2008, 2009 Norbert Preining +# This file is licensed under the GNU General Public License version 2 +# or any later version. + +package TeXLive::TLPOBJ; + +use TeXLive::TLConfig qw($DefaultCategory $CategoriesRegexp + $MetaCategoriesRegexp $InfraLocation + $RelocPrefix $RelocTree); +use TeXLive::TLUtils; +use TeXLive::TLTREE; + +our $_tmp; +my $_containerdir; + +my $svnrev = '$Revision: 15667 $'; +my $_modulerevision; +if ($svnrev =~ m/: ([0-9]+) /) { + $_modulerevision = $1; +} else { + $_modulerevision = "unknown"; +} +sub module_revision { + return $_modulerevision; +} + +sub new { + my $class = shift; + my %params = @_; + my $self = { + name => $params{'name'}, + category => defined($params{'category'}) ? $params{'category'} : $DefaultCategory, + shortdesc => $params{'shortdesc'}, + longdesc => $params{'longdesc'}, + catalogue => $params{'catalogue'}, + relocated => $params{'relocated'}, + runfiles => defined($params{'runfiles'}) ? $params{'runfiles'} : [], + runsize => $params{'runsize'}, + srcfiles => defined($params{'srcfiles'}) ? $params{'srcfiles'} : [], + srcsize => $params{'srcsize'}, + docfiles => defined($params{'docfiles'}) ? $params{'docfiles'} : [], + docsize => $params{'docsize'}, + executes => defined($params{'executes'}) ? $params{'executes'} : [], + postactions => defined($params{'postactions'}) ? $params{'postactions'} : [], + # note that binfiles is a HASH with keys of $arch! + binfiles => defined($params{'binfiles'}) ? $params{'binfiles'} : {}, + binsize => defined($params{'binsize'}) ? $params{'binsize'} : {}, + depends => defined($params{'depends'}) ? $params{'depends'} : [], + revision => $params{'revision'}, + cataloguedata => defined($params{'cataloguedata'}) ? $params{'cataloguedata'} : {}, + }; + $_containerdir = $params{'containerdir'} if defined($params{'containerdir'}); + bless $self, $class; + return $self; +} + + +sub copy { + my $self = shift; + my $bla = {}; + %$bla = %$self; + bless $bla, "TeXLive::TLPOBJ"; + return $bla; +} + + + +sub from_file { + my $self = shift; + if (@_ != 1) { + die("TLPOBJ:from_file: Need a filename for initialization"); + } + open(TMP,"<$_[0]") || die("Cannot open tlpobj file: $_[0]"); + $self->from_fh(\*TMP); +} + +sub from_fh { + my ($self,$fh,$multi) = @_; + my $started = 0; + my $lastcmd = ""; + my $arch; + my $size; + + #while (my $line = $fh->getline) { + while (my $line = <$fh>) { + chomp($line); + # we call tllog only when something will be logged, to speed things up. + # this is the inner loop bounding the time to read tlpdb. + dddebug("reading line: >>>$line<<<\n") if ($::opt_verbosity >= 3); + $line =~ /^\s*#/ && next; # skip comment lines + if ($line =~ /^\s*$/o) { + if (!$started) { next; } + if (defined($multi)) { + # we may read from a tldb file + return 1; + } else { + # we are reading one tldb file, nothing else allowed + die("No empty line allowed within tlpobj files!"); + } + } + if ($line =~ /^ /o) { + if ( ($lastcmd eq "runfiles") || + ($lastcmd eq "binfiles") || + ($lastcmd eq "docfiles") || + ($lastcmd eq "srcfiles") || + ($lastcmd eq "executes") || + ($lastcmd eq "postaction") || + ($lastcmd eq "depend") ) { + $line =~ s/^ /${lastcmd}continued /; + } else { + die("Continuation of $lastcmd not allowed, please fix tlpobj: line = $line!\n"); + } + } + if ($line =~ /^name\s*([-.\w]+)/o) { + $name = "$1"; + $lastcmd = "name"; + $self->name("$name"); + $started && die("Cannot have two name directives: $line!"); + $started = 1; + } else { + $started || die("First directive needs to be 'name', not $line"); + if ($line =~ /^(src|run)filescontinued\s+(.*)\s*/o) { + push @{$self->{$1."files"}}, "$2"; + next; + } elsif ($line =~ /^docfilescontinued\s+(.*)\s*/o) { + # docfiles can have tags, but the quotewords function is so + # time intense that we try to call it only when necessary + my ($f, $rest) = split(' ', "$1", 2); + my @words; + if (defined $rest) { + @words = &TeXLive::TLUtils::quotewords('\s+', 0, "$rest"); + } + push @{$self->{'docfiles'}}, $f; + while (@words) { + $_ = shift @words; + if (/^details=(.*)$/) { + $self->{'docfiledata'}{$f}{'details'} = "$1"; + } elsif (/^language=(.*)$/) { + $self->{'docfiledata'}{$f}{'language'} = "$1"; + } else { + die "Unknown docfile tag: $line"; + } + } + next; + } elsif ($line =~ /^binfilescontinued\s+(.*)\s*/o) { + push @{$self->{'binfiles'}{$arch}}, "$1"; + next; + } elsif ($line =~ /^binfiles\s+/o) { + my @words = split ' ',$line; + # first entry is "binfiles", shift it away + shift @words; + while (@words) { + $_ = shift @words; + if (/^arch=(.*)$/) { + $arch=$1; + } elsif (/^size=(.*)$/) { + $size=$1; + } else { + die "Unknown tag: $line"; + } + } + if (defined($size)) { + $self->{'binsize'}{$arch} = $size; + } + $lastcmd = "binfiles"; + next; + } elsif ($line =~ /^longdesc\s+(.*)\s*/o) { + if (defined($self->{'longdesc'})) { + $self->{'longdesc'} .= " $1"; + } else { + $self->{'longdesc'} = "$1"; + } + $lastcmd = "longdesc"; + next; + } elsif ($line =~ /^category\s+(.*)\s*/o) { + $self->{'category'} = "$1"; + $lastcmd = "category"; + if ($self->{'category'} !~ /^$CategoriesRegexp/o) { + tlwarn("Unknown category " . $self->{'category'} . " for package " + . $self->name . " found.\nPlease update texlive.infra.\n"); + } + next; + } elsif ($line =~ /^relocated\s+([01])\s*/o) { + $self->relocated("$1"); + $lastcmd = "relocated"; + next; + } elsif ($line =~ /^revision\s+(.*)\s*/o) { + $self->{'revision'} = "$1"; + $lastcmd = "revision"; + next; + } elsif ($line =~ /^containersize\s+([0-9]+)\s*/o) { + $self->containersize("$1"); + $lastcmd = "containersize"; + next; + } elsif ($line =~ /^srccontainersize\s+([0-9]+)\s*/o) { + $self->srccontainersize("$1"); + $lastcmd = "srccontainersize"; + next; + } elsif ($line =~ /^doccontainersize\s+([0-9]+)\s*/o) { + $self->doccontainersize("$1"); + $lastcmd = "doccontainersize"; + next; + } elsif ($line =~ /^containermd5\s+([a-f0-9]+)\s*/o) { + $self->containermd5("$1"); + $lastcmd = "containermd5"; + next; + } elsif ($line =~ /^srccontainermd5\s+([a-f0-9]+)\s*/o) { + $self->srccontainermd5("$1"); + $lastcmd = "srccontainermd5"; + next; + } elsif ($line =~ /^doccontainermd5\s+([a-f0-9]+)\s*/o) { + $self->doccontainermd5("$1"); + $lastcmd = "doccontainermd5"; + next; + } elsif ($line =~ /^catalogue\s+(.*)\s*/o) { + $self->catalogue("$1"); + $lastcmd = "catalogue"; + next; + } elsif ($line =~ /^(doc|src|run)files\s+/o) { + my $type = $1; + my @words = split ' ',$line; + # first entry is "XXXfiles", shift it away + $lastcmd = shift @words; + while (@words) { + $_ = shift @words; + if (/^size=(.*)$/) { + $size=$1; + } else { + die "Unknown tag: $line"; + } + } + if (defined($size)) { + $self->{"${type}size"} = $size; + } + next; + } elsif ($line =~ /^execute(continued)?\s*(.*)\s*/o) { + push @{$self->{'executes'}}, "$2" unless "$2" eq ""; + $lastcmd = "execute"; + next; + } elsif ($line =~ /^postaction(continued)?\s*(.*)\s*/o) { + push @{$self->{'postactions'}}, "$2" unless "$2" eq ""; + $lastcmd = "postaction"; + next; + } elsif ($line =~ /^depend(continued)?\s*(.*)\s*/o) { + push @{$self->{'depends'}}, "$2" unless "$2" eq ""; + $lastcmd = "depend"; + next; + } elsif ($line =~ /^catalogue-([^\s]+)\s+(.*)\s*/o) { + $self->{'cataloguedata'}{$1} = "$2"; + } elsif ($line =~ /^catalogue-([^\s]+)\s*/o) { + 1; # ignore e.g. catalogue-ctan without parameter + } elsif ($line =~ /^shortdesc\s+(.*)\s*/o) { + $self->{'shortdesc'} .= "$1"; + $lastcmd = "shortdesc"; + next; + } else { + die("Unknown directive ...$line... , please fix it!"); + } + } + } + return $started; +} + +sub recompute_revision { + my ($self,$tltree, $revtlpsrc) = @_; + my @files = $self->all_files; + my $filemax = 0; + $self->revision(0); + foreach my $f (@files) { + $filemax = $tltree->file_svn_lastrevision($f); + $self->revision(($filemax > $self->revision) ? $filemax : $self->revision); + } + if (defined($revtlpsrc)) { + if ($self->revision < $revtlpsrc) { + $self->revision($revtlpsrc); + } + } +} + +sub recompute_sizes { + my ($self,$tltree) = @_; + $self->{'docsize'} = $self->_recompute_size("doc",$tltree); + $self->{'srcsize'} = $self->_recompute_size("src",$tltree); + $self->{'runsize'} = $self->_recompute_size("run",$tltree); + foreach $a ($tltree->architectures) { + $self->{'binsize'}{$a} = $self->_recompute_size("bin",$tltree,$a); + } +} + + +sub _recompute_size { + my ($self,$type,$tltree,$arch) = @_; + my $nrivblocks = 0; + if ($type eq "bin") { + my %binfiles = %{$self->{'binfiles'}}; + if (defined($binfiles{$arch})) { + foreach $f (@{$binfiles{$arch}}) { + my $s = $tltree->size_of($f); + $nrivblocks += int($s/$TeXLive::TLConfig::BlockSize); + $nrivblocks++ if (($s%$TeXLive::TLConfig::BlockSize) > 0); + } + } + } else { + if (defined($self->{"${type}files"}) && (@{$self->{"${type}files"}})) { + foreach $f (@{$self->{"${type}files"}}) { + my $s = $tltree->size_of($f); + if (defined($s)) { + $nrivblocks += int($s/$TeXLive::TLConfig::BlockSize); + $nrivblocks++ if (($s%$TeXLive::TLConfig::BlockSize) > 0); + } else { + printf STDERR "size for $f not defined, strange ...\n"; + } + } + } + } + return $nrivblocks; +} + +sub writeout { + my $self = shift; + my $fd = (@_ ? $_[0] : STDOUT); + print $fd "name ", $self->name, "\n"; + print $fd "category ", $self->category, "\n"; + defined($self->{'revision'}) && print $fd "revision $self->{'revision'}\n"; + defined($self->{'catalogue'}) && print $fd "catalogue $self->{'catalogue'}\n"; + defined($self->{'shortdesc'}) && print $fd "shortdesc $self->{'shortdesc'}\n"; + defined($self->{'license'}) && print $fd "license $self->{'license'}\n"; + defined($self->{'relocated'}) && $self->{'relocated'} && print $fd "relocated 1\n"; + # ugly hack to get rid of use FileHandle; see man perlform + #format_name $fd "multilineformat"; + select((select($fd),$~ = "multilineformat")[0]); + $fd->format_lines_per_page (99999); # no pages in this format + if (defined($self->{'longdesc'})) { + $_tmp = "$self->{'longdesc'}"; + write $fd; # use that multilineformat + } + if (defined($self->{'depends'})) { + foreach (@{$self->{'depends'}}) { + print $fd "depend $_\n"; + } + } + if (defined($self->{'executes'})) { + foreach (@{$self->{'executes'}}) { + print $fd "execute $_\n"; + } + } + if (defined($self->{'postactions'})) { + foreach (@{$self->{'postactions'}}) { + print $fd "postaction $_\n"; + } + } + if (defined($self->{'containersize'})) { + print $fd "containersize $self->{'containersize'}\n"; + } + if (defined($self->{'containermd5'})) { + print $fd "containermd5 $self->{'containermd5'}\n"; + } + if (defined($self->{'doccontainersize'})) { + print $fd "doccontainersize $self->{'doccontainersize'}\n"; + } + if (defined($self->{'doccontainermd5'})) { + print $fd "doccontainermd5 $self->{'doccontainermd5'}\n"; + } + if (defined($self->{'docfiles'}) && (@{$self->{'docfiles'}})) { + print $fd "docfiles size=$self->{'docsize'}\n"; + foreach my $f (sort @{$self->{'docfiles'}}) { + print $fd " $f"; + if (defined($self->{'docfiledata'}{$f}{'details'})) { + print $fd ' details="', $self->{'docfiledata'}{$f}{'details'}, '"'; + } + if (defined($self->{'docfiledata'}{$f}{'language'})) { + print $fd ' language="', $self->{'docfiledata'}{$f}{'language'}, '"'; + } + print $fd "\n"; + } + } + if (defined($self->{'srccontainersize'})) { + print $fd "srccontainersize $self->{'srccontainersize'}\n"; + } + if (defined($self->{'srccontainermd5'})) { + print $fd "srccontainermd5 $self->{'srccontainermd5'}\n"; + } + if (defined($self->{'srcfiles'}) && (@{$self->{'srcfiles'}})) { + print $fd "srcfiles size=$self->{'srcsize'}\n"; + foreach (sort @{$self->{'srcfiles'}}) { + print $fd " $_\n"; + } + } + if (defined($self->{'runfiles'}) && (@{$self->{'runfiles'}})) { + print $fd "runfiles size=$self->{'runsize'}\n"; + foreach (sort @{$self->{'runfiles'}}) { + print $fd " $_\n"; + } + } + foreach my $arch (sort keys %{$self->{'binfiles'}}) { + if (@{$self->{'binfiles'}{$arch}}) { + print $fd "binfiles arch=$arch size=", $self->{'binsize'}{$arch}, "\n"; + foreach (sort @{$self->{'binfiles'}{$arch}}) { + print $fd " $_\n"; + } + } + } + # writeout all the catalogue keys + foreach my $k (sort keys %{$self->cataloguedata}) { + print $fd "catalogue-$k ", $self->cataloguedata->{$k}, "\n"; + } +} + +sub writeout_simple { + my $self = shift; + my $fd = (@_ ? $_[0] : STDOUT); + print $fd "name ", $self->name, "\n"; + print $fd "category ", $self->category, "\n"; + if (defined($self->{'depends'})) { + foreach (@{$self->{'depends'}}) { + print $fd "depend $_\n"; + } + } + if (defined($self->{'executes'})) { + foreach (@{$self->{'executes'}}) { + print $fd "execute $_\n"; + } + } + if (defined($self->{'postactions'})) { + foreach (@{$self->{'postactions'}}) { + print $fd "postaction $_\n"; + } + } + if (defined($self->{'docfiles'}) && (@{$self->{'docfiles'}})) { + print $fd "docfiles\n"; + foreach (sort @{$self->{'docfiles'}}) { + print $fd " $_\n"; + } + } + if (defined($self->{'srcfiles'}) && (@{$self->{'srcfiles'}})) { + print $fd "srcfiles\n"; + foreach (sort @{$self->{'srcfiles'}}) { + print $fd " $_\n"; + } + } + if (defined($self->{'runfiles'}) && (@{$self->{'runfiles'}})) { + print $fd "runfiles\n"; + foreach (sort @{$self->{'runfiles'}}) { + print $fd " $_\n"; + } + } + foreach my $arch (sort keys %{$self->{'binfiles'}}) { + if (@{$self->{'binfiles'}{$arch}}) { + print $fd "binfiles arch=$arch\n"; + foreach (sort @{$self->{'binfiles'}{$arch}}) { + print $fd " $_\n"; + } + } + } +} + +sub cancel_reloc_prefix { + my $self = shift; + my @docfiles = $self->docfiles; + for (@docfiles) { s:^$RelocPrefix/:$RelocTree/:; } + $self->docfiles(@docfiles); + my @runfiles = $self->runfiles; + for (@runfiles) { s:^$RelocPrefix/:$RelocTree/:; } + $self->runfiles(@runfiles); + my @srcfiles = $self->srcfiles; + for (@srcfiles) { s:^$RelocPrefix/:$RelocTree/:; } + $self->srcfiles(@srcfiles); + # if there are bin files they have definitely NOT the + # texmf-dist prefix, so we cannot cancel it anyway +} + +sub cancel_common_texmf_tree { + my $self = shift; + my @docfiles = $self->docfiles; + for (@docfiles) { s:^$RelocTree/:$RelocPrefix/:; } + $self->docfiles(@docfiles); + my @runfiles = $self->runfiles; + for (@runfiles) { s:^$RelocTree/:$RelocPrefix/:; } + $self->runfiles(@runfiles); + my @srcfiles = $self->srcfiles; + for (@srcfiles) { s:^$RelocTree/:$RelocPrefix/:; } + $self->srcfiles(@srcfiles); + # if there are bin files they have definitely NOT the + # texmf-dist prefix, so we cannot cancel it anyway +} + +sub common_texmf_tree { + my $self = shift; + my $tltree; + my $dd = 0; + my @files = $self->all_files; + foreach ($self->all_files) { + my $tmp; + ($tmp) = split m@/@; + if (defined($tltree) && ($tltree ne $tmp)) { + return; + } else { + $tltree = $tmp; + } + } + # if there are no files then it is by default relocatable, so + # return the right tree + if (!@files) { + $tltree = $RelocTree; + } + return $tltree; +} + + +sub make_container { + my ($self,$type,$instroot,$destdir,$containername,$relative) = @_; + if (($type ne "xz") && ($type ne "tar")) { + die "$0: TLPOBJ supports tar and xz containers, not $type"; + } + if (!defined($containername)) { + $containername = $self->name; + } + my @files = $self->all_files; + my $compresscmd; + my $tlpobjdir = "$InfraLocation/tlpobj"; + @files = TeXLive::TLUtils::sort_uniq(@files); + # we do relative packages ONLY if the files do NOT span multiple + # texmf trees. check this here + my $tltree; + if ($relative) { + $tltree = $self->common_texmf_tree; + if (!defined($tltree)) { + die ("$0: package $containername spans multiple trees, " + . "relative generation not allowed"); + } + if ($tltree ne $RelocTree) { + die ("$0: building $pkg container relocatable but the comon prefix" + . "is not $RelocTree"); + } + s,^$RelocTree/,, foreach @files; + } + # load Cwd only if necessary ... + require Cwd; + my $cwd = &Cwd::getcwd; + if ("$destdir" !~ m@^(.:)?/@) { + # we have an relative containerdir, so we have to make it absolute + $destdir = "$cwd/$destdir"; + } + &TeXLive::TLUtils::mkdirhier("$destdir"); + chdir($instroot); + # in the relative case we have to chdir to the respective tltree + # and put the tlpobj into the root! + if ($relative) { + chdir("./$tltree"); + # we don't need to change the $tlpobjdir because we put it in + # all cases into tlpkg/tlpobj + #$tlpobjdir = "./tlpkg/tlpobj"; + } + # we add the .tlpobj into the .tlpobj directory + my $removetlpobjdir = 0; + if (! -d "$tlpobjdir") { + &TeXLive::TLUtils::mkdirhier("$tlpobjdir"); + $removetlpobjdir = 1; + } + open(TMP,">$tlpobjdir/$self->{'name'}.tlpobj") + || die "$0: create($tlpobjdir/$self->{'name'}.tlpobj) failed: $!"; + # when we do relative we have to cancel the prefix before writing out + my $selfcopy = $self->copy; + if ($relative) { + $selfcopy->cancel_common_texmf_tree; + $selfcopy->relocated($relative); + } + $selfcopy->writeout(\*TMP); + close(TMP); + push(@files, "$tlpobjdir/$self->{'name'}.tlpobj"); + $tarname = "$containername.tar"; + if ($type eq "tar") { + $containername = $tarname; + } else { + $containername = "$tarname.xz"; + } + + # start the fun + my $tar = $::progs{'tar'}; + my $xz; + if (!defined($tar)) { + tlwarn("$0: programs not set up, trying \"tar\".\n"); + $tar = "tar"; + } + if ($type eq "xz") { + $xz = $::progs{'xz'}; + if (!defined($xz)) { + tlwarn("$0: programs not set up, trying \"xz\".\n"); + $xz = "xz"; + } + } + + # Here we need to distinguish between making the master containers for + # tlnet (where we can assume GNU tar) and making backups on a user's + # machine (where we can assume nothing). We determine this by whether + # there's a revision suffix in the container name. + # + # For the master containers, we want to set the owner/group, exclude + # .svn directories, and force ustar format. This last is for the sake + # of packages such as pgf which have filenames long enough that they + # overflow standard tar format and result in special things being + # done. We don't want the GNU-specific special things. + # + my @attrs + = $containername =~ /\.r[0-9]/ + ? () + : ( "--owner", "0", "--group", "0", "--exclude", ".svn", + "--format", "ustar" ); + my @cmdline = ($tar, "-cf", "$destdir/$tarname", @attrs); + + # Get list of files and symlinks to back up. Nothing else should be + # in the list. + my @files_to_backup = (); + for my $f (@files) { + if (-f $f || -l $f) { + push(@files_to_backup, $f); + } elsif (! -e $f) { + tlwarn("$0: (make_container $containername) $f does not exist\n"); + } else { + tlwarn("$0: (make_container $containername) $f not file or symlink\n"); + } + } + + my $tartempfile = ""; + if (win32()) { + # Since we provide our own (GNU) tar on Windows, we know it has -T. + my $tmpdir = TeXLive::TLUtils::get_system_tmpdir(); + $tartempfile = "$tmpdir/mc$$"; + open(TMP, ">$tartempfile") || die "open(>$tartempfile) failed: $!"; + print TMP map { "$_\n" } @files_to_backup; + close(TMP) || warn "close(>$tartempfile) failed: $!"; + push(@cmdline, "-T", $tartempfile); + } else { + # For Unix, we pass all the files on the command line, because there + # is no portable (across different platforms and different tars) way + # to pass them on stdin. Unfortunately, this can be too lengthy of + # a command line -- our biggest package is tex4ht, which needs about + # 200k. CentOS 5.2, at least, starts complaining around 140k. + # + # Therefore, if the command is likely to be too long, we call + # our collapse_dirs routine; in practice, this eliminates + # essentially all the individual files, leaving just a few + # directories, which is no problem. (For example, tex4ht collapses + # down to five directories and one file.) + # + # Although in principle we could do this in all cases, collapse_dirs + # isn't the most thoroughly tested function in the world. It seems + # safer to only do it in the (few) potentially problematic cases. + # + if (length ("@files_to_backup") > 50000) { + @files_to_backup = TeXLive::TLUtils::collapse_dirs(@files_to_backup); + # A complication, as always. collapse_dirs returns absolute paths. + # We want to change them back to relative so that the backup tar + # has the same structure. + # in relative mode we have to remove the texmf-dist prefix, too + s,^$instroot/,, foreach @files_to_backup; + if ($relative) { + s,^$RelocTree/,, foreach @files_to_backup; + } + } + push(@cmdline, @files_to_backup); + } + + # Run tar. Unlink both here in case the container is also plain tar. + unlink("$destdir/$tarname"); + unlink("$destdir/$containername"); + xsystem(@cmdline); + + # compress it. + if ($type eq "xz") { + if (-r "$destdir/$tarname") { + system($xz, "--force", "-z", "$destdir/$tarname"); + } else { + tlwarn("$0: Couldn't find $destdir/$tarname to run $xz\n"); + return (0, 0, ""); + } + } + + # compute the size. + if (! -r "$destdir/$containername") { + tlwarn ("$0: Couldn't find $destdir/$containername\n"); + return (0, 0, ""); + } + my $size = (stat "$destdir/$containername") [7]; + my $md5 = TeXLive::TLUtils::tlmd5("$destdir/$containername"); + + # cleaning up + unlink("$tlpobjdir/$self->{'name'}.tlpobj"); + unlink($tartempfile) if $tartempfile; + rmdir($tlpobjdir) if $removetlpobjdir; + xchdir($cwd); + + debug(" done $containername, size $size, $md5\n"); + return ($size, $md5, "$destdir/$containername"); +} + + + +sub is_arch_dependent { + my $self = shift; + if (keys %{$self->{'binfiles'}}) { + return 1; + } else { + return 0; + } +} + +# computes the total size of a package +# if no arguments are given this is +# docsize + runsize + srcsize + max of binsize +sub total_size { + my ($self,@archs) = @_; + my $ret = $self->docsize + $self->runsize + $self->srcsize; + if ($self->is_arch_dependent) { + my $max = 0; + my %foo = %{$self->binsize}; + foreach my $k (keys %foo) { + $max = $foo{$k} if ($foo{$k} > $max); + } + $ret += $max; + } + return($ret); +} + + +=pod + +=item C + +Update the current TLPOBJ object with the information from the +corresponding entry in C<$tlc->entries>. + +=cut + +sub update_from_catalogue +{ + my ($self, $tlc) = @_; + my $tlcname = $self->name; + if (defined($self->catalogue)) { + $tlcname = $self->catalogue; + } elsif ($tlcname =~ m/^bin-(.*)$/) { + if (!defined($tlc->entries->{$tlcname})) { + $tlcname = $1; + } + } + $tlcname = lc($tlcname); + if (defined($tlc->entries->{$tlcname})) { + my $entry = $tlc->entries->{$tlcname}; + # Record the id of the catalogue entry if it's found due to + # quest4texlive. + if ($entry->entry->{'id'} ne $tlcname) { + $self->catalogue($entry->entry->{'id'}); + } + if (defined($entry->entry->{'date'})) { + my $foo = $entry->entry->{'date'}; + $foo =~ s/^.Date: //; + # trying to extract the interesting part of a subversion date + # keyword expansion here, e.g., + # $Date: 2009-10-07 13:46:52 +0200 (Wed, 07 Oct 2009) $ + # ->2007-08-15 19:43:35 +0100 + $foo =~ s/ \(.*\)( *\$ *)$//; # maybe nothing after parens + $self->cataloguedata->{'date'} = $foo; + } + if (defined($entry->license)) { + $self->cataloguedata->{'license'} = $entry->license; + } + if (defined($entry->version) && $entry->version ne "") { + $self->cataloguedata->{'version'} = $entry->version; + } + if (defined($entry->ctan) && $entry->ctan ne "") { + $self->cataloguedata->{'ctan'} = $entry->ctan; + } + #if (defined($entry->texlive)) { + # $self->cataloguedata->{'texlive'} = $entry->texlive; + #} + #if (defined($entry->miktex)) { + # $self->cataloguedata->{'miktex'} = $entry->miktex; + #} + if (defined($entry->caption)) { + $self->{'shortdesc'} = $entry->caption unless $self->{'shortdesc'}; + } + if (defined($entry->description)) { + $self->{'longdesc'} = $entry->description unless $self->{'longdesc'}; + } + # + # we need to do the following: + # - take the href entry for a documentation file entry in the TC + # - remove the 'ctan:' prefix + # - remove the part + # - match the rest against all docfiles in an intelligent way + # + # Example: + # juramisc.xml contains: + # + # + my @tcdocfiles = keys %{$entry->docs}; + my @tlpdocfiles = $self->docfiles; + foreach my $tcdocfile (@tcdocfiles) { + # basename also kills the ctan: prefix! + my $tcdocfilebasename = $tcdocfile; + # remove the ctan: prefix + $tcdocfilebasename =~ s/^ctan://; + # remove the ctan path if present + my $tcctanpath = $entry->ctan ? $entry->ctan : ""; + $tcdocfilebasename =~ s/^$tcctanpath//; + foreach my $tlpdocfile (@tlpdocfiles) { + if ($tlpdocfile =~ m/$tcdocfilebasename$/) { + # update the language/detail tags if present! + if (defined($entry->docs->{$tcdocfile}{'details'})) { + $self->{'docfiledata'}{$tlpdocfile}{'details'} = $entry->docs->{$tcdocfile}{'details'}; + } + if (defined($entry->docs->{$tcdocfile}{'language'})) { + $self->{'docfiledata'}{$tlpdocfile}{'language'} = $entry->docs->{$tcdocfile}{'language'}; + } + } + } + } + } +} + +sub is_meta_package { + my $self = shift; + if ($self->category =~ /^$MetaCategoriesRegexp$/) { + return 1; + } + return 0; +} + +sub docfiles_package { + my $self = shift; + if (not($self->docfiles)) { return ; } + my $tlp = new TeXLive::TLPOBJ; + $tlp->name($self->name . ".doc"); + $tlp->shortdesc("doc files of " . $self->name); + $tlp->revision($self->revision); + $tlp->category($self->category); + $tlp->add_docfiles($self->docfiles); + $tlp->docsize($self->docsize); + # $self->clear_docfiles(); + # $self->docsize(0); + return($tlp); +} + +sub srcfiles_package { + my $self = shift; + if (not($self->srcfiles)) { return ; } + my $tlp = new TeXLive::TLPOBJ; + $tlp->name($self->name . ".source"); + $tlp->shortdesc("source files of " . $self->name); + $tlp->revision($self->revision); + $tlp->category($self->category); + $tlp->add_srcfiles($self->srcfiles); + $tlp->srcsize($self->srcsize); + # $self->clear_srcfiles(); + # $self->srcsize(0); + return($tlp); +} + +sub split_bin_package { + my $self = shift; + my %binf = %{$self->binfiles}; + my @retlist; + foreach $a (keys(%binf)) { + my $tlp = new TeXLive::TLPOBJ; + $tlp->name($self->name . ".$a"); + $tlp->shortdesc("$a files of " . $self->name); + $tlp->revision($self->revision); + $tlp->category($self->category); + $tlp->add_binfiles($a,@{$binf{$a}}); + $tlp->binsize( $a => $self->binsize->{$a} ); + push @retlist, $tlp; + } + if (keys(%binf)) { + push @{$self->{'depends'}}, $self->name . ".ARCH"; + } + $self->clear_binfiles(); + return(@retlist); +} + + +# Helpers. +# +sub add_files { + my ($self,$type,@files) = @_; + die("Cannot use add_files for binfiles, we need that arch!") + if ($type eq "bin"); + &TeXLive::TLUtils::push_uniq(\@{ $self->{"${type}files"} }, @files); +} + +sub remove_files { + my ($self,$type,@files) = @_; + die("Cannot use remove_files for binfiles, we need that arch!") + if ($type eq "bin"); + my @finalfiles; + foreach my $f (@{$self->{"${type}files"}}) { + if (not(&TeXLive::TLUtils::member($f,@files))) { + push @finalfiles,$f; + } + } + $self->{"${type}files"} = [ @finalfiles ]; +} + +sub contains_file { + my ($self,$fn) = @_; + # if the filename already contains a / do not add it at the beginning + my $ret = ""; + if ($fn =~ m!/!) { + return(grep(m!$fn$!, $self->all_files)); + } else { + return(grep(m!(^|/)$fn$!,$self->all_files)); + } +} + +sub all_files { + my ($self) = shift; + my @ret = (); + + push (@ret, $self->docfiles); + push (@ret, $self->runfiles); + push (@ret, $self->srcfiles); + push (@ret, $self->allbinfiles); + + return @ret; +} + +sub allbinfiles { + my $self = shift; + my @ret; + my %binfiles = %{$self->binfiles}; + foreach my $arch (keys %binfiles) { + push (@ret, @{$binfiles{$arch}}); + } + + return @ret; +} + +sub format_definitions { + my $self = shift; + my @ret; + for my $e ($self->executes) { + if ($e =~ m/AddFormat\s+(.*)\s*/) { + my %r = TeXLive::TLUtils::parse_AddFormat_line("$1"); + if (defined($r{"error"})) { + die "$r{'error'}, package $pkg, execute $e"; + } + push @ret, \%r; + } + } + return @ret; +} + +# +# execute stuff +# +sub fmtutil_cnf_lines { + my $obj = shift; + my @disabled = @_; + my @fmtlines = (); + my $first = 1; + my $pkg = $obj->name; + foreach my $e ($obj->executes) { + if ($e =~ m/AddFormat\s+(.*)\s*/) { + my %r = TeXLive::TLUtils::parse_AddFormat_line("$1"); + if (defined($r{"error"})) { + die "$r{'error'}, package $pkg, execute $e"; + } + if ($first) { + push @fmtlines, "#\n# from $pkg:\n"; + $first = 0; + } + my $mode = ($r{"mode"} ? "" : "#! "); + $mode = "#! " if TeXLive::TLUtils::member ($r{'name'}, @disabled); + push @fmtlines, "$mode$r{'name'} $r{'engine'} $r{'patterns'} $r{'options'}\n"; + } + } + return @fmtlines; +} + + +sub updmap_cfg_lines { + my $obj = shift; + my @disabled = @_; + my %maps; + foreach my $e ($obj->executes) { + if ($e =~ m/addMap (.*)$/) { + $maps{$1} = 1; + } elsif ($e =~ m/addMixedMap (.*)$/) { + $maps{$1} = 2; + } + # others are ignored here + } + my @updmaplines; + foreach (sort keys %maps) { + next if TeXLive::TLUtils::member($_, @disabled); + if ($maps{$_} == 2) { + push @updmaplines, "MixedMap $_\n"; + } else { + push @updmaplines, "Map $_\n"; + } + } + return(@updmaplines); +} + + +sub language_dat_lines { + my $self = shift; + local @disabled = @_; # we use @disabled in the nested sub + my @lines = $self->_parse_hyphen_execute(\&make_dat_lines); + return @lines; + + sub make_dat_lines { + my ($name, $lhm, $rhm, $file, @syn) = @_; + my @ret; + return if TeXLive::TLUtils::member($name, @disabled); + push @ret, "$name $file\n"; + foreach (@syn) { + push @ret, "=$_\n"; + } + return @ret; + } +} + + +sub language_def_lines { + my $self = shift; + local @disabled = @_; # we use @disabled in the nested sub + my @lines = $self->_parse_hyphen_execute(\&make_def_lines); + return @lines; + + sub make_def_lines { + my ($name, $lhm, $rhm, $file, @syn) = @_; + return if TeXLive::TLUtils::member($name, @disabled); + my $exc = ""; + my @ret; + push @ret, "\\addlanguage\{$name\}\{$file\}\{$exc\}\{$lhm\}\{$rhm\}\n"; + foreach (@syn) { + # synonyms in language.def ??? + push @ret, "\\addlanguage\{$_\}\{$file\}\{$exc\}\{$lhm\}\{$rhm\}\n"; + #debug("Ignoring synonym $_ for $name when creating language.def\n"); + } + return @ret; + } +} + + +sub _parse_hyphen_execute { + my ($obj, $coderef) = @_; + my @langlines = (); + my $pkg = $obj->name; + my $first = 1; + foreach my $e ($obj->executes) { + if ($e =~ m/AddHyphen\s+(.*)\s*/) { + my %r = TeXLive::TLUtils::parse_AddHyphen_line("$1"); + if (defined($r{"error"})) { + die "$r{'error'}, package $pkg, execute $e"; + } + if ($first) { + push @langlines, "% from $pkg:\n"; + $first = 0; + } + my @syns; + @syns = @{$r{"synonyms"}} if (defined($r{"synonyms"})); + my @foo = &$coderef ($r{"name"}, $r{"lefthyphenmin"}, + $r{"righthyphenmin"}, $r{"file"}, @syns); + push @langlines, @foo; + } + } + return @langlines; +} + + + +# member access functions +# +sub name { + my $self = shift; + if (@_) { $self->{'name'} = shift } + return $self->{'name'}; +} +sub category { + my $self = shift; + if (@_) { $self->{'category'} = shift } + return $self->{'category'}; +} +sub shortdesc { + my $self = shift; + if (@_) { $self->{'shortdesc'} = shift } + return $self->{'shortdesc'}; +} +sub longdesc { + my $self = shift; + if (@_) { $self->{'longdesc'} = shift } + return $self->{'longdesc'}; +} +sub revision { + my $self = shift; + if (@_) { $self->{'revision'} = shift } + return $self->{'revision'}; +} +sub relocated { + my $self = shift; + if (@_) { $self->{'relocated'} = shift } + return ($self->{'relocated'} ? 1 : 0); +} +sub catalogue { + my $self = shift; + if (@_) { $self->{'catalogue'} = shift } + return $self->{'catalogue'}; +} +sub srcfiles { + my $self = shift; + if (@_) { $self->{'srcfiles'} = [ @_ ] } + return @{ $self->{'srcfiles'} }; +} +sub containersize { + my $self = shift; + if (@_) { $self->{'containersize'} = shift } + return ( defined($self->{'containersize'}) ? $self->{'containersize'} : -1 ); +} +sub srccontainersize { + my $self = shift; + if (@_) { $self->{'srccontainersize'} = shift } + return ( defined($self->{'srccontainersize'}) ? $self->{'srccontainersize'} : -1 ); +} +sub doccontainersize { + my $self = shift; + if (@_) { $self->{'doccontainersize'} = shift } + return ( defined($self->{'doccontainersize'}) ? $self->{'doccontainersize'} : -1 ); +} +sub containermd5 { + my $self = shift; + if (@_) { $self->{'containermd5'} = shift } + return ( defined($self->{'containermd5'}) ? $self->{'containermd5'} : "" ); +} +sub srccontainermd5 { + my $self = shift; + if (@_) { $self->{'srccontainermd5'} = shift } + return ( defined($self->{'srccontainermd5'}) ? $self->{'srccontainermd5'} : "" ); +} +sub doccontainermd5 { + my $self = shift; + if (@_) { $self->{'doccontainermd5'} = shift } + return ( defined($self->{'doccontainermd5'}) ? $self->{'doccontainermd5'} : "" ); +} +sub srcsize { + my $self = shift; + if (@_) { $self->{'srcsize'} = shift } + return ( defined($self->{'srcsize'}) ? $self->{'srcsize'} : 0 ); +} +sub clear_srcfiles { + my $self = shift; + $self->{'srcfiles'} = [ ] ; +} +sub add_srcfiles { + my ($self,@files) = @_; + $self->add_files("src",@files); +} +sub remove_srcfiles { + my ($self,@files) = @_; + $self->remove_files("src",@files); +} +sub docfiles { + my $self = shift; + if (@_) { $self->{'docfiles'} = [ @_ ] } + return @{ $self->{'docfiles'} }; +} +sub clear_docfiles { + my $self = shift; + $self->{'docfiles'} = [ ] ; +} +sub docsize { + my $self = shift; + if (@_) { $self->{'docsize'} = shift } + return ( defined($self->{'docsize'}) ? $self->{'docsize'} : 0 ); +} +sub add_docfiles { + my ($self,@files) = @_; + $self->add_files("doc",@files); +} +sub remove_docfiles { + my ($self,@files) = @_; + $self->remove_files("doc",@files); +} +sub docfiledata { + my $self = shift; + my %newfiles = @_; + if (@_) { $self->{'docfiledata'} = \%newfiles } + return $self->{'docfiledata'}; +} +sub binfiles { + my $self = shift; + my %newfiles = @_; + if (@_) { $self->{'binfiles'} = \%newfiles } + return $self->{'binfiles'}; +} +sub clear_binfiles { + my $self = shift; + $self->{'binfiles'} = { }; +} +sub binsize { + my $self = shift; + my %newsizes = @_; + if (@_) { $self->{'binsize'} = \%newsizes } + return $self->{'binsize'}; +} +sub add_binfiles { + my ($self,$arch,@files) = @_; + &TeXLive::TLUtils::push_uniq(\@{ $self->{'binfiles'}{$arch} }, @files); +} +sub remove_binfiles { + my ($self,$arch,@files) = @_; + my @finalfiles; + foreach my $f (@{$self->{'binfiles'}{$arch}}) { + if (not(&TeXLive::TLUtils::member($f,@files))) { + push @finalfiles,$f; + } + } + $self->{'binfiles'}{$arch} = [ @finalfiles ]; +} +sub runfiles { + my $self = shift; + if (@_) { $self->{'runfiles'} = [ @_ ] } + return @{ $self->{'runfiles'} }; +} +sub clear_runfiles { + my $self = shift; + $self->{'runfiles'} = [ ] ; +} +sub runsize { + my $self = shift; + if (@_) { $self->{'runsize'} = shift } + return ( defined($self->{'runsize'}) ? $self->{'runsize'} : 0 ); +} +sub add_runfiles { + my ($self,@files) = @_; + $self->add_files("run",@files); +} +sub remove_runfiles { + my ($self,@files) = @_; + $self->remove_files("run",@files); +} +sub depends { + my $self = shift; + if (@_) { $self->{'depends'} = [ @_ ] } + return @{ $self->{'depends'} }; +} +sub executes { + my $self = shift; + if (@_) { $self->{'executes'} = [ @_ ] } + return @{ $self->{'executes'} }; +} +sub postactions { + my $self = shift; + if (@_) { $self->{'postactions'} = [ @_ ] } + return @{ $self->{'postactions'} }; +} +sub containerdir { + my @self = shift; + if (@_) { $_containerdir = $_[0] } + return $_containerdir; +} +sub cataloguedata { + my $self = shift; + my %ct = @_; + if (@_) { $self->{'cataloguedata'} = \%ct } + return $self->{'cataloguedata'}; +} + +format multilineformat = +longdesc ^<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<~~ +$_tmp +. + +1; +__END__ + + +=head1 NAME + +C -- TeX Live Package Object access module + +=head1 SYNOPSIS + + use TeXLive::TLPOBJ; + + my $tlpobj=TeXLive::TLPOBJ->new(name => "foobar"); + +=head1 DESCRIPTION + +The L module provide access to TeX Live Package Object +files describing a self-contained package. + +=head1 FILE SPECIFICATION + +Please see L documentation for the specification. The +only differences are that the various C<*pattern> keys are invalid, and +instead there are the respective C<*files> keys described below. Furthermore +some more I is allowed: C which specifies the maximum of +all last changed revision of files contained in the package, anything +starting with C specifying information coming from the +TeX Catalogue, and C taking either 0 or 1 indicating that +this packages has been relocated, i.e., in the containers the +initial C directory has been stripped off. + +All these keys have in common that they are followed by a list of files +I by one space. They differ only in the first line itself +(described below). + +=over 4 + +=item C, C, C, C +each of these items contains addition the sum of sizes of the +single files (in number of C blocks, which +is currently 4k). + + srcfiles size=NNNNNN + runfiles size=NNNNNN + +=item C + +The docfiles line itself is similar to the C and C lines +above: + + docfiles size=NNNNNN + +But the lines listing the files are allowed to have additional tags: + + /------- excerpt from achemso.tlpobj + |... + |docfiles size=1702468 + | texmf-dist/doc/latex/aeguill/README details="Package Readme" + | texmf-dist/doc/latex/achemso/achemso.pdf details="Package documentation" language="en" + |... + +Currently only the tags C
and C are allowed. These +additional information can be accessed via the C function +returning a hash with the respective files (including path) as key. + +=item C + +Since C are different for the different architectures one +C file can contain C lines for different +architectures. The architecture is specified on the C using +the CI tag. Thus, C lines look like + + binfiles arch=XXXX size=NNNNN + +=back + +Here is an excerpt from the representation of the C package, +with C<|> characters inserted to show the indentation: + + |name dvipsk + |category TLCore + |revision 4427 + |docfiles size=959434 + | texmf/doc/dvips/dvips.html + | ... + |runfiles size=1702468 + | texmf/dvips/base/color.pro + | ... + | texmf/scripts/pkfix/pkfix.pl + |binfiles arch=i386-solaris size=329700 + | bin/i386-solaris/afm2tfm + | bin/i386-solaris/dvips + | bin/i386-solaris/pkfix + |binfiles arch=win32 size=161280 + | bin/win32/afm2tfm.exe + | bin/win32/dvips.exe + | bin/win32/pkfix.exe + |... + +=head1 PACKAGE VARIABLES + +TeXLive::TLPOBJ has one package wide variable which is C where +generated container files are saved (if not otherwise specified. + + TeXLive::TLPOBJ->containerdir("path/to/container/dir"); + +=head1 MEMBER ACCESS FUNCTIONS + +For any of the I a function + + $tlpobj->key + +is available, which returns the current value when called without an argument, +and sets the respective value when called with an argument. For the +TeX Catalogue Data the function + + $tlpobj->cataloguedata + +returns and takes as argument a hash. + +Arguments and return values for C, C, C, +C, C, C are single scalars. + +Arguments and return values for C, C are lists. + +Arguments and return values for C, C, C +are lists. + +Arguments and return values for C is a hash with the +architectures as keys. + +Arguments and return values for C is a hash with the +full file names of docfiles as key, and the value is again a hash. + +The size values are handled with these functions: + + $tlpobj->docsize + $tlpobj->runsize + $tlpobj->srcsize + $tlpobj->binsize("arch1" => size1, "arch2" => size2, ...) + +which set or get the current value of the respective sizes. Note that also +the C function returns (and takes as argument) a hash with the +architectures as keys, similar to the C functions (see above). + +Futhermore, if the tlpobj is contained ina tlpdb which describes a media +where the files are distributed in packed format (usually as .tar.xz), +there are 6 more possible keys: + + $tlpobj->containersize + $tlpobj->doccontainersize + $tlpobj->srccontainersize + $tlpobj->containermd5 + $tlpobj->doccontainermd5 + $tlpobj->srccontainermd5 + +describing the respective sizes and md5sums in bytes and as hex string, resp. +The latter two are only present +if src/doc file container splitting is activated for that install medium. + +=head1 OTHER FUNCTIONS + +The following functions can be called for an C object: + +=over 4 + +=item C + +The constructor C returns a new C object. The arguments +to the C constructor can be in the usual hash representation for +the different keys above: + + $tlpobj=TLPOBJ->new(name => "foobar", shortdesc => "The foobar package"); + +=item C + +reads a C file. + + $tlpobj = new TLPOBJ; + $tlpobj->from_file("path/to/the/tlpobj/file"); + +=item C + +read the textual representation of a TLPOBJ from an already opened +file handle. If C<$multi> is undefined (ie not given) then multiple +tlpobj in the same file are treated as errors. If C<$multi> is defined +then returns after reading one tlpobj. + +Returns C<1> if it found a C, otherwise C<0>. + +=item C + +writes the textual representation of a C object to C, +or the filehandle if given: + + $tlpsrc->writeout; + $tlpsrc->writeout(\*FILEHANDLE); + +=item C + +debugging function for comparison with C/C, will go away. + +=item C + +if all files of the package are from the same texmf tree, this tree +is returned, otherwise an undefined value. That is also a check +whether a package is relocatable. + +=item C + +creates a container file of the all files in the C +in C<$destdir> (if not defined then C<< TLPOBJ->containerdir >> is used). + +The C<$type> variable specifies the type of container to be used. +Currently only C or C are allowed, and are generating +zip files and tar.xz files, respectively. + +The file name of the created container file is C<$containername.extension>, +where extension is either C<.zip> or C<.tar.xz>, depending on the +setting of C<$type>. If no C<$containername> is specified the package name +is used. + +All container files B contain the respective +C file in C. + +The argument C<$instroot> specifies the root of the installation from +which the files should be taken. + +If the argument C<$relative> is present and true (perlish true) AND the +packages does not span multiple texmf trees (i.e., all the first path +components of all files are the same) then a relative packages is created, +i.e., the first path component is stripped. In this case the tlpobj file +is placed into the root of the installation. + +This is used to distribute packages which can be installed in any arbitrary +texmf tree (of other distributions, too). + +Return values are the size, the md5sum, and the full name of the container. + +=item C + +recomputes the sizes based on the information present in C<$tltree>. + +=item C + +recomputes the revision based on the information present in C<$tltree>. +The optional argument C<$rectlpsrc> can be an additional revision number +which is taken into account. C<$tlpsrc->make_tlpobj> adds the revision +number of the C file here so that collections (which do not +contain files) also have revision number. + +=item C + +adds information from a C object +(currently license, version, url, and updates docfiles with details and +languages tags if present in the Catalogue). + +=item C + +splits off the binfiles of C into new independent C with +the original name plus ".arch" for every arch for which binfiles are present. +The original package is changed in two respects: the binfiles are removed +(since they are now in the single name.arch packages), and an additional +depend on "name.ARCH" is added. Note that the ARCH is a placeholder. + +=item C + +=item C + +splits off the srcfiles or docfiles of C into new independent +C with +the original name plus ".sources". The source/doc files are +B removed from the original package, since these functions are only +used for the creation of split containers. + +=item C + +returns C<1> if there are C, otherwise C<0>. + +=item C + +If no argument is given returns the sum of C, C, +C. + +If arguments are given, they are assumed to be architecture names, and +it returns the above plus the sum of sizes of C for those +architectures. + +=item C + +Returns true if the package is a meta package as defined in TLConfig +(Currently Collection and Scheme). + +=item C + +Removes all the src/run/doc/binfiles from the C. + +=item C<{add,remove}_{src,run,doc}files(@files)> + +adds or removes files to the respective list of files. + +=item C<{add,remove}_binfiles($arch, @files)> + +adds or removes files from the list of C for the given architecture. + +=item C<{add,remove}_files($type, $files)> + +adds or removes files for the given type (only for C, C, C). + +=item C + +returns the list of files matching $filename which are contained in +the package. If $filename contains a / the matching is only anchored +at the end with $. Otherwise it is prefix with a / and anchored at the end. + +=item C + +returns a list of all files of all types. + +=item C + +returns a list of all binary files. + +=item C<< $tlpobj->format_definitions >> + +The function C returns a list of references to hashes +where each hash is a format definition. + +=item C<< $tlpobj->fmtutil_cnf_lines >> + +The function C returns the lines for fmtutil.cnf +for this package. + +=item C<< $tlpobj->updmap_cfg_lines >> + +The function C returns the list lines for updmap.cfg +for the given package. + +=item C<< $tlpobj->language_dat_lines >> + +The function C returns the list of all +lines for language.dat that can be generated from the tlpobj + +=item C<< $tlpobj->language_def_lines >> + +The function C returns the list of all +lines for language.def that can be generated from the tlpobj. + +=back + +=head1 SEE ALSO + +The modules L, L, L, +L, L, L. + +=head1 AUTHORS AND COPYRIGHT + +This script and its documentation were written for the TeX Live +distribution (L) and both are licensed under the +GNU General Public License Version 2 or later. + +=cut + +### Local Variables: +### perl-indent-level: 2 +### tab-width: 2 +### indent-tabs-mode: nil +### End: +# vim:set tabstop=2 expandtab: # diff -Nru texlive-lang-2007.dfsg.4/tlpkg/TeXLive/TLPostActions.pm texlive-lang-2009/tlpkg/TeXLive/TLPostActions.pm --- texlive-lang-2007.dfsg.4/tlpkg/TeXLive/TLPostActions.pm 1970-01-01 01:00:00.000000000 +0100 +++ texlive-lang-2009/tlpkg/TeXLive/TLPostActions.pm 2009-08-17 00:33:26.000000000 +0100 @@ -0,0 +1,795 @@ +# $Id: TLPostActions.pm 14716 2009-08-16 23:33:26Z karl $ +# TeXLive::TLPostActions.pm - collection post install stuff for installation +# Copyright 2008, 2009 Norbert Preining +# This file is licensed under the GNU General Public License version 2 +# or any later version. + +package TeXLive::TLPostActions; + +my $svnrev = '$Revision: 14716 $'; +my $_modulerevision; +if ($svnrev =~ m/: ([0-9]+) /) { + $_modulerevision = $1; +} else { + $_modulerevision = "unknown"; +} +sub module_revision { + return $_modulerevision; +} + +BEGIN { + use Exporter (); + use vars qw( @ISA @EXPORT_OK @EXPORT ); + @ISA = qw(Exporter); + @EXPORT_OK = qw( + %PostInstall + %PostRemove + ); + @EXPORT = @EXPORT_OK; +} + +use TeXLive::TLUtils qw(win32 mkdirhier copy conv_to_w32_path log debug info + touch tlwarn); +use TeXLive::TLWinGoo; + +my $mainmenu = "TeX Live 2008"; + +our %PostInstall; +our %PostRemove; + +# NOT ENABLED !!!!! +# context post install actions +sub do_install_bin_context { + my ($texdir, $texdirw, $texmfsysvar) = @_; + # set up texmfcnf.lua + my $TMF = "$texdirw/texmf/web2c/texmfcnf.lua"; + if (! -r $TMF) { + open(TMF, ">$TMF") || die "open($TMF) failed: $!\n"; + print TMF 'local conf = {}', "\n"; + print TMF "conf.TEXMFCACHE = \"$texmfsysvar\"\n"; + #print TMP "conf.CACHEINTDS = 't'\n"; + print TMF "return conf\n"; + close(TMF) || warn "close($TMF) failed: $!"; + } + # update the luatools cache + system("luatools", "--generate"); + # build the context formats based on luatex + system("context", "--make", "--compile", "cont-en"); + # update the font cache + system("mtxrun", "--script", "fonts", "--reload"); +} +# +# That has to be sorted out and maybe changed at a later time, so do NOT +# enable that for now. +###$PostInstall{"bin-context"} = \&do_install_bin_context; + + +# ATM do the same for luatex as for context +sub do_install_luatex { + do_install_bin_context(@_); +} +# +# SEE ABOVE +# $PostInstall{"luatex"} = \&do_install_luatex; + + +# xetex +# +sub do_install_xetex { + my ($texdir, $texdirw, $texmfsysvar) = @_; + # + # bin-installs font-config related stuff + # + # new version according to Staszek + if (!defined($texmfsysvar)) { + $texmfsysvar = `kpsewhich -var-value=TEXMFSYSVAR`; + chomp($texmfsysvar); + } + if (-r "$texdir/bin/win32/conf/fonts.conf") { + # we have installed w32, so put it into texmfsysvar + mkdirhier("$texmfsysvar/fonts"); + TeXLive::TLUtils::rmtree("$texmfsysvar/fonts/conf"); + TeXLive::TLUtils::rmtree("$texmfsysvar/fonts/cache"); + my @cpycmd; + if (win32()) { + push @cpycmd, "xcopy", "/e", "/i", "/q", "/y"; + } else { + push @cpycmd, "cp", "-R"; + } + system(@cpycmd, + (win32() ? conv_to_w32_path("$texdir/bin/win32/conf") : + "$texdir/bin/win32/conf"), + (win32() ? conv_to_w32_path("$texmfsysvar/fonts/conf") : + "$texmfsysvar/fonts/conf")); + system(@cpycmd, + (win32() ? conv_to_w32_path("$texdir/bin/win32/cache") : + "$texdir/bin/win32/cache"), + (win32() ? conv_to_w32_path("$texmfsysvar/fonts/cache") : + "$texmfsysvar/fonts/cache")); + if (open(FONTSCONF, "<$texdir/bin/win32/conf/fonts.conf")) { + my @lines = ; + close(FONTSCONF); + if (open(FONTSCONF, ">$texmfsysvar/fonts/conf/fonts.conf")) { + my $winfontdir; + if (win32()) { + $winfontdir = $ENV{'SystemRoot'}.'/fonts'; + $winfontdir =~ s!\\!/!g; + #mkdirhier("$texmfsysvar/fonts/cache"); + + # fc-cache breaks often on w32 in some strange way + # there are claims that touching a font file in $winfontdir + # would solve that problem. So lets touch some of them + if (opendir (WINFONT, $winfontdir)) { + my @dirents = readdir (WINFONT); + closedir (WINFONT) || warn "closedir($winfontdir) failed: $!"; + # do not actually touch anything by now, maybe already the + # opendir is enough ... + + # for my $dirent (@dirents) { + # if ($dirent =~ m/\.(ttf|otf)$/i) { + # touch("$winfontdir/$dirent"); + # tlwarn("touching $dirent in $winfontdir to make fc-cache work\n"); + # # one file touched should be enough + # last; + # } + # } + } + } + foreach (@lines) { + $_ =~ s!c:/Program Files/texlive/2008!$texdir!; + $_ =~ s!c:/windows/fonts!$winfontdir! if win32(); + # hack around fc-cache problem in from_dvd case: + #if (win32() and (uc($texdir) ne uc($texdirw)) and + # ($_ =~ m!^.*texmf-dist.*!)) { $_ = ''; } + print FONTSCONF; + } + close(FONTSCONF); + } else { + warn("Cannot open $texmfsysvar/fonts/conf/fonts.conf for writing\n"); + } + } else { + warn("Cannot open $texdir/bin/win32/conf/fonts.conf\n"); + } + } + # call fc-cache but only when we install on w32! + if (win32()) { + info("Running fc-cache -v -r\n"); + log(`fc-cache -v -r 2>&1`); + #system("fc-cache","-v", "-r"); + } +} +$PostInstall{"xetex"} = \&do_install_xetex; + +# +# dviout.win32 +# +sub do_install_bin_dviout_win32 { + my ($texdir, $texdirw) = @_; + if (win32()) { + my $texdir_bsl = conv_to_w32_path($texdir); + add_menu_shortcut( + $mainmenu, + 'DVIOUT Dvi Viewer', + $texdir.'/tlpkg/dviout/dviout.exe', # for the icon + 'wscript', + $texdir_bsl."\\bin\\win32\\dviout.vbs", + '', + ); + } +} +sub do_remove_bin_dviout_win32 { + my ($texdir) = @_; + if (win32()) { + remove_menu_shortcut($mainmenu, 'DVIOUT Dvi Viewer'); + } +} +$PostInstall{'dviout.win32'} = \&do_install_bin_dviout_win32; +$PostRemove{'dviout.win32'} = \&do_remove_bin_dviout_win32; + + +# +# texdoc +# +sub do_install_texdoc { + my ($texdir, $texdirw) = @_; + if (win32()) { + #add_desktop_shortcut( + # $texdirw, + # 'TeXdoc GUI', + # '', # $vars{'TEXDIR'}.'/tlpkg/doc/notes.ico', # the icon + # $texdir.'/bin/win32/texdoctk.bat', + # '', # no args + # 'batgui', # any non-null value to hide command-prompt + #); + add_menu_shortcut( + $mainmenu, + 'TeXdoc GUI', + '', # $vars{'TEXDIR'}.'/tlpkg/doc/notes.ico', # the icon + $texdir.'/bin/win32/texdoctk.bat', + '', # no args + 'batgui', # any non-null value to hide command-prompt + ); + } +} +sub do_remove_texdoc { + my ($texdir) = @_; + if (win32()) { + # remove_desktop_shortcut('TeXdoc GUI'); + remove_menu_shortcut($mainmenu, 'TeXdoc GUI'); + } +} +$PostInstall{'texdoc'} = \&do_install_texdoc; +$PostRemove{'texdoc'} = \&do_remove_texdoc; + +# +# tlpsv.win32 +# +sub do_install_bin_tlpsv_win32 { + my ($texdir, $texdirw) = @_; + if (win32()) { + add_desktop_shortcut( + $texdirw, + 'PS_View', + $texdir.'/tlpkg/tlpsv/psv.exe', # icon, not prog! + $texdir.'/bin/win32/psv.bat', + '', # no args + 'batgui', # any non-null value to hide command-prompt + ); + add_menu_shortcut( + $mainmenu, + 'PS_View', + $texdir.'/tlpkg/tlpsv/psv.exe', # icon, not prog! + $texdir.'/bin/win32/psv.bat', + '', # no args + 'batgui', # any non-null value to hide command-prompt + ); + #register_extension(".ps", "PostScript"); + #register_extension(".eps", "PostScript"); + ##register_file_type("PostScript", '"'.$texdir.'/bin/win32/psv.bat"'); + #register_file_type("PostScript", + # '"'.$texdir.'/tlpkg/tlpsv/gswxlua.exe" -g '. + # '"'.$texdir.'/tlpkg/tlgs/bin/gsdll32.dll" -l '. + # '"'.$texdir.'/tlpkg/tlpsv/psv.wx.lua" -p '. + # '"'.$texdir.'/tlpkg/tlpsv/psv_view.ps" -sINPUT="%1"'); + #update_assocs(); + } +} +sub do_remove_bin_tlpsv_win32 { + my ($texdir) = @_; + if (win32()) { + remove_desktop_shortcut('PS_View'); + remove_menu_shortcut($mainmenu, 'PS_View'); + #unregister_extension(".ps"); + #unregister_extension(".eps"); + #unregister_file_type("PostScript"); + #update_assocs(); + } +} +$PostRemove{'tlpsv.win32'} = \&do_remove_bin_tlpsv_win32; +$PostInstall{'tlpsv.win32'} = \&do_install_bin_tlpsv_win32; + +# +# texlive-scripts +# +sub do_install_bin_texlive { + my ($texdir, $texdirw) = @_; + if (win32()) { + add_menu_shortcut( + $mainmenu, + 'TeX Live Manager', + '', # $texdir.'/tlpkg/doc/dummy.ico', + $texdir.'/bin/win32/tlmgr.bat', + 'gui', + 'batgui', + ); + add_menu_shortcut( + $mainmenu, + 'Release notes', + '', + 'http://tug.org/texlive/windows.html', + '', + '', + ); + if (uc(TeXLive::TLWinGoo::win_which_dir('tex.exe')) ne + uc($texdir.'/bin/win32') or + uc(TeXLive::TLWinGoo::win_which_dir('pdftex.exe')) ne + uc($texdir.'/bin/win32') or + uc(TeXLive::TLWinGoo::win_which_dir('luatex.exe')) ne + uc($texdir.'/bin/win32')) { + my $texbindir = $texdir."\\bin\\win32"; + $texbindir =~ s!/!\\!g; + add_menu_shortcut( + $mainmenu, + 'TeX Live Prompt', + '', + $ENV{'COMSPEC'}, + "/k \"path $texbindir;%path%\"", + '', + ); + add_desktop_shortcut( + $texdirw, + 'TeX Live Prompt', + '', + $ENV{'COMSPEC'}, + "/k \"path $texbindir;%path%\"", + '', + ); + } + } +} +sub do_remove_bin_texlive { + my ($texdir) = @_; + if (win32()) { + remove_menu_shortcut($mainmenu, 'TeX Live Manager'); + remove_menu_shortcut($mainmenu, 'Release notes'); + remove_menu_shortcut($mainmenu, 'TeX Live Prompt'); + remove_desktop_shortcut('TeX Live Prompt'); + } +} +$PostInstall{'texlive-scripts'} = \&do_install_bin_texlive; +$PostRemove{'texlive-scripts'} = \&do_remove_bin_texlive; + +# +# texlive.infra +# ships all the readme.html/readme.XX.html files, and the index of all +# documents +sub do_install_texlive_infra { + my ($texdir) = @_; + if (win32()) { + if (!defined($texdir)) { + tlwarn("do_install_texlive_infra: texdir not defined, returning\n"); + return; + } + add_menu_shortcut( + $mainmenu, + 'TeX Live Toplevel Readme Index', + '', # default pdf icon + $texdir.'/index.html', + '', + '', + ); + } +} +sub do_remove_texlive_infra { + my ($texdir) = @_; + if (win32()) { + remove_menu_shortcut($mainmenu,'TeX Live Toplevel Readme Index'); + } +} +$PostInstall{'texlive.infra'} = \&do_install_texlive_infra; +$PostRemove{'texlive.infra'} = \&do_remove_texlive_infra; + +# +# texlive-en +# +sub do_install_texlive_en { + my ($texdir) = @_; + if (win32()) { + if (!defined($texdir)) { + tlwarn("do_install_texlive_en: texdir not defined, returning\n"); + return; + } + add_menu_shortcut( + $mainmenu, + 'TeX Live Manual (en) (HTML)', + '', # default pdf icon + $texdir.'/texmf-doc/doc/english/texlive-en/texlive-en.html', + '', + '', + ); + add_menu_shortcut( + $mainmenu, + 'TeX Live Manual (en) (PDF)', + '', # default pdf icon + $texdir.'/texmf-doc/doc/english/texlive-en/texlive-en.pdf', + '', + '', + ); + } +} +sub do_remove_texlive_en { + my ($texdir) = @_; + if (win32()) { + remove_menu_shortcut($mainmenu,'TeX Live Manual (en) (HTML)'); + remove_menu_shortcut($mainmenu,'TeX Live Manual (en) (PDF)'); + } +} +$PostInstall{'texlive-en'} = \&do_install_texlive_en; +$PostRemove{'texlive-en'} = \&do_remove_texlive_en; + +# +# texlive-cz +# +sub do_install_texlive_cz { + my ($texdir) = @_; + if (win32()) { + if (!defined($texdir)) { + tlwarn("do_install_texlive_cz: texdir not defined, returning\n"); + return; + } + add_menu_shortcut( + $mainmenu, + 'TeX Live Manual (cz) (PDF)', + '', # default pdf icon + $texdir.'/texmf-doc/doc/czechslovak/texlive-cz/texlive-cz.pdf', + '', + '', + ); + add_menu_shortcut( + $mainmenu, + 'TeX Live Manual (cz) (HTML)', + '', # default pdf icon + $texdir.'/texmf-doc/doc/czechslovak/texlive-cz/texlive-cz.html', + '', + '', + ); + } +} +sub do_remove_texlive_cz { + my ($texdir) = @_; + if (win32()) { + remove_menu_shortcut($mainmenu,'TeX Live Manual (cz) (PDF)'); + remove_menu_shortcut($mainmenu,'TeX Live Manual (cz) (HTML)'); + } +} +$PostInstall{'texlive-cz'} = \&do_install_texlive_cz; +$PostRemove{'texlive-cz'} = \&do_remove_texlive_cz; + +# +# texlive-fr +# +sub do_install_texlive_fr { + my ($texdir) = @_; + if (win32()) { + if (!defined($texdir)) { + tlwarn("do_install_texlive_fr: texdir not defined, returning\n"); + return; + } + add_menu_shortcut( + $mainmenu, + 'TeX Live Manual (fr) (PDF)', + '', # default pdf icon + $texdir.'/texmf-doc/doc/french/texlive-fr/texlive-fr.pdf', + '', + '', + ); + add_menu_shortcut( + $mainmenu, + 'TeX Live Manual (fr) (HTML)', + '', # default pdf icon + $texdir.'/texmf-doc/doc/french/texlive-fr/texlive-fr.html', + '', + '', + ); + } +} +sub do_remove_texlive_fr { + my ($texdir) = @_; + if (win32()) { + remove_menu_shortcut($mainmenu,'TeX Live Manual (fr) (HTML)'); + remove_menu_shortcut($mainmenu,'TeX Live Manual (fr) (PDF)'); + } +} +$PostInstall{'texlive-fr'} = \&do_install_texlive_fr; +$PostRemove{'texlive-fr'} = \&do_remove_texlive_fr; + +# +# texlive-de +# +sub do_install_texlive_de { + my ($texdir) = @_; + if (win32()) { + if (!defined($texdir)) { + tlwarn("do_install_texlive_de: texdir not defined, returning\n"); + return; + } + add_menu_shortcut( + $mainmenu, + 'TeX Live Manual (de) (PDF)', + '', # default pdf icon + $texdir.'/texmf-doc/doc/german/texlive-de/texlive-de.pdf', + '', + '', + ); + add_menu_shortcut( + $mainmenu, + 'TeX Live Manual (de) (HTML)', + '', # default pdf icon + $texdir.'/texmf-doc/doc/german/texlive-de/texlive-de.html', + '', + '', + ); + } +} +sub do_remove_texlive_de { + my ($texdir) = @_; + if (win32()) { + remove_menu_shortcut($mainmenu,'TeX Live Manual (de) (PDF)'); + remove_menu_shortcut($mainmenu,'TeX Live Manual (de) (HTML)'); + } +} +$PostInstall{'texlive-de'} = \&do_install_texlive_de; +$PostRemove{'texlive-de'} = \&do_remove_texlive_de; + +# +# texlive-pl +# +sub do_install_texlive_pl { + my ($texdir) = @_; + if (win32()) { + if (!defined($texdir)) { + tlwarn("do_install_texlive_pl: texdir not defined, returning\n"); + return; + } + add_menu_shortcut( + $mainmenu, + 'TeX Live Manual (pl) (PDF)', + '', # default pdf icon + $texdir.'/texmf-doc/doc/polish/texlive-pl/texlive-pl.pdf', + '', + '', + ); + add_menu_shortcut( + $mainmenu, + 'TeX Live Manual (pl) (HTML)', + '', # default pdf icon + $texdir.'/texmf-doc/doc/polish/texlive-pl/texlive-pl.html', + '', + '', + ); + } +} +sub do_remove_texlive_pl { + my ($texdir) = @_; + if (win32()) { + remove_menu_shortcut($mainmenu,'TeX Live Manual (pl) (PDF)'); + remove_menu_shortcut($mainmenu,'TeX Live Manual (pl) (HTML)'); + } +} +$PostInstall{'texlive-pl'} = \&do_install_texlive_pl; +$PostRemove{'texlive-pl'} = \&do_remove_texlive_pl; + +# +# texlive-ru +# +sub do_install_texlive_ru { + my ($texdir) = @_; + if (win32()) { + if (!defined($texdir)) { + tlwarn("do_install_texlive_ru: texdir not defined, returning\n"); + return; + } + add_menu_shortcut( + $mainmenu, + 'TeX Live Manual (ru) (PDF)', + '', # default pdf icon + $texdir.'/texmf-doc/doc/russian/texlive-ru/texlive-ru.pdf', + '', + '', + ); + add_menu_shortcut( + $mainmenu, + 'TeX Live Manual (ru) (HTML)', + '', # default pdf icon + $texdir.'/texmf-doc/doc/russian/texlive-ru/texlive-ru.html', + '', + '', + ); + } +} +sub do_remove_texlive_ru { + my ($texdir) = @_; + if (win32()) { + remove_menu_shortcut($mainmenu,'TeX Live Manual (ru) (HTML)'); + remove_menu_shortcut($mainmenu,'TeX Live Manual (ru) (PDF)'); + } +} +$PostInstall{'texlive-ru'} = \&do_install_texlive_ru; +$PostRemove{'texlive-ru'} = \&do_remove_texlive_ru; + +# +# texlive-zh-cn +# +sub do_install_texlive_zh_cn { + my ($texdir) = @_; + if (win32()) { + if (!defined($texdir)) { + tlwarn("do_install_texlive_zh_cn: texdir not defined, returning\n"); + return; + } + add_menu_shortcut( + $mainmenu, + 'TeX Live Manual (zh-cn)', + '', # default pdf icon + $texdir.'/texmf-doc/doc/chinese/texlive-zh-cn/texlive-zh-cn.pdf', + '', + '', + ); + } +} +sub do_remove_texlive_zh_cn { + my ($texdir) = @_; + if (win32()) { + remove_menu_shortcut($mainmenu,'TeX Live Manual (zh-cn)'); + } +} +$PostInstall{'texlive-zh-cn'} = \&do_install_texlive_zh_cn; +$PostRemove{'texlive-zh-cn'} = \&do_remove_texlive_zh_cn; + + +# +# FROM HERE ON ONLY DISABLED POST INSTALL AND REMOVE ACTIONS!!!!!!! +# + +# disabled +sub do_bin_xdvi { + my ($TEXDIR, $TEXMFSYSVAR) = @_; + if (!defined($TEXMFSYSVAR)) { + $TEXMFSYSVAR = `kpsewhich -var-value=TEXMFSYSVAR`; + chomp($TEXMFSYSVAR); + } + copy ("$TEXDIR/texmf/xdvi/XDvi", "$TEXMFSYSVAR/xdvi"); +} +# $PostInstall{"xdvi"} = \&do_bin_xdvi; + + +# disabled +sub do_plain { + my ($TEXDIR, $TEXMFSYSVAR) = @_; + if (!defined($TEXMFSYSVAR)) { + $TEXMFSYSVAR = `kpsewhich -var-value=TEXMFSYSVAR`; + chomp($TEXMFSYSVAR); + } + # install some copies from texmf(-dist) into texmf-var + copy ("$TEXDIR/texmf-dist/tex/generic/config/language.def", + "$TEXMFSYSVAR/tex/generic/config"); +} +# $PostInstall{"plain"} = \&do_plain; + + +# disabled +sub do_bin_dvipsk { + my ($TEXDIR, $TEXMFSYSVAR) = @_; + if (!defined($TEXMFSYSVAR)) { + $TEXMFSYSVAR = `kpsewhich -var-value=TEXMFSYSVAR`; + chomp($TEXMFSYSVAR); + } + # those files must exist + copy ("$TEXDIR/texmf/dvips/config/config.ps", + "$TEXMFSYSVAR/dvips/config"); +} +# $PostInstall{"dvipsk"} = \&do_bin_dvipsk; + +# disabled +sub do_bin_dvipdfm { + my ($TEXDIR, $TEXMFSYSVAR) = @_; + if (!defined($TEXMFSYSVAR)) { + $TEXMFSYSVAR = `kpsewhich -var-value=TEXMFSYSVAR`; + chomp($TEXMFSYSVAR); + } + # fix up dvipdfm config file to contain the right # piping command + mkdirhier("$TEXMFSYSVAR/dvipdfm/config"); + open(DVIPDFMCONFIGDIST, "<$TEXDIR/texmf/dvipdfm/config/config") + or die("Cannot open $TEXDIR/texmf/dvipdfm/config/config"); + open(DVIPDFMCONFIGINST, ">$TEXMFSYSVAR/dvipdfm/config/config") + or die("Cannot open $TEXMFSYSVAR/dvipdfm/config/config"); + while () { + if (m/^D /) { + print DVIPDFMCONFIGINST 'D "epstopdf --outfile=%o --nocompress %i"', "\n"; + } else { + print DVIPDFMCONFIGINST; + } + } + close(DVIPDFMCONFIGDIST); + close(DVIPDFMCONFIGINST); +} +# $PostInstall{"dvipdfm"} = \&do_bin_dvipdfm; + +# disabled +sub do_bin_dvipdfmx { + my ($TEXDIR, $TEXMFSYSVAR) = @_; + if (!defined($TEXMFSYSVAR)) { + $TEXMFSYSVAR = `kpsewhich -var-value=TEXMFSYSVAR`; + chomp($TEXMFSYSVAR); + } + # dvipdfmx.cfg + open(DVIPDFMCONFIGDIST, "<$TEXDIR/texmf/dvipdfmx/dvipdfmx.cfg") + or die("Cannot open $TEXDIR/texmf/dvipdfmx/dvipdfmx.cfg"); + open(DVIPDFMCONFIGINST, ">$TEXMFSYSVAR/dvipdfmx/dvipdfmx.cfg") + or die("Cannot open $TEXMFSYSVAR/dvipdfmx/dvipdfmx.cfg"); + while () { + # current dvipdfmx.cfg already contains the right rungs incantation + # so do just copy the file to texmf-var + #if (m/^D /) { + # print DVIPDFMCONFIGINST "%$_"; + # print DVIPDFMCONFIGINST "\n%% GhostScript (TeX Live (Unix and Win32)):\n"; + # print DVIPDFMCONFIGINST 'D "rungs -q -dNOPAUSE -dBATCH -sPAPERSIZE=a0 -sDEVICE=pdfwrite -dCompatibilityLevel=1.3 -dAutoFilterGrayImages=false -dGrayImageFilter=/FlateEncode -dAutoFilterColorImages=false -dColorImageFilter=/FlateEncode -dUseFlateCompression=true -sOutputFile=%o %i -c quit"', "\n\n"; + #} else { + print DVIPDFMCONFIGINST; + #} + } + close(DVIPDFMCONFIGDIST); + close(DVIPDFMCONFIGINST); +} +# $PostInstall{"dvipdfmx"} = \&do_bin_dvipdfmx; + + +# disabled +sub do_bin_kpathsea { + my ($TEXDIR, $TEXMFSYSVAR) = @_; + if (!defined($TEXMFSYSVAR)) { + $TEXMFSYSVAR = `kpsewhich -var-value=TEXMFSYSVAR`; + chomp($TEXMFSYSVAR); + } + copy ("$TEXDIR/texmf/web2c/mktex.cnf", + "$TEXMFSYSVAR/web2c"); +} +# $PostInstall{"kpathsea"} = \&do_bin_kpathsea; + +# disabled +sub do_bin_pdftex { + my ($TEXDIR, $TEXMFSYSVAR) = @_; + if (!defined($TEXMFSYSVAR)) { + $TEXMFSYSVAR = `kpsewhich -var-value=TEXMFSYSVAR`; + chomp($TEXMFSYSVAR); + } + # the old installer copied from CDDIR, but shouldn't this be installed + # in ANY case since it is in pdftex??? + copy ("$TEXDIR/texmf/tex/generic/config/pdftexconfig.tex", + "$TEXMFSYSVAR/tex/generic/config"); +} +# $PostInstall{"pdftex"} = \&do_bin_pdftex; + +# disabled +sub do_context { + my ($TEXDIR, $TEXMFSYSVAR) = @_; + if (!defined($TEXMFSYSVAR)) { + $TEXMFSYSVAR = `kpsewhich -var-value=TEXMFSYSVAR`; + chomp($TEXMFSYSVAR); + } + # old installer did this, should we do this, TOO???? + copy ("$TEXDIR/texmf-dist/tex/context/config/cont-usr.tex", + "$TEXMFSYSVAR/tex/context/config"); +} +# $PostInstall{"context"} = \&do_context; + + +1; + + +=head1 NAME + +C -- TeX Live Post Installation and Removal Routines + +=head1 SYNOPSIS + + use TeXLive::TLPostActions; + +=head1 DESCRIPTION + +The L module exports the C<%PostInstall> and +the C<%PostRemove> hash indexed by package names providing code references. + +These code references are called with the root of the installation as +argument (C<$SELFAUTOPARENT>). Additional arguments, but not necessarily +present, are the value of C and C. + +=head1 SEE ALSO + +The modules L, L, +L, L, L. + +=head1 AUTHORS AND COPYRIGHT + +This script and its documentation were written for the TeX Live +distribution (L) and both are licensed under the +GNU General Public License Version 2 or later. + +=cut + +### Local Variables: +### perl-indent-level: 2 +### tab-width: 2 +### indent-tabs-mode: nil +### End: +# vim:set tabstop=2 expandtab: # diff -Nru texlive-lang-2007.dfsg.4/tlpkg/TeXLive/TLPSRC.pm texlive-lang-2009/tlpkg/TeXLive/TLPSRC.pm --- texlive-lang-2007.dfsg.4/tlpkg/TeXLive/TLPSRC.pm 1970-01-01 01:00:00.000000000 +0100 +++ texlive-lang-2009/tlpkg/TeXLive/TLPSRC.pm 2009-10-06 01:23:51.000000000 +0100 @@ -0,0 +1,1130 @@ +# $Id: TLPSRC.pm 15651 2009-10-06 00:23:51Z karl $ +# TeXLive::TLPSRC.pm - module for using tlpsrc files +# Copyright 2007, 2008, 2009 Norbert Preining +# +# This file is licensed under the GNU General Public License version 2 +# or any later version. + +package TeXLive::TLPSRC; + +use FileHandle; +use TeXLive::TLConfig qw($CategoriesRegexp); +use TeXLive::TLUtils; +use TeXLive::TLPOBJ; +use TeXLive::TLTREE; + +my $_tmp; +my %autopatterns; # computed once internally + +my $svnrev = '$Revision: 15651 $'; +my $_modulerevision; +if ($svnrev =~ m/: ([0-9]+) /) { + $_modulerevision = $1; +} else { + $_modulerevision = "unknown"; +} +sub module_revision { + return $_modulerevision; +} + +sub new +{ + my $class = shift; + my %params = @_; + my $self = { + name => $params{'name'}, + category => defined($params{'category'}) ? $params{'category'} : $DefaultCategory, + shortdesc => $params{'shortdesc'}, + longdesc => $params{'longdesc'}, + catalogue => $params{'catalogue'}, + runpatterns => $params{'runpatterns'}, + srcpatterns => $params{'srcpatterns'}, + docpatterns => $params{'docpatterns'}, + binpatterns => $params{'binpatterns'}, + postactions => $params{'postactions'}, + executes => defined($params{'executes'}) ? $params{'executes'} : [], + depends => defined($params{'depends'}) ? $params{'depends'} : [], + }; + bless $self, $class; + return $self; +} + + +sub from_file +{ + my $self = shift; + die "need exactly one filename for initialization" if @_ != 1; + my $srcfile = $_[0]; + my $pkgname = TeXLive::TLUtils::basename($srcfile); + $pkgname =~ s/\.tlpsrc$//; + + if (! -r "$srcfile") { + # if the argument is not readable as is, try looking for it in the + # hierarchy where we are. The %INC hash records where packages were + # found, so we use that to locate ourselves. + (my $trydir = $INC{"TeXLive/TLPSRC.pm"}) =~ s,/[^/]*$,,; + chomp ($trydir = `cd $trydir/../tlpsrc && pwd`); # make absolute + my $tryfile = "$trydir/$srcfile.tlpsrc"; + #warn "$trydir\n$tryfile\n"; + $srcfile = $tryfile if -r $tryfile; + } + + open(TMP, "<$srcfile") || die("failed to open tlpsrc '$srcfile': $!"); + my @lines = ; + close(TMP); + + my $name = $pkgname; + # default category = Package + my $category = "Package"; + my $shortdesc = ""; + my $longdesc= ""; + my $catalogue = ""; + my (@executes, @depends); + my (@runpatterns, @docpatterns, @binpatterns, @srcpatterns); + my (@postactions); + my $foundnametag = 0; + my $finished = 0; + my $savedline = ""; + + my $lineno = 0; + for my $line (@lines) { + $lineno++; + + # we allow continuation lines in tlpsrc files, i.e., lines with a \ at + # the end + if ($line =~ /^(.*)\\$/) { + $savedline .= $1; + next; + } + if ($savedline ne "") { + # we are in a continuation line + $line = "$savedline$line"; + $savedline = ""; + } + + $line =~ /^\s*#/ && next; # skip comment lines + next if $line =~ /^\s*$/; # skip blank lines + # (blank lines are significant in tlpobj, but not tlpsrc) + + if ($line =~ /^ /) { + die "$srcfile: non-continuation indentation not allowed: `$line'"; + } + # names of source packages can either be + # - normal names: ^[-\w]+$ + # - win32 specific packages: ^[-\w]+\.win32$ + # - normal texlive specific packages: ^texlive.*\..*$ + # - configuration texlive specific packages: ^00texlive.*\..*$ + if ($line =~ /^name\s*([-\w]+(\.win32)?|00texlive.*|texlive\..*)$/) { + $name = $1; + $foundnametag && die "$srcfile: second name directive not allowed: $name"; + $foundnametag = 1; + } else { + # we default to the file name as package name + # $started || die "$srcfile: first directive must be `name', not $line"; + if ($line =~ /^shortdesc\s*(.*)\s*$/) { + $shortdesc = $1; + next; + } elsif ($line =~ /^category\s+$CategoriesRegexp$/) { + $category = $1; + next; + } elsif ($line =~ /^longdesc\s+(.*)\s*$/) { + $longdesc .= "$1 "; + next; + } elsif ($line =~ /^catalogue\s+(.*)\s*$/) { + $catalogue = $1; + next; + } elsif ($line =~ /^runpattern\s+(.*)\s*$/) { + push @runpatterns, $1 if ($1 ne ""); + next; + } elsif ($line =~ /^srcpattern\s+(.*)\s*$/) { + push @srcpatterns, $1 if ($1 ne ""); + next; + } elsif ($line =~ /^docpattern\s+(.*)\s*$/) { + push @docpatterns, $1 if ($1 ne ""); + next; + } elsif ($line =~ /^binpattern\s+(.*)\s*$/) { + push @binpatterns, $1 if ($1 ne ""); + next; + } elsif ($line =~ /^execute\s+(.*)\s*$/) { + push @executes, $1 if ($1 ne ""); + next; + } elsif ($line =~ /^depend\s+(.*)\s*$/) { + push @depends, $1 if ($1 ne ""); + next; + } elsif ($line =~ /^postaction\s+(.*)\s*$/) { + push @postactions, $1 if ($1 ne ""); + next; + } else { + tlwarn("$srcfile:$lineno: unknown tlpsrc directive, fix fix: $line\n"); + } + } + } + $self->_srcfile($srcfile); + if ($name =~ m/^[[:space:]]*$/) { + die "Cannot deduce name from file argument and name tag not found"; + } + $self->name($name); + $self->category($category); + $self->catalogue($catalogue) if $catalogue; + $self->shortdesc($shortdesc) if $shortdesc; + $self->longdesc($longdesc) if $longdesc; + $self->srcpatterns(@srcpatterns) if @srcpatterns; + $self->runpatterns(@runpatterns) if @runpatterns; + $self->binpatterns(@binpatterns) if @binpatterns; + $self->docpatterns(@docpatterns) if @docpatterns; + $self->executes(@executes) if @executes; + $self->depends(@depends) if @depends; + $self->postactions(@postactions) if @postactions; +} + + +sub writeout +{ + my $self = shift; + my $fd = (@_ ? $_[0] : STDOUT); + format_name $fd "multilineformat"; + $fd->format_lines_per_page (99999); # no pages in this format + print $fd "name ", $self->name, "\n"; + print $fd "category ", $self->category, "\n"; + defined($self->{'catalogue'}) && print $fd "catalogue $self->{'catalogue'}\n"; + defined($self->{'shortdesc'}) && print $fd "shortdesc $self->{'shortdesc'}\n"; + if (defined($self->{'longdesc'})) { + $_tmp = "$self->{'longdesc'}"; + write $fd; # use that multilineformat + } + if (defined($self->{'depends'})) { + foreach (@{$self->{'depends'}}) { + print $fd "depend $_\n"; + } + } + if (defined($self->{'executes'})) { + foreach (@{$self->{'executes'}}) { + print $fd "execute $_\n"; + } + } + if (defined($self->{'postactions'})) { + foreach (@{$self->{'postactions'}}) { + print $fd "postaction $_\n"; + } + } + if (defined($self->{'srcpatterns'}) && (@{$self->{'srcpatterns'}})) { + foreach (sort @{$self->{'srcpatterns'}}) { + print $fd "srcpattern $_\n"; + } + } + if (defined($self->{'runpatterns'}) && (@{$self->{'runpatterns'}})) { + foreach (sort @{$self->{'runpatterns'}}) { + print $fd "runpattern $_\n"; + } + } + if (defined($self->{'docpatterns'}) && (@{$self->{'docpatterns'}})) { + foreach (sort @{$self->{'docpatterns'}}) { + print $fd "docpattern $_\n"; + } + } + if (defined($self->{'binpatterns'}) && (@{$self->{'binpatterns'}})) { + foreach (sort @{$self->{'binpatterns'}}) { + print $fd "binpattern $_\n"; + } + } +} + + +# the hard work, generate the TLPOBJ data. +# +sub make_tlpobj +{ + my ($self,$tltree,$autopattern_root) = @_; + my %allpatterns = &find_default_patterns($autopattern_root); + my $category_patterns = $allpatterns{$self->category}; + + my $tlp = TeXLive::TLPOBJ->new; + $tlp->name($self->name); + $tlp->category($self->category); + $tlp->shortdesc($self->{'shortdesc'}) if (defined($self->{'shortdesc'})); + $tlp->longdesc($self->{'longdesc'}) if (defined($self->{'longdesc'})); + $tlp->catalogue($self->{'catalogue'}) if (defined($self->{'catalogue'})); + $tlp->executes(@{$self->{'executes'}}) if (defined($self->{'executes'})); + $tlp->postactions(@{$self->{'postactions'}}) if (defined($self->{'postactions'})); + $tlp->depends(@{$self->{'depends'}}) if (defined($self->{'depends'})); + $tlp->revision(0); + my $filemax; + my $usedefault; + my @allpospats; + my @allnegpats; + my $pkgname = $self->name; + my @autoaddpat; + + # src/run/doc patterns + # + # WARNING WARNING WARNING + # the "bin" must be last since we drop through for further dealing + # with specialities of the bin patterns!!!! + for my $pattype (qw/src run doc bin/) { + @allpospats = (); + @allnegpats = (); + @autoaddpat = (); + $usedefault = 1; + foreach my $p (@{$self->{${pattype} . 'patterns'}}) { + if ($p =~ m/^a\s+(.*)\s*$/) { + # format + # a toplevel1 toplevel2 toplevel3 ... + # which add autopatterns as if we are doing single packages + # toplevel1 toplevel2 toplevel3 + push @autoaddpat, split(' ', $1); + } elsif ($p =~ m/^!\+(.*)$/) { + push @allnegpats, $1; + } elsif ($p =~ m/^\+!(.*)$/) { + push @allnegpats, $1; + } elsif ($p =~ m/^\+(.*)$/) { + push @allpospats, $1; + } elsif ($p =~ m/^!(.*)$/) { + push @allnegpats, $1; + $usedefault = 0; + } else { + push @allpospats, $p; + $usedefault = 0; + } + } + + if ($usedefault) { + push @autoaddpat, $pkgname; + } + if (defined($category_patterns)) { + for my $a (@autoaddpat) { + my $type_patterns = $category_patterns->{$pattype}; + for my $p (@{$type_patterns}) { + # the occurrence of %[str:]NAME[:str]% and its + # expansion is documented in 00texlive.autopatterns.tlpsrc + # we have to make a copy of $p otherwise we change it in the + # hash once and for all + my $pp = $p; + while ($pp =~ m/%(([^%]*):)?NAME(:([^%]*))?%/) { + my $nn = $a; + if (defined($1)) { + $nn =~ s/^$2//; + } + if (defined($3)) { + $nn =~ s/$4$//; + } + $pp =~ s/%(([^%]*):)?NAME(:([^%]*))?%/$nn/; + } + # replace the string %NAME% with the actual package name + #(my $pp = $p) =~ s/%NAME%/$a/g; + # sort through the patterns, and make sure that * are added to + # tag the default patterns + if ($pp =~ m/^!(.*)$/) { + push @allnegpats, "*$1"; + } else { + push @allpospats, "*$pp"; + } + } + } + } + # at this point we do NOT do the actual pattern matching for + # bin patterns, since we have some specialities to do + last if ($pattype eq "bin"); + + # for all other patterns we create the list and add the files + foreach my $p (@allpospats) { + ddebug("pos pattern $p\n"); + $self->_do_normal_pattern($p,$tlp,$tltree,$pattype); + } + foreach my $p (@allnegpats) { + ddebug("neg pattern $p\n"); + $self->_do_normal_pattern($p,$tlp,$tltree,$pattype,1); + } + } + # + # binpatterns + # + # mind that @allpospats and @allnegpats have already been set up + # in the above loop. We only have to deal with the specialities of + # the bin patterns + foreach my $p (@allpospats) { + my @todoarchs = $tltree->architectures; + my $finalp = $p; + if ($p =~ m%^(\w+)/(!?[-_a-z0-9,]+)\s+(.*)$%) { + my $pt = $1; + my $aa = $2; + my $pr = $3; + if ($aa =~ m/^!(.*)$/) { + # negative specification + my %negarchs; + foreach (split(/,/,$1)) { + $negarchs{$_} = 1; + } + my @foo = (); + foreach (@todoarchs) { + push @foo, $_ unless defined($negarchs{$_}); + } + @todoarchs = @foo; + } else { + @todoarchs = split(/,/,$aa); + } + # set $p to the pattern without arch specification + $finalp = "$pt $pr"; + } + # one final trick + # if the original pattern string matches bin/win32/ then we *only* + # work on the win32 arch + if ($finalp =~ m! bin/win32/!) { + @todoarchs = qw/win32/; + } + # now @todoarchs contains only those archs for which we want + # to match the pattern + foreach my $arch (@todoarchs) { + # get only those files matching the pattern + my @archfiles = $tltree->get_matching_files('bin',$finalp, $arch); + if (!@archfiles) { + if (($arch ne "win32") || defined($::tlpsrc_pattern_warn_win)) { + tlwarn("$self->{name} ($arch): no hit on binpattern $finalp\n"); + } + } + $tlp->add_binfiles($arch,@archfiles); + } + } + foreach my $p (@allnegpats) { + my @todoarchs = $tltree->architectures; + my $finalp = $p; + if ($p =~ m%^(\w+)/(!?[-_a-z0-9,]+)\s+(.*)$%) { + my $pt = $1; + my $aa = $2; + my $pr = $3; + if ($aa =~ m/^!(.*)$/) { + # negative specification + my %negarchs; + foreach (split(/,/,$1)) { + $negarchs{$_} = 1; + } + my @foo = (); + foreach (@todoarchs) { + push @foo, $_ unless defined($negarchs{$_}); + } + @todoarchs = @foo; + } else { + @todoarchs = split(/,/,$aa); + } + # set $p to the pattern without arch specification + $finalp = "$pt $pr"; + } + # now @todoarchs contains only those archs for which we want + # to match the pattern + foreach my $arch (@todoarchs) { + # get only those files matching the pattern + my @archfiles = $tltree->get_matching_files('bin',$finalp, $arch); + if (!@archfiles) { + if (($arch ne "win32") || defined($::tlpsrc_pattern_warn_win)) { + tlwarn("$self->{name} ($arch): no hit on negative binpattern $finalp\n") + unless defined($::tlpsrc_pattern_no_warn_negative); + } + } + $tlp->remove_binfiles($arch,@archfiles); + } + } + # add the revision number of the .tlpsrc file to the compute list: + $tlp->recompute_revision($tltree, + $tltree->file_svn_lastrevision("tlpkg/tlpsrc/$self->{name}.tlpsrc")); + $tlp->recompute_sizes($tltree); + return $tlp; +} + +sub _do_normal_pattern { + my ($self,$p,$tlp,$tltree,$type,$negative) = @_; + my $is_default_pattern = 0; + if ($p =~ m/^\*/) { + $is_default_pattern = 1; + $p =~ s/^\*//; + } + my @matchfiles = $tltree->get_matching_files($type,$p); + if (!$is_default_pattern && !@matchfiles && ($p !~ m/^f ignore/)) { + tlwarn("$self->{name}: no hit for pattern $p\n"); + } + if (defined($negative) && $negative == 1) { + $tlp->remove_files($type,@matchfiles); + } else { + $tlp->add_files($type,@matchfiles); + } +} + + +# get the default patterns for all categories from an external file, +# return hash with keys being the categories (Package, Collection, etc.) +# and values being refs to another hash. The subhash's keys are the +# file types (run bin doc ...) with values being refs to an array of +# patterns for that type. +# +sub find_default_patterns +{ + my ($tlroot) = @_; + # %autopatterns is global. + return %autopatterns if keys %autopatterns; # only compute once + + my $apfile = "$tlroot/tlpkg/tlpsrc/00texlive.autopatterns.tlpsrc"; + die "No autopatterns file found: $apfile" if ! -r $apfile; + + my $tlsrc = new TeXLive::TLPSRC; + $tlsrc->from_file ($apfile); + if ($tlsrc->binpatterns) { + for my $p ($tlsrc->binpatterns) { + my ($cat, @rest) = split ' ', $p; + push @{$autopatterns{$cat}{"bin"}}, join(' ', @rest); + } + } + if ($tlsrc->srcpatterns) { + for my $p ($tlsrc->srcpatterns) { + my ($cat, @rest) = split ' ', $p; + push @{$autopatterns{$cat}{"src"}}, join(' ', @rest); + } + } + if ($tlsrc->docpatterns) { + for my $p ($tlsrc->docpatterns) { + my ($cat, @rest) = split ' ', $p; + push @{$autopatterns{$cat}{"doc"}}, join(' ', @rest); + } + } + if ($tlsrc->runpatterns) { + for my $p ($tlsrc->runpatterns) { + my ($cat, @rest) = split ' ', $p; + push @{$autopatterns{$cat}{"run"}}, join(' ', @rest); + } + } + + for my $cat (keys %autopatterns) { + ddebug ("Category $cat\n"); + for my $d (@{$autopatterns{$cat}{"bin"}}) { + ddebug ("auto bin pattern $d\n"); + } + for my $d (@{$autopatterns{$cat}{"src"}}) { + ddebug ("auto src pattern $d\n"); + } + for my $d (@{$autopatterns{$cat}{"doc"}}) { + ddebug ("auto doc pattern $d\n"); + } + for my $d (@{$autopatterns{$cat}{"run"}}) { + ddebug ("auto run pattern $d\n"); + } + } + + return %autopatterns; +} + + +# member access functions +# +sub _srcfile { + my $self = shift; + if (@_) { $self->{'_srcfile'} = shift } + return $self->{'_srcfile'}; +} +sub name { + my $self = shift; + if (@_) { $self->{'name'} = shift } + return $self->{'name'}; +} +sub category { + my $self = shift; + if (@_) { $self->{'category'} = shift } + return $self->{'category'}; +} +sub shortdesc { + my $self = shift; + if (@_) { $self->{'shortdesc'} = shift } + return $self->{'shortdesc'}; +} +sub longdesc { + my $self = shift; + if (@_) { $self->{'longdesc'} = shift } + return $self->{'longdesc'}; +} +sub catalogue { + my $self = shift; + if (@_) { $self->{'catalogue'} = shift } + return $self->{'catalogue'}; +} +sub srcpatterns { + my $self = shift; + if (@_) { @{ $self->{'srcpatterns'} } = @_ } + if (defined($self->{'srcpatterns'})) { + return @{ $self->{'srcpatterns'} }; + } else { + return; + } +} +sub docpatterns { + my $self = shift; + if (@_) { @{ $self->{'docpatterns'} } = @_ } + if (defined($self->{'docpatterns'})) { + return @{ $self->{'docpatterns'} }; + } else { + return; + } +} +sub binpatterns { + my $self = shift; + if (@_) { @{ $self->{'binpatterns'} } = @_ } + if (defined($self->{'binpatterns'})) { + return @{ $self->{'binpatterns'} }; + } else { + return; + } +} +sub depends { + my $self = shift; + if (@_) { @{ $self->{'depends'} } = @_ } + return @{ $self->{'depends'} }; +} +sub runpatterns { + my $self = shift; + if (@_) { @{ $self->{'runpatterns'} } = @_ } + if (defined($self->{'runpatterns'})) { + return @{ $self->{'runpatterns'} }; + } else { + return; + } +} +sub executes { + my $self = shift; + if (@_) { @{ $self->{'executes'} } = @_ } + return @{ $self->{'executes'} }; +} +sub postactions { + my $self = shift; + if (@_) { @{ $self->{'postactions'} } = @_ } + return @{ $self->{'postactions'} }; +} + +format multilineformat = +longdesc ^<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<~~ +$_tmp +. + +1; +__END__ + + +=head1 NAME + +C -- TeX Live Package Source module + +=head1 SYNOPSIS + + use TeXLive::TLPSRC; + + my $tlpsrc = TeXLive::TLPSRC->new(name => "foobar"); + $tlpsrc->from_file("/some/tlpsrc/package.tlpsrc"); + $tlpsrc->from_file("package"); + $tlpsrc->writeout; + $tlpsrc->writeout(\*FILEHANDLE); + +=head1 DESCRIPTION + +The C module handles TeX Live Package Source +(C<.tlpsrc>) files, which contain all (and only) the information which +cannot be automatically derived from other sources, notably the TeX Live +directory tree and the TeX Catalogue. In other words, C<.tlpsrc> files +are hand-maintained. + +=head1 FILE SPECIFICATION + +A C file consists of lines of the form: + +I I + +where I can be C, C, C, C, +C, C, C, C, C, +C, C, or C. + +Continuation lines are supported via a trailing backslash. That is, if +the C<.tlpsrc> file contains two physical lines like this: + + foo\ + bar + +they are concatenated into C. The newline is removed; no other +whitespace is added or removed, so typically the continuation line +starts with one or more spaces. + +Comment lines begin with a # and continue to the end of the line. + +Blank lines are ignored. + +The meaning of the Is are: + +=over 4 + +=item C + +identifies the package; C must consist only of C<[-_a-zA-Z0-9]>, +i.e., with what Perl considers a C<\w>. + +There are three exceptions to this rule: + +=over 8 + +=item B + +where B is a supported architecture-os combination. This has two +uses. First, packages are split (automatically) into containers for the +different architectures to make possible installations including only +the necessary binaries. Second, one can add 'one-arch-only' packages, +often used to deal with Windows peculiarities. + +=item B<00texlive>I + +These packages are used for internal operation and storage containers +for settings. I<00texlive> packages are never be split into separate +arch-packages, and containers are never generated for these packages. + +The full list of currently used packages of this type is: + +=over 8 + +=item B<00texlive.config> + +This package contains configuration options for the TeX Live archive. +If container_split_{doc,src}_files occurs in the depend lines the +{doc,src} files are split into separate containers (.tar.xz) +during container build time. Note that this has NO effect on the +appearance within the texlive.tlpdb. It is only on container level. +The container_format/XXXXX specifies the format, currently allowed +is only "xz", which generates .tar.xz files. zip can be supported. +release/NNNN specifies the release number as used in the installer. + +=item B<00texlive.installation> + +This package serves a double purpose: + +1. at installation time the present values are taken as default for +the installer + +2. on an installed system it serves as configuration file. Since +we have to remember these settings for additional package +installation, removal, etc. + +=item B<00texlive.image> + +This package collects some files which are not caught by any of the +other TL packages. Its primary purpose is to make the file coverage +check happy. The files here are not copied by the installer +and containers are not built; they exist only in the +full DVD image. + +=item B<00texlive.installer> + +This package defines the files to go into the installer +archives (install-tl-unx.tar.gz, install-tl.zip) built +by the tl-make-installer script. Most of what's here is also +included in the texlive.infra package -- ordinarily duplicates +are not allowed, but in this case, 00texlive.installer is never +used *except* to build the installer archives, so it's ok. + +=back + +=item BI + +(notice the dot in the package name) These packages are central TeX Live +internal packages and are treated as usual packages in (more or less) +all respects, but have that extra dot to be sure they will never clash +with any package that can possibly appear on CTAN. The only such +package currently is C, which contains L and other +basic infrastructure functionality. + +=back + +=item C + +identifies the category into which this package belongs. This determines +the default patterns applied. Possible categories are defined in +C, currently C, C, C, +C, C. Most packages will fall into the C +category. + +=item C + +identifies the name under which this package can be found in the TeX +Catalogue. + +=item C + +gives a one line description of the package. Subsequent entries will +overwrite the former ones. In TeX Live only used for collections and +schemes. + +=item C + +gives a long description of the package. Susequent entries are +concatenated into a long text. In TeX Live only used for collections and +schemes. + +=item C + +gives the list of dependencies, which are just other package names. +All the C lines contribute to the dependencies of the package. +Examples: + + depend cm + depend plain + depend collection-basic + +=item C + +gives a free form entry of install time jobs to be executed. Currently +the following possible values are understood by the installers: + +=over 4 + +=item C IC<.map> + +enables the font map file IC<.map> in the C file. + +=item C IC<.map> + +enables the font map file IC<.map> for Mixed mode in the +C file. + +=item C file=I [I...]> + +activates the hyphenation pattern with name I and load the file +I for that language. The additional variables I are: +C, C (both integers), and C (a +comma-separated list of alias names for that hyphenation). + +=item C engine=I [I...]> + +activates the format with name I based on the engine I. The +additional variables I are: +C which can only be equal to C in which case the format +will only be mentioned but disabled (prefixed with C<#!>; +C which gives the patterns file, if not present C<-> is used; +C which gives the additional options for the C file. + +=back + +=item C + +gives a free from entry of post install and removal actions to be +executed. The difference to the C statement is that +C is concerned with system integration, i.e., adjusting +things outside the installation directory, while C touches +only things within the installation. + +Currently the following Cs are understood: + +=over 4 + +=item C type=menu|desktop icon=I cmd=I args=I hide=0|1> + +On W32 creates a shortcut either in the main TeX Live menu or on the +desktop. Please see the documentation of TeXLive::TLWinGoo for details +on the parameters. + +=item C cmd=I> + +On W32 associates the file type I with the command I. + +=item C filetype=I> + +On W32 declares files with the extenstion I<.ext> of file type I. + +=item C [filew32=I]> + +This postaction executes the given I with two arguments, the first +being the root of the installation, the second being either the string +C or C. + +If the C argument is given this script is run on Windows systems +instead of the one given via C. + +=back + +=item C<(src|run|doc|bin)pattern> I + +adds a pattern (next section) to the respective list of patterns. + +=back + +=head1 PATTERNS + +Patterns specify which files are to be included into a C at +expansion time. Patterns are of the form + + [PREFIX]TYPE[/[!]ARCHSPEC] PAT + +where + + PREFIX = + | +! | ! + TYPE = t | f | d | r + ARCHSPEC = + +Simple patterns without PREFIX and ARCHSPEC specifications are explained +first. + +=over 4 + +=item C I + +includes all files which match C where B the last component +of C can contain the usual glob characters C<*> and C (but no +others!). + +=item C I + +includes all the files in and below the directory specified as C. + +=item C I + +includes all the files in and below all directories of the form + + word1/word2/.../wordN/.../any/dirs/.../wordL/ + +i.e., all the first words but the last form the prefix of the path, then +there can be an arbitrary number of subdirectories, followed by C +as the final directory. A real life example from C: + + runpattern t texmf-dist fonts omega + +matches C, where C<**> matches any number of +intervening subdirectories, e.g.: + + texmf-dist/fonts/ofm/public/omega + texmf-dist/fonts/tfm/public/omega + texmf-dist/fonts/type1/public/omega + +=item C I + +includes all files matching the regexp C + +=item C I [ ...] + +includes auto generated patterns for each I as if the package +itself would be named I. That is useful if a package (like venturisadf) +contains toplevel directories named after different fonts. + +=back + +=head2 Special patterns + +=over 4 + +=item PREFIX + +If the C contains the symbol C the meaning of the pattern is +reversed, i.e., files matching this pattern are removed from the list of +included files. + +The prefix C<+> means to append to the list of automatically synthesized +patterns, instead of replacing them. + +The C<+> and C prefixes can be combined. This is useful to exclude +directories from the automatic pattern list. For example, +C contains this line: + + docpattern +!d texmf-dist/doc/latex/tufte-latex/graphics + +so that this subdirectory of the C package that happens to +be named `graphics' is not mistakenly included in the C +package. + +=item Auto-generated patterns + +If a given pattern section is empty or B the provided patterns have +the prefix C<+> (e.g., C<+f ...>), then the following patterns, listed +by type are I added at expansion time. Note that this list +is not definitive, but is taken from the patterns of tlpsrc files +named C<00texlive.autopatterns.>IC<.tlpsrc>. + +=over 4 + +=item C + +For category C: + + t texmf-dist topdir $name + +where C is one of: C, C, C, C, +C, C, C, C, C, C, +C, C. + +For category C: + + d texmf-dist/tex/context/third/%context-:NAME% + d texmf-dist/metapost/context/third/%context-:NAME% + f texmf-dist/tex/context/interface/third/*%context-:NAME%.xml + +(where C<%context-:NAME%> is replaced by the package name with an initial +C is removed. E.g., if the package is called C +the replacement in the above rules will be C.) + +For other categories B patterns are automatically added to the +list of Cs. + +=item C + +for category C: + + t texmf-dist doc $name + +for category C: + + d texmf-dist/doc/context/third/%context-:NAME% + +(see above for the C construct) + +=item C + +for category C: + + t texmf-dist source $name + +for category C: + + d texmf-dist/source/context/third/%context-:NAME% + +(see above for the C construct) + +=item C + +No Cs are ever automatically added. + +=back + +=item Special treatment of binpatterns + +The binpatterns have to deal with all the different architectures. To +ease the writing of patterns, we have the following: + +=over 4 + +=item Architecture expansion + +In case the string C<${>I} occurs in one C it is +automatically expanded to the respective architecture. + +=item C for Windows + +Cs that match Windows, e.g., C or C, also match the files C, C, +C, C, and C. + +In addition, C and C are matched. + +The above two properties allows to capture the binaries for all +architectures in one binpattern + + binpattern f bin/${ARCH}/dvips + +and would get C into the runfiles for C. + +This C/C/etc. expansion I works for patterns of the C +type. + +=item ARCHSPEC specification of a pattern + +Sometimes files should be included into the list of binfiles of a +package only for some architectures, or for all but some architectures. +This can be done by specifying the list of architectures for which this +pattern should be matched after the pattern specifier using a C: + + binpattern f/win32 tlpkg/bin/perl.exe + +will include the file C only in the binfiles for +the architecture C. Another example: + + binpattern f/arch1,arch2,arch3 path/$ARCH/foo/bar + +This will only try to match this pattern for arch1, arch2, and arch3. + +Normally, a binpattern is matched against all possible architectures. If +you want to exclude some architectures, instead of listing all the ones +you want to include as above, you can prefix the list of architectures +with a ! and these architectures will not be tested. Example: + + binpattern f/!arch1,arch2 path/$ARCH/foo/bar + +will be matched against all architectures I arch1 and arch2. + +=back + +=back + + +=head1 MEMBER ACCESS FUNCTIONS + +For any of the above Is a function + + $tlpsrc->key + +is available, which returns the current value when called without an argument, +and sets the respective value when called with an argument. + +Arguments and return values for C, C, C, +C, C are single scalars. Arguments and return values +for C, C, and the various C are lists. + +In addition, the C<_srcfile> member refers to the filename for this +C object, if set (normally by C). + +=head1 OTHER FUNCTIONS + +The following functions can be called for a C object: + +=over 4 + +=item C + +The constructor C returns a new C object. The arguments +to the C constructor can be in the usual hash representation for +the different keys above: + + $tlpsrc = TLPSRC->new (name => "foobar", + shortdesc => "The foobar package"); + +=item C + +reads a C file from disk. C can either be a full path +(if it's readable, it's used), or just a package identifier such as +C. In the latter case, the directory searched is the C +sibling of the C package directory where C was found. + + $tlpsrc=new TeXLive::TLPSRC; + $tlpsrc->from_file("/path/to/the/tlpsrc/somepkg.tlpsrc"); + $tlpsrc->from_file("somepkg"); + +=item C + +writes the textual representation of a C object to stdout, or the +filehandle if given: + + $tlpsrc->writeout; + $tlpsrc->writeout(\*FILEHANDLE); + +=item C + +creates a C object from a C object and a C object. +This function does the necessary work to expand the manual data and +enrich it which the actual content from C<$tltree> to a C object. + +=back + +=head1 SEE ALSO + +The modules L, L, L, +L, L. + +The programs L and L. + +=head1 AUTHORS AND COPYRIGHT + +This script and its documentation were written for the TeX Live +distribution (L) and both are licensed under the +GNU General Public License Version 2 or later. + +=cut + +### Local Variables: +### perl-indent-level: 2 +### tab-width: 2 +### indent-tabs-mode: nil +### End: +# vim:set tabstop=2 expandtab: # diff -Nru texlive-lang-2007.dfsg.4/tlpkg/TeXLive/TLTREE.pm texlive-lang-2009/tlpkg/TeXLive/TLTREE.pm --- texlive-lang-2007.dfsg.4/tlpkg/TeXLive/TLTREE.pm 1970-01-01 01:00:00.000000000 +0100 +++ texlive-lang-2009/tlpkg/TeXLive/TLTREE.pm 2009-11-01 03:01:18.000000000 +0000 @@ -0,0 +1,380 @@ +# $Id: TLTREE.pm 15921 2009-11-01 03:01:18Z preining $ +# TeXLive::TLTREE.pm - work with the tree of all files +# Copyright 2007, 2008, 2009 Norbert Preining +# +# This file is licensed under the GNU General Public License version 2 +# or any later version. + +package TeXLive::TLTREE; + +my $svnrev = '$Revision: 15921 $'; +my $_modulerevision; +if ($svnrev =~ m/: ([0-9]+) /) { + $_modulerevision = $1; +} else { + $_modulerevision = "unknown"; +} +sub module_revision { + return $_modulerevision; +} + +use TeXLive::TLUtils; + +sub new { + my $class = shift; + my %params = @_; + my $self = { + svnroot => $params{'svnroot'}, + archs => $params{'archs'}, + revision => $params{'revision'}, + # private stuff + _allfiles => {}, + _dirtree => {}, + _dirnames => {}, + _filesofdir => {}, + _subdirsofdir => {}, + }; + bless $self, $class; + return $self; +} + +sub init_from_svn { + my $self = shift; + die "undefined svn root" if !defined($self->{'svnroot'}); + my @lines = `cd $self->{'svnroot'} && svn status -v`; + my $retval = $?; + if ($retval != 0) { + $retval /= 256 if $retval > 0; + tldie("TLTree: svn status -v returned $retval, stopping.\n"); + } + $self->_initialize_lines(@lines); +} + +sub init_from_statusfile { + my $self = shift; + die "need filename of svn status file" if (@_ != 1); + open(TMP,"<$_[0]") || die "open of svn status file($_[0]) failed: $!"; + my @lines = ; + close(TMP); + $self->_initialize_lines(@lines); +} +sub init_from_files { + my $self = shift; + my $svnroot = $self->{'svnroot'}; + #my @lines = `find $svnroot ! -wholename '*/.svn*'`; + my @lines = `find $svnroot`; + my $retval = $?; + if ($retval != 0) { + $retval /= 256 if $retval > 0; + tldie("TLTree: find $svnroot returned $retval, stopping.\n"); + } + @lines = grep(!/\/\.svn/ , @lines); + @lines = map { s@^$svnroot@@; s@^/@@; " 1 1 dummy $_" } @lines; + $self->{'revision'} = 1; + $self->_initialize_lines(@lines); +} + +sub _initialize_lines { + my $self = shift; + my @lines = @_; + my %archs; + # we first chdir to the svn root, we need it for file tests + chomp (my $oldpwd = `pwd`); + chdir($self->svnroot) || die "chdir($self->{svnroot}) failed: $!"; + foreach my $l (@lines) { + chomp($l); + next if ($l =~ /^\?/); # ignore files not under version control + if ($l =~ /^(.)(.)(.)(.)(.)(.)..\s*(\d+)\s+([\d\?]+)\s+([\w\?]+)\s+(.+)$/) { + $self->{'revision'} = $7 unless defined($self->{'revision'}); + my $lastchanged = ($8 eq "?" ? 1 : $8); + my $entry = "$10"; + next if ($1 eq "D"); # ignore files which are removed + next if -d $entry; # TODO: what to do with links??? + # collect architectures, assuming nothing is in bin/ but arch subdirs. + if ($entry =~ m,^bin/([^/]*)/,) { + $archs{$1} = 1; + } + $self->{'_allfiles'}{$entry}{'lastchangedrev'} = $lastchanged; + $self->{'_allfiles'}{$entry}{'size'} = (lstat $entry)[7]; + my $fn = TeXLive::TLUtils::basename($entry); + my $dn = TeXLive::TLUtils::dirname($entry); + add_path_to_tree($self->{'_dirtree'}, split("[/\\\\]", $dn)); + push @{$self->{'_filesofdir'}{$dn}}, $fn; + } elsif ($l != ' 1 1 dummy ') { + tlwarn("Ignoring svn status output line:\n $l\n"); + } + } + # save list of architectures + $self->architectures(keys(%archs)); + # now do some magic + # - create list of top level dirs with a list of full path names of + # the respective dir attached + $self->walk_tree(\&find_alldirs); + + chdir($oldpwd) || die "chdir($oldpwd) failed: $!"; +} + +sub print { + my $self = shift; + $self->walk_tree(\&print_node); +} + +sub find_alldirs { + my ($self,$node, @stackdir) = @_; + my $tl = $stackdir[-1]; + push @{$self->{'_dirnames'}{$tl}}, join("/", @stackdir); + if (keys(%{$node})) { + my $pa = join("/", @stackdir); + push @{$self->{'_subdirsofdir'}{$pa}}, keys(%{$node}); + } +} + +sub print_node { + my ($self,$node, @stackdir) = @_; + my $dp = join("/", @stackdir); + if ($self->{'_filesofdir'}{$dp}) { + foreach my $f (@{$self->{'_filesofdir'}{$dp}}) { + print "dp=$dp file=$f\n"; + } + } + if (! keys(%{$node})) { + print join("/", @stackdir) . "\n"; + } +} + +sub walk_tree { + my $self = shift; + my (@stack_dir); + $self->_walk_tree1($self->{'_dirtree'},@_, @stack_dir); +} + +sub _walk_tree1 { + my $self = shift; + my ($node,$pre_proc, $post_proc, @stack_dir) = @_; + my $v; + for my $k (keys(%{$node})) { + push @stack_dir, $k; + $v = $node->{$k}; + if ($pre_proc) { &{$pre_proc}($self, $v, @stack_dir) } + $self->_walk_tree1 (\%{$v}, $pre_proc, $post_proc, @stack_dir); + $v = $node->{$k}; + if ($post_proc) { &{$post_proc}($self, $v, @stack_dir) } + pop @stack_dir; + } +} + +sub add_path_to_tree { + my ($node, @path) = @_; + my ($current); + + while (@path) { + $current = shift @path; + if ($$node{$current}) { + $node = $$node{$current}; + } else { + $$node{$current} = { }; + $node = $$node{$current}; + } + } + return $node; +} + +sub file_svn_lastrevision { + my $self = shift; + my $fn = shift; + if (defined($self->{'_allfiles'}{$fn})) { + return($self->{'_allfiles'}{$fn}{'lastchangedrev'}); + } else { + return(undef); + } +} + +sub size_of { + my ($self,$f) = @_; + if (defined($self->{'_allfiles'}{$f})) { + return($self->{'_allfiles'}{$f}{'size'}); + } else { + return(undef); + } +} + +# return a per-architecture hash ref for TYPE eq "bin", +# list ref for all others. +# +=pod + +The function B takes as arguments the type of the pattern +(bin, src, doc, run), the pattern itself, and an options architecture. +It returns a list of files matching that pattern (in the case +of bin patterns for that arch). + +=cut + +sub get_matching_files { + my ($self, $type, $p, $arch) = @_; + if ($type eq "bin") { + my $ARCH = $arch; + my $newp; + eval "\$newp = \"$p\""; + return($self->_get_matching_files($type,$newp)); + } else { # non-bin pattern + return($self->_get_matching_files($type,$p)); + } +} + + +sub _get_matching_files { + my ($self, $type, $p) = @_; + my ($pattype,$patdata,@rest) = split ' ',$p; + my @matchfiles; + if ($pattype eq "t") { + @matchfiles = $self->_get_files_matching_dir_pattern($type,$patdata,@rest); + } elsif ($pattype eq "f") { + @matchfiles = $self->_get_files_matching_glob_pattern($type,$patdata); + } elsif ($pattype eq "r") { + @matchfiles = $self->_get_files_matching_regexp_pattern($type,$patdata); + } elsif ($pattype eq "d") { + @matchfiles = $self->files_under_path($patdata); + } else { + die "Unknown pattern pattern type `$pattype' in $p"; + } + ddebug("p=$p; matchfiles=@matchfiles\n"); + return @matchfiles; +} + +# +# we transform a glob pattern to a regexp pattern: +# currently supported globs: ? * +# +# sequences of subsitutions: +# . -> \. +# * -> .* +# ? -> . +# + -> \+ +sub _get_files_matching_glob_pattern +{ + my $self = shift; + my ($type,$globline) = @_; + my @returnfiles; + + my $dirpart = TeXLive::TLUtils::dirname($globline); + my $basepart = TeXLive::TLUtils::basename($globline); + $basepart =~ s/\./\\./g; + $basepart =~ s/\*/.*/g; + $basepart =~ s/\?/./g; + $basepart =~ s/\+/\\+/g; + return unless (defined($self->{'_filesofdir'}{$dirpart})); + + my @candfiles = @{$self->{'_filesofdir'}{$dirpart}}; + for my $f (@candfiles) { + ddebug("matching $f in $dirpart via glob $globline\n"); + if ($f =~ /^$basepart$/) { + ddebug("hit: globline=$globline, $dirpart/$f\n"); + if ("$dirpart" eq ".") { + push @returnfiles, "$f"; + } else { + push @returnfiles, "$dirpart/$f"; + } + } + } + + if ($dirpart =~ m,^bin/(win32|i386-cygwin), + || $dirpart =~ m,tlpkg/installer,) { + # for windows-iwsh we want to automatch more extensions. + foreach my $f (@candfiles) { + my $w32_binext; + if ($dirpart =~ m,^bin/i386-cygwin,) { + $w32_binext = "exe"; # cygwin has .exe but nothing else + } else { + $w32_binext = "(exe|dll)(.manifest)?|texlua|bat|cmd"; + } + ddebug("matching $f in $dirpart via glob $globline.($w32_binext)\n"); + if ($f =~ /^$basepart\.($w32_binext)$/) { + ddebug("hit: globline=$globline, $dirpart/$f\n"); + if ("$dirpart" eq ".") { + push @returnfiles, "$f"; + } else { + push @returnfiles, "$dirpart/$f"; + } + } + } + } + return @returnfiles; +} + +sub _get_files_matching_regexp_pattern { + my $self = shift; + my ($type,$regexp) = @_; + my @returnfiles; + FILELABEL: foreach my $f (keys(%{$self->{'_allfiles'}})) { + if ($f =~ /^$regexp$/) { + TeXLive::TLUtils::push_uniq(\@returnfiles,$f); + next FILELABEL; + } + } + return(@returnfiles); +} + +sub _get_files_matching_dir_pattern { + my ($self,$type,@patwords) = @_; + my $tl = pop @patwords; + my @returnfiles; + if (defined($self->{'_dirnames'}{$tl})) { + foreach my $tld (@{$self->{'_dirnames'}{$tl}}) { + if (index($tld,join("/",@patwords)."/") == 0) { + my @files = $self->files_under_path($tld); + TeXLive::TLUtils::push_uniq(\@returnfiles, @files); + } + } + } + return(@returnfiles); +} + +sub files_under_path { + my $self = shift; + my $p = shift; + my @files = (); + foreach my $aa (@{$self->{'_filesofdir'}{$p}}) { + TeXLive::TLUtils::push_uniq(\@files, $p . "/" . $aa); + } + if (defined($self->{'_subdirsofdir'}{$p})) { + foreach my $sd (@{$self->{'_subdirsofdir'}{$p}}) { + my @sdf = $self->files_under_path($p . "/" . $sd); + TeXLive::TLUtils::push_uniq (\@files, @sdf); + } + } + return @files; +} + + +# +# member access functions +# +sub svnroot { + my $self = shift; + if (@_) { $self->{'svnroot'} = shift }; + return $self->{'svnroot'}; +} + +sub revision { + my $self = shift; + if (@_) { $self->{'revision'} = shift }; + return $self->{'revision'}; +} + + +sub architectures { + my $self = shift; + if (@_) { @{ $self->{'archs'} } = @_ } + return exists $self->{'archs'} ? @{ $self->{'archs'} } : undef; +} + + +1; + +### Local Variables: +### perl-indent-level: 2 +### tab-width: 2 +### indent-tabs-mode: nil +### End: +# vim:set tabstop=2 expandtab: # diff -Nru texlive-lang-2007.dfsg.4/tlpkg/TeXLive/TLUtils.pm texlive-lang-2009/tlpkg/TeXLive/TLUtils.pm --- texlive-lang-2007.dfsg.4/tlpkg/TeXLive/TLUtils.pm 1970-01-01 01:00:00.000000000 +0100 +++ texlive-lang-2009/tlpkg/TeXLive/TLUtils.pm 2009-11-01 10:20:34.000000000 +0000 @@ -0,0 +1,3258 @@ +# $Id: TLUtils.pm 15923 2009-11-01 10:20:34Z trzeciak $ +# The inevitable utilities for TeX Live. +# +# Copyright 2007, 2008, 2009 Norbert Preining, Reinhard Kotucha +# This file is licensed under the GNU General Public License version 2 +# or any later version. + +package TeXLive::TLUtils; + +my $svnrev = '$Revision: 15923 $'; +my $_modulerevision; +if ($svnrev =~ m/: ([0-9]+) /) { + $_modulerevision = $1; +} else { + $_modulerevision = "unknown"; +} +sub module_revision { + return $_modulerevision; +} + +=pod + +=head1 NAME + +C -- utilities used in the TeX Live infrastructure + +=head1 SYNOPSIS + + use TeXLive::TLUtils; + +=head2 Platform Detection + + TeXLive::TLUtils::platform(); + TeXLive::TLUtils::platform_desc($platform); + TeXLive::TLUtils::win32(); + TeXLive::TLUtils::unix(); + +=head2 System Tools + + TeXLive::TLUtils::getenv($string); + TeXLive::TLUtils::which($string); + TeXLive::TLUtils::get_system_tmpdir(); + TeXLive::TLUtils::tl_tmpdir(); + TeXLive::TLUtils::xchdir($dir); + TeXLive::TLUtils::xsystem(@args); + TeXLive::TLUtils::run_cmd($cmd); + +=head2 File Utilities + + TeXLive::TLUtils::dirname($path); + TeXLive::TLUtils::basename($path); + TeXLive::TLUtils::dirname_and_basename($path); + TeXLive::TLUtils::dir_writable($path); + TeXLive::TLUtils::dir_creatable($path); + TeXLive::TLUtils::mkdirhier($path); + TeXLive::TLUtils::rmtree($root, $verbose, $safe); + TeXLive::TLUtils::copy($file, $target_dir); + TeXLive::TLUtils::touch(@files); + TeXLive::TLUtils::collapse_dirs(@files); + TeXLive::TLUtils::removed_dirs(@files); + TeXLive::TLUtils::download_file($path, $destination [, $progs ]); + TeXLive::TLUtils::setup_programs($bindir, $platform); + TeXLive::TLUtils::tlcmp($file, $file); + +=head2 Installer Functions + + TeXLive::TLUtils::make_var_skeleton($path); + TeXLive::TLUtils::make_local_skeleton($path); + TeXLive::TLUtils::create_fmtutil($tlpdb,$dest,$localconf); + TeXLive::TLUtils::create_updmap($tlpdb,$dest,$localconf); + TeXLive::TLUtils::create_language_dat($tlpdb,$dest,$localconf); + TeXLive::TLUtils::create_language_def($tlpdb,$dest,$localconf); + TeXLive::TLUtils::time_estimate($totalsize, $donesize, $starttime) + TeXLive::TLUtils::install_packages($from_tlpdb,$media,$to_tlpdb,$what,$opt_src, $opt_doc)>); + TeXLive::TLUtils::install_package($what, $filelistref, $target, $platform); + TeXLive::TLUtils::do_postaction($how, $tlpobj, $do_fileassocs, $do_shortcuts, $do_script); + TeXLive::TLUtils::announce_execute_actions($how, @executes); + TeXLive::TLUtils::add_symlinks($root, $arch, $sys_bin, $sys_man, $sys_info); + TeXLive::TLUtils::remove_symlinks($root, $arch, $sys_bin, $sys_man, $sys_info); + TeXLive::TLUtils::w32_add_to_path($bindir, $multiuser); + TeXLive::TLUtils::w32_remove_from_path($bindir, $multiuser); + +=head2 Miscellaneous + + TeXLive::TLUtils::sort_uniq(@list); + TeXLive::TLUtils::push_uniq(\@list, @items); + TeXLive::TLUtils::member($item, @list); + TeXLive::TLUtils::merge_into(\%to, \%from); + TeXLive::TLUtils::texdir_check($texdir); + TeXLive::TLUtils::conv_to_w32_path($path); + TeXLive::TLUtils::give_ctan_mirror(); + TeXLive::TLUtils::give_ctan_mirror_base(); + TeXLive::TLUtils::tlmd5($path); + TeXLive::TLUtils::compare_tlpobjs($tlpA, $tlpB); + TeXLive::TLUtils::compare_tlpdbs($tlpdbA, $tlpdbB); + TeXLive::TLUtils::report_tlpdb_differences(\%ret); + +=head1 DESCRIPTION + +=cut + +BEGIN { + use Exporter (); + use vars qw( @ISA @EXPORT_OK @EXPORT); + @ISA = qw(Exporter); + @EXPORT_OK = qw( + &platform + &platform_desc + &unix + &getenv + &which + &get_system_tmpdir + &dirname + &basename + &dirname_and_basename + &dir_writable + &dir_creatable + &mkdirhier + &rmtree + © + &touch + &collapse_dirs + &removed_dirs + &install_package + &install_packages + &make_var_skeleton + &make_local_skeleton + &create_fmtutil + &create_updmap + &create_language_dat + &create_language_def + &parse_AddFormat_line + &parse_AddHyphen_line + &sort_uniq + &push_uniq + &texdir_check + &member + "ewords + &conv_to_w32_path + &untar + &merge_into + &welcome + &welcome_paths + &give_ctan_mirror + &give_ctan_mirror_base + &tlmd5 + &xsystem + &run_cmd + &announce_execute_actions + &add_symlinks + &remove_symlinks + &w32_add_to_path + &w32_remove_from_path + &tlcmp + &time_estimate + &compare_tlpobjs + &compare_tlpdbs + &report_tlpdb_differences + ); + @EXPORT = qw(setup_programs download_file process_logging_options + tldie tlwarn info log debug ddebug dddebug debug_hash + win32 xchdir xsystem run_cmd); +} + +use Cwd; +use Digest::MD5; +use Getopt::Long; +use File::Temp; + +use TeXLive::TLConfig; +$::opt_verbosity = 0; # see process_logging_options + + +=head2 Platform Detection + +=over 4 + +=item C + +If C<$^O=~/MSWin(32|64)$/i> is true we know that we're on +Windows and we set the global variable C<$::_platform_> to C. +Otherwise we call C. The output of C +is filtered as described below. + +CPU type is determined by a regexp, and any C name is replaced +by C. + +For OS we need a list because what's returned is not likely to match our +historical names, e.g., C returns C but we need +C. This list might/should contain OSs which are not currently +supported. + +If a particular platform is not found in this list we use the regexp +C as a last resort and hope it provides something useful. + +The result is stored in a global variable C<$::_platform_>, and +subsequent calls just return that value. + +=cut + +sub platform { + unless (defined $::_platform_) { + if ($^O=~/^MSWin(32|64)$/i) { + $::_platform_="win32"; + } else { + my $config_guess = "$::installerdir/tlpkg/installer/config.guess"; + my @OSs = qw(aix cygwin darwin freebsd hpux irix linux netbsd + openbsd solaris); + + # We cannot rely on #! in config.guess but have to call /bin/sh + # explicitly because sometimes the 'noexec' flag is set in + # /etc/fstab for ISO9660 file systems. + chomp (my $guessed_platform = `/bin/sh $config_guess`); + + # For example, if the disc or reader has hardware problems. + die "$0: could not run $config_guess, cannot proceed, sorry" + if ! $guessed_platform; + + $guessed_platform =~ s/^x86_64-(.*)-freebsd/amd64-$1-freebsd/; + my $CPU; # CPU type as reported by config.guess. + my $OS; # O/S type as reported by config.guess. + ($CPU = $guessed_platform) =~ s/(.*?)-.*/$1/; + $CPU =~ s/^alpha(.*)/alpha/; # alphaev56 or whatever + $CPU =~ s/powerpc64/powerpc/; # we don't distinguish on ppc64 + for my $os (@OSs) { + $OS = $os if $guessed_platform =~ /$os/; + } + if ($OS eq "darwin") { + $CPU = "universal"; # TL provides universal binaries + } elsif ($CPU =~ /^i.86$/) { + $CPU = "i386"; # 586, 686, whatever + } + unless (defined $OS) { + ($OS = $guessed_platform) =~ s/.*-(.*)/$1/; + } + $::_platform_ = "$CPU-$OS"; + } + } + return $::_platform_; +} + + +=item C + +Return a string which describes a particular platform identifier, e.g., +given C we return C. + +=cut + +sub platform_desc { + my ($platform) = @_; + + my %platform_name=( + 'alpha-linux' => 'DEC Alpha with GNU/Linux', + 'alphaev5-osf' => 'DEC Alphaev5 OSF', + 'amd64-freebsd' => 'x86_64 with FreeBSD', + 'hppa-hpux' => 'HP-UX', + 'i386-cygwin' => 'Intel x86 with Cygwin', + 'i386-darwin' => 'Intel x86 with MacOSX/Darwin', + 'i386-freebsd' => 'Intel x86 with FreeBSD', + 'i386-openbsd' => 'Intel x86 with OpenBSD', + 'i386-netbsd' => 'Intel x86 with NetBSD', + 'i386-linux' => 'Intel x86 with GNU/Linux', + 'i386-solaris' => 'Intel x86 with Sun Solaris', + 'mips-irix' => 'SGI IRIX', + 'powerpc-aix' => 'PowerPC with AIX', + 'powerpc-darwin' => 'PowerPC with MacOSX/Darwin', + 'powerpc-linux' => 'PowerPC with GNU/Linux', + 'sparc-linux' => 'Sparc with GNU/Linux', + 'sparc-solaris' => 'Sparc with Solaris', + 'universal-darwin' => 'universal binaries for MacOSX/Darwin', + 'win32' => 'Windows', + 'x86_64-linux' => 'x86_64 with GNU/Linux' + ); + + # the inconsistency between amd64-freebsd and x86_64-linux is + # unfortunate (it's the same hardware), but the os people say those + # are the conventional names on the respective os's, so ... + + if (exists $platform_name{$platform}) { + return "$platform_name{$platform}"; + } else { + my ($CPU,$OS) = split ('-', $platform); + return "$CPU with " . ucfirst "$OS"; + } +} + + +=item C + +Return C<1> if platform is Windows and C<0> otherwise. The test is +currently based on the value of Perl's C<$^O> variable. + +=cut + +sub win32 +{ + if ($^O=~/^MSWin(32|64)$/i) { + return 1; + } else { + return 0; + } + # the following needs config.guess, which is quite bad ... + # return (&platform eq "win32")? 1:0; +} + + +=item C + +Return C<1> if platform is UNIX and C<0> otherwise. + +=cut + +sub unix { + return (&platform eq "win32")? 0:1; +} + + +=back + +=head2 System Tools + +=over 4 + +=item C + +Get an environment variable. It is assumed that the environment +variable contains a path. On Windows all backslashes are replaced by +forward slashes as required by Perl. If this behavior is not desired, +use C<$ENV{"$variable"}> instead. C<0> is returned if the +environment variable is not set. + +=cut + +sub getenv { + my $envvar=shift; + my $var=$ENV{"$envvar"}; + return 0 unless (defined $var); + if (&win32) { + $var=~s!\\!/!g; # change \ -> / (required by Perl) + } + return "$var"; +} + + +=item C + +C does the same as the UNIX command C, but it is +supposed to work on Windows too. On Windows we have to try all the +extensions given in the C environment variable. We also try +without appending an extension because if C<$string> comes from an +environment variable, an extension might aleady be present. + +=cut + +sub which { + my ($prog) = @_; + my @PATH; + my $PATH = getenv('PATH'); + + if (&win32) { + my @PATHEXT = split (';', getenv('PATHEXT')); + push (@PATHEXT, ''); # in case argument contains an extension + @PATH = split (';', $PATH); + for my $dir (@PATH) { + for my $ext (@PATHEXT) { + if (-f "$dir/$prog$ext") { + return "$dir/$prog$ext"; + } + } + } + + } else { # not windows + @PATH = split (':', $PATH); + for my $dir (@PATH) { + if (-x "$dir/$prog") { + return "$dir/$prog"; + } + } + } + return 0; +} + +=item C + +Evaluate the environment variables C, C, and C in +order to find the system temporary directory. + +=cut + +sub get_system_tmpdir { + my $systmp=0; + $systmp||=getenv 'TMPDIR'; + $systmp||=getenv 'TMP'; + $systmp||=getenv 'TEMP'; + $systmp||='/tmp'; + return "$systmp"; +} + +=item C + +Create a temporary directory which is cleaned up as soon as the program +is terminated. + +=cut + +sub tl_tmpdir { + return (File::Temp::tempdir(CLEANUP => 1)); +} + +=item C + +C or die. + +=cut + +sub xchdir +{ + my ($dir) = @_; + chdir($dir) || die "$0: chdir($dir) failed: $!"; + ddebug("xchdir($dir) ok\n"); +} + + +=item C + +Run C and die if unsuccessful. + +=cut + +sub xsystem +{ + my (@args) = @_; + ddebug("running system(@args)\n"); + my $retval = system(@args); + if ($retval != 0) { + $retval /= 256 if $retval > 0; + my $pwd = cwd (); + die "$0: system(@args) failed in $pwd, status $retval"; + } +} + +=item C + +runs a command and captures its output. Then returns a list with the +output as first element and the return value (exit code) as second. + +=cut + +sub run_cmd { + my $cmd = shift; + my $output = `$cmd`; + my $retval = $?; + if ($retval != 0) { + $retval /= 256 if $retval > 0; + } + return ($output, $retval); +} + + + + +=back + +=head2 File Utilities + +=over 4 + +=item C + +Return C<$path> with its trailing C removed. + +=cut + +sub dirname { + my $path=shift; + if (win32) { + $path=~s!\\!/!g; + } + if ($path=~m!/!) { # dirname("foo/bar/baz") -> "foo/bar" + $path=~m!(.*)/.*!; + return $1; + } else { # dirname("ignore") -> "." + return "."; + } +} + + +=item C + +Return C<$path> with any leading directory components removed. + +=cut + +sub basename { + my $path=shift; + if (win32) { + $path=~s!\\!/!g; + } + if ($path=~m!/!) { # basename("foo/bar") -> "bar" + $path=~m!.*/(.*)!; + return $1; + } else { # basename("ignore") -> "ignore" + return $path; + } +} + + +=item C + +Return both C and C. Example: + + ($dirpart,$filepart) = dirname_and_basename ($path); + +=cut + +sub dirname_and_basename { + my $path=shift; + if (win32) { + $path=~s!\\!/!g; + } + $path=~/(.*)\/(.*)/; + return ("$1", "$2"); +} + + +=item C + +Tests whether its argument is a directory where we can create a directory. + +=cut + +sub dir_creatable { + $path=shift; + return 0 unless -d $path; + $path =~ s!\\!/!g if win32; + $path =~ s!/$!!g; + my $i = 0; + while (-e $path . "/" . $i) { $i++; } + my $d = $path."/".$i; + return 0 unless mkdir $d; + return 0 unless -d $d; + rmdir $d; + return 1; +} + + +=item C + +Tests whether its argument is writable by trying to write to +it. This function is necessary because the built-in C<-w> test just +looks at mode and uid/guid, which on Windows always returns true and +even on Unix is not always good enough for directories mounted from +a fileserver. + +=cut + +# Theoretically, the test below, which uses numbers as names, might +# lead to a race condition. OTOH, it should work even on a very +# broken Perl. + +# The Unix test gives the wrong answer when used under Windows Vista +# with one of the `virtualized' directories such as Program Files: +# lacking administrative permissions, it would write successfully to +# the virtualized Program Files rather than fail to write to the +# real Program Files. Ugh. + +sub dir_writable { + $path=shift; + return 0 unless -d $path; + $path =~ s!\\!/!g if win32; + $path =~ s!/$!!g; + my $i = 0; + while (-e $path . "/" . $i) { $i++; } + my $f = $path."/".$i; + return 0 unless open TEST, ">".$f; + my $written = 0; + $written = (print TEST "\n"); + close TEST; + unlink $f; + return $written; +} + + +=item C + +The function C does the same as the UNIX command C. +The optional parameter sets the permission flags. + +=cut + +sub mkdirhier { + my ($tree,$mode) = @_; + + return if (-d "$tree"); + my $subdir = ""; + + @dirs = split (/\//, $tree); + for my $dir (@dirs) { + $subdir .= "$dir/"; + if (! -d $subdir) { + if (defined $mode) { + mkdir ($subdir, $mode) + || die "$0: mkdir($subdir,$mode) failed, goodbye: $!\n"; + } else { + mkdir ($subdir) || die "$0: mkdir($subdir) failed, goodbye: $!\n"; + } + } + } +} + + +=item C + +The C function provides a convenient way to delete a +subtree from the directory structure, much like the Unix command C. +C takes three arguments: + +=over 4 + +=item * + +the root of the subtree to delete, or a reference to +a list of roots. All of the files and directories +below each root, as well as the roots themselves, +will be deleted. + +=item * + +a boolean value, which if TRUE will cause C to +print a message each time it examines a file, giving the +name of the file, and indicating whether it's using C +or C to remove it, or that it's skipping it. +(defaults to FALSE) + +=item * + +a boolean value, which if TRUE will cause C to +skip any files to which you do not have delete access +(if running under VMS) or write access (if running +under another OS). This will change in the future when +a criterion for 'delete permission' under OSs other +than VMS is settled. (defaults to FALSE) + +=back + +It returns the number of files successfully deleted. Symlinks are +simply deleted and not followed. + +B There are race conditions internal to the implementation of +C making it unsafe to use on directory trees which may be +altered or moved while C is running, and in particular on any +directory trees with any path components or subdirectories potentially +writable by untrusted users. + +Additionally, if the third parameter is not TRUE and C is +interrupted, it may leave files and directories with permissions altered +to allow deletion (and older versions of this module would even set +files and directories to world-read/writable!) + +Note also that the occurrence of errors in C can be determined I +by trapping diagnostic messages using C<$SIG{__WARN__}>; it is not apparent +from the return value. + +=cut + +#taken from File/Path.pm +# +my $Is_VMS = $^O eq 'VMS'; +my $Is_MacOS = $^O eq 'MacOS'; + +# These OSes complain if you want to remove a file that you have no +# write permission to: +my $force_writeable = ($^O eq 'os2' || $^O eq 'dos' || $^O eq 'MSWin32' || + $^O eq 'amigaos' || $^O eq 'MacOS' || $^O eq 'epoc'); + +sub rmtree { + my($roots, $verbose, $safe) = @_; + my(@files); + my($count) = 0; + $verbose ||= 0; + $safe ||= 0; + + if ( defined($roots) && length($roots) ) { + $roots = [$roots] unless ref $roots; + } else { + warn "No root path(s) specified"; + return 0; + } + + my($root); + foreach $root (@{$roots}) { + if ($Is_MacOS) { + $root = ":$root" if $root !~ /:/; + $root =~ s#([^:])\z#$1:#; + } else { + $root =~ s#/\z##; + } + (undef, undef, my $rp) = lstat $root or next; + $rp &= 07777; # don't forget setuid, setgid, sticky bits + if ( -d _ ) { + # notabene: 0700 is for making readable in the first place, + # it's also intended to change it to writable in case we have + # to recurse in which case we are better than rm -rf for + # subtrees with strange permissions + chmod($rp | 0700, ($Is_VMS ? VMS::Filespec::fileify($root) : $root)) + or warn "Can't make directory $root read+writeable: $!" + unless $safe; + + if (opendir my $d, $root) { + no strict 'refs'; + if (!defined ${"\cTAINT"} or ${"\cTAINT"}) { + # Blindly untaint dir names + @files = map { /^(.*)$/s ; $1 } readdir $d; + } else { + @files = readdir $d; + } + closedir $d; + } else { + warn "Can't read $root: $!"; + @files = (); + } + # Deleting large numbers of files from VMS Files-11 filesystems + # is faster if done in reverse ASCIIbetical order + @files = reverse @files if $Is_VMS; + ($root = VMS::Filespec::unixify($root)) =~ s#\.dir\z## if $Is_VMS; + if ($Is_MacOS) { + @files = map("$root$_", @files); + } else { + @files = map("$root/$_", grep $_!~/^\.{1,2}\z/s,@files); + } + $count += rmtree(\@files,$verbose,$safe); + if ($safe && + ($Is_VMS ? !&VMS::Filespec::candelete($root) : !-w $root)) { + print "skipped $root\n" if $verbose; + next; + } + chmod $rp | 0700, $root + or warn "Can't make directory $root writeable: $!" + if $force_writeable; + print "rmdir $root\n" if $verbose; + if (rmdir $root) { + ++$count; + } else { + warn "Can't remove directory $root: $!"; + chmod($rp, ($Is_VMS ? VMS::Filespec::fileify($root) : $root)) + or warn("and can't restore permissions to " + . sprintf("0%o",$rp) . "\n"); + } + } else { + if ($safe && + ($Is_VMS ? !&VMS::Filespec::candelete($root) + : !(-l $root || -w $root))) + { + print "skipped $root\n" if $verbose; + next; + } + chmod $rp | 0600, $root + or warn "Can't make file $root writeable: $!" + if $force_writeable; + print "unlink $root\n" if $verbose; + # delete all versions under VMS + for (;;) { + unless (unlink $root) { + warn "Can't unlink file $root: $!"; + if ($force_writeable) { + chmod $rp, $root + or warn("and can't restore permissions to " + . sprintf("0%o",$rp) . "\n"); + } + last; + } + ++$count; + last unless $Is_VMS && lstat $root; + } + } + } + $count; +} + + +=item C + +=item C + +Copy file C<$file> to directory C<$target_dir>, or to the C<$destfile> +in the second case. No external programs are involved. Since we need +C, the Perl module C is required. The time stamps +are preserved and symlinks are created on Unix systems. On Windows, +C<(-l $file)> will never return 'C' and so symlinks will be +(uselessly) copied as regular files. + +C invokes C if target directories do not exist. Files +have mode C<0777> if they are executable and C<0666> otherwise, with +the set bits in I cleared in each case. + +C<$file> can begin with a file:/ prefix. + +If C<$file> is not readable, we return without copying anything. (This +can happen when the database and files are not in perfect sync.) On the +other file, if the destination is not writable, or the writing fails, +that is a fatal error. + +=cut + +sub copy +{ + my $infile = shift; + my $filemode = 0; + if ($infile eq "-f") { # second argument is a file + $filemode = 1; + $infile = shift; + } + my $destdir=shift; + + my $outfile; + my @stat; + my $mode; + my $buffer; + my $offset; + my $filename; + my $dirmode = 0755; + my $blocksize = $TeXLive::TLConfig::BlockSize; + + $infile =~ s!^file://*!/!i; # remove file:/ url prefix + $filename = basename "$infile"; + if ($filemode) { + # given a destination file + $outfile = $destdir; + $destdir = dirname($outfile); + } else { + $outfile = "$destdir/$filename"; + } + + mkdirhier ($destdir) unless -d "$destdir"; + + if (-l "$infile") { + symlink (readlink $infile, "$destdir/$filename"); + } else { + if (! open (IN, $infile)) { + warn "open($infile) failed, not copying: $!"; + return; + } + binmode IN; + + $mode = (-x "$infile") ? oct("0777") : oct("0666"); + $mode &= ~umask; + + open (OUT, ">$outfile") || die "open(>$outfile) failed: $!"; + binmode OUT; + + chmod $mode, "$outfile"; + + while ($read = sysread (IN, $buffer, $blocksize)) { + die "read($infile) failed: $!\n" unless defined $read; + $offset = 0; + while ($read) { + $written = syswrite (OUT, $buffer, $read, $offset); + die "write($outfile) failed: $!" unless defined $written; + $read -= $written; + $offset += $written; + } + } + close (OUT) || warn "close($outfile) failed: $!"; + close IN || warn "close($infile) failed: $!";; + @stat = lstat ("$infile"); + utime ($stat[8], $stat[9], $outfile); + } +} + + +=item C + +Update modification and access time of C<@files>. Non-existent files +are created. + +=cut + +sub touch { + my @files=@_; + + foreach my $file (@_) { + if (-e $file) { + utime time, time, $file; + } else { + open TMP, ">>$file" && close TMP + or warn "Can't update timestamps of $file: $!\n"; + } + } +} + + + + + +=item C + +Return a (more or less) minimal list of directories and files, given an +original list of files C<@files>. That is, if every file within a given +directory is included in C<@files>, replace all of those files with the +absolute directory name in the return list. Any files which have +sibling files not included are retained and made absolute. + +We try to walk up the tree so that the highest-level directory +containing only directories or files that are in C<@files> is returned. +(This logic may not be perfect, though.) + +This is not just a string function; we check for other directory entries +existing on disk within the directories of C<@files>. Therefore, if the +entries are relative pathnames, the current directory must be set by the +caller so that file tests work. + +As mentioned above, the returned list is absolute paths to directories +and files. + +For example, suppose the input list is + + dir1/subdir1/file1 + dir1/subdir2/file2 + dir1/file3 + +If there are no other entries under C, the result will be +C. + +=cut + +sub collapse_dirs +{ + my (@files) = @_; + my @ret = (); + my %by_dir; + + # construct hash of all directories mentioned, values are lists of the + # files in that directory. + for my $f (@files) { + my $abs_f = Cwd::abs_path ($f); + die ("oops, no abs_path($f) from " . `pwd`) unless $abs_f; + (my $d = $abs_f) =~ s,/[^/]*$,,; + my @a = exists $by_dir{$d} ? @{$by_dir{$d}} : (); + push (@a, $abs_f); + $by_dir{$d} = \@a; + } + + # for each of our directories, see if we are given everything in + # the directory. if so, return the directory; else return the + # individual files. + for my $d (sort keys %by_dir) { + opendir (DIR, $d) || die "opendir($d) failed: $!"; + my @dirents = readdir (DIR); + closedir (DIR) || warn "closedir($d) failed: $!"; + + # initialize test hash with all the files we saw in this dir. + # (These idioms are due to "Finding Elements in One Array and Not + # Another" in the Perl Cookbook.) + my %seen; + my @rmfiles = @{$by_dir{$d}}; + @seen{@rmfiles} = (); + + # see if everything is the same. + my $ok_to_collapse = 1; + for my $dirent (@dirents) { + next if $dirent =~ /^\.(\.|svn)?$/; # ignore . .. .svn + + my $item = "$d/$dirent"; # prepend directory for comparison + if (! exists $seen{$item}) { + $ok_to_collapse = 0; + last; # no need to keep looking after the first. + } + } + + push (@ret, $ok_to_collapse ? $d : @{$by_dir{$d}}); + } + + if (@ret != @files) { + @ret = &collapse_dirs (@ret); + } + return @ret; +} + +=item C + +returns all the directories from which all content will be removed + +=cut + +# return all the directories from which all content will be removed +# +# idea: +# - create a hashes by_dir listing all files that should be removed +# by directory, i.e., key = dir, value is list of files +# - for each of the dirs (keys of by_dir and ordered deepest first) +# check that all actually contained files are removed +# and all the contained dirs are in the removal list. If this is the +# case put that directory into the removal list +# - return this removal list +# +sub removed_dirs +{ + my (@files) = @_; + my %removed_dirs; + my %by_dir; + + # construct hash of all directories mentioned, values are lists of the + # files/dirs in that directory. + for my $f (@files) { + # what should we do with not existing entries???? + next if (! -r "$f"); + my $abs_f = Cwd::abs_path ($f); + # the following is necessary because on win32, + # abs_path("tl-portable") + # returns + # c:\tl test\... + # and not forward slashes, while, if there is already a forward / + # in the path, also the rest is done with forward slashes. + $abs_f =~ s!\\!/!g if win32(); + if (!$abs_f) { + warn ("oops, no abs_path($f) from " . `pwd`); + next; + } + (my $d = $abs_f) =~ s,/[^/]*$,,; + my @a = exists $by_dir{$d} ? @{$by_dir{$d}} : (); + push (@a, $abs_f); + $by_dir{$d} = \@a; + } + + # for each of our directories, see if we are removing everything in + # the directory. if so, return the directory; else return the + # individual files. + for my $d (reverse sort keys %by_dir) { + opendir (DIR, $d) || die "opendir($d) failed: $!"; + my @dirents = readdir (DIR); + closedir (DIR) || warn "closedir($d) failed: $!"; + + # initialize test hash with all the files we saw in this dir. + # (These idioms are due to "Finding Elements in One Array and Not + # Another" in the Perl Cookbook.) + my %seen; + my @rmfiles = @{$by_dir{$d}}; + @seen{@rmfiles} = (); + + # see if everything is the same. + my $cleandir = 1; + for my $dirent (@dirents) { + next if $dirent =~ /^\.(\.|svn)?$/; # ignore . .. .svn + my $item = "$d/$dirent"; # prepend directory for comparison + if ( + ((-d $item) && (defined($removed_dirs{$item}))) + || + (exists $seen{$item}) + ) { + # do nothing + } else { + $cleandir = 0; + last; + } + } + if ($cleandir) { + $removed_dirs{$d} = 1; + } + } + return keys %removed_dirs; +} + +=item C + +Returns the estimated remaining and estimated total time +based on the total size, the already done size, and the start time. + +=cut + +sub time_estimate { + my ($totalsize, $donesize, $starttime) = @_; + if ($donesize <= 0) { + return ("??:??", "??:??"); + } + my $curtime = time(); + my $passedtime = $curtime - $starttime; + my $esttotalsecs = int ( ( $passedtime * $totalsize ) / $donesize ); + my $remsecs = $esttotalsecs - $passedtime; + my $min = int($remsecs/60); + my $hour; + if ($min >= 60) { + $hour = int($min/60); + $min %= 60; + } + my $sec = $remsecs % 60; + $remtime = sprintf("%02d:%02d", $min, $sec); + if ($hour) { + $remtime = sprintf("%02d:$remtime", $hour); + } + my $tmin = int($esttotalsecs/60); + my $thour; + if ($tmin >= 60) { + $thour = int($tmin/60); + $tmin %= 60; + } + my $tsec = $esttotalsecs % 60; + $tottime = sprintf("%02d:%02d", $tmin, $tsec); + if ($thour) { + $tottime = sprintf("%02d:$tottime", $thour); + } + return($remtime, $tottime); +} + + +=item C + +Installs the list of packages found in C<@$what> (a ref to a list) into +the TLPDB given by C<$to_tlpdb>. Information on files are taken from +the TLPDB C<$from_tlpdb>. + +C<$opt_src> and C<$opt_doc> specify whether srcfiles and docfiles should be +installed (currently implemented only for installation from DVD). + +Returns 1 on success and 0 on error. + +=cut + +sub install_packages { + my ($fromtlpdb,$media,$totlpdb,$what,$opt_src,$opt_doc) = @_; + my $container_src_split = $fromtlpdb->config_src_container; + my $container_doc_split = $fromtlpdb->config_doc_container; + my $root = $fromtlpdb->root; + my @packs = @$what; + my $totalnr = $#packs + 1; + my $td = length("$totalnr"); + my $n = 0; + my %tlpobjs; + my $totalsize = 0; + my $donesize = 0; + my %tlpsizes; + foreach my $p (@packs) { + $tlpobjs{$p} = $fromtlpdb->get_package($p); + if (!defined($tlpobjs{$p})) { + die "STRANGE: $p not to be found in ", $fromtlpdb->root; + } + if ($media ne 'DVD') { + # we use the container size as the measuring unit since probably + # downloading will be the limiting factor + $tlpsizes{$p} = $tlpobjs{$p}->containersize; + $tlpsizes{$p} += $tlpobjs{$p}->srccontainersize if $opt_src; + $tlpsizes{$p} += $tlpobjs{$p}->doccontainersize if $opt_doc; + } else { + # we have to add the respective sizes, that is checking for + # installation of src and doc file + $tlpsizes{$p} = $tlpobjs{$p}->runsize; + $tlpsizes{$p} += $tlpobjs{$p}->srcsize if $opt_src; + $tlpsizes{$p} += $tlpobjs{$p}->docsize if $opt_doc; + my %foo = %{$tlpobjs{$p}->binsize}; + for my $k (keys %foo) { $tlpsizes{$p} += $foo{$k}; } + # all the packages sizes are in blocks, so transfer that to bytes + $tlpsizes{$p} *= $TeXLive::TLConfig::BlockSize; + } + $totalsize += $tlpsizes{$p}; + } + my $starttime = time(); + foreach my $package (@packs) { + my $tlpobj = $tlpobjs{$package}; + my $reloc = $tlpobj->relocated; + $n++; + my ($estrem, $esttot) = time_estimate($totalsize, $donesize, $starttime); + my $infostr = sprintf("Installing [%0${td}d/$totalnr, " + . "time/total: $estrem/$esttot]: $package [%dk]", + $n, int($tlpsizes{$package}/1024) + 1); + info("$infostr\n"); + foreach my $h (@::install_packages_hook) { + &$h($n,$totalnr); + } + my $real_opt_doc = $opt_doc; + my $container; + my @installfiles; + push @installfiles, $tlpobj->runfiles; + push @installfiles, $tlpobj->allbinfiles; + push @installfiles, $tlpobj->srcfiles if ($opt_src); + push @installfiles, $tlpobj->docfiles if ($real_opt_doc); + if ($media eq 'DVD') { + $container = [ $root, @installfiles ]; + } elsif ($media eq 'CD') { + if (-r "$root/$Archive/$package.zip") { + $container = "$root/$Archive/$package.zip"; + } elsif (-r "$root/$Archive/$package.tar.xz") { + $container = "$root/$Archive/$package.tar.xz"; + } else { + tlwarn("No package $package (.zip or .xz) in $root/$Archive\n"); + next; + } + } elsif ($media eq 'NET') { + $container = "$root/$Archive/$package.$DefaultContainerExtension"; + } + if (!install_package($container, $reloc, $tlpobj->containersize, + $tlpobj->containermd5, \@installfiles, + $totlpdb->root, $vars{'this_platform'})) { + # we already warn in install_package that something bad happened, + # so only return here + return 0; + } + # if we are installing from CD or NET we have to fetch the respective + # source and doc packages $pkg.source and $pkg.doc and install them, too + if (($media eq 'NET') || ($media eq 'CD')) { + # we install split containers under the following conditions: + # - the container were split generated + # - src/doc files should be installed + # (- the package is not already a split one (like .i386-linux)) + # the above test has been removed since that would mean that packages + # with a dot like texlive.infra will never have the docfiles installed + # that is already happening ...bummer. But since we already check + # whether there are src/docfiles present at all that is fine + # - there are actually src/doc files present + if ($container_src_split && $opt_src && $tlpobj->srcfiles) { + my $srccontainer = $container; + $srccontainer =~ s/(\.tar\.xz|\.zip)$/.source$1/; + if (!install_package($srccontainer, $reloc, $tlpobj->srccontainersize, + $tlpobj->srccontainermd5, \@installfiles, + $totlpdb->root, $vars{'this_platform'})) { + return 0; + } + } + if ($container_doc_split && $real_opt_doc && $tlpobj->docfiles) { + my $doccontainer = $container; + $doccontainer =~ s/(\.tar\.xz|\.zip)$/.doc$1/; + if (!install_package($doccontainer, $reloc, + $tlpobj->doccontainersize, + $tlpobj->doccontainermd5, \@installfiles, + $totlpdb->root, $vars{'this_platform'})) { + return 0; + } + } + } + # we don't want to have wrong information in the tlpdb, so remove the + # src/doc files if they are not installed ... + if (!$opt_src) { + $tlpobj->clear_srcfiles; + } + if (!$real_opt_doc) { + $tlpobj->clear_docfiles; + } + # if a package is relocatable we have to cancel the reloc prefix + # before we save it to the local tlpdb + if ($tlpobj->relocated) { + $tlpobj->cancel_reloc_prefix; + } + $totlpdb->add_tlpobj($tlpobj); + # we have to write out the tlpobj file since it is contained in the + # archives (.tar.xz) but at DVD install time we don't have them + my $tlpod = $totlpdb->root . "/tlpkg/tlpobj"; + mkdirhier( $tlpod ); + open(TMP,">$tlpod/".$tlpobj->name.".tlpobj") || + die "$0: open tlpobj " . $tlpobj->name . "failed: $!"; + $tlpobj->writeout(\*TMP); + close(TMP); + $donesize += $tlpsizes{$package}; + } + my $totaltime = time() - $starttime; + my $totmin = int ($totaltime/60); + my $totsec = $totaltime % 60; + info(sprintf("Time used for installing the packages: %02d:%02d\n", + $totmin, $totsec)); + $totlpdb->save; + return 1; +} + + +=item C + +This function installs the files given in @$filelistref from C<$what> +into C<$target>. + +C<$size> gives the size in bytes of the container, or -1 if we are +installing from DVD, i.e., from a list of files to be copied. + +If C<$what> is a reference to a list of files then these files are +assumed to be readable and are copied to C<$target>, creating dirs on +the way. In this case the list C<@$filelistref> is not taken into +account. + +If C<$what> starts with C or C then C<$what> is +downloaded from the net and piped through C and C. + +If $what ends with C<.tar.xz> (but does not start with C or +C, but possibly with C) it is assumed to be a readable +file on the system and is likewise piped through C and C. + +In both of these cases currently the list C<$@filelistref> currently +is not taken into account (should be fixed!). + +if C<$reloc> is true the container (NET or CD mode) is packaged in a way +that the initial texmf-dist is missing. + +Returns 1 on success and 0 on error. + +=cut + +sub install_package { + my ($what, $reloc, $whatsize, $whatmd5, $filelistref, $target, $platform) = @_; + + my @filelist = @$filelistref; + + my $tempdir = "$target/temp"; + + # we assume that $::progs has been set up! + my $wget = $::progs{'wget'}; + my $xzdec = $::progs{'xzdec'}; + if (!defined($wget) || !defined($xzdec)) { + tlwarn("install_package: wget/xzdec programs not set up properly.\n"); + return 0; + } + if (ref $what) { + # we are getting a ref to a list of files, so install from DVD + my ($root, @files) = @$what; + foreach my $file (@files) { + # @what is taken, not @filelist! + # is this still needed? + my $dn=dirname($file); + mkdirhier("$target/$dn"); + copy "$root/$file", "$target/$dn"; + } + } elsif ($what =~ m,\.tar.xz$,) { + # this is the case when we install from CD or the NET + # + # in all other cases we create temp files .tar.xz (or use the present + # one), xzdec them, and then call tar + + # if we are unpacking a relocated container we adjust the target + if ($reloc) { + $target .= "/$TeXLive::TLConfig::RelocTree" if $reloc; + mkdir($target) if (! -d $target); + } + + my $fn = basename($what); + my $pkg = $fn; + $pkg =~ s/\.tar\.xz$//; + mkdirhier("$tempdir"); + my $xzfile = "$tempdir/$fn"; + my $tarfile = "$tempdir/$fn"; $tarfile =~ s/\.xz$//; + my $xzfile_quote = $xzfile; + my $tarfile_quote = $tarfile; + if (win32()) { + $xzfile =~ s!/!\\!g; + $tarfile =~ s!/!\\!g; + $target =~ s!/!\\!g; + } + $xzfile_quote = "\"$xzfile\""; + $tarfile_quote = "\"$tarfile\""; + my $gotfiledone = 0; + if (-r $xzfile) { + # check that the downloaded file is not partial + if ($whatsize >= 0) { + # we have the size given, so check that first + my $size = (stat $xzfile)[7]; + if ($size == $whatsize) { + # we want to check also the md5sum if we have it present + if ($whatmd5) { + if (tlmd5($xzfile) eq $whatmd5) { + $gotfiledone = 1; + } else { + tlwarn("Downloaded $what, size equal, but md5sum differs;\n", + "downloading again.\n"); + } + } else { + # size ok, no md5sum + tlwarn("Downloaded $what, size equal, but no md5sum available;\n", + "continuing, with fingers crossed."); + $gotfiledone = 1; + } + } else { + tlwarn("Partial download of $what found, removing it.\n"); + unlink($tarfile, $xzfile); + } + } else { + # ok no size information, hopefully we have md5 sums + if ($whatmd5) { + if (tlmd5($xzfile) eq $whatmd5) { + $gotfiledone = 1; + } else { + tlwarn("Downloaded file, but md5sum differs, removing it.\n"); + } + } else { + tlwarn("Container found, but cannot verify size of md5sum;\n", + "continuing, with fingers crossed.\n"); + $gotfiledone = 1; + } + } + debug("Reusing already downloaded container $xzfile\n") + if ($gotfiledone); + } + if (!$gotfiledone) { + if ($what =~ m,http://|ftp://,) { + # we are installing from the NET + # download the file and put it into temp + if (!download_file($what, $xzfile) || (! -r $xzfile)) { + tlwarn("Downloading $what did not succeed.\n"); + return 0; + } + } else { + # we are installing from CD + # copy it to temp + copy($what, $tempdir); + } + } + debug("un-xzing $xzfile to $tarfile\n"); + system("$xzdec < $xzfile_quote > $tarfile_quote"); + if (! -f $tarfile) { + tlwarn("Unpacking $xzfile did not succeed.\n"); + return 0; + } + if (!TeXLive::TLUtils::untar($tarfile, $target, 1)) { + tlwarn("untarring $tarfile failed, stopping install.\n"); + return 0; + } + # we remove the created .tlpobj it is recreated anyway in + # install_packages above in the right place. This way we also + # get rid of the $pkg.source.tlpobj which are useless + unlink ("$target/tlpkg/tlpobj/$pkg.tlpobj") + if (-r "$target/tlpkg/tlpobj/$pkg.tlpobj"); + if ($what =~ m,http://|ftp://,) { + # we downloaded the original .tar.lzma from the net, so we keep it + } else { + # we are downloading it from CD, so we can unlink it to save + # disk space + unlink($xzfile); + } + } else { + tlwarn("Sorry, no idea how to install $what\n"); + return 0; + } + return 1; +} + +=item C + +Evaluates the C fields in the C<$tlpobj>. The first parameter +can be either C or C. The second gives the TLPOBJ whos +postactions should be evaluated, and the last three arguments specify +what type of postactions should (or shouldn't) be evaluated. + +Returns 1 on success, and 0 on failure. + +=cut + +sub do_postaction { + my ($how, $tlpobj, $do_fileassocs, $do_shortcuts, $do_script) = @_; + my $ret = 1; + if (!defined($tlpobj)) { + tlwarn("do_postaction: didn't get a tlpobj\n"); + return 0; + } + debug("running postaction=$how for " . $tlpobj->name . "\n") + if $tlpobj->postactions; + for my $pa ($tlpobj->postactions) { + if ($pa =~ m/^\s*shortcut\s+(.*)\s*$/) { + next unless $do_shortcuts; + $ret &&= _do_postaction_shortcut($how, $tlpobj, $1); + } elsif ($pa =~ m/\s*filetype\s+(.*)\s*$/) { + next unless $do_fileassocs; + $ret &&= _do_postaction_filetype($how, $tlpobj, $1); + } elsif ($pa =~ m/\s*fileassoc\s+(.*)\s*$/) { + $ret &&= _do_postaction_fileassoc($how, $do_fileassocs, $tlpobj, $1); + next; + } elsif ($pa =~ m/\s*script\s+(.*)\s*$/) { + next unless $do_script; + $ret &&= _do_postaction_script($how, $tlpobj, $1); + } else { + tlwarn("do_postaction: don't know how to do $pa\n"); + $ret = 0; + } + } + # nothing to do + return $ret; +} + +sub _do_postaction_fileassoc { + my ($how, $mode, $tlpobj, $pa) = @_; + return 1 unless win32(); + my ($errors, %keyval) = + parse_into_keywords($pa, qw/extension filetype/); + + if ($errors) { + tlwarn("parsing the postaction line >>$pa<< did not succeed!\n"); + return 0; + } + + # name can be an arbitrary string + if (!defined($keyval{'extension'})) { + tlwarn("extension of fileassoc postaction not given\n"); + return 0; + } + my $extension = $keyval{'extension'}; + + # cmd can be an arbitrary string + if (!defined($keyval{'filetype'})) { + tlwarn("filetype of fileassoc postaction not given\n"); + return 0; + } + my $filetype = $keyval{'filetype'}; + + &log("postaction $how fileassoc for " . $tlpobj->name . + ": $extension, $filetype\n"); + if ($how eq "install") { + TeXLive::TLWinGoo::register_extension($mode, $extension, $filetype); + } elsif ($how eq "remove") { + TeXLive::TLWinGoo::unregister_extension($mode, $extension, $filetype); + } else { + tlwarn("Unknown mode $how\n"); + return 0; + } + return 1; +} +sub _do_postaction_filetype { + my ($how, $tlpobj, $pa) = @_; + return 1 unless win32(); + my ($errors, %keyval) = + parse_into_keywords($pa, qw/name cmd/); + + if ($errors) { + tlwarn("parsing the postaction line >>$pa<< did not succeed!\n"); + return 0; + } + + # name can be an arbitrary string + if (!defined($keyval{'name'})) { + tlwarn("name of filetype postaction not given\n"); + return 0; + } + my $name = $keyval{'name'}; + + # cmd can be an arbitrary string + if (!defined($keyval{'cmd'})) { + tlwarn("cmd of filetype postaction not given\n"); + return 0; + } + my $cmd = $keyval{'cmd'}; + + my $texdir = `kpsewhich -var-value=SELFAUTOPARENT`; + chomp($texdir); + my $texdir_bsl = conv_to_w32_path($texdir); + $cmd =~ s!^("?)TEXDIR/!$1$texdir/!g; + + &log("postaction $how filetype for " . $tlpobj->name . + ": $name, $cmd\n"); + if ($how eq "install") { + TeXLive::TLWinGoo::register_file_type($name, $cmd); + } elsif ($how eq "remove") { + TeXLive::TLWinGoo::unregister_file_type($name); + } else { + tlwarn("Unknown mode $how\n"); + return 0; + } + return 1; +} + +sub _do_postaction_script { + my ($how, $tlpobj, $pa) = @_; + my ($errors, %keyval) = + parse_into_keywords($pa, qw/file filew32/); + + if ($errors) { + tlwarn("parsing the postaction line >>$pa<< did not succeed!\n"); + return 0; + } + + # file can be an arbitrary string + if (!defined($keyval{'file'})) { + tlwarn("filename of script not given\n"); + return 0; + } + my $file = $keyval{'file'}; + if (win32() && defined($keyval{'filew32'})) { + $file = $keyval{'filew32'}; + } + my $texdir = `kpsewhich -var-value=SELFAUTOPARENT`; + chomp($texdir); + my @syscmd; + if ($file =~ m/\.pl$/i) { + # we got a perl script, call it via perl + push @syscmd, "perl", "$texdir/$file"; + } elsif ($file =~ m/\.texlua$/i) { + # we got a texlua script, call it via texlua + push @syscmd, "texlua", "$texdir/$file"; + } else { + # we got anything else, call it directly and hope it is excutable + push @syscmd, "$texdir/$file"; + } + &log("postaction $how script for " . $tlpobj->name . ": @syscmd\n"); + push @syscmd, $how, $texdir; + my $ret = system (@syscmd); + if ($ret != 0) { + $ret /= 256 if $ret > 0; + my $pwd = cwd (); + warn "$0: calling post action script $file did not succeed in $pwd, status $ret"; + return 0; + } + return 1; +} + +sub _do_postaction_shortcut { + my ($how, $tlpobj, $pa) = @_; + return 1 unless win32(); + my ($errors, %keyval) = + parse_into_keywords($pa, qw/type name icon cmd args hide/); + + if ($errors) { + tlwarn("parsing the postaction line >>$pa<< did not succeed!\n"); + return 0; + } + + # type can be either menu or desktop + if (!defined($keyval{'type'})) { + tlwarn("type of shortcut postaction not given\n"); + return 0; + } + my $type = $keyval{'type'}; + if (($type ne "menu") && ($type ne "desktop")) { + tlwarn("type of shortcut postaction $type is unknown (menu, desktop)\n"); + return 0; + } + + # name can be an arbitrary string + if (!defined($keyval{'name'})) { + tlwarn("name of shortcut postaction not given\n"); + return 0; + } + my $name = $keyval{'name'}; + + # icon, cmd, args is optional + my $icon = (defined($keyval{'icon'}) ? $keyval{'icon'} : ''); + my $cmd = (defined($keyval{'cmd'}) ? $keyval{'cmd'} : ''); + my $args = (defined($keyval{'args'}) ? $keyval{'args'} : ''); + + # hide can be only 0 or 1, and defaults to 0 + my $hide = (defined($keyval{'hide'}) ? $keyval{'hide'} : 0); + if (($hide ne "0") && ($hide ne "1")) { + tlwarn("hide of shortcut postaction $hide is unknown (0, 1)\n"); + return 0; + } + + &log("postaction $how shortcut for " . $tlpobj->name . "\n"); + if ($how eq "install") { + my $texdir = `kpsewhich -var-value=SELFAUTOPARENT`; + chomp($texdir); + my $texdir_bsl = conv_to_w32_path($texdir); + $icon =~ s!^TEXDIR/!$texdir/!; + $cmd =~ s!^TEXDIR/!$texdir/!; + # $cmd can be an URL, in which case we do NOT want to convert it to + # w32 paths! + if ($cmd !~ m!^\s*(http://|ftp://)!) { + $cmd = conv_to_w32_path($cmd); + } + if ($type eq "menu") { + TeXLive::TLWinGoo::add_menu_shortcut( + $TeXLive::TLConfig::WindowsMainMenuName, + $name, $icon, $cmd, $args, $hide); + } elsif ($type eq "desktop") { + TeXLive::TLWinGoo::add_desktop_shortcut( + $name, $icon, $cmd, $args, $hide); + } else { + tlwarn("Unknown type of shortcut: $type\n"); + return 0; + } + } elsif ($how eq "remove") { + if ($type eq "menu") { + TeXLive::TLWinGoo::remove_menu_shortcut( + $TeXLive::TLConfig::WindowsMainMenuName, $name); + } elsif ($type eq "desktop") { + TeXLive::TLWinGoo::remove_desktop_shortcut($name); + } else { + tlwarn("Unknown type of shortcut: $type\n"); + return 0; + } + } else { + tlwarn("Unknown mode $how\n"); + return 0; + } + return 1; +} + +sub parse_into_keywords { + my ($str, @keys) = @_; + my @words = quotewords('\s+', 0, $str); + my %ret; + my $error = 0; + while (@words) { + $_ = shift @words; + if (/^([^=]+)=(.*)$/) { + $ret{$1} = $2; + } else { + tlwarn("parser found a invalid word in parsing keys: $_\n"); + $error++; + $ret{$_} = ""; + } + } + for my $k (keys %ret) { + if (!member($k, @keys)) { + $error++; + tlwarn("parser found invalid keyword: $k\n"); + } + } + return($error, %ret); +} + +=item C + +Announces that the actions given in C<$tlpobj> should be executed +after all packages have been unpacked. + +=cut + +sub announce_execute_actions { + my ($type, $tlp) = @_; + if (defined($type) && ($type eq "regenerate-formats")) { + $::regenerate_all_formats = 1; + return; + } + if (defined($type) && ($type eq "files-changed")) { + $::files_changed = 1; + return; + } + if (!defined($type) || (($type ne "enable") && ($type ne "disable"))) { + die "announce_execute_actions: enable or disable, not type $type"; + } + my (@maps, @formats, @dats); + if ($tlp->runfiles || $tlp->srcfiles || $tlp->docfiles) { + $::files_changed = 1; + } + foreach my $e ($tlp->executes) { + if ($e =~ m/^add((Mixed)?Map)\s+([^\s]+)\s*$/) { + $::execute_actions{$type}{'maps'}{$3} = "$1"; + } elsif ($e =~ m/^AddFormat\s+(.*)\s*$/) { + my %r = TeXLive::TLUtils::parse_AddFormat_line("$1"); + if (defined($r{"error"})) { + tlwarn ("$r{'error'} in parsing $e for return hash\n"); + } else { + $::execute_actions{$type}{'formats'}{$r{'name'}} = \%r; + } + } elsif ($e =~ m/^AddHyphen\s+(.*)\s*$/) { + my %r = TeXLive::TLUtils::parse_AddHyphen_line("$1"); + if (defined($r{"error"})) { + tlwarn ("$r{'error'} in parsing $e for return hash\n"); + } else { + $::execute_actions{$type}{'hyphens'}{$r{'name'}} = \%r; + } + } else { + tlwarn("Unknown execute $e in ", $tlp->name, "\n"); + } + } +} + + +=pod + +=item C +=item C + +These two functions try to create/remove symlinks for binaries, man pages, +and info files as specified by the options $sys_bin, $sys_man, $sys_info. + +The functions return 1 on success and 0 on error. +On Windows it returns undefined. + +=cut + +sub add_link_dir_dir { + my ($from, $to) = @_; + mkdirhier $to; + if (-w $to) { + debug("linking files from $from to $to\n"); + chomp (@files = `ls "$from"`); + my $ret = 1; + for my $f (@files) { + unlink("$to/$f"); + if (system("ln -s \"$from/$f\" \"$to\"")) { + tlwarn("Linking $f from $from to $to failed: $!\n"); + $ret = 0; + } + } + return $ret; + } else { + tlwarn("destination $to not writable, no linking files in $from done.\n"); + return 0; + } +} + +sub remove_link_dir_dir { + my ($from, $to) = @_; + if ((-d "$to") && (-w "$to")) { + debug("removing links from $from to $to\n"); + chomp (@files = `ls "$from"`); + my $ret = 1; + foreach my $f (@files) { + next if (! -r "$to/$f"); + if ((-l "$to/$f") && + (readlink("$to/$f") =~ m;^$from/;)) { + $ret = 0 unless unlink("$to/$f"); + } else { + $ret = 0; + tlwarn ("not removing $to/$f, not a link or wrong destination!\n"); + } + } + # trry to remove the destination directory, it might be empty and + # we might have write permissions, ignore errors + `rmdir "$to" 2>/dev/null`; + return $ret; + } else { + tlwarn ("destination $to not writable, no removal of links done!\n"); + return 0; + } +} + +sub add_remove_symlinks { + my ($mode, $Master, $arch, $sys_bin, $sys_man, $sys_info) = @_; + my $errors = 0; + my $plat_bindir = "$Master/bin/$arch"; + return if win32(); + if ($mode eq "add") { + $errors++ unless add_link_dir_dir($plat_bindir, $sys_bin); + if (-d "$Master/texmf/doc/info") { + $errors++ unless add_link_dir_dir("$Master/texmf/doc/info", $sys_info); + } + } elsif ($mode eq "remove") { + $errors++ unless remove_link_dir_dir($plat_bindir, $sys_bin); + if (-d "$Master/texmf/doc/info") { + $errors++ unless remove_link_dir_dir("$Master/texmf/doc/info", $sys_info); + } + } else { + die ("should not happen, unknown mode $mode in add_remove_symlinks!"); + } + mkdirhier $sys_man if ($mode eq "add"); + if (-w $sys_man && -d "$Master/texmf/doc/man") { + debug("$mode symlinks for man pages in $sys_man\n"); + my $foo = `(cd "$Master/texmf/doc/man" && echo *)`; + chomp (my @mans = split (' ', $foo)); + foreach my $m (@mans) { + my $mandir = "$Master/texmf/doc/man/$m"; + next unless -d $mandir; + if ($mode eq "add") { + $errors++ unless add_link_dir_dir($mandir, "$sys_man/$m"); + } else { + $errors++ unless remove_link_dir_dir($mandir, "$sys_man/$m"); + } + } + `rmdir "$sys_man" 2>/dev/null` if ($mode eq "remove"); + } else { + tlwarn("destination of man symlink $sys_man not writable, " + . "cannot $mode symlinks.\n"); + $errors++; + } + # we collected errors in $ret, so return the negation of it + if ($errors) { + info("$mode of symlinks failed $errors times, please see above messages.\n"); + return 0; + } else { + return 1; + } +} + +sub add_symlinks { + return (add_remove_symlinks("add", @_)); +} +sub remove_symlinks { + return (add_remove_symlinks("remove", @_)); +} + +=pod + +=item C +=item C + +These two functions try to add/remove the binary directory $bindir +on Windows to the registry PATH variable. + +If running as admin user and $multiuser is set, the system path will +be adjusted, otherwise the user path. + +After calling these functions TeXLive::TLWinGoo::broadcast_env() should +be called to make the changes immediately visible. + +=cut + +sub w32_add_to_path { + my ($bindir, $multiuser) = @_; + return if (!win32()); + + my $path = TeXLive::TLWinGoo::get_system_env() -> {'/Path'}; + $path =~ s/[\s\x00]+$//; + &log("Old system path: $path\n"); + $path = TeXLive::TLWinGoo::get_user_env() -> {'/Path'}; + if ($path) { + $path =~ s/[\s\x00]+$//; + &log("Old user path: $path\n"); + } else { + &log("Old user path: none\n"); + } + my $mode = 'user'; + if (TeXLive::TLWinGoo::admin() && $multiuser) { + $mode = 'system'; + } + debug("TLUtils:w32_add_to_path: calling adjust_reg_path_for_texlive add $bindir $mode\n"); + TeXLive::TLWinGoo::adjust_reg_path_for_texlive('add', $bindir, $mode); + $path = TeXLive::TLWinGoo::get_system_env() -> {'/Path'}; + $path =~ s/[\s\x00]+$//; + &log("New system path: $path\n"); + $path = TeXLive::TLWinGoo::get_user_env() -> {'/Path'}; + if ($path) { + $path =~ s/[\s\x00]+$//; + &log("New user path: $path\n"); + } else { + &log("New user path: none\n"); + } +} + +sub w32_remove_from_path { + my ($bindir, $multiuser) = @_; + my $mode = 'user'; + if (TeXLive::TLWinGoo::admin() && $multiuser) { + $mode = 'system'; + } + debug("w32_remove_from_path: trying to remove $bindir in $mode\n"); + TeXLive::TLWinGoo::adjust_reg_path_for_texlive('remove', $bindir, $mode); +} + + +=pod + +=item C + +Unpacke C<$tarfile> in C<$targetdir> (changing directories to +C<$targetdir> and then back to the original directory). If +C<$remove_tarfile> is true, unlink C<$tarfile> after unpacking. + +Assumes the global C<$::progs{"tar"}> has been set up. + +=cut + +# return 1 if success, 0 if failure. +sub untar { + my ($tarfile, $targetdir, $remove_tarfile) = @_; + my $ret; + + my $tar = $::progs{'tar'}; # assume it's been set up + + # don't use the -C option to tar since Solaris tar et al. don't support it. + # don't use system("cd ... && $tar ...") since that opens us up to + # quoting issues. + # so fall back on chdir in Perl. + # + debug("unpacking $tarfile in $targetdir\n"); + my $cwd = cwd(); + chdir($targetdir) || die "chdir($targetdir) failed: $!"; + + if (system($tar, "xf", $tarfile) != 0) { + tlwarn("untar: untarring $tarfile failed (in $targetdir)\n"); + $ret = 0; + } else { + $ret = 1; + } + unlink($tarfile) if $remove_tarfile; + + chdir($cwd) || die "chdir($cwd) failed: $!"; + return $ret; +} + + +=item C + +Compare two files considering CR, LF, and CRLF as equivalent. +Returns 1 if different, 0 if the same. + +=cut + +sub tlcmp +{ + my ($filea, $fileb) = @_; + if (!defined($fileb)) { + die <) { + s/\r\n?/\n/g; + #warn "line is |$_|"; + $ret .= $_; + } + close (FILE) || warn "close($fname) failed: $!"; + + return $ret; +} + + + +=item C + +Populate the global C<$::progs> hash containing the paths to the +programs C, C, C. The C<$bindir> argument specifies +the path to the location of the C binaries, the C<$platform> +gives the TeX Live platform name, used as the extension on our +executables. If a program is not present in the TeX Live tree, we also +check along PATH (without the platform extension.) + +Return 0 if failure, nonzero if success. + +=cut + +sub setup_programs { + my ($bindir, $platform) = @_; + my $ok = 1; + + $::progs{'wget'} = "wget"; + $::progs{'xzdec'} = "xzdec"; + $::progs{'xz'} = "xz"; + $::progs{'tar'} = "tar"; + + if ($^O =~ /^MSWin(32|64)$/i) { + $::progs{'wget'} = conv_to_w32_path("$bindir/wget/wget.exe"); + $::progs{'tar'} = conv_to_w32_path("$bindir/tar.exe"); + $::progs{'xzdec'} = conv_to_w32_path("$bindir/xz/xzdec.exe"); + $::progs{'xz'} = conv_to_w32_path("$bindir/xz/xz.exe"); + for my $prog ("xzdec", "wget") { + my $opt = $prog eq "xzdec" ? "--help" : "--version"; + my $ret = system("$::progs{$prog} $opt >nul 2>&1"); # on windows + if ($ret != 0) { + warn "TeXLive::TLUtils::setup_programs (w32) failed"; # no nl for perl + warn "$::progs{$prog} $opt failed (status $ret): $!\n"; + warn "Output is:\n"; + system ("$::progs{$prog} $opt"); + warn "\n"; + $ok = 0; + } + } + } else { + if (!defined($platform) || ($platform eq "")) { + # we assume that we run from the DVD, so we can call platform() and + # thus also the config.guess script + # but we have to setup $::installerdir because the platform script + # relies on it + $::installerdir = "$bindir/../.."; + $platform = platform(); + } + my $s = 0; + $s += setup_unix_one('wget', "$bindir/wget/wget.$platform", "--version"); + $s += setup_unix_one('xzdec',"$bindir/xz/xzdec.$platform","--help"); + $s += setup_unix_one('xz', "$bindir/xz/xz.$platform", "notest"); + $ok = ($s == 3); # failure return unless all are present. + } + + return $ok; +} + + +# setup one prog on unix using the following logic: +# - if the shipped one is -x and can be executed, use it +# - if the shipped one is -x but cannot be executed, copy it. set -x +# . if the copy is -x and executable, use it +# . if the copy is not executable, GOTO fallback +# - if the shipped one is not -x, copy it, set -x +# . if the copy is -x and executable, use it +# . if the copy is not executable, GOTO fallback +# - if nothing shipped, GOTO fallback +# +# fallback: +# if prog is found in PATH and can be executed, use it. +# +# Return 0 if failure, 1 if success. +# +sub setup_unix_one { + my ($p, $def, $arg) = @_; + our $tmp; + my $test_fallback = 0; + if (-r $def) { + my $ready = 0; + if (-x $def) { + # checking only for the executable bit is not enough, we have + # to check for actualy "executability" since a "noexec" mount + # option may interfere, which is not taken into account by + # perl's -x test. + $::progs{$p} = $def; + if ($arg ne "notest") { + my $ret = system("$def $arg > /dev/null 2>&1" ); # we are on Unix + if ($ret == 0) { + $ready = 1; + debug("Using shipped $def for $p (tested).\n"); + } else { + ddebug("Shipped $def has -x but cannot be executed.\n"); + } + } else { + # do not test, just return + $ready = 1; + debug("Using shipped $def for $p (not tested).\n"); + } + } + if (!$ready) { + # out of some reasons we couldn't execute the shipped program + # try to copy it to a temp directory and make it executable + # + # create tmp dir only when necessary + $tmp = TeXLive::TLUtils::tl_tmpdir() unless defined($tmp); + # probably we are running from DVD and want to copy it to + # some temporary location + copy($def, $tmp); + my $bn = basename($def); + $::progs{$p} = "$tmp/$bn"; + chmod(0755,$::progs{$p}); + # we do not check the return value of chmod, but check whether + # the -x bit is now set, the only thing that counts + if (! -x $::progs{$p}) { + # hmm, something is going really bad, not even the copy is + # executable. Fall back to normal path element + $test_fallback = 1; + ddebug("Copied $p $::progs{$p} does not have -x bit, strange!\n"); + } else { + # check again for executability + if ($arg ne "notest") { + my $ret = system("$::progs{$p} $arg > /dev/null 2>&1"); + if ($ret == 0) { + # ok, the copy works + debug("Using copied $::progs{$p} for $p (tested).\n"); + } else { + # even the copied prog is not executable, strange + $test_fallback = 1; + ddebug("Copied $p $::progs{$p} has x bit but not executable, strange!\n"); + } + } else { + debug("Using copied $::progs{$p} for $p (not tested).\n"); + } + } + } + } else { + # hope that we can find in in the global PATH + $test_fallback = 1; + } + if ($test_fallback) { + # all our playing around and copying did not succeed, try the + # fallback + $::progs{$p} = $p; + if ($arg ne "notest") { + my $ret = system("$p $arg > /dev/null 2>&1"); + if ($ret == 0) { + debug("Using system $p (tested).\n"); + } else { + tlwarn("$0: Initialization failed (in setup_unix_one):\n"); + tlwarn(" could not find a usable program for $p.\n"); + return 0; + } + } else { + debug ("Using system $p (not tested).\n"); + } + } + return 1; +} + +=item C + +Try to download the file given in C<$relpath> from C<$TeXLiveURL> +into C<$destination>, which can be either +a filename of simply C<|>. In the latter case a file handle is returned. + +The optional argument C<$progs> is a reference to a hash giving full +paths to the respective programs, at least C. If C<$progs> is not +given the C<%::progs> hash is consulted, and if this also does not exist +we try a literal C. + +Downloading honors two environment variables: C and +C. The former overrides the above specification +devolving to C, and the latter overrides the default wget +arguments. + +C must be defined so that the file the output goes to +is the first argument after the C. Thus, typically it +would end in C<-O>. Use with care. + +=cut + +sub download_file { + my ($relpath, $dest, $progs) = @_; + my $wget; + if (defined($progs) && defined($progs->{'wget'})) { + $wget = $progs->{'wget'}; + } elsif (defined($::progs{'wget'})) { + $wget = $::progs{'wget'}; + } else { + tlwarn ("download_file: Programs not set up, trying literal wget\n"); + $wget = "wget"; + } + my $url; + if ($relpath =~ m;^file://*(.*)$;) { + my $filetoopen = "/$1"; + # $dest is a file name, we have to get the respective dirname + if ($dest eq "|") { + open(RETFH, "<$filetoopen") or + die("Cannot open $filetoopen for reading"); + # opening to a pipe always succeeds, so we return immediately + return \*RETFH; + } else { + my $par = dirname ($dest); + if (-r $filetoopen) { + copy ($filetoopen, $par); + return 1; + } + return 0; + } + } + if ($relpath =~ /^(http|ftp):\/\//) { + $url = $relpath; + } else { + $url = "$TeXLiveURL/$relpath"; + } + my $ret = _download_file($url, $dest, $wget); + return($ret); +} + +sub _download_file +{ + my ($url, $dest, $wgetdefault) = @_; + if (win32()) { + $dest =~ s!/!\\!g; + } + + my $wget = $ENV{"TL_DOWNLOAD_PROGRAM"} || $wgetdefault; + my $wgetargs = $ENV{"TL_DOWNLOAD_ARGS"} + || "--user-agent=texlive --tries=10 --timeout=90 -q -O"; + + debug("downloading $url using $wget $wgetargs\n"); + my $ret; + if ($dest eq "|") { + open(RETFH, "$wget $wgetargs - $url|") + || die "open($url) via $wget $wgetargs failed: $!"; + # opening to a pipe always succeeds, so we return immediately + return \*RETFH; + } else { + my @wgetargs = split (" ", $wgetargs); + $ret = system ($wget, @wgetargs, $dest, $url); + # we have to reverse the meaning of ret because system has 0=success. + $ret = ($ret ? 0 : 1); + } + # return false/undef in case the download did not succeed. + return ($ret) unless $ret; + debug("download of $url succeeded\n"); + if ($dest eq "|") { + return \*RETFH; + } else { + return 1; + } +} + + +=back + +=head2 Installer Functions + +=over 4 + +=item C + +Generate a skeleton of empty directories in the C tree. + +=cut + +sub make_var_skeleton { + my $prefix=shift; + + mkdirhier "$prefix/tex/generic/config"; + mkdirhier "$prefix/fonts/map/dvipdfm/updmap"; + mkdirhier "$prefix/fonts/map/dvips/updmap"; + mkdirhier "$prefix/fonts/map/pdftex/updmap"; + mkdirhier "$prefix/fonts/pk"; + mkdirhier "$prefix/fonts/tfm"; + mkdirhier "$prefix/web2c"; + mkdirhier "$prefix/xdvi"; + mkdirhier "$prefix/tex/context/config"; +} + + +=item C + +Generate a skeleton of empty directories in the C tree. + +=cut + +sub make_local_skeleton { + my $prefix=shift; + + mkdirhier "$prefix/tex/latex/local"; + mkdirhier "$prefix/tex/plain/local"; + mkdirhier "$prefix/dvips/local"; + mkdirhier "$prefix/bibtex/bib/local"; + mkdirhier "$prefix/bibtex/bst/local"; + mkdirhier "$prefix/fonts/tfm/local"; + mkdirhier "$prefix/fonts/vf/local"; + mkdirhier "$prefix/fonts/source/local"; + mkdirhier "$prefix/fonts/type1/local"; + mkdirhier "$prefix/metapost/local"; + mkdirhier "$prefix/web2c"; +} + + + +=item C + +=item C + +=item C + +=item C + +These four functions create C, C, C, +and C respectively, in C<$dest> (which by default is below +C<$TEXMFSYSVAR>). These functions merge the information present in the +TLPDB C<$tlpdb> (formats, maps, hyphenations) with local configuration +additions: C<$localconf>. + +Currently the merging is done by omitting disabled entries specified +in the local file, and then appending the content of the local +configuration files at the end of the file. We should also check for +duplicates, maybe even error checking. + +=cut + +# +# get_disabled_local_configs +# returns the list of disabled formats/hyphenpatterns/maps +# disabling is done by putting +# #!NAME +# or +# %!NAME +# into the respective foo-local.cnf/cfg file +# +sub get_disabled_local_configs { + my $localconf = shift; + my $cc = shift; + my @disabled = (); + if (-r "$localconf") { + open FOO, "<$localconf" + or die "strange, -r ok but cannot open $localconf: $!"; + my @tmp = ; + close(FOO) || warn("Closing $localconf did not succeed: $!"); + @disabled = map { if (m/^$cc!(\S+)\s*$/) { $1 } else { }} @tmp; + } + return @disabled; +} + +sub create_fmtutil { + my ($tlpdb,$dest,$localconf) = @_; + my @lines = $tlpdb->fmtutil_cnf_lines( + get_disabled_local_configs($localconf, '#')); + _create_config_files($tlpdb, "texmf/web2c/fmtutil-hdr.cnf", $dest, + $localconf, 0, '#', \@lines); +} + +sub create_updmap { + my ($tlpdb,$dest,$localconf) = @_; + my @lines = $tlpdb->updmap_cfg_lines( + get_disabled_local_configs($localconf, '#')); + _create_config_files($tlpdb, "texmf/web2c/updmap-hdr.cfg", $dest, + $localconf, 0, '#', \@lines); +} + +sub create_language_dat { + my ($tlpdb,$dest,$localconf) = @_; + # no checking for disabled stuff for language.dat and .def + my @lines = $tlpdb->language_dat_lines( + get_disabled_local_configs($localconf, '%')); + _create_config_files($tlpdb, "texmf/tex/generic/config/language.us", $dest, + $localconf, 0, '%', \@lines); +} + +sub create_language_def { + my ($tlpdb,$dest,$localconf) = @_; + # no checking for disabled stuff for language.dat and .def + my @lines = $tlpdb->language_def_lines( + get_disabled_local_configs($localconf, '%')); + my @postlines; + push @postlines, "%%% No changes may be made beyond this point.\n"; + push @postlines, "\n"; + push @postlines, "\\uselanguage {USenglish} %%% This MUST be the last line of the file.\n"; + _create_config_files ($tlpdb, "texmf/tex/generic/config/language.us.def", $dest, $localconf, 1, '%', \@lines, @postlines); +} + +sub _create_config_files { + my ($tlpdb, $headfile, $dest,$localconf, $keepfirstline, $cc, $tlpdblinesref, @postlines) = @_; + my $root = $tlpdb->root; + open(INFILE,"<$root/$headfile") or die("Cannot open $root/$headfile"); + my @lines = ; + push @lines, @$tlpdblinesref; + close (INFILE); + if (-r "$localconf") { + # + # this should be done more intelligently, but for now only add those + # lines without any duplication check ... + open FOO, "<$localconf" + or die "strange, -r ok but cannot open $localconf: $!"; + my @tmp = ; + push @lines, @tmp; + } + if (@postlines) { + push @lines, @postlines; + } + if ($#lines >= 0) { + open(OUTFILE,">$dest") + or die("Cannot open $dest for writing: $!"); + + if (!$keepfirstline) { + print OUTFILE $cc; + printf OUTFILE " Generated by %s on %s\n", "$0", scalar localtime; + } + print OUTFILE @lines; + close(OUTFILE) || warn "close(>$dest) failed: $!"; + } +} + +sub parse_AddHyphen_line { + my $line = shift; + my %ret; + my $default_lefthyphenmin = 2; + my $default_righthyphenmin = 3; + $ret{"lefthyphenmin"} = $default_lefthyphenmin; + $ret{"righthyphenmin"} = $default_righthyphenmin; + for my $p (split(' ', $line)) { + my ($a, $b) = split /=/, $p; + if ($a eq "name") { + if (!$b) { + $ret{"error"} = "AddHyphen line needs name=something"; + return %ret; + } + $ret{"name"} = $b; + next; + } + if ($a eq "lefthyphenmin") { + $ret{"lefthyphenmin"} = ( $b ? $b : $default_lefthyphenmin ); + next; + } + if ($a eq "righthyphenmin") { + $ret{"righthyphenmin"} = ( $b ? $b : $default_righthyphenmin ); + next; + } + if ($a eq "file") { + if (!$b) { + $ret{"error"} = "AddHyphen line needs file=something"; + return %ret; + } + $ret{"file"} = $b; + next; + } + if ($a eq "synonyms") { + @{$ret{"synonyms"}} = split /,/, $b; + next; + } + # should not be reached at all + $ret{"error"} = "Unknown language directive $e"; + return %ret; + } + return %ret; +} + + +sub parse_AddFormat_line { + my $line = shift; + my %ret; + $ret{"options"} = ""; + $ret{"patterns"} = "-"; + $ret{"mode"} = 1; + for my $p (quotewords('\s+', 0, "$line")) { + my ($a, $b); + if ($p =~ m/^(name|engine|mode|patterns|options)=(.*)$/) { + $a = $1; + $b = $2; + } else { + $ret{"error"} = "Unknown format directive $p"; + return %ret; + } + if ($a eq "name") { + if (!$b) { + $ret{"error"} = "AddFormat line needs name=something"; + return %ret; + } + $ret{"name"} = $b; + next; + } + if ($a eq "engine") { + if (!$b) { + $ret{"error"} = "AddFormat line needs engine=something"; + return %ret; + } + $ret{"engine"} = $b; + next; + } + if ($a eq "patterns") { + $ret{"patterns"} = ( $b ? $b : "-" ); + next; + } + if ($a eq "mode") { + $ret{"mode"} = ( $b eq "disabled" ? 0 : 1 ); + next; + } + if ($a eq "options") { + $ret{"options"} = ( $b ? $b : "" ); + next; + } + # should not be reached at all + $ret{"error"} = "Unknown format directive $p"; + return %ret; + } + return %ret; +} + + +=back + +=head2 Miscellaneous + +Ideas from Fabrice Popineau's C. + +=over 4 + +=item C + +The C function sorts the given array and throws away multiple +occurrences of elements. It returns a sorted and unified array. + +=cut + +sub sort_uniq { + my (@l) = @_; + my ($e, $f, @r); + $f = ""; + @l = sort(@l); + foreach $e (@l) { + if ($e ne $f) { + $f = $e; + push @r, $e; + } + } + return @r; +} + + +=item C + +The C function pushes the last elements on the list referenced +by the first argument. + +=cut + +sub push_uniq { + # can't we use $l as a reference, and then use my? later ... + local (*l, @le) = @_; + foreach my $e (@le) { + if (! &member($e, @l)) { + push @l, $e; + } + } +} + + +=item C + +The C function returns true if the the first argument is contained +in the list of the remaining arguments. + +=cut + +sub member { + my ($e, @l) = @_; + my ($f); + foreach $f (@l) { + if ($e eq $f) { + return 1; + } + } + return 0; +} + + +=item C + +Merges the keys of %from into %to. + +=cut + +sub merge_into { + my ($to, $from) = @_; + foreach my $k (keys %$from) { + if (defined($to->{$k})) { + push @{$to->{$k}}, @{$from->{$k}}; + } else { + $to->{$k} = [ @{$from->{$k}} ]; + } + } +} + + +=item C + +Test whether installation with TEXDIR set to $texdir would succeed due to +writing permissions. + +=cut + +sub texdir_check { + my ($texdir) = shift; # PATH/texlive/2008 + my $texdirparent = dirname($texdir); # PATH/texlive + my $texdirpparent = dirname($texdirparent); # PATH + if ( (dir_creatable($texdirpparent)) || + ( (-d $texdirparent) && (dir_creatable($texdirparent)) ) || + ( (-d $texdir) && (dir_writable($texdir)) ) ) { + return 1; + } + return 0; +} + + +# no newlines or spaces are added, multiple args are just concatenated. +# +sub logit { + my ($out, $level, @rest) = @_; + _logit($out, $level, @rest) unless $::opt_quiet; + _logit('file', $level, @rest); +} + +sub _logit { + my ($out, $level, @rest) = @_; + if ($::opt_verbosity >= $level) { + # if $out is a ref/glob to STDOUT or STDERR, print it there + if (ref($out) eq "GLOB") { + print $out @rest; + } else { + # we should log it into the logfile, but that might be not initialized + # so either print it to the filehandle $::LOGFILE, or push it onto + # the to be printed log lines @::LOGLINES + if (defined($::LOGFILE)) { + print $::LOGFILE @rest; + } else { + push @::LOGLINES, join ("", @rest); + } + } + } +} + + +=item C + +Write a normal informational message, the concatenation of the argument +strings. The message will be written unless C<-q> was specified. If +the global C<$::machinereadable> is set (the C<--machine-readable> +option to C), then output is written to stderr, else to stdout. +If the log file (see L) is defined, it also +writes there. + +It is best to use this sparingly, mainly to give feedback during lengthy +operations and for final results. + +=cut + +sub info { + my $str = join("", @_); + my $fh = ($::machinereadable ? \*STDERR : \*STDOUT); + logit($fh, 0, $str); + for my $i (@::info_hook) { + &{$i}($str); + } +} + + +=item C + +Write a debugging message, the concatenation of the argument strings. +The message will be omitted unless C<-v> was specified. If the log +file (see L) is defined, it also writes there. + +This first level debugging message reports on the overall flow of +work, but does not include repeated messages about processing of each +package. + +=cut + +sub debug { + my $str = "D:" . join("", @_); + return if ($::opt_verbosity < 1); + logit(\*STDOUT, 1, $str); + for my $i (@::debug_hook) { + &{$i}($str); + } +} + + +=item C + +Write a deep debugging message, the concatenation of the argument +strings. The message will be omitted unless C<-v -v> (or higher) was +specified. If the log file (see L) is defined, +it also writes there. + +This second level debugging message reports messages about processing +each package, in addition to the first level. + +=cut + +sub ddebug { + my $str = "DD:" . join("", @_); + return if ($::opt_verbosity < 2); + logit(\*STDOUT, 2, $str); + for my $i (@::ddebug_hook) { + &{$i}($str); + } +} + +=item C + +Write the deepest debugging message, the concatenation of the argument +strings. The message will be omitted unless C<-v -v -v> was specified. +If the log file (see L) is defined, it also +writes there. + +This third level debugging message reports messages about processing +each line of any tlpdb files read, in addition to the first and second +levels. + +=cut + +sub dddebug { + my $str = "DDD:" . join("", @_); + return if ($::opt_verbosity < 3); + logit(\*STDOUT, 3, $str); + for my $i (@::dddebug_hook) { + &{$i}($str); + } +} + + +=item C + +Write a message to the log file (and nowhere else), the concatenation of +the argument strings. + +=cut + +sub log { + my $savequiet = $::opt_quiet; + $::opt_quiet = 0; + _logit('file', -100, @_); + $::opt_quiet = $savequiet; +} + + +=item C + +Write a warning message, the concatenation of the argument strings. +This always and unconditionally writes the message to standard error; if +the log file (see L) is defined, it also writes +there. + +=cut + +sub tlwarn { + my $savequiet = $::opt_quiet; + my $str = join("", @_); + $::opt_quiet = 0; + logit (\*STDERR, -100, $str); + $::opt_quiet = $savequiet; + for my $i (@::warn_hook) { + &{$i}($str); + } +} + +=item C + +Uses C to issue a warning, then exits with exit code 1. + +=cut + +sub tldie { + tlwarn(@_); + exit(1); +} + +=item C + +Write LABEL followed by HASH elements, all on one line, to stderr. +If HASH is a reference, it is followed. + +=cut + +sub debug_hash +{ + my ($label) = shift; + my (%hash) = (ref $_[0] && $_[0] =~ /.*HASH.*/) ? %{$_[0]} : @_; + + my $str = "$label: {"; + my @items = (); + for my $key (sort keys %hash) { + my $val = $hash{$key}; + $key =~ s/\n/\\n/g; + $val =~ s/\n/\\n/g; + push (@items, "$key:$val"); + } + $str .= join (",", @items); + $str .= "}"; + + warn "$str\n"; +} + + +=item C + +This function handles the common logging options for TeX Live scripts. +It should be called before C for any program-specific option +handling. For our conventional calling sequence, see (for example) the +L script. + +These are the options handled here: + +=over 4 + +=item B<-q> + +Omit normal informational messages. + +=item B<-v> + +Include debugging messages. With one C<-v>, reports overall flow; with +C<-v -v> (or C<-vv>), also reports per-package processing; with C<-v -v +-v> (or C<-vvv>), also reports each line read from any tlpdb files. +Further repeats of C<-v>, as in C<-v -v -v -v>, are accepted but +ignored. C<-vvvv> is an error. + +The idea behind these levels is to be able to specify C<-v> to get an +overall idea of what is going on, but avoid terribly voluminous output +when processing many packages, as we often are. When debugging a +specific problem with a specific package, C<-vv> can help. When +debugging problems with parsing tlpdb files, C<-vvv> gives that too. + +=item B<-logfile> I + +Write all messages (informational, debugging, warnings) to I, in +addition to standard output or standard error. In TeX Live, only the +installer sets a log file by default; none of the other standard TeX +Live scripts use this feature, but you can specify it explicitly. + +=back + +See also the L, L, L, and L functions, +which actually write the messages. + +=cut + +sub process_logging_options { + $::opt_verbosity = 0; + $::opt_quiet = 0; + my $opt_logfile; + my $opt_Verbosity = 0; + my $opt_VERBOSITY = 0; + # check all the command line options for occurrences of -q and -v; + # do not report errors. + my $oldconfig = Getopt::Long::Configure(qw(pass_through permute)); + GetOptions("logfile=s" => \$opt_logfile, + "v+" => \$::opt_verbosity, + "vv" => \$opt_Verbosity, + "vvv" => \$opt_VERBOSITY, + "q" => \$::opt_quiet); + Getopt::Long::Configure($oldconfig); + + # verbosity level, forcing -v -v instead of -vv is too annoying. + $::opt_verbosity = 2 if $opt_Verbosity; + $::opt_verbosity = 3 if $opt_VERBOSITY; + + # open log file if one was requested. + if ($opt_logfile) { + open(TLUTILS_LOGFILE, ">$opt_logfile") || die "open(>$opt_logfile) failed: $!\n"; + $::LOGFILE = \*TLUTILS_LOGFILE; + $::LOGFILENAME = $opt_logfile; + } +} + + +=item C + +Return the welcome message. + +=cut + +sub welcome { + my $welcome=<<"EOF"; + + See + $::vars{'TEXDIR'}/index.html + for links to documentation. The TeX Live web site (http://tug.org/texlive/) + contains any updates and corrections. + + TeX Live is a joint project of the TeX user groups around the world; + please consider supporting it by joining the group best for you. The + list of groups is available on the web at http://tug.org/usergroups.html. + + Welcome to TeX Live! + +EOF + return $welcome; +} + + +=item C + +The same welcome message as above but with hints about C, C, +and C. + +=cut + +sub welcome_paths { + my $welcome=<<"EOF"; + + See + $::vars{'TEXDIR'}/index.html + for links to documentation. The TeX Live web site (http://tug.org/texlive/) + contains any updates and corrections. + + TeX Live is a joint project of the TeX user groups around the world; + please consider supporting it by joining the group best for you. The + list of groups is available on the web at http://tug.org/usergroups.html. + + Add $::vars{'TEXDIR'}/texmf/doc/man to MANPATH. + Add $::vars{'TEXDIR'}/texmf/doc/info to INFOPATH. +EOF + if ($::vars{'from_dvd'} and !win32()) { + $welcome .= <<"EOF"; + Set TEXMFCNF to $::vars{'TEXMFSYSVAR'}/web2c. +EOF +} + $welcome .= <<"EOF"; + Most importantly, add $::vars{'TEXDIR'}/bin/$::vars{'this_platform'} + to your PATH for current and future sessions. + + Welcome to TeX Live! + +EOF + return $welcome; +} + +=pod + +This function returns a "windowsified" version of its single argument +I, i.e., replaces all forward slashes with backslashes, and adds +an additional C<"> at the beginning and end if I contains any +spaces. It also makes the path absolute. So if $path does not start +with one (arbitrary) characer followed by C<:>, we add the output of +C<`cd`>. + +The result is suitable for running in shell commands, but not file tests +or other manipulations, since in such internal Perl contexts, the quotes +would be considered part of the filename. + +=cut + +sub conv_to_w32_path { + my $p = shift; + $p =~ s!/!\\!g; + # we need absolute paths, too + if ($p !~ m!^.:!) { + my $cwd = `cd`; + die "sorry, could not find current working directory via cd?!" if ! $cwd; + chomp($cwd); + $p = "$cwd\\$p"; + } + if ($p =~ m/ /) { $p = "\"$p\""; } + return($p); +} + + +=item C + +=item C + +Return the specific mirror chosen from the generic CTAN auto-redirecting +default (specified in L<$TLConfig::TexLiveServerURL>) if possible, else +the default url again. + +Neither C nor is honored (see +L), since certain options have to be set to do the job +and the program has to be C since we parse the output. + +The B<_base> variant returns the mirror without any TeX Live specific +location added while the other variant gives the location of the +TeX Live net distribution on the respective mirror. + +=cut + +sub give_ctan_mirror_base +{ + my $wget = $::progs{'wget'}; + if (!defined ($wget)) { + tlwarn ("give_ctan_mirror: Programs not set up, trying wget\n"); + $wget = "wget"; + } + + # we need the verbose output, so no -q. + # do not reduce retries here, but timeout still seems desirable. + my $mirror = $TeXLiveServerURL; + my $cmd = "$wget $mirror --timeout=60 -O " + . (win32() ? "nul" : "/dev/null") . " 2>&1"; + my @out = `$cmd`; + # analyze the output for the mirror actually selected. + foreach (@out) { + if (m/^Location: (\S*)\s*.*$/) { + (my $mhost = $1) =~ s,/*$,,; # remove trailing slashes since we add it + $mirror = "$mhost"; + last; + } + } + # if we cannot find a mirror, return the default again. + return $mirror; +} + +sub give_ctan_mirror +{ + return (give_ctan_mirror_base() . "/$TeXLiveServerPath"); +} + +sub tlmd5 { + my ($file) = @_; + if (-r $file) { + open(FILE, $file) || die "open($file) failed: $!"; + binmode(FILE); + my $md5hash = Digest::MD5->new->addfile(*FILE)->hexdigest; + close(FILE); + return $md5hash; + } else { + tlwarn("tlmd5, given file not readable: $file\n"); + return ""; + } +} + +# +# compare_tlpobjs +# returns a hash +# $ret{'revision'} = "leftRev:rightRev" if revision differ +# $ret{'removed'} = \[ list of files removed from A to B ] +# $ret{'added'} = \[ list of files added from A to B ] +# +sub compare_tlpobjs { + my ($tlpA, $tlpB) = @_; + my %ret; + my @rem; + my @add; + + my $rA = $tlpA->revision; + my $rB = $tlpB->revision; + if ($rA != $rB) { + $ret{'revision'} = "$rA:$rB"; + } + if ($tlpA->relocated) { + $tlpA->cancel_reloc_prefix; + } + if ($tlpB->relocated) { + $tlpB->cancel_reloc_prefix; + } + my @fA = $tlpA->all_files; + my @fB = $tlpB->all_files; + my %removed; + my %added; + for my $f (@fA) { $removed{$f} = 1; } + for my $f (@fB) { delete($removed{$f}); $added{$f} = 1; } + for my $f (@fA) { delete($added{$f}); } + @rem = sort keys %removed; + @add = sort keys %added; + $ret{'removed'} = \@rem if @rem; + $ret{'added'} = \@add if @add; + return %ret; +} + +# +# compare_tlpdbs +# return several hashes +# @{$ret{'removed_packages'}} = list of removed packages from A to B +# @{$ret{'added_packages'}} = list of added packages from A to B +# $ret{'different_packages'}->{$package} = output of compare_tlpobjs +# +sub compare_tlpdbs { + my ($tlpdbA, $tlpdbB) = @_; + my @ignored_packs = qw/00texlive.installer 00texlive.image/; + + my @inAnotinB; + my @inBnotinA; + my %diffpacks; + my %do_compare; + my %ret; + + for my $p ($tlpdbA->list_packages()) { + next if TeXLive::TLUtils::member($p, @ignored_packs); + my $tlpB = $tlpdbB->get_package($p); + if (!defined($tlpB)) { + push @inAnotinB, $p; + } else { + $do_compare{$p} = 1; + } + } + $ret{'removed_packages'} = \@inAnotinB if @inAnotinB; + + for my $p ($tlpdbB->list_packages()) { + next if TeXLive::TLUtils::member($p, @ignored_packs); + my $tlpA = $tlpdbA->get_package($p); + if (!defined($tlpA)) { + push @inBnotinA, $p; + } else { + $do_compare{$p} = 1; + } + } + $ret{'added_packages'} = \@inBnotinA if @inBnotinA; + + for my $p (sort keys %do_compare) { + my $tlpA = $tlpdbA->get_package($p); + my $tlpB = $tlpdbB->get_package($p); + my %foo = compare_tlpobjs($tlpA, $tlpB); + if (keys %foo) { + # some diffs were found + $diffpacks{$p} = \%foo; + } + } + $ret{'different_packages'} = \%diffpacks if (keys %diffpacks); + + return %ret; +} + +sub report_tlpdb_differences { + my $rret = shift; + my %ret = %$rret; + + if (defined($ret{'removed_packages'})) { + info ("removed packages from A to B:\n"); + for my $f (@{$ret{'removed_packages'}}) { + info (" $f\n"); + } + } + if (defined($ret{'added_packages'})) { + info ("added packages from A to B:\n"); + for my $f (@{$ret{'added_packages'}}) { + info (" $f\n"); + } + } + if (defined($ret{'different_packages'})) { + info ("different packages from A to B:\n"); + for my $p (keys %{$ret{'different_packages'}}) { + info (" $p\n"); + for my $k (keys %{$ret{'different_packages'}->{$p}}) { + if ($k eq "revision") { + info(" revision differ: $ret{'different_packages'}->{$p}->{$k}\n"); + } elsif ($k eq "removed" || $k eq "added") { + info(" $k files:\n"); + for my $f (@{$ret{'different_packages'}->{$p}->{$k}}) { + info(" $f\n"); + } + } else { + info(" unknown differ $k\n"); + } + } + } + } +} + +############################################# +# +# Taken from Text::ParseWords +# +sub quotewords { + my($delim, $keep, @lines) = @_; + my($line, @words, @allwords); + + foreach $line (@lines) { + @words = parse_line($delim, $keep, $line); + return() unless (@words || !length($line)); + push(@allwords, @words); + } + return(@allwords); +} + +sub parse_line { + my($delimiter, $keep, $line) = @_; + my($word, @pieces); + + no warnings 'uninitialized'; # we will be testing undef strings + + $line =~ s/\s+$//; # kill trailing whitespace + while (length($line)) { + $line =~ s/^(["']) # a $quote + ((?:\\.|(?!\1)[^\\])*) # and $quoted text + \1 # followed by the same quote + | # --OR-- + ^((?:\\.|[^\\"'])*?) # an $unquoted text + (\Z(?!\n)|(?-x:$delimiter)|(?!^)(?=["'])) + # plus EOL, delimiter, or quote + //xs or return; # extended layout + my($quote, $quoted, $unquoted, $delim) = ($1, $2, $3, $4); + return() unless( defined($quote) || length($unquoted) || length($delim)); + + if ($keep) { + $quoted = "$quote$quoted$quote"; + } else { + $unquoted =~ s/\\(.)/$1/sg; + if (defined $quote) { + $quoted =~ s/\\(.)/$1/sg if ($quote eq '"'); + $quoted =~ s/\\([\\'])/$1/g if ( $PERL_SINGLE_QUOTE && $quote eq "'"); + } + } + $word .= substr($line, 0, 0); # leave results tainted + $word .= defined $quote ? $quoted : $unquoted; + + if (length($delim)) { + push(@pieces, $word); + push(@pieces, $delim) if ($keep eq 'delimiters'); + undef $word; + } + if (!length($line)) { + push(@pieces, $word); + } + } + return(@pieces); +} + + + +1; +__END__ +=back + +=head1 SEE ALSO + +The modules L, L, +L, L, and the +document L and the specification in the TeX Live +repository trunk/Master/tlpkg/doc/. + +=head1 AUTHORS AND COPYRIGHT + +This script and its documentation were written for the TeX Live +distribution (L) and both are licensed under the +GNU General Public License Version 2 or later. + +=cut + +### Local Variables: +### perl-indent-level: 2 +### tab-width: 2 +### indent-tabs-mode: nil +### End: +# vim:set tabstop=2 expandtab: # diff -Nru texlive-lang-2007.dfsg.4/tlpkg/TeXLive/TLWinGoo.pm texlive-lang-2009/tlpkg/TeXLive/TLWinGoo.pm --- texlive-lang-2007.dfsg.4/tlpkg/TeXLive/TLWinGoo.pm 1970-01-01 01:00:00.000000000 +0100 +++ texlive-lang-2009/tlpkg/TeXLive/TLWinGoo.pm 2009-10-15 22:19:28.000000000 +0100 @@ -0,0 +1,1165 @@ +# $Id: TLWinGoo.pm 15816 2009-10-15 21:19:28Z trzeciak $ +# TeXLive::TLWinGoo.pm -# Windows nastiness +# +# Copyright 2008, 2009 Siep Kroonenberg, Norbert Preining +# This file is licensed under the GNU General Public License version 2 +# or any later version. + +# code for broadcast_env adapted from Win32::Env: +# Copyright 2006 Oleg "Rowaa[SR13]" V. Volkov, all rights reserved. +# This program is free software; you can redistribute it and/or modify it +# under the same terms as Perl itself. + +package TeXLive::TLWinGoo; + +my $svnrev = '$Revision: 15816 $'; +my $_modulerevision; +if ($svnrev =~ m/: ([0-9]+) /) { + $_modulerevision = $1; +} else { + $_modulerevision = "unknown"; +} +sub module_revision { + return $_modulerevision; +} + +=pod + +=head1 NAME + +C -- Additional utilities for Windows + +=head2 SYNOPSIS + + use TeXLive::TLWinGoo; + +=head2 DIAGNOSTICS + + TeXLive::TLWinGoo::win_version; + TeXLive::TLWinGoo::is_vista; + TeXLive::TLWinGoo::admin; + TeXLive::TLWinGoo::non_admin; + TeXLive::TLWinGoo::reg_country; + +=head2 ENVIRONMENT AND REGISTRY + + TeXLive::TLWinGoo::expand_string($s); + TeXLive::TLWinGoo::global_tmpdir; + TeXLive::TLWinGoo::get_system_path; + TeXLive::TLWinGoo::get_user_path; + TeXLive::TLWinGoo::win_which_dir($prog); + TeXLive::TLWinGoo::setenv_reg($env_var, $env_data); + TeXLive::TLWinGoo::unsetenv_reg($env_var); + TeXLive::TLWinGoo::adjust_reg_path_for_texlive($action, $texbindir, $mode); + TeXLive::TLWinGoo::register_extension($extension, $file_type); + TeXLive::TLWinGoo::unregister_extension($extension); + TeXLive::TLWinGoo::register_file_type($file_type, $command); + TeXLive::TLWinGoo::unregister_file_type($file_type); + +=head2 ACTIVATING CHANGES IMMEDIATELY + + TeXLive::TLWinGoo::broadcast_env; + TeXLive::TLWinGoo::update_assocs; + +=head2 SHORTCUTS + + TeXLive::TLWinGoo::desktop_path; + TeXLive::TLWinGoo::add_desktop_shortcut($texdir, $name, $icon, + $prog, $args, $batgui); + TeXLive::TLWinGoo::add_menu_shortcut($place, $name, $icon, + $prog, $args, $batgui); + TeXLive::TLWinGoo::remove_desktop_shortcut($name); + TeXLive::TLWinGoo::remove_menu_shortcut($place, $name); + +=head2 UNINSTALLER + + TeXLive::TLWinGoo::create_uninstaller; + TeXLive::TLWinGoo::unregister_uninstaller; + +All exported functions return forward slashes. + +=head2 DESCRIPTION + +=over 4 + +=cut + +BEGIN { + use Exporter; + use vars qw( @ISA @EXPORT $Registry); + @ISA = qw( Exporter ); + @EXPORT = qw( + &win_version + &is_vista + &admin + &non_admin + ®_country + &expand_string + &global_tmpdir + &get_system_path + &get_user_path + &setenv_reg + &unsetenv_reg + &adjust_reg_path_for_texlive + ®ister_extension + &unregister_extension + ®ister_file_type + &unregister_file_type + &broadcast_env + &update_assocs + &shell_folder + &desktop_path + &add_desktop_shortcut + &add_menu_shortcut + &remove_desktop_shortcut + &remove_menu_shortcut + &create_uninstaller + &unregister_uninstaller + ); + # for testing also: + @EXPORT_OK = qw( + &admin_again + &get_system_env + &get_user_env + &win_which_dir + &global_tmpdir + &is_a_texdir + &tex_dirs_on_path + ); + if ($^O=~/^MSWin(32|64)$/i) { + require Win32::API; + require Win32::TieRegistry; + Win32::TieRegistry->import( qw( $Registry + REG_SZ REG_EXPAND_SZ KEY_READ KEY_WRITE KEY_ALL_ACCESS + KEY_ENUMERATE_SUB_KEYS ) ); + $Registry->Delimiter('/'); + $Registry->ArrayValues(0); + $Registry->FixSzNulls(1); + require Win32::Shortcut; + Win32::Shortcut->import( qw( SW_SHOWNORMAL SW_SHOWMINNOACTIVE ) ); + } +} + +use TeXLive::TLConfig; +use TeXLive::TLUtils; +TeXLive::TLUtils->import( qw( mkdirhier ) ); + +my $is_win = $^O=~/^MSWin(32|64)$/i; + +=pod + +=back + +=head2 DIAGNOSTICS + +=over 4 + +=item C + +C returns the Windows version number as stored in the +registry: 5.0 for Windows 2000, 5.1 for Windows XP and 6.0 for Vista. + +=cut + +my $windows_version = 0; + +if ($is_win) { + my $tempkey = $Registry->Open( + "LMachine/software/Microsoft/Windows NT/CurrentVersion/", + {Access => KEY_READ() }); + $windows_version = $tempkey -> { "/CurrentVersion" }; +} + +sub win_version { return $windows_version; } + +=item C + +C returns 1 if win_version is >= 6.0, otherwise 0. + +=cut + +sub is_vista { return $windows_version >= 6; } + +# permissions with which we try to access the system environment + +my $is_admin = 1; + +sub sys_access_permissions { + $is_admin ? KEY_ALL_ACCESS() : KEY_READ() | KEY_ENUMERATE_SUB_KEYS(); +} + +sub get_system_env { + return $Registry -> Open( + "LMachine/system/currentcontrolset/control/session manager/Environment/", + {Access => sys_access_permissions()}); +} + +# $is_admin was set to true originally. With this value, +# sys-access_permissions returns full access permissions. If that +# doesn't work out then apparently we aren't administrator, so we +# set $is_admin to 0. + +if ($is_win) { + $is_admin = 0 if not get_system_env(); + debug("Configuring TLWinGoo for " . + ($is_admin ? "admin" : "user") . "mode\n") if win32(); +} + +sub get_user_env { + return $Registry -> Open("CUser/Environment", {Access => KEY_ALL_ACCESS()}); +} + +=pod + +=item C + +Returns admin status, admin implying having full read-write access +to the system environment. + +=cut + +sub admin { return $is_admin; } + +=pod + +=item C + +Pretend not to have admin privileges, to enforce a user- rather than +a system install. + +Currently only used for testing. + +=cut + +sub non_admin { + debug("TLWinGoo: switching to user mode\n"); + $is_admin = 0; +} + +# just for testing; doesn't check actual user permissions +sub admin_again { + debug("TLWinGoo: switching to admin mode\n"); + $is_admin = 1; +} + +=pod + +=item C + +Two-letter country code representing the locale of the current user + +=cut + +sub reg_country { + my $value = $Registry -> {"CUser/Control Panel/International//Locale"}; + return 0 unless $value; + # there might be trailing nulls on Vista + $value =~ s/\x00*$//; + $value = substr $value, -4; + return 0 unless $value; + my $lmkey = $Registry -> Open("HKEY_CLASSES_ROOT/MIME/Database/Rfc1766/", + {Access => KEY_READ()}); + return 0 unless $lmkey; + $lm = $lmkey->{"/$value"}; + return 0 unless $lm; + debug("found lang codes value = $value, lm = $lm...\n"); + if ($lm) { + if ($lm =~ m/^zh-(tw|hk)$/i) { + return ("zh-tw"); + } elsif ($lm =~ m/^zh/) { + # for anything else starting with zh return, that is zh, zh-cn, zh-sg + # and maybe something else + return ("zh-cn"); + } else { + return(substr $lm, 0, 2); + } + } +} + +=pod + +=back + +=head2 ENVIRONMENT AND REGISTRY + +Most settings can be made for a user and for the system. User +settings override system settings. + +For admin users, the functions below affect both user- and system +settings. For non-admin users, only user settings are changed. + +An exception is the search path: the effective searchpath consists +of the system searchpath in front concatenated with the user +searchpath at the back. + +Note that in a roaming profile network setup, users take only user +settings with them to other systems, not system settings. In this +case, with a TeXLive on the network, a nonadmin install makes the +most sense. + +=over 4 + +=item C + +This function replaces substrings C<%env_var%> with their current +values as environment variable and returns the result. + +=cut + +sub expand_string { + my ($s) = @_; + $s =~ s/%([^%;]+)%/$ENV{$1} ? $ENV{$1} : "%$1%"/eg; + return $s; +} + +=pod + +=item C + +Returns the expanded value of C<%TEMP%> from the system environment, +usually C<%SystemRoot%/Temp>. This value is normally not available +from C<%ENV>. + +=cut + +if ($is_win) { + $global_tmp = expand_string(get_system_env()->{'TEMP'}) if $is_win; +} + +my $global_tmp = "/tmp"; + +sub global_tmpdir { return $global_tmp; } + +sub is_a_texdir { + my $d = shift; + $d =~ s/\\/\//g; + $d = $d . '/' unless $d =~ m!/$!; + # don't consider anything under %systemroot% a texdir + my $sr = uc($ENV{'SystemRoot'}); + $sr =~ s/\\/\//g; + $sr = $sr . '/' unless $sr =~ m!/$!; + return 0 if index($d, $sr)==0; + foreach $p qw(luatex.exe mktexlsr.exe pdftex.exe tex.exe xetex.exe) { + return 1 if (-e $d.$p); + } + return 0; +} + +=pod + +=item C + +Returns unexpanded system path, as stored in the registry, but with +forward slashes. + +=cut + +sub get_system_path { + my $value = get_system_env() -> {'/Path'}; + $value =~ s/\\/\//g; + # Remove terminating zero bytes; there may be several, at least + # under w2k, and the FixSzNulls option only removes one. + $value =~ s/[\s\x00]+$//; + return $value; +} + +=pod + +=item C + +Returns unexpanded user path, as stored in the registry, but with +forward slashes. The user path often does not exist, and is rarely +expandable. + +=cut + +sub get_user_path { + my $value = get_user_env() -> {'/Path'}; + return "" if not $value; + $value =~ s/\\/\//g; + $value =~ s/[\s\x00]+$//; + return $value; +} + +=pod + +=item C + +More or less the same as which, except that 1. it returns a +directory, 2. it consults the path stored in the registry rather +than the path of the current process, and 3. it assumes that the +filename includes an extension. Currently only used for testing. + +=cut + +sub win_which_dir { + my $prog = shift; + my $d; + # first check system path + my $path = expand_string(get_system_path()); + my $user_path = expand_string(get_user_path()); + $path = $path . ';' . $user_path if $user_path; + foreach $d (split (';',$path)) { + $d =~ s/\/$//; + return $d if -e $d.'/'.$prog; + } + return 0; +} + +=pod + +=item C + +Set an environment variable $env_var to $env_data. + +$mode="user": set for current user. $mode="system": set for all +users. Default: both if admin, current user otherwise. + +=cut + +sub setenv_reg { + my $env_var = shift; + my $env_data = shift; + my $mode = @_ ? shift : "default"; + die "setenv_reg: Invalid mode $mode" + if ($mode ne "user" and $mode ne "system" and $mode ne "default"); + die "setenv_reg: mode 'system' only available for admin" + if ($mode eq "system" and !$is_admin); + my $env; + if ($mode ne "system") { + my $env = get_user_env(); + $env->ArrayValues(1); + $env->{'/'.$env_var} = + [ $env_data, ($env_data =~ /%/) ? REG_EXPAND_SZ : REG_SZ ]; + } + if ($mode ne "user" and $is_admin) { + $env = get_system_env(); + $env->ArrayValues(1); + $env->{'/'.$env_var} = + [ $env_data, ($env_data =~ /%/) ? REG_EXPAND_SZ : REG_SZ ]; + } +} + +=pod + +=item C + +Unset an environment variable $env_var + +=cut + +sub unsetenv_reg { + my $env_var = shift; + my $env = get_user_env(); + my $mode = @_ ? shift : "default"; + #print "Unsetenv_reg: unset $env_var with mode $mode\n"; + die "unsetenv_reg: Invalid mode $mode" + if ($mode ne "user" and $mode ne "system" and $mode ne "default"); + die "unsetenv_reg: mode 'system' only available for admin" + if ($mode eq "system" and !$is_admin); + delete get_user_env()->{'/'.$env_var} if $mode ne "system"; + delete get_system_env()->{'/'.$env_var} if ($mode ne "user" and $is_admin); +} + +=pod + +=item C + +Returns tex directories found on the search path. +A directory is a TeX directory if it contains tex.exe or +pdftex.exe. + +=cut + +sub tex_dirs_on_path { + my ($path) = @_; + my ($d, $d_exp); + my @texdirs = (); + foreach $d (split (';', $path)) { + $d_exp = expand_string($d); + if (is_a_texdir($d_exp)) { + # tlwarn("Possibly conflicting [pdf]TeX program found at $d_exp\n"); + push(@texdirs, $d_exp); + }; + } + return @texdirs; +} + +=pod + +=item C + +Edit system or user PATH variable in the registry. +Adds or removes (depending on $action) $tlbindir directory +to system or user PATH variable in the registry (depending on $mode). + +=cut + +sub adjust_reg_path_for_texlive { + my ($action, $tlbindir, $mode) = @_; + die("Unknown path action: $action\n") + if ($action ne 'add') and ($action ne 'remove'); + die("Unknown path mode: $mode\n") + if ($mode ne 'system') and ($mode ne 'user'); + debug("Warning: [pdf]tex program not found in $tlbindir\n") + if (!is_a_texdir($tlbindir)); + my $path = ($mode eq 'system') ? get_system_path() : get_user_path(); + $tlbindir =~ s!/!\\!g; + my $tlbindir_short = uc(short_name($tlbindir)); + my ($d, $d_short, @newpath); + my $tex_dir_conflict = 0; + foreach $d (split (';', $path)) { + $d_short = uc(short_name(expand_string($d))); + $d_short =~ s!/!\\!g; + ddebug("adjust_reg: compar $d_short with $tlbindir_short\n"); + if ($d_short ne $tlbindir_short) { + push(@newpath, $d); + $tex_dir_conflict += is_a_texdir($d); + } + } + if ($action eq 'add') { + if ($tex_dir_conflict) { + debug("Warning: conflicting [pdf]tex found on the $mode path in $d; appending texlive bin dir to the front."); + unshift(@newpath, $tlbindir); + } else { + push(@newpath, $tlbindir); + } + } + if (@newpath) { + debug("TLWinGoo: adjust_reg_path_for_texlive: calling setenv_reg in $mode\n"); + setenv_reg("Path", join(';', @newpath), $mode); + } else { + debug("TLWinGoo: adjust_reg_path_for_texlive: calling unsetenv_reg in $mode\n"); + unsetenv_reg("Path", $mode); + } + if (($action eq 'add') and ($mode eq 'user') and tex_dirs_on_path(get_system_path())) { + tlwarn("Warning: conflicting [pdf]tex found on the system path in $d; not fixable in user mode."); + return 1; + } + return 0; +} + +# delete a registry key recursively. +# the key parameter should be a string, not a registry object. +# We shall use this with file types. + +sub reg_delete_recurse { + my $parent = shift; + my $childname = shift; + ddebug("Deleting $childname regkey\n"); + if ($childname !~ '^/') { # subkey + my $child = $parent->Open ($childname, {Access => KEY_ALL_ACCESS()}); + return unless $child; + foreach my $v (keys %$child) { + if ($v =~ '^/') { # value + delete $child->{$v}; + } else { # subkey + reg_delete_recurse ($child, $v); + } + } + delete $child->{'/'}; + } + delete $parent->{$childname}; +} + +=pod + +=item C + +Add registry entry to associate $extension with $file_type. Slashes +are flipped where necessary. + +If $mode is 0, nothing is actually done. If $mode is 1, only not-present +keys of keys that are matching the given key are (re)created. If $mode +is 2 then keys are (re)created in any case. + +=cut + +sub register_extension { + my $mode = shift; + return if ($mode == 0); + + my $extension = shift; + $extension = '.'.$extension unless $extension =~ /^\./; # ensure leading dot + $extension = uc($extension); + + my $file_type = shift; + debug("Linking $extension to $file_type\n"); + my ($classes_key_path, $classes_key, $k); + + $extension = lc($extension); + if ($is_admin) { + $classes_key_path = "LMachine/Software/Classes/"; + } else { + $classes_key_path = "CUser/Software/Classes/"; + } + + $classes_key = $Registry -> Open($classes_key_path, + {Access => KEY_ALL_ACCESS()}); + + if (!defined($classes_key)) { + tlwarn("Cannot get key to $classes_key\n" . + "Cannot continue setting up associations.\n"); + # should we die here in the admin case? + # so it was before, but that is probably not the best idea + return; + } + + my $do_create_key = 0; + + if ($mode == 1) { + if (defined($classes_key->{$extension})) { + if (defined($classes_key->{$extension}->{'/'})) { + if ($classes_key->{$extension}->{'/'} eq $file_type) { + debug("register_extension: already same key $extension $file_type present, recreate it\n"); + # delete it so that it is recreated ... + delete $classes_key -> {$extension}; + $do_create_key = 1; + } else { + debug("register_extension: old foreign key" . $classes_key->{$extension}->{'/'} . " found, not changing\n"); + } + } + } else { + debug("register_extension: old key $extension not found, recreating it\n"); + $do_create_key = 1; + } + } elsif ($mode == 2) { + $do_create_key = 1; + } else { + die "Unknown mode $mode for register_extension"; + } + + if ($do_create_key) { + $k = $classes_key->CreateKey($extension); + if (!defined($k)) { + tlwarn("Cannot create key for $extension in $classes_key_path.\n"); + return; + } + $k -> ArrayValues(0); + $k -> {"/"} = $file_type; + if (admin()) { + # delete possibly conflicting value from HKCU/software + $classes_key = $Registry -> Open("CUser/Software/Classes/", + {Access => KEY_ALL_ACCESS()}); + delete $classes_key -> {$extension}; + } + } +} + +=pod + +=item C + +Reversal of register_extension. + +=cut + +sub unregister_extension { + my $mode = shift; + return if ($mode == 0); + + # we don't error check; we just do the best we can. + my $extension = shift; + my $filetype = shift; + $extension = '.'.$extension unless $extension =~ /^\./; # ensure leading dot + $extension = uc($extension); + debug("unregistering $extension\n"); + + my $classes_key; + + my $HKLMclasses_key = $Registry -> Open("LMachine/Software/Classes/", + {Access => KEY_ALL_ACCESS()}); + my $HKCUclasses_key = $Registry -> Open("CUser/Software/Classes/", + {Access => KEY_ALL_ACCESS()}); + if (admin()) { + $classes_key = $HKLMclasses_key; + } else { + $classes_key = $HKCUclasses_key; + } + if ($classes_key) { + my $do_remove_key = 0; + if ($mode == 1) { + if (defined($classes_key->{$extension})) { + if (defined($classes_key->{$extension}->{'/'})) { + if ($classes_key->{$extension}->{'/'} eq $filetype) { + debug("unregister_extension: correct key/value $extension/$filetype found, removing\n"); + $do_remove_key = 1; + } else { + debug("unregister_extension: foreign value for $extension found, keeping it\n"); + } + } else { + $do_remove_key = 1; + } + } else { + # nothing necessary, this key wasn't found + } + } elsif ($mode == 2) { + $do_remove_key = 1; + } else { + die "Unknown mode $mode for unregister_extension"; + } + + if ($do_remove_key) { + reg_delete_recurse ($classes_key, $extension."/"); + if (admin()) { + if ($HKCUclasses_key) { + reg_delete_recurse ($HKCUclasses_key, $extension."/"); + } else { + debug("Cannot open HKCU classes for write\n"); + } + } + } + } else { + if (admin()) { + debug("Cannot open HKLM classes for write\n"); + } else { + debug("Cannot open HKCU classes for write\n"); + } + } +} + +=pod + +=item C + +Add registry entries to associate $file_type with $command. Slashes +are flipped where necessary. Double quotes should be added by the +caller if necessary. + +=cut + +sub register_file_type { + my $file_type = shift; + my $command = shift; + $command =~s/\//\\/g; + debug ("Linking $file_type to $command\n"); + my ($classes_key, $k); + + if ($is_admin) { + $classes_key = $Registry -> Open("LMachine/Software/Classes/", + {Access => KEY_ALL_ACCESS()}) or die "Cannot open classpath"; + $k = $classes_key->CreateKey($file_type."/Shell/Open/Command/"); + $k -> {"/"} = $command; + $k -> ArrayValues(0); + # delete possibly conflicting values from HKCU/software + $classes_key = $Registry -> Open("CUser/Software/Classes/", + {Access => KEY_ALL_ACCESS()}); + reg_delete_recurse($classes_key, $file_type); + } else { + $classes_key = $Registry -> Open("CUser/Software/Classes/", + {Access => KEY_ALL_ACCESS()}); + $k = $classes_key->CreateKey($file_type."/Shell/Open/Command/"); + $k -> ArrayValues(0); + $k -> {"/"} = $command; + } +} + +=pod + +=item C + +Reversal of register_script_type. + +=cut + +sub unregister_file_type { + # we don't error check; we just do the best we can. + my $file_type = shift; + debug ("unregistering $file_type\n"); + + my $classes_key = $Registry -> Open("CUser/Software/Classes/", + {Access => KEY_ALL_ACCESS()}); + if ($classes_key) { + reg_delete_recurse ($classes_key, $file_type."/"); + } else { + tlwarn("Cannot open HKCU classes for write\n"); + } + if ($is_admin) { + $classes_key = $Registry -> Open("LMachine/Software/Classes/", + {Access => KEY_ALL_ACCESS()}); + if ($classes_key) { + reg_delete_recurse ($classes_key, $file_type."/"); + } else { + debug ("Cannot open HKLM classes for write\n"); + } + #reg_delete_recurse ($classes_key, $file_type); + } +} + +=pod + +=back + +=head2 ACTIVATING CHANGES IMMEDIATELY + +=over 4 + +=item C + +Broadcasts system message that enviroment has changed. This only has +an effect on newly-started programs, not on running programs and the +processes they spawn. + +=cut + +sub broadcast_env() { + use constant HWND_BROADCAST => 0xffff; + use constant WM_SETTINGCHANGE => 0x001A; + my $result = ""; + my $SendMessage; + debug("Broadcasting \"Enviroment settings changed\" message...\n"); + #$SendMessage = new Win32::API('user32', 'SendMessage', 'LLPP', 'L'); + #$result = $SendMessage->Call(HWND_BROADCAST, WM_SETTINGCHANGE, + # 0, 'Environment') if $SendMessage; + $SendMessage = new Win32::API('user32', 'SendMessageTimeout', 'LLPPLLP', 'L'); + my $ans = "12345678"; # room for dword + $result = $SendMessage->Call(HWND_BROADCAST, WM_SETTINGCHANGE, + 0, 'Environment', 0, 2000, $ans) if $SendMessage; + debug("Broadcast complete; result: $result.\n"); +} + +=pod + +=item C + +Notifies the system that filetypes have changed. + +=cut + +sub update_assocs() { + use constant SHCNE_ASSOCCHANGED => 0x8000000; + use constant SHCNF_IDLIST => 0; + my $update_fu = new Win32::API('shell32', 'SHChangeNotify', 'LIPP', 'V'); + if ($update_fu) { + debug("Notifying changes in filetypes...\n"); + $update_fu->Call (SHCNE_ASSOCCHANGED, SHCNF_IDLIST, 0, 0); + debug("Done notifying\n"); + } else { + debug("No update_fu\n"); + } +} + +=pod + +=back + +=head2 SHORTCUTS + +=cut + +# short path names + +my $shortfu; +if ($^O=~/^MSWin(32|64)$/i) { + $shortfu = new Win32::API('kernel32', 'GetShortPathName', 'PPN', 'N'); +} + +sub short_name { + my ($fname) = @_; + return $fname unless $is_win; + my $buffer = (' ' x 260); + my $slength = $shortfu->Call($fname, $buffer, 260); + if ($slength>0) { return substr $buffer, 0, $slength; } + else { return ''; } +} + +=pod + +=over 4 + +=item C + +Location of shell `special folders'; $user_name is the name +to look for in user mode, $admin_name is the name for admin mode, +e.g. `Desktop' and `Common Desktop'. The default for $admin_name is +'Common .$user_name + +=cut + +sub shell_folder { + my ($user_name, $admin_name) = @_; + $admin_name = 'Common '.$user_name unless ($admin_name or !$user_name); + my ($shell_key, $sh_folder); + if (admin()) { + return 0 unless $admin_name; + $shell_key = $Registry->Open( + "LMachine/software/microsoft/windows/currentversion/explorer/shell folders/", + {Access => KEY_READ}); + $sh_folder = short_name($shell_key -> {"/$admin_name"}); + } else { + $shell_key = $Registry->Open( + "CUser/software/microsoft/windows/currentversion/explorer/shell folders/", + {Access => KEY_READ}); + $sh_folder = short_name($shell_key -> {"/$user_name"}); + } + $sh_folder =~ s!\\!/!g; + return $sh_folder; +} + +sub desktop_path() { + return shell_folder('Desktop'); + #my ($shell_key, $deskpath); + #if (admin()) { + # $shell_key = $Registry->Open( + # "LMachine/software/microsoft/windows/currentversion/explorer/shell folders/", + # {Access => KEY_READ}); + # $deskpath = short_name($shell_key -> {"/Common Desktop"}); + #} else { + # $shell_key = $Registry->Open( + # "CUser/software/microsoft/windows/currentversion/explorer/shell folders/", + # {Access => KEY_READ}); + # $deskpath = short_name($shell_key -> {"/Desktop"}); + #} + #$deskpath =~ s!\\!/!g; + #return $deskpath; +} + +sub menu_path() { + return shell_folder('Programs', 'Common Programs'); + #my ($shell_key, $menupath); + #if (admin()) { + # $shell_key = $Registry->Open( + # "LMachine/software/microsoft/windows/currentversion/explorer/shell folders/", + # {Access => KEY_READ}); + # $menupath = short_name($shell_key -> {"/Common Programs"}); + #} else { + # $shell_key = $Registry->Open( + # "CUser/software/microsoft/windows/currentversion/explorer/shell folders/", + # {Access => KEY_READ}); + # $menupath = short_name($shell_key -> {"/Programs"}); + #} + #$menupath =~ s!\\!/!g; + #return $menupath; +} + +=pod + +=item C + +Add a desktop shortcut, with name $name and icon $icon, pointing to +program $prog with parameters $args (a string). Use a non-null +batgui parameter if the shortcut starts a gui program via a +batchfile. Then the inevitable command prompt will be hidden +rightaway, leaving only the gui program visible. + +=cut + +sub add_desktop_shortcut { + my ($name, $icon, $prog, $args, $batgui) = @_; + + # create shortcut + my ($shc, $shpath, $shfile); + $shc = new Win32::Shortcut(); + $shc->{'IconLocation'} = $icon if -f $icon; + $shc->{'Path'} = $prog; + $shc->{'Arguments'} = $args; + $shc->{'ShowCmd'} = $batgui ? SW_SHOWMINNOACTIVE : SW_SHOWNORMAL; + $shfile = desktop_path().'/'.$name.'.lnk'; + $shc->Save($shfile); +} + +=pod + +=item C + +Add a menu shortcut at place $place (relative to Start/Programs), +with name $name and icon $icon, pointing to program $prog with +parameters $args. See above for batgui. + +=cut + +sub add_menu_shortcut { + my ($place, $name, $icon, $prog, $args, $batgui) = @_; + $place =~ s!\\!/!g; + + my ($shc, $shpath, $shfile); + $shc = new Win32::Shortcut(); + $shc->{'IconLocation'} = $icon if -f $icon; + $shc->{'Path'} = $prog; + $shc->{'Arguments'} = $args; + $shc->{'ShowCmd'} = $batgui ? SW_SHOWMINNOACTIVE : SW_SHOWNORMAL; + $shpath = $place; + $shpath =~ s!\\!/!g; + $shpath = '/'.$shpath unless $shpath =~ m!^/!; + $shpath = menu_path().$shpath; + if ((-e $shpath) and not (-d $shpath)) { + next; # fail silently and don't worry about it + } elsif (not (-d $shpath)) { + mkdirhier($shpath); + return unless -d $shpath; + } + $shfile = $shpath.'/'.$name.'.lnk'; + $shc->Save($shfile); +} + +=pod + +=item C + +For uninstallation of an individual package. + +=cut + +sub remove_desktop_shortcut { + my $name = shift; + unlink desktop_path().'/'.$name.'.lnk'; +} + +=pod + +=item C + +For uninstallation of an individual package. + +=cut + +sub remove_menu_shortcut { + my $place = shift; + my $name = shift; + $place =~ s!\\!/!g; + $place = '/'.$place unless $place =~ m!^/!; + unlink menu_path().$place.'/'.$name.'.lnk'; +} + +=pod + +=back + +=head2 UNINSTALLER + +=over 4 + +=item C + +Writes registry entries for add/remove programs which reference +the uninstaller script and creates uninstaller batchfiles to finish +the job. + +=cut + +sub create_uninstaller { + my ($tdfw, $tdwfw, $tdsvfw, $tdscfw) = @_; + # TEXDIR, TEXDIRW, TEXMFSYSVAR, TEXMFSYSCONFIG + $tdfw =~ s![\\/]$!!; + my $td = $tdfw; + $td =~ s!/!\\!g; + + $tdwfw =~ s![\\/]$!!; + my $tdw = $tdwfw; + $tdw =~ s!/!\\!g; + + $tdsvfw =~ s![\\/]$!!; + my $tdsv = $tdsvfw; + $tdsv =~ s!/!\\!g; + + $tdscfw =~ s![\\/]$!!; + my $tdsc = $tdscfw; + $tdsc =~ s!/!\\!g; + + my $uninst_key = $Registry -> Open((admin() ? "LMachine" : "CUser") . + "/software/microsoft/windows/currentversion/", + {Access => KEY_ALL_ACCESS()}); + my $k = $uninst_key->CreateKey( + "uninstall/TeXLive$::TeXLive::TLConfig::ReleaseYear/"); + $k->{"/DisplayName"} = "TeX Live $::TeXLive::TLConfig::ReleaseYear"; + $k->{"/UninstallString"} = "\"$tdw\\tlpkg\\installer\\uninst.bat\""; + $k->{'/DisplayVersion'} = $::TeXLive::TLConfig::ReleaseYear; + $k->{'/URLInfoAbout'} = "http://www.tug.org/texlive"; + + mkdirhier("$tdwfw/tlpkg/installer"); # wasn't this done yet? + if (open UNINST, ">$tdwfw/tlpkg/installer/uninst.bat") { + print UNINST <$tdwfw/tlpkg/installer/uninst2.bat") { + print UNINST2 <nul +del \"$tdw\\release-texlive.txt\" +set test= +for \%\%f in (\"$tdw\\*.*\") do \@set test=nonempty +if x\%test\%==x rd \"$tdw\" +\@echo Done uninstalling TeXLive. +rem \@pause +del %0 +UNEND2 +; + close UNINST2; + } else { + warn "Cannot open $tdwfw/tlpkg/installer/uninst2.bat for writing"; + } +} + +=pod + +=item C + +Removes TeXLive from Add/Remove Programs. + +=cut + +sub unregister_uninstaller { + my ($w32_multi_user) = @_; + my $regkey_uninst_path = ($w32_multi_user ? "LMachine" : "CUser") . + "/software/microsoft/windows/currentversion/uninstall/"; + my $regkey_uninst = $Registry->Open($regkey_uninst_path, + {Access => KEY_ALL_ACCESS()}); + reg_delete_recurse($regkey_uninst, "TeXLive$::TeXLive::TLConfig::ReleaseYear/") + if $regkey_uninst; +} + +=pod + +=back + +=cut + +# needs a terminal 1 for require to succeed! +1; + +### Local Variables: +### perl-indent-level: 2 +### tab-width: 2 +### indent-tabs-mode: nil +### End: +# vim:set tabstop=2 expandtab: # diff -Nru texlive-lang-2007.dfsg.4/tlpkg/TeXLive/trans.pl texlive-lang-2009/tlpkg/TeXLive/trans.pl --- texlive-lang-2007.dfsg.4/tlpkg/TeXLive/trans.pl 1970-01-01 01:00:00.000000000 +0100 +++ texlive-lang-2009/tlpkg/TeXLive/trans.pl 2009-09-30 15:40:59.000000000 +0100 @@ -0,0 +1,193 @@ +#!/usr/bin/env perl +# $Id: trans.pl 14198 2009-07-09 11:39:06Z preining $ +# +# Copyright 2009 Norbert Preining +# This file is licensed under the GNU General Public License version 2 +# or any later version. +# +# translation infrastructure for TeX Live programs +# if $::lang is set then that one is used +# if $::lang is unset try to auto-deduce it from LC_MESSAGES/Registry +# if $::opt_lang is set use that instead +# +# this module implements parsing .po files, but no specialities of .po +# files are supported. Only reading of msgstr and msgid and concatenating +# multiple lines. Furthermore, strings replacements are done: +# \n -> +# \" -> " +# \\ -> \ +# + +use strict; +$^W = 1; + +use utf8; +no utf8; + +if (defined($::opt_lang)) { + $::lang = $::opt_lang; + if ($::lang eq "zh") { + # set language to simplified chinese + $::lang = "zh-cn"; + } +} else { + if ($^O =~ /^MSWin(32|64)$/i) { + # trying to deduce automatically the country code + my $foo = TeXLive::TLWinGoo::reg_country(); + if ($foo) { + $::lang = $foo; + } else { + debug("Didn't get any usuful code from reg_country: $foo...\n"); + } + } else { + # we load POSIX and locale stuff + require POSIX; + import POSIX qw/locale_h/; + # now we try to deduce $::lang + my $loc = setlocale(&POSIX::LC_MESSAGES); + my ($lang,$area,$codeset); + if ($loc =~ m/^([^_.]*)(_([^.]*))?(\.([^@]*))?(@.*)?$/) { + $lang = defined($1)?$1:""; + $area = defined($3)?$3:""; + if ($lang eq "zh") { + if ($area =~ m/^(TW|HK)$/i) { + $lang = "zh-tw"; + } else { + # fallback to zh-cn for anything else, that is + # zh-cn, zh-sg, zh, and maybe something else + $lang = "zh-cn"; + } + } + } + $::lang = $lang if ($lang); + } +} + + +our %TRANS; + +# +# __ takes a string argument and checks that it +sub __ ($@) { + my $key = shift; + my $ret; + # if no $::lang is set just return without anything + if (!defined($::lang)) { + $ret = $key; + } else { + $ret = $key; + $key =~ s/\\/\\\\/g; + $key =~ s/\n/\\n/g; + $key =~ s/"/\\"/g; + # if the translation is defined return it + if (defined($TRANS{$::lang}->{$key})) { + $ret = $TRANS{$::lang}->{$key}; + if ($::debug_translation && ($key eq $ret)) { + print STDERR "probably untranslated in $::lang: >>>$key<<<\n"; + } + } else { + # if we cannot find it, return $s itself + if ($::debug_translation && $::lang ne "en") { + print STDERR "no translation in $::lang: >>>$key<<<\n"; + } + # $ret is already set initially + } + } + # translate back $ret: + $ret =~ s/\\n/\n/g; + $ret =~ s/\\"/"/g; + $ret =~ s/\\\\/\\/g; + return sprintf($ret, @_); +} + +if (($::lang ne "en") && ($::lang ne "C")) { + if (! -r "$::installerdir/tlpkg/translations/$::lang.po") { + tlwarn ("\n Sorry, no translations available for $::lang; falling back to English. + Make sure that you have the package \"texlive-msg-translations\" installed. + (If you'd like to help translate the installer's messages, please see + http://tug.org/texlive/doc.html#install-tl-xlate for information.)\n\n"); + } else { + # merge the translated strings into the text string + open(LANG, "<$::installerdir/tlpkg/translations/$::lang.po"); + my $msgid; + my $msgstr; + my $inmsgid; + my $inmsgstr; + while () { + chomp; + next if m/^\s*#/; + if (m/^\s*$/) { + if ($inmsgid) { + debug("msgid $msgid without msgstr in $::lang.po\n"); + $inmsgid = 0; + $inmsgstr = 0; + $msgid = ""; + $msgstr = ""; + next; + } + if ($inmsgstr) { + if ($msgstr) { + if (!utf8::decode($msgstr)) { + warn("decoding string to utf8 didn't work: $msgstr\n"); + } + # we decode msgid too to get \\ and not \ + if (!utf8::decode($msgid)) { + warn("decoding string to utf8 didn't work: $msgid\n"); + } + $TRANS{$::lang}{$msgid} = $msgstr; + } else { + ddebug("untranslated $::lang: ...$msgid...\n"); + } + $inmsgid = 0; + $inmsgstr = 0; + $msgid = ""; + $msgstr = ""; + next; + } + next; + } + if (m/^msgid\s+"(.*)"\s*$/) { + if ($msgid) { + warn("stray msgid line: $_"); + next; + } + $inmsgid = 1; + $msgid = $1; + next; + } + if (m/^"(.*)"\s*$/) { + if ($inmsgid) { + $msgid .= $1; + } elsif ($inmsgstr) { + $msgstr .= $1; + } else { + tlwarn("cannot parse $::lang.po line: $_\n"); + } + next; + } + if (m/^msgstr\s+"(.*)"\s*$/) { + if (!$inmsgid) { + tlwarn("msgstr $1 without msgid\n"); + next; + } + $msgstr = $1; + $inmsgstr = 1; + $inmsgid = 0; + } + } + close(LANG); + } +} + + +1; + +__END__ + +### Local Variables: +### perl-indent-level: 2 +### tab-width: 2 +### indent-tabs-mode: nil +### End: +# vim:set tabstop=2 expandtab: # + diff -Nru texlive-lang-2007.dfsg.4/tlpkg/TeXLive/waitVariableX.pm texlive-lang-2009/tlpkg/TeXLive/waitVariableX.pm --- texlive-lang-2007.dfsg.4/tlpkg/TeXLive/waitVariableX.pm 1970-01-01 01:00:00.000000000 +0100 +++ texlive-lang-2009/tlpkg/TeXLive/waitVariableX.pm 2009-08-06 14:20:26.000000000 +0100 @@ -0,0 +1,82 @@ +$TeXLive::waitVariableX::VERSION = '1.0'; + +package TeXLive::waitVariableX; + +use Carp; +use Exporter; + +use base qw/Exporter/; +@EXPORT = qw/waitVariableX/; +use strict; + +sub waitVariableX { + + use Tie::Watch; + + my ($parent, $millis) = (shift, shift); # @_ has list of var refs + + croak "waitVariableX: no milliseconds." unless defined $millis; + my ($callback, $st, $tid, @watch, $why); + + if (ref $millis eq 'ARRAY') { + $callback = Tk::Callback->new($millis->[1]); + $millis = $millis->[0]; + } + + $st = sub {my $argv = $_[0]->Args('-store'); $why = $argv->[0]}; + foreach my $vref (@_) { + push @watch, + Tie::Watch->new(-variable => $vref, -store => [$st, $vref]); + } + $tid = $parent->after($millis => sub {$why = 0}) unless $millis == 0; + + $parent->waitVariable(\$why); # wait for timer or watchpoint(s) + + $_->Unwatch foreach @watch; + $parent->afterCancel($tid); + $callback->Call($why) if defined $callback; + + return $why; # why we stopped waiting: 0 or $vref + +} # end waitVariableX + +1; +__END__ + + +=head1 NAME + +TeXLive::waitVariableX - a waitVariable with extensions. + +=head1 SYNOPSIS + + use Tk::waitVariableX; + + $splash->waitVariableX( [$millis, $destroy_splashscreen], \$v1, \$v2} ); + +=head1 DESCRIPTION + +This subroutine waits for a list of variables, with a timeout - the +subroutine returns when one of the variables changes value or the timeout +expires, whichever occurs first. + +Although the millisecond parameter is required, it may be zero, which +effects no timeout. The milliscond paramter may also be an array of +two elements, the first the millisecond value, and the second a +normal Per/Tk callback. The callback is invoked just before +waitVariableX returns. + +Callback format is patterned after the Perl/Tk scheme: supply either a +code reference, or, supply an array reference and pass the callback +code reference in the first element of the array, followed by callback +arguments. + +=head1 COPYRIGHT + +Copyright (C) 2000 - 2002 Stephen O. Lidie. All rights reserved. + +This program is free software; you can redistribute it and/or modify it under +the same terms as Perl itself. + +This package is a literal copy of the original package only changing its name. +=cut diff -Nru texlive-lang-2007.dfsg.4/tlpkg/texlive.tlpdb texlive-lang-2009/tlpkg/texlive.tlpdb --- texlive-lang-2007.dfsg.4/tlpkg/texlive.tlpdb 1970-01-01 01:00:00.000000000 +0100 +++ texlive-lang-2009/tlpkg/texlive.tlpdb 2009-11-07 02:29:45.000000000 +0000 @@ -0,0 +1,120472 @@ +name 00texlive.config +category TLCore +revision 15388 +shortdesc TeX Live network archive option settings +longdesc This package contains configuration options for the TeX Live +longdesc archive If container_split_{doc,src}_files occurs in the depend +longdesc lines the {doc,src} files are split into separate containers +longdesc (.tar.xz) during container build time. Note that this has NO +longdesc effect on the appearance within the texlive.tlpdb. It is only +longdesc on container level. The container_format/XXXXX specifies the +longdesc format, currently allowed is only "xz", which generates .tar.xz +longdesc files. zip can be supported. release/NNNN specifies the release +longdesc number as used in the installer. These values are taken from +longdesc TeXLive::TLConfig::TLPDBConfigs hash at tlpdb creation time. +longdesc For information on the 00texlive prefix see +longdesc 00texlive.installation(.tlpsrc) +depend container_format/xz +depend container_split_doc_files/1 +depend container_split_src_files/1 +depend release/2009 +depend revision/15944 + +name 00texlive.image +category TLCore +revision 15852 +shortdesc TeX Live files only in the source repository and DVD image +longdesc This package collects some files which are not caught by any of +longdesc the other TL packages. Its purpose is to make the file coverage +longdesc check happy. The files here are not copied by the installer +longdesc and containers are not built; they exist only in the full DVD +longdesc image or the installer archives. The IgnorePatterns in the +longdesc check_files routine in tlmgr.pl augment this list. For +longdesc information on the 00texlive prefix see +longdesc 00texlive.installation(.tlpsrc) +runfiles size=12798 + .mkisofsrc + autorun.inf + texmf-dist/README + texmf/README + texmf/doc/man/Makefile + texmf/doc/man/man1/Makefile + texmf/doc/man/man5/Makefile + tlpkg/archive/create-tlsrc-from-tpm.pl + tlpkg/archive/create_tlp_simple.pl + tlpkg/archive/read-tpm-dump-tpl.pl + tlpkg/archive/rej.generalize-revisions.patch + tlpkg/archive/rej.installed-avail-archs.patch + tlpkg/archive/rej.postaction-code-in-tlpsrc.patch + tlpkg/archive/rej.tlmgrgui-include-revisions-in-update-list.patch + tlpkg/archive/tlpdb2container + tlpkg/archive/tlpdb2list + tlpkg/archive/tlpsrc2container + tlpkg/archive/tlpsrc2tlpobj + tlpkg/dev/README + tlpkg/dev/dev.multi-source-support.README + tlpkg/dev/dev.multi-source-support.patch + tlpkg/dev/dev.tempfile-for-tlpdb.patch + tlpkg/dev/dev.usermode-tlmgr.README + tlpkg/dev/dev.usermode-tlmgr.patch + tlpkg/dev/lib/C/Makefile + tlpkg/dev/lib/C/tlp-config.c + tlpkg/dev/lib/C/tlp-config.h + tlpkg/dev/lib/C/tlp-src.c + tlpkg/dev/lib/C/tlp-src.h + tlpkg/dev/lib/C/tlp-utils.c + tlpkg/dev/lib/C/tlp-utils.h + tlpkg/dev/lib/bash/TeXLiveInfra.sh + tlpkg/dev/lib/python/TeXLive.py + tlpkg/dev/makeself-runscript.sh + tlpkg/dev/mktextex.pl + tlpkg/dev/mktexupd.texlua + tlpkg/dev/tlmgr1.pl-with-recreate-tlpdb + tlpkg/dev/tlnet-disabled-packages.txt + tlpkg/dev/tlrepo-from-minimals.pl + tlpkg/doc/00texlive-packages.txt + tlpkg/doc/articles/bachotex08/install08gui.png + tlpkg/doc/articles/bachotex08/install08text.pdf + tlpkg/doc/articles/bachotex08/install08text.tex + tlpkg/doc/articles/bachotex08/tlinst-BT08-abstract.pdf + tlpkg/doc/articles/bachotex08/tlinst-BT08-abstract.tex + tlpkg/doc/articles/bachotex08/tlinst-BT08.pdf + tlpkg/doc/articles/bachotex08/tlinst-BT08.tex + tlpkg/doc/articles/cstug08/berry.jpg + tlpkg/doc/articles/cstug08/cstug08.pdf + tlpkg/doc/articles/cstug08/cstug08.tex + tlpkg/doc/articles/cstug08/dviout.png + tlpkg/doc/articles/cstug08/gui-collections.png + tlpkg/doc/articles/cstug08/gui-installer.png + tlpkg/doc/articles/cstug08/gui-lang.png + tlpkg/doc/articles/cstug08/gui-scheme.png + tlpkg/doc/articles/cstug08/gui-systems.png + tlpkg/doc/articles/cstug08/install-directory.png + tlpkg/doc/articles/cstug08/install-options.png + tlpkg/doc/articles/cstug08/install08text-crop.pdf + tlpkg/doc/articles/cstug08/psview.png + tlpkg/doc/articles/cstug08/rahtz.png + tlpkg/doc/articles/cstug08/start_impressive.sh + tlpkg/doc/articles/cstug08/talk-bacho08.tex + tlpkg/doc/articles/cstug08/talk-guit2008.tex + tlpkg/doc/articles/cstug08/texcollection2008-large.png + tlpkg/doc/articles/cstug08/texlive2008-logo-2.png + tlpkg/doc/articles/cstug08/tlmgrgui-update.png + tlpkg/doc/articles/cstug08/update-tlmgr-finish.png + tlpkg/doc/articles/cstug08/update-tlmgr-w32.png + tlpkg/doc/articles/guit07/tlinfra-guit07.pdf + tlpkg/doc/articles/guit07/tlinfra-guit07.tex + tlpkg/doc/articles/guit08/Makefile + tlpkg/doc/articles/guit08/dviout.png + tlpkg/doc/articles/guit08/gui-collections.png + tlpkg/doc/articles/guit08/gui-installer-de.png + tlpkg/doc/articles/guit08/gui-installer.png + tlpkg/doc/articles/guit08/gui-lang.png + tlpkg/doc/articles/guit08/gui-progress.png + tlpkg/doc/articles/guit08/gui-scheme.png + tlpkg/doc/articles/guit08/gui-systems.png + tlpkg/doc/articles/guit08/install08text.tex + tlpkg/doc/articles/guit08/psview.png + tlpkg/doc/articles/guit08/tlmgr-article.bib + tlpkg/doc/articles/guit08/tlmgr-article.pdf + tlpkg/doc/articles/guit08/tlmgr-article.tex + tlpkg/doc/articles/guit08/tlmgr-dtk.ltx + tlpkg/doc/articles/guit08/tlmgr-dtk.pdf + tlpkg/doc/articles/guit08/tlmgr-dtk.tex + tlpkg/doc/articles/guit08/tlmgrgui-arch-de.png + tlpkg/doc/articles/guit08/tlmgrgui-arch.png + tlpkg/doc/articles/guit08/tlmgrgui-install-de.png + tlpkg/doc/articles/guit08/tlmgrgui-install.png + tlpkg/doc/articles/guit08/tlmgrgui-log-de.png + tlpkg/doc/articles/guit08/tlmgrgui-options-de.png + tlpkg/doc/articles/guit08/tlmgrgui-options.png + tlpkg/doc/articles/guit08/tlmgrgui-remove-de.png + tlpkg/doc/articles/guit08/tlmgrgui-remove.png + tlpkg/doc/articles/guit08/tlmgrgui-update-de.png + tlpkg/doc/articles/guit08/tlmgrgui-update.png + tlpkg/doc/coding-style.txt + tlpkg/doc/historic/Perl-API.txt + tlpkg/doc/historic/Shell-API.txt + tlpkg/doc/historic/installer-layout.txt + tlpkg/doc/historic/list-file-format.txt + tlpkg/doc/historic/specification.txt + tlpkg/doc/howto-translations.txt + tlpkg/doc/integrated-pool.tex + tlpkg/doc/new-installer-layout.txt + tlpkg/doc/packages.txt + tlpkg/doc/repository-setup.txt + tlpkg/doc/texlive-installer-graphic.xcf + tlpkg/doc/tl11.ico + tlpkg/doc/tl11.svg + tlpkg/doc/tnc_config.vbs + tlpkg/libexec/bin-cjkutils.pl + tlpkg/libexec/c90.pl + tlpkg/libexec/cjk-build.pl + tlpkg/libexec/cjk.pl + tlpkg/libexec/ctan2tds + tlpkg/libexec/dnp.pl + tlpkg/libexec/garuda-c90.pl + tlpkg/libexec/norasi-c90.pl + tlpkg/libexec/place + tlpkg/libexec/svnchangelog.sed + tlpkg/support/Emacs+AucTeX-W32/Emacs+AucTeX-win32.txt + tlpkg/support/Emacs+AucTeX-W32/emacs-23.1+auctex-11.85-w32.txt + tlpkg/support/Emacs+AucTeX-W32/emacs-23.1+auctex-11.85-w32.zip + +name 00texlive.installation +category TLCore +revision 15863 +shortdesc TeX Live configuration settings +longdesc This package serves two purposes: 1. at installation time the +longdesc present values are taken as default for the installer 2. on an +longdesc installed system it serves as a configuration file. We have to +longdesc remember these settings for additional package installation, +longdesc removal, etc. In the tlpsrc itself only those options are +longdesc saved that are used *ONLY* at installation time, currently +longdesc opt_paper, opt_path, opt_frozen, and opt_write18_restricted. +longdesc These will longdesc be saved in the local tlpdb and will not be +longdesc accessible by tlmgr. All other options are set from +longdesc TLConfig::TLPDBOptions to the default values specified there. +longdesc There are two types here: - If the key starts with opt_ this is +longdesc an option that can be set by the user either at installation +longdesc time or via tlmgr later on - If the key starts with setting_ +longdesc this value cannot be changed by the user directly with tlmgr, +longdesc but only by other actions. Currently there are only two +longdesc settings supported of which one is only used in special cases: +longdesc . setting_available_architectures lists all available platforms +longdesc and should be always present . setting_platform *overrides* the +longdesc auto-deteced platform. This setting will only be present when +longdesc you forced a sepcific architecture with -force-arch to +longdesc install-tl The value of __MASTER__ for the location field +longdesc tells the installer to use the present directory itself. For +longdesc example, the DVD can be mounted anywhere and we want the +longdesc installer to work. Concerning the 00* names: All packages +longdesc starting with 00texlive are considered virtual packages in the +longdesc sense that no containers are generated and these packages are +longdesc never split into .src and .doc sub-packages in the tlpdb. +depend opt_paper:a4 +depend opt_path:0 +depend opt_write18_restricted:1 +depend setting_available_architectures:i386-solaris i386-linux mips-irix sparc-linux alpha-linux i386-netbsd sparc-solaris powerpc-linux universal-darwin win32 powerpc-aix x86_64-linux i386-cygwin +depend opt_autobackup:0 +depend opt_backupdir: +depend opt_create_formats:1 +depend opt_desktop_integration:1 +depend opt_file_assocs:1 +depend opt_install_docfiles:1 +depend opt_install_srcfiles:1 +depend opt_location:__MASTER__ +depend opt_post_code:1 +depend opt_sys_bin:/usr/local/bin +depend opt_sys_info:/usr/local/info +depend opt_sys_man:/usr/local/man +depend opt_w32_multi_user:0 + +name 00texlive.installer +category TLCore +revision 15942 +shortdesc TeX Live standalone installer package +longdesc This package defines the files to go into the installer +longdesc archives (install-tl-unx.tar.gz, install-tl.zip) built by the +longdesc tl-make-installer script. Most of what's here is also included +longdesc in the texlive.infra package -- ordinarily duplicates are not +longdesc allowed, but in this case, 00texlive.installer is never used +longdesc *except* to build the installer archives, so it's ok. For +longdesc information on the 00texlive prefix see +longdesc 00texlive.installation(.tlpsrc) +runfiles size=74 + install-tl + tlpkg/installer/config.guess + tlpkg/installer/install-menu-perltk.pl + tlpkg/installer/install-menu-text.pl + tlpkg/installer/install-menu-wizard.pl + tlpkg/installer/install-tl.html + tlpkg/installer/installer-options.txt + tlpkg/installer/menu.win32 + tlpkg/installer/platform.pl + tlpkg/installer/texlive2008-wizard.png + tlpkg/installer/texlive2008.png + tlpkg/installer/texlive2009-wizard.png +binfiles arch=alpha-linux size=22 + tlpkg/installer/xz/xzdec.alpha-linux +binfiles arch=i386-cygwin size=54 + tlpkg/installer/xz/xz.i386-cygwin.exe + tlpkg/installer/xz/xzdec.i386-cygwin.exe +binfiles arch=i386-linux size=17 + tlpkg/installer/xz/xzdec.i386-linux +binfiles arch=i386-netbsd size=17 + tlpkg/installer/xz/xzdec.i386-netbsd +binfiles arch=i386-solaris size=20 + tlpkg/installer/xz/xzdec.i386-solaris +binfiles arch=mips-irix size=29 + tlpkg/installer/xz/xzdec.mips-irix +binfiles arch=powerpc-aix size=90 + tlpkg/installer/wget/wget.powerpc-aix + tlpkg/installer/xz/xzdec.powerpc-aix +binfiles arch=powerpc-linux size=19 + tlpkg/installer/xz/xzdec.powerpc-linux +binfiles arch=sparc-linux size=18 + tlpkg/installer/xz/xzdec.sparc-linux +binfiles arch=sparc-solaris size=92 + tlpkg/installer/wget/wget.sparc-solaris + tlpkg/installer/xz/xzdec.sparc-solaris +binfiles arch=universal-darwin size=151 + tlpkg/installer/wget/wget.universal-darwin + tlpkg/installer/xz/xzdec.universal-darwin +binfiles arch=win32 size=4408 + install-tl-advanced.bat + install-tl.bat + tlpkg/installer/tar.exe + tlpkg/installer/wget/wget.exe + tlpkg/installer/xz/xz.exe + tlpkg/installer/xz/xzdec.exe + tlpkg/tlperl/README.TEXLIVE + tlpkg/tlperl/bin/perl.exe + tlpkg/tlperl/bin/perl.exe.manifest + tlpkg/tlperl/bin/perl58.dll + tlpkg/tlperl/lib/AnyDBM_File.pm + tlpkg/tlperl/lib/AutoLoader.pm + tlpkg/tlperl/lib/B.pm + tlpkg/tlperl/lib/B/Asmdata.pm + tlpkg/tlperl/lib/B/Assembler.pm + tlpkg/tlperl/lib/B/Bblock.pm + tlpkg/tlperl/lib/B/Bytecode.pm + tlpkg/tlperl/lib/B/C.pm + tlpkg/tlperl/lib/B/CC.pm + tlpkg/tlperl/lib/B/Concise.pm + tlpkg/tlperl/lib/B/Debug.pm + tlpkg/tlperl/lib/B/Deparse.pm + tlpkg/tlperl/lib/B/Disassembler.pm + tlpkg/tlperl/lib/B/Lint.pm + tlpkg/tlperl/lib/B/Showlex.pm + tlpkg/tlperl/lib/B/Stackobj.pm + tlpkg/tlperl/lib/B/Stash.pm + tlpkg/tlperl/lib/B/Terse.pm + tlpkg/tlperl/lib/B/Xref.pm + tlpkg/tlperl/lib/B/assemble + tlpkg/tlperl/lib/B/cc_harness + tlpkg/tlperl/lib/B/disassemble + tlpkg/tlperl/lib/B/makeliblinks + tlpkg/tlperl/lib/Carp.pm + tlpkg/tlperl/lib/Carp/Heavy.pm + tlpkg/tlperl/lib/Class/ISA.pm + tlpkg/tlperl/lib/Class/Struct.pm + tlpkg/tlperl/lib/Config.pm + tlpkg/tlperl/lib/Config_heavy.pl + tlpkg/tlperl/lib/Cwd.pm + tlpkg/tlperl/lib/Data/Dumper.pm + tlpkg/tlperl/lib/Digest/MD5.pm + tlpkg/tlperl/lib/Digest/base.pm + tlpkg/tlperl/lib/Digest/file.pm + tlpkg/tlperl/lib/DynaLoader.pm + tlpkg/tlperl/lib/Encode.pm + tlpkg/tlperl/lib/Encode/Alias.pm + tlpkg/tlperl/lib/Encode/Byte.pm + tlpkg/tlperl/lib/Encode/CJKConstants.pm + tlpkg/tlperl/lib/Encode/CN.pm + tlpkg/tlperl/lib/Encode/CN/HZ.pm + tlpkg/tlperl/lib/Encode/Changes.e2x + tlpkg/tlperl/lib/Encode/Config.pm + tlpkg/tlperl/lib/Encode/ConfigLocal_PM.e2x + tlpkg/tlperl/lib/Encode/EBCDIC.pm + tlpkg/tlperl/lib/Encode/Encoder.pm + tlpkg/tlperl/lib/Encode/Encoding.pm + tlpkg/tlperl/lib/Encode/Guess.pm + tlpkg/tlperl/lib/Encode/JP.pm + tlpkg/tlperl/lib/Encode/JP/H2Z.pm + tlpkg/tlperl/lib/Encode/JP/JIS7.pm + tlpkg/tlperl/lib/Encode/KR.pm + tlpkg/tlperl/lib/Encode/KR/2022_KR.pm + tlpkg/tlperl/lib/Encode/MIME/Header.pm + tlpkg/tlperl/lib/Encode/MIME/Header/ISO_2022_JP.pm + tlpkg/tlperl/lib/Encode/Makefile_PL.e2x + tlpkg/tlperl/lib/Encode/PerlIO.pod + tlpkg/tlperl/lib/Encode/README.e2x + tlpkg/tlperl/lib/Encode/Supported.pod + tlpkg/tlperl/lib/Encode/Symbol.pm + tlpkg/tlperl/lib/Encode/TW.pm + tlpkg/tlperl/lib/Encode/Unicode.pm + tlpkg/tlperl/lib/Encode/Unicode/UTF7.pm + tlpkg/tlperl/lib/Encode/_PM.e2x + tlpkg/tlperl/lib/Encode/_T.e2x + tlpkg/tlperl/lib/Encode/encode.h + tlpkg/tlperl/lib/Errno.pm + tlpkg/tlperl/lib/Exporter.pm + tlpkg/tlperl/lib/Exporter/Heavy.pm + tlpkg/tlperl/lib/Fcntl.pm + tlpkg/tlperl/lib/File/Basename.pm + tlpkg/tlperl/lib/File/CheckTree.pm + tlpkg/tlperl/lib/File/Compare.pm + tlpkg/tlperl/lib/File/Copy.pm + tlpkg/tlperl/lib/File/DosGlob.pm + tlpkg/tlperl/lib/File/Find.pm + tlpkg/tlperl/lib/File/Glob.pm + tlpkg/tlperl/lib/File/Path.pm + tlpkg/tlperl/lib/File/Spec.pm + tlpkg/tlperl/lib/File/Spec/Cygwin.pm + tlpkg/tlperl/lib/File/Spec/Epoc.pm + tlpkg/tlperl/lib/File/Spec/Functions.pm + tlpkg/tlperl/lib/File/Spec/Mac.pm + tlpkg/tlperl/lib/File/Spec/OS2.pm + tlpkg/tlperl/lib/File/Spec/Unix.pm + tlpkg/tlperl/lib/File/Spec/VMS.pm + tlpkg/tlperl/lib/File/Spec/Win32.pm + tlpkg/tlperl/lib/File/Temp.pm + tlpkg/tlperl/lib/File/stat.pm + tlpkg/tlperl/lib/FileHandle.pm + tlpkg/tlperl/lib/Getopt/Long.pm + tlpkg/tlperl/lib/Getopt/Std.pm + tlpkg/tlperl/lib/IO.pm + tlpkg/tlperl/lib/IO/Dir.pm + tlpkg/tlperl/lib/IO/File.pm + tlpkg/tlperl/lib/IO/Handle.pm + tlpkg/tlperl/lib/IO/Pipe.pm + tlpkg/tlperl/lib/IO/Poll.pm + tlpkg/tlperl/lib/IO/Seekable.pm + tlpkg/tlperl/lib/IO/Select.pm + tlpkg/tlperl/lib/IO/Socket.pm + tlpkg/tlperl/lib/IO/Socket/INET.pm + tlpkg/tlperl/lib/IO/Socket/UNIX.pm + tlpkg/tlperl/lib/List/Util.pm + tlpkg/tlperl/lib/Opcode.pm + tlpkg/tlperl/lib/POSIX.pm + tlpkg/tlperl/lib/Pod/Checker.pm + tlpkg/tlperl/lib/Pod/Find.pm + tlpkg/tlperl/lib/Pod/Functions.pm + tlpkg/tlperl/lib/Pod/Html.pm + tlpkg/tlperl/lib/Pod/InputObjects.pm + tlpkg/tlperl/lib/Pod/LaTeX.pm + tlpkg/tlperl/lib/Pod/Man.pm + tlpkg/tlperl/lib/Pod/ParseLink.pm + tlpkg/tlperl/lib/Pod/ParseUtils.pm + tlpkg/tlperl/lib/Pod/Parser.pm + tlpkg/tlperl/lib/Pod/Perldoc.pm + tlpkg/tlperl/lib/Pod/Perldoc/BaseTo.pm + tlpkg/tlperl/lib/Pod/Perldoc/GetOptsOO.pm + tlpkg/tlperl/lib/Pod/Perldoc/ToChecker.pm + tlpkg/tlperl/lib/Pod/Perldoc/ToMan.pm + tlpkg/tlperl/lib/Pod/Perldoc/ToNroff.pm + tlpkg/tlperl/lib/Pod/Perldoc/ToPod.pm + tlpkg/tlperl/lib/Pod/Perldoc/ToRtf.pm + tlpkg/tlperl/lib/Pod/Perldoc/ToText.pm + tlpkg/tlperl/lib/Pod/Perldoc/ToTk.pm + tlpkg/tlperl/lib/Pod/Perldoc/ToXml.pm + tlpkg/tlperl/lib/Pod/PlainText.pm + tlpkg/tlperl/lib/Pod/Plainer.pm + tlpkg/tlperl/lib/Pod/Select.pm + tlpkg/tlperl/lib/Pod/Text.pm + tlpkg/tlperl/lib/Pod/Text/Color.pm + tlpkg/tlperl/lib/Pod/Text/Overstrike.pm + tlpkg/tlperl/lib/Pod/Text/Termcap.pm + tlpkg/tlperl/lib/Pod/Usage.pm + tlpkg/tlperl/lib/Safe.pm + tlpkg/tlperl/lib/Scalar/Util.pm + tlpkg/tlperl/lib/SelectSaver.pm + tlpkg/tlperl/lib/Symbol.pm + tlpkg/tlperl/lib/Term/ANSIColor.pm + tlpkg/tlperl/lib/Term/Cap.pm + tlpkg/tlperl/lib/Term/Complete.pm + tlpkg/tlperl/lib/Term/ReadLine.pm + tlpkg/tlperl/lib/Text/Abbrev.pm + tlpkg/tlperl/lib/Text/Balanced.pm + tlpkg/tlperl/lib/Text/ParseWords.pm + tlpkg/tlperl/lib/Text/Soundex.pm + tlpkg/tlperl/lib/Text/Tabs.pm + tlpkg/tlperl/lib/Text/Wrap.pm + tlpkg/tlperl/lib/Tie/Array.pm + tlpkg/tlperl/lib/Tie/File.pm + tlpkg/tlperl/lib/Tie/Handle.pm + tlpkg/tlperl/lib/Tie/Hash.pm + tlpkg/tlperl/lib/Tie/Memoize.pm + tlpkg/tlperl/lib/Tie/RefHash.pm + tlpkg/tlperl/lib/Tie/Scalar.pm + tlpkg/tlperl/lib/Tie/SubstrHash.pm + tlpkg/tlperl/lib/Tie/Watch.pm + tlpkg/tlperl/lib/Time/HiRes.pm + tlpkg/tlperl/lib/Time/Local.pm + tlpkg/tlperl/lib/Time/gmtime.pm + tlpkg/tlperl/lib/Time/localtime.pm + tlpkg/tlperl/lib/Time/tm.pm + tlpkg/tlperl/lib/Tk.pm + tlpkg/tlperl/lib/Tk/Adjuster.pm + tlpkg/tlperl/lib/Tk/After.pm + tlpkg/tlperl/lib/Tk/Animation.pm + tlpkg/tlperl/lib/Tk/Balloon.pm + tlpkg/tlperl/lib/Tk/Bitmap.pm + tlpkg/tlperl/lib/Tk/BrowseEntry.pm + tlpkg/tlperl/lib/Tk/Button.pm + tlpkg/tlperl/lib/Tk/Camel.xpm + tlpkg/tlperl/lib/Tk/Canvas.pm + tlpkg/tlperl/lib/Tk/Checkbutton.pm + tlpkg/tlperl/lib/Tk/Clipboard.pm + tlpkg/tlperl/lib/Tk/CmdLine.pm + tlpkg/tlperl/lib/Tk/ColorEdit.xpm + tlpkg/tlperl/lib/Tk/ColorEditor.pm + tlpkg/tlperl/lib/Tk/Compound.pm + tlpkg/tlperl/lib/Tk/Config.pm + tlpkg/tlperl/lib/Tk/Configure.pm + tlpkg/tlperl/lib/Tk/Credits + tlpkg/tlperl/lib/Tk/Derived.pm + tlpkg/tlperl/lib/Tk/Dialog.pm + tlpkg/tlperl/lib/Tk/DialogBox.pm + tlpkg/tlperl/lib/Tk/DirTree.pm + tlpkg/tlperl/lib/Tk/Dirlist.pm + tlpkg/tlperl/lib/Tk/DragDrop.pm + tlpkg/tlperl/lib/Tk/DragDrop/Common.pm + tlpkg/tlperl/lib/Tk/DragDrop/LocalDrop.pm + tlpkg/tlperl/lib/Tk/DragDrop/Rect.pm + tlpkg/tlperl/lib/Tk/DragDrop/SunConst.pm + tlpkg/tlperl/lib/Tk/DragDrop/SunDrop.pm + tlpkg/tlperl/lib/Tk/DragDrop/SunSite.pm + tlpkg/tlperl/lib/Tk/DragDrop/Win32Drop.pm + tlpkg/tlperl/lib/Tk/DragDrop/Win32Site.pm + tlpkg/tlperl/lib/Tk/DragDrop/XDNDDrop.pm + tlpkg/tlperl/lib/Tk/DragDrop/XDNDSite.pm + tlpkg/tlperl/lib/Tk/DropSite.pm + tlpkg/tlperl/lib/Tk/DummyEncode.pm + tlpkg/tlperl/lib/Tk/English.pm + tlpkg/tlperl/lib/Tk/Entry.pm + tlpkg/tlperl/lib/Tk/ErrorDialog.pm + tlpkg/tlperl/lib/Tk/Event.pm + tlpkg/tlperl/lib/Tk/Event/IO.pm + tlpkg/tlperl/lib/Tk/FBox.pm + tlpkg/tlperl/lib/Tk/FileSelect.pm + tlpkg/tlperl/lib/Tk/FloatEntry.pm + tlpkg/tlperl/lib/Tk/Font.pm + tlpkg/tlperl/lib/Tk/Frame.pm + tlpkg/tlperl/lib/Tk/HList.pm + tlpkg/tlperl/lib/Tk/IO.pm + tlpkg/tlperl/lib/Tk/IconList.pm + tlpkg/tlperl/lib/Tk/Image.pm + tlpkg/tlperl/lib/Tk/ItemStyle.pm + tlpkg/tlperl/lib/Tk/JPEG.pm + tlpkg/tlperl/lib/Tk/LabEntry.pm + tlpkg/tlperl/lib/Tk/LabFrame.pm + tlpkg/tlperl/lib/Tk/LabRadio.pm + tlpkg/tlperl/lib/Tk/Label.pm + tlpkg/tlperl/lib/Tk/Labelframe.pm + tlpkg/tlperl/lib/Tk/Listbox.pm + tlpkg/tlperl/lib/Tk/MMtry.pm + tlpkg/tlperl/lib/Tk/MMutil.pm + tlpkg/tlperl/lib/Tk/MainWindow.pm + tlpkg/tlperl/lib/Tk/MakeDepend.pm + tlpkg/tlperl/lib/Tk/Menu.pm + tlpkg/tlperl/lib/Tk/Menu/Item.pm + tlpkg/tlperl/lib/Tk/Menubar.pm + tlpkg/tlperl/lib/Tk/Menubutton.pm + tlpkg/tlperl/lib/Tk/Message.pm + tlpkg/tlperl/lib/Tk/NBFrame.pm + tlpkg/tlperl/lib/Tk/NoteBook.pm + tlpkg/tlperl/lib/Tk/Optionmenu.pm + tlpkg/tlperl/lib/Tk/PNG.pm + tlpkg/tlperl/lib/Tk/Pane.pm + tlpkg/tlperl/lib/Tk/Panedwindow.pm + tlpkg/tlperl/lib/Tk/Photo.pm + tlpkg/tlperl/lib/Tk/Pixmap.pm + tlpkg/tlperl/lib/Tk/Pretty.pm + tlpkg/tlperl/lib/Tk/ProgressBar.pm + tlpkg/tlperl/lib/Tk/README.Adjust + tlpkg/tlperl/lib/Tk/ROText.pm + tlpkg/tlperl/lib/Tk/Radiobutton.pm + tlpkg/tlperl/lib/Tk/Region.pm + tlpkg/tlperl/lib/Tk/Reindex.pm + tlpkg/tlperl/lib/Tk/ReindexedROText.pm + tlpkg/tlperl/lib/Tk/ReindexedText.pm + tlpkg/tlperl/lib/Tk/Scale.pm + tlpkg/tlperl/lib/Tk/Scrollbar.pm + tlpkg/tlperl/lib/Tk/Spinbox.pm + tlpkg/tlperl/lib/Tk/Stats.pm + tlpkg/tlperl/lib/Tk/Submethods.pm + tlpkg/tlperl/lib/Tk/TList.pm + tlpkg/tlperl/lib/Tk/Table.pm + tlpkg/tlperl/lib/Tk/Text.pm + tlpkg/tlperl/lib/Tk/Text/Tag.pm + tlpkg/tlperl/lib/Tk/TextEdit.pm + tlpkg/tlperl/lib/Tk/TextList.pm + tlpkg/tlperl/lib/Tk/TextUndo.pm + tlpkg/tlperl/lib/Tk/Tiler.pm + tlpkg/tlperl/lib/Tk/TixGrid.pm + tlpkg/tlperl/lib/Tk/Tk.xbm + tlpkg/tlperl/lib/Tk/Tk.xpm + tlpkg/tlperl/lib/Tk/TkXSUB.def + tlpkg/tlperl/lib/Tk/Toplevel.pm + tlpkg/tlperl/lib/Tk/Trace.pm + tlpkg/tlperl/lib/Tk/Tree.pm + tlpkg/tlperl/lib/Tk/Widget.pm + tlpkg/tlperl/lib/Tk/Wm.pm + tlpkg/tlperl/lib/Tk/X.pm + tlpkg/tlperl/lib/Tk/X11/X.h + tlpkg/tlperl/lib/Tk/X11/Xatom.h + tlpkg/tlperl/lib/Tk/X11/Xfuncproto.h + tlpkg/tlperl/lib/Tk/X11/Xlib.h + tlpkg/tlperl/lib/Tk/X11/Xutil.h + tlpkg/tlperl/lib/Tk/X11/cursorfont.h + tlpkg/tlperl/lib/Tk/X11/keysym.h + tlpkg/tlperl/lib/Tk/X11/keysymdef.h + tlpkg/tlperl/lib/Tk/X11/license.terms + tlpkg/tlperl/lib/Tk/X11Font.pm + tlpkg/tlperl/lib/Tk/Xcamel.gif + tlpkg/tlperl/lib/Tk/Xlib.pm + tlpkg/tlperl/lib/Tk/Xrm.pm + tlpkg/tlperl/lib/Tk/act_folder.xbm + tlpkg/tlperl/lib/Tk/act_folder.xpm + tlpkg/tlperl/lib/Tk/anim.gif + tlpkg/tlperl/lib/Tk/arrowdownwin.xbm + tlpkg/tlperl/lib/Tk/balArrow.xbm + tlpkg/tlperl/lib/Tk/cbxarrow.xbm + tlpkg/tlperl/lib/Tk/file.xbm + tlpkg/tlperl/lib/Tk/file.xpm + tlpkg/tlperl/lib/Tk/folder.xbm + tlpkg/tlperl/lib/Tk/folder.xpm + tlpkg/tlperl/lib/Tk/icon.gif + tlpkg/tlperl/lib/Tk/install.pm + tlpkg/tlperl/lib/Tk/license.terms + tlpkg/tlperl/lib/Tk/openfile.xbm + tlpkg/tlperl/lib/Tk/openfolder.xbm + tlpkg/tlperl/lib/Tk/openfolder.xpm + tlpkg/tlperl/lib/Tk/prolog.ps + tlpkg/tlperl/lib/Tk/reindex.pl + tlpkg/tlperl/lib/Tk/srcfile.xpm + tlpkg/tlperl/lib/Tk/textfile.xpm + tlpkg/tlperl/lib/Tk/tkGlue.def + tlpkg/tlperl/lib/Tk/tkGlue.h + tlpkg/tlperl/lib/Tk/tkGlue.m + tlpkg/tlperl/lib/Tk/tkGlue.t + tlpkg/tlperl/lib/Tk/tkGlue_f.h + tlpkg/tlperl/lib/Tk/tranicon.gif + tlpkg/tlperl/lib/Tk/typemap + tlpkg/tlperl/lib/Tk/vtab.def + tlpkg/tlperl/lib/Tk/widgets.pm + tlpkg/tlperl/lib/Tk/win.xbm + tlpkg/tlperl/lib/Tk/winfolder.xpm + tlpkg/tlperl/lib/Tk/wintext.xpm + tlpkg/tlperl/lib/UNIVERSAL.pm + tlpkg/tlperl/lib/Win32.pm + tlpkg/tlperl/lib/Win32/API.pm + tlpkg/tlperl/lib/Win32/API.pm.orig + tlpkg/tlperl/lib/Win32/API/Callback.pm + tlpkg/tlperl/lib/Win32/API/Struct.pm + tlpkg/tlperl/lib/Win32/API/Test.pm + tlpkg/tlperl/lib/Win32/API/Type.pm + tlpkg/tlperl/lib/Win32/ChangeNotify.pm + tlpkg/tlperl/lib/Win32/Client.pl + tlpkg/tlperl/lib/Win32/Clipboard.pm + tlpkg/tlperl/lib/Win32/Console.pm + tlpkg/tlperl/lib/Win32/Event.pm + tlpkg/tlperl/lib/Win32/EventLog.pm + tlpkg/tlperl/lib/Win32/File.pm + tlpkg/tlperl/lib/Win32/FileSecurity.pm + tlpkg/tlperl/lib/Win32/IPC.pm + tlpkg/tlperl/lib/Win32/Internet.pm + tlpkg/tlperl/lib/Win32/Job.pm + tlpkg/tlperl/lib/Win32/Mutex.pm + tlpkg/tlperl/lib/Win32/NetAdmin.pm + tlpkg/tlperl/lib/Win32/NetResource.pm + tlpkg/tlperl/lib/Win32/ODBC.pm + tlpkg/tlperl/lib/Win32/PerfLib.pm + tlpkg/tlperl/lib/Win32/Pipe.pm + tlpkg/tlperl/lib/Win32/Process.pm + tlpkg/tlperl/lib/Win32/Registry.pm + tlpkg/tlperl/lib/Win32/Semaphore.pm + tlpkg/tlperl/lib/Win32/Server.pl + tlpkg/tlperl/lib/Win32/Service.pm + tlpkg/tlperl/lib/Win32/Shortcut.pm + tlpkg/tlperl/lib/Win32/Sound.pm + tlpkg/tlperl/lib/Win32/Test.pl + tlpkg/tlperl/lib/Win32/TieRegistry.pm + tlpkg/tlperl/lib/Win32/WinError.pm + tlpkg/tlperl/lib/Win32/test-async.pl + tlpkg/tlperl/lib/Win32API/Registry.pm + tlpkg/tlperl/lib/Win32API/Registry/cRegistry.pc + tlpkg/tlperl/lib/XSLoader.pm + tlpkg/tlperl/lib/attributes.pm + tlpkg/tlperl/lib/auto/B/B.bs + tlpkg/tlperl/lib/auto/B/B.dll + tlpkg/tlperl/lib/auto/B/C/C.bs + tlpkg/tlperl/lib/auto/B/C/C.dll + tlpkg/tlperl/lib/auto/Cwd/Cwd.bs + tlpkg/tlperl/lib/auto/Cwd/Cwd.dll + tlpkg/tlperl/lib/auto/Data/Dumper/Dumper.bs + tlpkg/tlperl/lib/auto/Data/Dumper/Dumper.dll + tlpkg/tlperl/lib/auto/Digest/MD5/MD5.bs + tlpkg/tlperl/lib/auto/Digest/MD5/MD5.dll + tlpkg/tlperl/lib/auto/DynaLoader/autosplit.ix + tlpkg/tlperl/lib/auto/DynaLoader/dl_expandspec.al + tlpkg/tlperl/lib/auto/DynaLoader/dl_find_symbol_anywhere.al + tlpkg/tlperl/lib/auto/DynaLoader/dl_findfile.al + tlpkg/tlperl/lib/auto/Encode/Byte/Byte.bs + tlpkg/tlperl/lib/auto/Encode/Byte/Byte.dll + tlpkg/tlperl/lib/auto/Encode/Encode.bs + tlpkg/tlperl/lib/auto/Encode/Encode.dll + tlpkg/tlperl/lib/auto/Encode/Symbol/Symbol.bs + tlpkg/tlperl/lib/auto/Encode/Symbol/Symbol.dll + tlpkg/tlperl/lib/auto/Encode/Unicode/Unicode.bs + tlpkg/tlperl/lib/auto/Encode/Unicode/Unicode.dll + tlpkg/tlperl/lib/auto/Fcntl/Fcntl.bs + tlpkg/tlperl/lib/auto/Fcntl/Fcntl.dll + tlpkg/tlperl/lib/auto/File/Glob/Glob.bs + tlpkg/tlperl/lib/auto/File/Glob/Glob.dll + tlpkg/tlperl/lib/auto/IO/IO.bs + tlpkg/tlperl/lib/auto/IO/IO.dll + tlpkg/tlperl/lib/auto/List/Util/Util.bs + tlpkg/tlperl/lib/auto/List/Util/Util.dll + tlpkg/tlperl/lib/auto/Opcode/Opcode.bs + tlpkg/tlperl/lib/auto/Opcode/Opcode.dll + tlpkg/tlperl/lib/auto/POSIX/POSIX.bs + tlpkg/tlperl/lib/auto/POSIX/POSIX.dll + tlpkg/tlperl/lib/auto/POSIX/SigAction/flags.al + tlpkg/tlperl/lib/auto/POSIX/SigAction/handler.al + tlpkg/tlperl/lib/auto/POSIX/SigAction/mask.al + tlpkg/tlperl/lib/auto/POSIX/SigAction/safe.al + tlpkg/tlperl/lib/auto/POSIX/abs.al + tlpkg/tlperl/lib/auto/POSIX/alarm.al + tlpkg/tlperl/lib/auto/POSIX/assert.al + tlpkg/tlperl/lib/auto/POSIX/atan2.al + tlpkg/tlperl/lib/auto/POSIX/atexit.al + tlpkg/tlperl/lib/auto/POSIX/atof.al + tlpkg/tlperl/lib/auto/POSIX/atoi.al + tlpkg/tlperl/lib/auto/POSIX/atol.al + tlpkg/tlperl/lib/auto/POSIX/autosplit.ix + tlpkg/tlperl/lib/auto/POSIX/bsearch.al + tlpkg/tlperl/lib/auto/POSIX/calloc.al + tlpkg/tlperl/lib/auto/POSIX/chdir.al + tlpkg/tlperl/lib/auto/POSIX/chmod.al + tlpkg/tlperl/lib/auto/POSIX/chown.al + tlpkg/tlperl/lib/auto/POSIX/clearerr.al + tlpkg/tlperl/lib/auto/POSIX/closedir.al + tlpkg/tlperl/lib/auto/POSIX/cos.al + tlpkg/tlperl/lib/auto/POSIX/creat.al + tlpkg/tlperl/lib/auto/POSIX/div.al + tlpkg/tlperl/lib/auto/POSIX/errno.al + tlpkg/tlperl/lib/auto/POSIX/execl.al + tlpkg/tlperl/lib/auto/POSIX/execle.al + tlpkg/tlperl/lib/auto/POSIX/execlp.al + tlpkg/tlperl/lib/auto/POSIX/execv.al + tlpkg/tlperl/lib/auto/POSIX/execve.al + tlpkg/tlperl/lib/auto/POSIX/execvp.al + tlpkg/tlperl/lib/auto/POSIX/exit.al + tlpkg/tlperl/lib/auto/POSIX/exp.al + tlpkg/tlperl/lib/auto/POSIX/fabs.al + tlpkg/tlperl/lib/auto/POSIX/fclose.al + tlpkg/tlperl/lib/auto/POSIX/fcntl.al + tlpkg/tlperl/lib/auto/POSIX/fdopen.al + tlpkg/tlperl/lib/auto/POSIX/feof.al + tlpkg/tlperl/lib/auto/POSIX/ferror.al + tlpkg/tlperl/lib/auto/POSIX/fflush.al + tlpkg/tlperl/lib/auto/POSIX/fgetc.al + tlpkg/tlperl/lib/auto/POSIX/fgetpos.al + tlpkg/tlperl/lib/auto/POSIX/fgets.al + tlpkg/tlperl/lib/auto/POSIX/fileno.al + tlpkg/tlperl/lib/auto/POSIX/fopen.al + tlpkg/tlperl/lib/auto/POSIX/fork.al + tlpkg/tlperl/lib/auto/POSIX/fprintf.al + tlpkg/tlperl/lib/auto/POSIX/fputc.al + tlpkg/tlperl/lib/auto/POSIX/fputs.al + tlpkg/tlperl/lib/auto/POSIX/fread.al + tlpkg/tlperl/lib/auto/POSIX/free.al + tlpkg/tlperl/lib/auto/POSIX/freopen.al + tlpkg/tlperl/lib/auto/POSIX/fscanf.al + tlpkg/tlperl/lib/auto/POSIX/fseek.al + tlpkg/tlperl/lib/auto/POSIX/fsetpos.al + tlpkg/tlperl/lib/auto/POSIX/fstat.al + tlpkg/tlperl/lib/auto/POSIX/fsync.al + tlpkg/tlperl/lib/auto/POSIX/ftell.al + tlpkg/tlperl/lib/auto/POSIX/fwrite.al + tlpkg/tlperl/lib/auto/POSIX/getc.al + tlpkg/tlperl/lib/auto/POSIX/getchar.al + tlpkg/tlperl/lib/auto/POSIX/getegid.al + tlpkg/tlperl/lib/auto/POSIX/getenv.al + tlpkg/tlperl/lib/auto/POSIX/geteuid.al + tlpkg/tlperl/lib/auto/POSIX/getgid.al + tlpkg/tlperl/lib/auto/POSIX/getgrgid.al + tlpkg/tlperl/lib/auto/POSIX/getgrnam.al + tlpkg/tlperl/lib/auto/POSIX/getgroups.al + tlpkg/tlperl/lib/auto/POSIX/getlogin.al + tlpkg/tlperl/lib/auto/POSIX/getpgrp.al + tlpkg/tlperl/lib/auto/POSIX/getpid.al + tlpkg/tlperl/lib/auto/POSIX/getppid.al + tlpkg/tlperl/lib/auto/POSIX/getpwnam.al + tlpkg/tlperl/lib/auto/POSIX/getpwuid.al + tlpkg/tlperl/lib/auto/POSIX/gets.al + tlpkg/tlperl/lib/auto/POSIX/getuid.al + tlpkg/tlperl/lib/auto/POSIX/gmtime.al + tlpkg/tlperl/lib/auto/POSIX/isatty.al + tlpkg/tlperl/lib/auto/POSIX/kill.al + tlpkg/tlperl/lib/auto/POSIX/labs.al + tlpkg/tlperl/lib/auto/POSIX/ldiv.al + tlpkg/tlperl/lib/auto/POSIX/link.al + tlpkg/tlperl/lib/auto/POSIX/load_imports.al + tlpkg/tlperl/lib/auto/POSIX/localtime.al + tlpkg/tlperl/lib/auto/POSIX/log.al + tlpkg/tlperl/lib/auto/POSIX/longjmp.al + tlpkg/tlperl/lib/auto/POSIX/malloc.al + tlpkg/tlperl/lib/auto/POSIX/memchr.al + tlpkg/tlperl/lib/auto/POSIX/memcmp.al + tlpkg/tlperl/lib/auto/POSIX/memcpy.al + tlpkg/tlperl/lib/auto/POSIX/memmove.al + tlpkg/tlperl/lib/auto/POSIX/memset.al + tlpkg/tlperl/lib/auto/POSIX/mkdir.al + tlpkg/tlperl/lib/auto/POSIX/offsetof.al + tlpkg/tlperl/lib/auto/POSIX/opendir.al + tlpkg/tlperl/lib/auto/POSIX/perror.al + tlpkg/tlperl/lib/auto/POSIX/pow.al + tlpkg/tlperl/lib/auto/POSIX/printf.al + tlpkg/tlperl/lib/auto/POSIX/putc.al + tlpkg/tlperl/lib/auto/POSIX/putchar.al + tlpkg/tlperl/lib/auto/POSIX/puts.al + tlpkg/tlperl/lib/auto/POSIX/qsort.al + tlpkg/tlperl/lib/auto/POSIX/raise.al + tlpkg/tlperl/lib/auto/POSIX/rand.al + tlpkg/tlperl/lib/auto/POSIX/readdir.al + tlpkg/tlperl/lib/auto/POSIX/realloc.al + tlpkg/tlperl/lib/auto/POSIX/redef.al + tlpkg/tlperl/lib/auto/POSIX/remove.al + tlpkg/tlperl/lib/auto/POSIX/rename.al + tlpkg/tlperl/lib/auto/POSIX/rewind.al + tlpkg/tlperl/lib/auto/POSIX/rewinddir.al + tlpkg/tlperl/lib/auto/POSIX/rmdir.al + tlpkg/tlperl/lib/auto/POSIX/scanf.al + tlpkg/tlperl/lib/auto/POSIX/setbuf.al + tlpkg/tlperl/lib/auto/POSIX/setjmp.al + tlpkg/tlperl/lib/auto/POSIX/setvbuf.al + tlpkg/tlperl/lib/auto/POSIX/siglongjmp.al + tlpkg/tlperl/lib/auto/POSIX/sigsetjmp.al + tlpkg/tlperl/lib/auto/POSIX/sin.al + tlpkg/tlperl/lib/auto/POSIX/sleep.al + tlpkg/tlperl/lib/auto/POSIX/sprintf.al + tlpkg/tlperl/lib/auto/POSIX/sqrt.al + tlpkg/tlperl/lib/auto/POSIX/srand.al + tlpkg/tlperl/lib/auto/POSIX/sscanf.al + tlpkg/tlperl/lib/auto/POSIX/stat.al + tlpkg/tlperl/lib/auto/POSIX/strcat.al + tlpkg/tlperl/lib/auto/POSIX/strchr.al + tlpkg/tlperl/lib/auto/POSIX/strcmp.al + tlpkg/tlperl/lib/auto/POSIX/strcpy.al + tlpkg/tlperl/lib/auto/POSIX/strcspn.al + tlpkg/tlperl/lib/auto/POSIX/strerror.al + tlpkg/tlperl/lib/auto/POSIX/strlen.al + tlpkg/tlperl/lib/auto/POSIX/strncat.al + tlpkg/tlperl/lib/auto/POSIX/strncmp.al + tlpkg/tlperl/lib/auto/POSIX/strncpy.al + tlpkg/tlperl/lib/auto/POSIX/strpbrk.al + tlpkg/tlperl/lib/auto/POSIX/strrchr.al + tlpkg/tlperl/lib/auto/POSIX/strspn.al + tlpkg/tlperl/lib/auto/POSIX/strstr.al + tlpkg/tlperl/lib/auto/POSIX/strtok.al + tlpkg/tlperl/lib/auto/POSIX/system.al + tlpkg/tlperl/lib/auto/POSIX/time.al + tlpkg/tlperl/lib/auto/POSIX/tmpfile.al + tlpkg/tlperl/lib/auto/POSIX/tolower.al + tlpkg/tlperl/lib/auto/POSIX/toupper.al + tlpkg/tlperl/lib/auto/POSIX/umask.al + tlpkg/tlperl/lib/auto/POSIX/ungetc.al + tlpkg/tlperl/lib/auto/POSIX/unimpl.al + tlpkg/tlperl/lib/auto/POSIX/unlink.al + tlpkg/tlperl/lib/auto/POSIX/usage.al + tlpkg/tlperl/lib/auto/POSIX/utime.al + tlpkg/tlperl/lib/auto/POSIX/vfprintf.al + tlpkg/tlperl/lib/auto/POSIX/vprintf.al + tlpkg/tlperl/lib/auto/POSIX/vsprintf.al + tlpkg/tlperl/lib/auto/POSIX/wait.al + tlpkg/tlperl/lib/auto/POSIX/waitpid.al + tlpkg/tlperl/lib/auto/SDBM_File/SDBM_File.bs + tlpkg/tlperl/lib/auto/SDBM_File/SDBM_File.dll + tlpkg/tlperl/lib/auto/Time/HiRes/HiRes.bs + tlpkg/tlperl/lib/auto/Time/HiRes/HiRes.dll + tlpkg/tlperl/lib/auto/Tk/CancelRepeat.al + tlpkg/tlperl/lib/auto/Tk/Canvas/Canvas.bs + tlpkg/tlperl/lib/auto/Tk/Canvas/Canvas.dll + tlpkg/tlperl/lib/auto/Tk/Clipboard/autosplit.ix + tlpkg/tlperl/lib/auto/Tk/Clipboard/getSelected.al + tlpkg/tlperl/lib/auto/Tk/Compound/Compound.bs + tlpkg/tlperl/lib/auto/Tk/Compound/Compound.dll + tlpkg/tlperl/lib/auto/Tk/DragDrop/Win32Site/Win32Site.bs + tlpkg/tlperl/lib/auto/Tk/DragDrop/Win32Site/Win32Site.dll + tlpkg/tlperl/lib/auto/Tk/EnterFocus.al + tlpkg/tlperl/lib/auto/Tk/Entry/Entry.bs + tlpkg/tlperl/lib/auto/Tk/Entry/Entry.dll + tlpkg/tlperl/lib/auto/Tk/Error.al + tlpkg/tlperl/lib/auto/Tk/Event/Event.bs + tlpkg/tlperl/lib/auto/Tk/Event/Event.dll + tlpkg/tlperl/lib/auto/Tk/FirstMenu.al + tlpkg/tlperl/lib/auto/Tk/FocusChildren.al + tlpkg/tlperl/lib/auto/Tk/FocusOK.al + tlpkg/tlperl/lib/auto/Tk/Frame/AddScrollbars.al + tlpkg/tlperl/lib/auto/Tk/Frame/FindMenu.al + tlpkg/tlperl/lib/auto/Tk/Frame/autosplit.ix + tlpkg/tlperl/lib/auto/Tk/Frame/freeze_on_map.al + tlpkg/tlperl/lib/auto/Tk/Frame/label.al + tlpkg/tlperl/lib/auto/Tk/Frame/labelPack.al + tlpkg/tlperl/lib/auto/Tk/Frame/labelVariable.al + tlpkg/tlperl/lib/auto/Tk/Frame/packscrollbars.al + tlpkg/tlperl/lib/auto/Tk/Frame/queuePack.al + tlpkg/tlperl/lib/auto/Tk/Frame/sbset.al + tlpkg/tlperl/lib/auto/Tk/Frame/scrollbars.al + tlpkg/tlperl/lib/auto/Tk/HList/HList.bs + tlpkg/tlperl/lib/auto/Tk/HList/HList.dll + tlpkg/tlperl/lib/auto/Tk/IO/IO.bs + tlpkg/tlperl/lib/auto/Tk/IO/IO.dll + tlpkg/tlperl/lib/auto/Tk/ImageNames.al + tlpkg/tlperl/lib/auto/Tk/ImageTypes.al + tlpkg/tlperl/lib/auto/Tk/JPEG/JPEG.bs + tlpkg/tlperl/lib/auto/Tk/JPEG/JPEG.dll + tlpkg/tlperl/lib/auto/Tk/Listbox/AutoScan.al + tlpkg/tlperl/lib/auto/Tk/Listbox/BeginExtend.al + tlpkg/tlperl/lib/auto/Tk/Listbox/BeginSelect.al + tlpkg/tlperl/lib/auto/Tk/Listbox/BeginToggle.al + tlpkg/tlperl/lib/auto/Tk/Listbox/ButtonRelease_1.al + tlpkg/tlperl/lib/auto/Tk/Listbox/CLEAR.al + tlpkg/tlperl/lib/auto/Tk/Listbox/Cancel.al + tlpkg/tlperl/lib/auto/Tk/Listbox/Cntrl_End.al + tlpkg/tlperl/lib/auto/Tk/Listbox/Cntrl_Home.al + tlpkg/tlperl/lib/auto/Tk/Listbox/Cntrl_backslash.al + tlpkg/tlperl/lib/auto/Tk/Listbox/DELETE.al + tlpkg/tlperl/lib/auto/Tk/Listbox/DataExtend.al + tlpkg/tlperl/lib/auto/Tk/Listbox/EXISTS.al + tlpkg/tlperl/lib/auto/Tk/Listbox/EXTEND.al + tlpkg/tlperl/lib/auto/Tk/Listbox/ExtendUpDown.al + tlpkg/tlperl/lib/auto/Tk/Listbox/FETCH.al + tlpkg/tlperl/lib/auto/Tk/Listbox/FETCHSIZE.al + tlpkg/tlperl/lib/auto/Tk/Listbox/Listbox.bs + tlpkg/tlperl/lib/auto/Tk/Listbox/Listbox.dll + tlpkg/tlperl/lib/auto/Tk/Listbox/Motion.al + tlpkg/tlperl/lib/auto/Tk/Listbox/POP.al + tlpkg/tlperl/lib/auto/Tk/Listbox/PUSH.al + tlpkg/tlperl/lib/auto/Tk/Listbox/SHIFT.al + tlpkg/tlperl/lib/auto/Tk/Listbox/SPLICE.al + tlpkg/tlperl/lib/auto/Tk/Listbox/STORE.al + tlpkg/tlperl/lib/auto/Tk/Listbox/SelectAll.al + tlpkg/tlperl/lib/auto/Tk/Listbox/SetList.al + tlpkg/tlperl/lib/auto/Tk/Listbox/TIEARRAY.al + tlpkg/tlperl/lib/auto/Tk/Listbox/TIESCALAR.al + tlpkg/tlperl/lib/auto/Tk/Listbox/UNSHIFT.al + tlpkg/tlperl/lib/auto/Tk/Listbox/UpDown.al + tlpkg/tlperl/lib/auto/Tk/Listbox/autosplit.ix + tlpkg/tlperl/lib/auto/Tk/Listbox/clipboardPaste.al + tlpkg/tlperl/lib/auto/Tk/Listbox/deleteSelected.al + tlpkg/tlperl/lib/auto/Tk/Listbox/getSelected.al + tlpkg/tlperl/lib/auto/Tk/Listbox/xyIndex.al + tlpkg/tlperl/lib/auto/Tk/Menubutton/Menubutton.bs + tlpkg/tlperl/lib/auto/Tk/Menubutton/Menubutton.dll + tlpkg/tlperl/lib/auto/Tk/NBFrame/NBFrame.bs + tlpkg/tlperl/lib/auto/Tk/NBFrame/NBFrame.dll + tlpkg/tlperl/lib/auto/Tk/PNG/PNG.bs + tlpkg/tlperl/lib/auto/Tk/PNG/PNG.dll + tlpkg/tlperl/lib/auto/Tk/Pixmap/Pixmap.bs + tlpkg/tlperl/lib/auto/Tk/Pixmap/Pixmap.dll + tlpkg/tlperl/lib/auto/Tk/Receive.al + tlpkg/tlperl/lib/auto/Tk/RepeatId.al + tlpkg/tlperl/lib/auto/Tk/Scale/Activate.al + tlpkg/tlperl/lib/auto/Tk/Scale/ButtonDown.al + tlpkg/tlperl/lib/auto/Tk/Scale/ButtonUp.al + tlpkg/tlperl/lib/auto/Tk/Scale/ControlPress.al + tlpkg/tlperl/lib/auto/Tk/Scale/Drag.al + tlpkg/tlperl/lib/auto/Tk/Scale/EndDrag.al + tlpkg/tlperl/lib/auto/Tk/Scale/Enter.al + tlpkg/tlperl/lib/auto/Tk/Scale/Increment.al + tlpkg/tlperl/lib/auto/Tk/Scale/Leave.al + tlpkg/tlperl/lib/auto/Tk/Scale/Scale.bs + tlpkg/tlperl/lib/auto/Tk/Scale/Scale.dll + tlpkg/tlperl/lib/auto/Tk/Scale/autosplit.ix + tlpkg/tlperl/lib/auto/Tk/Scrollbar/ButtonDown.al + tlpkg/tlperl/lib/auto/Tk/Scrollbar/ButtonUp.al + tlpkg/tlperl/lib/auto/Tk/Scrollbar/Drag.al + tlpkg/tlperl/lib/auto/Tk/Scrollbar/EndDrag.al + tlpkg/tlperl/lib/auto/Tk/Scrollbar/Enter.al + tlpkg/tlperl/lib/auto/Tk/Scrollbar/Leave.al + tlpkg/tlperl/lib/auto/Tk/Scrollbar/Motion.al + tlpkg/tlperl/lib/auto/Tk/Scrollbar/ScrlByPages.al + tlpkg/tlperl/lib/auto/Tk/Scrollbar/ScrlByUnits.al + tlpkg/tlperl/lib/auto/Tk/Scrollbar/ScrlToPos.al + tlpkg/tlperl/lib/auto/Tk/Scrollbar/ScrlTopBottom.al + tlpkg/tlperl/lib/auto/Tk/Scrollbar/Scrollbar.bs + tlpkg/tlperl/lib/auto/Tk/Scrollbar/Scrollbar.dll + tlpkg/tlperl/lib/auto/Tk/Scrollbar/Select.al + tlpkg/tlperl/lib/auto/Tk/Scrollbar/StartDrag.al + tlpkg/tlperl/lib/auto/Tk/Scrollbar/autosplit.ix + tlpkg/tlperl/lib/auto/Tk/Selection.al + tlpkg/tlperl/lib/auto/Tk/TList/TList.bs + tlpkg/tlperl/lib/auto/Tk/TList/TList.dll + tlpkg/tlperl/lib/auto/Tk/Table/Create.al + tlpkg/tlperl/lib/auto/Tk/Table/Posn.al + tlpkg/tlperl/lib/auto/Tk/Table/autosplit.ix + tlpkg/tlperl/lib/auto/Tk/Table/see.al + tlpkg/tlperl/lib/auto/Tk/Table/totalColumns.al + tlpkg/tlperl/lib/auto/Tk/Table/totalRows.al + tlpkg/tlperl/lib/auto/Tk/Text/Text.bs + tlpkg/tlperl/lib/auto/Tk/Text/Text.dll + tlpkg/tlperl/lib/auto/Tk/Text/autosplit.ix + tlpkg/tlperl/lib/auto/Tk/TextEdit/autosplit.ix + tlpkg/tlperl/lib/auto/Tk/TextUndo/autosplit.ix + tlpkg/tlperl/lib/auto/Tk/TixGrid/TixGrid.bs + tlpkg/tlperl/lib/auto/Tk/TixGrid/TixGrid.dll + tlpkg/tlperl/lib/auto/Tk/Tk.bs + tlpkg/tlperl/lib/auto/Tk/Tk.dll + tlpkg/tlperl/lib/auto/Tk/Toplevel/FG_BindIn.al + tlpkg/tlperl/lib/auto/Tk/Toplevel/FG_BindOut.al + tlpkg/tlperl/lib/auto/Tk/Toplevel/FG_Create.al + tlpkg/tlperl/lib/auto/Tk/Toplevel/FG_Destroy.al + tlpkg/tlperl/lib/auto/Tk/Toplevel/FG_In.al + tlpkg/tlperl/lib/auto/Tk/Toplevel/FG_Out.al + tlpkg/tlperl/lib/auto/Tk/Toplevel/autosplit.ix + tlpkg/tlperl/lib/auto/Tk/TraverseToMenu.al + tlpkg/tlperl/lib/auto/Tk/Widget/ASkludge.al + tlpkg/tlperl/lib/auto/Tk/Widget/autosplit.ix + tlpkg/tlperl/lib/auto/Tk/Widget/bindDump.al + tlpkg/tlperl/lib/auto/Tk/Widget/clipboardKeysyms.al + tlpkg/tlperl/lib/auto/Tk/Widget/pathname.al + tlpkg/tlperl/lib/auto/Tk/Wm/AnchorAdjust.al + tlpkg/tlperl/lib/auto/Tk/Wm/FullScreen.al + tlpkg/tlperl/lib/auto/Tk/Wm/Popup.al + tlpkg/tlperl/lib/auto/Tk/Wm/Post.al + tlpkg/tlperl/lib/auto/Tk/Wm/autosplit.ix + tlpkg/tlperl/lib/auto/Tk/Wm/iconposition.al + tlpkg/tlperl/lib/auto/Tk/X/X.bs + tlpkg/tlperl/lib/auto/Tk/X/X.dll + tlpkg/tlperl/lib/auto/Tk/X/autosplit.ix + tlpkg/tlperl/lib/auto/Tk/Xlib/Xlib.bs + tlpkg/tlperl/lib/auto/Tk/Xlib/Xlib.dll + tlpkg/tlperl/lib/auto/Tk/autosplit.ix + tlpkg/tlperl/lib/auto/Tk/break.al + tlpkg/tlperl/lib/auto/Tk/focusFollowsMouse.al + tlpkg/tlperl/lib/auto/Tk/focusNext.al + tlpkg/tlperl/lib/auto/Tk/focusPrev.al + tlpkg/tlperl/lib/auto/Tk/getEncoding.al + tlpkg/tlperl/lib/auto/Tk/interps.al + tlpkg/tlperl/lib/auto/Tk/lsearch.al + tlpkg/tlperl/lib/auto/Tk/pTk/extralibs.ld + tlpkg/tlperl/lib/auto/Tk/tabFocus.al + tlpkg/tlperl/lib/auto/Tk/updateWidgets.al + tlpkg/tlperl/lib/auto/Win32/API/API.bs + tlpkg/tlperl/lib/auto/Win32/API/API.dll + tlpkg/tlperl/lib/auto/Win32/API/Callback/Callback.bs + tlpkg/tlperl/lib/auto/Win32/API/Callback/Callback.dll + tlpkg/tlperl/lib/auto/Win32/ChangeNotify/ChangeNotify.bs + tlpkg/tlperl/lib/auto/Win32/ChangeNotify/ChangeNotify.dll + tlpkg/tlperl/lib/auto/Win32/Clipboard/Clipboard.bs + tlpkg/tlperl/lib/auto/Win32/Clipboard/Clipboard.dll + tlpkg/tlperl/lib/auto/Win32/Console/Console.bs + tlpkg/tlperl/lib/auto/Win32/Console/Console.dll + tlpkg/tlperl/lib/auto/Win32/Event/Event.bs + tlpkg/tlperl/lib/auto/Win32/Event/Event.dll + tlpkg/tlperl/lib/auto/Win32/EventLog/EventLog.bs + tlpkg/tlperl/lib/auto/Win32/EventLog/EventLog.dll + tlpkg/tlperl/lib/auto/Win32/File/File.bs + tlpkg/tlperl/lib/auto/Win32/File/File.dll + tlpkg/tlperl/lib/auto/Win32/FileSecurity/FileSecurity.bs + tlpkg/tlperl/lib/auto/Win32/FileSecurity/FileSecurity.dll + tlpkg/tlperl/lib/auto/Win32/IPC/IPC.bs + tlpkg/tlperl/lib/auto/Win32/IPC/IPC.dll + tlpkg/tlperl/lib/auto/Win32/Internet/Internet.bs + tlpkg/tlperl/lib/auto/Win32/Internet/Internet.dll + tlpkg/tlperl/lib/auto/Win32/Job/Job.bs + tlpkg/tlperl/lib/auto/Win32/Job/Job.dll + tlpkg/tlperl/lib/auto/Win32/Mutex/Mutex.bs + tlpkg/tlperl/lib/auto/Win32/Mutex/Mutex.dll + tlpkg/tlperl/lib/auto/Win32/NetAdmin/NetAdmin.bs + tlpkg/tlperl/lib/auto/Win32/NetAdmin/NetAdmin.dll + tlpkg/tlperl/lib/auto/Win32/NetResource/NetResource.bs + tlpkg/tlperl/lib/auto/Win32/NetResource/NetResource.dll + tlpkg/tlperl/lib/auto/Win32/NetResource/autosplit.ix + tlpkg/tlperl/lib/auto/Win32/ODBC/ODBC.bs + tlpkg/tlperl/lib/auto/Win32/ODBC/ODBC.dll + tlpkg/tlperl/lib/auto/Win32/OLE/OLE.bs + tlpkg/tlperl/lib/auto/Win32/OLE/OLE.dll + tlpkg/tlperl/lib/auto/Win32/PerfLib/PerfLib.bs + tlpkg/tlperl/lib/auto/Win32/PerfLib/PerfLib.dll + tlpkg/tlperl/lib/auto/Win32/PerfLib/autosplit.ix + tlpkg/tlperl/lib/auto/Win32/Pipe/Pipe.bs + tlpkg/tlperl/lib/auto/Win32/Pipe/Pipe.dll + tlpkg/tlperl/lib/auto/Win32/Process/Process.bs + tlpkg/tlperl/lib/auto/Win32/Process/Process.dll + tlpkg/tlperl/lib/auto/Win32/Registry/Registry.bs + tlpkg/tlperl/lib/auto/Win32/Registry/Registry.dll + tlpkg/tlperl/lib/auto/Win32/Semaphore/Semaphore.bs + tlpkg/tlperl/lib/auto/Win32/Semaphore/Semaphore.dll + tlpkg/tlperl/lib/auto/Win32/Service/Service.bs + tlpkg/tlperl/lib/auto/Win32/Service/Service.dll + tlpkg/tlperl/lib/auto/Win32/Shortcut/Shortcut.bs + tlpkg/tlperl/lib/auto/Win32/Shortcut/Shortcut.dll + tlpkg/tlperl/lib/auto/Win32/Sound/Sound.bs + tlpkg/tlperl/lib/auto/Win32/Sound/Sound.dll + tlpkg/tlperl/lib/auto/Win32/Win32.bs + tlpkg/tlperl/lib/auto/Win32/Win32.dll + tlpkg/tlperl/lib/auto/Win32/WinError/WinError.bs + tlpkg/tlperl/lib/auto/Win32/WinError/WinError.dll + tlpkg/tlperl/lib/auto/Win32API/Registry/Registry.bs + tlpkg/tlperl/lib/auto/Win32API/Registry/Registry.dll + tlpkg/tlperl/lib/auto/re/re.bs + tlpkg/tlperl/lib/auto/re/re.dll + tlpkg/tlperl/lib/base.pm + tlpkg/tlperl/lib/bytes.pm + tlpkg/tlperl/lib/bytes_heavy.pl + tlpkg/tlperl/lib/constant.pm + tlpkg/tlperl/lib/fields.pm + tlpkg/tlperl/lib/lib.pm + tlpkg/tlperl/lib/newgetopt.pl + tlpkg/tlperl/lib/overload.pm + tlpkg/tlperl/lib/re.pm + tlpkg/tlperl/lib/strict.pm + tlpkg/tlperl/lib/subs.pm + tlpkg/tlperl/lib/unicore/ArabicShaping.txt + tlpkg/tlperl/lib/unicore/BidiMirroring.txt + tlpkg/tlperl/lib/unicore/Blocks.txt + tlpkg/tlperl/lib/unicore/Canonical.pl + tlpkg/tlperl/lib/unicore/CaseFolding.txt + tlpkg/tlperl/lib/unicore/CombiningClass.pl + tlpkg/tlperl/lib/unicore/CompositionExclusions.txt + tlpkg/tlperl/lib/unicore/Decomposition.pl + tlpkg/tlperl/lib/unicore/EastAsianWidth.txt + tlpkg/tlperl/lib/unicore/Exact.pl + tlpkg/tlperl/lib/unicore/HangulSyllableType.txt + tlpkg/tlperl/lib/unicore/Index.txt + tlpkg/tlperl/lib/unicore/Jamo.txt + tlpkg/tlperl/lib/unicore/LineBreak.txt + tlpkg/tlperl/lib/unicore/Name.pl + tlpkg/tlperl/lib/unicore/NamedSequences.txt + tlpkg/tlperl/lib/unicore/NamesList.txt + tlpkg/tlperl/lib/unicore/NormalizationCorrections.txt + tlpkg/tlperl/lib/unicore/PVA.pl + tlpkg/tlperl/lib/unicore/PropList.txt + tlpkg/tlperl/lib/unicore/PropValueAliases.txt + tlpkg/tlperl/lib/unicore/Properties + tlpkg/tlperl/lib/unicore/PropertyAliases.txt + tlpkg/tlperl/lib/unicore/ReadMe.txt + tlpkg/tlperl/lib/unicore/Scripts.txt + tlpkg/tlperl/lib/unicore/SpecialCasing.txt + tlpkg/tlperl/lib/unicore/StandardizedVariants.txt + tlpkg/tlperl/lib/unicore/To/Digit.pl + tlpkg/tlperl/lib/unicore/To/Fold.pl + tlpkg/tlperl/lib/unicore/To/Lower.pl + tlpkg/tlperl/lib/unicore/To/Title.pl + tlpkg/tlperl/lib/unicore/To/Upper.pl + tlpkg/tlperl/lib/unicore/UnicodeData.txt + tlpkg/tlperl/lib/unicore/lib/bc/AL.pl + tlpkg/tlperl/lib/unicore/lib/bc/AN.pl + tlpkg/tlperl/lib/unicore/lib/bc/B.pl + tlpkg/tlperl/lib/unicore/lib/bc/BN.pl + tlpkg/tlperl/lib/unicore/lib/bc/CS.pl + tlpkg/tlperl/lib/unicore/lib/bc/EN.pl + tlpkg/tlperl/lib/unicore/lib/bc/ES.pl + tlpkg/tlperl/lib/unicore/lib/bc/ET.pl + tlpkg/tlperl/lib/unicore/lib/bc/L.pl + tlpkg/tlperl/lib/unicore/lib/bc/LRE.pl + tlpkg/tlperl/lib/unicore/lib/bc/LRO.pl + tlpkg/tlperl/lib/unicore/lib/bc/NSM.pl + tlpkg/tlperl/lib/unicore/lib/bc/ON.pl + tlpkg/tlperl/lib/unicore/lib/bc/PDF.pl + tlpkg/tlperl/lib/unicore/lib/bc/R.pl + tlpkg/tlperl/lib/unicore/lib/bc/RLE.pl + tlpkg/tlperl/lib/unicore/lib/bc/RLO.pl + tlpkg/tlperl/lib/unicore/lib/bc/S.pl + tlpkg/tlperl/lib/unicore/lib/bc/WS.pl + tlpkg/tlperl/lib/unicore/lib/ccc/A.pl + tlpkg/tlperl/lib/unicore/lib/ccc/AL.pl + tlpkg/tlperl/lib/unicore/lib/ccc/AR.pl + tlpkg/tlperl/lib/unicore/lib/ccc/ATAR.pl + tlpkg/tlperl/lib/unicore/lib/ccc/ATB.pl + tlpkg/tlperl/lib/unicore/lib/ccc/ATBL.pl + tlpkg/tlperl/lib/unicore/lib/ccc/B.pl + tlpkg/tlperl/lib/unicore/lib/ccc/BL.pl + tlpkg/tlperl/lib/unicore/lib/ccc/BR.pl + tlpkg/tlperl/lib/unicore/lib/ccc/DA.pl + tlpkg/tlperl/lib/unicore/lib/ccc/DB.pl + tlpkg/tlperl/lib/unicore/lib/ccc/IS.pl + tlpkg/tlperl/lib/unicore/lib/ccc/KV.pl + tlpkg/tlperl/lib/unicore/lib/ccc/L.pl + tlpkg/tlperl/lib/unicore/lib/ccc/NK.pl + tlpkg/tlperl/lib/unicore/lib/ccc/NR.pl + tlpkg/tlperl/lib/unicore/lib/ccc/OV.pl + tlpkg/tlperl/lib/unicore/lib/ccc/R.pl + tlpkg/tlperl/lib/unicore/lib/ccc/VR.pl + tlpkg/tlperl/lib/unicore/lib/dt/can.pl + tlpkg/tlperl/lib/unicore/lib/dt/com.pl + tlpkg/tlperl/lib/unicore/lib/dt/enc.pl + tlpkg/tlperl/lib/unicore/lib/dt/fin.pl + tlpkg/tlperl/lib/unicore/lib/dt/font.pl + tlpkg/tlperl/lib/unicore/lib/dt/fra.pl + tlpkg/tlperl/lib/unicore/lib/dt/init.pl + tlpkg/tlperl/lib/unicore/lib/dt/iso.pl + tlpkg/tlperl/lib/unicore/lib/dt/med.pl + tlpkg/tlperl/lib/unicore/lib/dt/nar.pl + tlpkg/tlperl/lib/unicore/lib/dt/nb.pl + tlpkg/tlperl/lib/unicore/lib/dt/sml.pl + tlpkg/tlperl/lib/unicore/lib/dt/sqr.pl + tlpkg/tlperl/lib/unicore/lib/dt/sub.pl + tlpkg/tlperl/lib/unicore/lib/dt/sup.pl + tlpkg/tlperl/lib/unicore/lib/dt/vert.pl + tlpkg/tlperl/lib/unicore/lib/dt/wide.pl + tlpkg/tlperl/lib/unicore/lib/ea/A.pl + tlpkg/tlperl/lib/unicore/lib/ea/F.pl + tlpkg/tlperl/lib/unicore/lib/ea/H.pl + tlpkg/tlperl/lib/unicore/lib/ea/N.pl + tlpkg/tlperl/lib/unicore/lib/ea/Na.pl + tlpkg/tlperl/lib/unicore/lib/ea/W.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/AHex.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/ASCII.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/Alnum.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/Alpha.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/Alphabet.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/Any.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/Arab.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/Armn.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/AsciiHex.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/Assigned.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/Beng.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/BidiC.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/BidiCont.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/Blank.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/Bopo.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/Brai.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/Bugi.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/Buhd.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/C.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/Canadian.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/Cc.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/Cf.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/Cher.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/Cn.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/Cntrl.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/Co.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/Copt.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/Cprt.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/Cs.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/Cyrl.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/Dash.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/Dash2.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/Dep.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/Deprecat.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/Deva.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/Dia.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/Diacriti.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/Digit.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/Dsrt.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/Ethi.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/Ext.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/Extender.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/Geor.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/Glag.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/Goth.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/GrLink.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/Graph.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/Grapheme.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/Grek.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/Gujr.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/Guru.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/Hang.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/Hani.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/Hano.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/Hebr.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/Hex.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/HexDigit.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/Hira.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/Hyphen.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/Hyphen2.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/IDSB.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/IDST.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/IdContin.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/IdStart.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/Ideo.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/Ideograp.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/IdsBinar.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/IdsTrina.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/InAegean.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/InAlphab.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/InAncie2.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/InAncien.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/InArabi2.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/InArabi3.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/InArabi4.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/InArabic.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/InArmeni.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/InArrows.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/InBasicL.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/InBengal.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/InBlockE.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/InBopom2.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/InBopomo.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/InBoxDra.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/InBraill.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/InBugine.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/InBuhid.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/InByzant.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/InCherok.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/InCjkCo2.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/InCjkCo3.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/InCjkCo4.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/InCjkCom.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/InCjkRad.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/InCjkStr.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/InCjkSym.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/InCjkUn2.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/InCjkUn3.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/InCjkUni.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/InCombi2.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/InCombi3.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/InCombi4.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/InCombin.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/InContro.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/InCoptic.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/InCurren.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/InCyprio.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/InCyril2.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/InCyrill.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/InDesere.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/InDevana.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/InDingba.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/InEnclo2.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/InEnclos.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/InEthio2.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/InEthio3.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/InEthiop.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/InGenera.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/InGeomet.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/InGeorg2.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/InGeorgi.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/InGlagol.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/InGothic.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/InGreekA.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/InGreekE.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/InGujara.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/InGurmuk.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/InHalfwi.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/InHangu2.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/InHangu3.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/InHangul.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/InHanuno.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/InHebrew.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/InHighPr.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/InHighSu.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/InHiraga.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/InIdeogr.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/InIpaExt.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/InKanbun.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/InKangxi.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/InKannad.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/InKatak2.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/InKataka.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/InKharos.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/InKhmer.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/InKhmerS.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/InLao.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/InLatin1.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/InLatin2.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/InLatin3.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/InLatinE.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/InLetter.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/InLimbu.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/InLinea2.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/InLinear.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/InLowSur.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/InMalaya.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/InMathe2.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/InMathem.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/InMisce2.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/InMisce3.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/InMisce4.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/InMisce5.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/InMiscel.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/InModifi.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/InMongol.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/InMusica.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/InMyanma.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/InNewTai.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/InNumber.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/InOgham.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/InOldIta.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/InOldPer.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/InOptica.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/InOriya.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/InOsmany.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/InPhone2.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/InPhonet.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/InPrivat.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/InRunic.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/InShavia.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/InSinhal.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/InSmallF.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/InSpacin.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/InSpecia.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/InSupers.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/InSuppl2.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/InSuppl3.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/InSuppl4.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/InSuppl5.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/InSuppl6.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/InSupple.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/InSyloti.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/InSyriac.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/InTagalo.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/InTagban.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/InTags.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/InTaiLe.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/InTaiXua.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/InTamil.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/InTelugu.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/InThaana.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/InThai.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/InTibeta.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/InTifina.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/InUgarit.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/InUnifie.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/InVaria2.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/InVariat.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/InVertic.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/InYiRadi.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/InYiSyll.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/InYijing.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/JoinC.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/JoinCont.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/Kana.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/Khar.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/Khmr.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/Knda.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/L.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/LC.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/LOE.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/Laoo.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/Latn.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/Limb.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/LinearB.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/Ll.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/Lm.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/Lo.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/LogicalO.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/Lower.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/Lowercas.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/Lt.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/Lu.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/M.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/Math.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/Mc.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/Me.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/Mlym.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/Mn.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/Mong.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/Mymr.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/N.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/NChar.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/Nd.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/NewTaiLu.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/Nl.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/No.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/Nonchara.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/OAlpha.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/ODI.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/OGrExt.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/OIDC.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/OIDS.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/OLower.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/OMath.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/OUpper.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/Ogam.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/OldItali.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/OldPersi.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/Orya.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/Osma.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/OtherAlp.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/OtherDef.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/OtherGra.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/OtherIdC.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/OtherIdS.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/OtherLow.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/OtherMat.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/OtherUpp.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/P.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/PatSyn.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/PatWS.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/PatternS.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/PatternW.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/Pc.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/Pd.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/Pe.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/Pf.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/Pi.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/Po.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/Print.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/Ps.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/Punct.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/QMark.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/Qaai.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/Quotatio.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/Radical.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/Radical2.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/Runr.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/S.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/SD.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/STerm.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/Sc.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/Shaw.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/Sinh.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/Sk.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/Sm.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/So.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/SoftDott.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/Space.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/SpacePer.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/Sterm2.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/SylotiNa.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/Syrc.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/Tagb.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/TaiLe.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/Taml.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/Telu.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/Term.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/Terminal.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/Tfng.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/Tglg.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/Thaa.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/Thai.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/Tibt.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/Title.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/UIdeo.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/Ugar.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/UnifiedI.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/Upper.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/Uppercas.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/VS.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/Variatio.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/WSpace.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/WhiteSpa.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/Word.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/XDigit.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/Yiii.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/Z.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/Zl.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/Zp.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/Zs.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/Zyyy.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/_CanonDC.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/_CaseIgn.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/_CombAbo.pl + tlpkg/tlperl/lib/unicore/lib/hst/L.pl + tlpkg/tlperl/lib/unicore/lib/hst/LV.pl + tlpkg/tlperl/lib/unicore/lib/hst/LVT.pl + tlpkg/tlperl/lib/unicore/lib/hst/T.pl + tlpkg/tlperl/lib/unicore/lib/hst/V.pl + tlpkg/tlperl/lib/unicore/lib/jt/C.pl + tlpkg/tlperl/lib/unicore/lib/jt/D.pl + tlpkg/tlperl/lib/unicore/lib/jt/R.pl + tlpkg/tlperl/lib/unicore/lib/jt/U.pl + tlpkg/tlperl/lib/unicore/lib/lb/AI.pl + tlpkg/tlperl/lib/unicore/lib/lb/AL.pl + tlpkg/tlperl/lib/unicore/lib/lb/B2.pl + tlpkg/tlperl/lib/unicore/lib/lb/BA.pl + tlpkg/tlperl/lib/unicore/lib/lb/BB.pl + tlpkg/tlperl/lib/unicore/lib/lb/BK.pl + tlpkg/tlperl/lib/unicore/lib/lb/CB.pl + tlpkg/tlperl/lib/unicore/lib/lb/CL.pl + tlpkg/tlperl/lib/unicore/lib/lb/CM.pl + tlpkg/tlperl/lib/unicore/lib/lb/CR.pl + tlpkg/tlperl/lib/unicore/lib/lb/EX.pl + tlpkg/tlperl/lib/unicore/lib/lb/GL.pl + tlpkg/tlperl/lib/unicore/lib/lb/H2.pl + tlpkg/tlperl/lib/unicore/lib/lb/H3.pl + tlpkg/tlperl/lib/unicore/lib/lb/HY.pl + tlpkg/tlperl/lib/unicore/lib/lb/ID.pl + tlpkg/tlperl/lib/unicore/lib/lb/IN.pl + tlpkg/tlperl/lib/unicore/lib/lb/IS.pl + tlpkg/tlperl/lib/unicore/lib/lb/JL.pl + tlpkg/tlperl/lib/unicore/lib/lb/JT.pl + tlpkg/tlperl/lib/unicore/lib/lb/JV.pl + tlpkg/tlperl/lib/unicore/lib/lb/LF.pl + tlpkg/tlperl/lib/unicore/lib/lb/NL.pl + tlpkg/tlperl/lib/unicore/lib/lb/NS.pl + tlpkg/tlperl/lib/unicore/lib/lb/NU.pl + tlpkg/tlperl/lib/unicore/lib/lb/OP.pl + tlpkg/tlperl/lib/unicore/lib/lb/PO.pl + tlpkg/tlperl/lib/unicore/lib/lb/PR.pl + tlpkg/tlperl/lib/unicore/lib/lb/QU.pl + tlpkg/tlperl/lib/unicore/lib/lb/SA.pl + tlpkg/tlperl/lib/unicore/lib/lb/SG.pl + tlpkg/tlperl/lib/unicore/lib/lb/SP.pl + tlpkg/tlperl/lib/unicore/lib/lb/SY.pl + tlpkg/tlperl/lib/unicore/lib/lb/WJ.pl + tlpkg/tlperl/lib/unicore/lib/lb/XX.pl + tlpkg/tlperl/lib/unicore/lib/lb/ZW.pl + tlpkg/tlperl/lib/unicore/lib/nt/De.pl + tlpkg/tlperl/lib/unicore/lib/nt/Di.pl + tlpkg/tlperl/lib/unicore/lib/nt/Nu.pl + tlpkg/tlperl/lib/unicore/mktables + tlpkg/tlperl/lib/unicore/mktables.lst + tlpkg/tlperl/lib/unicore/version + tlpkg/tlperl/lib/utf8.pm + tlpkg/tlperl/lib/utf8_heavy.pl + tlpkg/tlperl/lib/vars.pm + tlpkg/tlperl/lib/warnings.pm + tlpkg/tlperl/lib/warnings/register.pm +binfiles arch=x86_64-linux size=19 + tlpkg/installer/xz/xzdec.x86_64-linux + +name 12many +category Package +revision 15878 +catalogue one2many +shortdesc Generalising mathematical index sets. +longdesc In the discrete branches of mathematics and the computer +longdesc sciences, it will only take some seconds before you're faced +longdesc with a set like {1,...,m}. Some people write $1\ldotp\ldotp m$, +longdesc others $\{j:1\leq j\leq m\}$, and that journal you're +longdesc submitting to might want something else entirely. The 12many +longdesc package provides an interface that makes changing from one to +longdesc another a one-line change. +docfiles size=98 + texmf-dist/doc/latex/12many/12many.pdf details="Package documentation" + texmf-dist/doc/latex/12many/README details="Readme" +srcfiles size=6 + texmf-dist/source/latex/12many/12many.dtx + texmf-dist/source/latex/12many/12many.ins +runfiles size=1 + texmf-dist/tex/latex/12many/12many.sty +catalogue-ctan /macros/latex/contrib/12many +catalogue-date 2008-10-03 01:00:01 +0200 +catalogue-license lppl +catalogue-version 0.3 + +name ANUfinalexam +category Package +revision 15878 +shortdesc LaTeX document shell for ANU final exam +longdesc This LaTeX document shell is created for the standard +longdesc formatting of final exams in The Australian National +longdesc University. +docfiles size=2 + texmf-dist/doc/latex/ANUfinalexam/ANUfinalexam.tex + texmf-dist/doc/latex/ANUfinalexam/README +catalogue-ctan /macros/latex/contrib/anufinalexam/ANUfinalexam.tex +catalogue-date 2007-02-23 12:17:35 +0100 +catalogue-license other-free + +name AkkTeX +category Package +revision 15878 +shortdesc A collection of packages and classes. +longdesc The bundle provides: - new document classes for technical +longdesc documents, thesis works, manuscripts and lecture notes; - many +longdesc mathematical packages providing a large number of macros for +longdesc mathematical texts; - layout providing a non-empty parskip with +longdesc extended length corrections and new section definition +longdesc commands; - easy label creation for counters; and - german +longdesc language tools and predefined abbreviations. +docfiles size=1 + texmf-dist/doc/latex/AkkTeX/README details="Bundle README" +runfiles size=37 + texmf-dist/tex/latex/AkkTeX/akkconditional.sty + texmf-dist/tex/latex/AkkTeX/akkcounterlabelpattern.sty + texmf-dist/tex/latex/AkkTeX/akkcs.sty + texmf-dist/tex/latex/AkkTeX/akkdoc.sty + texmf-dist/tex/latex/AkkTeX/akkgerman.sty + texmf-dist/tex/latex/AkkTeX/akkgermanabbreviations.sty + texmf-dist/tex/latex/AkkTeX/akklecture.cls + texmf-dist/tex/latex/AkkTeX/akklongpage.sty + texmf-dist/tex/latex/AkkTeX/akkmath.sty + texmf-dist/tex/latex/AkkTeX/akkmathbasic.sty + texmf-dist/tex/latex/AkkTeX/akkmathdisc.sty + texmf-dist/tex/latex/AkkTeX/akkmathfun.sty + texmf-dist/tex/latex/AkkTeX/akkmathnum.sty + texmf-dist/tex/latex/AkkTeX/akkmathpaper.sty + texmf-dist/tex/latex/AkkTeX/akkmathproof.sty + texmf-dist/tex/latex/AkkTeX/akkmathrel.sty + texmf-dist/tex/latex/AkkTeX/akkmathset.sty + texmf-dist/tex/latex/AkkTeX/akkmathtext.sty + texmf-dist/tex/latex/AkkTeX/akknum.sty + texmf-dist/tex/latex/AkkTeX/akkparskip.sty + texmf-dist/tex/latex/AkkTeX/akkscript.cls + texmf-dist/tex/latex/AkkTeX/akksection.sty + texmf-dist/tex/latex/AkkTeX/akkstring.sty + texmf-dist/tex/latex/AkkTeX/akktecdoc.cls + texmf-dist/tex/latex/AkkTeX/akktex.sty + texmf-dist/tex/latex/AkkTeX/akkwidepage.sty +catalogue-ctan /macros/latex/contrib/akktex +catalogue-date 2008-05-16 01:27:14 +0200 +catalogue-license lppl +catalogue-version 0.3.2 + +name Asana-Math +category Package +revision 15878 +shortdesc A font to typeset maths in Xe(La)TeX. +longdesc The Asana-Math font is an OpenType font that includes almost +longdesc all mathematical Unicode symbols and it can be used to typeset +longdesc mathematical text with any software that can understand the +longdesc MATH OpenType table (e.g., XeTeX 0.997 and Microsoft Word +longdesc 2007). The font is beta software and it is released under the +longdesc SIL Open Font License. +docfiles size=1 + texmf-dist/doc/fonts/Asana-Math/README.1ST +runfiles size=219 + texmf-dist/fonts/opentype/public/Asana-Math/Asana-Math.otf + texmf-dist/fonts/truetype/public/Asana-Math/Asana-Math.ttf +catalogue-ctan /fonts/Asana-Math +catalogue-date 2009-10-11 00:10:17 +0200 +catalogue-license ofl +catalogue-version 0.926 + +name ESIEEcv +category Package +revision 15878 +shortdesc Curriculum vitae for French use. +longdesc The package allows the user to set up a curriculum vitae as a +longdesc French employer will expect. +docfiles size=42 + texmf-dist/doc/latex/ESIEEcv/ESIEEcv.pdf details="Package documentation" + texmf-dist/doc/latex/ESIEEcv/cvtest.pdf details="Test/sample document" + texmf-dist/doc/latex/ESIEEcv/cvtest.tex +srcfiles size=6 + texmf-dist/source/latex/ESIEEcv/ESIEEcv.dtx + texmf-dist/source/latex/ESIEEcv/ESIEEcv.ins +runfiles size=1 + texmf-dist/tex/latex/ESIEEcv/ESIEEcv.sty +catalogue-ctan /macros/latex/contrib/ESIEEcv +catalogue-date 2009-04-30 00:32:08 +0200 +catalogue-license lppl + +name FAQ-en +category Package +revision 15878 +catalogue uk-tex-faq +shortdesc A compilation of Frequently Asked Questions with answers. +longdesc The FAQ that is occasionally published in the UK TeX Users +longdesc Group journal Baskerville (though updated more frequently on +longdesc CTAN); also available (and searchable) on the web. +docfiles size=2734 + texmf-dist/doc/generic/FAQ-en/CHANGES-3.16b + texmf-dist/doc/generic/FAQ-en/CHANGES-3.16c + texmf-dist/doc/generic/FAQ-en/CHANGES-3.17 + texmf-dist/doc/generic/FAQ-en/CHANGES-3.18 + texmf-dist/doc/generic/FAQ-en/CHANGES-3.19 + texmf-dist/doc/generic/FAQ-en/CHANGES-3.19a + texmf-dist/doc/generic/FAQ-en/ChangeLog + texmf-dist/doc/generic/FAQ-en/Makefile + texmf-dist/doc/generic/FAQ-en/README details="Package Readme" + texmf-dist/doc/generic/FAQ-en/archive.cfg + texmf-dist/doc/generic/FAQ-en/dirctan.tex + texmf-dist/doc/generic/FAQ-en/faq-adj-types.tex + texmf-dist/doc/generic/FAQ-en/faq-backgrnd.tex + texmf-dist/doc/generic/FAQ-en/faq-biblio.tex + texmf-dist/doc/generic/FAQ-en/faq-bits+pieces.tex + texmf-dist/doc/generic/FAQ-en/faq-docs.tex + texmf-dist/doc/generic/FAQ-en/faq-dvi.tex + texmf-dist/doc/generic/FAQ-en/faq-fmt-conv.tex + texmf-dist/doc/generic/FAQ-en/faq-fonts.tex + texmf-dist/doc/generic/FAQ-en/faq-getit.tex + texmf-dist/doc/generic/FAQ-en/faq-graphics.tex + texmf-dist/doc/generic/FAQ-en/faq-how-do-i.tex + texmf-dist/doc/generic/FAQ-en/faq-hyp+pdf.tex + texmf-dist/doc/generic/FAQ-en/faq-install.tex + texmf-dist/doc/generic/FAQ-en/faq-intro.tex + texmf-dist/doc/generic/FAQ-en/faq-jot-err.tex + texmf-dist/doc/generic/FAQ-en/faq-lab-ref.tex + texmf-dist/doc/generic/FAQ-en/faq-litprog.tex + texmf-dist/doc/generic/FAQ-en/faq-mac-prog.tex + texmf-dist/doc/generic/FAQ-en/faq-projects.tex + texmf-dist/doc/generic/FAQ-en/faq-support.tex + texmf-dist/doc/generic/FAQ-en/faq-symbols.tex + texmf-dist/doc/generic/FAQ-en/faq-t-g-wr.tex + texmf-dist/doc/generic/FAQ-en/faq-texsys.tex + texmf-dist/doc/generic/FAQ-en/faq-the-end.tex + texmf-dist/doc/generic/FAQ-en/faq-wdidt.tex + texmf-dist/doc/generic/FAQ-en/faq.cls + texmf-dist/doc/generic/FAQ-en/faq.sty + texmf-dist/doc/generic/FAQ-en/faqfont.cfg + texmf-dist/doc/generic/FAQ-en/faqfont.cfg.cmfonts + texmf-dist/doc/generic/FAQ-en/filectan.tex + texmf-dist/doc/generic/FAQ-en/gather-faqbody.tex + texmf-dist/doc/generic/FAQ-en/html/FAQ-2colfloat.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-2colfltorder.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-2letterfontcmd.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-8000.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-AMSpkg.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-BibTeXing.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-CD.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-ECfonts.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-HPdrivers.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-LaTeX2HTML.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-LaTeX3.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-LaTeXandPlain.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-LaTeXtoPlain.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-MF.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-MP.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-PSpreview.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-RCS.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-SGML2TeX.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-TUGstar.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-TeXfuture.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-TeXpronounce.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-TeXsystems.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-WYGexpts.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-abspos.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-acroantics.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-acrobat.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-actinarg.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-activechars.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-addtoreset.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-adobetypen.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-algorithms.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-alreadydef.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-altabcr.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-amfonts.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-ant.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-appendix.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-archives.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-askquestion.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-atsign.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-atsigns.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-atvert.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-backref.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-badhyph.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-balance.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-baselinepar.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-bibaccent.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-bibinline.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-biblatex.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-bibplain.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-bibprefixsort.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-bibstrtl.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-bibtocorder.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-bibtranscinit.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-bold-extras.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-boldgreek.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-books.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-braket.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-breakbox.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-breaklinks.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-brkinline.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-buffovl.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-bug.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-buildbib.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-cancellation.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-capbibtex.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-captsty.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-casechange.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-changebars.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-changemargin.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-chapbib.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-charshift.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-checksum.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-chngmargonfly.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-citeURL.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-citesort.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-clsvpkg.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-cmdstar.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-codelist.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-commercial.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-compactbib.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-compjobnam.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-complist.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-concrete.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-conditional.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-context.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-crop.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-crossref.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-csname.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-custbib.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-cv.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-cvtlatex.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-dec_comma.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-destable.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-distill-prob.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-divzero.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-doc-dirs.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-doc-wiki.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-docotherdir.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-docpictex.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-dolldoll.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-dpfloat.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-drawFeyn.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-drawing.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-driver.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-dropping.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-dtx.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-dvi-bmp.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-dvi.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-dvipdfmgraphics.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-dvips-pdf.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-dvips.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-dvipsgraphics.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-edef.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-editors.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-empty.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-endingroup.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-enlarge.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-entercompmode.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-enumerate.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-epigraph.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-eplain.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-eps.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-epsf.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-eqnarray.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-errmissitem.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-erroradvice.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-errparnum.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-errstruct.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-etex.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-euro.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-exscale.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-extex.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-extrabrace.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-extref.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-extsizes.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-fancyhdr.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-figurehere.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-filename.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-filesused.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-findfiles.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-findfont.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-findwidth.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-fixnam.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-fixwidtab.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-fllost.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-floatpages.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-floats.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-flushboth.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-fmtconv.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-fontname.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-fonts-pln.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-fontsize.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-fontunavail.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-footintab.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-footnpp.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-formatstymy.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-formbiblabel.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-ftncapt.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-ftnsect.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-fuzzy-T1.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-fuzzy-gs.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-fuzzy-type3.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-getbitmap.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-gethelp.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-graph-pspdf.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-graphicspath.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-grffilenames.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-grmaxwidth.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-gutter.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-hash.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-howmanypp.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-htmlbib.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-hyper.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-hyperdupdest.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-hyphen.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-hyphenaccents.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-hyphexcept.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-hyphoff.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-i18nbib.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-ifpdf.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-impgraph.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-inclplain.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-include.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-inputlev.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-inst-miktexstar.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-inst-scut.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-inst-tds-zip.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-inst-tidy.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-inst-wlcf.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-inst1cm.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-install-doc.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-install-find.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-install-unpack.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-install-where.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-installthings.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-instfont.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-instmffont.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-instprinterfont.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-instt1font.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-interruptlist.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-isdef.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-isitanum.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-journalpaper.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-keepfonts.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-keyval.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-labelctr.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-labelfig.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-labelformat.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-labundef.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-landscape.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-latex.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-latex2e.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-latexbug.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-latexpronounce.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-latexqual.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-latexwords.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-letterclass.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-letterspace.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-limits.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-linenos.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-linespace.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-linespread.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-linmacnames.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-lit.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-logos.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-lollipop.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-longtab.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-ltxabbrv.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-ltxcmds.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-ltxhash.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-luatex.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-mailliststar.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-make.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-makebib.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-makeindex.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-man-latex.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-man-tex.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-manyauthor.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-manymathalph.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-marginmanual.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-marginparside.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-marginpkgs.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-matchbrak.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-mathlips.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-mathml.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-mathonlyref.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-mathsize.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-mathstext.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-mcfloat.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-mcite.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-metrics.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-mfptutorials.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-minitoc.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-minxampl.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-missbegdoc.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-misschar.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-misssymb.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-moren9.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-mpprologues.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-msxy.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-multbib.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-multfoot.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-multidoc.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-multind.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-multirow.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-music.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-nameref.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-newans.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-newfontstar.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-newfunction.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-newlang.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-newlineargs.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-noans.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-nocitestar.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-nodollar.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-nofm.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-nohyph.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-noline.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-nonfree.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-nonpdfsp.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-nonum.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-nopagebrk.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-nopageno.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-normalszmiss.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-noroom.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-notWYSIWYG.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-numbersets.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-oarglikesect.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-oddhyphen.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-oddpage.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-ol-books.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-oldfontnames.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-omegaleph.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-onecolabs.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-optionclash.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-osf.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-otherprinters.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-ouparmd.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-overfull.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-overstrike.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-pagebychap.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-papergeom.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-papersize.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-parallel.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-paraparam.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-parskip.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-patch.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-pdf-fig-chars.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-pdfpagelabels.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-pdftexgraphics.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-pk.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-pkfix.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-pkgdoc.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-plainvltx.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-plninltxstar.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-poster.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-prept1font.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-previewers.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-prinvalint.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-privinst.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-proof.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-protect.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-psfchoice.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-psfontprob.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-ragright.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-readML.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-readtex.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-reallyblank.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-recovertex.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-ref-doc.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-repeatgrf.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-repfootnote.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-replstdcls.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-rerun.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-resolns.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-reuseq.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-rulethk.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-run-fn-nos.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-runheadtoobig.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-running-nos.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-scriptfonts.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-seccntfmt.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-secindent.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-secnumdep.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-secthead.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-semanticnest.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-setURL.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-slashbox.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-slidecls.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-sortbib.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-spaftend.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-specials.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-spell.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-spinmacro.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-splitfoot.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-srchpdf.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-struttab.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-subsubsub.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-subverttoks.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-symbols.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-t1enc.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-tabacc.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-tabcellalign.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-tds-zip.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-tds.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-tempinst.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-texcad.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-texinfo.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-texorpdf.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-textflow.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-texthings.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-textrace.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-tfm.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-the-commands.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-theoremfmt.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-thesis.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-time.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-titlsty.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-tmupfl.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-toascii.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-tocbibind.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-tocloft.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-tocloftwrong.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-toodeep.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-topgraph.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-tradesyms.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-triptrap.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-tutbitslatex.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-tutorialstar.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-twooptarg.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-type1T1.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-typebooks.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-typend.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-typo-style.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-underline.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-underscore.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-unkgrfextn.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-uploads.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-upquot.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-useMF.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-usebibtex.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-uselmfonts.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-usepictex.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-usepsfont.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-usesymb.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-varwidcol.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-varwidth.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-verbfile.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-verbwithin.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-vertposfp.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-vertspacefloat.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-virtualfonts.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-watermark.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-wdnohyph.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-webpkgs.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-weirdhyphen.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-what-TDS.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-whatTeX.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-whatbst.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-whatenc.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-whatmacros.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-whatpdftex.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-whereFAQ.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-wholerow.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-why-inp-font.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-whyfree.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-widefigs.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-wideflt.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-widows.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-wordcount.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-writecls.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-wrongpn.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-xetex.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-xfigetc.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-xspace.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-y2k.html + texmf-dist/doc/generic/FAQ-en/html/FAQ-zerochap.html + texmf-dist/doc/generic/FAQ-en/html/index.html + texmf-dist/doc/generic/FAQ-en/letterfaq.pdf details="FAQ formatted for letter paper" + texmf-dist/doc/generic/FAQ-en/letterfaq.tex + texmf-dist/doc/generic/FAQ-en/locations.mk + texmf-dist/doc/generic/FAQ-en/markup-syntax + texmf-dist/doc/generic/FAQ-en/newfaq.pdf details="FAQ formatted for A4 paper" + texmf-dist/doc/generic/FAQ-en/newfaq.tex + texmf-dist/doc/generic/FAQ-en/newfaq.workers +catalogue-ctan /help/uk-tex-faq +catalogue-date 2009-10-09 14:56:12 +0200 +catalogue-license pd +catalogue-version 3.19a + +name HA-prosper +category Package +revision 15878 +shortdesc Patches and improvements for prosper. +longdesc HA-prosper is a patch for prosper that adds new functionality +longdesc to prosper based presentations. Among the new features you will +longdesc find automatic generation of a table of contents on each slide, +longdesc support for notes and portrait slides. The available styles +longdesc demonstrate how to expand the functionality of prosper even +longdesc further. +docfiles size=62 + texmf-dist/doc/latex/HA-prosper/HA-prosper.pdf + texmf-dist/doc/latex/HA-prosper/HAPBigtest.tex + texmf-dist/doc/latex/HA-prosper/HAPDualslide.tex + texmf-dist/doc/latex/HA-prosper/HAPIntroduction.tex + texmf-dist/doc/latex/HA-prosper/README details="Package README" +srcfiles size=41 + texmf-dist/source/latex/HA-prosper/HA-prosper.def + texmf-dist/source/latex/HA-prosper/HA-prosper.dtx +runfiles size=57 + texmf-dist/tex/latex/HA-prosper/HA-prosper.cfg + texmf-dist/tex/latex/HA-prosper/HA-prosper.sty + texmf-dist/tex/latex/HA-prosper/Styles/Aggie/AMLogo.eps + texmf-dist/tex/latex/HA-prosper/Styles/Aggie/HAPAggie.sty + texmf-dist/tex/latex/HA-prosper/Styles/Aggie/files.txt + texmf-dist/tex/latex/HA-prosper/Styles/Capsules/HAPcapsules.sty + texmf-dist/tex/latex/HA-prosper/Styles/Ciment/HAPciment.sty + texmf-dist/tex/latex/HA-prosper/Styles/Fyma/HAPFyma.sty + texmf-dist/tex/latex/HA-prosper/Styles/HA/HAPHA.sty + texmf-dist/tex/latex/HA-prosper/Styles/HA/flower.ps + texmf-dist/tex/latex/HA-prosper/Styles/Lakar/HAPLakar.sty + texmf-dist/tex/latex/HA-prosper/Styles/Simple/HAPsimple.sty + texmf-dist/tex/latex/HA-prosper/Styles/TCS/HAPTCS.sty + texmf-dist/tex/latex/HA-prosper/Styles/TCS/HAPTCSTealBlue.sty + texmf-dist/tex/latex/HA-prosper/Styles/TCS/HAPTCSgrad.sty + texmf-dist/tex/latex/HA-prosper/Styles/TCS/TCSgradlogo.ps + texmf-dist/tex/latex/HA-prosper/Styles/TCS/TCSlogo.ps + texmf-dist/tex/latex/HA-prosper/Styles/Tycja/HAPTycja.sty +catalogue-ctan /macros/latex/contrib/ha-prosper +catalogue-date 2006-12-03 19:48:14 +0100 +catalogue-license lppl +catalogue-version 4.21 + +name IEEEconf +category Package +revision 15878 +shortdesc Macros for IEEE conference proceedings. +longdesc The IEEEconf class implements the formatting dictated by the +longdesc IEEE Computer Society Press for conference proceedings. +docfiles size=53 + texmf-dist/doc/latex/IEEEconf/IEEEconf.pdf details="Package documentation" + texmf-dist/doc/latex/IEEEconf/README details="Readme" +srcfiles size=11 + texmf-dist/source/latex/IEEEconf/IEEEconf.dtx + texmf-dist/source/latex/IEEEconf/IEEEconf.ins +runfiles size=2 + texmf-dist/tex/latex/IEEEconf/IEEEconf.cls +catalogue-ctan /macros/latex/contrib/IEEEconf +catalogue-date 2009-04-06 20:17:45 +0200 +catalogue-license lppl +catalogue-version 1.4 + +name IEEEtran +category Package +revision 15878 +shortdesc Document class for IEEE Transactions journals and conferences. +longdesc The class and its BibTeX style enable authors to produce +longdesc officially-correct output for the Institute of Electrical and +longdesc Electronics Engineers (IEEE) transactions, journals and +longdesc conferences. +docfiles size=476 + texmf-dist/doc/latex/IEEEtran/IEEEtran_HOWTO.pdf details="Package documentation" + texmf-dist/doc/latex/IEEEtran/IEEEtran_bst_HOWTO.pdf + texmf-dist/doc/latex/IEEEtran/IEEEtrantools_doc.txt + texmf-dist/doc/latex/IEEEtran/README details="Readme" + texmf-dist/doc/latex/IEEEtran/README.bibtex + texmf-dist/doc/latex/IEEEtran/README.extras + texmf-dist/doc/latex/IEEEtran/README.testflow + texmf-dist/doc/latex/IEEEtran/README.tools + texmf-dist/doc/latex/IEEEtran/bare_adv.tex + texmf-dist/doc/latex/IEEEtran/bare_conf.tex + texmf-dist/doc/latex/IEEEtran/bare_jrnl.tex + texmf-dist/doc/latex/IEEEtran/bare_jrnl_compsoc.tex + texmf-dist/doc/latex/IEEEtran/changelog.txt + texmf-dist/doc/latex/IEEEtran/font_install_how.txt + texmf-dist/doc/latex/IEEEtran/testflow.tex + texmf-dist/doc/latex/IEEEtran/testflow_ctl_A4.pdf + texmf-dist/doc/latex/IEEEtran/testflow_ctl_LTR.pdf + texmf-dist/doc/latex/IEEEtran/testflow_doc.pdf + texmf-dist/doc/latex/IEEEtran/tux.eps +runfiles size=172 + texmf-dist/bibtex/bib/IEEEtran/IEEEabrv.bib + texmf-dist/bibtex/bib/IEEEtran/IEEEexample.bib + texmf-dist/bibtex/bib/IEEEtran/IEEEfull.bib + texmf-dist/bibtex/bst/IEEEtran/IEEEtran.bst + texmf-dist/bibtex/bst/IEEEtran/IEEEtranN.bst + texmf-dist/bibtex/bst/IEEEtran/IEEEtranS.bst + texmf-dist/bibtex/bst/IEEEtran/IEEEtranSA.bst + texmf-dist/bibtex/bst/IEEEtran/IEEEtranSN.bst + texmf-dist/tex/latex/IEEEtran/IEEEtran.cls + texmf-dist/tex/latex/IEEEtran/IEEEtrantools.sty +catalogue-ctan /macros/latex/contrib/IEEEtran +catalogue-date 2008-09-30 18:04:42 +0200 +catalogue-license lppl +catalogue-version 1.7a + +name MemoirChapStyles +category Package +revision 15878 +catalogue memoirchapterstyles +shortdesc Chapter styles in memoir class. +longdesc A showcase of chapter styles available to users of memoir: the +longdesc six provided in the class itself, plus many from elsewhere (by +longdesc the present author and others). The package's resources apply +longdesc only to memoir, but the package draws from a number of sources +longdesc relating to standard classes, including the fncychap package, +longdesc and Vincent Zoonekynd's tutorial on headings. +docfiles size=232 + texmf-dist/doc/latex/MemoirChapStyles/MemoirChapStyles.pdf details="The document itself" + texmf-dist/doc/latex/MemoirChapStyles/MemoirChapStyles.tex + texmf-dist/doc/latex/MemoirChapStyles/README details="Readme" +catalogue-ctan /info/latex-samples/MemoirChapStyles +catalogue-date 2008-03-25 13:50:55 +0100 +catalogue-license lppl +catalogue-version 1.6 + +name SIstyle +category Package +revision 15878 +shortdesc Package to typeset SI units, numbers and angles. +longdesc This package typesets SI units, numbers and angles according to +longdesc the ISO requirements. Care is taken with font setup and +longdesc requirements, and language customisation is available. Note +longdesc that this package is (in principle) superseded by siunitx; +longdesc sistyle has maintenance-only support, now. +docfiles size=126 + texmf-dist/doc/latex/SIstyle/README details="Readme" + texmf-dist/doc/latex/SIstyle/SIstyle-2.3a.pdf details="Package documentation" + texmf-dist/doc/latex/SIstyle/fig1.eps + texmf-dist/doc/latex/SIstyle/fig1.mps + texmf-dist/doc/latex/SIstyle/fig2.eps + texmf-dist/doc/latex/SIstyle/fig2.mps + texmf-dist/doc/latex/SIstyle/graphs_scr.zip +srcfiles size=19 + texmf-dist/source/latex/SIstyle/sistyle.dtx + texmf-dist/source/latex/SIstyle/sistyle.ins +runfiles size=3 + texmf-dist/tex/latex/SIstyle/sistyle.sty +catalogue-ctan /macros/latex/contrib/SIstyle +catalogue-date 2008-07-16 16:54:56 +0200 +catalogue-license lppl +catalogue-version 2.3a + +name SIunits +category Package +revision 15878 +shortdesc International System of Units. +longdesc Typeset physical units following the rules of the International +longdesc System of Units (SI). The package requires amstext, for proper +longdesc representation of some values. Note that the package is now +longdesc superseded by siunitx; siunits has maintenance-only support, +longdesc now. +docfiles size=82 + texmf-dist/doc/latex/SIunits/README details="Readme" + texmf-dist/doc/latex/SIunits/SIunits.pdf details="Package documentation" +srcfiles size=40 + texmf-dist/source/latex/SIunits/SIunits.drv + texmf-dist/source/latex/SIunits/SIunits.dtx + texmf-dist/source/latex/SIunits/SIunits.ins +runfiles size=8 + texmf-dist/tex/latex/SIunits/SIunits.cfg + texmf-dist/tex/latex/SIunits/SIunits.sty + texmf-dist/tex/latex/SIunits/binary.sty +catalogue-ctan /macros/latex/contrib/SIunits +catalogue-date 2008-06-16 17:21:40 +0200 +catalogue-license lppl1.3 +catalogue-version 1.36 + +name Tabbing +category Package +revision 15878 +shortdesc Tabbing with accented letters. +longdesc By default, some of the tabbing environment's commands clash +longdesc with default accent commands; LaTeX provides the odd commands +longdesc \a', etc., to deal with the clash. The package offers a variant +longdesc of the tabbing environment which does not create this +longdesc difficulty, so that users need not learn two sets of accent +longdesc commands. +docfiles size=1 + texmf-dist/doc/latex/Tabbing/00readme +srcfiles size=3 + texmf-dist/source/latex/Tabbing/Tabbing.dtx + texmf-dist/source/latex/Tabbing/Tabbing.ins +runfiles size=1 + texmf-dist/tex/latex/Tabbing/Tabbing.sty +catalogue-ctan /macros/latex/contrib/Tabbing +catalogue-date 2006-12-19 00:41:48 +0100 +catalogue-license lppl + +name Type1fonts +category Package +revision 15878 +catalogue fontinstallationguide +shortdesc Font installation guide. +longdesc This guide discusses the most common scenarios you are likely +longdesc to encounter when installing Type 1 PostScript fonts. While the +longdesc individual tools employed in the installation process are +longdesc documented well, the actual difficulty most users are facing +longdesc when trying to install new fonts is understanding how to put +longdesc all the pieces together. This is what this guide is about. +docfiles size=216 + texmf-dist/doc/fonts/Type1fonts/README details="Readme" + texmf-dist/doc/fonts/Type1fonts/figuide-examples.tar.gz + texmf-dist/doc/fonts/Type1fonts/figuide-source.tex.gz + texmf-dist/doc/fonts/Type1fonts/fontinstallationguide.pdf details="The document itself" +catalogue-ctan /info/Type1fonts/fontinstallationguide +catalogue-date 2008-04-20 19:53:04 +0200 +catalogue-license other-free +catalogue-version 2.14 + +name a0poster +category Package +revision 15878 +shortdesc Support for designing posters on large paper. +longdesc Provides fonts in sizes of 12pt up to 107pt and also makes sure +longdesc that in math formulas the symbols appear in the right size. Can +longdesc also create a PostScript header file for dvips which ensures +longdesc that the poster will be printed in the right size. Supported +longdesc sizes are DIN A0, DIN A1, DIN A2 and DIN A3. +docfiles size=47 + texmf-dist/doc/latex/a0poster/a0.pdf details="Package documentation (German)" language="de" + texmf-dist/doc/latex/a0poster/a0.tex + texmf-dist/doc/latex/a0poster/a0_eng.pdf details="Package documentation (English)" language="en" + texmf-dist/doc/latex/a0poster/a0_eng.tex +runfiles size=4 + texmf-dist/tex/latex/a0poster/a0poster.cls + texmf-dist/tex/latex/a0poster/a0size.sty +catalogue-ctan /macros/latex/contrib/a0poster +catalogue-date 2006-11-28 22:38:04 +0100 +catalogue-license lppl +catalogue-version 1.22b + +name a2ping +category TLCore +revision 15809 +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 +longdesc EPS or PDF and other page description formats. Accepted input +longdesc file formats are: PS (PostScript), EPS, PDF, PNG, JPEG, TIFF, +longdesc PNM, BMP, GIF, LBM, XPM, PCX, TGA. Accepted output formats are: +longdesc EPS, PCL5, PDF, PDF1, PBM, PGM, PPM, PS, markedEPS, markedPS, +longdesc PNG, XWD, BMP, TIFF, JPEG, GIF, XPM. a2ping delegates the low- +longdesc level work to Ghostscript (GS), pdftops and sam2p. a2ping fixes +longdesc many glitches during the EPS to EPS conversion, so its output +longdesc is often more compatible and better embeddable than its input. +depend a2ping.ARCH +docfiles size=8 + texmf/doc/man/man1/a2ping.1 + texmf/doc/man/man1/a2ping.man1.pdf +runfiles size=26 + texmf/scripts/a2ping/a2ping.pl +catalogue-ctan /graphics/a2ping/a2ping.pl +catalogue-date 2007-03-01 18:48:40 +0100 +catalogue-license gpl + +name a2ping.alpha-linux +category TLCore +revision 15207 +shortdesc alpha-linux files of a2ping +binfiles arch=alpha-linux size=1 + bin/alpha-linux/a2ping + +name a2ping.i386-cygwin +category TLCore +revision 15207 +shortdesc i386-cygwin files of a2ping +binfiles arch=i386-cygwin size=1 + bin/i386-cygwin/a2ping + +name a2ping.i386-linux +category TLCore +revision 15207 +shortdesc i386-linux files of a2ping +binfiles arch=i386-linux size=1 + bin/i386-linux/a2ping + +name a2ping.i386-netbsd +category TLCore +revision 15207 +shortdesc i386-netbsd files of a2ping +binfiles arch=i386-netbsd size=1 + bin/i386-netbsd/a2ping + +name a2ping.i386-solaris +category TLCore +revision 15207 +shortdesc i386-solaris files of a2ping +binfiles arch=i386-solaris size=1 + bin/i386-solaris/a2ping + +name a2ping.mips-irix +category TLCore +revision 15558 +shortdesc mips-irix files of a2ping +binfiles arch=mips-irix size=1 + bin/mips-irix/a2ping + +name a2ping.powerpc-aix +category TLCore +revision 15207 +shortdesc powerpc-aix files of a2ping +binfiles arch=powerpc-aix size=1 + bin/powerpc-aix/a2ping + +name a2ping.powerpc-linux +category TLCore +revision 15207 +shortdesc powerpc-linux files of a2ping +binfiles arch=powerpc-linux size=1 + bin/powerpc-linux/a2ping + +name a2ping.sparc-linux +category TLCore +revision 15207 +shortdesc sparc-linux files of a2ping +binfiles arch=sparc-linux size=1 + bin/sparc-linux/a2ping + +name a2ping.sparc-solaris +category TLCore +revision 15207 +shortdesc sparc-solaris files of a2ping +binfiles arch=sparc-solaris size=1 + bin/sparc-solaris/a2ping + +name a2ping.universal-darwin +category TLCore +revision 15207 +shortdesc universal-darwin files of a2ping +binfiles arch=universal-darwin size=1 + bin/universal-darwin/a2ping + +name a2ping.win32 +category TLCore +revision 15404 +shortdesc win32 files of a2ping +binfiles arch=win32 size=1 + bin/win32/a2ping.exe + +name a2ping.x86_64-linux +category TLCore +revision 15207 +shortdesc x86_64-linux files of a2ping +binfiles arch=x86_64-linux size=1 + bin/x86_64-linux/a2ping + +name aastex +category Package +revision 15878 +shortdesc Macros for Manuscript Preparation for AAS Journals. +longdesc The bundle provides a document class for preparing papers for +longdesc American Astronomical Society publications. Authors who wish to +longdesc submit papers to AAS journals are strongly urged to use this +longdesc class in preference to any of the alternatives available. +docfiles size=559 + texmf-dist/doc/latex/aastex/README details="Readme" + texmf-dist/doc/latex/aastex/aasclass.tex + texmf-dist/doc/latex/aastex/aasguide.pdf + texmf-dist/doc/latex/aastex/aasguide.tex + texmf-dist/doc/latex/aastex/aassymbols.pdf + texmf-dist/doc/latex/aastex/aassymbols.tex + texmf-dist/doc/latex/aastex/datafile1.txt + texmf-dist/doc/latex/aastex/f1.eps + texmf-dist/doc/latex/aastex/f2.eps + texmf-dist/doc/latex/aastex/f2_color.eps + texmf-dist/doc/latex/aastex/f3.eps + texmf-dist/doc/latex/aastex/sample.tex + texmf-dist/doc/latex/aastex/table.tex + texmf-dist/doc/latex/aastex/video3.mpg +srcfiles size=100 + texmf-dist/source/latex/aastex/aasclass.dtx + texmf-dist/source/latex/aastex/aasclass.ins +runfiles size=28 + texmf-dist/tex/latex/aastex/aastex.cls + texmf-dist/tex/latex/aastex/aastex.sty +catalogue-ctan /macros/latex/contrib/aastex +catalogue-date 2007-01-26 22:11:52 +0100 +catalogue-license lppl +catalogue-version 5.2 + +name abbr +category Package +revision 15878 +shortdesc Simple macros supporting abreviations for Plain and LaTeX. +longdesc Abbr is a set of some simple macros to support abbreviations in +longdesc Plain or LaTeX. It allows writing e.g. \ instead of \TeX, +longdesc hence frees users from having to escape space after +longdesc parameterless macros. +docfiles size=1 + texmf-dist/doc/generic/abbr/README +runfiles size=2 + texmf-dist/tex/generic/abbr/abbr.tex +catalogue-ctan /macros/generic/abbr +catalogue-date 2007-05-25 16:15:27 +0200 +catalogue-license pd + +name abc +category Package +revision 15878 +shortdesc Support ABC music notation in LaTeX. +longdesc The abc package lets you include lines of music written in the +longdesc ABC Plus language. The package will then employ the \write18 +longdesc facility to convert your notation to PostScript (using the +longdesc established utility abcm2ps) and hence to the format needed for +longdesc inclusion in your document. +docfiles size=46 + texmf-dist/doc/latex/abc/README details="Readme" + texmf-dist/doc/latex/abc/abc.pdf details="Package documentation" + texmf-dist/doc/latex/abc/example.tex + texmf-dist/doc/latex/abc/mupexa.tex + texmf-dist/doc/latex/abc/poll.abc + texmf-dist/doc/latex/abc/simple.mup +srcfiles size=8 + texmf-dist/source/latex/abc/abc.dtx + texmf-dist/source/latex/abc/abc.ins +runfiles size=3 + texmf-dist/tex/latex/abc/abc.sty + texmf-dist/tex/latex/abc/mup.sty +catalogue-ctan /macros/latex/contrib/abc +catalogue-date 2008-03-08 20:47:21 +0100 +catalogue-license lppl +catalogue-version .0 + +name abstract +category Package +revision 15878 +shortdesc Control the typesetting of the abstract environment. +longdesc The abstract package gives you control over the typesetting of +longdesc the abstract environment, and in particular provides for a one +longdesc column abstract in a two column paper. +docfiles size=43 + texmf-dist/doc/latex/abstract/README details="Readme" + texmf-dist/doc/latex/abstract/abstract.pdf details="Package documentation" +srcfiles size=8 + texmf-dist/source/latex/abstract/abstract.dtx + texmf-dist/source/latex/abstract/abstract.ins +runfiles size=2 + texmf-dist/tex/latex/abstract/abstract.sty +catalogue-ctan /macros/latex/contrib/abstract +catalogue-date 2009-09-02 11:33:10 +0200 +catalogue-license lppl +catalogue-version 1.2a + +name abstyles +category Package +revision 15878 +catalogue abstyles-orig +shortdesc Adaptable BibTeX styles. +longdesc A family of modifications of the standard BibTeX styles whose +longdesc behaviour may be changed by changing the user document, without +longdesc change to the styles themselves. The package is largely used +longdesc nowadays in its adaptation for working with Babel. +docfiles size=74 + texmf-dist/doc/bibtex/abstyles/README + texmf-dist/doc/bibtex/abstyles/a4c.sty + texmf-dist/doc/bibtex/abstyles/a4c.tex + texmf-dist/doc/bibtex/abstyles/abstdok.pdf details="Outline of the family" language="de" + texmf-dist/doc/bibtex/abstyles/abstdok.tex + texmf-dist/doc/bibtex/abstyles/apreambl.doc + texmf-dist/doc/bibtex/abstyles/btxabst.doc + texmf-dist/doc/bibtex/abstyles/docmac.doc + texmf-dist/doc/bibtex/abstyles/docmac.tex +runfiles size=33 + texmf-dist/bibtex/bib/abstyles/acompat.bib + texmf-dist/bibtex/bib/abstyles/jourabbr.bib + texmf-dist/bibtex/bib/abstyles/jourfull.bib + texmf-dist/bibtex/bst/abstyles/aabbrv.bst + texmf-dist/bibtex/bst/abstyles/aalpha.bst + texmf-dist/bibtex/bst/abstyles/anotit.bst + texmf-dist/bibtex/bst/abstyles/aplain.bst + texmf-dist/bibtex/bst/abstyles/aunsnot.bst + texmf-dist/bibtex/bst/abstyles/aunsrt.bst + texmf-dist/tex/generic/abstyles/apreambl.tex +catalogue-ctan /biblio/bibtex/contrib/abstyles +catalogue-date 2008-11-26 23:58:56 +0100 +catalogue-license other-free + +name accfonts +category Package +revision 15878 +shortdesc Utilities to derive new fonts from existing ones. +longdesc The accfonts package contains three utilities to permit easy +longdesc manipulation of fonts, in particular the creation of unusual +longdesc accented characters. Mkt1font works on Adobe Type 1 fonts, +longdesc vpl2vpl works on TeX virtual fonts and vpl2ovp transforms a TeX +longdesc font to an Omega one. All three programs read in a font (either +longdesc the font itself or a property list), together with a simple +longdesc definition file containing lines such as '128 z acute'; they +longdesc then write out a new version of the font with the requested new +longdesc characters in the numerical slots specified. Great care is +longdesc taken over the positioning of accents, and over the provision +longdesc of kerning information for new characters; mkt1font also +longdesc generates suitable "hints" to enhance quality at small sizes or +longdesc poor resolutions. The programs are written in Perl. +depend accfonts.ARCH +docfiles size=15 + texmf-dist/doc/fonts/accfonts/CHANGES + texmf-dist/doc/fonts/accfonts/COPYING + texmf-dist/doc/fonts/accfonts/README details="Package Readme and documentation" +runfiles size=37 + texmf-dist/scripts/accfonts/mkt1font + texmf-dist/scripts/accfonts/vpl2ovp + texmf-dist/scripts/accfonts/vpl2vpl + texmf-dist/tex/latex/accfonts/CSX.def + texmf-dist/tex/latex/accfonts/ISO-Latin1.def + texmf-dist/tex/latex/accfonts/ISO-Latin2.def + texmf-dist/tex/latex/accfonts/IndUni_Omega.def + texmf-dist/tex/latex/accfonts/Norman.def +catalogue-ctan /fonts/utilities/accfonts +catalogue-date 2009-04-10 11:27:58 +0200 +catalogue-license gpl +catalogue-version 0.25 + +name accfonts.alpha-linux +category Package +revision 15878 +shortdesc alpha-linux files of accfonts +binfiles arch=alpha-linux size=3 + bin/alpha-linux/mkt1font + bin/alpha-linux/vpl2ovp + bin/alpha-linux/vpl2vpl + +name accfonts.i386-cygwin +category Package +revision 15878 +shortdesc i386-cygwin files of accfonts +binfiles arch=i386-cygwin size=3 + bin/i386-cygwin/mkt1font + bin/i386-cygwin/vpl2ovp + bin/i386-cygwin/vpl2vpl + +name accfonts.i386-linux +category Package +revision 15878 +shortdesc i386-linux files of accfonts +binfiles arch=i386-linux size=3 + bin/i386-linux/mkt1font + bin/i386-linux/vpl2ovp + bin/i386-linux/vpl2vpl + +name accfonts.i386-netbsd +category Package +revision 15878 +shortdesc i386-netbsd files of accfonts +binfiles arch=i386-netbsd size=3 + bin/i386-netbsd/mkt1font + bin/i386-netbsd/vpl2ovp + bin/i386-netbsd/vpl2vpl + +name accfonts.i386-solaris +category Package +revision 15878 +shortdesc i386-solaris files of accfonts +binfiles arch=i386-solaris size=3 + bin/i386-solaris/mkt1font + bin/i386-solaris/vpl2ovp + bin/i386-solaris/vpl2vpl + +name accfonts.mips-irix +category Package +revision 15878 +shortdesc mips-irix files of accfonts +binfiles arch=mips-irix size=3 + bin/mips-irix/mkt1font + bin/mips-irix/vpl2ovp + bin/mips-irix/vpl2vpl + +name accfonts.powerpc-aix +category Package +revision 15878 +shortdesc powerpc-aix files of accfonts +binfiles arch=powerpc-aix size=3 + bin/powerpc-aix/mkt1font + bin/powerpc-aix/vpl2ovp + bin/powerpc-aix/vpl2vpl + +name accfonts.powerpc-linux +category Package +revision 15878 +shortdesc powerpc-linux files of accfonts +binfiles arch=powerpc-linux size=3 + bin/powerpc-linux/mkt1font + bin/powerpc-linux/vpl2ovp + bin/powerpc-linux/vpl2vpl + +name accfonts.sparc-linux +category Package +revision 15878 +shortdesc sparc-linux files of accfonts +binfiles arch=sparc-linux size=3 + bin/sparc-linux/mkt1font + bin/sparc-linux/vpl2ovp + bin/sparc-linux/vpl2vpl + +name accfonts.sparc-solaris +category Package +revision 15878 +shortdesc sparc-solaris files of accfonts +binfiles arch=sparc-solaris size=3 + bin/sparc-solaris/mkt1font + bin/sparc-solaris/vpl2ovp + bin/sparc-solaris/vpl2vpl + +name accfonts.universal-darwin +category Package +revision 15878 +shortdesc universal-darwin files of accfonts +binfiles arch=universal-darwin size=3 + bin/universal-darwin/mkt1font + bin/universal-darwin/vpl2ovp + bin/universal-darwin/vpl2vpl + +name accfonts.win32 +category Package +revision 15878 +shortdesc win32 files of accfonts +binfiles arch=win32 size=3 + bin/win32/mkt1font.exe + bin/win32/vpl2ovp.exe + bin/win32/vpl2vpl.exe + +name accfonts.x86_64-linux +category Package +revision 15878 +shortdesc x86_64-linux files of accfonts +binfiles arch=x86_64-linux size=3 + bin/x86_64-linux/mkt1font + bin/x86_64-linux/vpl2ovp + bin/x86_64-linux/vpl2vpl + +name achemso +category Package +revision 15878 +shortdesc Support for American Chemical Society journal submissions. +longdesc The bundle provides the official macros and BibTeX style for +longdesc submission to the journals of the American Chemical Society. +longdesc Also provided is a BibTeX style file to be used for +longdesc bibliography database listings. The natmove package, which +longdesc moves citations relative to punctuation, is distributed as part +longdesc of the bundle. +docfiles size=56 + texmf-dist/doc/latex/achemso/README details="Readme" + texmf-dist/doc/latex/achemso/achemso-demo.tex + texmf-dist/doc/latex/achemso/achemso.pdf details="Package documentation" +srcfiles size=42 + texmf-dist/source/latex/achemso/achemso.dtx + texmf-dist/source/latex/achemso/achemso.ins +runfiles size=67 + texmf-dist/bibtex/bst/achemso/achemso.bst + texmf-dist/bibtex/bst/achemso/biochem.bst + texmf-dist/tex/latex/achemso/achemso.cls + texmf-dist/tex/latex/achemso/achemso.sty + texmf-dist/tex/latex/achemso/config/acbcct.cfg + texmf-dist/tex/latex/achemso/config/achre4.cfg + texmf-dist/tex/latex/achemso/config/ancac3.cfg + texmf-dist/tex/latex/achemso/config/ancham.cfg + texmf-dist/tex/latex/achemso/config/bcches.cfg + texmf-dist/tex/latex/achemso/config/bichaw.cfg + texmf-dist/tex/latex/achemso/config/bipret.cfg + texmf-dist/tex/latex/achemso/config/bomaf6.cfg + texmf-dist/tex/latex/achemso/config/cgdefu.cfg + texmf-dist/tex/latex/achemso/config/chreay.cfg + texmf-dist/tex/latex/achemso/config/cmatex.cfg + texmf-dist/tex/latex/achemso/config/crtoec.cfg + texmf-dist/tex/latex/achemso/config/enfuem.cfg + texmf-dist/tex/latex/achemso/config/esthag.cfg + texmf-dist/tex/latex/achemso/config/iecred.cfg + texmf-dist/tex/latex/achemso/config/inoraj.cfg + texmf-dist/tex/latex/achemso/config/jacsat.cfg + texmf-dist/tex/latex/achemso/config/jafcau.cfg + texmf-dist/tex/latex/achemso/config/jcchff.cfg + texmf-dist/tex/latex/achemso/config/jceaax.cfg + texmf-dist/tex/latex/achemso/config/jcisd8.cfg + texmf-dist/tex/latex/achemso/config/jctcce.cfg + texmf-dist/tex/latex/achemso/config/jmcmar.cfg + texmf-dist/tex/latex/achemso/config/jnprdf.cfg + texmf-dist/tex/latex/achemso/config/joceah.cfg + texmf-dist/tex/latex/achemso/config/jpcafh.cfg + texmf-dist/tex/latex/achemso/config/jpcbfk.cfg + texmf-dist/tex/latex/achemso/config/jpccck.cfg + texmf-dist/tex/latex/achemso/config/jprobs.cfg + texmf-dist/tex/latex/achemso/config/langd5.cfg + texmf-dist/tex/latex/achemso/config/mamobx.cfg + texmf-dist/tex/latex/achemso/config/mpohbp.cfg + texmf-dist/tex/latex/achemso/config/nalefd.cfg + texmf-dist/tex/latex/achemso/config/oprdfk.cfg + texmf-dist/tex/latex/achemso/config/orgnd7.cfg + texmf-dist/tex/latex/achemso/config/orlef7.cfg + texmf-dist/tex/latex/achemso/natmove.sty +catalogue-ctan /macros/latex/contrib/achemso +catalogue-date 2009-11-02 00:20:21 +0100 +catalogue-license lppl1.3 +catalogue-version 3.3c + +name acmconf +category Package +revision 15878 +shortdesc Class for ACM conference proceedings. +longdesc This class may be used to typeset articles to be published in +longdesc the proceedings of ACM (Association for Computing Machinery) +longdesc conferences and workshops. The layout produced by the acmconf +longdesc class is based on the ACM's own specification. +docfiles size=50 + texmf-dist/doc/latex/acmconf/README details="Readme" + texmf-dist/doc/latex/acmconf/THIS-IS-VERSION-1.3 + texmf-dist/doc/latex/acmconf/accept.tex + texmf-dist/doc/latex/acmconf/acmconf.pdf details="Package documentation" + texmf-dist/doc/latex/acmconf/body.eps + texmf-dist/doc/latex/acmconf/error.tex + texmf-dist/doc/latex/acmconf/prepare.tex + texmf-dist/doc/latex/acmconf/print.tex + texmf-dist/doc/latex/acmconf/pubform.bib + texmf-dist/doc/latex/acmconf/pubform.tex + texmf-dist/doc/latex/acmconf/publish.tex + texmf-dist/doc/latex/acmconf/submit.tex +srcfiles size=20 + texmf-dist/source/latex/acmconf/Makefile + texmf-dist/source/latex/acmconf/acmconf.dtx + texmf-dist/source/latex/acmconf/acmconf.ins +runfiles size=4 + texmf-dist/tex/latex/acmconf/acmconf.cls +catalogue-ctan /macros/latex/contrib/acmconf +catalogue-date 2008-05-14 19:23:34 +0200 +catalogue-license lppl +catalogue-version 1.3 + +name acmtrans +category Package +revision 15878 +shortdesc Class and BibTeX style for ACM Transactions. +longdesc The acmtrans2e class formats articles in the style of ACM +longdesc transactions. Users who have prepared their document with LaTeX +longdesc can, with very little effort, produce camera-ready copy for +longdesc these journals. The accompanying BibTeX style is based on the +longdesc chicago style. +docfiles size=55 + texmf-dist/doc/latex/acmtrans/acmtr2e.pdf details="Documentation in the form of an ACM paper" + texmf-dist/doc/latex/acmtrans/acmtr2e.tex +runfiles size=22 + texmf-dist/bibtex/bib/acmtrans/acmtr.bib + texmf-dist/bibtex/bst/acmtrans/acmtrans.bst + texmf-dist/tex/latex/acmtrans/acmtrans2e.cls +catalogue-ctan /biblio/bibtex/contrib/acmtrans +catalogue-date 2008-10-26 13:24:46 +0100 +catalogue-license noinfo + +name acronym +category Package +revision 15878 +shortdesc Expand acronyms at least once. +longdesc This package ensures that all acronyms used in the text are +longdesc spelled out in full at least once. It also provides an +longdesc environment to build a list of acronyms used. The package is +longdesc compatible with pdf bookmarks. The package requires the suffix +longdesc package, which in turn requires that it runs under e-TeX. +docfiles size=40 + texmf-dist/doc/latex/acronym/README details="Package Readme" + texmf-dist/doc/latex/acronym/acronym.pdf details="Package documentation" + texmf-dist/doc/latex/acronym/acrotest.tex +srcfiles size=13 + texmf-dist/source/latex/acronym/acronym.dtx + texmf-dist/source/latex/acronym/acronym.ins +runfiles size=4 + texmf-dist/tex/latex/acronym/acronym.sty +catalogue-ctan /macros/latex/contrib/acronym +catalogue-date 2009-01-27 08:28:21 +0100 +catalogue-license lppl +catalogue-version 1.34 + +name active-conf +category Package +revision 15878 +shortdesc Class for typesetting ACTIVE conference papers. +longdesc Active-conf is a class for typesetting papers for the Active +longdesc conference on noise and vibration control. It is initially +longdesc intended for the 2006 conference in Adelaide, Australia. The +longdesc class is based on article with more flexible front-matter, and +longdesc can be customised for conferences in future years with a header +longdesc file. +docfiles size=93 + texmf-dist/doc/latex/active-conf/README details="Readme" + texmf-dist/doc/latex/active-conf/active-conf.pdf details="Class documentation:" + texmf-dist/doc/latex/active-conf/example/active-example.ltx + texmf-dist/doc/latex/active-conf/example/active-header-2006.tex + texmf-dist/doc/latex/active-conf/example/header-logo-2006.eps + texmf-dist/doc/latex/active-conf/example/header-logo-2006.pdf +srcfiles size=13 + texmf-dist/source/latex/active-conf/active-conf.dtx + texmf-dist/source/latex/active-conf/active-conf.ins +runfiles size=4 + texmf-dist/tex/latex/active-conf/active-conf.cls +catalogue-ctan /macros/latex/contrib/conferences/active-conf +catalogue-date 2008-05-24 14:41:17 +0200 +catalogue-license lppl +catalogue-version 0.3a + +name addlines +category Package +revision 15878 +shortdesc A user-friendly wrapper around \enlargethispage. +longdesc This small package provides the command \addlines for adding or +longdesc removing space in the textblock of the page it's used on. E.g., +longdesc adding an extra line of text to the page so that a section fits +longdesc better on the next page. It will also add space to the facing +longdesc page in a two-sided document. +docfiles size=27 + texmf-dist/doc/latex/addlines/README details="Readme" + texmf-dist/doc/latex/addlines/addlines-example.ltx + texmf-dist/doc/latex/addlines/addlines.pdf details="Package documentation" +srcfiles size=4 + texmf-dist/source/latex/addlines/addlines.dtx + texmf-dist/source/latex/addlines/addlines.ins +runfiles size=1 + texmf-dist/tex/latex/addlines/addlines.sty +catalogue-ctan /macros/latex/contrib/addlines +catalogue-date 2009-04-24 13:36:42 +0200 +catalogue-license lppl +catalogue-version 0.2 + +name adrconv +category Package +revision 15878 +shortdesc BibTeX styles to implement an address database. +longdesc Adrconv is a collection of BibTeX style files to turn an +longdesc address database stored in the .bib format into files suitable +longdesc for printing as address books or included into letter classes +longdesc like akletter or scrletter2. Adrconv will sort the data either +longdesc by name or birthday and create output files in various formats +longdesc for address books or time planers. +docfiles size=39 + texmf-dist/doc/latex/adrconv/adrconv.tex + texmf-dist/doc/latex/adrconv/adrdir.tex + texmf-dist/doc/latex/adrconv/adrfax.tex + texmf-dist/doc/latex/adrconv/adrguide.pdf details="Package introduction" language="de" + texmf-dist/doc/latex/adrconv/adrguide.tex + texmf-dist/doc/latex/adrconv/birthday.tex + texmf-dist/doc/latex/adrconv/email.tex +srcfiles size=7 + texmf-dist/source/latex/adrconv/adrconv.dtx + texmf-dist/source/latex/adrconv/adrconv.ins +runfiles size=8 + texmf-dist/bibtex/bib/adrconv/example.bib + texmf-dist/bibtex/bst/adrconv/adrconv.bst + texmf-dist/bibtex/bst/adrconv/adrfax.bst + texmf-dist/bibtex/bst/adrconv/birthday.bst + texmf-dist/bibtex/bst/adrconv/email.bst + texmf-dist/tex/latex/adrconv/adrdir.cfg + texmf-dist/tex/latex/adrconv/adrplaner.cfg + texmf-dist/tex/latex/adrconv/adrsmall.cfg +catalogue-ctan /macros/latex/contrib/adrconv +catalogue-date 2006-11-15 08:44:26 +0100 +catalogue-license lppl +catalogue-version 1.2c + +name adrlist +category Package +revision 15878 +shortdesc Using address lists in LaTeX. +longdesc The package provides a read-file command (\ForEachAdress) and a +longdesc set of commands for unpicking the address data in the file. +docfiles size=15 + texmf-dist/doc/latex/adrlist/README details="Readme" + texmf-dist/doc/latex/adrlist/adrlist.pdf details="Package documentation" +srcfiles size=3 + texmf-dist/source/latex/adrlist/adrlist.dtx + texmf-dist/source/latex/adrlist/adrlist.ins +runfiles size=1 + texmf-dist/tex/latex/adrlist/adrlist.sty +catalogue-ctan /macros/latex/contrib/adrlist +catalogue-date 2008-09-17 18:30:54 +0200 +catalogue-license noinfo + +name ae +category Package +revision 15878 +shortdesc Virtual fonts for T1 encoded CMR-fonts. +longdesc A set of virtual fonts which emulates T1 coded fonts using the +longdesc standard CM fonts. The package name, AE fonts, supposedly +longdesc stands for "Almost European". The main use of the package was +longdesc to produce PDF files using Adobe Type 1 versions of the CM +longdesc fonts instead of bitmapped EC fonts. Note that direct +longdesc substitutes for the bitmapped EC fonts are now available, via +longdesc the CM-super, Latin Modern and (in a restricted way) CM-LGC +longdesc font sets. +docfiles size=7 + texmf-dist/doc/fonts/ae/COPYING + texmf-dist/doc/fonts/ae/MANIFEST + texmf-dist/doc/fonts/ae/README +srcfiles size=50 + texmf-dist/source/fonts/ae/aefonts.mtx + texmf-dist/source/fonts/ae/aefonts.tex + texmf-dist/source/fonts/ae/aehax5.mtx + texmf-dist/source/fonts/ae/aehaxit.mtx + texmf-dist/source/fonts/ae/aehaxrm.mtx + texmf-dist/source/fonts/ae/aehaxsc.mtx + texmf-dist/source/fonts/ae/aehaxsl.mtx + texmf-dist/source/fonts/ae/aehaxss.mtx + texmf-dist/source/fonts/ae/aelatin.mtx + texmf-dist/source/fonts/ae/aelatint.mtx + texmf-dist/source/fonts/ae/aesample.tex + texmf-dist/source/fonts/ae/aet1.etx + texmf-dist/source/fonts/ae/bxittest.tex + texmf-dist/source/fonts/ae/clean + texmf-dist/source/fonts/ae/germtest.tex + texmf-dist/source/fonts/ae/go + texmf-dist/source/fonts/ae/install + texmf-dist/source/fonts/ae/makepl + texmf-dist/source/fonts/ae/ot1tt.etx + texmf-dist/source/fonts/ae/slitest.tex +runfiles size=157 + texmf-dist/fonts/tfm/public/ae/aeb10.tfm + texmf-dist/fonts/tfm/public/ae/aebx10.tfm + texmf-dist/fonts/tfm/public/ae/aebx12.tfm + texmf-dist/fonts/tfm/public/ae/aebx5.tfm + texmf-dist/fonts/tfm/public/ae/aebx6.tfm + texmf-dist/fonts/tfm/public/ae/aebx7.tfm + texmf-dist/fonts/tfm/public/ae/aebx8.tfm + texmf-dist/fonts/tfm/public/ae/aebx9.tfm + texmf-dist/fonts/tfm/public/ae/aebxsl10.tfm + texmf-dist/fonts/tfm/public/ae/aebxti10.tfm + texmf-dist/fonts/tfm/public/ae/aecsc10.tfm + texmf-dist/fonts/tfm/public/ae/aeitt10.tfm + texmf-dist/fonts/tfm/public/ae/aer10.tfm + texmf-dist/fonts/tfm/public/ae/aer12.tfm + texmf-dist/fonts/tfm/public/ae/aer17.tfm + texmf-dist/fonts/tfm/public/ae/aer5.tfm + texmf-dist/fonts/tfm/public/ae/aer6.tfm + texmf-dist/fonts/tfm/public/ae/aer7.tfm + texmf-dist/fonts/tfm/public/ae/aer8.tfm + texmf-dist/fonts/tfm/public/ae/aer9.tfm + texmf-dist/fonts/tfm/public/ae/aesl10.tfm + texmf-dist/fonts/tfm/public/ae/aesl12.tfm + texmf-dist/fonts/tfm/public/ae/aesl8.tfm + texmf-dist/fonts/tfm/public/ae/aesl9.tfm + texmf-dist/fonts/tfm/public/ae/aesltt10.tfm + texmf-dist/fonts/tfm/public/ae/aess10.tfm + texmf-dist/fonts/tfm/public/ae/aess12.tfm + texmf-dist/fonts/tfm/public/ae/aess17.tfm + texmf-dist/fonts/tfm/public/ae/aess8.tfm + texmf-dist/fonts/tfm/public/ae/aess9.tfm + texmf-dist/fonts/tfm/public/ae/aessbx10.tfm + texmf-dist/fonts/tfm/public/ae/aessdc10.tfm + texmf-dist/fonts/tfm/public/ae/aessi10.tfm + texmf-dist/fonts/tfm/public/ae/aessi12.tfm + texmf-dist/fonts/tfm/public/ae/aessi17.tfm + texmf-dist/fonts/tfm/public/ae/aessi8.tfm + texmf-dist/fonts/tfm/public/ae/aessi9.tfm + texmf-dist/fonts/tfm/public/ae/aetcsc10.tfm + texmf-dist/fonts/tfm/public/ae/aeti10.tfm + texmf-dist/fonts/tfm/public/ae/aeti12.tfm + texmf-dist/fonts/tfm/public/ae/aeti7.tfm + texmf-dist/fonts/tfm/public/ae/aeti8.tfm + texmf-dist/fonts/tfm/public/ae/aeti9.tfm + texmf-dist/fonts/tfm/public/ae/aett10.tfm + texmf-dist/fonts/tfm/public/ae/aett12.tfm + texmf-dist/fonts/tfm/public/ae/aett8.tfm + texmf-dist/fonts/tfm/public/ae/aett9.tfm + texmf-dist/fonts/tfm/public/ae/laess8.tfm + texmf-dist/fonts/tfm/public/ae/laessb8.tfm + texmf-dist/fonts/tfm/public/ae/laessi8.tfm + texmf-dist/fonts/vf/public/ae/aeb10.vf + texmf-dist/fonts/vf/public/ae/aebx10.vf + texmf-dist/fonts/vf/public/ae/aebx12.vf + texmf-dist/fonts/vf/public/ae/aebx5.vf + texmf-dist/fonts/vf/public/ae/aebx6.vf + texmf-dist/fonts/vf/public/ae/aebx7.vf + texmf-dist/fonts/vf/public/ae/aebx8.vf + texmf-dist/fonts/vf/public/ae/aebx9.vf + texmf-dist/fonts/vf/public/ae/aebxsl10.vf + texmf-dist/fonts/vf/public/ae/aebxti10.vf + texmf-dist/fonts/vf/public/ae/aecsc10.vf + texmf-dist/fonts/vf/public/ae/aeitt10.vf + texmf-dist/fonts/vf/public/ae/aer10.vf + texmf-dist/fonts/vf/public/ae/aer12.vf + texmf-dist/fonts/vf/public/ae/aer17.vf + texmf-dist/fonts/vf/public/ae/aer5.vf + texmf-dist/fonts/vf/public/ae/aer6.vf + texmf-dist/fonts/vf/public/ae/aer7.vf + texmf-dist/fonts/vf/public/ae/aer8.vf + texmf-dist/fonts/vf/public/ae/aer9.vf + texmf-dist/fonts/vf/public/ae/aesl10.vf + texmf-dist/fonts/vf/public/ae/aesl12.vf + texmf-dist/fonts/vf/public/ae/aesl8.vf + texmf-dist/fonts/vf/public/ae/aesl9.vf + texmf-dist/fonts/vf/public/ae/aesltt10.vf + texmf-dist/fonts/vf/public/ae/aess10.vf + texmf-dist/fonts/vf/public/ae/aess12.vf + texmf-dist/fonts/vf/public/ae/aess17.vf + texmf-dist/fonts/vf/public/ae/aess8.vf + texmf-dist/fonts/vf/public/ae/aess9.vf + texmf-dist/fonts/vf/public/ae/aessbx10.vf + texmf-dist/fonts/vf/public/ae/aessdc10.vf + texmf-dist/fonts/vf/public/ae/aessi10.vf + texmf-dist/fonts/vf/public/ae/aessi12.vf + texmf-dist/fonts/vf/public/ae/aessi17.vf + texmf-dist/fonts/vf/public/ae/aessi8.vf + texmf-dist/fonts/vf/public/ae/aessi9.vf + texmf-dist/fonts/vf/public/ae/aetcsc10.vf + texmf-dist/fonts/vf/public/ae/aeti10.vf + texmf-dist/fonts/vf/public/ae/aeti12.vf + texmf-dist/fonts/vf/public/ae/aeti7.vf + texmf-dist/fonts/vf/public/ae/aeti8.vf + texmf-dist/fonts/vf/public/ae/aeti9.vf + texmf-dist/fonts/vf/public/ae/aett10.vf + texmf-dist/fonts/vf/public/ae/aett12.vf + texmf-dist/fonts/vf/public/ae/aett8.vf + texmf-dist/fonts/vf/public/ae/aett9.vf + texmf-dist/fonts/vf/public/ae/laess8.vf + texmf-dist/fonts/vf/public/ae/laessb8.vf + texmf-dist/fonts/vf/public/ae/laessi8.vf + texmf-dist/tex/latex/ae/ae.sty + texmf-dist/tex/latex/ae/aecompl.sty + texmf-dist/tex/latex/ae/omlaer.fd + texmf-dist/tex/latex/ae/omsaer.fd + texmf-dist/tex/latex/ae/ot1aer.fd + texmf-dist/tex/latex/ae/ot1aess.fd + texmf-dist/tex/latex/ae/ot1aett.fd + texmf-dist/tex/latex/ae/ot1laess.fd + texmf-dist/tex/latex/ae/ot1laett.fd + texmf-dist/tex/latex/ae/t1aer.fd + texmf-dist/tex/latex/ae/t1aess.fd + texmf-dist/tex/latex/ae/t1aett.fd + texmf-dist/tex/latex/ae/t1laess.fd + texmf-dist/tex/latex/ae/t1laett.fd +catalogue-ctan /fonts/ae +catalogue-date 2009-06-30 11:37:01 +0200 +catalogue-license lppl +catalogue-version 1.4 + +name aeguill +category Package +revision 15878 +shortdesc Add several kinds of guillemets to the ae fonts. +longdesc The package enables the user to add guillemets from several +longdesc source (Polish cmr, Cyrillic cmr, lasy and ec) to the ae fonts. +longdesc This was useful when the ae fonts were used to produce PDF +longdesc files, since the additional guillemets exist in fonts available +longdesc in Adobe Type 1 format. +docfiles size=15 + texmf-dist/doc/latex/aeguill/README details="Readme" + texmf-dist/doc/latex/aeguill/guil-test1.pdf details="Discussion of package" + texmf-dist/doc/latex/aeguill/guil-test1.tex + texmf-dist/doc/latex/aeguill/guil-test2.pdf details="Available guillemet glyphs" + texmf-dist/doc/latex/aeguill/guil-test2.tex + texmf-dist/doc/latex/aeguill/license.txt +runfiles size=2 + texmf-dist/tex/latex/aeguill/aeguill.sty +catalogue-ctan /macros/latex/contrib/aeguill +catalogue-date 2009-04-30 00:32:08 +0200 +catalogue-license lppl + +name afm2pl +category TLCore +revision 15809 +depend afm2pl.ARCH +docfiles size=9 + texmf/doc/man/man1/afm2pl.1 + texmf/doc/man/man1/afm2pl.man1.pdf +runfiles size=25 + 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/tex/latex/afm2pl/uclcptm.sty + +name afm2pl.alpha-linux +category TLCore +revision 15207 +shortdesc alpha-linux files of afm2pl +binfiles arch=alpha-linux size=38 + bin/alpha-linux/afm2pl + +name afm2pl.i386-cygwin +category TLCore +revision 15614 +shortdesc i386-cygwin files of afm2pl +binfiles arch=i386-cygwin size=20 + bin/i386-cygwin/afm2pl.exe + +name afm2pl.i386-linux +category TLCore +revision 15207 +shortdesc i386-linux files of afm2pl +binfiles arch=i386-linux size=21 + bin/i386-linux/afm2pl + +name afm2pl.i386-netbsd +category TLCore +revision 15207 +shortdesc i386-netbsd files of afm2pl +binfiles arch=i386-netbsd size=19 + bin/i386-netbsd/afm2pl + +name afm2pl.i386-solaris +category TLCore +revision 15207 +shortdesc i386-solaris files of afm2pl +binfiles arch=i386-solaris size=22 + bin/i386-solaris/afm2pl + +name afm2pl.mips-irix +category TLCore +revision 15558 +shortdesc mips-irix files of afm2pl +binfiles arch=mips-irix size=39 + bin/mips-irix/afm2pl + +name afm2pl.powerpc-aix +category TLCore +revision 15638 +shortdesc powerpc-aix files of afm2pl +binfiles arch=powerpc-aix size=28 + bin/powerpc-aix/afm2pl + +name afm2pl.powerpc-linux +category TLCore +revision 15207 +shortdesc powerpc-linux files of afm2pl +binfiles arch=powerpc-linux size=24 + bin/powerpc-linux/afm2pl + +name afm2pl.sparc-linux +category TLCore +revision 15207 +shortdesc sparc-linux files of afm2pl +binfiles arch=sparc-linux size=22 + bin/sparc-linux/afm2pl + +name afm2pl.sparc-solaris +category TLCore +revision 15207 +shortdesc sparc-solaris files of afm2pl +binfiles arch=sparc-solaris size=39 + bin/sparc-solaris/afm2pl + +name afm2pl.universal-darwin +category TLCore +revision 15207 +shortdesc universal-darwin files of afm2pl +binfiles arch=universal-darwin size=48 + bin/universal-darwin/afm2pl + +name afm2pl.win32 +category TLCore +revision 15207 +shortdesc win32 files of afm2pl +binfiles arch=win32 size=6 + bin/win32/afm2pl.exe + +name afm2pl.x86_64-linux +category TLCore +revision 15207 +shortdesc x86_64-linux files of afm2pl +binfiles arch=x86_64-linux size=22 + bin/x86_64-linux/afm2pl + +name afthesis +category Package +revision 15878 +shortdesc Air Force Institute of Technology thesis class. +longdesc LaTeX thesis/dissertation class for US Air Force Institute Of +longdesc Technology. +docfiles size=17 + texmf-dist/doc/latex/afthesis/README details="Readme" + texmf-dist/doc/latex/afthesis/thesnumb.doc + texmf-dist/doc/latex/afthesis/usethesis.pdf details="Package documentation" + texmf-dist/doc/latex/afthesis/usethesis.tex +runfiles size=19 + texmf-dist/bibtex/bst/afthesis/thesnumb.bst + texmf-dist/tex/latex/afthesis/afthes10.sty + texmf-dist/tex/latex/afthesis/afthes11.sty + texmf-dist/tex/latex/afthesis/afthes12.sty + texmf-dist/tex/latex/afthesis/afthesis.cls + texmf-dist/tex/latex/afthesis/afthesis.sty +catalogue-ctan /macros/latex/contrib/afthesis +catalogue-date 2008-11-01 22:12:33 +0100 +catalogue-license pd +catalogue-version 2.7 + +name aguplus +category Package +revision 15878 +shortdesc Styles for American Geophysical Union. +longdesc This bundle started as an extension to the AGU's own published +longdesc styles, providing extra facilities and improved usability. The +longdesc AGU now publishes satisfactory LaTeX materials of its own; the +longdesc author of aguplus recommends that users switch to using the +longdesc official distribution. +docfiles size=24 + texmf-dist/doc/latex/aguplus/README details="Readme" + texmf-dist/doc/latex/aguplus/README.aguplus + texmf-dist/doc/latex/aguplus/aguplus.tex + texmf-dist/doc/latex/aguplus/changes.v16b + texmf-dist/doc/latex/aguplus/geophys.tex + texmf-dist/doc/latex/aguplus/sample.bib + texmf-dist/doc/latex/aguplus/samplus.tex +runfiles size=67 + texmf-dist/bibtex/bst/aguplus/agu.bst + texmf-dist/bibtex/bst/aguplus/agu04.bst + texmf-dist/bibtex/bst/aguplus/agufull.bst + texmf-dist/bibtex/bst/aguplus/agufull04.bst + texmf-dist/tex/latex/aguplus/aguplus.cls + texmf-dist/tex/latex/aguplus/aguplus.sty +catalogue-ctan /macros/latex/contrib/aguplus +catalogue-date 2007-12-21 19:35:14 +0100 +catalogue-license lppl +catalogue-version 1.6b + +name aiaa +category Package +revision 15878 +shortdesc Typeset AIAA conference papers. +longdesc A bundle of LaTeX/BibTeX files and sample documents to aid +longdesc those producing papers and journal articles according to the +longdesc guidelines of the American Institute of Aeronautics and +longdesc Astronautics (AIAA). +docfiles size=453 + texmf-dist/doc/latex/aiaa/README details="Package README" + texmf-dist/doc/latex/aiaa/aiaa.pdf details="Package documentation" + texmf-dist/doc/latex/aiaa/author_guide.pdf details="Author guide" + texmf-dist/doc/latex/aiaa/author_guide.tex + texmf-dist/doc/latex/aiaa/bibtex_database.bib + texmf-dist/doc/latex/aiaa/figure_magnet.eps + texmf-dist/doc/latex/aiaa/figure_magnet.pdf + texmf-dist/doc/latex/aiaa/pre2004/CHANGES + texmf-dist/doc/latex/aiaa/pre2004/MANIFEST + texmf-dist/doc/latex/aiaa/pre2004/README details="Package README" + texmf-dist/doc/latex/aiaa/pre2004/aiaa.dtx + texmf-dist/doc/latex/aiaa/pre2004/aiaa.ins + texmf-dist/doc/latex/aiaa/pre2004/aiaa.pdf details="Package documentation" + texmf-dist/doc/latex/aiaa/pre2004/aiaalgo.eps + texmf-dist/doc/latex/aiaa/pre2004/demos/paper/smpaiaa.ps + texmf-dist/doc/latex/aiaa/pre2004/demos/paper/smpaiaa.tex + texmf-dist/doc/latex/aiaa/pre2004/demos/paper/smpbtx.bib + texmf-dist/doc/latex/aiaa/pre2004/demos/paper/smpfig.eps + texmf-dist/doc/latex/aiaa/pre2004/demos/refs/tstbtx.bib + texmf-dist/doc/latex/aiaa/pre2004/demos/refs/tstref.tex + texmf-dist/doc/latex/aiaa/pre2004/demos/subfigs/smpfig.eps + texmf-dist/doc/latex/aiaa/pre2004/demos/subfigs/smpsubf.tex + texmf-dist/doc/latex/aiaa/pre2004/demos/talk/smpfig.eps + texmf-dist/doc/latex/aiaa/pre2004/demos/talk/smptalk.ps + texmf-dist/doc/latex/aiaa/pre2004/demos/talk/smptalk.sty + texmf-dist/doc/latex/aiaa/pre2004/demos/talk/smptalk.tex + texmf-dist/doc/latex/aiaa/template_advanced.pdf + texmf-dist/doc/latex/aiaa/template_advanced.tex + texmf-dist/doc/latex/aiaa/template_basic.pdf + texmf-dist/doc/latex/aiaa/template_basic.tex +srcfiles size=16 + texmf-dist/source/latex/aiaa/aiaa.dtx + texmf-dist/source/latex/aiaa/aiaa.ins +runfiles size=10 + texmf-dist/bibtex/bst/aiaa/aiaa.bst + texmf-dist/tex/latex/aiaa/aiaa-tc.cls +catalogue-ctan /macros/latex/contrib/aiaa +catalogue-date 2006-09-12 13:40:13 +0200 +catalogue-license lppl +catalogue-version 3.6 + +name aichej +category Package +revision 15878 +shortdesc Bibliography style file for the AIChE Journal. +longdesc The style was generated using custom-bib, and implements the +longdesc style of the American Institute of Chemical Engineers Jounal +longdesc (or AIChE Journal or AIChE J or AIChEJ). +runfiles size=7 + texmf-dist/bibtex/bst/aichej/aichej.bst +catalogue-ctan /biblio/bibtex/contrib/misc/aichej.bst +catalogue-date 2008-08-16 20:32:59 +0200 +catalogue-license lppl + +name akletter +category Package +revision 15878 +shortdesc Comprehensive letter support. +longdesc An advanced letter document class which extends LaTeX's usual +longdesc letter class, providing support for building your own +longdesc letterhead and marking fold points for window envelopes. +longdesc Options supported by the package include: letterpaper for US +longdesc letter; a4offset for a modified A4 layout suitable for platic +longdesc binders that cover a part of the left margin. The class's +longdesc handling of dates has inspired an extended version of date- +longdesc handling in the isodate package. The class supersedes an +longdesc earlier class called myletter. +docfiles size=69 + texmf-dist/doc/latex/akletter/akletter.tex + texmf-dist/doc/latex/akletter/akletter.upl + texmf-dist/doc/latex/akletter/letterdoc.pdf details="Package documentation (German)" language="de" + texmf-dist/doc/latex/akletter/letterdoc.tex + texmf-dist/doc/latex/akletter/lettereng.pdf details="Package documentation (English)" language="en" + texmf-dist/doc/latex/akletter/lettereng.tex +runfiles size=11 + texmf-dist/tex/latex/akletter/akfax.cfg + texmf-dist/tex/latex/akletter/akletter.cfg + texmf-dist/tex/latex/akletter/akletter.cls + texmf-dist/tex/latex/akletter/myletter.cls +catalogue-ctan /macros/latex/contrib/akletter +catalogue-date 2009-01-23 15:11:09 +0100 +catalogue-license lppl +catalogue-version 1.5i + +name alatex +category Package +revision 15878 +shortdesc Abstract LaTeX. +longdesc ALaTeX provides the user with all the functionality of LaTeX +longdesc but with one small change: a general, legal way to override +longdesc standard LaTeX behavior without altering source files. ALaTeX +longdesc can interpret official LaTeX markup in an abstract way. +docfiles size=1 + texmf-dist/doc/otherformats/alatex/base/alatex.tex +srcfiles size=23 + texmf-dist/source/alatex/base/0areadme.txt + texmf-dist/source/alatex/base/COPYING + texmf-dist/source/alatex/base/Makefile + texmf-dist/source/alatex/base/README + texmf-dist/source/alatex/base/VERSION-1.0 + texmf-dist/source/alatex/base/abugs.txt + texmf-dist/source/alatex/base/ainstall.txt + texmf-dist/source/alatex/base/alatex.dtx + texmf-dist/source/alatex/base/alatex.ltx + texmf-dist/source/alatex/base/amanifst.txt + texmf-dist/source/alatex/base/aunpack.ins + texmf-dist/source/alatex/base/aunpcked.txt + texmf-dist/source/alatex/base/testdist.dtx +runfiles size=1 + texmf-dist/tex/alatex/base/metaclas.cfg +catalogue-ctan /macros/alatex/alatex-1.0 +catalogue-date 2006-12-17 11:41:28 +0100 +catalogue-license gpl +catalogue-version 1.0 + +name albertus +category Package +revision 13293 +runfiles size=24 + texmf-dist/fonts/tfm/cg/albertus/ale10u.tfm + texmf-dist/fonts/tfm/cg/albertus/ale6j.tfm + texmf-dist/fonts/tfm/cg/albertus/ale7j.tfm + texmf-dist/fonts/tfm/cg/albertus/ale8u.tfm + texmf-dist/fonts/tfm/cg/albertus/alr10u.tfm + texmf-dist/fonts/tfm/cg/albertus/alr6j.tfm + texmf-dist/fonts/tfm/cg/albertus/alr7j.tfm + texmf-dist/fonts/tfm/cg/albertus/alr8u.tfm + texmf-dist/fonts/tfm/cg/albertus/cal8tx.tfm + texmf-dist/fonts/tfm/cg/albertus/calm.tfm + texmf-dist/fonts/tfm/cg/albertus/calm8t.tfm + texmf-dist/fonts/tfm/cg/albertus/calx.tfm + texmf-dist/fonts/vf/cg/albertus/cal8tx.vf + texmf-dist/fonts/vf/cg/albertus/calm.vf + texmf-dist/fonts/vf/cg/albertus/calm8t.vf + texmf-dist/fonts/vf/cg/albertus/calx.vf + +name aleph +category Package +revision 15878 +shortdesc Extended TeX. +longdesc An development of omega, using most of the extensions of TeX +longdesc itself developed for e-TeX. +depend aleph.ARCH +execute AddFormat name=aleph engine=aleph options=*aleph.ini +execute AddFormat name=lamed engine=aleph patterns=language.dat options=*lambda.ini +docfiles size=7 + 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 +catalogue-ctan /systems/aleph +catalogue-date 2008-09-08 11:09:39 +0200 +catalogue-license gpl +catalogue-version RC2 + +name aleph.alpha-linux +category Package +revision 15878 +shortdesc alpha-linux files of aleph +binfiles arch=alpha-linux size=295 + bin/alpha-linux/aleph + bin/alpha-linux/lamed + +name aleph.i386-cygwin +category Package +revision 15878 +shortdesc i386-cygwin files of aleph +binfiles arch=i386-cygwin size=124 + bin/i386-cygwin/aleph.exe + bin/i386-cygwin/lamed + +name aleph.i386-linux +category Package +revision 15878 +shortdesc i386-linux files of aleph +binfiles arch=i386-linux size=121 + bin/i386-linux/aleph + bin/i386-linux/lamed + +name aleph.i386-netbsd +category Package +revision 15878 +shortdesc i386-netbsd files of aleph +binfiles arch=i386-netbsd size=122 + bin/i386-netbsd/aleph + bin/i386-netbsd/lamed + +name aleph.i386-solaris +category Package +revision 15878 +shortdesc i386-solaris files of aleph +binfiles arch=i386-solaris size=131 + bin/i386-solaris/aleph + bin/i386-solaris/lamed + +name aleph.mips-irix +category Package +revision 15878 +shortdesc mips-irix files of aleph +binfiles arch=mips-irix size=215 + bin/mips-irix/aleph + bin/mips-irix/lamed + +name aleph.powerpc-aix +category Package +revision 15878 +shortdesc powerpc-aix files of aleph +binfiles arch=powerpc-aix size=149 + bin/powerpc-aix/aleph + bin/powerpc-aix/lamed + +name aleph.powerpc-linux +category Package +revision 15878 +shortdesc powerpc-linux files of aleph +binfiles arch=powerpc-linux size=148 + bin/powerpc-linux/aleph + bin/powerpc-linux/lamed + +name aleph.sparc-linux +category Package +revision 15878 +shortdesc sparc-linux files of aleph +binfiles arch=sparc-linux size=131 + bin/sparc-linux/aleph + bin/sparc-linux/lamed + +name aleph.sparc-solaris +category Package +revision 15878 +shortdesc sparc-solaris files of aleph +binfiles arch=sparc-solaris size=185 + bin/sparc-solaris/aleph + bin/sparc-solaris/lamed + +name aleph.universal-darwin +category Package +revision 15878 +shortdesc universal-darwin files of aleph +binfiles arch=universal-darwin size=280 + bin/universal-darwin/aleph + bin/universal-darwin/lamed + +name aleph.win32 +category Package +revision 15925 +shortdesc win32 files of aleph +binfiles arch=win32 size=107 + bin/win32/aleph.dll + bin/win32/aleph.exe + bin/win32/lamed.exe + +name aleph.x86_64-linux +category Package +revision 15878 +shortdesc x86_64-linux files of aleph +binfiles arch=x86_64-linux size=132 + bin/x86_64-linux/aleph + bin/x86_64-linux/lamed + +name alg +category Package +revision 15878 +shortdesc LaTeX environments for typesetting algorithms. +longdesc Defines two environments for typesetting algorithms in LaTeX2e. +longdesc The algtab environment is used to typeset an algorithm with +longdesc automatically numbered lines. The algorithm environment can be +longdesc used to encapsulate the algtab environment algorithm in a +longdesc floating body together with a header, a caption, etc. +longdesc \listofalgorithms is defined. +docfiles size=1 + texmf-dist/doc/latex/alg/readme.txt +srcfiles size=6 + texmf-dist/source/latex/alg/alg.dtx + texmf-dist/source/latex/alg/alg.ins +runfiles size=2 + texmf-dist/tex/latex/alg/alg.sty +catalogue-ctan /macros/latex/contrib/alg +catalogue-date 2006-12-17 11:41:28 +0100 +catalogue-license lppl +catalogue-version 2001-03-13 + +name algorithm2e +category Package +revision 15878 +shortdesc Floating algorithm environment with algorithmic keywords. +longdesc Algorithm2e is an environment for writing algorithms. An +longdesc algorithm becomes a floating object (like figure, table, etc.). +longdesc The package provides macros that allow you to create different +longdesc keywords, and a set of predefined key words is provided; you +longdesc can change the typography of the keywords. The package allows +longdesc vertical lines delimiting block of instructions in an +longdesc algorithm, and defines different sorts of algorithms such as +longdesc Procedure or Function; the name of these functions may be +longdesc reused in the text or in other algorithms. +docfiles size=103 + texmf-dist/doc/latex/algorithm2e/README details="Package Readme" + texmf-dist/doc/latex/algorithm2e/algorithm2e.pdf details="Package documentation" + texmf-dist/doc/latex/algorithm2e/algorithm2e.tex + texmf-dist/doc/latex/algorithm2e/algorithm2e_ex01.tex + texmf-dist/doc/latex/algorithm2e/algorithm2e_ex02.tex + texmf-dist/doc/latex/algorithm2e/algorithm2e_ex03.tex + texmf-dist/doc/latex/algorithm2e/algorithm2e_ex04.tex + texmf-dist/doc/latex/algorithm2e/algorithm2e_ex05.tex + texmf-dist/doc/latex/algorithm2e/algorithm2e_ex06.tex + texmf-dist/doc/latex/algorithm2e/algorithm2e_ex07.tex + texmf-dist/doc/latex/algorithm2e/algorithm2e_exfor.tex + texmf-dist/doc/latex/algorithm2e/algorithm2e_exrepeat.tex + texmf-dist/doc/latex/algorithm2e/algorithm2e_exswitch.tex +runfiles size=23 + texmf-dist/tex/latex/algorithm2e/algorithm2e.sty +catalogue-ctan /macros/latex/contrib/algorithm2e +catalogue-date 2008-01-03 13:37:05 +0100 +catalogue-license lppl +catalogue-version 3.9 + +name algorithmicx +category Package +revision 15878 +shortdesc The algorithmic style you always wanted. +longdesc Algorithmicx provides a very flexible, yet easy to use way for +longdesc inserting good looking pseudocode or source code in your +longdesc papers. It has built in support for Pseudocode, Pascal, C, and +longdesc powerful means to create definitions for any programming +longdesc language. You can easily adapt a Pseudocode style to your +longdesc native language. +docfiles size=61 + texmf-dist/doc/latex/algorithmicx/README details="Package README" + texmf-dist/doc/latex/algorithmicx/algorithmicx.pdf details="Package documentation" + texmf-dist/doc/latex/algorithmicx/algorithmicx.tex +runfiles size=12 + texmf-dist/tex/latex/algorithmicx/algc.sty + texmf-dist/tex/latex/algorithmicx/algcompatible.sty + texmf-dist/tex/latex/algorithmicx/algmatlab.sty + texmf-dist/tex/latex/algorithmicx/algorithmicx.sty + texmf-dist/tex/latex/algorithmicx/algpascal.sty + texmf-dist/tex/latex/algorithmicx/algpseudocode.sty +catalogue-ctan /macros/latex/contrib/algorithmicx +catalogue-date 2006-10-12 12:11:58 +0200 +catalogue-license lppl + +name algorithms +category Package +revision 15878 +shortdesc A suite of tools for typesetting algorithms in pseudo-code. +longdesc Consists of two environments: algorithm and algorithmic. The +longdesc algorithm package defines a floating algorithm environment +longdesc designed to work with the algorithmic style. Within an +longdesc algorithmic environment a number of commands for typesetting +longdesc popular algorithmic constructs are available. +docfiles size=91 + texmf-dist/doc/latex/algorithms/COPYING + texmf-dist/doc/latex/algorithms/README details="Readme" + texmf-dist/doc/latex/algorithms/THANKS + texmf-dist/doc/latex/algorithms/algorithms.pdf details="Package documentation" language="en" +srcfiles size=13 + texmf-dist/source/latex/algorithms/algorithms.dtx + texmf-dist/source/latex/algorithms/algorithms.ins +runfiles size=4 + texmf-dist/tex/latex/algorithms/algorithm.sty + texmf-dist/tex/latex/algorithms/algorithmic.sty +catalogue-ctan /macros/latex/contrib/algorithms +catalogue-date 2009-08-25 14:02:57 +0200 +catalogue-license lgpl +catalogue-version 0.1 + +name allrunes +category Package +revision 15878 +shortdesc Fonts and LaTeX package for almost all runes. +longdesc This large collection of fonts (in Adobe Type 1 format), with +longdesc the LaTeX package gives access to almost all runes ever used in +longdesc Europe. The bundle covers not only the main forms but also a +longdesc lot of varieties. +execute addMixedMap allrunes.map +docfiles size=259 + texmf-dist/doc/fonts/allrunes/README details="Package Readme" + texmf-dist/doc/fonts/allrunes/allrunes.pdf details="Package documentation" + texmf-dist/doc/fonts/allrunes/allrunes.ps + texmf-dist/doc/fonts/allrunes/ar_demo.pdf + texmf-dist/doc/fonts/allrunes/ar_demo.tex +srcfiles size=96 + texmf-dist/source/fonts/allrunes/allrunes.dtx + texmf-dist/source/fonts/allrunes/allrunes.ins +runfiles size=2960 + texmf-dist/fonts/map/dvips/allrunes/allrunes.map + texmf-dist/fonts/source/public/allrunes/frua.mf + texmf-dist/fonts/source/public/allrunes/fruabm.mf + texmf-dist/fonts/source/public/allrunes/fruabn.mf + texmf-dist/fonts/source/public/allrunes/fruabq.mf + texmf-dist/fonts/source/public/allrunes/fruabr.mf + texmf-dist/fonts/source/public/allrunes/fruabs.mf + texmf-dist/fonts/source/public/allrunes/fruabt.mf + texmf-dist/fonts/source/public/allrunes/fruacm.mf + texmf-dist/fonts/source/public/allrunes/fruacn.mf + texmf-dist/fonts/source/public/allrunes/fruacq.mf + texmf-dist/fonts/source/public/allrunes/fruacr.mf + texmf-dist/fonts/source/public/allrunes/fruacs.mf + texmf-dist/fonts/source/public/allrunes/fruact.mf + texmf-dist/fonts/source/public/allrunes/fruakm.mf + texmf-dist/fonts/source/public/allrunes/fruakn.mf + texmf-dist/fonts/source/public/allrunes/fruakq.mf + texmf-dist/fonts/source/public/allrunes/fruakr.mf + texmf-dist/fonts/source/public/allrunes/fruaks.mf + texmf-dist/fonts/source/public/allrunes/fruakt.mf + texmf-dist/fonts/source/public/allrunes/frualm.mf + texmf-dist/fonts/source/public/allrunes/frualn.mf + texmf-dist/fonts/source/public/allrunes/frualq.mf + texmf-dist/fonts/source/public/allrunes/frualr.mf + texmf-dist/fonts/source/public/allrunes/fruals.mf + texmf-dist/fonts/source/public/allrunes/frualt.mf + texmf-dist/fonts/source/public/allrunes/fruamm.mf + texmf-dist/fonts/source/public/allrunes/fruamn.mf + texmf-dist/fonts/source/public/allrunes/fruamq.mf + texmf-dist/fonts/source/public/allrunes/fruamr.mf + texmf-dist/fonts/source/public/allrunes/fruams.mf + texmf-dist/fonts/source/public/allrunes/fruamt.mf + texmf-dist/fonts/source/public/allrunes/fruanm.mf + texmf-dist/fonts/source/public/allrunes/fruann.mf + texmf-dist/fonts/source/public/allrunes/fruanq.mf + texmf-dist/fonts/source/public/allrunes/fruanr.mf + texmf-dist/fonts/source/public/allrunes/fruans.mf + texmf-dist/fonts/source/public/allrunes/fruant.mf + texmf-dist/fonts/source/public/allrunes/frubase.mf + texmf-dist/fonts/source/public/allrunes/fruc.mf + texmf-dist/fonts/source/public/allrunes/frucbm.mf + texmf-dist/fonts/source/public/allrunes/frucbn.mf + texmf-dist/fonts/source/public/allrunes/frucbq.mf + texmf-dist/fonts/source/public/allrunes/frucbr.mf + texmf-dist/fonts/source/public/allrunes/frucbs.mf + texmf-dist/fonts/source/public/allrunes/frucbt.mf + texmf-dist/fonts/source/public/allrunes/fruccm.mf + texmf-dist/fonts/source/public/allrunes/fruccn.mf + texmf-dist/fonts/source/public/allrunes/fruccq.mf + texmf-dist/fonts/source/public/allrunes/fruccr.mf + texmf-dist/fonts/source/public/allrunes/fruccs.mf + texmf-dist/fonts/source/public/allrunes/frucct.mf + texmf-dist/fonts/source/public/allrunes/fruckm.mf + texmf-dist/fonts/source/public/allrunes/fruckn.mf + texmf-dist/fonts/source/public/allrunes/fruckq.mf + texmf-dist/fonts/source/public/allrunes/fruckr.mf + texmf-dist/fonts/source/public/allrunes/frucks.mf + texmf-dist/fonts/source/public/allrunes/fruckt.mf + texmf-dist/fonts/source/public/allrunes/fruclm.mf + texmf-dist/fonts/source/public/allrunes/frucln.mf + texmf-dist/fonts/source/public/allrunes/fruclq.mf + texmf-dist/fonts/source/public/allrunes/fruclr.mf + texmf-dist/fonts/source/public/allrunes/frucls.mf + texmf-dist/fonts/source/public/allrunes/fruclt.mf + texmf-dist/fonts/source/public/allrunes/frucmm.mf + texmf-dist/fonts/source/public/allrunes/frucmn.mf + texmf-dist/fonts/source/public/allrunes/frucmq.mf + texmf-dist/fonts/source/public/allrunes/frucmr.mf + texmf-dist/fonts/source/public/allrunes/frucms.mf + texmf-dist/fonts/source/public/allrunes/frucmt.mf + texmf-dist/fonts/source/public/allrunes/frucnm.mf + texmf-dist/fonts/source/public/allrunes/frucnn.mf + texmf-dist/fonts/source/public/allrunes/frucnq.mf + texmf-dist/fonts/source/public/allrunes/frucnr.mf + texmf-dist/fonts/source/public/allrunes/frucns.mf + texmf-dist/fonts/source/public/allrunes/frucnt.mf + texmf-dist/fonts/source/public/allrunes/frul.mf + texmf-dist/fonts/source/public/allrunes/frulbm.mf + texmf-dist/fonts/source/public/allrunes/frulbn.mf + texmf-dist/fonts/source/public/allrunes/frulbq.mf + texmf-dist/fonts/source/public/allrunes/frulbr.mf + texmf-dist/fonts/source/public/allrunes/frulbs.mf + texmf-dist/fonts/source/public/allrunes/frulbt.mf + texmf-dist/fonts/source/public/allrunes/frulcm.mf + texmf-dist/fonts/source/public/allrunes/frulcn.mf + texmf-dist/fonts/source/public/allrunes/frulcq.mf + texmf-dist/fonts/source/public/allrunes/frulcr.mf + texmf-dist/fonts/source/public/allrunes/frulcs.mf + texmf-dist/fonts/source/public/allrunes/frulct.mf + texmf-dist/fonts/source/public/allrunes/frulkm.mf + texmf-dist/fonts/source/public/allrunes/frulkn.mf + texmf-dist/fonts/source/public/allrunes/frulkq.mf + texmf-dist/fonts/source/public/allrunes/frulkr.mf + texmf-dist/fonts/source/public/allrunes/frulks.mf + texmf-dist/fonts/source/public/allrunes/frulkt.mf + texmf-dist/fonts/source/public/allrunes/frullm.mf + texmf-dist/fonts/source/public/allrunes/frulln.mf + texmf-dist/fonts/source/public/allrunes/frullq.mf + texmf-dist/fonts/source/public/allrunes/frullr.mf + texmf-dist/fonts/source/public/allrunes/frulls.mf + texmf-dist/fonts/source/public/allrunes/frullt.mf + texmf-dist/fonts/source/public/allrunes/frulmm.mf + texmf-dist/fonts/source/public/allrunes/frulmn.mf + texmf-dist/fonts/source/public/allrunes/frulmq.mf + texmf-dist/fonts/source/public/allrunes/frulmr.mf + texmf-dist/fonts/source/public/allrunes/frulms.mf + texmf-dist/fonts/source/public/allrunes/frulmt.mf + texmf-dist/fonts/source/public/allrunes/frulnm.mf + texmf-dist/fonts/source/public/allrunes/frulnn.mf + texmf-dist/fonts/source/public/allrunes/frulnq.mf + texmf-dist/fonts/source/public/allrunes/frulnr.mf + texmf-dist/fonts/source/public/allrunes/frulns.mf + texmf-dist/fonts/source/public/allrunes/frulnt.mf + texmf-dist/fonts/source/public/allrunes/frum.mf + texmf-dist/fonts/source/public/allrunes/frumbm.mf + texmf-dist/fonts/source/public/allrunes/frumbn.mf + texmf-dist/fonts/source/public/allrunes/frumbq.mf + texmf-dist/fonts/source/public/allrunes/frumbr.mf + texmf-dist/fonts/source/public/allrunes/frumbs.mf + texmf-dist/fonts/source/public/allrunes/frumbt.mf + texmf-dist/fonts/source/public/allrunes/frumcm.mf + texmf-dist/fonts/source/public/allrunes/frumcn.mf + texmf-dist/fonts/source/public/allrunes/frumcq.mf + texmf-dist/fonts/source/public/allrunes/frumcr.mf + texmf-dist/fonts/source/public/allrunes/frumcs.mf + texmf-dist/fonts/source/public/allrunes/frumct.mf + texmf-dist/fonts/source/public/allrunes/frumkm.mf + texmf-dist/fonts/source/public/allrunes/frumkn.mf + texmf-dist/fonts/source/public/allrunes/frumkq.mf + texmf-dist/fonts/source/public/allrunes/frumkr.mf + texmf-dist/fonts/source/public/allrunes/frumks.mf + texmf-dist/fonts/source/public/allrunes/frumkt.mf + texmf-dist/fonts/source/public/allrunes/frumlm.mf + texmf-dist/fonts/source/public/allrunes/frumln.mf + texmf-dist/fonts/source/public/allrunes/frumlq.mf + texmf-dist/fonts/source/public/allrunes/frumlr.mf + texmf-dist/fonts/source/public/allrunes/frumls.mf + texmf-dist/fonts/source/public/allrunes/frumlt.mf + texmf-dist/fonts/source/public/allrunes/frummm.mf + texmf-dist/fonts/source/public/allrunes/frummn.mf + texmf-dist/fonts/source/public/allrunes/frummq.mf + texmf-dist/fonts/source/public/allrunes/frummr.mf + texmf-dist/fonts/source/public/allrunes/frumms.mf + texmf-dist/fonts/source/public/allrunes/frummt.mf + texmf-dist/fonts/source/public/allrunes/frumnm.mf + texmf-dist/fonts/source/public/allrunes/frumnn.mf + texmf-dist/fonts/source/public/allrunes/frumnq.mf + texmf-dist/fonts/source/public/allrunes/frumnr.mf + texmf-dist/fonts/source/public/allrunes/frumns.mf + texmf-dist/fonts/source/public/allrunes/frumnt.mf + texmf-dist/fonts/source/public/allrunes/frun.mf + texmf-dist/fonts/source/public/allrunes/frunbm.mf + texmf-dist/fonts/source/public/allrunes/frunbn.mf + texmf-dist/fonts/source/public/allrunes/frunbq.mf + texmf-dist/fonts/source/public/allrunes/frunbr.mf + texmf-dist/fonts/source/public/allrunes/frunbs.mf + texmf-dist/fonts/source/public/allrunes/frunbt.mf + texmf-dist/fonts/source/public/allrunes/fruncm.mf + texmf-dist/fonts/source/public/allrunes/fruncn.mf + texmf-dist/fonts/source/public/allrunes/fruncq.mf + texmf-dist/fonts/source/public/allrunes/fruncr.mf + texmf-dist/fonts/source/public/allrunes/fruncs.mf + texmf-dist/fonts/source/public/allrunes/frunct.mf + texmf-dist/fonts/source/public/allrunes/frunkm.mf + texmf-dist/fonts/source/public/allrunes/frunkn.mf + texmf-dist/fonts/source/public/allrunes/frunkq.mf + texmf-dist/fonts/source/public/allrunes/frunkr.mf + texmf-dist/fonts/source/public/allrunes/frunks.mf + texmf-dist/fonts/source/public/allrunes/frunkt.mf + texmf-dist/fonts/source/public/allrunes/frunlm.mf + texmf-dist/fonts/source/public/allrunes/frunln.mf + texmf-dist/fonts/source/public/allrunes/frunlq.mf + texmf-dist/fonts/source/public/allrunes/frunlr.mf + texmf-dist/fonts/source/public/allrunes/frunls.mf + texmf-dist/fonts/source/public/allrunes/frunlt.mf + texmf-dist/fonts/source/public/allrunes/frunmm.mf + texmf-dist/fonts/source/public/allrunes/frunmn.mf + texmf-dist/fonts/source/public/allrunes/frunmq.mf + texmf-dist/fonts/source/public/allrunes/frunmr.mf + texmf-dist/fonts/source/public/allrunes/frunms.mf + texmf-dist/fonts/source/public/allrunes/frunmt.mf + texmf-dist/fonts/source/public/allrunes/frunnm.mf + texmf-dist/fonts/source/public/allrunes/frunnn.mf + texmf-dist/fonts/source/public/allrunes/frunnq.mf + texmf-dist/fonts/source/public/allrunes/frunnr.mf + texmf-dist/fonts/source/public/allrunes/frunns.mf + texmf-dist/fonts/source/public/allrunes/frunnt.mf + texmf-dist/fonts/source/public/allrunes/frusep.mf + texmf-dist/fonts/source/public/allrunes/frut.mf + texmf-dist/fonts/source/public/allrunes/frutbm.mf + texmf-dist/fonts/source/public/allrunes/frutbn.mf + texmf-dist/fonts/source/public/allrunes/frutbq.mf + texmf-dist/fonts/source/public/allrunes/frutbr.mf + texmf-dist/fonts/source/public/allrunes/frutbs.mf + texmf-dist/fonts/source/public/allrunes/frutbt.mf + texmf-dist/fonts/source/public/allrunes/frutcm.mf + texmf-dist/fonts/source/public/allrunes/frutcn.mf + texmf-dist/fonts/source/public/allrunes/frutcq.mf + texmf-dist/fonts/source/public/allrunes/frutcr.mf + texmf-dist/fonts/source/public/allrunes/frutcs.mf + texmf-dist/fonts/source/public/allrunes/frutct.mf + texmf-dist/fonts/source/public/allrunes/frutkm.mf + texmf-dist/fonts/source/public/allrunes/frutkn.mf + texmf-dist/fonts/source/public/allrunes/frutkq.mf + texmf-dist/fonts/source/public/allrunes/frutkr.mf + texmf-dist/fonts/source/public/allrunes/frutks.mf + texmf-dist/fonts/source/public/allrunes/frutkt.mf + texmf-dist/fonts/source/public/allrunes/frutlm.mf + texmf-dist/fonts/source/public/allrunes/frutln.mf + texmf-dist/fonts/source/public/allrunes/frutlq.mf + texmf-dist/fonts/source/public/allrunes/frutlr.mf + texmf-dist/fonts/source/public/allrunes/frutls.mf + texmf-dist/fonts/source/public/allrunes/frutlt.mf + texmf-dist/fonts/source/public/allrunes/frutmm.mf + texmf-dist/fonts/source/public/allrunes/frutmn.mf + texmf-dist/fonts/source/public/allrunes/frutmq.mf + texmf-dist/fonts/source/public/allrunes/frutmr.mf + texmf-dist/fonts/source/public/allrunes/frutms.mf + texmf-dist/fonts/source/public/allrunes/frutmt.mf + texmf-dist/fonts/source/public/allrunes/frutnm.mf + texmf-dist/fonts/source/public/allrunes/frutnn.mf + texmf-dist/fonts/source/public/allrunes/frutnq.mf + texmf-dist/fonts/source/public/allrunes/frutnr.mf + texmf-dist/fonts/source/public/allrunes/frutns.mf + texmf-dist/fonts/source/public/allrunes/frutnt.mf + texmf-dist/fonts/tfm/public/allrunes/fruamn8z.tfm + texmf-dist/fonts/tfm/public/allrunes/fruann8z.tfm + texmf-dist/fonts/tfm/public/allrunes/frucmn8z.tfm + texmf-dist/fonts/tfm/public/allrunes/frucnn8z.tfm + texmf-dist/fonts/tfm/public/allrunes/frulmn8z.tfm + texmf-dist/fonts/tfm/public/allrunes/frulnm8z.tfm + texmf-dist/fonts/tfm/public/allrunes/frulnn8z.tfm + texmf-dist/fonts/tfm/public/allrunes/frulnr8z.tfm + texmf-dist/fonts/tfm/public/allrunes/frulns8z.tfm + texmf-dist/fonts/tfm/public/allrunes/frummn8z.tfm + texmf-dist/fonts/tfm/public/allrunes/frumnn8z.tfm + texmf-dist/fonts/tfm/public/allrunes/frunbn8z.tfm + texmf-dist/fonts/tfm/public/allrunes/frunln8z.tfm + texmf-dist/fonts/tfm/public/allrunes/frunmm8z.tfm + texmf-dist/fonts/tfm/public/allrunes/frunmn8z.tfm + texmf-dist/fonts/tfm/public/allrunes/frunmr8z.tfm + texmf-dist/fonts/tfm/public/allrunes/frunms8z.tfm + texmf-dist/fonts/tfm/public/allrunes/frunnn8z.tfm + texmf-dist/fonts/tfm/public/allrunes/frutmn8z.tfm + texmf-dist/fonts/tfm/public/allrunes/frutnn8z.tfm + texmf-dist/fonts/type1/public/allrunes/fruabm.pfb + texmf-dist/fonts/type1/public/allrunes/fruabn.pfb + texmf-dist/fonts/type1/public/allrunes/fruabq.pfb + texmf-dist/fonts/type1/public/allrunes/fruabr.pfb + texmf-dist/fonts/type1/public/allrunes/fruabs.pfb + texmf-dist/fonts/type1/public/allrunes/fruabt.pfb + texmf-dist/fonts/type1/public/allrunes/fruacm.pfb + texmf-dist/fonts/type1/public/allrunes/fruacn.pfb + texmf-dist/fonts/type1/public/allrunes/fruacq.pfb + texmf-dist/fonts/type1/public/allrunes/fruacr.pfb + texmf-dist/fonts/type1/public/allrunes/fruacs.pfb + texmf-dist/fonts/type1/public/allrunes/fruact.pfb + texmf-dist/fonts/type1/public/allrunes/fruakm.pfb + texmf-dist/fonts/type1/public/allrunes/fruakn.pfb + texmf-dist/fonts/type1/public/allrunes/fruakq.pfb + texmf-dist/fonts/type1/public/allrunes/fruakr.pfb + texmf-dist/fonts/type1/public/allrunes/fruaks.pfb + texmf-dist/fonts/type1/public/allrunes/fruakt.pfb + texmf-dist/fonts/type1/public/allrunes/frualm.pfb + texmf-dist/fonts/type1/public/allrunes/frualn.pfb + texmf-dist/fonts/type1/public/allrunes/frualq.pfb + texmf-dist/fonts/type1/public/allrunes/frualr.pfb + texmf-dist/fonts/type1/public/allrunes/fruals.pfb + texmf-dist/fonts/type1/public/allrunes/frualt.pfb + texmf-dist/fonts/type1/public/allrunes/fruamm.pfb + texmf-dist/fonts/type1/public/allrunes/fruamn.pfb + texmf-dist/fonts/type1/public/allrunes/fruamn8z.pfb + texmf-dist/fonts/type1/public/allrunes/fruamq.pfb + texmf-dist/fonts/type1/public/allrunes/fruamr.pfb + texmf-dist/fonts/type1/public/allrunes/fruams.pfb + texmf-dist/fonts/type1/public/allrunes/fruamt.pfb + texmf-dist/fonts/type1/public/allrunes/fruanm.pfb + texmf-dist/fonts/type1/public/allrunes/fruann.pfb + texmf-dist/fonts/type1/public/allrunes/fruann8z.pfb + texmf-dist/fonts/type1/public/allrunes/fruanq.pfb + texmf-dist/fonts/type1/public/allrunes/fruanr.pfb + texmf-dist/fonts/type1/public/allrunes/fruans.pfb + texmf-dist/fonts/type1/public/allrunes/fruant.pfb + texmf-dist/fonts/type1/public/allrunes/frucbm.pfb + texmf-dist/fonts/type1/public/allrunes/frucbn.pfb + texmf-dist/fonts/type1/public/allrunes/frucbq.pfb + texmf-dist/fonts/type1/public/allrunes/frucbr.pfb + texmf-dist/fonts/type1/public/allrunes/frucbs.pfb + texmf-dist/fonts/type1/public/allrunes/frucbt.pfb + texmf-dist/fonts/type1/public/allrunes/fruccm.pfb + texmf-dist/fonts/type1/public/allrunes/fruccn.pfb + texmf-dist/fonts/type1/public/allrunes/fruccq.pfb + texmf-dist/fonts/type1/public/allrunes/fruccr.pfb + texmf-dist/fonts/type1/public/allrunes/fruccs.pfb + texmf-dist/fonts/type1/public/allrunes/frucct.pfb + texmf-dist/fonts/type1/public/allrunes/fruckm.pfb + texmf-dist/fonts/type1/public/allrunes/fruckn.pfb + texmf-dist/fonts/type1/public/allrunes/fruckq.pfb + texmf-dist/fonts/type1/public/allrunes/fruckr.pfb + texmf-dist/fonts/type1/public/allrunes/frucks.pfb + texmf-dist/fonts/type1/public/allrunes/fruckt.pfb + texmf-dist/fonts/type1/public/allrunes/fruclm.pfb + texmf-dist/fonts/type1/public/allrunes/frucln.pfb + texmf-dist/fonts/type1/public/allrunes/fruclq.pfb + texmf-dist/fonts/type1/public/allrunes/fruclr.pfb + texmf-dist/fonts/type1/public/allrunes/frucls.pfb + texmf-dist/fonts/type1/public/allrunes/fruclt.pfb + texmf-dist/fonts/type1/public/allrunes/frucmm.pfb + texmf-dist/fonts/type1/public/allrunes/frucmn.pfb + texmf-dist/fonts/type1/public/allrunes/frucmn8z.pfb + texmf-dist/fonts/type1/public/allrunes/frucmq.pfb + texmf-dist/fonts/type1/public/allrunes/frucmr.pfb + texmf-dist/fonts/type1/public/allrunes/frucms.pfb + texmf-dist/fonts/type1/public/allrunes/frucmt.pfb + texmf-dist/fonts/type1/public/allrunes/frucnm.pfb + texmf-dist/fonts/type1/public/allrunes/frucnn.pfb + texmf-dist/fonts/type1/public/allrunes/frucnn8z.pfb + texmf-dist/fonts/type1/public/allrunes/frucnq.pfb + texmf-dist/fonts/type1/public/allrunes/frucnr.pfb + texmf-dist/fonts/type1/public/allrunes/frucns.pfb + texmf-dist/fonts/type1/public/allrunes/frucnt.pfb + texmf-dist/fonts/type1/public/allrunes/frulbm.pfb + texmf-dist/fonts/type1/public/allrunes/frulbn.pfb + texmf-dist/fonts/type1/public/allrunes/frulbq.pfb + texmf-dist/fonts/type1/public/allrunes/frulbr.pfb + texmf-dist/fonts/type1/public/allrunes/frulbs.pfb + texmf-dist/fonts/type1/public/allrunes/frulbt.pfb + texmf-dist/fonts/type1/public/allrunes/frulcm.pfb + texmf-dist/fonts/type1/public/allrunes/frulcn.pfb + texmf-dist/fonts/type1/public/allrunes/frulcq.pfb + texmf-dist/fonts/type1/public/allrunes/frulcr.pfb + texmf-dist/fonts/type1/public/allrunes/frulcs.pfb + texmf-dist/fonts/type1/public/allrunes/frulct.pfb + texmf-dist/fonts/type1/public/allrunes/frulkm.pfb + texmf-dist/fonts/type1/public/allrunes/frulkn.pfb + texmf-dist/fonts/type1/public/allrunes/frulkq.pfb + texmf-dist/fonts/type1/public/allrunes/frulkr.pfb + texmf-dist/fonts/type1/public/allrunes/frulks.pfb + texmf-dist/fonts/type1/public/allrunes/frulkt.pfb + texmf-dist/fonts/type1/public/allrunes/frullm.pfb + texmf-dist/fonts/type1/public/allrunes/frulln.pfb + texmf-dist/fonts/type1/public/allrunes/frullq.pfb + texmf-dist/fonts/type1/public/allrunes/frullr.pfb + texmf-dist/fonts/type1/public/allrunes/frulls.pfb + texmf-dist/fonts/type1/public/allrunes/frullt.pfb + texmf-dist/fonts/type1/public/allrunes/frulmm.pfb + texmf-dist/fonts/type1/public/allrunes/frulmn.pfb + texmf-dist/fonts/type1/public/allrunes/frulmn8z.pfb + texmf-dist/fonts/type1/public/allrunes/frulmq.pfb + texmf-dist/fonts/type1/public/allrunes/frulmr.pfb + texmf-dist/fonts/type1/public/allrunes/frulms.pfb + texmf-dist/fonts/type1/public/allrunes/frulmt.pfb + texmf-dist/fonts/type1/public/allrunes/frulnm.pfb + texmf-dist/fonts/type1/public/allrunes/frulnm8z.pfb + texmf-dist/fonts/type1/public/allrunes/frulnn.pfb + texmf-dist/fonts/type1/public/allrunes/frulnn8z.pfb + texmf-dist/fonts/type1/public/allrunes/frulnq.pfb + texmf-dist/fonts/type1/public/allrunes/frulnr.pfb + texmf-dist/fonts/type1/public/allrunes/frulnr8z.pfb + texmf-dist/fonts/type1/public/allrunes/frulns.pfb + texmf-dist/fonts/type1/public/allrunes/frulns8z.pfb + texmf-dist/fonts/type1/public/allrunes/frulnt.pfb + texmf-dist/fonts/type1/public/allrunes/frumbm.pfb + texmf-dist/fonts/type1/public/allrunes/frumbn.pfb + texmf-dist/fonts/type1/public/allrunes/frumbq.pfb + texmf-dist/fonts/type1/public/allrunes/frumbr.pfb + texmf-dist/fonts/type1/public/allrunes/frumbs.pfb + texmf-dist/fonts/type1/public/allrunes/frumbt.pfb + texmf-dist/fonts/type1/public/allrunes/frumcm.pfb + texmf-dist/fonts/type1/public/allrunes/frumcn.pfb + texmf-dist/fonts/type1/public/allrunes/frumcq.pfb + texmf-dist/fonts/type1/public/allrunes/frumcr.pfb + texmf-dist/fonts/type1/public/allrunes/frumcs.pfb + texmf-dist/fonts/type1/public/allrunes/frumct.pfb + texmf-dist/fonts/type1/public/allrunes/frumkm.pfb + texmf-dist/fonts/type1/public/allrunes/frumkn.pfb + texmf-dist/fonts/type1/public/allrunes/frumkq.pfb + texmf-dist/fonts/type1/public/allrunes/frumkr.pfb + texmf-dist/fonts/type1/public/allrunes/frumks.pfb + texmf-dist/fonts/type1/public/allrunes/frumkt.pfb + texmf-dist/fonts/type1/public/allrunes/frumlm.pfb + texmf-dist/fonts/type1/public/allrunes/frumln.pfb + texmf-dist/fonts/type1/public/allrunes/frumlq.pfb + texmf-dist/fonts/type1/public/allrunes/frumlr.pfb + texmf-dist/fonts/type1/public/allrunes/frumls.pfb + texmf-dist/fonts/type1/public/allrunes/frumlt.pfb + texmf-dist/fonts/type1/public/allrunes/frummm.pfb + texmf-dist/fonts/type1/public/allrunes/frummn.pfb + texmf-dist/fonts/type1/public/allrunes/frummn8z.pfb + texmf-dist/fonts/type1/public/allrunes/frummq.pfb + texmf-dist/fonts/type1/public/allrunes/frummr.pfb + texmf-dist/fonts/type1/public/allrunes/frumms.pfb + texmf-dist/fonts/type1/public/allrunes/frummt.pfb + texmf-dist/fonts/type1/public/allrunes/frumnm.pfb + texmf-dist/fonts/type1/public/allrunes/frumnn.pfb + texmf-dist/fonts/type1/public/allrunes/frumnn8z.pfb + texmf-dist/fonts/type1/public/allrunes/frumnq.pfb + texmf-dist/fonts/type1/public/allrunes/frumnr.pfb + texmf-dist/fonts/type1/public/allrunes/frumns.pfb + texmf-dist/fonts/type1/public/allrunes/frumnt.pfb + texmf-dist/fonts/type1/public/allrunes/frunbm.pfb + texmf-dist/fonts/type1/public/allrunes/frunbn.pfb + texmf-dist/fonts/type1/public/allrunes/frunbn8z.pfb + texmf-dist/fonts/type1/public/allrunes/frunbq.pfb + texmf-dist/fonts/type1/public/allrunes/frunbr.pfb + texmf-dist/fonts/type1/public/allrunes/frunbs.pfb + texmf-dist/fonts/type1/public/allrunes/frunbt.pfb + texmf-dist/fonts/type1/public/allrunes/fruncm.pfb + texmf-dist/fonts/type1/public/allrunes/fruncn.pfb + texmf-dist/fonts/type1/public/allrunes/fruncq.pfb + texmf-dist/fonts/type1/public/allrunes/fruncr.pfb + texmf-dist/fonts/type1/public/allrunes/fruncs.pfb + texmf-dist/fonts/type1/public/allrunes/frunct.pfb + texmf-dist/fonts/type1/public/allrunes/frunkm.pfb + texmf-dist/fonts/type1/public/allrunes/frunkn.pfb + texmf-dist/fonts/type1/public/allrunes/frunkq.pfb + texmf-dist/fonts/type1/public/allrunes/frunkr.pfb + texmf-dist/fonts/type1/public/allrunes/frunks.pfb + texmf-dist/fonts/type1/public/allrunes/frunkt.pfb + texmf-dist/fonts/type1/public/allrunes/frunlm.pfb + texmf-dist/fonts/type1/public/allrunes/frunln.pfb + texmf-dist/fonts/type1/public/allrunes/frunln8z.pfb + texmf-dist/fonts/type1/public/allrunes/frunlq.pfb + texmf-dist/fonts/type1/public/allrunes/frunlr.pfb + texmf-dist/fonts/type1/public/allrunes/frunls.pfb + texmf-dist/fonts/type1/public/allrunes/frunlt.pfb + texmf-dist/fonts/type1/public/allrunes/frunmm.pfb + texmf-dist/fonts/type1/public/allrunes/frunmm8z.pfb + texmf-dist/fonts/type1/public/allrunes/frunmn.pfb + texmf-dist/fonts/type1/public/allrunes/frunmn8z.pfb + texmf-dist/fonts/type1/public/allrunes/frunmq.pfb + texmf-dist/fonts/type1/public/allrunes/frunmr.pfb + texmf-dist/fonts/type1/public/allrunes/frunmr8z.pfb + texmf-dist/fonts/type1/public/allrunes/frunms.pfb + texmf-dist/fonts/type1/public/allrunes/frunms8z.pfb + texmf-dist/fonts/type1/public/allrunes/frunmt.pfb + texmf-dist/fonts/type1/public/allrunes/frunnm.pfb + texmf-dist/fonts/type1/public/allrunes/frunnn.pfb + texmf-dist/fonts/type1/public/allrunes/frunnn8z.pfb + texmf-dist/fonts/type1/public/allrunes/frunnq.pfb + texmf-dist/fonts/type1/public/allrunes/frunnr.pfb + texmf-dist/fonts/type1/public/allrunes/frunns.pfb + texmf-dist/fonts/type1/public/allrunes/frunnt.pfb + texmf-dist/fonts/type1/public/allrunes/frutbm.pfb + texmf-dist/fonts/type1/public/allrunes/frutbn.pfb + texmf-dist/fonts/type1/public/allrunes/frutbq.pfb + texmf-dist/fonts/type1/public/allrunes/frutbr.pfb + texmf-dist/fonts/type1/public/allrunes/frutbs.pfb + texmf-dist/fonts/type1/public/allrunes/frutbt.pfb + texmf-dist/fonts/type1/public/allrunes/frutcm.pfb + texmf-dist/fonts/type1/public/allrunes/frutcn.pfb + texmf-dist/fonts/type1/public/allrunes/frutcq.pfb + texmf-dist/fonts/type1/public/allrunes/frutcr.pfb + texmf-dist/fonts/type1/public/allrunes/frutcs.pfb + texmf-dist/fonts/type1/public/allrunes/frutct.pfb + texmf-dist/fonts/type1/public/allrunes/frutkm.pfb + texmf-dist/fonts/type1/public/allrunes/frutkn.pfb + texmf-dist/fonts/type1/public/allrunes/frutkq.pfb + texmf-dist/fonts/type1/public/allrunes/frutkr.pfb + texmf-dist/fonts/type1/public/allrunes/frutks.pfb + texmf-dist/fonts/type1/public/allrunes/frutkt.pfb + texmf-dist/fonts/type1/public/allrunes/frutlm.pfb + texmf-dist/fonts/type1/public/allrunes/frutln.pfb + texmf-dist/fonts/type1/public/allrunes/frutlq.pfb + texmf-dist/fonts/type1/public/allrunes/frutlr.pfb + texmf-dist/fonts/type1/public/allrunes/frutls.pfb + texmf-dist/fonts/type1/public/allrunes/frutlt.pfb + texmf-dist/fonts/type1/public/allrunes/frutmm.pfb + texmf-dist/fonts/type1/public/allrunes/frutmn.pfb + texmf-dist/fonts/type1/public/allrunes/frutmn8z.pfb + texmf-dist/fonts/type1/public/allrunes/frutmq.pfb + texmf-dist/fonts/type1/public/allrunes/frutmr.pfb + texmf-dist/fonts/type1/public/allrunes/frutms.pfb + texmf-dist/fonts/type1/public/allrunes/frutmt.pfb + texmf-dist/fonts/type1/public/allrunes/frutnm.pfb + texmf-dist/fonts/type1/public/allrunes/frutnn.pfb + texmf-dist/fonts/type1/public/allrunes/frutnn8z.pfb + texmf-dist/fonts/type1/public/allrunes/frutnq.pfb + texmf-dist/fonts/type1/public/allrunes/frutnr.pfb + texmf-dist/fonts/type1/public/allrunes/frutns.pfb + texmf-dist/fonts/type1/public/allrunes/frutnt.pfb + texmf-dist/tex/latex/allrunes/allrunes.sty + texmf-dist/tex/latex/allrunes/ara.fd + texmf-dist/tex/latex/allrunes/arc.fd + texmf-dist/tex/latex/allrunes/arl.fd + texmf-dist/tex/latex/allrunes/arm.fd + texmf-dist/tex/latex/allrunes/arn.fd + texmf-dist/tex/latex/allrunes/art.fd +catalogue-ctan /fonts/allrunes +catalogue-date 2007-01-14 10:14:42 +0100 +catalogue-license lppl +catalogue-version 2.1 + +name alnumsec +category Package +revision 15878 +shortdesc Alphanumeric section numbering. +longdesc This package allows you to use alphanumeric section numbering, +longdesc for instance "A. Introduction ... III. International Law". Its +longdesc output is similar to alphanum, but you can use the standard +longdesc LaTeX sectioning commands, so that it is possible to switch +longdesc numbering schemes easily. Greek letters, double letters (bb) +longdesc and different delimiters around them are supported. +docfiles size=37 + texmf-dist/doc/latex/alnumsec/README + texmf-dist/doc/latex/alnumsec/alnumsec.pdf +srcfiles size=7 + texmf-dist/source/latex/alnumsec/alnumsec.dtx + texmf-dist/source/latex/alnumsec/alnumsec.ins +runfiles size=3 + texmf-dist/tex/latex/alnumsec/alnumsec.sty +catalogue-ctan /macros/latex/contrib/alnumsec +catalogue-date 2008-05-11 02:21:17 +0200 +catalogue-license lppl +catalogue-version v0.03 + +name alterqcm +category Package +revision 15878 +shortdesc Multiple choice questionnaires in two column tables. +longdesc Macros to support the creation of multiple-choice +longdesc questionnaires in two-column tables. +docfiles size=265 + texmf-dist/doc/latex/alterqcm/README details="Readme" language="en" + texmf-dist/doc/latex/alterqcm/doc/AntillesESjuin2006.pdf + texmf-dist/doc/latex/alterqcm/doc/AntillesESjuin2006.tex + texmf-dist/doc/latex/alterqcm/doc/alea.pdf + texmf-dist/doc/latex/alterqcm/doc/alea.tex + texmf-dist/doc/latex/alterqcm/doc/annexe.pdf + texmf-dist/doc/latex/alterqcm/doc/annexe.tex + texmf-dist/doc/latex/alterqcm/doc/correct.pdf + texmf-dist/doc/latex/alterqcm/doc/correct.tex + texmf-dist/doc/latex/alterqcm/doc/doc_aq.pdf details="Package documentation (French)" language="fr" + texmf-dist/doc/latex/alterqcm/doc/example_1.pdf + texmf-dist/doc/latex/alterqcm/doc/example_1.tex + texmf-dist/doc/latex/alterqcm/doc/example_2.pdf + texmf-dist/doc/latex/alterqcm/doc/example_2.tex + texmf-dist/doc/latex/alterqcm/doc/language.pdf + texmf-dist/doc/latex/alterqcm/doc/language.tex + texmf-dist/doc/latex/alterqcm/doc/sep.pdf + texmf-dist/doc/latex/alterqcm/doc/sep.tex + texmf-dist/doc/latex/alterqcm/doc/transparent-final.pdf + texmf-dist/doc/latex/alterqcm/doc/transparent-final.tex + texmf-dist/doc/latex/alterqcm/doc/transparent-init.pdf + texmf-dist/doc/latex/alterqcm/doc/transparent-init.tex + texmf-dist/doc/latex/alterqcm/doc/verb.pdf + texmf-dist/doc/latex/alterqcm/doc/verb.tex +runfiles size=5 + texmf-dist/tex/latex/alterqcm/alterqcm.sty +catalogue-ctan /macros/latex/contrib/alterqcm +catalogue-date 2009-05-06 13:59:23 +0200 +catalogue-license lppl +catalogue-version 3.1 + +name altfont +category Package +revision 15878 +shortdesc Alternative font handling in LaTeX. +longdesc The package provides a replacement for that part of psnfss and +longdesc mfnfss that changes the default font. The package is +longdesc distributed together with the psfont package, by the same +longdesc author. +docfiles size=59 + texmf-dist/doc/latex/altfont/README details="Readme" + texmf-dist/doc/latex/altfont/altfont.pdf details="Package documentation" + texmf-dist/doc/latex/altfont/psfont.pdf +srcfiles size=12 + texmf-dist/source/latex/altfont/altfont.dtx + texmf-dist/source/latex/altfont/altfont.ins + texmf-dist/source/latex/altfont/psfont.dtx + texmf-dist/source/latex/altfont/psfont.ins +runfiles size=6 + texmf-dist/tex/latex/altfont/altfont.cfg + texmf-dist/tex/latex/altfont/altfont.sty + texmf-dist/tex/latex/altfont/psfont.cfg + texmf-dist/tex/latex/altfont/psfont.sty +catalogue-ctan /macros/latex/contrib/altfont +catalogue-date 2007-09-25 20:36:22 +0200 +catalogue-license gpl +catalogue-version 1.1 + +name ametsoc +category Package +revision 15878 +shortdesc Official American Meteorological Society Latex Template. +longdesc This package contains all the files necessary to write an +longdesc article using latex for the American Meteorological Society +longdesc journals. The article and bibliography style files are provided +longdesc along with two PDFs describing the use of the files and a blank +longdesc template for authors to use in writing their article. Also +longdesc available is a separate style file used to format a two-column, +longdesc journal page layout draft for the author's personal use. +docfiles size=505 + texmf-dist/doc/latex/ametsoc/AMS_References.pdf details="Bibliography style documentation" + texmf-dist/doc/latex/ametsoc/README details="Readme" + texmf-dist/doc/latex/ametsoc/amspaper.pdf details="Package documentation (as sample paper)" + texmf-dist/doc/latex/ametsoc/amspaper.tex + texmf-dist/doc/latex/ametsoc/amspaper2col.pdf details="Two column package documentation (as sample paper)" + texmf-dist/doc/latex/ametsoc/bibliography/database.bib + texmf-dist/doc/latex/ametsoc/bibliography/references.bib + texmf-dist/doc/latex/ametsoc/blank_template.pdf + texmf-dist/doc/latex/ametsoc/blank_template.tex + texmf-dist/doc/latex/ametsoc/figures/figure01.eps +runfiles size=14 + texmf-dist/bibtex/bst/ametsoc/ametsoc.bst + texmf-dist/tex/latex/ametsoc/ametsoc.sty + texmf-dist/tex/latex/ametsoc/ametsoc2col.sty +catalogue-ctan /macros/latex/contrib/ametsoc +catalogue-date 2008-09-04 00:14:12 +0200 +catalogue-license lppl +catalogue-version 3.0 + +name amsaddr +category Package +revision 15878 +shortdesc Alter the position of affiliations in amsart. +longdesc The package is to be used with the amsart documentclass. It +longdesc lets you move the authors' affiliations either just below the +longdesc authors' names on the front page or as footnotes on the first +longdesc page. The email addresses are always listed as a footnote on +longdesc the front page. +docfiles size=17 + texmf-dist/doc/latex/amsaddr/README details="Readme" + texmf-dist/doc/latex/amsaddr/amsaddr.pdf details="Package documentation" +srcfiles size=4 + texmf-dist/source/latex/amsaddr/amsaddr.dtx + texmf-dist/source/latex/amsaddr/amsaddr.ins +runfiles size=1 + texmf-dist/tex/latex/amsaddr/amsaddr.sty +catalogue-ctan /macros/latex/contrib/amsaddr +catalogue-date 2008-08-16 20:32:59 +0200 +catalogue-license lppl +catalogue-version 1.0 + +name amscls +category Package +revision 15878 +shortdesc AMS document classes for LaTeX. +longdesc This directory contains three AMS classes, amsart, amsbook and +longdesc amsproc, together with some supporting material. The material +longdesc is made available as part of the AMS-LaTeX distribution. +docfiles size=322 + texmf-dist/doc/latex/amscls/amsart.template + texmf-dist/doc/latex/amscls/amsbook.template + texmf-dist/doc/latex/amscls/amsclass.pdf + texmf-dist/doc/latex/amscls/amsdtx.pdf + texmf-dist/doc/latex/amscls/amsmidx.pdf + texmf-dist/doc/latex/amscls/amsmidx.txt + texmf-dist/doc/latex/amscls/amsproc.template + texmf-dist/doc/latex/amscls/amsthdoc.pdf + texmf-dist/doc/latex/amscls/diffs-c.txt + texmf-dist/doc/latex/amscls/instr-l.pdf details="Instructions to authors" + texmf-dist/doc/latex/amscls/thmtest.pdf + texmf-dist/doc/latex/amscls/upref.pdf +srcfiles size=87 + texmf-dist/source/latex/amscls/00readme.txt + texmf-dist/source/latex/amscls/ams-c1.ins + texmf-dist/source/latex/amscls/amsclass.dtx + texmf-dist/source/latex/amscls/amsdtx.dtx + texmf-dist/source/latex/amscls/amsmidx.dtx + texmf-dist/source/latex/amscls/amsmidx.ins + texmf-dist/source/latex/amscls/amsthdoc.tex + texmf-dist/source/latex/amscls/install.txt + texmf-dist/source/latex/amscls/instr-l.tex + texmf-dist/source/latex/amscls/manifest.txt + texmf-dist/source/latex/amscls/thmtest.tex + texmf-dist/source/latex/amscls/upref.dtx +runfiles size=76 + texmf-dist/bibtex/bst/amscls/amsalpha.bst + texmf-dist/bibtex/bst/amscls/amsplain.bst + texmf-dist/tex/latex/amscls/amsart.cls + texmf-dist/tex/latex/amscls/amsbook.cls + texmf-dist/tex/latex/amscls/amsbooka.sty + texmf-dist/tex/latex/amscls/amsdtx.cls + texmf-dist/tex/latex/amscls/amsmidx.sty + texmf-dist/tex/latex/amscls/amsproc.cls + texmf-dist/tex/latex/amscls/amsthm.sty + texmf-dist/tex/latex/amscls/rkvbeta.sty + texmf-dist/tex/latex/amscls/upref.sty +catalogue-ctan /macros/latex/required/amslatex/classes +catalogue-date 2008-09-27 22:21:46 +0200 +catalogue-license lppl + +name amsfonts +category Package +revision 15878 +shortdesc TeX fonts from the American Mathematical Society. +longdesc An extended set of fonts for use in mathematics, including: +longdesc extra mathematical symbols; blackboard bold letters (uppercase +longdesc only); fraktur letters; subscript sizes of bold math italic and +longdesc bold Greek letters; subscript sizes of large symbols such as +longdesc sum and product; added sizes of the Computer Modern small caps +longdesc font; cyrillic fonts (from the University of Washington); Euler +longdesc mathematical fonts. All fonts are provided as Adobe Type 1 +longdesc files, and all except the Euler fonts are provided as MetaFont +longdesc source. The distribution also includes the canonical Type 1 +longdesc versions of the Computer Modern family of fonts. Plain TeX and +longdesc LaTeX macros for using the fonts are provided. +execute addMixedMap cm.map +execute addMixedMap cmextra.map +execute addMixedMap cyrillic.map +execute addMap euler.map +execute addMixedMap latxfont.map +execute addMixedMap symbols.map +docfiles size=372 + texmf-dist/doc/fonts/amsfonts/00README + texmf-dist/doc/fonts/amsfonts/OFL-FAQ.txt + texmf-dist/doc/fonts/amsfonts/OFL.txt + texmf-dist/doc/fonts/amsfonts/amsfndoc.pdf + texmf-dist/doc/fonts/amsfonts/amsfonts.pdf + texmf-dist/doc/fonts/amsfonts/amssymb.pdf + texmf-dist/doc/fonts/amsfonts/cmmib57.pdf + texmf-dist/doc/fonts/amsfonts/eufrak.pdf + texmf-dist/doc/fonts/amsfonts/euscript.pdf +srcfiles size=55 + texmf-dist/source/latex/amsfonts/amsfndoc.cyr + texmf-dist/source/latex/amsfonts/amsfndoc.def + texmf-dist/source/latex/amsfonts/amsfndoc.fnt + texmf-dist/source/latex/amsfonts/amsfndoc.ins + texmf-dist/source/latex/amsfonts/amsfndoc.tex + texmf-dist/source/latex/amsfonts/amsfonts.bug + texmf-dist/source/latex/amsfonts/amsfonts.dtx + texmf-dist/source/latex/amsfonts/amsfonts.faq + texmf-dist/source/latex/amsfonts/amsfonts.ins + texmf-dist/source/latex/amsfonts/amssymb.dtx + texmf-dist/source/latex/amsfonts/cmmib57.dtx + texmf-dist/source/latex/amsfonts/eufrak.dtx + texmf-dist/source/latex/amsfonts/euscript.dtx + texmf-dist/source/latex/amsfonts/manifest.txt +runfiles size=1922 + texmf-dist/fonts/afm/public/amsfonts/cm/cmb10.afm + texmf-dist/fonts/afm/public/amsfonts/cm/cmbsy10.afm + texmf-dist/fonts/afm/public/amsfonts/cm/cmbx10.afm + texmf-dist/fonts/afm/public/amsfonts/cm/cmbx12.afm + texmf-dist/fonts/afm/public/amsfonts/cm/cmbx5.afm + texmf-dist/fonts/afm/public/amsfonts/cm/cmbx6.afm + texmf-dist/fonts/afm/public/amsfonts/cm/cmbx7.afm + texmf-dist/fonts/afm/public/amsfonts/cm/cmbx8.afm + texmf-dist/fonts/afm/public/amsfonts/cm/cmbx9.afm + texmf-dist/fonts/afm/public/amsfonts/cm/cmbxsl10.afm + texmf-dist/fonts/afm/public/amsfonts/cm/cmbxti10.afm + texmf-dist/fonts/afm/public/amsfonts/cm/cmcsc10.afm + texmf-dist/fonts/afm/public/amsfonts/cm/cmdunh10.afm + texmf-dist/fonts/afm/public/amsfonts/cm/cmex10.afm + texmf-dist/fonts/afm/public/amsfonts/cm/cmff10.afm + texmf-dist/fonts/afm/public/amsfonts/cm/cmfi10.afm + texmf-dist/fonts/afm/public/amsfonts/cm/cmfib8.afm + texmf-dist/fonts/afm/public/amsfonts/cm/cminch.afm + texmf-dist/fonts/afm/public/amsfonts/cm/cmitt10.afm + texmf-dist/fonts/afm/public/amsfonts/cm/cmmi10.afm + texmf-dist/fonts/afm/public/amsfonts/cm/cmmi12.afm + texmf-dist/fonts/afm/public/amsfonts/cm/cmmi5.afm + texmf-dist/fonts/afm/public/amsfonts/cm/cmmi6.afm + texmf-dist/fonts/afm/public/amsfonts/cm/cmmi7.afm + texmf-dist/fonts/afm/public/amsfonts/cm/cmmi8.afm + texmf-dist/fonts/afm/public/amsfonts/cm/cmmi9.afm + texmf-dist/fonts/afm/public/amsfonts/cm/cmmib10.afm + texmf-dist/fonts/afm/public/amsfonts/cm/cmr10.afm + texmf-dist/fonts/afm/public/amsfonts/cm/cmr12.afm + texmf-dist/fonts/afm/public/amsfonts/cm/cmr17.afm + texmf-dist/fonts/afm/public/amsfonts/cm/cmr5.afm + texmf-dist/fonts/afm/public/amsfonts/cm/cmr6.afm + texmf-dist/fonts/afm/public/amsfonts/cm/cmr7.afm + texmf-dist/fonts/afm/public/amsfonts/cm/cmr8.afm + texmf-dist/fonts/afm/public/amsfonts/cm/cmr9.afm + texmf-dist/fonts/afm/public/amsfonts/cm/cmsl10.afm + texmf-dist/fonts/afm/public/amsfonts/cm/cmsl12.afm + texmf-dist/fonts/afm/public/amsfonts/cm/cmsl8.afm + texmf-dist/fonts/afm/public/amsfonts/cm/cmsl9.afm + texmf-dist/fonts/afm/public/amsfonts/cm/cmsltt10.afm + texmf-dist/fonts/afm/public/amsfonts/cm/cmss10.afm + texmf-dist/fonts/afm/public/amsfonts/cm/cmss12.afm + texmf-dist/fonts/afm/public/amsfonts/cm/cmss17.afm + texmf-dist/fonts/afm/public/amsfonts/cm/cmss8.afm + texmf-dist/fonts/afm/public/amsfonts/cm/cmss9.afm + texmf-dist/fonts/afm/public/amsfonts/cm/cmssbx10.afm + texmf-dist/fonts/afm/public/amsfonts/cm/cmssdc10.afm + texmf-dist/fonts/afm/public/amsfonts/cm/cmssi10.afm + texmf-dist/fonts/afm/public/amsfonts/cm/cmssi12.afm + texmf-dist/fonts/afm/public/amsfonts/cm/cmssi17.afm + texmf-dist/fonts/afm/public/amsfonts/cm/cmssi8.afm + texmf-dist/fonts/afm/public/amsfonts/cm/cmssi9.afm + texmf-dist/fonts/afm/public/amsfonts/cm/cmssq8.afm + texmf-dist/fonts/afm/public/amsfonts/cm/cmssqi8.afm + texmf-dist/fonts/afm/public/amsfonts/cm/cmsy10.afm + texmf-dist/fonts/afm/public/amsfonts/cm/cmsy5.afm + texmf-dist/fonts/afm/public/amsfonts/cm/cmsy6.afm + texmf-dist/fonts/afm/public/amsfonts/cm/cmsy7.afm + texmf-dist/fonts/afm/public/amsfonts/cm/cmsy8.afm + texmf-dist/fonts/afm/public/amsfonts/cm/cmsy9.afm + texmf-dist/fonts/afm/public/amsfonts/cm/cmtcsc10.afm + texmf-dist/fonts/afm/public/amsfonts/cm/cmtex10.afm + texmf-dist/fonts/afm/public/amsfonts/cm/cmtex8.afm + texmf-dist/fonts/afm/public/amsfonts/cm/cmtex9.afm + texmf-dist/fonts/afm/public/amsfonts/cm/cmti10.afm + texmf-dist/fonts/afm/public/amsfonts/cm/cmti12.afm + texmf-dist/fonts/afm/public/amsfonts/cm/cmti7.afm + texmf-dist/fonts/afm/public/amsfonts/cm/cmti8.afm + texmf-dist/fonts/afm/public/amsfonts/cm/cmti9.afm + texmf-dist/fonts/afm/public/amsfonts/cm/cmtt10.afm + texmf-dist/fonts/afm/public/amsfonts/cm/cmtt12.afm + texmf-dist/fonts/afm/public/amsfonts/cm/cmtt8.afm + texmf-dist/fonts/afm/public/amsfonts/cm/cmtt9.afm + texmf-dist/fonts/afm/public/amsfonts/cm/cmu10.afm + texmf-dist/fonts/afm/public/amsfonts/cm/cmvtt10.afm + texmf-dist/fonts/afm/public/amsfonts/cmextra/cmbsy5.afm + texmf-dist/fonts/afm/public/amsfonts/cmextra/cmbsy6.afm + texmf-dist/fonts/afm/public/amsfonts/cmextra/cmbsy7.afm + texmf-dist/fonts/afm/public/amsfonts/cmextra/cmbsy8.afm + texmf-dist/fonts/afm/public/amsfonts/cmextra/cmbsy9.afm + texmf-dist/fonts/afm/public/amsfonts/cmextra/cmcsc8.afm + texmf-dist/fonts/afm/public/amsfonts/cmextra/cmcsc9.afm + texmf-dist/fonts/afm/public/amsfonts/cmextra/cmex7.afm + texmf-dist/fonts/afm/public/amsfonts/cmextra/cmex8.afm + texmf-dist/fonts/afm/public/amsfonts/cmextra/cmex9.afm + texmf-dist/fonts/afm/public/amsfonts/cmextra/cmmib5.afm + texmf-dist/fonts/afm/public/amsfonts/cmextra/cmmib6.afm + texmf-dist/fonts/afm/public/amsfonts/cmextra/cmmib7.afm + texmf-dist/fonts/afm/public/amsfonts/cmextra/cmmib8.afm + texmf-dist/fonts/afm/public/amsfonts/cmextra/cmmib9.afm + texmf-dist/fonts/afm/public/amsfonts/cyrillic/wncyb10.afm + texmf-dist/fonts/afm/public/amsfonts/cyrillic/wncyi10.afm + texmf-dist/fonts/afm/public/amsfonts/cyrillic/wncyr10.afm + texmf-dist/fonts/afm/public/amsfonts/cyrillic/wncysc10.afm + texmf-dist/fonts/afm/public/amsfonts/cyrillic/wncyss10.afm + texmf-dist/fonts/afm/public/amsfonts/euler/euex10.afm + texmf-dist/fonts/afm/public/amsfonts/euler/euex7.afm + texmf-dist/fonts/afm/public/amsfonts/euler/euex8.afm + texmf-dist/fonts/afm/public/amsfonts/euler/euex9.afm + texmf-dist/fonts/afm/public/amsfonts/euler/eufb10.afm + texmf-dist/fonts/afm/public/amsfonts/euler/eufb5.afm + texmf-dist/fonts/afm/public/amsfonts/euler/eufb7.afm + texmf-dist/fonts/afm/public/amsfonts/euler/eufm10.afm + texmf-dist/fonts/afm/public/amsfonts/euler/eufm5.afm + texmf-dist/fonts/afm/public/amsfonts/euler/eufm7.afm + texmf-dist/fonts/afm/public/amsfonts/euler/eurb10.afm + texmf-dist/fonts/afm/public/amsfonts/euler/eurb5.afm + texmf-dist/fonts/afm/public/amsfonts/euler/eurb7.afm + texmf-dist/fonts/afm/public/amsfonts/euler/eurm10.afm + texmf-dist/fonts/afm/public/amsfonts/euler/eurm5.afm + texmf-dist/fonts/afm/public/amsfonts/euler/eurm7.afm + texmf-dist/fonts/afm/public/amsfonts/euler/eusb10.afm + texmf-dist/fonts/afm/public/amsfonts/euler/eusb5.afm + texmf-dist/fonts/afm/public/amsfonts/euler/eusb7.afm + texmf-dist/fonts/afm/public/amsfonts/euler/eusm10.afm + texmf-dist/fonts/afm/public/amsfonts/euler/eusm5.afm + texmf-dist/fonts/afm/public/amsfonts/euler/eusm7.afm + texmf-dist/fonts/afm/public/amsfonts/latxfont/lasy10.afm + texmf-dist/fonts/afm/public/amsfonts/latxfont/lasy5.afm + texmf-dist/fonts/afm/public/amsfonts/latxfont/lasy6.afm + texmf-dist/fonts/afm/public/amsfonts/latxfont/lasy7.afm + texmf-dist/fonts/afm/public/amsfonts/latxfont/lasy8.afm + texmf-dist/fonts/afm/public/amsfonts/latxfont/lasy9.afm + texmf-dist/fonts/afm/public/amsfonts/latxfont/lasyb10.afm + texmf-dist/fonts/afm/public/amsfonts/latxfont/lcircle1.afm + texmf-dist/fonts/afm/public/amsfonts/latxfont/lcirclew.afm + texmf-dist/fonts/afm/public/amsfonts/latxfont/lcmss8.afm + texmf-dist/fonts/afm/public/amsfonts/latxfont/lcmssb8.afm + texmf-dist/fonts/afm/public/amsfonts/latxfont/lcmssi8.afm + texmf-dist/fonts/afm/public/amsfonts/latxfont/line10.afm + texmf-dist/fonts/afm/public/amsfonts/latxfont/linew10.afm + texmf-dist/fonts/afm/public/amsfonts/symbols/msam10.afm + texmf-dist/fonts/afm/public/amsfonts/symbols/msam5.afm + texmf-dist/fonts/afm/public/amsfonts/symbols/msam6.afm + texmf-dist/fonts/afm/public/amsfonts/symbols/msam7.afm + texmf-dist/fonts/afm/public/amsfonts/symbols/msam8.afm + texmf-dist/fonts/afm/public/amsfonts/symbols/msam9.afm + texmf-dist/fonts/afm/public/amsfonts/symbols/msbm10.afm + texmf-dist/fonts/afm/public/amsfonts/symbols/msbm5.afm + texmf-dist/fonts/afm/public/amsfonts/symbols/msbm6.afm + texmf-dist/fonts/afm/public/amsfonts/symbols/msbm7.afm + texmf-dist/fonts/afm/public/amsfonts/symbols/msbm8.afm + texmf-dist/fonts/afm/public/amsfonts/symbols/msbm9.afm + texmf-dist/fonts/map/dvips/amsfonts/cm.map + texmf-dist/fonts/map/dvips/amsfonts/cmextra.map + texmf-dist/fonts/map/dvips/amsfonts/cyrillic.map + texmf-dist/fonts/map/dvips/amsfonts/euler.map + texmf-dist/fonts/map/dvips/amsfonts/latxfont.map + texmf-dist/fonts/map/dvips/amsfonts/symbols.map + texmf-dist/fonts/source/public/amsfonts/cmextra/cmbsy5.mf + texmf-dist/fonts/source/public/amsfonts/cmextra/cmbsy6.mf + texmf-dist/fonts/source/public/amsfonts/cmextra/cmbsy7.mf + texmf-dist/fonts/source/public/amsfonts/cmextra/cmbsy8.mf + texmf-dist/fonts/source/public/amsfonts/cmextra/cmbsy9.mf + texmf-dist/fonts/source/public/amsfonts/cmextra/cmcsc8.mf + texmf-dist/fonts/source/public/amsfonts/cmextra/cmcsc9.mf + texmf-dist/fonts/source/public/amsfonts/cmextra/cmex7.mf + texmf-dist/fonts/source/public/amsfonts/cmextra/cmex8.mf + texmf-dist/fonts/source/public/amsfonts/cmextra/cmex9.mf + texmf-dist/fonts/source/public/amsfonts/cmextra/cmmib5.mf + texmf-dist/fonts/source/public/amsfonts/cmextra/cmmib6.mf + texmf-dist/fonts/source/public/amsfonts/cmextra/cmmib7.mf + texmf-dist/fonts/source/public/amsfonts/cmextra/cmmib8.mf + texmf-dist/fonts/source/public/amsfonts/cmextra/cmmib9.mf + texmf-dist/fonts/source/public/amsfonts/cyrillic/cyrcsc.mf + texmf-dist/fonts/source/public/amsfonts/cyrillic/cyrfont.mf + texmf-dist/fonts/source/public/amsfonts/cyrillic/cyrilu.mf + texmf-dist/fonts/source/public/amsfonts/cyrillic/cyrital.mf + texmf-dist/fonts/source/public/amsfonts/cyrillic/cyrmax.mf + texmf-dist/fonts/source/public/amsfonts/cyrillic/cyrpunc.mf + texmf-dist/fonts/source/public/amsfonts/cyrillic/cyrspl.mf + texmf-dist/fonts/source/public/amsfonts/cyrillic/cyrspu.mf + texmf-dist/fonts/source/public/amsfonts/cyrillic/cyrti.mf + texmf-dist/fonts/source/public/amsfonts/cyrillic/serb.mf + texmf-dist/fonts/source/public/amsfonts/cyrillic/serbspu.mf + texmf-dist/fonts/source/public/amsfonts/cyrillic/wncyb10.mf + texmf-dist/fonts/source/public/amsfonts/cyrillic/wncyb5.mf + texmf-dist/fonts/source/public/amsfonts/cyrillic/wncyb6.mf + texmf-dist/fonts/source/public/amsfonts/cyrillic/wncyb7.mf + texmf-dist/fonts/source/public/amsfonts/cyrillic/wncyb8.mf + texmf-dist/fonts/source/public/amsfonts/cyrillic/wncyb9.mf + texmf-dist/fonts/source/public/amsfonts/cyrillic/wncyi10.mf + texmf-dist/fonts/source/public/amsfonts/cyrillic/wncyi5.mf + texmf-dist/fonts/source/public/amsfonts/cyrillic/wncyi6.mf + texmf-dist/fonts/source/public/amsfonts/cyrillic/wncyi7.mf + texmf-dist/fonts/source/public/amsfonts/cyrillic/wncyi8.mf + texmf-dist/fonts/source/public/amsfonts/cyrillic/wncyi9.mf + texmf-dist/fonts/source/public/amsfonts/cyrillic/wncyr10.mf + texmf-dist/fonts/source/public/amsfonts/cyrillic/wncyr5.mf + texmf-dist/fonts/source/public/amsfonts/cyrillic/wncyr6.mf + texmf-dist/fonts/source/public/amsfonts/cyrillic/wncyr7.mf + texmf-dist/fonts/source/public/amsfonts/cyrillic/wncyr8.mf + texmf-dist/fonts/source/public/amsfonts/cyrillic/wncyr9.mf + texmf-dist/fonts/source/public/amsfonts/cyrillic/wncysc10.mf + texmf-dist/fonts/source/public/amsfonts/cyrillic/wncyss10.mf + texmf-dist/fonts/source/public/amsfonts/cyrillic/wncyss8.mf + texmf-dist/fonts/source/public/amsfonts/cyrillic/wncyss9.mf + texmf-dist/fonts/source/public/amsfonts/dummy/dummy.mf + texmf-dist/fonts/source/public/amsfonts/symbols/amsya.mf + texmf-dist/fonts/source/public/amsfonts/symbols/amsyb.mf + texmf-dist/fonts/source/public/amsfonts/symbols/asymbols.mf + texmf-dist/fonts/source/public/amsfonts/symbols/bsymbols.mf + texmf-dist/fonts/source/public/amsfonts/symbols/msam10.mf + texmf-dist/fonts/source/public/amsfonts/symbols/msam5.mf + texmf-dist/fonts/source/public/amsfonts/symbols/msam6.mf + texmf-dist/fonts/source/public/amsfonts/symbols/msam7.mf + texmf-dist/fonts/source/public/amsfonts/symbols/msam8.mf + texmf-dist/fonts/source/public/amsfonts/symbols/msam9.mf + texmf-dist/fonts/source/public/amsfonts/symbols/msbm10.mf + texmf-dist/fonts/source/public/amsfonts/symbols/msbm5.mf + texmf-dist/fonts/source/public/amsfonts/symbols/msbm6.mf + texmf-dist/fonts/source/public/amsfonts/symbols/msbm7.mf + texmf-dist/fonts/source/public/amsfonts/symbols/msbm8.mf + texmf-dist/fonts/source/public/amsfonts/symbols/msbm9.mf + texmf-dist/fonts/source/public/amsfonts/symbols/xbbase.mf + texmf-dist/fonts/source/public/amsfonts/symbols/xbbold.mf + texmf-dist/fonts/source/public/amsfonts/symbols/xbcaps.mf + texmf-dist/fonts/tfm/public/amsfonts/cmextra/cmbsy5.tfm + texmf-dist/fonts/tfm/public/amsfonts/cmextra/cmbsy6.tfm + texmf-dist/fonts/tfm/public/amsfonts/cmextra/cmbsy7.tfm + texmf-dist/fonts/tfm/public/amsfonts/cmextra/cmbsy8.tfm + texmf-dist/fonts/tfm/public/amsfonts/cmextra/cmbsy9.tfm + texmf-dist/fonts/tfm/public/amsfonts/cmextra/cmcsc8.tfm + texmf-dist/fonts/tfm/public/amsfonts/cmextra/cmcsc9.tfm + texmf-dist/fonts/tfm/public/amsfonts/cmextra/cmex7.tfm + texmf-dist/fonts/tfm/public/amsfonts/cmextra/cmex8.tfm + texmf-dist/fonts/tfm/public/amsfonts/cmextra/cmex9.tfm + texmf-dist/fonts/tfm/public/amsfonts/cmextra/cmmib5.tfm + texmf-dist/fonts/tfm/public/amsfonts/cmextra/cmmib6.tfm + texmf-dist/fonts/tfm/public/amsfonts/cmextra/cmmib7.tfm + texmf-dist/fonts/tfm/public/amsfonts/cmextra/cmmib8.tfm + texmf-dist/fonts/tfm/public/amsfonts/cmextra/cmmib9.tfm + texmf-dist/fonts/tfm/public/amsfonts/cyrillic/wncyb10.tfm + texmf-dist/fonts/tfm/public/amsfonts/cyrillic/wncyb5.tfm + texmf-dist/fonts/tfm/public/amsfonts/cyrillic/wncyb6.tfm + texmf-dist/fonts/tfm/public/amsfonts/cyrillic/wncyb7.tfm + texmf-dist/fonts/tfm/public/amsfonts/cyrillic/wncyb8.tfm + texmf-dist/fonts/tfm/public/amsfonts/cyrillic/wncyb9.tfm + texmf-dist/fonts/tfm/public/amsfonts/cyrillic/wncyi10.tfm + texmf-dist/fonts/tfm/public/amsfonts/cyrillic/wncyi5.tfm + texmf-dist/fonts/tfm/public/amsfonts/cyrillic/wncyi6.tfm + texmf-dist/fonts/tfm/public/amsfonts/cyrillic/wncyi7.tfm + texmf-dist/fonts/tfm/public/amsfonts/cyrillic/wncyi8.tfm + texmf-dist/fonts/tfm/public/amsfonts/cyrillic/wncyi9.tfm + texmf-dist/fonts/tfm/public/amsfonts/cyrillic/wncyr10.tfm + texmf-dist/fonts/tfm/public/amsfonts/cyrillic/wncyr5.tfm + texmf-dist/fonts/tfm/public/amsfonts/cyrillic/wncyr6.tfm + texmf-dist/fonts/tfm/public/amsfonts/cyrillic/wncyr7.tfm + texmf-dist/fonts/tfm/public/amsfonts/cyrillic/wncyr8.tfm + texmf-dist/fonts/tfm/public/amsfonts/cyrillic/wncyr9.tfm + texmf-dist/fonts/tfm/public/amsfonts/cyrillic/wncysc10.tfm + texmf-dist/fonts/tfm/public/amsfonts/cyrillic/wncyss10.tfm + texmf-dist/fonts/tfm/public/amsfonts/cyrillic/wncyss8.tfm + texmf-dist/fonts/tfm/public/amsfonts/cyrillic/wncyss9.tfm + texmf-dist/fonts/tfm/public/amsfonts/dummy/dummy.tfm + texmf-dist/fonts/tfm/public/amsfonts/euler/euex10.tfm + texmf-dist/fonts/tfm/public/amsfonts/euler/euex7.tfm + texmf-dist/fonts/tfm/public/amsfonts/euler/euex8.tfm + texmf-dist/fonts/tfm/public/amsfonts/euler/euex9.tfm + texmf-dist/fonts/tfm/public/amsfonts/euler/eufb10.tfm + texmf-dist/fonts/tfm/public/amsfonts/euler/eufb5.tfm + texmf-dist/fonts/tfm/public/amsfonts/euler/eufb6.tfm + texmf-dist/fonts/tfm/public/amsfonts/euler/eufb7.tfm + texmf-dist/fonts/tfm/public/amsfonts/euler/eufb8.tfm + texmf-dist/fonts/tfm/public/amsfonts/euler/eufb9.tfm + texmf-dist/fonts/tfm/public/amsfonts/euler/eufm10.tfm + texmf-dist/fonts/tfm/public/amsfonts/euler/eufm5.tfm + texmf-dist/fonts/tfm/public/amsfonts/euler/eufm6.tfm + texmf-dist/fonts/tfm/public/amsfonts/euler/eufm7.tfm + texmf-dist/fonts/tfm/public/amsfonts/euler/eufm8.tfm + texmf-dist/fonts/tfm/public/amsfonts/euler/eufm9.tfm + texmf-dist/fonts/tfm/public/amsfonts/euler/eurb10.tfm + texmf-dist/fonts/tfm/public/amsfonts/euler/eurb5.tfm + texmf-dist/fonts/tfm/public/amsfonts/euler/eurb6.tfm + texmf-dist/fonts/tfm/public/amsfonts/euler/eurb7.tfm + texmf-dist/fonts/tfm/public/amsfonts/euler/eurb8.tfm + texmf-dist/fonts/tfm/public/amsfonts/euler/eurb9.tfm + texmf-dist/fonts/tfm/public/amsfonts/euler/eurm10.tfm + texmf-dist/fonts/tfm/public/amsfonts/euler/eurm5.tfm + texmf-dist/fonts/tfm/public/amsfonts/euler/eurm6.tfm + texmf-dist/fonts/tfm/public/amsfonts/euler/eurm7.tfm + texmf-dist/fonts/tfm/public/amsfonts/euler/eurm8.tfm + texmf-dist/fonts/tfm/public/amsfonts/euler/eurm9.tfm + texmf-dist/fonts/tfm/public/amsfonts/euler/eusb10.tfm + texmf-dist/fonts/tfm/public/amsfonts/euler/eusb5.tfm + texmf-dist/fonts/tfm/public/amsfonts/euler/eusb6.tfm + texmf-dist/fonts/tfm/public/amsfonts/euler/eusb7.tfm + texmf-dist/fonts/tfm/public/amsfonts/euler/eusb8.tfm + texmf-dist/fonts/tfm/public/amsfonts/euler/eusb9.tfm + texmf-dist/fonts/tfm/public/amsfonts/euler/eusm10.tfm + texmf-dist/fonts/tfm/public/amsfonts/euler/eusm5.tfm + texmf-dist/fonts/tfm/public/amsfonts/euler/eusm6.tfm + texmf-dist/fonts/tfm/public/amsfonts/euler/eusm7.tfm + texmf-dist/fonts/tfm/public/amsfonts/euler/eusm8.tfm + texmf-dist/fonts/tfm/public/amsfonts/euler/eusm9.tfm + texmf-dist/fonts/tfm/public/amsfonts/symbols/msam10.tfm + texmf-dist/fonts/tfm/public/amsfonts/symbols/msam5.tfm + texmf-dist/fonts/tfm/public/amsfonts/symbols/msam6.tfm + texmf-dist/fonts/tfm/public/amsfonts/symbols/msam7.tfm + texmf-dist/fonts/tfm/public/amsfonts/symbols/msam8.tfm + texmf-dist/fonts/tfm/public/amsfonts/symbols/msam9.tfm + texmf-dist/fonts/tfm/public/amsfonts/symbols/msbm10.tfm + texmf-dist/fonts/tfm/public/amsfonts/symbols/msbm5.tfm + texmf-dist/fonts/tfm/public/amsfonts/symbols/msbm6.tfm + texmf-dist/fonts/tfm/public/amsfonts/symbols/msbm7.tfm + texmf-dist/fonts/tfm/public/amsfonts/symbols/msbm8.tfm + texmf-dist/fonts/tfm/public/amsfonts/symbols/msbm9.tfm + texmf-dist/fonts/type1/public/amsfonts/cm/cmb10.pfb + texmf-dist/fonts/type1/public/amsfonts/cm/cmb10.pfm + texmf-dist/fonts/type1/public/amsfonts/cm/cmbsy10.pfb + texmf-dist/fonts/type1/public/amsfonts/cm/cmbsy10.pfm + texmf-dist/fonts/type1/public/amsfonts/cm/cmbx10.pfb + texmf-dist/fonts/type1/public/amsfonts/cm/cmbx10.pfm + texmf-dist/fonts/type1/public/amsfonts/cm/cmbx12.pfb + texmf-dist/fonts/type1/public/amsfonts/cm/cmbx12.pfm + texmf-dist/fonts/type1/public/amsfonts/cm/cmbx5.pfb + texmf-dist/fonts/type1/public/amsfonts/cm/cmbx5.pfm + texmf-dist/fonts/type1/public/amsfonts/cm/cmbx6.pfb + texmf-dist/fonts/type1/public/amsfonts/cm/cmbx6.pfm + texmf-dist/fonts/type1/public/amsfonts/cm/cmbx7.pfb + texmf-dist/fonts/type1/public/amsfonts/cm/cmbx7.pfm + texmf-dist/fonts/type1/public/amsfonts/cm/cmbx8.pfb + texmf-dist/fonts/type1/public/amsfonts/cm/cmbx8.pfm + texmf-dist/fonts/type1/public/amsfonts/cm/cmbx9.pfb + texmf-dist/fonts/type1/public/amsfonts/cm/cmbx9.pfm + texmf-dist/fonts/type1/public/amsfonts/cm/cmbxsl10.pfb + texmf-dist/fonts/type1/public/amsfonts/cm/cmbxsl10.pfm + texmf-dist/fonts/type1/public/amsfonts/cm/cmbxti10.pfb + texmf-dist/fonts/type1/public/amsfonts/cm/cmbxti10.pfm + texmf-dist/fonts/type1/public/amsfonts/cm/cmcsc10.pfb + texmf-dist/fonts/type1/public/amsfonts/cm/cmcsc10.pfm + texmf-dist/fonts/type1/public/amsfonts/cm/cmdunh10.pfb + texmf-dist/fonts/type1/public/amsfonts/cm/cmdunh10.pfm + texmf-dist/fonts/type1/public/amsfonts/cm/cmex10.pfb + texmf-dist/fonts/type1/public/amsfonts/cm/cmex10.pfm + texmf-dist/fonts/type1/public/amsfonts/cm/cmff10.pfb + texmf-dist/fonts/type1/public/amsfonts/cm/cmff10.pfm + texmf-dist/fonts/type1/public/amsfonts/cm/cmfi10.pfb + texmf-dist/fonts/type1/public/amsfonts/cm/cmfi10.pfm + texmf-dist/fonts/type1/public/amsfonts/cm/cmfib8.pfb + texmf-dist/fonts/type1/public/amsfonts/cm/cmfib8.pfm + texmf-dist/fonts/type1/public/amsfonts/cm/cminch.pfb + texmf-dist/fonts/type1/public/amsfonts/cm/cminch.pfm + texmf-dist/fonts/type1/public/amsfonts/cm/cmitt10.pfb + texmf-dist/fonts/type1/public/amsfonts/cm/cmitt10.pfm + texmf-dist/fonts/type1/public/amsfonts/cm/cmmi10.pfb + texmf-dist/fonts/type1/public/amsfonts/cm/cmmi10.pfm + texmf-dist/fonts/type1/public/amsfonts/cm/cmmi12.pfb + texmf-dist/fonts/type1/public/amsfonts/cm/cmmi12.pfm + texmf-dist/fonts/type1/public/amsfonts/cm/cmmi5.pfb + texmf-dist/fonts/type1/public/amsfonts/cm/cmmi5.pfm + texmf-dist/fonts/type1/public/amsfonts/cm/cmmi6.pfb + texmf-dist/fonts/type1/public/amsfonts/cm/cmmi6.pfm + texmf-dist/fonts/type1/public/amsfonts/cm/cmmi7.pfb + texmf-dist/fonts/type1/public/amsfonts/cm/cmmi7.pfm + texmf-dist/fonts/type1/public/amsfonts/cm/cmmi8.pfb + texmf-dist/fonts/type1/public/amsfonts/cm/cmmi8.pfm + texmf-dist/fonts/type1/public/amsfonts/cm/cmmi9.pfb + texmf-dist/fonts/type1/public/amsfonts/cm/cmmi9.pfm + texmf-dist/fonts/type1/public/amsfonts/cm/cmmib10.pfb + texmf-dist/fonts/type1/public/amsfonts/cm/cmmib10.pfm + texmf-dist/fonts/type1/public/amsfonts/cm/cmr10.pfb + texmf-dist/fonts/type1/public/amsfonts/cm/cmr10.pfm + texmf-dist/fonts/type1/public/amsfonts/cm/cmr12.pfb + texmf-dist/fonts/type1/public/amsfonts/cm/cmr12.pfm + texmf-dist/fonts/type1/public/amsfonts/cm/cmr17.pfb + texmf-dist/fonts/type1/public/amsfonts/cm/cmr17.pfm + texmf-dist/fonts/type1/public/amsfonts/cm/cmr5.pfb + texmf-dist/fonts/type1/public/amsfonts/cm/cmr5.pfm + texmf-dist/fonts/type1/public/amsfonts/cm/cmr6.pfb + texmf-dist/fonts/type1/public/amsfonts/cm/cmr6.pfm + texmf-dist/fonts/type1/public/amsfonts/cm/cmr7.pfb + texmf-dist/fonts/type1/public/amsfonts/cm/cmr7.pfm + texmf-dist/fonts/type1/public/amsfonts/cm/cmr8.pfb + texmf-dist/fonts/type1/public/amsfonts/cm/cmr8.pfm + texmf-dist/fonts/type1/public/amsfonts/cm/cmr9.pfb + texmf-dist/fonts/type1/public/amsfonts/cm/cmr9.pfm + texmf-dist/fonts/type1/public/amsfonts/cm/cmsl10.pfb + texmf-dist/fonts/type1/public/amsfonts/cm/cmsl10.pfm + texmf-dist/fonts/type1/public/amsfonts/cm/cmsl12.pfb + texmf-dist/fonts/type1/public/amsfonts/cm/cmsl12.pfm + texmf-dist/fonts/type1/public/amsfonts/cm/cmsl8.pfb + texmf-dist/fonts/type1/public/amsfonts/cm/cmsl8.pfm + texmf-dist/fonts/type1/public/amsfonts/cm/cmsl9.pfb + texmf-dist/fonts/type1/public/amsfonts/cm/cmsl9.pfm + texmf-dist/fonts/type1/public/amsfonts/cm/cmsltt10.pfb + texmf-dist/fonts/type1/public/amsfonts/cm/cmsltt10.pfm + texmf-dist/fonts/type1/public/amsfonts/cm/cmss10.pfb + texmf-dist/fonts/type1/public/amsfonts/cm/cmss10.pfm + texmf-dist/fonts/type1/public/amsfonts/cm/cmss12.pfb + texmf-dist/fonts/type1/public/amsfonts/cm/cmss12.pfm + texmf-dist/fonts/type1/public/amsfonts/cm/cmss17.pfb + texmf-dist/fonts/type1/public/amsfonts/cm/cmss17.pfm + texmf-dist/fonts/type1/public/amsfonts/cm/cmss8.pfb + texmf-dist/fonts/type1/public/amsfonts/cm/cmss8.pfm + texmf-dist/fonts/type1/public/amsfonts/cm/cmss9.pfb + texmf-dist/fonts/type1/public/amsfonts/cm/cmss9.pfm + texmf-dist/fonts/type1/public/amsfonts/cm/cmssbx10.pfb + texmf-dist/fonts/type1/public/amsfonts/cm/cmssbx10.pfm + texmf-dist/fonts/type1/public/amsfonts/cm/cmssdc10.pfb + texmf-dist/fonts/type1/public/amsfonts/cm/cmssdc10.pfm + texmf-dist/fonts/type1/public/amsfonts/cm/cmssi10.pfb + texmf-dist/fonts/type1/public/amsfonts/cm/cmssi10.pfm + texmf-dist/fonts/type1/public/amsfonts/cm/cmssi12.pfb + texmf-dist/fonts/type1/public/amsfonts/cm/cmssi12.pfm + texmf-dist/fonts/type1/public/amsfonts/cm/cmssi17.pfb + texmf-dist/fonts/type1/public/amsfonts/cm/cmssi17.pfm + texmf-dist/fonts/type1/public/amsfonts/cm/cmssi8.pfb + texmf-dist/fonts/type1/public/amsfonts/cm/cmssi8.pfm + texmf-dist/fonts/type1/public/amsfonts/cm/cmssi9.pfb + texmf-dist/fonts/type1/public/amsfonts/cm/cmssi9.pfm + texmf-dist/fonts/type1/public/amsfonts/cm/cmssq8.pfb + texmf-dist/fonts/type1/public/amsfonts/cm/cmssq8.pfm + texmf-dist/fonts/type1/public/amsfonts/cm/cmssqi8.pfb + texmf-dist/fonts/type1/public/amsfonts/cm/cmssqi8.pfm + texmf-dist/fonts/type1/public/amsfonts/cm/cmsy10.pfb + texmf-dist/fonts/type1/public/amsfonts/cm/cmsy10.pfm + texmf-dist/fonts/type1/public/amsfonts/cm/cmsy5.pfb + texmf-dist/fonts/type1/public/amsfonts/cm/cmsy5.pfm + texmf-dist/fonts/type1/public/amsfonts/cm/cmsy6.pfb + texmf-dist/fonts/type1/public/amsfonts/cm/cmsy6.pfm + texmf-dist/fonts/type1/public/amsfonts/cm/cmsy7.pfb + texmf-dist/fonts/type1/public/amsfonts/cm/cmsy7.pfm + texmf-dist/fonts/type1/public/amsfonts/cm/cmsy8.pfb + texmf-dist/fonts/type1/public/amsfonts/cm/cmsy8.pfm + texmf-dist/fonts/type1/public/amsfonts/cm/cmsy9.pfb + texmf-dist/fonts/type1/public/amsfonts/cm/cmsy9.pfm + texmf-dist/fonts/type1/public/amsfonts/cm/cmtcsc10.pfb + texmf-dist/fonts/type1/public/amsfonts/cm/cmtcsc10.pfm + texmf-dist/fonts/type1/public/amsfonts/cm/cmtex10.pfb + texmf-dist/fonts/type1/public/amsfonts/cm/cmtex10.pfm + texmf-dist/fonts/type1/public/amsfonts/cm/cmtex8.pfb + texmf-dist/fonts/type1/public/amsfonts/cm/cmtex8.pfm + texmf-dist/fonts/type1/public/amsfonts/cm/cmtex9.pfb + texmf-dist/fonts/type1/public/amsfonts/cm/cmtex9.pfm + texmf-dist/fonts/type1/public/amsfonts/cm/cmti10.pfb + texmf-dist/fonts/type1/public/amsfonts/cm/cmti10.pfm + texmf-dist/fonts/type1/public/amsfonts/cm/cmti12.pfb + texmf-dist/fonts/type1/public/amsfonts/cm/cmti12.pfm + texmf-dist/fonts/type1/public/amsfonts/cm/cmti7.pfb + texmf-dist/fonts/type1/public/amsfonts/cm/cmti7.pfm + texmf-dist/fonts/type1/public/amsfonts/cm/cmti8.pfb + texmf-dist/fonts/type1/public/amsfonts/cm/cmti8.pfm + texmf-dist/fonts/type1/public/amsfonts/cm/cmti9.pfb + texmf-dist/fonts/type1/public/amsfonts/cm/cmti9.pfm + texmf-dist/fonts/type1/public/amsfonts/cm/cmtt10.pfb + texmf-dist/fonts/type1/public/amsfonts/cm/cmtt10.pfm + texmf-dist/fonts/type1/public/amsfonts/cm/cmtt12.pfb + texmf-dist/fonts/type1/public/amsfonts/cm/cmtt12.pfm + texmf-dist/fonts/type1/public/amsfonts/cm/cmtt8.pfb + texmf-dist/fonts/type1/public/amsfonts/cm/cmtt8.pfm + texmf-dist/fonts/type1/public/amsfonts/cm/cmtt9.pfb + texmf-dist/fonts/type1/public/amsfonts/cm/cmtt9.pfm + texmf-dist/fonts/type1/public/amsfonts/cm/cmu10.pfb + texmf-dist/fonts/type1/public/amsfonts/cm/cmu10.pfm + texmf-dist/fonts/type1/public/amsfonts/cm/cmvtt10.pfb + texmf-dist/fonts/type1/public/amsfonts/cm/cmvtt10.pfm + texmf-dist/fonts/type1/public/amsfonts/cmextra/cmbsy5.pfb + texmf-dist/fonts/type1/public/amsfonts/cmextra/cmbsy5.pfm + texmf-dist/fonts/type1/public/amsfonts/cmextra/cmbsy6.pfb + texmf-dist/fonts/type1/public/amsfonts/cmextra/cmbsy6.pfm + texmf-dist/fonts/type1/public/amsfonts/cmextra/cmbsy7.pfb + texmf-dist/fonts/type1/public/amsfonts/cmextra/cmbsy7.pfm + texmf-dist/fonts/type1/public/amsfonts/cmextra/cmbsy8.pfb + texmf-dist/fonts/type1/public/amsfonts/cmextra/cmbsy8.pfm + texmf-dist/fonts/type1/public/amsfonts/cmextra/cmbsy9.pfb + texmf-dist/fonts/type1/public/amsfonts/cmextra/cmbsy9.pfm + texmf-dist/fonts/type1/public/amsfonts/cmextra/cmcsc8.pfb + texmf-dist/fonts/type1/public/amsfonts/cmextra/cmcsc8.pfm + texmf-dist/fonts/type1/public/amsfonts/cmextra/cmcsc9.pfb + texmf-dist/fonts/type1/public/amsfonts/cmextra/cmcsc9.pfm + texmf-dist/fonts/type1/public/amsfonts/cmextra/cmex7.pfb + texmf-dist/fonts/type1/public/amsfonts/cmextra/cmex7.pfm + texmf-dist/fonts/type1/public/amsfonts/cmextra/cmex8.pfb + texmf-dist/fonts/type1/public/amsfonts/cmextra/cmex8.pfm + texmf-dist/fonts/type1/public/amsfonts/cmextra/cmex9.pfb + texmf-dist/fonts/type1/public/amsfonts/cmextra/cmex9.pfm + texmf-dist/fonts/type1/public/amsfonts/cmextra/cmmib5.pfb + texmf-dist/fonts/type1/public/amsfonts/cmextra/cmmib5.pfm + texmf-dist/fonts/type1/public/amsfonts/cmextra/cmmib6.pfb + texmf-dist/fonts/type1/public/amsfonts/cmextra/cmmib6.pfm + texmf-dist/fonts/type1/public/amsfonts/cmextra/cmmib7.pfb + texmf-dist/fonts/type1/public/amsfonts/cmextra/cmmib7.pfm + texmf-dist/fonts/type1/public/amsfonts/cmextra/cmmib8.pfb + texmf-dist/fonts/type1/public/amsfonts/cmextra/cmmib8.pfm + texmf-dist/fonts/type1/public/amsfonts/cmextra/cmmib9.pfb + texmf-dist/fonts/type1/public/amsfonts/cmextra/cmmib9.pfm + texmf-dist/fonts/type1/public/amsfonts/cyrillic/wncyb10.pfb + texmf-dist/fonts/type1/public/amsfonts/cyrillic/wncyb10.pfm + texmf-dist/fonts/type1/public/amsfonts/cyrillic/wncyi10.pfb + texmf-dist/fonts/type1/public/amsfonts/cyrillic/wncyi10.pfm + texmf-dist/fonts/type1/public/amsfonts/cyrillic/wncyr10.pfb + texmf-dist/fonts/type1/public/amsfonts/cyrillic/wncyr10.pfm + texmf-dist/fonts/type1/public/amsfonts/cyrillic/wncysc10.pfb + texmf-dist/fonts/type1/public/amsfonts/cyrillic/wncysc10.pfm + texmf-dist/fonts/type1/public/amsfonts/cyrillic/wncyss10.pfb + texmf-dist/fonts/type1/public/amsfonts/cyrillic/wncyss10.pfm + texmf-dist/fonts/type1/public/amsfonts/euler/euex10.pfb + texmf-dist/fonts/type1/public/amsfonts/euler/euex10.pfm + texmf-dist/fonts/type1/public/amsfonts/euler/euex7.pfb + texmf-dist/fonts/type1/public/amsfonts/euler/euex7.pfm + texmf-dist/fonts/type1/public/amsfonts/euler/euex8.pfb + texmf-dist/fonts/type1/public/amsfonts/euler/euex8.pfm + texmf-dist/fonts/type1/public/amsfonts/euler/euex9.pfb + texmf-dist/fonts/type1/public/amsfonts/euler/euex9.pfm + texmf-dist/fonts/type1/public/amsfonts/euler/eufb10.pfb + texmf-dist/fonts/type1/public/amsfonts/euler/eufb10.pfm + texmf-dist/fonts/type1/public/amsfonts/euler/eufb5.pfb + texmf-dist/fonts/type1/public/amsfonts/euler/eufb5.pfm + texmf-dist/fonts/type1/public/amsfonts/euler/eufb7.pfb + texmf-dist/fonts/type1/public/amsfonts/euler/eufb7.pfm + texmf-dist/fonts/type1/public/amsfonts/euler/eufm10.pfb + texmf-dist/fonts/type1/public/amsfonts/euler/eufm10.pfm + texmf-dist/fonts/type1/public/amsfonts/euler/eufm5.pfb + texmf-dist/fonts/type1/public/amsfonts/euler/eufm5.pfm + texmf-dist/fonts/type1/public/amsfonts/euler/eufm7.pfb + texmf-dist/fonts/type1/public/amsfonts/euler/eufm7.pfm + texmf-dist/fonts/type1/public/amsfonts/euler/eurb10.pfb + texmf-dist/fonts/type1/public/amsfonts/euler/eurb10.pfm + texmf-dist/fonts/type1/public/amsfonts/euler/eurb5.pfb + texmf-dist/fonts/type1/public/amsfonts/euler/eurb5.pfm + texmf-dist/fonts/type1/public/amsfonts/euler/eurb7.pfb + texmf-dist/fonts/type1/public/amsfonts/euler/eurb7.pfm + texmf-dist/fonts/type1/public/amsfonts/euler/eurm10.pfb + texmf-dist/fonts/type1/public/amsfonts/euler/eurm10.pfm + texmf-dist/fonts/type1/public/amsfonts/euler/eurm5.pfb + texmf-dist/fonts/type1/public/amsfonts/euler/eurm5.pfm + texmf-dist/fonts/type1/public/amsfonts/euler/eurm7.pfb + texmf-dist/fonts/type1/public/amsfonts/euler/eurm7.pfm + texmf-dist/fonts/type1/public/amsfonts/euler/eusb10.pfb + texmf-dist/fonts/type1/public/amsfonts/euler/eusb10.pfm + texmf-dist/fonts/type1/public/amsfonts/euler/eusb5.pfb + texmf-dist/fonts/type1/public/amsfonts/euler/eusb5.pfm + texmf-dist/fonts/type1/public/amsfonts/euler/eusb7.pfb + texmf-dist/fonts/type1/public/amsfonts/euler/eusb7.pfm + texmf-dist/fonts/type1/public/amsfonts/euler/eusm10.pfb + texmf-dist/fonts/type1/public/amsfonts/euler/eusm10.pfm + texmf-dist/fonts/type1/public/amsfonts/euler/eusm5.pfb + texmf-dist/fonts/type1/public/amsfonts/euler/eusm5.pfm + texmf-dist/fonts/type1/public/amsfonts/euler/eusm7.pfb + texmf-dist/fonts/type1/public/amsfonts/euler/eusm7.pfm + texmf-dist/fonts/type1/public/amsfonts/latxfont/lasy10.pfb + texmf-dist/fonts/type1/public/amsfonts/latxfont/lasy10.pfm + texmf-dist/fonts/type1/public/amsfonts/latxfont/lasy5.pfb + texmf-dist/fonts/type1/public/amsfonts/latxfont/lasy5.pfm + texmf-dist/fonts/type1/public/amsfonts/latxfont/lasy6.pfb + texmf-dist/fonts/type1/public/amsfonts/latxfont/lasy6.pfm + texmf-dist/fonts/type1/public/amsfonts/latxfont/lasy7.pfb + texmf-dist/fonts/type1/public/amsfonts/latxfont/lasy7.pfm + texmf-dist/fonts/type1/public/amsfonts/latxfont/lasy8.pfb + texmf-dist/fonts/type1/public/amsfonts/latxfont/lasy8.pfm + texmf-dist/fonts/type1/public/amsfonts/latxfont/lasy9.pfb + texmf-dist/fonts/type1/public/amsfonts/latxfont/lasy9.pfm + texmf-dist/fonts/type1/public/amsfonts/latxfont/lasyb10.pfb + texmf-dist/fonts/type1/public/amsfonts/latxfont/lasyb10.pfm + texmf-dist/fonts/type1/public/amsfonts/latxfont/lcircle1.pfb + texmf-dist/fonts/type1/public/amsfonts/latxfont/lcircle1.pfm + texmf-dist/fonts/type1/public/amsfonts/latxfont/lcirclew.pfb + texmf-dist/fonts/type1/public/amsfonts/latxfont/lcirclew.pfm + texmf-dist/fonts/type1/public/amsfonts/latxfont/lcmss8.pfb + texmf-dist/fonts/type1/public/amsfonts/latxfont/lcmss8.pfm + texmf-dist/fonts/type1/public/amsfonts/latxfont/lcmssb8.pfb + texmf-dist/fonts/type1/public/amsfonts/latxfont/lcmssb8.pfm + texmf-dist/fonts/type1/public/amsfonts/latxfont/lcmssi8.pfb + texmf-dist/fonts/type1/public/amsfonts/latxfont/lcmssi8.pfm + texmf-dist/fonts/type1/public/amsfonts/latxfont/line10.pfb + texmf-dist/fonts/type1/public/amsfonts/latxfont/line10.pfm + texmf-dist/fonts/type1/public/amsfonts/latxfont/linew10.pfb + texmf-dist/fonts/type1/public/amsfonts/latxfont/linew10.pfm + texmf-dist/fonts/type1/public/amsfonts/symbols/msam10.pfb + texmf-dist/fonts/type1/public/amsfonts/symbols/msam10.pfm + texmf-dist/fonts/type1/public/amsfonts/symbols/msam5.pfb + texmf-dist/fonts/type1/public/amsfonts/symbols/msam5.pfm + texmf-dist/fonts/type1/public/amsfonts/symbols/msam6.pfb + texmf-dist/fonts/type1/public/amsfonts/symbols/msam6.pfm + texmf-dist/fonts/type1/public/amsfonts/symbols/msam7.pfb + texmf-dist/fonts/type1/public/amsfonts/symbols/msam7.pfm + texmf-dist/fonts/type1/public/amsfonts/symbols/msam8.pfb + texmf-dist/fonts/type1/public/amsfonts/symbols/msam8.pfm + texmf-dist/fonts/type1/public/amsfonts/symbols/msam9.pfb + texmf-dist/fonts/type1/public/amsfonts/symbols/msam9.pfm + texmf-dist/fonts/type1/public/amsfonts/symbols/msbm10.pfb + texmf-dist/fonts/type1/public/amsfonts/symbols/msbm10.pfm + texmf-dist/fonts/type1/public/amsfonts/symbols/msbm5.pfb + texmf-dist/fonts/type1/public/amsfonts/symbols/msbm5.pfm + texmf-dist/fonts/type1/public/amsfonts/symbols/msbm6.pfb + texmf-dist/fonts/type1/public/amsfonts/symbols/msbm6.pfm + texmf-dist/fonts/type1/public/amsfonts/symbols/msbm7.pfb + texmf-dist/fonts/type1/public/amsfonts/symbols/msbm7.pfm + texmf-dist/fonts/type1/public/amsfonts/symbols/msbm8.pfb + texmf-dist/fonts/type1/public/amsfonts/symbols/msbm8.pfm + texmf-dist/fonts/type1/public/amsfonts/symbols/msbm9.pfb + texmf-dist/fonts/type1/public/amsfonts/symbols/msbm9.pfm + texmf-dist/tex/latex/amsfonts/amsfonts.sty + texmf-dist/tex/latex/amsfonts/amssymb.sty + texmf-dist/tex/latex/amsfonts/cmmib57.sty + texmf-dist/tex/latex/amsfonts/eucal.sty + texmf-dist/tex/latex/amsfonts/eufrak.sty + texmf-dist/tex/latex/amsfonts/euscript.sty + texmf-dist/tex/latex/amsfonts/ueuex.fd + texmf-dist/tex/latex/amsfonts/ueuf.fd + texmf-dist/tex/latex/amsfonts/ueur.fd + texmf-dist/tex/latex/amsfonts/ueus.fd + texmf-dist/tex/latex/amsfonts/umsa.fd + texmf-dist/tex/latex/amsfonts/umsb.fd + texmf-dist/tex/plain/amsfonts/amssym.def + texmf-dist/tex/plain/amsfonts/amssym.tex + texmf-dist/tex/plain/amsfonts/cyracc.def +catalogue-ctan /fonts/amsfonts +catalogue-date 2009-06-24 20:29:01 +0200 +catalogue-license ofl +catalogue-version 3.0 + +name amslatex-primer +category Package +revision 15878 +shortdesc Getting up and running with AMS-LaTeX. +longdesc The document aims to get you up and running with AMS-LaTeX as +longdesc quickly as possible. These instructions (along with a template +longdesc file template.tex) are not a substitute for the full +longdesc documentation, but they may get you started quickly enough so +longdesc that you will only need to refer to the main documentation +longdesc occasionally. In addition to 'AMS-LaTeX out of the box', the +longdesc document contains: - a section describing how to draw +longdesc commutative diagrams using Xy-pic; and - a section describing +longdesc how to use amsrefs to create a bibliography. +docfiles size=116 + texmf-dist/doc/latex/amslatex-primer/README details="Readme" + texmf-dist/doc/latex/amslatex-primer/amshelp.md5 + texmf-dist/doc/latex/amslatex-primer/amshelp.pdf details="The document itself" + texmf-dist/doc/latex/amslatex-primer/amshelp.tex + texmf-dist/doc/latex/amslatex-primer/template.tex +catalogue-ctan /info/amslatex/primer +catalogue-date 2009-06-25 00:03:35 +0200 +catalogue-license lppl +catalogue-version 2.1 + +name amsldoc-it +category Package +revision 15878 +docfiles size=105 + texmf-dist/doc/latex/amsldoc-it/itamsldoc.pdf + texmf-dist/doc/latex/amsldoc-it/itamsldoc.tex + +name amsldoc-vn +category Package +revision 15878 +catalogue amslatexdoc-vietnamese +shortdesc Vietnamese documentation. +longdesc This is a Vietnamese translation of amsldoc, the users' guide +longdesc to amsmath. +docfiles size=370 + texmf-dist/doc/latex/amsldoc-vn/Makefile + texmf-dist/doc/latex/amsldoc-vn/README + texmf-dist/doc/latex/amsldoc-vn/TODO + texmf-dist/doc/latex/amsldoc-vn/amsldoc-print-vi.pdf details="For printing" language="vi" + texmf-dist/doc/latex/amsldoc-vn/amsldoc-print-vi.tex + texmf-dist/doc/latex/amsldoc-vn/amsldoc-vi.pdf details="For on-screen viewing" language="vi" + texmf-dist/doc/latex/amsldoc-vn/amsldoc-vi.tex +catalogue-ctan /info/amslatex/vietnamese +catalogue-date 2007-01-26 22:11:52 +0100 +catalogue-license lgpl +catalogue-version 2.0 + +name amsmath +category Package +revision 15878 +shortdesc AMS mathematical facilities for LaTeX. +longdesc This package is the principal package in the AMS-LaTeX +longdesc distribution. It adapts for use in LaTeX most of the +longdesc mathematical features found in AMS-TeX; it is a near- +longdesc indispensable adjunct to serious mathematical typesetting in +longdesc LaTeX. When amsmath is loaded, AMS-LaTeX packages amsbsy (for +longdesc bold symbols), amsopn (for operator names) and amstext (for +longdesc text embdedded in mathematics) are also loaded. Amsmath is part +longdesc of the LaTeX required distribution; however, several +longdesc contributed packages add still further to its appeal; examples +longdesc are empheq, which provides functions for decorating and +longdesc highlighting mathematics, and ntheorem, for specifying theorem +longdesc (and similar) definitions. +docfiles size=682 + texmf-dist/doc/latex/amsmath/amsbsy.pdf + texmf-dist/doc/latex/amsmath/amscd.pdf + texmf-dist/doc/latex/amsmath/amsgen.pdf + texmf-dist/doc/latex/amsmath/amsldoc.pdf details="User guide (English)" language="en" + texmf-dist/doc/latex/amsmath/amsmath.pdf + texmf-dist/doc/latex/amsmath/amsopn.pdf + texmf-dist/doc/latex/amsmath/amstext.pdf + texmf-dist/doc/latex/amsmath/amsxtra.pdf + texmf-dist/doc/latex/amsmath/diffs-m.txt details="Differences from previous versions" language="en" + texmf-dist/doc/latex/amsmath/subeqn.pdf details="Sub-equation usage" language="en" + texmf-dist/doc/latex/amsmath/technote.pdf details="Technical details" language="en" + texmf-dist/doc/latex/amsmath/testmath.pdf details="Examples paper" language="en" +srcfiles size=131 + texmf-dist/source/latex/amsmath/00readme.txt + texmf-dist/source/latex/amsmath/ams-m1.ins + texmf-dist/source/latex/amsmath/amsbsy.dtx + texmf-dist/source/latex/amsmath/amscd.dtx + texmf-dist/source/latex/amsmath/amsdtx.cls + texmf-dist/source/latex/amsmath/amsgen.dtx + texmf-dist/source/latex/amsmath/amsldoc.cls + texmf-dist/source/latex/amsmath/amsldoc.tex + texmf-dist/source/latex/amsmath/amsmath.dtx + texmf-dist/source/latex/amsmath/amsopn.dtx + texmf-dist/source/latex/amsmath/amstext.dtx + texmf-dist/source/latex/amsmath/amsxtra.dtx + texmf-dist/source/latex/amsmath/install.txt + texmf-dist/source/latex/amsmath/manifest.txt + texmf-dist/source/latex/amsmath/subeqn.tex + texmf-dist/source/latex/amsmath/technote.tex + texmf-dist/source/latex/amsmath/testmath.tex +runfiles size=47 + texmf-dist/tex/latex/amsmath/amsbsy.sty + texmf-dist/tex/latex/amsmath/amscd.sty + texmf-dist/tex/latex/amsmath/amsgen.sty + texmf-dist/tex/latex/amsmath/amsmath.sty + texmf-dist/tex/latex/amsmath/amsopn.sty + texmf-dist/tex/latex/amsmath/amstex.sty + texmf-dist/tex/latex/amsmath/amstext.sty + texmf-dist/tex/latex/amsmath/amsxtra.sty +catalogue-ctan /macros/latex/required/amslatex/math +catalogue-date 2009-01-10 14:58:10 +0100 +catalogue-license lppl +catalogue-version 2.13 + +name amsmath-it +category Package +revision 15878 +docfiles size=11 + texmf-dist/doc/latex/amsmath-it/amsmath.faq + texmf-dist/doc/latex/amsmath-it/diffs-m_it.txt + +name amsrefs +category Package +revision 15878 +shortdesc A LaTeX-based replacement for BibTeX. +longdesc Amsrefs is a LaTeX package for bibliographies that provides an +longdesc archival data format similar to the format of BibTeX database +longdesc files, but adapted to make direct processing by LaTeX easier. +longdesc The package can be used either in conjunction with BibTeX or as +longdesc a replacement for BibTeX. +docfiles size=622 + texmf-dist/doc/latex/amsrefs/amsrdoc.pdf details="Package documentation" + texmf-dist/doc/latex/amsrefs/amsrefs.faq + texmf-dist/doc/latex/amsrefs/amsrefs.pdf details="Documented source" + texmf-dist/doc/latex/amsrefs/amsxport.pdf + texmf-dist/doc/latex/amsrefs/changes.pdf + texmf-dist/doc/latex/amsrefs/cite-xa.pdf + texmf-dist/doc/latex/amsrefs/cite-xa.tex + texmf-dist/doc/latex/amsrefs/cite-xb.pdf + texmf-dist/doc/latex/amsrefs/cite-xb.tex + texmf-dist/doc/latex/amsrefs/cite-xh.pdf + texmf-dist/doc/latex/amsrefs/cite-xh.tex + texmf-dist/doc/latex/amsrefs/cite-xs.pdf + texmf-dist/doc/latex/amsrefs/cite-xs.tex + texmf-dist/doc/latex/amsrefs/gktest.ltb + texmf-dist/doc/latex/amsrefs/ifoption.pdf + texmf-dist/doc/latex/amsrefs/jr.bib + texmf-dist/doc/latex/amsrefs/mathscinet.pdf + texmf-dist/doc/latex/amsrefs/pcatcode.pdf + texmf-dist/doc/latex/amsrefs/rkeyval.pdf + texmf-dist/doc/latex/amsrefs/textcmds.pdf +srcfiles size=126 + texmf-dist/source/latex/amsrefs/00readme.txt + texmf-dist/source/latex/amsrefs/amsrdoc.tex + texmf-dist/source/latex/amsrefs/amsrefs.dtx + texmf-dist/source/latex/amsrefs/amsrefs.ins + texmf-dist/source/latex/amsrefs/amsxport.dtx + texmf-dist/source/latex/amsrefs/amsxport.ins + texmf-dist/source/latex/amsrefs/changes.tex + texmf-dist/source/latex/amsrefs/ifoption.dtx + texmf-dist/source/latex/amsrefs/ifoption.ins + texmf-dist/source/latex/amsrefs/install.txt + texmf-dist/source/latex/amsrefs/manifest.txt + texmf-dist/source/latex/amsrefs/mathscinet.dtx + texmf-dist/source/latex/amsrefs/mathscinet.ins + texmf-dist/source/latex/amsrefs/pcatcode.dtx + texmf-dist/source/latex/amsrefs/pcatcode.ins + texmf-dist/source/latex/amsrefs/rkeyval.dtx + texmf-dist/source/latex/amsrefs/rkeyval.ins + texmf-dist/source/latex/amsrefs/textcmds.dtx + texmf-dist/source/latex/amsrefs/textcmds.ins +runfiles size=58 + texmf-dist/bibtex/bib/amsrefs/amsj.bib + texmf-dist/bibtex/bst/amsrefs/amsra.bst + texmf-dist/bibtex/bst/amsrefs/amsrn.bst + texmf-dist/bibtex/bst/amsrefs/amsrs.bst + texmf-dist/bibtex/bst/amsrefs/amsru.bst + texmf-dist/bibtex/bst/amsrefs/amsry.bst + texmf-dist/tex/latex/amsrefs/amsbst.sty + texmf-dist/tex/latex/amsrefs/amsrefs.sty + texmf-dist/tex/latex/amsrefs/ifoption.sty + texmf-dist/tex/latex/amsrefs/mathscinet.sty + texmf-dist/tex/latex/amsrefs/pcatcode.sty + texmf-dist/tex/latex/amsrefs/rkeyval.sty + texmf-dist/tex/latex/amsrefs/textcmds.sty +catalogue-ctan /macros/latex/contrib/amsrefs +catalogue-date 2009-10-19 17:52:41 +0200 +catalogue-license other-free +catalogue-version 2.03 + +name amstex +category Package +revision 15878 +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- +longdesc 1985 and is described in the book 'The Joy of TeX'. It is based +longdesc on Plain TeX, and provides many features for producing more +longdesc professional-looking maths formulas with less burden on +longdesc authors. More recently, the focus of attention has switched to +longdesc amslatex, but AMSTeX remains as a working system. +depend tex +depend amstex.ARCH +execute AddFormat name=amstex engine=pdftex options="-translate-file=cp227.tcx *amstex.ini" +docfiles size=188 + texmf-dist/doc/amstex/base/README + texmf-dist/doc/amstex/base/amsguide.pdf + texmf-dist/doc/amstex/base/amsguide.tex + texmf-dist/doc/amstex/base/amsppt.doc + texmf-dist/doc/amstex/base/amsppt.faq + texmf-dist/doc/amstex/base/amstinst.ps.gz + 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 +runfiles size=44 + texmf-dist/tex/amstex/base/amsppt.sti + texmf-dist/tex/amstex/base/amsppt.sty + texmf-dist/tex/amstex/base/amsppt1.tex + texmf-dist/tex/amstex/base/amstex.bug + texmf-dist/tex/amstex/base/amstex.tex + texmf-dist/tex/amstex/config/amstex.ini +catalogue-ctan /macros/amstex +catalogue-date 2009-09-24 14:57:17 +0200 +catalogue-license lppl +catalogue-version 2.2 + +name amstex.alpha-linux +category Package +revision 15878 +shortdesc alpha-linux files of amstex +binfiles arch=alpha-linux size=1 + bin/alpha-linux/amstex + +name amstex.i386-cygwin +category Package +revision 15878 +shortdesc i386-cygwin files of amstex +binfiles arch=i386-cygwin size=1 + bin/i386-cygwin/amstex + +name amstex.i386-linux +category Package +revision 15878 +shortdesc i386-linux files of amstex +binfiles arch=i386-linux size=1 + bin/i386-linux/amstex + +name amstex.i386-netbsd +category Package +revision 15878 +shortdesc i386-netbsd files of amstex +binfiles arch=i386-netbsd size=1 + bin/i386-netbsd/amstex + +name amstex.i386-solaris +category Package +revision 15878 +shortdesc i386-solaris files of amstex +binfiles arch=i386-solaris size=1 + bin/i386-solaris/amstex + +name amstex.mips-irix +category Package +revision 15878 +shortdesc mips-irix files of amstex +binfiles arch=mips-irix size=1 + bin/mips-irix/amstex + +name amstex.powerpc-aix +category Package +revision 15878 +shortdesc powerpc-aix files of amstex +binfiles arch=powerpc-aix size=1 + bin/powerpc-aix/amstex + +name amstex.powerpc-linux +category Package +revision 15878 +shortdesc powerpc-linux files of amstex +binfiles arch=powerpc-linux size=1 + bin/powerpc-linux/amstex + +name amstex.sparc-linux +category Package +revision 15878 +shortdesc sparc-linux files of amstex +binfiles arch=sparc-linux size=1 + bin/sparc-linux/amstex + +name amstex.sparc-solaris +category Package +revision 15878 +shortdesc sparc-solaris files of amstex +binfiles arch=sparc-solaris size=1 + bin/sparc-solaris/amstex + +name amstex.universal-darwin +category Package +revision 15878 +shortdesc universal-darwin files of amstex +binfiles arch=universal-darwin size=1 + bin/universal-darwin/amstex + +name amstex.win32 +category Package +revision 15878 +shortdesc win32 files of amstex +binfiles arch=win32 size=1 + bin/win32/amstex.exe + +name amstex.x86_64-linux +category Package +revision 15878 +shortdesc x86_64-linux files of amstex +binfiles arch=x86_64-linux size=1 + bin/x86_64-linux/amstex + +name amsthdoc-it +category Package +revision 15878 +docfiles size=32 + texmf-dist/doc/latex/amsthdoc-it/README + texmf-dist/doc/latex/amsthdoc-it/amsthdoc_it.pdf + texmf-dist/doc/latex/amsthdoc-it/amsthdoc_it.tex + +name animate +category Package +revision 15878 +shortdesc Create PDF animations from graphics files and inline graphics. +longdesc The package provides an interface to create portable, +longdesc JavaScript driven PDF animations from sets of graphics files or +longdesc from inline graphics, such as LaTeX picture environment, +longdesc PSTricks or pgf/TikZ generated pictures, or just from typeset +longdesc text. +docfiles size=843 + texmf-dist/doc/latex/animate/ChangeLog + texmf-dist/doc/latex/animate/README details="Readme" + texmf-dist/doc/latex/animate/animate.pdf details="Package documentation" + texmf-dist/doc/latex/animate/animate.tex + texmf-dist/doc/latex/animate/files/bye_0.eps + texmf-dist/doc/latex/animate/files/bye_1.eps + texmf-dist/doc/latex/animate/files/bye_2.eps + texmf-dist/doc/latex/animate/files/bye_3.eps + texmf-dist/doc/latex/animate/files/exp.mp + texmf-dist/doc/latex/animate/files/mailto.eps + texmf-dist/doc/latex/animate/files/scarab.mp + texmf-dist/doc/latex/animate/files/timeline.txt +runfiles size=31 + texmf-dist/tex/latex/animate/animate.sty + texmf-dist/tex/latex/animate/animfp.sty +catalogue-ctan /macros/latex/contrib/animate +catalogue-date 2009-10-31 11:18:13 +0100 +catalogue-license lppl + +name anonchap +category Package +revision 15878 +shortdesc Make chapters be typeset like sections. +longdesc The command \simplechapter sets up the \chapter command not to +longdesc number chapters, though they may possibly have a prefix, and a +longdesc suffix (the \simplechapterdelim command, which the user may +longdesc alter). The \restorechapter command restores the status quo +longdesc ante. +runfiles size=1 + texmf-dist/tex/latex/anonchap/anonchap.sty +catalogue-ctan /macros/latex/contrib/misc/anonchap.sty +catalogue-date 2009-09-02 11:33:10 +0200 +catalogue-license lppl +catalogue-version 1.1a + +name answers +category Package +revision 15878 +shortdesc Setting questions (or exercises) and answers. +longdesc The package allows a lot of flexibility in constructing +longdesc question and answer sheets. +docfiles size=54 + texmf-dist/doc/latex/answers/ansexam1.tex + texmf-dist/doc/latex/answers/ansexam2.tex + texmf-dist/doc/latex/answers/ansexam3.tex + texmf-dist/doc/latex/answers/answers.pdf details="Package documentation" +srcfiles size=7 + texmf-dist/source/tex/latex/answers/answers.dtx + texmf-dist/source/tex/latex/answers/answers.ins +runfiles size=2 + texmf-dist/tex/latex/answers/answers.sty +catalogue-ctan /macros/latex/contrib/answers +catalogue-date 2009-09-18 16:02:31 +0200 +catalogue-license lppl +catalogue-version 2.12 + +name antiqua +category Package +revision 15878 +execute addMap uaq.map +docfiles size=2 + texmf-dist/doc/fonts/antiqua/antiqua.txt + texmf-dist/doc/fonts/antiqua/readme.antiqua +runfiles size=55 + texmf-dist/dvips/antiqua/config.uaq + texmf-dist/fonts/afm/urw/antiqua/uaqr8ac.afm + texmf-dist/fonts/map/dvips/antiqua/uaq.map + texmf-dist/fonts/tfm/urw/antiqua/uaqr7tc.tfm + texmf-dist/fonts/tfm/urw/antiqua/uaqr8ac.tfm + texmf-dist/fonts/tfm/urw/antiqua/uaqr8cc.tfm + texmf-dist/fonts/tfm/urw/antiqua/uaqr8rc.tfm + texmf-dist/fonts/tfm/urw/antiqua/uaqr8tc.tfm + texmf-dist/fonts/tfm/urw/antiqua/uaqrc7tc.tfm + texmf-dist/fonts/tfm/urw/antiqua/uaqrc8tc.tfm + texmf-dist/fonts/tfm/urw/antiqua/uaqro7tc.tfm + texmf-dist/fonts/tfm/urw/antiqua/uaqro8cc.tfm + texmf-dist/fonts/tfm/urw/antiqua/uaqro8rc.tfm + texmf-dist/fonts/tfm/urw/antiqua/uaqro8tc.tfm + texmf-dist/fonts/tfm/urw/antiqua/uaqrrc.tfm + texmf-dist/fonts/type1/urw/antiqua/uaqr8ac.pfb + texmf-dist/fonts/vf/urw/antiqua/uaqr7tc.vf + texmf-dist/fonts/vf/urw/antiqua/uaqr8cc.vf + texmf-dist/fonts/vf/urw/antiqua/uaqr8tc.vf + texmf-dist/fonts/vf/urw/antiqua/uaqrc7tc.vf + texmf-dist/fonts/vf/urw/antiqua/uaqrc8tc.vf + texmf-dist/fonts/vf/urw/antiqua/uaqro7tc.vf + texmf-dist/fonts/vf/urw/antiqua/uaqro8cc.vf + texmf-dist/fonts/vf/urw/antiqua/uaqro8tc.vf + texmf-dist/fonts/vf/urw/antiqua/uaqrrc.vf + texmf-dist/tex/latex/antiqua/ot1uaq.fd + texmf-dist/tex/latex/antiqua/t1uaq.fd + texmf-dist/tex/latex/antiqua/ts1uaq.fd + +name antomega +category Package +revision 15878 +shortdesc Alternative language support for Omega/Lambda. +longdesc A language support package for Omega/Lambda. This replaces the +longdesc original omega package for use with Lambda, and provides extra +longdesc facilities (including Babel-like language switching, which +longdesc eases porting of LaTeX documents to Lambda). +depend omega +docfiles size=51 + texmf-dist/doc/omega/antomega/README details="Readme" + texmf-dist/doc/omega/antomega/antomega.pdf details="Package documentation" +srcfiles size=28 + texmf-dist/source/lambda/antomega/antenc.dtx + texmf-dist/source/lambda/antomega/antenc.ins + texmf-dist/source/lambda/antomega/antomega.dtx + texmf-dist/source/lambda/antomega/antomega.ins +runfiles size=206 + texmf-dist/omega/ocp/antomega/babel2de.ocp + texmf-dist/omega/ocp/antomega/babel2es.ocp + texmf-dist/omega/ocp/antomega/babel2la.ocp + texmf-dist/omega/ocp/antomega/babel2pl.ocp + texmf-dist/omega/ocp/antomega/babel2punct.ocp + texmf-dist/omega/ocp/antomega/babel2ru.ocp + texmf-dist/omega/ocp/antomega/bblgrk2uni.ocp + texmf-dist/omega/ocp/antomega/dosrus2uni.ocp + texmf-dist/omega/ocp/antomega/greek2punct.ocp + texmf-dist/omega/ocp/antomega/iso2uni.ocp + texmf-dist/omega/ocp/antomega/isobaltic2uni.ocp + texmf-dist/omega/ocp/antomega/isoce2uni.ocp + texmf-dist/omega/ocp/antomega/isocyr2uni.ocp + texmf-dist/omega/ocp/antomega/isogrk2uni.ocp + texmf-dist/omega/ocp/antomega/koirus2uni.ocp + texmf-dist/omega/ocp/antomega/latcyr2uni.ocp + texmf-dist/omega/ocp/antomega/latin/la-lig.ocp + texmf-dist/omega/ocp/antomega/latin/la-longs.ocp + texmf-dist/omega/ocp/antomega/latin/la-noj.ocp + texmf-dist/omega/ocp/antomega/latin/la-nouv.ocp + texmf-dist/omega/ocp/antomega/oldstyle.ocp + texmf-dist/omega/ocp/antomega/rhobre.ocp + texmf-dist/omega/ocp/antomega/rhonobre.ocp + texmf-dist/omega/ocp/antomega/tex2punct.ocp + texmf-dist/omega/ocp/antomega/texgrk2uni.ocp + texmf-dist/omega/ocp/antomega/uni2accents.ocp + texmf-dist/omega/ocp/antomega/uni2lgr.ocp + texmf-dist/omega/ocp/antomega/uni2lig.ocp + texmf-dist/omega/ocp/antomega/uni2omega.ocp + texmf-dist/omega/ocp/antomega/uni2t1.ocp + texmf-dist/omega/ocp/antomega/uni2t2a.ocp + texmf-dist/omega/ocp/antomega/uniutf2uni.ocp + texmf-dist/omega/ocp/antomega/uppercase-dflt.ocp + texmf-dist/omega/ocp/antomega/win2uni.ocp + texmf-dist/omega/ocp/antomega/winbaltic2uni.ocp + texmf-dist/omega/ocp/antomega/wince2uni.ocp + texmf-dist/omega/ocp/antomega/wincyr2uni.ocp + texmf-dist/omega/otp/antomega/babel2de.otp + texmf-dist/omega/otp/antomega/babel2es.otp + texmf-dist/omega/otp/antomega/babel2la.otp + texmf-dist/omega/otp/antomega/babel2pl.otp + texmf-dist/omega/otp/antomega/babel2punct.otp + texmf-dist/omega/otp/antomega/babel2ru.otp + texmf-dist/omega/otp/antomega/bblgrk2uni.otp + texmf-dist/omega/otp/antomega/dosrus2uni.otp + texmf-dist/omega/otp/antomega/greek2punct.otp + texmf-dist/omega/otp/antomega/iso2uni.otp + texmf-dist/omega/otp/antomega/isobaltic2uni.otp + texmf-dist/omega/otp/antomega/isoce2uni.otp + texmf-dist/omega/otp/antomega/isocyr2uni.otp + texmf-dist/omega/otp/antomega/isogrk2uni.otp + texmf-dist/omega/otp/antomega/koirus2uni.otp + texmf-dist/omega/otp/antomega/latcyr2uni.otp + texmf-dist/omega/otp/antomega/latin/la-lig.otp + texmf-dist/omega/otp/antomega/latin/la-longs.otp + texmf-dist/omega/otp/antomega/latin/la-noj.otp + texmf-dist/omega/otp/antomega/latin/la-nouv.otp + texmf-dist/omega/otp/antomega/rhobre.otp + texmf-dist/omega/otp/antomega/rhonobre.otp + texmf-dist/omega/otp/antomega/tex2punct.otp + texmf-dist/omega/otp/antomega/texgrk2uni.otp + texmf-dist/omega/otp/antomega/uni2accents.otp + texmf-dist/omega/otp/antomega/uni2lgr.otp + texmf-dist/omega/otp/antomega/uni2lig.otp + texmf-dist/omega/otp/antomega/uni2omega.otp + texmf-dist/omega/otp/antomega/uni2t1.otp + texmf-dist/omega/otp/antomega/uni2t2a.otp + texmf-dist/omega/otp/antomega/uniutf2uni.otp + texmf-dist/omega/otp/antomega/uppercase-dflt.otp + texmf-dist/omega/otp/antomega/win2uni.otp + texmf-dist/omega/otp/antomega/winbaltic2uni.otp + texmf-dist/omega/otp/antomega/wince2uni.otp + texmf-dist/omega/otp/antomega/wincyr2uni.otp + texmf-dist/tex/lambda/antomega/antomega.cfg + texmf-dist/tex/lambda/antomega/antomega.sty + texmf-dist/tex/lambda/antomega/grhyph16.tex + texmf-dist/tex/lambda/antomega/hyphen.cfg + texmf-dist/tex/lambda/antomega/language.dat.sample + texmf-dist/tex/lambda/antomega/lgc0700.def + texmf-dist/tex/lambda/antomega/lgrenc-antomega.def + texmf-dist/tex/lambda/antomega/ograhyph4.tex + texmf-dist/tex/lambda/antomega/ogrmhyph4.tex + texmf-dist/tex/lambda/antomega/ogrphyph4.tex + texmf-dist/tex/lambda/antomega/omega-english.ldf + texmf-dist/tex/lambda/antomega/omega-french.ldf + texmf-dist/tex/lambda/antomega/omega-german.ldf + texmf-dist/tex/lambda/antomega/omega-greek.ldf + texmf-dist/tex/lambda/antomega/omega-latin.ldf + texmf-dist/tex/lambda/antomega/omega-latvian.ldf + texmf-dist/tex/lambda/antomega/omega-polish.ldf + texmf-dist/tex/lambda/antomega/omega-russian.ldf + texmf-dist/tex/lambda/antomega/omega-spanish.ldf + texmf-dist/tex/lambda/antomega/ruhyph16.tex + texmf-dist/tex/lambda/antomega/t1enc-antomega.def + texmf-dist/tex/lambda/antomega/t2aenc-antomega.def + texmf-dist/tex/lambda/antomega/uni0100.def + texmf-dist/tex/lambda/antomega/uni0370.def + texmf-dist/tex/lambda/antomega/uni0400.def + texmf-dist/tex/lambda/antomega/uni1f00.def + texmf-dist/tex/lambda/antomega/ut1enc-antomega.def +catalogue-ctan /systems/omega/contrib/antomega +catalogue-date 2007-01-23 22:34:44 +0100 +catalogue-license lppl +catalogue-version 0.8 + +name antp +category Package +revision 15878 +shortdesc Antykwa Poltawskiego: a Type 1 family of Polish traditional type. +longdesc A replica of Antykwa Poltawskiego font in PostScript Type 1 +longdesc format -- preliminary version. This font was designed in the +longdesc 'twenties and the 'thirties of XX century by a Polish graphic +longdesc artist and a typographer Adam Poltawski. It was widely used by +longdesc Polish printing houses as long as metal types were in use +longdesc (until ca. the 'sixties). Antykwa Poltawskiego was perhaps the +longdesc first complete font family programmed and parametrized in +longdesc MetaPost. +execute addMap antp.map +docfiles size=22 + texmf-dist/doc/fonts/antp/README.ENG details="Package README in English" language="en" + texmf-dist/doc/fonts/antp/README.POL details="Package README in Polish" language="pl" + texmf-dist/doc/fonts/antp/testot4.tex + texmf-dist/doc/fonts/antp/testqx.tex +runfiles size=73 + texmf-dist/dvips/antp/antp.cfg + texmf-dist/dvips/antp/config.antp + texmf-dist/fonts/afm/public/antp/antpb.afm + texmf-dist/fonts/afm/public/antp/antpbi.afm + texmf-dist/fonts/afm/public/antp/antpr.afm + texmf-dist/fonts/afm/public/antp/antpri.afm + texmf-dist/fonts/enc/dvips/antp/antp.enc + texmf-dist/fonts/map/dvips/antp/antp.map + texmf-dist/fonts/tfm/public/antp/antpb.tfm + texmf-dist/fonts/tfm/public/antp/antpbi.tfm + texmf-dist/fonts/tfm/public/antp/antpr.tfm + texmf-dist/fonts/tfm/public/antp/antpri.tfm + texmf-dist/fonts/type1/public/antp/antpb.pfb + texmf-dist/fonts/type1/public/antp/antpb.pfm + texmf-dist/fonts/type1/public/antp/antpbi.pfb + texmf-dist/fonts/type1/public/antp/antpbi.pfm + texmf-dist/fonts/type1/public/antp/antpr.pfb + texmf-dist/fonts/type1/public/antp/antpr.pfm + texmf-dist/fonts/type1/public/antp/antpri.pfb + texmf-dist/fonts/type1/public/antp/antpri.pfm + texmf-dist/tex/latex/antp/antpolt.sty + texmf-dist/tex/latex/antp/ot4antp.fd + texmf-dist/tex/latex/antp/qxantp.fd +catalogue-ctan /fonts/psfonts/polish/antp +catalogue-date 2008-01-16 21:31:11 +0100 +catalogue-license pd +catalogue-version 0.50 + +name antt +category Package +revision 15878 +shortdesc Antykwa Torunska: a Type 1 family of a Polish traditional type. +longdesc Antykwa Torunska is a serif font designed by the late Polish +longdesc typographer Zygfryd Gardzielewski, reconstructed and digitized +longdesc as as Type 1. +execute addMap antt.map +docfiles size=761 + texmf-dist/doc/fonts/antt/AntykwaTorunska-doc-en-2_03.pdf details="Documentation in English:" language="en" + texmf-dist/doc/fonts/antt/AntykwaTorunska-doc-pl-2_03.pdf details="Documentation in Polish:" language="pl" + texmf-dist/doc/fonts/antt/AntykwaTorunska-doc-src-2_03.zip + texmf-dist/doc/fonts/antt/GUST-FONT-NOSOURCE-LICENSE.txt + texmf-dist/doc/fonts/antt/MANIFEST.txt + texmf-dist/doc/fonts/antt/README + texmf-dist/doc/fonts/antt/antt-latex-cyr.tex + texmf-dist/doc/fonts/antt/antt-latex-math.tex + texmf-dist/doc/fonts/antt/antt-latex-pl.tex + texmf-dist/doc/fonts/antt/antt-latex-t2a.tex + texmf-dist/doc/fonts/antt/antt-latex-t5.tex + texmf-dist/doc/fonts/antt/antt-mathtest.tex + texmf-dist/doc/fonts/antt/antt-table.tex +runfiles size=5266 + texmf-dist/fonts/afm/public/antt/anttb.afm + texmf-dist/fonts/afm/public/antt/anttbi.afm + texmf-dist/fonts/afm/public/antt/anttcb.afm + texmf-dist/fonts/afm/public/antt/anttcbi.afm + texmf-dist/fonts/afm/public/antt/anttcl.afm + texmf-dist/fonts/afm/public/antt/anttcli.afm + texmf-dist/fonts/afm/public/antt/anttcm.afm + texmf-dist/fonts/afm/public/antt/anttcmi.afm + texmf-dist/fonts/afm/public/antt/anttcr.afm + texmf-dist/fonts/afm/public/antt/anttcri.afm + texmf-dist/fonts/afm/public/antt/anttl.afm + texmf-dist/fonts/afm/public/antt/anttli.afm + texmf-dist/fonts/afm/public/antt/anttm.afm + texmf-dist/fonts/afm/public/antt/anttmi.afm + texmf-dist/fonts/afm/public/antt/anttr.afm + texmf-dist/fonts/afm/public/antt/anttri.afm + texmf-dist/fonts/enc/dvips/antt/antt-cs.enc + texmf-dist/fonts/enc/dvips/antt/antt-ec.enc + texmf-dist/fonts/enc/dvips/antt/antt-el.enc + texmf-dist/fonts/enc/dvips/antt/antt-ex.enc + texmf-dist/fonts/enc/dvips/antt/antt-exp.enc + texmf-dist/fonts/enc/dvips/antt/antt-greek.enc + texmf-dist/fonts/enc/dvips/antt/antt-mi.enc + texmf-dist/fonts/enc/dvips/antt/antt-qx.enc + texmf-dist/fonts/enc/dvips/antt/antt-rm.enc + texmf-dist/fonts/enc/dvips/antt/antt-sy.enc + texmf-dist/fonts/enc/dvips/antt/antt-t2a.enc + texmf-dist/fonts/enc/dvips/antt/antt-t2b.enc + texmf-dist/fonts/enc/dvips/antt/antt-t2c.enc + texmf-dist/fonts/enc/dvips/antt/antt-t5.enc + texmf-dist/fonts/enc/dvips/antt/antt-texnansi.enc + texmf-dist/fonts/enc/dvips/antt/antt-ts1.enc + texmf-dist/fonts/enc/dvips/antt/antt-wncy.enc + texmf-dist/fonts/enc/dvips/antt/anttcap-cs.enc + texmf-dist/fonts/enc/dvips/antt/anttcap-ec.enc + texmf-dist/fonts/enc/dvips/antt/anttcap-qx.enc + texmf-dist/fonts/enc/dvips/antt/anttcap-t5.enc + texmf-dist/fonts/enc/dvips/antt/anttcap-texnansi.enc + texmf-dist/fonts/map/dvips/antt/antt-cs.map + texmf-dist/fonts/map/dvips/antt/antt-ec.map + texmf-dist/fonts/map/dvips/antt/antt-el.map + texmf-dist/fonts/map/dvips/antt/antt-ex.map + texmf-dist/fonts/map/dvips/antt/antt-exp.map + texmf-dist/fonts/map/dvips/antt/antt-greek.map + texmf-dist/fonts/map/dvips/antt/antt-mi.map + texmf-dist/fonts/map/dvips/antt/antt-qx.map + texmf-dist/fonts/map/dvips/antt/antt-rm.map + texmf-dist/fonts/map/dvips/antt/antt-sy.map + texmf-dist/fonts/map/dvips/antt/antt-t2a.map + texmf-dist/fonts/map/dvips/antt/antt-t2b.map + texmf-dist/fonts/map/dvips/antt/antt-t2c.map + texmf-dist/fonts/map/dvips/antt/antt-t5.map + texmf-dist/fonts/map/dvips/antt/antt-texnansi.map + texmf-dist/fonts/map/dvips/antt/antt-ts1.map + texmf-dist/fonts/map/dvips/antt/antt-wncy.map + texmf-dist/fonts/map/dvips/antt/antt.map + texmf-dist/fonts/opentype/public/antt/AntykwaTorunska-Bold.otf + texmf-dist/fonts/opentype/public/antt/AntykwaTorunska-BoldItalic.otf + texmf-dist/fonts/opentype/public/antt/AntykwaTorunska-Italic.otf + texmf-dist/fonts/opentype/public/antt/AntykwaTorunska-Regular.otf + texmf-dist/fonts/opentype/public/antt/AntykwaTorunskaCond-Bold.otf + texmf-dist/fonts/opentype/public/antt/AntykwaTorunskaCond-BoldItalic.otf + texmf-dist/fonts/opentype/public/antt/AntykwaTorunskaCond-Italic.otf + texmf-dist/fonts/opentype/public/antt/AntykwaTorunskaCond-Regular.otf + texmf-dist/fonts/opentype/public/antt/AntykwaTorunskaCondLight-Italic.otf + texmf-dist/fonts/opentype/public/antt/AntykwaTorunskaCondLight-Regular.otf + texmf-dist/fonts/opentype/public/antt/AntykwaTorunskaCondMed-Italic.otf + texmf-dist/fonts/opentype/public/antt/AntykwaTorunskaCondMed-Regular.otf + texmf-dist/fonts/opentype/public/antt/AntykwaTorunskaLight-Italic.otf + texmf-dist/fonts/opentype/public/antt/AntykwaTorunskaLight-Regular.otf + texmf-dist/fonts/opentype/public/antt/AntykwaTorunskaMed-Italic.otf + texmf-dist/fonts/opentype/public/antt/AntykwaTorunskaMed-Regular.otf + texmf-dist/fonts/tfm/public/antt/cs-anttb.tfm + texmf-dist/fonts/tfm/public/antt/cs-anttbcap.tfm + texmf-dist/fonts/tfm/public/antt/cs-anttbi.tfm + texmf-dist/fonts/tfm/public/antt/cs-anttbicap.tfm + texmf-dist/fonts/tfm/public/antt/cs-anttcb.tfm + texmf-dist/fonts/tfm/public/antt/cs-anttcbcap.tfm + texmf-dist/fonts/tfm/public/antt/cs-anttcbi.tfm + texmf-dist/fonts/tfm/public/antt/cs-anttcbicap.tfm + texmf-dist/fonts/tfm/public/antt/cs-anttcl.tfm + texmf-dist/fonts/tfm/public/antt/cs-anttclcap.tfm + texmf-dist/fonts/tfm/public/antt/cs-anttcli.tfm + texmf-dist/fonts/tfm/public/antt/cs-anttclicap.tfm + texmf-dist/fonts/tfm/public/antt/cs-anttcm.tfm + texmf-dist/fonts/tfm/public/antt/cs-anttcmcap.tfm + texmf-dist/fonts/tfm/public/antt/cs-anttcmi.tfm + texmf-dist/fonts/tfm/public/antt/cs-anttcmicap.tfm + texmf-dist/fonts/tfm/public/antt/cs-anttcr.tfm + texmf-dist/fonts/tfm/public/antt/cs-anttcrcap.tfm + texmf-dist/fonts/tfm/public/antt/cs-anttcri.tfm + texmf-dist/fonts/tfm/public/antt/cs-anttcricap.tfm + texmf-dist/fonts/tfm/public/antt/cs-anttl.tfm + texmf-dist/fonts/tfm/public/antt/cs-anttlcap.tfm + texmf-dist/fonts/tfm/public/antt/cs-anttli.tfm + texmf-dist/fonts/tfm/public/antt/cs-anttlicap.tfm + texmf-dist/fonts/tfm/public/antt/cs-anttm.tfm + texmf-dist/fonts/tfm/public/antt/cs-anttmcap.tfm + texmf-dist/fonts/tfm/public/antt/cs-anttmi.tfm + texmf-dist/fonts/tfm/public/antt/cs-anttmicap.tfm + texmf-dist/fonts/tfm/public/antt/cs-anttr.tfm + texmf-dist/fonts/tfm/public/antt/cs-anttrcap.tfm + texmf-dist/fonts/tfm/public/antt/cs-anttri.tfm + texmf-dist/fonts/tfm/public/antt/cs-anttricap.tfm + texmf-dist/fonts/tfm/public/antt/ec-anttb.tfm + texmf-dist/fonts/tfm/public/antt/ec-anttbcap.tfm + texmf-dist/fonts/tfm/public/antt/ec-anttbi.tfm + texmf-dist/fonts/tfm/public/antt/ec-anttbicap.tfm + texmf-dist/fonts/tfm/public/antt/ec-anttcb.tfm + texmf-dist/fonts/tfm/public/antt/ec-anttcbcap.tfm + texmf-dist/fonts/tfm/public/antt/ec-anttcbi.tfm + texmf-dist/fonts/tfm/public/antt/ec-anttcbicap.tfm + texmf-dist/fonts/tfm/public/antt/ec-anttcl.tfm + texmf-dist/fonts/tfm/public/antt/ec-anttclcap.tfm + texmf-dist/fonts/tfm/public/antt/ec-anttcli.tfm + texmf-dist/fonts/tfm/public/antt/ec-anttclicap.tfm + texmf-dist/fonts/tfm/public/antt/ec-anttcm.tfm + texmf-dist/fonts/tfm/public/antt/ec-anttcmcap.tfm + texmf-dist/fonts/tfm/public/antt/ec-anttcmi.tfm + texmf-dist/fonts/tfm/public/antt/ec-anttcmicap.tfm + texmf-dist/fonts/tfm/public/antt/ec-anttcr.tfm + texmf-dist/fonts/tfm/public/antt/ec-anttcrcap.tfm + texmf-dist/fonts/tfm/public/antt/ec-anttcri.tfm + texmf-dist/fonts/tfm/public/antt/ec-anttcricap.tfm + texmf-dist/fonts/tfm/public/antt/ec-anttl.tfm + texmf-dist/fonts/tfm/public/antt/ec-anttlcap.tfm + texmf-dist/fonts/tfm/public/antt/ec-anttli.tfm + texmf-dist/fonts/tfm/public/antt/ec-anttlicap.tfm + texmf-dist/fonts/tfm/public/antt/ec-anttm.tfm + texmf-dist/fonts/tfm/public/antt/ec-anttmcap.tfm + texmf-dist/fonts/tfm/public/antt/ec-anttmi.tfm + texmf-dist/fonts/tfm/public/antt/ec-anttmicap.tfm + texmf-dist/fonts/tfm/public/antt/ec-anttr.tfm + texmf-dist/fonts/tfm/public/antt/ec-anttrcap.tfm + texmf-dist/fonts/tfm/public/antt/ec-anttri.tfm + texmf-dist/fonts/tfm/public/antt/ec-anttricap.tfm + texmf-dist/fonts/tfm/public/antt/el-anttb.tfm + texmf-dist/fonts/tfm/public/antt/el-anttbi.tfm + texmf-dist/fonts/tfm/public/antt/el-anttcb.tfm + texmf-dist/fonts/tfm/public/antt/el-anttcbi.tfm + texmf-dist/fonts/tfm/public/antt/el-anttcl.tfm + texmf-dist/fonts/tfm/public/antt/el-anttcli.tfm + texmf-dist/fonts/tfm/public/antt/el-anttcm.tfm + texmf-dist/fonts/tfm/public/antt/el-anttcmi.tfm + texmf-dist/fonts/tfm/public/antt/el-anttcr.tfm + texmf-dist/fonts/tfm/public/antt/el-anttcri.tfm + texmf-dist/fonts/tfm/public/antt/el-anttl.tfm + texmf-dist/fonts/tfm/public/antt/el-anttli.tfm + texmf-dist/fonts/tfm/public/antt/el-anttm.tfm + texmf-dist/fonts/tfm/public/antt/el-anttmi.tfm + texmf-dist/fonts/tfm/public/antt/el-anttr.tfm + texmf-dist/fonts/tfm/public/antt/el-anttri.tfm + texmf-dist/fonts/tfm/public/antt/ex-anttb.tfm + texmf-dist/fonts/tfm/public/antt/ex-anttcb.tfm + texmf-dist/fonts/tfm/public/antt/ex-anttcl.tfm + texmf-dist/fonts/tfm/public/antt/ex-anttcm.tfm + texmf-dist/fonts/tfm/public/antt/ex-anttcr.tfm + texmf-dist/fonts/tfm/public/antt/ex-anttl.tfm + texmf-dist/fonts/tfm/public/antt/ex-anttm.tfm + texmf-dist/fonts/tfm/public/antt/ex-anttr.tfm + texmf-dist/fonts/tfm/public/antt/exp-anttb.tfm + texmf-dist/fonts/tfm/public/antt/exp-anttbi.tfm + texmf-dist/fonts/tfm/public/antt/exp-anttcb.tfm + texmf-dist/fonts/tfm/public/antt/exp-anttcbi.tfm + texmf-dist/fonts/tfm/public/antt/exp-anttcl.tfm + texmf-dist/fonts/tfm/public/antt/exp-anttcli.tfm + texmf-dist/fonts/tfm/public/antt/exp-anttcm.tfm + texmf-dist/fonts/tfm/public/antt/exp-anttcmi.tfm + texmf-dist/fonts/tfm/public/antt/exp-anttcr.tfm + texmf-dist/fonts/tfm/public/antt/exp-anttcri.tfm + texmf-dist/fonts/tfm/public/antt/exp-anttl.tfm + texmf-dist/fonts/tfm/public/antt/exp-anttli.tfm + texmf-dist/fonts/tfm/public/antt/exp-anttm.tfm + texmf-dist/fonts/tfm/public/antt/exp-anttmi.tfm + texmf-dist/fonts/tfm/public/antt/exp-anttr.tfm + texmf-dist/fonts/tfm/public/antt/exp-anttri.tfm + texmf-dist/fonts/tfm/public/antt/greek-anttb.tfm + texmf-dist/fonts/tfm/public/antt/greek-anttbi.tfm + texmf-dist/fonts/tfm/public/antt/greek-anttcb.tfm + texmf-dist/fonts/tfm/public/antt/greek-anttcbi.tfm + texmf-dist/fonts/tfm/public/antt/greek-anttcl.tfm + texmf-dist/fonts/tfm/public/antt/greek-anttcli.tfm + texmf-dist/fonts/tfm/public/antt/greek-anttcm.tfm + texmf-dist/fonts/tfm/public/antt/greek-anttcmi.tfm + texmf-dist/fonts/tfm/public/antt/greek-anttcr.tfm + texmf-dist/fonts/tfm/public/antt/greek-anttcri.tfm + texmf-dist/fonts/tfm/public/antt/greek-anttl.tfm + texmf-dist/fonts/tfm/public/antt/greek-anttli.tfm + texmf-dist/fonts/tfm/public/antt/greek-anttm.tfm + texmf-dist/fonts/tfm/public/antt/greek-anttmi.tfm + texmf-dist/fonts/tfm/public/antt/greek-anttr.tfm + texmf-dist/fonts/tfm/public/antt/greek-anttri.tfm + texmf-dist/fonts/tfm/public/antt/mi-anttbi.tfm + texmf-dist/fonts/tfm/public/antt/mi-anttcbi.tfm + texmf-dist/fonts/tfm/public/antt/mi-anttcli.tfm + texmf-dist/fonts/tfm/public/antt/mi-anttcmi.tfm + texmf-dist/fonts/tfm/public/antt/mi-anttcri.tfm + texmf-dist/fonts/tfm/public/antt/mi-anttli.tfm + texmf-dist/fonts/tfm/public/antt/mi-anttmi.tfm + texmf-dist/fonts/tfm/public/antt/mi-anttri.tfm + texmf-dist/fonts/tfm/public/antt/qx-anttb.tfm + texmf-dist/fonts/tfm/public/antt/qx-anttbcap.tfm + texmf-dist/fonts/tfm/public/antt/qx-anttbi.tfm + texmf-dist/fonts/tfm/public/antt/qx-anttbicap.tfm + texmf-dist/fonts/tfm/public/antt/qx-anttcb.tfm + texmf-dist/fonts/tfm/public/antt/qx-anttcbcap.tfm + texmf-dist/fonts/tfm/public/antt/qx-anttcbi.tfm + texmf-dist/fonts/tfm/public/antt/qx-anttcbicap.tfm + texmf-dist/fonts/tfm/public/antt/qx-anttcl.tfm + texmf-dist/fonts/tfm/public/antt/qx-anttclcap.tfm + texmf-dist/fonts/tfm/public/antt/qx-anttcli.tfm + texmf-dist/fonts/tfm/public/antt/qx-anttclicap.tfm + texmf-dist/fonts/tfm/public/antt/qx-anttcm.tfm + texmf-dist/fonts/tfm/public/antt/qx-anttcmcap.tfm + texmf-dist/fonts/tfm/public/antt/qx-anttcmi.tfm + texmf-dist/fonts/tfm/public/antt/qx-anttcmicap.tfm + texmf-dist/fonts/tfm/public/antt/qx-anttcr.tfm + texmf-dist/fonts/tfm/public/antt/qx-anttcrcap.tfm + texmf-dist/fonts/tfm/public/antt/qx-anttcri.tfm + texmf-dist/fonts/tfm/public/antt/qx-anttcricap.tfm + texmf-dist/fonts/tfm/public/antt/qx-anttl.tfm + texmf-dist/fonts/tfm/public/antt/qx-anttlcap.tfm + texmf-dist/fonts/tfm/public/antt/qx-anttli.tfm + texmf-dist/fonts/tfm/public/antt/qx-anttlicap.tfm + texmf-dist/fonts/tfm/public/antt/qx-anttm.tfm + texmf-dist/fonts/tfm/public/antt/qx-anttmcap.tfm + texmf-dist/fonts/tfm/public/antt/qx-anttmi.tfm + texmf-dist/fonts/tfm/public/antt/qx-anttmicap.tfm + texmf-dist/fonts/tfm/public/antt/qx-anttr.tfm + texmf-dist/fonts/tfm/public/antt/qx-anttrcap.tfm + texmf-dist/fonts/tfm/public/antt/qx-anttri.tfm + texmf-dist/fonts/tfm/public/antt/qx-anttricap.tfm + texmf-dist/fonts/tfm/public/antt/rm-anttb.tfm + texmf-dist/fonts/tfm/public/antt/rm-anttbi.tfm + texmf-dist/fonts/tfm/public/antt/rm-anttcb.tfm + texmf-dist/fonts/tfm/public/antt/rm-anttcbi.tfm + texmf-dist/fonts/tfm/public/antt/rm-anttcl.tfm + texmf-dist/fonts/tfm/public/antt/rm-anttcli.tfm + texmf-dist/fonts/tfm/public/antt/rm-anttcm.tfm + texmf-dist/fonts/tfm/public/antt/rm-anttcmi.tfm + texmf-dist/fonts/tfm/public/antt/rm-anttcr.tfm + texmf-dist/fonts/tfm/public/antt/rm-anttcri.tfm + texmf-dist/fonts/tfm/public/antt/rm-anttl.tfm + texmf-dist/fonts/tfm/public/antt/rm-anttli.tfm + texmf-dist/fonts/tfm/public/antt/rm-anttm.tfm + texmf-dist/fonts/tfm/public/antt/rm-anttmi.tfm + texmf-dist/fonts/tfm/public/antt/rm-anttr.tfm + texmf-dist/fonts/tfm/public/antt/rm-anttri.tfm + texmf-dist/fonts/tfm/public/antt/sy-anttbz.tfm + texmf-dist/fonts/tfm/public/antt/sy-anttcbz.tfm + texmf-dist/fonts/tfm/public/antt/sy-anttclz.tfm + texmf-dist/fonts/tfm/public/antt/sy-anttcmz.tfm + texmf-dist/fonts/tfm/public/antt/sy-anttcrz.tfm + texmf-dist/fonts/tfm/public/antt/sy-anttlz.tfm + texmf-dist/fonts/tfm/public/antt/sy-anttmz.tfm + texmf-dist/fonts/tfm/public/antt/sy-anttrz.tfm + texmf-dist/fonts/tfm/public/antt/t2a-anttb.tfm + texmf-dist/fonts/tfm/public/antt/t2a-anttbi.tfm + texmf-dist/fonts/tfm/public/antt/t2a-anttcb.tfm + texmf-dist/fonts/tfm/public/antt/t2a-anttcbi.tfm + texmf-dist/fonts/tfm/public/antt/t2a-anttcl.tfm + texmf-dist/fonts/tfm/public/antt/t2a-anttcli.tfm + texmf-dist/fonts/tfm/public/antt/t2a-anttcm.tfm + texmf-dist/fonts/tfm/public/antt/t2a-anttcmi.tfm + texmf-dist/fonts/tfm/public/antt/t2a-anttcr.tfm + texmf-dist/fonts/tfm/public/antt/t2a-anttcri.tfm + texmf-dist/fonts/tfm/public/antt/t2a-anttl.tfm + texmf-dist/fonts/tfm/public/antt/t2a-anttli.tfm + texmf-dist/fonts/tfm/public/antt/t2a-anttm.tfm + texmf-dist/fonts/tfm/public/antt/t2a-anttmi.tfm + texmf-dist/fonts/tfm/public/antt/t2a-anttr.tfm + texmf-dist/fonts/tfm/public/antt/t2a-anttri.tfm + texmf-dist/fonts/tfm/public/antt/t2b-anttb.tfm + texmf-dist/fonts/tfm/public/antt/t2b-anttbi.tfm + texmf-dist/fonts/tfm/public/antt/t2b-anttcb.tfm + texmf-dist/fonts/tfm/public/antt/t2b-anttcbi.tfm + texmf-dist/fonts/tfm/public/antt/t2b-anttcl.tfm + texmf-dist/fonts/tfm/public/antt/t2b-anttcli.tfm + texmf-dist/fonts/tfm/public/antt/t2b-anttcm.tfm + texmf-dist/fonts/tfm/public/antt/t2b-anttcmi.tfm + texmf-dist/fonts/tfm/public/antt/t2b-anttcr.tfm + texmf-dist/fonts/tfm/public/antt/t2b-anttcri.tfm + texmf-dist/fonts/tfm/public/antt/t2b-anttl.tfm + texmf-dist/fonts/tfm/public/antt/t2b-anttli.tfm + texmf-dist/fonts/tfm/public/antt/t2b-anttm.tfm + texmf-dist/fonts/tfm/public/antt/t2b-anttmi.tfm + texmf-dist/fonts/tfm/public/antt/t2b-anttr.tfm + texmf-dist/fonts/tfm/public/antt/t2b-anttri.tfm + texmf-dist/fonts/tfm/public/antt/t2c-anttb.tfm + texmf-dist/fonts/tfm/public/antt/t2c-anttbi.tfm + texmf-dist/fonts/tfm/public/antt/t2c-anttcb.tfm + texmf-dist/fonts/tfm/public/antt/t2c-anttcbi.tfm + texmf-dist/fonts/tfm/public/antt/t2c-anttcl.tfm + texmf-dist/fonts/tfm/public/antt/t2c-anttcli.tfm + texmf-dist/fonts/tfm/public/antt/t2c-anttcm.tfm + texmf-dist/fonts/tfm/public/antt/t2c-anttcmi.tfm + texmf-dist/fonts/tfm/public/antt/t2c-anttcr.tfm + texmf-dist/fonts/tfm/public/antt/t2c-anttcri.tfm + texmf-dist/fonts/tfm/public/antt/t2c-anttl.tfm + texmf-dist/fonts/tfm/public/antt/t2c-anttli.tfm + texmf-dist/fonts/tfm/public/antt/t2c-anttm.tfm + texmf-dist/fonts/tfm/public/antt/t2c-anttmi.tfm + texmf-dist/fonts/tfm/public/antt/t2c-anttr.tfm + texmf-dist/fonts/tfm/public/antt/t2c-anttri.tfm + texmf-dist/fonts/tfm/public/antt/t5-anttb.tfm + texmf-dist/fonts/tfm/public/antt/t5-anttbcap.tfm + texmf-dist/fonts/tfm/public/antt/t5-anttbi.tfm + texmf-dist/fonts/tfm/public/antt/t5-anttbicap.tfm + texmf-dist/fonts/tfm/public/antt/t5-anttcb.tfm + texmf-dist/fonts/tfm/public/antt/t5-anttcbcap.tfm + texmf-dist/fonts/tfm/public/antt/t5-anttcbi.tfm + texmf-dist/fonts/tfm/public/antt/t5-anttcbicap.tfm + texmf-dist/fonts/tfm/public/antt/t5-anttcl.tfm + texmf-dist/fonts/tfm/public/antt/t5-anttclcap.tfm + texmf-dist/fonts/tfm/public/antt/t5-anttcli.tfm + texmf-dist/fonts/tfm/public/antt/t5-anttclicap.tfm + texmf-dist/fonts/tfm/public/antt/t5-anttcm.tfm + texmf-dist/fonts/tfm/public/antt/t5-anttcmcap.tfm + texmf-dist/fonts/tfm/public/antt/t5-anttcmi.tfm + texmf-dist/fonts/tfm/public/antt/t5-anttcmicap.tfm + texmf-dist/fonts/tfm/public/antt/t5-anttcr.tfm + texmf-dist/fonts/tfm/public/antt/t5-anttcrcap.tfm + texmf-dist/fonts/tfm/public/antt/t5-anttcri.tfm + texmf-dist/fonts/tfm/public/antt/t5-anttcricap.tfm + texmf-dist/fonts/tfm/public/antt/t5-anttl.tfm + texmf-dist/fonts/tfm/public/antt/t5-anttlcap.tfm + texmf-dist/fonts/tfm/public/antt/t5-anttli.tfm + texmf-dist/fonts/tfm/public/antt/t5-anttlicap.tfm + texmf-dist/fonts/tfm/public/antt/t5-anttm.tfm + texmf-dist/fonts/tfm/public/antt/t5-anttmcap.tfm + texmf-dist/fonts/tfm/public/antt/t5-anttmi.tfm + texmf-dist/fonts/tfm/public/antt/t5-anttmicap.tfm + texmf-dist/fonts/tfm/public/antt/t5-anttr.tfm + texmf-dist/fonts/tfm/public/antt/t5-anttrcap.tfm + texmf-dist/fonts/tfm/public/antt/t5-anttri.tfm + texmf-dist/fonts/tfm/public/antt/t5-anttricap.tfm + texmf-dist/fonts/tfm/public/antt/texnansi-anttb.tfm + texmf-dist/fonts/tfm/public/antt/texnansi-anttbcap.tfm + texmf-dist/fonts/tfm/public/antt/texnansi-anttbi.tfm + texmf-dist/fonts/tfm/public/antt/texnansi-anttbicap.tfm + texmf-dist/fonts/tfm/public/antt/texnansi-anttcb.tfm + texmf-dist/fonts/tfm/public/antt/texnansi-anttcbcap.tfm + texmf-dist/fonts/tfm/public/antt/texnansi-anttcbi.tfm + texmf-dist/fonts/tfm/public/antt/texnansi-anttcbicap.tfm + texmf-dist/fonts/tfm/public/antt/texnansi-anttcl.tfm + texmf-dist/fonts/tfm/public/antt/texnansi-anttclcap.tfm + texmf-dist/fonts/tfm/public/antt/texnansi-anttcli.tfm + texmf-dist/fonts/tfm/public/antt/texnansi-anttclicap.tfm + texmf-dist/fonts/tfm/public/antt/texnansi-anttcm.tfm + texmf-dist/fonts/tfm/public/antt/texnansi-anttcmcap.tfm + texmf-dist/fonts/tfm/public/antt/texnansi-anttcmi.tfm + texmf-dist/fonts/tfm/public/antt/texnansi-anttcmicap.tfm + texmf-dist/fonts/tfm/public/antt/texnansi-anttcr.tfm + texmf-dist/fonts/tfm/public/antt/texnansi-anttcrcap.tfm + texmf-dist/fonts/tfm/public/antt/texnansi-anttcri.tfm + texmf-dist/fonts/tfm/public/antt/texnansi-anttcricap.tfm + texmf-dist/fonts/tfm/public/antt/texnansi-anttl.tfm + texmf-dist/fonts/tfm/public/antt/texnansi-anttlcap.tfm + texmf-dist/fonts/tfm/public/antt/texnansi-anttli.tfm + texmf-dist/fonts/tfm/public/antt/texnansi-anttlicap.tfm + texmf-dist/fonts/tfm/public/antt/texnansi-anttm.tfm + texmf-dist/fonts/tfm/public/antt/texnansi-anttmcap.tfm + texmf-dist/fonts/tfm/public/antt/texnansi-anttmi.tfm + texmf-dist/fonts/tfm/public/antt/texnansi-anttmicap.tfm + texmf-dist/fonts/tfm/public/antt/texnansi-anttr.tfm + texmf-dist/fonts/tfm/public/antt/texnansi-anttrcap.tfm + texmf-dist/fonts/tfm/public/antt/texnansi-anttri.tfm + texmf-dist/fonts/tfm/public/antt/texnansi-anttricap.tfm + texmf-dist/fonts/tfm/public/antt/ts1-anttb.tfm + texmf-dist/fonts/tfm/public/antt/ts1-anttbi.tfm + texmf-dist/fonts/tfm/public/antt/ts1-anttcb.tfm + texmf-dist/fonts/tfm/public/antt/ts1-anttcbi.tfm + texmf-dist/fonts/tfm/public/antt/ts1-anttcl.tfm + texmf-dist/fonts/tfm/public/antt/ts1-anttcli.tfm + texmf-dist/fonts/tfm/public/antt/ts1-anttcm.tfm + texmf-dist/fonts/tfm/public/antt/ts1-anttcmi.tfm + texmf-dist/fonts/tfm/public/antt/ts1-anttcr.tfm + texmf-dist/fonts/tfm/public/antt/ts1-anttcri.tfm + texmf-dist/fonts/tfm/public/antt/ts1-anttl.tfm + texmf-dist/fonts/tfm/public/antt/ts1-anttli.tfm + texmf-dist/fonts/tfm/public/antt/ts1-anttm.tfm + texmf-dist/fonts/tfm/public/antt/ts1-anttmi.tfm + texmf-dist/fonts/tfm/public/antt/ts1-anttr.tfm + texmf-dist/fonts/tfm/public/antt/ts1-anttri.tfm + texmf-dist/fonts/tfm/public/antt/wncy-anttb.tfm + texmf-dist/fonts/tfm/public/antt/wncy-anttbi.tfm + texmf-dist/fonts/tfm/public/antt/wncy-anttcb.tfm + texmf-dist/fonts/tfm/public/antt/wncy-anttcbi.tfm + texmf-dist/fonts/tfm/public/antt/wncy-anttcl.tfm + texmf-dist/fonts/tfm/public/antt/wncy-anttcli.tfm + texmf-dist/fonts/tfm/public/antt/wncy-anttcm.tfm + texmf-dist/fonts/tfm/public/antt/wncy-anttcmi.tfm + texmf-dist/fonts/tfm/public/antt/wncy-anttcr.tfm + texmf-dist/fonts/tfm/public/antt/wncy-anttcri.tfm + texmf-dist/fonts/tfm/public/antt/wncy-anttl.tfm + texmf-dist/fonts/tfm/public/antt/wncy-anttli.tfm + texmf-dist/fonts/tfm/public/antt/wncy-anttm.tfm + texmf-dist/fonts/tfm/public/antt/wncy-anttmi.tfm + texmf-dist/fonts/tfm/public/antt/wncy-anttr.tfm + texmf-dist/fonts/tfm/public/antt/wncy-anttri.tfm + texmf-dist/fonts/type1/public/antt/anttb.pfb + texmf-dist/fonts/type1/public/antt/anttbi.pfb + texmf-dist/fonts/type1/public/antt/anttcb.pfb + texmf-dist/fonts/type1/public/antt/anttcbi.pfb + texmf-dist/fonts/type1/public/antt/anttcl.pfb + texmf-dist/fonts/type1/public/antt/anttcli.pfb + texmf-dist/fonts/type1/public/antt/anttcm.pfb + texmf-dist/fonts/type1/public/antt/anttcmi.pfb + texmf-dist/fonts/type1/public/antt/anttcr.pfb + texmf-dist/fonts/type1/public/antt/anttcri.pfb + texmf-dist/fonts/type1/public/antt/anttl.pfb + texmf-dist/fonts/type1/public/antt/anttli.pfb + texmf-dist/fonts/type1/public/antt/anttm.pfb + texmf-dist/fonts/type1/public/antt/anttmi.pfb + texmf-dist/fonts/type1/public/antt/anttr.pfb + texmf-dist/fonts/type1/public/antt/anttri.pfb + texmf-dist/tex/latex/antt/anttor.sty + texmf-dist/tex/latex/antt/antyktor.sty + texmf-dist/tex/latex/antt/il2antt.fd + texmf-dist/tex/latex/antt/il2anttc.fd + texmf-dist/tex/latex/antt/il2anttl.fd + texmf-dist/tex/latex/antt/il2anttlc.fd + texmf-dist/tex/latex/antt/ly1antt.fd + texmf-dist/tex/latex/antt/ly1anttc.fd + texmf-dist/tex/latex/antt/ly1anttl.fd + texmf-dist/tex/latex/antt/ly1anttlc.fd + texmf-dist/tex/latex/antt/omlantt.fd + texmf-dist/tex/latex/antt/omlanttc.fd + texmf-dist/tex/latex/antt/omlanttl.fd + texmf-dist/tex/latex/antt/omlanttlc.fd + texmf-dist/tex/latex/antt/omsantt.fd + texmf-dist/tex/latex/antt/omsanttc.fd + texmf-dist/tex/latex/antt/omsanttl.fd + texmf-dist/tex/latex/antt/omsanttlc.fd + texmf-dist/tex/latex/antt/omxantt.fd + texmf-dist/tex/latex/antt/omxanttc.fd + texmf-dist/tex/latex/antt/omxanttl.fd + texmf-dist/tex/latex/antt/omxanttlc.fd + texmf-dist/tex/latex/antt/ot1antt.fd + texmf-dist/tex/latex/antt/ot1anttc.fd + texmf-dist/tex/latex/antt/ot1anttcm.fd + texmf-dist/tex/latex/antt/ot1anttl.fd + texmf-dist/tex/latex/antt/ot1anttlc.fd + texmf-dist/tex/latex/antt/ot1anttlcm.fd + texmf-dist/tex/latex/antt/ot1anttlm.fd + texmf-dist/tex/latex/antt/ot1anttm.fd + texmf-dist/tex/latex/antt/ot2antt.fd + texmf-dist/tex/latex/antt/ot2anttc.fd + texmf-dist/tex/latex/antt/ot2anttl.fd + texmf-dist/tex/latex/antt/ot2anttlc.fd + texmf-dist/tex/latex/antt/ot4antt.fd + texmf-dist/tex/latex/antt/ot4anttc.fd + texmf-dist/tex/latex/antt/ot4anttl.fd + texmf-dist/tex/latex/antt/ot4anttlc.fd + texmf-dist/tex/latex/antt/qxantt.fd + texmf-dist/tex/latex/antt/qxanttc.fd + texmf-dist/tex/latex/antt/qxanttl.fd + texmf-dist/tex/latex/antt/qxanttlc.fd + texmf-dist/tex/latex/antt/t1antt.fd + texmf-dist/tex/latex/antt/t1anttc.fd + texmf-dist/tex/latex/antt/t1anttl.fd + texmf-dist/tex/latex/antt/t1anttlc.fd + texmf-dist/tex/latex/antt/t2aantt.fd + texmf-dist/tex/latex/antt/t2aanttc.fd + texmf-dist/tex/latex/antt/t2aanttl.fd + texmf-dist/tex/latex/antt/t2aanttlc.fd + texmf-dist/tex/latex/antt/t2bantt.fd + texmf-dist/tex/latex/antt/t2banttc.fd + texmf-dist/tex/latex/antt/t2banttl.fd + texmf-dist/tex/latex/antt/t2banttlc.fd + texmf-dist/tex/latex/antt/t2cantt.fd + texmf-dist/tex/latex/antt/t2canttc.fd + texmf-dist/tex/latex/antt/t2canttl.fd + texmf-dist/tex/latex/antt/t2canttlc.fd + texmf-dist/tex/latex/antt/t5antt.fd + texmf-dist/tex/latex/antt/t5anttc.fd + texmf-dist/tex/latex/antt/t5anttl.fd + texmf-dist/tex/latex/antt/t5anttlc.fd + texmf-dist/tex/latex/antt/ts1antt.fd + texmf-dist/tex/latex/antt/ts1anttc.fd + texmf-dist/tex/latex/antt/ts1anttl.fd + texmf-dist/tex/latex/antt/ts1anttlc.fd + texmf-dist/tex/plain/antt/antt-math.tex + texmf-dist/tex/plain/antt/ofs-8x.tex + texmf-dist/tex/plain/antt/pantyk.tex +catalogue-ctan /fonts/antt +catalogue-date 2007-08-24 10:36:49 +0200 +catalogue-license gfsl +catalogue-version 2.08 + +name anyfontsize +category Package +revision 15878 +shortdesc Select any font size in LaTeX. +longdesc The package allows the to user select any font size (via e.g. +longdesc \fontsize{...}{...}\selectfont), even those sizes that are not +longdesc listed in the .fd file. If such a size is requested, LaTeX will +longdesc search for and select the nearest listed size; anyfontsize will +longdesc then scale the font to the size actually requested. Similar +longdesc functionality is available for the CM family, for the EC +longdesc family, or for either computer modern encoding; the present +longdesc package generalises the facility. +docfiles size=1 + texmf-dist/doc/latex/anyfontsize/README +runfiles size=1 + texmf-dist/tex/latex/anyfontsize/anyfontsize.sty +catalogue-ctan /macros/latex/contrib/anyfontsize/anyfontsize.sty +catalogue-date 2008-08-16 20:32:59 +0200 +catalogue-license lppl + +name anysize +category Package +revision 15878 +shortdesc A simple package to set up document margins. +longdesc This package is considered obsolete; alternatives are the +longdesc typearea package from the koma-script bundle, or the geometry +longdesc package. +docfiles size=13 + texmf-dist/doc/latex/anysize/README details="Package Readme" + texmf-dist/doc/latex/anysize/anysize.pdf details="Package documentation" + texmf-dist/doc/latex/anysize/anysize.tex +runfiles size=1 + texmf-dist/tex/latex/anysize/anysize.sty +catalogue-ctan /macros/latex/contrib/anysize +catalogue-date 2009-09-24 14:57:17 +0200 +catalogue-license pd + +name apa +category Package +revision 15878 +shortdesc American Psychological Association format. +longdesc A LaTeX class to format text according to the American +longdesc Psychological Association Publication Manual (5th ed.) +longdesc specifications for manuscripts or to the APA journal look found +longdesc in journals like the Journal of Experimental Psychology etc. In +longdesc addition, it provides regular LaTeX-like output with a few +longdesc enhancements and APA-motivated changes. +docfiles size=29 + texmf-dist/doc/latex/apa/APAendfloat.cfg + texmf-dist/doc/latex/apa/CHANGELOG.txt + texmf-dist/doc/latex/apa/LICENCE + texmf-dist/doc/latex/apa/README details="Readme" + texmf-dist/doc/latex/apa/apacls.html details="Class documentation" + texmf-dist/doc/latex/apa/apacls.txt details="Outline of the class" + texmf-dist/doc/latex/apa/apaenum.txt details="Outline of list facilities" + texmf-dist/doc/latex/apa/apaexample.tex + texmf-dist/doc/latex/apa/examplebib.bib + texmf-dist/doc/latex/apa/examples.txt +runfiles size=18 + texmf-dist/tex/latex/apa/apa.cls + texmf-dist/tex/latex/apa/dutch.apa + texmf-dist/tex/latex/apa/english.apa + texmf-dist/tex/latex/apa/greek.apa +catalogue-ctan /macros/latex/contrib/apa +catalogue-date 2008-12-23 16:23:48 +0100 +catalogue-license lppl +catalogue-version 1.3.4 + +name apacite +category Package +revision 15878 +shortdesc Citation style following the rules of the APA. +longdesc Apacite is a BibTeX style which closely follows American +longdesc Psychological Association style citations, providing a very +longdesc good match. The package follows the the 5th edition of the APA +longdesc manual, and provides up to date documentation and a test +longdesc document. The package is compatible with chapterbib and (to +longdesc some extent) with hyperref (for limits of compatibility, see +longdesc the manual). The package also includes a means of generating an +longdesc author index for a document. +docfiles size=143 + texmf-dist/doc/latex/apacite/README details="Package Readme" + texmf-dist/doc/latex/apacite/apa5ex.bib + texmf-dist/doc/latex/apacite/apacite.pdf details="Package documentation" +srcfiles size=178 + texmf-dist/source/latex/apacite/apacite.drv + texmf-dist/source/latex/apacite/apacite.dtx + texmf-dist/source/latex/apacite/apacite.ins +runfiles size=184 + texmf-dist/bibtex/bst/apacite/apacann.bst + texmf-dist/bibtex/bst/apacite/apacannx.bst + texmf-dist/bibtex/bst/apacite/apacite.bst + texmf-dist/bibtex/bst/apacite/apacitex.bst + texmf-dist/tex/latex/apacite/apacdoc.sty + texmf-dist/tex/latex/apacite/apacite.sty + texmf-dist/tex/latex/apacite/dutch.apc + texmf-dist/tex/latex/apacite/english.apc + texmf-dist/tex/latex/apacite/finnish.apc + texmf-dist/tex/latex/apacite/french.apc + texmf-dist/tex/latex/apacite/german.apc + texmf-dist/tex/latex/apacite/greek.apc + texmf-dist/tex/latex/apacite/ngerman.apc + texmf-dist/tex/latex/apacite/norsk.apc + texmf-dist/tex/latex/apacite/spanish.apc + texmf-dist/tex/latex/apacite/swedish.apc +catalogue-ctan /biblio/bibtex/contrib/apacite +catalogue-date 2009-03-02 14:44:34 +0100 +catalogue-license lppl +catalogue-version 4.05 + +name apalike +category Package +revision 15878 +shortdesc APA-like citations +longdesc BibTeX styles, and Plain and LaTeX 2.09 macros for using them, +longdesc to provide something like the requirements of the APA. A +longdesc version of the BibTeX style, somewhat updated, is available as +longdesc apalike2. +docfiles size=1 + texmf-dist/doc/bibtex/apalike/apalike.doc +runfiles size=9 + texmf-dist/bibtex/bst/apalike/apalike.bst + texmf-dist/tex/latex/apalike/apalike.sty + texmf-dist/tex/plain/apalike/apalike.tex +catalogue-ctan /biblio/bibtex/contrib/apalike +catalogue-date 2009-05-23 00:03:36 +0200 +catalogue-license pd + +name apalike2 +category Package +revision 15878 +shortdesc Bibliography style that approaches APA requirements. +longdesc Described as a "local adaptation" of apalike. +runfiles size=7 + texmf-dist/bibtex/bst/apalike2/apalike2.bst +catalogue-ctan /biblio/bibtex/contrib/apalike2/apalike2.bst +catalogue-date 2009-05-21 11:01:04 +0200 +catalogue-license other-free + +name apl +category Package +revision 15878 +shortdesc Fonts for typesetting APL programs. +longdesc Includes macros for using the fonts, and the source of the +longdesc TUGboat paper (and of a 'second thoughts' version). +srcfiles size=33 + texmf-dist/source/fonts/apl/apldef.tex + texmf-dist/source/fonts/apl/aplstyle.tex + texmf-dist/source/fonts/apl/aplverb.tex + texmf-dist/source/fonts/apl/clean.pas + texmf-dist/source/fonts/apl/convert.pas + texmf-dist/source/fonts/apl/fontnotes + texmf-dist/source/fonts/apl/ninesize.tex + texmf-dist/source/fonts/apl/problems.tex + texmf-dist/source/fonts/apl/readme + texmf-dist/source/fonts/apl/readme.txt + texmf-dist/source/fonts/apl/sample.tex + texmf-dist/source/fonts/apl/solutions.tex + texmf-dist/source/fonts/apl/tugboat.tex + texmf-dist/source/fonts/apl/tugboat2.tex + texmf-dist/source/fonts/apl/versatim.tex +runfiles size=37 + texmf-dist/fonts/source/public/apl/cmapl10.mf + texmf-dist/fonts/tfm/public/apl/cmapl10.tfm + texmf-dist/tex/latex/apl/apl.sty + texmf-dist/tex/latex/apl/aplstyle.sty +catalogue-ctan /fonts/apl +catalogue-date 2008-11-30 15:56:31 +0100 +catalogue-license noinfo + +name appendix +category Package +revision 15878 +shortdesc Extra control of appendices. +longdesc The appendix package provides various ways of formatting the +longdesc titles of appendices. Also (sub)appendices environments are +longdesc provided that can be used, for example, for per chapter/section +longdesc appendices. The word `Appendix' or similar can be prepended to +longdesc the appendix number for article class documents. The word +longdesc `Appendices' or similar can be added to the table of contents +longdesc before the appendices are listed. The word `Appendices' or +longdesc similar can be typeset as a \part-like heading (page) in the +longdesc body. An appendices environment is provided which can be used +longdesc instead of the \appendix command. +docfiles size=46 + texmf-dist/doc/latex/appendix/README details="Package Readme" + texmf-dist/doc/latex/appendix/appendix.pdf details="Package documentation" +srcfiles size=11 + texmf-dist/source/latex/appendix/appendix.dtx + texmf-dist/source/latex/appendix/appendix.ins +runfiles size=3 + texmf-dist/tex/latex/appendix/appendix.sty +catalogue-ctan /macros/latex/contrib/appendix +catalogue-date 2009-09-02 11:33:10 +0200 +catalogue-license lppl +catalogue-version 1.2b + +name ar +category Package +revision 15878 +shortdesc Capital A and capital R ligature for Apsect Ratio. +longdesc Provides MetaFont files and a LaTeX package for producing and +longdesc using the uppercase A/R ligature as used by scientists and +longdesc engineers in the field of aeronautics as the symbol for "aspect +longdesc ratio". +docfiles size=2 + texmf-dist/doc/latex/ar/ar.txt details="README" +runfiles size=22 + texmf-dist/fonts/source/public/ar/ar10.mf + texmf-dist/fonts/source/public/ar/ar12.mf + texmf-dist/fonts/source/public/ar/ar5.mf + texmf-dist/fonts/source/public/ar/ar6.mf + texmf-dist/fonts/source/public/ar/ar7.mf + texmf-dist/fonts/source/public/ar/ar8.mf + texmf-dist/fonts/source/public/ar/ar9.mf + texmf-dist/fonts/tfm/public/ar/ar10.tfm + texmf-dist/fonts/tfm/public/ar/ar12.tfm + texmf-dist/fonts/tfm/public/ar/ar5.tfm + texmf-dist/fonts/tfm/public/ar/ar6.tfm + texmf-dist/fonts/tfm/public/ar/ar7.tfm + texmf-dist/fonts/tfm/public/ar/ar8.tfm + texmf-dist/fonts/tfm/public/ar/ar9.tfm + texmf-dist/tex/latex/ar/ar.sty +catalogue-ctan /macros/latex/contrib/ar +catalogue-date 2008-04-19 22:58:44 +0200 +catalogue-license other-free + +name arabi +category Package +revision 15878 +shortdesc (La)TeX support for Arabic and Farsi, compliant with Babel. +longdesc The package provides the Arabic and Farsi script support for +longdesc TeX without the need of any external pre-processor. The bi- +longdesc directional capability supposes that the user has a TeX engine +longdesc that knows the four primitives \beginR, \endR, \beginL and +longdesc \endL. That is the case in both the TeX--XeT and e-TeX engines. +longdesc Arabi will accept input in several 8-bit encodings, including +longdesc UTF-8. Arabi can make use of a wide variety of Arabic and Farsi +longdesc fonts; PDF files generated using Arabi may be searched, and +longdesc text may be copied from them and pasted elsewhere. +execute addMap arabi.map +docfiles size=755 + texmf-dist/doc/latex/arabi/README details="Readme" + texmf-dist/doc/latex/arabi/bblopts.cfg + texmf-dist/doc/latex/arabi/big2.pdf + texmf-dist/doc/latex/arabi/big2.tex + texmf-dist/doc/latex/arabi/fontchart_arabic.pdf + texmf-dist/doc/latex/arabi/fontchart_farsi.pdf + texmf-dist/doc/latex/arabi/lion.pdf + texmf-dist/doc/latex/arabi/lppl.tex + texmf-dist/doc/latex/arabi/samplebook.css + texmf-dist/doc/latex/arabi/samplebook.html + texmf-dist/doc/latex/arabi/samplebook.pdf + texmf-dist/doc/latex/arabi/samplebook.tex + texmf-dist/doc/latex/arabi/test_beamer.pdf + texmf-dist/doc/latex/arabi/testplaintex.pdf + texmf-dist/doc/latex/arabi/testplaintex.tex + texmf-dist/doc/latex/arabi/user_guide.pdf +runfiles size=1026 + texmf-dist/fonts/afm/arabi/arabeyes/ae_almohanad_boldItalitalic.afm + texmf-dist/fonts/afm/arabi/arabeyes/ae_almohanad_thin.afm + texmf-dist/fonts/afm/arabi/arabeyes/ae_almohanad_xxbold.afm + texmf-dist/fonts/enc/dvips/arabi/ararabeyes.enc + texmf-dist/fonts/enc/dvips/arabi/ardtpnaskh.enc + texmf-dist/fonts/enc/dvips/arabi/ardtpthuluth.enc + texmf-dist/fonts/enc/dvips/arabi/armonotype.enc + texmf-dist/fonts/enc/dvips/arabi/aromega.enc + texmf-dist/fonts/enc/dvips/arabi/arsimplified.enc + texmf-dist/fonts/enc/dvips/arabi/arunicode.enc + texmf-dist/fonts/enc/dvips/arabi/farsitex.enc + texmf-dist/fonts/enc/dvips/arabi/farsiwebencoding.enc + texmf-dist/fonts/enc/dvips/arabi/frmonotype.enc + texmf-dist/fonts/enc/dvips/arabi/frsimple.enc + texmf-dist/fonts/enc/dvips/arabi/frsimplified.enc + texmf-dist/fonts/enc/dvips/arabi/frunicode.enc + texmf-dist/fonts/map/dvips/arabi/arabi.map + texmf-dist/fonts/tfm/arabi/arabeyes/ae_almohanad_xxbold.tfm + texmf-dist/fonts/tfm/arabi/arabeyes/ae_alyermook.tfm + texmf-dist/fonts/tfm/arabi/arabeyes/ae_arab.tfm + texmf-dist/fonts/tfm/arabi/arabeyes/ae_tholoth.tfm + texmf-dist/fonts/tfm/arabi/arabeyes/aealbattar.tfm + texmf-dist/fonts/tfm/arabi/arabeyes/aealmateen.tfm + texmf-dist/fonts/tfm/arabi/arabeyes/aealmohanadb.tfm + texmf-dist/fonts/tfm/arabi/arabeyes/aealmohanadbolditalic.tfm + texmf-dist/fonts/tfm/arabi/arabeyes/aealmothnna.tfm + texmf-dist/fonts/tfm/arabi/arabeyes/aealyermook.tfm + texmf-dist/fonts/tfm/arabi/arabeyes/aearab.tfm + texmf-dist/fonts/tfm/arabi/arabeyes/aecortoba.tfm + texmf-dist/fonts/tfm/arabi/arabeyes/aedimnah.tfm + texmf-dist/fonts/tfm/arabi/arabeyes/aefurat.tfm + texmf-dist/fonts/tfm/arabi/arabeyes/aegranada.tfm + texmf-dist/fonts/tfm/arabi/arabeyes/aegraph.tfm + texmf-dist/fonts/tfm/arabi/arabeyes/aehani.tfm + texmf-dist/fonts/tfm/arabi/arabeyes/aehor.tfm + texmf-dist/fonts/tfm/arabi/arabeyes/aekayrawan.tfm + texmf-dist/fonts/tfm/arabi/arabeyes/aekhalid.tfm + texmf-dist/fonts/tfm/arabi/arabeyes/aemashq.tfm + texmf-dist/fonts/tfm/arabi/arabeyes/aemetal.tfm + texmf-dist/fonts/tfm/arabi/arabeyes/aenada.tfm + texmf-dist/fonts/tfm/arabi/arabeyes/aenagham.tfm + texmf-dist/fonts/tfm/arabi/arabeyes/aenice.tfm + texmf-dist/fonts/tfm/arabi/arabeyes/aeostorah.tfm + texmf-dist/fonts/tfm/arabi/arabeyes/aeouhod.tfm + texmf-dist/fonts/tfm/arabi/arabeyes/aepetra.tfm + texmf-dist/fonts/tfm/arabi/arabeyes/aerehan.tfm + texmf-dist/fonts/tfm/arabi/arabeyes/aesalem.tfm + texmf-dist/fonts/tfm/arabi/arabeyes/aeshado.tfm + texmf-dist/fonts/tfm/arabi/arabeyes/aesharjah.tfm + texmf-dist/fonts/tfm/arabi/arabeyes/aesindibad.tfm + texmf-dist/fonts/tfm/arabi/arabeyes/aetarablus.tfm + texmf-dist/fonts/tfm/arabi/arabeyes/aetholoth.tfm + texmf-dist/fonts/tfm/arabi/farsiweb/homa.tfm + texmf-dist/fonts/tfm/arabi/farsiweb/nazli.tfm + texmf-dist/fonts/tfm/arabi/farsiweb/nazlib.tfm + texmf-dist/fonts/tfm/arabi/farsiweb/nazlibout.tfm + texmf-dist/fonts/tfm/arabi/farsiweb/nazliout.tfm + texmf-dist/fonts/tfm/arabi/farsiweb/titr.tfm + texmf-dist/fonts/tfm/arabi/farsiweb/titrout.tfm + texmf-dist/fonts/type1/arabi/arabeyes/ae_albattar.pfb + texmf-dist/fonts/type1/arabi/arabeyes/ae_almateen.pfb + texmf-dist/fonts/type1/arabi/arabeyes/ae_almohanad_bold.pfb + texmf-dist/fonts/type1/arabi/arabeyes/ae_almohanad_boldItalitalic.pfb + texmf-dist/fonts/type1/arabi/arabeyes/ae_almohanad_thin.pfb + texmf-dist/fonts/type1/arabi/arabeyes/ae_almohanad_xxbold.pfb + texmf-dist/fonts/type1/arabi/arabeyes/ae_almothnna.pfb + texmf-dist/fonts/type1/arabi/arabeyes/ae_alyermook.pfb + texmf-dist/fonts/type1/arabi/arabeyes/ae_arab.pfb + texmf-dist/fonts/type1/arabi/arabeyes/ae_cortoba.pfb + texmf-dist/fonts/type1/arabi/arabeyes/ae_dimnah.pfb + texmf-dist/fonts/type1/arabi/arabeyes/ae_furat.pfb + texmf-dist/fonts/type1/arabi/arabeyes/ae_granada.pfb + texmf-dist/fonts/type1/arabi/arabeyes/ae_graph.pfb + texmf-dist/fonts/type1/arabi/arabeyes/ae_hani.pfb + texmf-dist/fonts/type1/arabi/arabeyes/ae_hor.pfb + texmf-dist/fonts/type1/arabi/arabeyes/ae_kayrawan.pfb + texmf-dist/fonts/type1/arabi/arabeyes/ae_khalid.pfb + texmf-dist/fonts/type1/arabi/arabeyes/ae_mashq.pfb + texmf-dist/fonts/type1/arabi/arabeyes/ae_metal.pfb + texmf-dist/fonts/type1/arabi/arabeyes/ae_nada.pfb + texmf-dist/fonts/type1/arabi/arabeyes/ae_nagham.pfb + texmf-dist/fonts/type1/arabi/arabeyes/ae_nice.pfb + texmf-dist/fonts/type1/arabi/arabeyes/ae_ostorah.pfb + texmf-dist/fonts/type1/arabi/arabeyes/ae_ouhod.pfb + texmf-dist/fonts/type1/arabi/arabeyes/ae_petra.pfb + texmf-dist/fonts/type1/arabi/arabeyes/ae_rehan.pfb + texmf-dist/fonts/type1/arabi/arabeyes/ae_salem.pfb + texmf-dist/fonts/type1/arabi/arabeyes/ae_shado.pfb + texmf-dist/fonts/type1/arabi/arabeyes/ae_sharjah.pfb + texmf-dist/fonts/type1/arabi/arabeyes/ae_sindibad.pfb + texmf-dist/fonts/type1/arabi/arabeyes/ae_tarablus.pfb + texmf-dist/fonts/type1/arabi/arabeyes/ae_tholoth.pfb + texmf-dist/fonts/type1/arabi/farsiweb/homa.pfb + texmf-dist/fonts/type1/arabi/farsiweb/nazli.pfb + texmf-dist/fonts/type1/arabi/farsiweb/nazlib.pfb + texmf-dist/fonts/type1/arabi/farsiweb/titr.pfb + texmf-dist/tex/latex/arabi/8859-6.def + texmf-dist/tex/latex/arabi/PPRarabic.sty + texmf-dist/tex/latex/arabi/arabi4ht.cfg + texmf-dist/tex/latex/arabi/arabic.cfg + texmf-dist/tex/latex/arabi/arabic.ldf + texmf-dist/tex/latex/arabi/arabicfnt.sty + texmf-dist/tex/latex/arabi/arabicore.sty + texmf-dist/tex/latex/arabi/arabiftoday.sty + texmf-dist/tex/latex/arabi/arabnovowel.sty + texmf-dist/tex/latex/arabi/arfonts.sty + texmf-dist/tex/latex/arabi/calendrierfpar.sty + texmf-dist/tex/latex/arabi/calendrierfpmodified.sty + texmf-dist/tex/latex/arabi/cp1256.def + texmf-dist/tex/latex/arabi/farsi.ldf + texmf-dist/tex/latex/arabi/farsifnt.sty + texmf-dist/tex/latex/arabi/fmultico.sty + texmf-dist/tex/latex/arabi/fnum.sty + texmf-dist/tex/latex/arabi/frfonts.sty + texmf-dist/tex/latex/arabi/haparabica.sty + texmf-dist/tex/latex/arabi/laeaealbattar.fd + texmf-dist/tex/latex/arabi/laeaealmateen.fd + texmf-dist/tex/latex/arabi/laeaealmohanadb.fd + texmf-dist/tex/latex/arabi/laeaealmothnna.fd + texmf-dist/tex/latex/arabi/laeaealyermook.fd + texmf-dist/tex/latex/arabi/laeaearab.fd + texmf-dist/tex/latex/arabi/laeaecortoba.fd + texmf-dist/tex/latex/arabi/laeaedimnah.fd + texmf-dist/tex/latex/arabi/laeaefurat.fd + texmf-dist/tex/latex/arabi/laeaegranada.fd + texmf-dist/tex/latex/arabi/laeaegraph.fd + texmf-dist/tex/latex/arabi/laeaehani.fd + texmf-dist/tex/latex/arabi/laeaehor.fd + texmf-dist/tex/latex/arabi/laeaekayrawan.fd + texmf-dist/tex/latex/arabi/laeaekhalid.fd + texmf-dist/tex/latex/arabi/laeaemashq.fd + texmf-dist/tex/latex/arabi/laeaemetal.fd + texmf-dist/tex/latex/arabi/laeaenada.fd + texmf-dist/tex/latex/arabi/laeaenagham.fd + texmf-dist/tex/latex/arabi/laeaenice.fd + texmf-dist/tex/latex/arabi/laeaeostorah.fd + texmf-dist/tex/latex/arabi/laeaeouhod.fd + texmf-dist/tex/latex/arabi/laeaepetra.fd + texmf-dist/tex/latex/arabi/laeaerehan.fd + texmf-dist/tex/latex/arabi/laeaesalem.fd + texmf-dist/tex/latex/arabi/laeaeshado.fd + texmf-dist/tex/latex/arabi/laeaesharjah.fd + texmf-dist/tex/latex/arabi/laeaesindibad.fd + texmf-dist/tex/latex/arabi/laeaetarablus.fd + texmf-dist/tex/latex/arabi/laeaetholoth.fd + texmf-dist/tex/latex/arabi/laeandlso.fd + texmf-dist/tex/latex/arabi/laeararial.fd + texmf-dist/tex/latex/arabi/laearcour.fd + texmf-dist/tex/latex/arabi/laearomega.fd + texmf-dist/tex/latex/arabi/laearsimpo.fd + texmf-dist/tex/latex/arabi/laeartimes.fd + texmf-dist/tex/latex/arabi/laeasv.fd + texmf-dist/tex/latex/arabi/laecmr.fd + texmf-dist/tex/latex/arabi/laecmss.fd + texmf-dist/tex/latex/arabi/laecmtt.fd + texmf-dist/tex/latex/arabi/laedthuluth.fd + texmf-dist/tex/latex/arabi/laedtpn.fd + texmf-dist/tex/latex/arabi/laedtpnsp.fd + texmf-dist/tex/latex/arabi/laeenc.def + texmf-dist/tex/latex/arabi/laeenc.dfu + texmf-dist/tex/latex/arabi/laekacstbook.fd + texmf-dist/tex/latex/arabi/laemaghribi.fd + texmf-dist/tex/latex/arabi/laenaskhi.fd + texmf-dist/tex/latex/arabi/laereqaa.fd + texmf-dist/tex/latex/arabi/laetraditionalarabic.fd + texmf-dist/tex/latex/arabi/lagally.sty + texmf-dist/tex/latex/arabi/lfecmr.fd + texmf-dist/tex/latex/arabi/lfecmss.fd + texmf-dist/tex/latex/arabi/lfecmtt.fd + texmf-dist/tex/latex/arabi/lfeelham.fd + texmf-dist/tex/latex/arabi/lfeenc.def + texmf-dist/tex/latex/arabi/lfefandlso.fd + texmf-dist/tex/latex/arabi/lfefarsismpl.fd + texmf-dist/tex/latex/arabi/lfefrarial.fd + texmf-dist/tex/latex/arabi/lfefrtimes.fd + texmf-dist/tex/latex/arabi/lfeftraditionalarabic.fd + texmf-dist/tex/latex/arabi/lfehoma.fd + texmf-dist/tex/latex/arabi/lfekoodak.fd + texmf-dist/tex/latex/arabi/lfenazli.fd + texmf-dist/tex/latex/arabi/lfenazliout.fd + texmf-dist/tex/latex/arabi/lferoya.fd + texmf-dist/tex/latex/arabi/lfesmplarabic.fd + texmf-dist/tex/latex/arabi/lfeterafik.fd + texmf-dist/tex/latex/arabi/lfetitr.fd + texmf-dist/tex/latex/arabi/lfetitrout.fd + texmf-dist/tex/latex/arabi/mosq.def + texmf-dist/tex/latex/arabi/poetry.sty + texmf-dist/tex/latex/arabi/puenc-ar.def + texmf-dist/tex/latex/arabi/transcmr.fd + texmf-dist/tex/latex/arabi/translit.sty +catalogue-ctan /language/arabic/arabi +catalogue-date 2007-02-23 23:22:37 +0100 +catalogue-license lppl +catalogue-version 1.1 + +name arabtex +category Package +revision 15878 +shortdesc Macros and fonts for typesetting Arabic. +longdesc ArabTeX is a package extending the capabilities of TeX/LaTeX to +longdesc generate Arabic and Hebrew text. Input may be in ASCII +longdesc transliteration or other encodings (including UTF-8); output +longdesc may be Arabic, Hebrew, or any of several languages that use the +longdesc Arabic script. ArabTeX consists of a TeX macro package and +longdesc Arabic and Hebrew fonts (provided both in Metafont format and +longdesc Adobe Type 1). The Arabic font is presently only available in +longdesc the Naskhi style. ArabTeX will run with Plain TeX and also with +longdesc LaTeX. +execute addMixedMap arabtex.map +docfiles size=128 + texmf-dist/doc/latex/arabtex/announce.txt + texmf-dist/doc/latex/arabtex/arabtex.doc + texmf-dist/doc/latex/arabtex/arabtex.faq + texmf-dist/doc/latex/arabtex/arabtex.gif + texmf-dist/doc/latex/arabtex/arabtex.htm + texmf-dist/doc/latex/arabtex/arabtex1.htm + texmf-dist/doc/latex/arabtex/arabtex2.htm + texmf-dist/doc/latex/arabtex/changes.htm + texmf-dist/doc/latex/arabtex/changes.txt + texmf-dist/doc/latex/arabtex/changes2.txt + texmf-dist/doc/latex/arabtex/chg311.htm + texmf-dist/doc/latex/arabtex/chg311a.htm + texmf-dist/doc/latex/arabtex/chg311b.htm + texmf-dist/doc/latex/arabtex/chg311c.htm + texmf-dist/doc/latex/arabtex/chg311d.htm + texmf-dist/doc/latex/arabtex/guha.ps + texmf-dist/doc/latex/arabtex/hebrew.305 + texmf-dist/doc/latex/arabtex/install.txt + texmf-dist/doc/latex/arabtex/lppl.txt + texmf-dist/doc/latex/arabtex/malay.ps + texmf-dist/doc/latex/arabtex/manifest.txt + texmf-dist/doc/latex/arabtex/miktex.htm + texmf-dist/doc/latex/arabtex/miktex.mai + texmf-dist/doc/latex/arabtex/new1.gif + texmf-dist/doc/latex/arabtex/new2.gif + texmf-dist/doc/latex/arabtex/readme.305 + texmf-dist/doc/latex/arabtex/readme.txt details="Readme" + texmf-dist/doc/latex/arabtex/refer.htm + texmf-dist/doc/latex/arabtex/sindhi.ps + texmf-dist/doc/latex/arabtex/tetex.txt + texmf-dist/doc/latex/arabtex/uighur.ps + texmf-dist/doc/latex/arabtex/xarbsymb.dat +runfiles size=300 + texmf-dist/fonts/map/dvips/arabtex/arabtex.map + texmf-dist/fonts/source/public/arabtex/arabsymb.mf + texmf-dist/fonts/source/public/arabtex/hcaption.mf + texmf-dist/fonts/source/public/arabtex/hcbase.mf + texmf-dist/fonts/source/public/arabtex/hclassic.mf + texmf-dist/fonts/source/public/arabtex/nash.mf + texmf-dist/fonts/source/public/arabtex/nash14.mf + texmf-dist/fonts/source/public/arabtex/nash14bf.mf + texmf-dist/fonts/source/public/arabtex/nashbase.mf + texmf-dist/fonts/source/public/arabtex/nashchar.mf + texmf-dist/fonts/source/public/arabtex/nashdia.mf + texmf-dist/fonts/source/public/arabtex/nashdig.mf + texmf-dist/fonts/source/public/arabtex/nashlig.mf + texmf-dist/fonts/source/public/arabtex/nashspec.mf + texmf-dist/fonts/source/public/arabtex/xarbsymb.mf + texmf-dist/fonts/source/public/arabtex/xnsh.mf + texmf-dist/fonts/source/public/arabtex/xnsh14.mf + texmf-dist/fonts/source/public/arabtex/xnsh14bf.mf + texmf-dist/fonts/source/public/arabtex/xnshbase.mf + texmf-dist/fonts/source/public/arabtex/xnshchar.mf + texmf-dist/fonts/source/public/arabtex/xnshdia.mf + texmf-dist/fonts/source/public/arabtex/xnshdig.mf + texmf-dist/fonts/source/public/arabtex/xnshlig.mf + texmf-dist/fonts/source/public/arabtex/xnshspec.mf + texmf-dist/fonts/tfm/public/arabtex/hcaption.tfm + texmf-dist/fonts/tfm/public/arabtex/hclassic.tfm + texmf-dist/fonts/tfm/public/arabtex/nash14.tfm + texmf-dist/fonts/tfm/public/arabtex/nash14bf.tfm + texmf-dist/fonts/tfm/public/arabtex/xnsh14.tfm + texmf-dist/fonts/tfm/public/arabtex/xnsh14bf.tfm + texmf-dist/fonts/tfm/public/arabtex/yarborn.tfm + texmf-dist/fonts/type1/public/arabtex/hcaption-4.pfb + texmf-dist/fonts/type1/public/arabtex/hclassic-4.pfb + texmf-dist/fonts/type1/public/arabtex/xnsh14.pfb + texmf-dist/fonts/type1/public/arabtex/xnsh14bf.pfb + texmf-dist/tex/latex/arabtex/Uxnsh.fd + texmf-dist/tex/latex/arabtex/abidir.sty + texmf-dist/tex/latex/arabtex/abjad.sty + texmf-dist/tex/latex/arabtex/aboxes.sty + texmf-dist/tex/latex/arabtex/acjk.sty + texmf-dist/tex/latex/arabtex/acmd.sty + texmf-dist/tex/latex/arabtex/aconfig.sty + texmf-dist/tex/latex/arabtex/aedpatch.sty + texmf-dist/tex/latex/arabtex/afonts.sty + texmf-dist/tex/latex/arabtex/afonts0.sty + texmf-dist/tex/latex/arabtex/afonts1.sty + texmf-dist/tex/latex/arabtex/afonts2.sty + texmf-dist/tex/latex/arabtex/afoot.sty + texmf-dist/tex/latex/arabtex/alatex.sty + texmf-dist/tex/latex/arabtex/aligs.sty + texmf-dist/tex/latex/arabtex/alists.sty + texmf-dist/tex/latex/arabtex/alocal.sty + texmf-dist/tex/latex/arabtex/altxext.sty + texmf-dist/tex/latex/arabtex/amac.sty + texmf-dist/tex/latex/arabtex/aoutput.sty + texmf-dist/tex/latex/arabtex/aparse.sty + texmf-dist/tex/latex/arabtex/apatch.sty + texmf-dist/tex/latex/arabtex/arababel.sty + texmf-dist/tex/latex/arabtex/arabart.cls + texmf-dist/tex/latex/arabtex/arabaux.sty + texmf-dist/tex/latex/arabtex/arabbook.cls + texmf-dist/tex/latex/arabtex/arabchrs.sty + texmf-dist/tex/latex/arabtex/arabext.sty + texmf-dist/tex/latex/arabtex/arabrep.cls + texmf-dist/tex/latex/arabtex/arabrep1.cls + texmf-dist/tex/latex/arabtex/arabskel.sty + texmf-dist/tex/latex/arabtex/arabsymb.sty + texmf-dist/tex/latex/arabtex/arabtex.sty + texmf-dist/tex/latex/arabtex/arabtex.tex + texmf-dist/tex/latex/arabtex/arabtoks.sty + texmf-dist/tex/latex/arabtex/arwindoc.tex + texmf-dist/tex/latex/arabtex/ascan.sty + texmf-dist/tex/latex/arabtex/asect.sty + texmf-dist/tex/latex/arabtex/asize10.clo + texmf-dist/tex/latex/arabtex/asize11.clo + texmf-dist/tex/latex/arabtex/asize12.clo + texmf-dist/tex/latex/arabtex/asmo449.sty + texmf-dist/tex/latex/arabtex/asmo449a.sty + texmf-dist/tex/latex/arabtex/atabg.sty + texmf-dist/tex/latex/arabtex/atrans.sty + texmf-dist/tex/latex/arabtex/awrite.sty + texmf-dist/tex/latex/arabtex/bhs.sty + texmf-dist/tex/latex/arabtex/bhslabel.sty + texmf-dist/tex/latex/arabtex/buck.sty + texmf-dist/tex/latex/arabtex/captions.def + texmf-dist/tex/latex/arabtex/cp1256.sty + texmf-dist/tex/latex/arabtex/etrans.sty + texmf-dist/tex/latex/arabtex/gedalin.sty + texmf-dist/tex/latex/arabtex/guha.tex + texmf-dist/tex/latex/arabtex/hebchrs.sty + texmf-dist/tex/latex/arabtex/hebsymb.sty + texmf-dist/tex/latex/arabtex/hebtex.sty + texmf-dist/tex/latex/arabtex/hebtex.tex + texmf-dist/tex/latex/arabtex/hecmd.sty + texmf-dist/tex/latex/arabtex/hefonts.sty + texmf-dist/tex/latex/arabtex/hefonts0.sty + texmf-dist/tex/latex/arabtex/hefonts1.sty + texmf-dist/tex/latex/arabtex/hefonts2.sty + texmf-dist/tex/latex/arabtex/heparse.sty + texmf-dist/tex/latex/arabtex/hepatch.sty + texmf-dist/tex/latex/arabtex/hescan.sty + texmf-dist/tex/latex/arabtex/hetrans.sty + texmf-dist/tex/latex/arabtex/hewrite.sty + texmf-dist/tex/latex/arabtex/hmac.sty + texmf-dist/tex/latex/arabtex/isiri.sty + texmf-dist/tex/latex/arabtex/iso88596.sty + texmf-dist/tex/latex/arabtex/kashmiri.tex + texmf-dist/tex/latex/arabtex/ligtable.tex + texmf-dist/tex/latex/arabtex/malay.tex + texmf-dist/tex/latex/arabtex/nashbf.sty + texmf-dist/tex/latex/arabtex/omar.tex + texmf-dist/tex/latex/arabtex/raw.sty + texmf-dist/tex/latex/arabtex/saw.sty + texmf-dist/tex/latex/arabtex/sindhi.tex + texmf-dist/tex/latex/arabtex/sotoku.sty + texmf-dist/tex/latex/arabtex/twoblks.sty + texmf-dist/tex/latex/arabtex/uheb.fd + texmf-dist/tex/latex/arabtex/uighur.tex + texmf-dist/tex/latex/arabtex/unash.fd + texmf-dist/tex/latex/arabtex/utf8.sty + texmf-dist/tex/latex/arabtex/utfcode.sty + texmf-dist/tex/latex/arabtex/verses.sty + texmf-dist/tex/latex/arabtex/witbhs.sty + texmf-dist/tex/latex/arabtex/xarbskel.sty + texmf-dist/tex/latex/arabtex/xarbsymb.sty + texmf-dist/tex/latex/arabtex/yiddish.sty +catalogue-ctan /language/arabic/arabtex +catalogue-date 2007-05-24 10:59:21 +0200 +catalogue-license lppl +catalogue-version 3.11s + +name arabxetex +category Package +revision 15878 +shortdesc An ArabTeX-like interface for XeLaTeX. +longdesc ArabXeTeX provides a convenient ArabTeX-like user-interface for +longdesc typesetting languages using the Arabic script in XeLaTeX, with +longdesc flexible access to font features. Input in ArabTeX notation can +longdesc be set in three different vocalization modes or in roman +longdesc transliteration. Direct UTF-8 input is also supported. The +longdesc parsing and converting of ArabTeX input to Unicode is done by +longdesc means of TECkit mappings. Version 1.0 provides support for +longdesc Arabic, Maghribi Arabic, Farsi (Persian), Urdu, Sindhi, +longdesc Kashmiri, Ottoman Turkish, Kurdish, Jawi (Malay) and Uighur. +longdesc The documentation (not yet complete) covers topics such as +longdesc typesetting the Holy Quran, typesetting bidirectional critical +longdesc editions (with ednotes), and information on various recommended +longdesc OpenType fonts for the Arabic script and for transliterating +longdesc Oriental languages. +docfiles size=144 + texmf-dist/doc/xelatex/arabxetex/README details="Readme" + texmf-dist/doc/xelatex/arabxetex/arabtex-kurdish.maps + texmf-dist/doc/xelatex/arabxetex/arabtex-uighur.maps + texmf-dist/doc/xelatex/arabxetex/arabtex.maps + texmf-dist/doc/xelatex/arabxetex/arabxetex.dtx + texmf-dist/doc/xelatex/arabxetex/arabxetex.pdf + texmf-dist/doc/xelatex/arabxetex/ednotes_example.pdf + texmf-dist/doc/xelatex/arabxetex/ednotes_example.tex + texmf-dist/doc/xelatex/arabxetex/makemaps.pl + texmf-dist/doc/xelatex/arabxetex/minimal.tex +runfiles size=115 + texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabic-novowels.tec + texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabicdigits.tec + texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabicfixes.tec + texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-farsi-trans-loc.map + texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-farsi-trans-loc.tec + texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2alif-farsi-fullvoc.tec + texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2alif-farsi-novoc.tec + texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2alif-farsi-voc.tec + texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2alif-fullvoc.tec + texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2alif-kashmiri-fullvoc.tec + texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2alif-kashmiri-novoc.tec + texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2alif-kashmiri-voc.tec + texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2alif-kurdish.tec + texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2alif-maghribi-fullvoc.tec + texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2alif-maghribi-novoc.tec + texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2alif-maghribi-voc.tec + texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2alif-malay-fullvoc.tec + texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2alif-malay-novoc.tec + texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2alif-malay-voc.tec + texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2alif-novoc.tec + texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2alif-pashto-fullvoc.tec + texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2alif-pashto-novoc.tec + texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2alif-pashto-voc.tec + texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2alif-sindhi-fullvoc.tec + texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2alif-sindhi-novoc.tec + texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2alif-sindhi-voc.tec + texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2alif-turk-fullvoc.tec + texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2alif-turk-novoc.tec + texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2alif-turk-voc.tec + texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2alif-uighur.tec + texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2alif-urdu-fullvoc.tec + texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2alif-urdu-novoc.tec + texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2alif-urdu-voc.tec + texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2alif-voc.tec + texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2noalif-farsi-fullvoc.tec + texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2noalif-farsi-novoc.tec + texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2noalif-farsi-voc.tec + texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2noalif-fullvoc.tec + texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2noalif-kashmiri-fullvoc.tec + texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2noalif-kashmiri-novoc.tec + texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2noalif-kashmiri-voc.tec + texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2noalif-kurdish.tec + texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2noalif-maghribi-fullvoc.tec + texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2noalif-maghribi-novoc.tec + texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2noalif-maghribi-voc.tec + texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2noalif-malay-fullvoc.tec + texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2noalif-malay-novoc.tec + texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2noalif-malay-voc.tec + texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2noalif-novoc.tec + texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2noalif-pashto-fullvoc.tec + texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2noalif-pashto-novoc.tec + texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2noalif-pashto-voc.tec + texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2noalif-sindhi-fullvoc.tec + texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2noalif-sindhi-novoc.tec + texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2noalif-sindhi-voc.tec + texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2noalif-turk-fullvoc.tec + texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2noalif-turk-novoc.tec + texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2noalif-turk-voc.tec + texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2noalif-uighur.tec + texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2noalif-urdu-fullvoc.tec + texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2noalif-urdu-novoc.tec + texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2noalif-urdu-voc.tec + texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2noalif-voc.tec + texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-pashto-trans-loc.map + texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-pashto-trans-loc.tec + texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-sindhi-trans-loc.map + texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-sindhi-trans-loc.tec + texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-trans-dmg.map + texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-trans-dmg.tec + texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-trans-loc.map + texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-trans-loc.tec + texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-urdu-trans-loc.map + texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/arabtex-urdu-trans-loc.tec + texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/farsidigits.tec + texmf-dist/tex/xelatex/arabxetex/arabxetex.sty +catalogue-ctan /macros/xetex/latex/arabxetex +catalogue-date 2008-08-16 20:32:59 +0200 +catalogue-license lppl +catalogue-version v1.1.2 + +name archaic +category Package +revision 15878 +shortdesc A collection of archaic fonts. +longdesc The collection contains fonts to represent Aramaic, Cypriot, +longdesc Etruscan, Greek of the 6th and 4th centuries BCE, Egyptian +longdesc hieroglyphics, Linear A, Linear B, Nabatean old Persian, the +longdesc Phaistos disc, Phoenician, proto-Semitic, runic, South Arabian +longdesc Ugaritic and Viking scripts. The bundle also includes a small +longdesc font for use in phonetic transcription of the archaic writings. +longdesc The bundle's own directory includes a font installation map +longdesc file for the whole collection. +execute addMap archaicprw.map +docfiles size=936 + texmf-dist/doc/fonts/archaic/README.PRW details="A description of Peter Wilson's contribution" + texmf-dist/doc/fonts/archaic/aramaic-README + texmf-dist/doc/fonts/archaic/aramaic.pdf + texmf-dist/doc/fonts/archaic/asamples.pdf details="Collection of font samples" + texmf-dist/doc/fonts/archaic/asamples.tex + texmf-dist/doc/fonts/archaic/cypriot-README + texmf-dist/doc/fonts/archaic/cypriot.pdf + texmf-dist/doc/fonts/archaic/etruscan-README + texmf-dist/doc/fonts/archaic/etruscan.pdf + texmf-dist/doc/fonts/archaic/greek4cbc-README + texmf-dist/doc/fonts/archaic/greek4cbc-trygivbc.pdf + texmf-dist/doc/fonts/archaic/greek4cbc-trygivbc.tex + texmf-dist/doc/fonts/archaic/greek4cbc.pdf + texmf-dist/doc/fonts/archaic/greek6cbc-README + texmf-dist/doc/fonts/archaic/greek6cbc-trygvibc.pdf + texmf-dist/doc/fonts/archaic/greek6cbc-trygvibc.tex + texmf-dist/doc/fonts/archaic/greek6cbc.pdf + texmf-dist/doc/fonts/archaic/hieroglf-README + texmf-dist/doc/fonts/archaic/hieroglf-trypmhg.pdf + texmf-dist/doc/fonts/archaic/hieroglf-trypmhg.tex + texmf-dist/doc/fonts/archaic/hieroglf.pdf + texmf-dist/doc/fonts/archaic/linearb-README + texmf-dist/doc/fonts/archaic/linearb.pdf + texmf-dist/doc/fonts/archaic/nabatean-README + texmf-dist/doc/fonts/archaic/nabatean.pdf + texmf-dist/doc/fonts/archaic/oands-README + texmf-dist/doc/fonts/archaic/oands.pdf + texmf-dist/doc/fonts/archaic/oldprsn-README + texmf-dist/doc/fonts/archaic/oldprsn.pdf + texmf-dist/doc/fonts/archaic/phoenician-README + texmf-dist/doc/fonts/archaic/phoenician-tryphnc.pdf + texmf-dist/doc/fonts/archaic/phoenician-tryphnc.tex + texmf-dist/doc/fonts/archaic/phoenician.pdf + texmf-dist/doc/fonts/archaic/protosem-README + texmf-dist/doc/fonts/archaic/protosem.pdf + texmf-dist/doc/fonts/archaic/runic-README + texmf-dist/doc/fonts/archaic/runic.pdf + texmf-dist/doc/fonts/archaic/sarabian-README + texmf-dist/doc/fonts/archaic/sarabian.pdf + texmf-dist/doc/fonts/archaic/tryaramaic.pdf + texmf-dist/doc/fonts/archaic/tryaramaic.tex + texmf-dist/doc/fonts/archaic/trycypriot.pdf + texmf-dist/doc/fonts/archaic/trycypriot.tex + texmf-dist/doc/fonts/archaic/tryetruscan.pdf + texmf-dist/doc/fonts/archaic/tryetruscan.tex + texmf-dist/doc/fonts/archaic/trylinearb.pdf + texmf-dist/doc/fonts/archaic/trylinearb.tex + texmf-dist/doc/fonts/archaic/trynabatean.pdf + texmf-dist/doc/fonts/archaic/trynabatean.tex + texmf-dist/doc/fonts/archaic/tryoands.pdf + texmf-dist/doc/fonts/archaic/tryoands.tex + texmf-dist/doc/fonts/archaic/tryoldprsn.pdf + texmf-dist/doc/fonts/archaic/tryoldprsn.tex + texmf-dist/doc/fonts/archaic/tryprotosem.pdf + texmf-dist/doc/fonts/archaic/tryprotosem.tex + texmf-dist/doc/fonts/archaic/tryrunic.pdf + texmf-dist/doc/fonts/archaic/tryrunic.tex + texmf-dist/doc/fonts/archaic/trysarabian.pdf + texmf-dist/doc/fonts/archaic/trysarabian.tex + texmf-dist/doc/fonts/archaic/tryugarite.pdf + texmf-dist/doc/fonts/archaic/tryugarite.tex + texmf-dist/doc/fonts/archaic/ugarite-README + texmf-dist/doc/fonts/archaic/ugarite.pdf + texmf-dist/doc/fonts/archaic/viking-README + texmf-dist/doc/fonts/archaic/viking-try_vik.tex +srcfiles size=261 + texmf-dist/source/fonts/archaic/aramaic.dtx + texmf-dist/source/fonts/archaic/aramaic.ins + texmf-dist/source/fonts/archaic/cypriot.dtx + texmf-dist/source/fonts/archaic/cypriot.ins + texmf-dist/source/fonts/archaic/etruscan.dtx + texmf-dist/source/fonts/archaic/etruscan.ins + texmf-dist/source/fonts/archaic/greek4cbc.dtx + texmf-dist/source/fonts/archaic/greek4cbc.ins + texmf-dist/source/fonts/archaic/greek6cbc.dtx + texmf-dist/source/fonts/archaic/greek6cbc.ins + texmf-dist/source/fonts/archaic/hieroglf.dtx + texmf-dist/source/fonts/archaic/hieroglf.ins + texmf-dist/source/fonts/archaic/linearb.dtx + texmf-dist/source/fonts/archaic/linearb.ins + texmf-dist/source/fonts/archaic/nabatean.dtx + texmf-dist/source/fonts/archaic/nabatean.ins + texmf-dist/source/fonts/archaic/oands.dtx + texmf-dist/source/fonts/archaic/oands.ins + texmf-dist/source/fonts/archaic/oldprsn.dtx + texmf-dist/source/fonts/archaic/oldprsn.ins + texmf-dist/source/fonts/archaic/phoenician.dtx + texmf-dist/source/fonts/archaic/phoenician.ins + texmf-dist/source/fonts/archaic/protosem.dtx + texmf-dist/source/fonts/archaic/protosem.ins + texmf-dist/source/fonts/archaic/runic.dtx + texmf-dist/source/fonts/archaic/runic.ins + texmf-dist/source/fonts/archaic/sarabian.dtx + texmf-dist/source/fonts/archaic/sarabian.ins + texmf-dist/source/fonts/archaic/ugarite.dtx + texmf-dist/source/fonts/archaic/ugarite.ins + texmf-dist/source/fonts/archaic/viking.dtx + texmf-dist/source/fonts/archaic/viking.ins +runfiles size=270 + texmf-dist/fonts/afm/public/archaic/aram10.afm + texmf-dist/fonts/afm/public/archaic/copsn10.afm + texmf-dist/fonts/afm/public/archaic/cugar10.afm + texmf-dist/fonts/afm/public/archaic/cypr10.afm + texmf-dist/fonts/afm/public/archaic/etr10.afm + texmf-dist/fonts/afm/public/archaic/fut10.afm + texmf-dist/fonts/afm/public/archaic/givbc10.afm + texmf-dist/fonts/afm/public/archaic/gvibc10.afm + texmf-dist/fonts/afm/public/archaic/linb10.afm + texmf-dist/fonts/afm/public/archaic/nab10.afm + texmf-dist/fonts/afm/public/archaic/oandsi10.afm + texmf-dist/fonts/afm/public/archaic/oandsu10.afm + texmf-dist/fonts/afm/public/archaic/phnc10.afm + texmf-dist/fonts/afm/public/archaic/pmhg.afm + texmf-dist/fonts/afm/public/archaic/proto10.afm + texmf-dist/fonts/afm/public/archaic/sarab10.afm + texmf-dist/fonts/map/dvips/archaic/aramaic.map + texmf-dist/fonts/map/dvips/archaic/archaicprw.map + texmf-dist/fonts/map/dvips/archaic/cypriot.map + texmf-dist/fonts/map/dvips/archaic/etruscan.map + texmf-dist/fonts/map/dvips/archaic/fut10.map + texmf-dist/fonts/map/dvips/archaic/greek4cbc.map + texmf-dist/fonts/map/dvips/archaic/greek6cbc.map + texmf-dist/fonts/map/dvips/archaic/hieroglf.map + texmf-dist/fonts/map/dvips/archaic/linearb.map + texmf-dist/fonts/map/dvips/archaic/nabatean.map + texmf-dist/fonts/map/dvips/archaic/oands.map + texmf-dist/fonts/map/dvips/archaic/oldprsn.map + texmf-dist/fonts/map/dvips/archaic/phoenician.map + texmf-dist/fonts/map/dvips/archaic/protosem.map + texmf-dist/fonts/map/dvips/archaic/sarabian.map + texmf-dist/fonts/map/dvips/archaic/ugarite.map + texmf-dist/fonts/source/public/archaic/copsn10.mf + texmf-dist/fonts/source/public/archaic/givbc10.mf + texmf-dist/fonts/source/public/archaic/gvibc10.mf + texmf-dist/fonts/source/public/archaic/sarab10.mf + texmf-dist/fonts/source/public/archaic/vik10.mf + texmf-dist/fonts/source/public/archaic/vikglyph.mf + texmf-dist/fonts/source/public/archaic/viktitle.mf + texmf-dist/fonts/tfm/public/archaic/aram10.tfm + texmf-dist/fonts/tfm/public/archaic/copsn10.tfm + texmf-dist/fonts/tfm/public/archaic/cugar10.tfm + texmf-dist/fonts/tfm/public/archaic/cypr10.tfm + texmf-dist/fonts/tfm/public/archaic/etr10.tfm + texmf-dist/fonts/tfm/public/archaic/fut10.tfm + texmf-dist/fonts/tfm/public/archaic/givbc10.tfm + texmf-dist/fonts/tfm/public/archaic/gvibc10.tfm + texmf-dist/fonts/tfm/public/archaic/linb10.tfm + texmf-dist/fonts/tfm/public/archaic/nab10.tfm + texmf-dist/fonts/tfm/public/archaic/oandsi10.tfm + texmf-dist/fonts/tfm/public/archaic/oandsu10.tfm + texmf-dist/fonts/tfm/public/archaic/phnc10.tfm + texmf-dist/fonts/tfm/public/archaic/pmhg.tfm + texmf-dist/fonts/tfm/public/archaic/proto10.tfm + texmf-dist/fonts/tfm/public/archaic/sarab10.tfm + texmf-dist/fonts/tfm/public/archaic/vik10.tfm + texmf-dist/fonts/type1/public/archaic/aram10.pfb + texmf-dist/fonts/type1/public/archaic/copsn10.pfb + texmf-dist/fonts/type1/public/archaic/cugar10.pfb + texmf-dist/fonts/type1/public/archaic/cypr10.pfb + texmf-dist/fonts/type1/public/archaic/etr10.pfb + texmf-dist/fonts/type1/public/archaic/fut10.pfb + texmf-dist/fonts/type1/public/archaic/givbc10.pfb + texmf-dist/fonts/type1/public/archaic/gvibc10.pfb + texmf-dist/fonts/type1/public/archaic/linb10.pfb + texmf-dist/fonts/type1/public/archaic/nab10.pfb + texmf-dist/fonts/type1/public/archaic/oandsi10.pfb + texmf-dist/fonts/type1/public/archaic/oandsu10.pfb + texmf-dist/fonts/type1/public/archaic/phnc10.pfb + texmf-dist/fonts/type1/public/archaic/pmhg.pfb + texmf-dist/fonts/type1/public/archaic/proto10.pfb + texmf-dist/fonts/type1/public/archaic/sarab10.pfb + texmf-dist/tex/latex/archaic/aramaic.sty + texmf-dist/tex/latex/archaic/cypriot.sty + texmf-dist/tex/latex/archaic/etruscan.sty + texmf-dist/tex/latex/archaic/greek4cbc.sty + texmf-dist/tex/latex/archaic/greek6cbc.sty + texmf-dist/tex/latex/archaic/hieroglf.sty + texmf-dist/tex/latex/archaic/linearb.sty + texmf-dist/tex/latex/archaic/nabatean.sty + texmf-dist/tex/latex/archaic/oands.sty + texmf-dist/tex/latex/archaic/oldprsn.sty + texmf-dist/tex/latex/archaic/ot1aram.fd + texmf-dist/tex/latex/archaic/ot1copsn.fd + texmf-dist/tex/latex/archaic/ot1cugar.fd + texmf-dist/tex/latex/archaic/ot1cypr.fd + texmf-dist/tex/latex/archaic/ot1etr.fd + texmf-dist/tex/latex/archaic/ot1fut.fd + texmf-dist/tex/latex/archaic/ot1givbc.fd + texmf-dist/tex/latex/archaic/ot1gvibc.fd + texmf-dist/tex/latex/archaic/ot1nab.fd + texmf-dist/tex/latex/archaic/ot1oands.fd + texmf-dist/tex/latex/archaic/ot1phnc.fd + texmf-dist/tex/latex/archaic/ot1pmhg.fd + texmf-dist/tex/latex/archaic/ot1proto.fd + texmf-dist/tex/latex/archaic/ot1sarab.fd + texmf-dist/tex/latex/archaic/ot1vik.fd + texmf-dist/tex/latex/archaic/phoenician.sty + texmf-dist/tex/latex/archaic/protosem.sty + texmf-dist/tex/latex/archaic/runic.sty + texmf-dist/tex/latex/archaic/sarabian.sty + texmf-dist/tex/latex/archaic/t1aram.fd + texmf-dist/tex/latex/archaic/t1copsn.fd + texmf-dist/tex/latex/archaic/t1cugar.fd + texmf-dist/tex/latex/archaic/t1cypr.fd + texmf-dist/tex/latex/archaic/t1etr.fd + texmf-dist/tex/latex/archaic/t1fut.fd + texmf-dist/tex/latex/archaic/t1givbc.fd + texmf-dist/tex/latex/archaic/t1gvibc.fd + texmf-dist/tex/latex/archaic/t1linb.fd + texmf-dist/tex/latex/archaic/t1nab.fd + texmf-dist/tex/latex/archaic/t1oands.fd + texmf-dist/tex/latex/archaic/t1phnc.fd + texmf-dist/tex/latex/archaic/t1pmhg.fd + texmf-dist/tex/latex/archaic/t1proto.fd + texmf-dist/tex/latex/archaic/t1sarab.fd + texmf-dist/tex/latex/archaic/t1vik.fd + texmf-dist/tex/latex/archaic/ugarite.sty + texmf-dist/tex/latex/archaic/viking.sty +catalogue-ctan /fonts/archaic +catalogue-date 2006-11-08 11:10:08 +0100 +catalogue-license lppl + +name arcs +category Package +revision 15878 +shortdesc Draw arcs over and under text +longdesc The package provides two commands for placing an arc over +longdesc (\overarc) or under (\underarc) a piece of text. (The text may +longdesc be up to three letters long.) The commands generate an \hbox, +longdesc and may be used both in text and in maths formulae. +docfiles size=22 + texmf-dist/doc/latex/arcs/README details="Package README" + texmf-dist/doc/latex/arcs/arcs.pdf details="Package documentation" + texmf-dist/doc/latex/arcs/arcstest.tex +srcfiles size=3 + texmf-dist/source/latex/arcs/arcs.dtx + texmf-dist/source/latex/arcs/arcs.ins +runfiles size=1 + texmf-dist/tex/latex/arcs/arcs.sty +catalogue-ctan /macros/latex/contrib/arcs +catalogue-date 2006-10-12 15:06:10 +0200 +catalogue-license lppl +catalogue-version 1 + +name arev +category Package +revision 15878 +shortdesc Fonts and LaTeX support files for Arev Sans. +longdesc The package arev provides type 1 and virtual fonts, together +longdesc with LaTeX packages for using Arev Sans in both text and +longdesc mathematics. Arev Sans is a derivative of Bitstream Vera Sans +longdesc created by Tavmjong Bah, adding support for Greek and Cyrillic +longdesc characters. Bah also added a few variant letters that are more +longdesc appropriate for mathematics. The primary purpose for using Arev +longdesc Sans in LaTeX is presentations, particularly when using a +longdesc computer projector. In such a context, Arev Sans is quite +longdesc readable, with large x-height, "open letters", wide spacing, +longdesc and thick stems. The style is very similar to the SliTeX font +longdesc lcmss, but heavier. Arev is one of a very small number of sans- +longdesc font mathematics support packages. Others are cmbright, hvmath +longdesc and kerkis. +execute addMap arev.map +docfiles size=232 + texmf-dist/doc/fonts/arev/ArevSansLicense.txt + texmf-dist/doc/fonts/arev/BitstreamVeraLicense.txt + texmf-dist/doc/fonts/arev/ChangeLog + texmf-dist/doc/fonts/arev/GPLv2.txt + texmf-dist/doc/fonts/arev/LPPLv1-3a.txt + texmf-dist/doc/fonts/arev/Makefile + texmf-dist/doc/fonts/arev/README details="Readme" + texmf-dist/doc/fonts/arev/arevdoc.lyx + texmf-dist/doc/fonts/arev/arevdoc.pdf details="Package documentation" + texmf-dist/doc/fonts/arev/arevdoc.tex + texmf-dist/doc/fonts/arev/fontsample.tex + texmf-dist/doc/fonts/arev/mathtesty.pdf + texmf-dist/doc/fonts/arev/mathtesty.tex + texmf-dist/doc/fonts/arev/prosper-arev.tex + texmf-dist/doc/fonts/arev/prosper-cmbright.tex + texmf-dist/doc/fonts/arev/prosper-cmss.tex + texmf-dist/doc/fonts/arev/prosper-header.tex + texmf-dist/doc/fonts/arev/prosper-helvetica.tex + texmf-dist/doc/fonts/arev/prosper-kerkis.tex + texmf-dist/doc/fonts/arev/prosper-lcmss.tex + texmf-dist/doc/fonts/arev/prosper-text.tex +srcfiles size=25 + texmf-dist/source/fonts/arev/TODO.txt + texmf-dist/source/fonts/arev/afmtoglyphlist + texmf-dist/source/fonts/arev/arevfontinst.tex + texmf-dist/source/fonts/arev/arevoml.etx + texmf-dist/source/fonts/arev/arevoms.etx + texmf-dist/source/fonts/arev/arevot1.etx + texmf-dist/source/fonts/arev/convert-ff + texmf-dist/source/fonts/arev/createkerndata + texmf-dist/source/fonts/arev/enctofontpos + texmf-dist/source/fonts/arev/fixkernaccents.tex + texmf-dist/source/fonts/arev/fixweierstrass.mtx + texmf-dist/source/fonts/arev/fonttokernsfd.ff + texmf-dist/source/fonts/arev/fonttopfb.ff + texmf-dist/source/fonts/arev/glyphlistoml.tex + texmf-dist/source/fonts/arev/glyphlistoms.tex + texmf-dist/source/fonts/arev/glyphlistot1.tex + texmf-dist/source/fonts/arev/makefontfiles + texmf-dist/source/fonts/arev/resetdotlessi.mtx + texmf-dist/source/fonts/arev/sfdtokernaccent + texmf-dist/source/fonts/arev/unsetomssymbols.mtx + texmf-dist/source/fonts/arev/unsetot1symbols.mtx +runfiles size=392 + texmf-dist/fonts/afm/public/arev/ArevSans-Bold.afm + texmf-dist/fonts/afm/public/arev/ArevSans-BoldOblique.afm + texmf-dist/fonts/afm/public/arev/ArevSans-Oblique.afm + texmf-dist/fonts/afm/public/arev/ArevSans-Roman.afm + texmf-dist/fonts/enc/dvips/arev/arevoml.enc + texmf-dist/fonts/enc/dvips/arev/arevoms.enc + texmf-dist/fonts/enc/dvips/arev/arevot1.enc + texmf-dist/fonts/map/dvips/arev/arev.map + texmf-dist/fonts/tfm/public/arev/ArevSans-Bold.tfm + texmf-dist/fonts/tfm/public/arev/ArevSans-BoldOblique.tfm + texmf-dist/fonts/tfm/public/arev/ArevSans-Oblique.tfm + texmf-dist/fonts/tfm/public/arev/ArevSans-Roman.tfm + texmf-dist/fonts/tfm/public/arev/favb8r.tfm + texmf-dist/fonts/tfm/public/arev/favb8t.tfm + texmf-dist/fonts/tfm/public/arev/favbi8r.tfm + texmf-dist/fonts/tfm/public/arev/favbi8t.tfm + texmf-dist/fonts/tfm/public/arev/favmb7t.tfm + texmf-dist/fonts/tfm/public/arev/favmbi7m.tfm + texmf-dist/fonts/tfm/public/arev/favmr7t.tfm + texmf-dist/fonts/tfm/public/arev/favmr7y.tfm + texmf-dist/fonts/tfm/public/arev/favmri7m.tfm + texmf-dist/fonts/tfm/public/arev/favr8r.tfm + texmf-dist/fonts/tfm/public/arev/favr8t.tfm + texmf-dist/fonts/tfm/public/arev/favri8r.tfm + texmf-dist/fonts/tfm/public/arev/favri8t.tfm + texmf-dist/fonts/tfm/public/arev/zavmb7t.tfm + texmf-dist/fonts/tfm/public/arev/zavmbi7m.tfm + texmf-dist/fonts/tfm/public/arev/zavmr7t.tfm + texmf-dist/fonts/tfm/public/arev/zavmr7y.tfm + texmf-dist/fonts/tfm/public/arev/zavmri7m.tfm + texmf-dist/fonts/type1/public/arev/ArevSans-Bold.pfb + texmf-dist/fonts/type1/public/arev/ArevSans-BoldOblique.pfb + texmf-dist/fonts/type1/public/arev/ArevSans-Oblique.pfb + texmf-dist/fonts/type1/public/arev/ArevSans-Roman.pfb + texmf-dist/fonts/vf/public/arev/favb8t.vf + texmf-dist/fonts/vf/public/arev/favbi8t.vf + texmf-dist/fonts/vf/public/arev/favr8t.vf + texmf-dist/fonts/vf/public/arev/favri8t.vf + texmf-dist/fonts/vf/public/arev/zavmb7t.vf + texmf-dist/fonts/vf/public/arev/zavmbi7m.vf + texmf-dist/fonts/vf/public/arev/zavmr7t.vf + texmf-dist/fonts/vf/public/arev/zavmr7y.vf + texmf-dist/fonts/vf/public/arev/zavmri7m.vf + texmf-dist/tex/latex/arev/ams-mdbch.sty + texmf-dist/tex/latex/arev/arev.sty + texmf-dist/tex/latex/arev/arevmath.sty + texmf-dist/tex/latex/arev/arevsymbols.tex + texmf-dist/tex/latex/arev/arevtext.sty + texmf-dist/tex/latex/arev/omlzavm.fd + texmf-dist/tex/latex/arev/omszavm.fd + texmf-dist/tex/latex/arev/ot1zavm.fd + texmf-dist/tex/latex/arev/t1fav.fd + texmf-dist/tex/latex/arev/uzavm.fd +catalogue-ctan /fonts/arev +catalogue-date 2007-02-25 15:08:52 +0100 +catalogue-license lppl + +name armenian +category Package +revision 15878 +catalogue armtex +shortdesc A sytem for writing Armenian with TeX and LaTeX. +longdesc ArmTeX is an Armenian system for TeX/LaTeX(2e)/MetaFont. It can +longdesc be used with a standard Latin keyboard without any special +longdesc encoding and/or support for Armenian letters. It can also be +longdesc used with any keyboard which uses encoding having Armenian +longdesc letters in the second half (characters 128-255) of the extended +longdesc ASCII table (for example ArmSCII8 Armenian standard). +docfiles size=51 + texmf-dist/doc/fonts/armenian/examples/latex/manual.tex + texmf-dist/doc/fonts/armenian/examples/latex/raffi.tex + texmf-dist/doc/fonts/armenian/examples/plain/first.tex + texmf-dist/doc/fonts/armenian/examples/plain/table.tex + texmf-dist/doc/fonts/armenian/manual.ps.gz + texmf-dist/doc/fonts/armenian/readme.txt +runfiles size=328 + texmf-dist/fonts/source/public/armenian/arssb10.mf + texmf-dist/fonts/source/public/armenian/arssbs10.mf + texmf-dist/fonts/source/public/armenian/arssr10.mf + texmf-dist/fonts/source/public/armenian/arsssl10.mf + texmf-dist/fonts/source/public/armenian/artmb10.mf + texmf-dist/fonts/source/public/armenian/artmbi10.mf + texmf-dist/fonts/source/public/armenian/artmbs10.mf + texmf-dist/fonts/source/public/armenian/artmi10.mf + texmf-dist/fonts/source/public/armenian/artmr10.mf + texmf-dist/fonts/source/public/armenian/artmsl10.mf + texmf-dist/fonts/source/public/armenian/ps2mfbas.mf + texmf-dist/fonts/tfm/public/armenian/arssb10.tfm + texmf-dist/fonts/tfm/public/armenian/arssbs10.tfm + texmf-dist/fonts/tfm/public/armenian/arssr10.tfm + texmf-dist/fonts/tfm/public/armenian/arsssl10.tfm + texmf-dist/fonts/tfm/public/armenian/artmb10.tfm + texmf-dist/fonts/tfm/public/armenian/artmbi10.tfm + texmf-dist/fonts/tfm/public/armenian/artmbs10.tfm + texmf-dist/fonts/tfm/public/armenian/artmi10.tfm + texmf-dist/fonts/tfm/public/armenian/artmr10.tfm + texmf-dist/fonts/tfm/public/armenian/artmsl10.tfm + texmf-dist/tex/latex/armenian/armscii8.def + texmf-dist/tex/latex/armenian/armtex.sty + texmf-dist/tex/latex/armenian/ot6cmr.fd + texmf-dist/tex/latex/armenian/ot6cmss.fd + texmf-dist/tex/latex/armenian/ot6enc.def + texmf-dist/tex/plain/armenian/arm.tex + texmf-dist/tex/plain/armenian/kbdencod.tex +catalogue-ctan /language/armenian/armtex +catalogue-date 2008-04-19 22:54:02 +0200 +catalogue-license other-free +catalogue-version 2.0 + +name around-the-bend +category Package +revision 15878 +shortdesc Typeset exercises in TeX, with answers. +longdesc This is a typeset version of the files of the aro-bend, plus +longdesc three extra questions (with their answers) that Michael Downes +longdesc didn't manage to get onto CTAN. +docfiles size=210 + texmf-dist/doc/generic/around-the-bend/AroundTheBend.pdf details="The document itself" + texmf-dist/doc/generic/around-the-bend/AroundTheBend.tex + texmf-dist/doc/generic/around-the-bend/README details="Readme" +catalogue-ctan /info/challenges/AroBend +catalogue-date 2008-07-25 19:28:05 +0200 +catalogue-license lppl + +name arphic +category Package +revision 15878 +shortdesc Arphic (Chinese) font packages. +longdesc These are font bundles for the Chinese Arphic fonts which work +longdesc with the CJK package. Arphic is actually the name of the +longdesc company that which created the fonts (and put them under a GPL- +longdesc like licence). +execute addMap bkaiu.map +execute addMap bsmiu.map +execute addMap gbsnu.map +execute addMap gkaiu.map +docfiles size=70 + texmf-dist/doc/fonts/arphic/arphic-sampler.pdf + texmf-dist/doc/fonts/arphic/arphic-sampler.tex + texmf-dist/doc/fonts/arphic/bkaiu/README + texmf-dist/doc/fonts/arphic/bsmiu/README + texmf-dist/doc/fonts/arphic/gbsnu/README + texmf-dist/doc/fonts/arphic/gkaiu/README +runfiles size=8706 + texmf-dist/dvips/arphic/config.bkaiu + texmf-dist/dvips/arphic/config.bsmiu + texmf-dist/dvips/arphic/config.gbsnu + texmf-dist/dvips/arphic/config.gkaiu + texmf-dist/fonts/afm/arphic/bkaiu/bkaiu00.afm + texmf-dist/fonts/afm/arphic/bkaiu/bkaiu02.afm + texmf-dist/fonts/afm/arphic/bkaiu/bkaiu03.afm + texmf-dist/fonts/afm/arphic/bkaiu/bkaiu20.afm + texmf-dist/fonts/afm/arphic/bkaiu/bkaiu21.afm + texmf-dist/fonts/afm/arphic/bkaiu/bkaiu22.afm + texmf-dist/fonts/afm/arphic/bkaiu/bkaiu25.afm + texmf-dist/fonts/afm/arphic/bkaiu/bkaiu26.afm + texmf-dist/fonts/afm/arphic/bkaiu/bkaiu30.afm + texmf-dist/fonts/afm/arphic/bkaiu/bkaiu31.afm + texmf-dist/fonts/afm/arphic/bkaiu/bkaiu32.afm + texmf-dist/fonts/afm/arphic/bkaiu/bkaiu33.afm + texmf-dist/fonts/afm/arphic/bkaiu/bkaiu4e.afm + texmf-dist/fonts/afm/arphic/bkaiu/bkaiu4f.afm + texmf-dist/fonts/afm/arphic/bkaiu/bkaiu50.afm + texmf-dist/fonts/afm/arphic/bkaiu/bkaiu51.afm + texmf-dist/fonts/afm/arphic/bkaiu/bkaiu52.afm + texmf-dist/fonts/afm/arphic/bkaiu/bkaiu53.afm + texmf-dist/fonts/afm/arphic/bkaiu/bkaiu54.afm + texmf-dist/fonts/afm/arphic/bkaiu/bkaiu55.afm + texmf-dist/fonts/afm/arphic/bkaiu/bkaiu56.afm + texmf-dist/fonts/afm/arphic/bkaiu/bkaiu57.afm + texmf-dist/fonts/afm/arphic/bkaiu/bkaiu58.afm + texmf-dist/fonts/afm/arphic/bkaiu/bkaiu59.afm + texmf-dist/fonts/afm/arphic/bkaiu/bkaiu5a.afm + texmf-dist/fonts/afm/arphic/bkaiu/bkaiu5b.afm + texmf-dist/fonts/afm/arphic/bkaiu/bkaiu5c.afm + texmf-dist/fonts/afm/arphic/bkaiu/bkaiu5d.afm + texmf-dist/fonts/afm/arphic/bkaiu/bkaiu5e.afm + texmf-dist/fonts/afm/arphic/bkaiu/bkaiu5f.afm + texmf-dist/fonts/afm/arphic/bkaiu/bkaiu60.afm + texmf-dist/fonts/afm/arphic/bkaiu/bkaiu61.afm + texmf-dist/fonts/afm/arphic/bkaiu/bkaiu62.afm + texmf-dist/fonts/afm/arphic/bkaiu/bkaiu63.afm + texmf-dist/fonts/afm/arphic/bkaiu/bkaiu64.afm + texmf-dist/fonts/afm/arphic/bkaiu/bkaiu65.afm + texmf-dist/fonts/afm/arphic/bkaiu/bkaiu66.afm + texmf-dist/fonts/afm/arphic/bkaiu/bkaiu67.afm + texmf-dist/fonts/afm/arphic/bkaiu/bkaiu68.afm + texmf-dist/fonts/afm/arphic/bkaiu/bkaiu69.afm + texmf-dist/fonts/afm/arphic/bkaiu/bkaiu6a.afm + texmf-dist/fonts/afm/arphic/bkaiu/bkaiu6b.afm + texmf-dist/fonts/afm/arphic/bkaiu/bkaiu6c.afm + texmf-dist/fonts/afm/arphic/bkaiu/bkaiu6d.afm + texmf-dist/fonts/afm/arphic/bkaiu/bkaiu6e.afm + texmf-dist/fonts/afm/arphic/bkaiu/bkaiu6f.afm + texmf-dist/fonts/afm/arphic/bkaiu/bkaiu70.afm + texmf-dist/fonts/afm/arphic/bkaiu/bkaiu71.afm + texmf-dist/fonts/afm/arphic/bkaiu/bkaiu72.afm + texmf-dist/fonts/afm/arphic/bkaiu/bkaiu73.afm + texmf-dist/fonts/afm/arphic/bkaiu/bkaiu74.afm + texmf-dist/fonts/afm/arphic/bkaiu/bkaiu75.afm + texmf-dist/fonts/afm/arphic/bkaiu/bkaiu76.afm + texmf-dist/fonts/afm/arphic/bkaiu/bkaiu77.afm + texmf-dist/fonts/afm/arphic/bkaiu/bkaiu78.afm + texmf-dist/fonts/afm/arphic/bkaiu/bkaiu79.afm + texmf-dist/fonts/afm/arphic/bkaiu/bkaiu7a.afm + texmf-dist/fonts/afm/arphic/bkaiu/bkaiu7b.afm + texmf-dist/fonts/afm/arphic/bkaiu/bkaiu7c.afm + texmf-dist/fonts/afm/arphic/bkaiu/bkaiu7d.afm + texmf-dist/fonts/afm/arphic/bkaiu/bkaiu7e.afm + texmf-dist/fonts/afm/arphic/bkaiu/bkaiu7f.afm + texmf-dist/fonts/afm/arphic/bkaiu/bkaiu80.afm + texmf-dist/fonts/afm/arphic/bkaiu/bkaiu81.afm + texmf-dist/fonts/afm/arphic/bkaiu/bkaiu82.afm + texmf-dist/fonts/afm/arphic/bkaiu/bkaiu83.afm + texmf-dist/fonts/afm/arphic/bkaiu/bkaiu84.afm + texmf-dist/fonts/afm/arphic/bkaiu/bkaiu85.afm + texmf-dist/fonts/afm/arphic/bkaiu/bkaiu86.afm + texmf-dist/fonts/afm/arphic/bkaiu/bkaiu87.afm + texmf-dist/fonts/afm/arphic/bkaiu/bkaiu88.afm + texmf-dist/fonts/afm/arphic/bkaiu/bkaiu89.afm + texmf-dist/fonts/afm/arphic/bkaiu/bkaiu8a.afm + texmf-dist/fonts/afm/arphic/bkaiu/bkaiu8b.afm + texmf-dist/fonts/afm/arphic/bkaiu/bkaiu8c.afm + texmf-dist/fonts/afm/arphic/bkaiu/bkaiu8d.afm + texmf-dist/fonts/afm/arphic/bkaiu/bkaiu8e.afm + texmf-dist/fonts/afm/arphic/bkaiu/bkaiu8f.afm + texmf-dist/fonts/afm/arphic/bkaiu/bkaiu90.afm + texmf-dist/fonts/afm/arphic/bkaiu/bkaiu91.afm + texmf-dist/fonts/afm/arphic/bkaiu/bkaiu92.afm + texmf-dist/fonts/afm/arphic/bkaiu/bkaiu93.afm + texmf-dist/fonts/afm/arphic/bkaiu/bkaiu94.afm + texmf-dist/fonts/afm/arphic/bkaiu/bkaiu95.afm + texmf-dist/fonts/afm/arphic/bkaiu/bkaiu96.afm + texmf-dist/fonts/afm/arphic/bkaiu/bkaiu97.afm + texmf-dist/fonts/afm/arphic/bkaiu/bkaiu98.afm + texmf-dist/fonts/afm/arphic/bkaiu/bkaiu99.afm + texmf-dist/fonts/afm/arphic/bkaiu/bkaiu9a.afm + texmf-dist/fonts/afm/arphic/bkaiu/bkaiu9b.afm + texmf-dist/fonts/afm/arphic/bkaiu/bkaiu9c.afm + texmf-dist/fonts/afm/arphic/bkaiu/bkaiu9d.afm + texmf-dist/fonts/afm/arphic/bkaiu/bkaiu9e.afm + texmf-dist/fonts/afm/arphic/bkaiu/bkaiu9f.afm + texmf-dist/fonts/afm/arphic/bkaiu/bkaiuee.afm + texmf-dist/fonts/afm/arphic/bkaiu/bkaiuf6.afm + texmf-dist/fonts/afm/arphic/bkaiu/bkaiuf7.afm + texmf-dist/fonts/afm/arphic/bkaiu/bkaiuf8.afm + texmf-dist/fonts/afm/arphic/bkaiu/bkaiufa.afm + texmf-dist/fonts/afm/arphic/bkaiu/bkaiufe.afm + texmf-dist/fonts/afm/arphic/bkaiu/bkaiuff.afm + texmf-dist/fonts/afm/arphic/bkaiu/bkaiuv.afm + texmf-dist/fonts/afm/arphic/bsmiu/bsmiu00.afm + texmf-dist/fonts/afm/arphic/bsmiu/bsmiu02.afm + texmf-dist/fonts/afm/arphic/bsmiu/bsmiu03.afm + texmf-dist/fonts/afm/arphic/bsmiu/bsmiu20.afm + texmf-dist/fonts/afm/arphic/bsmiu/bsmiu21.afm + texmf-dist/fonts/afm/arphic/bsmiu/bsmiu22.afm + texmf-dist/fonts/afm/arphic/bsmiu/bsmiu25.afm + texmf-dist/fonts/afm/arphic/bsmiu/bsmiu26.afm + texmf-dist/fonts/afm/arphic/bsmiu/bsmiu30.afm + texmf-dist/fonts/afm/arphic/bsmiu/bsmiu31.afm + texmf-dist/fonts/afm/arphic/bsmiu/bsmiu32.afm + texmf-dist/fonts/afm/arphic/bsmiu/bsmiu33.afm + texmf-dist/fonts/afm/arphic/bsmiu/bsmiu4e.afm + texmf-dist/fonts/afm/arphic/bsmiu/bsmiu4f.afm + texmf-dist/fonts/afm/arphic/bsmiu/bsmiu50.afm + texmf-dist/fonts/afm/arphic/bsmiu/bsmiu51.afm + texmf-dist/fonts/afm/arphic/bsmiu/bsmiu52.afm + texmf-dist/fonts/afm/arphic/bsmiu/bsmiu53.afm + texmf-dist/fonts/afm/arphic/bsmiu/bsmiu54.afm + texmf-dist/fonts/afm/arphic/bsmiu/bsmiu55.afm + texmf-dist/fonts/afm/arphic/bsmiu/bsmiu56.afm + texmf-dist/fonts/afm/arphic/bsmiu/bsmiu57.afm + texmf-dist/fonts/afm/arphic/bsmiu/bsmiu58.afm + texmf-dist/fonts/afm/arphic/bsmiu/bsmiu59.afm + texmf-dist/fonts/afm/arphic/bsmiu/bsmiu5a.afm + texmf-dist/fonts/afm/arphic/bsmiu/bsmiu5b.afm + texmf-dist/fonts/afm/arphic/bsmiu/bsmiu5c.afm + texmf-dist/fonts/afm/arphic/bsmiu/bsmiu5d.afm + texmf-dist/fonts/afm/arphic/bsmiu/bsmiu5e.afm + texmf-dist/fonts/afm/arphic/bsmiu/bsmiu5f.afm + texmf-dist/fonts/afm/arphic/bsmiu/bsmiu60.afm + texmf-dist/fonts/afm/arphic/bsmiu/bsmiu61.afm + texmf-dist/fonts/afm/arphic/bsmiu/bsmiu62.afm + texmf-dist/fonts/afm/arphic/bsmiu/bsmiu63.afm + texmf-dist/fonts/afm/arphic/bsmiu/bsmiu64.afm + texmf-dist/fonts/afm/arphic/bsmiu/bsmiu65.afm + texmf-dist/fonts/afm/arphic/bsmiu/bsmiu66.afm + texmf-dist/fonts/afm/arphic/bsmiu/bsmiu67.afm + texmf-dist/fonts/afm/arphic/bsmiu/bsmiu68.afm + texmf-dist/fonts/afm/arphic/bsmiu/bsmiu69.afm + texmf-dist/fonts/afm/arphic/bsmiu/bsmiu6a.afm + texmf-dist/fonts/afm/arphic/bsmiu/bsmiu6b.afm + texmf-dist/fonts/afm/arphic/bsmiu/bsmiu6c.afm + texmf-dist/fonts/afm/arphic/bsmiu/bsmiu6d.afm + texmf-dist/fonts/afm/arphic/bsmiu/bsmiu6e.afm + texmf-dist/fonts/afm/arphic/bsmiu/bsmiu6f.afm + texmf-dist/fonts/afm/arphic/bsmiu/bsmiu70.afm + texmf-dist/fonts/afm/arphic/bsmiu/bsmiu71.afm + texmf-dist/fonts/afm/arphic/bsmiu/bsmiu72.afm + texmf-dist/fonts/afm/arphic/bsmiu/bsmiu73.afm + texmf-dist/fonts/afm/arphic/bsmiu/bsmiu74.afm + texmf-dist/fonts/afm/arphic/bsmiu/bsmiu75.afm + texmf-dist/fonts/afm/arphic/bsmiu/bsmiu76.afm + texmf-dist/fonts/afm/arphic/bsmiu/bsmiu77.afm + texmf-dist/fonts/afm/arphic/bsmiu/bsmiu78.afm + texmf-dist/fonts/afm/arphic/bsmiu/bsmiu79.afm + texmf-dist/fonts/afm/arphic/bsmiu/bsmiu7a.afm + texmf-dist/fonts/afm/arphic/bsmiu/bsmiu7b.afm + texmf-dist/fonts/afm/arphic/bsmiu/bsmiu7c.afm + texmf-dist/fonts/afm/arphic/bsmiu/bsmiu7d.afm + texmf-dist/fonts/afm/arphic/bsmiu/bsmiu7e.afm + texmf-dist/fonts/afm/arphic/bsmiu/bsmiu7f.afm + texmf-dist/fonts/afm/arphic/bsmiu/bsmiu80.afm + texmf-dist/fonts/afm/arphic/bsmiu/bsmiu81.afm + texmf-dist/fonts/afm/arphic/bsmiu/bsmiu82.afm + texmf-dist/fonts/afm/arphic/bsmiu/bsmiu83.afm + texmf-dist/fonts/afm/arphic/bsmiu/bsmiu84.afm + texmf-dist/fonts/afm/arphic/bsmiu/bsmiu85.afm + texmf-dist/fonts/afm/arphic/bsmiu/bsmiu86.afm + texmf-dist/fonts/afm/arphic/bsmiu/bsmiu87.afm + texmf-dist/fonts/afm/arphic/bsmiu/bsmiu88.afm + texmf-dist/fonts/afm/arphic/bsmiu/bsmiu89.afm + texmf-dist/fonts/afm/arphic/bsmiu/bsmiu8a.afm + texmf-dist/fonts/afm/arphic/bsmiu/bsmiu8b.afm + texmf-dist/fonts/afm/arphic/bsmiu/bsmiu8c.afm + texmf-dist/fonts/afm/arphic/bsmiu/bsmiu8d.afm + texmf-dist/fonts/afm/arphic/bsmiu/bsmiu8e.afm + texmf-dist/fonts/afm/arphic/bsmiu/bsmiu8f.afm + texmf-dist/fonts/afm/arphic/bsmiu/bsmiu90.afm + texmf-dist/fonts/afm/arphic/bsmiu/bsmiu91.afm + texmf-dist/fonts/afm/arphic/bsmiu/bsmiu92.afm + texmf-dist/fonts/afm/arphic/bsmiu/bsmiu93.afm + texmf-dist/fonts/afm/arphic/bsmiu/bsmiu94.afm + texmf-dist/fonts/afm/arphic/bsmiu/bsmiu95.afm + texmf-dist/fonts/afm/arphic/bsmiu/bsmiu96.afm + texmf-dist/fonts/afm/arphic/bsmiu/bsmiu97.afm + texmf-dist/fonts/afm/arphic/bsmiu/bsmiu98.afm + texmf-dist/fonts/afm/arphic/bsmiu/bsmiu99.afm + texmf-dist/fonts/afm/arphic/bsmiu/bsmiu9a.afm + texmf-dist/fonts/afm/arphic/bsmiu/bsmiu9b.afm + texmf-dist/fonts/afm/arphic/bsmiu/bsmiu9c.afm + texmf-dist/fonts/afm/arphic/bsmiu/bsmiu9d.afm + texmf-dist/fonts/afm/arphic/bsmiu/bsmiu9e.afm + texmf-dist/fonts/afm/arphic/bsmiu/bsmiu9f.afm + texmf-dist/fonts/afm/arphic/bsmiu/bsmiuee.afm + texmf-dist/fonts/afm/arphic/bsmiu/bsmiuf6.afm + texmf-dist/fonts/afm/arphic/bsmiu/bsmiuf7.afm + texmf-dist/fonts/afm/arphic/bsmiu/bsmiuf8.afm + texmf-dist/fonts/afm/arphic/bsmiu/bsmiufa.afm + texmf-dist/fonts/afm/arphic/bsmiu/bsmiufe.afm + texmf-dist/fonts/afm/arphic/bsmiu/bsmiuff.afm + texmf-dist/fonts/afm/arphic/bsmiu/bsmiuv.afm + texmf-dist/fonts/afm/arphic/gbsnu/gbsnu00.afm + texmf-dist/fonts/afm/arphic/gbsnu/gbsnu01.afm + texmf-dist/fonts/afm/arphic/gbsnu/gbsnu02.afm + texmf-dist/fonts/afm/arphic/gbsnu/gbsnu03.afm + texmf-dist/fonts/afm/arphic/gbsnu/gbsnu04.afm + texmf-dist/fonts/afm/arphic/gbsnu/gbsnu20.afm + texmf-dist/fonts/afm/arphic/gbsnu/gbsnu21.afm + texmf-dist/fonts/afm/arphic/gbsnu/gbsnu22.afm + texmf-dist/fonts/afm/arphic/gbsnu/gbsnu23.afm + texmf-dist/fonts/afm/arphic/gbsnu/gbsnu24.afm + texmf-dist/fonts/afm/arphic/gbsnu/gbsnu25.afm + texmf-dist/fonts/afm/arphic/gbsnu/gbsnu26.afm + texmf-dist/fonts/afm/arphic/gbsnu/gbsnu30.afm + texmf-dist/fonts/afm/arphic/gbsnu/gbsnu31.afm + texmf-dist/fonts/afm/arphic/gbsnu/gbsnu32.afm + texmf-dist/fonts/afm/arphic/gbsnu/gbsnu4e.afm + texmf-dist/fonts/afm/arphic/gbsnu/gbsnu4f.afm + texmf-dist/fonts/afm/arphic/gbsnu/gbsnu50.afm + texmf-dist/fonts/afm/arphic/gbsnu/gbsnu51.afm + texmf-dist/fonts/afm/arphic/gbsnu/gbsnu52.afm + texmf-dist/fonts/afm/arphic/gbsnu/gbsnu53.afm + texmf-dist/fonts/afm/arphic/gbsnu/gbsnu54.afm + texmf-dist/fonts/afm/arphic/gbsnu/gbsnu55.afm + texmf-dist/fonts/afm/arphic/gbsnu/gbsnu56.afm + texmf-dist/fonts/afm/arphic/gbsnu/gbsnu57.afm + texmf-dist/fonts/afm/arphic/gbsnu/gbsnu58.afm + texmf-dist/fonts/afm/arphic/gbsnu/gbsnu59.afm + texmf-dist/fonts/afm/arphic/gbsnu/gbsnu5a.afm + texmf-dist/fonts/afm/arphic/gbsnu/gbsnu5b.afm + texmf-dist/fonts/afm/arphic/gbsnu/gbsnu5c.afm + texmf-dist/fonts/afm/arphic/gbsnu/gbsnu5d.afm + texmf-dist/fonts/afm/arphic/gbsnu/gbsnu5e.afm + texmf-dist/fonts/afm/arphic/gbsnu/gbsnu5f.afm + texmf-dist/fonts/afm/arphic/gbsnu/gbsnu60.afm + texmf-dist/fonts/afm/arphic/gbsnu/gbsnu61.afm + texmf-dist/fonts/afm/arphic/gbsnu/gbsnu62.afm + texmf-dist/fonts/afm/arphic/gbsnu/gbsnu63.afm + texmf-dist/fonts/afm/arphic/gbsnu/gbsnu64.afm + texmf-dist/fonts/afm/arphic/gbsnu/gbsnu65.afm + texmf-dist/fonts/afm/arphic/gbsnu/gbsnu66.afm + texmf-dist/fonts/afm/arphic/gbsnu/gbsnu67.afm + texmf-dist/fonts/afm/arphic/gbsnu/gbsnu68.afm + texmf-dist/fonts/afm/arphic/gbsnu/gbsnu69.afm + texmf-dist/fonts/afm/arphic/gbsnu/gbsnu6a.afm + texmf-dist/fonts/afm/arphic/gbsnu/gbsnu6b.afm + texmf-dist/fonts/afm/arphic/gbsnu/gbsnu6c.afm + texmf-dist/fonts/afm/arphic/gbsnu/gbsnu6d.afm + texmf-dist/fonts/afm/arphic/gbsnu/gbsnu6e.afm + texmf-dist/fonts/afm/arphic/gbsnu/gbsnu6f.afm + texmf-dist/fonts/afm/arphic/gbsnu/gbsnu70.afm + texmf-dist/fonts/afm/arphic/gbsnu/gbsnu71.afm + texmf-dist/fonts/afm/arphic/gbsnu/gbsnu72.afm + texmf-dist/fonts/afm/arphic/gbsnu/gbsnu73.afm + texmf-dist/fonts/afm/arphic/gbsnu/gbsnu74.afm + texmf-dist/fonts/afm/arphic/gbsnu/gbsnu75.afm + texmf-dist/fonts/afm/arphic/gbsnu/gbsnu76.afm + texmf-dist/fonts/afm/arphic/gbsnu/gbsnu77.afm + texmf-dist/fonts/afm/arphic/gbsnu/gbsnu78.afm + texmf-dist/fonts/afm/arphic/gbsnu/gbsnu79.afm + texmf-dist/fonts/afm/arphic/gbsnu/gbsnu7a.afm + texmf-dist/fonts/afm/arphic/gbsnu/gbsnu7b.afm + texmf-dist/fonts/afm/arphic/gbsnu/gbsnu7c.afm + texmf-dist/fonts/afm/arphic/gbsnu/gbsnu7d.afm + texmf-dist/fonts/afm/arphic/gbsnu/gbsnu7e.afm + texmf-dist/fonts/afm/arphic/gbsnu/gbsnu7f.afm + texmf-dist/fonts/afm/arphic/gbsnu/gbsnu80.afm + texmf-dist/fonts/afm/arphic/gbsnu/gbsnu81.afm + texmf-dist/fonts/afm/arphic/gbsnu/gbsnu82.afm + texmf-dist/fonts/afm/arphic/gbsnu/gbsnu83.afm + texmf-dist/fonts/afm/arphic/gbsnu/gbsnu84.afm + texmf-dist/fonts/afm/arphic/gbsnu/gbsnu85.afm + texmf-dist/fonts/afm/arphic/gbsnu/gbsnu86.afm + texmf-dist/fonts/afm/arphic/gbsnu/gbsnu87.afm + texmf-dist/fonts/afm/arphic/gbsnu/gbsnu88.afm + texmf-dist/fonts/afm/arphic/gbsnu/gbsnu89.afm + texmf-dist/fonts/afm/arphic/gbsnu/gbsnu8a.afm + texmf-dist/fonts/afm/arphic/gbsnu/gbsnu8b.afm + texmf-dist/fonts/afm/arphic/gbsnu/gbsnu8c.afm + texmf-dist/fonts/afm/arphic/gbsnu/gbsnu8d.afm + texmf-dist/fonts/afm/arphic/gbsnu/gbsnu8e.afm + texmf-dist/fonts/afm/arphic/gbsnu/gbsnu8f.afm + texmf-dist/fonts/afm/arphic/gbsnu/gbsnu90.afm + texmf-dist/fonts/afm/arphic/gbsnu/gbsnu91.afm + texmf-dist/fonts/afm/arphic/gbsnu/gbsnu92.afm + texmf-dist/fonts/afm/arphic/gbsnu/gbsnu93.afm + texmf-dist/fonts/afm/arphic/gbsnu/gbsnu94.afm + texmf-dist/fonts/afm/arphic/gbsnu/gbsnu95.afm + texmf-dist/fonts/afm/arphic/gbsnu/gbsnu96.afm + texmf-dist/fonts/afm/arphic/gbsnu/gbsnu97.afm + texmf-dist/fonts/afm/arphic/gbsnu/gbsnu98.afm + texmf-dist/fonts/afm/arphic/gbsnu/gbsnu99.afm + texmf-dist/fonts/afm/arphic/gbsnu/gbsnu9a.afm + texmf-dist/fonts/afm/arphic/gbsnu/gbsnu9b.afm + texmf-dist/fonts/afm/arphic/gbsnu/gbsnu9c.afm + texmf-dist/fonts/afm/arphic/gbsnu/gbsnu9e.afm + texmf-dist/fonts/afm/arphic/gbsnu/gbsnu9f.afm + texmf-dist/fonts/afm/arphic/gbsnu/gbsnufe.afm + texmf-dist/fonts/afm/arphic/gbsnu/gbsnuff.afm + texmf-dist/fonts/afm/arphic/gkaiu/gkaiu00.afm + texmf-dist/fonts/afm/arphic/gkaiu/gkaiu01.afm + texmf-dist/fonts/afm/arphic/gkaiu/gkaiu02.afm + texmf-dist/fonts/afm/arphic/gkaiu/gkaiu03.afm + texmf-dist/fonts/afm/arphic/gkaiu/gkaiu04.afm + texmf-dist/fonts/afm/arphic/gkaiu/gkaiu20.afm + texmf-dist/fonts/afm/arphic/gkaiu/gkaiu21.afm + texmf-dist/fonts/afm/arphic/gkaiu/gkaiu22.afm + texmf-dist/fonts/afm/arphic/gkaiu/gkaiu23.afm + texmf-dist/fonts/afm/arphic/gkaiu/gkaiu24.afm + texmf-dist/fonts/afm/arphic/gkaiu/gkaiu25.afm + texmf-dist/fonts/afm/arphic/gkaiu/gkaiu26.afm + texmf-dist/fonts/afm/arphic/gkaiu/gkaiu30.afm + texmf-dist/fonts/afm/arphic/gkaiu/gkaiu31.afm + texmf-dist/fonts/afm/arphic/gkaiu/gkaiu32.afm + texmf-dist/fonts/afm/arphic/gkaiu/gkaiu4e.afm + texmf-dist/fonts/afm/arphic/gkaiu/gkaiu4f.afm + texmf-dist/fonts/afm/arphic/gkaiu/gkaiu50.afm + texmf-dist/fonts/afm/arphic/gkaiu/gkaiu51.afm + texmf-dist/fonts/afm/arphic/gkaiu/gkaiu52.afm + texmf-dist/fonts/afm/arphic/gkaiu/gkaiu53.afm + texmf-dist/fonts/afm/arphic/gkaiu/gkaiu54.afm + texmf-dist/fonts/afm/arphic/gkaiu/gkaiu55.afm + texmf-dist/fonts/afm/arphic/gkaiu/gkaiu56.afm + texmf-dist/fonts/afm/arphic/gkaiu/gkaiu57.afm + texmf-dist/fonts/afm/arphic/gkaiu/gkaiu58.afm + texmf-dist/fonts/afm/arphic/gkaiu/gkaiu59.afm + texmf-dist/fonts/afm/arphic/gkaiu/gkaiu5a.afm + texmf-dist/fonts/afm/arphic/gkaiu/gkaiu5b.afm + texmf-dist/fonts/afm/arphic/gkaiu/gkaiu5c.afm + texmf-dist/fonts/afm/arphic/gkaiu/gkaiu5d.afm + texmf-dist/fonts/afm/arphic/gkaiu/gkaiu5e.afm + texmf-dist/fonts/afm/arphic/gkaiu/gkaiu5f.afm + texmf-dist/fonts/afm/arphic/gkaiu/gkaiu60.afm + texmf-dist/fonts/afm/arphic/gkaiu/gkaiu61.afm + texmf-dist/fonts/afm/arphic/gkaiu/gkaiu62.afm + texmf-dist/fonts/afm/arphic/gkaiu/gkaiu63.afm + texmf-dist/fonts/afm/arphic/gkaiu/gkaiu64.afm + texmf-dist/fonts/afm/arphic/gkaiu/gkaiu65.afm + texmf-dist/fonts/afm/arphic/gkaiu/gkaiu66.afm + texmf-dist/fonts/afm/arphic/gkaiu/gkaiu67.afm + texmf-dist/fonts/afm/arphic/gkaiu/gkaiu68.afm + texmf-dist/fonts/afm/arphic/gkaiu/gkaiu69.afm + texmf-dist/fonts/afm/arphic/gkaiu/gkaiu6a.afm + texmf-dist/fonts/afm/arphic/gkaiu/gkaiu6b.afm + texmf-dist/fonts/afm/arphic/gkaiu/gkaiu6c.afm + texmf-dist/fonts/afm/arphic/gkaiu/gkaiu6d.afm + texmf-dist/fonts/afm/arphic/gkaiu/gkaiu6e.afm + texmf-dist/fonts/afm/arphic/gkaiu/gkaiu6f.afm + texmf-dist/fonts/afm/arphic/gkaiu/gkaiu70.afm + texmf-dist/fonts/afm/arphic/gkaiu/gkaiu71.afm + texmf-dist/fonts/afm/arphic/gkaiu/gkaiu72.afm + texmf-dist/fonts/afm/arphic/gkaiu/gkaiu73.afm + texmf-dist/fonts/afm/arphic/gkaiu/gkaiu74.afm + texmf-dist/fonts/afm/arphic/gkaiu/gkaiu75.afm + texmf-dist/fonts/afm/arphic/gkaiu/gkaiu76.afm + texmf-dist/fonts/afm/arphic/gkaiu/gkaiu77.afm + texmf-dist/fonts/afm/arphic/gkaiu/gkaiu78.afm + texmf-dist/fonts/afm/arphic/gkaiu/gkaiu79.afm + texmf-dist/fonts/afm/arphic/gkaiu/gkaiu7a.afm + texmf-dist/fonts/afm/arphic/gkaiu/gkaiu7b.afm + texmf-dist/fonts/afm/arphic/gkaiu/gkaiu7c.afm + texmf-dist/fonts/afm/arphic/gkaiu/gkaiu7d.afm + texmf-dist/fonts/afm/arphic/gkaiu/gkaiu7e.afm + texmf-dist/fonts/afm/arphic/gkaiu/gkaiu7f.afm + texmf-dist/fonts/afm/arphic/gkaiu/gkaiu80.afm + texmf-dist/fonts/afm/arphic/gkaiu/gkaiu81.afm + texmf-dist/fonts/afm/arphic/gkaiu/gkaiu82.afm + texmf-dist/fonts/afm/arphic/gkaiu/gkaiu83.afm + texmf-dist/fonts/afm/arphic/gkaiu/gkaiu84.afm + texmf-dist/fonts/afm/arphic/gkaiu/gkaiu85.afm + texmf-dist/fonts/afm/arphic/gkaiu/gkaiu86.afm + texmf-dist/fonts/afm/arphic/gkaiu/gkaiu87.afm + texmf-dist/fonts/afm/arphic/gkaiu/gkaiu88.afm + texmf-dist/fonts/afm/arphic/gkaiu/gkaiu89.afm + texmf-dist/fonts/afm/arphic/gkaiu/gkaiu8a.afm + texmf-dist/fonts/afm/arphic/gkaiu/gkaiu8b.afm + texmf-dist/fonts/afm/arphic/gkaiu/gkaiu8c.afm + texmf-dist/fonts/afm/arphic/gkaiu/gkaiu8d.afm + texmf-dist/fonts/afm/arphic/gkaiu/gkaiu8e.afm + texmf-dist/fonts/afm/arphic/gkaiu/gkaiu8f.afm + texmf-dist/fonts/afm/arphic/gkaiu/gkaiu90.afm + texmf-dist/fonts/afm/arphic/gkaiu/gkaiu91.afm + texmf-dist/fonts/afm/arphic/gkaiu/gkaiu92.afm + texmf-dist/fonts/afm/arphic/gkaiu/gkaiu93.afm + texmf-dist/fonts/afm/arphic/gkaiu/gkaiu94.afm + texmf-dist/fonts/afm/arphic/gkaiu/gkaiu95.afm + texmf-dist/fonts/afm/arphic/gkaiu/gkaiu96.afm + texmf-dist/fonts/afm/arphic/gkaiu/gkaiu97.afm + texmf-dist/fonts/afm/arphic/gkaiu/gkaiu98.afm + texmf-dist/fonts/afm/arphic/gkaiu/gkaiu99.afm + texmf-dist/fonts/afm/arphic/gkaiu/gkaiu9a.afm + texmf-dist/fonts/afm/arphic/gkaiu/gkaiu9b.afm + texmf-dist/fonts/afm/arphic/gkaiu/gkaiu9c.afm + texmf-dist/fonts/afm/arphic/gkaiu/gkaiu9e.afm + texmf-dist/fonts/afm/arphic/gkaiu/gkaiu9f.afm + texmf-dist/fonts/afm/arphic/gkaiu/gkaiufe.afm + texmf-dist/fonts/afm/arphic/gkaiu/gkaiuff.afm + texmf-dist/fonts/map/dvips/arphic/bkaiu.map + texmf-dist/fonts/map/dvips/arphic/bsmiu.map + texmf-dist/fonts/map/dvips/arphic/gbsnu.map + texmf-dist/fonts/map/dvips/arphic/gkaiu.map + texmf-dist/fonts/tfm/arphic/bkaimp/bkaimp00.tfm + texmf-dist/fonts/tfm/arphic/bkaimp/bkaimp01.tfm + texmf-dist/fonts/tfm/arphic/bkaimp/bkaimp02.tfm + texmf-dist/fonts/tfm/arphic/bkaimp/bkaimp03.tfm + texmf-dist/fonts/tfm/arphic/bkaimp/bkaimp04.tfm + texmf-dist/fonts/tfm/arphic/bkaimp/bkaimp05.tfm + texmf-dist/fonts/tfm/arphic/bkaimp/bkaimp06.tfm + texmf-dist/fonts/tfm/arphic/bkaimp/bkaimp07.tfm + texmf-dist/fonts/tfm/arphic/bkaimp/bkaimp08.tfm + texmf-dist/fonts/tfm/arphic/bkaimp/bkaimp09.tfm + texmf-dist/fonts/tfm/arphic/bkaimp/bkaimp10.tfm + texmf-dist/fonts/tfm/arphic/bkaimp/bkaimp11.tfm + texmf-dist/fonts/tfm/arphic/bkaimp/bkaimp12.tfm + texmf-dist/fonts/tfm/arphic/bkaimp/bkaimp13.tfm + texmf-dist/fonts/tfm/arphic/bkaimp/bkaimp14.tfm + texmf-dist/fonts/tfm/arphic/bkaimp/bkaimp15.tfm + texmf-dist/fonts/tfm/arphic/bkaimp/bkaimp16.tfm + texmf-dist/fonts/tfm/arphic/bkaimp/bkaimp17.tfm + texmf-dist/fonts/tfm/arphic/bkaimp/bkaimp18.tfm + texmf-dist/fonts/tfm/arphic/bkaimp/bkaimp19.tfm + texmf-dist/fonts/tfm/arphic/bkaimp/bkaimp20.tfm + texmf-dist/fonts/tfm/arphic/bkaimp/bkaimp21.tfm + texmf-dist/fonts/tfm/arphic/bkaimp/bkaimp22.tfm + texmf-dist/fonts/tfm/arphic/bkaimp/bkaimp23.tfm + texmf-dist/fonts/tfm/arphic/bkaimp/bkaimp25.tfm + texmf-dist/fonts/tfm/arphic/bkaimp/bkaimp26.tfm + texmf-dist/fonts/tfm/arphic/bkaimp/bkaimp27.tfm + texmf-dist/fonts/tfm/arphic/bkaimp/bkaimp28.tfm + texmf-dist/fonts/tfm/arphic/bkaimp/bkaimp29.tfm + texmf-dist/fonts/tfm/arphic/bkaimp/bkaimp30.tfm + texmf-dist/fonts/tfm/arphic/bkaimp/bkaimp31.tfm + texmf-dist/fonts/tfm/arphic/bkaimp/bkaimp32.tfm + texmf-dist/fonts/tfm/arphic/bkaimp/bkaimp33.tfm + texmf-dist/fonts/tfm/arphic/bkaimp/bkaimp34.tfm + texmf-dist/fonts/tfm/arphic/bkaimp/bkaimp35.tfm + texmf-dist/fonts/tfm/arphic/bkaimp/bkaimp36.tfm + texmf-dist/fonts/tfm/arphic/bkaimp/bkaimp37.tfm + texmf-dist/fonts/tfm/arphic/bkaimp/bkaimp38.tfm + texmf-dist/fonts/tfm/arphic/bkaimp/bkaimp39.tfm + texmf-dist/fonts/tfm/arphic/bkaimp/bkaimp40.tfm + texmf-dist/fonts/tfm/arphic/bkaimp/bkaimp41.tfm + texmf-dist/fonts/tfm/arphic/bkaimp/bkaimp42.tfm + texmf-dist/fonts/tfm/arphic/bkaimp/bkaimp43.tfm + texmf-dist/fonts/tfm/arphic/bkaimp/bkaimp44.tfm + texmf-dist/fonts/tfm/arphic/bkaimp/bkaimp45.tfm + texmf-dist/fonts/tfm/arphic/bkaimp/bkaimp46.tfm + texmf-dist/fonts/tfm/arphic/bkaimp/bkaimp47.tfm + texmf-dist/fonts/tfm/arphic/bkaimp/bkaimp48.tfm + texmf-dist/fonts/tfm/arphic/bkaimp/bkaimp49.tfm + texmf-dist/fonts/tfm/arphic/bkaimp/bkaimp50.tfm + texmf-dist/fonts/tfm/arphic/bkaimp/bkaimp51.tfm + texmf-dist/fonts/tfm/arphic/bkaimp/bkaimp52.tfm + texmf-dist/fonts/tfm/arphic/bkaimp/bkaimp53.tfm + texmf-dist/fonts/tfm/arphic/bkaimp/bkaimp54.tfm + texmf-dist/fonts/tfm/arphic/bkaimp/bkaimp55.tfm + texmf-dist/fonts/tfm/arphic/bkaimp/bkaimpv.tfm + texmf-dist/fonts/tfm/arphic/bkaiu/bkaiu00.tfm + texmf-dist/fonts/tfm/arphic/bkaiu/bkaiu02.tfm + texmf-dist/fonts/tfm/arphic/bkaiu/bkaiu03.tfm + texmf-dist/fonts/tfm/arphic/bkaiu/bkaiu20.tfm + texmf-dist/fonts/tfm/arphic/bkaiu/bkaiu21.tfm + texmf-dist/fonts/tfm/arphic/bkaiu/bkaiu22.tfm + texmf-dist/fonts/tfm/arphic/bkaiu/bkaiu25.tfm + texmf-dist/fonts/tfm/arphic/bkaiu/bkaiu26.tfm + texmf-dist/fonts/tfm/arphic/bkaiu/bkaiu30.tfm + texmf-dist/fonts/tfm/arphic/bkaiu/bkaiu31.tfm + texmf-dist/fonts/tfm/arphic/bkaiu/bkaiu32.tfm + texmf-dist/fonts/tfm/arphic/bkaiu/bkaiu33.tfm + texmf-dist/fonts/tfm/arphic/bkaiu/bkaiu4e.tfm + texmf-dist/fonts/tfm/arphic/bkaiu/bkaiu4f.tfm + texmf-dist/fonts/tfm/arphic/bkaiu/bkaiu50.tfm + texmf-dist/fonts/tfm/arphic/bkaiu/bkaiu51.tfm + texmf-dist/fonts/tfm/arphic/bkaiu/bkaiu52.tfm + texmf-dist/fonts/tfm/arphic/bkaiu/bkaiu53.tfm + texmf-dist/fonts/tfm/arphic/bkaiu/bkaiu54.tfm + texmf-dist/fonts/tfm/arphic/bkaiu/bkaiu55.tfm + texmf-dist/fonts/tfm/arphic/bkaiu/bkaiu56.tfm + texmf-dist/fonts/tfm/arphic/bkaiu/bkaiu57.tfm + texmf-dist/fonts/tfm/arphic/bkaiu/bkaiu58.tfm + texmf-dist/fonts/tfm/arphic/bkaiu/bkaiu59.tfm + texmf-dist/fonts/tfm/arphic/bkaiu/bkaiu5a.tfm + texmf-dist/fonts/tfm/arphic/bkaiu/bkaiu5b.tfm + texmf-dist/fonts/tfm/arphic/bkaiu/bkaiu5c.tfm + texmf-dist/fonts/tfm/arphic/bkaiu/bkaiu5d.tfm + texmf-dist/fonts/tfm/arphic/bkaiu/bkaiu5e.tfm + texmf-dist/fonts/tfm/arphic/bkaiu/bkaiu5f.tfm + texmf-dist/fonts/tfm/arphic/bkaiu/bkaiu60.tfm + texmf-dist/fonts/tfm/arphic/bkaiu/bkaiu61.tfm + texmf-dist/fonts/tfm/arphic/bkaiu/bkaiu62.tfm + texmf-dist/fonts/tfm/arphic/bkaiu/bkaiu63.tfm + texmf-dist/fonts/tfm/arphic/bkaiu/bkaiu64.tfm + texmf-dist/fonts/tfm/arphic/bkaiu/bkaiu65.tfm + texmf-dist/fonts/tfm/arphic/bkaiu/bkaiu66.tfm + texmf-dist/fonts/tfm/arphic/bkaiu/bkaiu67.tfm + texmf-dist/fonts/tfm/arphic/bkaiu/bkaiu68.tfm + texmf-dist/fonts/tfm/arphic/bkaiu/bkaiu69.tfm + texmf-dist/fonts/tfm/arphic/bkaiu/bkaiu6a.tfm + texmf-dist/fonts/tfm/arphic/bkaiu/bkaiu6b.tfm + texmf-dist/fonts/tfm/arphic/bkaiu/bkaiu6c.tfm + texmf-dist/fonts/tfm/arphic/bkaiu/bkaiu6d.tfm + texmf-dist/fonts/tfm/arphic/bkaiu/bkaiu6e.tfm + texmf-dist/fonts/tfm/arphic/bkaiu/bkaiu6f.tfm + texmf-dist/fonts/tfm/arphic/bkaiu/bkaiu70.tfm + texmf-dist/fonts/tfm/arphic/bkaiu/bkaiu71.tfm + texmf-dist/fonts/tfm/arphic/bkaiu/bkaiu72.tfm + texmf-dist/fonts/tfm/arphic/bkaiu/bkaiu73.tfm + texmf-dist/fonts/tfm/arphic/bkaiu/bkaiu74.tfm + texmf-dist/fonts/tfm/arphic/bkaiu/bkaiu75.tfm + texmf-dist/fonts/tfm/arphic/bkaiu/bkaiu76.tfm + texmf-dist/fonts/tfm/arphic/bkaiu/bkaiu77.tfm + texmf-dist/fonts/tfm/arphic/bkaiu/bkaiu78.tfm + texmf-dist/fonts/tfm/arphic/bkaiu/bkaiu79.tfm + texmf-dist/fonts/tfm/arphic/bkaiu/bkaiu7a.tfm + texmf-dist/fonts/tfm/arphic/bkaiu/bkaiu7b.tfm + texmf-dist/fonts/tfm/arphic/bkaiu/bkaiu7c.tfm + texmf-dist/fonts/tfm/arphic/bkaiu/bkaiu7d.tfm + texmf-dist/fonts/tfm/arphic/bkaiu/bkaiu7e.tfm + texmf-dist/fonts/tfm/arphic/bkaiu/bkaiu7f.tfm + texmf-dist/fonts/tfm/arphic/bkaiu/bkaiu80.tfm + texmf-dist/fonts/tfm/arphic/bkaiu/bkaiu81.tfm + texmf-dist/fonts/tfm/arphic/bkaiu/bkaiu82.tfm + texmf-dist/fonts/tfm/arphic/bkaiu/bkaiu83.tfm + texmf-dist/fonts/tfm/arphic/bkaiu/bkaiu84.tfm + texmf-dist/fonts/tfm/arphic/bkaiu/bkaiu85.tfm + texmf-dist/fonts/tfm/arphic/bkaiu/bkaiu86.tfm + texmf-dist/fonts/tfm/arphic/bkaiu/bkaiu87.tfm + texmf-dist/fonts/tfm/arphic/bkaiu/bkaiu88.tfm + texmf-dist/fonts/tfm/arphic/bkaiu/bkaiu89.tfm + texmf-dist/fonts/tfm/arphic/bkaiu/bkaiu8a.tfm + texmf-dist/fonts/tfm/arphic/bkaiu/bkaiu8b.tfm + texmf-dist/fonts/tfm/arphic/bkaiu/bkaiu8c.tfm + texmf-dist/fonts/tfm/arphic/bkaiu/bkaiu8d.tfm + texmf-dist/fonts/tfm/arphic/bkaiu/bkaiu8e.tfm + texmf-dist/fonts/tfm/arphic/bkaiu/bkaiu8f.tfm + texmf-dist/fonts/tfm/arphic/bkaiu/bkaiu90.tfm + texmf-dist/fonts/tfm/arphic/bkaiu/bkaiu91.tfm + texmf-dist/fonts/tfm/arphic/bkaiu/bkaiu92.tfm + texmf-dist/fonts/tfm/arphic/bkaiu/bkaiu93.tfm + texmf-dist/fonts/tfm/arphic/bkaiu/bkaiu94.tfm + texmf-dist/fonts/tfm/arphic/bkaiu/bkaiu95.tfm + texmf-dist/fonts/tfm/arphic/bkaiu/bkaiu96.tfm + texmf-dist/fonts/tfm/arphic/bkaiu/bkaiu97.tfm + texmf-dist/fonts/tfm/arphic/bkaiu/bkaiu98.tfm + texmf-dist/fonts/tfm/arphic/bkaiu/bkaiu99.tfm + texmf-dist/fonts/tfm/arphic/bkaiu/bkaiu9a.tfm + texmf-dist/fonts/tfm/arphic/bkaiu/bkaiu9b.tfm + texmf-dist/fonts/tfm/arphic/bkaiu/bkaiu9c.tfm + texmf-dist/fonts/tfm/arphic/bkaiu/bkaiu9d.tfm + texmf-dist/fonts/tfm/arphic/bkaiu/bkaiu9e.tfm + texmf-dist/fonts/tfm/arphic/bkaiu/bkaiu9f.tfm + texmf-dist/fonts/tfm/arphic/bkaiu/bkaiuee.tfm + texmf-dist/fonts/tfm/arphic/bkaiu/bkaiuf6.tfm + texmf-dist/fonts/tfm/arphic/bkaiu/bkaiuf7.tfm + texmf-dist/fonts/tfm/arphic/bkaiu/bkaiuf8.tfm + texmf-dist/fonts/tfm/arphic/bkaiu/bkaiufa.tfm + texmf-dist/fonts/tfm/arphic/bkaiu/bkaiufe.tfm + texmf-dist/fonts/tfm/arphic/bkaiu/bkaiuff.tfm + texmf-dist/fonts/tfm/arphic/bkaiu/bkaiuv.tfm + texmf-dist/fonts/tfm/arphic/bsmilp/bsmilp00.tfm + texmf-dist/fonts/tfm/arphic/bsmilp/bsmilp01.tfm + texmf-dist/fonts/tfm/arphic/bsmilp/bsmilp02.tfm + texmf-dist/fonts/tfm/arphic/bsmilp/bsmilp03.tfm + texmf-dist/fonts/tfm/arphic/bsmilp/bsmilp04.tfm + texmf-dist/fonts/tfm/arphic/bsmilp/bsmilp05.tfm + texmf-dist/fonts/tfm/arphic/bsmilp/bsmilp06.tfm + texmf-dist/fonts/tfm/arphic/bsmilp/bsmilp07.tfm + texmf-dist/fonts/tfm/arphic/bsmilp/bsmilp08.tfm + texmf-dist/fonts/tfm/arphic/bsmilp/bsmilp09.tfm + texmf-dist/fonts/tfm/arphic/bsmilp/bsmilp10.tfm + texmf-dist/fonts/tfm/arphic/bsmilp/bsmilp11.tfm + texmf-dist/fonts/tfm/arphic/bsmilp/bsmilp12.tfm + texmf-dist/fonts/tfm/arphic/bsmilp/bsmilp13.tfm + texmf-dist/fonts/tfm/arphic/bsmilp/bsmilp14.tfm + texmf-dist/fonts/tfm/arphic/bsmilp/bsmilp15.tfm + texmf-dist/fonts/tfm/arphic/bsmilp/bsmilp16.tfm + texmf-dist/fonts/tfm/arphic/bsmilp/bsmilp17.tfm + texmf-dist/fonts/tfm/arphic/bsmilp/bsmilp18.tfm + texmf-dist/fonts/tfm/arphic/bsmilp/bsmilp19.tfm + texmf-dist/fonts/tfm/arphic/bsmilp/bsmilp20.tfm + texmf-dist/fonts/tfm/arphic/bsmilp/bsmilp21.tfm + texmf-dist/fonts/tfm/arphic/bsmilp/bsmilp22.tfm + texmf-dist/fonts/tfm/arphic/bsmilp/bsmilp23.tfm + texmf-dist/fonts/tfm/arphic/bsmilp/bsmilp25.tfm + texmf-dist/fonts/tfm/arphic/bsmilp/bsmilp26.tfm + texmf-dist/fonts/tfm/arphic/bsmilp/bsmilp27.tfm + texmf-dist/fonts/tfm/arphic/bsmilp/bsmilp28.tfm + texmf-dist/fonts/tfm/arphic/bsmilp/bsmilp29.tfm + texmf-dist/fonts/tfm/arphic/bsmilp/bsmilp30.tfm + texmf-dist/fonts/tfm/arphic/bsmilp/bsmilp31.tfm + texmf-dist/fonts/tfm/arphic/bsmilp/bsmilp32.tfm + texmf-dist/fonts/tfm/arphic/bsmilp/bsmilp33.tfm + texmf-dist/fonts/tfm/arphic/bsmilp/bsmilp34.tfm + texmf-dist/fonts/tfm/arphic/bsmilp/bsmilp35.tfm + texmf-dist/fonts/tfm/arphic/bsmilp/bsmilp36.tfm + texmf-dist/fonts/tfm/arphic/bsmilp/bsmilp37.tfm + texmf-dist/fonts/tfm/arphic/bsmilp/bsmilp38.tfm + texmf-dist/fonts/tfm/arphic/bsmilp/bsmilp39.tfm + texmf-dist/fonts/tfm/arphic/bsmilp/bsmilp40.tfm + texmf-dist/fonts/tfm/arphic/bsmilp/bsmilp41.tfm + texmf-dist/fonts/tfm/arphic/bsmilp/bsmilp42.tfm + texmf-dist/fonts/tfm/arphic/bsmilp/bsmilp43.tfm + texmf-dist/fonts/tfm/arphic/bsmilp/bsmilp44.tfm + texmf-dist/fonts/tfm/arphic/bsmilp/bsmilp45.tfm + texmf-dist/fonts/tfm/arphic/bsmilp/bsmilp46.tfm + texmf-dist/fonts/tfm/arphic/bsmilp/bsmilp47.tfm + texmf-dist/fonts/tfm/arphic/bsmilp/bsmilp48.tfm + texmf-dist/fonts/tfm/arphic/bsmilp/bsmilp49.tfm + texmf-dist/fonts/tfm/arphic/bsmilp/bsmilp50.tfm + texmf-dist/fonts/tfm/arphic/bsmilp/bsmilp51.tfm + texmf-dist/fonts/tfm/arphic/bsmilp/bsmilp52.tfm + texmf-dist/fonts/tfm/arphic/bsmilp/bsmilp53.tfm + texmf-dist/fonts/tfm/arphic/bsmilp/bsmilp54.tfm + texmf-dist/fonts/tfm/arphic/bsmilp/bsmilp55.tfm + texmf-dist/fonts/tfm/arphic/bsmilp/bsmilpv.tfm + texmf-dist/fonts/tfm/arphic/bsmiu/bsmiu00.tfm + texmf-dist/fonts/tfm/arphic/bsmiu/bsmiu02.tfm + texmf-dist/fonts/tfm/arphic/bsmiu/bsmiu03.tfm + texmf-dist/fonts/tfm/arphic/bsmiu/bsmiu20.tfm + texmf-dist/fonts/tfm/arphic/bsmiu/bsmiu21.tfm + texmf-dist/fonts/tfm/arphic/bsmiu/bsmiu22.tfm + texmf-dist/fonts/tfm/arphic/bsmiu/bsmiu25.tfm + texmf-dist/fonts/tfm/arphic/bsmiu/bsmiu26.tfm + texmf-dist/fonts/tfm/arphic/bsmiu/bsmiu30.tfm + texmf-dist/fonts/tfm/arphic/bsmiu/bsmiu31.tfm + texmf-dist/fonts/tfm/arphic/bsmiu/bsmiu32.tfm + texmf-dist/fonts/tfm/arphic/bsmiu/bsmiu33.tfm + texmf-dist/fonts/tfm/arphic/bsmiu/bsmiu4e.tfm + texmf-dist/fonts/tfm/arphic/bsmiu/bsmiu4f.tfm + texmf-dist/fonts/tfm/arphic/bsmiu/bsmiu50.tfm + texmf-dist/fonts/tfm/arphic/bsmiu/bsmiu51.tfm + texmf-dist/fonts/tfm/arphic/bsmiu/bsmiu52.tfm + texmf-dist/fonts/tfm/arphic/bsmiu/bsmiu53.tfm + texmf-dist/fonts/tfm/arphic/bsmiu/bsmiu54.tfm + texmf-dist/fonts/tfm/arphic/bsmiu/bsmiu55.tfm + texmf-dist/fonts/tfm/arphic/bsmiu/bsmiu56.tfm + texmf-dist/fonts/tfm/arphic/bsmiu/bsmiu57.tfm + texmf-dist/fonts/tfm/arphic/bsmiu/bsmiu58.tfm + texmf-dist/fonts/tfm/arphic/bsmiu/bsmiu59.tfm + texmf-dist/fonts/tfm/arphic/bsmiu/bsmiu5a.tfm + texmf-dist/fonts/tfm/arphic/bsmiu/bsmiu5b.tfm + texmf-dist/fonts/tfm/arphic/bsmiu/bsmiu5c.tfm + texmf-dist/fonts/tfm/arphic/bsmiu/bsmiu5d.tfm + texmf-dist/fonts/tfm/arphic/bsmiu/bsmiu5e.tfm + texmf-dist/fonts/tfm/arphic/bsmiu/bsmiu5f.tfm + texmf-dist/fonts/tfm/arphic/bsmiu/bsmiu60.tfm + texmf-dist/fonts/tfm/arphic/bsmiu/bsmiu61.tfm + texmf-dist/fonts/tfm/arphic/bsmiu/bsmiu62.tfm + texmf-dist/fonts/tfm/arphic/bsmiu/bsmiu63.tfm + texmf-dist/fonts/tfm/arphic/bsmiu/bsmiu64.tfm + texmf-dist/fonts/tfm/arphic/bsmiu/bsmiu65.tfm + texmf-dist/fonts/tfm/arphic/bsmiu/bsmiu66.tfm + texmf-dist/fonts/tfm/arphic/bsmiu/bsmiu67.tfm + texmf-dist/fonts/tfm/arphic/bsmiu/bsmiu68.tfm + texmf-dist/fonts/tfm/arphic/bsmiu/bsmiu69.tfm + texmf-dist/fonts/tfm/arphic/bsmiu/bsmiu6a.tfm + texmf-dist/fonts/tfm/arphic/bsmiu/bsmiu6b.tfm + texmf-dist/fonts/tfm/arphic/bsmiu/bsmiu6c.tfm + texmf-dist/fonts/tfm/arphic/bsmiu/bsmiu6d.tfm + texmf-dist/fonts/tfm/arphic/bsmiu/bsmiu6e.tfm + texmf-dist/fonts/tfm/arphic/bsmiu/bsmiu6f.tfm + texmf-dist/fonts/tfm/arphic/bsmiu/bsmiu70.tfm + texmf-dist/fonts/tfm/arphic/bsmiu/bsmiu71.tfm + texmf-dist/fonts/tfm/arphic/bsmiu/bsmiu72.tfm + texmf-dist/fonts/tfm/arphic/bsmiu/bsmiu73.tfm + texmf-dist/fonts/tfm/arphic/bsmiu/bsmiu74.tfm + texmf-dist/fonts/tfm/arphic/bsmiu/bsmiu75.tfm + texmf-dist/fonts/tfm/arphic/bsmiu/bsmiu76.tfm + texmf-dist/fonts/tfm/arphic/bsmiu/bsmiu77.tfm + texmf-dist/fonts/tfm/arphic/bsmiu/bsmiu78.tfm + texmf-dist/fonts/tfm/arphic/bsmiu/bsmiu79.tfm + texmf-dist/fonts/tfm/arphic/bsmiu/bsmiu7a.tfm + texmf-dist/fonts/tfm/arphic/bsmiu/bsmiu7b.tfm + texmf-dist/fonts/tfm/arphic/bsmiu/bsmiu7c.tfm + texmf-dist/fonts/tfm/arphic/bsmiu/bsmiu7d.tfm + texmf-dist/fonts/tfm/arphic/bsmiu/bsmiu7e.tfm + texmf-dist/fonts/tfm/arphic/bsmiu/bsmiu7f.tfm + texmf-dist/fonts/tfm/arphic/bsmiu/bsmiu80.tfm + texmf-dist/fonts/tfm/arphic/bsmiu/bsmiu81.tfm + texmf-dist/fonts/tfm/arphic/bsmiu/bsmiu82.tfm + texmf-dist/fonts/tfm/arphic/bsmiu/bsmiu83.tfm + texmf-dist/fonts/tfm/arphic/bsmiu/bsmiu84.tfm + texmf-dist/fonts/tfm/arphic/bsmiu/bsmiu85.tfm + texmf-dist/fonts/tfm/arphic/bsmiu/bsmiu86.tfm + texmf-dist/fonts/tfm/arphic/bsmiu/bsmiu87.tfm + texmf-dist/fonts/tfm/arphic/bsmiu/bsmiu88.tfm + texmf-dist/fonts/tfm/arphic/bsmiu/bsmiu89.tfm + texmf-dist/fonts/tfm/arphic/bsmiu/bsmiu8a.tfm + texmf-dist/fonts/tfm/arphic/bsmiu/bsmiu8b.tfm + texmf-dist/fonts/tfm/arphic/bsmiu/bsmiu8c.tfm + texmf-dist/fonts/tfm/arphic/bsmiu/bsmiu8d.tfm + texmf-dist/fonts/tfm/arphic/bsmiu/bsmiu8e.tfm + texmf-dist/fonts/tfm/arphic/bsmiu/bsmiu8f.tfm + texmf-dist/fonts/tfm/arphic/bsmiu/bsmiu90.tfm + texmf-dist/fonts/tfm/arphic/bsmiu/bsmiu91.tfm + texmf-dist/fonts/tfm/arphic/bsmiu/bsmiu92.tfm + texmf-dist/fonts/tfm/arphic/bsmiu/bsmiu93.tfm + texmf-dist/fonts/tfm/arphic/bsmiu/bsmiu94.tfm + texmf-dist/fonts/tfm/arphic/bsmiu/bsmiu95.tfm + texmf-dist/fonts/tfm/arphic/bsmiu/bsmiu96.tfm + texmf-dist/fonts/tfm/arphic/bsmiu/bsmiu97.tfm + texmf-dist/fonts/tfm/arphic/bsmiu/bsmiu98.tfm + texmf-dist/fonts/tfm/arphic/bsmiu/bsmiu99.tfm + texmf-dist/fonts/tfm/arphic/bsmiu/bsmiu9a.tfm + texmf-dist/fonts/tfm/arphic/bsmiu/bsmiu9b.tfm + texmf-dist/fonts/tfm/arphic/bsmiu/bsmiu9c.tfm + texmf-dist/fonts/tfm/arphic/bsmiu/bsmiu9d.tfm + texmf-dist/fonts/tfm/arphic/bsmiu/bsmiu9e.tfm + texmf-dist/fonts/tfm/arphic/bsmiu/bsmiu9f.tfm + texmf-dist/fonts/tfm/arphic/bsmiu/bsmiuee.tfm + texmf-dist/fonts/tfm/arphic/bsmiu/bsmiuf6.tfm + texmf-dist/fonts/tfm/arphic/bsmiu/bsmiuf7.tfm + texmf-dist/fonts/tfm/arphic/bsmiu/bsmiuf8.tfm + texmf-dist/fonts/tfm/arphic/bsmiu/bsmiufa.tfm + texmf-dist/fonts/tfm/arphic/bsmiu/bsmiufe.tfm + texmf-dist/fonts/tfm/arphic/bsmiu/bsmiuff.tfm + texmf-dist/fonts/tfm/arphic/bsmiu/bsmiuv.tfm + texmf-dist/fonts/tfm/arphic/gbsnlp/gbsnlp00.tfm + texmf-dist/fonts/tfm/arphic/gbsnlp/gbsnlp01.tfm + texmf-dist/fonts/tfm/arphic/gbsnlp/gbsnlp02.tfm + texmf-dist/fonts/tfm/arphic/gbsnlp/gbsnlp03.tfm + texmf-dist/fonts/tfm/arphic/gbsnlp/gbsnlp04.tfm + texmf-dist/fonts/tfm/arphic/gbsnlp/gbsnlp06.tfm + texmf-dist/fonts/tfm/arphic/gbsnlp/gbsnlp07.tfm + texmf-dist/fonts/tfm/arphic/gbsnlp/gbsnlp08.tfm + texmf-dist/fonts/tfm/arphic/gbsnlp/gbsnlp09.tfm + texmf-dist/fonts/tfm/arphic/gbsnlp/gbsnlp10.tfm + texmf-dist/fonts/tfm/arphic/gbsnlp/gbsnlp11.tfm + texmf-dist/fonts/tfm/arphic/gbsnlp/gbsnlp12.tfm + texmf-dist/fonts/tfm/arphic/gbsnlp/gbsnlp13.tfm + texmf-dist/fonts/tfm/arphic/gbsnlp/gbsnlp14.tfm + texmf-dist/fonts/tfm/arphic/gbsnlp/gbsnlp15.tfm + texmf-dist/fonts/tfm/arphic/gbsnlp/gbsnlp16.tfm + texmf-dist/fonts/tfm/arphic/gbsnlp/gbsnlp17.tfm + texmf-dist/fonts/tfm/arphic/gbsnlp/gbsnlp18.tfm + texmf-dist/fonts/tfm/arphic/gbsnlp/gbsnlp19.tfm + texmf-dist/fonts/tfm/arphic/gbsnlp/gbsnlp20.tfm + texmf-dist/fonts/tfm/arphic/gbsnlp/gbsnlp21.tfm + texmf-dist/fonts/tfm/arphic/gbsnlp/gbsnlp22.tfm + texmf-dist/fonts/tfm/arphic/gbsnlp/gbsnlp23.tfm + texmf-dist/fonts/tfm/arphic/gbsnlp/gbsnlp24.tfm + texmf-dist/fonts/tfm/arphic/gbsnlp/gbsnlp25.tfm + texmf-dist/fonts/tfm/arphic/gbsnlp/gbsnlp26.tfm + texmf-dist/fonts/tfm/arphic/gbsnlp/gbsnlp27.tfm + texmf-dist/fonts/tfm/arphic/gbsnlp/gbsnlp28.tfm + texmf-dist/fonts/tfm/arphic/gbsnlp/gbsnlp29.tfm + texmf-dist/fonts/tfm/arphic/gbsnlp/gbsnlp30.tfm + texmf-dist/fonts/tfm/arphic/gbsnlp/gbsnlp31.tfm + texmf-dist/fonts/tfm/arphic/gbsnlp/gbsnlp32.tfm + texmf-dist/fonts/tfm/arphic/gbsnu/gbsnu00.tfm + texmf-dist/fonts/tfm/arphic/gbsnu/gbsnu01.tfm + texmf-dist/fonts/tfm/arphic/gbsnu/gbsnu02.tfm + texmf-dist/fonts/tfm/arphic/gbsnu/gbsnu03.tfm + texmf-dist/fonts/tfm/arphic/gbsnu/gbsnu04.tfm + texmf-dist/fonts/tfm/arphic/gbsnu/gbsnu20.tfm + texmf-dist/fonts/tfm/arphic/gbsnu/gbsnu21.tfm + texmf-dist/fonts/tfm/arphic/gbsnu/gbsnu22.tfm + texmf-dist/fonts/tfm/arphic/gbsnu/gbsnu23.tfm + texmf-dist/fonts/tfm/arphic/gbsnu/gbsnu24.tfm + texmf-dist/fonts/tfm/arphic/gbsnu/gbsnu25.tfm + texmf-dist/fonts/tfm/arphic/gbsnu/gbsnu26.tfm + texmf-dist/fonts/tfm/arphic/gbsnu/gbsnu30.tfm + texmf-dist/fonts/tfm/arphic/gbsnu/gbsnu31.tfm + texmf-dist/fonts/tfm/arphic/gbsnu/gbsnu32.tfm + texmf-dist/fonts/tfm/arphic/gbsnu/gbsnu4e.tfm + texmf-dist/fonts/tfm/arphic/gbsnu/gbsnu4f.tfm + texmf-dist/fonts/tfm/arphic/gbsnu/gbsnu50.tfm + texmf-dist/fonts/tfm/arphic/gbsnu/gbsnu51.tfm + texmf-dist/fonts/tfm/arphic/gbsnu/gbsnu52.tfm + texmf-dist/fonts/tfm/arphic/gbsnu/gbsnu53.tfm + texmf-dist/fonts/tfm/arphic/gbsnu/gbsnu54.tfm + texmf-dist/fonts/tfm/arphic/gbsnu/gbsnu55.tfm + texmf-dist/fonts/tfm/arphic/gbsnu/gbsnu56.tfm + texmf-dist/fonts/tfm/arphic/gbsnu/gbsnu57.tfm + texmf-dist/fonts/tfm/arphic/gbsnu/gbsnu58.tfm + texmf-dist/fonts/tfm/arphic/gbsnu/gbsnu59.tfm + texmf-dist/fonts/tfm/arphic/gbsnu/gbsnu5a.tfm + texmf-dist/fonts/tfm/arphic/gbsnu/gbsnu5b.tfm + texmf-dist/fonts/tfm/arphic/gbsnu/gbsnu5c.tfm + texmf-dist/fonts/tfm/arphic/gbsnu/gbsnu5d.tfm + texmf-dist/fonts/tfm/arphic/gbsnu/gbsnu5e.tfm + texmf-dist/fonts/tfm/arphic/gbsnu/gbsnu5f.tfm + texmf-dist/fonts/tfm/arphic/gbsnu/gbsnu60.tfm + texmf-dist/fonts/tfm/arphic/gbsnu/gbsnu61.tfm + texmf-dist/fonts/tfm/arphic/gbsnu/gbsnu62.tfm + texmf-dist/fonts/tfm/arphic/gbsnu/gbsnu63.tfm + texmf-dist/fonts/tfm/arphic/gbsnu/gbsnu64.tfm + texmf-dist/fonts/tfm/arphic/gbsnu/gbsnu65.tfm + texmf-dist/fonts/tfm/arphic/gbsnu/gbsnu66.tfm + texmf-dist/fonts/tfm/arphic/gbsnu/gbsnu67.tfm + texmf-dist/fonts/tfm/arphic/gbsnu/gbsnu68.tfm + texmf-dist/fonts/tfm/arphic/gbsnu/gbsnu69.tfm + texmf-dist/fonts/tfm/arphic/gbsnu/gbsnu6a.tfm + texmf-dist/fonts/tfm/arphic/gbsnu/gbsnu6b.tfm + texmf-dist/fonts/tfm/arphic/gbsnu/gbsnu6c.tfm + texmf-dist/fonts/tfm/arphic/gbsnu/gbsnu6d.tfm + texmf-dist/fonts/tfm/arphic/gbsnu/gbsnu6e.tfm + texmf-dist/fonts/tfm/arphic/gbsnu/gbsnu6f.tfm + texmf-dist/fonts/tfm/arphic/gbsnu/gbsnu70.tfm + texmf-dist/fonts/tfm/arphic/gbsnu/gbsnu71.tfm + texmf-dist/fonts/tfm/arphic/gbsnu/gbsnu72.tfm + texmf-dist/fonts/tfm/arphic/gbsnu/gbsnu73.tfm + texmf-dist/fonts/tfm/arphic/gbsnu/gbsnu74.tfm + texmf-dist/fonts/tfm/arphic/gbsnu/gbsnu75.tfm + texmf-dist/fonts/tfm/arphic/gbsnu/gbsnu76.tfm + texmf-dist/fonts/tfm/arphic/gbsnu/gbsnu77.tfm + texmf-dist/fonts/tfm/arphic/gbsnu/gbsnu78.tfm + texmf-dist/fonts/tfm/arphic/gbsnu/gbsnu79.tfm + texmf-dist/fonts/tfm/arphic/gbsnu/gbsnu7a.tfm + texmf-dist/fonts/tfm/arphic/gbsnu/gbsnu7b.tfm + texmf-dist/fonts/tfm/arphic/gbsnu/gbsnu7c.tfm + texmf-dist/fonts/tfm/arphic/gbsnu/gbsnu7d.tfm + texmf-dist/fonts/tfm/arphic/gbsnu/gbsnu7e.tfm + texmf-dist/fonts/tfm/arphic/gbsnu/gbsnu7f.tfm + texmf-dist/fonts/tfm/arphic/gbsnu/gbsnu80.tfm + texmf-dist/fonts/tfm/arphic/gbsnu/gbsnu81.tfm + texmf-dist/fonts/tfm/arphic/gbsnu/gbsnu82.tfm + texmf-dist/fonts/tfm/arphic/gbsnu/gbsnu83.tfm + texmf-dist/fonts/tfm/arphic/gbsnu/gbsnu84.tfm + texmf-dist/fonts/tfm/arphic/gbsnu/gbsnu85.tfm + texmf-dist/fonts/tfm/arphic/gbsnu/gbsnu86.tfm + texmf-dist/fonts/tfm/arphic/gbsnu/gbsnu87.tfm + texmf-dist/fonts/tfm/arphic/gbsnu/gbsnu88.tfm + texmf-dist/fonts/tfm/arphic/gbsnu/gbsnu89.tfm + texmf-dist/fonts/tfm/arphic/gbsnu/gbsnu8a.tfm + texmf-dist/fonts/tfm/arphic/gbsnu/gbsnu8b.tfm + texmf-dist/fonts/tfm/arphic/gbsnu/gbsnu8c.tfm + texmf-dist/fonts/tfm/arphic/gbsnu/gbsnu8d.tfm + texmf-dist/fonts/tfm/arphic/gbsnu/gbsnu8e.tfm + texmf-dist/fonts/tfm/arphic/gbsnu/gbsnu8f.tfm + texmf-dist/fonts/tfm/arphic/gbsnu/gbsnu90.tfm + texmf-dist/fonts/tfm/arphic/gbsnu/gbsnu91.tfm + texmf-dist/fonts/tfm/arphic/gbsnu/gbsnu92.tfm + texmf-dist/fonts/tfm/arphic/gbsnu/gbsnu93.tfm + texmf-dist/fonts/tfm/arphic/gbsnu/gbsnu94.tfm + texmf-dist/fonts/tfm/arphic/gbsnu/gbsnu95.tfm + texmf-dist/fonts/tfm/arphic/gbsnu/gbsnu96.tfm + texmf-dist/fonts/tfm/arphic/gbsnu/gbsnu97.tfm + texmf-dist/fonts/tfm/arphic/gbsnu/gbsnu98.tfm + texmf-dist/fonts/tfm/arphic/gbsnu/gbsnu99.tfm + texmf-dist/fonts/tfm/arphic/gbsnu/gbsnu9a.tfm + texmf-dist/fonts/tfm/arphic/gbsnu/gbsnu9b.tfm + texmf-dist/fonts/tfm/arphic/gbsnu/gbsnu9c.tfm + texmf-dist/fonts/tfm/arphic/gbsnu/gbsnu9e.tfm + texmf-dist/fonts/tfm/arphic/gbsnu/gbsnu9f.tfm + texmf-dist/fonts/tfm/arphic/gbsnu/gbsnufe.tfm + texmf-dist/fonts/tfm/arphic/gbsnu/gbsnuff.tfm + texmf-dist/fonts/tfm/arphic/gkaimp/gkaimp00.tfm + texmf-dist/fonts/tfm/arphic/gkaimp/gkaimp01.tfm + texmf-dist/fonts/tfm/arphic/gkaimp/gkaimp02.tfm + texmf-dist/fonts/tfm/arphic/gkaimp/gkaimp03.tfm + texmf-dist/fonts/tfm/arphic/gkaimp/gkaimp04.tfm + texmf-dist/fonts/tfm/arphic/gkaimp/gkaimp06.tfm + texmf-dist/fonts/tfm/arphic/gkaimp/gkaimp07.tfm + texmf-dist/fonts/tfm/arphic/gkaimp/gkaimp08.tfm + texmf-dist/fonts/tfm/arphic/gkaimp/gkaimp09.tfm + texmf-dist/fonts/tfm/arphic/gkaimp/gkaimp10.tfm + texmf-dist/fonts/tfm/arphic/gkaimp/gkaimp11.tfm + texmf-dist/fonts/tfm/arphic/gkaimp/gkaimp12.tfm + texmf-dist/fonts/tfm/arphic/gkaimp/gkaimp13.tfm + texmf-dist/fonts/tfm/arphic/gkaimp/gkaimp14.tfm + texmf-dist/fonts/tfm/arphic/gkaimp/gkaimp15.tfm + texmf-dist/fonts/tfm/arphic/gkaimp/gkaimp16.tfm + texmf-dist/fonts/tfm/arphic/gkaimp/gkaimp17.tfm + texmf-dist/fonts/tfm/arphic/gkaimp/gkaimp18.tfm + texmf-dist/fonts/tfm/arphic/gkaimp/gkaimp19.tfm + texmf-dist/fonts/tfm/arphic/gkaimp/gkaimp20.tfm + texmf-dist/fonts/tfm/arphic/gkaimp/gkaimp21.tfm + texmf-dist/fonts/tfm/arphic/gkaimp/gkaimp22.tfm + texmf-dist/fonts/tfm/arphic/gkaimp/gkaimp23.tfm + texmf-dist/fonts/tfm/arphic/gkaimp/gkaimp24.tfm + texmf-dist/fonts/tfm/arphic/gkaimp/gkaimp25.tfm + texmf-dist/fonts/tfm/arphic/gkaimp/gkaimp26.tfm + texmf-dist/fonts/tfm/arphic/gkaimp/gkaimp27.tfm + texmf-dist/fonts/tfm/arphic/gkaimp/gkaimp28.tfm + texmf-dist/fonts/tfm/arphic/gkaimp/gkaimp29.tfm + texmf-dist/fonts/tfm/arphic/gkaimp/gkaimp30.tfm + texmf-dist/fonts/tfm/arphic/gkaimp/gkaimp31.tfm + texmf-dist/fonts/tfm/arphic/gkaimp/gkaimp32.tfm + texmf-dist/fonts/tfm/arphic/gkaiu/gkaiu00.tfm + texmf-dist/fonts/tfm/arphic/gkaiu/gkaiu01.tfm + texmf-dist/fonts/tfm/arphic/gkaiu/gkaiu02.tfm + texmf-dist/fonts/tfm/arphic/gkaiu/gkaiu03.tfm + texmf-dist/fonts/tfm/arphic/gkaiu/gkaiu04.tfm + texmf-dist/fonts/tfm/arphic/gkaiu/gkaiu20.tfm + texmf-dist/fonts/tfm/arphic/gkaiu/gkaiu21.tfm + texmf-dist/fonts/tfm/arphic/gkaiu/gkaiu22.tfm + texmf-dist/fonts/tfm/arphic/gkaiu/gkaiu23.tfm + texmf-dist/fonts/tfm/arphic/gkaiu/gkaiu24.tfm + texmf-dist/fonts/tfm/arphic/gkaiu/gkaiu25.tfm + texmf-dist/fonts/tfm/arphic/gkaiu/gkaiu26.tfm + texmf-dist/fonts/tfm/arphic/gkaiu/gkaiu30.tfm + texmf-dist/fonts/tfm/arphic/gkaiu/gkaiu31.tfm + texmf-dist/fonts/tfm/arphic/gkaiu/gkaiu32.tfm + texmf-dist/fonts/tfm/arphic/gkaiu/gkaiu4e.tfm + texmf-dist/fonts/tfm/arphic/gkaiu/gkaiu4f.tfm + texmf-dist/fonts/tfm/arphic/gkaiu/gkaiu50.tfm + texmf-dist/fonts/tfm/arphic/gkaiu/gkaiu51.tfm + texmf-dist/fonts/tfm/arphic/gkaiu/gkaiu52.tfm + texmf-dist/fonts/tfm/arphic/gkaiu/gkaiu53.tfm + texmf-dist/fonts/tfm/arphic/gkaiu/gkaiu54.tfm + texmf-dist/fonts/tfm/arphic/gkaiu/gkaiu55.tfm + texmf-dist/fonts/tfm/arphic/gkaiu/gkaiu56.tfm + texmf-dist/fonts/tfm/arphic/gkaiu/gkaiu57.tfm + texmf-dist/fonts/tfm/arphic/gkaiu/gkaiu58.tfm + texmf-dist/fonts/tfm/arphic/gkaiu/gkaiu59.tfm + texmf-dist/fonts/tfm/arphic/gkaiu/gkaiu5a.tfm + texmf-dist/fonts/tfm/arphic/gkaiu/gkaiu5b.tfm + texmf-dist/fonts/tfm/arphic/gkaiu/gkaiu5c.tfm + texmf-dist/fonts/tfm/arphic/gkaiu/gkaiu5d.tfm + texmf-dist/fonts/tfm/arphic/gkaiu/gkaiu5e.tfm + texmf-dist/fonts/tfm/arphic/gkaiu/gkaiu5f.tfm + texmf-dist/fonts/tfm/arphic/gkaiu/gkaiu60.tfm + texmf-dist/fonts/tfm/arphic/gkaiu/gkaiu61.tfm + texmf-dist/fonts/tfm/arphic/gkaiu/gkaiu62.tfm + texmf-dist/fonts/tfm/arphic/gkaiu/gkaiu63.tfm + texmf-dist/fonts/tfm/arphic/gkaiu/gkaiu64.tfm + texmf-dist/fonts/tfm/arphic/gkaiu/gkaiu65.tfm + texmf-dist/fonts/tfm/arphic/gkaiu/gkaiu66.tfm + texmf-dist/fonts/tfm/arphic/gkaiu/gkaiu67.tfm + texmf-dist/fonts/tfm/arphic/gkaiu/gkaiu68.tfm + texmf-dist/fonts/tfm/arphic/gkaiu/gkaiu69.tfm + texmf-dist/fonts/tfm/arphic/gkaiu/gkaiu6a.tfm + texmf-dist/fonts/tfm/arphic/gkaiu/gkaiu6b.tfm + texmf-dist/fonts/tfm/arphic/gkaiu/gkaiu6c.tfm + texmf-dist/fonts/tfm/arphic/gkaiu/gkaiu6d.tfm + texmf-dist/fonts/tfm/arphic/gkaiu/gkaiu6e.tfm + texmf-dist/fonts/tfm/arphic/gkaiu/gkaiu6f.tfm + texmf-dist/fonts/tfm/arphic/gkaiu/gkaiu70.tfm + texmf-dist/fonts/tfm/arphic/gkaiu/gkaiu71.tfm + texmf-dist/fonts/tfm/arphic/gkaiu/gkaiu72.tfm + texmf-dist/fonts/tfm/arphic/gkaiu/gkaiu73.tfm + texmf-dist/fonts/tfm/arphic/gkaiu/gkaiu74.tfm + texmf-dist/fonts/tfm/arphic/gkaiu/gkaiu75.tfm + texmf-dist/fonts/tfm/arphic/gkaiu/gkaiu76.tfm + texmf-dist/fonts/tfm/arphic/gkaiu/gkaiu77.tfm + texmf-dist/fonts/tfm/arphic/gkaiu/gkaiu78.tfm + texmf-dist/fonts/tfm/arphic/gkaiu/gkaiu79.tfm + texmf-dist/fonts/tfm/arphic/gkaiu/gkaiu7a.tfm + texmf-dist/fonts/tfm/arphic/gkaiu/gkaiu7b.tfm + texmf-dist/fonts/tfm/arphic/gkaiu/gkaiu7c.tfm + texmf-dist/fonts/tfm/arphic/gkaiu/gkaiu7d.tfm + texmf-dist/fonts/tfm/arphic/gkaiu/gkaiu7e.tfm + texmf-dist/fonts/tfm/arphic/gkaiu/gkaiu7f.tfm + texmf-dist/fonts/tfm/arphic/gkaiu/gkaiu80.tfm + texmf-dist/fonts/tfm/arphic/gkaiu/gkaiu81.tfm + texmf-dist/fonts/tfm/arphic/gkaiu/gkaiu82.tfm + texmf-dist/fonts/tfm/arphic/gkaiu/gkaiu83.tfm + texmf-dist/fonts/tfm/arphic/gkaiu/gkaiu84.tfm + texmf-dist/fonts/tfm/arphic/gkaiu/gkaiu85.tfm + texmf-dist/fonts/tfm/arphic/gkaiu/gkaiu86.tfm + texmf-dist/fonts/tfm/arphic/gkaiu/gkaiu87.tfm + texmf-dist/fonts/tfm/arphic/gkaiu/gkaiu88.tfm + texmf-dist/fonts/tfm/arphic/gkaiu/gkaiu89.tfm + texmf-dist/fonts/tfm/arphic/gkaiu/gkaiu8a.tfm + texmf-dist/fonts/tfm/arphic/gkaiu/gkaiu8b.tfm + texmf-dist/fonts/tfm/arphic/gkaiu/gkaiu8c.tfm + texmf-dist/fonts/tfm/arphic/gkaiu/gkaiu8d.tfm + texmf-dist/fonts/tfm/arphic/gkaiu/gkaiu8e.tfm + texmf-dist/fonts/tfm/arphic/gkaiu/gkaiu8f.tfm + texmf-dist/fonts/tfm/arphic/gkaiu/gkaiu90.tfm + texmf-dist/fonts/tfm/arphic/gkaiu/gkaiu91.tfm + texmf-dist/fonts/tfm/arphic/gkaiu/gkaiu92.tfm + texmf-dist/fonts/tfm/arphic/gkaiu/gkaiu93.tfm + texmf-dist/fonts/tfm/arphic/gkaiu/gkaiu94.tfm + texmf-dist/fonts/tfm/arphic/gkaiu/gkaiu95.tfm + texmf-dist/fonts/tfm/arphic/gkaiu/gkaiu96.tfm + texmf-dist/fonts/tfm/arphic/gkaiu/gkaiu97.tfm + texmf-dist/fonts/tfm/arphic/gkaiu/gkaiu98.tfm + texmf-dist/fonts/tfm/arphic/gkaiu/gkaiu99.tfm + texmf-dist/fonts/tfm/arphic/gkaiu/gkaiu9a.tfm + texmf-dist/fonts/tfm/arphic/gkaiu/gkaiu9b.tfm + texmf-dist/fonts/tfm/arphic/gkaiu/gkaiu9c.tfm + texmf-dist/fonts/tfm/arphic/gkaiu/gkaiu9e.tfm + texmf-dist/fonts/tfm/arphic/gkaiu/gkaiu9f.tfm + texmf-dist/fonts/tfm/arphic/gkaiu/gkaiufe.tfm + texmf-dist/fonts/tfm/arphic/gkaiu/gkaiuff.tfm + texmf-dist/fonts/type1/arphic/bkaiu/bkaiu00.pfb + texmf-dist/fonts/type1/arphic/bkaiu/bkaiu02.pfb + texmf-dist/fonts/type1/arphic/bkaiu/bkaiu03.pfb + texmf-dist/fonts/type1/arphic/bkaiu/bkaiu20.pfb + texmf-dist/fonts/type1/arphic/bkaiu/bkaiu21.pfb + texmf-dist/fonts/type1/arphic/bkaiu/bkaiu22.pfb + texmf-dist/fonts/type1/arphic/bkaiu/bkaiu25.pfb + texmf-dist/fonts/type1/arphic/bkaiu/bkaiu26.pfb + texmf-dist/fonts/type1/arphic/bkaiu/bkaiu30.pfb + texmf-dist/fonts/type1/arphic/bkaiu/bkaiu31.pfb + texmf-dist/fonts/type1/arphic/bkaiu/bkaiu32.pfb + texmf-dist/fonts/type1/arphic/bkaiu/bkaiu33.pfb + texmf-dist/fonts/type1/arphic/bkaiu/bkaiu4e.pfb + texmf-dist/fonts/type1/arphic/bkaiu/bkaiu4f.pfb + texmf-dist/fonts/type1/arphic/bkaiu/bkaiu50.pfb + texmf-dist/fonts/type1/arphic/bkaiu/bkaiu51.pfb + texmf-dist/fonts/type1/arphic/bkaiu/bkaiu52.pfb + texmf-dist/fonts/type1/arphic/bkaiu/bkaiu53.pfb + texmf-dist/fonts/type1/arphic/bkaiu/bkaiu54.pfb + texmf-dist/fonts/type1/arphic/bkaiu/bkaiu55.pfb + texmf-dist/fonts/type1/arphic/bkaiu/bkaiu56.pfb + texmf-dist/fonts/type1/arphic/bkaiu/bkaiu57.pfb + texmf-dist/fonts/type1/arphic/bkaiu/bkaiu58.pfb + texmf-dist/fonts/type1/arphic/bkaiu/bkaiu59.pfb + texmf-dist/fonts/type1/arphic/bkaiu/bkaiu5a.pfb + texmf-dist/fonts/type1/arphic/bkaiu/bkaiu5b.pfb + texmf-dist/fonts/type1/arphic/bkaiu/bkaiu5c.pfb + texmf-dist/fonts/type1/arphic/bkaiu/bkaiu5d.pfb + texmf-dist/fonts/type1/arphic/bkaiu/bkaiu5e.pfb + texmf-dist/fonts/type1/arphic/bkaiu/bkaiu5f.pfb + texmf-dist/fonts/type1/arphic/bkaiu/bkaiu60.pfb + texmf-dist/fonts/type1/arphic/bkaiu/bkaiu61.pfb + texmf-dist/fonts/type1/arphic/bkaiu/bkaiu62.pfb + texmf-dist/fonts/type1/arphic/bkaiu/bkaiu63.pfb + texmf-dist/fonts/type1/arphic/bkaiu/bkaiu64.pfb + texmf-dist/fonts/type1/arphic/bkaiu/bkaiu65.pfb + texmf-dist/fonts/type1/arphic/bkaiu/bkaiu66.pfb + texmf-dist/fonts/type1/arphic/bkaiu/bkaiu67.pfb + texmf-dist/fonts/type1/arphic/bkaiu/bkaiu68.pfb + texmf-dist/fonts/type1/arphic/bkaiu/bkaiu69.pfb + texmf-dist/fonts/type1/arphic/bkaiu/bkaiu6a.pfb + texmf-dist/fonts/type1/arphic/bkaiu/bkaiu6b.pfb + texmf-dist/fonts/type1/arphic/bkaiu/bkaiu6c.pfb + texmf-dist/fonts/type1/arphic/bkaiu/bkaiu6d.pfb + texmf-dist/fonts/type1/arphic/bkaiu/bkaiu6e.pfb + texmf-dist/fonts/type1/arphic/bkaiu/bkaiu6f.pfb + texmf-dist/fonts/type1/arphic/bkaiu/bkaiu70.pfb + texmf-dist/fonts/type1/arphic/bkaiu/bkaiu71.pfb + texmf-dist/fonts/type1/arphic/bkaiu/bkaiu72.pfb + texmf-dist/fonts/type1/arphic/bkaiu/bkaiu73.pfb + texmf-dist/fonts/type1/arphic/bkaiu/bkaiu74.pfb + texmf-dist/fonts/type1/arphic/bkaiu/bkaiu75.pfb + texmf-dist/fonts/type1/arphic/bkaiu/bkaiu76.pfb + texmf-dist/fonts/type1/arphic/bkaiu/bkaiu77.pfb + texmf-dist/fonts/type1/arphic/bkaiu/bkaiu78.pfb + texmf-dist/fonts/type1/arphic/bkaiu/bkaiu79.pfb + texmf-dist/fonts/type1/arphic/bkaiu/bkaiu7a.pfb + texmf-dist/fonts/type1/arphic/bkaiu/bkaiu7b.pfb + texmf-dist/fonts/type1/arphic/bkaiu/bkaiu7c.pfb + texmf-dist/fonts/type1/arphic/bkaiu/bkaiu7d.pfb + texmf-dist/fonts/type1/arphic/bkaiu/bkaiu7e.pfb + texmf-dist/fonts/type1/arphic/bkaiu/bkaiu7f.pfb + texmf-dist/fonts/type1/arphic/bkaiu/bkaiu80.pfb + texmf-dist/fonts/type1/arphic/bkaiu/bkaiu81.pfb + texmf-dist/fonts/type1/arphic/bkaiu/bkaiu82.pfb + texmf-dist/fonts/type1/arphic/bkaiu/bkaiu83.pfb + texmf-dist/fonts/type1/arphic/bkaiu/bkaiu84.pfb + texmf-dist/fonts/type1/arphic/bkaiu/bkaiu85.pfb + texmf-dist/fonts/type1/arphic/bkaiu/bkaiu86.pfb + texmf-dist/fonts/type1/arphic/bkaiu/bkaiu87.pfb + texmf-dist/fonts/type1/arphic/bkaiu/bkaiu88.pfb + texmf-dist/fonts/type1/arphic/bkaiu/bkaiu89.pfb + texmf-dist/fonts/type1/arphic/bkaiu/bkaiu8a.pfb + texmf-dist/fonts/type1/arphic/bkaiu/bkaiu8b.pfb + texmf-dist/fonts/type1/arphic/bkaiu/bkaiu8c.pfb + texmf-dist/fonts/type1/arphic/bkaiu/bkaiu8d.pfb + texmf-dist/fonts/type1/arphic/bkaiu/bkaiu8e.pfb + texmf-dist/fonts/type1/arphic/bkaiu/bkaiu8f.pfb + texmf-dist/fonts/type1/arphic/bkaiu/bkaiu90.pfb + texmf-dist/fonts/type1/arphic/bkaiu/bkaiu91.pfb + texmf-dist/fonts/type1/arphic/bkaiu/bkaiu92.pfb + texmf-dist/fonts/type1/arphic/bkaiu/bkaiu93.pfb + texmf-dist/fonts/type1/arphic/bkaiu/bkaiu94.pfb + texmf-dist/fonts/type1/arphic/bkaiu/bkaiu95.pfb + texmf-dist/fonts/type1/arphic/bkaiu/bkaiu96.pfb + texmf-dist/fonts/type1/arphic/bkaiu/bkaiu97.pfb + texmf-dist/fonts/type1/arphic/bkaiu/bkaiu98.pfb + texmf-dist/fonts/type1/arphic/bkaiu/bkaiu99.pfb + texmf-dist/fonts/type1/arphic/bkaiu/bkaiu9a.pfb + texmf-dist/fonts/type1/arphic/bkaiu/bkaiu9b.pfb + texmf-dist/fonts/type1/arphic/bkaiu/bkaiu9c.pfb + texmf-dist/fonts/type1/arphic/bkaiu/bkaiu9d.pfb + texmf-dist/fonts/type1/arphic/bkaiu/bkaiu9e.pfb + texmf-dist/fonts/type1/arphic/bkaiu/bkaiu9f.pfb + texmf-dist/fonts/type1/arphic/bkaiu/bkaiuee.pfb + texmf-dist/fonts/type1/arphic/bkaiu/bkaiuf6.pfb + texmf-dist/fonts/type1/arphic/bkaiu/bkaiuf7.pfb + texmf-dist/fonts/type1/arphic/bkaiu/bkaiuf8.pfb + texmf-dist/fonts/type1/arphic/bkaiu/bkaiufa.pfb + texmf-dist/fonts/type1/arphic/bkaiu/bkaiufe.pfb + texmf-dist/fonts/type1/arphic/bkaiu/bkaiuff.pfb + texmf-dist/fonts/type1/arphic/bkaiu/bkaiuv.pfb + texmf-dist/fonts/type1/arphic/bsmiu/bsmiu00.pfb + texmf-dist/fonts/type1/arphic/bsmiu/bsmiu02.pfb + texmf-dist/fonts/type1/arphic/bsmiu/bsmiu03.pfb + texmf-dist/fonts/type1/arphic/bsmiu/bsmiu20.pfb + texmf-dist/fonts/type1/arphic/bsmiu/bsmiu21.pfb + texmf-dist/fonts/type1/arphic/bsmiu/bsmiu22.pfb + texmf-dist/fonts/type1/arphic/bsmiu/bsmiu25.pfb + texmf-dist/fonts/type1/arphic/bsmiu/bsmiu26.pfb + texmf-dist/fonts/type1/arphic/bsmiu/bsmiu30.pfb + texmf-dist/fonts/type1/arphic/bsmiu/bsmiu31.pfb + texmf-dist/fonts/type1/arphic/bsmiu/bsmiu32.pfb + texmf-dist/fonts/type1/arphic/bsmiu/bsmiu33.pfb + texmf-dist/fonts/type1/arphic/bsmiu/bsmiu4e.pfb + texmf-dist/fonts/type1/arphic/bsmiu/bsmiu4f.pfb + texmf-dist/fonts/type1/arphic/bsmiu/bsmiu50.pfb + texmf-dist/fonts/type1/arphic/bsmiu/bsmiu51.pfb + texmf-dist/fonts/type1/arphic/bsmiu/bsmiu52.pfb + texmf-dist/fonts/type1/arphic/bsmiu/bsmiu53.pfb + texmf-dist/fonts/type1/arphic/bsmiu/bsmiu54.pfb + texmf-dist/fonts/type1/arphic/bsmiu/bsmiu55.pfb + texmf-dist/fonts/type1/arphic/bsmiu/bsmiu56.pfb + texmf-dist/fonts/type1/arphic/bsmiu/bsmiu57.pfb + texmf-dist/fonts/type1/arphic/bsmiu/bsmiu58.pfb + texmf-dist/fonts/type1/arphic/bsmiu/bsmiu59.pfb + texmf-dist/fonts/type1/arphic/bsmiu/bsmiu5a.pfb + texmf-dist/fonts/type1/arphic/bsmiu/bsmiu5b.pfb + texmf-dist/fonts/type1/arphic/bsmiu/bsmiu5c.pfb + texmf-dist/fonts/type1/arphic/bsmiu/bsmiu5d.pfb + texmf-dist/fonts/type1/arphic/bsmiu/bsmiu5e.pfb + texmf-dist/fonts/type1/arphic/bsmiu/bsmiu5f.pfb + texmf-dist/fonts/type1/arphic/bsmiu/bsmiu60.pfb + texmf-dist/fonts/type1/arphic/bsmiu/bsmiu61.pfb + texmf-dist/fonts/type1/arphic/bsmiu/bsmiu62.pfb + texmf-dist/fonts/type1/arphic/bsmiu/bsmiu63.pfb + texmf-dist/fonts/type1/arphic/bsmiu/bsmiu64.pfb + texmf-dist/fonts/type1/arphic/bsmiu/bsmiu65.pfb + texmf-dist/fonts/type1/arphic/bsmiu/bsmiu66.pfb + texmf-dist/fonts/type1/arphic/bsmiu/bsmiu67.pfb + texmf-dist/fonts/type1/arphic/bsmiu/bsmiu68.pfb + texmf-dist/fonts/type1/arphic/bsmiu/bsmiu69.pfb + texmf-dist/fonts/type1/arphic/bsmiu/bsmiu6a.pfb + texmf-dist/fonts/type1/arphic/bsmiu/bsmiu6b.pfb + texmf-dist/fonts/type1/arphic/bsmiu/bsmiu6c.pfb + texmf-dist/fonts/type1/arphic/bsmiu/bsmiu6d.pfb + texmf-dist/fonts/type1/arphic/bsmiu/bsmiu6e.pfb + texmf-dist/fonts/type1/arphic/bsmiu/bsmiu6f.pfb + texmf-dist/fonts/type1/arphic/bsmiu/bsmiu70.pfb + texmf-dist/fonts/type1/arphic/bsmiu/bsmiu71.pfb + texmf-dist/fonts/type1/arphic/bsmiu/bsmiu72.pfb + texmf-dist/fonts/type1/arphic/bsmiu/bsmiu73.pfb + texmf-dist/fonts/type1/arphic/bsmiu/bsmiu74.pfb + texmf-dist/fonts/type1/arphic/bsmiu/bsmiu75.pfb + texmf-dist/fonts/type1/arphic/bsmiu/bsmiu76.pfb + texmf-dist/fonts/type1/arphic/bsmiu/bsmiu77.pfb + texmf-dist/fonts/type1/arphic/bsmiu/bsmiu78.pfb + texmf-dist/fonts/type1/arphic/bsmiu/bsmiu79.pfb + texmf-dist/fonts/type1/arphic/bsmiu/bsmiu7a.pfb + texmf-dist/fonts/type1/arphic/bsmiu/bsmiu7b.pfb + texmf-dist/fonts/type1/arphic/bsmiu/bsmiu7c.pfb + texmf-dist/fonts/type1/arphic/bsmiu/bsmiu7d.pfb + texmf-dist/fonts/type1/arphic/bsmiu/bsmiu7e.pfb + texmf-dist/fonts/type1/arphic/bsmiu/bsmiu7f.pfb + texmf-dist/fonts/type1/arphic/bsmiu/bsmiu80.pfb + texmf-dist/fonts/type1/arphic/bsmiu/bsmiu81.pfb + texmf-dist/fonts/type1/arphic/bsmiu/bsmiu82.pfb + texmf-dist/fonts/type1/arphic/bsmiu/bsmiu83.pfb + texmf-dist/fonts/type1/arphic/bsmiu/bsmiu84.pfb + texmf-dist/fonts/type1/arphic/bsmiu/bsmiu85.pfb + texmf-dist/fonts/type1/arphic/bsmiu/bsmiu86.pfb + texmf-dist/fonts/type1/arphic/bsmiu/bsmiu87.pfb + texmf-dist/fonts/type1/arphic/bsmiu/bsmiu88.pfb + texmf-dist/fonts/type1/arphic/bsmiu/bsmiu89.pfb + texmf-dist/fonts/type1/arphic/bsmiu/bsmiu8a.pfb + texmf-dist/fonts/type1/arphic/bsmiu/bsmiu8b.pfb + texmf-dist/fonts/type1/arphic/bsmiu/bsmiu8c.pfb + texmf-dist/fonts/type1/arphic/bsmiu/bsmiu8d.pfb + texmf-dist/fonts/type1/arphic/bsmiu/bsmiu8e.pfb + texmf-dist/fonts/type1/arphic/bsmiu/bsmiu8f.pfb + texmf-dist/fonts/type1/arphic/bsmiu/bsmiu90.pfb + texmf-dist/fonts/type1/arphic/bsmiu/bsmiu91.pfb + texmf-dist/fonts/type1/arphic/bsmiu/bsmiu92.pfb + texmf-dist/fonts/type1/arphic/bsmiu/bsmiu93.pfb + texmf-dist/fonts/type1/arphic/bsmiu/bsmiu94.pfb + texmf-dist/fonts/type1/arphic/bsmiu/bsmiu95.pfb + texmf-dist/fonts/type1/arphic/bsmiu/bsmiu96.pfb + texmf-dist/fonts/type1/arphic/bsmiu/bsmiu97.pfb + texmf-dist/fonts/type1/arphic/bsmiu/bsmiu98.pfb + texmf-dist/fonts/type1/arphic/bsmiu/bsmiu99.pfb + texmf-dist/fonts/type1/arphic/bsmiu/bsmiu9a.pfb + texmf-dist/fonts/type1/arphic/bsmiu/bsmiu9b.pfb + texmf-dist/fonts/type1/arphic/bsmiu/bsmiu9c.pfb + texmf-dist/fonts/type1/arphic/bsmiu/bsmiu9d.pfb + texmf-dist/fonts/type1/arphic/bsmiu/bsmiu9e.pfb + texmf-dist/fonts/type1/arphic/bsmiu/bsmiu9f.pfb + texmf-dist/fonts/type1/arphic/bsmiu/bsmiuee.pfb + texmf-dist/fonts/type1/arphic/bsmiu/bsmiuf6.pfb + texmf-dist/fonts/type1/arphic/bsmiu/bsmiuf7.pfb + texmf-dist/fonts/type1/arphic/bsmiu/bsmiuf8.pfb + texmf-dist/fonts/type1/arphic/bsmiu/bsmiufa.pfb + texmf-dist/fonts/type1/arphic/bsmiu/bsmiufe.pfb + texmf-dist/fonts/type1/arphic/bsmiu/bsmiuff.pfb + texmf-dist/fonts/type1/arphic/bsmiu/bsmiuv.pfb + texmf-dist/fonts/type1/arphic/gbsnu/gbsnu00.pfb + texmf-dist/fonts/type1/arphic/gbsnu/gbsnu01.pfb + texmf-dist/fonts/type1/arphic/gbsnu/gbsnu02.pfb + texmf-dist/fonts/type1/arphic/gbsnu/gbsnu03.pfb + texmf-dist/fonts/type1/arphic/gbsnu/gbsnu04.pfb + texmf-dist/fonts/type1/arphic/gbsnu/gbsnu20.pfb + texmf-dist/fonts/type1/arphic/gbsnu/gbsnu21.pfb + texmf-dist/fonts/type1/arphic/gbsnu/gbsnu22.pfb + texmf-dist/fonts/type1/arphic/gbsnu/gbsnu23.pfb + texmf-dist/fonts/type1/arphic/gbsnu/gbsnu24.pfb + texmf-dist/fonts/type1/arphic/gbsnu/gbsnu25.pfb + texmf-dist/fonts/type1/arphic/gbsnu/gbsnu26.pfb + texmf-dist/fonts/type1/arphic/gbsnu/gbsnu30.pfb + texmf-dist/fonts/type1/arphic/gbsnu/gbsnu31.pfb + texmf-dist/fonts/type1/arphic/gbsnu/gbsnu32.pfb + texmf-dist/fonts/type1/arphic/gbsnu/gbsnu4e.pfb + texmf-dist/fonts/type1/arphic/gbsnu/gbsnu4f.pfb + texmf-dist/fonts/type1/arphic/gbsnu/gbsnu50.pfb + texmf-dist/fonts/type1/arphic/gbsnu/gbsnu51.pfb + texmf-dist/fonts/type1/arphic/gbsnu/gbsnu52.pfb + texmf-dist/fonts/type1/arphic/gbsnu/gbsnu53.pfb + texmf-dist/fonts/type1/arphic/gbsnu/gbsnu54.pfb + texmf-dist/fonts/type1/arphic/gbsnu/gbsnu55.pfb + texmf-dist/fonts/type1/arphic/gbsnu/gbsnu56.pfb + texmf-dist/fonts/type1/arphic/gbsnu/gbsnu57.pfb + texmf-dist/fonts/type1/arphic/gbsnu/gbsnu58.pfb + texmf-dist/fonts/type1/arphic/gbsnu/gbsnu59.pfb + texmf-dist/fonts/type1/arphic/gbsnu/gbsnu5a.pfb + texmf-dist/fonts/type1/arphic/gbsnu/gbsnu5b.pfb + texmf-dist/fonts/type1/arphic/gbsnu/gbsnu5c.pfb + texmf-dist/fonts/type1/arphic/gbsnu/gbsnu5d.pfb + texmf-dist/fonts/type1/arphic/gbsnu/gbsnu5e.pfb + texmf-dist/fonts/type1/arphic/gbsnu/gbsnu5f.pfb + texmf-dist/fonts/type1/arphic/gbsnu/gbsnu60.pfb + texmf-dist/fonts/type1/arphic/gbsnu/gbsnu61.pfb + texmf-dist/fonts/type1/arphic/gbsnu/gbsnu62.pfb + texmf-dist/fonts/type1/arphic/gbsnu/gbsnu63.pfb + texmf-dist/fonts/type1/arphic/gbsnu/gbsnu64.pfb + texmf-dist/fonts/type1/arphic/gbsnu/gbsnu65.pfb + texmf-dist/fonts/type1/arphic/gbsnu/gbsnu66.pfb + texmf-dist/fonts/type1/arphic/gbsnu/gbsnu67.pfb + texmf-dist/fonts/type1/arphic/gbsnu/gbsnu68.pfb + texmf-dist/fonts/type1/arphic/gbsnu/gbsnu69.pfb + texmf-dist/fonts/type1/arphic/gbsnu/gbsnu6a.pfb + texmf-dist/fonts/type1/arphic/gbsnu/gbsnu6b.pfb + texmf-dist/fonts/type1/arphic/gbsnu/gbsnu6c.pfb + texmf-dist/fonts/type1/arphic/gbsnu/gbsnu6d.pfb + texmf-dist/fonts/type1/arphic/gbsnu/gbsnu6e.pfb + texmf-dist/fonts/type1/arphic/gbsnu/gbsnu6f.pfb + texmf-dist/fonts/type1/arphic/gbsnu/gbsnu70.pfb + texmf-dist/fonts/type1/arphic/gbsnu/gbsnu71.pfb + texmf-dist/fonts/type1/arphic/gbsnu/gbsnu72.pfb + texmf-dist/fonts/type1/arphic/gbsnu/gbsnu73.pfb + texmf-dist/fonts/type1/arphic/gbsnu/gbsnu74.pfb + texmf-dist/fonts/type1/arphic/gbsnu/gbsnu75.pfb + texmf-dist/fonts/type1/arphic/gbsnu/gbsnu76.pfb + texmf-dist/fonts/type1/arphic/gbsnu/gbsnu77.pfb + texmf-dist/fonts/type1/arphic/gbsnu/gbsnu78.pfb + texmf-dist/fonts/type1/arphic/gbsnu/gbsnu79.pfb + texmf-dist/fonts/type1/arphic/gbsnu/gbsnu7a.pfb + texmf-dist/fonts/type1/arphic/gbsnu/gbsnu7b.pfb + texmf-dist/fonts/type1/arphic/gbsnu/gbsnu7c.pfb + texmf-dist/fonts/type1/arphic/gbsnu/gbsnu7d.pfb + texmf-dist/fonts/type1/arphic/gbsnu/gbsnu7e.pfb + texmf-dist/fonts/type1/arphic/gbsnu/gbsnu7f.pfb + texmf-dist/fonts/type1/arphic/gbsnu/gbsnu80.pfb + texmf-dist/fonts/type1/arphic/gbsnu/gbsnu81.pfb + texmf-dist/fonts/type1/arphic/gbsnu/gbsnu82.pfb + texmf-dist/fonts/type1/arphic/gbsnu/gbsnu83.pfb + texmf-dist/fonts/type1/arphic/gbsnu/gbsnu84.pfb + texmf-dist/fonts/type1/arphic/gbsnu/gbsnu85.pfb + texmf-dist/fonts/type1/arphic/gbsnu/gbsnu86.pfb + texmf-dist/fonts/type1/arphic/gbsnu/gbsnu87.pfb + texmf-dist/fonts/type1/arphic/gbsnu/gbsnu88.pfb + texmf-dist/fonts/type1/arphic/gbsnu/gbsnu89.pfb + texmf-dist/fonts/type1/arphic/gbsnu/gbsnu8a.pfb + texmf-dist/fonts/type1/arphic/gbsnu/gbsnu8b.pfb + texmf-dist/fonts/type1/arphic/gbsnu/gbsnu8c.pfb + texmf-dist/fonts/type1/arphic/gbsnu/gbsnu8d.pfb + texmf-dist/fonts/type1/arphic/gbsnu/gbsnu8e.pfb + texmf-dist/fonts/type1/arphic/gbsnu/gbsnu8f.pfb + texmf-dist/fonts/type1/arphic/gbsnu/gbsnu90.pfb + texmf-dist/fonts/type1/arphic/gbsnu/gbsnu91.pfb + texmf-dist/fonts/type1/arphic/gbsnu/gbsnu92.pfb + texmf-dist/fonts/type1/arphic/gbsnu/gbsnu93.pfb + texmf-dist/fonts/type1/arphic/gbsnu/gbsnu94.pfb + texmf-dist/fonts/type1/arphic/gbsnu/gbsnu95.pfb + texmf-dist/fonts/type1/arphic/gbsnu/gbsnu96.pfb + texmf-dist/fonts/type1/arphic/gbsnu/gbsnu97.pfb + texmf-dist/fonts/type1/arphic/gbsnu/gbsnu98.pfb + texmf-dist/fonts/type1/arphic/gbsnu/gbsnu99.pfb + texmf-dist/fonts/type1/arphic/gbsnu/gbsnu9a.pfb + texmf-dist/fonts/type1/arphic/gbsnu/gbsnu9b.pfb + texmf-dist/fonts/type1/arphic/gbsnu/gbsnu9c.pfb + texmf-dist/fonts/type1/arphic/gbsnu/gbsnu9e.pfb + texmf-dist/fonts/type1/arphic/gbsnu/gbsnu9f.pfb + texmf-dist/fonts/type1/arphic/gbsnu/gbsnufe.pfb + texmf-dist/fonts/type1/arphic/gbsnu/gbsnuff.pfb + texmf-dist/fonts/type1/arphic/gkaiu/gkaiu00.pfb + texmf-dist/fonts/type1/arphic/gkaiu/gkaiu01.pfb + texmf-dist/fonts/type1/arphic/gkaiu/gkaiu02.pfb + texmf-dist/fonts/type1/arphic/gkaiu/gkaiu03.pfb + texmf-dist/fonts/type1/arphic/gkaiu/gkaiu04.pfb + texmf-dist/fonts/type1/arphic/gkaiu/gkaiu20.pfb + texmf-dist/fonts/type1/arphic/gkaiu/gkaiu21.pfb + texmf-dist/fonts/type1/arphic/gkaiu/gkaiu22.pfb + texmf-dist/fonts/type1/arphic/gkaiu/gkaiu23.pfb + texmf-dist/fonts/type1/arphic/gkaiu/gkaiu24.pfb + texmf-dist/fonts/type1/arphic/gkaiu/gkaiu25.pfb + texmf-dist/fonts/type1/arphic/gkaiu/gkaiu26.pfb + texmf-dist/fonts/type1/arphic/gkaiu/gkaiu30.pfb + texmf-dist/fonts/type1/arphic/gkaiu/gkaiu31.pfb + texmf-dist/fonts/type1/arphic/gkaiu/gkaiu32.pfb + texmf-dist/fonts/type1/arphic/gkaiu/gkaiu4e.pfb + texmf-dist/fonts/type1/arphic/gkaiu/gkaiu4f.pfb + texmf-dist/fonts/type1/arphic/gkaiu/gkaiu50.pfb + texmf-dist/fonts/type1/arphic/gkaiu/gkaiu51.pfb + texmf-dist/fonts/type1/arphic/gkaiu/gkaiu52.pfb + texmf-dist/fonts/type1/arphic/gkaiu/gkaiu53.pfb + texmf-dist/fonts/type1/arphic/gkaiu/gkaiu54.pfb + texmf-dist/fonts/type1/arphic/gkaiu/gkaiu55.pfb + texmf-dist/fonts/type1/arphic/gkaiu/gkaiu56.pfb + texmf-dist/fonts/type1/arphic/gkaiu/gkaiu57.pfb + texmf-dist/fonts/type1/arphic/gkaiu/gkaiu58.pfb + texmf-dist/fonts/type1/arphic/gkaiu/gkaiu59.pfb + texmf-dist/fonts/type1/arphic/gkaiu/gkaiu5a.pfb + texmf-dist/fonts/type1/arphic/gkaiu/gkaiu5b.pfb + texmf-dist/fonts/type1/arphic/gkaiu/gkaiu5c.pfb + texmf-dist/fonts/type1/arphic/gkaiu/gkaiu5d.pfb + texmf-dist/fonts/type1/arphic/gkaiu/gkaiu5e.pfb + texmf-dist/fonts/type1/arphic/gkaiu/gkaiu5f.pfb + texmf-dist/fonts/type1/arphic/gkaiu/gkaiu60.pfb + texmf-dist/fonts/type1/arphic/gkaiu/gkaiu61.pfb + texmf-dist/fonts/type1/arphic/gkaiu/gkaiu62.pfb + texmf-dist/fonts/type1/arphic/gkaiu/gkaiu63.pfb + texmf-dist/fonts/type1/arphic/gkaiu/gkaiu64.pfb + texmf-dist/fonts/type1/arphic/gkaiu/gkaiu65.pfb + texmf-dist/fonts/type1/arphic/gkaiu/gkaiu66.pfb + texmf-dist/fonts/type1/arphic/gkaiu/gkaiu67.pfb + texmf-dist/fonts/type1/arphic/gkaiu/gkaiu68.pfb + texmf-dist/fonts/type1/arphic/gkaiu/gkaiu69.pfb + texmf-dist/fonts/type1/arphic/gkaiu/gkaiu6a.pfb + texmf-dist/fonts/type1/arphic/gkaiu/gkaiu6b.pfb + texmf-dist/fonts/type1/arphic/gkaiu/gkaiu6c.pfb + texmf-dist/fonts/type1/arphic/gkaiu/gkaiu6d.pfb + texmf-dist/fonts/type1/arphic/gkaiu/gkaiu6e.pfb + texmf-dist/fonts/type1/arphic/gkaiu/gkaiu6f.pfb + texmf-dist/fonts/type1/arphic/gkaiu/gkaiu70.pfb + texmf-dist/fonts/type1/arphic/gkaiu/gkaiu71.pfb + texmf-dist/fonts/type1/arphic/gkaiu/gkaiu72.pfb + texmf-dist/fonts/type1/arphic/gkaiu/gkaiu73.pfb + texmf-dist/fonts/type1/arphic/gkaiu/gkaiu74.pfb + texmf-dist/fonts/type1/arphic/gkaiu/gkaiu75.pfb + texmf-dist/fonts/type1/arphic/gkaiu/gkaiu76.pfb + texmf-dist/fonts/type1/arphic/gkaiu/gkaiu77.pfb + texmf-dist/fonts/type1/arphic/gkaiu/gkaiu78.pfb + texmf-dist/fonts/type1/arphic/gkaiu/gkaiu79.pfb + texmf-dist/fonts/type1/arphic/gkaiu/gkaiu7a.pfb + texmf-dist/fonts/type1/arphic/gkaiu/gkaiu7b.pfb + texmf-dist/fonts/type1/arphic/gkaiu/gkaiu7c.pfb + texmf-dist/fonts/type1/arphic/gkaiu/gkaiu7d.pfb + texmf-dist/fonts/type1/arphic/gkaiu/gkaiu7e.pfb + texmf-dist/fonts/type1/arphic/gkaiu/gkaiu7f.pfb + texmf-dist/fonts/type1/arphic/gkaiu/gkaiu80.pfb + texmf-dist/fonts/type1/arphic/gkaiu/gkaiu81.pfb + texmf-dist/fonts/type1/arphic/gkaiu/gkaiu82.pfb + texmf-dist/fonts/type1/arphic/gkaiu/gkaiu83.pfb + texmf-dist/fonts/type1/arphic/gkaiu/gkaiu84.pfb + texmf-dist/fonts/type1/arphic/gkaiu/gkaiu85.pfb + texmf-dist/fonts/type1/arphic/gkaiu/gkaiu86.pfb + texmf-dist/fonts/type1/arphic/gkaiu/gkaiu87.pfb + texmf-dist/fonts/type1/arphic/gkaiu/gkaiu88.pfb + texmf-dist/fonts/type1/arphic/gkaiu/gkaiu89.pfb + texmf-dist/fonts/type1/arphic/gkaiu/gkaiu8a.pfb + texmf-dist/fonts/type1/arphic/gkaiu/gkaiu8b.pfb + texmf-dist/fonts/type1/arphic/gkaiu/gkaiu8c.pfb + texmf-dist/fonts/type1/arphic/gkaiu/gkaiu8d.pfb + texmf-dist/fonts/type1/arphic/gkaiu/gkaiu8e.pfb + texmf-dist/fonts/type1/arphic/gkaiu/gkaiu8f.pfb + texmf-dist/fonts/type1/arphic/gkaiu/gkaiu90.pfb + texmf-dist/fonts/type1/arphic/gkaiu/gkaiu91.pfb + texmf-dist/fonts/type1/arphic/gkaiu/gkaiu92.pfb + texmf-dist/fonts/type1/arphic/gkaiu/gkaiu93.pfb + texmf-dist/fonts/type1/arphic/gkaiu/gkaiu94.pfb + texmf-dist/fonts/type1/arphic/gkaiu/gkaiu95.pfb + texmf-dist/fonts/type1/arphic/gkaiu/gkaiu96.pfb + texmf-dist/fonts/type1/arphic/gkaiu/gkaiu97.pfb + texmf-dist/fonts/type1/arphic/gkaiu/gkaiu98.pfb + texmf-dist/fonts/type1/arphic/gkaiu/gkaiu99.pfb + texmf-dist/fonts/type1/arphic/gkaiu/gkaiu9a.pfb + texmf-dist/fonts/type1/arphic/gkaiu/gkaiu9b.pfb + texmf-dist/fonts/type1/arphic/gkaiu/gkaiu9c.pfb + texmf-dist/fonts/type1/arphic/gkaiu/gkaiu9e.pfb + texmf-dist/fonts/type1/arphic/gkaiu/gkaiu9f.pfb + texmf-dist/fonts/type1/arphic/gkaiu/gkaiufe.pfb + texmf-dist/fonts/type1/arphic/gkaiu/gkaiuff.pfb + texmf-dist/fonts/vf/arphic/bkaimp/bkaimp00.vf + texmf-dist/fonts/vf/arphic/bkaimp/bkaimp01.vf + texmf-dist/fonts/vf/arphic/bkaimp/bkaimp02.vf + texmf-dist/fonts/vf/arphic/bkaimp/bkaimp03.vf + texmf-dist/fonts/vf/arphic/bkaimp/bkaimp04.vf + texmf-dist/fonts/vf/arphic/bkaimp/bkaimp05.vf + texmf-dist/fonts/vf/arphic/bkaimp/bkaimp06.vf + texmf-dist/fonts/vf/arphic/bkaimp/bkaimp07.vf + texmf-dist/fonts/vf/arphic/bkaimp/bkaimp08.vf + texmf-dist/fonts/vf/arphic/bkaimp/bkaimp09.vf + texmf-dist/fonts/vf/arphic/bkaimp/bkaimp10.vf + texmf-dist/fonts/vf/arphic/bkaimp/bkaimp11.vf + texmf-dist/fonts/vf/arphic/bkaimp/bkaimp12.vf + texmf-dist/fonts/vf/arphic/bkaimp/bkaimp13.vf + texmf-dist/fonts/vf/arphic/bkaimp/bkaimp14.vf + texmf-dist/fonts/vf/arphic/bkaimp/bkaimp15.vf + texmf-dist/fonts/vf/arphic/bkaimp/bkaimp16.vf + texmf-dist/fonts/vf/arphic/bkaimp/bkaimp17.vf + texmf-dist/fonts/vf/arphic/bkaimp/bkaimp18.vf + texmf-dist/fonts/vf/arphic/bkaimp/bkaimp19.vf + texmf-dist/fonts/vf/arphic/bkaimp/bkaimp20.vf + texmf-dist/fonts/vf/arphic/bkaimp/bkaimp21.vf + texmf-dist/fonts/vf/arphic/bkaimp/bkaimp22.vf + texmf-dist/fonts/vf/arphic/bkaimp/bkaimp23.vf + texmf-dist/fonts/vf/arphic/bkaimp/bkaimp25.vf + texmf-dist/fonts/vf/arphic/bkaimp/bkaimp26.vf + texmf-dist/fonts/vf/arphic/bkaimp/bkaimp27.vf + texmf-dist/fonts/vf/arphic/bkaimp/bkaimp28.vf + texmf-dist/fonts/vf/arphic/bkaimp/bkaimp29.vf + texmf-dist/fonts/vf/arphic/bkaimp/bkaimp30.vf + texmf-dist/fonts/vf/arphic/bkaimp/bkaimp31.vf + texmf-dist/fonts/vf/arphic/bkaimp/bkaimp32.vf + texmf-dist/fonts/vf/arphic/bkaimp/bkaimp33.vf + texmf-dist/fonts/vf/arphic/bkaimp/bkaimp34.vf + texmf-dist/fonts/vf/arphic/bkaimp/bkaimp35.vf + texmf-dist/fonts/vf/arphic/bkaimp/bkaimp36.vf + texmf-dist/fonts/vf/arphic/bkaimp/bkaimp37.vf + texmf-dist/fonts/vf/arphic/bkaimp/bkaimp38.vf + texmf-dist/fonts/vf/arphic/bkaimp/bkaimp39.vf + texmf-dist/fonts/vf/arphic/bkaimp/bkaimp40.vf + texmf-dist/fonts/vf/arphic/bkaimp/bkaimp41.vf + texmf-dist/fonts/vf/arphic/bkaimp/bkaimp42.vf + texmf-dist/fonts/vf/arphic/bkaimp/bkaimp43.vf + texmf-dist/fonts/vf/arphic/bkaimp/bkaimp44.vf + texmf-dist/fonts/vf/arphic/bkaimp/bkaimp45.vf + texmf-dist/fonts/vf/arphic/bkaimp/bkaimp46.vf + texmf-dist/fonts/vf/arphic/bkaimp/bkaimp47.vf + texmf-dist/fonts/vf/arphic/bkaimp/bkaimp48.vf + texmf-dist/fonts/vf/arphic/bkaimp/bkaimp49.vf + texmf-dist/fonts/vf/arphic/bkaimp/bkaimp50.vf + texmf-dist/fonts/vf/arphic/bkaimp/bkaimp51.vf + texmf-dist/fonts/vf/arphic/bkaimp/bkaimp52.vf + texmf-dist/fonts/vf/arphic/bkaimp/bkaimp53.vf + texmf-dist/fonts/vf/arphic/bkaimp/bkaimp54.vf + texmf-dist/fonts/vf/arphic/bkaimp/bkaimp55.vf + texmf-dist/fonts/vf/arphic/bkaimp/bkaimpv.vf + texmf-dist/fonts/vf/arphic/bsmilp/bsmilp00.vf + texmf-dist/fonts/vf/arphic/bsmilp/bsmilp01.vf + texmf-dist/fonts/vf/arphic/bsmilp/bsmilp02.vf + texmf-dist/fonts/vf/arphic/bsmilp/bsmilp03.vf + texmf-dist/fonts/vf/arphic/bsmilp/bsmilp04.vf + texmf-dist/fonts/vf/arphic/bsmilp/bsmilp05.vf + texmf-dist/fonts/vf/arphic/bsmilp/bsmilp06.vf + texmf-dist/fonts/vf/arphic/bsmilp/bsmilp07.vf + texmf-dist/fonts/vf/arphic/bsmilp/bsmilp08.vf + texmf-dist/fonts/vf/arphic/bsmilp/bsmilp09.vf + texmf-dist/fonts/vf/arphic/bsmilp/bsmilp10.vf + texmf-dist/fonts/vf/arphic/bsmilp/bsmilp11.vf + texmf-dist/fonts/vf/arphic/bsmilp/bsmilp12.vf + texmf-dist/fonts/vf/arphic/bsmilp/bsmilp13.vf + texmf-dist/fonts/vf/arphic/bsmilp/bsmilp14.vf + texmf-dist/fonts/vf/arphic/bsmilp/bsmilp15.vf + texmf-dist/fonts/vf/arphic/bsmilp/bsmilp16.vf + texmf-dist/fonts/vf/arphic/bsmilp/bsmilp17.vf + texmf-dist/fonts/vf/arphic/bsmilp/bsmilp18.vf + texmf-dist/fonts/vf/arphic/bsmilp/bsmilp19.vf + texmf-dist/fonts/vf/arphic/bsmilp/bsmilp20.vf + texmf-dist/fonts/vf/arphic/bsmilp/bsmilp21.vf + texmf-dist/fonts/vf/arphic/bsmilp/bsmilp22.vf + texmf-dist/fonts/vf/arphic/bsmilp/bsmilp23.vf + texmf-dist/fonts/vf/arphic/bsmilp/bsmilp25.vf + texmf-dist/fonts/vf/arphic/bsmilp/bsmilp26.vf + texmf-dist/fonts/vf/arphic/bsmilp/bsmilp27.vf + texmf-dist/fonts/vf/arphic/bsmilp/bsmilp28.vf + texmf-dist/fonts/vf/arphic/bsmilp/bsmilp29.vf + texmf-dist/fonts/vf/arphic/bsmilp/bsmilp30.vf + texmf-dist/fonts/vf/arphic/bsmilp/bsmilp31.vf + texmf-dist/fonts/vf/arphic/bsmilp/bsmilp32.vf + texmf-dist/fonts/vf/arphic/bsmilp/bsmilp33.vf + texmf-dist/fonts/vf/arphic/bsmilp/bsmilp34.vf + texmf-dist/fonts/vf/arphic/bsmilp/bsmilp35.vf + texmf-dist/fonts/vf/arphic/bsmilp/bsmilp36.vf + texmf-dist/fonts/vf/arphic/bsmilp/bsmilp37.vf + texmf-dist/fonts/vf/arphic/bsmilp/bsmilp38.vf + texmf-dist/fonts/vf/arphic/bsmilp/bsmilp39.vf + texmf-dist/fonts/vf/arphic/bsmilp/bsmilp40.vf + texmf-dist/fonts/vf/arphic/bsmilp/bsmilp41.vf + texmf-dist/fonts/vf/arphic/bsmilp/bsmilp42.vf + texmf-dist/fonts/vf/arphic/bsmilp/bsmilp43.vf + texmf-dist/fonts/vf/arphic/bsmilp/bsmilp44.vf + texmf-dist/fonts/vf/arphic/bsmilp/bsmilp45.vf + texmf-dist/fonts/vf/arphic/bsmilp/bsmilp46.vf + texmf-dist/fonts/vf/arphic/bsmilp/bsmilp47.vf + texmf-dist/fonts/vf/arphic/bsmilp/bsmilp48.vf + texmf-dist/fonts/vf/arphic/bsmilp/bsmilp49.vf + texmf-dist/fonts/vf/arphic/bsmilp/bsmilp50.vf + texmf-dist/fonts/vf/arphic/bsmilp/bsmilp51.vf + texmf-dist/fonts/vf/arphic/bsmilp/bsmilp52.vf + texmf-dist/fonts/vf/arphic/bsmilp/bsmilp53.vf + texmf-dist/fonts/vf/arphic/bsmilp/bsmilp54.vf + texmf-dist/fonts/vf/arphic/bsmilp/bsmilp55.vf + texmf-dist/fonts/vf/arphic/bsmilp/bsmilpv.vf + texmf-dist/fonts/vf/arphic/gbsnlp/gbsnlp00.vf + texmf-dist/fonts/vf/arphic/gbsnlp/gbsnlp01.vf + texmf-dist/fonts/vf/arphic/gbsnlp/gbsnlp02.vf + texmf-dist/fonts/vf/arphic/gbsnlp/gbsnlp03.vf + texmf-dist/fonts/vf/arphic/gbsnlp/gbsnlp04.vf + texmf-dist/fonts/vf/arphic/gbsnlp/gbsnlp06.vf + texmf-dist/fonts/vf/arphic/gbsnlp/gbsnlp07.vf + texmf-dist/fonts/vf/arphic/gbsnlp/gbsnlp08.vf + texmf-dist/fonts/vf/arphic/gbsnlp/gbsnlp09.vf + texmf-dist/fonts/vf/arphic/gbsnlp/gbsnlp10.vf + texmf-dist/fonts/vf/arphic/gbsnlp/gbsnlp11.vf + texmf-dist/fonts/vf/arphic/gbsnlp/gbsnlp12.vf + texmf-dist/fonts/vf/arphic/gbsnlp/gbsnlp13.vf + texmf-dist/fonts/vf/arphic/gbsnlp/gbsnlp14.vf + texmf-dist/fonts/vf/arphic/gbsnlp/gbsnlp15.vf + texmf-dist/fonts/vf/arphic/gbsnlp/gbsnlp16.vf + texmf-dist/fonts/vf/arphic/gbsnlp/gbsnlp17.vf + texmf-dist/fonts/vf/arphic/gbsnlp/gbsnlp18.vf + texmf-dist/fonts/vf/arphic/gbsnlp/gbsnlp19.vf + texmf-dist/fonts/vf/arphic/gbsnlp/gbsnlp20.vf + texmf-dist/fonts/vf/arphic/gbsnlp/gbsnlp21.vf + texmf-dist/fonts/vf/arphic/gbsnlp/gbsnlp22.vf + texmf-dist/fonts/vf/arphic/gbsnlp/gbsnlp23.vf + texmf-dist/fonts/vf/arphic/gbsnlp/gbsnlp24.vf + texmf-dist/fonts/vf/arphic/gbsnlp/gbsnlp25.vf + texmf-dist/fonts/vf/arphic/gbsnlp/gbsnlp26.vf + texmf-dist/fonts/vf/arphic/gbsnlp/gbsnlp27.vf + texmf-dist/fonts/vf/arphic/gbsnlp/gbsnlp28.vf + texmf-dist/fonts/vf/arphic/gbsnlp/gbsnlp29.vf + texmf-dist/fonts/vf/arphic/gbsnlp/gbsnlp30.vf + texmf-dist/fonts/vf/arphic/gbsnlp/gbsnlp31.vf + texmf-dist/fonts/vf/arphic/gbsnlp/gbsnlp32.vf + texmf-dist/fonts/vf/arphic/gkaimp/gkaimp00.vf + texmf-dist/fonts/vf/arphic/gkaimp/gkaimp01.vf + texmf-dist/fonts/vf/arphic/gkaimp/gkaimp02.vf + texmf-dist/fonts/vf/arphic/gkaimp/gkaimp03.vf + texmf-dist/fonts/vf/arphic/gkaimp/gkaimp04.vf + texmf-dist/fonts/vf/arphic/gkaimp/gkaimp06.vf + texmf-dist/fonts/vf/arphic/gkaimp/gkaimp07.vf + texmf-dist/fonts/vf/arphic/gkaimp/gkaimp08.vf + texmf-dist/fonts/vf/arphic/gkaimp/gkaimp09.vf + texmf-dist/fonts/vf/arphic/gkaimp/gkaimp10.vf + texmf-dist/fonts/vf/arphic/gkaimp/gkaimp11.vf + texmf-dist/fonts/vf/arphic/gkaimp/gkaimp12.vf + texmf-dist/fonts/vf/arphic/gkaimp/gkaimp13.vf + texmf-dist/fonts/vf/arphic/gkaimp/gkaimp14.vf + texmf-dist/fonts/vf/arphic/gkaimp/gkaimp15.vf + texmf-dist/fonts/vf/arphic/gkaimp/gkaimp16.vf + texmf-dist/fonts/vf/arphic/gkaimp/gkaimp17.vf + texmf-dist/fonts/vf/arphic/gkaimp/gkaimp18.vf + texmf-dist/fonts/vf/arphic/gkaimp/gkaimp19.vf + texmf-dist/fonts/vf/arphic/gkaimp/gkaimp20.vf + texmf-dist/fonts/vf/arphic/gkaimp/gkaimp21.vf + texmf-dist/fonts/vf/arphic/gkaimp/gkaimp22.vf + texmf-dist/fonts/vf/arphic/gkaimp/gkaimp23.vf + texmf-dist/fonts/vf/arphic/gkaimp/gkaimp24.vf + texmf-dist/fonts/vf/arphic/gkaimp/gkaimp25.vf + texmf-dist/fonts/vf/arphic/gkaimp/gkaimp26.vf + texmf-dist/fonts/vf/arphic/gkaimp/gkaimp27.vf + texmf-dist/fonts/vf/arphic/gkaimp/gkaimp28.vf + texmf-dist/fonts/vf/arphic/gkaimp/gkaimp29.vf + texmf-dist/fonts/vf/arphic/gkaimp/gkaimp30.vf + texmf-dist/fonts/vf/arphic/gkaimp/gkaimp31.vf + texmf-dist/fonts/vf/arphic/gkaimp/gkaimp32.vf +catalogue-ctan /fonts/arphic +catalogue-date 2007-05-25 18:39:01 +0200 +catalogue-license other-free + +name arrayjob +category Package +revision 15878 +shortdesc Array data structures for (La)TeX. +longdesc This package provides array data structures in (La)TeX, in the +longdesc meaning of the classical procedural programming languages like +longdesc Fortran, Ada or C, and macros to manipulate them. Arrays can be +longdesc mono or bi-dimensional. This is useful for applications which +longdesc require high level programming techniques, like algorithmic +longdesc graphics programmed in the TeX language. +docfiles size=133 + texmf-dist/doc/generic/arrayjob/README details="Package Readme" + texmf-dist/doc/generic/arrayjob/arrayjob.doc + texmf-dist/doc/generic/arrayjob/arrayjob.pdf details="Package documentation" +runfiles size=2 + texmf-dist/tex/generic/arrayjob/arrayjob.sty +catalogue-ctan /macros/generic/arrayjob +catalogue-date 2006-11-28 22:38:04 +0100 +catalogue-license lppl +catalogue-version 1.03 + +name arsclassica +category Package +revision 15878 +shortdesc A different view of the ClassicThesis package. +longdesc The package changes some typographical points of the +longdesc ClassicThesis style, by Andre Miede. It allows to reproduce the +longdesc look of the guide The art of writing with LaTeX (the web page +longdesc is in Italian). +docfiles size=328 + texmf-dist/doc/latex/arsclassica/ArsClassica.pdf details="Package documentation (English)" language="en" + texmf-dist/doc/latex/arsclassica/ArsClassica.tex + texmf-dist/doc/latex/arsclassica/Bibliography.bib + texmf-dist/doc/latex/arsclassica/CHANGES + texmf-dist/doc/latex/arsclassica/Chapters/Code.tex + texmf-dist/doc/latex/arsclassica/Chapters/Fundamentals.tex + texmf-dist/doc/latex/arsclassica/FrontBackMatter/Abstract+Sommario.tex + texmf-dist/doc/latex/arsclassica/FrontBackMatter/Acknowledgements.tex + texmf-dist/doc/latex/arsclassica/FrontBackMatter/Bibliography.tex + texmf-dist/doc/latex/arsclassica/FrontBackMatter/Contents.tex + texmf-dist/doc/latex/arsclassica/FrontBackMatter/Index.tex + texmf-dist/doc/latex/arsclassica/FrontBackMatter/Titleback.tex + texmf-dist/doc/latex/arsclassica/FrontBackMatter/Titlepage.tex + texmf-dist/doc/latex/arsclassica/Graphics/Birds.jpg + texmf-dist/doc/latex/arsclassica/Graphics/Example_1.jpg + texmf-dist/doc/latex/arsclassica/Graphics/Example_2.jpg + texmf-dist/doc/latex/arsclassica/Graphics/Example_3.jpg + texmf-dist/doc/latex/arsclassica/Graphics/Example_4.jpg + texmf-dist/doc/latex/arsclassica/Graphics/GuITlogo.pdf + texmf-dist/doc/latex/arsclassica/Italian/ArsClassica.pdf details="Package documentation (Italian)" language="it" + texmf-dist/doc/latex/arsclassica/Italian/ArsClassica.tex + texmf-dist/doc/latex/arsclassica/Italian/Bibliografia.bib + texmf-dist/doc/latex/arsclassica/Italian/Capitoli/Basi.tex + texmf-dist/doc/latex/arsclassica/Italian/Capitoli/Codice.tex + texmf-dist/doc/latex/arsclassica/Italian/Immagini/LogoGuIT.pdf + texmf-dist/doc/latex/arsclassica/Italian/Immagini/Uccelli.jpg + texmf-dist/doc/latex/arsclassica/Italian/Immagini/esempio_1.jpg + texmf-dist/doc/latex/arsclassica/Italian/Immagini/esempio_2.jpg + texmf-dist/doc/latex/arsclassica/Italian/Immagini/esempio_3.jpg + texmf-dist/doc/latex/arsclassica/Italian/Immagini/esempio_4.jpg + texmf-dist/doc/latex/arsclassica/Italian/MaterialeInizialeFinale/Bibliografia.tex + texmf-dist/doc/latex/arsclassica/Italian/MaterialeInizialeFinale/DietroAlTitolo.tex + texmf-dist/doc/latex/arsclassica/Italian/MaterialeInizialeFinale/Frontespizio.tex + texmf-dist/doc/latex/arsclassica/Italian/MaterialeInizialeFinale/IndiceAnalitico.tex + texmf-dist/doc/latex/arsclassica/Italian/MaterialeInizialeFinale/Indici.tex + texmf-dist/doc/latex/arsclassica/Italian/MaterialeInizialeFinale/Ringraziamenti.tex + texmf-dist/doc/latex/arsclassica/Italian/MaterialeInizialeFinale/Sommario+Abstract.tex + texmf-dist/doc/latex/arsclassica/Italian/italadhoc.sty + texmf-dist/doc/latex/arsclassica/README details="Readme" +runfiles size=14 + texmf-dist/bibtex/bst/arsclassica/classic.bst + texmf-dist/makeindex/arsclassica/classic.ist + texmf-dist/tex/latex/arsclassica/adhoc.sty + texmf-dist/tex/latex/arsclassica/arsclassica.sty +catalogue-ctan /macros/latex/contrib/arsclassica +catalogue-date 2009-01-02 17:18:42 +0100 +catalogue-license lppl +catalogue-version 2.5.3 + +name arydshln +category Package +revision 15878 +shortdesc Horizontal and vertical dashed lines in arrays and tabulars. +longdesc Definitions of horizontal and vertical dashed lines for the +longdesc array and tabular environment. Horizontal lines are drawn by +longdesc \hdashline and \cdashline while vertical ones can be specified +longdesc as a part of preamble using ':'. The shape of dashed lines may +longdesc be controlled through style parameters or optional arguments. +longdesc The package is compatible with array and colortab. +docfiles size=158 + texmf-dist/doc/latex/arydshln/README + texmf-dist/doc/latex/arydshln/arydshln-man.pdf details="User manual:" + texmf-dist/doc/latex/arydshln/arydshln-man.tex + texmf-dist/doc/latex/arydshln/arydshln.pdf details="Manual, including code listing:" +srcfiles size=59 + texmf-dist/source/latex/arydshln/arydshln.dtx + texmf-dist/source/latex/arydshln/arydshln.ins +runfiles size=12 + texmf-dist/tex/latex/arydshln/arydshln.sty +catalogue-ctan /macros/latex/contrib/arydshln +catalogue-date 2007-04-06 18:29:05 +0200 +catalogue-license lppl +catalogue-version 1.71 + +name asaetr +category Package +revision 15878 +shortdesc Transactions of the ASAE. +longdesc A class and BibTeX style for submissions to the Transactions of +longdesc the American Society of Agricultural Engineers. Also included +longdesc is the MetaFont source of a slanted Computer Modern Caps and +longdesc Small Caps font. +docfiles size=27 + texmf-dist/doc/latex/asaetr/MANIFEST + texmf-dist/doc/latex/asaetr/asaetr.bib + texmf-dist/doc/latex/asaetr/asaetr.pdf details="Package documentation" + texmf-dist/doc/latex/asaetr/asaetr.tex + texmf-dist/doc/latex/asaetr/cmcscsl10.mf +runfiles size=14 + texmf-dist/bibtex/bst/asaetr/asaetr.bst + texmf-dist/tex/latex/asaetr/asaesub.sty + texmf-dist/tex/latex/asaetr/asaetr.cls + texmf-dist/tex/latex/asaetr/asaetr.sty +catalogue-ctan /macros/latex/contrib/asaetr +catalogue-date 2009-04-30 00:32:08 +0200 +catalogue-license pd +catalogue-version 1.0a + +name ascelike +category Package +revision 15878 +shortdesc Bibliography style for the ASCE. +longdesc A document class and bibliographic style that prepares +longdesc documents in the style required by the American Society of +longdesc Civil Engineers (ASCE). These are unofficial files, not +longdesc sanctioned by that organization, and the files specifically +longdesc give this caveat. Also included is a short +longdesc documentation/example of how to use the class. +docfiles size=75 + texmf-dist/doc/latex/ascelike/Readme + texmf-dist/doc/latex/ascelike/ascexmpl.pdf + texmf-dist/doc/latex/ascelike/ascexmpl.ps + texmf-dist/doc/latex/ascelike/ascexmpl.tex +runfiles size=16 + texmf-dist/bibtex/bib/ascelike/ascexmpl.bib + texmf-dist/bibtex/bst/ascelike/ascelike.bst + texmf-dist/tex/latex/ascelike/ascelike.cls +catalogue-ctan /macros/latex/contrib/ascelike +catalogue-date 2006-09-12 13:43:23 +0200 +catalogue-license lppl +catalogue-version 1999-06-25 + +name ascii +category Package +revision 15878 +shortdesc Support for IBM "standard ASCII" font. +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 +docfiles size=123 + texmf-dist/doc/fonts/ascii/ascii2006.pdf + texmf-dist/doc/fonts/ascii/asciisty1994.pdf +srcfiles size=5 + texmf-dist/source/latex/ascii/ascii.dtx + texmf-dist/source/latex/ascii/ascii.ins +runfiles size=17 + texmf-dist/fonts/map/dvips/ascii/ascii.map + texmf-dist/fonts/tfm/public/ascii/ASCII.tfm + texmf-dist/fonts/type1/public/ascii/ASCII.pfb + texmf-dist/tex/latex/ascii/ascii.sty +catalogue-ctan /fonts/ascii +catalogue-date 2008-12-25 13:14:37 +0100 +catalogue-license lppl +catalogue-version 2.0 + +name asciichart +category Package +revision 15878 +catalogue ascii-chart +shortdesc An ASCII wall chart. +longdesc The document may be converted between Plain TeX and LaTeX +longdesc (2.09) by a simple editing action. +docfiles size=3 + texmf-dist/doc/support/asciichart/ascii.tex +catalogue-ctan /info/ascii.tex +catalogue-date 2009-01-09 17:16:29 +0100 +catalogue-license noinfo + +name assignment +category Package +revision 15878 +shortdesc A class file for typesetting homework and lab assignments +longdesc A class file for typesetting homework and lab assignments. +docfiles size=30 + texmf-dist/doc/latex/assignment/Changelog + texmf-dist/doc/latex/assignment/LICENSE + texmf-dist/doc/latex/assignment/README details="Package README" + texmf-dist/doc/latex/assignment/assignment.pdf details="Package documentation, as an assignment" + texmf-dist/doc/latex/assignment/assignment.tex +runfiles size=2 + texmf-dist/tex/latex/assignment/assignment.cls +catalogue-ctan /macros/latex/contrib/assignment +catalogue-date 2006-10-12 15:12:24 +0200 +catalogue-license lppl + +name astro +category Package +revision 15878 +shortdesc Astronomical (planetary) symbols. +longdesc Astrosym is a font containing astronomical symbols, including +longdesc those used for the planets, four planetoids, the phases of the +longdesc moon, the signs of the zodiac, and some additional symbols. The +longdesc font is distributed in MetaFont format. +docfiles size=3 + texmf-dist/doc/fonts/astro/astrosym.tex + texmf-dist/doc/fonts/astro/astrosym.txt +runfiles size=21 + texmf-dist/fonts/source/public/astro/astrosym.cal + texmf-dist/fonts/source/public/astro/astrosym.cmn + texmf-dist/fonts/source/public/astro/astrosym.mac + texmf-dist/fonts/source/public/astro/astrosym.mf + texmf-dist/fonts/source/public/astro/astrosym.uni + texmf-dist/fonts/source/public/astro/astrosym.xtr + texmf-dist/fonts/tfm/public/astro/astrosym.tfm +catalogue-ctan /fonts/astro +catalogue-date 2008-10-03 22:28:15 +0200 +catalogue-license lppl +catalogue-version 2.20 + +name asyfig +category Package +revision 15878 +shortdesc Commands for using Asymptote figures. +longdesc The package provides a means of reading Asymptote figures from +longdesc separate files, rather than within the document, as is standard +longdesc in the asymptote package, which is provided as part of the +longdesc Asymptote bundle. The asymptote way can prove cumbersome in a +longdesc large document; the present package allows the user to process +longdesc one picture at a time, in simple test documents, and then to +longdesc migrate (with no fuss) to their use in the target document. +docfiles size=74 + texmf-dist/doc/latex/asyfig/README details="Readme" + texmf-dist/doc/latex/asyfig/asyfig.pdf details="Package documentation" + texmf-dist/doc/latex/asyfig/example/frf.asy + texmf-dist/doc/latex/asyfig/example/test-asyfig.tex +srcfiles size=6 + texmf-dist/source/latex/asyfig/asyfig.ins + texmf-dist/source/latex/asyfig/asyfig.tex +runfiles size=3 + texmf-dist/tex/latex/asyfig/asyalign.sty + texmf-dist/tex/latex/asyfig/asyfig.sty + texmf-dist/tex/latex/asyfig/asyprocess.sty +catalogue-ctan /macros/latex/contrib/asyfig +catalogue-date 2009-07-01 20:21:10 +0200 +catalogue-license lppl +catalogue-version 0.1b + +name asymptote +category TLCore +revision 15809 +shortdesc 2D and 3D TeX-Aware Vector Graphics Language. +longdesc Asymptote is a powerful descriptive vector graphics language +longdesc for technical drawing, inspired by MetaPost but with an +longdesc improved C++-like syntax. Asymptote provides for figures the +longdesc same high-quality level of typesetting that LaTeX does for +longdesc scientific text. +depend asymptote.ARCH +docfiles size=870 + texmf/doc/asymptote/CAD.pdf + texmf/doc/asymptote/asymptote.pdf + texmf/doc/asymptote/examples/100d.views + texmf/doc/asymptote/examples/BezierPatch.asy + texmf/doc/asymptote/examples/BezierSurface.asy + texmf/doc/asymptote/examples/Bode.asy + texmf/doc/asymptote/examples/CAD1.asy + texmf/doc/asymptote/examples/CDlabel.asy + texmf/doc/asymptote/examples/Coons.asy + texmf/doc/asymptote/examples/GaussianSurface.asy + texmf/doc/asymptote/examples/Gouraud.asy + texmf/doc/asymptote/examples/Gouraudcontour.asy + texmf/doc/asymptote/examples/HermiteSpline.asy + texmf/doc/asymptote/examples/Hobbycontrol.asy + texmf/doc/asymptote/examples/Hobbydir.asy + texmf/doc/asymptote/examples/Klein.asy + texmf/doc/asymptote/examples/NURBSsurface.asy + texmf/doc/asymptote/examples/Pythagoras.asy + texmf/doc/asymptote/examples/PythagoreanTree.asy + texmf/doc/asymptote/examples/RiemannSurface.asy + texmf/doc/asymptote/examples/RiemannSurfaceRoot.asy + texmf/doc/asymptote/examples/Sierpinski.asy + texmf/doc/asymptote/examples/advection.asy + texmf/doc/asymptote/examples/alignbox.asy + texmf/doc/asymptote/examples/alignedaxis.asy + texmf/doc/asymptote/examples/animations/cube.asy + texmf/doc/asymptote/examples/animations/earthmoon.asy + texmf/doc/asymptote/examples/animations/embeddedmovie.asy + texmf/doc/asymptote/examples/animations/embeddedu3d.asy + texmf/doc/asymptote/examples/animations/externalmovie.asy + texmf/doc/asymptote/examples/animations/glmovie.asy + texmf/doc/asymptote/examples/animations/heatequation.asy + texmf/doc/asymptote/examples/animations/inlinemovie.tex + texmf/doc/asymptote/examples/animations/inlinemovie3.tex + texmf/doc/asymptote/examples/animations/pdfmovie.asy + texmf/doc/asymptote/examples/animations/slidemovies.asy + texmf/doc/asymptote/examples/animations/sphere.asy + texmf/doc/asymptote/examples/animations/torusanimation.asy + texmf/doc/asymptote/examples/animations/wavepacket.asy + texmf/doc/asymptote/examples/animations/wheel.asy + texmf/doc/asymptote/examples/annotation.asy + texmf/doc/asymptote/examples/arrows3.asy + texmf/doc/asymptote/examples/axis3.asy + texmf/doc/asymptote/examples/basealign.asy + texmf/doc/asymptote/examples/bezier.asy + texmf/doc/asymptote/examples/bezier2.asy + texmf/doc/asymptote/examples/beziercurve.asy + texmf/doc/asymptote/examples/bigdiagonal.asy + texmf/doc/asymptote/examples/billboard.asy + texmf/doc/asymptote/examples/binarytreetest.asy + texmf/doc/asymptote/examples/brokenaxis.asy + texmf/doc/asymptote/examples/buildcycle.asy + texmf/doc/asymptote/examples/cardioid.asy + texmf/doc/asymptote/examples/centroidfg.asy + texmf/doc/asymptote/examples/cheese.asy + texmf/doc/asymptote/examples/circles.asy + texmf/doc/asymptote/examples/coag.asy + texmf/doc/asymptote/examples/colons.asy + texmf/doc/asymptote/examples/colorplanes.asy + texmf/doc/asymptote/examples/colors.asy + texmf/doc/asymptote/examples/condor.asy + texmf/doc/asymptote/examples/cones.asy + texmf/doc/asymptote/examples/conicurv.asy + texmf/doc/asymptote/examples/contextfonts.asy + texmf/doc/asymptote/examples/controlsystem.asy + texmf/doc/asymptote/examples/cos2theta.asy + texmf/doc/asymptote/examples/cosaddition.asy + texmf/doc/asymptote/examples/cpkcolors.asy + texmf/doc/asymptote/examples/cube.asy + texmf/doc/asymptote/examples/curvedlabel.asy + texmf/doc/asymptote/examples/curvedlabel3.asy + texmf/doc/asymptote/examples/cyclohexane.asy + texmf/doc/asymptote/examples/cylinder.asy + texmf/doc/asymptote/examples/cylinderskeleton.asy + texmf/doc/asymptote/examples/datagraph.asy + texmf/doc/asymptote/examples/delu.asy + texmf/doc/asymptote/examples/diagonal.asy + texmf/doc/asymptote/examples/diatom.asy + texmf/doc/asymptote/examples/diatom.csv + texmf/doc/asymptote/examples/dimension.asy + texmf/doc/asymptote/examples/dots.asy + texmf/doc/asymptote/examples/dragon.asy + texmf/doc/asymptote/examples/eetomumu.asy + texmf/doc/asymptote/examples/electromagnetic.asy + texmf/doc/asymptote/examples/elevation.asy + texmf/doc/asymptote/examples/elliptic.asy + texmf/doc/asymptote/examples/epix.asy + texmf/doc/asymptote/examples/equilateral.asy + texmf/doc/asymptote/examples/equilchord.asy + texmf/doc/asymptote/examples/errorbars.asy + texmf/doc/asymptote/examples/exp.asy + texmf/doc/asymptote/examples/externalprc.tex + texmf/doc/asymptote/examples/extrudedcontour.asy + texmf/doc/asymptote/examples/fano.asy + texmf/doc/asymptote/examples/fequlogo.asy + texmf/doc/asymptote/examples/fermi.asy + texmf/doc/asymptote/examples/filegraph.asy + texmf/doc/asymptote/examples/filegraph.dat + texmf/doc/asymptote/examples/filesurface.asy + texmf/doc/asymptote/examples/filesurface.dat + texmf/doc/asymptote/examples/fillcontour.asy + texmf/doc/asymptote/examples/fin.asy + texmf/doc/asymptote/examples/fjortoft.asy + texmf/doc/asymptote/examples/floatingdisk.asy + texmf/doc/asymptote/examples/floor.asy + texmf/doc/asymptote/examples/flow.asy + texmf/doc/asymptote/examples/flowchartdemo.asy + texmf/doc/asymptote/examples/fractaltree.asy + texmf/doc/asymptote/examples/functionshading.asy + texmf/doc/asymptote/examples/galleon.asy + texmf/doc/asymptote/examples/gamma.asy + texmf/doc/asymptote/examples/gamma3.asy + texmf/doc/asymptote/examples/generalaxis.asy + texmf/doc/asymptote/examples/generalaxis3.asy + texmf/doc/asymptote/examples/graphmarkers.asy + texmf/doc/asymptote/examples/grid.asy + texmf/doc/asymptote/examples/grid3xyz.asy + texmf/doc/asymptote/examples/hatch.asy + texmf/doc/asymptote/examples/helix.asy + texmf/doc/asymptote/examples/hierarchy.asy + texmf/doc/asymptote/examples/histogram.asy + texmf/doc/asymptote/examples/hyperboloid.asy + texmf/doc/asymptote/examples/hyperboloidsilhouette.asy + texmf/doc/asymptote/examples/icon.asy + texmf/doc/asymptote/examples/image.asy + texmf/doc/asymptote/examples/imagecontour.asy + texmf/doc/asymptote/examples/imagehistogram.asy + texmf/doc/asymptote/examples/impact.asy + texmf/doc/asymptote/examples/integraltest.asy + texmf/doc/asymptote/examples/interpolate1.asy + texmf/doc/asymptote/examples/intro.asy + texmf/doc/asymptote/examples/irregularcontour.asy + texmf/doc/asymptote/examples/join.asy + texmf/doc/asymptote/examples/join3.asy + texmf/doc/asymptote/examples/jump.asy + texmf/doc/asymptote/examples/knots.asy + texmf/doc/asymptote/examples/label3.asy + texmf/doc/asymptote/examples/label3ribbon.asy + texmf/doc/asymptote/examples/label3solid.asy + texmf/doc/asymptote/examples/labelbox.asy + texmf/doc/asymptote/examples/labelsquare.asy + texmf/doc/asymptote/examples/laserlattice.asy + texmf/doc/asymptote/examples/latexusage.tex + texmf/doc/asymptote/examples/latticeshading.asy + texmf/doc/asymptote/examples/layers.asy + texmf/doc/asymptote/examples/leastsquares.asy + texmf/doc/asymptote/examples/leastsquares.dat + texmf/doc/asymptote/examples/legend.asy + texmf/doc/asymptote/examples/lever.asy + texmf/doc/asymptote/examples/limit.asy + texmf/doc/asymptote/examples/lineargraph.asy + texmf/doc/asymptote/examples/lineargraph0.asy + texmf/doc/asymptote/examples/lines.asy + texmf/doc/asymptote/examples/linetype.asy + texmf/doc/asymptote/examples/lmfit1.asy + texmf/doc/asymptote/examples/log.asy + texmf/doc/asymptote/examples/log2graph.asy + texmf/doc/asymptote/examples/logdown.asy + texmf/doc/asymptote/examples/loggraph.asy + texmf/doc/asymptote/examples/loggrid.asy + texmf/doc/asymptote/examples/logimage.asy + texmf/doc/asymptote/examples/logo.asy + texmf/doc/asymptote/examples/logo3.asy + texmf/doc/asymptote/examples/logticks.asy + texmf/doc/asymptote/examples/lowint.asy + texmf/doc/asymptote/examples/lowupint.asy + texmf/doc/asymptote/examples/magnetic.asy + texmf/doc/asymptote/examples/makepen.asy + texmf/doc/asymptote/examples/markers1.asy + texmf/doc/asymptote/examples/markers2.asy + texmf/doc/asymptote/examples/markregular.asy + texmf/doc/asymptote/examples/mexicanhat.asy + texmf/doc/asymptote/examples/monthaxis.asy + texmf/doc/asymptote/examples/mosaic.asy + texmf/doc/asymptote/examples/mosquito.asy + texmf/doc/asymptote/examples/multicontour.asy + texmf/doc/asymptote/examples/near_earth.asy + texmf/doc/asymptote/examples/odetest.asy + texmf/doc/asymptote/examples/onecontour.asy + texmf/doc/asymptote/examples/oneoverx.asy + texmf/doc/asymptote/examples/orthocenter.asy + texmf/doc/asymptote/examples/p-orbital.asy + texmf/doc/asymptote/examples/parametricelevation.asy + texmf/doc/asymptote/examples/parametricgraph.asy + texmf/doc/asymptote/examples/parametricsurface.asy + texmf/doc/asymptote/examples/partialsurface.asy + texmf/doc/asymptote/examples/pathintersectsurface.asy + texmf/doc/asymptote/examples/pdb.asy + texmf/doc/asymptote/examples/penimage.asy + texmf/doc/asymptote/examples/phase.asy + texmf/doc/asymptote/examples/piicon.eps + texmf/doc/asymptote/examples/pipeintersection.asy + texmf/doc/asymptote/examples/pixel.pdf + texmf/doc/asymptote/examples/planeproject.asy + texmf/doc/asymptote/examples/planes.asy + texmf/doc/asymptote/examples/polararea.asy + texmf/doc/asymptote/examples/polarcircle.asy + texmf/doc/asymptote/examples/poster.asy + texmf/doc/asymptote/examples/progrid.asy + texmf/doc/asymptote/examples/projectelevation.asy + texmf/doc/asymptote/examples/projectrevolution.asy + texmf/doc/asymptote/examples/quartercircle.asy + texmf/doc/asymptote/examples/rainbow.asy + texmf/doc/asymptote/examples/randompath3.asy + texmf/doc/asymptote/examples/ring.asy + texmf/doc/asymptote/examples/roll.asy + texmf/doc/asymptote/examples/roundpath.asy + texmf/doc/asymptote/examples/sacone.asy + texmf/doc/asymptote/examples/sacone3D.asy + texmf/doc/asymptote/examples/sacylinder.asy + texmf/doc/asymptote/examples/sacylinder3D.asy + texmf/doc/asymptote/examples/saddle.asy + texmf/doc/asymptote/examples/scaledgraph.asy + texmf/doc/asymptote/examples/secondaryaxis.asy + texmf/doc/asymptote/examples/secondaryaxis.csv + texmf/doc/asymptote/examples/shade.asy + texmf/doc/asymptote/examples/shadedtiling.asy + texmf/doc/asymptote/examples/shadestroke.asy + texmf/doc/asymptote/examples/shellmethod.asy + texmf/doc/asymptote/examples/shellsqrtx01.asy + texmf/doc/asymptote/examples/sin1x.asy + texmf/doc/asymptote/examples/sinc.asy + texmf/doc/asymptote/examples/sinxlex.asy + texmf/doc/asymptote/examples/slidedemo.asy + texmf/doc/asymptote/examples/slidemovies.asy + texmf/doc/asymptote/examples/slopefield1.asy + texmf/doc/asymptote/examples/smoothelevation.asy + texmf/doc/asymptote/examples/soccerball.asy + texmf/doc/asymptote/examples/spectrum.asy + texmf/doc/asymptote/examples/sphere.asy + texmf/doc/asymptote/examples/spheresilhouette.asy + texmf/doc/asymptote/examples/sphereskeleton.asy + texmf/doc/asymptote/examples/sphericalharmonic.asy + texmf/doc/asymptote/examples/spiral.asy + texmf/doc/asymptote/examples/spiral3.asy + texmf/doc/asymptote/examples/spline.asy + texmf/doc/asymptote/examples/splitpatch.asy + texmf/doc/asymptote/examples/spring.asy + texmf/doc/asymptote/examples/spring0.asy + texmf/doc/asymptote/examples/spring2.asy + texmf/doc/asymptote/examples/sqrtx01.asy + texmf/doc/asymptote/examples/sqrtx01y1.asy + texmf/doc/asymptote/examples/square.asy + texmf/doc/asymptote/examples/star.asy + texmf/doc/asymptote/examples/stereoscopic.asy + texmf/doc/asymptote/examples/stroke3.asy + texmf/doc/asymptote/examples/strokepath.asy + texmf/doc/asymptote/examples/strokeshade.asy + texmf/doc/asymptote/examples/subpictures.asy + texmf/doc/asymptote/examples/superpath.asy + texmf/doc/asymptote/examples/tanh.asy + texmf/doc/asymptote/examples/teapot.asy + texmf/doc/asymptote/examples/tensor.asy + texmf/doc/asymptote/examples/textpath.asy + texmf/doc/asymptote/examples/thermodynamics.asy + texmf/doc/asymptote/examples/threeviews.asy + texmf/doc/asymptote/examples/tile.asy + texmf/doc/asymptote/examples/torus.asy + texmf/doc/asymptote/examples/transparency.asy + texmf/doc/asymptote/examples/treetest.asy + texmf/doc/asymptote/examples/trefoilknot.asy + texmf/doc/asymptote/examples/triads.asy + texmf/doc/asymptote/examples/triangle.asy + texmf/doc/asymptote/examples/triangulate.asy + texmf/doc/asymptote/examples/triceratops.asy + texmf/doc/asymptote/examples/trumpet.asy + texmf/doc/asymptote/examples/truncatedIcosahedron.asy + texmf/doc/asymptote/examples/tvgen.asy + texmf/doc/asymptote/examples/twistedtubes.asy + texmf/doc/asymptote/examples/unitcircle.asy + texmf/doc/asymptote/examples/unitcircle3.asy + texmf/doc/asymptote/examples/unitoctant.asy + texmf/doc/asymptote/examples/upint.asy + texmf/doc/asymptote/examples/vectorfield.asy + texmf/doc/asymptote/examples/vectorfield3.asy + texmf/doc/asymptote/examples/vectorfieldsphere.asy + texmf/doc/asymptote/examples/venn.asy + texmf/doc/asymptote/examples/vertexshading.asy + texmf/doc/asymptote/examples/washermethod.asy + texmf/doc/asymptote/examples/wedge.asy + texmf/doc/asymptote/examples/westnile.asy + texmf/doc/asymptote/examples/westnile.csv + texmf/doc/asymptote/examples/workcone.asy + texmf/doc/asymptote/examples/worksheet.asy + texmf/doc/asymptote/examples/xsin1x.asy + texmf/doc/asymptote/examples/xxsq01.asy + texmf/doc/asymptote/examples/xxsq01x-1.asy + texmf/doc/asymptote/examples/xxsq01y.asy + texmf/doc/asymptote/examples/yingyang.asy + texmf/doc/info/asy-faq.info + texmf/doc/info/asymptote.info + texmf/doc/man/man1/asy.1 + texmf/doc/man/man1/asy.man1.pdf + texmf/doc/man/man1/xasy.1 + texmf/doc/man/man1/xasy.man1.pdf +runfiles size=385 + texmf/asymptote/CAD.asy + texmf/asymptote/GUI/CubicBezier.py + texmf/asymptote/GUI/UndoRedoStack.py + texmf/asymptote/GUI/xasy.py + texmf/asymptote/GUI/xasy2asy.py + texmf/asymptote/GUI/xasyActions.py + texmf/asymptote/GUI/xasyBezierEditor.py + texmf/asymptote/GUI/xasyCodeEditor.py + texmf/asymptote/GUI/xasyColorPicker.py + texmf/asymptote/GUI/xasyFile.py + texmf/asymptote/GUI/xasyGUIIcons.py + texmf/asymptote/GUI/xasyMainWin.py + texmf/asymptote/GUI/xasyOptions.py + texmf/asymptote/GUI/xasyOptionsDialog.py + texmf/asymptote/GUI/xasyVersion.py + texmf/asymptote/animate.asy + texmf/asymptote/animation.asy + texmf/asymptote/annotate.asy + texmf/asymptote/asy-init.el + texmf/asymptote/asy-kate.sh + texmf/asymptote/asy-keywords.el + texmf/asymptote/asy-mode.el + texmf/asymptote/asy.vim + texmf/asymptote/asymptote.py + texmf/asymptote/babel.asy + texmf/asymptote/bezulate.asy + texmf/asymptote/binarytree.asy + texmf/asymptote/bsp.asy + texmf/asymptote/contour.asy + texmf/asymptote/contour3.asy + texmf/asymptote/drawtree.asy + texmf/asymptote/embed.asy + texmf/asymptote/external.asy + texmf/asymptote/feynman.asy + texmf/asymptote/flowchart.asy + texmf/asymptote/fontsize.asy + texmf/asymptote/geometry.asy + texmf/asymptote/graph.asy + texmf/asymptote/graph3.asy + texmf/asymptote/graph_settings.asy + texmf/asymptote/graph_splinetype.asy + texmf/asymptote/grid3.asy + texmf/asymptote/interpolate.asy + texmf/asymptote/labelpath.asy + texmf/asymptote/labelpath3.asy + texmf/asymptote/latin1.asy + texmf/asymptote/lmfit.asy + texmf/asymptote/markers.asy + texmf/asymptote/math.asy + texmf/asymptote/metapost.asy + texmf/asymptote/nopapersize.ps + texmf/asymptote/obj.asy + texmf/asymptote/ode.asy + texmf/asymptote/palette.asy + texmf/asymptote/patterns.asy + texmf/asymptote/plain.asy + texmf/asymptote/plain_Label.asy + texmf/asymptote/plain_arcs.asy + texmf/asymptote/plain_arrows.asy + texmf/asymptote/plain_boxes.asy + texmf/asymptote/plain_constants.asy + texmf/asymptote/plain_debugger.asy + texmf/asymptote/plain_filldraw.asy + texmf/asymptote/plain_margins.asy + texmf/asymptote/plain_markers.asy + texmf/asymptote/plain_paths.asy + texmf/asymptote/plain_pens.asy + texmf/asymptote/plain_picture.asy + texmf/asymptote/plain_shipout.asy + texmf/asymptote/plain_strings.asy + texmf/asymptote/plain_xasy.asy + texmf/asymptote/pstoedit.asy + texmf/asymptote/reload.js + texmf/asymptote/roundedpath.asy + texmf/asymptote/simplex.asy + texmf/asymptote/size10.asy + texmf/asymptote/size11.asy + texmf/asymptote/slide.asy + texmf/asymptote/slopefield.asy + texmf/asymptote/solids.asy + texmf/asymptote/stats.asy + texmf/asymptote/syzygy.asy + texmf/asymptote/texcolors.asy + texmf/asymptote/three.asy + texmf/asymptote/three_arrows.asy + texmf/asymptote/three_light.asy + texmf/asymptote/three_margins.asy + texmf/asymptote/three_surface.asy + texmf/asymptote/three_tube.asy + texmf/asymptote/tree.asy + texmf/asymptote/trembling.asy + texmf/asymptote/tube.asy + texmf/asymptote/unicode.asy + texmf/asymptote/version.asy + texmf/asymptote/x11colors.asy + texmf/tex/latex/asymptote/asycolors.sty + texmf/tex/latex/asymptote/asymptote.sty + texmf/tex/latex/asymptote/ocg.sty +catalogue-ctan /graphics/asymptote +catalogue-date 2009-10-02 14:10:37 +0200 +catalogue-license lgpl +catalogue-version 1.88 + +name asymptote-by-example-zh-cn +category Package +revision 15878 +shortdesc Asymptote by example. +longdesc This is a tutorial written in Simplified Chinese. +docfiles size=239 + texmf-dist/doc/support/asymptote-by-example-zh-cn/README details="Readme" + texmf-dist/doc/support/asymptote-by-example-zh-cn/asymptote-by-example-zh-cn.pdf details="The document itself" language="zh" + texmf-dist/doc/support/asymptote-by-example-zh-cn/src/CLEAN.bat + texmf-dist/doc/support/asymptote-by-example-zh-cn/src/MAKEPDF.bat + texmf-dist/doc/support/asymptote-by-example-zh-cn/src/asy.bib + texmf-dist/doc/support/asymptote-by-example-zh-cn/src/asymptote.sty + texmf-dist/doc/support/asymptote-by-example-zh-cn/src/asysyntex.sty + texmf-dist/doc/support/asymptote-by-example-zh-cn/src/cleantmp + texmf-dist/doc/support/asymptote-by-example-zh-cn/src/figure-src/CJKmove.sty + texmf-dist/doc/support/asymptote-by-example-zh-cn/src/figure-src/area.asy + texmf-dist/doc/support/asymptote-by-example-zh-cn/src/figure-src/hanoi.asy + texmf-dist/doc/support/asymptote-by-example-zh-cn/src/figure-src/hyper.asy + texmf-dist/doc/support/asymptote-by-example-zh-cn/src/figure-src/movie15.sty + texmf-dist/doc/support/asymptote-by-example-zh-cn/src/figure-src/recplot.asy + texmf-dist/doc/support/asymptote-by-example-zh-cn/src/figure-src/stars.asy + texmf-dist/doc/support/asymptote-by-example-zh-cn/src/figure-src/tiling.asy + texmf-dist/doc/support/asymptote-by-example-zh-cn/src/figure-src/xiantu.asy + texmf-dist/doc/support/asymptote-by-example-zh-cn/src/gpl-3.0.tex + texmf-dist/doc/support/asymptote-by-example-zh-cn/src/main.tex + texmf-dist/doc/support/asymptote-by-example-zh-cn/src/makepdf + texmf-dist/doc/support/asymptote-by-example-zh-cn/src/myfonts.sty + texmf-dist/doc/support/asymptote-by-example-zh-cn/src/tiling.pdf + texmf-dist/doc/support/asymptote-by-example-zh-cn/src/tiling.tex + texmf-dist/doc/support/asymptote-by-example-zh-cn/src/xiantu-ancient.pdf + texmf-dist/doc/support/asymptote-by-example-zh-cn/src/xiantu.pdf + texmf-dist/doc/support/asymptote-by-example-zh-cn/src/xiantu.tex +catalogue-ctan /info/asymptote-by-example-zh-cn +catalogue-date 2009-07-22 16:13:51 +0200 +catalogue-license gpl + +name asymptote-faq-zh-cn +category Package +revision 15878 +shortdesc Asymptote FAQ (Chinese translation). +longdesc This is a Chinese translation of the Asymptote FAQ +docfiles size=237 + texmf-dist/doc/support/asymptote-faq-zh-cn/README details="Readme" + texmf-dist/doc/support/asymptote-faq-zh-cn/asymptote-faq-zh-cn.pdf details="The document itself" language="zh" + texmf-dist/doc/support/asymptote-faq-zh-cn/src/asy-faq.tex + texmf-dist/doc/support/asymptote-faq-zh-cn/src/figures/4-1.asy + texmf-dist/doc/support/asymptote-faq-zh-cn/src/figures/4-1.pdf + texmf-dist/doc/support/asymptote-faq-zh-cn/src/figures/4-2.asy + texmf-dist/doc/support/asymptote-faq-zh-cn/src/figures/4-2.pdf + texmf-dist/doc/support/asymptote-faq-zh-cn/src/figures/4-7.asy + texmf-dist/doc/support/asymptote-faq-zh-cn/src/figures/4-7.pdf + texmf-dist/doc/support/asymptote-faq-zh-cn/src/figures/4-8.asy + texmf-dist/doc/support/asymptote-faq-zh-cn/src/figures/4-8.pdf + texmf-dist/doc/support/asymptote-faq-zh-cn/src/figures/4-9.asy + texmf-dist/doc/support/asymptote-faq-zh-cn/src/figures/4-9.pdf + texmf-dist/doc/support/asymptote-faq-zh-cn/src/figures/5-1a.asy + texmf-dist/doc/support/asymptote-faq-zh-cn/src/figures/5-1a.pdf + texmf-dist/doc/support/asymptote-faq-zh-cn/src/figures/5-2.asy + texmf-dist/doc/support/asymptote-faq-zh-cn/src/figures/5-2.pdf + texmf-dist/doc/support/asymptote-faq-zh-cn/src/figures/5-4.asy + texmf-dist/doc/support/asymptote-faq-zh-cn/src/figures/5-4.pdf + texmf-dist/doc/support/asymptote-faq-zh-cn/src/figures/6-1.asy + texmf-dist/doc/support/asymptote-faq-zh-cn/src/figures/6-1.pdf + texmf-dist/doc/support/asymptote-faq-zh-cn/src/figures/6-11a.asy + texmf-dist/doc/support/asymptote-faq-zh-cn/src/figures/6-11a.pdf + texmf-dist/doc/support/asymptote-faq-zh-cn/src/figures/6-11b.asy + texmf-dist/doc/support/asymptote-faq-zh-cn/src/figures/6-11b.pdf + texmf-dist/doc/support/asymptote-faq-zh-cn/src/figures/6-12.asy + texmf-dist/doc/support/asymptote-faq-zh-cn/src/figures/6-12.pdf + texmf-dist/doc/support/asymptote-faq-zh-cn/src/figures/6-14.asy + texmf-dist/doc/support/asymptote-faq-zh-cn/src/figures/6-14.pdf + texmf-dist/doc/support/asymptote-faq-zh-cn/src/figures/6-15.asy + texmf-dist/doc/support/asymptote-faq-zh-cn/src/figures/6-15.pdf + texmf-dist/doc/support/asymptote-faq-zh-cn/src/figures/6-19.asy + texmf-dist/doc/support/asymptote-faq-zh-cn/src/figures/6-19.pdf + texmf-dist/doc/support/asymptote-faq-zh-cn/src/figures/6-2.asy + texmf-dist/doc/support/asymptote-faq-zh-cn/src/figures/6-2.pdf + texmf-dist/doc/support/asymptote-faq-zh-cn/src/figures/6-3.asy + texmf-dist/doc/support/asymptote-faq-zh-cn/src/figures/6-3.pdf + texmf-dist/doc/support/asymptote-faq-zh-cn/src/figures/6-4.asy + texmf-dist/doc/support/asymptote-faq-zh-cn/src/figures/6-4.pdf + texmf-dist/doc/support/asymptote-faq-zh-cn/src/figures/6-5.asy + texmf-dist/doc/support/asymptote-faq-zh-cn/src/figures/6-5.pdf + texmf-dist/doc/support/asymptote-faq-zh-cn/src/figures/6-6.asy + texmf-dist/doc/support/asymptote-faq-zh-cn/src/figures/6-6.pdf + texmf-dist/doc/support/asymptote-faq-zh-cn/src/figures/6-7b.asy + texmf-dist/doc/support/asymptote-faq-zh-cn/src/figures/6-7b.pdf + texmf-dist/doc/support/asymptote-faq-zh-cn/src/figures/6-7c.asy + texmf-dist/doc/support/asymptote-faq-zh-cn/src/figures/6-7c.pdf + texmf-dist/doc/support/asymptote-faq-zh-cn/src/figures/6-8b.asy + texmf-dist/doc/support/asymptote-faq-zh-cn/src/figures/6-8b.pdf + texmf-dist/doc/support/asymptote-faq-zh-cn/src/figures/6-8c.asy + texmf-dist/doc/support/asymptote-faq-zh-cn/src/figures/6-8c.pdf + texmf-dist/doc/support/asymptote-faq-zh-cn/src/figures/6-9.asy + texmf-dist/doc/support/asymptote-faq-zh-cn/src/figures/6-9.pdf + texmf-dist/doc/support/asymptote-faq-zh-cn/src/figures/8-4.asy + texmf-dist/doc/support/asymptote-faq-zh-cn/src/figures/8-4.pdf + texmf-dist/doc/support/asymptote-faq-zh-cn/src/figures/8-8a.asy + texmf-dist/doc/support/asymptote-faq-zh-cn/src/figures/8-8a.pdf + texmf-dist/doc/support/asymptote-faq-zh-cn/src/figures/8-8b.asy + texmf-dist/doc/support/asymptote-faq-zh-cn/src/figures/8-8b.pdf + texmf-dist/doc/support/asymptote-faq-zh-cn/src/figures/8-8c.asy + texmf-dist/doc/support/asymptote-faq-zh-cn/src/figures/8-8c.pdf + texmf-dist/doc/support/asymptote-faq-zh-cn/src/figures/8-8d.asy + texmf-dist/doc/support/asymptote-faq-zh-cn/src/figures/8-8d.pdf + texmf-dist/doc/support/asymptote-faq-zh-cn/src/figures/8-9a.asy + texmf-dist/doc/support/asymptote-faq-zh-cn/src/figures/8-9a.pdf + texmf-dist/doc/support/asymptote-faq-zh-cn/src/figures/8-9b.asy + texmf-dist/doc/support/asymptote-faq-zh-cn/src/figures/8-9b.pdf + texmf-dist/doc/support/asymptote-faq-zh-cn/src/preamble_newnew.tex +catalogue-ctan /info/asymptote-faq-zh-cn +catalogue-date 2009-07-22 16:21:24 +0200 +catalogue-license lppl + +name asymptote-manual-zh-cn +category Package +revision 15878 +shortdesc A Chinese translation of the asymptote manual. +longdesc This is an (incomplete, simplified) Chinese translation of the +longdesc Asymptote manual. +docfiles size=413 + texmf-dist/doc/support/asymptote-manual-zh-cn/README details="Readme" + texmf-dist/doc/support/asymptote-manual-zh-cn/asymptote-manual-zh-cn.pdf details="The document itself" language="zh" + texmf-dist/doc/support/asymptote-manual-zh-cn/src/CDlabel.asy + texmf-dist/doc/support/asymptote-manual-zh-cn/src/CLEAN.bat + texmf-dist/doc/support/asymptote-manual-zh-cn/src/Coons.asy + texmf-dist/doc/support/asymptote-manual-zh-cn/src/Gouraud.asy + texmf-dist/doc/support/asymptote-manual-zh-cn/src/MAKEPDF.bat + texmf-dist/doc/support/asymptote-manual-zh-cn/src/Pythagoras.asy + texmf-dist/doc/support/asymptote-manual-zh-cn/src/adobefonts.tex + texmf-dist/doc/support/asymptote-manual-zh-cn/src/asycolors.sty + texmf-dist/doc/support/asymptote-manual-zh-cn/src/asysyntex.tex + texmf-dist/doc/support/asymptote-manual-zh-cn/src/axialshade.asy + texmf-dist/doc/support/asymptote-manual-zh-cn/src/bezier2.asy + texmf-dist/doc/support/asymptote-manual-zh-cn/src/beziercurve.asy + texmf-dist/doc/support/asymptote-manual-zh-cn/src/bigsquare.asy + texmf-dist/doc/support/asymptote-manual-zh-cn/src/cleantmp + texmf-dist/doc/support/asymptote-manual-zh-cn/src/clippath.asy + texmf-dist/doc/support/asymptote-manual-zh-cn/src/colons.asy + texmf-dist/doc/support/asymptote-manual-zh-cn/src/colors.asy + texmf-dist/doc/support/asymptote-manual-zh-cn/src/cube.asy + texmf-dist/doc/support/asymptote-manual-zh-cn/src/diagonal.asy + texmf-dist/doc/support/asymptote-manual-zh-cn/src/dots.asy + texmf-dist/doc/support/asymptote-manual-zh-cn/src/fzfonts.tex + texmf-dist/doc/support/asymptote-manual-zh-cn/src/hatch.asy + texmf-dist/doc/support/asymptote-manual-zh-cn/src/join.asy + texmf-dist/doc/support/asymptote-manual-zh-cn/src/labelalign.asy + texmf-dist/doc/support/asymptote-manual-zh-cn/src/labelsquare.asy + texmf-dist/doc/support/asymptote-manual-zh-cn/src/latticeshading.asy + texmf-dist/doc/support/asymptote-manual-zh-cn/src/linecap.asy + texmf-dist/doc/support/asymptote-manual-zh-cn/src/linejoin.asy + texmf-dist/doc/support/asymptote-manual-zh-cn/src/linetype.asy + texmf-dist/doc/support/asymptote-manual-zh-cn/src/logo.asy + texmf-dist/doc/support/asymptote-manual-zh-cn/src/main.tex + texmf-dist/doc/support/asymptote-manual-zh-cn/src/makepdf + texmf-dist/doc/support/asymptote-manual-zh-cn/src/makepen.asy + texmf-dist/doc/support/asymptote-manual-zh-cn/src/mexicanhat.asy + texmf-dist/doc/support/asymptote-manual-zh-cn/src/quartercircle.asy + texmf-dist/doc/support/asymptote-manual-zh-cn/src/shadedtiling.asy + texmf-dist/doc/support/asymptote-manual-zh-cn/src/shadestroke.asy + texmf-dist/doc/support/asymptote-manual-zh-cn/src/square.asy + texmf-dist/doc/support/asymptote-manual-zh-cn/src/subpictures.asy + texmf-dist/doc/support/asymptote-manual-zh-cn/src/superpath.asy + texmf-dist/doc/support/asymptote-manual-zh-cn/src/tile.asy + texmf-dist/doc/support/asymptote-manual-zh-cn/src/transparency.asy + texmf-dist/doc/support/asymptote-manual-zh-cn/src/windingnumber.asy + texmf-dist/doc/support/asymptote-manual-zh-cn/src/winfonts.tex +catalogue-ctan /info/asymptote-manual-zh-cn +catalogue-date 2009-07-22 16:29:35 +0200 +catalogue-license lgpl + +name asymptote.alpha-linux +category TLCore +revision 15635 +shortdesc alpha-linux files of asymptote +binfiles arch=alpha-linux size=1112 + bin/alpha-linux/asy + bin/alpha-linux/xasy + +name asymptote.i386-cygwin +category TLCore +revision 15589 +shortdesc i386-cygwin files of asymptote +binfiles arch=i386-cygwin size=1436 + bin/i386-cygwin/asy.exe + bin/i386-cygwin/freeglut.dll + +name asymptote.i386-linux +category TLCore +revision 15633 +shortdesc i386-linux files of asymptote +binfiles arch=i386-linux size=1559 + bin/i386-linux/asy + bin/i386-linux/xasy + +name asymptote.i386-netbsd +category TLCore +revision 15697 +shortdesc i386-netbsd files of asymptote +binfiles arch=i386-netbsd size=731 + bin/i386-netbsd/asy + bin/i386-netbsd/xasy + +name asymptote.i386-solaris +category TLCore +revision 15627 +shortdesc i386-solaris files of asymptote +binfiles arch=i386-solaris size=1163 + bin/i386-solaris/asy + bin/i386-solaris/xasy + +name asymptote.powerpc-linux +category TLCore +revision 15690 +shortdesc powerpc-linux files of asymptote +binfiles arch=powerpc-linux size=834 + bin/powerpc-linux/asy + bin/powerpc-linux/xasy + +name asymptote.universal-darwin +category TLCore +revision 15619 +shortdesc universal-darwin files of asymptote +binfiles arch=universal-darwin size=3219 + bin/universal-darwin/asy + bin/universal-darwin/xasy + +name asymptote.win32 +category TLCore +revision 15741 +shortdesc win32 files of asymptote +binfiles arch=win32 size=1971 + bin/win32/asy.bat + bin/win32/asy.exe + tlpkg/asymptote/asy.exe + tlpkg/asymptote/cygwin1.dll + tlpkg/asymptote/freeglut.dll + tlpkg/asymptote/glu32.dll + +name asymptote.x86_64-linux +category TLCore +revision 15653 +shortdesc x86_64-linux files of asymptote +binfiles arch=x86_64-linux size=1536 + bin/x86_64-linux/asy + bin/x86_64-linux/xasy + +name atqolive +category Package +revision 13293 +runfiles size=36 + texmf-dist/fonts/tfm/cg/atqolive/anb10u.tfm + texmf-dist/fonts/tfm/cg/atqolive/anb6j.tfm + texmf-dist/fonts/tfm/cg/atqolive/anb7j.tfm + texmf-dist/fonts/tfm/cg/atqolive/anb8u.tfm + texmf-dist/fonts/tfm/cg/atqolive/ani10u.tfm + texmf-dist/fonts/tfm/cg/atqolive/ani6j.tfm + texmf-dist/fonts/tfm/cg/atqolive/ani7j.tfm + texmf-dist/fonts/tfm/cg/atqolive/ani8u.tfm + texmf-dist/fonts/tfm/cg/atqolive/anr10u.tfm + texmf-dist/fonts/tfm/cg/atqolive/anr6j.tfm + texmf-dist/fonts/tfm/cg/atqolive/anr7j.tfm + texmf-dist/fonts/tfm/cg/atqolive/anr8u.tfm + texmf-dist/fonts/tfm/cg/atqolive/caob.tfm + texmf-dist/fonts/tfm/cg/atqolive/caobq.tfm + texmf-dist/fonts/tfm/cg/atqolive/caor.tfm + texmf-dist/fonts/tfm/cg/atqolive/caori.tfm + texmf-dist/fonts/tfm/cg/atqolive/caoriq.tfm + texmf-dist/fonts/tfm/cg/atqolive/caorq.tfm + texmf-dist/fonts/vf/cg/atqolive/caob.vf + texmf-dist/fonts/vf/cg/atqolive/caobq.vf + texmf-dist/fonts/vf/cg/atqolive/caor.vf + texmf-dist/fonts/vf/cg/atqolive/caori.vf + texmf-dist/fonts/vf/cg/atqolive/caoriq.vf + texmf-dist/fonts/vf/cg/atqolive/caorq.vf + +name attachfile +category Package +revision 15878 +shortdesc Attach arbitrary files to a PDF document +longdesc Starting with PDF 1.3 (Adobe Acrobat 4.0), PDF files can +longdesc contain file attachments -- arbitrary files that a reader can +longdesc extract, just like attachments to an e-mail message. The +longdesc attachfile package brings this functionality to pdfLaTeX and +longdesc provides some additional features not available in Acrobat, +longdesc such as the ability to use arbitrary LaTeX code for the file +longdesc icon -- including things like \includegraphics, tabular, and +longdesc mathematics. Settings can be made either globally or on a per- +longdesc attachment basis. Attachfile makes it easy to attach files and +longdesc customize their appearance in the enclosing document. The +longdesc package supports the Created, Modified, and Size keys in the +longdesc EmbeddedFile's Params dictionary. +docfiles size=66 + texmf-dist/doc/latex/attachfile/README details="Readme" + texmf-dist/doc/latex/attachfile/attachfile.bib + texmf-dist/doc/latex/attachfile/attachfile.pdf details="Package README" +srcfiles size=18 + texmf-dist/source/latex/attachfile/attachfile.dtx + texmf-dist/source/latex/attachfile/attachfile.ins +runfiles size=3 + texmf-dist/tex/latex/attachfile/attachfile.sty +catalogue-ctan /macros/latex/contrib/attachfile +catalogue-date 2009-04-24 13:36:42 +0200 +catalogue-license lppl +catalogue-version v1.3 + +name augie +category Package +revision 15878 +shortdesc Calligraphic font for typesetting handwriting. +longdesc A calligraphic font for simulating American-style informal +longdesc handwriting. The font is distributed in Adobe Type 1 format. +execute addMap augie.map +docfiles size=3 + texmf-dist/doc/latex/augie/README.augie + texmf-dist/doc/latex/augie/augie.txt +srcfiles size=3 + texmf-dist/source/latex/augie/other/Augie___.pfm + texmf-dist/source/latex/augie/other/augie___.inf + texmf-dist/source/latex/augie/vtex/augie.ali +runfiles size=30 + texmf-dist/fonts/afm/public/augie/augie___.afm + texmf-dist/fonts/map/dvips/augie/augie.map + texmf-dist/fonts/tfm/public/augie/augie7t.tfm + texmf-dist/fonts/tfm/public/augie/augie8c.tfm + texmf-dist/fonts/tfm/public/augie/augie8r.tfm + texmf-dist/fonts/tfm/public/augie/augie8t.tfm + texmf-dist/fonts/tfm/public/augie/augie___.tfm + texmf-dist/fonts/type1/public/augie/augie___.pfb + texmf-dist/fonts/vf/public/augie/augie7t.vf + texmf-dist/fonts/vf/public/augie/augie8c.vf + texmf-dist/fonts/vf/public/augie/augie8t.vf + texmf-dist/tex/latex/augie/ot1augie.fd + texmf-dist/tex/latex/augie/t1augie.fd + texmf-dist/tex/latex/augie/ts1augie.fd +catalogue-ctan /fonts/augie +catalogue-date 2006-12-29 12:26:56 +0100 +catalogue-license lppl + +name auncial-new +category Package +revision 15878 +shortdesc Artificial Uncial font and LaTeX support macros. +longdesc The auncial-new bundle provides packages and fonts for a script +longdesc based on the Artificial Uncial manuscript book-hand used +longdesc between the 6th & 10th century AD. The script consists of +longdesc minuscules and digits, with some appropriate period punctuation +longdesc marks. Both normal and bold versions are provided, and the font +longdesc is distributed in Adobe Type 1 format. This is an experimental +longdesc new version of the auncial bundle, which is one of a series of +longdesc bookhand fonts. The font follows the B1 encoding developed for +longdesc bookhands. Access to the encoding is essential. The encoding +longdesc mainly follows the standard T1 encoding. +execute addMap auncial.map +docfiles size=90 + texmf-dist/doc/fonts/auncial-new/README details="Readme" + texmf-dist/doc/fonts/auncial-new/auncial.pdf details="Package documentation" + texmf-dist/doc/fonts/auncial-new/tryauncial.pdf details="Font sample, etc." + texmf-dist/doc/fonts/auncial-new/tryauncial.tex +srcfiles size=64 + texmf-dist/source/fonts/auncial-new/auncial.dtx + texmf-dist/source/fonts/auncial-new/auncial.ins + texmf-dist/source/fonts/auncial-new/aunclmfb.dtx + texmf-dist/source/fonts/auncial-new/aunclmfc.dtx + texmf-dist/source/fonts/auncial-new/aunclmft.dtx +runfiles size=65 + texmf-dist/fonts/afm/public/auncial-new/auncl10.afm + texmf-dist/fonts/afm/public/auncial-new/aunclb10.afm + texmf-dist/fonts/map/dvips/auncial-new/auncial.map + texmf-dist/fonts/tfm/public/auncial-new/auncl10.tfm + texmf-dist/fonts/tfm/public/auncial-new/aunclb10.tfm + texmf-dist/fonts/type1/public/auncial-new/auncl10.pfb + texmf-dist/fonts/type1/public/auncial-new/aunclb10.pfb + texmf-dist/tex/latex/auncial-new/allauncl.sty + texmf-dist/tex/latex/auncial-new/auncial.sty + texmf-dist/tex/latex/auncial-new/b1auncl.fd +catalogue-ctan /fonts/auncial-new +catalogue-date 2008-08-16 20:32:59 +0200 +catalogue-license lppl +catalogue-version 2.0 + +name aurical +category Package +revision 15878 +shortdesc Calligraphic fonts for use with LaTeX in T1 encoding. +longdesc The package that implements a set (AuriocusKalligraphicus) of +longdesc three calligraphic fonts derived from the author's handwriting +longdesc in Adobe Type 1 Format, T1 (Cork) encoding for use with LaTeX: +longdesc - Auriocus Kalligraphicus; - Lukas Svatba; and - Jana Skrivana. +longdesc Each font features oldstyle digits and (machine-generated) +longdesc boldface and slanted versions. A variant of Lukas Svatba offers +longdesc a 'long s'. +execute addMap aurical.map +docfiles size=26 + texmf-dist/doc/latex/aurical/aurical.pdf details="Package introduction and samples" + texmf-dist/doc/latex/aurical/aurical.tex +runfiles size=779 + texmf-dist/fonts/afm/public/aurical/AmiciLogo.afm + texmf-dist/fonts/afm/public/aurical/AmiciLogoBold.afm + texmf-dist/fonts/afm/public/aurical/AmiciLogoBoldRslant.afm + texmf-dist/fonts/afm/public/aurical/AmiciLogoBoldSlant.afm + texmf-dist/fonts/afm/public/aurical/AmiciLogoRslant.afm + texmf-dist/fonts/afm/public/aurical/AmiciLogoSlant.afm + texmf-dist/fonts/afm/public/aurical/AuriocusKalligraphicus.afm + texmf-dist/fonts/afm/public/aurical/AuriocusKalligraphicusBold.afm + texmf-dist/fonts/afm/public/aurical/AuriocusKalligraphicusBoldRslant.afm + texmf-dist/fonts/afm/public/aurical/AuriocusKalligraphicusBoldSlant.afm + texmf-dist/fonts/afm/public/aurical/AuriocusKalligraphicusRslant.afm + texmf-dist/fonts/afm/public/aurical/AuriocusKalligraphicusSlant.afm + texmf-dist/fonts/afm/public/aurical/JanaSkrivana.afm + texmf-dist/fonts/afm/public/aurical/JanaSkrivanaBold.afm + texmf-dist/fonts/afm/public/aurical/JanaSkrivanaBoldRslant.afm + texmf-dist/fonts/afm/public/aurical/JanaSkrivanaBoldSlant.afm + texmf-dist/fonts/afm/public/aurical/JanaSkrivanaRslant.afm + texmf-dist/fonts/afm/public/aurical/JanaSkrivanaSlant.afm + texmf-dist/fonts/afm/public/aurical/LukasSvatba.afm + texmf-dist/fonts/afm/public/aurical/LukasSvatbaBold.afm + texmf-dist/fonts/afm/public/aurical/LukasSvatbaBoldRslant.afm + texmf-dist/fonts/afm/public/aurical/LukasSvatbaBoldSlant.afm + texmf-dist/fonts/afm/public/aurical/LukasSvatbaRslant.afm + texmf-dist/fonts/afm/public/aurical/LukasSvatbaSlant.afm + texmf-dist/fonts/map/dvips/aurical/aurical.map + texmf-dist/fonts/source/public/aurical/aurical_source.zip + texmf-dist/fonts/tfm/public/aurical/AmiciLogo.tfm + texmf-dist/fonts/tfm/public/aurical/AmiciLogoBold.tfm + texmf-dist/fonts/tfm/public/aurical/AmiciLogoBoldRslant.tfm + texmf-dist/fonts/tfm/public/aurical/AmiciLogoBoldSlant.tfm + texmf-dist/fonts/tfm/public/aurical/AmiciLogoRslant.tfm + texmf-dist/fonts/tfm/public/aurical/AmiciLogoSlant.tfm + texmf-dist/fonts/tfm/public/aurical/AuriocusKalligraphicus.tfm + texmf-dist/fonts/tfm/public/aurical/AuriocusKalligraphicusBold.tfm + texmf-dist/fonts/tfm/public/aurical/AuriocusKalligraphicusBoldRslant.tfm + texmf-dist/fonts/tfm/public/aurical/AuriocusKalligraphicusBoldSlant.tfm + texmf-dist/fonts/tfm/public/aurical/AuriocusKalligraphicusRslant.tfm + texmf-dist/fonts/tfm/public/aurical/AuriocusKalligraphicusSlant.tfm + texmf-dist/fonts/tfm/public/aurical/JanaSkrivana.tfm + texmf-dist/fonts/tfm/public/aurical/JanaSkrivanaBold.tfm + texmf-dist/fonts/tfm/public/aurical/JanaSkrivanaBoldRslant.tfm + texmf-dist/fonts/tfm/public/aurical/JanaSkrivanaBoldSlant.tfm + texmf-dist/fonts/tfm/public/aurical/JanaSkrivanaRslant.tfm + texmf-dist/fonts/tfm/public/aurical/JanaSkrivanaSlant.tfm + texmf-dist/fonts/tfm/public/aurical/LukasSvatba.tfm + texmf-dist/fonts/tfm/public/aurical/LukasSvatbaBold.tfm + texmf-dist/fonts/tfm/public/aurical/LukasSvatbaBoldRslant.tfm + texmf-dist/fonts/tfm/public/aurical/LukasSvatbaBoldSlant.tfm + texmf-dist/fonts/tfm/public/aurical/LukasSvatbaRslant.tfm + texmf-dist/fonts/tfm/public/aurical/LukasSvatbaSlant.tfm + texmf-dist/fonts/type1/public/aurical/AmiciLogo.pfb + texmf-dist/fonts/type1/public/aurical/AmiciLogoBold.pfb + texmf-dist/fonts/type1/public/aurical/AmiciLogoBoldRslant.pfb + texmf-dist/fonts/type1/public/aurical/AmiciLogoBoldSlant.pfb + texmf-dist/fonts/type1/public/aurical/AmiciLogoRslant.pfb + texmf-dist/fonts/type1/public/aurical/AmiciLogoSlant.pfb + texmf-dist/fonts/type1/public/aurical/AuriocusKalligraphicus.pfb + texmf-dist/fonts/type1/public/aurical/AuriocusKalligraphicusBold.pfb + texmf-dist/fonts/type1/public/aurical/AuriocusKalligraphicusBoldRslant.pfb + texmf-dist/fonts/type1/public/aurical/AuriocusKalligraphicusBoldSlant.pfb + texmf-dist/fonts/type1/public/aurical/AuriocusKalligraphicusRslant.pfb + texmf-dist/fonts/type1/public/aurical/AuriocusKalligraphicusSlant.pfb + texmf-dist/fonts/type1/public/aurical/JanaSkrivana.pfb + texmf-dist/fonts/type1/public/aurical/JanaSkrivanaBold.pfb + texmf-dist/fonts/type1/public/aurical/JanaSkrivanaBoldRslant.pfb + texmf-dist/fonts/type1/public/aurical/JanaSkrivanaBoldSlant.pfb + texmf-dist/fonts/type1/public/aurical/JanaSkrivanaRslant.pfb + texmf-dist/fonts/type1/public/aurical/JanaSkrivanaSlant.pfb + texmf-dist/fonts/type1/public/aurical/LukasSvatba.pfb + texmf-dist/fonts/type1/public/aurical/LukasSvatbaBold.pfb + texmf-dist/fonts/type1/public/aurical/LukasSvatbaBoldRslant.pfb + texmf-dist/fonts/type1/public/aurical/LukasSvatbaBoldSlant.pfb + texmf-dist/fonts/type1/public/aurical/LukasSvatbaRslant.pfb + texmf-dist/fonts/type1/public/aurical/LukasSvatbaSlant.pfb + texmf-dist/tex/latex/aurical/T1AmiciLogo.fd + texmf-dist/tex/latex/aurical/T1AuriocusKalligraphicus.fd + texmf-dist/tex/latex/aurical/T1JanaSkrivana.fd + texmf-dist/tex/latex/aurical/T1LukasSvatba.fd + texmf-dist/tex/latex/aurical/aurical.sty +catalogue-ctan /fonts/aurical +catalogue-date 2008-07-27 23:11:56 +0200 +catalogue-license lppl +catalogue-version 1.5 + +name authoraftertitle +category Package +revision 15878 +shortdesc Make author, etc., available after \maketitle. +longdesc This jiffy package makes the author, title and date of the +longdesc package available to the user (as \MyAuthor, etc) after the +longdesc \maketitle command has been executed. +runfiles size=1 + texmf-dist/tex/latex/authoraftertitle/authoraftertitle.sty +catalogue-ctan /macros/latex/contrib/misc/authoraftertitle.sty +catalogue-date 2008-04-06 21:06:10 +0200 +catalogue-license other-free +catalogue-version 0.9 + +name authorindex +category Package +revision 15878 +shortdesc Index citations by author names. +longdesc This package allows the user to create an index of all authors +longdesc cited in a LaTeX document. Each author entry in the index +longdesc contains the pages where these citations occur. Alternatively, +longdesc the package can list the labels of the citations that appear in +longdesc the references rather than the text pages. The package relies +longdesc on BibTeX being used to handle citations. Additionally, it +longdesc requires Perl (version 5 or higher). +docfiles size=48 + texmf-dist/doc/latex/authorindex/COPYING + texmf-dist/doc/latex/authorindex/NEWS + texmf-dist/doc/latex/authorindex/README + texmf-dist/doc/latex/authorindex/authorindex + texmf-dist/doc/latex/authorindex/authorindex.pdf details="Package documentation" + texmf-dist/doc/latex/authorindex/authorindex.tex +runfiles size=2 + texmf-dist/tex/latex/authorindex/authorindex.sty +catalogue-ctan /indexing/authorindex +catalogue-date 2008-08-10 21:45:45 +0200 +catalogue-license lppl + +name auto-pst-pdf +category Package +revision 15878 +shortdesc Wrapper for pst-pdf (with some psfrag features). +longdesc The package uses --shell-escape to execute pst-pdf when +longdesc necessary. This makes it especially easy to integrate into the +longdesc workflow of an editor with just "LaTeX" and "pdfLaTeX" buttons. +longdesc Wrappers are provided for various psfrag-related features so +longdesc that Matlab figures via laprint, Mathematica figures via +longdesc MathPSfrag, and regular psfrag figures can all be input +longdesc consistently and easily. +docfiles size=52 + texmf-dist/doc/latex/auto-pst-pdf/README details="Package Readme" + texmf-dist/doc/latex/auto-pst-pdf/auto-pst-pdf.pdf details="Package documentation" + texmf-dist/doc/latex/auto-pst-pdf/example-psfrag.tex + texmf-dist/doc/latex/auto-pst-pdf/example.eps + texmf-dist/doc/latex/auto-pst-pdf/example.tex +srcfiles size=7 + texmf-dist/source/latex/auto-pst-pdf/auto-pst-pdf.dtx + texmf-dist/source/latex/auto-pst-pdf/auto-pst-pdf.ins +runfiles size=2 + texmf-dist/tex/latex/auto-pst-pdf/auto-pst-pdf.sty +catalogue-ctan /macros/latex/contrib/auto-pst-pdf +catalogue-date 2009-04-27 14:23:01 +0200 +catalogue-license lppl +catalogue-version 0.6 + +name autoarea +category Package +revision 15878 +catalogue pictex-autoarea +shortdesc Automatic computation of bounding boxes with PiCTeX. +longdesc This package makes PiCTeX recognize lines and arcs in +longdesc determining the "bounding box" of a picture. (PiCTeX so far +longdesc accounted for put commands only). The "bounding box" is +longdesc essential for proper placement of a picture between running +longdesc text and margins and for keeping the running text away. +docfiles size=22 + texmf-dist/doc/latex/autoarea/ANNOUNCE.txt + texmf-dist/doc/latex/autoarea/README.aa + texmf-dist/doc/latex/autoarea/autodemo/README.autodemo + texmf-dist/doc/latex/autoarea/autodemo/autodemo+.log + texmf-dist/doc/latex/autoarea/autodemo/autodemo+.pdf + texmf-dist/doc/latex/autoarea/autodemo/autodemo+.tex + texmf-dist/doc/latex/autoarea/autodemo/autodemo-.log + texmf-dist/doc/latex/autoarea/autodemo/autodemo-.pdf + texmf-dist/doc/latex/autoarea/autodemo/autodemo-.tex + texmf-dist/doc/latex/autoarea/autodemo/autodemo.tex +runfiles size=3 + texmf-dist/tex/latex/autoarea/autoarea.sty +catalogue-ctan /graphics/pictex/addon/autoarea +catalogue-date 2008-08-17 11:40:59 +0200 +catalogue-license lppl +catalogue-version 0.3a + +name automata +category Package +revision 15878 +shortdesc Finite state machines, graphs and trees in MetaPost. +longdesc The package offers a collection of macros for MetaPost to make +longdesc easier to draw finite-state machines, automata, labelled +longdesc graphs, etc. The user defines nodes, which may be isolated or +longdesc arranged into matrices or trees; edges connect pairs of nodes +longdesc through arbitrary paths. Parameters, that specify the shapes of +longdesc nodes and the styles of edges, may be adjusted. +docfiles size=17 + texmf-dist/doc/metapost/automata/README details="Readme" + texmf-dist/doc/metapost/automata/example.mp + texmf-dist/doc/metapost/automata/example.pdf details="Example of use" + texmf-dist/doc/metapost/automata/example.tex +runfiles size=6 + texmf-dist/metapost/automata/automata.mp +catalogue-ctan /graphics/metapost/contrib/macros/automata +catalogue-date 2008-08-16 20:32:59 +0200 +catalogue-license lppl +catalogue-version 0.2 + +name autotab +category Package +revision 15878 +shortdesc Generating tabulars from input data. +longdesc The package defines a command \readtabline which prompts the +longdesc user for the name of a file of data. The command's one numeric +longdesc argument specifies the number of fields to appear in the +longdesc table being generated; the package reads lines at a time +longdesc from the data file, and creates one tabular line from each such +longdesc set. +docfiles size=1 + texmf-dist/doc/latex/autotab/autotab.tex +runfiles size=1 + texmf-dist/tex/latex/autotab/autotab.sty +catalogue-ctan /macros/latex209/contrib/autotab +catalogue-date 2008-10-05 12:19:55 +0200 +catalogue-license noinfo +catalogue-version 1.0 + +name avantgar +category Package +revision 15878 +runfiles size=412 + texmf-dist/dvips/avantgar/config.uag + texmf-dist/fonts/afm/adobe/avantgar/pagd8a.afm + texmf-dist/fonts/afm/adobe/avantgar/pagdo8a.afm + texmf-dist/fonts/afm/adobe/avantgar/pagk8a.afm + texmf-dist/fonts/afm/adobe/avantgar/pagko8a.afm + texmf-dist/fonts/afm/urw/avantgar/uagb8a.afm + texmf-dist/fonts/afm/urw/avantgar/uagbi8a.afm + texmf-dist/fonts/afm/urw/avantgar/uagd8a.afm + texmf-dist/fonts/afm/urw/avantgar/uagdo8a.afm + texmf-dist/fonts/afm/urw/avantgar/uagk8a.afm + texmf-dist/fonts/afm/urw/avantgar/uagko8a.afm + texmf-dist/fonts/afm/urw/avantgar/uagr8a.afm + texmf-dist/fonts/afm/urw/avantgar/uagri8a.afm + texmf-dist/fonts/map/dvips/avantgar/uag.map + texmf-dist/fonts/tfm/adobe/avantgar/pagd.tfm + texmf-dist/fonts/tfm/adobe/avantgar/pagd7t.tfm + texmf-dist/fonts/tfm/adobe/avantgar/pagd8c.tfm + texmf-dist/fonts/tfm/adobe/avantgar/pagd8r.tfm + texmf-dist/fonts/tfm/adobe/avantgar/pagd8t.tfm + texmf-dist/fonts/tfm/adobe/avantgar/pagdc.tfm + texmf-dist/fonts/tfm/adobe/avantgar/pagdc7t.tfm + texmf-dist/fonts/tfm/adobe/avantgar/pagdc8t.tfm + texmf-dist/fonts/tfm/adobe/avantgar/pagdo.tfm + texmf-dist/fonts/tfm/adobe/avantgar/pagdo7t.tfm + texmf-dist/fonts/tfm/adobe/avantgar/pagdo8c.tfm + texmf-dist/fonts/tfm/adobe/avantgar/pagdo8r.tfm + texmf-dist/fonts/tfm/adobe/avantgar/pagdo8t.tfm + texmf-dist/fonts/tfm/adobe/avantgar/pagk.tfm + texmf-dist/fonts/tfm/adobe/avantgar/pagk7t.tfm + texmf-dist/fonts/tfm/adobe/avantgar/pagk8c.tfm + texmf-dist/fonts/tfm/adobe/avantgar/pagk8r.tfm + texmf-dist/fonts/tfm/adobe/avantgar/pagk8t.tfm + texmf-dist/fonts/tfm/adobe/avantgar/pagkc.tfm + texmf-dist/fonts/tfm/adobe/avantgar/pagkc7t.tfm + texmf-dist/fonts/tfm/adobe/avantgar/pagkc8t.tfm + texmf-dist/fonts/tfm/adobe/avantgar/pagko.tfm + texmf-dist/fonts/tfm/adobe/avantgar/pagko7t.tfm + texmf-dist/fonts/tfm/adobe/avantgar/pagko8c.tfm + texmf-dist/fonts/tfm/adobe/avantgar/pagko8r.tfm + texmf-dist/fonts/tfm/adobe/avantgar/pagko8t.tfm + texmf-dist/fonts/tfm/adobe/avantgar/rpagd.tfm + texmf-dist/fonts/tfm/adobe/avantgar/rpagdo.tfm + texmf-dist/fonts/tfm/adobe/avantgar/rpagk.tfm + texmf-dist/fonts/tfm/adobe/avantgar/rpagko.tfm + texmf-dist/fonts/tfm/cspsfonts-adobe/avantgar/pagd8z.tfm + texmf-dist/fonts/tfm/cspsfonts-adobe/avantgar/pagdc8z.tfm + texmf-dist/fonts/tfm/cspsfonts-adobe/avantgar/pagdo8z.tfm + texmf-dist/fonts/tfm/cspsfonts-adobe/avantgar/pagk8z.tfm + texmf-dist/fonts/tfm/cspsfonts-adobe/avantgar/pagkc8z.tfm + texmf-dist/fonts/tfm/cspsfonts-adobe/avantgar/pagko8z.tfm + texmf-dist/fonts/tfm/groff/avantgar/pagd8g.tfm + texmf-dist/fonts/tfm/groff/avantgar/pagdo8g.tfm + texmf-dist/fonts/tfm/groff/avantgar/pagk8g.tfm + texmf-dist/fonts/tfm/groff/avantgar/pagko8g.tfm + texmf-dist/fonts/tfm/urw35vf/avantgar/uagb7t.tfm + texmf-dist/fonts/tfm/urw35vf/avantgar/uagb8c.tfm + texmf-dist/fonts/tfm/urw35vf/avantgar/uagb8r.tfm + texmf-dist/fonts/tfm/urw35vf/avantgar/uagb8t.tfm + texmf-dist/fonts/tfm/urw35vf/avantgar/uagbc7t.tfm + texmf-dist/fonts/tfm/urw35vf/avantgar/uagbc8t.tfm + texmf-dist/fonts/tfm/urw35vf/avantgar/uagbi7t.tfm + texmf-dist/fonts/tfm/urw35vf/avantgar/uagbi8c.tfm + texmf-dist/fonts/tfm/urw35vf/avantgar/uagbi8r.tfm + texmf-dist/fonts/tfm/urw35vf/avantgar/uagbi8t.tfm + texmf-dist/fonts/tfm/urw35vf/avantgar/uagbo7t.tfm + texmf-dist/fonts/tfm/urw35vf/avantgar/uagbo8c.tfm + texmf-dist/fonts/tfm/urw35vf/avantgar/uagbo8r.tfm + texmf-dist/fonts/tfm/urw35vf/avantgar/uagbo8t.tfm + texmf-dist/fonts/tfm/urw35vf/avantgar/uagd7t.tfm + texmf-dist/fonts/tfm/urw35vf/avantgar/uagd8c.tfm + texmf-dist/fonts/tfm/urw35vf/avantgar/uagd8r.tfm + texmf-dist/fonts/tfm/urw35vf/avantgar/uagd8t.tfm + texmf-dist/fonts/tfm/urw35vf/avantgar/uagdc7t.tfm + texmf-dist/fonts/tfm/urw35vf/avantgar/uagdc8t.tfm + texmf-dist/fonts/tfm/urw35vf/avantgar/uagdo7t.tfm + texmf-dist/fonts/tfm/urw35vf/avantgar/uagdo8c.tfm + texmf-dist/fonts/tfm/urw35vf/avantgar/uagdo8r.tfm + texmf-dist/fonts/tfm/urw35vf/avantgar/uagdo8t.tfm + texmf-dist/fonts/tfm/urw35vf/avantgar/uagk7t.tfm + texmf-dist/fonts/tfm/urw35vf/avantgar/uagk8c.tfm + texmf-dist/fonts/tfm/urw35vf/avantgar/uagk8r.tfm + texmf-dist/fonts/tfm/urw35vf/avantgar/uagk8t.tfm + texmf-dist/fonts/tfm/urw35vf/avantgar/uagkc7t.tfm + texmf-dist/fonts/tfm/urw35vf/avantgar/uagkc8t.tfm + texmf-dist/fonts/tfm/urw35vf/avantgar/uagko7t.tfm + texmf-dist/fonts/tfm/urw35vf/avantgar/uagko8c.tfm + texmf-dist/fonts/tfm/urw35vf/avantgar/uagko8r.tfm + texmf-dist/fonts/tfm/urw35vf/avantgar/uagko8t.tfm + texmf-dist/fonts/tfm/urw35vf/avantgar/uagr7t.tfm + texmf-dist/fonts/tfm/urw35vf/avantgar/uagr8c.tfm + texmf-dist/fonts/tfm/urw35vf/avantgar/uagr8r.tfm + texmf-dist/fonts/tfm/urw35vf/avantgar/uagr8t.tfm + texmf-dist/fonts/tfm/urw35vf/avantgar/uagrc7t.tfm + texmf-dist/fonts/tfm/urw35vf/avantgar/uagrc8t.tfm + texmf-dist/fonts/tfm/urw35vf/avantgar/uagri7t.tfm + texmf-dist/fonts/tfm/urw35vf/avantgar/uagri8c.tfm + texmf-dist/fonts/tfm/urw35vf/avantgar/uagri8r.tfm + texmf-dist/fonts/tfm/urw35vf/avantgar/uagri8t.tfm + texmf-dist/fonts/tfm/urw35vf/avantgar/uagro7t.tfm + texmf-dist/fonts/tfm/urw35vf/avantgar/uagro8c.tfm + texmf-dist/fonts/tfm/urw35vf/avantgar/uagro8r.tfm + texmf-dist/fonts/tfm/urw35vf/avantgar/uagro8t.tfm + texmf-dist/fonts/type1/urw/avantgar/uagd8a.pfb + texmf-dist/fonts/type1/urw/avantgar/uagd8a.pfm + texmf-dist/fonts/type1/urw/avantgar/uagdo8a.pfb + texmf-dist/fonts/type1/urw/avantgar/uagdo8a.pfm + texmf-dist/fonts/type1/urw/avantgar/uagk8a.pfb + texmf-dist/fonts/type1/urw/avantgar/uagk8a.pfm + texmf-dist/fonts/type1/urw/avantgar/uagko8a.pfb + texmf-dist/fonts/type1/urw/avantgar/uagko8a.pfm + texmf-dist/fonts/vf/adobe/avantgar/pagd.vf + texmf-dist/fonts/vf/adobe/avantgar/pagd7t.vf + texmf-dist/fonts/vf/adobe/avantgar/pagd8c.vf + texmf-dist/fonts/vf/adobe/avantgar/pagd8t.vf + texmf-dist/fonts/vf/adobe/avantgar/pagdc.vf + texmf-dist/fonts/vf/adobe/avantgar/pagdc7t.vf + texmf-dist/fonts/vf/adobe/avantgar/pagdc8t.vf + texmf-dist/fonts/vf/adobe/avantgar/pagdo.vf + texmf-dist/fonts/vf/adobe/avantgar/pagdo7t.vf + texmf-dist/fonts/vf/adobe/avantgar/pagdo8c.vf + texmf-dist/fonts/vf/adobe/avantgar/pagdo8t.vf + texmf-dist/fonts/vf/adobe/avantgar/pagk.vf + texmf-dist/fonts/vf/adobe/avantgar/pagk7t.vf + texmf-dist/fonts/vf/adobe/avantgar/pagk8c.vf + texmf-dist/fonts/vf/adobe/avantgar/pagk8t.vf + texmf-dist/fonts/vf/adobe/avantgar/pagkc.vf + texmf-dist/fonts/vf/adobe/avantgar/pagkc7t.vf + texmf-dist/fonts/vf/adobe/avantgar/pagkc8t.vf + texmf-dist/fonts/vf/adobe/avantgar/pagko.vf + texmf-dist/fonts/vf/adobe/avantgar/pagko7t.vf + texmf-dist/fonts/vf/adobe/avantgar/pagko8c.vf + texmf-dist/fonts/vf/adobe/avantgar/pagko8t.vf + texmf-dist/fonts/vf/cspsfonts-adobe/avantgar/pagd8z.vf + texmf-dist/fonts/vf/cspsfonts-adobe/avantgar/pagdc8z.vf + texmf-dist/fonts/vf/cspsfonts-adobe/avantgar/pagdo8z.vf + texmf-dist/fonts/vf/cspsfonts-adobe/avantgar/pagk8z.vf + texmf-dist/fonts/vf/cspsfonts-adobe/avantgar/pagkc8z.vf + texmf-dist/fonts/vf/cspsfonts-adobe/avantgar/pagko8z.vf + texmf-dist/fonts/vf/urw35vf/avantgar/uagb7t.vf + texmf-dist/fonts/vf/urw35vf/avantgar/uagb8c.vf + texmf-dist/fonts/vf/urw35vf/avantgar/uagb8t.vf + texmf-dist/fonts/vf/urw35vf/avantgar/uagbc7t.vf + texmf-dist/fonts/vf/urw35vf/avantgar/uagbc8t.vf + texmf-dist/fonts/vf/urw35vf/avantgar/uagbi7t.vf + texmf-dist/fonts/vf/urw35vf/avantgar/uagbi8c.vf + texmf-dist/fonts/vf/urw35vf/avantgar/uagbi8t.vf + texmf-dist/fonts/vf/urw35vf/avantgar/uagbo7t.vf + texmf-dist/fonts/vf/urw35vf/avantgar/uagbo8c.vf + texmf-dist/fonts/vf/urw35vf/avantgar/uagbo8t.vf + texmf-dist/fonts/vf/urw35vf/avantgar/uagd7t.vf + texmf-dist/fonts/vf/urw35vf/avantgar/uagd8c.vf + texmf-dist/fonts/vf/urw35vf/avantgar/uagd8t.vf + texmf-dist/fonts/vf/urw35vf/avantgar/uagdc7t.vf + texmf-dist/fonts/vf/urw35vf/avantgar/uagdc8t.vf + texmf-dist/fonts/vf/urw35vf/avantgar/uagdo7t.vf + texmf-dist/fonts/vf/urw35vf/avantgar/uagdo8c.vf + texmf-dist/fonts/vf/urw35vf/avantgar/uagdo8t.vf + texmf-dist/fonts/vf/urw35vf/avantgar/uagk7t.vf + texmf-dist/fonts/vf/urw35vf/avantgar/uagk8c.vf + texmf-dist/fonts/vf/urw35vf/avantgar/uagk8t.vf + texmf-dist/fonts/vf/urw35vf/avantgar/uagkc7t.vf + texmf-dist/fonts/vf/urw35vf/avantgar/uagkc8t.vf + texmf-dist/fonts/vf/urw35vf/avantgar/uagko7t.vf + texmf-dist/fonts/vf/urw35vf/avantgar/uagko8c.vf + texmf-dist/fonts/vf/urw35vf/avantgar/uagko8t.vf + texmf-dist/fonts/vf/urw35vf/avantgar/uagr7t.vf + texmf-dist/fonts/vf/urw35vf/avantgar/uagr8c.vf + texmf-dist/fonts/vf/urw35vf/avantgar/uagr8t.vf + texmf-dist/fonts/vf/urw35vf/avantgar/uagrc7t.vf + texmf-dist/fonts/vf/urw35vf/avantgar/uagrc8t.vf + texmf-dist/fonts/vf/urw35vf/avantgar/uagri7t.vf + texmf-dist/fonts/vf/urw35vf/avantgar/uagri8c.vf + texmf-dist/fonts/vf/urw35vf/avantgar/uagri8t.vf + texmf-dist/fonts/vf/urw35vf/avantgar/uagro7t.vf + texmf-dist/fonts/vf/urw35vf/avantgar/uagro8c.vf + texmf-dist/fonts/vf/urw35vf/avantgar/uagro8t.vf + texmf-dist/tex/latex/avantgar/8ruag.fd + texmf-dist/tex/latex/avantgar/omluag.fd + texmf-dist/tex/latex/avantgar/omsuag.fd + texmf-dist/tex/latex/avantgar/ot1uag.fd + texmf-dist/tex/latex/avantgar/t1uag.fd + texmf-dist/tex/latex/avantgar/ts1uag.fd + +name babel +category Package +revision 15878 +shortdesc Multilingual support for Plain TeX or LaTeX. +longdesc The package manages culturally-determined typographical (and +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, and the document may then +longdesc switch from one language to another in a variety of ways. +docfiles size=877 + texmf-dist/doc/generic/babel/00readme.heb details="Installing support for Hebrew" + texmf-dist/doc/generic/babel/00readme.txt details="Readme" + texmf-dist/doc/generic/babel/GreekFonts.txt + texmf-dist/doc/generic/babel/announce.txt + texmf-dist/doc/generic/babel/athnum.pdf + texmf-dist/doc/generic/babel/babel.pdf + texmf-dist/doc/generic/babel/bbcompat.pdf + texmf-dist/doc/generic/babel/bbidxglo.pdf + texmf-dist/doc/generic/babel/bugs.txt + texmf-dist/doc/generic/babel/changes.txt + texmf-dist/doc/generic/babel/fixes.txt + texmf-dist/doc/generic/babel/greek-fdd.pdf + texmf-dist/doc/generic/babel/greek-usage.pdf + texmf-dist/doc/generic/babel/grmath.pdf + texmf-dist/doc/generic/babel/grsymb.pdf + texmf-dist/doc/generic/babel/howtoget.txt + texmf-dist/doc/generic/babel/install.OzTeX-4 + texmf-dist/doc/generic/babel/install.OzTeX-pre4 + texmf-dist/doc/generic/babel/install.txt + texmf-dist/doc/generic/babel/language.dat + texmf-dist/doc/generic/babel/language.skeleton + texmf-dist/doc/generic/babel/legal.bbl + texmf-dist/doc/generic/babel/manifest.bbl + texmf-dist/doc/generic/babel/tb1202.pdf + texmf-dist/doc/generic/babel/tb1401.pdf + texmf-dist/doc/generic/babel/tb1604.pdf + texmf-dist/doc/generic/babel/todo.txt +srcfiles size=529 + texmf-dist/source/generic/babel/albanian.dtx + texmf-dist/source/generic/babel/albanian.ins + texmf-dist/source/generic/babel/athnum.dtx + texmf-dist/source/generic/babel/babel.dtx + texmf-dist/source/generic/babel/babel.ins + texmf-dist/source/generic/babel/bahasa.dtx + texmf-dist/source/generic/babel/bahasa.ins + texmf-dist/source/generic/babel/bahasam.dtx + texmf-dist/source/generic/babel/base.ins + texmf-dist/source/generic/babel/basque.dtx + texmf-dist/source/generic/babel/basque.ins + texmf-dist/source/generic/babel/bbcompat.dtx + texmf-dist/source/generic/babel/bbidxglo.dtx + texmf-dist/source/generic/babel/bbplain.dtx + texmf-dist/source/generic/babel/breton.dtx + texmf-dist/source/generic/babel/breton.ins + texmf-dist/source/generic/babel/bulgarian.dtx + texmf-dist/source/generic/babel/bulgarian.ins + texmf-dist/source/generic/babel/catalan.dtx + texmf-dist/source/generic/babel/catalan.ins + texmf-dist/source/generic/babel/croatian.dtx + texmf-dist/source/generic/babel/croatian.ins + texmf-dist/source/generic/babel/czech.dtx + texmf-dist/source/generic/babel/czech.ins + texmf-dist/source/generic/babel/danish.dtx + texmf-dist/source/generic/babel/danish.ins + texmf-dist/source/generic/babel/dutch.dtx + texmf-dist/source/generic/babel/dutch.ins + texmf-dist/source/generic/babel/english.dtx + texmf-dist/source/generic/babel/english.ins + texmf-dist/source/generic/babel/esperanto.dtx + texmf-dist/source/generic/babel/esperanto.ins + texmf-dist/source/generic/babel/estonian.dtx + texmf-dist/source/generic/babel/estonian.ins + texmf-dist/source/generic/babel/finnish.dtx + texmf-dist/source/generic/babel/finnish.ins + texmf-dist/source/generic/babel/frenchb.dtx + texmf-dist/source/generic/babel/frenchb.ins + texmf-dist/source/generic/babel/galician.dtx + texmf-dist/source/generic/babel/galician.ins + texmf-dist/source/generic/babel/german.ins + texmf-dist/source/generic/babel/germanb.dtx + texmf-dist/source/generic/babel/greek.dtx + texmf-dist/source/generic/babel/greek.fdd + texmf-dist/source/generic/babel/greek.ins + texmf-dist/source/generic/babel/grmath.dtx + texmf-dist/source/generic/babel/grsymb.dtx + texmf-dist/source/generic/babel/heb209.dtx + texmf-dist/source/generic/babel/hebinp.dtx + texmf-dist/source/generic/babel/hebrew.dtx + texmf-dist/source/generic/babel/hebrew.fdd + texmf-dist/source/generic/babel/hebrew.ins + texmf-dist/source/generic/babel/icelandic.dtx + texmf-dist/source/generic/babel/icelandic.ins + texmf-dist/source/generic/babel/interlingua.dtx + texmf-dist/source/generic/babel/interlingua.ins + texmf-dist/source/generic/babel/irish.dtx + texmf-dist/source/generic/babel/irish.ins + texmf-dist/source/generic/babel/italian.dtx + texmf-dist/source/generic/babel/italian.ins + texmf-dist/source/generic/babel/kurmanji.dtx + texmf-dist/source/generic/babel/kurmanji.ins + texmf-dist/source/generic/babel/language.dat + texmf-dist/source/generic/babel/latin.dtx + texmf-dist/source/generic/babel/latin.ins + texmf-dist/source/generic/babel/lsorbian.dtx + texmf-dist/source/generic/babel/magyar.dtx + texmf-dist/source/generic/babel/magyar.ins + texmf-dist/source/generic/babel/ngermanb.dtx + texmf-dist/source/generic/babel/norsk.dtx + texmf-dist/source/generic/babel/norsk.ins + texmf-dist/source/generic/babel/polish.dtx + texmf-dist/source/generic/babel/polish.ins + texmf-dist/source/generic/babel/portuges.dtx + texmf-dist/source/generic/babel/portuges.ins + texmf-dist/source/generic/babel/romanian.dtx + texmf-dist/source/generic/babel/romanian.ins + texmf-dist/source/generic/babel/russianb.dtx + texmf-dist/source/generic/babel/russianb.ins + texmf-dist/source/generic/babel/samin.dtx + texmf-dist/source/generic/babel/samin.ins + texmf-dist/source/generic/babel/scottish.dtx + texmf-dist/source/generic/babel/scottish.ins + texmf-dist/source/generic/babel/serbian.dtx + texmf-dist/source/generic/babel/serbian.ins + texmf-dist/source/generic/babel/slovak.dtx + texmf-dist/source/generic/babel/slovak.ins + texmf-dist/source/generic/babel/slovene.dtx + texmf-dist/source/generic/babel/slovene.ins + texmf-dist/source/generic/babel/sorbian.ins + texmf-dist/source/generic/babel/spanish.dtx + texmf-dist/source/generic/babel/spanish.ins + texmf-dist/source/generic/babel/swedish.dtx + texmf-dist/source/generic/babel/swedish.ins + texmf-dist/source/generic/babel/tb1202.tex + texmf-dist/source/generic/babel/tb1401.tex + texmf-dist/source/generic/babel/tb1604.tex + texmf-dist/source/generic/babel/turkish.dtx + texmf-dist/source/generic/babel/turkish.ins + texmf-dist/source/generic/babel/ukraineb.dtx + texmf-dist/source/generic/babel/ukraineb.ins + texmf-dist/source/generic/babel/usage.tex + texmf-dist/source/generic/babel/usorbian.dtx + texmf-dist/source/generic/babel/welsh.dtx + texmf-dist/source/generic/babel/welsh.ins +runfiles size=271 + texmf-dist/makeindex/babel/bbglo.ist + texmf-dist/makeindex/babel/bbind.ist + texmf-dist/tex/generic/babel/8859-8.def + texmf-dist/tex/generic/babel/UKenglish.sty + texmf-dist/tex/generic/babel/USenglish.sty + texmf-dist/tex/generic/babel/afrikaans.sty + texmf-dist/tex/generic/babel/albanian.ldf + texmf-dist/tex/generic/babel/albanian.sty + texmf-dist/tex/generic/babel/american.sty + texmf-dist/tex/generic/babel/athnum.sty + texmf-dist/tex/generic/babel/austrian.sty + texmf-dist/tex/generic/babel/babel.def + texmf-dist/tex/generic/babel/babel.sty + texmf-dist/tex/generic/babel/bahasa.sty + texmf-dist/tex/generic/babel/bahasai.ldf + texmf-dist/tex/generic/babel/bahasam.ldf + texmf-dist/tex/generic/babel/bahasam.sty + texmf-dist/tex/generic/babel/basque.ldf + texmf-dist/tex/generic/babel/basque.sty + texmf-dist/tex/generic/babel/blplain.tex + texmf-dist/tex/generic/babel/bplain.tex + texmf-dist/tex/generic/babel/breton.ldf + texmf-dist/tex/generic/babel/breton.sty + texmf-dist/tex/generic/babel/british.sty + texmf-dist/tex/generic/babel/bulgarian.ldf + texmf-dist/tex/generic/babel/bulgarian.sty + texmf-dist/tex/generic/babel/catalan.ldf + texmf-dist/tex/generic/babel/catalan.sty + texmf-dist/tex/generic/babel/cp1255.def + texmf-dist/tex/generic/babel/cp862.def + texmf-dist/tex/generic/babel/croatian.ldf + texmf-dist/tex/generic/babel/croatian.sty + texmf-dist/tex/generic/babel/czech.ldf + texmf-dist/tex/generic/babel/czech.sty + texmf-dist/tex/generic/babel/danish.ldf + texmf-dist/tex/generic/babel/danish.sty + texmf-dist/tex/generic/babel/dutch.ldf + texmf-dist/tex/generic/babel/dutch.sty + texmf-dist/tex/generic/babel/english.ldf + texmf-dist/tex/generic/babel/english.sty + texmf-dist/tex/generic/babel/esperanto.ldf + texmf-dist/tex/generic/babel/esperanto.sty + texmf-dist/tex/generic/babel/estonian.ldf + texmf-dist/tex/generic/babel/estonian.sty + texmf-dist/tex/generic/babel/finnish.ldf + texmf-dist/tex/generic/babel/finnish.sty + texmf-dist/tex/generic/babel/francais.sty + texmf-dist/tex/generic/babel/frenchb.cfg + texmf-dist/tex/generic/babel/frenchb.ldf + texmf-dist/tex/generic/babel/galician.ldf + texmf-dist/tex/generic/babel/galician.sty + texmf-dist/tex/generic/babel/germanb.ldf + texmf-dist/tex/generic/babel/germanb.sty + texmf-dist/tex/generic/babel/glbst.tex + texmf-dist/tex/generic/babel/glromidx.tex + texmf-dist/tex/generic/babel/greek.ldf + texmf-dist/tex/generic/babel/greek.sty + texmf-dist/tex/generic/babel/grmath.sty + texmf-dist/tex/generic/babel/grsymb.sty + texmf-dist/tex/generic/babel/he8OmegaHebrew.fd + texmf-dist/tex/generic/babel/he8aharoni.fd + texmf-dist/tex/generic/babel/he8cmr.fd + texmf-dist/tex/generic/babel/he8cmss.fd + texmf-dist/tex/generic/babel/he8cmtt.fd + texmf-dist/tex/generic/babel/he8david.fd + texmf-dist/tex/generic/babel/he8drugulin.fd + texmf-dist/tex/generic/babel/he8enc.def + texmf-dist/tex/generic/babel/he8frankruehl.fd + texmf-dist/tex/generic/babel/he8miriam.fd + texmf-dist/tex/generic/babel/he8nachlieli.fd + texmf-dist/tex/generic/babel/he8yad.fd + texmf-dist/tex/generic/babel/hebcal.sty + texmf-dist/tex/generic/babel/hebfont.sty + texmf-dist/tex/generic/babel/hebrew.ldf + texmf-dist/tex/generic/babel/hebrew.sty + texmf-dist/tex/generic/babel/hebrew_newcode.sty + texmf-dist/tex/generic/babel/hebrew_oldcode.sty + texmf-dist/tex/generic/babel/hebrew_p.sty + texmf-dist/tex/generic/babel/hyphen.cfg + texmf-dist/tex/generic/babel/icelandic.ldf + texmf-dist/tex/generic/babel/icelandic.sty + texmf-dist/tex/generic/babel/interlingua.ldf + texmf-dist/tex/generic/babel/interlingua.sty + texmf-dist/tex/generic/babel/irish.ldf + texmf-dist/tex/generic/babel/irish.sty + texmf-dist/tex/generic/babel/italian.ldf + texmf-dist/tex/generic/babel/italian.sty + texmf-dist/tex/generic/babel/kurmanji.ldf + texmf-dist/tex/generic/babel/latin.ldf + texmf-dist/tex/generic/babel/latin.sty + texmf-dist/tex/generic/babel/lgrcmr.fd + texmf-dist/tex/generic/babel/lgrcmro.fd + texmf-dist/tex/generic/babel/lgrcmss.fd + texmf-dist/tex/generic/babel/lgrcmtt.fd + texmf-dist/tex/generic/babel/lgrenc.def + texmf-dist/tex/generic/babel/lgrlcmss.fd + texmf-dist/tex/generic/babel/lgrlcmtt.fd + texmf-dist/tex/generic/babel/lgrlmr.fd + texmf-dist/tex/generic/babel/lgrlmro.fd + texmf-dist/tex/generic/babel/lgrlmss.fd + texmf-dist/tex/generic/babel/lgrlmtt.fd + texmf-dist/tex/generic/babel/lheclas.fd + texmf-dist/tex/generic/babel/lhecmr.fd + texmf-dist/tex/generic/babel/lhecmss.fd + texmf-dist/tex/generic/babel/lhecmtt.fd + texmf-dist/tex/generic/babel/lhecrml.fd + texmf-dist/tex/generic/babel/lheenc.def + texmf-dist/tex/generic/babel/lhefr.fd + texmf-dist/tex/generic/babel/lheredis.fd + texmf-dist/tex/generic/babel/lheshold.fd + texmf-dist/tex/generic/babel/lheshscr.fd + texmf-dist/tex/generic/babel/lheshstk.fd + texmf-dist/tex/generic/babel/lsorbian.ldf + texmf-dist/tex/generic/babel/lsorbian.sty + texmf-dist/tex/generic/babel/magyar.ldf + texmf-dist/tex/generic/babel/magyar.sty + texmf-dist/tex/generic/babel/naustrian.sty + texmf-dist/tex/generic/babel/ngermanb.ldf + texmf-dist/tex/generic/babel/ngermanb.sty + texmf-dist/tex/generic/babel/norsk.ldf + texmf-dist/tex/generic/babel/norsk.sty + texmf-dist/tex/generic/babel/plain.def + texmf-dist/tex/generic/babel/polish.ldf + texmf-dist/tex/generic/babel/polish.sty + texmf-dist/tex/generic/babel/portuges.ldf + texmf-dist/tex/generic/babel/portuges.sty + texmf-dist/tex/generic/babel/rlbabel.def + texmf-dist/tex/generic/babel/romanian.ldf + texmf-dist/tex/generic/babel/romanian.sty + texmf-dist/tex/generic/babel/romanidx.sty + texmf-dist/tex/generic/babel/russianb.ldf + texmf-dist/tex/generic/babel/russianb.sty + texmf-dist/tex/generic/babel/samin.ldf + texmf-dist/tex/generic/babel/samin.sty + texmf-dist/tex/generic/babel/scottish.ldf + texmf-dist/tex/generic/babel/scottish.sty + texmf-dist/tex/generic/babel/serbian.ldf + texmf-dist/tex/generic/babel/serbian.sty + texmf-dist/tex/generic/babel/si960.def + texmf-dist/tex/generic/babel/slovak.ldf + texmf-dist/tex/generic/babel/slovak.sty + texmf-dist/tex/generic/babel/slovene.ldf + texmf-dist/tex/generic/babel/slovene.sty + texmf-dist/tex/generic/babel/spanish.ldf + texmf-dist/tex/generic/babel/spanish.sty + texmf-dist/tex/generic/babel/swedish.ldf + texmf-dist/tex/generic/babel/swedish.sty + texmf-dist/tex/generic/babel/switch.def + texmf-dist/tex/generic/babel/turkish.ldf + texmf-dist/tex/generic/babel/turkish.sty + texmf-dist/tex/generic/babel/ukraineb.ldf + texmf-dist/tex/generic/babel/ukraineb.sty + texmf-dist/tex/generic/babel/usorbian.ldf + texmf-dist/tex/generic/babel/usorbian.sty + texmf-dist/tex/generic/babel/welsh.ldf + texmf-dist/tex/generic/babel/welsh.sty +catalogue-ctan /macros/latex/required/babel +catalogue-date 2009-09-24 15:05:48 +0200 +catalogue-license lppl +catalogue-version 3.8l + +name babelbib +category Package +revision 15878 +shortdesc Multilingual bibliographies. +longdesc This package enables to generate multilingual bibliographies in +longdesc cooperation with babel. Two approaches are possible: Each +longdesc citation may be written in another language, or the whole +longdesc bibliography can be typeset in a language chosen by the user. +longdesc In addition, the package supports commands to change the +longdesc typography of the bibliographies. +docfiles size=341 + texmf-dist/doc/latex/babelbib/ChangeLog + texmf-dist/doc/latex/babelbib/README details="Readme" + texmf-dist/doc/latex/babelbib/babelbib.pdf details="Package documentation" + texmf-dist/doc/latex/babelbib/babelbibtest.bib + texmf-dist/doc/latex/babelbib/babelbibtest.tex + texmf-dist/doc/latex/babelbib/tugboat-babelbib.pdf +srcfiles size=85 + texmf-dist/source/latex/babelbib/Makefile + texmf-dist/source/latex/babelbib/babelbib.dtx + texmf-dist/source/latex/babelbib/babelbib.ins + texmf-dist/source/latex/babelbib/babelbib.xml + texmf-dist/source/latex/babelbib/getversion.tex +runfiles size=229 + texmf-dist/bibtex/bst/babelbib/bababbr3-fl.bst + texmf-dist/bibtex/bst/babelbib/bababbr3-lf.bst + texmf-dist/bibtex/bst/babelbib/bababbr3.bst + texmf-dist/bibtex/bst/babelbib/bababbrv-fl.bst + texmf-dist/bibtex/bst/babelbib/bababbrv-lf.bst + texmf-dist/bibtex/bst/babelbib/bababbrv.bst + texmf-dist/bibtex/bst/babelbib/babalpha-fl.bst + texmf-dist/bibtex/bst/babelbib/babalpha-lf.bst + texmf-dist/bibtex/bst/babelbib/babalpha.bst + texmf-dist/bibtex/bst/babelbib/babalpha2.bst + texmf-dist/bibtex/bst/babelbib/babamspl.bst + texmf-dist/bibtex/bst/babelbib/babplai3-fl.bst + texmf-dist/bibtex/bst/babelbib/babplai3-lf.bst + texmf-dist/bibtex/bst/babelbib/babplai3.bst + texmf-dist/bibtex/bst/babelbib/babplain-fl.bst + texmf-dist/bibtex/bst/babelbib/babplain-lf.bst + texmf-dist/bibtex/bst/babelbib/babplain-neu.bst + texmf-dist/bibtex/bst/babelbib/babplain-orig.bst + texmf-dist/bibtex/bst/babelbib/babplain-spielen.bst + texmf-dist/bibtex/bst/babelbib/babplain.bst + texmf-dist/bibtex/bst/babelbib/babunsrt-fl.bst + texmf-dist/bibtex/bst/babelbib/babunsrt-lf.bst + texmf-dist/bibtex/bst/babelbib/babunsrt.bst + texmf-dist/tex/latex/babelbib/afrikaans.bdf + texmf-dist/tex/latex/babelbib/babelbib.sty + texmf-dist/tex/latex/babelbib/bahasa.bdf + texmf-dist/tex/latex/babelbib/catalan.bdf + texmf-dist/tex/latex/babelbib/danish.bdf + texmf-dist/tex/latex/babelbib/dutch.bdf + texmf-dist/tex/latex/babelbib/english.bdf + texmf-dist/tex/latex/babelbib/esperanto.bdf + texmf-dist/tex/latex/babelbib/finnish.bdf + texmf-dist/tex/latex/babelbib/french.bdf + texmf-dist/tex/latex/babelbib/french2.bdf + texmf-dist/tex/latex/babelbib/galician.bdf + texmf-dist/tex/latex/babelbib/german.bdf + texmf-dist/tex/latex/babelbib/greek.bdf + texmf-dist/tex/latex/babelbib/italian.bdf + texmf-dist/tex/latex/babelbib/norsk.bdf + texmf-dist/tex/latex/babelbib/portuguese.bdf + texmf-dist/tex/latex/babelbib/russian.bdf + texmf-dist/tex/latex/babelbib/spanish.bdf + texmf-dist/tex/latex/babelbib/swedish.bdf +catalogue-ctan /biblio/bibtex/contrib/babelbib +catalogue-date 2009-10-11 21:12:19 +0200 +catalogue-license lppl1 +catalogue-version 1.29 + +name bangtex +category Package +revision 15878 +shortdesc Writing Bangla and Assamese with LaTeX. +longdesc The bundle provides class files for writing Bangla and Assamese +longdesc with LaTeX, and MetaFont sources for fonts. +docfiles size=16 + texmf-dist/doc/latex/bangtex/README.bangtex + texmf-dist/doc/latex/bangtex/manual.tex + texmf-dist/doc/latex/bangtex/samplett.tex + texmf-dist/doc/latex/bangtex/samptex.tex +runfiles size=78 + texmf-dist/fonts/source/public/bangtex/bang10.mf + texmf-dist/fonts/source/public/bangtex/bangbase.mf + texmf-dist/fonts/source/public/bangtex/bangconso.mf + texmf-dist/fonts/source/public/bangtex/bangdefs.mf + texmf-dist/fonts/source/public/bangtex/bangfala.mf + texmf-dist/fonts/source/public/bangtex/banghalf.mf + texmf-dist/fonts/source/public/bangtex/bangjuk.mf + texmf-dist/fonts/source/public/bangtex/bangkaar.mf + texmf-dist/fonts/source/public/bangtex/banglig.mf + texmf-dist/fonts/source/public/bangtex/bangmac.mf + texmf-dist/fonts/source/public/bangtex/bangnum.mf + texmf-dist/fonts/source/public/bangtex/bangpunc.mf + texmf-dist/fonts/source/public/bangtex/bangsl10.mf + texmf-dist/fonts/source/public/bangtex/bangvow.mf + texmf-dist/fonts/source/public/bangtex/bangwd10.mf + texmf-dist/fonts/tfm/public/bangtex/bang10.tfm + texmf-dist/fonts/tfm/public/bangtex/bangsl10.tfm + texmf-dist/fonts/tfm/public/bangtex/bangwd10.tfm + texmf-dist/tex/latex/bangtex/bangfont.tex + texmf-dist/tex/latex/bangtex/barticle.cls + texmf-dist/tex/latex/bangtex/bbk10.clo + texmf-dist/tex/latex/bangtex/bbk11.clo + texmf-dist/tex/latex/bangtex/bbk12.clo + texmf-dist/tex/latex/bangtex/bbook.cls + texmf-dist/tex/latex/bangtex/bletter.cls + texmf-dist/tex/latex/bangtex/bsize10.clo + texmf-dist/tex/latex/bangtex/bsize11.clo + texmf-dist/tex/latex/bangtex/bsize12.clo +catalogue-ctan /language/bangtex +catalogue-date 2006-12-14 21:17:11 +0100 +catalogue-license lppl + +name barcodes +category Package +revision 15878 +shortdesc Fonts for making barcodes. +longdesc The package deals with EAN barcodes; MetaFont fonts are +longdesc provided, and a set of examples; for some codes, a small Perl +longdesc script is needed. +docfiles size=74 + texmf-dist/doc/latex/barcodes/README details="Package Readme" + texmf-dist/doc/latex/barcodes/bcfaq.tex + texmf-dist/doc/latex/barcodes/changes + texmf-dist/doc/latex/barcodes/code39.tex + texmf-dist/doc/latex/barcodes/codean.pl + texmf-dist/doc/latex/barcodes/eandoc.pdf details="Package documentation" + texmf-dist/doc/latex/barcodes/eandoc.tex + texmf-dist/doc/latex/barcodes/examples.tex + texmf-dist/doc/latex/barcodes/install.bat + texmf-dist/doc/latex/barcodes/wlcdb.vpl + texmf-dist/doc/latex/barcodes/wlcf39.vpl + texmf-dist/doc/latex/barcodes/wlitf.vpl +srcfiles size=21 + texmf-dist/source/latex/barcodes/barcodes.dtx + texmf-dist/source/latex/barcodes/barcodes.ins +runfiles size=17 + texmf-dist/fonts/source/public/barcodes/wlc11.mf + texmf-dist/fonts/source/public/barcodes/wlc128.mf + texmf-dist/fonts/source/public/barcodes/wlc39.mf + texmf-dist/fonts/source/public/barcodes/wlc93.mf + texmf-dist/fonts/source/public/barcodes/wlcr39.mf + texmf-dist/fonts/source/public/barcodes/wlean.mf + texmf-dist/fonts/tfm/public/barcodes/wlc11.tfm + texmf-dist/fonts/tfm/public/barcodes/wlc128.tfm + texmf-dist/fonts/tfm/public/barcodes/wlc39.tfm + texmf-dist/fonts/tfm/public/barcodes/wlc93.tfm + texmf-dist/fonts/tfm/public/barcodes/wlcr39.tfm + texmf-dist/tex/latex/barcodes/barcodes.sty +catalogue-ctan /fonts/barcodes/willadt +catalogue-date 2008-08-17 01:00:50 +0200 +catalogue-license lppl + +name bardiag +category Package +revision 15878 +shortdesc LateX package for drawing bar diagrams. +longdesc The main purpose of the package is to make the drawing of bar +longdesc diagrams possible and easy in LaTeX. The BarDiag package is +longdesc inspired by and based on PSTricks. +docfiles size=606 + texmf-dist/doc/latex/bardiag/README details="Readme" + texmf-dist/doc/latex/bardiag/bardiag.ps + texmf-dist/doc/latex/bardiag/bardiag.tex + texmf-dist/doc/latex/bardiag/bardiag1.ps + texmf-dist/doc/latex/bardiag/bardiag1.tex + texmf-dist/doc/latex/bardiag/bardiag2.ps + texmf-dist/doc/latex/bardiag/bardiag2.tex + texmf-dist/doc/latex/bardiag/example/altdiags.ps + texmf-dist/doc/latex/bardiag/example/altdiags.tex + texmf-dist/doc/latex/bardiag/example/barddoc.sty + texmf-dist/doc/latex/bardiag/example/bardiag.bar + texmf-dist/doc/latex/bardiag/example/bardiag.cfg + texmf-dist/doc/latex/bardiag/example/bardiag.sty + texmf-dist/doc/latex/bardiag/example/compile.all + texmf-dist/doc/latex/bardiag/example/diagrams.dvi + texmf-dist/doc/latex/bardiag/example/diagrams.ps + texmf-dist/doc/latex/bardiag/example/diagrams.tex + texmf-dist/doc/latex/bardiag/example/diagramsbw.ps + texmf-dist/doc/latex/bardiag/example/diagramsbw.tex + texmf-dist/doc/latex/bardiag/example/pstfp.sty + texmf-dist/doc/latex/bardiag/example/src/10.tex + texmf-dist/doc/latex/bardiag/example/src/1a.tex + texmf-dist/doc/latex/bardiag/example/src/1b.tex + texmf-dist/doc/latex/bardiag/example/src/2a.tex + texmf-dist/doc/latex/bardiag/example/src/2b.tex + texmf-dist/doc/latex/bardiag/example/src/3.tex + texmf-dist/doc/latex/bardiag/example/src/4.tex + texmf-dist/doc/latex/bardiag/example/src/5.tex + texmf-dist/doc/latex/bardiag/example/src/6.tex + texmf-dist/doc/latex/bardiag/example/src/7.tex + texmf-dist/doc/latex/bardiag/example/src/8.tex + texmf-dist/doc/latex/bardiag/example/src/9.tex + texmf-dist/doc/latex/bardiag/figs/diag.eps + texmf-dist/doc/latex/bardiag/figs/diagleg.eps + texmf-dist/doc/latex/bardiag/figs/examp1.tex + texmf-dist/doc/latex/bardiag/figs/examp1a.tex + texmf-dist/doc/latex/bardiag/figs/examp1b.tex + texmf-dist/doc/latex/bardiag/figs/examp2.tex + texmf-dist/doc/latex/bardiag/figs/examp2er.tex + texmf-dist/doc/latex/bardiag/figs/examp3.tex + texmf-dist/doc/latex/bardiag/figs/examp4.tex + texmf-dist/doc/latex/bardiag/figs/examp5.tex + texmf-dist/doc/latex/bardiag/figs/examp6.tex + texmf-dist/doc/latex/bardiag/figs/exampcr.tex + texmf-dist/doc/latex/bardiag/figs/tddiag.eps + texmf-dist/doc/latex/bardiag/src/10.tex + texmf-dist/doc/latex/bardiag/src/1a.tex + texmf-dist/doc/latex/bardiag/src/1b.tex + texmf-dist/doc/latex/bardiag/src/2a.tex + texmf-dist/doc/latex/bardiag/src/2b.tex + texmf-dist/doc/latex/bardiag/src/3.tex + texmf-dist/doc/latex/bardiag/src/4.tex + texmf-dist/doc/latex/bardiag/src/5.tex + texmf-dist/doc/latex/bardiag/src/6.tex + texmf-dist/doc/latex/bardiag/src/7.tex + texmf-dist/doc/latex/bardiag/src/8.tex + texmf-dist/doc/latex/bardiag/src/9.tex +runfiles size=18 + texmf-dist/tex/latex/bardiag/barddoc.sty + texmf-dist/tex/latex/bardiag/bardiag.bar + texmf-dist/tex/latex/bardiag/bardiag.cfg + texmf-dist/tex/latex/bardiag/bardiag.sty + texmf-dist/tex/latex/bardiag/pstfp.sty +catalogue-ctan /graphics/bardiag +catalogue-date 2006-12-21 16:38:41 +0100 +catalogue-license lppl +catalogue-version 0.4a + +name barr +category Package +revision 15878 +catalogue diagxy +shortdesc Diagram macros by Michael Barr. +longdesc Diagxy is a general diagramming package, useful for diagrams in +longdesc a number of mathematical disciplines. Diagxy is a development +longdesc of an earlier (successful) package to use the facilities of the +longdesc xypic bundle. +docfiles size=75 + texmf-dist/doc/generic/barr/diaxydoc.pdf details="Package documentation" + texmf-dist/doc/generic/barr/diaxydoc.tex +runfiles size=12 + texmf-dist/tex/generic/barr/diagxy.tex +catalogue-ctan /macros/generic/diagrams/barr +catalogue-date 2008-12-14 10:33:39 +0100 +catalogue-license other-free + +name bayer +category Package +revision 15878 +docfiles size=5 + texmf-dist/doc/latex/bayer/README + texmf-dist/doc/latex/bayer/forms.eps + texmf-dist/doc/latex/bayer/front.ps.gz +srcfiles size=24 + texmf-dist/source/latex/bayer/universal.dtx + texmf-dist/source/latex/bayer/universal.ins +runfiles size=32 + texmf-dist/fonts/source/public/bayer/universal-accents.mf + texmf-dist/fonts/source/public/bayer/universal-digits.mf + texmf-dist/fonts/source/public/bayer/universal-extras.mf + texmf-dist/fonts/source/public/bayer/universal-ligatures.mf + texmf-dist/fonts/source/public/bayer/universal-lowers.mf + texmf-dist/fonts/source/public/bayer/universal-punctuations.mf + texmf-dist/fonts/source/public/bayer/universal-specials.mf + texmf-dist/fonts/source/public/bayer/universal-uppers.mf + texmf-dist/fonts/source/public/bayer/universal.mf + texmf-dist/fonts/source/public/bayer/universal10.mf + texmf-dist/fonts/source/public/bayer/universal12.mf + texmf-dist/fonts/source/public/bayer/universal17.mf + texmf-dist/fonts/source/public/bayer/universal8.mf + texmf-dist/fonts/source/public/bayer/universal9.mf + texmf-dist/fonts/tfm/public/bayer/universal10.tfm + texmf-dist/fonts/tfm/public/bayer/universal12.tfm + texmf-dist/fonts/tfm/public/bayer/universal17.tfm + texmf-dist/fonts/tfm/public/bayer/universal8.tfm + texmf-dist/fonts/tfm/public/bayer/universal9.tfm + texmf-dist/tex/latex/bayer/ot1universal.fd + texmf-dist/tex/latex/bayer/universal.sty + +name bbcard +category Package +revision 15878 +shortdesc Bullshit bingo, calendar and baseball-score cards. +longdesc Three jiffy packages for creating cards of various sorts with +longdesc MetaPost. +docfiles size=3 + texmf-dist/doc/metapost/bbcard/README.bbcard details="Bullshit bingo readme" + texmf-dist/doc/metapost/bbcard/README.calendar details="Calendar readme" + texmf-dist/doc/metapost/bbcard/README.scorecard details="Scorecard readme" +runfiles size=6 + texmf-dist/metapost/bbcard/bbcard.mp + texmf-dist/metapost/bbcard/breakwidth.mp + texmf-dist/metapost/bbcard/calendar.mp + texmf-dist/metapost/bbcard/scorecard.mp +catalogue-ctan /graphics/metapost/contrib/macros/bbcard +catalogue-date 2008-08-17 01:00:50 +0200 +catalogue-license pd + +name bbding +category Package +revision 15878 +shortdesc A symbol (dingbat) font and LaTeX macros for its use. +longdesc A symbol font (distributed as MetaFont source) that contains +longdesc many of the symbols of the Zapf dingbats set, together with an +longdesc NFSS interface for using the font. +docfiles size=21 + texmf-dist/doc/latex/bbding/README + texmf-dist/doc/latex/bbding/bbding10.org +srcfiles size=9 + texmf-dist/source/latex/bbding/bbding.dtx + texmf-dist/source/latex/bbding/bbding.ins +runfiles size=24 + texmf-dist/fonts/source/public/bbding/bbding10.mf + texmf-dist/fonts/tfm/public/bbding/bbding10.tfm + texmf-dist/tex/latex/bbding/Uding.fd + texmf-dist/tex/latex/bbding/bbding.sty +catalogue-ctan /fonts/bbding +catalogue-date 2006-12-21 16:38:41 +0100 +catalogue-license lppl +catalogue-version 1.01 + +name bbm +category Package +revision 15878 +shortdesc "Blackboard-style" cm fonts. +longdesc Blackboard variants of Computer Modern fonts. The fonts are +longdesc distributed as MetaFont source (only); LaTeX support is +longdesc available with the bbm-macros package. The Sauter font package +longdesc has MetaFont parameter source files for building the fonts at +longdesc more sizes than you could reasonably imagine. A sample of these +longdesc fonts appears in the blackboard bold sampler. +docfiles size=4 + texmf-dist/doc/fonts/bbm/README + texmf-dist/doc/fonts/bbm/gfbatch.batch + texmf-dist/doc/fonts/bbm/mfbatch.batch + texmf-dist/doc/fonts/bbm/test.tex +runfiles size=159 + texmf-dist/fonts/source/public/bbm/bbm10.mf + texmf-dist/fonts/source/public/bbm/bbm12.mf + texmf-dist/fonts/source/public/bbm/bbm17.mf + texmf-dist/fonts/source/public/bbm/bbm5.mf + texmf-dist/fonts/source/public/bbm/bbm6.mf + texmf-dist/fonts/source/public/bbm/bbm7.mf + texmf-dist/fonts/source/public/bbm/bbm8.mf + texmf-dist/fonts/source/public/bbm/bbm9.mf + texmf-dist/fonts/source/public/bbm/bbmb10.mf + texmf-dist/fonts/source/public/bbm/bbmbx10.mf + texmf-dist/fonts/source/public/bbm/bbmbx12.mf + texmf-dist/fonts/source/public/bbm/bbmbx5.mf + texmf-dist/fonts/source/public/bbm/bbmbx6.mf + texmf-dist/fonts/source/public/bbm/bbmbx7.mf + texmf-dist/fonts/source/public/bbm/bbmbx8.mf + texmf-dist/fonts/source/public/bbm/bbmbx9.mf + texmf-dist/fonts/source/public/bbm/bbmbxsl10.mf + texmf-dist/fonts/source/public/bbm/bbmdunh10.mf + texmf-dist/fonts/source/public/bbm/bbmfib8.mf + texmf-dist/fonts/source/public/bbm/bbmfxib8.mf + texmf-dist/fonts/source/public/bbm/bbminch.mf + texmf-dist/fonts/source/public/bbm/bbmsl10.mf + texmf-dist/fonts/source/public/bbm/bbmsl12.mf + texmf-dist/fonts/source/public/bbm/bbmsl8.mf + texmf-dist/fonts/source/public/bbm/bbmsl9.mf + texmf-dist/fonts/source/public/bbm/bbmsltt10.mf + texmf-dist/fonts/source/public/bbm/bbmss10.mf + texmf-dist/fonts/source/public/bbm/bbmss12.mf + texmf-dist/fonts/source/public/bbm/bbmss17.mf + texmf-dist/fonts/source/public/bbm/bbmss8.mf + texmf-dist/fonts/source/public/bbm/bbmss9.mf + texmf-dist/fonts/source/public/bbm/bbmssbx10.mf + texmf-dist/fonts/source/public/bbm/bbmssdc10.mf + texmf-dist/fonts/source/public/bbm/bbmssi10.mf + texmf-dist/fonts/source/public/bbm/bbmssi12.mf + texmf-dist/fonts/source/public/bbm/bbmssi17.mf + texmf-dist/fonts/source/public/bbm/bbmssi8.mf + texmf-dist/fonts/source/public/bbm/bbmssi9.mf + texmf-dist/fonts/source/public/bbm/bbmssq8.mf + texmf-dist/fonts/source/public/bbm/bbmssqi8.mf + texmf-dist/fonts/source/public/bbm/bbmtt10.mf + texmf-dist/fonts/source/public/bbm/bbmtt12.mf + texmf-dist/fonts/source/public/bbm/bbmtt8.mf + texmf-dist/fonts/source/public/bbm/bbmtt9.mf + texmf-dist/fonts/source/public/bbm/bbmvtt10.mf + texmf-dist/fonts/source/public/bbm/blbbase.mf + texmf-dist/fonts/source/public/bbm/blbord.mf + texmf-dist/fonts/source/public/bbm/blbordl.mf + texmf-dist/fonts/source/public/bbm/blbordsp.mf + texmf-dist/fonts/source/public/bbm/blbordu.mf + texmf-dist/fonts/tfm/public/bbm/bbm10.tfm + texmf-dist/fonts/tfm/public/bbm/bbm12.tfm + texmf-dist/fonts/tfm/public/bbm/bbm17.tfm + texmf-dist/fonts/tfm/public/bbm/bbm5.tfm + texmf-dist/fonts/tfm/public/bbm/bbm6.tfm + texmf-dist/fonts/tfm/public/bbm/bbm7.tfm + texmf-dist/fonts/tfm/public/bbm/bbm8.tfm + texmf-dist/fonts/tfm/public/bbm/bbm9.tfm + texmf-dist/fonts/tfm/public/bbm/bbmb10.tfm + texmf-dist/fonts/tfm/public/bbm/bbmbx10.tfm + texmf-dist/fonts/tfm/public/bbm/bbmbx12.tfm + texmf-dist/fonts/tfm/public/bbm/bbmbx5.tfm + texmf-dist/fonts/tfm/public/bbm/bbmbx6.tfm + texmf-dist/fonts/tfm/public/bbm/bbmbx7.tfm + texmf-dist/fonts/tfm/public/bbm/bbmbx8.tfm + texmf-dist/fonts/tfm/public/bbm/bbmbx9.tfm + texmf-dist/fonts/tfm/public/bbm/bbmbxsl10.tfm + texmf-dist/fonts/tfm/public/bbm/bbmdunh10.tfm + texmf-dist/fonts/tfm/public/bbm/bbmfib8.tfm + texmf-dist/fonts/tfm/public/bbm/bbmfxib8.tfm + texmf-dist/fonts/tfm/public/bbm/bbmsl10.tfm + texmf-dist/fonts/tfm/public/bbm/bbmsl12.tfm + texmf-dist/fonts/tfm/public/bbm/bbmsl8.tfm + texmf-dist/fonts/tfm/public/bbm/bbmsl9.tfm + texmf-dist/fonts/tfm/public/bbm/bbmss10.tfm + texmf-dist/fonts/tfm/public/bbm/bbmss12.tfm + texmf-dist/fonts/tfm/public/bbm/bbmss17.tfm + texmf-dist/fonts/tfm/public/bbm/bbmss8.tfm + texmf-dist/fonts/tfm/public/bbm/bbmss9.tfm + texmf-dist/fonts/tfm/public/bbm/bbmssbx10.tfm + texmf-dist/fonts/tfm/public/bbm/bbmssdc10.tfm + texmf-dist/fonts/tfm/public/bbm/bbmssi10.tfm + texmf-dist/fonts/tfm/public/bbm/bbmssi12.tfm + texmf-dist/fonts/tfm/public/bbm/bbmssi17.tfm + texmf-dist/fonts/tfm/public/bbm/bbmssi8.tfm + texmf-dist/fonts/tfm/public/bbm/bbmssi9.tfm + texmf-dist/fonts/tfm/public/bbm/bbmssq8.tfm + texmf-dist/fonts/tfm/public/bbm/bbmssqi8.tfm + texmf-dist/fonts/tfm/public/bbm/bbmtt10.tfm + texmf-dist/fonts/tfm/public/bbm/bbmtt12.tfm + texmf-dist/fonts/tfm/public/bbm/bbmtt8.tfm + texmf-dist/fonts/tfm/public/bbm/bbmtt9.tfm +catalogue-ctan /fonts/cm/bbm +catalogue-date 2008-11-15 17:25:57 +0100 +catalogue-license other-free + +name bbm-macros +category Package +revision 15878 +shortdesc LaTeX support for "blackboard-style" cm fonts. +longdesc Provides LaTeX support for Blackboard variants of Computer +longdesc Modern fonts. Declares a font family bbm so you can in +longdesc principle write running text in blackboard bold, and lots of +longdesc math alphabets for using the fonts within maths. +docfiles size=1 + texmf-dist/doc/latex/bbm-macros/readme.bbm +srcfiles size=5 + texmf-dist/source/latex/bbm-macros/bbm.drv + texmf-dist/source/latex/bbm-macros/bbm.dtx + texmf-dist/source/latex/bbm-macros/bbm.ins +runfiles size=4 + texmf-dist/tex/latex/bbm-macros/bbm.sty + texmf-dist/tex/latex/bbm-macros/ubbm.fd + texmf-dist/tex/latex/bbm-macros/ubbmss.fd + texmf-dist/tex/latex/bbm-macros/ubbmtt.fd +catalogue-ctan /macros/latex/contrib/bbm +catalogue-date 2009-09-24 15:05:48 +0200 +catalogue-license lppl + +name bbold +category Package +revision 15878 +shortdesc Sans serif blackboard bold. +longdesc A geometric sans serif blackboard bold font, for use in +longdesc mathematics; MetaFont sources are provided, as well as macros +longdesc for use with LaTeX. The Sauter font package has MetaFont +longdesc parameter source files for building the fonts at more sizes +longdesc than you could reasonably imagine. See the blackboard sampler +longdesc for a feel for the font's appearance. +docfiles size=2 + texmf-dist/doc/latex/bbold/INSTALL + texmf-dist/doc/latex/bbold/README +srcfiles size=5 + texmf-dist/source/latex/bbold/bbold.dtx + texmf-dist/source/latex/bbold/bbold.ins + texmf-dist/source/latex/bbold/fonttabl.sty +runfiles size=45 + texmf-dist/fonts/source/public/bbold/bbbase.mf + texmf-dist/fonts/source/public/bbold/bbgreekl.mf + texmf-dist/fonts/source/public/bbold/bbgreeku.mf + texmf-dist/fonts/source/public/bbold/bbligs.mf + texmf-dist/fonts/source/public/bbold/bblower.mf + texmf-dist/fonts/source/public/bbold/bbnum.mf + texmf-dist/fonts/source/public/bbold/bbold.mf + texmf-dist/fonts/source/public/bbold/bbold10.mf + texmf-dist/fonts/source/public/bbold/bbold12.mf + texmf-dist/fonts/source/public/bbold/bbold17.mf + texmf-dist/fonts/source/public/bbold/bbold5.mf + texmf-dist/fonts/source/public/bbold/bbold6.mf + texmf-dist/fonts/source/public/bbold/bbold7.mf + texmf-dist/fonts/source/public/bbold/bbold8.mf + texmf-dist/fonts/source/public/bbold/bbold9.mf + texmf-dist/fonts/source/public/bbold/bbparams.mf + texmf-dist/fonts/source/public/bbold/bbpunc.mf + texmf-dist/fonts/source/public/bbold/bbupper.mf + texmf-dist/fonts/tfm/public/bbold/bbold10.tfm + texmf-dist/fonts/tfm/public/bbold/bbold12.tfm + texmf-dist/fonts/tfm/public/bbold/bbold17.tfm + texmf-dist/fonts/tfm/public/bbold/bbold5.tfm + texmf-dist/fonts/tfm/public/bbold/bbold6.tfm + texmf-dist/fonts/tfm/public/bbold/bbold7.tfm + texmf-dist/fonts/tfm/public/bbold/bbold8.tfm + texmf-dist/fonts/tfm/public/bbold/bbold9.tfm + texmf-dist/tex/latex/bbold/Ubbold.fd + texmf-dist/tex/latex/bbold/bbold.sty +catalogue-ctan /fonts/bbold +catalogue-date 2009-09-24 15:05:48 +0200 +catalogue-license bsd +catalogue-version 1.01 + +name bclogo +category Package +revision 15878 +shortdesc Creating colourful boxes with logos. +longdesc The package facilitates the creation of colorful boxes with a +longdesc title and logo. It may use either tikz or PSTricks as graphics +longdesc engine. +docfiles size=425 + texmf-dist/doc/latex/bclogo/LISEZ-MOI + texmf-dist/doc/latex/bclogo/README details="Readme (English)" language="en" + texmf-dist/doc/latex/bclogo/README.latex + texmf-dist/doc/latex/bclogo/bcbombe.eps + texmf-dist/doc/latex/bclogo/bcbombe.pdf + texmf-dist/doc/latex/bclogo/bccalendrier.eps + texmf-dist/doc/latex/bclogo/bccalendrier.pdf + texmf-dist/doc/latex/bclogo/bccube.eps + texmf-dist/doc/latex/bclogo/bccube.pdf + texmf-dist/doc/latex/bclogo/bcdallemagne.eps + texmf-dist/doc/latex/bclogo/bcdallemagne.pdf + texmf-dist/doc/latex/bclogo/bcdbelgique.eps + texmf-dist/doc/latex/bclogo/bcdbelgique.pdf + texmf-dist/doc/latex/bclogo/bcdfrance.eps + texmf-dist/doc/latex/bclogo/bcdfrance.pdf + texmf-dist/doc/latex/bclogo/bcditalie.eps + texmf-dist/doc/latex/bclogo/bcditalie.pdf + texmf-dist/doc/latex/bclogo/bcdodecaedre.eps + texmf-dist/doc/latex/bclogo/bcdodecaedre.pdf + texmf-dist/doc/latex/bclogo/bcdpaysbas.eps + texmf-dist/doc/latex/bclogo/bcdpaysbas.pdf + texmf-dist/doc/latex/bclogo/bceclaircie.eps + texmf-dist/doc/latex/bclogo/bceclaircie.pdf + texmf-dist/doc/latex/bclogo/bchorloge.eps + texmf-dist/doc/latex/bclogo/bchorloge.pdf + texmf-dist/doc/latex/bclogo/bcicosaedre.eps + texmf-dist/doc/latex/bclogo/bcicosaedre.pdf + texmf-dist/doc/latex/bclogo/bcinterdit.eps + texmf-dist/doc/latex/bclogo/bcinterdit.pdf + texmf-dist/doc/latex/bclogo/bclogo-doc.pdf + texmf-dist/doc/latex/bclogo/bclogo-doc.tex + texmf-dist/doc/latex/bclogo/bcneige.eps + texmf-dist/doc/latex/bclogo/bcneige.pdf + texmf-dist/doc/latex/bclogo/bcoctaedre.eps + texmf-dist/doc/latex/bclogo/bcoctaedre.pdf + texmf-dist/doc/latex/bclogo/bcpluie.eps + texmf-dist/doc/latex/bclogo/bcpluie.pdf + texmf-dist/doc/latex/bclogo/bcpoisson.eps + texmf-dist/doc/latex/bclogo/bcpoisson.pdf + texmf-dist/doc/latex/bclogo/bcrosevents.eps + texmf-dist/doc/latex/bclogo/bcrosevents.pdf + texmf-dist/doc/latex/bclogo/bcsoleil.eps + texmf-dist/doc/latex/bclogo/bcsoleil.pdf + texmf-dist/doc/latex/bclogo/bcstop.eps + texmf-dist/doc/latex/bclogo/bcstop.pdf + texmf-dist/doc/latex/bclogo/bctetraedre.eps + texmf-dist/doc/latex/bclogo/bctetraedre.pdf + texmf-dist/doc/latex/bclogo/bcying.eps + texmf-dist/doc/latex/bclogo/bcying.pdf + texmf-dist/doc/latex/bclogo/brace.eps + texmf-dist/doc/latex/bclogo/brace.pdf + texmf-dist/doc/latex/bclogo/losanges.eps + texmf-dist/doc/latex/bclogo/losanges.pdf + texmf-dist/doc/latex/bclogo/spir.eps + texmf-dist/doc/latex/bclogo/spir.pdf +runfiles size=111 + texmf-dist/tex/latex/bclogo/bc-attention.eps + texmf-dist/tex/latex/bclogo/bc-attention.pdf + texmf-dist/tex/latex/bclogo/bc-aux-301.eps + texmf-dist/tex/latex/bclogo/bc-aux-301.pdf + texmf-dist/tex/latex/bclogo/bc-book.eps + texmf-dist/tex/latex/bclogo/bc-book.pdf + texmf-dist/tex/latex/bclogo/bc-coeur.eps + texmf-dist/tex/latex/bclogo/bc-coeur.pdf + texmf-dist/tex/latex/bclogo/bc-crayon.eps + texmf-dist/tex/latex/bclogo/bc-crayon.pdf + texmf-dist/tex/latex/bclogo/bc-danger.eps + texmf-dist/tex/latex/bclogo/bc-danger.pdf + texmf-dist/tex/latex/bclogo/bc-dz.eps + texmf-dist/tex/latex/bclogo/bc-dz.pdf + texmf-dist/tex/latex/bclogo/bc-etoile.eps + texmf-dist/tex/latex/bclogo/bc-etoile.pdf + texmf-dist/tex/latex/bclogo/bc-fleur.eps + texmf-dist/tex/latex/bclogo/bc-fleur.pdf + texmf-dist/tex/latex/bclogo/bc-info.eps + texmf-dist/tex/latex/bclogo/bc-info.pdf + texmf-dist/tex/latex/bclogo/bc-inter.eps + texmf-dist/tex/latex/bclogo/bc-inter.pdf + texmf-dist/tex/latex/bclogo/bc-lampe.eps + texmf-dist/tex/latex/bclogo/bc-lampe.pdf + texmf-dist/tex/latex/bclogo/bc-note.eps + texmf-dist/tex/latex/bclogo/bc-note.pdf + texmf-dist/tex/latex/bclogo/bc-orne.eps + texmf-dist/tex/latex/bclogo/bc-orne.pdf + texmf-dist/tex/latex/bclogo/bc-ours.eps + texmf-dist/tex/latex/bclogo/bc-ours.pdf + texmf-dist/tex/latex/bclogo/bc-plume.eps + texmf-dist/tex/latex/bclogo/bc-plume.pdf + texmf-dist/tex/latex/bclogo/bc-smiley-bonnehumeur.eps + texmf-dist/tex/latex/bclogo/bc-smiley-bonnehumeur.pdf + texmf-dist/tex/latex/bclogo/bc-smiley-mauvaisehumeur.eps + texmf-dist/tex/latex/bclogo/bc-smiley-mauvaisehumeur.pdf + texmf-dist/tex/latex/bclogo/bc-takecare.eps + texmf-dist/tex/latex/bclogo/bc-takecare.pdf + texmf-dist/tex/latex/bclogo/bc-trefle.eps + texmf-dist/tex/latex/bclogo/bc-trefle.pdf + texmf-dist/tex/latex/bclogo/bclogo.sty +catalogue-ctan /graphics/bclogo +catalogue-date 2009-09-29 20:49:14 +0200 +catalogue-license lppl +catalogue-version 2.24 + +name beamer +category Package +revision 15878 +shortdesc A LaTeX class for producing presentations and slides. +longdesc The beamer LaTeX class can be used for producing slides. Its +longdesc functionality is similar to Prosper but does not need any +longdesc external programs and can directly produce a presentation using +longdesc pdflatex. Beamer uses pgf for pdf/ps independent graphics. +longdesc Frames are created using \frame{...}, and a frame can build +longdesc multiple slides through a simple notation for specifying +longdesc material for each slide within a frame. Beamer supports +longdesc bibliographies, appendicies and transitions. Short versions of +longdesc title, authors, institute can also be specified as optional +longdesc parameters. A \plainframe{} allows a picture, for example, to +longdesc fill the whole frame. Support figure and table environments, +longdesc transparency effects, a \transduration command, animation +longdesc commands, a pauses environment. Beamer also provides +longdesc compatibility with other packages like prosper. +depend pgf +depend xcolor +docfiles size=1007 + texmf-dist/doc/latex/beamer/AUTHORS + texmf-dist/doc/latex/beamer/ChangeLog + texmf-dist/doc/latex/beamer/FILES + texmf-dist/doc/latex/beamer/INSTALL + texmf-dist/doc/latex/beamer/README + texmf-dist/doc/latex/beamer/TODO + texmf-dist/doc/latex/beamer/doc/Makefile + texmf-dist/doc/latex/beamer/doc/beamercolorthemeexample.tex + texmf-dist/doc/latex/beamer/doc/beamerfontthemeexample.tex + texmf-dist/doc/latex/beamer/doc/beamerinnerthemeexample.tex + texmf-dist/doc/latex/beamer/doc/beamerouterthemeexample.tex + texmf-dist/doc/latex/beamer/doc/beamerthemeexample.tex + texmf-dist/doc/latex/beamer/doc/beamerthemeexamplebase.tex + texmf-dist/doc/latex/beamer/doc/beamerug-animations.tex + texmf-dist/doc/latex/beamer/doc/beamerug-color.tex + texmf-dist/doc/latex/beamer/doc/beamerug-compatibility.tex + texmf-dist/doc/latex/beamer/doc/beamerug-elements.tex + texmf-dist/doc/latex/beamer/doc/beamerug-emulation.tex + texmf-dist/doc/latex/beamer/doc/beamerug-fonts.tex + texmf-dist/doc/latex/beamer/doc/beamerug-frames.tex + texmf-dist/doc/latex/beamer/doc/beamerug-globalstructure.tex + texmf-dist/doc/latex/beamer/doc/beamerug-graphics.tex + texmf-dist/doc/latex/beamer/doc/beamerug-guidelines.tex + texmf-dist/doc/latex/beamer/doc/beamerug-installation.tex + texmf-dist/doc/latex/beamer/doc/beamerug-interaction.tex + texmf-dist/doc/latex/beamer/doc/beamerug-introduction.tex + texmf-dist/doc/latex/beamer/doc/beamerug-license.tex + texmf-dist/doc/latex/beamer/doc/beamerug-localstructure.tex + texmf-dist/doc/latex/beamer/doc/beamerug-macros.tex + texmf-dist/doc/latex/beamer/doc/beamerug-nonpresentation.tex + texmf-dist/doc/latex/beamer/doc/beamerug-notes.tex + texmf-dist/doc/latex/beamer/doc/beamerug-overlays.tex + texmf-dist/doc/latex/beamer/doc/beamerug-solutions.tex + texmf-dist/doc/latex/beamer/doc/beamerug-themes.tex + texmf-dist/doc/latex/beamer/doc/beamerug-transparancies.tex + texmf-dist/doc/latex/beamer/doc/beamerug-tricks.tex + texmf-dist/doc/latex/beamer/doc/beamerug-tutorial.tex + texmf-dist/doc/latex/beamer/doc/beamerug-twoscreens.tex + texmf-dist/doc/latex/beamer/doc/beamerug-workflow.tex + texmf-dist/doc/latex/beamer/doc/beameruserguide.pdf + texmf-dist/doc/latex/beamer/doc/beameruserguide.tex + texmf-dist/doc/latex/beamer/doc/licenses/LICENSE + texmf-dist/doc/latex/beamer/doc/licenses/gnu-free-documentation-license-1.2.txt + texmf-dist/doc/latex/beamer/doc/licenses/gnu-public-license-2.txt + texmf-dist/doc/latex/beamer/doc/licenses/latex-project-public-license-1.3c.txt + texmf-dist/doc/latex/beamer/doc/licenses/manifest-code.txt + texmf-dist/doc/latex/beamer/doc/licenses/manifest-documentation.txt + texmf-dist/doc/latex/beamer/examples/a-conference-talk/beamerexample-conference-talk.pdf + texmf-dist/doc/latex/beamer/examples/a-conference-talk/beamerexample-conference-talk.tex + texmf-dist/doc/latex/beamer/examples/a-lecture/beamerexample-lecture-beamer-version.pdf + texmf-dist/doc/latex/beamer/examples/a-lecture/beamerexample-lecture-beamer-version.tex + texmf-dist/doc/latex/beamer/examples/a-lecture/beamerexample-lecture-body.tex + texmf-dist/doc/latex/beamer/examples/a-lecture/beamerexample-lecture-logo.pdf + texmf-dist/doc/latex/beamer/examples/a-lecture/beamerexample-lecture-pic1.jpg + texmf-dist/doc/latex/beamer/examples/a-lecture/beamerexample-lecture-pic2.jpg + texmf-dist/doc/latex/beamer/examples/a-lecture/beamerexample-lecture-pic3.jpg + texmf-dist/doc/latex/beamer/examples/a-lecture/beamerexample-lecture-pic4.jpg + texmf-dist/doc/latex/beamer/examples/a-lecture/beamerexample-lecture-pic5.jpg + texmf-dist/doc/latex/beamer/examples/a-lecture/beamerexample-lecture-pic6.jpg + texmf-dist/doc/latex/beamer/examples/a-lecture/beamerexample-lecture-print-version.pdf + texmf-dist/doc/latex/beamer/examples/a-lecture/beamerexample-lecture-print-version.tex + texmf-dist/doc/latex/beamer/examples/a-lecture/beamerexample-lecture-style.tex + texmf-dist/doc/latex/beamer/examples/lyx-based-presentation/beamerexample-lyx.lyx + texmf-dist/doc/latex/beamer/solutions/conference-talks/conference-ornate-20min.de.lyx + texmf-dist/doc/latex/beamer/solutions/conference-talks/conference-ornate-20min.de.tex + texmf-dist/doc/latex/beamer/solutions/conference-talks/conference-ornate-20min.en.lyx + texmf-dist/doc/latex/beamer/solutions/conference-talks/conference-ornate-20min.en.tex + texmf-dist/doc/latex/beamer/solutions/conference-talks/conference-ornate-20min.fr.tex + texmf-dist/doc/latex/beamer/solutions/generic-talks/generic-ornate-15min-45min.de.lyx + texmf-dist/doc/latex/beamer/solutions/generic-talks/generic-ornate-15min-45min.de.tex + texmf-dist/doc/latex/beamer/solutions/generic-talks/generic-ornate-15min-45min.en.lyx + texmf-dist/doc/latex/beamer/solutions/generic-talks/generic-ornate-15min-45min.en.tex + texmf-dist/doc/latex/beamer/solutions/generic-talks/generic-ornate-15min-45min.fr.tex + texmf-dist/doc/latex/beamer/solutions/short-talks/speaker_introduction-ornate-2min.de.lyx + texmf-dist/doc/latex/beamer/solutions/short-talks/speaker_introduction-ornate-2min.de.tex + texmf-dist/doc/latex/beamer/solutions/short-talks/speaker_introduction-ornate-2min.en.lyx + texmf-dist/doc/latex/beamer/solutions/short-talks/speaker_introduction-ornate-2min.en.tex + texmf-dist/doc/latex/beamer/solutions/short-talks/speaker_introduction-ornate-2min.fr.tex +runfiles size=215 + texmf-dist/tex/latex/beamer/art/beamericonarticle.20.eps + texmf-dist/tex/latex/beamer/art/beamericonarticle.20.pdf + texmf-dist/tex/latex/beamer/art/beamericonarticle.eps + texmf-dist/tex/latex/beamer/art/beamericonarticle.pdf + texmf-dist/tex/latex/beamer/art/beamericonarticle.tex + texmf-dist/tex/latex/beamer/art/beamericonbook.20.eps + texmf-dist/tex/latex/beamer/art/beamericonbook.20.pdf + texmf-dist/tex/latex/beamer/art/beamericonbook.eps + texmf-dist/tex/latex/beamer/art/beamericonbook.pdf + texmf-dist/tex/latex/beamer/art/beamericonbook.tex + texmf-dist/tex/latex/beamer/beamer.cls + texmf-dist/tex/latex/beamer/beamerarticle.sty + texmf-dist/tex/latex/beamer/beamerbasearticle.sty + texmf-dist/tex/latex/beamer/beamerbaseauxtemplates.sty + texmf-dist/tex/latex/beamer/beamerbaseboxes.sty + texmf-dist/tex/latex/beamer/beamerbasecolor.sty + texmf-dist/tex/latex/beamer/beamerbasecompatibility.sty + texmf-dist/tex/latex/beamer/beamerbasedecode.sty + texmf-dist/tex/latex/beamer/beamerbaseexercise.sty + texmf-dist/tex/latex/beamer/beamerbasefont.sty + texmf-dist/tex/latex/beamer/beamerbaseframe.sty + texmf-dist/tex/latex/beamer/beamerbaseframecomponents.sty + texmf-dist/tex/latex/beamer/beamerbaseframesize.sty + texmf-dist/tex/latex/beamer/beamerbaselocalstructure.sty + texmf-dist/tex/latex/beamer/beamerbasemisc.sty + texmf-dist/tex/latex/beamer/beamerbasemodes.sty + texmf-dist/tex/latex/beamer/beamerbasenavigation.sty + texmf-dist/tex/latex/beamer/beamerbasenotes.sty + texmf-dist/tex/latex/beamer/beamerbaseoptions.sty + texmf-dist/tex/latex/beamer/beamerbaseoverlay.sty + texmf-dist/tex/latex/beamer/beamerbasercs.sty + texmf-dist/tex/latex/beamer/beamerbasesection.sty + texmf-dist/tex/latex/beamer/beamerbasetemplates.sty + texmf-dist/tex/latex/beamer/beamerbasethemes.sty + texmf-dist/tex/latex/beamer/beamerbasetheorems.sty + texmf-dist/tex/latex/beamer/beamerbasetitle.sty + texmf-dist/tex/latex/beamer/beamerbasetoc.sty + texmf-dist/tex/latex/beamer/beamerbasetwoscreens.sty + texmf-dist/tex/latex/beamer/beamerbaseverbatim.sty + texmf-dist/tex/latex/beamer/emulation/beamerfoils.sty + texmf-dist/tex/latex/beamer/emulation/beamerprosper.sty + texmf-dist/tex/latex/beamer/emulation/beamerseminar.sty + texmf-dist/tex/latex/beamer/emulation/beamertexpower.sty + texmf-dist/tex/latex/beamer/emulation/examples/beamerexample-foils.tex + texmf-dist/tex/latex/beamer/emulation/examples/beamerexample-prosper.tex + texmf-dist/tex/latex/beamer/emulation/examples/beamerexample-seminar.tex + texmf-dist/tex/latex/beamer/emulation/examples/beamerexample-texpower.tex + texmf-dist/tex/latex/beamer/multimedia/multimedia.sty + texmf-dist/tex/latex/beamer/multimedia/multimediasymbols.sty + texmf-dist/tex/latex/beamer/multimedia/xmpmulti.sty + texmf-dist/tex/latex/beamer/themes/color/beamercolorthemealbatross.sty + texmf-dist/tex/latex/beamer/themes/color/beamercolorthemebeaver.sty + texmf-dist/tex/latex/beamer/themes/color/beamercolorthemebeetle.sty + texmf-dist/tex/latex/beamer/themes/color/beamercolorthemecrane.sty + texmf-dist/tex/latex/beamer/themes/color/beamercolorthemedefault.sty + texmf-dist/tex/latex/beamer/themes/color/beamercolorthemedolphin.sty + texmf-dist/tex/latex/beamer/themes/color/beamercolorthemedove.sty + texmf-dist/tex/latex/beamer/themes/color/beamercolorthemefly.sty + texmf-dist/tex/latex/beamer/themes/color/beamercolorthemelily.sty + texmf-dist/tex/latex/beamer/themes/color/beamercolorthemeorchid.sty + texmf-dist/tex/latex/beamer/themes/color/beamercolorthemerose.sty + texmf-dist/tex/latex/beamer/themes/color/beamercolorthemeseagull.sty + texmf-dist/tex/latex/beamer/themes/color/beamercolorthemeseahorse.sty + texmf-dist/tex/latex/beamer/themes/color/beamercolorthemesidebartab.sty + texmf-dist/tex/latex/beamer/themes/color/beamercolorthemestructure.sty + texmf-dist/tex/latex/beamer/themes/color/beamercolorthemewhale.sty + texmf-dist/tex/latex/beamer/themes/color/beamercolorthemewolverine.sty + texmf-dist/tex/latex/beamer/themes/font/beamerfontthemedefault.sty + texmf-dist/tex/latex/beamer/themes/font/beamerfontthemeprofessionalfonts.sty + texmf-dist/tex/latex/beamer/themes/font/beamerfontthemeserif.sty + texmf-dist/tex/latex/beamer/themes/font/beamerfontthemestructurebold.sty + texmf-dist/tex/latex/beamer/themes/font/beamerfontthemestructureitalicserif.sty + texmf-dist/tex/latex/beamer/themes/font/beamerfontthemestructuresmallcapsserif.sty + texmf-dist/tex/latex/beamer/themes/inner/beamerinnerthemecircles.sty + texmf-dist/tex/latex/beamer/themes/inner/beamerinnerthemedefault.sty + texmf-dist/tex/latex/beamer/themes/inner/beamerinnerthemeinmargin.sty + texmf-dist/tex/latex/beamer/themes/inner/beamerinnerthemerectangles.sty + texmf-dist/tex/latex/beamer/themes/inner/beamerinnerthemerounded.sty + texmf-dist/tex/latex/beamer/themes/outer/beamerouterthemedefault.sty + texmf-dist/tex/latex/beamer/themes/outer/beamerouterthemeinfolines.sty + texmf-dist/tex/latex/beamer/themes/outer/beamerouterthememiniframes.sty + texmf-dist/tex/latex/beamer/themes/outer/beamerouterthemeshadow.sty + texmf-dist/tex/latex/beamer/themes/outer/beamerouterthemesidebar.sty + texmf-dist/tex/latex/beamer/themes/outer/beamerouterthemesmoothbars.sty + texmf-dist/tex/latex/beamer/themes/outer/beamerouterthemesmoothtree.sty + texmf-dist/tex/latex/beamer/themes/outer/beamerouterthemesplit.sty + texmf-dist/tex/latex/beamer/themes/outer/beamerouterthemetree.sty + texmf-dist/tex/latex/beamer/themes/theme/beamerthemeAnnArbor.sty + texmf-dist/tex/latex/beamer/themes/theme/beamerthemeAntibes.sty + texmf-dist/tex/latex/beamer/themes/theme/beamerthemeBergen.sty + texmf-dist/tex/latex/beamer/themes/theme/beamerthemeBerkeley.sty + texmf-dist/tex/latex/beamer/themes/theme/beamerthemeBerlin.sty + texmf-dist/tex/latex/beamer/themes/theme/beamerthemeBoadilla.sty + texmf-dist/tex/latex/beamer/themes/theme/beamerthemeCambridgeUS.sty + texmf-dist/tex/latex/beamer/themes/theme/beamerthemeCopenhagen.sty + texmf-dist/tex/latex/beamer/themes/theme/beamerthemeDarmstadt.sty + texmf-dist/tex/latex/beamer/themes/theme/beamerthemeDresden.sty + texmf-dist/tex/latex/beamer/themes/theme/beamerthemeFrankfurt.sty + texmf-dist/tex/latex/beamer/themes/theme/beamerthemeGoettingen.sty + texmf-dist/tex/latex/beamer/themes/theme/beamerthemeHannover.sty + texmf-dist/tex/latex/beamer/themes/theme/beamerthemeIlmenau.sty + texmf-dist/tex/latex/beamer/themes/theme/beamerthemeJuanLesPins.sty + texmf-dist/tex/latex/beamer/themes/theme/beamerthemeLuebeck.sty + texmf-dist/tex/latex/beamer/themes/theme/beamerthemeMadrid.sty + texmf-dist/tex/latex/beamer/themes/theme/beamerthemeMalmoe.sty + texmf-dist/tex/latex/beamer/themes/theme/beamerthemeMarburg.sty + texmf-dist/tex/latex/beamer/themes/theme/beamerthemeMontpellier.sty + texmf-dist/tex/latex/beamer/themes/theme/beamerthemePaloAlto.sty + texmf-dist/tex/latex/beamer/themes/theme/beamerthemePittsburgh.sty + texmf-dist/tex/latex/beamer/themes/theme/beamerthemeRochester.sty + texmf-dist/tex/latex/beamer/themes/theme/beamerthemeSingapore.sty + texmf-dist/tex/latex/beamer/themes/theme/beamerthemeSzeged.sty + texmf-dist/tex/latex/beamer/themes/theme/beamerthemeWarsaw.sty + texmf-dist/tex/latex/beamer/themes/theme/beamerthemeboxes.sty + texmf-dist/tex/latex/beamer/themes/theme/beamerthemedefault.sty + texmf-dist/tex/latex/beamer/themes/theme/compatibility/beamerthemebars.sty + texmf-dist/tex/latex/beamer/themes/theme/compatibility/beamerthemeclassic.sty + texmf-dist/tex/latex/beamer/themes/theme/compatibility/beamerthemecompatibility.sty + texmf-dist/tex/latex/beamer/themes/theme/compatibility/beamerthemelined.sty + texmf-dist/tex/latex/beamer/themes/theme/compatibility/beamerthemeplain.sty + texmf-dist/tex/latex/beamer/themes/theme/compatibility/beamerthemeshadow.sty + texmf-dist/tex/latex/beamer/themes/theme/compatibility/beamerthemesidebar.sty + texmf-dist/tex/latex/beamer/themes/theme/compatibility/beamerthemesplit.sty + texmf-dist/tex/latex/beamer/themes/theme/compatibility/beamerthemetree.sty +catalogue-ctan /macros/latex/contrib/beamer +catalogue-date 2007-03-12 10:00:13 +0100 +catalogue-license gpl +catalogue-version 3.07 + +name beamer-FUBerlin +category Package +revision 15878 +shortdesc Beamer, using the style of FU Berlin. +longdesc The bundle provides a beamer-derived class and a theme style +longdesc file for the corporate design of the Free University in Berlin. +longdesc Users may use the class itself (FUbeamer) or use the theme in +longdesc the usual way with \usetheme{BerlinFU}. Examples of using both +longdesc the class and the theme are provided; the PDF is visually +longdesc identical, so the catalogue only lists one; the sources of the +longdesc examples do of course differ. +docfiles size=248 + texmf-dist/doc/latex/beamer-FUBerlin/Changes + texmf-dist/doc/latex/beamer-FUBerlin/FULogo.png + texmf-dist/doc/latex/beamer-FUBerlin/FUbib.jpg + texmf-dist/doc/latex/beamer-FUBerlin/FUlogo.pdf + texmf-dist/doc/latex/beamer-FUBerlin/README details="Readme" + texmf-dist/doc/latex/beamer-FUBerlin/exampleClass.pdf details="Example of use of the class" + texmf-dist/doc/latex/beamer-FUBerlin/exampleClass.tex + texmf-dist/doc/latex/beamer-FUBerlin/exampleTheme.pdf + texmf-dist/doc/latex/beamer-FUBerlin/exampleTheme.tex + texmf-dist/doc/latex/beamer-FUBerlin/geo.jpg + texmf-dist/doc/latex/beamer-FUBerlin/silberlaube2.jpg +runfiles size=6 + texmf-dist/tex/latex/beamer-FUBerlin/FUbeamer.cls + texmf-dist/tex/latex/beamer-FUBerlin/beamercolorthemeBerlinFU.sty + texmf-dist/tex/latex/beamer-FUBerlin/beamerfontthemeBerlinFU.sty + texmf-dist/tex/latex/beamer-FUBerlin/beamerouterthemeBerlinFU.sty + texmf-dist/tex/latex/beamer-FUBerlin/beamerthemeBerlinFU.sty +catalogue-ctan /macros/latex/contrib/beamer-FUBerlin +catalogue-date 2009-08-11 19:19:50 +0200 +catalogue-license lppl +catalogue-version 0.02 + +name beamer-contrib +category Package +revision 15878 +catalogue beamerthemejltree +shortdesc Contributed beamer theme. +longdesc A theme for beamer presentations. +docfiles size=1 + texmf-dist/doc/latex/beamer-contrib/README.themes +runfiles size=1 + texmf-dist/tex/latex/beamer-contrib/beamerthemeJLTree.sty +catalogue-ctan /macros/latex/contrib/beamer-contrib/themes/beamerthemeJLTree.sty +catalogue-date 2007-02-23 12:17:35 +0100 +catalogue-license gpl +catalogue-version 1.1 + +name beamer-tut-pt +category Package +revision 15878 +shortdesc An introduction to the Beamer class, in Portuguese. +docfiles size=1022 + texmf-dist/doc/latex/beamer-tut-pt/AnnArbor1.ps + texmf-dist/doc/latex/beamer-tut-pt/AnnArbor2.ps + texmf-dist/doc/latex/beamer-tut-pt/CambridgeUS1.ps + texmf-dist/doc/latex/beamer-tut-pt/CambridgeUS2.ps + texmf-dist/doc/latex/beamer-tut-pt/LEIAME + texmf-dist/doc/latex/beamer-tut-pt/README + texmf-dist/doc/latex/beamer-tut-pt/anim1.ps + texmf-dist/doc/latex/beamer-tut-pt/anim2.ps + texmf-dist/doc/latex/beamer-tut-pt/anim3.ps + texmf-dist/doc/latex/beamer-tut-pt/anim4.ps + texmf-dist/doc/latex/beamer-tut-pt/automato1.jpg + texmf-dist/doc/latex/beamer-tut-pt/automato2.jpg + texmf-dist/doc/latex/beamer-tut-pt/automato3.jpg + texmf-dist/doc/latex/beamer-tut-pt/automato4.jpg + texmf-dist/doc/latex/beamer-tut-pt/automato5.jpg + texmf-dist/doc/latex/beamer-tut-pt/berkeley1.ps + texmf-dist/doc/latex/beamer-tut-pt/berkeley2.ps + texmf-dist/doc/latex/beamer-tut-pt/blocos.ps + texmf-dist/doc/latex/beamer-tut-pt/boadilla1.ps + texmf-dist/doc/latex/beamer-tut-pt/boadilla2.ps + texmf-dist/doc/latex/beamer-tut-pt/exemplo.tex + texmf-dist/doc/latex/beamer-tut-pt/madrid1.ps + texmf-dist/doc/latex/beamer-tut-pt/madrid2.ps + texmf-dist/doc/latex/beamer-tut-pt/montpellier1.ps + texmf-dist/doc/latex/beamer-tut-pt/montpellier2.ps + texmf-dist/doc/latex/beamer-tut-pt/tutorialbeamer.pdf language="pt" + texmf-dist/doc/latex/beamer-tut-pt/tutorialbeamer.tex + texmf-dist/doc/latex/beamer-tut-pt/ufpellogo.jpg +catalogue-ctan /info/portuguese/beamer +catalogue-date 2007-03-05 14:17:42 +0100 +catalogue-license gpl + +name beamerposter +category Package +revision 15878 +shortdesc Extend beamer and a0poster for custom sized posters. +longdesc The package enables the user to use beamer style operations on +longdesc a canvas of the sizes provided by a0poster; font scaling is +longdesc available (using packages such as type1cm if necessary). In +longdesc addition, the package allows the user to benefit from the nice +longdesc colour box handling and alignment provided by the beamer class +longdesc (for example, with rounded corners and shadows). Good looking +longdesc posters may be created very rapidly. Features include: - +longdesc scalable fonts using the fp and type1cm packages; - posters in +longdesc A-series sizes, and custom sizes like double A0 are possible; - +longdesc still applicable to custom beamer slides, e.g. 16:9 slides for +longdesc a wide-screen (i.e. 1.78 aspect ratio); - orientation may be +longdesc portrait or landscape; - a 'debug mode' is provided. +docfiles size=2 + texmf-dist/doc/latex/beamerposter/README details="Readme" + texmf-dist/doc/latex/beamerposter/example.tex +runfiles size=2 + texmf-dist/tex/latex/beamerposter/beamerposter.sty +catalogue-ctan /macros/latex/contrib/beamerposter +catalogue-date 2008-09-11 15:08:12 +0200 +catalogue-license lppl +catalogue-version 1.07 + +name beebe +category Package +revision 15878 +runfiles size=1099 + texmf-dist/bibtex/bib/beebe/gut.bib + texmf-dist/bibtex/bib/beebe/komoedie.bib + texmf-dist/bibtex/bib/beebe/texbook1.bib + texmf-dist/bibtex/bib/beebe/texbook2.bib + texmf-dist/bibtex/bib/beebe/texbook3.bib + texmf-dist/bibtex/bib/beebe/texgraph.bib + texmf-dist/bibtex/bib/beebe/texjourn.bib + texmf-dist/bibtex/bib/beebe/texnique.bib + texmf-dist/bibtex/bib/beebe/tugboat.bib + texmf-dist/bibtex/bst/beebe/aaai-named.bst + texmf-dist/bibtex/bst/beebe/abstract.bst + texmf-dist/bibtex/bst/beebe/annotate.bst + texmf-dist/bibtex/bst/beebe/annotation.bst + texmf-dist/bibtex/bst/beebe/apa.bst + texmf-dist/bibtex/bst/beebe/apalike2.bst + texmf-dist/bibtex/bst/beebe/astron.bst + texmf-dist/bibtex/bst/beebe/authordate1.bst + texmf-dist/bibtex/bst/beebe/authordate2.bst + texmf-dist/bibtex/bst/beebe/authordate3.bst + texmf-dist/bibtex/bst/beebe/authordate4.bst + texmf-dist/bibtex/bst/beebe/bbs.bst + texmf-dist/bibtex/bst/beebe/bibtoref.bst + texmf-dist/bibtex/bst/beebe/cbe.bst + texmf-dist/bibtex/bst/beebe/chicagoa.bst + texmf-dist/bibtex/bst/beebe/econometrica.bst + texmf-dist/bibtex/bst/beebe/humanbio.bst + texmf-dist/bibtex/bst/beebe/humannat.bst + texmf-dist/bibtex/bst/beebe/is-abbrv.bst + texmf-dist/bibtex/bst/beebe/is-alpha.bst + texmf-dist/bibtex/bst/beebe/is-plain.bst + texmf-dist/bibtex/bst/beebe/is-unsrt.bst + texmf-dist/bibtex/bst/beebe/jas99.bst + texmf-dist/bibtex/bst/beebe/jbact.bst + texmf-dist/bibtex/bst/beebe/jmb.bst + texmf-dist/bibtex/bst/beebe/jtb.bst + texmf-dist/bibtex/bst/beebe/jthcarsu.bst + texmf-dist/bibtex/bst/beebe/named.bst + texmf-dist/bibtex/bst/beebe/namunsrt.bst + texmf-dist/bibtex/bst/beebe/nar.bst + texmf-dist/bibtex/bst/beebe/newapa.bst + texmf-dist/bibtex/bst/beebe/phaip.bst + texmf-dist/bibtex/bst/beebe/phapalik.bst + texmf-dist/bibtex/bst/beebe/phcpc.bst + texmf-dist/bibtex/bst/beebe/phiaea.bst + texmf-dist/bibtex/bst/beebe/phjcp.bst + texmf-dist/bibtex/bst/beebe/phnf.bst + texmf-dist/bibtex/bst/beebe/phnflet.bst + texmf-dist/bibtex/bst/beebe/phpf.bst + texmf-dist/bibtex/bst/beebe/phppcf.bst + texmf-dist/bibtex/bst/beebe/phreport.bst + texmf-dist/bibtex/bst/beebe/phrmp.bst + texmf-dist/bibtex/bst/beebe/plainyr.bst + texmf-dist/bibtex/bst/beebe/refer.bst + texmf-dist/bibtex/bst/beebe/xbtxbst.doc + +name begriff +category Package +revision 15878 +shortdesc Typeset Begriffschrift. +longdesc The package defines maths mode commands for typesetting Frege's +longdesc Begriffschrift. +docfiles size=20 + texmf-dist/doc/latex/begriff/COPYING + texmf-dist/doc/latex/begriff/README + texmf-dist/doc/latex/begriff/examples.pdf + texmf-dist/doc/latex/begriff/examples.tex +runfiles size=2 + texmf-dist/tex/latex/begriff/begriff.sty +catalogue-ctan /macros/latex/contrib/begriff +catalogue-date 2007-01-29 23:57:18 +0100 +catalogue-license gpl +catalogue-version 1.6 + +name belleek +category Package +revision 15878 +shortdesc Free replacement for basic MathTime fonts. +longdesc This package replaces the original MathTime fonts, not +longdesc MathTime-Plus or MathTime Professional (the last being the only +longdesc currently available commercial bundle). +execute addMap belleek.map +docfiles size=1 + texmf-dist/doc/fonts/belleek/README details="Readme" +srcfiles size=3 + texmf-dist/source/latex/belleek/my1mtt.fd + texmf-dist/source/latex/belleek/my2mtt.fd + texmf-dist/source/latex/belleek/my3mtt.fd +runfiles size=34 + texmf-dist/fonts/map/dvips/belleek/belleek.map + texmf-dist/fonts/truetype/public/belleek/blex.ttf + texmf-dist/fonts/truetype/public/belleek/blsy.ttf + texmf-dist/fonts/truetype/public/belleek/rblmi.ttf + texmf-dist/fonts/type1/public/belleek/blex.pfb + texmf-dist/fonts/type1/public/belleek/blsy.pfb + texmf-dist/fonts/type1/public/belleek/rblmi.pfb +catalogue-ctan /fonts/belleek/belleek.zip +catalogue-date 2008-11-30 15:59:19 +0100 +catalogue-license pd + +name bengali +category Package +revision 15878 +catalogue bengali-pandey +shortdesc Support for the Bengali language. +longdesc The package is based on Velthuis' transliteration scheme, with +longdesc extensions to deal with the Bengali letters that are not in +longdesc Devanagari. The package also supports Assamese. +srcfiles size=16 + texmf-dist/source/latex/bengali/beng.c + texmf-dist/source/latex/bengali/bengdoc.bn + texmf-dist/source/latex/bengali/example.bn +runfiles size=44 + texmf-dist/fonts/source/public/bengali/bn.mf + texmf-dist/fonts/source/public/bengali/bnbanjon.mf + texmf-dist/fonts/source/public/bengali/bndigit.mf + texmf-dist/fonts/source/public/bengali/bnjuk.mf + texmf-dist/fonts/source/public/bengali/bnkaar.mf + texmf-dist/fonts/source/public/bengali/bnlig.mf + texmf-dist/fonts/source/public/bengali/bnligtbl.mf + texmf-dist/fonts/source/public/bengali/bnmacro.mf + texmf-dist/fonts/source/public/bengali/bnmisc.mf + texmf-dist/fonts/source/public/bengali/bnpunct.mf + texmf-dist/fonts/source/public/bengali/bnr10.mf + texmf-dist/fonts/source/public/bengali/bnsl10.mf + texmf-dist/fonts/source/public/bengali/bnswar.mf + texmf-dist/fonts/source/public/bengali/xbnr10.mf + texmf-dist/fonts/source/public/bengali/xbnsl10.mf + texmf-dist/fonts/source/public/bengali/xbnsupp.mf + texmf-dist/fonts/tfm/public/bengali/bnr10.tfm + texmf-dist/fonts/tfm/public/bengali/bnsl10.tfm + texmf-dist/fonts/tfm/public/bengali/xbnr10.tfm + texmf-dist/fonts/tfm/public/bengali/xbnsl10.tfm + texmf-dist/scripts/bengali/ebong.py + texmf-dist/tex/latex/bengali/beng.sty + texmf-dist/tex/latex/bengali/ubn.fd + texmf-dist/tex/latex/bengali/ubnx.fd +catalogue-ctan /language/bengali/pandey +catalogue-date 2008-10-06 15:30:57 +0200 +catalogue-license noinfo +catalogue-version 2.0 + +name bera +category Package +revision 15878 +shortdesc Bera fonts. +longdesc The package contains the Bera Type 1 fonts, and a zip archive +longdesc containing files to use the fonts with LaTeX. Bera is a set of +longdesc three font families: Bera Serif (a slab-serif Roman), Bera Sans +longdesc (a Frutiger descendant), and Bera Mono (monospaced/typewriter). +longdesc Support for use in LaTeX is also provided. The Bera family is a +longdesc repackaging, for use with TeX, of the Bitstream Vera family. +execute addMap bera.map +docfiles size=10 + texmf-dist/doc/fonts/bera/LICENSE + texmf-dist/doc/fonts/bera/README details="Readme" + texmf-dist/doc/fonts/bera/bera.pdf details="Font samples" + texmf-dist/doc/fonts/bera/bera.txt +runfiles size=249 + texmf-dist/fonts/afm/public/bera/fveb8a.afm + texmf-dist/fonts/afm/public/bera/fver8a.afm + texmf-dist/fonts/afm/public/bera/fvmb8a.afm + texmf-dist/fonts/afm/public/bera/fvmbo8a.afm + texmf-dist/fonts/afm/public/bera/fvmr8a.afm + texmf-dist/fonts/afm/public/bera/fvmro8a.afm + texmf-dist/fonts/afm/public/bera/fvsb8a.afm + texmf-dist/fonts/afm/public/bera/fvsbo8a.afm + texmf-dist/fonts/afm/public/bera/fvsr8a.afm + texmf-dist/fonts/afm/public/bera/fvsro8a.afm + texmf-dist/fonts/map/dvips/bera/bera.map + texmf-dist/fonts/tfm/public/bera/fveb8a.tfm + texmf-dist/fonts/tfm/public/bera/fveb8c.tfm + texmf-dist/fonts/tfm/public/bera/fveb8r.tfm + texmf-dist/fonts/tfm/public/bera/fveb8t.tfm + texmf-dist/fonts/tfm/public/bera/fvebo8c.tfm + texmf-dist/fonts/tfm/public/bera/fvebo8r.tfm + texmf-dist/fonts/tfm/public/bera/fvebo8t.tfm + texmf-dist/fonts/tfm/public/bera/fver8a.tfm + texmf-dist/fonts/tfm/public/bera/fver8c.tfm + texmf-dist/fonts/tfm/public/bera/fver8r.tfm + texmf-dist/fonts/tfm/public/bera/fver8t.tfm + texmf-dist/fonts/tfm/public/bera/fvero8c.tfm + texmf-dist/fonts/tfm/public/bera/fvero8r.tfm + texmf-dist/fonts/tfm/public/bera/fvero8t.tfm + texmf-dist/fonts/tfm/public/bera/fvmb8a.tfm + texmf-dist/fonts/tfm/public/bera/fvmb8c.tfm + texmf-dist/fonts/tfm/public/bera/fvmb8r.tfm + texmf-dist/fonts/tfm/public/bera/fvmb8t.tfm + texmf-dist/fonts/tfm/public/bera/fvmbo8a.tfm + texmf-dist/fonts/tfm/public/bera/fvmbo8c.tfm + texmf-dist/fonts/tfm/public/bera/fvmbo8r.tfm + texmf-dist/fonts/tfm/public/bera/fvmbo8t.tfm + texmf-dist/fonts/tfm/public/bera/fvmr8a.tfm + texmf-dist/fonts/tfm/public/bera/fvmr8c.tfm + texmf-dist/fonts/tfm/public/bera/fvmr8r.tfm + texmf-dist/fonts/tfm/public/bera/fvmr8t.tfm + texmf-dist/fonts/tfm/public/bera/fvmro8a.tfm + texmf-dist/fonts/tfm/public/bera/fvmro8c.tfm + texmf-dist/fonts/tfm/public/bera/fvmro8r.tfm + texmf-dist/fonts/tfm/public/bera/fvmro8t.tfm + texmf-dist/fonts/tfm/public/bera/fvsb8a.tfm + texmf-dist/fonts/tfm/public/bera/fvsb8c.tfm + texmf-dist/fonts/tfm/public/bera/fvsb8r.tfm + texmf-dist/fonts/tfm/public/bera/fvsb8t.tfm + texmf-dist/fonts/tfm/public/bera/fvsbo8a.tfm + texmf-dist/fonts/tfm/public/bera/fvsbo8c.tfm + texmf-dist/fonts/tfm/public/bera/fvsbo8r.tfm + texmf-dist/fonts/tfm/public/bera/fvsbo8t.tfm + texmf-dist/fonts/tfm/public/bera/fvsr8a.tfm + texmf-dist/fonts/tfm/public/bera/fvsr8c.tfm + texmf-dist/fonts/tfm/public/bera/fvsr8r.tfm + texmf-dist/fonts/tfm/public/bera/fvsr8t.tfm + texmf-dist/fonts/tfm/public/bera/fvsro8a.tfm + texmf-dist/fonts/tfm/public/bera/fvsro8c.tfm + texmf-dist/fonts/tfm/public/bera/fvsro8r.tfm + texmf-dist/fonts/tfm/public/bera/fvsro8t.tfm + texmf-dist/fonts/type1/public/bera/fveb8a.pfb + texmf-dist/fonts/type1/public/bera/fver8a.pfb + texmf-dist/fonts/type1/public/bera/fvmb8a.pfb + texmf-dist/fonts/type1/public/bera/fvmbo8a.pfb + texmf-dist/fonts/type1/public/bera/fvmr8a.pfb + texmf-dist/fonts/type1/public/bera/fvmro8a.pfb + texmf-dist/fonts/type1/public/bera/fvsb8a.pfb + texmf-dist/fonts/type1/public/bera/fvsbo8a.pfb + texmf-dist/fonts/type1/public/bera/fvsr8a.pfb + texmf-dist/fonts/type1/public/bera/fvsro8a.pfb + texmf-dist/fonts/vf/public/bera/fveb8c.vf + texmf-dist/fonts/vf/public/bera/fveb8t.vf + texmf-dist/fonts/vf/public/bera/fvebo8c.vf + texmf-dist/fonts/vf/public/bera/fvebo8t.vf + texmf-dist/fonts/vf/public/bera/fver8c.vf + texmf-dist/fonts/vf/public/bera/fver8t.vf + texmf-dist/fonts/vf/public/bera/fvero8c.vf + texmf-dist/fonts/vf/public/bera/fvero8t.vf + texmf-dist/fonts/vf/public/bera/fvmb8c.vf + texmf-dist/fonts/vf/public/bera/fvmb8t.vf + texmf-dist/fonts/vf/public/bera/fvmbo8c.vf + texmf-dist/fonts/vf/public/bera/fvmbo8t.vf + texmf-dist/fonts/vf/public/bera/fvmr8c.vf + texmf-dist/fonts/vf/public/bera/fvmr8t.vf + texmf-dist/fonts/vf/public/bera/fvmro8c.vf + texmf-dist/fonts/vf/public/bera/fvmro8t.vf + texmf-dist/fonts/vf/public/bera/fvsb8c.vf + texmf-dist/fonts/vf/public/bera/fvsb8t.vf + texmf-dist/fonts/vf/public/bera/fvsbo8c.vf + texmf-dist/fonts/vf/public/bera/fvsbo8t.vf + texmf-dist/fonts/vf/public/bera/fvsr8c.vf + texmf-dist/fonts/vf/public/bera/fvsr8t.vf + texmf-dist/fonts/vf/public/bera/fvsro8c.vf + texmf-dist/fonts/vf/public/bera/fvsro8t.vf + texmf-dist/tex/latex/bera/bera.sty + texmf-dist/tex/latex/bera/beramono.sty + texmf-dist/tex/latex/bera/berasans.sty + texmf-dist/tex/latex/bera/beraserif.sty + texmf-dist/tex/latex/bera/t1fve.fd + texmf-dist/tex/latex/bera/t1fvm.fd + texmf-dist/tex/latex/bera/t1fvs.fd + texmf-dist/tex/latex/bera/ts1fve.fd + texmf-dist/tex/latex/bera/ts1fvm.fd + texmf-dist/tex/latex/bera/ts1fvs.fd +catalogue-ctan /fonts/bera +catalogue-date 2008-01-28 20:53:41 +0100 +catalogue-license other-free + +name betababel +category Package +revision 15878 +shortdesc Insert ancient greek text coded in Beta Code. +longdesc The betababel package extends the babel polutonikogreek option +longdesc to provide a simple way to insert ancient Greek texts with +longdesc diacritical characters into your document using the commonly +longdesc used Beta Code transliteration. You can directly insert Beta +longdesc Code texts -- as they can be found at the Perseus project, for +longdesc example -- without modification. +docfiles size=48 + texmf-dist/doc/latex/betababel/betatest.pdf + texmf-dist/doc/latex/betababel/betatest.tex +runfiles size=3 + texmf-dist/tex/latex/betababel/betababel.sty +catalogue-ctan /macros/latex/contrib/betababel +catalogue-date 2009-03-27 13:15:14 +0100 +catalogue-license lppl +catalogue-version 0.5 + +name beton +category Package +revision 15878 +shortdesc Use Concrete fonts. +longdesc Typeset a LaTeX2e document with the Concrete fonts designed by +longdesc Don Knuth and used in his book "Concrete Mathematics". +docfiles size=27 + texmf-dist/doc/latex/beton/beton.pdf + texmf-dist/doc/latex/beton/legal.txt +srcfiles size=5 + texmf-dist/source/latex/beton/beton.dtx + texmf-dist/source/latex/beton/beton.ins +runfiles size=1 + texmf-dist/tex/latex/beton/beton.sty +catalogue-ctan /macros/latex/contrib/beton +catalogue-date 2009-09-24 15:05:48 +0200 +catalogue-license lppl + +name bez123 +category Package +revision 15878 +shortdesc Support for Bezier curves. +longdesc Provides additional facilities in a picture environment for +longdesc drawing linear, cubic, and rational quadratic Bezier curves +longdesc (standard LaTeX only offers non-rational quadratic splines). +longdesc Provides a package multiply that provides a command for +longdesc multiplication of a length without numerical overflow. +docfiles size=72 + texmf-dist/doc/latex/bez123/README details="Readme" + texmf-dist/doc/latex/bez123/bez123.pdf details="Package documentation" +srcfiles size=17 + texmf-dist/source/latex/bez123/bez123.dtx + texmf-dist/source/latex/bez123/bez123.ins +runfiles size=4 + texmf-dist/tex/latex/bez123/bez123.sty + texmf-dist/tex/latex/bez123/multiply.sty +catalogue-ctan /macros/latex/contrib/bez123 +catalogue-date 2009-09-02 11:33:10 +0200 +catalogue-license lppl1.3 +catalogue-version 1.1b + +name bezos +category Package +revision 15878 +shortdesc Packages by Javier Bezos. +longdesc A set of packages that provide: - tools for maths accents; - a +longdesc tool that changes page-numbering in frontmatter to arabic; - a +longdesc tool for making end-environment checking more meaningful; - +longdesc tensorial indexes; - support for multi-file documents; - tools +longdesc for easy entry of Spanish index entries; and - dotless i's and +longdesc j's for maths fonts. +docfiles size=32 + texmf-dist/doc/latex/bezos/README + texmf-dist/doc/latex/bezos/accents.tex + texmf-dist/doc/latex/bezos/bezos.pdf + texmf-dist/doc/latex/bezos/bezos.tex + texmf-dist/doc/latex/bezos/esindex.tex + texmf-dist/doc/latex/bezos/tensind.tex +runfiles size=11 + texmf-dist/tex/latex/bezos/accents.sty + texmf-dist/tex/latex/bezos/arabicfront.sty + texmf-dist/tex/latex/bezos/checkend.sty + texmf-dist/tex/latex/bezos/dotlessi.sty + texmf-dist/tex/latex/bezos/esindex.sty + texmf-dist/tex/latex/bezos/subdocs.sty + texmf-dist/tex/latex/bezos/tensind.sty +catalogue-ctan /macros/latex/contrib/bezos +catalogue-date 2009-06-12 17:03:43 +0200 +catalogue-license lppl + +name bgreek +category Package +revision 15878 +shortdesc Using Beccari's fonts in betacode for classical Greek. +longdesc This package implements a dialect of the Beta Code encoding +longdesc (TLG and Perseus Projects) for typesetting classical Greek +longdesc using Claudio Beccari's Greek Fonts. The package provides +longdesc virtual fonts, to reference Beccari's fonts in bgreek mode, and +longdesc support macros for use with LaTeX. +docfiles size=83 + texmf-dist/doc/latex/bgreek/MANIFEST.TXT + texmf-dist/doc/latex/bgreek/README details="Readme" + texmf-dist/doc/latex/bgreek/bgman.pdf details="Package documentation" + texmf-dist/doc/latex/bgreek/bgman.tex + texmf-dist/doc/latex/bgreek/bgreek.etx + texmf-dist/doc/latex/bgreek/cbgreek.etx + texmf-dist/doc/latex/bgreek/qbgreek.etx +runfiles size=396 + texmf-dist/fonts/tfm/public/bgreek/bgmc0500.tfm + texmf-dist/fonts/tfm/public/bgreek/bgmc0600.tfm + texmf-dist/fonts/tfm/public/bgreek/bgmc0700.tfm + texmf-dist/fonts/tfm/public/bgreek/bgmc0800.tfm + texmf-dist/fonts/tfm/public/bgreek/bgmc0900.tfm + texmf-dist/fonts/tfm/public/bgreek/bgmc1000.tfm + texmf-dist/fonts/tfm/public/bgreek/bgmc1095.tfm + texmf-dist/fonts/tfm/public/bgreek/bgmc1200.tfm + texmf-dist/fonts/tfm/public/bgreek/bgmc1440.tfm + texmf-dist/fonts/tfm/public/bgreek/bgmc1728.tfm + texmf-dist/fonts/tfm/public/bgreek/bgmc2074.tfm + texmf-dist/fonts/tfm/public/bgreek/bgmc2488.tfm + texmf-dist/fonts/tfm/public/bgreek/bgmn0500.tfm + texmf-dist/fonts/tfm/public/bgreek/bgmn0600.tfm + texmf-dist/fonts/tfm/public/bgreek/bgmn0700.tfm + texmf-dist/fonts/tfm/public/bgreek/bgmn0800.tfm + texmf-dist/fonts/tfm/public/bgreek/bgmn0900.tfm + texmf-dist/fonts/tfm/public/bgreek/bgmn1000.tfm + texmf-dist/fonts/tfm/public/bgreek/bgmn1095.tfm + texmf-dist/fonts/tfm/public/bgreek/bgmn1200.tfm + texmf-dist/fonts/tfm/public/bgreek/bgmn1440.tfm + texmf-dist/fonts/tfm/public/bgreek/bgmn1728.tfm + texmf-dist/fonts/tfm/public/bgreek/bgmn2074.tfm + texmf-dist/fonts/tfm/public/bgreek/bgmn2488.tfm + texmf-dist/fonts/tfm/public/bgreek/bgmo0500.tfm + texmf-dist/fonts/tfm/public/bgreek/bgmo0600.tfm + texmf-dist/fonts/tfm/public/bgreek/bgmo0700.tfm + texmf-dist/fonts/tfm/public/bgreek/bgmo0800.tfm + texmf-dist/fonts/tfm/public/bgreek/bgmo0900.tfm + texmf-dist/fonts/tfm/public/bgreek/bgmo1000.tfm + texmf-dist/fonts/tfm/public/bgreek/bgmo1095.tfm + texmf-dist/fonts/tfm/public/bgreek/bgmo1200.tfm + texmf-dist/fonts/tfm/public/bgreek/bgmo1440.tfm + texmf-dist/fonts/tfm/public/bgreek/bgmo1728.tfm + texmf-dist/fonts/tfm/public/bgreek/bgmo2074.tfm + texmf-dist/fonts/tfm/public/bgreek/bgmo2488.tfm + texmf-dist/fonts/tfm/public/bgreek/bgxc0500.tfm + texmf-dist/fonts/tfm/public/bgreek/bgxc0600.tfm + texmf-dist/fonts/tfm/public/bgreek/bgxc0700.tfm + texmf-dist/fonts/tfm/public/bgreek/bgxc0800.tfm + texmf-dist/fonts/tfm/public/bgreek/bgxc0900.tfm + texmf-dist/fonts/tfm/public/bgreek/bgxc1000.tfm + texmf-dist/fonts/tfm/public/bgreek/bgxc1095.tfm + texmf-dist/fonts/tfm/public/bgreek/bgxc1200.tfm + texmf-dist/fonts/tfm/public/bgreek/bgxc1440.tfm + texmf-dist/fonts/tfm/public/bgreek/bgxc1728.tfm + texmf-dist/fonts/tfm/public/bgreek/bgxc2074.tfm + texmf-dist/fonts/tfm/public/bgreek/bgxc2488.tfm + texmf-dist/fonts/tfm/public/bgreek/bgxn0500.tfm + texmf-dist/fonts/tfm/public/bgreek/bgxn0600.tfm + texmf-dist/fonts/tfm/public/bgreek/bgxn0700.tfm + texmf-dist/fonts/tfm/public/bgreek/bgxn0800.tfm + texmf-dist/fonts/tfm/public/bgreek/bgxn0900.tfm + texmf-dist/fonts/tfm/public/bgreek/bgxn1000.tfm + texmf-dist/fonts/tfm/public/bgreek/bgxn1095.tfm + texmf-dist/fonts/tfm/public/bgreek/bgxn1200.tfm + texmf-dist/fonts/tfm/public/bgreek/bgxn1440.tfm + texmf-dist/fonts/tfm/public/bgreek/bgxn1728.tfm + texmf-dist/fonts/tfm/public/bgreek/bgxn2074.tfm + texmf-dist/fonts/tfm/public/bgreek/bgxn2488.tfm + texmf-dist/fonts/tfm/public/bgreek/bgxo0500.tfm + texmf-dist/fonts/tfm/public/bgreek/bgxo0600.tfm + texmf-dist/fonts/tfm/public/bgreek/bgxo0700.tfm + texmf-dist/fonts/tfm/public/bgreek/bgxo0800.tfm + texmf-dist/fonts/tfm/public/bgreek/bgxo0900.tfm + texmf-dist/fonts/tfm/public/bgreek/bgxo1000.tfm + texmf-dist/fonts/tfm/public/bgreek/bgxo1095.tfm + texmf-dist/fonts/tfm/public/bgreek/bgxo1200.tfm + texmf-dist/fonts/tfm/public/bgreek/bgxo1440.tfm + texmf-dist/fonts/tfm/public/bgreek/bgxo1728.tfm + texmf-dist/fonts/tfm/public/bgreek/bgxo2074.tfm + texmf-dist/fonts/tfm/public/bgreek/bgxo2488.tfm + texmf-dist/fonts/tfm/public/bgreek/bqmc0500.tfm + texmf-dist/fonts/tfm/public/bgreek/bqmc0600.tfm + texmf-dist/fonts/tfm/public/bgreek/bqmc0700.tfm + texmf-dist/fonts/tfm/public/bgreek/bqmc0800.tfm + texmf-dist/fonts/tfm/public/bgreek/bqmc0900.tfm + texmf-dist/fonts/tfm/public/bgreek/bqmc1000.tfm + texmf-dist/fonts/tfm/public/bgreek/bqmc1095.tfm + texmf-dist/fonts/tfm/public/bgreek/bqmc1200.tfm + texmf-dist/fonts/tfm/public/bgreek/bqmc1440.tfm + texmf-dist/fonts/tfm/public/bgreek/bqmc1728.tfm + texmf-dist/fonts/tfm/public/bgreek/bqmc2074.tfm + texmf-dist/fonts/tfm/public/bgreek/bqmc2488.tfm + texmf-dist/fonts/tfm/public/bgreek/bqmn0500.tfm + texmf-dist/fonts/tfm/public/bgreek/bqmn0600.tfm + texmf-dist/fonts/tfm/public/bgreek/bqmn0700.tfm + texmf-dist/fonts/tfm/public/bgreek/bqmn0800.tfm + texmf-dist/fonts/tfm/public/bgreek/bqmn0900.tfm + texmf-dist/fonts/tfm/public/bgreek/bqmn1000.tfm + texmf-dist/fonts/tfm/public/bgreek/bqmn1095.tfm + texmf-dist/fonts/tfm/public/bgreek/bqmn1200.tfm + texmf-dist/fonts/tfm/public/bgreek/bqmn1440.tfm + texmf-dist/fonts/tfm/public/bgreek/bqmn1728.tfm + texmf-dist/fonts/tfm/public/bgreek/bqmn2074.tfm + texmf-dist/fonts/tfm/public/bgreek/bqmn2488.tfm + texmf-dist/fonts/tfm/public/bgreek/bqmo0500.tfm + texmf-dist/fonts/tfm/public/bgreek/bqmo0600.tfm + texmf-dist/fonts/tfm/public/bgreek/bqmo0700.tfm + texmf-dist/fonts/tfm/public/bgreek/bqmo0800.tfm + texmf-dist/fonts/tfm/public/bgreek/bqmo0900.tfm + texmf-dist/fonts/tfm/public/bgreek/bqmo1000.tfm + texmf-dist/fonts/tfm/public/bgreek/bqmo1095.tfm + texmf-dist/fonts/tfm/public/bgreek/bqmo1200.tfm + texmf-dist/fonts/tfm/public/bgreek/bqmo1440.tfm + texmf-dist/fonts/tfm/public/bgreek/bqmo1728.tfm + texmf-dist/fonts/tfm/public/bgreek/bqmo2074.tfm + texmf-dist/fonts/tfm/public/bgreek/bqmo2488.tfm + texmf-dist/fonts/tfm/public/bgreek/bqxc0500.tfm + texmf-dist/fonts/tfm/public/bgreek/bqxc0600.tfm + texmf-dist/fonts/tfm/public/bgreek/bqxc0700.tfm + texmf-dist/fonts/tfm/public/bgreek/bqxc0800.tfm + texmf-dist/fonts/tfm/public/bgreek/bqxc0900.tfm + texmf-dist/fonts/tfm/public/bgreek/bqxc1000.tfm + texmf-dist/fonts/tfm/public/bgreek/bqxc1095.tfm + texmf-dist/fonts/tfm/public/bgreek/bqxc1200.tfm + texmf-dist/fonts/tfm/public/bgreek/bqxc1440.tfm + texmf-dist/fonts/tfm/public/bgreek/bqxc1728.tfm + texmf-dist/fonts/tfm/public/bgreek/bqxc2074.tfm + texmf-dist/fonts/tfm/public/bgreek/bqxc2488.tfm + texmf-dist/fonts/tfm/public/bgreek/bqxn0500.tfm + texmf-dist/fonts/tfm/public/bgreek/bqxn0600.tfm + texmf-dist/fonts/tfm/public/bgreek/bqxn0700.tfm + texmf-dist/fonts/tfm/public/bgreek/bqxn0800.tfm + texmf-dist/fonts/tfm/public/bgreek/bqxn0900.tfm + texmf-dist/fonts/tfm/public/bgreek/bqxn1000.tfm + texmf-dist/fonts/tfm/public/bgreek/bqxn1095.tfm + texmf-dist/fonts/tfm/public/bgreek/bqxn1200.tfm + texmf-dist/fonts/tfm/public/bgreek/bqxn1440.tfm + texmf-dist/fonts/tfm/public/bgreek/bqxn1728.tfm + texmf-dist/fonts/tfm/public/bgreek/bqxn2074.tfm + texmf-dist/fonts/tfm/public/bgreek/bqxn2488.tfm + texmf-dist/fonts/tfm/public/bgreek/bqxo0500.tfm + texmf-dist/fonts/tfm/public/bgreek/bqxo0600.tfm + texmf-dist/fonts/tfm/public/bgreek/bqxo0700.tfm + texmf-dist/fonts/tfm/public/bgreek/bqxo0800.tfm + texmf-dist/fonts/tfm/public/bgreek/bqxo0900.tfm + texmf-dist/fonts/tfm/public/bgreek/bqxo1000.tfm + texmf-dist/fonts/tfm/public/bgreek/bqxo1095.tfm + texmf-dist/fonts/tfm/public/bgreek/bqxo1200.tfm + texmf-dist/fonts/tfm/public/bgreek/bqxo1440.tfm + texmf-dist/fonts/tfm/public/bgreek/bqxo1728.tfm + texmf-dist/fonts/tfm/public/bgreek/bqxo2074.tfm + texmf-dist/fonts/tfm/public/bgreek/bqxo2488.tfm + texmf-dist/fonts/vf/public/bgreek/bgmc0500.vf + texmf-dist/fonts/vf/public/bgreek/bgmc0600.vf + texmf-dist/fonts/vf/public/bgreek/bgmc0700.vf + texmf-dist/fonts/vf/public/bgreek/bgmc0800.vf + texmf-dist/fonts/vf/public/bgreek/bgmc0900.vf + texmf-dist/fonts/vf/public/bgreek/bgmc1000.vf + texmf-dist/fonts/vf/public/bgreek/bgmc1095.vf + texmf-dist/fonts/vf/public/bgreek/bgmc1200.vf + texmf-dist/fonts/vf/public/bgreek/bgmc1440.vf + texmf-dist/fonts/vf/public/bgreek/bgmc1728.vf + texmf-dist/fonts/vf/public/bgreek/bgmc2074.vf + texmf-dist/fonts/vf/public/bgreek/bgmc2488.vf + texmf-dist/fonts/vf/public/bgreek/bgmn0500.vf + texmf-dist/fonts/vf/public/bgreek/bgmn0600.vf + texmf-dist/fonts/vf/public/bgreek/bgmn0700.vf + texmf-dist/fonts/vf/public/bgreek/bgmn0800.vf + texmf-dist/fonts/vf/public/bgreek/bgmn0900.vf + texmf-dist/fonts/vf/public/bgreek/bgmn1000.vf + texmf-dist/fonts/vf/public/bgreek/bgmn1095.vf + texmf-dist/fonts/vf/public/bgreek/bgmn1200.vf + texmf-dist/fonts/vf/public/bgreek/bgmn1440.vf + texmf-dist/fonts/vf/public/bgreek/bgmn1728.vf + texmf-dist/fonts/vf/public/bgreek/bgmn2074.vf + texmf-dist/fonts/vf/public/bgreek/bgmn2488.vf + texmf-dist/fonts/vf/public/bgreek/bgmo0500.vf + texmf-dist/fonts/vf/public/bgreek/bgmo0600.vf + texmf-dist/fonts/vf/public/bgreek/bgmo0700.vf + texmf-dist/fonts/vf/public/bgreek/bgmo0800.vf + texmf-dist/fonts/vf/public/bgreek/bgmo0900.vf + texmf-dist/fonts/vf/public/bgreek/bgmo1000.vf + texmf-dist/fonts/vf/public/bgreek/bgmo1095.vf + texmf-dist/fonts/vf/public/bgreek/bgmo1200.vf + texmf-dist/fonts/vf/public/bgreek/bgmo1440.vf + texmf-dist/fonts/vf/public/bgreek/bgmo1728.vf + texmf-dist/fonts/vf/public/bgreek/bgmo2074.vf + texmf-dist/fonts/vf/public/bgreek/bgmo2488.vf + texmf-dist/fonts/vf/public/bgreek/bgxc0500.vf + texmf-dist/fonts/vf/public/bgreek/bgxc0600.vf + texmf-dist/fonts/vf/public/bgreek/bgxc0700.vf + texmf-dist/fonts/vf/public/bgreek/bgxc0800.vf + texmf-dist/fonts/vf/public/bgreek/bgxc0900.vf + texmf-dist/fonts/vf/public/bgreek/bgxc1000.vf + texmf-dist/fonts/vf/public/bgreek/bgxc1095.vf + texmf-dist/fonts/vf/public/bgreek/bgxc1200.vf + texmf-dist/fonts/vf/public/bgreek/bgxc1440.vf + texmf-dist/fonts/vf/public/bgreek/bgxc1728.vf + texmf-dist/fonts/vf/public/bgreek/bgxc2074.vf + texmf-dist/fonts/vf/public/bgreek/bgxc2488.vf + texmf-dist/fonts/vf/public/bgreek/bgxn0500.vf + texmf-dist/fonts/vf/public/bgreek/bgxn0600.vf + texmf-dist/fonts/vf/public/bgreek/bgxn0700.vf + texmf-dist/fonts/vf/public/bgreek/bgxn0800.vf + texmf-dist/fonts/vf/public/bgreek/bgxn0900.vf + texmf-dist/fonts/vf/public/bgreek/bgxn1000.vf + texmf-dist/fonts/vf/public/bgreek/bgxn1095.vf + texmf-dist/fonts/vf/public/bgreek/bgxn1200.vf + texmf-dist/fonts/vf/public/bgreek/bgxn1440.vf + texmf-dist/fonts/vf/public/bgreek/bgxn1728.vf + texmf-dist/fonts/vf/public/bgreek/bgxn2074.vf + texmf-dist/fonts/vf/public/bgreek/bgxn2488.vf + texmf-dist/fonts/vf/public/bgreek/bgxo0500.vf + texmf-dist/fonts/vf/public/bgreek/bgxo0600.vf + texmf-dist/fonts/vf/public/bgreek/bgxo0700.vf + texmf-dist/fonts/vf/public/bgreek/bgxo0800.vf + texmf-dist/fonts/vf/public/bgreek/bgxo0900.vf + texmf-dist/fonts/vf/public/bgreek/bgxo1000.vf + texmf-dist/fonts/vf/public/bgreek/bgxo1095.vf + texmf-dist/fonts/vf/public/bgreek/bgxo1200.vf + texmf-dist/fonts/vf/public/bgreek/bgxo1440.vf + texmf-dist/fonts/vf/public/bgreek/bgxo1728.vf + texmf-dist/fonts/vf/public/bgreek/bgxo2074.vf + texmf-dist/fonts/vf/public/bgreek/bgxo2488.vf + texmf-dist/fonts/vf/public/bgreek/bqmc0500.vf + texmf-dist/fonts/vf/public/bgreek/bqmc0600.vf + texmf-dist/fonts/vf/public/bgreek/bqmc0700.vf + texmf-dist/fonts/vf/public/bgreek/bqmc0800.vf + texmf-dist/fonts/vf/public/bgreek/bqmc0900.vf + texmf-dist/fonts/vf/public/bgreek/bqmc1000.vf + texmf-dist/fonts/vf/public/bgreek/bqmc1095.vf + texmf-dist/fonts/vf/public/bgreek/bqmc1200.vf + texmf-dist/fonts/vf/public/bgreek/bqmc1440.vf + texmf-dist/fonts/vf/public/bgreek/bqmc1728.vf + texmf-dist/fonts/vf/public/bgreek/bqmc2074.vf + texmf-dist/fonts/vf/public/bgreek/bqmc2488.vf + texmf-dist/fonts/vf/public/bgreek/bqmn0500.vf + texmf-dist/fonts/vf/public/bgreek/bqmn0600.vf + texmf-dist/fonts/vf/public/bgreek/bqmn0700.vf + texmf-dist/fonts/vf/public/bgreek/bqmn0800.vf + texmf-dist/fonts/vf/public/bgreek/bqmn0900.vf + texmf-dist/fonts/vf/public/bgreek/bqmn1000.vf + texmf-dist/fonts/vf/public/bgreek/bqmn1095.vf + texmf-dist/fonts/vf/public/bgreek/bqmn1200.vf + texmf-dist/fonts/vf/public/bgreek/bqmn1440.vf + texmf-dist/fonts/vf/public/bgreek/bqmn1728.vf + texmf-dist/fonts/vf/public/bgreek/bqmn2074.vf + texmf-dist/fonts/vf/public/bgreek/bqmn2488.vf + texmf-dist/fonts/vf/public/bgreek/bqmo0500.vf + texmf-dist/fonts/vf/public/bgreek/bqmo0600.vf + texmf-dist/fonts/vf/public/bgreek/bqmo0700.vf + texmf-dist/fonts/vf/public/bgreek/bqmo0800.vf + texmf-dist/fonts/vf/public/bgreek/bqmo0900.vf + texmf-dist/fonts/vf/public/bgreek/bqmo1000.vf + texmf-dist/fonts/vf/public/bgreek/bqmo1095.vf + texmf-dist/fonts/vf/public/bgreek/bqmo1200.vf + texmf-dist/fonts/vf/public/bgreek/bqmo1440.vf + texmf-dist/fonts/vf/public/bgreek/bqmo1728.vf + texmf-dist/fonts/vf/public/bgreek/bqmo2074.vf + texmf-dist/fonts/vf/public/bgreek/bqmo2488.vf + texmf-dist/fonts/vf/public/bgreek/bqxc0500.vf + texmf-dist/fonts/vf/public/bgreek/bqxc0600.vf + texmf-dist/fonts/vf/public/bgreek/bqxc0700.vf + texmf-dist/fonts/vf/public/bgreek/bqxc0800.vf + texmf-dist/fonts/vf/public/bgreek/bqxc0900.vf + texmf-dist/fonts/vf/public/bgreek/bqxc1000.vf + texmf-dist/fonts/vf/public/bgreek/bqxc1095.vf + texmf-dist/fonts/vf/public/bgreek/bqxc1200.vf + texmf-dist/fonts/vf/public/bgreek/bqxc1440.vf + texmf-dist/fonts/vf/public/bgreek/bqxc1728.vf + texmf-dist/fonts/vf/public/bgreek/bqxc2074.vf + texmf-dist/fonts/vf/public/bgreek/bqxc2488.vf + texmf-dist/fonts/vf/public/bgreek/bqxn0500.vf + texmf-dist/fonts/vf/public/bgreek/bqxn0600.vf + texmf-dist/fonts/vf/public/bgreek/bqxn0700.vf + texmf-dist/fonts/vf/public/bgreek/bqxn0800.vf + texmf-dist/fonts/vf/public/bgreek/bqxn0900.vf + texmf-dist/fonts/vf/public/bgreek/bqxn1000.vf + texmf-dist/fonts/vf/public/bgreek/bqxn1095.vf + texmf-dist/fonts/vf/public/bgreek/bqxn1200.vf + texmf-dist/fonts/vf/public/bgreek/bqxn1440.vf + texmf-dist/fonts/vf/public/bgreek/bqxn1728.vf + texmf-dist/fonts/vf/public/bgreek/bqxn2074.vf + texmf-dist/fonts/vf/public/bgreek/bqxn2488.vf + texmf-dist/fonts/vf/public/bgreek/bqxo0500.vf + texmf-dist/fonts/vf/public/bgreek/bqxo0600.vf + texmf-dist/fonts/vf/public/bgreek/bqxo0700.vf + texmf-dist/fonts/vf/public/bgreek/bqxo0800.vf + texmf-dist/fonts/vf/public/bgreek/bqxo0900.vf + texmf-dist/fonts/vf/public/bgreek/bqxo1000.vf + texmf-dist/fonts/vf/public/bgreek/bqxo1095.vf + texmf-dist/fonts/vf/public/bgreek/bqxo1200.vf + texmf-dist/fonts/vf/public/bgreek/bqxo1440.vf + texmf-dist/fonts/vf/public/bgreek/bqxo1728.vf + texmf-dist/fonts/vf/public/bgreek/bqxo2074.vf + texmf-dist/fonts/vf/public/bgreek/bqxo2488.vf + texmf-dist/tex/latex/bgreek/bcgcmr.fd + texmf-dist/tex/latex/bgreek/bcgenc.def + texmf-dist/tex/latex/bgreek/bcglmr.fd + texmf-dist/tex/latex/bgreek/bcqcmr.fd + texmf-dist/tex/latex/bgreek/bcqenc.def + texmf-dist/tex/latex/bgreek/bcqlmr.fd + texmf-dist/tex/latex/bgreek/bgfonts.tex + texmf-dist/tex/latex/bgreek/bgreek.ldf + texmf-dist/tex/latex/bgreek/bgreek.sty + texmf-dist/tex/latex/bgreek/ibygreek.ldf +catalogue-ctan /language/greek/bgreek +catalogue-date 2009-02-21 22:05:10 +0100 +catalogue-license lppl +catalogue-version 0.3 + +name bib-fr +category Package +revision 15878 +shortdesc French translation of classical BibTeX styles +longdesc These files are French translations of the classical BibTeX +longdesc style files. The translations can easily be modified by simply +longdesc redefining FUNCTIONs named fr.*, at the beginning (lines 50- +longdesc 150) of each file. +docfiles size=2 + texmf-dist/doc/bibtex/bib-fr/CHANGELOG + texmf-dist/doc/bibtex/bib-fr/README +runfiles size=66 + texmf-dist/bibtex/bst/bib-fr/abbrv-fr.bst + texmf-dist/bibtex/bst/bib-fr/abbrvnat-fr.bst + texmf-dist/bibtex/bst/bib-fr/alpha-fr.bst + texmf-dist/bibtex/bst/bib-fr/apalike-fr.bst + texmf-dist/bibtex/bst/bib-fr/ieeetr-fr.bst + texmf-dist/bibtex/bst/bib-fr/plain-fr.bst + texmf-dist/bibtex/bst/bib-fr/plainnat-fr.bst + texmf-dist/bibtex/bst/bib-fr/siam-fr.bst + texmf-dist/bibtex/bst/bib-fr/unsrt-fr.bst + texmf-dist/bibtex/bst/bib-fr/unsrtnat-fr.bst +catalogue-ctan /biblio/bibtex/contrib/bib-fr +catalogue-date 2007-01-28 14:56:47 +0100 +catalogue-license lppl +catalogue-version 1.5 + +name bibarts +category Package +revision 15878 +shortdesc "Arts"-style bibliographical information. +longdesc The bibarts package assists in making bibliographical lists in +longdesc the way that is common in the arts; it requires an auxiliary +longdesc program, for which source and a DOS executable are provided. +longdesc (Documentation is in German, though bibarts.sty does contain a +longdesc brief introduction in English, as a comment.) +docfiles size=101 + texmf-dist/doc/latex/bibarts/bibarts.pdf details="Package documentation" language="de" + texmf-dist/doc/latex/bibarts/bibarts.tex + texmf-dist/doc/latex/bibarts/gbib209.bat + texmf-dist/doc/latex/bibarts/gbib2e.bat + texmf-dist/doc/latex/bibarts/gbibsort.exe +srcfiles size=7 + texmf-dist/source/latex/bibarts/gbibsort.c +runfiles size=7 + texmf-dist/makeindex/bibarts/gbibarts.ist + texmf-dist/tex/latex/bibarts/bibarts.sty +catalogue-ctan /macros/latex/contrib/bibarts +catalogue-date 2006-12-29 13:11:21 +0100 +catalogue-license gpl + +name bibhtml +category Package +revision 15878 +shortdesc BibTeX support for HTML files. +longdesc Bibhtml consists of a Perl script and a set of BibTeX style +longdesc files, which together allow you to output a bibliography as a +longdesc collection of HTML files. The references in the text are linked +longdesc directly to the corresponding bibliography entry, and if a URL +longdesc is defined in the entry within the BibTeX database file, then +longdesc the generated bibliography entry is linked to this. The package +longdesc provides three different style files derived from each of the +longdesc standard plain.bst and alpha.bst, as well as two style files +longdesc derived from abbrv.bst and unsrt.bst (i.e., eight in total). +docfiles size=21 + texmf-dist/doc/bibtex/bibhtml/LICENCE + texmf-dist/doc/bibtex/bibhtml/README details="Readme" + texmf-dist/doc/bibtex/bibhtml/bibhtml + texmf-dist/doc/bibtex/bibhtml/bibhtml-extract-aux.xslt + texmf-dist/doc/bibtex/bibhtml/bibhtml-insert-bib.xslt + texmf-dist/doc/bibtex/bibhtml/bibhtml.html details="Package documentation" + texmf-dist/doc/bibtex/bibhtml/bibrefs.bib + texmf-dist/doc/bibtex/bibhtml/detex.sed +runfiles size=62 + texmf-dist/bibtex/bst/bibhtml/abbrvhtml.bst + texmf-dist/bibtex/bst/bibhtml/alphahtml.bst + texmf-dist/bibtex/bst/bibhtml/alphahtmldate.bst + texmf-dist/bibtex/bst/bibhtml/alphahtmldater.bst + texmf-dist/bibtex/bst/bibhtml/plainhtml.bst + texmf-dist/bibtex/bst/bibhtml/plainhtmldate.bst + texmf-dist/bibtex/bst/bibhtml/plainhtmldater.bst + texmf-dist/bibtex/bst/bibhtml/unsrthtml.bst +catalogue-ctan /biblio/bibtex/contrib/bibhtml +catalogue-date 2009-11-03 16:56:08 +0100 +catalogue-license gpl +catalogue-version 2.0.1 + +name bibleref +category Package +revision 15878 +shortdesc Format bible citations. +longdesc The bibleref package is designed to offer consistent formatting +longdesc of references to parts of the Christian bible, in a number of +longdesc well-defined formats. +docfiles size=62 + texmf-dist/doc/latex/bibleref/README details="Readme" + texmf-dist/doc/latex/bibleref/bibleref-manual.html + texmf-dist/doc/latex/bibleref/bibleref.pdf + texmf-dist/doc/latex/bibleref/bibleref.perl + texmf-dist/doc/latex/bibleref/sample.pdf + texmf-dist/doc/latex/bibleref/sample.tex +srcfiles size=25 + texmf-dist/source/latex/bibleref/bibleref.dtx + texmf-dist/source/latex/bibleref/bibleref.ins +runfiles size=6 + texmf-dist/tex/latex/bibleref/bibleref.sty +catalogue-ctan /macros/latex/contrib/bibleref +catalogue-date 2008-04-15 08:55:39 +0200 +catalogue-license lppl +catalogue-version 1.07 + +name biblist +category Package +revision 15878 +shortdesc Print a BibTeX database. +longdesc The package provides the means of listing an entire BibTeX +longdesc database, avoiding the potentially large (macro) impact +longdesc associated with \nocite{*}. +docfiles size=2 + texmf-dist/doc/latex/biblist/README + texmf-dist/doc/latex/biblist/biblist.gde +srcfiles size=13 + texmf-dist/source/latex/biblist/biblist.bst-dist +runfiles size=6 + texmf-dist/tex/latex/biblist/biblist.sty +catalogue-ctan /macros/latex209/contrib/biblist +catalogue-date 2008-11-24 08:56:33 +0100 +catalogue-license gpl + +name bibtex +category Package +revision 15878 +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 +longdesc specified by a BibTeX style, to be specified in the document +longdesc itself. BibTeX itself is an ASCII-only program; there is, +longdesc however, a version that copes with 8-bit character sets. +depend kpathsea +depend bibtex.ARCH +docfiles size=104 + texmf-dist/doc/bibtex/base/bibshare + texmf-dist/doc/bibtex/base/btxbst.doc + texmf-dist/doc/bibtex/base/btxdoc.bib + texmf-dist/doc/bibtex/base/btxdoc.pdf + texmf-dist/doc/bibtex/base/btxdoc.tex + texmf-dist/doc/bibtex/base/btxhak.pdf + texmf-dist/doc/bibtex/base/btxhak.tex + texmf/doc/man/man1/bibtex.1 + texmf/doc/man/man1/bibtex.man1.pdf +runfiles size=39 + texmf-dist/bibtex/bib/base/xampl.bib + texmf-dist/bibtex/bst/base/abbrv.bst + texmf-dist/bibtex/bst/base/acm.bst + texmf-dist/bibtex/bst/base/alpha.bst + texmf-dist/bibtex/bst/base/ieeetr.bst + texmf-dist/bibtex/bst/base/plain.bst + texmf-dist/bibtex/bst/base/siam.bst + texmf-dist/bibtex/bst/base/unsrt.bst +catalogue-ctan /biblio/bibtex/distribs +catalogue-date 2008-08-17 01:20:14 +0200 +catalogue-license other-free +catalogue-version 0.99c + +name bibtex.alpha-linux +category Package +revision 15878 +shortdesc alpha-linux files of bibtex +binfiles arch=alpha-linux size=68 + bin/alpha-linux/bibtex + +name bibtex.i386-cygwin +category Package +revision 15878 +shortdesc i386-cygwin files of bibtex +binfiles arch=i386-cygwin size=37 + bin/i386-cygwin/bibtex.exe + +name bibtex.i386-linux +category Package +revision 15878 +shortdesc i386-linux files of bibtex +binfiles arch=i386-linux size=36 + bin/i386-linux/bibtex + +name bibtex.i386-netbsd +category Package +revision 15878 +shortdesc i386-netbsd files of bibtex +binfiles arch=i386-netbsd size=33 + bin/i386-netbsd/bibtex + +name bibtex.i386-solaris +category Package +revision 15878 +shortdesc i386-solaris files of bibtex +binfiles arch=i386-solaris size=40 + bin/i386-solaris/bibtex + +name bibtex.mips-irix +category Package +revision 15878 +shortdesc mips-irix files of bibtex +binfiles arch=mips-irix size=68 + bin/mips-irix/bibtex + +name bibtex.powerpc-aix +category Package +revision 15878 +shortdesc powerpc-aix files of bibtex +binfiles arch=powerpc-aix size=44 + bin/powerpc-aix/bibtex + +name bibtex.powerpc-linux +category Package +revision 15878 +shortdesc powerpc-linux files of bibtex +binfiles arch=powerpc-linux size=43 + bin/powerpc-linux/bibtex + +name bibtex.sparc-linux +category Package +revision 15878 +shortdesc sparc-linux files of bibtex +binfiles arch=sparc-linux size=37 + bin/sparc-linux/bibtex + +name bibtex.sparc-solaris +category Package +revision 15878 +shortdesc sparc-solaris files of bibtex +binfiles arch=sparc-solaris size=66 + bin/sparc-solaris/bibtex + +name bibtex.universal-darwin +category Package +revision 15878 +shortdesc universal-darwin files of bibtex +binfiles arch=universal-darwin size=86 + bin/universal-darwin/bibtex + +name bibtex.win32 +category Package +revision 15878 +shortdesc win32 files of bibtex +binfiles arch=win32 size=18 + bin/win32/bibtex.exe + +name bibtex.x86_64-linux +category Package +revision 15878 +shortdesc x86_64-linux files of bibtex +binfiles arch=x86_64-linux size=38 + bin/x86_64-linux/bibtex + +name bibtex8 +category TLCore +revision 15878 +catalogue bibtex8bit +shortdesc A fully 8-bit adaptation of BibTeX 0.99. +longdesc An enhanced, portable C version of BibTeX. Enhanced by +longdesc conversion to "big" (32-bit) capacity, addition of run-time +longdesc selectable capacity and 8-bit support extensions. National +longdesc character set and sorting order are controlled by an external +longdesc configuration file. Various examples are included. +depend bibtex8.ARCH +docfiles size=15 + texmf/doc/bibtex8/00readme.txt + texmf/doc/bibtex8/HISTORY + texmf/doc/bibtex8/csfile.txt + texmf/doc/bibtex8/file_id.diz +runfiles size=36 + texmf-dist/bibtex/csf/base/88591lat.csf + texmf-dist/bibtex/csf/base/88591sca.csf + texmf-dist/bibtex/csf/base/README.TEXLIVE + texmf-dist/bibtex/csf/base/ascii.csf + texmf-dist/bibtex/csf/base/cp437lat.csf + texmf-dist/bibtex/csf/base/cp850lat.csf + texmf-dist/bibtex/csf/base/cp850sca.csf + texmf-dist/bibtex/csf/base/cp866rus.csf + texmf-dist/bibtex/csf/base/csfile.txt + texmf-dist/bibtex/csf/polish-csf/88592pl.csf + texmf-dist/bibtex/csf/polish-csf/cp1250pl.csf + texmf-dist/bibtex/csf/polish-csf/cp852pl.csf + texmf-dist/bibtex/csf/polish-csf/iso8859-7.csf +catalogue-ctan /biblio/bibtex/8-bit +catalogue-date 2008-08-17 01:20:14 +0200 +catalogue-license gpl +catalogue-version 3.71 + +name bibtex8.alpha-linux +category TLCore +revision 15878 +shortdesc alpha-linux files of bibtex8 +binfiles arch=alpha-linux size=82 + bin/alpha-linux/bibtex8 + +name bibtex8.i386-cygwin +category TLCore +revision 15878 +shortdesc i386-cygwin files of bibtex8 +binfiles arch=i386-cygwin size=45 + bin/i386-cygwin/bibtex8.exe + +name bibtex8.i386-linux +category TLCore +revision 15878 +shortdesc i386-linux files of bibtex8 +binfiles arch=i386-linux size=45 + bin/i386-linux/bibtex8 + +name bibtex8.i386-netbsd +category TLCore +revision 15878 +shortdesc i386-netbsd files of bibtex8 +binfiles arch=i386-netbsd size=39 + bin/i386-netbsd/bibtex8 + +name bibtex8.i386-solaris +category TLCore +revision 15878 +shortdesc i386-solaris files of bibtex8 +binfiles arch=i386-solaris size=46 + bin/i386-solaris/bibtex8 + +name bibtex8.mips-irix +category TLCore +revision 15878 +shortdesc mips-irix files of bibtex8 +binfiles arch=mips-irix size=75 + bin/mips-irix/bibtex8 + +name bibtex8.powerpc-aix +category TLCore +revision 15878 +shortdesc powerpc-aix files of bibtex8 +binfiles arch=powerpc-aix size=51 + bin/powerpc-aix/bibtex8 + +name bibtex8.powerpc-linux +category TLCore +revision 15878 +shortdesc powerpc-linux files of bibtex8 +binfiles arch=powerpc-linux size=52 + bin/powerpc-linux/bibtex8 + +name bibtex8.sparc-linux +category TLCore +revision 15878 +shortdesc sparc-linux files of bibtex8 +binfiles arch=sparc-linux size=44 + bin/sparc-linux/bibtex8 + +name bibtex8.sparc-solaris +category TLCore +revision 15878 +shortdesc sparc-solaris files of bibtex8 +binfiles arch=sparc-solaris size=74 + bin/sparc-solaris/bibtex8 + +name bibtex8.universal-darwin +category TLCore +revision 15878 +shortdesc universal-darwin files of bibtex8 +binfiles arch=universal-darwin size=101 + bin/universal-darwin/bibtex8 + +name bibtex8.win32 +category TLCore +revision 15878 +shortdesc win32 files of bibtex8 +binfiles arch=win32 size=24 + bin/win32/bibtex8.exe + +name bibtex8.x86_64-linux +category TLCore +revision 15878 +shortdesc x86_64-linux files of bibtex8 +binfiles arch=x86_64-linux size=45 + bin/x86_64-linux/bibtex8 + +name bibtopic +category Package +revision 15878 +shortdesc Include multiple bibliographies in a document. +longdesc The package allows the user to include several bibliographies +longdesc covering different 'topics' or bibliographic material into a +longdesc document (e.g., one bibliography for primary literature and one +longdesc for secondary literature). The package provides commands to +longdesc include either all references from a .bib file, only the +longdesc references actually cited or those not cited in your document. +longdesc The user has to construct a separate .bib file for each +longdesc bibliographic 'topic', each of which will be processed +longdesc separately by BibTeX. If you want to have bibliographies +longdesc specific to one part of a document, see the packages bibunits +longdesc or chapterbib. +docfiles size=66 + texmf-dist/doc/latex/bibtopic/README + texmf-dist/doc/latex/bibtopic/articles.bib + texmf-dist/doc/latex/bibtopic/bibtopic.pdf + texmf-dist/doc/latex/bibtopic/books.bib + texmf-dist/doc/latex/bibtopic/sample.tex +srcfiles size=42 + texmf-dist/source/latex/bibtopic/bibtopic.dtx + texmf-dist/source/latex/bibtopic/bibtopic.ins +runfiles size=9 + texmf-dist/tex/latex/bibtopic/bibtopic.sty +catalogue-ctan /macros/latex/contrib/bibtopic +catalogue-date 2006-10-17 00:49:54 +0200 +catalogue-license gpl +catalogue-version 1.1a + +name bibtopicprefix +category Package +revision 15878 +shortdesc Prefix references to bibliographies produced by bibtopic. +longdesc The package permits users to apply prefixes (fixed strings) to +longdesc references to entries in bibliographies produced by the +longdesc bibtopic package. +docfiles size=98 + texmf-dist/doc/latex/bibtopicprefix/README + texmf-dist/doc/latex/bibtopicprefix/bibtopicprefix.pdf details="Package documentation" + texmf-dist/doc/latex/bibtopicprefix/bibtopicprefix.xml +srcfiles size=5 + texmf-dist/source/latex/bibtopicprefix/bibtopicprefix.drv + texmf-dist/source/latex/bibtopicprefix/bibtopicprefix.dtx + texmf-dist/source/latex/bibtopicprefix/bibtopicprefix.ins +runfiles size=1 + texmf-dist/tex/latex/bibtopicprefix/bibtopicprefix.sty +catalogue-ctan /macros/latex/contrib/bibtopicprefix +catalogue-date 2008-08-17 01:00:50 +0200 +catalogue-license lppl +catalogue-version 1.10 + +name bibunits +category Package +revision 15878 +shortdesc Multiple bibliographies in one document. +longdesc The package provide a mechanism to generate separate +longdesc bibliographies for different units (chapters, sections or +longdesc bibunit-environments) of a text. The package separates the +longdesc citations of each unit of text into a separate file to be +longdesc processed by BibTeX. The global bibliography section produced +longdesc by LaTeX may also appear in the document and citations can be +longdesc placed in both the local unit and the global bibliographies at +longdesc the same time. The package is compatible with koma-script and +longdesc with the babel French option frenchb. +docfiles size=68 + texmf-dist/doc/latex/bibunits/README details="Readme" + texmf-dist/doc/latex/bibunits/bibtexall + texmf-dist/doc/latex/bibunits/bibunits.pdf details="Package documentation" +srcfiles size=18 + texmf-dist/source/latex/bibunits/bibunits.dtx + texmf-dist/source/latex/bibunits/bibunits.ins +runfiles size=3 + texmf-dist/tex/latex/bibunits/bibunits.sty +catalogue-ctan /macros/latex/contrib/bibunits +catalogue-date 2009-09-27 09:44:19 +0200 +catalogue-license lppl +catalogue-version 2.2 + +name bidi +category Package +revision 15878 +shortdesc Support for bidirectional typesetting with XeLaTeX. +longdesc A convenient interface for typesetting bidirectional texts with +longdesc XeLaTeX. The package includes adaptations for use with many +longdesc other commonly-used packages. (Also works with pdfLaTeX, though +longdesc in this case its usefulness is doubtful). +docfiles size=204 + texmf-dist/doc/xelatex/bidi/README details="Readme" + texmf-dist/doc/xelatex/bidi/examples/beamer-sample.tex + texmf-dist/doc/xelatex/bidi/examples/bidicasual-samplecv.tex + texmf-dist/doc/xelatex/bidi/examples/bidiclassic-samplecv.tex + texmf-dist/doc/xelatex/bidi/examples/bidisample2e.tex + texmf-dist/doc/xelatex/bidi/examples/bidismall2e.tex + texmf-dist/doc/xelatex/bidi/examples/gull.jpg + texmf-dist/doc/xelatex/bidi/examples/picture.jpg + texmf-dist/doc/xelatex/bidi/examples/presentation-sample.tex + texmf-dist/doc/xelatex/bidi/examples/test-bidi.tex + texmf-dist/doc/xelatex/bidi/examples/test-supertabular.tex + texmf-dist/doc/xelatex/bidi/examples/test-tabular.tex + texmf-dist/doc/xelatex/bidi/examples/test-tabularx.tex + texmf-dist/doc/xelatex/bidi/examples/test-tabulary.tex + texmf-dist/doc/xelatex/bidi/examples/test1-wrapfig.tex + texmf-dist/doc/xelatex/bidi/examples/test2-wrapfig.tex + texmf-dist/doc/xelatex/bidi/examples/test3-wrapfig.tex +srcfiles size=58 + texmf-dist/source/xelatex/bidi/bidi.dtx +runfiles size=80 + texmf-dist/tex/xelatex/bidi/amsart-bidi.def + texmf-dist/tex/xelatex/bidi/amsbook-bidi.def + texmf-dist/tex/xelatex/bidi/amsthm-bidi.def + texmf-dist/tex/xelatex/bidi/array-bidi.def + texmf-dist/tex/xelatex/bidi/article-bidi.def + texmf-dist/tex/xelatex/bidi/beamerthemebidiJLTree.sty + texmf-dist/tex/xelatex/bidi/bibitem.pdf + texmf-dist/tex/xelatex/bidi/bidi.sty + texmf-dist/tex/xelatex/bidi/bidi2in1.sty + texmf-dist/tex/xelatex/bidi/bidibeamer-bidi.def + texmf-dist/tex/xelatex/bidi/bidibeamer.cls + texmf-dist/tex/xelatex/bidi/bidibeamerbaseauxtemplates.sty + texmf-dist/tex/xelatex/bidi/bidibeamerbasetemplates.sty + texmf-dist/tex/xelatex/bidi/bidicode.sty + texmf-dist/tex/xelatex/bidi/bidimoderncv.cls + texmf-dist/tex/xelatex/bidi/bidipresentation.cls + texmf-dist/tex/xelatex/bidi/book-bidi.def + texmf-dist/tex/xelatex/bidi/bookest-bidi.def + texmf-dist/tex/xelatex/bidi/cvthemebidicasual.sty + texmf-dist/tex/xelatex/bidi/cvthemebidiclassic.sty + texmf-dist/tex/xelatex/bidi/draftwatermark-bidi.def + texmf-dist/tex/xelatex/bidi/extbook-bidi.def + texmf-dist/tex/xelatex/bidi/fancyhdr-bidi.def + texmf-dist/tex/xelatex/bidi/footnote-bidi.def + texmf-dist/tex/xelatex/bidi/graphicx-bidi.def + texmf-dist/tex/xelatex/bidi/hyperref-bidi.def + texmf-dist/tex/xelatex/bidi/listings-bidi.def + texmf-dist/tex/xelatex/bidi/longtable-bidi.def + texmf-dist/tex/xelatex/bidi/memoir-bidi.def + texmf-dist/tex/xelatex/bidi/minitoc-bidi.def + texmf-dist/tex/xelatex/bidi/pdfpages-bidi.def + texmf-dist/tex/xelatex/bidi/pstricks-bidi.def + texmf-dist/tex/xelatex/bidi/ragged2e-bidi.def + texmf-dist/tex/xelatex/bidi/rapport3-bidi.def + texmf-dist/tex/xelatex/bidi/refrep-bidi.def + texmf-dist/tex/xelatex/bidi/report-bidi.def + texmf-dist/tex/xelatex/bidi/scrartcl-bidi.def + texmf-dist/tex/xelatex/bidi/scrbook-bidi.def + texmf-dist/tex/xelatex/bidi/scrreprt-bidi.def + texmf-dist/tex/xelatex/bidi/stabular-bidi.def + texmf-dist/tex/xelatex/bidi/tabls-bidi.def + texmf-dist/tex/xelatex/bidi/tabulary-bidi.def + texmf-dist/tex/xelatex/bidi/tikz-bidi.def + texmf-dist/tex/xelatex/bidi/tocbibind-bidi.def + texmf-dist/tex/xelatex/bidi/tocloft-bidi.def + texmf-dist/tex/xelatex/bidi/tocstyle-bidi.def + texmf-dist/tex/xelatex/bidi/wrapfig-bidi.def + texmf-dist/tex/xelatex/bidi/xltxtra-bidi.def +catalogue-ctan /macros/xetex/latex/bidi +catalogue-date 2009-08-04 11:31:22 +0200 +catalogue-license lppl +catalogue-version v1.0.3 + +name bigfoot +category Package +revision 15878 +shortdesc Footnotes for critical editions. +longdesc The package aims to provide a 'one-stop' solution to +longdesc requirements for footnotes. It offers: - Multiple footnote +longdesc apparatus superior to that of the manyfoot; - Footnotes can be +longdesc formatted in separate paragraphs, or be run into a single +longdesc paragraph (this choice may be selected per footnote series); - +longdesc Things you might have expected (like \verb-like material in +longdesc footnotes, and colour selections over page breaks) now work. +longdesc Note that the majority of the bigfoot package's interface is +longdesc identical to that of manyfoot; users should seek information +longdesc from that package's documentation. The bigfoot bundle also +longdesc provides the perpage and suffix packages. +docfiles size=64 + texmf-dist/doc/latex/bigfoot/README details="Readme" + texmf-dist/doc/latex/bigfoot/bigfoot.pdf details="Package documentation" + texmf-dist/doc/latex/bigfoot/perpage.pdf + texmf-dist/doc/latex/bigfoot/suffix.pdf +srcfiles size=44 + texmf-dist/source/latex/bigfoot/bigfoot.drv + texmf-dist/source/latex/bigfoot/bigfoot.dtx + texmf-dist/source/latex/bigfoot/bigfoot.ins + texmf-dist/source/latex/bigfoot/perpage.drv + texmf-dist/source/latex/bigfoot/perpage.dtx + texmf-dist/source/latex/bigfoot/suffix.drv + texmf-dist/source/latex/bigfoot/suffix.dtx +runfiles size=13 + texmf-dist/tex/latex/bigfoot/bigfoot.sty + texmf-dist/tex/latex/bigfoot/perpage.sty + texmf-dist/tex/latex/bigfoot/suffix.sty +catalogue-ctan /macros/latex/contrib/bigfoot +catalogue-date 2007-08-13 15:44:25 +0200 +catalogue-license gpl2 + +name binomexp +category Package +revision 15878 +shortdesc Calculate Pascal's triangle. +longdesc The package calculates and prints rows of Pascal's triangle. It +longdesc may be used: - simply to print successive rows of the triangle, +longdesc or - to print the rows inside an array or tabular. +docfiles size=22 + texmf-dist/doc/latex/binomexp/README details="Readme" + texmf-dist/doc/latex/binomexp/binomexp.pdf details="Package documentation" +srcfiles size=5 + texmf-dist/source/latex/binomexp/binomexp.dtx + texmf-dist/source/latex/binomexp/binomexp.ins +runfiles size=2 + texmf-dist/tex/latex/binomexp/binomexp.sty +catalogue-ctan /macros/latex/contrib/binomexp +catalogue-date 2007-03-05 14:17:42 +0100 +catalogue-license lppl +catalogue-version 1.0 + +name biocon +category Package +revision 15878 +shortdesc Typesetting biological species names +longdesc The biocon--biological conventions--package aids the +longdesc typesetting of some biological conventions. At the moment, it +longdesc makes a good job of typesetting species names (and ranks below +longdesc the species level). A distinction is made between the Plant, +longdesc Fungi, Animalia and Bacteria kingdoms. There are default +longdesc settings for the way species names are typeset, but they can be +longdesc customized. Different default styles are used in different +longdesc situations. +docfiles size=121 + texmf-dist/doc/latex/biocon/COPYING + texmf-dist/doc/latex/biocon/INSTALL + texmf-dist/doc/latex/biocon/README details="Readme" + texmf-dist/doc/latex/biocon/biocon.nw + texmf-dist/doc/latex/biocon/literature.bib + texmf-dist/doc/latex/biocon/manual-old.pdf + texmf-dist/doc/latex/biocon/manual-old.tex + texmf-dist/doc/latex/biocon/manual.pdf details="Package documentation" + texmf-dist/doc/latex/biocon/manual.tex + texmf-dist/doc/latex/biocon/source.pdf + texmf-dist/doc/latex/biocon/source.tex +runfiles size=4 + texmf-dist/tex/latex/biocon/biocon-old.sty + texmf-dist/tex/latex/biocon/biocon.sty +catalogue-ctan /macros/latex/contrib/biocon +catalogue-date 2007-01-23 22:34:44 +0100 +catalogue-license gpl + +name bizcard +category Package +revision 15878 +shortdesc Typeset business cards. +longdesc This is an adaption for current LaTeX of a LaTeX 2.09 style by +longdesc Silvano Balemi. It produces cards at the normal US card size, +longdesc 76.2mm x 50.8mm. +docfiles size=25 + texmf-dist/doc/latex/bizcard/bizcard.pdf details="Package documentation" + texmf-dist/doc/latex/bizcard/bizex.pdf details="Example of use" + texmf-dist/doc/latex/bizcard/bizex.tex +srcfiles size=5 + texmf-dist/source/latex/bizcard/bizcard.drv + texmf-dist/source/latex/bizcard/bizcard.dtx + texmf-dist/source/latex/bizcard/bizcard.ins +runfiles size=1 + texmf-dist/tex/latex/bizcard/bizcard.sty +catalogue-ctan /macros/latex/contrib/bizcard +catalogue-date 2009-04-30 00:32:08 +0200 +catalogue-license gpl +catalogue-version 1.1 + +name blacklettert1 +category Package +revision 15878 +shortdesc T1-encoded versions of Haralambous old German fonts. +longdesc This package provides virtual fonts for T1-like variants of +longdesc Yannis Haralambous's old German fonts Gothic, Schwabacher and +longdesc Fraktur (which are also available in Adobe type 1 format). The +longdesc package includes LaTeX macros to embed the fonts into the LaTeX +longdesc font selection scheme. +docfiles size=29 + texmf-dist/doc/fonts/blacklettert1/COPYING + texmf-dist/doc/fonts/blacklettert1/INSTALL + texmf-dist/doc/fonts/blacklettert1/README + texmf-dist/doc/fonts/blacklettert1/blacklettert1.pdf +srcfiles size=155 + texmf-dist/source/fonts/blacklettert1/Makefile + texmf-dist/source/fonts/blacklettert1/blacklettert1.dtx + texmf-dist/source/fonts/blacklettert1/blacklettert1.ins + texmf-dist/source/fonts/blacklettert1/cmbsy10.pl + texmf-dist/source/fonts/blacklettert1/cmbx10.pl + texmf-dist/source/fonts/blacklettert1/cmmi10.pl + texmf-dist/source/fonts/blacklettert1/cmmib10.pl + texmf-dist/source/fonts/blacklettert1/cmr10.pl + texmf-dist/source/fonts/blacklettert1/cmr7.pl + texmf-dist/source/fonts/blacklettert1/cmsy10.pl + texmf-dist/source/fonts/blacklettert1/cmu10.pl + texmf-dist/source/fonts/blacklettert1/ecbx1000.pl + texmf-dist/source/fonts/blacklettert1/ecrm0700.pl + texmf-dist/source/fonts/blacklettert1/ecrm1000.pl + texmf-dist/source/fonts/blacklettert1/yfrak.pl + texmf-dist/source/fonts/blacklettert1/ygoth.pl + texmf-dist/source/fonts/blacklettert1/yswab.pl +runfiles size=14 + texmf-dist/fonts/tfm/public/blacklettert1/tfrak.tfm + texmf-dist/fonts/tfm/public/blacklettert1/tfrakls.tfm + texmf-dist/fonts/tfm/public/blacklettert1/tgoth.tfm + texmf-dist/fonts/tfm/public/blacklettert1/tswab.tfm + texmf-dist/fonts/vf/public/blacklettert1/tfrak.vf + texmf-dist/fonts/vf/public/blacklettert1/tfrakls.vf + texmf-dist/fonts/vf/public/blacklettert1/tgoth.vf + texmf-dist/fonts/vf/public/blacklettert1/tswab.vf + texmf-dist/tex/latex/blacklettert1/t1yfrak.fd +catalogue-ctan /fonts/gothic/blacklettert1 +catalogue-date 2008-04-19 22:58:44 +0200 +catalogue-license other-free + +name blindtext +category Package +revision 15878 +shortdesc Producing 'blind' text for testing. +longdesc The package provides the commands \blindtext and \Blindtext for +longdesc creating 'blind' text useful in testing new classes and +longdesc packages, and \blinddocument, \Blinddocument for creating an +longdesc entire random document with sections, lists, mathematics, etc. +longdesc The package supports three languages, english, (n)german and +longdesc latin; the latin option provides a short "lorem ipsum" (for a +longdesc fuller lorem ipsum text, see the lipsum package). +docfiles size=42 + texmf-dist/doc/latex/blindtext/README details="Readme" + texmf-dist/doc/latex/blindtext/blindtext.pdf details="Package documentation" +srcfiles size=12 + texmf-dist/source/latex/blindtext/blindtext.dtx + texmf-dist/source/latex/blindtext/blindtext.ins + texmf-dist/source/latex/blindtext/blindtext_texts.dtx +runfiles size=5 + texmf-dist/tex/latex/blindtext/blindtext.sty +catalogue-ctan /macros/latex/contrib/blindtext +catalogue-date 2009-08-02 19:25:27 +0200 +catalogue-license lppl +catalogue-version 1.9b + +name blockdraw_mp +category Package +revision 15878 +shortdesc Block diagrams and bond graphs, with MetaPost. +longdesc A set of simple MetaPost macros for the task. While the task is +longdesc not itself difficult to program, it is felt that many users +longdesc will be happy to have a library for the job.. +docfiles size=87 + texmf-dist/doc/metapost/blockdraw_mp/README details="Readme" + texmf-dist/doc/metapost/blockdraw_mp/blockdraw_mp.pdf + texmf-dist/doc/metapost/blockdraw_mp/blockdraw_mp.tex + texmf-dist/doc/metapost/blockdraw_mp/bonddemo.pdf + texmf-dist/doc/metapost/blockdraw_mp/cascadedemo.pdf + texmf-dist/doc/metapost/blockdraw_mp/tiddetext.sty + texmf-dist/doc/metapost/blockdraw_mp/tighttoc.sty +runfiles size=8 + texmf-dist/metapost/blockdraw_mp/blockdraw.mp + texmf-dist/metapost/blockdraw_mp/bonddemo.mp + texmf-dist/metapost/blockdraw_mp/bondgraph.mp + texmf-dist/metapost/blockdraw_mp/cascadedemo.mp + texmf-dist/metapost/blockdraw_mp/docblockprefs.mp + texmf-dist/metapost/blockdraw_mp/shiftoff.mp +catalogue-ctan /graphics/metapost/contrib/macros/blockdraw_mp +catalogue-date 2008-08-17 01:00:50 +0200 +catalogue-license lppl + +name blowup +category Package +revision 15878 +shortdesc Upscale or downscale all pages of a document. +longdesc The package blowup only defines the user-level macro \blowup, +longdesc which can be used to upscale or downscale all pages of a +longdesc document. It is similar to the TeX primitive \magnification but +longdesc more accurate and user-friendly. +docfiles size=39 + texmf-dist/doc/latex/blowup/README details="Readme" + texmf-dist/doc/latex/blowup/blowup-test0.tex + texmf-dist/doc/latex/blowup/blowup-test1.tex + texmf-dist/doc/latex/blowup/blowup-test2.tex + texmf-dist/doc/latex/blowup/blowup-test3.tex + texmf-dist/doc/latex/blowup/blowup-test4.tex + texmf-dist/doc/latex/blowup/blowup-test5.tex + texmf-dist/doc/latex/blowup/blowup.pdf details="Package documentation" +srcfiles size=5 + texmf-dist/source/latex/blowup/blowup.dtx + texmf-dist/source/latex/blowup/blowup.ins +runfiles size=2 + texmf-dist/tex/latex/blowup/blowup.sty +catalogue-ctan /macros/latex/contrib/blowup +catalogue-date 2009-06-04 13:48:19 +0200 +catalogue-license lppl +catalogue-version 0.1j + +name boisik +category Package +revision 15878 +shortdesc A font inspired by Baskerville design. +longdesc Boisik is a serif font (inspired by the Baskerville typeface), +longdesc written in MetaFont. It comprises roman and italic text fonts +longdesc and maths fonts. LaTeX support is offered for use with OT1, IL2 +longdesc and OM* encodings. +docfiles size=461 + texmf-dist/doc/fonts/boisik/README details="Readme" + texmf-dist/doc/fonts/boisik/example/boisik-idiot.pdf details="Running text, in the font" language="cs" + texmf-dist/doc/fonts/boisik/example/boisik-idiot.tex + texmf-dist/doc/fonts/boisik/example/boisik.pdf details="Brief outline, in the font" + texmf-dist/doc/fonts/boisik/example/boisik.tex + texmf-dist/doc/fonts/boisik/example/bskrlogo10.mf + texmf-dist/doc/fonts/boisik/example/table.pdf details="Font table" + texmf-dist/doc/fonts/boisik/example/table.tex + texmf-dist/doc/fonts/boisik/example/testfont.pdf + texmf-dist/doc/fonts/boisik/example/testfont.tex +runfiles size=670 + texmf-dist/fonts/source/public/boisik/bskarr10.mf + texmf-dist/fonts/source/public/boisik/bskarrows.mf + texmf-dist/fonts/source/public/boisik/bskbase.mf + texmf-dist/fonts/source/public/boisik/bskex10.mf + texmf-dist/fonts/source/public/boisik/bskext.mf + texmf-dist/fonts/source/public/boisik/bskhc10.mf + texmf-dist/fonts/source/public/boisik/bski10-TS1.mf + texmf-dist/fonts/source/public/boisik/bski10.mf + texmf-dist/fonts/source/public/boisik/bskib10.mf + texmf-dist/fonts/source/public/boisik/bskiol10.mf + texmf-dist/fonts/source/public/boisik/bskital.mf + texmf-dist/fonts/source/public/boisik/bskiu10.mf + texmf-dist/fonts/source/public/boisik/bskiub10.mf + texmf-dist/fonts/source/public/boisik/bskletters-i.mf + texmf-dist/fonts/source/public/boisik/bskletters-o.mf + texmf-dist/fonts/source/public/boisik/bskletters-r.mf + texmf-dist/fonts/source/public/boisik/bskligtab-i.mf + texmf-dist/fonts/source/public/boisik/bskligtab-sc.mf + texmf-dist/fonts/source/public/boisik/bskligtab.mf + texmf-dist/fonts/source/public/boisik/bsklist-T1.mf + texmf-dist/fonts/source/public/boisik/bsklist-TS1.mf + texmf-dist/fonts/source/public/boisik/bsklist-ar.mf + texmf-dist/fonts/source/public/boisik/bsklist-bb.mf + texmf-dist/fonts/source/public/boisik/bsklist-ex.mf + texmf-dist/fonts/source/public/boisik/bsklist-lc.mf + texmf-dist/fonts/source/public/boisik/bsklist-ma.mf + texmf-dist/fonts/source/public/boisik/bsklist-mi-up.mf + texmf-dist/fonts/source/public/boisik/bsklist-mi.mf + texmf-dist/fonts/source/public/boisik/bsklist-ms.mf + texmf-dist/fonts/source/public/boisik/bsklist-sc.mf + texmf-dist/fonts/source/public/boisik/bsklist-sy.mf + texmf-dist/fonts/source/public/boisik/bsklist-uc.mf + texmf-dist/fonts/source/public/boisik/bskma10.mf + texmf-dist/fonts/source/public/boisik/bskmab10.mf + texmf-dist/fonts/source/public/boisik/bskmath.mf + texmf-dist/fonts/source/public/boisik/bskmathma.mf + texmf-dist/fonts/source/public/boisik/bskmathms.mf + texmf-dist/fonts/source/public/boisik/bskmathsy.mf + texmf-dist/fonts/source/public/boisik/bskmi10.mf + texmf-dist/fonts/source/public/boisik/bskmib10.mf + texmf-dist/fonts/source/public/boisik/bskms10.mf + texmf-dist/fonts/source/public/boisik/bskmsb10.mf + texmf-dist/fonts/source/public/boisik/bskmsbsl10.mf + texmf-dist/fonts/source/public/boisik/bskmssl10.mf + texmf-dist/fonts/source/public/boisik/bskr10-T1.mf + texmf-dist/fonts/source/public/boisik/bskr10-TS1.mf + texmf-dist/fonts/source/public/boisik/bskr10.mf + texmf-dist/fonts/source/public/boisik/bskrb10.mf + texmf-dist/fonts/source/public/boisik/bskrc10.mf + texmf-dist/fonts/source/public/boisik/bskrcb10.mf + texmf-dist/fonts/source/public/boisik/bskrf10.mf + texmf-dist/fonts/source/public/boisik/bskrl10.mf + texmf-dist/fonts/source/public/boisik/bskrol10.mf + texmf-dist/fonts/source/public/boisik/bskroman.mf + texmf-dist/fonts/source/public/boisik/bskrsb10.mf + texmf-dist/fonts/source/public/boisik/bskrsl10.mf + texmf-dist/fonts/source/public/boisik/bskrw10.mf + texmf-dist/fonts/source/public/boisik/bsksc.mf + texmf-dist/fonts/source/public/boisik/bsksc10.mf + texmf-dist/fonts/source/public/boisik/bsksy10.mf + texmf-dist/fonts/source/public/boisik/bsksyb10.mf + texmf-dist/fonts/source/public/boisik/bsksybsl10.mf + texmf-dist/fonts/source/public/boisik/bsksymbols.mf + texmf-dist/fonts/source/public/boisik/bsksyol10.mf + texmf-dist/fonts/source/public/boisik/bsksysl10.mf + texmf-dist/fonts/tfm/public/boisik/bskarr10.tfm + texmf-dist/fonts/tfm/public/boisik/bskex10.tfm + texmf-dist/fonts/tfm/public/boisik/bskhc10.tfm + texmf-dist/fonts/tfm/public/boisik/bski10-TS1.tfm + texmf-dist/fonts/tfm/public/boisik/bski10.tfm + texmf-dist/fonts/tfm/public/boisik/bskib10.tfm + texmf-dist/fonts/tfm/public/boisik/bskiol10.tfm + texmf-dist/fonts/tfm/public/boisik/bskiu10.tfm + texmf-dist/fonts/tfm/public/boisik/bskiub10.tfm + texmf-dist/fonts/tfm/public/boisik/bskma10.tfm + texmf-dist/fonts/tfm/public/boisik/bskmab10.tfm + texmf-dist/fonts/tfm/public/boisik/bskmi10.tfm + texmf-dist/fonts/tfm/public/boisik/bskmib10.tfm + texmf-dist/fonts/tfm/public/boisik/bskms10.tfm + texmf-dist/fonts/tfm/public/boisik/bskmsb10.tfm + texmf-dist/fonts/tfm/public/boisik/bskmsbsl10.tfm + texmf-dist/fonts/tfm/public/boisik/bskmssl10.tfm + texmf-dist/fonts/tfm/public/boisik/bskr10-T1.tfm + texmf-dist/fonts/tfm/public/boisik/bskr10-TS1.tfm + texmf-dist/fonts/tfm/public/boisik/bskr10.tfm + texmf-dist/fonts/tfm/public/boisik/bskrb10.tfm + texmf-dist/fonts/tfm/public/boisik/bskrc10.tfm + texmf-dist/fonts/tfm/public/boisik/bskrcb10.tfm + texmf-dist/fonts/tfm/public/boisik/bskrf10.tfm + texmf-dist/fonts/tfm/public/boisik/bskrl10.tfm + texmf-dist/fonts/tfm/public/boisik/bskrol10.tfm + texmf-dist/fonts/tfm/public/boisik/bskrsb10.tfm + texmf-dist/fonts/tfm/public/boisik/bskrsl10.tfm + texmf-dist/fonts/tfm/public/boisik/bskrw10.tfm + texmf-dist/fonts/tfm/public/boisik/bsksc10.tfm + texmf-dist/fonts/tfm/public/boisik/bsksy10.tfm + texmf-dist/fonts/tfm/public/boisik/bsksyol10.tfm + texmf-dist/fonts/tfm/public/boisik/bsksysl10.tfm + texmf-dist/tex/latex/boisik/boisik.sty + texmf-dist/tex/latex/boisik/il2bsk.fd + texmf-dist/tex/latex/boisik/il2bskf.fd + texmf-dist/tex/latex/boisik/lblbskm.fd + texmf-dist/tex/latex/boisik/lblcmr.fd + texmf-dist/tex/latex/boisik/lblenc.def + texmf-dist/tex/latex/boisik/lbmbsk.fd + texmf-dist/tex/latex/boisik/lbmbskms.fd + texmf-dist/tex/latex/boisik/lbmcmr.fd + texmf-dist/tex/latex/boisik/lbmenc.def + texmf-dist/tex/latex/boisik/lbsbsk.fd + texmf-dist/tex/latex/boisik/lbsbsksy.fd + texmf-dist/tex/latex/boisik/lbscmr.fd + texmf-dist/tex/latex/boisik/lbsenc.def + texmf-dist/tex/latex/boisik/ot1bsk.fd + texmf-dist/tex/latex/boisik/ot1bskf.fd + texmf-dist/tex/latex/boisik/ts1bsk.fd + texmf-dist/tex/latex/boisik/ubskex.fd +catalogue-ctan /fonts/boisik +catalogue-date 2009-08-23 18:29:20 +0200 +catalogue-license gpl2 +catalogue-version 0.5 + +name boites +category Package +revision 15878 +shortdesc Boxes that may break across pages +longdesc Defines environments that allow page breaks inside framed boxes +longdesc whose edges may be variously fancy. The bundle includes a few +longdesc examples (shaded box, box with a wavy line on its side, etc). +docfiles size=40 + texmf-dist/doc/latex/boites/README details="Readme" + texmf-dist/doc/latex/boites/README.docu + texmf-dist/doc/latex/boites/boites.pdf details="English translation" + texmf-dist/doc/latex/boites/boites_exemples.pdf details="(Contrived) examples of use" + texmf-dist/doc/latex/boites/boites_exemples.tex + texmf-dist/doc/latex/boites/ligne_qui_ondule_sur_la_gauche.eps +srcfiles size=6 + texmf-dist/source/latex/boites/Makefile + texmf-dist/source/latex/boites/boites.dtx +runfiles size=3 + texmf-dist/tex/latex/boites/boites.sty + texmf-dist/tex/latex/boites/boites_exemples.sty +catalogue-ctan /macros/latex/contrib/boites +catalogue-date 2009-05-12 11:58:09 +0200 +catalogue-license gpl + +name boldtensors +category Package +revision 15878 +shortdesc Bold latin and greek characters through simple prefix characters. +longdesc This package provides bold latin and greek characters within +longdesc \mathversion{normal}, by using ~ and " as prefix characters. +docfiles size=17 + texmf-dist/doc/latex/boldtensors/boldtensors.pdf details="Package documentation" + texmf-dist/doc/latex/boldtensors/boldtensors.tex +runfiles size=3 + texmf-dist/tex/latex/boldtensors/boldtensors.sty +catalogue-ctan /macros/latex/contrib/boldtensors +catalogue-date 2008-08-17 01:00:50 +0200 +catalogue-license gpl + +name bookest +category Package +revision 15878 +shortdesc Extended book class. +longdesc The class extends the standard book class, in the areas of +longdesc colour scheme management, document layout, headings and +longdesc footers, front page layout, and other minor items. +docfiles size=76 + texmf-dist/doc/latex/bookest/README details="Readme" + texmf-dist/doc/latex/bookest/bookestdoc-en.pdf details="Package documentation (English)" language="en" + texmf-dist/doc/latex/bookest/bookestdoc-en.tex + texmf-dist/doc/latex/bookest/bookestdoc-it.pdf details="Package documentation (Italian)" language="it" + texmf-dist/doc/latex/bookest/bookestdoc-it.tex +runfiles size=5 + texmf-dist/tex/latex/bookest/bookest.cls +catalogue-ctan /macros/latex/contrib/bookest +catalogue-date 2008-08-17 01:00:50 +0200 +catalogue-license lppl +catalogue-version 1.1 + +name bookhands +category Package +revision 15878 +shortdesc A collection of book-hand fonts. +longdesc This is a set of book-hand (MetaFont) fonts and packages +longdesc covering manuscript scripts from the 1st century until +longdesc Gutenberg and Caxton. The included hands are: Square Capitals +longdesc (1st century onwards); Roman Rustic (1st-6th centuries); +longdesc Insular Minuscule (6th cenury onwards); Carolingian Minuscule +longdesc (8th-12th centuries); Early Gothic (11th-12th centuries); +longdesc Gothic Textura Quadrata (13th-15th centuries); Gothic Textura +longdesc Prescisus vel sine pedibus (13th century onwards); Rotunda (13- +longdesc 15th centuries); Humanist Minuscule (14th century onwards); +longdesc Uncial (3rd-6th centuries); Half Uncial (3rd-9th centuries); +longdesc Artificial Uncial (6th-10th centuries); and Insular Majuscule +longdesc (6th-9th centuries). +docfiles size=349 + texmf-dist/doc/fonts/bookhands/README.PRW + texmf-dist/doc/fonts/bookhands/README.auncial + texmf-dist/doc/fonts/bookhands/README.carolmin + texmf-dist/doc/fonts/bookhands/README.egothic + texmf-dist/doc/fonts/bookhands/README.humanist + texmf-dist/doc/fonts/bookhands/README.huncial + texmf-dist/doc/fonts/bookhands/README.inslrmaj + texmf-dist/doc/fonts/bookhands/README.inslrmin + texmf-dist/doc/fonts/bookhands/README.pgothic + texmf-dist/doc/fonts/bookhands/README.rotunda + texmf-dist/doc/fonts/bookhands/README.rustic + texmf-dist/doc/fonts/bookhands/README.sqrcaps + texmf-dist/doc/fonts/bookhands/README.tgothic + texmf-dist/doc/fonts/bookhands/README.uncial + texmf-dist/doc/fonts/bookhands/auncial-allfont.ps.gz + texmf-dist/doc/fonts/bookhands/auncial-allfont.tex + texmf-dist/doc/fonts/bookhands/auncial-tryfont.ps.gz + texmf-dist/doc/fonts/bookhands/auncial-tryfont.tex + texmf-dist/doc/fonts/bookhands/bsamples.ps.gz + texmf-dist/doc/fonts/bookhands/bsamples.tex + texmf-dist/doc/fonts/bookhands/carolmin-allfont.tex + texmf-dist/doc/fonts/bookhands/carolmin-tryfont.tex + texmf-dist/doc/fonts/bookhands/egothic-allfont.tex + texmf-dist/doc/fonts/bookhands/egothic-tryfont.tex + texmf-dist/doc/fonts/bookhands/humanist-allfont.tex + texmf-dist/doc/fonts/bookhands/humanist-tryfont.tex + texmf-dist/doc/fonts/bookhands/huncial-allfont.ps.gz + texmf-dist/doc/fonts/bookhands/huncial-allfont.tex + texmf-dist/doc/fonts/bookhands/huncial-tryfont.ps.gz + texmf-dist/doc/fonts/bookhands/huncial-tryfont.tex + texmf-dist/doc/fonts/bookhands/inslrmaj-allfont.ps.gz + texmf-dist/doc/fonts/bookhands/inslrmaj-allfont.tex + texmf-dist/doc/fonts/bookhands/inslrmaj-tryfont.ps.gz + texmf-dist/doc/fonts/bookhands/inslrmaj-tryfont.tex + texmf-dist/doc/fonts/bookhands/inslrmin-allfont.tex + texmf-dist/doc/fonts/bookhands/inslrmin-tryfont.tex + texmf-dist/doc/fonts/bookhands/pgothic-allfont.tex + texmf-dist/doc/fonts/bookhands/pgothic-tryfont.tex + texmf-dist/doc/fonts/bookhands/rotunda-allfont.tex + texmf-dist/doc/fonts/bookhands/rotunda-tryfont.tex + texmf-dist/doc/fonts/bookhands/rustic-allfont.ps.gz + texmf-dist/doc/fonts/bookhands/rustic-allfont.tex + texmf-dist/doc/fonts/bookhands/rustic-tryfont.ps.gz + texmf-dist/doc/fonts/bookhands/rustic-tryfont.tex + texmf-dist/doc/fonts/bookhands/sqrcaps-allfont.tex + texmf-dist/doc/fonts/bookhands/sqrcaps-tryfont.tex + texmf-dist/doc/fonts/bookhands/tgothic-allfont.tex + texmf-dist/doc/fonts/bookhands/tgothic-tryfont.tex + texmf-dist/doc/fonts/bookhands/uncial-allfont.ps.gz + texmf-dist/doc/fonts/bookhands/uncial-allfont.tex + texmf-dist/doc/fonts/bookhands/uncial-tryfont.ps.gz + texmf-dist/doc/fonts/bookhands/uncial-tryfont.tex +srcfiles size=430 + texmf-dist/source/latex/bookhands/auncial/auncial.dtx + texmf-dist/source/latex/bookhands/auncial/auncial.ins + texmf-dist/source/latex/bookhands/carolmin/carolmin.dtx + texmf-dist/source/latex/bookhands/carolmin/carolmin.ins + texmf-dist/source/latex/bookhands/egothic/egothic.dtx + texmf-dist/source/latex/bookhands/egothic/egothic.ins + texmf-dist/source/latex/bookhands/humanist/humanist.dtx + texmf-dist/source/latex/bookhands/humanist/humanist.ins + texmf-dist/source/latex/bookhands/huncial/huncial.dtx + texmf-dist/source/latex/bookhands/huncial/huncial.ins + texmf-dist/source/latex/bookhands/inslrmaj/inslrmaj.dtx + texmf-dist/source/latex/bookhands/inslrmaj/inslrmaj.ins + texmf-dist/source/latex/bookhands/inslrmin/inslrmin.dtx + texmf-dist/source/latex/bookhands/inslrmin/inslrmin.ins + texmf-dist/source/latex/bookhands/pgothic/pgothic.dtx + texmf-dist/source/latex/bookhands/pgothic/pgothic.ins + texmf-dist/source/latex/bookhands/rotunda/rotunda.dtx + texmf-dist/source/latex/bookhands/rotunda/rotunda.ins + texmf-dist/source/latex/bookhands/rustic/rustic.dtx + texmf-dist/source/latex/bookhands/rustic/rustic.ins + texmf-dist/source/latex/bookhands/sqrcaps/sqrcaps.dtx + texmf-dist/source/latex/bookhands/sqrcaps/sqrcaps.ins + texmf-dist/source/latex/bookhands/tgothic/tgothic.dtx + texmf-dist/source/latex/bookhands/tgothic/tgothic.ins + texmf-dist/source/latex/bookhands/uncial/uncial.dtx + texmf-dist/source/latex/bookhands/uncial/uncial.ins +runfiles size=381 + texmf-dist/fonts/source/public/bookhands/auncl10.mf + texmf-dist/fonts/source/public/bookhands/auncl17.mf + texmf-dist/fonts/source/public/bookhands/auncl7.mf + texmf-dist/fonts/source/public/bookhands/aunclb10.mf + texmf-dist/fonts/source/public/bookhands/aunclb17.mf + texmf-dist/fonts/source/public/bookhands/aunclb7.mf + texmf-dist/fonts/source/public/bookhands/auncldig.mf + texmf-dist/fonts/source/public/bookhands/auncll.mf + texmf-dist/fonts/source/public/bookhands/auncllig.mf + texmf-dist/fonts/source/public/bookhands/aunclpunct.mf + texmf-dist/fonts/source/public/bookhands/auncltitle.mf + texmf-dist/fonts/source/public/bookhands/aunclu.mf + texmf-dist/fonts/source/public/bookhands/cmin10.mf + texmf-dist/fonts/source/public/bookhands/cmin17.mf + texmf-dist/fonts/source/public/bookhands/cmin7.mf + texmf-dist/fonts/source/public/bookhands/cminb10.mf + texmf-dist/fonts/source/public/bookhands/cminb17.mf + texmf-dist/fonts/source/public/bookhands/cminb7.mf + texmf-dist/fonts/source/public/bookhands/cmindig.mf + texmf-dist/fonts/source/public/bookhands/cminl.mf + texmf-dist/fonts/source/public/bookhands/cminlig.mf + texmf-dist/fonts/source/public/bookhands/cminpunct.mf + texmf-dist/fonts/source/public/bookhands/cmintitle.mf + texmf-dist/fonts/source/public/bookhands/cminu.mf + texmf-dist/fonts/source/public/bookhands/egoth10.mf + texmf-dist/fonts/source/public/bookhands/egoth17.mf + texmf-dist/fonts/source/public/bookhands/egoth7.mf + texmf-dist/fonts/source/public/bookhands/egothb10.mf + texmf-dist/fonts/source/public/bookhands/egothb17.mf + texmf-dist/fonts/source/public/bookhands/egothb7.mf + texmf-dist/fonts/source/public/bookhands/egothdig.mf + texmf-dist/fonts/source/public/bookhands/egothl.mf + texmf-dist/fonts/source/public/bookhands/egothlig.mf + texmf-dist/fonts/source/public/bookhands/egothpunct.mf + texmf-dist/fonts/source/public/bookhands/egothtitle.mf + texmf-dist/fonts/source/public/bookhands/egothu.mf + texmf-dist/fonts/source/public/bookhands/hmin10.mf + texmf-dist/fonts/source/public/bookhands/hmin17.mf + texmf-dist/fonts/source/public/bookhands/hmin7.mf + texmf-dist/fonts/source/public/bookhands/hminb10.mf + texmf-dist/fonts/source/public/bookhands/hminb17.mf + texmf-dist/fonts/source/public/bookhands/hminb7.mf + texmf-dist/fonts/source/public/bookhands/hmindig.mf + texmf-dist/fonts/source/public/bookhands/hminl.mf + texmf-dist/fonts/source/public/bookhands/hminlig.mf + texmf-dist/fonts/source/public/bookhands/hminpunct.mf + texmf-dist/fonts/source/public/bookhands/hmintitle.mf + texmf-dist/fonts/source/public/bookhands/hminu.mf + texmf-dist/fonts/source/public/bookhands/huncl10.mf + texmf-dist/fonts/source/public/bookhands/huncl17.mf + texmf-dist/fonts/source/public/bookhands/huncl7.mf + texmf-dist/fonts/source/public/bookhands/hunclb10.mf + texmf-dist/fonts/source/public/bookhands/hunclb17.mf + texmf-dist/fonts/source/public/bookhands/hunclb7.mf + texmf-dist/fonts/source/public/bookhands/huncldig.mf + texmf-dist/fonts/source/public/bookhands/huncll.mf + texmf-dist/fonts/source/public/bookhands/huncllig.mf + texmf-dist/fonts/source/public/bookhands/hunclpunct.mf + texmf-dist/fonts/source/public/bookhands/huncltitle.mf + texmf-dist/fonts/source/public/bookhands/hunclu.mf + texmf-dist/fonts/source/public/bookhands/imaj10.mf + texmf-dist/fonts/source/public/bookhands/imaj17.mf + texmf-dist/fonts/source/public/bookhands/imaj7.mf + texmf-dist/fonts/source/public/bookhands/imajb10.mf + texmf-dist/fonts/source/public/bookhands/imajb17.mf + texmf-dist/fonts/source/public/bookhands/imajb7.mf + texmf-dist/fonts/source/public/bookhands/imajdig.mf + texmf-dist/fonts/source/public/bookhands/imajl.mf + texmf-dist/fonts/source/public/bookhands/imajlig.mf + texmf-dist/fonts/source/public/bookhands/imajpunct.mf + texmf-dist/fonts/source/public/bookhands/imajtitle.mf + texmf-dist/fonts/source/public/bookhands/imaju.mf + texmf-dist/fonts/source/public/bookhands/imin10.mf + texmf-dist/fonts/source/public/bookhands/imin17.mf + texmf-dist/fonts/source/public/bookhands/imin7.mf + texmf-dist/fonts/source/public/bookhands/iminb10.mf + texmf-dist/fonts/source/public/bookhands/iminb17.mf + texmf-dist/fonts/source/public/bookhands/iminb7.mf + texmf-dist/fonts/source/public/bookhands/imindig.mf + texmf-dist/fonts/source/public/bookhands/iminl.mf + texmf-dist/fonts/source/public/bookhands/iminlig.mf + texmf-dist/fonts/source/public/bookhands/iminpunct.mf + texmf-dist/fonts/source/public/bookhands/imintitle.mf + texmf-dist/fonts/source/public/bookhands/iminu.mf + texmf-dist/fonts/source/public/bookhands/pgoth10.mf + texmf-dist/fonts/source/public/bookhands/pgoth17.mf + texmf-dist/fonts/source/public/bookhands/pgoth7.mf + texmf-dist/fonts/source/public/bookhands/pgothb10.mf + texmf-dist/fonts/source/public/bookhands/pgothb17.mf + texmf-dist/fonts/source/public/bookhands/pgothb7.mf + texmf-dist/fonts/source/public/bookhands/pgothdig.mf + texmf-dist/fonts/source/public/bookhands/pgothl.mf + texmf-dist/fonts/source/public/bookhands/pgothlig.mf + texmf-dist/fonts/source/public/bookhands/pgothpunct.mf + texmf-dist/fonts/source/public/bookhands/pgothtitle.mf + texmf-dist/fonts/source/public/bookhands/pgothu.mf + texmf-dist/fonts/source/public/bookhands/rtnd10.mf + texmf-dist/fonts/source/public/bookhands/rtnd17.mf + texmf-dist/fonts/source/public/bookhands/rtnd7.mf + texmf-dist/fonts/source/public/bookhands/rtndb10.mf + texmf-dist/fonts/source/public/bookhands/rtndb17.mf + texmf-dist/fonts/source/public/bookhands/rtndb7.mf + texmf-dist/fonts/source/public/bookhands/rtnddig.mf + texmf-dist/fonts/source/public/bookhands/rtndl.mf + texmf-dist/fonts/source/public/bookhands/rtndlig.mf + texmf-dist/fonts/source/public/bookhands/rtndpunct.mf + texmf-dist/fonts/source/public/bookhands/rtndtitle.mf + texmf-dist/fonts/source/public/bookhands/rtndu.mf + texmf-dist/fonts/source/public/bookhands/rust10.mf + texmf-dist/fonts/source/public/bookhands/rust17.mf + texmf-dist/fonts/source/public/bookhands/rust7.mf + texmf-dist/fonts/source/public/bookhands/rustb10.mf + texmf-dist/fonts/source/public/bookhands/rustb17.mf + texmf-dist/fonts/source/public/bookhands/rustb7.mf + texmf-dist/fonts/source/public/bookhands/rustdig.mf + texmf-dist/fonts/source/public/bookhands/rustl.mf + texmf-dist/fonts/source/public/bookhands/rustlig.mf + texmf-dist/fonts/source/public/bookhands/rustpunct.mf + texmf-dist/fonts/source/public/bookhands/rusttitle.mf + texmf-dist/fonts/source/public/bookhands/rustu.mf + texmf-dist/fonts/source/public/bookhands/sqrc10.mf + texmf-dist/fonts/source/public/bookhands/sqrc17.mf + texmf-dist/fonts/source/public/bookhands/sqrc7.mf + texmf-dist/fonts/source/public/bookhands/sqrcb10.mf + texmf-dist/fonts/source/public/bookhands/sqrcb17.mf + texmf-dist/fonts/source/public/bookhands/sqrcb7.mf + texmf-dist/fonts/source/public/bookhands/sqrcdig.mf + texmf-dist/fonts/source/public/bookhands/sqrcl.mf + texmf-dist/fonts/source/public/bookhands/sqrclig.mf + texmf-dist/fonts/source/public/bookhands/sqrcpunct.mf + texmf-dist/fonts/source/public/bookhands/sqrctitle.mf + texmf-dist/fonts/source/public/bookhands/sqrcu.mf + texmf-dist/fonts/source/public/bookhands/tgoth10.mf + texmf-dist/fonts/source/public/bookhands/tgoth17.mf + texmf-dist/fonts/source/public/bookhands/tgoth7.mf + texmf-dist/fonts/source/public/bookhands/tgothb10.mf + texmf-dist/fonts/source/public/bookhands/tgothb17.mf + texmf-dist/fonts/source/public/bookhands/tgothb7.mf + texmf-dist/fonts/source/public/bookhands/tgothdig.mf + texmf-dist/fonts/source/public/bookhands/tgothl.mf + texmf-dist/fonts/source/public/bookhands/tgothlig.mf + texmf-dist/fonts/source/public/bookhands/tgothpunct.mf + texmf-dist/fonts/source/public/bookhands/tgothtitle.mf + texmf-dist/fonts/source/public/bookhands/tgothu.mf + texmf-dist/fonts/source/public/bookhands/uncl10.mf + texmf-dist/fonts/source/public/bookhands/uncl17.mf + texmf-dist/fonts/source/public/bookhands/uncl7.mf + texmf-dist/fonts/source/public/bookhands/unclb10.mf + texmf-dist/fonts/source/public/bookhands/unclb17.mf + texmf-dist/fonts/source/public/bookhands/unclb7.mf + texmf-dist/fonts/source/public/bookhands/uncldig.mf + texmf-dist/fonts/source/public/bookhands/uncll.mf + texmf-dist/fonts/source/public/bookhands/uncllig.mf + texmf-dist/fonts/source/public/bookhands/unclpunct.mf + texmf-dist/fonts/source/public/bookhands/uncltitle.mf + texmf-dist/fonts/source/public/bookhands/unclu.mf + texmf-dist/tex/latex/bookhands/allauncl.sty + texmf-dist/tex/latex/bookhands/allcmin.sty + texmf-dist/tex/latex/bookhands/allegoth.sty + texmf-dist/tex/latex/bookhands/allhmin.sty + texmf-dist/tex/latex/bookhands/allhuncl.sty + texmf-dist/tex/latex/bookhands/allimaj.sty + texmf-dist/tex/latex/bookhands/allimin.sty + texmf-dist/tex/latex/bookhands/allpgoth.sty + texmf-dist/tex/latex/bookhands/allrtnd.sty + texmf-dist/tex/latex/bookhands/allrust.sty + texmf-dist/tex/latex/bookhands/allsqrc.sty + texmf-dist/tex/latex/bookhands/alltgoth.sty + texmf-dist/tex/latex/bookhands/alluncl.sty + texmf-dist/tex/latex/bookhands/auncial.sty + texmf-dist/tex/latex/bookhands/carolmin.sty + texmf-dist/tex/latex/bookhands/egothic.sty + texmf-dist/tex/latex/bookhands/humanist.sty + texmf-dist/tex/latex/bookhands/huncial.sty + texmf-dist/tex/latex/bookhands/inslrmaj.sty + texmf-dist/tex/latex/bookhands/inslrmin.sty + texmf-dist/tex/latex/bookhands/ot1auncl.fd + texmf-dist/tex/latex/bookhands/ot1cmin.fd + texmf-dist/tex/latex/bookhands/ot1egoth.fd + texmf-dist/tex/latex/bookhands/ot1hmin.fd + texmf-dist/tex/latex/bookhands/ot1huncl.fd + texmf-dist/tex/latex/bookhands/ot1imaj.fd + texmf-dist/tex/latex/bookhands/ot1imin.fd + texmf-dist/tex/latex/bookhands/ot1pgoth.fd + texmf-dist/tex/latex/bookhands/ot1rtnd.fd + texmf-dist/tex/latex/bookhands/ot1rust.fd + texmf-dist/tex/latex/bookhands/ot1sqrc.fd + texmf-dist/tex/latex/bookhands/ot1tgoth.fd + texmf-dist/tex/latex/bookhands/ot1uncl.fd + texmf-dist/tex/latex/bookhands/pgothic.sty + texmf-dist/tex/latex/bookhands/rotunda.sty + texmf-dist/tex/latex/bookhands/rustic.sty + texmf-dist/tex/latex/bookhands/sqrcaps.sty + texmf-dist/tex/latex/bookhands/t1auncl.fd + texmf-dist/tex/latex/bookhands/t1cmin.fd + texmf-dist/tex/latex/bookhands/t1egoth.fd + texmf-dist/tex/latex/bookhands/t1hmin.fd + texmf-dist/tex/latex/bookhands/t1huncl.fd + texmf-dist/tex/latex/bookhands/t1imaj.fd + texmf-dist/tex/latex/bookhands/t1imin.fd + texmf-dist/tex/latex/bookhands/t1pgoth.fd + texmf-dist/tex/latex/bookhands/t1rtnd.fd + texmf-dist/tex/latex/bookhands/t1rust.fd + texmf-dist/tex/latex/bookhands/t1sqrc.fd + texmf-dist/tex/latex/bookhands/t1tgoth.fd + texmf-dist/tex/latex/bookhands/t1uncl.fd + texmf-dist/tex/latex/bookhands/tgothic.sty + texmf-dist/tex/latex/bookhands/uncial.sty +catalogue-ctan /fonts/bookhands +catalogue-date 2008-01-03 17:18:54 +0100 +catalogue-license lppl + +name booklet +category Package +revision 15878 +shortdesc Aids for printing simple booklets. +longdesc Pages of a document processed with the booklet package will be +longdesc reordered and scalled so that they can be printed as four pages +longdesc per physical sheet of paper, two pages per side. The resulting +longdesc sheets will, when folded in half, assemble into a booklet. +longdesc Instructions on producing the manual itself as a booklet are +longdesc included. +docfiles size=63 + texmf-dist/doc/latex/booklet/README details="Readme" + texmf-dist/doc/latex/booklet/booklet.pdf details="Package documentation" +srcfiles size=23 + texmf-dist/source/latex/booklet/booklet.dtx + texmf-dist/source/latex/booklet/booklet.ins +runfiles size=3 + texmf-dist/tex/latex/booklet/bkltprnt.sty + texmf-dist/tex/latex/booklet/booklet.sty +catalogue-ctan /macros/latex/contrib/booklet +catalogue-date 2009-09-02 11:33:10 +0200 +catalogue-license lppl1.3 +catalogue-version 0.7b + +name bookman +category Package +revision 15878 +runfiles size=420 + texmf-dist/dvips/bookman/config.ubk + texmf-dist/fonts/afm/adobe/bookman/pbkd8a.afm + texmf-dist/fonts/afm/adobe/bookman/pbkdi8a.afm + texmf-dist/fonts/afm/adobe/bookman/pbkl8a.afm + texmf-dist/fonts/afm/adobe/bookman/pbkli8a.afm + texmf-dist/fonts/afm/urw/bookman/ubkd8a.afm + texmf-dist/fonts/afm/urw/bookman/ubkdi8a.afm + texmf-dist/fonts/afm/urw/bookman/ubkl8a.afm + texmf-dist/fonts/afm/urw/bookman/ubkli8a.afm + texmf-dist/fonts/map/dvips/bookman/ubk.map + texmf-dist/fonts/tfm/adobe/bookman/pbkd.tfm + texmf-dist/fonts/tfm/adobe/bookman/pbkd7t.tfm + texmf-dist/fonts/tfm/adobe/bookman/pbkd8c.tfm + texmf-dist/fonts/tfm/adobe/bookman/pbkd8r.tfm + texmf-dist/fonts/tfm/adobe/bookman/pbkd8t.tfm + texmf-dist/fonts/tfm/adobe/bookman/pbkdc.tfm + texmf-dist/fonts/tfm/adobe/bookman/pbkdc7t.tfm + texmf-dist/fonts/tfm/adobe/bookman/pbkdc8t.tfm + texmf-dist/fonts/tfm/adobe/bookman/pbkdi.tfm + texmf-dist/fonts/tfm/adobe/bookman/pbkdi7t.tfm + texmf-dist/fonts/tfm/adobe/bookman/pbkdi8c.tfm + texmf-dist/fonts/tfm/adobe/bookman/pbkdi8r.tfm + texmf-dist/fonts/tfm/adobe/bookman/pbkdi8t.tfm + texmf-dist/fonts/tfm/adobe/bookman/pbkdo.tfm + texmf-dist/fonts/tfm/adobe/bookman/pbkdo7t.tfm + texmf-dist/fonts/tfm/adobe/bookman/pbkdo8c.tfm + texmf-dist/fonts/tfm/adobe/bookman/pbkdo8r.tfm + texmf-dist/fonts/tfm/adobe/bookman/pbkdo8t.tfm + texmf-dist/fonts/tfm/adobe/bookman/pbkl.tfm + texmf-dist/fonts/tfm/adobe/bookman/pbkl7t.tfm + texmf-dist/fonts/tfm/adobe/bookman/pbkl8c.tfm + texmf-dist/fonts/tfm/adobe/bookman/pbkl8r.tfm + texmf-dist/fonts/tfm/adobe/bookman/pbkl8t.tfm + texmf-dist/fonts/tfm/adobe/bookman/pbklc.tfm + texmf-dist/fonts/tfm/adobe/bookman/pbklc7t.tfm + texmf-dist/fonts/tfm/adobe/bookman/pbklc8t.tfm + texmf-dist/fonts/tfm/adobe/bookman/pbkli.tfm + texmf-dist/fonts/tfm/adobe/bookman/pbkli7t.tfm + texmf-dist/fonts/tfm/adobe/bookman/pbkli8c.tfm + texmf-dist/fonts/tfm/adobe/bookman/pbkli8r.tfm + texmf-dist/fonts/tfm/adobe/bookman/pbkli8t.tfm + texmf-dist/fonts/tfm/adobe/bookman/pbklo.tfm + texmf-dist/fonts/tfm/adobe/bookman/pbklo7t.tfm + texmf-dist/fonts/tfm/adobe/bookman/pbklo8c.tfm + texmf-dist/fonts/tfm/adobe/bookman/pbklo8r.tfm + texmf-dist/fonts/tfm/adobe/bookman/pbklo8t.tfm + texmf-dist/fonts/tfm/adobe/bookman/rpbkd.tfm + texmf-dist/fonts/tfm/adobe/bookman/rpbkdi.tfm + texmf-dist/fonts/tfm/adobe/bookman/rpbkl.tfm + texmf-dist/fonts/tfm/adobe/bookman/rpbkli.tfm + texmf-dist/fonts/tfm/cspsfonts-adobe/bookman/pbkd8z.tfm + texmf-dist/fonts/tfm/cspsfonts-adobe/bookman/pbkdc8z.tfm + texmf-dist/fonts/tfm/cspsfonts-adobe/bookman/pbkdi8z.tfm + texmf-dist/fonts/tfm/cspsfonts-adobe/bookman/pbkl8z.tfm + texmf-dist/fonts/tfm/cspsfonts-adobe/bookman/pbklc8z.tfm + texmf-dist/fonts/tfm/cspsfonts-adobe/bookman/pbkli8z.tfm + texmf-dist/fonts/tfm/groff/bookman/pbkd8g.tfm + texmf-dist/fonts/tfm/groff/bookman/pbkdi8g.tfm + texmf-dist/fonts/tfm/groff/bookman/pbkl8g.tfm + texmf-dist/fonts/tfm/groff/bookman/pbkli8g.tfm + texmf-dist/fonts/tfm/urw35vf/bookman/ubkb7t.tfm + texmf-dist/fonts/tfm/urw35vf/bookman/ubkb8c.tfm + texmf-dist/fonts/tfm/urw35vf/bookman/ubkb8r.tfm + texmf-dist/fonts/tfm/urw35vf/bookman/ubkb8t.tfm + texmf-dist/fonts/tfm/urw35vf/bookman/ubkbc7t.tfm + texmf-dist/fonts/tfm/urw35vf/bookman/ubkbc8t.tfm + texmf-dist/fonts/tfm/urw35vf/bookman/ubkbi7t.tfm + texmf-dist/fonts/tfm/urw35vf/bookman/ubkbi8c.tfm + texmf-dist/fonts/tfm/urw35vf/bookman/ubkbi8r.tfm + texmf-dist/fonts/tfm/urw35vf/bookman/ubkbi8t.tfm + texmf-dist/fonts/tfm/urw35vf/bookman/ubkbo7t.tfm + texmf-dist/fonts/tfm/urw35vf/bookman/ubkbo8c.tfm + texmf-dist/fonts/tfm/urw35vf/bookman/ubkbo8r.tfm + texmf-dist/fonts/tfm/urw35vf/bookman/ubkbo8t.tfm + texmf-dist/fonts/tfm/urw35vf/bookman/ubkd7t.tfm + texmf-dist/fonts/tfm/urw35vf/bookman/ubkd8c.tfm + texmf-dist/fonts/tfm/urw35vf/bookman/ubkd8r.tfm + texmf-dist/fonts/tfm/urw35vf/bookman/ubkd8t.tfm + texmf-dist/fonts/tfm/urw35vf/bookman/ubkdc7t.tfm + texmf-dist/fonts/tfm/urw35vf/bookman/ubkdc8t.tfm + texmf-dist/fonts/tfm/urw35vf/bookman/ubkdi7t.tfm + texmf-dist/fonts/tfm/urw35vf/bookman/ubkdi8c.tfm + texmf-dist/fonts/tfm/urw35vf/bookman/ubkdi8r.tfm + texmf-dist/fonts/tfm/urw35vf/bookman/ubkdi8t.tfm + texmf-dist/fonts/tfm/urw35vf/bookman/ubkdo7t.tfm + texmf-dist/fonts/tfm/urw35vf/bookman/ubkdo8c.tfm + texmf-dist/fonts/tfm/urw35vf/bookman/ubkdo8r.tfm + texmf-dist/fonts/tfm/urw35vf/bookman/ubkdo8t.tfm + texmf-dist/fonts/tfm/urw35vf/bookman/ubkl7t.tfm + texmf-dist/fonts/tfm/urw35vf/bookman/ubkl8c.tfm + texmf-dist/fonts/tfm/urw35vf/bookman/ubkl8r.tfm + texmf-dist/fonts/tfm/urw35vf/bookman/ubkl8t.tfm + texmf-dist/fonts/tfm/urw35vf/bookman/ubklc7t.tfm + texmf-dist/fonts/tfm/urw35vf/bookman/ubklc8t.tfm + texmf-dist/fonts/tfm/urw35vf/bookman/ubkli7t.tfm + texmf-dist/fonts/tfm/urw35vf/bookman/ubkli8c.tfm + texmf-dist/fonts/tfm/urw35vf/bookman/ubkli8r.tfm + texmf-dist/fonts/tfm/urw35vf/bookman/ubkli8t.tfm + texmf-dist/fonts/tfm/urw35vf/bookman/ubklo7t.tfm + texmf-dist/fonts/tfm/urw35vf/bookman/ubklo8c.tfm + texmf-dist/fonts/tfm/urw35vf/bookman/ubklo8r.tfm + texmf-dist/fonts/tfm/urw35vf/bookman/ubklo8t.tfm + texmf-dist/fonts/tfm/urw35vf/bookman/ubkr7t.tfm + texmf-dist/fonts/tfm/urw35vf/bookman/ubkr8c.tfm + texmf-dist/fonts/tfm/urw35vf/bookman/ubkr8r.tfm + texmf-dist/fonts/tfm/urw35vf/bookman/ubkr8t.tfm + texmf-dist/fonts/tfm/urw35vf/bookman/ubkrc7t.tfm + texmf-dist/fonts/tfm/urw35vf/bookman/ubkrc8t.tfm + texmf-dist/fonts/tfm/urw35vf/bookman/ubkri7t.tfm + texmf-dist/fonts/tfm/urw35vf/bookman/ubkri8c.tfm + texmf-dist/fonts/tfm/urw35vf/bookman/ubkri8r.tfm + texmf-dist/fonts/tfm/urw35vf/bookman/ubkri8t.tfm + texmf-dist/fonts/tfm/urw35vf/bookman/ubkro7t.tfm + texmf-dist/fonts/tfm/urw35vf/bookman/ubkro8c.tfm + texmf-dist/fonts/tfm/urw35vf/bookman/ubkro8r.tfm + texmf-dist/fonts/tfm/urw35vf/bookman/ubkro8t.tfm + texmf-dist/fonts/type1/urw/bookman/ubkd8a.pfb + texmf-dist/fonts/type1/urw/bookman/ubkd8a.pfm + texmf-dist/fonts/type1/urw/bookman/ubkdi8a.pfb + texmf-dist/fonts/type1/urw/bookman/ubkdi8a.pfm + texmf-dist/fonts/type1/urw/bookman/ubkl8a.pfb + texmf-dist/fonts/type1/urw/bookman/ubkl8a.pfm + texmf-dist/fonts/type1/urw/bookman/ubkli8a.pfb + texmf-dist/fonts/type1/urw/bookman/ubkli8a.pfm + texmf-dist/fonts/vf/adobe/bookman/pbkd.vf + texmf-dist/fonts/vf/adobe/bookman/pbkd7t.vf + texmf-dist/fonts/vf/adobe/bookman/pbkd8c.vf + texmf-dist/fonts/vf/adobe/bookman/pbkd8t.vf + texmf-dist/fonts/vf/adobe/bookman/pbkdc.vf + texmf-dist/fonts/vf/adobe/bookman/pbkdc7t.vf + texmf-dist/fonts/vf/adobe/bookman/pbkdc8t.vf + texmf-dist/fonts/vf/adobe/bookman/pbkdi.vf + texmf-dist/fonts/vf/adobe/bookman/pbkdi7t.vf + texmf-dist/fonts/vf/adobe/bookman/pbkdi8c.vf + texmf-dist/fonts/vf/adobe/bookman/pbkdi8t.vf + texmf-dist/fonts/vf/adobe/bookman/pbkdo.vf + texmf-dist/fonts/vf/adobe/bookman/pbkdo7t.vf + texmf-dist/fonts/vf/adobe/bookman/pbkdo8c.vf + texmf-dist/fonts/vf/adobe/bookman/pbkdo8t.vf + texmf-dist/fonts/vf/adobe/bookman/pbkl.vf + texmf-dist/fonts/vf/adobe/bookman/pbkl7t.vf + texmf-dist/fonts/vf/adobe/bookman/pbkl8c.vf + texmf-dist/fonts/vf/adobe/bookman/pbkl8t.vf + texmf-dist/fonts/vf/adobe/bookman/pbklc.vf + texmf-dist/fonts/vf/adobe/bookman/pbklc7t.vf + texmf-dist/fonts/vf/adobe/bookman/pbklc8t.vf + texmf-dist/fonts/vf/adobe/bookman/pbkli.vf + texmf-dist/fonts/vf/adobe/bookman/pbkli7t.vf + texmf-dist/fonts/vf/adobe/bookman/pbkli8c.vf + texmf-dist/fonts/vf/adobe/bookman/pbkli8t.vf + texmf-dist/fonts/vf/adobe/bookman/pbklo.vf + texmf-dist/fonts/vf/adobe/bookman/pbklo7t.vf + texmf-dist/fonts/vf/adobe/bookman/pbklo8c.vf + texmf-dist/fonts/vf/adobe/bookman/pbklo8t.vf + texmf-dist/fonts/vf/cspsfonts-adobe/bookman/pbkd8z.vf + texmf-dist/fonts/vf/cspsfonts-adobe/bookman/pbkdc8z.vf + texmf-dist/fonts/vf/cspsfonts-adobe/bookman/pbkdi8z.vf + texmf-dist/fonts/vf/cspsfonts-adobe/bookman/pbkl8z.vf + texmf-dist/fonts/vf/cspsfonts-adobe/bookman/pbklc8z.vf + texmf-dist/fonts/vf/cspsfonts-adobe/bookman/pbkli8z.vf + texmf-dist/fonts/vf/urw35vf/bookman/ubkb7t.vf + texmf-dist/fonts/vf/urw35vf/bookman/ubkb8c.vf + texmf-dist/fonts/vf/urw35vf/bookman/ubkb8t.vf + texmf-dist/fonts/vf/urw35vf/bookman/ubkbc7t.vf + texmf-dist/fonts/vf/urw35vf/bookman/ubkbc8t.vf + texmf-dist/fonts/vf/urw35vf/bookman/ubkbi7t.vf + texmf-dist/fonts/vf/urw35vf/bookman/ubkbi8c.vf + texmf-dist/fonts/vf/urw35vf/bookman/ubkbi8t.vf + texmf-dist/fonts/vf/urw35vf/bookman/ubkbo7t.vf + texmf-dist/fonts/vf/urw35vf/bookman/ubkbo8c.vf + texmf-dist/fonts/vf/urw35vf/bookman/ubkbo8t.vf + texmf-dist/fonts/vf/urw35vf/bookman/ubkd7t.vf + texmf-dist/fonts/vf/urw35vf/bookman/ubkd8c.vf + texmf-dist/fonts/vf/urw35vf/bookman/ubkd8t.vf + texmf-dist/fonts/vf/urw35vf/bookman/ubkdc7t.vf + texmf-dist/fonts/vf/urw35vf/bookman/ubkdc8t.vf + texmf-dist/fonts/vf/urw35vf/bookman/ubkdi7t.vf + texmf-dist/fonts/vf/urw35vf/bookman/ubkdi8c.vf + texmf-dist/fonts/vf/urw35vf/bookman/ubkdi8t.vf + texmf-dist/fonts/vf/urw35vf/bookman/ubkdo7t.vf + texmf-dist/fonts/vf/urw35vf/bookman/ubkdo8c.vf + texmf-dist/fonts/vf/urw35vf/bookman/ubkdo8t.vf + texmf-dist/fonts/vf/urw35vf/bookman/ubkl7t.vf + texmf-dist/fonts/vf/urw35vf/bookman/ubkl8c.vf + texmf-dist/fonts/vf/urw35vf/bookman/ubkl8t.vf + texmf-dist/fonts/vf/urw35vf/bookman/ubklc7t.vf + texmf-dist/fonts/vf/urw35vf/bookman/ubklc8t.vf + texmf-dist/fonts/vf/urw35vf/bookman/ubkli7t.vf + texmf-dist/fonts/vf/urw35vf/bookman/ubkli8c.vf + texmf-dist/fonts/vf/urw35vf/bookman/ubkli8t.vf + texmf-dist/fonts/vf/urw35vf/bookman/ubklo7t.vf + texmf-dist/fonts/vf/urw35vf/bookman/ubklo8c.vf + texmf-dist/fonts/vf/urw35vf/bookman/ubklo8t.vf + texmf-dist/fonts/vf/urw35vf/bookman/ubkr7t.vf + texmf-dist/fonts/vf/urw35vf/bookman/ubkr8c.vf + texmf-dist/fonts/vf/urw35vf/bookman/ubkr8t.vf + texmf-dist/fonts/vf/urw35vf/bookman/ubkrc7t.vf + texmf-dist/fonts/vf/urw35vf/bookman/ubkrc8t.vf + texmf-dist/fonts/vf/urw35vf/bookman/ubkri7t.vf + texmf-dist/fonts/vf/urw35vf/bookman/ubkri8c.vf + texmf-dist/fonts/vf/urw35vf/bookman/ubkri8t.vf + texmf-dist/fonts/vf/urw35vf/bookman/ubkro7t.vf + texmf-dist/fonts/vf/urw35vf/bookman/ubkro8c.vf + texmf-dist/fonts/vf/urw35vf/bookman/ubkro8t.vf + texmf-dist/tex/latex/bookman/8rubk.fd + texmf-dist/tex/latex/bookman/omlubk.fd + texmf-dist/tex/latex/bookman/omsubk.fd + texmf-dist/tex/latex/bookman/ot1ubk.fd + texmf-dist/tex/latex/bookman/t1ubk.fd + texmf-dist/tex/latex/bookman/ts1ubk.fd + +name booktabs +category Package +revision 15878 +shortdesc Publication quality tables in LaTeX +longdesc The package enhances the quality of tables in LaTeX, providing +longdesc extra commands as well as behind-the-scenes optimisation. +longdesc Guidelines are given as to what constitutes a good table in +longdesc this context. From version 1.61, the package offers longtable +longdesc compatibility. +docfiles size=54 + texmf-dist/doc/latex/booktabs/COPYING + texmf-dist/doc/latex/booktabs/README details="Readme" + texmf-dist/doc/latex/booktabs/booktabs.pdf details="Package documentation" +srcfiles size=12 + texmf-dist/source/latex/booktabs/booktabs.dtx + texmf-dist/source/latex/booktabs/booktabs.ins +runfiles size=2 + texmf-dist/tex/latex/booktabs/booktabs.sty +catalogue-ctan /macros/latex/contrib/booktabs +catalogue-date 2009-09-24 15:05:48 +0200 +catalogue-license gpl +catalogue-version 1.61803 + +name boolexpr +category Package +revision 15878 +shortdesc A boolean expression evaluator and a switch command. +longdesc The \boolexpr macro evaluates boolean expressions in a purely +longdesc expandable way. \boolexpr{ A \OR B \AND C } expands to 0 if the +longdesc logical expression is TRUE. A, B, C may be: - numeric +longdesc expressions such as: x=y, x<>y, x>y or x} +longdesc ... \case{} ... ... \otherwise ... +longdesc \endswitch +docfiles size=55 + texmf-dist/doc/latex/boolexpr/README details="Readme" + texmf-dist/doc/latex/boolexpr/boolexpr.pdf details="Package documentation" +srcfiles size=12 + texmf-dist/source/latex/boolexpr/boolexpr.dtx + texmf-dist/source/latex/boolexpr/boolexpr.ins +runfiles size=2 + texmf-dist/tex/latex/boolexpr/boolexpr.sty +catalogue-ctan /macros/latex/contrib/boolexpr +catalogue-date 2009-09-30 16:31:17 +0200 +catalogue-license lppl +catalogue-version 3.1 + +name bophook +category Package +revision 15878 +shortdesc Provides an At-Begin-Page hook. +longdesc Using the \AtBeginPage hook, you can add material in the +longdesc background of a page. \PageLayout can be used to give page +longdesc makeup commands to be executed on every page (e.g., depend on +longdesc the page style). +srcfiles size=4 + texmf-dist/source/latex/bophook/bophook.dtx + texmf-dist/source/latex/bophook/bophook.ins +runfiles size=1 + texmf-dist/tex/latex/bophook/bophook.sty +catalogue-ctan /macros/latex/contrib/bophook +catalogue-date 2006-12-31 16:08:10 +0100 +catalogue-license lppl +catalogue-version 0.02 + +name borceux +category Package +revision 15878 +shortdesc Diagram macros by Francois Borceux. +longdesc The macros support the construction of diagrams, such as those +longdesc that appear in category theory texts. The user gives the list +longdesc of vertices and arrows to be included, just as when composing a +longdesc matrix, and the program takes care of computing the dimensions +longdesc of the arrows and realizing the pagesetting. All the user has +longdesc to do about the arrows is to specify their type (monomorphism, +longdesc pair of adjoint arrows, etc.) and their direction (north, +longdesc south-east, etc.); 12 types and 32 directions are available. +docfiles size=14 + texmf-dist/doc/generic/borceux/Diagram_Mode_d_Emploi + texmf-dist/doc/generic/borceux/Diagram_Read_Me +srcfiles size=8 + texmf-dist/source/generic/borceux/compatibility/OldDiagram + texmf-dist/source/generic/borceux/compatibility/OldMaxiDiagram + texmf-dist/source/generic/borceux/compatibility/OldMicroDiagram + texmf-dist/source/generic/borceux/compatibility/OldMiniDiagram + texmf-dist/source/generic/borceux/compatibility/OldMultipleArrows +runfiles size=191 + texmf-dist/tex/generic/borceux/Diagram + texmf-dist/tex/generic/borceux/MaxiDiagram + texmf-dist/tex/generic/borceux/MicroDiagram + texmf-dist/tex/generic/borceux/MiniDiagram + texmf-dist/tex/generic/borceux/MultipleArrows +catalogue-ctan /macros/generic/diagrams/borceux +catalogue-date 2009-01-02 20:30:08 +0100 +catalogue-license noinfo +catalogue-version 3.1 + +name bosisio +category Package +revision 15878 +shortdesc A collection of packages by Francesco Bosisio. +longdesc A collection of packages including: accenti dblfont; graphfig; +longdesc mathcmd; mathenv; quotes; sobolev. +docfiles size=27 + texmf-dist/doc/latex/bosisio/accenti.pdf + texmf-dist/doc/latex/bosisio/graphfig.html + texmf-dist/doc/latex/bosisio/index.html + texmf-dist/doc/latex/bosisio/makedoc + texmf-dist/doc/latex/bosisio/mathcmd.html + texmf-dist/doc/latex/bosisio/mathenv.html + texmf-dist/doc/latex/bosisio/sobolev.html +srcfiles size=37 + texmf-dist/source/latex/bosisio/accenti.drv + texmf-dist/source/latex/bosisio/accenti.dtx + texmf-dist/source/latex/bosisio/dblfont.drv + texmf-dist/source/latex/bosisio/dblfont.dtx + texmf-dist/source/latex/bosisio/graphfig.drv + texmf-dist/source/latex/bosisio/graphfig.dtx + texmf-dist/source/latex/bosisio/mathcmd.drv + texmf-dist/source/latex/bosisio/mathcmd.dtx + texmf-dist/source/latex/bosisio/mathenv.drv + texmf-dist/source/latex/bosisio/mathenv.dtx + texmf-dist/source/latex/bosisio/quotes.drv + texmf-dist/source/latex/bosisio/quotes.dtx + texmf-dist/source/latex/bosisio/sobolev.drv + texmf-dist/source/latex/bosisio/sobolev.dtx +runfiles size=13 + texmf-dist/tex/latex/bosisio/accenti.sty + texmf-dist/tex/latex/bosisio/dblfont.sty + texmf-dist/tex/latex/bosisio/graphfig.sty + texmf-dist/tex/latex/bosisio/mathcmd.sty + texmf-dist/tex/latex/bosisio/mathenv.sty + texmf-dist/tex/latex/bosisio/quotes.sty + texmf-dist/tex/latex/bosisio/sobolev.sty +catalogue-ctan /macros/latex/contrib/bosisio +catalogue-date 2009-01-18 11:03:09 +0100 +catalogue-license lppl + +name boxhandler +category Package +revision 15878 +shortdesc Flexible Captioning and Deferred Box/List Printing. +longdesc The package allows the user to optimise presentation of LaTeX +longdesc tables and figures. Boxhandler will lay out table and figure +longdesc captions with a variety of stylistic apperances, and will also +longdesc allow figures and tables to be "wrapped" in a manner consistent +longdesc with many business and government documents. For a document +longdesc that might appear in different venues with different +longdesc formatting, boxhandler permits the creation of a LaTeX source +longdesc document that can, with a single-line change in the source +longdesc code, produce an output that has very different layout from the +longdesc baseline configuration, not only in terms of caption style, but +longdesc more importantly in terms of the locations where figures, +longdesc tables and lists appear (or not) in the document. Deferral +longdesc routines also allow one to keep all figure and table data in a +longdesc separate source file, while nonetheless producing a document +longdesc with figures and tables appearing in the desired location. +docfiles size=60 + texmf-dist/doc/latex/boxhandler/README details="README file" + texmf-dist/doc/latex/boxhandler/boxhandler.pdf details="Package documentation:" +srcfiles size=23 + texmf-dist/source/latex/boxhandler/boxhandler.dtx + texmf-dist/source/latex/boxhandler/boxhandler.ins +runfiles size=6 + texmf-dist/tex/latex/boxhandler/boxhandler.sty +catalogue-ctan /macros/latex/contrib/boxhandler +catalogue-date 2008-08-18 15:04:07 +0200 +catalogue-license lppl +catalogue-version 1.21 + +name bpchem +category Package +revision 15878 +shortdesc Typeset chemical names, formulae, etc. +longdesc The package provides support for typesetting simple chemical +longdesc formulae, those long IUPAC compound names, and some chemical +longdesc idioms. It also supports the labelling of compounds and +longdesc reference to labelled compounds. +docfiles size=49 + texmf-dist/doc/latex/bpchem/bpchem.pdf details="Package documentation" +srcfiles size=5 + texmf-dist/source/latex/bpchem/bpchem.dtx + texmf-dist/source/latex/bpchem/bpchem.ins +runfiles size=2 + texmf-dist/tex/latex/bpchem/bpchem.sty +catalogue-ctan /macros/latex/contrib/bpchem +catalogue-date 2006-12-01 14:16:52 +0100 +catalogue-license lppl +catalogue-version v1.06 + +name bpolynomial +category Package +revision 15878 +shortdesc Drawing polynomial functions of up to order 3. +longdesc This MetaPost package helps plotting polynomial and root +longdesc functions up to order three. The package provides macros to +longdesc calculate Bezier curves exactly matching a given constant, +longdesc linear, quadratic or cubic polynomial, or square or cubic root +longdesc function. In addition, tangents on all functions and +longdesc derivatives of polynomials can be calculated. +docfiles size=67 + texmf-dist/doc/metapost/bpolynomial/CHANGES + texmf-dist/doc/metapost/bpolynomial/README details="Readme" + texmf-dist/doc/metapost/bpolynomial/TODO + texmf-dist/doc/metapost/bpolynomial/bpolynomial.pdf details="Package documentation" + texmf-dist/doc/metapost/bpolynomial/bpolynomial.tex + texmf-dist/doc/metapost/bpolynomial/examples.mp +runfiles size=3 + texmf-dist/metapost/bpolynomial/bpolynomial.mp +catalogue-ctan /graphics/metapost/contrib/macros/bpolynomial +catalogue-date 2008-08-17 01:00:50 +0200 +catalogue-license lppl +catalogue-version 0.5 + +name bracketkey +category Package +revision 15878 +shortdesc Produce bracketed identification keys. +longdesc The package provides an environment bracketkey for use when +longdesc producing lists of species. +docfiles size=2 + texmf-dist/doc/latex/bracketkey/Malva.tex + texmf-dist/doc/latex/bracketkey/README details="Readme, including usage details" +runfiles size=1 + texmf-dist/tex/latex/bracketkey/bracketkey.sty +catalogue-ctan /macros/latex/contrib/bracketkey +catalogue-date 2009-09-26 09:29:25 +0200 +catalogue-license lppl1.3 +catalogue-version 1.0 + +name braille +category Package +revision 15878 +shortdesc Support for braille. +longdesc This package allows the user to produce Braille documents on +longdesc paper for the blind without knowing Braille (which can take +longdesc years to learn). Python scripts grade1.py and grade2.py convert +longdesc ordinary text to grade 1 and 2 braille tags; then, the LaTeX +longdesc package braille.sty takes the tags and prints out corresponding +longdesc braille symbols. +docfiles size=51 + texmf-dist/doc/latex/braille/README.braille details="Readme" + texmf-dist/doc/latex/braille/braille.html details="Package documentation (HTML)" + texmf-dist/doc/latex/braille/braillegif1.gif + texmf-dist/doc/latex/braille/braillegif2.gif + texmf-dist/doc/latex/braille/summary.dvi + texmf-dist/doc/latex/braille/summary.tex +srcfiles size=3 + texmf-dist/source/latex/braille/grade1.py + texmf-dist/source/latex/braille/grade2.py +runfiles size=5 + texmf-dist/tex/latex/braille/braille.sty +catalogue-ctan /macros/latex/contrib/braille +catalogue-date 2006-12-31 11:53:07 +0100 +catalogue-license lppl + +name breakurl +category Package +revision 15878 +shortdesc Line-breakable \url-like links in hyperref when compiling via dvips/ps2pdf. +longdesc This package provides a command much like hyperref's \url that +longdesc typesets a URL using a typewriter-like font. However, if the +longdesc dvips driver is being used, the original \url doesn't allow +longdesc line breaks in the middle of the created link: the link comes +longdesc in one atomic piece. This package allows such line breaks in +longdesc the generated links. +docfiles size=31 + texmf-dist/doc/latex/breakurl/README details="Package README" + texmf-dist/doc/latex/breakurl/breakurl.pdf details="Package documentation" +srcfiles size=8 + texmf-dist/source/latex/breakurl/breakurl.dtx + texmf-dist/source/latex/breakurl/breakurl.ins +runfiles size=3 + texmf-dist/tex/latex/breakurl/breakurl.sty +catalogue-ctan /macros/latex/contrib/breakurl +catalogue-date 2009-09-27 09:44:19 +0200 +catalogue-license lppl +catalogue-version 1.30 + +name brushscr +category Package +revision 15878 +shortdesc A handwriting script font. +longdesc The BrushScript font is distributed in Adobe Type-1 format, +longdesc that simulates hand-written characters. The font is available +longdesc in italic shape only. The package includes the files needed by +longdesc LaTeX in order to use that font. The file AAA_readme.tex fully +longdesc describes the package and sample.tex illustrates its use. +execute addMap pbsi.map +docfiles size=12 + texmf-dist/doc/latex/brushscr/AAA_readme.bbl + texmf-dist/doc/latex/brushscr/AAA_readme.blg + texmf-dist/doc/latex/brushscr/AAA_readme.dvi + texmf-dist/doc/latex/brushscr/AAA_readme.tex + texmf-dist/doc/latex/brushscr/README + texmf-dist/doc/latex/brushscr/example.dvi + texmf-dist/doc/latex/brushscr/example.tex + texmf-dist/doc/latex/brushscr/generate.tex + texmf-dist/doc/latex/brushscr/kern.txt + texmf-dist/doc/latex/brushscr/sample.dvi + texmf-dist/doc/latex/brushscr/sample.tex +srcfiles size=2 + texmf-dist/source/latex/brushscr/Makefile + texmf-dist/source/latex/brushscr/pbsi.mtx +runfiles size=22 + texmf-dist/dvips/brushscr/config.pbsi + texmf-dist/fonts/afm/public/brushscr/BrushScriptX-Italic.afm + texmf-dist/fonts/map/dvips/brushscr/pbsi.map + texmf-dist/fonts/tfm/public/brushscr/pbsi.tfm + texmf-dist/fonts/tfm/public/brushscr/pbsi8r.tfm + texmf-dist/fonts/tfm/public/brushscr/pbsi8t.tfm + texmf-dist/fonts/type1/public/brushscr/BrushScriptX-Italic.pfb + texmf-dist/fonts/vf/public/brushscr/pbsi8t.vf + texmf-dist/tex/latex/brushscr/pbsi.sty + texmf-dist/tex/latex/brushscr/t1pbsi.fd +catalogue-ctan /fonts/brushscr +catalogue-date 2006-12-21 23:43:15 +0100 +catalogue-license pd + +name bullcntr +category Package +revision 15878 +shortdesc Display list item counter as regular pattern of bullets. +longdesc The bullcntr package defines the command bullcntr, which can be +longdesc thought of as an analogue of the \fnsymbol command: like the +longdesc latter, it displays the value of a counter lying between 1 and +longdesc 9, but uses, for the purpose, a regular pattern of bullets. +docfiles size=217 + texmf-dist/doc/latex/bullcntr/00readme.txt + texmf-dist/doc/latex/bullcntr/README details="Readme" + texmf-dist/doc/latex/bullcntr/bullcntr-man.pdf details="Package documentation" + texmf-dist/doc/latex/bullcntr/bullcntr-man.tex + texmf-dist/doc/latex/bullcntr/bullcntr-sam.tex + texmf-dist/doc/latex/bullcntr/bullenum-sam.tex + texmf-dist/doc/latex/bullcntr/manifest.txt +srcfiles size=17 + texmf-dist/source/latex/bullcntr/bullcntr.dtx + texmf-dist/source/latex/bullcntr/bullcntr.ins +runfiles size=3 + texmf-dist/tex/latex/bullcntr/bullcntr.sty + texmf-dist/tex/latex/bullcntr/bullenum.sty +catalogue-ctan /macros/latex/contrib/bullcntr +catalogue-date 2008-08-17 01:00:50 +0200 +catalogue-license lppl +catalogue-version 0.04 + +name burmese +category Package +revision 15878 +shortdesc Basic Support for Writing Burmese. +longdesc This package provides basic support for writing Burmese. The +longdesc package provides a preprocessor (written in Perl), an Adobe +longdesc Type 1 font, and LaTeX macros. +execute addMap burmese.map +docfiles size=18 + texmf-dist/doc/fonts/burmese/burmguide.pdf +srcfiles size=4 + texmf-dist/source/latex/burmese/birm.pl +runfiles size=18 + texmf-dist/fonts/map/dvips/burmese/burmese.map + texmf-dist/fonts/tfm/public/burmese/burm.tfm + texmf-dist/fonts/type1/public/burmese/burm.pfb + texmf-dist/tex/latex/burmese/birm.sty + texmf-dist/tex/latex/burmese/ubirm.fd +catalogue-ctan /language/burmese +catalogue-date 2006-12-21 23:43:15 +0100 +catalogue-license lppl + +name bussproofs +category Package +revision 15878 +shortdesc Proof trees in the style of the sequent calculus. +longdesc The package allows the construction of proof trees in the style +longdesc of the sequent calculus and many other proof systems. One novel +longdesc feature of the macros is they support the horizontal alignment +longdesc according to some centre point specified with the command +longdesc \fCenter. This is the style often used in sequent calculus +longdesc proofs. The package works in a Plain TeX document, as well as +longdesc in LaTeX; an exposition of the commands available is given in +longdesc the package file itself. +docfiles size=15 + texmf-dist/doc/latex/bussproofs/testbp2.pdf details="Test/example of use" + texmf-dist/doc/latex/bussproofs/testbp2.tex +runfiles size=8 + texmf-dist/tex/latex/bussproofs/bussproofs.sty +catalogue-ctan /macros/latex/contrib/bussproofs +catalogue-date 2007-03-05 14:17:42 +0100 +catalogue-license lppl1.3 +catalogue-version 1.0 + +name bytefield +category Package +revision 15878 +shortdesc Create illustrations for network protocol specifications. +longdesc The bytefield package helps the user create illustrations for +longdesc network protocol specifications and anything else that utilizes +longdesc fields of data. These illustrations show how the bits and bytes +longdesc are laid out in a packet or in memory. +docfiles size=105 + texmf-dist/doc/latex/bytefield/README details="Readme" + texmf-dist/doc/latex/bytefield/bytefield.pdf details="Package documentation" + texmf-dist/doc/latex/bytefield/example.pdf details="Examples of use" + texmf-dist/doc/latex/bytefield/example.tex +srcfiles size=16 + texmf-dist/source/latex/bytefield/bytefield.dtx + texmf-dist/source/latex/bytefield/bytefield.ins +runfiles size=3 + texmf-dist/tex/latex/bytefield/bytefield.sty +catalogue-ctan /macros/latex/contrib/bytefield +catalogue-date 2008-05-18 22:44:12 +0200 +catalogue-license lppl +catalogue-version 1.2a + +name c-pascal +category Package +revision 15878 +shortdesc Typeset Python, C and Pascal programs. +longdesc A TeX macro package for easy typesetting programs in Python, C +longdesc and Pascal. Program source files may also be input. +docfiles size=6 + texmf-dist/doc/generic/c-pascal/demo1.tex + texmf-dist/doc/generic/c-pascal/demo2.tex + texmf-dist/doc/generic/c-pascal/prog/guess.pas + texmf-dist/doc/generic/c-pascal/prog/sun.c + texmf-dist/doc/generic/c-pascal/readme.eng + texmf-dist/doc/generic/c-pascal/readme.pol +runfiles size=7 + texmf-dist/tex/generic/c-pascal/cap.tex + texmf-dist/tex/generic/c-pascal/cap_c.tex + texmf-dist/tex/generic/c-pascal/cap_comm.tex + texmf-dist/tex/generic/c-pascal/cap_pas.tex +catalogue-ctan /macros/generic/c_pascal +catalogue-date 2008-01-08 01:09:19 +0100 +catalogue-license pd +catalogue-version 1.2 + +name c90 +category Package +revision 15878 +docfiles size=27 + texmf-dist/doc/fonts/enc/c90/c90.pdf +srcfiles size=17 + texmf-dist/source/fonts/enc/c90/c90.etx + texmf-dist/source/fonts/enc/c90/c90.mtx +runfiles size=1 + texmf-dist/fonts/enc/dvips/c90/c90.enc + +name cachepic +category Package +revision 15878 +shortdesc Convert document fragments into graphics. +longdesc The bundle simplifies and automates conversion of document +longdesc fragments into external EPS or PDF files. The bundle consists +longdesc of two parts: a LaTeX package that implements a document level +longdesc interface, and a command line tool (written in lua) that +longdesc generates the external graphics. +depend cachepic.ARCH +docfiles size=44 + texmf-dist/doc/latex/cachepic/README details="Readme" + texmf-dist/doc/latex/cachepic/cachepic.pdf details="Package documentation" + texmf-dist/doc/latex/cachepic/cachepic.tex +runfiles size=5 + texmf-dist/scripts/cachepic/cachepic.cmd + texmf-dist/scripts/cachepic/cachepic.tlu + texmf-dist/tex/latex/cachepic/cachepic.sty + texmf-dist/tex/latex/cachepic/prcachepic.def +catalogue-ctan /macros/latex/contrib/cachepic +catalogue-date 2009-10-14 17:40:10 +0200 +catalogue-license lppl1.3 +catalogue-version 1.0 + +name cachepic.alpha-linux +category Package +revision 15878 +shortdesc alpha-linux files of cachepic +binfiles arch=alpha-linux size=1 + bin/alpha-linux/cachepic + +name cachepic.i386-cygwin +category Package +revision 15878 +shortdesc i386-cygwin files of cachepic +binfiles arch=i386-cygwin size=1 + bin/i386-cygwin/cachepic + +name cachepic.i386-linux +category Package +revision 15878 +shortdesc i386-linux files of cachepic +binfiles arch=i386-linux size=1 + bin/i386-linux/cachepic + +name cachepic.i386-netbsd +category Package +revision 15878 +shortdesc i386-netbsd files of cachepic +binfiles arch=i386-netbsd size=1 + bin/i386-netbsd/cachepic + +name cachepic.i386-solaris +category Package +revision 15878 +shortdesc i386-solaris files of cachepic +binfiles arch=i386-solaris size=1 + bin/i386-solaris/cachepic + +name cachepic.mips-irix +category Package +revision 15878 +shortdesc mips-irix files of cachepic +binfiles arch=mips-irix size=1 + bin/mips-irix/cachepic + +name cachepic.powerpc-aix +category Package +revision 15878 +shortdesc powerpc-aix files of cachepic +binfiles arch=powerpc-aix size=1 + bin/powerpc-aix/cachepic + +name cachepic.powerpc-linux +category Package +revision 15878 +shortdesc powerpc-linux files of cachepic +binfiles arch=powerpc-linux size=1 + bin/powerpc-linux/cachepic + +name cachepic.sparc-linux +category Package +revision 15878 +shortdesc sparc-linux files of cachepic +binfiles arch=sparc-linux size=1 + bin/sparc-linux/cachepic + +name cachepic.sparc-solaris +category Package +revision 15878 +shortdesc sparc-solaris files of cachepic +binfiles arch=sparc-solaris size=1 + bin/sparc-solaris/cachepic + +name cachepic.universal-darwin +category Package +revision 15878 +shortdesc universal-darwin files of cachepic +binfiles arch=universal-darwin size=1 + bin/universal-darwin/cachepic + +name cachepic.win32 +category Package +revision 15878 +shortdesc win32 files of cachepic +binfiles arch=win32 size=1 + bin/win32/cachepic.exe + +name cachepic.x86_64-linux +category Package +revision 15878 +shortdesc x86_64-linux files of cachepic +binfiles arch=x86_64-linux size=1 + bin/x86_64-linux/cachepic + +name calctab +category Package +revision 15878 +shortdesc Language for numeric tables. +longdesc The calctab package helps the user to typeset a kind of +longdesc economic table such as invoices, expense notes and liquidation, +longdesc or other tabular material with a values column. The code +longdesc computes sum and percentage with floating point numeric methods +longdesc (using the fltpoint package) and builds the render table task. +docfiles size=115 + texmf-dist/doc/latex/calctab/README details="Readme" + texmf-dist/doc/latex/calctab/calctab_manual.pdf details="Package documentation" + texmf-dist/doc/latex/calctab/calctab_manual.tex +runfiles size=5 + texmf-dist/tex/latex/calctab/calctab.sty +catalogue-ctan /macros/latex/contrib/calctab +catalogue-date 2009-07-14 21:55:02 +0200 +catalogue-license lppl +catalogue-version v0.6.1 + +name calligra +category Package +revision 15878 +shortdesc Calligraphic font. +longdesc A calligraphic font in the handwriting style of the author, +longdesc Peter Vanroose. The font is supplied as MetaFont source A LaTeX +longdesc package for using this font is available in fundus. +docfiles size=26 + texmf-dist/doc/latex/calligra/README + texmf-dist/doc/latex/calligra/testfont.pdf details="Font table" +runfiles size=76 + texmf-dist/fonts/source/public/calligra/callig15.mf + texmf-dist/fonts/source/public/calligra/calligra.mf + texmf-dist/fonts/tfm/public/calligra/callig15.tfm +catalogue-ctan /fonts/calligra +catalogue-date 2008-11-21 01:34:08 +0100 +catalogue-license other-free + +name calrsfs +category Package +revision 15878 +shortdesc Copperplate calligraphic letters in LaTeX. +longdesc Provides a maths interface to the rsfs fonts. +docfiles size=1 + texmf-dist/doc/latex/calrsfs/README details="Readme" +runfiles size=2 + texmf-dist/tex/latex/calrsfs/OMSrsfs.fd + texmf-dist/tex/latex/calrsfs/calrsfs.sty +catalogue-ctan /macros/latex/contrib/calrsfs +catalogue-date 2008-11-18 13:14:06 +0100 +catalogue-license pd + +name calxxxx +category Package +revision 15878 +shortdesc Prints a card-size calendar for any year. +longdesc Prints a card-size calendar for any year, AD or BC, with +longdesc Gregorian or Julian leap rules (useful for years before +longdesc adoption of Gregorian rules). Cal2000.tex prints a calendar for +longdesc years 1990--2020. +docfiles size=3 + texmf-dist/doc/latex/calxxxx/readme.tex +runfiles size=5 + texmf-dist/tex/latex/calxxxx/cal2000.tex + texmf-dist/tex/latex/calxxxx/calxxxx.tex +catalogue-ctan /macros/latex/contrib/calxxxx +catalogue-date 2007-12-07 18:12:40 +0100 +catalogue-license pd + +name captcont +category Package +revision 15878 +shortdesc Retain float number across several floats. +longdesc The captcont package provides the ability to continue the +longdesc numbering in your float environment (figure, table, etc.) with +longdesc minimal overhead. This package adds three commands: \caption*, +longdesc \captcont, and \captcont*. Along with the \caption command, +longdesc these give full control over the caption numbering, caption +longdesc text and the entries in the list-of pages. The \caption and +longdesc \captcont commands generate list-of page entries. The \caption +longdesc and \caption* commands increment the figure or table counter. +longdesc Captcont also fully supports the subfigure package. +docfiles size=36 + texmf-dist/doc/latex/captcont/README details="Readme" + texmf-dist/doc/latex/captcont/captcont.pdf details="Package documentation" + texmf-dist/doc/latex/captcont/ltxdoc.cfg + texmf-dist/doc/latex/captcont/test.tex +srcfiles size=11 + texmf-dist/source/latex/captcont/Makefile + texmf-dist/source/latex/captcont/captcont.dtx + texmf-dist/source/latex/captcont/captcont.ins +runfiles size=2 + texmf-dist/tex/latex/captcont/captcont.sty +catalogue-ctan /macros/latex/contrib/captcont +catalogue-date 2006-12-31 11:53:07 +0100 +catalogue-license lppl +catalogue-version 2.0 + +name caption +category Package +revision 15878 +shortdesc Customising captions in floating environments. +longdesc The caption package provides many ways to customise the +longdesc captions in floating environments like figure and table, and +longdesc cooperates with many other packages. Includes rotating +longdesc captions, sideways captions, continued captions (for tables or +longdesc figures that come in several parts). A list of compatibility +longdesc notes, for other packages, is provided in the documentation. +longdesc The package also provides the "caption outside float" facility, +longdesc in the same way that simpler packages like capt-of do. The +longdesc package supersedes caption2. +docfiles size=707 + texmf-dist/doc/latex/caption/README + texmf-dist/doc/latex/caption/caption-deu.pdf details="German documentation" language="de" + texmf-dist/doc/latex/caption/caption-deu.tex + texmf-dist/doc/latex/caption/caption-eng.pdf details="English documentation" language="en" + texmf-dist/doc/latex/caption/caption-eng.tex + texmf-dist/doc/latex/caption/caption-rus.pdf details="Russian documentation" language="ru" + texmf-dist/doc/latex/caption/caption-rus.tex + texmf-dist/doc/latex/caption/caption.pdf details="Documented source (English)" language="en" + texmf-dist/doc/latex/caption/caption2.pdf + texmf-dist/doc/latex/caption/cat.eps + texmf-dist/doc/latex/caption/elephant.eps + texmf-dist/doc/latex/caption/ltcaption.pdf + texmf-dist/doc/latex/caption/subcaption.pdf +srcfiles size=99 + texmf-dist/source/latex/caption/caption.dtx + texmf-dist/source/latex/caption/caption.ins + texmf-dist/source/latex/caption/caption2.dtx + texmf-dist/source/latex/caption/ltcaption.dtx + texmf-dist/source/latex/caption/subcaption.dtx +runfiles size=40 + texmf-dist/tex/latex/caption/caption.sty + texmf-dist/tex/latex/caption/caption2.sty + texmf-dist/tex/latex/caption/caption3.sty + texmf-dist/tex/latex/caption/ltcaption.sty + texmf-dist/tex/latex/caption/subcaption.sty +catalogue-ctan /macros/latex/contrib/caption +catalogue-date 2009-10-10 17:30:48 +0200 +catalogue-license lppl +catalogue-version 3.1k + +name carlisle +category Package +revision 15878 +shortdesc David Carlisle's small packages. +longdesc Many of David Carlisle's more substantial packages stand on +longdesc their own, or as part of the LaTeX tools set; this set +longdesc contains: - An extended table/array package; - A package to +longdesc separate groups of three digits in large numbers; - Making +longdesc dotless 'j' characters for fonts that don't have them; - Fix +longdesc marks in 2-column output; - A method for combining the +longdesc capabilities of longtable and tabularx; - A proforma for +longdesc building personalised LaTeX formats; - A jiffy to suppress page +longdesc numbers; - An environment for including Plain TeX in LaTeX +longdesc documents; - A jiffy to remove counters from other counters' +longdesc reset lists; - A package to rescale fonts to arbitrary sizes; - +longdesc A jiffy to create 'slashed' for physicists; and - An +longdesc environment for including HTML in LaTeX documents. +docfiles size=102 + texmf-dist/doc/latex/carlisle/README details="Bundle README" + texmf-dist/doc/latex/carlisle/fix2col.pdf + texmf-dist/doc/latex/carlisle/ltx1.tex + texmf-dist/doc/latex/carlisle/ltxtable.pdf + texmf-dist/doc/latex/carlisle/typehtml.pdf +srcfiles size=25 + texmf-dist/source/latex/carlisle/fix2col.dtx + texmf-dist/source/latex/carlisle/fix2col.ins + texmf-dist/source/latex/carlisle/ltxtable.tex + texmf-dist/source/latex/carlisle/typehtml.dtx + texmf-dist/source/latex/carlisle/typehtml.ins +runfiles size=40 + texmf-dist/tex/latex/carlisle/blkarray.sty + texmf-dist/tex/latex/carlisle/comma.sty + texmf-dist/tex/latex/carlisle/dotlessj.sty + texmf-dist/tex/latex/carlisle/fix2col.sty + texmf-dist/tex/latex/carlisle/ltxtable.sty + texmf-dist/tex/latex/carlisle/mylatex.ltx + texmf-dist/tex/latex/carlisle/nopageno.sty + texmf-dist/tex/latex/carlisle/plain.sty + texmf-dist/tex/latex/carlisle/remreset.sty + texmf-dist/tex/latex/carlisle/scalefnt.sty + texmf-dist/tex/latex/carlisle/slashed.sty + texmf-dist/tex/latex/carlisle/typehtml.sty +catalogue-ctan /macros/latex/contrib/carlisle +catalogue-date 2009-09-24 20:53:04 +0200 +catalogue-license lppl + +name carolmin-ps +category Package +revision 15878 +catalogue carolmin-t1 +shortdesc Adobe Type 1 format of Carolingian Minuscule fonts. +longdesc The bundle offers Adobe Type 1 format versions of Peter +longdesc Wilson's Carolingian Minuscule font set (part of the bookhands +longdesc collection). The fonts in the bundle are ready-to-use +longdesc replacements for the MetaFont originals. +execute addMap cmin.map +docfiles size=1 + texmf-dist/doc/fonts/carolmin-ps/README +runfiles size=38 + texmf-dist/fonts/afm/public/carolmin-ps/cmin10.afm + texmf-dist/fonts/afm/public/carolmin-ps/cmin17.afm + texmf-dist/fonts/afm/public/carolmin-ps/cmin7.afm + texmf-dist/fonts/afm/public/carolmin-ps/cminb10.afm + texmf-dist/fonts/afm/public/carolmin-ps/cminb17.afm + texmf-dist/fonts/afm/public/carolmin-ps/cminb7.afm + texmf-dist/fonts/map/dvips/carolmin-ps/cmin.map + texmf-dist/fonts/type1/public/carolmin-ps/cmin10.pfb + texmf-dist/fonts/type1/public/carolmin-ps/cmin17.pfb + texmf-dist/fonts/type1/public/carolmin-ps/cmin7.pfb + texmf-dist/fonts/type1/public/carolmin-ps/cminb10.pfb + texmf-dist/fonts/type1/public/carolmin-ps/cminb17.pfb + texmf-dist/fonts/type1/public/carolmin-ps/cminb7.pfb +catalogue-ctan /fonts/carolmin-ps +catalogue-date 2007-02-21 12:51:17 +0100 +catalogue-license lppl + +name casyl +category Package +revision 15878 +shortdesc Typeset Cree/Inuktitut in Canadian Aboriginal Syllabics. +longdesc The bundle constitutes a font (as MetaFont source) and LaTeX +longdesc macros for its use within a document. +docfiles size=26 + texmf-dist/doc/latex/casyl/README + texmf-dist/doc/latex/casyl/casyldoc.pdf + texmf-dist/doc/latex/casyl/casyldoc.tex +runfiles size=9 + texmf-dist/fonts/source/public/casyl/casyll10.mf + texmf-dist/fonts/tfm/public/casyl/casyll10.tfm + texmf-dist/tex/latex/casyl/casyltex.sty +catalogue-ctan /language/casyl +catalogue-date 2008-10-26 18:17:50 +0100 +catalogue-license pd +catalogue-version 2.0 + +name catechis +category Package +revision 15878 +shortdesc Macros for typesetting catechisms. +longdesc The macros include: - format for question-and-answer; - +longdesc comments on answers; - citations; - a specialised enumerate +longdesc which only operates in the catechism parts of a document. The +longdesc macros are all highly customisable. +docfiles size=45 + texmf-dist/doc/latex/catechis/README details="Readme" + texmf-dist/doc/latex/catechis/catechis.pdf details="Package documentation" + texmf-dist/doc/latex/catechis/test.tex +srcfiles size=1 + texmf-dist/source/latex/catechis/catechis.ins +runfiles size=7 + texmf-dist/tex/latex/catechis/catechis.sty +catalogue-ctan /macros/latex/contrib/catechis +catalogue-date 2008-09-02 21:23:27 +0200 +catalogue-license lppl +catalogue-version 1.1 + +name cbcoptic +category Package +revision 15878 +shortdesc Coptic fonts and LaTeX macros for general usage and for philology. +longdesc CBcoptic is a bundle of files for typesetting Coptic +longdesc philological text with the proper fonts and hyphenation. The +longdesc fonts are based on, but much extend, the fonts of the original +longdesc coptic bundle. The CBcoptic bundle includes font description +longdesc files, MetaFont sources and equivalent Adobe Type 1 fonts in +longdesc pfb format. The bundle also includes a package that provides +longdesc some macros of philological interest. +docfiles size=56 + texmf-dist/doc/latex/cbcoptic/README + texmf-dist/doc/latex/cbcoptic/coptfont.pdf + texmf-dist/doc/latex/cbcoptic/testcop.tex + texmf-dist/doc/latex/cbcoptic/testcopOK.pdf +runfiles size=72 + texmf-dist/fonts/source/public/cbcoptic/coptbase.mf + texmf-dist/fonts/source/public/cbcoptic/copti.mf + texmf-dist/fonts/source/public/cbcoptic/copto.mf + texmf-dist/fonts/tfm/public/cbcoptic/copti.tfm + texmf-dist/fonts/tfm/public/cbcoptic/copto.tfm + texmf-dist/fonts/type1/public/cbcoptic/copti.pfb + texmf-dist/fonts/type1/public/cbcoptic/copto.pfb + texmf-dist/tex/latex/cbcoptic/coptic.sty + texmf-dist/tex/latex/cbcoptic/lcopcoptic.fd + texmf-dist/tex/latex/cbcoptic/prnthyph.sty +catalogue-ctan /language/coptic/cbcoptic +catalogue-date 2007-01-31 23:04:11 +0100 +catalogue-license lppl + +name cbfonts +category Package +revision 15878 +catalogue cbgreek-complete +shortdesc Complete set of Greek fonts. +longdesc This bundle presents the whole of Beccari's original Greek font +longdesc set, both as MetaFont source and in Adobe Type 1 format. The +longdesc set is available at the same wide set of design sizes as are +longdesc such font sets as the EC fonts. +execute addMixedMap cbgreek-full.map +docfiles size=149 + texmf-dist/doc/fonts/cbfonts/README details="Readme" + texmf-dist/doc/fonts/cbfonts/cbgreek.pdf details="Package documentation" + texmf-dist/doc/fonts/cbfonts/cbgreek.tex + texmf-dist/doc/fonts/cbfonts/grmn1000table.pdf details="Sample font table" +runfiles size=20523 + texmf-dist/fonts/enc/dvips/cbfonts/CB.enc + texmf-dist/fonts/enc/dvips/cbfonts/gmtr.enc + texmf-dist/fonts/map/dvips/cbfonts/cbgreek-full.map + texmf-dist/fonts/source/public/cbfonts/cbaccent.mf + texmf-dist/fonts/source/public/cbfonts/cbbase.mf + texmf-dist/fonts/source/public/cbfonts/cbdigits.mf + texmf-dist/fonts/source/public/cbfonts/cbgreek.mf + texmf-dist/fonts/source/public/cbfonts/cblig.mf + texmf-dist/fonts/source/public/cbfonts/cbligit.mf + texmf-dist/fonts/source/public/cbfonts/cbligrm.mf + texmf-dist/fonts/source/public/cbfonts/cbligsc.mf + texmf-dist/fonts/source/public/cbfonts/cbligtt.mf + texmf-dist/fonts/source/public/cbfonts/cblower.mf + texmf-dist/fonts/source/public/cbfonts/cbmetre.mf + texmf-dist/fonts/source/public/cbfonts/cbpunct.mf + texmf-dist/fonts/source/public/cbfonts/cbspline.mf + texmf-dist/fonts/source/public/cbfonts/cbupper.mf + texmf-dist/fonts/source/public/cbfonts/glic.mf + texmf-dist/fonts/source/public/cbfonts/glic0700.mf + texmf-dist/fonts/source/public/cbfonts/glic0800.mf + texmf-dist/fonts/source/public/cbfonts/glic1000.mf + texmf-dist/fonts/source/public/cbfonts/glic1200.mf + texmf-dist/fonts/source/public/cbfonts/glic1382.mf + texmf-dist/fonts/source/public/cbfonts/glic1659.mf + texmf-dist/fonts/source/public/cbfonts/glic1991.mf + texmf-dist/fonts/source/public/cbfonts/glic2389.mf + texmf-dist/fonts/source/public/cbfonts/glic2866.mf + texmf-dist/fonts/source/public/cbfonts/glic3440.mf + texmf-dist/fonts/source/public/cbfonts/glic4128.mf + texmf-dist/fonts/source/public/cbfonts/glii.mf + texmf-dist/fonts/source/public/cbfonts/glii0700.mf + texmf-dist/fonts/source/public/cbfonts/glii0800.mf + texmf-dist/fonts/source/public/cbfonts/glii1000.mf + texmf-dist/fonts/source/public/cbfonts/glii1200.mf + texmf-dist/fonts/source/public/cbfonts/glii1382.mf + texmf-dist/fonts/source/public/cbfonts/glii1659.mf + texmf-dist/fonts/source/public/cbfonts/glii1991.mf + texmf-dist/fonts/source/public/cbfonts/glii2389.mf + texmf-dist/fonts/source/public/cbfonts/glii2866.mf + texmf-dist/fonts/source/public/cbfonts/glii3440.mf + texmf-dist/fonts/source/public/cbfonts/glii4128.mf + texmf-dist/fonts/source/public/cbfonts/glin.mf + texmf-dist/fonts/source/public/cbfonts/glin0700.mf + texmf-dist/fonts/source/public/cbfonts/glin0800.mf + texmf-dist/fonts/source/public/cbfonts/glin1000.mf + texmf-dist/fonts/source/public/cbfonts/glin1200.mf + texmf-dist/fonts/source/public/cbfonts/glin1382.mf + texmf-dist/fonts/source/public/cbfonts/glin1659.mf + texmf-dist/fonts/source/public/cbfonts/glin1991.mf + texmf-dist/fonts/source/public/cbfonts/glin2389.mf + texmf-dist/fonts/source/public/cbfonts/glin2866.mf + texmf-dist/fonts/source/public/cbfonts/glin3440.mf + texmf-dist/fonts/source/public/cbfonts/glin4128.mf + texmf-dist/fonts/source/public/cbfonts/glio.mf + texmf-dist/fonts/source/public/cbfonts/glio0700.mf + texmf-dist/fonts/source/public/cbfonts/glio0800.mf + texmf-dist/fonts/source/public/cbfonts/glio1000.mf + texmf-dist/fonts/source/public/cbfonts/glio1200.mf + texmf-dist/fonts/source/public/cbfonts/glio1382.mf + texmf-dist/fonts/source/public/cbfonts/glio1659.mf + texmf-dist/fonts/source/public/cbfonts/glio1991.mf + texmf-dist/fonts/source/public/cbfonts/glio2389.mf + texmf-dist/fonts/source/public/cbfonts/glio2866.mf + texmf-dist/fonts/source/public/cbfonts/glio3440.mf + texmf-dist/fonts/source/public/cbfonts/glio4128.mf + texmf-dist/fonts/source/public/cbfonts/gliu.mf + texmf-dist/fonts/source/public/cbfonts/gliu0700.mf + texmf-dist/fonts/source/public/cbfonts/gliu0800.mf + texmf-dist/fonts/source/public/cbfonts/gliu1000.mf + texmf-dist/fonts/source/public/cbfonts/gliu1200.mf + texmf-dist/fonts/source/public/cbfonts/gliu1382.mf + texmf-dist/fonts/source/public/cbfonts/gliu1659.mf + texmf-dist/fonts/source/public/cbfonts/gliu1991.mf + texmf-dist/fonts/source/public/cbfonts/gliu2389.mf + texmf-dist/fonts/source/public/cbfonts/gliu2866.mf + texmf-dist/fonts/source/public/cbfonts/gliu3440.mf + texmf-dist/fonts/source/public/cbfonts/gliu4128.mf + texmf-dist/fonts/source/public/cbfonts/gljc.mf + texmf-dist/fonts/source/public/cbfonts/gljc0700.mf + texmf-dist/fonts/source/public/cbfonts/gljc0800.mf + texmf-dist/fonts/source/public/cbfonts/gljc1000.mf + texmf-dist/fonts/source/public/cbfonts/gljc1200.mf + texmf-dist/fonts/source/public/cbfonts/gljc1382.mf + texmf-dist/fonts/source/public/cbfonts/gljc1659.mf + texmf-dist/fonts/source/public/cbfonts/gljc1991.mf + texmf-dist/fonts/source/public/cbfonts/gljc2389.mf + texmf-dist/fonts/source/public/cbfonts/gljc2866.mf + texmf-dist/fonts/source/public/cbfonts/gljc3440.mf + texmf-dist/fonts/source/public/cbfonts/gljc4128.mf + texmf-dist/fonts/source/public/cbfonts/gljn.mf + texmf-dist/fonts/source/public/cbfonts/gljn0700.mf + texmf-dist/fonts/source/public/cbfonts/gljn0800.mf + texmf-dist/fonts/source/public/cbfonts/gljn1000.mf + texmf-dist/fonts/source/public/cbfonts/gljn1200.mf + texmf-dist/fonts/source/public/cbfonts/gljn1382.mf + texmf-dist/fonts/source/public/cbfonts/gljn1659.mf + texmf-dist/fonts/source/public/cbfonts/gljn1991.mf + texmf-dist/fonts/source/public/cbfonts/gljn2389.mf + texmf-dist/fonts/source/public/cbfonts/gljn2866.mf + texmf-dist/fonts/source/public/cbfonts/gljn3440.mf + texmf-dist/fonts/source/public/cbfonts/gljn4128.mf + texmf-dist/fonts/source/public/cbfonts/gljo.mf + texmf-dist/fonts/source/public/cbfonts/gljo0700.mf + texmf-dist/fonts/source/public/cbfonts/gljo0800.mf + texmf-dist/fonts/source/public/cbfonts/gljo1000.mf + texmf-dist/fonts/source/public/cbfonts/gljo1200.mf + texmf-dist/fonts/source/public/cbfonts/gljo1382.mf + texmf-dist/fonts/source/public/cbfonts/gljo1659.mf + texmf-dist/fonts/source/public/cbfonts/gljo1991.mf + texmf-dist/fonts/source/public/cbfonts/gljo2389.mf + texmf-dist/fonts/source/public/cbfonts/gljo2866.mf + texmf-dist/fonts/source/public/cbfonts/gljo3440.mf + texmf-dist/fonts/source/public/cbfonts/gljo4128.mf + texmf-dist/fonts/source/public/cbfonts/glmc.mf + texmf-dist/fonts/source/public/cbfonts/glmc0700.mf + texmf-dist/fonts/source/public/cbfonts/glmc0800.mf + texmf-dist/fonts/source/public/cbfonts/glmc1000.mf + texmf-dist/fonts/source/public/cbfonts/glmc1200.mf + texmf-dist/fonts/source/public/cbfonts/glmc1382.mf + texmf-dist/fonts/source/public/cbfonts/glmc1659.mf + texmf-dist/fonts/source/public/cbfonts/glmc1991.mf + texmf-dist/fonts/source/public/cbfonts/glmc2389.mf + texmf-dist/fonts/source/public/cbfonts/glmc2866.mf + texmf-dist/fonts/source/public/cbfonts/glmc3440.mf + texmf-dist/fonts/source/public/cbfonts/glmc4128.mf + texmf-dist/fonts/source/public/cbfonts/glmi.mf + texmf-dist/fonts/source/public/cbfonts/glmi0700.mf + texmf-dist/fonts/source/public/cbfonts/glmi0800.mf + texmf-dist/fonts/source/public/cbfonts/glmi1000.mf + texmf-dist/fonts/source/public/cbfonts/glmi1200.mf + texmf-dist/fonts/source/public/cbfonts/glmi1382.mf + texmf-dist/fonts/source/public/cbfonts/glmi1659.mf + texmf-dist/fonts/source/public/cbfonts/glmi1991.mf + texmf-dist/fonts/source/public/cbfonts/glmi2389.mf + texmf-dist/fonts/source/public/cbfonts/glmi2866.mf + texmf-dist/fonts/source/public/cbfonts/glmi3440.mf + texmf-dist/fonts/source/public/cbfonts/glmi4128.mf + texmf-dist/fonts/source/public/cbfonts/glmn.mf + texmf-dist/fonts/source/public/cbfonts/glmn0700.mf + texmf-dist/fonts/source/public/cbfonts/glmn0800.mf + texmf-dist/fonts/source/public/cbfonts/glmn1000.mf + texmf-dist/fonts/source/public/cbfonts/glmn1200.mf + texmf-dist/fonts/source/public/cbfonts/glmn1382.mf + texmf-dist/fonts/source/public/cbfonts/glmn1659.mf + texmf-dist/fonts/source/public/cbfonts/glmn1991.mf + texmf-dist/fonts/source/public/cbfonts/glmn2389.mf + texmf-dist/fonts/source/public/cbfonts/glmn2866.mf + texmf-dist/fonts/source/public/cbfonts/glmn3440.mf + texmf-dist/fonts/source/public/cbfonts/glmn4128.mf + texmf-dist/fonts/source/public/cbfonts/glmo.mf + texmf-dist/fonts/source/public/cbfonts/glmo0700.mf + texmf-dist/fonts/source/public/cbfonts/glmo0800.mf + texmf-dist/fonts/source/public/cbfonts/glmo1000.mf + texmf-dist/fonts/source/public/cbfonts/glmo1200.mf + texmf-dist/fonts/source/public/cbfonts/glmo1382.mf + texmf-dist/fonts/source/public/cbfonts/glmo1659.mf + texmf-dist/fonts/source/public/cbfonts/glmo1991.mf + texmf-dist/fonts/source/public/cbfonts/glmo2389.mf + texmf-dist/fonts/source/public/cbfonts/glmo2866.mf + texmf-dist/fonts/source/public/cbfonts/glmo3440.mf + texmf-dist/fonts/source/public/cbfonts/glmo4128.mf + texmf-dist/fonts/source/public/cbfonts/glmu.mf + texmf-dist/fonts/source/public/cbfonts/glmu0700.mf + texmf-dist/fonts/source/public/cbfonts/glmu0800.mf + texmf-dist/fonts/source/public/cbfonts/glmu1000.mf + texmf-dist/fonts/source/public/cbfonts/glmu1200.mf + texmf-dist/fonts/source/public/cbfonts/glmu1382.mf + texmf-dist/fonts/source/public/cbfonts/glmu1659.mf + texmf-dist/fonts/source/public/cbfonts/glmu1991.mf + texmf-dist/fonts/source/public/cbfonts/glmu2389.mf + texmf-dist/fonts/source/public/cbfonts/glmu2866.mf + texmf-dist/fonts/source/public/cbfonts/glmu3440.mf + texmf-dist/fonts/source/public/cbfonts/glmu4128.mf + texmf-dist/fonts/source/public/cbfonts/gltc.mf + texmf-dist/fonts/source/public/cbfonts/gltc0700.mf + texmf-dist/fonts/source/public/cbfonts/gltc0800.mf + texmf-dist/fonts/source/public/cbfonts/gltc1000.mf + texmf-dist/fonts/source/public/cbfonts/gltc1200.mf + texmf-dist/fonts/source/public/cbfonts/gltc1382.mf + texmf-dist/fonts/source/public/cbfonts/gltc1659.mf + texmf-dist/fonts/source/public/cbfonts/gltc1991.mf + texmf-dist/fonts/source/public/cbfonts/gltc2389.mf + texmf-dist/fonts/source/public/cbfonts/gltc2866.mf + texmf-dist/fonts/source/public/cbfonts/gltc3440.mf + texmf-dist/fonts/source/public/cbfonts/gltc4128.mf + texmf-dist/fonts/source/public/cbfonts/gltn.mf + texmf-dist/fonts/source/public/cbfonts/gltn0700.mf + texmf-dist/fonts/source/public/cbfonts/gltn0800.mf + texmf-dist/fonts/source/public/cbfonts/gltn1000.mf + texmf-dist/fonts/source/public/cbfonts/gltn1200.mf + texmf-dist/fonts/source/public/cbfonts/gltn1382.mf + texmf-dist/fonts/source/public/cbfonts/gltn1659.mf + texmf-dist/fonts/source/public/cbfonts/gltn1991.mf + texmf-dist/fonts/source/public/cbfonts/gltn2389.mf + texmf-dist/fonts/source/public/cbfonts/gltn2866.mf + texmf-dist/fonts/source/public/cbfonts/gltn3440.mf + texmf-dist/fonts/source/public/cbfonts/gltn4128.mf + texmf-dist/fonts/source/public/cbfonts/glto.mf + texmf-dist/fonts/source/public/cbfonts/glto0700.mf + texmf-dist/fonts/source/public/cbfonts/glto0800.mf + texmf-dist/fonts/source/public/cbfonts/glto1000.mf + texmf-dist/fonts/source/public/cbfonts/glto1200.mf + texmf-dist/fonts/source/public/cbfonts/glto1382.mf + texmf-dist/fonts/source/public/cbfonts/glto1659.mf + texmf-dist/fonts/source/public/cbfonts/glto1991.mf + texmf-dist/fonts/source/public/cbfonts/glto2389.mf + texmf-dist/fonts/source/public/cbfonts/glto2866.mf + texmf-dist/fonts/source/public/cbfonts/glto3440.mf + texmf-dist/fonts/source/public/cbfonts/glto4128.mf + texmf-dist/fonts/source/public/cbfonts/glwc.mf + texmf-dist/fonts/source/public/cbfonts/glwc0700.mf + texmf-dist/fonts/source/public/cbfonts/glwc0800.mf + texmf-dist/fonts/source/public/cbfonts/glwc1000.mf + texmf-dist/fonts/source/public/cbfonts/glwc1200.mf + texmf-dist/fonts/source/public/cbfonts/glwc1382.mf + texmf-dist/fonts/source/public/cbfonts/glwc1659.mf + texmf-dist/fonts/source/public/cbfonts/glwc1991.mf + texmf-dist/fonts/source/public/cbfonts/glwc2389.mf + texmf-dist/fonts/source/public/cbfonts/glwc2866.mf + texmf-dist/fonts/source/public/cbfonts/glwc3440.mf + texmf-dist/fonts/source/public/cbfonts/glwc4128.mf + texmf-dist/fonts/source/public/cbfonts/glwi.mf + texmf-dist/fonts/source/public/cbfonts/glwi0700.mf + texmf-dist/fonts/source/public/cbfonts/glwi0800.mf + texmf-dist/fonts/source/public/cbfonts/glwi1000.mf + texmf-dist/fonts/source/public/cbfonts/glwi1200.mf + texmf-dist/fonts/source/public/cbfonts/glwi1382.mf + texmf-dist/fonts/source/public/cbfonts/glwi1659.mf + texmf-dist/fonts/source/public/cbfonts/glwi1991.mf + texmf-dist/fonts/source/public/cbfonts/glwi2389.mf + texmf-dist/fonts/source/public/cbfonts/glwi2866.mf + texmf-dist/fonts/source/public/cbfonts/glwi3440.mf + texmf-dist/fonts/source/public/cbfonts/glwi4128.mf + texmf-dist/fonts/source/public/cbfonts/glwn.mf + texmf-dist/fonts/source/public/cbfonts/glwn0700.mf + texmf-dist/fonts/source/public/cbfonts/glwn0800.mf + texmf-dist/fonts/source/public/cbfonts/glwn1000.mf + texmf-dist/fonts/source/public/cbfonts/glwn1200.mf + texmf-dist/fonts/source/public/cbfonts/glwn1382.mf + texmf-dist/fonts/source/public/cbfonts/glwn1659.mf + texmf-dist/fonts/source/public/cbfonts/glwn1991.mf + texmf-dist/fonts/source/public/cbfonts/glwn2389.mf + texmf-dist/fonts/source/public/cbfonts/glwn2866.mf + texmf-dist/fonts/source/public/cbfonts/glwn3440.mf + texmf-dist/fonts/source/public/cbfonts/glwn4128.mf + texmf-dist/fonts/source/public/cbfonts/glwo.mf + texmf-dist/fonts/source/public/cbfonts/glwo0700.mf + texmf-dist/fonts/source/public/cbfonts/glwo0800.mf + texmf-dist/fonts/source/public/cbfonts/glwo1000.mf + texmf-dist/fonts/source/public/cbfonts/glwo1200.mf + texmf-dist/fonts/source/public/cbfonts/glwo1382.mf + texmf-dist/fonts/source/public/cbfonts/glwo1659.mf + texmf-dist/fonts/source/public/cbfonts/glwo1991.mf + texmf-dist/fonts/source/public/cbfonts/glwo2389.mf + texmf-dist/fonts/source/public/cbfonts/glwo2866.mf + texmf-dist/fonts/source/public/cbfonts/glwo3440.mf + texmf-dist/fonts/source/public/cbfonts/glwo4128.mf + texmf-dist/fonts/source/public/cbfonts/glwu.mf + texmf-dist/fonts/source/public/cbfonts/glwu0700.mf + texmf-dist/fonts/source/public/cbfonts/glwu0800.mf + texmf-dist/fonts/source/public/cbfonts/glwu1000.mf + texmf-dist/fonts/source/public/cbfonts/glwu1200.mf + texmf-dist/fonts/source/public/cbfonts/glwu1382.mf + texmf-dist/fonts/source/public/cbfonts/glwu1659.mf + texmf-dist/fonts/source/public/cbfonts/glwu1991.mf + texmf-dist/fonts/source/public/cbfonts/glwu2389.mf + texmf-dist/fonts/source/public/cbfonts/glwu2866.mf + texmf-dist/fonts/source/public/cbfonts/glwu3440.mf + texmf-dist/fonts/source/public/cbfonts/glwu4128.mf + texmf-dist/fonts/source/public/cbfonts/glxc.mf + texmf-dist/fonts/source/public/cbfonts/glxc0700.mf + texmf-dist/fonts/source/public/cbfonts/glxc0800.mf + texmf-dist/fonts/source/public/cbfonts/glxc1000.mf + texmf-dist/fonts/source/public/cbfonts/glxc1200.mf + texmf-dist/fonts/source/public/cbfonts/glxc1382.mf + texmf-dist/fonts/source/public/cbfonts/glxc1659.mf + texmf-dist/fonts/source/public/cbfonts/glxc1991.mf + texmf-dist/fonts/source/public/cbfonts/glxc2389.mf + texmf-dist/fonts/source/public/cbfonts/glxc2866.mf + texmf-dist/fonts/source/public/cbfonts/glxc3440.mf + texmf-dist/fonts/source/public/cbfonts/glxc4128.mf + texmf-dist/fonts/source/public/cbfonts/glxi.mf + texmf-dist/fonts/source/public/cbfonts/glxi0700.mf + texmf-dist/fonts/source/public/cbfonts/glxi0800.mf + texmf-dist/fonts/source/public/cbfonts/glxi1000.mf + texmf-dist/fonts/source/public/cbfonts/glxi1200.mf + texmf-dist/fonts/source/public/cbfonts/glxi1382.mf + texmf-dist/fonts/source/public/cbfonts/glxi1659.mf + texmf-dist/fonts/source/public/cbfonts/glxi1991.mf + texmf-dist/fonts/source/public/cbfonts/glxi2389.mf + texmf-dist/fonts/source/public/cbfonts/glxi2866.mf + texmf-dist/fonts/source/public/cbfonts/glxi3440.mf + texmf-dist/fonts/source/public/cbfonts/glxi4128.mf + texmf-dist/fonts/source/public/cbfonts/glxn.mf + texmf-dist/fonts/source/public/cbfonts/glxn0700.mf + texmf-dist/fonts/source/public/cbfonts/glxn0800.mf + texmf-dist/fonts/source/public/cbfonts/glxn1000.mf + texmf-dist/fonts/source/public/cbfonts/glxn1200.mf + texmf-dist/fonts/source/public/cbfonts/glxn1382.mf + texmf-dist/fonts/source/public/cbfonts/glxn1659.mf + texmf-dist/fonts/source/public/cbfonts/glxn1991.mf + texmf-dist/fonts/source/public/cbfonts/glxn2389.mf + texmf-dist/fonts/source/public/cbfonts/glxn2866.mf + texmf-dist/fonts/source/public/cbfonts/glxn3440.mf + texmf-dist/fonts/source/public/cbfonts/glxn4128.mf + texmf-dist/fonts/source/public/cbfonts/glxo.mf + texmf-dist/fonts/source/public/cbfonts/glxo0700.mf + texmf-dist/fonts/source/public/cbfonts/glxo0800.mf + texmf-dist/fonts/source/public/cbfonts/glxo1000.mf + texmf-dist/fonts/source/public/cbfonts/glxo1200.mf + texmf-dist/fonts/source/public/cbfonts/glxo1382.mf + texmf-dist/fonts/source/public/cbfonts/glxo1659.mf + texmf-dist/fonts/source/public/cbfonts/glxo1991.mf + texmf-dist/fonts/source/public/cbfonts/glxo2389.mf + texmf-dist/fonts/source/public/cbfonts/glxo2866.mf + texmf-dist/fonts/source/public/cbfonts/glxo3440.mf + texmf-dist/fonts/source/public/cbfonts/glxo4128.mf + texmf-dist/fonts/source/public/cbfonts/glxu.mf + texmf-dist/fonts/source/public/cbfonts/glxu0700.mf + texmf-dist/fonts/source/public/cbfonts/glxu0800.mf + texmf-dist/fonts/source/public/cbfonts/glxu1000.mf + texmf-dist/fonts/source/public/cbfonts/glxu1200.mf + texmf-dist/fonts/source/public/cbfonts/glxu1382.mf + texmf-dist/fonts/source/public/cbfonts/glxu1659.mf + texmf-dist/fonts/source/public/cbfonts/glxu1991.mf + texmf-dist/fonts/source/public/cbfonts/glxu2389.mf + texmf-dist/fonts/source/public/cbfonts/glxu2866.mf + texmf-dist/fonts/source/public/cbfonts/glxu3440.mf + texmf-dist/fonts/source/public/cbfonts/glxu4128.mf + texmf-dist/fonts/source/public/cbfonts/gmmn.mf + texmf-dist/fonts/source/public/cbfonts/gmmn0500.mf + texmf-dist/fonts/source/public/cbfonts/gmmn0600.mf + texmf-dist/fonts/source/public/cbfonts/gmmn0700.mf + texmf-dist/fonts/source/public/cbfonts/gmmn0800.mf + texmf-dist/fonts/source/public/cbfonts/gmmn0900.mf + texmf-dist/fonts/source/public/cbfonts/gmmn1000.mf + texmf-dist/fonts/source/public/cbfonts/gmmn1095.mf + texmf-dist/fonts/source/public/cbfonts/gmmn1200.mf + texmf-dist/fonts/source/public/cbfonts/gmmn1440.mf + texmf-dist/fonts/source/public/cbfonts/gmmn1728.mf + texmf-dist/fonts/source/public/cbfonts/gmmn2074.mf + texmf-dist/fonts/source/public/cbfonts/gmmn2488.mf + texmf-dist/fonts/source/public/cbfonts/gmmn2986.mf + texmf-dist/fonts/source/public/cbfonts/gmmn3583.mf + texmf-dist/fonts/source/public/cbfonts/gmmo.mf + texmf-dist/fonts/source/public/cbfonts/gmmo0500.mf + texmf-dist/fonts/source/public/cbfonts/gmmo0600.mf + texmf-dist/fonts/source/public/cbfonts/gmmo0700.mf + texmf-dist/fonts/source/public/cbfonts/gmmo0800.mf + texmf-dist/fonts/source/public/cbfonts/gmmo0900.mf + texmf-dist/fonts/source/public/cbfonts/gmmo1000.mf + texmf-dist/fonts/source/public/cbfonts/gmmo1095.mf + texmf-dist/fonts/source/public/cbfonts/gmmo1200.mf + texmf-dist/fonts/source/public/cbfonts/gmmo1440.mf + texmf-dist/fonts/source/public/cbfonts/gmmo1728.mf + texmf-dist/fonts/source/public/cbfonts/gmmo2074.mf + texmf-dist/fonts/source/public/cbfonts/gmmo2488.mf + texmf-dist/fonts/source/public/cbfonts/gmmo2986.mf + texmf-dist/fonts/source/public/cbfonts/gmmo3583.mf + texmf-dist/fonts/source/public/cbfonts/gmtr.mf + texmf-dist/fonts/source/public/cbfonts/gmtr0500.mf + texmf-dist/fonts/source/public/cbfonts/gmtr0600.mf + texmf-dist/fonts/source/public/cbfonts/gmtr0700.mf + texmf-dist/fonts/source/public/cbfonts/gmtr0800.mf + texmf-dist/fonts/source/public/cbfonts/gmtr0900.mf + texmf-dist/fonts/source/public/cbfonts/gmtr1000.mf + texmf-dist/fonts/source/public/cbfonts/gmtr1095.mf + texmf-dist/fonts/source/public/cbfonts/gmtr1200.mf + texmf-dist/fonts/source/public/cbfonts/gmtr1440.mf + texmf-dist/fonts/source/public/cbfonts/gmtr1728.mf + texmf-dist/fonts/source/public/cbfonts/gmtr2074.mf + texmf-dist/fonts/source/public/cbfonts/gmtr2488.mf + texmf-dist/fonts/source/public/cbfonts/gmtr2986.mf + texmf-dist/fonts/source/public/cbfonts/gmtr3583.mf + texmf-dist/fonts/source/public/cbfonts/gmxn.mf + texmf-dist/fonts/source/public/cbfonts/gmxn0500.mf + texmf-dist/fonts/source/public/cbfonts/gmxn0600.mf + texmf-dist/fonts/source/public/cbfonts/gmxn0700.mf + texmf-dist/fonts/source/public/cbfonts/gmxn0800.mf + texmf-dist/fonts/source/public/cbfonts/gmxn0900.mf + texmf-dist/fonts/source/public/cbfonts/gmxn1000.mf + texmf-dist/fonts/source/public/cbfonts/gmxn1095.mf + texmf-dist/fonts/source/public/cbfonts/gmxn1200.mf + texmf-dist/fonts/source/public/cbfonts/gmxn1440.mf + texmf-dist/fonts/source/public/cbfonts/gmxn1728.mf + texmf-dist/fonts/source/public/cbfonts/gmxn2074.mf + texmf-dist/fonts/source/public/cbfonts/gmxn2488.mf + texmf-dist/fonts/source/public/cbfonts/gmxn2986.mf + texmf-dist/fonts/source/public/cbfonts/gmxn3583.mf + texmf-dist/fonts/source/public/cbfonts/gmxo.mf + texmf-dist/fonts/source/public/cbfonts/gmxo0500.mf + texmf-dist/fonts/source/public/cbfonts/gmxo0600.mf + texmf-dist/fonts/source/public/cbfonts/gmxo0700.mf + texmf-dist/fonts/source/public/cbfonts/gmxo0800.mf + texmf-dist/fonts/source/public/cbfonts/gmxo0900.mf + texmf-dist/fonts/source/public/cbfonts/gmxo1000.mf + texmf-dist/fonts/source/public/cbfonts/gmxo1095.mf + texmf-dist/fonts/source/public/cbfonts/gmxo1200.mf + texmf-dist/fonts/source/public/cbfonts/gmxo1440.mf + texmf-dist/fonts/source/public/cbfonts/gmxo1728.mf + texmf-dist/fonts/source/public/cbfonts/gmxo2074.mf + texmf-dist/fonts/source/public/cbfonts/gmxo2488.mf + texmf-dist/fonts/source/public/cbfonts/gmxo2986.mf + texmf-dist/fonts/source/public/cbfonts/gmxo3583.mf + texmf-dist/fonts/source/public/cbfonts/gomc.mf + texmf-dist/fonts/source/public/cbfonts/gomc0500.mf + texmf-dist/fonts/source/public/cbfonts/gomc0600.mf + texmf-dist/fonts/source/public/cbfonts/gomc0700.mf + texmf-dist/fonts/source/public/cbfonts/gomc0800.mf + texmf-dist/fonts/source/public/cbfonts/gomc0900.mf + texmf-dist/fonts/source/public/cbfonts/gomc1000.mf + texmf-dist/fonts/source/public/cbfonts/gomc1095.mf + texmf-dist/fonts/source/public/cbfonts/gomc1200.mf + texmf-dist/fonts/source/public/cbfonts/gomc1440.mf + texmf-dist/fonts/source/public/cbfonts/gomc1728.mf + texmf-dist/fonts/source/public/cbfonts/gomc2074.mf + texmf-dist/fonts/source/public/cbfonts/gomc2488.mf + texmf-dist/fonts/source/public/cbfonts/gomc2986.mf + texmf-dist/fonts/source/public/cbfonts/gomc3583.mf + texmf-dist/fonts/source/public/cbfonts/gomi.mf + texmf-dist/fonts/source/public/cbfonts/gomi0500.mf + texmf-dist/fonts/source/public/cbfonts/gomi0600.mf + texmf-dist/fonts/source/public/cbfonts/gomi0700.mf + texmf-dist/fonts/source/public/cbfonts/gomi0800.mf + texmf-dist/fonts/source/public/cbfonts/gomi0900.mf + texmf-dist/fonts/source/public/cbfonts/gomi1000.mf + texmf-dist/fonts/source/public/cbfonts/gomi1095.mf + texmf-dist/fonts/source/public/cbfonts/gomi1200.mf + texmf-dist/fonts/source/public/cbfonts/gomi1440.mf + texmf-dist/fonts/source/public/cbfonts/gomi1728.mf + texmf-dist/fonts/source/public/cbfonts/gomi2074.mf + texmf-dist/fonts/source/public/cbfonts/gomi2488.mf + texmf-dist/fonts/source/public/cbfonts/gomi2986.mf + texmf-dist/fonts/source/public/cbfonts/gomi3583.mf + texmf-dist/fonts/source/public/cbfonts/gomn.mf + texmf-dist/fonts/source/public/cbfonts/gomn0500.mf + texmf-dist/fonts/source/public/cbfonts/gomn0600.mf + texmf-dist/fonts/source/public/cbfonts/gomn0700.mf + texmf-dist/fonts/source/public/cbfonts/gomn0800.mf + texmf-dist/fonts/source/public/cbfonts/gomn0900.mf + texmf-dist/fonts/source/public/cbfonts/gomn1000.mf + texmf-dist/fonts/source/public/cbfonts/gomn1095.mf + texmf-dist/fonts/source/public/cbfonts/gomn1200.mf + texmf-dist/fonts/source/public/cbfonts/gomn1440.mf + texmf-dist/fonts/source/public/cbfonts/gomn1728.mf + texmf-dist/fonts/source/public/cbfonts/gomn2074.mf + texmf-dist/fonts/source/public/cbfonts/gomn2488.mf + texmf-dist/fonts/source/public/cbfonts/gomn2986.mf + texmf-dist/fonts/source/public/cbfonts/gomn3583.mf + texmf-dist/fonts/source/public/cbfonts/gomo.mf + texmf-dist/fonts/source/public/cbfonts/gomo0500.mf + texmf-dist/fonts/source/public/cbfonts/gomo0600.mf + texmf-dist/fonts/source/public/cbfonts/gomo0700.mf + texmf-dist/fonts/source/public/cbfonts/gomo0800.mf + texmf-dist/fonts/source/public/cbfonts/gomo0900.mf + texmf-dist/fonts/source/public/cbfonts/gomo1000.mf + texmf-dist/fonts/source/public/cbfonts/gomo1095.mf + texmf-dist/fonts/source/public/cbfonts/gomo1200.mf + texmf-dist/fonts/source/public/cbfonts/gomo1440.mf + texmf-dist/fonts/source/public/cbfonts/gomo1728.mf + texmf-dist/fonts/source/public/cbfonts/gomo2074.mf + texmf-dist/fonts/source/public/cbfonts/gomo2488.mf + texmf-dist/fonts/source/public/cbfonts/gomo2986.mf + texmf-dist/fonts/source/public/cbfonts/gomo3583.mf + texmf-dist/fonts/source/public/cbfonts/gomu.mf + texmf-dist/fonts/source/public/cbfonts/gomu0500.mf + texmf-dist/fonts/source/public/cbfonts/gomu0600.mf + texmf-dist/fonts/source/public/cbfonts/gomu0700.mf + texmf-dist/fonts/source/public/cbfonts/gomu0800.mf + texmf-dist/fonts/source/public/cbfonts/gomu0900.mf + texmf-dist/fonts/source/public/cbfonts/gomu1000.mf + texmf-dist/fonts/source/public/cbfonts/gomu1095.mf + texmf-dist/fonts/source/public/cbfonts/gomu1200.mf + texmf-dist/fonts/source/public/cbfonts/gomu1440.mf + texmf-dist/fonts/source/public/cbfonts/gomu1728.mf + texmf-dist/fonts/source/public/cbfonts/gomu2074.mf + texmf-dist/fonts/source/public/cbfonts/gomu2488.mf + texmf-dist/fonts/source/public/cbfonts/gomu2986.mf + texmf-dist/fonts/source/public/cbfonts/gomu3583.mf + texmf-dist/fonts/source/public/cbfonts/goxc.mf + texmf-dist/fonts/source/public/cbfonts/goxc0500.mf + texmf-dist/fonts/source/public/cbfonts/goxc0600.mf + texmf-dist/fonts/source/public/cbfonts/goxc0700.mf + texmf-dist/fonts/source/public/cbfonts/goxc0800.mf + texmf-dist/fonts/source/public/cbfonts/goxc0900.mf + texmf-dist/fonts/source/public/cbfonts/goxc1000.mf + texmf-dist/fonts/source/public/cbfonts/goxc1095.mf + texmf-dist/fonts/source/public/cbfonts/goxc1200.mf + texmf-dist/fonts/source/public/cbfonts/goxc1440.mf + texmf-dist/fonts/source/public/cbfonts/goxc1728.mf + texmf-dist/fonts/source/public/cbfonts/goxc2074.mf + texmf-dist/fonts/source/public/cbfonts/goxc2488.mf + texmf-dist/fonts/source/public/cbfonts/goxc2986.mf + texmf-dist/fonts/source/public/cbfonts/goxc3583.mf + texmf-dist/fonts/source/public/cbfonts/goxi.mf + texmf-dist/fonts/source/public/cbfonts/goxi0500.mf + texmf-dist/fonts/source/public/cbfonts/goxi0600.mf + texmf-dist/fonts/source/public/cbfonts/goxi0700.mf + texmf-dist/fonts/source/public/cbfonts/goxi0800.mf + texmf-dist/fonts/source/public/cbfonts/goxi0900.mf + texmf-dist/fonts/source/public/cbfonts/goxi1000.mf + texmf-dist/fonts/source/public/cbfonts/goxi1095.mf + texmf-dist/fonts/source/public/cbfonts/goxi1200.mf + texmf-dist/fonts/source/public/cbfonts/goxi1440.mf + texmf-dist/fonts/source/public/cbfonts/goxi1728.mf + texmf-dist/fonts/source/public/cbfonts/goxi2074.mf + texmf-dist/fonts/source/public/cbfonts/goxi2488.mf + texmf-dist/fonts/source/public/cbfonts/goxi2986.mf + texmf-dist/fonts/source/public/cbfonts/goxi3583.mf + texmf-dist/fonts/source/public/cbfonts/goxn.mf + texmf-dist/fonts/source/public/cbfonts/goxn0500.mf + texmf-dist/fonts/source/public/cbfonts/goxn0600.mf + texmf-dist/fonts/source/public/cbfonts/goxn0700.mf + texmf-dist/fonts/source/public/cbfonts/goxn0800.mf + texmf-dist/fonts/source/public/cbfonts/goxn0900.mf + texmf-dist/fonts/source/public/cbfonts/goxn1000.mf + texmf-dist/fonts/source/public/cbfonts/goxn1095.mf + texmf-dist/fonts/source/public/cbfonts/goxn1200.mf + texmf-dist/fonts/source/public/cbfonts/goxn1440.mf + texmf-dist/fonts/source/public/cbfonts/goxn1728.mf + texmf-dist/fonts/source/public/cbfonts/goxn2074.mf + texmf-dist/fonts/source/public/cbfonts/goxn2488.mf + texmf-dist/fonts/source/public/cbfonts/goxn2986.mf + texmf-dist/fonts/source/public/cbfonts/goxn3583.mf + texmf-dist/fonts/source/public/cbfonts/goxo.mf + texmf-dist/fonts/source/public/cbfonts/goxo0500.mf + texmf-dist/fonts/source/public/cbfonts/goxo0600.mf + texmf-dist/fonts/source/public/cbfonts/goxo0700.mf + texmf-dist/fonts/source/public/cbfonts/goxo0800.mf + texmf-dist/fonts/source/public/cbfonts/goxo0900.mf + texmf-dist/fonts/source/public/cbfonts/goxo1000.mf + texmf-dist/fonts/source/public/cbfonts/goxo1095.mf + texmf-dist/fonts/source/public/cbfonts/goxo1200.mf + texmf-dist/fonts/source/public/cbfonts/goxo1440.mf + texmf-dist/fonts/source/public/cbfonts/goxo1728.mf + texmf-dist/fonts/source/public/cbfonts/goxo2074.mf + texmf-dist/fonts/source/public/cbfonts/goxo2488.mf + texmf-dist/fonts/source/public/cbfonts/goxo2986.mf + texmf-dist/fonts/source/public/cbfonts/goxo3583.mf + texmf-dist/fonts/source/public/cbfonts/goxu.mf + texmf-dist/fonts/source/public/cbfonts/goxu0500.mf + texmf-dist/fonts/source/public/cbfonts/goxu0600.mf + texmf-dist/fonts/source/public/cbfonts/goxu0700.mf + texmf-dist/fonts/source/public/cbfonts/goxu0800.mf + texmf-dist/fonts/source/public/cbfonts/goxu0900.mf + texmf-dist/fonts/source/public/cbfonts/goxu1000.mf + texmf-dist/fonts/source/public/cbfonts/goxu1095.mf + texmf-dist/fonts/source/public/cbfonts/goxu1200.mf + texmf-dist/fonts/source/public/cbfonts/goxu1440.mf + texmf-dist/fonts/source/public/cbfonts/goxu1728.mf + texmf-dist/fonts/source/public/cbfonts/goxu2074.mf + texmf-dist/fonts/source/public/cbfonts/goxu2488.mf + texmf-dist/fonts/source/public/cbfonts/goxu2986.mf + texmf-dist/fonts/source/public/cbfonts/goxu3583.mf + texmf-dist/fonts/source/public/cbfonts/grbl.mf + texmf-dist/fonts/source/public/cbfonts/grbl0500.mf + texmf-dist/fonts/source/public/cbfonts/grbl0600.mf + texmf-dist/fonts/source/public/cbfonts/grbl0700.mf + texmf-dist/fonts/source/public/cbfonts/grbl0800.mf + texmf-dist/fonts/source/public/cbfonts/grbl0900.mf + texmf-dist/fonts/source/public/cbfonts/grbl1000.mf + texmf-dist/fonts/source/public/cbfonts/grbl1095.mf + texmf-dist/fonts/source/public/cbfonts/grbl1200.mf + texmf-dist/fonts/source/public/cbfonts/grbl1440.mf + texmf-dist/fonts/source/public/cbfonts/grbl1728.mf + texmf-dist/fonts/source/public/cbfonts/grbl2074.mf + texmf-dist/fonts/source/public/cbfonts/grbl2488.mf + texmf-dist/fonts/source/public/cbfonts/grbl2986.mf + texmf-dist/fonts/source/public/cbfonts/grbl3583.mf + texmf-dist/fonts/source/public/cbfonts/grmc.mf + texmf-dist/fonts/source/public/cbfonts/grmc0500.mf + texmf-dist/fonts/source/public/cbfonts/grmc0600.mf + texmf-dist/fonts/source/public/cbfonts/grmc0700.mf + texmf-dist/fonts/source/public/cbfonts/grmc0800.mf + texmf-dist/fonts/source/public/cbfonts/grmc0900.mf + texmf-dist/fonts/source/public/cbfonts/grmc1000.mf + texmf-dist/fonts/source/public/cbfonts/grmc1095.mf + texmf-dist/fonts/source/public/cbfonts/grmc1200.mf + texmf-dist/fonts/source/public/cbfonts/grmc1440.mf + texmf-dist/fonts/source/public/cbfonts/grmc1728.mf + texmf-dist/fonts/source/public/cbfonts/grmc2074.mf + texmf-dist/fonts/source/public/cbfonts/grmc2488.mf + texmf-dist/fonts/source/public/cbfonts/grmc2986.mf + texmf-dist/fonts/source/public/cbfonts/grmc3583.mf + texmf-dist/fonts/source/public/cbfonts/grmi.mf + texmf-dist/fonts/source/public/cbfonts/grmi0500.mf + texmf-dist/fonts/source/public/cbfonts/grmi0600.mf + texmf-dist/fonts/source/public/cbfonts/grmi0700.mf + texmf-dist/fonts/source/public/cbfonts/grmi0800.mf + texmf-dist/fonts/source/public/cbfonts/grmi0900.mf + texmf-dist/fonts/source/public/cbfonts/grmi1000.mf + texmf-dist/fonts/source/public/cbfonts/grmi1095.mf + texmf-dist/fonts/source/public/cbfonts/grmi1200.mf + texmf-dist/fonts/source/public/cbfonts/grmi1440.mf + texmf-dist/fonts/source/public/cbfonts/grmi1728.mf + texmf-dist/fonts/source/public/cbfonts/grmi2074.mf + texmf-dist/fonts/source/public/cbfonts/grmi2488.mf + texmf-dist/fonts/source/public/cbfonts/grmi2986.mf + texmf-dist/fonts/source/public/cbfonts/grmi3583.mf + texmf-dist/fonts/source/public/cbfonts/grml.mf + texmf-dist/fonts/source/public/cbfonts/grml0500.mf + texmf-dist/fonts/source/public/cbfonts/grml0600.mf + texmf-dist/fonts/source/public/cbfonts/grml0700.mf + texmf-dist/fonts/source/public/cbfonts/grml0800.mf + texmf-dist/fonts/source/public/cbfonts/grml0900.mf + texmf-dist/fonts/source/public/cbfonts/grml1000.mf + texmf-dist/fonts/source/public/cbfonts/grml1095.mf + texmf-dist/fonts/source/public/cbfonts/grml1200.mf + texmf-dist/fonts/source/public/cbfonts/grml1440.mf + texmf-dist/fonts/source/public/cbfonts/grml1728.mf + texmf-dist/fonts/source/public/cbfonts/grml2074.mf + texmf-dist/fonts/source/public/cbfonts/grml2488.mf + texmf-dist/fonts/source/public/cbfonts/grml2986.mf + texmf-dist/fonts/source/public/cbfonts/grml3583.mf + texmf-dist/fonts/source/public/cbfonts/grmn.mf + texmf-dist/fonts/source/public/cbfonts/grmn0500.mf + texmf-dist/fonts/source/public/cbfonts/grmn0600.mf + texmf-dist/fonts/source/public/cbfonts/grmn0700.mf + texmf-dist/fonts/source/public/cbfonts/grmn0800.mf + texmf-dist/fonts/source/public/cbfonts/grmn0900.mf + texmf-dist/fonts/source/public/cbfonts/grmn1000.mf + texmf-dist/fonts/source/public/cbfonts/grmn1095.mf + texmf-dist/fonts/source/public/cbfonts/grmn1200.mf + texmf-dist/fonts/source/public/cbfonts/grmn1440.mf + texmf-dist/fonts/source/public/cbfonts/grmn1728.mf + texmf-dist/fonts/source/public/cbfonts/grmn2074.mf + texmf-dist/fonts/source/public/cbfonts/grmn2488.mf + texmf-dist/fonts/source/public/cbfonts/grmn2986.mf + texmf-dist/fonts/source/public/cbfonts/grmn3583.mf + texmf-dist/fonts/source/public/cbfonts/grmo.mf + texmf-dist/fonts/source/public/cbfonts/grmo0500.mf + texmf-dist/fonts/source/public/cbfonts/grmo0600.mf + texmf-dist/fonts/source/public/cbfonts/grmo0700.mf + texmf-dist/fonts/source/public/cbfonts/grmo0800.mf + texmf-dist/fonts/source/public/cbfonts/grmo0900.mf + texmf-dist/fonts/source/public/cbfonts/grmo1000.mf + texmf-dist/fonts/source/public/cbfonts/grmo1095.mf + texmf-dist/fonts/source/public/cbfonts/grmo1200.mf + texmf-dist/fonts/source/public/cbfonts/grmo1440.mf + texmf-dist/fonts/source/public/cbfonts/grmo1728.mf + texmf-dist/fonts/source/public/cbfonts/grmo2074.mf + texmf-dist/fonts/source/public/cbfonts/grmo2488.mf + texmf-dist/fonts/source/public/cbfonts/grmo2986.mf + texmf-dist/fonts/source/public/cbfonts/grmo3583.mf + texmf-dist/fonts/source/public/cbfonts/grmu.mf + texmf-dist/fonts/source/public/cbfonts/grmu0500.mf + texmf-dist/fonts/source/public/cbfonts/grmu0600.mf + texmf-dist/fonts/source/public/cbfonts/grmu0700.mf + texmf-dist/fonts/source/public/cbfonts/grmu0800.mf + texmf-dist/fonts/source/public/cbfonts/grmu0900.mf + texmf-dist/fonts/source/public/cbfonts/grmu1000.mf + texmf-dist/fonts/source/public/cbfonts/grmu1095.mf + texmf-dist/fonts/source/public/cbfonts/grmu1200.mf + texmf-dist/fonts/source/public/cbfonts/grmu1440.mf + texmf-dist/fonts/source/public/cbfonts/grmu1728.mf + texmf-dist/fonts/source/public/cbfonts/grmu2074.mf + texmf-dist/fonts/source/public/cbfonts/grmu2488.mf + texmf-dist/fonts/source/public/cbfonts/grmu2986.mf + texmf-dist/fonts/source/public/cbfonts/grmu3583.mf + texmf-dist/fonts/source/public/cbfonts/grxc.mf + texmf-dist/fonts/source/public/cbfonts/grxc0500.mf + texmf-dist/fonts/source/public/cbfonts/grxc0600.mf + texmf-dist/fonts/source/public/cbfonts/grxc0700.mf + texmf-dist/fonts/source/public/cbfonts/grxc0800.mf + texmf-dist/fonts/source/public/cbfonts/grxc0900.mf + texmf-dist/fonts/source/public/cbfonts/grxc1000.mf + texmf-dist/fonts/source/public/cbfonts/grxc1095.mf + texmf-dist/fonts/source/public/cbfonts/grxc1200.mf + texmf-dist/fonts/source/public/cbfonts/grxc1440.mf + texmf-dist/fonts/source/public/cbfonts/grxc1728.mf + texmf-dist/fonts/source/public/cbfonts/grxc2074.mf + texmf-dist/fonts/source/public/cbfonts/grxc2488.mf + texmf-dist/fonts/source/public/cbfonts/grxc2986.mf + texmf-dist/fonts/source/public/cbfonts/grxc3583.mf + texmf-dist/fonts/source/public/cbfonts/grxi.mf + texmf-dist/fonts/source/public/cbfonts/grxi0500.mf + texmf-dist/fonts/source/public/cbfonts/grxi0600.mf + texmf-dist/fonts/source/public/cbfonts/grxi0700.mf + texmf-dist/fonts/source/public/cbfonts/grxi0800.mf + texmf-dist/fonts/source/public/cbfonts/grxi0900.mf + texmf-dist/fonts/source/public/cbfonts/grxi1000.mf + texmf-dist/fonts/source/public/cbfonts/grxi1095.mf + texmf-dist/fonts/source/public/cbfonts/grxi1200.mf + texmf-dist/fonts/source/public/cbfonts/grxi1440.mf + texmf-dist/fonts/source/public/cbfonts/grxi1728.mf + texmf-dist/fonts/source/public/cbfonts/grxi2074.mf + texmf-dist/fonts/source/public/cbfonts/grxi2488.mf + texmf-dist/fonts/source/public/cbfonts/grxi2986.mf + texmf-dist/fonts/source/public/cbfonts/grxi3583.mf + texmf-dist/fonts/source/public/cbfonts/grxl.mf + texmf-dist/fonts/source/public/cbfonts/grxl0500.mf + texmf-dist/fonts/source/public/cbfonts/grxl0600.mf + texmf-dist/fonts/source/public/cbfonts/grxl0700.mf + texmf-dist/fonts/source/public/cbfonts/grxl0800.mf + texmf-dist/fonts/source/public/cbfonts/grxl0900.mf + texmf-dist/fonts/source/public/cbfonts/grxl1000.mf + texmf-dist/fonts/source/public/cbfonts/grxl1095.mf + texmf-dist/fonts/source/public/cbfonts/grxl1200.mf + texmf-dist/fonts/source/public/cbfonts/grxl1440.mf + texmf-dist/fonts/source/public/cbfonts/grxl1728.mf + texmf-dist/fonts/source/public/cbfonts/grxl2074.mf + texmf-dist/fonts/source/public/cbfonts/grxl2488.mf + texmf-dist/fonts/source/public/cbfonts/grxl2986.mf + texmf-dist/fonts/source/public/cbfonts/grxl3583.mf + texmf-dist/fonts/source/public/cbfonts/grxn.mf + texmf-dist/fonts/source/public/cbfonts/grxn0500.mf + texmf-dist/fonts/source/public/cbfonts/grxn0600.mf + texmf-dist/fonts/source/public/cbfonts/grxn0700.mf + texmf-dist/fonts/source/public/cbfonts/grxn0800.mf + texmf-dist/fonts/source/public/cbfonts/grxn0900.mf + texmf-dist/fonts/source/public/cbfonts/grxn1000.mf + texmf-dist/fonts/source/public/cbfonts/grxn1095.mf + texmf-dist/fonts/source/public/cbfonts/grxn1200.mf + texmf-dist/fonts/source/public/cbfonts/grxn1440.mf + texmf-dist/fonts/source/public/cbfonts/grxn1728.mf + texmf-dist/fonts/source/public/cbfonts/grxn2074.mf + texmf-dist/fonts/source/public/cbfonts/grxn2488.mf + texmf-dist/fonts/source/public/cbfonts/grxn2986.mf + texmf-dist/fonts/source/public/cbfonts/grxn3583.mf + texmf-dist/fonts/source/public/cbfonts/grxo.mf + texmf-dist/fonts/source/public/cbfonts/grxo0500.mf + texmf-dist/fonts/source/public/cbfonts/grxo0600.mf + texmf-dist/fonts/source/public/cbfonts/grxo0700.mf + texmf-dist/fonts/source/public/cbfonts/grxo0800.mf + texmf-dist/fonts/source/public/cbfonts/grxo0900.mf + texmf-dist/fonts/source/public/cbfonts/grxo1000.mf + texmf-dist/fonts/source/public/cbfonts/grxo1095.mf + texmf-dist/fonts/source/public/cbfonts/grxo1200.mf + texmf-dist/fonts/source/public/cbfonts/grxo1440.mf + texmf-dist/fonts/source/public/cbfonts/grxo1728.mf + texmf-dist/fonts/source/public/cbfonts/grxo2074.mf + texmf-dist/fonts/source/public/cbfonts/grxo2488.mf + texmf-dist/fonts/source/public/cbfonts/grxo2986.mf + texmf-dist/fonts/source/public/cbfonts/grxo3583.mf + texmf-dist/fonts/source/public/cbfonts/grxu.mf + texmf-dist/fonts/source/public/cbfonts/grxu0500.mf + texmf-dist/fonts/source/public/cbfonts/grxu0600.mf + texmf-dist/fonts/source/public/cbfonts/grxu0700.mf + texmf-dist/fonts/source/public/cbfonts/grxu0800.mf + texmf-dist/fonts/source/public/cbfonts/grxu0900.mf + texmf-dist/fonts/source/public/cbfonts/grxu1000.mf + texmf-dist/fonts/source/public/cbfonts/grxu1095.mf + texmf-dist/fonts/source/public/cbfonts/grxu1200.mf + texmf-dist/fonts/source/public/cbfonts/grxu1440.mf + texmf-dist/fonts/source/public/cbfonts/grxu1728.mf + texmf-dist/fonts/source/public/cbfonts/grxu2074.mf + texmf-dist/fonts/source/public/cbfonts/grxu2488.mf + texmf-dist/fonts/source/public/cbfonts/grxu2986.mf + texmf-dist/fonts/source/public/cbfonts/grxu3583.mf + texmf-dist/fonts/source/public/cbfonts/gsma.mf + texmf-dist/fonts/source/public/cbfonts/gsma0500.mf + texmf-dist/fonts/source/public/cbfonts/gsma0600.mf + texmf-dist/fonts/source/public/cbfonts/gsma0700.mf + texmf-dist/fonts/source/public/cbfonts/gsma0800.mf + texmf-dist/fonts/source/public/cbfonts/gsma0900.mf + texmf-dist/fonts/source/public/cbfonts/gsma1000.mf + texmf-dist/fonts/source/public/cbfonts/gsma1095.mf + texmf-dist/fonts/source/public/cbfonts/gsma1200.mf + texmf-dist/fonts/source/public/cbfonts/gsma1440.mf + texmf-dist/fonts/source/public/cbfonts/gsma1728.mf + texmf-dist/fonts/source/public/cbfonts/gsma2074.mf + texmf-dist/fonts/source/public/cbfonts/gsma2488.mf + texmf-dist/fonts/source/public/cbfonts/gsma2986.mf + texmf-dist/fonts/source/public/cbfonts/gsma3583.mf + texmf-dist/fonts/source/public/cbfonts/gsmc.mf + texmf-dist/fonts/source/public/cbfonts/gsmc0500.mf + texmf-dist/fonts/source/public/cbfonts/gsmc0600.mf + texmf-dist/fonts/source/public/cbfonts/gsmc0700.mf + texmf-dist/fonts/source/public/cbfonts/gsmc0800.mf + texmf-dist/fonts/source/public/cbfonts/gsmc0900.mf + texmf-dist/fonts/source/public/cbfonts/gsmc1000.mf + texmf-dist/fonts/source/public/cbfonts/gsmc1095.mf + texmf-dist/fonts/source/public/cbfonts/gsmc1200.mf + texmf-dist/fonts/source/public/cbfonts/gsmc1440.mf + texmf-dist/fonts/source/public/cbfonts/gsmc1728.mf + texmf-dist/fonts/source/public/cbfonts/gsmc2074.mf + texmf-dist/fonts/source/public/cbfonts/gsmc2488.mf + texmf-dist/fonts/source/public/cbfonts/gsmc2986.mf + texmf-dist/fonts/source/public/cbfonts/gsmc3583.mf + texmf-dist/fonts/source/public/cbfonts/gsme.mf + texmf-dist/fonts/source/public/cbfonts/gsme0500.mf + texmf-dist/fonts/source/public/cbfonts/gsme0600.mf + texmf-dist/fonts/source/public/cbfonts/gsme0700.mf + texmf-dist/fonts/source/public/cbfonts/gsme0800.mf + texmf-dist/fonts/source/public/cbfonts/gsme0900.mf + texmf-dist/fonts/source/public/cbfonts/gsme1000.mf + texmf-dist/fonts/source/public/cbfonts/gsme1095.mf + texmf-dist/fonts/source/public/cbfonts/gsme1200.mf + texmf-dist/fonts/source/public/cbfonts/gsme1440.mf + texmf-dist/fonts/source/public/cbfonts/gsme1728.mf + texmf-dist/fonts/source/public/cbfonts/gsme2074.mf + texmf-dist/fonts/source/public/cbfonts/gsme2488.mf + texmf-dist/fonts/source/public/cbfonts/gsme2986.mf + texmf-dist/fonts/source/public/cbfonts/gsme3583.mf + texmf-dist/fonts/source/public/cbfonts/gsmi.mf + texmf-dist/fonts/source/public/cbfonts/gsmi0500.mf + texmf-dist/fonts/source/public/cbfonts/gsmi0600.mf + texmf-dist/fonts/source/public/cbfonts/gsmi0700.mf + texmf-dist/fonts/source/public/cbfonts/gsmi0800.mf + texmf-dist/fonts/source/public/cbfonts/gsmi0900.mf + texmf-dist/fonts/source/public/cbfonts/gsmi1000.mf + texmf-dist/fonts/source/public/cbfonts/gsmi1095.mf + texmf-dist/fonts/source/public/cbfonts/gsmi1200.mf + texmf-dist/fonts/source/public/cbfonts/gsmi1440.mf + texmf-dist/fonts/source/public/cbfonts/gsmi1728.mf + texmf-dist/fonts/source/public/cbfonts/gsmi2074.mf + texmf-dist/fonts/source/public/cbfonts/gsmi2488.mf + texmf-dist/fonts/source/public/cbfonts/gsmi2986.mf + texmf-dist/fonts/source/public/cbfonts/gsmi3583.mf + texmf-dist/fonts/source/public/cbfonts/gsmn.mf + texmf-dist/fonts/source/public/cbfonts/gsmn0500.mf + texmf-dist/fonts/source/public/cbfonts/gsmn0600.mf + texmf-dist/fonts/source/public/cbfonts/gsmn0700.mf + texmf-dist/fonts/source/public/cbfonts/gsmn0800.mf + texmf-dist/fonts/source/public/cbfonts/gsmn0900.mf + texmf-dist/fonts/source/public/cbfonts/gsmn1000.mf + texmf-dist/fonts/source/public/cbfonts/gsmn1095.mf + texmf-dist/fonts/source/public/cbfonts/gsmn1200.mf + texmf-dist/fonts/source/public/cbfonts/gsmn1440.mf + texmf-dist/fonts/source/public/cbfonts/gsmn1728.mf + texmf-dist/fonts/source/public/cbfonts/gsmn2074.mf + texmf-dist/fonts/source/public/cbfonts/gsmn2488.mf + texmf-dist/fonts/source/public/cbfonts/gsmn2986.mf + texmf-dist/fonts/source/public/cbfonts/gsmn3583.mf + texmf-dist/fonts/source/public/cbfonts/gsmo.mf + texmf-dist/fonts/source/public/cbfonts/gsmo0500.mf + texmf-dist/fonts/source/public/cbfonts/gsmo0600.mf + texmf-dist/fonts/source/public/cbfonts/gsmo0700.mf + texmf-dist/fonts/source/public/cbfonts/gsmo0800.mf + texmf-dist/fonts/source/public/cbfonts/gsmo0900.mf + texmf-dist/fonts/source/public/cbfonts/gsmo1000.mf + texmf-dist/fonts/source/public/cbfonts/gsmo1095.mf + texmf-dist/fonts/source/public/cbfonts/gsmo1200.mf + texmf-dist/fonts/source/public/cbfonts/gsmo1440.mf + texmf-dist/fonts/source/public/cbfonts/gsmo1728.mf + texmf-dist/fonts/source/public/cbfonts/gsmo2074.mf + texmf-dist/fonts/source/public/cbfonts/gsmo2488.mf + texmf-dist/fonts/source/public/cbfonts/gsmo2986.mf + texmf-dist/fonts/source/public/cbfonts/gsmo3583.mf + texmf-dist/fonts/source/public/cbfonts/gsmu.mf + texmf-dist/fonts/source/public/cbfonts/gsmu0500.mf + texmf-dist/fonts/source/public/cbfonts/gsmu0600.mf + texmf-dist/fonts/source/public/cbfonts/gsmu0700.mf + texmf-dist/fonts/source/public/cbfonts/gsmu0800.mf + texmf-dist/fonts/source/public/cbfonts/gsmu0900.mf + texmf-dist/fonts/source/public/cbfonts/gsmu1000.mf + texmf-dist/fonts/source/public/cbfonts/gsmu1095.mf + texmf-dist/fonts/source/public/cbfonts/gsmu1200.mf + texmf-dist/fonts/source/public/cbfonts/gsmu1440.mf + texmf-dist/fonts/source/public/cbfonts/gsmu1728.mf + texmf-dist/fonts/source/public/cbfonts/gsmu2074.mf + texmf-dist/fonts/source/public/cbfonts/gsmu2488.mf + texmf-dist/fonts/source/public/cbfonts/gsmu2986.mf + texmf-dist/fonts/source/public/cbfonts/gsmu3583.mf + texmf-dist/fonts/source/public/cbfonts/gsxa.mf + texmf-dist/fonts/source/public/cbfonts/gsxa0500.mf + texmf-dist/fonts/source/public/cbfonts/gsxa0600.mf + texmf-dist/fonts/source/public/cbfonts/gsxa0700.mf + texmf-dist/fonts/source/public/cbfonts/gsxa0800.mf + texmf-dist/fonts/source/public/cbfonts/gsxa0900.mf + texmf-dist/fonts/source/public/cbfonts/gsxa1000.mf + texmf-dist/fonts/source/public/cbfonts/gsxa1095.mf + texmf-dist/fonts/source/public/cbfonts/gsxa1200.mf + texmf-dist/fonts/source/public/cbfonts/gsxa1440.mf + texmf-dist/fonts/source/public/cbfonts/gsxa1728.mf + texmf-dist/fonts/source/public/cbfonts/gsxa2074.mf + texmf-dist/fonts/source/public/cbfonts/gsxa2488.mf + texmf-dist/fonts/source/public/cbfonts/gsxa2986.mf + texmf-dist/fonts/source/public/cbfonts/gsxa3583.mf + texmf-dist/fonts/source/public/cbfonts/gsxc.mf + texmf-dist/fonts/source/public/cbfonts/gsxc0500.mf + texmf-dist/fonts/source/public/cbfonts/gsxc0600.mf + texmf-dist/fonts/source/public/cbfonts/gsxc0700.mf + texmf-dist/fonts/source/public/cbfonts/gsxc0800.mf + texmf-dist/fonts/source/public/cbfonts/gsxc0900.mf + texmf-dist/fonts/source/public/cbfonts/gsxc1000.mf + texmf-dist/fonts/source/public/cbfonts/gsxc1095.mf + texmf-dist/fonts/source/public/cbfonts/gsxc1200.mf + texmf-dist/fonts/source/public/cbfonts/gsxc1440.mf + texmf-dist/fonts/source/public/cbfonts/gsxc1728.mf + texmf-dist/fonts/source/public/cbfonts/gsxc2074.mf + texmf-dist/fonts/source/public/cbfonts/gsxc2488.mf + texmf-dist/fonts/source/public/cbfonts/gsxc2986.mf + texmf-dist/fonts/source/public/cbfonts/gsxc3583.mf + texmf-dist/fonts/source/public/cbfonts/gsxe.mf + texmf-dist/fonts/source/public/cbfonts/gsxe0500.mf + texmf-dist/fonts/source/public/cbfonts/gsxe0600.mf + texmf-dist/fonts/source/public/cbfonts/gsxe0700.mf + texmf-dist/fonts/source/public/cbfonts/gsxe0800.mf + texmf-dist/fonts/source/public/cbfonts/gsxe0900.mf + texmf-dist/fonts/source/public/cbfonts/gsxe1000.mf + texmf-dist/fonts/source/public/cbfonts/gsxe1095.mf + texmf-dist/fonts/source/public/cbfonts/gsxe1200.mf + texmf-dist/fonts/source/public/cbfonts/gsxe1440.mf + texmf-dist/fonts/source/public/cbfonts/gsxe1728.mf + texmf-dist/fonts/source/public/cbfonts/gsxe2074.mf + texmf-dist/fonts/source/public/cbfonts/gsxe2488.mf + texmf-dist/fonts/source/public/cbfonts/gsxe2986.mf + texmf-dist/fonts/source/public/cbfonts/gsxe3583.mf + texmf-dist/fonts/source/public/cbfonts/gsxi.mf + texmf-dist/fonts/source/public/cbfonts/gsxi0500.mf + texmf-dist/fonts/source/public/cbfonts/gsxi0600.mf + texmf-dist/fonts/source/public/cbfonts/gsxi0700.mf + texmf-dist/fonts/source/public/cbfonts/gsxi0800.mf + texmf-dist/fonts/source/public/cbfonts/gsxi0900.mf + texmf-dist/fonts/source/public/cbfonts/gsxi1000.mf + texmf-dist/fonts/source/public/cbfonts/gsxi1095.mf + texmf-dist/fonts/source/public/cbfonts/gsxi1200.mf + texmf-dist/fonts/source/public/cbfonts/gsxi1440.mf + texmf-dist/fonts/source/public/cbfonts/gsxi1728.mf + texmf-dist/fonts/source/public/cbfonts/gsxi2074.mf + texmf-dist/fonts/source/public/cbfonts/gsxi2488.mf + texmf-dist/fonts/source/public/cbfonts/gsxi2986.mf + texmf-dist/fonts/source/public/cbfonts/gsxi3583.mf + texmf-dist/fonts/source/public/cbfonts/gsxn.mf + texmf-dist/fonts/source/public/cbfonts/gsxn0500.mf + texmf-dist/fonts/source/public/cbfonts/gsxn0600.mf + texmf-dist/fonts/source/public/cbfonts/gsxn0700.mf + texmf-dist/fonts/source/public/cbfonts/gsxn0800.mf + texmf-dist/fonts/source/public/cbfonts/gsxn0900.mf + texmf-dist/fonts/source/public/cbfonts/gsxn1000.mf + texmf-dist/fonts/source/public/cbfonts/gsxn1095.mf + texmf-dist/fonts/source/public/cbfonts/gsxn1200.mf + texmf-dist/fonts/source/public/cbfonts/gsxn1440.mf + texmf-dist/fonts/source/public/cbfonts/gsxn1728.mf + texmf-dist/fonts/source/public/cbfonts/gsxn2074.mf + texmf-dist/fonts/source/public/cbfonts/gsxn2488.mf + texmf-dist/fonts/source/public/cbfonts/gsxn2986.mf + texmf-dist/fonts/source/public/cbfonts/gsxn3583.mf + texmf-dist/fonts/source/public/cbfonts/gsxo.mf + texmf-dist/fonts/source/public/cbfonts/gsxo0500.mf + texmf-dist/fonts/source/public/cbfonts/gsxo0600.mf + texmf-dist/fonts/source/public/cbfonts/gsxo0700.mf + texmf-dist/fonts/source/public/cbfonts/gsxo0800.mf + texmf-dist/fonts/source/public/cbfonts/gsxo0900.mf + texmf-dist/fonts/source/public/cbfonts/gsxo1000.mf + texmf-dist/fonts/source/public/cbfonts/gsxo1095.mf + texmf-dist/fonts/source/public/cbfonts/gsxo1200.mf + texmf-dist/fonts/source/public/cbfonts/gsxo1440.mf + texmf-dist/fonts/source/public/cbfonts/gsxo1728.mf + texmf-dist/fonts/source/public/cbfonts/gsxo2074.mf + texmf-dist/fonts/source/public/cbfonts/gsxo2488.mf + texmf-dist/fonts/source/public/cbfonts/gsxo2986.mf + texmf-dist/fonts/source/public/cbfonts/gsxo3583.mf + texmf-dist/fonts/source/public/cbfonts/gsxu.mf + texmf-dist/fonts/source/public/cbfonts/gsxu0500.mf + texmf-dist/fonts/source/public/cbfonts/gsxu0600.mf + texmf-dist/fonts/source/public/cbfonts/gsxu0700.mf + texmf-dist/fonts/source/public/cbfonts/gsxu0800.mf + texmf-dist/fonts/source/public/cbfonts/gsxu0900.mf + texmf-dist/fonts/source/public/cbfonts/gsxu1000.mf + texmf-dist/fonts/source/public/cbfonts/gsxu1095.mf + texmf-dist/fonts/source/public/cbfonts/gsxu1200.mf + texmf-dist/fonts/source/public/cbfonts/gsxu1440.mf + texmf-dist/fonts/source/public/cbfonts/gsxu1728.mf + texmf-dist/fonts/source/public/cbfonts/gsxu2074.mf + texmf-dist/fonts/source/public/cbfonts/gsxu2488.mf + texmf-dist/fonts/source/public/cbfonts/gsxu2986.mf + texmf-dist/fonts/source/public/cbfonts/gsxu3583.mf + texmf-dist/fonts/source/public/cbfonts/gttc.mf + texmf-dist/fonts/source/public/cbfonts/gttc0500.mf + texmf-dist/fonts/source/public/cbfonts/gttc0600.mf + texmf-dist/fonts/source/public/cbfonts/gttc0700.mf + texmf-dist/fonts/source/public/cbfonts/gttc0800.mf + texmf-dist/fonts/source/public/cbfonts/gttc0900.mf + texmf-dist/fonts/source/public/cbfonts/gttc1000.mf + texmf-dist/fonts/source/public/cbfonts/gttc1095.mf + texmf-dist/fonts/source/public/cbfonts/gttc1200.mf + texmf-dist/fonts/source/public/cbfonts/gttc1440.mf + texmf-dist/fonts/source/public/cbfonts/gttc1728.mf + texmf-dist/fonts/source/public/cbfonts/gttc2074.mf + texmf-dist/fonts/source/public/cbfonts/gttc2488.mf + texmf-dist/fonts/source/public/cbfonts/gttc2986.mf + texmf-dist/fonts/source/public/cbfonts/gttc3583.mf + texmf-dist/fonts/source/public/cbfonts/gtti.mf + texmf-dist/fonts/source/public/cbfonts/gtti0500.mf + texmf-dist/fonts/source/public/cbfonts/gtti0600.mf + texmf-dist/fonts/source/public/cbfonts/gtti0700.mf + texmf-dist/fonts/source/public/cbfonts/gtti0800.mf + texmf-dist/fonts/source/public/cbfonts/gtti0900.mf + texmf-dist/fonts/source/public/cbfonts/gtti1000.mf + texmf-dist/fonts/source/public/cbfonts/gtti1095.mf + texmf-dist/fonts/source/public/cbfonts/gtti1200.mf + texmf-dist/fonts/source/public/cbfonts/gtti1440.mf + texmf-dist/fonts/source/public/cbfonts/gtti1728.mf + texmf-dist/fonts/source/public/cbfonts/gtti2074.mf + texmf-dist/fonts/source/public/cbfonts/gtti2488.mf + texmf-dist/fonts/source/public/cbfonts/gtti2986.mf + texmf-dist/fonts/source/public/cbfonts/gtti3583.mf + texmf-dist/fonts/source/public/cbfonts/gttn.mf + texmf-dist/fonts/source/public/cbfonts/gttn0500.mf + texmf-dist/fonts/source/public/cbfonts/gttn0600.mf + texmf-dist/fonts/source/public/cbfonts/gttn0700.mf + texmf-dist/fonts/source/public/cbfonts/gttn0800.mf + texmf-dist/fonts/source/public/cbfonts/gttn0900.mf + texmf-dist/fonts/source/public/cbfonts/gttn1000.mf + texmf-dist/fonts/source/public/cbfonts/gttn1095.mf + texmf-dist/fonts/source/public/cbfonts/gttn1200.mf + texmf-dist/fonts/source/public/cbfonts/gttn1440.mf + texmf-dist/fonts/source/public/cbfonts/gttn1728.mf + texmf-dist/fonts/source/public/cbfonts/gttn2074.mf + texmf-dist/fonts/source/public/cbfonts/gttn2488.mf + texmf-dist/fonts/source/public/cbfonts/gttn2986.mf + texmf-dist/fonts/source/public/cbfonts/gttn3583.mf + texmf-dist/fonts/source/public/cbfonts/gtto.mf + texmf-dist/fonts/source/public/cbfonts/gtto0500.mf + texmf-dist/fonts/source/public/cbfonts/gtto0600.mf + texmf-dist/fonts/source/public/cbfonts/gtto0700.mf + texmf-dist/fonts/source/public/cbfonts/gtto0800.mf + texmf-dist/fonts/source/public/cbfonts/gtto0900.mf + texmf-dist/fonts/source/public/cbfonts/gtto1000.mf + texmf-dist/fonts/source/public/cbfonts/gtto1095.mf + texmf-dist/fonts/source/public/cbfonts/gtto1200.mf + texmf-dist/fonts/source/public/cbfonts/gtto1440.mf + texmf-dist/fonts/source/public/cbfonts/gtto1728.mf + texmf-dist/fonts/source/public/cbfonts/gtto2074.mf + texmf-dist/fonts/source/public/cbfonts/gtto2488.mf + texmf-dist/fonts/source/public/cbfonts/gtto2986.mf + texmf-dist/fonts/source/public/cbfonts/gtto3583.mf + texmf-dist/fonts/source/public/cbfonts/gttu.mf + texmf-dist/fonts/source/public/cbfonts/gttu0500.mf + texmf-dist/fonts/source/public/cbfonts/gttu0600.mf + texmf-dist/fonts/source/public/cbfonts/gttu0700.mf + texmf-dist/fonts/source/public/cbfonts/gttu0800.mf + texmf-dist/fonts/source/public/cbfonts/gttu0900.mf + texmf-dist/fonts/source/public/cbfonts/gttu1000.mf + texmf-dist/fonts/source/public/cbfonts/gttu1095.mf + texmf-dist/fonts/source/public/cbfonts/gttu1200.mf + texmf-dist/fonts/source/public/cbfonts/gttu1440.mf + texmf-dist/fonts/source/public/cbfonts/gttu1728.mf + texmf-dist/fonts/source/public/cbfonts/gttu2074.mf + texmf-dist/fonts/source/public/cbfonts/gttu2488.mf + texmf-dist/fonts/source/public/cbfonts/gttu2986.mf + texmf-dist/fonts/source/public/cbfonts/gttu3583.mf + texmf-dist/fonts/tfm/public/cbfonts/glic0700.tfm + texmf-dist/fonts/tfm/public/cbfonts/glic0800.tfm + texmf-dist/fonts/tfm/public/cbfonts/glic1000.tfm + texmf-dist/fonts/tfm/public/cbfonts/glic1200.tfm + texmf-dist/fonts/tfm/public/cbfonts/glic1382.tfm + texmf-dist/fonts/tfm/public/cbfonts/glic1659.tfm + texmf-dist/fonts/tfm/public/cbfonts/glic1991.tfm + texmf-dist/fonts/tfm/public/cbfonts/glic2389.tfm + texmf-dist/fonts/tfm/public/cbfonts/glic2866.tfm + texmf-dist/fonts/tfm/public/cbfonts/glic3440.tfm + texmf-dist/fonts/tfm/public/cbfonts/glic4128.tfm + texmf-dist/fonts/tfm/public/cbfonts/glii0700.tfm + texmf-dist/fonts/tfm/public/cbfonts/glii0800.tfm + texmf-dist/fonts/tfm/public/cbfonts/glii1000.tfm + texmf-dist/fonts/tfm/public/cbfonts/glii1200.tfm + texmf-dist/fonts/tfm/public/cbfonts/glii1382.tfm + texmf-dist/fonts/tfm/public/cbfonts/glii1659.tfm + texmf-dist/fonts/tfm/public/cbfonts/glii1991.tfm + texmf-dist/fonts/tfm/public/cbfonts/glii2389.tfm + texmf-dist/fonts/tfm/public/cbfonts/glii2866.tfm + texmf-dist/fonts/tfm/public/cbfonts/glii3440.tfm + texmf-dist/fonts/tfm/public/cbfonts/glii4128.tfm + texmf-dist/fonts/tfm/public/cbfonts/glin0700.tfm + texmf-dist/fonts/tfm/public/cbfonts/glin0800.tfm + texmf-dist/fonts/tfm/public/cbfonts/glin1000.tfm + texmf-dist/fonts/tfm/public/cbfonts/glin1200.tfm + texmf-dist/fonts/tfm/public/cbfonts/glin1382.tfm + texmf-dist/fonts/tfm/public/cbfonts/glin1659.tfm + texmf-dist/fonts/tfm/public/cbfonts/glin1991.tfm + texmf-dist/fonts/tfm/public/cbfonts/glin2389.tfm + texmf-dist/fonts/tfm/public/cbfonts/glin2866.tfm + texmf-dist/fonts/tfm/public/cbfonts/glin3440.tfm + texmf-dist/fonts/tfm/public/cbfonts/glin4128.tfm + texmf-dist/fonts/tfm/public/cbfonts/glio0700.tfm + texmf-dist/fonts/tfm/public/cbfonts/glio0800.tfm + texmf-dist/fonts/tfm/public/cbfonts/glio1000.tfm + texmf-dist/fonts/tfm/public/cbfonts/glio1200.tfm + texmf-dist/fonts/tfm/public/cbfonts/glio1382.tfm + texmf-dist/fonts/tfm/public/cbfonts/glio1659.tfm + texmf-dist/fonts/tfm/public/cbfonts/glio1991.tfm + texmf-dist/fonts/tfm/public/cbfonts/glio2389.tfm + texmf-dist/fonts/tfm/public/cbfonts/glio2866.tfm + texmf-dist/fonts/tfm/public/cbfonts/glio3440.tfm + texmf-dist/fonts/tfm/public/cbfonts/glio4128.tfm + texmf-dist/fonts/tfm/public/cbfonts/gliu0700.tfm + texmf-dist/fonts/tfm/public/cbfonts/gliu0800.tfm + texmf-dist/fonts/tfm/public/cbfonts/gliu1000.tfm + texmf-dist/fonts/tfm/public/cbfonts/gliu1200.tfm + texmf-dist/fonts/tfm/public/cbfonts/gliu1382.tfm + texmf-dist/fonts/tfm/public/cbfonts/gliu1659.tfm + texmf-dist/fonts/tfm/public/cbfonts/gliu1991.tfm + texmf-dist/fonts/tfm/public/cbfonts/gliu2389.tfm + texmf-dist/fonts/tfm/public/cbfonts/gliu2866.tfm + texmf-dist/fonts/tfm/public/cbfonts/gliu3440.tfm + texmf-dist/fonts/tfm/public/cbfonts/gliu4128.tfm + texmf-dist/fonts/tfm/public/cbfonts/gljc0700.tfm + texmf-dist/fonts/tfm/public/cbfonts/gljc0800.tfm + texmf-dist/fonts/tfm/public/cbfonts/gljc1000.tfm + texmf-dist/fonts/tfm/public/cbfonts/gljc1200.tfm + texmf-dist/fonts/tfm/public/cbfonts/gljc1382.tfm + texmf-dist/fonts/tfm/public/cbfonts/gljc1659.tfm + texmf-dist/fonts/tfm/public/cbfonts/gljc1991.tfm + texmf-dist/fonts/tfm/public/cbfonts/gljc2389.tfm + texmf-dist/fonts/tfm/public/cbfonts/gljc2866.tfm + texmf-dist/fonts/tfm/public/cbfonts/gljc3440.tfm + texmf-dist/fonts/tfm/public/cbfonts/gljc4128.tfm + texmf-dist/fonts/tfm/public/cbfonts/gljn0700.tfm + texmf-dist/fonts/tfm/public/cbfonts/gljn0800.tfm + texmf-dist/fonts/tfm/public/cbfonts/gljn1000.tfm + texmf-dist/fonts/tfm/public/cbfonts/gljn1200.tfm + texmf-dist/fonts/tfm/public/cbfonts/gljn1382.tfm + texmf-dist/fonts/tfm/public/cbfonts/gljn1659.tfm + texmf-dist/fonts/tfm/public/cbfonts/gljn1991.tfm + texmf-dist/fonts/tfm/public/cbfonts/gljn2389.tfm + texmf-dist/fonts/tfm/public/cbfonts/gljn2866.tfm + texmf-dist/fonts/tfm/public/cbfonts/gljn3440.tfm + texmf-dist/fonts/tfm/public/cbfonts/gljn4128.tfm + texmf-dist/fonts/tfm/public/cbfonts/gljo0700.tfm + texmf-dist/fonts/tfm/public/cbfonts/gljo0800.tfm + texmf-dist/fonts/tfm/public/cbfonts/gljo1000.tfm + texmf-dist/fonts/tfm/public/cbfonts/gljo1200.tfm + texmf-dist/fonts/tfm/public/cbfonts/gljo1382.tfm + texmf-dist/fonts/tfm/public/cbfonts/gljo1659.tfm + texmf-dist/fonts/tfm/public/cbfonts/gljo1991.tfm + texmf-dist/fonts/tfm/public/cbfonts/gljo2389.tfm + texmf-dist/fonts/tfm/public/cbfonts/gljo2866.tfm + texmf-dist/fonts/tfm/public/cbfonts/gljo3440.tfm + texmf-dist/fonts/tfm/public/cbfonts/gljo4128.tfm + texmf-dist/fonts/tfm/public/cbfonts/glmc0700.tfm + texmf-dist/fonts/tfm/public/cbfonts/glmc0800.tfm + texmf-dist/fonts/tfm/public/cbfonts/glmc1000.tfm + texmf-dist/fonts/tfm/public/cbfonts/glmc1200.tfm + texmf-dist/fonts/tfm/public/cbfonts/glmc1382.tfm + texmf-dist/fonts/tfm/public/cbfonts/glmc1659.tfm + texmf-dist/fonts/tfm/public/cbfonts/glmc1991.tfm + texmf-dist/fonts/tfm/public/cbfonts/glmc2389.tfm + texmf-dist/fonts/tfm/public/cbfonts/glmc2866.tfm + texmf-dist/fonts/tfm/public/cbfonts/glmc3440.tfm + texmf-dist/fonts/tfm/public/cbfonts/glmc4128.tfm + texmf-dist/fonts/tfm/public/cbfonts/glmi0700.tfm + texmf-dist/fonts/tfm/public/cbfonts/glmi0800.tfm + texmf-dist/fonts/tfm/public/cbfonts/glmi1000.tfm + texmf-dist/fonts/tfm/public/cbfonts/glmi1200.tfm + texmf-dist/fonts/tfm/public/cbfonts/glmi1382.tfm + texmf-dist/fonts/tfm/public/cbfonts/glmi1659.tfm + texmf-dist/fonts/tfm/public/cbfonts/glmi1991.tfm + texmf-dist/fonts/tfm/public/cbfonts/glmi2389.tfm + texmf-dist/fonts/tfm/public/cbfonts/glmi2866.tfm + texmf-dist/fonts/tfm/public/cbfonts/glmi3440.tfm + texmf-dist/fonts/tfm/public/cbfonts/glmi4128.tfm + texmf-dist/fonts/tfm/public/cbfonts/glmn0700.tfm + texmf-dist/fonts/tfm/public/cbfonts/glmn0800.tfm + texmf-dist/fonts/tfm/public/cbfonts/glmn1000.tfm + texmf-dist/fonts/tfm/public/cbfonts/glmn1200.tfm + texmf-dist/fonts/tfm/public/cbfonts/glmn1382.tfm + texmf-dist/fonts/tfm/public/cbfonts/glmn1659.tfm + texmf-dist/fonts/tfm/public/cbfonts/glmn1991.tfm + texmf-dist/fonts/tfm/public/cbfonts/glmn2389.tfm + texmf-dist/fonts/tfm/public/cbfonts/glmn2866.tfm + texmf-dist/fonts/tfm/public/cbfonts/glmn3440.tfm + texmf-dist/fonts/tfm/public/cbfonts/glmn4128.tfm + texmf-dist/fonts/tfm/public/cbfonts/glmo0700.tfm + texmf-dist/fonts/tfm/public/cbfonts/glmo0800.tfm + texmf-dist/fonts/tfm/public/cbfonts/glmo1000.tfm + texmf-dist/fonts/tfm/public/cbfonts/glmo1200.tfm + texmf-dist/fonts/tfm/public/cbfonts/glmo1382.tfm + texmf-dist/fonts/tfm/public/cbfonts/glmo1659.tfm + texmf-dist/fonts/tfm/public/cbfonts/glmo1991.tfm + texmf-dist/fonts/tfm/public/cbfonts/glmo2389.tfm + texmf-dist/fonts/tfm/public/cbfonts/glmo2866.tfm + texmf-dist/fonts/tfm/public/cbfonts/glmo3440.tfm + texmf-dist/fonts/tfm/public/cbfonts/glmo4128.tfm + texmf-dist/fonts/tfm/public/cbfonts/glmu0700.tfm + texmf-dist/fonts/tfm/public/cbfonts/glmu0800.tfm + texmf-dist/fonts/tfm/public/cbfonts/glmu1000.tfm + texmf-dist/fonts/tfm/public/cbfonts/glmu1200.tfm + texmf-dist/fonts/tfm/public/cbfonts/glmu1382.tfm + texmf-dist/fonts/tfm/public/cbfonts/glmu1659.tfm + texmf-dist/fonts/tfm/public/cbfonts/glmu1991.tfm + texmf-dist/fonts/tfm/public/cbfonts/glmu2389.tfm + texmf-dist/fonts/tfm/public/cbfonts/glmu2866.tfm + texmf-dist/fonts/tfm/public/cbfonts/glmu3440.tfm + texmf-dist/fonts/tfm/public/cbfonts/glmu4128.tfm + texmf-dist/fonts/tfm/public/cbfonts/gltc0700.tfm + texmf-dist/fonts/tfm/public/cbfonts/gltc0800.tfm + texmf-dist/fonts/tfm/public/cbfonts/gltc1000.tfm + texmf-dist/fonts/tfm/public/cbfonts/gltc1200.tfm + texmf-dist/fonts/tfm/public/cbfonts/gltc1382.tfm + texmf-dist/fonts/tfm/public/cbfonts/gltc1659.tfm + texmf-dist/fonts/tfm/public/cbfonts/gltc1991.tfm + texmf-dist/fonts/tfm/public/cbfonts/gltc2389.tfm + texmf-dist/fonts/tfm/public/cbfonts/gltc2866.tfm + texmf-dist/fonts/tfm/public/cbfonts/gltc3440.tfm + texmf-dist/fonts/tfm/public/cbfonts/gltc4128.tfm + texmf-dist/fonts/tfm/public/cbfonts/gltn0700.tfm + texmf-dist/fonts/tfm/public/cbfonts/gltn0800.tfm + texmf-dist/fonts/tfm/public/cbfonts/gltn1000.tfm + texmf-dist/fonts/tfm/public/cbfonts/gltn1200.tfm + texmf-dist/fonts/tfm/public/cbfonts/gltn1382.tfm + texmf-dist/fonts/tfm/public/cbfonts/gltn1659.tfm + texmf-dist/fonts/tfm/public/cbfonts/gltn1991.tfm + texmf-dist/fonts/tfm/public/cbfonts/gltn2389.tfm + texmf-dist/fonts/tfm/public/cbfonts/gltn2866.tfm + texmf-dist/fonts/tfm/public/cbfonts/gltn3440.tfm + texmf-dist/fonts/tfm/public/cbfonts/gltn4128.tfm + texmf-dist/fonts/tfm/public/cbfonts/glto0700.tfm + texmf-dist/fonts/tfm/public/cbfonts/glto0800.tfm + texmf-dist/fonts/tfm/public/cbfonts/glto1000.tfm + texmf-dist/fonts/tfm/public/cbfonts/glto1200.tfm + texmf-dist/fonts/tfm/public/cbfonts/glto1382.tfm + texmf-dist/fonts/tfm/public/cbfonts/glto1659.tfm + texmf-dist/fonts/tfm/public/cbfonts/glto1991.tfm + texmf-dist/fonts/tfm/public/cbfonts/glto2389.tfm + texmf-dist/fonts/tfm/public/cbfonts/glto2866.tfm + texmf-dist/fonts/tfm/public/cbfonts/glto3440.tfm + texmf-dist/fonts/tfm/public/cbfonts/glto4128.tfm + texmf-dist/fonts/tfm/public/cbfonts/glwc0700.tfm + texmf-dist/fonts/tfm/public/cbfonts/glwc0800.tfm + texmf-dist/fonts/tfm/public/cbfonts/glwc1000.tfm + texmf-dist/fonts/tfm/public/cbfonts/glwc1200.tfm + texmf-dist/fonts/tfm/public/cbfonts/glwc1382.tfm + texmf-dist/fonts/tfm/public/cbfonts/glwc1659.tfm + texmf-dist/fonts/tfm/public/cbfonts/glwc1991.tfm + texmf-dist/fonts/tfm/public/cbfonts/glwc2389.tfm + texmf-dist/fonts/tfm/public/cbfonts/glwc2866.tfm + texmf-dist/fonts/tfm/public/cbfonts/glwc3440.tfm + texmf-dist/fonts/tfm/public/cbfonts/glwc4128.tfm + texmf-dist/fonts/tfm/public/cbfonts/glwi0700.tfm + texmf-dist/fonts/tfm/public/cbfonts/glwi0800.tfm + texmf-dist/fonts/tfm/public/cbfonts/glwi1000.tfm + texmf-dist/fonts/tfm/public/cbfonts/glwi1200.tfm + texmf-dist/fonts/tfm/public/cbfonts/glwi1382.tfm + texmf-dist/fonts/tfm/public/cbfonts/glwi1659.tfm + texmf-dist/fonts/tfm/public/cbfonts/glwi1991.tfm + texmf-dist/fonts/tfm/public/cbfonts/glwi2389.tfm + texmf-dist/fonts/tfm/public/cbfonts/glwi2866.tfm + texmf-dist/fonts/tfm/public/cbfonts/glwi3440.tfm + texmf-dist/fonts/tfm/public/cbfonts/glwi4128.tfm + texmf-dist/fonts/tfm/public/cbfonts/glwn0700.tfm + texmf-dist/fonts/tfm/public/cbfonts/glwn0800.tfm + texmf-dist/fonts/tfm/public/cbfonts/glwn1000.tfm + texmf-dist/fonts/tfm/public/cbfonts/glwn1200.tfm + texmf-dist/fonts/tfm/public/cbfonts/glwn1382.tfm + texmf-dist/fonts/tfm/public/cbfonts/glwn1659.tfm + texmf-dist/fonts/tfm/public/cbfonts/glwn1991.tfm + texmf-dist/fonts/tfm/public/cbfonts/glwn2389.tfm + texmf-dist/fonts/tfm/public/cbfonts/glwn2866.tfm + texmf-dist/fonts/tfm/public/cbfonts/glwn3440.tfm + texmf-dist/fonts/tfm/public/cbfonts/glwn4128.tfm + texmf-dist/fonts/tfm/public/cbfonts/glwo0700.tfm + texmf-dist/fonts/tfm/public/cbfonts/glwo0800.tfm + texmf-dist/fonts/tfm/public/cbfonts/glwo1000.tfm + texmf-dist/fonts/tfm/public/cbfonts/glwo1200.tfm + texmf-dist/fonts/tfm/public/cbfonts/glwo1382.tfm + texmf-dist/fonts/tfm/public/cbfonts/glwo1659.tfm + texmf-dist/fonts/tfm/public/cbfonts/glwo1991.tfm + texmf-dist/fonts/tfm/public/cbfonts/glwo2389.tfm + texmf-dist/fonts/tfm/public/cbfonts/glwo2866.tfm + texmf-dist/fonts/tfm/public/cbfonts/glwo3440.tfm + texmf-dist/fonts/tfm/public/cbfonts/glwo4128.tfm + texmf-dist/fonts/tfm/public/cbfonts/glwu0700.tfm + texmf-dist/fonts/tfm/public/cbfonts/glwu0800.tfm + texmf-dist/fonts/tfm/public/cbfonts/glwu1000.tfm + texmf-dist/fonts/tfm/public/cbfonts/glwu1200.tfm + texmf-dist/fonts/tfm/public/cbfonts/glwu1382.tfm + texmf-dist/fonts/tfm/public/cbfonts/glwu1659.tfm + texmf-dist/fonts/tfm/public/cbfonts/glwu1991.tfm + texmf-dist/fonts/tfm/public/cbfonts/glwu2389.tfm + texmf-dist/fonts/tfm/public/cbfonts/glwu2866.tfm + texmf-dist/fonts/tfm/public/cbfonts/glwu3440.tfm + texmf-dist/fonts/tfm/public/cbfonts/glwu4128.tfm + texmf-dist/fonts/tfm/public/cbfonts/glxc0700.tfm + texmf-dist/fonts/tfm/public/cbfonts/glxc0800.tfm + texmf-dist/fonts/tfm/public/cbfonts/glxc1000.tfm + texmf-dist/fonts/tfm/public/cbfonts/glxc1200.tfm + texmf-dist/fonts/tfm/public/cbfonts/glxc1382.tfm + texmf-dist/fonts/tfm/public/cbfonts/glxc1659.tfm + texmf-dist/fonts/tfm/public/cbfonts/glxc1991.tfm + texmf-dist/fonts/tfm/public/cbfonts/glxc2389.tfm + texmf-dist/fonts/tfm/public/cbfonts/glxc2866.tfm + texmf-dist/fonts/tfm/public/cbfonts/glxc3440.tfm + texmf-dist/fonts/tfm/public/cbfonts/glxc4128.tfm + texmf-dist/fonts/tfm/public/cbfonts/glxi0700.tfm + texmf-dist/fonts/tfm/public/cbfonts/glxi0800.tfm + texmf-dist/fonts/tfm/public/cbfonts/glxi1000.tfm + texmf-dist/fonts/tfm/public/cbfonts/glxi1200.tfm + texmf-dist/fonts/tfm/public/cbfonts/glxi1382.tfm + texmf-dist/fonts/tfm/public/cbfonts/glxi1659.tfm + texmf-dist/fonts/tfm/public/cbfonts/glxi1991.tfm + texmf-dist/fonts/tfm/public/cbfonts/glxi2389.tfm + texmf-dist/fonts/tfm/public/cbfonts/glxi2866.tfm + texmf-dist/fonts/tfm/public/cbfonts/glxi3440.tfm + texmf-dist/fonts/tfm/public/cbfonts/glxi4128.tfm + texmf-dist/fonts/tfm/public/cbfonts/glxn0700.tfm + texmf-dist/fonts/tfm/public/cbfonts/glxn0800.tfm + texmf-dist/fonts/tfm/public/cbfonts/glxn1000.tfm + texmf-dist/fonts/tfm/public/cbfonts/glxn1200.tfm + texmf-dist/fonts/tfm/public/cbfonts/glxn1382.tfm + texmf-dist/fonts/tfm/public/cbfonts/glxn1659.tfm + texmf-dist/fonts/tfm/public/cbfonts/glxn1991.tfm + texmf-dist/fonts/tfm/public/cbfonts/glxn2389.tfm + texmf-dist/fonts/tfm/public/cbfonts/glxn2866.tfm + texmf-dist/fonts/tfm/public/cbfonts/glxn3440.tfm + texmf-dist/fonts/tfm/public/cbfonts/glxn4128.tfm + texmf-dist/fonts/tfm/public/cbfonts/glxo0700.tfm + texmf-dist/fonts/tfm/public/cbfonts/glxo0800.tfm + texmf-dist/fonts/tfm/public/cbfonts/glxo1000.tfm + texmf-dist/fonts/tfm/public/cbfonts/glxo1200.tfm + texmf-dist/fonts/tfm/public/cbfonts/glxo1382.tfm + texmf-dist/fonts/tfm/public/cbfonts/glxo1659.tfm + texmf-dist/fonts/tfm/public/cbfonts/glxo1991.tfm + texmf-dist/fonts/tfm/public/cbfonts/glxo2389.tfm + texmf-dist/fonts/tfm/public/cbfonts/glxo2866.tfm + texmf-dist/fonts/tfm/public/cbfonts/glxo3440.tfm + texmf-dist/fonts/tfm/public/cbfonts/glxo4128.tfm + texmf-dist/fonts/tfm/public/cbfonts/glxu0700.tfm + texmf-dist/fonts/tfm/public/cbfonts/glxu0800.tfm + texmf-dist/fonts/tfm/public/cbfonts/glxu1000.tfm + texmf-dist/fonts/tfm/public/cbfonts/glxu1200.tfm + texmf-dist/fonts/tfm/public/cbfonts/glxu1382.tfm + texmf-dist/fonts/tfm/public/cbfonts/glxu1659.tfm + texmf-dist/fonts/tfm/public/cbfonts/glxu1991.tfm + texmf-dist/fonts/tfm/public/cbfonts/glxu2389.tfm + texmf-dist/fonts/tfm/public/cbfonts/glxu2866.tfm + texmf-dist/fonts/tfm/public/cbfonts/glxu3440.tfm + texmf-dist/fonts/tfm/public/cbfonts/glxu4128.tfm + texmf-dist/fonts/tfm/public/cbfonts/gmmn0500.tfm + texmf-dist/fonts/tfm/public/cbfonts/gmmn0600.tfm + texmf-dist/fonts/tfm/public/cbfonts/gmmn0700.tfm + texmf-dist/fonts/tfm/public/cbfonts/gmmn0800.tfm + texmf-dist/fonts/tfm/public/cbfonts/gmmn0900.tfm + texmf-dist/fonts/tfm/public/cbfonts/gmmn1000.tfm + texmf-dist/fonts/tfm/public/cbfonts/gmmn1095.tfm + texmf-dist/fonts/tfm/public/cbfonts/gmmn1200.tfm + texmf-dist/fonts/tfm/public/cbfonts/gmmn1440.tfm + texmf-dist/fonts/tfm/public/cbfonts/gmmn1728.tfm + texmf-dist/fonts/tfm/public/cbfonts/gmmn2074.tfm + texmf-dist/fonts/tfm/public/cbfonts/gmmn2488.tfm + texmf-dist/fonts/tfm/public/cbfonts/gmmn2986.tfm + texmf-dist/fonts/tfm/public/cbfonts/gmmn3583.tfm + texmf-dist/fonts/tfm/public/cbfonts/gmmo0500.tfm + texmf-dist/fonts/tfm/public/cbfonts/gmmo0600.tfm + texmf-dist/fonts/tfm/public/cbfonts/gmmo0700.tfm + texmf-dist/fonts/tfm/public/cbfonts/gmmo0800.tfm + texmf-dist/fonts/tfm/public/cbfonts/gmmo0900.tfm + texmf-dist/fonts/tfm/public/cbfonts/gmmo1000.tfm + texmf-dist/fonts/tfm/public/cbfonts/gmmo1095.tfm + texmf-dist/fonts/tfm/public/cbfonts/gmmo1200.tfm + texmf-dist/fonts/tfm/public/cbfonts/gmmo1440.tfm + texmf-dist/fonts/tfm/public/cbfonts/gmmo1728.tfm + texmf-dist/fonts/tfm/public/cbfonts/gmmo2074.tfm + texmf-dist/fonts/tfm/public/cbfonts/gmmo2488.tfm + texmf-dist/fonts/tfm/public/cbfonts/gmmo2986.tfm + texmf-dist/fonts/tfm/public/cbfonts/gmmo3583.tfm + texmf-dist/fonts/tfm/public/cbfonts/gmtr0500.tfm + texmf-dist/fonts/tfm/public/cbfonts/gmtr0600.tfm + texmf-dist/fonts/tfm/public/cbfonts/gmtr0700.tfm + texmf-dist/fonts/tfm/public/cbfonts/gmtr0800.tfm + texmf-dist/fonts/tfm/public/cbfonts/gmtr0900.tfm + texmf-dist/fonts/tfm/public/cbfonts/gmtr1000.tfm + texmf-dist/fonts/tfm/public/cbfonts/gmtr1095.tfm + texmf-dist/fonts/tfm/public/cbfonts/gmtr1200.tfm + texmf-dist/fonts/tfm/public/cbfonts/gmtr1440.tfm + texmf-dist/fonts/tfm/public/cbfonts/gmtr1728.tfm + texmf-dist/fonts/tfm/public/cbfonts/gmtr2074.tfm + texmf-dist/fonts/tfm/public/cbfonts/gmtr2488.tfm + texmf-dist/fonts/tfm/public/cbfonts/gmtr2986.tfm + texmf-dist/fonts/tfm/public/cbfonts/gmtr3583.tfm + texmf-dist/fonts/tfm/public/cbfonts/gmxn0500.tfm + texmf-dist/fonts/tfm/public/cbfonts/gmxn0600.tfm + texmf-dist/fonts/tfm/public/cbfonts/gmxn0700.tfm + texmf-dist/fonts/tfm/public/cbfonts/gmxn0800.tfm + texmf-dist/fonts/tfm/public/cbfonts/gmxn0900.tfm + texmf-dist/fonts/tfm/public/cbfonts/gmxn1000.tfm + texmf-dist/fonts/tfm/public/cbfonts/gmxn1095.tfm + texmf-dist/fonts/tfm/public/cbfonts/gmxn1200.tfm + texmf-dist/fonts/tfm/public/cbfonts/gmxn1440.tfm + texmf-dist/fonts/tfm/public/cbfonts/gmxn1728.tfm + texmf-dist/fonts/tfm/public/cbfonts/gmxn2074.tfm + texmf-dist/fonts/tfm/public/cbfonts/gmxn2488.tfm + texmf-dist/fonts/tfm/public/cbfonts/gmxn2986.tfm + texmf-dist/fonts/tfm/public/cbfonts/gmxn3583.tfm + texmf-dist/fonts/tfm/public/cbfonts/gmxo0500.tfm + texmf-dist/fonts/tfm/public/cbfonts/gmxo0600.tfm + texmf-dist/fonts/tfm/public/cbfonts/gmxo0700.tfm + texmf-dist/fonts/tfm/public/cbfonts/gmxo0800.tfm + texmf-dist/fonts/tfm/public/cbfonts/gmxo0900.tfm + texmf-dist/fonts/tfm/public/cbfonts/gmxo1000.tfm + texmf-dist/fonts/tfm/public/cbfonts/gmxo1095.tfm + texmf-dist/fonts/tfm/public/cbfonts/gmxo1200.tfm + texmf-dist/fonts/tfm/public/cbfonts/gmxo1440.tfm + texmf-dist/fonts/tfm/public/cbfonts/gmxo1728.tfm + texmf-dist/fonts/tfm/public/cbfonts/gmxo2074.tfm + texmf-dist/fonts/tfm/public/cbfonts/gmxo2488.tfm + texmf-dist/fonts/tfm/public/cbfonts/gmxo2986.tfm + texmf-dist/fonts/tfm/public/cbfonts/gmxo3583.tfm + texmf-dist/fonts/tfm/public/cbfonts/gomc0500.tfm + texmf-dist/fonts/tfm/public/cbfonts/gomc0600.tfm + texmf-dist/fonts/tfm/public/cbfonts/gomc0700.tfm + texmf-dist/fonts/tfm/public/cbfonts/gomc0800.tfm + texmf-dist/fonts/tfm/public/cbfonts/gomc0900.tfm + texmf-dist/fonts/tfm/public/cbfonts/gomc1000.tfm + texmf-dist/fonts/tfm/public/cbfonts/gomc1095.tfm + texmf-dist/fonts/tfm/public/cbfonts/gomc1200.tfm + texmf-dist/fonts/tfm/public/cbfonts/gomc1440.tfm + texmf-dist/fonts/tfm/public/cbfonts/gomc1728.tfm + texmf-dist/fonts/tfm/public/cbfonts/gomc2074.tfm + texmf-dist/fonts/tfm/public/cbfonts/gomc2488.tfm + texmf-dist/fonts/tfm/public/cbfonts/gomc2986.tfm + texmf-dist/fonts/tfm/public/cbfonts/gomc3583.tfm + texmf-dist/fonts/tfm/public/cbfonts/gomi0500.tfm + texmf-dist/fonts/tfm/public/cbfonts/gomi0600.tfm + texmf-dist/fonts/tfm/public/cbfonts/gomi0700.tfm + texmf-dist/fonts/tfm/public/cbfonts/gomi0800.tfm + texmf-dist/fonts/tfm/public/cbfonts/gomi0900.tfm + texmf-dist/fonts/tfm/public/cbfonts/gomi1000.tfm + texmf-dist/fonts/tfm/public/cbfonts/gomi1095.tfm + texmf-dist/fonts/tfm/public/cbfonts/gomi1200.tfm + texmf-dist/fonts/tfm/public/cbfonts/gomi1440.tfm + texmf-dist/fonts/tfm/public/cbfonts/gomi1728.tfm + texmf-dist/fonts/tfm/public/cbfonts/gomi2074.tfm + texmf-dist/fonts/tfm/public/cbfonts/gomi2488.tfm + texmf-dist/fonts/tfm/public/cbfonts/gomi2986.tfm + texmf-dist/fonts/tfm/public/cbfonts/gomi3583.tfm + texmf-dist/fonts/tfm/public/cbfonts/gomn0500.tfm + texmf-dist/fonts/tfm/public/cbfonts/gomn0600.tfm + texmf-dist/fonts/tfm/public/cbfonts/gomn0700.tfm + texmf-dist/fonts/tfm/public/cbfonts/gomn0800.tfm + texmf-dist/fonts/tfm/public/cbfonts/gomn0900.tfm + texmf-dist/fonts/tfm/public/cbfonts/gomn1000.tfm + texmf-dist/fonts/tfm/public/cbfonts/gomn1095.tfm + texmf-dist/fonts/tfm/public/cbfonts/gomn1200.tfm + texmf-dist/fonts/tfm/public/cbfonts/gomn1440.tfm + texmf-dist/fonts/tfm/public/cbfonts/gomn1728.tfm + texmf-dist/fonts/tfm/public/cbfonts/gomn2074.tfm + texmf-dist/fonts/tfm/public/cbfonts/gomn2488.tfm + texmf-dist/fonts/tfm/public/cbfonts/gomn2986.tfm + texmf-dist/fonts/tfm/public/cbfonts/gomn3583.tfm + texmf-dist/fonts/tfm/public/cbfonts/gomo0500.tfm + texmf-dist/fonts/tfm/public/cbfonts/gomo0600.tfm + texmf-dist/fonts/tfm/public/cbfonts/gomo0700.tfm + texmf-dist/fonts/tfm/public/cbfonts/gomo0800.tfm + texmf-dist/fonts/tfm/public/cbfonts/gomo0900.tfm + texmf-dist/fonts/tfm/public/cbfonts/gomo1000.tfm + texmf-dist/fonts/tfm/public/cbfonts/gomo1095.tfm + texmf-dist/fonts/tfm/public/cbfonts/gomo1200.tfm + texmf-dist/fonts/tfm/public/cbfonts/gomo1440.tfm + texmf-dist/fonts/tfm/public/cbfonts/gomo1728.tfm + texmf-dist/fonts/tfm/public/cbfonts/gomo2074.tfm + texmf-dist/fonts/tfm/public/cbfonts/gomo2488.tfm + texmf-dist/fonts/tfm/public/cbfonts/gomo2986.tfm + texmf-dist/fonts/tfm/public/cbfonts/gomo3583.tfm + texmf-dist/fonts/tfm/public/cbfonts/gomu0500.tfm + texmf-dist/fonts/tfm/public/cbfonts/gomu0600.tfm + texmf-dist/fonts/tfm/public/cbfonts/gomu0700.tfm + texmf-dist/fonts/tfm/public/cbfonts/gomu0800.tfm + texmf-dist/fonts/tfm/public/cbfonts/gomu0900.tfm + texmf-dist/fonts/tfm/public/cbfonts/gomu1000.tfm + texmf-dist/fonts/tfm/public/cbfonts/gomu1095.tfm + texmf-dist/fonts/tfm/public/cbfonts/gomu1200.tfm + texmf-dist/fonts/tfm/public/cbfonts/gomu1440.tfm + texmf-dist/fonts/tfm/public/cbfonts/gomu1728.tfm + texmf-dist/fonts/tfm/public/cbfonts/gomu2074.tfm + texmf-dist/fonts/tfm/public/cbfonts/gomu2488.tfm + texmf-dist/fonts/tfm/public/cbfonts/gomu2986.tfm + texmf-dist/fonts/tfm/public/cbfonts/gomu3583.tfm + texmf-dist/fonts/tfm/public/cbfonts/goxc0500.tfm + texmf-dist/fonts/tfm/public/cbfonts/goxc0600.tfm + texmf-dist/fonts/tfm/public/cbfonts/goxc0700.tfm + texmf-dist/fonts/tfm/public/cbfonts/goxc0800.tfm + texmf-dist/fonts/tfm/public/cbfonts/goxc0900.tfm + texmf-dist/fonts/tfm/public/cbfonts/goxc1000.tfm + texmf-dist/fonts/tfm/public/cbfonts/goxc1095.tfm + texmf-dist/fonts/tfm/public/cbfonts/goxc1200.tfm + texmf-dist/fonts/tfm/public/cbfonts/goxc1440.tfm + texmf-dist/fonts/tfm/public/cbfonts/goxc1728.tfm + texmf-dist/fonts/tfm/public/cbfonts/goxc2074.tfm + texmf-dist/fonts/tfm/public/cbfonts/goxc2488.tfm + texmf-dist/fonts/tfm/public/cbfonts/goxc2986.tfm + texmf-dist/fonts/tfm/public/cbfonts/goxc3583.tfm + texmf-dist/fonts/tfm/public/cbfonts/goxi0500.tfm + texmf-dist/fonts/tfm/public/cbfonts/goxi0600.tfm + texmf-dist/fonts/tfm/public/cbfonts/goxi0700.tfm + texmf-dist/fonts/tfm/public/cbfonts/goxi0800.tfm + texmf-dist/fonts/tfm/public/cbfonts/goxi0900.tfm + texmf-dist/fonts/tfm/public/cbfonts/goxi1000.tfm + texmf-dist/fonts/tfm/public/cbfonts/goxi1095.tfm + texmf-dist/fonts/tfm/public/cbfonts/goxi1200.tfm + texmf-dist/fonts/tfm/public/cbfonts/goxi1440.tfm + texmf-dist/fonts/tfm/public/cbfonts/goxi1728.tfm + texmf-dist/fonts/tfm/public/cbfonts/goxi2074.tfm + texmf-dist/fonts/tfm/public/cbfonts/goxi2488.tfm + texmf-dist/fonts/tfm/public/cbfonts/goxi2986.tfm + texmf-dist/fonts/tfm/public/cbfonts/goxi3583.tfm + texmf-dist/fonts/tfm/public/cbfonts/goxn0500.tfm + texmf-dist/fonts/tfm/public/cbfonts/goxn0600.tfm + texmf-dist/fonts/tfm/public/cbfonts/goxn0700.tfm + texmf-dist/fonts/tfm/public/cbfonts/goxn0800.tfm + texmf-dist/fonts/tfm/public/cbfonts/goxn0900.tfm + texmf-dist/fonts/tfm/public/cbfonts/goxn1000.tfm + texmf-dist/fonts/tfm/public/cbfonts/goxn1095.tfm + texmf-dist/fonts/tfm/public/cbfonts/goxn1200.tfm + texmf-dist/fonts/tfm/public/cbfonts/goxn1440.tfm + texmf-dist/fonts/tfm/public/cbfonts/goxn1728.tfm + texmf-dist/fonts/tfm/public/cbfonts/goxn2074.tfm + texmf-dist/fonts/tfm/public/cbfonts/goxn2488.tfm + texmf-dist/fonts/tfm/public/cbfonts/goxn2986.tfm + texmf-dist/fonts/tfm/public/cbfonts/goxn3583.tfm + texmf-dist/fonts/tfm/public/cbfonts/goxo0500.tfm + texmf-dist/fonts/tfm/public/cbfonts/goxo0600.tfm + texmf-dist/fonts/tfm/public/cbfonts/goxo0700.tfm + texmf-dist/fonts/tfm/public/cbfonts/goxo0800.tfm + texmf-dist/fonts/tfm/public/cbfonts/goxo0900.tfm + texmf-dist/fonts/tfm/public/cbfonts/goxo1000.tfm + texmf-dist/fonts/tfm/public/cbfonts/goxo1095.tfm + texmf-dist/fonts/tfm/public/cbfonts/goxo1200.tfm + texmf-dist/fonts/tfm/public/cbfonts/goxo1440.tfm + texmf-dist/fonts/tfm/public/cbfonts/goxo1728.tfm + texmf-dist/fonts/tfm/public/cbfonts/goxo2074.tfm + texmf-dist/fonts/tfm/public/cbfonts/goxo2488.tfm + texmf-dist/fonts/tfm/public/cbfonts/goxo2986.tfm + texmf-dist/fonts/tfm/public/cbfonts/goxo3583.tfm + texmf-dist/fonts/tfm/public/cbfonts/goxu0500.tfm + texmf-dist/fonts/tfm/public/cbfonts/goxu0600.tfm + texmf-dist/fonts/tfm/public/cbfonts/goxu0700.tfm + texmf-dist/fonts/tfm/public/cbfonts/goxu0800.tfm + texmf-dist/fonts/tfm/public/cbfonts/goxu0900.tfm + texmf-dist/fonts/tfm/public/cbfonts/goxu1000.tfm + texmf-dist/fonts/tfm/public/cbfonts/goxu1095.tfm + texmf-dist/fonts/tfm/public/cbfonts/goxu1200.tfm + texmf-dist/fonts/tfm/public/cbfonts/goxu1440.tfm + texmf-dist/fonts/tfm/public/cbfonts/goxu1728.tfm + texmf-dist/fonts/tfm/public/cbfonts/goxu2074.tfm + texmf-dist/fonts/tfm/public/cbfonts/goxu2488.tfm + texmf-dist/fonts/tfm/public/cbfonts/goxu2986.tfm + texmf-dist/fonts/tfm/public/cbfonts/goxu3583.tfm + texmf-dist/fonts/tfm/public/cbfonts/grbl0500.tfm + texmf-dist/fonts/tfm/public/cbfonts/grbl0600.tfm + texmf-dist/fonts/tfm/public/cbfonts/grbl0700.tfm + texmf-dist/fonts/tfm/public/cbfonts/grbl0800.tfm + texmf-dist/fonts/tfm/public/cbfonts/grbl0900.tfm + texmf-dist/fonts/tfm/public/cbfonts/grbl1000.tfm + texmf-dist/fonts/tfm/public/cbfonts/grbl1095.tfm + texmf-dist/fonts/tfm/public/cbfonts/grbl1200.tfm + texmf-dist/fonts/tfm/public/cbfonts/grbl1440.tfm + texmf-dist/fonts/tfm/public/cbfonts/grbl1728.tfm + texmf-dist/fonts/tfm/public/cbfonts/grbl2074.tfm + texmf-dist/fonts/tfm/public/cbfonts/grbl2488.tfm + texmf-dist/fonts/tfm/public/cbfonts/grbl2986.tfm + texmf-dist/fonts/tfm/public/cbfonts/grbl3583.tfm + texmf-dist/fonts/tfm/public/cbfonts/grmc0500.tfm + texmf-dist/fonts/tfm/public/cbfonts/grmc0600.tfm + texmf-dist/fonts/tfm/public/cbfonts/grmc0700.tfm + texmf-dist/fonts/tfm/public/cbfonts/grmc0800.tfm + texmf-dist/fonts/tfm/public/cbfonts/grmc0900.tfm + texmf-dist/fonts/tfm/public/cbfonts/grmc1000.tfm + texmf-dist/fonts/tfm/public/cbfonts/grmc1095.tfm + texmf-dist/fonts/tfm/public/cbfonts/grmc1200.tfm + texmf-dist/fonts/tfm/public/cbfonts/grmc1440.tfm + texmf-dist/fonts/tfm/public/cbfonts/grmc1728.tfm + texmf-dist/fonts/tfm/public/cbfonts/grmc2074.tfm + texmf-dist/fonts/tfm/public/cbfonts/grmc2488.tfm + texmf-dist/fonts/tfm/public/cbfonts/grmc2986.tfm + texmf-dist/fonts/tfm/public/cbfonts/grmc3583.tfm + texmf-dist/fonts/tfm/public/cbfonts/grmi0500.tfm + texmf-dist/fonts/tfm/public/cbfonts/grmi0600.tfm + texmf-dist/fonts/tfm/public/cbfonts/grmi0700.tfm + texmf-dist/fonts/tfm/public/cbfonts/grmi0800.tfm + texmf-dist/fonts/tfm/public/cbfonts/grmi0900.tfm + texmf-dist/fonts/tfm/public/cbfonts/grmi1000.tfm + texmf-dist/fonts/tfm/public/cbfonts/grmi1095.tfm + texmf-dist/fonts/tfm/public/cbfonts/grmi1200.tfm + texmf-dist/fonts/tfm/public/cbfonts/grmi1440.tfm + texmf-dist/fonts/tfm/public/cbfonts/grmi1728.tfm + texmf-dist/fonts/tfm/public/cbfonts/grmi2074.tfm + texmf-dist/fonts/tfm/public/cbfonts/grmi2488.tfm + texmf-dist/fonts/tfm/public/cbfonts/grmi2986.tfm + texmf-dist/fonts/tfm/public/cbfonts/grmi3583.tfm + texmf-dist/fonts/tfm/public/cbfonts/grml0500.tfm + texmf-dist/fonts/tfm/public/cbfonts/grml0600.tfm + texmf-dist/fonts/tfm/public/cbfonts/grml0700.tfm + texmf-dist/fonts/tfm/public/cbfonts/grml0800.tfm + texmf-dist/fonts/tfm/public/cbfonts/grml0900.tfm + texmf-dist/fonts/tfm/public/cbfonts/grml1000.tfm + texmf-dist/fonts/tfm/public/cbfonts/grml1095.tfm + texmf-dist/fonts/tfm/public/cbfonts/grml1200.tfm + texmf-dist/fonts/tfm/public/cbfonts/grml1440.tfm + texmf-dist/fonts/tfm/public/cbfonts/grml1728.tfm + texmf-dist/fonts/tfm/public/cbfonts/grml2074.tfm + texmf-dist/fonts/tfm/public/cbfonts/grml2488.tfm + texmf-dist/fonts/tfm/public/cbfonts/grml2986.tfm + texmf-dist/fonts/tfm/public/cbfonts/grml3583.tfm + texmf-dist/fonts/tfm/public/cbfonts/grmn0500.tfm + texmf-dist/fonts/tfm/public/cbfonts/grmn0600.tfm + texmf-dist/fonts/tfm/public/cbfonts/grmn0700.tfm + texmf-dist/fonts/tfm/public/cbfonts/grmn0800.tfm + texmf-dist/fonts/tfm/public/cbfonts/grmn0900.tfm + texmf-dist/fonts/tfm/public/cbfonts/grmn1000.tfm + texmf-dist/fonts/tfm/public/cbfonts/grmn1095.tfm + texmf-dist/fonts/tfm/public/cbfonts/grmn1200.tfm + texmf-dist/fonts/tfm/public/cbfonts/grmn1440.tfm + texmf-dist/fonts/tfm/public/cbfonts/grmn1728.tfm + texmf-dist/fonts/tfm/public/cbfonts/grmn2074.tfm + texmf-dist/fonts/tfm/public/cbfonts/grmn2488.tfm + texmf-dist/fonts/tfm/public/cbfonts/grmn2986.tfm + texmf-dist/fonts/tfm/public/cbfonts/grmn3583.tfm + texmf-dist/fonts/tfm/public/cbfonts/grmo0500.tfm + texmf-dist/fonts/tfm/public/cbfonts/grmo0600.tfm + texmf-dist/fonts/tfm/public/cbfonts/grmo0700.tfm + texmf-dist/fonts/tfm/public/cbfonts/grmo0800.tfm + texmf-dist/fonts/tfm/public/cbfonts/grmo0900.tfm + texmf-dist/fonts/tfm/public/cbfonts/grmo1000.tfm + texmf-dist/fonts/tfm/public/cbfonts/grmo1095.tfm + texmf-dist/fonts/tfm/public/cbfonts/grmo1200.tfm + texmf-dist/fonts/tfm/public/cbfonts/grmo1440.tfm + texmf-dist/fonts/tfm/public/cbfonts/grmo1728.tfm + texmf-dist/fonts/tfm/public/cbfonts/grmo2074.tfm + texmf-dist/fonts/tfm/public/cbfonts/grmo2488.tfm + texmf-dist/fonts/tfm/public/cbfonts/grmo2986.tfm + texmf-dist/fonts/tfm/public/cbfonts/grmo3583.tfm + texmf-dist/fonts/tfm/public/cbfonts/grmu0500.tfm + texmf-dist/fonts/tfm/public/cbfonts/grmu0600.tfm + texmf-dist/fonts/tfm/public/cbfonts/grmu0700.tfm + texmf-dist/fonts/tfm/public/cbfonts/grmu0800.tfm + texmf-dist/fonts/tfm/public/cbfonts/grmu0900.tfm + texmf-dist/fonts/tfm/public/cbfonts/grmu1000.tfm + texmf-dist/fonts/tfm/public/cbfonts/grmu1095.tfm + texmf-dist/fonts/tfm/public/cbfonts/grmu1200.tfm + texmf-dist/fonts/tfm/public/cbfonts/grmu1440.tfm + texmf-dist/fonts/tfm/public/cbfonts/grmu1728.tfm + texmf-dist/fonts/tfm/public/cbfonts/grmu2074.tfm + texmf-dist/fonts/tfm/public/cbfonts/grmu2488.tfm + texmf-dist/fonts/tfm/public/cbfonts/grmu2986.tfm + texmf-dist/fonts/tfm/public/cbfonts/grmu3583.tfm + texmf-dist/fonts/tfm/public/cbfonts/grxc0500.tfm + texmf-dist/fonts/tfm/public/cbfonts/grxc0600.tfm + texmf-dist/fonts/tfm/public/cbfonts/grxc0700.tfm + texmf-dist/fonts/tfm/public/cbfonts/grxc0800.tfm + texmf-dist/fonts/tfm/public/cbfonts/grxc0900.tfm + texmf-dist/fonts/tfm/public/cbfonts/grxc1000.tfm + texmf-dist/fonts/tfm/public/cbfonts/grxc1095.tfm + texmf-dist/fonts/tfm/public/cbfonts/grxc1200.tfm + texmf-dist/fonts/tfm/public/cbfonts/grxc1440.tfm + texmf-dist/fonts/tfm/public/cbfonts/grxc1728.tfm + texmf-dist/fonts/tfm/public/cbfonts/grxc2074.tfm + texmf-dist/fonts/tfm/public/cbfonts/grxc2488.tfm + texmf-dist/fonts/tfm/public/cbfonts/grxc2986.tfm + texmf-dist/fonts/tfm/public/cbfonts/grxc3583.tfm + texmf-dist/fonts/tfm/public/cbfonts/grxi0500.tfm + texmf-dist/fonts/tfm/public/cbfonts/grxi0600.tfm + texmf-dist/fonts/tfm/public/cbfonts/grxi0700.tfm + texmf-dist/fonts/tfm/public/cbfonts/grxi0800.tfm + texmf-dist/fonts/tfm/public/cbfonts/grxi0900.tfm + texmf-dist/fonts/tfm/public/cbfonts/grxi1000.tfm + texmf-dist/fonts/tfm/public/cbfonts/grxi1095.tfm + texmf-dist/fonts/tfm/public/cbfonts/grxi1200.tfm + texmf-dist/fonts/tfm/public/cbfonts/grxi1440.tfm + texmf-dist/fonts/tfm/public/cbfonts/grxi1728.tfm + texmf-dist/fonts/tfm/public/cbfonts/grxi2074.tfm + texmf-dist/fonts/tfm/public/cbfonts/grxi2488.tfm + texmf-dist/fonts/tfm/public/cbfonts/grxi2986.tfm + texmf-dist/fonts/tfm/public/cbfonts/grxi3583.tfm + texmf-dist/fonts/tfm/public/cbfonts/grxl0500.tfm + texmf-dist/fonts/tfm/public/cbfonts/grxl0600.tfm + texmf-dist/fonts/tfm/public/cbfonts/grxl0700.tfm + texmf-dist/fonts/tfm/public/cbfonts/grxl0800.tfm + texmf-dist/fonts/tfm/public/cbfonts/grxl0900.tfm + texmf-dist/fonts/tfm/public/cbfonts/grxl1000.tfm + texmf-dist/fonts/tfm/public/cbfonts/grxl1095.tfm + texmf-dist/fonts/tfm/public/cbfonts/grxl1200.tfm + texmf-dist/fonts/tfm/public/cbfonts/grxl1440.tfm + texmf-dist/fonts/tfm/public/cbfonts/grxl1728.tfm + texmf-dist/fonts/tfm/public/cbfonts/grxl2074.tfm + texmf-dist/fonts/tfm/public/cbfonts/grxl2488.tfm + texmf-dist/fonts/tfm/public/cbfonts/grxl2986.tfm + texmf-dist/fonts/tfm/public/cbfonts/grxl3583.tfm + texmf-dist/fonts/tfm/public/cbfonts/grxn0500.tfm + texmf-dist/fonts/tfm/public/cbfonts/grxn0600.tfm + texmf-dist/fonts/tfm/public/cbfonts/grxn0700.tfm + texmf-dist/fonts/tfm/public/cbfonts/grxn0800.tfm + texmf-dist/fonts/tfm/public/cbfonts/grxn0900.tfm + texmf-dist/fonts/tfm/public/cbfonts/grxn1000.tfm + texmf-dist/fonts/tfm/public/cbfonts/grxn1095.tfm + texmf-dist/fonts/tfm/public/cbfonts/grxn1200.tfm + texmf-dist/fonts/tfm/public/cbfonts/grxn1440.tfm + texmf-dist/fonts/tfm/public/cbfonts/grxn1728.tfm + texmf-dist/fonts/tfm/public/cbfonts/grxn2074.tfm + texmf-dist/fonts/tfm/public/cbfonts/grxn2488.tfm + texmf-dist/fonts/tfm/public/cbfonts/grxn2986.tfm + texmf-dist/fonts/tfm/public/cbfonts/grxn3583.tfm + texmf-dist/fonts/tfm/public/cbfonts/grxo0500.tfm + texmf-dist/fonts/tfm/public/cbfonts/grxo0600.tfm + texmf-dist/fonts/tfm/public/cbfonts/grxo0700.tfm + texmf-dist/fonts/tfm/public/cbfonts/grxo0800.tfm + texmf-dist/fonts/tfm/public/cbfonts/grxo0900.tfm + texmf-dist/fonts/tfm/public/cbfonts/grxo1000.tfm + texmf-dist/fonts/tfm/public/cbfonts/grxo1095.tfm + texmf-dist/fonts/tfm/public/cbfonts/grxo1200.tfm + texmf-dist/fonts/tfm/public/cbfonts/grxo1440.tfm + texmf-dist/fonts/tfm/public/cbfonts/grxo1728.tfm + texmf-dist/fonts/tfm/public/cbfonts/grxo2074.tfm + texmf-dist/fonts/tfm/public/cbfonts/grxo2488.tfm + texmf-dist/fonts/tfm/public/cbfonts/grxo2986.tfm + texmf-dist/fonts/tfm/public/cbfonts/grxo3583.tfm + texmf-dist/fonts/tfm/public/cbfonts/grxu0500.tfm + texmf-dist/fonts/tfm/public/cbfonts/grxu0600.tfm + texmf-dist/fonts/tfm/public/cbfonts/grxu0700.tfm + texmf-dist/fonts/tfm/public/cbfonts/grxu0800.tfm + texmf-dist/fonts/tfm/public/cbfonts/grxu0900.tfm + texmf-dist/fonts/tfm/public/cbfonts/grxu1000.tfm + texmf-dist/fonts/tfm/public/cbfonts/grxu1095.tfm + texmf-dist/fonts/tfm/public/cbfonts/grxu1200.tfm + texmf-dist/fonts/tfm/public/cbfonts/grxu1440.tfm + texmf-dist/fonts/tfm/public/cbfonts/grxu1728.tfm + texmf-dist/fonts/tfm/public/cbfonts/grxu2074.tfm + texmf-dist/fonts/tfm/public/cbfonts/grxu2488.tfm + texmf-dist/fonts/tfm/public/cbfonts/grxu2986.tfm + texmf-dist/fonts/tfm/public/cbfonts/grxu3583.tfm + texmf-dist/fonts/tfm/public/cbfonts/gsma0500.tfm + texmf-dist/fonts/tfm/public/cbfonts/gsma0600.tfm + texmf-dist/fonts/tfm/public/cbfonts/gsma0700.tfm + texmf-dist/fonts/tfm/public/cbfonts/gsma0800.tfm + texmf-dist/fonts/tfm/public/cbfonts/gsma0900.tfm + texmf-dist/fonts/tfm/public/cbfonts/gsma1000.tfm + texmf-dist/fonts/tfm/public/cbfonts/gsma1095.tfm + texmf-dist/fonts/tfm/public/cbfonts/gsma1200.tfm + texmf-dist/fonts/tfm/public/cbfonts/gsma1440.tfm + texmf-dist/fonts/tfm/public/cbfonts/gsma1728.tfm + texmf-dist/fonts/tfm/public/cbfonts/gsma2074.tfm + texmf-dist/fonts/tfm/public/cbfonts/gsma2488.tfm + texmf-dist/fonts/tfm/public/cbfonts/gsma2986.tfm + texmf-dist/fonts/tfm/public/cbfonts/gsma3583.tfm + texmf-dist/fonts/tfm/public/cbfonts/gsmc0500.tfm + texmf-dist/fonts/tfm/public/cbfonts/gsmc0600.tfm + texmf-dist/fonts/tfm/public/cbfonts/gsmc0700.tfm + texmf-dist/fonts/tfm/public/cbfonts/gsmc0800.tfm + texmf-dist/fonts/tfm/public/cbfonts/gsmc0900.tfm + texmf-dist/fonts/tfm/public/cbfonts/gsmc1000.tfm + texmf-dist/fonts/tfm/public/cbfonts/gsmc1095.tfm + texmf-dist/fonts/tfm/public/cbfonts/gsmc1200.tfm + texmf-dist/fonts/tfm/public/cbfonts/gsmc1440.tfm + texmf-dist/fonts/tfm/public/cbfonts/gsmc1728.tfm + texmf-dist/fonts/tfm/public/cbfonts/gsmc2074.tfm + texmf-dist/fonts/tfm/public/cbfonts/gsmc2488.tfm + texmf-dist/fonts/tfm/public/cbfonts/gsmc2986.tfm + texmf-dist/fonts/tfm/public/cbfonts/gsmc3583.tfm + texmf-dist/fonts/tfm/public/cbfonts/gsme0500.tfm + texmf-dist/fonts/tfm/public/cbfonts/gsme0600.tfm + texmf-dist/fonts/tfm/public/cbfonts/gsme0700.tfm + texmf-dist/fonts/tfm/public/cbfonts/gsme0800.tfm + texmf-dist/fonts/tfm/public/cbfonts/gsme0900.tfm + texmf-dist/fonts/tfm/public/cbfonts/gsme1000.tfm + texmf-dist/fonts/tfm/public/cbfonts/gsme1095.tfm + texmf-dist/fonts/tfm/public/cbfonts/gsme1200.tfm + texmf-dist/fonts/tfm/public/cbfonts/gsme1440.tfm + texmf-dist/fonts/tfm/public/cbfonts/gsme1728.tfm + texmf-dist/fonts/tfm/public/cbfonts/gsme2074.tfm + texmf-dist/fonts/tfm/public/cbfonts/gsme2488.tfm + texmf-dist/fonts/tfm/public/cbfonts/gsme2986.tfm + texmf-dist/fonts/tfm/public/cbfonts/gsme3583.tfm + texmf-dist/fonts/tfm/public/cbfonts/gsmi0500.tfm + texmf-dist/fonts/tfm/public/cbfonts/gsmi0600.tfm + texmf-dist/fonts/tfm/public/cbfonts/gsmi0700.tfm + texmf-dist/fonts/tfm/public/cbfonts/gsmi0800.tfm + texmf-dist/fonts/tfm/public/cbfonts/gsmi0900.tfm + texmf-dist/fonts/tfm/public/cbfonts/gsmi1000.tfm + texmf-dist/fonts/tfm/public/cbfonts/gsmi1095.tfm + texmf-dist/fonts/tfm/public/cbfonts/gsmi1200.tfm + texmf-dist/fonts/tfm/public/cbfonts/gsmi1440.tfm + texmf-dist/fonts/tfm/public/cbfonts/gsmi1728.tfm + texmf-dist/fonts/tfm/public/cbfonts/gsmi2074.tfm + texmf-dist/fonts/tfm/public/cbfonts/gsmi2488.tfm + texmf-dist/fonts/tfm/public/cbfonts/gsmi2986.tfm + texmf-dist/fonts/tfm/public/cbfonts/gsmi3583.tfm + texmf-dist/fonts/tfm/public/cbfonts/gsmn0500.tfm + texmf-dist/fonts/tfm/public/cbfonts/gsmn0600.tfm + texmf-dist/fonts/tfm/public/cbfonts/gsmn0700.tfm + texmf-dist/fonts/tfm/public/cbfonts/gsmn0800.tfm + texmf-dist/fonts/tfm/public/cbfonts/gsmn0900.tfm + texmf-dist/fonts/tfm/public/cbfonts/gsmn1000.tfm + texmf-dist/fonts/tfm/public/cbfonts/gsmn1095.tfm + texmf-dist/fonts/tfm/public/cbfonts/gsmn1200.tfm + texmf-dist/fonts/tfm/public/cbfonts/gsmn1440.tfm + texmf-dist/fonts/tfm/public/cbfonts/gsmn1728.tfm + texmf-dist/fonts/tfm/public/cbfonts/gsmn2074.tfm + texmf-dist/fonts/tfm/public/cbfonts/gsmn2488.tfm + texmf-dist/fonts/tfm/public/cbfonts/gsmn2986.tfm + texmf-dist/fonts/tfm/public/cbfonts/gsmn3583.tfm + texmf-dist/fonts/tfm/public/cbfonts/gsmo0500.tfm + texmf-dist/fonts/tfm/public/cbfonts/gsmo0600.tfm + texmf-dist/fonts/tfm/public/cbfonts/gsmo0700.tfm + texmf-dist/fonts/tfm/public/cbfonts/gsmo0800.tfm + texmf-dist/fonts/tfm/public/cbfonts/gsmo0900.tfm + texmf-dist/fonts/tfm/public/cbfonts/gsmo1000.tfm + texmf-dist/fonts/tfm/public/cbfonts/gsmo1095.tfm + texmf-dist/fonts/tfm/public/cbfonts/gsmo1200.tfm + texmf-dist/fonts/tfm/public/cbfonts/gsmo1440.tfm + texmf-dist/fonts/tfm/public/cbfonts/gsmo1728.tfm + texmf-dist/fonts/tfm/public/cbfonts/gsmo2074.tfm + texmf-dist/fonts/tfm/public/cbfonts/gsmo2488.tfm + texmf-dist/fonts/tfm/public/cbfonts/gsmo2986.tfm + texmf-dist/fonts/tfm/public/cbfonts/gsmo3583.tfm + texmf-dist/fonts/tfm/public/cbfonts/gsmu0500.tfm + texmf-dist/fonts/tfm/public/cbfonts/gsmu0600.tfm + texmf-dist/fonts/tfm/public/cbfonts/gsmu0700.tfm + texmf-dist/fonts/tfm/public/cbfonts/gsmu0800.tfm + texmf-dist/fonts/tfm/public/cbfonts/gsmu0900.tfm + texmf-dist/fonts/tfm/public/cbfonts/gsmu1000.tfm + texmf-dist/fonts/tfm/public/cbfonts/gsmu1095.tfm + texmf-dist/fonts/tfm/public/cbfonts/gsmu1200.tfm + texmf-dist/fonts/tfm/public/cbfonts/gsmu1440.tfm + texmf-dist/fonts/tfm/public/cbfonts/gsmu1728.tfm + texmf-dist/fonts/tfm/public/cbfonts/gsmu2074.tfm + texmf-dist/fonts/tfm/public/cbfonts/gsmu2488.tfm + texmf-dist/fonts/tfm/public/cbfonts/gsmu2986.tfm + texmf-dist/fonts/tfm/public/cbfonts/gsmu3583.tfm + texmf-dist/fonts/tfm/public/cbfonts/gsxa0500.tfm + texmf-dist/fonts/tfm/public/cbfonts/gsxa0600.tfm + texmf-dist/fonts/tfm/public/cbfonts/gsxa0700.tfm + texmf-dist/fonts/tfm/public/cbfonts/gsxa0800.tfm + texmf-dist/fonts/tfm/public/cbfonts/gsxa0900.tfm + texmf-dist/fonts/tfm/public/cbfonts/gsxa1000.tfm + texmf-dist/fonts/tfm/public/cbfonts/gsxa1095.tfm + texmf-dist/fonts/tfm/public/cbfonts/gsxa1200.tfm + texmf-dist/fonts/tfm/public/cbfonts/gsxa1440.tfm + texmf-dist/fonts/tfm/public/cbfonts/gsxa1728.tfm + texmf-dist/fonts/tfm/public/cbfonts/gsxa2074.tfm + texmf-dist/fonts/tfm/public/cbfonts/gsxa2488.tfm + texmf-dist/fonts/tfm/public/cbfonts/gsxa2986.tfm + texmf-dist/fonts/tfm/public/cbfonts/gsxa3583.tfm + texmf-dist/fonts/tfm/public/cbfonts/gsxc0500.tfm + texmf-dist/fonts/tfm/public/cbfonts/gsxc0600.tfm + texmf-dist/fonts/tfm/public/cbfonts/gsxc0700.tfm + texmf-dist/fonts/tfm/public/cbfonts/gsxc0800.tfm + texmf-dist/fonts/tfm/public/cbfonts/gsxc0900.tfm + texmf-dist/fonts/tfm/public/cbfonts/gsxc1000.tfm + texmf-dist/fonts/tfm/public/cbfonts/gsxc1095.tfm + texmf-dist/fonts/tfm/public/cbfonts/gsxc1200.tfm + texmf-dist/fonts/tfm/public/cbfonts/gsxc1440.tfm + texmf-dist/fonts/tfm/public/cbfonts/gsxc1728.tfm + texmf-dist/fonts/tfm/public/cbfonts/gsxc2074.tfm + texmf-dist/fonts/tfm/public/cbfonts/gsxc2488.tfm + texmf-dist/fonts/tfm/public/cbfonts/gsxc2986.tfm + texmf-dist/fonts/tfm/public/cbfonts/gsxc3583.tfm + texmf-dist/fonts/tfm/public/cbfonts/gsxe0500.tfm + texmf-dist/fonts/tfm/public/cbfonts/gsxe0600.tfm + texmf-dist/fonts/tfm/public/cbfonts/gsxe0700.tfm + texmf-dist/fonts/tfm/public/cbfonts/gsxe0800.tfm + texmf-dist/fonts/tfm/public/cbfonts/gsxe0900.tfm + texmf-dist/fonts/tfm/public/cbfonts/gsxe1000.tfm + texmf-dist/fonts/tfm/public/cbfonts/gsxe1095.tfm + texmf-dist/fonts/tfm/public/cbfonts/gsxe1200.tfm + texmf-dist/fonts/tfm/public/cbfonts/gsxe1440.tfm + texmf-dist/fonts/tfm/public/cbfonts/gsxe1728.tfm + texmf-dist/fonts/tfm/public/cbfonts/gsxe2074.tfm + texmf-dist/fonts/tfm/public/cbfonts/gsxe2488.tfm + texmf-dist/fonts/tfm/public/cbfonts/gsxe2986.tfm + texmf-dist/fonts/tfm/public/cbfonts/gsxe3583.tfm + texmf-dist/fonts/tfm/public/cbfonts/gsxi0500.tfm + texmf-dist/fonts/tfm/public/cbfonts/gsxi0600.tfm + texmf-dist/fonts/tfm/public/cbfonts/gsxi0700.tfm + texmf-dist/fonts/tfm/public/cbfonts/gsxi0800.tfm + texmf-dist/fonts/tfm/public/cbfonts/gsxi0900.tfm + texmf-dist/fonts/tfm/public/cbfonts/gsxi1000.tfm + texmf-dist/fonts/tfm/public/cbfonts/gsxi1095.tfm + texmf-dist/fonts/tfm/public/cbfonts/gsxi1200.tfm + texmf-dist/fonts/tfm/public/cbfonts/gsxi1440.tfm + texmf-dist/fonts/tfm/public/cbfonts/gsxi1728.tfm + texmf-dist/fonts/tfm/public/cbfonts/gsxi2074.tfm + texmf-dist/fonts/tfm/public/cbfonts/gsxi2488.tfm + texmf-dist/fonts/tfm/public/cbfonts/gsxi2986.tfm + texmf-dist/fonts/tfm/public/cbfonts/gsxi3583.tfm + texmf-dist/fonts/tfm/public/cbfonts/gsxn0500.tfm + texmf-dist/fonts/tfm/public/cbfonts/gsxn0600.tfm + texmf-dist/fonts/tfm/public/cbfonts/gsxn0700.tfm + texmf-dist/fonts/tfm/public/cbfonts/gsxn0800.tfm + texmf-dist/fonts/tfm/public/cbfonts/gsxn0900.tfm + texmf-dist/fonts/tfm/public/cbfonts/gsxn1000.tfm + texmf-dist/fonts/tfm/public/cbfonts/gsxn1095.tfm + texmf-dist/fonts/tfm/public/cbfonts/gsxn1200.tfm + texmf-dist/fonts/tfm/public/cbfonts/gsxn1440.tfm + texmf-dist/fonts/tfm/public/cbfonts/gsxn1728.tfm + texmf-dist/fonts/tfm/public/cbfonts/gsxn2074.tfm + texmf-dist/fonts/tfm/public/cbfonts/gsxn2488.tfm + texmf-dist/fonts/tfm/public/cbfonts/gsxn2986.tfm + texmf-dist/fonts/tfm/public/cbfonts/gsxn3583.tfm + texmf-dist/fonts/tfm/public/cbfonts/gsxo0500.tfm + texmf-dist/fonts/tfm/public/cbfonts/gsxo0600.tfm + texmf-dist/fonts/tfm/public/cbfonts/gsxo0700.tfm + texmf-dist/fonts/tfm/public/cbfonts/gsxo0800.tfm + texmf-dist/fonts/tfm/public/cbfonts/gsxo0900.tfm + texmf-dist/fonts/tfm/public/cbfonts/gsxo1000.tfm + texmf-dist/fonts/tfm/public/cbfonts/gsxo1095.tfm + texmf-dist/fonts/tfm/public/cbfonts/gsxo1200.tfm + texmf-dist/fonts/tfm/public/cbfonts/gsxo1440.tfm + texmf-dist/fonts/tfm/public/cbfonts/gsxo1728.tfm + texmf-dist/fonts/tfm/public/cbfonts/gsxo2074.tfm + texmf-dist/fonts/tfm/public/cbfonts/gsxo2488.tfm + texmf-dist/fonts/tfm/public/cbfonts/gsxo2986.tfm + texmf-dist/fonts/tfm/public/cbfonts/gsxo3583.tfm + texmf-dist/fonts/tfm/public/cbfonts/gsxu0500.tfm + texmf-dist/fonts/tfm/public/cbfonts/gsxu0600.tfm + texmf-dist/fonts/tfm/public/cbfonts/gsxu0700.tfm + texmf-dist/fonts/tfm/public/cbfonts/gsxu0800.tfm + texmf-dist/fonts/tfm/public/cbfonts/gsxu0900.tfm + texmf-dist/fonts/tfm/public/cbfonts/gsxu1000.tfm + texmf-dist/fonts/tfm/public/cbfonts/gsxu1095.tfm + texmf-dist/fonts/tfm/public/cbfonts/gsxu1200.tfm + texmf-dist/fonts/tfm/public/cbfonts/gsxu1440.tfm + texmf-dist/fonts/tfm/public/cbfonts/gsxu1728.tfm + texmf-dist/fonts/tfm/public/cbfonts/gsxu2074.tfm + texmf-dist/fonts/tfm/public/cbfonts/gsxu2488.tfm + texmf-dist/fonts/tfm/public/cbfonts/gsxu2986.tfm + texmf-dist/fonts/tfm/public/cbfonts/gsxu3583.tfm + texmf-dist/fonts/tfm/public/cbfonts/gttc0500.tfm + texmf-dist/fonts/tfm/public/cbfonts/gttc0600.tfm + texmf-dist/fonts/tfm/public/cbfonts/gttc0700.tfm + texmf-dist/fonts/tfm/public/cbfonts/gttc0800.tfm + texmf-dist/fonts/tfm/public/cbfonts/gttc0900.tfm + texmf-dist/fonts/tfm/public/cbfonts/gttc1000.tfm + texmf-dist/fonts/tfm/public/cbfonts/gttc1095.tfm + texmf-dist/fonts/tfm/public/cbfonts/gttc1200.tfm + texmf-dist/fonts/tfm/public/cbfonts/gttc1440.tfm + texmf-dist/fonts/tfm/public/cbfonts/gttc1728.tfm + texmf-dist/fonts/tfm/public/cbfonts/gttc2074.tfm + texmf-dist/fonts/tfm/public/cbfonts/gttc2488.tfm + texmf-dist/fonts/tfm/public/cbfonts/gttc2986.tfm + texmf-dist/fonts/tfm/public/cbfonts/gttc3583.tfm + texmf-dist/fonts/tfm/public/cbfonts/gtti0500.tfm + texmf-dist/fonts/tfm/public/cbfonts/gtti0600.tfm + texmf-dist/fonts/tfm/public/cbfonts/gtti0700.tfm + texmf-dist/fonts/tfm/public/cbfonts/gtti0800.tfm + texmf-dist/fonts/tfm/public/cbfonts/gtti0900.tfm + texmf-dist/fonts/tfm/public/cbfonts/gtti1000.tfm + texmf-dist/fonts/tfm/public/cbfonts/gtti1095.tfm + texmf-dist/fonts/tfm/public/cbfonts/gtti1200.tfm + texmf-dist/fonts/tfm/public/cbfonts/gtti1440.tfm + texmf-dist/fonts/tfm/public/cbfonts/gtti1728.tfm + texmf-dist/fonts/tfm/public/cbfonts/gtti2074.tfm + texmf-dist/fonts/tfm/public/cbfonts/gtti2488.tfm + texmf-dist/fonts/tfm/public/cbfonts/gtti2986.tfm + texmf-dist/fonts/tfm/public/cbfonts/gtti3583.tfm + texmf-dist/fonts/tfm/public/cbfonts/gttn0500.tfm + texmf-dist/fonts/tfm/public/cbfonts/gttn0600.tfm + texmf-dist/fonts/tfm/public/cbfonts/gttn0700.tfm + texmf-dist/fonts/tfm/public/cbfonts/gttn0800.tfm + texmf-dist/fonts/tfm/public/cbfonts/gttn0900.tfm + texmf-dist/fonts/tfm/public/cbfonts/gttn1000.tfm + texmf-dist/fonts/tfm/public/cbfonts/gttn1095.tfm + texmf-dist/fonts/tfm/public/cbfonts/gttn1200.tfm + texmf-dist/fonts/tfm/public/cbfonts/gttn1440.tfm + texmf-dist/fonts/tfm/public/cbfonts/gttn1728.tfm + texmf-dist/fonts/tfm/public/cbfonts/gttn2074.tfm + texmf-dist/fonts/tfm/public/cbfonts/gttn2488.tfm + texmf-dist/fonts/tfm/public/cbfonts/gttn2986.tfm + texmf-dist/fonts/tfm/public/cbfonts/gttn3583.tfm + texmf-dist/fonts/tfm/public/cbfonts/gtto0500.tfm + texmf-dist/fonts/tfm/public/cbfonts/gtto0600.tfm + texmf-dist/fonts/tfm/public/cbfonts/gtto0700.tfm + texmf-dist/fonts/tfm/public/cbfonts/gtto0800.tfm + texmf-dist/fonts/tfm/public/cbfonts/gtto0900.tfm + texmf-dist/fonts/tfm/public/cbfonts/gtto1000.tfm + texmf-dist/fonts/tfm/public/cbfonts/gtto1095.tfm + texmf-dist/fonts/tfm/public/cbfonts/gtto1200.tfm + texmf-dist/fonts/tfm/public/cbfonts/gtto1440.tfm + texmf-dist/fonts/tfm/public/cbfonts/gtto1728.tfm + texmf-dist/fonts/tfm/public/cbfonts/gtto2074.tfm + texmf-dist/fonts/tfm/public/cbfonts/gtto2488.tfm + texmf-dist/fonts/tfm/public/cbfonts/gtto2986.tfm + texmf-dist/fonts/tfm/public/cbfonts/gtto3583.tfm + texmf-dist/fonts/tfm/public/cbfonts/gttu0500.tfm + texmf-dist/fonts/tfm/public/cbfonts/gttu0600.tfm + texmf-dist/fonts/tfm/public/cbfonts/gttu0700.tfm + texmf-dist/fonts/tfm/public/cbfonts/gttu0800.tfm + texmf-dist/fonts/tfm/public/cbfonts/gttu0900.tfm + texmf-dist/fonts/tfm/public/cbfonts/gttu1000.tfm + texmf-dist/fonts/tfm/public/cbfonts/gttu1095.tfm + texmf-dist/fonts/tfm/public/cbfonts/gttu1200.tfm + texmf-dist/fonts/tfm/public/cbfonts/gttu1440.tfm + texmf-dist/fonts/tfm/public/cbfonts/gttu1728.tfm + texmf-dist/fonts/tfm/public/cbfonts/gttu2074.tfm + texmf-dist/fonts/tfm/public/cbfonts/gttu2488.tfm + texmf-dist/fonts/tfm/public/cbfonts/gttu2986.tfm + texmf-dist/fonts/tfm/public/cbfonts/gttu3583.tfm + texmf-dist/fonts/type1/public/cbfonts/glic0700.pfb + texmf-dist/fonts/type1/public/cbfonts/glic0800.pfb + texmf-dist/fonts/type1/public/cbfonts/glic1000.pfb + texmf-dist/fonts/type1/public/cbfonts/glic1200.pfb + texmf-dist/fonts/type1/public/cbfonts/glic1382.pfb + texmf-dist/fonts/type1/public/cbfonts/glic1659.pfb + texmf-dist/fonts/type1/public/cbfonts/glic1991.pfb + texmf-dist/fonts/type1/public/cbfonts/glic2389.pfb + texmf-dist/fonts/type1/public/cbfonts/glic2866.pfb + texmf-dist/fonts/type1/public/cbfonts/glic3440.pfb + texmf-dist/fonts/type1/public/cbfonts/glic4128.pfb + texmf-dist/fonts/type1/public/cbfonts/glii0700.pfb + texmf-dist/fonts/type1/public/cbfonts/glii0800.pfb + texmf-dist/fonts/type1/public/cbfonts/glii1000.pfb + texmf-dist/fonts/type1/public/cbfonts/glii1200.pfb + texmf-dist/fonts/type1/public/cbfonts/glii1382.pfb + texmf-dist/fonts/type1/public/cbfonts/glii1659.pfb + texmf-dist/fonts/type1/public/cbfonts/glii1991.pfb + texmf-dist/fonts/type1/public/cbfonts/glii2389.pfb + texmf-dist/fonts/type1/public/cbfonts/glii2866.pfb + texmf-dist/fonts/type1/public/cbfonts/glii3440.pfb + texmf-dist/fonts/type1/public/cbfonts/glii4128.pfb + texmf-dist/fonts/type1/public/cbfonts/glin0700.pfb + texmf-dist/fonts/type1/public/cbfonts/glin0800.pfb + texmf-dist/fonts/type1/public/cbfonts/glin1000.pfb + texmf-dist/fonts/type1/public/cbfonts/glin1200.pfb + texmf-dist/fonts/type1/public/cbfonts/glin1382.pfb + texmf-dist/fonts/type1/public/cbfonts/glin1659.pfb + texmf-dist/fonts/type1/public/cbfonts/glin1991.pfb + texmf-dist/fonts/type1/public/cbfonts/glin2389.pfb + texmf-dist/fonts/type1/public/cbfonts/glin2866.pfb + texmf-dist/fonts/type1/public/cbfonts/glin3440.pfb + texmf-dist/fonts/type1/public/cbfonts/glin4128.pfb + texmf-dist/fonts/type1/public/cbfonts/glio0700.pfb + texmf-dist/fonts/type1/public/cbfonts/glio0800.pfb + texmf-dist/fonts/type1/public/cbfonts/glio1000.pfb + texmf-dist/fonts/type1/public/cbfonts/glio1200.pfb + texmf-dist/fonts/type1/public/cbfonts/glio1382.pfb + texmf-dist/fonts/type1/public/cbfonts/glio1659.pfb + texmf-dist/fonts/type1/public/cbfonts/glio1991.pfb + texmf-dist/fonts/type1/public/cbfonts/glio2389.pfb + texmf-dist/fonts/type1/public/cbfonts/glio2866.pfb + texmf-dist/fonts/type1/public/cbfonts/glio3440.pfb + texmf-dist/fonts/type1/public/cbfonts/glio4128.pfb + texmf-dist/fonts/type1/public/cbfonts/gliu0700.pfb + texmf-dist/fonts/type1/public/cbfonts/gliu0800.pfb + texmf-dist/fonts/type1/public/cbfonts/gliu1000.pfb + texmf-dist/fonts/type1/public/cbfonts/gliu1200.pfb + texmf-dist/fonts/type1/public/cbfonts/gliu1382.pfb + texmf-dist/fonts/type1/public/cbfonts/gliu1659.pfb + texmf-dist/fonts/type1/public/cbfonts/gliu1991.pfb + texmf-dist/fonts/type1/public/cbfonts/gliu2389.pfb + texmf-dist/fonts/type1/public/cbfonts/gliu2866.pfb + texmf-dist/fonts/type1/public/cbfonts/gliu3440.pfb + texmf-dist/fonts/type1/public/cbfonts/gliu4128.pfb + texmf-dist/fonts/type1/public/cbfonts/gljc0700.pfb + texmf-dist/fonts/type1/public/cbfonts/gljc0800.pfb + texmf-dist/fonts/type1/public/cbfonts/gljc1000.pfb + texmf-dist/fonts/type1/public/cbfonts/gljc1200.pfb + texmf-dist/fonts/type1/public/cbfonts/gljc1382.pfb + texmf-dist/fonts/type1/public/cbfonts/gljc1659.pfb + texmf-dist/fonts/type1/public/cbfonts/gljc1991.pfb + texmf-dist/fonts/type1/public/cbfonts/gljc2389.pfb + texmf-dist/fonts/type1/public/cbfonts/gljc2866.pfb + texmf-dist/fonts/type1/public/cbfonts/gljc3440.pfb + texmf-dist/fonts/type1/public/cbfonts/gljc4128.pfb + texmf-dist/fonts/type1/public/cbfonts/gljn0700.pfb + texmf-dist/fonts/type1/public/cbfonts/gljn0800.pfb + texmf-dist/fonts/type1/public/cbfonts/gljn1000.pfb + texmf-dist/fonts/type1/public/cbfonts/gljn1200.pfb + texmf-dist/fonts/type1/public/cbfonts/gljn1382.pfb + texmf-dist/fonts/type1/public/cbfonts/gljn1659.pfb + texmf-dist/fonts/type1/public/cbfonts/gljn1991.pfb + texmf-dist/fonts/type1/public/cbfonts/gljn2389.pfb + texmf-dist/fonts/type1/public/cbfonts/gljn2866.pfb + texmf-dist/fonts/type1/public/cbfonts/gljn3440.pfb + texmf-dist/fonts/type1/public/cbfonts/gljn4128.pfb + texmf-dist/fonts/type1/public/cbfonts/gljo0700.pfb + texmf-dist/fonts/type1/public/cbfonts/gljo0800.pfb + texmf-dist/fonts/type1/public/cbfonts/gljo1000.pfb + texmf-dist/fonts/type1/public/cbfonts/gljo1200.pfb + texmf-dist/fonts/type1/public/cbfonts/gljo1382.pfb + texmf-dist/fonts/type1/public/cbfonts/gljo1659.pfb + texmf-dist/fonts/type1/public/cbfonts/gljo1991.pfb + texmf-dist/fonts/type1/public/cbfonts/gljo2389.pfb + texmf-dist/fonts/type1/public/cbfonts/gljo2866.pfb + texmf-dist/fonts/type1/public/cbfonts/gljo3440.pfb + texmf-dist/fonts/type1/public/cbfonts/gljo4128.pfb + texmf-dist/fonts/type1/public/cbfonts/glmc0700.pfb + texmf-dist/fonts/type1/public/cbfonts/glmc0800.pfb + texmf-dist/fonts/type1/public/cbfonts/glmc1000.pfb + texmf-dist/fonts/type1/public/cbfonts/glmc1200.pfb + texmf-dist/fonts/type1/public/cbfonts/glmc1382.pfb + texmf-dist/fonts/type1/public/cbfonts/glmc1659.pfb + texmf-dist/fonts/type1/public/cbfonts/glmc1991.pfb + texmf-dist/fonts/type1/public/cbfonts/glmc2389.pfb + texmf-dist/fonts/type1/public/cbfonts/glmc2866.pfb + texmf-dist/fonts/type1/public/cbfonts/glmc3440.pfb + texmf-dist/fonts/type1/public/cbfonts/glmc4128.pfb + texmf-dist/fonts/type1/public/cbfonts/glmi0700.pfb + texmf-dist/fonts/type1/public/cbfonts/glmi0800.pfb + texmf-dist/fonts/type1/public/cbfonts/glmi1000.pfb + texmf-dist/fonts/type1/public/cbfonts/glmi1200.pfb + texmf-dist/fonts/type1/public/cbfonts/glmi1382.pfb + texmf-dist/fonts/type1/public/cbfonts/glmi1659.pfb + texmf-dist/fonts/type1/public/cbfonts/glmi1991.pfb + texmf-dist/fonts/type1/public/cbfonts/glmi2389.pfb + texmf-dist/fonts/type1/public/cbfonts/glmi2866.pfb + texmf-dist/fonts/type1/public/cbfonts/glmi3440.pfb + texmf-dist/fonts/type1/public/cbfonts/glmi4128.pfb + texmf-dist/fonts/type1/public/cbfonts/glmn0700.pfb + texmf-dist/fonts/type1/public/cbfonts/glmn0800.pfb + texmf-dist/fonts/type1/public/cbfonts/glmn1000.pfb + texmf-dist/fonts/type1/public/cbfonts/glmn1200.pfb + texmf-dist/fonts/type1/public/cbfonts/glmn1382.pfb + texmf-dist/fonts/type1/public/cbfonts/glmn1659.pfb + texmf-dist/fonts/type1/public/cbfonts/glmn1991.pfb + texmf-dist/fonts/type1/public/cbfonts/glmn2389.pfb + texmf-dist/fonts/type1/public/cbfonts/glmn2866.pfb + texmf-dist/fonts/type1/public/cbfonts/glmn3440.pfb + texmf-dist/fonts/type1/public/cbfonts/glmn4128.pfb + texmf-dist/fonts/type1/public/cbfonts/glmo0700.pfb + texmf-dist/fonts/type1/public/cbfonts/glmo0800.pfb + texmf-dist/fonts/type1/public/cbfonts/glmo1000.pfb + texmf-dist/fonts/type1/public/cbfonts/glmo1200.pfb + texmf-dist/fonts/type1/public/cbfonts/glmo1382.pfb + texmf-dist/fonts/type1/public/cbfonts/glmo1659.pfb + texmf-dist/fonts/type1/public/cbfonts/glmo1991.pfb + texmf-dist/fonts/type1/public/cbfonts/glmo2389.pfb + texmf-dist/fonts/type1/public/cbfonts/glmo2866.pfb + texmf-dist/fonts/type1/public/cbfonts/glmo3440.pfb + texmf-dist/fonts/type1/public/cbfonts/glmo4128.pfb + texmf-dist/fonts/type1/public/cbfonts/glmu0700.pfb + texmf-dist/fonts/type1/public/cbfonts/glmu0800.pfb + texmf-dist/fonts/type1/public/cbfonts/glmu1000.pfb + texmf-dist/fonts/type1/public/cbfonts/glmu1200.pfb + texmf-dist/fonts/type1/public/cbfonts/glmu1382.pfb + texmf-dist/fonts/type1/public/cbfonts/glmu1659.pfb + texmf-dist/fonts/type1/public/cbfonts/glmu1991.pfb + texmf-dist/fonts/type1/public/cbfonts/glmu2389.pfb + texmf-dist/fonts/type1/public/cbfonts/glmu2866.pfb + texmf-dist/fonts/type1/public/cbfonts/glmu3440.pfb + texmf-dist/fonts/type1/public/cbfonts/glmu4128.pfb + texmf-dist/fonts/type1/public/cbfonts/gltc0700.pfb + texmf-dist/fonts/type1/public/cbfonts/gltc0800.pfb + texmf-dist/fonts/type1/public/cbfonts/gltc1000.pfb + texmf-dist/fonts/type1/public/cbfonts/gltc1200.pfb + texmf-dist/fonts/type1/public/cbfonts/gltc1382.pfb + texmf-dist/fonts/type1/public/cbfonts/gltc1659.pfb + texmf-dist/fonts/type1/public/cbfonts/gltc1991.pfb + texmf-dist/fonts/type1/public/cbfonts/gltc2389.pfb + texmf-dist/fonts/type1/public/cbfonts/gltc2866.pfb + texmf-dist/fonts/type1/public/cbfonts/gltc3440.pfb + texmf-dist/fonts/type1/public/cbfonts/gltc4128.pfb + texmf-dist/fonts/type1/public/cbfonts/gltn0700.pfb + texmf-dist/fonts/type1/public/cbfonts/gltn0800.pfb + texmf-dist/fonts/type1/public/cbfonts/gltn1000.pfb + texmf-dist/fonts/type1/public/cbfonts/gltn1200.pfb + texmf-dist/fonts/type1/public/cbfonts/gltn1382.pfb + texmf-dist/fonts/type1/public/cbfonts/gltn1659.pfb + texmf-dist/fonts/type1/public/cbfonts/gltn1991.pfb + texmf-dist/fonts/type1/public/cbfonts/gltn2389.pfb + texmf-dist/fonts/type1/public/cbfonts/gltn2866.pfb + texmf-dist/fonts/type1/public/cbfonts/gltn3440.pfb + texmf-dist/fonts/type1/public/cbfonts/gltn4128.pfb + texmf-dist/fonts/type1/public/cbfonts/glto0700.pfb + texmf-dist/fonts/type1/public/cbfonts/glto0800.pfb + texmf-dist/fonts/type1/public/cbfonts/glto1000.pfb + texmf-dist/fonts/type1/public/cbfonts/glto1200.pfb + texmf-dist/fonts/type1/public/cbfonts/glto1382.pfb + texmf-dist/fonts/type1/public/cbfonts/glto1659.pfb + texmf-dist/fonts/type1/public/cbfonts/glto1991.pfb + texmf-dist/fonts/type1/public/cbfonts/glto2389.pfb + texmf-dist/fonts/type1/public/cbfonts/glto2866.pfb + texmf-dist/fonts/type1/public/cbfonts/glto3440.pfb + texmf-dist/fonts/type1/public/cbfonts/glto4128.pfb + texmf-dist/fonts/type1/public/cbfonts/glwc0700.pfb + texmf-dist/fonts/type1/public/cbfonts/glwc0800.pfb + texmf-dist/fonts/type1/public/cbfonts/glwc1000.pfb + texmf-dist/fonts/type1/public/cbfonts/glwc1200.pfb + texmf-dist/fonts/type1/public/cbfonts/glwc1382.pfb + texmf-dist/fonts/type1/public/cbfonts/glwc1659.pfb + texmf-dist/fonts/type1/public/cbfonts/glwc1991.pfb + texmf-dist/fonts/type1/public/cbfonts/glwc2389.pfb + texmf-dist/fonts/type1/public/cbfonts/glwc2866.pfb + texmf-dist/fonts/type1/public/cbfonts/glwc3440.pfb + texmf-dist/fonts/type1/public/cbfonts/glwc4128.pfb + texmf-dist/fonts/type1/public/cbfonts/glwi0700.pfb + texmf-dist/fonts/type1/public/cbfonts/glwi0800.pfb + texmf-dist/fonts/type1/public/cbfonts/glwi1000.pfb + texmf-dist/fonts/type1/public/cbfonts/glwi1200.pfb + texmf-dist/fonts/type1/public/cbfonts/glwi1382.pfb + texmf-dist/fonts/type1/public/cbfonts/glwi1659.pfb + texmf-dist/fonts/type1/public/cbfonts/glwi1991.pfb + texmf-dist/fonts/type1/public/cbfonts/glwi2389.pfb + texmf-dist/fonts/type1/public/cbfonts/glwi2866.pfb + texmf-dist/fonts/type1/public/cbfonts/glwi3440.pfb + texmf-dist/fonts/type1/public/cbfonts/glwi4128.pfb + texmf-dist/fonts/type1/public/cbfonts/glwn0700.pfb + texmf-dist/fonts/type1/public/cbfonts/glwn0800.pfb + texmf-dist/fonts/type1/public/cbfonts/glwn1000.pfb + texmf-dist/fonts/type1/public/cbfonts/glwn1200.pfb + texmf-dist/fonts/type1/public/cbfonts/glwn1382.pfb + texmf-dist/fonts/type1/public/cbfonts/glwn1659.pfb + texmf-dist/fonts/type1/public/cbfonts/glwn1991.pfb + texmf-dist/fonts/type1/public/cbfonts/glwn2389.pfb + texmf-dist/fonts/type1/public/cbfonts/glwn2866.pfb + texmf-dist/fonts/type1/public/cbfonts/glwn3440.pfb + texmf-dist/fonts/type1/public/cbfonts/glwn4128.pfb + texmf-dist/fonts/type1/public/cbfonts/glwo0700.pfb + texmf-dist/fonts/type1/public/cbfonts/glwo0800.pfb + texmf-dist/fonts/type1/public/cbfonts/glwo1000.pfb + texmf-dist/fonts/type1/public/cbfonts/glwo1200.pfb + texmf-dist/fonts/type1/public/cbfonts/glwo1382.pfb + texmf-dist/fonts/type1/public/cbfonts/glwo1659.pfb + texmf-dist/fonts/type1/public/cbfonts/glwo1991.pfb + texmf-dist/fonts/type1/public/cbfonts/glwo2389.pfb + texmf-dist/fonts/type1/public/cbfonts/glwo2866.pfb + texmf-dist/fonts/type1/public/cbfonts/glwo3440.pfb + texmf-dist/fonts/type1/public/cbfonts/glwo4128.pfb + texmf-dist/fonts/type1/public/cbfonts/glwu0700.pfb + texmf-dist/fonts/type1/public/cbfonts/glwu0800.pfb + texmf-dist/fonts/type1/public/cbfonts/glwu1000.pfb + texmf-dist/fonts/type1/public/cbfonts/glwu1200.pfb + texmf-dist/fonts/type1/public/cbfonts/glwu1382.pfb + texmf-dist/fonts/type1/public/cbfonts/glwu1659.pfb + texmf-dist/fonts/type1/public/cbfonts/glwu1991.pfb + texmf-dist/fonts/type1/public/cbfonts/glwu2389.pfb + texmf-dist/fonts/type1/public/cbfonts/glwu2866.pfb + texmf-dist/fonts/type1/public/cbfonts/glwu3440.pfb + texmf-dist/fonts/type1/public/cbfonts/glwu4128.pfb + texmf-dist/fonts/type1/public/cbfonts/glxc0700.pfb + texmf-dist/fonts/type1/public/cbfonts/glxc0800.pfb + texmf-dist/fonts/type1/public/cbfonts/glxc1000.pfb + texmf-dist/fonts/type1/public/cbfonts/glxc1200.pfb + texmf-dist/fonts/type1/public/cbfonts/glxc1382.pfb + texmf-dist/fonts/type1/public/cbfonts/glxc1659.pfb + texmf-dist/fonts/type1/public/cbfonts/glxc1991.pfb + texmf-dist/fonts/type1/public/cbfonts/glxc2389.pfb + texmf-dist/fonts/type1/public/cbfonts/glxc2866.pfb + texmf-dist/fonts/type1/public/cbfonts/glxc3440.pfb + texmf-dist/fonts/type1/public/cbfonts/glxc4128.pfb + texmf-dist/fonts/type1/public/cbfonts/glxi0700.pfb + texmf-dist/fonts/type1/public/cbfonts/glxi0800.pfb + texmf-dist/fonts/type1/public/cbfonts/glxi1000.pfb + texmf-dist/fonts/type1/public/cbfonts/glxi1200.pfb + texmf-dist/fonts/type1/public/cbfonts/glxi1382.pfb + texmf-dist/fonts/type1/public/cbfonts/glxi1659.pfb + texmf-dist/fonts/type1/public/cbfonts/glxi1991.pfb + texmf-dist/fonts/type1/public/cbfonts/glxi2389.pfb + texmf-dist/fonts/type1/public/cbfonts/glxi2866.pfb + texmf-dist/fonts/type1/public/cbfonts/glxi3440.pfb + texmf-dist/fonts/type1/public/cbfonts/glxi4128.pfb + texmf-dist/fonts/type1/public/cbfonts/glxn0700.pfb + texmf-dist/fonts/type1/public/cbfonts/glxn0800.pfb + texmf-dist/fonts/type1/public/cbfonts/glxn1000.pfb + texmf-dist/fonts/type1/public/cbfonts/glxn1200.pfb + texmf-dist/fonts/type1/public/cbfonts/glxn1382.pfb + texmf-dist/fonts/type1/public/cbfonts/glxn1659.pfb + texmf-dist/fonts/type1/public/cbfonts/glxn1991.pfb + texmf-dist/fonts/type1/public/cbfonts/glxn2389.pfb + texmf-dist/fonts/type1/public/cbfonts/glxn2866.pfb + texmf-dist/fonts/type1/public/cbfonts/glxn3440.pfb + texmf-dist/fonts/type1/public/cbfonts/glxn4128.pfb + texmf-dist/fonts/type1/public/cbfonts/glxo0700.pfb + texmf-dist/fonts/type1/public/cbfonts/glxo0800.pfb + texmf-dist/fonts/type1/public/cbfonts/glxo1000.pfb + texmf-dist/fonts/type1/public/cbfonts/glxo1200.pfb + texmf-dist/fonts/type1/public/cbfonts/glxo1382.pfb + texmf-dist/fonts/type1/public/cbfonts/glxo1659.pfb + texmf-dist/fonts/type1/public/cbfonts/glxo1991.pfb + texmf-dist/fonts/type1/public/cbfonts/glxo2389.pfb + texmf-dist/fonts/type1/public/cbfonts/glxo2866.pfb + texmf-dist/fonts/type1/public/cbfonts/glxo3440.pfb + texmf-dist/fonts/type1/public/cbfonts/glxo4128.pfb + texmf-dist/fonts/type1/public/cbfonts/glxu0700.pfb + texmf-dist/fonts/type1/public/cbfonts/glxu0800.pfb + texmf-dist/fonts/type1/public/cbfonts/glxu1000.pfb + texmf-dist/fonts/type1/public/cbfonts/glxu1200.pfb + texmf-dist/fonts/type1/public/cbfonts/glxu1382.pfb + texmf-dist/fonts/type1/public/cbfonts/glxu1659.pfb + texmf-dist/fonts/type1/public/cbfonts/glxu1991.pfb + texmf-dist/fonts/type1/public/cbfonts/glxu2389.pfb + texmf-dist/fonts/type1/public/cbfonts/glxu2866.pfb + texmf-dist/fonts/type1/public/cbfonts/glxu3440.pfb + texmf-dist/fonts/type1/public/cbfonts/glxu4128.pfb + texmf-dist/fonts/type1/public/cbfonts/gmmn0500.pfb + texmf-dist/fonts/type1/public/cbfonts/gmmn0600.pfb + texmf-dist/fonts/type1/public/cbfonts/gmmn0700.pfb + texmf-dist/fonts/type1/public/cbfonts/gmmn0800.pfb + texmf-dist/fonts/type1/public/cbfonts/gmmn0900.pfb + texmf-dist/fonts/type1/public/cbfonts/gmmn1000.pfb + texmf-dist/fonts/type1/public/cbfonts/gmmn1095.pfb + texmf-dist/fonts/type1/public/cbfonts/gmmn1200.pfb + texmf-dist/fonts/type1/public/cbfonts/gmmn1440.pfb + texmf-dist/fonts/type1/public/cbfonts/gmmn1728.pfb + texmf-dist/fonts/type1/public/cbfonts/gmmn2074.pfb + texmf-dist/fonts/type1/public/cbfonts/gmmn2488.pfb + texmf-dist/fonts/type1/public/cbfonts/gmmn2986.pfb + texmf-dist/fonts/type1/public/cbfonts/gmmn3583.pfb + texmf-dist/fonts/type1/public/cbfonts/gmmo0500.pfb + texmf-dist/fonts/type1/public/cbfonts/gmmo0600.pfb + texmf-dist/fonts/type1/public/cbfonts/gmmo0700.pfb + texmf-dist/fonts/type1/public/cbfonts/gmmo0800.pfb + texmf-dist/fonts/type1/public/cbfonts/gmmo0900.pfb + texmf-dist/fonts/type1/public/cbfonts/gmmo1000.pfb + texmf-dist/fonts/type1/public/cbfonts/gmmo1095.pfb + texmf-dist/fonts/type1/public/cbfonts/gmmo1200.pfb + texmf-dist/fonts/type1/public/cbfonts/gmmo1440.pfb + texmf-dist/fonts/type1/public/cbfonts/gmmo1728.pfb + texmf-dist/fonts/type1/public/cbfonts/gmmo2074.pfb + texmf-dist/fonts/type1/public/cbfonts/gmmo2488.pfb + texmf-dist/fonts/type1/public/cbfonts/gmmo2986.pfb + texmf-dist/fonts/type1/public/cbfonts/gmmo3583.pfb + texmf-dist/fonts/type1/public/cbfonts/gmtr0500.pfb + texmf-dist/fonts/type1/public/cbfonts/gmtr0600.pfb + texmf-dist/fonts/type1/public/cbfonts/gmtr0700.pfb + texmf-dist/fonts/type1/public/cbfonts/gmtr0800.pfb + texmf-dist/fonts/type1/public/cbfonts/gmtr0900.pfb + texmf-dist/fonts/type1/public/cbfonts/gmtr1000.pfb + texmf-dist/fonts/type1/public/cbfonts/gmtr1095.pfb + texmf-dist/fonts/type1/public/cbfonts/gmtr1200.pfb + texmf-dist/fonts/type1/public/cbfonts/gmtr1440.pfb + texmf-dist/fonts/type1/public/cbfonts/gmtr1728.pfb + texmf-dist/fonts/type1/public/cbfonts/gmtr2074.pfb + texmf-dist/fonts/type1/public/cbfonts/gmtr2488.pfb + texmf-dist/fonts/type1/public/cbfonts/gmtr2986.pfb + texmf-dist/fonts/type1/public/cbfonts/gmtr3583.pfb + texmf-dist/fonts/type1/public/cbfonts/gmxn0500.pfb + texmf-dist/fonts/type1/public/cbfonts/gmxn0600.pfb + texmf-dist/fonts/type1/public/cbfonts/gmxn0700.pfb + texmf-dist/fonts/type1/public/cbfonts/gmxn0800.pfb + texmf-dist/fonts/type1/public/cbfonts/gmxn0900.pfb + texmf-dist/fonts/type1/public/cbfonts/gmxn1000.pfb + texmf-dist/fonts/type1/public/cbfonts/gmxn1095.pfb + texmf-dist/fonts/type1/public/cbfonts/gmxn1200.pfb + texmf-dist/fonts/type1/public/cbfonts/gmxn1440.pfb + texmf-dist/fonts/type1/public/cbfonts/gmxn1728.pfb + texmf-dist/fonts/type1/public/cbfonts/gmxn2074.pfb + texmf-dist/fonts/type1/public/cbfonts/gmxn2488.pfb + texmf-dist/fonts/type1/public/cbfonts/gmxn2986.pfb + texmf-dist/fonts/type1/public/cbfonts/gmxn3583.pfb + texmf-dist/fonts/type1/public/cbfonts/gmxo0500.pfb + texmf-dist/fonts/type1/public/cbfonts/gmxo0600.pfb + texmf-dist/fonts/type1/public/cbfonts/gmxo0700.pfb + texmf-dist/fonts/type1/public/cbfonts/gmxo0800.pfb + texmf-dist/fonts/type1/public/cbfonts/gmxo0900.pfb + texmf-dist/fonts/type1/public/cbfonts/gmxo1000.pfb + texmf-dist/fonts/type1/public/cbfonts/gmxo1095.pfb + texmf-dist/fonts/type1/public/cbfonts/gmxo1200.pfb + texmf-dist/fonts/type1/public/cbfonts/gmxo1440.pfb + texmf-dist/fonts/type1/public/cbfonts/gmxo1728.pfb + texmf-dist/fonts/type1/public/cbfonts/gmxo2074.pfb + texmf-dist/fonts/type1/public/cbfonts/gmxo2488.pfb + texmf-dist/fonts/type1/public/cbfonts/gmxo2986.pfb + texmf-dist/fonts/type1/public/cbfonts/gmxo3583.pfb + texmf-dist/fonts/type1/public/cbfonts/gomc0500.pfb + texmf-dist/fonts/type1/public/cbfonts/gomc0600.pfb + texmf-dist/fonts/type1/public/cbfonts/gomc0700.pfb + texmf-dist/fonts/type1/public/cbfonts/gomc0800.pfb + texmf-dist/fonts/type1/public/cbfonts/gomc0900.pfb + texmf-dist/fonts/type1/public/cbfonts/gomc1000.pfb + texmf-dist/fonts/type1/public/cbfonts/gomc1095.pfb + texmf-dist/fonts/type1/public/cbfonts/gomc1200.pfb + texmf-dist/fonts/type1/public/cbfonts/gomc1440.pfb + texmf-dist/fonts/type1/public/cbfonts/gomc1728.pfb + texmf-dist/fonts/type1/public/cbfonts/gomc2074.pfb + texmf-dist/fonts/type1/public/cbfonts/gomc2488.pfb + texmf-dist/fonts/type1/public/cbfonts/gomc2986.pfb + texmf-dist/fonts/type1/public/cbfonts/gomc3583.pfb + texmf-dist/fonts/type1/public/cbfonts/gomi0500.pfb + texmf-dist/fonts/type1/public/cbfonts/gomi0600.pfb + texmf-dist/fonts/type1/public/cbfonts/gomi0700.pfb + texmf-dist/fonts/type1/public/cbfonts/gomi0800.pfb + texmf-dist/fonts/type1/public/cbfonts/gomi0900.pfb + texmf-dist/fonts/type1/public/cbfonts/gomi1000.pfb + texmf-dist/fonts/type1/public/cbfonts/gomi1095.pfb + texmf-dist/fonts/type1/public/cbfonts/gomi1200.pfb + texmf-dist/fonts/type1/public/cbfonts/gomi1440.pfb + texmf-dist/fonts/type1/public/cbfonts/gomi1728.pfb + texmf-dist/fonts/type1/public/cbfonts/gomi2074.pfb + texmf-dist/fonts/type1/public/cbfonts/gomi2488.pfb + texmf-dist/fonts/type1/public/cbfonts/gomi2986.pfb + texmf-dist/fonts/type1/public/cbfonts/gomi3583.pfb + texmf-dist/fonts/type1/public/cbfonts/gomn0500.pfb + texmf-dist/fonts/type1/public/cbfonts/gomn0600.pfb + texmf-dist/fonts/type1/public/cbfonts/gomn0700.pfb + texmf-dist/fonts/type1/public/cbfonts/gomn0800.pfb + texmf-dist/fonts/type1/public/cbfonts/gomn0900.pfb + texmf-dist/fonts/type1/public/cbfonts/gomn1000.pfb + texmf-dist/fonts/type1/public/cbfonts/gomn1095.pfb + texmf-dist/fonts/type1/public/cbfonts/gomn1200.pfb + texmf-dist/fonts/type1/public/cbfonts/gomn1440.pfb + texmf-dist/fonts/type1/public/cbfonts/gomn1728.pfb + texmf-dist/fonts/type1/public/cbfonts/gomn2074.pfb + texmf-dist/fonts/type1/public/cbfonts/gomn2488.pfb + texmf-dist/fonts/type1/public/cbfonts/gomn2986.pfb + texmf-dist/fonts/type1/public/cbfonts/gomn3583.pfb + texmf-dist/fonts/type1/public/cbfonts/gomo0500.pfb + texmf-dist/fonts/type1/public/cbfonts/gomo0600.pfb + texmf-dist/fonts/type1/public/cbfonts/gomo0700.pfb + texmf-dist/fonts/type1/public/cbfonts/gomo0800.pfb + texmf-dist/fonts/type1/public/cbfonts/gomo0900.pfb + texmf-dist/fonts/type1/public/cbfonts/gomo1000.pfb + texmf-dist/fonts/type1/public/cbfonts/gomo1095.pfb + texmf-dist/fonts/type1/public/cbfonts/gomo1200.pfb + texmf-dist/fonts/type1/public/cbfonts/gomo1440.pfb + texmf-dist/fonts/type1/public/cbfonts/gomo1728.pfb + texmf-dist/fonts/type1/public/cbfonts/gomo2074.pfb + texmf-dist/fonts/type1/public/cbfonts/gomo2488.pfb + texmf-dist/fonts/type1/public/cbfonts/gomo2986.pfb + texmf-dist/fonts/type1/public/cbfonts/gomo3583.pfb + texmf-dist/fonts/type1/public/cbfonts/gomu0500.pfb + texmf-dist/fonts/type1/public/cbfonts/gomu0600.pfb + texmf-dist/fonts/type1/public/cbfonts/gomu0700.pfb + texmf-dist/fonts/type1/public/cbfonts/gomu0800.pfb + texmf-dist/fonts/type1/public/cbfonts/gomu0900.pfb + texmf-dist/fonts/type1/public/cbfonts/gomu1000.pfb + texmf-dist/fonts/type1/public/cbfonts/gomu1095.pfb + texmf-dist/fonts/type1/public/cbfonts/gomu1200.pfb + texmf-dist/fonts/type1/public/cbfonts/gomu1440.pfb + texmf-dist/fonts/type1/public/cbfonts/gomu1728.pfb + texmf-dist/fonts/type1/public/cbfonts/gomu2074.pfb + texmf-dist/fonts/type1/public/cbfonts/gomu2488.pfb + texmf-dist/fonts/type1/public/cbfonts/gomu2986.pfb + texmf-dist/fonts/type1/public/cbfonts/gomu3583.pfb + texmf-dist/fonts/type1/public/cbfonts/goxc0500.pfb + texmf-dist/fonts/type1/public/cbfonts/goxc0600.pfb + texmf-dist/fonts/type1/public/cbfonts/goxc0700.pfb + texmf-dist/fonts/type1/public/cbfonts/goxc0800.pfb + texmf-dist/fonts/type1/public/cbfonts/goxc0900.pfb + texmf-dist/fonts/type1/public/cbfonts/goxc1000.pfb + texmf-dist/fonts/type1/public/cbfonts/goxc1095.pfb + texmf-dist/fonts/type1/public/cbfonts/goxc1200.pfb + texmf-dist/fonts/type1/public/cbfonts/goxc1440.pfb + texmf-dist/fonts/type1/public/cbfonts/goxc1728.pfb + texmf-dist/fonts/type1/public/cbfonts/goxc2074.pfb + texmf-dist/fonts/type1/public/cbfonts/goxc2488.pfb + texmf-dist/fonts/type1/public/cbfonts/goxc2986.pfb + texmf-dist/fonts/type1/public/cbfonts/goxc3583.pfb + texmf-dist/fonts/type1/public/cbfonts/goxi0500.pfb + texmf-dist/fonts/type1/public/cbfonts/goxi0600.pfb + texmf-dist/fonts/type1/public/cbfonts/goxi0700.pfb + texmf-dist/fonts/type1/public/cbfonts/goxi0800.pfb + texmf-dist/fonts/type1/public/cbfonts/goxi0900.pfb + texmf-dist/fonts/type1/public/cbfonts/goxi1000.pfb + texmf-dist/fonts/type1/public/cbfonts/goxi1095.pfb + texmf-dist/fonts/type1/public/cbfonts/goxi1200.pfb + texmf-dist/fonts/type1/public/cbfonts/goxi1440.pfb + texmf-dist/fonts/type1/public/cbfonts/goxi1728.pfb + texmf-dist/fonts/type1/public/cbfonts/goxi2074.pfb + texmf-dist/fonts/type1/public/cbfonts/goxi2488.pfb + texmf-dist/fonts/type1/public/cbfonts/goxi2986.pfb + texmf-dist/fonts/type1/public/cbfonts/goxi3583.pfb + texmf-dist/fonts/type1/public/cbfonts/goxn0500.pfb + texmf-dist/fonts/type1/public/cbfonts/goxn0600.pfb + texmf-dist/fonts/type1/public/cbfonts/goxn0700.pfb + texmf-dist/fonts/type1/public/cbfonts/goxn0800.pfb + texmf-dist/fonts/type1/public/cbfonts/goxn0900.pfb + texmf-dist/fonts/type1/public/cbfonts/goxn1000.pfb + texmf-dist/fonts/type1/public/cbfonts/goxn1095.pfb + texmf-dist/fonts/type1/public/cbfonts/goxn1200.pfb + texmf-dist/fonts/type1/public/cbfonts/goxn1440.pfb + texmf-dist/fonts/type1/public/cbfonts/goxn1728.pfb + texmf-dist/fonts/type1/public/cbfonts/goxn2074.pfb + texmf-dist/fonts/type1/public/cbfonts/goxn2488.pfb + texmf-dist/fonts/type1/public/cbfonts/goxn2986.pfb + texmf-dist/fonts/type1/public/cbfonts/goxn3583.pfb + texmf-dist/fonts/type1/public/cbfonts/goxo0500.pfb + texmf-dist/fonts/type1/public/cbfonts/goxo0600.pfb + texmf-dist/fonts/type1/public/cbfonts/goxo0700.pfb + texmf-dist/fonts/type1/public/cbfonts/goxo0800.pfb + texmf-dist/fonts/type1/public/cbfonts/goxo0900.pfb + texmf-dist/fonts/type1/public/cbfonts/goxo1000.pfb + texmf-dist/fonts/type1/public/cbfonts/goxo1095.pfb + texmf-dist/fonts/type1/public/cbfonts/goxo1200.pfb + texmf-dist/fonts/type1/public/cbfonts/goxo1440.pfb + texmf-dist/fonts/type1/public/cbfonts/goxo1728.pfb + texmf-dist/fonts/type1/public/cbfonts/goxo2074.pfb + texmf-dist/fonts/type1/public/cbfonts/goxo2488.pfb + texmf-dist/fonts/type1/public/cbfonts/goxo2986.pfb + texmf-dist/fonts/type1/public/cbfonts/goxo3583.pfb + texmf-dist/fonts/type1/public/cbfonts/goxu0500.pfb + texmf-dist/fonts/type1/public/cbfonts/goxu0600.pfb + texmf-dist/fonts/type1/public/cbfonts/goxu0700.pfb + texmf-dist/fonts/type1/public/cbfonts/goxu0800.pfb + texmf-dist/fonts/type1/public/cbfonts/goxu0900.pfb + texmf-dist/fonts/type1/public/cbfonts/goxu1000.pfb + texmf-dist/fonts/type1/public/cbfonts/goxu1095.pfb + texmf-dist/fonts/type1/public/cbfonts/goxu1200.pfb + texmf-dist/fonts/type1/public/cbfonts/goxu1440.pfb + texmf-dist/fonts/type1/public/cbfonts/goxu1728.pfb + texmf-dist/fonts/type1/public/cbfonts/goxu2074.pfb + texmf-dist/fonts/type1/public/cbfonts/goxu2488.pfb + texmf-dist/fonts/type1/public/cbfonts/goxu2986.pfb + texmf-dist/fonts/type1/public/cbfonts/goxu3583.pfb + texmf-dist/fonts/type1/public/cbfonts/grbl0500.pfb + texmf-dist/fonts/type1/public/cbfonts/grbl0600.pfb + texmf-dist/fonts/type1/public/cbfonts/grbl0700.pfb + texmf-dist/fonts/type1/public/cbfonts/grbl0800.pfb + texmf-dist/fonts/type1/public/cbfonts/grbl0900.pfb + texmf-dist/fonts/type1/public/cbfonts/grbl1000.pfb + texmf-dist/fonts/type1/public/cbfonts/grbl1095.pfb + texmf-dist/fonts/type1/public/cbfonts/grbl1200.pfb + texmf-dist/fonts/type1/public/cbfonts/grbl1440.pfb + texmf-dist/fonts/type1/public/cbfonts/grbl1728.pfb + texmf-dist/fonts/type1/public/cbfonts/grbl2074.pfb + texmf-dist/fonts/type1/public/cbfonts/grbl2488.pfb + texmf-dist/fonts/type1/public/cbfonts/grbl2986.pfb + texmf-dist/fonts/type1/public/cbfonts/grbl3583.pfb + texmf-dist/fonts/type1/public/cbfonts/grmc0500.pfb + texmf-dist/fonts/type1/public/cbfonts/grmc0600.pfb + texmf-dist/fonts/type1/public/cbfonts/grmc0700.pfb + texmf-dist/fonts/type1/public/cbfonts/grmc0800.pfb + texmf-dist/fonts/type1/public/cbfonts/grmc0900.pfb + texmf-dist/fonts/type1/public/cbfonts/grmc1000.pfb + texmf-dist/fonts/type1/public/cbfonts/grmc1095.pfb + texmf-dist/fonts/type1/public/cbfonts/grmc1200.pfb + texmf-dist/fonts/type1/public/cbfonts/grmc1440.pfb + texmf-dist/fonts/type1/public/cbfonts/grmc1728.pfb + texmf-dist/fonts/type1/public/cbfonts/grmc2074.pfb + texmf-dist/fonts/type1/public/cbfonts/grmc2488.pfb + texmf-dist/fonts/type1/public/cbfonts/grmc2986.pfb + texmf-dist/fonts/type1/public/cbfonts/grmc3583.pfb + texmf-dist/fonts/type1/public/cbfonts/grmi0500.pfb + texmf-dist/fonts/type1/public/cbfonts/grmi0600.pfb + texmf-dist/fonts/type1/public/cbfonts/grmi0700.pfb + texmf-dist/fonts/type1/public/cbfonts/grmi0800.pfb + texmf-dist/fonts/type1/public/cbfonts/grmi0900.pfb + texmf-dist/fonts/type1/public/cbfonts/grmi1000.pfb + texmf-dist/fonts/type1/public/cbfonts/grmi1095.pfb + texmf-dist/fonts/type1/public/cbfonts/grmi1200.pfb + texmf-dist/fonts/type1/public/cbfonts/grmi1440.pfb + texmf-dist/fonts/type1/public/cbfonts/grmi1728.pfb + texmf-dist/fonts/type1/public/cbfonts/grmi2074.pfb + texmf-dist/fonts/type1/public/cbfonts/grmi2488.pfb + texmf-dist/fonts/type1/public/cbfonts/grmi2986.pfb + texmf-dist/fonts/type1/public/cbfonts/grmi3583.pfb + texmf-dist/fonts/type1/public/cbfonts/grml0500.pfb + texmf-dist/fonts/type1/public/cbfonts/grml0600.pfb + texmf-dist/fonts/type1/public/cbfonts/grml0700.pfb + texmf-dist/fonts/type1/public/cbfonts/grml0800.pfb + texmf-dist/fonts/type1/public/cbfonts/grml0900.pfb + texmf-dist/fonts/type1/public/cbfonts/grml1000.pfb + texmf-dist/fonts/type1/public/cbfonts/grml1095.pfb + texmf-dist/fonts/type1/public/cbfonts/grml1200.pfb + texmf-dist/fonts/type1/public/cbfonts/grml1440.pfb + texmf-dist/fonts/type1/public/cbfonts/grml1728.pfb + texmf-dist/fonts/type1/public/cbfonts/grml2074.pfb + texmf-dist/fonts/type1/public/cbfonts/grml2488.pfb + texmf-dist/fonts/type1/public/cbfonts/grml2986.pfb + texmf-dist/fonts/type1/public/cbfonts/grml3583.pfb + texmf-dist/fonts/type1/public/cbfonts/grmn0500.pfb + texmf-dist/fonts/type1/public/cbfonts/grmn0600.pfb + texmf-dist/fonts/type1/public/cbfonts/grmn0700.pfb + texmf-dist/fonts/type1/public/cbfonts/grmn0800.pfb + texmf-dist/fonts/type1/public/cbfonts/grmn0900.pfb + texmf-dist/fonts/type1/public/cbfonts/grmn1000.pfb + texmf-dist/fonts/type1/public/cbfonts/grmn1095.pfb + texmf-dist/fonts/type1/public/cbfonts/grmn1200.pfb + texmf-dist/fonts/type1/public/cbfonts/grmn1440.pfb + texmf-dist/fonts/type1/public/cbfonts/grmn1728.pfb + texmf-dist/fonts/type1/public/cbfonts/grmn2074.pfb + texmf-dist/fonts/type1/public/cbfonts/grmn2488.pfb + texmf-dist/fonts/type1/public/cbfonts/grmn2986.pfb + texmf-dist/fonts/type1/public/cbfonts/grmn3583.pfb + texmf-dist/fonts/type1/public/cbfonts/grmo0500.pfb + texmf-dist/fonts/type1/public/cbfonts/grmo0600.pfb + texmf-dist/fonts/type1/public/cbfonts/grmo0700.pfb + texmf-dist/fonts/type1/public/cbfonts/grmo0800.pfb + texmf-dist/fonts/type1/public/cbfonts/grmo0900.pfb + texmf-dist/fonts/type1/public/cbfonts/grmo1000.pfb + texmf-dist/fonts/type1/public/cbfonts/grmo1095.pfb + texmf-dist/fonts/type1/public/cbfonts/grmo1200.pfb + texmf-dist/fonts/type1/public/cbfonts/grmo1440.pfb + texmf-dist/fonts/type1/public/cbfonts/grmo1728.pfb + texmf-dist/fonts/type1/public/cbfonts/grmo2074.pfb + texmf-dist/fonts/type1/public/cbfonts/grmo2488.pfb + texmf-dist/fonts/type1/public/cbfonts/grmo2986.pfb + texmf-dist/fonts/type1/public/cbfonts/grmo3583.pfb + texmf-dist/fonts/type1/public/cbfonts/grmu0500.pfb + texmf-dist/fonts/type1/public/cbfonts/grmu0600.pfb + texmf-dist/fonts/type1/public/cbfonts/grmu0700.pfb + texmf-dist/fonts/type1/public/cbfonts/grmu0800.pfb + texmf-dist/fonts/type1/public/cbfonts/grmu0900.pfb + texmf-dist/fonts/type1/public/cbfonts/grmu1000.pfb + texmf-dist/fonts/type1/public/cbfonts/grmu1095.pfb + texmf-dist/fonts/type1/public/cbfonts/grmu1200.pfb + texmf-dist/fonts/type1/public/cbfonts/grmu1440.pfb + texmf-dist/fonts/type1/public/cbfonts/grmu1728.pfb + texmf-dist/fonts/type1/public/cbfonts/grmu2074.pfb + texmf-dist/fonts/type1/public/cbfonts/grmu2488.pfb + texmf-dist/fonts/type1/public/cbfonts/grmu2986.pfb + texmf-dist/fonts/type1/public/cbfonts/grmu3583.pfb + texmf-dist/fonts/type1/public/cbfonts/grxc0500.pfb + texmf-dist/fonts/type1/public/cbfonts/grxc0600.pfb + texmf-dist/fonts/type1/public/cbfonts/grxc0700.pfb + texmf-dist/fonts/type1/public/cbfonts/grxc0800.pfb + texmf-dist/fonts/type1/public/cbfonts/grxc0900.pfb + texmf-dist/fonts/type1/public/cbfonts/grxc1000.pfb + texmf-dist/fonts/type1/public/cbfonts/grxc1095.pfb + texmf-dist/fonts/type1/public/cbfonts/grxc1200.pfb + texmf-dist/fonts/type1/public/cbfonts/grxc1440.pfb + texmf-dist/fonts/type1/public/cbfonts/grxc1728.pfb + texmf-dist/fonts/type1/public/cbfonts/grxc2074.pfb + texmf-dist/fonts/type1/public/cbfonts/grxc2488.pfb + texmf-dist/fonts/type1/public/cbfonts/grxc2986.pfb + texmf-dist/fonts/type1/public/cbfonts/grxc3583.pfb + texmf-dist/fonts/type1/public/cbfonts/grxi0500.pfb + texmf-dist/fonts/type1/public/cbfonts/grxi0600.pfb + texmf-dist/fonts/type1/public/cbfonts/grxi0700.pfb + texmf-dist/fonts/type1/public/cbfonts/grxi0800.pfb + texmf-dist/fonts/type1/public/cbfonts/grxi0900.pfb + texmf-dist/fonts/type1/public/cbfonts/grxi1000.pfb + texmf-dist/fonts/type1/public/cbfonts/grxi1095.pfb + texmf-dist/fonts/type1/public/cbfonts/grxi1200.pfb + texmf-dist/fonts/type1/public/cbfonts/grxi1440.pfb + texmf-dist/fonts/type1/public/cbfonts/grxi1728.pfb + texmf-dist/fonts/type1/public/cbfonts/grxi2074.pfb + texmf-dist/fonts/type1/public/cbfonts/grxi2488.pfb + texmf-dist/fonts/type1/public/cbfonts/grxi2986.pfb + texmf-dist/fonts/type1/public/cbfonts/grxi3583.pfb + texmf-dist/fonts/type1/public/cbfonts/grxl0500.pfb + texmf-dist/fonts/type1/public/cbfonts/grxl0600.pfb + texmf-dist/fonts/type1/public/cbfonts/grxl0700.pfb + texmf-dist/fonts/type1/public/cbfonts/grxl0800.pfb + texmf-dist/fonts/type1/public/cbfonts/grxl0900.pfb + texmf-dist/fonts/type1/public/cbfonts/grxl1000.pfb + texmf-dist/fonts/type1/public/cbfonts/grxl1095.pfb + texmf-dist/fonts/type1/public/cbfonts/grxl1200.pfb + texmf-dist/fonts/type1/public/cbfonts/grxl1440.pfb + texmf-dist/fonts/type1/public/cbfonts/grxl1728.pfb + texmf-dist/fonts/type1/public/cbfonts/grxl2074.pfb + texmf-dist/fonts/type1/public/cbfonts/grxl2488.pfb + texmf-dist/fonts/type1/public/cbfonts/grxl2986.pfb + texmf-dist/fonts/type1/public/cbfonts/grxl3583.pfb + texmf-dist/fonts/type1/public/cbfonts/grxn0500.pfb + texmf-dist/fonts/type1/public/cbfonts/grxn0600.pfb + texmf-dist/fonts/type1/public/cbfonts/grxn0700.pfb + texmf-dist/fonts/type1/public/cbfonts/grxn0800.pfb + texmf-dist/fonts/type1/public/cbfonts/grxn0900.pfb + texmf-dist/fonts/type1/public/cbfonts/grxn1000.pfb + texmf-dist/fonts/type1/public/cbfonts/grxn1095.pfb + texmf-dist/fonts/type1/public/cbfonts/grxn1200.pfb + texmf-dist/fonts/type1/public/cbfonts/grxn1440.pfb + texmf-dist/fonts/type1/public/cbfonts/grxn1728.pfb + texmf-dist/fonts/type1/public/cbfonts/grxn2074.pfb + texmf-dist/fonts/type1/public/cbfonts/grxn2488.pfb + texmf-dist/fonts/type1/public/cbfonts/grxn2986.pfb + texmf-dist/fonts/type1/public/cbfonts/grxn3583.pfb + texmf-dist/fonts/type1/public/cbfonts/grxo0500.pfb + texmf-dist/fonts/type1/public/cbfonts/grxo0600.pfb + texmf-dist/fonts/type1/public/cbfonts/grxo0700.pfb + texmf-dist/fonts/type1/public/cbfonts/grxo0800.pfb + texmf-dist/fonts/type1/public/cbfonts/grxo0900.pfb + texmf-dist/fonts/type1/public/cbfonts/grxo1000.pfb + texmf-dist/fonts/type1/public/cbfonts/grxo1095.pfb + texmf-dist/fonts/type1/public/cbfonts/grxo1200.pfb + texmf-dist/fonts/type1/public/cbfonts/grxo1440.pfb + texmf-dist/fonts/type1/public/cbfonts/grxo1728.pfb + texmf-dist/fonts/type1/public/cbfonts/grxo2074.pfb + texmf-dist/fonts/type1/public/cbfonts/grxo2488.pfb + texmf-dist/fonts/type1/public/cbfonts/grxo2986.pfb + texmf-dist/fonts/type1/public/cbfonts/grxo3583.pfb + texmf-dist/fonts/type1/public/cbfonts/grxu0500.pfb + texmf-dist/fonts/type1/public/cbfonts/grxu0600.pfb + texmf-dist/fonts/type1/public/cbfonts/grxu0700.pfb + texmf-dist/fonts/type1/public/cbfonts/grxu0800.pfb + texmf-dist/fonts/type1/public/cbfonts/grxu0900.pfb + texmf-dist/fonts/type1/public/cbfonts/grxu1000.pfb + texmf-dist/fonts/type1/public/cbfonts/grxu1095.pfb + texmf-dist/fonts/type1/public/cbfonts/grxu1200.pfb + texmf-dist/fonts/type1/public/cbfonts/grxu1440.pfb + texmf-dist/fonts/type1/public/cbfonts/grxu1728.pfb + texmf-dist/fonts/type1/public/cbfonts/grxu2074.pfb + texmf-dist/fonts/type1/public/cbfonts/grxu2488.pfb + texmf-dist/fonts/type1/public/cbfonts/grxu2986.pfb + texmf-dist/fonts/type1/public/cbfonts/grxu3583.pfb + texmf-dist/fonts/type1/public/cbfonts/gsma0500.pfb + texmf-dist/fonts/type1/public/cbfonts/gsma0600.pfb + texmf-dist/fonts/type1/public/cbfonts/gsma0700.pfb + texmf-dist/fonts/type1/public/cbfonts/gsma0800.pfb + texmf-dist/fonts/type1/public/cbfonts/gsma0900.pfb + texmf-dist/fonts/type1/public/cbfonts/gsma1000.pfb + texmf-dist/fonts/type1/public/cbfonts/gsma1095.pfb + texmf-dist/fonts/type1/public/cbfonts/gsma1200.pfb + texmf-dist/fonts/type1/public/cbfonts/gsma1440.pfb + texmf-dist/fonts/type1/public/cbfonts/gsma1728.pfb + texmf-dist/fonts/type1/public/cbfonts/gsma2074.pfb + texmf-dist/fonts/type1/public/cbfonts/gsma2488.pfb + texmf-dist/fonts/type1/public/cbfonts/gsma2986.pfb + texmf-dist/fonts/type1/public/cbfonts/gsma3583.pfb + texmf-dist/fonts/type1/public/cbfonts/gsmc0500.pfb + texmf-dist/fonts/type1/public/cbfonts/gsmc0600.pfb + texmf-dist/fonts/type1/public/cbfonts/gsmc0700.pfb + texmf-dist/fonts/type1/public/cbfonts/gsmc0800.pfb + texmf-dist/fonts/type1/public/cbfonts/gsmc0900.pfb + texmf-dist/fonts/type1/public/cbfonts/gsmc1000.pfb + texmf-dist/fonts/type1/public/cbfonts/gsmc1095.pfb + texmf-dist/fonts/type1/public/cbfonts/gsmc1200.pfb + texmf-dist/fonts/type1/public/cbfonts/gsmc1440.pfb + texmf-dist/fonts/type1/public/cbfonts/gsmc1728.pfb + texmf-dist/fonts/type1/public/cbfonts/gsmc2074.pfb + texmf-dist/fonts/type1/public/cbfonts/gsmc2488.pfb + texmf-dist/fonts/type1/public/cbfonts/gsmc2986.pfb + texmf-dist/fonts/type1/public/cbfonts/gsmc3583.pfb + texmf-dist/fonts/type1/public/cbfonts/gsme0500.pfb + texmf-dist/fonts/type1/public/cbfonts/gsme0600.pfb + texmf-dist/fonts/type1/public/cbfonts/gsme0700.pfb + texmf-dist/fonts/type1/public/cbfonts/gsme0800.pfb + texmf-dist/fonts/type1/public/cbfonts/gsme0900.pfb + texmf-dist/fonts/type1/public/cbfonts/gsme1000.pfb + texmf-dist/fonts/type1/public/cbfonts/gsme1095.pfb + texmf-dist/fonts/type1/public/cbfonts/gsme1200.pfb + texmf-dist/fonts/type1/public/cbfonts/gsme1440.pfb + texmf-dist/fonts/type1/public/cbfonts/gsme1728.pfb + texmf-dist/fonts/type1/public/cbfonts/gsme2074.pfb + texmf-dist/fonts/type1/public/cbfonts/gsme2488.pfb + texmf-dist/fonts/type1/public/cbfonts/gsme2986.pfb + texmf-dist/fonts/type1/public/cbfonts/gsme3583.pfb + texmf-dist/fonts/type1/public/cbfonts/gsmi0500.pfb + texmf-dist/fonts/type1/public/cbfonts/gsmi0600.pfb + texmf-dist/fonts/type1/public/cbfonts/gsmi0700.pfb + texmf-dist/fonts/type1/public/cbfonts/gsmi0800.pfb + texmf-dist/fonts/type1/public/cbfonts/gsmi0900.pfb + texmf-dist/fonts/type1/public/cbfonts/gsmi1000.pfb + texmf-dist/fonts/type1/public/cbfonts/gsmi1095.pfb + texmf-dist/fonts/type1/public/cbfonts/gsmi1200.pfb + texmf-dist/fonts/type1/public/cbfonts/gsmi1440.pfb + texmf-dist/fonts/type1/public/cbfonts/gsmi1728.pfb + texmf-dist/fonts/type1/public/cbfonts/gsmi2074.pfb + texmf-dist/fonts/type1/public/cbfonts/gsmi2488.pfb + texmf-dist/fonts/type1/public/cbfonts/gsmi2986.pfb + texmf-dist/fonts/type1/public/cbfonts/gsmi3583.pfb + texmf-dist/fonts/type1/public/cbfonts/gsmn0500.pfb + texmf-dist/fonts/type1/public/cbfonts/gsmn0600.pfb + texmf-dist/fonts/type1/public/cbfonts/gsmn0700.pfb + texmf-dist/fonts/type1/public/cbfonts/gsmn0800.pfb + texmf-dist/fonts/type1/public/cbfonts/gsmn0900.pfb + texmf-dist/fonts/type1/public/cbfonts/gsmn1000.pfb + texmf-dist/fonts/type1/public/cbfonts/gsmn1095.pfb + texmf-dist/fonts/type1/public/cbfonts/gsmn1200.pfb + texmf-dist/fonts/type1/public/cbfonts/gsmn1440.pfb + texmf-dist/fonts/type1/public/cbfonts/gsmn1728.pfb + texmf-dist/fonts/type1/public/cbfonts/gsmn2074.pfb + texmf-dist/fonts/type1/public/cbfonts/gsmn2488.pfb + texmf-dist/fonts/type1/public/cbfonts/gsmn2986.pfb + texmf-dist/fonts/type1/public/cbfonts/gsmn3583.pfb + texmf-dist/fonts/type1/public/cbfonts/gsmo0500.pfb + texmf-dist/fonts/type1/public/cbfonts/gsmo0600.pfb + texmf-dist/fonts/type1/public/cbfonts/gsmo0700.pfb + texmf-dist/fonts/type1/public/cbfonts/gsmo0800.pfb + texmf-dist/fonts/type1/public/cbfonts/gsmo0900.pfb + texmf-dist/fonts/type1/public/cbfonts/gsmo1000.pfb + texmf-dist/fonts/type1/public/cbfonts/gsmo1095.pfb + texmf-dist/fonts/type1/public/cbfonts/gsmo1200.pfb + texmf-dist/fonts/type1/public/cbfonts/gsmo1440.pfb + texmf-dist/fonts/type1/public/cbfonts/gsmo1728.pfb + texmf-dist/fonts/type1/public/cbfonts/gsmo2074.pfb + texmf-dist/fonts/type1/public/cbfonts/gsmo2488.pfb + texmf-dist/fonts/type1/public/cbfonts/gsmo2986.pfb + texmf-dist/fonts/type1/public/cbfonts/gsmo3583.pfb + texmf-dist/fonts/type1/public/cbfonts/gsmu0500.pfb + texmf-dist/fonts/type1/public/cbfonts/gsmu0600.pfb + texmf-dist/fonts/type1/public/cbfonts/gsmu0700.pfb + texmf-dist/fonts/type1/public/cbfonts/gsmu0800.pfb + texmf-dist/fonts/type1/public/cbfonts/gsmu0900.pfb + texmf-dist/fonts/type1/public/cbfonts/gsmu1000.pfb + texmf-dist/fonts/type1/public/cbfonts/gsmu1095.pfb + texmf-dist/fonts/type1/public/cbfonts/gsmu1200.pfb + texmf-dist/fonts/type1/public/cbfonts/gsmu1440.pfb + texmf-dist/fonts/type1/public/cbfonts/gsmu1728.pfb + texmf-dist/fonts/type1/public/cbfonts/gsmu2074.pfb + texmf-dist/fonts/type1/public/cbfonts/gsmu2488.pfb + texmf-dist/fonts/type1/public/cbfonts/gsmu2986.pfb + texmf-dist/fonts/type1/public/cbfonts/gsmu3583.pfb + texmf-dist/fonts/type1/public/cbfonts/gsxa0500.pfb + texmf-dist/fonts/type1/public/cbfonts/gsxa0600.pfb + texmf-dist/fonts/type1/public/cbfonts/gsxa0700.pfb + texmf-dist/fonts/type1/public/cbfonts/gsxa0800.pfb + texmf-dist/fonts/type1/public/cbfonts/gsxa0900.pfb + texmf-dist/fonts/type1/public/cbfonts/gsxa1000.pfb + texmf-dist/fonts/type1/public/cbfonts/gsxa1095.pfb + texmf-dist/fonts/type1/public/cbfonts/gsxa1200.pfb + texmf-dist/fonts/type1/public/cbfonts/gsxa1440.pfb + texmf-dist/fonts/type1/public/cbfonts/gsxa1728.pfb + texmf-dist/fonts/type1/public/cbfonts/gsxa2074.pfb + texmf-dist/fonts/type1/public/cbfonts/gsxa2488.pfb + texmf-dist/fonts/type1/public/cbfonts/gsxa2986.pfb + texmf-dist/fonts/type1/public/cbfonts/gsxa3583.pfb + texmf-dist/fonts/type1/public/cbfonts/gsxc0500.pfb + texmf-dist/fonts/type1/public/cbfonts/gsxc0600.pfb + texmf-dist/fonts/type1/public/cbfonts/gsxc0700.pfb + texmf-dist/fonts/type1/public/cbfonts/gsxc0800.pfb + texmf-dist/fonts/type1/public/cbfonts/gsxc0900.pfb + texmf-dist/fonts/type1/public/cbfonts/gsxc1000.pfb + texmf-dist/fonts/type1/public/cbfonts/gsxc1095.pfb + texmf-dist/fonts/type1/public/cbfonts/gsxc1200.pfb + texmf-dist/fonts/type1/public/cbfonts/gsxc1440.pfb + texmf-dist/fonts/type1/public/cbfonts/gsxc1728.pfb + texmf-dist/fonts/type1/public/cbfonts/gsxc2074.pfb + texmf-dist/fonts/type1/public/cbfonts/gsxc2488.pfb + texmf-dist/fonts/type1/public/cbfonts/gsxc2986.pfb + texmf-dist/fonts/type1/public/cbfonts/gsxc3583.pfb + texmf-dist/fonts/type1/public/cbfonts/gsxe0500.pfb + texmf-dist/fonts/type1/public/cbfonts/gsxe0600.pfb + texmf-dist/fonts/type1/public/cbfonts/gsxe0700.pfb + texmf-dist/fonts/type1/public/cbfonts/gsxe0800.pfb + texmf-dist/fonts/type1/public/cbfonts/gsxe0900.pfb + texmf-dist/fonts/type1/public/cbfonts/gsxe1000.pfb + texmf-dist/fonts/type1/public/cbfonts/gsxe1095.pfb + texmf-dist/fonts/type1/public/cbfonts/gsxe1200.pfb + texmf-dist/fonts/type1/public/cbfonts/gsxe1440.pfb + texmf-dist/fonts/type1/public/cbfonts/gsxe1728.pfb + texmf-dist/fonts/type1/public/cbfonts/gsxe2074.pfb + texmf-dist/fonts/type1/public/cbfonts/gsxe2488.pfb + texmf-dist/fonts/type1/public/cbfonts/gsxe2986.pfb + texmf-dist/fonts/type1/public/cbfonts/gsxe3583.pfb + texmf-dist/fonts/type1/public/cbfonts/gsxi0500.pfb + texmf-dist/fonts/type1/public/cbfonts/gsxi0600.pfb + texmf-dist/fonts/type1/public/cbfonts/gsxi0700.pfb + texmf-dist/fonts/type1/public/cbfonts/gsxi0800.pfb + texmf-dist/fonts/type1/public/cbfonts/gsxi0900.pfb + texmf-dist/fonts/type1/public/cbfonts/gsxi1000.pfb + texmf-dist/fonts/type1/public/cbfonts/gsxi1095.pfb + texmf-dist/fonts/type1/public/cbfonts/gsxi1200.pfb + texmf-dist/fonts/type1/public/cbfonts/gsxi1440.pfb + texmf-dist/fonts/type1/public/cbfonts/gsxi1728.pfb + texmf-dist/fonts/type1/public/cbfonts/gsxi2074.pfb + texmf-dist/fonts/type1/public/cbfonts/gsxi2488.pfb + texmf-dist/fonts/type1/public/cbfonts/gsxi2986.pfb + texmf-dist/fonts/type1/public/cbfonts/gsxi3583.pfb + texmf-dist/fonts/type1/public/cbfonts/gsxn0500.pfb + texmf-dist/fonts/type1/public/cbfonts/gsxn0600.pfb + texmf-dist/fonts/type1/public/cbfonts/gsxn0700.pfb + texmf-dist/fonts/type1/public/cbfonts/gsxn0800.pfb + texmf-dist/fonts/type1/public/cbfonts/gsxn0900.pfb + texmf-dist/fonts/type1/public/cbfonts/gsxn1000.pfb + texmf-dist/fonts/type1/public/cbfonts/gsxn1095.pfb + texmf-dist/fonts/type1/public/cbfonts/gsxn1200.pfb + texmf-dist/fonts/type1/public/cbfonts/gsxn1440.pfb + texmf-dist/fonts/type1/public/cbfonts/gsxn1728.pfb + texmf-dist/fonts/type1/public/cbfonts/gsxn2074.pfb + texmf-dist/fonts/type1/public/cbfonts/gsxn2488.pfb + texmf-dist/fonts/type1/public/cbfonts/gsxn2986.pfb + texmf-dist/fonts/type1/public/cbfonts/gsxn3583.pfb + texmf-dist/fonts/type1/public/cbfonts/gsxo0500.pfb + texmf-dist/fonts/type1/public/cbfonts/gsxo0600.pfb + texmf-dist/fonts/type1/public/cbfonts/gsxo0700.pfb + texmf-dist/fonts/type1/public/cbfonts/gsxo0800.pfb + texmf-dist/fonts/type1/public/cbfonts/gsxo0900.pfb + texmf-dist/fonts/type1/public/cbfonts/gsxo1000.pfb + texmf-dist/fonts/type1/public/cbfonts/gsxo1095.pfb + texmf-dist/fonts/type1/public/cbfonts/gsxo1200.pfb + texmf-dist/fonts/type1/public/cbfonts/gsxo1440.pfb + texmf-dist/fonts/type1/public/cbfonts/gsxo1728.pfb + texmf-dist/fonts/type1/public/cbfonts/gsxo2074.pfb + texmf-dist/fonts/type1/public/cbfonts/gsxo2488.pfb + texmf-dist/fonts/type1/public/cbfonts/gsxo2986.pfb + texmf-dist/fonts/type1/public/cbfonts/gsxo3583.pfb + texmf-dist/fonts/type1/public/cbfonts/gsxu0500.pfb + texmf-dist/fonts/type1/public/cbfonts/gsxu0600.pfb + texmf-dist/fonts/type1/public/cbfonts/gsxu0700.pfb + texmf-dist/fonts/type1/public/cbfonts/gsxu0800.pfb + texmf-dist/fonts/type1/public/cbfonts/gsxu0900.pfb + texmf-dist/fonts/type1/public/cbfonts/gsxu1000.pfb + texmf-dist/fonts/type1/public/cbfonts/gsxu1095.pfb + texmf-dist/fonts/type1/public/cbfonts/gsxu1200.pfb + texmf-dist/fonts/type1/public/cbfonts/gsxu1440.pfb + texmf-dist/fonts/type1/public/cbfonts/gsxu1728.pfb + texmf-dist/fonts/type1/public/cbfonts/gsxu2074.pfb + texmf-dist/fonts/type1/public/cbfonts/gsxu2488.pfb + texmf-dist/fonts/type1/public/cbfonts/gsxu2986.pfb + texmf-dist/fonts/type1/public/cbfonts/gsxu3583.pfb + texmf-dist/fonts/type1/public/cbfonts/gttc0500.pfb + texmf-dist/fonts/type1/public/cbfonts/gttc0600.pfb + texmf-dist/fonts/type1/public/cbfonts/gttc0700.pfb + texmf-dist/fonts/type1/public/cbfonts/gttc0800.pfb + texmf-dist/fonts/type1/public/cbfonts/gttc0900.pfb + texmf-dist/fonts/type1/public/cbfonts/gttc1000.pfb + texmf-dist/fonts/type1/public/cbfonts/gttc1095.pfb + texmf-dist/fonts/type1/public/cbfonts/gttc1200.pfb + texmf-dist/fonts/type1/public/cbfonts/gttc1440.pfb + texmf-dist/fonts/type1/public/cbfonts/gttc1728.pfb + texmf-dist/fonts/type1/public/cbfonts/gttc2074.pfb + texmf-dist/fonts/type1/public/cbfonts/gttc2488.pfb + texmf-dist/fonts/type1/public/cbfonts/gttc2986.pfb + texmf-dist/fonts/type1/public/cbfonts/gttc3583.pfb + texmf-dist/fonts/type1/public/cbfonts/gtti0500.pfb + texmf-dist/fonts/type1/public/cbfonts/gtti0600.pfb + texmf-dist/fonts/type1/public/cbfonts/gtti0700.pfb + texmf-dist/fonts/type1/public/cbfonts/gtti0800.pfb + texmf-dist/fonts/type1/public/cbfonts/gtti0900.pfb + texmf-dist/fonts/type1/public/cbfonts/gtti1000.pfb + texmf-dist/fonts/type1/public/cbfonts/gtti1095.pfb + texmf-dist/fonts/type1/public/cbfonts/gtti1200.pfb + texmf-dist/fonts/type1/public/cbfonts/gtti1440.pfb + texmf-dist/fonts/type1/public/cbfonts/gtti1728.pfb + texmf-dist/fonts/type1/public/cbfonts/gtti2074.pfb + texmf-dist/fonts/type1/public/cbfonts/gtti2488.pfb + texmf-dist/fonts/type1/public/cbfonts/gtti2986.pfb + texmf-dist/fonts/type1/public/cbfonts/gtti3583.pfb + texmf-dist/fonts/type1/public/cbfonts/gttn0500.pfb + texmf-dist/fonts/type1/public/cbfonts/gttn0600.pfb + texmf-dist/fonts/type1/public/cbfonts/gttn0700.pfb + texmf-dist/fonts/type1/public/cbfonts/gttn0800.pfb + texmf-dist/fonts/type1/public/cbfonts/gttn0900.pfb + texmf-dist/fonts/type1/public/cbfonts/gttn1000.pfb + texmf-dist/fonts/type1/public/cbfonts/gttn1095.pfb + texmf-dist/fonts/type1/public/cbfonts/gttn1200.pfb + texmf-dist/fonts/type1/public/cbfonts/gttn1440.pfb + texmf-dist/fonts/type1/public/cbfonts/gttn1728.pfb + texmf-dist/fonts/type1/public/cbfonts/gttn2074.pfb + texmf-dist/fonts/type1/public/cbfonts/gttn2488.pfb + texmf-dist/fonts/type1/public/cbfonts/gttn2986.pfb + texmf-dist/fonts/type1/public/cbfonts/gttn3583.pfb + texmf-dist/fonts/type1/public/cbfonts/gtto0500.pfb + texmf-dist/fonts/type1/public/cbfonts/gtto0600.pfb + texmf-dist/fonts/type1/public/cbfonts/gtto0700.pfb + texmf-dist/fonts/type1/public/cbfonts/gtto0800.pfb + texmf-dist/fonts/type1/public/cbfonts/gtto0900.pfb + texmf-dist/fonts/type1/public/cbfonts/gtto1000.pfb + texmf-dist/fonts/type1/public/cbfonts/gtto1095.pfb + texmf-dist/fonts/type1/public/cbfonts/gtto1200.pfb + texmf-dist/fonts/type1/public/cbfonts/gtto1440.pfb + texmf-dist/fonts/type1/public/cbfonts/gtto1728.pfb + texmf-dist/fonts/type1/public/cbfonts/gtto2074.pfb + texmf-dist/fonts/type1/public/cbfonts/gtto2488.pfb + texmf-dist/fonts/type1/public/cbfonts/gtto2986.pfb + texmf-dist/fonts/type1/public/cbfonts/gtto3583.pfb + texmf-dist/fonts/type1/public/cbfonts/gttu0500.pfb + texmf-dist/fonts/type1/public/cbfonts/gttu0600.pfb + texmf-dist/fonts/type1/public/cbfonts/gttu0700.pfb + texmf-dist/fonts/type1/public/cbfonts/gttu0800.pfb + texmf-dist/fonts/type1/public/cbfonts/gttu0900.pfb + texmf-dist/fonts/type1/public/cbfonts/gttu1000.pfb + texmf-dist/fonts/type1/public/cbfonts/gttu1095.pfb + texmf-dist/fonts/type1/public/cbfonts/gttu1200.pfb + texmf-dist/fonts/type1/public/cbfonts/gttu1440.pfb + texmf-dist/fonts/type1/public/cbfonts/gttu1728.pfb + texmf-dist/fonts/type1/public/cbfonts/gttu2074.pfb + texmf-dist/fonts/type1/public/cbfonts/gttu2488.pfb + texmf-dist/fonts/type1/public/cbfonts/gttu2986.pfb + texmf-dist/fonts/type1/public/cbfonts/gttu3583.pfb + texmf-dist/tex/latex/cbfonts/lgrcmr.fd + texmf-dist/tex/latex/cbfonts/lgrcmro.fd + texmf-dist/tex/latex/cbfonts/lgrcmss.fd + texmf-dist/tex/latex/cbfonts/lgrcmtt.fd + texmf-dist/tex/latex/cbfonts/lgrlcmss.fd + texmf-dist/tex/latex/cbfonts/lgrlcmtt.fd + texmf-dist/tex/latex/cbfonts/lgrlmr.fd + texmf-dist/tex/latex/cbfonts/lgrlmro.fd + texmf-dist/tex/latex/cbfonts/lgrlmss.fd + texmf-dist/tex/latex/cbfonts/lgrlmtt.fd +catalogue-ctan /fonts/greek/cbfonts +catalogue-date 2008-06-12 00:46:38 +0200 +catalogue-license lppl + +name cc-pl +category Package +revision 15878 +shortdesc Polish extension of Computer Concrete fonts. +longdesc These MetaFont sources rely on the availability of the MetaFont +longdesc 'Polish' fonts and of the MetaFont sources of the original +longdesc Concrete fonts. Adobe Type 1 versions of the fonts are +longdesc included. +execute addMixedMap ccpl.map +docfiles size=1 + texmf-dist/doc/fonts/cc-pl/README.cc-pl +runfiles size=150 + texmf-dist/fonts/map/dvips/cc-pl/ccpl.map + texmf-dist/fonts/source/public/cc-pl/fic_mic.mf + texmf-dist/fonts/source/public/cc-pl/pccsc10.mf + texmf-dist/fonts/source/public/cc-pl/pcmi10.mf + texmf-dist/fonts/source/public/cc-pl/pcr10.mf + texmf-dist/fonts/source/public/cc-pl/pcr5.mf + texmf-dist/fonts/source/public/cc-pl/pcr6.mf + texmf-dist/fonts/source/public/cc-pl/pcr7.mf + texmf-dist/fonts/source/public/cc-pl/pcr8.mf + texmf-dist/fonts/source/public/cc-pl/pcr9.mf + texmf-dist/fonts/source/public/cc-pl/pcsl10.mf + texmf-dist/fonts/source/public/cc-pl/pcslc9.mf + texmf-dist/fonts/source/public/cc-pl/pcti10.mf + texmf-dist/fonts/tfm/public/cc-pl/pccsc10.tfm + texmf-dist/fonts/tfm/public/cc-pl/pcmi10.tfm + texmf-dist/fonts/tfm/public/cc-pl/pcr10.tfm + texmf-dist/fonts/tfm/public/cc-pl/pcr5.tfm + texmf-dist/fonts/tfm/public/cc-pl/pcr6.tfm + texmf-dist/fonts/tfm/public/cc-pl/pcr7.tfm + texmf-dist/fonts/tfm/public/cc-pl/pcr8.tfm + texmf-dist/fonts/tfm/public/cc-pl/pcr9.tfm + texmf-dist/fonts/tfm/public/cc-pl/pcsl10.tfm + texmf-dist/fonts/tfm/public/cc-pl/pcslc9.tfm + texmf-dist/fonts/tfm/public/cc-pl/pcti10.tfm + texmf-dist/fonts/type1/public/cc-pl/pccsc10.pfb + texmf-dist/fonts/type1/public/cc-pl/pcmi10.pfb + texmf-dist/fonts/type1/public/cc-pl/pcr10.pfb + texmf-dist/fonts/type1/public/cc-pl/pcr5.pfb + texmf-dist/fonts/type1/public/cc-pl/pcr6.pfb + texmf-dist/fonts/type1/public/cc-pl/pcr7.pfb + texmf-dist/fonts/type1/public/cc-pl/pcr8.pfb + texmf-dist/fonts/type1/public/cc-pl/pcr9.pfb + texmf-dist/fonts/type1/public/cc-pl/pcsl10.pfb + texmf-dist/fonts/type1/public/cc-pl/pcslc9.pfb + texmf-dist/fonts/type1/public/cc-pl/pcti10.pfb +catalogue-ctan /fonts/cc-pl +catalogue-date 2009-09-24 20:53:04 +0200 +catalogue-license pd +catalogue-version 1.02.2 + +name ccaption +category Package +revision 15878 +shortdesc Continuation headings and legends for floats. +longdesc A package providing commands for 'continuation captions', +longdesc unnumbered captions, and also a non-specific legend heading for +longdesc any environment. Methods are also provided to define captions +longdesc for use outside float (e.g., figure and table) environments, +longdesc and to define new float environments and Lists of Floats. Tools +longdesc are provided for specifying your own captioning styles. +docfiles size=95 + texmf-dist/doc/latex/ccaption/README details="Readme" + texmf-dist/doc/latex/ccaption/ccaption.pdf details="Package documentation" +srcfiles size=37 + texmf-dist/source/latex/ccaption/ccaption.dtx + texmf-dist/source/latex/ccaption/ccaption.ins +runfiles size=6 + texmf-dist/tex/latex/ccaption/ccaption.sty +catalogue-ctan /macros/latex/contrib/ccaption +catalogue-date 2009-09-02 11:33:10 +0200 +catalogue-license lppl1.3 +catalogue-version 3.2b + +name ccfonts +category Package +revision 15878 +shortdesc Support for Concrete text and math fonts in LaTeX. +longdesc LaTeX font definition files for the Concrete fonts and a LaTeX +longdesc package for typesetting documents using Concrete as the default +longdesc font family. The files support OT1, T1, TS1, and Concrete +longdesc mathematics including AMS fonts (Ulrik Vieth's concmath). +docfiles size=2 + texmf-dist/doc/latex/ccfonts/readme details="Readme" +srcfiles size=6 + texmf-dist/source/latex/ccfonts/cc.fdd + texmf-dist/source/latex/ccfonts/ccfonts.dtx + texmf-dist/source/latex/ccfonts/ccfonts.ins +runfiles size=3 + texmf-dist/tex/latex/ccfonts/ccfonts.sty + texmf-dist/tex/latex/ccfonts/t1ccr.fd + texmf-dist/tex/latex/ccfonts/ts1ccr.fd +catalogue-ctan /macros/latex/contrib/ccfonts +catalogue-date 2006-12-31 16:08:10 +0100 +catalogue-license lppl +catalogue-version 1.1 + +name cchess +category Package +revision 15878 +shortdesc Chinese chess. +longdesc Macros and a font for typesetting Chinese Chess board diagrams. +longdesc The font is distributed as MetaFont source. +runfiles size=16 + texmf-dist/fonts/source/public/cchess/cchess46.mf + texmf-dist/fonts/source/public/cchess/ccpieces.mf + texmf-dist/fonts/tfm/public/cchess/cchess46.tfm + texmf-dist/tex/latex/cchess/cchess.sty +catalogue-ctan /macros/latex/contrib/cchess +catalogue-date 2008-10-20 09:54:48 +0200 +catalogue-license noinfo + +name cclicenses +category Package +revision 15878 +shortdesc Typeset Creative Commons licence logos. +longdesc The cclicenses package helps users typesetting Creative Commons +longdesc logos in LaTeX. It defines some commands useful to quickly +longdesc write these logos, related to CC licences versions 1.0 and 2.0. +docfiles size=25 + texmf-dist/doc/latex/cclicenses/README + texmf-dist/doc/latex/cclicenses/cclicenses_short.pdf +srcfiles size=4 + texmf-dist/source/latex/cclicenses/cclicenses.dtx + texmf-dist/source/latex/cclicenses/cclicenses.ins +runfiles size=2 + texmf-dist/tex/latex/cclicenses/cclicenses.sty +catalogue-ctan /macros/latex/contrib/cclicenses +catalogue-date 2008-08-17 13:56:26 +0200 +catalogue-license lppl + +name cd +category Package +revision 15878 +shortdesc Typeset CD covers. +longdesc Normal usage will ordinarily require no more than a simple data +longdesc file per cover; the package will make a full insert for a CD +longdesc case (it copes with both normal and slim cases). +docfiles size=35 + texmf-dist/doc/latex/cd/CD.tex + texmf-dist/doc/latex/cd/CDlist.tex + texmf-dist/doc/latex/cd/README details="Readme" + texmf-dist/doc/latex/cd/cd.pdf details="Package documentation" + texmf-dist/doc/latex/cd/example.dat + texmf-dist/doc/latex/cd/parsecd.rb + texmf-dist/doc/latex/cd/slimCD.tex + texmf-dist/doc/latex/cd/slimCDlist.tex +srcfiles size=10 + texmf-dist/source/latex/cd/cd.dtx + texmf-dist/source/latex/cd/cd.ins +runfiles size=5 + texmf-dist/tex/latex/cd/cd.cls +catalogue-ctan /macros/latex/contrib/cd +catalogue-date 2008-05-06 19:08:04 +0200 +catalogue-license gpl +catalogue-version 1.3 + +name cd-cover +category Package +revision 15878 +catalogue cdcover +shortdesc Typeset CD covers. +longdesc The CD-cover class will typeset front and back cover sheets for +longdesc CD jewel cases, or an entire paper cover, or a label for a +longdesc plastic slip-cover. +docfiles size=1 + texmf-dist/doc/latex/cd-cover/README +srcfiles size=12 + texmf-dist/source/latex/cd-cover/cd-cover.dtx + texmf-dist/source/latex/cd-cover/cd-cover.ins +runfiles size=5 + texmf-dist/tex/latex/cd-cover/cd-cover.cls + texmf-dist/tex/latex/cd-cover/cd-cover.sty +catalogue-ctan /macros/latex/contrib/cd-cover +catalogue-date 2006-12-31 16:08:10 +0100 +catalogue-license gpl +catalogue-version 1.0 + +name cdpbundl +category Package +revision 15878 +shortdesc Business letters in the Italian style. +longdesc The C.D.P. Bundle can be used to typeset high-quality business +longdesc letters formatted according to Italian style conventions. It is +longdesc highly configurable, and its modular structure provides you +longdesc with building blocks of increasing level, by means of which you +longdesc can compose a large variety of letters. It is also possible to +longdesc write letters divided into sections and paragraphs, to include +longdesc floating figures and tables, and to have the relevant indexes +longdesc compiled automatically. A single input file can contain several +longdesc letters, and each letter will have its own table of contents, +longdesc etc., independant from the other ones. +docfiles size=171 + texmf-dist/doc/latex/cdpbundl/00readme.txt details="Basic introduction" + texmf-dist/doc/latex/cdpbundl/README details="Readme" + texmf-dist/doc/latex/cdpbundl/manifest.txt + texmf-dist/doc/latex/cdpbundl/overview.pdf details="Package overview" +srcfiles size=60 + texmf-dist/source/latex/cdpbundl/cdpbundl.dtx + texmf-dist/source/latex/cdpbundl/cdpbundl.ins +runfiles size=27 + texmf-dist/tex/latex/cdpbundl/adiseal.sty + texmf-dist/tex/latex/cdpbundl/articoletteracdp.cls + texmf-dist/tex/latex/cdpbundl/cdpaddon.sty + texmf-dist/tex/latex/cdpbundl/cdpshues-example.def + texmf-dist/tex/latex/cdpbundl/cdpshues.cfg + texmf-dist/tex/latex/cdpbundl/epson-stylus-740.def + texmf-dist/tex/latex/cdpbundl/hp-laserjet-4500.def + texmf-dist/tex/latex/cdpbundl/lettcdpadi.cls + texmf-dist/tex/latex/cdpbundl/letteracdp.cls +catalogue-ctan /macros/latex/contrib/cdpbundl +catalogue-date 2007-01-31 23:04:11 +0100 +catalogue-license lppl +catalogue-version 0.34 + +name cell +category Package +revision 15878 +shortdesc Bibliography style for Cell. +longdesc This is an apa-like style, developed from the same author's JMB +longdesc style. A supporting LaTeX package is also provided. +docfiles size=1 + texmf-dist/doc/latex/cell/README details="Readme" +runfiles size=10 + texmf-dist/bibtex/bst/cell/cell.bst + texmf-dist/tex/latex/cell/cell.sty +catalogue-ctan /macros/latex/contrib/cell +catalogue-date 2009-07-27 15:38:22 +0200 +catalogue-license other-free +catalogue-version 1.28/2.03 + +name cellspace +category Package +revision 15878 +shortdesc Ensure minimal spacing of table cells. +longdesc It is well known that high or deep cells tend to touch the +longdesc \hlines of a tabular. This package provides a modifier S acting +longdesc on usual column types so that to ensure a minimal distance that +longdesc can be controlled through two parameters \cellspacetoplimit and +longdesc \cellspacebottomlimit. The approach employed by this package is +longdesc noticeably simpler than that of tabls, which considers the +longdesc dimensions of each entire row; whereas you can ask the +longdesc cellspace only to look at the cells of potentially difficult +longdesc columns. +docfiles size=90 + texmf-dist/doc/latex/cellspace/README details="Readme" + texmf-dist/doc/latex/cellspace/cellspace.pdf details="Package documentation" + texmf-dist/doc/latex/cellspace/cellspace.tex +runfiles size=2 + texmf-dist/tex/latex/cellspace/cellspace.sty +catalogue-ctan /macros/latex/contrib/cellspace +catalogue-date 2009-08-03 16:22:07 +0200 +catalogue-license lppl +catalogue-version 1.6 + +name changebar +category Package +revision 15878 +shortdesc Generate changebars in LaTeX documents. +longdesc Identify areas of text to be marked with changebars with the +longdesc \cbstart and \cbend commands; the bars may be coloured. The +longdesc package uses 'drivers' to place the bars; the available drivers +longdesc can work with dvitoln03, dvitops, dvips, the emTeX and TeXtures +longdesc DVI drivers, and VTeX and PDFTeX. +docfiles size=185 + texmf-dist/doc/latex/changebar/00readme.txt details="Readme" + texmf-dist/doc/latex/changebar/catalog.txt + texmf-dist/doc/latex/changebar/cbtest1-ltx.pdf + texmf-dist/doc/latex/changebar/cbtest1-pdf.pdf + texmf-dist/doc/latex/changebar/cbtest1.tex + texmf-dist/doc/latex/changebar/cbtest2-ltx.pdf + texmf-dist/doc/latex/changebar/cbtest2-pdf.pdf + texmf-dist/doc/latex/changebar/cbtest2.tex + texmf-dist/doc/latex/changebar/changebar.bug + texmf-dist/doc/latex/changebar/changebar.pdf details="Package documentation" + texmf-dist/doc/latex/changebar/chbar.1 + texmf-dist/doc/latex/changebar/chbar.sh + texmf-dist/doc/latex/changebar/manifest.txt +srcfiles size=29 + texmf-dist/source/latex/changebar/changebar.dtx + texmf-dist/source/latex/changebar/changebar.ins +runfiles size=8 + texmf-dist/tex/latex/changebar/changebar.sty +catalogue-ctan /macros/latex/contrib/changebar +catalogue-date 2009-09-24 20:53:04 +0200 +catalogue-license lppl +catalogue-version 3.5c + +name changelayout +category Package +revision 15878 +shortdesc Change the layout of individual pages and their text. +longdesc The package is an extension of the changepage package to permit +longdesc the user to change the layout of individual pages and their +longdesc texts. +docfiles size=19 + texmf-dist/doc/latex/changelayout/README details="Readme" + texmf-dist/doc/latex/changelayout/changelayout-guide.pdf details="Package example (see code for details)" + texmf-dist/doc/latex/changelayout/changelayout-guide.tex +runfiles size=5 + texmf-dist/tex/latex/changelayout/changelayout.sty +catalogue-ctan /macros/latex/contrib/changelayout +catalogue-date 2009-10-15 19:04:33 +0200 +catalogue-license lppl +catalogue-version 1.0 + +name changepage +category Package +revision 15878 +shortdesc Margin adjustment and detection of odd/even pages. +longdesc The package provides commands to change the page layout in the +longdesc middle of a document, and to robustly check for typesetting on +longdesc odd or even pages. Instructions for use are at the end of the +longdesc file. The package is an extraction of code from the memoir +longdesc class, whose user interface it shares. It is intended the this +longdesc package will eventually replace the chngpage package, which is +longdesc distributed with the package. +docfiles size=87 + texmf-dist/doc/latex/changepage/README details="Readme" + texmf-dist/doc/latex/changepage/changepage.pdf details="Package documentation" +srcfiles size=6 + texmf-dist/source/latex/changepage/changepage.ins + texmf-dist/source/latex/changepage/changepage.tex +runfiles size=4 + texmf-dist/tex/latex/changepage/changepage.sty + texmf-dist/tex/latex/changepage/chngpage.sty +catalogue-ctan /macros/latex/contrib/changepage +catalogue-date 2009-10-30 12:25:03 +0100 +catalogue-license lppl1.3 +catalogue-version 1.0c + +name changes +category Package +revision 15878 +shortdesc Manual change markup. +longdesc The changes-package allows the user to manually markup changes +longdesc of text, such as additions, deletions, or replacements. Changed +longdesc text is shown in a different colour; deleted text is crossed +longdesc out. The package allows free defining of additional authors and +longdesc their associated colour. It also allows you to define a markup +longdesc for authors or annotations. +docfiles size=135 + texmf-dist/doc/latex/changes/README details="Readme" + texmf-dist/doc/latex/changes/changes.example1.tex + texmf-dist/doc/latex/changes/changes.example2.tex + texmf-dist/doc/latex/changes/changes.example3.tex + texmf-dist/doc/latex/changes/changes.pdf details="Package documentation" language="de" + texmf-dist/doc/latex/changes/changes_eng.pdf details="Package documentation" language="en" +srcfiles size=12 + texmf-dist/source/latex/changes/changes.dtx + texmf-dist/source/latex/changes/changes.ins +runfiles size=3 + texmf-dist/tex/latex/changes/changes.sty +catalogue-ctan /macros/latex/contrib/changes +catalogue-date 2008-08-17 13:56:26 +0200 +catalogue-license lppl +catalogue-version 0.5.2 + +name chappg +category Package +revision 15878 +shortdesc Page numbering by chapter. +longdesc The package provides for 'chapterno-pageno' or 'chaptername- +longdesc pageno' page numbering. Provision is made for front- and +longdesc backmatter in book class. +docfiles size=51 + texmf-dist/doc/latex/chappg/chappg.pdf details="Package documentation" +srcfiles size=6 + texmf-dist/source/latex/chappg/chappg.dtx + texmf-dist/source/latex/chappg/chappg.ins +runfiles size=1 + texmf-dist/tex/latex/chappg/chappg.sty +catalogue-ctan /macros/latex/contrib/chappg +catalogue-date 2009-05-30 13:37:26 +0200 +catalogue-license lppl +catalogue-version 2.1b + +name chapterfolder +category Package +revision 15878 +shortdesc Package for working with complicated folder structures. +longdesc This package simplifies working with folder structures that +longdesc match the chapter/section/subsection structure. It provides +longdesc macros to define a folder that contains the file for a +longdesc chapter/section/subsection, and provides macros that allow +longdesc inclusion without using the full path, rather the path relative +longdesc to the current folder of the chapter/section/subsection. It +longdesc makes easy changing the name of a folder, for example. +docfiles size=49 + texmf-dist/doc/latex/chapterfolder/chapterfolder.pdf details="Package documentation" +srcfiles size=5 + texmf-dist/source/latex/chapterfolder/chapterfolder.dtx + texmf-dist/source/latex/chapterfolder/chapterfolder.ins +runfiles size=2 + texmf-dist/tex/latex/chapterfolder/chapterfolder.sty +catalogue-ctan /macros/latex/contrib/chapterfolder +catalogue-date 2008-02-29 20:00:41 +0100 +catalogue-license lppl +catalogue-version 2.0.1 + +name charter +category Package +revision 15878 +shortdesc Charter fonts. +longdesc A commercial text font donated for the common good. Support for +longdesc use with LaTeX is available in freenfss, part of psnfss. +docfiles size=1 + texmf-dist/doc/fonts/charter/readme.charter details="Readme" +runfiles size=127 + texmf-dist/fonts/afm/bitstrea/charter/bchb8a.afm + texmf-dist/fonts/afm/bitstrea/charter/bchbi8a.afm + texmf-dist/fonts/afm/bitstrea/charter/bchr8a.afm + texmf-dist/fonts/afm/bitstrea/charter/bchri8a.afm + texmf-dist/fonts/tfm/bitstrea/charter/bchb7t.tfm + texmf-dist/fonts/tfm/bitstrea/charter/bchb8c.tfm + texmf-dist/fonts/tfm/bitstrea/charter/bchb8r.tfm + texmf-dist/fonts/tfm/bitstrea/charter/bchb8t.tfm + texmf-dist/fonts/tfm/bitstrea/charter/bchbc7t.tfm + texmf-dist/fonts/tfm/bitstrea/charter/bchbc8t.tfm + texmf-dist/fonts/tfm/bitstrea/charter/bchbi7t.tfm + texmf-dist/fonts/tfm/bitstrea/charter/bchbi8c.tfm + texmf-dist/fonts/tfm/bitstrea/charter/bchbi8r.tfm + texmf-dist/fonts/tfm/bitstrea/charter/bchbi8t.tfm + texmf-dist/fonts/tfm/bitstrea/charter/bchbo7t.tfm + texmf-dist/fonts/tfm/bitstrea/charter/bchbo8c.tfm + texmf-dist/fonts/tfm/bitstrea/charter/bchbo8r.tfm + texmf-dist/fonts/tfm/bitstrea/charter/bchbo8t.tfm + texmf-dist/fonts/tfm/bitstrea/charter/bchr7t.tfm + texmf-dist/fonts/tfm/bitstrea/charter/bchr8c.tfm + texmf-dist/fonts/tfm/bitstrea/charter/bchr8r.tfm + texmf-dist/fonts/tfm/bitstrea/charter/bchr8t.tfm + texmf-dist/fonts/tfm/bitstrea/charter/bchrc7t.tfm + texmf-dist/fonts/tfm/bitstrea/charter/bchrc8t.tfm + texmf-dist/fonts/tfm/bitstrea/charter/bchri7t.tfm + texmf-dist/fonts/tfm/bitstrea/charter/bchri8c.tfm + texmf-dist/fonts/tfm/bitstrea/charter/bchri8r.tfm + texmf-dist/fonts/tfm/bitstrea/charter/bchri8t.tfm + texmf-dist/fonts/tfm/bitstrea/charter/bchro7t.tfm + texmf-dist/fonts/tfm/bitstrea/charter/bchro8c.tfm + texmf-dist/fonts/tfm/bitstrea/charter/bchro8r.tfm + texmf-dist/fonts/tfm/bitstrea/charter/bchro8t.tfm + texmf-dist/fonts/type1/bitstrea/charter/bchb8a.pfb + texmf-dist/fonts/type1/bitstrea/charter/bchbi8a.pfb + texmf-dist/fonts/type1/bitstrea/charter/bchr8a.pfb + texmf-dist/fonts/type1/bitstrea/charter/bchri8a.pfb + texmf-dist/fonts/vf/bitstrea/charter/bchb7t.vf + texmf-dist/fonts/vf/bitstrea/charter/bchb8c.vf + texmf-dist/fonts/vf/bitstrea/charter/bchb8t.vf + texmf-dist/fonts/vf/bitstrea/charter/bchbc7t.vf + texmf-dist/fonts/vf/bitstrea/charter/bchbc8t.vf + texmf-dist/fonts/vf/bitstrea/charter/bchbi7t.vf + texmf-dist/fonts/vf/bitstrea/charter/bchbi8c.vf + texmf-dist/fonts/vf/bitstrea/charter/bchbi8t.vf + texmf-dist/fonts/vf/bitstrea/charter/bchbo7t.vf + texmf-dist/fonts/vf/bitstrea/charter/bchbo8c.vf + texmf-dist/fonts/vf/bitstrea/charter/bchbo8t.vf + texmf-dist/fonts/vf/bitstrea/charter/bchr7t.vf + texmf-dist/fonts/vf/bitstrea/charter/bchr8c.vf + texmf-dist/fonts/vf/bitstrea/charter/bchr8t.vf + texmf-dist/fonts/vf/bitstrea/charter/bchrc7t.vf + texmf-dist/fonts/vf/bitstrea/charter/bchrc8t.vf + texmf-dist/fonts/vf/bitstrea/charter/bchri7t.vf + texmf-dist/fonts/vf/bitstrea/charter/bchri8c.vf + texmf-dist/fonts/vf/bitstrea/charter/bchri8t.vf + texmf-dist/fonts/vf/bitstrea/charter/bchro7t.vf + texmf-dist/fonts/vf/bitstrea/charter/bchro8c.vf + texmf-dist/fonts/vf/bitstrea/charter/bchro8t.vf +catalogue-ctan /fonts/charter +catalogue-date 2009-05-23 20:19:02 +0200 +catalogue-license other-free + +name chem-journal +category Package +revision 15878 +shortdesc Various BibTeX formats for journals in Chemistry. +longdesc Various BibTeX formats for journals in Chemistry, including +longdesc Reviews in Computational Chemistry, Journal of Physical +longdesc Chemistry, Journal of Computational Chemistry, and Physical +longdesc Chemistry Chemical Physics. +runfiles size=20 + texmf-dist/bibtex/bst/chem-journal/jcc.bst + texmf-dist/bibtex/bst/chem-journal/jpc.bst + texmf-dist/bibtex/bst/chem-journal/pccp.bst + texmf-dist/bibtex/bst/chem-journal/revcompchem.bst +catalogue-ctan /biblio/bibtex/contrib/chem-journal +catalogue-date 2007-01-01 10:31:54 +0100 +catalogue-license gpl + +name chemarrow +category Package +revision 15878 +shortdesc Arrows for use in chemistry. +longdesc This bundle consists of a font (available as metafont source, +longdesc metapost source, and generated type 1 versions), and a package +longdesc to use it. The arrows in the font are designed to look more +longdesc like those in chemistry text-books than do Knuth's originals. +execute addMap chemarrow.map +docfiles size=6 + texmf-dist/doc/fonts/chemarrow/Liesmich.txt details="Package Liesmich" language="de" + texmf-dist/doc/fonts/chemarrow/Readme.txt + texmf-dist/doc/fonts/chemarrow/testchem.dvi + texmf-dist/doc/fonts/chemarrow/testchem.tex +runfiles size=11 + texmf-dist/fonts/afm/public/chemarrow/arrow.afm + texmf-dist/fonts/map/dvips/chemarrow/chemarrow.map + texmf-dist/fonts/source/public/chemarrow/arrow.mf + texmf-dist/fonts/tfm/public/chemarrow/arrow.tfm + texmf-dist/fonts/type1/public/chemarrow/Arrow.vfb + texmf-dist/fonts/type1/public/chemarrow/arrow.inf + texmf-dist/fonts/type1/public/chemarrow/arrow.pfb + texmf-dist/fonts/type1/public/chemarrow/arrow.pfm + texmf-dist/tex/latex/chemarrow/chemarrow.sty +catalogue-ctan /macros/latex/contrib/chemarrow +catalogue-date 2008-11-12 09:35:47 +0100 +catalogue-license pd +catalogue-version 0.9 + +name chembst +category Package +revision 15878 +shortdesc A collection of BibTeX files for chemistry journals. +longdesc The package offers a collection of advanced BibTeX style files +longdesc suitable for publications in chemistry journals. Currently, +longdesc style files for journals published by the American Chemical +longdesc Society, Wiley-VCH and The Royal Society of Chemistry are +longdesc available. The style files support advanced features such as +longdesc automatic formatting of errata or creating an appropriate entry +longdesc for publications in Angewandte Chemie where both English and +longdesc German should be cited simultaneously. +docfiles size=60 + texmf-dist/doc/latex/chembst/README details="Readme" + texmf-dist/doc/latex/chembst/chembst.pdf details="Package documentation" +srcfiles size=21 + texmf-dist/source/latex/chembst/chembst.dtx + texmf-dist/source/latex/chembst/chembst.ins +runfiles size=48 + texmf-dist/bibtex/bst/chembst/ChemCommun.bst + texmf-dist/bibtex/bst/chembst/ChemEurJ.bst + texmf-dist/bibtex/bst/chembst/InorgChem.bst + texmf-dist/bibtex/bst/chembst/JAmChemSoc.bst + texmf-dist/bibtex/bst/chembst/JAmChemSoc_all.bst + texmf-dist/bibtex/bst/chembst/cv.bst +catalogue-ctan /biblio/bibtex/contrib/chembst +catalogue-date 2008-09-20 13:36:26 +0200 +catalogue-license lppl +catalogue-version 0.2.5 + +name chemcompounds +category Package +revision 15878 +shortdesc Simple consecutive numbering of chemical compounds. +longdesc The chemcompounds package allows for a simple consecutive +longdesc numbering of chemical compounds. Optionally, it is possible to +longdesc supply a custom name for each compound. The package differs +longdesc from the chemcono package by not generating an odd-looking list +longdesc of compounds inside the text. +docfiles size=33 + texmf-dist/doc/latex/chemcompounds/README + texmf-dist/doc/latex/chemcompounds/chemcompounds.pdf +srcfiles size=8 + texmf-dist/source/latex/chemcompounds/chemcompounds.dtx + texmf-dist/source/latex/chemcompounds/chemcompounds.ins +runfiles size=2 + texmf-dist/tex/latex/chemcompounds/chemcompounds.sty +catalogue-ctan /macros/latex/contrib/chemcompounds +catalogue-date 2007-03-05 14:17:42 +0100 +catalogue-license lppl + +name chemcono +category Package +revision 15878 +shortdesc Support for compound numbers in chemistry documents. +longdesc A LaTeX package for using compound numbers in chemistry +longdesc documents. It works like \cite and the \thebibliography, using +longdesc \fcite and \theffbibliography instead. It allows compound names +longdesc in documents to be numbered and does not affect the normal +longdesc citation routines. +docfiles size=5 + texmf-dist/doc/latex/chemcono/example.dvi + texmf-dist/doc/latex/chemcono/example.tex +runfiles size=7 + texmf-dist/tex/latex/chemcono/chemcono.sty + texmf-dist/tex/latex/chemcono/drftcono.sty + texmf-dist/tex/latex/chemcono/showkeysff.sty +catalogue-ctan /macros/latex/contrib/chemcono +catalogue-date 2006-12-07 15:13:33 +0100 +catalogue-license lppl +catalogue-version 1.3 + +name chemstyle +category Package +revision 15878 +shortdesc Writing chemistry with style. +longdesc Chemstyle has been developed as a successor to the LaTeX +longdesc package provided by the rsc bundle. The package provides an +longdesc extensible system for formatting chemistry documents according +longdesc to the conventions of a number of leading journals. It also +longdesc provides some handy chemistry-related macros. Chemstyle is much +longdesc enhanced compared to its predecessor, and users of rsc are +longdesc strongly encouraged to migrate (all of the additional macros in +longdesc the rsc LaTeX package are present in chemstyle). The package +longdesc chemscheme is distributed with chemstyle; chemstyle itself +longdesc incorporates ideas that come from the trivfloat package; the +longdesc documentation uses the auto-pst-pdf package. +docfiles size=76 + texmf-dist/doc/latex/chemstyle/README details="Readme" + texmf-dist/doc/latex/chemstyle/chemstyle-demo.tex + texmf-dist/doc/latex/chemstyle/chemstyle.pdf details="Package documentation" +srcfiles size=26 + texmf-dist/source/latex/chemstyle/chemscheme.cdx + texmf-dist/source/latex/chemstyle/chemstyle.dtx + texmf-dist/source/latex/chemstyle/chemstyle.ins +runfiles size=14 + texmf-dist/tex/latex/chemstyle/chemscheme.sty + texmf-dist/tex/latex/chemstyle/chemstyle.sty + texmf-dist/tex/latex/chemstyle/config/angew.chemstyle.cfg + texmf-dist/tex/latex/chemstyle/config/ic.chemstyle.cfg + texmf-dist/tex/latex/chemstyle/config/jacs.chemstyle.cfg + texmf-dist/tex/latex/chemstyle/config/jomc.chemstyle.cfg + texmf-dist/tex/latex/chemstyle/config/orglett.chemstyle.cfg + texmf-dist/tex/latex/chemstyle/config/rsc.chemstyle.cfg + texmf-dist/tex/latex/chemstyle/config/tetlett.chemstyle.cfg +catalogue-ctan /macros/latex/contrib/chemstyle +catalogue-date 2009-10-29 21:59:37 +0100 +catalogue-license gpl +catalogue-version 2.0b + +name cherokee +category Package +revision 15878 +shortdesc A font for the Cherokee script. +longdesc The Cherokee script was designed in 1821 by Segwoya. The +longdesc alphabet is essentially syllabic, only 6 characters (a e i o s +longdesc u) correspond to Roman letters: the font encodes these to the +longdesc corresponding roman letter. The remaining 79 characters have +longdesc been arbitrarily encoded in the range 38-122; the cherokee +longdesc package provides commands that map each such syllable to the +longdesc appropriate character; for example, Segwoya himself would be +longdesc represented \Cse\Cgwo\Cya. +runfiles size=8 + texmf-dist/fonts/source/public/cherokee/cherokee.mf + texmf-dist/fonts/tfm/public/cherokee/cherokee.tfm + texmf-dist/tex/latex/cherokee/cherokee.sty +catalogue-ctan /fonts/cherokee +catalogue-date 2008-12-25 20:17:19 +0100 +catalogue-license noinfo + +name chess +category Package +revision 15878 +shortdesc Fonts for typesetting chess boards. +longdesc The original (and now somewhat dated) TeX chess font package. +longdesc Potential users should consider skak (for alternative fonts, +longdesc and notation support), texmate (for alternative notation +longdesc support), or chessfss (for flexible font choices). +runfiles size=37 + texmf-dist/fonts/source/public/chess/chess10.mf + texmf-dist/fonts/source/public/chess/chess20.mf + texmf-dist/fonts/source/public/chess/chess30.mf + texmf-dist/fonts/source/public/chess/chessbase.mf + texmf-dist/fonts/source/public/chess/chessdiag.mf + texmf-dist/fonts/source/public/chess/chessf10.mf + texmf-dist/fonts/source/public/chess/chessfig10.mf + texmf-dist/fonts/source/public/chess/chesspieces.mf + texmf-dist/fonts/source/public/chess/empty.mf + texmf-dist/tex/latex/chess/bdfchess.sty + texmf-dist/tex/latex/chess/chess.sty + texmf-dist/tex/latex/chess/chessboa.sty + texmf-dist/tex/latex/chess/chesskey.sty + texmf-dist/tex/latex/chess/chessmg.sty +catalogue-ctan /fonts/chess/chess +catalogue-date 2006-12-31 18:14:50 +0100 +catalogue-license pd +catalogue-version 1.2 + +name chess-problem-diagrams +category Package +revision 15878 +shortdesc A package for typesetting chess problem diagrams. +longdesc This package provides macros to typeset problem chess diagrams +longdesc including fairy chess problems (mostly using rotated images of +longdesc pieces) and other boards. +docfiles size=98 + texmf-dist/doc/latex/chess-problem-diagrams/README details="Readme" + texmf-dist/doc/latex/chess-problem-diagrams/diagram.pdf details="Package documentation" + texmf-dist/doc/latex/chess-problem-diagrams/fonts.zip +srcfiles size=22 + texmf-dist/source/latex/chess-problem-diagrams/diagram.dtx + texmf-dist/source/latex/chess-problem-diagrams/diagram.ins +runfiles size=13 + texmf-dist/tex/latex/chess-problem-diagrams/diagram.sty +catalogue-ctan /macros/latex/contrib/chess-problem-diagrams +catalogue-date 2008-11-21 22:15:55 +0100 +catalogue-license other-free +catalogue-version 1.5 + +name chessboard +category Package +revision 15878 +shortdesc Print chess boards. +longdesc This package offers commands to print chessboards. It can print +longdesc partial boards, hide pieces and fields, color the boards and +longdesc put various marks on the board. It has a lot of options to +longdesc place pieces on the board. Using exotic pieces (e.g., for fairy +longdesc chess) is possible. The documentation includes an example of an +longdesc animated chessboard, for those whose PDF viewer can display +longdesc animations. +docfiles size=2 + texmf-dist/doc/latex/chessboard/README details="Readme" + texmf-dist/doc/latex/chessboard/README.TEXLIVE +srcfiles size=48 + texmf-dist/source/latex/chessboard/chessboard-src.dtx + texmf-dist/source/latex/chessboard/chessboard.ins +runfiles size=48 + texmf-dist/tex/latex/chessboard/chessboard-keys-main.sty + texmf-dist/tex/latex/chessboard/chessboard-keys-pgf.sty + texmf-dist/tex/latex/chessboard/chessboard-pgf.sty + texmf-dist/tex/latex/chessboard/chessboard.sty +catalogue-ctan /macros/latex/contrib/chessboard +catalogue-date 2008-08-17 13:56:26 +0200 +catalogue-license lppl +catalogue-version 1.5 + +name chessfss +category Package +revision 15878 +shortdesc A package to handle chess fonts. +longdesc This package offers commands to use and switch between chess +longdesc fonts. It uses the LaTeX font selection scheme (nfss). The +longdesc package doesn't parse, format and print PGN input like e.g. the +longdesc packages skak or texmate; the aim of the package is to offer +longdesc writers of chess packages a bundle of commands for fonts, so +longdesc that they don't have to implement all these commands for +longdesc themselves. A normal user can use the package to print e.g. +longdesc single chess symbols and simple diagrams. The documentation +longdesc contains also a section about installation of chess fonts. +docfiles size=2 + texmf-dist/doc/latex/chessfss/README details="Readme" + texmf-dist/doc/latex/chessfss/README.TEXLIVE +srcfiles size=25 + texmf-dist/source/latex/chessfss/chessfss-src.dtx + texmf-dist/source/latex/chessfss/chessfss.ins +runfiles size=47 + texmf-dist/fonts/enc/dvips/chessfss/chess-board-example-enc.enc + texmf-dist/fonts/enc/dvips/chessfss/chess-fig-example-enc.enc + texmf-dist/tex/latex/chessfss/chessfss.sty + texmf-dist/tex/latex/chessfss/lsb1enc.def + texmf-dist/tex/latex/chessfss/lsb1skak.fd + texmf-dist/tex/latex/chessfss/lsb1skaknew.fd + texmf-dist/tex/latex/chessfss/lsb2enc.def + texmf-dist/tex/latex/chessfss/lsb2skak.fd + texmf-dist/tex/latex/chessfss/lsb2skaknew.fd + texmf-dist/tex/latex/chessfss/lsb3enc.def + texmf-dist/tex/latex/chessfss/lsb3skak.fd + texmf-dist/tex/latex/chessfss/lsb3skaknew.fd + texmf-dist/tex/latex/chessfss/lsbc1enc.def + texmf-dist/tex/latex/chessfss/lsbc1skaknew.fd + texmf-dist/tex/latex/chessfss/lsbc2enc.def + texmf-dist/tex/latex/chessfss/lsbc2skaknew.fd + texmf-dist/tex/latex/chessfss/lsbc3enc.def + texmf-dist/tex/latex/chessfss/lsbc3skaknew.fd + texmf-dist/tex/latex/chessfss/lsbc4enc.def + texmf-dist/tex/latex/chessfss/lsbc4skaknew.fd + texmf-dist/tex/latex/chessfss/lsbc5enc.def + texmf-dist/tex/latex/chessfss/lsbc5skaknew.fd + texmf-dist/tex/latex/chessfss/lsbenc.def + texmf-dist/tex/latex/chessfss/lsbskak.fd + texmf-dist/tex/latex/chessfss/lsbskaknew.fd + texmf-dist/tex/latex/chessfss/lsfenc.def + texmf-dist/tex/latex/chessfss/lsfskak.fd + texmf-dist/tex/latex/chessfss/lsfskaknew.fd + texmf-dist/tex/latex/chessfss/lsienc.def + texmf-dist/tex/latex/chessfss/lsiskak.fd + texmf-dist/tex/latex/chessfss/lsiskaknew.fd +catalogue-ctan /macros/latex/contrib/chessfss +catalogue-date 2008-08-17 13:56:26 +0200 +catalogue-license lppl +catalogue-version 1.2a + +name chicago +category Package +revision 15878 +shortdesc A "Chicago" bibliography style. +longdesc Chicago is a BibTeX style that follows the "B" reference style +longdesc of the 13th Edition of the Chicago manual of style; a LaTeX +longdesc package (to LaTeX 2.09 conventions) is also provided. The style +longdesc was derived from the newapa style. +runfiles size=13 + texmf-dist/bibtex/bst/chicago/chicago.bst + texmf-dist/tex/latex/chicago/chicago.sty +catalogue-ctan /biblio/bibtex/contrib/chicago +catalogue-date 2008-12-25 20:17:19 +0100 +catalogue-license other-free + +name chicago-annote +category Package +revision 15878 +shortdesc Chicago-based annotated BibTeX style. +longdesc This is a revision of chicagoa.bst, using the commonly-used +longdesc annote field in place of the original's annotation. +docfiles size=1 + texmf-dist/doc/bibtex/chicago-annote/README +runfiles size=10 + texmf-dist/bibtex/bst/chicago-annote/chicago-annote.bst +catalogue-ctan /biblio/bibtex/contrib/chicago-annote/chicago-annote.bst +catalogue-date 2009-02-03 15:12:24 +0100 +catalogue-license lppl + +name chletter +category Package +revision 15878 +shortdesc Class for typesetting letters to Swiss rules. +longdesc A class for typesetting letters or small documents according to +longdesc the swiss rules. No assumption is made about the language used. +longdesc This class is based on the standard LaTeX classes and is mostly +longdesc 'source compatible' with the LaTeX letter class. +docfiles size=33 + texmf-dist/doc/latex/chletter/README details="Readme" + texmf-dist/doc/latex/chletter/chletterdoc.pdf details="Package documentation" + texmf-dist/doc/latex/chletter/sampleletter.ltx +srcfiles size=8 + texmf-dist/source/latex/chletter/chletter.dtx + texmf-dist/source/latex/chletter/chletter.ins +runfiles size=3 + texmf-dist/tex/latex/chletter/chletter.cls +catalogue-ctan /macros/latex/contrib/chletter +catalogue-date 2008-08-17 13:56:26 +0200 +catalogue-license lppl +catalogue-version 1.0 + +name chngcntr +category Package +revision 15878 +shortdesc Change the resetting of counters. +longdesc Defines commands \counterwithin (which sets up a counter to be +longdesc reset when another is incremented) and \counterwithout (which +longdesc unsets such a relationship). +runfiles size=1 + texmf-dist/tex/latex/chngcntr/chngcntr.sty +catalogue-ctan /macros/latex/contrib/misc/chngcntr.sty +catalogue-date 2009-09-02 11:33:10 +0200 +catalogue-license lppl +catalogue-version 1.0a + +name circ +category Package +revision 15878 +shortdesc Macros for typesetting circuit diagrams. +longdesc Several electrical symbols like resistor, capacitor, +longdesc transistors etc., are defined. The symbols can be connected +longdesc with wires. The package also contains an American resistor +longdesc symbol for those of us on that side of the Atlantic. The +longdesc package also has simple facilities for producing optics +longdesc diagrams; however, no-one would deny that the PSTricks pst- +longdesc optic package, or the MetaPost makecirc package does the job +longdesc better. +docfiles size=81 + texmf-dist/doc/latex/circ/COPYING + texmf-dist/doc/latex/circ/README details="Readme" + texmf-dist/doc/latex/circ/cidoc.tex + texmf-dist/doc/latex/circ/circ.pdf details="Package documentation" + texmf-dist/doc/latex/circ/circ.txt + texmf-dist/doc/latex/circ/cisyms.tex + texmf-dist/doc/latex/circ/index.hlp +srcfiles size=47 + texmf-dist/source/latex/circ/Makefile + texmf-dist/source/latex/circ/circ.drv + texmf-dist/source/latex/circ/circ.dtx + texmf-dist/source/latex/circ/circ.ins +runfiles size=43 + texmf-dist/fonts/source/public/circ/cibimos.mf + texmf-dist/fonts/source/public/circ/cicirc.mf + texmf-dist/fonts/source/public/circ/cidiod.mf + texmf-dist/fonts/source/public/circ/cioptic.mf + texmf-dist/fonts/source/public/circ/ciphysic.mf + texmf-dist/fonts/source/public/circ/cirest.mf + texmf-dist/fonts/source/public/circ/cisym.mf + texmf-dist/fonts/source/public/circ/ciwidko.mf + texmf-dist/fonts/source/public/circ/csym.mf + texmf-dist/fonts/source/public/circ/defcirc.mf + texmf-dist/fonts/tfm/public/circ/cioptic.tfm + texmf-dist/tex/latex/circ/basic.def + texmf-dist/tex/latex/circ/box.def + texmf-dist/tex/latex/circ/circ.sty + texmf-dist/tex/latex/circ/gate.def + texmf-dist/tex/latex/circ/ic.def + texmf-dist/tex/latex/circ/oldgate.def + texmf-dist/tex/latex/circ/optics.def + texmf-dist/tex/latex/circ/physics.def +catalogue-ctan /macros/generic/diagrams/circ +catalogue-date 2006-12-31 18:14:50 +0100 +catalogue-license gpl +catalogue-version 1.1 + +name circuitikz +category Package +revision 15878 +shortdesc Draw electrical networks with TikZ. +longdesc The package provides a set of macros for naturally typesetting +longdesc electrical and (somewhat less naturally, perhaps) electronic +longdesc networks. It is designed as a tool that is easy to use, with a +longdesc lean syntax, native to LaTeX, and directly supporting PDF +longdesc output format. So is based on the very impressive pgf/TikZ +longdesc package. +docfiles size=77 + texmf-dist/doc/latex/circuitikz/CHANGELOG + texmf-dist/doc/latex/circuitikz/README details="Readme" + texmf-dist/doc/latex/circuitikz/circuitikzmanual.pdf details="Package documentation" + texmf-dist/doc/latex/circuitikz/circuitikzmanual.tex +runfiles size=40 + texmf-dist/tex/latex/circuitikz/circuitikz.sty + texmf-dist/tex/latex/circuitikz/pgfcircbipoles.sty + texmf-dist/tex/latex/circuitikz/pgfcirccurrent.sty + texmf-dist/tex/latex/circuitikz/pgfcirclabel.sty + texmf-dist/tex/latex/circuitikz/pgfcircmath.sty + texmf-dist/tex/latex/circuitikz/pgfcircmonopoles.sty + texmf-dist/tex/latex/circuitikz/pgfcircquadpoles.sty + texmf-dist/tex/latex/circuitikz/pgfcircshapes.sty + texmf-dist/tex/latex/circuitikz/pgfcirctripoles.sty + texmf-dist/tex/latex/circuitikz/pgfcircutils.sty + texmf-dist/tex/latex/circuitikz/pgfcircvoltage.sty +catalogue-ctan /graphics/pgf/contrib/circuitikz +catalogue-date 2009-05-21 00:47:59 +0200 +catalogue-license lppl +catalogue-version 0.2.2 + +name cite +category Package +revision 15878 +shortdesc Improved citation handling in LaTeX. +longdesc The package supports compressed, sorted lists of numerical +longdesc citations, and also deals with various punctuation and other +longdesc issues of representation, including comprehensive management of +longdesc break points. The package is compatible with both hyperref and +longdesc backref. The package is (unsurprisingly) part of the cite +longdesc bundle of the author's citation-related packages. +docfiles size=1 + texmf-dist/doc/latex/cite/README +runfiles size=20 + texmf-dist/tex/latex/cite/chapterbib.sty + texmf-dist/tex/latex/cite/cite.sty + texmf-dist/tex/latex/cite/drftcite.sty + texmf-dist/tex/latex/cite/overcite.sty +catalogue-ctan /macros/latex/contrib/cite +catalogue-date 2009-09-13 19:06:19 +0200 +catalogue-license other-free +catalogue-version 5.2 + +name citeref +category Package +revision 15878 +shortdesc Add reference-page-list to bibliography-items. +longdesc The citeref package does its job without using the indexing +longdesc facilities, and needs no special \cite-replacement package. +runfiles size=1 + texmf-dist/tex/latex/citeref/citeref.sty +catalogue-ctan /macros/latex/contrib/citeref/citeref.sty +catalogue-date 2009-01-28 11:08:58 +0100 +catalogue-license noinfo + +name cjhebrew +category Package +revision 15878 +shortdesc Typeset Hebrew with LaTeX. +longdesc The cjhebrew package provides Adobe Type 1 fonts for Hebrew, +longdesc and LaTeX macros to support their use. Hebrew text can be +longdesc vocalised, and a few accents are also available. The package +longdesc makes it easy to include Hebrew text in other-language +longdesc documents. The package makes use of the e-TeX extensions to +longdesc TeX, so should be run using an "e-LaTeX". +execute addMap cjhebrew.map +docfiles size=29 + texmf-dist/doc/fonts/cjhebrew/cjhebtst.tex + texmf-dist/doc/fonts/cjhebrew/manual.pdf details="Package manual" +runfiles size=27 + texmf-dist/fonts/afm/public/cjhebrew/cjheblsm.afm + texmf-dist/fonts/afm/public/cjhebrew/cjhebltx.afm + texmf-dist/fonts/enc/dvips/cjhebrew/cjhebltx.enc + texmf-dist/fonts/map/dvips/cjhebrew/cjhebrew.map + texmf-dist/fonts/tfm/public/cjhebrew/cjhblsm.tfm + texmf-dist/fonts/tfm/public/cjhebrew/cjhbltx.tfm + texmf-dist/fonts/tfm/public/cjhebrew/cjheblsm.tfm + texmf-dist/fonts/tfm/public/cjhebrew/cjhebltx.tfm + texmf-dist/fonts/tfm/public/cjhebrew/rcjhblsm.tfm + texmf-dist/fonts/tfm/public/cjhebrew/rcjhbltx.tfm + texmf-dist/fonts/type1/public/cjhebrew/cjheblsm.pfb + texmf-dist/fonts/type1/public/cjhebrew/cjhebltx.pfb + texmf-dist/fonts/vf/public/cjhebrew/cjhblsm.vf + texmf-dist/fonts/vf/public/cjhebrew/cjhbltx.vf + texmf-dist/tex/latex/cjhebrew/cjhebrew.sty +catalogue-ctan /language/hebrew/cjhebrew +catalogue-date 2007-01-01 00:37:00 +0100 +catalogue-license lppl +catalogue-version 0.1a + +name cjk +category Package +revision 15878 +shortdesc CJK language support. +longdesc CJK is a macro package for LaTeX, providing simultaneous +longdesc support for various Asian scripts in many encodings (including +longdesc Unicode): - Chinese (both traditional and simplified), - +longdesc Japanese, - Korean and - Thai. A special add-on feature is an +longdesc interface to the Emacs editor (cjk-enc.el) which gives +longdesc simultaneous, easy-to-use support to a bunch of other scripts +longdesc in addition to the above: - Cyrillic, - Greek, - Latin-based +longdesc scripts, - Russian and - Vietnamese. +depend arphic +depend cns +depend garuda-c90 +depend norasi-c90 +depend thailatex +depend uhc +depend wadalab +docfiles size=748 + texmf-dist/doc/latex/cjk/ChangeLog + texmf-dist/doc/latex/cjk/MANIFEST + texmf-dist/doc/latex/cjk/Makefile + texmf-dist/doc/latex/cjk/README details="Readme file" + texmf-dist/doc/latex/cjk/TODO + texmf-dist/doc/latex/cjk/doc/CEF.txt + texmf-dist/doc/latex/cjk/doc/CJK.txt + texmf-dist/doc/latex/cjk/doc/CJKnumb.txt + texmf-dist/doc/latex/cjk/doc/CJKspace.txt + texmf-dist/doc/latex/cjk/doc/CJKutf8.txt + texmf-dist/doc/latex/cjk/doc/COPYING + texmf-dist/doc/latex/cjk/doc/INSTALL + texmf-dist/doc/latex/cjk/doc/TDS.txt + texmf-dist/doc/latex/cjk/doc/chinese/README details="Readme file" + texmf-dist/doc/latex/cjk/doc/chinese/READMEb5.tex + texmf-dist/doc/latex/cjk/doc/chinese/READMEgb.tex + texmf-dist/doc/latex/cjk/doc/chinese/emTeXb5.txt + texmf-dist/doc/latex/cjk/doc/chinese/teTeXb5.txt + texmf-dist/doc/latex/cjk/doc/cjk-enc.txt + texmf-dist/doc/latex/cjk/doc/cjk/README details="Readme file" + texmf-dist/doc/latex/cjk/doc/cjk/READMEb5.cjk + texmf-dist/doc/latex/cjk/doc/commands.txt + texmf-dist/doc/latex/cjk/doc/dvidrv.txt + texmf-dist/doc/latex/cjk/doc/fdxfiles.txt + texmf-dist/doc/latex/cjk/doc/fonts.txt + texmf-dist/doc/latex/cjk/doc/hbf2gf.txt + texmf-dist/doc/latex/cjk/doc/history.2_5 + texmf-dist/doc/latex/cjk/doc/history.txt + texmf-dist/doc/latex/cjk/doc/japanese/README details="Readme file" + texmf-dist/doc/latex/cjk/doc/japanese/ascii.txt + texmf-dist/doc/latex/cjk/doc/japanese/japanese.jis + texmf-dist/doc/latex/cjk/doc/japanese/japanese.txt + texmf-dist/doc/latex/cjk/doc/japanese/jp-fonts.txt + texmf-dist/doc/latex/cjk/doc/japanese/jp-tex.txt + texmf-dist/doc/latex/cjk/doc/japanese/preview.txt + texmf-dist/doc/latex/cjk/doc/japanese/shibuaki.txt + texmf-dist/doc/latex/cjk/doc/pdf/READMEb5.pdf + texmf-dist/doc/latex/cjk/doc/pdf/READMEgb.pdf + texmf-dist/doc/latex/cjk/doc/pdfhowto/HOWTO.txt + texmf-dist/doc/latex/cjk/doc/pdfhowto/examples/bkai.map + texmf-dist/doc/latex/cjk/doc/pdfhowto/examples/cid-x.map + texmf-dist/doc/latex/cjk/doc/pdfhowto/examples/cwtb.map + texmf-dist/doc/latex/cjk/doc/pdfhowto/examples/dvipdfmx.cfg + texmf-dist/doc/latex/cjk/doc/pdfhowto/examples/gen-map.pl + texmf-dist/doc/latex/cjk/doc/pdfhowto/examples/map.list + texmf-dist/doc/latex/cjk/doc/pdfhowto/examples/texinput/Bg5/c00cwtb.fd + texmf-dist/doc/latex/cjk/doc/pdfhowto/examples/texinput/Bg5/c00tmpl.fd + texmf-dist/doc/latex/cjk/doc/pdfhowto/examples/texinput/GB/c10tmpl.fd + texmf-dist/doc/latex/cjk/doc/pdfhowto/examples/texinput/JIS/c40tmpl.fd + texmf-dist/doc/latex/cjk/doc/pdfhowto/examples/texinput/SJIS/c49tmpl.fd + texmf-dist/doc/latex/cjk/doc/pdfhowto/examples/updmap.my + texmf-dist/doc/latex/cjk/doc/pdfhowto/examples/wcl.sfd + texmf-dist/doc/latex/cjk/doc/pinyin.txt + texmf-dist/doc/latex/cjk/doc/pyhyphen.txt + texmf-dist/doc/latex/cjk/doc/reftex.txt + texmf-dist/doc/latex/cjk/doc/ruby.txt + texmf-dist/doc/latex/cjk/doc/thaifont.txt + texmf-dist/doc/latex/cjk/doc/vertical.txt + texmf-dist/doc/latex/cjk/doc/xCJK.txt + texmf-dist/doc/latex/cjk/examples/Big5.tex + texmf-dist/doc/latex/cjk/examples/Big5vert.tex + texmf-dist/doc/latex/cjk/examples/CEF_test.tex + texmf-dist/doc/latex/cjk/examples/CJKbabel.tex + texmf-dist/doc/latex/cjk/examples/CJKfntef.tex + texmf-dist/doc/latex/cjk/examples/CJKmixed.tex + texmf-dist/doc/latex/cjk/examples/CJKspace.tex + texmf-dist/doc/latex/cjk/examples/CJKutf8.tex + texmf-dist/doc/latex/cjk/examples/GB.tex + texmf-dist/doc/latex/cjk/examples/JIS.tex + texmf-dist/doc/latex/cjk/examples/KS.tex + texmf-dist/doc/latex/cjk/examples/README details="Readme file" + texmf-dist/doc/latex/cjk/examples/SJIS.tex + texmf-dist/doc/latex/cjk/examples/UTF8.tex + texmf-dist/doc/latex/cjk/examples/cjk/Big5.cjk + texmf-dist/doc/latex/cjk/examples/cjk/Big5vert.cjk + texmf-dist/doc/latex/cjk/examples/cjk/CEF_test.cjk + texmf-dist/doc/latex/cjk/examples/cjk/CJKbabel.cjk + texmf-dist/doc/latex/cjk/examples/cjk/SJIS.cjk + texmf-dist/doc/latex/cjk/examples/cjk/muletest.cjk + texmf-dist/doc/latex/cjk/examples/cjk/rubytest.cjk + texmf-dist/doc/latex/cjk/examples/cjk/thai.cjk + texmf-dist/doc/latex/cjk/examples/muletest.tex + texmf-dist/doc/latex/cjk/examples/pdf/Big5.pdf + texmf-dist/doc/latex/cjk/examples/pdf/Big5vert.pdf + texmf-dist/doc/latex/cjk/examples/pdf/CEF_test.pdf + texmf-dist/doc/latex/cjk/examples/pdf/CJKbabel.pdf + texmf-dist/doc/latex/cjk/examples/pdf/CJKfntef.pdf + texmf-dist/doc/latex/cjk/examples/pdf/CJKmixed.pdf + texmf-dist/doc/latex/cjk/examples/pdf/CJKspace.pdf + texmf-dist/doc/latex/cjk/examples/pdf/CJKutf8.pdf + texmf-dist/doc/latex/cjk/examples/pdf/GB.pdf + texmf-dist/doc/latex/cjk/examples/pdf/JIS.pdf + texmf-dist/doc/latex/cjk/examples/pdf/KS.pdf + texmf-dist/doc/latex/cjk/examples/pdf/SJIS.pdf + texmf-dist/doc/latex/cjk/examples/pdf/UTF8.pdf + texmf-dist/doc/latex/cjk/examples/pdf/muletest.pdf + texmf-dist/doc/latex/cjk/examples/pdf/py_test.pdf + texmf-dist/doc/latex/cjk/examples/pdf/pytest.pdf + texmf-dist/doc/latex/cjk/examples/pdf/rubytest.pdf + texmf-dist/doc/latex/cjk/examples/pdf/thai.pdf + texmf-dist/doc/latex/cjk/examples/pdf/xCJK.pdf + texmf-dist/doc/latex/cjk/examples/py_test.tex + texmf-dist/doc/latex/cjk/examples/rubytest.tex + texmf-dist/doc/latex/cjk/examples/thai.tex + texmf-dist/doc/latex/cjk/examples/xCJK.tex + texmf-dist/doc/latex/cjk/texlive/bin-cjkutils.pl + texmf-dist/doc/latex/cjk/texlive/c90.pl + texmf-dist/doc/latex/cjk/texlive/cjk-build.pl + texmf-dist/doc/latex/cjk/texlive/cjk.pl + texmf-dist/doc/latex/cjk/texlive/dnp.pl + texmf-dist/doc/latex/cjk/texlive/garuda-c90.pl + texmf-dist/doc/latex/cjk/texlive/norasi-c90.pl + texmf-dist/doc/latex/cjk/utils/pyhyphen/pytest.tex +srcfiles size=114 + texmf-dist/source/latex/cjk/contrib/wadalab/fixwada + texmf-dist/source/latex/cjk/contrib/wadalab/fixwada2.pl + texmf-dist/source/latex/cjk/contrib/wadalab/makefont + texmf-dist/source/latex/cjk/contrib/wadalab/makeuniwada.pl + texmf-dist/source/latex/cjk/contrib/wadalab/wadalab.map + texmf-dist/source/latex/cjk/contrib/wadalab/wadalab.txt + texmf-dist/source/latex/cjk/texinput/KS/HLaTeX/c63mj.fd + texmf-dist/source/latex/cjk/texinput/KS/HLaTeX/c64mj.fd + texmf-dist/source/latex/cjk/texinput/KS/HLaTeX/c65mj.fd + texmf-dist/source/latex/cjk/utils/Bg5conv/bg5conv.w + texmf-dist/source/latex/cjk/utils/Bg5conv/bg5latex.bat + texmf-dist/source/latex/cjk/utils/Bg5conv/bg5latex.cmd + texmf-dist/source/latex/cjk/utils/CEFconv/cef5conv.w + texmf-dist/source/latex/cjk/utils/CEFconv/cef5ltx.bat + texmf-dist/source/latex/cjk/utils/CEFconv/cef5ltx.cmd + texmf-dist/source/latex/cjk/utils/CEFconv/cefconv.w + texmf-dist/source/latex/cjk/utils/CEFconv/ceflatex.bat + texmf-dist/source/latex/cjk/utils/CEFconv/ceflatex.cmd + texmf-dist/source/latex/cjk/utils/CEFconv/cefsconv.w + texmf-dist/source/latex/cjk/utils/CEFconv/cefsltx.bat + texmf-dist/source/latex/cjk/utils/CEFconv/cefsltx.cmd + texmf-dist/source/latex/cjk/utils/SJISconv/sjisconv.w + texmf-dist/source/latex/cjk/utils/SJISconv/sjisltx.bat + texmf-dist/source/latex/cjk/utils/SJISconv/sjisltx.cmd + texmf-dist/source/latex/cjk/utils/extconv/bg5pltx.bat + texmf-dist/source/latex/cjk/utils/extconv/bg5pltx.cmd + texmf-dist/source/latex/cjk/utils/extconv/extconv.w + texmf-dist/source/latex/cjk/utils/extconv/gbklatex.bat + texmf-dist/source/latex/cjk/utils/extconv/gbklatex.cmd + texmf-dist/source/latex/cjk/utils/f_name.bat + texmf-dist/source/latex/cjk/utils/hbf2gf/Makefile.gnu + texmf-dist/source/latex/cjk/utils/hbf2gf/Makefile.in + texmf-dist/source/latex/cjk/utils/hbf2gf/README + texmf-dist/source/latex/cjk/utils/hbf2gf/c-auto.h + texmf-dist/source/latex/cjk/utils/hbf2gf/dvidrv.btm + texmf-dist/source/latex/cjk/utils/lisp/cjkspace.el + texmf-dist/source/latex/cjk/utils/lisp/cjktilde.el + texmf-dist/source/latex/cjk/utils/lisp/emacs/cjk-enc.el + texmf-dist/source/latex/cjk/utils/lisp/emacs/thai-word.el + texmf-dist/source/latex/cjk/utils/lisp/mule-2.3/cjk-enc.el + texmf-dist/source/latex/cjk/utils/pyhyphen/pinyin.c + texmf-dist/source/latex/cjk/utils/pyhyphen/pinyin.tr + texmf-dist/source/latex/cjk/utils/pyhyphen/pyhyph.tex + texmf-dist/source/latex/cjk/utils/subfonts/clonevf.pl + texmf-dist/source/latex/cjk/utils/subfonts/hlatex2agl.pl + texmf-dist/source/latex/cjk/utils/subfonts/makefdx.pl + texmf-dist/source/latex/cjk/utils/subfonts/sfd2uni.pl + texmf-dist/source/latex/cjk/utils/subfonts/subfonts.pe + texmf-dist/source/latex/cjk/utils/subfonts/uni2sfd.pl + texmf-dist/source/latex/cjk/utils/subfonts/vertical.pe + texmf-dist/source/latex/cjk/utils/subfonts/vertref.pe +runfiles size=304 + texmf-dist/tex/latex/cjk/contrib/wadalab/c42goth.fd + texmf-dist/tex/latex/cjk/contrib/wadalab/c42goth.fdx + texmf-dist/tex/latex/cjk/contrib/wadalab/c42maru.fd + texmf-dist/tex/latex/cjk/contrib/wadalab/c42maru.fdx + texmf-dist/tex/latex/cjk/contrib/wadalab/c42min.fd + texmf-dist/tex/latex/cjk/contrib/wadalab/c42min.fdx + texmf-dist/tex/latex/cjk/contrib/wadalab/c52maru.fd + texmf-dist/tex/latex/cjk/contrib/wadalab/c52maru.fdx + texmf-dist/tex/latex/cjk/contrib/wadalab/c52min.fd + texmf-dist/tex/latex/cjk/contrib/wadalab/c52min.fdx + texmf-dist/tex/latex/cjk/contrib/wadalab/c70goth.fd + texmf-dist/tex/latex/cjk/contrib/wadalab/c70goth.fdx + texmf-dist/tex/latex/cjk/contrib/wadalab/c70maru.fd + texmf-dist/tex/latex/cjk/contrib/wadalab/c70maru.fdx + texmf-dist/tex/latex/cjk/contrib/wadalab/c70min.fd + texmf-dist/tex/latex/cjk/contrib/wadalab/c70min.fdx + texmf-dist/tex/latex/cjk/texinput/Bg5/Bg5.cap + texmf-dist/tex/latex/cjk/texinput/Bg5/Bg5.chr + texmf-dist/tex/latex/cjk/texinput/Bg5/Bg5.cpx + texmf-dist/tex/latex/cjk/texinput/Bg5/Bg5.enc + texmf-dist/tex/latex/cjk/texinput/Bg5/HK.enc + texmf-dist/tex/latex/cjk/texinput/Bg5/c00bkai.fd + texmf-dist/tex/latex/cjk/texinput/Bg5/c00bkai.fdx + texmf-dist/tex/latex/cjk/texinput/Bg5/c00bsmi.fd + texmf-dist/tex/latex/cjk/texinput/Bg5/c00bsmi.fdx + texmf-dist/tex/latex/cjk/texinput/Bg5/c00bsmir.fd + texmf-dist/tex/latex/cjk/texinput/Bg5/c00bsmir.fdx + texmf-dist/tex/latex/cjk/texinput/Bg5/c00cns.fd + texmf-dist/tex/latex/cjk/texinput/Bg5/c00fs.fd + texmf-dist/tex/latex/cjk/texinput/Bg5/c00kai.fd + texmf-dist/tex/latex/cjk/texinput/Bg5/c00kair.fd + texmf-dist/tex/latex/cjk/texinput/Bg5/c00kair.fdx + texmf-dist/tex/latex/cjk/texinput/Bg5/c00song.fd + texmf-dist/tex/latex/cjk/texinput/Bg5/c01song.fd + texmf-dist/tex/latex/cjk/texinput/Bg5/c05song.fd + texmf-dist/tex/latex/cjk/texinput/Bg5/c09song.fd + texmf-dist/tex/latex/cjk/texinput/CEF/c80song.fd + texmf-dist/tex/latex/cjk/texinput/CEF/c81song.fd + texmf-dist/tex/latex/cjk/texinput/CJK.enc + texmf-dist/tex/latex/cjk/texinput/CJK.sty + texmf-dist/tex/latex/cjk/texinput/CJKfntef.sty + texmf-dist/tex/latex/cjk/texinput/CJKnumb.sty + texmf-dist/tex/latex/cjk/texinput/CJKspace.sty + texmf-dist/tex/latex/cjk/texinput/CJKulem.sty + texmf-dist/tex/latex/cjk/texinput/CJKutf8.sty + texmf-dist/tex/latex/cjk/texinput/CJKvert.sty + texmf-dist/tex/latex/cjk/texinput/CNS/EUC-TW.bdg + texmf-dist/tex/latex/cjk/texinput/CNS/EUC-TW.chr + texmf-dist/tex/latex/cjk/texinput/CNS/EUC-TW.enc + texmf-dist/tex/latex/cjk/texinput/CNS/c31song.fd + texmf-dist/tex/latex/cjk/texinput/CNS/c32song.fd + texmf-dist/tex/latex/cjk/texinput/CNS/c33song.fd + texmf-dist/tex/latex/cjk/texinput/CNS/c34song.fd + texmf-dist/tex/latex/cjk/texinput/CNS/c35song.fd + texmf-dist/tex/latex/cjk/texinput/CNS/c36song.fd + texmf-dist/tex/latex/cjk/texinput/CNS/c37song.fd + texmf-dist/tex/latex/cjk/texinput/GB/GB.cap + texmf-dist/tex/latex/cjk/texinput/GB/GB.cpx + texmf-dist/tex/latex/cjk/texinput/GB/c10fs.fd + texmf-dist/tex/latex/cjk/texinput/GB/c10gbsn.fd + texmf-dist/tex/latex/cjk/texinput/GB/c10gbsn.fdx + texmf-dist/tex/latex/cjk/texinput/GB/c10gkai.fd + texmf-dist/tex/latex/cjk/texinput/GB/c10gkai.fdx + texmf-dist/tex/latex/cjk/texinput/GB/c10song.fd + texmf-dist/tex/latex/cjk/texinput/GB/c11song.fd + texmf-dist/tex/latex/cjk/texinput/GB/c19song.fd + texmf-dist/tex/latex/cjk/texinput/GB/c20song.fd + texmf-dist/tex/latex/cjk/texinput/GB/c21song.fd + texmf-dist/tex/latex/cjk/texinput/JIS/EUC-JP.bdg + texmf-dist/tex/latex/cjk/texinput/JIS/EUC-JP.chr + texmf-dist/tex/latex/cjk/texinput/JIS/EUC-JP.enc + texmf-dist/tex/latex/cjk/texinput/JIS/EUC-JPdnp.enc + texmf-dist/tex/latex/cjk/texinput/JIS/JIS.cap + texmf-dist/tex/latex/cjk/texinput/JIS/JIS.cpx + texmf-dist/tex/latex/cjk/texinput/JIS/JISdnp.enc + texmf-dist/tex/latex/cjk/texinput/JIS/c40song.fd + texmf-dist/tex/latex/cjk/texinput/JIS/c41song.fd + texmf-dist/tex/latex/cjk/texinput/JIS/c42song.fd + texmf-dist/tex/latex/cjk/texinput/JIS/c43song.fd + texmf-dist/tex/latex/cjk/texinput/JIS/c50song.fd + texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/HLaTeX.chr + texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/KSHL.enc + texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c63bm.fd + texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c63dn.fd + texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c63gr.fd + texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c63gs.fd + texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c63gt.fd + texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c63jgt.fd + texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c63jmj.fd + texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c63jnv.fd + texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c63jsr.fd + texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c63mj.fd + texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c63pg.fd + texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c63pga.fd + texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c63ph.fd + texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c63pn.fd + texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c63sh.fd + texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c63tz.fd + texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c63vd.fd + texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c63yt.fd + texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c64bm.fd + texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c64dn.fd + texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c64gr.fd + texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c64gs.fd + texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c64gt.fd + texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c64jgt.fd + texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c64jmj.fd + texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c64jnv.fd + texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c64jsr.fd + texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c64mj.fd + texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c64pg.fd + texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c64pga.fd + texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c64ph.fd + texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c64pn.fd + texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c64sh.fd + texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c64tz.fd + texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c64vd.fd + texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c64yt.fd + texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c65bm.fd + texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c65dn.fd + texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c65gr.fd + texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c65gs.fd + texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c65gt.fd + texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c65jgt.fd + texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c65jmj.fd + texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c65jnv.fd + texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c65jsr.fd + texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c65mj.fd + texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c65pg.fd + texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c65pga.fd + texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c65ph.fd + texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c65pn.fd + texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c65sh.fd + texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c65tz.fd + texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c65vd.fd + texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c65yt.fd + texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/pshan.sty + texmf-dist/tex/latex/cjk/texinput/KS/KS.chr + texmf-dist/tex/latex/cjk/texinput/KS/KS.enc + texmf-dist/tex/latex/cjk/texinput/KS/c60dr.fd + texmf-dist/tex/latex/cjk/texinput/KS/c60gr.fd + texmf-dist/tex/latex/cjk/texinput/KS/c60gs.fd + texmf-dist/tex/latex/cjk/texinput/KS/c60gt.fd + texmf-dist/tex/latex/cjk/texinput/KS/c60hgt.fd + texmf-dist/tex/latex/cjk/texinput/KS/c60hmj.fd + texmf-dist/tex/latex/cjk/texinput/KS/c60hol.fd + texmf-dist/tex/latex/cjk/texinput/KS/c60hpg.fd + texmf-dist/tex/latex/cjk/texinput/KS/c60mj.fd + texmf-dist/tex/latex/cjk/texinput/KS/c61dr.fd + texmf-dist/tex/latex/cjk/texinput/KS/c61gr.fd + texmf-dist/tex/latex/cjk/texinput/KS/c61gs.fd + texmf-dist/tex/latex/cjk/texinput/KS/c61gt.fd + texmf-dist/tex/latex/cjk/texinput/KS/c61hgt.fd + texmf-dist/tex/latex/cjk/texinput/KS/c61hmj.fd + texmf-dist/tex/latex/cjk/texinput/KS/c61hol.fd + texmf-dist/tex/latex/cjk/texinput/KS/c61hpg.fd + texmf-dist/tex/latex/cjk/texinput/KS/c61mj.fd + texmf-dist/tex/latex/cjk/texinput/KS/c62song.fd + texmf-dist/tex/latex/cjk/texinput/KS/hangul.cap + texmf-dist/tex/latex/cjk/texinput/KS/hangul.cpx + texmf-dist/tex/latex/cjk/texinput/KS/hangul2.cap + texmf-dist/tex/latex/cjk/texinput/KS/hangul2.cpx + texmf-dist/tex/latex/cjk/texinput/KS/hanja.cap + texmf-dist/tex/latex/cjk/texinput/KS/hanja.cpx + texmf-dist/tex/latex/cjk/texinput/SJIS/SJIS.bdg + texmf-dist/tex/latex/cjk/texinput/SJIS/SJIS.cap + texmf-dist/tex/latex/cjk/texinput/SJIS/SJIS.chr + texmf-dist/tex/latex/cjk/texinput/SJIS/SJIS.cpx + texmf-dist/tex/latex/cjk/texinput/SJIS/SJIS.enc + texmf-dist/tex/latex/cjk/texinput/SJIS/SJISdnp.chr + texmf-dist/tex/latex/cjk/texinput/SJIS/SJISdnp.enc + texmf-dist/tex/latex/cjk/texinput/SJIS/c49song.fd + texmf-dist/tex/latex/cjk/texinput/UTF8/UTF8.bdg + texmf-dist/tex/latex/cjk/texinput/UTF8/UTF8.chr + texmf-dist/tex/latex/cjk/texinput/UTF8/UTF8.enc + texmf-dist/tex/latex/cjk/texinput/UTF8/c70bkai.fd + texmf-dist/tex/latex/cjk/texinput/UTF8/c70bkai.fdx + texmf-dist/tex/latex/cjk/texinput/UTF8/c70bsmi.fd + texmf-dist/tex/latex/cjk/texinput/UTF8/c70bsmi.fdx + texmf-dist/tex/latex/cjk/texinput/UTF8/c70gbsn.fd + texmf-dist/tex/latex/cjk/texinput/UTF8/c70gbsn.fdx + texmf-dist/tex/latex/cjk/texinput/UTF8/c70gkai.fd + texmf-dist/tex/latex/cjk/texinput/UTF8/c70gkai.fdx + texmf-dist/tex/latex/cjk/texinput/UTF8/c70mj.fd + texmf-dist/tex/latex/cjk/texinput/UTF8/c70mj.fdx + texmf-dist/tex/latex/cjk/texinput/UTF8/c70song.fd + texmf-dist/tex/latex/cjk/texinput/UTF8/ja.cpx + texmf-dist/tex/latex/cjk/texinput/UTF8/ko-Hang.cpx + texmf-dist/tex/latex/cjk/texinput/UTF8/ko-Hang2.cpx + texmf-dist/tex/latex/cjk/texinput/UTF8/ko-Hani.cpx + texmf-dist/tex/latex/cjk/texinput/UTF8/xUTF8.chr + texmf-dist/tex/latex/cjk/texinput/UTF8/xUTF8.enc + texmf-dist/tex/latex/cjk/texinput/UTF8/zh-Hans.cpx + texmf-dist/tex/latex/cjk/texinput/UTF8/zh-Hant.cpx + texmf-dist/tex/latex/cjk/texinput/extended.chr + texmf-dist/tex/latex/cjk/texinput/extended.enc + texmf-dist/tex/latex/cjk/texinput/mule/MULEenc.sty + texmf-dist/tex/latex/cjk/texinput/pinyin.sty + texmf-dist/tex/latex/cjk/texinput/pmC.chr + texmf-dist/tex/latex/cjk/texinput/pmCbig.enc + texmf-dist/tex/latex/cjk/texinput/pmCsmall.enc + texmf-dist/tex/latex/cjk/texinput/ruby.sty + texmf-dist/tex/latex/cjk/texinput/standard.bdg + texmf-dist/tex/latex/cjk/texinput/standard.chr + texmf-dist/tex/latex/cjk/texinput/standard.enc + texmf-dist/tex/latex/cjk/texinput/thai/c90cmr.fd + texmf-dist/tex/latex/cjk/texinput/thai/c90cmss.fd + texmf-dist/tex/latex/cjk/texinput/thai/c90cmtt.fd + texmf-dist/tex/latex/cjk/texinput/thai/c90enc.def + texmf-dist/tex/latex/cjk/texinput/thai/c90gar.fd + texmf-dist/tex/latex/cjk/texinput/thai/c90nrsr.fd + texmf-dist/tex/latex/cjk/texinput/thai/thaicjk.ldf + texmf-dist/tex/latex/cjk/texinput/xCJK.sty + texmf-dist/tex/latex/cjk/texinput/xpmC.chr + texmf-dist/tex/latex/cjk/texinput/xpmC.enc + texmf-dist/tex/latex/cjk/utils/pyhyphen/pinyin.ldf +catalogue-ctan /language/chinese/CJK +catalogue-date 2009-09-27 09:50:48 +0200 +catalogue-license gpl +catalogue-version 4.8.2 + +name cjkpunct +category Package +revision 15878 +shortdesc Adjust locations and kerning of CJK punctuation marks. +longdesc The package serves as a companion package for CJK. +docfiles size=58 + texmf-dist/doc/latex/cjkpunct/CJKpunct.pdf + texmf-dist/doc/latex/cjkpunct/CJKpunct.spa + texmf-dist/doc/latex/cjkpunct/README details="Readme" + texmf-dist/doc/latex/cjkpunct/README.zh-cn.txt + texmf-dist/doc/latex/cjkpunct/examples/example-CJKfntef.tex + texmf-dist/doc/latex/cjkpunct/examples/example-gb.tex + texmf-dist/doc/latex/cjkpunct/examples/example-gbk.tex + texmf-dist/doc/latex/cjkpunct/examples/example-utf8.tex + texmf-dist/doc/latex/cjkpunct/setpunct/setpunct-macros.tex + texmf-dist/doc/latex/cjkpunct/setpunct/setpunct-main.tex +srcfiles size=6 + texmf-dist/source/latex/cjkpunct/CJKpunct.dtx +runfiles size=4 + texmf-dist/tex/latex/cjkpunct/CJKpunct.sty +catalogue-ctan /language/chinese/cjkpunct +catalogue-date 2009-07-23 12:45:47 +0200 +catalogue-license lppl +catalogue-version 4.8.1-2 + +name cjkutils +category TLCore +revision 15809 +depend cjkutils.ARCH +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 +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 + +name cjkutils.alpha-linux +category TLCore +revision 14032 +shortdesc alpha-linux files of cjkutils +binfiles arch=alpha-linux size=71 + bin/alpha-linux/bg5+latex + bin/alpha-linux/bg5+pdflatex + bin/alpha-linux/bg5conv + bin/alpha-linux/bg5latex + bin/alpha-linux/bg5pdflatex + bin/alpha-linux/cef5conv + bin/alpha-linux/cef5latex + bin/alpha-linux/cef5pdflatex + bin/alpha-linux/cefconv + bin/alpha-linux/ceflatex + bin/alpha-linux/cefpdflatex + bin/alpha-linux/cefsconv + bin/alpha-linux/cefslatex + bin/alpha-linux/cefspdflatex + bin/alpha-linux/extconv + bin/alpha-linux/gbklatex + bin/alpha-linux/gbkpdflatex + bin/alpha-linux/hbf2gf + bin/alpha-linux/sjisconv + bin/alpha-linux/sjislatex + bin/alpha-linux/sjispdflatex + +name cjkutils.i386-cygwin +category TLCore +revision 15614 +shortdesc i386-cygwin files of cjkutils +binfiles arch=i386-cygwin size=49 + bin/i386-cygwin/bg5+latex + bin/i386-cygwin/bg5+pdflatex + bin/i386-cygwin/bg5conv.exe + bin/i386-cygwin/bg5latex + bin/i386-cygwin/bg5pdflatex + bin/i386-cygwin/cef5conv.exe + bin/i386-cygwin/cef5latex + bin/i386-cygwin/cef5pdflatex + bin/i386-cygwin/cefconv.exe + bin/i386-cygwin/ceflatex + bin/i386-cygwin/cefpdflatex + bin/i386-cygwin/cefsconv.exe + bin/i386-cygwin/cefslatex + bin/i386-cygwin/cefspdflatex + bin/i386-cygwin/extconv.exe + bin/i386-cygwin/gbklatex + bin/i386-cygwin/gbkpdflatex + bin/i386-cygwin/hbf2gf.exe + bin/i386-cygwin/sjisconv.exe + bin/i386-cygwin/sjislatex + bin/i386-cygwin/sjispdflatex + +name cjkutils.i386-linux +category TLCore +revision 14164 +shortdesc i386-linux files of cjkutils +binfiles arch=i386-linux size=46 + bin/i386-linux/bg5+latex + bin/i386-linux/bg5+pdflatex + bin/i386-linux/bg5conv + bin/i386-linux/bg5latex + bin/i386-linux/bg5pdflatex + bin/i386-linux/cef5conv + bin/i386-linux/cef5latex + bin/i386-linux/cef5pdflatex + bin/i386-linux/cefconv + bin/i386-linux/ceflatex + bin/i386-linux/cefpdflatex + bin/i386-linux/cefsconv + bin/i386-linux/cefslatex + bin/i386-linux/cefspdflatex + bin/i386-linux/extconv + bin/i386-linux/gbklatex + bin/i386-linux/gbkpdflatex + bin/i386-linux/hbf2gf + bin/i386-linux/sjisconv + bin/i386-linux/sjislatex + bin/i386-linux/sjispdflatex + +name cjkutils.i386-netbsd +category TLCore +revision 15167 +shortdesc i386-netbsd files of cjkutils +binfiles arch=i386-netbsd size=47 + bin/i386-netbsd/bg5+latex + bin/i386-netbsd/bg5+pdflatex + bin/i386-netbsd/bg5conv + bin/i386-netbsd/bg5latex + bin/i386-netbsd/bg5pdflatex + bin/i386-netbsd/cef5conv + bin/i386-netbsd/cef5latex + bin/i386-netbsd/cef5pdflatex + bin/i386-netbsd/cefconv + bin/i386-netbsd/ceflatex + bin/i386-netbsd/cefpdflatex + bin/i386-netbsd/cefsconv + bin/i386-netbsd/cefslatex + bin/i386-netbsd/cefspdflatex + bin/i386-netbsd/extconv + bin/i386-netbsd/gbklatex + bin/i386-netbsd/gbkpdflatex + bin/i386-netbsd/hbf2gf + bin/i386-netbsd/sjisconv + bin/i386-netbsd/sjislatex + bin/i386-netbsd/sjispdflatex + +name cjkutils.i386-solaris +category TLCore +revision 15141 +shortdesc i386-solaris files of cjkutils +binfiles arch=i386-solaris size=50 + bin/i386-solaris/bg5+latex + bin/i386-solaris/bg5+pdflatex + bin/i386-solaris/bg5conv + bin/i386-solaris/bg5latex + bin/i386-solaris/bg5pdflatex + bin/i386-solaris/cef5conv + bin/i386-solaris/cef5latex + bin/i386-solaris/cef5pdflatex + bin/i386-solaris/cefconv + bin/i386-solaris/ceflatex + bin/i386-solaris/cefpdflatex + bin/i386-solaris/cefsconv + bin/i386-solaris/cefslatex + bin/i386-solaris/cefspdflatex + bin/i386-solaris/extconv + bin/i386-solaris/gbklatex + bin/i386-solaris/gbkpdflatex + bin/i386-solaris/hbf2gf + bin/i386-solaris/sjisconv + bin/i386-solaris/sjislatex + bin/i386-solaris/sjispdflatex + +name cjkutils.mips-irix +category TLCore +revision 15558 +shortdesc mips-irix files of cjkutils +binfiles arch=mips-irix size=83 + bin/mips-irix/bg5+latex + bin/mips-irix/bg5+pdflatex + bin/mips-irix/bg5conv + bin/mips-irix/bg5latex + bin/mips-irix/bg5pdflatex + bin/mips-irix/cef5conv + bin/mips-irix/cef5latex + bin/mips-irix/cef5pdflatex + bin/mips-irix/cefconv + bin/mips-irix/ceflatex + bin/mips-irix/cefpdflatex + bin/mips-irix/cefsconv + bin/mips-irix/cefslatex + bin/mips-irix/cefspdflatex + bin/mips-irix/extconv + bin/mips-irix/gbklatex + bin/mips-irix/gbkpdflatex + bin/mips-irix/hbf2gf + bin/mips-irix/sjisconv + bin/mips-irix/sjislatex + bin/mips-irix/sjispdflatex + +name cjkutils.powerpc-aix +category TLCore +revision 15638 +shortdesc powerpc-aix files of cjkutils +binfiles arch=powerpc-aix size=45 + bin/powerpc-aix/bg5+latex + bin/powerpc-aix/bg5+pdflatex + bin/powerpc-aix/bg5conv + bin/powerpc-aix/bg5latex + bin/powerpc-aix/bg5pdflatex + bin/powerpc-aix/cef5conv + bin/powerpc-aix/cef5latex + bin/powerpc-aix/cef5pdflatex + bin/powerpc-aix/cefconv + bin/powerpc-aix/ceflatex + bin/powerpc-aix/cefpdflatex + bin/powerpc-aix/cefsconv + bin/powerpc-aix/cefslatex + bin/powerpc-aix/cefspdflatex + bin/powerpc-aix/extconv + bin/powerpc-aix/gbklatex + bin/powerpc-aix/gbkpdflatex + bin/powerpc-aix/hbf2gf + bin/powerpc-aix/sjisconv + bin/powerpc-aix/sjislatex + bin/powerpc-aix/sjispdflatex + +name cjkutils.powerpc-linux +category TLCore +revision 14305 +shortdesc powerpc-linux files of cjkutils +binfiles arch=powerpc-linux size=52 + bin/powerpc-linux/bg5+latex + bin/powerpc-linux/bg5+pdflatex + bin/powerpc-linux/bg5conv + bin/powerpc-linux/bg5latex + bin/powerpc-linux/bg5pdflatex + bin/powerpc-linux/cef5conv + bin/powerpc-linux/cef5latex + bin/powerpc-linux/cef5pdflatex + bin/powerpc-linux/cefconv + bin/powerpc-linux/ceflatex + bin/powerpc-linux/cefpdflatex + bin/powerpc-linux/cefsconv + bin/powerpc-linux/cefslatex + bin/powerpc-linux/cefspdflatex + bin/powerpc-linux/extconv + bin/powerpc-linux/gbklatex + bin/powerpc-linux/gbkpdflatex + bin/powerpc-linux/hbf2gf + bin/powerpc-linux/sjisconv + bin/powerpc-linux/sjislatex + bin/powerpc-linux/sjispdflatex + +name cjkutils.sparc-linux +category TLCore +revision 14269 +shortdesc sparc-linux files of cjkutils +binfiles arch=sparc-linux size=50 + bin/sparc-linux/bg5+latex + bin/sparc-linux/bg5+pdflatex + bin/sparc-linux/bg5conv + bin/sparc-linux/bg5latex + bin/sparc-linux/bg5pdflatex + bin/sparc-linux/cef5conv + bin/sparc-linux/cef5latex + bin/sparc-linux/cef5pdflatex + bin/sparc-linux/cefconv + bin/sparc-linux/ceflatex + bin/sparc-linux/cefpdflatex + bin/sparc-linux/cefsconv + bin/sparc-linux/cefslatex + bin/sparc-linux/cefspdflatex + bin/sparc-linux/extconv + bin/sparc-linux/gbklatex + bin/sparc-linux/gbkpdflatex + bin/sparc-linux/hbf2gf + bin/sparc-linux/sjisconv + bin/sparc-linux/sjislatex + bin/sparc-linux/sjispdflatex + +name cjkutils.sparc-solaris +category TLCore +revision 14279 +shortdesc sparc-solaris files of cjkutils +binfiles arch=sparc-solaris size=68 + bin/sparc-solaris/bg5+latex + bin/sparc-solaris/bg5+pdflatex + bin/sparc-solaris/bg5conv + bin/sparc-solaris/bg5latex + bin/sparc-solaris/bg5pdflatex + bin/sparc-solaris/cef5conv + bin/sparc-solaris/cef5latex + bin/sparc-solaris/cef5pdflatex + bin/sparc-solaris/cefconv + bin/sparc-solaris/ceflatex + bin/sparc-solaris/cefpdflatex + bin/sparc-solaris/cefsconv + bin/sparc-solaris/cefslatex + bin/sparc-solaris/cefspdflatex + bin/sparc-solaris/extconv + bin/sparc-solaris/gbklatex + bin/sparc-solaris/gbkpdflatex + bin/sparc-solaris/hbf2gf + bin/sparc-solaris/sjisconv + bin/sparc-solaris/sjislatex + bin/sparc-solaris/sjispdflatex + +name cjkutils.universal-darwin +category TLCore +revision 14896 +shortdesc universal-darwin files of cjkutils +binfiles arch=universal-darwin size=119 + bin/universal-darwin/bg5+latex + bin/universal-darwin/bg5+pdflatex + bin/universal-darwin/bg5conv + bin/universal-darwin/bg5latex + bin/universal-darwin/bg5pdflatex + bin/universal-darwin/cef5conv + bin/universal-darwin/cef5latex + bin/universal-darwin/cef5pdflatex + bin/universal-darwin/cefconv + bin/universal-darwin/ceflatex + bin/universal-darwin/cefpdflatex + bin/universal-darwin/cefsconv + bin/universal-darwin/cefslatex + bin/universal-darwin/cefspdflatex + bin/universal-darwin/extconv + bin/universal-darwin/gbklatex + bin/universal-darwin/gbkpdflatex + bin/universal-darwin/hbf2gf + bin/universal-darwin/sjisconv + bin/universal-darwin/sjislatex + bin/universal-darwin/sjispdflatex + +name cjkutils.win32 +category TLCore +revision 14670 +shortdesc win32 files of cjkutils +binfiles arch=win32 size=40 + bin/win32/bg5conv.exe + bin/win32/bg5latex.exe + bin/win32/bg5pdflatex.exe + bin/win32/cef5conv.exe + bin/win32/cef5latex.exe + bin/win32/cef5pdflatex.exe + bin/win32/cefconv.exe + bin/win32/ceflatex.exe + bin/win32/cefpdflatex.exe + bin/win32/cefsconv.exe + bin/win32/cefslatex.exe + bin/win32/cefspdflatex.exe + bin/win32/extconv.exe + bin/win32/gbklatex.exe + bin/win32/gbkpdflatex.exe + bin/win32/hbf2gf.exe + bin/win32/sjisconv.exe + bin/win32/sjislatex.exe + bin/win32/sjispdflatex.exe + +name cjkutils.x86_64-linux +category TLCore +revision 14282 +shortdesc x86_64-linux files of cjkutils +binfiles arch=x86_64-linux size=50 + bin/x86_64-linux/bg5+latex + bin/x86_64-linux/bg5+pdflatex + bin/x86_64-linux/bg5conv + bin/x86_64-linux/bg5latex + bin/x86_64-linux/bg5pdflatex + bin/x86_64-linux/cef5conv + bin/x86_64-linux/cef5latex + bin/x86_64-linux/cef5pdflatex + bin/x86_64-linux/cefconv + bin/x86_64-linux/ceflatex + bin/x86_64-linux/cefpdflatex + bin/x86_64-linux/cefsconv + bin/x86_64-linux/cefslatex + bin/x86_64-linux/cefspdflatex + bin/x86_64-linux/extconv + bin/x86_64-linux/gbklatex + bin/x86_64-linux/gbkpdflatex + bin/x86_64-linux/hbf2gf + bin/x86_64-linux/sjisconv + bin/x86_64-linux/sjislatex + bin/x86_64-linux/sjispdflatex + +name cjw +category Package +revision 15878 +shortdesc A bundle of packages and classes. +longdesc The bundle contains: - a collection of support macros, offering +longdesc general support, support for various areas of maths, and for +longdesc typesetting of units, - a letter and envelope class, - an +longdesc outlining package, and - a package that enables all of Plain +longdesc TeX usage under LaTeX. +docfiles size=138 + texmf-dist/doc/latex/cjw/cjw-latex.pdf details="General support documentation" + texmf-dist/doc/latex/cjw/cjw-ltr.pdf details="Letter class documentation" + texmf-dist/doc/latex/cjw/cjwoutl.pdf details="Documentation of outline package" + texmf-dist/doc/latex/cjw/cjwplain.pdf details="Documentation of Plain TeX support" +srcfiles size=50 + texmf-dist/source/latex/cjw/cjw-latex.dtx + texmf-dist/source/latex/cjw/cjw-latex.ins + texmf-dist/source/latex/cjw/cjw-ltr.dtx + texmf-dist/source/latex/cjw/cjw-ltr.ins + texmf-dist/source/latex/cjw/cjwoutl.dtx + texmf-dist/source/latex/cjw/cjwoutl.ins + texmf-dist/source/latex/cjw/cjwplain.dtx + texmf-dist/source/latex/cjw/cjwplain.ins +runfiles size=27 + texmf-dist/tex/latex/cjw/cjw-env.cls + texmf-dist/tex/latex/cjw/cjw-ltr.cls + texmf-dist/tex/latex/cjw/cjwderiv.tex + texmf-dist/tex/latex/cjw/cjwinteg.tex + texmf-dist/tex/latex/cjw/cjwmacro.sty + texmf-dist/tex/latex/cjw/cjwmath.sty + texmf-dist/tex/latex/cjw/cjwoutl.sty + texmf-dist/tex/latex/cjw/cjwphys.tex + texmf-dist/tex/latex/cjw/cjwplain.sty + texmf-dist/tex/latex/cjw/cjwplout.clo + texmf-dist/tex/latex/cjw/cjwpltab.clo + texmf-dist/tex/latex/cjw/cjwresize.sty + texmf-dist/tex/latex/cjw/cjwunits.sty +catalogue-ctan /macros/latex/contrib/cjw +catalogue-date 2008-12-25 22:29:26 +0100 +catalogue-license noinfo + +name clarendo +category Package +revision 13293 +runfiles size=8 + texmf-dist/fonts/tfm/cg/clarendo/ccdr8tc.tfm + texmf-dist/fonts/tfm/cg/clarendo/ccdrrc.tfm + texmf-dist/fonts/tfm/cg/clarendo/clc10u.tfm + texmf-dist/fonts/tfm/cg/clarendo/clc6j.tfm + texmf-dist/fonts/tfm/cg/clarendo/clc7j.tfm + texmf-dist/fonts/tfm/cg/clarendo/clc8u.tfm + texmf-dist/fonts/vf/cg/clarendo/ccdr8tc.vf + texmf-dist/fonts/vf/cg/clarendo/ccdrrc.vf + +name classicthesis +category Package +revision 15878 +shortdesc A "classically styled" thesis package. +longdesc The classicthesis package provides an elegant layout designed +longdesc in homage to Bringhurst's "The Elements of Typographic Style". +longdesc It makes use of a range of techniques to get the best results +longdesc achievable using TeX. Included in the bundle are templates to +longdesc make thesis writing easier. +docfiles size=205 + texmf-dist/doc/latex/classicthesis/Bibliography.bib + texmf-dist/doc/latex/classicthesis/CHANGES + texmf-dist/doc/latex/classicthesis/COPYING + texmf-dist/doc/latex/classicthesis/Chapters/Chapter01.tex + texmf-dist/doc/latex/classicthesis/Chapters/Chapter02.tex + texmf-dist/doc/latex/classicthesis/Chapters/Chapter03.tex + texmf-dist/doc/latex/classicthesis/Chapters/Chapter0A.tex + texmf-dist/doc/latex/classicthesis/ClassicThesis.pdf details="Package documentation" + texmf-dist/doc/latex/classicthesis/ClassicThesis.tcp + texmf-dist/doc/latex/classicthesis/ClassicThesis.tex + texmf-dist/doc/latex/classicthesis/ClassicThesis.tps + texmf-dist/doc/latex/classicthesis/Examples/classicthesis-article.pdf + texmf-dist/doc/latex/classicthesis/Examples/classicthesis-article.tex + texmf-dist/doc/latex/classicthesis/Examples/classicthesis-book.pdf + texmf-dist/doc/latex/classicthesis/Examples/classicthesis-book.tex + texmf-dist/doc/latex/classicthesis/Examples/classicthesis-cv.pdf + texmf-dist/doc/latex/classicthesis/Examples/classicthesis-cv.tex + texmf-dist/doc/latex/classicthesis/FrontBackmatter/Abstract.tex + texmf-dist/doc/latex/classicthesis/FrontBackmatter/Acknowledgments.tex + texmf-dist/doc/latex/classicthesis/FrontBackmatter/Bibliography.tex + texmf-dist/doc/latex/classicthesis/FrontBackmatter/Colophon.tex + texmf-dist/doc/latex/classicthesis/FrontBackmatter/Contents.tex + texmf-dist/doc/latex/classicthesis/FrontBackmatter/Declaration.tex + texmf-dist/doc/latex/classicthesis/FrontBackmatter/Dedication.tex + texmf-dist/doc/latex/classicthesis/FrontBackmatter/DirtyTitlepage.tex + texmf-dist/doc/latex/classicthesis/FrontBackmatter/Publication.tex + texmf-dist/doc/latex/classicthesis/FrontBackmatter/Titleback.tex + texmf-dist/doc/latex/classicthesis/FrontBackmatter/Titlepage.tex + texmf-dist/doc/latex/classicthesis/LISTOFFILES + texmf-dist/doc/latex/classicthesis/README details="Package README" + texmf-dist/doc/latex/classicthesis/gfx/TFZsuperellipse_bw.pdf + texmf-dist/doc/latex/classicthesis/gfx/example_1.jpg + texmf-dist/doc/latex/classicthesis/gfx/example_2.jpg + texmf-dist/doc/latex/classicthesis/gfx/example_3.jpg + texmf-dist/doc/latex/classicthesis/gfx/example_4.jpg +runfiles size=9 + texmf-dist/tex/latex/classicthesis/classicthesis-ldpkg.sty + texmf-dist/tex/latex/classicthesis/classicthesis.sty +catalogue-ctan /macros/latex/contrib/classicthesis +catalogue-date 2009-09-27 10:36:15 +0200 +catalogue-license gpl + +name clefval +category Package +revision 15878 +shortdesc Key/value support with a hash. +longdesc This package provides only two macros viz. \TheKey and +longdesc \TheValue to define then use pairs of key/value and gives a +longdesc semblance of a hash. Syntax: \TheKey{key}{value} to define the +longdesc value associated to the key, does not produce text; +longdesc \TheValue{key} to return the value linked to the key. Both +longdesc arguments of \TheKey are 'moving' as LaTeX defines the term and +longdesc we have sometimes to protect them. +docfiles size=96 + texmf-dist/doc/latex/clefval/Changements + texmf-dist/doc/latex/clefval/Changes + texmf-dist/doc/latex/clefval/LISEZMOI + texmf-dist/doc/latex/clefval/README details="Package README" + texmf-dist/doc/latex/clefval/clefval.pdf details="Package documentation" + texmf-dist/doc/latex/clefval/example.pdf details="Package example of use (English)" + texmf-dist/doc/latex/clefval/example.tex + texmf-dist/doc/latex/clefval/exemple.pdf details="Package examples of use (French)" language="fr" + texmf-dist/doc/latex/clefval/exemple.tex +srcfiles size=9 + texmf-dist/source/latex/clefval/Makefile + texmf-dist/source/latex/clefval/clefval.dtx + texmf-dist/source/latex/clefval/clefval.ins + texmf-dist/source/latex/clefval/fra-clefval.ins +runfiles size=1 + texmf-dist/tex/latex/clefval/clefval.sty +catalogue-ctan /macros/latex/contrib/clefval +catalogue-date 2006-12-07 15:13:33 +0100 +catalogue-license lppl +catalogue-version 0 + +name cleveref +category Package +revision 15878 +shortdesc Automatic cross-reference formatting. +longdesc The package enhances LaTeX's cross-referencing features, +longdesc allowing the format of references to be determined +longdesc automatically according to the type of reference. The formats +longdesc used may be customised in the preamble of a document; babel +longdesc support is available (though the choice of languages remains +longdesc limited). The package also offers a means of referencing a list +longdesc of references, each formatted according to its type. In such +longdesc lists, it can collapse sequences of numerically-consecutive +longdesc labels to a reference range. +docfiles size=97 + texmf-dist/doc/latex/cleveref/README details="Readme" + texmf-dist/doc/latex/cleveref/cleveref.pdf details="Package documentation" +srcfiles size=72 + texmf-dist/source/latex/cleveref/cleveref.dtx + texmf-dist/source/latex/cleveref/cleveref.ins +runfiles size=40 + texmf-dist/tex/latex/cleveref/cleveref.sty +catalogue-ctan /macros/latex/contrib/cleveref +catalogue-date 2009-09-27 09:07:02 +0200 +catalogue-license lppl +catalogue-version 0.14.2 + +name clock +category Package +revision 15878 +shortdesc Graphical and textual clocks for TeX and LaTeX. +longdesc Features graphical clocks (with a classical 12h dial and two +longdesc hands) and text clocks (in 24h format) which can show system +longdesc time or any time the user desires. Works with both TeX and +longdesc LaTeX. The clock faces (appearances of the dial) are easily +longdesc expandable; the default uses a custom MetaFont font. +docfiles size=35 + texmf-dist/doc/latex/clock/COPYING + texmf-dist/doc/latex/clock/EMTEX + texmf-dist/doc/latex/clock/HISTORY + texmf-dist/doc/latex/clock/INSTALL + texmf-dist/doc/latex/clock/MIKTEX + texmf-dist/doc/latex/clock/README + texmf-dist/doc/latex/clock/clockdoc.pdf + texmf-dist/doc/latex/clock/clockdoc.tex +runfiles size=4 + texmf-dist/fonts/source/public/clock/clock.mf + texmf-dist/fonts/tfm/public/clock/clock.tfm + texmf-dist/tex/latex/clock/clock.sty + texmf-dist/tex/latex/clock/clock.tex +catalogue-ctan /macros/latex/contrib/clock +catalogue-date 2008-04-19 23:05:28 +0200 +catalogue-license other-free + +name clrscode +category Package +revision 15878 +shortdesc Typesets pseudocode as in Introduction to Algorithms. +longdesc This package allows you to typeset pseudocode in the style of +longdesc Introduction to Algorithms, Second edition, by Cormen, +longdesc Leiserson, Rivest, and Stein. The package was written by the +longdesc authors. You use the commands the same way the package's author +longdesc did when writing the book, and your output will look just like +longdesc the pseudocode in the text. +docfiles size=11 + texmf-dist/doc/latex/clrscode/README + texmf-dist/doc/latex/clrscode/clrscode.pdf details="Package documentation" +runfiles size=3 + texmf-dist/tex/latex/clrscode/clrscode.sty +catalogue-ctan /macros/latex/contrib/clrscode +catalogue-date 2007-03-29 23:17:09 +0200 +catalogue-license lppl +catalogue-version 1.7 + +name cm +category Package +revision 15878 +shortdesc Computer Modern fonts. +longdesc Knuth's final iteration of his re-interpretation of a c.19 +longdesc Modern-style font from Monotype. The family is comprehensive, +longdesc offering both sans and roman styles, and a monospaced font, +longdesc together with mathematics fonts closely integrated with the +longdesc mathematical facilities of TeX itself. The base fonts are +longdesc distributed as MetaFont source, but autotraced PostScript Type +longdesc 1 versions are available (one version in the AMS fonts +longdesc distribution, and also the BaKoMa distribution). The Computer +longdesc Modern fonts have inspired many later families, notably the +longdesc European Computer Modern and the Latin Modern families. +execute addMixedMap cmtext-bsr-interpolated.map +docfiles size=2 + texmf-dist/doc/fonts/cm/README + texmf-dist/doc/fonts/cm/README-cmps.txt +runfiles size=355 + texmf-dist/fonts/map/dvips/cm/cmtext-bsr-interpolated.map + texmf-dist/fonts/pk/ljfour/public/cm/dpi600/cmbx10.pk + texmf-dist/fonts/pk/ljfour/public/cm/dpi600/cmex10.pk + texmf-dist/fonts/pk/ljfour/public/cm/dpi600/cmmi10.pk + texmf-dist/fonts/pk/ljfour/public/cm/dpi600/cmmi7.pk + texmf-dist/fonts/pk/ljfour/public/cm/dpi600/cmr10.pk + texmf-dist/fonts/pk/ljfour/public/cm/dpi600/cmr12.pk + texmf-dist/fonts/pk/ljfour/public/cm/dpi600/cmr17.pk + texmf-dist/fonts/pk/ljfour/public/cm/dpi600/cmr6.pk + texmf-dist/fonts/pk/ljfour/public/cm/dpi600/cmr7.pk + texmf-dist/fonts/pk/ljfour/public/cm/dpi600/cmr8.pk + texmf-dist/fonts/pk/ljfour/public/cm/dpi600/cmsl10.pk + texmf-dist/fonts/pk/ljfour/public/cm/dpi600/cmsy10.pk + texmf-dist/fonts/pk/ljfour/public/cm/dpi600/cmsy7.pk + texmf-dist/fonts/pk/ljfour/public/cm/dpi600/cmti10.pk + texmf-dist/fonts/pk/ljfour/public/cm/dpi720/cmbx12.pk + texmf-dist/fonts/source/public/cm/accent.mf + texmf-dist/fonts/source/public/cm/bigacc.mf + texmf-dist/fonts/source/public/cm/bigdel.mf + texmf-dist/fonts/source/public/cm/bigop.mf + texmf-dist/fonts/source/public/cm/calu.mf + texmf-dist/fonts/source/public/cm/cmb10.mf + texmf-dist/fonts/source/public/cm/cmbase.mf + texmf-dist/fonts/source/public/cm/cmbcsc10.mf + texmf-dist/fonts/source/public/cm/cmbsy10.mf + texmf-dist/fonts/source/public/cm/cmbtex10.mf + texmf-dist/fonts/source/public/cm/cmbtt10.mf + texmf-dist/fonts/source/public/cm/cmbtt8.mf + texmf-dist/fonts/source/public/cm/cmbtt9.mf + texmf-dist/fonts/source/public/cm/cmbx10.mf + texmf-dist/fonts/source/public/cm/cmbx12.mf + texmf-dist/fonts/source/public/cm/cmbx5.mf + texmf-dist/fonts/source/public/cm/cmbx6.mf + texmf-dist/fonts/source/public/cm/cmbx7.mf + texmf-dist/fonts/source/public/cm/cmbx8.mf + texmf-dist/fonts/source/public/cm/cmbx9.mf + texmf-dist/fonts/source/public/cm/cmbxsl10.mf + texmf-dist/fonts/source/public/cm/cmbxti10.mf + texmf-dist/fonts/source/public/cm/cmcsc10.mf + texmf-dist/fonts/source/public/cm/cmdunh10.mf + texmf-dist/fonts/source/public/cm/cmex10.mf + texmf-dist/fonts/source/public/cm/cmexb10.mf + texmf-dist/fonts/source/public/cm/cmff10.mf + texmf-dist/fonts/source/public/cm/cmfi10.mf + texmf-dist/fonts/source/public/cm/cmfib8.mf + texmf-dist/fonts/source/public/cm/cminch.mf + texmf-dist/fonts/source/public/cm/cmitt10.mf + texmf-dist/fonts/source/public/cm/cmmi10.mf + texmf-dist/fonts/source/public/cm/cmmi12.mf + texmf-dist/fonts/source/public/cm/cmmi5.mf + texmf-dist/fonts/source/public/cm/cmmi6.mf + texmf-dist/fonts/source/public/cm/cmmi7.mf + texmf-dist/fonts/source/public/cm/cmmi8.mf + texmf-dist/fonts/source/public/cm/cmmi9.mf + texmf-dist/fonts/source/public/cm/cmmib10.mf + texmf-dist/fonts/source/public/cm/cmplain.mf + texmf-dist/fonts/source/public/cm/cmr10.mf + texmf-dist/fonts/source/public/cm/cmr12.mf + texmf-dist/fonts/source/public/cm/cmr17.mf + texmf-dist/fonts/source/public/cm/cmr5.mf + texmf-dist/fonts/source/public/cm/cmr6.mf + texmf-dist/fonts/source/public/cm/cmr7.mf + texmf-dist/fonts/source/public/cm/cmr8.mf + texmf-dist/fonts/source/public/cm/cmr9.mf + texmf-dist/fonts/source/public/cm/cmsl10.mf + texmf-dist/fonts/source/public/cm/cmsl12.mf + texmf-dist/fonts/source/public/cm/cmsl8.mf + texmf-dist/fonts/source/public/cm/cmsl9.mf + texmf-dist/fonts/source/public/cm/cmsltt10.mf + texmf-dist/fonts/source/public/cm/cmss10.mf + texmf-dist/fonts/source/public/cm/cmss12.mf + texmf-dist/fonts/source/public/cm/cmss17.mf + texmf-dist/fonts/source/public/cm/cmss8.mf + texmf-dist/fonts/source/public/cm/cmss9.mf + texmf-dist/fonts/source/public/cm/cmssbx10.mf + texmf-dist/fonts/source/public/cm/cmssdc10.mf + texmf-dist/fonts/source/public/cm/cmssi10.mf + texmf-dist/fonts/source/public/cm/cmssi12.mf + texmf-dist/fonts/source/public/cm/cmssi17.mf + texmf-dist/fonts/source/public/cm/cmssi8.mf + texmf-dist/fonts/source/public/cm/cmssi9.mf + texmf-dist/fonts/source/public/cm/cmssq8.mf + texmf-dist/fonts/source/public/cm/cmssqi8.mf + texmf-dist/fonts/source/public/cm/cmsy10.mf + texmf-dist/fonts/source/public/cm/cmsy5.mf + texmf-dist/fonts/source/public/cm/cmsy6.mf + texmf-dist/fonts/source/public/cm/cmsy7.mf + texmf-dist/fonts/source/public/cm/cmsy8.mf + texmf-dist/fonts/source/public/cm/cmsy9.mf + texmf-dist/fonts/source/public/cm/cmtcsc10.mf + texmf-dist/fonts/source/public/cm/cmtex10.mf + texmf-dist/fonts/source/public/cm/cmtex8.mf + texmf-dist/fonts/source/public/cm/cmtex9.mf + texmf-dist/fonts/source/public/cm/cmti10.mf + texmf-dist/fonts/source/public/cm/cmti12.mf + texmf-dist/fonts/source/public/cm/cmti7.mf + texmf-dist/fonts/source/public/cm/cmti8.mf + texmf-dist/fonts/source/public/cm/cmti9.mf + texmf-dist/fonts/source/public/cm/cmtt10.mf + texmf-dist/fonts/source/public/cm/cmtt12.mf + texmf-dist/fonts/source/public/cm/cmtt8.mf + texmf-dist/fonts/source/public/cm/cmtt9.mf + texmf-dist/fonts/source/public/cm/cmttb10.mf + texmf-dist/fonts/source/public/cm/cmu10.mf + texmf-dist/fonts/source/public/cm/cmvtt10.mf + texmf-dist/fonts/source/public/cm/comlig.mf + texmf-dist/fonts/source/public/cm/csc.mf + texmf-dist/fonts/source/public/cm/cscspu.mf + texmf-dist/fonts/source/public/cm/greekl.mf + texmf-dist/fonts/source/public/cm/greeku.mf + texmf-dist/fonts/source/public/cm/itald.mf + texmf-dist/fonts/source/public/cm/italig.mf + texmf-dist/fonts/source/public/cm/itall.mf + texmf-dist/fonts/source/public/cm/italms.mf + texmf-dist/fonts/source/public/cm/italp.mf + texmf-dist/fonts/source/public/cm/italsp.mf + texmf-dist/fonts/source/public/cm/mathex.mf + texmf-dist/fonts/source/public/cm/mathit.mf + texmf-dist/fonts/source/public/cm/mathsy.mf + texmf-dist/fonts/source/public/cm/olddig.mf + texmf-dist/fonts/source/public/cm/punct.mf + texmf-dist/fonts/source/public/cm/roman.mf + texmf-dist/fonts/source/public/cm/romand.mf + texmf-dist/fonts/source/public/cm/romanl.mf + texmf-dist/fonts/source/public/cm/romanp.mf + texmf-dist/fonts/source/public/cm/romanu.mf + texmf-dist/fonts/source/public/cm/romlig.mf + texmf-dist/fonts/source/public/cm/romms.mf + texmf-dist/fonts/source/public/cm/romspl.mf + texmf-dist/fonts/source/public/cm/romspu.mf + texmf-dist/fonts/source/public/cm/romsub.mf + texmf-dist/fonts/source/public/cm/sym.mf + texmf-dist/fonts/source/public/cm/symbol.mf + texmf-dist/fonts/source/public/cm/texset.mf + texmf-dist/fonts/source/public/cm/textit.mf + texmf-dist/fonts/source/public/cm/title.mf + texmf-dist/fonts/source/public/cm/tset.mf + texmf-dist/fonts/source/public/cm/tsetsl.mf + texmf-dist/fonts/source/public/cm/white_setup.mf + texmf-dist/fonts/tfm/public/cm/cmb10.tfm + texmf-dist/fonts/tfm/public/cm/cmbcsc10.tfm + texmf-dist/fonts/tfm/public/cm/cmbsy10.tfm + texmf-dist/fonts/tfm/public/cm/cmbx10.tfm + texmf-dist/fonts/tfm/public/cm/cmbx12.tfm + texmf-dist/fonts/tfm/public/cm/cmbx5.tfm + texmf-dist/fonts/tfm/public/cm/cmbx6.tfm + texmf-dist/fonts/tfm/public/cm/cmbx7.tfm + texmf-dist/fonts/tfm/public/cm/cmbx8.tfm + texmf-dist/fonts/tfm/public/cm/cmbx9.tfm + texmf-dist/fonts/tfm/public/cm/cmbxsl10.tfm + texmf-dist/fonts/tfm/public/cm/cmbxti10.tfm + texmf-dist/fonts/tfm/public/cm/cmcsc10.tfm + texmf-dist/fonts/tfm/public/cm/cmdunh10.tfm + texmf-dist/fonts/tfm/public/cm/cmex10.tfm + texmf-dist/fonts/tfm/public/cm/cmff10.tfm + texmf-dist/fonts/tfm/public/cm/cmfi10.tfm + texmf-dist/fonts/tfm/public/cm/cmfib8.tfm + texmf-dist/fonts/tfm/public/cm/cminch.tfm + texmf-dist/fonts/tfm/public/cm/cmitt10.tfm + texmf-dist/fonts/tfm/public/cm/cmmi10.tfm + texmf-dist/fonts/tfm/public/cm/cmmi12.tfm + texmf-dist/fonts/tfm/public/cm/cmmi5.tfm + texmf-dist/fonts/tfm/public/cm/cmmi6.tfm + texmf-dist/fonts/tfm/public/cm/cmmi7.tfm + texmf-dist/fonts/tfm/public/cm/cmmi8.tfm + texmf-dist/fonts/tfm/public/cm/cmmi9.tfm + texmf-dist/fonts/tfm/public/cm/cmmib10.tfm + texmf-dist/fonts/tfm/public/cm/cmr10.tfm + texmf-dist/fonts/tfm/public/cm/cmr12.tfm + texmf-dist/fonts/tfm/public/cm/cmr17.tfm + texmf-dist/fonts/tfm/public/cm/cmr5.tfm + texmf-dist/fonts/tfm/public/cm/cmr6.tfm + texmf-dist/fonts/tfm/public/cm/cmr7.tfm + texmf-dist/fonts/tfm/public/cm/cmr8.tfm + texmf-dist/fonts/tfm/public/cm/cmr9.tfm + texmf-dist/fonts/tfm/public/cm/cmsl10.tfm + texmf-dist/fonts/tfm/public/cm/cmsl12.tfm + texmf-dist/fonts/tfm/public/cm/cmsl8.tfm + texmf-dist/fonts/tfm/public/cm/cmsl9.tfm + texmf-dist/fonts/tfm/public/cm/cmsltt10.tfm + texmf-dist/fonts/tfm/public/cm/cmss10.tfm + texmf-dist/fonts/tfm/public/cm/cmss12.tfm + texmf-dist/fonts/tfm/public/cm/cmss17.tfm + texmf-dist/fonts/tfm/public/cm/cmss8.tfm + texmf-dist/fonts/tfm/public/cm/cmss9.tfm + texmf-dist/fonts/tfm/public/cm/cmssbx10.tfm + texmf-dist/fonts/tfm/public/cm/cmssdc10.tfm + texmf-dist/fonts/tfm/public/cm/cmssi10.tfm + texmf-dist/fonts/tfm/public/cm/cmssi12.tfm + texmf-dist/fonts/tfm/public/cm/cmssi17.tfm + texmf-dist/fonts/tfm/public/cm/cmssi8.tfm + texmf-dist/fonts/tfm/public/cm/cmssi9.tfm + texmf-dist/fonts/tfm/public/cm/cmssq8.tfm + texmf-dist/fonts/tfm/public/cm/cmssqi8.tfm + texmf-dist/fonts/tfm/public/cm/cmsy10.tfm + texmf-dist/fonts/tfm/public/cm/cmsy5.tfm + texmf-dist/fonts/tfm/public/cm/cmsy6.tfm + texmf-dist/fonts/tfm/public/cm/cmsy7.tfm + texmf-dist/fonts/tfm/public/cm/cmsy8.tfm + texmf-dist/fonts/tfm/public/cm/cmsy9.tfm + texmf-dist/fonts/tfm/public/cm/cmtcsc10.tfm + texmf-dist/fonts/tfm/public/cm/cmtex10.tfm + texmf-dist/fonts/tfm/public/cm/cmtex8.tfm + texmf-dist/fonts/tfm/public/cm/cmtex9.tfm + texmf-dist/fonts/tfm/public/cm/cmti10.tfm + texmf-dist/fonts/tfm/public/cm/cmti12.tfm + texmf-dist/fonts/tfm/public/cm/cmti7.tfm + texmf-dist/fonts/tfm/public/cm/cmti8.tfm + texmf-dist/fonts/tfm/public/cm/cmti9.tfm + texmf-dist/fonts/tfm/public/cm/cmtt10.tfm + texmf-dist/fonts/tfm/public/cm/cmtt12.tfm + texmf-dist/fonts/tfm/public/cm/cmtt8.tfm + texmf-dist/fonts/tfm/public/cm/cmtt9.tfm + texmf-dist/fonts/tfm/public/cm/cmu10.tfm + texmf-dist/fonts/tfm/public/cm/cmvtt10.tfm +catalogue-ctan /fonts/cm +catalogue-date 2009-07-03 18:23:26 +0200 +catalogue-license knuth + +name cm-lgc +category Package +revision 15878 +shortdesc Type 1 CM-based fonts for Latin, Greek and Cyrillic. +longdesc The fonts are converted from MetaFont sources of the Computer +longdesc Modern font families, using textrace. Supported encodings are: +longdesc T1 (Latin), T2A (Cyrillic), LGR (Greek) and TS1. The package +longdesc also includes Unicode virtual fonts for use with Omega. The +longdesc font set is not a replacement for any of the other Computer +longdesc Modern-based font sets (for example, cm-super for Latin and +longdesc Cyrillic, or cbgreek for Greek), since it is available at a +longdesc single size only; it offers a compact set for 'general' +longdesc working. The fonts themselves are encoded to external +longdesc standards, and virtual fonts are provided for use with TeX. +execute addMap cm-lgc.map +docfiles size=10 + texmf-dist/doc/latex/cm-lgc/COPYING + texmf-dist/doc/latex/cm-lgc/HISTORY + texmf-dist/doc/latex/cm-lgc/INSTALL details="Installation instructions" + texmf-dist/doc/latex/cm-lgc/README details="Bundle Readme" +runfiles size=3758 + texmf-dist/fonts/afm/public/cm-lgc/fcmb6y.afm + texmf-dist/fonts/afm/public/cm-lgc/fcmb6z.afm + texmf-dist/fonts/afm/public/cm-lgc/fcmb8a.afm + texmf-dist/fonts/afm/public/cm-lgc/fcmbc6y.afm + texmf-dist/fonts/afm/public/cm-lgc/fcmbc6z.afm + texmf-dist/fonts/afm/public/cm-lgc/fcmbc8a.afm + texmf-dist/fonts/afm/public/cm-lgc/fcmbcpg.afm + texmf-dist/fonts/afm/public/cm-lgc/fcmbi6y.afm + texmf-dist/fonts/afm/public/cm-lgc/fcmbi6z.afm + texmf-dist/fonts/afm/public/cm-lgc/fcmbi8a.afm + texmf-dist/fonts/afm/public/cm-lgc/fcmbij6y.afm + texmf-dist/fonts/afm/public/cm-lgc/fcmbij6z.afm + texmf-dist/fonts/afm/public/cm-lgc/fcmbij8a.afm + texmf-dist/fonts/afm/public/cm-lgc/fcmbijpg.afm + texmf-dist/fonts/afm/public/cm-lgc/fcmbipg.afm + texmf-dist/fonts/afm/public/cm-lgc/fcmbpg.afm + texmf-dist/fonts/afm/public/cm-lgc/fcmr6y.afm + texmf-dist/fonts/afm/public/cm-lgc/fcmr6z.afm + texmf-dist/fonts/afm/public/cm-lgc/fcmr8a.afm + texmf-dist/fonts/afm/public/cm-lgc/fcmrc6y.afm + texmf-dist/fonts/afm/public/cm-lgc/fcmrc6z.afm + texmf-dist/fonts/afm/public/cm-lgc/fcmrc8a.afm + texmf-dist/fonts/afm/public/cm-lgc/fcmrcpg.afm + texmf-dist/fonts/afm/public/cm-lgc/fcmri6y.afm + texmf-dist/fonts/afm/public/cm-lgc/fcmri6z.afm + texmf-dist/fonts/afm/public/cm-lgc/fcmri8a.afm + texmf-dist/fonts/afm/public/cm-lgc/fcmrij6y.afm + texmf-dist/fonts/afm/public/cm-lgc/fcmrij6z.afm + texmf-dist/fonts/afm/public/cm-lgc/fcmrij8a.afm + texmf-dist/fonts/afm/public/cm-lgc/fcmrijpg.afm + texmf-dist/fonts/afm/public/cm-lgc/fcmripg.afm + texmf-dist/fonts/afm/public/cm-lgc/fcmrpg.afm + texmf-dist/fonts/afm/public/cm-lgc/fcsb6y.afm + texmf-dist/fonts/afm/public/cm-lgc/fcsb6z.afm + texmf-dist/fonts/afm/public/cm-lgc/fcsb8a.afm + texmf-dist/fonts/afm/public/cm-lgc/fcsbo6y.afm + texmf-dist/fonts/afm/public/cm-lgc/fcsbo6z.afm + texmf-dist/fonts/afm/public/cm-lgc/fcsbo8a.afm + texmf-dist/fonts/afm/public/cm-lgc/fcsbopg.afm + texmf-dist/fonts/afm/public/cm-lgc/fcsbpg.afm + texmf-dist/fonts/afm/public/cm-lgc/fcsr6y.afm + texmf-dist/fonts/afm/public/cm-lgc/fcsr6z.afm + texmf-dist/fonts/afm/public/cm-lgc/fcsr8a.afm + texmf-dist/fonts/afm/public/cm-lgc/fcsro6y.afm + texmf-dist/fonts/afm/public/cm-lgc/fcsro6z.afm + texmf-dist/fonts/afm/public/cm-lgc/fcsro8a.afm + texmf-dist/fonts/afm/public/cm-lgc/fcsropg.afm + texmf-dist/fonts/afm/public/cm-lgc/fcsrpg.afm + texmf-dist/fonts/afm/public/cm-lgc/fctr6y.afm + texmf-dist/fonts/afm/public/cm-lgc/fctr6z.afm + texmf-dist/fonts/afm/public/cm-lgc/fctr8a.afm + texmf-dist/fonts/afm/public/cm-lgc/fctrc6y.afm + texmf-dist/fonts/afm/public/cm-lgc/fctrc6z.afm + texmf-dist/fonts/afm/public/cm-lgc/fctrc8a.afm + texmf-dist/fonts/afm/public/cm-lgc/fctrcpg.afm + texmf-dist/fonts/afm/public/cm-lgc/fctri6y.afm + texmf-dist/fonts/afm/public/cm-lgc/fctri6z.afm + texmf-dist/fonts/afm/public/cm-lgc/fctri8a.afm + texmf-dist/fonts/afm/public/cm-lgc/fctrij6y.afm + texmf-dist/fonts/afm/public/cm-lgc/fctrij6z.afm + texmf-dist/fonts/afm/public/cm-lgc/fctrij8a.afm + texmf-dist/fonts/afm/public/cm-lgc/fctrijpg.afm + texmf-dist/fonts/afm/public/cm-lgc/fctripg.afm + texmf-dist/fonts/afm/public/cm-lgc/fctrpg.afm + texmf-dist/fonts/enc/dvips/cm-lgc/8r-mod.enc + texmf-dist/fonts/map/dvips/cm-lgc/cm-lgc.map + texmf-dist/fonts/ofm/public/cm-lgc/fcmbcut.ofm + texmf-dist/fonts/ofm/public/cm-lgc/fcmbiut.ofm + texmf-dist/fonts/ofm/public/cm-lgc/fcmbut.ofm + texmf-dist/fonts/ofm/public/cm-lgc/fcmrcut.ofm + texmf-dist/fonts/ofm/public/cm-lgc/fcmriut.ofm + texmf-dist/fonts/ofm/public/cm-lgc/fcmrut.ofm + texmf-dist/fonts/ofm/public/cm-lgc/fcsbout.ofm + texmf-dist/fonts/ofm/public/cm-lgc/fcsbut.ofm + texmf-dist/fonts/ofm/public/cm-lgc/fcsrout.ofm + texmf-dist/fonts/ofm/public/cm-lgc/fcsrut.ofm + texmf-dist/fonts/ofm/public/cm-lgc/fctrcut.ofm + texmf-dist/fonts/ofm/public/cm-lgc/fctriut.ofm + texmf-dist/fonts/ofm/public/cm-lgc/fctrut.ofm + texmf-dist/fonts/ovf/public/cm-lgc/fcmbcut.ovf + texmf-dist/fonts/ovf/public/cm-lgc/fcmbiut.ovf + texmf-dist/fonts/ovf/public/cm-lgc/fcmbut.ovf + texmf-dist/fonts/ovf/public/cm-lgc/fcmrcut.ovf + texmf-dist/fonts/ovf/public/cm-lgc/fcmriut.ovf + texmf-dist/fonts/ovf/public/cm-lgc/fcmrut.ovf + texmf-dist/fonts/ovf/public/cm-lgc/fcsbout.ovf + texmf-dist/fonts/ovf/public/cm-lgc/fcsbut.ovf + texmf-dist/fonts/ovf/public/cm-lgc/fcsrout.ovf + texmf-dist/fonts/ovf/public/cm-lgc/fcsrut.ovf + texmf-dist/fonts/ovf/public/cm-lgc/fctrcut.ovf + texmf-dist/fonts/ovf/public/cm-lgc/fctriut.ovf + texmf-dist/fonts/ovf/public/cm-lgc/fctrut.ovf + texmf-dist/fonts/tfm/public/cm-lgc/fcmb6a.tfm + texmf-dist/fonts/tfm/public/cm-lgc/fcmb6y.tfm + texmf-dist/fonts/tfm/public/cm-lgc/fcmb6z.tfm + texmf-dist/fonts/tfm/public/cm-lgc/fcmb8a.tfm + texmf-dist/fonts/tfm/public/cm-lgc/fcmb8c.tfm + texmf-dist/fonts/tfm/public/cm-lgc/fcmb8r.tfm + texmf-dist/fonts/tfm/public/cm-lgc/fcmb8t.tfm + texmf-dist/fonts/tfm/public/cm-lgc/fcmbc6a.tfm + texmf-dist/fonts/tfm/public/cm-lgc/fcmbc6y.tfm + texmf-dist/fonts/tfm/public/cm-lgc/fcmbc6z.tfm + texmf-dist/fonts/tfm/public/cm-lgc/fcmbc8a.tfm + texmf-dist/fonts/tfm/public/cm-lgc/fcmbc8r-nokern.tfm + texmf-dist/fonts/tfm/public/cm-lgc/fcmbc8r.tfm + texmf-dist/fonts/tfm/public/cm-lgc/fcmbc8t.tfm + texmf-dist/fonts/tfm/public/cm-lgc/fcmbcgr.tfm + texmf-dist/fonts/tfm/public/cm-lgc/fcmbcpg.tfm + texmf-dist/fonts/tfm/public/cm-lgc/fcmbgr.tfm + texmf-dist/fonts/tfm/public/cm-lgc/fcmbi6a.tfm + texmf-dist/fonts/tfm/public/cm-lgc/fcmbi6y.tfm + texmf-dist/fonts/tfm/public/cm-lgc/fcmbi6z.tfm + texmf-dist/fonts/tfm/public/cm-lgc/fcmbi8a.tfm + texmf-dist/fonts/tfm/public/cm-lgc/fcmbi8c.tfm + texmf-dist/fonts/tfm/public/cm-lgc/fcmbi8r.tfm + texmf-dist/fonts/tfm/public/cm-lgc/fcmbi8t.tfm + texmf-dist/fonts/tfm/public/cm-lgc/fcmbigr.tfm + texmf-dist/fonts/tfm/public/cm-lgc/fcmbij6z.tfm + texmf-dist/fonts/tfm/public/cm-lgc/fcmbij8a.tfm + texmf-dist/fonts/tfm/public/cm-lgc/fcmbij8r-nokern.tfm + texmf-dist/fonts/tfm/public/cm-lgc/fcmbij8r.tfm + texmf-dist/fonts/tfm/public/cm-lgc/fcmbipg.tfm + texmf-dist/fonts/tfm/public/cm-lgc/fcmbpg.tfm + texmf-dist/fonts/tfm/public/cm-lgc/fcmr6a.tfm + texmf-dist/fonts/tfm/public/cm-lgc/fcmr6y.tfm + texmf-dist/fonts/tfm/public/cm-lgc/fcmr6z.tfm + texmf-dist/fonts/tfm/public/cm-lgc/fcmr8a.tfm + texmf-dist/fonts/tfm/public/cm-lgc/fcmr8c.tfm + texmf-dist/fonts/tfm/public/cm-lgc/fcmr8r.tfm + texmf-dist/fonts/tfm/public/cm-lgc/fcmr8t.tfm + texmf-dist/fonts/tfm/public/cm-lgc/fcmrc6a.tfm + texmf-dist/fonts/tfm/public/cm-lgc/fcmrc6y.tfm + texmf-dist/fonts/tfm/public/cm-lgc/fcmrc6z.tfm + texmf-dist/fonts/tfm/public/cm-lgc/fcmrc8a.tfm + texmf-dist/fonts/tfm/public/cm-lgc/fcmrc8r-nokern.tfm + texmf-dist/fonts/tfm/public/cm-lgc/fcmrc8r.tfm + texmf-dist/fonts/tfm/public/cm-lgc/fcmrc8t.tfm + texmf-dist/fonts/tfm/public/cm-lgc/fcmrcgr.tfm + texmf-dist/fonts/tfm/public/cm-lgc/fcmrcpg.tfm + texmf-dist/fonts/tfm/public/cm-lgc/fcmrgr.tfm + texmf-dist/fonts/tfm/public/cm-lgc/fcmri6a.tfm + texmf-dist/fonts/tfm/public/cm-lgc/fcmri6y.tfm + texmf-dist/fonts/tfm/public/cm-lgc/fcmri6z.tfm + texmf-dist/fonts/tfm/public/cm-lgc/fcmri8a.tfm + texmf-dist/fonts/tfm/public/cm-lgc/fcmri8c.tfm + texmf-dist/fonts/tfm/public/cm-lgc/fcmri8r.tfm + texmf-dist/fonts/tfm/public/cm-lgc/fcmri8t.tfm + texmf-dist/fonts/tfm/public/cm-lgc/fcmrigr.tfm + texmf-dist/fonts/tfm/public/cm-lgc/fcmrij6z.tfm + texmf-dist/fonts/tfm/public/cm-lgc/fcmrij8a.tfm + texmf-dist/fonts/tfm/public/cm-lgc/fcmrij8r-nokern.tfm + texmf-dist/fonts/tfm/public/cm-lgc/fcmrij8r.tfm + texmf-dist/fonts/tfm/public/cm-lgc/fcmripg.tfm + texmf-dist/fonts/tfm/public/cm-lgc/fcmrpg.tfm + texmf-dist/fonts/tfm/public/cm-lgc/fcsb6a.tfm + texmf-dist/fonts/tfm/public/cm-lgc/fcsb6y.tfm + texmf-dist/fonts/tfm/public/cm-lgc/fcsb6z.tfm + texmf-dist/fonts/tfm/public/cm-lgc/fcsb8a.tfm + texmf-dist/fonts/tfm/public/cm-lgc/fcsb8c.tfm + texmf-dist/fonts/tfm/public/cm-lgc/fcsb8r.tfm + texmf-dist/fonts/tfm/public/cm-lgc/fcsb8t.tfm + texmf-dist/fonts/tfm/public/cm-lgc/fcsbgr.tfm + texmf-dist/fonts/tfm/public/cm-lgc/fcsbo6a.tfm + texmf-dist/fonts/tfm/public/cm-lgc/fcsbo6y.tfm + texmf-dist/fonts/tfm/public/cm-lgc/fcsbo6z.tfm + texmf-dist/fonts/tfm/public/cm-lgc/fcsbo8a.tfm + texmf-dist/fonts/tfm/public/cm-lgc/fcsbo8c.tfm + texmf-dist/fonts/tfm/public/cm-lgc/fcsbo8r.tfm + texmf-dist/fonts/tfm/public/cm-lgc/fcsbo8t.tfm + texmf-dist/fonts/tfm/public/cm-lgc/fcsbogr.tfm + texmf-dist/fonts/tfm/public/cm-lgc/fcsbopg.tfm + texmf-dist/fonts/tfm/public/cm-lgc/fcsbpg.tfm + texmf-dist/fonts/tfm/public/cm-lgc/fcsr6a.tfm + texmf-dist/fonts/tfm/public/cm-lgc/fcsr6y.tfm + texmf-dist/fonts/tfm/public/cm-lgc/fcsr6z.tfm + texmf-dist/fonts/tfm/public/cm-lgc/fcsr8a.tfm + texmf-dist/fonts/tfm/public/cm-lgc/fcsr8c.tfm + texmf-dist/fonts/tfm/public/cm-lgc/fcsr8r.tfm + texmf-dist/fonts/tfm/public/cm-lgc/fcsr8t.tfm + texmf-dist/fonts/tfm/public/cm-lgc/fcsrgr.tfm + texmf-dist/fonts/tfm/public/cm-lgc/fcsro6a.tfm + texmf-dist/fonts/tfm/public/cm-lgc/fcsro6y.tfm + texmf-dist/fonts/tfm/public/cm-lgc/fcsro6z.tfm + texmf-dist/fonts/tfm/public/cm-lgc/fcsro8a.tfm + texmf-dist/fonts/tfm/public/cm-lgc/fcsro8c.tfm + texmf-dist/fonts/tfm/public/cm-lgc/fcsro8r.tfm + texmf-dist/fonts/tfm/public/cm-lgc/fcsro8t.tfm + texmf-dist/fonts/tfm/public/cm-lgc/fcsrogr.tfm + texmf-dist/fonts/tfm/public/cm-lgc/fcsropg.tfm + texmf-dist/fonts/tfm/public/cm-lgc/fcsrpg.tfm + texmf-dist/fonts/tfm/public/cm-lgc/fctr6a.tfm + texmf-dist/fonts/tfm/public/cm-lgc/fctr6y.tfm + texmf-dist/fonts/tfm/public/cm-lgc/fctr6z.tfm + texmf-dist/fonts/tfm/public/cm-lgc/fctr8a.tfm + texmf-dist/fonts/tfm/public/cm-lgc/fctr8c.tfm + texmf-dist/fonts/tfm/public/cm-lgc/fctr8r.tfm + texmf-dist/fonts/tfm/public/cm-lgc/fctr8t.tfm + texmf-dist/fonts/tfm/public/cm-lgc/fctrc6a.tfm + texmf-dist/fonts/tfm/public/cm-lgc/fctrc6y.tfm + texmf-dist/fonts/tfm/public/cm-lgc/fctrc6z.tfm + texmf-dist/fonts/tfm/public/cm-lgc/fctrc8a.tfm + texmf-dist/fonts/tfm/public/cm-lgc/fctrc8r-nokern.tfm + texmf-dist/fonts/tfm/public/cm-lgc/fctrc8r.tfm + texmf-dist/fonts/tfm/public/cm-lgc/fctrc8t.tfm + texmf-dist/fonts/tfm/public/cm-lgc/fctrcgr.tfm + texmf-dist/fonts/tfm/public/cm-lgc/fctrcpg.tfm + texmf-dist/fonts/tfm/public/cm-lgc/fctrgr.tfm + texmf-dist/fonts/tfm/public/cm-lgc/fctri6a.tfm + texmf-dist/fonts/tfm/public/cm-lgc/fctri6y.tfm + texmf-dist/fonts/tfm/public/cm-lgc/fctri6z.tfm + texmf-dist/fonts/tfm/public/cm-lgc/fctri8a.tfm + texmf-dist/fonts/tfm/public/cm-lgc/fctri8c.tfm + texmf-dist/fonts/tfm/public/cm-lgc/fctri8r.tfm + texmf-dist/fonts/tfm/public/cm-lgc/fctri8t.tfm + texmf-dist/fonts/tfm/public/cm-lgc/fctrigr.tfm + texmf-dist/fonts/tfm/public/cm-lgc/fctrij6z.tfm + texmf-dist/fonts/tfm/public/cm-lgc/fctrij8a.tfm + texmf-dist/fonts/tfm/public/cm-lgc/fctrij8r-nokern.tfm + texmf-dist/fonts/tfm/public/cm-lgc/fctrij8r.tfm + texmf-dist/fonts/tfm/public/cm-lgc/fctripg.tfm + texmf-dist/fonts/tfm/public/cm-lgc/fctrpg.tfm + texmf-dist/fonts/type1/public/cm-lgc/fcmb6y.inf + texmf-dist/fonts/type1/public/cm-lgc/fcmb6y.pfb + texmf-dist/fonts/type1/public/cm-lgc/fcmb6z.inf + texmf-dist/fonts/type1/public/cm-lgc/fcmb6z.pfb + texmf-dist/fonts/type1/public/cm-lgc/fcmb8a.inf + texmf-dist/fonts/type1/public/cm-lgc/fcmb8a.pfb + texmf-dist/fonts/type1/public/cm-lgc/fcmbc6y.inf + texmf-dist/fonts/type1/public/cm-lgc/fcmbc6y.pfb + texmf-dist/fonts/type1/public/cm-lgc/fcmbc6z.inf + texmf-dist/fonts/type1/public/cm-lgc/fcmbc6z.pfb + texmf-dist/fonts/type1/public/cm-lgc/fcmbc8a.inf + texmf-dist/fonts/type1/public/cm-lgc/fcmbc8a.pfb + texmf-dist/fonts/type1/public/cm-lgc/fcmbcpg.inf + texmf-dist/fonts/type1/public/cm-lgc/fcmbcpg.pfb + texmf-dist/fonts/type1/public/cm-lgc/fcmbi6y.inf + texmf-dist/fonts/type1/public/cm-lgc/fcmbi6y.pfb + texmf-dist/fonts/type1/public/cm-lgc/fcmbi6z.inf + texmf-dist/fonts/type1/public/cm-lgc/fcmbi6z.pfb + texmf-dist/fonts/type1/public/cm-lgc/fcmbi8a.inf + texmf-dist/fonts/type1/public/cm-lgc/fcmbi8a.pfb + texmf-dist/fonts/type1/public/cm-lgc/fcmbij6y.inf + texmf-dist/fonts/type1/public/cm-lgc/fcmbij6y.pfb + texmf-dist/fonts/type1/public/cm-lgc/fcmbij6z.inf + texmf-dist/fonts/type1/public/cm-lgc/fcmbij6z.pfb + texmf-dist/fonts/type1/public/cm-lgc/fcmbij8a.inf + texmf-dist/fonts/type1/public/cm-lgc/fcmbij8a.pfb + texmf-dist/fonts/type1/public/cm-lgc/fcmbijpg.inf + texmf-dist/fonts/type1/public/cm-lgc/fcmbijpg.pfb + texmf-dist/fonts/type1/public/cm-lgc/fcmbipg.inf + texmf-dist/fonts/type1/public/cm-lgc/fcmbipg.pfb + texmf-dist/fonts/type1/public/cm-lgc/fcmbpg.inf + texmf-dist/fonts/type1/public/cm-lgc/fcmbpg.pfb + texmf-dist/fonts/type1/public/cm-lgc/fcmr6y.inf + texmf-dist/fonts/type1/public/cm-lgc/fcmr6y.pfb + texmf-dist/fonts/type1/public/cm-lgc/fcmr6z.inf + texmf-dist/fonts/type1/public/cm-lgc/fcmr6z.pfb + texmf-dist/fonts/type1/public/cm-lgc/fcmr8a.inf + texmf-dist/fonts/type1/public/cm-lgc/fcmr8a.pfb + texmf-dist/fonts/type1/public/cm-lgc/fcmrc6y.inf + texmf-dist/fonts/type1/public/cm-lgc/fcmrc6y.pfb + texmf-dist/fonts/type1/public/cm-lgc/fcmrc6z.inf + texmf-dist/fonts/type1/public/cm-lgc/fcmrc6z.pfb + texmf-dist/fonts/type1/public/cm-lgc/fcmrc8a.inf + texmf-dist/fonts/type1/public/cm-lgc/fcmrc8a.pfb + texmf-dist/fonts/type1/public/cm-lgc/fcmrcpg.inf + texmf-dist/fonts/type1/public/cm-lgc/fcmrcpg.pfb + texmf-dist/fonts/type1/public/cm-lgc/fcmri6y.inf + texmf-dist/fonts/type1/public/cm-lgc/fcmri6y.pfb + texmf-dist/fonts/type1/public/cm-lgc/fcmri6z.inf + texmf-dist/fonts/type1/public/cm-lgc/fcmri6z.pfb + texmf-dist/fonts/type1/public/cm-lgc/fcmri8a.inf + texmf-dist/fonts/type1/public/cm-lgc/fcmri8a.pfb + texmf-dist/fonts/type1/public/cm-lgc/fcmrij6y.inf + texmf-dist/fonts/type1/public/cm-lgc/fcmrij6y.pfb + texmf-dist/fonts/type1/public/cm-lgc/fcmrij6z.inf + texmf-dist/fonts/type1/public/cm-lgc/fcmrij6z.pfb + texmf-dist/fonts/type1/public/cm-lgc/fcmrij8a.inf + texmf-dist/fonts/type1/public/cm-lgc/fcmrij8a.pfb + texmf-dist/fonts/type1/public/cm-lgc/fcmrijpg.inf + texmf-dist/fonts/type1/public/cm-lgc/fcmrijpg.pfb + texmf-dist/fonts/type1/public/cm-lgc/fcmripg.inf + texmf-dist/fonts/type1/public/cm-lgc/fcmripg.pfb + texmf-dist/fonts/type1/public/cm-lgc/fcmrpg.inf + texmf-dist/fonts/type1/public/cm-lgc/fcmrpg.pfb + texmf-dist/fonts/type1/public/cm-lgc/fcsb6y.inf + texmf-dist/fonts/type1/public/cm-lgc/fcsb6y.pfb + texmf-dist/fonts/type1/public/cm-lgc/fcsb6z.inf + texmf-dist/fonts/type1/public/cm-lgc/fcsb6z.pfb + texmf-dist/fonts/type1/public/cm-lgc/fcsb8a.inf + texmf-dist/fonts/type1/public/cm-lgc/fcsb8a.pfb + texmf-dist/fonts/type1/public/cm-lgc/fcsbo6y.inf + texmf-dist/fonts/type1/public/cm-lgc/fcsbo6y.pfb + texmf-dist/fonts/type1/public/cm-lgc/fcsbo6z.inf + texmf-dist/fonts/type1/public/cm-lgc/fcsbo6z.pfb + texmf-dist/fonts/type1/public/cm-lgc/fcsbo8a.inf + texmf-dist/fonts/type1/public/cm-lgc/fcsbo8a.pfb + texmf-dist/fonts/type1/public/cm-lgc/fcsbopg.inf + texmf-dist/fonts/type1/public/cm-lgc/fcsbopg.pfb + texmf-dist/fonts/type1/public/cm-lgc/fcsbpg.inf + texmf-dist/fonts/type1/public/cm-lgc/fcsbpg.pfb + texmf-dist/fonts/type1/public/cm-lgc/fcsr6y.inf + texmf-dist/fonts/type1/public/cm-lgc/fcsr6y.pfb + texmf-dist/fonts/type1/public/cm-lgc/fcsr6z.inf + texmf-dist/fonts/type1/public/cm-lgc/fcsr6z.pfb + texmf-dist/fonts/type1/public/cm-lgc/fcsr8a.inf + texmf-dist/fonts/type1/public/cm-lgc/fcsr8a.pfb + texmf-dist/fonts/type1/public/cm-lgc/fcsro6y.inf + texmf-dist/fonts/type1/public/cm-lgc/fcsro6y.pfb + texmf-dist/fonts/type1/public/cm-lgc/fcsro6z.inf + texmf-dist/fonts/type1/public/cm-lgc/fcsro6z.pfb + texmf-dist/fonts/type1/public/cm-lgc/fcsro8a.inf + texmf-dist/fonts/type1/public/cm-lgc/fcsro8a.pfb + texmf-dist/fonts/type1/public/cm-lgc/fcsropg.inf + texmf-dist/fonts/type1/public/cm-lgc/fcsropg.pfb + texmf-dist/fonts/type1/public/cm-lgc/fcsrpg.inf + texmf-dist/fonts/type1/public/cm-lgc/fcsrpg.pfb + texmf-dist/fonts/type1/public/cm-lgc/fctr6y.inf + texmf-dist/fonts/type1/public/cm-lgc/fctr6y.pfb + texmf-dist/fonts/type1/public/cm-lgc/fctr6z.inf + texmf-dist/fonts/type1/public/cm-lgc/fctr6z.pfb + texmf-dist/fonts/type1/public/cm-lgc/fctr8a.inf + texmf-dist/fonts/type1/public/cm-lgc/fctr8a.pfb + texmf-dist/fonts/type1/public/cm-lgc/fctrc6y.inf + texmf-dist/fonts/type1/public/cm-lgc/fctrc6y.pfb + texmf-dist/fonts/type1/public/cm-lgc/fctrc6z.inf + texmf-dist/fonts/type1/public/cm-lgc/fctrc6z.pfb + texmf-dist/fonts/type1/public/cm-lgc/fctrc8a.inf + texmf-dist/fonts/type1/public/cm-lgc/fctrc8a.pfb + texmf-dist/fonts/type1/public/cm-lgc/fctrcpg.inf + texmf-dist/fonts/type1/public/cm-lgc/fctrcpg.pfb + texmf-dist/fonts/type1/public/cm-lgc/fctri6y.inf + texmf-dist/fonts/type1/public/cm-lgc/fctri6y.pfb + texmf-dist/fonts/type1/public/cm-lgc/fctri6z.inf + texmf-dist/fonts/type1/public/cm-lgc/fctri6z.pfb + texmf-dist/fonts/type1/public/cm-lgc/fctri8a.inf + texmf-dist/fonts/type1/public/cm-lgc/fctri8a.pfb + texmf-dist/fonts/type1/public/cm-lgc/fctrij6y.inf + texmf-dist/fonts/type1/public/cm-lgc/fctrij6y.pfb + texmf-dist/fonts/type1/public/cm-lgc/fctrij6z.inf + texmf-dist/fonts/type1/public/cm-lgc/fctrij6z.pfb + texmf-dist/fonts/type1/public/cm-lgc/fctrij8a.inf + texmf-dist/fonts/type1/public/cm-lgc/fctrij8a.pfb + texmf-dist/fonts/type1/public/cm-lgc/fctrijpg.inf + texmf-dist/fonts/type1/public/cm-lgc/fctrijpg.pfb + texmf-dist/fonts/type1/public/cm-lgc/fctripg.inf + texmf-dist/fonts/type1/public/cm-lgc/fctripg.pfb + texmf-dist/fonts/type1/public/cm-lgc/fctrpg.inf + texmf-dist/fonts/type1/public/cm-lgc/fctrpg.pfb + texmf-dist/fonts/vf/public/cm-lgc/fcmb6a.vf + texmf-dist/fonts/vf/public/cm-lgc/fcmb8c.vf + texmf-dist/fonts/vf/public/cm-lgc/fcmb8t.vf + texmf-dist/fonts/vf/public/cm-lgc/fcmbc6a.vf + texmf-dist/fonts/vf/public/cm-lgc/fcmbc8t.vf + texmf-dist/fonts/vf/public/cm-lgc/fcmbcgr.vf + texmf-dist/fonts/vf/public/cm-lgc/fcmbgr.vf + texmf-dist/fonts/vf/public/cm-lgc/fcmbi6a.vf + texmf-dist/fonts/vf/public/cm-lgc/fcmbi8c.vf + texmf-dist/fonts/vf/public/cm-lgc/fcmbi8t.vf + texmf-dist/fonts/vf/public/cm-lgc/fcmbigr.vf + texmf-dist/fonts/vf/public/cm-lgc/fcmr6a.vf + texmf-dist/fonts/vf/public/cm-lgc/fcmr8c.vf + texmf-dist/fonts/vf/public/cm-lgc/fcmr8t.vf + texmf-dist/fonts/vf/public/cm-lgc/fcmrc6a.vf + texmf-dist/fonts/vf/public/cm-lgc/fcmrc8t.vf + texmf-dist/fonts/vf/public/cm-lgc/fcmrcgr.vf + texmf-dist/fonts/vf/public/cm-lgc/fcmrgr.vf + texmf-dist/fonts/vf/public/cm-lgc/fcmri6a.vf + texmf-dist/fonts/vf/public/cm-lgc/fcmri8c.vf + texmf-dist/fonts/vf/public/cm-lgc/fcmri8t.vf + texmf-dist/fonts/vf/public/cm-lgc/fcmrigr.vf + texmf-dist/fonts/vf/public/cm-lgc/fcsb6a.vf + texmf-dist/fonts/vf/public/cm-lgc/fcsb8c.vf + texmf-dist/fonts/vf/public/cm-lgc/fcsb8t.vf + texmf-dist/fonts/vf/public/cm-lgc/fcsbgr.vf + texmf-dist/fonts/vf/public/cm-lgc/fcsbo6a.vf + texmf-dist/fonts/vf/public/cm-lgc/fcsbo8c.vf + texmf-dist/fonts/vf/public/cm-lgc/fcsbo8t.vf + texmf-dist/fonts/vf/public/cm-lgc/fcsbogr.vf + texmf-dist/fonts/vf/public/cm-lgc/fcsr6a.vf + texmf-dist/fonts/vf/public/cm-lgc/fcsr8c.vf + texmf-dist/fonts/vf/public/cm-lgc/fcsr8t.vf + texmf-dist/fonts/vf/public/cm-lgc/fcsrgr.vf + texmf-dist/fonts/vf/public/cm-lgc/fcsro6a.vf + texmf-dist/fonts/vf/public/cm-lgc/fcsro8c.vf + texmf-dist/fonts/vf/public/cm-lgc/fcsro8t.vf + texmf-dist/fonts/vf/public/cm-lgc/fcsrogr.vf + texmf-dist/fonts/vf/public/cm-lgc/fctr6a.vf + texmf-dist/fonts/vf/public/cm-lgc/fctr8c.vf + texmf-dist/fonts/vf/public/cm-lgc/fctr8t.vf + texmf-dist/fonts/vf/public/cm-lgc/fctrc6a.vf + texmf-dist/fonts/vf/public/cm-lgc/fctrc8t.vf + texmf-dist/fonts/vf/public/cm-lgc/fctrcgr.vf + texmf-dist/fonts/vf/public/cm-lgc/fctrgr.vf + texmf-dist/fonts/vf/public/cm-lgc/fctri6a.vf + texmf-dist/fonts/vf/public/cm-lgc/fctri8c.vf + texmf-dist/fonts/vf/public/cm-lgc/fctri8t.vf + texmf-dist/fonts/vf/public/cm-lgc/fctrigr.vf + texmf-dist/tex/latex/cm-lgc/antcmlgc.sty + texmf-dist/tex/latex/cm-lgc/cmlgc.sty + texmf-dist/tex/latex/cm-lgc/lgrfcm.fd + texmf-dist/tex/latex/cm-lgc/lgrfcs.fd + texmf-dist/tex/latex/cm-lgc/lgrfct.fd + texmf-dist/tex/latex/cm-lgc/t1fcm.fd + texmf-dist/tex/latex/cm-lgc/t1fcs.fd + texmf-dist/tex/latex/cm-lgc/t1fct.fd + texmf-dist/tex/latex/cm-lgc/t2afcm.fd + texmf-dist/tex/latex/cm-lgc/t2afcs.fd + texmf-dist/tex/latex/cm-lgc/t2afct.fd + texmf-dist/tex/latex/cm-lgc/ts1fcm.fd + texmf-dist/tex/latex/cm-lgc/ts1fcs.fd + texmf-dist/tex/latex/cm-lgc/ts1fct.fd + texmf-dist/tex/latex/cm-lgc/ut1fcm.fd + texmf-dist/tex/latex/cm-lgc/ut1fcs.fd + texmf-dist/tex/latex/cm-lgc/ut1fct.fd +catalogue-ctan /fonts/ps-type1/cm-lgc +catalogue-date 2008-06-12 19:44:55 +0200 +catalogue-license gpl +catalogue-version 0.5 + +name cm-super +category Package +revision 15878 +shortdesc CM-Super family of fonts +longdesc CM-Super family of fonts are Adobe Type 1 fonts that replace +longdesc the T1/TS1-encoded Computer Modern (EC/TC), T1/TS1-encoded +longdesc Concrete, T1/TS1-encoded CM bright and LH fonts (thus +longdesc supporting all European languages except Greek, and all +longdesc Cyrillic-based languages), and bringing many ameliorations in +longdesc typesetting quality. The fonts exhibit the same metrics as the +longdesc MetaFont-encoded originals. +execute addMixedMap cm-super-t1.map +execute addMixedMap cm-super-t2a.map +execute addMixedMap cm-super-t2b.map +execute addMixedMap cm-super-t2c.map +execute addMixedMap cm-super-ts1.map +execute addMixedMap cm-super-x2.map +docfiles size=17 + texmf-dist/doc/fonts/cm-super/COPYING + texmf-dist/doc/fonts/cm-super/ChangeLog + texmf-dist/doc/fonts/cm-super/FAQ details="Frequently Asked Questions" + texmf-dist/doc/fonts/cm-super/INSTALL + texmf-dist/doc/fonts/cm-super/README details="Bundle Readme" + texmf-dist/doc/fonts/cm-super/TODO + texmf-dist/doc/fonts/cm-super/cm-super-inf.tar.bz2 +runfiles size=17068 + texmf-dist/dvips/cm-super/cm-super.GS + texmf-dist/dvips/cm-super/config.cm-super + texmf-dist/fonts/afm/public/cm-super/isflb8.afm.gz + texmf-dist/fonts/afm/public/cm-super/isfli8.afm.gz + texmf-dist/fonts/afm/public/cm-super/isflo8.afm.gz + texmf-dist/fonts/afm/public/cm-super/isflq8.afm.gz + texmf-dist/fonts/afm/public/cm-super/isfltt8.afm.gz + texmf-dist/fonts/afm/public/cm-super/sfbbx10.afm.gz + texmf-dist/fonts/afm/public/cm-super/sfbi0500.afm.gz + texmf-dist/fonts/afm/public/cm-super/sfbi0600.afm.gz + texmf-dist/fonts/afm/public/cm-super/sfbi0700.afm.gz + texmf-dist/fonts/afm/public/cm-super/sfbi0800.afm.gz + texmf-dist/fonts/afm/public/cm-super/sfbi0900.afm.gz + texmf-dist/fonts/afm/public/cm-super/sfbi1000.afm.gz + texmf-dist/fonts/afm/public/cm-super/sfbi1095.afm.gz + texmf-dist/fonts/afm/public/cm-super/sfbi1200.afm.gz + texmf-dist/fonts/afm/public/cm-super/sfbi1440.afm.gz + texmf-dist/fonts/afm/public/cm-super/sfbi1728.afm.gz + texmf-dist/fonts/afm/public/cm-super/sfbi2074.afm.gz + texmf-dist/fonts/afm/public/cm-super/sfbi2488.afm.gz + texmf-dist/fonts/afm/public/cm-super/sfbi2986.afm.gz + texmf-dist/fonts/afm/public/cm-super/sfbi3583.afm.gz + texmf-dist/fonts/afm/public/cm-super/sfbl0500.afm.gz + texmf-dist/fonts/afm/public/cm-super/sfbl0600.afm.gz + texmf-dist/fonts/afm/public/cm-super/sfbl0700.afm.gz + texmf-dist/fonts/afm/public/cm-super/sfbl0800.afm.gz + texmf-dist/fonts/afm/public/cm-super/sfbl0900.afm.gz + texmf-dist/fonts/afm/public/cm-super/sfbl1000.afm.gz + texmf-dist/fonts/afm/public/cm-super/sfbl1095.afm.gz + texmf-dist/fonts/afm/public/cm-super/sfbl1200.afm.gz + texmf-dist/fonts/afm/public/cm-super/sfbl1440.afm.gz + texmf-dist/fonts/afm/public/cm-super/sfbl1728.afm.gz + texmf-dist/fonts/afm/public/cm-super/sfbl2074.afm.gz + texmf-dist/fonts/afm/public/cm-super/sfbl2488.afm.gz + texmf-dist/fonts/afm/public/cm-super/sfbl2986.afm.gz + texmf-dist/fonts/afm/public/cm-super/sfbl3583.afm.gz + texmf-dist/fonts/afm/public/cm-super/sfbm0500.afm.gz + texmf-dist/fonts/afm/public/cm-super/sfbm0700.afm.gz + texmf-dist/fonts/afm/public/cm-super/sfbm0900.afm.gz + texmf-dist/fonts/afm/public/cm-super/sfbm1000.afm.gz + texmf-dist/fonts/afm/public/cm-super/sfbm1095.afm.gz + texmf-dist/fonts/afm/public/cm-super/sfbm1200.afm.gz + texmf-dist/fonts/afm/public/cm-super/sfbm1440.afm.gz + texmf-dist/fonts/afm/public/cm-super/sfbm1728.afm.gz + texmf-dist/fonts/afm/public/cm-super/sfbm2074.afm.gz + texmf-dist/fonts/afm/public/cm-super/sfbm2488.afm.gz + texmf-dist/fonts/afm/public/cm-super/sfbm2986.afm.gz + texmf-dist/fonts/afm/public/cm-super/sfbm3583.afm.gz + texmf-dist/fonts/afm/public/cm-super/sfbmo10.afm.gz + texmf-dist/fonts/afm/public/cm-super/sfbmo17.afm.gz + texmf-dist/fonts/afm/public/cm-super/sfbmo8.afm.gz + texmf-dist/fonts/afm/public/cm-super/sfbmo9.afm.gz + texmf-dist/fonts/afm/public/cm-super/sfbmr10.afm.gz + texmf-dist/fonts/afm/public/cm-super/sfbmr17.afm.gz + texmf-dist/fonts/afm/public/cm-super/sfbmr8.afm.gz + texmf-dist/fonts/afm/public/cm-super/sfbmr9.afm.gz + texmf-dist/fonts/afm/public/cm-super/sfbso10.afm.gz + texmf-dist/fonts/afm/public/cm-super/sfbso17.afm.gz + texmf-dist/fonts/afm/public/cm-super/sfbso8.afm.gz + texmf-dist/fonts/afm/public/cm-super/sfbso9.afm.gz + texmf-dist/fonts/afm/public/cm-super/sfbsr10.afm.gz + texmf-dist/fonts/afm/public/cm-super/sfbsr17.afm.gz + texmf-dist/fonts/afm/public/cm-super/sfbsr8.afm.gz + texmf-dist/fonts/afm/public/cm-super/sfbsr9.afm.gz + texmf-dist/fonts/afm/public/cm-super/sfbtl10.afm.gz + texmf-dist/fonts/afm/public/cm-super/sfbto10.afm.gz + texmf-dist/fonts/afm/public/cm-super/sfbx0500.afm.gz + texmf-dist/fonts/afm/public/cm-super/sfbx0600.afm.gz + texmf-dist/fonts/afm/public/cm-super/sfbx0700.afm.gz + texmf-dist/fonts/afm/public/cm-super/sfbx0800.afm.gz + texmf-dist/fonts/afm/public/cm-super/sfbx0900.afm.gz + texmf-dist/fonts/afm/public/cm-super/sfbx1000.afm.gz + texmf-dist/fonts/afm/public/cm-super/sfbx1095.afm.gz + texmf-dist/fonts/afm/public/cm-super/sfbx1200.afm.gz + texmf-dist/fonts/afm/public/cm-super/sfbx1440.afm.gz + texmf-dist/fonts/afm/public/cm-super/sfbx1728.afm.gz + texmf-dist/fonts/afm/public/cm-super/sfbx2074.afm.gz + texmf-dist/fonts/afm/public/cm-super/sfbx2488.afm.gz + texmf-dist/fonts/afm/public/cm-super/sfbx2986.afm.gz + texmf-dist/fonts/afm/public/cm-super/sfbx3583.afm.gz + texmf-dist/fonts/afm/public/cm-super/sfcc0500.afm.gz + texmf-dist/fonts/afm/public/cm-super/sfcc0600.afm.gz + texmf-dist/fonts/afm/public/cm-super/sfcc0700.afm.gz + texmf-dist/fonts/afm/public/cm-super/sfcc0800.afm.gz + texmf-dist/fonts/afm/public/cm-super/sfcc0900.afm.gz + texmf-dist/fonts/afm/public/cm-super/sfcc1000.afm.gz + texmf-dist/fonts/afm/public/cm-super/sfcc1095.afm.gz + texmf-dist/fonts/afm/public/cm-super/sfcc1200.afm.gz + texmf-dist/fonts/afm/public/cm-super/sfcc1440.afm.gz + texmf-dist/fonts/afm/public/cm-super/sfcc1728.afm.gz + texmf-dist/fonts/afm/public/cm-super/sfcc2074.afm.gz + texmf-dist/fonts/afm/public/cm-super/sfcc2488.afm.gz + texmf-dist/fonts/afm/public/cm-super/sfcc2986.afm.gz + texmf-dist/fonts/afm/public/cm-super/sfcc3583.afm.gz + texmf-dist/fonts/afm/public/cm-super/sfci0500.afm.gz + texmf-dist/fonts/afm/public/cm-super/sfci0600.afm.gz + texmf-dist/fonts/afm/public/cm-super/sfci0700.afm.gz + texmf-dist/fonts/afm/public/cm-super/sfci0800.afm.gz + texmf-dist/fonts/afm/public/cm-super/sfci0900.afm.gz + texmf-dist/fonts/afm/public/cm-super/sfci1000.afm.gz + texmf-dist/fonts/afm/public/cm-super/sfci1095.afm.gz + texmf-dist/fonts/afm/public/cm-super/sfci1200.afm.gz + texmf-dist/fonts/afm/public/cm-super/sfci1440.afm.gz + texmf-dist/fonts/afm/public/cm-super/sfci1728.afm.gz + texmf-dist/fonts/afm/public/cm-super/sfci2074.afm.gz + texmf-dist/fonts/afm/public/cm-super/sfci2488.afm.gz + texmf-dist/fonts/afm/public/cm-super/sfci2986.afm.gz + texmf-dist/fonts/afm/public/cm-super/sfci3583.afm.gz + texmf-dist/fonts/afm/public/cm-super/sfdh0500.afm.gz + texmf-dist/fonts/afm/public/cm-super/sfdh0600.afm.gz + texmf-dist/fonts/afm/public/cm-super/sfdh0700.afm.gz + texmf-dist/fonts/afm/public/cm-super/sfdh0800.afm.gz + texmf-dist/fonts/afm/public/cm-super/sfdh0900.afm.gz + texmf-dist/fonts/afm/public/cm-super/sfdh1000.afm.gz + texmf-dist/fonts/afm/public/cm-super/sfdh1095.afm.gz + texmf-dist/fonts/afm/public/cm-super/sfdh1200.afm.gz + texmf-dist/fonts/afm/public/cm-super/sfdh1440.afm.gz + texmf-dist/fonts/afm/public/cm-super/sfdh1728.afm.gz + texmf-dist/fonts/afm/public/cm-super/sfdh2074.afm.gz + texmf-dist/fonts/afm/public/cm-super/sfdh2488.afm.gz + texmf-dist/fonts/afm/public/cm-super/sfdh2986.afm.gz + texmf-dist/fonts/afm/public/cm-super/sfdh3583.afm.gz + texmf-dist/fonts/afm/public/cm-super/sffb0500.afm.gz + texmf-dist/fonts/afm/public/cm-super/sffb0600.afm.gz + texmf-dist/fonts/afm/public/cm-super/sffb0700.afm.gz + texmf-dist/fonts/afm/public/cm-super/sffb0800.afm.gz + texmf-dist/fonts/afm/public/cm-super/sffb0900.afm.gz + texmf-dist/fonts/afm/public/cm-super/sffb1000.afm.gz + texmf-dist/fonts/afm/public/cm-super/sffb1095.afm.gz + texmf-dist/fonts/afm/public/cm-super/sffb1200.afm.gz + texmf-dist/fonts/afm/public/cm-super/sffb1440.afm.gz + texmf-dist/fonts/afm/public/cm-super/sffb1728.afm.gz + texmf-dist/fonts/afm/public/cm-super/sffb2074.afm.gz + texmf-dist/fonts/afm/public/cm-super/sfff0900.afm.gz + texmf-dist/fonts/afm/public/cm-super/sfff1000.afm.gz + texmf-dist/fonts/afm/public/cm-super/sfff1095.afm.gz + texmf-dist/fonts/afm/public/cm-super/sfff1200.afm.gz + texmf-dist/fonts/afm/public/cm-super/sfff1440.afm.gz + texmf-dist/fonts/afm/public/cm-super/sfff2488.afm.gz + texmf-dist/fonts/afm/public/cm-super/sffi0900.afm.gz + texmf-dist/fonts/afm/public/cm-super/sffi1000.afm.gz + texmf-dist/fonts/afm/public/cm-super/sffi1095.afm.gz + texmf-dist/fonts/afm/public/cm-super/sffi1200.afm.gz + texmf-dist/fonts/afm/public/cm-super/sffi1440.afm.gz + texmf-dist/fonts/afm/public/cm-super/sffi1728.afm.gz + texmf-dist/fonts/afm/public/cm-super/sffi2074.afm.gz + texmf-dist/fonts/afm/public/cm-super/sffs0500.afm.gz + texmf-dist/fonts/afm/public/cm-super/sffs0600.afm.gz + texmf-dist/fonts/afm/public/cm-super/sffs0700.afm.gz + texmf-dist/fonts/afm/public/cm-super/sffs0800.afm.gz + texmf-dist/fonts/afm/public/cm-super/sffs0900.afm.gz + texmf-dist/fonts/afm/public/cm-super/sffs1000.afm.gz + texmf-dist/fonts/afm/public/cm-super/sffs1095.afm.gz + texmf-dist/fonts/afm/public/cm-super/sffs1200.afm.gz + texmf-dist/fonts/afm/public/cm-super/sffs1440.afm.gz + texmf-dist/fonts/afm/public/cm-super/sffs1728.afm.gz + texmf-dist/fonts/afm/public/cm-super/sffs2074.afm.gz + texmf-dist/fonts/afm/public/cm-super/sfit0800.afm.gz + texmf-dist/fonts/afm/public/cm-super/sfit0900.afm.gz + texmf-dist/fonts/afm/public/cm-super/sfit1000.afm.gz + texmf-dist/fonts/afm/public/cm-super/sfit1095.afm.gz + texmf-dist/fonts/afm/public/cm-super/sfit1200.afm.gz + texmf-dist/fonts/afm/public/cm-super/sfit1440.afm.gz + texmf-dist/fonts/afm/public/cm-super/sfit1728.afm.gz + texmf-dist/fonts/afm/public/cm-super/sfit2074.afm.gz + texmf-dist/fonts/afm/public/cm-super/sfit2488.afm.gz + texmf-dist/fonts/afm/public/cm-super/sflb8.afm.gz + texmf-dist/fonts/afm/public/cm-super/sfli8.afm.gz + texmf-dist/fonts/afm/public/cm-super/sflo8.afm.gz + texmf-dist/fonts/afm/public/cm-super/sflq8.afm.gz + texmf-dist/fonts/afm/public/cm-super/sfltt8.afm.gz + texmf-dist/fonts/afm/public/cm-super/sfoc0500.afm.gz + texmf-dist/fonts/afm/public/cm-super/sfoc0600.afm.gz + texmf-dist/fonts/afm/public/cm-super/sfoc0700.afm.gz + texmf-dist/fonts/afm/public/cm-super/sfoc0800.afm.gz + texmf-dist/fonts/afm/public/cm-super/sfoc0900.afm.gz + texmf-dist/fonts/afm/public/cm-super/sfoc1000.afm.gz + texmf-dist/fonts/afm/public/cm-super/sfoc1095.afm.gz + texmf-dist/fonts/afm/public/cm-super/sfoc1200.afm.gz + texmf-dist/fonts/afm/public/cm-super/sfoc1440.afm.gz + texmf-dist/fonts/afm/public/cm-super/sfoc1728.afm.gz + texmf-dist/fonts/afm/public/cm-super/sfoc2074.afm.gz + texmf-dist/fonts/afm/public/cm-super/sfoc2488.afm.gz + texmf-dist/fonts/afm/public/cm-super/sfoc2986.afm.gz + texmf-dist/fonts/afm/public/cm-super/sfoc3583.afm.gz + texmf-dist/fonts/afm/public/cm-super/sfocc10.afm.gz + texmf-dist/fonts/afm/public/cm-super/sform10.afm.gz + texmf-dist/fonts/afm/public/cm-super/sform5.afm.gz + texmf-dist/fonts/afm/public/cm-super/sform6.afm.gz + texmf-dist/fonts/afm/public/cm-super/sform7.afm.gz + texmf-dist/fonts/afm/public/cm-super/sform8.afm.gz + texmf-dist/fonts/afm/public/cm-super/sform9.afm.gz + texmf-dist/fonts/afm/public/cm-super/sfosl10.afm.gz + texmf-dist/fonts/afm/public/cm-super/sfosl5.afm.gz + texmf-dist/fonts/afm/public/cm-super/sfosl6.afm.gz + texmf-dist/fonts/afm/public/cm-super/sfosl7.afm.gz + texmf-dist/fonts/afm/public/cm-super/sfosl8.afm.gz + texmf-dist/fonts/afm/public/cm-super/sfosl9.afm.gz + texmf-dist/fonts/afm/public/cm-super/sfoti10.afm.gz + texmf-dist/fonts/afm/public/cm-super/sfqi8.afm.gz + texmf-dist/fonts/afm/public/cm-super/sfrb0500.afm.gz + texmf-dist/fonts/afm/public/cm-super/sfrb0600.afm.gz + texmf-dist/fonts/afm/public/cm-super/sfrb0700.afm.gz + texmf-dist/fonts/afm/public/cm-super/sfrb0800.afm.gz + texmf-dist/fonts/afm/public/cm-super/sfrb0900.afm.gz + texmf-dist/fonts/afm/public/cm-super/sfrb1000.afm.gz + texmf-dist/fonts/afm/public/cm-super/sfrb1095.afm.gz + texmf-dist/fonts/afm/public/cm-super/sfrb1200.afm.gz + texmf-dist/fonts/afm/public/cm-super/sfrb1440.afm.gz + texmf-dist/fonts/afm/public/cm-super/sfrb1728.afm.gz + texmf-dist/fonts/afm/public/cm-super/sfrb2074.afm.gz + texmf-dist/fonts/afm/public/cm-super/sfrb2488.afm.gz + texmf-dist/fonts/afm/public/cm-super/sfrb2986.afm.gz + texmf-dist/fonts/afm/public/cm-super/sfrb3583.afm.gz + texmf-dist/fonts/afm/public/cm-super/sfrm0500.afm.gz + texmf-dist/fonts/afm/public/cm-super/sfrm0600.afm.gz + texmf-dist/fonts/afm/public/cm-super/sfrm0700.afm.gz + texmf-dist/fonts/afm/public/cm-super/sfrm0800.afm.gz + texmf-dist/fonts/afm/public/cm-super/sfrm0900.afm.gz + texmf-dist/fonts/afm/public/cm-super/sfrm1000.afm.gz + texmf-dist/fonts/afm/public/cm-super/sfrm1095.afm.gz + texmf-dist/fonts/afm/public/cm-super/sfrm1200.afm.gz + texmf-dist/fonts/afm/public/cm-super/sfrm1440.afm.gz + texmf-dist/fonts/afm/public/cm-super/sfrm1728.afm.gz + texmf-dist/fonts/afm/public/cm-super/sfrm2074.afm.gz + texmf-dist/fonts/afm/public/cm-super/sfrm2488.afm.gz + texmf-dist/fonts/afm/public/cm-super/sfrm2986.afm.gz + texmf-dist/fonts/afm/public/cm-super/sfrm3583.afm.gz + texmf-dist/fonts/afm/public/cm-super/sfsc0500.afm.gz + texmf-dist/fonts/afm/public/cm-super/sfsc0600.afm.gz + texmf-dist/fonts/afm/public/cm-super/sfsc0700.afm.gz + texmf-dist/fonts/afm/public/cm-super/sfsc0800.afm.gz + texmf-dist/fonts/afm/public/cm-super/sfsc0900.afm.gz + texmf-dist/fonts/afm/public/cm-super/sfsc1000.afm.gz + texmf-dist/fonts/afm/public/cm-super/sfsc1095.afm.gz + texmf-dist/fonts/afm/public/cm-super/sfsc1200.afm.gz + texmf-dist/fonts/afm/public/cm-super/sfsc1440.afm.gz + texmf-dist/fonts/afm/public/cm-super/sfsc1728.afm.gz + texmf-dist/fonts/afm/public/cm-super/sfsc2074.afm.gz + texmf-dist/fonts/afm/public/cm-super/sfsc2488.afm.gz + texmf-dist/fonts/afm/public/cm-super/sfsc2986.afm.gz + texmf-dist/fonts/afm/public/cm-super/sfsc3583.afm.gz + texmf-dist/fonts/afm/public/cm-super/sfsi0500.afm.gz + texmf-dist/fonts/afm/public/cm-super/sfsi0600.afm.gz + texmf-dist/fonts/afm/public/cm-super/sfsi0700.afm.gz + texmf-dist/fonts/afm/public/cm-super/sfsi0800.afm.gz + texmf-dist/fonts/afm/public/cm-super/sfsi0900.afm.gz + texmf-dist/fonts/afm/public/cm-super/sfsi1000.afm.gz + texmf-dist/fonts/afm/public/cm-super/sfsi1095.afm.gz + texmf-dist/fonts/afm/public/cm-super/sfsi1200.afm.gz + texmf-dist/fonts/afm/public/cm-super/sfsi1440.afm.gz + texmf-dist/fonts/afm/public/cm-super/sfsi1728.afm.gz + texmf-dist/fonts/afm/public/cm-super/sfsi2074.afm.gz + texmf-dist/fonts/afm/public/cm-super/sfsi2488.afm.gz + texmf-dist/fonts/afm/public/cm-super/sfsi2986.afm.gz + texmf-dist/fonts/afm/public/cm-super/sfsi3583.afm.gz + texmf-dist/fonts/afm/public/cm-super/sfsl0500.afm.gz + texmf-dist/fonts/afm/public/cm-super/sfsl0600.afm.gz + texmf-dist/fonts/afm/public/cm-super/sfsl0700.afm.gz + texmf-dist/fonts/afm/public/cm-super/sfsl0800.afm.gz + texmf-dist/fonts/afm/public/cm-super/sfsl0900.afm.gz + texmf-dist/fonts/afm/public/cm-super/sfsl1000.afm.gz + texmf-dist/fonts/afm/public/cm-super/sfsl1095.afm.gz + texmf-dist/fonts/afm/public/cm-super/sfsl1200.afm.gz + texmf-dist/fonts/afm/public/cm-super/sfsl1440.afm.gz + texmf-dist/fonts/afm/public/cm-super/sfsl1728.afm.gz + texmf-dist/fonts/afm/public/cm-super/sfsl2074.afm.gz + texmf-dist/fonts/afm/public/cm-super/sfsl2488.afm.gz + texmf-dist/fonts/afm/public/cm-super/sfsl2986.afm.gz + texmf-dist/fonts/afm/public/cm-super/sfsl3583.afm.gz + texmf-dist/fonts/afm/public/cm-super/sfso0500.afm.gz + texmf-dist/fonts/afm/public/cm-super/sfso0600.afm.gz + texmf-dist/fonts/afm/public/cm-super/sfso0700.afm.gz + texmf-dist/fonts/afm/public/cm-super/sfso0800.afm.gz + texmf-dist/fonts/afm/public/cm-super/sfso0900.afm.gz + texmf-dist/fonts/afm/public/cm-super/sfso1000.afm.gz + texmf-dist/fonts/afm/public/cm-super/sfso1095.afm.gz + texmf-dist/fonts/afm/public/cm-super/sfso1200.afm.gz + texmf-dist/fonts/afm/public/cm-super/sfso1440.afm.gz + texmf-dist/fonts/afm/public/cm-super/sfso1728.afm.gz + texmf-dist/fonts/afm/public/cm-super/sfso2074.afm.gz + texmf-dist/fonts/afm/public/cm-super/sfso2488.afm.gz + texmf-dist/fonts/afm/public/cm-super/sfso2986.afm.gz + texmf-dist/fonts/afm/public/cm-super/sfso3583.afm.gz + texmf-dist/fonts/afm/public/cm-super/sfsq8.afm.gz + texmf-dist/fonts/afm/public/cm-super/sfss0500.afm.gz + texmf-dist/fonts/afm/public/cm-super/sfss0600.afm.gz + texmf-dist/fonts/afm/public/cm-super/sfss0700.afm.gz + texmf-dist/fonts/afm/public/cm-super/sfss0800.afm.gz + texmf-dist/fonts/afm/public/cm-super/sfss0900.afm.gz + texmf-dist/fonts/afm/public/cm-super/sfss1000.afm.gz + texmf-dist/fonts/afm/public/cm-super/sfss1095.afm.gz + texmf-dist/fonts/afm/public/cm-super/sfss1200.afm.gz + texmf-dist/fonts/afm/public/cm-super/sfss1440.afm.gz + texmf-dist/fonts/afm/public/cm-super/sfss1728.afm.gz + texmf-dist/fonts/afm/public/cm-super/sfss2074.afm.gz + texmf-dist/fonts/afm/public/cm-super/sfss2488.afm.gz + texmf-dist/fonts/afm/public/cm-super/sfss2986.afm.gz + texmf-dist/fonts/afm/public/cm-super/sfss3583.afm.gz + texmf-dist/fonts/afm/public/cm-super/sfssdc10.afm.gz + texmf-dist/fonts/afm/public/cm-super/sfst0800.afm.gz + texmf-dist/fonts/afm/public/cm-super/sfst0900.afm.gz + texmf-dist/fonts/afm/public/cm-super/sfst1000.afm.gz + texmf-dist/fonts/afm/public/cm-super/sfst1095.afm.gz + texmf-dist/fonts/afm/public/cm-super/sfst1200.afm.gz + texmf-dist/fonts/afm/public/cm-super/sfst1440.afm.gz + texmf-dist/fonts/afm/public/cm-super/sfst1728.afm.gz + texmf-dist/fonts/afm/public/cm-super/sfst2074.afm.gz + texmf-dist/fonts/afm/public/cm-super/sfst2488.afm.gz + texmf-dist/fonts/afm/public/cm-super/sfst2986.afm.gz + texmf-dist/fonts/afm/public/cm-super/sfst3583.afm.gz + texmf-dist/fonts/afm/public/cm-super/sfsx0500.afm.gz + texmf-dist/fonts/afm/public/cm-super/sfsx0600.afm.gz + texmf-dist/fonts/afm/public/cm-super/sfsx0700.afm.gz + texmf-dist/fonts/afm/public/cm-super/sfsx0800.afm.gz + texmf-dist/fonts/afm/public/cm-super/sfsx0900.afm.gz + texmf-dist/fonts/afm/public/cm-super/sfsx1000.afm.gz + texmf-dist/fonts/afm/public/cm-super/sfsx1095.afm.gz + texmf-dist/fonts/afm/public/cm-super/sfsx1200.afm.gz + texmf-dist/fonts/afm/public/cm-super/sfsx1440.afm.gz + texmf-dist/fonts/afm/public/cm-super/sfsx1728.afm.gz + texmf-dist/fonts/afm/public/cm-super/sfsx2074.afm.gz + texmf-dist/fonts/afm/public/cm-super/sfsx2488.afm.gz + texmf-dist/fonts/afm/public/cm-super/sfsx2986.afm.gz + texmf-dist/fonts/afm/public/cm-super/sfsx3583.afm.gz + texmf-dist/fonts/afm/public/cm-super/sftc0800.afm.gz + texmf-dist/fonts/afm/public/cm-super/sftc0900.afm.gz + texmf-dist/fonts/afm/public/cm-super/sftc1000.afm.gz + texmf-dist/fonts/afm/public/cm-super/sftc1095.afm.gz + texmf-dist/fonts/afm/public/cm-super/sftc1200.afm.gz + texmf-dist/fonts/afm/public/cm-super/sftc1440.afm.gz + texmf-dist/fonts/afm/public/cm-super/sftc1728.afm.gz + texmf-dist/fonts/afm/public/cm-super/sftc2074.afm.gz + texmf-dist/fonts/afm/public/cm-super/sftc2488.afm.gz + texmf-dist/fonts/afm/public/cm-super/sftc2986.afm.gz + texmf-dist/fonts/afm/public/cm-super/sftc3583.afm.gz + texmf-dist/fonts/afm/public/cm-super/sfti0500.afm.gz + texmf-dist/fonts/afm/public/cm-super/sfti0600.afm.gz + texmf-dist/fonts/afm/public/cm-super/sfti0700.afm.gz + texmf-dist/fonts/afm/public/cm-super/sfti0800.afm.gz + texmf-dist/fonts/afm/public/cm-super/sfti0900.afm.gz + texmf-dist/fonts/afm/public/cm-super/sfti1000.afm.gz + texmf-dist/fonts/afm/public/cm-super/sfti1095.afm.gz + texmf-dist/fonts/afm/public/cm-super/sfti1200.afm.gz + texmf-dist/fonts/afm/public/cm-super/sfti1440.afm.gz + texmf-dist/fonts/afm/public/cm-super/sfti1728.afm.gz + texmf-dist/fonts/afm/public/cm-super/sfti2074.afm.gz + texmf-dist/fonts/afm/public/cm-super/sfti2488.afm.gz + texmf-dist/fonts/afm/public/cm-super/sfti2986.afm.gz + texmf-dist/fonts/afm/public/cm-super/sfti3583.afm.gz + texmf-dist/fonts/afm/public/cm-super/sftt0800.afm.gz + texmf-dist/fonts/afm/public/cm-super/sftt0900.afm.gz + texmf-dist/fonts/afm/public/cm-super/sftt1000.afm.gz + texmf-dist/fonts/afm/public/cm-super/sftt1095.afm.gz + texmf-dist/fonts/afm/public/cm-super/sftt1200.afm.gz + texmf-dist/fonts/afm/public/cm-super/sftt1440.afm.gz + texmf-dist/fonts/afm/public/cm-super/sftt1728.afm.gz + texmf-dist/fonts/afm/public/cm-super/sftt2074.afm.gz + texmf-dist/fonts/afm/public/cm-super/sftt2488.afm.gz + texmf-dist/fonts/afm/public/cm-super/sftt2986.afm.gz + texmf-dist/fonts/afm/public/cm-super/sftt3583.afm.gz + texmf-dist/fonts/afm/public/cm-super/sfui0500.afm.gz + texmf-dist/fonts/afm/public/cm-super/sfui0600.afm.gz + texmf-dist/fonts/afm/public/cm-super/sfui0700.afm.gz + texmf-dist/fonts/afm/public/cm-super/sfui0800.afm.gz + texmf-dist/fonts/afm/public/cm-super/sfui0900.afm.gz + texmf-dist/fonts/afm/public/cm-super/sfui1000.afm.gz + texmf-dist/fonts/afm/public/cm-super/sfui1095.afm.gz + texmf-dist/fonts/afm/public/cm-super/sfui1200.afm.gz + texmf-dist/fonts/afm/public/cm-super/sfui1440.afm.gz + texmf-dist/fonts/afm/public/cm-super/sfui1728.afm.gz + texmf-dist/fonts/afm/public/cm-super/sfui2074.afm.gz + texmf-dist/fonts/afm/public/cm-super/sfui2488.afm.gz + texmf-dist/fonts/afm/public/cm-super/sfui2986.afm.gz + texmf-dist/fonts/afm/public/cm-super/sfui3583.afm.gz + texmf-dist/fonts/afm/public/cm-super/sfvi0800.afm.gz + texmf-dist/fonts/afm/public/cm-super/sfvi0900.afm.gz + texmf-dist/fonts/afm/public/cm-super/sfvi1000.afm.gz + texmf-dist/fonts/afm/public/cm-super/sfvi1095.afm.gz + texmf-dist/fonts/afm/public/cm-super/sfvi1200.afm.gz + texmf-dist/fonts/afm/public/cm-super/sfvi1440.afm.gz + texmf-dist/fonts/afm/public/cm-super/sfvi1728.afm.gz + texmf-dist/fonts/afm/public/cm-super/sfvi2074.afm.gz + texmf-dist/fonts/afm/public/cm-super/sfvi2488.afm.gz + texmf-dist/fonts/afm/public/cm-super/sfvi2986.afm.gz + texmf-dist/fonts/afm/public/cm-super/sfvi3583.afm.gz + texmf-dist/fonts/afm/public/cm-super/sfvt0800.afm.gz + texmf-dist/fonts/afm/public/cm-super/sfvt0900.afm.gz + texmf-dist/fonts/afm/public/cm-super/sfvt1000.afm.gz + texmf-dist/fonts/afm/public/cm-super/sfvt1095.afm.gz + texmf-dist/fonts/afm/public/cm-super/sfvt1200.afm.gz + texmf-dist/fonts/afm/public/cm-super/sfvt1440.afm.gz + texmf-dist/fonts/afm/public/cm-super/sfvt1728.afm.gz + texmf-dist/fonts/afm/public/cm-super/sfvt2074.afm.gz + texmf-dist/fonts/afm/public/cm-super/sfvt2488.afm.gz + texmf-dist/fonts/afm/public/cm-super/sfvt2986.afm.gz + texmf-dist/fonts/afm/public/cm-super/sfvt3583.afm.gz + texmf-dist/fonts/afm/public/cm-super/sfxc0500.afm.gz + texmf-dist/fonts/afm/public/cm-super/sfxc0600.afm.gz + texmf-dist/fonts/afm/public/cm-super/sfxc0700.afm.gz + texmf-dist/fonts/afm/public/cm-super/sfxc0800.afm.gz + texmf-dist/fonts/afm/public/cm-super/sfxc0900.afm.gz + texmf-dist/fonts/afm/public/cm-super/sfxc1000.afm.gz + texmf-dist/fonts/afm/public/cm-super/sfxc1095.afm.gz + texmf-dist/fonts/afm/public/cm-super/sfxc1200.afm.gz + texmf-dist/fonts/afm/public/cm-super/sfxc1440.afm.gz + texmf-dist/fonts/afm/public/cm-super/sfxc1728.afm.gz + texmf-dist/fonts/afm/public/cm-super/sfxc2074.afm.gz + texmf-dist/fonts/afm/public/cm-super/sfxc2488.afm.gz + texmf-dist/fonts/afm/public/cm-super/sfxc2986.afm.gz + texmf-dist/fonts/afm/public/cm-super/sfxc3583.afm.gz + texmf-dist/fonts/enc/dvips/cm-super/cm-super-t1.enc + texmf-dist/fonts/enc/dvips/cm-super/cm-super-t2a.enc + texmf-dist/fonts/enc/dvips/cm-super/cm-super-t2b.enc + texmf-dist/fonts/enc/dvips/cm-super/cm-super-t2c.enc + texmf-dist/fonts/enc/dvips/cm-super/cm-super-ts1.enc + texmf-dist/fonts/enc/dvips/cm-super/cm-super-x2.enc + texmf-dist/fonts/map/dvips/cm-super/cm-super-t1.map + texmf-dist/fonts/map/dvips/cm-super/cm-super-t2a.map + texmf-dist/fonts/map/dvips/cm-super/cm-super-t2b.map + texmf-dist/fonts/map/dvips/cm-super/cm-super-t2c.map + texmf-dist/fonts/map/dvips/cm-super/cm-super-ts1.map + texmf-dist/fonts/map/dvips/cm-super/cm-super-x2.map + texmf-dist/fonts/map/vtex/cm-super/cm-super-t1.ali + texmf-dist/fonts/map/vtex/cm-super/cm-super-t2a.ali + texmf-dist/fonts/map/vtex/cm-super/cm-super-t2b.ali + texmf-dist/fonts/map/vtex/cm-super/cm-super-t2c.ali + texmf-dist/fonts/map/vtex/cm-super/cm-super-ts1.ali + texmf-dist/fonts/map/vtex/cm-super/cm-super-x2.ali + texmf-dist/fonts/map/vtex/cm-super/cm-super.ali + texmf-dist/fonts/type1/public/cm-super/isflb8.pfb + texmf-dist/fonts/type1/public/cm-super/isfli8.pfb + texmf-dist/fonts/type1/public/cm-super/isflo8.pfb + texmf-dist/fonts/type1/public/cm-super/isflq8.pfb + texmf-dist/fonts/type1/public/cm-super/isfltt8.pfb + texmf-dist/fonts/type1/public/cm-super/sfbbx10.pfb + texmf-dist/fonts/type1/public/cm-super/sfbi0500.pfb + texmf-dist/fonts/type1/public/cm-super/sfbi0600.pfb + texmf-dist/fonts/type1/public/cm-super/sfbi0700.pfb + texmf-dist/fonts/type1/public/cm-super/sfbi0800.pfb + texmf-dist/fonts/type1/public/cm-super/sfbi0900.pfb + texmf-dist/fonts/type1/public/cm-super/sfbi1000.pfb + texmf-dist/fonts/type1/public/cm-super/sfbi1095.pfb + texmf-dist/fonts/type1/public/cm-super/sfbi1200.pfb + texmf-dist/fonts/type1/public/cm-super/sfbi1440.pfb + texmf-dist/fonts/type1/public/cm-super/sfbi1728.pfb + texmf-dist/fonts/type1/public/cm-super/sfbi2074.pfb + texmf-dist/fonts/type1/public/cm-super/sfbi2488.pfb + texmf-dist/fonts/type1/public/cm-super/sfbi2986.pfb + texmf-dist/fonts/type1/public/cm-super/sfbi3583.pfb + texmf-dist/fonts/type1/public/cm-super/sfbl0500.pfb + texmf-dist/fonts/type1/public/cm-super/sfbl0600.pfb + texmf-dist/fonts/type1/public/cm-super/sfbl0700.pfb + texmf-dist/fonts/type1/public/cm-super/sfbl0800.pfb + texmf-dist/fonts/type1/public/cm-super/sfbl0900.pfb + texmf-dist/fonts/type1/public/cm-super/sfbl1000.pfb + texmf-dist/fonts/type1/public/cm-super/sfbl1095.pfb + texmf-dist/fonts/type1/public/cm-super/sfbl1200.pfb + texmf-dist/fonts/type1/public/cm-super/sfbl1440.pfb + texmf-dist/fonts/type1/public/cm-super/sfbl1728.pfb + texmf-dist/fonts/type1/public/cm-super/sfbl2074.pfb + texmf-dist/fonts/type1/public/cm-super/sfbl2488.pfb + texmf-dist/fonts/type1/public/cm-super/sfbl2986.pfb + texmf-dist/fonts/type1/public/cm-super/sfbl3583.pfb + texmf-dist/fonts/type1/public/cm-super/sfbm0500.pfb + texmf-dist/fonts/type1/public/cm-super/sfbm0700.pfb + texmf-dist/fonts/type1/public/cm-super/sfbm0900.pfb + texmf-dist/fonts/type1/public/cm-super/sfbm1000.pfb + texmf-dist/fonts/type1/public/cm-super/sfbm1095.pfb + texmf-dist/fonts/type1/public/cm-super/sfbm1200.pfb + texmf-dist/fonts/type1/public/cm-super/sfbm1440.pfb + texmf-dist/fonts/type1/public/cm-super/sfbm1728.pfb + texmf-dist/fonts/type1/public/cm-super/sfbm2074.pfb + texmf-dist/fonts/type1/public/cm-super/sfbm2488.pfb + texmf-dist/fonts/type1/public/cm-super/sfbm2986.pfb + texmf-dist/fonts/type1/public/cm-super/sfbm3583.pfb + texmf-dist/fonts/type1/public/cm-super/sfbmo10.pfb + texmf-dist/fonts/type1/public/cm-super/sfbmo17.pfb + texmf-dist/fonts/type1/public/cm-super/sfbmo8.pfb + texmf-dist/fonts/type1/public/cm-super/sfbmo9.pfb + texmf-dist/fonts/type1/public/cm-super/sfbmr10.pfb + texmf-dist/fonts/type1/public/cm-super/sfbmr17.pfb + texmf-dist/fonts/type1/public/cm-super/sfbmr8.pfb + texmf-dist/fonts/type1/public/cm-super/sfbmr9.pfb + texmf-dist/fonts/type1/public/cm-super/sfbso10.pfb + texmf-dist/fonts/type1/public/cm-super/sfbso17.pfb + texmf-dist/fonts/type1/public/cm-super/sfbso8.pfb + texmf-dist/fonts/type1/public/cm-super/sfbso9.pfb + texmf-dist/fonts/type1/public/cm-super/sfbsr10.pfb + texmf-dist/fonts/type1/public/cm-super/sfbsr17.pfb + texmf-dist/fonts/type1/public/cm-super/sfbsr8.pfb + texmf-dist/fonts/type1/public/cm-super/sfbsr9.pfb + texmf-dist/fonts/type1/public/cm-super/sfbtl10.pfb + texmf-dist/fonts/type1/public/cm-super/sfbto10.pfb + texmf-dist/fonts/type1/public/cm-super/sfbx0500.pfb + texmf-dist/fonts/type1/public/cm-super/sfbx0600.pfb + texmf-dist/fonts/type1/public/cm-super/sfbx0700.pfb + texmf-dist/fonts/type1/public/cm-super/sfbx0800.pfb + texmf-dist/fonts/type1/public/cm-super/sfbx0900.pfb + texmf-dist/fonts/type1/public/cm-super/sfbx1000.pfb + texmf-dist/fonts/type1/public/cm-super/sfbx1095.pfb + texmf-dist/fonts/type1/public/cm-super/sfbx1200.pfb + texmf-dist/fonts/type1/public/cm-super/sfbx1440.pfb + texmf-dist/fonts/type1/public/cm-super/sfbx1728.pfb + texmf-dist/fonts/type1/public/cm-super/sfbx2074.pfb + texmf-dist/fonts/type1/public/cm-super/sfbx2488.pfb + texmf-dist/fonts/type1/public/cm-super/sfbx2986.pfb + texmf-dist/fonts/type1/public/cm-super/sfbx3583.pfb + texmf-dist/fonts/type1/public/cm-super/sfcc0500.pfb + texmf-dist/fonts/type1/public/cm-super/sfcc0600.pfb + texmf-dist/fonts/type1/public/cm-super/sfcc0700.pfb + texmf-dist/fonts/type1/public/cm-super/sfcc0800.pfb + texmf-dist/fonts/type1/public/cm-super/sfcc0900.pfb + texmf-dist/fonts/type1/public/cm-super/sfcc1000.pfb + texmf-dist/fonts/type1/public/cm-super/sfcc1095.pfb + texmf-dist/fonts/type1/public/cm-super/sfcc1200.pfb + texmf-dist/fonts/type1/public/cm-super/sfcc1440.pfb + texmf-dist/fonts/type1/public/cm-super/sfcc1728.pfb + texmf-dist/fonts/type1/public/cm-super/sfcc2074.pfb + texmf-dist/fonts/type1/public/cm-super/sfcc2488.pfb + texmf-dist/fonts/type1/public/cm-super/sfcc2986.pfb + texmf-dist/fonts/type1/public/cm-super/sfcc3583.pfb + texmf-dist/fonts/type1/public/cm-super/sfci0500.pfb + texmf-dist/fonts/type1/public/cm-super/sfci0600.pfb + texmf-dist/fonts/type1/public/cm-super/sfci0700.pfb + texmf-dist/fonts/type1/public/cm-super/sfci0800.pfb + texmf-dist/fonts/type1/public/cm-super/sfci0900.pfb + texmf-dist/fonts/type1/public/cm-super/sfci1000.pfb + texmf-dist/fonts/type1/public/cm-super/sfci1095.pfb + texmf-dist/fonts/type1/public/cm-super/sfci1200.pfb + texmf-dist/fonts/type1/public/cm-super/sfci1440.pfb + texmf-dist/fonts/type1/public/cm-super/sfci1728.pfb + texmf-dist/fonts/type1/public/cm-super/sfci2074.pfb + texmf-dist/fonts/type1/public/cm-super/sfci2488.pfb + texmf-dist/fonts/type1/public/cm-super/sfci2986.pfb + texmf-dist/fonts/type1/public/cm-super/sfci3583.pfb + texmf-dist/fonts/type1/public/cm-super/sfdh0500.pfb + texmf-dist/fonts/type1/public/cm-super/sfdh0600.pfb + texmf-dist/fonts/type1/public/cm-super/sfdh0700.pfb + texmf-dist/fonts/type1/public/cm-super/sfdh0800.pfb + texmf-dist/fonts/type1/public/cm-super/sfdh0900.pfb + texmf-dist/fonts/type1/public/cm-super/sfdh1000.pfb + texmf-dist/fonts/type1/public/cm-super/sfdh1095.pfb + texmf-dist/fonts/type1/public/cm-super/sfdh1200.pfb + texmf-dist/fonts/type1/public/cm-super/sfdh1440.pfb + texmf-dist/fonts/type1/public/cm-super/sfdh1728.pfb + texmf-dist/fonts/type1/public/cm-super/sfdh2074.pfb + texmf-dist/fonts/type1/public/cm-super/sfdh2488.pfb + texmf-dist/fonts/type1/public/cm-super/sfdh2986.pfb + texmf-dist/fonts/type1/public/cm-super/sfdh3583.pfb + texmf-dist/fonts/type1/public/cm-super/sffb0500.pfb + texmf-dist/fonts/type1/public/cm-super/sffb0600.pfb + texmf-dist/fonts/type1/public/cm-super/sffb0700.pfb + texmf-dist/fonts/type1/public/cm-super/sffb0800.pfb + texmf-dist/fonts/type1/public/cm-super/sffb0900.pfb + texmf-dist/fonts/type1/public/cm-super/sffb1000.pfb + texmf-dist/fonts/type1/public/cm-super/sffb1095.pfb + texmf-dist/fonts/type1/public/cm-super/sffb1200.pfb + texmf-dist/fonts/type1/public/cm-super/sffb1440.pfb + texmf-dist/fonts/type1/public/cm-super/sffb1728.pfb + texmf-dist/fonts/type1/public/cm-super/sffb2074.pfb + texmf-dist/fonts/type1/public/cm-super/sfff0900.pfb + texmf-dist/fonts/type1/public/cm-super/sfff1000.pfb + texmf-dist/fonts/type1/public/cm-super/sfff1095.pfb + texmf-dist/fonts/type1/public/cm-super/sfff1200.pfb + texmf-dist/fonts/type1/public/cm-super/sfff1440.pfb + texmf-dist/fonts/type1/public/cm-super/sfff2488.pfb + texmf-dist/fonts/type1/public/cm-super/sffi0900.pfb + texmf-dist/fonts/type1/public/cm-super/sffi1000.pfb + texmf-dist/fonts/type1/public/cm-super/sffi1095.pfb + texmf-dist/fonts/type1/public/cm-super/sffi1200.pfb + texmf-dist/fonts/type1/public/cm-super/sffi1440.pfb + texmf-dist/fonts/type1/public/cm-super/sffi1728.pfb + texmf-dist/fonts/type1/public/cm-super/sffi2074.pfb + texmf-dist/fonts/type1/public/cm-super/sffs0500.pfb + texmf-dist/fonts/type1/public/cm-super/sffs0600.pfb + texmf-dist/fonts/type1/public/cm-super/sffs0700.pfb + texmf-dist/fonts/type1/public/cm-super/sffs0800.pfb + texmf-dist/fonts/type1/public/cm-super/sffs0900.pfb + texmf-dist/fonts/type1/public/cm-super/sffs1000.pfb + texmf-dist/fonts/type1/public/cm-super/sffs1095.pfb + texmf-dist/fonts/type1/public/cm-super/sffs1200.pfb + texmf-dist/fonts/type1/public/cm-super/sffs1440.pfb + texmf-dist/fonts/type1/public/cm-super/sffs1728.pfb + texmf-dist/fonts/type1/public/cm-super/sffs2074.pfb + texmf-dist/fonts/type1/public/cm-super/sfit0800.pfb + texmf-dist/fonts/type1/public/cm-super/sfit0900.pfb + texmf-dist/fonts/type1/public/cm-super/sfit1000.pfb + texmf-dist/fonts/type1/public/cm-super/sfit1095.pfb + texmf-dist/fonts/type1/public/cm-super/sfit1200.pfb + texmf-dist/fonts/type1/public/cm-super/sfit1440.pfb + texmf-dist/fonts/type1/public/cm-super/sfit1728.pfb + texmf-dist/fonts/type1/public/cm-super/sfit2074.pfb + texmf-dist/fonts/type1/public/cm-super/sfit2488.pfb + texmf-dist/fonts/type1/public/cm-super/sflb8.pfb + texmf-dist/fonts/type1/public/cm-super/sfli8.pfb + texmf-dist/fonts/type1/public/cm-super/sflo8.pfb + texmf-dist/fonts/type1/public/cm-super/sflq8.pfb + texmf-dist/fonts/type1/public/cm-super/sfltt8.pfb + texmf-dist/fonts/type1/public/cm-super/sfoc0500.pfb + texmf-dist/fonts/type1/public/cm-super/sfoc0600.pfb + texmf-dist/fonts/type1/public/cm-super/sfoc0700.pfb + texmf-dist/fonts/type1/public/cm-super/sfoc0800.pfb + texmf-dist/fonts/type1/public/cm-super/sfoc0900.pfb + texmf-dist/fonts/type1/public/cm-super/sfoc1000.pfb + texmf-dist/fonts/type1/public/cm-super/sfoc1095.pfb + texmf-dist/fonts/type1/public/cm-super/sfoc1200.pfb + texmf-dist/fonts/type1/public/cm-super/sfoc1440.pfb + texmf-dist/fonts/type1/public/cm-super/sfoc1728.pfb + texmf-dist/fonts/type1/public/cm-super/sfoc2074.pfb + texmf-dist/fonts/type1/public/cm-super/sfoc2488.pfb + texmf-dist/fonts/type1/public/cm-super/sfoc2986.pfb + texmf-dist/fonts/type1/public/cm-super/sfoc3583.pfb + texmf-dist/fonts/type1/public/cm-super/sfocc10.pfb + texmf-dist/fonts/type1/public/cm-super/sform10.pfb + texmf-dist/fonts/type1/public/cm-super/sform5.pfb + texmf-dist/fonts/type1/public/cm-super/sform6.pfb + texmf-dist/fonts/type1/public/cm-super/sform7.pfb + texmf-dist/fonts/type1/public/cm-super/sform8.pfb + texmf-dist/fonts/type1/public/cm-super/sform9.pfb + texmf-dist/fonts/type1/public/cm-super/sfosl10.pfb + texmf-dist/fonts/type1/public/cm-super/sfosl5.pfb + texmf-dist/fonts/type1/public/cm-super/sfosl6.pfb + texmf-dist/fonts/type1/public/cm-super/sfosl7.pfb + texmf-dist/fonts/type1/public/cm-super/sfosl8.pfb + texmf-dist/fonts/type1/public/cm-super/sfosl9.pfb + texmf-dist/fonts/type1/public/cm-super/sfoti10.pfb + texmf-dist/fonts/type1/public/cm-super/sfqi8.pfb + texmf-dist/fonts/type1/public/cm-super/sfrb0500.pfb + texmf-dist/fonts/type1/public/cm-super/sfrb0600.pfb + texmf-dist/fonts/type1/public/cm-super/sfrb0700.pfb + texmf-dist/fonts/type1/public/cm-super/sfrb0800.pfb + texmf-dist/fonts/type1/public/cm-super/sfrb0900.pfb + texmf-dist/fonts/type1/public/cm-super/sfrb1000.pfb + texmf-dist/fonts/type1/public/cm-super/sfrb1095.pfb + texmf-dist/fonts/type1/public/cm-super/sfrb1200.pfb + texmf-dist/fonts/type1/public/cm-super/sfrb1440.pfb + texmf-dist/fonts/type1/public/cm-super/sfrb1728.pfb + texmf-dist/fonts/type1/public/cm-super/sfrb2074.pfb + texmf-dist/fonts/type1/public/cm-super/sfrb2488.pfb + texmf-dist/fonts/type1/public/cm-super/sfrb2986.pfb + texmf-dist/fonts/type1/public/cm-super/sfrb3583.pfb + texmf-dist/fonts/type1/public/cm-super/sfrm0500.pfb + texmf-dist/fonts/type1/public/cm-super/sfrm0600.pfb + texmf-dist/fonts/type1/public/cm-super/sfrm0700.pfb + texmf-dist/fonts/type1/public/cm-super/sfrm0800.pfb + texmf-dist/fonts/type1/public/cm-super/sfrm0900.pfb + texmf-dist/fonts/type1/public/cm-super/sfrm1000.pfb + texmf-dist/fonts/type1/public/cm-super/sfrm1095.pfb + texmf-dist/fonts/type1/public/cm-super/sfrm1200.pfb + texmf-dist/fonts/type1/public/cm-super/sfrm1440.pfb + texmf-dist/fonts/type1/public/cm-super/sfrm1728.pfb + texmf-dist/fonts/type1/public/cm-super/sfrm2074.pfb + texmf-dist/fonts/type1/public/cm-super/sfrm2488.pfb + texmf-dist/fonts/type1/public/cm-super/sfrm2986.pfb + texmf-dist/fonts/type1/public/cm-super/sfrm3583.pfb + texmf-dist/fonts/type1/public/cm-super/sfsc0500.pfb + texmf-dist/fonts/type1/public/cm-super/sfsc0600.pfb + texmf-dist/fonts/type1/public/cm-super/sfsc0700.pfb + texmf-dist/fonts/type1/public/cm-super/sfsc0800.pfb + texmf-dist/fonts/type1/public/cm-super/sfsc0900.pfb + texmf-dist/fonts/type1/public/cm-super/sfsc1000.pfb + texmf-dist/fonts/type1/public/cm-super/sfsc1095.pfb + texmf-dist/fonts/type1/public/cm-super/sfsc1200.pfb + texmf-dist/fonts/type1/public/cm-super/sfsc1440.pfb + texmf-dist/fonts/type1/public/cm-super/sfsc1728.pfb + texmf-dist/fonts/type1/public/cm-super/sfsc2074.pfb + texmf-dist/fonts/type1/public/cm-super/sfsc2488.pfb + texmf-dist/fonts/type1/public/cm-super/sfsc2986.pfb + texmf-dist/fonts/type1/public/cm-super/sfsc3583.pfb + texmf-dist/fonts/type1/public/cm-super/sfsi0500.pfb + texmf-dist/fonts/type1/public/cm-super/sfsi0600.pfb + texmf-dist/fonts/type1/public/cm-super/sfsi0700.pfb + texmf-dist/fonts/type1/public/cm-super/sfsi0800.pfb + texmf-dist/fonts/type1/public/cm-super/sfsi0900.pfb + texmf-dist/fonts/type1/public/cm-super/sfsi1000.pfb + texmf-dist/fonts/type1/public/cm-super/sfsi1095.pfb + texmf-dist/fonts/type1/public/cm-super/sfsi1200.pfb + texmf-dist/fonts/type1/public/cm-super/sfsi1440.pfb + texmf-dist/fonts/type1/public/cm-super/sfsi1728.pfb + texmf-dist/fonts/type1/public/cm-super/sfsi2074.pfb + texmf-dist/fonts/type1/public/cm-super/sfsi2488.pfb + texmf-dist/fonts/type1/public/cm-super/sfsi2986.pfb + texmf-dist/fonts/type1/public/cm-super/sfsi3583.pfb + texmf-dist/fonts/type1/public/cm-super/sfsl0500.pfb + texmf-dist/fonts/type1/public/cm-super/sfsl0600.pfb + texmf-dist/fonts/type1/public/cm-super/sfsl0700.pfb + texmf-dist/fonts/type1/public/cm-super/sfsl0800.pfb + texmf-dist/fonts/type1/public/cm-super/sfsl0900.pfb + texmf-dist/fonts/type1/public/cm-super/sfsl1000.pfb + texmf-dist/fonts/type1/public/cm-super/sfsl1095.pfb + texmf-dist/fonts/type1/public/cm-super/sfsl1200.pfb + texmf-dist/fonts/type1/public/cm-super/sfsl1440.pfb + texmf-dist/fonts/type1/public/cm-super/sfsl1728.pfb + texmf-dist/fonts/type1/public/cm-super/sfsl2074.pfb + texmf-dist/fonts/type1/public/cm-super/sfsl2488.pfb + texmf-dist/fonts/type1/public/cm-super/sfsl2986.pfb + texmf-dist/fonts/type1/public/cm-super/sfsl3583.pfb + texmf-dist/fonts/type1/public/cm-super/sfso0500.pfb + texmf-dist/fonts/type1/public/cm-super/sfso0600.pfb + texmf-dist/fonts/type1/public/cm-super/sfso0700.pfb + texmf-dist/fonts/type1/public/cm-super/sfso0800.pfb + texmf-dist/fonts/type1/public/cm-super/sfso0900.pfb + texmf-dist/fonts/type1/public/cm-super/sfso1000.pfb + texmf-dist/fonts/type1/public/cm-super/sfso1095.pfb + texmf-dist/fonts/type1/public/cm-super/sfso1200.pfb + texmf-dist/fonts/type1/public/cm-super/sfso1440.pfb + texmf-dist/fonts/type1/public/cm-super/sfso1728.pfb + texmf-dist/fonts/type1/public/cm-super/sfso2074.pfb + texmf-dist/fonts/type1/public/cm-super/sfso2488.pfb + texmf-dist/fonts/type1/public/cm-super/sfso2986.pfb + texmf-dist/fonts/type1/public/cm-super/sfso3583.pfb + texmf-dist/fonts/type1/public/cm-super/sfsq8.pfb + texmf-dist/fonts/type1/public/cm-super/sfss0500.pfb + texmf-dist/fonts/type1/public/cm-super/sfss0600.pfb + texmf-dist/fonts/type1/public/cm-super/sfss0700.pfb + texmf-dist/fonts/type1/public/cm-super/sfss0800.pfb + texmf-dist/fonts/type1/public/cm-super/sfss0900.pfb + texmf-dist/fonts/type1/public/cm-super/sfss1000.pfb + texmf-dist/fonts/type1/public/cm-super/sfss1095.pfb + texmf-dist/fonts/type1/public/cm-super/sfss1200.pfb + texmf-dist/fonts/type1/public/cm-super/sfss1440.pfb + texmf-dist/fonts/type1/public/cm-super/sfss1728.pfb + texmf-dist/fonts/type1/public/cm-super/sfss2074.pfb + texmf-dist/fonts/type1/public/cm-super/sfss2488.pfb + texmf-dist/fonts/type1/public/cm-super/sfss2986.pfb + texmf-dist/fonts/type1/public/cm-super/sfss3583.pfb + texmf-dist/fonts/type1/public/cm-super/sfssdc10.pfb + texmf-dist/fonts/type1/public/cm-super/sfst0800.pfb + texmf-dist/fonts/type1/public/cm-super/sfst0900.pfb + texmf-dist/fonts/type1/public/cm-super/sfst1000.pfb + texmf-dist/fonts/type1/public/cm-super/sfst1095.pfb + texmf-dist/fonts/type1/public/cm-super/sfst1200.pfb + texmf-dist/fonts/type1/public/cm-super/sfst1440.pfb + texmf-dist/fonts/type1/public/cm-super/sfst1728.pfb + texmf-dist/fonts/type1/public/cm-super/sfst2074.pfb + texmf-dist/fonts/type1/public/cm-super/sfst2488.pfb + texmf-dist/fonts/type1/public/cm-super/sfst2986.pfb + texmf-dist/fonts/type1/public/cm-super/sfst3583.pfb + texmf-dist/fonts/type1/public/cm-super/sfsx0500.pfb + texmf-dist/fonts/type1/public/cm-super/sfsx0600.pfb + texmf-dist/fonts/type1/public/cm-super/sfsx0700.pfb + texmf-dist/fonts/type1/public/cm-super/sfsx0800.pfb + texmf-dist/fonts/type1/public/cm-super/sfsx0900.pfb + texmf-dist/fonts/type1/public/cm-super/sfsx1000.pfb + texmf-dist/fonts/type1/public/cm-super/sfsx1095.pfb + texmf-dist/fonts/type1/public/cm-super/sfsx1200.pfb + texmf-dist/fonts/type1/public/cm-super/sfsx1440.pfb + texmf-dist/fonts/type1/public/cm-super/sfsx1728.pfb + texmf-dist/fonts/type1/public/cm-super/sfsx2074.pfb + texmf-dist/fonts/type1/public/cm-super/sfsx2488.pfb + texmf-dist/fonts/type1/public/cm-super/sfsx2986.pfb + texmf-dist/fonts/type1/public/cm-super/sfsx3583.pfb + texmf-dist/fonts/type1/public/cm-super/sftc0800.pfb + texmf-dist/fonts/type1/public/cm-super/sftc0900.pfb + texmf-dist/fonts/type1/public/cm-super/sftc1000.pfb + texmf-dist/fonts/type1/public/cm-super/sftc1095.pfb + texmf-dist/fonts/type1/public/cm-super/sftc1200.pfb + texmf-dist/fonts/type1/public/cm-super/sftc1440.pfb + texmf-dist/fonts/type1/public/cm-super/sftc1728.pfb + texmf-dist/fonts/type1/public/cm-super/sftc2074.pfb + texmf-dist/fonts/type1/public/cm-super/sftc2488.pfb + texmf-dist/fonts/type1/public/cm-super/sftc2986.pfb + texmf-dist/fonts/type1/public/cm-super/sftc3583.pfb + texmf-dist/fonts/type1/public/cm-super/sfti0500.pfb + texmf-dist/fonts/type1/public/cm-super/sfti0600.pfb + texmf-dist/fonts/type1/public/cm-super/sfti0700.pfb + texmf-dist/fonts/type1/public/cm-super/sfti0800.pfb + texmf-dist/fonts/type1/public/cm-super/sfti0900.pfb + texmf-dist/fonts/type1/public/cm-super/sfti1000.pfb + texmf-dist/fonts/type1/public/cm-super/sfti1095.pfb + texmf-dist/fonts/type1/public/cm-super/sfti1200.pfb + texmf-dist/fonts/type1/public/cm-super/sfti1440.pfb + texmf-dist/fonts/type1/public/cm-super/sfti1728.pfb + texmf-dist/fonts/type1/public/cm-super/sfti2074.pfb + texmf-dist/fonts/type1/public/cm-super/sfti2488.pfb + texmf-dist/fonts/type1/public/cm-super/sfti2986.pfb + texmf-dist/fonts/type1/public/cm-super/sfti3583.pfb + texmf-dist/fonts/type1/public/cm-super/sftt0800.pfb + texmf-dist/fonts/type1/public/cm-super/sftt0900.pfb + texmf-dist/fonts/type1/public/cm-super/sftt1000.pfb + texmf-dist/fonts/type1/public/cm-super/sftt1095.pfb + texmf-dist/fonts/type1/public/cm-super/sftt1200.pfb + texmf-dist/fonts/type1/public/cm-super/sftt1440.pfb + texmf-dist/fonts/type1/public/cm-super/sftt1728.pfb + texmf-dist/fonts/type1/public/cm-super/sftt2074.pfb + texmf-dist/fonts/type1/public/cm-super/sftt2488.pfb + texmf-dist/fonts/type1/public/cm-super/sftt2986.pfb + texmf-dist/fonts/type1/public/cm-super/sftt3583.pfb + texmf-dist/fonts/type1/public/cm-super/sfui0500.pfb + texmf-dist/fonts/type1/public/cm-super/sfui0600.pfb + texmf-dist/fonts/type1/public/cm-super/sfui0700.pfb + texmf-dist/fonts/type1/public/cm-super/sfui0800.pfb + texmf-dist/fonts/type1/public/cm-super/sfui0900.pfb + texmf-dist/fonts/type1/public/cm-super/sfui1000.pfb + texmf-dist/fonts/type1/public/cm-super/sfui1095.pfb + texmf-dist/fonts/type1/public/cm-super/sfui1200.pfb + texmf-dist/fonts/type1/public/cm-super/sfui1440.pfb + texmf-dist/fonts/type1/public/cm-super/sfui1728.pfb + texmf-dist/fonts/type1/public/cm-super/sfui2074.pfb + texmf-dist/fonts/type1/public/cm-super/sfui2488.pfb + texmf-dist/fonts/type1/public/cm-super/sfui2986.pfb + texmf-dist/fonts/type1/public/cm-super/sfui3583.pfb + texmf-dist/fonts/type1/public/cm-super/sfvi0800.pfb + texmf-dist/fonts/type1/public/cm-super/sfvi0900.pfb + texmf-dist/fonts/type1/public/cm-super/sfvi1000.pfb + texmf-dist/fonts/type1/public/cm-super/sfvi1095.pfb + texmf-dist/fonts/type1/public/cm-super/sfvi1200.pfb + texmf-dist/fonts/type1/public/cm-super/sfvi1440.pfb + texmf-dist/fonts/type1/public/cm-super/sfvi1728.pfb + texmf-dist/fonts/type1/public/cm-super/sfvi2074.pfb + texmf-dist/fonts/type1/public/cm-super/sfvi2488.pfb + texmf-dist/fonts/type1/public/cm-super/sfvi2986.pfb + texmf-dist/fonts/type1/public/cm-super/sfvi3583.pfb + texmf-dist/fonts/type1/public/cm-super/sfvt0800.pfb + texmf-dist/fonts/type1/public/cm-super/sfvt0900.pfb + texmf-dist/fonts/type1/public/cm-super/sfvt1000.pfb + texmf-dist/fonts/type1/public/cm-super/sfvt1095.pfb + texmf-dist/fonts/type1/public/cm-super/sfvt1200.pfb + texmf-dist/fonts/type1/public/cm-super/sfvt1440.pfb + texmf-dist/fonts/type1/public/cm-super/sfvt1728.pfb + texmf-dist/fonts/type1/public/cm-super/sfvt2074.pfb + texmf-dist/fonts/type1/public/cm-super/sfvt2488.pfb + texmf-dist/fonts/type1/public/cm-super/sfvt2986.pfb + texmf-dist/fonts/type1/public/cm-super/sfvt3583.pfb + texmf-dist/fonts/type1/public/cm-super/sfxc0500.pfb + texmf-dist/fonts/type1/public/cm-super/sfxc0600.pfb + texmf-dist/fonts/type1/public/cm-super/sfxc0700.pfb + texmf-dist/fonts/type1/public/cm-super/sfxc0800.pfb + texmf-dist/fonts/type1/public/cm-super/sfxc0900.pfb + texmf-dist/fonts/type1/public/cm-super/sfxc1000.pfb + texmf-dist/fonts/type1/public/cm-super/sfxc1095.pfb + texmf-dist/fonts/type1/public/cm-super/sfxc1200.pfb + texmf-dist/fonts/type1/public/cm-super/sfxc1440.pfb + texmf-dist/fonts/type1/public/cm-super/sfxc1728.pfb + texmf-dist/fonts/type1/public/cm-super/sfxc2074.pfb + texmf-dist/fonts/type1/public/cm-super/sfxc2488.pfb + texmf-dist/fonts/type1/public/cm-super/sfxc2986.pfb + texmf-dist/fonts/type1/public/cm-super/sfxc3583.pfb + texmf-dist/tex/latex/cm-super/type1ec.sty +catalogue-ctan /fonts/ps-type1/cm-super +catalogue-date 2008-01-16 21:31:11 +0100 +catalogue-license gpl + +name cmap +category Package +revision 15878 +shortdesc Make PDF files searchable and copyable. +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. +docfiles size=2 + texmf-dist/doc/latex/cmap/README details="Readme" +runfiles size=12 + texmf-dist/tex/latex/cmap/cmap.sty + texmf-dist/tex/latex/cmap/lae.cmap + texmf-dist/tex/latex/cmap/lfe.cmap + texmf-dist/tex/latex/cmap/lgr.cmap + texmf-dist/tex/latex/cmap/ot1.cmap + texmf-dist/tex/latex/cmap/ot1tt.cmap + texmf-dist/tex/latex/cmap/ot6.cmap + texmf-dist/tex/latex/cmap/t1.cmap + texmf-dist/tex/latex/cmap/t2a.cmap + texmf-dist/tex/latex/cmap/t2b.cmap + texmf-dist/tex/latex/cmap/t2c.cmap + texmf-dist/tex/latex/cmap/t5.cmap +catalogue-ctan /macros/latex/contrib/cmap +catalogue-date 2008-07-07 08:02:44 +0200 +catalogue-license lppl +catalogue-version 1.0h + +name cmarrows +category Package +revision 15878 +shortdesc MetaPost arrows and braces in the Computer Modern style. +longdesc This MetaPost package contains macros to draw arrows and braces +longdesc in the Computer Modern style. +docfiles size=48 + texmf-dist/doc/metapost/cmarrows/README details="README file" + texmf-dist/doc/metapost/cmarrows/cmarrows.pdf details="Package documentation" + texmf-dist/doc/metapost/cmarrows/cmmanual.zip +runfiles size=59 + texmf-dist/metapost/cmarrows/cmarrows.mp + texmf-dist/metapost/cmarrows/rgbx0009.mp + texmf-dist/metapost/cmarrows/rgbx0016.mp + texmf-dist/metapost/cmarrows/rgbx0020.mp + texmf-dist/metapost/cmarrows/rgbx0025.mp + texmf-dist/metapost/cmarrows/sgbx0008.mp + texmf-dist/metapost/cmarrows/sgbx0010.mp + texmf-dist/metapost/cmarrows/sgbx0011.mp + texmf-dist/metapost/cmarrows/sgbx0012.mp + texmf-dist/metapost/cmarrows/sgbx0013.mp + texmf-dist/metapost/cmarrows/sgbx0014.mp + texmf-dist/metapost/cmarrows/sgbx0015.mp + texmf-dist/metapost/cmarrows/sgbx0017.mp + texmf-dist/metapost/cmarrows/sgbx0018.mp + texmf-dist/metapost/cmarrows/sgbx0019.mp + texmf-dist/metapost/cmarrows/sgbx0021.mp + texmf-dist/metapost/cmarrows/sgbx0022.mp + texmf-dist/metapost/cmarrows/sgbx0023.mp + texmf-dist/metapost/cmarrows/sgbx0024.mp + texmf-dist/metapost/cmarrows/tgbx0000.mp + texmf-dist/metapost/cmarrows/tgbx0001.mp + texmf-dist/metapost/cmarrows/tgbx0002.mp + texmf-dist/metapost/cmarrows/tgbx0003.mp + texmf-dist/metapost/cmarrows/tgbx0004.mp + texmf-dist/metapost/cmarrows/tgbx0005.mp + texmf-dist/metapost/cmarrows/tgbx0006.mp + texmf-dist/metapost/cmarrows/tgbx0007.mp + texmf-dist/metapost/cmarrows/tgbx0027.mp +catalogue-ctan /graphics/metapost/contrib/macros/cmarrows +catalogue-date 2007-03-05 14:17:42 +0100 +catalogue-license lppl +catalogue-version v0.9 + +name cmbright +category Package +revision 15878 +shortdesc Computer Modern Bright fonts. +longdesc A family of sans serif fonts for TeX and LaTeX, based on Donald +longdesc Knuth's CM fonts. It comprises OT1, T1 and TS1 encoded text +longdesc fonts of various shapes as well as all the fonts necessary for +longdesc mathematical typesetting, including AMS symbols. This +longdesc collection provides all the necessary files for using the fonts +longdesc with LaTeX. A commercial-quality Adobe Type 1 version of these +longdesc fonts is available from Micropress. Free versions are +longdesc available, in the cm-super font bundle (the T1 and TS1 encoded +longdesc part of the set), and in the hfbright (the OT1 encoded part, +longdesc and the maths fonts). +docfiles size=5 + texmf-dist/doc/latex/cmbright/copyrite.txt + texmf-dist/doc/latex/cmbright/manifest.txt + texmf-dist/doc/latex/cmbright/readme +srcfiles size=10 + texmf-dist/source/latex/cmbright/cmbr.fdd + texmf-dist/source/latex/cmbright/cmbright.dtx + texmf-dist/source/latex/cmbright/cmbright.ins + texmf-dist/source/latex/cmbright/oinst.ins +runfiles size=339 + texmf-dist/fonts/source/public/cmbright/ams10pt.mf + texmf-dist/fonts/source/public/cmbright/ams8pt.mf + texmf-dist/fonts/source/public/cmbright/ams9pt.mf + texmf-dist/fonts/source/public/cmbright/baccent.mf + texmf-dist/fonts/source/public/cmbright/bgreeku.mf + texmf-dist/fonts/source/public/cmbright/bitalms.mf + texmf-dist/fonts/source/public/cmbright/bpunct.mf + texmf-dist/fonts/source/public/cmbright/br10pt.mf + texmf-dist/fonts/source/public/cmbright/br17pt.mf + texmf-dist/fonts/source/public/cmbright/br8pt.mf + texmf-dist/fonts/source/public/cmbright/br9pt.mf + texmf-dist/fonts/source/public/cmbright/brmsa.mf + texmf-dist/fonts/source/public/cmbright/brmsb.mf + texmf-dist/fonts/source/public/cmbright/broman.mf + texmf-dist/fonts/source/public/cmbright/bromanl.mf + texmf-dist/fonts/source/public/cmbright/bromlig.mf + texmf-dist/fonts/source/public/cmbright/bromms.mf + texmf-dist/fonts/source/public/cmbright/brs10pt.mf + texmf-dist/fonts/source/public/cmbright/brs17pt.mf + texmf-dist/fonts/source/public/cmbright/brs8pt.mf + texmf-dist/fonts/source/public/cmbright/brs9pt.mf + texmf-dist/fonts/source/public/cmbright/cmbr10.mf + texmf-dist/fonts/source/public/cmbright/cmbr17.mf + texmf-dist/fonts/source/public/cmbright/cmbr8.mf + texmf-dist/fonts/source/public/cmbright/cmbr9.mf + texmf-dist/fonts/source/public/cmbright/cmbras10.mf + texmf-dist/fonts/source/public/cmbright/cmbras8.mf + texmf-dist/fonts/source/public/cmbright/cmbras9.mf + texmf-dist/fonts/source/public/cmbright/cmbrbs10.mf + texmf-dist/fonts/source/public/cmbright/cmbrbs8.mf + texmf-dist/fonts/source/public/cmbright/cmbrbs9.mf + texmf-dist/fonts/source/public/cmbright/cmbrbx10.mf + texmf-dist/fonts/source/public/cmbright/cmbrmb10.mf + texmf-dist/fonts/source/public/cmbright/cmbrmi10.mf + texmf-dist/fonts/source/public/cmbright/cmbrmi8.mf + texmf-dist/fonts/source/public/cmbright/cmbrmi9.mf + texmf-dist/fonts/source/public/cmbright/cmbrsl10.mf + texmf-dist/fonts/source/public/cmbright/cmbrsl17.mf + texmf-dist/fonts/source/public/cmbright/cmbrsl8.mf + texmf-dist/fonts/source/public/cmbright/cmbrsl9.mf + texmf-dist/fonts/source/public/cmbright/cmbrsy10.mf + texmf-dist/fonts/source/public/cmbright/cmbrsy8.mf + texmf-dist/fonts/source/public/cmbright/cmbrsy9.mf + texmf-dist/fonts/source/public/cmbright/cmsltl10.mf + texmf-dist/fonts/source/public/cmbright/cmtl10.mf + texmf-dist/fonts/source/public/cmbright/ebaccess.mf + texmf-dist/fonts/source/public/cmbright/ebbase.mf + texmf-dist/fonts/source/public/cmbright/ebbraces.mf + texmf-dist/fonts/source/public/cmbright/ebbx10.mf + texmf-dist/fonts/source/public/cmbright/ebmo10.mf + texmf-dist/fonts/source/public/cmbright/ebmo17.mf + texmf-dist/fonts/source/public/cmbright/ebmo8.mf + texmf-dist/fonts/source/public/cmbright/ebmo9.mf + texmf-dist/fonts/source/public/cmbright/ebmr10.mf + texmf-dist/fonts/source/public/cmbright/ebmr17.mf + texmf-dist/fonts/source/public/cmbright/ebmr8.mf + texmf-dist/fonts/source/public/cmbright/ebmr9.mf + texmf-dist/fonts/source/public/cmbright/ebpseudo.mf + texmf-dist/fonts/source/public/cmbright/ebpunct.mf + texmf-dist/fonts/source/public/cmbright/ebrleast.mf + texmf-dist/fonts/source/public/cmbright/ebrlig.mf + texmf-dist/fonts/source/public/cmbright/ebrligtb.mf + texmf-dist/fonts/source/public/cmbright/ebrllett.mf + texmf-dist/fonts/source/public/cmbright/ebrlwest.mf + texmf-dist/fonts/source/public/cmbright/ebroman.mf + texmf-dist/fonts/source/public/cmbright/ebso10.mf + texmf-dist/fonts/source/public/cmbright/ebso17.mf + texmf-dist/fonts/source/public/cmbright/ebso8.mf + texmf-dist/fonts/source/public/cmbright/ebso9.mf + texmf-dist/fonts/source/public/cmbright/ebsr10.mf + texmf-dist/fonts/source/public/cmbright/ebsr17.mf + texmf-dist/fonts/source/public/cmbright/ebsr8.mf + texmf-dist/fonts/source/public/cmbright/ebsr9.mf + texmf-dist/fonts/source/public/cmbright/ebtl10.mf + texmf-dist/fonts/source/public/cmbright/ebto10.mf + texmf-dist/fonts/source/public/cmbright/manifest.txt + texmf-dist/fonts/source/public/cmbright/mathsl.mf + texmf-dist/fonts/source/public/cmbright/msa.mf + texmf-dist/fonts/source/public/cmbright/msb.mf + texmf-dist/fonts/source/public/cmbright/tbbx10.mf + texmf-dist/fonts/source/public/cmbright/tbmo10.mf + texmf-dist/fonts/source/public/cmbright/tbmo17.mf + texmf-dist/fonts/source/public/cmbright/tbmo8.mf + texmf-dist/fonts/source/public/cmbright/tbmo9.mf + texmf-dist/fonts/source/public/cmbright/tbmr10.mf + texmf-dist/fonts/source/public/cmbright/tbmr17.mf + texmf-dist/fonts/source/public/cmbright/tbmr8.mf + texmf-dist/fonts/source/public/cmbright/tbmr9.mf + texmf-dist/fonts/source/public/cmbright/tbpseudo.mf + texmf-dist/fonts/source/public/cmbright/tbso10.mf + texmf-dist/fonts/source/public/cmbright/tbso17.mf + texmf-dist/fonts/source/public/cmbright/tbso8.mf + texmf-dist/fonts/source/public/cmbright/tbso9.mf + texmf-dist/fonts/source/public/cmbright/tbsr10.mf + texmf-dist/fonts/source/public/cmbright/tbsr17.mf + texmf-dist/fonts/source/public/cmbright/tbsr8.mf + texmf-dist/fonts/source/public/cmbright/tbsr9.mf + texmf-dist/fonts/source/public/cmbright/tbsymb.mf + texmf-dist/fonts/source/public/cmbright/tbsymbol.mf + texmf-dist/fonts/source/public/cmbright/tbtl10.mf + texmf-dist/fonts/source/public/cmbright/tbto10.mf + texmf-dist/fonts/source/public/cmbright/ttsymb.mf + texmf-dist/fonts/source/public/cmbright/ttsymbol.mf + texmf-dist/fonts/tfm/public/cmbright/cmbr10.tfm + texmf-dist/fonts/tfm/public/cmbright/cmbr17.tfm + texmf-dist/fonts/tfm/public/cmbright/cmbr8.tfm + texmf-dist/fonts/tfm/public/cmbright/cmbr9.tfm + texmf-dist/fonts/tfm/public/cmbright/cmbras10.tfm + texmf-dist/fonts/tfm/public/cmbright/cmbras8.tfm + texmf-dist/fonts/tfm/public/cmbright/cmbras9.tfm + texmf-dist/fonts/tfm/public/cmbright/cmbrbs10.tfm + texmf-dist/fonts/tfm/public/cmbright/cmbrbs8.tfm + texmf-dist/fonts/tfm/public/cmbright/cmbrbs9.tfm + texmf-dist/fonts/tfm/public/cmbright/cmbrbx10.tfm + texmf-dist/fonts/tfm/public/cmbright/cmbrmb10.tfm + texmf-dist/fonts/tfm/public/cmbright/cmbrmi10.tfm + texmf-dist/fonts/tfm/public/cmbright/cmbrmi8.tfm + texmf-dist/fonts/tfm/public/cmbright/cmbrmi9.tfm + texmf-dist/fonts/tfm/public/cmbright/cmbrsl10.tfm + texmf-dist/fonts/tfm/public/cmbright/cmbrsl17.tfm + texmf-dist/fonts/tfm/public/cmbright/cmbrsl8.tfm + texmf-dist/fonts/tfm/public/cmbright/cmbrsl9.tfm + texmf-dist/fonts/tfm/public/cmbright/cmbrsy10.tfm + texmf-dist/fonts/tfm/public/cmbright/cmbrsy8.tfm + texmf-dist/fonts/tfm/public/cmbright/cmbrsy9.tfm + texmf-dist/fonts/tfm/public/cmbright/cmsltl10.tfm + texmf-dist/fonts/tfm/public/cmbright/cmtl10.tfm + texmf-dist/fonts/tfm/public/cmbright/ebbx10.tfm + texmf-dist/fonts/tfm/public/cmbright/ebmo10.tfm + texmf-dist/fonts/tfm/public/cmbright/ebmo17.tfm + texmf-dist/fonts/tfm/public/cmbright/ebmo8.tfm + texmf-dist/fonts/tfm/public/cmbright/ebmo9.tfm + texmf-dist/fonts/tfm/public/cmbright/ebmr10.tfm + texmf-dist/fonts/tfm/public/cmbright/ebmr17.tfm + texmf-dist/fonts/tfm/public/cmbright/ebmr8.tfm + texmf-dist/fonts/tfm/public/cmbright/ebmr9.tfm + texmf-dist/fonts/tfm/public/cmbright/ebso10.tfm + texmf-dist/fonts/tfm/public/cmbright/ebso17.tfm + texmf-dist/fonts/tfm/public/cmbright/ebso8.tfm + texmf-dist/fonts/tfm/public/cmbright/ebso9.tfm + texmf-dist/fonts/tfm/public/cmbright/ebsr10.tfm + texmf-dist/fonts/tfm/public/cmbright/ebsr17.tfm + texmf-dist/fonts/tfm/public/cmbright/ebsr8.tfm + texmf-dist/fonts/tfm/public/cmbright/ebsr9.tfm + texmf-dist/fonts/tfm/public/cmbright/ebtl10.tfm + texmf-dist/fonts/tfm/public/cmbright/ebto10.tfm + texmf-dist/fonts/tfm/public/cmbright/tbbx10.tfm + texmf-dist/fonts/tfm/public/cmbright/tbmo10.tfm + texmf-dist/fonts/tfm/public/cmbright/tbmo17.tfm + texmf-dist/fonts/tfm/public/cmbright/tbmo8.tfm + texmf-dist/fonts/tfm/public/cmbright/tbmo9.tfm + texmf-dist/fonts/tfm/public/cmbright/tbmr10.tfm + texmf-dist/fonts/tfm/public/cmbright/tbmr17.tfm + texmf-dist/fonts/tfm/public/cmbright/tbmr8.tfm + texmf-dist/fonts/tfm/public/cmbright/tbmr9.tfm + texmf-dist/fonts/tfm/public/cmbright/tbso10.tfm + texmf-dist/fonts/tfm/public/cmbright/tbso17.tfm + texmf-dist/fonts/tfm/public/cmbright/tbso8.tfm + texmf-dist/fonts/tfm/public/cmbright/tbso9.tfm + texmf-dist/fonts/tfm/public/cmbright/tbsr10.tfm + texmf-dist/fonts/tfm/public/cmbright/tbsr17.tfm + texmf-dist/fonts/tfm/public/cmbright/tbsr8.tfm + texmf-dist/fonts/tfm/public/cmbright/tbsr9.tfm + texmf-dist/fonts/tfm/public/cmbright/tbtl10.tfm + texmf-dist/fonts/tfm/public/cmbright/tbto10.tfm + texmf-dist/tex/latex/cmbright/cmbright.sty + texmf-dist/tex/latex/cmbright/omlcmbr.fd + texmf-dist/tex/latex/cmbright/omlcmbrm.fd + texmf-dist/tex/latex/cmbright/omscmbr.fd + texmf-dist/tex/latex/cmbright/omscmbrs.fd + texmf-dist/tex/latex/cmbright/ot1cmbr.fd + texmf-dist/tex/latex/cmbright/ot1cmtl.fd + texmf-dist/tex/latex/cmbright/t1cmbr.fd + texmf-dist/tex/latex/cmbright/t1cmtl.fd + texmf-dist/tex/latex/cmbright/ts1cmbr.fd + texmf-dist/tex/latex/cmbright/ts1cmtl.fd +catalogue-ctan /fonts/cmbright +catalogue-date 2007-01-01 00:37:00 +0100 +catalogue-license lppl +catalogue-version 8.1 + +name cmcyr +category Package +revision 15878 +shortdesc Computer Modern fonts with cyrillic extensions. +longdesc These are the Computer Modern fonts extended with Russian +longdesc letters, in MetaFont sources and ATM Compatible Type 1 format. +longdesc The fonts are provided in KOI-7, but virtual fonts are +longdesc available to recode them to three other Russian 8-bit +longdesc encodings. +execute addMap cmcyr.map +docfiles size=40 + texmf-dist/doc/fonts/cmcyr/README details="Readme" + texmf-dist/doc/fonts/cmcyr/cmalt + texmf-dist/doc/fonts/cmcyr/cmalte + texmf-dist/doc/fonts/cmcyr/cmiso + texmf-dist/doc/fonts/cmcyr/cmisoe + texmf-dist/doc/fonts/cmcyr/cmkde + texmf-dist/doc/fonts/cmcyr/cmkdee + texmf-dist/doc/fonts/cmcyr/cmkoi8 + texmf-dist/doc/fonts/cmcyr/cmkoi8e + texmf-dist/doc/fonts/cmcyr/cmwin + texmf-dist/doc/fonts/cmcyr/cmwine + texmf-dist/doc/fonts/cmcyr/coding.bak + texmf-dist/doc/fonts/cmcyr/cyralt + texmf-dist/doc/fonts/cmcyr/cyralte + texmf-dist/doc/fonts/cmcyr/cyriso + texmf-dist/doc/fonts/cmcyr/cyrisoe + texmf-dist/doc/fonts/cmcyr/cyrkde + texmf-dist/doc/fonts/cmcyr/cyrkdee + texmf-dist/doc/fonts/cmcyr/cyrkoi8 + texmf-dist/doc/fonts/cmcyr/cyrkoi8e + texmf-dist/doc/fonts/cmcyr/cyrwin + texmf-dist/doc/fonts/cmcyr/cyrwine + texmf-dist/doc/fonts/cmcyr/merge.6i + texmf-dist/doc/fonts/cmcyr/merge.6k + texmf-dist/doc/fonts/cmcyr/merge.6w + texmf-dist/doc/fonts/cmcyr/merge.alt + texmf-dist/doc/fonts/cmcyr/merge.bat + texmf-dist/doc/fonts/cmcyr/merge.iso + texmf-dist/doc/fonts/cmcyr/merge.koi + texmf-dist/doc/fonts/cmcyr/merge.o6w + texmf-dist/doc/fonts/cmcyr/merge.win + texmf-dist/doc/fonts/cmcyr/vf/cmcyr6i/merge.bat + texmf-dist/doc/fonts/cmcyr/vf/cmcyr6k/merge.bat + texmf-dist/doc/fonts/cmcyr/vf/cmcyr6w/merge.bat + texmf-dist/doc/fonts/cmcyr/wncalt + texmf-dist/doc/fonts/cmcyr/wncalte + texmf-dist/doc/fonts/cmcyr/wnciso + texmf-dist/doc/fonts/cmcyr/wncisoe + texmf-dist/doc/fonts/cmcyr/wnckoi8 + texmf-dist/doc/fonts/cmcyr/wnckoi8e +runfiles size=985 + texmf-dist/fonts/map/dvips/cmcyr/cmcyr.map + texmf-dist/fonts/source/public/cmcyr/ccsc.mf + texmf-dist/fonts/source/public/cmcyr/citall.mf + texmf-dist/fonts/source/public/cmcyr/cmcb10.mf + texmf-dist/fonts/source/public/cmcyr/cmcbx10.mf + texmf-dist/fonts/source/public/cmcyr/cmcbx12.mf + texmf-dist/fonts/source/public/cmcyr/cmcbx5.mf + texmf-dist/fonts/source/public/cmcyr/cmcbx6.mf + texmf-dist/fonts/source/public/cmcyr/cmcbx7.mf + texmf-dist/fonts/source/public/cmcyr/cmcbx8.mf + texmf-dist/fonts/source/public/cmcyr/cmcbx9.mf + texmf-dist/fonts/source/public/cmcyr/cmcbxsl1.mf + texmf-dist/fonts/source/public/cmcyr/cmcbxti1.mf + texmf-dist/fonts/source/public/cmcyr/cmccsc10.mf + texmf-dist/fonts/source/public/cmcyr/cmccsc8.mf + texmf-dist/fonts/source/public/cmcyr/cmccsc9.mf + texmf-dist/fonts/source/public/cmcyr/cmcinch.mf + texmf-dist/fonts/source/public/cmcyr/cmcitt10.mf + texmf-dist/fonts/source/public/cmcyr/cmcsc10.mf + texmf-dist/fonts/source/public/cmcyr/cmcsc11.mf + texmf-dist/fonts/source/public/cmcyr/cmcsc12.mf + texmf-dist/fonts/source/public/cmcyr/cmcsc14.mf + texmf-dist/fonts/source/public/cmcyr/cmcsc18.mf + texmf-dist/fonts/source/public/cmcyr/cmcsc24.mf + texmf-dist/fonts/source/public/cmcyr/cmcsc36.mf + texmf-dist/fonts/source/public/cmcyr/cmcsc8.mf + texmf-dist/fonts/source/public/cmcyr/cmcsc9.mf + texmf-dist/fonts/source/public/cmcyr/cmcscsl1.mf + texmf-dist/fonts/source/public/cmcyr/cmcsl10.mf + texmf-dist/fonts/source/public/cmcyr/cmcsl12.mf + texmf-dist/fonts/source/public/cmcyr/cmcsl8.mf + texmf-dist/fonts/source/public/cmcyr/cmcsl9.mf + texmf-dist/fonts/source/public/cmcyr/cmcsltt1.mf + texmf-dist/fonts/source/public/cmcyr/cmcss10.mf + texmf-dist/fonts/source/public/cmcyr/cmcss12.mf + texmf-dist/fonts/source/public/cmcyr/cmcss17.mf + texmf-dist/fonts/source/public/cmcyr/cmcss8.mf + texmf-dist/fonts/source/public/cmcyr/cmcss9.mf + texmf-dist/fonts/source/public/cmcyr/cmcssbx1.mf + texmf-dist/fonts/source/public/cmcyr/cmcssdc1.mf + texmf-dist/fonts/source/public/cmcyr/cmcssi10.mf + texmf-dist/fonts/source/public/cmcyr/cmcssi12.mf + texmf-dist/fonts/source/public/cmcyr/cmcssi17.mf + texmf-dist/fonts/source/public/cmcyr/cmcssi8.mf + texmf-dist/fonts/source/public/cmcyr/cmcssi9.mf + texmf-dist/fonts/source/public/cmcyr/cmcssq8.mf + texmf-dist/fonts/source/public/cmcyr/cmcssqi8.mf + texmf-dist/fonts/source/public/cmcyr/cmcti10.mf + texmf-dist/fonts/source/public/cmcyr/cmcti12.mf + texmf-dist/fonts/source/public/cmcyr/cmcti7.mf + texmf-dist/fonts/source/public/cmcyr/cmcti8.mf + texmf-dist/fonts/source/public/cmcyr/cmcti9.mf + texmf-dist/fonts/source/public/cmcyr/cmctitle.mf + texmf-dist/fonts/source/public/cmcyr/cmctt10.mf + texmf-dist/fonts/source/public/cmcyr/cmctt12.mf + texmf-dist/fonts/source/public/cmcyr/cmctt8.mf + texmf-dist/fonts/source/public/cmcyr/cmctt9.mf + texmf-dist/fonts/source/public/cmcyr/cmcu10.mf + texmf-dist/fonts/source/public/cmcyr/cmcyr10.mf + texmf-dist/fonts/source/public/cmcyr/cmcyr12.mf + texmf-dist/fonts/source/public/cmcyr/cmcyr17.mf + texmf-dist/fonts/source/public/cmcyr/cmcyr5.mf + texmf-dist/fonts/source/public/cmcyr/cmcyr6.mf + texmf-dist/fonts/source/public/cmcyr/cmcyr7.mf + texmf-dist/fonts/source/public/cmcyr/cmcyr8.mf + texmf-dist/fonts/source/public/cmcyr/cmcyr9.mf + texmf-dist/fonts/source/public/cmcyr/coding.mf + texmf-dist/fonts/source/public/cmcyr/cyrillic.mf + texmf-dist/fonts/source/public/cmcyr/cyrl.mf + texmf-dist/fonts/source/public/cmcyr/cyrlc.mf + texmf-dist/fonts/source/public/cmcyr/cyrsymb.mf + texmf-dist/fonts/source/public/cmcyr/cyrt.mf + texmf-dist/fonts/source/public/cmcyr/cyru.mf + texmf-dist/fonts/source/public/cmcyr/cytextit.mf + texmf-dist/fonts/source/public/cmcyr/cytitle.mf + texmf-dist/fonts/tfm/public/cmcyr/cmcb10.tfm + texmf-dist/fonts/tfm/public/cmcyr/cmcbx10.tfm + texmf-dist/fonts/tfm/public/cmcyr/cmcbx12.tfm + texmf-dist/fonts/tfm/public/cmcyr/cmcbx5.tfm + texmf-dist/fonts/tfm/public/cmcyr/cmcbx6.tfm + texmf-dist/fonts/tfm/public/cmcyr/cmcbx7.tfm + texmf-dist/fonts/tfm/public/cmcyr/cmcbx8.tfm + texmf-dist/fonts/tfm/public/cmcyr/cmcbx9.tfm + texmf-dist/fonts/tfm/public/cmcyr/cmcbxsl10.tfm + texmf-dist/fonts/tfm/public/cmcyr/cmcbxti10.tfm + texmf-dist/fonts/tfm/public/cmcyr/cmccsc10.tfm + texmf-dist/fonts/tfm/public/cmcyr/cmccsc8.tfm + texmf-dist/fonts/tfm/public/cmcyr/cmccsc9.tfm + texmf-dist/fonts/tfm/public/cmcyr/cmcinch.tfm + texmf-dist/fonts/tfm/public/cmcyr/cmcitt10.tfm + texmf-dist/fonts/tfm/public/cmcyr/cmcsl10.tfm + texmf-dist/fonts/tfm/public/cmcyr/cmcsl12.tfm + texmf-dist/fonts/tfm/public/cmcyr/cmcsl8.tfm + texmf-dist/fonts/tfm/public/cmcyr/cmcsl9.tfm + texmf-dist/fonts/tfm/public/cmcyr/cmcsltt10.tfm + texmf-dist/fonts/tfm/public/cmcyr/cmcss10.tfm + texmf-dist/fonts/tfm/public/cmcyr/cmcss12.tfm + texmf-dist/fonts/tfm/public/cmcyr/cmcss17.tfm + texmf-dist/fonts/tfm/public/cmcyr/cmcss8.tfm + texmf-dist/fonts/tfm/public/cmcyr/cmcss9.tfm + texmf-dist/fonts/tfm/public/cmcyr/cmcssbx10.tfm + texmf-dist/fonts/tfm/public/cmcyr/cmcssdc10.tfm + texmf-dist/fonts/tfm/public/cmcyr/cmcssi10.tfm + texmf-dist/fonts/tfm/public/cmcyr/cmcssi12.tfm + texmf-dist/fonts/tfm/public/cmcyr/cmcssi17.tfm + texmf-dist/fonts/tfm/public/cmcyr/cmcssi8.tfm + texmf-dist/fonts/tfm/public/cmcyr/cmcssi9.tfm + texmf-dist/fonts/tfm/public/cmcyr/cmcssq8.tfm + texmf-dist/fonts/tfm/public/cmcyr/cmcssqi8.tfm + texmf-dist/fonts/tfm/public/cmcyr/cmcti10.tfm + texmf-dist/fonts/tfm/public/cmcyr/cmcti12.tfm + texmf-dist/fonts/tfm/public/cmcyr/cmcti7.tfm + texmf-dist/fonts/tfm/public/cmcyr/cmcti8.tfm + texmf-dist/fonts/tfm/public/cmcyr/cmcti9.tfm + texmf-dist/fonts/tfm/public/cmcyr/cmctt10.tfm + texmf-dist/fonts/tfm/public/cmcyr/cmctt12.tfm + texmf-dist/fonts/tfm/public/cmcyr/cmctt8.tfm + texmf-dist/fonts/tfm/public/cmcyr/cmctt9.tfm + texmf-dist/fonts/tfm/public/cmcyr/cmcu10.tfm + texmf-dist/fonts/tfm/public/cmcyr/cmcyr10.tfm + texmf-dist/fonts/tfm/public/cmcyr/cmcyr12.tfm + texmf-dist/fonts/tfm/public/cmcyr/cmcyr17.tfm + texmf-dist/fonts/tfm/public/cmcyr/cmcyr5.tfm + texmf-dist/fonts/tfm/public/cmcyr/cmcyr6.tfm + texmf-dist/fonts/tfm/public/cmcyr/cmcyr7.tfm + texmf-dist/fonts/tfm/public/cmcyr/cmcyr8.tfm + texmf-dist/fonts/tfm/public/cmcyr/cmcyr9.tfm + texmf-dist/fonts/tfm/public/cmcyr/kcmb10.tfm + texmf-dist/fonts/tfm/public/cmcyr/kcmbx10.tfm + texmf-dist/fonts/tfm/public/cmcyr/kcmbx12.tfm + texmf-dist/fonts/tfm/public/cmcyr/kcmbx5.tfm + texmf-dist/fonts/tfm/public/cmcyr/kcmbx6.tfm + texmf-dist/fonts/tfm/public/cmcyr/kcmbx7.tfm + texmf-dist/fonts/tfm/public/cmcyr/kcmbx8.tfm + texmf-dist/fonts/tfm/public/cmcyr/kcmbx9.tfm + texmf-dist/fonts/tfm/public/cmcyr/kcmbxsl10.tfm + texmf-dist/fonts/tfm/public/cmcyr/kcmbxti10.tfm + texmf-dist/fonts/tfm/public/cmcyr/kcmcsc10.tfm + texmf-dist/fonts/tfm/public/cmcyr/kcmcsc8.tfm + texmf-dist/fonts/tfm/public/cmcyr/kcmcsc9.tfm + texmf-dist/fonts/tfm/public/cmcyr/kcminch.tfm + texmf-dist/fonts/tfm/public/cmcyr/kcmitt10.tfm + texmf-dist/fonts/tfm/public/cmcyr/kcmmi10.tfm + texmf-dist/fonts/tfm/public/cmcyr/kcmmi12.tfm + texmf-dist/fonts/tfm/public/cmcyr/kcmmi5.tfm + texmf-dist/fonts/tfm/public/cmcyr/kcmmi6.tfm + texmf-dist/fonts/tfm/public/cmcyr/kcmmi7.tfm + texmf-dist/fonts/tfm/public/cmcyr/kcmmi8.tfm + texmf-dist/fonts/tfm/public/cmcyr/kcmmi9.tfm + texmf-dist/fonts/tfm/public/cmcyr/kcmmib10.tfm + texmf-dist/fonts/tfm/public/cmcyr/kcmr10.tfm + texmf-dist/fonts/tfm/public/cmcyr/kcmr12.tfm + texmf-dist/fonts/tfm/public/cmcyr/kcmr17.tfm + texmf-dist/fonts/tfm/public/cmcyr/kcmr5.tfm + texmf-dist/fonts/tfm/public/cmcyr/kcmr6.tfm + texmf-dist/fonts/tfm/public/cmcyr/kcmr7.tfm + texmf-dist/fonts/tfm/public/cmcyr/kcmr8.tfm + texmf-dist/fonts/tfm/public/cmcyr/kcmr9.tfm + texmf-dist/fonts/tfm/public/cmcyr/kcmsl10.tfm + texmf-dist/fonts/tfm/public/cmcyr/kcmsl12.tfm + texmf-dist/fonts/tfm/public/cmcyr/kcmsl8.tfm + texmf-dist/fonts/tfm/public/cmcyr/kcmsl9.tfm + texmf-dist/fonts/tfm/public/cmcyr/kcmsltt10.tfm + texmf-dist/fonts/tfm/public/cmcyr/kcmss10.tfm + texmf-dist/fonts/tfm/public/cmcyr/kcmss12.tfm + texmf-dist/fonts/tfm/public/cmcyr/kcmss17.tfm + texmf-dist/fonts/tfm/public/cmcyr/kcmss8.tfm + texmf-dist/fonts/tfm/public/cmcyr/kcmss9.tfm + texmf-dist/fonts/tfm/public/cmcyr/kcmssbx10.tfm + texmf-dist/fonts/tfm/public/cmcyr/kcmssdc10.tfm + texmf-dist/fonts/tfm/public/cmcyr/kcmssi10.tfm + texmf-dist/fonts/tfm/public/cmcyr/kcmssi12.tfm + texmf-dist/fonts/tfm/public/cmcyr/kcmssi17.tfm + texmf-dist/fonts/tfm/public/cmcyr/kcmssi8.tfm + texmf-dist/fonts/tfm/public/cmcyr/kcmssi9.tfm + texmf-dist/fonts/tfm/public/cmcyr/kcmssq8.tfm + texmf-dist/fonts/tfm/public/cmcyr/kcmssqi8.tfm + texmf-dist/fonts/tfm/public/cmcyr/kcmti10.tfm + texmf-dist/fonts/tfm/public/cmcyr/kcmti12.tfm + texmf-dist/fonts/tfm/public/cmcyr/kcmti7.tfm + texmf-dist/fonts/tfm/public/cmcyr/kcmti8.tfm + texmf-dist/fonts/tfm/public/cmcyr/kcmti9.tfm + texmf-dist/fonts/tfm/public/cmcyr/kcmtt10.tfm + texmf-dist/fonts/tfm/public/cmcyr/kcmtt12.tfm + texmf-dist/fonts/tfm/public/cmcyr/kcmtt8.tfm + texmf-dist/fonts/tfm/public/cmcyr/kcmtt9.tfm + texmf-dist/fonts/tfm/public/cmcyr/kcmu10.tfm + texmf-dist/fonts/tfm/public/cmcyr/wcmb10.tfm + texmf-dist/fonts/tfm/public/cmcyr/wcmbx10.tfm + texmf-dist/fonts/tfm/public/cmcyr/wcmbx12.tfm + texmf-dist/fonts/tfm/public/cmcyr/wcmbx5.tfm + texmf-dist/fonts/tfm/public/cmcyr/wcmbx6.tfm + texmf-dist/fonts/tfm/public/cmcyr/wcmbx7.tfm + texmf-dist/fonts/tfm/public/cmcyr/wcmbx8.tfm + texmf-dist/fonts/tfm/public/cmcyr/wcmbx9.tfm + texmf-dist/fonts/tfm/public/cmcyr/wcmbxsl10.tfm + texmf-dist/fonts/tfm/public/cmcyr/wcmbxti10.tfm + texmf-dist/fonts/tfm/public/cmcyr/wcmcsc10.tfm + texmf-dist/fonts/tfm/public/cmcyr/wcmcsc8.tfm + texmf-dist/fonts/tfm/public/cmcyr/wcmcsc9.tfm + texmf-dist/fonts/tfm/public/cmcyr/wcminch.tfm + texmf-dist/fonts/tfm/public/cmcyr/wcmitt10.tfm + texmf-dist/fonts/tfm/public/cmcyr/wcmmi10.tfm + texmf-dist/fonts/tfm/public/cmcyr/wcmmi12.tfm + texmf-dist/fonts/tfm/public/cmcyr/wcmmi5.tfm + texmf-dist/fonts/tfm/public/cmcyr/wcmmi6.tfm + texmf-dist/fonts/tfm/public/cmcyr/wcmmi7.tfm + texmf-dist/fonts/tfm/public/cmcyr/wcmmi8.tfm + texmf-dist/fonts/tfm/public/cmcyr/wcmmi9.tfm + texmf-dist/fonts/tfm/public/cmcyr/wcmmib10.tfm + texmf-dist/fonts/tfm/public/cmcyr/wcmr10.tfm + texmf-dist/fonts/tfm/public/cmcyr/wcmr12.tfm + texmf-dist/fonts/tfm/public/cmcyr/wcmr17.tfm + texmf-dist/fonts/tfm/public/cmcyr/wcmr5.tfm + texmf-dist/fonts/tfm/public/cmcyr/wcmr6.tfm + texmf-dist/fonts/tfm/public/cmcyr/wcmr7.tfm + texmf-dist/fonts/tfm/public/cmcyr/wcmr8.tfm + texmf-dist/fonts/tfm/public/cmcyr/wcmr9.tfm + texmf-dist/fonts/tfm/public/cmcyr/wcmsl10.tfm + texmf-dist/fonts/tfm/public/cmcyr/wcmsl12.tfm + texmf-dist/fonts/tfm/public/cmcyr/wcmsl8.tfm + texmf-dist/fonts/tfm/public/cmcyr/wcmsl9.tfm + texmf-dist/fonts/tfm/public/cmcyr/wcmsltt10.tfm + texmf-dist/fonts/tfm/public/cmcyr/wcmss10.tfm + texmf-dist/fonts/tfm/public/cmcyr/wcmss12.tfm + texmf-dist/fonts/tfm/public/cmcyr/wcmss17.tfm + texmf-dist/fonts/tfm/public/cmcyr/wcmss8.tfm + texmf-dist/fonts/tfm/public/cmcyr/wcmss9.tfm + texmf-dist/fonts/tfm/public/cmcyr/wcmssbx10.tfm + texmf-dist/fonts/tfm/public/cmcyr/wcmssdc10.tfm + texmf-dist/fonts/tfm/public/cmcyr/wcmssi10.tfm + texmf-dist/fonts/tfm/public/cmcyr/wcmssi12.tfm + texmf-dist/fonts/tfm/public/cmcyr/wcmssi17.tfm + texmf-dist/fonts/tfm/public/cmcyr/wcmssi8.tfm + texmf-dist/fonts/tfm/public/cmcyr/wcmssi9.tfm + texmf-dist/fonts/tfm/public/cmcyr/wcmssq8.tfm + texmf-dist/fonts/tfm/public/cmcyr/wcmssqi8.tfm + texmf-dist/fonts/tfm/public/cmcyr/wcmti10.tfm + texmf-dist/fonts/tfm/public/cmcyr/wcmti12.tfm + texmf-dist/fonts/tfm/public/cmcyr/wcmti7.tfm + texmf-dist/fonts/tfm/public/cmcyr/wcmti8.tfm + texmf-dist/fonts/tfm/public/cmcyr/wcmti9.tfm + texmf-dist/fonts/tfm/public/cmcyr/wcmtt10.tfm + texmf-dist/fonts/tfm/public/cmcyr/wcmtt12.tfm + texmf-dist/fonts/tfm/public/cmcyr/wcmtt8.tfm + texmf-dist/fonts/tfm/public/cmcyr/wcmtt9.tfm + texmf-dist/fonts/tfm/public/cmcyr/wcmu10.tfm + texmf-dist/fonts/tfm/public/cmcyr/xcmb10.tfm + texmf-dist/fonts/tfm/public/cmcyr/xcmbx10.tfm + texmf-dist/fonts/tfm/public/cmcyr/xcmbx12.tfm + texmf-dist/fonts/tfm/public/cmcyr/xcmbx5.tfm + texmf-dist/fonts/tfm/public/cmcyr/xcmbx6.tfm + texmf-dist/fonts/tfm/public/cmcyr/xcmbx7.tfm + texmf-dist/fonts/tfm/public/cmcyr/xcmbx8.tfm + texmf-dist/fonts/tfm/public/cmcyr/xcmbx9.tfm + texmf-dist/fonts/tfm/public/cmcyr/xcmbxsl10.tfm + texmf-dist/fonts/tfm/public/cmcyr/xcmbxti10.tfm + texmf-dist/fonts/tfm/public/cmcyr/xcmcsc10.tfm + texmf-dist/fonts/tfm/public/cmcyr/xcmcsc8.tfm + texmf-dist/fonts/tfm/public/cmcyr/xcmcsc9.tfm + texmf-dist/fonts/tfm/public/cmcyr/xcminch.tfm + texmf-dist/fonts/tfm/public/cmcyr/xcmitt10.tfm + texmf-dist/fonts/tfm/public/cmcyr/xcmmi10.tfm + texmf-dist/fonts/tfm/public/cmcyr/xcmmi12.tfm + texmf-dist/fonts/tfm/public/cmcyr/xcmmi5.tfm + texmf-dist/fonts/tfm/public/cmcyr/xcmmi6.tfm + texmf-dist/fonts/tfm/public/cmcyr/xcmmi7.tfm + texmf-dist/fonts/tfm/public/cmcyr/xcmmi8.tfm + texmf-dist/fonts/tfm/public/cmcyr/xcmmi9.tfm + texmf-dist/fonts/tfm/public/cmcyr/xcmmib10.tfm + texmf-dist/fonts/tfm/public/cmcyr/xcmr10.tfm + texmf-dist/fonts/tfm/public/cmcyr/xcmr12.tfm + texmf-dist/fonts/tfm/public/cmcyr/xcmr17.tfm + texmf-dist/fonts/tfm/public/cmcyr/xcmr5.tfm + texmf-dist/fonts/tfm/public/cmcyr/xcmr6.tfm + texmf-dist/fonts/tfm/public/cmcyr/xcmr7.tfm + texmf-dist/fonts/tfm/public/cmcyr/xcmr8.tfm + texmf-dist/fonts/tfm/public/cmcyr/xcmr9.tfm + texmf-dist/fonts/tfm/public/cmcyr/xcmsl10.tfm + texmf-dist/fonts/tfm/public/cmcyr/xcmsl12.tfm + texmf-dist/fonts/tfm/public/cmcyr/xcmsl8.tfm + texmf-dist/fonts/tfm/public/cmcyr/xcmsl9.tfm + texmf-dist/fonts/tfm/public/cmcyr/xcmsltt10.tfm + texmf-dist/fonts/tfm/public/cmcyr/xcmss10.tfm + texmf-dist/fonts/tfm/public/cmcyr/xcmss12.tfm + texmf-dist/fonts/tfm/public/cmcyr/xcmss17.tfm + texmf-dist/fonts/tfm/public/cmcyr/xcmss8.tfm + texmf-dist/fonts/tfm/public/cmcyr/xcmss9.tfm + texmf-dist/fonts/tfm/public/cmcyr/xcmssbx10.tfm + texmf-dist/fonts/tfm/public/cmcyr/xcmssdc10.tfm + texmf-dist/fonts/tfm/public/cmcyr/xcmssi10.tfm + texmf-dist/fonts/tfm/public/cmcyr/xcmssi12.tfm + texmf-dist/fonts/tfm/public/cmcyr/xcmssi17.tfm + texmf-dist/fonts/tfm/public/cmcyr/xcmssi8.tfm + texmf-dist/fonts/tfm/public/cmcyr/xcmssi9.tfm + texmf-dist/fonts/tfm/public/cmcyr/xcmssq8.tfm + texmf-dist/fonts/tfm/public/cmcyr/xcmssqi8.tfm + texmf-dist/fonts/tfm/public/cmcyr/xcmti10.tfm + texmf-dist/fonts/tfm/public/cmcyr/xcmti12.tfm + texmf-dist/fonts/tfm/public/cmcyr/xcmti7.tfm + texmf-dist/fonts/tfm/public/cmcyr/xcmti8.tfm + texmf-dist/fonts/tfm/public/cmcyr/xcmti9.tfm + texmf-dist/fonts/tfm/public/cmcyr/xcmtt10.tfm + texmf-dist/fonts/tfm/public/cmcyr/xcmtt12.tfm + texmf-dist/fonts/tfm/public/cmcyr/xcmtt8.tfm + texmf-dist/fonts/tfm/public/cmcyr/xcmtt9.tfm + texmf-dist/fonts/tfm/public/cmcyr/xcmu10.tfm + texmf-dist/fonts/tfm/public/cmcyr/ycmb10.tfm + texmf-dist/fonts/tfm/public/cmcyr/ycmbx10.tfm + texmf-dist/fonts/tfm/public/cmcyr/ycmbx12.tfm + texmf-dist/fonts/tfm/public/cmcyr/ycmbx5.tfm + texmf-dist/fonts/tfm/public/cmcyr/ycmbx6.tfm + texmf-dist/fonts/tfm/public/cmcyr/ycmbx7.tfm + texmf-dist/fonts/tfm/public/cmcyr/ycmbx8.tfm + texmf-dist/fonts/tfm/public/cmcyr/ycmbx9.tfm + texmf-dist/fonts/tfm/public/cmcyr/ycmbxsl10.tfm + texmf-dist/fonts/tfm/public/cmcyr/ycmbxti10.tfm + texmf-dist/fonts/tfm/public/cmcyr/ycmcsc10.tfm + texmf-dist/fonts/tfm/public/cmcyr/ycmcsc8.tfm + texmf-dist/fonts/tfm/public/cmcyr/ycmcsc9.tfm + texmf-dist/fonts/tfm/public/cmcyr/ycminch.tfm + texmf-dist/fonts/tfm/public/cmcyr/ycmitt10.tfm + texmf-dist/fonts/tfm/public/cmcyr/ycmmi10.tfm + texmf-dist/fonts/tfm/public/cmcyr/ycmmi12.tfm + texmf-dist/fonts/tfm/public/cmcyr/ycmmi5.tfm + texmf-dist/fonts/tfm/public/cmcyr/ycmmi6.tfm + texmf-dist/fonts/tfm/public/cmcyr/ycmmi7.tfm + texmf-dist/fonts/tfm/public/cmcyr/ycmmi8.tfm + texmf-dist/fonts/tfm/public/cmcyr/ycmmi9.tfm + texmf-dist/fonts/tfm/public/cmcyr/ycmmib10.tfm + texmf-dist/fonts/tfm/public/cmcyr/ycmr10.tfm + texmf-dist/fonts/tfm/public/cmcyr/ycmr12.tfm + texmf-dist/fonts/tfm/public/cmcyr/ycmr17.tfm + texmf-dist/fonts/tfm/public/cmcyr/ycmr5.tfm + texmf-dist/fonts/tfm/public/cmcyr/ycmr6.tfm + texmf-dist/fonts/tfm/public/cmcyr/ycmr7.tfm + texmf-dist/fonts/tfm/public/cmcyr/ycmr8.tfm + texmf-dist/fonts/tfm/public/cmcyr/ycmr9.tfm + texmf-dist/fonts/tfm/public/cmcyr/ycmsl10.tfm + texmf-dist/fonts/tfm/public/cmcyr/ycmsl12.tfm + texmf-dist/fonts/tfm/public/cmcyr/ycmsl8.tfm + texmf-dist/fonts/tfm/public/cmcyr/ycmsl9.tfm + texmf-dist/fonts/tfm/public/cmcyr/ycmsltt10.tfm + texmf-dist/fonts/tfm/public/cmcyr/ycmss10.tfm + texmf-dist/fonts/tfm/public/cmcyr/ycmss12.tfm + texmf-dist/fonts/tfm/public/cmcyr/ycmss17.tfm + texmf-dist/fonts/tfm/public/cmcyr/ycmss8.tfm + texmf-dist/fonts/tfm/public/cmcyr/ycmss9.tfm + texmf-dist/fonts/tfm/public/cmcyr/ycmssbx10.tfm + texmf-dist/fonts/tfm/public/cmcyr/ycmssdc10.tfm + texmf-dist/fonts/tfm/public/cmcyr/ycmssi10.tfm + texmf-dist/fonts/tfm/public/cmcyr/ycmssi12.tfm + texmf-dist/fonts/tfm/public/cmcyr/ycmssi17.tfm + texmf-dist/fonts/tfm/public/cmcyr/ycmssi8.tfm + texmf-dist/fonts/tfm/public/cmcyr/ycmssi9.tfm + texmf-dist/fonts/tfm/public/cmcyr/ycmssq8.tfm + texmf-dist/fonts/tfm/public/cmcyr/ycmssqi8.tfm + texmf-dist/fonts/tfm/public/cmcyr/ycmti10.tfm + texmf-dist/fonts/tfm/public/cmcyr/ycmti12.tfm + texmf-dist/fonts/tfm/public/cmcyr/ycmti7.tfm + texmf-dist/fonts/tfm/public/cmcyr/ycmti8.tfm + texmf-dist/fonts/tfm/public/cmcyr/ycmti9.tfm + texmf-dist/fonts/tfm/public/cmcyr/ycmtt10.tfm + texmf-dist/fonts/tfm/public/cmcyr/ycmtt12.tfm + texmf-dist/fonts/tfm/public/cmcyr/ycmtt8.tfm + texmf-dist/fonts/tfm/public/cmcyr/ycmtt9.tfm + texmf-dist/fonts/tfm/public/cmcyr/ycmu10.tfm + texmf-dist/fonts/type1/public/cmcyr/cmcb10.pfb + texmf-dist/fonts/type1/public/cmcyr/cmcb10.pfm + texmf-dist/fonts/type1/public/cmcyr/cmcbx10.pfb + texmf-dist/fonts/type1/public/cmcyr/cmcbx10.pfm + texmf-dist/fonts/type1/public/cmcyr/cmcbx12.pfb + texmf-dist/fonts/type1/public/cmcyr/cmcbx12.pfm + texmf-dist/fonts/type1/public/cmcyr/cmcbx5.pfb + texmf-dist/fonts/type1/public/cmcyr/cmcbx5.pfm + texmf-dist/fonts/type1/public/cmcyr/cmcbx6.pfb + texmf-dist/fonts/type1/public/cmcyr/cmcbx6.pfm + texmf-dist/fonts/type1/public/cmcyr/cmcbx7.pfb + texmf-dist/fonts/type1/public/cmcyr/cmcbx7.pfm + texmf-dist/fonts/type1/public/cmcyr/cmcbx8.pfb + texmf-dist/fonts/type1/public/cmcyr/cmcbx8.pfm + texmf-dist/fonts/type1/public/cmcyr/cmcbx9.pfb + texmf-dist/fonts/type1/public/cmcyr/cmcbx9.pfm + texmf-dist/fonts/type1/public/cmcyr/cmcbxsl1.pfb + texmf-dist/fonts/type1/public/cmcyr/cmcbxsl1.pfm + texmf-dist/fonts/type1/public/cmcyr/cmcbxti1.pfb + texmf-dist/fonts/type1/public/cmcyr/cmcbxti1.pfm + texmf-dist/fonts/type1/public/cmcyr/cmccsc10.pfb + texmf-dist/fonts/type1/public/cmcyr/cmccsc10.pfm + texmf-dist/fonts/type1/public/cmcyr/cmccsc8.pfb + texmf-dist/fonts/type1/public/cmcyr/cmccsc8.pfm + texmf-dist/fonts/type1/public/cmcyr/cmccsc9.pfb + texmf-dist/fonts/type1/public/cmcyr/cmccsc9.pfm + texmf-dist/fonts/type1/public/cmcyr/cmcinch7.pfb + texmf-dist/fonts/type1/public/cmcyr/cmcinch7.pfm + texmf-dist/fonts/type1/public/cmcyr/cmcitt10.pfb + texmf-dist/fonts/type1/public/cmcyr/cmcitt10.pfm + texmf-dist/fonts/type1/public/cmcyr/cmcsl10.pfb + texmf-dist/fonts/type1/public/cmcyr/cmcsl10.pfm + texmf-dist/fonts/type1/public/cmcyr/cmcsl12.pfb + texmf-dist/fonts/type1/public/cmcyr/cmcsl12.pfm + texmf-dist/fonts/type1/public/cmcyr/cmcsl8.pfb + texmf-dist/fonts/type1/public/cmcyr/cmcsl8.pfm + texmf-dist/fonts/type1/public/cmcyr/cmcsl9.pfb + texmf-dist/fonts/type1/public/cmcyr/cmcsl9.pfm + texmf-dist/fonts/type1/public/cmcyr/cmcsltt1.pfb + texmf-dist/fonts/type1/public/cmcyr/cmcsltt1.pfm + texmf-dist/fonts/type1/public/cmcyr/cmcss10.pfb + texmf-dist/fonts/type1/public/cmcyr/cmcss10.pfm + texmf-dist/fonts/type1/public/cmcyr/cmcss12.pfb + texmf-dist/fonts/type1/public/cmcyr/cmcss12.pfm + texmf-dist/fonts/type1/public/cmcyr/cmcss17.pfb + texmf-dist/fonts/type1/public/cmcyr/cmcss17.pfm + texmf-dist/fonts/type1/public/cmcyr/cmcss8.pfb + texmf-dist/fonts/type1/public/cmcyr/cmcss8.pfm + texmf-dist/fonts/type1/public/cmcyr/cmcss9.pfb + texmf-dist/fonts/type1/public/cmcyr/cmcss9.pfm + texmf-dist/fonts/type1/public/cmcyr/cmcssbx1.pfb + texmf-dist/fonts/type1/public/cmcyr/cmcssbx1.pfm + texmf-dist/fonts/type1/public/cmcyr/cmcssdc1.pfb + texmf-dist/fonts/type1/public/cmcyr/cmcssdc1.pfm + texmf-dist/fonts/type1/public/cmcyr/cmcssi10.pfb + texmf-dist/fonts/type1/public/cmcyr/cmcssi10.pfm + texmf-dist/fonts/type1/public/cmcyr/cmcssi12.pfb + texmf-dist/fonts/type1/public/cmcyr/cmcssi12.pfm + texmf-dist/fonts/type1/public/cmcyr/cmcssi17.pfb + texmf-dist/fonts/type1/public/cmcyr/cmcssi17.pfm + texmf-dist/fonts/type1/public/cmcyr/cmcssi8.pfb + texmf-dist/fonts/type1/public/cmcyr/cmcssi8.pfm + texmf-dist/fonts/type1/public/cmcyr/cmcssi9.pfb + texmf-dist/fonts/type1/public/cmcyr/cmcssi9.pfm + texmf-dist/fonts/type1/public/cmcyr/cmcssq8.pfb + texmf-dist/fonts/type1/public/cmcyr/cmcssq8.pfm + texmf-dist/fonts/type1/public/cmcyr/cmcssqi8.pfb + texmf-dist/fonts/type1/public/cmcyr/cmcssqi8.pfm + texmf-dist/fonts/type1/public/cmcyr/cmcti10.pfb + texmf-dist/fonts/type1/public/cmcyr/cmcti10.pfm + texmf-dist/fonts/type1/public/cmcyr/cmcti12.pfb + texmf-dist/fonts/type1/public/cmcyr/cmcti12.pfm + texmf-dist/fonts/type1/public/cmcyr/cmcti7.pfb + texmf-dist/fonts/type1/public/cmcyr/cmcti7.pfm + texmf-dist/fonts/type1/public/cmcyr/cmcti8.pfb + texmf-dist/fonts/type1/public/cmcyr/cmcti8.pfm + texmf-dist/fonts/type1/public/cmcyr/cmcti9.pfb + texmf-dist/fonts/type1/public/cmcyr/cmcti9.pfm + texmf-dist/fonts/type1/public/cmcyr/cmctt10.pfb + texmf-dist/fonts/type1/public/cmcyr/cmctt10.pfm + texmf-dist/fonts/type1/public/cmcyr/cmctt12.pfb + texmf-dist/fonts/type1/public/cmcyr/cmctt12.pfm + texmf-dist/fonts/type1/public/cmcyr/cmctt8.pfb + texmf-dist/fonts/type1/public/cmcyr/cmctt8.pfm + texmf-dist/fonts/type1/public/cmcyr/cmctt9.pfb + texmf-dist/fonts/type1/public/cmcyr/cmctt9.pfm + texmf-dist/fonts/type1/public/cmcyr/cmcu10.pfb + texmf-dist/fonts/type1/public/cmcyr/cmcu10.pfm + texmf-dist/fonts/type1/public/cmcyr/cmcyr10.pfb + texmf-dist/fonts/type1/public/cmcyr/cmcyr10.pfm + texmf-dist/fonts/type1/public/cmcyr/cmcyr12.pfb + texmf-dist/fonts/type1/public/cmcyr/cmcyr12.pfm + texmf-dist/fonts/type1/public/cmcyr/cmcyr17.pfb + texmf-dist/fonts/type1/public/cmcyr/cmcyr17.pfm + texmf-dist/fonts/type1/public/cmcyr/cmcyr5.pfb + texmf-dist/fonts/type1/public/cmcyr/cmcyr5.pfm + texmf-dist/fonts/type1/public/cmcyr/cmcyr6.pfb + texmf-dist/fonts/type1/public/cmcyr/cmcyr6.pfm + texmf-dist/fonts/type1/public/cmcyr/cmcyr7.pfb + texmf-dist/fonts/type1/public/cmcyr/cmcyr7.pfm + texmf-dist/fonts/type1/public/cmcyr/cmcyr8.pfb + texmf-dist/fonts/type1/public/cmcyr/cmcyr8.pfm + texmf-dist/fonts/type1/public/cmcyr/cmcyr9.pfb + texmf-dist/fonts/type1/public/cmcyr/cmcyr9.pfm + texmf-dist/fonts/vf/public/cmcyr/kcmb10.vf + texmf-dist/fonts/vf/public/cmcyr/kcmbx10.vf + texmf-dist/fonts/vf/public/cmcyr/kcmbx12.vf + texmf-dist/fonts/vf/public/cmcyr/kcmbx5.vf + texmf-dist/fonts/vf/public/cmcyr/kcmbx6.vf + texmf-dist/fonts/vf/public/cmcyr/kcmbx7.vf + texmf-dist/fonts/vf/public/cmcyr/kcmbx8.vf + texmf-dist/fonts/vf/public/cmcyr/kcmbx9.vf + texmf-dist/fonts/vf/public/cmcyr/kcmbxsl10.vf + texmf-dist/fonts/vf/public/cmcyr/kcmbxti10.vf + texmf-dist/fonts/vf/public/cmcyr/kcmcsc10.vf + texmf-dist/fonts/vf/public/cmcyr/kcmcsc8.vf + texmf-dist/fonts/vf/public/cmcyr/kcmcsc9.vf + texmf-dist/fonts/vf/public/cmcyr/kcminch.vf + texmf-dist/fonts/vf/public/cmcyr/kcmitt10.vf + texmf-dist/fonts/vf/public/cmcyr/kcmmi10.vf + texmf-dist/fonts/vf/public/cmcyr/kcmmi12.vf + texmf-dist/fonts/vf/public/cmcyr/kcmmi5.vf + texmf-dist/fonts/vf/public/cmcyr/kcmmi6.vf + texmf-dist/fonts/vf/public/cmcyr/kcmmi7.vf + texmf-dist/fonts/vf/public/cmcyr/kcmmi8.vf + texmf-dist/fonts/vf/public/cmcyr/kcmmi9.vf + texmf-dist/fonts/vf/public/cmcyr/kcmmib10.vf + texmf-dist/fonts/vf/public/cmcyr/kcmr10.vf + texmf-dist/fonts/vf/public/cmcyr/kcmr12.vf + texmf-dist/fonts/vf/public/cmcyr/kcmr17.vf + texmf-dist/fonts/vf/public/cmcyr/kcmr5.vf + texmf-dist/fonts/vf/public/cmcyr/kcmr6.vf + texmf-dist/fonts/vf/public/cmcyr/kcmr7.vf + texmf-dist/fonts/vf/public/cmcyr/kcmr8.vf + texmf-dist/fonts/vf/public/cmcyr/kcmr9.vf + texmf-dist/fonts/vf/public/cmcyr/kcmsl10.vf + texmf-dist/fonts/vf/public/cmcyr/kcmsl12.vf + texmf-dist/fonts/vf/public/cmcyr/kcmsl8.vf + texmf-dist/fonts/vf/public/cmcyr/kcmsl9.vf + texmf-dist/fonts/vf/public/cmcyr/kcmsltt10.vf + texmf-dist/fonts/vf/public/cmcyr/kcmss10.vf + texmf-dist/fonts/vf/public/cmcyr/kcmss12.vf + texmf-dist/fonts/vf/public/cmcyr/kcmss17.vf + texmf-dist/fonts/vf/public/cmcyr/kcmss8.vf + texmf-dist/fonts/vf/public/cmcyr/kcmss9.vf + texmf-dist/fonts/vf/public/cmcyr/kcmssbx10.vf + texmf-dist/fonts/vf/public/cmcyr/kcmssdc10.vf + texmf-dist/fonts/vf/public/cmcyr/kcmssi10.vf + texmf-dist/fonts/vf/public/cmcyr/kcmssi12.vf + texmf-dist/fonts/vf/public/cmcyr/kcmssi17.vf + texmf-dist/fonts/vf/public/cmcyr/kcmssi8.vf + texmf-dist/fonts/vf/public/cmcyr/kcmssi9.vf + texmf-dist/fonts/vf/public/cmcyr/kcmssq8.vf + texmf-dist/fonts/vf/public/cmcyr/kcmssqi8.vf + texmf-dist/fonts/vf/public/cmcyr/kcmti10.vf + texmf-dist/fonts/vf/public/cmcyr/kcmti12.vf + texmf-dist/fonts/vf/public/cmcyr/kcmti7.vf + texmf-dist/fonts/vf/public/cmcyr/kcmti8.vf + texmf-dist/fonts/vf/public/cmcyr/kcmti9.vf + texmf-dist/fonts/vf/public/cmcyr/kcmtt10.vf + texmf-dist/fonts/vf/public/cmcyr/kcmtt12.vf + texmf-dist/fonts/vf/public/cmcyr/kcmtt8.vf + texmf-dist/fonts/vf/public/cmcyr/kcmtt9.vf + texmf-dist/fonts/vf/public/cmcyr/kcmu10.vf + texmf-dist/fonts/vf/public/cmcyr/wcmb10.vf + texmf-dist/fonts/vf/public/cmcyr/wcmbx10.vf + texmf-dist/fonts/vf/public/cmcyr/wcmbx12.vf + texmf-dist/fonts/vf/public/cmcyr/wcmbx5.vf + texmf-dist/fonts/vf/public/cmcyr/wcmbx6.vf + texmf-dist/fonts/vf/public/cmcyr/wcmbx7.vf + texmf-dist/fonts/vf/public/cmcyr/wcmbx8.vf + texmf-dist/fonts/vf/public/cmcyr/wcmbx9.vf + texmf-dist/fonts/vf/public/cmcyr/wcmbxsl10.vf + texmf-dist/fonts/vf/public/cmcyr/wcmbxti10.vf + texmf-dist/fonts/vf/public/cmcyr/wcmcsc10.vf + texmf-dist/fonts/vf/public/cmcyr/wcmcsc8.vf + texmf-dist/fonts/vf/public/cmcyr/wcmcsc9.vf + texmf-dist/fonts/vf/public/cmcyr/wcminch.vf + texmf-dist/fonts/vf/public/cmcyr/wcmitt10.vf + texmf-dist/fonts/vf/public/cmcyr/wcmmi10.vf + texmf-dist/fonts/vf/public/cmcyr/wcmmi12.vf + texmf-dist/fonts/vf/public/cmcyr/wcmmi5.vf + texmf-dist/fonts/vf/public/cmcyr/wcmmi6.vf + texmf-dist/fonts/vf/public/cmcyr/wcmmi7.vf + texmf-dist/fonts/vf/public/cmcyr/wcmmi8.vf + texmf-dist/fonts/vf/public/cmcyr/wcmmi9.vf + texmf-dist/fonts/vf/public/cmcyr/wcmmib10.vf + texmf-dist/fonts/vf/public/cmcyr/wcmr10.vf + texmf-dist/fonts/vf/public/cmcyr/wcmr12.vf + texmf-dist/fonts/vf/public/cmcyr/wcmr17.vf + texmf-dist/fonts/vf/public/cmcyr/wcmr5.vf + texmf-dist/fonts/vf/public/cmcyr/wcmr6.vf + texmf-dist/fonts/vf/public/cmcyr/wcmr7.vf + texmf-dist/fonts/vf/public/cmcyr/wcmr8.vf + texmf-dist/fonts/vf/public/cmcyr/wcmr9.vf + texmf-dist/fonts/vf/public/cmcyr/wcmsl10.vf + texmf-dist/fonts/vf/public/cmcyr/wcmsl12.vf + texmf-dist/fonts/vf/public/cmcyr/wcmsl8.vf + texmf-dist/fonts/vf/public/cmcyr/wcmsl9.vf + texmf-dist/fonts/vf/public/cmcyr/wcmsltt10.vf + texmf-dist/fonts/vf/public/cmcyr/wcmss10.vf + texmf-dist/fonts/vf/public/cmcyr/wcmss12.vf + texmf-dist/fonts/vf/public/cmcyr/wcmss17.vf + texmf-dist/fonts/vf/public/cmcyr/wcmss8.vf + texmf-dist/fonts/vf/public/cmcyr/wcmss9.vf + texmf-dist/fonts/vf/public/cmcyr/wcmssbx10.vf + texmf-dist/fonts/vf/public/cmcyr/wcmssdc10.vf + texmf-dist/fonts/vf/public/cmcyr/wcmssi10.vf + texmf-dist/fonts/vf/public/cmcyr/wcmssi12.vf + texmf-dist/fonts/vf/public/cmcyr/wcmssi17.vf + texmf-dist/fonts/vf/public/cmcyr/wcmssi8.vf + texmf-dist/fonts/vf/public/cmcyr/wcmssi9.vf + texmf-dist/fonts/vf/public/cmcyr/wcmssq8.vf + texmf-dist/fonts/vf/public/cmcyr/wcmssqi8.vf + texmf-dist/fonts/vf/public/cmcyr/wcmti10.vf + texmf-dist/fonts/vf/public/cmcyr/wcmti12.vf + texmf-dist/fonts/vf/public/cmcyr/wcmti7.vf + texmf-dist/fonts/vf/public/cmcyr/wcmti8.vf + texmf-dist/fonts/vf/public/cmcyr/wcmti9.vf + texmf-dist/fonts/vf/public/cmcyr/wcmtt10.vf + texmf-dist/fonts/vf/public/cmcyr/wcmtt12.vf + texmf-dist/fonts/vf/public/cmcyr/wcmtt8.vf + texmf-dist/fonts/vf/public/cmcyr/wcmtt9.vf + texmf-dist/fonts/vf/public/cmcyr/wcmu10.vf + texmf-dist/fonts/vf/public/cmcyr/xcmb10.vf + texmf-dist/fonts/vf/public/cmcyr/xcmbx10.vf + texmf-dist/fonts/vf/public/cmcyr/xcmbx12.vf + texmf-dist/fonts/vf/public/cmcyr/xcmbx5.vf + texmf-dist/fonts/vf/public/cmcyr/xcmbx6.vf + texmf-dist/fonts/vf/public/cmcyr/xcmbx7.vf + texmf-dist/fonts/vf/public/cmcyr/xcmbx8.vf + texmf-dist/fonts/vf/public/cmcyr/xcmbx9.vf + texmf-dist/fonts/vf/public/cmcyr/xcmbxsl10.vf + texmf-dist/fonts/vf/public/cmcyr/xcmbxti10.vf + texmf-dist/fonts/vf/public/cmcyr/xcmcsc10.vf + texmf-dist/fonts/vf/public/cmcyr/xcmcsc8.vf + texmf-dist/fonts/vf/public/cmcyr/xcmcsc9.vf + texmf-dist/fonts/vf/public/cmcyr/xcminch.vf + texmf-dist/fonts/vf/public/cmcyr/xcmitt10.vf + texmf-dist/fonts/vf/public/cmcyr/xcmmi10.vf + texmf-dist/fonts/vf/public/cmcyr/xcmmi12.vf + texmf-dist/fonts/vf/public/cmcyr/xcmmi5.vf + texmf-dist/fonts/vf/public/cmcyr/xcmmi6.vf + texmf-dist/fonts/vf/public/cmcyr/xcmmi7.vf + texmf-dist/fonts/vf/public/cmcyr/xcmmi8.vf + texmf-dist/fonts/vf/public/cmcyr/xcmmi9.vf + texmf-dist/fonts/vf/public/cmcyr/xcmmib10.vf + texmf-dist/fonts/vf/public/cmcyr/xcmr10.vf + texmf-dist/fonts/vf/public/cmcyr/xcmr12.vf + texmf-dist/fonts/vf/public/cmcyr/xcmr17.vf + texmf-dist/fonts/vf/public/cmcyr/xcmr5.vf + texmf-dist/fonts/vf/public/cmcyr/xcmr6.vf + texmf-dist/fonts/vf/public/cmcyr/xcmr7.vf + texmf-dist/fonts/vf/public/cmcyr/xcmr8.vf + texmf-dist/fonts/vf/public/cmcyr/xcmr9.vf + texmf-dist/fonts/vf/public/cmcyr/xcmsl10.vf + texmf-dist/fonts/vf/public/cmcyr/xcmsl12.vf + texmf-dist/fonts/vf/public/cmcyr/xcmsl8.vf + texmf-dist/fonts/vf/public/cmcyr/xcmsl9.vf + texmf-dist/fonts/vf/public/cmcyr/xcmsltt10.vf + texmf-dist/fonts/vf/public/cmcyr/xcmss10.vf + texmf-dist/fonts/vf/public/cmcyr/xcmss12.vf + texmf-dist/fonts/vf/public/cmcyr/xcmss17.vf + texmf-dist/fonts/vf/public/cmcyr/xcmss8.vf + texmf-dist/fonts/vf/public/cmcyr/xcmss9.vf + texmf-dist/fonts/vf/public/cmcyr/xcmssbx10.vf + texmf-dist/fonts/vf/public/cmcyr/xcmssdc10.vf + texmf-dist/fonts/vf/public/cmcyr/xcmssi10.vf + texmf-dist/fonts/vf/public/cmcyr/xcmssi12.vf + texmf-dist/fonts/vf/public/cmcyr/xcmssi17.vf + texmf-dist/fonts/vf/public/cmcyr/xcmssi8.vf + texmf-dist/fonts/vf/public/cmcyr/xcmssi9.vf + texmf-dist/fonts/vf/public/cmcyr/xcmssq8.vf + texmf-dist/fonts/vf/public/cmcyr/xcmssqi8.vf + texmf-dist/fonts/vf/public/cmcyr/xcmti10.vf + texmf-dist/fonts/vf/public/cmcyr/xcmti12.vf + texmf-dist/fonts/vf/public/cmcyr/xcmti7.vf + texmf-dist/fonts/vf/public/cmcyr/xcmti8.vf + texmf-dist/fonts/vf/public/cmcyr/xcmti9.vf + texmf-dist/fonts/vf/public/cmcyr/xcmtt10.vf + texmf-dist/fonts/vf/public/cmcyr/xcmtt12.vf + texmf-dist/fonts/vf/public/cmcyr/xcmtt8.vf + texmf-dist/fonts/vf/public/cmcyr/xcmtt9.vf + texmf-dist/fonts/vf/public/cmcyr/xcmu10.vf + texmf-dist/fonts/vf/public/cmcyr/ycmb10.vf + texmf-dist/fonts/vf/public/cmcyr/ycmbx10.vf + texmf-dist/fonts/vf/public/cmcyr/ycmbx12.vf + texmf-dist/fonts/vf/public/cmcyr/ycmbx5.vf + texmf-dist/fonts/vf/public/cmcyr/ycmbx6.vf + texmf-dist/fonts/vf/public/cmcyr/ycmbx7.vf + texmf-dist/fonts/vf/public/cmcyr/ycmbx8.vf + texmf-dist/fonts/vf/public/cmcyr/ycmbx9.vf + texmf-dist/fonts/vf/public/cmcyr/ycmbxsl10.vf + texmf-dist/fonts/vf/public/cmcyr/ycmbxti10.vf + texmf-dist/fonts/vf/public/cmcyr/ycmcsc10.vf + texmf-dist/fonts/vf/public/cmcyr/ycmcsc8.vf + texmf-dist/fonts/vf/public/cmcyr/ycmcsc9.vf + texmf-dist/fonts/vf/public/cmcyr/ycminch.vf + texmf-dist/fonts/vf/public/cmcyr/ycmitt10.vf + texmf-dist/fonts/vf/public/cmcyr/ycmmi10.vf + texmf-dist/fonts/vf/public/cmcyr/ycmmi12.vf + texmf-dist/fonts/vf/public/cmcyr/ycmmi5.vf + texmf-dist/fonts/vf/public/cmcyr/ycmmi6.vf + texmf-dist/fonts/vf/public/cmcyr/ycmmi7.vf + texmf-dist/fonts/vf/public/cmcyr/ycmmi8.vf + texmf-dist/fonts/vf/public/cmcyr/ycmmi9.vf + texmf-dist/fonts/vf/public/cmcyr/ycmmib10.vf + texmf-dist/fonts/vf/public/cmcyr/ycmr10.vf + texmf-dist/fonts/vf/public/cmcyr/ycmr12.vf + texmf-dist/fonts/vf/public/cmcyr/ycmr17.vf + texmf-dist/fonts/vf/public/cmcyr/ycmr5.vf + texmf-dist/fonts/vf/public/cmcyr/ycmr6.vf + texmf-dist/fonts/vf/public/cmcyr/ycmr7.vf + texmf-dist/fonts/vf/public/cmcyr/ycmr8.vf + texmf-dist/fonts/vf/public/cmcyr/ycmr9.vf + texmf-dist/fonts/vf/public/cmcyr/ycmsl10.vf + texmf-dist/fonts/vf/public/cmcyr/ycmsl12.vf + texmf-dist/fonts/vf/public/cmcyr/ycmsl8.vf + texmf-dist/fonts/vf/public/cmcyr/ycmsl9.vf + texmf-dist/fonts/vf/public/cmcyr/ycmsltt10.vf + texmf-dist/fonts/vf/public/cmcyr/ycmss10.vf + texmf-dist/fonts/vf/public/cmcyr/ycmss12.vf + texmf-dist/fonts/vf/public/cmcyr/ycmss17.vf + texmf-dist/fonts/vf/public/cmcyr/ycmss8.vf + texmf-dist/fonts/vf/public/cmcyr/ycmss9.vf + texmf-dist/fonts/vf/public/cmcyr/ycmssbx10.vf + texmf-dist/fonts/vf/public/cmcyr/ycmssdc10.vf + texmf-dist/fonts/vf/public/cmcyr/ycmssi10.vf + texmf-dist/fonts/vf/public/cmcyr/ycmssi12.vf + texmf-dist/fonts/vf/public/cmcyr/ycmssi17.vf + texmf-dist/fonts/vf/public/cmcyr/ycmssi8.vf + texmf-dist/fonts/vf/public/cmcyr/ycmssi9.vf + texmf-dist/fonts/vf/public/cmcyr/ycmssq8.vf + texmf-dist/fonts/vf/public/cmcyr/ycmssqi8.vf + texmf-dist/fonts/vf/public/cmcyr/ycmti10.vf + texmf-dist/fonts/vf/public/cmcyr/ycmti12.vf + texmf-dist/fonts/vf/public/cmcyr/ycmti7.vf + texmf-dist/fonts/vf/public/cmcyr/ycmti8.vf + texmf-dist/fonts/vf/public/cmcyr/ycmti9.vf + texmf-dist/fonts/vf/public/cmcyr/ycmtt10.vf + texmf-dist/fonts/vf/public/cmcyr/ycmtt12.vf + texmf-dist/fonts/vf/public/cmcyr/ycmtt8.vf + texmf-dist/fonts/vf/public/cmcyr/ycmtt9.vf + texmf-dist/fonts/vf/public/cmcyr/ycmu10.vf +catalogue-ctan /fonts/cyrillic/cmcyr +catalogue-date 2007-09-16 18:06:50 +0200 +catalogue-license pd + +name cmcyralt +category Package +revision 15878 +catalogue cmcyralt-ltx +shortdesc LaTeX support for the cmcyralt fonts. +longdesc Macros and fd files to use the cmcyralt fonts. Designed for use +longdesc with an alternative-coded keyboard. +docfiles size=7 + texmf-dist/doc/latex/cmcyralt/rhyphen.tex +srcfiles size=10 + texmf-dist/source/latex/cmcyralt/INSTALL + texmf-dist/source/latex/cmcyralt/README + texmf-dist/source/latex/cmcyralt/examples/karabas.tex + texmf-dist/source/latex/cmcyralt/examples/kniga.tex + texmf-dist/source/latex/cmcyralt/examples/otchet.tex + texmf-dist/source/latex/cmcyralt/examples/pismo.tex + texmf-dist/source/latex/cmcyralt/examples/rusfonts.tex + texmf-dist/source/latex/cmcyralt/examples/statya.tex + texmf-dist/source/latex/cmcyralt/hyphen.cfg +runfiles size=8 + texmf-dist/tex/latex/cmcyralt/OT1cmcss.fd + texmf-dist/tex/latex/cmcyralt/OT1cmctt.fd + texmf-dist/tex/latex/cmcyralt/OT1cmcyr.fd + texmf-dist/tex/latex/cmcyralt/cmcyralt.sty + texmf-dist/tex/latex/cmcyralt/fancycha.sty + texmf-dist/tex/latex/cmcyralt/glava.sty + texmf-dist/tex/latex/cmcyralt/russian.sty +catalogue-ctan /macros/latex/contrib/cmcyralt +catalogue-date 2008-10-09 01:38:40 +0200 +catalogue-license noinfo +catalogue-version 1.0 + +name cmdstring +category Package +revision 15878 +shortdesc Get command name reliably. +longdesc Extracts the letters of a command's name (e.g., foo for command +longdesc \foo), in a reliable way. +docfiles size=90 + texmf-dist/doc/latex/cmdstring/README details="Readme" + texmf-dist/doc/latex/cmdstring/cmdstring.pdf details="Package documentation" + texmf-dist/doc/latex/cmdstring/cmdstring.tex +runfiles size=1 + texmf-dist/tex/latex/cmdstring/cmdstring.sty +catalogue-ctan /macros/latex/contrib/cmdstring +catalogue-date 2008-08-18 10:38:42 +0200 +catalogue-license lppl +catalogue-version 1.1 + +name cmdtrack +category Package +revision 15878 +shortdesc Check used commands. +longdesc Aids in the task of checking whether a command defined in a +longdesc document preamble is actually used somewhere in the document. +longdesc If you use the package cmdtrack to the preamble of your +longdesc document, all \newcommand and similar statements between that +longdesc point and the beginning of the document will be marked for +longdesc logging. At the end of the document a report of the command +longdesc usage will be printed in the TeX log, for example: mdash was +longdesc used on line 25; ndash was never used. +srcfiles size=6 + texmf-dist/source/latex/cmdtrack/cmdtrack.dtx + texmf-dist/source/latex/cmdtrack/cmdtrack.ins +runfiles size=2 + texmf-dist/tex/latex/cmdtrack/cmdtrack.sty +catalogue-ctan /macros/latex/contrib/cmdtrack +catalogue-date 2008-04-19 23:05:28 +0200 +catalogue-license other-free + +name cmextra +category Package +revision 14075 +runfiles size=27 + texmf-dist/fonts/source/public/cmextra/cmbxcd10.mf + texmf-dist/fonts/source/public/cmextra/cmbxti12.mf + texmf-dist/fonts/source/public/cmextra/cmbxti7.mf + texmf-dist/fonts/source/public/cmextra/cmcscsl10.mf + texmf-dist/fonts/source/public/cmextra/cmfibs8.mf + texmf-dist/fonts/source/public/cmextra/cmitt12.mf + texmf-dist/fonts/source/public/cmextra/cmitt9.mf + texmf-dist/fonts/source/public/cmextra/cmsl6.mf + texmf-dist/fonts/source/public/cmextra/cmsltt9.mf + texmf-dist/fonts/source/public/cmextra/cmssbxo10.mf + texmf-dist/fonts/source/public/cmextra/cmsslu30.mf + texmf-dist/fonts/source/public/cmextra/cmssu30.mf + texmf-dist/fonts/source/public/cmextra/cmvtti10.mf + texmf-dist/fonts/tfm/public/cmextra/cmbxcd10.tfm + texmf-dist/fonts/tfm/public/cmextra/cmbxti12.tfm + texmf-dist/fonts/tfm/public/cmextra/cmbxti7.tfm + texmf-dist/fonts/tfm/public/cmextra/cmcscsl10.tfm + texmf-dist/fonts/tfm/public/cmextra/cmfibs8.tfm + texmf-dist/fonts/tfm/public/cmextra/cmitt12.tfm + texmf-dist/fonts/tfm/public/cmextra/cmitt9.tfm + texmf-dist/fonts/tfm/public/cmextra/cmsl6.tfm + texmf-dist/fonts/tfm/public/cmextra/cmsltt9.tfm + texmf-dist/fonts/tfm/public/cmextra/cmssbxo10.tfm + texmf-dist/fonts/tfm/public/cmextra/cmsslu30.tfm + texmf-dist/fonts/tfm/public/cmextra/cmssu30.tfm + texmf-dist/fonts/tfm/public/cmextra/cmvtti10.tfm + +name cmll +category Package +revision 15878 +shortdesc Symbols for linear logic. +longdesc This is a very small font set that contain some symbols useful +longdesc in linear logic, which are apparently not available elsewhere. +longdesc Variants are included for use with Computer Modern serif and +longdesc sans-serif and with the AMS Euler series. The font is provided +longdesc both as MetaFont source, and in Adobe Type 1 format. LaTeX +longdesc support is provided. format. +execute addMixedMap cmll.map +docfiles size=26 + texmf-dist/doc/fonts/cmll/README details="Readme" + texmf-dist/doc/fonts/cmll/cmll.pdf details="Package documentation" +srcfiles size=5 + texmf-dist/source/latex/cmll/cmll.dtx + texmf-dist/source/latex/cmll/cmll.ins +runfiles size=145 + texmf-dist/fonts/map/dvips/cmll/cmll.map + texmf-dist/fonts/source/public/cmll/cmllbx10.mf + texmf-dist/fonts/source/public/cmll/cmllbx12.mf + texmf-dist/fonts/source/public/cmll/cmllbx5.mf + texmf-dist/fonts/source/public/cmll/cmllbx6.mf + texmf-dist/fonts/source/public/cmll/cmllbx7.mf + texmf-dist/fonts/source/public/cmll/cmllbx8.mf + texmf-dist/fonts/source/public/cmll/cmllbx9.mf + texmf-dist/fonts/source/public/cmll/cmllr10.mf + texmf-dist/fonts/source/public/cmll/cmllr12.mf + texmf-dist/fonts/source/public/cmll/cmllr17.mf + texmf-dist/fonts/source/public/cmll/cmllr5.mf + texmf-dist/fonts/source/public/cmll/cmllr6.mf + texmf-dist/fonts/source/public/cmll/cmllr7.mf + texmf-dist/fonts/source/public/cmll/cmllr8.mf + texmf-dist/fonts/source/public/cmll/cmllr9.mf + texmf-dist/fonts/source/public/cmll/cmllss10.mf + texmf-dist/fonts/source/public/cmll/cmllss12.mf + texmf-dist/fonts/source/public/cmll/cmllss17.mf + texmf-dist/fonts/source/public/cmll/cmllss8.mf + texmf-dist/fonts/source/public/cmll/cmllss9.mf + texmf-dist/fonts/source/public/cmll/cmllssbx10.mf + texmf-dist/fonts/source/public/cmll/eullbx10.mf + texmf-dist/fonts/source/public/cmll/eullbx5.mf + texmf-dist/fonts/source/public/cmll/eullbx6.mf + texmf-dist/fonts/source/public/cmll/eullbx7.mf + texmf-dist/fonts/source/public/cmll/eullbx8.mf + texmf-dist/fonts/source/public/cmll/eullbx9.mf + texmf-dist/fonts/source/public/cmll/eullr10.mf + texmf-dist/fonts/source/public/cmll/eullr5.mf + texmf-dist/fonts/source/public/cmll/eullr6.mf + texmf-dist/fonts/source/public/cmll/eullr7.mf + texmf-dist/fonts/source/public/cmll/eullr8.mf + texmf-dist/fonts/source/public/cmll/eullr9.mf + texmf-dist/fonts/source/public/cmll/llcommon.mf + texmf-dist/fonts/source/public/cmll/lleusym.mf + texmf-dist/fonts/source/public/cmll/llsymbols.mf + texmf-dist/fonts/tfm/public/cmll/cmllbx10.tfm + texmf-dist/fonts/tfm/public/cmll/cmllbx12.tfm + texmf-dist/fonts/tfm/public/cmll/cmllbx5.tfm + texmf-dist/fonts/tfm/public/cmll/cmllbx6.tfm + texmf-dist/fonts/tfm/public/cmll/cmllbx7.tfm + texmf-dist/fonts/tfm/public/cmll/cmllbx8.tfm + texmf-dist/fonts/tfm/public/cmll/cmllbx9.tfm + texmf-dist/fonts/tfm/public/cmll/cmllr10.tfm + texmf-dist/fonts/tfm/public/cmll/cmllr12.tfm + texmf-dist/fonts/tfm/public/cmll/cmllr17.tfm + texmf-dist/fonts/tfm/public/cmll/cmllr5.tfm + texmf-dist/fonts/tfm/public/cmll/cmllr6.tfm + texmf-dist/fonts/tfm/public/cmll/cmllr7.tfm + texmf-dist/fonts/tfm/public/cmll/cmllr8.tfm + texmf-dist/fonts/tfm/public/cmll/cmllr9.tfm + texmf-dist/fonts/tfm/public/cmll/cmllss10.tfm + texmf-dist/fonts/tfm/public/cmll/cmllss12.tfm + texmf-dist/fonts/tfm/public/cmll/cmllss17.tfm + texmf-dist/fonts/tfm/public/cmll/cmllss8.tfm + texmf-dist/fonts/tfm/public/cmll/cmllss9.tfm + texmf-dist/fonts/tfm/public/cmll/cmllssbx10.tfm + texmf-dist/fonts/tfm/public/cmll/eullbx10.tfm + texmf-dist/fonts/tfm/public/cmll/eullbx5.tfm + texmf-dist/fonts/tfm/public/cmll/eullbx6.tfm + texmf-dist/fonts/tfm/public/cmll/eullbx7.tfm + texmf-dist/fonts/tfm/public/cmll/eullbx8.tfm + texmf-dist/fonts/tfm/public/cmll/eullbx9.tfm + texmf-dist/fonts/tfm/public/cmll/eullr10.tfm + texmf-dist/fonts/tfm/public/cmll/eullr5.tfm + texmf-dist/fonts/tfm/public/cmll/eullr6.tfm + texmf-dist/fonts/tfm/public/cmll/eullr7.tfm + texmf-dist/fonts/tfm/public/cmll/eullr8.tfm + texmf-dist/fonts/tfm/public/cmll/eullr9.tfm + texmf-dist/fonts/type1/public/cmll/cmllbx10.pfb + texmf-dist/fonts/type1/public/cmll/cmllbx12.pfb + texmf-dist/fonts/type1/public/cmll/cmllbx5.pfb + texmf-dist/fonts/type1/public/cmll/cmllbx6.pfb + texmf-dist/fonts/type1/public/cmll/cmllbx7.pfb + texmf-dist/fonts/type1/public/cmll/cmllbx8.pfb + texmf-dist/fonts/type1/public/cmll/cmllbx9.pfb + texmf-dist/fonts/type1/public/cmll/cmllr10.pfb + texmf-dist/fonts/type1/public/cmll/cmllr12.pfb + texmf-dist/fonts/type1/public/cmll/cmllr17.pfb + texmf-dist/fonts/type1/public/cmll/cmllr5.pfb + texmf-dist/fonts/type1/public/cmll/cmllr6.pfb + texmf-dist/fonts/type1/public/cmll/cmllr7.pfb + texmf-dist/fonts/type1/public/cmll/cmllr8.pfb + texmf-dist/fonts/type1/public/cmll/cmllr9.pfb + texmf-dist/fonts/type1/public/cmll/cmllss10.pfb + texmf-dist/fonts/type1/public/cmll/cmllss12.pfb + texmf-dist/fonts/type1/public/cmll/cmllss17.pfb + texmf-dist/fonts/type1/public/cmll/cmllss8.pfb + texmf-dist/fonts/type1/public/cmll/cmllss9.pfb + texmf-dist/fonts/type1/public/cmll/cmllssbx10.pfb + texmf-dist/fonts/type1/public/cmll/eullbx10.pfb + texmf-dist/fonts/type1/public/cmll/eullbx5.pfb + texmf-dist/fonts/type1/public/cmll/eullbx6.pfb + texmf-dist/fonts/type1/public/cmll/eullbx7.pfb + texmf-dist/fonts/type1/public/cmll/eullbx8.pfb + texmf-dist/fonts/type1/public/cmll/eullbx9.pfb + texmf-dist/fonts/type1/public/cmll/eullr10.pfb + texmf-dist/fonts/type1/public/cmll/eullr5.pfb + texmf-dist/fonts/type1/public/cmll/eullr6.pfb + texmf-dist/fonts/type1/public/cmll/eullr7.pfb + texmf-dist/fonts/type1/public/cmll/eullr8.pfb + texmf-dist/fonts/type1/public/cmll/eullr9.pfb + texmf-dist/tex/latex/cmll/cmll.sty + texmf-dist/tex/latex/cmll/ucmllr.fd + texmf-dist/tex/latex/cmll/ucmllss.fd + texmf-dist/tex/latex/cmll/ueull.fd +catalogue-ctan /fonts/cmll +catalogue-date 2009-01-23 18:17:40 +0100 +catalogue-license lppl + +name cmpica +category Package +revision 15878 +shortdesc A Computer Modern Pica variant. +longdesc An approximate equivalent of the Xerox Pica typeface; the font +longdesc is optimised for submitting fiction manuscripts to mainline +longdesc publishers. The font is a fixed-width one, rather less heavy +longdesc than Computer Modern typewriter. Emphasis for bold-face comes +longdesc from a wavy underline of each letter. The two fonts are +longdesc supplied as MetaFont source. +docfiles size=1 + texmf-dist/doc/latex/cmpica/README details="Readme" +runfiles size=13 + texmf-dist/fonts/source/public/cmpica/cmpica.mf + texmf-dist/fonts/source/public/cmpica/cmpicab.mf + texmf-dist/fonts/source/public/cmpica/cmpicati.mf + texmf-dist/fonts/source/public/cmpica/pcpunct.mf + texmf-dist/fonts/source/public/cmpica/pica.mf + texmf-dist/fonts/tfm/public/cmpica/cmpica.tfm + texmf-dist/fonts/tfm/public/cmpica/cmpicab.tfm + texmf-dist/fonts/tfm/public/cmpica/cmpicati.tfm +catalogue-ctan /fonts/cmpica +catalogue-date 2008-11-15 17:22:14 +0100 +catalogue-license pd + +name cmsd +category Package +revision 15878 +shortdesc Interfaces to the CM Sans Serif Bold fonts. +longdesc Thr purpose of the package is to provide an alternative +longdesc interface to the CM Sans Serif boldface fonts. The EC (T1, +longdesc Cork) encoded versions of the 'CM Sans Serif boldface extended' +longdesc fonts differ considerably from the traditionally (OT1) encoded +longdesc ones: at large sizes, >10pt, they have thinner strokes and are +longdesc much wider. At 25pt they are hardly to be recognized as being +longdesc 'boldface'. This package attempts to make these T1 fonts look +longdesc like the traditional ones did. You do not need any new fonts; +longdesc the package just changes the way LaTeX makes use of the current +longdesc ones. +srcfiles size=2 + texmf-dist/source/latex/cmsd/liesmich + texmf-dist/source/latex/cmsd/readme +runfiles size=3 + texmf-dist/tex/latex/cmsd/cmsd.sty + texmf-dist/tex/latex/cmsd/t1cmsd.fd + texmf-dist/tex/latex/cmsd/ts1cmsd.fd +catalogue-ctan /macros/latex/contrib/cmsd +catalogue-date 2006-12-18 23:50:36 +0100 +catalogue-license lppl + +name cns +category Package +revision 15878 +docfiles size=8 + texmf-dist/doc/fonts/cns/cns40-1/README + texmf-dist/doc/fonts/cns/cns40-2/README + texmf-dist/doc/fonts/cns/cns40-3/README + texmf-dist/doc/fonts/cns/cns40-4/README + texmf-dist/doc/fonts/cns/cns40-5/README + texmf-dist/doc/fonts/cns/cns40-6/README + texmf-dist/doc/fonts/cns/cns40-7/README + texmf-dist/doc/fonts/cns/cns40-b5/README +runfiles size=2650 + texmf-dist/fonts/misc/cns/4040w0.bin + texmf-dist/fonts/misc/cns/4040w1.bin + texmf-dist/fonts/misc/cns/4040w2.bin + texmf-dist/fonts/misc/cns/4040w3.bin + texmf-dist/fonts/misc/cns/4040w4.bin + texmf-dist/fonts/misc/cns/4040w5.bin + texmf-dist/fonts/misc/cns/4040w6.bin + texmf-dist/fonts/misc/cns/4040w7.bin + texmf-dist/fonts/misc/cns/cns40-1.hbf + texmf-dist/fonts/misc/cns/cns40-2.hbf + texmf-dist/fonts/misc/cns/cns40-3.hbf + texmf-dist/fonts/misc/cns/cns40-4.hbf + texmf-dist/fonts/misc/cns/cns40-5.hbf + texmf-dist/fonts/misc/cns/cns40-6.hbf + texmf-dist/fonts/misc/cns/cns40-7.hbf + texmf-dist/fonts/misc/cns/cns40-b5.hbf + texmf-dist/fonts/tfm/cns/c0so12/c0so1201.tfm + texmf-dist/fonts/tfm/cns/c0so12/c0so1202.tfm + texmf-dist/fonts/tfm/cns/c0so12/c0so1203.tfm + texmf-dist/fonts/tfm/cns/c0so12/c0so1204.tfm + texmf-dist/fonts/tfm/cns/c0so12/c0so1205.tfm + texmf-dist/fonts/tfm/cns/c0so12/c0so1206.tfm + texmf-dist/fonts/tfm/cns/c0so12/c0so1207.tfm + texmf-dist/fonts/tfm/cns/c0so12/c0so1208.tfm + texmf-dist/fonts/tfm/cns/c0so12/c0so1209.tfm + texmf-dist/fonts/tfm/cns/c0so12/c0so1210.tfm + texmf-dist/fonts/tfm/cns/c0so12/c0so1211.tfm + texmf-dist/fonts/tfm/cns/c0so12/c0so1212.tfm + texmf-dist/fonts/tfm/cns/c0so12/c0so1213.tfm + texmf-dist/fonts/tfm/cns/c0so12/c0so1214.tfm + texmf-dist/fonts/tfm/cns/c0so12/c0so1215.tfm + texmf-dist/fonts/tfm/cns/c0so12/c0so1216.tfm + texmf-dist/fonts/tfm/cns/c0so12/c0so1217.tfm + texmf-dist/fonts/tfm/cns/c0so12/c0so1218.tfm + texmf-dist/fonts/tfm/cns/c0so12/c0so1219.tfm + texmf-dist/fonts/tfm/cns/c0so12/c0so1220.tfm + texmf-dist/fonts/tfm/cns/c0so12/c0so1221.tfm + texmf-dist/fonts/tfm/cns/c0so12/c0so1222.tfm + texmf-dist/fonts/tfm/cns/c0so12/c0so1223.tfm + texmf-dist/fonts/tfm/cns/c0so12/c0so1224.tfm + texmf-dist/fonts/tfm/cns/c0so12/c0so1225.tfm + texmf-dist/fonts/tfm/cns/c0so12/c0so1226.tfm + texmf-dist/fonts/tfm/cns/c0so12/c0so1227.tfm + texmf-dist/fonts/tfm/cns/c0so12/c0so1228.tfm + texmf-dist/fonts/tfm/cns/c0so12/c0so1229.tfm + texmf-dist/fonts/tfm/cns/c0so12/c0so1230.tfm + texmf-dist/fonts/tfm/cns/c0so12/c0so1231.tfm + texmf-dist/fonts/tfm/cns/c0so12/c0so1232.tfm + texmf-dist/fonts/tfm/cns/c0so12/c0so1233.tfm + texmf-dist/fonts/tfm/cns/c0so12/c0so1234.tfm + texmf-dist/fonts/tfm/cns/c0so12/c0so1235.tfm + texmf-dist/fonts/tfm/cns/c0so12/c0so1236.tfm + texmf-dist/fonts/tfm/cns/c0so12/c0so1237.tfm + texmf-dist/fonts/tfm/cns/c0so12/c0so1238.tfm + texmf-dist/fonts/tfm/cns/c0so12/c0so1239.tfm + texmf-dist/fonts/tfm/cns/c0so12/c0so1240.tfm + texmf-dist/fonts/tfm/cns/c0so12/c0so1241.tfm + texmf-dist/fonts/tfm/cns/c0so12/c0so1242.tfm + texmf-dist/fonts/tfm/cns/c0so12/c0so1243.tfm + texmf-dist/fonts/tfm/cns/c0so12/c0so1244.tfm + texmf-dist/fonts/tfm/cns/c0so12/c0so1245.tfm + texmf-dist/fonts/tfm/cns/c0so12/c0so1246.tfm + texmf-dist/fonts/tfm/cns/c0so12/c0so1247.tfm + texmf-dist/fonts/tfm/cns/c0so12/c0so1248.tfm + texmf-dist/fonts/tfm/cns/c0so12/c0so1249.tfm + texmf-dist/fonts/tfm/cns/c0so12/c0so1250.tfm + texmf-dist/fonts/tfm/cns/c0so12/c0so1251.tfm + texmf-dist/fonts/tfm/cns/c0so12/c0so1252.tfm + texmf-dist/fonts/tfm/cns/c0so12/c0so1253.tfm + texmf-dist/fonts/tfm/cns/c0so12/c0so1254.tfm + texmf-dist/fonts/tfm/cns/c0so12/c0so1255.tfm + texmf-dist/fonts/tfm/cns/c1so12/c1so1201.tfm + texmf-dist/fonts/tfm/cns/c1so12/c1so1202.tfm + texmf-dist/fonts/tfm/cns/c1so12/c1so1203.tfm + texmf-dist/fonts/tfm/cns/c1so12/c1so1204.tfm + texmf-dist/fonts/tfm/cns/c1so12/c1so1205.tfm + texmf-dist/fonts/tfm/cns/c1so12/c1so1206.tfm + texmf-dist/fonts/tfm/cns/c1so12/c1so1207.tfm + texmf-dist/fonts/tfm/cns/c1so12/c1so1208.tfm + texmf-dist/fonts/tfm/cns/c1so12/c1so1209.tfm + texmf-dist/fonts/tfm/cns/c1so12/c1so1210.tfm + texmf-dist/fonts/tfm/cns/c1so12/c1so1211.tfm + texmf-dist/fonts/tfm/cns/c1so12/c1so1212.tfm + texmf-dist/fonts/tfm/cns/c1so12/c1so1213.tfm + texmf-dist/fonts/tfm/cns/c1so12/c1so1214.tfm + texmf-dist/fonts/tfm/cns/c1so12/c1so1215.tfm + texmf-dist/fonts/tfm/cns/c1so12/c1so1216.tfm + texmf-dist/fonts/tfm/cns/c1so12/c1so1217.tfm + texmf-dist/fonts/tfm/cns/c1so12/c1so1218.tfm + texmf-dist/fonts/tfm/cns/c1so12/c1so1219.tfm + texmf-dist/fonts/tfm/cns/c1so12/c1so1220.tfm + texmf-dist/fonts/tfm/cns/c1so12/c1so1221.tfm + texmf-dist/fonts/tfm/cns/c1so12/c1so1222.tfm + texmf-dist/fonts/tfm/cns/c1so12/c1so1223.tfm + texmf-dist/fonts/tfm/cns/c1so12/c1so1224.tfm + texmf-dist/fonts/tfm/cns/c1so12/c1so1225.tfm + texmf-dist/fonts/tfm/cns/c1so12/c1so1226.tfm + texmf-dist/fonts/tfm/cns/c1so12/c1so1227.tfm + texmf-dist/fonts/tfm/cns/c1so12/c1so1228.tfm + texmf-dist/fonts/tfm/cns/c1so12/c1so1229.tfm + texmf-dist/fonts/tfm/cns/c1so12/c1so1230.tfm + texmf-dist/fonts/tfm/cns/c1so12/c1so1231.tfm + texmf-dist/fonts/tfm/cns/c1so12/c1so1232.tfm + texmf-dist/fonts/tfm/cns/c1so12/c1so1233.tfm + texmf-dist/fonts/tfm/cns/c1so12/c1so1234.tfm + texmf-dist/fonts/tfm/cns/c2so12/c2so1201.tfm + texmf-dist/fonts/tfm/cns/c2so12/c2so1202.tfm + texmf-dist/fonts/tfm/cns/c2so12/c2so1203.tfm + texmf-dist/fonts/tfm/cns/c2so12/c2so1204.tfm + texmf-dist/fonts/tfm/cns/c2so12/c2so1205.tfm + texmf-dist/fonts/tfm/cns/c2so12/c2so1206.tfm + texmf-dist/fonts/tfm/cns/c2so12/c2so1207.tfm + texmf-dist/fonts/tfm/cns/c2so12/c2so1208.tfm + texmf-dist/fonts/tfm/cns/c2so12/c2so1209.tfm + texmf-dist/fonts/tfm/cns/c2so12/c2so1210.tfm + texmf-dist/fonts/tfm/cns/c2so12/c2so1211.tfm + texmf-dist/fonts/tfm/cns/c2so12/c2so1212.tfm + texmf-dist/fonts/tfm/cns/c2so12/c2so1213.tfm + texmf-dist/fonts/tfm/cns/c2so12/c2so1214.tfm + texmf-dist/fonts/tfm/cns/c2so12/c2so1215.tfm + texmf-dist/fonts/tfm/cns/c2so12/c2so1216.tfm + texmf-dist/fonts/tfm/cns/c2so12/c2so1217.tfm + texmf-dist/fonts/tfm/cns/c2so12/c2so1218.tfm + texmf-dist/fonts/tfm/cns/c2so12/c2so1219.tfm + texmf-dist/fonts/tfm/cns/c2so12/c2so1220.tfm + texmf-dist/fonts/tfm/cns/c2so12/c2so1221.tfm + texmf-dist/fonts/tfm/cns/c2so12/c2so1222.tfm + texmf-dist/fonts/tfm/cns/c2so12/c2so1223.tfm + texmf-dist/fonts/tfm/cns/c2so12/c2so1224.tfm + texmf-dist/fonts/tfm/cns/c2so12/c2so1225.tfm + texmf-dist/fonts/tfm/cns/c2so12/c2so1226.tfm + texmf-dist/fonts/tfm/cns/c2so12/c2so1227.tfm + texmf-dist/fonts/tfm/cns/c2so12/c2so1228.tfm + texmf-dist/fonts/tfm/cns/c2so12/c2so1229.tfm + texmf-dist/fonts/tfm/cns/c2so12/c2so1230.tfm + texmf-dist/fonts/tfm/cns/c3so12/c3so1201.tfm + texmf-dist/fonts/tfm/cns/c3so12/c3so1202.tfm + texmf-dist/fonts/tfm/cns/c3so12/c3so1203.tfm + texmf-dist/fonts/tfm/cns/c3so12/c3so1204.tfm + texmf-dist/fonts/tfm/cns/c3so12/c3so1205.tfm + texmf-dist/fonts/tfm/cns/c3so12/c3so1206.tfm + texmf-dist/fonts/tfm/cns/c3so12/c3so1207.tfm + texmf-dist/fonts/tfm/cns/c3so12/c3so1208.tfm + texmf-dist/fonts/tfm/cns/c3so12/c3so1209.tfm + texmf-dist/fonts/tfm/cns/c3so12/c3so1210.tfm + texmf-dist/fonts/tfm/cns/c3so12/c3so1211.tfm + texmf-dist/fonts/tfm/cns/c3so12/c3so1212.tfm + texmf-dist/fonts/tfm/cns/c3so12/c3so1213.tfm + texmf-dist/fonts/tfm/cns/c3so12/c3so1214.tfm + texmf-dist/fonts/tfm/cns/c3so12/c3so1215.tfm + texmf-dist/fonts/tfm/cns/c3so12/c3so1216.tfm + texmf-dist/fonts/tfm/cns/c3so12/c3so1217.tfm + texmf-dist/fonts/tfm/cns/c3so12/c3so1218.tfm + texmf-dist/fonts/tfm/cns/c3so12/c3so1219.tfm + texmf-dist/fonts/tfm/cns/c3so12/c3so1220.tfm + texmf-dist/fonts/tfm/cns/c3so12/c3so1221.tfm + texmf-dist/fonts/tfm/cns/c3so12/c3so1222.tfm + texmf-dist/fonts/tfm/cns/c3so12/c3so1223.tfm + texmf-dist/fonts/tfm/cns/c3so12/c3so1224.tfm + texmf-dist/fonts/tfm/cns/c3so12/c3so1225.tfm + texmf-dist/fonts/tfm/cns/c4so12/c4so1201.tfm + texmf-dist/fonts/tfm/cns/c4so12/c4so1202.tfm + texmf-dist/fonts/tfm/cns/c4so12/c4so1203.tfm + texmf-dist/fonts/tfm/cns/c4so12/c4so1204.tfm + texmf-dist/fonts/tfm/cns/c4so12/c4so1205.tfm + texmf-dist/fonts/tfm/cns/c4so12/c4so1206.tfm + texmf-dist/fonts/tfm/cns/c4so12/c4so1207.tfm + texmf-dist/fonts/tfm/cns/c4so12/c4so1208.tfm + texmf-dist/fonts/tfm/cns/c4so12/c4so1209.tfm + texmf-dist/fonts/tfm/cns/c4so12/c4so1210.tfm + texmf-dist/fonts/tfm/cns/c4so12/c4so1211.tfm + texmf-dist/fonts/tfm/cns/c4so12/c4so1212.tfm + texmf-dist/fonts/tfm/cns/c4so12/c4so1213.tfm + texmf-dist/fonts/tfm/cns/c4so12/c4so1214.tfm + texmf-dist/fonts/tfm/cns/c4so12/c4so1215.tfm + texmf-dist/fonts/tfm/cns/c4so12/c4so1216.tfm + texmf-dist/fonts/tfm/cns/c4so12/c4so1217.tfm + texmf-dist/fonts/tfm/cns/c4so12/c4so1218.tfm + texmf-dist/fonts/tfm/cns/c4so12/c4so1219.tfm + texmf-dist/fonts/tfm/cns/c4so12/c4so1220.tfm + texmf-dist/fonts/tfm/cns/c4so12/c4so1221.tfm + texmf-dist/fonts/tfm/cns/c4so12/c4so1222.tfm + texmf-dist/fonts/tfm/cns/c4so12/c4so1223.tfm + texmf-dist/fonts/tfm/cns/c4so12/c4so1224.tfm + texmf-dist/fonts/tfm/cns/c4so12/c4so1225.tfm + texmf-dist/fonts/tfm/cns/c4so12/c4so1226.tfm + texmf-dist/fonts/tfm/cns/c4so12/c4so1227.tfm + texmf-dist/fonts/tfm/cns/c4so12/c4so1228.tfm + texmf-dist/fonts/tfm/cns/c4so12/c4so1229.tfm + texmf-dist/fonts/tfm/cns/c5so12/c5so1201.tfm + texmf-dist/fonts/tfm/cns/c5so12/c5so1202.tfm + texmf-dist/fonts/tfm/cns/c5so12/c5so1203.tfm + texmf-dist/fonts/tfm/cns/c5so12/c5so1204.tfm + texmf-dist/fonts/tfm/cns/c5so12/c5so1205.tfm + texmf-dist/fonts/tfm/cns/c5so12/c5so1206.tfm + texmf-dist/fonts/tfm/cns/c5so12/c5so1207.tfm + texmf-dist/fonts/tfm/cns/c5so12/c5so1208.tfm + texmf-dist/fonts/tfm/cns/c5so12/c5so1209.tfm + texmf-dist/fonts/tfm/cns/c5so12/c5so1210.tfm + texmf-dist/fonts/tfm/cns/c5so12/c5so1211.tfm + texmf-dist/fonts/tfm/cns/c5so12/c5so1212.tfm + texmf-dist/fonts/tfm/cns/c5so12/c5so1213.tfm + texmf-dist/fonts/tfm/cns/c5so12/c5so1214.tfm + texmf-dist/fonts/tfm/cns/c5so12/c5so1215.tfm + texmf-dist/fonts/tfm/cns/c5so12/c5so1216.tfm + texmf-dist/fonts/tfm/cns/c5so12/c5so1217.tfm + texmf-dist/fonts/tfm/cns/c5so12/c5so1218.tfm + texmf-dist/fonts/tfm/cns/c5so12/c5so1219.tfm + texmf-dist/fonts/tfm/cns/c5so12/c5so1220.tfm + texmf-dist/fonts/tfm/cns/c5so12/c5so1221.tfm + texmf-dist/fonts/tfm/cns/c5so12/c5so1222.tfm + texmf-dist/fonts/tfm/cns/c5so12/c5so1223.tfm + texmf-dist/fonts/tfm/cns/c5so12/c5so1224.tfm + texmf-dist/fonts/tfm/cns/c5so12/c5so1225.tfm + texmf-dist/fonts/tfm/cns/c5so12/c5so1226.tfm + texmf-dist/fonts/tfm/cns/c5so12/c5so1227.tfm + texmf-dist/fonts/tfm/cns/c5so12/c5so1228.tfm + texmf-dist/fonts/tfm/cns/c5so12/c5so1229.tfm + texmf-dist/fonts/tfm/cns/c5so12/c5so1230.tfm + texmf-dist/fonts/tfm/cns/c5so12/c5so1231.tfm + texmf-dist/fonts/tfm/cns/c5so12/c5so1232.tfm + texmf-dist/fonts/tfm/cns/c5so12/c5so1233.tfm + texmf-dist/fonts/tfm/cns/c5so12/c5so1234.tfm + texmf-dist/fonts/tfm/cns/c6so12/c6so1201.tfm + texmf-dist/fonts/tfm/cns/c6so12/c6so1202.tfm + texmf-dist/fonts/tfm/cns/c6so12/c6so1203.tfm + texmf-dist/fonts/tfm/cns/c6so12/c6so1204.tfm + texmf-dist/fonts/tfm/cns/c6so12/c6so1205.tfm + texmf-dist/fonts/tfm/cns/c6so12/c6so1206.tfm + texmf-dist/fonts/tfm/cns/c6so12/c6so1207.tfm + texmf-dist/fonts/tfm/cns/c6so12/c6so1208.tfm + texmf-dist/fonts/tfm/cns/c6so12/c6so1209.tfm + texmf-dist/fonts/tfm/cns/c6so12/c6so1210.tfm + texmf-dist/fonts/tfm/cns/c6so12/c6so1211.tfm + texmf-dist/fonts/tfm/cns/c6so12/c6so1212.tfm + texmf-dist/fonts/tfm/cns/c6so12/c6so1213.tfm + texmf-dist/fonts/tfm/cns/c6so12/c6so1214.tfm + texmf-dist/fonts/tfm/cns/c6so12/c6so1215.tfm + texmf-dist/fonts/tfm/cns/c6so12/c6so1216.tfm + texmf-dist/fonts/tfm/cns/c6so12/c6so1217.tfm + texmf-dist/fonts/tfm/cns/c6so12/c6so1218.tfm + texmf-dist/fonts/tfm/cns/c6so12/c6so1219.tfm + texmf-dist/fonts/tfm/cns/c6so12/c6so1220.tfm + texmf-dist/fonts/tfm/cns/c6so12/c6so1221.tfm + texmf-dist/fonts/tfm/cns/c6so12/c6so1222.tfm + texmf-dist/fonts/tfm/cns/c6so12/c6so1223.tfm + texmf-dist/fonts/tfm/cns/c6so12/c6so1224.tfm + texmf-dist/fonts/tfm/cns/c6so12/c6so1225.tfm + texmf-dist/fonts/tfm/cns/c7so12/c7so1201.tfm + texmf-dist/fonts/tfm/cns/c7so12/c7so1202.tfm + texmf-dist/fonts/tfm/cns/c7so12/c7so1203.tfm + texmf-dist/fonts/tfm/cns/c7so12/c7so1204.tfm + texmf-dist/fonts/tfm/cns/c7so12/c7so1205.tfm + texmf-dist/fonts/tfm/cns/c7so12/c7so1206.tfm + texmf-dist/fonts/tfm/cns/c7so12/c7so1207.tfm + texmf-dist/fonts/tfm/cns/c7so12/c7so1208.tfm + texmf-dist/fonts/tfm/cns/c7so12/c7so1209.tfm + texmf-dist/fonts/tfm/cns/c7so12/c7so1210.tfm + texmf-dist/fonts/tfm/cns/c7so12/c7so1211.tfm + texmf-dist/fonts/tfm/cns/c7so12/c7so1212.tfm + texmf-dist/fonts/tfm/cns/c7so12/c7so1213.tfm + texmf-dist/fonts/tfm/cns/c7so12/c7so1214.tfm + texmf-dist/fonts/tfm/cns/c7so12/c7so1215.tfm + texmf-dist/fonts/tfm/cns/c7so12/c7so1216.tfm + texmf-dist/fonts/tfm/cns/c7so12/c7so1217.tfm + texmf-dist/fonts/tfm/cns/c7so12/c7so1218.tfm + texmf-dist/fonts/tfm/cns/c7so12/c7so1219.tfm + texmf-dist/fonts/tfm/cns/c7so12/c7so1220.tfm + texmf-dist/fonts/tfm/cns/c7so12/c7so1221.tfm + texmf-dist/fonts/tfm/cns/c7so12/c7so1222.tfm + texmf-dist/fonts/tfm/cns/c7so12/c7so1223.tfm + texmf-dist/fonts/tfm/cns/c7so12/c7so1224.tfm + texmf-dist/fonts/tfm/cns/c7so12/c7so1225.tfm + texmf-dist/fonts/tfm/cns/c7so12/c7so1226.tfm + +name codedoc +category Package +revision 15878 +shortdesc LaTeX code and documentation in LaTeX-format file. +longdesc The CodeDoc class is an alternative to DocStrip (and others) to +longdesc produce LaTeX code along with its documentation without +longdesc departing from LaTeX's ordinary syntax. The documentation is +longdesc prepared like any other LaTeX document and the code to be +longdesc commented verbatim is simply delimited by an environment. When +longdesc an option is turned on in the class options, this code is +longdesc written to the desired file(s). The class also includes fully +longdesc customizable verbatim environments which provide the author +longdesc with separate commands to typeset the material and/or to +longdesc execute it. +docfiles size=187 + texmf-dist/doc/latex/codedoc/CodeDoc-manual.pdf details="Package manual" + texmf-dist/doc/latex/codedoc/CodeDoc-manual.tex + texmf-dist/doc/latex/codedoc/README details="Readme" +runfiles size=12 + texmf-dist/tex/latex/codedoc/codedoc.cls +catalogue-ctan /macros/latex/contrib/codedoc +catalogue-date 2009-07-05 17:40:25 +0200 +catalogue-license lppl +catalogue-version 0.2 + +name codepage +category Package +revision 15878 +shortdesc Support for variant code pages. +longdesc The package provides a mechanism for inputting non-ASCII text. +longdesc Nowadays, the job is mostly done by the inputenc package in the +longdesc LaTeX distribution. +docfiles size=81 + texmf-dist/doc/latex/codepage/LISEZMOI details="Readme" language="fr" + texmf-dist/doc/latex/codepage/README details="Readme" language="en" + texmf-dist/doc/latex/codepage/codepage.pdf details="Package documentation" language="en" + texmf-dist/doc/latex/codepage/demo.zip + texmf-dist/doc/latex/codepage/frintro.pdf details="Introduction to package" language="fr" +srcfiles size=37 + texmf-dist/source/latex/codepage/codepage.drv + texmf-dist/source/latex/codepage/codepage.dtx + texmf-dist/source/latex/codepage/codepage.ins + texmf-dist/source/latex/codepage/frintro.drv +runfiles size=26 + texmf-dist/tex/latex/codepage/code437.tex + texmf-dist/tex/latex/codepage/code850.tex + texmf-dist/tex/latex/codepage/codeiso1.tex + texmf-dist/tex/latex/codepage/codemac.tex + texmf-dist/tex/latex/codepage/codepage.sty + texmf-dist/tex/latex/codepage/initcar.tex + texmf-dist/tex/latex/codepage/shapecm.tex + texmf-dist/tex/latex/codepage/shapedc.tex +catalogue-ctan /macros/latex/contrib/codepage +catalogue-date 2009-01-09 17:16:29 +0100 +catalogue-license noinfo +catalogue-version 1.2 + +name collection-basic +category Collection +revision 15576 +shortdesc Essential programs and files +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 amsfonts +depend apalike +depend bibtex +depend cm +depend dvipdfm +depend dvipdfmx +depend dvipdfmx-def +depend dvips +depend enctex +depend etex +depend etex-pkg +depend glyphlist +depend gsftopk +depend hyph-utf8 +depend hyphen-base +depend ifluatex +depend ifxetex +depend kpathsea +depend luatex +depend makeindex +depend metafont +depend mflogo +depend mfware +depend misc +depend pdftex +depend plain +depend tcdialog +depend tetex +depend tex +depend texconfig +depend texlive-msg-translations +depend texlive-scripts +depend texlive.infra +depend xdvi + +name collection-bibtexextra +category Collection +revision 15225 +shortdesc Extra BibTeX styles +longdesc Additional BibTeX styles and bibliography databases. +depend aichej +depend amsrefs +depend apacite +depend apalike2 +depend beebe +depend bibarts +depend bibhtml +depend biblist +depend bibtopic +depend bibtopicprefix +depend bibunits +depend cell +depend chicago +depend chicago-annote +depend chembst +depend collref +depend compactbib +depend custom-bib +depend din1505 +depend dk-bib +depend doipubmed +depend elsevier-bib +depend fbs +depend figbib +depend footbib +depend harvard +depend harvmac +depend ijqc +depend inlinebib +depend iopart-num +depend jneurosci +depend jurabib +depend listbib +depend margbib +depend multibib +depend munich +depend notes2bib +depend perception +depend rsc +depend sort-by-letters +depend splitbib +depend urlbst +depend collection-latex + +name collection-binextra +category Collection +revision 15618 +shortdesc TeX auxiliary programs +longdesc Various useful, but non-essential, support programs. Includes +longdesc programs and macros for DVI file manipulation, literate +longdesc programming, patgen, and the TeX Works Editor. +depend collection-basic +depend a2ping +depend asymptote +depend bibtex8 +depend ctie +depend cweb +depend detex +depend dtl +depend dvi2tty +depend dviasm +depend dvicopy +depend dvidvi +depend dviljk +depend dvipng +depend dvipos +depend findhyph +depend fragmaster +depend getnonfreefonts +depend hyphenex +depend lacheck +depend latex2man +depend latexmk +depend listings-ext +depend mkind-english +depend mkjobtexmf +depend patgen +depend pdfcrop +depend pdftools +depend pkfix +depend pkfix-helper +depend purifyeps +depend seetexk +depend synctex +depend texcount +depend texdiff +depend texdirflatten +depend texdoc +depend texloganalyser +depend texware +depend tie +depend tpic2pdftex +depend web +depend xindy + +name collection-context +category Collection +revision 14390 +shortdesc ConTeXt format +longdesc Hans Hagen's powerful ConTeXt system, http://pragma-ade.com. +longdesc Also includes third-party ConTeXt packages. +depend context +depend jmn +depend lmextra +depend context-account +depend context-algorithmic +depend context-bnf +depend context-chromato +depend context-construction-plan +depend context-degrade +depend context-fixme +depend context-french +depend context-games +depend context-gnuplot +depend context-letter +depend context-lettrine +depend context-lilypond +depend context-mathsets +depend context-notes-zh-cn +depend context-simplefonts +depend context-simpleslides +depend context-top-ten +depend context-typearea +depend context-typescripts +depend context-vim +depend collection-metapost +depend collection-basic + +name collection-documentation-arabic +category Collection +revision 14327 +shortdesc Arabic documentation +depend lshort-persian +depend collection-documentation-base + +name collection-documentation-base +category Collection +revision 13822 +shortdesc TeX Live documentation +depend texlive-common +depend texlive-en + +name collection-documentation-bulgarian +category Collection +revision 13822 +shortdesc Bulgarian documentation +depend lshort-bulgarian +depend collection-documentation-base + +name collection-documentation-chinese +category Collection +revision 14384 +shortdesc Chinese documentation +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-czechslovak +category Collection +revision 14740 +shortdesc Czech/Slovak documentation +depend lshort-slovak +depend texlive-cz +depend collection-documentation-base + +name collection-documentation-dutch +category Collection +revision 13822 +shortdesc Dutch documentation +depend lshort-dutch +depend collection-documentation-base + +name collection-documentation-english +category Collection +revision 15727 +shortdesc English documentation +depend FAQ-en +depend MemoirChapStyles +depend Type1fonts +depend amslatex-primer +depend around-the-bend +depend asciichart +depend components-of-TeX +depend comprehensive +depend dtxtut +depend first-latex-doc +depend firststeps +depend free-math-font-survey +depend gentle +depend guide-to-latex +depend impatient +depend intro-scientific +depend knuth +depend l2tabu-english +depend latex2e-help-texinfo +depend latex-course +depend latex-doc-ptr +depend latex-graphics-companion +depend latex-veryshortguide +depend latex-web-companion +depend latexcheat +depend lshort-english +depend math-into-latex +depend mathmode +depend memdesign +depend metafont-beginners +depend metapost-examples +depend pdf-forms-tutorial-en +depend plain-doc +depend pstricks-tutorial +depend tamethebeast +depend tds +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 +depend lshort-finnish +depend collection-documentation-base + +name collection-documentation-french +category Collection +revision 13822 +shortdesc French documentation +depend epslatex-fr +depend impatient-fr +depend l2tabu-french +depend lshort-french +depend texlive-fr +depend collection-documentation-base + +name collection-documentation-german +category Collection +revision 13822 +shortdesc German documentation +depend kopka +depend l2picfaq +depend l2tabu +depend latex-tipps-und-tricks +depend lshort-german +depend pdf-forms-tutorial-de +depend templates-fenn +depend templates-sommer +depend texlive-de +depend voss-de +depend collection-documentation-base + +name collection-documentation-greek +category Collection +revision 15640 +shortdesc Greek documentation +depend collection-documentation-base + +name collection-documentation-italian +category Collection +revision 15708 +shortdesc Italian documentation +depend amsldoc-it +depend amsmath-it +depend amsthdoc-it +depend fancyhdr-it +depend l2tabu-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 +depend lshort-japanese +depend collection-documentation-base + +name collection-documentation-korean +category Collection +revision 13822 +shortdesc Korean documentation +depend lshort-korean +depend collection-documentation-base + +name collection-documentation-mongolian +category Collection +revision 13822 +shortdesc Mongolian documentation +depend lshort-mongol +depend collection-documentation-base + +name collection-documentation-polish +category Collection +revision 13822 +shortdesc Polish documentation +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 +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 +depend lshort-russian +depend mpman-ru +depend texlive-ru +depend collection-documentation-base + +name collection-documentation-slovenian +category Collection +revision 13822 +shortdesc Slovenian documentation +depend lshort-slovenian +depend collection-documentation-base + +name collection-documentation-spanish +category Collection +revision 13822 +shortdesc Spanish documentation +depend es-tex-faq +depend l2tabu-spanish +depend lshort-spanish +depend collection-documentation-base + +name collection-documentation-thai +category Collection +revision 13822 +shortdesc Thai documentation +depend lshort-thai +depend collection-documentation-base + +name collection-documentation-turkish +category Collection +revision 13822 +shortdesc Turkish documentation +depend lshort-turkish +depend collection-documentation-base + +name collection-documentation-ukrainian +category Collection +revision 13822 +shortdesc Ukrainian documentation +depend lshort-ukr +depend collection-documentation-base + +name collection-documentation-vietnamese +category Collection +revision 13822 +shortdesc Vietnamese documentation +depend amsldoc-vn +depend lshort-vietnamese +depend ntheorem-vn +depend collection-documentation-base + +name collection-fontsextra +category Collection +revision 13989 +shortdesc Extra fonts +depend Asana-Math +depend albertus +depend allrunes +depend antiqua +depend antp +depend antt +depend apl +depend ar +depend archaic +depend arev +depend ascii +depend astro +depend atqolive +depend augie +depend auncial-new +depend aurical +depend barcodes +depend bayer +depend bbding +depend bbm +depend bbm-macros +depend bbold +depend belleek +depend bera +depend blacklettert1 +depend boisik +depend bookhands +depend braille +depend brushscr +depend calligra +depend carolmin-ps +depend cherokee +depend clarendo +depend cm-lgc +depend cm-super +depend cmbright +depend cmll +depend cmpica +depend coronet +depend courier-scaled +depend cryst +depend cyklop +depend dancers +depend dice +depend dictsym +depend dingbat +depend doublestroke +depend dozenal +depend duerer +depend duerer-latex +depend ean +depend ecc +depend eco +depend eiad +depend eiad-ltx +depend elvish +depend epigrafica +depend epsdice +depend esvect +depend eulervm +depend euxm +depend feyn +depend fge +depend foekfont +depend fonetika +depend fourier +depend fouriernc +depend frcursive +depend garamond +depend genealogy +depend gfsartemisia +depend gfsbodoni +depend gfscomplutum +depend gfsdidot +depend gfsneohellenic +depend gfssolomos +depend gothic +depend greenpoint +depend groff +depend grotesq +depend hands +depend hfbright +depend hfoldsty +depend ifsym +depend inconsolata +depend initials +depend iwona +depend junicode +depend kixfont +depend knuthotherfonts +depend kpfonts +depend kurier +depend lettrgth +depend lfb +depend libertine +depend libris +depend linearA +depend logic +depend lxfonts +depend ly1 +depend marigold +depend mathabx +depend mathdesign +depend mnsymbol +depend nkarta +depend ocherokee +depend ogham +depend oinuit +depend optima +depend orkhun +depend osmanian +depend pacioli +depend pclnfss +depend phaistos +depend phonetic +depend pigpen +depend psafm +depend punk +depend recycle +depend sauter +depend sauterfonts +depend semaphor +depend simpsons +depend skull +depend staves +depend tapir +depend tengwarscript +depend tpslifonts +depend trajan +depend umtypewriter +depend univers +depend universa +depend venturisadf +depend wsuipa +depend yfonts +depend zefonts +depend collection-basic + +name collection-fontsrecommended +category Collection +revision 13822 +shortdesc Recommended fonts +depend avantgar +depend bookman +depend charter +depend cmextra +depend courier +depend euro +depend euro-ce +depend eurofont +depend eurosans +depend eurosym +depend fpl +depend helvetic +depend lm +depend marvosym +depend mathpazo +depend ncntrsbk +depend palatino +depend pxfonts +depend rsfs +depend symbol +depend tex-gyre +depend times +depend timesnew +depend tipa +depend txfonts +depend utopia +depend wasy +depend wasysym +depend zapfchan +depend zapfding +depend collection-basic + +name collection-fontutils +category Collection +revision 15606 +shortdesc TeX and Outline font utilities +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, etc. +depend collection-basic +depend accfonts +depend afm2pl +depend epstopdf +depend fontware +depend lcdftypetools +depend ps2pkm +depend pstools +depend psutils +depend dvipsconfig +depend fontinst +depend fontools +depend getafm +depend mft +depend t1utils +depend ttfutils + +name collection-formatsextra +category Collection +revision 13822 +shortdesc Extra formats +longdesc A collection of TeX `formats', ie large-scale macro packages +longdesc designed to be dumped into .fmt file +depend alatex +depend edmac +depend eplain +depend mltex +depend physe +depend phyzzx +depend psizzl +depend startex +depend texsis +depend ytex +depend collection-basic + +name collection-games +category Collection +revision 15166 +shortdesc Games typesetting +longdesc Setups for typesetting various games, including chess. +depend cchess +depend chess +depend chess-problem-diagrams +depend chessboard +depend chessfss +depend crossword +depend crosswrd +depend egameps +depend go +depend hexgame +depend jeopardy +depend othello +depend psgo +depend sgame +depend skak +depend skaknew +depend sudoku +depend sudokubundle +depend xq +depend xskak +depend collection-latex + +name collection-genericextra +category Collection +revision 15267 +shortdesc Extra generic packages +longdesc Extra packages that work with multiple formats, typically both +longdesc TeX and LaTeX. +depend abbr +depend abstyles +depend barr +depend borceux +depend c-pascal +depend colorsep +depend dinat +depend dirtree +depend eijkhout +depend encxvlna +depend fenixpar +depend fltpoint +depend insbox +depend mathdots +depend metatex +depend mftoeps +depend midnight +depend multi +depend ofs +depend pdf-trans +depend shade +depend tabto-generic +depend vrb +depend vtex +depend xlop +depend collection-basic + +name collection-genericrecommended +category Collection +revision 13822 +shortdesc Recommended generic packages +longdesc Recommended packages that work with multiple formats. +depend epsf +depend fontname +depend genmisc +depend multido +depend tex-ps +depend collection-basic + +name collection-htmlxml +category Collection +revision 13822 +shortdesc HTML/SGML/XML support +longdesc Packages to convert LaTeX to XML/HTML, and typset XML/SGML +depend jadetex +depend passivetex +depend tex4ht +depend xmlplay +depend xmltex +depend collection-basic +depend collection-fontsrecommended +depend collection-latex + +name collection-humanities +category Collection +revision 13822 +shortdesc Humanities packages +longdesc Packages for law, linguistics, the social sciences, the +longdesc humanities, etc. +depend alnumsec +depend arydshln +depend bibleref +depend covington +depend dramatist +depend ecltree +depend ednotes +depend gb4e +depend gmverse +depend jura +depend juraabbrev +depend juramisc +depend jurarsp +depend ledmac +depend lexikon +depend lineno +depend linguex +depend liturg +depend parallel +depend parrun +depend plari +depend play +depend poemscol +depend qobitree +depend qtree +depend rtklage +depend screenplay +depend sides +depend stage +depend tree-dvips +depend verse +depend xyling +depend collection-latex + +name collection-langafrican +category Collection +revision 14727 +shortdesc African scripts +longdesc Support for typesetting some African scripts +depend ethiop +depend ethiop-t1 +depend fc +depend collection-basic + +name collection-langarabic +category Collection +revision 14727 +shortdesc Arabic +longdesc Support for typesetting Arabic. +depend arabi +depend arabtex +depend hyphen-arabic +depend hyphen-farsi +depend collection-basic + +name collection-langarmenian +category Collection +revision 14727 +shortdesc Armenian +longdesc Support for typesetting Armenian. +depend armenian +depend collection-basic + +name collection-langcjk +category Collection +revision 15132 +shortdesc Chinese, Japanese, Korean +longdesc CJK (Chinese, Japanese, Korean) macros, fonts, documentation, +longdesc also Thai since there is some overlap in the fonts. +depend arphic +depend c90 +depend cjk +depend cjkpunct +depend cjkutils +depend cns +depend ctex +depend dnp +depend garuda-c90 +depend hyphen-chinese +depend norasi-c90 +depend thailatex +depend uhc +depend wadalab +depend zhmetrics +depend zhspacing +depend collection-basic +depend collection-documentation-chinese + +name collection-langcroatian +category Collection +revision 14727 +shortdesc Croatian +longdesc Support for typesetting Croatian. +depend croatian +depend hrlatex +depend hyphen-croatian +depend collection-basic + +name collection-langcyrillic +category Collection +revision 15492 +shortdesc Cyrillic +longdesc Support for typesetting Cyrillic. +depend cmcyr +depend cmcyralt +depend cyrillic +depend cyrillic-bin +depend cyrplain +depend disser +depend eskd +depend eskdx +depend gost +depend lcyw +depend lh +depend lhcyr +depend ruhyphen +depend t2 +depend timescyr +depend ukrhyph +depend hyphen-bulgarian +depend hyphen-russian +depend hyphen-ukrainian +depend collection-basic +depend collection-latex + +name collection-langczechslovak +category Collection +revision 14727 +shortdesc Czech/Slovak +longdesc Support for typesetting Czech/Slovak. +depend cs +depend csbulletin +depend cslatex +depend csplain +depend vlna +depend hyphen-czech +depend hyphen-slovak +depend collection-basic +depend collection-latex + +name collection-langdanish +category Collection +revision 14727 +shortdesc Danish +longdesc Support for typesetting Danish. +depend hyphen-danish +depend collection-basic + +name collection-langdutch +category Collection +revision 14727 +shortdesc Dutch +longdesc Support for typesetting Dutch. +depend hyphen-dutch +depend collection-basic + +name collection-langfinnish +category Collection +revision 14727 +shortdesc Finnish +longdesc Support for typesetting Finnish. +depend finbib +depend hyphen-finnish +depend collection-basic + +name collection-langfrench +category Collection +revision 14727 +shortdesc French +longdesc Support for typesetting French. +depend aeguill +depend bib-fr +depend frenchle +depend frletter +depend mafr +depend tabvar +depend tdsfrmath +depend variations +depend hyphen-basque +depend hyphen-french +depend collection-basic + +name collection-langgerman +category Collection +revision 14751 +shortdesc German +longdesc Support for typesetting German. +depend dehyph-exptl +depend german +depend germbib +depend germkorr +depend kalender +depend mkind-german +depend r_und_s +depend uhrzeit +depend umlaute +depend hyphen-german +depend collection-basic + +name collection-langgreek +category Collection +revision 15748 +shortdesc Greek +longdesc Support for typesetting Greek. +depend betababel +depend bgreek +depend cbfonts +depend gfsbaskerville +depend gfsporson +depend greek-inputenc +depend greekdates +depend greektex +depend grverb +depend ibycus-babel +depend ibygrk +depend kerkis +depend levy +depend lgreek +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 +longdesc Support for typesetting Hebrew. +depend cjhebrew +depend collection-basic + +name collection-langhungarian +category Collection +revision 14727 +shortdesc Hungarian +longdesc Support for typesetting Hungarian. +depend magyar +depend hyphen-hungarian +depend collection-basic + +name collection-langindic +category Collection +revision 14727 +shortdesc Indic scripts +longdesc Support for typesetting some Indic scripts. +depend bangtex +depend bengali +depend burmese +depend ebong +depend hyphen-sanskrit +depend itrans +depend malayalam +depend omega-devanagari +depend sanskrit +depend velthuis +depend wnri +depend devnag +depend collection-basic + +name collection-langitalian +category Collection +revision 13822 +shortdesc Italian +depend collection-basic +depend frontespizio +depend hyphen-italian +depend itnumpar + +name collection-langlatin +category Collection +revision 14727 +shortdesc Latin +longdesc Support for typesetting Latin. +depend hyphen-latin +depend collection-basic + +name collection-langlatvian +category Collection +revision 14727 +shortdesc Latvian +longdesc Support for typesetting Latvian. +depend hyphen-latvian +depend collection-basic + +name collection-langlithuanian +category Collection +revision 14727 +shortdesc Lithuanian +longdesc Support for typesetting Lithuanian. +depend lithuanian +depend hyphen-lithuanian +depend collection-basic + +name collection-langmongolian +category Collection +revision 14727 +shortdesc Mongolian +longdesc Support for typesetting Mongolian. +depend collection-basic +depend hyphen-mongolian +depend mongolian-babel +depend montex +depend soyombo + +name collection-langnorwegian +category Collection +revision 14727 +shortdesc Norwegian +longdesc Support for typesetting Norwegian. +depend hyphen-norwegian +depend collection-basic + +name collection-langother +category Collection +revision 14574 +shortdesc Other hyphenation files +longdesc Hyphenation patterns for languages with no other support. +depend hyphen-coptic +depend hyphen-esperanto +depend hyphen-estonian +depend hyphen-icelandic +depend hyphen-indonesian +depend hyphen-interlingua +depend hyphen-irish +depend hyphen-kurmanji +depend hyphen-romanian +depend hyphen-serbian +depend hyphen-slovenian +depend hyphen-turkish +depend hyphen-uppersorbian +depend hyphen-welsh +depend collection-basic + +name collection-langpolish +category Collection +revision 14727 +shortdesc Polish +longdesc Support for typesetting Polish. +depend cc-pl +depend gustlib +depend gustprog +depend mex +depend mwcls +depend pl +depend polski +depend qpxqtx +depend tap +depend utf8mex +depend hyphen-polish +depend collection-latex +depend collection-basic + +name collection-langportuguese +category Collection +revision 13822 +shortdesc Portuguese +depend ordinalpt +depend hyphen-portuguese +depend collection-basic + +name collection-langspanish +category Collection +revision 13822 +shortdesc Spanish +depend hyphen-spanish +depend hyphen-catalan +depend hyphen-galician +depend spanish +depend spanish-mx +depend collection-basic + +name collection-langswedish +category Collection +revision 14727 +shortdesc Swedish +longdesc Support for typesetting Swedish. +depend swebib +depend hyphen-swedish +depend collection-basic + +name collection-langtibetan +category Collection +revision 14727 +shortdesc Tibetan +longdesc Support for typesetting Tibetan. +depend ctib +depend otibet +depend collection-basic + +name collection-langukenglish +category Collection +revision 14727 +shortdesc UK English +longdesc Support for typesetting UK English. +depend hyphen-ukenglish +depend collection-basic + +name collection-langvietnamese +category Collection +revision 15272 +shortdesc Vietnamese +longdesc Support for typesetting Vietnamese. +depend vntex +depend collection-basic + +name collection-latex +category Collection +revision 15495 +shortdesc Basic LaTeX packages +longdesc These packages are mandated by the core LaTeX team, or at least +longdesc very strongly recommended. +depend ae +depend amscls +depend amsmath +depend babel +depend babelbib +depend carlisle +depend colortbl +depend fancyhdr +depend geometry +depend graphics +depend hyperref +depend latex +depend latex-bin +depend latex-fonts +depend latexconfig +depend ltxmisc +depend mfnfss +depend natbib +depend oberdiek +depend pdftex-def +depend pslatex +depend psnfss +depend pspicture +depend supp-pdf +depend tools +depend collection-basic + +name collection-latex3 +category Collection +revision 15560 +shortdesc LaTeX3 packages +depend expl3 +depend keys3 +depend mh +depend xpackages +depend collection-latex + +name collection-latexextra +category Collection +revision 15852 +shortdesc LaTeX supplementary packages +longdesc A large collection of add-on packages for LaTeX. +depend AkkTeX +depend ESIEEcv +depend HA-prosper +depend Tabbing +depend a0poster +depend abstract +depend achemso +depend acronym +depend addlines +depend adrconv +depend adrlist +depend akletter +depend alterqcm +depend altfont +depend amsaddr +depend animate +depend anonchap +depend answers +depend anyfontsize +depend appendix +depend arcs +depend arrayjob +depend assignment +depend attachfile +depend authoraftertitle +depend authorindex +depend autotab +depend beamer-contrib +depend beamerposter +depend begriff +depend beton +depend bez123 +depend bezos +depend bigfoot +depend binomexp +depend bizcard +depend blindtext +depend blowup +depend boites +depend bookest +depend booklet +depend boolexpr +depend bophook +depend boxhandler +depend bracketkey +depend breakurl +depend bullcntr +depend bussproofs +depend calctab +depend calrsfs +depend calxxxx +depend captcont +depend casyl +depend catechis +depend cbcoptic +depend ccaption +depend cclicenses +depend cd +depend cd-cover +depend cdpbundl +depend cellspace +depend changebar +depend changelayout +depend changepage +depend changes +depend chappg +depend chapterfolder +depend chletter +depend chngcntr +depend circ +depend cjw +depend clefval +depend cleveref +depend clock +depend cmdstring +depend cmdtrack +depend cmsd +depend codedoc +depend codepage +depend colorinfo +depend colorwav +depend combine +depend comment +depend concprog +depend constants +depend contour +depend cooking +depend cool +depend coollist +depend coolstr +depend cooltooltips +depend coordsys +depend courseoutline +depend coursepaper +depend coverpage +depend crossreference +depend csquotes +depend csvtools +depend cuisine +depend currvita +depend cursor +depend cv +depend cweb-latex +depend cwpuzzle +depend dashbox +depend dashrule +depend datatool +depend dateiliste +depend datenumber +depend datetime +depend decimal +depend delimtxt +depend diagnose +depend dialogl +depend dichokey +depend dinbrief +depend directory +depend dlfltxb +depend dnaseq +depend docmfp +depend docmute +depend doi +depend dotarrow +depend dotseqn +depend dox +depend dpfloat +depend dprogress +depend drac +depend draftcopy +depend draftwatermark +depend dtk +depend dtxgallery +depend dvdcoll +depend eCards +depend easy +depend easylist +depend ean13isbn +depend ebezier +depend ecclesiastic +depend ecv +depend ed +depend edmargin +depend eemeir +depend egplot +depend ellipsis +depend elmath +depend elpres +depend elsarticle +depend em +depend emptypage +depend emulateapj +depend endfloat +depend endheads +depend engpron +depend engrec +depend enumitem +depend envbig +depend environ +depend envlab +depend epigraph +depend epiolmec +depend eqexam +depend eqlist +depend eqname +depend eqparbox +depend errata +depend esdiff +depend esint +depend esint-type1 +depend etaremune +depend etextools +depend etoolbox +depend eukdate +depend europecv +depend everypage +depend exam +depend examdesign +depend examplep +depend exceltex +depend exercise +depend exp-testopt +depend expdlist +depend export +depend extract +depend facsimile +depend fancynum +depend fancytooltips +depend figsize +depend filecontents +depend fink +depend fixfoot +depend fixme +depend flabels +depend flacards +depend flagderiv +depend flashcards +depend flippdf +depend floatrow +depend flowfram +depend fltpage +depend fmp +depend fmtcount +depend fn2end +depend fnbreak +depend fncychap +depend foilhtml +depend fonttable +depend footmisc +depend footnpag +depend forarray +depend forloop +depend formlett +depend formular +depend fragments +depend frankenstein +depend fribrief +depend fullblck +depend fullpict +depend fundus +depend g-brief +depend gauss +depend gcard +depend gcite +depend genmpage +depend getfiledate +depend ginpenc +depend gloss +depend glossaries +depend gmdoc +depend gmdoc-enhance +depend gmeometric +depend gmiflink +depend gmutils +depend gmverb +depend graphicx-psmin +depend grfpaste +depend grid +depend gridset +depend guitlogo +depend hanging +depend harpoon +depend hc +depend hhtensor +depend histogr +depend hitec +depend hpsdiss +depend hvfloat +depend hypdvips +depend hyper +depend hyperref-docsrc +depend hyperxmp +depend hyphenat +depend ifmslide +depend ifmtarg +depend ifplatform +depend image-gallery +depend import +depend inlinedef +depend interactiveworkbook +depend inversepath +depend iso +depend iso10303 +depend isodate +depend isonums +depend isodoc +depend isorot +depend isotope +depend kastrup +depend kerntest +depend keycommand +depend keystroke +depend labbook +depend labelcas +depend labels +depend lastpage +depend latex-tds +depend layouts +depend lazylist +depend lcd +depend lcg +depend leading +depend leaflet +depend leftidx +depend lettre +depend lettrine +depend lewis +depend lhelp +depend limap +depend lipsum +depend listliketab +depend listofsymbols +depend lkproof +depend localloc +depend logical-markup-utils +depend logpap +depend lsc +depend ltablex +depend ltabptch +depend ltxdockit +depend ltxindex +depend ltxnew +depend mailing +depend mailmerge +depend makebarcode +depend makebox +depend makecell +depend makecirc +depend makecmds +depend makedtx +depend makeglos +depend manfnt +depend manuscript +depend mapcodes +depend maple +depend marginnote +depend mathexam +depend maybemath +depend mcaption +depend mceinleger +depend mcite +depend mciteplus +depend memexsupp +depend menu +depend method +depend metre +depend mff +depend mftinc +depend midpage +depend minibox +depend minipage-marginpar +depend minitoc +depend minutes +depend misc209 +depend mla-paper +depend mlist +depend mmap +depend moderncv +depend modref +depend modroman +depend morefloats +depend moresize +depend moreverb +depend movie15 +depend mparhack +depend msc +depend msg +depend mslapa +depend mtgreek +depend multenum +depend multibbl +depend multicap +depend multirow +depend nag +depend namespc +depend ncclatex +depend ncctools +depend needspace +depend newfile +depend newlfm +depend newspaper +depend newvbtm +depend nextpage +depend nfssext-cfr +depend niceframe +depend nicetext +depend noitcrul +depend nomencl +depend nomentbl +depend nonfloat +depend notes +depend ntabbing +depend ntheorem +depend numname +depend numprint +depend ocr-latex +depend octavo +depend oldstyle +depend onlyamsmath +depend opcit +depend outline +depend outliner +depend overpic +depend pagecont +depend pagenote +depend paper +depend papercdcase +depend papertex +depend paralist +depend paresse +depend patch +depend patchcmd +depend pauldoc +depend pawpict +depend pax +depend pbox +depend pbsheet +depend pdfcomment +depend pdfcprot +depend pdfmarginpar +depend pdfscreen +depend pdfslide +depend pdfsync +depend pdfwin +depend pdfx +depend pecha +depend perltex +depend permute +depend petiteannonce +depend philex +depend photo +depend pittetd +depend placeins +depend plates +depend plweb +depend polyglot +depend polynom +depend polynomial +depend polytable +depend postcards +depend ppower4 +depend ppr-prv +depend preprint +depend prettyref +depend preview +depend printlen +depend probsoln +depend program +depend progress +depend properties +depend prosper +depend protex +depend protocol +depend psfragx +depend pst-pdf +depend pstool +depend qcm +depend qstest +depend qsymbols +depend quotchap +depend quotmark +depend randtext +depend rangen +depend rccol +depend rcs-multi +depend rcsinfo +depend recipe +depend recipecard +depend rectopma +depend refcheck +depend refman +depend refstyle +depend regcount +depend register +depend relenc +depend repeatindex +depend rjlparshap +depend rlepsf +depend rmpage +depend robustcommand +depend robustindex +depend romannum +depend rotfloat +depend rotpages +depend rtkinenc +depend sagetex +depend sauerj +depend savefnmark +depend savesym +depend savetrees +depend scale +depend scalebar +depend sciwordconv +depend script +depend sdrt +depend sectionbox +depend sectsty +depend selectp +depend semantic +depend semioneside +depend seqsplit +depend sf298 +depend sffms +depend sfheaders +depend sfmath +depend shadbox +depend shadethm +depend shapepar +depend shipunov +depend shorttoc +depend show2e +depend showdim +depend showexpl +depend showlabels +depend sidecap +depend silence +depend simplecv +depend simplewick +depend slantsc +depend slashbox +depend smalltableof +depend smartref +depend snapshot +depend soul +depend sparklines +depend spverbatim +depend splitindex +depend spotcolor +depend sprite +depend srcltx +depend sseq +depend ssqquote +depend stack +depend statistik +depend stdclsdv +depend stdpage +depend stringstrings +depend sttools +depend stubs +depend subdepth +depend subeqn +depend subeqnarray +depend subfigure +depend subfloat +depend substr +depend supertabular +depend svgcolor +depend svn +depend svn-multi +depend svn-prov +depend svninfo +depend syntax +depend syntrace +depend synttree +depend tableaux +depend tablenotes +depend tablists +depend tabls +depend tabto-ltx +depend tabularcalc +depend tabularew +depend tabulary +depend talk +depend taupin +depend tcldoc +depend tdclock +depend technics +depend ted +depend termcal +depend termlist +depend texilikecover +depend texlogos +depend texmate +depend texments +depend texpower +depend texshade +depend textcase +depend textfit +depend textmerg +depend textpos +depend theoremref +depend threeparttablex +depend thinsp +depend thmtools +depend thumb +depend ticket +depend timesht +depend timing +depend titlefoot +depend titlepic +depend titlesec +depend titling +depend tocbibind +depend tocloft +depend tocvsec2 +depend todo +depend todonotes +depend tokenizer +depend toolbox +depend topfloat +depend totcount +depend totpages +depend tracking +depend translator +depend trfsigns +depend trimspaces +depend trsym +depend trivfloat +depend twoup +depend type1cm +depend typedref +depend typogrid +depend ucs +depend uebungsblatt +depend ulsy +depend umoline +depend underlin +depend undertilde +depend units +depend unroman +depend upmethodology +depend upquote +depend ushort +depend varindex +depend varsfromjobname +depend varwidth +depend vector +depend verbatimbox +depend verbatimcopy +depend version +depend versions +depend vertbars +depend vhistory +depend vita +depend vmargin +depend volumes +depend vpe +depend vrsion +depend vwcol +depend wallpaper +depend warning +depend warpcol +depend was +depend widetable +depend williams +depend wordlike +depend wrapfig +depend xargs +depend xbmc +depend xtab +depend xtcapts +depend xdoc +depend xfor +depend xifthen +depend xmpincl +depend xnewcommand +depend xoptarg +depend xstring +depend xytree +depend yafoot +depend yagusylo +depend yplan +depend zed-csp +depend ziffer +depend zwgetfdate +depend zwpagelayout +depend collection-latex +depend collection-pictures + +name collection-latexrecommended +category Collection +revision 15271 +shortdesc LaTeX recommended packages +longdesc A collection of recommended add-on packages for LaTeX which +longdesc have widespread use +depend anysize +depend beamer +depend booktabs +depend caption +depend cite +depend citeref +depend cmap +depend crop +depend ctable +depend ec +depend eso-pic +depend euler +depend extsizes +depend fancybox +depend fancyref +depend fancyvrb +depend float +depend fp +depend index +depend jknapltx +depend koma-script +depend listings +depend mdwtools +depend memoir +depend metalogo +depend microtype +depend ms +depend ntgclass +depend pdfpages +depend powerdot +depend psfrag +depend rcs +depend rotating +depend seminar +depend setspace +depend subfig +depend thumbpdf +depend xcolor +depend xkeyval +depend collection-latex + +name collection-luatex +category Collection +revision 13992 +shortdesc LuaTeX packages +longdesc Packages for LuaTeX, a Unicode-aware extension of pdfTeX, using +longdesc Lua as an embedded scripting and extension language. +longdesc http://luatex.org/ +depend collection-basic +depend luainputenc +depend luamplib +depend luaotfload +depend luatextra + +name collection-mathextra +category Collection +revision 15560 +shortdesc Advanced math typesetting +longdesc Extra math +depend 12many +depend amstex +depend boldtensors +depend bosisio +depend ccfonts +depend commath +depend concmath +depend concrete +depend extarrows +depend extpfeil +depend faktor +depend ionumbers +depend isomath +depend mathcomp +depend mattens +depend mhequ +depend multiobjective +depend nath +depend proba +depend shuffle +depend statex2 +depend stex +depend stmaryrd +depend susy +depend syllogism +depend synproof +depend tablor +depend tensor +depend tex-ewd +depend thmbox +depend turnstile +depend venn +depend yhmath +depend collection-fontsrecommended +depend collection-latex + +name collection-metapost +category Collection +revision 15388 +shortdesc MetaPost (and Metafont) drawing packages +depend automata +depend bbcard +depend blockdraw_mp +depend bpolynomial +depend cmarrows +depend drv +depend dviincl +depend emp +depend epsincl +depend expressg +depend exteps +depend featpost +depend feynmf +depend garrigues +depend hatching +depend latexmp +depend metago +depend metaobj +depend metaplot +depend metapost +depend metauml +depend mfpic +depend mfpic4ode +depend mp3d +depend mpattern +depend piechartmp +depend roex +depend slideshow +depend splines +depend suanpan +depend textpath +depend collection-basic + +name collection-music +category Collection +revision 13822 +shortdesc Music typesetting +longdesc Music-related fonts and packages. +depend abc +depend figbas +depend gchords +depend guitar +depend harmony +depend musictex +depend musixlyr +depend musixps +depend musixtex +depend songbook +depend musixflx +depend collection-latex + +name collection-omega +category Collection +revision 13822 +shortdesc Omega +longdesc Omega, a 16-bit extended TeX by John Plaice and Yannis +longdesc Haralambous +depend antomega +depend lambda +depend mxd +depend mxedruli +depend omega +depend aleph +depend omegaware +depend collection-basic +depend collection-latex + +name collection-pictures +category Collection +revision 15543 +shortdesc Graphics packages and programs +depend asyfig +depend autoarea +depend bardiag +depend cachepic +depend circuitikz +depend curve +depend curve2e +depend curves +depend dcpic +depend diagmac2 +depend doc-pictex +depend dottex +depend dot2texi +depend dratex +depend eepic +depend epspdf +depend epspdfconversion +depend fig4latex +depend gnuplottex +depend miniplot +depend pb-diagram +depend petri-nets +depend pgf +depend pgf-soroban +depend pgfopts +depend pgfplots +depend picinpar +depend pict2e +depend pictex +depend pictex2 +depend pinlabel +depend pmgraph +depend randbild +depend schemabloc +depend swimgraf +depend texdraw +depend tikz-inet +depend tikz-timing +depend tkz-doc +depend tkz-linknodes +depend tkz-tab +depend tufte-latex +depend xypic +depend collection-basic + +name collection-plainextra +category Collection +revision 15279 +shortdesc Plain TeX supplementary packages +longdesc Add-on packages and macros that work with plain TeX. +depend figflow +depend fixpdfmag +depend font-change +depend fontch +depend hyplain +depend jsmisc +depend mkpattern +depend newsletr +depend placeins-plain +depend plgraph +depend plnfss +depend resumemac +depend timetable +depend treetex +depend typespec +depend varisize +depend vertex +depend collection-basic + +name collection-pstricks +category Collection +revision 15485 +shortdesc PSTricks packages +depend auto-pst-pdf +depend bclogo +depend makeplot +depend pdftricks +depend psbao +depend pst-2dplot +depend pst-3d +depend pst-3dplot +depend pst-abspos +depend pst-asr +depend pst-bar +depend pst-barcode +depend pst-bezier +depend pst-blur +depend pst-bspline +depend pst-calendar +depend pst-circ +depend pst-coil +depend pst-cox +depend pst-dbicons +depend pst-diffraction +depend pst-eps +depend pst-eucl +depend pst-fill +depend pst-fr3d +depend pst-fractal +depend pst-fun +depend pst-func +depend pst-gantt +depend pst-geo +depend pst-ghsb +depend pst-gr3d +depend pst-grad +depend pst-infixplot +depend pst-jtree +depend pst-labo +depend pst-lens +depend pst-light3d +depend pst-math +depend pst-ob3d +depend pst-optexp +depend pst-optic +depend pst-osci +depend pst-pad +depend pst-pdgr +depend pst-poly +depend pst-qtree +depend pst-sigsys +depend pst-slpe +depend pst-spectra +depend pst-solides3d +depend pst-soroban +depend pst-stru +depend pst-support +depend pst-text +depend pst-tree +depend pst-uml +depend pst-vowel +depend pst-vue3d +depend pst2pdf +depend pstricks +depend pstricks-add +depend uml +depend vaucanson-g +depend collection-basic +depend collection-genericrecommended + +name collection-publishers +category Collection +revision 14434 +shortdesc Support for publishers, theses, standards, conferences, etc. +depend ANUfinalexam +depend IEEEconf +depend IEEEtran +depend aastex +depend acmconf +depend acmtrans +depend active-conf +depend afthesis +depend aguplus +depend aiaa +depend ametsoc +depend apa +depend arsclassica +depend asaetr +depend ascelike +depend beamer-FUBerlin +depend chem-journal +depend classicthesis +depend confproc +depend ebsthesis +depend economic +depend elsevier +depend erdc +depend estcpmm +depend euproposal +depend gaceta +depend gatech-thesis +depend har2nat +depend icsv +depend ieeepes +depend ijmart +depend imac +depend imtekda +depend jhep +depend jpsj +depend kluwer +depend lps +depend macqassign +depend mentis +depend muthesis +depend nature +depend nddiss +depend nih +depend nostarch +depend nrc +depend philosophersimprint +depend powerdot-FUBerlin +depend pracjourn +depend procIAGssymp +depend ptptex +depend psu-thesis +depend revtex +depend sageep +depend siggraph +depend spie +depend stellenbosch +depend sugconf +depend thesis-titlepage-fhac +depend thuthesis +depend toptesi +depend tugboat +depend tugboat-plain +depend uaclasses +depend ucdavisthesis +depend ucthesis +depend uiucthesis +depend umthesis +depend umich-thesis +depend ut-thesis +depend uwthesis +depend vancouver +depend vxu +depend york-thesis +depend collection-latex + +name collection-science +category Collection +revision 13945 +shortdesc Typesetting for natural and computer sciences +longdesc Typesetting for natural and computer sciences +depend SIstyle +depend SIunits +depend alg +depend algorithm2e +depend algorithmicx +depend algorithms +depend biocon +depend bpchem +depend bytefield +depend chemarrow +depend chemcompounds +depend chemcono +depend chemstyle +depend clrscode +depend complexity +depend computational-complexity +depend digiconfigs +depend dyntree +depend eltex +depend formula +depend fouridx +depend functan +depend galois +depend gastex +depend gene-logic +depend gu +depend hep +depend hepnames +depend hepparticles +depend hepthesis +depend hepunits +depend karnaugh +depend mhchem +depend mhs +depend miller +depend objectz +depend pseudocode +depend scientificpaper +depend sciposter +depend sfg +depend siunitx +depend steinmetz +depend struktex +depend t-angles +depend textopo +depend ulqda +depend unitsdef +depend youngtab +depend collection-latex + +name collection-texinfo +category Collection +revision 15216 +shortdesc GNU Texinfo +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-texworks +category Collection +revision 15618 +shortdesc The TeXworks Editor +depend collection-basic +depend texworks + +name collection-wintools +category Collection +revision 13822 +shortdesc Windows support programs +longdesc Utilities for Windows, since they are not readily available +longdesc there: chktex, unzip, wget, xpdf, and the dviout previewer. +depend wintools.win32 +depend dviout.win32 + +name collection-xetex +category Collection +revision 14329 +shortdesc XeTeX packages +longdesc Packages for XeTeX, the Unicode/OpenType-enabled TeX by +longdesc Jonathan Kew, http://scripts.sil.org/xetex. +depend arabxetex +depend euenc +depend bidi +depend fontspec +depend fontwrap +depend harvardkyoto +depend mathspec +depend philokalia +depend polyglossia +depend xecjk +depend xecolour +depend xecyr +depend xepersian +depend xetex +depend xetex-def +depend xetex-pstricks +depend xetexconfig +depend xetexfontinfo +depend xltxtra +depend xunicode +depend collection-basic + +name collref +category Package +revision 15878 +shortdesc Collect blocks of references into a single reference. +longdesc The package automatically collects multiple \bibitem +longdesc references, which always appear in the same sequence in \cite, +longdesc into a single \bibitem block. +docfiles size=72 + texmf-dist/doc/latex/collref/README details="Readme" + texmf-dist/doc/latex/collref/collref.pdf details="Package documentation" + texmf-dist/doc/latex/collref/collsamp.tex +srcfiles size=7 + texmf-dist/source/latex/collref/collref.dtx + texmf-dist/source/latex/collref/collref.ins +runfiles size=1 + texmf-dist/tex/latex/collref/collref.sty +catalogue-ctan /macros/latex/contrib/collref +catalogue-date 2009-09-07 16:21:49 +0200 +catalogue-license lppl +catalogue-version 2.0 + +name colorinfo +category Package +revision 15878 +shortdesc Retrieve colour model and values for defined colours. +docfiles size=2 + texmf-dist/doc/latex/colorinfo/README details="Readme" + texmf-dist/doc/latex/colorinfo/colorinfo-test.tex +runfiles size=2 + texmf-dist/tex/latex/colorinfo/colorinfo.sty +catalogue-ctan /macros/latex/contrib/colorinfo +catalogue-date 2007-02-03 12:09:11 +0100 +catalogue-license lppl +catalogue-version 0.3c + +name colorsep +category Package +revision 13293 +shortdesc Color separation. +longdesc Support for colour separation when using dvips. +runfiles size=2 + texmf-dist/dvips/colorsep/colorsep.pro +catalogue-ctan /graphics/colorsep/colorsep.pro +catalogue-date 2009-09-15 14:15:21 +0200 +catalogue-license pd + +name colortbl +category Package +revision 15878 +shortdesc Add colour to LaTeX tables. +longdesc Allows rows and columns to be coloured, and even individual +longdesc cells. +docfiles size=146 + texmf-dist/doc/latex/colortbl/README + texmf-dist/doc/latex/colortbl/colortbl-de.pdf details="Package manual" language="de" + texmf-dist/doc/latex/colortbl/colortbl-de.tex + texmf-dist/doc/latex/colortbl/colortbl.pdf details="Package manual" language="en" +srcfiles size=11 + texmf-dist/source/latex/colortbl/colortbl.dtx + texmf-dist/source/latex/colortbl/colortbl.ins +runfiles size=3 + texmf-dist/tex/latex/colortbl/colortbl.sty +catalogue-ctan /macros/latex/contrib/colortbl +catalogue-date 2009-09-27 09:39:14 +0200 +catalogue-license lppl +catalogue-version v0.1 + +name colorwav +category Package +revision 15878 +shortdesc Colours by wavelength of visible light. +longdesc The package allows the user to obtain an RGB value (suitable +longdesc for use in the color package) from a wavelength of light. The +longdesc default unit is nanometres, but other units may be used. Note +longdesc that this function is also available within the xcolor. +docfiles size=30 + texmf-dist/doc/latex/colorwav/README details="Readme" + texmf-dist/doc/latex/colorwav/colorwav.pdf details="Package documentation" +srcfiles size=7 + texmf-dist/source/latex/colorwav/colorwav.dtx + texmf-dist/source/latex/colorwav/colorwav.ins +runfiles size=2 + texmf-dist/tex/latex/colorwav/colorwav.sty +catalogue-ctan /macros/latex/contrib/colorwav +catalogue-date 2008-08-18 10:38:42 +0200 +catalogue-license lgpl +catalogue-version 1.0 + +name combine +category Package +revision 15878 +shortdesc Bundle individual documents into a single document. +longdesc The combine class lets you bundle individual documents into a +longdesc single document, such as when preparing a conference +longdesc proceedings. The auxiliary combinet package puts the titles and +longdesc authors from \maketitle commands into the main document's Table +longdesc of Contents. The package cooperates with the abstract and +longdesc titling packages. +docfiles size=87 + texmf-dist/doc/latex/combine/README details="Package Readme" + texmf-dist/doc/latex/combine/combine.pdf details="Package documentation" +srcfiles size=37 + texmf-dist/source/latex/combine/combine.dtx + texmf-dist/source/latex/combine/combine.ins +runfiles size=16 + texmf-dist/tex/latex/combine/combcite.sty + texmf-dist/tex/latex/combine/combine.cls + texmf-dist/tex/latex/combine/combinet.sty + texmf-dist/tex/latex/combine/combnat.sty +catalogue-ctan /macros/latex/contrib/combine +catalogue-date 2009-09-02 11:33:10 +0200 +catalogue-license lppl1.3 +catalogue-version 0.64b + +name commath +category Package +revision 15878 +shortdesc Mathematics typesetting support. +longdesc Provides a range of differential, partial differential and +longdesc delimiter commands, together with a \fullfunction (function, +longdesc with both domain and range, and function operation) and various +longdesc reference commands. +docfiles size=37 + texmf-dist/doc/latex/commath/README details="Readme" + texmf-dist/doc/latex/commath/commath.pdf details="Package documentation" + texmf-dist/doc/latex/commath/commath.tex +runfiles size=3 + texmf-dist/tex/latex/commath/commath.sty +catalogue-ctan /macros/latex/contrib/commath +catalogue-date 2007-03-05 14:17:42 +0100 +catalogue-license lppl +catalogue-version 0.3 + +name comment +category Package +revision 15878 +shortdesc Selectively include/excludes portions of text. +longdesc Selectively include/exclude pieces of text, allowing the user +longdesc to define new, separately controlled, comment versions. All +longdesc text between \comment ... \endcomment or \begin{comment} ... +longdesc \end{comment} is discarded. The opening and closing commands +longdesc should appear on a line of their own. No starting spaces, +longdesc nothing after it. This environment should work with arbitrary +longdesc amounts of comment, and the comment can be arbitrary text. +longdesc Other 'comment' environments are defined and +longdesc selected/deselected with \includecomment{versiona} and +longdesc \excludecoment{versionb} These environments are used as +longdesc \versiona ... \endversiona or \begin{versiona} ... +longdesc \end{versiona} with the opening and closing commands again on a +longdesc line of their own. +docfiles size=2 + texmf-dist/doc/latex/comment/comm_test_l.dvi + texmf-dist/doc/latex/comment/comm_test_l.tex +srcfiles size=1 + texmf-dist/source/latex/comment/comment.cut +runfiles size=3 + texmf-dist/tex/latex/comment/comment.sty +catalogue-ctan /macros/latex/contrib/comment +catalogue-date 2009-09-24 20:53:04 +0200 +catalogue-license gpl +catalogue-version 3.6 + +name compactbib +category Package +revision 15878 +shortdesc Multiple thebibliography environments. +longdesc Allows a second bibliography, optionally with a different +longdesc title, after the main bibliography. +runfiles size=2 + texmf-dist/tex/latex/compactbib/compactbib.sty +catalogue-ctan /macros/latex/contrib/compactbib/compactbib.sty +catalogue-date 2007-01-01 11:39:06 +0100 +catalogue-license lppl + +name complexity +category Package +revision 15878 +shortdesc Computational complexity class names. +longdesc Complexity is a LaTeX package that defines commands to typeset +longdesc Computational Complexity Classes such as $\P$ and $\NP$ (as +longdesc well as hundreds of others). It also offers several options +longdesc including which font classes are typeset in and how many are +longdesc defined (all of them or just the basic, most commonly used +longdesc ones). The package has no dependencies other than the standard +longdesc ifthen package. +docfiles size=60 + texmf-dist/doc/latex/complexity/README details="Readme" + texmf-dist/doc/latex/complexity/complexity.pdf details="Package documentation" + texmf-dist/doc/latex/complexity/complexity.tex + texmf-dist/doc/latex/complexity/tableofclasses.tex +runfiles size=8 + texmf-dist/tex/latex/complexity/complexity.sty + texmf-dist/tex/latex/complexity/mycomplexity.sty +catalogue-ctan /macros/latex/contrib/complexity +catalogue-date 2007-02-03 21:01:24 +0100 +catalogue-license lppl +catalogue-version 0.76 + +name components-of-TeX +category Package +revision 15878 +catalogue components +shortdesc Components of TeX. +longdesc An introduction to the components and files users of TeX may +longdesc encounter. +docfiles size=11 + texmf-dist/doc/generic/components-of-TeX/README details="Package README" + texmf-dist/doc/generic/components-of-TeX/etexkomp.tex + texmf-dist/doc/generic/components-of-TeX/figkomp.tex + texmf-dist/doc/generic/components-of-TeX/figtotal.tex + texmf-dist/doc/generic/components-of-TeX/names.sty + texmf-dist/doc/generic/components-of-TeX/texrep.sty +catalogue-ctan /info/components-of-TeX +catalogue-date 2009-01-09 17:16:29 +0100 +catalogue-license gpl + +name comprehensive +category Package +revision 15878 +shortdesc Symbols accessible from LaTeX. +longdesc The 4948 symbols are listed as a set of tables. The tables of +longdesc symbols are ordered in a logical way (the document begins with +longdesc a 'frequently requested symbols' list), the aim being to make +longdesc the document a convenient way of looking up symbols. +docfiles size=2265 + texmf-dist/doc/latex/comprehensive/README details="Package README" + texmf-dist/doc/latex/comprehensive/SYMLIST + texmf-dist/doc/latex/comprehensive/source/Makefile + texmf-dist/doc/latex/comprehensive/source/epsdice.eps + texmf-dist/doc/latex/comprehensive/source/lightbulb.eps + texmf-dist/doc/latex/comprehensive/source/lightbulb.map + texmf-dist/doc/latex/comprehensive/source/lightbulb.mf + texmf-dist/doc/latex/comprehensive/source/lightbulb10.mf + texmf-dist/doc/latex/comprehensive/source/lightbulb10.pfb + texmf-dist/doc/latex/comprehensive/source/makefakeMnSymbol + texmf-dist/doc/latex/comprehensive/source/symbols.tex + texmf-dist/doc/latex/comprehensive/symbols-a4.pdf details="The document (for A4 paper)" + texmf-dist/doc/latex/comprehensive/symbols-letter.pdf details="The document (for letter paper)" +catalogue-ctan /info/symbols/comprehensive +catalogue-date 2007-12-22 14:40:09 +0100 +catalogue-license lppl +catalogue-version 10.0 + +name computational-complexity +category Package +revision 15878 +shortdesc Class for the journal Computational Complexity. +longdesc The LaTeX2e class cc was written for the journal Computational +longdesc Complexity, and it can also be used for a lot of other +longdesc articles. You may like it since it contains a lot of features +longdesc as more intelligent references, a set of theorem definitions, +longdesc an algorithm environment, ... The class requires natbib. +docfiles size=228 + texmf-dist/doc/latex/computational-complexity/cc-cls-inline.tex + texmf-dist/doc/latex/computational-complexity/cc-portability-frame.tex + texmf-dist/doc/latex/computational-complexity/cc.pdf details="Package documentation" + texmf-dist/doc/latex/computational-complexity/cc2.dbj + texmf-dist/doc/latex/computational-complexity/ccquickref.tex + texmf-dist/doc/latex/computational-complexity/cctemplate.tex +srcfiles size=89 + texmf-dist/source/latex/computational-complexity/cc.dtx + texmf-dist/source/latex/computational-complexity/cc.ins +runfiles size=66 + texmf-dist/bibtex/bib/computational-complexity/journals.bib + texmf-dist/bibtex/bst/computational-complexity/cc.bst + texmf-dist/bibtex/bst/computational-complexity/cc2.bst + texmf-dist/tex/latex/computational-complexity/cc-cls.sty + texmf-dist/tex/latex/computational-complexity/cc.cls + texmf-dist/tex/latex/computational-complexity/cc2cite.sty + texmf-dist/tex/latex/computational-complexity/cc4amsart.sty + texmf-dist/tex/latex/computational-complexity/cc4apjrnl.sty + texmf-dist/tex/latex/computational-complexity/cc4elsart.sty + texmf-dist/tex/latex/computational-complexity/cc4jT.sty + texmf-dist/tex/latex/computational-complexity/cc4llncs.sty + texmf-dist/tex/latex/computational-complexity/cc4siamltex.sty + texmf-dist/tex/latex/computational-complexity/ccalgo.sty + texmf-dist/tex/latex/computational-complexity/ccaux.sty + texmf-dist/tex/latex/computational-complexity/cccite.sty + texmf-dist/tex/latex/computational-complexity/ccdbs.sty + texmf-dist/tex/latex/computational-complexity/cclayout.sty + texmf-dist/tex/latex/computational-complexity/ccproof.sty + texmf-dist/tex/latex/computational-complexity/ccqed.sty + texmf-dist/tex/latex/computational-complexity/ccreltx.sty + texmf-dist/tex/latex/computational-complexity/ccthm.sty + texmf-dist/tex/latex/computational-complexity/relabel.sty + texmf-dist/tex/latex/computational-complexity/thcc.sty +catalogue-ctan /macros/latex/contrib/computational-complexity +catalogue-date 2008-04-25 16:18:39 +0200 +catalogue-license lppl +catalogue-version v2.09 + +name concmath +category Package +revision 15878 +shortdesc Concrete Math fonts. +longdesc A LaTeX package and font definition files to access the +longdesc Concrete mathematics fonts, which were derived from Computer +longdesc Modern math fonts using parameters from Concrete Roman text +longdesc fonts. +docfiles size=12 + texmf-dist/doc/fonts/concmath/CATALOGUE + texmf-dist/doc/fonts/concmath/Makefile + texmf-dist/doc/fonts/concmath/README + texmf-dist/doc/latex/concmath/concmath.dvi +srcfiles size=12 + texmf-dist/source/latex/concmath/CATALOGUE + texmf-dist/source/latex/concmath/Makefile + texmf-dist/source/latex/concmath/README + texmf-dist/source/latex/concmath/concmath.dtx + texmf-dist/source/latex/concmath/concmath.ins +runfiles size=87 + texmf-dist/fonts/source/public/concmath/xccam10.mf + texmf-dist/fonts/source/public/concmath/xccam5.mf + texmf-dist/fonts/source/public/concmath/xccam6.mf + texmf-dist/fonts/source/public/concmath/xccam7.mf + texmf-dist/fonts/source/public/concmath/xccam8.mf + texmf-dist/fonts/source/public/concmath/xccam9.mf + texmf-dist/fonts/source/public/concmath/xccbm10.mf + texmf-dist/fonts/source/public/concmath/xccbm5.mf + texmf-dist/fonts/source/public/concmath/xccbm6.mf + texmf-dist/fonts/source/public/concmath/xccbm7.mf + texmf-dist/fonts/source/public/concmath/xccbm8.mf + texmf-dist/fonts/source/public/concmath/xccbm9.mf + texmf-dist/fonts/source/public/concmath/xccex10.mf + texmf-dist/fonts/source/public/concmath/xccex7.mf + texmf-dist/fonts/source/public/concmath/xccex8.mf + texmf-dist/fonts/source/public/concmath/xccex9.mf + texmf-dist/fonts/source/public/concmath/xccmi10.mf + texmf-dist/fonts/source/public/concmath/xccmi5.mf + texmf-dist/fonts/source/public/concmath/xccmi6.mf + texmf-dist/fonts/source/public/concmath/xccmi7.mf + texmf-dist/fonts/source/public/concmath/xccmi8.mf + texmf-dist/fonts/source/public/concmath/xccmi9.mf + texmf-dist/fonts/source/public/concmath/xccsy10.mf + texmf-dist/fonts/source/public/concmath/xccsy5.mf + texmf-dist/fonts/source/public/concmath/xccsy6.mf + texmf-dist/fonts/source/public/concmath/xccsy7.mf + texmf-dist/fonts/source/public/concmath/xccsy8.mf + texmf-dist/fonts/source/public/concmath/xccsy9.mf + texmf-dist/fonts/tfm/public/concmath/xccam10.tfm + texmf-dist/fonts/tfm/public/concmath/xccam5.tfm + texmf-dist/fonts/tfm/public/concmath/xccam6.tfm + texmf-dist/fonts/tfm/public/concmath/xccam7.tfm + texmf-dist/fonts/tfm/public/concmath/xccam8.tfm + texmf-dist/fonts/tfm/public/concmath/xccam9.tfm + texmf-dist/fonts/tfm/public/concmath/xccbm10.tfm + texmf-dist/fonts/tfm/public/concmath/xccbm5.tfm + texmf-dist/fonts/tfm/public/concmath/xccbm6.tfm + texmf-dist/fonts/tfm/public/concmath/xccbm7.tfm + texmf-dist/fonts/tfm/public/concmath/xccbm8.tfm + texmf-dist/fonts/tfm/public/concmath/xccbm9.tfm + texmf-dist/fonts/tfm/public/concmath/xccex10.tfm + texmf-dist/fonts/tfm/public/concmath/xccex7.tfm + texmf-dist/fonts/tfm/public/concmath/xccex8.tfm + texmf-dist/fonts/tfm/public/concmath/xccex9.tfm + texmf-dist/fonts/tfm/public/concmath/xccmi10.tfm + texmf-dist/fonts/tfm/public/concmath/xccmi5.tfm + texmf-dist/fonts/tfm/public/concmath/xccmi6.tfm + texmf-dist/fonts/tfm/public/concmath/xccmi7.tfm + texmf-dist/fonts/tfm/public/concmath/xccmi8.tfm + texmf-dist/fonts/tfm/public/concmath/xccmi9.tfm + texmf-dist/fonts/tfm/public/concmath/xccsy10.tfm + texmf-dist/fonts/tfm/public/concmath/xccsy5.tfm + texmf-dist/fonts/tfm/public/concmath/xccsy6.tfm + texmf-dist/fonts/tfm/public/concmath/xccsy7.tfm + texmf-dist/fonts/tfm/public/concmath/xccsy8.tfm + texmf-dist/fonts/tfm/public/concmath/xccsy9.tfm + texmf-dist/tex/latex/concmath/concmath.sty + texmf-dist/tex/latex/concmath/omlccm.fd + texmf-dist/tex/latex/concmath/omlccr.fd + texmf-dist/tex/latex/concmath/omsccr.fd + texmf-dist/tex/latex/concmath/omsccsy.fd + texmf-dist/tex/latex/concmath/omxccex.fd + texmf-dist/tex/latex/concmath/ot1ccr.fd + texmf-dist/tex/latex/concmath/ucca.fd + texmf-dist/tex/latex/concmath/uccb.fd +catalogue-ctan /macros/latex/contrib/concmath +catalogue-date 2006-12-08 15:31:01 +0100 +catalogue-license lppl +catalogue-version 1999/03/18 + +name concprog +category Package +revision 15878 +shortdesc Concert programmes. +longdesc A class which provides the necessary macros to prepare a +longdesc (classical) concert programme; a sample is provided. +docfiles size=2 + texmf-dist/doc/latex/concprog/program.dvi + texmf-dist/doc/latex/concprog/program.tex +runfiles size=4 + texmf-dist/tex/latex/concprog/ConcProg.cls +catalogue-ctan /macros/latex/contrib/concprog +catalogue-date 2007-01-01 11:39:06 +0100 +catalogue-license gpl + +name concrete +category Package +revision 15878 +shortdesc Concrete Roman fonts. +longdesc Concrete Roman fonts, designed by Donald E. Knuth, originally +longdesc for use with Euler mathematics fonts. Alternative mathematics +longdesc fonts, based on the concrete 'parameter set' are available as +longdesc the concmath fonts bundle. LaTeX support is offered by the +longdesc beton, concmath and ccfonts packages. T1- and TS1-encoded +longdesc versions of the fonts are available in the ecc bundle, and +longdesc Adobe Type 1 versions of the ecc fonts are part of the cm-super +longdesc bundle. +docfiles size=3 + texmf-dist/doc/fonts/concrete/CATALOGUE + texmf-dist/doc/fonts/concrete/Makefile + texmf-dist/doc/fonts/concrete/README +runfiles size=28 + texmf-dist/fonts/source/public/concrete/cccsc10.mf + texmf-dist/fonts/source/public/concrete/ccmi10.mf + texmf-dist/fonts/source/public/concrete/ccmic9.mf + texmf-dist/fonts/source/public/concrete/ccr10.mf + texmf-dist/fonts/source/public/concrete/ccr5.mf + texmf-dist/fonts/source/public/concrete/ccr6.mf + texmf-dist/fonts/source/public/concrete/ccr7.mf + texmf-dist/fonts/source/public/concrete/ccr8.mf + texmf-dist/fonts/source/public/concrete/ccr9.mf + texmf-dist/fonts/source/public/concrete/ccsl10.mf + texmf-dist/fonts/source/public/concrete/ccsl9.mf + texmf-dist/fonts/source/public/concrete/ccslc9.mf + texmf-dist/fonts/source/public/concrete/ccti10.mf + texmf-dist/fonts/source/public/concrete/odigs.mf + texmf-dist/fonts/tfm/public/concrete/cccsc10.tfm + texmf-dist/fonts/tfm/public/concrete/ccmi10.tfm + texmf-dist/fonts/tfm/public/concrete/ccmic9.tfm + texmf-dist/fonts/tfm/public/concrete/ccr10.tfm + texmf-dist/fonts/tfm/public/concrete/ccr5.tfm + texmf-dist/fonts/tfm/public/concrete/ccr6.tfm + texmf-dist/fonts/tfm/public/concrete/ccr7.tfm + texmf-dist/fonts/tfm/public/concrete/ccr8.tfm + texmf-dist/fonts/tfm/public/concrete/ccr9.tfm + texmf-dist/fonts/tfm/public/concrete/ccsl10.tfm + texmf-dist/fonts/tfm/public/concrete/ccsl9.tfm + texmf-dist/fonts/tfm/public/concrete/ccslc9.tfm + texmf-dist/fonts/tfm/public/concrete/ccti10.tfm +catalogue-ctan /fonts/concrete +catalogue-date 2006-12-08 15:31:01 +0100 +catalogue-license knuth + +name confproc +category Package +revision 15878 +shortdesc A set of tools for generating conference proceedings. +longdesc The confproc collection comprises a class, a BibTeX style, and +longdesc some scripts for generating conference proceedings. It derives +longdesc from LaTeX scripts written for the DAFx-06 conference +longdesc proceedings, largely based on the pdfpages package for +longdesc including the proceedings papers and the hyperref package for +longdesc creating a proper table of contents, bookmarks and general +longdesc bibliography back-references. Confproc also uses many other +longdesc packages for fine tuning of the table of contents, bibliography +longdesc and index of authors. The added value of the class resides in +longdesc its time-saving aspects when designing conference proceedings. +docfiles size=716 + texmf-dist/doc/latex/confproc/README details="Readme" + texmf-dist/doc/latex/confproc/buildcls + texmf-dist/doc/latex/confproc/cleancls + texmf-dist/doc/latex/confproc/confproc.pdf details="Package documentation" + texmf-dist/doc/latex/confproc/example/buildcppdfpapers + texmf-dist/doc/latex/confproc/example/buildpapers + texmf-dist/doc/latex/confproc/example/buildproc + texmf-dist/doc/latex/confproc/example/confproc.cls + texmf-dist/doc/latex/confproc/example/confproc.ist + texmf-dist/doc/latex/confproc/example/example.pdf + texmf-dist/doc/latex/confproc/example/example.tex + texmf-dist/doc/latex/confproc/example/exbiblio.bib + texmf-dist/doc/latex/confproc/example/exclass.tex + texmf-dist/doc/latex/confproc/example/exclasslast.tex + texmf-dist/doc/latex/confproc/example/exclasspre.tex + texmf-dist/doc/latex/confproc/example/expapersswitch.tex + texmf-dist/doc/latex/confproc/example/exprogram.csv + texmf-dist/doc/latex/confproc/example/newapave.bst + texmf-dist/doc/latex/confproc/example/newapave.sty + texmf-dist/doc/latex/confproc/example/papers/IEEEtran.bst + texmf-dist/doc/latex/confproc/example/papers/dafx_06.sty + texmf-dist/doc/latex/confproc/example/papers/expages.tex + texmf-dist/doc/latex/confproc/example/papers/p_001.pdf + texmf-dist/doc/latex/confproc/example/papers/p_003.pdf + texmf-dist/doc/latex/confproc/example/papers/p_005.pdf + texmf-dist/doc/latex/confproc/example/papers/p_007.pdf + texmf-dist/doc/latex/confproc/example/papers/p_009.pdf + texmf-dist/doc/latex/confproc/example/papers/sources_pdftex/p_001/dafx_06.sty + texmf-dist/doc/latex/confproc/example/papers/sources_pdftex/p_001/fft_plot2.png + texmf-dist/doc/latex/confproc/example/papers/sources_pdftex/p_001/p_001.bib + texmf-dist/doc/latex/confproc/example/papers/sources_pdftex/p_001/p_001.tex + texmf-dist/doc/latex/confproc/example/papers/sources_pdftex/p_003/dafx_06.sty + texmf-dist/doc/latex/confproc/example/papers/sources_pdftex/p_003/fft_plot2.png + texmf-dist/doc/latex/confproc/example/papers/sources_pdftex/p_003/p_003.bib + texmf-dist/doc/latex/confproc/example/papers/sources_pdftex/p_003/p_003.tex + texmf-dist/doc/latex/confproc/example/papers/sources_pdftex/p_005/dafx_06.sty + texmf-dist/doc/latex/confproc/example/papers/sources_pdftex/p_005/fft_plot2.png + texmf-dist/doc/latex/confproc/example/papers/sources_pdftex/p_005/p_005.bib + texmf-dist/doc/latex/confproc/example/papers/sources_pdftex/p_005/p_005.tex + texmf-dist/doc/latex/confproc/example/papers/sources_pdftex/p_007/dafx_06.sty + texmf-dist/doc/latex/confproc/example/papers/sources_pdftex/p_007/fft_plot2.png + texmf-dist/doc/latex/confproc/example/papers/sources_pdftex/p_007/p_007.bib + texmf-dist/doc/latex/confproc/example/papers/sources_pdftex/p_007/p_007.tex + texmf-dist/doc/latex/confproc/example/papers/sources_tex/p_009/dafx_06.sty + texmf-dist/doc/latex/confproc/example/papers/sources_tex/p_009/fft_plot2.png + texmf-dist/doc/latex/confproc/example/papers/sources_tex/p_009/p_009.bib + texmf-dist/doc/latex/confproc/example/papers/sources_tex/p_009/p_009.tex + texmf-dist/doc/latex/confproc/example/pictures/ex_1stpage.pdf + texmf-dist/doc/latex/confproc/example/procswitchandtoc.pl +srcfiles size=77 + texmf-dist/source/latex/confproc/confproc.dtx + texmf-dist/source/latex/confproc/confproc.ins +runfiles size=16 + texmf-dist/bibtex/bst/confproc/newapave.bst + texmf-dist/makeindex/confproc/confproc.ist + texmf-dist/tex/latex/confproc/confproc.cls + texmf-dist/tex/latex/confproc/newapave.sty +catalogue-ctan /macros/latex/contrib/conferences/confproc +catalogue-date 2008-08-18 10:38:42 +0200 +catalogue-license lppl +catalogue-version 0.4f + +name constants +category Package +revision 15878 +shortdesc Automatic numbering of constants. +longdesc The package provides a way to number constants in a +longdesc mathematical proof automatically, with a system for +longdesc labelling/referencing. In addition, several families of +longdesc constants (with different symbols) may be defined. +docfiles size=30 + texmf-dist/doc/latex/constants/README details="Readme" + texmf-dist/doc/latex/constants/constants.pdf details="Package documentation" +srcfiles size=7 + texmf-dist/source/latex/constants/constants.dtx + texmf-dist/source/latex/constants/constants.ins +runfiles size=2 + texmf-dist/tex/latex/constants/constants.sty +catalogue-ctan /macros/latex/contrib/constants +catalogue-date 2008-08-18 10:38:42 +0200 +catalogue-license lppl +catalogue-version 1.0 + +name context +category Package +revision 15878 +shortdesc The ConTeXt macro package. +longdesc A full featured, parameter driven macro package, which fully +longdesc supports advanced interactive documents. See the ConTeXt garden +longdesc for a wealth of support information. +depend pdftex +depend lm +depend supp-pdf +depend context.ARCH +execute AddFormat name=cont-en engine=pdftex patterns=cont-usr.tex options="-8bit *cont-en.ini" +execute AddFormat name=cont-cz mode=disabled engine=pdftex patterns=cont-usr.tex options="-8bit *cont-cz.ini" +execute AddFormat name=cont-de mode=disabled engine=pdftex patterns=cont-usr.tex options="-8bit *cont-de.ini" +execute AddFormat name=cont-nl mode=disabled engine=pdftex patterns=cont-usr.tex options="-8bit *cont-nl.ini" +execute AddFormat name=cont-uk mode=disabled engine=pdftex patterns=cont-usr.tex options="-8bit *cont-uk.ini" +execute AddFormat name=cont-en engine=xetex patterns=cont-usr.tex options="-8bit *cont-en.ini" +execute AddFormat name=mptopdf engine=pdftex options="-translate-file=cp227.tcx mptopdf.tex" +execute AddFormat name=metafun engine=mpost options="metafun.mp" +docfiles size=2838 + texmf-dist/doc/context/bib/bibmod-doc.pdf + texmf-dist/doc/context/bib/bibmod-doc.tex + 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/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.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/ls-R + 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.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/ctxtools.1 + texmf/doc/man/man1/ctxtools.man1.pdf + texmf/doc/man/man1/makempy.1 + texmf/doc/man/man1/makempy.man1.pdf + texmf/doc/man/man1/mptopdf.1 + texmf/doc/man/man1/mptopdf.man1.pdf + texmf/doc/man/man1/pdftools.1 + texmf/doc/man/man1/pdftools.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/texfind.1 + texmf/doc/man/man1/texfind.man1.pdf + texmf/doc/man/man1/texfont.1 + texmf/doc/man/man1/texfont.man1.pdf + texmf/doc/man/man1/texmfstart.1 + texmf/doc/man/man1/texmfstart.man1.pdf + texmf/doc/man/man1/textools.1 + texmf/doc/man/man1/textools.man1.pdf + texmf/doc/man/man1/texutil.1 + texmf/doc/man/man1/texutil.man1.pdf +runfiles size=7715 + texmf-dist/bibtex/bst/context/cont-ab.bst + texmf-dist/bibtex/bst/context/cont-au.bst + texmf-dist/bibtex/bst/context/cont-no.bst + texmf-dist/bibtex/bst/context/cont-ti.bst + texmf-dist/context/data/scite/cont-cs-scite.properties + texmf-dist/context/data/scite/cont-cz-scite.properties + texmf-dist/context/data/scite/cont-de-scite.properties + texmf-dist/context/data/scite/cont-en-scite.properties + texmf-dist/context/data/scite/cont-fr-scite.properties + texmf-dist/context/data/scite/cont-it-scite.properties + texmf-dist/context/data/scite/cont-nl-scite.properties + texmf-dist/context/data/scite/cont-pe-scite.properties + texmf-dist/context/data/scite/cont-ro-scite.properties + texmf-dist/context/data/scite/cont-xx-scite.properties + texmf-dist/context/data/scite/context.properties + texmf-dist/context/data/scite/cscite.rme + texmf-dist/context/data/scite/latex-scite.properties + texmf-dist/context/data/scite/metafun-scite.properties + texmf-dist/context/data/scite/scite-ctx.properties + texmf-dist/context/data/scite/scite-ctx.readme + texmf-dist/context/data/texfont/type-buy.dat + texmf-dist/context/data/texfont/type-fsf.dat + texmf-dist/context/data/texfont/type-ghz.dat + texmf-dist/context/data/texfont/type-tmf.dat + texmf-dist/context/data/texworks/TUG/texworks.ini + texmf-dist/context/data/texworks/completion/tw-context.txt + texmf-dist/context/data/texworks/configuration/auto-indent-patterns.txt + texmf-dist/context/data/texworks/configuration/delimiter-pairs.txt + texmf-dist/context/data/texworks/configuration/smart-quotes-modes.txt + texmf-dist/context/data/texworks/configuration/syntax-patterns.txt + texmf-dist/context/data/texworks/configuration/tag-patterns.txt + texmf-dist/context/data/texworks/configuration/texworks-config.txt + texmf-dist/context/data/texworks/texworks-context.rme + texmf-dist/context/data/texworks/texworks-setup.ini + texmf-dist/fonts/afm/hoekwater/context/contnav.afm + texmf-dist/fonts/cid/fontforge/adobe-cns1-4.cidmap + texmf-dist/fonts/cid/fontforge/adobe-gb1-4.cidmap + texmf-dist/fonts/cid/fontforge/adobe-identity-0.cidmap + texmf-dist/fonts/cid/fontforge/adobe-japan1-5.cidmap + texmf-dist/fonts/cid/fontforge/adobe-japan1-6.cidmap + texmf-dist/fonts/cid/fontforge/adobe-japan2-0.cidmap + texmf-dist/fonts/cid/fontforge/adobe-korea1-2.cidmap + texmf-dist/fonts/enc/dvips/context/cmin.enc + texmf-dist/fonts/enc/dvips/context/cmit.enc + texmf-dist/fonts/enc/dvips/context/cmitt.enc + texmf-dist/fonts/enc/dvips/context/cmrm.enc + texmf-dist/fonts/enc/dvips/context/cmsc.enc + texmf-dist/fonts/enc/dvips/context/cmtt.enc + texmf-dist/fonts/enc/dvips/context/q-8r.enc + texmf-dist/fonts/enc/dvips/context/teff-trinite.enc + texmf-dist/fonts/fea/context/greek-babel.fea + texmf-dist/fonts/fea/context/test-features.fea + texmf-dist/fonts/fea/context/texhistoric.fea + texmf-dist/fonts/fea/context/verbose-digits.fea + texmf-dist/fonts/map/dvips/context/contnav.map + texmf-dist/fonts/map/luatex/context/demo-font.lum + 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/original-adobe-euro.map + texmf-dist/fonts/map/pdftex/context/original-ams-base.map + texmf-dist/fonts/map/pdftex/context/original-ams-cmr.map + texmf-dist/fonts/map/pdftex/context/original-ams-euler.map + texmf-dist/fonts/map/pdftex/context/original-base.map + texmf-dist/fonts/map/pdftex/context/original-context-symbol.map + texmf-dist/fonts/map/pdftex/context/original-dummy.map + texmf-dist/fonts/map/pdftex/context/original-empty.map + texmf-dist/fonts/map/pdftex/context/original-micropress-informal.map + texmf-dist/fonts/map/pdftex/context/original-public-csr.map + texmf-dist/fonts/map/pdftex/context/original-public-lm.map + texmf-dist/fonts/map/pdftex/context/original-public-plr.map + texmf-dist/fonts/map/pdftex/context/original-public-vnr.map + texmf-dist/fonts/map/pdftex/context/original-vogel-symbol.map + texmf-dist/fonts/map/pdftex/context/original-wasy.map + texmf-dist/fonts/map/pdftex/context/original-youngryu-px.map + texmf-dist/fonts/map/pdftex/context/original-youngryu-tx.map + texmf-dist/fonts/map/pdftex/context/qx-base.map + texmf-dist/fonts/map/pdftex/context/qx-os-public-lm.map + texmf-dist/fonts/map/pdftex/context/t5-base.map + texmf-dist/fonts/map/pdftex/context/t5-os-public-lm.map + texmf-dist/fonts/map/pdftex/context/texnansi-base.map + 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/tfm/hoekwater/context/contnav.tfm + texmf-dist/fonts/tfm/hoekwater/context/fmvr8x.tfm + texmf-dist/fonts/type1/hoekwater/context/contnav.pfb + texmf-dist/metapost/context/base/metafun.mp + texmf-dist/metapost/context/base/mp-back.mp + texmf-dist/metapost/context/base/mp-base.mp + texmf-dist/metapost/context/base/mp-butt.mp + texmf-dist/metapost/context/base/mp-char.mp + texmf-dist/metapost/context/base/mp-chem.mp + texmf-dist/metapost/context/base/mp-core.mp + texmf-dist/metapost/context/base/mp-figs.mp + texmf-dist/metapost/context/base/mp-fobg.mp + texmf-dist/metapost/context/base/mp-form.mp + texmf-dist/metapost/context/base/mp-func.mp + texmf-dist/metapost/context/base/mp-grid.mp + texmf-dist/metapost/context/base/mp-grph.mp + texmf-dist/metapost/context/base/mp-mlib.mp + texmf-dist/metapost/context/base/mp-page.mp + texmf-dist/metapost/context/base/mp-shap.mp + texmf-dist/metapost/context/base/mp-spec.mp + texmf-dist/metapost/context/base/mp-step.mp + texmf-dist/metapost/context/base/mp-symb.mp + texmf-dist/metapost/context/base/mp-text.mp + texmf-dist/metapost/context/base/mp-tool.mp + texmf-dist/metapost/context/base/mp-txts.mp + texmf-dist/metapost/context/font/punkfont.mp + texmf-dist/scripts/context/lua/luatools.lua + texmf-dist/scripts/context/lua/luatools.rme + texmf-dist/scripts/context/lua/mtx-babel.lua + texmf-dist/scripts/context/lua/mtx-cache.lua + texmf-dist/scripts/context/lua/mtx-chars.lua + texmf-dist/scripts/context/lua/mtx-check.lua + texmf-dist/scripts/context/lua/mtx-context.lua + texmf-dist/scripts/context/lua/mtx-convert.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-metatex.lua + texmf-dist/scripts/context/lua/mtx-mptopdf.lua + texmf-dist/scripts/context/lua/mtx-package.lua + texmf-dist/scripts/context/lua/mtx-patterns.lua + texmf-dist/scripts/context/lua/mtx-profile.lua + texmf-dist/scripts/context/lua/mtx-server-ctx-fonttest.lua + texmf-dist/scripts/context/lua/mtx-server-ctx-help.lua + texmf-dist/scripts/context/lua/mtx-server-ctx-startup.lua + texmf-dist/scripts/context/lua/mtx-server.lua + texmf-dist/scripts/context/lua/mtx-texworks.lua + texmf-dist/scripts/context/lua/mtx-timing.lua + texmf-dist/scripts/context/lua/mtx-tools.lua + 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/mtxrun.lua + texmf-dist/scripts/context/lua/mtxrun.rme + texmf-dist/scripts/context/lua/scite-ctx.lua + texmf-dist/scripts/context/lua/x-ldx.lua + texmf-dist/scripts/context/perl/makempy.pl + texmf-dist/scripts/context/perl/mptopdf.pl + texmf-dist/scripts/context/perl/path_tre.pm + texmf-dist/scripts/context/perl/pdftrimwhite.pl + texmf-dist/scripts/context/perl/texfind.pl + texmf-dist/scripts/context/perl/texfont.pl + texmf-dist/scripts/context/perl/texshow.pl + texmf-dist/scripts/context/ruby/base/ctx.rb + texmf-dist/scripts/context/ruby/base/exa.rb + texmf-dist/scripts/context/ruby/base/file.rb + texmf-dist/scripts/context/ruby/base/kpse.rb + texmf-dist/scripts/context/ruby/base/kpse/drb.rb + texmf-dist/scripts/context/ruby/base/kpse/soap.rb + texmf-dist/scripts/context/ruby/base/kpse/trees.rb + texmf-dist/scripts/context/ruby/base/kpsedirect.rb + texmf-dist/scripts/context/ruby/base/kpsefast.rb + texmf-dist/scripts/context/ruby/base/kpseremote.rb + texmf-dist/scripts/context/ruby/base/kpserunner.rb + texmf-dist/scripts/context/ruby/base/logger.rb + texmf-dist/scripts/context/ruby/base/merge.rb + texmf-dist/scripts/context/ruby/base/mp.rb + texmf-dist/scripts/context/ruby/base/pdf.rb + texmf-dist/scripts/context/ruby/base/state.rb + texmf-dist/scripts/context/ruby/base/switch.rb + texmf-dist/scripts/context/ruby/base/system.rb + texmf-dist/scripts/context/ruby/base/tex.rb + texmf-dist/scripts/context/ruby/base/texutil.rb + texmf-dist/scripts/context/ruby/base/tool.rb + 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/mtxtools.rb + texmf-dist/scripts/context/ruby/newimgtopdf.rb + texmf-dist/scripts/context/ruby/newpstopdf.rb + texmf-dist/scripts/context/ruby/newtexexec.rb + texmf-dist/scripts/context/ruby/newtexutil.rb + texmf-dist/scripts/context/ruby/pdftools.rb + texmf-dist/scripts/context/ruby/pstopdf.rb + texmf-dist/scripts/context/ruby/rlxtools.rb + texmf-dist/scripts/context/ruby/rscortool.rb + texmf-dist/scripts/context/ruby/rsfiltool.rb + 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.cmd + texmf-dist/scripts/context/stubs/mswin/ctxtools.bat + texmf-dist/scripts/context/stubs/mswin/luatools.cmd + texmf-dist/scripts/context/stubs/mswin/luatools.lua + texmf-dist/scripts/context/stubs/mswin/makempy.bat + texmf-dist/scripts/context/stubs/mswin/metatex.cmd + texmf-dist/scripts/context/stubs/mswin/mpstools.bat + texmf-dist/scripts/context/stubs/mswin/mptopdf.bat + texmf-dist/scripts/context/stubs/mswin/mtxrun.cmd + texmf-dist/scripts/context/stubs/mswin/mtxrun.lua + texmf-dist/scripts/context/stubs/mswin/mtxtools.bat + texmf-dist/scripts/context/stubs/mswin/mtxworks.cmd + texmf-dist/scripts/context/stubs/mswin/pdftools.bat + texmf-dist/scripts/context/stubs/mswin/pstopdf.bat + texmf-dist/scripts/context/stubs/mswin/rlxtools.bat + texmf-dist/scripts/context/stubs/mswin/runtools.bat + texmf-dist/scripts/context/stubs/mswin/texexec.bat + texmf-dist/scripts/context/stubs/mswin/texexec.cmd + texmf-dist/scripts/context/stubs/mswin/texfont.bat + texmf-dist/scripts/context/stubs/mswin/texmfstart.cmd + texmf-dist/scripts/context/stubs/mswin/textools.bat + texmf-dist/scripts/context/stubs/mswin/texutil.bat + texmf-dist/scripts/context/stubs/mswin/tmftools.bat + texmf-dist/scripts/context/stubs/mswin/xmltools.bat + 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/makempy + texmf-dist/scripts/context/stubs/unix/metatex + texmf-dist/scripts/context/stubs/unix/mpstools + texmf-dist/scripts/context/stubs/unix/mptopdf + texmf-dist/scripts/context/stubs/unix/mtxrun + texmf-dist/scripts/context/stubs/unix/mtxtools + texmf-dist/scripts/context/stubs/unix/mtxworks + texmf-dist/scripts/context/stubs/unix/pdftools + texmf-dist/scripts/context/stubs/unix/pstopdf + texmf-dist/scripts/context/stubs/unix/rlxtools + texmf-dist/scripts/context/stubs/unix/runtools + texmf-dist/scripts/context/stubs/unix/texexec + texmf-dist/scripts/context/stubs/unix/texfont + texmf-dist/scripts/context/stubs/unix/texmfstart + texmf-dist/scripts/context/stubs/unix/textools + texmf-dist/scripts/context/stubs/unix/texutil + texmf-dist/scripts/context/stubs/unix/tmftools + texmf-dist/scripts/context/stubs/unix/xmltools + texmf-dist/tex/context/base/anch-bar.mkii + texmf-dist/tex/context/base/anch-bar.mkiv + texmf-dist/tex/context/base/anch-pgr.mkii + texmf-dist/tex/context/base/anch-pgr.mkiv + texmf-dist/tex/context/base/anch-pos.lua + texmf-dist/tex/context/base/anch-pos.mkii + texmf-dist/tex/context/base/anch-pos.mkiv + texmf-dist/tex/context/base/anch-snc.mkii + texmf-dist/tex/context/base/anch-snc.mkiv + texmf-dist/tex/context/base/attr-ini.lua + texmf-dist/tex/context/base/attr-ini.mkiv + texmf-dist/tex/context/base/back-ini.lua + texmf-dist/tex/context/base/back-ini.mkiv + texmf-dist/tex/context/base/back-pdf.lua + texmf-dist/tex/context/base/back-pdf.mkiv + texmf-dist/tex/context/base/bibl-bib.lua + texmf-dist/tex/context/base/bibl-bib.mkiv + texmf-dist/tex/context/base/bibl-tst.lua + texmf-dist/tex/context/base/buff-ini.lua + texmf-dist/tex/context/base/buff-ini.mkii + texmf-dist/tex/context/base/buff-ini.mkiv + texmf-dist/tex/context/base/buff-ver.mkii + texmf-dist/tex/context/base/buff-ver.mkiv + texmf-dist/tex/context/base/catc-act.tex + texmf-dist/tex/context/base/catc-ctx.tex + texmf-dist/tex/context/base/catc-def.tex + texmf-dist/tex/context/base/catc-ini.lua + texmf-dist/tex/context/base/catc-ini.mkii + texmf-dist/tex/context/base/catc-ini.mkiv + texmf-dist/tex/context/base/catc-sym.tex + texmf-dist/tex/context/base/char-act.mkiv + texmf-dist/tex/context/base/char-cmp.lua + texmf-dist/tex/context/base/char-def.lua + texmf-dist/tex/context/base/char-enc.lua + texmf-dist/tex/context/base/char-enc.mkiv + texmf-dist/tex/context/base/char-ini.lua + texmf-dist/tex/context/base/char-ini.mkiv + texmf-dist/tex/context/base/char-map.lua + texmf-dist/tex/context/base/char-utf.lua + texmf-dist/tex/context/base/char-utf.mkiv + texmf-dist/tex/context/base/chem-ini.lua + texmf-dist/tex/context/base/chem-ini.mkiv + texmf-dist/tex/context/base/chem-str.lua + texmf-dist/tex/context/base/chem-str.mkiv + texmf-dist/tex/context/base/colo-ema.tex + texmf-dist/tex/context/base/colo-ext.mkii + texmf-dist/tex/context/base/colo-ext.mkiv + texmf-dist/tex/context/base/colo-hex.mkii + texmf-dist/tex/context/base/colo-hex.mkiv + texmf-dist/tex/context/base/colo-hex.tex + texmf-dist/tex/context/base/colo-ini.lua + texmf-dist/tex/context/base/colo-ini.mkii + texmf-dist/tex/context/base/colo-ini.mkiv + texmf-dist/tex/context/base/colo-new.mkii + texmf-dist/tex/context/base/colo-new.mkiv + texmf-dist/tex/context/base/colo-new.tex + texmf-dist/tex/context/base/colo-rgb.tex + texmf-dist/tex/context/base/colo-run.tex + texmf-dist/tex/context/base/colo-xwi.tex + texmf-dist/tex/context/base/cont-cs.tex + texmf-dist/tex/context/base/cont-cz.tex + texmf-dist/tex/context/base/cont-de.tex + texmf-dist/tex/context/base/cont-en.tex + texmf-dist/tex/context/base/cont-err.tex + texmf-dist/tex/context/base/cont-fil.tex + texmf-dist/tex/context/base/cont-fr.tex + texmf-dist/tex/context/base/cont-gb.tex + texmf-dist/tex/context/base/cont-it.tex + texmf-dist/tex/context/base/cont-log.tex + texmf-dist/tex/context/base/cont-mtx.tex + texmf-dist/tex/context/base/cont-new.mkii + texmf-dist/tex/context/base/cont-new.mkiv + texmf-dist/tex/context/base/cont-new.tex + texmf-dist/tex/context/base/cont-nl.tex + texmf-dist/tex/context/base/cont-old.tex + texmf-dist/tex/context/base/cont-pe.tex + texmf-dist/tex/context/base/cont-ro.tex + texmf-dist/tex/context/base/cont-sys.ori + texmf-dist/tex/context/base/cont-uk.tex + texmf-dist/tex/context/base/cont-usr.ori + texmf-dist/tex/context/base/context-base.lmx + texmf-dist/tex/context/base/context-characters.lmx + texmf-dist/tex/context/base/context-debug.lmx + texmf-dist/tex/context/base/context-error.lmx + texmf-dist/tex/context/base/context-fonttest.lmx + texmf-dist/tex/context/base/context-help.lmx + texmf-dist/tex/context/base/context-timing.lmx + texmf-dist/tex/context/base/context.css + 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.tex + texmf-dist/tex/context/base/core-bar.tex + texmf-dist/tex/context/base/core-blk.tex + texmf-dist/tex/context/base/core-box.tex + 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.lua + texmf-dist/tex/context/base/core-ctx.mkii + texmf-dist/tex/context/base/core-ctx.mkiv + texmf-dist/tex/context/base/core-def.mkii + texmf-dist/tex/context/base/core-def.mkiv + texmf-dist/tex/context/base/core-env.mkii + texmf-dist/tex/context/base/core-env.mkiv + texmf-dist/tex/context/base/core-fil.mkii + texmf-dist/tex/context/base/core-fil.mkiv + 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-gen.mkiv + texmf-dist/tex/context/base/core-grd.mkii + texmf-dist/tex/context/base/core-grd.mkiv + texmf-dist/tex/context/base/core-ini.mkii + texmf-dist/tex/context/base/core-ini.mkiv + texmf-dist/tex/context/base/core-job.lua + texmf-dist/tex/context/base/core-job.mkii + texmf-dist/tex/context/base/core-job.mkiv + 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-spa.lua + texmf-dist/tex/context/base/core-spa.mkii + texmf-dist/tex/context/base/core-spa.mkiv + texmf-dist/tex/context/base/core-stg.mkii + texmf-dist/tex/context/base/core-sys.mkii + texmf-dist/tex/context/base/core-sys.mkiv + texmf-dist/tex/context/base/core-two.lua + texmf-dist/tex/context/base/core-two.mkii + texmf-dist/tex/context/base/core-two.mkiv + texmf-dist/tex/context/base/core-uti.lua + 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 + texmf-dist/tex/context/base/data-crl.lua + texmf-dist/tex/context/base/data-ctx.lua + texmf-dist/tex/context/base/data-gen.lua + texmf-dist/tex/context/base/data-inp.lua + texmf-dist/tex/context/base/data-kps.lua + texmf-dist/tex/context/base/data-lst.lua + texmf-dist/tex/context/base/data-lua.lua + texmf-dist/tex/context/base/data-out.lua + texmf-dist/tex/context/base/data-pre.lua + texmf-dist/tex/context/base/data-res.lua + texmf-dist/tex/context/base/data-tex.lua + texmf-dist/tex/context/base/data-tmf.lua + texmf-dist/tex/context/base/data-tmp.lua + texmf-dist/tex/context/base/data-tre.lua + texmf-dist/tex/context/base/data-use.lua + texmf-dist/tex/context/base/data-zip.lua + texmf-dist/tex/context/base/enco-032.mkii + texmf-dist/tex/context/base/enco-037.mkii + texmf-dist/tex/context/base/enco-acc.mkii + texmf-dist/tex/context/base/enco-agr.mkii + texmf-dist/tex/context/base/enco-ans.mkii + texmf-dist/tex/context/base/enco-cas.mkii + texmf-dist/tex/context/base/enco-chi.mkii + texmf-dist/tex/context/base/enco-com.mkii + texmf-dist/tex/context/base/enco-cyr.mkii + texmf-dist/tex/context/base/enco-def.mkii + texmf-dist/tex/context/base/enco-ec.mkii + texmf-dist/tex/context/base/enco-ecm.mkii + texmf-dist/tex/context/base/enco-el.mkii + texmf-dist/tex/context/base/enco-fde.mkii + texmf-dist/tex/context/base/enco-ffr.mkii + texmf-dist/tex/context/base/enco-fpl.mkii + texmf-dist/tex/context/base/enco-fro.mkii + texmf-dist/tex/context/base/enco-fsl.mkii + texmf-dist/tex/context/base/enco-grk.mkii + texmf-dist/tex/context/base/enco-heb.mkii + texmf-dist/tex/context/base/enco-ibm.mkii + texmf-dist/tex/context/base/enco-il2.mkii + texmf-dist/tex/context/base/enco-ini.mkii + texmf-dist/tex/context/base/enco-ini.mkiv + texmf-dist/tex/context/base/enco-lat.mkii + texmf-dist/tex/context/base/enco-mis.mkii + texmf-dist/tex/context/base/enco-pdf.mkii + texmf-dist/tex/context/base/enco-pfr.mkii + texmf-dist/tex/context/base/enco-pol.mkii + texmf-dist/tex/context/base/enco-qx.mkii + texmf-dist/tex/context/base/enco-raw.mkii + texmf-dist/tex/context/base/enco-run.mkii + texmf-dist/tex/context/base/enco-t5.mkii + texmf-dist/tex/context/base/enco-tbo.mkii + texmf-dist/tex/context/base/enco-uc.mkii + texmf-dist/tex/context/base/enco-vis.mkii + texmf-dist/tex/context/base/enco-vna.mkii + texmf-dist/tex/context/base/enco-win.mkii + texmf-dist/tex/context/base/enco-x5.mkii + texmf-dist/tex/context/base/filt-bas.mkii + texmf-dist/tex/context/base/filt-ini.mkii + texmf-dist/tex/context/base/font-afm.lua + texmf-dist/tex/context/base/font-arb.mkii + 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-cid.lua + texmf-dist/tex/context/base/font-col.lua + texmf-dist/tex/context/base/font-col.mkiv + texmf-dist/tex/context/base/font-ctx.lua + texmf-dist/tex/context/base/font-def.lua + texmf-dist/tex/context/base/font-dum.lua + texmf-dist/tex/context/base/font-enc.lua + texmf-dist/tex/context/base/font-ext.lua + texmf-dist/tex/context/base/font-fbk.lua + texmf-dist/tex/context/base/font-heb.mkii + texmf-dist/tex/context/base/font-ini.lua + texmf-dist/tex/context/base/font-ini.mkii + texmf-dist/tex/context/base/font-ini.mkiv + texmf-dist/tex/context/base/font-jap.mkii + texmf-dist/tex/context/base/font-log.lua + texmf-dist/tex/context/base/font-map.lua + texmf-dist/tex/context/base/font-mis.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 + texmf-dist/tex/context/base/font-otd.lua + texmf-dist/tex/context/base/font-otf.lua + texmf-dist/tex/context/base/font-oti.lua + 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-pat.lua + texmf-dist/tex/context/base/font-run.mkii + texmf-dist/tex/context/base/font-run.mkiv + texmf-dist/tex/context/base/font-syn.lua + texmf-dist/tex/context/base/font-tfm.lua + texmf-dist/tex/context/base/font-tra.mkiv + texmf-dist/tex/context/base/font-uni.mkii + texmf-dist/tex/context/base/font-uni.mkiv + texmf-dist/tex/context/base/font-unk.mkii + texmf-dist/tex/context/base/font-unk.mkiv + texmf-dist/tex/context/base/font-vf.lua + texmf-dist/tex/context/base/font-xtx.lua + texmf-dist/tex/context/base/font-xtx.mkii + texmf-dist/tex/context/base/grph-fig.mkii + texmf-dist/tex/context/base/grph-fig.mkiv + texmf-dist/tex/context/base/grph-inc.lua + texmf-dist/tex/context/base/grph-inc.mkii + texmf-dist/tex/context/base/grph-inc.mkiv + texmf-dist/tex/context/base/grph-trf.mkii + texmf-dist/tex/context/base/grph-trf.mkiv + texmf-dist/tex/context/base/grph-u3d.lua + texmf-dist/tex/context/base/hand-def.mkii + texmf-dist/tex/context/base/hand-ini.mkii + texmf-dist/tex/context/base/hand-ini.mkiv + texmf-dist/tex/context/base/java-ans.tex + texmf-dist/tex/context/base/java-exa.tex + texmf-dist/tex/context/base/java-fil.tex + texmf-dist/tex/context/base/java-fld.tex + texmf-dist/tex/context/base/java-ini.lua + texmf-dist/tex/context/base/java-ini.mkii + texmf-dist/tex/context/base/java-ini.mkiv + texmf-dist/tex/context/base/java-stp.tex + texmf-dist/tex/context/base/l-aux.lua + texmf-dist/tex/context/base/l-boolean.lua + texmf-dist/tex/context/base/l-dimen.lua + texmf-dist/tex/context/base/l-dir.lua + texmf-dist/tex/context/base/l-file.lua + texmf-dist/tex/context/base/l-io.lua + texmf-dist/tex/context/base/l-lpeg.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-set.lua + texmf-dist/tex/context/base/l-string.lua + texmf-dist/tex/context/base/l-table.lua + texmf-dist/tex/context/base/l-unicode.lua + texmf-dist/tex/context/base/l-url.lua + texmf-dist/tex/context/base/l-utils.lua + texmf-dist/tex/context/base/l-xml.lua + texmf-dist/tex/context/base/lang-all.xml + texmf-dist/tex/context/base/lang-alt.tex + texmf-dist/tex/context/base/lang-ana.tex + texmf-dist/tex/context/base/lang-ara.mkiv + texmf-dist/tex/context/base/lang-art.tex + texmf-dist/tex/context/base/lang-bal.tex + texmf-dist/tex/context/base/lang-cel.tex + texmf-dist/tex/context/base/lang-chi.mkii + texmf-dist/tex/context/base/lang-cjk.mkiv + texmf-dist/tex/context/base/lang-ctx.mkii + texmf-dist/tex/context/base/lang-cyr.tex + texmf-dist/tex/context/base/lang-dis.mkii + texmf-dist/tex/context/base/lang-frd.tex + texmf-dist/tex/context/base/lang-frq.tex + texmf-dist/tex/context/base/lang-ger.tex + texmf-dist/tex/context/base/lang-grk.tex + texmf-dist/tex/context/base/lang-ind.tex + texmf-dist/tex/context/base/lang-ini.lua + texmf-dist/tex/context/base/lang-ini.mkii + texmf-dist/tex/context/base/lang-ini.mkiv + texmf-dist/tex/context/base/lang-ita.tex + texmf-dist/tex/context/base/lang-jap.mkii + texmf-dist/tex/context/base/lang-lab.mkii + texmf-dist/tex/context/base/lang-lab.mkiv + texmf-dist/tex/context/base/lang-mis.mkii + texmf-dist/tex/context/base/lang-mis.mkiv + texmf-dist/tex/context/base/lang-run.mkii + texmf-dist/tex/context/base/lang-sla.mkii + texmf-dist/tex/context/base/lang-sla.mkiv + texmf-dist/tex/context/base/lang-sla.tex + texmf-dist/tex/context/base/lang-spa.tex + texmf-dist/tex/context/base/lang-spe.mkii + texmf-dist/tex/context/base/lang-ura.tex + texmf-dist/tex/context/base/lang-url.lua + texmf-dist/tex/context/base/lang-url.mkii + texmf-dist/tex/context/base/lang-url.mkiv + texmf-dist/tex/context/base/lang-vn.tex + texmf-dist/tex/context/base/lpdf-ano.lua + texmf-dist/tex/context/base/lpdf-col.lua + texmf-dist/tex/context/base/lpdf-fld.lua + texmf-dist/tex/context/base/lpdf-grp.lua + texmf-dist/tex/context/base/lpdf-ini.lua + texmf-dist/tex/context/base/lpdf-ini.mkiv + texmf-dist/tex/context/base/lpdf-mis.lua + texmf-dist/tex/context/base/lpdf-nod.lua + texmf-dist/tex/context/base/lpdf-ren.lua + texmf-dist/tex/context/base/lpdf-u3d.lua + texmf-dist/tex/context/base/lpdf-wid.lua + texmf-dist/tex/context/base/luat-bas.mkiv + texmf-dist/tex/context/base/luat-cbk.lua + texmf-dist/tex/context/base/luat-cnf.lua + texmf-dist/tex/context/base/luat-cod.mkiv + texmf-dist/tex/context/base/luat-dum.lua + texmf-dist/tex/context/base/luat-env.lua + texmf-dist/tex/context/base/luat-exe.lua + texmf-dist/tex/context/base/luat-fio.lua + texmf-dist/tex/context/base/luat-ini.lua + texmf-dist/tex/context/base/luat-ini.mkiv + texmf-dist/tex/context/base/luat-iop.lua + texmf-dist/tex/context/base/luat-lib.mkiv + texmf-dist/tex/context/base/luat-lua.lua + texmf-dist/tex/context/base/luat-run.lua + texmf-dist/tex/context/base/luat-soc.lua + texmf-dist/tex/context/base/luat-sta.lua + texmf-dist/tex/context/base/luat-sto.lua + texmf-dist/tex/context/base/lxml-ent.lua + texmf-dist/tex/context/base/lxml-ini.lua + texmf-dist/tex/context/base/lxml-ini.mkiv + texmf-dist/tex/context/base/lxml-mis.lua + texmf-dist/tex/context/base/lxml-pth.lua + texmf-dist/tex/context/base/lxml-tab.lua + texmf-dist/tex/context/base/m-arabtex.tex + texmf-dist/tex/context/base/m-chart.tex + texmf-dist/tex/context/base/m-chemic.mkii + texmf-dist/tex/context/base/m-chemic.mkiv + texmf-dist/tex/context/base/m-chemic.tex + texmf-dist/tex/context/base/m-cweb.tex + texmf-dist/tex/context/base/m-database.tex + texmf-dist/tex/context/base/m-datastrc.tex + texmf-dist/tex/context/base/m-dratex.tex + texmf-dist/tex/context/base/m-edtsnc.tex + texmf-dist/tex/context/base/m-educat.tex + 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-graph.tex + texmf-dist/tex/context/base/m-layout.tex + texmf-dist/tex/context/base/m-level.tex + texmf-dist/tex/context/base/m-mkii.mkiv + texmf-dist/tex/context/base/m-mkivhacks.tex + texmf-dist/tex/context/base/m-narrowtt.tex + texmf-dist/tex/context/base/m-newmat.tex + texmf-dist/tex/context/base/m-pdfsnc.tex + texmf-dist/tex/context/base/m-pictex.tex + texmf-dist/tex/context/base/m-plus.tex + texmf-dist/tex/context/base/m-pstric.tex + texmf-dist/tex/context/base/m-punk.tex + texmf-dist/tex/context/base/m-quest.tex + texmf-dist/tex/context/base/m-r.tex + texmf-dist/tex/context/base/m-steps.tex + texmf-dist/tex/context/base/m-streams.tex + texmf-dist/tex/context/base/m-subsub.tex + texmf-dist/tex/context/base/m-tex4ht.tex + texmf-dist/tex/context/base/m-timing.tex + texmf-dist/tex/context/base/m-track.tex + texmf-dist/tex/context/base/m-translate.tex + texmf-dist/tex/context/base/m-tryout.tex + texmf-dist/tex/context/base/m-units.tex + texmf-dist/tex/context/base/m-visual.tex + texmf-dist/tex/context/base/math-ali.mkiv + texmf-dist/tex/context/base/math-ams.mkii + texmf-dist/tex/context/base/math-arr.mkii + texmf-dist/tex/context/base/math-arr.mkiv + texmf-dist/tex/context/base/math-cow.mkii + texmf-dist/tex/context/base/math-def.mkiv + texmf-dist/tex/context/base/math-del.mkiv + texmf-dist/tex/context/base/math-dim.lua + texmf-dist/tex/context/base/math-dis.mkiv + texmf-dist/tex/context/base/math-ent.lua + texmf-dist/tex/context/base/math-eul.mkii + texmf-dist/tex/context/base/math-ext.lua + texmf-dist/tex/context/base/math-for.mkiv + texmf-dist/tex/context/base/math-fou.mkii + texmf-dist/tex/context/base/math-frc.mkii + texmf-dist/tex/context/base/math-frc.mkiv + texmf-dist/tex/context/base/math-ini.lua + texmf-dist/tex/context/base/math-ini.mkii + texmf-dist/tex/context/base/math-ini.mkiv + texmf-dist/tex/context/base/math-inl.mkiv + 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-noa.lua + texmf-dist/tex/context/base/math-pln.mkii + texmf-dist/tex/context/base/math-pln.mkiv + texmf-dist/tex/context/base/math-run.mkii + texmf-dist/tex/context/base/math-scr.mkiv + texmf-dist/tex/context/base/math-tex.mkii + texmf-dist/tex/context/base/math-tim.mkii + texmf-dist/tex/context/base/math-uni.mkii + texmf-dist/tex/context/base/math-vfu.lua + texmf-dist/tex/context/base/meta-clp.tex + texmf-dist/tex/context/base/meta-dum.tex + texmf-dist/tex/context/base/meta-fig.mkii + 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-ini.mkii + texmf-dist/tex/context/base/meta-ini.mkiv + texmf-dist/tex/context/base/meta-mis.tex + texmf-dist/tex/context/base/meta-nav.tex + texmf-dist/tex/context/base/meta-pag.mkii + texmf-dist/tex/context/base/meta-pag.mkiv + texmf-dist/tex/context/base/meta-pdf.lua + texmf-dist/tex/context/base/meta-pdf.mkii + texmf-dist/tex/context/base/meta-pdf.mkiv + texmf-dist/tex/context/base/meta-pdh.lua + texmf-dist/tex/context/base/meta-pdh.mkiv + texmf-dist/tex/context/base/meta-pre.tex + texmf-dist/tex/context/base/meta-tex.mkii + texmf-dist/tex/context/base/meta-tex.mkiv + texmf-dist/tex/context/base/meta-txt.tex + texmf-dist/tex/context/base/meta-xml.tex + texmf-dist/tex/context/base/metatex.tex + texmf-dist/tex/context/base/mlib-ctx.lua + texmf-dist/tex/context/base/mlib-ctx.mkiv + texmf-dist/tex/context/base/mlib-pdf.lua + texmf-dist/tex/context/base/mlib-pdf.mkiv + texmf-dist/tex/context/base/mlib-pps.lua + texmf-dist/tex/context/base/mlib-pps.mkiv + texmf-dist/tex/context/base/mlib-run.lua + 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-ideas.tex + texmf-dist/tex/context/base/mtx-context-listing.tex + texmf-dist/tex/context/base/mtx-context-timing.tex + texmf-dist/tex/context/base/mult-chk.lua + texmf-dist/tex/context/base/mult-chk.mkii + texmf-dist/tex/context/base/mult-chk.mkiv + texmf-dist/tex/context/base/mult-cld.lua + texmf-dist/tex/context/base/mult-cld.mkiv + texmf-dist/tex/context/base/mult-com.tex + texmf-dist/tex/context/base/mult-con.tex + texmf-dist/tex/context/base/mult-de.tex + texmf-dist/tex/context/base/mult-def.lua + texmf-dist/tex/context/base/mult-def.tex + texmf-dist/tex/context/base/mult-en.tex + texmf-dist/tex/context/base/mult-fr.tex + texmf-dist/tex/context/base/mult-fst.tex + texmf-dist/tex/context/base/mult-ini.lua + texmf-dist/tex/context/base/mult-ini.mkii + texmf-dist/tex/context/base/mult-ini.mkiv + texmf-dist/tex/context/base/mult-it.tex + texmf-dist/tex/context/base/mult-mcs.tex + texmf-dist/tex/context/base/mult-mde.tex + texmf-dist/tex/context/base/mult-men.tex + texmf-dist/tex/context/base/mult-mes.lua + texmf-dist/tex/context/base/mult-mfr.tex + texmf-dist/tex/context/base/mult-mit.tex + texmf-dist/tex/context/base/mult-mnl.tex + texmf-dist/tex/context/base/mult-mno.tex + texmf-dist/tex/context/base/mult-mpe.tex + texmf-dist/tex/context/base/mult-mro.tex + texmf-dist/tex/context/base/mult-nl.tex + texmf-dist/tex/context/base/mult-ro.tex + texmf-dist/tex/context/base/mult-sys.tex + texmf-dist/tex/context/base/node-bck.lua + texmf-dist/tex/context/base/node-bck.mkiv + texmf-dist/tex/context/base/node-dum.lua + texmf-dist/tex/context/base/node-ext.lua + texmf-dist/tex/context/base/node-fin.lua + texmf-dist/tex/context/base/node-fin.mkiv + texmf-dist/tex/context/base/node-fnt.lua + texmf-dist/tex/context/base/node-ini.lua + texmf-dist/tex/context/base/node-ini.mkiv + texmf-dist/tex/context/base/node-inj.lua + 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 + texmf-dist/tex/context/base/node-seq.lua + texmf-dist/tex/context/base/node-ser.lua + texmf-dist/tex/context/base/node-shp.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 + texmf-dist/tex/context/base/node-tst.lua + texmf-dist/tex/context/base/norm-alo.tex + texmf-dist/tex/context/base/norm-ctx.tex + texmf-dist/tex/context/base/norm-etx.tex + texmf-dist/tex/context/base/norm-ltx.tex + texmf-dist/tex/context/base/norm-ptx.tex + texmf-dist/tex/context/base/norm-tex.tex + texmf-dist/tex/context/base/norm-xtx.tex + texmf-dist/tex/context/base/pack-bar.mkiv + texmf-dist/tex/context/base/pack-box.mkii + texmf-dist/tex/context/base/pack-box.mkiv + texmf-dist/tex/context/base/pack-lyr.mkii + texmf-dist/tex/context/base/pack-lyr.mkiv + texmf-dist/tex/context/base/pack-obj.lua + texmf-dist/tex/context/base/pack-obj.mkii + texmf-dist/tex/context/base/pack-obj.mkiv + texmf-dist/tex/context/base/pack-rul.lua + texmf-dist/tex/context/base/pack-rul.mkii + texmf-dist/tex/context/base/pack-rul.mkiv + texmf-dist/tex/context/base/page-app.mkii + texmf-dist/tex/context/base/page-app.mkiv + texmf-dist/tex/context/base/page-bck.mkii + texmf-dist/tex/context/base/page-bck.mkiv + texmf-dist/tex/context/base/page-flw.mkii + texmf-dist/tex/context/base/page-flw.mkiv + texmf-dist/tex/context/base/page-imp.mkii + texmf-dist/tex/context/base/page-imp.mkiv + texmf-dist/tex/context/base/page-ini.mkii + texmf-dist/tex/context/base/page-ini.mkiv + texmf-dist/tex/context/base/page-ins.mkii + texmf-dist/tex/context/base/page-ins.mkiv + texmf-dist/tex/context/base/page-lay.mkii + texmf-dist/tex/context/base/page-lay.mkiv + texmf-dist/tex/context/base/page-lin.lua + texmf-dist/tex/context/base/page-lin.mkii + texmf-dist/tex/context/base/page-lin.mkiv + texmf-dist/tex/context/base/page-log.mkii + texmf-dist/tex/context/base/page-mak.mkii + texmf-dist/tex/context/base/page-mak.mkiv + texmf-dist/tex/context/base/page-mar.mkii + texmf-dist/tex/context/base/page-mar.mkiv + texmf-dist/tex/context/base/page-mis.mkii + texmf-dist/tex/context/base/page-mis.mkiv + texmf-dist/tex/context/base/page-mul.mkii + texmf-dist/tex/context/base/page-mul.mkiv + texmf-dist/tex/context/base/page-not.mkii + texmf-dist/tex/context/base/page-not.mkiv + texmf-dist/tex/context/base/page-one.mkii + texmf-dist/tex/context/base/page-one.mkiv + texmf-dist/tex/context/base/page-par.mkii + 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-run.mkii + texmf-dist/tex/context/base/page-run.mkiv + texmf-dist/tex/context/base/page-set.mkii + texmf-dist/tex/context/base/page-set.mkiv + texmf-dist/tex/context/base/page-sid.mkii + texmf-dist/tex/context/base/page-sid.mkiv + texmf-dist/tex/context/base/page-spr.mkii + texmf-dist/tex/context/base/page-spr.mkiv + texmf-dist/tex/context/base/page-str.mkii + texmf-dist/tex/context/base/page-str.mkiv + texmf-dist/tex/context/base/page-txt.mkii + texmf-dist/tex/context/base/page-txt.mkiv + texmf-dist/tex/context/base/pdfr-def.mkii + texmf-dist/tex/context/base/pdfr-ec.mkii + texmf-dist/tex/context/base/pdfr-il2.mkii + texmf-dist/tex/context/base/ppchtex.mkii + texmf-dist/tex/context/base/ppchtex.mkiv + texmf-dist/tex/context/base/pret-lua.lua + texmf-dist/tex/context/base/pret-mp.lua + texmf-dist/tex/context/base/pret-tex.lua + texmf-dist/tex/context/base/prop-ini.mkii + texmf-dist/tex/context/base/prop-ini.mkiv + texmf-dist/tex/context/base/prop-lay.mkii + texmf-dist/tex/context/base/prop-lay.mkiv + texmf-dist/tex/context/base/prop-mis.mkii + texmf-dist/tex/context/base/prop-mis.mkiv + texmf-dist/tex/context/base/regi-8859-1.lua + texmf-dist/tex/context/base/regi-8859-1.mkii + texmf-dist/tex/context/base/regi-8859-10.lua + texmf-dist/tex/context/base/regi-8859-10.mkii + texmf-dist/tex/context/base/regi-8859-11.lua + texmf-dist/tex/context/base/regi-8859-13.lua + texmf-dist/tex/context/base/regi-8859-13.mkii + texmf-dist/tex/context/base/regi-8859-14.lua + texmf-dist/tex/context/base/regi-8859-15.lua + texmf-dist/tex/context/base/regi-8859-15.mkii + texmf-dist/tex/context/base/regi-8859-16.lua + texmf-dist/tex/context/base/regi-8859-16.mkii + texmf-dist/tex/context/base/regi-8859-2.lua + texmf-dist/tex/context/base/regi-8859-2.mkii + texmf-dist/tex/context/base/regi-8859-3.lua + texmf-dist/tex/context/base/regi-8859-3.mkii + texmf-dist/tex/context/base/regi-8859-4.lua + texmf-dist/tex/context/base/regi-8859-4.mkii + texmf-dist/tex/context/base/regi-8859-5.lua + texmf-dist/tex/context/base/regi-8859-5.mkii + texmf-dist/tex/context/base/regi-8859-6.lua + texmf-dist/tex/context/base/regi-8859-7.lua + texmf-dist/tex/context/base/regi-8859-7.mkii + texmf-dist/tex/context/base/regi-8859-8.lua + texmf-dist/tex/context/base/regi-8859-9.lua + texmf-dist/tex/context/base/regi-8859-9.mkii + texmf-dist/tex/context/base/regi-cp1250.lua + texmf-dist/tex/context/base/regi-cp1250.mkii + texmf-dist/tex/context/base/regi-cp1251.lua + texmf-dist/tex/context/base/regi-cp1251.mkii + texmf-dist/tex/context/base/regi-cp1252.lua + texmf-dist/tex/context/base/regi-cp1252.mkii + texmf-dist/tex/context/base/regi-cp1253.lua + texmf-dist/tex/context/base/regi-cp1253.mkii + texmf-dist/tex/context/base/regi-cp1254.lua + texmf-dist/tex/context/base/regi-cp1254.mkii + texmf-dist/tex/context/base/regi-cp1255.lua + texmf-dist/tex/context/base/regi-cp1256.lua + texmf-dist/tex/context/base/regi-cp1257.lua + texmf-dist/tex/context/base/regi-cp1257.mkii + texmf-dist/tex/context/base/regi-cp1258.lua + texmf-dist/tex/context/base/regi-cyp.mkii + texmf-dist/tex/context/base/regi-cyr.mkii + texmf-dist/tex/context/base/regi-def.mkii + texmf-dist/tex/context/base/regi-ibm.mkii + texmf-dist/tex/context/base/regi-ini.lua + texmf-dist/tex/context/base/regi-ini.mkii + texmf-dist/tex/context/base/regi-ini.mkiv + texmf-dist/tex/context/base/regi-mac.mkii + texmf-dist/tex/context/base/regi-syn.tex + texmf-dist/tex/context/base/regi-uni.mkii + texmf-dist/tex/context/base/regi-utf.mkii + texmf-dist/tex/context/base/regi-vis.mkii + texmf-dist/tex/context/base/rlxcache.rlx + texmf-dist/tex/context/base/rlxtools.rlx + texmf-dist/tex/context/base/s-abr-01.tex + texmf-dist/tex/context/base/s-abr-02.tex + texmf-dist/tex/context/base/s-abr-03.tex + texmf-dist/tex/context/base/s-cdr-01.tex + texmf-dist/tex/context/base/s-chi-00.tex + texmf-dist/tex/context/base/s-faq-00.tex + texmf-dist/tex/context/base/s-faq-01.tex + texmf-dist/tex/context/base/s-faq-02.tex + texmf-dist/tex/context/base/s-faq-03.tex + texmf-dist/tex/context/base/s-fnt-01.tex + texmf-dist/tex/context/base/s-fnt-02.tex + texmf-dist/tex/context/base/s-fnt-10.tex + texmf-dist/tex/context/base/s-fnt-11.tex + texmf-dist/tex/context/base/s-fnt-20.tex + texmf-dist/tex/context/base/s-fnt-21.tex + texmf-dist/tex/context/base/s-fnt-23.tex + texmf-dist/tex/context/base/s-fnt-24.tex + texmf-dist/tex/context/base/s-fnt-25.tex + texmf-dist/tex/context/base/s-fnt-30.tex + texmf-dist/tex/context/base/s-grk-00.tex + texmf-dist/tex/context/base/s-jap-00.tex + texmf-dist/tex/context/base/s-mag-01.tex + texmf-dist/tex/context/base/s-map-10.tex + texmf-dist/tex/context/base/s-mod-00.tex + texmf-dist/tex/context/base/s-mod-01.tex + texmf-dist/tex/context/base/s-mod-02.tex + texmf-dist/tex/context/base/s-pre-00.tex + texmf-dist/tex/context/base/s-pre-01.tex + texmf-dist/tex/context/base/s-pre-02.tex + texmf-dist/tex/context/base/s-pre-03.tex + texmf-dist/tex/context/base/s-pre-04.tex + texmf-dist/tex/context/base/s-pre-05.tex + texmf-dist/tex/context/base/s-pre-06.tex + texmf-dist/tex/context/base/s-pre-07.tex + texmf-dist/tex/context/base/s-pre-08.tex + texmf-dist/tex/context/base/s-pre-09.tex + texmf-dist/tex/context/base/s-pre-10.tex + texmf-dist/tex/context/base/s-pre-11.tex + texmf-dist/tex/context/base/s-pre-12.tex + texmf-dist/tex/context/base/s-pre-13.tex + 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-18.tex + texmf-dist/tex/context/base/s-pre-19.tex + texmf-dist/tex/context/base/s-pre-22.tex + texmf-dist/tex/context/base/s-pre-23.tex + texmf-dist/tex/context/base/s-pre-26.tex + texmf-dist/tex/context/base/s-pre-27.tex + texmf-dist/tex/context/base/s-pre-30.tex + texmf-dist/tex/context/base/s-pre-50.tex + texmf-dist/tex/context/base/s-pre-60.tex + texmf-dist/tex/context/base/s-pre-61.tex + texmf-dist/tex/context/base/s-pre-62.tex + texmf-dist/tex/context/base/s-pre-63.tex + texmf-dist/tex/context/base/s-pre-64.tex + texmf-dist/tex/context/base/s-pre-66.tex + texmf-dist/tex/context/base/s-pre-67.tex + texmf-dist/tex/context/base/s-pre-70.tex + texmf-dist/tex/context/base/s-pre-71.tex + texmf-dist/tex/context/base/s-pre-93.tex + texmf-dist/tex/context/base/s-ptj-01.tex + texmf-dist/tex/context/base/s-reg-01.tex + texmf-dist/tex/context/base/s-syn-01.tex + texmf-dist/tex/context/base/s-sys-01.tex + texmf-dist/tex/context/base/scrn-bar.mkiv + texmf-dist/tex/context/base/scrn-but.mkiv + texmf-dist/tex/context/base/scrn-fld.mkii + texmf-dist/tex/context/base/scrn-fld.mkiv + texmf-dist/tex/context/base/scrn-hlp.mkii + texmf-dist/tex/context/base/scrn-hlp.mkiv + texmf-dist/tex/context/base/scrn-int.lua + texmf-dist/tex/context/base/scrn-int.mkii + texmf-dist/tex/context/base/scrn-int.mkiv + texmf-dist/tex/context/base/scrn-men.mkiv + texmf-dist/tex/context/base/scrn-nav.mkii + texmf-dist/tex/context/base/scrn-nav.mkiv + texmf-dist/tex/context/base/scrp-cjk.lua + texmf-dist/tex/context/base/scrp-ini.lua + texmf-dist/tex/context/base/scrp-ini.mkiv + texmf-dist/tex/context/base/sort-def.mkii + texmf-dist/tex/context/base/sort-ini.lua + texmf-dist/tex/context/base/sort-ini.mkii + texmf-dist/tex/context/base/sort-ini.mkiv + texmf-dist/tex/context/base/sort-lan.lua + texmf-dist/tex/context/base/sort-lan.mkii + texmf-dist/tex/context/base/spec-def.mkii + texmf-dist/tex/context/base/spec-dpm.mkii + texmf-dist/tex/context/base/spec-dpx.mkii + texmf-dist/tex/context/base/spec-dvi.mkii + texmf-dist/tex/context/base/spec-fdf.mkii + texmf-dist/tex/context/base/spec-ini.mkii + texmf-dist/tex/context/base/spec-mis.mkii + texmf-dist/tex/context/base/spec-pdf.mkii + texmf-dist/tex/context/base/spec-ps.mkii + texmf-dist/tex/context/base/spec-tpd.mkii + texmf-dist/tex/context/base/spec-tr.mkii + texmf-dist/tex/context/base/spec-tst.mkii + texmf-dist/tex/context/base/spec-var.mkii + texmf-dist/tex/context/base/spec-win.mkii + texmf-dist/tex/context/base/spec-xet.mkii + texmf-dist/tex/context/base/spec-xtx.mkii + texmf-dist/tex/context/base/spec-yy.mkii + texmf-dist/tex/context/base/strc-bkm.lua + texmf-dist/tex/context/base/strc-bkm.mkiv + texmf-dist/tex/context/base/strc-blk.lua + texmf-dist/tex/context/base/strc-blk.mkii + texmf-dist/tex/context/base/strc-blk.mkiv + texmf-dist/tex/context/base/strc-def.mkiv + texmf-dist/tex/context/base/strc-des.lua + texmf-dist/tex/context/base/strc-des.mkii + texmf-dist/tex/context/base/strc-des.mkiv + texmf-dist/tex/context/base/strc-doc.lua + texmf-dist/tex/context/base/strc-doc.mkiv + texmf-dist/tex/context/base/strc-flt.lua + texmf-dist/tex/context/base/strc-flt.mkii + texmf-dist/tex/context/base/strc-flt.mkiv + texmf-dist/tex/context/base/strc-ini.lua + texmf-dist/tex/context/base/strc-ini.mkiv + texmf-dist/tex/context/base/strc-itm.lua + texmf-dist/tex/context/base/strc-itm.mkii + texmf-dist/tex/context/base/strc-itm.mkiv + texmf-dist/tex/context/base/strc-lnt.mkii + texmf-dist/tex/context/base/strc-lnt.mkiv + texmf-dist/tex/context/base/strc-lst.lua + texmf-dist/tex/context/base/strc-lst.mkii + texmf-dist/tex/context/base/strc-lst.mkiv + texmf-dist/tex/context/base/strc-mar.lua + texmf-dist/tex/context/base/strc-mar.mkii + texmf-dist/tex/context/base/strc-mar.mkiv + texmf-dist/tex/context/base/strc-mat.lua + texmf-dist/tex/context/base/strc-mat.mkii + texmf-dist/tex/context/base/strc-mat.mkiv + texmf-dist/tex/context/base/strc-not.lua + texmf-dist/tex/context/base/strc-not.mkii + texmf-dist/tex/context/base/strc-not.mkiv + texmf-dist/tex/context/base/strc-num.lua + texmf-dist/tex/context/base/strc-num.mkii + texmf-dist/tex/context/base/strc-num.mkiv + texmf-dist/tex/context/base/strc-pag.lua + texmf-dist/tex/context/base/strc-pag.mkii + texmf-dist/tex/context/base/strc-pag.mkiv + texmf-dist/tex/context/base/strc-prc.lua + texmf-dist/tex/context/base/strc-prc.mkiv + texmf-dist/tex/context/base/strc-ref.lua + texmf-dist/tex/context/base/strc-ref.mkii + texmf-dist/tex/context/base/strc-ref.mkiv + texmf-dist/tex/context/base/strc-reg.lua + texmf-dist/tex/context/base/strc-reg.mkii + texmf-dist/tex/context/base/strc-reg.mkiv + texmf-dist/tex/context/base/strc-ren.mkiv + texmf-dist/tex/context/base/strc-sbe.mkiv + texmf-dist/tex/context/base/strc-sec.mkii + texmf-dist/tex/context/base/strc-sec.mkiv + texmf-dist/tex/context/base/strc-swd.mkii + texmf-dist/tex/context/base/strc-syn.lua + texmf-dist/tex/context/base/strc-syn.mkii + texmf-dist/tex/context/base/strc-syn.mkiv + texmf-dist/tex/context/base/strc-xml.mkiv + texmf-dist/tex/context/base/supp-ali.tex + texmf-dist/tex/context/base/supp-box.tex + texmf-dist/tex/context/base/supp-dir.mkii + texmf-dist/tex/context/base/supp-dir.mkiv + texmf-dist/tex/context/base/supp-emp.mkii + texmf-dist/tex/context/base/supp-eps.mkii + texmf-dist/tex/context/base/supp-fil.lua + texmf-dist/tex/context/base/supp-fil.mkii + texmf-dist/tex/context/base/supp-fil.mkiv + texmf-dist/tex/context/base/supp-fun.tex + texmf-dist/tex/context/base/supp-mat.tex + texmf-dist/tex/context/base/supp-mis.mkii + texmf-dist/tex/context/base/supp-mis.tex + texmf-dist/tex/context/base/supp-mpe.mkii + texmf-dist/tex/context/base/supp-mpe.tex + texmf-dist/tex/context/base/supp-mps.mkii + texmf-dist/tex/context/base/supp-mrk.mkii + texmf-dist/tex/context/base/supp-num.tex + texmf-dist/tex/context/base/supp-pat.mkii + texmf-dist/tex/context/base/supp-ran.lua + texmf-dist/tex/context/base/supp-ran.mkii + texmf-dist/tex/context/base/supp-ran.mkiv + texmf-dist/tex/context/base/supp-spe.mkii + texmf-dist/tex/context/base/supp-tpi.mkii + texmf-dist/tex/context/base/supp-vis.tex + texmf-dist/tex/context/base/symb-cow.tex + texmf-dist/tex/context/base/symb-eur.tex + texmf-dist/tex/context/base/symb-glm.tex + texmf-dist/tex/context/base/symb-ini.mkii + texmf-dist/tex/context/base/symb-ini.mkiv + texmf-dist/tex/context/base/symb-jmn.tex + texmf-dist/tex/context/base/symb-mis.tex + texmf-dist/tex/context/base/symb-mvs.tex + texmf-dist/tex/context/base/symb-nav.tex + texmf-dist/tex/context/base/symb-run.mkii + texmf-dist/tex/context/base/symb-run.mkiv + texmf-dist/tex/context/base/symb-uni.tex + texmf-dist/tex/context/base/symb-was.tex + texmf-dist/tex/context/base/syst-aux.mkiv + texmf-dist/tex/context/base/syst-con.lua + texmf-dist/tex/context/base/syst-con.mkii + texmf-dist/tex/context/base/syst-con.mkiv + texmf-dist/tex/context/base/syst-ext.mkii + texmf-dist/tex/context/base/syst-fnt.mkii + texmf-dist/tex/context/base/syst-fnt.mkiv + texmf-dist/tex/context/base/syst-gen.mkii + texmf-dist/tex/context/base/syst-ini.tex + texmf-dist/tex/context/base/syst-lua.lua + texmf-dist/tex/context/base/syst-lua.mkiv + texmf-dist/tex/context/base/syst-new.mkii + texmf-dist/tex/context/base/syst-pln.tex + texmf-dist/tex/context/base/syst-rtp.mkii + texmf-dist/tex/context/base/syst-rtp.mkiv + texmf-dist/tex/context/base/syst-str.mkii + texmf-dist/tex/context/base/syst-str.mkiv + texmf-dist/tex/context/base/syst-tex.mkii + texmf-dist/tex/context/base/tabl-ltb.mkii + texmf-dist/tex/context/base/tabl-ltb.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 + texmf-dist/tex/context/base/tabl-nte.mkiv + texmf-dist/tex/context/base/tabl-pln.mkii + texmf-dist/tex/context/base/tabl-pln.mkiv + texmf-dist/tex/context/base/tabl-tab.mkii + texmf-dist/tex/context/base/tabl-tab.mkiv + texmf-dist/tex/context/base/tabl-tbl.mkii + texmf-dist/tex/context/base/tabl-tbl.mkiv + texmf-dist/tex/context/base/tabl-tsp.mkii + texmf-dist/tex/context/base/tabl-tsp.mkiv + texmf-dist/tex/context/base/task-ini.lua + texmf-dist/tex/context/base/task-ini.mkiv + texmf-dist/tex/context/base/thrd-pic.tex + texmf-dist/tex/context/base/thrd-ran.mkii + texmf-dist/tex/context/base/thrd-tab.tex + 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-deb.lua + texmf-dist/tex/context/base/trac-deb.mkiv + texmf-dist/tex/context/base/trac-inf.lua + texmf-dist/tex/context/base/trac-lmx.lua + texmf-dist/tex/context/base/trac-lmx.mkiv + texmf-dist/tex/context/base/trac-log.lua + texmf-dist/tex/context/base/trac-tex.mkiv + texmf-dist/tex/context/base/trac-tim.lua + texmf-dist/tex/context/base/trac-tra.lua + texmf-dist/tex/context/base/trac-vis.mkii + texmf-dist/tex/context/base/trac-vis.mkiv + texmf-dist/tex/context/base/type-buy.tex + texmf-dist/tex/context/base/type-cbg.tex + texmf-dist/tex/context/base/type-cow.tex + texmf-dist/tex/context/base/type-def.tex + texmf-dist/tex/context/base/type-exp.tex + texmf-dist/tex/context/base/type-fsf.tex + texmf-dist/tex/context/base/type-ghz.tex + texmf-dist/tex/context/base/type-hgz.tex + texmf-dist/tex/context/base/type-ini.mkii + texmf-dist/tex/context/base/type-ini.mkiv + texmf-dist/tex/context/base/type-mac.mkii + texmf-dist/tex/context/base/type-mac.mkiv + texmf-dist/tex/context/base/type-mac.tex + texmf-dist/tex/context/base/type-msw.tex + texmf-dist/tex/context/base/type-one.mkii + texmf-dist/tex/context/base/type-one.mkiv + texmf-dist/tex/context/base/type-one.tex + texmf-dist/tex/context/base/type-otf.mkii + texmf-dist/tex/context/base/type-otf.mkiv + texmf-dist/tex/context/base/type-otf.tex + texmf-dist/tex/context/base/type-pre.tex + texmf-dist/tex/context/base/type-run.mkii + texmf-dist/tex/context/base/type-run.mkiv + texmf-dist/tex/context/base/type-siz.mkii + texmf-dist/tex/context/base/type-siz.mkiv + texmf-dist/tex/context/base/type-siz.tex + texmf-dist/tex/context/base/type-tmf.mkii + texmf-dist/tex/context/base/type-tmf.mkiv + texmf-dist/tex/context/base/type-tmf.tex + texmf-dist/tex/context/base/type-win.tex + texmf-dist/tex/context/base/type-xtx.tex + texmf-dist/tex/context/base/typo-brk.lua + texmf-dist/tex/context/base/typo-brk.mkiv + texmf-dist/tex/context/base/typo-cap.lua + texmf-dist/tex/context/base/typo-cap.mkiv + texmf-dist/tex/context/base/typo-ini.mkii + texmf-dist/tex/context/base/typo-ini.mkiv + texmf-dist/tex/context/base/typo-krn.lua + texmf-dist/tex/context/base/typo-krn.mkiv + texmf-dist/tex/context/base/typo-mir.lua + texmf-dist/tex/context/base/typo-mir.mkiv + texmf-dist/tex/context/base/typo-spa.lua + texmf-dist/tex/context/base/typo-spa.mkiv + texmf-dist/tex/context/base/unic-000.mkii + texmf-dist/tex/context/base/unic-001.mkii + texmf-dist/tex/context/base/unic-002.mkii + texmf-dist/tex/context/base/unic-003.mkii + texmf-dist/tex/context/base/unic-004.mkii + texmf-dist/tex/context/base/unic-005.mkii + texmf-dist/tex/context/base/unic-030.mkii + texmf-dist/tex/context/base/unic-031.mkii + texmf-dist/tex/context/base/unic-032.mkii + texmf-dist/tex/context/base/unic-033.mkii + texmf-dist/tex/context/base/unic-034.mkii + texmf-dist/tex/context/base/unic-035.mkii + texmf-dist/tex/context/base/unic-037.mkii + texmf-dist/tex/context/base/unic-039.mkii + texmf-dist/tex/context/base/unic-251.mkii + texmf-dist/tex/context/base/unic-cjk.mkii + texmf-dist/tex/context/base/unic-exp.mkii + texmf-dist/tex/context/base/unic-ini.mkii + texmf-dist/tex/context/base/unic-ini.mkiv + texmf-dist/tex/context/base/unic-run.mkii + texmf-dist/tex/context/base/verb-c.mkii + texmf-dist/tex/context/base/verb-eif.mkii + texmf-dist/tex/context/base/verb-ini.mkii + texmf-dist/tex/context/base/verb-js.mkii + texmf-dist/tex/context/base/verb-jv.mkii + texmf-dist/tex/context/base/verb-mp.mkii + texmf-dist/tex/context/base/verb-pas.mkii + texmf-dist/tex/context/base/verb-pl.mkii + texmf-dist/tex/context/base/verb-raw.mkii + texmf-dist/tex/context/base/verb-sql.mkii + texmf-dist/tex/context/base/verb-tex.mkii + texmf-dist/tex/context/base/verb-xml.mkii + texmf-dist/tex/context/base/x-calcmath.lua + texmf-dist/tex/context/base/x-calcmath.mkii + texmf-dist/tex/context/base/x-calcmath.mkiv + texmf-dist/tex/context/base/x-cals.mkiv + texmf-dist/tex/context/base/x-chemml.mkii + texmf-dist/tex/context/base/x-chemml.mkiv + texmf-dist/tex/context/base/x-chemml.tex + texmf-dist/tex/context/base/x-chemml.xsd + texmf-dist/tex/context/base/x-contml.tex + texmf-dist/tex/context/base/x-contml.xsd + texmf-dist/tex/context/base/x-corres.rng + texmf-dist/tex/context/base/x-corres.tex + texmf-dist/tex/context/base/x-ct.mkiv + texmf-dist/tex/context/base/x-dir-01.tex + texmf-dist/tex/context/base/x-fdf-00.tex + texmf-dist/tex/context/base/x-fe.tex + texmf-dist/tex/context/base/x-fig-00.dtd + texmf-dist/tex/context/base/x-fig-00.tex + texmf-dist/tex/context/base/x-fig-00.xsd + texmf-dist/tex/context/base/x-fig-01.tex + texmf-dist/tex/context/base/x-fig-02.tex + texmf-dist/tex/context/base/x-fig-03.tex + texmf-dist/tex/context/base/x-fo.tex + texmf-dist/tex/context/base/x-foxet.tex + texmf-dist/tex/context/base/x-ldx.ctx + texmf-dist/tex/context/base/x-ldx.tex + texmf-dist/tex/context/base/x-mathml.lua + texmf-dist/tex/context/base/x-mathml.mkii + texmf-dist/tex/context/base/x-mathml.mkiv + texmf-dist/tex/context/base/x-mathml.tex + texmf-dist/tex/context/base/x-mathml.xsd + texmf-dist/tex/context/base/x-newcml.tex + texmf-dist/tex/context/base/x-newmme.tex + texmf-dist/tex/context/base/x-newmml.mkii + texmf-dist/tex/context/base/x-newmml.mkiv + texmf-dist/tex/context/base/x-newmml.tex + texmf-dist/tex/context/base/x-newmmo.tex + texmf-dist/tex/context/base/x-newpml.tex + texmf-dist/tex/context/base/x-om2cml.xsl + texmf-dist/tex/context/base/x-openmath.tex + texmf-dist/tex/context/base/x-openmath.xsl + texmf-dist/tex/context/base/x-physml.mkii + texmf-dist/tex/context/base/x-physml.mkiv + texmf-dist/tex/context/base/x-physml.tex + texmf-dist/tex/context/base/x-physml.xsd + texmf-dist/tex/context/base/x-res-00.tex + texmf-dist/tex/context/base/x-res-01.tex + texmf-dist/tex/context/base/x-res-02.tex + texmf-dist/tex/context/base/x-res-03.tex + texmf-dist/tex/context/base/x-res-04.tex + texmf-dist/tex/context/base/x-res-08.tex + texmf-dist/tex/context/base/x-res-09.tex + texmf-dist/tex/context/base/x-res-10.tex + texmf-dist/tex/context/base/x-res-11.tex + texmf-dist/tex/context/base/x-res-12.tex + texmf-dist/tex/context/base/x-res-20.tex + texmf-dist/tex/context/base/x-res-50.tex + texmf-dist/tex/context/base/x-sch-00.tex + texmf-dist/tex/context/base/x-sch-01.tex + texmf-dist/tex/context/base/x-set-01.tex + texmf-dist/tex/context/base/x-set-02.tex + texmf-dist/tex/context/base/x-set-11.mkii + texmf-dist/tex/context/base/x-set-11.mkiv + texmf-dist/tex/context/base/x-set-11.tex + texmf-dist/tex/context/base/x-set-12.tex + texmf-dist/tex/context/base/x-sm2om.xsl + texmf-dist/tex/context/base/x-xml-01.tex + texmf-dist/tex/context/base/x-xml-02.tex + texmf-dist/tex/context/base/x-xml-11.tex + texmf-dist/tex/context/base/xetx-chr.mkii + texmf-dist/tex/context/base/xetx-cls.mkii + texmf-dist/tex/context/base/xetx-ini.mkii + texmf-dist/tex/context/base/xetx-utf.mkii + texmf-dist/tex/context/base/xtag-cml.tex + texmf-dist/tex/context/base/xtag-ent.tex + texmf-dist/tex/context/base/xtag-exp.tex + texmf-dist/tex/context/base/xtag-ext.tex + texmf-dist/tex/context/base/xtag-hyp.tex + texmf-dist/tex/context/base/xtag-ini.tex + texmf-dist/tex/context/base/xtag-map.tex + texmf-dist/tex/context/base/xtag-mea.tex + texmf-dist/tex/context/base/xtag-meb.tex + texmf-dist/tex/context/base/xtag-mec.tex + texmf-dist/tex/context/base/xtag-meh.tex + texmf-dist/tex/context/base/xtag-men.tex + texmf-dist/tex/context/base/xtag-meo.tex + texmf-dist/tex/context/base/xtag-mer.tex + texmf-dist/tex/context/base/xtag-mmc.tex + texmf-dist/tex/context/base/xtag-mml.tex + texmf-dist/tex/context/base/xtag-mmp.tex + texmf-dist/tex/context/base/xtag-mxa.tex + texmf-dist/tex/context/base/xtag-mxb.tex + texmf-dist/tex/context/base/xtag-mxc.tex + texmf-dist/tex/context/base/xtag-mxh.tex + texmf-dist/tex/context/base/xtag-mxn.tex + texmf-dist/tex/context/base/xtag-mxo.tex + texmf-dist/tex/context/base/xtag-mxr.tex + texmf-dist/tex/context/base/xtag-pml.tex + texmf-dist/tex/context/base/xtag-pmu.tex + texmf-dist/tex/context/base/xtag-pre.tex + texmf-dist/tex/context/base/xtag-prs.tex + texmf-dist/tex/context/base/xtag-raw.tex + texmf-dist/tex/context/base/xtag-rng.tex + texmf-dist/tex/context/base/xtag-run.tex + texmf-dist/tex/context/base/xtag-stk.tex + texmf-dist/tex/context/base/xtag-utf.tex + texmf-dist/tex/context/base/xtag-xsd.tex + texmf-dist/tex/context/base/xtag-xsl.tex + texmf-dist/tex/context/bib/bibl-ams.tex + texmf-dist/tex/context/bib/bibl-apa-de.tex + texmf-dist/tex/context/bib/bibl-apa-fr.tex + texmf-dist/tex/context/bib/bibl-apa.tex + texmf-dist/tex/context/bib/bibl-aps.tex + texmf-dist/tex/context/bib/bibl-num-fr.tex + texmf-dist/tex/context/bib/bibl-num.tex + texmf-dist/tex/context/bib/bibl-ssa.tex + texmf-dist/tex/context/bib/t-bib.mkii + texmf-dist/tex/context/bib/t-bib.mkiv + texmf-dist/tex/context/bib/t-bib.tex + texmf-dist/tex/context/bib/t-bibltx.tex + texmf-dist/tex/context/config/cont-cz.ini + texmf-dist/tex/context/config/cont-de.ini + texmf-dist/tex/context/config/cont-en.ini + texmf-dist/tex/context/config/cont-fmt.tex + 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/config/cont-uk.ini + texmf-dist/tex/context/config/cont-usr.tex + texmf-dist/tex/context/extra/mag-0000.tex + texmf-dist/tex/context/extra/setup-qr.tex + texmf-dist/tex/context/extra/showunic.tex + texmf-dist/tex/context/foxet/fe-bryson.xml + texmf-dist/tex/context/foxet/fe-ward.xml + texmf-dist/tex/context/foxet/fe-zapf.xml + texmf-dist/tex/context/foxet/fo-0101.fo + texmf-dist/tex/context/foxet/fo-0102.fo + texmf-dist/tex/context/foxet/fo-0103.fo + texmf-dist/tex/context/foxet/fo-0201.fo + texmf-dist/tex/context/foxet/fo-0301.fo + texmf-dist/tex/context/foxet/fo-0601.fo + texmf-dist/tex/context/foxet/fo-0602.fo + texmf-dist/tex/context/foxet/fo-0603.fo + texmf-dist/tex/context/foxet/fo-0604.fo + texmf-dist/tex/context/foxet/fo-0611.fo + texmf-dist/tex/context/foxet/fo-0612.fo + texmf-dist/tex/context/foxet/fo-0613.fo + texmf-dist/tex/context/foxet/fo-0621.fo + texmf-dist/tex/context/foxet/fo-0641.fo + texmf-dist/tex/context/foxet/fo-0642.fo + texmf-dist/tex/context/foxet/fo-0643.fo + texmf-dist/tex/context/foxet/fo-0644.fo + texmf-dist/tex/context/foxet/fo-0650.fo + texmf-dist/tex/context/foxet/fo-0651.fo + texmf-dist/tex/context/foxet/fo-0701.fo + texmf-dist/tex/context/foxet/fo-0801.fo + texmf-dist/tex/context/foxet/fo-0901.fo + texmf-dist/tex/context/foxet/fo-0902.fo + texmf-dist/tex/context/foxet/fo-1001.fo + texmf-dist/tex/context/foxet/fo-1002.fo + texmf-dist/tex/context/foxet/fo-1003.fo + texmf-dist/tex/context/foxet/fo-1004.fo + texmf-dist/tex/context/foxet/fo-1101.fo + texmf-dist/tex/context/foxet/fo-1102.fo + texmf-dist/tex/context/foxet/fo-1103.fo + texmf-dist/tex/context/foxet/fo-1104.fo + texmf-dist/tex/context/foxet/fo-1201.fo + texmf-dist/tex/context/interface/cont-cs.xml + texmf-dist/tex/context/interface/cont-de.xml + texmf-dist/tex/context/interface/cont-en.xml + texmf-dist/tex/context/interface/cont-fr.xml + texmf-dist/tex/context/interface/cont-it.xml + texmf-dist/tex/context/interface/cont-nl.xml + texmf-dist/tex/context/interface/cont-pe.xml + texmf-dist/tex/context/interface/cont-ro.xml + texmf-dist/tex/context/interface/keys-cs.xml + texmf-dist/tex/context/interface/keys-cz.xml + texmf-dist/tex/context/interface/keys-de.xml + texmf-dist/tex/context/interface/keys-en.xml + texmf-dist/tex/context/interface/keys-fr.xml + texmf-dist/tex/context/interface/keys-it.xml + texmf-dist/tex/context/interface/keys-nl.xml + texmf-dist/tex/context/interface/keys-pe.xml + texmf-dist/tex/context/interface/keys-ro.xml + texmf-dist/tex/context/interface/t-bib.xml + texmf-dist/tex/context/patterns/lang-agr.hyp + texmf-dist/tex/context/patterns/lang-agr.pat + texmf-dist/tex/context/patterns/lang-ba.hyp + texmf-dist/tex/context/patterns/lang-ba.pat + texmf-dist/tex/context/patterns/lang-bg.hyp + texmf-dist/tex/context/patterns/lang-bg.pat + texmf-dist/tex/context/patterns/lang-bg.rme + texmf-dist/tex/context/patterns/lang-ca.hyp + texmf-dist/tex/context/patterns/lang-ca.pat + texmf-dist/tex/context/patterns/lang-ca.rme + texmf-dist/tex/context/patterns/lang-cs.hyp + texmf-dist/tex/context/patterns/lang-cs.pat + texmf-dist/tex/context/patterns/lang-cs.rme + texmf-dist/tex/context/patterns/lang-cy.hyp + texmf-dist/tex/context/patterns/lang-cy.pat + texmf-dist/tex/context/patterns/lang-da.hyp + texmf-dist/tex/context/patterns/lang-da.pat + texmf-dist/tex/context/patterns/lang-da.rme + texmf-dist/tex/context/patterns/lang-de.hyp + texmf-dist/tex/context/patterns/lang-de.pat + texmf-dist/tex/context/patterns/lang-de.rme + texmf-dist/tex/context/patterns/lang-deo.hyp + texmf-dist/tex/context/patterns/lang-deo.pat + texmf-dist/tex/context/patterns/lang-deo.rme + texmf-dist/tex/context/patterns/lang-es.hyp + texmf-dist/tex/context/patterns/lang-es.pat + texmf-dist/tex/context/patterns/lang-es.rme + texmf-dist/tex/context/patterns/lang-et.hyp + texmf-dist/tex/context/patterns/lang-et.pat + texmf-dist/tex/context/patterns/lang-et.rme + texmf-dist/tex/context/patterns/lang-eu.hyp + texmf-dist/tex/context/patterns/lang-eu.pat + texmf-dist/tex/context/patterns/lang-eu.rme + texmf-dist/tex/context/patterns/lang-fi.hyp + texmf-dist/tex/context/patterns/lang-fi.pat + texmf-dist/tex/context/patterns/lang-fi.rme + texmf-dist/tex/context/patterns/lang-fr.hyp + texmf-dist/tex/context/patterns/lang-fr.pat + texmf-dist/tex/context/patterns/lang-fr.rme + texmf-dist/tex/context/patterns/lang-gb.hyp + texmf-dist/tex/context/patterns/lang-gb.pat + texmf-dist/tex/context/patterns/lang-gb.rme + texmf-dist/tex/context/patterns/lang-hr.hyp + texmf-dist/tex/context/patterns/lang-hr.pat + texmf-dist/tex/context/patterns/lang-hr.rme + texmf-dist/tex/context/patterns/lang-hu.hyp + texmf-dist/tex/context/patterns/lang-hu.pat + texmf-dist/tex/context/patterns/lang-hu.rme + texmf-dist/tex/context/patterns/lang-il.hyp + texmf-dist/tex/context/patterns/lang-il.pat + texmf-dist/tex/context/patterns/lang-il.rme + texmf-dist/tex/context/patterns/lang-is.hyp + texmf-dist/tex/context/patterns/lang-is.pat + texmf-dist/tex/context/patterns/lang-it.hyp + texmf-dist/tex/context/patterns/lang-it.pat + texmf-dist/tex/context/patterns/lang-it.rme + texmf-dist/tex/context/patterns/lang-la.hyp + texmf-dist/tex/context/patterns/lang-la.pat + texmf-dist/tex/context/patterns/lang-la.rme + texmf-dist/tex/context/patterns/lang-nb.hyp + texmf-dist/tex/context/patterns/lang-nb.pat + texmf-dist/tex/context/patterns/lang-nb.rme + texmf-dist/tex/context/patterns/lang-nl.hyp + texmf-dist/tex/context/patterns/lang-nl.pat + texmf-dist/tex/context/patterns/lang-nl.rhl + texmf-dist/tex/context/patterns/lang-nl.rme + texmf-dist/tex/context/patterns/lang-nl.rpl + texmf-dist/tex/context/patterns/lang-nn.hyp + texmf-dist/tex/context/patterns/lang-nn.pat + texmf-dist/tex/context/patterns/lang-nn.rme + texmf-dist/tex/context/patterns/lang-no.hyp + texmf-dist/tex/context/patterns/lang-no.pat + texmf-dist/tex/context/patterns/lang-pl.hyp + texmf-dist/tex/context/patterns/lang-pl.pat + texmf-dist/tex/context/patterns/lang-pl.rme + texmf-dist/tex/context/patterns/lang-pt.hyp + texmf-dist/tex/context/patterns/lang-pt.pat + texmf-dist/tex/context/patterns/lang-pt.rme + texmf-dist/tex/context/patterns/lang-ro.hyp + texmf-dist/tex/context/patterns/lang-ro.pat + texmf-dist/tex/context/patterns/lang-ro.rme + texmf-dist/tex/context/patterns/lang-ru.hyp + texmf-dist/tex/context/patterns/lang-ru.pat + texmf-dist/tex/context/patterns/lang-ru.rme + texmf-dist/tex/context/patterns/lang-sk.hyp + texmf-dist/tex/context/patterns/lang-sk.pat + texmf-dist/tex/context/patterns/lang-sk.rme + texmf-dist/tex/context/patterns/lang-sl.hyp + texmf-dist/tex/context/patterns/lang-sl.pat + texmf-dist/tex/context/patterns/lang-sl.rme + texmf-dist/tex/context/patterns/lang-sv.hyp + texmf-dist/tex/context/patterns/lang-sv.pat + texmf-dist/tex/context/patterns/lang-sv.rme + texmf-dist/tex/context/patterns/lang-tr.hyp + texmf-dist/tex/context/patterns/lang-tr.pat + texmf-dist/tex/context/patterns/lang-tr.rme + texmf-dist/tex/context/patterns/lang-uk.hyp + texmf-dist/tex/context/patterns/lang-uk.pat + texmf-dist/tex/context/patterns/lang-uk.rme + texmf-dist/tex/context/patterns/lang-us.hyp + texmf-dist/tex/context/patterns/lang-us.pat + texmf-dist/tex/context/patterns/lang-us.rme + texmf-dist/tex/context/sample/aesop-de.tex + texmf-dist/tex/context/sample/bryson.tex + texmf-dist/tex/context/sample/davis.tex + texmf-dist/tex/context/sample/dawkins.tex + texmf-dist/tex/context/sample/demo-cld.cld + texmf-dist/tex/context/sample/demo-mps.tex + texmf-dist/tex/context/sample/demo-tex.tex + texmf-dist/tex/context/sample/demo-xml.tex + texmf-dist/tex/context/sample/douglas.tex + texmf-dist/tex/context/sample/hawking.tex + texmf-dist/tex/context/sample/knuth.tex + texmf-dist/tex/context/sample/linden.tex + texmf-dist/tex/context/sample/materie.tex + texmf-dist/tex/context/sample/montgomery.tex + texmf-dist/tex/context/sample/reich.tex + texmf-dist/tex/context/sample/sample.tex + texmf-dist/tex/context/sample/thuan.tex + texmf-dist/tex/context/sample/tufte.tex + texmf-dist/tex/context/sample/ward.tex + texmf-dist/tex/context/sample/weisman.tex + texmf-dist/tex/context/sample/zapf.tex + texmf-dist/tex/context/test/chem-str-test.tex + texmf-dist/tex/context/test/context-test.tex + texmf-dist/tex/context/test/sort-lan-test.tex + texmf-dist/tex/context/test/x-cals-test.cdx + texmf-dist/tex/context/test/x-cals-test.tex + texmf-dist/tex/context/test/x-cals-test.xml + texmf-dist/tex/context/test/x-cml-test.tex + texmf-dist/tex/context/test/x-cml-test.xml + texmf-dist/tex/context/test/x-ct-test.tex + texmf-dist/tex/context/test/x-ct-test.xml + texmf-dist/tex/context/test/x-mmp-test.tex + texmf-dist/tex/context/test/x-mmp-test.xml + texmf-dist/tex/context/user/cont-sys.rme + texmf-dist/tex/generic/context/luatex-basics.tex + texmf-dist/tex/generic/context/luatex-fonts-merged.lua + texmf-dist/tex/generic/context/luatex-fonts.lua + texmf-dist/tex/generic/context/luatex-fonts.tex + texmf-dist/tex/generic/context/luatex-mplib.lua + texmf-dist/tex/generic/context/luatex-mplib.tex + texmf-dist/tex/generic/context/luatex-plain.tex + texmf-dist/tex/generic/context/luatex-test.tex + texmf-dist/tex/generic/context/m-ch-de.tex + texmf-dist/tex/generic/context/m-ch-en.tex + texmf-dist/tex/generic/context/m-ch-nl.tex + texmf-dist/tex/generic/context/m-metapo.tex + texmf-dist/tex/generic/context/mptopdf.tex + texmf-dist/tex/generic/context/ppchtex.noc + texmf-dist/tex/latex/context/m-ch-de.sty + texmf-dist/tex/latex/context/m-ch-en.sty + texmf-dist/tex/latex/context/m-ch-nl.sty + texmf-dist/tex/latex/context/m-metapo.sty + texmf-dist/tex/latex/context/m-pictex.sty + texmf-dist/tex/mptopdf/config/mptopdf.ini +catalogue-ctan /macros/context/current +catalogue-date 2009-09-24 20:53:04 +0200 +catalogue-license other-free + +name context-account +category ConTeXt +revision 15878 +shortdesc A simple accounting package. +docfiles size=30 + texmf-dist/doc/context/third/account/README details="Readme" + texmf-dist/doc/context/third/account/account-doc.pdf details="Package documentation" +runfiles size=11 + texmf-dist/tex/context/interface/third/t-account.xml + texmf-dist/tex/context/third/account/t-account.mkii + texmf-dist/tex/context/third/account/t-account.mkiv + texmf-dist/tex/context/third/account/t-account.tex + texmf-dist/tex/context/third/account/t-floatnumber.mkii + texmf-dist/tex/context/third/account/t-floatnumber.mkiv + texmf-dist/tex/context/third/account/t-floatnumber.tex +catalogue-ctan /macros/context/contrib/context-account +catalogue-date 2009-02-07 09:38:09 +0100 +catalogue-license pd + +name context-algorithmic +category ConTeXt +revision 15878 +shortdesc Algorithm handling. +longdesc Support for typesetting algorithms. +runfiles size=2 + texmf-dist/tex/context/third/algorithmic/t-algorithmic.tex +catalogue-ctan /macros/context/contrib/context-algorithmic +catalogue-date 2009-06-16 11:13:41 +0200 +catalogue-license pd + +name context-bnf +category ConTeXt +revision 15878 +shortdesc A BNF module for Context. +longdesc The module provides a simple way to write good-looking BNF- +longdesc style grammars in ConTeXt. Grammars are written using the BNF +longdesc syntax right in your ConTeXt documents, so there is a clear +longdesc separation between content and layout. This allows the user to +longdesc decide exactly how the grammar is to be displayed, while also +longdesc allowing the gist of the grammar to be understood from simply +longdesc looking at the source ConTeXt document. +docfiles size=71 + texmf-dist/doc/context/third/bnf/NEWS + texmf-dist/doc/context/third/bnf/README + texmf-dist/doc/context/third/bnf/t-bnf.pdf +runfiles size=2 + texmf-dist/tex/context/third/bnf/t-bnf.tex +catalogue-ctan /macros/context/contrib/context-bnf +catalogue-date 2008-08-18 23:54:09 +0200 +catalogue-license gpl + +name context-chromato +category ConTeXt +revision 15878 +shortdesc ConTeXt macros for chromatograms. +longdesc The module provides macros for drawing chromatograms. +docfiles size=60 + texmf-dist/doc/context/third/chromato/chromato-demo.pdf details="Package usage demo" + texmf-dist/doc/context/third/chromato/chromato-doc.pdf details="Package documentation" +runfiles size=2 + texmf-dist/tex/context/third/chromato/t-chromato.tex +catalogue-ctan /macros/context/contrib/context-chromato +catalogue-date 2006-08-27 16:41:02 +0100 +catalogue-license gpl + +name context-construction-plan +category ConTeXt +revision 15878 +shortdesc Construction plans in ConTeXt. +longdesc Generate a page with a figure at a well-defined scale. +docfiles size=119 + texmf-dist/doc/context/third/construction-plan/construction-plan-demo.pdf details="Example of use" + texmf-dist/doc/context/third/construction-plan/construction-plan-doc.pdf details="Package documentation" +runfiles size=2 + texmf-dist/tex/context/third/construction-plan/t-construction-plan.tex +catalogue-ctan /macros/context/contrib/context-construction-plan +catalogue-date 2008-08-18 23:54:09 +0200 +catalogue-license gpl + +name context-degrade +category ConTeXt +revision 15878 +shortdesc Degrading JPEG images in ConTeXt. +docfiles size=48 + texmf-dist/doc/context/third/degrade/degrade-demo.pdf details="Example of use" + texmf-dist/doc/context/third/degrade/degrade-doc.pdf details="Package documentation" +runfiles size=2 + texmf-dist/tex/context/third/degrade/t-degrade.tex +catalogue-ctan /macros/context/contrib/context-degrade +catalogue-date 2008-08-18 23:54:09 +0200 +catalogue-license gpl + +name context-fixme +category ConTeXt +revision 15878 +shortdesc Make editorial marks on a document. +longdesc The module will create a variety of marks, and produce +longdesc summaries by mark type. +runfiles size=2 + texmf-dist/tex/context/third/fixme/t-fixme.tex +catalogue-ctan /macros/context/contrib/context-fixme +catalogue-date 2009-06-16 11:13:41 +0200 +catalogue-license pd + +name context-french +category ConTeXt +revision 15878 +shortdesc Support for writing French in ConTeXt. +longdesc Deals with spacing around French punctuation. +docfiles size=22 + texmf-dist/doc/context/third/french/french-demo.pdf details="Example of use" + texmf-dist/doc/context/third/french/french-doc.pdf details="Package documentation" +runfiles size=1 + texmf-dist/tex/context/third/french/t-french.tex +catalogue-ctan /macros/context/contrib/context-french +catalogue-date 2009-10-11 01:33:30 +0200 +catalogue-license gpl + +name context-games +category ConTeXt +revision 15878 +depend skaknew +docfiles size=10 + texmf-dist/doc/context/third/games/README + texmf-dist/doc/context/third/games/games-doc.pdf +runfiles size=14 + texmf-dist/tex/context/third/games/games-go.lua + texmf-dist/tex/context/third/games/games-go.tex + texmf-dist/tex/context/third/games/games-hex.lua + texmf-dist/tex/context/third/games/games-hex.tex + texmf-dist/tex/context/third/games/holz280.jpg + texmf-dist/tex/context/third/games/t-games.tex + +name context-gnuplot +category ConTeXt +revision 15878 +shortdesc Inclusion of Gnuplot graphs in ConTeXt. +longdesc Enables simple creation and inclusion of graphs with Gnuplot. +longdesc The package writes a script into temporary file, runs Gnuplot +longdesc and includes the resulting graphic directly into the document. +longdesc You probably also want to have the Gnuplot extension for the +longdesc package (though it's not yet part of official Gnuplot). +runfiles size=16 + texmf-dist/metapost/context/third/gnuplot/mp-gnuplot.mp + texmf-dist/tex/context/third/gnuplot/t-gnuplot.tex +catalogue-ctan /macros/context/contrib/context-gnuplot +catalogue-date 2006-08-27 16:41:02 +0100 +catalogue-license gpl + +name context-letter +category ConTeXt +revision 15878 +shortdesc Context package for writing letters. +longdesc A means of writing 'vanilla' letters is provided; the design of +longdesc letters may be amended by a wide range of style specifications. +docfiles size=96 + texmf-dist/doc/context/third/letter/README details="Readme" + texmf-dist/doc/context/third/letter/correspondence.pdf details="Manual: correspondence with ConTeXt" + texmf-dist/doc/context/third/letter/todo.txt +srcfiles size=31 + texmf-dist/source/context/third/letter/doc/correspondence-environment.tex + texmf-dist/source/context/third/letter/doc/correspondence-introduction.tex + texmf-dist/source/context/third/letter/doc/correspondence-labeltext.tex + texmf-dist/source/context/third/letter/doc/correspondence-letter-background.tex + texmf-dist/source/context/third/letter/doc/correspondence-letter-beginner.tex + texmf-dist/source/context/third/letter/doc/correspondence-letter-examples.tex + texmf-dist/source/context/third/letter/doc/correspondence-letter-extension.tex + texmf-dist/source/context/third/letter/doc/correspondence-letter-header.tex + texmf-dist/source/context/third/letter/doc/correspondence-letter-interface.tex + texmf-dist/source/context/third/letter/doc/correspondence-letter-layout.tex + texmf-dist/source/context/third/letter/doc/correspondence-letter-pagenumber.tex + texmf-dist/source/context/third/letter/doc/correspondence-letter-reference.tex + texmf-dist/source/context/third/letter/doc/correspondence-letter-styles.tex + texmf-dist/source/context/third/letter/doc/correspondence-letter-values.tex + texmf-dist/source/context/third/letter/doc/correspondence-resume-examples.tex + texmf-dist/source/context/third/letter/doc/correspondence-resume-interface.tex + texmf-dist/source/context/third/letter/doc/correspondence-revision.tex + texmf-dist/source/context/third/letter/doc/correspondence.tex +runfiles size=70 + texmf-dist/tex/context/interface/third/t-letter.xml + texmf-dist/tex/context/interface/third/t-resume.xml + texmf-dist/tex/context/third/letter/base/t-correspondence.mkii + texmf-dist/tex/context/third/letter/base/t-correspondence.mkiv + texmf-dist/tex/context/third/letter/base/t-correspondence.tex + texmf-dist/tex/context/third/letter/base/t-letter.tex + texmf-dist/tex/context/third/letter/base/t-resume.tex + texmf-dist/tex/context/third/letter/extension/addrentry.nle + texmf-dist/tex/context/third/letter/extension/corres.nle + texmf-dist/tex/context/third/letter/extension/label.nle + texmf-dist/tex/context/third/letter/extension/optimize.nle + texmf-dist/tex/context/third/letter/extension/pragma.nle + texmf-dist/tex/context/third/letter/interface/default.nli + texmf-dist/tex/context/third/letter/interface/default.nri + texmf-dist/tex/context/third/letter/interface/knuth.nli + texmf-dist/tex/context/third/letter/interface/moderncv.nri + texmf-dist/tex/context/third/letter/interface/pragma.nli + texmf-dist/tex/context/third/letter/style/blockstyle.nls + texmf-dist/tex/context/third/letter/style/casual.nrs + texmf-dist/tex/context/third/letter/style/classic.nrs + texmf-dist/tex/context/third/letter/style/default.nls + texmf-dist/tex/context/third/letter/style/default.nrs + texmf-dist/tex/context/third/letter/style/dina.nls + texmf-dist/tex/context/third/letter/style/dinb.nls + texmf-dist/tex/context/third/letter/style/dutch.nls + texmf-dist/tex/context/third/letter/style/english.nls + texmf-dist/tex/context/third/letter/style/french.nls + texmf-dist/tex/context/third/letter/style/fullblock.nls + texmf-dist/tex/context/third/letter/style/hanging.nls + texmf-dist/tex/context/third/letter/style/knuth.nls + texmf-dist/tex/context/third/letter/style/memo.nls + texmf-dist/tex/context/third/letter/style/modified.nls + texmf-dist/tex/context/third/letter/style/pragma.nls + texmf-dist/tex/context/third/letter/style/semiblock.nls + texmf-dist/tex/context/third/letter/style/simplified.nls + texmf-dist/tex/context/third/letter/style/swiss.nls + texmf-dist/tex/context/third/letter/style/swissleft.nls + texmf-dist/tex/context/third/letter/style/user.ori +catalogue-ctan /macros/context/contrib/context-letter +catalogue-date 2009-10-14 09:19:02 +0200 +catalogue-license pd + +name context-lettrine +category ConTeXt +revision 15878 +shortdesc A ConTeXt implementation of lettrines. +longdesc This is a re-implementation of the LaTeX package lettrine. +docfiles size=31 + texmf-dist/doc/context/third/lettrine/W.pdf + texmf-dist/doc/context/third/lettrine/lettrine-doc.pdf details="MAPS paper about the package" + texmf-dist/doc/context/third/lettrine/lettrine-doc.tex +runfiles size=3 + texmf-dist/tex/context/interface/third/lettrine.xml + texmf-dist/tex/context/third/lettrine/t-lettrine.tex +catalogue-ctan /macros/context/contrib/context-lettrine +catalogue-date 2009-01-30 23:54:25 +0100 +catalogue-license pd + +name context-lilypond +category ConTeXt +revision 15878 +shortdesc Lilypond code in ConTeXt. +longdesc Includes lilypond music definitions direct in a ConTeXt +longdesc document. +docfiles size=28 + texmf-dist/doc/context/third/lilypond/t-lilypond.pdf +runfiles size=4 + texmf-dist/tex/context/third/lilypond/t-lilypond.tex +catalogue-ctan /macros/context/contrib/context-lilypond +catalogue-date 2009-06-06 20:50:36 +0200 +catalogue-license gpl + +name context-mathsets +category ConTeXt +revision 15878 +shortdesc Set notation in ConTeXt. +longdesc Typeset good-looking set notation (e.g., {x|x \in Y}), as well +longdesc as similar things such as Dirac bra-ket notation, conditional +longdesc probabilities, etc. The package is a partial port of Donald +longdesc Arseneau's LaTeX package braket. +docfiles size=102 + texmf-dist/doc/context/third/mathsets/README details="Readme" + texmf-dist/doc/context/third/mathsets/mathsets-doc.pdf details="Package documentation" +runfiles size=4 + texmf-dist/tex/context/interface/third/t-mathsets.xml + texmf-dist/tex/context/third/mathsets/t-mathsets.tex +catalogue-ctan /macros/context/contrib/context-mathsets +catalogue-date 2009-01-08 00:17:47 +0100 +catalogue-license noinfo + +name context-notes-zh-cn +category Package +revision 15878 +shortdesc Notes on using ConTeXt MkIV. +longdesc An introductory tutorial on ConTeXt, in Chinese. The document +longdesc covers ConTeXt installation, fonts, layout design, cross- +longdesc reference, project structure, metafun and presentation design. +docfiles size=248 + texmf-dist/doc/context/third/context-notes-zh-cn/README details="Readme" + texmf-dist/doc/context/third/context-notes-zh-cn/ctxnotes.pdf details="The document itself" + texmf-dist/doc/context/third/context-notes-zh-cn/src/Makefile + texmf-dist/doc/context/third/context-notes-zh-cn/src/basis.tex + texmf-dist/doc/context/third/context-notes-zh-cn/src/bibliography.bib + texmf-dist/doc/context/third/context-notes-zh-cn/src/cover.tex + texmf-dist/doc/context/third/context-notes-zh-cn/src/ctxnotes.tex + texmf-dist/doc/context/third/context-notes-zh-cn/src/doc-env.tex + texmf-dist/doc/context/third/context-notes-zh-cn/src/figures/bookmark.png + texmf-dist/doc/context/third/context-notes-zh-cn/src/figures/cow.pdf + texmf-dist/doc/context/third/context-notes-zh-cn/src/figures/gardeninglion.jpg + texmf-dist/doc/context/third/context-notes-zh-cn/src/figures/header.png + texmf-dist/doc/context/third/context-notes-zh-cn/src/fonts.tex + texmf-dist/doc/context/third/context-notes-zh-cn/src/layout.tex + texmf-dist/doc/context/third/context-notes-zh-cn/src/metafun.tex + texmf-dist/doc/context/third/context-notes-zh-cn/src/presentation.tex + texmf-dist/doc/context/third/context-notes-zh-cn/src/project.tex + texmf-dist/doc/context/third/context-notes-zh-cn/src/references.tex + texmf-dist/doc/context/third/context-notes-zh-cn/src/zhfonts.tex +catalogue-ctan /info/context-notes-zh-cn +catalogue-date 2009-07-09 12:47:53 +0200 +catalogue-license gpl + +name context-simplefonts +category ConTeXt +revision 15878 +shortdesc Simplified font usage for ConTeXt. +longdesc The package defines a set of commands for dealing with a new +longdesc font in ConTeXt. +docfiles size=14 + texmf-dist/doc/context/third/simplefonts/README details="Readme (German)" language="de" + texmf-dist/doc/context/third/simplefonts/simplefonts.pdf details="Command summary" +srcfiles size=1 + texmf-dist/source/context/third/simplefonts/doc/simplefonts.tex +runfiles size=11 + texmf-dist/tex/context/third/simplefonts/t-simplefonts.lua + texmf-dist/tex/context/third/simplefonts/t-simplefonts.tex +catalogue-ctan /macros/context/contrib/context-simplefonts +catalogue-date 2009-10-26 08:55:58 +0100 +catalogue-license pd + +name context-simpleslides +category ConTeXt +revision 15878 +shortdesc A module for preparing presentations. +longdesc This Context module provides an easy-to-use interface for +longdesc creating presentations for use with a digital projector. The +longdesc presentations are not interactive (no buttons, hyperlinks or +longdesc navigational tools such as tables of contents). Graphics may be +longdesc mixed with the text of slides. The module provides several +longdesc predefined styles, designed for academic presentation. Most +longdesc styles are configurable, and it is easy to design new styles. +docfiles size=1931 + texmf-dist/doc/context/third/simpleslides/simpleslides.pdf + texmf-dist/doc/context/third/simpleslides/simpleslides.tex + texmf-dist/doc/context/third/simpleslides/solutions/generic-talk-15min-45min.tex + texmf-dist/doc/context/third/simpleslides/solutions/speaker_introduction-2min.tex + texmf-dist/doc/context/third/simpleslides/solutions/style-template.tex + texmf-dist/doc/context/third/simpleslides/styles/BigNumber-blue.pdf + texmf-dist/doc/context/third/simpleslides/styles/BigNumber-red.pdf + texmf-dist/doc/context/third/simpleslides/styles/BottomSquares.pdf + texmf-dist/doc/context/third/simpleslides/styles/Boxed.pdf + texmf-dist/doc/context/third/simpleslides/styles/Ellipse.pdf + texmf-dist/doc/context/third/simpleslides/styles/Embossed.pdf + texmf-dist/doc/context/third/simpleslides/styles/Framed-square.pdf + texmf-dist/doc/context/third/simpleslides/styles/Framed-stripe.pdf + texmf-dist/doc/context/third/simpleslides/styles/FramedTitle.pdf + texmf-dist/doc/context/third/simpleslides/styles/HorizontalStripes-blue.pdf + texmf-dist/doc/context/third/simpleslides/styles/HorizontalStripes-green.pdf + texmf-dist/doc/context/third/simpleslides/styles/HorizontalStripes-red.pdf + texmf-dist/doc/context/third/simpleslides/styles/NarrowStripes-blue.pdf + texmf-dist/doc/context/third/simpleslides/styles/NarrowStripes-green.pdf + texmf-dist/doc/context/third/simpleslides/styles/NarrowStripes-red.pdf + texmf-dist/doc/context/third/simpleslides/styles/RainbowStripe.pdf + texmf-dist/doc/context/third/simpleslides/styles/Rounded.pdf + texmf-dist/doc/context/third/simpleslides/styles/Shaded-blue.pdf + texmf-dist/doc/context/third/simpleslides/styles/Shaded-green.pdf + texmf-dist/doc/context/third/simpleslides/styles/SideSquares.pdf + texmf-dist/doc/context/third/simpleslides/styles/Split.pdf + texmf-dist/doc/context/third/simpleslides/styles/Sunrise.pdf + texmf-dist/doc/context/third/simpleslides/styles/Swoosh.pdf + texmf-dist/doc/context/third/simpleslides/styles/ThickStripes.pdf +runfiles size=45 + texmf-dist/tex/context/interface/third/t-simpleslides.xml + texmf-dist/tex/context/third/simpleslides/simpleslides-f-default.tex + texmf-dist/tex/context/third/simpleslides/simpleslides-s-BigNumber.tex + texmf-dist/tex/context/third/simpleslides/simpleslides-s-BottomSquares.tex + texmf-dist/tex/context/third/simpleslides/simpleslides-s-Boxed.tex + texmf-dist/tex/context/third/simpleslides/simpleslides-s-Ellipse.tex + texmf-dist/tex/context/third/simpleslides/simpleslides-s-Embossed.tex + texmf-dist/tex/context/third/simpleslides/simpleslides-s-Framed.tex + texmf-dist/tex/context/third/simpleslides/simpleslides-s-FramedTitle.tex + texmf-dist/tex/context/third/simpleslides/simpleslides-s-HorizontalStripes.tex + texmf-dist/tex/context/third/simpleslides/simpleslides-s-NarrowStripes.tex + texmf-dist/tex/context/third/simpleslides/simpleslides-s-RainbowStripe.tex + texmf-dist/tex/context/third/simpleslides/simpleslides-s-Rounded.tex + texmf-dist/tex/context/third/simpleslides/simpleslides-s-Shaded.tex + texmf-dist/tex/context/third/simpleslides/simpleslides-s-SideSquares.tex + texmf-dist/tex/context/third/simpleslides/simpleslides-s-Split.tex + texmf-dist/tex/context/third/simpleslides/simpleslides-s-Sunrise.tex + texmf-dist/tex/context/third/simpleslides/simpleslides-s-Swoosh.tex + texmf-dist/tex/context/third/simpleslides/simpleslides-s-ThickStripes.tex + texmf-dist/tex/context/third/simpleslides/simpleslides-s-default.tex + texmf-dist/tex/context/third/simpleslides/t-simpleslides.tex +catalogue-ctan /macros/context/contrib/context-simpleslides +catalogue-date 2009-11-03 08:08:57 +0100 +catalogue-license gpl + +name context-top-ten +category Package +revision 15878 +shortdesc The "top ten" ConTeXt commands. +longdesc This is an introductory document on ConTeXt. In the beginning +longdesc of the ConTeXt manual, Hans Hagen lists the ten most frequently +longdesc used groups of commands. This short document explains these +longdesc commands in some detail; it is structured as a presentation. +docfiles size=242 + texmf-dist/doc/context/third/context-top-ten/README details="Readme" + texmf-dist/doc/context/third/context-top-ten/cmds.pdf details="The document itself" + texmf-dist/doc/context/third/context-top-ten/src/Makefile + texmf-dist/doc/context/third/context-top-ten/src/apple.pdf + texmf-dist/doc/context/third/context-top-ten/src/bg-slide.asy + texmf-dist/doc/context/third/context-top-ten/src/bg-slide.eps + texmf-dist/doc/context/third/context-top-ten/src/bg-slide.pdf + texmf-dist/doc/context/third/context-top-ten/src/cmds.pdf details="The document itself" + texmf-dist/doc/context/third/context-top-ten/src/cmds.tex + texmf-dist/doc/context/third/context-top-ten/src/ctanlion.pdf + texmf-dist/doc/context/third/context-top-ten/src/fish.pdf + texmf-dist/doc/context/third/context-top-ten/src/gnu.pdf + texmf-dist/doc/context/third/context-top-ten/src/hacker.pdf + texmf-dist/doc/context/third/context-top-ten/src/post.pdf + texmf-dist/doc/context/third/context-top-ten/src/sin.asy + texmf-dist/doc/context/third/context-top-ten/src/sin.pdf + texmf-dist/doc/context/third/context-top-ten/src/slide-bg.pdf + texmf-dist/doc/context/third/context-top-ten/src/title-slide.pdf +catalogue-ctan /info/context-top-ten +catalogue-date 2009-07-13 10:25:38 +0200 +catalogue-license fdl +catalogue-version 32 + +name context-typearea +category ConTeXt +revision 15878 +shortdesc Something like Koma-Script typearea. +longdesc The module provides a command that calculates the page layout +longdesc as the LaTeX package typearea does. +docfiles size=21 + texmf-dist/doc/context/third/typearea/typearea-demo.pdf details="Package demo" + texmf-dist/doc/context/third/typearea/typearea-doc.pdf details="Package documentation" +runfiles size=1 + texmf-dist/tex/context/third/typearea/t-typearea.tex +catalogue-ctan /macros/context/contrib/context-typearea +catalogue-date 2008-08-18 23:54:09 +0200 +catalogue-license gpl + +name context-typescripts +category ConTeXt +revision 15878 +shortdesc Small modules to load various fonts for use in ConTeXt. +longdesc Supported font families are Accanthis; Adobe Minion, Myriad and +longdesc Warnock; Aller; Amerika; Asana math; Baar Metanoia, Philos and +longdesc Sophia; Bera; Charis SIL; Charter; CMU; DejaVu; Droid; Exljbris +longdesc Anivers, Delicious, Diavlo, Fertigo, Fontin, Museo and Tallys; +longdesc Fontsite Bergamo and Carto Gothic; GFD Ambrosia, Artemisia, +longdesc Bodoni, Didot, Elpis, Eustace, Fleischman, Jackson, +longdesc Neohellenic, Nicefore and Theokritos; Goudy Sans; Junicode; +longdesc Justus; Kontrapunkt; Leftist; Liberation; Linux Libertine; +longdesc Luxi; MgOpen Canonica, Moderna and Modata; Miso; NICHTLUSDICK +longdesc and NICHTLUSDUENN; Pigiarniq; Richtype Francesca and Klara; +longdesc Sabon; Samba; Smeltery Audimat, Geronto, Megalopolis and +longdesc Trottoir; Tuffy; Uqammaq; Vera; Verajja; Vista Cambria, +longdesc Constantia, Calibri, Candara, Corbel and Consolas; Vollkorn; +longdesc and Yanone Kaffeesatz and Tagesschrift. +docfiles size=1 + texmf-dist/doc/context/third/typescripts/README details="Readme" +runfiles size=112 + texmf-dist/tex/context/third/typescripts/type-adobe.mkii + texmf-dist/tex/context/third/typescripts/type-adobe.mkiv + texmf-dist/tex/context/third/typescripts/type-adobe.tex + texmf-dist/tex/context/third/typescripts/type-aller.mkii + texmf-dist/tex/context/third/typescripts/type-aller.mkiv + texmf-dist/tex/context/third/typescripts/type-aller.tex + texmf-dist/tex/context/third/typescripts/type-apostrophiclab.mkii + texmf-dist/tex/context/third/typescripts/type-apostrophiclab.mkiv + texmf-dist/tex/context/third/typescripts/type-apostrophiclab.tex + texmf-dist/tex/context/third/typescripts/type-arkandis.mkii + texmf-dist/tex/context/third/typescripts/type-arkandis.mkiv + texmf-dist/tex/context/third/typescripts/type-arkandis.tex + texmf-dist/tex/context/third/typescripts/type-asana.tex + texmf-dist/tex/context/third/typescripts/type-baar.mkii + texmf-dist/tex/context/third/typescripts/type-baar.mkiv + texmf-dist/tex/context/third/typescripts/type-baar.tex + texmf-dist/tex/context/third/typescripts/type-bera.mkii + texmf-dist/tex/context/third/typescripts/type-bera.mkiv + texmf-dist/tex/context/third/typescripts/type-bera.tex + texmf-dist/tex/context/third/typescripts/type-charissil.mkii + texmf-dist/tex/context/third/typescripts/type-charissil.mkiv + texmf-dist/tex/context/third/typescripts/type-charissil.tex + texmf-dist/tex/context/third/typescripts/type-charter.mkii + texmf-dist/tex/context/third/typescripts/type-charter.mkiv + texmf-dist/tex/context/third/typescripts/type-charter.tex + texmf-dist/tex/context/third/typescripts/type-cmu.mkii + texmf-dist/tex/context/third/typescripts/type-cmu.mkiv + texmf-dist/tex/context/third/typescripts/type-cmu.tex + texmf-dist/tex/context/third/typescripts/type-dejavu.mkii + texmf-dist/tex/context/third/typescripts/type-dejavu.mkiv + texmf-dist/tex/context/third/typescripts/type-dejavu.tex + texmf-dist/tex/context/third/typescripts/type-droid.mkii + texmf-dist/tex/context/third/typescripts/type-droid.mkiv + texmf-dist/tex/context/third/typescripts/type-droid.tex + texmf-dist/tex/context/third/typescripts/type-exljbris.mkii + texmf-dist/tex/context/third/typescripts/type-exljbris.mkiv + texmf-dist/tex/context/third/typescripts/type-exljbris.tex + texmf-dist/tex/context/third/typescripts/type-fontsite.mkii + texmf-dist/tex/context/third/typescripts/type-fontsite.mkiv + texmf-dist/tex/context/third/typescripts/type-fontsite.tex + texmf-dist/tex/context/third/typescripts/type-gfs.mkii + texmf-dist/tex/context/third/typescripts/type-gfs.mkiv + texmf-dist/tex/context/third/typescripts/type-gfs.tex + texmf-dist/tex/context/third/typescripts/type-goudysans.tex + texmf-dist/tex/context/third/typescripts/type-junicode.tex + texmf-dist/tex/context/third/typescripts/type-justus.tex + texmf-dist/tex/context/third/typescripts/type-kontrapunkt.tex + texmf-dist/tex/context/third/typescripts/type-leftist.tex + texmf-dist/tex/context/third/typescripts/type-liberation.mkii + texmf-dist/tex/context/third/typescripts/type-liberation.mkiv + texmf-dist/tex/context/third/typescripts/type-liberation.tex + texmf-dist/tex/context/third/typescripts/type-linuxlibertine.mkii + texmf-dist/tex/context/third/typescripts/type-linuxlibertine.mkiv + texmf-dist/tex/context/third/typescripts/type-linuxlibertine.tex + texmf-dist/tex/context/third/typescripts/type-luxi.mkii + texmf-dist/tex/context/third/typescripts/type-luxi.mkiv + texmf-dist/tex/context/third/typescripts/type-luxi.tex + texmf-dist/tex/context/third/typescripts/type-mgopen.mkii + texmf-dist/tex/context/third/typescripts/type-mgopen.mkiv + texmf-dist/tex/context/third/typescripts/type-mgopen.tex + texmf-dist/tex/context/third/typescripts/type-miso.tex + texmf-dist/tex/context/third/typescripts/type-nichtlustig.tex + texmf-dist/tex/context/third/typescripts/type-optical.tex + texmf-dist/tex/context/third/typescripts/type-pigiarniq.mkii + texmf-dist/tex/context/third/typescripts/type-pigiarniq.mkiv + texmf-dist/tex/context/third/typescripts/type-pigiarniq.tex + texmf-dist/tex/context/third/typescripts/type-richtype.mkii + texmf-dist/tex/context/third/typescripts/type-richtype.mkiv + texmf-dist/tex/context/third/typescripts/type-richtype.tex + texmf-dist/tex/context/third/typescripts/type-sabon.tex + texmf-dist/tex/context/third/typescripts/type-samba.tex + texmf-dist/tex/context/third/typescripts/type-smeltery.mkii + texmf-dist/tex/context/third/typescripts/type-smeltery.mkiv + texmf-dist/tex/context/third/typescripts/type-smeltery.tex + texmf-dist/tex/context/third/typescripts/type-tuffy.tex + texmf-dist/tex/context/third/typescripts/type-uqammaq.tex + texmf-dist/tex/context/third/typescripts/type-vera.mkii + texmf-dist/tex/context/third/typescripts/type-vera.mkiv + texmf-dist/tex/context/third/typescripts/type-vera.tex + texmf-dist/tex/context/third/typescripts/type-verajja.mkii + texmf-dist/tex/context/third/typescripts/type-verajja.mkiv + texmf-dist/tex/context/third/typescripts/type-verajja.tex + texmf-dist/tex/context/third/typescripts/type-vista.mkii + texmf-dist/tex/context/third/typescripts/type-vista.mkiv + texmf-dist/tex/context/third/typescripts/type-vista.tex + texmf-dist/tex/context/third/typescripts/type-vollkorn.tex + texmf-dist/tex/context/third/typescripts/type-yanone.mkii + texmf-dist/tex/context/third/typescripts/type-yanone.mkiv + texmf-dist/tex/context/third/typescripts/type-yanone.tex +catalogue-ctan /macros/context/contrib/context-typescripts +catalogue-date 2009-06-17 08:20:09 +0200 +catalogue-license gpl2 + +name context-vim +category ConTeXt +revision 15878 +shortdesc Generate Context syntax highlighting code from vim. +longdesc ConTeXt has excellent pretty printing capabilities for many +longdesc languages. The code for pretty printing is written in TeX, and +longdesc due to catcode juggling, such verbatim typesetting is perhaps +longdesc the trickiest part of TeX. This makes it difficult for a +longdesc "normal" user to define syntax highlighting rules for a new +longdesc language. This module takes the onus of defining syntax +longdesc highlighting rules away from the user and uses ViM editor to +longdesc generate the syntax highlighting. There is a helper +longdesc 2context.vim script to do the syntax parsing in ViM. This is a +longdesc stop-gap method, and hopefully with LuaTeX, things will be much +longdesc easier. +docfiles size=102 + texmf-dist/doc/context/third/vim/README details="Readme" + texmf-dist/doc/context/third/vim/vim-demo.pdf + texmf-dist/doc/context/third/vim/vim-doc.pdf details="Package documentation" +runfiles size=9 + texmf-dist/tex/context/interface/third/t-vim.xml + texmf-dist/tex/context/third/vim/2context.vim + texmf-dist/tex/context/third/vim/t-vim.tex +catalogue-ctan /macros/context/contrib/context-vim +catalogue-date 2008-08-18 23:54:09 +0200 +catalogue-license pd + +name context.alpha-linux +category Package +revision 15878 +shortdesc alpha-linux files of context +binfiles arch=alpha-linux size=20 + bin/alpha-linux/context + bin/alpha-linux/ctxtools + bin/alpha-linux/luatools + bin/alpha-linux/makempy + bin/alpha-linux/metafun + bin/alpha-linux/mpstools + bin/alpha-linux/mptopdf + bin/alpha-linux/mtxrun + bin/alpha-linux/mtxtools + bin/alpha-linux/pdftools + bin/alpha-linux/pstopdf + bin/alpha-linux/rlxtools + bin/alpha-linux/runtools + bin/alpha-linux/texexec + bin/alpha-linux/texfont + bin/alpha-linux/texmfstart + bin/alpha-linux/textools + bin/alpha-linux/texutil + bin/alpha-linux/tmftools + bin/alpha-linux/xmltools + +name context.i386-cygwin +category Package +revision 15878 +shortdesc i386-cygwin files of context +binfiles arch=i386-cygwin size=20 + bin/i386-cygwin/context + bin/i386-cygwin/ctxtools + bin/i386-cygwin/luatools + bin/i386-cygwin/makempy + bin/i386-cygwin/metafun + bin/i386-cygwin/mpstools + bin/i386-cygwin/mptopdf + bin/i386-cygwin/mtxrun + bin/i386-cygwin/mtxtools + bin/i386-cygwin/pdftools + bin/i386-cygwin/pstopdf + bin/i386-cygwin/rlxtools + bin/i386-cygwin/runtools + bin/i386-cygwin/texexec + bin/i386-cygwin/texfont + bin/i386-cygwin/texmfstart + bin/i386-cygwin/textools + bin/i386-cygwin/texutil + bin/i386-cygwin/tmftools + bin/i386-cygwin/xmltools + +name context.i386-linux +category Package +revision 15878 +shortdesc i386-linux files of context +binfiles arch=i386-linux size=20 + bin/i386-linux/context + bin/i386-linux/ctxtools + bin/i386-linux/luatools + bin/i386-linux/makempy + bin/i386-linux/metafun + bin/i386-linux/mpstools + bin/i386-linux/mptopdf + bin/i386-linux/mtxrun + bin/i386-linux/mtxtools + bin/i386-linux/pdftools + bin/i386-linux/pstopdf + bin/i386-linux/rlxtools + bin/i386-linux/runtools + bin/i386-linux/texexec + bin/i386-linux/texfont + bin/i386-linux/texmfstart + bin/i386-linux/textools + bin/i386-linux/texutil + bin/i386-linux/tmftools + bin/i386-linux/xmltools + +name context.i386-netbsd +category Package +revision 15878 +shortdesc i386-netbsd files of context +binfiles arch=i386-netbsd size=20 + bin/i386-netbsd/context + bin/i386-netbsd/ctxtools + bin/i386-netbsd/luatools + bin/i386-netbsd/makempy + bin/i386-netbsd/metafun + bin/i386-netbsd/mpstools + bin/i386-netbsd/mptopdf + bin/i386-netbsd/mtxrun + bin/i386-netbsd/mtxtools + bin/i386-netbsd/pdftools + bin/i386-netbsd/pstopdf + bin/i386-netbsd/rlxtools + bin/i386-netbsd/runtools + bin/i386-netbsd/texexec + bin/i386-netbsd/texfont + bin/i386-netbsd/texmfstart + bin/i386-netbsd/textools + bin/i386-netbsd/texutil + bin/i386-netbsd/tmftools + bin/i386-netbsd/xmltools + +name context.i386-solaris +category Package +revision 15878 +shortdesc i386-solaris files of context +binfiles arch=i386-solaris size=20 + bin/i386-solaris/context + bin/i386-solaris/ctxtools + bin/i386-solaris/luatools + bin/i386-solaris/makempy + bin/i386-solaris/metafun + bin/i386-solaris/mpstools + bin/i386-solaris/mptopdf + bin/i386-solaris/mtxrun + bin/i386-solaris/mtxtools + bin/i386-solaris/pdftools + bin/i386-solaris/pstopdf + bin/i386-solaris/rlxtools + bin/i386-solaris/runtools + bin/i386-solaris/texexec + bin/i386-solaris/texfont + bin/i386-solaris/texmfstart + bin/i386-solaris/textools + bin/i386-solaris/texutil + bin/i386-solaris/tmftools + bin/i386-solaris/xmltools + +name context.mips-irix +category Package +revision 15878 +shortdesc mips-irix files of context +binfiles arch=mips-irix size=20 + bin/mips-irix/context + bin/mips-irix/ctxtools + bin/mips-irix/luatools + bin/mips-irix/makempy + bin/mips-irix/metafun + bin/mips-irix/mpstools + bin/mips-irix/mptopdf + bin/mips-irix/mtxrun + bin/mips-irix/mtxtools + bin/mips-irix/pdftools + bin/mips-irix/pstopdf + bin/mips-irix/rlxtools + bin/mips-irix/runtools + bin/mips-irix/texexec + bin/mips-irix/texfont + bin/mips-irix/texmfstart + bin/mips-irix/textools + bin/mips-irix/texutil + bin/mips-irix/tmftools + bin/mips-irix/xmltools + +name context.powerpc-aix +category Package +revision 15878 +shortdesc powerpc-aix files of context +binfiles arch=powerpc-aix size=20 + bin/powerpc-aix/context + bin/powerpc-aix/ctxtools + bin/powerpc-aix/luatools + bin/powerpc-aix/makempy + bin/powerpc-aix/metafun + bin/powerpc-aix/mpstools + bin/powerpc-aix/mptopdf + bin/powerpc-aix/mtxrun + bin/powerpc-aix/mtxtools + bin/powerpc-aix/pdftools + bin/powerpc-aix/pstopdf + bin/powerpc-aix/rlxtools + bin/powerpc-aix/runtools + bin/powerpc-aix/texexec + bin/powerpc-aix/texfont + bin/powerpc-aix/texmfstart + bin/powerpc-aix/textools + bin/powerpc-aix/texutil + bin/powerpc-aix/tmftools + bin/powerpc-aix/xmltools + +name context.powerpc-linux +category Package +revision 15878 +shortdesc powerpc-linux files of context +binfiles arch=powerpc-linux size=20 + bin/powerpc-linux/context + bin/powerpc-linux/ctxtools + bin/powerpc-linux/luatools + bin/powerpc-linux/makempy + bin/powerpc-linux/metafun + bin/powerpc-linux/mpstools + bin/powerpc-linux/mptopdf + bin/powerpc-linux/mtxrun + bin/powerpc-linux/mtxtools + bin/powerpc-linux/pdftools + bin/powerpc-linux/pstopdf + bin/powerpc-linux/rlxtools + bin/powerpc-linux/runtools + bin/powerpc-linux/texexec + bin/powerpc-linux/texfont + bin/powerpc-linux/texmfstart + bin/powerpc-linux/textools + bin/powerpc-linux/texutil + bin/powerpc-linux/tmftools + bin/powerpc-linux/xmltools + +name context.sparc-linux +category Package +revision 15878 +shortdesc sparc-linux files of context +binfiles arch=sparc-linux size=20 + bin/sparc-linux/context + bin/sparc-linux/ctxtools + bin/sparc-linux/luatools + bin/sparc-linux/makempy + bin/sparc-linux/metafun + bin/sparc-linux/mpstools + bin/sparc-linux/mptopdf + bin/sparc-linux/mtxrun + bin/sparc-linux/mtxtools + bin/sparc-linux/pdftools + bin/sparc-linux/pstopdf + bin/sparc-linux/rlxtools + bin/sparc-linux/runtools + bin/sparc-linux/texexec + bin/sparc-linux/texfont + bin/sparc-linux/texmfstart + bin/sparc-linux/textools + bin/sparc-linux/texutil + bin/sparc-linux/tmftools + bin/sparc-linux/xmltools + +name context.sparc-solaris +category Package +revision 15878 +shortdesc sparc-solaris files of context +binfiles arch=sparc-solaris size=20 + bin/sparc-solaris/context + bin/sparc-solaris/ctxtools + bin/sparc-solaris/luatools + bin/sparc-solaris/makempy + bin/sparc-solaris/metafun + bin/sparc-solaris/mpstools + bin/sparc-solaris/mptopdf + bin/sparc-solaris/mtxrun + bin/sparc-solaris/mtxtools + bin/sparc-solaris/pdftools + bin/sparc-solaris/pstopdf + bin/sparc-solaris/rlxtools + bin/sparc-solaris/runtools + bin/sparc-solaris/texexec + bin/sparc-solaris/texfont + bin/sparc-solaris/texmfstart + bin/sparc-solaris/textools + bin/sparc-solaris/texutil + bin/sparc-solaris/tmftools + bin/sparc-solaris/xmltools + +name context.universal-darwin +category Package +revision 15878 +shortdesc universal-darwin files of context +binfiles arch=universal-darwin size=20 + bin/universal-darwin/context + bin/universal-darwin/ctxtools + bin/universal-darwin/luatools + bin/universal-darwin/makempy + bin/universal-darwin/metafun + bin/universal-darwin/mpstools + bin/universal-darwin/mptopdf + bin/universal-darwin/mtxrun + bin/universal-darwin/mtxtools + bin/universal-darwin/pdftools + bin/universal-darwin/pstopdf + bin/universal-darwin/rlxtools + bin/universal-darwin/runtools + bin/universal-darwin/texexec + bin/universal-darwin/texfont + bin/universal-darwin/texmfstart + bin/universal-darwin/textools + bin/universal-darwin/texutil + bin/universal-darwin/tmftools + bin/universal-darwin/xmltools + +name context.win32 +category Package +revision 15878 +shortdesc win32 files of context +binfiles arch=win32 size=163 + bin/win32/context.cmd + bin/win32/context.exe + bin/win32/ctxtools.bat + bin/win32/ctxtools.exe + bin/win32/luatools.cmd + bin/win32/luatools.exe + bin/win32/luatools.lua + bin/win32/makempy.bat + bin/win32/makempy.exe + bin/win32/metafun.exe + bin/win32/mpstools.bat + bin/win32/mpstools.exe + bin/win32/mptopdf.bat + bin/win32/mptopdf.exe + bin/win32/mtxrun.cmd + bin/win32/mtxrun.exe + bin/win32/mtxrun.lua + bin/win32/mtxtools.bat + bin/win32/mtxtools.exe + bin/win32/pdftools.bat + bin/win32/pdftools.exe + bin/win32/pstopdf.bat + bin/win32/pstopdf.exe + bin/win32/rlxtools.bat + bin/win32/rlxtools.exe + bin/win32/runtools.bat + bin/win32/runtools.exe + bin/win32/texexec.bat + bin/win32/texexec.exe + bin/win32/texfont.bat + bin/win32/texfont.exe + bin/win32/texmfstart.exe + bin/win32/textools.bat + bin/win32/textools.exe + bin/win32/texutil.bat + bin/win32/texutil.exe + bin/win32/tmftools.bat + bin/win32/tmftools.exe + bin/win32/xmltools.bat + bin/win32/xmltools.exe + +name context.x86_64-linux +category Package +revision 15878 +shortdesc x86_64-linux files of context +binfiles arch=x86_64-linux size=20 + bin/x86_64-linux/context + bin/x86_64-linux/ctxtools + bin/x86_64-linux/luatools + bin/x86_64-linux/makempy + bin/x86_64-linux/metafun + bin/x86_64-linux/mpstools + bin/x86_64-linux/mptopdf + bin/x86_64-linux/mtxrun + bin/x86_64-linux/mtxtools + bin/x86_64-linux/pdftools + bin/x86_64-linux/pstopdf + bin/x86_64-linux/rlxtools + bin/x86_64-linux/runtools + bin/x86_64-linux/texexec + bin/x86_64-linux/texfont + bin/x86_64-linux/texmfstart + bin/x86_64-linux/textools + bin/x86_64-linux/texutil + bin/x86_64-linux/tmftools + bin/x86_64-linux/xmltools + +name contour +category Package +revision 15878 +shortdesc Print a coloured contour around text. +longdesc This package generates a coloured contour around a given text +longdesc in order to enable printing text over a background without the +longdesc need of a coloured box around the text. +docfiles size=53 + texmf-dist/doc/latex/contour/ChangeLog + texmf-dist/doc/latex/contour/README details="Package Readme" + texmf-dist/doc/latex/contour/contour.pdf details="Package documentation" + texmf-dist/doc/latex/contour/contourtest.pdf + texmf-dist/doc/latex/contour/contourtest.tex +srcfiles size=9 + texmf-dist/source/latex/contour/Makefile + texmf-dist/source/latex/contour/contour.dtx + texmf-dist/source/latex/contour/contour.ins +runfiles size=7 + texmf-dist/tex/latex/contour/contour.cfg + texmf-dist/tex/latex/contour/contour.sty + texmf-dist/tex/latex/contour/dvips.cnt + texmf-dist/tex/latex/contour/dvipsone.cnt + texmf-dist/tex/latex/contour/pdftex.cnt + texmf-dist/tex/latex/contour/vtex.cnt +catalogue-ctan /macros/latex/contrib/contour +catalogue-date 2006-12-09 15:50:57 +0100 +catalogue-license lppl +catalogue-version 2.14 + +name cooking +category Package +revision 15878 +shortdesc Typeset recipes. +longdesc The package typesets recipes according to the style used in a +longdesc well-respected German cookery book. +docfiles size=25 + texmf-dist/doc/latex/cooking/COPYING + texmf-dist/doc/latex/cooking/README details="Package Readme" + texmf-dist/doc/latex/cooking/cooking.pdf details="Package documentation" + texmf-dist/doc/latex/cooking/kraut.tex +srcfiles size=7 + texmf-dist/source/latex/cooking/cooking.dtx + texmf-dist/source/latex/cooking/cooking.ins +runfiles size=1 + texmf-dist/tex/latex/cooking/cooking.sty +catalogue-ctan /macros/latex/contrib/cooking +catalogue-date 2006-12-09 15:50:57 +0100 +catalogue-license gpl +catalogue-version 0.9b + +name cool +category Package +revision 15878 +shortdesc COntent-Oriented LaTeX. +longdesc The package gives LaTeX the power to retain mathematical +longdesc meaning of its expressions in addition to the typsetting +longdesc instructions; essentially separating style from the content of +longdesc the math. One advantage of keeping mathematical meaning is that +longdesc conversion of LaTeX documents to other executable formats (such +longdesc as Content MathML or Mathematica code) is greatly simplified. +longdesc The package requires the coolstr, coollist and forloop +longdesc packages. +docfiles size=143 + texmf-dist/doc/latex/cool/Content_LaTeX_Package_Demo.pdf details="EXamples of use" + texmf-dist/doc/latex/cool/Content_LaTeX_Package_Demo.tex + texmf-dist/doc/latex/cool/README details="Package README" + texmf-dist/doc/latex/cool/cool.pdf details="Package documentation" +srcfiles size=46 + texmf-dist/source/latex/cool/cool.dtx + texmf-dist/source/latex/cool/cool.ins +runfiles size=19 + texmf-dist/tex/latex/cool/cool.sty +catalogue-ctan /macros/latex/contrib/cool +catalogue-date 2007-03-05 15:26:58 +0100 +catalogue-license lgpl +catalogue-version 1.35 + +name coollist +category Package +revision 15878 +shortdesc Manipulate COntent Oriented LaTeX Lists. +longdesc Lists are defined as a sequence of tokens separated by a comma. +longdesc The coollist package allows the user to access certain elements +longdesc of the list while neglecting others--essentially turning lists +longdesc into a sort of array. Lists elements are accessed by specifying +longdesc the position of the object within the list (the index of the +longdesc item). +docfiles size=33 + texmf-dist/doc/latex/coollist/README + texmf-dist/doc/latex/coollist/coollist.pdf details="Package documentation" +srcfiles size=9 + texmf-dist/source/latex/coollist/coollist.dtx + texmf-dist/source/latex/coollist/coollist.ins +runfiles size=3 + texmf-dist/tex/latex/coollist/coollist.sty +catalogue-ctan /macros/latex/contrib/coollist +catalogue-date 2009-09-20 17:23:54 +0200 +catalogue-license lgpl +catalogue-version 1.4 + +name coolstr +category Package +revision 15878 +shortdesc String manipulation in LaTeX. +longdesc Coolstr is a subpackage of the cool bundle that deals with the +longdesc manipulation of strings. A string is defined as a sequence of +longdesc characters (not tokens). The package provides the ability to +longdesc access a specific character of a string, as well as determine +longdesc if the string contains numeric or integer data. +docfiles size=35 + texmf-dist/doc/latex/coolstr/README details="Readme" + texmf-dist/doc/latex/coolstr/coolstr.pdf details="Package documentation" +srcfiles size=10 + texmf-dist/source/latex/coolstr/coolstr.dtx + texmf-dist/source/latex/coolstr/coolstr.ins +runfiles size=3 + texmf-dist/tex/latex/coolstr/coolstr.sty +catalogue-ctan /macros/latex/contrib/coolstr +catalogue-date 2009-09-09 20:34:25 +0200 +catalogue-license lgpl +catalogue-version 2.2 + +name cooltooltips +category Package +revision 15878 +shortdesc Associate a pop-up window and tooltip with PDF hyperlinks. +longdesc The cooltooltips package enables a document to contain +longdesc hyperlinks that pop up a brief tooltip when the mouse moves +longdesc over them and also open a small window containing additional +longdesc text. cooltooltips provides the mechanism used by the Visual +longdesc LaTeX FAQ to indicate the question that each hyperlink answers. +docfiles size=57 + texmf-dist/doc/latex/cooltooltips/README details="Readme" + texmf-dist/doc/latex/cooltooltips/cooltooltips.pdf details="Package documentation" +srcfiles size=9 + texmf-dist/source/latex/cooltooltips/cooltooltips.dtx + texmf-dist/source/latex/cooltooltips/cooltooltips.ins +runfiles size=2 + texmf-dist/tex/latex/cooltooltips/cooltooltips.sty +catalogue-ctan /macros/latex/contrib/cooltooltips +catalogue-date 2007-03-05 15:26:58 +0100 +catalogue-license lppl +catalogue-version 1.0 + +name coordsys +category Package +revision 15878 +shortdesc Draw cartesian coordinate systems. +longdesc The package provides commands for typesetting number lines +longdesc (coordinate axes), coordinate systems and grids in the picture +longdesc environment. The package may be integrated with other drawing +longdesc mechanisms: the documentation shows examples of drawing graphs +longdesc (coordinate tables created by Maple), using the eepic package's +longdesc drawing capabilities. +docfiles size=87 + texmf-dist/doc/latex/coordsys/README details="Bundle Readme" + texmf-dist/doc/latex/coordsys/coordsys.pdf details="Bundle documentation" + texmf-dist/doc/latex/coordsys/putfile.maple +srcfiles size=29 + texmf-dist/source/latex/coordsys/coordsys.dtx + texmf-dist/source/latex/coordsys/coordsys.ins +runfiles size=9 + texmf-dist/tex/latex/coordsys/coordsys.sty + texmf-dist/tex/latex/coordsys/logsys.sty +catalogue-ctan /macros/latex/contrib/coordsys +catalogue-date 2007-02-20 10:49:06 +0100 +catalogue-license lppl +catalogue-version 1.4 + +name coronet +category Package +revision 13293 +runfiles size=8 + texmf-dist/fonts/tfm/cg/coronet/cor10u.tfm + texmf-dist/fonts/tfm/cg/coronet/cor6j.tfm + texmf-dist/fonts/tfm/cg/coronet/cor7j.tfm + texmf-dist/fonts/tfm/cg/coronet/cor8u.tfm + texmf-dist/fonts/tfm/cg/coronet/cotr.tfm + texmf-dist/fonts/tfm/cg/coronet/cotr8t.tfm + texmf-dist/fonts/vf/cg/coronet/cotr.vf + texmf-dist/fonts/vf/cg/coronet/cotr8t.vf + +name courier +category Package +revision 15878 +shortdesc Adobe Type 1 "free" copies of Courier. +longdesc These fonts are available under the IBM/MIT X Consortium +longdesc Courier Typefont agreement. The distribution contains PFA +longdesc outline fonts (ASCII-encoded Type 1), and AFM files. +runfiles size=419 + texmf-dist/dvips/courier/config.ucr + texmf-dist/fonts/afm/adobe/courier/pcrb8a.afm + texmf-dist/fonts/afm/adobe/courier/pcrbo8a.afm + texmf-dist/fonts/afm/adobe/courier/pcrr8a.afm + texmf-dist/fonts/afm/adobe/courier/pcrro8a.afm + texmf-dist/fonts/afm/ibm/courier/cour.afm + texmf-dist/fonts/afm/ibm/courier/courb.afm + texmf-dist/fonts/afm/ibm/courier/courbi.afm + texmf-dist/fonts/afm/ibm/courier/couri.afm + texmf-dist/fonts/afm/ibm/courier/cr-pc8.afm + texmf-dist/fonts/afm/ibm/courier/crb-pc8.afm + texmf-dist/fonts/afm/ibm/courier/crbi-pc8.afm + texmf-dist/fonts/afm/ibm/courier/cri-pc8.afm + texmf-dist/fonts/afm/urw/courier/ucrb8a.afm + texmf-dist/fonts/afm/urw/courier/ucrbo8a.afm + texmf-dist/fonts/afm/urw/courier/ucrr8a.afm + texmf-dist/fonts/afm/urw/courier/ucrro8a.afm + texmf-dist/fonts/map/dvips/courier/ucr.map + texmf-dist/fonts/tfm/adobe/courier/pcrb.tfm + texmf-dist/fonts/tfm/adobe/courier/pcrb7t.tfm + texmf-dist/fonts/tfm/adobe/courier/pcrb8c.tfm + texmf-dist/fonts/tfm/adobe/courier/pcrb8r.tfm + texmf-dist/fonts/tfm/adobe/courier/pcrb8t.tfm + texmf-dist/fonts/tfm/adobe/courier/pcrb8y.tfm + texmf-dist/fonts/tfm/adobe/courier/pcrbc.tfm + texmf-dist/fonts/tfm/adobe/courier/pcrbc7t.tfm + texmf-dist/fonts/tfm/adobe/courier/pcrbc8t.tfm + texmf-dist/fonts/tfm/adobe/courier/pcrbo.tfm + texmf-dist/fonts/tfm/adobe/courier/pcrbo7t.tfm + texmf-dist/fonts/tfm/adobe/courier/pcrbo8c.tfm + texmf-dist/fonts/tfm/adobe/courier/pcrbo8r.tfm + texmf-dist/fonts/tfm/adobe/courier/pcrbo8t.tfm + texmf-dist/fonts/tfm/adobe/courier/pcrbo8y.tfm + texmf-dist/fonts/tfm/adobe/courier/pcrr.tfm + texmf-dist/fonts/tfm/adobe/courier/pcrr7t.tfm + texmf-dist/fonts/tfm/adobe/courier/pcrr8c.tfm + texmf-dist/fonts/tfm/adobe/courier/pcrr8r.tfm + texmf-dist/fonts/tfm/adobe/courier/pcrr8t.tfm + texmf-dist/fonts/tfm/adobe/courier/pcrr8y.tfm + texmf-dist/fonts/tfm/adobe/courier/pcrrc.tfm + texmf-dist/fonts/tfm/adobe/courier/pcrrc7t.tfm + texmf-dist/fonts/tfm/adobe/courier/pcrrc8t.tfm + texmf-dist/fonts/tfm/adobe/courier/pcrro.tfm + texmf-dist/fonts/tfm/adobe/courier/pcrro7t.tfm + texmf-dist/fonts/tfm/adobe/courier/pcrro8c.tfm + texmf-dist/fonts/tfm/adobe/courier/pcrro8r.tfm + texmf-dist/fonts/tfm/adobe/courier/pcrro8t.tfm + texmf-dist/fonts/tfm/adobe/courier/pcrro8y.tfm + texmf-dist/fonts/tfm/adobe/courier/rpcrb.tfm + texmf-dist/fonts/tfm/adobe/courier/rpcrbo.tfm + texmf-dist/fonts/tfm/adobe/courier/rpcrr.tfm + texmf-dist/fonts/tfm/adobe/courier/rpcrro.tfm + texmf-dist/fonts/tfm/cg/courier/ccrb.tfm + texmf-dist/fonts/tfm/cg/courier/ccrb8t.tfm + texmf-dist/fonts/tfm/cg/courier/ccrbi.tfm + texmf-dist/fonts/tfm/cg/courier/ccrbi8t.tfm + texmf-dist/fonts/tfm/cg/courier/ccrr.tfm + texmf-dist/fonts/tfm/cg/courier/ccrr8t.tfm + texmf-dist/fonts/tfm/cg/courier/ccrri.tfm + texmf-dist/fonts/tfm/cg/courier/ccrri8t.tfm + texmf-dist/fonts/tfm/cg/courier/crb10u.tfm + texmf-dist/fonts/tfm/cg/courier/crb2n.tfm + texmf-dist/fonts/tfm/cg/courier/crb6j.tfm + texmf-dist/fonts/tfm/cg/courier/crb7j.tfm + texmf-dist/fonts/tfm/cg/courier/crb8u.tfm + texmf-dist/fonts/tfm/cg/courier/crb9t.tfm + texmf-dist/fonts/tfm/cg/courier/cri10u.tfm + texmf-dist/fonts/tfm/cg/courier/cri2n.tfm + texmf-dist/fonts/tfm/cg/courier/cri6j.tfm + texmf-dist/fonts/tfm/cg/courier/cri7j.tfm + texmf-dist/fonts/tfm/cg/courier/cri8u.tfm + texmf-dist/fonts/tfm/cg/courier/cri9t.tfm + texmf-dist/fonts/tfm/cg/courier/crj10u.tfm + texmf-dist/fonts/tfm/cg/courier/crj2n.tfm + texmf-dist/fonts/tfm/cg/courier/crj6j.tfm + texmf-dist/fonts/tfm/cg/courier/crj7j.tfm + texmf-dist/fonts/tfm/cg/courier/crj8u.tfm + texmf-dist/fonts/tfm/cg/courier/crj9t.tfm + texmf-dist/fonts/tfm/cg/courier/crr10u.tfm + texmf-dist/fonts/tfm/cg/courier/crr2n.tfm + texmf-dist/fonts/tfm/cg/courier/crr6j.tfm + texmf-dist/fonts/tfm/cg/courier/crr7j.tfm + texmf-dist/fonts/tfm/cg/courier/crr8u.tfm + texmf-dist/fonts/tfm/cg/courier/crr9t.tfm + texmf-dist/fonts/tfm/cspsfonts-adobe/courier/pcrb8u.tfm + texmf-dist/fonts/tfm/cspsfonts-adobe/courier/pcrbc8u.tfm + texmf-dist/fonts/tfm/cspsfonts-adobe/courier/pcrbo8u.tfm + texmf-dist/fonts/tfm/cspsfonts-adobe/courier/pcrr8u.tfm + texmf-dist/fonts/tfm/cspsfonts-adobe/courier/pcrrc8u.tfm + texmf-dist/fonts/tfm/cspsfonts-adobe/courier/pcrro8u.tfm + texmf-dist/fonts/tfm/groff/courier/pcrb8g.tfm + texmf-dist/fonts/tfm/groff/courier/pcrbo8g.tfm + texmf-dist/fonts/tfm/groff/courier/pcrr8g.tfm + texmf-dist/fonts/tfm/groff/courier/pcrro8g.tfm + texmf-dist/fonts/tfm/urw35vf/courier/ucrb7t.tfm + texmf-dist/fonts/tfm/urw35vf/courier/ucrb8c.tfm + texmf-dist/fonts/tfm/urw35vf/courier/ucrb8r.tfm + texmf-dist/fonts/tfm/urw35vf/courier/ucrb8t.tfm + texmf-dist/fonts/tfm/urw35vf/courier/ucrbc7t.tfm + texmf-dist/fonts/tfm/urw35vf/courier/ucrbc8t.tfm + texmf-dist/fonts/tfm/urw35vf/courier/ucrbo7t.tfm + texmf-dist/fonts/tfm/urw35vf/courier/ucrbo8c.tfm + texmf-dist/fonts/tfm/urw35vf/courier/ucrbo8r.tfm + texmf-dist/fonts/tfm/urw35vf/courier/ucrbo8t.tfm + texmf-dist/fonts/tfm/urw35vf/courier/ucrr7t.tfm + texmf-dist/fonts/tfm/urw35vf/courier/ucrr8c.tfm + texmf-dist/fonts/tfm/urw35vf/courier/ucrr8r.tfm + texmf-dist/fonts/tfm/urw35vf/courier/ucrr8t.tfm + texmf-dist/fonts/tfm/urw35vf/courier/ucrrc7t.tfm + texmf-dist/fonts/tfm/urw35vf/courier/ucrrc8t.tfm + texmf-dist/fonts/tfm/urw35vf/courier/ucrro7t.tfm + texmf-dist/fonts/tfm/urw35vf/courier/ucrro8c.tfm + texmf-dist/fonts/tfm/urw35vf/courier/ucrro8r.tfm + texmf-dist/fonts/tfm/urw35vf/courier/ucrro8t.tfm + texmf-dist/fonts/type1/adobe/courier/pcrb8a.pfb + texmf-dist/fonts/type1/adobe/courier/pcrbi8a.pfb + texmf-dist/fonts/type1/adobe/courier/pcrbo8a.pfb + texmf-dist/fonts/type1/adobe/courier/pcri8a.pfb + texmf-dist/fonts/type1/adobe/courier/pcrr8a.pfb + texmf-dist/fonts/type1/adobe/courier/pcrro8a.pfb + texmf-dist/fonts/type1/urw/courier/ucrb8a.pfb + texmf-dist/fonts/type1/urw/courier/ucrb8a.pfm + texmf-dist/fonts/type1/urw/courier/ucrbo8a.pfb + texmf-dist/fonts/type1/urw/courier/ucrbo8a.pfm + texmf-dist/fonts/type1/urw/courier/ucrr8a.pfb + texmf-dist/fonts/type1/urw/courier/ucrr8a.pfm + texmf-dist/fonts/type1/urw/courier/ucrro8a.pfb + texmf-dist/fonts/type1/urw/courier/ucrro8a.pfm + texmf-dist/fonts/vf/adobe/courier/pcrb.vf + texmf-dist/fonts/vf/adobe/courier/pcrb7t.vf + texmf-dist/fonts/vf/adobe/courier/pcrb8c.vf + texmf-dist/fonts/vf/adobe/courier/pcrb8t.vf + texmf-dist/fonts/vf/adobe/courier/pcrbc.vf + texmf-dist/fonts/vf/adobe/courier/pcrbc7t.vf + texmf-dist/fonts/vf/adobe/courier/pcrbc8t.vf + texmf-dist/fonts/vf/adobe/courier/pcrbo.vf + texmf-dist/fonts/vf/adobe/courier/pcrbo7t.vf + texmf-dist/fonts/vf/adobe/courier/pcrbo8c.vf + texmf-dist/fonts/vf/adobe/courier/pcrbo8t.vf + texmf-dist/fonts/vf/adobe/courier/pcrr.vf + texmf-dist/fonts/vf/adobe/courier/pcrr7t.vf + texmf-dist/fonts/vf/adobe/courier/pcrr8c.vf + texmf-dist/fonts/vf/adobe/courier/pcrr8t.vf + texmf-dist/fonts/vf/adobe/courier/pcrrc.vf + texmf-dist/fonts/vf/adobe/courier/pcrrc7t.vf + texmf-dist/fonts/vf/adobe/courier/pcrrc8t.vf + texmf-dist/fonts/vf/adobe/courier/pcrro.vf + texmf-dist/fonts/vf/adobe/courier/pcrro7t.vf + texmf-dist/fonts/vf/adobe/courier/pcrro8c.vf + texmf-dist/fonts/vf/adobe/courier/pcrro8t.vf + texmf-dist/fonts/vf/cg/courier/ccrb.vf + texmf-dist/fonts/vf/cg/courier/ccrb8t.vf + texmf-dist/fonts/vf/cg/courier/ccrbi.vf + texmf-dist/fonts/vf/cg/courier/ccrbi8t.vf + texmf-dist/fonts/vf/cg/courier/ccrr.vf + texmf-dist/fonts/vf/cg/courier/ccrr8t.vf + texmf-dist/fonts/vf/cg/courier/ccrri.vf + texmf-dist/fonts/vf/cg/courier/ccrri8t.vf + texmf-dist/fonts/vf/cspsfonts-adobe/courier/pcrb8u.vf + texmf-dist/fonts/vf/cspsfonts-adobe/courier/pcrbc8u.vf + texmf-dist/fonts/vf/cspsfonts-adobe/courier/pcrbo8u.vf + texmf-dist/fonts/vf/cspsfonts-adobe/courier/pcrr8u.vf + texmf-dist/fonts/vf/cspsfonts-adobe/courier/pcrrc8u.vf + texmf-dist/fonts/vf/cspsfonts-adobe/courier/pcrro8u.vf + texmf-dist/fonts/vf/urw35vf/courier/ucrb7t.vf + texmf-dist/fonts/vf/urw35vf/courier/ucrb8c.vf + texmf-dist/fonts/vf/urw35vf/courier/ucrb8t.vf + texmf-dist/fonts/vf/urw35vf/courier/ucrbc7t.vf + texmf-dist/fonts/vf/urw35vf/courier/ucrbc8t.vf + texmf-dist/fonts/vf/urw35vf/courier/ucrbo7t.vf + texmf-dist/fonts/vf/urw35vf/courier/ucrbo8c.vf + texmf-dist/fonts/vf/urw35vf/courier/ucrbo8t.vf + texmf-dist/fonts/vf/urw35vf/courier/ucrr7t.vf + texmf-dist/fonts/vf/urw35vf/courier/ucrr8c.vf + texmf-dist/fonts/vf/urw35vf/courier/ucrr8t.vf + texmf-dist/fonts/vf/urw35vf/courier/ucrrc7t.vf + texmf-dist/fonts/vf/urw35vf/courier/ucrrc8t.vf + texmf-dist/fonts/vf/urw35vf/courier/ucrro7t.vf + texmf-dist/fonts/vf/urw35vf/courier/ucrro8c.vf + texmf-dist/fonts/vf/urw35vf/courier/ucrro8t.vf + texmf-dist/tex/latex/courier/8rucr.fd + texmf-dist/tex/latex/courier/omlucr.fd + texmf-dist/tex/latex/courier/omsucr.fd + texmf-dist/tex/latex/courier/ot1ucr.fd + texmf-dist/tex/latex/courier/t1ucr.fd + texmf-dist/tex/latex/courier/ts1ucr.fd +catalogue-ctan /fonts/psfonts/courier +catalogue-date 2007-03-20 00:06:44 +0100 +catalogue-license other-free + +name courier-scaled +category Package +revision 15878 +shortdesc Provides a scaled Courier font. +longdesc This package sets the default typewriter font to Courier with a +longdesc possible scale factor (in the same way as the helvet package +longdesc for Helvetica works for sans serif). +docfiles size=15 + texmf-dist/doc/latex/courier-scaled/Couriers.pdf details="Package documentation" + texmf-dist/doc/latex/courier-scaled/README details="Readme" +runfiles size=11 + texmf-dist/tex/latex/courier-scaled/8rpcrs.fd + texmf-dist/tex/latex/courier-scaled/couriers.sty + texmf-dist/tex/latex/courier-scaled/il2pcrs.fd + texmf-dist/tex/latex/courier-scaled/ly1pcrs.fd + texmf-dist/tex/latex/courier-scaled/omlpcrs.fd + texmf-dist/tex/latex/courier-scaled/omspcrs.fd + texmf-dist/tex/latex/courier-scaled/ot1pcrs.fd + texmf-dist/tex/latex/courier-scaled/t1pcrs.fd + texmf-dist/tex/latex/courier-scaled/t5pcrs.fd + texmf-dist/tex/latex/courier-scaled/ts1pcrs.fd + texmf-dist/tex/latex/courier-scaled/xl2pcrs.fd +catalogue-ctan /fonts/psfonts/courier-scaled +catalogue-date 2007-03-20 00:06:44 +0100 +catalogue-license lppl + +name courseoutline +category Package +revision 15878 +shortdesc Prepare university course outlines. +longdesc Courseoutline is a class designed to minimise markup in a +longdesc tedious task that needs to be repeated often. +docfiles size=2 + texmf-dist/doc/latex/courseoutline/Outline.tex +runfiles size=3 + texmf-dist/tex/latex/courseoutline/courseoutline.cls +catalogue-ctan /macros/latex/contrib/courseoutline +catalogue-date 2008-09-18 22:52:44 +0200 +catalogue-license other-free +catalogue-version 1.0 + +name coursepaper +category Package +revision 15878 +shortdesc Prepare university course papers. +longdesc Coursepaper is a class with which students can provide simple +longdesc course papers, in a uniform design to ease the task of marking. +docfiles size=2 + texmf-dist/doc/latex/coursepaper/coursepaper.tex +runfiles size=4 + texmf-dist/tex/latex/coursepaper/coursepaper.cls +catalogue-ctan /macros/latex/contrib/coursepaper +catalogue-date 2008-09-18 22:52:44 +0200 +catalogue-license other-free +catalogue-version 2.0 + +name coverpage +category Package +revision 15878 +shortdesc Automatic cover page creation for scientific papers (with BibTeX data and copyright notice). +longdesc The package CoverPage was created to supplement scientific +longdesc papers with a cover page containing bibliographical +longdesc information, a copyright notice, and/or some logos of the +longdesc author's institution. The cover page is created (almost) +longdesc automatically; this is done by parsing BibTeX information +longdesc corresponding to the main document and reading a configuration +longdesc file in which the author can set information like the +longdesc affiliation he or she is associated with. The cover page +longdesc consists of header, body and footer; all three are macros which +longdesc can be redefined using \renewcommand, thus allowing easy +longdesc customization of the package. Additionally, it should be +longdesc stressed that the cover page layout is totally independent of +longdesc the main document and its page layout. This package requires +longdesc four other packages (keyval, url, textcomp, and verbatim), but +longdesc all of them are standard packages and should be part of every +longdesc LaTeX installation. +docfiles size=86 + texmf-dist/doc/latex/coverpage/CoverPage.pdf details="Package documentation:" + texmf-dist/doc/latex/coverpage/ECCV06Sample.pdf details="Another sample:" + texmf-dist/doc/latex/coverpage/README details="README file" + texmf-dist/doc/latex/coverpage/SimpleSample.BibTeX.txt + texmf-dist/doc/latex/coverpage/SimpleSample.pdf details="Simple sample:" + texmf-dist/doc/latex/coverpage/SimpleSample.tex +srcfiles size=9 + texmf-dist/source/latex/coverpage/CoverPage.dtx + texmf-dist/source/latex/coverpage/CoverPage.ins +runfiles size=3 + texmf-dist/tex/latex/coverpage/CoverPage.cfg + texmf-dist/tex/latex/coverpage/CoverPage.sty +catalogue-ctan /macros/latex/contrib/coverpage +catalogue-date 2007-03-05 15:26:58 +0100 +catalogue-license lppl +catalogue-version 1.01 + +name covington +category Package +revision 15878 +shortdesc Linguistic support. +longdesc Numerous minor LaTeX enhancements for linguistics, including +longdesc multiple accents on the same letter, interline glosses (word- +longdesc by-word translations), Discourse Representation Structures, and +longdesc example numbering. +docfiles size=10 + texmf-dist/doc/latex/covington/covington.dvi + texmf-dist/doc/latex/covington/covington.tex +runfiles size=4 + texmf-dist/tex/latex/covington/covington.sty +catalogue-ctan /macros/latex/contrib/covington +catalogue-date 2008-10-07 19:24:46 +0200 +catalogue-license pd + +name croatian +category Package +revision 15878 +shortdesc Fonts for Croatian Glagolitic and other Croatian scripts. +longdesc The package provides several fonts: Croatian Glagolitic (round- +longdesc -sometimes called Bulgarian Glagolitic, angular, Baska tablet, +longdesc cursive, ligatures, the Baromic broken ligatures, +longdesc calligraphic), Croatian Cyrillic, stecak ornaments and Croatian +longdesc wattle patterns. The fonts are provided as MetaFont source; +longdesc some Plain TeX macro support is provided, including hyphenation +longdesc patterns. +docfiles size=6 + texmf-dist/doc/fonts/croatian/crogl.tex + texmf-dist/doc/fonts/croatian/readme.txt +runfiles size=94 + texmf-dist/fonts/source/public/croatian/bass.mf + texmf-dist/fonts/source/public/croatian/bass10.mf + texmf-dist/fonts/source/public/croatian/basscc.mf + texmf-dist/fonts/source/public/croatian/cal.mf + texmf-dist/fonts/source/public/croatian/cal10.mf + texmf-dist/fonts/source/public/croatian/croatian-i.mf + texmf-dist/fonts/source/public/croatian/croblm.mf + texmf-dist/fonts/source/public/croatian/croblv.mf + texmf-dist/fonts/source/public/croatian/crocyrm.mf + texmf-dist/fonts/source/public/croatian/crocyrv.mf + texmf-dist/fonts/source/public/croatian/gg.mf + texmf-dist/fonts/source/public/croatian/gg10.mf + texmf-dist/fonts/source/public/croatian/ggv.mf + texmf-dist/fonts/source/public/croatian/ggv1.mf + texmf-dist/fonts/source/public/croatian/glz.mf + texmf-dist/fonts/source/public/croatian/hcyr.mf + texmf-dist/fonts/source/public/croatian/kraj.mf + texmf-dist/fonts/source/public/croatian/kur.mf + texmf-dist/fonts/source/public/croatian/kurzivm.mf + texmf-dist/fonts/source/public/croatian/kurzivv.mf + texmf-dist/fonts/source/public/croatian/lom.mf + texmf-dist/fonts/source/public/croatian/lomm.mf + texmf-dist/fonts/source/public/croatian/lomv.mf + texmf-dist/fonts/source/public/croatian/obl.mf + texmf-dist/fonts/source/public/croatian/obl10.mf + texmf-dist/fonts/source/public/croatian/oblm.mf + texmf-dist/fonts/source/public/croatian/oblv.mf + texmf-dist/fonts/source/public/croatian/ple.mf + texmf-dist/fonts/source/public/croatian/plet.mf + texmf-dist/fonts/source/public/croatian/pleter.mf + texmf-dist/fonts/source/public/croatian/stechak.mf + texmf-dist/fonts/source/public/croatian/ugl.mf + texmf-dist/fonts/source/public/croatian/ugl10.mf + texmf-dist/fonts/source/public/croatian/ugv.mf + texmf-dist/fonts/source/public/croatian/ugve.mf + texmf-dist/tex/plain/croatian/glhyphen.tex + texmf-dist/tex/plain/croatian/llig.tex + texmf-dist/tex/plain/croatian/ste.tex + texmf-dist/tex/plain/croatian/ttabl.tex + texmf-dist/tex/plain/croatian/ttablb.tex + texmf-dist/tex/plain/croatian/ttablhc.tex + texmf-dist/tex/plain/croatian/ttablo.tex + texmf-dist/tex/plain/croatian/ttabloku.tex + texmf-dist/tex/plain/croatian/ttlis.tex +catalogue-ctan /language/croatian/fonts +catalogue-date 2008-11-30 15:56:31 +0100 +catalogue-license noinfo + +name crop +category Package +revision 15878 +shortdesc Support for cropmarks. +longdesc A package providing corner marks for camera alignment as well +longdesc as for trimming paper stacks, and additional page information +longdesc on every page if required. Most macros are easily adaptable to +longdesc personal preferences. An option is provided for selectively +longdesc suppressing graphics or text, which may be useful for printing +longdesc just colour graphics on a colour laser printer and the rest on +longdesc a cheap mono laser printer. A page info line contains the time +longdesc and a new cropmarks index and is printed at the top of the +longdesc page. A configuration command is provided for the info line +longdesc font. Options for better collaboration with dvips, pdftex and +longdesc vtex are provided. +docfiles size=61 + texmf-dist/doc/latex/crop/crop.pdf details="Package documentation" + texmf-dist/doc/latex/crop/crop.txt +srcfiles size=19 + texmf-dist/source/latex/crop/Makefile + texmf-dist/source/latex/crop/crop.dtx + texmf-dist/source/latex/crop/crop.ins +runfiles size=5 + texmf-dist/tex/latex/crop/crop.sty +catalogue-ctan /macros/latex/contrib/crop +catalogue-date 2009-07-10 18:40:58 +0200 +catalogue-license lppl +catalogue-version 1.5 + +name crossreference +category Package +revision 15878 +shortdesc Crossreferences within documents. +longdesc The package defines cross-references (essentially 'grand' label +longdesc references), which may be listed in a table of cross- +longdesc references. +docfiles size=17 + texmf-dist/doc/latex/crossreference/README details="Readme" + texmf-dist/doc/latex/crossreference/crossreference.pdf details="Package documentation" + texmf-dist/doc/latex/crossreference/xrefexample.tex +srcfiles size=4 + texmf-dist/source/latex/crossreference/crossreference.drv + texmf-dist/source/latex/crossreference/crossreference.dtx + texmf-dist/source/latex/crossreference/crossreference.ins +runfiles size=1 + texmf-dist/tex/latex/crossreference/crossreference.sty +catalogue-ctan /macros/latex/contrib/crossreference +catalogue-date 2007-01-01 17:45:33 +0100 +catalogue-license lppl + +name crossword +category Package +revision 15878 +shortdesc Typeset crossword puzzles. +longdesc An extended grid-based puzzle package, designed to take all +longdesc input (both grid and clues) from the same file. The package can +longdesc typeset grids with holes in them (for advertisements, or other +longdesc sorts of stuff), and can deal with several sorts of puzzle: - +longdesc The classical puzzle contains numbers for the words and clues +longdesc for the words to be filled in. - The numbered puzzle contains +longdesc numbers in each cell where identical numbers represent +longdesc identical letters. The goal is to find out which number +longdesc corresponds to which letter. - The fill-in type of puzzle +longdesc consists of a grid and a list of words. The goal is to place +longdesc all words in the grid. - Sudoku and Kakuro puzzles involve +longdesc filling in grids of numbers according to their own rules. +longdesc Format may be block-separated, or separated by thick lines. +longdesc Input to the package is somewhat redundant: specification of +longdesc the grid is separate from specification of the clues (if +longdesc they're necessary). The author considers this style both +longdesc 'natural' and robust. +docfiles size=57 + texmf-dist/doc/latex/crossword/README details="Package Readme" + texmf-dist/doc/latex/crossword/cwpuzzle.pdf details="Package documentation" +srcfiles size=20 + texmf-dist/source/latex/crossword/Makefile + texmf-dist/source/latex/crossword/cwpuzzle.dtx + texmf-dist/source/latex/crossword/cwpuzzle.ins +runfiles size=3 + texmf-dist/tex/latex/crossword/cwpuzzle.sty +catalogue-ctan /macros/latex/contrib/gene/crossword +catalogue-date 2009-09-15 00:20:36 +0200 +catalogue-license other-free +catalogue-version 1.8 + +name crosswrd +category Package +revision 15878 +shortdesc Macros for typesetting crossword puzzles. +longdesc The package provides a LaTeX method of typesetting crosswords, +longdesc and assists the composer ensure that the grid all goes together +longdesc properly. Brian Hamilton Kelly's original was written for LaTeX +longdesc 2.09, and needed to be updated to run with current LaTeX. +docfiles size=64 + texmf-dist/doc/latex/crosswrd/README details="Readme" + texmf-dist/doc/latex/crosswrd/crosswrd.pdf + texmf-dist/doc/latex/crosswrd/grid0.tex + texmf-dist/doc/latex/crosswrd/grid1.tex + texmf-dist/doc/latex/crosswrd/test0.tex + texmf-dist/doc/latex/crosswrd/test1.tex +srcfiles size=16 + texmf-dist/source/latex/crosswrd/crosswrd.dtx + texmf-dist/source/latex/crosswrd/crosswrd.ins +runfiles size=3 + texmf-dist/tex/latex/crosswrd/crosswrd.sty +catalogue-ctan /macros/latex/contrib/crosswrd +catalogue-date 2008-10-06 22:57:52 +0200 +catalogue-license lppl +catalogue-version 2.8b + +name cryst +category Package +revision 15878 +shortdesc Font for graphical symbols used in crystallography. +longdesc The font is provided as an Adobe Type 1 font, and as MetaFont +longdesc source. Instructions for use are available both in the README +longdesc file and (with a font diagram) in the documentation. +docfiles size=13 + texmf-dist/doc/latex/cryst/README details="Readme" + texmf-dist/doc/latex/cryst/cryst1.pdf details="Package documentation (German)" language="de" + texmf-dist/doc/latex/cryst/cryst1.tex +runfiles size=23 + texmf-dist/fonts/afm/public/cryst/cryst.afm + texmf-dist/fonts/source/public/cryst/cryst.mf + texmf-dist/fonts/tfm/public/cryst/cryst.tfm + texmf-dist/fonts/type1/public/cryst/cryst.pfb +catalogue-ctan /fonts/cryst +catalogue-date 2008-08-15 14:30:40 +0200 +catalogue-license lppl + +name cs +category Package +revision 15878 +execute addMixedMap csother.map +execute addMixedMap cstext.map +runfiles size=784 + texmf-dist/dvips/cs/config.cs + texmf-dist/fonts/enc/dvips/cs/csin.enc + texmf-dist/fonts/enc/dvips/cs/csr.enc + texmf-dist/fonts/enc/dvips/cs/csr1.enc + texmf-dist/fonts/enc/dvips/cs/cstt.enc + texmf-dist/fonts/map/dvips/cs/csfont-e.map + texmf-dist/fonts/map/dvips/cs/csother.map + texmf-dist/fonts/map/dvips/cs/cstext.map + texmf-dist/fonts/source/public/cs/csaccent.mf + texmf-dist/fonts/source/public/cs/csacutl.mf + texmf-dist/fonts/source/public/cs/csacutu.mf + texmf-dist/fonts/source/public/cs/csadded.mf + texmf-dist/fonts/source/public/cs/csb10.mf + texmf-dist/fonts/source/public/cs/csb12.mf + texmf-dist/fonts/source/public/cs/csb17.mf + texmf-dist/fonts/source/public/cs/csb5.mf + texmf-dist/fonts/source/public/cs/csb6.mf + texmf-dist/fonts/source/public/cs/csb7.mf + texmf-dist/fonts/source/public/cs/csb8.mf + texmf-dist/fonts/source/public/cs/csb9.mf + texmf-dist/fonts/source/public/cs/csbx10.mf + texmf-dist/fonts/source/public/cs/csbx12.mf + texmf-dist/fonts/source/public/cs/csbx5.mf + texmf-dist/fonts/source/public/cs/csbx6.mf + texmf-dist/fonts/source/public/cs/csbx7.mf + texmf-dist/fonts/source/public/cs/csbx8.mf + texmf-dist/fonts/source/public/cs/csbx9.mf + texmf-dist/fonts/source/public/cs/csbxsl10.mf + texmf-dist/fonts/source/public/cs/csbxsl12.mf + texmf-dist/fonts/source/public/cs/csbxsl5.mf + texmf-dist/fonts/source/public/cs/csbxsl6.mf + texmf-dist/fonts/source/public/cs/csbxsl7.mf + texmf-dist/fonts/source/public/cs/csbxsl8.mf + texmf-dist/fonts/source/public/cs/csbxsl9.mf + texmf-dist/fonts/source/public/cs/csbxti10.mf + texmf-dist/fonts/source/public/cs/csbxti12.mf + texmf-dist/fonts/source/public/cs/csbxti17.mf + texmf-dist/fonts/source/public/cs/cscode.mf + texmf-dist/fonts/source/public/cs/cscsc10.mf + texmf-dist/fonts/source/public/cs/cscsc12.mf + texmf-dist/fonts/source/public/cs/cscsc17.mf + texmf-dist/fonts/source/public/cs/cscsc8.mf + texmf-dist/fonts/source/public/cs/cscsc9.mf + texmf-dist/fonts/source/public/cs/csdunh10.mf + texmf-dist/fonts/source/public/cs/csdunh12.mf + texmf-dist/fonts/source/public/cs/csdunh17.mf + texmf-dist/fonts/source/public/cs/csdunh5.mf + texmf-dist/fonts/source/public/cs/csdunh6.mf + texmf-dist/fonts/source/public/cs/csdunh7.mf + texmf-dist/fonts/source/public/cs/csdunh8.mf + texmf-dist/fonts/source/public/cs/csdunh9.mf + texmf-dist/fonts/source/public/cs/csff10.mf + texmf-dist/fonts/source/public/cs/csfi10.mf + texmf-dist/fonts/source/public/cs/csfib10.mf + texmf-dist/fonts/source/public/cs/csfib12.mf + texmf-dist/fonts/source/public/cs/csfib8.mf + texmf-dist/fonts/source/public/cs/csfib9.mf + texmf-dist/fonts/source/public/cs/cshachel.mf + texmf-dist/fonts/source/public/cs/cshacheu.mf + texmf-dist/fonts/source/public/cs/cshyph.mf + texmf-dist/fonts/source/public/cs/csiacutl.mf + texmf-dist/fonts/source/public/cs/csihachl.mf + texmf-dist/fonts/source/public/cs/csinch.mf + texmf-dist/fonts/source/public/cs/csiothrl.mf + texmf-dist/fonts/source/public/cs/csitt10.mf + texmf-dist/fonts/source/public/cs/csitt12.mf + texmf-dist/fonts/source/public/cs/csitt17.mf + texmf-dist/fonts/source/public/cs/csitt8.mf + texmf-dist/fonts/source/public/cs/csitt9.mf + texmf-dist/fonts/source/public/cs/csotherl.mf + texmf-dist/fonts/source/public/cs/csotheru.mf + texmf-dist/fonts/source/public/cs/csr10.mf + texmf-dist/fonts/source/public/cs/csr12.mf + texmf-dist/fonts/source/public/cs/csr17.mf + texmf-dist/fonts/source/public/cs/csr5.mf + texmf-dist/fonts/source/public/cs/csr6.mf + texmf-dist/fonts/source/public/cs/csr7.mf + texmf-dist/fonts/source/public/cs/csr8.mf + texmf-dist/fonts/source/public/cs/csr9.mf + texmf-dist/fonts/source/public/cs/cssl10.mf + texmf-dist/fonts/source/public/cs/cssl12.mf + texmf-dist/fonts/source/public/cs/cssl17.mf + texmf-dist/fonts/source/public/cs/cssl5.mf + texmf-dist/fonts/source/public/cs/cssl6.mf + texmf-dist/fonts/source/public/cs/cssl7.mf + texmf-dist/fonts/source/public/cs/cssl8.mf + texmf-dist/fonts/source/public/cs/cssl9.mf + texmf-dist/fonts/source/public/cs/cssltt10.mf + texmf-dist/fonts/source/public/cs/cssltt12.mf + texmf-dist/fonts/source/public/cs/cssltt8.mf + texmf-dist/fonts/source/public/cs/cssltt9.mf + texmf-dist/fonts/source/public/cs/csss10.mf + texmf-dist/fonts/source/public/cs/csss12.mf + texmf-dist/fonts/source/public/cs/csss17.mf + texmf-dist/fonts/source/public/cs/csss8.mf + texmf-dist/fonts/source/public/cs/csss9.mf + texmf-dist/fonts/source/public/cs/csssbx10.mf + texmf-dist/fonts/source/public/cs/csssbx12.mf + texmf-dist/fonts/source/public/cs/csssbx17.mf + texmf-dist/fonts/source/public/cs/csssbx9.mf + texmf-dist/fonts/source/public/cs/csssdc10.mf + texmf-dist/fonts/source/public/cs/csssi10.mf + texmf-dist/fonts/source/public/cs/csssi12.mf + texmf-dist/fonts/source/public/cs/csssi17.mf + texmf-dist/fonts/source/public/cs/csssi8.mf + texmf-dist/fonts/source/public/cs/csssi9.mf + texmf-dist/fonts/source/public/cs/csssq8.mf + texmf-dist/fonts/source/public/cs/csssqi8.mf + texmf-dist/fonts/source/public/cs/cstcsc10.mf + texmf-dist/fonts/source/public/cs/cstcsc12.mf + texmf-dist/fonts/source/public/cs/cstcsc17.mf + texmf-dist/fonts/source/public/cs/cstex10.mf + texmf-dist/fonts/source/public/cs/cstex8.mf + texmf-dist/fonts/source/public/cs/cstex9.mf + texmf-dist/fonts/source/public/cs/csti10.mf + texmf-dist/fonts/source/public/cs/csti12.mf + texmf-dist/fonts/source/public/cs/csti17.mf + texmf-dist/fonts/source/public/cs/csti7.mf + texmf-dist/fonts/source/public/cs/csti8.mf + texmf-dist/fonts/source/public/cs/csti9.mf + texmf-dist/fonts/source/public/cs/cstt10.mf + texmf-dist/fonts/source/public/cs/cstt12.mf + texmf-dist/fonts/source/public/cs/cstt8.mf + texmf-dist/fonts/source/public/cs/cstt9.mf + texmf-dist/fonts/source/public/cs/csu10.mf + texmf-dist/fonts/source/public/cs/csu12.mf + texmf-dist/fonts/source/public/cs/csu17.mf + texmf-dist/fonts/source/public/cs/csu7.mf + texmf-dist/fonts/source/public/cs/csu8.mf + texmf-dist/fonts/source/public/cs/csu9.mf + texmf-dist/fonts/source/public/cs/csvtt10.mf + texmf-dist/fonts/source/public/cs/csvtt12.mf + texmf-dist/fonts/source/public/cs/csvtt8.mf + texmf-dist/fonts/source/public/cs/csvtt9.mf + texmf-dist/fonts/source/public/cs/icscsc10.mf + texmf-dist/fonts/source/public/cs/icstt8.mf + texmf-dist/fonts/source/public/cs/ilcsss8.mf + texmf-dist/fonts/source/public/cs/ilcsssb8.mf + texmf-dist/fonts/source/public/cs/ilcsssi8.mf + texmf-dist/fonts/source/public/cs/kmcsc.mf + texmf-dist/fonts/source/public/cs/kmroman.mf + texmf-dist/fonts/source/public/cs/kmtexset.mf + texmf-dist/fonts/source/public/cs/kmtextit.mf + texmf-dist/fonts/source/public/cs/kmtitle.mf + texmf-dist/fonts/source/public/cs/lcsss8.mf + texmf-dist/fonts/source/public/cs/lcsssb8.mf + texmf-dist/fonts/source/public/cs/lcsssi8.mf + texmf-dist/fonts/tfm/public/cs/csb10.tfm + texmf-dist/fonts/tfm/public/cs/csb12.tfm + texmf-dist/fonts/tfm/public/cs/csb17.tfm + texmf-dist/fonts/tfm/public/cs/csb5.tfm + texmf-dist/fonts/tfm/public/cs/csb6.tfm + texmf-dist/fonts/tfm/public/cs/csb7.tfm + texmf-dist/fonts/tfm/public/cs/csb8.tfm + texmf-dist/fonts/tfm/public/cs/csb9.tfm + texmf-dist/fonts/tfm/public/cs/csbx10.tfm + texmf-dist/fonts/tfm/public/cs/csbx12.tfm + texmf-dist/fonts/tfm/public/cs/csbx5.tfm + texmf-dist/fonts/tfm/public/cs/csbx6.tfm + texmf-dist/fonts/tfm/public/cs/csbx7.tfm + texmf-dist/fonts/tfm/public/cs/csbx8.tfm + texmf-dist/fonts/tfm/public/cs/csbx9.tfm + texmf-dist/fonts/tfm/public/cs/csbxsl10.tfm + texmf-dist/fonts/tfm/public/cs/csbxsl12.tfm + texmf-dist/fonts/tfm/public/cs/csbxsl5.tfm + texmf-dist/fonts/tfm/public/cs/csbxsl6.tfm + texmf-dist/fonts/tfm/public/cs/csbxsl7.tfm + texmf-dist/fonts/tfm/public/cs/csbxsl8.tfm + texmf-dist/fonts/tfm/public/cs/csbxsl9.tfm + texmf-dist/fonts/tfm/public/cs/csbxti10.tfm + texmf-dist/fonts/tfm/public/cs/csbxti12.tfm + texmf-dist/fonts/tfm/public/cs/csbxti17.tfm + texmf-dist/fonts/tfm/public/cs/cscsc10.tfm + texmf-dist/fonts/tfm/public/cs/cscsc12.tfm + texmf-dist/fonts/tfm/public/cs/cscsc17.tfm + texmf-dist/fonts/tfm/public/cs/cscsc8.tfm + texmf-dist/fonts/tfm/public/cs/cscsc9.tfm + texmf-dist/fonts/tfm/public/cs/csdunh10.tfm + texmf-dist/fonts/tfm/public/cs/csdunh12.tfm + texmf-dist/fonts/tfm/public/cs/csdunh17.tfm + texmf-dist/fonts/tfm/public/cs/csdunh5.tfm + texmf-dist/fonts/tfm/public/cs/csdunh6.tfm + texmf-dist/fonts/tfm/public/cs/csdunh7.tfm + texmf-dist/fonts/tfm/public/cs/csdunh8.tfm + texmf-dist/fonts/tfm/public/cs/csdunh9.tfm + texmf-dist/fonts/tfm/public/cs/csff10.tfm + texmf-dist/fonts/tfm/public/cs/csfi10.tfm + texmf-dist/fonts/tfm/public/cs/csfib10.tfm + texmf-dist/fonts/tfm/public/cs/csfib12.tfm + texmf-dist/fonts/tfm/public/cs/csfib8.tfm + texmf-dist/fonts/tfm/public/cs/csfib9.tfm + texmf-dist/fonts/tfm/public/cs/csinch.tfm + texmf-dist/fonts/tfm/public/cs/csitt10.tfm + texmf-dist/fonts/tfm/public/cs/csitt12.tfm + texmf-dist/fonts/tfm/public/cs/csitt17.tfm + texmf-dist/fonts/tfm/public/cs/csitt8.tfm + texmf-dist/fonts/tfm/public/cs/csitt9.tfm + texmf-dist/fonts/tfm/public/cs/csr10.tfm + texmf-dist/fonts/tfm/public/cs/csr12.tfm + texmf-dist/fonts/tfm/public/cs/csr17.tfm + texmf-dist/fonts/tfm/public/cs/csr5.tfm + texmf-dist/fonts/tfm/public/cs/csr6.tfm + texmf-dist/fonts/tfm/public/cs/csr7.tfm + texmf-dist/fonts/tfm/public/cs/csr8.tfm + texmf-dist/fonts/tfm/public/cs/csr9.tfm + texmf-dist/fonts/tfm/public/cs/cssl10.tfm + texmf-dist/fonts/tfm/public/cs/cssl12.tfm + texmf-dist/fonts/tfm/public/cs/cssl17.tfm + texmf-dist/fonts/tfm/public/cs/cssl5.tfm + texmf-dist/fonts/tfm/public/cs/cssl6.tfm + texmf-dist/fonts/tfm/public/cs/cssl7.tfm + texmf-dist/fonts/tfm/public/cs/cssl8.tfm + texmf-dist/fonts/tfm/public/cs/cssl9.tfm + texmf-dist/fonts/tfm/public/cs/cssltt10.tfm + texmf-dist/fonts/tfm/public/cs/cssltt12.tfm + texmf-dist/fonts/tfm/public/cs/cssltt8.tfm + texmf-dist/fonts/tfm/public/cs/cssltt9.tfm + texmf-dist/fonts/tfm/public/cs/csss10.tfm + texmf-dist/fonts/tfm/public/cs/csss12.tfm + texmf-dist/fonts/tfm/public/cs/csss17.tfm + texmf-dist/fonts/tfm/public/cs/csss8.tfm + texmf-dist/fonts/tfm/public/cs/csss9.tfm + texmf-dist/fonts/tfm/public/cs/csssbx10.tfm + texmf-dist/fonts/tfm/public/cs/csssbx12.tfm + texmf-dist/fonts/tfm/public/cs/csssbx17.tfm + texmf-dist/fonts/tfm/public/cs/csssbx9.tfm + texmf-dist/fonts/tfm/public/cs/csssdc10.tfm + texmf-dist/fonts/tfm/public/cs/csssi10.tfm + texmf-dist/fonts/tfm/public/cs/csssi12.tfm + texmf-dist/fonts/tfm/public/cs/csssi17.tfm + texmf-dist/fonts/tfm/public/cs/csssi8.tfm + texmf-dist/fonts/tfm/public/cs/csssi9.tfm + texmf-dist/fonts/tfm/public/cs/csssq8.tfm + texmf-dist/fonts/tfm/public/cs/csssqi8.tfm + texmf-dist/fonts/tfm/public/cs/cstcsc10.tfm + texmf-dist/fonts/tfm/public/cs/cstcsc12.tfm + texmf-dist/fonts/tfm/public/cs/cstcsc17.tfm + texmf-dist/fonts/tfm/public/cs/csti10.tfm + texmf-dist/fonts/tfm/public/cs/csti12.tfm + texmf-dist/fonts/tfm/public/cs/csti17.tfm + texmf-dist/fonts/tfm/public/cs/csti7.tfm + texmf-dist/fonts/tfm/public/cs/csti8.tfm + texmf-dist/fonts/tfm/public/cs/csti9.tfm + texmf-dist/fonts/tfm/public/cs/cstt10.tfm + texmf-dist/fonts/tfm/public/cs/cstt12.tfm + texmf-dist/fonts/tfm/public/cs/cstt8.tfm + texmf-dist/fonts/tfm/public/cs/cstt9.tfm + texmf-dist/fonts/tfm/public/cs/csu10.tfm + texmf-dist/fonts/tfm/public/cs/csu12.tfm + texmf-dist/fonts/tfm/public/cs/csu17.tfm + texmf-dist/fonts/tfm/public/cs/csu7.tfm + texmf-dist/fonts/tfm/public/cs/csu8.tfm + texmf-dist/fonts/tfm/public/cs/csu9.tfm + texmf-dist/fonts/tfm/public/cs/csvtt10.tfm + texmf-dist/fonts/tfm/public/cs/csvtt12.tfm + texmf-dist/fonts/tfm/public/cs/csvtt8.tfm + texmf-dist/fonts/tfm/public/cs/csvtt9.tfm + texmf-dist/fonts/tfm/public/cs/icscsc10.tfm + texmf-dist/fonts/tfm/public/cs/icstt8.tfm + texmf-dist/fonts/tfm/public/cs/ilcsss8.tfm + texmf-dist/fonts/tfm/public/cs/ilcsssb8.tfm + texmf-dist/fonts/tfm/public/cs/ilcsssi8.tfm + texmf-dist/fonts/tfm/public/cs/lcsss8.tfm + texmf-dist/fonts/tfm/public/cs/lcsssb8.tfm + texmf-dist/fonts/tfm/public/cs/lcsssi8.tfm + texmf-dist/fonts/type1/public/cs/README + texmf-dist/fonts/type1/public/cs/csb10.pfb + texmf-dist/fonts/type1/public/cs/csbx10.pfb + texmf-dist/fonts/type1/public/cs/csbx12.pfb + texmf-dist/fonts/type1/public/cs/csbx5.pfb + texmf-dist/fonts/type1/public/cs/csbx6.pfb + texmf-dist/fonts/type1/public/cs/csbx7.pfb + texmf-dist/fonts/type1/public/cs/csbx8.pfb + texmf-dist/fonts/type1/public/cs/csbx9.pfb + texmf-dist/fonts/type1/public/cs/csbxsl10.pfb + texmf-dist/fonts/type1/public/cs/csbxti10.pfb + texmf-dist/fonts/type1/public/cs/cscsc10.pfb + texmf-dist/fonts/type1/public/cs/csdunh10.pfb + texmf-dist/fonts/type1/public/cs/csff10.pfb + texmf-dist/fonts/type1/public/cs/csfi10.pfb + texmf-dist/fonts/type1/public/cs/csfib8.pfb + texmf-dist/fonts/type1/public/cs/csinch.pfb + texmf-dist/fonts/type1/public/cs/csitt10.pfb + texmf-dist/fonts/type1/public/cs/csr10.pfb + texmf-dist/fonts/type1/public/cs/csr12.pfb + texmf-dist/fonts/type1/public/cs/csr17.pfb + texmf-dist/fonts/type1/public/cs/csr5.pfb + texmf-dist/fonts/type1/public/cs/csr6.pfb + texmf-dist/fonts/type1/public/cs/csr7.pfb + texmf-dist/fonts/type1/public/cs/csr8.pfb + texmf-dist/fonts/type1/public/cs/csr9.pfb + texmf-dist/fonts/type1/public/cs/cssl10.pfb + texmf-dist/fonts/type1/public/cs/cssl12.pfb + texmf-dist/fonts/type1/public/cs/cssl8.pfb + texmf-dist/fonts/type1/public/cs/cssl9.pfb + texmf-dist/fonts/type1/public/cs/cssltt10.pfb + texmf-dist/fonts/type1/public/cs/csss10.pfb + texmf-dist/fonts/type1/public/cs/csss12.pfb + texmf-dist/fonts/type1/public/cs/csss17.pfb + texmf-dist/fonts/type1/public/cs/csss8.pfb + texmf-dist/fonts/type1/public/cs/csss9.pfb + texmf-dist/fonts/type1/public/cs/csssbx10.pfb + texmf-dist/fonts/type1/public/cs/csssdc10.pfb + texmf-dist/fonts/type1/public/cs/csssi10.pfb + texmf-dist/fonts/type1/public/cs/csssi12.pfb + texmf-dist/fonts/type1/public/cs/csssi17.pfb + texmf-dist/fonts/type1/public/cs/csssi8.pfb + texmf-dist/fonts/type1/public/cs/csssi9.pfb + texmf-dist/fonts/type1/public/cs/csssq8.pfb + texmf-dist/fonts/type1/public/cs/csssqi8.pfb + texmf-dist/fonts/type1/public/cs/cstcsc10.pfb + texmf-dist/fonts/type1/public/cs/csti10.pfb + texmf-dist/fonts/type1/public/cs/csti12.pfb + texmf-dist/fonts/type1/public/cs/csti7.pfb + texmf-dist/fonts/type1/public/cs/csti8.pfb + texmf-dist/fonts/type1/public/cs/csti9.pfb + texmf-dist/fonts/type1/public/cs/cstt10.pfb + texmf-dist/fonts/type1/public/cs/cstt12.pfb + texmf-dist/fonts/type1/public/cs/cstt8.pfb + texmf-dist/fonts/type1/public/cs/cstt9.pfb + texmf-dist/fonts/type1/public/cs/csu10.pfb + texmf-dist/fonts/type1/public/cs/csvtt10.pfb + +name csbulletin +category Package +revision 15878 +shortdesc LaTeX class for articles submitted to the CSTUG Bulletin (Zpravodaj). +longdesc The package provides the class for articles for the CSTUG +longdesc Bulletin (Zpravodaj Ceskoslovenskeho sdruzeni uzivatelu TeXu). +longdesc You can see the structure of a document by looking to the +longdesc source file of the manual. +docfiles size=70 + texmf-dist/doc/latex/csbulletin/LICENSE.txt + texmf-dist/doc/latex/csbulletin/README details="Readme" + texmf-dist/doc/latex/csbulletin/csbulletin.pdf details="Package manual" + texmf-dist/doc/latex/csbulletin/csbulletin.tex +runfiles size=5 + texmf-dist/tex/latex/csbulletin/csbulacronym.sty + texmf-dist/tex/latex/csbulletin/csbulletin.cls +catalogue-ctan /macros/latex/contrib/csbulletin +catalogue-date 2008-08-17 11:40:59 +0200 +catalogue-license lppl +catalogue-version 1.0 + +name cslatex +category Package +revision 15878 +shortdesc LaTeX support for Czech/Slovak typesetting. +depend latex +depend cslatex.ARCH +execute AddFormat name=cslatex engine=pdftex options="-etex -translate-file=cp227.tcx cslatex.ini" +execute AddFormat name=pdfcslatex engine=pdftex options="-etex -translate-file=cp227.tcx cslatex.ini" +docfiles size=49 + texmf-dist/doc/cslatex/base/INSTALL.cslatex + texmf-dist/doc/cslatex/base/README-cspsfont + texmf-dist/doc/cslatex/base/README.cslatex + texmf-dist/doc/cslatex/base/cs-fonts.doc + texmf-dist/doc/cslatex/base/cscorr.tab + texmf-dist/doc/cslatex/base/csplain.doc + texmf-dist/doc/cslatex/base/license.eng + texmf-dist/doc/cslatex/base/mklinks + texmf-dist/doc/cslatex/base/parpozn.tex + texmf-dist/doc/cslatex/base/prvni.tex + texmf-dist/doc/cslatex/base/test8z.tex + texmf-dist/doc/cslatex/base/testlat.tex + texmf-dist/doc/cslatex/base/zmeny.txt +srcfiles size=13 + texmf-dist/source/cslatex/base/cslatex.dtx + texmf-dist/source/cslatex/base/cslatex.ins + texmf-dist/source/cslatex/base/cslatex.txt +runfiles size=41 + texmf-dist/tex/cslatex/base/cslatex-utf8.ini + texmf-dist/tex/cslatex/base/cslatex.ini + texmf-dist/tex/cslatex/base/cspsfont.il2 + texmf-dist/tex/cslatex/base/cspsfont.tex + texmf-dist/tex/cslatex/base/cspsfont.xl2 + texmf-dist/tex/cslatex/base/fonttext.cfg + texmf-dist/tex/cslatex/base/hyphen.cfg + texmf-dist/tex/cslatex/base/il2pag.fd + texmf-dist/tex/cslatex/base/il2pbk.fd + texmf-dist/tex/cslatex/base/il2pcr.fd + texmf-dist/tex/cslatex/base/il2phv.fd + texmf-dist/tex/cslatex/base/il2phvn.fd + texmf-dist/tex/cslatex/base/il2pnc.fd + texmf-dist/tex/cslatex/base/il2ppl.fd + texmf-dist/tex/cslatex/base/il2ptm.fd + texmf-dist/tex/cslatex/base/il2pzc.fd + texmf-dist/tex/cslatex/base/nhelvet.sty + texmf-dist/tex/cslatex/base/ntimes.sty + texmf-dist/tex/cslatex/base/xl2pag.fd + texmf-dist/tex/cslatex/base/xl2pbk.fd + texmf-dist/tex/cslatex/base/xl2pcr.fd + texmf-dist/tex/cslatex/base/xl2phv.fd + texmf-dist/tex/cslatex/base/xl2phvn.fd + texmf-dist/tex/cslatex/base/xl2pnc.fd + texmf-dist/tex/cslatex/base/xl2ppl.fd + texmf-dist/tex/cslatex/base/xl2ptm.fd + texmf-dist/tex/cslatex/base/xl2pzc.fd + texmf-dist/tex/latex/cslatex/il2cmdh.fd + texmf-dist/tex/latex/cslatex/il2cmfib.fd + texmf-dist/tex/latex/cslatex/il2cmfr.fd + texmf-dist/tex/latex/cslatex/il2cmr.fd + texmf-dist/tex/latex/cslatex/il2cmss.fd + texmf-dist/tex/latex/cslatex/il2cmtt.fd + texmf-dist/tex/latex/cslatex/il2cmvtt.fd + texmf-dist/tex/latex/cslatex/il2enc.def + texmf-dist/tex/latex/cslatex/il2lcmss.fd + texmf-dist/tex/latex/cslatex/il2lcmtt.fd +catalogue-ctan /macros/cstex/base/cslatex.tar.gz +catalogue-date 2009-09-24 20:53:04 +0200 +catalogue-license gpl + +name cslatex.alpha-linux +category Package +revision 15878 +shortdesc alpha-linux files of cslatex +binfiles arch=alpha-linux size=2 + bin/alpha-linux/cslatex + bin/alpha-linux/pdfcslatex + +name cslatex.i386-cygwin +category Package +revision 15878 +shortdesc i386-cygwin files of cslatex +binfiles arch=i386-cygwin size=2 + bin/i386-cygwin/cslatex + bin/i386-cygwin/pdfcslatex + +name cslatex.i386-linux +category Package +revision 15878 +shortdesc i386-linux files of cslatex +binfiles arch=i386-linux size=2 + bin/i386-linux/cslatex + bin/i386-linux/pdfcslatex + +name cslatex.i386-netbsd +category Package +revision 15878 +shortdesc i386-netbsd files of cslatex +binfiles arch=i386-netbsd size=2 + bin/i386-netbsd/cslatex + bin/i386-netbsd/pdfcslatex + +name cslatex.i386-solaris +category Package +revision 15878 +shortdesc i386-solaris files of cslatex +binfiles arch=i386-solaris size=2 + bin/i386-solaris/cslatex + bin/i386-solaris/pdfcslatex + +name cslatex.mips-irix +category Package +revision 15878 +shortdesc mips-irix files of cslatex +binfiles arch=mips-irix size=2 + bin/mips-irix/cslatex + bin/mips-irix/pdfcslatex + +name cslatex.powerpc-aix +category Package +revision 15878 +shortdesc powerpc-aix files of cslatex +binfiles arch=powerpc-aix size=2 + bin/powerpc-aix/cslatex + bin/powerpc-aix/pdfcslatex + +name cslatex.powerpc-linux +category Package +revision 15878 +shortdesc powerpc-linux files of cslatex +binfiles arch=powerpc-linux size=2 + bin/powerpc-linux/cslatex + bin/powerpc-linux/pdfcslatex + +name cslatex.sparc-linux +category Package +revision 15878 +shortdesc sparc-linux files of cslatex +binfiles arch=sparc-linux size=2 + bin/sparc-linux/cslatex + bin/sparc-linux/pdfcslatex + +name cslatex.sparc-solaris +category Package +revision 15878 +shortdesc sparc-solaris files of cslatex +binfiles arch=sparc-solaris size=2 + bin/sparc-solaris/cslatex + bin/sparc-solaris/pdfcslatex + +name cslatex.universal-darwin +category Package +revision 15878 +shortdesc universal-darwin files of cslatex +binfiles arch=universal-darwin size=2 + bin/universal-darwin/cslatex + bin/universal-darwin/pdfcslatex + +name cslatex.win32 +category Package +revision 15878 +shortdesc win32 files of cslatex +binfiles arch=win32 size=2 + bin/win32/cslatex.exe + bin/win32/pdfcslatex.exe + +name cslatex.x86_64-linux +category Package +revision 15878 +shortdesc x86_64-linux files of cslatex +binfiles arch=x86_64-linux size=2 + bin/x86_64-linux/cslatex + bin/x86_64-linux/pdfcslatex + +name csplain +category Package +revision 15878 +shortdesc Plain TeX support for Czech/Slovak typesetting. +depend tex +depend csplain.ARCH +execute AddFormat name=csplain engine=pdftex options="-etex -translate-file=cp227.tcx csplain.ini" +execute AddFormat name=pdfcsplain engine=pdftex options="-etex -translate-file=cp227.tcx csplain.ini" +runfiles size=49 + texmf-dist/tex/csplain/base/cavantga.tex + texmf-dist/tex/csplain/base/cbookman.tex + texmf-dist/tex/csplain/base/chelvet.tex + texmf-dist/tex/csplain/base/cncent.tex + texmf-dist/tex/csplain/base/cpalatin.tex + texmf-dist/tex/csplain/base/csenc-k.tex + texmf-dist/tex/csplain/base/csenc-p.tex + texmf-dist/tex/csplain/base/csenc-u.tex + texmf-dist/tex/csplain/base/csenc-w.tex + texmf-dist/tex/csplain/base/cseplain.ini + texmf-dist/tex/csplain/base/csfonts.tex + texmf-dist/tex/csplain/base/csplain-utf8.ini + texmf-dist/tex/csplain/base/csplain.ini + texmf-dist/tex/csplain/base/ctimes.tex + texmf-dist/tex/csplain/base/czech.sty + texmf-dist/tex/csplain/base/czhyphen.ex + texmf-dist/tex/csplain/base/czhyphen.tex + texmf-dist/tex/csplain/base/dcfonts.tex + texmf-dist/tex/csplain/base/ecfonts.tex + texmf-dist/tex/csplain/base/extcode.tex + texmf-dist/tex/csplain/base/fonttabs.tex + texmf-dist/tex/csplain/base/hyphen.ex + texmf-dist/tex/csplain/base/hyphen.lan + texmf-dist/tex/csplain/base/il2code.tex + texmf-dist/tex/csplain/base/plaina4.tex + texmf-dist/tex/csplain/base/skhyphen.ex + texmf-dist/tex/csplain/base/skhyphen.tex + texmf-dist/tex/csplain/base/slovak.sty + texmf-dist/tex/csplain/base/t1code.tex + texmf-dist/tex/csplain/base/ttimes.tex +catalogue-ctan /macros/cstex/base/csplain.tar.gz +catalogue-date 2009-09-24 20:53:04 +0200 +catalogue-license other-free + +name csplain.alpha-linux +category Package +revision 15878 +shortdesc alpha-linux files of csplain +binfiles arch=alpha-linux size=2 + bin/alpha-linux/csplain + bin/alpha-linux/pdfcsplain + +name csplain.i386-cygwin +category Package +revision 15878 +shortdesc i386-cygwin files of csplain +binfiles arch=i386-cygwin size=2 + bin/i386-cygwin/csplain + bin/i386-cygwin/pdfcsplain + +name csplain.i386-linux +category Package +revision 15878 +shortdesc i386-linux files of csplain +binfiles arch=i386-linux size=2 + bin/i386-linux/csplain + bin/i386-linux/pdfcsplain + +name csplain.i386-netbsd +category Package +revision 15878 +shortdesc i386-netbsd files of csplain +binfiles arch=i386-netbsd size=2 + bin/i386-netbsd/csplain + bin/i386-netbsd/pdfcsplain + +name csplain.i386-solaris +category Package +revision 15878 +shortdesc i386-solaris files of csplain +binfiles arch=i386-solaris size=2 + bin/i386-solaris/csplain + bin/i386-solaris/pdfcsplain + +name csplain.mips-irix +category Package +revision 15878 +shortdesc mips-irix files of csplain +binfiles arch=mips-irix size=2 + bin/mips-irix/csplain + bin/mips-irix/pdfcsplain + +name csplain.powerpc-aix +category Package +revision 15878 +shortdesc powerpc-aix files of csplain +binfiles arch=powerpc-aix size=2 + bin/powerpc-aix/csplain + bin/powerpc-aix/pdfcsplain + +name csplain.powerpc-linux +category Package +revision 15878 +shortdesc powerpc-linux files of csplain +binfiles arch=powerpc-linux size=2 + bin/powerpc-linux/csplain + bin/powerpc-linux/pdfcsplain + +name csplain.sparc-linux +category Package +revision 15878 +shortdesc sparc-linux files of csplain +binfiles arch=sparc-linux size=2 + bin/sparc-linux/csplain + bin/sparc-linux/pdfcsplain + +name csplain.sparc-solaris +category Package +revision 15878 +shortdesc sparc-solaris files of csplain +binfiles arch=sparc-solaris size=2 + bin/sparc-solaris/csplain + bin/sparc-solaris/pdfcsplain + +name csplain.universal-darwin +category Package +revision 15878 +shortdesc universal-darwin files of csplain +binfiles arch=universal-darwin size=2 + bin/universal-darwin/csplain + bin/universal-darwin/pdfcsplain + +name csplain.win32 +category Package +revision 15878 +shortdesc win32 files of csplain +binfiles arch=win32 size=2 + bin/win32/csplain.exe + bin/win32/pdfcsplain.exe + +name csplain.x86_64-linux +category Package +revision 15878 +shortdesc x86_64-linux files of csplain +binfiles arch=x86_64-linux size=2 + bin/x86_64-linux/csplain + bin/x86_64-linux/pdfcsplain + +name csquotes +category Package +revision 15878 +shortdesc Context sensitive quotation facilities. +longdesc This package provides advanced facilities for inline and +longdesc display quotations. It is designed for a wide range of tasks +longdesc ranging from the most simple applications to the more complex +longdesc demands of formal quotations. The facilities include commands, +longdesc environments, and user-definable 'smart quotes' which +longdesc dynamically adjust to their context. Quotation marks are +longdesc switched automatically if quotations are nested and they can be +longdesc adjusted to the current language if the babel package is +longdesc available. There are additional facilities designed to cope +longdesc with the more specific demands of academic writing, especially +longdesc in the humanities and the social sciences. All quote styles as +longdesc well as the optional active quotes are freely configurable. The +longdesc package is dependent on e-TeX, and requires the author's +longdesc etoolbox package. +docfiles size=117 + texmf-dist/doc/latex/csquotes/LICENSE + texmf-dist/doc/latex/csquotes/README details="Package README" + texmf-dist/doc/latex/csquotes/csquotes.pdf details="Tutorial on use of the package" + texmf-dist/doc/latex/csquotes/csquotes.tex + texmf-dist/doc/latex/csquotes/tutorial.tex +runfiles size=20 + texmf-dist/tex/latex/csquotes/csquotes.cfg + texmf-dist/tex/latex/csquotes/csquotes.def + texmf-dist/tex/latex/csquotes/csquotes.sty +catalogue-ctan /macros/latex/contrib/csquotes +catalogue-date 2009-09-23 20:37:21 +0200 +catalogue-license lppl +catalogue-version 4.4c + +name csvtools +category Package +revision 15878 +shortdesc Reading data from CSV files. +longdesc The csvtools package allows you to repeatedly perform a set of +longdesc LaTeX commands on data in each row of a comma separated +longdesc variable (CSV) file (though substitution of the 'comma' is +longdesc permitted). Such files may be used as source for mail merging, +longdesc generating tables etc. Examples are given in the documentation. +longdesc The distribution also provides packages: csvsort, that provides +longdesc analagous commands to those in the main package, having first +longdesc sorted the data (using the xfor and compare packages); and +longdesc csvpie, for creating a pie-chart from a CSV file. The bundle +longdesc has now been superseded by the datatool bundle. +docfiles size=80 + texmf-dist/doc/latex/csvtools/CHANGES + texmf-dist/doc/latex/csvtools/README details="Readme" + texmf-dist/doc/latex/csvtools/csvtools.pdf + texmf-dist/doc/latex/csvtools/csvtools.pl + texmf-dist/doc/latex/csvtools/manual.html +srcfiles size=23 + texmf-dist/source/latex/csvtools/csvtools.dtx + texmf-dist/source/latex/csvtools/csvtools.ins +runfiles size=8 + texmf-dist/tex/latex/csvtools/csvpie.sty + texmf-dist/tex/latex/csvtools/csvsort.sty + texmf-dist/tex/latex/csvtools/csvtools.sty +catalogue-ctan /obsolete/macros/latex/contrib/csvtools +catalogue-date 2008-10-15 11:51:27 +0200 +catalogue-license lppl +catalogue-version 1.24 + +name ctable +category Package +revision 15878 +shortdesc Easily typeset centered tables. +longdesc Provides commands to easily typeset centered, left- or right- +longdesc aligned table and (multiple-)figure floats, with footnotes. +longdesc Instead of an environment, a command with 4 arguments is used; +longdesc the first is optional and is used for key,value pairs +longdesc generating variations on the defaults and offering a route for +longdesc future extensions. +docfiles size=263 + texmf-dist/doc/latex/ctable/01a + texmf-dist/doc/latex/ctable/01b + texmf-dist/doc/latex/ctable/02k + texmf-dist/doc/latex/ctable/02l + texmf-dist/doc/latex/ctable/02m + texmf-dist/doc/latex/ctable/03a + texmf-dist/doc/latex/ctable/03b + texmf-dist/doc/latex/ctable/04a + texmf-dist/doc/latex/ctable/04b + texmf-dist/doc/latex/ctable/05a + texmf-dist/doc/latex/ctable/05b + texmf-dist/doc/latex/ctable/06a + texmf-dist/doc/latex/ctable/06b + texmf-dist/doc/latex/ctable/07a + texmf-dist/doc/latex/ctable/07b + texmf-dist/doc/latex/ctable/08a + texmf-dist/doc/latex/ctable/08b + texmf-dist/doc/latex/ctable/09b + texmf-dist/doc/latex/ctable/10a + texmf-dist/doc/latex/ctable/10b + texmf-dist/doc/latex/ctable/11k + texmf-dist/doc/latex/ctable/11l + texmf-dist/doc/latex/ctable/11m + texmf-dist/doc/latex/ctable/12a + texmf-dist/doc/latex/ctable/12b + texmf-dist/doc/latex/ctable/13a + texmf-dist/doc/latex/ctable/13b + texmf-dist/doc/latex/ctable/13c + texmf-dist/doc/latex/ctable/README details="Readme" + texmf-dist/doc/latex/ctable/ctable.pdf details="Package documentation" + texmf-dist/doc/latex/ctable/doit + texmf-dist/doc/latex/ctable/lion.png + texmf-dist/doc/latex/ctable/penguin.jpg +srcfiles size=10 + texmf-dist/source/latex/ctable/ctable.dtx + texmf-dist/source/latex/ctable/ctable.ins +runfiles size=2 + texmf-dist/tex/latex/ctable/ctable.sty +catalogue-ctan /macros/latex/contrib/ctable +catalogue-date 2009-09-19 12:45:57 +0200 +catalogue-license lppl +catalogue-version 1.15 + +name ctex +category Package +revision 15878 +shortdesc LaTeX classes and packages for Chinese typesetting. +depend ttfutils +docfiles size=122 + texmf-dist/doc/latex/ctex/README details="Readme" + texmf-dist/doc/latex/ctex/ctex.pdf + texmf-dist/doc/latex/ctex/ctex.tex + texmf-dist/doc/latex/ctex/script/update-version.py + texmf-dist/doc/latex/ctex/test/test-cjk.tex + texmf-dist/doc/latex/ctex/test/test-cjkutf8.tex + texmf-dist/doc/latex/ctex/test/test-xetex.tex + texmf-dist/doc/latex/ctex/test/test-xetexgbk.tex +runfiles size=53 + texmf-dist/tex/latex/ctex/back/ctexartutf8.cls + texmf-dist/tex/latex/ctex/back/ctexbookutf8.cls + texmf-dist/tex/latex/ctex/back/ctexcaputf8.sty + texmf-dist/tex/latex/ctex/back/ctexreputf8.cls + texmf-dist/tex/latex/ctex/back/ctexutf8.sty + texmf-dist/tex/latex/ctex/cfg/ctex.cfg + texmf-dist/tex/latex/ctex/cfg/ctexcap-gbk.cfg + texmf-dist/tex/latex/ctex/cfg/ctexcap-utf8.cfg + texmf-dist/tex/latex/ctex/cfg/ctexcap.cfg + texmf-dist/tex/latex/ctex/cfg/ctexopts.cfg.template + texmf-dist/tex/latex/ctex/ctex.sty + texmf-dist/tex/latex/ctex/ctexart.cls + texmf-dist/tex/latex/ctex/ctexbook.cls + texmf-dist/tex/latex/ctex/ctexcap.sty + texmf-dist/tex/latex/ctex/ctexrep.cls + texmf-dist/tex/latex/ctex/def/ctex-article.def + texmf-dist/tex/latex/ctex/def/ctex-book.def + texmf-dist/tex/latex/ctex/def/ctex-caption.def + texmf-dist/tex/latex/ctex/def/ctex-class.def + texmf-dist/tex/latex/ctex/def/ctex-common.def + texmf-dist/tex/latex/ctex/def/ctex-gbk.def + texmf-dist/tex/latex/ctex/def/ctex-loadclass.def + texmf-dist/tex/latex/ctex/def/ctex-report.def + texmf-dist/tex/latex/ctex/def/ctex-utf8.def + texmf-dist/tex/latex/ctex/engine/ctex-cct-engine.def + texmf-dist/tex/latex/ctex/engine/ctex-cjk-common.def + texmf-dist/tex/latex/ctex/engine/ctex-cjk-engine.def + texmf-dist/tex/latex/ctex/engine/ctex-xecjk-engine.def + texmf-dist/tex/latex/ctex/fd/c19gbsn.fd + texmf-dist/tex/latex/ctex/fd/c19gbsn.fdx + texmf-dist/tex/latex/ctex/fd/c19gkai.fd + texmf-dist/tex/latex/ctex/fd/c19gkai.fdx + texmf-dist/tex/latex/ctex/fd/c19rm.fd + texmf-dist/tex/latex/ctex/fd/c19sf.fd + texmf-dist/tex/latex/ctex/fd/c19tt.fd + texmf-dist/tex/latex/ctex/fd/c70rm.fd + texmf-dist/tex/latex/ctex/fd/c70sf.fd + texmf-dist/tex/latex/ctex/fd/c70tt.fd + texmf-dist/tex/latex/ctex/fontset/ctex-cjk-adobefonts.def + texmf-dist/tex/latex/ctex/fontset/ctex-cjk-winfonts.def + texmf-dist/tex/latex/ctex/fontset/ctex-xecjk-adobefonts.def + texmf-dist/tex/latex/ctex/fontset/ctex-xecjk-winfonts.def + texmf-dist/tex/latex/ctex/opt/ctex-caption-opts.def + texmf-dist/tex/latex/ctex/opt/ctex-class-opts.def + texmf-dist/tex/latex/ctex/opt/ctex-common-opts.def +catalogue-ctan /language/chinese/ctex +catalogue-date 2009-10-20 14:13:00 +0200 +catalogue-license lppl +catalogue-version 0.95 + +name ctex-faq +category Package +revision 15878 +shortdesc LaTeX FAQ by the Chinese TeX Society (ctex.org). +longdesc Most questions were collected on the bbs.ctex.org forum, and +longdesc were answered in detail by the author. +docfiles size=180 + texmf-dist/doc/latex/ctex-faq/README details="Readme (English)" language="en" + texmf-dist/doc/latex/ctex-faq/ctex-faq.pdf details="The FAQ (Chinese)" language="zh" + texmf-dist/doc/latex/ctex-faq/src/ctex-faq.sty + texmf-dist/doc/latex/ctex-faq/src/ctex-faq.tex + texmf-dist/doc/latex/ctex-faq/src/make.bat +catalogue-ctan /info/ctex-faq +catalogue-date 2009-07-06 21:18:07 +0200 +catalogue-license fdl + +name ctib +category Package +revision 15878 +catalogue ctib4tex +shortdesc Tibetan for TeX and LATeX2e. +longdesc A package using a modified version of Sirlin's Tibetan font. An +longdesc advantage of this Tibetan implementation is that all consonant +longdesc clusters are formed by TeX and Metafont. No external +longdesc preprocessor is needed. +docfiles size=100 + texmf-dist/doc/latex/ctib/README + texmf-dist/doc/latex/ctib/ctib4tex.pdf + texmf-dist/doc/latex/ctib/ctib4tex.tex +srcfiles size=9 + texmf-dist/source/latex/ctib/COPYING + texmf-dist/source/latex/ctib/EMTEX + texmf-dist/source/latex/ctib/HISTORY + texmf-dist/source/latex/ctib/INSTALL + texmf-dist/source/latex/ctib/MIKTEX +runfiles size=206 + texmf-dist/fonts/source/public/ctib/bzrsetup.mf + texmf-dist/fonts/source/public/ctib/ctib.mf + texmf-dist/fonts/source/public/ctib/ctibcode.mf + texmf-dist/fonts/source/public/ctib/ctiblett.mf + texmf-dist/fonts/source/public/ctib/ctibligs.mf + texmf-dist/fonts/source/public/ctib/ctibnum.mf + texmf-dist/fonts/source/public/ctib/ctibpunc.mf + texmf-dist/fonts/source/public/ctib/ctibsplt.mf + texmf-dist/fonts/source/public/ctib/ctibvow.mf + texmf-dist/fonts/tfm/public/ctib/ctib.tfm + texmf-dist/tex/latex/ctib/ctib.sty + texmf-dist/tex/latex/ctib/ctib.tex + texmf-dist/tex/latex/ctib/lctctib.fd + texmf-dist/tex/latex/ctib/lctenc.def +catalogue-ctan /language/tibetan/ctib +catalogue-date 2007-02-04 13:34:13 +0100 +catalogue-license gpl + +name ctie +category TLCore +revision 15809 +depend kpathsea +depend ctie.ARCH +docfiles size=3 + texmf/doc/man/man1/ctie.1 + texmf/doc/man/man1/ctie.man1.pdf + +name ctie.alpha-linux +category TLCore +revision 14032 +shortdesc alpha-linux files of ctie +binfiles arch=alpha-linux size=34 + bin/alpha-linux/ctie + +name ctie.i386-cygwin +category TLCore +revision 15614 +shortdesc i386-cygwin files of ctie +binfiles arch=i386-cygwin size=18 + bin/i386-cygwin/ctie.exe + +name ctie.i386-linux +category TLCore +revision 14164 +shortdesc i386-linux files of ctie +binfiles arch=i386-linux size=18 + bin/i386-linux/ctie + +name ctie.i386-netbsd +category TLCore +revision 15167 +shortdesc i386-netbsd files of ctie +binfiles arch=i386-netbsd size=17 + bin/i386-netbsd/ctie + +name ctie.i386-solaris +category TLCore +revision 15141 +shortdesc i386-solaris files of ctie +binfiles arch=i386-solaris size=19 + bin/i386-solaris/ctie + +name ctie.mips-irix +category TLCore +revision 15558 +shortdesc mips-irix files of ctie +binfiles arch=mips-irix size=33 + bin/mips-irix/ctie + +name ctie.powerpc-aix +category TLCore +revision 15638 +shortdesc powerpc-aix files of ctie +binfiles arch=powerpc-aix size=20 + bin/powerpc-aix/ctie + +name ctie.powerpc-linux +category TLCore +revision 14305 +shortdesc powerpc-linux files of ctie +binfiles arch=powerpc-linux size=20 + bin/powerpc-linux/ctie + +name ctie.sparc-linux +category TLCore +revision 14269 +shortdesc sparc-linux files of ctie +binfiles arch=sparc-linux size=18 + bin/sparc-linux/ctie + +name ctie.sparc-solaris +category TLCore +revision 14279 +shortdesc sparc-solaris files of ctie +binfiles arch=sparc-solaris size=35 + bin/sparc-solaris/ctie + +name ctie.universal-darwin +category TLCore +revision 14896 +shortdesc universal-darwin files of ctie +binfiles arch=universal-darwin size=41 + bin/universal-darwin/ctie + +name ctie.win32 +category TLCore +revision 14670 +shortdesc win32 files of ctie +binfiles arch=win32 size=3 + bin/win32/ctie.exe + +name ctie.x86_64-linux +category TLCore +revision 14282 +shortdesc x86_64-linux files of ctie +binfiles arch=x86_64-linux size=19 + bin/x86_64-linux/ctie + +name cuisine +category Package +revision 15878 +shortdesc Typeset recipes. +longdesc Typeset recipes with the ingredients lined up with their method +longdesc step (somewhat similarly to the layout used in cooking). +docfiles size=24 + texmf-dist/doc/latex/cuisine/README details="Package Readme" + texmf-dist/doc/latex/cuisine/cuisine.pdf details="Package documentation" +srcfiles size=11 + texmf-dist/source/latex/cuisine/cuisine.dtx + texmf-dist/source/latex/cuisine/cuisine.ins +runfiles size=3 + texmf-dist/tex/latex/cuisine/cuisine.sty +catalogue-ctan /macros/latex/contrib/cuisine +catalogue-date 2006-12-09 15:50:57 +0100 +catalogue-license lppl +catalogue-version 0.5 + +name currvita +category Package +revision 15878 +shortdesc Typeset a curriculum vitae. +longdesc Currvita is a package rather than a class (like most other +longdesc curriculum vitae offerings). The author considers that a +longdesc curriculum vitae can quite reasonably form part of another +longdesc document (such as a letter, or a dissertation). +docfiles size=30 + texmf-dist/doc/latex/currvita/README details="Package Readme" + texmf-dist/doc/latex/currvita/currvita.pdf details="Package documentation" + texmf-dist/doc/latex/currvita/cvtest.tex +srcfiles size=15 + texmf-dist/source/latex/currvita/currvita.dtx + texmf-dist/source/latex/currvita/currvita.ins +runfiles size=2 + texmf-dist/tex/latex/currvita/currvita.sty +catalogue-ctan /macros/latex/contrib/currvita +catalogue-date 2006-12-09 16:04:04 +0100 +catalogue-license gpl + +name cursolatex +category Package +revision 15878 +shortdesc A LaTeX tutorial. +longdesc The tutorial is presented as a set of slides (in Portuguese). +docfiles size=544 + texmf-dist/doc/latex/cursolatex/README + texmf-dist/doc/latex/cursolatex/cursolatex.pdf language="pt" + texmf-dist/doc/latex/cursolatex/src/TeXniccenter.eps + texmf-dist/doc/latex/cursolatex/src/cursolatex.tex + texmf-dist/doc/latex/cursolatex/src/emacstex.eps + texmf-dist/doc/latex/cursolatex/src/integra.eps + texmf-dist/doc/latex/cursolatex/src/lyx.eps + texmf-dist/doc/latex/cursolatex/src/miktex.eps + texmf-dist/doc/latex/cursolatex/src/vitex.eps +catalogue-ctan /info/portuguese/cursolatex +catalogue-date 2007-03-05 15:26:58 +0100 +catalogue-license gpl + +name cursor +category Package +revision 15878 +shortdesc Draw a cursor in an equation. +longdesc Creates a simple L-shaped 'cursor' in a mathematics environment +longdesc to highlight a part of an equation. +docfiles size=9 + texmf-dist/doc/latex/cursor/cursor.pdf details="Samples of use (with source)" + texmf-dist/doc/latex/cursor/cursor.tex + texmf-dist/doc/latex/cursor/read.me +runfiles size=1 + texmf-dist/tex/latex/cursor/cursor.sty +catalogue-ctan /macros/latex/contrib/cursor +catalogue-date 2008-12-05 00:00:39 +0100 +catalogue-license noinfo +catalogue-version 1.1 + +name curve +category Package +revision 15878 +shortdesc A class for making curriculum vitae. +longdesc CurVe is a class for writing a CV, with configuration for the +longdesc language in which you write. The class provides a set of +longdesc commands to create rubrics, entries in these rubrics etc. CurVe +longdesc then format the CV (possibly splitting it onto multiple pages, +longdesc repeating the titles etc), which is usually the most painful +longdesc part of CV writing. Another nice feature of CurVe is its +longdesc ability to manage different CV 'flavours' simultaneously. It is +longdesc often the case that you want to maintain slightly divergent +longdesc versions of your CV at the same time, in order to emphasize on +longdesc different aspects of your background. CurVe also comes with +longdesc support for use with AUC-TeX. +docfiles size=51 + texmf-dist/doc/latex/curve/NEWS + texmf-dist/doc/latex/curve/README details="Readme" + texmf-dist/doc/latex/curve/THANKS + texmf-dist/doc/latex/curve/curve.el + texmf-dist/doc/latex/curve/curve.pdf details="Package documentation" + texmf-dist/doc/latex/curve/cv.tex + texmf-dist/doc/latex/curve/rubric.tex +srcfiles size=18 + texmf-dist/source/latex/curve/curve.dtx + texmf-dist/source/latex/curve/curve.ins +runfiles size=5 + texmf-dist/tex/latex/curve/curve.cls +catalogue-ctan /macros/latex/contrib/curve +catalogue-date 2008-02-28 14:34:05 +0100 +catalogue-license lppl +catalogue-version 1.15 + +name curve2e +category Package +revision 15878 +shortdesc Extensions for package pict2e. +longdesc Curve2e extends the drawing capacities of the new standard +longdesc pict2e LaTeX package. In particular, it introduces new macros +longdesc for lines and vectors, new specifications for line terminations +longdesc and joins, arcs with any angular aperture, arcs with arrows at +longdesc one or both ends, generic curves specified with their nodes and +longdesc the tangent direction at these nodes. +docfiles size=56 + texmf-dist/doc/latex/curve2e/README + texmf-dist/doc/latex/curve2e/curve2e.pdf details="Package documentation" + texmf-dist/doc/latex/curve2e/manifest.txt +srcfiles size=19 + texmf-dist/source/latex/curve2e/curve2e.dtx + texmf-dist/source/latex/curve2e/curve2e.ins +runfiles size=6 + texmf-dist/tex/latex/curve2e/curve2e.sty +catalogue-ctan /macros/latex/contrib/curve2e +catalogue-date 2008-05-05 09:56:00 +0200 +catalogue-license lppl +catalogue-version 1.01 + +name curves +category Package +revision 15878 +shortdesc Curves for LaTeX picture environment +longdesc The draws curves in the standard LaTeX picture environment +longdesc using parabolas between data points with continuous slope at +longdesc joins; for circles and arcs, it uses up to 16 parabolas. The +longdesc package also draws symbols or dash patterns along curves. The +longdesc package provides facilities equivalent to technical pens with +longdesc compasses and French curves. Curves consist of short secants +longdesc drawn by overlapping disks or line-drawing \special commands +longdesc selected by package options. +docfiles size=41 + texmf-dist/doc/latex/curves/README + texmf-dist/doc/latex/curves/curves.pdf details="Package documentation" + texmf-dist/doc/latex/curves/latex2pdf +srcfiles size=20 + texmf-dist/source/latex/curves/curves.dtx + texmf-dist/source/latex/curves/curves.ins +runfiles size=5 + texmf-dist/tex/latex/curves/curves.sty + texmf-dist/tex/latex/curves/curvesls.sty +catalogue-ctan /macros/latex/contrib/curves +catalogue-date 2009-09-24 20:53:04 +0200 +catalogue-license lppl +catalogue-version 1.53 + +name custom-bib +category Package +revision 15878 +shortdesc Customised BibTeX styles. +longdesc Package generating customized BibTeX bibliography styles from a +longdesc generic file using docstrip driven by parameters generated by a +longdesc menu application. Includes support for the Harvard style of +longdesc citations. +docfiles size=117 + texmf-dist/doc/latex/custom-bib/README.420 + texmf-dist/doc/latex/custom-bib/makebst.pdf details="Package documentation" + texmf-dist/doc/latex/custom-bib/merlin.pdf details="Master style file documentation" +srcfiles size=16 + texmf-dist/source/latex/custom-bib/makebst.drv + texmf-dist/source/latex/custom-bib/makebst.dtx + texmf-dist/source/latex/custom-bib/makebst.ins + texmf-dist/source/latex/custom-bib/shorthnd.ins +runfiles size=136 + texmf-dist/tex/latex/custom-bib/catalan.mbs + texmf-dist/tex/latex/custom-bib/dansk.mbs + texmf-dist/tex/latex/custom-bib/dutch.mbs + texmf-dist/tex/latex/custom-bib/english.mbs + texmf-dist/tex/latex/custom-bib/esperant.mbs + texmf-dist/tex/latex/custom-bib/finnish.mbs + texmf-dist/tex/latex/custom-bib/french.mbs + texmf-dist/tex/latex/custom-bib/geojour.mbs + texmf-dist/tex/latex/custom-bib/geophys.tex + texmf-dist/tex/latex/custom-bib/german.mbs + texmf-dist/tex/latex/custom-bib/italian.mbs + texmf-dist/tex/latex/custom-bib/makebst.tex + texmf-dist/tex/latex/custom-bib/merlin.mbs + texmf-dist/tex/latex/custom-bib/norsk.mbs + texmf-dist/tex/latex/custom-bib/photjour.mbs + texmf-dist/tex/latex/custom-bib/physjour.mbs + texmf-dist/tex/latex/custom-bib/polski.mbs + texmf-dist/tex/latex/custom-bib/portuges.mbs + texmf-dist/tex/latex/custom-bib/shorthnd.tex + texmf-dist/tex/latex/custom-bib/slovene.mbs + texmf-dist/tex/latex/custom-bib/spanish.mbs + texmf-dist/tex/latex/custom-bib/suppjour.mbs +catalogue-ctan /macros/latex/contrib/custom-bib +catalogue-date 2007-04-26 17:59:57 +0200 +catalogue-license lppl +catalogue-version 4.20 + +name cv +category Package +revision 15878 +shortdesc A package for creating a curriculum vitae. +longdesc The package is distributed with two example files; they (and +longdesc their formatted output) constitute the only real documentation. +longdesc Note that cv is just a package: you choose the overall +longdesc formatting by deciding which class to use, while the package +longdesc provides the detailed formatting. +docfiles size=20 + texmf-dist/doc/latex/cv/ApplicationLetter.pdf details="Example application letter" + texmf-dist/doc/latex/cv/ApplicationLetter.tex + texmf-dist/doc/latex/cv/CVCTAN.pdf details="Example CV" + texmf-dist/doc/latex/cv/CVCTAN.tex + texmf-dist/doc/latex/cv/README details="Readme" +runfiles size=1 + texmf-dist/tex/latex/cv/CV.sty +catalogue-ctan /macros/latex/contrib/cv +catalogue-date 2008-06-30 22:37:02 +0200 +catalogue-license gpl + +name cweb +category Package +revision 15878 +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 +longdesc programming language C. +depend cweb.ARCH +docfiles size=43 + 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 +runfiles size=22 + texmf-dist/tex/plain/cweb/cwebmac.tex + texmf-dist/tex/plain/cweb/pdfXcwebmac.tex + texmf-dist/tex/plain/cweb/pdfcwebmac.tex + texmf-dist/tex/plain/cweb/pdfdcwebmac.tex + texmf-dist/tex/plain/cweb/pdffcwebmac.tex + texmf-dist/tex/plain/cweb/pdficwebmac.tex + texmf-dist/tex/plain/cweb/pdfwebmac.tex +catalogue-ctan /web/c_cpp/cweb +catalogue-date 2008-08-17 01:20:14 +0200 +catalogue-license knuth +catalogue-version 3.64ad + +name cweb-latex +category Package +revision 15878 +shortdesc A LaTeX version of CWEB. +longdesc This bundle allows marking-up of CWEB code in LaTeX. The +longdesc distribution includes the "Counting Words" program distributed +longdesc with CWEB, edited to run with LaTeX. +docfiles size=228 + texmf-dist/doc/latex/cweb-latex/CATALOG + texmf-dist/doc/latex/cweb-latex/History + texmf-dist/doc/latex/cweb-latex/INSTALL + texmf-dist/doc/latex/cweb-latex/License + texmf-dist/doc/latex/cweb-latex/MANIFEST + texmf-dist/doc/latex/cweb-latex/README details="Readme" + texmf-dist/doc/latex/cweb-latex/contrib/Index + texmf-dist/doc/latex/cweb-latex/contrib/cwbl-deutsch.sty + texmf-dist/doc/latex/cweb-latex/contrib/cwbl-french.sty + texmf-dist/doc/latex/cweb-latex/contrib/cwbl-italian.sty + texmf-dist/doc/latex/cweb-latex/contrib/cweb-hy/README.txt + texmf-dist/doc/latex/cweb-latex/contrib/cweb-hy/cwbasehy.tex + texmf-dist/doc/latex/cweb-latex/contrib/cweb-hy/cweb-hy.cls + texmf-dist/doc/latex/cweb-latex/contrib/cweb-hy/nodoc.tex + texmf-dist/doc/latex/cweb-latex/contrib/wagner/cwebzw.sty + texmf-dist/doc/latex/cweb-latex/cweb-conf.pdf details="Internal interfaces" + texmf-dist/doc/latex/cweb-latex/cweb-user.pdf details="User manual" + texmf-dist/doc/latex/cweb-latex/cwebbase.tex + texmf-dist/doc/latex/cweb-latex/examples/Makefile + texmf-dist/doc/latex/cweb-latex/examples/compare/wcltx.aux + texmf-dist/doc/latex/cweb-latex/examples/compare/wcltx.bbl + texmf-dist/doc/latex/cweb-latex/examples/compare/wcltx.dvi + texmf-dist/doc/latex/cweb-latex/examples/compare/wcltx.idx + texmf-dist/doc/latex/cweb-latex/examples/compare/wcltx.log + texmf-dist/doc/latex/cweb-latex/examples/compare/wcltx.scn + texmf-dist/doc/latex/cweb-latex/examples/compare/wcltx.tex + texmf-dist/doc/latex/cweb-latex/examples/rcs.sty + texmf-dist/doc/latex/cweb-latex/examples/tex-it + texmf-dist/doc/latex/cweb-latex/examples/wcltx.bib + texmf-dist/doc/latex/cweb-latex/examples/wcltx.w + texmf-dist/doc/latex/cweb-latex/src/Imakefile + texmf-dist/doc/latex/cweb-latex/src/README details="Readme" + texmf-dist/doc/latex/cweb-latex/src/TODO + texmf-dist/doc/latex/cweb-latex/src/cwbl-german.sty + texmf-dist/doc/latex/cweb-latex/src/cweave-spec.tex + texmf-dist/doc/latex/cweb-latex/src/cweb-conf.tex + texmf-dist/doc/latex/cweb-latex/src/cweb-doc.sty + texmf-dist/doc/latex/cweb-latex/src/cweb-fsa.fig + texmf-dist/doc/latex/cweb-latex/src/cweb-fsa.latex + texmf-dist/doc/latex/cweb-latex/src/cweb-fsa.ltx + texmf-dist/doc/latex/cweb-latex/src/cweb-user.tex + texmf-dist/doc/latex/cweb-latex/src/cweb.doc + texmf-dist/doc/latex/cweb-latex/src/cwebarray.sty + texmf-dist/doc/latex/cweb-latex/src/cwebbase.doc + texmf-dist/doc/latex/cweb-latex/src/cwebparts.doc + texmf-dist/doc/latex/cweb-latex/src/cwebx.sty + texmf-dist/doc/latex/cweb-latex/src/keyvald.dtx + texmf-dist/doc/latex/cweb-latex/src/keyvald.ins + texmf-dist/doc/latex/cweb-latex/src/style/cweb-doc.el + texmf-dist/doc/latex/cweb-latex/src/test/Imakefile + texmf-dist/doc/latex/cweb-latex/src/test/badend.w + texmf-dist/doc/latex/cweb-latex/src/test/badopts.w + texmf-dist/doc/latex/cweb-latex/src/test/change.ch + texmf-dist/doc/latex/cweb-latex/src/test/change.w + texmf-dist/doc/latex/cweb-latex/src/test/enddocbegin.w + texmf-dist/doc/latex/cweb-latex/src/test/flat.w + texmf-dist/doc/latex/cweb-latex/src/test/german.w + texmf-dist/doc/latex/cweb-latex/src/test/language-german.ch + texmf-dist/doc/latex/cweb-latex/src/test/language-german.w + texmf-dist/doc/latex/cweb-latex/src/test/minimal.w + texmf-dist/doc/latex/cweb-latex/src/test/modes.w + texmf-dist/doc/latex/cweb-latex/src/test/newif.w + texmf-dist/doc/latex/cweb-latex/src/test/nolists.w + texmf-dist/doc/latex/cweb-latex/src/test/parts-code.w + texmf-dist/doc/latex/cweb-latex/src/test/parts.tex + texmf-dist/doc/latex/cweb-latex/src/test/refname.w + texmf-dist/doc/latex/cweb-latex/src/test/report.w + texmf-dist/doc/latex/cweb-latex/src/test/section.w + texmf-dist/doc/latex/cweb-latex/src/test/sup-changes.w + texmf-dist/doc/latex/cweb-latex/src/test/sup-format.w + texmf-dist/doc/latex/cweb-latex/src/test/sup-lists.w + texmf-dist/doc/latex/cweb-latex/src/test/titlepage.w + texmf-dist/doc/latex/cweb-latex/src/test/token.w + texmf-dist/doc/latex/cweb-latex/src/test/vbar.w +srcfiles size=1 + texmf-dist/source/latex/cweb-latex/Makefile +runfiles size=16 + texmf-dist/tex/latex/cweb-latex/cwbl-german.sty + texmf-dist/tex/latex/cweb-latex/cweb.cls + texmf-dist/tex/latex/cweb-latex/cweb.cls.patch + texmf-dist/tex/latex/cweb-latex/cwebarray.sty + texmf-dist/tex/latex/cweb-latex/keyvald.sty +catalogue-ctan /macros/latex/contrib/cweb +catalogue-date 2008-08-18 10:38:42 +0200 +catalogue-license gpl + +name cweb.alpha-linux +category Package +revision 15878 +shortdesc alpha-linux files of cweb +binfiles arch=alpha-linux size=105 + bin/alpha-linux/ctangle + bin/alpha-linux/cweave + +name cweb.i386-cygwin +category Package +revision 15878 +shortdesc i386-cygwin files of cweb +binfiles arch=i386-cygwin size=53 + bin/i386-cygwin/ctangle.exe + bin/i386-cygwin/cweave.exe + +name cweb.i386-linux +category Package +revision 15878 +shortdesc i386-linux files of cweb +binfiles arch=i386-linux size=54 + bin/i386-linux/ctangle + bin/i386-linux/cweave + +name cweb.i386-netbsd +category Package +revision 15878 +shortdesc i386-netbsd files of cweb +binfiles arch=i386-netbsd size=51 + bin/i386-netbsd/ctangle + bin/i386-netbsd/cweave + +name cweb.i386-solaris +category Package +revision 15878 +shortdesc i386-solaris files of cweb +binfiles arch=i386-solaris size=57 + bin/i386-solaris/ctangle + bin/i386-solaris/cweave + +name cweb.mips-irix +category Package +revision 15878 +shortdesc mips-irix files of cweb +binfiles arch=mips-irix size=97 + bin/mips-irix/ctangle + bin/mips-irix/cweave + +name cweb.powerpc-aix +category Package +revision 15878 +shortdesc powerpc-aix files of cweb +binfiles arch=powerpc-aix size=62 + bin/powerpc-aix/ctangle + bin/powerpc-aix/cweave + +name cweb.powerpc-linux +category Package +revision 15878 +shortdesc powerpc-linux files of cweb +binfiles arch=powerpc-linux size=63 + bin/powerpc-linux/ctangle + bin/powerpc-linux/cweave + +name cweb.sparc-linux +category Package +revision 15878 +shortdesc sparc-linux files of cweb +binfiles arch=sparc-linux size=56 + bin/sparc-linux/ctangle + bin/sparc-linux/cweave + +name cweb.sparc-solaris +category Package +revision 15878 +shortdesc sparc-solaris files of cweb +binfiles arch=sparc-solaris size=98 + bin/sparc-solaris/ctangle + bin/sparc-solaris/cweave + +name cweb.universal-darwin +category Package +revision 15878 +shortdesc universal-darwin files of cweb +binfiles arch=universal-darwin size=121 + bin/universal-darwin/ctangle + bin/universal-darwin/cweave + +name cweb.win32 +category Package +revision 15878 +shortdesc win32 files of cweb +binfiles arch=win32 size=23 + bin/win32/ctangle.exe + bin/win32/cweave.exe + +name cweb.x86_64-linux +category Package +revision 15878 +shortdesc x86_64-linux files of cweb +binfiles arch=x86_64-linux size=59 + bin/x86_64-linux/ctangle + bin/x86_64-linux/cweave + +name cwpuzzle +category Package +revision 15878 +catalogue crossword +shortdesc Typeset crossword puzzles. +longdesc An extended grid-based puzzle package, designed to take all +longdesc input (both grid and clues) from the same file. The package can +longdesc typeset grids with holes in them (for advertisements, or other +longdesc sorts of stuff), and can deal with several sorts of puzzle: - +longdesc The classical puzzle contains numbers for the words and clues +longdesc for the words to be filled in. - The numbered puzzle contains +longdesc numbers in each cell where identical numbers represent +longdesc identical letters. The goal is to find out which number +longdesc corresponds to which letter. - The fill-in type of puzzle +longdesc consists of a grid and a list of words. The goal is to place +longdesc all words in the grid. - Sudoku and Kakuro puzzles involve +longdesc filling in grids of numbers according to their own rules. +longdesc Format may be block-separated, or separated by thick lines. +longdesc Input to the package is somewhat redundant: specification of +longdesc the grid is separate from specification of the clues (if +longdesc they're necessary). The author considers this style both +longdesc 'natural' and robust. +docfiles size=13 + texmf-dist/doc/latex/cwpuzzle/cwpuzzle.dvi +srcfiles size=21 + texmf-dist/source/latex/cwpuzzle/AcrossLite/README + texmf-dist/source/latex/cwpuzzle/AcrossLite/nytconv.c + texmf-dist/source/latex/cwpuzzle/AcrossLite/nytsconv.c + texmf-dist/source/latex/cwpuzzle/AcrossLite/usaconv.c + texmf-dist/source/latex/cwpuzzle/Makefile + texmf-dist/source/latex/cwpuzzle/README + texmf-dist/source/latex/cwpuzzle/cwpuzzle.dtx + texmf-dist/source/latex/cwpuzzle/cwpuzzle.ins +runfiles size=2 + texmf-dist/tex/latex/cwpuzzle/cwpuzzle.sty +catalogue-ctan /macros/latex/contrib/gene/crossword +catalogue-date 2009-09-15 00:20:36 +0200 +catalogue-license other-free +catalogue-version 1.8 + +name cyklop +category Package +revision 15878 +shortdesc The Cyclop typeface. +longdesc The Cyclop typeface was designed in the 1920s at the workshop +longdesc of Warsaw type foundry "Odlewnia Czcionek J. Idzkowski i S-ka". +longdesc This sans serif typeface has a highly modulated stroke so it +longdesc has high typographic contrast. The vertical stems are much +longdesc heavier then horizontal ones. Most characters have thin +longdesc rectangles as additional counters giving the unique shape of +longdesc the characters. The lead types of Cyclop typeface were produced +longdesc in slanted variant at sizes 8-48 pt. It was heavily used for +longdesc heads in newspapers and accidents prints. Typesetters used +longdesc Cyclop in the inter-war period, during the occupation in the +longdesc underground press. The typeface was used until the beginnings +longdesc of the offset print and computer typesetting era. Nowadays it +longdesc is hard to find the metal types of this typeface. The font was +longdesc generated using the Metatype1 package. Then the original set of +longdesc characters was completed by adding the full set of accented +longdesc letters and characters of the modern Latin alphabets (including +longdesc Vietnamese). The upright variant was generated and it was more +longdesc complicated task than it appeared at the beginning. 11 upright +longdesc letters of the Cyclop typeface were presented in the book by +longdesc Filip Trzaska, "Podstawy techniki wydawniczej" ("Foundation of +longdesc the publishing techonology"), Warsaw 1967. But even the author +longdesc of the book does not know what was the source of the presented +longdesc examples. The fonts are distributed in the Type1 and OpenType +longdesc formats along with the files necessary for use these fonts in +longdesc TeX and LaTeX including encoding definition files: T1 (ec), T5 +longdesc (Vietnamese), OT4, QX, texnansi and nonstandard ones (IL2 for +longdesc Czech fonts). +execute addMap cyklop.map +docfiles size=119 + texmf-dist/doc/fonts/cyklop/00readme + texmf-dist/doc/fonts/cyklop/00readme-pl + texmf-dist/doc/fonts/cyklop/GUST-FONT-LICENSE.txt + texmf-dist/doc/fonts/cyklop/MANIFEST.txt + texmf-dist/doc/fonts/cyklop/cyklop-info.pdf details="Package documentation" +runfiles size=364 + texmf-dist/fonts/afm/public/cyklop/cyklopi.afm + texmf-dist/fonts/afm/public/cyklop/cyklopr.afm + texmf-dist/fonts/enc/dvips/cyklop/cs-cyklop-sc.enc + texmf-dist/fonts/enc/dvips/cyklop/cs-cyklop.enc + texmf-dist/fonts/enc/dvips/cyklop/ec-cyklop-sc.enc + texmf-dist/fonts/enc/dvips/cyklop/ec-cyklop.enc + texmf-dist/fonts/enc/dvips/cyklop/l7x-cyklop-sc.enc + texmf-dist/fonts/enc/dvips/cyklop/l7x-cyklop.enc + texmf-dist/fonts/enc/dvips/cyklop/ly1-cyklop-sc.enc + texmf-dist/fonts/enc/dvips/cyklop/ly1-cyklop.enc + texmf-dist/fonts/enc/dvips/cyklop/qx-cyklop-sc.enc + texmf-dist/fonts/enc/dvips/cyklop/qx-cyklop.enc + texmf-dist/fonts/enc/dvips/cyklop/t5-cyklop-sc.enc + texmf-dist/fonts/enc/dvips/cyklop/t5-cyklop.enc + texmf-dist/fonts/map/dvips/cyklop/cyklop-cs.map + texmf-dist/fonts/map/dvips/cyklop/cyklop-ec.map + texmf-dist/fonts/map/dvips/cyklop/cyklop-l7x.map + texmf-dist/fonts/map/dvips/cyklop/cyklop-ly1.map + texmf-dist/fonts/map/dvips/cyklop/cyklop-qx.map + texmf-dist/fonts/map/dvips/cyklop/cyklop-t5.map + texmf-dist/fonts/map/dvips/cyklop/cyklop.map + texmf-dist/fonts/opentype/public/cyklop/cyklop-italic.otf + texmf-dist/fonts/opentype/public/cyklop/cyklop-regular.otf + texmf-dist/fonts/tfm/public/cyklop/cs-cyklopi-sc.tfm + texmf-dist/fonts/tfm/public/cyklop/cs-cyklopi.tfm + texmf-dist/fonts/tfm/public/cyklop/cs-cyklopr-sc.tfm + texmf-dist/fonts/tfm/public/cyklop/cs-cyklopr.tfm + texmf-dist/fonts/tfm/public/cyklop/ec-cyklopi-sc.tfm + texmf-dist/fonts/tfm/public/cyklop/ec-cyklopi.tfm + texmf-dist/fonts/tfm/public/cyklop/ec-cyklopr-sc.tfm + texmf-dist/fonts/tfm/public/cyklop/ec-cyklopr.tfm + texmf-dist/fonts/tfm/public/cyklop/l7x-cyklopi-sc.tfm + texmf-dist/fonts/tfm/public/cyklop/l7x-cyklopi.tfm + texmf-dist/fonts/tfm/public/cyklop/l7x-cyklopr-sc.tfm + texmf-dist/fonts/tfm/public/cyklop/l7x-cyklopr.tfm + texmf-dist/fonts/tfm/public/cyklop/ly1-cyklopi-sc.tfm + texmf-dist/fonts/tfm/public/cyklop/ly1-cyklopi.tfm + texmf-dist/fonts/tfm/public/cyklop/ly1-cyklopr-sc.tfm + texmf-dist/fonts/tfm/public/cyklop/ly1-cyklopr.tfm + texmf-dist/fonts/tfm/public/cyklop/qx-cyklopi-sc.tfm + texmf-dist/fonts/tfm/public/cyklop/qx-cyklopi.tfm + texmf-dist/fonts/tfm/public/cyklop/qx-cyklopr-sc.tfm + texmf-dist/fonts/tfm/public/cyklop/qx-cyklopr.tfm + texmf-dist/fonts/tfm/public/cyklop/t5-cyklopi-sc.tfm + texmf-dist/fonts/tfm/public/cyklop/t5-cyklopi.tfm + texmf-dist/fonts/tfm/public/cyklop/t5-cyklopr-sc.tfm + texmf-dist/fonts/tfm/public/cyklop/t5-cyklopr.tfm + texmf-dist/fonts/type1/public/cyklop/cyklopi.pfb + texmf-dist/fonts/type1/public/cyklop/cyklopr.pfb + texmf-dist/tex/latex/cyklop/cyklop.sty + texmf-dist/tex/latex/cyklop/il2cyklop.fd + texmf-dist/tex/latex/cyklop/l7xcyklop.fd + texmf-dist/tex/latex/cyklop/ly1cyklop.fd + texmf-dist/tex/latex/cyklop/ot1cyklop.fd + texmf-dist/tex/latex/cyklop/ot4cyklop.fd + texmf-dist/tex/latex/cyklop/qxcyklop.fd + texmf-dist/tex/latex/cyklop/t1cyklop.fd + texmf-dist/tex/latex/cyklop/t5cyklop.fd +catalogue-ctan /fonts/cyklop +catalogue-date 2008-12-15 08:58:20 +0100 +catalogue-license gfl +catalogue-version 0.915 + +name cyrillic +category Package +revision 15878 +shortdesc Support for Cyrillic fonts in LaTeX. +longdesc This bundle of macros files provides macro support (including +longdesc font encoding macros) for the use of Cyrillic characters in +longdesc fonts encoded under the T2* and X2 encodings. These encodings +longdesc cover (between them) pretty much every language that is written +longdesc in a Cyrillic alphabet. This directory is part of the LaTeX +longdesc "required" distribution. +depend cyrillic-bin +docfiles size=172 + texmf-dist/doc/latex/cyrillic/00readme.txt + texmf-dist/doc/latex/cyrillic/changes.txt + texmf-dist/doc/latex/cyrillic/cyinpenc.pdf + texmf-dist/doc/latex/cyrillic/cyoutenc.pdf + texmf-dist/doc/latex/cyrillic/lcy.pdf + texmf-dist/doc/latex/cyrillic/lcycmlh.pdf + texmf-dist/doc/latex/cyrillic/manifest.txt + texmf-dist/doc/latex/cyrillic/ot2.pdf + texmf-dist/doc/latex/cyrillic/ot2cmams.pdf + texmf-dist/doc/latex/cyrillic/ot2cmlh.pdf + texmf-dist/doc/latex/cyrillic/t2lhfnt.pdf +srcfiles size=46 + texmf-dist/source/latex/cyrillic/cyinpenc.dtx + texmf-dist/source/latex/cyrillic/cyoutenc.dtx + texmf-dist/source/latex/cyrillic/cyrlatex.ins + texmf-dist/source/latex/cyrillic/lcy.dtx + texmf-dist/source/latex/cyrillic/lcycmlh.fdd + texmf-dist/source/latex/cyrillic/ot2.dtx + texmf-dist/source/latex/cyrillic/ot2cmams.fdd + texmf-dist/source/latex/cyrillic/ot2cmlh.fdd + texmf-dist/source/latex/cyrillic/t2lhfnt.fdd +runfiles size=132 + texmf-dist/tex/latex/cyrillic/cp1251.def + texmf-dist/tex/latex/cyrillic/cp855.def + texmf-dist/tex/latex/cyrillic/cp866.def + texmf-dist/tex/latex/cyrillic/cp866av.def + texmf-dist/tex/latex/cyrillic/cp866mav.def + texmf-dist/tex/latex/cyrillic/cp866nav.def + texmf-dist/tex/latex/cyrillic/cp866tat.def + texmf-dist/tex/latex/cyrillic/ctt.def + texmf-dist/tex/latex/cyrillic/dbk.def + texmf-dist/tex/latex/cyrillic/iso88595.def + texmf-dist/tex/latex/cyrillic/isoir111.def + texmf-dist/tex/latex/cyrillic/koi8-r.def + texmf-dist/tex/latex/cyrillic/koi8-ru.def + texmf-dist/tex/latex/cyrillic/koi8-u.def + texmf-dist/tex/latex/cyrillic/lcy.sty + texmf-dist/tex/latex/cyrillic/lcyccr.fd + texmf-dist/tex/latex/cyrillic/lcycmbr.fd + texmf-dist/tex/latex/cyrillic/lcycmdh.fd + texmf-dist/tex/latex/cyrillic/lcycmfib.fd + texmf-dist/tex/latex/cyrillic/lcycmfr.fd + texmf-dist/tex/latex/cyrillic/lcycmr.fd + texmf-dist/tex/latex/cyrillic/lcycmss.fd + texmf-dist/tex/latex/cyrillic/lcycmtl.fd + texmf-dist/tex/latex/cyrillic/lcycmtt.fd + texmf-dist/tex/latex/cyrillic/lcycmvtt.fd + texmf-dist/tex/latex/cyrillic/lcydefs.tex + texmf-dist/tex/latex/cyrillic/lcyenc.def + texmf-dist/tex/latex/cyrillic/lcylcmss.fd + texmf-dist/tex/latex/cyrillic/lcylcmtt.fd + texmf-dist/tex/latex/cyrillic/maccyr.def + texmf-dist/tex/latex/cyrillic/macukr.def + texmf-dist/tex/latex/cyrillic/mik.def + texmf-dist/tex/latex/cyrillic/mls.def + texmf-dist/tex/latex/cyrillic/mnk.def + texmf-dist/tex/latex/cyrillic/mos.def + texmf-dist/tex/latex/cyrillic/ncc.def + texmf-dist/tex/latex/cyrillic/ot2ccr.fd + texmf-dist/tex/latex/cyrillic/ot2cmbr.fd + texmf-dist/tex/latex/cyrillic/ot2cmdh.fd + texmf-dist/tex/latex/cyrillic/ot2cmfib.fd + texmf-dist/tex/latex/cyrillic/ot2cmfr.fd + texmf-dist/tex/latex/cyrillic/ot2cmr.fd + texmf-dist/tex/latex/cyrillic/ot2cmss.fd + texmf-dist/tex/latex/cyrillic/ot2cmtl.fd + texmf-dist/tex/latex/cyrillic/ot2cmtt.fd + texmf-dist/tex/latex/cyrillic/ot2cmvtt.fd + texmf-dist/tex/latex/cyrillic/ot2enc.def + texmf-dist/tex/latex/cyrillic/ot2lcmss.fd + texmf-dist/tex/latex/cyrillic/ot2lcmtt.fd + texmf-dist/tex/latex/cyrillic/ot2wlcyr.fd + texmf-dist/tex/latex/cyrillic/ot2wlcyss.fd + texmf-dist/tex/latex/cyrillic/ot2wncyr.fd + texmf-dist/tex/latex/cyrillic/ot2wncyss.fd + texmf-dist/tex/latex/cyrillic/pt154.def + texmf-dist/tex/latex/cyrillic/pt254.def + texmf-dist/tex/latex/cyrillic/t2accr.fd + texmf-dist/tex/latex/cyrillic/t2acmbr.fd + texmf-dist/tex/latex/cyrillic/t2acmdh.fd + texmf-dist/tex/latex/cyrillic/t2acmfib.fd + texmf-dist/tex/latex/cyrillic/t2acmfr.fd + texmf-dist/tex/latex/cyrillic/t2acmr.fd + texmf-dist/tex/latex/cyrillic/t2acmss.fd + texmf-dist/tex/latex/cyrillic/t2acmtl.fd + texmf-dist/tex/latex/cyrillic/t2acmtt.fd + texmf-dist/tex/latex/cyrillic/t2acmvtt.fd + texmf-dist/tex/latex/cyrillic/t2aenc.def + texmf-dist/tex/latex/cyrillic/t2alcmss.fd + texmf-dist/tex/latex/cyrillic/t2alcmtt.fd + texmf-dist/tex/latex/cyrillic/t2bccr.fd + texmf-dist/tex/latex/cyrillic/t2bcmbr.fd + texmf-dist/tex/latex/cyrillic/t2bcmdh.fd + texmf-dist/tex/latex/cyrillic/t2bcmfib.fd + texmf-dist/tex/latex/cyrillic/t2bcmfr.fd + texmf-dist/tex/latex/cyrillic/t2bcmr.fd + texmf-dist/tex/latex/cyrillic/t2bcmss.fd + texmf-dist/tex/latex/cyrillic/t2bcmtl.fd + texmf-dist/tex/latex/cyrillic/t2bcmtt.fd + texmf-dist/tex/latex/cyrillic/t2bcmvtt.fd + texmf-dist/tex/latex/cyrillic/t2benc.def + texmf-dist/tex/latex/cyrillic/t2blcmss.fd + texmf-dist/tex/latex/cyrillic/t2blcmtt.fd + texmf-dist/tex/latex/cyrillic/t2cccr.fd + texmf-dist/tex/latex/cyrillic/t2ccmbr.fd + texmf-dist/tex/latex/cyrillic/t2ccmdh.fd + texmf-dist/tex/latex/cyrillic/t2ccmfib.fd + texmf-dist/tex/latex/cyrillic/t2ccmfr.fd + texmf-dist/tex/latex/cyrillic/t2ccmr.fd + texmf-dist/tex/latex/cyrillic/t2ccmss.fd + texmf-dist/tex/latex/cyrillic/t2ccmtl.fd + texmf-dist/tex/latex/cyrillic/t2ccmtt.fd + texmf-dist/tex/latex/cyrillic/t2ccmvtt.fd + texmf-dist/tex/latex/cyrillic/t2cenc.def + texmf-dist/tex/latex/cyrillic/t2clcmss.fd + texmf-dist/tex/latex/cyrillic/t2clcmtt.fd + texmf-dist/tex/latex/cyrillic/x2ccr.fd + texmf-dist/tex/latex/cyrillic/x2cmbr.fd + texmf-dist/tex/latex/cyrillic/x2cmdh.fd + texmf-dist/tex/latex/cyrillic/x2cmfib.fd + texmf-dist/tex/latex/cyrillic/x2cmfr.fd + texmf-dist/tex/latex/cyrillic/x2cmr.fd + texmf-dist/tex/latex/cyrillic/x2cmss.fd + texmf-dist/tex/latex/cyrillic/x2cmtl.fd + texmf-dist/tex/latex/cyrillic/x2cmtt.fd + texmf-dist/tex/latex/cyrillic/x2cmvtt.fd + texmf-dist/tex/latex/cyrillic/x2enc.def + texmf-dist/tex/latex/cyrillic/x2lcmss.fd + texmf-dist/tex/latex/cyrillic/x2lcmtt.fd +catalogue-ctan /macros/latex/required/cyrillic +catalogue-date 2009-09-24 20:53:04 +0200 +catalogue-license lppl + +name cyrillic-bin +category TLCore +revision 15809 +shortdesc Cyrillic bibtex and makeindex. +depend cyrillic-bin.ARCH +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 + +name cyrillic-bin.alpha-linux +category TLCore +revision 15492 +shortdesc alpha-linux files of cyrillic-bin +binfiles arch=alpha-linux size=2 + bin/alpha-linux/rubibtex + bin/alpha-linux/rumakeindex + +name cyrillic-bin.i386-cygwin +category TLCore +revision 15492 +shortdesc i386-cygwin files of cyrillic-bin +binfiles arch=i386-cygwin size=2 + bin/i386-cygwin/rubibtex + bin/i386-cygwin/rumakeindex + +name cyrillic-bin.i386-linux +category TLCore +revision 15492 +shortdesc i386-linux files of cyrillic-bin +binfiles arch=i386-linux size=2 + bin/i386-linux/rubibtex + bin/i386-linux/rumakeindex + +name cyrillic-bin.i386-netbsd +category TLCore +revision 15492 +shortdesc i386-netbsd files of cyrillic-bin +binfiles arch=i386-netbsd size=2 + bin/i386-netbsd/rubibtex + bin/i386-netbsd/rumakeindex + +name cyrillic-bin.i386-solaris +category TLCore +revision 15492 +shortdesc i386-solaris files of cyrillic-bin +binfiles arch=i386-solaris size=2 + bin/i386-solaris/rubibtex + bin/i386-solaris/rumakeindex + +name cyrillic-bin.mips-irix +category TLCore +revision 15558 +shortdesc mips-irix files of cyrillic-bin +binfiles arch=mips-irix size=2 + bin/mips-irix/rubibtex + bin/mips-irix/rumakeindex + +name cyrillic-bin.powerpc-aix +category TLCore +revision 15492 +shortdesc powerpc-aix files of cyrillic-bin +binfiles arch=powerpc-aix size=2 + bin/powerpc-aix/rubibtex + bin/powerpc-aix/rumakeindex + +name cyrillic-bin.powerpc-linux +category TLCore +revision 15492 +shortdesc powerpc-linux files of cyrillic-bin +binfiles arch=powerpc-linux size=2 + bin/powerpc-linux/rubibtex + bin/powerpc-linux/rumakeindex + +name cyrillic-bin.sparc-linux +category TLCore +revision 15492 +shortdesc sparc-linux files of cyrillic-bin +binfiles arch=sparc-linux size=2 + bin/sparc-linux/rubibtex + bin/sparc-linux/rumakeindex + +name cyrillic-bin.sparc-solaris +category TLCore +revision 15492 +shortdesc sparc-solaris files of cyrillic-bin +binfiles arch=sparc-solaris size=2 + bin/sparc-solaris/rubibtex + bin/sparc-solaris/rumakeindex + +name cyrillic-bin.universal-darwin +category TLCore +revision 15492 +shortdesc universal-darwin files of cyrillic-bin +binfiles arch=universal-darwin size=2 + bin/universal-darwin/rubibtex + bin/universal-darwin/rumakeindex + +name cyrillic-bin.win32 +category TLCore +revision 15492 +shortdesc win32 files of cyrillic-bin + +name cyrillic-bin.x86_64-linux +category TLCore +revision 15492 +shortdesc x86_64-linux files of cyrillic-bin +binfiles arch=x86_64-linux size=2 + bin/x86_64-linux/rubibtex + bin/x86_64-linux/rumakeindex + +name cyrplain +category Package +revision 15878 +runfiles size=17 + texmf-dist/tex/plain/cyrplain/README + texmf-dist/tex/plain/cyrplain/cyramstx.ini + texmf-dist/tex/plain/cyrplain/cyrblue.ini + texmf-dist/tex/plain/cyrplain/cyrcmfnt.tex + texmf-dist/tex/plain/cyrplain/cyrecfnt.tex + texmf-dist/tex/plain/cyrplain/cyrtex.cfg + texmf-dist/tex/plain/cyrplain/cyrtex.ini + texmf-dist/tex/plain/cyrplain/cyrtex.tex + texmf-dist/tex/plain/cyrplain/cyrtxinf.ini + texmf-dist/tex/plain/cyrplain/makefmts.bat + texmf-dist/tex/plain/cyrplain/makefmts.sh + texmf-dist/tex/plain/cyrplain/plainenc.tex + texmf-dist/tex/plain/cyrplain/txxdefs.tex + texmf-dist/tex/plain/cyrplain/txxextra.tex + +name dancers +category Package +revision 13293 +shortdesc Font for Conan Doyle's "The Dancing Men". +longdesc The (Sherlock Holmes) book contains a code which uses dancing +longdesc men as glyphs. The alphabet as given is not complete, lacking +longdesc f, j, k, q, u, w, x and z, so those letters in the font are not +longdesc due to Conan Doyle. The code required word endings to be marked +longdesc by the dancing man representing the last letter to be holding a +longdesc flag: these are coded as A-Z. +longdesc thaTiStOsaYsentenceSiNthEcodElooKlikEthiS. In some cases, the +longdesc man has no arms, making it impossible for him to hold a flag. +longdesc In these cases, he is wearing a flag on his hat in the +longdesc 'character'. The font is distributed as MetaFont source. +runfiles size=9 + texmf-dist/fonts/source/public/dancers/dancers.mf + texmf-dist/fonts/tfm/public/dancers/dancers.tfm +catalogue-ctan /fonts/dancers/dancers.mf +catalogue-date 2008-11-24 17:20:15 +0100 +catalogue-license other-free + +name dashbox +category Package +revision 15878 +shortdesc Draw dashed boxes. +longdesc The package can draw boxes that perform like \framebox or +longdesc \fbox, but use dashed lines. The package can also draw (an +longdesc illusion of) vertical stacks of boxes. +srcfiles size=5 + texmf-dist/source/latex/dashbox/dashbox.dtx + texmf-dist/source/latex/dashbox/dashbox.ins +runfiles size=2 + texmf-dist/tex/latex/dashbox/dashbox.sty +catalogue-ctan /macros/latex/contrib/dashbox +catalogue-date 2007-03-05 22:02:45 +0100 +catalogue-license lppl + +name dashrule +category Package +revision 15878 +shortdesc Draw dashed rules. +longdesc The dashrule package makes it easy to draw a huge variety of +longdesc dashed rules (i.e., lines) in LaTeX. dashrule provides a +longdesc command, \hdashrule, which is a cross between LaTeX's \rule and +longdesc PostScript's setdash command. \hdashrule draws horizontally +longdesc dashed rules using the same syntax as \rule, but with an +longdesc additional, setdash-like parameter that specifies the pattern +longdesc of dash segments and the space between those segments. Because +longdesc dashrule's rules are constructed internally using \rule (as +longdesc opposed to, e.g., PostScript \specials) they are fully +longdesc compatible with every LaTeX back-end processor. +docfiles size=36 + texmf-dist/doc/latex/dashrule/README + texmf-dist/doc/latex/dashrule/dashrule.pdf +srcfiles size=6 + texmf-dist/source/latex/dashrule/dashrule.dtx + texmf-dist/source/latex/dashrule/dashrule.ins +runfiles size=1 + texmf-dist/tex/latex/dashrule/dashrule.sty +catalogue-ctan /macros/latex/contrib/dashrule +catalogue-date 2009-08-09 22:45:01 +0200 +catalogue-license lppl +catalogue-version 1.2 + +name datatool +category Package +revision 15878 +shortdesc Tools to load and manipulate data. +longdesc The bundle provides five packages: - datatool.sty: databases +longdesc may be created using LaTeX commands or by importing external +longdesc files; they may be sorted numerically or alphabetically; +longdesc repetitive operations (such as mail merging) may be performed +longdesc on each row of a database, subject to conditions to exclude +longdesc particular rows; commands are provided to examine database +longdesc elements, and to convert formats (for example, to convert a +longdesc numeric element to a format compatible with the fp package; - +longdesc datapie.sty: a database may be represented as a pie chart; +longdesc flexible options allow colouring of the chart, and annotation +longdesc hooks are available; - dataplot.sty: a database may be +longdesc represented as a 2-dimensional scatter or line plot; flexible +longdesc options control of the plot's overall appearance, and of +longdesc legends and other extra information; - databar.sty: a database +longdesc may be represented as a bar chart; overall appearance, +longdesc colouring and annotation are controllable; - databib.sty: a +longdesc bibliography may be loaded into a datatool database, and +longdesc manipulated there before being printed (this permits a LaTeX- +longdesc based route to printing bibliographies in formats for which no +longdesc BibTeX style is available). The bundle replaces and supersedes +longdesc the author's csvtools bundle. +docfiles size=358 + texmf-dist/doc/latex/datatool/CHANGES + texmf-dist/doc/latex/datatool/README details="Readme" + texmf-dist/doc/latex/datatool/datatool.pdf details="Package documentation" +srcfiles size=188 + texmf-dist/source/latex/datatool/datatool.dtx + texmf-dist/source/latex/datatool/datatool.ins +runfiles size=70 + texmf-dist/bibtex/bst/datatool/databib.bst + texmf-dist/tex/latex/datatool/databar.sty + texmf-dist/tex/latex/datatool/databib.sty + texmf-dist/tex/latex/datatool/datapie.sty + texmf-dist/tex/latex/datatool/dataplot.sty + texmf-dist/tex/latex/datatool/datatool.sty +catalogue-ctan /macros/latex/contrib/datatool +catalogue-date 2009-07-13 14:36:41 +0200 +catalogue-license lppl +catalogue-version 2.02 + +name dateiliste +category Package +revision 15878 +shortdesc Extensions of the \listfiles concept. +longdesc The package provides a file list (similar to that offered by +longdesc \listfiles), neatly laid out as a table. The main document can +longdesc be included in the list, and a command is available for +longdesc providing RCS-maintained data for printing in the file list. +docfiles size=73 + texmf-dist/doc/latex/dateiliste/README details="Readme" + texmf-dist/doc/latex/dateiliste/README-de details="Readme" language="de" + texmf-dist/doc/latex/dateiliste/README-en details="Readme" language="en" + texmf-dist/doc/latex/dateiliste/README-eo details="Readme" language="eo" + texmf-dist/doc/latex/dateiliste/dateiliste.pdf details="Benutzerdoku:" language="de" +srcfiles size=13 + texmf-dist/source/latex/dateiliste/dateiliste.dtx + texmf-dist/source/latex/dateiliste/dateiliste.ins +runfiles size=3 + texmf-dist/tex/latex/dateiliste/dateiliste.sty +catalogue-ctan /macros/latex/contrib/dateiliste +catalogue-date 2009-11-04 23:51:05 +0100 +catalogue-license lppl +catalogue-version 0.5 + +name datenumber +category Package +revision 15878 +shortdesc Convert a date into a number and vice versa. +longdesc This package provides commands to convert a date into a number +longdesc and vice versa. Additionally there are commands for +longdesc incrementing and decrementing a date. Leap years and the +longdesc Gregorian calendar reform are considered. +docfiles size=13 + texmf-dist/doc/latex/datenumber/README.txt details="Package README" language="en" + texmf-dist/doc/latex/datenumber/doc.dvi + texmf-dist/doc/latex/datenumber/doc.tex + texmf-dist/doc/latex/datenumber/docgerman.dvi + texmf-dist/doc/latex/datenumber/docgerman.tex +srcfiles size=6 + texmf-dist/source/latex/datenumber/datenumber.dtx + texmf-dist/source/latex/datenumber/datenumber.ins +runfiles size=8 + texmf-dist/tex/latex/datenumber/datenumber.sty + texmf-dist/tex/latex/datenumber/datenumberUSenglish.ldf + texmf-dist/tex/latex/datenumber/datenumberdummy.ldf + texmf-dist/tex/latex/datenumber/datenumberenglish.ldf + texmf-dist/tex/latex/datenumber/datenumberfrench.ldf + texmf-dist/tex/latex/datenumber/datenumbergerman.ldf + texmf-dist/tex/latex/datenumber/datenumberspanish.ldf +catalogue-ctan /macros/latex/contrib/datenumber +catalogue-date 2006-11-16 11:36:05 +0100 +catalogue-license lppl +catalogue-version 0.02 + +name datetime +category Package +revision 15878 +shortdesc Change format of \today with commands for current time. +longdesc Provides various different formats for the command \today, and +longdesc also provides commands for displaying the current time, in 12- +longdesc hour, 24-hour or text format. The package requires the fmtcount +longdesc package. +depend fmtcount +docfiles size=64 + texmf-dist/doc/latex/datetime/CHANGES + texmf-dist/doc/latex/datetime/README details="Package README" + texmf-dist/doc/latex/datetime/datetime-manual.html + texmf-dist/doc/latex/datetime/datetime.pdf + texmf-dist/doc/latex/datetime/datetime.perl + texmf-dist/doc/latex/datetime/dt-lang.tex + texmf-dist/doc/latex/datetime/dt-sampl.tex +srcfiles size=31 + texmf-dist/source/latex/datetime/datetime.dtx + texmf-dist/source/latex/datetime/datetime.ins +runfiles size=52 + texmf-dist/tex/latex/datetime/datetime.sty + texmf-dist/tex/latex/datetime/dt-UKenglish.def + texmf-dist/tex/latex/datetime/dt-USenglish.def + texmf-dist/tex/latex/datetime/dt-austrian.def + texmf-dist/tex/latex/datetime/dt-bahasa.def + texmf-dist/tex/latex/datetime/dt-basque.def + texmf-dist/tex/latex/datetime/dt-breton.def + texmf-dist/tex/latex/datetime/dt-british.def + texmf-dist/tex/latex/datetime/dt-bulgarian.def + texmf-dist/tex/latex/datetime/dt-catalan.def + texmf-dist/tex/latex/datetime/dt-croatian.def + texmf-dist/tex/latex/datetime/dt-czech.def + texmf-dist/tex/latex/datetime/dt-danish.def + texmf-dist/tex/latex/datetime/dt-dutch.def + texmf-dist/tex/latex/datetime/dt-esperanto.def + texmf-dist/tex/latex/datetime/dt-estonian.def + texmf-dist/tex/latex/datetime/dt-finnish.def + texmf-dist/tex/latex/datetime/dt-french.def + texmf-dist/tex/latex/datetime/dt-galician.def + texmf-dist/tex/latex/datetime/dt-german.def + texmf-dist/tex/latex/datetime/dt-greek.def + texmf-dist/tex/latex/datetime/dt-hebrew.def + texmf-dist/tex/latex/datetime/dt-icelandic.def + texmf-dist/tex/latex/datetime/dt-irish.def + texmf-dist/tex/latex/datetime/dt-italian.def + texmf-dist/tex/latex/datetime/dt-latin.def + texmf-dist/tex/latex/datetime/dt-lsorbian.def + texmf-dist/tex/latex/datetime/dt-magyar.def + texmf-dist/tex/latex/datetime/dt-naustrian.def + texmf-dist/tex/latex/datetime/dt-ngerman.def + texmf-dist/tex/latex/datetime/dt-norsk.def + texmf-dist/tex/latex/datetime/dt-polish.def + texmf-dist/tex/latex/datetime/dt-portuges.def + texmf-dist/tex/latex/datetime/dt-romanian.def + texmf-dist/tex/latex/datetime/dt-russian.def + texmf-dist/tex/latex/datetime/dt-samin.def + texmf-dist/tex/latex/datetime/dt-scottish.def + texmf-dist/tex/latex/datetime/dt-serbian.def + texmf-dist/tex/latex/datetime/dt-slovak.def + texmf-dist/tex/latex/datetime/dt-slovene.def + texmf-dist/tex/latex/datetime/dt-spanish.def + texmf-dist/tex/latex/datetime/dt-swedish.def + texmf-dist/tex/latex/datetime/dt-turkish.def + texmf-dist/tex/latex/datetime/dt-ukraineb.def + texmf-dist/tex/latex/datetime/dt-usorbian.def + texmf-dist/tex/latex/datetime/dt-welsh.def +catalogue-ctan /macros/latex/contrib/datetime +catalogue-date 2008-10-15 11:51:27 +0200 +catalogue-license lppl +catalogue-version 2.55 + +name dcpic +category Package +revision 15878 +shortdesc Commutative diagrams in a LaTeX and TeX documents. +longdesc DCpic is a package for typesetting Commutative Diagrams within +longdesc a LaTeX and TeX documents. Its distinguishing features are: a +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. +docfiles size=13 + texmf-dist/doc/latex/dcpic/README + texmf-dist/doc/latex/dcpic/README.TEXLIVE + texmf-dist/doc/latex/dcpic/examples.tex + texmf-dist/doc/latex/dcpic/gpl.txt +runfiles size=10 + texmf-dist/tex/latex/dcpic/dcpic.sty +catalogue-ctan /macros/generic/diagrams/dcpic +catalogue-date 2008-01-15 21:52:18 +0100 +catalogue-license gpl +catalogue-version 4.1.2 + +name decimal +category Package +revision 15878 +shortdesc LaTeX package for the English raised decimal point. +longdesc This LaTeX package should be used by people who need the +longdesc traditional English raised decimal point, instead of the +longdesc American-style period. +srcfiles size=4 + texmf-dist/source/latex/decimal/decimal.dtx + texmf-dist/source/latex/decimal/decimal.ins +runfiles size=1 + texmf-dist/tex/latex/decimal/decimal.sty +catalogue-ctan /macros/latex/contrib/decimal +catalogue-date 2006-12-17 18:48:45 +0100 +catalogue-license lppl + +name dehyph-exptl +category Package +revision 15878 +shortdesc Experimental hyphenation patterns for the German language. +longdesc The package provides experimental hyphenation patterns for the +longdesc German language, covering both traditional and reformed +longdesc orthography. The patterns can be used with packages Babel and +longdesc hyphsubst. +execute AddHyphen name=german-x-2009-06-19 file=dehypht-x-2009-06-19.tex synonyms=german-x-latest lefthyphenmin=2 righthyphenmin=2 +execute AddHyphen name=ngerman-x-2009-06-19 file=dehyphn-x-2009-06-19.tex synonyms=ngerman-x-latest lefthyphenmin=2 righthyphenmin=2 +docfiles size=112 + texmf-dist/doc/generic/dehyph-exptl/CHANGES + texmf-dist/doc/generic/dehyph-exptl/INSTALL + texmf-dist/doc/generic/dehyph-exptl/LICENSE + texmf-dist/doc/generic/dehyph-exptl/README details="Readme" + texmf-dist/doc/generic/dehyph-exptl/dehyph-exptl.bib + texmf-dist/doc/generic/dehyph-exptl/dehyph-exptl.pdf details="Package documentation" language="de" + texmf-dist/doc/generic/dehyph-exptl/projektbeschreibung.bib + texmf-dist/doc/generic/dehyph-exptl/projektbeschreibung.pdf details="Project outline" language="de" + texmf-dist/doc/generic/dehyph-exptl/projektbeschreibung.tex +runfiles size=85 + texmf-dist/tex/generic/dehyph-exptl/dehyph-exptl.tex + texmf-dist/tex/generic/dehyph-exptl/dehyphn-x-2009-06-19.pat + texmf-dist/tex/generic/dehyph-exptl/dehyphn-x-2009-06-19.tex + texmf-dist/tex/generic/dehyph-exptl/dehypht-x-2009-06-19.pat + texmf-dist/tex/generic/dehyph-exptl/dehypht-x-2009-06-19.tex + texmf-dist/tex/generic/dehyph-exptl/dehyphts-x-2009-06-19.pat + texmf-dist/tex/generic/dehyph-exptl/dehyphts-x-2009-06-19.tex +catalogue-ctan /language/hyphenation/dehyph-exptl +catalogue-date 2009-06-26 10:30:20 +0200 +catalogue-license lppl +catalogue-version 0.20 + +name delimtxt +category Package +revision 15878 +shortdesc Read and parse text tables. +longdesc This experimental package can read and parse text tables +longdesc delimited by user-defined tokens (e.g., tab). It can be used +longdesc for serial letters and the like, making it easier to export the +longdesc data file from MS-Excel/MS-Word +docfiles size=20 + texmf-dist/doc/latex/delimtxt/delimtxt.pdf + texmf-dist/doc/latex/delimtxt/resulta.dat + texmf-dist/doc/latex/delimtxt/resultb.dat + texmf-dist/doc/latex/delimtxt/resultc.dat + texmf-dist/doc/latex/delimtxt/test1.tex + texmf-dist/doc/latex/delimtxt/test2.tex + texmf-dist/doc/latex/delimtxt/test3.tex +srcfiles size=4 + texmf-dist/source/latex/delimtxt/delimtxt.dtx + texmf-dist/source/latex/delimtxt/delimtxt.ins +runfiles size=2 + texmf-dist/tex/latex/delimtxt/delimtxt.sty +catalogue-ctan /macros/latex/exptl/delimtxt +catalogue-date 2008-08-18 10:38:42 +0200 +catalogue-license lppl + +name detex +category TLCore +revision 15809 +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 +longdesc dealing with LaTeX input if it sees the string \begin{document} +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 +catalogue-ctan /support/detex +catalogue-date 2008-10-02 14:53:32 +0200 +catalogue-license other-free + +name detex.alpha-linux +category TLCore +revision 14032 +shortdesc alpha-linux files of detex +binfiles arch=alpha-linux size=37 + bin/alpha-linux/detex + +name detex.i386-cygwin +category TLCore +revision 15614 +shortdesc i386-cygwin files of detex +binfiles arch=i386-cygwin size=20 + bin/i386-cygwin/detex.exe + +name detex.i386-linux +category TLCore +revision 14164 +shortdesc i386-linux files of detex +binfiles arch=i386-linux size=21 + bin/i386-linux/detex + +name detex.i386-netbsd +category TLCore +revision 15167 +shortdesc i386-netbsd files of detex +binfiles arch=i386-netbsd size=20 + bin/i386-netbsd/detex + +name detex.i386-solaris +category TLCore +revision 15141 +shortdesc i386-solaris files of detex +binfiles arch=i386-solaris size=22 + bin/i386-solaris/detex + +name detex.mips-irix +category TLCore +revision 15558 +shortdesc mips-irix files of detex +binfiles arch=mips-irix size=35 + bin/mips-irix/detex + +name detex.powerpc-aix +category TLCore +revision 15638 +shortdesc powerpc-aix files of detex +binfiles arch=powerpc-aix size=23 + bin/powerpc-aix/detex + +name detex.powerpc-linux +category TLCore +revision 14305 +shortdesc powerpc-linux files of detex +binfiles arch=powerpc-linux size=23 + bin/powerpc-linux/detex + +name detex.sparc-linux +category TLCore +revision 14269 +shortdesc sparc-linux files of detex +binfiles arch=sparc-linux size=22 + bin/sparc-linux/detex + +name detex.sparc-solaris +category TLCore +revision 14279 +shortdesc sparc-solaris files of detex +binfiles arch=sparc-solaris size=38 + bin/sparc-solaris/detex + +name detex.universal-darwin +category TLCore +revision 14896 +shortdesc universal-darwin files of detex +binfiles arch=universal-darwin size=47 + bin/universal-darwin/detex + +name detex.win32 +category TLCore +revision 14670 +shortdesc win32 files of detex +binfiles arch=win32 size=5 + bin/win32/detex.exe + +name detex.x86_64-linux +category TLCore +revision 14282 +shortdesc x86_64-linux files of detex +binfiles arch=x86_64-linux size=22 + bin/x86_64-linux/detex + +name devnag +category TLCore +revision 15667 +catalogue devanagari +shortdesc Typeset Devanagari. +longdesc Frans Velthuis' preprocessor for Devanagari text, and fonts and +longdesc macros to use when typesetting the processed text. The macros +longdesc provide features that support Sanskrit, Hindi, Marathi, Nepali, +longdesc and other languages typically printed in the Devanagari script. +longdesc The fonts are available both in Metafont and Type 1 format. +depend devnag.ARCH +catalogue-ctan /language/devanagari/velthuis +catalogue-date 2008-06-22 18:57:24 +0200 +catalogue-license gpl +catalogue-version 2.15 + +name devnag.alpha-linux +category TLCore +revision 15667 +shortdesc alpha-linux files of devnag +binfiles arch=alpha-linux size=15 + bin/alpha-linux/devnag + +name devnag.i386-cygwin +category TLCore +revision 15667 +shortdesc i386-cygwin files of devnag +binfiles arch=i386-cygwin size=7 + bin/i386-cygwin/devnag.exe + +name devnag.i386-linux +category TLCore +revision 15667 +shortdesc i386-linux files of devnag +binfiles arch=i386-linux size=7 + bin/i386-linux/devnag + +name devnag.i386-netbsd +category TLCore +revision 15667 +shortdesc i386-netbsd files of devnag +binfiles arch=i386-netbsd size=6 + bin/i386-netbsd/devnag + +name devnag.i386-solaris +category TLCore +revision 15667 +shortdesc i386-solaris files of devnag +binfiles arch=i386-solaris size=8 + bin/i386-solaris/devnag + +name devnag.mips-irix +category TLCore +revision 15667 +shortdesc mips-irix files of devnag +binfiles arch=mips-irix size=12 + bin/mips-irix/devnag + +name devnag.powerpc-aix +category TLCore +revision 15667 +shortdesc powerpc-aix files of devnag +binfiles arch=powerpc-aix size=8 + bin/powerpc-aix/devnag + +name devnag.powerpc-linux +category TLCore +revision 15667 +shortdesc powerpc-linux files of devnag +binfiles arch=powerpc-linux size=8 + bin/powerpc-linux/devnag + +name devnag.sparc-linux +category TLCore +revision 15667 +shortdesc sparc-linux files of devnag +binfiles arch=sparc-linux size=7 + bin/sparc-linux/devnag + +name devnag.sparc-solaris +category TLCore +revision 15667 +shortdesc sparc-solaris files of devnag +binfiles arch=sparc-solaris size=9 + bin/sparc-solaris/devnag + +name devnag.universal-darwin +category TLCore +revision 15667 +shortdesc universal-darwin files of devnag +binfiles arch=universal-darwin size=19 + bin/universal-darwin/devnag + +name devnag.win32 +category TLCore +revision 15667 +shortdesc win32 files of devnag +binfiles arch=win32 size=6 + bin/win32/devnag.exe + +name devnag.x86_64-linux +category TLCore +revision 15667 +shortdesc x86_64-linux files of devnag +binfiles arch=x86_64-linux size=8 + bin/x86_64-linux/devnag + +name diagmac2 +category Package +revision 15878 +shortdesc Diagram macros, using pict2e. +longdesc This is a development of the long-established diagmac package, +longdesc using pict2e so that the restrictions on line direction are +longdesc removed. +docfiles size=75 + texmf-dist/doc/latex/diagmac2/README details="Readme" + texmf-dist/doc/latex/diagmac2/doc/diagmac2.pdf details="Package documentation" + texmf-dist/doc/latex/diagmac2/doc/diagmac2.tex + texmf-dist/doc/latex/diagmac2/doc/diagmactest.pdf details="Example output" + texmf-dist/doc/latex/diagmac2/doc/diagmactest.tex +runfiles size=11 + texmf-dist/tex/latex/diagmac2/diagmac2.sty +catalogue-ctan /macros/latex/contrib/diagmac2 +catalogue-date 2009-05-17 01:32:22 +0200 +catalogue-license lppl +catalogue-version 2.1 + +name diagnose +category Package +revision 15878 +shortdesc A diagnostic tool for a TeX installation. +longdesc Provides macros to assist evaluation of the capabilities of a +longdesc TeX installation (i.e., what extensions it supports). An +longdesc example document that examines the installation is available. +docfiles size=30 + texmf-dist/doc/latex/diagnose/README details="Package Readme" + texmf-dist/doc/latex/diagnose/diagnose.pdf + texmf-dist/doc/latex/diagnose/diagnose.tex + texmf-dist/doc/latex/diagnose/mls-diag.dvi + texmf-dist/doc/latex/diagnose/mls-diag.tex +srcfiles size=1 + texmf-dist/source/latex/diagnose/INSTALL +runfiles size=1 + texmf-dist/tex/latex/diagnose/diagnose.sty +catalogue-ctan /macros/latex/contrib/diagnose +catalogue-date 2006-12-17 18:48:45 +0100 +catalogue-license gpl +catalogue-version 0.2 + +name dialogl +category Package +revision 15878 +shortdesc Macros for constructing interactive LaTeX scripts. +longdesc Gathers together a bunch of code and examples about how to +longdesc write macros to carry on a dialogue with the user. +docfiles size=128 + texmf-dist/doc/latex/dialogl/animals.tex + texmf-dist/doc/latex/dialogl/animals2.tex + texmf-dist/doc/latex/dialogl/cnvunits.tex + texmf-dist/doc/latex/dialogl/codialog.dvi + texmf-dist/doc/latex/dialogl/codialog.tex + texmf-dist/doc/latex/dialogl/dia-driv.dvi + texmf-dist/doc/latex/dialogl/dia-driv.tex + texmf-dist/doc/latex/dialogl/diatest.tex + texmf-dist/doc/latex/dialogl/fontmenu.tex + texmf-dist/doc/latex/dialogl/listout.tex +srcfiles size=78 + texmf-dist/source/latex/dialogl/READ.ME + texmf-dist/source/latex/dialogl/animal.dat + texmf-dist/source/latex/dialogl/default.los + texmf-dist/source/latex/dialogl/dialog.dtx + texmf-dist/source/latex/dialogl/dialog.stp + texmf-dist/source/latex/dialogl/dialogl.ins + texmf-dist/source/latex/dialogl/grabhedr.dtx + texmf-dist/source/latex/dialogl/grabhedr.stp + texmf-dist/source/latex/dialogl/listout.dtx + texmf-dist/source/latex/dialogl/menus.dtx + texmf-dist/source/latex/dialogl/menus.stp + texmf-dist/source/latex/dialogl/uktex91.1x +runfiles size=12 + texmf-dist/tex/latex/dialogl/dialog.sty + texmf-dist/tex/latex/dialogl/dialogl.sty + texmf-dist/tex/latex/dialogl/grabhedr.sty + texmf-dist/tex/latex/dialogl/menus.sty +catalogue-ctan /macros/latex/contrib/dialogl +catalogue-date 2008-12-25 23:57:22 +0100 +catalogue-license noinfo + +name dice +category Package +revision 15878 +shortdesc A font for die faces. +longdesc A MetaFont font that can produce die faces in 2D or with +longdesc various 3D effects. +docfiles size=2 + texmf-dist/doc/fonts/dice/dice3d.dvi + texmf-dist/doc/fonts/dice/dice3d.tex +runfiles size=6 + texmf-dist/fonts/source/public/dice/dice3d.mf + texmf-dist/fonts/tfm/public/dice/dice3d.tfm +catalogue-ctan /fonts/dice +catalogue-date 2008-06-07 13:52:00 +0200 +catalogue-license lppl + +name dichokey +category Package +revision 15878 +shortdesc Construct dichotomous identification keys. +longdesc The package can be used to construct dichotomous identification +longdesc keys (used especially in biology for species identification), +longdesc taking care of numbering and indentation of successive key +longdesc steps automatically. An example file is provided, which +longdesc demonstrates usage. +docfiles size=3 + texmf-dist/doc/latex/dichokey/rhodocyb.dvi + texmf-dist/doc/latex/dichokey/rhodocyb.tex +runfiles size=2 + texmf-dist/tex/latex/dichokey/dichokey.sty +catalogue-ctan /macros/latex/contrib/dichokey +catalogue-date 2006-10-17 17:36:43 +0200 +catalogue-license pd + +name dictsym +category Package +revision 15878 +shortdesc DictSym font and macro package +longdesc This directory contains the DictSym Type1 font designed by +longdesc Georg Verweyen and all files required to use it with LaTeX on +longdesc the Unix or PC platforms. The font provides a number of symbols +longdesc commonly used in dictionaries. The accompanying macro package +longdesc makes the symbols accessible as LaTeX commands. +execute addMap dictsym.map +docfiles size=9 + texmf-dist/doc/fonts/dictsym/README details="Readme" + texmf-dist/doc/fonts/dictsym/dictsym.pdf details="Package documentation" + texmf-dist/doc/fonts/dictsym/dictsym.tex +runfiles size=20 + texmf-dist/fonts/afm/public/dictsym/dictsym.afm + texmf-dist/fonts/map/dvips/dictsym/dictsym.map + texmf-dist/fonts/tfm/public/dictsym/dictsym.tfm + texmf-dist/fonts/type1/public/dictsym/dictsym.pfb + texmf-dist/fonts/type1/public/dictsym/dictsym.pfm + texmf-dist/tex/latex/dictsym/dictsym.sty +catalogue-ctan /fonts/dictsym +catalogue-date 2007-09-25 10:20:14 +0200 +catalogue-license lppl + +name digiconfigs +category Package +revision 15878 +shortdesc Writing "configurations" +longdesc In Stochastic Geometry and Digital Image Analysis some problems +longdesc can be solved in terms of so-called "configurations". A +longdesc configuration is basically a square matrix of \circ and \bullet +longdesc symbols. This package provides a convenient and compact +longdesc mechanism for displaying these configurations. +docfiles size=34 + texmf-dist/doc/latex/digiconfigs/README details="Readme" + texmf-dist/doc/latex/digiconfigs/digiconfigs.pdf details="Package documentation" + texmf-dist/doc/latex/digiconfigs/digiconfigs.tex +runfiles size=2 + texmf-dist/tex/latex/digiconfigs/digiconfigs.sty +catalogue-ctan /macros/latex/contrib/digiconfigs +catalogue-date 2007-03-05 22:02:45 +0100 +catalogue-license lppl +catalogue-version 0.5 + +name din1505 +category Package +revision 15878 +shortdesc Bibliography styles for German texts. +longdesc A set of bibliography styles that conformt to DIN 1505, and +longdesc match the original BibTeX standard set (plain, unsrt, alpha and +longdesc abbrv), together with a style natdin to work with natbib. +docfiles size=2 + texmf-dist/doc/latex/din1505/README.TEXLIVE + texmf-dist/doc/latex/din1505/natbib.cfg +runfiles size=69 + texmf-dist/bibtex/bib/din1505/leitbild.bib + texmf-dist/bibtex/bst/din1505/abbrvdin.bst + texmf-dist/bibtex/bst/din1505/alphadin.bst + texmf-dist/bibtex/bst/din1505/natdin.bst + texmf-dist/bibtex/bst/din1505/plaindin.bst + texmf-dist/bibtex/bst/din1505/unsrtdin.bst +catalogue-ctan /biblio/bibtex/contrib/german/din1505 +catalogue-date 2008-11-25 15:33:33 +0100 +catalogue-license other-free + +name dinat +category Package +revision 15878 +shortdesc Bibliography style for German texts. +longdesc Bibliography style files intended for texts in german. They +longdesc draw up bibliographies in accordance with the german DIN 1505, +longdesc parts 2 and 3. +docfiles size=9 + texmf-dist/doc/bibtex/dinat/dinat-index.html language="de" + texmf-dist/doc/bibtex/dinat/history.html +runfiles size=11 + texmf-dist/bibtex/bst/dinat/dinat.bst +catalogue-ctan /biblio/bibtex/contrib/german/dinat +catalogue-date 2008-11-11 09:02:39 +0100 +catalogue-license pd +catalogue-version 2.5 + +name dinbrief +category Package +revision 15878 +shortdesc German letter DIN style. +longdesc Implements a document layout for writing letters according to +longdesc the rules of DIN (Deutsches Institut fur Normung, German +longdesc standardisation institute). A style file for LaTeX 2.09 (with +longdesc limited support of the features) is part of the package. Since +longdesc the letter layout is based on a German standard, the user guide +longdesc is written in German, but most macros have English names from +longdesc which the user can recognize what they are used for. In +longdesc addition there are example files showing how letters may be +longdesc created with the package. A graphical interface for use of the +longdesc dinbrief is provided in the dinbrief-GUI bundle. +docfiles size=151 + texmf-dist/doc/latex/dinbrief/brfbody.tex + texmf-dist/doc/latex/dinbrief/brfkopf.tex + texmf-dist/doc/latex/dinbrief/dbold.tex + texmf-dist/doc/latex/dinbrief/dinbrief.pdf details="User Guide and Implementation" + texmf-dist/doc/latex/dinbrief/dinbrief.tex + texmf-dist/doc/latex/dinbrief/dintab.tex + texmf-dist/doc/latex/dinbrief/example.tex + texmf-dist/doc/latex/dinbrief/liesmich details="Package Readme" language="de" + texmf-dist/doc/latex/dinbrief/readme details="Package Readme" language="en" + texmf-dist/doc/latex/dinbrief/test10.tex + texmf-dist/doc/latex/dinbrief/test11.tex + texmf-dist/doc/latex/dinbrief/test12.tex + texmf-dist/doc/latex/dinbrief/testnorm.tex +srcfiles size=63 + texmf-dist/source/latex/dinbrief/dinbrief.drv + texmf-dist/source/latex/dinbrief/dinbrief.dtx + texmf-dist/source/latex/dinbrief/dinbrief.ins +runfiles size=17 + texmf-dist/tex/latex/dinbrief/dinbrief.cfg + texmf-dist/tex/latex/dinbrief/dinbrief.cls + texmf-dist/tex/latex/dinbrief/dinbrief.sty +catalogue-ctan /macros/latex/contrib/dinbrief +catalogue-date 2009-09-25 22:54:35 +0200 +catalogue-license lppl + +name dingbat +category Package +revision 15878 +shortdesc Two dingbat symbol fonts. +longdesc The fonts (ark10 and dingbat) are specified in MetaFont; +longdesc support macros are provided for use in plain TeX and in LaTeX. +docfiles size=34 + texmf-dist/doc/fonts/dingbat/README details="Readme" + texmf-dist/doc/fonts/dingbat/dingbat.pdf details="Package details including symbol table" + texmf-dist/doc/fonts/dingbat/dingbat.tex +srcfiles size=4 + texmf-dist/source/latex/dingbat/dingbat.dtx + texmf-dist/source/latex/dingbat/dingbat.ins +runfiles size=14 + texmf-dist/fonts/source/public/dingbat/ark10.mf + texmf-dist/fonts/source/public/dingbat/dingbat.mf + texmf-dist/fonts/tfm/public/dingbat/ark10.tfm + texmf-dist/fonts/tfm/public/dingbat/dingbat.tfm + texmf-dist/tex/latex/dingbat/dingbat.sty + texmf-dist/tex/latex/dingbat/uark.fd + texmf-dist/tex/latex/dingbat/udingbat.fd +catalogue-ctan /fonts/dingbat +catalogue-date 2009-09-25 22:54:35 +0200 +catalogue-license lppl +catalogue-version 1.0 + +name directory +category Package +revision 15878 +shortdesc An address book using BibTeX. +longdesc A package for LaTeX and BibTeX that facilitates the +longdesc construction, maintenance and exploitation of an address book- +longdesc like database. +docfiles size=56 + texmf-dist/doc/latex/directory/README details="Package Readme" + texmf-dist/doc/latex/directory/directory.pdf details="Package documentation" + texmf-dist/doc/latex/directory/directory.tex +runfiles size=33 + texmf-dist/bibtex/bib/directory/business.bib + texmf-dist/bibtex/bib/directory/family.bib + texmf-dist/bibtex/bst/directory/address-html.bst + texmf-dist/bibtex/bst/directory/address-ldif.bst + texmf-dist/bibtex/bst/directory/address-vcard.bst + texmf-dist/bibtex/bst/directory/address.bst + texmf-dist/bibtex/bst/directory/birthday.bst + texmf-dist/bibtex/bst/directory/email-html.bst + texmf-dist/bibtex/bst/directory/email.bst + texmf-dist/bibtex/bst/directory/letter.bst + texmf-dist/bibtex/bst/directory/phone.bst + texmf-dist/tex/latex/directory/directory.sty +catalogue-ctan /biblio/bibtex/contrib/directory +catalogue-date 2007-01-22 14:15:41 +0100 +catalogue-license lppl +catalogue-version 1.20 + +name dirtree +category Package +revision 15878 +shortdesc Display trees in the style of windows explorer. +longdesc This package is designed to emulate the way windows explorer +longdesc displays directory and file trees, with the root at top left, +longdesc and each level of subtree displaying one step in to the right. +longdesc The macros work equally well with Plain TeX and with LaTeX. +docfiles size=31 + texmf-dist/doc/generic/dirtree/README details="Readme" + texmf-dist/doc/generic/dirtree/dirtree.pdf details="Package documentation" +srcfiles size=7 + texmf-dist/source/generic/dirtree/dirtree.dtx + texmf-dist/source/generic/dirtree/dirtree.ins +runfiles size=3 + texmf-dist/tex/generic/dirtree/dirtree.sty + texmf-dist/tex/generic/dirtree/dirtree.tex +catalogue-ctan /macros/generic/dirtree +catalogue-date 2009-04-10 11:30:41 +0200 +catalogue-license lppl +catalogue-version 0.2 + +name disser +category Package +revision 15878 +shortdesc Class and templates for typesetting dissertations in Russian. +longdesc Disser comprises a document class and set of templates for +longdesc typesetting dissertations in Russian. One of its primary +longdesc advantages is a simplicity of format specification for +longdesc titlepage, headers and elements of automatically generated +longdesc lists (table of contents, list of figures, etc). Bibliography +longdesc styles, that conform to the requirements of the Russian +longdesc standard GOST R 7.0.5-2008, are provided. +docfiles size=80 + texmf-dist/doc/latex/disser/ChangeLog + texmf-dist/doc/latex/disser/README details="Readme (English)" language="en" + texmf-dist/doc/latex/disser/README.ru details="Readme (Russian)" language="ru" + texmf-dist/doc/latex/disser/include/latex.fig.mk + texmf-dist/doc/latex/disser/include/latex.fig.nmk.cmd + texmf-dist/doc/latex/disser/include/latex.mk + texmf-dist/doc/latex/disser/include/latex.nmk.cmd + texmf-dist/doc/latex/disser/manual.tex + texmf-dist/doc/latex/disser/nomake.cmd + texmf-dist/doc/latex/disser/templates/Makefile + texmf-dist/doc/latex/disser/templates/bachelor/1.tex + texmf-dist/doc/latex/disser/templates/bachelor/Makefile + texmf-dist/doc/latex/disser/templates/bachelor/app-a.tex + texmf-dist/doc/latex/disser/templates/bachelor/concl.tex + texmf-dist/doc/latex/disser/templates/bachelor/fig/Makefile + texmf-dist/doc/latex/disser/templates/bachelor/fig/fig.eps + texmf-dist/doc/latex/disser/templates/bachelor/fig/nomake.cmd + texmf-dist/doc/latex/disser/templates/bachelor/intro.tex + texmf-dist/doc/latex/disser/templates/bachelor/nomake.cmd + texmf-dist/doc/latex/disser/templates/bachelor/thesis.bib + texmf-dist/doc/latex/disser/templates/bachelor/thesis.tex + texmf-dist/doc/latex/disser/templates/candidate/1.tex + texmf-dist/doc/latex/disser/templates/candidate/Makefile + texmf-dist/doc/latex/disser/templates/candidate/app-a.tex + texmf-dist/doc/latex/disser/templates/candidate/autoref.tex + texmf-dist/doc/latex/disser/templates/candidate/common.tex + texmf-dist/doc/latex/disser/templates/candidate/concl.tex + texmf-dist/doc/latex/disser/templates/candidate/fig/Makefile + texmf-dist/doc/latex/disser/templates/candidate/fig/facsimile.eps + texmf-dist/doc/latex/disser/templates/candidate/fig/nomake.cmd + texmf-dist/doc/latex/disser/templates/candidate/fig/sec-facsimile.eps + texmf-dist/doc/latex/disser/templates/candidate/intro.tex + texmf-dist/doc/latex/disser/templates/candidate/nomake.cmd + texmf-dist/doc/latex/disser/templates/candidate/review.tex + texmf-dist/doc/latex/disser/templates/candidate/thesis.bib + texmf-dist/doc/latex/disser/templates/candidate/thesis.tex + texmf-dist/doc/latex/disser/templates/doctor/1.tex + texmf-dist/doc/latex/disser/templates/doctor/Makefile + texmf-dist/doc/latex/disser/templates/doctor/app-a.tex + texmf-dist/doc/latex/disser/templates/doctor/autoref.tex + texmf-dist/doc/latex/disser/templates/doctor/common.tex + texmf-dist/doc/latex/disser/templates/doctor/concl.tex + texmf-dist/doc/latex/disser/templates/doctor/fig/Makefile + texmf-dist/doc/latex/disser/templates/doctor/fig/facsimile.eps + texmf-dist/doc/latex/disser/templates/doctor/fig/nomake.cmd + texmf-dist/doc/latex/disser/templates/doctor/fig/sec-facsimile.eps + texmf-dist/doc/latex/disser/templates/doctor/intro.tex + texmf-dist/doc/latex/disser/templates/doctor/nomake.cmd + texmf-dist/doc/latex/disser/templates/doctor/review.tex + texmf-dist/doc/latex/disser/templates/doctor/thesis.bib + texmf-dist/doc/latex/disser/templates/doctor/thesis.tex + texmf-dist/doc/latex/disser/templates/master/1.tex + texmf-dist/doc/latex/disser/templates/master/Makefile + texmf-dist/doc/latex/disser/templates/master/app-a.tex + texmf-dist/doc/latex/disser/templates/master/concl.tex + texmf-dist/doc/latex/disser/templates/master/fig/Makefile + texmf-dist/doc/latex/disser/templates/master/fig/nomake.cmd + texmf-dist/doc/latex/disser/templates/master/intro.tex + texmf-dist/doc/latex/disser/templates/master/nomake.cmd + texmf-dist/doc/latex/disser/templates/master/thesis.bib + texmf-dist/doc/latex/disser/templates/master/thesis.tex + texmf-dist/doc/latex/disser/templates/nomake.cmd +srcfiles size=51 + texmf-dist/source/latex/disser/Makefile + texmf-dist/source/latex/disser/autoref.dtx + texmf-dist/source/latex/disser/bachelor.dtx + texmf-dist/source/latex/disser/candidate.dtx + texmf-dist/source/latex/disser/chapter.dtx + texmf-dist/source/latex/disser/counters.dtx + texmf-dist/source/latex/disser/custom.dtx + texmf-dist/source/latex/disser/disser-bst.dtx + texmf-dist/source/latex/disser/disser.dtx + texmf-dist/source/latex/disser/disser.ins + texmf-dist/source/latex/disser/doctor.dtx + texmf-dist/source/latex/disser/env.dtx + texmf-dist/source/latex/disser/floats.dtx + texmf-dist/source/latex/disser/footnote.dtx + texmf-dist/source/latex/disser/gost732.dtx + texmf-dist/source/latex/disser/lists.dtx + texmf-dist/source/latex/disser/master.dtx + texmf-dist/source/latex/disser/page.dtx + texmf-dist/source/latex/disser/part.dtx + texmf-dist/source/latex/disser/sections.dtx + texmf-dist/source/latex/disser/titledefs.dtx + texmf-dist/source/latex/disser/titlepage.dtx + texmf-dist/source/latex/disser/toc.dtx +runfiles size=32 + texmf-dist/bibtex/bst/disser/disser-s.bst + texmf-dist/bibtex/bst/disser/disser.bst + texmf-dist/tex/latex/disser/autoref.rtx + texmf-dist/tex/latex/disser/bachelor.rtx + texmf-dist/tex/latex/disser/candidate.rtx + texmf-dist/tex/latex/disser/disser.cls + texmf-dist/tex/latex/disser/doctor.rtx + texmf-dist/tex/latex/disser/gost732.cls + texmf-dist/tex/latex/disser/master.rtx + texmf-dist/tex/latex/disser/titledefs.rtx +catalogue-ctan /macros/latex/contrib/disser +catalogue-date 2009-11-06 14:30:35 +0100 +catalogue-license lppl +catalogue-version 1.1.3 + +name dk-bib +category Package +revision 15878 +shortdesc Danish variants of standard BibTeX styles. +longdesc Dk-bib is a translation of the four standard BibTeX style files +longdesc (abbrv, alpha, plain and unsrt) and the apalike style file into +longdesc Danish. The files have been extended with URL, ISBN, ISSN, +longdesc annote and printing fields which can be enabled through a LaTeX +longdesc style file. Dk-bib also comes with a couple of Danish sorting +longdesc order files for BibTeX8. +docfiles size=115 + texmf-dist/doc/latex/dk-bib/COPYRIGHT + texmf-dist/doc/latex/dk-bib/README details="Readme" + texmf-dist/doc/latex/dk-bib/dk-bib.ltx + texmf-dist/doc/latex/dk-bib/dk-bib.pdf details="Package documentation" +srcfiles size=1 + texmf-dist/source/latex/dk-bib/Makefile +runfiles size=42 + texmf-dist/bibtex/bib/dk-bib/litteratur.bib + texmf-dist/bibtex/bst/dk-bib/dk-abbrv.bst + texmf-dist/bibtex/bst/dk-bib/dk-alpha.bst + texmf-dist/bibtex/bst/dk-bib/dk-apali.bst + texmf-dist/bibtex/bst/dk-bib/dk-plain.bst + texmf-dist/bibtex/bst/dk-bib/dk-unsrt.bst + texmf-dist/bibtex/csf/dk-bib/88591-dk.csf + texmf-dist/bibtex/csf/dk-bib/cp850-dk.csf + texmf-dist/bibtex/csf/dk-bib/mac-dk.csf + texmf-dist/bibtex/csf/dk-bib/utf8-dk.csf + texmf-dist/tex/latex/dk-bib/dk-apali.sty + texmf-dist/tex/latex/dk-bib/dk-bib.sty +catalogue-ctan /biblio/bibtex/contrib/dk-bib +catalogue-date 2009-09-25 22:54:35 +0200 +catalogue-license other-free +catalogue-version 0.6 + +name dlfltxb +category Package +revision 15878 +shortdesc Macros related to "Introdktion til LaTeX". +longdesc The bundle contains various macros either used for creating the +longdesc author's book "Introduktion til LaTeX" (in Danish), or +longdesc presented in the book as code tips. The bundle comprises: - +longdesc dlfltxbcodetips: various macros helpful in typesetting +longdesc mathematics; - dlfltxbmarkup: provides a macros used throughout +longdesc the book, for registering macro names, packages etc. in the +longdesc text, in the margin and in the index, all by using categorised +longdesc keys (note, a configuration file may be used; a sample is +longdesc included in the distribution); - dlfltxbtocconfig: macros for +longdesc the two tables of contents that the book has; - dlfltxbmisc: +longdesc various macros for typesetting LaTeX arguments, and the macro +longdesc used in the bibliography that can wrap a URL up into a bibtex +longdesc entry. Note that the book itself remains under development; the +longdesc current beta release of version 3 may be found on the web at +longdesc the author's institution. +docfiles size=221 + texmf-dist/doc/latex/dlfltxb/README details="Readme" + texmf-dist/doc/latex/dlfltxb/dlfltxbcodetips.pdf details="dlfltxbcodetips package documentation" + texmf-dist/doc/latex/dlfltxb/dlfltxbcodetips.tex + texmf-dist/doc/latex/dlfltxb/dlfltxbmarkup-showkeys.pdf details="dlfltxbmarkup key description summary" + texmf-dist/doc/latex/dlfltxb/dlfltxbmarkup-showkeys.tex + texmf-dist/doc/latex/dlfltxb/dlfltxbmarkup.pdf details="dlfltxbmarkup package documentation" + texmf-dist/doc/latex/dlfltxb/dlfltxbmarkup.tex + texmf-dist/doc/latex/dlfltxb/dlfltxbmisc.pdf details="dlfltxbmisc package documentation" + texmf-dist/doc/latex/dlfltxb/dlfltxbmisc.tex + texmf-dist/doc/latex/dlfltxb/dlfltxbtocconfig.pdf + texmf-dist/doc/latex/dlfltxb/dlfltxbtocconfig.tex + texmf-dist/doc/latex/dlfltxb/package_doc.bib +runfiles size=16 + texmf-dist/tex/latex/dlfltxb/dlfltxbcodetips.sty + texmf-dist/tex/latex/dlfltxb/dlfltxbmarkup.sty + texmf-dist/tex/latex/dlfltxb/dlfltxbmarkupbookkeys.sty + texmf-dist/tex/latex/dlfltxb/dlfltxbmisc.sty + texmf-dist/tex/latex/dlfltxb/dlfltxbtocconfig.sty +catalogue-ctan /macros/latex/contrib/dlfltxb +catalogue-date 2008-10-30 13:50:13 +0100 +catalogue-license lppl + +name dnaseq +category Package +revision 15878 +shortdesc Format DNA base sequences. +longdesc Defines a means of specifying sequences of bases. The bases may +longdesc be numbered (per line) and you may specify that subsequences be +longdesc coloured. For a more 'vanilla-flavoured' way of typesetting +longdesc base sequences, the user might consider the seqsplit package. +docfiles size=16 + texmf-dist/doc/latex/dnaseq/DNAtest.dvi + texmf-dist/doc/latex/dnaseq/DNAtest.tex + texmf-dist/doc/latex/dnaseq/README details="Readme" +srcfiles size=3 + texmf-dist/source/latex/dnaseq/dnaseq.dtx + texmf-dist/source/latex/dnaseq/dnaseq.ins +runfiles size=1 + texmf-dist/tex/latex/dnaseq/dnaseq.sty +catalogue-ctan /macros/latex/contrib/dnaseq +catalogue-date 2007-07-23 22:41:48 +0200 +catalogue-license lppl +catalogue-version 0.01 + +name dnp +category Package +revision 15878 +runfiles size=1 + texmf-dist/fonts/sfd/dnp/DNP.sfd + +name doc-pictex +category Package +revision 15878 +shortdesc A summary list of PicTeX documentation. +longdesc A summary of available resources providing (or merely +longdesc discussing) documentation of PicTeX. +docfiles size=1 + texmf-dist/doc/generic/doc-pictex/Doc-PiCTeX.txt +catalogue-ctan /info/pictex/Doc-PiCTeX.txt +catalogue-date 2008-09-09 11:27:07 +0200 +catalogue-license other-free + +name docmfp +category Package +revision 15878 +shortdesc Document non-LaTeX code. +longdesc Extends the doc package to cater for documenting non-LaTeX +longdesc code, such as MetaFont or MetaPost, or other programming +longdesc languages. +docfiles size=44 + texmf-dist/doc/latex/docmfp/README details="Package Readme" + texmf-dist/doc/latex/docmfp/docmfp.pdf details="Package documentation" +srcfiles size=8 + texmf-dist/source/latex/docmfp/docmfp.dtx + texmf-dist/source/latex/docmfp/docmfp.ins +runfiles size=2 + texmf-dist/tex/latex/docmfp/docmfp.sty +catalogue-ctan /macros/latex/contrib/docmfp +catalogue-date 2009-09-02 16:56:11 +0200 +catalogue-license lppl +catalogue-version 1.2d + +name docmute +category Package +revision 15878 +shortdesc Convert document fragments into graphics. +longdesc The bundle simplifies and automates conversion of document +longdesc fragments into external EPS or PDF files. The bundle consists +longdesc of two parts: a LaTeX package that implements a document level +longdesc interface, and a command line tool (written in lua) that +longdesc generates the external graphics. +docfiles size=37 + texmf-dist/doc/latex/docmute/README details="Readme" + texmf-dist/doc/latex/docmute/docmute.pdf details="Package documentation" +srcfiles size=3 + texmf-dist/source/latex/docmute/docmute.dtx + texmf-dist/source/latex/docmute/docmute.ins +runfiles size=1 + texmf-dist/tex/latex/docmute/docmute.sty +catalogue-ctan /macros/latex/contrib/docmute +catalogue-date 2009-10-14 12:06:54 +0200 +catalogue-license lppl1.3 +catalogue-version 1.1 + +name doi +category Package +revision 15878 +shortdesc Create correct hyperlinks for DOI numbers. +longdesc You can hyperlink DOI numbers to dx.doi.org. However, some +longdesc publishers have elected to use nasty characters in their DOI +longdesc numbering scheme ('<', '>', '_' and ';' have all been spotted). +longdesc This will either upset (La)TeX, or your PDF reader. This +longdesc package contains a single user-level command \doi{}, which +longdesc takes a DOI number, and creates a correct hyperlink from it. +docfiles size=1 + texmf-dist/doc/latex/doi/README details="Readme" +runfiles size=1 + texmf-dist/tex/latex/doi/doi.sty +catalogue-ctan /macros/latex/contrib/doi +catalogue-date 2008-08-18 13:49:16 +0200 +catalogue-license lppl + +name doipubmed +category Package +revision 15878 +shortdesc Special commands for use in bibliographies. +longdesc The package provides the commands \doi, \pubmed and \citeurl. +longdesc These commands are primarily designed for use in +longdesc bibliographies. A LaTeX2HTML style file is also provided. +docfiles size=25 + texmf-dist/doc/latex/doipubmed/CHANGES + texmf-dist/doc/latex/doipubmed/README details="Readme" + texmf-dist/doc/latex/doipubmed/doipubmed-manual.html + texmf-dist/doc/latex/doipubmed/doipubmed.pdf + texmf-dist/doc/latex/doipubmed/doipubmed.perl +srcfiles size=4 + texmf-dist/source/latex/doipubmed/doipubmed.dtx + texmf-dist/source/latex/doipubmed/doipubmed.ins +runfiles size=1 + texmf-dist/tex/latex/doipubmed/doipubmed.sty +catalogue-ctan /macros/latex/contrib/doipubmed +catalogue-date 2009-09-27 10:36:15 +0200 +catalogue-license lppl +catalogue-version 1.01 + +name dot2texi +category Package +revision 15878 +shortdesc Create graphs within LaTeX using the dot2tex tool. +longdesc The dot2texi package allows you to embed graphs in the DOT +longdesc graph description language in your LaTeX documents. The dot2tex +longdesc tool is used to invoke Graphviz for graph layout, and to +longdesc transform the output from Graphviz to LaTeX code. The generated +longdesc code relies on the TikZ and PGF package or the PSTricks +longdesc package. The process is automated if shell escape is enabled. +docfiles size=95 + texmf-dist/doc/latex/dot2texi/README details="Readme" + texmf-dist/doc/latex/dot2texi/dot2texi.pdf details="Package documentation" + texmf-dist/doc/latex/dot2texi/dot2texi.tex + texmf-dist/doc/latex/dot2texi/examples/d2tpstexamples.pdf + texmf-dist/doc/latex/dot2texi/examples/d2tpstexamples.tex + texmf-dist/doc/latex/dot2texi/examples/d2ttikzexamples.pdf + texmf-dist/doc/latex/dot2texi/examples/d2ttikzexamples.tex + texmf-dist/doc/latex/dot2texi/examples/docgraphs.pdf + texmf-dist/doc/latex/dot2texi/examples/docgraphs.tex + texmf-dist/doc/latex/dot2texi/examples/docgraphsorig.pdf + texmf-dist/doc/latex/dot2texi/gpl.txt +runfiles size=3 + texmf-dist/tex/latex/dot2texi/dot2texi.sty +catalogue-ctan /macros/latex/contrib/dot2texi +catalogue-date 2009-02-28 02:19:00 +0100 +catalogue-license gpl +catalogue-version 3.0 + +name dotarrow +category Package +revision 15878 +shortdesc Extendable dotted arrows. +longdesc The package can draw dotted arrows that are extendable, in the +longdesc same was as \xrightarrow. +docfiles size=25 + texmf-dist/doc/latex/dotarrow/DotArrow.pdf details="Package documentation" + texmf-dist/doc/latex/dotarrow/DotArrow.tex + texmf-dist/doc/latex/dotarrow/README details="Readme" +srcfiles size=4 + texmf-dist/source/latex/dotarrow/DotArrow.dtx + texmf-dist/source/latex/dotarrow/DotArrow.ins +runfiles size=2 + texmf-dist/tex/latex/dotarrow/DotArrow.sty +catalogue-ctan /macros/latex/contrib/dotarrow +catalogue-date 2008-08-18 13:49:16 +0200 +catalogue-license lppl +catalogue-version 0.01a + +name dotseqn +category Package +revision 15878 +shortdesc Flush left equations with dotted leaders to the numbers. +longdesc The package provides a different format for typesetting +longdesc equations, one reportedly used in 'old style Britsh books': +longdesc equations aligned on the left, with dots on the right leading +longdesc to the equation number. In default of an equation number, the +longdesc package operates much like the fleqn class option (no leaders). +srcfiles size=6 + texmf-dist/source/latex/dotseqn/dotseqn.dtx + texmf-dist/source/latex/dotseqn/dotseqn.ins + texmf-dist/source/latex/dotseqn/readme +runfiles size=1 + texmf-dist/tex/latex/dotseqn/dotseqn.sty +catalogue-ctan /macros/latex/contrib/dotseqn +catalogue-date 2008-05-07 20:53:24 +0200 +catalogue-license other-free +catalogue-version 1.1 + +name dottex +category Package +revision 15878 +shortdesc Use dot code in LaTeX. +longdesc The dottex package allows you to encapsulate 'dot' and 'neato' +longdesc files in your document (dot and neato are both part of +longdesc graphviz; dot creates directed graphs, neato undirected +longdesc graphs). If you have shell-escape enabled, the package will +longdesc arrange for your files to be processed at LaTeX time; +longdesc otherwise, the conversion must be done manually as an +longdesc intermediate process before a second LaTeX run. +docfiles size=30 + texmf-dist/doc/latex/dottex/README + texmf-dist/doc/latex/dottex/dottex.pdf + texmf-dist/doc/latex/dottex/example.tex + texmf-dist/doc/latex/dottex/gpl.txt +srcfiles size=5 + texmf-dist/source/latex/dottex/dottex.dtx + texmf-dist/source/latex/dottex/dottex.ins +runfiles size=2 + texmf-dist/tex/latex/dottex/dottex.sty +catalogue-ctan /macros/latex/contrib/dottex +catalogue-date 2007-08-21 11:49:34 +0200 +catalogue-license gpl +catalogue-version 0.6 + +name doublestroke +category Package +revision 15878 +shortdesc Typeset mathematical double stroke symbols. +longdesc A font based on Computer Modern Roman useful for typesetting +longdesc the mathematical symbols for the natural numbers (N), whole +longdesc numbers (Z), rational numbers (Q), real numbers (R) and complex +longdesc numbers (C); coverage includes all Roman capital letters, '1', +longdesc 'h' and 'k'. The font is available both as MetaFont source and +longdesc in Adobe Type 1 format, and LaTeX macros for its use are +longdesc provided. The fonts appear in the blackboard bold sampler. +execute addMap dstroke.map +docfiles size=31 + texmf-dist/doc/fonts/doublestroke/README details="Package Readme" + texmf-dist/doc/fonts/doublestroke/dsdoc.pdf details="Package documentation" + texmf-dist/doc/fonts/doublestroke/dsdoc.tex +runfiles size=58 + texmf-dist/fonts/map/dvips/doublestroke/dstroke.map + texmf-dist/fonts/source/public/doublestroke/dsrom.mf + texmf-dist/fonts/source/public/doublestroke/dsrom10.mf + texmf-dist/fonts/source/public/doublestroke/dsrom12.mf + texmf-dist/fonts/source/public/doublestroke/dsrom8.mf + texmf-dist/fonts/source/public/doublestroke/dsromo.mf + texmf-dist/fonts/source/public/doublestroke/dsromu.mf + texmf-dist/fonts/source/public/doublestroke/dsss10.mf + texmf-dist/fonts/source/public/doublestroke/dsss12.mf + texmf-dist/fonts/source/public/doublestroke/dsss8.mf + texmf-dist/fonts/tfm/public/doublestroke/dsrom10.tfm + texmf-dist/fonts/tfm/public/doublestroke/dsrom12.tfm + texmf-dist/fonts/tfm/public/doublestroke/dsrom8.tfm + texmf-dist/fonts/tfm/public/doublestroke/dsss10.tfm + texmf-dist/fonts/tfm/public/doublestroke/dsss12.tfm + texmf-dist/fonts/tfm/public/doublestroke/dsss8.tfm + texmf-dist/fonts/type1/public/doublestroke/dsrom10.pfb + texmf-dist/fonts/type1/public/doublestroke/dsrom12.pfb + texmf-dist/fonts/type1/public/doublestroke/dsrom8.pfb + texmf-dist/fonts/type1/public/doublestroke/dsss10.pfb + texmf-dist/fonts/type1/public/doublestroke/dsss12.pfb + texmf-dist/fonts/type1/public/doublestroke/dsss8.pfb + texmf-dist/tex/latex/doublestroke/Udsrom.fd + texmf-dist/tex/latex/doublestroke/Udsss.fd + texmf-dist/tex/latex/doublestroke/dsfont.sty +catalogue-ctan /fonts/doublestroke +catalogue-date 2008-05-24 11:21:35 +0200 +catalogue-license other-free +catalogue-version 1.111 + +name dox +category Package +revision 15878 +shortdesc Extend the doc package. +longdesc The doc package provides LaTeX developers with means to +longdesc describe the usage and the definition of new macros and +longdesc environments. However, there is no simple way to extend this +longdesc functionality to other items (options or counters, for +longdesc instance). The DoX package is designed to circumvent this +longdesc limitation. +docfiles size=34 + texmf-dist/doc/latex/dox/NEWS + texmf-dist/doc/latex/dox/README details="Readme" + texmf-dist/doc/latex/dox/dox.el + texmf-dist/doc/latex/dox/dox.pdf details="Package documentation" + texmf-dist/doc/latex/dox/header.inc +srcfiles size=7 + texmf-dist/source/latex/dox/dox.dtx + texmf-dist/source/latex/dox/dox.ins +runfiles size=2 + texmf-dist/tex/latex/dox/dox.sty +catalogue-ctan /macros/latex/contrib/dox +catalogue-date 2009-09-28 20:37:26 +0200 +catalogue-license lppl +catalogue-version 2.1 + +name dozenal +category Package +revision 15878 +shortdesc Typeset documents using base twelve numbering (also called "dozenal") +longdesc The package supports typesetting documents whose counters are +longdesc represented in base twelve, also called "dozenal". It includes +longdesc a macro by David Kastrup for converting positive whole numbers +longdesc to dozenal from decimal (base ten) representation. The package +longdesc also also includes a few other macros and redefines all the +longdesc standard counters to produce dozenal output. Fonts, in Roman, +longdesc italic, slanted, and boldface versions, provide ten and eleven +longdesc (the Pitman characters preferred by the Dozenal Society of +longdesc Great 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. +docfiles size=33 + texmf-dist/doc/fonts/dozenal/README details="Readme" + texmf-dist/doc/fonts/dozenal/dozenal.pdf details="Package documentation" + texmf-dist/doc/fonts/dozenal/testdozchars.tex + texmf-dist/doc/fonts/dozenal/testfdzchars.tex +srcfiles size=1 + texmf-dist/source/fonts/dozenal/dozenal.dtx +runfiles size=194 + texmf-dist/fonts/map/dvips/dozenal/fdz.map + texmf-dist/fonts/source/public/dozenal/dozchars10.mf + texmf-dist/fonts/source/public/dozenal/dozchars12.mf + texmf-dist/fonts/source/public/dozenal/dozchars17.mf + texmf-dist/fonts/source/public/dozenal/dozchars6.mf + texmf-dist/fonts/source/public/dozenal/dozchars7.mf + texmf-dist/fonts/source/public/dozenal/dozchars8.mf + texmf-dist/fonts/source/public/dozenal/dozchars9.mf + texmf-dist/fonts/source/public/dozenal/dozchb10.mf + texmf-dist/fonts/source/public/dozenal/dozchbx10.mf + texmf-dist/fonts/source/public/dozenal/dozchbx12.mf + texmf-dist/fonts/source/public/dozenal/dozchbx5.mf + texmf-dist/fonts/source/public/dozenal/dozchbx6.mf + texmf-dist/fonts/source/public/dozenal/dozchbx7.mf + texmf-dist/fonts/source/public/dozenal/dozchbx8.mf + texmf-dist/fonts/source/public/dozenal/dozchbx9.mf + texmf-dist/fonts/source/public/dozenal/dozchbxi10.mf + texmf-dist/fonts/source/public/dozenal/dozchbxsl10.mf + texmf-dist/fonts/source/public/dozenal/dozchit10.mf + texmf-dist/fonts/source/public/dozenal/dozchit12.mf + texmf-dist/fonts/source/public/dozenal/dozchit7.mf + texmf-dist/fonts/source/public/dozenal/dozchit8.mf + texmf-dist/fonts/source/public/dozenal/dozchit9.mf + texmf-dist/fonts/source/public/dozenal/dozchsl10.mf + texmf-dist/fonts/source/public/dozenal/dozchsl12.mf + texmf-dist/fonts/source/public/dozenal/dozchsl8.mf + texmf-dist/fonts/source/public/dozenal/dozchsl9.mf + texmf-dist/fonts/source/public/dozenal/dozenal.mf + texmf-dist/fonts/source/public/dozenal/dozenalb.mf + texmf-dist/fonts/source/public/dozenal/dozenali.mf + texmf-dist/fonts/tfm/public/dozenal/dozchars10.tfm + texmf-dist/fonts/tfm/public/dozenal/dozchars12.tfm + texmf-dist/fonts/tfm/public/dozenal/dozchars17.tfm + texmf-dist/fonts/tfm/public/dozenal/dozchars6.tfm + texmf-dist/fonts/tfm/public/dozenal/dozchars7.tfm + texmf-dist/fonts/tfm/public/dozenal/dozchars8.tfm + texmf-dist/fonts/tfm/public/dozenal/dozchars9.tfm + texmf-dist/fonts/tfm/public/dozenal/dozchb10.tfm + texmf-dist/fonts/tfm/public/dozenal/dozchbx10.tfm + texmf-dist/fonts/tfm/public/dozenal/dozchbx12.tfm + texmf-dist/fonts/tfm/public/dozenal/dozchbx5.tfm + texmf-dist/fonts/tfm/public/dozenal/dozchbx6.tfm + texmf-dist/fonts/tfm/public/dozenal/dozchbx7.tfm + texmf-dist/fonts/tfm/public/dozenal/dozchbx8.tfm + texmf-dist/fonts/tfm/public/dozenal/dozchbx9.tfm + texmf-dist/fonts/tfm/public/dozenal/dozchbxi10.tfm + texmf-dist/fonts/tfm/public/dozenal/dozchbxsl10.tfm + texmf-dist/fonts/tfm/public/dozenal/dozchit10.tfm + texmf-dist/fonts/tfm/public/dozenal/dozchit12.tfm + texmf-dist/fonts/tfm/public/dozenal/dozchit7.tfm + texmf-dist/fonts/tfm/public/dozenal/dozchit8.tfm + texmf-dist/fonts/tfm/public/dozenal/dozchit9.tfm + texmf-dist/fonts/tfm/public/dozenal/dozchsl10.tfm + texmf-dist/fonts/tfm/public/dozenal/dozchsl12.tfm + texmf-dist/fonts/tfm/public/dozenal/dozchsl8.tfm + texmf-dist/fonts/tfm/public/dozenal/dozchsl9.tfm + texmf-dist/fonts/tfm/public/dozenal/fdzb7t.tfm + texmf-dist/fonts/tfm/public/dozenal/fdzb8a.tfm + texmf-dist/fonts/tfm/public/dozenal/fdzb8c.tfm + texmf-dist/fonts/tfm/public/dozenal/fdzb8r.tfm + texmf-dist/fonts/tfm/public/dozenal/fdzb8t.tfm + texmf-dist/fonts/tfm/public/dozenal/fdzbc7t.tfm + texmf-dist/fonts/tfm/public/dozenal/fdzbc8t.tfm + texmf-dist/fonts/tfm/public/dozenal/fdzbi7t.tfm + texmf-dist/fonts/tfm/public/dozenal/fdzbi8a.tfm + texmf-dist/fonts/tfm/public/dozenal/fdzbi8c.tfm + texmf-dist/fonts/tfm/public/dozenal/fdzbi8r.tfm + texmf-dist/fonts/tfm/public/dozenal/fdzbi8t.tfm + texmf-dist/fonts/tfm/public/dozenal/fdzbo7t.tfm + texmf-dist/fonts/tfm/public/dozenal/fdzbo8c.tfm + texmf-dist/fonts/tfm/public/dozenal/fdzbo8r.tfm + texmf-dist/fonts/tfm/public/dozenal/fdzbo8t.tfm + texmf-dist/fonts/tfm/public/dozenal/fdzbs8a.tfm + texmf-dist/fonts/tfm/public/dozenal/fdzi8a.tfm + texmf-dist/fonts/tfm/public/dozenal/fdzr7t.tfm + texmf-dist/fonts/tfm/public/dozenal/fdzr8a.tfm + texmf-dist/fonts/tfm/public/dozenal/fdzr8c.tfm + texmf-dist/fonts/tfm/public/dozenal/fdzr8r.tfm + texmf-dist/fonts/tfm/public/dozenal/fdzr8t.tfm + texmf-dist/fonts/tfm/public/dozenal/fdzrc7t.tfm + texmf-dist/fonts/tfm/public/dozenal/fdzrc8t.tfm + texmf-dist/fonts/tfm/public/dozenal/fdzro7t.tfm + texmf-dist/fonts/tfm/public/dozenal/fdzro8c.tfm + texmf-dist/fonts/tfm/public/dozenal/fdzro8r.tfm + texmf-dist/fonts/tfm/public/dozenal/fdzro8t.tfm + texmf-dist/fonts/tfm/public/dozenal/fdzs7t.tfm + texmf-dist/fonts/tfm/public/dozenal/fdzs8a.tfm + texmf-dist/fonts/tfm/public/dozenal/fdzs8c.tfm + texmf-dist/fonts/tfm/public/dozenal/fdzs8r.tfm + texmf-dist/fonts/tfm/public/dozenal/fdzs8t.tfm + texmf-dist/fonts/tfm/public/dozenal/fdzsc7t.tfm + texmf-dist/fonts/tfm/public/dozenal/fdzsc8t.tfm + texmf-dist/fonts/tfm/public/dozenal/fdzso7t.tfm + texmf-dist/fonts/tfm/public/dozenal/fdzso8c.tfm + texmf-dist/fonts/tfm/public/dozenal/fdzso8r.tfm + texmf-dist/fonts/tfm/public/dozenal/fdzso8t.tfm + texmf-dist/fonts/type1/public/dozenal/fdzb8a.pfb + texmf-dist/fonts/type1/public/dozenal/fdzbi8a.pfb + texmf-dist/fonts/type1/public/dozenal/fdzbs8a.pfb + texmf-dist/fonts/type1/public/dozenal/fdzi8a.pfb + texmf-dist/fonts/type1/public/dozenal/fdzr8a.pfb + texmf-dist/fonts/type1/public/dozenal/fdzs8a.pfb + texmf-dist/fonts/vf/public/dozenal/fdzb7t.vf + texmf-dist/fonts/vf/public/dozenal/fdzb8c.vf + texmf-dist/fonts/vf/public/dozenal/fdzb8t.vf + texmf-dist/fonts/vf/public/dozenal/fdzbc7t.vf + texmf-dist/fonts/vf/public/dozenal/fdzbc8t.vf + texmf-dist/fonts/vf/public/dozenal/fdzbi7t.vf + texmf-dist/fonts/vf/public/dozenal/fdzbi8c.vf + texmf-dist/fonts/vf/public/dozenal/fdzbi8t.vf + texmf-dist/fonts/vf/public/dozenal/fdzbo7t.vf + texmf-dist/fonts/vf/public/dozenal/fdzbo8c.vf + texmf-dist/fonts/vf/public/dozenal/fdzbo8t.vf + texmf-dist/fonts/vf/public/dozenal/fdzr7t.vf + texmf-dist/fonts/vf/public/dozenal/fdzr8c.vf + texmf-dist/fonts/vf/public/dozenal/fdzr8t.vf + texmf-dist/fonts/vf/public/dozenal/fdzrc7t.vf + texmf-dist/fonts/vf/public/dozenal/fdzrc8t.vf + texmf-dist/fonts/vf/public/dozenal/fdzro7t.vf + texmf-dist/fonts/vf/public/dozenal/fdzro8c.vf + texmf-dist/fonts/vf/public/dozenal/fdzro8t.vf + texmf-dist/fonts/vf/public/dozenal/fdzs7t.vf + texmf-dist/fonts/vf/public/dozenal/fdzs8c.vf + texmf-dist/fonts/vf/public/dozenal/fdzs8t.vf + texmf-dist/fonts/vf/public/dozenal/fdzsc7t.vf + texmf-dist/fonts/vf/public/dozenal/fdzsc8t.vf + texmf-dist/fonts/vf/public/dozenal/fdzso7t.vf + texmf-dist/fonts/vf/public/dozenal/fdzso8c.vf + texmf-dist/fonts/vf/public/dozenal/fdzso8t.vf + texmf-dist/tex/latex/dozenal/dozenal.sty +catalogue-ctan /fonts/dozenal +catalogue-date 2009-07-18 00:57:15 +0200 +catalogue-license lppl +catalogue-version 3.0 + +name dpfloat +category Package +revision 15878 +shortdesc Support for double-page floats. +longdesc Provides fullpage and leftfullpage environments, that may be +longdesc used inside a figure, table, or other float environment. If the +longdesc first of a 2-page spread uses a "leftfullpage" environment, the +longdesc float will only be typeset on an even-numbered page, and the +longdesc two floats will appear side-by-side in a two-sided document. +docfiles size=1 + texmf-dist/doc/latex/dpfloat/README.dpfloat +runfiles size=1 + texmf-dist/tex/latex/dpfloat/dpfloat.sty +catalogue-ctan /macros/latex/contrib/dpfloat +catalogue-date 2006-11-16 11:36:05 +0100 +catalogue-license lppl + +name dprogress +category Package +revision 15878 +shortdesc LaTeX-relevant log information for debugging. +longdesc The package logs LaTeX's progress through the file, making the +longdesc LaTeX output more verbose. This helps to make LaTeX debugging +longdesc easier, as it is simpler to find where exactly LaTeX failed. +longdesc The package outputs the typesetting of section, subsection and +longdesc subsubsection headers and (if amsmath is loaded) details of the +longdesc align environment. +docfiles size=20 + texmf-dist/doc/latex/dprogress/README details="Readme" + texmf-dist/doc/latex/dprogress/dprogress.pdf details="Package documentation" +srcfiles size=3 + texmf-dist/source/latex/dprogress/dprogress.dtx + texmf-dist/source/latex/dprogress/dprogress.ins +runfiles size=2 + texmf-dist/tex/latex/dprogress/dprogress.sty +catalogue-ctan /macros/latex/contrib/dprogress +catalogue-date 2008-08-18 13:49:16 +0200 +catalogue-license lppl +catalogue-version 0.1 + +name drac +category Package +revision 15878 +shortdesc Declare active character substitution, robustly. +longdesc The package provides macros \DeclareRobustActChar and +longdesc ReDeclareRobActChar. One uses \DeclareRobustActChar in the same +longdesc way one would use \DeclareRobustCommand; the macro \protects +longdesc the active character when it appears in a moving argument. +longdesc ReDeclareRobActChar redefines an active character previously +longdesc defined with \DeclareRobustActChar, in the same way that +longdesc \renewcommand works for ordinary commands. +docfiles size=183 + texmf-dist/doc/latex/drac/drac-fr.pdf details="Package documentation (French)" language="fr" + texmf-dist/doc/latex/drac/drac.pdf details="Package documentation (English)" language="en" +srcfiles size=12 + texmf-dist/source/latex/drac/LISEZMOI + texmf-dist/source/latex/drac/Makefile + texmf-dist/source/latex/drac/README + texmf-dist/source/latex/drac/drac-en.dtx + texmf-dist/source/latex/drac/drac-fr.dtx + texmf-dist/source/latex/drac/drac.ins +runfiles size=1 + texmf-dist/tex/latex/drac/drac.sty +catalogue-ctan /macros/latex/contrib/drac +catalogue-date 2008-08-17 11:40:59 +0200 +catalogue-license lppl +catalogue-version 1 + +name draftcopy +category Package +revision 15878 +shortdesc Identify draft copies. +longdesc Places the word DRAFT (or other words) in light grey diagonally +longdesc across the background (or at the bottom) of each (or selected) +longdesc pages of the document. The package uses PostScript \special +longdesc commands, and may not therefore be used with PDFLaTeX. For that +longdesc usage, consider the wallpaper or draftwatermark packages. +docfiles size=64 + texmf-dist/doc/latex/draftcopy/README details="Readme" + texmf-dist/doc/latex/draftcopy/THIS-IS-VERSION-2.16 + texmf-dist/doc/latex/draftcopy/draftcopy-test-1.tex + texmf-dist/doc/latex/draftcopy/draftcopy-test-10.tex + texmf-dist/doc/latex/draftcopy/draftcopy-test-11.tex + texmf-dist/doc/latex/draftcopy/draftcopy-test-12.tex + texmf-dist/doc/latex/draftcopy/draftcopy-test-13.tex + texmf-dist/doc/latex/draftcopy/draftcopy-test-14.tex + texmf-dist/doc/latex/draftcopy/draftcopy-test-15.tex + texmf-dist/doc/latex/draftcopy/draftcopy-test-16.tex + texmf-dist/doc/latex/draftcopy/draftcopy-test-2.tex + texmf-dist/doc/latex/draftcopy/draftcopy-test-3.tex + texmf-dist/doc/latex/draftcopy/draftcopy-test-4.tex + texmf-dist/doc/latex/draftcopy/draftcopy-test-5.tex + texmf-dist/doc/latex/draftcopy/draftcopy-test-6.tex + texmf-dist/doc/latex/draftcopy/draftcopy-test-7.tex + texmf-dist/doc/latex/draftcopy/draftcopy-test-8.tex + texmf-dist/doc/latex/draftcopy/draftcopy-test-9.tex + texmf-dist/doc/latex/draftcopy/draftcopy.doc + texmf-dist/doc/latex/draftcopy/draftcopy.pdf details="Package documentation" +srcfiles size=3 + texmf-dist/source/latex/draftcopy/Makefile + texmf-dist/source/latex/draftcopy/draftcopy.dtx + texmf-dist/source/latex/draftcopy/draftcopy.ins +runfiles size=5 + texmf-dist/tex/latex/draftcopy/draftcopy.cfg + texmf-dist/tex/latex/draftcopy/draftcopy.sty +catalogue-ctan /macros/latex/contrib/draftcopy +catalogue-date 2009-09-25 22:54:35 +0200 +catalogue-license lppl +catalogue-version 2.16 + +name draftwatermark +category Package +revision 15878 +shortdesc Put a grey textual watermark on document pages. +longdesc The package provides a means to add a textual, light grey +longdesc watermark on every page or on the first page of a document. +longdesc Typical usage may consist in writing words such as DRAFT or +longdesc CONFIDENTIAL across document pages. The package performs a +longdesc similar function to that of draftcopy, but its implementation +longdesc is output device independent, and very made simple by relying +longdesc on everpage. +docfiles size=7 + texmf-dist/doc/latex/draftwatermark/README details="Readme" + texmf-dist/doc/latex/draftwatermark/draftwatermark.pdf details="Package documentation" +srcfiles size=5 + texmf-dist/source/latex/draftwatermark/draftwatermark.dtx + texmf-dist/source/latex/draftwatermark/draftwatermark.ins +runfiles size=1 + texmf-dist/tex/latex/draftwatermark/draftwatermark.sty +catalogue-ctan /macros/latex/contrib/draftwatermark +catalogue-date 2007-03-05 22:02:45 +0100 +catalogue-license lppl +catalogue-version 1.0 + +name dramatist +category Package +revision 15878 +shortdesc Typeset dramas, both in verse and in prose. +longdesc This package is intended for typesetting drama of any length. +longdesc It provides two environments for typesetting dialogues in prose +longdesc or in verse; new document divisions corresponding to acts and +longdesc scenes; macros that control the appearance of characters and +longdesc stage directions; and automatic generation of a `dramatis +longdesc personae' list. +docfiles size=83 + texmf-dist/doc/latex/dramatist/README details="Package Readme" + texmf-dist/doc/latex/dramatist/dramatist.pdf details="Package documentation" + texmf-dist/doc/latex/dramatist/marlowe-poemscol.tex + texmf-dist/doc/latex/dramatist/marlowe-verse.tex + texmf-dist/doc/latex/dramatist/schiller.tex +srcfiles size=32 + texmf-dist/source/latex/dramatist/dramatist.dtx + texmf-dist/source/latex/dramatist/dramatist.ins +runfiles size=4 + texmf-dist/tex/latex/dramatist/dramatist.sty +catalogue-ctan /macros/latex/contrib/dramatist +catalogue-date 2006-12-01 14:16:52 +0100 +catalogue-license gpl +catalogue-version 1.2d + +name dratex +category Package +revision 15878 +shortdesc General drawing macros. +longdesc A low level (DraTex.sty) and a high-level (AlDraTex.sty) +longdesc drawing package written entirely in TeX. +docfiles size=12 + texmf-dist/doc/generic/dratex/Examples.tex + texmf-dist/doc/generic/dratex/README +runfiles size=54 + texmf-dist/tex/generic/dratex/AlDraTex.sty + texmf-dist/tex/generic/dratex/DraTex.sty + texmf-dist/tex/generic/dratex/TeXProject.sty + texmf-dist/tex/generic/dratex/wotree.sty +catalogue-ctan /graphics/dratex +catalogue-date 2008-09-18 22:51:09 +0200 +catalogue-license lppl + +name drv +category Package +revision 15878 +shortdesc Derivation trees with MetaPost. +longdesc A set of MetaPost macros for typesetting derivation trees (such +longdesc as used in sequent calculus, type inference, programming +longdesc language semantics...). No MetaPost knowledge is needed to use +longdesc these macros. +docfiles size=125 + texmf-dist/doc/metapost/drv/README details="Readme" + texmf-dist/doc/metapost/drv/doc/drv-guide.mp + texmf-dist/doc/metapost/drv/doc/drv-guide.tex + texmf-dist/doc/metapost/drv/doc/drv.mp + texmf-dist/doc/metapost/drv/doc/makefile + texmf-dist/doc/metapost/drv/doc/readme.txt + texmf-dist/doc/metapost/drv/drv-guide.pdf details="User guide" + texmf-dist/doc/metapost/drv/sample/coq-sample.mp + texmf-dist/doc/metapost/drv/sample/coq-sample.tex + texmf-dist/doc/metapost/drv/sample/drv.mp + texmf-dist/doc/metapost/drv/sample/makefile + texmf-dist/doc/metapost/drv/sample/readme.txt + texmf-dist/doc/metapost/drv/template/drv.mp + texmf-dist/doc/metapost/drv/template/makefile + texmf-dist/doc/metapost/drv/template/readme.txt + texmf-dist/doc/metapost/drv/template/template.mp + texmf-dist/doc/metapost/drv/template/template.tex +runfiles size=15 + texmf-dist/metapost/drv/drv.mp +catalogue-ctan /graphics/metapost/contrib/macros/drv +catalogue-date 2009-10-11 23:34:37 +0200 +catalogue-license lppl +catalogue-version 0.94 + +name dtk +category Package +revision 15878 +shortdesc Document class for the journal of DANTE. +longdesc The bundle provides a class and style file for typesetting "Die +longdesc TeXnische Komodie" -- the communications of the German TeX +longdesc Users Group DANTE e.V. This means that this class can be used +longdesc by article writers to typeset a single article as well as to +longdesc produce the complete journal. +docfiles size=5 + texmf-dist/doc/latex/dtk/README details="Readme" + texmf-dist/doc/latex/dtk/beispiel.ltx + texmf-dist/doc/latex/dtk/beispiel.tex +srcfiles size=37 + texmf-dist/source/latex/dtk/dtk.dtx + texmf-dist/source/latex/dtk/dtk.ins +runfiles size=34 + texmf-dist/bibtex/bib/dtk/beispiel.bib + texmf-dist/bibtex/bst/dtk/dtk.bst + texmf-dist/makeindex/dtk/dtk-adr.ist + texmf-dist/makeindex/dtk/dtk-idx.ist + texmf-dist/tex/latex/dtk/dtk-pdf.sty + texmf-dist/tex/latex/dtk/dtk.cls + texmf-dist/tex/latex/dtk/dtk.sty + texmf-dist/tex/latex/dtk/dtk07.clo + texmf-dist/tex/latex/dtk/dtklogos.sty +catalogue-ctan /usergrps/dante/dtk +catalogue-date 2007-09-04 11:50:28 +0200 +catalogue-license other-free +catalogue-version 1.10 + +name dtl +category TLCore +revision 15809 +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 +longdesc contains an assembler dt2dv (which produces DVI files from DTL +longdesc files) and a disassembler dv2dt (which produces DTL files from +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 +catalogue-ctan /dviware/dtl +catalogue-date 2008-11-15 17:19:00 +0100 +catalogue-license pd +catalogue-version 0.6.1 + +name dtl.alpha-linux +category TLCore +revision 13822 +shortdesc alpha-linux files of dtl +binfiles arch=alpha-linux size=17 + bin/alpha-linux/dt2dv + bin/alpha-linux/dv2dt + +name dtl.i386-cygwin +category TLCore +revision 15614 +shortdesc i386-cygwin files of dtl +binfiles arch=i386-cygwin size=12 + bin/i386-cygwin/dt2dv.exe + bin/i386-cygwin/dv2dt.exe + +name dtl.i386-linux +category TLCore +revision 14164 +shortdesc i386-linux files of dtl +binfiles arch=i386-linux size=12 + bin/i386-linux/dt2dv + bin/i386-linux/dv2dt + +name dtl.i386-netbsd +category TLCore +revision 15167 +shortdesc i386-netbsd files of dtl +binfiles arch=i386-netbsd size=11 + bin/i386-netbsd/dt2dv + bin/i386-netbsd/dv2dt + +name dtl.i386-solaris +category TLCore +revision 15141 +shortdesc i386-solaris files of dtl +binfiles arch=i386-solaris size=13 + bin/i386-solaris/dt2dv + bin/i386-solaris/dv2dt + +name dtl.mips-irix +category TLCore +revision 15558 +shortdesc mips-irix files of dtl +binfiles arch=mips-irix size=19 + bin/mips-irix/dt2dv + bin/mips-irix/dv2dt + +name dtl.powerpc-aix +category TLCore +revision 15638 +shortdesc powerpc-aix files of dtl +binfiles arch=powerpc-aix size=12 + bin/powerpc-aix/dt2dv + bin/powerpc-aix/dv2dt + +name dtl.powerpc-linux +category TLCore +revision 13864 +shortdesc powerpc-linux files of dtl +binfiles arch=powerpc-linux size=13 + bin/powerpc-linux/dt2dv + bin/powerpc-linux/dv2dt + +name dtl.sparc-linux +category TLCore +revision 14269 +shortdesc sparc-linux files of dtl +binfiles arch=sparc-linux size=11 + bin/sparc-linux/dt2dv + bin/sparc-linux/dv2dt + +name dtl.sparc-solaris +category TLCore +revision 13822 +shortdesc sparc-solaris files of dtl +binfiles arch=sparc-solaris size=13 + bin/sparc-solaris/dt2dv + bin/sparc-solaris/dv2dt + +name dtl.universal-darwin +category TLCore +revision 14896 +shortdesc universal-darwin files of dtl +binfiles arch=universal-darwin size=33 + bin/universal-darwin/dt2dv + bin/universal-darwin/dv2dt + +name dtl.win32 +category TLCore +revision 14670 +shortdesc win32 files of dtl +binfiles arch=win32 size=9 + bin/win32/dt2dv.exe + bin/win32/dv2dt.exe + +name dtl.x86_64-linux +category TLCore +revision 13822 +shortdesc x86_64-linux files of dtl +binfiles arch=x86_64-linux size=14 + bin/x86_64-linux/dt2dv + bin/x86_64-linux/dv2dt + +name dtxgallery +category Package +revision 15878 +shortdesc A small collection of minimal DTX examples. +longdesc A collection of files that demonstrate simple things that are +longdesc possible with the flexible and under-appreciated docstrip file +longdesc format. Each file of the collection is provided as a .dtx file +longdesc and as the corresponding .pdf. The set is intended as a +longdesc companion to Scott Pakin's excellent and influential dtxtut +longdesc example of producing LaTeX packages in this way. +docfiles size=95 + texmf-dist/doc/latex/dtxgallery/README details="Readme" + texmf-dist/doc/latex/dtxgallery/conditional-code.pdf + texmf-dist/doc/latex/dtxgallery/dtxgallery.pdf + texmf-dist/doc/latex/dtxgallery/rearrange.pdf + texmf-dist/doc/latex/dtxgallery/single-source.pdf +srcfiles size=5 + texmf-dist/source/latex/dtxgallery/conditional-code.dtx + texmf-dist/source/latex/dtxgallery/dtxgallery.dtx + texmf-dist/source/latex/dtxgallery/rearrange.dtx + texmf-dist/source/latex/dtxgallery/single-source.dtx +catalogue-ctan /info/dtxgallery +catalogue-date 2008-08-18 13:49:16 +0200 +catalogue-license lppl +catalogue-version 1 + +name dtxtut +category Package +revision 15878 +shortdesc Tutorial on writing .dtx and .ins files +longdesc This tutorial is intended for advanced LaTeX2e users who want +longdesc to learn how to create .ins and .dtx files for distributing +longdesc their homebrewed classes and style files. +docfiles size=88 + texmf-dist/doc/latex/dtxtut/README details="Package documentation" + texmf-dist/doc/latex/dtxtut/cskeleton.dtx + texmf-dist/doc/latex/dtxtut/cskeleton.ins + texmf-dist/doc/latex/dtxtut/dtxtut.pdf details="Readme" + texmf-dist/doc/latex/dtxtut/dtxtut.tex + texmf-dist/doc/latex/dtxtut/skeleton.dtx + texmf-dist/doc/latex/dtxtut/skeleton.ins +catalogue-ctan /info/dtxtut +catalogue-date 2007-02-01 21:12:02 +0100 +catalogue-license lppl + +name duerer +category Package +revision 15878 +shortdesc Computer Duerer fonts. +longdesc These fonts are designed for titling use, and consist of +longdesc capital roman letters only. Together with the normal set of +longdesc base shapes, the family also offers an informal shape. LaTeX +longdesc support is available in the duerer-latex bundle. +docfiles size=1 + texmf-dist/doc/fonts/duerer/duerer.readme details="Readme" +runfiles size=30 + texmf-dist/fonts/source/public/duerer/cdb10.mf + texmf-dist/fonts/source/public/duerer/cdi10.mf + texmf-dist/fonts/source/public/duerer/cdr10.mf + texmf-dist/fonts/source/public/duerer/cdsl10.mf + texmf-dist/fonts/source/public/duerer/cdss10.mf + texmf-dist/fonts/source/public/duerer/cdtt10.mf + texmf-dist/fonts/source/public/duerer/dromani.mf + texmf-dist/fonts/source/public/duerer/dromanu.mf + texmf-dist/fonts/source/public/duerer/dtitle.mf + texmf-dist/fonts/tfm/public/duerer/cdb10.tfm + texmf-dist/fonts/tfm/public/duerer/cdi10.tfm + texmf-dist/fonts/tfm/public/duerer/cdr10.tfm + texmf-dist/fonts/tfm/public/duerer/cdsl10.tfm + texmf-dist/fonts/tfm/public/duerer/cdss10.tfm + texmf-dist/fonts/tfm/public/duerer/cdtt10.tfm +catalogue-ctan /fonts/duerer +catalogue-date 2008-12-05 21:21:33 +0100 +catalogue-license noinfo + +name duerer-latex +category Package +revision 15878 +shortdesc LaTeX support for the Duerer fonts. +longdesc LaTeX support for Hoenig's Computer Duerer fonts, using their +longdesc standard fontname names. +docfiles size=41 + texmf-dist/doc/latex/duerer-latex/README + texmf-dist/doc/latex/duerer-latex/duerer.pdf + texmf-dist/doc/latex/duerer-latex/duerer.tex +runfiles size=5 + texmf-dist/tex/latex/duerer-latex/duerer.sty + texmf-dist/tex/latex/duerer-latex/ot1cdin.fd + texmf-dist/tex/latex/duerer-latex/ot1cdr.fd + texmf-dist/tex/latex/duerer-latex/ot1cdss.fd + texmf-dist/tex/latex/duerer-latex/ot1cdtt.fd +catalogue-ctan /macros/latex/contrib/duerer-latex +catalogue-date 2008-08-18 13:49:16 +0200 +catalogue-license gpl +catalogue-version 1.1 + +name dvdcoll +category Package +revision 15878 +shortdesc A class for typesetting DVD archives +longdesc Having lost the overview of my DVD archives, I simply could not +longdesc remember if I already recorded the documentary running on TV +longdesc that day. I chose to recreate the index using LaTeX: the design +longdesc aim was a hyperlinked and fully searchable PDF-document, +longdesc listing my DVDs with all titles, lengths and so on. Further +longdesc requirements were support for seasons of tv series and a list +longdesc with all faulty or missing programs for rerecording. The +longdesc dvdcoll class supports all these requirements. dvdcoll.cls +longdesc follows the structure <length>. As a result, the +longdesc class is not limited to DVDs--you can of course typeset +longdesc archives of CD-ROMs, Audio-CDs and so on. Supported languages +longdesc at the moment: English, French, German, Italian, Polish, +longdesc Portuguese, Spanish. Some help is needed for other languages! +docfiles size=138 + texmf-dist/doc/latex/dvdcoll/CHANGES + texmf-dist/doc/latex/dvdcoll/INSTALL + texmf-dist/doc/latex/dvdcoll/README + texmf-dist/doc/latex/dvdcoll/dcexample.pdf + texmf-dist/doc/latex/dvdcoll/dcexample.tex + texmf-dist/doc/latex/dvdcoll/dvdcoll.pdf + texmf-dist/doc/latex/dvdcoll/dvdcoll_de.pdf + texmf-dist/doc/latex/dvdcoll/manifest.txt +runfiles size=42 + texmf-dist/bibtex/bst/dvdcoll/dcbib.bst + texmf-dist/tex/latex/dvdcoll/dcl/UKenglish.dcl + texmf-dist/tex/latex/dvdcoll/dcl/USenglish.dcl + texmf-dist/tex/latex/dvdcoll/dcl/acadian.dcl + texmf-dist/tex/latex/dvdcoll/dcl/american.dcl + texmf-dist/tex/latex/dvdcoll/dcl/australian.dcl + texmf-dist/tex/latex/dvdcoll/dcl/austrian.dcl + texmf-dist/tex/latex/dvdcoll/dcl/brazil.dcl + texmf-dist/tex/latex/dvdcoll/dcl/brazilian.dcl + texmf-dist/tex/latex/dvdcoll/dcl/british.dcl + texmf-dist/tex/latex/dvdcoll/dcl/canadian.dcl + texmf-dist/tex/latex/dvdcoll/dcl/canadien.dcl + texmf-dist/tex/latex/dvdcoll/dcl/english.dcl + texmf-dist/tex/latex/dvdcoll/dcl/francais.dcl + texmf-dist/tex/latex/dvdcoll/dcl/french.dcl + texmf-dist/tex/latex/dvdcoll/dcl/frenchb.dcl + texmf-dist/tex/latex/dvdcoll/dcl/german.dcl + texmf-dist/tex/latex/dvdcoll/dcl/germanb.dcl + texmf-dist/tex/latex/dvdcoll/dcl/italian.dcl + texmf-dist/tex/latex/dvdcoll/dcl/naustrian.dcl + texmf-dist/tex/latex/dvdcoll/dcl/newzealand.dcl + texmf-dist/tex/latex/dvdcoll/dcl/ngerman.dcl + texmf-dist/tex/latex/dvdcoll/dcl/polish.dcl + texmf-dist/tex/latex/dvdcoll/dcl/portuges.dcl + texmf-dist/tex/latex/dvdcoll/dcl/portuguese.dcl + texmf-dist/tex/latex/dvdcoll/dcl/spanish.dcl + texmf-dist/tex/latex/dvdcoll/dcwrtbib.sty + texmf-dist/tex/latex/dvdcoll/dvdcoll.cls + texmf-dist/tex/latex/dvdcoll/pdfnotiz.sty +catalogue-ctan /macros/latex/contrib/dvdcoll +catalogue-date 2008-04-30 11:48:45 +0200 +catalogue-license lppl +catalogue-version v1.1a + +name dvi2tty +category TLCore +revision 15809 +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 +catalogue-ctan /dviware/dvi2tty +catalogue-date 2009-06-15 01:37:00 +0200 +catalogue-license gpl +catalogue-version 3.5.1 + +name dvi2tty.alpha-linux +category TLCore +revision 13822 +shortdesc alpha-linux files of dvi2tty +binfiles arch=alpha-linux size=14 + bin/alpha-linux/disdvi + bin/alpha-linux/dvi2tty + +name dvi2tty.i386-cygwin +category TLCore +revision 15614 +shortdesc i386-cygwin files of dvi2tty +binfiles arch=i386-cygwin size=9 + bin/i386-cygwin/disdvi.exe + bin/i386-cygwin/dvi2tty.exe + +name dvi2tty.i386-linux +category TLCore +revision 14164 +shortdesc i386-linux files of dvi2tty +binfiles arch=i386-linux size=8 + bin/i386-linux/disdvi + bin/i386-linux/dvi2tty + +name dvi2tty.i386-netbsd +category TLCore +revision 15167 +shortdesc i386-netbsd files of dvi2tty +binfiles arch=i386-netbsd size=8 + bin/i386-netbsd/disdvi + bin/i386-netbsd/dvi2tty + +name dvi2tty.i386-solaris +category TLCore +revision 15141 +shortdesc i386-solaris files of dvi2tty +binfiles arch=i386-solaris size=10 + bin/i386-solaris/disdvi + bin/i386-solaris/dvi2tty + +name dvi2tty.mips-irix +category TLCore +revision 15558 +shortdesc mips-irix files of dvi2tty +binfiles arch=mips-irix size=17 + bin/mips-irix/disdvi + bin/mips-irix/dvi2tty + +name dvi2tty.powerpc-aix +category TLCore +revision 15638 +shortdesc powerpc-aix files of dvi2tty +binfiles arch=powerpc-aix size=8 + bin/powerpc-aix/disdvi + bin/powerpc-aix/dvi2tty + +name dvi2tty.powerpc-linux +category TLCore +revision 14305 +shortdesc powerpc-linux files of dvi2tty +binfiles arch=powerpc-linux size=10 + bin/powerpc-linux/disdvi + bin/powerpc-linux/dvi2tty + +name dvi2tty.sparc-linux +category TLCore +revision 14269 +shortdesc sparc-linux files of dvi2tty +binfiles arch=sparc-linux size=8 + bin/sparc-linux/disdvi + bin/sparc-linux/dvi2tty + +name dvi2tty.sparc-solaris +category TLCore +revision 14279 +shortdesc sparc-solaris files of dvi2tty +binfiles arch=sparc-solaris size=11 + bin/sparc-solaris/disdvi + bin/sparc-solaris/dvi2tty + +name dvi2tty.universal-darwin +category TLCore +revision 14896 +shortdesc universal-darwin files of dvi2tty +binfiles arch=universal-darwin size=28 + bin/universal-darwin/disdvi + bin/universal-darwin/dvi2tty + +name dvi2tty.win32 +category TLCore +revision 13822 +shortdesc win32 files of dvi2tty +binfiles arch=win32 size=8 + bin/win32/disdvi.exe + bin/win32/dvi2tty.exe + +name dvi2tty.x86_64-linux +category TLCore +revision 14282 +shortdesc x86_64-linux files of dvi2tty +binfiles arch=x86_64-linux size=11 + bin/x86_64-linux/disdvi + bin/x86_64-linux/dvi2tty + +name dviasm +category Package +revision 15207 +shortdesc A utility for editing DVI files. +longdesc A Python script to support changing or creating DVI files via +longdesc disassembling into text, editing, and then reassembling into +longdesc binary format. It supports advanced features such as adding a +longdesc preprint number or watermarks. +depend dviasm.ARCH +runfiles size=9 + texmf-dist/scripts/dviasm/dviasm.py +catalogue-ctan /dviware/dviasm +catalogue-date 2008-08-19 08:58:40 +0200 +catalogue-license gpl + +name dviasm.alpha-linux +category Package +revision 15207 +shortdesc alpha-linux files of dviasm +binfiles arch=alpha-linux size=1 + bin/alpha-linux/dviasm + +name dviasm.i386-cygwin +category Package +revision 15207 +shortdesc i386-cygwin files of dviasm +binfiles arch=i386-cygwin size=1 + bin/i386-cygwin/dviasm + +name dviasm.i386-linux +category Package +revision 15207 +shortdesc i386-linux files of dviasm +binfiles arch=i386-linux size=1 + bin/i386-linux/dviasm + +name dviasm.i386-netbsd +category Package +revision 15207 +shortdesc i386-netbsd files of dviasm +binfiles arch=i386-netbsd size=1 + bin/i386-netbsd/dviasm + +name dviasm.i386-solaris +category Package +revision 15207 +shortdesc i386-solaris files of dviasm +binfiles arch=i386-solaris size=1 + bin/i386-solaris/dviasm + +name dviasm.mips-irix +category Package +revision 15558 +shortdesc mips-irix files of dviasm +binfiles arch=mips-irix size=1 + bin/mips-irix/dviasm + +name dviasm.powerpc-aix +category Package +revision 15207 +shortdesc powerpc-aix files of dviasm +binfiles arch=powerpc-aix size=1 + bin/powerpc-aix/dviasm + +name dviasm.powerpc-linux +category Package +revision 15207 +shortdesc powerpc-linux files of dviasm +binfiles arch=powerpc-linux size=1 + bin/powerpc-linux/dviasm + +name dviasm.sparc-linux +category Package +revision 15207 +shortdesc sparc-linux files of dviasm +binfiles arch=sparc-linux size=1 + bin/sparc-linux/dviasm + +name dviasm.sparc-solaris +category Package +revision 15207 +shortdesc sparc-solaris files of dviasm +binfiles arch=sparc-solaris size=1 + bin/sparc-solaris/dviasm + +name dviasm.universal-darwin +category Package +revision 15207 +shortdesc universal-darwin files of dviasm +binfiles arch=universal-darwin size=1 + bin/universal-darwin/dviasm + +name dviasm.win32 +category Package +revision 15404 +shortdesc win32 files of dviasm +binfiles arch=win32 size=1 + bin/win32/dviasm.exe + +name dviasm.x86_64-linux +category Package +revision 15207 +shortdesc x86_64-linux files of dviasm +binfiles arch=x86_64-linux size=1 + bin/x86_64-linux/dviasm + +name dvicopy +category TLCore +revision 15809 +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 +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=2 + texmf/doc/man/man1/dvicopy.1 + texmf/doc/man/man1/dvicopy.man1.pdf +catalogue-ctan /dviware/dvicopy/dvicopy.web +catalogue-date 2008-08-17 01:20:14 +0200 +catalogue-license gpl +catalogue-version 1.5 + +name dvicopy.alpha-linux +category TLCore +revision 14598 +shortdesc alpha-linux files of dvicopy +binfiles arch=alpha-linux size=55 + bin/alpha-linux/dvicopy + +name dvicopy.i386-cygwin +category TLCore +revision 15614 +shortdesc i386-cygwin files of dvicopy +binfiles arch=i386-cygwin size=27 + bin/i386-cygwin/dvicopy.exe + +name dvicopy.i386-linux +category TLCore +revision 14631 +shortdesc i386-linux files of dvicopy +binfiles arch=i386-linux size=26 + bin/i386-linux/dvicopy + +name dvicopy.i386-netbsd +category TLCore +revision 15167 +shortdesc i386-netbsd files of dvicopy +binfiles arch=i386-netbsd size=26 + bin/i386-netbsd/dvicopy + +name dvicopy.i386-solaris +category TLCore +revision 15141 +shortdesc i386-solaris files of dvicopy +binfiles arch=i386-solaris size=31 + bin/i386-solaris/dvicopy + +name dvicopy.mips-irix +category TLCore +revision 15558 +shortdesc mips-irix files of dvicopy +binfiles arch=mips-irix size=53 + bin/mips-irix/dvicopy + +name dvicopy.powerpc-aix +category TLCore +revision 15638 +shortdesc powerpc-aix files of dvicopy +binfiles arch=powerpc-aix size=33 + bin/powerpc-aix/dvicopy + +name dvicopy.powerpc-linux +category TLCore +revision 14790 +shortdesc powerpc-linux files of dvicopy +binfiles arch=powerpc-linux size=31 + bin/powerpc-linux/dvicopy + +name dvicopy.sparc-linux +category TLCore +revision 14736 +shortdesc sparc-linux files of dvicopy +binfiles arch=sparc-linux size=28 + bin/sparc-linux/dvicopy + +name dvicopy.sparc-solaris +category TLCore +revision 14701 +shortdesc sparc-solaris files of dvicopy +binfiles arch=sparc-solaris size=54 + bin/sparc-solaris/dvicopy + +name dvicopy.universal-darwin +category TLCore +revision 14896 +shortdesc universal-darwin files of dvicopy +binfiles arch=universal-darwin size=62 + bin/universal-darwin/dvicopy + +name dvicopy.win32 +category TLCore +revision 14670 +shortdesc win32 files of dvicopy +binfiles arch=win32 size=11 + bin/win32/dvicopy.exe + +name dvicopy.x86_64-linux +category TLCore +revision 14677 +shortdesc x86_64-linux files of dvicopy +binfiles arch=x86_64-linux size=29 + bin/x86_64-linux/dvicopy + +name dvidvi +category TLCore +revision 15809 +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 +catalogue-ctan /dviware/dvidvi +catalogue-date 2009-01-09 00:03:07 +0100 +catalogue-license noinfo +catalogue-version 1.0 + +name dvidvi.alpha-linux +category TLCore +revision 14887 +shortdesc alpha-linux files of dvidvi +binfiles arch=alpha-linux size=8 + bin/alpha-linux/dvidvi + +name dvidvi.i386-cygwin +category TLCore +revision 15614 +shortdesc i386-cygwin files of dvidvi +binfiles arch=i386-cygwin size=4 + bin/i386-cygwin/dvidvi.exe + +name dvidvi.i386-linux +category TLCore +revision 14887 +shortdesc i386-linux files of dvidvi +binfiles arch=i386-linux size=5 + bin/i386-linux/dvidvi + +name dvidvi.i386-netbsd +category TLCore +revision 15167 +shortdesc i386-netbsd files of dvidvi +binfiles arch=i386-netbsd size=4 + bin/i386-netbsd/dvidvi + +name dvidvi.i386-solaris +category TLCore +revision 15141 +shortdesc i386-solaris files of dvidvi +binfiles arch=i386-solaris size=5 + bin/i386-solaris/dvidvi + +name dvidvi.mips-irix +category TLCore +revision 15558 +shortdesc mips-irix files of dvidvi +binfiles arch=mips-irix size=11 + bin/mips-irix/dvidvi + +name dvidvi.powerpc-aix +category TLCore +revision 15638 +shortdesc powerpc-aix files of dvidvi +binfiles arch=powerpc-aix size=5 + bin/powerpc-aix/dvidvi + +name dvidvi.powerpc-linux +category TLCore +revision 14887 +shortdesc powerpc-linux files of dvidvi +binfiles arch=powerpc-linux size=5 + bin/powerpc-linux/dvidvi + +name dvidvi.sparc-linux +category TLCore +revision 14887 +shortdesc sparc-linux files of dvidvi +binfiles arch=sparc-linux size=5 + bin/sparc-linux/dvidvi + +name dvidvi.sparc-solaris +category TLCore +revision 14887 +shortdesc sparc-solaris files of dvidvi +binfiles arch=sparc-solaris size=6 + bin/sparc-solaris/dvidvi + +name dvidvi.universal-darwin +category TLCore +revision 14896 +shortdesc universal-darwin files of dvidvi +binfiles arch=universal-darwin size=15 + bin/universal-darwin/dvidvi + +name dvidvi.win32 +category TLCore +revision 15404 +shortdesc win32 files of dvidvi +binfiles arch=win32 size=8 + bin/win32/a5bookle.bat + bin/win32/a5bookle.exe + bin/win32/doubside.bat + bin/win32/doubside.exe + bin/win32/dvidvi.exe + +name dvidvi.x86_64-linux +category TLCore +revision 14887 +shortdesc x86_64-linux files of dvidvi +binfiles arch=x86_64-linux size=6 + bin/x86_64-linux/dvidvi + +name dviincl +category Package +revision 15878 +shortdesc Include a DVI page into MetaPost output. +longdesc One of the auxiliary programs belonging to every MetaPost +longdesc package is DVItoMP, converting a DVI into a MetaPost file. +longdesc Hence the idea of including a DVI page into the EPS files +longdesc generated by MetaPost. An MPX file produced by DVItoMP is then +longdesc processed by MetaPost with an axiliary file. +docfiles size=9 + texmf-dist/doc/metapost/dviincl/0czytaj.sla + texmf-dist/doc/metapost/dviincl/0dviincl.inf + texmf-dist/doc/metapost/dviincl/README details="Readme (English)" language="en" + texmf-dist/doc/metapost/dviincl/README.pl details="Readme (Polish)" language="pl" + texmf-dist/doc/metapost/dviincl/storyx.tex + texmf-dist/doc/metapost/dviincl/test-bop.mp + texmf-dist/doc/metapost/dviincl/test-bop.tex + texmf-dist/doc/metapost/dviincl/testit.bat + texmf-dist/doc/metapost/dviincl/testit.sh +runfiles size=2 + texmf-dist/metapost/dviincl/fix_brks.mp + texmf-dist/metapost/dviincl/fix_page.mp +catalogue-ctan /graphics/metapost/contrib/macros/dviincl +catalogue-date 2008-08-19 08:58:40 +0200 +catalogue-license pd +catalogue-version 1.00 + +name dviljk +category TLCore +revision 15809 +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 +longdesc simply with the sources in this distribution; it needs a full +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 +catalogue-ctan /dviware/dviljk +catalogue-date 2007-07-05 17:08:10 +0200 +catalogue-license gpl +catalogue-version 2.6p4 + +name dviljk.alpha-linux +category TLCore +revision 14598 +shortdesc alpha-linux files of dviljk +binfiles arch=alpha-linux size=203 + bin/alpha-linux/dvihp + bin/alpha-linux/dvilj + bin/alpha-linux/dvilj2p + bin/alpha-linux/dvilj4 + bin/alpha-linux/dvilj4l + bin/alpha-linux/dvilj6 + +name dviljk.i386-cygwin +category TLCore +revision 15614 +shortdesc i386-cygwin files of dviljk +binfiles arch=i386-cygwin size=109 + bin/i386-cygwin/dvihp + bin/i386-cygwin/dvilj.exe + bin/i386-cygwin/dvilj2p.exe + bin/i386-cygwin/dvilj4.exe + bin/i386-cygwin/dvilj4l.exe + bin/i386-cygwin/dvilj6.exe + +name dviljk.i386-linux +category TLCore +revision 14164 +shortdesc i386-linux files of dviljk +binfiles arch=i386-linux size=111 + bin/i386-linux/dvihp + bin/i386-linux/dvilj + bin/i386-linux/dvilj2p + bin/i386-linux/dvilj4 + bin/i386-linux/dvilj4l + bin/i386-linux/dvilj6 + +name dviljk.i386-netbsd +category TLCore +revision 15167 +shortdesc i386-netbsd files of dviljk +binfiles arch=i386-netbsd size=101 + bin/i386-netbsd/dvihp + bin/i386-netbsd/dvilj + bin/i386-netbsd/dvilj2p + bin/i386-netbsd/dvilj4 + bin/i386-netbsd/dvilj4l + bin/i386-netbsd/dvilj6 + +name dviljk.i386-solaris +category TLCore +revision 15141 +shortdesc i386-solaris files of dviljk +binfiles arch=i386-solaris size=115 + bin/i386-solaris/dvihp + bin/i386-solaris/dvilj + bin/i386-solaris/dvilj2p + bin/i386-solaris/dvilj4 + bin/i386-solaris/dvilj4l + bin/i386-solaris/dvilj6 + +name dviljk.mips-irix +category TLCore +revision 15558 +shortdesc mips-irix files of dviljk +binfiles arch=mips-irix size=181 + bin/mips-irix/dvihp + bin/mips-irix/dvilj + bin/mips-irix/dvilj2p + bin/mips-irix/dvilj4 + bin/mips-irix/dvilj4l + bin/mips-irix/dvilj6 + +name dviljk.powerpc-aix +category TLCore +revision 15638 +shortdesc powerpc-aix files of dviljk +binfiles arch=powerpc-aix size=123 + bin/powerpc-aix/dvihp + bin/powerpc-aix/dvilj + bin/powerpc-aix/dvilj2p + bin/powerpc-aix/dvilj4 + bin/powerpc-aix/dvilj4l + bin/powerpc-aix/dvilj6 + +name dviljk.powerpc-linux +category TLCore +revision 14305 +shortdesc powerpc-linux files of dviljk +binfiles arch=powerpc-linux size=123 + bin/powerpc-linux/dvihp + bin/powerpc-linux/dvilj + bin/powerpc-linux/dvilj2p + bin/powerpc-linux/dvilj4 + bin/powerpc-linux/dvilj4l + bin/powerpc-linux/dvilj6 + +name dviljk.sparc-linux +category TLCore +revision 14269 +shortdesc sparc-linux files of dviljk +binfiles arch=sparc-linux size=111 + bin/sparc-linux/dvihp + bin/sparc-linux/dvilj + bin/sparc-linux/dvilj2p + bin/sparc-linux/dvilj4 + bin/sparc-linux/dvilj4l + bin/sparc-linux/dvilj6 + +name dviljk.sparc-solaris +category TLCore +revision 14279 +shortdesc sparc-solaris files of dviljk +binfiles arch=sparc-solaris size=189 + bin/sparc-solaris/dvihp + bin/sparc-solaris/dvilj + bin/sparc-solaris/dvilj2p + bin/sparc-solaris/dvilj4 + bin/sparc-solaris/dvilj4l + bin/sparc-solaris/dvilj6 + +name dviljk.universal-darwin +category TLCore +revision 14896 +shortdesc universal-darwin files of dviljk +binfiles arch=universal-darwin size=239 + bin/universal-darwin/dvihp + bin/universal-darwin/dvilj + bin/universal-darwin/dvilj2p + bin/universal-darwin/dvilj4 + bin/universal-darwin/dvilj4l + bin/universal-darwin/dvilj6 + +name dviljk.win32 +category TLCore +revision 14670 +shortdesc win32 files of dviljk +binfiles arch=win32 size=54 + bin/win32/dvihp.exe + bin/win32/dvilj.exe + bin/win32/dvilj2p.exe + bin/win32/dvilj4.exe + bin/win32/dvilj4l.exe + bin/win32/dvilj6.exe + +name dviljk.x86_64-linux +category TLCore +revision 14307 +shortdesc x86_64-linux files of dviljk +binfiles arch=x86_64-linux size=117 + bin/x86_64-linux/dvihp + bin/x86_64-linux/dvilj + bin/x86_64-linux/dvilj2p + bin/x86_64-linux/dvilj4 + bin/x86_64-linux/dvilj4l + bin/x86_64-linux/dvilj6 + +name dviout.win32 +category TLCore +revision 15943 +catalogue dviout +shortdesc TeX previewer and printer driver for MS-Windows. +longdesc The program supports a variety of printing mechanisms +longdesc (including PDF output via dvipdfmx), and can use most extant +longdesc font formats (including the long-outdated TeX PXL format). The +longdesc program will use output from Omega as well as from TeX, and +longdesc understands a wide variety of \special commands. +postaction shortcut type=menu name="DVIOUT DVI viewer" cmd=TEXDIR/bin/win32/dviout.bat hide=1 icon=TEXDIR/tlpkg/dviout/dviout.exe +postaction filetype name=TL.DVIOUT.view cmd='"TEXDIR/bin/win32/dviout.bat" "%1"' +postaction fileassoc extension=.dvi filetype=TL.DVIOUT.view +binfiles arch=win32 size=1122 + bin/win32/dviout.bat + bin/win32/dviout.exe + tlpkg/dviout/00readme.txt + tlpkg/dviout/CFG/newcfg.txt + tlpkg/dviout/CFG/prtcfg.zip + tlpkg/dviout/CFG/prtsrc.zip + tlpkg/dviout/CreateBB.exe + tlpkg/dviout/DOC/bpage.bmp + tlpkg/dviout/DOC/cmode.html + tlpkg/dviout/DOC/cmode1.png + tlpkg/dviout/DOC/cmode2.png + tlpkg/dviout/DOC/cmode3.png + tlpkg/dviout/DOC/cmode6.png + tlpkg/dviout/DOC/dvi.html + tlpkg/dviout/DOC/dvi2.bmp + tlpkg/dviout/DOC/dvioutQA.html + tlpkg/dviout/DOC/dviouttips.html + tlpkg/dviout/DOC/dviouttipse.html + tlpkg/dviout/DOC/fpage.bmp + tlpkg/dviout/DOC/hung.png + tlpkg/dviout/DOC/hyper.bmp + tlpkg/dviout/DOC/kappa.bmp + tlpkg/dviout/DOC/le.bmp + tlpkg/dviout/DOC/lminus.bmp + tlpkg/dviout/DOC/lplus.bmp + tlpkg/dviout/DOC/mspmin.png + tlpkg/dviout/DOC/newmin.png + tlpkg/dviout/DOC/niko.bmp + tlpkg/dviout/DOC/option.bmp + tlpkg/dviout/DOC/present.html + tlpkg/dviout/DOC/print.bmp + tlpkg/dviout/DOC/search.bmp + tlpkg/dviout/DOC/serd.bmp + tlpkg/dviout/DOC/seru.bmp + tlpkg/dviout/DOC/testtex.bat + tlpkg/dviout/DOC/tex_dvioutw.html + tlpkg/dviout/DOC/tex_instchk.html + tlpkg/dviout/FONT/ReadMe.txt + tlpkg/dviout/FONT/exjfonts.zip + tlpkg/dviout/FONT/winttf.zip + tlpkg/dviout/GRAPHIC/COLOR/color.tex + tlpkg/dviout/GRAPHIC/LATEX2E/color.cfg + tlpkg/dviout/GRAPHIC/LATEX2E/dviout.def + tlpkg/dviout/GRAPHIC/LATEX2E/dviout.dtx + tlpkg/dviout/GRAPHIC/LATEX2E/dviout.ins + tlpkg/dviout/GRAPHIC/LATEX2E/graphics.cfg + tlpkg/dviout/GRAPHIC/LATEX2E/readme + tlpkg/dviout/GRAPHIC/LATEX2E/readme.eng + tlpkg/dviout/GRAPHIC/PBM/pbmf.doc + tlpkg/dviout/GRAPHIC/PBM/pbmf.sty + tlpkg/dviout/GRAPHIC/PDL/file241b.p98 + tlpkg/dviout/GRAPHIC/PDL/lasersys.lp3 + tlpkg/dviout/GRAPHIC/PDL/lasersys.tex + tlpkg/dviout/GRAPHIC/PDL/lips3.gpd + tlpkg/dviout/GRAPHIC/PDL/pdldoc.tex + tlpkg/dviout/GRAPHIC/PDL/picbox.tex + tlpkg/dviout/GRAPHIC/PDL/spec.lp3 + tlpkg/dviout/GRAPHIC/PDL/spec.tex + tlpkg/dviout/GRAPHIC/PS/epsfdoc.tex + tlpkg/dviout/GRAPHIC/PS/gssub.exe + tlpkg/dviout/GRAPHIC/PS/pssample.tex + tlpkg/dviout/GRAPHIC/PS/sample0.ps + tlpkg/dviout/GRAPHIC/PS/sample1.ps + tlpkg/dviout/GRAPHIC/PS/sample2.ps + tlpkg/dviout/GRAPHIC/PS/sample3.ps + tlpkg/dviout/GRAPHIC/PS/starbrst.ps + tlpkg/dviout/GRAPHIC/TPIC/linetest.tex + tlpkg/dviout/GRAPHIC/TPIC/rtexampl.tex + tlpkg/dviout/GRAPHIC/TPIC/tpic_ext.doc + tlpkg/dviout/GRAPHIC/TPIC/tpicdoc.tex + tlpkg/dviout/GRAPHIC/bmc/bmc.txt + tlpkg/dviout/GRAPHIC/bmc/createbb.pdf + tlpkg/dviout/GRAPHIC/bmc/exbmc.xpi + tlpkg/dviout/GRAPHIC/bmc/ifbmc.spi + tlpkg/dviout/GRAPHIC/bmc/ifbmc.txt + tlpkg/dviout/HYPERTEX/hyper2.tex + tlpkg/dviout/HYPERTEX/hyperdvi.tex + tlpkg/dviout/HYPERTEX/input.tex + tlpkg/dviout/HYPERTEX/input7.tex + tlpkg/dviout/HYPERTEX/input8.tex + tlpkg/dviout/HYPERTEX/input9.tex + tlpkg/dviout/HYPERTEX/inputxy.tex + tlpkg/dviout/HYPERTEX/keyin.sty + tlpkg/dviout/HYPERTEX/myhyper.sty + tlpkg/dviout/PTEX/naochan!.tex + tlpkg/dviout/SAMPLE/sample.tex + tlpkg/dviout/SAMPLE/sample.txt + tlpkg/dviout/SAMPLE/slisamp2.tex + tlpkg/dviout/SAMPLE/slisamp3.tex + tlpkg/dviout/SAMPLE/slisamp4.tex + tlpkg/dviout/SAMPLE/slisampl.tex + tlpkg/dviout/SPECIAL/demo.tex + tlpkg/dviout/SPECIAL/dviout.sty + tlpkg/dviout/SPECIAL/ophook.sty + tlpkg/dviout/SPECIAL/presen.sty + tlpkg/dviout/SPECIAL/presen.txt + tlpkg/dviout/SPECIAL/src.mac + tlpkg/dviout/SPECIAL/srcspecial.mac + tlpkg/dviout/SPECIAL/srctex.cfg + tlpkg/dviout/UTILITY/dvi$pdf.bat + tlpkg/dviout/UTILITY/dviout0.par + tlpkg/dviout/UTILITY/dviout0.vfn + tlpkg/dviout/UTILITY/dviout1.vfn + tlpkg/dviout/UTILITY/dvioute.vfn + tlpkg/dviout/UTILITY/null.vfn + tlpkg/dviout/UTILITY/template + tlpkg/dviout/UTILITY/template.pk0 + tlpkg/dviout/UTILITY/template.pks + tlpkg/dviout/UTILITY/test_a4.tex + tlpkg/dviout/UTILITY/test_b5.tex + tlpkg/dviout/UTILITY/test_b5e.tex + tlpkg/dviout/UTILITY/test_org.tex + tlpkg/dviout/bmc.exe + tlpkg/dviout/chkfont.exe + tlpkg/dviout/chkfont.txt + tlpkg/dviout/convedit.exe + tlpkg/dviout/dviadd.exe + tlpkg/dviout/dviout.cnt + tlpkg/dviout/dviout.exe + tlpkg/dviout/dviout.hlp + tlpkg/dviout/dvioute.cnt + tlpkg/dviout/dvioute.hlp + tlpkg/dviout/dvispc.exe + tlpkg/dviout/dvispc.txt + tlpkg/dviout/dvispce.txt + tlpkg/dviout/etfdump.exe + tlpkg/dviout/files.txt + tlpkg/dviout/gen_pk + tlpkg/dviout/history.txt + tlpkg/dviout/install.txt + tlpkg/dviout/map/gtfonts.map + tlpkg/dviout/map/japanese.map + tlpkg/dviout/map/mojikyo.map + tlpkg/dviout/map/morisawa.map + tlpkg/dviout/map/pttfonts.map + tlpkg/dviout/map/ttfexp.map + tlpkg/dviout/map/ttfonts.map + tlpkg/dviout/optcfg.exe + tlpkg/dviout/par/DF-GyouSho.par + tlpkg/dviout/par/E-Embed.par + tlpkg/dviout/par/E-TT.par + tlpkg/dviout/par/E-noTT.par + tlpkg/dviout/par/EJ-Embed.par + tlpkg/dviout/par/HG-GyouSho.par + tlpkg/dviout/par/HG-KaiSho-PRO.par + tlpkg/dviout/par/Hidemaru.par + tlpkg/dviout/par/J-Embed.par + tlpkg/dviout/par/Macro0.par + tlpkg/dviout/par/PKfont.par + tlpkg/dviout/par/TTfont.par + tlpkg/dviout/par/WinJFont.par + tlpkg/dviout/par/WinShell.par + tlpkg/dviout/par/bakoma.par + tlpkg/dviout/par/default.par + tlpkg/dviout/par/dvicut.par + tlpkg/dviout/par/dvipdfm.par + tlpkg/dviout/par/dvipdfmr.par + tlpkg/dviout/par/dvipdfms.par + tlpkg/dviout/par/dvipdfmxv.par + tlpkg/dviout/par/dvipsk.par + tlpkg/dviout/par/dvipskdis.par + tlpkg/dviout/par/dvipskdl.par + tlpkg/dviout/par/dvipskeps.par + tlpkg/dviout/par/dvipskpdf.par + tlpkg/dviout/par/dvipskprn.par + tlpkg/dviout/par/dvispcal.par + tlpkg/dviout/par/dvispcap.par + tlpkg/dviout/par/dvispcat.par + tlpkg/dviout/par/dvispcs.par + tlpkg/dviout/par/fontpath.par + tlpkg/dviout/par/hiragino.par + tlpkg/dviout/par/jvar.par + tlpkg/dviout/par/p12wait.pgm + tlpkg/dviout/par/p24wait.pgm + tlpkg/dviout/par/p4n.pgm + tlpkg/dviout/par/p4n0.pgm + tlpkg/dviout/par/p4to1.pgm + tlpkg/dviout/par/p4to10.pgm + tlpkg/dviout/par/p4to1e.pgm + tlpkg/dviout/par/p4to1e0.pgm + tlpkg/dviout/par/p4to1o.pgm + tlpkg/dviout/par/p4to1o0.pgm + tlpkg/dviout/par/p4to1v.pgm + tlpkg/dviout/par/presen.par + tlpkg/dviout/par/quit.par + tlpkg/dviout/par/quitpresen.par + tlpkg/dviout/par/texhelp.par + tlpkg/dviout/par/wintex.par + tlpkg/dviout/propw.exe + tlpkg/dviout/propw0.txt + tlpkg/dviout/rawprt.exe + tlpkg/dviout/rawprt.txt + tlpkg/dviout/readme.txt + tlpkg/dviout/srctex.exe + tlpkg/dviout/ttindex.exe +catalogue-ctan /dviware/dviout +catalogue-date 2009-01-09 17:16:29 +0100 +catalogue-license noinfo +catalogue-version 3.18.1 + +name dvipdfm +category TLCore +revision 15809 +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. +depend dvipdfm.ARCH +docfiles size=80 + texmf/doc/dvipdfm/Makefile + texmf/doc/dvipdfm/dvipdfm.pdf details="Program documentation" + 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 +runfiles size=166 + texmf/dvipdfm/config/config + texmf/dvipdfm/config/config-win32 + texmf/fonts/map/dvipdfm/updmap/dvipdfm.map + texmf/fonts/map/dvipdfm/updmap/dvipdfm_dl14.map + texmf/fonts/map/dvipdfm/updmap/dvipdfm_ndl14.map + texmf/tex/latex/dvipdfm/dvipdfm.def +catalogue-ctan /dviware/dvipdfm +catalogue-date 2009-09-25 22:54:35 +0200 +catalogue-license lppl +catalogue-version 0.13.2d + +name dvipdfm.alpha-linux +category TLCore +revision 13822 +shortdesc alpha-linux files of dvipdfm +binfiles arch=alpha-linux size=2 + bin/alpha-linux/dvipdfm + bin/alpha-linux/dvipdft + +name dvipdfm.i386-cygwin +category TLCore +revision 13822 +shortdesc i386-cygwin files of dvipdfm +binfiles arch=i386-cygwin size=2 + bin/i386-cygwin/dvipdfm.exe + bin/i386-cygwin/dvipdft + +name dvipdfm.i386-linux +category TLCore +revision 13822 +shortdesc i386-linux files of dvipdfm +binfiles arch=i386-linux size=2 + bin/i386-linux/dvipdfm + bin/i386-linux/dvipdft + +name dvipdfm.i386-netbsd +category TLCore +revision 15167 +shortdesc i386-netbsd files of dvipdfm +binfiles arch=i386-netbsd size=2 + bin/i386-netbsd/dvipdfm + bin/i386-netbsd/dvipdft + +name dvipdfm.i386-solaris +category TLCore +revision 13898 +shortdesc i386-solaris files of dvipdfm +binfiles arch=i386-solaris size=2 + bin/i386-solaris/dvipdfm + bin/i386-solaris/dvipdft + +name dvipdfm.mips-irix +category TLCore +revision 15558 +shortdesc mips-irix files of dvipdfm +binfiles arch=mips-irix size=2 + bin/mips-irix/dvipdfm + bin/mips-irix/dvipdft + +name dvipdfm.powerpc-aix +category TLCore +revision 13822 +shortdesc powerpc-aix files of dvipdfm +binfiles arch=powerpc-aix size=2 + bin/powerpc-aix/dvipdfm + bin/powerpc-aix/dvipdft + +name dvipdfm.powerpc-linux +category TLCore +revision 13864 +shortdesc powerpc-linux files of dvipdfm +binfiles arch=powerpc-linux size=2 + bin/powerpc-linux/dvipdfm + bin/powerpc-linux/dvipdft + +name dvipdfm.sparc-linux +category TLCore +revision 14244 +shortdesc sparc-linux files of dvipdfm +binfiles arch=sparc-linux size=2 + bin/sparc-linux/dvipdfm + bin/sparc-linux/dvipdft + +name dvipdfm.sparc-solaris +category TLCore +revision 13822 +shortdesc sparc-solaris files of dvipdfm +binfiles arch=sparc-solaris size=2 + bin/sparc-solaris/dvipdfm + bin/sparc-solaris/dvipdft + +name dvipdfm.universal-darwin +category TLCore +revision 13822 +shortdesc universal-darwin files of dvipdfm +binfiles arch=universal-darwin size=2 + bin/universal-darwin/dvipdfm + bin/universal-darwin/dvipdft + +name dvipdfm.win32 +category TLCore +revision 13822 +shortdesc win32 files of dvipdfm +binfiles arch=win32 size=1 + bin/win32/dvipdfm.exe + +name dvipdfm.x86_64-linux +category TLCore +revision 13822 +shortdesc x86_64-linux files of dvipdfm +binfiles arch=x86_64-linux size=2 + bin/x86_64-linux/dvipdfm + bin/x86_64-linux/dvipdft + +name dvipdfmx +category TLCore +revision 15809 +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 +longdesc character sets for East Asian languages. Dvipdfmx, if "called" +longdesc with the name dvipdfm, operates in a "dvipdfm compatibility" +longdesc mode, so that users of the both packages need only keep one +longdesc executable. A secondary design goal is to support as many "PDF" +longdesc features as does pdfTeX. There being no documentation as such, +longdesc users are advised to consult the documentation of dvipdfm (as +longdesc well, of course, as the package Readme. +depend glyphlist +depend dvipdfmx-def +depend dvipdfmx.ARCH +docfiles size=3 + texmf/doc/man/man1/extractbb.1 + texmf/doc/man/man1/extractbb.man1.pdf +runfiles size=31 + texmf/dvipdfmx/dvipdfmx.cfg + texmf/fonts/cmap/README + texmf/fonts/cmap/dvipdfmx/EUC-UCS2 + texmf/fonts/cmap/dvipdfmx/README + texmf/fonts/map/dvipdfmx/cid-x.map +catalogue-ctan /dviware/dvipdfmx/dvipdfmx.tar.gz +catalogue-date 2009-07-10 11:46:19 +0200 +catalogue-license gpl + +name dvipdfmx-def +category Package +revision 15878 +runfiles size=2 + texmf-dist/tex/latex/dvipdfmx-def/dvipdfmx.def + +name dvipdfmx.alpha-linux +category TLCore +revision 15168 +shortdesc alpha-linux files of dvipdfmx +binfiles arch=alpha-linux size=375 + bin/alpha-linux/dvipdfmx + bin/alpha-linux/ebb + bin/alpha-linux/extractbb + +name dvipdfmx.i386-cygwin +category TLCore +revision 15614 +shortdesc i386-cygwin files of dvipdfmx +binfiles arch=i386-cygwin size=177 + bin/i386-cygwin/dvipdfmx.exe + bin/i386-cygwin/ebb.exe + bin/i386-cygwin/extractbb.exe + +name dvipdfmx.i386-linux +category TLCore +revision 15168 +shortdesc i386-linux files of dvipdfmx +binfiles arch=i386-linux size=182 + bin/i386-linux/dvipdfmx + bin/i386-linux/ebb + bin/i386-linux/extractbb + +name dvipdfmx.i386-netbsd +category TLCore +revision 15168 +shortdesc i386-netbsd files of dvipdfmx +binfiles arch=i386-netbsd size=167 + bin/i386-netbsd/dvipdfmx + bin/i386-netbsd/ebb + bin/i386-netbsd/extractbb + +name dvipdfmx.i386-solaris +category TLCore +revision 15168 +shortdesc i386-solaris files of dvipdfmx +binfiles arch=i386-solaris size=183 + bin/i386-solaris/dvipdfmx + bin/i386-solaris/ebb + bin/i386-solaris/extractbb + +name dvipdfmx.mips-irix +category TLCore +revision 15558 +shortdesc mips-irix files of dvipdfmx +binfiles arch=mips-irix size=300 + bin/mips-irix/dvipdfmx + bin/mips-irix/ebb + bin/mips-irix/extractbb + +name dvipdfmx.powerpc-aix +category TLCore +revision 15638 +shortdesc powerpc-aix files of dvipdfmx +binfiles arch=powerpc-aix size=230 + bin/powerpc-aix/dvipdfmx + bin/powerpc-aix/ebb + bin/powerpc-aix/extractbb + +name dvipdfmx.powerpc-linux +category TLCore +revision 15168 +shortdesc powerpc-linux files of dvipdfmx +binfiles arch=powerpc-linux size=197 + bin/powerpc-linux/dvipdfmx + bin/powerpc-linux/ebb + bin/powerpc-linux/extractbb + +name dvipdfmx.sparc-linux +category TLCore +revision 15168 +shortdesc sparc-linux files of dvipdfmx +binfiles arch=sparc-linux size=184 + bin/sparc-linux/dvipdfmx + bin/sparc-linux/ebb + bin/sparc-linux/extractbb + +name dvipdfmx.sparc-solaris +category TLCore +revision 15168 +shortdesc sparc-solaris files of dvipdfmx +binfiles arch=sparc-solaris size=270 + bin/sparc-solaris/dvipdfmx + bin/sparc-solaris/ebb + bin/sparc-solaris/extractbb + +name dvipdfmx.universal-darwin +category TLCore +revision 15168 +shortdesc universal-darwin files of dvipdfmx +binfiles arch=universal-darwin size=370 + bin/universal-darwin/dvipdfmx + bin/universal-darwin/ebb + bin/universal-darwin/extractbb + +name dvipdfmx.win32 +category TLCore +revision 15749 +shortdesc win32 files of dvipdfmx +binfiles arch=win32 size=192 + bin/win32/dvipdfmx.dll + bin/win32/dvipdfmx.exe + bin/win32/ebb.exe + bin/win32/extractbb.exe + +name dvipdfmx.x86_64-linux +category TLCore +revision 15365 +shortdesc x86_64-linux files of dvipdfmx +binfiles arch=x86_64-linux size=197 + bin/x86_64-linux/dvipdfmx + bin/x86_64-linux/ebb + bin/x86_64-linux/extractbb + +name dvipng +category TLCore +revision 15809 +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: - +longdesc Speed. It offers very fast rendering of DVI as bitmap files, +longdesc which makes it suitable for generating large amounts of images +longdesc on-the-fly, as needed in preview-latex, WeBWorK and others; - +longdesc It does not read the postamble, so it can be started before TeX +longdesc finishes. There is a --follow switch that makes dvipng wait at +longdesc end-of-file for further output, unless it finds the POST marker +longdesc that indicates the end of the DVI; - Interactive query of +longdesc options. dvipng can read options interactively through stdin, +longdesc and all options are usable. It is even possible to change the +longdesc input file through this interface. - Support for PK, VF, +longdesc PostScript Type1, and TrueType fonts, colour specials, and +longdesc inclusion of PostScript, PNG, JPEG or GIF images. +depend dvipng.ARCH +docfiles size=105 + texmf/doc/dvipng/dvipng.html + texmf/doc/dvipng/dvipng.pdf + texmf/doc/info/dvipng.info + texmf/doc/man/man1/dvipng.1 + texmf/doc/man/man1/dvipng.man1.pdf +catalogue-ctan /dviware/dvipng +catalogue-date 2009-10-23 10:28:24 +0200 +catalogue-license lgpl +catalogue-version 1.12 + +name dvipng.alpha-linux +category TLCore +revision 14801 +shortdesc alpha-linux files of dvipng +binfiles arch=alpha-linux size=503 + bin/alpha-linux/dvigif + bin/alpha-linux/dvipng + +name dvipng.i386-cygwin +category TLCore +revision 15614 +shortdesc i386-cygwin files of dvipng +binfiles arch=i386-cygwin size=236 + bin/i386-cygwin/dvigif.exe + bin/i386-cygwin/dvipng.exe + +name dvipng.i386-linux +category TLCore +revision 14697 +shortdesc i386-linux files of dvipng +binfiles arch=i386-linux size=236 + bin/i386-linux/dvigif + bin/i386-linux/dvipng + +name dvipng.i386-netbsd +category TLCore +revision 15167 +shortdesc i386-netbsd files of dvipng +binfiles arch=i386-netbsd size=220 + bin/i386-netbsd/dvigif + bin/i386-netbsd/dvipng + +name dvipng.i386-solaris +category TLCore +revision 15141 +shortdesc i386-solaris files of dvipng +binfiles arch=i386-solaris size=241 + bin/i386-solaris/dvigif + bin/i386-solaris/dvipng + +name dvipng.mips-irix +category TLCore +revision 15558 +shortdesc mips-irix files of dvipng +binfiles arch=mips-irix size=372 + bin/mips-irix/dvigif + bin/mips-irix/dvipng + +name dvipng.powerpc-aix +category TLCore +revision 15638 +shortdesc powerpc-aix files of dvipng +binfiles arch=powerpc-aix size=284 + bin/powerpc-aix/dvigif + bin/powerpc-aix/dvipng + +name dvipng.powerpc-linux +category TLCore +revision 15690 +shortdesc powerpc-linux files of dvipng +binfiles arch=powerpc-linux size=266 + bin/powerpc-linux/dvigif + bin/powerpc-linux/dvipng + +name dvipng.sparc-linux +category TLCore +revision 14736 +shortdesc sparc-linux files of dvipng +binfiles arch=sparc-linux size=241 + bin/sparc-linux/dvigif + bin/sparc-linux/dvipng + +name dvipng.sparc-solaris +category TLCore +revision 14701 +shortdesc sparc-solaris files of dvipng +binfiles arch=sparc-solaris size=332 + bin/sparc-solaris/dvigif + bin/sparc-solaris/dvipng + +name dvipng.universal-darwin +category TLCore +revision 14896 +shortdesc universal-darwin files of dvipng +binfiles arch=universal-darwin size=487 + bin/universal-darwin/dvigif + bin/universal-darwin/dvipng + +name dvipng.win32 +category TLCore +revision 14670 +shortdesc win32 files of dvipng +binfiles arch=win32 size=184 + bin/win32/dvipng.exe + +name dvipng.x86_64-linux +category TLCore +revision 15365 +shortdesc x86_64-linux files of dvipng +binfiles arch=x86_64-linux size=261 + bin/x86_64-linux/dvigif + bin/x86_64-linux/dvipng + +name dvipos +category TLCore +revision 15809 +depend dvipos.ARCH +docfiles size=3 + texmf/doc/man/man1/dvipos.1 + texmf/doc/man/man1/dvipos.man1.pdf + +name dvipos.alpha-linux +category TLCore +revision 14032 +shortdesc alpha-linux files of dvipos +binfiles arch=alpha-linux size=45 + bin/alpha-linux/dvipos + +name dvipos.i386-cygwin +category TLCore +revision 15614 +shortdesc i386-cygwin files of dvipos +binfiles arch=i386-cygwin size=24 + bin/i386-cygwin/dvipos.exe + +name dvipos.i386-linux +category TLCore +revision 14164 +shortdesc i386-linux files of dvipos +binfiles arch=i386-linux size=24 + bin/i386-linux/dvipos + +name dvipos.i386-netbsd +category TLCore +revision 15167 +shortdesc i386-netbsd files of dvipos +binfiles arch=i386-netbsd size=23 + bin/i386-netbsd/dvipos + +name dvipos.i386-solaris +category TLCore +revision 15141 +shortdesc i386-solaris files of dvipos +binfiles arch=i386-solaris size=25 + bin/i386-solaris/dvipos + +name dvipos.mips-irix +category TLCore +revision 15558 +shortdesc mips-irix files of dvipos +binfiles arch=mips-irix size=45 + bin/mips-irix/dvipos + +name dvipos.powerpc-aix +category TLCore +revision 15638 +shortdesc powerpc-aix files of dvipos +binfiles arch=powerpc-aix size=28 + bin/powerpc-aix/dvipos + +name dvipos.powerpc-linux +category TLCore +revision 14305 +shortdesc powerpc-linux files of dvipos +binfiles arch=powerpc-linux size=27 + bin/powerpc-linux/dvipos + +name dvipos.sparc-linux +category TLCore +revision 14269 +shortdesc sparc-linux files of dvipos +binfiles arch=sparc-linux size=24 + bin/sparc-linux/dvipos + +name dvipos.sparc-solaris +category TLCore +revision 14279 +shortdesc sparc-solaris files of dvipos +binfiles arch=sparc-solaris size=44 + bin/sparc-solaris/dvipos + +name dvipos.universal-darwin +category TLCore +revision 14896 +shortdesc universal-darwin files of dvipos +binfiles arch=universal-darwin size=55 + bin/universal-darwin/dvipos + +name dvipos.win32 +category TLCore +revision 14670 +shortdesc win32 files of dvipos +binfiles arch=win32 size=8 + bin/win32/dvipos.exe + +name dvipos.x86_64-linux +category TLCore +revision 14282 +shortdesc x86_64-linux files of dvipos +binfiles arch=x86_64-linux size=26 + bin/x86_64-linux/dvipos + +name dvips +category Package +revision 15878 +shortdesc A DVI to PostScript driver. +longdesc This package has been withdrawn from CTAN. The current sources +longdesc of dvips may be found in the distribution of dvipsk which forms +longdesc part of the TeX-live sources. +depend dvips.ARCH +docfiles size=262 + 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 +runfiles size=648 + texmf-dist/dvips/base/ehandler.ps + texmf-dist/dvips/base/resolution400.ps + texmf-dist/fonts/enc/dvips/base/6w.enc + texmf-dist/fonts/enc/dvips/base/7t.enc + texmf-dist/fonts/enc/dvips/base/8a.enc + texmf-dist/fonts/enc/dvips/base/8r.enc + texmf-dist/fonts/enc/dvips/base/ad.enc + texmf-dist/fonts/enc/dvips/base/ansinew.enc + texmf-dist/fonts/enc/dvips/base/asex.enc + texmf-dist/fonts/enc/dvips/base/asexp.enc + texmf-dist/fonts/enc/dvips/base/dc.enc + texmf-dist/fonts/enc/dvips/base/dvips.enc + texmf-dist/fonts/enc/dvips/base/ec.enc + texmf-dist/fonts/enc/dvips/base/extex.enc + texmf-dist/fonts/enc/dvips/base/funky.enc + texmf-dist/fonts/enc/dvips/base/odvips.enc + texmf-dist/fonts/enc/dvips/base/q-cs-uni.enc + texmf-dist/fonts/enc/dvips/base/q-ec-uni.enc + texmf-dist/fonts/enc/dvips/base/q-l7x-uni.enc + texmf-dist/fonts/enc/dvips/base/q-qx-uni.enc + texmf-dist/fonts/enc/dvips/base/q-rm-uni.enc + texmf-dist/fonts/enc/dvips/base/q-t2a-uni.enc + texmf-dist/fonts/enc/dvips/base/q-t2b-uni.enc + texmf-dist/fonts/enc/dvips/base/q-t2c-uni.enc + texmf-dist/fonts/enc/dvips/base/q-t5-uni.enc + texmf-dist/fonts/enc/dvips/base/q-texnansi-uni.enc + texmf-dist/fonts/enc/dvips/base/q-ts1-uni.enc + texmf-dist/fonts/enc/dvips/base/qx.enc + texmf-dist/fonts/enc/dvips/base/stormex.enc + texmf-dist/fonts/enc/dvips/base/tex256.enc + texmf-dist/fonts/enc/dvips/base/texmext.enc + texmf-dist/fonts/enc/dvips/base/texmital.enc + texmf-dist/fonts/enc/dvips/base/texmsym.enc + texmf-dist/fonts/enc/dvips/base/texnansi.enc + texmf-dist/fonts/enc/dvips/base/texnansx.enc + texmf-dist/fonts/enc/dvips/base/xl2.enc + texmf-dist/fonts/enc/dvips/base/xt2.enc + 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 +catalogue-date 2008-08-17 01:20:14 +0200 +catalogue-license gpl + +name dvips.alpha-linux +category Package +revision 15878 +shortdesc alpha-linux files of dvips +binfiles arch=alpha-linux size=147 + bin/alpha-linux/afm2tfm + bin/alpha-linux/dvips + +name dvips.i386-cygwin +category Package +revision 15878 +shortdesc i386-cygwin files of dvips +binfiles arch=i386-cygwin size=77 + bin/i386-cygwin/afm2tfm.exe + bin/i386-cygwin/dvips.exe + +name dvips.i386-linux +category Package +revision 15878 +shortdesc i386-linux files of dvips +binfiles arch=i386-linux size=78 + bin/i386-linux/afm2tfm + bin/i386-linux/dvips + +name dvips.i386-netbsd +category Package +revision 15878 +shortdesc i386-netbsd files of dvips +binfiles arch=i386-netbsd size=72 + bin/i386-netbsd/afm2tfm + bin/i386-netbsd/dvips + +name dvips.i386-solaris +category Package +revision 15878 +shortdesc i386-solaris files of dvips +binfiles arch=i386-solaris size=82 + bin/i386-solaris/afm2tfm + bin/i386-solaris/dvips + +name dvips.mips-irix +category Package +revision 15878 +shortdesc mips-irix files of dvips +binfiles arch=mips-irix size=139 + bin/mips-irix/afm2tfm + bin/mips-irix/dvips + +name dvips.powerpc-aix +category Package +revision 15878 +shortdesc powerpc-aix files of dvips +binfiles arch=powerpc-aix size=93 + bin/powerpc-aix/afm2tfm + bin/powerpc-aix/dvips + +name dvips.powerpc-linux +category Package +revision 15878 +shortdesc powerpc-linux files of dvips +binfiles arch=powerpc-linux size=93 + bin/powerpc-linux/afm2tfm + bin/powerpc-linux/dvips + +name dvips.sparc-linux +category Package +revision 15878 +shortdesc sparc-linux files of dvips +binfiles arch=sparc-linux size=83 + bin/sparc-linux/afm2tfm + bin/sparc-linux/dvips + +name dvips.sparc-solaris +category Package +revision 15878 +shortdesc sparc-solaris files of dvips +binfiles arch=sparc-solaris size=135 + bin/sparc-solaris/afm2tfm + bin/sparc-solaris/dvips + +name dvips.universal-darwin +category Package +revision 15878 +shortdesc universal-darwin files of dvips +binfiles arch=universal-darwin size=171 + bin/universal-darwin/afm2tfm + bin/universal-darwin/dvips + +name dvips.win32 +category Package +revision 15887 +shortdesc win32 files of dvips +binfiles arch=win32 size=38 + bin/win32/afm2tfm.exe + bin/win32/dvips.exe + +name dvips.x86_64-linux +category Package +revision 15878 +shortdesc x86_64-linux files of dvips +binfiles arch=x86_64-linux size=84 + bin/x86_64-linux/afm2tfm + bin/x86_64-linux/dvips + +name dvipsconfig +category Package +revision 13293 +shortdesc Collection of dvips PostScript headers. +longdesc This is a collection of dvips PostScript header and dvips +longdesc config files. They control certain features of the printer, +longdesc including: A4, A3, usletter, simplex, duplex / long edge, +longdesc duplex / short edge, screen frequencies of images, black/white +longdesc invers, select transparency / paper for tektronix 550/560, +longdesc manual feeder, envelope feeder, and tray 1, 2 and 3, and +longdesc printing a PostScript grid underneath the page material--very +longdesc useful for measuring and eliminating paper feed errors! +runfiles size=39 + texmf-dist/dvips/dvipsconfig/README + texmf-dist/dvips/dvipsconfig/addpsctrl + texmf-dist/dvips/dvipsconfig/config.a3 + texmf-dist/dvips/dvipsconfig/config.a4 + texmf-dist/dvips/dvipsconfig/config.a4grid + texmf-dist/dvips/dvipsconfig/config.duplong + texmf-dist/dvips/dvipsconfig/config.dupshort + texmf-dist/dvips/dvipsconfig/config.envelope + texmf-dist/dvips/dvipsconfig/config.inv + texmf-dist/dvips/dvipsconfig/config.manualfeed + texmf-dist/dvips/dvipsconfig/config.mmgrid + texmf-dist/dvips/dvipsconfig/config.psgrid + texmf-dist/dvips/dvipsconfig/config.screen100 + texmf-dist/dvips/dvipsconfig/config.screen100_0 + texmf-dist/dvips/dvipsconfig/config.screen110 + texmf-dist/dvips/dvipsconfig/config.screen120 + texmf-dist/dvips/dvipsconfig/config.screen130 + texmf-dist/dvips/dvipsconfig/config.screen140 + texmf-dist/dvips/dvipsconfig/config.screen150 + texmf-dist/dvips/dvipsconfig/config.screen35 + texmf-dist/dvips/dvipsconfig/config.screen50 + texmf-dist/dvips/dvipsconfig/config.screen70 + texmf-dist/dvips/dvipsconfig/config.screen80 + texmf-dist/dvips/dvipsconfig/config.screen85 + texmf-dist/dvips/dvipsconfig/config.screen90 + texmf-dist/dvips/dvipsconfig/config.simplex + texmf-dist/dvips/dvipsconfig/config.tek550paper + texmf-dist/dvips/dvipsconfig/config.tek550transparency + texmf-dist/dvips/dvipsconfig/config.tray1 + texmf-dist/dvips/dvipsconfig/config.tray2 + texmf-dist/dvips/dvipsconfig/config.tray3 + texmf-dist/dvips/dvipsconfig/config.usledger + texmf-dist/dvips/dvipsconfig/config.usletter +catalogue-ctan /dviware/dvipsconfig +catalogue-date 2007-03-05 22:02:45 +0100 +catalogue-license gpl +catalogue-version 1.6 + +name dyntree +category Package +revision 15878 +shortdesc Construct Dynkin tree diagrams. +longdesc The package is intended for users needing to typeset a Dynkin +longdesc Tree Diagram--a group theoretical construct consisting of +longdesc cartan coefficients in boxes connected by a series of lines. +longdesc Such a diagram is a tool for working out the states and their +longdesc weights in terms of the fundamental weights and the simple +longdesc roots. The package makes use of the author's coollist package. +docfiles size=38 + texmf-dist/doc/latex/dyntree/README details="Readme" + texmf-dist/doc/latex/dyntree/dyntree.pdf details="Package documentation" +srcfiles size=12 + texmf-dist/source/latex/dyntree/dyntree.dtx + texmf-dist/source/latex/dyntree/dyntree.ins +runfiles size=3 + texmf-dist/tex/latex/dyntree/dyntree.sty +catalogue-ctan /macros/latex/contrib/dyntree +catalogue-date 2007-03-05 22:02:45 +0100 +catalogue-license lgpl +catalogue-version 1.0 + +name eCards +category Package +revision 15878 +shortdesc Electronic flash cards. +longdesc The eCards package for LaTeX enables you to create a series of +longdesc electronic (flash) cards. The document author provides +longdesc questions, hints and answers to a series of questions. Users +longdesc can test their knowledge by responding to the questions. The +longdesc questions are delivered in random order. eCards makes use of +longdesc the acroTeX bundle. +docfiles size=471 + texmf-dist/doc/latex/eCards/README details="Readme" + texmf-dist/doc/latex/eCards/eCard.cus + texmf-dist/doc/latex/eCards/eCardsman.pdf details="Package documentation (for screen)" + texmf-dist/doc/latex/eCards/eCardsman_p.pdf details="Package documentation (for printing)" + texmf-dist/doc/latex/eCards/eCardstst.pdf details="Package usage demo" + texmf-dist/doc/latex/eCards/eCardstst.tex + texmf-dist/doc/latex/eCards/graphics/uakron.bb + texmf-dist/doc/latex/eCards/graphics/uakron.eps + texmf-dist/doc/latex/eCards/graphics/uakron.jpg + texmf-dist/doc/latex/eCards/graphics/uakron.pdf + texmf-dist/doc/latex/eCards/graphics/uakron.png + texmf-dist/doc/latex/eCards/presidents/gw1.bb + texmf-dist/doc/latex/eCards/presidents/gw1.eps + texmf-dist/doc/latex/eCards/presidents/gw1.jpg + texmf-dist/doc/latex/eCards/presidents/gw1.pdf + texmf-dist/doc/latex/eCards/presidents/ja2.bb + texmf-dist/doc/latex/eCards/presidents/ja2.eps + texmf-dist/doc/latex/eCards/presidents/ja2.jpg + texmf-dist/doc/latex/eCards/presidents/ja2.pdf + texmf-dist/doc/latex/eCards/presidents/ja6.bb + texmf-dist/doc/latex/eCards/presidents/ja6.eps + texmf-dist/doc/latex/eCards/presidents/ja6.jpg + texmf-dist/doc/latex/eCards/presidents/ja6.pdf + texmf-dist/doc/latex/eCards/presidents/jm4.bb + texmf-dist/doc/latex/eCards/presidents/jm4.eps + texmf-dist/doc/latex/eCards/presidents/jm4.jpg + texmf-dist/doc/latex/eCards/presidents/jm4.pdf + texmf-dist/doc/latex/eCards/presidents/jm5.bb + texmf-dist/doc/latex/eCards/presidents/jm5.eps + texmf-dist/doc/latex/eCards/presidents/jm5.jpg + texmf-dist/doc/latex/eCards/presidents/jm5.pdf + texmf-dist/doc/latex/eCards/presidents/tj3.bb + texmf-dist/doc/latex/eCards/presidents/tj3.eps + texmf-dist/doc/latex/eCards/presidents/tj3.jpg + texmf-dist/doc/latex/eCards/presidents/tj3.pdf +srcfiles size=10 + texmf-dist/source/latex/eCards/eCards.dtx + texmf-dist/source/latex/eCards/eCards.ins +runfiles size=4 + texmf-dist/tex/latex/eCards/eCards.sty + texmf-dist/tex/latex/eCards/eCardsList.def +catalogue-ctan /macros/latex/contrib/eCards +catalogue-date 2007-01-01 18:45:52 +0100 +catalogue-license lppl +catalogue-version 1.0 + +name ean +category Package +revision 15878 +shortdesc Macros for making EAN barcodes. +longdesc Provides EAN-8 and EAN-13 forms. The package needs the ocr-b +longdesc fonts; note that the fonts are not available under a free +longdesc licence, as the macros are. +docfiles size=2 + texmf-dist/doc/fonts/ean/README details="Readme" + texmf-dist/doc/fonts/ean/ocrbinfo +runfiles size=33 + texmf-dist/fonts/source/public/ean/ocrb10.mf + texmf-dist/fonts/source/public/ean/ocrb10e.mf + texmf-dist/fonts/source/public/ean/ocrb10f.mf + texmf-dist/fonts/source/public/ean/ocrb10g.mf + texmf-dist/fonts/source/public/ean/ocrb10l.mf + texmf-dist/fonts/source/public/ean/ocrb10s.mf + texmf-dist/fonts/source/public/ean/ocrb10x.mf + texmf-dist/fonts/source/public/ean/ocrb5.mf + texmf-dist/fonts/source/public/ean/ocrb6.mf + texmf-dist/fonts/source/public/ean/ocrb7.mf + texmf-dist/fonts/source/public/ean/ocrb8.mf + texmf-dist/fonts/source/public/ean/ocrb9.mf + texmf-dist/fonts/source/public/ean/ocrbdef.mf + texmf-dist/fonts/source/public/ean/ocrbmac.mf + texmf-dist/fonts/tfm/public/ean/ocrb10.tfm + texmf-dist/fonts/tfm/public/ean/ocrb5.tfm + texmf-dist/fonts/tfm/public/ean/ocrb6.tfm + texmf-dist/fonts/tfm/public/ean/ocrb7.tfm + texmf-dist/fonts/tfm/public/ean/ocrb8.tfm + texmf-dist/fonts/tfm/public/ean/ocrb9.tfm + texmf-dist/tex/generic/ean/ean13.tex + texmf-dist/tex/generic/ean/ean8.tex + texmf-dist/tex/generic/ean/eantest.tex +catalogue-ctan /macros/generic/ean +catalogue-date 2007-01-01 18:45:52 +0100 +catalogue-license gpl + +name ean13isbn +category Package +revision 15878 +shortdesc Print EAN13 for ISBN. +longdesc The package provides the means to typeset ISBN codes with EAN- +longdesc 13; it uses the (generic) package ean13.tex to typeset the +longdesc actual barcode. +docfiles size=87 + texmf-dist/doc/latex/ean13isbn/License.txt + texmf-dist/doc/latex/ean13isbn/README details="Readme" + texmf-dist/doc/latex/ean13isbn/ean13isbn.pdf details="Package documentation" + texmf-dist/doc/latex/ean13isbn/ean13isbn.tex +runfiles size=1 + texmf-dist/tex/latex/ean13isbn/ean13isbn.sty +catalogue-ctan /macros/latex/contrib/ean13isbn +catalogue-date 2008-08-19 08:58:40 +0200 +catalogue-license lppl + +name easy +category Package +revision 15878 +shortdesc A collection of easy-to-use macros. +longdesc The collection comprises: - easybib, support for customising +longdesc bibliographies; - easybmat, support for composing block +longdesc matrices; - easyeqn, support for various aspects of equations; +longdesc - easymat, support for composing matrices; - easytable, support +longdesc for writing tables; - easyvector, a C-like syntax for writing +longdesc vectors. +docfiles size=11 + texmf-dist/doc/latex/easy/README + texmf-dist/doc/latex/easy/README.TEXLIVE + texmf-dist/doc/latex/easy/for-latex2html/easybib.perl + texmf-dist/doc/latex/easy/for-latex2html/easybmat.perl + texmf-dist/doc/latex/easy/for-latex2html/easyeqn.perl + texmf-dist/doc/latex/easy/for-latex2html/easymat.perl + texmf-dist/doc/latex/easy/for-latex2html/easytable.perl + texmf-dist/doc/latex/easy/for-latex2html/easyvector.perl + texmf-dist/doc/latex/easy/mydoc.sty +runfiles size=20 + texmf-dist/tex/latex/easy/easy.sty + texmf-dist/tex/latex/easy/easybib.sty + texmf-dist/tex/latex/easy/easybmat.sty + texmf-dist/tex/latex/easy/easyeqn.sty + texmf-dist/tex/latex/easy/easymat.sty + texmf-dist/tex/latex/easy/easytable.sty + texmf-dist/tex/latex/easy/easyvector.sty +catalogue-ctan /macros/latex/contrib/easy +catalogue-date 2007-01-01 18:45:52 +0100 +catalogue-license lppl +catalogue-version 0.99 + +name easylist +category Package +revision 15878 +shortdesc Lists using a single active character. +longdesc This package allows you to create lists of numbered items (as +longdesc in Wittgenstein's 'Tractatus') with a single active character +longdesc as the only command. A variety of parameters are available to +longdesc configure the appearance of the list; lists may be nested +longdesc (effectively to unlimited depth). +docfiles size=102 + texmf-dist/doc/latex/easylist/README details="Bundle readme" + texmf-dist/doc/latex/easylist/easylist-doc.pdf details="Package documentation" + texmf-dist/doc/latex/easylist/easylist-doc.tex +runfiles size=8 + texmf-dist/tex/latex/easylist/easylist.sty +catalogue-ctan /macros/latex/contrib/easylist +catalogue-date 2009-06-19 00:56:35 +0200 +catalogue-license lppl +catalogue-version 1.2 + +name ebezier +category Package +revision 15878 +shortdesc Device independent picture environment enhancement. +longdesc Ebezier is a device independent extension for the standard +longdesc picture environment. Linear, quadratic, and cubic bezier curves +longdesc are supplied in connection with higher level circle drawing +longdesc commands. Additionally some macros for the calculation of curve +longdesc lenghts are part of this package. +docfiles size=82 + texmf-dist/doc/latex/ebezier/ebezier.pdf details="Package documentation" +srcfiles size=18 + texmf-dist/source/latex/ebezier/ebezier.dtx + texmf-dist/source/latex/ebezier/ebezier.ins +runfiles size=5 + texmf-dist/tex/latex/ebezier/ebezier.sty +catalogue-ctan /macros/latex/contrib/ebezier +catalogue-date 2009-01-30 10:13:19 +0100 +catalogue-license lppl +catalogue-version 4 + +name ebong +category Package +revision 15878 +shortdesc Utility for writing Bengali in Rapid Roman Format. +longdesc A tool (preprocessor) for writing your pRaa-ne-r ka-thaa in the +longdesc bengali langauage. It allows one to write the text in Rapid +longdesc Roman Bangla and convert it to the bangtex format by a python +longdesc program. All LaTeX markups are preserved in the target file. +depend ebong.ARCH +docfiles size=27 + texmf-dist/doc/latex/ebong/ANNOUNCE.txt + texmf-dist/doc/latex/ebong/README + texmf-dist/doc/latex/ebong/eb.b + texmf-dist/doc/latex/ebong/eb.pdf + texmf-dist/doc/latex/ebong/eb_tex.tex +catalogue-ctan /language/ebong +catalogue-date 2007-03-06 00:44:08 +0100 +catalogue-license pd + +name ebong.alpha-linux +category Package +revision 15878 +shortdesc alpha-linux files of ebong +binfiles arch=alpha-linux size=1 + bin/alpha-linux/ebong + +name ebong.i386-cygwin +category Package +revision 15878 +shortdesc i386-cygwin files of ebong +binfiles arch=i386-cygwin size=1 + bin/i386-cygwin/ebong + +name ebong.i386-linux +category Package +revision 15878 +shortdesc i386-linux files of ebong +binfiles arch=i386-linux size=1 + bin/i386-linux/ebong + +name ebong.i386-netbsd +category Package +revision 15878 +shortdesc i386-netbsd files of ebong +binfiles arch=i386-netbsd size=1 + bin/i386-netbsd/ebong + +name ebong.i386-solaris +category Package +revision 15878 +shortdesc i386-solaris files of ebong +binfiles arch=i386-solaris size=1 + bin/i386-solaris/ebong + +name ebong.mips-irix +category Package +revision 15878 +shortdesc mips-irix files of ebong +binfiles arch=mips-irix size=1 + bin/mips-irix/ebong + +name ebong.powerpc-aix +category Package +revision 15878 +shortdesc powerpc-aix files of ebong +binfiles arch=powerpc-aix size=1 + bin/powerpc-aix/ebong + +name ebong.powerpc-linux +category Package +revision 15878 +shortdesc powerpc-linux files of ebong +binfiles arch=powerpc-linux size=1 + bin/powerpc-linux/ebong + +name ebong.sparc-linux +category Package +revision 15878 +shortdesc sparc-linux files of ebong +binfiles arch=sparc-linux size=1 + bin/sparc-linux/ebong + +name ebong.sparc-solaris +category Package +revision 15878 +shortdesc sparc-solaris files of ebong +binfiles arch=sparc-solaris size=1 + bin/sparc-solaris/ebong + +name ebong.universal-darwin +category Package +revision 15878 +shortdesc universal-darwin files of ebong +binfiles arch=universal-darwin size=1 + bin/universal-darwin/ebong + +name ebong.win32 +category Package +revision 15878 +shortdesc win32 files of ebong +binfiles arch=win32 size=1 + bin/win32/ebong.exe + +name ebong.x86_64-linux +category Package +revision 15878 +shortdesc x86_64-linux files of ebong +binfiles arch=x86_64-linux size=1 + bin/x86_64-linux/ebong + +name ebsthesis +category Package +revision 15878 +shortdesc Typesetting theses for economics +longdesc The ebsthesis class and ebstools package facilitate the +longdesc production of camera-ready manuscripts in conformance with the +longdesc guidelines of Gabler Verlag and typographical rules established +longdesc by the European Business School. +docfiles size=67 + texmf-dist/doc/latex/ebsthesis/README + texmf-dist/doc/latex/ebsthesis/ebsthesis.pdf details="Package documentation" +srcfiles size=8 + texmf-dist/source/latex/ebsthesis/ebsthesis.dtx + texmf-dist/source/latex/ebsthesis/ebsthesis.ins +runfiles size=6 + texmf-dist/tex/latex/ebsthesis/ebsthesis.cls +catalogue-ctan /macros/latex/contrib/ebsthesis +catalogue-date 2007-01-07 11:02:17 +0100 +catalogue-license lppl +catalogue-version 1.0 + +name ec +category Package +revision 15878 +shortdesc Computer modern fonts in T1 and TS1 encodings. +longdesc The EC fonts are European Computer Modern Fonts, supporting the +longdesc complete LaTeX T1 encoding defined at the 1990 TUG conference +longdesc hold at Cork/Ireland. These fonts are intended to be stable +longdesc with no changes being made to the tfm files. The set also +longdesc contains a Text Companion Symbol font, called tc, featuring +longdesc many useful characters needed in text typesetting, for example +longdesc oldstyle digits, currency symbols (including the newly created +longdesc Euro symbol), the permille sign, copyright, trade mark and +longdesc servicemark as well as a copyleft sign, and many others. Recent +longdesc releases of LaTeX2e support the EC fonts. The EC fonts +longdesc supersede the preliminary version released as the DC fonts. The +longdesc fonts are available in (traced) Adobe Type 1 format, as part of +longdesc the cm-super bundle. The other Computer Modern-style T1-encoded +longdesc Type 1 set, Latin Modern, is not actually a direct development +longdesc of the EC set, and differs from the EC in a number of +longdesc particulars. +docfiles size=30 + texmf-dist/doc/fonts/ec/00bugs.txt + texmf-dist/doc/fonts/ec/00error.txt + texmf-dist/doc/fonts/ec/00files.txt + texmf-dist/doc/fonts/ec/00inst.txt + texmf-dist/doc/fonts/ec/00readme.txt + texmf-dist/doc/fonts/ec/copyrite.txt + texmf-dist/doc/fonts/ec/dc-chg.txt + texmf-dist/doc/fonts/ec/dcdoc.tex + texmf-dist/doc/fonts/ec/ec-chg.txt + texmf-dist/doc/fonts/ec/ecstdedt.tex + texmf-dist/doc/fonts/ec/tc-chg.txt + texmf-dist/doc/fonts/ec/tcstdedt.tex +runfiles size=1445 + texmf-dist/fonts/source/jknappen/ec/ecbi.mf + texmf-dist/fonts/source/jknappen/ec/ecbi0500.mf + texmf-dist/fonts/source/jknappen/ec/ecbi0600.mf + texmf-dist/fonts/source/jknappen/ec/ecbi0700.mf + texmf-dist/fonts/source/jknappen/ec/ecbi0800.mf + texmf-dist/fonts/source/jknappen/ec/ecbi0900.mf + texmf-dist/fonts/source/jknappen/ec/ecbi1000.mf + texmf-dist/fonts/source/jknappen/ec/ecbi1095.mf + texmf-dist/fonts/source/jknappen/ec/ecbi1200.mf + texmf-dist/fonts/source/jknappen/ec/ecbi1440.mf + texmf-dist/fonts/source/jknappen/ec/ecbi1728.mf + texmf-dist/fonts/source/jknappen/ec/ecbi2074.mf + texmf-dist/fonts/source/jknappen/ec/ecbi2488.mf + texmf-dist/fonts/source/jknappen/ec/ecbi2986.mf + texmf-dist/fonts/source/jknappen/ec/ecbi3583.mf + texmf-dist/fonts/source/jknappen/ec/ecbl.mf + texmf-dist/fonts/source/jknappen/ec/ecbl0500.mf + texmf-dist/fonts/source/jknappen/ec/ecbl0600.mf + texmf-dist/fonts/source/jknappen/ec/ecbl0700.mf + texmf-dist/fonts/source/jknappen/ec/ecbl0800.mf + texmf-dist/fonts/source/jknappen/ec/ecbl0900.mf + texmf-dist/fonts/source/jknappen/ec/ecbl1000.mf + texmf-dist/fonts/source/jknappen/ec/ecbl1095.mf + texmf-dist/fonts/source/jknappen/ec/ecbl1200.mf + texmf-dist/fonts/source/jknappen/ec/ecbl1440.mf + texmf-dist/fonts/source/jknappen/ec/ecbl1728.mf + texmf-dist/fonts/source/jknappen/ec/ecbl2074.mf + texmf-dist/fonts/source/jknappen/ec/ecbl2488.mf + texmf-dist/fonts/source/jknappen/ec/ecbl2986.mf + texmf-dist/fonts/source/jknappen/ec/ecbl3583.mf + texmf-dist/fonts/source/jknappen/ec/ecbm.mf + texmf-dist/fonts/source/jknappen/ec/ecbx.mf + texmf-dist/fonts/source/jknappen/ec/ecbx0500.mf + texmf-dist/fonts/source/jknappen/ec/ecbx0600.mf + texmf-dist/fonts/source/jknappen/ec/ecbx0700.mf + texmf-dist/fonts/source/jknappen/ec/ecbx0800.mf + texmf-dist/fonts/source/jknappen/ec/ecbx0900.mf + texmf-dist/fonts/source/jknappen/ec/ecbx1000.mf + texmf-dist/fonts/source/jknappen/ec/ecbx1095.mf + texmf-dist/fonts/source/jknappen/ec/ecbx1200.mf + texmf-dist/fonts/source/jknappen/ec/ecbx1440.mf + texmf-dist/fonts/source/jknappen/ec/ecbx1728.mf + texmf-dist/fonts/source/jknappen/ec/ecbx2074.mf + texmf-dist/fonts/source/jknappen/ec/ecbx2488.mf + texmf-dist/fonts/source/jknappen/ec/ecbx2986.mf + texmf-dist/fonts/source/jknappen/ec/ecbx3583.mf + texmf-dist/fonts/source/jknappen/ec/eccc.mf + texmf-dist/fonts/source/jknappen/ec/eccc0500.mf + texmf-dist/fonts/source/jknappen/ec/eccc0600.mf + texmf-dist/fonts/source/jknappen/ec/eccc0700.mf + texmf-dist/fonts/source/jknappen/ec/eccc0800.mf + texmf-dist/fonts/source/jknappen/ec/eccc0900.mf + texmf-dist/fonts/source/jknappen/ec/eccc1000.mf + texmf-dist/fonts/source/jknappen/ec/eccc1095.mf + texmf-dist/fonts/source/jknappen/ec/eccc1200.mf + texmf-dist/fonts/source/jknappen/ec/eccc1440.mf + texmf-dist/fonts/source/jknappen/ec/eccc1728.mf + texmf-dist/fonts/source/jknappen/ec/eccc2074.mf + texmf-dist/fonts/source/jknappen/ec/eccc2488.mf + texmf-dist/fonts/source/jknappen/ec/eccc2986.mf + texmf-dist/fonts/source/jknappen/ec/eccc3583.mf + texmf-dist/fonts/source/jknappen/ec/ecci.mf + texmf-dist/fonts/source/jknappen/ec/ecci0500.mf + texmf-dist/fonts/source/jknappen/ec/ecci0600.mf + texmf-dist/fonts/source/jknappen/ec/ecci0700.mf + texmf-dist/fonts/source/jknappen/ec/ecci0800.mf + texmf-dist/fonts/source/jknappen/ec/ecci0900.mf + texmf-dist/fonts/source/jknappen/ec/ecci1000.mf + texmf-dist/fonts/source/jknappen/ec/ecci1095.mf + texmf-dist/fonts/source/jknappen/ec/ecci1200.mf + texmf-dist/fonts/source/jknappen/ec/ecci1440.mf + texmf-dist/fonts/source/jknappen/ec/ecci1728.mf + texmf-dist/fonts/source/jknappen/ec/ecci2074.mf + texmf-dist/fonts/source/jknappen/ec/ecci2488.mf + texmf-dist/fonts/source/jknappen/ec/ecci2986.mf + texmf-dist/fonts/source/jknappen/ec/ecci3583.mf + texmf-dist/fonts/source/jknappen/ec/ecdh.mf + texmf-dist/fonts/source/jknappen/ec/ecdh0500.mf + texmf-dist/fonts/source/jknappen/ec/ecdh0600.mf + texmf-dist/fonts/source/jknappen/ec/ecdh0700.mf + texmf-dist/fonts/source/jknappen/ec/ecdh0800.mf + texmf-dist/fonts/source/jknappen/ec/ecdh0900.mf + texmf-dist/fonts/source/jknappen/ec/ecdh1000.mf + texmf-dist/fonts/source/jknappen/ec/ecdh1095.mf + texmf-dist/fonts/source/jknappen/ec/ecdh1200.mf + texmf-dist/fonts/source/jknappen/ec/ecdh1440.mf + texmf-dist/fonts/source/jknappen/ec/ecdh1728.mf + texmf-dist/fonts/source/jknappen/ec/ecdh2074.mf + texmf-dist/fonts/source/jknappen/ec/ecdh2488.mf + texmf-dist/fonts/source/jknappen/ec/ecdh2986.mf + texmf-dist/fonts/source/jknappen/ec/ecdh3583.mf + texmf-dist/fonts/source/jknappen/ec/ecfb.mf + texmf-dist/fonts/source/jknappen/ec/ecff.mf + texmf-dist/fonts/source/jknappen/ec/ecfi.mf + texmf-dist/fonts/source/jknappen/ec/ecfs.mf + texmf-dist/fonts/source/jknappen/ec/ecit.mf + texmf-dist/fonts/source/jknappen/ec/ecit0800.mf + texmf-dist/fonts/source/jknappen/ec/ecit0900.mf + texmf-dist/fonts/source/jknappen/ec/ecit1000.mf + texmf-dist/fonts/source/jknappen/ec/ecit1095.mf + texmf-dist/fonts/source/jknappen/ec/ecit1200.mf + texmf-dist/fonts/source/jknappen/ec/ecit1440.mf + texmf-dist/fonts/source/jknappen/ec/ecit1728.mf + texmf-dist/fonts/source/jknappen/ec/ecit2074.mf + texmf-dist/fonts/source/jknappen/ec/ecit2488.mf + texmf-dist/fonts/source/jknappen/ec/ecit2986.mf + texmf-dist/fonts/source/jknappen/ec/ecit3583.mf + texmf-dist/fonts/source/jknappen/ec/eclb8.mf + texmf-dist/fonts/source/jknappen/ec/ecli8.mf + texmf-dist/fonts/source/jknappen/ec/eclo8.mf + texmf-dist/fonts/source/jknappen/ec/eclq8.mf + texmf-dist/fonts/source/jknappen/ec/ecltt8.mf + texmf-dist/fonts/source/jknappen/ec/ecoc.mf + texmf-dist/fonts/source/jknappen/ec/ecoc0500.mf + texmf-dist/fonts/source/jknappen/ec/ecoc0600.mf + texmf-dist/fonts/source/jknappen/ec/ecoc0700.mf + texmf-dist/fonts/source/jknappen/ec/ecoc0800.mf + texmf-dist/fonts/source/jknappen/ec/ecoc0900.mf + texmf-dist/fonts/source/jknappen/ec/ecoc1000.mf + texmf-dist/fonts/source/jknappen/ec/ecoc1095.mf + texmf-dist/fonts/source/jknappen/ec/ecoc1200.mf + texmf-dist/fonts/source/jknappen/ec/ecoc1440.mf + texmf-dist/fonts/source/jknappen/ec/ecoc1728.mf + texmf-dist/fonts/source/jknappen/ec/ecoc2074.mf + texmf-dist/fonts/source/jknappen/ec/ecoc2488.mf + texmf-dist/fonts/source/jknappen/ec/ecoc2986.mf + texmf-dist/fonts/source/jknappen/ec/ecoc3583.mf + texmf-dist/fonts/source/jknappen/ec/ecqi8.mf + texmf-dist/fonts/source/jknappen/ec/ecrb.mf + texmf-dist/fonts/source/jknappen/ec/ecrb0500.mf + texmf-dist/fonts/source/jknappen/ec/ecrb0600.mf + texmf-dist/fonts/source/jknappen/ec/ecrb0700.mf + texmf-dist/fonts/source/jknappen/ec/ecrb0800.mf + texmf-dist/fonts/source/jknappen/ec/ecrb0900.mf + texmf-dist/fonts/source/jknappen/ec/ecrb1000.mf + texmf-dist/fonts/source/jknappen/ec/ecrb1095.mf + texmf-dist/fonts/source/jknappen/ec/ecrb1200.mf + texmf-dist/fonts/source/jknappen/ec/ecrb1440.mf + texmf-dist/fonts/source/jknappen/ec/ecrb1728.mf + texmf-dist/fonts/source/jknappen/ec/ecrb2074.mf + texmf-dist/fonts/source/jknappen/ec/ecrb2488.mf + texmf-dist/fonts/source/jknappen/ec/ecrb2986.mf + texmf-dist/fonts/source/jknappen/ec/ecrb3583.mf + texmf-dist/fonts/source/jknappen/ec/ecrm.mf + texmf-dist/fonts/source/jknappen/ec/ecrm0500.mf + texmf-dist/fonts/source/jknappen/ec/ecrm0600.mf + texmf-dist/fonts/source/jknappen/ec/ecrm0700.mf + texmf-dist/fonts/source/jknappen/ec/ecrm0800.mf + texmf-dist/fonts/source/jknappen/ec/ecrm0900.mf + texmf-dist/fonts/source/jknappen/ec/ecrm1000.mf + texmf-dist/fonts/source/jknappen/ec/ecrm1095.mf + texmf-dist/fonts/source/jknappen/ec/ecrm1200.mf + texmf-dist/fonts/source/jknappen/ec/ecrm1440.mf + texmf-dist/fonts/source/jknappen/ec/ecrm1728.mf + texmf-dist/fonts/source/jknappen/ec/ecrm2074.mf + texmf-dist/fonts/source/jknappen/ec/ecrm2488.mf + texmf-dist/fonts/source/jknappen/ec/ecrm2986.mf + texmf-dist/fonts/source/jknappen/ec/ecrm3583.mf + texmf-dist/fonts/source/jknappen/ec/ecsc.mf + texmf-dist/fonts/source/jknappen/ec/ecsc0500.mf + texmf-dist/fonts/source/jknappen/ec/ecsc0600.mf + texmf-dist/fonts/source/jknappen/ec/ecsc0700.mf + texmf-dist/fonts/source/jknappen/ec/ecsc0800.mf + texmf-dist/fonts/source/jknappen/ec/ecsc0900.mf + texmf-dist/fonts/source/jknappen/ec/ecsc1000.mf + texmf-dist/fonts/source/jknappen/ec/ecsc1095.mf + texmf-dist/fonts/source/jknappen/ec/ecsc1200.mf + texmf-dist/fonts/source/jknappen/ec/ecsc1440.mf + texmf-dist/fonts/source/jknappen/ec/ecsc1728.mf + texmf-dist/fonts/source/jknappen/ec/ecsc2074.mf + texmf-dist/fonts/source/jknappen/ec/ecsc2488.mf + texmf-dist/fonts/source/jknappen/ec/ecsc2986.mf + texmf-dist/fonts/source/jknappen/ec/ecsc3583.mf + texmf-dist/fonts/source/jknappen/ec/ecsi.mf + texmf-dist/fonts/source/jknappen/ec/ecsi0500.mf + texmf-dist/fonts/source/jknappen/ec/ecsi0600.mf + texmf-dist/fonts/source/jknappen/ec/ecsi0700.mf + texmf-dist/fonts/source/jknappen/ec/ecsi0800.mf + texmf-dist/fonts/source/jknappen/ec/ecsi0900.mf + texmf-dist/fonts/source/jknappen/ec/ecsi1000.mf + texmf-dist/fonts/source/jknappen/ec/ecsi1095.mf + texmf-dist/fonts/source/jknappen/ec/ecsi1200.mf + texmf-dist/fonts/source/jknappen/ec/ecsi1440.mf + texmf-dist/fonts/source/jknappen/ec/ecsi1728.mf + texmf-dist/fonts/source/jknappen/ec/ecsi2074.mf + texmf-dist/fonts/source/jknappen/ec/ecsi2488.mf + texmf-dist/fonts/source/jknappen/ec/ecsi2986.mf + texmf-dist/fonts/source/jknappen/ec/ecsi3583.mf + texmf-dist/fonts/source/jknappen/ec/ecsl.mf + texmf-dist/fonts/source/jknappen/ec/ecsl0500.mf + texmf-dist/fonts/source/jknappen/ec/ecsl0600.mf + texmf-dist/fonts/source/jknappen/ec/ecsl0700.mf + texmf-dist/fonts/source/jknappen/ec/ecsl0800.mf + texmf-dist/fonts/source/jknappen/ec/ecsl0900.mf + texmf-dist/fonts/source/jknappen/ec/ecsl1000.mf + texmf-dist/fonts/source/jknappen/ec/ecsl1095.mf + texmf-dist/fonts/source/jknappen/ec/ecsl1200.mf + texmf-dist/fonts/source/jknappen/ec/ecsl1440.mf + texmf-dist/fonts/source/jknappen/ec/ecsl1728.mf + texmf-dist/fonts/source/jknappen/ec/ecsl2074.mf + texmf-dist/fonts/source/jknappen/ec/ecsl2488.mf + texmf-dist/fonts/source/jknappen/ec/ecsl2986.mf + texmf-dist/fonts/source/jknappen/ec/ecsl3583.mf + texmf-dist/fonts/source/jknappen/ec/ecso.mf + texmf-dist/fonts/source/jknappen/ec/ecso0500.mf + texmf-dist/fonts/source/jknappen/ec/ecso0600.mf + texmf-dist/fonts/source/jknappen/ec/ecso0700.mf + texmf-dist/fonts/source/jknappen/ec/ecso0800.mf + texmf-dist/fonts/source/jknappen/ec/ecso0900.mf + texmf-dist/fonts/source/jknappen/ec/ecso1000.mf + texmf-dist/fonts/source/jknappen/ec/ecso1095.mf + texmf-dist/fonts/source/jknappen/ec/ecso1200.mf + texmf-dist/fonts/source/jknappen/ec/ecso1440.mf + texmf-dist/fonts/source/jknappen/ec/ecso1728.mf + texmf-dist/fonts/source/jknappen/ec/ecso2074.mf + texmf-dist/fonts/source/jknappen/ec/ecso2488.mf + texmf-dist/fonts/source/jknappen/ec/ecso2986.mf + texmf-dist/fonts/source/jknappen/ec/ecso3583.mf + texmf-dist/fonts/source/jknappen/ec/ecsq8.mf + texmf-dist/fonts/source/jknappen/ec/ecss.mf + texmf-dist/fonts/source/jknappen/ec/ecss0500.mf + texmf-dist/fonts/source/jknappen/ec/ecss0600.mf + texmf-dist/fonts/source/jknappen/ec/ecss0700.mf + texmf-dist/fonts/source/jknappen/ec/ecss0800.mf + texmf-dist/fonts/source/jknappen/ec/ecss0900.mf + texmf-dist/fonts/source/jknappen/ec/ecss1000.mf + texmf-dist/fonts/source/jknappen/ec/ecss1095.mf + texmf-dist/fonts/source/jknappen/ec/ecss1200.mf + texmf-dist/fonts/source/jknappen/ec/ecss1440.mf + texmf-dist/fonts/source/jknappen/ec/ecss1728.mf + texmf-dist/fonts/source/jknappen/ec/ecss2074.mf + texmf-dist/fonts/source/jknappen/ec/ecss2488.mf + texmf-dist/fonts/source/jknappen/ec/ecss2986.mf + texmf-dist/fonts/source/jknappen/ec/ecss3583.mf + texmf-dist/fonts/source/jknappen/ec/ecssdc10.mf + texmf-dist/fonts/source/jknappen/ec/ecst.mf + texmf-dist/fonts/source/jknappen/ec/ecst0800.mf + texmf-dist/fonts/source/jknappen/ec/ecst0900.mf + texmf-dist/fonts/source/jknappen/ec/ecst1000.mf + texmf-dist/fonts/source/jknappen/ec/ecst1095.mf + texmf-dist/fonts/source/jknappen/ec/ecst1200.mf + texmf-dist/fonts/source/jknappen/ec/ecst1440.mf + texmf-dist/fonts/source/jknappen/ec/ecst1728.mf + texmf-dist/fonts/source/jknappen/ec/ecst2074.mf + texmf-dist/fonts/source/jknappen/ec/ecst2488.mf + texmf-dist/fonts/source/jknappen/ec/ecst2986.mf + texmf-dist/fonts/source/jknappen/ec/ecst3583.mf + texmf-dist/fonts/source/jknappen/ec/ecsx.mf + texmf-dist/fonts/source/jknappen/ec/ecsx0500.mf + texmf-dist/fonts/source/jknappen/ec/ecsx0600.mf + texmf-dist/fonts/source/jknappen/ec/ecsx0700.mf + texmf-dist/fonts/source/jknappen/ec/ecsx0800.mf + texmf-dist/fonts/source/jknappen/ec/ecsx0900.mf + texmf-dist/fonts/source/jknappen/ec/ecsx1000.mf + texmf-dist/fonts/source/jknappen/ec/ecsx1095.mf + texmf-dist/fonts/source/jknappen/ec/ecsx1200.mf + texmf-dist/fonts/source/jknappen/ec/ecsx1440.mf + texmf-dist/fonts/source/jknappen/ec/ecsx1728.mf + texmf-dist/fonts/source/jknappen/ec/ecsx2074.mf + texmf-dist/fonts/source/jknappen/ec/ecsx2488.mf + texmf-dist/fonts/source/jknappen/ec/ecsx2986.mf + texmf-dist/fonts/source/jknappen/ec/ecsx3583.mf + texmf-dist/fonts/source/jknappen/ec/ectc.mf + texmf-dist/fonts/source/jknappen/ec/ectc0800.mf + texmf-dist/fonts/source/jknappen/ec/ectc0900.mf + texmf-dist/fonts/source/jknappen/ec/ectc1000.mf + texmf-dist/fonts/source/jknappen/ec/ectc1095.mf + texmf-dist/fonts/source/jknappen/ec/ectc1200.mf + texmf-dist/fonts/source/jknappen/ec/ectc1440.mf + texmf-dist/fonts/source/jknappen/ec/ectc1728.mf + texmf-dist/fonts/source/jknappen/ec/ectc2074.mf + texmf-dist/fonts/source/jknappen/ec/ectc2488.mf + texmf-dist/fonts/source/jknappen/ec/ectc2986.mf + texmf-dist/fonts/source/jknappen/ec/ectc3583.mf + texmf-dist/fonts/source/jknappen/ec/ecti.mf + texmf-dist/fonts/source/jknappen/ec/ecti0500.mf + texmf-dist/fonts/source/jknappen/ec/ecti0600.mf + texmf-dist/fonts/source/jknappen/ec/ecti0700.mf + texmf-dist/fonts/source/jknappen/ec/ecti0800.mf + texmf-dist/fonts/source/jknappen/ec/ecti0900.mf + texmf-dist/fonts/source/jknappen/ec/ecti1000.mf + texmf-dist/fonts/source/jknappen/ec/ecti1095.mf + texmf-dist/fonts/source/jknappen/ec/ecti1200.mf + texmf-dist/fonts/source/jknappen/ec/ecti1440.mf + texmf-dist/fonts/source/jknappen/ec/ecti1728.mf + texmf-dist/fonts/source/jknappen/ec/ecti2074.mf + texmf-dist/fonts/source/jknappen/ec/ecti2488.mf + texmf-dist/fonts/source/jknappen/ec/ecti2986.mf + texmf-dist/fonts/source/jknappen/ec/ecti3583.mf + texmf-dist/fonts/source/jknappen/ec/ectt.mf + texmf-dist/fonts/source/jknappen/ec/ectt0800.mf + texmf-dist/fonts/source/jknappen/ec/ectt0900.mf + texmf-dist/fonts/source/jknappen/ec/ectt1000.mf + texmf-dist/fonts/source/jknappen/ec/ectt1095.mf + texmf-dist/fonts/source/jknappen/ec/ectt1200.mf + texmf-dist/fonts/source/jknappen/ec/ectt1440.mf + texmf-dist/fonts/source/jknappen/ec/ectt1728.mf + texmf-dist/fonts/source/jknappen/ec/ectt2074.mf + texmf-dist/fonts/source/jknappen/ec/ectt2488.mf + texmf-dist/fonts/source/jknappen/ec/ectt2986.mf + texmf-dist/fonts/source/jknappen/ec/ectt3583.mf + texmf-dist/fonts/source/jknappen/ec/ecui.mf + texmf-dist/fonts/source/jknappen/ec/ecui0500.mf + texmf-dist/fonts/source/jknappen/ec/ecui0600.mf + texmf-dist/fonts/source/jknappen/ec/ecui0700.mf + texmf-dist/fonts/source/jknappen/ec/ecui0800.mf + texmf-dist/fonts/source/jknappen/ec/ecui0900.mf + texmf-dist/fonts/source/jknappen/ec/ecui1000.mf + texmf-dist/fonts/source/jknappen/ec/ecui1095.mf + texmf-dist/fonts/source/jknappen/ec/ecui1200.mf + texmf-dist/fonts/source/jknappen/ec/ecui1440.mf + texmf-dist/fonts/source/jknappen/ec/ecui1728.mf + texmf-dist/fonts/source/jknappen/ec/ecui2074.mf + texmf-dist/fonts/source/jknappen/ec/ecui2488.mf + texmf-dist/fonts/source/jknappen/ec/ecui2986.mf + texmf-dist/fonts/source/jknappen/ec/ecui3583.mf + texmf-dist/fonts/source/jknappen/ec/ecvi.mf + texmf-dist/fonts/source/jknappen/ec/ecvi0800.mf + texmf-dist/fonts/source/jknappen/ec/ecvi0900.mf + texmf-dist/fonts/source/jknappen/ec/ecvi1000.mf + texmf-dist/fonts/source/jknappen/ec/ecvi1095.mf + texmf-dist/fonts/source/jknappen/ec/ecvi1200.mf + texmf-dist/fonts/source/jknappen/ec/ecvi1440.mf + texmf-dist/fonts/source/jknappen/ec/ecvi1728.mf + texmf-dist/fonts/source/jknappen/ec/ecvi2074.mf + texmf-dist/fonts/source/jknappen/ec/ecvi2488.mf + texmf-dist/fonts/source/jknappen/ec/ecvi2986.mf + texmf-dist/fonts/source/jknappen/ec/ecvi3583.mf + texmf-dist/fonts/source/jknappen/ec/ecvt.mf + texmf-dist/fonts/source/jknappen/ec/ecvt0800.mf + texmf-dist/fonts/source/jknappen/ec/ecvt0900.mf + texmf-dist/fonts/source/jknappen/ec/ecvt1000.mf + texmf-dist/fonts/source/jknappen/ec/ecvt1095.mf + texmf-dist/fonts/source/jknappen/ec/ecvt1200.mf + texmf-dist/fonts/source/jknappen/ec/ecvt1440.mf + texmf-dist/fonts/source/jknappen/ec/ecvt1728.mf + texmf-dist/fonts/source/jknappen/ec/ecvt2074.mf + texmf-dist/fonts/source/jknappen/ec/ecvt2488.mf + texmf-dist/fonts/source/jknappen/ec/ecvt2986.mf + texmf-dist/fonts/source/jknappen/ec/ecvt3583.mf + texmf-dist/fonts/source/jknappen/ec/ecxc.mf + texmf-dist/fonts/source/jknappen/ec/ecxc0500.mf + texmf-dist/fonts/source/jknappen/ec/ecxc0600.mf + texmf-dist/fonts/source/jknappen/ec/ecxc0700.mf + texmf-dist/fonts/source/jknappen/ec/ecxc0800.mf + texmf-dist/fonts/source/jknappen/ec/ecxc0900.mf + texmf-dist/fonts/source/jknappen/ec/ecxc1000.mf + texmf-dist/fonts/source/jknappen/ec/ecxc1095.mf + texmf-dist/fonts/source/jknappen/ec/ecxc1200.mf + texmf-dist/fonts/source/jknappen/ec/ecxc1440.mf + texmf-dist/fonts/source/jknappen/ec/ecxc1728.mf + texmf-dist/fonts/source/jknappen/ec/ecxc2074.mf + texmf-dist/fonts/source/jknappen/ec/ecxc2488.mf + texmf-dist/fonts/source/jknappen/ec/ecxc2986.mf + texmf-dist/fonts/source/jknappen/ec/ecxc3583.mf + texmf-dist/fonts/source/jknappen/ec/exaccent.mf + texmf-dist/fonts/source/jknappen/ec/exaccess.mf + texmf-dist/fonts/source/jknappen/ec/exbase.mf + texmf-dist/fonts/source/jknappen/ec/exbraces.mf + texmf-dist/fonts/source/jknappen/ec/excligtb.mf + texmf-dist/fonts/source/jknappen/ec/excsc.mf + texmf-dist/fonts/source/jknappen/ec/excspl.mf + texmf-dist/fonts/source/jknappen/ec/exidigit.mf + texmf-dist/fonts/source/jknappen/ec/exileast.mf + texmf-dist/fonts/source/jknappen/ec/exilig.mf + texmf-dist/fonts/source/jknappen/ec/exiligtb.mf + texmf-dist/fonts/source/jknappen/ec/exillett.mf + texmf-dist/fonts/source/jknappen/ec/exilwest.mf + texmf-dist/fonts/source/jknappen/ec/exisixts.mf + texmf-dist/fonts/source/jknappen/ec/exitalp.mf + texmf-dist/fonts/source/jknappen/ec/exmligtb.mf + texmf-dist/fonts/source/jknappen/ec/expseudo.mf + texmf-dist/fonts/source/jknappen/ec/expunct.mf + texmf-dist/fonts/source/jknappen/ec/exrdigit.mf + texmf-dist/fonts/source/jknappen/ec/exrleast.mf + texmf-dist/fonts/source/jknappen/ec/exrlig.mf + texmf-dist/fonts/source/jknappen/ec/exrligtb.mf + texmf-dist/fonts/source/jknappen/ec/exrllett.mf + texmf-dist/fonts/source/jknappen/ec/exrlwest.mf + texmf-dist/fonts/source/jknappen/ec/exroman.mf + texmf-dist/fonts/source/jknappen/ec/exromp.mf + texmf-dist/fonts/source/jknappen/ec/exrueast.mf + texmf-dist/fonts/source/jknappen/ec/exrulett.mf + texmf-dist/fonts/source/jknappen/ec/exruwest.mf + texmf-dist/fonts/source/jknappen/ec/exsign.mf + texmf-dist/fonts/source/jknappen/ec/exsixtst.mf + texmf-dist/fonts/source/jknappen/ec/extextit.mf + texmf-dist/fonts/source/jknappen/ec/ieclb8.mf + texmf-dist/fonts/source/jknappen/ec/iecli8.mf + texmf-dist/fonts/source/jknappen/ec/ieclo8.mf + texmf-dist/fonts/source/jknappen/ec/ieclq8.mf + texmf-dist/fonts/source/jknappen/ec/iecltt8.mf + texmf-dist/fonts/source/jknappen/ec/tcbi.mf + texmf-dist/fonts/source/jknappen/ec/tcbi0500.mf + texmf-dist/fonts/source/jknappen/ec/tcbi0600.mf + texmf-dist/fonts/source/jknappen/ec/tcbi0700.mf + texmf-dist/fonts/source/jknappen/ec/tcbi0800.mf + texmf-dist/fonts/source/jknappen/ec/tcbi0900.mf + texmf-dist/fonts/source/jknappen/ec/tcbi1000.mf + texmf-dist/fonts/source/jknappen/ec/tcbi1095.mf + texmf-dist/fonts/source/jknappen/ec/tcbi1200.mf + texmf-dist/fonts/source/jknappen/ec/tcbi1440.mf + texmf-dist/fonts/source/jknappen/ec/tcbi1728.mf + texmf-dist/fonts/source/jknappen/ec/tcbi2074.mf + texmf-dist/fonts/source/jknappen/ec/tcbi2488.mf + texmf-dist/fonts/source/jknappen/ec/tcbi2986.mf + texmf-dist/fonts/source/jknappen/ec/tcbi3583.mf + texmf-dist/fonts/source/jknappen/ec/tcbl.mf + texmf-dist/fonts/source/jknappen/ec/tcbl0500.mf + texmf-dist/fonts/source/jknappen/ec/tcbl0600.mf + texmf-dist/fonts/source/jknappen/ec/tcbl0700.mf + texmf-dist/fonts/source/jknappen/ec/tcbl0800.mf + texmf-dist/fonts/source/jknappen/ec/tcbl0900.mf + texmf-dist/fonts/source/jknappen/ec/tcbl1000.mf + texmf-dist/fonts/source/jknappen/ec/tcbl1095.mf + texmf-dist/fonts/source/jknappen/ec/tcbl1200.mf + texmf-dist/fonts/source/jknappen/ec/tcbl1440.mf + texmf-dist/fonts/source/jknappen/ec/tcbl1728.mf + texmf-dist/fonts/source/jknappen/ec/tcbl2074.mf + texmf-dist/fonts/source/jknappen/ec/tcbl2488.mf + texmf-dist/fonts/source/jknappen/ec/tcbl2986.mf + texmf-dist/fonts/source/jknappen/ec/tcbl3583.mf + texmf-dist/fonts/source/jknappen/ec/tcbm.mf + texmf-dist/fonts/source/jknappen/ec/tcbx.mf + texmf-dist/fonts/source/jknappen/ec/tcbx0500.mf + texmf-dist/fonts/source/jknappen/ec/tcbx0600.mf + texmf-dist/fonts/source/jknappen/ec/tcbx0700.mf + texmf-dist/fonts/source/jknappen/ec/tcbx0800.mf + texmf-dist/fonts/source/jknappen/ec/tcbx0900.mf + texmf-dist/fonts/source/jknappen/ec/tcbx1000.mf + texmf-dist/fonts/source/jknappen/ec/tcbx1095.mf + texmf-dist/fonts/source/jknappen/ec/tcbx1200.mf + texmf-dist/fonts/source/jknappen/ec/tcbx1440.mf + texmf-dist/fonts/source/jknappen/ec/tcbx1728.mf + texmf-dist/fonts/source/jknappen/ec/tcbx2074.mf + texmf-dist/fonts/source/jknappen/ec/tcbx2488.mf + texmf-dist/fonts/source/jknappen/ec/tcbx2986.mf + texmf-dist/fonts/source/jknappen/ec/tcbx3583.mf + texmf-dist/fonts/source/jknappen/ec/tcci.mf + texmf-dist/fonts/source/jknappen/ec/tcci0500.mf + texmf-dist/fonts/source/jknappen/ec/tcci0600.mf + texmf-dist/fonts/source/jknappen/ec/tcci0700.mf + texmf-dist/fonts/source/jknappen/ec/tcci0800.mf + texmf-dist/fonts/source/jknappen/ec/tcci0900.mf + texmf-dist/fonts/source/jknappen/ec/tcci1000.mf + texmf-dist/fonts/source/jknappen/ec/tcci1095.mf + texmf-dist/fonts/source/jknappen/ec/tcci1200.mf + texmf-dist/fonts/source/jknappen/ec/tcci1440.mf + texmf-dist/fonts/source/jknappen/ec/tcci1728.mf + texmf-dist/fonts/source/jknappen/ec/tcci2074.mf + texmf-dist/fonts/source/jknappen/ec/tcci2488.mf + texmf-dist/fonts/source/jknappen/ec/tcci2986.mf + texmf-dist/fonts/source/jknappen/ec/tcci3583.mf + texmf-dist/fonts/source/jknappen/ec/tcdh.mf + texmf-dist/fonts/source/jknappen/ec/tcfb.mf + texmf-dist/fonts/source/jknappen/ec/tcff.mf + texmf-dist/fonts/source/jknappen/ec/tcfi.mf + texmf-dist/fonts/source/jknappen/ec/tcfs.mf + texmf-dist/fonts/source/jknappen/ec/tcit.mf + texmf-dist/fonts/source/jknappen/ec/tcit0800.mf + texmf-dist/fonts/source/jknappen/ec/tcit0900.mf + texmf-dist/fonts/source/jknappen/ec/tcit1000.mf + texmf-dist/fonts/source/jknappen/ec/tcit1095.mf + texmf-dist/fonts/source/jknappen/ec/tcit1200.mf + texmf-dist/fonts/source/jknappen/ec/tcit1440.mf + texmf-dist/fonts/source/jknappen/ec/tcit1728.mf + texmf-dist/fonts/source/jknappen/ec/tcit2074.mf + texmf-dist/fonts/source/jknappen/ec/tcit2488.mf + texmf-dist/fonts/source/jknappen/ec/tcit2986.mf + texmf-dist/fonts/source/jknappen/ec/tcit3583.mf + texmf-dist/fonts/source/jknappen/ec/tcrb.mf + texmf-dist/fonts/source/jknappen/ec/tcrb0500.mf + texmf-dist/fonts/source/jknappen/ec/tcrb0600.mf + texmf-dist/fonts/source/jknappen/ec/tcrb0700.mf + texmf-dist/fonts/source/jknappen/ec/tcrb0800.mf + texmf-dist/fonts/source/jknappen/ec/tcrb0900.mf + texmf-dist/fonts/source/jknappen/ec/tcrb1000.mf + texmf-dist/fonts/source/jknappen/ec/tcrb1095.mf + texmf-dist/fonts/source/jknappen/ec/tcrb1200.mf + texmf-dist/fonts/source/jknappen/ec/tcrb1440.mf + texmf-dist/fonts/source/jknappen/ec/tcrb1728.mf + texmf-dist/fonts/source/jknappen/ec/tcrb2074.mf + texmf-dist/fonts/source/jknappen/ec/tcrb2488.mf + texmf-dist/fonts/source/jknappen/ec/tcrb2986.mf + texmf-dist/fonts/source/jknappen/ec/tcrb3583.mf + texmf-dist/fonts/source/jknappen/ec/tcrm.mf + texmf-dist/fonts/source/jknappen/ec/tcrm0500.mf + texmf-dist/fonts/source/jknappen/ec/tcrm0600.mf + texmf-dist/fonts/source/jknappen/ec/tcrm0700.mf + texmf-dist/fonts/source/jknappen/ec/tcrm0800.mf + texmf-dist/fonts/source/jknappen/ec/tcrm0900.mf + texmf-dist/fonts/source/jknappen/ec/tcrm1000.mf + texmf-dist/fonts/source/jknappen/ec/tcrm1095.mf + texmf-dist/fonts/source/jknappen/ec/tcrm1200.mf + texmf-dist/fonts/source/jknappen/ec/tcrm1440.mf + texmf-dist/fonts/source/jknappen/ec/tcrm1728.mf + texmf-dist/fonts/source/jknappen/ec/tcrm2074.mf + texmf-dist/fonts/source/jknappen/ec/tcrm2488.mf + texmf-dist/fonts/source/jknappen/ec/tcrm2986.mf + texmf-dist/fonts/source/jknappen/ec/tcrm3583.mf + texmf-dist/fonts/source/jknappen/ec/tcsi.mf + texmf-dist/fonts/source/jknappen/ec/tcsi0500.mf + texmf-dist/fonts/source/jknappen/ec/tcsi0600.mf + texmf-dist/fonts/source/jknappen/ec/tcsi0700.mf + texmf-dist/fonts/source/jknappen/ec/tcsi0800.mf + texmf-dist/fonts/source/jknappen/ec/tcsi0900.mf + texmf-dist/fonts/source/jknappen/ec/tcsi1000.mf + texmf-dist/fonts/source/jknappen/ec/tcsi1095.mf + texmf-dist/fonts/source/jknappen/ec/tcsi1200.mf + texmf-dist/fonts/source/jknappen/ec/tcsi1440.mf + texmf-dist/fonts/source/jknappen/ec/tcsi1728.mf + texmf-dist/fonts/source/jknappen/ec/tcsi2074.mf + texmf-dist/fonts/source/jknappen/ec/tcsi2488.mf + texmf-dist/fonts/source/jknappen/ec/tcsi2986.mf + texmf-dist/fonts/source/jknappen/ec/tcsi3583.mf + texmf-dist/fonts/source/jknappen/ec/tcsl.mf + texmf-dist/fonts/source/jknappen/ec/tcsl0500.mf + texmf-dist/fonts/source/jknappen/ec/tcsl0600.mf + texmf-dist/fonts/source/jknappen/ec/tcsl0700.mf + texmf-dist/fonts/source/jknappen/ec/tcsl0800.mf + texmf-dist/fonts/source/jknappen/ec/tcsl0900.mf + texmf-dist/fonts/source/jknappen/ec/tcsl1000.mf + texmf-dist/fonts/source/jknappen/ec/tcsl1095.mf + texmf-dist/fonts/source/jknappen/ec/tcsl1200.mf + texmf-dist/fonts/source/jknappen/ec/tcsl1440.mf + texmf-dist/fonts/source/jknappen/ec/tcsl1728.mf + texmf-dist/fonts/source/jknappen/ec/tcsl2074.mf + texmf-dist/fonts/source/jknappen/ec/tcsl2488.mf + texmf-dist/fonts/source/jknappen/ec/tcsl2986.mf + texmf-dist/fonts/source/jknappen/ec/tcsl3583.mf + texmf-dist/fonts/source/jknappen/ec/tcso.mf + texmf-dist/fonts/source/jknappen/ec/tcso0500.mf + texmf-dist/fonts/source/jknappen/ec/tcso0600.mf + texmf-dist/fonts/source/jknappen/ec/tcso0700.mf + texmf-dist/fonts/source/jknappen/ec/tcso0800.mf + texmf-dist/fonts/source/jknappen/ec/tcso0900.mf + texmf-dist/fonts/source/jknappen/ec/tcso1000.mf + texmf-dist/fonts/source/jknappen/ec/tcso1095.mf + texmf-dist/fonts/source/jknappen/ec/tcso1200.mf + texmf-dist/fonts/source/jknappen/ec/tcso1440.mf + texmf-dist/fonts/source/jknappen/ec/tcso1728.mf + texmf-dist/fonts/source/jknappen/ec/tcso2074.mf + texmf-dist/fonts/source/jknappen/ec/tcso2488.mf + texmf-dist/fonts/source/jknappen/ec/tcso2986.mf + texmf-dist/fonts/source/jknappen/ec/tcso3583.mf + texmf-dist/fonts/source/jknappen/ec/tcss.mf + texmf-dist/fonts/source/jknappen/ec/tcss0500.mf + texmf-dist/fonts/source/jknappen/ec/tcss0600.mf + texmf-dist/fonts/source/jknappen/ec/tcss0700.mf + texmf-dist/fonts/source/jknappen/ec/tcss0800.mf + texmf-dist/fonts/source/jknappen/ec/tcss0900.mf + texmf-dist/fonts/source/jknappen/ec/tcss1000.mf + texmf-dist/fonts/source/jknappen/ec/tcss1095.mf + texmf-dist/fonts/source/jknappen/ec/tcss1200.mf + texmf-dist/fonts/source/jknappen/ec/tcss1440.mf + texmf-dist/fonts/source/jknappen/ec/tcss1728.mf + texmf-dist/fonts/source/jknappen/ec/tcss2074.mf + texmf-dist/fonts/source/jknappen/ec/tcss2488.mf + texmf-dist/fonts/source/jknappen/ec/tcss2986.mf + texmf-dist/fonts/source/jknappen/ec/tcss3583.mf + texmf-dist/fonts/source/jknappen/ec/tcst.mf + texmf-dist/fonts/source/jknappen/ec/tcst0800.mf + texmf-dist/fonts/source/jknappen/ec/tcst0900.mf + texmf-dist/fonts/source/jknappen/ec/tcst1000.mf + texmf-dist/fonts/source/jknappen/ec/tcst1095.mf + texmf-dist/fonts/source/jknappen/ec/tcst1200.mf + texmf-dist/fonts/source/jknappen/ec/tcst1440.mf + texmf-dist/fonts/source/jknappen/ec/tcst1728.mf + texmf-dist/fonts/source/jknappen/ec/tcst2074.mf + texmf-dist/fonts/source/jknappen/ec/tcst2488.mf + texmf-dist/fonts/source/jknappen/ec/tcst2986.mf + texmf-dist/fonts/source/jknappen/ec/tcst3583.mf + texmf-dist/fonts/source/jknappen/ec/tcsx.mf + texmf-dist/fonts/source/jknappen/ec/tcsx0500.mf + texmf-dist/fonts/source/jknappen/ec/tcsx0600.mf + texmf-dist/fonts/source/jknappen/ec/tcsx0700.mf + texmf-dist/fonts/source/jknappen/ec/tcsx0800.mf + texmf-dist/fonts/source/jknappen/ec/tcsx0900.mf + texmf-dist/fonts/source/jknappen/ec/tcsx1000.mf + texmf-dist/fonts/source/jknappen/ec/tcsx1095.mf + texmf-dist/fonts/source/jknappen/ec/tcsx1200.mf + texmf-dist/fonts/source/jknappen/ec/tcsx1440.mf + texmf-dist/fonts/source/jknappen/ec/tcsx1728.mf + texmf-dist/fonts/source/jknappen/ec/tcsx2074.mf + texmf-dist/fonts/source/jknappen/ec/tcsx2488.mf + texmf-dist/fonts/source/jknappen/ec/tcsx2986.mf + texmf-dist/fonts/source/jknappen/ec/tcsx3583.mf + texmf-dist/fonts/source/jknappen/ec/tcti.mf + texmf-dist/fonts/source/jknappen/ec/tcti0500.mf + texmf-dist/fonts/source/jknappen/ec/tcti0600.mf + texmf-dist/fonts/source/jknappen/ec/tcti0700.mf + texmf-dist/fonts/source/jknappen/ec/tcti0800.mf + texmf-dist/fonts/source/jknappen/ec/tcti0900.mf + texmf-dist/fonts/source/jknappen/ec/tcti1000.mf + texmf-dist/fonts/source/jknappen/ec/tcti1095.mf + texmf-dist/fonts/source/jknappen/ec/tcti1200.mf + texmf-dist/fonts/source/jknappen/ec/tcti1440.mf + texmf-dist/fonts/source/jknappen/ec/tcti1728.mf + texmf-dist/fonts/source/jknappen/ec/tcti2074.mf + texmf-dist/fonts/source/jknappen/ec/tcti2488.mf + texmf-dist/fonts/source/jknappen/ec/tcti2986.mf + texmf-dist/fonts/source/jknappen/ec/tcti3583.mf + texmf-dist/fonts/source/jknappen/ec/tctt.mf + texmf-dist/fonts/source/jknappen/ec/tctt0800.mf + texmf-dist/fonts/source/jknappen/ec/tctt0900.mf + texmf-dist/fonts/source/jknappen/ec/tctt1000.mf + texmf-dist/fonts/source/jknappen/ec/tctt1095.mf + texmf-dist/fonts/source/jknappen/ec/tctt1200.mf + texmf-dist/fonts/source/jknappen/ec/tctt1440.mf + texmf-dist/fonts/source/jknappen/ec/tctt1728.mf + texmf-dist/fonts/source/jknappen/ec/tctt2074.mf + texmf-dist/fonts/source/jknappen/ec/tctt2488.mf + texmf-dist/fonts/source/jknappen/ec/tctt2986.mf + texmf-dist/fonts/source/jknappen/ec/tctt3583.mf + texmf-dist/fonts/source/jknappen/ec/tcui.mf + texmf-dist/fonts/source/jknappen/ec/tcui0500.mf + texmf-dist/fonts/source/jknappen/ec/tcui0600.mf + texmf-dist/fonts/source/jknappen/ec/tcui0700.mf + texmf-dist/fonts/source/jknappen/ec/tcui0800.mf + texmf-dist/fonts/source/jknappen/ec/tcui0900.mf + texmf-dist/fonts/source/jknappen/ec/tcui1000.mf + texmf-dist/fonts/source/jknappen/ec/tcui1095.mf + texmf-dist/fonts/source/jknappen/ec/tcui1200.mf + texmf-dist/fonts/source/jknappen/ec/tcui1440.mf + texmf-dist/fonts/source/jknappen/ec/tcui1728.mf + texmf-dist/fonts/source/jknappen/ec/tcui2074.mf + texmf-dist/fonts/source/jknappen/ec/tcui2488.mf + texmf-dist/fonts/source/jknappen/ec/tcui2986.mf + texmf-dist/fonts/source/jknappen/ec/tcui3583.mf + texmf-dist/fonts/source/jknappen/ec/tcvi.mf + texmf-dist/fonts/source/jknappen/ec/tcvi0800.mf + texmf-dist/fonts/source/jknappen/ec/tcvi0900.mf + texmf-dist/fonts/source/jknappen/ec/tcvi1000.mf + texmf-dist/fonts/source/jknappen/ec/tcvi1095.mf + texmf-dist/fonts/source/jknappen/ec/tcvi1200.mf + texmf-dist/fonts/source/jknappen/ec/tcvi1440.mf + texmf-dist/fonts/source/jknappen/ec/tcvi1728.mf + texmf-dist/fonts/source/jknappen/ec/tcvi2074.mf + texmf-dist/fonts/source/jknappen/ec/tcvi2488.mf + texmf-dist/fonts/source/jknappen/ec/tcvi2986.mf + texmf-dist/fonts/source/jknappen/ec/tcvi3583.mf + texmf-dist/fonts/source/jknappen/ec/tcvt.mf + texmf-dist/fonts/source/jknappen/ec/tcvt0800.mf + texmf-dist/fonts/source/jknappen/ec/tcvt0900.mf + texmf-dist/fonts/source/jknappen/ec/tcvt1000.mf + texmf-dist/fonts/source/jknappen/ec/tcvt1095.mf + texmf-dist/fonts/source/jknappen/ec/tcvt1200.mf + texmf-dist/fonts/source/jknappen/ec/tcvt1440.mf + texmf-dist/fonts/source/jknappen/ec/tcvt1728.mf + texmf-dist/fonts/source/jknappen/ec/tcvt2074.mf + texmf-dist/fonts/source/jknappen/ec/tcvt2488.mf + texmf-dist/fonts/source/jknappen/ec/tcvt2986.mf + texmf-dist/fonts/source/jknappen/ec/tcvt3583.mf + texmf-dist/fonts/source/jknappen/ec/txaccent.mf + texmf-dist/fonts/source/jknappen/ec/txgen.mf + texmf-dist/fonts/source/jknappen/ec/txifract.mf + texmf-dist/fonts/source/jknappen/ec/txisuper.mf + texmf-dist/fonts/source/jknappen/ec/txitlod.mf + texmf-dist/fonts/source/jknappen/ec/txpseudo.mf + texmf-dist/fonts/source/jknappen/ec/txrfract.mf + texmf-dist/fonts/source/jknappen/ec/txromod.mf + texmf-dist/fonts/source/jknappen/ec/txrsuper.mf + texmf-dist/fonts/source/jknappen/ec/txsymb.mf + texmf-dist/fonts/source/jknappen/ec/txsymbol.mf + texmf-dist/fonts/tfm/jknappen/ec/ecbi0500.tfm + texmf-dist/fonts/tfm/jknappen/ec/ecbi0600.tfm + texmf-dist/fonts/tfm/jknappen/ec/ecbi0700.tfm + texmf-dist/fonts/tfm/jknappen/ec/ecbi0800.tfm + texmf-dist/fonts/tfm/jknappen/ec/ecbi0900.tfm + texmf-dist/fonts/tfm/jknappen/ec/ecbi1000.tfm + texmf-dist/fonts/tfm/jknappen/ec/ecbi1095.tfm + texmf-dist/fonts/tfm/jknappen/ec/ecbi1200.tfm + texmf-dist/fonts/tfm/jknappen/ec/ecbi1440.tfm + texmf-dist/fonts/tfm/jknappen/ec/ecbi1728.tfm + texmf-dist/fonts/tfm/jknappen/ec/ecbi2074.tfm + texmf-dist/fonts/tfm/jknappen/ec/ecbi2488.tfm + texmf-dist/fonts/tfm/jknappen/ec/ecbi2986.tfm + texmf-dist/fonts/tfm/jknappen/ec/ecbi3583.tfm + texmf-dist/fonts/tfm/jknappen/ec/ecbl0500.tfm + texmf-dist/fonts/tfm/jknappen/ec/ecbl0600.tfm + texmf-dist/fonts/tfm/jknappen/ec/ecbl0700.tfm + texmf-dist/fonts/tfm/jknappen/ec/ecbl0800.tfm + texmf-dist/fonts/tfm/jknappen/ec/ecbl0900.tfm + texmf-dist/fonts/tfm/jknappen/ec/ecbl1000.tfm + texmf-dist/fonts/tfm/jknappen/ec/ecbl1095.tfm + texmf-dist/fonts/tfm/jknappen/ec/ecbl1200.tfm + texmf-dist/fonts/tfm/jknappen/ec/ecbl1440.tfm + texmf-dist/fonts/tfm/jknappen/ec/ecbl1728.tfm + texmf-dist/fonts/tfm/jknappen/ec/ecbl2074.tfm + texmf-dist/fonts/tfm/jknappen/ec/ecbl2488.tfm + texmf-dist/fonts/tfm/jknappen/ec/ecbl2986.tfm + texmf-dist/fonts/tfm/jknappen/ec/ecbl3583.tfm + texmf-dist/fonts/tfm/jknappen/ec/ecbx0500.tfm + texmf-dist/fonts/tfm/jknappen/ec/ecbx0600.tfm + texmf-dist/fonts/tfm/jknappen/ec/ecbx0700.tfm + texmf-dist/fonts/tfm/jknappen/ec/ecbx0800.tfm + texmf-dist/fonts/tfm/jknappen/ec/ecbx0900.tfm + texmf-dist/fonts/tfm/jknappen/ec/ecbx1000.tfm + texmf-dist/fonts/tfm/jknappen/ec/ecbx1095.tfm + texmf-dist/fonts/tfm/jknappen/ec/ecbx1200.tfm + texmf-dist/fonts/tfm/jknappen/ec/ecbx1440.tfm + texmf-dist/fonts/tfm/jknappen/ec/ecbx1728.tfm + texmf-dist/fonts/tfm/jknappen/ec/ecbx2074.tfm + texmf-dist/fonts/tfm/jknappen/ec/ecbx2488.tfm + texmf-dist/fonts/tfm/jknappen/ec/ecbx2986.tfm + texmf-dist/fonts/tfm/jknappen/ec/ecbx3583.tfm + texmf-dist/fonts/tfm/jknappen/ec/eccc0500.tfm + texmf-dist/fonts/tfm/jknappen/ec/eccc0600.tfm + texmf-dist/fonts/tfm/jknappen/ec/eccc0700.tfm + texmf-dist/fonts/tfm/jknappen/ec/eccc0800.tfm + texmf-dist/fonts/tfm/jknappen/ec/eccc0900.tfm + texmf-dist/fonts/tfm/jknappen/ec/eccc1000.tfm + texmf-dist/fonts/tfm/jknappen/ec/eccc1095.tfm + texmf-dist/fonts/tfm/jknappen/ec/eccc1200.tfm + texmf-dist/fonts/tfm/jknappen/ec/eccc1440.tfm + texmf-dist/fonts/tfm/jknappen/ec/eccc1728.tfm + texmf-dist/fonts/tfm/jknappen/ec/eccc2074.tfm + texmf-dist/fonts/tfm/jknappen/ec/eccc2488.tfm + texmf-dist/fonts/tfm/jknappen/ec/eccc2986.tfm + texmf-dist/fonts/tfm/jknappen/ec/eccc3583.tfm + texmf-dist/fonts/tfm/jknappen/ec/ecci0500.tfm + texmf-dist/fonts/tfm/jknappen/ec/ecci0600.tfm + texmf-dist/fonts/tfm/jknappen/ec/ecci0700.tfm + texmf-dist/fonts/tfm/jknappen/ec/ecci0800.tfm + texmf-dist/fonts/tfm/jknappen/ec/ecci0900.tfm + texmf-dist/fonts/tfm/jknappen/ec/ecci1000.tfm + texmf-dist/fonts/tfm/jknappen/ec/ecci1095.tfm + texmf-dist/fonts/tfm/jknappen/ec/ecci1200.tfm + texmf-dist/fonts/tfm/jknappen/ec/ecci1440.tfm + texmf-dist/fonts/tfm/jknappen/ec/ecci1728.tfm + texmf-dist/fonts/tfm/jknappen/ec/ecci2074.tfm + texmf-dist/fonts/tfm/jknappen/ec/ecci2488.tfm + texmf-dist/fonts/tfm/jknappen/ec/ecci2986.tfm + texmf-dist/fonts/tfm/jknappen/ec/ecci3583.tfm + texmf-dist/fonts/tfm/jknappen/ec/ecdh0500.tfm + texmf-dist/fonts/tfm/jknappen/ec/ecdh0600.tfm + texmf-dist/fonts/tfm/jknappen/ec/ecdh0700.tfm + texmf-dist/fonts/tfm/jknappen/ec/ecdh0800.tfm + texmf-dist/fonts/tfm/jknappen/ec/ecdh0900.tfm + texmf-dist/fonts/tfm/jknappen/ec/ecdh1000.tfm + texmf-dist/fonts/tfm/jknappen/ec/ecdh1095.tfm + texmf-dist/fonts/tfm/jknappen/ec/ecdh1200.tfm + texmf-dist/fonts/tfm/jknappen/ec/ecdh1440.tfm + texmf-dist/fonts/tfm/jknappen/ec/ecdh1728.tfm + texmf-dist/fonts/tfm/jknappen/ec/ecdh2074.tfm + texmf-dist/fonts/tfm/jknappen/ec/ecdh2488.tfm + texmf-dist/fonts/tfm/jknappen/ec/ecdh2986.tfm + texmf-dist/fonts/tfm/jknappen/ec/ecdh3583.tfm + texmf-dist/fonts/tfm/jknappen/ec/ecit0800.tfm + texmf-dist/fonts/tfm/jknappen/ec/ecit0900.tfm + texmf-dist/fonts/tfm/jknappen/ec/ecit1000.tfm + texmf-dist/fonts/tfm/jknappen/ec/ecit1095.tfm + texmf-dist/fonts/tfm/jknappen/ec/ecit1200.tfm + texmf-dist/fonts/tfm/jknappen/ec/ecit1440.tfm + texmf-dist/fonts/tfm/jknappen/ec/ecit1728.tfm + texmf-dist/fonts/tfm/jknappen/ec/ecit2074.tfm + texmf-dist/fonts/tfm/jknappen/ec/ecit2488.tfm + texmf-dist/fonts/tfm/jknappen/ec/ecit2986.tfm + texmf-dist/fonts/tfm/jknappen/ec/ecit3583.tfm + texmf-dist/fonts/tfm/jknappen/ec/eclb8.tfm + texmf-dist/fonts/tfm/jknappen/ec/ecli8.tfm + texmf-dist/fonts/tfm/jknappen/ec/eclo8.tfm + texmf-dist/fonts/tfm/jknappen/ec/eclq8.tfm + texmf-dist/fonts/tfm/jknappen/ec/ecltt8.tfm + texmf-dist/fonts/tfm/jknappen/ec/ecoc0500.tfm + texmf-dist/fonts/tfm/jknappen/ec/ecoc0600.tfm + texmf-dist/fonts/tfm/jknappen/ec/ecoc0700.tfm + texmf-dist/fonts/tfm/jknappen/ec/ecoc0800.tfm + texmf-dist/fonts/tfm/jknappen/ec/ecoc0900.tfm + texmf-dist/fonts/tfm/jknappen/ec/ecoc1000.tfm + texmf-dist/fonts/tfm/jknappen/ec/ecoc1095.tfm + texmf-dist/fonts/tfm/jknappen/ec/ecoc1200.tfm + texmf-dist/fonts/tfm/jknappen/ec/ecoc1440.tfm + texmf-dist/fonts/tfm/jknappen/ec/ecoc1728.tfm + texmf-dist/fonts/tfm/jknappen/ec/ecoc2074.tfm + texmf-dist/fonts/tfm/jknappen/ec/ecoc2488.tfm + texmf-dist/fonts/tfm/jknappen/ec/ecoc2986.tfm + texmf-dist/fonts/tfm/jknappen/ec/ecoc3583.tfm + texmf-dist/fonts/tfm/jknappen/ec/ecrb0500.tfm + texmf-dist/fonts/tfm/jknappen/ec/ecrb0600.tfm + texmf-dist/fonts/tfm/jknappen/ec/ecrb0700.tfm + texmf-dist/fonts/tfm/jknappen/ec/ecrb0800.tfm + texmf-dist/fonts/tfm/jknappen/ec/ecrb0900.tfm + texmf-dist/fonts/tfm/jknappen/ec/ecrb1000.tfm + texmf-dist/fonts/tfm/jknappen/ec/ecrb1095.tfm + texmf-dist/fonts/tfm/jknappen/ec/ecrb1200.tfm + texmf-dist/fonts/tfm/jknappen/ec/ecrb1440.tfm + texmf-dist/fonts/tfm/jknappen/ec/ecrb1728.tfm + texmf-dist/fonts/tfm/jknappen/ec/ecrb2074.tfm + texmf-dist/fonts/tfm/jknappen/ec/ecrb2488.tfm + texmf-dist/fonts/tfm/jknappen/ec/ecrb2986.tfm + texmf-dist/fonts/tfm/jknappen/ec/ecrb3583.tfm + texmf-dist/fonts/tfm/jknappen/ec/ecrm0500.tfm + texmf-dist/fonts/tfm/jknappen/ec/ecrm0600.tfm + texmf-dist/fonts/tfm/jknappen/ec/ecrm0700.tfm + texmf-dist/fonts/tfm/jknappen/ec/ecrm0800.tfm + texmf-dist/fonts/tfm/jknappen/ec/ecrm0900.tfm + texmf-dist/fonts/tfm/jknappen/ec/ecrm1000.tfm + texmf-dist/fonts/tfm/jknappen/ec/ecrm1095.tfm + texmf-dist/fonts/tfm/jknappen/ec/ecrm1200.tfm + texmf-dist/fonts/tfm/jknappen/ec/ecrm1440.tfm + texmf-dist/fonts/tfm/jknappen/ec/ecrm1728.tfm + texmf-dist/fonts/tfm/jknappen/ec/ecrm2074.tfm + texmf-dist/fonts/tfm/jknappen/ec/ecrm2488.tfm + texmf-dist/fonts/tfm/jknappen/ec/ecrm2986.tfm + texmf-dist/fonts/tfm/jknappen/ec/ecrm3583.tfm + texmf-dist/fonts/tfm/jknappen/ec/ecsc0500.tfm + texmf-dist/fonts/tfm/jknappen/ec/ecsc0600.tfm + texmf-dist/fonts/tfm/jknappen/ec/ecsc0700.tfm + texmf-dist/fonts/tfm/jknappen/ec/ecsc0800.tfm + texmf-dist/fonts/tfm/jknappen/ec/ecsc0900.tfm + texmf-dist/fonts/tfm/jknappen/ec/ecsc1000.tfm + texmf-dist/fonts/tfm/jknappen/ec/ecsc1095.tfm + texmf-dist/fonts/tfm/jknappen/ec/ecsc1200.tfm + texmf-dist/fonts/tfm/jknappen/ec/ecsc1440.tfm + texmf-dist/fonts/tfm/jknappen/ec/ecsc1728.tfm + texmf-dist/fonts/tfm/jknappen/ec/ecsc2074.tfm + texmf-dist/fonts/tfm/jknappen/ec/ecsc2488.tfm + texmf-dist/fonts/tfm/jknappen/ec/ecsc2986.tfm + texmf-dist/fonts/tfm/jknappen/ec/ecsc3583.tfm + texmf-dist/fonts/tfm/jknappen/ec/ecsi0500.tfm + texmf-dist/fonts/tfm/jknappen/ec/ecsi0600.tfm + texmf-dist/fonts/tfm/jknappen/ec/ecsi0700.tfm + texmf-dist/fonts/tfm/jknappen/ec/ecsi0800.tfm + texmf-dist/fonts/tfm/jknappen/ec/ecsi0900.tfm + texmf-dist/fonts/tfm/jknappen/ec/ecsi1000.tfm + texmf-dist/fonts/tfm/jknappen/ec/ecsi1095.tfm + texmf-dist/fonts/tfm/jknappen/ec/ecsi1200.tfm + texmf-dist/fonts/tfm/jknappen/ec/ecsi1440.tfm + texmf-dist/fonts/tfm/jknappen/ec/ecsi1728.tfm + texmf-dist/fonts/tfm/jknappen/ec/ecsi2074.tfm + texmf-dist/fonts/tfm/jknappen/ec/ecsi2488.tfm + texmf-dist/fonts/tfm/jknappen/ec/ecsi2986.tfm + texmf-dist/fonts/tfm/jknappen/ec/ecsi3583.tfm + texmf-dist/fonts/tfm/jknappen/ec/ecsl0500.tfm + texmf-dist/fonts/tfm/jknappen/ec/ecsl0600.tfm + texmf-dist/fonts/tfm/jknappen/ec/ecsl0700.tfm + texmf-dist/fonts/tfm/jknappen/ec/ecsl0800.tfm + texmf-dist/fonts/tfm/jknappen/ec/ecsl0900.tfm + texmf-dist/fonts/tfm/jknappen/ec/ecsl1000.tfm + texmf-dist/fonts/tfm/jknappen/ec/ecsl1095.tfm + texmf-dist/fonts/tfm/jknappen/ec/ecsl1200.tfm + texmf-dist/fonts/tfm/jknappen/ec/ecsl1440.tfm + texmf-dist/fonts/tfm/jknappen/ec/ecsl1728.tfm + texmf-dist/fonts/tfm/jknappen/ec/ecsl2074.tfm + texmf-dist/fonts/tfm/jknappen/ec/ecsl2488.tfm + texmf-dist/fonts/tfm/jknappen/ec/ecsl2986.tfm + texmf-dist/fonts/tfm/jknappen/ec/ecsl3583.tfm + texmf-dist/fonts/tfm/jknappen/ec/ecso0500.tfm + texmf-dist/fonts/tfm/jknappen/ec/ecso0600.tfm + texmf-dist/fonts/tfm/jknappen/ec/ecso0700.tfm + texmf-dist/fonts/tfm/jknappen/ec/ecso0800.tfm + texmf-dist/fonts/tfm/jknappen/ec/ecso0900.tfm + texmf-dist/fonts/tfm/jknappen/ec/ecso1000.tfm + texmf-dist/fonts/tfm/jknappen/ec/ecso1095.tfm + texmf-dist/fonts/tfm/jknappen/ec/ecso1200.tfm + texmf-dist/fonts/tfm/jknappen/ec/ecso1440.tfm + texmf-dist/fonts/tfm/jknappen/ec/ecso1728.tfm + texmf-dist/fonts/tfm/jknappen/ec/ecso2074.tfm + texmf-dist/fonts/tfm/jknappen/ec/ecso2488.tfm + texmf-dist/fonts/tfm/jknappen/ec/ecso2986.tfm + texmf-dist/fonts/tfm/jknappen/ec/ecso3583.tfm + texmf-dist/fonts/tfm/jknappen/ec/ecss0500.tfm + texmf-dist/fonts/tfm/jknappen/ec/ecss0600.tfm + texmf-dist/fonts/tfm/jknappen/ec/ecss0700.tfm + texmf-dist/fonts/tfm/jknappen/ec/ecss0800.tfm + texmf-dist/fonts/tfm/jknappen/ec/ecss0900.tfm + texmf-dist/fonts/tfm/jknappen/ec/ecss1000.tfm + texmf-dist/fonts/tfm/jknappen/ec/ecss1095.tfm + texmf-dist/fonts/tfm/jknappen/ec/ecss1200.tfm + texmf-dist/fonts/tfm/jknappen/ec/ecss1440.tfm + texmf-dist/fonts/tfm/jknappen/ec/ecss1728.tfm + texmf-dist/fonts/tfm/jknappen/ec/ecss2074.tfm + texmf-dist/fonts/tfm/jknappen/ec/ecss2488.tfm + texmf-dist/fonts/tfm/jknappen/ec/ecss2986.tfm + texmf-dist/fonts/tfm/jknappen/ec/ecss3583.tfm + texmf-dist/fonts/tfm/jknappen/ec/ecst0800.tfm + texmf-dist/fonts/tfm/jknappen/ec/ecst0900.tfm + texmf-dist/fonts/tfm/jknappen/ec/ecst1000.tfm + texmf-dist/fonts/tfm/jknappen/ec/ecst1095.tfm + texmf-dist/fonts/tfm/jknappen/ec/ecst1200.tfm + texmf-dist/fonts/tfm/jknappen/ec/ecst1440.tfm + texmf-dist/fonts/tfm/jknappen/ec/ecst1728.tfm + texmf-dist/fonts/tfm/jknappen/ec/ecst2074.tfm + texmf-dist/fonts/tfm/jknappen/ec/ecst2488.tfm + texmf-dist/fonts/tfm/jknappen/ec/ecst2986.tfm + texmf-dist/fonts/tfm/jknappen/ec/ecst3583.tfm + texmf-dist/fonts/tfm/jknappen/ec/ecsx0500.tfm + texmf-dist/fonts/tfm/jknappen/ec/ecsx0600.tfm + texmf-dist/fonts/tfm/jknappen/ec/ecsx0700.tfm + texmf-dist/fonts/tfm/jknappen/ec/ecsx0800.tfm + texmf-dist/fonts/tfm/jknappen/ec/ecsx0900.tfm + texmf-dist/fonts/tfm/jknappen/ec/ecsx1000.tfm + texmf-dist/fonts/tfm/jknappen/ec/ecsx1095.tfm + texmf-dist/fonts/tfm/jknappen/ec/ecsx1200.tfm + texmf-dist/fonts/tfm/jknappen/ec/ecsx1440.tfm + texmf-dist/fonts/tfm/jknappen/ec/ecsx1728.tfm + texmf-dist/fonts/tfm/jknappen/ec/ecsx2074.tfm + texmf-dist/fonts/tfm/jknappen/ec/ecsx2488.tfm + texmf-dist/fonts/tfm/jknappen/ec/ecsx2986.tfm + texmf-dist/fonts/tfm/jknappen/ec/ecsx3583.tfm + texmf-dist/fonts/tfm/jknappen/ec/ectc0800.tfm + texmf-dist/fonts/tfm/jknappen/ec/ectc0900.tfm + texmf-dist/fonts/tfm/jknappen/ec/ectc1000.tfm + texmf-dist/fonts/tfm/jknappen/ec/ectc1095.tfm + texmf-dist/fonts/tfm/jknappen/ec/ectc1200.tfm + texmf-dist/fonts/tfm/jknappen/ec/ectc1440.tfm + texmf-dist/fonts/tfm/jknappen/ec/ectc1728.tfm + texmf-dist/fonts/tfm/jknappen/ec/ectc2074.tfm + texmf-dist/fonts/tfm/jknappen/ec/ectc2488.tfm + texmf-dist/fonts/tfm/jknappen/ec/ectc2986.tfm + texmf-dist/fonts/tfm/jknappen/ec/ectc3583.tfm + texmf-dist/fonts/tfm/jknappen/ec/ecti0500.tfm + texmf-dist/fonts/tfm/jknappen/ec/ecti0600.tfm + texmf-dist/fonts/tfm/jknappen/ec/ecti0700.tfm + texmf-dist/fonts/tfm/jknappen/ec/ecti0800.tfm + texmf-dist/fonts/tfm/jknappen/ec/ecti0900.tfm + texmf-dist/fonts/tfm/jknappen/ec/ecti1000.tfm + texmf-dist/fonts/tfm/jknappen/ec/ecti1095.tfm + texmf-dist/fonts/tfm/jknappen/ec/ecti1200.tfm + texmf-dist/fonts/tfm/jknappen/ec/ecti1440.tfm + texmf-dist/fonts/tfm/jknappen/ec/ecti1728.tfm + texmf-dist/fonts/tfm/jknappen/ec/ecti2074.tfm + texmf-dist/fonts/tfm/jknappen/ec/ecti2488.tfm + texmf-dist/fonts/tfm/jknappen/ec/ecti2986.tfm + texmf-dist/fonts/tfm/jknappen/ec/ecti3583.tfm + texmf-dist/fonts/tfm/jknappen/ec/ectt0800.tfm + texmf-dist/fonts/tfm/jknappen/ec/ectt0900.tfm + texmf-dist/fonts/tfm/jknappen/ec/ectt1000.tfm + texmf-dist/fonts/tfm/jknappen/ec/ectt1095.tfm + texmf-dist/fonts/tfm/jknappen/ec/ectt1200.tfm + texmf-dist/fonts/tfm/jknappen/ec/ectt1440.tfm + texmf-dist/fonts/tfm/jknappen/ec/ectt1728.tfm + texmf-dist/fonts/tfm/jknappen/ec/ectt2074.tfm + texmf-dist/fonts/tfm/jknappen/ec/ectt2488.tfm + texmf-dist/fonts/tfm/jknappen/ec/ectt2986.tfm + texmf-dist/fonts/tfm/jknappen/ec/ectt3583.tfm + texmf-dist/fonts/tfm/jknappen/ec/ecui0500.tfm + texmf-dist/fonts/tfm/jknappen/ec/ecui0600.tfm + texmf-dist/fonts/tfm/jknappen/ec/ecui0700.tfm + texmf-dist/fonts/tfm/jknappen/ec/ecui0800.tfm + texmf-dist/fonts/tfm/jknappen/ec/ecui0900.tfm + texmf-dist/fonts/tfm/jknappen/ec/ecui1000.tfm + texmf-dist/fonts/tfm/jknappen/ec/ecui1095.tfm + texmf-dist/fonts/tfm/jknappen/ec/ecui1200.tfm + texmf-dist/fonts/tfm/jknappen/ec/ecui1440.tfm + texmf-dist/fonts/tfm/jknappen/ec/ecui1728.tfm + texmf-dist/fonts/tfm/jknappen/ec/ecui2074.tfm + texmf-dist/fonts/tfm/jknappen/ec/ecui2488.tfm + texmf-dist/fonts/tfm/jknappen/ec/ecui2986.tfm + texmf-dist/fonts/tfm/jknappen/ec/ecui3583.tfm + texmf-dist/fonts/tfm/jknappen/ec/ecvi0800.tfm + texmf-dist/fonts/tfm/jknappen/ec/ecvi0900.tfm + texmf-dist/fonts/tfm/jknappen/ec/ecvi1000.tfm + texmf-dist/fonts/tfm/jknappen/ec/ecvi1095.tfm + texmf-dist/fonts/tfm/jknappen/ec/ecvi1200.tfm + texmf-dist/fonts/tfm/jknappen/ec/ecvi1440.tfm + texmf-dist/fonts/tfm/jknappen/ec/ecvi1728.tfm + texmf-dist/fonts/tfm/jknappen/ec/ecvi2074.tfm + texmf-dist/fonts/tfm/jknappen/ec/ecvi2488.tfm + texmf-dist/fonts/tfm/jknappen/ec/ecvi2986.tfm + texmf-dist/fonts/tfm/jknappen/ec/ecvi3583.tfm + texmf-dist/fonts/tfm/jknappen/ec/ecvt0800.tfm + texmf-dist/fonts/tfm/jknappen/ec/ecvt0900.tfm + texmf-dist/fonts/tfm/jknappen/ec/ecvt1000.tfm + texmf-dist/fonts/tfm/jknappen/ec/ecvt1095.tfm + texmf-dist/fonts/tfm/jknappen/ec/ecvt1200.tfm + texmf-dist/fonts/tfm/jknappen/ec/ecvt1440.tfm + texmf-dist/fonts/tfm/jknappen/ec/ecvt1728.tfm + texmf-dist/fonts/tfm/jknappen/ec/ecvt2074.tfm + texmf-dist/fonts/tfm/jknappen/ec/ecvt2488.tfm + texmf-dist/fonts/tfm/jknappen/ec/ecvt2986.tfm + texmf-dist/fonts/tfm/jknappen/ec/ecvt3583.tfm + texmf-dist/fonts/tfm/jknappen/ec/ecxc0500.tfm + texmf-dist/fonts/tfm/jknappen/ec/ecxc0600.tfm + texmf-dist/fonts/tfm/jknappen/ec/ecxc0700.tfm + texmf-dist/fonts/tfm/jknappen/ec/ecxc0800.tfm + texmf-dist/fonts/tfm/jknappen/ec/ecxc0900.tfm + texmf-dist/fonts/tfm/jknappen/ec/ecxc1000.tfm + texmf-dist/fonts/tfm/jknappen/ec/ecxc1095.tfm + texmf-dist/fonts/tfm/jknappen/ec/ecxc1200.tfm + texmf-dist/fonts/tfm/jknappen/ec/ecxc1440.tfm + texmf-dist/fonts/tfm/jknappen/ec/ecxc1728.tfm + texmf-dist/fonts/tfm/jknappen/ec/ecxc2074.tfm + texmf-dist/fonts/tfm/jknappen/ec/ecxc2488.tfm + texmf-dist/fonts/tfm/jknappen/ec/ecxc2986.tfm + texmf-dist/fonts/tfm/jknappen/ec/ecxc3583.tfm + texmf-dist/fonts/tfm/jknappen/ec/ieclb8.tfm + texmf-dist/fonts/tfm/jknappen/ec/iecli8.tfm + texmf-dist/fonts/tfm/jknappen/ec/ieclo8.tfm + texmf-dist/fonts/tfm/jknappen/ec/ieclq8.tfm + texmf-dist/fonts/tfm/jknappen/ec/iecltt8.tfm + texmf-dist/fonts/tfm/jknappen/ec/tcbi0500.tfm + texmf-dist/fonts/tfm/jknappen/ec/tcbi0600.tfm + texmf-dist/fonts/tfm/jknappen/ec/tcbi0700.tfm + texmf-dist/fonts/tfm/jknappen/ec/tcbi0800.tfm + texmf-dist/fonts/tfm/jknappen/ec/tcbi0900.tfm + texmf-dist/fonts/tfm/jknappen/ec/tcbi1000.tfm + texmf-dist/fonts/tfm/jknappen/ec/tcbi1095.tfm + texmf-dist/fonts/tfm/jknappen/ec/tcbi1200.tfm + texmf-dist/fonts/tfm/jknappen/ec/tcbi1440.tfm + texmf-dist/fonts/tfm/jknappen/ec/tcbi1728.tfm + texmf-dist/fonts/tfm/jknappen/ec/tcbi2074.tfm + texmf-dist/fonts/tfm/jknappen/ec/tcbi2488.tfm + texmf-dist/fonts/tfm/jknappen/ec/tcbi2986.tfm + texmf-dist/fonts/tfm/jknappen/ec/tcbi3583.tfm + texmf-dist/fonts/tfm/jknappen/ec/tcbl0500.tfm + texmf-dist/fonts/tfm/jknappen/ec/tcbl0600.tfm + texmf-dist/fonts/tfm/jknappen/ec/tcbl0700.tfm + texmf-dist/fonts/tfm/jknappen/ec/tcbl0800.tfm + texmf-dist/fonts/tfm/jknappen/ec/tcbl0900.tfm + texmf-dist/fonts/tfm/jknappen/ec/tcbl1000.tfm + texmf-dist/fonts/tfm/jknappen/ec/tcbl1095.tfm + texmf-dist/fonts/tfm/jknappen/ec/tcbl1200.tfm + texmf-dist/fonts/tfm/jknappen/ec/tcbl1440.tfm + texmf-dist/fonts/tfm/jknappen/ec/tcbl1728.tfm + texmf-dist/fonts/tfm/jknappen/ec/tcbl2074.tfm + texmf-dist/fonts/tfm/jknappen/ec/tcbl2488.tfm + texmf-dist/fonts/tfm/jknappen/ec/tcbl2986.tfm + texmf-dist/fonts/tfm/jknappen/ec/tcbl3583.tfm + texmf-dist/fonts/tfm/jknappen/ec/tcbx0500.tfm + texmf-dist/fonts/tfm/jknappen/ec/tcbx0600.tfm + texmf-dist/fonts/tfm/jknappen/ec/tcbx0700.tfm + texmf-dist/fonts/tfm/jknappen/ec/tcbx0800.tfm + texmf-dist/fonts/tfm/jknappen/ec/tcbx0900.tfm + texmf-dist/fonts/tfm/jknappen/ec/tcbx1000.tfm + texmf-dist/fonts/tfm/jknappen/ec/tcbx1095.tfm + texmf-dist/fonts/tfm/jknappen/ec/tcbx1200.tfm + texmf-dist/fonts/tfm/jknappen/ec/tcbx1440.tfm + texmf-dist/fonts/tfm/jknappen/ec/tcbx1728.tfm + texmf-dist/fonts/tfm/jknappen/ec/tcbx2074.tfm + texmf-dist/fonts/tfm/jknappen/ec/tcbx2488.tfm + texmf-dist/fonts/tfm/jknappen/ec/tcbx2986.tfm + texmf-dist/fonts/tfm/jknappen/ec/tcbx3583.tfm + texmf-dist/fonts/tfm/jknappen/ec/tcci0500.tfm + texmf-dist/fonts/tfm/jknappen/ec/tcci0600.tfm + texmf-dist/fonts/tfm/jknappen/ec/tcci0700.tfm + texmf-dist/fonts/tfm/jknappen/ec/tcci0800.tfm + texmf-dist/fonts/tfm/jknappen/ec/tcci0900.tfm + texmf-dist/fonts/tfm/jknappen/ec/tcci1000.tfm + texmf-dist/fonts/tfm/jknappen/ec/tcci1095.tfm + texmf-dist/fonts/tfm/jknappen/ec/tcci1200.tfm + texmf-dist/fonts/tfm/jknappen/ec/tcci1440.tfm + texmf-dist/fonts/tfm/jknappen/ec/tcci1728.tfm + texmf-dist/fonts/tfm/jknappen/ec/tcci2074.tfm + texmf-dist/fonts/tfm/jknappen/ec/tcci2488.tfm + texmf-dist/fonts/tfm/jknappen/ec/tcci2986.tfm + texmf-dist/fonts/tfm/jknappen/ec/tcci3583.tfm + texmf-dist/fonts/tfm/jknappen/ec/tcit0800.tfm + texmf-dist/fonts/tfm/jknappen/ec/tcit0900.tfm + texmf-dist/fonts/tfm/jknappen/ec/tcit1000.tfm + texmf-dist/fonts/tfm/jknappen/ec/tcit1095.tfm + texmf-dist/fonts/tfm/jknappen/ec/tcit1200.tfm + texmf-dist/fonts/tfm/jknappen/ec/tcit1440.tfm + texmf-dist/fonts/tfm/jknappen/ec/tcit1728.tfm + texmf-dist/fonts/tfm/jknappen/ec/tcit2074.tfm + texmf-dist/fonts/tfm/jknappen/ec/tcit2488.tfm + texmf-dist/fonts/tfm/jknappen/ec/tcit2986.tfm + texmf-dist/fonts/tfm/jknappen/ec/tcit3583.tfm + texmf-dist/fonts/tfm/jknappen/ec/tcrb0500.tfm + texmf-dist/fonts/tfm/jknappen/ec/tcrb0600.tfm + texmf-dist/fonts/tfm/jknappen/ec/tcrb0700.tfm + texmf-dist/fonts/tfm/jknappen/ec/tcrb0800.tfm + texmf-dist/fonts/tfm/jknappen/ec/tcrb0900.tfm + texmf-dist/fonts/tfm/jknappen/ec/tcrb1000.tfm + texmf-dist/fonts/tfm/jknappen/ec/tcrb1095.tfm + texmf-dist/fonts/tfm/jknappen/ec/tcrb1200.tfm + texmf-dist/fonts/tfm/jknappen/ec/tcrb1440.tfm + texmf-dist/fonts/tfm/jknappen/ec/tcrb1728.tfm + texmf-dist/fonts/tfm/jknappen/ec/tcrb2074.tfm + texmf-dist/fonts/tfm/jknappen/ec/tcrb2488.tfm + texmf-dist/fonts/tfm/jknappen/ec/tcrb2986.tfm + texmf-dist/fonts/tfm/jknappen/ec/tcrb3583.tfm + texmf-dist/fonts/tfm/jknappen/ec/tcrm0500.tfm + texmf-dist/fonts/tfm/jknappen/ec/tcrm0600.tfm + texmf-dist/fonts/tfm/jknappen/ec/tcrm0700.tfm + texmf-dist/fonts/tfm/jknappen/ec/tcrm0800.tfm + texmf-dist/fonts/tfm/jknappen/ec/tcrm0900.tfm + texmf-dist/fonts/tfm/jknappen/ec/tcrm1000.tfm + texmf-dist/fonts/tfm/jknappen/ec/tcrm1095.tfm + texmf-dist/fonts/tfm/jknappen/ec/tcrm1200.tfm + texmf-dist/fonts/tfm/jknappen/ec/tcrm1440.tfm + texmf-dist/fonts/tfm/jknappen/ec/tcrm1728.tfm + texmf-dist/fonts/tfm/jknappen/ec/tcrm2074.tfm + texmf-dist/fonts/tfm/jknappen/ec/tcrm2488.tfm + texmf-dist/fonts/tfm/jknappen/ec/tcrm2986.tfm + texmf-dist/fonts/tfm/jknappen/ec/tcrm3583.tfm + texmf-dist/fonts/tfm/jknappen/ec/tcsi0500.tfm + texmf-dist/fonts/tfm/jknappen/ec/tcsi0600.tfm + texmf-dist/fonts/tfm/jknappen/ec/tcsi0700.tfm + texmf-dist/fonts/tfm/jknappen/ec/tcsi0800.tfm + texmf-dist/fonts/tfm/jknappen/ec/tcsi0900.tfm + texmf-dist/fonts/tfm/jknappen/ec/tcsi1000.tfm + texmf-dist/fonts/tfm/jknappen/ec/tcsi1095.tfm + texmf-dist/fonts/tfm/jknappen/ec/tcsi1200.tfm + texmf-dist/fonts/tfm/jknappen/ec/tcsi1440.tfm + texmf-dist/fonts/tfm/jknappen/ec/tcsi1728.tfm + texmf-dist/fonts/tfm/jknappen/ec/tcsi2074.tfm + texmf-dist/fonts/tfm/jknappen/ec/tcsi2488.tfm + texmf-dist/fonts/tfm/jknappen/ec/tcsi2986.tfm + texmf-dist/fonts/tfm/jknappen/ec/tcsi3583.tfm + texmf-dist/fonts/tfm/jknappen/ec/tcsl0500.tfm + texmf-dist/fonts/tfm/jknappen/ec/tcsl0600.tfm + texmf-dist/fonts/tfm/jknappen/ec/tcsl0700.tfm + texmf-dist/fonts/tfm/jknappen/ec/tcsl0800.tfm + texmf-dist/fonts/tfm/jknappen/ec/tcsl0900.tfm + texmf-dist/fonts/tfm/jknappen/ec/tcsl1000.tfm + texmf-dist/fonts/tfm/jknappen/ec/tcsl1095.tfm + texmf-dist/fonts/tfm/jknappen/ec/tcsl1200.tfm + texmf-dist/fonts/tfm/jknappen/ec/tcsl1440.tfm + texmf-dist/fonts/tfm/jknappen/ec/tcsl1728.tfm + texmf-dist/fonts/tfm/jknappen/ec/tcsl2074.tfm + texmf-dist/fonts/tfm/jknappen/ec/tcsl2488.tfm + texmf-dist/fonts/tfm/jknappen/ec/tcsl2986.tfm + texmf-dist/fonts/tfm/jknappen/ec/tcsl3583.tfm + texmf-dist/fonts/tfm/jknappen/ec/tcso0500.tfm + texmf-dist/fonts/tfm/jknappen/ec/tcso0600.tfm + texmf-dist/fonts/tfm/jknappen/ec/tcso0700.tfm + texmf-dist/fonts/tfm/jknappen/ec/tcso0800.tfm + texmf-dist/fonts/tfm/jknappen/ec/tcso0900.tfm + texmf-dist/fonts/tfm/jknappen/ec/tcso1000.tfm + texmf-dist/fonts/tfm/jknappen/ec/tcso1095.tfm + texmf-dist/fonts/tfm/jknappen/ec/tcso1200.tfm + texmf-dist/fonts/tfm/jknappen/ec/tcso1440.tfm + texmf-dist/fonts/tfm/jknappen/ec/tcso1728.tfm + texmf-dist/fonts/tfm/jknappen/ec/tcso2074.tfm + texmf-dist/fonts/tfm/jknappen/ec/tcso2488.tfm + texmf-dist/fonts/tfm/jknappen/ec/tcso2986.tfm + texmf-dist/fonts/tfm/jknappen/ec/tcso3583.tfm + texmf-dist/fonts/tfm/jknappen/ec/tcss0500.tfm + texmf-dist/fonts/tfm/jknappen/ec/tcss0600.tfm + texmf-dist/fonts/tfm/jknappen/ec/tcss0700.tfm + texmf-dist/fonts/tfm/jknappen/ec/tcss0800.tfm + texmf-dist/fonts/tfm/jknappen/ec/tcss0900.tfm + texmf-dist/fonts/tfm/jknappen/ec/tcss1000.tfm + texmf-dist/fonts/tfm/jknappen/ec/tcss1095.tfm + texmf-dist/fonts/tfm/jknappen/ec/tcss1200.tfm + texmf-dist/fonts/tfm/jknappen/ec/tcss1440.tfm + texmf-dist/fonts/tfm/jknappen/ec/tcss1728.tfm + texmf-dist/fonts/tfm/jknappen/ec/tcss2074.tfm + texmf-dist/fonts/tfm/jknappen/ec/tcss2488.tfm + texmf-dist/fonts/tfm/jknappen/ec/tcss2986.tfm + texmf-dist/fonts/tfm/jknappen/ec/tcss3583.tfm + texmf-dist/fonts/tfm/jknappen/ec/tcst0800.tfm + texmf-dist/fonts/tfm/jknappen/ec/tcst0900.tfm + texmf-dist/fonts/tfm/jknappen/ec/tcst1000.tfm + texmf-dist/fonts/tfm/jknappen/ec/tcst1095.tfm + texmf-dist/fonts/tfm/jknappen/ec/tcst1200.tfm + texmf-dist/fonts/tfm/jknappen/ec/tcst1440.tfm + texmf-dist/fonts/tfm/jknappen/ec/tcst1728.tfm + texmf-dist/fonts/tfm/jknappen/ec/tcst2074.tfm + texmf-dist/fonts/tfm/jknappen/ec/tcst2488.tfm + texmf-dist/fonts/tfm/jknappen/ec/tcst2986.tfm + texmf-dist/fonts/tfm/jknappen/ec/tcst3583.tfm + texmf-dist/fonts/tfm/jknappen/ec/tcsx0500.tfm + texmf-dist/fonts/tfm/jknappen/ec/tcsx0600.tfm + texmf-dist/fonts/tfm/jknappen/ec/tcsx0700.tfm + texmf-dist/fonts/tfm/jknappen/ec/tcsx0800.tfm + texmf-dist/fonts/tfm/jknappen/ec/tcsx0900.tfm + texmf-dist/fonts/tfm/jknappen/ec/tcsx1000.tfm + texmf-dist/fonts/tfm/jknappen/ec/tcsx1095.tfm + texmf-dist/fonts/tfm/jknappen/ec/tcsx1200.tfm + texmf-dist/fonts/tfm/jknappen/ec/tcsx1440.tfm + texmf-dist/fonts/tfm/jknappen/ec/tcsx1728.tfm + texmf-dist/fonts/tfm/jknappen/ec/tcsx2074.tfm + texmf-dist/fonts/tfm/jknappen/ec/tcsx2488.tfm + texmf-dist/fonts/tfm/jknappen/ec/tcsx2986.tfm + texmf-dist/fonts/tfm/jknappen/ec/tcsx3583.tfm + texmf-dist/fonts/tfm/jknappen/ec/tcti0500.tfm + texmf-dist/fonts/tfm/jknappen/ec/tcti0600.tfm + texmf-dist/fonts/tfm/jknappen/ec/tcti0700.tfm + texmf-dist/fonts/tfm/jknappen/ec/tcti0800.tfm + texmf-dist/fonts/tfm/jknappen/ec/tcti0900.tfm + texmf-dist/fonts/tfm/jknappen/ec/tcti1000.tfm + texmf-dist/fonts/tfm/jknappen/ec/tcti1095.tfm + texmf-dist/fonts/tfm/jknappen/ec/tcti1200.tfm + texmf-dist/fonts/tfm/jknappen/ec/tcti1440.tfm + texmf-dist/fonts/tfm/jknappen/ec/tcti1728.tfm + texmf-dist/fonts/tfm/jknappen/ec/tcti2074.tfm + texmf-dist/fonts/tfm/jknappen/ec/tcti2488.tfm + texmf-dist/fonts/tfm/jknappen/ec/tcti2986.tfm + texmf-dist/fonts/tfm/jknappen/ec/tcti3583.tfm + texmf-dist/fonts/tfm/jknappen/ec/tctt0800.tfm + texmf-dist/fonts/tfm/jknappen/ec/tctt0900.tfm + texmf-dist/fonts/tfm/jknappen/ec/tctt1000.tfm + texmf-dist/fonts/tfm/jknappen/ec/tctt1095.tfm + texmf-dist/fonts/tfm/jknappen/ec/tctt1200.tfm + texmf-dist/fonts/tfm/jknappen/ec/tctt1440.tfm + texmf-dist/fonts/tfm/jknappen/ec/tctt1728.tfm + texmf-dist/fonts/tfm/jknappen/ec/tctt2074.tfm + texmf-dist/fonts/tfm/jknappen/ec/tctt2488.tfm + texmf-dist/fonts/tfm/jknappen/ec/tctt2986.tfm + texmf-dist/fonts/tfm/jknappen/ec/tctt3583.tfm + texmf-dist/fonts/tfm/jknappen/ec/tcui0500.tfm + texmf-dist/fonts/tfm/jknappen/ec/tcui0600.tfm + texmf-dist/fonts/tfm/jknappen/ec/tcui0700.tfm + texmf-dist/fonts/tfm/jknappen/ec/tcui0800.tfm + texmf-dist/fonts/tfm/jknappen/ec/tcui0900.tfm + texmf-dist/fonts/tfm/jknappen/ec/tcui1000.tfm + texmf-dist/fonts/tfm/jknappen/ec/tcui1095.tfm + texmf-dist/fonts/tfm/jknappen/ec/tcui1200.tfm + texmf-dist/fonts/tfm/jknappen/ec/tcui1440.tfm + texmf-dist/fonts/tfm/jknappen/ec/tcui1728.tfm + texmf-dist/fonts/tfm/jknappen/ec/tcui2074.tfm + texmf-dist/fonts/tfm/jknappen/ec/tcui2488.tfm + texmf-dist/fonts/tfm/jknappen/ec/tcui2986.tfm + texmf-dist/fonts/tfm/jknappen/ec/tcui3583.tfm + texmf-dist/fonts/tfm/jknappen/ec/tcvi0800.tfm + texmf-dist/fonts/tfm/jknappen/ec/tcvi0900.tfm + texmf-dist/fonts/tfm/jknappen/ec/tcvi1000.tfm + texmf-dist/fonts/tfm/jknappen/ec/tcvi1095.tfm + texmf-dist/fonts/tfm/jknappen/ec/tcvi1200.tfm + texmf-dist/fonts/tfm/jknappen/ec/tcvi1440.tfm + texmf-dist/fonts/tfm/jknappen/ec/tcvi1728.tfm + texmf-dist/fonts/tfm/jknappen/ec/tcvi2074.tfm + texmf-dist/fonts/tfm/jknappen/ec/tcvi2488.tfm + texmf-dist/fonts/tfm/jknappen/ec/tcvi2986.tfm + texmf-dist/fonts/tfm/jknappen/ec/tcvi3583.tfm + texmf-dist/fonts/tfm/jknappen/ec/tcvt0800.tfm + texmf-dist/fonts/tfm/jknappen/ec/tcvt0900.tfm + texmf-dist/fonts/tfm/jknappen/ec/tcvt1000.tfm + texmf-dist/fonts/tfm/jknappen/ec/tcvt1095.tfm + texmf-dist/fonts/tfm/jknappen/ec/tcvt1200.tfm + texmf-dist/fonts/tfm/jknappen/ec/tcvt1440.tfm + texmf-dist/fonts/tfm/jknappen/ec/tcvt1728.tfm + texmf-dist/fonts/tfm/jknappen/ec/tcvt2074.tfm + texmf-dist/fonts/tfm/jknappen/ec/tcvt2488.tfm + texmf-dist/fonts/tfm/jknappen/ec/tcvt2986.tfm + texmf-dist/fonts/tfm/jknappen/ec/tcvt3583.tfm +catalogue-ctan /fonts/ec +catalogue-date 2009-08-27 17:24:27 +0200 +catalogue-license other-free +catalogue-version 1.0 + +name ecc +category Package +revision 15878 +shortdesc Sources for the European Concrete fonts. +longdesc The MetaFont sources and TFM files of the European Concrete +longdesc Fonts. This is the T1-encoded extension of Knuth's Concrete +longdesc fonts, including also the corresponding text companion fonts. +longdesc Adobe Type 1 versions of the fonts are available as part of the +longdesc cm-super font bundle. +docfiles size=3 + texmf-dist/doc/fonts/ecc/copyrite + texmf-dist/doc/fonts/ecc/liesmich + texmf-dist/doc/fonts/ecc/readme +runfiles size=71 + texmf-dist/fonts/source/public/ecc/conc10pt.mf + texmf-dist/fonts/source/public/ecc/conc5pt.mf + texmf-dist/fonts/source/public/ecc/conc6pt.mf + texmf-dist/fonts/source/public/ecc/conc7pt.mf + texmf-dist/fonts/source/public/ecc/conc8pt.mf + texmf-dist/fonts/source/public/ecc/conc9pt.mf + texmf-dist/fonts/source/public/ecc/coni10pt.mf + texmf-dist/fonts/source/public/ecc/eocc10.mf + texmf-dist/fonts/source/public/ecc/eorm10.mf + texmf-dist/fonts/source/public/ecc/eorm5.mf + texmf-dist/fonts/source/public/ecc/eorm6.mf + texmf-dist/fonts/source/public/ecc/eorm7.mf + texmf-dist/fonts/source/public/ecc/eorm8.mf + texmf-dist/fonts/source/public/ecc/eorm9.mf + texmf-dist/fonts/source/public/ecc/eosl10.mf + texmf-dist/fonts/source/public/ecc/eosl5.mf + texmf-dist/fonts/source/public/ecc/eosl6.mf + texmf-dist/fonts/source/public/ecc/eosl7.mf + texmf-dist/fonts/source/public/ecc/eosl8.mf + texmf-dist/fonts/source/public/ecc/eosl9.mf + texmf-dist/fonts/source/public/ecc/eoti10.mf + texmf-dist/fonts/source/public/ecc/tcssdc10.mf + texmf-dist/fonts/source/public/ecc/torm10.mf + texmf-dist/fonts/source/public/ecc/torm5.mf + texmf-dist/fonts/source/public/ecc/torm6.mf + texmf-dist/fonts/source/public/ecc/torm7.mf + texmf-dist/fonts/source/public/ecc/torm8.mf + texmf-dist/fonts/source/public/ecc/torm9.mf + texmf-dist/fonts/source/public/ecc/tosl10.mf + texmf-dist/fonts/source/public/ecc/tosl5.mf + texmf-dist/fonts/source/public/ecc/tosl6.mf + texmf-dist/fonts/source/public/ecc/tosl7.mf + texmf-dist/fonts/source/public/ecc/tosl8.mf + texmf-dist/fonts/source/public/ecc/tosl9.mf + texmf-dist/fonts/source/public/ecc/toti10.mf + texmf-dist/fonts/tfm/public/ecc/eocc10.tfm + texmf-dist/fonts/tfm/public/ecc/eorm10.tfm + texmf-dist/fonts/tfm/public/ecc/eorm5.tfm + texmf-dist/fonts/tfm/public/ecc/eorm6.tfm + texmf-dist/fonts/tfm/public/ecc/eorm7.tfm + texmf-dist/fonts/tfm/public/ecc/eorm8.tfm + texmf-dist/fonts/tfm/public/ecc/eorm9.tfm + texmf-dist/fonts/tfm/public/ecc/eosl10.tfm + texmf-dist/fonts/tfm/public/ecc/eosl5.tfm + texmf-dist/fonts/tfm/public/ecc/eosl6.tfm + texmf-dist/fonts/tfm/public/ecc/eosl7.tfm + texmf-dist/fonts/tfm/public/ecc/eosl8.tfm + texmf-dist/fonts/tfm/public/ecc/eosl9.tfm + texmf-dist/fonts/tfm/public/ecc/eoti10.tfm + texmf-dist/fonts/tfm/public/ecc/tcssdc10.tfm + texmf-dist/fonts/tfm/public/ecc/torm10.tfm + texmf-dist/fonts/tfm/public/ecc/torm5.tfm + texmf-dist/fonts/tfm/public/ecc/torm6.tfm + texmf-dist/fonts/tfm/public/ecc/torm7.tfm + texmf-dist/fonts/tfm/public/ecc/torm8.tfm + texmf-dist/fonts/tfm/public/ecc/torm9.tfm + texmf-dist/fonts/tfm/public/ecc/tosl10.tfm + texmf-dist/fonts/tfm/public/ecc/tosl5.tfm + texmf-dist/fonts/tfm/public/ecc/tosl6.tfm + texmf-dist/fonts/tfm/public/ecc/tosl7.tfm + texmf-dist/fonts/tfm/public/ecc/tosl8.tfm + texmf-dist/fonts/tfm/public/ecc/tosl9.tfm + texmf-dist/fonts/tfm/public/ecc/toti10.tfm +catalogue-ctan /fonts/ecc +catalogue-date 2006-12-07 15:13:33 +0100 +catalogue-license lppl + +name ecclesiastic +category Package +revision 15878 +shortdesc Typesetting Ecclesiastic Latin. +longdesc The package modifies the way the latin option to babel operates +longdesc when typesetting Latin. The style is somewhat 'frenchified' in +longdesc respect of punctuation spacings and footnote style; shortcuts +longdesc are available in order to set accents on all vowels, including +longdesc y and the diphthongs ae and oe. +docfiles size=38 + texmf-dist/doc/latex/ecclesiastic/README details="Readme" + texmf-dist/doc/latex/ecclesiastic/README.TEXLIVE + texmf-dist/doc/latex/ecclesiastic/ecclesiastic.pdf details="Package documentation" + texmf-dist/doc/latex/ecclesiastic/manifest.txt +srcfiles size=7 + texmf-dist/source/latex/ecclesiastic/ecclesiastic.dtx + texmf-dist/source/latex/ecclesiastic/ecclesiastic.ins +runfiles size=2 + texmf-dist/tex/latex/ecclesiastic/ecclesiastic.sty +catalogue-ctan /macros/latex/contrib/ecclesiastic +catalogue-date 2008-08-19 08:58:40 +0200 +catalogue-license lppl +catalogue-version 0.1 + +name ecltree +category Package +revision 15878 +shortdesc Trees using epic and eepic macros. +longdesc The package recursively draws trees: each subtree is defined in +longdesc a 'bundle' environment, with a set of leaves described by +longdesc \chunk macros. A chunk may have a bundle environment inside it. +docfiles size=12 + texmf-dist/doc/latex/ecltree/ecltreesample.pdf details="Package examples" + texmf-dist/doc/latex/ecltree/ecltreesample.tex +runfiles size=2 + texmf-dist/tex/latex/ecltree/ecltree.sty +catalogue-ctan /macros/latex/contrib/eclbip +catalogue-date 2008-06-01 23:17:13 +0200 +catalogue-license lppl +catalogue-version 1.1a + +name eco +category Package +revision 15878 +shortdesc Oldstyle numerals using EC fonts. +longdesc A set of font metric files and virtual fonts for using the EC +longdesc fonts with oldstyle numerals. These files can only be used +longdesc together with the standard ec fonts. The style file eco.sty is +longdesc sufficient to use the eco fonts but if you intend to use other +longdesc font families as well, e.g., PostScript fonts, try altfont. +docfiles size=9 + texmf-dist/doc/fonts/eco/CHANGES + texmf-dist/doc/fonts/eco/COPYING + texmf-dist/doc/fonts/eco/INSTALL + texmf-dist/doc/fonts/eco/README details="Readme" + texmf-dist/doc/fonts/eco/VERSION +srcfiles size=14 + texmf-dist/source/fonts/eco/TS1.etx + texmf-dist/source/fonts/eco/create.sh + texmf-dist/source/fonts/eco/dostretch.mtx + texmf-dist/source/fonts/eco/ecodh.tex + texmf-dist/source/fonts/eco/ecor.tex + texmf-dist/source/fonts/eco/ecori.tex + texmf-dist/source/fonts/eco/ecoss.tex + texmf-dist/source/fonts/eco/ecott.tex + texmf-dist/source/fonts/eco/ecovt.tex +runfiles size=916 + texmf-dist/fonts/tfm/public/eco/ecobi0500.tfm + texmf-dist/fonts/tfm/public/eco/ecobi0600.tfm + texmf-dist/fonts/tfm/public/eco/ecobi0700.tfm + texmf-dist/fonts/tfm/public/eco/ecobi0800.tfm + texmf-dist/fonts/tfm/public/eco/ecobi0900.tfm + texmf-dist/fonts/tfm/public/eco/ecobi1000.tfm + texmf-dist/fonts/tfm/public/eco/ecobi1095.tfm + texmf-dist/fonts/tfm/public/eco/ecobi1200.tfm + texmf-dist/fonts/tfm/public/eco/ecobi1440.tfm + texmf-dist/fonts/tfm/public/eco/ecobi1728.tfm + texmf-dist/fonts/tfm/public/eco/ecobi2074.tfm + texmf-dist/fonts/tfm/public/eco/ecobi2488.tfm + texmf-dist/fonts/tfm/public/eco/ecobi2986.tfm + texmf-dist/fonts/tfm/public/eco/ecobi3583.tfm + texmf-dist/fonts/tfm/public/eco/ecobl0500.tfm + texmf-dist/fonts/tfm/public/eco/ecobl0600.tfm + texmf-dist/fonts/tfm/public/eco/ecobl0700.tfm + texmf-dist/fonts/tfm/public/eco/ecobl0800.tfm + texmf-dist/fonts/tfm/public/eco/ecobl0900.tfm + texmf-dist/fonts/tfm/public/eco/ecobl1000.tfm + texmf-dist/fonts/tfm/public/eco/ecobl1095.tfm + texmf-dist/fonts/tfm/public/eco/ecobl1200.tfm + texmf-dist/fonts/tfm/public/eco/ecobl1440.tfm + texmf-dist/fonts/tfm/public/eco/ecobl1728.tfm + texmf-dist/fonts/tfm/public/eco/ecobl2074.tfm + texmf-dist/fonts/tfm/public/eco/ecobl2488.tfm + texmf-dist/fonts/tfm/public/eco/ecobl2986.tfm + texmf-dist/fonts/tfm/public/eco/ecobl3583.tfm + texmf-dist/fonts/tfm/public/eco/ecobx0500.tfm + texmf-dist/fonts/tfm/public/eco/ecobx0600.tfm + texmf-dist/fonts/tfm/public/eco/ecobx0700.tfm + texmf-dist/fonts/tfm/public/eco/ecobx0800.tfm + texmf-dist/fonts/tfm/public/eco/ecobx0900.tfm + texmf-dist/fonts/tfm/public/eco/ecobx1000.tfm + texmf-dist/fonts/tfm/public/eco/ecobx1095.tfm + texmf-dist/fonts/tfm/public/eco/ecobx1200.tfm + texmf-dist/fonts/tfm/public/eco/ecobx1440.tfm + texmf-dist/fonts/tfm/public/eco/ecobx1728.tfm + texmf-dist/fonts/tfm/public/eco/ecobx2074.tfm + texmf-dist/fonts/tfm/public/eco/ecobx2488.tfm + texmf-dist/fonts/tfm/public/eco/ecobx2986.tfm + texmf-dist/fonts/tfm/public/eco/ecobx3583.tfm + texmf-dist/fonts/tfm/public/eco/ecodh0500.tfm + texmf-dist/fonts/tfm/public/eco/ecodh0600.tfm + texmf-dist/fonts/tfm/public/eco/ecodh0700.tfm + texmf-dist/fonts/tfm/public/eco/ecodh0800.tfm + texmf-dist/fonts/tfm/public/eco/ecodh0900.tfm + texmf-dist/fonts/tfm/public/eco/ecodh1000.tfm + texmf-dist/fonts/tfm/public/eco/ecodh1095.tfm + texmf-dist/fonts/tfm/public/eco/ecodh1200.tfm + texmf-dist/fonts/tfm/public/eco/ecodh1440.tfm + texmf-dist/fonts/tfm/public/eco/ecodh1728.tfm + texmf-dist/fonts/tfm/public/eco/ecodh2074.tfm + texmf-dist/fonts/tfm/public/eco/ecodh2488.tfm + texmf-dist/fonts/tfm/public/eco/ecodh2986.tfm + texmf-dist/fonts/tfm/public/eco/ecodh3583.tfm + texmf-dist/fonts/tfm/public/eco/ecoit0600.tfm + texmf-dist/fonts/tfm/public/eco/ecoit0700.tfm + texmf-dist/fonts/tfm/public/eco/ecoit0800.tfm + texmf-dist/fonts/tfm/public/eco/ecoit0900.tfm + texmf-dist/fonts/tfm/public/eco/ecoit1000.tfm + texmf-dist/fonts/tfm/public/eco/ecoit1095.tfm + texmf-dist/fonts/tfm/public/eco/ecoit1200.tfm + texmf-dist/fonts/tfm/public/eco/ecoit1440.tfm + texmf-dist/fonts/tfm/public/eco/ecoit1728.tfm + texmf-dist/fonts/tfm/public/eco/ecoit2074.tfm + texmf-dist/fonts/tfm/public/eco/ecoit2488.tfm + texmf-dist/fonts/tfm/public/eco/ecoit2986.tfm + texmf-dist/fonts/tfm/public/eco/ecoit3583.tfm + texmf-dist/fonts/tfm/public/eco/ecorb0500.tfm + texmf-dist/fonts/tfm/public/eco/ecorb0600.tfm + texmf-dist/fonts/tfm/public/eco/ecorb0700.tfm + texmf-dist/fonts/tfm/public/eco/ecorb0800.tfm + texmf-dist/fonts/tfm/public/eco/ecorb0900.tfm + texmf-dist/fonts/tfm/public/eco/ecorb1000.tfm + texmf-dist/fonts/tfm/public/eco/ecorb1095.tfm + texmf-dist/fonts/tfm/public/eco/ecorb1200.tfm + texmf-dist/fonts/tfm/public/eco/ecorb1440.tfm + texmf-dist/fonts/tfm/public/eco/ecorb1728.tfm + texmf-dist/fonts/tfm/public/eco/ecorb2074.tfm + texmf-dist/fonts/tfm/public/eco/ecorb2488.tfm + texmf-dist/fonts/tfm/public/eco/ecorb2986.tfm + texmf-dist/fonts/tfm/public/eco/ecorb3583.tfm + texmf-dist/fonts/tfm/public/eco/ecorm0500.tfm + texmf-dist/fonts/tfm/public/eco/ecorm0600.tfm + texmf-dist/fonts/tfm/public/eco/ecorm0700.tfm + texmf-dist/fonts/tfm/public/eco/ecorm0800.tfm + texmf-dist/fonts/tfm/public/eco/ecorm0900.tfm + texmf-dist/fonts/tfm/public/eco/ecorm1000.tfm + texmf-dist/fonts/tfm/public/eco/ecorm1095.tfm + texmf-dist/fonts/tfm/public/eco/ecorm1200.tfm + texmf-dist/fonts/tfm/public/eco/ecorm1440.tfm + texmf-dist/fonts/tfm/public/eco/ecorm1728.tfm + texmf-dist/fonts/tfm/public/eco/ecorm2074.tfm + texmf-dist/fonts/tfm/public/eco/ecorm2488.tfm + texmf-dist/fonts/tfm/public/eco/ecorm2986.tfm + texmf-dist/fonts/tfm/public/eco/ecorm3583.tfm + texmf-dist/fonts/tfm/public/eco/ecosi0500.tfm + texmf-dist/fonts/tfm/public/eco/ecosi0600.tfm + texmf-dist/fonts/tfm/public/eco/ecosi0700.tfm + texmf-dist/fonts/tfm/public/eco/ecosi0800.tfm + texmf-dist/fonts/tfm/public/eco/ecosi0900.tfm + texmf-dist/fonts/tfm/public/eco/ecosi1000.tfm + texmf-dist/fonts/tfm/public/eco/ecosi1095.tfm + texmf-dist/fonts/tfm/public/eco/ecosi1200.tfm + texmf-dist/fonts/tfm/public/eco/ecosi1440.tfm + texmf-dist/fonts/tfm/public/eco/ecosi1728.tfm + texmf-dist/fonts/tfm/public/eco/ecosi2074.tfm + texmf-dist/fonts/tfm/public/eco/ecosi2488.tfm + texmf-dist/fonts/tfm/public/eco/ecosi2986.tfm + texmf-dist/fonts/tfm/public/eco/ecosi3583.tfm + texmf-dist/fonts/tfm/public/eco/ecosl0500.tfm + texmf-dist/fonts/tfm/public/eco/ecosl0600.tfm + texmf-dist/fonts/tfm/public/eco/ecosl0700.tfm + texmf-dist/fonts/tfm/public/eco/ecosl0800.tfm + texmf-dist/fonts/tfm/public/eco/ecosl0900.tfm + texmf-dist/fonts/tfm/public/eco/ecosl1000.tfm + texmf-dist/fonts/tfm/public/eco/ecosl1095.tfm + texmf-dist/fonts/tfm/public/eco/ecosl1200.tfm + texmf-dist/fonts/tfm/public/eco/ecosl1440.tfm + texmf-dist/fonts/tfm/public/eco/ecosl1728.tfm + texmf-dist/fonts/tfm/public/eco/ecosl2074.tfm + texmf-dist/fonts/tfm/public/eco/ecosl2488.tfm + texmf-dist/fonts/tfm/public/eco/ecosl2986.tfm + texmf-dist/fonts/tfm/public/eco/ecosl3583.tfm + texmf-dist/fonts/tfm/public/eco/ecoso0500.tfm + texmf-dist/fonts/tfm/public/eco/ecoso0600.tfm + texmf-dist/fonts/tfm/public/eco/ecoso0700.tfm + texmf-dist/fonts/tfm/public/eco/ecoso0800.tfm + texmf-dist/fonts/tfm/public/eco/ecoso0900.tfm + texmf-dist/fonts/tfm/public/eco/ecoso1000.tfm + texmf-dist/fonts/tfm/public/eco/ecoso1095.tfm + texmf-dist/fonts/tfm/public/eco/ecoso1200.tfm + texmf-dist/fonts/tfm/public/eco/ecoso1440.tfm + texmf-dist/fonts/tfm/public/eco/ecoso1728.tfm + texmf-dist/fonts/tfm/public/eco/ecoso2074.tfm + texmf-dist/fonts/tfm/public/eco/ecoso2488.tfm + texmf-dist/fonts/tfm/public/eco/ecoso2986.tfm + texmf-dist/fonts/tfm/public/eco/ecoso3583.tfm + texmf-dist/fonts/tfm/public/eco/ecoss0500.tfm + texmf-dist/fonts/tfm/public/eco/ecoss0600.tfm + texmf-dist/fonts/tfm/public/eco/ecoss0700.tfm + texmf-dist/fonts/tfm/public/eco/ecoss0800.tfm + texmf-dist/fonts/tfm/public/eco/ecoss0900.tfm + texmf-dist/fonts/tfm/public/eco/ecoss1000.tfm + texmf-dist/fonts/tfm/public/eco/ecoss1095.tfm + texmf-dist/fonts/tfm/public/eco/ecoss1200.tfm + texmf-dist/fonts/tfm/public/eco/ecoss1440.tfm + texmf-dist/fonts/tfm/public/eco/ecoss1728.tfm + texmf-dist/fonts/tfm/public/eco/ecoss2074.tfm + texmf-dist/fonts/tfm/public/eco/ecoss2488.tfm + texmf-dist/fonts/tfm/public/eco/ecoss2986.tfm + texmf-dist/fonts/tfm/public/eco/ecoss3583.tfm + texmf-dist/fonts/tfm/public/eco/ecost0600.tfm + texmf-dist/fonts/tfm/public/eco/ecost0700.tfm + texmf-dist/fonts/tfm/public/eco/ecost0800.tfm + texmf-dist/fonts/tfm/public/eco/ecost0900.tfm + texmf-dist/fonts/tfm/public/eco/ecost1000.tfm + texmf-dist/fonts/tfm/public/eco/ecost1095.tfm + texmf-dist/fonts/tfm/public/eco/ecost1200.tfm + texmf-dist/fonts/tfm/public/eco/ecost1440.tfm + texmf-dist/fonts/tfm/public/eco/ecost1728.tfm + texmf-dist/fonts/tfm/public/eco/ecost2074.tfm + texmf-dist/fonts/tfm/public/eco/ecost2488.tfm + texmf-dist/fonts/tfm/public/eco/ecost2986.tfm + texmf-dist/fonts/tfm/public/eco/ecost3583.tfm + texmf-dist/fonts/tfm/public/eco/ecosx0500.tfm + texmf-dist/fonts/tfm/public/eco/ecosx0600.tfm + texmf-dist/fonts/tfm/public/eco/ecosx0700.tfm + texmf-dist/fonts/tfm/public/eco/ecosx0800.tfm + texmf-dist/fonts/tfm/public/eco/ecosx0900.tfm + texmf-dist/fonts/tfm/public/eco/ecosx1000.tfm + texmf-dist/fonts/tfm/public/eco/ecosx1095.tfm + texmf-dist/fonts/tfm/public/eco/ecosx1200.tfm + texmf-dist/fonts/tfm/public/eco/ecosx1440.tfm + texmf-dist/fonts/tfm/public/eco/ecosx1728.tfm + texmf-dist/fonts/tfm/public/eco/ecosx2074.tfm + texmf-dist/fonts/tfm/public/eco/ecosx2488.tfm + texmf-dist/fonts/tfm/public/eco/ecosx2986.tfm + texmf-dist/fonts/tfm/public/eco/ecosx3583.tfm + texmf-dist/fonts/tfm/public/eco/ecoti0500.tfm + texmf-dist/fonts/tfm/public/eco/ecoti0600.tfm + texmf-dist/fonts/tfm/public/eco/ecoti0700.tfm + texmf-dist/fonts/tfm/public/eco/ecoti0800.tfm + texmf-dist/fonts/tfm/public/eco/ecoti0900.tfm + texmf-dist/fonts/tfm/public/eco/ecoti1000.tfm + texmf-dist/fonts/tfm/public/eco/ecoti1095.tfm + texmf-dist/fonts/tfm/public/eco/ecoti1200.tfm + texmf-dist/fonts/tfm/public/eco/ecoti1440.tfm + texmf-dist/fonts/tfm/public/eco/ecoti1728.tfm + texmf-dist/fonts/tfm/public/eco/ecoti2074.tfm + texmf-dist/fonts/tfm/public/eco/ecoti2488.tfm + texmf-dist/fonts/tfm/public/eco/ecoti2986.tfm + texmf-dist/fonts/tfm/public/eco/ecoti3583.tfm + texmf-dist/fonts/tfm/public/eco/ecott0600.tfm + texmf-dist/fonts/tfm/public/eco/ecott0700.tfm + texmf-dist/fonts/tfm/public/eco/ecott0800.tfm + texmf-dist/fonts/tfm/public/eco/ecott0900.tfm + texmf-dist/fonts/tfm/public/eco/ecott1000.tfm + texmf-dist/fonts/tfm/public/eco/ecott1095.tfm + texmf-dist/fonts/tfm/public/eco/ecott1200.tfm + texmf-dist/fonts/tfm/public/eco/ecott1440.tfm + texmf-dist/fonts/tfm/public/eco/ecott1728.tfm + texmf-dist/fonts/tfm/public/eco/ecott2074.tfm + texmf-dist/fonts/tfm/public/eco/ecott2488.tfm + texmf-dist/fonts/tfm/public/eco/ecott2986.tfm + texmf-dist/fonts/tfm/public/eco/ecott3583.tfm + texmf-dist/fonts/tfm/public/eco/ecoui0500.tfm + texmf-dist/fonts/tfm/public/eco/ecoui0600.tfm + texmf-dist/fonts/tfm/public/eco/ecoui0700.tfm + texmf-dist/fonts/tfm/public/eco/ecoui0800.tfm + texmf-dist/fonts/tfm/public/eco/ecoui0900.tfm + texmf-dist/fonts/tfm/public/eco/ecoui1000.tfm + texmf-dist/fonts/tfm/public/eco/ecoui1095.tfm + texmf-dist/fonts/tfm/public/eco/ecoui1200.tfm + texmf-dist/fonts/tfm/public/eco/ecoui1440.tfm + texmf-dist/fonts/tfm/public/eco/ecoui1728.tfm + texmf-dist/fonts/tfm/public/eco/ecoui2074.tfm + texmf-dist/fonts/tfm/public/eco/ecoui2488.tfm + texmf-dist/fonts/tfm/public/eco/ecoui2986.tfm + texmf-dist/fonts/tfm/public/eco/ecoui3583.tfm + texmf-dist/fonts/tfm/public/eco/ecovi0600.tfm + texmf-dist/fonts/tfm/public/eco/ecovi0700.tfm + texmf-dist/fonts/tfm/public/eco/ecovi0800.tfm + texmf-dist/fonts/tfm/public/eco/ecovi0900.tfm + texmf-dist/fonts/tfm/public/eco/ecovi1000.tfm + texmf-dist/fonts/tfm/public/eco/ecovi1095.tfm + texmf-dist/fonts/tfm/public/eco/ecovi1200.tfm + texmf-dist/fonts/tfm/public/eco/ecovi1440.tfm + texmf-dist/fonts/tfm/public/eco/ecovi1728.tfm + texmf-dist/fonts/tfm/public/eco/ecovi2074.tfm + texmf-dist/fonts/tfm/public/eco/ecovi2488.tfm + texmf-dist/fonts/tfm/public/eco/ecovi2986.tfm + texmf-dist/fonts/tfm/public/eco/ecovi3583.tfm + texmf-dist/fonts/tfm/public/eco/ecovt0600.tfm + texmf-dist/fonts/tfm/public/eco/ecovt0700.tfm + texmf-dist/fonts/tfm/public/eco/ecovt0800.tfm + texmf-dist/fonts/tfm/public/eco/ecovt0900.tfm + texmf-dist/fonts/tfm/public/eco/ecovt1000.tfm + texmf-dist/fonts/tfm/public/eco/ecovt1095.tfm + texmf-dist/fonts/tfm/public/eco/ecovt1200.tfm + texmf-dist/fonts/tfm/public/eco/ecovt1440.tfm + texmf-dist/fonts/tfm/public/eco/ecovt1728.tfm + texmf-dist/fonts/tfm/public/eco/ecovt2074.tfm + texmf-dist/fonts/tfm/public/eco/ecovt2488.tfm + texmf-dist/fonts/tfm/public/eco/ecovt2986.tfm + texmf-dist/fonts/tfm/public/eco/ecovt3583.tfm + texmf-dist/fonts/vf/public/eco/ecobi0500.vf + texmf-dist/fonts/vf/public/eco/ecobi0600.vf + texmf-dist/fonts/vf/public/eco/ecobi0700.vf + texmf-dist/fonts/vf/public/eco/ecobi0800.vf + texmf-dist/fonts/vf/public/eco/ecobi0900.vf + texmf-dist/fonts/vf/public/eco/ecobi1000.vf + texmf-dist/fonts/vf/public/eco/ecobi1095.vf + texmf-dist/fonts/vf/public/eco/ecobi1200.vf + texmf-dist/fonts/vf/public/eco/ecobi1440.vf + texmf-dist/fonts/vf/public/eco/ecobi1728.vf + texmf-dist/fonts/vf/public/eco/ecobi2074.vf + texmf-dist/fonts/vf/public/eco/ecobi2488.vf + texmf-dist/fonts/vf/public/eco/ecobi2986.vf + texmf-dist/fonts/vf/public/eco/ecobi3583.vf + texmf-dist/fonts/vf/public/eco/ecobl0500.vf + texmf-dist/fonts/vf/public/eco/ecobl0600.vf + texmf-dist/fonts/vf/public/eco/ecobl0700.vf + texmf-dist/fonts/vf/public/eco/ecobl0800.vf + texmf-dist/fonts/vf/public/eco/ecobl0900.vf + texmf-dist/fonts/vf/public/eco/ecobl1000.vf + texmf-dist/fonts/vf/public/eco/ecobl1095.vf + texmf-dist/fonts/vf/public/eco/ecobl1200.vf + texmf-dist/fonts/vf/public/eco/ecobl1440.vf + texmf-dist/fonts/vf/public/eco/ecobl1728.vf + texmf-dist/fonts/vf/public/eco/ecobl2074.vf + texmf-dist/fonts/vf/public/eco/ecobl2488.vf + texmf-dist/fonts/vf/public/eco/ecobl2986.vf + texmf-dist/fonts/vf/public/eco/ecobl3583.vf + texmf-dist/fonts/vf/public/eco/ecobx0500.vf + texmf-dist/fonts/vf/public/eco/ecobx0600.vf + texmf-dist/fonts/vf/public/eco/ecobx0700.vf + texmf-dist/fonts/vf/public/eco/ecobx0800.vf + texmf-dist/fonts/vf/public/eco/ecobx0900.vf + texmf-dist/fonts/vf/public/eco/ecobx1000.vf + texmf-dist/fonts/vf/public/eco/ecobx1095.vf + texmf-dist/fonts/vf/public/eco/ecobx1200.vf + texmf-dist/fonts/vf/public/eco/ecobx1440.vf + texmf-dist/fonts/vf/public/eco/ecobx1728.vf + texmf-dist/fonts/vf/public/eco/ecobx2074.vf + texmf-dist/fonts/vf/public/eco/ecobx2488.vf + texmf-dist/fonts/vf/public/eco/ecobx2986.vf + texmf-dist/fonts/vf/public/eco/ecobx3583.vf + texmf-dist/fonts/vf/public/eco/ecodh0500.vf + texmf-dist/fonts/vf/public/eco/ecodh0600.vf + texmf-dist/fonts/vf/public/eco/ecodh0700.vf + texmf-dist/fonts/vf/public/eco/ecodh0800.vf + texmf-dist/fonts/vf/public/eco/ecodh0900.vf + texmf-dist/fonts/vf/public/eco/ecodh1000.vf + texmf-dist/fonts/vf/public/eco/ecodh1095.vf + texmf-dist/fonts/vf/public/eco/ecodh1200.vf + texmf-dist/fonts/vf/public/eco/ecodh1440.vf + texmf-dist/fonts/vf/public/eco/ecodh1728.vf + texmf-dist/fonts/vf/public/eco/ecodh2074.vf + texmf-dist/fonts/vf/public/eco/ecodh2488.vf + texmf-dist/fonts/vf/public/eco/ecodh2986.vf + texmf-dist/fonts/vf/public/eco/ecodh3583.vf + texmf-dist/fonts/vf/public/eco/ecoit0600.vf + texmf-dist/fonts/vf/public/eco/ecoit0700.vf + texmf-dist/fonts/vf/public/eco/ecoit0800.vf + texmf-dist/fonts/vf/public/eco/ecoit0900.vf + texmf-dist/fonts/vf/public/eco/ecoit1000.vf + texmf-dist/fonts/vf/public/eco/ecoit1095.vf + texmf-dist/fonts/vf/public/eco/ecoit1200.vf + texmf-dist/fonts/vf/public/eco/ecoit1440.vf + texmf-dist/fonts/vf/public/eco/ecoit1728.vf + texmf-dist/fonts/vf/public/eco/ecoit2074.vf + texmf-dist/fonts/vf/public/eco/ecoit2488.vf + texmf-dist/fonts/vf/public/eco/ecoit2986.vf + texmf-dist/fonts/vf/public/eco/ecoit3583.vf + texmf-dist/fonts/vf/public/eco/ecorb0500.vf + texmf-dist/fonts/vf/public/eco/ecorb0600.vf + texmf-dist/fonts/vf/public/eco/ecorb0700.vf + texmf-dist/fonts/vf/public/eco/ecorb0800.vf + texmf-dist/fonts/vf/public/eco/ecorb0900.vf + texmf-dist/fonts/vf/public/eco/ecorb1000.vf + texmf-dist/fonts/vf/public/eco/ecorb1095.vf + texmf-dist/fonts/vf/public/eco/ecorb1200.vf + texmf-dist/fonts/vf/public/eco/ecorb1440.vf + texmf-dist/fonts/vf/public/eco/ecorb1728.vf + texmf-dist/fonts/vf/public/eco/ecorb2074.vf + texmf-dist/fonts/vf/public/eco/ecorb2488.vf + texmf-dist/fonts/vf/public/eco/ecorb2986.vf + texmf-dist/fonts/vf/public/eco/ecorb3583.vf + texmf-dist/fonts/vf/public/eco/ecorm0500.vf + texmf-dist/fonts/vf/public/eco/ecorm0600.vf + texmf-dist/fonts/vf/public/eco/ecorm0700.vf + texmf-dist/fonts/vf/public/eco/ecorm0800.vf + texmf-dist/fonts/vf/public/eco/ecorm0900.vf + texmf-dist/fonts/vf/public/eco/ecorm1000.vf + texmf-dist/fonts/vf/public/eco/ecorm1095.vf + texmf-dist/fonts/vf/public/eco/ecorm1200.vf + texmf-dist/fonts/vf/public/eco/ecorm1440.vf + texmf-dist/fonts/vf/public/eco/ecorm1728.vf + texmf-dist/fonts/vf/public/eco/ecorm2074.vf + texmf-dist/fonts/vf/public/eco/ecorm2488.vf + texmf-dist/fonts/vf/public/eco/ecorm2986.vf + texmf-dist/fonts/vf/public/eco/ecorm3583.vf + texmf-dist/fonts/vf/public/eco/ecosi0500.vf + texmf-dist/fonts/vf/public/eco/ecosi0600.vf + texmf-dist/fonts/vf/public/eco/ecosi0700.vf + texmf-dist/fonts/vf/public/eco/ecosi0800.vf + texmf-dist/fonts/vf/public/eco/ecosi0900.vf + texmf-dist/fonts/vf/public/eco/ecosi1000.vf + texmf-dist/fonts/vf/public/eco/ecosi1095.vf + texmf-dist/fonts/vf/public/eco/ecosi1200.vf + texmf-dist/fonts/vf/public/eco/ecosi1440.vf + texmf-dist/fonts/vf/public/eco/ecosi1728.vf + texmf-dist/fonts/vf/public/eco/ecosi2074.vf + texmf-dist/fonts/vf/public/eco/ecosi2488.vf + texmf-dist/fonts/vf/public/eco/ecosi2986.vf + texmf-dist/fonts/vf/public/eco/ecosi3583.vf + texmf-dist/fonts/vf/public/eco/ecosl0500.vf + texmf-dist/fonts/vf/public/eco/ecosl0600.vf + texmf-dist/fonts/vf/public/eco/ecosl0700.vf + texmf-dist/fonts/vf/public/eco/ecosl0800.vf + texmf-dist/fonts/vf/public/eco/ecosl0900.vf + texmf-dist/fonts/vf/public/eco/ecosl1000.vf + texmf-dist/fonts/vf/public/eco/ecosl1095.vf + texmf-dist/fonts/vf/public/eco/ecosl1200.vf + texmf-dist/fonts/vf/public/eco/ecosl1440.vf + texmf-dist/fonts/vf/public/eco/ecosl1728.vf + texmf-dist/fonts/vf/public/eco/ecosl2074.vf + texmf-dist/fonts/vf/public/eco/ecosl2488.vf + texmf-dist/fonts/vf/public/eco/ecosl2986.vf + texmf-dist/fonts/vf/public/eco/ecosl3583.vf + texmf-dist/fonts/vf/public/eco/ecoso0500.vf + texmf-dist/fonts/vf/public/eco/ecoso0600.vf + texmf-dist/fonts/vf/public/eco/ecoso0700.vf + texmf-dist/fonts/vf/public/eco/ecoso0800.vf + texmf-dist/fonts/vf/public/eco/ecoso0900.vf + texmf-dist/fonts/vf/public/eco/ecoso1000.vf + texmf-dist/fonts/vf/public/eco/ecoso1095.vf + texmf-dist/fonts/vf/public/eco/ecoso1200.vf + texmf-dist/fonts/vf/public/eco/ecoso1440.vf + texmf-dist/fonts/vf/public/eco/ecoso1728.vf + texmf-dist/fonts/vf/public/eco/ecoso2074.vf + texmf-dist/fonts/vf/public/eco/ecoso2488.vf + texmf-dist/fonts/vf/public/eco/ecoso2986.vf + texmf-dist/fonts/vf/public/eco/ecoso3583.vf + texmf-dist/fonts/vf/public/eco/ecoss0500.vf + texmf-dist/fonts/vf/public/eco/ecoss0600.vf + texmf-dist/fonts/vf/public/eco/ecoss0700.vf + texmf-dist/fonts/vf/public/eco/ecoss0800.vf + texmf-dist/fonts/vf/public/eco/ecoss0900.vf + texmf-dist/fonts/vf/public/eco/ecoss1000.vf + texmf-dist/fonts/vf/public/eco/ecoss1095.vf + texmf-dist/fonts/vf/public/eco/ecoss1200.vf + texmf-dist/fonts/vf/public/eco/ecoss1440.vf + texmf-dist/fonts/vf/public/eco/ecoss1728.vf + texmf-dist/fonts/vf/public/eco/ecoss2074.vf + texmf-dist/fonts/vf/public/eco/ecoss2488.vf + texmf-dist/fonts/vf/public/eco/ecoss2986.vf + texmf-dist/fonts/vf/public/eco/ecoss3583.vf + texmf-dist/fonts/vf/public/eco/ecost0600.vf + texmf-dist/fonts/vf/public/eco/ecost0700.vf + texmf-dist/fonts/vf/public/eco/ecost0800.vf + texmf-dist/fonts/vf/public/eco/ecost0900.vf + texmf-dist/fonts/vf/public/eco/ecost1000.vf + texmf-dist/fonts/vf/public/eco/ecost1095.vf + texmf-dist/fonts/vf/public/eco/ecost1200.vf + texmf-dist/fonts/vf/public/eco/ecost1440.vf + texmf-dist/fonts/vf/public/eco/ecost1728.vf + texmf-dist/fonts/vf/public/eco/ecost2074.vf + texmf-dist/fonts/vf/public/eco/ecost2488.vf + texmf-dist/fonts/vf/public/eco/ecost2986.vf + texmf-dist/fonts/vf/public/eco/ecost3583.vf + texmf-dist/fonts/vf/public/eco/ecosx0500.vf + texmf-dist/fonts/vf/public/eco/ecosx0600.vf + texmf-dist/fonts/vf/public/eco/ecosx0700.vf + texmf-dist/fonts/vf/public/eco/ecosx0800.vf + texmf-dist/fonts/vf/public/eco/ecosx0900.vf + texmf-dist/fonts/vf/public/eco/ecosx1000.vf + texmf-dist/fonts/vf/public/eco/ecosx1095.vf + texmf-dist/fonts/vf/public/eco/ecosx1200.vf + texmf-dist/fonts/vf/public/eco/ecosx1440.vf + texmf-dist/fonts/vf/public/eco/ecosx1728.vf + texmf-dist/fonts/vf/public/eco/ecosx2074.vf + texmf-dist/fonts/vf/public/eco/ecosx2488.vf + texmf-dist/fonts/vf/public/eco/ecosx2986.vf + texmf-dist/fonts/vf/public/eco/ecosx3583.vf + texmf-dist/fonts/vf/public/eco/ecoti0500.vf + texmf-dist/fonts/vf/public/eco/ecoti0600.vf + texmf-dist/fonts/vf/public/eco/ecoti0700.vf + texmf-dist/fonts/vf/public/eco/ecoti0800.vf + texmf-dist/fonts/vf/public/eco/ecoti0900.vf + texmf-dist/fonts/vf/public/eco/ecoti1000.vf + texmf-dist/fonts/vf/public/eco/ecoti1095.vf + texmf-dist/fonts/vf/public/eco/ecoti1200.vf + texmf-dist/fonts/vf/public/eco/ecoti1440.vf + texmf-dist/fonts/vf/public/eco/ecoti1728.vf + texmf-dist/fonts/vf/public/eco/ecoti2074.vf + texmf-dist/fonts/vf/public/eco/ecoti2488.vf + texmf-dist/fonts/vf/public/eco/ecoti2986.vf + texmf-dist/fonts/vf/public/eco/ecoti3583.vf + texmf-dist/fonts/vf/public/eco/ecott0600.vf + texmf-dist/fonts/vf/public/eco/ecott0700.vf + texmf-dist/fonts/vf/public/eco/ecott0800.vf + texmf-dist/fonts/vf/public/eco/ecott0900.vf + texmf-dist/fonts/vf/public/eco/ecott1000.vf + texmf-dist/fonts/vf/public/eco/ecott1095.vf + texmf-dist/fonts/vf/public/eco/ecott1200.vf + texmf-dist/fonts/vf/public/eco/ecott1440.vf + texmf-dist/fonts/vf/public/eco/ecott1728.vf + texmf-dist/fonts/vf/public/eco/ecott2074.vf + texmf-dist/fonts/vf/public/eco/ecott2488.vf + texmf-dist/fonts/vf/public/eco/ecott2986.vf + texmf-dist/fonts/vf/public/eco/ecott3583.vf + texmf-dist/fonts/vf/public/eco/ecoui0500.vf + texmf-dist/fonts/vf/public/eco/ecoui0600.vf + texmf-dist/fonts/vf/public/eco/ecoui0700.vf + texmf-dist/fonts/vf/public/eco/ecoui0800.vf + texmf-dist/fonts/vf/public/eco/ecoui0900.vf + texmf-dist/fonts/vf/public/eco/ecoui1000.vf + texmf-dist/fonts/vf/public/eco/ecoui1095.vf + texmf-dist/fonts/vf/public/eco/ecoui1200.vf + texmf-dist/fonts/vf/public/eco/ecoui1440.vf + texmf-dist/fonts/vf/public/eco/ecoui1728.vf + texmf-dist/fonts/vf/public/eco/ecoui2074.vf + texmf-dist/fonts/vf/public/eco/ecoui2488.vf + texmf-dist/fonts/vf/public/eco/ecoui2986.vf + texmf-dist/fonts/vf/public/eco/ecoui3583.vf + texmf-dist/fonts/vf/public/eco/ecovi0600.vf + texmf-dist/fonts/vf/public/eco/ecovi0700.vf + texmf-dist/fonts/vf/public/eco/ecovi0800.vf + texmf-dist/fonts/vf/public/eco/ecovi0900.vf + texmf-dist/fonts/vf/public/eco/ecovi1000.vf + texmf-dist/fonts/vf/public/eco/ecovi1095.vf + texmf-dist/fonts/vf/public/eco/ecovi1200.vf + texmf-dist/fonts/vf/public/eco/ecovi1440.vf + texmf-dist/fonts/vf/public/eco/ecovi1728.vf + texmf-dist/fonts/vf/public/eco/ecovi2074.vf + texmf-dist/fonts/vf/public/eco/ecovi2488.vf + texmf-dist/fonts/vf/public/eco/ecovi2986.vf + texmf-dist/fonts/vf/public/eco/ecovi3583.vf + texmf-dist/fonts/vf/public/eco/ecovt0600.vf + texmf-dist/fonts/vf/public/eco/ecovt0700.vf + texmf-dist/fonts/vf/public/eco/ecovt0800.vf + texmf-dist/fonts/vf/public/eco/ecovt0900.vf + texmf-dist/fonts/vf/public/eco/ecovt1000.vf + texmf-dist/fonts/vf/public/eco/ecovt1095.vf + texmf-dist/fonts/vf/public/eco/ecovt1200.vf + texmf-dist/fonts/vf/public/eco/ecovt1440.vf + texmf-dist/fonts/vf/public/eco/ecovt1728.vf + texmf-dist/fonts/vf/public/eco/ecovt2074.vf + texmf-dist/fonts/vf/public/eco/ecovt2488.vf + texmf-dist/fonts/vf/public/eco/ecovt2986.vf + texmf-dist/fonts/vf/public/eco/ecovt3583.vf + texmf-dist/tex/latex/eco/T1cmodh.fd + texmf-dist/tex/latex/eco/T1cmor.fd + texmf-dist/tex/latex/eco/T1cmoss.fd + texmf-dist/tex/latex/eco/T1cmott.fd + texmf-dist/tex/latex/eco/T1cmovt.fd + texmf-dist/tex/latex/eco/eco.sty +catalogue-ctan /fonts/eco +catalogue-date 2007-09-25 20:45:33 +0200 +catalogue-license gpl +catalogue-version 1.3 + +name economic +category Package +revision 15878 +shortdesc BibTeX support for submitting to Economics journals. +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. +docfiles size=31 + texmf-dist/doc/bibtex/economic/CHANGELOG + texmf-dist/doc/bibtex/economic/README + texmf-dist/doc/bibtex/economic/aer-cje-ex.bib + texmf-dist/doc/bibtex/economic/aer-cje-ex.tex + texmf-dist/doc/bibtex/economic/aer-natbib-ex.tex + texmf-dist/doc/bibtex/economic/ajae-ex.bib + texmf-dist/doc/bibtex/economic/ajae-ex.tex + texmf-dist/doc/bibtex/economic/ecca-ex.bib + texmf-dist/doc/bibtex/economic/ecca-ex.tex + texmf-dist/doc/bibtex/economic/erae-ex.bib + texmf-dist/doc/bibtex/economic/erae-ex.tex + texmf-dist/doc/bibtex/economic/itaxpf-ex-title.tex + texmf-dist/doc/bibtex/economic/itaxpf-ex.bib + texmf-dist/doc/bibtex/economic/itaxpf-ex.tex + texmf-dist/doc/bibtex/economic/oegatb-ex.bib + texmf-dist/doc/bibtex/economic/oegatb-ex.png + texmf-dist/doc/bibtex/economic/oegatb-ex.tex +runfiles size=168 + texmf-dist/bibtex/bst/economic/aer.bst + texmf-dist/bibtex/bst/economic/aertt.bst + texmf-dist/bibtex/bst/economic/agecon.bst + texmf-dist/bibtex/bst/economic/ajae.bst + texmf-dist/bibtex/bst/economic/apecon.bst + texmf-dist/bibtex/bst/economic/cje.bst + texmf-dist/bibtex/bst/economic/ecca.bst + texmf-dist/bibtex/bst/economic/econometrica-fr.bst + texmf-dist/bibtex/bst/economic/econometrica.bst + texmf-dist/bibtex/bst/economic/ecta.bst + texmf-dist/bibtex/bst/economic/erae.bst + texmf-dist/bibtex/bst/economic/ier.bst + texmf-dist/bibtex/bst/economic/itaxpf.bst + texmf-dist/bibtex/bst/economic/jpe.bst + texmf-dist/bibtex/bst/economic/oega.bst + texmf-dist/bibtex/bst/economic/regstud.bst + texmf-dist/bibtex/bst/economic/tandfx.bst + texmf-dist/bibtex/bst/economic/worlddev.bst + texmf-dist/tex/latex/economic/aer.sty + texmf-dist/tex/latex/economic/aertt.sty + texmf-dist/tex/latex/economic/agecon.cls + texmf-dist/tex/latex/economic/ajae.cls + texmf-dist/tex/latex/economic/apecon.cls + texmf-dist/tex/latex/economic/cje.sty + texmf-dist/tex/latex/economic/ecca.cls + texmf-dist/tex/latex/economic/erae.cls + texmf-dist/tex/latex/economic/itaxpf.cls + texmf-dist/tex/latex/economic/jrurstud.cls + texmf-dist/tex/latex/economic/oegatb.cls + texmf-dist/tex/latex/economic/pocoec.cls + texmf-dist/tex/latex/economic/regstud.cls + texmf-dist/tex/latex/economic/worlddev.cls +catalogue-ctan /biblio/bibtex/contrib/economic +catalogue-date 2009-01-31 15:27:48 +0100 +catalogue-license lppl + +name ecv +category Package +revision 15878 +shortdesc A fancy Curriculum Vitae class. +longdesc The class provides an environment for creating a fancily laid +longdesc out tabular curriculum vitae inspired by the european +longdesc curriculum vitae. The distribution comes with a German and an +longdesc English template. +docfiles size=83 + texmf-dist/doc/latex/ecv/COPYING + texmf-dist/doc/latex/ecv/README details="Readme" + texmf-dist/doc/latex/ecv/docstrip.cfg + texmf-dist/doc/latex/ecv/ecv.pdf details="Package documentation" + texmf-dist/doc/latex/ecv/template/CV-template_de.pdf details="Template (German)" language="de" + texmf-dist/doc/latex/ecv/template/CV-template_de.tex + texmf-dist/doc/latex/ecv/template/CV-template_en.pdf details="Template (English)" language="en" + texmf-dist/doc/latex/ecv/template/CV-template_en.tex + texmf-dist/doc/latex/ecv/template/Makefile + texmf-dist/doc/latex/ecv/template/portrait.eps +srcfiles size=11 + texmf-dist/source/latex/ecv/ecv.dtx + texmf-dist/source/latex/ecv/ecv.ins +runfiles size=6 + texmf-dist/tex/latex/ecv/ecv.cls + texmf-dist/tex/latex/ecv/ecvEnglish.ldf + texmf-dist/tex/latex/ecv/ecvGerman.ldf + texmf-dist/tex/latex/ecv/ecvNLS.sty +catalogue-ctan /macros/latex/contrib/ecv +catalogue-date 2009-10-22 11:02:28 +0200 +catalogue-license other-free +catalogue-version 0.2 + +name ed +category Package +revision 15878 +shortdesc Editorial Notes for LaTeX documents. +longdesc This package defines a couple of editorial notes that simplify +longdesc collaboration on a LaTeX text. These allow authors to annotate +longdesc status information in the source. In draft mode, the +longdesc annotations are shown for communication, and in publication +longdesc mode these are suppressed. +docfiles size=36 + texmf-dist/doc/latex/ed/README details="Readme" + texmf-dist/doc/latex/ed/ed.pdf details="Package documentation" +srcfiles size=5 + texmf-dist/source/latex/ed/ed.dtx + texmf-dist/source/latex/ed/ed.ins +runfiles size=2 + texmf-dist/tex/latex/ed/ed.sty +catalogue-ctan /macros/latex/contrib/ed +catalogue-date 2008-08-19 08:58:40 +0200 +catalogue-license lppl +catalogue-version v1.3 + +name edmac +category Package +revision 15878 +shortdesc Typeset scholarly edition. +longdesc A macro package for typesetting scholarly critical editions. +docfiles size=89 + texmf-dist/doc/latex/edmac/COPYRIGHT + texmf-dist/doc/latex/edmac/braonain.tex + texmf-dist/doc/latex/edmac/copying + texmf-dist/doc/latex/edmac/ed-nfss.txt + texmf-dist/doc/latex/edmac/edmac.doc + texmf-dist/doc/latex/edmac/edstanza.doc + texmf-dist/doc/latex/edmac/edszadoc.tex + texmf-dist/doc/latex/edmac/features.tex + texmf-dist/doc/latex/edmac/readme +srcfiles size=1 + texmf-dist/source/latex/edmac/edmac.drv +runfiles size=17 + texmf-dist/tex/generic/edmac/edmac.tex + texmf-dist/tex/generic/edmac/edmacfss.sty + texmf-dist/tex/generic/edmac/edstanza.tex + texmf-dist/tex/generic/edmac/tabmac.tex +catalogue-ctan /macros/plain/contrib/edmac +catalogue-date 2007-01-02 10:01:06 +0100 +catalogue-license lppl + +name edmargin +category Package +revision 15878 +shortdesc Multiple series of endnotes for critical editions. +longdesc Edmargin provides a very simple scheme for endnote sections for +longdesc critical editions. Endnotes can either be marked in the text, +longdesc or with marginal references to the page in the note sections +longdesc where the note is to be found. Notes can be set in individual +longdesc paragraphs, or in block paragraph mode (where there are many +longdesc short notes). Note sections will have running headers of the +longdesc form "Textual notes to pp. xx--yy". New note sections can be +longdesc created on the fly. There are predefined endnote sections for +longdesc textual notes, emendations, and explanatory notes. +docfiles size=50 + texmf-dist/doc/latex/edmargin/README details="Readme" + texmf-dist/doc/latex/edmargin/edmargin.pdf details="Package documentation" +srcfiles size=16 + texmf-dist/source/latex/edmargin/edmargin.dtx + texmf-dist/source/latex/edmargin/edmargin.ins +runfiles size=6 + texmf-dist/tex/latex/edmargin/edmargin.sty +catalogue-ctan /macros/latex/contrib/edmargin +catalogue-date 2008-08-19 08:58:40 +0200 +catalogue-license lppl +catalogue-version 1.02 + +name ednotes +category Package +revision 15878 +shortdesc Typeset scholarly editions. +longdesc A macro package for typesetting scholarly critical editions. +longdesc Provides macros for critical edition typesetting with LaTeX, +longdesc including support for line numbers and layers of footnotes. +docfiles size=145 + texmf-dist/doc/latex/ednotes/CHANGES.txt + texmf-dist/doc/latex/ednotes/CHANGING.txt + texmf-dist/doc/latex/ednotes/README details="Readme" + texmf-dist/doc/latex/ednotes/README.TEXLIVE + texmf-dist/doc/latex/ednotes/README4U.txt + texmf-dist/doc/latex/ednotes/READMORE.txt + texmf-dist/doc/latex/ednotes/ednotes.pdf details="All plain text files, as pdf:" language="en" + texmf-dist/doc/latex/ednotes/ednotes.tex + texmf-dist/doc/latex/ednotes/ednotugb.pdf details="TUGboat paper:" language="en" + texmf-dist/doc/latex/ednotes/emathtst.tex + texmf-dist/doc/latex/ednotes/varnrule.tex + texmf-dist/doc/latex/ednotes/visible.txt +runfiles size=30 + texmf-dist/tex/latex/ednotes/edcntwd0.sty + texmf-dist/tex/latex/ednotes/ednotes.sty + texmf-dist/tex/latex/ednotes/lblchng1.sty + texmf-dist/tex/latex/ednotes/mfparptc.sty + texmf-dist/tex/latex/ednotes/mfparxsp.sty +catalogue-ctan /macros/latex/contrib/ednotes +catalogue-date 2008-01-07 00:37:03 +0100 +catalogue-license lppl +catalogue-version 1.3a + +name eemeir +category Package +revision 15878 +shortdesc Adjust the gender of words in a document. +longdesc Defines macros for third-person singular pronouns (\E, \Em, +longdesc \Eir, \Eirs), which expand differently according to a +longdesc masculine/feminine switch. (If the switch is 'masculine', they +longdesc would expand to 'he', 'him', 'his' and 'his'; if 'feminine', +longdesc they would expand to 'she', 'her', 'her' and 'hers". Apart from +longdesc the pronouns, one can define 'word pairs', such as +longdesc mother/father, daughter/son, and so on. Gender may be defined +longdesc once per document, as an environment, or may be flipped on the +longdesc fly. +docfiles size=41 + texmf-dist/doc/latex/eemeir/README + texmf-dist/doc/latex/eemeir/eemeir.pdf +srcfiles size=6 + texmf-dist/source/latex/eemeir/eemeir.dtx + texmf-dist/source/latex/eemeir/eemeir.ins +runfiles size=1 + texmf-dist/tex/latex/eemeir/eemeir.sty +catalogue-ctan /macros/latex/contrib/eemeir +catalogue-date 2007-02-20 10:49:06 +0100 +catalogue-license lppl +catalogue-version 1.1b + +name eepic +category Package +revision 15878 +shortdesc Extensions to epic and the LaTeX drawing tools. +longdesc Extensions to epic and the LaTeX picture drawing environment, +longdesc include the drawing of lines at any slope, the drawing of +longdesc circles in any radii, and the drawing of dotted and dashed +longdesc lines much faster with much less TeX memory, and providing +longdesc several new commands for drawing ellipses, arcs, splines, and +longdesc filled circles and ellipses. The package uses tpic \special +longdesc commands. +docfiles size=46 + texmf-dist/doc/latex/eepic/eepic.pdf details="Package documentation" + texmf-dist/doc/latex/eepic/eepic.tex + texmf-dist/doc/latex/eepic/epic-eg3.fig + texmf-dist/doc/latex/eepic/epic-eg3.tex + texmf-dist/doc/latex/eepic/epic-eg4.fig + texmf-dist/doc/latex/eepic/epic-eg4.tex + texmf-dist/doc/latex/eepic/fig2eepic/epic-eg3.fig + texmf-dist/doc/latex/eepic/fig2eepic/epic-eg4.fig + texmf-dist/doc/latex/eepic/fig2eepic/fig2epic.1 + texmf-dist/doc/latex/eepic/fig2eepic/makefile + texmf-dist/doc/latex/eepic/fig2eepic/readme + texmf-dist/doc/latex/eepic/grafig.shar + texmf-dist/doc/latex/eepic/readme +runfiles size=13 + texmf-dist/tex/latex/eepic/eepic.sty + texmf-dist/tex/latex/eepic/eepicemu.sty + texmf-dist/tex/latex/eepic/epic.sty +catalogue-ctan /macros/latex/contrib/eepic +catalogue-date 2009-09-25 23:06:49 +0200 +catalogue-license pd +catalogue-version 1.1e + +name egameps +category Package +revision 15878 +shortdesc LaTeX package for typesetting extensive games. +longdesc The style is intended to have enough features to draw any +longdesc extensive game with relative ease. The facilities of PSTricks +longdesc are used for graphics. (An older version of the package, which +longdesc uses the LaTeX picture environment rather than PSTricks and +longdesc consequently has many fewer features is available on the +longdesc package home page.) +docfiles size=51 + texmf-dist/doc/latex/egameps/README + texmf-dist/doc/latex/egameps/egameps.pdf + texmf-dist/doc/latex/egameps/egameps.tex +runfiles size=11 + texmf-dist/tex/latex/egameps/egameps.sty +catalogue-ctan /macros/latex/contrib/egameps +catalogue-date 2009-11-06 13:29:36 +0100 +catalogue-license lppl +catalogue-version 1.1 + +name egplot +category Package +revision 15878 +shortdesc Encapsulate Gnuplot sources in LaTeX documents. +longdesc A package to encapsulate gnuplot commands in a LaTeX source +longdesc file, so that a document's figures are maintained in parallel +longdesc with the document source itself. +docfiles size=38 + texmf-dist/doc/latex/egplot/egplot.README + texmf-dist/doc/latex/egplot/manual.ps.gz +srcfiles size=15 + texmf-dist/source/latex/egplot/egplot.drv + texmf-dist/source/latex/egplot/egplot.dtx + texmf-dist/source/latex/egplot/egplot.ins + texmf-dist/source/latex/egplot/egpman.drv +runfiles size=3 + texmf-dist/tex/latex/egplot/egplot.sty +catalogue-ctan /macros/latex/contrib/egplot +catalogue-date 2007-12-04 22:25:23 +0100 +catalogue-license gpl +catalogue-version 1.02a + +name eiad +category Package +revision 15878 +shortdesc Traditional style Irish fonts. +longdesc In both lower and upper case 32 letters are defined (18 'plain' +longdesc ones, 5 long vowels and 9 aspirated consonants). The ligature +longdesc 'agus' is also made available. The remaining characters +longdesc (digits, punctuation and accents) are inherited from the +longdesc Computer Modern family of fonts. The font definitions use code +longdesc from the sauter fonts, so those fonts have to be installed +longdesc before using eiad. OT1*.fd files are provided for use with +longdesc LaTeX. +docfiles size=125 + texmf-dist/doc/fonts/eiad/Leigh_me.txt + texmf-dist/doc/fonts/eiad/amhrawn.pdf + texmf-dist/doc/fonts/eiad/amhrawn.tex + texmf-dist/doc/fonts/eiad/evening.pdf + texmf-dist/doc/fonts/eiad/evening.tex + texmf-dist/doc/fonts/eiad/micheal.ps + texmf-dist/doc/fonts/eiad/micheal.tex + texmf-dist/doc/fonts/eiad/recreat.pdf + texmf-dist/doc/fonts/eiad/recreat.tex +runfiles size=86 + texmf-dist/fonts/source/public/eiad/eiadb10.mf + texmf-dist/fonts/source/public/eiad/eiadbx10.mf + texmf-dist/fonts/source/public/eiad/eiadbxi10.mf + texmf-dist/fonts/source/public/eiad/eiadbxsl10.mf + texmf-dist/fonts/source/public/eiad/eiadccsc10.mf + texmf-dist/fonts/source/public/eiad/eiadci10.mf + texmf-dist/fonts/source/public/eiad/eiadcr10.mf + texmf-dist/fonts/source/public/eiad/eiadcsc10.mf + texmf-dist/fonts/source/public/eiad/eiadcsl10.mf + texmf-dist/fonts/source/public/eiad/eiadcslc9.mf + texmf-dist/fonts/source/public/eiad/eiaddunh10.mf + texmf-dist/fonts/source/public/eiad/eiadff10.mf + texmf-dist/fonts/source/public/eiad/eiadfi10.mf + texmf-dist/fonts/source/public/eiad/eiadfib8.mf + texmf-dist/fonts/source/public/eiad/eiadi10.mf + texmf-dist/fonts/source/public/eiad/eiaditt10.mf + texmf-dist/fonts/source/public/eiad/eiadr10.mf + texmf-dist/fonts/source/public/eiad/eiadr12.mf + texmf-dist/fonts/source/public/eiad/eiadr17.mf + texmf-dist/fonts/source/public/eiad/eiadsl10.mf + texmf-dist/fonts/source/public/eiad/eiadsltt10.mf + texmf-dist/fonts/source/public/eiad/eiadss10.mf + texmf-dist/fonts/source/public/eiad/eiadssbx10.mf + texmf-dist/fonts/source/public/eiad/eiadssdc10.mf + texmf-dist/fonts/source/public/eiad/eiadssi10.mf + texmf-dist/fonts/source/public/eiad/eiadssq8.mf + texmf-dist/fonts/source/public/eiad/eiadssqi8.mf + texmf-dist/fonts/source/public/eiad/eiadtcsc10.mf + texmf-dist/fonts/source/public/eiad/eiadtt10.mf + texmf-dist/fonts/source/public/eiad/eiadvtt10.mf + texmf-dist/fonts/source/public/eiad/eira.mf + texmf-dist/fonts/source/public/eiad/eirl.mf + texmf-dist/fonts/source/public/eiad/eiru.mf + texmf-dist/fonts/source/public/eiad/gaec7cb.mf + texmf-dist/fonts/source/public/eiad/gaelach.mf + texmf-dist/fonts/tfm/public/eiad/eiadb10.tfm + texmf-dist/fonts/tfm/public/eiad/eiadbx10.tfm + texmf-dist/fonts/tfm/public/eiad/eiadbxi10.tfm + texmf-dist/fonts/tfm/public/eiad/eiadbxsl10.tfm + texmf-dist/fonts/tfm/public/eiad/eiadccsc10.tfm + texmf-dist/fonts/tfm/public/eiad/eiadci10.tfm + texmf-dist/fonts/tfm/public/eiad/eiadcr10.tfm + texmf-dist/fonts/tfm/public/eiad/eiadcsc10.tfm + texmf-dist/fonts/tfm/public/eiad/eiadcsl10.tfm + texmf-dist/fonts/tfm/public/eiad/eiadcslc9.tfm + texmf-dist/fonts/tfm/public/eiad/eiaddunh10.tfm + texmf-dist/fonts/tfm/public/eiad/eiadff10.tfm + texmf-dist/fonts/tfm/public/eiad/eiadfi10.tfm + texmf-dist/fonts/tfm/public/eiad/eiadfib8.tfm + texmf-dist/fonts/tfm/public/eiad/eiadi10.tfm + texmf-dist/fonts/tfm/public/eiad/eiaditt10.tfm + texmf-dist/fonts/tfm/public/eiad/eiadr10.tfm + texmf-dist/fonts/tfm/public/eiad/eiadr12.tfm + texmf-dist/fonts/tfm/public/eiad/eiadr17.tfm + texmf-dist/fonts/tfm/public/eiad/eiadsl10.tfm + texmf-dist/fonts/tfm/public/eiad/eiadsltt10.tfm + texmf-dist/fonts/tfm/public/eiad/eiadss10.tfm + texmf-dist/fonts/tfm/public/eiad/eiadssbx10.tfm + texmf-dist/fonts/tfm/public/eiad/eiadssdc10.tfm + texmf-dist/fonts/tfm/public/eiad/eiadssi10.tfm + texmf-dist/fonts/tfm/public/eiad/eiadssq8.tfm + texmf-dist/fonts/tfm/public/eiad/eiadssqi8.tfm + texmf-dist/fonts/tfm/public/eiad/eiadtcsc10.tfm + texmf-dist/fonts/tfm/public/eiad/eiadtt10.tfm + texmf-dist/fonts/tfm/public/eiad/eiadvtt10.tfm + texmf-dist/tex/latex/eiad/OT1eiad.fd + texmf-dist/tex/latex/eiad/OT1eiadcc.fd + texmf-dist/tex/latex/eiad/OT1eiadss.fd + texmf-dist/tex/latex/eiad/OT1eiadtt.fd +catalogue-ctan /fonts/eiad +catalogue-date 2008-12-05 21:50:47 +0100 +catalogue-license noinfo + +name eiad-ltx +category Package +revision 15878 +shortdesc LaTeX support for the eiad font. +longdesc Provides macros for use of the eiad fonts in OT1 encoding. Also +longdesc offers a couple of MetaFont files described in the font +longdesc package, but not provided there. +docfiles size=1 + texmf-dist/doc/latex/eiad-ltx/README +srcfiles size=3 + texmf-dist/source/latex/eiad-ltx/eiad.dtx + texmf-dist/source/latex/eiad-ltx/eiad.ins +runfiles size=3 + texmf-dist/fonts/source/public/eiad-ltx/Fbf10.mf + texmf-dist/fonts/source/public/eiad-ltx/Fr10.mf + texmf-dist/tex/latex/eiad-ltx/eiad.sty +catalogue-ctan /macros/latex/contrib/eiad +catalogue-date 2007-02-06 22:00:42 +0100 +catalogue-license lppl +catalogue-version 1.0 + +name eijkhout +category Package +revision 15878 +shortdesc Victor Eijkhout's packages. +longdesc Three unrelated packages: - DB_process, to parse and process +longdesc database output; - CD_labeler, to typeset user text to fit on a +longdesc CD label; and - repeat, a nestable, generic loop macro. +runfiles size=9 + texmf-dist/tex/generic/eijkhout/CD_labeler.tex + texmf-dist/tex/generic/eijkhout/CD_labeler_test.tex + texmf-dist/tex/generic/eijkhout/DB_process.tex + texmf-dist/tex/generic/eijkhout/repeat.tex +catalogue-ctan /macros/generic/eijkhout +catalogue-date 2009-01-21 09:11:46 +0100 +catalogue-license collection + +name ellipsis +category Package +revision 15878 +shortdesc Fix uneven spacing around ellipses in LaTeX text mode. +longdesc This is a simple package that fixes a problem in the way LaTeX +longdesc handles ellipses: it always puts a tiny bit more space after +longdesc \dots in text mode than before it, which results in the +longdesc ellipsis being off-center when used between two words. +docfiles size=34 + texmf-dist/doc/latex/ellipsis/README details="Readme" + texmf-dist/doc/latex/ellipsis/ellipsis.pdf details="Package documentation" +srcfiles size=6 + texmf-dist/source/latex/ellipsis/ellipsis.dtx + texmf-dist/source/latex/ellipsis/ellipsis.ins +runfiles size=1 + texmf-dist/tex/latex/ellipsis/ellipsis.sty +catalogue-ctan /macros/latex/contrib/ellipsis +catalogue-date 2007-01-02 01:17:18 +0100 +catalogue-license lppl + +name elmath +category Package +revision 15878 +shortdesc Mathematics in Greek texts. +longdesc This package has been designed to facilitate the use of Greek +longdesc letters in mathematical mode. The package allows one to +longdesc directly type in Greek letters (in ISO 8859-7 encoding) in math +longdesc mode. +docfiles size=24 + texmf-dist/doc/latex/elmath/elmath.pdf details="Package documentation" +srcfiles size=4 + texmf-dist/source/latex/elmath/elmath.dtx + texmf-dist/source/latex/elmath/elmath.ins +runfiles size=3 + texmf-dist/tex/latex/elmath/elmath.sty +catalogue-ctan /macros/latex/contrib/elmath +catalogue-date 2007-05-25 16:15:27 +0200 +catalogue-license lppl +catalogue-version v1.2 + +name elpres +category Package +revision 15878 +shortdesc A simple class for electronic presentations +longdesc Elpres is a simple class for electronic presentations to be +longdesc shown on screen or a beamer. Elpres is derived from article.cls +longdesc and may be used with LaTeX or pdfLaTeX. +docfiles size=120 + texmf-dist/doc/latex/elpres/elpres-example.tex + texmf-dist/doc/latex/elpres/elpres-manual.pdf details="Package documentation" + texmf-dist/doc/latex/elpres/elpres-manual.tex + texmf-dist/doc/latex/elpres/gradient1.png + texmf-dist/doc/latex/elpres/gradient2.png +runfiles size=1 + texmf-dist/tex/latex/elpres/elpres.cls +catalogue-ctan /macros/latex/contrib/elpres +catalogue-date 2007-05-25 16:15:27 +0200 +catalogue-license lppl +catalogue-version v0.3 + +name elsarticle +category Package +revision 15878 +shortdesc Class for articles for submission to Elsevier journals. +longdesc The class is for typeset journal articles, is accepted for +longdesc submitted articles, both in Elsevier's electronic submission +longdesc system and elsewhere. It replaces the 10-year-old class elsart. +docfiles size=325 + texmf-dist/doc/latex/elsarticle/README details="Readme" + texmf-dist/doc/latex/elsarticle/els-1p.pdf + texmf-dist/doc/latex/elsarticle/els-3pd.pdf + texmf-dist/doc/latex/elsarticle/els1.pdf + texmf-dist/doc/latex/elsarticle/els2.pdf + texmf-dist/doc/latex/elsarticle/elsarticle-template-harv.tex + texmf-dist/doc/latex/elsarticle/elsarticle-template-num.tex + texmf-dist/doc/latex/elsarticle/elsdoc.pdf + texmf-dist/doc/latex/elsarticle/elsdoc.tex + texmf-dist/doc/latex/elsarticle/jfigs.pdf + texmf-dist/doc/latex/elsarticle/makefile + texmf-dist/doc/latex/elsarticle/manifest.txt + texmf-dist/doc/latex/elsarticle/pdfwidgets.sty + texmf-dist/doc/latex/elsarticle/rvdtx.sty +srcfiles size=8 + texmf-dist/source/latex/elsarticle/elsarticle.dtx + texmf-dist/source/latex/elsarticle/elsarticle.ins +runfiles size=29 + texmf-dist/bibtex/bst/elsarticle/elsarticle-harv.bst + texmf-dist/bibtex/bst/elsarticle/elsarticle-num-names.bst + texmf-dist/bibtex/bst/elsarticle/elsarticle-num.bst + texmf-dist/tex/latex/elsarticle/elsarticle.cls +catalogue-ctan /macros/latex/contrib/elsarticle +catalogue-date 2009-09-18 14:01:48 +0200 +catalogue-license lppl1.2 +catalogue-version 1.20 + +name elsevier +category Package +revision 15878 +shortdesc Classes for Elsevier Science journals. +longdesc The bundle contains a preprint class (elsart) and three journal +longdesc classes (elsart1p, elsart3p and elsart5p). All these files (and +longdesc the instructions for use) are provided by Elsevier themselves. +longdesc An updated article class for use when submitting to Elsevier is +longdesc available as package elsarticle. +docfiles size=105 + texmf-dist/doc/latex/elsevier/CHANGES + texmf-dist/doc/latex/elsevier/README details="README file" language="en" + texmf-dist/doc/latex/elsevier/instructions-harv.pdf details="Instructions for use, harvard-style citations" language="en" + texmf-dist/doc/latex/elsevier/instructions-harv.tex + texmf-dist/doc/latex/elsevier/instructions-num.pdf details="Instructions for use, numeric citations" language="en" + texmf-dist/doc/latex/elsevier/instructions-num.tex + texmf-dist/doc/latex/elsevier/template-harv.tex + texmf-dist/doc/latex/elsevier/template-num.tex +runfiles size=26 + texmf-dist/tex/latex/elsevier/elsart.cls + texmf-dist/tex/latex/elsevier/elsart1p.cls + texmf-dist/tex/latex/elsevier/elsart3p.cls + texmf-dist/tex/latex/elsevier/elsart5p.cls +catalogue-ctan /macros/latex/contrib/elsevier +catalogue-date 2008-06-24 12:25:28 +0200 +catalogue-license lppl +catalogue-version 2.20 + +name elsevier-bib +category Package +revision 15878 +shortdesc BibTeX styles to be used in Elsevier preprints. +longdesc Four styles, one 'harvard-like', and three with numeric labels, +longdesc for use with the Elsevier preprint styles or with the Elsevier +longdesc article class. +docfiles size=1 + texmf-dist/doc/bibtex/elsevier-bib/README-bst +runfiles size=29 + texmf-dist/bibtex/bst/elsevier-bib/elsart-harv.bst + texmf-dist/bibtex/bst/elsevier-bib/elsart-num-names.bst + texmf-dist/bibtex/bst/elsevier-bib/elsart-num-sort.bst + texmf-dist/bibtex/bst/elsevier-bib/elsart-num.bst +catalogue-ctan /biblio/bibtex/contrib/elsevier +catalogue-date 2008-06-24 12:24:51 +0200 +catalogue-license lppl + +name eltex +category Package +revision 15878 +shortdesc Simple circuit diagrams in LaTeX picture mode. +longdesc The macros enable the user to draw simple circuit diagrams in +longdesc the picture environment, with no need of special resources. The +longdesc macros are appropriate for drawing for school materials. The +longdesc circuit symbols accord to the various parts of the standard IEC +longdesc 617. +docfiles size=62 + texmf-dist/doc/latex/eltex/README details="Readme" + texmf-dist/doc/latex/eltex/man_en.pdf details="Package documentation (English)" language="en" + texmf-dist/doc/latex/eltex/man_en.tex + texmf-dist/doc/latex/eltex/pri_cz.pdf details="Package documentation (Czech)" language="cs" + texmf-dist/doc/latex/eltex/pri_cz.tex +runfiles size=26 + texmf-dist/tex/latex/eltex/eltex1.tex + texmf-dist/tex/latex/eltex/eltex2.tex + texmf-dist/tex/latex/eltex/eltex3.tex + texmf-dist/tex/latex/eltex/eltex4.tex + texmf-dist/tex/latex/eltex/eltex5.tex + texmf-dist/tex/latex/eltex/eltex6.tex + texmf-dist/tex/latex/eltex/eltex7.tex +catalogue-ctan /macros/latex/contrib/eltex +catalogue-date 2009-07-01 20:21:10 +0200 +catalogue-license lppl +catalogue-version 2.0 + +name elvish +category Package +revision 15878 +shortdesc Fonts for typesetting Tolkien Elvish scripts. +longdesc The bundle provides fonts for Cirth (cirth.mf, etc.) and for +longdesc Tengwar (teng10.mf). The Tengwar fonts are supported by macros +longdesc in teng.tex, or by the (better documented) tengtex package. +docfiles size=2 + texmf-dist/doc/fonts/elvish/README + texmf-dist/doc/fonts/elvish/teng.tex +runfiles size=22 + texmf-dist/fonts/source/public/elvish/cirth.mf + texmf-dist/fonts/source/public/elvish/teng10.mf + texmf-dist/fonts/source/public/elvish/tengdev.mf + texmf-dist/fonts/source/public/elvish/tengmacs.mf + texmf-dist/fonts/source/public/elvish/tengmain.mf + texmf-dist/fonts/source/public/elvish/tengsecs.mf + texmf-dist/fonts/source/public/elvish/tengteht.mf + texmf-dist/fonts/tfm/public/elvish/cirth.tfm + texmf-dist/fonts/tfm/public/elvish/teng10.tfm +catalogue-ctan /fonts/elvish +catalogue-date 2008-04-19 23:11:03 +0200 +catalogue-license other-free + +name em +category Package +revision 15878 +docfiles size=3 + texmf-dist/doc/latex/em/em.txt +srcfiles size=8 + texmf-dist/source/latex/em/em.fdd + texmf-dist/source/latex/em/em.ins +runfiles size=5 + texmf-dist/tex/latex/em/em.sty + +name emp +category Package +revision 15878 +shortdesc "Encapsulate" MetaPost figures in a document. +longdesc Emp is a package for encapsulating MetaPost figures in LaTeX: +longdesc the package provides environments where you can place MetaPost +longdesc commands, and means of using that code as fragments for +longdesc building up figures to include in your document. So, with emp, +longdesc the procedure is to run your document with LaTeX, run MetaPost, +longdesc and then complete running your document in the normal way. Emp +longdesc is therefore useful for keeping illustrations in synchrony with +longdesc the text. It also frees you from inventing descriptive names +longdesc for PostScript files that fit into the confines of file system +longdesc conventions. +docfiles size=62 + texmf-dist/doc/latex/emp/COPYING + texmf-dist/doc/latex/emp/README details="Package Readme" + texmf-dist/doc/latex/emp/emp.pdf details="Documented source" + texmf-dist/doc/latex/emp/empman.pdf details="Package manual" +srcfiles size=14 + texmf-dist/source/latex/emp/Makefile + texmf-dist/source/latex/emp/emp.drv + texmf-dist/source/latex/emp/emp.dtx + texmf-dist/source/latex/emp/emp.ins + texmf-dist/source/latex/emp/empman.drv +runfiles size=2 + texmf-dist/tex/latex/emp/emp.sty +catalogue-ctan /macros/latex/contrib/emp +catalogue-date 2008-06-01 23:17:13 +0200 +catalogue-license gpl + +name emptypage +category Package +revision 15878 +shortdesc Make empty pages really empty. +longdesc This package suppresses page numbers and headings from +longdesc appearing on empty pages. +docfiles size=16 + texmf-dist/doc/latex/emptypage/README details="Readme" + texmf-dist/doc/latex/emptypage/emptypage.pdf details="Package documentation" +srcfiles size=2 + texmf-dist/source/latex/emptypage/emptypage.dtx + texmf-dist/source/latex/emptypage/emptypage.ins +runfiles size=1 + texmf-dist/tex/latex/emptypage/emptypage.sty +catalogue-ctan /macros/latex/contrib/emptypage +catalogue-date 2009-07-08 16:04:10 +0200 +catalogue-license lppl +catalogue-version 1.1 + +name emulateapj +category Package +revision 15878 +shortdesc Produce output similar to that of APJ. +longdesc A LaTeX class (based on RevTeX) to produce preprints with the +longdesc page layout similar to that of the Astrophysical Journal. +docfiles size=50 + texmf-dist/doc/latex/emulateapj/README details="Readme" + texmf-dist/doc/latex/emulateapj/sample.pdf + texmf-dist/doc/latex/emulateapj/sample.tex +runfiles size=14 + texmf-dist/tex/latex/emulateapj/emulateapj.cls +catalogue-ctan /macros/latex/contrib/emulateapj +catalogue-date 2007-03-06 00:44:08 +0100 +catalogue-license lppl + +name enctex +category Package +revision 15878 +shortdesc A TeX extension that translates input on its way into TeX. +longdesc EncTeX is (another) tex extension, written at the change-file +longdesc level. It provides means of translating input on the way into +longdesc TeX. It allows, for example, translation of multibyte +longdesc sequences, such as utf-8 encoding. It appears in the two major +longdesc distributions as part of +docfiles size=118 + texmf-dist/doc/generic/enctex/COPYING + texmf-dist/doc/generic/enctex/COPYING.UCD + texmf-dist/doc/generic/enctex/INSTALL + texmf-dist/doc/generic/enctex/INSTALL.eng + texmf-dist/doc/generic/enctex/README + texmf-dist/doc/generic/enctex/changes.txt + texmf-dist/doc/generic/enctex/encdoc-e.pdf details="Reference manual (in English):" language="en" + texmf-dist/doc/generic/enctex/encdoc-e.tex + texmf-dist/doc/generic/enctex/encdoc.pdf details="Reference manual:" language="cs" + texmf-dist/doc/generic/enctex/encdoc.tex + texmf-dist/doc/generic/enctex/math-example.tex + texmf-dist/doc/generic/enctex/unimap.diff + texmf-dist/doc/generic/enctex/unimap.py + texmf-dist/doc/generic/enctex/vlna.tex +runfiles size=62 + texmf-dist/tex/generic/enctex/1250-csf.tex + texmf-dist/tex/generic/enctex/1250-il2.tex + texmf-dist/tex/generic/enctex/1250-latex.tex + texmf-dist/tex/generic/enctex/1250-t1.tex + texmf-dist/tex/generic/enctex/852-csf.tex + texmf-dist/tex/generic/enctex/852-il2.tex + texmf-dist/tex/generic/enctex/852-latex.tex + texmf-dist/tex/generic/enctex/852-t1.tex + texmf-dist/tex/generic/enctex/csfmacro.tex + texmf-dist/tex/generic/enctex/dcfonts.tex + texmf-dist/tex/generic/enctex/ecfonts.tex + texmf-dist/tex/generic/enctex/enc-u.tex + texmf-dist/tex/generic/enctex/encmacro.tex + texmf-dist/tex/generic/enctex/il2-1250.tex + texmf-dist/tex/generic/enctex/il2-852.tex + texmf-dist/tex/generic/enctex/il2-csf.tex + texmf-dist/tex/generic/enctex/il2-kam.tex + texmf-dist/tex/generic/enctex/il2-t1.tex + texmf-dist/tex/generic/enctex/kam-csf.tex + texmf-dist/tex/generic/enctex/kam-il2.tex + texmf-dist/tex/generic/enctex/kam-latex.tex + texmf-dist/tex/generic/enctex/kam-t1.tex + texmf-dist/tex/generic/enctex/noprefnt.tex + texmf-dist/tex/generic/enctex/plain-1250-cs.tex + texmf-dist/tex/generic/enctex/plain-1250-dc.tex + texmf-dist/tex/generic/enctex/plain-852-cs.tex + texmf-dist/tex/generic/enctex/plain-852-dc.tex + texmf-dist/tex/generic/enctex/plain-il2-cs.tex + texmf-dist/tex/generic/enctex/plain-il2-dc.tex + texmf-dist/tex/generic/enctex/plain-kam-cs.tex + texmf-dist/tex/generic/enctex/plain-kam-dc.tex + texmf-dist/tex/generic/enctex/plain-utf8-cs.tex + texmf-dist/tex/generic/enctex/plain-utf8-ec.tex + texmf-dist/tex/generic/enctex/polyset.tex + texmf-dist/tex/generic/enctex/t1macro.tex + texmf-dist/tex/generic/enctex/utf8-csf.tex + texmf-dist/tex/generic/enctex/utf8-t1.tex + texmf-dist/tex/generic/enctex/utf8cseq.tex + texmf-dist/tex/generic/enctex/utf8math.tex + texmf-dist/tex/generic/enctex/utf8raw.tex + texmf-dist/tex/generic/enctex/utf8unkn.tex + texmf-dist/tex/generic/enctex/utf8warn.tex +catalogue-ctan /systems/enctex +catalogue-date 2007-08-25 13:43:10 +0200 +catalogue-license gpl + +name encxvlna +category Package +revision 15878 +shortdesc Insert nonbreakable spaces, using encTeX. +longdesc The package provides tools for inserting nonbreakable spaces +longdesc after nonsyllabic prepositions and single letter conjunctions +longdesc as required by Czech and Slovak typographical rules. It is +longdesc implemented using encTeX and provides files both for plain TeX +longdesc and LaTeX. The LaTeX solution tries to avoid conflicts with +longdesc other packages. +docfiles size=73 + texmf-dist/doc/generic/encxvlna/License.txt + texmf-dist/doc/generic/encxvlna/README details="Readme" + texmf-dist/doc/generic/encxvlna/encxvlna.pdf details="Package documentation" + texmf-dist/doc/generic/encxvlna/encxvlna.tex + texmf-dist/doc/generic/encxvlna/vlna-inc.tex +runfiles size=3 + texmf-dist/tex/latex/encxvlna/encxvlna.sty + texmf-dist/tex/plain/encxvlna/encxvlna.tex +catalogue-ctan /macros/generic/encxvlna +catalogue-date 2008-08-19 08:58:40 +0200 +catalogue-license lppl + +name endfloat +category Package +revision 15878 +shortdesc Move floats to the end with markers where they belong. +longdesc Place all figures on pages by themselves at the end of the +longdesc document, optionally leaving markers like "[Figure 3 about +longdesc here]" in the text near to where the figure (or table) would +longdesc normally have occurred. (The current maintainer has announced +longdesc that he would like to relinquish control of the package; +longdesc potential maintainers are solicited...) +docfiles size=95 + texmf-dist/doc/latex/endfloat/COPYING + texmf-dist/doc/latex/endfloat/endfloat.asc + texmf-dist/doc/latex/endfloat/endfloat.pdf details="Package documentation" + texmf-dist/doc/latex/endfloat/readme.enf +srcfiles size=22 + texmf-dist/source/latex/endfloat/endfloat.drv + texmf-dist/source/latex/endfloat/endfloat.dtx + texmf-dist/source/latex/endfloat/endfloat.ins +runfiles size=4 + texmf-dist/tex/latex/endfloat/efxmpl.cfg + texmf-dist/tex/latex/endfloat/endfloat.sty +catalogue-ctan /macros/latex/contrib/endfloat +catalogue-date 2009-09-25 23:06:49 +0200 +catalogue-license gpl +catalogue-version 2.4i + +name endheads +category Package +revision 15878 +shortdesc Running headers of the form "Notes to pp.xx-yy" +longdesc Endheads provides running headers of the form "Notes to pp. xx- +longdesc yy" for endnotes sections. It also enables one to reset the +longdesc endnotes counter, and put a line marking the chapter change in +longdesc the endnotes, at the beginning of every chapter. Endheads +longdesc requires the fancyhdr, needspace, ifthen, and endnotes +longdesc packages. +docfiles size=37 + texmf-dist/doc/latex/endheads/README + texmf-dist/doc/latex/endheads/endheads.pdf details="Package documentation" +srcfiles size=7 + texmf-dist/source/latex/endheads/endheads.dtx + texmf-dist/source/latex/endheads/endheads.ins +runfiles size=3 + texmf-dist/tex/latex/endheads/endheads.sty +catalogue-ctan /macros/latex/contrib/endheads +catalogue-date 2009-03-12 01:34:25 +0100 +catalogue-license lppl +catalogue-version v1.53 + +name engpron +category Package +revision 15878 +shortdesc Helps to type the pronunciation of English words. +longdesc This package provides macros beginning with the '' character, +longdesc made active, which enable us to write the British or American +longdesc English pronunciation as one can find it in the 'English +longdesc Pronouncing Dictionary' by Daniel Jones. There is an option to +longdesc typeset the pronunciation in the style of Harrap's dictionary. +docfiles size=590 + texmf-dist/doc/latex/engpron/LISEZMOI details="Lisez moi" language="fr" + texmf-dist/doc/latex/engpron/README details="Readme" language="en" + texmf-dist/doc/latex/engpron/engpron-en.pdf details="Package documentation (English)" language="en" + texmf-dist/doc/latex/engpron/engpron-ex-en.pdf details="Usage example (English)" language="en" + texmf-dist/doc/latex/engpron/engpron-ex-fr.pdf details="Usage example (French)" language="fr" + texmf-dist/doc/latex/engpron/engpron-fr.pdf + texmf-dist/doc/latex/engpron/engpron.pdf details="Package documentation (French)" language="fr" +srcfiles size=24 + texmf-dist/source/latex/engpron/Makefile + texmf-dist/source/latex/engpron/engpron.dtx + texmf-dist/source/latex/engpron/engpron.ins +runfiles size=3 + texmf-dist/tex/latex/engpron/engpron.sty +catalogue-ctan /macros/latex/contrib/engpron +catalogue-date 2008-08-16 17:33:04 +0200 +catalogue-license lppl +catalogue-version 2 + +name engrec +category Package +revision 15878 +shortdesc Enumerate with lower- or uppercase Greek letters. +longdesc This package provides two macros \engrec and \EnGrec to convert +longdesc number arguments to lower case or upper case greek letters. +longdesc They have the syntax of \alph, i.e. \engrec{a_counter}, +longdesc \EnGrec{a_counter}. Options are provided to work with the +longdesc upgreek and fourier packages. Requires amstext. +docfiles size=71 + texmf-dist/doc/latex/engrec/LISEZMOI + texmf-dist/doc/latex/engrec/README details="Package Readme" + texmf-dist/doc/latex/engrec/engrec.pdf details="Package documentation" +srcfiles size=7 + texmf-dist/source/latex/engrec/Makefile + texmf-dist/source/latex/engrec/engrec.dtx + texmf-dist/source/latex/engrec/engrec.ins +runfiles size=2 + texmf-dist/tex/latex/engrec/engrec.sty +catalogue-ctan /macros/latex/contrib/engrec +catalogue-date 2008-05-07 22:48:57 +0200 +catalogue-license lppl +catalogue-version 1.1 + +name enumitem +category Package +revision 15878 +shortdesc Control layout of itemize, enumerate, description. +longdesc This package provides user control over the layout of the three +longdesc basic list environments: enumerate, itemize and description. It +longdesc supersedes both enumerate and mdwlist (providing well- +longdesc structured replacements for all their funtionality), and in +longdesc addition provides functions to compute the layout of labels, +longdesc and to 'clone' the standard environments, to create new +longdesc environments with counters of their own. +docfiles size=50 + texmf-dist/doc/latex/enumitem/README details="Readme" + texmf-dist/doc/latex/enumitem/enumitem.pdf details="Package documentation" + texmf-dist/doc/latex/enumitem/enumitem.tex +runfiles size=5 + texmf-dist/tex/latex/enumitem/enumitem.sty +catalogue-ctan /macros/latex/contrib/enumitem +catalogue-date 2009-05-18 18:39:46 +0200 +catalogue-license lppl +catalogue-version 2.2 + +name envbig +category Package +revision 15878 +shortdesc Printing addresses on envelopes. +longdesc A simple package, that prints both 'from' and 'to' addresses. +docfiles size=1 + texmf-dist/doc/latex/envbig/README +runfiles size=1 + texmf-dist/tex/latex/envbig/envbig.sty +catalogue-ctan /macros/latex/contrib/envbig +catalogue-date 2008-11-11 20:51:43 +0100 +catalogue-license lppl + +name environ +category Package +revision 15878 +shortdesc A new interface for environments in LaTeX. +longdesc The package provides the \collect@body command (as in amsmath), +longdesc as well as a \long version \Collect@Body, for collecting the +longdesc body text of an environment. These commands are used to define +longdesc a new author interface to creating new environments. For +longdesc example: \NewEnviron{test} wraps the entire environment body in +longdesc square brackets, doing the right thing in ignoring leading and +longdesc trailing spaces. +docfiles size=34 + texmf-dist/doc/latex/environ/README details="Readme" + texmf-dist/doc/latex/environ/environ.pdf details="Package documentation" +srcfiles size=7 + texmf-dist/source/latex/environ/environ.dtx + texmf-dist/source/latex/environ/environ.ins +runfiles size=2 + texmf-dist/tex/latex/environ/environ.sty +catalogue-ctan /macros/latex/contrib/environ +catalogue-date 2008-08-19 08:58:40 +0200 +catalogue-license lppl +catalogue-version 0.2 + +name envlab +category Package +revision 15878 +shortdesc Addresses on envelopes or mailing labels. +longdesc A LaTeX package for producing mailing envelopes and labels, +longdesc including barcodes and address formatting according to the US +longdesc Postal Service rules. Redefines the standard \makelabels +longdesc command of the LaTeX letter documentclass. +docfiles size=109 + texmf-dist/doc/latex/envlab/elguide.pdf details="User guide" + texmf-dist/doc/latex/envlab/elguide.tex + texmf-dist/doc/latex/envlab/envlab.pdf details="Documentation source" + texmf-dist/doc/latex/envlab/readme.v12 +srcfiles size=19 + texmf-dist/source/latex/envlab/elold.ins + texmf-dist/source/latex/envlab/envlab.drv + texmf-dist/source/latex/envlab/envlab.dtx + texmf-dist/source/latex/envlab/envlab.ins +runfiles size=7 + texmf-dist/tex/latex/envlab/envlab.cfg + texmf-dist/tex/latex/envlab/envlab.sty +catalogue-ctan /macros/latex/contrib/envlab +catalogue-date 2009-01-23 15:11:09 +0100 +catalogue-license lppl +catalogue-version 1.2 + +name epigrafica +category Package +revision 15878 +shortdesc A Greek and Latin font. +longdesc Epigrafica is forked from the development of the MgOpen font +longdesc Cosmetica, which is a similar design to Optima and includes +longdesc Greek. Development has been supported by the Laboratory of +longdesc Digital Typography and Mathematical Software, of the Department +longdesc of Mathematics of the University of the Aegean, Greece. +execute addMap epigrafica.map +docfiles size=4 + texmf-dist/doc/fonts/epigrafica/README + texmf-dist/doc/fonts/epigrafica/epigrafica.tex +runfiles size=161 + texmf-dist/fonts/afm/public/epigrafica/Epigrafica-Entona.afm + texmf-dist/fonts/afm/public/epigrafica/Epigrafica-EntonaReonta.afm + texmf-dist/fonts/afm/public/epigrafica/Epigrafica-Ortha.afm + texmf-dist/fonts/afm/public/epigrafica/Epigrafica-Pezokefalaia.afm + texmf-dist/fonts/afm/public/epigrafica/Epigrafica-Reonta.afm + texmf-dist/fonts/enc/dvips/epigrafica/epigraficahellenic.enc + texmf-dist/fonts/map/dvips/epigrafica/epigrafica.map + texmf-dist/fonts/tfm/public/epigrafica/epigraficab8a.tfm + texmf-dist/fonts/tfm/public/epigrafica/epigraficab8r.tfm + texmf-dist/fonts/tfm/public/epigrafica/epigraficabi8a.tfm + texmf-dist/fonts/tfm/public/epigrafica/epigraficabi8r.tfm + texmf-dist/fonts/tfm/public/epigrafica/epigraficabo8a.tfm + texmf-dist/fonts/tfm/public/epigrafica/epigraficabo8r.tfm + texmf-dist/fonts/tfm/public/epigrafica/epigraficac8a.tfm + texmf-dist/fonts/tfm/public/epigrafica/epigraficac8r.tfm + texmf-dist/fonts/tfm/public/epigrafica/epigraficahb7a.tfm + texmf-dist/fonts/tfm/public/epigrafica/epigraficahb7r.tfm + texmf-dist/fonts/tfm/public/epigrafica/epigraficahbi7a.tfm + texmf-dist/fonts/tfm/public/epigrafica/epigraficahbi7r.tfm + texmf-dist/fonts/tfm/public/epigrafica/epigraficahbo7a.tfm + texmf-dist/fonts/tfm/public/epigrafica/epigraficahbo7r.tfm + texmf-dist/fonts/tfm/public/epigrafica/epigraficahc7a.tfm + texmf-dist/fonts/tfm/public/epigrafica/epigraficahc7r.tfm + texmf-dist/fonts/tfm/public/epigrafica/epigraficahi7a.tfm + texmf-dist/fonts/tfm/public/epigrafica/epigraficahi7r.tfm + texmf-dist/fonts/tfm/public/epigrafica/epigraficahn7r.tfm + texmf-dist/fonts/tfm/public/epigrafica/epigraficaho7a.tfm + texmf-dist/fonts/tfm/public/epigrafica/epigraficaho7r.tfm + texmf-dist/fonts/tfm/public/epigrafica/epigraficai8a.tfm + texmf-dist/fonts/tfm/public/epigrafica/epigraficai8r.tfm + texmf-dist/fonts/tfm/public/epigrafica/epigrafican8a.tfm + texmf-dist/fonts/tfm/public/epigrafica/epigrafican8r.tfm + texmf-dist/fonts/tfm/public/epigrafica/epigraficao8a.tfm + texmf-dist/fonts/tfm/public/epigrafica/epigraficao8r.tfm + texmf-dist/fonts/tfm/public/epigrafica/gepigraficahn7a.tfm + texmf-dist/fonts/type1/public/epigrafica/Epigrafica-Entona.pfb + texmf-dist/fonts/type1/public/epigrafica/Epigrafica-EntonaReonta.pfb + texmf-dist/fonts/type1/public/epigrafica/Epigrafica-Ortha.pfb + texmf-dist/fonts/type1/public/epigrafica/Epigrafica-Pezokefalaia.pfb + texmf-dist/fonts/type1/public/epigrafica/Epigrafica-Reonta.pfb + texmf-dist/fonts/vf/public/epigrafica/epigraficab8r.vf + texmf-dist/fonts/vf/public/epigrafica/epigraficabi8r.vf + texmf-dist/fonts/vf/public/epigrafica/epigraficabo8r.vf + texmf-dist/fonts/vf/public/epigrafica/epigraficac8r.vf + texmf-dist/fonts/vf/public/epigrafica/epigraficahb7r.vf + texmf-dist/fonts/vf/public/epigrafica/epigraficahbi7r.vf + texmf-dist/fonts/vf/public/epigrafica/epigraficahbo7r.vf + texmf-dist/fonts/vf/public/epigrafica/epigraficahc7r.vf + texmf-dist/fonts/vf/public/epigrafica/epigraficahi7r.vf + texmf-dist/fonts/vf/public/epigrafica/epigraficahn7r.vf + texmf-dist/fonts/vf/public/epigrafica/epigraficaho7r.vf + texmf-dist/fonts/vf/public/epigrafica/epigraficai8r.vf + texmf-dist/fonts/vf/public/epigrafica/epigrafican8r.vf + texmf-dist/fonts/vf/public/epigrafica/epigraficao8r.vf + texmf-dist/tex/latex/epigrafica/epigrafica.sty + texmf-dist/tex/latex/epigrafica/lgrepigrafica.fd + texmf-dist/tex/latex/epigrafica/ot1epigrafica.fd +catalogue-ctan /fonts/greek/epigrafica +catalogue-date 2009-10-05 15:02:47 +0200 +catalogue-license gpl +catalogue-version 1.01 + +name epigraph +category Package +revision 15878 +shortdesc A package for typesetting epigraphs. +longdesc Epigraphs are the pithy quotations often found at the start (or +longdesc end) of a chapter. Both single epigraphs and lists of epigraphs +longdesc are catered for. Various aspects are easily configurable. +docfiles size=46 + texmf-dist/doc/latex/epigraph/README details="Readme" + texmf-dist/doc/latex/epigraph/epigraph.pdf details="Package documentation" +srcfiles size=9 + texmf-dist/source/latex/epigraph/epigraph.dtx + texmf-dist/source/latex/epigraph/epigraph.ins +runfiles size=2 + texmf-dist/tex/latex/epigraph/epigraph.sty +catalogue-ctan /macros/latex/contrib/epigraph +catalogue-date 2009-09-02 18:09:14 +0200 +catalogue-license lppl1.3 +catalogue-version 1.5c + +name epiolmec +category Package +revision 15878 +shortdesc Typesetting the Epi-Olmec Language. +longdesc The package contains all the necessary files to typeset Epi- +longdesc Olmec ``documents'', a script used in Southern Middle America +longdesc until about 500 AD. +execute addMap epiolmec.map +docfiles size=32 + texmf-dist/doc/latex/epiolmec/GlyphAccessCommands.pdf +srcfiles size=8 + texmf-dist/source/latex/epiolmec/epiolmec.dtx + texmf-dist/source/latex/epiolmec/epiolmec.ins +runfiles size=34 + texmf-dist/fonts/map/dvips/epiolmec/epiolmec.map + texmf-dist/fonts/tfm/public/epiolmec/EpiOlmec.tfm + texmf-dist/fonts/type1/public/epiolmec/Epi-Olmec.pfb + texmf-dist/tex/latex/epiolmec/epiolmec.sty +catalogue-ctan /language/epiolmec +catalogue-date 2007-02-06 22:00:42 +0100 +catalogue-license lppl + +name eplain +category Package +revision 15878 +shortdesc Extended plain tex macros. +longdesc A powerfully extended version of the plain format, adding +longdesc support for bibliographies, tables of contents, enumerated +longdesc lists, verbatim input of files, numbered equations, tables, +longdesc two-column output, footnotes, hyperlinks in PDF output and +longdesc commutative diagrams. Eplain can also load some of the more +longdesc useful LaTeX packages, notably graphics, graphicx, color, +longdesc autopict (a package instance of the LaTeX picture code), +longdesc psfrag, and url. +depend pdftex +depend eplain.ARCH +execute AddFormat name=eplain engine=pdftex patterns=language.dat options="-translate-file=cp227.tcx *eplain.ini" +docfiles size=519 + texmf-dist/doc/eplain/AUTHORS + texmf-dist/doc/eplain/COPYING + texmf-dist/doc/eplain/ChangeLog + texmf-dist/doc/eplain/INSTALL + texmf-dist/doc/eplain/NEWS + texmf-dist/doc/eplain/PROJECTS + texmf-dist/doc/eplain/README details="Package Readme" + texmf-dist/doc/eplain/README.TOP + texmf-dist/doc/eplain/demo/Makefile + texmf-dist/doc/eplain/demo/lscommnt.tex + texmf-dist/doc/eplain/demo/xhyper.tex + texmf-dist/doc/eplain/doc/eplain.html + texmf-dist/doc/eplain/doc/eplain.pdf details="Package documentation" + texmf-dist/doc/eplain/doc/lscommnt.jpg + 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 +srcfiles size=144 + texmf-dist/source/eplain/eplain-source-3.3.zip + texmf-dist/source/eplain/xeplain.tex +runfiles size=50 + texmf-dist/tex/eplain/arrow.tex + texmf-dist/tex/eplain/btxmac.tex + texmf-dist/tex/eplain/eplain.aux + texmf-dist/tex/eplain/eplain.ini + texmf-dist/tex/eplain/eplain.tex +catalogue-ctan /macros/eplain +catalogue-date 2009-09-25 23:06:49 +0200 +catalogue-license other-free +catalogue-version 3.3 + +name eplain.alpha-linux +category Package +revision 15878 +shortdesc alpha-linux files of eplain +binfiles arch=alpha-linux size=1 + bin/alpha-linux/eplain + +name eplain.i386-cygwin +category Package +revision 15878 +shortdesc i386-cygwin files of eplain +binfiles arch=i386-cygwin size=1 + bin/i386-cygwin/eplain + +name eplain.i386-linux +category Package +revision 15878 +shortdesc i386-linux files of eplain +binfiles arch=i386-linux size=1 + bin/i386-linux/eplain + +name eplain.i386-netbsd +category Package +revision 15878 +shortdesc i386-netbsd files of eplain +binfiles arch=i386-netbsd size=1 + bin/i386-netbsd/eplain + +name eplain.i386-solaris +category Package +revision 15878 +shortdesc i386-solaris files of eplain +binfiles arch=i386-solaris size=1 + bin/i386-solaris/eplain + +name eplain.mips-irix +category Package +revision 15878 +shortdesc mips-irix files of eplain +binfiles arch=mips-irix size=1 + bin/mips-irix/eplain + +name eplain.powerpc-aix +category Package +revision 15878 +shortdesc powerpc-aix files of eplain +binfiles arch=powerpc-aix size=1 + bin/powerpc-aix/eplain + +name eplain.powerpc-linux +category Package +revision 15878 +shortdesc powerpc-linux files of eplain +binfiles arch=powerpc-linux size=1 + bin/powerpc-linux/eplain + +name eplain.sparc-linux +category Package +revision 15878 +shortdesc sparc-linux files of eplain +binfiles arch=sparc-linux size=1 + bin/sparc-linux/eplain + +name eplain.sparc-solaris +category Package +revision 15878 +shortdesc sparc-solaris files of eplain +binfiles arch=sparc-solaris size=1 + bin/sparc-solaris/eplain + +name eplain.universal-darwin +category Package +revision 15878 +shortdesc universal-darwin files of eplain +binfiles arch=universal-darwin size=1 + bin/universal-darwin/eplain + +name eplain.win32 +category Package +revision 15878 +shortdesc win32 files of eplain +binfiles arch=win32 size=1 + bin/win32/eplain.exe + +name eplain.x86_64-linux +category Package +revision 15878 +shortdesc x86_64-linux files of eplain +binfiles arch=x86_64-linux size=1 + bin/x86_64-linux/eplain + +name epsdice +category Package +revision 15878 +shortdesc A scalable dice "font". +longdesc The epsdice package defines a single command \epsdice that +longdesc takes a numeric argument (in the range 1-6), and selects a face +longdesc image from a file that contains each of the 6 possible die +longdesc faces. The graphic file is provided in both Encapsulated +longdesc PostScript and PDF formats. +docfiles size=22 + texmf-dist/doc/latex/epsdice/README details="Readme" + texmf-dist/doc/latex/epsdice/dice.eps + texmf-dist/doc/latex/epsdice/dice.pdf details="Sample dice" + texmf-dist/doc/latex/epsdice/epsdice.pdf details="Package Documentation" +srcfiles size=6 + texmf-dist/source/latex/epsdice/epsdice.dtx + texmf-dist/source/latex/epsdice/epsdice.ins +runfiles size=5 + texmf-dist/tex/latex/epsdice/dice.eps + texmf-dist/tex/latex/epsdice/dice.pdf + texmf-dist/tex/latex/epsdice/epsdice.cfg + texmf-dist/tex/latex/epsdice/epsdice.sty +catalogue-ctan /macros/latex/contrib/epsdice +catalogue-date 2007-02-15 14:08:03 +0100 +catalogue-license lppl +catalogue-version 2.1 + +name epsf +category Package +revision 15878 +shortdesc Simple macros for EPS inclusion. +longdesc The original graphics inclusion macros for use with dvips; +longdesc still widely used by Plain TeX users (in particular). For LaTeX +longdesc users, the package is nowadays deprecated in favour of the more +longdesc sophisticated standard LaTeX graphics bundle of packages (which +longdesc are also available to Plain TeX users, either via its Plain TeX +longdesc version, or through the support offered by etex). +docfiles size=26 + texmf-dist/doc/generic/epsf/LICENSE + texmf-dist/doc/generic/epsf/Makefile + texmf-dist/doc/generic/epsf/README details="Readme" + texmf-dist/doc/generic/epsf/bboxgrid.ps + texmf-dist/doc/generic/epsf/fndbadps + texmf-dist/doc/generic/epsf/okay/teps.eps + texmf-dist/doc/generic/epsf/okay/tepsf.eps + texmf-dist/doc/generic/epsf/okay/tepsf1.dvi + texmf-dist/doc/generic/epsf/okay/tepsf2.dvi + texmf-dist/doc/generic/epsf/okay/tepsf3.dvi + texmf-dist/doc/generic/epsf/teps.eps + texmf-dist/doc/generic/epsf/tepsf.eps + texmf-dist/doc/generic/epsf/tepsf1.tex + texmf-dist/doc/generic/epsf/tepsf2.ltx + texmf-dist/doc/generic/epsf/tepsf3.tex +runfiles size=14 + texmf-dist/tex/generic/epsf/epsf.sty + texmf-dist/tex/generic/epsf/epsf.tex +catalogue-ctan /macros/generic/epsf +catalogue-date 2009-08-02 13:57:01 +0200 +catalogue-license pd +catalogue-version 2.7.3 + +name epsincl +category Package +revision 15878 +shortdesc Include EPS in MetaPost figures. +longdesc The package facilitates including EPS files in MetaPost +longdesc figures; it makes use of (G)AWK. +docfiles size=9 + texmf-dist/doc/metapost/epsincl/0info.txt + texmf-dist/doc/metapost/epsincl/README + texmf-dist/doc/metapost/epsincl/epsincl.awk + texmf-dist/doc/metapost/epsincl/epsincl.bat + texmf-dist/doc/metapost/epsincl/testinc0.eps + texmf-dist/doc/metapost/epsincl/testincl.bat + texmf-dist/doc/metapost/epsincl/testincl.mp + texmf-dist/doc/metapost/epsincl/testincl.sh +runfiles size=1 + texmf-dist/metapost/epsincl/epsincl.mp +catalogue-ctan /graphics/metapost/contrib/macros/epsincl +catalogue-date 2008-08-19 20:15:24 +0200 +catalogue-license pd +catalogue-version 0.2 + +name epslatex-fr +category Package +revision 15878 +catalogue fepslatex +shortdesc French version of "graphics in LaTeX". +longdesc This is the French translation of epslatex, and describes how +longdesc to use imported graphics in LaTeX(2e) documents. +docfiles size=824 + texmf-dist/doc/latex/epslatex-fr/Ball.eps + texmf-dist/doc/latex/epslatex-fr/CHAP2.sty + texmf-dist/doc/latex/epslatex-fr/Construction.eps + texmf-dist/doc/latex/epslatex-fr/Franc-chap.sty + texmf-dist/doc/latex/epslatex-fr/README + texmf-dist/doc/latex/epslatex-fr/README.TEXLIVE + texmf-dist/doc/latex/epslatex-fr/Warning.eps + texmf-dist/doc/latex/epslatex-fr/alltex.sty + texmf-dist/doc/latex/epslatex-fr/auteurs.sty + texmf-dist/doc/latex/epslatex-fr/bases.sty + texmf-dist/doc/latex/epslatex-fr/block.sty + texmf-dist/doc/latex/epslatex-fr/box1.eps + texmf-dist/doc/latex/epslatex-fr/box2.eps + texmf-dist/doc/latex/epslatex-fr/boxes.sty + texmf-dist/doc/latex/epslatex-fr/btxdoc.bib + texmf-dist/doc/latex/epslatex-fr/cm.eps + texmf-dist/doc/latex/epslatex-fr/cm.ps + texmf-dist/doc/latex/epslatex-fr/danger.eps + texmf-dist/doc/latex/epslatex-fr/divers.sty + texmf-dist/doc/latex/epslatex-fr/ebnf.sty + texmf-dist/doc/latex/epslatex-fr/export.sty + texmf-dist/doc/latex/epslatex-fr/fepslatex.pdf details="The document itself" + texmf-dist/doc/latex/epslatex-fr/fepslatex.tex + texmf-dist/doc/latex/epslatex-fr/fill.sty + texmf-dist/doc/latex/epslatex-fr/fmparhack.sty + texmf-dist/doc/latex/epslatex-fr/foot.sty + texmf-dist/doc/latex/epslatex-fr/fr.sty + texmf-dist/doc/latex/epslatex-fr/franc.sty + texmf-dist/doc/latex/epslatex-fr/frnew.sty + texmf-dist/doc/latex/epslatex-fr/g_toc_entry.sty + texmf-dist/doc/latex/epslatex-fr/graphic.eps + texmf-dist/doc/latex/epslatex-fr/hands.sty + texmf-dist/doc/latex/epslatex-fr/header.tex + texmf-dist/doc/latex/epslatex-fr/indentondemand.sty + texmf-dist/doc/latex/epslatex-fr/makecmds.sty + texmf-dist/doc/latex/epslatex-fr/makerobust.sty + texmf-dist/doc/latex/epslatex-fr/mass.eps + texmf-dist/doc/latex/epslatex-fr/mypatches.sty + texmf-dist/doc/latex/epslatex-fr/myvarioref.sty + texmf-dist/doc/latex/epslatex-fr/nrfoot.sty + texmf-dist/doc/latex/epslatex-fr/origin.eps + texmf-dist/doc/latex/epslatex-fr/overlay.sty + texmf-dist/doc/latex/epslatex-fr/pale.eps + texmf-dist/doc/latex/epslatex-fr/pend.eps + texmf-dist/doc/latex/epslatex-fr/pretzel.eps + texmf-dist/doc/latex/epslatex-fr/pretzel.ps + texmf-dist/doc/latex/epslatex-fr/rdanger.eps + texmf-dist/doc/latex/epslatex-fr/rosette.eps + texmf-dist/doc/latex/epslatex-fr/rosette.ps + texmf-dist/doc/latex/epslatex-fr/sgte.sty + texmf-dist/doc/latex/epslatex-fr/smaller.sty + texmf-dist/doc/latex/epslatex-fr/square.eps + texmf-dist/doc/latex/epslatex-fr/topcapt.sty + texmf-dist/doc/latex/epslatex-fr/topfig.sty + texmf-dist/doc/latex/epslatex-fr/warn.sty + texmf-dist/doc/latex/epslatex-fr/wdesc.sty + texmf-dist/doc/latex/epslatex-fr/whitecdp.sty + texmf-dist/doc/latex/epslatex-fr/wide.eps + texmf-dist/doc/latex/epslatex-fr/widecenter.sty + texmf-dist/doc/latex/epslatex-fr/xb.sty +catalogue-ctan /info/epslatex/french +catalogue-date 2007-02-08 01:16:19 +0100 +catalogue-license gpl + +name epspdf +category Package +revision 15878 +shortdesc Converter for PostScript, EPS and PDF. +longdesc Epspdf[tk] is a Ruby script which converts between PostScript, +longdesc 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 +longdesc similarly-named utilities. +depend epspdf.ARCH +docfiles size=108 + texmf-dist/doc/support/epspdf/COPYING + texmf-dist/doc/support/epspdf/Changelog + texmf-dist/doc/support/epspdf/README details="Readme" + texmf-dist/doc/support/epspdf/README.tl + texmf-dist/doc/support/epspdf/default.css + texmf-dist/doc/support/epspdf/epspdf.install + texmf-dist/doc/support/epspdf/epspdf.pdf + texmf-dist/doc/support/epspdf/epspdf.texi + texmf-dist/doc/support/epspdf/images/cnv_osx.png + texmf-dist/doc/support/epspdf/images/config_lnx.png + texmf-dist/doc/support/epspdf/images/main_w32.png + texmf-dist/doc/support/epspdf/images/ps_settings.png + texmf-dist/doc/support/epspdf/index.html + texmf-dist/doc/support/epspdf/pstexi.tex + texmf/doc/info/epspdf.info +runfiles size=31 + texmf-dist/scripts/epspdf/epspdf + texmf-dist/scripts/epspdf/epspdf.help + texmf-dist/scripts/epspdf/epspdf.rb + texmf-dist/scripts/epspdf/epspdfrc.rb + texmf-dist/scripts/epspdf/epspdftk + texmf-dist/scripts/epspdf/epspdftk.rb + texmf-dist/scripts/epspdf/makegray.pro +catalogue-ctan /support/epspdf +catalogue-date 2009-09-11 15:33:18 +0200 +catalogue-license gpl +catalogue-version 0.4.2 + +name epspdf.alpha-linux +category Package +revision 15878 +shortdesc alpha-linux files of epspdf +binfiles arch=alpha-linux size=2 + bin/alpha-linux/epspdf + bin/alpha-linux/epspdftk + +name epspdf.i386-cygwin +category Package +revision 15878 +shortdesc i386-cygwin files of epspdf +binfiles arch=i386-cygwin size=2 + bin/i386-cygwin/epspdf + bin/i386-cygwin/epspdftk + +name epspdf.i386-linux +category Package +revision 15878 +shortdesc i386-linux files of epspdf +binfiles arch=i386-linux size=2 + bin/i386-linux/epspdf + bin/i386-linux/epspdftk + +name epspdf.i386-netbsd +category Package +revision 15878 +shortdesc i386-netbsd files of epspdf +binfiles arch=i386-netbsd size=2 + bin/i386-netbsd/epspdf + bin/i386-netbsd/epspdftk + +name epspdf.i386-solaris +category Package +revision 15878 +shortdesc i386-solaris files of epspdf +binfiles arch=i386-solaris size=2 + bin/i386-solaris/epspdf + bin/i386-solaris/epspdftk + +name epspdf.mips-irix +category Package +revision 15878 +shortdesc mips-irix files of epspdf +binfiles arch=mips-irix size=2 + bin/mips-irix/epspdf + bin/mips-irix/epspdftk + +name epspdf.powerpc-aix +category Package +revision 15878 +shortdesc powerpc-aix files of epspdf +binfiles arch=powerpc-aix size=2 + bin/powerpc-aix/epspdf + bin/powerpc-aix/epspdftk + +name epspdf.powerpc-linux +category Package +revision 15878 +shortdesc powerpc-linux files of epspdf +binfiles arch=powerpc-linux size=2 + bin/powerpc-linux/epspdf + bin/powerpc-linux/epspdftk + +name epspdf.sparc-linux +category Package +revision 15878 +shortdesc sparc-linux files of epspdf +binfiles arch=sparc-linux size=2 + bin/sparc-linux/epspdf + bin/sparc-linux/epspdftk + +name epspdf.sparc-solaris +category Package +revision 15878 +shortdesc sparc-solaris files of epspdf +binfiles arch=sparc-solaris size=2 + bin/sparc-solaris/epspdf + bin/sparc-solaris/epspdftk + +name epspdf.universal-darwin +category Package +revision 15878 +shortdesc universal-darwin files of epspdf +binfiles arch=universal-darwin size=2 + bin/universal-darwin/epspdf + bin/universal-darwin/epspdftk + +name epspdf.win32 +category Package +revision 15878 +shortdesc win32 files of epspdf +binfiles arch=win32 size=2 + bin/win32/epspdf.exe + bin/win32/epspdftk.exe + +name epspdf.x86_64-linux +category Package +revision 15878 +shortdesc x86_64-linux files of epspdf +binfiles arch=x86_64-linux size=2 + bin/x86_64-linux/epspdf + bin/x86_64-linux/epspdftk + +name epspdfconversion +category Package +revision 15878 +shortdesc On-the-fly conversion of EPS to PDF. +longdesc The package calls the epstopdf package to convert EPS graphics +longdesc to PDF, on the fly. It servs as a vehicle for passing +longdesc conversion options (such as grayscale, prepress or pdfversion) +longdesc to the epspdf converter. +docfiles size=123 + texmf-dist/doc/latex/epspdfconversion/README details="Readme" + texmf-dist/doc/latex/epspdfconversion/epspdfconversion.pdf details="Package documentation" + texmf-dist/doc/latex/epspdfconversion/example/epspdfconversion_docu.tex + texmf-dist/doc/latex/epspdfconversion/example/image.eps + texmf-dist/doc/latex/epspdfconversion/example/image2.eps + texmf-dist/doc/latex/epspdfconversion/example/optionstable.tex +runfiles size=3 + texmf-dist/tex/latex/epspdfconversion/epspdfconversion.sty +catalogue-ctan /macros/latex/contrib/epspdfconversion +catalogue-date 2009-09-02 14:44:26 +0200 +catalogue-license lppl +catalogue-version 0.5 + +name epstopdf +category Package +revision 15877 +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 +docfiles size=4 + texmf-dist/doc/latex/epstopdf/README + texmf/doc/man/man1/epstopdf.1 + texmf/doc/man/man1/epstopdf.man1.pdf +runfiles size=5 + texmf-dist/scripts/epstopdf/epstopdf.pl +catalogue-ctan /support/epstopdf +catalogue-date 2009-09-30 17:13:18 +0200 +catalogue-license other-free +catalogue-version 2.11 + +name epstopdf.alpha-linux +category Package +revision 15877 +shortdesc alpha-linux files of epstopdf +binfiles arch=alpha-linux size=1 + bin/alpha-linux/epstopdf + +name epstopdf.i386-cygwin +category Package +revision 15877 +shortdesc i386-cygwin files of epstopdf +binfiles arch=i386-cygwin size=1 + bin/i386-cygwin/epstopdf + +name epstopdf.i386-linux +category Package +revision 15877 +shortdesc i386-linux files of epstopdf +binfiles arch=i386-linux size=1 + bin/i386-linux/epstopdf + +name epstopdf.i386-netbsd +category Package +revision 15877 +shortdesc i386-netbsd files of epstopdf +binfiles arch=i386-netbsd size=1 + bin/i386-netbsd/epstopdf + +name epstopdf.i386-solaris +category Package +revision 15877 +shortdesc i386-solaris files of epstopdf +binfiles arch=i386-solaris size=1 + bin/i386-solaris/epstopdf + +name epstopdf.mips-irix +category Package +revision 15877 +shortdesc mips-irix files of epstopdf +binfiles arch=mips-irix size=1 + bin/mips-irix/epstopdf + +name epstopdf.powerpc-aix +category Package +revision 15877 +shortdesc powerpc-aix files of epstopdf +binfiles arch=powerpc-aix size=1 + bin/powerpc-aix/epstopdf + +name epstopdf.powerpc-linux +category Package +revision 15877 +shortdesc powerpc-linux files of epstopdf +binfiles arch=powerpc-linux size=1 + bin/powerpc-linux/epstopdf + +name epstopdf.sparc-linux +category Package +revision 15877 +shortdesc sparc-linux files of epstopdf +binfiles arch=sparc-linux size=1 + bin/sparc-linux/epstopdf + +name epstopdf.sparc-solaris +category Package +revision 15877 +shortdesc sparc-solaris files of epstopdf +binfiles arch=sparc-solaris size=1 + bin/sparc-solaris/epstopdf + +name epstopdf.universal-darwin +category Package +revision 15877 +shortdesc universal-darwin files of epstopdf +binfiles arch=universal-darwin size=1 + bin/universal-darwin/epstopdf + +name epstopdf.win32 +category Package +revision 15877 +shortdesc win32 files of epstopdf +binfiles arch=win32 size=1 + bin/win32/epstopdf.exe + +name epstopdf.x86_64-linux +category Package +revision 15877 +shortdesc x86_64-linux files of epstopdf +binfiles arch=x86_64-linux size=1 + bin/x86_64-linux/epstopdf + +name eqexam +category Package +revision 15878 +shortdesc A stand-alone exam package. +longdesc eqExam is a LaTeX package for writing exams, tests, quizzes, +longdesc homework assignments, etc. It is a stand alone package, yet is +longdesc tightly integrated with the AcroTeX eDucation Bundle (AeB). +docfiles size=240 + texmf-dist/doc/latex/eqexam/README details="Readme" + texmf-dist/doc/latex/eqexam/eqecus.opt + texmf-dist/doc/latex/eqexam/examples/eqex_solnsonly.tex + texmf-dist/doc/latex/eqexam/examples/eqexam.cfg + texmf-dist/doc/latex/eqexam/examples/eqexami.cfg + texmf-dist/doc/latex/eqexam/examples/fig1.bb + texmf-dist/doc/latex/eqexam/examples/fig1.eps + texmf-dist/doc/latex/eqexam/examples/fig1.jpg + texmf-dist/doc/latex/eqexam/examples/fig1.pdf + texmf-dist/doc/latex/eqexam/examples/hw01.tex + texmf-dist/doc/latex/eqexam/examples/quiz01.tex + texmf-dist/doc/latex/eqexam/examples/quiz02.tex + texmf-dist/doc/latex/eqexam/examples/test01.tex + texmf-dist/doc/latex/eqexam/examples/test02.tex + texmf-dist/doc/latex/eqexam/examples/test_matching.tex + texmf-dist/doc/latex/eqexam/examples/tex_survey.tex + texmf-dist/doc/latex/eqexam/script/eqAttach.asp +srcfiles size=30 + texmf-dist/source/latex/eqexam/eqexam.drv + texmf-dist/source/latex/eqexam/eqexam.dtx + texmf-dist/source/latex/eqexam/eqexam.ins +runfiles size=24 + texmf-dist/tex/latex/eqexam/eqalone.def + texmf-dist/tex/latex/eqexam/eqexam.def + texmf-dist/tex/latex/eqexam/eqexam.sty +catalogue-ctan /macros/latex/contrib/eqexam +catalogue-date 2009-10-02 22:52:58 +0200 +catalogue-license lppl +catalogue-version 1.9a + +name eqlist +category Package +revision 15878 +shortdesc Description lists with equal indentation. +longdesc This package provides a list environment which sets a +longdesc description-like list but with the difference that the +longdesc indentation corresponds to the longest item of the list. +docfiles size=26 + texmf-dist/doc/latex/eqlist/README details="Readme" + texmf-dist/doc/latex/eqlist/eqlist.pdf details="Package documentation" + texmf-dist/doc/latex/eqlist/eqlist.tex +srcfiles size=7 + texmf-dist/source/latex/eqlist/eqlist.dtx + texmf-dist/source/latex/eqlist/eqlist.ins +runfiles size=1 + texmf-dist/tex/latex/eqlist/eqlist.sty +catalogue-ctan /macros/latex/contrib/eqlist +catalogue-date 2008-02-29 19:54:55 +0100 +catalogue-license lppl +catalogue-version 2.1 + +name eqname +category Package +revision 15878 +shortdesc Name tags for equations. +longdesc The \eqname command provides a name tag for the current +longdesc equation, in place of an equation number. The name tag will be +longdesc picked up by a subsequent \label command. +runfiles size=1 + texmf-dist/tex/latex/eqname/eqname.sty +catalogue-ctan /macros/latex/contrib/gene/eqname/eqname.sty +catalogue-date 2008-10-20 12:32:08 +0200 +catalogue-license noinfo + +name eqparbox +category Package +revision 15878 +shortdesc Create equal-widthed parboxes. +longdesc LaTeX users sometimes need to ensure that two or more blocks of +longdesc text occupy the same amount of horizontal space on the page. To +longdesc that end, the eqparbox package defines a new command, +longdesc \eqparbox, which works just like \parbox, except that instead +longdesc of specifying a width, one specifies a tag. All eqparboxes with +longdesc the same tag--regardless of where they are in the document-- +longdesc will stretch to fit the widest eqparbox with that tag. This +longdesc simple, equal-width mechanism can be used for a variety of +longdesc alignment purposes, as is evidenced by the examples in +longdesc eqparbox's documentation. Version 2.0 makes better use of TeX's +longdesc memory, allows numbers and symbols to appear in tags, preserves +longdesc fonts across \\ boundaries, and eliminates some incorrect +longdesc \global prefixes. +docfiles size=44 + texmf-dist/doc/latex/eqparbox/README details="Readme" + texmf-dist/doc/latex/eqparbox/eqparbox.pdf details="Package documentation" +srcfiles size=9 + texmf-dist/source/latex/eqparbox/eqparbox.dtx + texmf-dist/source/latex/eqparbox/eqparbox.ins +runfiles size=1 + texmf-dist/tex/latex/eqparbox/eqparbox.sty +catalogue-ctan /macros/latex/contrib/eqparbox +catalogue-date 2007-05-25 16:15:27 +0200 +catalogue-license lppl +catalogue-version 2.1 + +name erdc +category Package +revision 15878 +shortdesc Style for Reports by US Army Corps of Engineers. +longdesc A class for typesetting Technical Information Reports of the +longdesc Engineer Research and Development Center, US Army Corps of +longdesc Engineers. The class was commissioned and paid for by US Army +longdesc Corps of Engineers, Engineer Research and Development Center, +longdesc 3909 Halls Ferry Road, Vicksburg, MS 39180-6199. +docfiles size=215 + texmf-dist/doc/latex/erdc/README + texmf-dist/doc/latex/erdc/erdc.bib + texmf-dist/doc/latex/erdc/erdc.pdf details="Package documentation" + texmf-dist/doc/latex/erdc/nola.eps + texmf-dist/doc/latex/erdc/nola.pdf + texmf-dist/doc/latex/erdc/red_corps_castle2.eps + texmf-dist/doc/latex/erdc/red_corps_castle2.pdf + texmf-dist/doc/latex/erdc/sample.pdf details="Sample of usage" + texmf-dist/doc/latex/erdc/sample.tex +srcfiles size=17 + texmf-dist/source/latex/erdc/Makefile + texmf-dist/source/latex/erdc/erdc.dtx + texmf-dist/source/latex/erdc/erdc.ins +runfiles size=5 + texmf-dist/tex/latex/erdc/erdc.cls +catalogue-ctan /macros/latex/contrib/erdc +catalogue-date 2009-07-26 10:10:23 +0200 +catalogue-license lppl +catalogue-version 1.1 + +name errata +category Package +revision 15878 +shortdesc Error markup for LaTeX documents. +longdesc This package provides a simple infrastructure for recording +longdesc errata in LaTeX documents. This allows the user to maintain an +longdesc updated version of the document (with all errors corrected) and +longdesc to automatically generate an errata document highlighting the +longdesc difference to the published version. +docfiles size=44 + texmf-dist/doc/latex/errata/README details="Readme" + texmf-dist/doc/latex/errata/errata-errata.tex + texmf-dist/doc/latex/errata/errata.pdf details="Package documentation" +srcfiles size=6 + texmf-dist/source/latex/errata/errata.dtx + texmf-dist/source/latex/errata/errata.ins +runfiles size=1 + texmf-dist/tex/latex/errata/errata.sty +catalogue-ctan /macros/latex/contrib/errata +catalogue-date 2008-08-19 20:15:24 +0200 +catalogue-license lppl +catalogue-version v0.3 + +name es-tex-faq +category Package +revision 15878 +catalogue faq-es +shortdesc CervanTeX (Spanish TeX Group) FAQ +longdesc SGML source, converted LaTeX version, and readable copies of +longdesc the FAQ from the Spanish TeX users group. +docfiles size=306 + texmf-dist/doc/generic/es-tex-faq/FAQ-CervanTeX.html details="The document itself (HTML)" language="es" + texmf-dist/doc/generic/es-tex-faq/FAQ-CervanTeX.latin1 + texmf-dist/doc/generic/es-tex-faq/FAQ-CervanTeX.pdf details="The document itself (PDF)" language="es" + texmf-dist/doc/generic/es-tex-faq/FAQ-CervanTeX.sgml + texmf-dist/doc/generic/es-tex-faq/FAQ-CervanTeX.tex +catalogue-ctan /help/es-tex-faq +catalogue-date 2006-10-29 10:21:33 +0100 +catalogue-license lppl +catalogue-version 1.97 + +name esdiff +category Package +revision 15878 +shortdesc Simplify typesetting of derivatives. +longdesc The package makes writing derivatives very easy. It offers +longdesc macros for derivatives, partial derivatives and multiple +longdesc derivatives, and allows specification of the point at which the +longdesc value is calculated. Some typographic alternatives may be +longdesc selected by package options +docfiles size=25 + texmf-dist/doc/latex/esdiff/README + texmf-dist/doc/latex/esdiff/esdiff.pdf details="Package documentation" +srcfiles size=4 + texmf-dist/source/latex/esdiff/esdiff.dtx + texmf-dist/source/latex/esdiff/esdiff.ins +runfiles size=2 + texmf-dist/tex/latex/esdiff/esdiff.sty +catalogue-ctan /macros/latex/contrib/esdiff +catalogue-date 2008-12-07 00:01:13 +0100 +catalogue-license noinfo +catalogue-version 1.2 + +name esint +category Package +revision 15878 +shortdesc Extended set of integrals for Computer Modern. +longdesc The esint package permits access to alternate integral symbols +longdesc when you're using the Computer Modern fonts. In the original +longdesc set, several integral symbols are missing, such as \oiint. Many +longdesc of these symbols are available in other font sets (pxfonts, +longdesc txfonts, etc.), but there is no good solution if you want to +longdesc use Computer Modern. The package provides Metafont source and +longdesc LaTeX macro support. +docfiles size=30 + texmf-dist/doc/latex/esint/README + texmf-dist/doc/latex/esint/esint.pdf +srcfiles size=15 + texmf-dist/source/latex/esint/esint.dtx + texmf-dist/source/latex/esint/esint.ins +runfiles size=18 + texmf-dist/fonts/source/public/esint/bigint.mf + texmf-dist/fonts/source/public/esint/esint10.mf + texmf-dist/fonts/source/public/esint/mathint.mf + texmf-dist/fonts/tfm/public/esint/esint10.tfm + texmf-dist/tex/latex/esint/esint.sty + texmf-dist/tex/latex/esint/uesint.fd +catalogue-ctan /macros/latex/contrib/esint +catalogue-date 2006-10-27 00:09:51 +0200 +catalogue-license pd +catalogue-version 1.1 + +name esint-type1 +category Package +revision 15878 +shortdesc Font esint10 in Type 1 format +longdesc This is Eddie Saudrais's font esint10 in Adobe Type 1 format. +longdesc The Adobe Type 1 implementation was generated from the original +longdesc MetaFont using mftrace. This distribution does not contain the +longdesc TFM files that are necessary to use the fonts with TeX; the TFM +longdesc files can be generated from the Metafont sources obtained by +longdesc following the instructions in the normal way. +depend esint +execute addMixedMap esint.map +docfiles size=14 + texmf-dist/doc/fonts/esint-type1/README details="Readme" + texmf-dist/doc/fonts/esint-type1/README.plainTeX details="Using the fonts with Plain TeX" + texmf-dist/doc/fonts/esint-type1/table.pdf details="Table of integral signs" + texmf-dist/doc/fonts/esint-type1/table.tex +runfiles size=12 + texmf-dist/dvips/esint-type1/config.esint + texmf-dist/fonts/map/dvips/esint-type1/esint.map + texmf-dist/fonts/type1/public/esint-type1/esint10.pfb + texmf-dist/tex/plain/esint-type1/esint.tex +catalogue-ctan /fonts/ps-type1/esint +catalogue-date 2008-01-16 21:31:11 +0100 +catalogue-license pd + +name eskd +category Package +revision 15878 +shortdesc Modern Russian typesetting. +longdesc The class offers modern Russian text formatting, in accordance +longdesc with accepted design standards. Fonts not (apparently) +longdesc available on CTAN are required for use of the class. +docfiles size=231 + texmf-dist/doc/latex/eskd/README details="Package README" + texmf-dist/doc/latex/eskd/eskd.pdf details="Package documentation" + texmf-dist/doc/latex/eskd/example.eps + texmf-dist/doc/latex/eskd/example.tex +srcfiles size=9 + texmf-dist/source/latex/eskd/eskd.dtx + texmf-dist/source/latex/eskd/eskd.ins +runfiles size=5 + texmf-dist/tex/latex/eskd/eskd.cls +catalogue-ctan /macros/latex/contrib/eskd +catalogue-date 2007-02-14 08:57:40 +0100 +catalogue-license lppl + +name eskdx +category Package +revision 15878 +shortdesc Modern Russian typesetting. +longdesc Eskdx is a collection of LaTeX classes and packages to typeset +longdesc textual and graphical documents in accordance with Russian (and +longdesc probably post USSR) standards for designers. +docfiles size=461 + texmf-dist/doc/latex/eskdx/ChangeLog + texmf-dist/doc/latex/eskdx/FAQ details="Package FAQ" language="ru" + texmf-dist/doc/latex/eskdx/INSTALL + texmf-dist/doc/latex/eskdx/Makefile + texmf-dist/doc/latex/eskdx/Makefile.unpacked + texmf-dist/doc/latex/eskdx/NEWS + texmf-dist/doc/latex/eskdx/NEWS.in + texmf-dist/doc/latex/eskdx/README details="Package README" + texmf-dist/doc/latex/eskdx/README.in + texmf-dist/doc/latex/eskdx/include.m4 + texmf-dist/doc/latex/eskdx/include.mak + texmf-dist/doc/latex/eskdx/manifest.txt + texmf-dist/doc/latex/eskdx/manual/Makefile + texmf-dist/doc/latex/eskdx/manual/eskdx.pdf details="Package documentation" language="ru" + texmf-dist/doc/latex/eskdx/manual/eskdx.tex.in + texmf-dist/doc/latex/eskdx/manual/example.tex + texmf-dist/doc/latex/eskdx/manual/img-form1.svg + texmf-dist/doc/latex/eskdx/manual/img-form2.svg + texmf-dist/doc/latex/eskdx/manual/img-form2a.svg + texmf-dist/doc/latex/eskdx/manual/img-title.svg + texmf-dist/doc/latex/eskdx/manual/latex2html-init + texmf-dist/doc/latex/eskdx/source/Makefile + texmf-dist/doc/latex/eskdx/source/eskdafterpkg.sty.in + texmf-dist/doc/latex/eskdx/source/eskdappsheet.sty.in + texmf-dist/doc/latex/eskdx/source/eskdbiblist.sty.in + texmf-dist/doc/latex/eskdx/source/eskdcap.sty.in + texmf-dist/doc/latex/eskdx/source/eskdchngsheet.sty.in + texmf-dist/doc/latex/eskdx/source/eskddstu.sty.in + texmf-dist/doc/latex/eskdx/source/eskdexplan.sty.in + texmf-dist/doc/latex/eskdx/source/eskdfont.sty.in + texmf-dist/doc/latex/eskdx/source/eskdfootnote.sty.in + texmf-dist/doc/latex/eskdx/source/eskdgraph.cls.in + texmf-dist/doc/latex/eskdx/source/eskdhash.sty.in + texmf-dist/doc/latex/eskdx/source/eskdindent.sty.in + texmf-dist/doc/latex/eskdx/source/eskdinfo.sty.in + texmf-dist/doc/latex/eskdx/source/eskdlang.sty.in + texmf-dist/doc/latex/eskdx/source/eskdlist.sty.in + texmf-dist/doc/latex/eskdx/source/eskdpara.sty.in + texmf-dist/doc/latex/eskdx/source/eskdplain.sty.in + texmf-dist/doc/latex/eskdx/source/eskdrussian.def.in + texmf-dist/doc/latex/eskdx/source/eskdsect.sty.in + texmf-dist/doc/latex/eskdx/source/eskdspec.sty.in + texmf-dist/doc/latex/eskdx/source/eskdspecii.sty.in + texmf-dist/doc/latex/eskdx/source/eskdstamp.sty.in + texmf-dist/doc/latex/eskdx/source/eskdtab.cls.in + texmf-dist/doc/latex/eskdx/source/eskdtext.cls.in + texmf-dist/doc/latex/eskdx/source/eskdtitle.sty.in + texmf-dist/doc/latex/eskdx/source/eskdtitlebase.sty.in + texmf-dist/doc/latex/eskdx/source/eskdtotal.sty.in + texmf-dist/doc/latex/eskdx/source/eskdukrainian.def.in + texmf-dist/doc/latex/eskdx/test/Makefile + texmf-dist/doc/latex/eskdx/test/appsheet.tex + texmf-dist/doc/latex/eskdx/test/drawing-a2.tex + texmf-dist/doc/latex/eskdx/test/drawing-a3-mp.tex + texmf-dist/doc/latex/eskdx/test/drawing-a3-p.tex + texmf-dist/doc/latex/eskdx/test/drawing-a3.tex + texmf-dist/doc/latex/eskdx/test/drawing-a4.tex + texmf-dist/doc/latex/eskdx/test/general.tex + texmf-dist/doc/latex/eskdx/test/numbering.tex + texmf-dist/doc/latex/eskdx/test/spec.tex + texmf-dist/doc/latex/eskdx/test/specii.tex + texmf-dist/doc/latex/eskdx/test/twoside.tex +runfiles size=44 + texmf-dist/tex/latex/eskdx/eskdafterpkg.sty + texmf-dist/tex/latex/eskdx/eskdappsheet.sty + texmf-dist/tex/latex/eskdx/eskdbiblist.sty + texmf-dist/tex/latex/eskdx/eskdcap.sty + texmf-dist/tex/latex/eskdx/eskdchngsheet.sty + texmf-dist/tex/latex/eskdx/eskddstu.sty + texmf-dist/tex/latex/eskdx/eskdexplan.sty + texmf-dist/tex/latex/eskdx/eskdfont.sty + texmf-dist/tex/latex/eskdx/eskdfootnote.sty + texmf-dist/tex/latex/eskdx/eskdgraph.cls + texmf-dist/tex/latex/eskdx/eskdhash.sty + texmf-dist/tex/latex/eskdx/eskdindent.sty + texmf-dist/tex/latex/eskdx/eskdinfo.sty + texmf-dist/tex/latex/eskdx/eskdlang.sty + texmf-dist/tex/latex/eskdx/eskdlist.sty + texmf-dist/tex/latex/eskdx/eskdpara.sty + texmf-dist/tex/latex/eskdx/eskdplain.sty + texmf-dist/tex/latex/eskdx/eskdrussian.def + texmf-dist/tex/latex/eskdx/eskdsect.sty + texmf-dist/tex/latex/eskdx/eskdspec.sty + texmf-dist/tex/latex/eskdx/eskdspecii.sty + texmf-dist/tex/latex/eskdx/eskdstamp.sty + texmf-dist/tex/latex/eskdx/eskdtab.cls + texmf-dist/tex/latex/eskdx/eskdtext.cls + texmf-dist/tex/latex/eskdx/eskdtitle.sty + texmf-dist/tex/latex/eskdx/eskdtitlebase.sty + texmf-dist/tex/latex/eskdx/eskdtotal.sty + texmf-dist/tex/latex/eskdx/eskdukrainian.def +catalogue-ctan /macros/latex/contrib/eskdx +catalogue-date 2007-03-06 10:34:25 +0100 +catalogue-license lppl1.3 +catalogue-version 0.97 + +name eso-pic +category Package +revision 15878 +shortdesc Add picture commands (or backgrounds) to every page. +longdesc Eso-pic is an extension of everyshi. Using everyshi's +longdesc \EveryShipout command, eso-pic adds one or more user commands +longdesc to LaTeX's shipout actions. +docfiles size=43 + texmf-dist/doc/latex/eso-pic/README + texmf-dist/doc/latex/eso-pic/eso-ex1.tex + texmf-dist/doc/latex/eso-pic/eso-ex2.tex + texmf-dist/doc/latex/eso-pic/eso-ex3.tex + texmf-dist/doc/latex/eso-pic/eso-ex4.tex + texmf-dist/doc/latex/eso-pic/eso-ex5.tex + texmf-dist/doc/latex/eso-pic/eso-pic.pdf +srcfiles size=7 + texmf-dist/source/latex/eso-pic/Makefile + texmf-dist/source/latex/eso-pic/eso-pic.dtx + texmf-dist/source/latex/eso-pic/eso-pic.ins +runfiles size=4 + texmf-dist/tex/latex/eso-pic/eso-pic.sty + texmf-dist/tex/latex/eso-pic/showframe.sty +catalogue-ctan /macros/latex/contrib/eso-pic +catalogue-date 2009-10-14 12:36:04 +0200 +catalogue-license lppl1.2 +catalogue-version 2.0a + +name estcpmm +category Package +revision 15878 +shortdesc Style for Munitions Management Project Reports. +longdesc Provides a class which supports typesetting Cost and +longdesc Performance Reports and Final Reports for Munitions Management +longdesc Reports, US Environmental Security Technology Certification +longdesc Program. The class was commissioned and paid for by US Army +longdesc Corps of Engineers, Engineer Research and Development Center, +longdesc 3909 Halls Ferry Road, Vicksburg, MS 39180-6199. +docfiles size=226 + texmf-dist/doc/latex/estcpmm/README + texmf-dist/doc/latex/estcpmm/estcp.pdf + texmf-dist/doc/latex/estcpmm/estcpmm.bib + texmf-dist/doc/latex/estcpmm/estcpmm.pdf details="Package documentation" + texmf-dist/doc/latex/estcpmm/red_corps_castle2.pdf + texmf-dist/doc/latex/estcpmm/sample.pdf + texmf-dist/doc/latex/estcpmm/sample.tex +srcfiles size=8 + texmf-dist/source/latex/estcpmm/Makefile + texmf-dist/source/latex/estcpmm/estcpmm.dtx + texmf-dist/source/latex/estcpmm/estcpmm.ins +runfiles size=2 + texmf-dist/tex/latex/estcpmm/estcpmm.cls +catalogue-ctan /macros/latex/contrib/estcpmm +catalogue-date 2009-07-23 12:49:59 +0200 +catalogue-license lppl +catalogue-version 0.2 + +name esvect +category Package +revision 15878 +shortdesc Vector arrows. +longdesc Write vectors using an arrow which is different to the Computer +longdesc Modern one. You have the choice between several kinds of +longdesc arrows. The package consists of the relevant metafont code and +longdesc a package to use it. +execute addMap esvect.map +docfiles size=18 + texmf-dist/doc/latex/esvect/README + texmf-dist/doc/latex/esvect/esvect.pdf +srcfiles size=15 + texmf-dist/source/latex/esvect/esvect.dtx + texmf-dist/source/latex/esvect/esvect.ins +runfiles size=58 + texmf-dist/fonts/map/dvips/esvect/esvect.map + texmf-dist/fonts/source/public/esvect/mathvec.mf + texmf-dist/fonts/source/public/esvect/vecsym.mf + texmf-dist/fonts/source/public/esvect/vect10.mf + texmf-dist/fonts/source/public/esvect/vect5.mf + texmf-dist/fonts/source/public/esvect/vect6.mf + texmf-dist/fonts/source/public/esvect/vect7.mf + texmf-dist/fonts/source/public/esvect/vect8.mf + texmf-dist/fonts/source/public/esvect/vect9.mf + texmf-dist/fonts/source/public/esvect/vsymbol.mf + texmf-dist/fonts/tfm/public/esvect/vect10.tfm + texmf-dist/fonts/tfm/public/esvect/vect5.tfm + texmf-dist/fonts/tfm/public/esvect/vect6.tfm + texmf-dist/fonts/tfm/public/esvect/vect7.tfm + texmf-dist/fonts/tfm/public/esvect/vect8.tfm + texmf-dist/fonts/tfm/public/esvect/vect9.tfm + texmf-dist/fonts/type1/public/esvect/vect10.pfb + texmf-dist/fonts/type1/public/esvect/vect5.pfb + texmf-dist/fonts/type1/public/esvect/vect6.pfb + texmf-dist/fonts/type1/public/esvect/vect7.pfb + texmf-dist/fonts/type1/public/esvect/vect8.pfb + texmf-dist/fonts/type1/public/esvect/vect9.pfb + texmf-dist/tex/latex/esvect/esvect.sty + texmf-dist/tex/latex/esvect/uesvect.fd +catalogue-ctan /macros/latex/contrib/esvect +catalogue-date 2006-10-27 00:09:51 +0200 +catalogue-license gpl +catalogue-version 1.2 + +name etaremune +category Package +revision 15878 +shortdesc Reverse-counting enumerate environment. +longdesc This package implements the etaremune environment which is +longdesc similar to the enumerate environment, except that labels are +longdesc decreasing instead of increasing. The package provides a +longdesc noticeably more efficient alternative to the revnum package, +longdesc which uses painfully many counters. +docfiles size=22 + texmf-dist/doc/latex/etaremune/README details="Readme" + texmf-dist/doc/latex/etaremune/etaremune.pdf details="Package documentation" +srcfiles size=5 + texmf-dist/source/latex/etaremune/etaremune.dtx +runfiles size=1 + texmf-dist/tex/latex/etaremune/etaremune.sty +catalogue-ctan /macros/latex/contrib/etaremune +catalogue-date 2009-05-14 13:22:18 +0200 +catalogue-license lppl +catalogue-version v1.2 + +name etex +category Package +revision 15878 +shortdesc An extended version of TeX, from the NTS project. +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 immediate future; as a result, LaTeX (in all current TeX +longdesc distributions) uses e-TeX rather than 'unadorned' TeX. +docfiles size=122 + 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 +runfiles size=9 + texmf-dist/tex/plain/etex/etex.src + texmf-dist/tex/plain/etex/etexdefs.lib +catalogue-ctan /systems/e-tex +catalogue-date 2008-08-19 20:15:24 +0200 +catalogue-license knuth +catalogue-version 2.1 + +name etex-pkg +category Package +revision 15878 +shortdesc E-TeX support package. +longdesc The package provides a straightforward interface to many of the +longdesc extensions offered by e-TeX; in particular, it modifies LaTeX's +longdesc register allocation macros to make use of the extended register +longdesc range. The etoolbox and etextools packages provide macros that +longdesc make more sophisticated use of e-TeX's facilities. +docfiles size=1 + texmf-dist/doc/latex/etex-pkg/README +runfiles size=4 + texmf-dist/tex/latex/etex-pkg/etex.sty +catalogue-ctan /macros/latex/contrib/etex-pkg/etex.sty +catalogue-date 2009-07-22 12:43:06 +0200 +catalogue-license other-free +catalogue-version 2.0 + +name etextools +category Package +revision 15878 +shortdesc e-TeX tools for LaTeX users and package writers. +longdesc The package offers four categories of macros: - the \expandnext +longdesc macro and other expansion control macros; - the \FE@testopt and +longdesc \FE@ifstar macros for fully expandable (FE) (starred-)macros +longdesc with option; - fully expandable command list parsers: \csvloop, +longdesc \listloop and a general constructor; - three macros lacking +longdesc from the etoolbox package: \listdel, \listgdel and \listxdel. +longdesc The package is dependent on the etex and the etoolbox packages. +docfiles size=260 + texmf-dist/doc/latex/etextools/README details="Readme" + texmf-dist/doc/latex/etextools/etextools.pdf details="Package documentation" +srcfiles size=59 + texmf-dist/source/latex/etextools/etextools.drv + texmf-dist/source/latex/etextools/etextools.dtx + texmf-dist/source/latex/etextools/etextools.ins +runfiles size=13 + texmf-dist/tex/latex/etextools/etextools.sty +catalogue-ctan /macros/latex/contrib/etextools +catalogue-date 2009-10-31 11:18:13 +0100 +catalogue-license lppl +catalogue-version 3.1415 + +name ethiop +category Package +revision 15878 +shortdesc LaTeX macros and fonts for typesetting Amharic. +longdesc Ethiopian language support for the babel package, including a +longdesc collection of fonts and TeX macros for typesetting the +longdesc characters of the languages of Ethiopia, with MetaFont fonts +longdesc based on EthTeX's. +docfiles size=133 + texmf-dist/doc/latex/ethiop/MANIFEST + texmf-dist/doc/latex/ethiop/README + texmf-dist/doc/latex/ethiop/codeetha.tex + texmf-dist/doc/latex/ethiop/codeethb.tex + texmf-dist/doc/latex/ethiop/ethiodoc.pdf + texmf-dist/doc/latex/ethiop/ethiodoc.tex +srcfiles size=14 + texmf-dist/source/latex/ethiop/ethiop.dtx + texmf-dist/source/latex/ethiop/ethiop.ins +runfiles size=337 + texmf-dist/fonts/ofm/public/ethiop/etho10.ofm + texmf-dist/fonts/ofm/public/ethiop/ethob10.ofm + texmf-dist/fonts/ofm/public/ethiop/ethos10.ofm + texmf-dist/fonts/ofm/public/ethiop/ethosb10.ofm + texmf-dist/fonts/ovf/public/ethiop/etho10.ovf + texmf-dist/fonts/ovf/public/ethiop/ethob10.ovf + texmf-dist/fonts/ovf/public/ethiop/ethos10.ovf + texmf-dist/fonts/ovf/public/ethiop/ethosb10.ovf + texmf-dist/fonts/ovp/public/ethiop/etho10.ovp + texmf-dist/fonts/ovp/public/ethiop/ethob10.ovp + texmf-dist/fonts/ovp/public/ethiop/ethos10.ovp + texmf-dist/fonts/ovp/public/ethiop/ethosb10.ovp + texmf-dist/fonts/source/public/ethiop/eth__a.mf + texmf-dist/fonts/source/public/ethiop/eth__g.mf + texmf-dist/fonts/source/public/ethiop/eth_acce.mf + texmf-dist/fonts/source/public/ethiop/eth_b.mf + texmf-dist/fonts/source/public/ethiop/eth_c_c.mf + texmf-dist/fonts/source/public/ethiop/eth_cc.mf + texmf-dist/fonts/source/public/ethiop/eth_cc_c.mf + texmf-dist/fonts/source/public/ethiop/eth_ccc2.mf + texmf-dist/fonts/source/public/ethiop/eth_d.mf + texmf-dist/fonts/source/public/ethiop/eth_dd.mf + texmf-dist/fonts/source/public/ethiop/eth_f.mf + texmf-dist/fonts/source/public/ethiop/eth_fu.mf + texmf-dist/fonts/source/public/ethiop/eth_g.mf + texmf-dist/fonts/source/public/ethiop/eth_g_a.mf + texmf-dist/fonts/source/public/ethiop/eth_gg.mf + texmf-dist/fonts/source/public/ethiop/eth_ggu.mf + texmf-dist/fonts/source/public/ethiop/eth_gu.mf + texmf-dist/fonts/source/public/ethiop/eth_h.mf + texmf-dist/fonts/source/public/ethiop/eth_h_a.mf + texmf-dist/fonts/source/public/ethiop/eth_h_c.mf + texmf-dist/fonts/source/public/ethiop/eth_hh.mf + texmf-dist/fonts/source/public/ethiop/eth_hu_c.mf + texmf-dist/fonts/source/public/ethiop/eth_j.mf + texmf-dist/fonts/source/public/ethiop/eth_k.mf + texmf-dist/fonts/source/public/ethiop/eth_k_a.mf + texmf-dist/fonts/source/public/ethiop/eth_kk.mf + texmf-dist/fonts/source/public/ethiop/eth_kku.mf + texmf-dist/fonts/source/public/ethiop/eth_ku.mf + texmf-dist/fonts/source/public/ethiop/eth_l.mf + texmf-dist/fonts/source/public/ethiop/eth_m.mf + texmf-dist/fonts/source/public/ethiop/eth_mrf.mf + texmf-dist/fonts/source/public/ethiop/eth_mu.mf + texmf-dist/fonts/source/public/ethiop/eth_n.mf + texmf-dist/fonts/source/public/ethiop/eth_nn.mf + texmf-dist/fonts/source/public/ethiop/eth_num.mf + texmf-dist/fonts/source/public/ethiop/eth_p.mf + texmf-dist/fonts/source/public/ethiop/eth_pp.mf + texmf-dist/fonts/source/public/ethiop/eth_pu.mf + texmf-dist/fonts/source/public/ethiop/eth_punc.mf + texmf-dist/fonts/source/public/ethiop/eth_q.mf + texmf-dist/fonts/source/public/ethiop/eth_q_a.mf + texmf-dist/fonts/source/public/ethiop/eth_qq.mf + texmf-dist/fonts/source/public/ethiop/eth_qqu.mf + texmf-dist/fonts/source/public/ethiop/eth_qu.mf + texmf-dist/fonts/source/public/ethiop/eth_r.mf + texmf-dist/fonts/source/public/ethiop/eth_s.mf + texmf-dist/fonts/source/public/ethiop/eth_s_a.mf + texmf-dist/fonts/source/public/ethiop/eth_s_c.mf + texmf-dist/fonts/source/public/ethiop/eth_ss.mf + texmf-dist/fonts/source/public/ethiop/eth_t.mf + texmf-dist/fonts/source/public/ethiop/eth_tt.mf + texmf-dist/fonts/source/public/ethiop/eth_v.mf + texmf-dist/fonts/source/public/ethiop/eth_w.mf + texmf-dist/fonts/source/public/ethiop/eth_wu.mf + texmf-dist/fonts/source/public/ethiop/eth_y.mf + texmf-dist/fonts/source/public/ethiop/eth_z.mf + texmf-dist/fonts/source/public/ethiop/eth_z_c.mf + texmf-dist/fonts/source/public/ethiop/etha10.mf + texmf-dist/fonts/source/public/ethiop/etha6.mf + texmf-dist/fonts/source/public/ethiop/etha7.mf + texmf-dist/fonts/source/public/ethiop/etha8.mf + texmf-dist/fonts/source/public/ethiop/etha_cod.mf + texmf-dist/fonts/source/public/ethiop/etha_drv.mf + texmf-dist/fonts/source/public/ethiop/etha_lig.mf + texmf-dist/fonts/source/public/ethiop/ethab10.mf + texmf-dist/fonts/source/public/ethiop/ethab11.mf + texmf-dist/fonts/source/public/ethiop/ethab12.mf + texmf-dist/fonts/source/public/ethiop/ethab14.mf + texmf-dist/fonts/source/public/ethiop/ethab18.mf + texmf-dist/fonts/source/public/ethiop/ethab24.mf + texmf-dist/fonts/source/public/ethiop/ethab36.mf + texmf-dist/fonts/source/public/ethiop/ethab9.mf + texmf-dist/fonts/source/public/ethiop/ethas10.mf + texmf-dist/fonts/source/public/ethiop/ethasb10.mf + texmf-dist/fonts/source/public/ethiop/ethasb11.mf + texmf-dist/fonts/source/public/ethiop/ethasb12.mf + texmf-dist/fonts/source/public/ethiop/ethasb14.mf + texmf-dist/fonts/source/public/ethiop/ethasb18.mf + texmf-dist/fonts/source/public/ethiop/ethasb24.mf + texmf-dist/fonts/source/public/ethiop/ethasb36.mf + texmf-dist/fonts/source/public/ethiop/ethasb9.mf + texmf-dist/fonts/source/public/ethiop/ethatt10.mf + texmf-dist/fonts/source/public/ethiop/ethb10.mf + texmf-dist/fonts/source/public/ethiop/ethb6.mf + texmf-dist/fonts/source/public/ethiop/ethb7.mf + texmf-dist/fonts/source/public/ethiop/ethb8.mf + texmf-dist/fonts/source/public/ethiop/ethb_cod.mf + texmf-dist/fonts/source/public/ethiop/ethb_drv.mf + texmf-dist/fonts/source/public/ethiop/ethb_lig.mf + texmf-dist/fonts/source/public/ethiop/ethbb10.mf + texmf-dist/fonts/source/public/ethiop/ethbb11.mf + texmf-dist/fonts/source/public/ethiop/ethbb12.mf + texmf-dist/fonts/source/public/ethiop/ethbb14.mf + texmf-dist/fonts/source/public/ethiop/ethbb18.mf + texmf-dist/fonts/source/public/ethiop/ethbb24.mf + texmf-dist/fonts/source/public/ethiop/ethbb36.mf + texmf-dist/fonts/source/public/ethiop/ethbb9.mf + texmf-dist/fonts/source/public/ethiop/ethbs10.mf + texmf-dist/fonts/source/public/ethiop/ethbsb10.mf + texmf-dist/fonts/source/public/ethiop/ethbsb11.mf + texmf-dist/fonts/source/public/ethiop/ethbsb12.mf + texmf-dist/fonts/source/public/ethiop/ethbsb14.mf + texmf-dist/fonts/source/public/ethiop/ethbsb18.mf + texmf-dist/fonts/source/public/ethiop/ethbsb24.mf + texmf-dist/fonts/source/public/ethiop/ethbsb36.mf + texmf-dist/fonts/source/public/ethiop/ethbsb9.mf + texmf-dist/fonts/source/public/ethiop/ethbtt10.mf + texmf-dist/fonts/source/public/ethiop/ethiomac.mf + texmf-dist/fonts/tfm/public/ethiop/etha10.tfm + texmf-dist/fonts/tfm/public/ethiop/etha6.tfm + texmf-dist/fonts/tfm/public/ethiop/etha7.tfm + texmf-dist/fonts/tfm/public/ethiop/etha8.tfm + texmf-dist/fonts/tfm/public/ethiop/ethab10.tfm + texmf-dist/fonts/tfm/public/ethiop/ethab11.tfm + texmf-dist/fonts/tfm/public/ethiop/ethab12.tfm + texmf-dist/fonts/tfm/public/ethiop/ethab14.tfm + texmf-dist/fonts/tfm/public/ethiop/ethab18.tfm + texmf-dist/fonts/tfm/public/ethiop/ethab24.tfm + texmf-dist/fonts/tfm/public/ethiop/ethab36.tfm + texmf-dist/fonts/tfm/public/ethiop/ethab9.tfm + texmf-dist/fonts/tfm/public/ethiop/ethas10.tfm + texmf-dist/fonts/tfm/public/ethiop/ethasb10.tfm + texmf-dist/fonts/tfm/public/ethiop/ethasb11.tfm + texmf-dist/fonts/tfm/public/ethiop/ethasb12.tfm + texmf-dist/fonts/tfm/public/ethiop/ethasb14.tfm + texmf-dist/fonts/tfm/public/ethiop/ethasb18.tfm + texmf-dist/fonts/tfm/public/ethiop/ethasb24.tfm + texmf-dist/fonts/tfm/public/ethiop/ethasb36.tfm + texmf-dist/fonts/tfm/public/ethiop/ethasb9.tfm + texmf-dist/fonts/tfm/public/ethiop/ethatt10.tfm + texmf-dist/fonts/tfm/public/ethiop/ethb10.tfm + texmf-dist/fonts/tfm/public/ethiop/ethb6.tfm + texmf-dist/fonts/tfm/public/ethiop/ethb7.tfm + texmf-dist/fonts/tfm/public/ethiop/ethb8.tfm + texmf-dist/fonts/tfm/public/ethiop/ethbb10.tfm + texmf-dist/fonts/tfm/public/ethiop/ethbb11.tfm + texmf-dist/fonts/tfm/public/ethiop/ethbb12.tfm + texmf-dist/fonts/tfm/public/ethiop/ethbb14.tfm + texmf-dist/fonts/tfm/public/ethiop/ethbb18.tfm + texmf-dist/fonts/tfm/public/ethiop/ethbb24.tfm + texmf-dist/fonts/tfm/public/ethiop/ethbb36.tfm + texmf-dist/fonts/tfm/public/ethiop/ethbb9.tfm + texmf-dist/fonts/tfm/public/ethiop/ethbs10.tfm + texmf-dist/fonts/tfm/public/ethiop/ethbsb10.tfm + texmf-dist/fonts/tfm/public/ethiop/ethbsb11.tfm + texmf-dist/fonts/tfm/public/ethiop/ethbsb12.tfm + texmf-dist/fonts/tfm/public/ethiop/ethbsb14.tfm + texmf-dist/fonts/tfm/public/ethiop/ethbsb18.tfm + texmf-dist/fonts/tfm/public/ethiop/ethbsb24.tfm + texmf-dist/fonts/tfm/public/ethiop/ethbsb36.tfm + texmf-dist/fonts/tfm/public/ethiop/ethbsb9.tfm + texmf-dist/fonts/tfm/public/ethiop/ethbtt10.tfm + texmf-dist/omega/ocp/ethiop/ethospc.ocp + texmf-dist/omega/otp/ethiop/ethospc.otp + texmf-dist/tex/latex/ethiop/etharab.sty + texmf-dist/tex/latex/ethiop/ethiop.ldf + texmf-dist/tex/latex/ethiop/ethiop.sty + texmf-dist/tex/latex/ethiop/uetha.fd + texmf-dist/tex/latex/ethiop/uethb.fd + texmf-dist/tex/latex/ethiop/uetho.fd +catalogue-ctan /language/ethiopia/ethiop +catalogue-date 2007-02-14 08:57:40 +0100 +catalogue-license gpl +catalogue-version 0.7 + +name ethiop-t1 +category Package +revision 15878 +shortdesc Type 1 versions of Amharic fonts. +longdesc These fonts are drop-in Adobe type 1 replacements for the fonts +longdesc of the ethiop package. +execute addMixedMap ethiop.map +docfiles size=6 + texmf-dist/doc/latex/ethiop-t1/COPYING + texmf-dist/doc/latex/ethiop-t1/README +runfiles size=1348 + texmf-dist/fonts/map/dvips/ethiop-t1/ethiop.map + texmf-dist/fonts/type1/public/ethiop-t1/etha10.pfb + texmf-dist/fonts/type1/public/ethiop-t1/etha6.pfb + texmf-dist/fonts/type1/public/ethiop-t1/etha7.pfb + texmf-dist/fonts/type1/public/ethiop-t1/etha8.pfb + texmf-dist/fonts/type1/public/ethiop-t1/ethab10.pfb + texmf-dist/fonts/type1/public/ethiop-t1/ethab11.pfb + texmf-dist/fonts/type1/public/ethiop-t1/ethab12.pfb + texmf-dist/fonts/type1/public/ethiop-t1/ethab14.pfb + texmf-dist/fonts/type1/public/ethiop-t1/ethab18.pfb + texmf-dist/fonts/type1/public/ethiop-t1/ethab24.pfb + texmf-dist/fonts/type1/public/ethiop-t1/ethab36.pfb + texmf-dist/fonts/type1/public/ethiop-t1/ethab9.pfb + texmf-dist/fonts/type1/public/ethiop-t1/ethas10.pfb + texmf-dist/fonts/type1/public/ethiop-t1/ethasb10.pfb + texmf-dist/fonts/type1/public/ethiop-t1/ethasb11.pfb + texmf-dist/fonts/type1/public/ethiop-t1/ethasb12.pfb + texmf-dist/fonts/type1/public/ethiop-t1/ethasb14.pfb + texmf-dist/fonts/type1/public/ethiop-t1/ethasb18.pfb + texmf-dist/fonts/type1/public/ethiop-t1/ethasb24.pfb + texmf-dist/fonts/type1/public/ethiop-t1/ethasb36.pfb + texmf-dist/fonts/type1/public/ethiop-t1/ethasb9.pfb + texmf-dist/fonts/type1/public/ethiop-t1/ethatt10.pfb + texmf-dist/fonts/type1/public/ethiop-t1/ethb10.pfb + texmf-dist/fonts/type1/public/ethiop-t1/ethb6.pfb + texmf-dist/fonts/type1/public/ethiop-t1/ethb7.pfb + texmf-dist/fonts/type1/public/ethiop-t1/ethb8.pfb + texmf-dist/fonts/type1/public/ethiop-t1/ethbb10.pfb + texmf-dist/fonts/type1/public/ethiop-t1/ethbb11.pfb + texmf-dist/fonts/type1/public/ethiop-t1/ethbb12.pfb + texmf-dist/fonts/type1/public/ethiop-t1/ethbb14.pfb + texmf-dist/fonts/type1/public/ethiop-t1/ethbb18.pfb + texmf-dist/fonts/type1/public/ethiop-t1/ethbb24.pfb + texmf-dist/fonts/type1/public/ethiop-t1/ethbb36.pfb + texmf-dist/fonts/type1/public/ethiop-t1/ethbb9.pfb + texmf-dist/fonts/type1/public/ethiop-t1/ethbs10.pfb + texmf-dist/fonts/type1/public/ethiop-t1/ethbsb10.pfb + texmf-dist/fonts/type1/public/ethiop-t1/ethbsb11.pfb + texmf-dist/fonts/type1/public/ethiop-t1/ethbsb12.pfb + texmf-dist/fonts/type1/public/ethiop-t1/ethbsb14.pfb + texmf-dist/fonts/type1/public/ethiop-t1/ethbsb18.pfb + texmf-dist/fonts/type1/public/ethiop-t1/ethbsb24.pfb + texmf-dist/fonts/type1/public/ethiop-t1/ethbsb36.pfb + texmf-dist/fonts/type1/public/ethiop-t1/ethbsb9.pfb + texmf-dist/fonts/type1/public/ethiop-t1/ethbtt10.pfb +catalogue-ctan /fonts/ps-type1/ethiop +catalogue-date 2007-02-14 08:57:40 +0100 +catalogue-license gpl + +name etoolbox +category Package +revision 15878 +shortdesc Tool-box for LaTeX programmers using e-TeX. +longdesc The etoolbox package is a toolbox of programming facilities +longdesc geared primarily towards LaTeX class and package authors. It +longdesc provides LaTeX frontends to some of the new primitives provided +longdesc by e-TeX as well as some generic tools which are not strictly +longdesc related to e-TeX but match the profile of this package. Note +longdesc that the initial versions of this package were released under +longdesc the name elatex. The package provides functions that seem to +longdesc offer alternative ways of implementing some LaTeX kernel +longdesc commands; nevertheless, the package will not modify any part of +longdesc the LaTeX kernel. +docfiles size=81 + texmf-dist/doc/latex/etoolbox/LICENSE + texmf-dist/doc/latex/etoolbox/README details="Readme" + texmf-dist/doc/latex/etoolbox/etoolbox.pdf details="Package documentation" + texmf-dist/doc/latex/etoolbox/etoolbox.tex +runfiles size=9 + texmf-dist/tex/latex/etoolbox/etoolbox.def + texmf-dist/tex/latex/etoolbox/etoolbox.sty +catalogue-ctan /macros/latex/contrib/etoolbox +catalogue-date 2009-08-06 22:31:00 +0200 +catalogue-license lppl +catalogue-version 1.8 + +name euenc +category Package +revision 15878 +shortdesc Unicode font encoding definitions for XeTeX. +longdesc Font encoding definitions for unicode fonts loaded by LaTeX in +longdesc XeTeX. At present, the package only provides the EU1 encoding, +longdesc which fontspec uses for unicode fonts with no macro-level +longdesc processing required for accents, and places no restriction on +longdesc glyphs provided by a font. The package includes font definition +longdesc files for the Latin Modern OpenType fonts. +docfiles size=58 + texmf-dist/doc/xelatex/euenc/README details="Readme" + texmf-dist/doc/xelatex/euenc/euenc.pdf details="Package documentation" + texmf-dist/doc/xelatex/euenc/test-eu1lm.ltx + texmf-dist/doc/xelatex/euenc/test-eu1lm.pdf details="Test, demonstrating use of Latin Modern fonts" +srcfiles size=7 + texmf-dist/source/xelatex/euenc/euenc.dtx + texmf-dist/source/xelatex/euenc/euenc.ins +runfiles size=7 + texmf-dist/tex/xelatex/euenc/eu1enc.def + texmf-dist/tex/xelatex/euenc/eu1lmdh.fd + texmf-dist/tex/xelatex/euenc/eu1lmr.fd + texmf-dist/tex/xelatex/euenc/eu1lmss.fd + texmf-dist/tex/xelatex/euenc/eu1lmssq.fd + texmf-dist/tex/xelatex/euenc/eu1lmtt.fd + texmf-dist/tex/xelatex/euenc/eu1lmvtt.fd +catalogue-ctan /macros/xetex/latex/euenc +catalogue-date 2008-05-15 01:04:52 +0200 +catalogue-license lppl +catalogue-version 0.1e + +name eukdate +category Package +revision 15878 +shortdesc UK format dates, with weekday. +longdesc The package is used to change the format of \today's date, +longdesc including the weekday, e.g., "Saturday, 26 June 2008", the 'UK +longdesc format', which is preferred in many parts of the world, as +longdesc distinct from that which is used in \maketitle of the article +longdesc class, "June 26, 2008", the 'US format'. +docfiles size=32 + texmf-dist/doc/latex/eukdate/README details="Readme" + texmf-dist/doc/latex/eukdate/eukdate.pdf details="Package documentation" +srcfiles size=4 + texmf-dist/source/latex/eukdate/eukdate.dtx + texmf-dist/source/latex/eukdate/eukdate.ins +runfiles size=1 + texmf-dist/tex/latex/eukdate/eukdate.sty +catalogue-ctan /macros/latex/contrib/eukdate +catalogue-date 2009-03-17 21:46:26 +0100 +catalogue-license lppl +catalogue-version 1.04 + +name euler +category Package +revision 15878 +shortdesc Use AMS Euler fonts for math. +longdesc Provides a setup for using the AMS Euler family of fonts for +longdesc mathematics in LaTeX documents. "The underlying philosophy of +longdesc Zapf's Euler design was to capture the flavour of mathematics +longdesc as it might be written by a mathematician with excellent +longdesc handwriting." [concrete-tug] The euler package is based on +longdesc Knuth's macros for the book 'Concrete Mathematics'. The text +longdesc fonts for the Concrete book are supported by the beton package. +docfiles size=10 + texmf-dist/doc/latex/euler/euler.dvi +srcfiles size=11 + texmf-dist/source/latex/euler/euler.dtx + texmf-dist/source/latex/euler/euler.ins + texmf-dist/source/latex/euler/legal.txt +runfiles size=3 + texmf-dist/tex/latex/euler/euler.sty +catalogue-ctan /macros/latex/contrib/euler +catalogue-date 2009-09-25 23:06:49 +0200 +catalogue-license lppl + +name eulervm +category Package +revision 15878 +shortdesc Euler virtual math fonts. +longdesc The well-known Euler fonts are suitable for typsetting +longdesc mathematics in conjunction with a variety of text fonts which +longdesc do not provide mathematical character sets of their own. Euler- +longdesc VM is a set of virtual mathematics fonts based on Euler and CM. +longdesc This approach has several advantages over immediately using the +longdesc real Euler fonts: Most noticeably, less TeX resources are +longdesc consumed, the quality of various math symbols is improved and a +longdesc usable \hslash symbol can be provided. The virtual fonts are +longdesc accompanied by a LaTeX package which makes them easy to use, +longdesc particularly in conjunction with Type1 PostScript text fonts. +longdesc They are compatible with amsmath. A package option allows the +longdesc fonts to be loaded at 95% of their nominal size, thus blending +longdesc better with certain text fonts, e.g., Minion. +docfiles size=32 + texmf-dist/doc/latex/eulervm/README.eulervm details="Package Readme" + texmf-dist/doc/latex/eulervm/eulervm.pdf details="Package documentation" + texmf-dist/doc/latex/eulervm/manifest.txt +srcfiles size=34 + texmf-dist/source/latex/eulervm/eulervm.dtx + texmf-dist/source/latex/eulervm/eulervm.ins + texmf-dist/source/latex/eulervm/fontinst/Makefile + texmf-dist/source/latex/eulervm/fontinst/amsrel10.mtx + texmf-dist/source/latex/eulervm/fontinst/amsrel5.mtx + texmf-dist/source/latex/eulervm/fontinst/amsrel7.mtx + texmf-dist/source/latex/eulervm/fontinst/axis10.mtx + texmf-dist/source/latex/eulervm/fontinst/axis5.mtx + texmf-dist/source/latex/eulervm/fontinst/axis7.mtx + texmf-dist/source/latex/eulervm/fontinst/eubar10.mtx + texmf-dist/source/latex/eulervm/fontinst/eubar5.mtx + texmf-dist/source/latex/eulervm/fontinst/eubar7.mtx + texmf-dist/source/latex/eulervm/fontinst/euml.etx + texmf-dist/source/latex/eulervm/fontinst/eums.etx + texmf-dist/source/latex/eulervm/fontinst/eumx.etx + texmf-dist/source/latex/eulervm/fontinst/fontevm.tex + texmf-dist/source/latex/eulervm/fontinst/unsetams.mtx + texmf-dist/source/latex/eulervm/fontinst/unseteus.mtx + texmf-dist/source/latex/eulervm/fontinst/unsetex.mtx +runfiles size=32 + texmf-dist/fonts/tfm/public/eulervm/zeuex10.tfm + texmf-dist/fonts/tfm/public/eulervm/zeurb10.tfm + texmf-dist/fonts/tfm/public/eulervm/zeurb5.tfm + texmf-dist/fonts/tfm/public/eulervm/zeurb7.tfm + texmf-dist/fonts/tfm/public/eulervm/zeurm10.tfm + texmf-dist/fonts/tfm/public/eulervm/zeurm5.tfm + texmf-dist/fonts/tfm/public/eulervm/zeurm7.tfm + texmf-dist/fonts/tfm/public/eulervm/zeusb10.tfm + texmf-dist/fonts/tfm/public/eulervm/zeusb5.tfm + texmf-dist/fonts/tfm/public/eulervm/zeusb7.tfm + texmf-dist/fonts/tfm/public/eulervm/zeusm10.tfm + texmf-dist/fonts/tfm/public/eulervm/zeusm5.tfm + texmf-dist/fonts/tfm/public/eulervm/zeusm7.tfm + texmf-dist/fonts/vf/public/eulervm/zeuex10.vf + texmf-dist/fonts/vf/public/eulervm/zeurb10.vf + texmf-dist/fonts/vf/public/eulervm/zeurb5.vf + texmf-dist/fonts/vf/public/eulervm/zeurb7.vf + texmf-dist/fonts/vf/public/eulervm/zeurm10.vf + texmf-dist/fonts/vf/public/eulervm/zeurm5.vf + texmf-dist/fonts/vf/public/eulervm/zeurm7.vf + texmf-dist/fonts/vf/public/eulervm/zeusb10.vf + texmf-dist/fonts/vf/public/eulervm/zeusb5.vf + texmf-dist/fonts/vf/public/eulervm/zeusb7.vf + texmf-dist/fonts/vf/public/eulervm/zeusm10.vf + texmf-dist/fonts/vf/public/eulervm/zeusm5.vf + texmf-dist/fonts/vf/public/eulervm/zeusm7.vf + texmf-dist/tex/latex/eulervm/eulervm.sty + texmf-dist/tex/latex/eulervm/uzeuex.fd + texmf-dist/tex/latex/eulervm/uzeur.fd + texmf-dist/tex/latex/eulervm/uzeus.fd +catalogue-ctan /fonts/eulervm +catalogue-date 2006-12-09 23:51:48 +0100 +catalogue-license lppl +catalogue-version 4.0 + +name euproposal +category Package +revision 15878 +shortdesc A class for preparing FP7 proposals. +longdesc The euproposal class supports many of the specific elements of +longdesc a Framework 7 Proposal. It is optimized towards collaborative +longdesc projects. The package comes with an extensive example (a fake +longdesc EU proposal; see the file propB.tex) that shows all elements in +longdesc action. +docfiles size=88 + texmf-dist/doc/latex/euproposal/README details="Readme" + texmf-dist/doc/latex/euproposal/euproposal.pdf details="Package documentation" + texmf-dist/doc/latex/euproposal/propB.delivs + texmf-dist/doc/latex/euproposal/propB.pdf details="The fake proposal" + texmf-dist/doc/latex/euproposal/propB.tex +srcfiles size=9 + texmf-dist/source/latex/euproposal/euproposal.dtx + texmf-dist/source/latex/euproposal/euproposal.ins +runfiles size=4 + texmf-dist/tex/latex/euproposal/euproposal.cls +catalogue-ctan /macros/latex/contrib/euproposal +catalogue-date 2008-08-19 20:15:24 +0200 +catalogue-license lppl +catalogue-version 0.3 + +name euro +category Package +revision 15878 +shortdesc Provide Euro values for national currency amounts. +longdesc Converts arbitrary national currency amounts using the Euro as +longdesc base unit, and typesets monetary amounts in almost any desired +longdesc way. Write, e.g., \ATS{17.6} to get something like '17,60 oS +longdesc (1,28 Euro)' automatically. Conversion rates for the initial +longdesc Euro-zone countries are already built-in. Further rates can be +longdesc added easily. The package uses the fp package to do its sums. +docfiles size=56 + texmf-dist/doc/latex/euro/euro.pdf + texmf-dist/doc/latex/euro/euro.txt +srcfiles size=14 + texmf-dist/source/latex/euro/Makefile + texmf-dist/source/latex/euro/euro.dtx + texmf-dist/source/latex/euro/euro.ins +runfiles size=2 + texmf-dist/tex/latex/euro/euro.sty +catalogue-ctan /macros/latex/contrib/euro +catalogue-date 2006-09-12 14:13:09 +0200 +catalogue-license lppl +catalogue-version 1.1 + +name euro-ce +category Package +revision 15878 +shortdesc Euro and CE sign font. +longdesc MetaFont source for the symbols in several variants, designed +longdesc to fit with Computer Modern-set text. +docfiles size=5 + texmf-dist/doc/fonts/euro-ce/euro-ce.doc + texmf-dist/doc/fonts/euro-ce/euro-ce.dvi + texmf-dist/doc/fonts/euro-ce/euro-ce.tex +runfiles size=26 + texmf-dist/fonts/source/public/euro-ce/ceit.mf + texmf-dist/fonts/source/public/euro-ce/cemac.mf + texmf-dist/fonts/source/public/euro-ce/cerm.mf + texmf-dist/fonts/source/public/euro-ce/cesl.mf + texmf-dist/fonts/source/public/euro-ce/eurobf.mf + texmf-dist/fonts/source/public/euro-ce/eurobfit.mf + texmf-dist/fonts/source/public/euro-ce/eurobfsl.mf + texmf-dist/fonts/source/public/euro-ce/euroit.mf + texmf-dist/fonts/source/public/euro-ce/euromac.mf + texmf-dist/fonts/source/public/euro-ce/euroof.mf + texmf-dist/fonts/source/public/euro-ce/eurorm.mf + texmf-dist/fonts/source/public/euro-ce/eurosl.mf + texmf-dist/fonts/source/public/euro-ce/eurosp.mf + texmf-dist/fonts/tfm/public/euro-ce/ceit.tfm + texmf-dist/fonts/tfm/public/euro-ce/cerm.tfm + texmf-dist/fonts/tfm/public/euro-ce/cesl.tfm + texmf-dist/fonts/tfm/public/euro-ce/eurobf.tfm + texmf-dist/fonts/tfm/public/euro-ce/eurobfit.tfm + texmf-dist/fonts/tfm/public/euro-ce/eurobfsl.tfm + texmf-dist/fonts/tfm/public/euro-ce/euroit.tfm + texmf-dist/fonts/tfm/public/euro-ce/euroof.tfm + texmf-dist/fonts/tfm/public/euro-ce/eurorm.tfm + texmf-dist/fonts/tfm/public/euro-ce/eurosl.tfm + texmf-dist/fonts/tfm/public/euro-ce/eurosp.tfm +catalogue-ctan /fonts/euro-ce +catalogue-date 2007-07-29 11:53:03 +0200 +catalogue-license other-free + +name eurofont +category Package +revision 15878 +shortdesc Provides a command that prints a euro symbol. +longdesc The particular symbol printed by \euro will in general change +longdesc depending on the font family, weight, and shape in use at the +longdesc time. This symbol can come from any source, and the package +longdesc user has complete control over which euro symbol is used in any +longdesc given situation. The package is pre-configured to behave +longdesc sensibly with many common text fonts and available euro +longdesc symbols. The \euro command can print 'faked' euro symbols from +longdesc a C with two lines across it when no suitable real euro symbol +longdesc is available; the package also includes code for printing fake +longdesc bold euro symbols for use when no real bold symbol exists, as +longdesc well as pre-configured support for a faked italic version of +longdesc the marvosym font. Eurofont comes set up to use euro symbols +longdesc from Adobe's Eurofonts, the marvosym font, the Eurosym font, +longdesc and any available Text Companion fonts. The selection between +longdesc these can be done using options passed to the package. The +longdesc eurofont package also 'knows' about the China2e font's euro +longdesc symbol, and can be configured to use it. +execute addMap zpeu.map +docfiles size=84 + texmf-dist/doc/fonts/eurofont/README.europs + texmf-dist/doc/fonts/eurofont/README.eurosans + texmf-dist/doc/fonts/eurofont/dvidrive.txt + texmf-dist/doc/fonts/eurofont/eurofont.dtx + texmf-dist/doc/fonts/eurofont/eurofont.ins + texmf-dist/doc/fonts/eurofont/eurosamp.pdf + texmf-dist/doc/fonts/eurofont/eurosamp.tex + texmf-dist/doc/fonts/eurofont/eutest.dvi + texmf-dist/doc/fonts/eurofont/eutest.tex + texmf-dist/doc/fonts/eurofont/readme.txt details="Package Readme" +srcfiles size=11 + texmf-dist/source/fonts/eurofont/europs.dtx + texmf-dist/source/fonts/eurofont/europs.ins + texmf-dist/source/fonts/eurofont/install.sh + texmf-dist/source/fonts/eurofont/marvosym/fmvr8x.afm + texmf-dist/source/fonts/eurofont/marvosym/mvrit.tex + texmf-dist/source/fonts/eurofont/marvosym/tfmfiles/original/fmvr8x.tfm + texmf-dist/source/fonts/eurofont/marvosym/tfmfiles/original/fmvri8x.tfm + texmf-dist/source/fonts/eurofont/marvosym/tfmfiles/yandy/fmvr8x.tfm + texmf-dist/source/fonts/eurofont/marvosym/tfmfiles/yandy/fmvri8x.tfm +runfiles size=17 + texmf-dist/fonts/map/dvips/eurofont/zpeu.map + texmf-dist/tex/latex/eurofont/eurofont.cfg + texmf-dist/tex/latex/eurofont/eurofont.sty + texmf-dist/tex/latex/eurofont/europs.sty + texmf-dist/tex/latex/eurofont/uzmvs.fd + texmf-dist/tex/latex/eurofont/uzpeu.fd + texmf-dist/tex/latex/eurofont/uzpeur.fd + texmf-dist/tex/latex/eurofont/uzpeus.fd + texmf-dist/tex/latex/eurofont/uzpeuss.fd + texmf-dist/tex/latex/eurofont/uzpeut.fd + texmf-dist/tex/latex/eurofont/uzpeutt.fd +catalogue-ctan /macros/latex/contrib/eurofont +catalogue-date 2008-04-06 21:06:10 +0200 +catalogue-license other-free +catalogue-version 1.1.3 + +name europecv +category Package +revision 15878 +shortdesc Unofficial class for European curricula vitae. +longdesc The europecv class is an unofficial LaTeX implementation of the +longdesc standard model for curricula vitae (the "Europass CV") as +longdesc recommended by the European Commission. Although primarily +longdesc intended for users in the European Union, the class is flexible +longdesc enough to be used for any kind of curriculum vitae. The class +longdesc has localisations for all the official languages of the EU +longdesc (plus Catalan), as well as options permitting input in UTF-8 +longdesc and koi8-r. +docfiles size=245 + texmf-dist/doc/latex/europecv/europecv.pdf details="Class documentation:" + texmf-dist/doc/latex/europecv/europecv.tex + texmf-dist/doc/latex/europecv/examples/at.pdf + texmf-dist/doc/latex/europecv/examples/bulgarian-koi8-r.tex + texmf-dist/doc/latex/europecv/examples/bulgarian-utf8.tex + texmf-dist/doc/latex/europecv/examples/greek-utf8.pdf + texmf-dist/doc/latex/europecv/examples/greek-utf8.tex + texmf-dist/doc/latex/europecv/examples/maltese-maltese.tex + texmf-dist/doc/latex/europecv/examples/maltese-utf8.tex + texmf-dist/doc/latex/europecv/examples/minimal.pdf details="Simple example of use:" + texmf-dist/doc/latex/europecv/examples/minimal.tex + texmf-dist/doc/latex/europecv/templates/cv_template_de.pdf + texmf-dist/doc/latex/europecv/templates/cv_template_de.tex + texmf-dist/doc/latex/europecv/templates/cv_template_en.pdf + texmf-dist/doc/latex/europecv/templates/cv_template_en.tex + texmf-dist/doc/latex/europecv/templates/cv_template_it.pdf + texmf-dist/doc/latex/europecv/templates/cv_template_it.tex + texmf-dist/doc/latex/europecv/templates/cv_template_pl.pdf + texmf-dist/doc/latex/europecv/templates/cv_template_pl.tex + texmf-dist/doc/latex/europecv/templates/publications.bib +runfiles size=63 + texmf-dist/tex/latex/europecv/EuropeFlagBW.eps + texmf-dist/tex/latex/europecv/EuropeFlagBW.pdf + texmf-dist/tex/latex/europecv/EuropeFlagBlueCMYK.eps + texmf-dist/tex/latex/europecv/EuropeFlagBlueCMYK.pdf + texmf-dist/tex/latex/europecv/EuropeFlagCMYK.eps + texmf-dist/tex/latex/europecv/EuropeFlagCMYK.pdf + texmf-dist/tex/latex/europecv/EuropeFlagWB.eps + texmf-dist/tex/latex/europecv/EuropeFlagWB.pdf + texmf-dist/tex/latex/europecv/ecvbg.def + texmf-dist/tex/latex/europecv/ecvca.def + texmf-dist/tex/latex/europecv/ecvcs.def + texmf-dist/tex/latex/europecv/ecvda.def + texmf-dist/tex/latex/europecv/ecvde.def + texmf-dist/tex/latex/europecv/ecven.def + texmf-dist/tex/latex/europecv/ecves.def + texmf-dist/tex/latex/europecv/ecvet.def + texmf-dist/tex/latex/europecv/ecvfi.def + texmf-dist/tex/latex/europecv/ecvfr.def + texmf-dist/tex/latex/europecv/ecvgl.def + texmf-dist/tex/latex/europecv/ecvgr.def + texmf-dist/tex/latex/europecv/ecvhu.def + texmf-dist/tex/latex/europecv/ecvis.def + texmf-dist/tex/latex/europecv/ecvit.def + texmf-dist/tex/latex/europecv/ecvlt.def + texmf-dist/tex/latex/europecv/ecvlv.def + texmf-dist/tex/latex/europecv/ecvmt.def + texmf-dist/tex/latex/europecv/ecvnl.def + texmf-dist/tex/latex/europecv/ecvno.def + texmf-dist/tex/latex/europecv/ecvpl.def + texmf-dist/tex/latex/europecv/ecvpt.def + texmf-dist/tex/latex/europecv/ecvro.def + texmf-dist/tex/latex/europecv/ecvsk.def + texmf-dist/tex/latex/europecv/ecvsl.def + texmf-dist/tex/latex/europecv/ecvsr.def + texmf-dist/tex/latex/europecv/ecvsv.def + texmf-dist/tex/latex/europecv/europasslogo.eps + texmf-dist/tex/latex/europecv/europasslogo.pdf + texmf-dist/tex/latex/europecv/europecv.cls +catalogue-ctan /macros/latex/contrib/europecv +catalogue-date 2006-12-09 23:51:48 +0100 +catalogue-license lppl + +name eurosans +category Package +revision 15878 +shortdesc Interface to Adobe's sans-serif Euro font. +longdesc Provides a convenient interface for using Adobe's freely +longdesc available Type 1 Euro fonts. Loading the package defines a new +longdesc command \euro which typesets a Euro symbol. The symbol is +longdesc always taken from the 'EuroSans' family, with the weight +longdesc (medium or boldface) and shape (normal or oblique) varying +longdesc according to the font currently selected. This Euro symbol +longdesc meets the official design and matches most font families well +longdesc enough, except for typewriter fonts. The fonts themselves are +longdesc only available from Adobe (though the fonts are free of charge, +longdesc the licence conditions prevent CTAN from distributing them). +longdesc Metrics and maps for using the fonts (at all) are available via +longdesc the adobe-euro package. +docfiles size=2 + texmf-dist/doc/latex/eurosans/README.eurosans details="Readme" +runfiles size=1 + texmf-dist/tex/latex/eurosans/eurosans.sty +catalogue-ctan /fonts/euro/latex/eurosans +catalogue-date 2007-09-28 12:11:57 +0200 +catalogue-license lppl +catalogue-version 2.1 + +name eurosym +category Package +revision 15878 +shortdesc MetaFont and macros for Euro sign. +longdesc The new European currency symbol for the Euro implemented in +longdesc MetaFont, using the official European Commission dimensions, +longdesc and providing several shapes (normal, slanted, bold, outline). +longdesc The package also includes a LaTeX package which defines the +longdesc macro, pre-compiled tfm files, and documentation. +execute addMixedMap eurosym.map +docfiles size=15 + texmf-dist/doc/fonts/eurosym/COPYING + texmf-dist/doc/fonts/eurosym/Changes + texmf-dist/doc/fonts/eurosym/Makefile + texmf-dist/doc/fonts/eurosym/README details="Readme" + texmf-dist/doc/fonts/eurosym/README.type1 + texmf-dist/doc/fonts/eurosym/doc/Makefile + texmf-dist/doc/fonts/eurosym/eurosym.cpp + texmf-dist/doc/fonts/eurosym/makemfs + texmf-dist/doc/fonts/eurosym/rundvips + texmf-dist/doc/fonts/eurosym/runlatex + texmf-dist/doc/fonts/eurosym/src/Makefile + texmf-dist/doc/fonts/eurosym/testeuro.tex +runfiles size=72 + texmf-dist/fonts/map/dvips/eurosym/eurosym.map + texmf-dist/fonts/source/public/eurosym/fey.mf + texmf-dist/fonts/source/public/eurosym/feybl10.mf + texmf-dist/fonts/source/public/eurosym/feybo10.mf + texmf-dist/fonts/source/public/eurosym/feybr10.mf + texmf-dist/fonts/source/public/eurosym/feyml10.mf + texmf-dist/fonts/source/public/eurosym/feymo10.mf + texmf-dist/fonts/source/public/eurosym/feymr10.mf + texmf-dist/fonts/tfm/public/eurosym/feybl10.tfm + texmf-dist/fonts/tfm/public/eurosym/feybo10.tfm + texmf-dist/fonts/tfm/public/eurosym/feybr10.tfm + texmf-dist/fonts/tfm/public/eurosym/feyml10.tfm + texmf-dist/fonts/tfm/public/eurosym/feymo10.tfm + texmf-dist/fonts/tfm/public/eurosym/feymr10.tfm + texmf-dist/fonts/type1/public/eurosym/feybl10.pfb + texmf-dist/fonts/type1/public/eurosym/feybo10.pfb + texmf-dist/fonts/type1/public/eurosym/feybr10.pfb + texmf-dist/fonts/type1/public/eurosym/feyml10.pfb + texmf-dist/fonts/type1/public/eurosym/feymo10.pfb + texmf-dist/fonts/type1/public/eurosym/feymr10.pfb + texmf-dist/fonts/type1/public/eurosym/geybl10.pfb + texmf-dist/fonts/type1/public/eurosym/geybo10.pfb + texmf-dist/fonts/type1/public/eurosym/geybr10.pfb + texmf-dist/fonts/type1/public/eurosym/geyml10.pfb + texmf-dist/fonts/type1/public/eurosym/geymo10.pfb + texmf-dist/fonts/type1/public/eurosym/geymr10.pfb + texmf-dist/tex/latex/eurosym/eurosym.sty +catalogue-ctan /fonts/eurosym +catalogue-date 2009-03-31 14:27:12 +0200 +catalogue-license other-free +catalogue-version 1.4-subrfix + +name euxm +category Package +revision 13293 +runfiles size=7 + texmf-dist/fonts/source/public/euxm/euxm10.mf + texmf-dist/fonts/source/public/euxm/euxm5.mf + texmf-dist/fonts/source/public/euxm/euxm7.mf + texmf-dist/fonts/source/public/euxm/euxmch.mf + texmf-dist/fonts/tfm/public/euxm/euxm10.tfm + texmf-dist/fonts/tfm/public/euxm/euxm5.tfm + texmf-dist/fonts/tfm/public/euxm/euxm7.tfm + +name everypage +category Package +revision 15878 +shortdesc Provide hooks to be run on every page of a document. +longdesc The package provides hooks to perform actions on every page, or +longdesc on the current page. Specifically, actions are performed after +longdesc the page is composed, but before it is shipped, so they can be +longdesc used to prepare the output page in tasks like putting +longdesc watermarks in the background, or in setting the next page +longdesc layout, etc. +docfiles size=6 + texmf-dist/doc/latex/everypage/README details="Readme" + texmf-dist/doc/latex/everypage/everypage.pdf details="Package documentation" +srcfiles size=4 + texmf-dist/source/latex/everypage/everypage.dtx + texmf-dist/source/latex/everypage/everypage.ins +runfiles size=1 + texmf-dist/tex/latex/everypage/everypage.sty +catalogue-ctan /macros/latex/contrib/everypage +catalogue-date 2008-02-19 19:31:19 +0100 +catalogue-license lppl +catalogue-version 1.1 + +name exam +category Package +revision 15878 +shortdesc Package for typesetting exam scripts. +longdesc Provides a class exam, which eases production of exams, even by +longdesc a LaTeX novice. Simple commands are provided to: - create +longdesc questions, parts of questions, subparts of parts, and +longdesc subsubparts of subparts, all with optional point values; - +longdesc create a grading table, indexed either by question number +longdesc (listing each question and the total possible points for that +longdesc question) or by page number (listing each page with points and +longdesc the total possible points for that page); - create headers and +longdesc footers that are each specified in three parts: one part to be +longdesc left justified, one part to be centered, and one part to be +longdesc right justified, in the manner of fancyhdr Headers and/or +longdesc footers can be different on the first page of the exam, can be +longdesc different on the last page of the exam, and can vary depending +longdesc on whether the page number is odd or even, or on whether the +longdesc current page continues a question from a previous page, or on +longdesc whether the last question on the current page continues onto +longdesc the following page. Multiple line headers and/or footers are +longdesc allowed, and it's easy to increase the part of the page devoted +longdesc to headers and/or footers to allow for this. Note that the +longdesc bundles examdesign and exams also provide a file exam.cls; +longdesc these bundles therefore clash, and should not be installed on +longdesc the same system. +docfiles size=149 + texmf-dist/doc/latex/exam/README details="Package Readme" + texmf-dist/doc/latex/exam/exam-2.3.md5 + texmf-dist/doc/latex/exam/examdoc.pdf details="Package documentation" + texmf-dist/doc/latex/exam/examdoc.tex +runfiles size=48 + texmf-dist/tex/latex/exam/exam.cls +catalogue-ctan /macros/latex/contrib/exam +catalogue-date 2008-07-19 15:45:55 +0200 +catalogue-license lppl +catalogue-version 2.3 + +name examdesign +category Package +revision 15878 +shortdesc LaTeX class for typesetting exams. +longdesc This bundle provides a class examdesign. The class provides +longdesc several features useful for designing tests or question sets: - +longdesc it allows for explicit markup of questions and answers; - the +longdesc class will, at the user's request, automatically generate +longdesc answer keys; - multiple versions of the same test can be +longdesc generated automatically, with the ordering of questions within +longdesc each section randomly permuted so as to minimize cheating; - +longdesc the generated answer keys can be constructed either with or +longdesc without the questions included; - environments are provided to +longdesc assist in constructing the most common types of test question: +longdesc matching, true/false, multiple-choice, fill-in-the-blank, and +longdesc short answer/essay questions. +docfiles size=121 + texmf-dist/doc/latex/examdesign/Bugs + texmf-dist/doc/latex/examdesign/Changes + texmf-dist/doc/latex/examdesign/INSTALL + texmf-dist/doc/latex/examdesign/README details="Package README" + texmf-dist/doc/latex/examdesign/examdesign.pdf details="Package documentation" + texmf-dist/doc/latex/examdesign/examplea.pdf + texmf-dist/doc/latex/examdesign/examplea.tex + texmf-dist/doc/latex/examdesign/exampleb.pdf + texmf-dist/doc/latex/examdesign/exampleb.tex + texmf-dist/doc/latex/examdesign/examplec.pdf + texmf-dist/doc/latex/examdesign/examplec.tex + texmf-dist/doc/latex/examdesign/foobar.tex +srcfiles size=35 + texmf-dist/source/latex/examdesign/examdesign.dtx + texmf-dist/source/latex/examdesign/examdesign.ins +runfiles size=12 + texmf-dist/tex/latex/examdesign/examdesign.cls +catalogue-ctan /macros/latex/contrib/examdesign +catalogue-date 2006-12-09 23:51:48 +0100 +catalogue-license lppl + +name examplep +category Package +revision 15878 +shortdesc Verbatim phrases and listings in LaTeX. +longdesc Examplep provides sophisticated features for typesetting +longdesc verbatim source code listings, including the display of the +longdesc source code and its compiled LaTeX or METAPOST output side-by- +longdesc side, with automatic width detection and enabled page breaks +longdesc (in the source), without the need for specifying the source +longdesc twice. Special care is taken that section, page and footnote +longdesc numbers do not interfere with the main document. For +longdesc typesetting short verbatim phrases, a replacement for the \verb +longdesc command is also provided in the package, which can be used +longdesc inside tables and moving arguments such as footnotes and +longdesc section titles. The listings package is used for syntax +longdesc highlighting. The accompanying codep package and the wrfiles.pl +longdesc Perl script provide a convenient interface to the examplep +longdesc package for authors of manuals. With codep it is possible to +longdesc generate the source code, the LaTeX or METAPOST output and the +longdesc compilable example file from a single source embedded into the +longdesc appropriate place of the .tex document file. +docfiles size=142 + texmf-dist/doc/latex/examplep/README + texmf-dist/doc/latex/examplep/eurotex_2005_examplep.pdf + texmf-dist/doc/latex/examplep/eurotex_2005_examplep.tex + texmf-dist/doc/latex/examplep/houses.eps + texmf-dist/doc/latex/examplep/houses.pdf + texmf-dist/doc/latex/examplep/pexaminipage.eps + texmf-dist/doc/latex/examplep/pexaminipage.pdf + texmf-dist/doc/latex/examplep/shorthyp_t1xtts.eps + texmf-dist/doc/latex/examplep/shorthyp_t1xtts.pdf + texmf-dist/doc/latex/examplep/wrfiles.pl +runfiles size=34 + texmf-dist/tex/latex/examplep/codep.sty + texmf-dist/tex/latex/examplep/examplep.sty + texmf-dist/tex/latex/examplep/verbfwr.sty +catalogue-ctan /macros/latex/contrib/examplep +catalogue-date 2006-12-21 20:36:31 +0100 +catalogue-license gpl +catalogue-version 0.03 + +name exceltex +category Package +revision 15878 +shortdesc Get data from Excel files into LaTeX. +longdesc Exceltex is a LaTeX package combined with a helper program +longdesc written in Perl. It provides an easy to use yet powerfull and +longdesc flexible way to get data from Spreadsheets into LaTeX. In +longdesc contrast to other solutions, exceltex does not seek to make the +longdesc creation of tables in LaTeX easier, but to get data from +longdesc Spreadsheets into LaTeX as easily as possible. The Excel (TM) +longdesc file format only acts as an interface between the spreadsheet +longdesc application and exceltex beacause it is easily accessible (via +longdesc the Spreadsheet::ParseExcel Perl module) and because most +longdesc spreadsheet applications are able to read and write Excel +longdesc files. +docfiles size=11 + texmf-dist/doc/latex/exceltex/CHANGES + texmf-dist/doc/latex/exceltex/INSTALL + texmf-dist/doc/latex/exceltex/README + texmf-dist/doc/latex/exceltex/exceltex + texmf-dist/doc/latex/exceltex/manpage.pdf details="Un*x-style man-page" +runfiles size=1 + texmf-dist/tex/latex/exceltex/exceltex.sty +catalogue-ctan /macros/latex/contrib/exceltex +catalogue-date 2008-08-19 20:15:24 +0200 +catalogue-license gpl +catalogue-version 0.5.1 + +name exercise +category Package +revision 15878 +shortdesc Typeset exercises, problems, etc. and their answers +longdesc The package helps to typeset exercises or list of exercises +longdesc within any document. Exercises, questions, sub-questions are +longdesc automatically numbered. It is possible to put answers in the +longdesc same document, and display them immediatly, later in the +longdesc document or not at all. The layout of exercise is fully +longdesc customisable. It is then possible to typeset long problems, +longdesc short exercises, questionnaires, etc. Usage of the babel +longdesc package is detected, but not fully supported yet (only english +longdesc and french are implemented). +docfiles size=52 + texmf-dist/doc/latex/exercise/README details="Readme" + texmf-dist/doc/latex/exercise/exercise.pdf details="Package documentation" +srcfiles size=15 + texmf-dist/source/latex/exercise/exercise.dtx + texmf-dist/source/latex/exercise/exercise.ins +runfiles size=7 + texmf-dist/tex/latex/exercise/exercise.sty +catalogue-ctan /macros/latex/contrib/exercise +catalogue-date 2009-03-26 16:56:29 +0100 +catalogue-license gpl +catalogue-version 1.3 + +name exp-testopt +category Package +revision 15878 +shortdesc Expandable \@testopt (and related) macros. +longdesc The package provides an expandable variant of the LaTeX kernel +longdesc command \@testopt, named \@expandable@testopt, and a more +longdesc general \@expandable@ifopt, both intended for package writers. +longdesc Also we have a variant of \newcommand which uses these macros +longdesc to check for optional arguments. +docfiles size=38 + texmf-dist/doc/latex/exp-testopt/README details="Readme (English)" language="en" + texmf-dist/doc/latex/exp-testopt/exp-testopt.pdf details="Package documentation (Esperanto)" language="eo" + texmf-dist/doc/latex/exp-testopt/exp-testopt.test +srcfiles size=5 + texmf-dist/source/latex/exp-testopt/exp-testopt.dtx + texmf-dist/source/latex/exp-testopt/exp-testopt.ins +runfiles size=1 + texmf-dist/tex/latex/exp-testopt/exp-testopt.sty +catalogue-ctan /macros/latex/contrib/exp-testopt +catalogue-date 2009-03-08 17:38:29 +0100 +catalogue-license lppl +catalogue-version 0.3 + +name expdlist +category Package +revision 15878 +shortdesc Expanded description environments. +longdesc The package provides additional features for the LaTeX +longdesc description environment, including adjustable left margin. The +longdesc package also allows the user to 'break' a list (for example, to +longdesc interpose a comment) without affecting the structure of the +longdesc list (so that, for example, numbered lists remain in sequence). +docfiles size=46 + texmf-dist/doc/latex/expdlist/expdlisg.pdf details="Package documentation (German)" language="de" + texmf-dist/doc/latex/expdlist/expdlist.pdf details="Package documentation (English)" language="en" + texmf-dist/doc/latex/expdlist/readme.txt +srcfiles size=14 + texmf-dist/source/latex/expdlist/expdlisg.drv + texmf-dist/source/latex/expdlist/expdlist.drv + texmf-dist/source/latex/expdlist/expdlist.dtx + texmf-dist/source/latex/expdlist/expdlist.ins +runfiles size=2 + texmf-dist/tex/latex/expdlist/expdlist.sty +catalogue-ctan /macros/latex/contrib/expdlist +catalogue-date 2008-06-23 23:47:50 +0200 +catalogue-license lppl +catalogue-version 2.4 + +name expl3 +category Package +revision 15878 +shortdesc Packages showing a proposed LaTeX3 programming convention. +longdesc The expl3 bundle provides the foundation on which the LaTeX3 +longdesc kernel and other advanced extensions are built, as a set of +longdesc packages that work with LaTeX 2e. They provide an API for TeX +longdesc programmers. Each module is set up in such a way that it can be +longdesc used with regular LaTeX 2e packages even though the coding +longdesc style is somewhat different. All files are also available in +longdesc the Subversion (SVN) repository of the LaTeX3 Project. The +longdesc bundle on CTAN is a snapshot of the SVN repository as of +longdesc 2009/09/17. +docfiles size=1181 + texmf-dist/doc/latex/expl3/README details="Bundle README" + texmf-dist/doc/latex/expl3/expl3.pdf details="The LaTeX3 Programming Language" + texmf-dist/doc/latex/expl3/source3.pdf details="The LaTeX3 Sources" +srcfiles size=266 + texmf-dist/source/latex/expl3/expl3.dtx + texmf-dist/source/latex/expl3/l3.ins + texmf-dist/source/latex/expl3/l3alloc.dtx + texmf-dist/source/latex/expl3/l3basics.dtx + texmf-dist/source/latex/expl3/l3box.dtx + texmf-dist/source/latex/expl3/l3calc.dtx + texmf-dist/source/latex/expl3/l3chk.dtx + texmf-dist/source/latex/expl3/l3clist.dtx + texmf-dist/source/latex/expl3/l3doc.dtx + texmf-dist/source/latex/expl3/l3expan.dtx + texmf-dist/source/latex/expl3/l3file.dtx + texmf-dist/source/latex/expl3/l3final.dtx + texmf-dist/source/latex/expl3/l3format.ins + texmf-dist/source/latex/expl3/l3int.dtx + texmf-dist/source/latex/expl3/l3intexpr.dtx + texmf-dist/source/latex/expl3/l3io.dtx + texmf-dist/source/latex/expl3/l3keys.dtx + texmf-dist/source/latex/expl3/l3keyval.dtx + texmf-dist/source/latex/expl3/l3msg.dtx + texmf-dist/source/latex/expl3/l3names.dtx + texmf-dist/source/latex/expl3/l3num.dtx + texmf-dist/source/latex/expl3/l3precom.dtx + texmf-dist/source/latex/expl3/l3prg.dtx + texmf-dist/source/latex/expl3/l3prop.dtx + texmf-dist/source/latex/expl3/l3quark.dtx + texmf-dist/source/latex/expl3/l3seq.dtx + texmf-dist/source/latex/expl3/l3skip.dtx + texmf-dist/source/latex/expl3/l3tl.dtx + texmf-dist/source/latex/expl3/l3token.dtx + texmf-dist/source/latex/expl3/l3toks.dtx + texmf-dist/source/latex/expl3/l3vers.dtx + texmf-dist/source/latex/expl3/l3xref.dtx + texmf-dist/source/latex/expl3/source3.tex +runfiles size=89 + texmf-dist/makeindex/expl3/l3doc.ist + texmf-dist/tex/latex/expl3/expl3.sty + texmf-dist/tex/latex/expl3/l3basics.sty + texmf-dist/tex/latex/expl3/l3box.sty + texmf-dist/tex/latex/expl3/l3calc.sty + texmf-dist/tex/latex/expl3/l3chk.sty + texmf-dist/tex/latex/expl3/l3clist.sty + texmf-dist/tex/latex/expl3/l3doc.cls + texmf-dist/tex/latex/expl3/l3expan.sty + texmf-dist/tex/latex/expl3/l3file.sty + texmf-dist/tex/latex/expl3/l3int.sty + texmf-dist/tex/latex/expl3/l3intexpr.sty + texmf-dist/tex/latex/expl3/l3io.sty + texmf-dist/tex/latex/expl3/l3keys.sty + texmf-dist/tex/latex/expl3/l3keyval.sty + texmf-dist/tex/latex/expl3/l3msg.sty + texmf-dist/tex/latex/expl3/l3names.sty + texmf-dist/tex/latex/expl3/l3num.sty + texmf-dist/tex/latex/expl3/l3precom.sty + texmf-dist/tex/latex/expl3/l3prg.sty + texmf-dist/tex/latex/expl3/l3prop.sty + texmf-dist/tex/latex/expl3/l3quark.sty + texmf-dist/tex/latex/expl3/l3seq.sty + texmf-dist/tex/latex/expl3/l3skip.sty + texmf-dist/tex/latex/expl3/l3tl.sty + texmf-dist/tex/latex/expl3/l3token.sty + texmf-dist/tex/latex/expl3/l3toks.sty + texmf-dist/tex/latex/expl3/l3xref.sty +catalogue-ctan /macros/latex/contrib/expl3 +catalogue-date 2009-09-24 15:07:03 +0200 +catalogue-license lppl +catalogue-version SVN 1550 + +name export +category Package +revision 15878 +shortdesc Import and export values of LaTeX registers. +longdesc This package allows the user to export/import the values of +longdesc LaTeX registers (counters, rigid and rubber lengths only). It +longdesc is definitely not for faint-hearted users. The package may be +longdesc used, for example, to communicate between documents for the +longdesc purposes of dvipaste. +docfiles size=1 + texmf-dist/doc/latex/export/00readme +srcfiles size=9 + texmf-dist/source/latex/export/export.dtx + texmf-dist/source/latex/export/export.ins + texmf-dist/source/latex/export/export.l +runfiles size=6 + texmf-dist/tex/latex/export/dvipaste.sty + texmf-dist/tex/latex/export/export.sty +catalogue-ctan /macros/latex/contrib/export +catalogue-date 2007-01-03 21:31:08 +0100 +catalogue-license lppl +catalogue-version 1.8 + +name expressg +category Package +revision 15878 +shortdesc Diagrams consisting of boxes, lines, and annotations. +longdesc A MetaPost package providing facilities to assist in drawing +longdesc diagrams that consist of boxes, lines, and annotations. +longdesc Particular support is provided for creating EXPRESS-G diagrams, +longdesc for example IDEF1X, OMT, Shlaer-Mellor, and NIAM diagrams. The +longdesc package may also be used to create UML and most other Box-Line- +longdesc Annotation charts, but not Gantt charts directly. +docfiles size=137 + texmf-dist/doc/metapost/expressg/README details="Package Readme" + texmf-dist/doc/metapost/expressg/aamfigs.pdf details="Examples of use" + texmf-dist/doc/metapost/expressg/aamfigs.tex + texmf-dist/doc/metapost/expressg/expeg.pdf + texmf-dist/doc/metapost/expressg/expeg.tex + texmf-dist/doc/metapost/expressg/expressg.pdf details="Package documentation" + texmf-dist/doc/metapost/expressg/n2mps.sh + texmf-dist/doc/metapost/expressg/n2mpsprl.prl +srcfiles size=53 + texmf-dist/source/metapost/expressg/expressg.dtx + texmf-dist/source/metapost/expressg/expressg.ins +runfiles size=23 + texmf-dist/metapost/expressg/aam.mp + texmf-dist/metapost/expressg/expeg.mp + texmf-dist/metapost/expressg/expressg.mp +catalogue-ctan /graphics/metapost/contrib/macros/expressg +catalogue-date 2007-01-05 12:56:21 +0100 +catalogue-license lppl +catalogue-version 1.5 + +name extarrows +category Package +revision 15878 +shortdesc Extra Arrows beyond those provided in AMSmath +longdesc Arrows are provided to supplement \xleftarrow and \xrightarrow +longdesc of the AMSMath package: \xlongequal, \xLongleftarrow, +longdesc \xLongrightarrow, \xLongleftrightarrow, \xLeftrightarrow. +longdesc \xlongleftrightarrow, \xleftrightarrow, \xlongleftarrow and +longdesc \xlongrightarrow. +docfiles size=10 + texmf-dist/doc/latex/extarrows/README + texmf-dist/doc/latex/extarrows/extarrows-test.pdf + texmf-dist/doc/latex/extarrows/extarrows-test.tex +runfiles size=1 + texmf-dist/tex/latex/extarrows/extarrows.sty +catalogue-ctan /macros/latex/contrib/extarrows +catalogue-date 2008-05-15 16:08:02 +0200 +catalogue-license lgpl +catalogue-version 1.0b + +name exteps +category Package +revision 15878 +shortdesc Include EPS figures in MetaPost. +longdesc Exteps is a module for including external EPS figures into +longdesc MetaPost figures. It is written entirely in MetaPost, and does +longdesc not therefore require any post processing of the MetaPost +longdesc output. +docfiles size=51 + texmf-dist/doc/metapost/exteps/LICENSE + texmf-dist/doc/metapost/exteps/README + texmf-dist/doc/metapost/exteps/delfin + texmf-dist/doc/metapost/exteps/exteps.pdf details="Package documentation" +runfiles size=3 + texmf-dist/metapost/exteps/exteps.mp +catalogue-ctan /graphics/metapost/contrib/macros/exteps +catalogue-date 2007-03-06 10:34:25 +0100 +catalogue-license gpl +catalogue-version 0.41 + +name extpfeil +category Package +revision 15878 +shortdesc Extensible arrows in mathematics. +longdesc The exptfeil package provides some more extensible arrows +longdesc (usable in the same way as \xleftarrow from amsmath), and a +longdesc command to simply create new ones. +docfiles size=52 + texmf-dist/doc/latex/extpfeil/README details="Readme" + texmf-dist/doc/latex/extpfeil/extpfeil.pdf details="Benutzerdoku" language="de" +srcfiles size=5 + texmf-dist/source/latex/extpfeil/extpfeil.dtx + texmf-dist/source/latex/extpfeil/extpfeil.ins +runfiles size=1 + texmf-dist/tex/latex/extpfeil/extpfeil.sty +catalogue-ctan /macros/latex/contrib/extpfeil +catalogue-date 2009-10-31 20:51:21 +0100 +catalogue-license lppl1.3 +catalogue-version 0.4 + +name extract +category Package +revision 15878 +shortdesc Extract parts of a document and write to another document. +longdesc The package provides the means to extract specific content from +longdesc a source document and write that to a target document. One +longdesc could, for instance, use this to extract all exercises from +longdesc lecture notes and generate an exercises book on the fly. The +longdesc package also provides an environment which writes its body +longdesc entirely to the target file. Another environment will write to +longdesc the target file, but will also execute the body. This allows to +longdesc share code (for instance, a preamble) between the source +longdesc document and the target file. Finally, the package provides an +longdesc interface to conditionally extract content. With a single +longdesc package option, one can specify exactly which commands (counted +longdesc from the start of the document) should be extracted and which +longdesc not. This might be useful for extracting specific slides from a +longdesc presentation and use them in a new file. +docfiles size=51 + texmf-dist/doc/latex/extract/README details="Package README" + texmf-dist/doc/latex/extract/extract.pdf details="Package documentation" +srcfiles size=19 + texmf-dist/source/latex/extract/extract.dtx +runfiles size=4 + texmf-dist/tex/latex/extract/extract.sty +catalogue-ctan /macros/latex/contrib/extract +catalogue-date 2006-11-09 15:16:55 +0100 +catalogue-license lppl +catalogue-version 1.8 + +name extsizes +category Package +revision 15878 +shortdesc Extend the standard classes' size options. +longdesc Provides classes extarticle and extreport, extletter, extbook, +longdesc extproc which allow for documents with a base font of size 8- +longdesc 20pt. +docfiles size=2 + texmf-dist/doc/latex/extsizes/README details="Readme" + texmf-dist/doc/latex/extsizes/readme.extsizes +runfiles size=35 + texmf-dist/tex/latex/extsizes/autopagewidth.sty + texmf-dist/tex/latex/extsizes/extarticle.cls + texmf-dist/tex/latex/extsizes/extbook.cls + texmf-dist/tex/latex/extsizes/extletter.cls + texmf-dist/tex/latex/extsizes/extproc.cls + texmf-dist/tex/latex/extsizes/extreport.cls + texmf-dist/tex/latex/extsizes/extsizes.sty + texmf-dist/tex/latex/extsizes/size14.clo + texmf-dist/tex/latex/extsizes/size17.clo + texmf-dist/tex/latex/extsizes/size20.clo + texmf-dist/tex/latex/extsizes/size8.clo + texmf-dist/tex/latex/extsizes/size9.clo +catalogue-ctan /macros/latex/contrib/extsizes +catalogue-date 2007-06-22 18:12:26 +0200 +catalogue-license lppl +catalogue-version 1.4a + +name facsimile +category Package +revision 15878 +shortdesc Document class for preparing faxes. +longdesc The facsimile class provides a simple interface for creating a +longdesc document for sending as a fax, with LaTeX. The class covers two +longdesc areas: - First, a title page is created with a detailed fax +longdesc header; - second, every page gets headers and footers so that +longdesc the recipient can be sure that every page has been received and +longdesc all pages are complete, and in the correct order. The class +longdesc evolved from the fax package, and provides much better language +longdesc support. +docfiles size=13 + texmf-dist/doc/latex/facsimile/README details="Readme" + texmf-dist/doc/latex/facsimile/example.dvi + texmf-dist/doc/latex/facsimile/example.tex + texmf-dist/doc/latex/facsimile/facsimile.pdf details="Package documentation" +srcfiles size=11 + texmf-dist/source/latex/facsimile/facsimile.dtx + texmf-dist/source/latex/facsimile/facsimile.ins +runfiles size=5 + texmf-dist/tex/latex/facsimile/fac-de.cfg + texmf-dist/tex/latex/facsimile/fac-en.cfg + texmf-dist/tex/latex/facsimile/facsimile.cls +catalogue-ctan /macros/latex/contrib/facsimile +catalogue-date 2007-01-03 21:31:08 +0100 +catalogue-license lppl +catalogue-version 1.0 + +name faktor +category Package +revision 15878 +shortdesc Typeset quotient structures with LaTeX. +longdesc The package provides the means to typeset factor structures, as +longdesc are used in many areas of algebraic notation. The structure is +longdesc similar to the 'A/B' that is provided by the nicefrac package +longdesc (part of the units distribution), and by the xfrac package; the +longdesc most obvious difference is that the numerator and denominator's +longdesc sizes do not change in the \faktor command. +docfiles size=26 + texmf-dist/doc/latex/faktor/README details="Readme and basic instructions" + texmf-dist/doc/latex/faktor/faktor.pdf details="Benutzerdoku:" language="de" +srcfiles size=3 + texmf-dist/source/latex/faktor/faktor.dtx + texmf-dist/source/latex/faktor/faktor.ins +runfiles size=1 + texmf-dist/tex/latex/faktor/faktor.sty +catalogue-ctan /macros/latex/contrib/faktor +catalogue-date 2007-02-27 14:19:10 +0100 +catalogue-license lppl +catalogue-version 0.1b + +name fancybox +category Package +revision 15878 +shortdesc Variants of \fbox and other games with boxes. +longdesc Provides variants of \fbox: \shadowbox, \doublebox, \ovalbox, +longdesc \Ovalbox, with helpful tools for using box macros and flexible +longdesc verbatim macros. You can box mathematics, floats, center, +longdesc flushleft, and flushright, lists, and pages. +docfiles size=59 + texmf-dist/doc/latex/fancybox/fancybox.doc + texmf-dist/doc/latex/fancybox/fancybox.pdf details="Documentation -- Box tips and tricks:" +runfiles size=7 + texmf-dist/tex/latex/fancybox/fancybox.sty +catalogue-ctan /macros/latex/contrib/fancybox +catalogue-date 2009-09-27 09:50:48 +0200 +catalogue-license lppl +catalogue-version 1.3 + +name fancyhdr +category Package +revision 15878 +shortdesc Extensive control of page headers and footers in LaTeX2e. +longdesc The package provides extensive facilities, both for +longdesc constructing headers and footers, and for controlling their use +longdesc (for example, at times when LaTeX would automatically change +longdesc the heading style in use). +docfiles size=95 + texmf-dist/doc/latex/fancyhdr/README details="Readme" + texmf-dist/doc/latex/fancyhdr/fancyhdr.pdf details="Users' manual (English)" + texmf-dist/doc/latex/fancyhdr/fancyhdr.tex +runfiles size=9 + texmf-dist/tex/latex/fancyhdr/extramarks.sty + texmf-dist/tex/latex/fancyhdr/fancyhdr.sty + texmf-dist/tex/latex/fancyhdr/fancyheadings.sty +catalogue-ctan /macros/latex/contrib/fancyhdr +catalogue-date 2009-01-10 12:36:34 +0100 +catalogue-license lppl +catalogue-version 3.1 + +name fancyhdr-it +category Package +revision 15878 +docfiles size=113 + texmf-dist/doc/latex/fancyhdr-it/Makefile + texmf-dist/doc/latex/fancyhdr-it/itfancyhdr.pdf + texmf-dist/doc/latex/fancyhdr-it/itfancyhdr.tex + +name fancynum +category Package +revision 15878 +shortdesc Typeset numbers. +longdesc A LaTeX package for typesetting numbers, in particular floating +longdesc point numbers, such as you find in program output. +docfiles size=27 + texmf-dist/doc/latex/fancynum/CHANGES + texmf-dist/doc/latex/fancynum/README details="Package README" + texmf-dist/doc/latex/fancynum/aue.txt + texmf-dist/doc/latex/fancynum/ctt.txt + texmf-dist/doc/latex/fancynum/dbltable.tex + texmf-dist/doc/latex/fancynum/examples.tex + texmf-dist/doc/latex/fancynum/fancynum.pdf details="Package documentation" +srcfiles size=6 + texmf-dist/source/latex/fancynum/Makefile + texmf-dist/source/latex/fancynum/fancynum.dtx + texmf-dist/source/latex/fancynum/fancynum.ins + texmf-dist/source/latex/fancynum/tables.c +runfiles size=1 + texmf-dist/tex/latex/fancynum/fancynum.sty +catalogue-ctan /macros/latex/contrib/fancynum +catalogue-date 2008-04-19 23:11:03 +0200 +catalogue-license other-free +catalogue-version 0.92 + +name fancyref +category Package +revision 15878 +shortdesc A LaTeX package for fancy cross-referencing. +longdesc Provides fancy cross-referencing support, based on the +longdesc package's reference commands (\fref and \Fref) that recognise +longdesc what sort of object is being referenced. So, for example, the +longdesc label for a \section would be expected to be of the form +longdesc 'sec:foo': the package would recognise the 'sec:' part. +docfiles size=37 + texmf-dist/doc/latex/fancyref/COPYING + texmf-dist/doc/latex/fancyref/README details="Package Readme" + texmf-dist/doc/latex/fancyref/fancyref.pdf details="Package documentation" + texmf-dist/doc/latex/fancyref/freftest.tex +srcfiles size=21 + texmf-dist/source/latex/fancyref/fancyref.dtx + texmf-dist/source/latex/fancyref/fancyref.ins +runfiles size=4 + texmf-dist/tex/latex/fancyref/fancyref.sty +catalogue-ctan /macros/latex/contrib/fancyref +catalogue-date 2006-12-05 17:23:05 +0100 +catalogue-license gpl +catalogue-version 0.9c + +name fancytooltips +category Package +revision 15878 +shortdesc Include a wide range of material in PDF tooltips. +longdesc The package was inspired by the cooltooltips package. In +longdesc contrast to cooltooltips, fancytooltips allows inclusion of +longdesc tooltips which contain arbitrary TeX material or a series of +longdesc TeX materials (animated graphics) from an external PDF file. To +longdesc see the tooltips, you have to open the files in Adobe Reader. +longdesc The links and JavaScripts are inserted using eforms package +longdesc from the AcroTeX bundle. +docfiles size=558 + texmf-dist/doc/latex/fancytooltips/README + texmf-dist/doc/latex/fancytooltips/examples/example-dvips.pdf + texmf-dist/doc/latex/fancytooltips/examples/example-dvips.tex + texmf-dist/doc/latex/fancytooltips/examples/example-min-dvips.pdf + texmf-dist/doc/latex/fancytooltips/examples/example-min-dvips.tex + texmf-dist/doc/latex/fancytooltips/examples/example-min.pdf + texmf-dist/doc/latex/fancytooltips/examples/example-min.tex + texmf-dist/doc/latex/fancytooltips/examples/example.pdf details="Example" + texmf-dist/doc/latex/fancytooltips/examples/example.tex + texmf-dist/doc/latex/fancytooltips/examples/tecna2.pdf + texmf-dist/doc/latex/fancytooltips/examples/tex4ht/fancytips.tex + texmf-dist/doc/latex/fancytooltips/examples/tex4ht/images/ttp-1.jpg + texmf-dist/doc/latex/fancytooltips/examples/tex4ht/logo.pdf + texmf-dist/doc/latex/fancytooltips/examples/tex4ht/overlib.js + texmf-dist/doc/latex/fancytooltips/examples/tex4ht/overlib_anchor.js + texmf-dist/doc/latex/fancytooltips/examples/tex4ht/overlib_centerpopup.js + texmf-dist/doc/latex/fancytooltips/examples/tex4ht/overlib_crossframe.js + texmf-dist/doc/latex/fancytooltips/examples/tex4ht/overlib_cssstyle.js + texmf-dist/doc/latex/fancytooltips/examples/tex4ht/overlib_debug.js + texmf-dist/doc/latex/fancytooltips/examples/tex4ht/overlib_exclusive.js + texmf-dist/doc/latex/fancytooltips/examples/tex4ht/overlib_followscroll.js + texmf-dist/doc/latex/fancytooltips/examples/tex4ht/overlib_hideform.js + texmf-dist/doc/latex/fancytooltips/examples/tex4ht/overlib_setonoff.js + texmf-dist/doc/latex/fancytooltips/examples/tex4ht/overlib_shadow.js + texmf-dist/doc/latex/fancytooltips/examples/tex4ht/tooltips2html-js.js + texmf-dist/doc/latex/fancytooltips/examples/tex4ht/tooltips2html-js.tex + texmf-dist/doc/latex/fancytooltips/examples/tex4ht/tooltips2html.css + texmf-dist/doc/latex/fancytooltips/examples/tex4ht/tooltips2html.html + texmf-dist/doc/latex/fancytooltips/examples/tex4ht/tooltips2html.pdf + texmf-dist/doc/latex/fancytooltips/examples/tex4ht/tooltips2html.tex + texmf-dist/doc/latex/fancytooltips/examples/tex4ht/tooltips2html2.html + texmf-dist/doc/latex/fancytooltips/examples/tooltipy.pdf + texmf-dist/doc/latex/fancytooltips/examples/tooltipy.tex + texmf-dist/doc/latex/fancytooltips/fancytooltips.pdf details="Package documentation" + texmf-dist/doc/latex/fancytooltips/tip.pdf + texmf-dist/doc/latex/fancytooltips/tip.tex +srcfiles size=7 + texmf-dist/source/latex/fancytooltips/fancytooltips.dtx + texmf-dist/source/latex/fancytooltips/fancytooltips.ins +runfiles size=6 + texmf-dist/tex/latex/fancytooltips/fancytipmark.eps + texmf-dist/tex/latex/fancytooltips/fancytipmark.pdf + texmf-dist/tex/latex/fancytooltips/fancytipmark.svg + texmf-dist/tex/latex/fancytooltips/fancytooltips.sty +catalogue-ctan /macros/latex/contrib/fancytooltips +catalogue-date 2009-05-04 11:07:03 +0200 +catalogue-license lppl +catalogue-version 1.5 + +name fancyvrb +category Package +revision 15878 +shortdesc Sophisticated verbatim text. +longdesc Flexible handling of verbatim text including: verbatim commands +longdesc in footnotes; a variety of verbatim environments with many +longdesc parameters; ability to define new customized verbatim +longdesc environments; save and restore verbatim text and environments; +longdesc write and read files in verbatim mode; build "example" +longdesc environments (showing both result and verbatim source). +docfiles size=51 + texmf-dist/doc/latex/fancyvrb/README details="Readme" + texmf-dist/doc/latex/fancyvrb/README.contrib + texmf-dist/doc/latex/fancyvrb/artistic2.txt + texmf-dist/doc/latex/fancyvrb/fancyvrb.pdf details="Package documentation" + texmf-dist/doc/latex/fancyvrb/t-fvrbex.tex +srcfiles size=48 + texmf-dist/source/latex/fancyvrb/fancyvrb.dtx + texmf-dist/source/latex/fancyvrb/fancyvrb.ins + texmf-dist/source/latex/fancyvrb/fvrb-ex.dtx + texmf-dist/source/latex/fancyvrb/fvrb-ex.ins +runfiles size=18 + texmf-dist/tex/latex/fancyvrb/fancyvrb.sty + texmf-dist/tex/latex/fancyvrb/fvrb-ex.sty + texmf-dist/tex/latex/fancyvrb/hbaw.sty + texmf-dist/tex/latex/fancyvrb/hcolor.sty +catalogue-ctan /macros/latex/contrib/fancyvrb +catalogue-date 2009-09-26 09:33:53 +0200 +catalogue-license artistic2 +catalogue-version 2.7a + +name fbs +category Package +revision 15878 +shortdesc BibTeX style for Frontiers in Bioscience. +longdesc A BibTeX style file made with custom-bib to fit Frontiers in +longdesc Bioscience requirements: - all authors, no et al, full author +longdesc names, initials abbreviated; - only abbreviated journal name +longdesc italicised, no abbreviation dots; - only year, no month, at end +longdesc of reference; and - DOI excluded, ISSN excluded. +runfiles size=7 + texmf-dist/bibtex/bst/fbs/fbs.bst +catalogue-ctan /biblio/bibtex/contrib/misc/fbs.bst +catalogue-date 2008-08-19 20:38:14 +0200 +catalogue-license lppl + +name fc +category Package +revision 15878 +shortdesc Fonts for African languages. +longdesc The fonts are provided as MetaFont source, in the familiar +longdesc arrangement of lots of (autogenerated) preamble files and a +longdesc modest set of glyph specifications. (A similar arrangement +longdesc appears in the ec and lh font bundles.) +docfiles size=24 + texmf-dist/doc/fonts/fc/fc.bug + texmf-dist/doc/fonts/fc/fc.rme + texmf-dist/doc/fonts/fc/fctugbot.tex + texmf-dist/doc/fonts/fc/fontdef.fc_old + texmf-dist/doc/fonts/fc/licence.gnu +runfiles size=594 + texmf-dist/fonts/source/jknappen/fc/b-fcbx.mf + texmf-dist/fonts/source/jknappen/fc/b-fcbxi.mf + texmf-dist/fonts/source/jknappen/fc/b-fcbxsl.mf + texmf-dist/fonts/source/jknappen/fc/b-fcbxu.mf + texmf-dist/fonts/source/jknappen/fc/b-fccsc.mf + texmf-dist/fonts/source/jknappen/fc/b-fci.mf + texmf-dist/fonts/source/jknappen/fc/b-fcitt.mf + texmf-dist/fonts/source/jknappen/fc/b-fcr.mf + texmf-dist/fonts/source/jknappen/fc/b-fcsibx.mf + texmf-dist/fonts/source/jknappen/fc/b-fcsitt.mf + texmf-dist/fonts/source/jknappen/fc/b-fcsl.mf + texmf-dist/fonts/source/jknappen/fc/b-fcss.mf + texmf-dist/fonts/source/jknappen/fc/b-fcssbx.mf + texmf-dist/fonts/source/jknappen/fc/b-fcssi.mf + texmf-dist/fonts/source/jknappen/fc/b-fcsstt.mf + texmf-dist/fonts/source/jknappen/fc/b-fctt.mf + texmf-dist/fonts/source/jknappen/fc/b-fcu.mf + texmf-dist/fonts/source/jknappen/fc/c-fcsstt.mf + texmf-dist/fonts/source/jknappen/fc/fcaccent.mf + texmf-dist/fonts/source/jknappen/fc/fcbx10.mf + texmf-dist/fonts/source/jknappen/fc/fcbx11.mf + texmf-dist/fonts/source/jknappen/fc/fcbx12.mf + texmf-dist/fonts/source/jknappen/fc/fcbx14.mf + texmf-dist/fonts/source/jknappen/fc/fcbx17.mf + texmf-dist/fonts/source/jknappen/fc/fcbx20.mf + texmf-dist/fonts/source/jknappen/fc/fcbx25.mf + texmf-dist/fonts/source/jknappen/fc/fcbx5.mf + texmf-dist/fonts/source/jknappen/fc/fcbx6.mf + texmf-dist/fonts/source/jknappen/fc/fcbx7.mf + texmf-dist/fonts/source/jknappen/fc/fcbx8.mf + texmf-dist/fonts/source/jknappen/fc/fcbx9.mf + texmf-dist/fonts/source/jknappen/fc/fcbxi10.mf + texmf-dist/fonts/source/jknappen/fc/fcbxi11.mf + texmf-dist/fonts/source/jknappen/fc/fcbxi12.mf + texmf-dist/fonts/source/jknappen/fc/fcbxi14.mf + texmf-dist/fonts/source/jknappen/fc/fcbxi17.mf + texmf-dist/fonts/source/jknappen/fc/fcbxi20.mf + texmf-dist/fonts/source/jknappen/fc/fcbxi25.mf + texmf-dist/fonts/source/jknappen/fc/fcbxi5.mf + texmf-dist/fonts/source/jknappen/fc/fcbxi6.mf + texmf-dist/fonts/source/jknappen/fc/fcbxi7.mf + texmf-dist/fonts/source/jknappen/fc/fcbxi8.mf + texmf-dist/fonts/source/jknappen/fc/fcbxi9.mf + texmf-dist/fonts/source/jknappen/fc/fcbxsl10.mf + texmf-dist/fonts/source/jknappen/fc/fcbxsl11.mf + texmf-dist/fonts/source/jknappen/fc/fcbxsl12.mf + texmf-dist/fonts/source/jknappen/fc/fcbxsl14.mf + texmf-dist/fonts/source/jknappen/fc/fcbxsl17.mf + texmf-dist/fonts/source/jknappen/fc/fcbxsl20.mf + texmf-dist/fonts/source/jknappen/fc/fcbxsl25.mf + texmf-dist/fonts/source/jknappen/fc/fcbxsl5.mf + texmf-dist/fonts/source/jknappen/fc/fcbxsl6.mf + texmf-dist/fonts/source/jknappen/fc/fcbxsl7.mf + texmf-dist/fonts/source/jknappen/fc/fcbxsl8.mf + texmf-dist/fonts/source/jknappen/fc/fcbxsl9.mf + texmf-dist/fonts/source/jknappen/fc/fcbxu10.mf + texmf-dist/fonts/source/jknappen/fc/fcbxu11.mf + texmf-dist/fonts/source/jknappen/fc/fcbxu12.mf + texmf-dist/fonts/source/jknappen/fc/fcbxu14.mf + texmf-dist/fonts/source/jknappen/fc/fcbxu17.mf + texmf-dist/fonts/source/jknappen/fc/fcbxu20.mf + texmf-dist/fonts/source/jknappen/fc/fcbxu25.mf + texmf-dist/fonts/source/jknappen/fc/fcbxu5.mf + texmf-dist/fonts/source/jknappen/fc/fcbxu6.mf + texmf-dist/fonts/source/jknappen/fc/fcbxu7.mf + texmf-dist/fonts/source/jknappen/fc/fcbxu8.mf + texmf-dist/fonts/source/jknappen/fc/fcbxu9.mf + texmf-dist/fonts/source/jknappen/fc/fccoding.mf + texmf-dist/fonts/source/jknappen/fc/fccsc10.mf + texmf-dist/fonts/source/jknappen/fc/fccsc11.mf + texmf-dist/fonts/source/jknappen/fc/fccsc12.mf + texmf-dist/fonts/source/jknappen/fc/fccsc14.mf + texmf-dist/fonts/source/jknappen/fc/fccsc17.mf + texmf-dist/fonts/source/jknappen/fc/fccsc20.mf + texmf-dist/fonts/source/jknappen/fc/fccsc25.mf + texmf-dist/fonts/source/jknappen/fc/fccsc5.mf + texmf-dist/fonts/source/jknappen/fc/fccsc6.mf + texmf-dist/fonts/source/jknappen/fc/fccsc7.mf + texmf-dist/fonts/source/jknappen/fc/fccsc8.mf + texmf-dist/fonts/source/jknappen/fc/fccsc9.mf + texmf-dist/fonts/source/jknappen/fc/fccscspu.mf + texmf-dist/fonts/source/jknappen/fc/fci10.mf + texmf-dist/fonts/source/jknappen/fc/fci11.mf + texmf-dist/fonts/source/jknappen/fc/fci12.mf + texmf-dist/fonts/source/jknappen/fc/fci14.mf + texmf-dist/fonts/source/jknappen/fc/fci17.mf + texmf-dist/fonts/source/jknappen/fc/fci20.mf + texmf-dist/fonts/source/jknappen/fc/fci25.mf + texmf-dist/fonts/source/jknappen/fc/fci5.mf + texmf-dist/fonts/source/jknappen/fc/fci6.mf + texmf-dist/fonts/source/jknappen/fc/fci7.mf + texmf-dist/fonts/source/jknappen/fc/fci8.mf + texmf-dist/fonts/source/jknappen/fc/fci9.mf + texmf-dist/fonts/source/jknappen/fc/fcilig.mf + texmf-dist/fonts/source/jknappen/fc/fcitalic.mf + texmf-dist/fonts/source/jknappen/fc/fcitligt.mf + texmf-dist/fonts/source/jknappen/fc/fcitlpct.mf + texmf-dist/fonts/source/jknappen/fc/fcitt10.mf + texmf-dist/fonts/source/jknappen/fc/fcitt11.mf + texmf-dist/fonts/source/jknappen/fc/fcitt12.mf + texmf-dist/fonts/source/jknappen/fc/fcitt14.mf + texmf-dist/fonts/source/jknappen/fc/fcitt17.mf + texmf-dist/fonts/source/jknappen/fc/fcitt20.mf + texmf-dist/fonts/source/jknappen/fc/fcitt25.mf + texmf-dist/fonts/source/jknappen/fc/fcitt5.mf + texmf-dist/fonts/source/jknappen/fc/fcitt6.mf + texmf-dist/fonts/source/jknappen/fc/fcitt7.mf + texmf-dist/fonts/source/jknappen/fc/fcitt8.mf + texmf-dist/fonts/source/jknappen/fc/fcitt9.mf + texmf-dist/fonts/source/jknappen/fc/fcmacros.mf + texmf-dist/fonts/source/jknappen/fc/fcpunct.mf + texmf-dist/fonts/source/jknappen/fc/fcr10.mf + texmf-dist/fonts/source/jknappen/fc/fcr11.mf + texmf-dist/fonts/source/jknappen/fc/fcr12.mf + texmf-dist/fonts/source/jknappen/fc/fcr14.mf + texmf-dist/fonts/source/jknappen/fc/fcr17.mf + texmf-dist/fonts/source/jknappen/fc/fcr20.mf + texmf-dist/fonts/source/jknappen/fc/fcr25.mf + texmf-dist/fonts/source/jknappen/fc/fcr5.mf + texmf-dist/fonts/source/jknappen/fc/fcr6.mf + texmf-dist/fonts/source/jknappen/fc/fcr7.mf + texmf-dist/fonts/source/jknappen/fc/fcr8.mf + texmf-dist/fonts/source/jknappen/fc/fcr9.mf + texmf-dist/fonts/source/jknappen/fc/fcrlig.mf + texmf-dist/fonts/source/jknappen/fc/fcroligt.mf + texmf-dist/fonts/source/jknappen/fc/fcroman.mf + texmf-dist/fonts/source/jknappen/fc/fcrompct.mf + texmf-dist/fonts/source/jknappen/fc/fcscligt.mf + texmf-dist/fonts/source/jknappen/fc/fcsfligt.mf + texmf-dist/fonts/source/jknappen/fc/fcsibx10.mf + texmf-dist/fonts/source/jknappen/fc/fcsibx11.mf + texmf-dist/fonts/source/jknappen/fc/fcsibx12.mf + texmf-dist/fonts/source/jknappen/fc/fcsibx14.mf + texmf-dist/fonts/source/jknappen/fc/fcsibx17.mf + texmf-dist/fonts/source/jknappen/fc/fcsibx20.mf + texmf-dist/fonts/source/jknappen/fc/fcsibx25.mf + texmf-dist/fonts/source/jknappen/fc/fcsibx5.mf + texmf-dist/fonts/source/jknappen/fc/fcsibx6.mf + texmf-dist/fonts/source/jknappen/fc/fcsibx7.mf + texmf-dist/fonts/source/jknappen/fc/fcsibx8.mf + texmf-dist/fonts/source/jknappen/fc/fcsibx9.mf + texmf-dist/fonts/source/jknappen/fc/fcsitt10.mf + texmf-dist/fonts/source/jknappen/fc/fcsitt11.mf + texmf-dist/fonts/source/jknappen/fc/fcsitt12.mf + texmf-dist/fonts/source/jknappen/fc/fcsitt14.mf + texmf-dist/fonts/source/jknappen/fc/fcsitt17.mf + texmf-dist/fonts/source/jknappen/fc/fcsitt20.mf + texmf-dist/fonts/source/jknappen/fc/fcsitt25.mf + texmf-dist/fonts/source/jknappen/fc/fcsitt5.mf + texmf-dist/fonts/source/jknappen/fc/fcsitt6.mf + texmf-dist/fonts/source/jknappen/fc/fcsitt7.mf + texmf-dist/fonts/source/jknappen/fc/fcsitt8.mf + texmf-dist/fonts/source/jknappen/fc/fcsitt9.mf + texmf-dist/fonts/source/jknappen/fc/fcsl10.mf + texmf-dist/fonts/source/jknappen/fc/fcsl11.mf + texmf-dist/fonts/source/jknappen/fc/fcsl12.mf + texmf-dist/fonts/source/jknappen/fc/fcsl14.mf + texmf-dist/fonts/source/jknappen/fc/fcsl17.mf + texmf-dist/fonts/source/jknappen/fc/fcsl20.mf + texmf-dist/fonts/source/jknappen/fc/fcsl25.mf + texmf-dist/fonts/source/jknappen/fc/fcsl5.mf + texmf-dist/fonts/source/jknappen/fc/fcsl6.mf + texmf-dist/fonts/source/jknappen/fc/fcsl7.mf + texmf-dist/fonts/source/jknappen/fc/fcsl8.mf + texmf-dist/fonts/source/jknappen/fc/fcsl9.mf + texmf-dist/fonts/source/jknappen/fc/fcss10.mf + texmf-dist/fonts/source/jknappen/fc/fcss11.mf + texmf-dist/fonts/source/jknappen/fc/fcss12.mf + texmf-dist/fonts/source/jknappen/fc/fcss14.mf + texmf-dist/fonts/source/jknappen/fc/fcss17.mf + texmf-dist/fonts/source/jknappen/fc/fcss20.mf + texmf-dist/fonts/source/jknappen/fc/fcss25.mf + texmf-dist/fonts/source/jknappen/fc/fcss5.mf + texmf-dist/fonts/source/jknappen/fc/fcss6.mf + texmf-dist/fonts/source/jknappen/fc/fcss7.mf + texmf-dist/fonts/source/jknappen/fc/fcss8.mf + texmf-dist/fonts/source/jknappen/fc/fcss9.mf + texmf-dist/fonts/source/jknappen/fc/fcssbx10.mf + texmf-dist/fonts/source/jknappen/fc/fcssbx11.mf + texmf-dist/fonts/source/jknappen/fc/fcssbx12.mf + texmf-dist/fonts/source/jknappen/fc/fcssbx14.mf + texmf-dist/fonts/source/jknappen/fc/fcssbx17.mf + texmf-dist/fonts/source/jknappen/fc/fcssbx20.mf + texmf-dist/fonts/source/jknappen/fc/fcssbx25.mf + texmf-dist/fonts/source/jknappen/fc/fcssbx5.mf + texmf-dist/fonts/source/jknappen/fc/fcssbx6.mf + texmf-dist/fonts/source/jknappen/fc/fcssbx7.mf + texmf-dist/fonts/source/jknappen/fc/fcssbx8.mf + texmf-dist/fonts/source/jknappen/fc/fcssbx9.mf + texmf-dist/fonts/source/jknappen/fc/fcssi10.mf + texmf-dist/fonts/source/jknappen/fc/fcssi11.mf + texmf-dist/fonts/source/jknappen/fc/fcssi12.mf + texmf-dist/fonts/source/jknappen/fc/fcssi14.mf + texmf-dist/fonts/source/jknappen/fc/fcssi17.mf + texmf-dist/fonts/source/jknappen/fc/fcssi20.mf + texmf-dist/fonts/source/jknappen/fc/fcssi25.mf + texmf-dist/fonts/source/jknappen/fc/fcssi5.mf + texmf-dist/fonts/source/jknappen/fc/fcssi6.mf + texmf-dist/fonts/source/jknappen/fc/fcssi7.mf + texmf-dist/fonts/source/jknappen/fc/fcssi8.mf + texmf-dist/fonts/source/jknappen/fc/fcssi9.mf + texmf-dist/fonts/source/jknappen/fc/fcsstt10.mf + texmf-dist/fonts/source/jknappen/fc/fcsstt11.mf + texmf-dist/fonts/source/jknappen/fc/fcsstt12.mf + texmf-dist/fonts/source/jknappen/fc/fcsstt14.mf + texmf-dist/fonts/source/jknappen/fc/fcsstt17.mf + texmf-dist/fonts/source/jknappen/fc/fcsstt20.mf + texmf-dist/fonts/source/jknappen/fc/fcsstt25.mf + texmf-dist/fonts/source/jknappen/fc/fcsstt5.mf + texmf-dist/fonts/source/jknappen/fc/fcsstt6.mf + texmf-dist/fonts/source/jknappen/fc/fcsstt7.mf + texmf-dist/fonts/source/jknappen/fc/fcsstt8.mf + texmf-dist/fonts/source/jknappen/fc/fcsstt9.mf + texmf-dist/fonts/source/jknappen/fc/fctt10.mf + texmf-dist/fonts/source/jknappen/fc/fctt11.mf + texmf-dist/fonts/source/jknappen/fc/fctt12.mf + texmf-dist/fonts/source/jknappen/fc/fctt14.mf + texmf-dist/fonts/source/jknappen/fc/fctt17.mf + texmf-dist/fonts/source/jknappen/fc/fctt20.mf + texmf-dist/fonts/source/jknappen/fc/fctt25.mf + texmf-dist/fonts/source/jknappen/fc/fctt5.mf + texmf-dist/fonts/source/jknappen/fc/fctt6.mf + texmf-dist/fonts/source/jknappen/fc/fctt7.mf + texmf-dist/fonts/source/jknappen/fc/fctt8.mf + texmf-dist/fonts/source/jknappen/fc/fctt9.mf + texmf-dist/fonts/source/jknappen/fc/fcttligt.mf + texmf-dist/fonts/source/jknappen/fc/fcu10.mf + texmf-dist/fonts/source/jknappen/fc/fcu11.mf + texmf-dist/fonts/source/jknappen/fc/fcu12.mf + texmf-dist/fonts/source/jknappen/fc/fcu14.mf + texmf-dist/fonts/source/jknappen/fc/fcu17.mf + texmf-dist/fonts/source/jknappen/fc/fcu20.mf + texmf-dist/fonts/source/jknappen/fc/fcu25.mf + texmf-dist/fonts/source/jknappen/fc/fcu5.mf + texmf-dist/fonts/source/jknappen/fc/fcu6.mf + texmf-dist/fonts/source/jknappen/fc/fcu7.mf + texmf-dist/fonts/source/jknappen/fc/fcu8.mf + texmf-dist/fonts/source/jknappen/fc/fcu9.mf + texmf-dist/fonts/source/jknappen/fc/itala.mf + texmf-dist/fonts/source/jknappen/fc/italbcd.mf + texmf-dist/fonts/source/jknappen/fc/itale.mf + texmf-dist/fonts/source/jknappen/fc/italfgh.mf + texmf-dist/fonts/source/jknappen/fc/italij.mf + texmf-dist/fonts/source/jknappen/fc/italklm.mf + texmf-dist/fonts/source/jknappen/fc/italn.mf + texmf-dist/fonts/source/jknappen/fc/italo.mf + texmf-dist/fonts/source/jknappen/fc/italpqr.mf + texmf-dist/fonts/source/jknappen/fc/italst.mf + texmf-dist/fonts/source/jknappen/fc/italuvw.mf + texmf-dist/fonts/source/jknappen/fc/italxyz.mf + texmf-dist/fonts/source/jknappen/fc/lowera.mf + texmf-dist/fonts/source/jknappen/fc/lowerbcd.mf + texmf-dist/fonts/source/jknappen/fc/lowere.mf + texmf-dist/fonts/source/jknappen/fc/lowerfgh.mf + texmf-dist/fonts/source/jknappen/fc/lowerij.mf + texmf-dist/fonts/source/jknappen/fc/lowerklm.mf + texmf-dist/fonts/source/jknappen/fc/lowern.mf + texmf-dist/fonts/source/jknappen/fc/lowero.mf + texmf-dist/fonts/source/jknappen/fc/lowerpqr.mf + texmf-dist/fonts/source/jknappen/fc/lowerst.mf + texmf-dist/fonts/source/jknappen/fc/loweruvw.mf + texmf-dist/fonts/source/jknappen/fc/lowerxyz.mf + texmf-dist/fonts/source/jknappen/fc/uppera.mf + texmf-dist/fonts/source/jknappen/fc/upperbcd.mf + texmf-dist/fonts/source/jknappen/fc/uppere.mf + texmf-dist/fonts/source/jknappen/fc/upperfgh.mf + texmf-dist/fonts/source/jknappen/fc/upperij.mf + texmf-dist/fonts/source/jknappen/fc/upperklm.mf + texmf-dist/fonts/source/jknappen/fc/uppern.mf + texmf-dist/fonts/source/jknappen/fc/uppero.mf + texmf-dist/fonts/source/jknappen/fc/upperpqr.mf + texmf-dist/fonts/source/jknappen/fc/upperst.mf + texmf-dist/fonts/source/jknappen/fc/upperuvw.mf + texmf-dist/fonts/source/jknappen/fc/upperxyz.mf + texmf-dist/fonts/tfm/jknappen/fc/fcbx10.tfm + texmf-dist/fonts/tfm/jknappen/fc/fcbx11.tfm + texmf-dist/fonts/tfm/jknappen/fc/fcbx12.tfm + texmf-dist/fonts/tfm/jknappen/fc/fcbx14.tfm + texmf-dist/fonts/tfm/jknappen/fc/fcbx17.tfm + texmf-dist/fonts/tfm/jknappen/fc/fcbx20.tfm + texmf-dist/fonts/tfm/jknappen/fc/fcbx25.tfm + texmf-dist/fonts/tfm/jknappen/fc/fcbx5.tfm + texmf-dist/fonts/tfm/jknappen/fc/fcbx6.tfm + texmf-dist/fonts/tfm/jknappen/fc/fcbx7.tfm + texmf-dist/fonts/tfm/jknappen/fc/fcbx8.tfm + texmf-dist/fonts/tfm/jknappen/fc/fcbx9.tfm + texmf-dist/fonts/tfm/jknappen/fc/fcbxi10.tfm + texmf-dist/fonts/tfm/jknappen/fc/fcbxi11.tfm + texmf-dist/fonts/tfm/jknappen/fc/fcbxi12.tfm + texmf-dist/fonts/tfm/jknappen/fc/fcbxi14.tfm + texmf-dist/fonts/tfm/jknappen/fc/fcbxi17.tfm + texmf-dist/fonts/tfm/jknappen/fc/fcbxi20.tfm + texmf-dist/fonts/tfm/jknappen/fc/fcbxi25.tfm + texmf-dist/fonts/tfm/jknappen/fc/fcbxi5.tfm + texmf-dist/fonts/tfm/jknappen/fc/fcbxi6.tfm + texmf-dist/fonts/tfm/jknappen/fc/fcbxi7.tfm + texmf-dist/fonts/tfm/jknappen/fc/fcbxi8.tfm + texmf-dist/fonts/tfm/jknappen/fc/fcbxi9.tfm + texmf-dist/fonts/tfm/jknappen/fc/fcbxsl10.tfm + texmf-dist/fonts/tfm/jknappen/fc/fcbxsl11.tfm + texmf-dist/fonts/tfm/jknappen/fc/fcbxsl12.tfm + texmf-dist/fonts/tfm/jknappen/fc/fcbxsl14.tfm + texmf-dist/fonts/tfm/jknappen/fc/fcbxsl17.tfm + texmf-dist/fonts/tfm/jknappen/fc/fcbxsl20.tfm + texmf-dist/fonts/tfm/jknappen/fc/fcbxsl25.tfm + texmf-dist/fonts/tfm/jknappen/fc/fcbxsl5.tfm + texmf-dist/fonts/tfm/jknappen/fc/fcbxsl6.tfm + texmf-dist/fonts/tfm/jknappen/fc/fcbxsl7.tfm + texmf-dist/fonts/tfm/jknappen/fc/fcbxsl8.tfm + texmf-dist/fonts/tfm/jknappen/fc/fcbxsl9.tfm + texmf-dist/fonts/tfm/jknappen/fc/fcbxu10.tfm + texmf-dist/fonts/tfm/jknappen/fc/fcbxu11.tfm + texmf-dist/fonts/tfm/jknappen/fc/fcbxu12.tfm + texmf-dist/fonts/tfm/jknappen/fc/fcbxu14.tfm + texmf-dist/fonts/tfm/jknappen/fc/fcbxu17.tfm + texmf-dist/fonts/tfm/jknappen/fc/fcbxu20.tfm + texmf-dist/fonts/tfm/jknappen/fc/fcbxu25.tfm + texmf-dist/fonts/tfm/jknappen/fc/fcbxu5.tfm + texmf-dist/fonts/tfm/jknappen/fc/fcbxu6.tfm + texmf-dist/fonts/tfm/jknappen/fc/fcbxu7.tfm + texmf-dist/fonts/tfm/jknappen/fc/fcbxu8.tfm + texmf-dist/fonts/tfm/jknappen/fc/fcbxu9.tfm + texmf-dist/fonts/tfm/jknappen/fc/fccsc10.tfm + texmf-dist/fonts/tfm/jknappen/fc/fccsc11.tfm + texmf-dist/fonts/tfm/jknappen/fc/fccsc12.tfm + texmf-dist/fonts/tfm/jknappen/fc/fccsc14.tfm + texmf-dist/fonts/tfm/jknappen/fc/fccsc17.tfm + texmf-dist/fonts/tfm/jknappen/fc/fccsc20.tfm + texmf-dist/fonts/tfm/jknappen/fc/fccsc25.tfm + texmf-dist/fonts/tfm/jknappen/fc/fccsc5.tfm + texmf-dist/fonts/tfm/jknappen/fc/fccsc6.tfm + texmf-dist/fonts/tfm/jknappen/fc/fccsc7.tfm + texmf-dist/fonts/tfm/jknappen/fc/fccsc8.tfm + texmf-dist/fonts/tfm/jknappen/fc/fccsc9.tfm + texmf-dist/fonts/tfm/jknappen/fc/fci10.tfm + texmf-dist/fonts/tfm/jknappen/fc/fci11.tfm + texmf-dist/fonts/tfm/jknappen/fc/fci12.tfm + texmf-dist/fonts/tfm/jknappen/fc/fci14.tfm + texmf-dist/fonts/tfm/jknappen/fc/fci17.tfm + texmf-dist/fonts/tfm/jknappen/fc/fci20.tfm + texmf-dist/fonts/tfm/jknappen/fc/fci25.tfm + texmf-dist/fonts/tfm/jknappen/fc/fci5.tfm + texmf-dist/fonts/tfm/jknappen/fc/fci6.tfm + texmf-dist/fonts/tfm/jknappen/fc/fci7.tfm + texmf-dist/fonts/tfm/jknappen/fc/fci8.tfm + texmf-dist/fonts/tfm/jknappen/fc/fci9.tfm + texmf-dist/fonts/tfm/jknappen/fc/fcitt10.tfm + texmf-dist/fonts/tfm/jknappen/fc/fcitt11.tfm + texmf-dist/fonts/tfm/jknappen/fc/fcitt12.tfm + texmf-dist/fonts/tfm/jknappen/fc/fcitt14.tfm + texmf-dist/fonts/tfm/jknappen/fc/fcitt17.tfm + texmf-dist/fonts/tfm/jknappen/fc/fcitt20.tfm + texmf-dist/fonts/tfm/jknappen/fc/fcitt25.tfm + texmf-dist/fonts/tfm/jknappen/fc/fcitt5.tfm + texmf-dist/fonts/tfm/jknappen/fc/fcitt6.tfm + texmf-dist/fonts/tfm/jknappen/fc/fcitt7.tfm + texmf-dist/fonts/tfm/jknappen/fc/fcitt8.tfm + texmf-dist/fonts/tfm/jknappen/fc/fcitt9.tfm + texmf-dist/fonts/tfm/jknappen/fc/fcr10.tfm + texmf-dist/fonts/tfm/jknappen/fc/fcr11.tfm + texmf-dist/fonts/tfm/jknappen/fc/fcr12.tfm + texmf-dist/fonts/tfm/jknappen/fc/fcr14.tfm + texmf-dist/fonts/tfm/jknappen/fc/fcr17.tfm + texmf-dist/fonts/tfm/jknappen/fc/fcr20.tfm + texmf-dist/fonts/tfm/jknappen/fc/fcr25.tfm + texmf-dist/fonts/tfm/jknappen/fc/fcr5.tfm + texmf-dist/fonts/tfm/jknappen/fc/fcr6.tfm + texmf-dist/fonts/tfm/jknappen/fc/fcr7.tfm + texmf-dist/fonts/tfm/jknappen/fc/fcr8.tfm + texmf-dist/fonts/tfm/jknappen/fc/fcr9.tfm + texmf-dist/fonts/tfm/jknappen/fc/fcsibx10.tfm + texmf-dist/fonts/tfm/jknappen/fc/fcsibx11.tfm + texmf-dist/fonts/tfm/jknappen/fc/fcsibx12.tfm + texmf-dist/fonts/tfm/jknappen/fc/fcsibx14.tfm + texmf-dist/fonts/tfm/jknappen/fc/fcsibx17.tfm + texmf-dist/fonts/tfm/jknappen/fc/fcsibx20.tfm + texmf-dist/fonts/tfm/jknappen/fc/fcsibx25.tfm + texmf-dist/fonts/tfm/jknappen/fc/fcsibx5.tfm + texmf-dist/fonts/tfm/jknappen/fc/fcsibx6.tfm + texmf-dist/fonts/tfm/jknappen/fc/fcsibx7.tfm + texmf-dist/fonts/tfm/jknappen/fc/fcsibx8.tfm + texmf-dist/fonts/tfm/jknappen/fc/fcsibx9.tfm + texmf-dist/fonts/tfm/jknappen/fc/fcsitt10.tfm + texmf-dist/fonts/tfm/jknappen/fc/fcsitt11.tfm + texmf-dist/fonts/tfm/jknappen/fc/fcsitt12.tfm + texmf-dist/fonts/tfm/jknappen/fc/fcsitt14.tfm + texmf-dist/fonts/tfm/jknappen/fc/fcsitt17.tfm + texmf-dist/fonts/tfm/jknappen/fc/fcsitt20.tfm + texmf-dist/fonts/tfm/jknappen/fc/fcsitt25.tfm + texmf-dist/fonts/tfm/jknappen/fc/fcsitt5.tfm + texmf-dist/fonts/tfm/jknappen/fc/fcsitt6.tfm + texmf-dist/fonts/tfm/jknappen/fc/fcsitt7.tfm + texmf-dist/fonts/tfm/jknappen/fc/fcsitt8.tfm + texmf-dist/fonts/tfm/jknappen/fc/fcsitt9.tfm + texmf-dist/fonts/tfm/jknappen/fc/fcsl10.tfm + texmf-dist/fonts/tfm/jknappen/fc/fcsl11.tfm + texmf-dist/fonts/tfm/jknappen/fc/fcsl12.tfm + texmf-dist/fonts/tfm/jknappen/fc/fcsl14.tfm + texmf-dist/fonts/tfm/jknappen/fc/fcsl17.tfm + texmf-dist/fonts/tfm/jknappen/fc/fcsl20.tfm + texmf-dist/fonts/tfm/jknappen/fc/fcsl25.tfm + texmf-dist/fonts/tfm/jknappen/fc/fcsl5.tfm + texmf-dist/fonts/tfm/jknappen/fc/fcsl6.tfm + texmf-dist/fonts/tfm/jknappen/fc/fcsl7.tfm + texmf-dist/fonts/tfm/jknappen/fc/fcsl8.tfm + texmf-dist/fonts/tfm/jknappen/fc/fcsl9.tfm + texmf-dist/fonts/tfm/jknappen/fc/fcss10.tfm + texmf-dist/fonts/tfm/jknappen/fc/fcss11.tfm + texmf-dist/fonts/tfm/jknappen/fc/fcss12.tfm + texmf-dist/fonts/tfm/jknappen/fc/fcss14.tfm + texmf-dist/fonts/tfm/jknappen/fc/fcss17.tfm + texmf-dist/fonts/tfm/jknappen/fc/fcss20.tfm + texmf-dist/fonts/tfm/jknappen/fc/fcss25.tfm + texmf-dist/fonts/tfm/jknappen/fc/fcss5.tfm + texmf-dist/fonts/tfm/jknappen/fc/fcss6.tfm + texmf-dist/fonts/tfm/jknappen/fc/fcss7.tfm + texmf-dist/fonts/tfm/jknappen/fc/fcss8.tfm + texmf-dist/fonts/tfm/jknappen/fc/fcss9.tfm + texmf-dist/fonts/tfm/jknappen/fc/fcssbx10.tfm + texmf-dist/fonts/tfm/jknappen/fc/fcssbx11.tfm + texmf-dist/fonts/tfm/jknappen/fc/fcssbx12.tfm + texmf-dist/fonts/tfm/jknappen/fc/fcssbx14.tfm + texmf-dist/fonts/tfm/jknappen/fc/fcssbx17.tfm + texmf-dist/fonts/tfm/jknappen/fc/fcssbx20.tfm + texmf-dist/fonts/tfm/jknappen/fc/fcssbx25.tfm + texmf-dist/fonts/tfm/jknappen/fc/fcssbx5.tfm + texmf-dist/fonts/tfm/jknappen/fc/fcssbx6.tfm + texmf-dist/fonts/tfm/jknappen/fc/fcssbx7.tfm + texmf-dist/fonts/tfm/jknappen/fc/fcssbx8.tfm + texmf-dist/fonts/tfm/jknappen/fc/fcssbx9.tfm + texmf-dist/fonts/tfm/jknappen/fc/fcssi10.tfm + texmf-dist/fonts/tfm/jknappen/fc/fcssi11.tfm + texmf-dist/fonts/tfm/jknappen/fc/fcssi12.tfm + texmf-dist/fonts/tfm/jknappen/fc/fcssi14.tfm + texmf-dist/fonts/tfm/jknappen/fc/fcssi17.tfm + texmf-dist/fonts/tfm/jknappen/fc/fcssi20.tfm + texmf-dist/fonts/tfm/jknappen/fc/fcssi25.tfm + texmf-dist/fonts/tfm/jknappen/fc/fcssi5.tfm + texmf-dist/fonts/tfm/jknappen/fc/fcssi6.tfm + texmf-dist/fonts/tfm/jknappen/fc/fcssi7.tfm + texmf-dist/fonts/tfm/jknappen/fc/fcssi8.tfm + texmf-dist/fonts/tfm/jknappen/fc/fcssi9.tfm + texmf-dist/fonts/tfm/jknappen/fc/fcsstt10.tfm + texmf-dist/fonts/tfm/jknappen/fc/fcsstt11.tfm + texmf-dist/fonts/tfm/jknappen/fc/fcsstt12.tfm + texmf-dist/fonts/tfm/jknappen/fc/fcsstt14.tfm + texmf-dist/fonts/tfm/jknappen/fc/fcsstt17.tfm + texmf-dist/fonts/tfm/jknappen/fc/fcsstt20.tfm + texmf-dist/fonts/tfm/jknappen/fc/fcsstt25.tfm + texmf-dist/fonts/tfm/jknappen/fc/fcsstt5.tfm + texmf-dist/fonts/tfm/jknappen/fc/fcsstt6.tfm + texmf-dist/fonts/tfm/jknappen/fc/fcsstt7.tfm + texmf-dist/fonts/tfm/jknappen/fc/fcsstt8.tfm + texmf-dist/fonts/tfm/jknappen/fc/fcsstt9.tfm + texmf-dist/fonts/tfm/jknappen/fc/fctt10.tfm + texmf-dist/fonts/tfm/jknappen/fc/fctt11.tfm + texmf-dist/fonts/tfm/jknappen/fc/fctt12.tfm + texmf-dist/fonts/tfm/jknappen/fc/fctt14.tfm + texmf-dist/fonts/tfm/jknappen/fc/fctt17.tfm + texmf-dist/fonts/tfm/jknappen/fc/fctt20.tfm + texmf-dist/fonts/tfm/jknappen/fc/fctt25.tfm + texmf-dist/fonts/tfm/jknappen/fc/fctt5.tfm + texmf-dist/fonts/tfm/jknappen/fc/fctt6.tfm + texmf-dist/fonts/tfm/jknappen/fc/fctt7.tfm + texmf-dist/fonts/tfm/jknappen/fc/fctt8.tfm + texmf-dist/fonts/tfm/jknappen/fc/fctt9.tfm + texmf-dist/fonts/tfm/jknappen/fc/fcu10.tfm + texmf-dist/fonts/tfm/jknappen/fc/fcu11.tfm + texmf-dist/fonts/tfm/jknappen/fc/fcu12.tfm + texmf-dist/fonts/tfm/jknappen/fc/fcu14.tfm + texmf-dist/fonts/tfm/jknappen/fc/fcu17.tfm + texmf-dist/fonts/tfm/jknappen/fc/fcu20.tfm + texmf-dist/fonts/tfm/jknappen/fc/fcu25.tfm + texmf-dist/fonts/tfm/jknappen/fc/fcu5.tfm + texmf-dist/fonts/tfm/jknappen/fc/fcu6.tfm + texmf-dist/fonts/tfm/jknappen/fc/fcu7.tfm + texmf-dist/fonts/tfm/jknappen/fc/fcu8.tfm + texmf-dist/fonts/tfm/jknappen/fc/fcu9.tfm + texmf-dist/tex/latex/fc/fclfont.sty + texmf-dist/tex/latex/fc/fclfont.sty_old + texmf-dist/tex/latex/fc/fcuse.sty + texmf-dist/tex/latex/fc/t4cmr.fd + texmf-dist/tex/latex/fc/t4cmss.fd + texmf-dist/tex/latex/fc/t4cmtt.fd + texmf-dist/tex/latex/fc/t4enc.def + texmf-dist/tex/latex/fc/t4fcr.fd + texmf-dist/tex/latex/fc/t4phonet.sty +catalogue-ctan /fonts/jknappen/fc +catalogue-date 2009-08-26 22:28:30 +0200 +catalogue-license gpl2 +catalogue-version 1.4 + +name featpost +category Package +revision 15878 +shortdesc MetaPost macros for 3D. +longdesc These macros allow the production of three-dimensional schemes +longdesc containing: angles, circles, cylinders, cones and spheres, +longdesc among other things. +docfiles size=493 + texmf-dist/doc/metapost/featpost/README.ctan + texmf-dist/doc/metapost/featpost/README.featpost + texmf-dist/doc/metapost/featpost/bashscript/dosome.sh + texmf-dist/doc/metapost/featpost/bashscript/eps2j.sh + texmf-dist/doc/metapost/featpost/bashscript/fpost + texmf-dist/doc/metapost/featpost/bashscript/insertinputcommands.sed + texmf-dist/doc/metapost/featpost/bashscript/insertinputcommands.sh + texmf-dist/doc/metapost/featpost/bashscript/laproof + texmf-dist/doc/metapost/featpost/bashscript/lbproof + texmf-dist/doc/metapost/featpost/bashscript/lcproof + texmf-dist/doc/metapost/featpost/bashscript/makelogo.sh + texmf-dist/doc/metapost/featpost/bashscript/maketugboatart.sh + texmf-dist/doc/metapost/featpost/bashscript/nontextualpng.sh + texmf-dist/doc/metapost/featpost/bashscript/procedurenames.sh + texmf-dist/doc/metapost/featpost/bashscript/remfi.sh + texmf-dist/doc/metapost/featpost/bashscript/removeinputcommand.sh + texmf-dist/doc/metapost/featpost/bashscript/replacetext.sh + texmf-dist/doc/metapost/featpost/bashscript/simpleviewer.sh + texmf-dist/doc/metapost/featpost/doc/doclicense.txt + texmf-dist/doc/metapost/featpost/doc/featexamples.html + texmf-dist/doc/metapost/featpost/doc/featpost.1.gz + texmf-dist/doc/metapost/featpost/doc/featpost.sgml + texmf-dist/doc/metapost/featpost/doc/tug2004.pdf + texmf-dist/doc/metapost/featpost/example/bugtrack/bughunt.mp + texmf-dist/doc/metapost/featpost/example/bugtrack/gstr.mp + texmf-dist/doc/metapost/featpost/example/highmemory/hiddenlinegraph.mp + texmf-dist/doc/metapost/featpost/example/highmemory/mainmemtest.mp + texmf-dist/doc/metapost/featpost/example/highmemory/par3Dplotexamples.mp + texmf-dist/doc/metapost/featpost/example/repeated/borderframetest.mp + texmf-dist/doc/metapost/featpost/example/repeated/conegetready.mp + texmf-dist/doc/metapost/featpost/example/repeated/doitnow.mp + texmf-dist/doc/metapost/featpost/example/repeated/electricpotential.mp + texmf-dist/doc/metapost/featpost/example/repeated/emptylines.mp + texmf-dist/doc/metapost/featpost/example/repeated/experimental.mp + texmf-dist/doc/metapost/featpost/example/repeated/fieldlines.mp + texmf-dist/doc/metapost/featpost/example/repeated/fis3prey.mp + texmf-dist/doc/metapost/featpost/example/repeated/frustum.mp + texmf-dist/doc/metapost/featpost/example/repeated/geom_casq.mp + texmf-dist/doc/metapost/featpost/example/repeated/geom_freder.mp + texmf-dist/doc/metapost/featpost/example/repeated/graphexample.mp + texmf-dist/doc/metapost/featpost/example/repeated/lcurvature.mp + texmf-dist/doc/metapost/featpost/example/repeated/mptoolcone.mp + texmf-dist/doc/metapost/featpost/example/repeated/nembends.mp + texmf-dist/doc/metapost/featpost/example/repeated/nemdirector.mp + texmf-dist/doc/metapost/featpost/example/repeated/nemquira.mp + texmf-dist/doc/metapost/featpost/example/repeated/nemquirapitch.mp + texmf-dist/doc/metapost/featpost/example/repeated/nemuniax.mp + texmf-dist/doc/metapost/featpost/example/repeated/pathernon.mp + texmf-dist/doc/metapost/featpost/example/repeated/planpht.mp + texmf-dist/doc/metapost/featpost/example/repeated/rigorcubo.mp + texmf-dist/doc/metapost/featpost/example/repeated/rmnbob.mp + texmf-dist/doc/metapost/featpost/example/repeated/sal.mp + texmf-dist/doc/metapost/featpost/example/repeated/sfearschem.mp + texmf-dist/doc/metapost/featpost/example/repeated/signalvertexSD.mp + texmf-dist/doc/metapost/featpost/example/repeated/spherample.mp + texmf-dist/doc/metapost/featpost/example/repeated/squareanglines.mp + texmf-dist/doc/metapost/featpost/example/repeated/troncoconedef.mp + texmf-dist/doc/metapost/featpost/example/repeated/twistnlc.mp + texmf-dist/doc/metapost/featpost/example/repeated/twistroundbiax.mp + texmf-dist/doc/metapost/featpost/example/repeated/twocyclestogether.mp + texmf-dist/doc/metapost/featpost/example/repeated/twoupcones.mp + texmf-dist/doc/metapost/featpost/example/standard/anglinerigorouscircle.mp + texmf-dist/doc/metapost/featpost/example/standard/cartaxes.mp + texmf-dist/doc/metapost/featpost/example/standard/conicurv.mp + texmf-dist/doc/metapost/featpost/example/standard/cubicfacecentered.mp + texmf-dist/doc/metapost/featpost/example/standard/cubicfigures.mp + texmf-dist/doc/metapost/featpost/example/standard/cylimple.mp + texmf-dist/doc/metapost/featpost/example/standard/downloadicon.mp + texmf-dist/doc/metapost/featpost/example/standard/eemcsblabla.mp + texmf-dist/doc/metapost/featpost/example/standard/embroncordada.mp + texmf-dist/doc/metapost/featpost/example/standard/fakehole.mp + texmf-dist/doc/metapost/featpost/example/standard/featpostlogo.mp + texmf-dist/doc/metapost/featpost/example/standard/ffcbob.mp + texmf-dist/doc/metapost/featpost/example/standard/fieldlinesnorma.mp + texmf-dist/doc/metapost/featpost/example/standard/fis1prex.mp + texmf-dist/doc/metapost/featpost/example/standard/fis3prex.mp + texmf-dist/doc/metapost/featpost/example/standard/geombasic.mp + texmf-dist/doc/metapost/featpost/example/standard/geomfiguei.mp + texmf-dist/doc/metapost/featpost/example/standard/geommine.mp + texmf-dist/doc/metapost/featpost/example/standard/globe.mp + texmf-dist/doc/metapost/featpost/example/standard/halfcirclesfear.mp + texmf-dist/doc/metapost/featpost/example/standard/hexagonaltrimesh.mp + texmf-dist/doc/metapost/featpost/example/standard/hiddensurface.mp + texmf-dist/doc/metapost/featpost/example/standard/hiddensurfaces.mp + texmf-dist/doc/metapost/featpost/example/standard/inductionbob.mp + texmf-dist/doc/metapost/featpost/example/standard/joinedemptylines.mp + texmf-dist/doc/metapost/featpost/example/standard/kindofcube.mp + texmf-dist/doc/metapost/featpost/example/standard/labelconstruct.mp + texmf-dist/doc/metapost/featpost/example/standard/labelinspace.mp + texmf-dist/doc/metapost/featpost/example/standard/magneticflux.mp + texmf-dist/doc/metapost/featpost/example/standard/nembiaxi.mp + texmf-dist/doc/metapost/featpost/example/standard/nemsaddl.mp + texmf-dist/doc/metapost/featpost/example/standard/nsmetica.mp + texmf-dist/doc/metapost/featpost/example/standard/parafuso.mp + texmf-dist/doc/metapost/featpost/example/standard/pathofstraightline.mp + texmf-dist/doc/metapost/featpost/example/standard/photoreverse.mp + texmf-dist/doc/metapost/featpost/example/standard/polyhedr.mp + texmf-dist/doc/metapost/featpost/example/standard/positivecharge.mp + texmf-dist/doc/metapost/featpost/example/standard/resistcircuit.mp + texmf-dist/doc/metapost/featpost/example/standard/rigorouscircle.mp + texmf-dist/doc/metapost/featpost/example/standard/rigorouscone.mp + texmf-dist/doc/metapost/featpost/example/standard/rigorousdiscSD.mp + texmf-dist/doc/metapost/featpost/example/standard/rigorousdiscoptions.mp + texmf-dist/doc/metapost/featpost/example/standard/rigorousfearpath.mp + texmf-dist/doc/metapost/featpost/example/standard/rotatnlc.mp + texmf-dist/doc/metapost/featpost/example/standard/saturn.mp + texmf-dist/doc/metapost/featpost/example/standard/sharpraytrace.mp + texmf-dist/doc/metapost/featpost/example/standard/simplecar.mp + texmf-dist/doc/metapost/featpost/example/standard/simplecarparam.mp + texmf-dist/doc/metapost/featpost/example/standard/spatialhalfsfear.mp + texmf-dist/doc/metapost/featpost/example/standard/spltwiben.mp + texmf-dist/doc/metapost/featpost/example/standard/stageforthree.mp + texmf-dist/doc/metapost/featpost/example/standard/tangencypoint.mp + texmf-dist/doc/metapost/featpost/example/standard/tdarrow.mp + texmf-dist/doc/metapost/featpost/example/standard/thearchicon.mp + texmf-dist/doc/metapost/featpost/example/standard/thethreekindsofperspec.mp + texmf-dist/doc/metapost/featpost/example/standard/torus.mp + texmf-dist/doc/metapost/featpost/example/standard/trajectoryline.mp + texmf-dist/doc/metapost/featpost/example/standard/triangulartrimesh.mp + texmf-dist/doc/metapost/featpost/example/standard/tropicalglobe.mp + texmf-dist/doc/metapost/featpost/example/standard/tshirtfig.mp + texmf-dist/doc/metapost/featpost/example/standard/tuftescatter.mp + texmf-dist/doc/metapost/featpost/example/standard/twistflat.mp + texmf-dist/doc/metapost/featpost/example/standard/twoholes.mp + texmf-dist/doc/metapost/featpost/example/standard/unperfection.mp + texmf-dist/doc/metapost/featpost/example/standard/unperfectionremoved.mp + texmf-dist/doc/metapost/featpost/example/standard/vanallenbelt.mp + texmf-dist/doc/metapost/featpost/example/standard/verygoodcone.mp + texmf-dist/doc/metapost/featpost/example/standard/xraycamera.mp + texmf-dist/doc/metapost/featpost/example/tug04/cone.mp + texmf-dist/doc/metapost/featpost/example/tug04/ellipticprism.mp + texmf-dist/doc/metapost/featpost/example/tug04/intersection2D.mp + texmf-dist/doc/metapost/featpost/example/tug04/kindofcube.mp + texmf-dist/doc/metapost/featpost/example/tug04/newexperimental.mp + texmf-dist/doc/metapost/featpost/example/tug04/perspec.mp + texmf-dist/doc/metapost/featpost/example/tug04/planintersection.mp + texmf-dist/doc/metapost/featpost/example/tug04/revolvers.mp + texmf-dist/doc/metapost/featpost/example/tug04/tangency2D.mp + texmf-dist/doc/metapost/featpost/galrey/galrey.rc + texmf-dist/doc/metapost/featpost/galrey/galrey.sh + texmf-dist/doc/metapost/featpost/galrey/galrey.tpl + texmf-dist/doc/metapost/featpost/jpeg/cbxSmall.jpg + texmf-dist/doc/metapost/featpost/jpeg/hiddenlinegraph1.jpg + texmf-dist/doc/metapost/featpost/jpeg/mymetapostbackground.jpeg + texmf-dist/doc/metapost/featpost/jpeg/mymetapostclearback.jpeg + texmf-dist/doc/metapost/featpost/jpeg/par3Dplotexamples1.jpg + texmf-dist/doc/metapost/featpost/jpeg/par3Dplotexamples2.jpg + texmf-dist/doc/metapost/featpost/jpeg/planpau2.jpeg + texmf-dist/doc/metapost/featpost/latex/linuxdoc-sgml.sty + texmf-dist/doc/metapost/featpost/latex/logofeatpost.tex + texmf-dist/doc/metapost/featpost/latex/ltugboat.cls + texmf-dist/doc/metapost/featpost/latex/macroMan.tex + texmf-dist/doc/metapost/featpost/latex/mflogohack.sty + texmf-dist/doc/metapost/featpost/latex/null.sty + texmf-dist/doc/metapost/featpost/latex/qwertz.sty + texmf-dist/doc/metapost/featpost/macro/README.macro + texmf-dist/doc/metapost/featpost/nontextualpng/cylimple.1.png + texmf-dist/doc/metapost/featpost/nontextualpng/globe.1.png + texmf-dist/doc/metapost/featpost/nontextualpng/rigorouscone.1.png + texmf-dist/doc/metapost/featpost/nontextualpng/rigorousfearpath.1.png + texmf-dist/doc/metapost/featpost/nontextualpng/rotatnlc.1.png + texmf-dist/doc/metapost/featpost/nontextualpng/stageforthree.2.png + texmf-dist/doc/metapost/featpost/nontextualpng/torus.5.png + texmf-dist/doc/metapost/featpost/nontextualpng/torus.6.png + texmf-dist/doc/metapost/featpost/nontextualpng/triangulartrimesh.1.png + texmf-dist/doc/metapost/featpost/png/border140.png + texmf-dist/doc/metapost/featpost/png/borderframetest.png + texmf-dist/doc/metapost/featpost/png/composite.png + texmf-dist/doc/metapost/featpost/png/downloadicon.png + texmf-dist/doc/metapost/featpost/png/experfilminifram.png + texmf-dist/doc/metapost/featpost/png/featpost2.png + texmf-dist/doc/metapost/featpost/png/inifram.png + texmf-dist/doc/metapost/featpost/png/lcdistortsallinifram.png + texmf-dist/doc/metapost/featpost/png/metapostlace.png + texmf-dist/doc/metapost/featpost/png/myicon.png + texmf-dist/doc/metapost/featpost/typesetinspace/README.mpy + texmf-dist/doc/metapost/featpost/typesetinspace/example.mp + texmf-dist/doc/metapost/featpost/typesetinspace/exampleminimal.mp + texmf-dist/doc/metapost/featpost/typesetinspace/makempy.pl + texmf-dist/doc/metapost/featpost/typesetinspace/mp-grph.mp + texmf-dist/doc/metapost/featpost/typesetinspace/mp-tool.mp + texmf-dist/doc/metapost/featpost/xcmd/README.xcmd + texmf-dist/doc/metapost/featpost/xcmd/xmpost +runfiles size=28 + texmf-dist/metapost/featpost/featpost.mp + texmf-dist/metapost/featpost/featpost3Dplus2D.mp +catalogue-ctan /graphics/metapost/contrib/macros/featpost +catalogue-date 2007-02-22 16:49:05 +0100 +catalogue-license gpl +catalogue-version 0.6.7 + +name fenixpar +category Package +revision 15878 +shortdesc One-shot changes to token registers such as \everypar. +longdesc The bundle provides two packages, fenxitok and fenixpar. The +longdesc fenixtok package provides user macros to add material to a +longdesc token register; the material will be (automatically) removed +longdesc from the token register when the register is executed. Material +longdesc may be added either to the left or to the right, and care is +longdesc taken not to override any redefinition that may be included in +longdesc the token register itself. The fenixpar package uses the macros +longdesc of fenixtok to provide a user interface to manipulation of the +longdesc \everypar token register. The packages require the e-TeX +longdesc extensions; with them, they work either with Plain TeX or with +longdesc LaTeX. +docfiles size=1 + texmf-dist/doc/generic/fenixpar/README details="Readme" +runfiles size=4 + texmf-dist/tex/generic/fenixpar/fenixpar.sty + texmf-dist/tex/generic/fenixpar/fenixtok.sty +catalogue-ctan /macros/generic/fenixpar +catalogue-date 2008-08-19 20:38:14 +0200 +catalogue-license lppl +catalogue-version 0.9 + +name feyn +category Package +revision 15878 +shortdesc A font for in-text Feynman diagrams. +longdesc Feyn may be used to produce relatively simple Feynman diagrams +longdesc within equations in a LaTeX document. While the feynmf package +longdesc is good at drawing large diagrams for figures, the present +longdesc package and its fonts allow diagrams within equations or text, +longdesc at a matching size. The fonts are distributed as MetaFont +longdesc source, and macros for their use are also provided. +docfiles size=88 + texmf-dist/doc/fonts/feyn/LICENCE + texmf-dist/doc/fonts/feyn/README details="Package Readme" + texmf-dist/doc/fonts/feyn/VERSION + texmf-dist/doc/fonts/feyn/exercise-font.pdf details="Font details" + texmf-dist/doc/fonts/feyn/exercise-font.tex + texmf-dist/doc/fonts/feyn/feyn.pdf details="Package documentation" + texmf-dist/doc/fonts/feyn/overheads.pdf details="Brief sample" + texmf-dist/doc/fonts/feyn/overheads.tex +srcfiles size=13 + texmf-dist/source/fonts/feyn/feyn.drv + texmf-dist/source/fonts/feyn/feyn.dtx + texmf-dist/source/fonts/feyn/feyn.ins +runfiles size=30 + texmf-dist/fonts/source/public/feyn/feyn.mf + texmf-dist/fonts/source/public/feyn/feyn10.mf + texmf-dist/fonts/source/public/feyn/feyn11.mf + texmf-dist/fonts/source/public/feyn/feyn12.mf + texmf-dist/fonts/source/public/feyn/feyn18.mf + texmf-dist/fonts/source/public/feyn/feyn24.mf + texmf-dist/fonts/source/public/feyn/feynmac.mf + texmf-dist/fonts/source/public/feyn/feyntext10.mf + texmf-dist/fonts/source/public/feyn/feyntext11.mf + texmf-dist/fonts/source/public/feyn/feyntext12.mf + texmf-dist/fonts/source/public/feyn/feyntext18.mf + texmf-dist/fonts/source/public/feyn/feyntext24.mf + texmf-dist/fonts/tfm/public/feyn/feyn10.tfm + texmf-dist/fonts/tfm/public/feyn/feyn11.tfm + texmf-dist/fonts/tfm/public/feyn/feyn12.tfm + texmf-dist/fonts/tfm/public/feyn/feyn18.tfm + texmf-dist/fonts/tfm/public/feyn/feyn24.tfm + texmf-dist/fonts/tfm/public/feyn/feyntext10.tfm + texmf-dist/fonts/tfm/public/feyn/feyntext11.tfm + texmf-dist/fonts/tfm/public/feyn/feyntext12.tfm + texmf-dist/fonts/tfm/public/feyn/feyntext18.tfm + texmf-dist/fonts/tfm/public/feyn/feyntext24.tfm + texmf-dist/tex/latex/feyn/feyn.sty +catalogue-ctan /fonts/feyn +catalogue-date 2009-10-08 14:27:31 +0200 +catalogue-license gpl +catalogue-version 0.3.3 + +name feynmf +category Package +revision 15878 +shortdesc Macros and fonts for creating Feynman (and other) diagrams. +longdesc The feynmf package provides an interface to MetaFont (inspired +longdesc by the facilities of mfpic) to use simple structure +longdesc specifications to produce relatively complex diagrams. (The +longdesc feynmp package, also part of this bundle, uses MetaPost in the +longdesc same way.) While the package was designed for Feynman diagrams, +longdesc it could in principle be used for diagrams in graph and similar +longdesc theories, where the structure is semi-algorithmically +longdesc determined. +docfiles size=235 + texmf-dist/doc/latex/feynmf/Announce + texmf-dist/doc/latex/feynmf/COPYING + texmf-dist/doc/latex/feynmf/Feynman.Diagrams + texmf-dist/doc/latex/feynmf/README details="Package Readme" + texmf-dist/doc/latex/feynmf/Tutorial + texmf-dist/doc/latex/feynmf/manpics.1 + texmf-dist/doc/latex/feynmf/manpics.2 + texmf-dist/doc/latex/feynmf/manpics.3 + texmf-dist/doc/latex/feynmf/manual.ps details="Package documentation" + texmf-dist/doc/latex/feynmf/template.tex +srcfiles size=81 + texmf-dist/source/latex/feynmf/Makefile + texmf-dist/source/latex/feynmf/feynmf.drv + texmf-dist/source/latex/feynmf/feynmf.dtx + texmf-dist/source/latex/feynmf/feynmf.ins + texmf-dist/source/latex/feynmf/feynmf.pl + texmf-dist/source/latex/feynmf/feynmf209.ins + texmf-dist/source/latex/feynmf/feynmp.drv + texmf-dist/source/latex/feynmf/fmfman.drv + texmf-dist/source/latex/feynmf/fmfmanps.drv +runfiles size=40 + texmf-dist/metafont/feynmf/feynmf.mf + texmf-dist/metapost/feynmf/feynmp.mp + texmf-dist/metapost/feynmf/manpics.mp + texmf-dist/tex/latex/feynmf/feynmf.sty + texmf-dist/tex/latex/feynmf/feynmp.sty +catalogue-ctan /macros/latex/contrib/feynmf +catalogue-date 2008-10-10 20:23:28 +0200 +catalogue-license gpl +catalogue-version 1.08 + +name fge +category Package +revision 15878 +shortdesc A font for Frege's Grundgesetze der Arithmetik. +longdesc The fonts are provided as MetaFont source and Adobe Type 1 +longdesc (pfb) files. A small LaTeX package (fge) is included. +execute addMap fge.map +docfiles size=22 + texmf-dist/doc/fonts/fge/README details="Readme" + texmf-dist/doc/fonts/fge/fge-doc.pdf details="Package documentation" +srcfiles size=4 + texmf-dist/source/fonts/fge/fge.dtx + texmf-dist/source/fonts/fge/fge.ins +runfiles size=29 + texmf-dist/fonts/map/dvips/fge/fge.map + texmf-dist/fonts/source/public/fge/fgebase.mf + texmf-dist/fonts/source/public/fge/fgeit.mf + texmf-dist/fonts/source/public/fge/fgeit10.mf + texmf-dist/fonts/source/public/fge/fgerm.mf + texmf-dist/fonts/source/public/fge/fgerm10.mf + texmf-dist/fonts/tfm/public/fge/fgeit10.tfm + texmf-dist/fonts/tfm/public/fge/fgerm10.tfm + texmf-dist/fonts/type1/public/fge/fgeit10.pfb + texmf-dist/fonts/type1/public/fge/fgerm10.pfb + texmf-dist/tex/latex/fge/Ufgeit.fd + texmf-dist/tex/latex/fge/Ufgerm.fd + texmf-dist/tex/latex/fge/fge.cfg + texmf-dist/tex/latex/fge/fge.sty +catalogue-ctan /fonts/fge +catalogue-date 2009-03-12 01:27:31 +0100 +catalogue-license lppl +catalogue-version 1.22 + +name fig4latex +category Package +revision 15878 +shortdesc Management of figures for large LaTeX documents. +longdesc Fig4LaTeX simplifies management of the figures in a large LaTeX +longdesc document. Fig4LaTeX is appropriate for projects that include +longdesc figures with graphics created by XFig -- in particular, +longdesc graphics which use the combined PS/LaTeX (or PDF/LaTeX) export +longdesc method. An example document (with its output) is provided. +depend fig4latex.ARCH +docfiles size=28 + texmf-dist/doc/support/fig4latex/CHANGES + texmf-dist/doc/support/fig4latex/COPYING + texmf-dist/doc/support/fig4latex/README details="Readme" + texmf-dist/doc/support/fig4latex/example.pdf + texmf-dist/doc/support/fig4latex/example.tex + texmf-dist/doc/support/fig4latex/figs/div_alg_flowchart.fig + texmf-dist/doc/support/fig4latex/figs/if-then_flowchart.fig +runfiles size=2 + texmf-dist/scripts/fig4latex/fig4latex +catalogue-ctan /graphics/fig4latex +catalogue-date 2009-09-27 10:36:15 +0200 +catalogue-license gpl3 +catalogue-version 0.2 + +name fig4latex.alpha-linux +category Package +revision 15878 +shortdesc alpha-linux files of fig4latex +binfiles arch=alpha-linux size=1 + bin/alpha-linux/fig4latex + +name fig4latex.i386-cygwin +category Package +revision 15878 +shortdesc i386-cygwin files of fig4latex +binfiles arch=i386-cygwin size=1 + bin/i386-cygwin/fig4latex + +name fig4latex.i386-linux +category Package +revision 15878 +shortdesc i386-linux files of fig4latex +binfiles arch=i386-linux size=1 + bin/i386-linux/fig4latex + +name fig4latex.i386-netbsd +category Package +revision 15878 +shortdesc i386-netbsd files of fig4latex +binfiles arch=i386-netbsd size=1 + bin/i386-netbsd/fig4latex + +name fig4latex.i386-solaris +category Package +revision 15878 +shortdesc i386-solaris files of fig4latex +binfiles arch=i386-solaris size=1 + bin/i386-solaris/fig4latex + +name fig4latex.mips-irix +category Package +revision 15878 +shortdesc mips-irix files of fig4latex +binfiles arch=mips-irix size=1 + bin/mips-irix/fig4latex + +name fig4latex.powerpc-aix +category Package +revision 15878 +shortdesc powerpc-aix files of fig4latex +binfiles arch=powerpc-aix size=1 + bin/powerpc-aix/fig4latex + +name fig4latex.powerpc-linux +category Package +revision 15878 +shortdesc powerpc-linux files of fig4latex +binfiles arch=powerpc-linux size=1 + bin/powerpc-linux/fig4latex + +name fig4latex.sparc-linux +category Package +revision 15878 +shortdesc sparc-linux files of fig4latex +binfiles arch=sparc-linux size=1 + bin/sparc-linux/fig4latex + +name fig4latex.sparc-solaris +category Package +revision 15878 +shortdesc sparc-solaris files of fig4latex +binfiles arch=sparc-solaris size=1 + bin/sparc-solaris/fig4latex + +name fig4latex.universal-darwin +category Package +revision 15878 +shortdesc universal-darwin files of fig4latex +binfiles arch=universal-darwin size=1 + bin/universal-darwin/fig4latex + +name fig4latex.win32 +category Package +revision 15878 +shortdesc win32 files of fig4latex +binfiles arch=win32 size=1 + bin/win32/fig4latex.exe + +name fig4latex.x86_64-linux +category Package +revision 15878 +shortdesc x86_64-linux files of fig4latex +binfiles arch=x86_64-linux size=1 + bin/x86_64-linux/fig4latex + +name figbas +category Package +revision 15878 +shortdesc Mini-fonts for figured-bass notation in music. +longdesc This package consists of three mini-fonts (and associated +longdesc metrics) of conventional ligatures for the figured-bass +longdesc notations 2+, 4+, 5+, 6+ and 9+ in music manuscripts. The fonts +longdesc are usable with Computer Modern Roman and Sans, and +longdesc Palatino/Palladio, respectively. +runfiles size=15 + texmf-dist/fonts/afm/public/figbas/cmrj.afm + texmf-dist/fonts/afm/public/figbas/cmssj.afm + texmf-dist/fonts/afm/public/figbas/plrj.afm + texmf-dist/fonts/map/dvips/figbas/figbas.map + texmf-dist/fonts/tfm/public/figbas/cmrj.tfm + texmf-dist/fonts/tfm/public/figbas/cmssj.tfm + texmf-dist/fonts/tfm/public/figbas/plrj.tfm + texmf-dist/fonts/type1/public/figbas/cmrj.pfb + texmf-dist/fonts/type1/public/figbas/cmssj.pfb + texmf-dist/fonts/type1/public/figbas/plrj.pfb +catalogue-ctan /fonts/figbas +catalogue-date 2009-05-20 15:30:38 +0200 +catalogue-license lppl +catalogue-version 1.0 + +name figbib +category Package +revision 15878 +shortdesc Organize figure databases with BibTeX. +longdesc FigBib lets you organize your figures in BibTeX databases. Some +longdesc FigBib features are: - Store and manage figures in a BibTeX +longdesc database; - Include figures in your LaTeX document with one +longdesc short command; - Generate a List of Figures containing +longdesc more/other information than the figure captions; - Control with +longdesc one switch where to output the figures, either as usual float +longdesc objects or in a separate part at the end of your document. +docfiles size=49 + texmf-dist/doc/latex/figbib/README + texmf-dist/doc/latex/figbib/figbib_doc.pdf + texmf-dist/doc/latex/figbib/figbib_doc.tex + texmf-dist/doc/latex/figbib/figbib_sample.figbib.1.fig + texmf-dist/doc/latex/figbib/figbib_sample.figbib.2.fig + texmf-dist/doc/latex/figbib/figbib_sample.pdf + texmf-dist/doc/latex/figbib/figbib_sample.tex + texmf-dist/doc/latex/figbib/smiley.eps +runfiles size=6 + texmf-dist/bibtex/bib/figbib/figbib_sample.bib + texmf-dist/bibtex/bst/figbib/figbib.bst + texmf-dist/bibtex/bst/figbib/figbib1.bst + texmf-dist/tex/latex/figbib/figbib.sty +catalogue-ctan /macros/latex/contrib/figbib +catalogue-date 2006-10-19 22:42:58 +0200 +catalogue-license lppl + +name figflow +category Package +revision 15878 +shortdesc Flow text around a figure. +longdesc Provides a Plain TeX macro \figflow that allows one to insert a +longdesc figure into an area inset into a paragraph. Command arguments +longdesc are width and height of the figure, and the figure (and its +longdesc caption) itself. Usage details are to be found in the TeX file +longdesc itself. The package does not work with LaTeX; packages such as +longdesc wrapfig, floatflt and picins support the needs of LaTeX users +longdesc in this area. +docfiles size=1 + texmf-dist/doc/plain/figflow/README.figflow details="Motivation for package" +runfiles size=1 + texmf-dist/tex/plain/figflow/figflow.tex +catalogue-ctan /macros/plain/contrib/figflow +catalogue-date 2009-06-11 13:48:16 +0200 +catalogue-license noinfo + +name figsize +category Package +revision 15878 +shortdesc Auto-size graphics. +longdesc The FigSize package enables automatic sizing of graphics, +longdesc especially when including graphics with the graphicx package. +longdesc The user only has to specify the number of graphics that should +longdesc fit to a page or fraction there of and the package will +longdesc dynamically calculate the correct graphics sizes relative to +longdesc the page size. Thus, graphics can be auto-sized to fill a whole +longdesc page or fraction and manual changes of graphic sizes are never +longdesc needed when changing document layouts. Finally, the package's +longdesc dynamic lengths can be used to allow other document element +longdesc sizes to be dynamic. +docfiles size=36 + texmf-dist/doc/latex/figsize/README details="Package Readme" + texmf-dist/doc/latex/figsize/figsize.pdf details="Package documentation" + texmf-dist/doc/latex/figsize/figsize.tex +srcfiles size=3 + texmf-dist/source/latex/figsize/epsfig.eps +runfiles size=1 + texmf-dist/tex/latex/figsize/figsize.sty +catalogue-ctan /macros/latex/contrib/figsize +catalogue-date 2006-12-13 12:28:27 +0100 +catalogue-license lppl +catalogue-version 0.1 + +name filecontents +category Package +revision 15878 +shortdesc Extended filecontents and filecontents* environments +longdesc LaTeX2e's filecontents and filecontents* environments enable a +longdesc LaTeX source file to generate external files as it runs through +longdesc LaTeX. However, there are two limitations of these +longdesc environments: they refuse to overwrite existing files, and they +longdesc can only be used in the preamble of a document. The +longdesc filecontents package removes these limitations, letting you +longdesc overwrite existing files and letting you use +longdesc filecontents/filecontents* anywhere. +docfiles size=32 + texmf-dist/doc/latex/filecontents/README details="Package Readme" + texmf-dist/doc/latex/filecontents/filecontents.pdf details="Package documentation" +srcfiles size=5 + texmf-dist/source/latex/filecontents/filecontents.dtx + texmf-dist/source/latex/filecontents/filecontents.ins +runfiles size=1 + texmf-dist/tex/latex/filecontents/filecontents.sty +catalogue-ctan /macros/latex/contrib/filecontents +catalogue-date 2009-03-19 00:34:05 +0100 +catalogue-license lppl +catalogue-version 1.2 + +name finbib +category Package +revision 15878 +catalogue finplain +shortdesc A Finnish version of plain.bst. +runfiles size=7 + texmf-dist/bibtex/bst/finbib/finplain.bst +catalogue-ctan /biblio/bibtex/contrib/misc/finplain.bst +catalogue-date 2008-12-07 00:01:13 +0100 +catalogue-license other-free + +name findhyph +category Package +revision 15878 +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 +longdesc contains enough context to enable you to find the hyphenated +longdesc word that's being referenced. +depend findhyph.ARCH +docfiles size=9 + texmf-dist/doc/support/findhyph/Makefile + texmf-dist/doc/support/findhyph/README details="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 +runfiles size=2 + texmf-dist/scripts/findhyph/findhyph +catalogue-ctan /support/findhyph +catalogue-date 2009-08-22 18:09:24 +0200 +catalogue-license gpl +catalogue-version 2.0 + +name findhyph.alpha-linux +category Package +revision 15878 +shortdesc alpha-linux files of findhyph +binfiles arch=alpha-linux size=1 + bin/alpha-linux/findhyph + +name findhyph.i386-cygwin +category Package +revision 15878 +shortdesc i386-cygwin files of findhyph +binfiles arch=i386-cygwin size=1 + bin/i386-cygwin/findhyph + +name findhyph.i386-linux +category Package +revision 15878 +shortdesc i386-linux files of findhyph +binfiles arch=i386-linux size=1 + bin/i386-linux/findhyph + +name findhyph.i386-netbsd +category Package +revision 15878 +shortdesc i386-netbsd files of findhyph +binfiles arch=i386-netbsd size=1 + bin/i386-netbsd/findhyph + +name findhyph.i386-solaris +category Package +revision 15878 +shortdesc i386-solaris files of findhyph +binfiles arch=i386-solaris size=1 + bin/i386-solaris/findhyph + +name findhyph.mips-irix +category Package +revision 15878 +shortdesc mips-irix files of findhyph +binfiles arch=mips-irix size=1 + bin/mips-irix/findhyph + +name findhyph.powerpc-aix +category Package +revision 15878 +shortdesc powerpc-aix files of findhyph +binfiles arch=powerpc-aix size=1 + bin/powerpc-aix/findhyph + +name findhyph.powerpc-linux +category Package +revision 15878 +shortdesc powerpc-linux files of findhyph +binfiles arch=powerpc-linux size=1 + bin/powerpc-linux/findhyph + +name findhyph.sparc-linux +category Package +revision 15878 +shortdesc sparc-linux files of findhyph +binfiles arch=sparc-linux size=1 + bin/sparc-linux/findhyph + +name findhyph.sparc-solaris +category Package +revision 15878 +shortdesc sparc-solaris files of findhyph +binfiles arch=sparc-solaris size=1 + bin/sparc-solaris/findhyph + +name findhyph.universal-darwin +category Package +revision 15878 +shortdesc universal-darwin files of findhyph +binfiles arch=universal-darwin size=1 + bin/universal-darwin/findhyph + +name findhyph.win32 +category Package +revision 15878 +shortdesc win32 files of findhyph +binfiles arch=win32 size=1 + bin/win32/findhyph.exe + +name findhyph.x86_64-linux +category Package +revision 15878 +shortdesc x86_64-linux files of findhyph +binfiles arch=x86_64-linux size=1 + bin/x86_64-linux/findhyph + +name fink +category Package +revision 15878 +shortdesc The LaTeX2e File Name Keeper. +longdesc This package looks over your shoulder and keeps track of files +longdesc \input'ed (the LaTeX way) or \include'ed in your document. You +longdesc then have permanent access to the name of the file currently +longdesc being processed through the macro \finkfile. FiNK also comes +longdesc with support for AUC-TeX. +docfiles size=22 + texmf-dist/doc/latex/fink/NEWS + texmf-dist/doc/latex/fink/README + texmf-dist/doc/latex/fink/THANKS + texmf-dist/doc/latex/fink/fink.el + texmf-dist/doc/latex/fink/fink.pdf +srcfiles size=5 + texmf-dist/source/latex/fink/fink.dtx + texmf-dist/source/latex/fink/fink.ins +runfiles size=1 + texmf-dist/tex/latex/fink/fink.sty +catalogue-ctan /macros/latex/contrib/fink +catalogue-date 2008-02-28 14:34:05 +0100 +catalogue-license lppl +catalogue-version 2.1.1 + +name first-latex-doc +category Package +revision 15878 +shortdesc A document for absolute LaTeX beginners. +longdesc The document leads a reader, who knows nothing about LaTeX, +longdesc through the production of a two page document. The user who has +longdesc completed that first document, and wants to carry on, will find +longdesc recommendations for tutorials. +docfiles size=157 + texmf-dist/doc/latex/first-latex-doc/README details="Readme" + texmf-dist/doc/latex/first-latex-doc/first-latex-doc.pdf details="The document itself" + texmf-dist/doc/latex/first-latex-doc/first-latex-doc.tex + texmf-dist/doc/latex/first-latex-doc/latex-first.png + texmf-dist/doc/latex/first-latex-doc/latex-first.tex + texmf-dist/doc/latex/first-latex-doc/latex-second-a.png + texmf-dist/doc/latex/first-latex-doc/latex-second-a.tex + texmf-dist/doc/latex/first-latex-doc/latex-second-b.png + texmf-dist/doc/latex/first-latex-doc/latex-second-b.tex + texmf-dist/doc/latex/first-latex-doc/latex-second-c.png + texmf-dist/doc/latex/first-latex-doc/latex-second-c.tex + texmf-dist/doc/latex/first-latex-doc/latex-second-d.tex + texmf-dist/doc/latex/first-latex-doc/latex-second-e.tex +catalogue-ctan /info/first-latex-doc +catalogue-date 2009-07-07 09:04:17 +0200 +catalogue-license pd + +name firststeps +category Package +revision 15878 +catalogue firststeps-xampl +shortdesc Examples from "First steps in LaTeX". +longdesc These are the examples that appear in the author's book, which +longdesc was published by Birkhauser, 1999, ISBN 0-8176-4132-7. Among +longdesc the examples are a number of templates for LaTeX documents. +docfiles size=24 + texmf-dist/doc/latex/firststeps/Contents + texmf-dist/doc/latex/firststeps/article.tpl + texmf-dist/doc/latex/firststeps/article2.tpl + texmf-dist/doc/latex/firststeps/bibl.tpl + texmf-dist/doc/latex/firststeps/gallery.tex + texmf-dist/doc/latex/firststeps/ggamsart.tpl + texmf-dist/doc/latex/firststeps/ggart.tpl + texmf-dist/doc/latex/firststeps/ggart2.tpl + texmf-dist/doc/latex/firststeps/intrart.tex + texmf-dist/doc/latex/firststeps/lattice.sty + texmf-dist/doc/latex/firststeps/math.tex + texmf-dist/doc/latex/firststeps/mathb.tex + texmf-dist/doc/latex/firststeps/note1.tex + texmf-dist/doc/latex/firststeps/note1b.tex + texmf-dist/doc/latex/firststeps/note2.tex + texmf-dist/doc/latex/firststeps/noteslug.tex + texmf-dist/doc/latex/firststeps/sampart.tex + texmf-dist/doc/latex/firststeps/sampart2.tex +catalogue-ctan /info/examples/FirstSteps +catalogue-date 2008-10-10 21:21:23 +0200 +catalogue-license noinfo + +name fixfoot +category Package +revision 15878 +shortdesc Multiple use of the same footnote text. +longdesc Provides a \DeclareFixedFootnote command to provide a single +longdesc command for a frequently-used footnote. The package ensures +longdesc that only one instance of the footnote text appears on each +longdesc page (LaTeX needs to be run several times to achieve this). +docfiles size=2 + texmf-dist/doc/latex/fixfoot/README details="Readme" + texmf-dist/doc/latex/fixfoot/testfix.tex +runfiles size=2 + texmf-dist/tex/latex/fixfoot/fixfoot.sty +catalogue-ctan /macros/latex/contrib/fixfoot +catalogue-date 2009-07-20 14:49:06 +0200 +catalogue-license lppl +catalogue-version 0.3a + +name fixme +category Package +revision 15878 +shortdesc Insert "fixme" notes into draft documents. +longdesc This package provides a way to insert fixme notes in documents +longdesc being developed (in draft mode). Such notes can appear in the +longdesc margin of the document, as index entries, in the log file and +longdesc as warnings on stdout. It is also possible to summarize them in +longdesc a list. If your document is in a final version, any remaining +longdesc fixme notes will produce an error. FiXme also comes with +longdesc support for AUC-TeX. +docfiles size=96 + texmf-dist/doc/latex/fixme/NEWS + texmf-dist/doc/latex/fixme/README details="Package Readme" + texmf-dist/doc/latex/fixme/THANKS + texmf-dist/doc/latex/fixme/fixme.el + texmf-dist/doc/latex/fixme/fixme.pdf details="Package documentation" + texmf-dist/doc/latex/fixme/header.inc +srcfiles size=42 + texmf-dist/source/latex/fixme/fixme.dtx + texmf-dist/source/latex/fixme/fixme.ins +runfiles size=24 + texmf-dist/tex/latex/fixme/fixme.sty + texmf-dist/tex/latex/fixme/layouts/env/fxenvlayoutcolor.sty + texmf-dist/tex/latex/fixme/layouts/env/fxenvlayoutcolorsig.sty + texmf-dist/tex/latex/fixme/layouts/fxlayoutmarginnote.sty + texmf-dist/tex/latex/fixme/layouts/fxlayoutpdfcmargin.sty + texmf-dist/tex/latex/fixme/layouts/fxlayoutpdfcnote.sty + texmf-dist/tex/latex/fixme/layouts/fxlayoutpdfcsigmargin.sty + texmf-dist/tex/latex/fixme/layouts/fxlayoutpdfcsignote.sty + texmf-dist/tex/latex/fixme/layouts/fxlayoutpdfmargin.sty + texmf-dist/tex/latex/fixme/layouts/fxlayoutpdfnote.sty + texmf-dist/tex/latex/fixme/layouts/fxlayoutpdfsigmargin.sty + texmf-dist/tex/latex/fixme/layouts/fxlayoutpdfsignote.sty + texmf-dist/tex/latex/fixme/layouts/target/fxtargetlayoutchangebar.sty + texmf-dist/tex/latex/fixme/layouts/target/fxtargetlayoutcolor.sty + texmf-dist/tex/latex/fixme/layouts/target/fxtargetlayoutcolorcb.sty + texmf-dist/tex/latex/fixme/themes/fxthemecolor.sty + texmf-dist/tex/latex/fixme/themes/fxthemecolorsig.sty + texmf-dist/tex/latex/fixme/themes/fxthemesignature.sty +catalogue-ctan /macros/latex/contrib/fixme +catalogue-date 2009-09-30 20:43:16 +0200 +catalogue-license lppl +catalogue-version 4.1 + +name fixpdfmag +category Package +revision 15878 +shortdesc Fix magnification in PDFTeX. +longdesc A recent change to PDFTeX has caused magnification to apply to +longdesc page dimensions. This small package changes the values set in +longdesc the page dimension variables from pt to truept, thus evading +longdesc the effects of \mag. +runfiles size=1 + texmf-dist/tex/plain/fixpdfmag/fixpdfmag.tex +catalogue-ctan /macros/plain/contrib/misc/fixpdfmag.tex +catalogue-date 2009-09-17 21:16:39 +0200 +catalogue-license pd + +name flabels +category Package +revision 15878 +shortdesc Labels for files and folders. +longdesc Macros for typesetting pretty labels (optionally colored) for +longdesc the back of files or binders (currently only the special A4 +longdesc "Leitz-Ordner" ring binder is supported). +docfiles size=1 + texmf-dist/doc/latex/flabels/README +srcfiles size=13 + texmf-dist/source/latex/flabels/flabels.dtx + texmf-dist/source/latex/flabels/flabels.ins + texmf-dist/source/latex/flabels/makedoc + texmf-dist/source/latex/flabels/makedoc.bat +runfiles size=2 + texmf-dist/tex/latex/flabels/flabels.sty +catalogue-ctan /macros/latex/contrib/flabels +catalogue-date 2006-10-06 23:15:00 +0200 +catalogue-license lppl +catalogue-version 1.0 + +name flacards +category Package +revision 15878 +shortdesc Generate flashcards for printing. +longdesc The flacards class provides an easy interface to produce +longdesc flashcards. It will print several cards per page, on both sides +longdesc of the paper. +docfiles size=17 + texmf-dist/doc/latex/flacards/COPYING + texmf-dist/doc/latex/flacards/README details="Readme" + texmf-dist/doc/latex/flacards/README.TEXLIVE + texmf-dist/doc/latex/flacards/changelog.txt + texmf-dist/doc/latex/flacards/flacards_ex.pdf + texmf-dist/doc/latex/flacards/flacards_ex.tex + texmf-dist/doc/latex/flacards/flacards_ex1.tex + texmf-dist/doc/latex/flacards/flacards_ex2.tex +runfiles size=2 + texmf-dist/tex/latex/flacards/flacards.cls +catalogue-ctan /macros/latex/contrib/flacards +catalogue-date 2008-08-19 20:38:14 +0200 +catalogue-license gpl +catalogue-version 0.1.1 + +name flagderiv +category Package +revision 15878 +shortdesc Flag style derivation package +longdesc The flagderiv package is used to create mathematical +longdesc derivations using the flag/flagpole notation. The package +longdesc features an intuitive command syntax, opening and closing +longdesc multiple flagpoles, different comment styles, customizable +longdesc symbols and label namespaces. +docfiles size=53 + texmf-dist/doc/latex/flagderiv/README + texmf-dist/doc/latex/flagderiv/flagderiv.pdf +srcfiles size=14 + texmf-dist/source/latex/flagderiv/flagderiv.dtx + texmf-dist/source/latex/flagderiv/flagderiv.ins +runfiles size=2 + texmf-dist/tex/latex/flagderiv/flagderiv.sty +catalogue-ctan /macros/latex/contrib/flagderiv +catalogue-date 2007-02-22 16:49:05 +0100 +catalogue-license gpl +catalogue-version 0.10 + +name flashcards +category Package +revision 15878 +shortdesc A class for typesetting flashcards. +longdesc The FlashCards class provides for the typesetting of flash +longdesc cards. By flash card, we mean a two sided card which has a +longdesc prompt or a question on one side and the response or the answer +longdesc on the flip (back) side. Flash cards come in many sizes +longdesc depending on the nature of the information they contain. +docfiles size=45 + texmf-dist/doc/latex/flashcards/README details="Package Readme" + texmf-dist/doc/latex/flashcards/flashcards.pdf details="Package documentation" + texmf-dist/doc/latex/flashcards/samplecards.dvi + texmf-dist/doc/latex/flashcards/samplecards.tex +srcfiles size=13 + texmf-dist/source/latex/flashcards/COPYING + texmf-dist/source/latex/flashcards/flashcards.dtx + texmf-dist/source/latex/flashcards/flashcards.ins +runfiles size=6 + texmf-dist/tex/latex/flashcards/avery5371.cfg + texmf-dist/tex/latex/flashcards/avery5388.cfg + texmf-dist/tex/latex/flashcards/flashcards.cls +catalogue-ctan /macros/latex/contrib/flashcards +catalogue-date 2006-12-18 18:25:02 +0100 +catalogue-license gpl +catalogue-version 1.0.0 + +name flippdf +category Package +revision 15878 +shortdesc Horizontal flipping of pages with pdfLaTeX. +longdesc The package allows the production of a document with pages +longdesc "mirrored". This is sometimes required by publishers who want +longdesc camera-ready documents to be printed on transparent film (to be +longdesc viewed from the "wrong" side). The package requires everypage, +longdesc and only works with pdfLaTeX in PDF mode. +docfiles size=5 + texmf-dist/doc/latex/flippdf/README details="Readme" + texmf-dist/doc/latex/flippdf/flippdf.pdf details="Package documentation" +srcfiles size=3 + texmf-dist/source/latex/flippdf/flippdf.dtx + texmf-dist/source/latex/flippdf/flippdf.ins +runfiles size=1 + texmf-dist/tex/latex/flippdf/flippdf.sty +catalogue-ctan /macros/latex/contrib/flippdf +catalogue-date 2007-02-27 14:19:10 +0100 +catalogue-license lppl +catalogue-version 1.0 + +name float +category Package +revision 15878 +shortdesc Improved interface for floating objects. +longdesc Improves the interface for defining floating objects such as +longdesc figures and tables. Introduces the boxed float, the ruled float +longdesc and the plaintop float. You can define your own floats and +longdesc improve the behaviour of the old ones. The package also +longdesc provides the H float modifier option of the obsolete here +longdesc package. You can select this as automatic default with +longdesc \floatplacement{figure}{H}. +docfiles size=35 + texmf-dist/doc/latex/float/README details="Package Readme" + texmf-dist/doc/latex/float/float.pdf details="Package documentation" +srcfiles size=11 + texmf-dist/source/latex/float/float.dtx + texmf-dist/source/latex/float/float.ins +runfiles size=2 + texmf-dist/tex/latex/float/float.sty +catalogue-ctan /macros/latex/contrib/float +catalogue-date 2009-09-26 09:33:53 +0200 +catalogue-license lppl +catalogue-version 1.3d + +name floatrow +category Package +revision 15878 +shortdesc Modifying the layout of floats. +longdesc The floatrow package provides many ways to customize layouts of +longdesc floating environments and has code to cooperate with the +longdesc caption 3.x package. The package offers mechanisms to put +longdesc floats side by side, and to put the caption beside its float. +longdesc The floatrow settings could be expanded to the floats created +longdesc by packages rotating, wrapfig, subfig (in the case of rows of +longdesc subfloats), and longtable. +docfiles size=590 + texmf-dist/doc/latex/floatrow/README details="Readme" + texmf-dist/doc/latex/floatrow/floatrow-rus.pdf details="Package documentation (Russian)" language="ru" + texmf-dist/doc/latex/floatrow/floatrow-rus.tex + texmf-dist/doc/latex/floatrow/floatrow.pdf details="Package documentation (English)" language="en" + texmf-dist/doc/latex/floatrow/fr-sample.tex + texmf-dist/doc/latex/floatrow/frsample01.tex + texmf-dist/doc/latex/floatrow/frsample02.tex + texmf-dist/doc/latex/floatrow/frsample03.tex + texmf-dist/doc/latex/floatrow/frsample04.tex + texmf-dist/doc/latex/floatrow/frsample05.tex + texmf-dist/doc/latex/floatrow/frsample06.tex + texmf-dist/doc/latex/floatrow/frsample07.tex + texmf-dist/doc/latex/floatrow/frsample10.tex + texmf-dist/doc/latex/floatrow/frsample11.tex + texmf-dist/doc/latex/floatrow/frsample12.tex + texmf-dist/doc/latex/floatrow/pictures.tex + texmf-dist/doc/latex/floatrow/sample-longtable-rus.tex + texmf-dist/doc/latex/floatrow/sample-longtable.tex +srcfiles size=117 + texmf-dist/source/latex/floatrow/floatrow.dtx + texmf-dist/source/latex/floatrow/floatrow.ins +runfiles size=22 + texmf-dist/tex/latex/floatrow/floatpagestyle.sty + texmf-dist/tex/latex/floatrow/floatrow.sty + texmf-dist/tex/latex/floatrow/fr-fancy.sty + texmf-dist/tex/latex/floatrow/fr-longtable.sty + texmf-dist/tex/latex/floatrow/fr-subfig.sty + texmf-dist/tex/latex/floatrow/listpen.sty +catalogue-ctan /macros/latex/contrib/floatrow +catalogue-date 2009-09-27 10:36:15 +0200 +catalogue-license lppl +catalogue-version 0.3b + +name flowfram +category Package +revision 15878 +shortdesc Create text frames for posters, brochures or magazines. +longdesc The flowfram package enables you to create frames in a document +longdesc such that the contents of the document environment flow from +longdesc one frame to the next in the order in which they were defined. +longdesc This is useful for creating posters or magazines, indeed any +longdesc form of document that does not conform to the standard one or +longdesc two column layout. +docfiles size=569 + texmf-dist/doc/latex/flowfram/CHANGES + texmf-dist/doc/latex/flowfram/README + texmf-dist/doc/latex/flowfram/README.flowfram + texmf-dist/doc/latex/flowfram/brochure.pdf details="Sample - brochure" + texmf-dist/doc/latex/flowfram/brochure.tex + texmf-dist/doc/latex/flowfram/egg.eps + texmf-dist/doc/latex/flowfram/egg.png + texmf-dist/doc/latex/flowfram/ffuserguide.html + texmf-dist/doc/latex/flowfram/ffuserguide.pdf details="User guide" + texmf-dist/doc/latex/flowfram/ffuserguide.tex + texmf-dist/doc/latex/flowfram/flowfram.dtx + texmf-dist/doc/latex/flowfram/flowfram.ins + texmf-dist/doc/latex/flowfram/flowfram.pdf details="Package documentation" + texmf-dist/doc/latex/flowfram/flowfram.perl + texmf-dist/doc/latex/flowfram/flowfram.sty + texmf-dist/doc/latex/flowfram/news.pdf details="Sample - news sheet" + texmf-dist/doc/latex/flowfram/news.tex + texmf-dist/doc/latex/flowfram/news2.pdf + texmf-dist/doc/latex/flowfram/news2.tex + texmf-dist/doc/latex/flowfram/poster.pdf details="Sample - poster" + texmf-dist/doc/latex/flowfram/poster.tex + texmf-dist/doc/latex/flowfram/samples/brochure.pdf details="Sample - brochure" + texmf-dist/doc/latex/flowfram/samples/brochure.tex + texmf-dist/doc/latex/flowfram/samples/egg.eps + texmf-dist/doc/latex/flowfram/samples/egg.png + texmf-dist/doc/latex/flowfram/samples/news.pdf details="Sample - news sheet" + texmf-dist/doc/latex/flowfram/samples/news.tex + texmf-dist/doc/latex/flowfram/samples/news2.pdf + texmf-dist/doc/latex/flowfram/samples/news2.tex + texmf-dist/doc/latex/flowfram/samples/poster.pdf details="Sample - poster" + texmf-dist/doc/latex/flowfram/samples/poster.tex + texmf-dist/doc/latex/flowfram/samples/sheep.eps + texmf-dist/doc/latex/flowfram/samples/sheep.png + texmf-dist/doc/latex/flowfram/sheep.eps + texmf-dist/doc/latex/flowfram/sheep.png +srcfiles size=68 + texmf-dist/source/latex/flowfram/flowfram.dtx + texmf-dist/source/latex/flowfram/flowfram.ins + texmf-dist/source/latex/flowfram/flowfram.perl +runfiles size=34 + texmf-dist/tex/latex/flowfram/flowfram.sty +catalogue-ctan /macros/latex/contrib/flowfram +catalogue-date 2008-07-01 17:49:46 +0200 +catalogue-license lppl +catalogue-version 1.11 + +name fltpage +category Package +revision 15878 +shortdesc Place caption on an adjacent page. +longdesc Defines environments FPfigure and FPtable, analogous to figure +longdesc and table. In twoside mode the caption will be set on the +longdesc opposite page of a figure/table which needs a whole page. In +longdesc oneside mode the caption will be set on the preceding or +longdesc following page. +docfiles size=23 + texmf-dist/doc/latex/fltpage/fltpage.pdf +srcfiles size=8 + texmf-dist/source/latex/fltpage/fltpage.dtx + texmf-dist/source/latex/fltpage/fltpage.ins +runfiles size=2 + texmf-dist/tex/latex/fltpage/fltpage.sty +catalogue-ctan /macros/latex/contrib/fltpage +catalogue-date 2008-04-05 13:57:56 +0200 +catalogue-license other-free +catalogue-version 0.3 + +name fltpoint +category Package +revision 15878 +shortdesc Simple floating point arithmetic. +longdesc The package provides simple floating point operations +longdesc (addition, subtraction, multiplication, division and rounding). +longdesc Used, for example, by rccol. +docfiles size=52 + texmf-dist/doc/generic/fltpoint/README details="Readme" + texmf-dist/doc/generic/fltpoint/fltpoint.pdf details="Package documentation" +srcfiles size=16 + texmf-dist/source/generic/fltpoint/fltpoint.dtx + texmf-dist/source/generic/fltpoint/fltpoint.ins +runfiles size=7 + texmf-dist/tex/generic/fltpoint/deccomma.sty + texmf-dist/tex/generic/fltpoint/fltpoint.sty + texmf-dist/tex/generic/fltpoint/fltpoint.tex +catalogue-ctan /macros/latex/contrib/fltpoint +catalogue-date 2008-04-20 19:53:04 +0200 +catalogue-license other-free +catalogue-version 1.1b + +name fmp +category Package +revision 15878 +shortdesc Include Functional MetaPost in LaTeX. +docfiles size=38 + texmf-dist/doc/latex/fmp/README details="Readme" + texmf-dist/doc/latex/fmp/fmp.pdf details="Package documentation" +srcfiles size=8 + texmf-dist/source/latex/fmp/fmp-doc.hs + texmf-dist/source/latex/fmp/fmp.dtx + texmf-dist/source/latex/fmp/fmp.ins +runfiles size=2 + texmf-dist/tex/latex/fmp/fmp.sty +catalogue-ctan /macros/latex/contrib/fmp +catalogue-date 2007-01-04 00:44:01 +0100 +catalogue-license lppl + +name fmtcount +category Package +revision 15878 +shortdesc Display the value of a LaTeX counter in a variety of formats. +longdesc The package fmtcount.sty provides commands that display the +longdesc value of a LaTeX counter in a variety of formats (ordinal, +longdesc text, hexadecimal, decimal, octal, binary etc). The package +longdesc offers some multilingual support; configurations for use in +longdesc English (both British and American usage), French, German, +longdesc Portuguese and Spanish documents are provided. This package was +longdesc originally provided as part of the author's datetime package, +longdesc but is now distributed separately. +docfiles size=48 + texmf-dist/doc/latex/fmtcount/CHANGES + texmf-dist/doc/latex/fmtcount/README details="Package README" + texmf-dist/doc/latex/fmtcount/fc-lang.tex + texmf-dist/doc/latex/fmtcount/fc-samp.tex + texmf-dist/doc/latex/fmtcount/fmtcount-manual.html details="Package documentation (HTML)" + texmf-dist/doc/latex/fmtcount/fmtcount.pdf details="Package documentation (PDF)" +srcfiles size=75 + texmf-dist/source/latex/fmtcount/fmtcount.dtx + texmf-dist/source/latex/fmtcount/fmtcount.ins + texmf-dist/source/latex/fmtcount/fmtcount.perl +runfiles size=38 + texmf-dist/tex/latex/fmtcount/fc-UKenglish.def + texmf-dist/tex/latex/fmtcount/fc-USenglish.def + texmf-dist/tex/latex/fmtcount/fc-british.def + texmf-dist/tex/latex/fmtcount/fc-english.def + texmf-dist/tex/latex/fmtcount/fc-french.def + texmf-dist/tex/latex/fmtcount/fc-german.def + texmf-dist/tex/latex/fmtcount/fc-italian.def + texmf-dist/tex/latex/fmtcount/fc-portuges.def + texmf-dist/tex/latex/fmtcount/fc-spanish.def + texmf-dist/tex/latex/fmtcount/fmtcount.sty +catalogue-ctan /macros/latex/contrib/fmtcount +catalogue-date 2009-10-02 20:24:27 +0200 +catalogue-license lppl1.3 +catalogue-version 1.31 + +name fn2end +category Package +revision 15878 +shortdesc Convert footnotes to endnotes. +longdesc Defines macros \makeendnotes, which converts \footnote to +longdesc produce endnotes; and \theendnotes which prints them out. +docfiles size=8 + texmf-dist/doc/latex/fn2end/fn2end.pdf details="Package documentation" + texmf-dist/doc/latex/fn2end/fn2end.tex +runfiles size=1 + texmf-dist/tex/latex/fn2end/fn2end.sty +catalogue-ctan /macros/latex/contrib/fn2end +catalogue-date 2009-01-03 10:55:55 +0100 +catalogue-license pd +catalogue-version 1.1 + +name fnbreak +category Package +revision 15878 +shortdesc Warn for split footnotes. +longdesc This package detects footnotes that are split over several +longdesc pages, and writes a warning to the log file. +docfiles size=45 + texmf-dist/doc/latex/fnbreak/ChangeLog + texmf-dist/doc/latex/fnbreak/README details="Readme" + texmf-dist/doc/latex/fnbreak/fnbreak-v.tex + texmf-dist/doc/latex/fnbreak/fnbreak.pdf details="Package documentation" + texmf-dist/doc/latex/fnbreak/fnbreak.xml + texmf-dist/doc/latex/fnbreak/fnbreaktest.tex +srcfiles size=5 + texmf-dist/source/latex/fnbreak/Makefile + texmf-dist/source/latex/fnbreak/fnbreak.dtx + texmf-dist/source/latex/fnbreak/fnbreak.ins +runfiles size=1 + texmf-dist/tex/latex/fnbreak/fnbreak.sty +catalogue-ctan /macros/latex/contrib/fnbreak +catalogue-date 2007-01-04 00:44:01 +0100 +catalogue-license lppl +catalogue-version 1.10 + +name fncychap +category Package +revision 15878 +shortdesc Seven predefined chapter heading styles. +longdesc Each style can be modified using a set of simple commands. +longdesc Optionally one can modify the formatting routines in order to +longdesc create additional chapter headings. This package was previously +longdesc known as FancyChapter. +docfiles size=290 + texmf-dist/doc/latex/fncychap/Bjarne.eps + texmf-dist/doc/latex/fncychap/Bjarnes.eps + texmf-dist/doc/latex/fncychap/Bjornstrup.eps + texmf-dist/doc/latex/fncychap/BjornstrupS.eps + texmf-dist/doc/latex/fncychap/Conny.eps + texmf-dist/doc/latex/fncychap/Connys.eps + texmf-dist/doc/latex/fncychap/Glenn.eps + texmf-dist/doc/latex/fncychap/Glenns.eps + texmf-dist/doc/latex/fncychap/Lenny.eps + texmf-dist/doc/latex/fncychap/Lennys.eps + texmf-dist/doc/latex/fncychap/README + texmf-dist/doc/latex/fncychap/Rejne.eps + texmf-dist/doc/latex/fncychap/Rejnes.eps + texmf-dist/doc/latex/fncychap/Sonny.eps + texmf-dist/doc/latex/fncychap/Sonnys.eps + texmf-dist/doc/latex/fncychap/fncychap.pdf details="Package documentation, with examples" + texmf-dist/doc/latex/fncychap/fncychap.tex +runfiles size=5 + texmf-dist/tex/latex/fncychap/fncychap.sty +catalogue-ctan /macros/latex/contrib/fncychap +catalogue-date 2008-04-20 19:53:04 +0200 +catalogue-license other-free +catalogue-version v1.34 + +name foekfont +category Package +revision 15878 +shortdesc The title font of the Mads Fok magazine. +longdesc The bundle provides an Adobe Type 1 font, and LaTeX support for +longdesc its use. The magazine web site shows the font in use in a few +longdesc places. +execute addMap foekfont.map +docfiles size=31 + texmf-dist/doc/latex/foekfont/FoekFont.sfd + texmf-dist/doc/latex/foekfont/README details="Package README" + texmf-dist/doc/latex/foekfont/foekfont.pdf details="Package documentation" + texmf-dist/doc/latex/foekfont/foekfont.tex +runfiles size=8 + texmf-dist/fonts/map/dvips/foekfont/foekfont.map + texmf-dist/fonts/tfm/public/foekfont/foekfont.tfm + texmf-dist/fonts/type1/public/foekfont/FoekFont.pfb + texmf-dist/tex/latex/foekfont/foekfont.sty + texmf-dist/tex/latex/foekfont/ot1foekfont.fd + texmf-dist/tex/latex/foekfont/t1foekfont.fd +catalogue-ctan /fonts/foekfont +catalogue-date 2007-02-27 14:19:10 +0100 +catalogue-license gpl + +name foilhtml +category Package +revision 15878 +shortdesc Interface between foiltex and LaTeX2HTML. +longdesc Provides integration between FoilTeX and LaTeX2HTML, adding +longdesc sectioning commands and elements of logical formatting to +longdesc FoilTeX and providing support for FoilTeX commands in +longdesc LaTeX2HTML. +srcfiles size=25 + texmf-dist/source/latex/foilhtml/foilhtml-96.perl + texmf-dist/source/latex/foilhtml/foilhtml.drv + texmf-dist/source/latex/foilhtml/foilhtml.dtx + texmf-dist/source/latex/foilhtml/foilhtml.ins + texmf-dist/source/latex/foilhtml/foils-97.perl + texmf-dist/source/latex/foilhtml/foils.perl + texmf-dist/source/latex/foilhtml/readme.v12 +runfiles size=4 + texmf-dist/tex/latex/foilhtml/foilhtml.cfg + texmf-dist/tex/latex/foilhtml/foilhtml.sty +catalogue-ctan /macros/latex/contrib/foilhtml +catalogue-date 2007-01-05 16:07:21 +0100 +catalogue-license lppl +catalogue-version 1.2 + +name fonetika +category Package +revision 15878 +shortdesc Support for the danish "Dania" phonetic system. +longdesc Fonetika Dania is a font bundle with a serif font and a sans +longdesc serif font for the danish phonetic system Dania. Both fonts +longdesc exist in regular and bold weights. LaTeX support is provided. +longdesc The fonts are based on URW Palladio and Iwona Condensed, and +longdesc were created using FontForge. +execute addMap fonetika.map +docfiles size=46 + texmf-dist/doc/fonts/fonetika/FonetikaDaniaIwonaeBold.ttf + texmf-dist/doc/fonts/fonetika/FonetikaDaniaIwonaeRegular.ttf + texmf-dist/doc/fonts/fonetika/FonetikaDaniaPallaeBold.ttf + texmf-dist/doc/fonts/fonetika/FonetikaDaniaPallaeRegular.ttf + texmf-dist/doc/fonts/fonetika/README details="Package Readme" + texmf-dist/doc/fonts/fonetika/fonetika.pdf + texmf-dist/doc/fonts/fonetika/fonetika.tex +runfiles size=27 + texmf-dist/fonts/afm/public/fonetika/FonetikaDaniaIwonaeBold.afm + texmf-dist/fonts/afm/public/fonetika/FonetikaDaniaIwonaeRegular.afm + texmf-dist/fonts/afm/public/fonetika/FonetikaDaniaPallaeBold.afm + texmf-dist/fonts/afm/public/fonetika/FonetikaDaniaPallaeRegular.afm + texmf-dist/fonts/map/dvips/fonetika/fonetika.map + texmf-dist/fonts/tfm/public/fonetika/fonetika.tfm + texmf-dist/fonts/tfm/public/fonetika/fonetikabold.tfm + texmf-dist/fonts/tfm/public/fonetika/fonetikasans.tfm + texmf-dist/fonts/tfm/public/fonetika/fonetikasansbold.tfm + texmf-dist/fonts/type1/public/fonetika/FonetikaDaniaIwonaeBold.pfb + texmf-dist/fonts/type1/public/fonetika/FonetikaDaniaIwonaeRegular.pfb + texmf-dist/fonts/type1/public/fonetika/FonetikaDaniaPallaeBold.pfb + texmf-dist/fonts/type1/public/fonetika/FonetikaDaniaPallaeRegular.pfb + texmf-dist/tex/latex/fonetika/fonetika.sty + texmf-dist/tex/latex/fonetika/t1fonetika.fd +catalogue-ctan /fonts/fonetika +catalogue-date 2008-08-19 20:38:14 +0200 +catalogue-license other-free + +name font-change +category Package +revision 15878 +shortdesc Macros to Change Text and Math fonts in plain TeX. +longdesc Macros to Change Text and Math fonts in TeX: 19 Beautiful +longdesc Variants These macros are written for plain TeX and can be used +longdesc with other packages like AmSTeX, eplain, etc. They allow you to +longdesc change the fonts (text and math) in your TeX document with only +longdesc one statement. Also different font sizes are available. All the +longdesc fonts called by these macro files are free and are included in +longdesc the present MiKTeX and TeX Live distributions. +docfiles size=629 + texmf-dist/doc/plain/font-change/README details="Readme" + texmf-dist/doc/plain/font-change/doc.pdf + texmf-dist/doc/plain/font-change/doc.tex +runfiles size=38 + texmf-dist/tex/plain/font-change/font_antp_euler.tex + texmf-dist/tex/plain/font-change/font_antt.tex + texmf-dist/tex/plain/font-change/font_arev.tex + texmf-dist/tex/plain/font-change/font_bera_concrete.tex + texmf-dist/tex/plain/font-change/font_bera_euler.tex + texmf-dist/tex/plain/font-change/font_bera_fnc.tex + texmf-dist/tex/plain/font-change/font_bookman.tex + texmf-dist/tex/plain/font-change/font_century.tex + texmf-dist/tex/plain/font-change/font_charter.tex + texmf-dist/tex/plain/font-change/font_cm.tex + texmf-dist/tex/plain/font-change/font_cmbright.tex + texmf-dist/tex/plain/font-change/font_concrete.tex + texmf-dist/tex/plain/font-change/font_epigrafica_euler.tex + texmf-dist/tex/plain/font-change/font_epigrafica_palatino.tex + texmf-dist/tex/plain/font-change/font_iwona.tex + texmf-dist/tex/plain/font-change/font_kurier.tex + texmf-dist/tex/plain/font-change/font_palatino.tex + texmf-dist/tex/plain/font-change/font_times.tex + texmf-dist/tex/plain/font-change/font_utopia.tex +catalogue-ctan /macros/plain/contrib/font-change +catalogue-date 2009-09-10 20:34:09 +0200 +catalogue-license other-free +catalogue-version 2009.1 + +name fontch +category Package +revision 15878 +shortdesc Changing fonts, sizes and encodings in Plain TeX. +longdesc The fontch macros allow the user to change font size and family +longdesc anywhere in a plain TeX document. Sizes of 8, 10, 12, 14, 20 +longdesc and 24 points are available. A sans serif family (\sf) is +longdesc defined in addition to the families already defined in plain +longdesc TeX. Optional support for Latin Modern T1 and TS1 fonts is +longdesc given. There are macros for non-latin1 letters and for most TS1 +longdesc symbols. Math mode always uses CM fonts. A command for +longdesc producing doubled-spaced documents is also provided. The +longdesc present version of the package is designed to deal with the +longdesc latest release of the Latin Modern fonts version 1.106. +longdesc Unfortunately, it can no longer support earlier versions of the +longdesc fonts, so an obsolete version of the package is retained for +longdesc users who don't yet have access to the latest version of the +longdesc fonts. +docfiles size=3 + texmf-dist/doc/plain/fontch/README details="Readme and usage details" +runfiles size=14 + texmf-dist/tex/plain/fontch/DSmac.tex + texmf-dist/tex/plain/fontch/TS1mac.tex + texmf-dist/tex/plain/fontch/bsymbols.tex + texmf-dist/tex/plain/fontch/fontch.tex +catalogue-ctan /macros/plain/contrib/fontch +catalogue-date 2008-07-15 19:44:20 +0200 +catalogue-license lppl +catalogue-version 2.0 + +name fontinst +category Package +revision 15878 +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 +longdesc crunching and shovelling parts of font installation. This means +longdesc in practice that it creates a number of files which give the +longdesc TeX metrics (and related information) for a font family that +longdesc (La)TeX needs to do any typesetting in these fonts. Fontinst +longdesc furthermore makes it easy to create fonts containing glyphs +longdesc from more than one base font, taking advantage of (e.g.) +longdesc "expert" font sets. Fontinst cannot examine files to see if +longdesc they contain any useful information, nor automatically search +longdesc for files or work with binary file formats; those tasks must +longdesc normally be done manually or with the help of some other tool, +longdesc such as the pltotf and vptovf programs. +depend fontinst.ARCH +docfiles size=457 + texmf-dist/doc/fonts/fontinst/README details="Readme" + texmf-dist/doc/fonts/fontinst/encspecs/encspecs.tex + texmf-dist/doc/fonts/fontinst/encspecs/omxdraft.etx + texmf-dist/doc/fonts/fontinst/encspecs/ot1draft.etx + texmf-dist/doc/fonts/fontinst/encspecs/t1draft.etx + texmf-dist/doc/fonts/fontinst/examples/basic/basicex.tex + texmf-dist/doc/fonts/fontinst/examples/basic/basicex2.tex + texmf-dist/doc/fonts/fontinst/examples/eurofont/Makefile + texmf-dist/doc/fonts/fontinst/examples/eurofont/eurofont.map + texmf-dist/doc/fonts/fontinst/examples/eurofont/eurofont.tex + texmf-dist/doc/fonts/fontinst/examples/mathptm/Makefile + texmf-dist/doc/fonts/fontinst/examples/mathptm/fontptcm.tex + texmf-dist/doc/fonts/fontinst/examples/mathptm/mathtest.tex + texmf-dist/doc/fonts/fontinst/examples/mathptm/resetsy.mtx + texmf-dist/doc/fonts/fontinst/examples/mathptm/unsetmu.mtx + texmf-dist/doc/fonts/fontinst/examples/mathptm/zrhax.mtx + texmf-dist/doc/fonts/fontinst/examples/mathptm/zrmhax.mtx + texmf-dist/doc/fonts/fontinst/examples/mathptm/zrmkern.mtx + texmf-dist/doc/fonts/fontinst/examples/mathptm/zrvhax.mtx + texmf-dist/doc/fonts/fontinst/examples/mathptm/zryhax.mtx + texmf-dist/doc/fonts/fontinst/examples/mathptmx/Makefile + texmf-dist/doc/fonts/fontinst/examples/mathptmx/fontptcmx.tex + texmf-dist/doc/fonts/fontinst/examples/mathptmx/mathptmx.sty + texmf-dist/doc/fonts/fontinst/examples/mathptmx/mathtestx.tex + texmf-dist/doc/fonts/fontinst/examples/mathptmx/resetsy.mtx + texmf-dist/doc/fonts/fontinst/examples/mathptmx/unsetmu.mtx + texmf-dist/doc/fonts/fontinst/examples/mathptmx/zrhax.mtx + texmf-dist/doc/fonts/fontinst/examples/mathptmx/zrmhax.mtx + texmf-dist/doc/fonts/fontinst/examples/mathptmx/zrmkernx.mtx + texmf-dist/doc/fonts/fontinst/examples/mathptmx/zrvhax.mtx + texmf-dist/doc/fonts/fontinst/examples/mathptmx/zryhax.mtx + texmf-dist/doc/fonts/fontinst/examples/mathptmx/zrykernx.mtx + texmf-dist/doc/fonts/fontinst/manual/fontinst.pdf + texmf-dist/doc/fonts/fontinst/manual/fontinst.tex + texmf-dist/doc/fonts/fontinst/manual/intro98.pdf + texmf-dist/doc/fonts/fontinst/manual/intro98.tex + texmf-dist/doc/fonts/fontinst/manual/roadmap.eps + texmf-dist/doc/fonts/fontinst/talks/et99-font-tables.pdf + texmf-dist/doc/fonts/fontinst/talks/et99-font-tutorial.pdf + texmf-dist/doc/fonts/fontinst/test/cc-pl.enc + texmf-dist/doc/fonts/fontinst/test/comparemetrics.sty + texmf-dist/doc/fonts/fontinst/test/comparepls.tex + texmf-dist/doc/fonts/fontinst/test/fadrr.mtx + texmf-dist/doc/fonts/fontinst/test/multislot-test.tex + texmf-dist/doc/fonts/fontinst/test/multislot.etx + texmf-dist/doc/fonts/fontinst/test/omsdraft.etx + texmf-dist/doc/fonts/fontinst/test/testsc.tex + texmf-dist/doc/fonts/fontinst/test/v1901test.mtx + texmf-dist/doc/fonts/fontinst/test/v1901test.tex + texmf-dist/doc/fonts/fontinst/test/v1902test.tex + texmf-dist/doc/fonts/fontinst/test/v1905test.tex + texmf-dist/doc/fonts/fontinst/test/v1906test.etx + texmf-dist/doc/fonts/fontinst/test/v1906test.mtx + texmf-dist/doc/fonts/fontinst/test/v1906test.tex + texmf-dist/doc/fonts/fontinst/test/v1913test.tex + texmf-dist/doc/fonts/fontinst/test/v1914test.tex + texmf-dist/doc/fonts/fontinst/test/v1914testmap.tex + texmf-dist/doc/fonts/fontinst/test/v1914testshow.tex + texmf-dist/doc/fonts/fontinst/test/v1915test.tex + texmf-dist/doc/fonts/fontinst/test/v1915testmap.tex + texmf-dist/doc/fonts/fontinst/test/v1916test.mtx + texmf-dist/doc/fonts/fontinst/test/v1916test.tex + texmf-dist/doc/fonts/fontinst/test/v1916test2.tex + texmf-dist/doc/fonts/fontinst/test/v1923test.tex + texmf-dist/doc/fonts/fontinst/test/v1927test.tex + texmf-dist/doc/fonts/fontinst/test/v1928test.tex + texmf-dist/doc/fonts/fontinst/test/v1928test2.tex + texmf-dist/doc/fonts/fontinst/test/v1930test.tex + texmf-dist/doc/fonts/fontinst/test/v1931test0.tex + texmf-dist/doc/fonts/fontinst/test/v1931test1.tex + texmf-dist/doc/fonts/fontinst/test/v1931test2.tex +srcfiles size=469 + texmf-dist/source/fontinst/base/CHANGES + texmf-dist/source/fontinst/base/fibasics.dtx + texmf-dist/source/fontinst/base/ficommon.dtx + texmf-dist/source/fontinst/base/ficonv.dtx + texmf-dist/source/fontinst/base/filtfam.dtx + texmf-dist/source/fontinst/base/fimain.dtx + texmf-dist/source/fontinst/base/fimapgen.dtx + texmf-dist/source/fontinst/base/fisource.dvi + texmf-dist/source/fontinst/base/fisource.ist + texmf-dist/source/fontinst/base/fisource.sty + texmf-dist/source/fontinst/base/fisource.tex + texmf-dist/source/fontinst/base/fitrig.dtx + texmf-dist/source/fontinst/base/fontinst.ins +runfiles size=254 + texmf-dist/tex/fontinst/base/bbox.sty + texmf-dist/tex/fontinst/base/cfntinst.sty + texmf-dist/tex/fontinst/base/finstmsc.sty + texmf-dist/tex/fontinst/base/fontinst.ini + texmf-dist/tex/fontinst/base/fontinst.sty + texmf-dist/tex/fontinst/base/multislot.sty + texmf-dist/tex/fontinst/base/xfntinst.sty + texmf-dist/tex/fontinst/latinetx/8r.etx + texmf-dist/tex/fontinst/latinetx/8y.etx + texmf-dist/tex/fontinst/latinetx/ot1.etx + texmf-dist/tex/fontinst/latinetx/ot1c.etx + texmf-dist/tex/fontinst/latinetx/ot1cj.etx + texmf-dist/tex/fontinst/latinetx/ot1ctt.etx + texmf-dist/tex/fontinst/latinetx/ot1i.etx + texmf-dist/tex/fontinst/latinetx/ot1ij.etx + texmf-dist/tex/fontinst/latinetx/ot1itt.etx + texmf-dist/tex/fontinst/latinetx/ot1j.etx + texmf-dist/tex/fontinst/latinetx/ot1tt.etx + texmf-dist/tex/fontinst/latinetx/t1.etx + texmf-dist/tex/fontinst/latinetx/t1c.etx + texmf-dist/tex/fontinst/latinetx/t1cj.etx + texmf-dist/tex/fontinst/latinetx/t1i.etx + texmf-dist/tex/fontinst/latinetx/t1ij.etx + texmf-dist/tex/fontinst/latinetx/t1j.etx + texmf-dist/tex/fontinst/latinetx/txtfdmns.etx + texmf-dist/tex/fontinst/latinmtx/8r.mtx + texmf-dist/tex/fontinst/latinmtx/8y.mtx + texmf-dist/tex/fontinst/latinmtx/latin.mtx + texmf-dist/tex/fontinst/latinmtx/latinsc.mtx + texmf-dist/tex/fontinst/latinmtx/llbuild.mtx + texmf-dist/tex/fontinst/latinmtx/lsbuild.mtx + texmf-dist/tex/fontinst/latinmtx/lsfake.mtx + texmf-dist/tex/fontinst/latinmtx/lsmisc.mtx + texmf-dist/tex/fontinst/latinmtx/ltcmds.mtx + texmf-dist/tex/fontinst/latinmtx/ltpunct.mtx + texmf-dist/tex/fontinst/latinmtx/lubuild.mtx + texmf-dist/tex/fontinst/latinmtx/newlatin.mtx + texmf-dist/tex/fontinst/latinmtx/resetsc.mtx + texmf-dist/tex/fontinst/latinmtx/unsetalf.mtx + texmf-dist/tex/fontinst/mathetx/euex.etx + texmf-dist/tex/fontinst/mathetx/eufrak.etx + texmf-dist/tex/fontinst/mathetx/eurm.etx + texmf-dist/tex/fontinst/mathetx/euscr.etx + texmf-dist/tex/fontinst/mathetx/msam.etx + texmf-dist/tex/fontinst/mathetx/msbm.etx + texmf-dist/tex/fontinst/mathetx/oml.etx + texmf-dist/tex/fontinst/mathetx/oms.etx + texmf-dist/tex/fontinst/mathetx/omx.etx + texmf-dist/tex/fontinst/mathetx/rsfs.etx + texmf-dist/tex/fontinst/mathmtx/mathex.mtx + texmf-dist/tex/fontinst/mathmtx/mathit.mtx + texmf-dist/tex/fontinst/mathmtx/mathsy.mtx + texmf-dist/tex/fontinst/misc/csc2x.tex + texmf-dist/tex/fontinst/misc/csckrn2x.tex + texmf-dist/tex/fontinst/misc/glyphbox.mtx + texmf-dist/tex/fontinst/misc/glyphoff.mtx + texmf-dist/tex/fontinst/misc/glyphon.mtx + texmf-dist/tex/fontinst/misc/kernoff.mtx + texmf-dist/tex/fontinst/misc/kernon.mtx + texmf-dist/tex/fontinst/misc/osf2x.tex + texmf-dist/tex/fontinst/smbletx/digit2.etx + texmf-dist/tex/fontinst/smbletx/ts1.etx + texmf-dist/tex/fontinst/smbletx/ts1i.etx + texmf-dist/tex/fontinst/smbletx/ts1ij.etx + texmf-dist/tex/fontinst/smbletx/ts1j.etx + texmf-dist/tex/fontinst/smblmtx/resetosf.mtx + texmf-dist/tex/fontinst/smblmtx/textcomp.mtx + texmf-dist/tex/fontinst/smblmtx/unsetnum.mtx + texmf-dist/tex/latex/fontinst/fontdoc.sty +catalogue-ctan /fonts/utilities/fontinst +catalogue-date 2009-09-26 11:43:36 +0200 +catalogue-license lppl +catalogue-version 1.933 + +name fontinst.alpha-linux +category Package +revision 15878 +shortdesc alpha-linux files of fontinst +binfiles arch=alpha-linux size=1 + bin/alpha-linux/fontinst + +name fontinst.i386-cygwin +category Package +revision 15878 +shortdesc i386-cygwin files of fontinst +binfiles arch=i386-cygwin size=1 + bin/i386-cygwin/fontinst + +name fontinst.i386-linux +category Package +revision 15878 +shortdesc i386-linux files of fontinst +binfiles arch=i386-linux size=1 + bin/i386-linux/fontinst + +name fontinst.i386-netbsd +category Package +revision 15878 +shortdesc i386-netbsd files of fontinst +binfiles arch=i386-netbsd size=1 + bin/i386-netbsd/fontinst + +name fontinst.i386-solaris +category Package +revision 15878 +shortdesc i386-solaris files of fontinst +binfiles arch=i386-solaris size=1 + bin/i386-solaris/fontinst + +name fontinst.mips-irix +category Package +revision 15878 +shortdesc mips-irix files of fontinst +binfiles arch=mips-irix size=1 + bin/mips-irix/fontinst + +name fontinst.powerpc-aix +category Package +revision 15878 +shortdesc powerpc-aix files of fontinst +binfiles arch=powerpc-aix size=1 + bin/powerpc-aix/fontinst + +name fontinst.powerpc-linux +category Package +revision 15878 +shortdesc powerpc-linux files of fontinst +binfiles arch=powerpc-linux size=1 + bin/powerpc-linux/fontinst + +name fontinst.sparc-linux +category Package +revision 15878 +shortdesc sparc-linux files of fontinst +binfiles arch=sparc-linux size=1 + bin/sparc-linux/fontinst + +name fontinst.sparc-solaris +category Package +revision 15878 +shortdesc sparc-solaris files of fontinst +binfiles arch=sparc-solaris size=1 + bin/sparc-solaris/fontinst + +name fontinst.universal-darwin +category Package +revision 15878 +shortdesc universal-darwin files of fontinst +binfiles arch=universal-darwin size=1 + bin/universal-darwin/fontinst + +name fontinst.win32 +category Package +revision 15878 +shortdesc win32 files of fontinst +binfiles arch=win32 size=2 + bin/win32/fontinst.bat + bin/win32/fontinst.exe + +name fontinst.x86_64-linux +category Package +revision 15878 +shortdesc x86_64-linux files of fontinst +binfiles arch=x86_64-linux size=1 + bin/x86_64-linux/fontinst + +name fontname +category Package +revision 15878 +shortdesc Scheme for naming fonts in TeX. +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. +docfiles size=827 + 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 details="Outline of the mapping scheme (HTML)" + texmf-dist/doc/fonts/fontname/fontname.pdf details="Outline of the mapping scheme (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 +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 +catalogue-ctan /info/fontname +catalogue-date 2009-09-26 11:43:36 +0200 +catalogue-license gpl + +name fontools +category Package +revision 15878 +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: +longdesc AFM2AFM - reencode .afm files; designed to replace fontinst's +longdesc \reencodefont for big .afm files; AUTOINST - simplify the use +longdesc of the LCDF TypeTools by creating a command file for otftotfm, +longdesc plus .fd and .sty files; CMAP2ENC - convert glyph indices in +longdesc TrueType fonts without glyph names (such as Linotype Palatino) +longdesc to Adobe glyph names; FONT2AFM - create font metrics; this is +longdesc just a wrapper script around tools such as pf2afm, ttf2afm, +longdesc pfm2kpx and ot2kpx; OT2KPX - extract all kerning pairs from an +longdesc OpenType font; PFM2KPX - extract all kerning pairs from buggy +longdesc .pfm files (the ones where pf2afm complains ".notdef character +longdesc occurred among kern pairs"); and SHOWGLYPHS - create a pdf file +longdesc that shows all glyphs in a font. Please see the documentation +longdesc of the individual programs for further information. +depend fontools.ARCH +docfiles size=62 + texmf-dist/doc/support/fontools/GPLv2.txt + texmf-dist/doc/support/fontools/README details="Bundle readme" + texmf-dist/doc/support/fontools/examples/berling/berling.sty + texmf-dist/doc/support/fontools/examples/berling/berling.sub + texmf-dist/doc/support/fontools/examples/berling/makeberling + texmf-dist/doc/support/fontools/examples/berling/mbr_fnst.tex + texmf-dist/doc/support/fontools/examples/frutiger/frutiger.sty + texmf-dist/doc/support/fontools/examples/frutiger/frutiger.sub + texmf-dist/doc/support/fontools/examples/frutiger/lfr_fnst.tex + texmf-dist/doc/support/fontools/examples/frutiger/makefrutiger + texmf-dist/doc/support/fontools/examples/palatinox/Palatino_fnst.tex + texmf-dist/doc/support/fontools/examples/palatinox/make_Palatino + texmf-dist/doc/support/fontools/examples/palatinox/pala.sub + texmf-dist/doc/support/fontools/examples/palatinox/palatinox.sty + texmf-dist/doc/support/fontools/examples/palatinox/unsetSCaps.mtx + 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/cmap2enc.1 + texmf/doc/man/man1/cmap2enc.man1.pdf + texmf/doc/man/man1/font2afm.1 + texmf/doc/man/man1/font2afm.man1.pdf + texmf/doc/man/man1/ot2kpx.1 + texmf/doc/man/man1/ot2kpx.man1.pdf + texmf/doc/man/man1/pfm2kpx.1 + texmf/doc/man/man1/pfm2kpx.man1.pdf + texmf/doc/man/man1/showglyphs.1 + texmf/doc/man/man1/showglyphs.man1.pdf +runfiles size=57 + texmf-dist/fonts/enc/dvips/fontools/fontools_ly1.enc + texmf-dist/fonts/enc/dvips/fontools/fontools_ot1.enc + texmf-dist/fonts/enc/dvips/fontools/fontools_t1.enc + texmf-dist/fonts/enc/dvips/fontools/fontools_ts1.enc + texmf-dist/scripts/fontools/afm2afm + texmf-dist/scripts/fontools/autoinst + texmf-dist/scripts/fontools/cmap2enc + texmf-dist/scripts/fontools/font2afm + texmf-dist/scripts/fontools/ot2kpx + texmf-dist/scripts/fontools/pfm2kpx + texmf-dist/scripts/fontools/showglyphs +catalogue-ctan /fonts/utilities/fontools +catalogue-date 2009-04-12 21:59:16 +0200 +catalogue-license gpl + +name fontools.alpha-linux +category Package +revision 15878 +shortdesc alpha-linux files of fontools +binfiles arch=alpha-linux size=7 + bin/alpha-linux/afm2afm + bin/alpha-linux/autoinst + bin/alpha-linux/cmap2enc + bin/alpha-linux/font2afm + bin/alpha-linux/ot2kpx + bin/alpha-linux/pfm2kpx + bin/alpha-linux/showglyphs + +name fontools.i386-cygwin +category Package +revision 15878 +shortdesc i386-cygwin files of fontools +binfiles arch=i386-cygwin size=7 + bin/i386-cygwin/afm2afm + bin/i386-cygwin/autoinst + bin/i386-cygwin/cmap2enc + bin/i386-cygwin/font2afm + bin/i386-cygwin/ot2kpx + bin/i386-cygwin/pfm2kpx + bin/i386-cygwin/showglyphs + +name fontools.i386-linux +category Package +revision 15878 +shortdesc i386-linux files of fontools +binfiles arch=i386-linux size=7 + bin/i386-linux/afm2afm + bin/i386-linux/autoinst + bin/i386-linux/cmap2enc + bin/i386-linux/font2afm + bin/i386-linux/ot2kpx + bin/i386-linux/pfm2kpx + bin/i386-linux/showglyphs + +name fontools.i386-netbsd +category Package +revision 15878 +shortdesc i386-netbsd files of fontools +binfiles arch=i386-netbsd size=7 + bin/i386-netbsd/afm2afm + bin/i386-netbsd/autoinst + bin/i386-netbsd/cmap2enc + bin/i386-netbsd/font2afm + bin/i386-netbsd/ot2kpx + bin/i386-netbsd/pfm2kpx + bin/i386-netbsd/showglyphs + +name fontools.i386-solaris +category Package +revision 15878 +shortdesc i386-solaris files of fontools +binfiles arch=i386-solaris size=7 + bin/i386-solaris/afm2afm + bin/i386-solaris/autoinst + bin/i386-solaris/cmap2enc + bin/i386-solaris/font2afm + bin/i386-solaris/ot2kpx + bin/i386-solaris/pfm2kpx + bin/i386-solaris/showglyphs + +name fontools.mips-irix +category Package +revision 15878 +shortdesc mips-irix files of fontools +binfiles arch=mips-irix size=7 + bin/mips-irix/afm2afm + bin/mips-irix/autoinst + bin/mips-irix/cmap2enc + bin/mips-irix/font2afm + bin/mips-irix/ot2kpx + bin/mips-irix/pfm2kpx + bin/mips-irix/showglyphs + +name fontools.powerpc-aix +category Package +revision 15878 +shortdesc powerpc-aix files of fontools +binfiles arch=powerpc-aix size=7 + bin/powerpc-aix/afm2afm + bin/powerpc-aix/autoinst + bin/powerpc-aix/cmap2enc + bin/powerpc-aix/font2afm + bin/powerpc-aix/ot2kpx + bin/powerpc-aix/pfm2kpx + bin/powerpc-aix/showglyphs + +name fontools.powerpc-linux +category Package +revision 15878 +shortdesc powerpc-linux files of fontools +binfiles arch=powerpc-linux size=7 + bin/powerpc-linux/afm2afm + bin/powerpc-linux/autoinst + bin/powerpc-linux/cmap2enc + bin/powerpc-linux/font2afm + bin/powerpc-linux/ot2kpx + bin/powerpc-linux/pfm2kpx + bin/powerpc-linux/showglyphs + +name fontools.sparc-linux +category Package +revision 15878 +shortdesc sparc-linux files of fontools +binfiles arch=sparc-linux size=7 + bin/sparc-linux/afm2afm + bin/sparc-linux/autoinst + bin/sparc-linux/cmap2enc + bin/sparc-linux/font2afm + bin/sparc-linux/ot2kpx + bin/sparc-linux/pfm2kpx + bin/sparc-linux/showglyphs + +name fontools.sparc-solaris +category Package +revision 15878 +shortdesc sparc-solaris files of fontools +binfiles arch=sparc-solaris size=7 + bin/sparc-solaris/afm2afm + bin/sparc-solaris/autoinst + bin/sparc-solaris/cmap2enc + bin/sparc-solaris/font2afm + bin/sparc-solaris/ot2kpx + bin/sparc-solaris/pfm2kpx + bin/sparc-solaris/showglyphs + +name fontools.universal-darwin +category Package +revision 15878 +shortdesc universal-darwin files of fontools +binfiles arch=universal-darwin size=7 + bin/universal-darwin/afm2afm + bin/universal-darwin/autoinst + bin/universal-darwin/cmap2enc + bin/universal-darwin/font2afm + bin/universal-darwin/ot2kpx + bin/universal-darwin/pfm2kpx + bin/universal-darwin/showglyphs + +name fontools.win32 +category Package +revision 15878 +shortdesc win32 files of fontools +binfiles arch=win32 size=7 + bin/win32/afm2afm.exe + bin/win32/autoinst.exe + bin/win32/cmap2enc.exe + bin/win32/font2afm.exe + bin/win32/ot2kpx.exe + bin/win32/pfm2kpx.exe + bin/win32/showglyphs.exe + +name fontools.x86_64-linux +category Package +revision 15878 +shortdesc x86_64-linux files of fontools +binfiles arch=x86_64-linux size=7 + bin/x86_64-linux/afm2afm + bin/x86_64-linux/autoinst + bin/x86_64-linux/cmap2enc + bin/x86_64-linux/font2afm + bin/x86_64-linux/ot2kpx + bin/x86_64-linux/pfm2kpx + bin/x86_64-linux/showglyphs + +name fontspec +category Package +revision 15878 +shortdesc An automatic interface to feature-rich fonts in XeLaTeX. +longdesc Fontspec is a package for XeLaTeX. It provides an automatic and +longdesc unified interface to feature-rich AAT and OpenType fonts +longdesc through the NFSS in LaTeX running on XeTeX. XeTeX (the +longdesc successor to TeX-GX) is a TeX-variant (originally for Mac OS X, +longdesc but now available in the major distributions for other +longdesc platforms, too) that accepts unicode input and can access +longdesc system fonts directly. +docfiles size=287 + texmf-dist/doc/xelatex/fontspec/README details="Package README" + texmf-dist/doc/xelatex/fontspec/fontspec-example.ltx + texmf-dist/doc/xelatex/fontspec/fontspec.pdf details="Package documentation" +srcfiles size=48 + texmf-dist/source/xelatex/fontspec/fontspec.dtx + texmf-dist/source/xelatex/fontspec/fontspec.ins +runfiles size=15 + texmf-dist/tex/xelatex/fontspec/fontspec.cfg + texmf-dist/tex/xelatex/fontspec/fontspec.sty +catalogue-ctan /macros/xetex/latex/fontspec +catalogue-date 2008-08-09 09:12:57 +0200 +catalogue-license lppl +catalogue-version v1.18 + +name fonttable +category Package +revision 15878 +shortdesc Print font tables from a LaTeX document. +longdesc This is a package version of nfssfont.tex (part of the LaTeX +longdesc distribution); it enables you to print a table of the +longdesc characters of a font and/or some text (for demonstration or +longdesc testing purposes), from within a document. (Packages such as +longdesc testfont and nfssfont.tex provide these facilities, but they +longdesc run as interactive programs: the user is expected to type +longdesc details of what is needed.) Note that the package mftinc also +longdesc has a \fonttable function; the documentation explains how avoid +longdesc a clash with that package. +docfiles size=86 + texmf-dist/doc/latex/fonttable/README details="Readme" + texmf-dist/doc/latex/fonttable/fonttable.pdf details="Package documentation" +srcfiles size=12 + texmf-dist/source/latex/fonttable/fonttable.dtx + texmf-dist/source/latex/fonttable/fonttable.ins +runfiles size=4 + texmf-dist/tex/latex/fonttable/fonttable.sty +catalogue-ctan /macros/latex/contrib/fonttable +catalogue-date 2009-10-20 21:39:17 +0200 +catalogue-license lppl1.3 +catalogue-version 1.6 + +name fontware +category TLCore +revision 15809 +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 + +name fontware.alpha-linux +category TLCore +revision 14598 +shortdesc alpha-linux files of fontware +binfiles arch=alpha-linux size=167 + bin/alpha-linux/pltotf + bin/alpha-linux/tftopl + bin/alpha-linux/vftovp + bin/alpha-linux/vptovf + +name fontware.i386-cygwin +category TLCore +revision 15614 +shortdesc i386-cygwin files of fontware +binfiles arch=i386-cygwin size=81 + bin/i386-cygwin/pltotf.exe + bin/i386-cygwin/tftopl.exe + bin/i386-cygwin/vftovp.exe + bin/i386-cygwin/vptovf.exe + +name fontware.i386-linux +category TLCore +revision 14631 +shortdesc i386-linux files of fontware +binfiles arch=i386-linux size=78 + bin/i386-linux/pltotf + bin/i386-linux/tftopl + bin/i386-linux/vftovp + bin/i386-linux/vptovf + +name fontware.i386-netbsd +category TLCore +revision 15167 +shortdesc i386-netbsd files of fontware +binfiles arch=i386-netbsd size=78 + bin/i386-netbsd/pltotf + bin/i386-netbsd/tftopl + bin/i386-netbsd/vftovp + bin/i386-netbsd/vptovf + +name fontware.i386-solaris +category TLCore +revision 15141 +shortdesc i386-solaris files of fontware +binfiles arch=i386-solaris size=88 + bin/i386-solaris/pltotf + bin/i386-solaris/tftopl + bin/i386-solaris/vftovp + bin/i386-solaris/vptovf + +name fontware.mips-irix +category TLCore +revision 15558 +shortdesc mips-irix files of fontware +binfiles arch=mips-irix size=142 + bin/mips-irix/pltotf + bin/mips-irix/tftopl + bin/mips-irix/vftovp + bin/mips-irix/vptovf + +name fontware.powerpc-aix +category TLCore +revision 15638 +shortdesc powerpc-aix files of fontware +binfiles arch=powerpc-aix size=92 + bin/powerpc-aix/pltotf + bin/powerpc-aix/tftopl + bin/powerpc-aix/vftovp + bin/powerpc-aix/vptovf + +name fontware.powerpc-linux +category TLCore +revision 14790 +shortdesc powerpc-linux files of fontware +binfiles arch=powerpc-linux size=88 + bin/powerpc-linux/pltotf + bin/powerpc-linux/tftopl + bin/powerpc-linux/vftovp + bin/powerpc-linux/vptovf + +name fontware.sparc-linux +category TLCore +revision 14736 +shortdesc sparc-linux files of fontware +binfiles arch=sparc-linux size=82 + bin/sparc-linux/pltotf + bin/sparc-linux/tftopl + bin/sparc-linux/vftovp + bin/sparc-linux/vptovf + +name fontware.sparc-solaris +category TLCore +revision 14701 +shortdesc sparc-solaris files of fontware +binfiles arch=sparc-solaris size=160 + bin/sparc-solaris/pltotf + bin/sparc-solaris/tftopl + bin/sparc-solaris/vftovp + bin/sparc-solaris/vptovf + +name fontware.universal-darwin +category TLCore +revision 14896 +shortdesc universal-darwin files of fontware +binfiles arch=universal-darwin size=188 + bin/universal-darwin/pltotf + bin/universal-darwin/tftopl + bin/universal-darwin/vftovp + bin/universal-darwin/vptovf + +name fontware.win32 +category TLCore +revision 14670 +shortdesc win32 files of fontware +binfiles arch=win32 size=41 + bin/win32/pltotf.exe + bin/win32/tftopl.exe + bin/win32/vftovp.exe + bin/win32/vptovf.exe + +name fontware.x86_64-linux +category TLCore +revision 14677 +shortdesc x86_64-linux files of fontware +binfiles arch=x86_64-linux size=80 + bin/x86_64-linux/pltotf + bin/x86_64-linux/tftopl + bin/x86_64-linux/vftovp + bin/x86_64-linux/vptovf + +name fontwrap +category Package +revision 15878 +shortdesc Bind fonts to specific unicode blocks. +longdesc The package (which runs under XeLaTeX) lets you bind fonts to +longdesc specific unicode blocks, for automatic font tagging of +longdesc multilingual text. The package uses Perl (via perltex) to +longdesc construct its tables. +docfiles size=77 + texmf-dist/doc/xelatex/fontwrap/README details="Readme" + texmf-dist/doc/xelatex/fontwrap/fontwrap.pdf details="Package documentation" + texmf-dist/doc/xelatex/fontwrap/fontwrap.tex + texmf-dist/doc/xelatex/fontwrap/fontwrap_example.pdf details="Examples of use" + texmf-dist/doc/xelatex/fontwrap/fontwrap_example.tex +runfiles size=18 + texmf-dist/tex/xelatex/fontwrap/fontwrap.sty +catalogue-ctan /macros/xetex/latex/fontwrap +catalogue-date 2008-08-19 20:38:14 +0200 +catalogue-license gpl + +name footbib +category Package +revision 15878 +shortdesc Bibliographic references as footnotes. +longdesc The package makes bibliographic references appear as footnotes. +longdesc It defines a command \footcite which is similar to the LaTeX +longdesc \cite command but the references cited in this way appear at +longdesc the bottom of the pages. This 'foot bibliography' does not +longdesc conflict with the standard one and both may exist +longdesc simultaneously in a document. The command \cite may still be +longdesc used to produce the standard bibliography. The foot +longdesc bibliography uses its own style and bibliographic database +longdesc which may be specified independently of the standard one. Any +longdesc standard bibliography style may be used. +docfiles size=64 + texmf-dist/doc/latex/footbib/footbib.pdf details="Package documentation" +srcfiles size=23 + texmf-dist/source/latex/footbib/footbib.dtx + texmf-dist/source/latex/footbib/footbib.ins +runfiles size=7 + texmf-dist/tex/latex/footbib/footbib.sty +catalogue-ctan /macros/latex/contrib/footbib +catalogue-date 2009-09-26 11:43:36 +0200 +catalogue-license lppl +catalogue-version 2.0.4 + +name footmisc +category Package +revision 15878 +shortdesc A range of footnote options. +longdesc A collection of ways to change the typesetting of footnotes. +longdesc The package provides means of changing the layout of the +longdesc footnotes themselves (including setting them in 'paragraphs' -- +longdesc the para option), a way to number footnotes per page (the +longdesc perpage option), to make footnotes disappear when an argument +longdesc moves (stable option) and to deal with multiple references to +longdesc footnotes from the same place (multiple option). The package +longdesc also has a range of techniques for labelling footnotes with +longdesc symbols rather than numbers. Some of the functions of the +longdesc package are overlap with the functionality of other packages. +longdesc The para option is also provided by the manyfoot and bigfoot +longdesc packages, though those are both also portmanteau packages. +longdesc (Don't be seduced by fnpara, whose implementation is improved +longdesc by the present package.) The perpage option is also offered by +longdesc footnpag and by the rather more general-purpose perpage +docfiles size=49 + texmf-dist/doc/latex/footmisc/README + texmf-dist/doc/latex/footmisc/footmisc.pdf details="Package documentation" +srcfiles size=20 + texmf-dist/source/latex/footmisc/footmisc.dtx + texmf-dist/source/latex/footmisc/footmisc.ins +runfiles size=7 + texmf-dist/tex/latex/footmisc/footmisc.sty +catalogue-ctan /macros/latex/contrib/footmisc +catalogue-date 2009-09-18 15:46:42 +0200 +catalogue-license lppl1.3 +catalogue-version 5.5a + +name footnpag +category Package +revision 15878 +shortdesc Per-page numbering of footnotes. +longdesc Allows footnotes on individual pages to be numbered from 1, +longdesc rather than being numbered sequentially through the document. +docfiles size=40 + texmf-dist/doc/latex/footnpag/CATALOG + texmf-dist/doc/latex/footnpag/History + texmf-dist/doc/latex/footnpag/INSTALL + texmf-dist/doc/latex/footnpag/Imakefile + texmf-dist/doc/latex/footnpag/License + texmf-dist/doc/latex/footnpag/MANIFEST + texmf-dist/doc/latex/footnpag/README details="Readme" + texmf-dist/doc/latex/footnpag/TODO + texmf-dist/doc/latex/footnpag/footnpag-doc.sty + texmf-dist/doc/latex/footnpag/footnpag-user.pdf details="Package documentation" + texmf-dist/doc/latex/footnpag/footnpag-user.tex + texmf-dist/doc/latex/footnpag/footnpag.doc + texmf-dist/doc/latex/footnpag/test/Imakefile + texmf-dist/doc/latex/footnpag/test/eqnarray-fnmark.tex + texmf-dist/doc/latex/footnpag/test/late.tex + texmf-dist/doc/latex/footnpag/test/many.tex + texmf-dist/doc/latex/footnpag/test/minipage.tex + texmf-dist/doc/latex/footnpag/test/report.tex + texmf-dist/doc/latex/footnpag/test/title-2col.tex +srcfiles size=1 + texmf-dist/source/latex/footnpag/Makefile +runfiles size=5 + texmf-dist/tex/latex/footnpag/footnpag.sty +catalogue-ctan /macros/latex/contrib/footnpag +catalogue-date 2009-09-26 11:43:36 +0200 +catalogue-license gpl + +name forarray +category Package +revision 15878 +shortdesc Using array structures in LaTeX. +longdesc The package provides functionality for processing lists and +longdesc array structures in LaTeX. Arrays can contain characters as +longdesc well as TeX and LaTeX commands, nesting of arrays is possible, +longdesc and arrays are processed within the same brace level as their +longdesc surrounding environment. Array levels can be delimited by +longdesc characters or control sequences defined by the user. Practical +longdesc uses of this package include data management, construction of +longdesc lists and tables, and calculations based on the contents of +longdesc lists and arrays. +docfiles size=97 + texmf-dist/doc/latex/forarray/README.txt details="Readme" + texmf-dist/doc/latex/forarray/forarray + texmf-dist/doc/latex/forarray/forarray-test.pdf + texmf-dist/doc/latex/forarray/forarray-test.tex + texmf-dist/doc/latex/forarray/forarray.dtm + texmf-dist/doc/latex/forarray/forarray.dts + texmf-dist/doc/latex/forarray/forarray.pdf details="Package documentation" +srcfiles size=19 + texmf-dist/source/latex/forarray/forarray.dtx +runfiles size=5 + texmf-dist/tex/latex/forarray/forarray.sty +catalogue-ctan /macros/latex/contrib/forarray +catalogue-date 2008-08-19 20:38:14 +0200 +catalogue-license lppl +catalogue-version 1.01 + +name forloop +category Package +revision 15878 +shortdesc Iteration in LaTeX. +longdesc The package provides a command \forloop for doing iteration in +longdesc LaTeX macro programming. +docfiles size=22 + texmf-dist/doc/latex/forloop/README details="Package README" + texmf-dist/doc/latex/forloop/forloop.pdf details="Package documentation" +srcfiles size=3 + texmf-dist/source/latex/forloop/forloop.dtx + texmf-dist/source/latex/forloop/forloop.ins +runfiles size=1 + texmf-dist/tex/latex/forloop/forloop.sty +catalogue-ctan /macros/latex/contrib/forloop +catalogue-date 2007-02-27 14:19:10 +0100 +catalogue-license lgpl +catalogue-version 3.0 + +name formlett +category Package +revision 15878 +shortdesc Letters to multiple recipients. +longdesc A package for multiple letters from the same basic source; the +longdesc package offers parametrisation of the letters actually sent. +docfiles size=40 + texmf-dist/doc/latex/formlett/prog_manual.dvi + texmf-dist/doc/latex/formlett/prog_manual.tex + texmf-dist/doc/latex/formlett/user_manual.dvi + texmf-dist/doc/latex/formlett/user_manual.tex +runfiles size=17 + texmf-dist/tex/latex/formlett/formlett.sty +catalogue-ctan /macros/generic/formlett +catalogue-date 2009-01-23 15:11:09 +0100 +catalogue-license noinfo +catalogue-version 2.3 + +name formula +category Package +revision 15878 +shortdesc Typesetting physical units. +longdesc Support for typesetting physical symbols, ensuring the same +longdesc shape in text and maths mode. The user may specify their own +longdesc units, and may change the format for the package's predefined +longdesc physical units. +docfiles size=2 + texmf-dist/doc/latex/formula/formpel.dvi + texmf-dist/doc/latex/formula/formpel.tex +srcfiles size=26 + texmf-dist/source/latex/formula/Bugs + texmf-dist/source/latex/formula/Changes + texmf-dist/source/latex/formula/Makefile + texmf-dist/source/latex/formula/README.1ST + texmf-dist/source/latex/formula/Todo + texmf-dist/source/latex/formula/dp/ftp_incoming.txt + texmf-dist/source/latex/formula/formula.drv + texmf-dist/source/latex/formula/formula.dtx + texmf-dist/source/latex/formula/formula.ins + texmf-dist/source/latex/formula/install.eng + texmf-dist/source/latex/formula/install.ger + texmf-dist/source/latex/formula/newform.bat + texmf-dist/source/latex/formula/newformula + texmf-dist/source/latex/formula/prepverz.bat + texmf-dist/source/latex/formula/prepverz.sh +runfiles size=5 + texmf-dist/tex/latex/formula/formula.sty +catalogue-ctan /macros/latex/contrib/formula +catalogue-date 2007-01-05 21:30:32 +0100 +catalogue-license gpl +catalogue-version 0.2 + +name formular +category Package +revision 15878 +shortdesc Create forms containing field for manual entry. +longdesc When typesetting forms there often arises the need for defining +longdesc fields which consist of one or more lines where the customer +longdesc can write something down manually. This package offers some +longdesc commands for defining such fields in a distinctive way. +docfiles size=39 + texmf-dist/doc/latex/formular/README details="Readme" + texmf-dist/doc/latex/formular/formular.pdf details="Package documentation" +srcfiles size=9 + texmf-dist/source/latex/formular/formular.dtx + texmf-dist/source/latex/formular/formular.ins +runfiles size=3 + texmf-dist/tex/latex/formular/formular.sty +catalogue-ctan /macros/latex/contrib/formular +catalogue-date 2007-01-05 21:30:32 +0100 +catalogue-license lppl +catalogue-version 1.0a + +name fouridx +category Package +revision 15878 +shortdesc Left sub- and superscripts in maths mode. +longdesc The package enables left subscripts and superscripts in maths +longdesc mode. The sub- and superscripts are raised for optimum fitting +longdesc to the symbol indexed, in such a way that left and right sub- +longdesc and superscripts are set on the same level, as appropriate. The +longdesc package provides an alternative to the use of the \sideset +longdesc command in the amsmath package. +docfiles size=29 + texmf-dist/doc/latex/fouridx/README details="Readme" + texmf-dist/doc/latex/fouridx/fouridx.pdf details="Package documentation" +srcfiles size=3 + texmf-dist/source/latex/fouridx/fouridx.dtx + texmf-dist/source/latex/fouridx/fouridx.ins +runfiles size=1 + texmf-dist/tex/latex/fouridx/fouridx.sty +catalogue-ctan /macros/latex/contrib/fouridx +catalogue-date 2008-08-19 20:38:14 +0200 +catalogue-license lppl +catalogue-version 1.00 + +name fourier +category Package +revision 15878 +shortdesc Using Utopia fonts in LaTeX documents. +longdesc Fourier-GUTenberg is a LaTeX typesetting system which uses +longdesc Adobe Utopia as its standard base font. Fourier-GUTenberg +longdesc provides all complementary typefaces needed to allow Utopia +longdesc based TeX typesetting, including an extensive mathematics set +longdesc and several other symbols. The system is absolutely stand- +longdesc alone: apart from Utopia and Fourier, no other typefaces are +longdesc required. The fourier fonts will also work with Adobe Utopia +longdesc Expert fonts, which are only available for purchase. Utopia is +longdesc a registered trademark of Adobe Systems Incorporated +execute addMap fourier.map +execute addMap fourier-utopia-expert.map +docfiles size=49 + texmf-dist/doc/fonts/fourier/README details="Readme" + texmf-dist/doc/fonts/fourier/fourier-doc-en.pdf + texmf-dist/doc/fonts/fourier/fourier-doc-en.tex + texmf-dist/doc/fonts/fourier/fourier-orns.pdf + texmf-dist/doc/fonts/fourier/fourier-orns.tex +srcfiles size=4 + texmf-dist/source/fonts/fourier/Makefile +runfiles size=379 + texmf-dist/fonts/afm/public/fourier/fourier-alt-black.afm + texmf-dist/fonts/afm/public/fourier/fourier-alt-bold.afm + texmf-dist/fonts/afm/public/fourier/fourier-alt-boldita.afm + texmf-dist/fonts/afm/public/fourier/fourier-alt-ita.afm + texmf-dist/fonts/afm/public/fourier/fourier-alt-semi.afm + texmf-dist/fonts/afm/public/fourier/fourier-alt-semiita.afm + texmf-dist/fonts/afm/public/fourier/fourier-alt.afm + texmf-dist/fonts/afm/public/fourier/fourier-bb.afm + texmf-dist/fonts/afm/public/fourier/fourier-mcl.afm + texmf-dist/fonts/afm/public/fourier/fourier-mex.afm + texmf-dist/fonts/afm/public/fourier/fourier-ml.afm + texmf-dist/fonts/afm/public/fourier/fourier-mlb.afm + texmf-dist/fonts/afm/public/fourier/fourier-mlit.afm + texmf-dist/fonts/afm/public/fourier/fourier-mlitb.afm + texmf-dist/fonts/afm/public/fourier/fourier-ms.afm + texmf-dist/fonts/afm/public/fourier/fourier-orns.afm + texmf-dist/fonts/map/dvips/fourier/fourier-utopia-expert.map + texmf-dist/fonts/map/dvips/fourier/fourier.map + texmf-dist/fonts/tfm/public/fourier/fourier-alt-black.tfm + texmf-dist/fonts/tfm/public/fourier/fourier-alt-bold-sl.tfm + texmf-dist/fonts/tfm/public/fourier/fourier-alt-bold.tfm + texmf-dist/fonts/tfm/public/fourier/fourier-alt-boldita.tfm + texmf-dist/fonts/tfm/public/fourier/fourier-alt-ita.tfm + texmf-dist/fonts/tfm/public/fourier/fourier-alt-semi-sl.tfm + texmf-dist/fonts/tfm/public/fourier/fourier-alt-semi.tfm + texmf-dist/fonts/tfm/public/fourier/fourier-alt-semiita.tfm + texmf-dist/fonts/tfm/public/fourier/fourier-alt-sl.tfm + texmf-dist/fonts/tfm/public/fourier/fourier-alt.tfm + texmf-dist/fonts/tfm/public/fourier/fourier-bb.tfm + texmf-dist/fonts/tfm/public/fourier/fourier-mcl.tfm + texmf-dist/fonts/tfm/public/fourier/fourier-mex.tfm + texmf-dist/fonts/tfm/public/fourier/fourier-ml.tfm + texmf-dist/fonts/tfm/public/fourier/fourier-mlb.tfm + texmf-dist/fonts/tfm/public/fourier/fourier-mlit.tfm + texmf-dist/fonts/tfm/public/fourier/fourier-mlitb.tfm + texmf-dist/fonts/tfm/public/fourier/fourier-ms.tfm + texmf-dist/fonts/tfm/public/fourier/fourier-orns.tfm + texmf-dist/fonts/tfm/public/fourier/futb8c.tfm + texmf-dist/fonts/tfm/public/fourier/futb8r.tfm + texmf-dist/fonts/tfm/public/fourier/futb8t.tfm + texmf-dist/fonts/tfm/public/fourier/futb8x.tfm + texmf-dist/fonts/tfm/public/fourier/futb9c.tfm + texmf-dist/fonts/tfm/public/fourier/futb9d.tfm + texmf-dist/fonts/tfm/public/fourier/futb9e.tfm + texmf-dist/fonts/tfm/public/fourier/futbc8t.tfm + texmf-dist/fonts/tfm/public/fourier/futbi8c.tfm + texmf-dist/fonts/tfm/public/fourier/futbi8r.tfm + texmf-dist/fonts/tfm/public/fourier/futbi8t.tfm + texmf-dist/fonts/tfm/public/fourier/futbi8x.tfm + texmf-dist/fonts/tfm/public/fourier/futbi9c.tfm + texmf-dist/fonts/tfm/public/fourier/futbi9d.tfm + texmf-dist/fonts/tfm/public/fourier/futbi9e.tfm + texmf-dist/fonts/tfm/public/fourier/futbo8c.tfm + texmf-dist/fonts/tfm/public/fourier/futbo8r.tfm + texmf-dist/fonts/tfm/public/fourier/futbo8t.tfm + texmf-dist/fonts/tfm/public/fourier/futbo8x.tfm + texmf-dist/fonts/tfm/public/fourier/futbo9c.tfm + texmf-dist/fonts/tfm/public/fourier/futbo9d.tfm + texmf-dist/fonts/tfm/public/fourier/futbo9e.tfm + texmf-dist/fonts/tfm/public/fourier/futboorn.tfm + texmf-dist/fonts/tfm/public/fourier/futborn.tfm + texmf-dist/fonts/tfm/public/fourier/futc8r.tfm + texmf-dist/fonts/tfm/public/fourier/futc8x.tfm + texmf-dist/fonts/tfm/public/fourier/futc9c.tfm + texmf-dist/fonts/tfm/public/fourier/futc9d.tfm + texmf-dist/fonts/tfm/public/fourier/futc9e.tfm + texmf-dist/fonts/tfm/public/fourier/futcorn.tfm + texmf-dist/fonts/tfm/public/fourier/futmi.tfm + texmf-dist/fonts/tfm/public/fourier/futmib.tfm + texmf-dist/fonts/tfm/public/fourier/futmii.tfm + texmf-dist/fonts/tfm/public/fourier/futmiib.tfm + texmf-dist/fonts/tfm/public/fourier/futr8c.tfm + texmf-dist/fonts/tfm/public/fourier/futr8r.tfm + texmf-dist/fonts/tfm/public/fourier/futr8t.tfm + texmf-dist/fonts/tfm/public/fourier/futr8x.tfm + texmf-dist/fonts/tfm/public/fourier/futr9c.tfm + texmf-dist/fonts/tfm/public/fourier/futr9d.tfm + texmf-dist/fonts/tfm/public/fourier/futr9e.tfm + texmf-dist/fonts/tfm/public/fourier/futrc8r.tfm + texmf-dist/fonts/tfm/public/fourier/futrc8t.tfm + texmf-dist/fonts/tfm/public/fourier/futrc9d.tfm + texmf-dist/fonts/tfm/public/fourier/futrc9e.tfm + texmf-dist/fonts/tfm/public/fourier/futrd8r.tfm + texmf-dist/fonts/tfm/public/fourier/futrd8t.tfm + texmf-dist/fonts/tfm/public/fourier/futri8c.tfm + texmf-dist/fonts/tfm/public/fourier/futri8r.tfm + texmf-dist/fonts/tfm/public/fourier/futri8t.tfm + texmf-dist/fonts/tfm/public/fourier/futri8x.tfm + texmf-dist/fonts/tfm/public/fourier/futri9c.tfm + texmf-dist/fonts/tfm/public/fourier/futri9d.tfm + texmf-dist/fonts/tfm/public/fourier/futri9e.tfm + texmf-dist/fonts/tfm/public/fourier/futro8c.tfm + texmf-dist/fonts/tfm/public/fourier/futro8r.tfm + texmf-dist/fonts/tfm/public/fourier/futro8t.tfm + texmf-dist/fonts/tfm/public/fourier/futro8x.tfm + texmf-dist/fonts/tfm/public/fourier/futro9c.tfm + texmf-dist/fonts/tfm/public/fourier/futro9d.tfm + texmf-dist/fonts/tfm/public/fourier/futro9e.tfm + texmf-dist/fonts/tfm/public/fourier/futroorn.tfm + texmf-dist/fonts/tfm/public/fourier/futrorn.tfm + texmf-dist/fonts/tfm/public/fourier/futs8r.tfm + texmf-dist/fonts/tfm/public/fourier/futs8x.tfm + texmf-dist/fonts/tfm/public/fourier/futs9c.tfm + texmf-dist/fonts/tfm/public/fourier/futs9d.tfm + texmf-dist/fonts/tfm/public/fourier/futs9e.tfm + texmf-dist/fonts/tfm/public/fourier/futsc8r.tfm + texmf-dist/fonts/tfm/public/fourier/futsc9d.tfm + texmf-dist/fonts/tfm/public/fourier/futsc9e.tfm + texmf-dist/fonts/tfm/public/fourier/futsi8r.tfm + texmf-dist/fonts/tfm/public/fourier/futsi8x.tfm + texmf-dist/fonts/tfm/public/fourier/futsi9c.tfm + texmf-dist/fonts/tfm/public/fourier/futsi9d.tfm + texmf-dist/fonts/tfm/public/fourier/futsi9e.tfm + texmf-dist/fonts/tfm/public/fourier/futso8r.tfm + texmf-dist/fonts/tfm/public/fourier/futso8x.tfm + texmf-dist/fonts/tfm/public/fourier/futso9c.tfm + texmf-dist/fonts/tfm/public/fourier/futso9d.tfm + texmf-dist/fonts/tfm/public/fourier/futso9e.tfm + texmf-dist/fonts/tfm/public/fourier/futsoorn.tfm + texmf-dist/fonts/tfm/public/fourier/futsorn.tfm + texmf-dist/fonts/tfm/public/fourier/futsy.tfm + texmf-dist/fonts/type1/public/fourier/fourier-alt-black.pfb + texmf-dist/fonts/type1/public/fourier/fourier-alt-bold.pfb + texmf-dist/fonts/type1/public/fourier/fourier-alt-boldita.pfb + texmf-dist/fonts/type1/public/fourier/fourier-alt-ita.pfb + texmf-dist/fonts/type1/public/fourier/fourier-alt-semi.pfb + texmf-dist/fonts/type1/public/fourier/fourier-alt-semiita.pfb + texmf-dist/fonts/type1/public/fourier/fourier-alt.pfb + texmf-dist/fonts/type1/public/fourier/fourier-bb.pfb + texmf-dist/fonts/type1/public/fourier/fourier-mcl.pfb + texmf-dist/fonts/type1/public/fourier/fourier-mex.pfb + texmf-dist/fonts/type1/public/fourier/fourier-ml.pfb + texmf-dist/fonts/type1/public/fourier/fourier-mlb.pfb + texmf-dist/fonts/type1/public/fourier/fourier-mlit.pfb + texmf-dist/fonts/type1/public/fourier/fourier-mlitb.pfb + texmf-dist/fonts/type1/public/fourier/fourier-ms.pfb + texmf-dist/fonts/type1/public/fourier/fourier-orns.pfb + texmf-dist/fonts/vf/public/fourier/futb8c.vf + texmf-dist/fonts/vf/public/fourier/futb8t.vf + texmf-dist/fonts/vf/public/fourier/futb9c.vf + texmf-dist/fonts/vf/public/fourier/futb9d.vf + texmf-dist/fonts/vf/public/fourier/futb9e.vf + texmf-dist/fonts/vf/public/fourier/futbc8t.vf + texmf-dist/fonts/vf/public/fourier/futbi8c.vf + texmf-dist/fonts/vf/public/fourier/futbi8t.vf + texmf-dist/fonts/vf/public/fourier/futbi9c.vf + texmf-dist/fonts/vf/public/fourier/futbi9d.vf + texmf-dist/fonts/vf/public/fourier/futbi9e.vf + texmf-dist/fonts/vf/public/fourier/futbo8c.vf + texmf-dist/fonts/vf/public/fourier/futbo8t.vf + texmf-dist/fonts/vf/public/fourier/futbo9c.vf + texmf-dist/fonts/vf/public/fourier/futbo9d.vf + texmf-dist/fonts/vf/public/fourier/futbo9e.vf + texmf-dist/fonts/vf/public/fourier/futboorn.vf + texmf-dist/fonts/vf/public/fourier/futborn.vf + texmf-dist/fonts/vf/public/fourier/futc9c.vf + texmf-dist/fonts/vf/public/fourier/futc9d.vf + texmf-dist/fonts/vf/public/fourier/futc9e.vf + texmf-dist/fonts/vf/public/fourier/futcorn.vf + texmf-dist/fonts/vf/public/fourier/futmi.vf + texmf-dist/fonts/vf/public/fourier/futmib.vf + texmf-dist/fonts/vf/public/fourier/futmii.vf + texmf-dist/fonts/vf/public/fourier/futmiib.vf + texmf-dist/fonts/vf/public/fourier/futr8c.vf + texmf-dist/fonts/vf/public/fourier/futr8t.vf + texmf-dist/fonts/vf/public/fourier/futr9c.vf + texmf-dist/fonts/vf/public/fourier/futr9d.vf + texmf-dist/fonts/vf/public/fourier/futr9e.vf + texmf-dist/fonts/vf/public/fourier/futrc8t.vf + texmf-dist/fonts/vf/public/fourier/futrc9d.vf + texmf-dist/fonts/vf/public/fourier/futrc9e.vf + texmf-dist/fonts/vf/public/fourier/futrd8t.vf + texmf-dist/fonts/vf/public/fourier/futri8c.vf + texmf-dist/fonts/vf/public/fourier/futri8t.vf + texmf-dist/fonts/vf/public/fourier/futri9c.vf + texmf-dist/fonts/vf/public/fourier/futri9d.vf + texmf-dist/fonts/vf/public/fourier/futri9e.vf + texmf-dist/fonts/vf/public/fourier/futro8c.vf + texmf-dist/fonts/vf/public/fourier/futro8t.vf + texmf-dist/fonts/vf/public/fourier/futro9c.vf + texmf-dist/fonts/vf/public/fourier/futro9d.vf + texmf-dist/fonts/vf/public/fourier/futro9e.vf + texmf-dist/fonts/vf/public/fourier/futroorn.vf + texmf-dist/fonts/vf/public/fourier/futrorn.vf + texmf-dist/fonts/vf/public/fourier/futs9c.vf + texmf-dist/fonts/vf/public/fourier/futs9d.vf + texmf-dist/fonts/vf/public/fourier/futs9e.vf + texmf-dist/fonts/vf/public/fourier/futsc9d.vf + texmf-dist/fonts/vf/public/fourier/futsc9e.vf + texmf-dist/fonts/vf/public/fourier/futsi9c.vf + texmf-dist/fonts/vf/public/fourier/futsi9d.vf + texmf-dist/fonts/vf/public/fourier/futsi9e.vf + texmf-dist/fonts/vf/public/fourier/futso9c.vf + texmf-dist/fonts/vf/public/fourier/futso9d.vf + texmf-dist/fonts/vf/public/fourier/futso9e.vf + texmf-dist/fonts/vf/public/fourier/futsoorn.vf + texmf-dist/fonts/vf/public/fourier/futsorn.vf + texmf-dist/fonts/vf/public/fourier/futsy.vf + texmf-dist/tex/latex/fourier/fmlfutm.fd + texmf-dist/tex/latex/fourier/fmlfutmi.fd + texmf-dist/tex/latex/fourier/fmsfutm.fd + texmf-dist/tex/latex/fourier/fmxfutm.fd + texmf-dist/tex/latex/fourier/fourier-orns.sty + texmf-dist/tex/latex/fourier/fourier.sty + texmf-dist/tex/latex/fourier/t1futj.fd + texmf-dist/tex/latex/fourier/t1futs.fd + texmf-dist/tex/latex/fourier/t1futx.fd + texmf-dist/tex/latex/fourier/ts1futj.fd + texmf-dist/tex/latex/fourier/ts1futs.fd + texmf-dist/tex/latex/fourier/ts1futx.fd + texmf-dist/tex/latex/fourier/ufuts.fd +catalogue-ctan /fonts/fourier-GUT +catalogue-date 2008-12-13 14:57:21 +0100 +catalogue-license lppl +catalogue-version 1.3 + +name fouriernc +category Package +revision 15878 +shortdesc Use New Century Schoolbook text with Fourier maths fonts. +longdesc This package provides a LaTeX mathematics font setup for use +longdesc with New Century Schoolbook text. In order to use it you need +longdesc to have the Fourier-GUTenberg fonts installed. +docfiles size=38 + texmf-dist/doc/fonts/fouriernc/README details="Readme" + texmf-dist/doc/fonts/fouriernc/build-fouriernc.tex + texmf-dist/doc/fonts/fouriernc/mathit.mtx + texmf-dist/doc/fonts/fouriernc/mathsy.mtx + texmf-dist/doc/fonts/fouriernc/omlgutop.etx + texmf-dist/doc/fonts/fouriernc/omsgutop.etx + texmf-dist/doc/fonts/fouriernc/setxheight.mtx + texmf-dist/doc/fonts/fouriernc/specialkernings.mtx + texmf-dist/doc/fonts/fouriernc/specialkerningsital.mtx + texmf-dist/doc/fonts/fouriernc/test_fouriernc.pdf details="FourierNC test example:" + texmf-dist/doc/fonts/fouriernc/unset0.mtx + texmf-dist/doc/fonts/fouriernc/unset0A.mtx + texmf-dist/doc/fonts/fouriernc/unsetAlph.mtx + texmf-dist/doc/fonts/fouriernc/unsetUCgreek.mtx + texmf-dist/doc/fonts/fouriernc/unsetfontparams.mtx + texmf-dist/doc/fonts/fouriernc/unsetmu.mtx + texmf-dist/doc/fonts/fouriernc/unsetpar.mtx + texmf-dist/doc/fonts/fouriernc/zrmhax.mtx + texmf-dist/doc/fonts/fouriernc/zrykernx.mtx +runfiles size=35 + texmf-dist/fonts/afm/public/fouriernc/fourier-mcl.afm + texmf-dist/fonts/afm/public/fouriernc/fourier-ml.afm + texmf-dist/fonts/afm/public/fouriernc/fourier-mlb.afm + texmf-dist/fonts/afm/public/fouriernc/fourier-mlit.afm + texmf-dist/fonts/afm/public/fouriernc/fourier-mlitb.afm + texmf-dist/fonts/afm/public/fouriernc/fourier-ms.afm + texmf-dist/fonts/afm/public/fouriernc/pncb8a.afm + texmf-dist/fonts/afm/public/fouriernc/pncbi8a.afm + texmf-dist/fonts/afm/public/fouriernc/pncr8a.afm + texmf-dist/fonts/afm/public/fouriernc/pncri8a.afm + texmf-dist/fonts/tfm/public/fouriernc/fncmi.tfm + texmf-dist/fonts/tfm/public/fouriernc/fncmib.tfm + texmf-dist/fonts/tfm/public/fouriernc/fncmii.tfm + texmf-dist/fonts/tfm/public/fouriernc/fncmiib.tfm + texmf-dist/fonts/tfm/public/fouriernc/fncsy.tfm + texmf-dist/fonts/vf/public/fouriernc/fncmi.vf + texmf-dist/fonts/vf/public/fouriernc/fncmib.vf + texmf-dist/fonts/vf/public/fouriernc/fncmii.vf + texmf-dist/fonts/vf/public/fouriernc/fncmiib.vf + texmf-dist/fonts/vf/public/fouriernc/fncsy.vf + texmf-dist/tex/latex/fouriernc/fmlfncm.fd + texmf-dist/tex/latex/fouriernc/fmlfncmi.fd + texmf-dist/tex/latex/fouriernc/fmsfncm.fd + texmf-dist/tex/latex/fouriernc/fouriernc.sty + texmf-dist/tex/latex/fouriernc/t1fnc.fd + texmf-dist/tex/latex/fouriernc/ts1fnc.fd +catalogue-ctan /fonts/fouriernc +catalogue-date 2008-08-19 20:38:14 +0200 +catalogue-license lppl +catalogue-version 1.0 + +name fp +category Package +revision 15878 +shortdesc Fixed point arithmetic. +longdesc An extensive collection of arithmetic operations for fixed +longdesc point real numbers of high precision. +docfiles size=6 + texmf-dist/doc/latex/fp/README + texmf-dist/doc/latex/fp/fp.tex +runfiles size=37 + texmf-dist/tex/latex/fp/defpattern.sty + texmf-dist/tex/latex/fp/fp-addons.sty + texmf-dist/tex/latex/fp/fp-basic.sty + texmf-dist/tex/latex/fp/fp-eqn.sty + texmf-dist/tex/latex/fp/fp-eval.sty + texmf-dist/tex/latex/fp/fp-exp.sty + texmf-dist/tex/latex/fp/fp-pas.sty + texmf-dist/tex/latex/fp/fp-random.sty + texmf-dist/tex/latex/fp/fp-snap.sty + texmf-dist/tex/latex/fp/fp-trigo.sty + texmf-dist/tex/latex/fp/fp-upn.sty + texmf-dist/tex/latex/fp/fp.sty + texmf-dist/tex/latex/fp/lfp.sty + texmf-dist/tex/plain/fp/fp.tex +catalogue-ctan /macros/latex/contrib/fp +catalogue-date 2009-09-26 11:43:36 +0200 +catalogue-license lppl + +name fpl +category Package +revision 15878 +shortdesc SC and OsF fonts for URW Palladio L +longdesc The FPL Fonts provide a set of SC/OsF fonts for URW Palladio L +longdesc which are compatible with respect to metrics with the Palatino +longdesc SC/OsF fonts from Adobe. Note that it is not my aim to exactly +longdesc reproduce the outlines of the original Adobe fonts. The SC and +longdesc OsF in the FPL Fonts were designed with the glyphs from URW +longdesc Palladio L as starting point. For some glyphs (e.g. 'o') I got +longdesc the best result by scaling and boldening. For others (e.g. 'h') +longdesc shifting selected portions of the character gave more +longdesc satisfying results. All this was done using the free font +longdesc editor FontForge. The kerning data in these fonts comes from +longdesc Walter Schmidt's improved Palatino metrics. LaTeX use is +longdesc enabled by the mathpazo package, which is part of the psnfss +longdesc distribution. +docfiles size=6 + texmf-dist/doc/fonts/fpl/COPYING + texmf-dist/doc/fonts/fpl/README details="Readme" +srcfiles size=63 + texmf-dist/source/fonts/fpl/AddException + texmf-dist/source/fonts/fpl/AddGPL + texmf-dist/source/fonts/fpl/Makefile + texmf-dist/source/fonts/fpl/Palladio-BoldItalicOsF.sfd + texmf-dist/source/fonts/fpl/Palladio-BoldOsF.sfd + texmf-dist/source/fonts/fpl/Palladio-ItalicOsF.sfd + texmf-dist/source/fonts/fpl/Palladio-SC.sfd + texmf-dist/source/fonts/fpl/README + texmf-dist/source/fonts/fpl/TeXPalladioL-BoldItalicOsF.pe + texmf-dist/source/fonts/fpl/TeXPalladioL-BoldOsF.pe + texmf-dist/source/fonts/fpl/TeXPalladioL-ItalicOsF.pe + texmf-dist/source/fonts/fpl/TeXPalladioL-SC.pe + texmf-dist/source/fonts/fpl/URW-OtherSubrs.ps +runfiles size=180 + texmf-dist/fonts/afm/public/fpl/fplbij8a.afm + texmf-dist/fonts/afm/public/fpl/fplbj8a.afm + texmf-dist/fonts/afm/public/fpl/fplrc8a.afm + texmf-dist/fonts/afm/public/fpl/fplrij8a.afm + texmf-dist/fonts/afm/public/fpl/pplb9d-kern.afm + texmf-dist/fonts/afm/public/fpl/pplbi9d-kern.afm + texmf-dist/fonts/afm/public/fpl/pplrc9d-kern.afm + texmf-dist/fonts/afm/public/fpl/pplri9d-kern.afm + texmf-dist/fonts/type1/public/fpl/fplbij8a.pfb + texmf-dist/fonts/type1/public/fpl/fplbij8a.pfm + texmf-dist/fonts/type1/public/fpl/fplbj8a.pfb + texmf-dist/fonts/type1/public/fpl/fplbj8a.pfm + texmf-dist/fonts/type1/public/fpl/fplrc8a.pfb + texmf-dist/fonts/type1/public/fpl/fplrc8a.pfm + texmf-dist/fonts/type1/public/fpl/fplrij8a.pfb + texmf-dist/fonts/type1/public/fpl/fplrij8a.pfm +catalogue-ctan /fonts/fpl +catalogue-date 2007-09-28 22:20:10 +0200 +catalogue-license gpl +catalogue-version 1.002 + +name fragmaster +category Package +revision 15878 +shortdesc Using psfrag with PDFLaTeX. +longdesc Fragmaster enables you to use psfrag with PDFLaTeX. It takes +longdesc EPS files and psfrag substitution definition files, and +longdesc produces PDF and EPS files with the substitutions included. +depend fragmaster.ARCH +docfiles size=71 + texmf-dist/doc/support/fragmaster/AUTHORS + texmf-dist/doc/support/fragmaster/COPYING + texmf-dist/doc/support/fragmaster/CREDITS + texmf-dist/doc/support/fragmaster/README details="Readme (English)" language="en" + texmf-dist/doc/support/fragmaster/README.de details="Readme (German)" language="de" + texmf-dist/doc/support/fragmaster/example/document.pdf + texmf-dist/doc/support/fragmaster/example/document.ps + texmf-dist/doc/support/fragmaster/example/document.tex + texmf-dist/doc/support/fragmaster/example/parabel.eps + texmf-dist/doc/support/fragmaster/example/parabel.pdf + texmf-dist/doc/support/fragmaster/example/parabel_fm + texmf-dist/doc/support/fragmaster/example/parabel_fm.eps + texmf-dist/doc/support/fragmaster/example/parabel_fm.gp + texmf-dist/doc/support/fragmaster/example/parabel_fm.pdf +runfiles size=2 + texmf-dist/scripts/fragmaster/fragmaster.pl +catalogue-ctan /support/fragmaster +catalogue-date 2009-03-25 09:00:42 +0100 +catalogue-license gpl + +name fragmaster.alpha-linux +category Package +revision 15878 +shortdesc alpha-linux files of fragmaster +binfiles arch=alpha-linux size=1 + bin/alpha-linux/fragmaster + +name fragmaster.i386-cygwin +category Package +revision 15878 +shortdesc i386-cygwin files of fragmaster +binfiles arch=i386-cygwin size=1 + bin/i386-cygwin/fragmaster + +name fragmaster.i386-linux +category Package +revision 15878 +shortdesc i386-linux files of fragmaster +binfiles arch=i386-linux size=1 + bin/i386-linux/fragmaster + +name fragmaster.i386-netbsd +category Package +revision 15878 +shortdesc i386-netbsd files of fragmaster +binfiles arch=i386-netbsd size=1 + bin/i386-netbsd/fragmaster + +name fragmaster.i386-solaris +category Package +revision 15878 +shortdesc i386-solaris files of fragmaster +binfiles arch=i386-solaris size=1 + bin/i386-solaris/fragmaster + +name fragmaster.mips-irix +category Package +revision 15878 +shortdesc mips-irix files of fragmaster +binfiles arch=mips-irix size=1 + bin/mips-irix/fragmaster + +name fragmaster.powerpc-aix +category Package +revision 15878 +shortdesc powerpc-aix files of fragmaster +binfiles arch=powerpc-aix size=1 + bin/powerpc-aix/fragmaster + +name fragmaster.powerpc-linux +category Package +revision 15878 +shortdesc powerpc-linux files of fragmaster +binfiles arch=powerpc-linux size=1 + bin/powerpc-linux/fragmaster + +name fragmaster.sparc-linux +category Package +revision 15878 +shortdesc sparc-linux files of fragmaster +binfiles arch=sparc-linux size=1 + bin/sparc-linux/fragmaster + +name fragmaster.sparc-solaris +category Package +revision 15878 +shortdesc sparc-solaris files of fragmaster +binfiles arch=sparc-solaris size=1 + bin/sparc-solaris/fragmaster + +name fragmaster.universal-darwin +category Package +revision 15878 +shortdesc universal-darwin files of fragmaster +binfiles arch=universal-darwin size=1 + bin/universal-darwin/fragmaster + +name fragmaster.win32 +category Package +revision 15878 +shortdesc win32 files of fragmaster +binfiles arch=win32 size=1 + bin/win32/fragmaster.exe + +name fragmaster.x86_64-linux +category Package +revision 15878 +shortdesc x86_64-linux files of fragmaster +binfiles arch=x86_64-linux size=1 + bin/x86_64-linux/fragmaster + +name fragments +category Package +revision 15878 +shortdesc Fragments of LaTeX code. +longdesc A collection of fragments of LaTeX code, suitable for inclusion +longdesc in packages, or (possibly) in users' documents. Included are: - +longdesc checklab, for modifying the label checking code at +longdesc \end{document}; - overrightarrow, defining a doubled over-arrow +longdesc macro; - removefr, for removing 'reset' relations between +longdesc counters; and - subscript, defining a \textsubscript command. +docfiles size=1 + texmf-dist/doc/latex/fragments/README +runfiles size=4 + texmf-dist/tex/latex/fragments/checklab.tex + texmf-dist/tex/latex/fragments/overrightarrow.sty + texmf-dist/tex/latex/fragments/removefr.tex + texmf-dist/tex/latex/fragments/subscript.sty +catalogue-ctan /macros/latex/contrib/fragments +catalogue-date 2009-01-16 17:12:15 +0100 +catalogue-license collection + +name frankenstein +category Package +revision 15878 +shortdesc A collection of LaTeX packages. +longdesc Frankenstein is a bundle of LaTeX packages serving various +longdesc purposes and a BibTeX bibliography style. Descriptions are +longdesc given under the individual packages: abbrevs, achicago package, +longdesc achicago bibstyle, attrib, blkcntrl, compsci, dialogue, lips, +longdesc moredefs, newclude, slemph, titles. +docfiles size=658 + texmf-dist/doc/latex/frankenstein/ChangeLog + texmf-dist/doc/latex/frankenstein/Frankenfile + texmf-dist/doc/latex/frankenstein/INSTALL + texmf-dist/doc/latex/frankenstein/README details="Bundle README" + texmf-dist/doc/latex/frankenstein/abbrevs.pdf + texmf-dist/doc/latex/frankenstein/abbrevs.tex + texmf-dist/doc/latex/frankenstein/achicago-bst.pdf + texmf-dist/doc/latex/frankenstein/achicago-bst.tex + texmf-dist/doc/latex/frankenstein/achicago-bst.ver + texmf-dist/doc/latex/frankenstein/achicago.bsq + texmf-dist/doc/latex/frankenstein/achicago.pdf + texmf-dist/doc/latex/frankenstein/achicago.tex + texmf-dist/doc/latex/frankenstein/attrib.pdf + texmf-dist/doc/latex/frankenstein/attrib.tex + texmf-dist/doc/latex/frankenstein/blkcntrl.pdf + texmf-dist/doc/latex/frankenstein/blkcntrl.tex + texmf-dist/doc/latex/frankenstein/compsci.pdf + texmf-dist/doc/latex/frankenstein/compsci.tex + texmf-dist/doc/latex/frankenstein/dialogue.pdf + texmf-dist/doc/latex/frankenstein/dialogue.tex + texmf-dist/doc/latex/frankenstein/lips.pdf + texmf-dist/doc/latex/frankenstein/lips.tex + texmf-dist/doc/latex/frankenstein/moredefs.pdf + texmf-dist/doc/latex/frankenstein/moredefs.tex + texmf-dist/doc/latex/frankenstein/newclude.pdf + texmf-dist/doc/latex/frankenstein/newclude.tex + texmf-dist/doc/latex/frankenstein/slemph.pdf + texmf-dist/doc/latex/frankenstein/slemph.tex + texmf-dist/doc/latex/frankenstein/titles.pdf + texmf-dist/doc/latex/frankenstein/titles.tex + texmf-dist/doc/latex/frankenstein/unsupported/README-unsupported + texmf-dist/doc/latex/frankenstein/unsupported/bits.cfg + texmf-dist/doc/latex/frankenstein/unsupported/bits.ins + texmf-dist/doc/latex/frankenstein/unsupported/bits.pdf + texmf-dist/doc/latex/frankenstein/unsupported/bits.sty + texmf-dist/doc/latex/frankenstein/unsupported/bits.tex + texmf-dist/doc/latex/frankenstein/unsupported/drama.ins + texmf-dist/doc/latex/frankenstein/unsupported/drama.pdf + texmf-dist/doc/latex/frankenstein/unsupported/drama.sty + texmf-dist/doc/latex/frankenstein/unsupported/drama.tex + texmf-dist/doc/latex/frankenstein/unsupported/includex-test.tex + texmf-dist/doc/latex/frankenstein/unsupported/includex.ins + texmf-dist/doc/latex/frankenstein/unsupported/includex.pdf + texmf-dist/doc/latex/frankenstein/unsupported/includex.sty + texmf-dist/doc/latex/frankenstein/unsupported/includex.tex +srcfiles size=15 + texmf-dist/source/latex/frankenstein/Makefile + texmf-dist/source/latex/frankenstein/abbrevs.ins + texmf-dist/source/latex/frankenstein/achicago-bst.ins + texmf-dist/source/latex/frankenstein/achicago.ins + texmf-dist/source/latex/frankenstein/attrib.ins + texmf-dist/source/latex/frankenstein/blkcntrl.ins + texmf-dist/source/latex/frankenstein/compsci.ins + texmf-dist/source/latex/frankenstein/dialogue.ins + texmf-dist/source/latex/frankenstein/lips.ins + texmf-dist/source/latex/frankenstein/moredefs.ins + texmf-dist/source/latex/frankenstein/newclude.ins + texmf-dist/source/latex/frankenstein/slemph.ins + texmf-dist/source/latex/frankenstein/titles.ins +runfiles size=191 + texmf-dist/bibtex/bib/frankenstein/frankenstein.bib + texmf-dist/bibtex/bst/frankenstein/achicago.bst + texmf-dist/tex/latex/frankenstein/abbrevs.cfg + texmf-dist/tex/latex/frankenstein/abbrevs.stq + texmf-dist/tex/latex/frankenstein/abbrevs.sty + texmf-dist/tex/latex/frankenstein/achicago.stq + texmf-dist/tex/latex/frankenstein/achicago.sty + texmf-dist/tex/latex/frankenstein/allocate.sto + texmf-dist/tex/latex/frankenstein/attrib.stq + texmf-dist/tex/latex/frankenstein/attrib.sty + texmf-dist/tex/latex/frankenstein/blkcntrl.stq + texmf-dist/tex/latex/frankenstein/blkcntrl.sty + texmf-dist/tex/latex/frankenstein/compsci.cfg + texmf-dist/tex/latex/frankenstein/compsci.stq + texmf-dist/tex/latex/frankenstein/compsci.sty + texmf-dist/tex/latex/frankenstein/dialogue.stq + texmf-dist/tex/latex/frankenstein/dialogue.sty + texmf-dist/tex/latex/frankenstein/lips.stq + texmf-dist/tex/latex/frankenstein/lips.sty + texmf-dist/tex/latex/frankenstein/moredefs.stq + texmf-dist/tex/latex/frankenstein/moredefs.sty + texmf-dist/tex/latex/frankenstein/newclude.stq + texmf-dist/tex/latex/frankenstein/newclude.sty + texmf-dist/tex/latex/frankenstein/simple.sto + texmf-dist/tex/latex/frankenstein/slemph.cfg + texmf-dist/tex/latex/frankenstein/slemph.stq + texmf-dist/tex/latex/frankenstein/slemph.sty + texmf-dist/tex/latex/frankenstein/tag.sto + texmf-dist/tex/latex/frankenstein/titles.cfg + texmf-dist/tex/latex/frankenstein/titles.stq + texmf-dist/tex/latex/frankenstein/titles.sty +catalogue-ctan /macros/latex/contrib/frankenstein +catalogue-date 2008-08-19 20:38:14 +0200 +catalogue-license gpl + +name frcursive +category Package +revision 15878 +shortdesc French cursive hand fonts. +longdesc A hand-writing font in the style of the French academic +longdesc running-hand. The font is written in Metafont. An NFSS font +longdesc description and a supporting LaTeX package are provided. +docfiles size=27 + texmf-dist/doc/fonts/frcursive/COPYING + texmf-dist/doc/fonts/frcursive/FILES + texmf-dist/doc/fonts/frcursive/README + texmf-dist/doc/fonts/frcursive/fcsource.tex + texmf-dist/doc/fonts/frcursive/figs.tex + texmf-dist/doc/fonts/frcursive/latex/Makefile + texmf-dist/doc/fonts/frcursive/lttst.tex + texmf-dist/doc/fonts/frcursive/mf/Makefile + texmf-dist/doc/fonts/frcursive/mkdrv.sh + texmf-dist/doc/fonts/frcursive/test/Makefile + texmf-dist/doc/fonts/frcursive/tfc.tex + texmf-dist/doc/fonts/frcursive/txt-en.tex + texmf-dist/doc/fonts/frcursive/txt-fr.tex +srcfiles size=5 + texmf-dist/source/fonts/frcursive/Makefile + texmf-dist/source/fonts/frcursive/frcursive.dtx + texmf-dist/source/fonts/frcursive/frcursive.ins +runfiles size=107 + texmf-dist/fonts/source/public/frcursive/frca10.mf + texmf-dist/fonts/source/public/frcursive/frcbx10.mf + texmf-dist/fonts/source/public/frcursive/frcbx11.mf + texmf-dist/fonts/source/public/frcursive/frcbx12.mf + texmf-dist/fonts/source/public/frcursive/frcbx14.mf + texmf-dist/fonts/source/public/frcursive/frcbx17.mf + texmf-dist/fonts/source/public/frcursive/frcbx7.mf + texmf-dist/fonts/source/public/frcursive/frcbx8.mf + texmf-dist/fonts/source/public/frcursive/frcbx9.mf + texmf-dist/fonts/source/public/frcursive/frcc10.mf + texmf-dist/fonts/source/public/frcursive/frcc11.mf + texmf-dist/fonts/source/public/frcursive/frcc12.mf + texmf-dist/fonts/source/public/frcursive/frcc14.mf + texmf-dist/fonts/source/public/frcursive/frcf10.mf + texmf-dist/fonts/source/public/frcursive/frcf11.mf + texmf-dist/fonts/source/public/frcursive/frcf12.mf + texmf-dist/fonts/source/public/frcursive/frcf14.mf + texmf-dist/fonts/source/public/frcursive/frcr10.mf + texmf-dist/fonts/source/public/frcursive/frcr11.mf + texmf-dist/fonts/source/public/frcursive/frcr12.mf + texmf-dist/fonts/source/public/frcursive/frcr14.mf + texmf-dist/fonts/source/public/frcursive/frcr17.mf + texmf-dist/fonts/source/public/frcursive/frcr7.mf + texmf-dist/fonts/source/public/frcursive/frcr8.mf + texmf-dist/fonts/source/public/frcursive/frcr9.mf + texmf-dist/fonts/source/public/frcursive/frcsl10.mf + texmf-dist/fonts/source/public/frcursive/frcsl11.mf + texmf-dist/fonts/source/public/frcursive/frcsl12.mf + texmf-dist/fonts/source/public/frcursive/frcsl14.mf + texmf-dist/fonts/source/public/frcursive/frcsl17.mf + texmf-dist/fonts/source/public/frcursive/frcsl7.mf + texmf-dist/fonts/source/public/frcursive/frcsl8.mf + texmf-dist/fonts/source/public/frcursive/frcsl9.mf + texmf-dist/fonts/source/public/frcursive/frcslbx10.mf + texmf-dist/fonts/source/public/frcursive/frcslbx11.mf + texmf-dist/fonts/source/public/frcursive/frcslbx12.mf + texmf-dist/fonts/source/public/frcursive/frcslbx14.mf + texmf-dist/fonts/source/public/frcursive/frcslbx17.mf + texmf-dist/fonts/source/public/frcursive/frcslbx7.mf + texmf-dist/fonts/source/public/frcursive/frcslbx8.mf + texmf-dist/fonts/source/public/frcursive/frcslbx9.mf + texmf-dist/fonts/source/public/frcursive/frcursive.mf + texmf-dist/fonts/source/public/frcursive/frcw10.mf + texmf-dist/fonts/tfm/public/frcursive/frca10.tfm + texmf-dist/fonts/tfm/public/frcursive/frcbx10.tfm + texmf-dist/fonts/tfm/public/frcursive/frcbx11.tfm + texmf-dist/fonts/tfm/public/frcursive/frcbx12.tfm + texmf-dist/fonts/tfm/public/frcursive/frcbx14.tfm + texmf-dist/fonts/tfm/public/frcursive/frcbx17.tfm + texmf-dist/fonts/tfm/public/frcursive/frcbx7.tfm + texmf-dist/fonts/tfm/public/frcursive/frcbx8.tfm + texmf-dist/fonts/tfm/public/frcursive/frcbx9.tfm + texmf-dist/fonts/tfm/public/frcursive/frcc10.tfm + texmf-dist/fonts/tfm/public/frcursive/frcc11.tfm + texmf-dist/fonts/tfm/public/frcursive/frcc12.tfm + texmf-dist/fonts/tfm/public/frcursive/frcc14.tfm + texmf-dist/fonts/tfm/public/frcursive/frcf10.tfm + texmf-dist/fonts/tfm/public/frcursive/frcf11.tfm + texmf-dist/fonts/tfm/public/frcursive/frcf12.tfm + texmf-dist/fonts/tfm/public/frcursive/frcf14.tfm + texmf-dist/fonts/tfm/public/frcursive/frcr10.tfm + texmf-dist/fonts/tfm/public/frcursive/frcr11.tfm + texmf-dist/fonts/tfm/public/frcursive/frcr12.tfm + texmf-dist/fonts/tfm/public/frcursive/frcr14.tfm + texmf-dist/fonts/tfm/public/frcursive/frcr17.tfm + texmf-dist/fonts/tfm/public/frcursive/frcr7.tfm + texmf-dist/fonts/tfm/public/frcursive/frcr8.tfm + texmf-dist/fonts/tfm/public/frcursive/frcr9.tfm + texmf-dist/fonts/tfm/public/frcursive/frcsl10.tfm + texmf-dist/fonts/tfm/public/frcursive/frcsl11.tfm + texmf-dist/fonts/tfm/public/frcursive/frcsl12.tfm + texmf-dist/fonts/tfm/public/frcursive/frcsl14.tfm + texmf-dist/fonts/tfm/public/frcursive/frcsl17.tfm + texmf-dist/fonts/tfm/public/frcursive/frcsl7.tfm + texmf-dist/fonts/tfm/public/frcursive/frcsl8.tfm + texmf-dist/fonts/tfm/public/frcursive/frcsl9.tfm + texmf-dist/fonts/tfm/public/frcursive/frcslbx10.tfm + texmf-dist/fonts/tfm/public/frcursive/frcslbx11.tfm + texmf-dist/fonts/tfm/public/frcursive/frcslbx12.tfm + texmf-dist/fonts/tfm/public/frcursive/frcslbx14.tfm + texmf-dist/fonts/tfm/public/frcursive/frcslbx17.tfm + texmf-dist/fonts/tfm/public/frcursive/frcslbx7.tfm + texmf-dist/fonts/tfm/public/frcursive/frcslbx8.tfm + texmf-dist/fonts/tfm/public/frcursive/frcslbx9.tfm + texmf-dist/fonts/tfm/public/frcursive/frcw10.tfm + texmf-dist/metapost/frcursive/chars.mp + texmf-dist/tex/latex/frcursive/frcursive.sty + texmf-dist/tex/latex/frcursive/ot1frc.fd + texmf-dist/tex/latex/frcursive/t1frc.fd +catalogue-ctan /fonts/frcursive +catalogue-date 2007-03-04 19:10:32 +0100 +catalogue-license gpl + +name free-math-font-survey +category Package +revision 15878 +shortdesc A survey of available free Mathematics fonts. +longdesc This document is a survey of the free mathematics fonts that +longdesc are available for use with TeX and LaTeX. Examples are provided +longdesc for each font, links to where to obtain the font, and the +longdesc commands for loading the associated LaTeX package. The survey +longdesc is available in both English and Vietnamese. +docfiles size=1061 + texmf-dist/doc/fonts/free-math-font-survey/README + texmf-dist/doc/fonts/free-math-font-survey/images/antpolt.png + texmf-dist/doc/fonts/free-math-font-survey/images/anttor.png + texmf-dist/doc/fonts/free-math-font-survey/images/arev.png + texmf-dist/doc/fonts/free-math-font-survey/images/belleek.png + texmf-dist/doc/fonts/free-math-font-survey/images/chartermd.png + texmf-dist/doc/fonts/free-math-font-survey/images/cm.png + texmf-dist/doc/fonts/free-math-font-survey/images/cmbright.png + texmf-dist/doc/fonts/free-math-font-survey/images/comicsans.png + texmf-dist/doc/fonts/free-math-font-survey/images/concmath.png + texmf-dist/doc/fonts/free-math-font-survey/images/concrete.png + texmf-dist/doc/fonts/free-math-font-survey/images/fourier.png + texmf-dist/doc/fonts/free-math-font-survey/images/fouriernc.png + texmf-dist/doc/fonts/free-math-font-survey/images/garamondmd.png + texmf-dist/doc/fonts/free-math-font-survey/images/iwona.png + texmf-dist/doc/fonts/free-math-font-survey/images/kerkis.png + texmf-dist/doc/fonts/free-math-font-survey/images/kurier.png + texmf-dist/doc/fonts/free-math-font-survey/images/mathpple.png + texmf-dist/doc/fonts/free-math-font-survey/images/mathptmx.png + texmf-dist/doc/fonts/free-math-font-survey/images/mbtimes.png + texmf-dist/doc/fonts/free-math-font-survey/images/millennial.png + texmf-dist/doc/fonts/free-math-font-survey/images/pazo.png + texmf-dist/doc/fonts/free-math-font-survey/images/pxfonts.png + texmf-dist/doc/fonts/free-math-font-survey/images/txfonts.png + texmf-dist/doc/fonts/free-math-font-survey/images/utopiamd.png + texmf-dist/doc/fonts/free-math-font-survey/source/Makefile + texmf-dist/doc/fonts/free-math-font-survey/source/antpolt.tex + texmf-dist/doc/fonts/free-math-font-survey/source/anttor.tex + texmf-dist/doc/fonts/free-math-font-survey/source/arev.tex + texmf-dist/doc/fonts/free-math-font-survey/source/belleek.tex + texmf-dist/doc/fonts/free-math-font-survey/source/chartermd.tex + texmf-dist/doc/fonts/free-math-font-survey/source/cm.tex + texmf-dist/doc/fonts/free-math-font-survey/source/cmbright.tex + texmf-dist/doc/fonts/free-math-font-survey/source/comicsans.tex + texmf-dist/doc/fonts/free-math-font-survey/source/concmath.tex + texmf-dist/doc/fonts/free-math-font-survey/source/concrete.tex + texmf-dist/doc/fonts/free-math-font-survey/source/fixepsbbox + texmf-dist/doc/fonts/free-math-font-survey/source/fourier.tex + texmf-dist/doc/fonts/free-math-font-survey/source/fouriernc.tex + texmf-dist/doc/fonts/free-math-font-survey/source/garamondmd.tex + texmf-dist/doc/fonts/free-math-font-survey/source/iwona.tex + texmf-dist/doc/fonts/free-math-font-survey/source/kerkis.tex + texmf-dist/doc/fonts/free-math-font-survey/source/kurier.tex + texmf-dist/doc/fonts/free-math-font-survey/source/mathpple.tex + texmf-dist/doc/fonts/free-math-font-survey/source/mathptmx.tex + texmf-dist/doc/fonts/free-math-font-survey/source/mbtimes.tex + texmf-dist/doc/fonts/free-math-font-survey/source/millennial.tex + texmf-dist/doc/fonts/free-math-font-survey/source/pazo.tex + texmf-dist/doc/fonts/free-math-font-survey/source/pxfonts.tex + texmf-dist/doc/fonts/free-math-font-survey/source/sampleformat.tex + texmf-dist/doc/fonts/free-math-font-survey/source/survey.lyx + texmf-dist/doc/fonts/free-math-font-survey/source/survey.tex + texmf-dist/doc/fonts/free-math-font-survey/source/textfragment.tex + texmf-dist/doc/fonts/free-math-font-survey/source/txfonts.tex + texmf-dist/doc/fonts/free-math-font-survey/source/utopiamd.tex + texmf-dist/doc/fonts/free-math-font-survey/survey.html details="The survey, as an HTML file" language="en" + texmf-dist/doc/fonts/free-math-font-survey/survey.pdf details="The survey, as a PDF file" language="en" +catalogue-ctan /info/Free_Math_Font_Survey/en +catalogue-date 2008-04-20 19:53:04 +0200 +catalogue-license other-free + +name frenchle +category Package +revision 15878 +shortdesc French macros, usable stand-alone or with Babel. +longdesc This is a light (and free) version of the excellent (shareware) +longdesc French Pro package for LaTeX, a package to typeset French +longdesc documents according to the rules of the "Imprimerie Nationale". +longdesc The package comprises three LaTeX files (plus documentation, +longdesc etc.): frenchle.sty is for use in a French-only document, while +longdesc frenchle.ldf is for use as a babel language file (utilised by +longdesc \usepackage[frenchle]{babel}; note that babel itself no longer +longdesc permits such usage, but the babelfr.sty package in this +longdesc distribution makes it possible). +docfiles size=157 + texmf-dist/doc/latex/frenchle/FAQ.pdf details="Foire aux questions" language="fr" + texmf-dist/doc/latex/frenchle/README.le + texmf-dist/doc/latex/frenchle/frenchle.pdf details="Notice d'utilisation" language="fr" +runfiles size=26 + texmf-dist/tex/latex/frenchle/babelfr.sty + texmf-dist/tex/latex/frenchle/french.ldf + texmf-dist/tex/latex/frenchle/frenchle.cfg + texmf-dist/tex/latex/frenchle/frenchle.ldf + texmf-dist/tex/latex/frenchle/frenchle.sty +catalogue-ctan /language/french/frenchle +catalogue-date 2008-09-05 13:20:03 +0200 +catalogue-license lppl +catalogue-version 5.9993 + +name fribrief +category Package +revision 15878 +shortdesc Two LaTeX classes for writing letters in German. +docfiles size=6 + texmf-dist/doc/latex/fribrief/fribrief.ger details="Description of fribrief class" language="de" + texmf-dist/doc/latex/fribrief/k_fribri.ger details="Description of k-fribri class" language="de" +runfiles size=3 + texmf-dist/tex/latex/fribrief/fribrief.cls + texmf-dist/tex/latex/fribrief/k_fribri.cls +catalogue-ctan /macros/latex/contrib/fribrief +catalogue-date 2009-01-04 11:16:40 +0100 +catalogue-license other-free + +name frletter +category Package +revision 15878 +shortdesc Typeset letters in the French style. +longdesc A small class for typesetting letters in France. No assumption +longdesc is made about the language in use. The class represents a small +longdesc modification of the beletter class, which is itself a +longdesc modification of the standard LaTeX letter class. +docfiles size=1 + texmf-dist/doc/latex/frletter/README details="Readme" +runfiles size=1 + texmf-dist/tex/latex/frletter/frletter.cls +catalogue-ctan /macros/latex/contrib/frletter +catalogue-date 2008-08-19 21:00:04 +0200 +catalogue-license pd + +name frontespizio +category Package +revision 15878 +shortdesc Create a frontispiece for Italian theses. +longdesc Typesetting a frontispiece independently of the layout of the +longdesc main document is difficult. This package provides a solution by +longdesc producing an auxiliary TeX file to be typeset on its own and +longdesc the result is automatically included at the next run. The +longdesc markup necessary for the frontispiece is written in the main +longdesc document in a frontespizio environment. Documentation is mainly +longdesc in Italian, as the style is probably apt only to theses in +longdesc Italy. +docfiles size=72 + texmf-dist/doc/latex/frontespizio/README details="Readme" + texmf-dist/doc/latex/frontespizio/examplea.tex + texmf-dist/doc/latex/frontespizio/exampleb.tex + texmf-dist/doc/latex/frontespizio/examplec.tex + texmf-dist/doc/latex/frontespizio/frontespizio.pdf details="Package documentation" language="it" + texmf-dist/doc/latex/frontespizio/makedoc.sh +srcfiles size=16 + texmf-dist/source/latex/frontespizio/frontespizio.dtx + texmf-dist/source/latex/frontespizio/frontespizio.ins +runfiles size=4 + texmf-dist/tex/latex/frontespizio/frontespizio.sty +catalogue-ctan /macros/latex/contrib/frontespizio +catalogue-date 2009-04-03 17:37:42 +0200 +catalogue-license lppl +catalogue-version 1.1 + +name fullblck +category Package +revision 15878 +shortdesc Left-blocking for letter class. +longdesc Used with the letter documentclass to set the letter in a +longdesc fullblock style (everything at the left margin). +docfiles size=14 + texmf-dist/doc/latex/fullblck/README details="Readme" + texmf-dist/doc/latex/fullblck/fullblck.pdf details="Package documentation" +srcfiles size=3 + texmf-dist/source/latex/fullblck/fullblck.dtx + texmf-dist/source/latex/fullblck/fullblck.dtx.asc +catalogue-ctan /macros/latex/contrib/fullblck +catalogue-date 2008-09-12 11:36:07 +0200 +catalogue-license lppl +catalogue-version 1.03 + +name fullpict +category Package +revision 15878 +shortdesc Full page pictures. +longdesc The package provides picture-mode environments whose size is +longdesc related to the size of the page. The fullpict environment takes +longdesc arguments to specify the dimension of the picture in picture +longdesc mode 'unit lengths'; the value for \unitlength is defined by +longdesc the fact that the picture is to be 90% of \textwidth. Similar +longdesc environments halfpict (half the width of fullpict), and +longdesc scalepict (a given percentage of the width of fullpict), are +longdesc also defined. +docfiles size=2 + texmf-dist/doc/latex/fullpict/fullpict.doc +runfiles size=4 + texmf-dist/tex/latex/fullpict/fullpict.sty +catalogue-ctan /macros/latex/contrib/fullpict +catalogue-date 2008-09-12 21:51:58 +0200 +catalogue-license noinfo + +name functan +category Package +revision 15878 +shortdesc Macros for functional analysis and PDE theory +longdesc This package provides a convenient and coherent way to deal +longdesc with name of functional spaces (mainly Sobolev spaces) in +longdesc functional analysis and PDE theory. It also provides a set of +longdesc macros for dealing with norms, scalar products and convergence +longdesc with some object oriented flavor (it gives the possibility to +longdesc override the standard behavior of norms, ...). +docfiles size=44 + texmf-dist/doc/latex/functan/README details="Readme" + texmf-dist/doc/latex/functan/functan.pdf details="Package documentation" +srcfiles size=12 + texmf-dist/source/latex/functan/functan.drv + texmf-dist/source/latex/functan/functan.dtx + texmf-dist/source/latex/functan/functan.ins +runfiles size=3 + texmf-dist/tex/latex/functan/functan.sty +catalogue-ctan /macros/latex/contrib/functan +catalogue-date 2007-01-07 11:47:19 +0100 +catalogue-license lppl + +name fundus +category Package +revision 15878 +shortdesc Providing LaTeX access to various font families. +longdesc Fonts supported are Peter Vanroose's calligra and handwriting +longdesc fonts, the Washington University cyrillic fonts, the la and lla +longdesc children's handwriting fonts, the Computer Modern outline +longdesc fonts, various 'Star Trek' fonts, Sutterlin and schwell +longdesc handwriting fonts, the twcal calligraphic fonts, and the va +longdesc handwriting fonts. Note that the Washington University fonts +longdesc are now officially supported by LaTeX, as the OT2 encoding. +docfiles size=13 + texmf-dist/doc/latex/fundus/calligra.dvi + texmf-dist/doc/latex/fundus/la.dvi + texmf-dist/doc/latex/fundus/outline.dvi + texmf-dist/doc/latex/fundus/pvscript.dvi + texmf-dist/doc/latex/fundus/startrek.dvi + texmf-dist/doc/latex/fundus/suetterl.dvi + texmf-dist/doc/latex/fundus/twcal.dvi + texmf-dist/doc/latex/fundus/va.dvi +srcfiles size=109 + texmf-dist/source/latex/fundus/calligra.dtx + texmf-dist/source/latex/fundus/calligra.ins + texmf-dist/source/latex/fundus/la.dtx + texmf-dist/source/latex/fundus/la.ins + texmf-dist/source/latex/fundus/outline.dtx + texmf-dist/source/latex/fundus/outline.ins + texmf-dist/source/latex/fundus/pvscript.dtx + texmf-dist/source/latex/fundus/pvscript.ins + texmf-dist/source/latex/fundus/startrek.dtx + texmf-dist/source/latex/fundus/startrek.ins + texmf-dist/source/latex/fundus/startrek.map + texmf-dist/source/latex/fundus/stclass.zip + texmf-dist/source/latex/fundus/stmov.zip + texmf-dist/source/latex/fundus/suetterl.dtx + texmf-dist/source/latex/fundus/suetterl.ins + texmf-dist/source/latex/fundus/tngcril.zip + texmf-dist/source/latex/fundus/tngmon.zip + texmf-dist/source/latex/fundus/tngtit.zip + texmf-dist/source/latex/fundus/twcal.dtx + texmf-dist/source/latex/fundus/twcal.ins + texmf-dist/source/latex/fundus/va.dtx + texmf-dist/source/latex/fundus/va.ins +runfiles size=18 + texmf-dist/tex/latex/fundus/calligra.sty + texmf-dist/tex/latex/fundus/cyr.sty + texmf-dist/tex/latex/fundus/la.sty + texmf-dist/tex/latex/fundus/ot1ocm.fd + texmf-dist/tex/latex/fundus/ot1ocmss.fd + texmf-dist/tex/latex/fundus/ot1ocmtt.fd + texmf-dist/tex/latex/fundus/pvscript.sty + texmf-dist/tex/latex/fundus/startrek.sty + texmf-dist/tex/latex/fundus/suetterl.sty + texmf-dist/tex/latex/fundus/twcal.sty + texmf-dist/tex/latex/fundus/va.sty +catalogue-ctan /macros/latex/contrib/gene/fundus +catalogue-date 2008-09-12 11:49:08 +0200 +catalogue-license other-free + +name g-brief +category Package +revision 15878 +shortdesc Letter document class. +longdesc Designed for formatting formless letters in German; can also be +longdesc used for English (by those who can read the documentation). +longdesc There are LaTeX 2.09 documentstyle and LaTeX 2e class files for +longdesc both an 'old' and a 'new' version of g-brief. +docfiles size=45 + texmf-dist/doc/latex/g-brief/beispiel.pdf details="Example, old version" language="de" + texmf-dist/doc/latex/g-brief/beispiel.tex + texmf-dist/doc/latex/g-brief/beispiel2.pdf details="Example, new version" language="de" + texmf-dist/doc/latex/g-brief/beispiel2.tex + texmf-dist/doc/latex/g-brief/g-brief.pdf details="Package documentation" language="de" +srcfiles size=17 + texmf-dist/source/latex/g-brief/g-brief.drv + texmf-dist/source/latex/g-brief/g-brief.dtx + texmf-dist/source/latex/g-brief/g-brief.ins +runfiles size=11 + texmf-dist/tex/latex/g-brief/g-brief.cls + texmf-dist/tex/latex/g-brief/g-brief.sty + texmf-dist/tex/latex/g-brief/g-brief2.cls + texmf-dist/tex/latex/g-brief/g-brief2.sty +catalogue-ctan /macros/latex/contrib/g-brief +catalogue-date 2009-01-23 15:11:09 +0100 +catalogue-license lppl +catalogue-version 4.0.2 + +name gaceta +category Package +revision 15878 +shortdesc A class to typeset La Gaceta de la RSME. +longdesc The class will typeset papers for <<La Gaceta de la Real +longdesc Sociedad Matematica Espanola>>. +docfiles size=60 + texmf-dist/doc/latex/gaceta/README details="Readme" + texmf-dist/doc/latex/gaceta/plantilla-articulo-de-seccion.pdf details="Example 2: how to write an article" language="es" + texmf-dist/doc/latex/gaceta/plantilla-articulo-de-seccion.tex + texmf-dist/doc/latex/gaceta/plantilla-articulo-suelto.pdf details="Example 1: how to write an article" language="es" + texmf-dist/doc/latex/gaceta/plantilla-articulo-suelto.tex +runfiles size=16 + texmf-dist/tex/latex/gaceta/gaceta.cls +catalogue-ctan /macros/latex/contrib/gaceta +catalogue-date 2008-08-19 21:00:04 +0200 +catalogue-license lppl +catalogue-version 1.06 + +name galois +category Package +revision 15878 +shortdesc Typeset Galois connections. +longdesc The package deals with connections in two-dimensional style, +longdesc optionally in colour. +docfiles size=28 + texmf-dist/doc/latex/galois/README + texmf-dist/doc/latex/galois/galois.pdf details="Package description" +srcfiles size=8 + texmf-dist/source/latex/galois/Makefile + texmf-dist/source/latex/galois/galois.dtx + texmf-dist/source/latex/galois/galois.ins +runfiles size=2 + texmf-dist/tex/latex/galois/galois.sty +catalogue-ctan /macros/latex/contrib/galois +catalogue-date 2006-12-02 11:49:32 +0100 +catalogue-license lppl +catalogue-version 1.5 + +name garamond +category Package +revision 13293 +runfiles size=48 + texmf-dist/fonts/tfm/cg/garamond/cgmb.tfm + texmf-dist/fonts/tfm/cg/garamond/cgmb8t.tfm + texmf-dist/fonts/tfm/cg/garamond/cgmbi.tfm + texmf-dist/fonts/tfm/cg/garamond/cgmbi8t.tfm + texmf-dist/fonts/tfm/cg/garamond/cgmr.tfm + texmf-dist/fonts/tfm/cg/garamond/cgmr8t.tfm + texmf-dist/fonts/tfm/cg/garamond/cgmri.tfm + texmf-dist/fonts/tfm/cg/garamond/cgmri8t.tfm + texmf-dist/fonts/tfm/cg/garamond/gra10u.tfm + texmf-dist/fonts/tfm/cg/garamond/gra6j.tfm + texmf-dist/fonts/tfm/cg/garamond/gra7j.tfm + texmf-dist/fonts/tfm/cg/garamond/gra8u.tfm + texmf-dist/fonts/tfm/cg/garamond/grh10u.tfm + texmf-dist/fonts/tfm/cg/garamond/grh6j.tfm + texmf-dist/fonts/tfm/cg/garamond/grh7j.tfm + texmf-dist/fonts/tfm/cg/garamond/grh8u.tfm + texmf-dist/fonts/tfm/cg/garamond/grk10u.tfm + texmf-dist/fonts/tfm/cg/garamond/grk6j.tfm + texmf-dist/fonts/tfm/cg/garamond/grk7j.tfm + texmf-dist/fonts/tfm/cg/garamond/grk8u.tfm + texmf-dist/fonts/tfm/cg/garamond/grl10u.tfm + texmf-dist/fonts/tfm/cg/garamond/grl6j.tfm + texmf-dist/fonts/tfm/cg/garamond/grl7j.tfm + texmf-dist/fonts/tfm/cg/garamond/grl8u.tfm + texmf-dist/fonts/vf/cg/garamond/cgmb.vf + texmf-dist/fonts/vf/cg/garamond/cgmb8t.vf + texmf-dist/fonts/vf/cg/garamond/cgmbi.vf + texmf-dist/fonts/vf/cg/garamond/cgmbi8t.vf + texmf-dist/fonts/vf/cg/garamond/cgmr.vf + texmf-dist/fonts/vf/cg/garamond/cgmr8t.vf + texmf-dist/fonts/vf/cg/garamond/cgmri.vf + texmf-dist/fonts/vf/cg/garamond/cgmri8t.vf + +name garrigues +category Package +revision 15878 +shortdesc MetaPost macros for the reproduction of Garrigues' Easter nomogram. +longdesc Metapost macros for the reproduction of Garrigues' Easter +longdesc nomogram. These macros are described in Denis Roegel: An +longdesc introduction to nomography: Garrigues' nomogram for the +longdesc computation of Easter, TUGboat (volume 30, number 1, 2009, +longdesc pages 88-104) +docfiles size=2 + texmf-dist/doc/metapost/garrigues/README details="Readme" + texmf-dist/doc/metapost/garrigues/article.txt +runfiles size=9 + texmf-dist/metapost/garrigues/garrigues.mp +catalogue-ctan /graphics/metapost/contrib/macros/garrigues +catalogue-date 2009-08-22 18:09:24 +0200 +catalogue-license lppl + +name garuda-c90 +category Package +revision 15878 +shortdesc TeX support (from CJK) for the garuda font in thailatex +execute addMap garuda-c90.map +srcfiles size=1 + texmf-dist/source/fonts/garuda-c90/garuda-c90.fontinst +runfiles size=6 + texmf-dist/dvips/garuda-c90/config.garuda-c90 + texmf-dist/fonts/map/dvips/garuda-c90/garuda-c90.map + texmf-dist/fonts/tfm/public/garuda-c90/fgdb8z.tfm + texmf-dist/fonts/tfm/public/garuda-c90/fgdbo8z.tfm + texmf-dist/fonts/tfm/public/garuda-c90/fgdo8z.tfm + texmf-dist/fonts/tfm/public/garuda-c90/fgdr8z.tfm + +name gastex +category Package +revision 15878 +shortdesc Graphs and Automata Simplified in TeX. +longdesc GasTeX is a set of LaTeX macros which enable the user to draw +longdesc graphs, automata, nets, diagrams, etc., very easily, in the +longdesc LaTeX picture environment. The package offers no documentation +longdesc (per se), but offers a couple of example files in the +longdesc distribution, and more on its home page. GasTeX generates its +longdesc own PostScript code, and therefore doesn't work directly under +longdesc PDFLaTeX. +docfiles size=6 + texmf-dist/doc/latex/gastex/README details="Package Readme" + texmf-dist/doc/latex/gastex/ex-beamer-gastex.tex + texmf-dist/doc/latex/gastex/ex-gastex.tex +runfiles size=22 + texmf-dist/dvips/gastex/gastex.pro + texmf-dist/tex/latex/gastex/gastex.sty +catalogue-ctan /graphics/gastex +catalogue-date 2007-03-07 00:33:49 +0100 +catalogue-license lppl +catalogue-version 2.8 + +name gatech-thesis +category Package +revision 15878 +shortdesc Georgia Institute of Technology thesis class +longdesc The output generated by using this class has been approved by +longdesc the Georgia Tech Office of Graduate Studies. It satisfies their +longdesc undocumented moving-target requirements in additional to the +longdesc actual documented requirements of the June 2002 Georgia Tech +longdesc Thesis Style Manual, as amended up to 2006. +docfiles size=215 + texmf-dist/doc/latex/gatech-thesis/CHANGES + texmf-dist/doc/latex/gatech-thesis/COMPLIANCE + texmf-dist/doc/latex/gatech-thesis/COPYING + texmf-dist/doc/latex/gatech-thesis/ChangeLog + texmf-dist/doc/latex/gatech-thesis/INSTALL + texmf-dist/doc/latex/gatech-thesis/MANIFEST + texmf-dist/doc/latex/gatech-thesis/NEWS + texmf-dist/doc/latex/gatech-thesis/NOTES + texmf-dist/doc/latex/gatech-thesis/README + texmf-dist/doc/latex/gatech-thesis/TODO + texmf-dist/doc/latex/gatech-thesis/example-thesis.ps.gz + texmf-dist/doc/latex/gatech-thesis/example-thesis.tex + texmf-dist/doc/latex/gatech-thesis/julesverne/README + texmf-dist/doc/latex/gatech-thesis/julesverne/basic/CLEAN.bat + texmf-dist/doc/latex/gatech-thesis/julesverne/basic/CLEAN.sh + texmf-dist/doc/latex/gatech-thesis/julesverne/basic/DO_pdf.bat + texmf-dist/doc/latex/gatech-thesis/julesverne/basic/DO_pdf.sh + texmf-dist/doc/latex/gatech-thesis/julesverne/basic/DO_postscript.bat + texmf-dist/doc/latex/gatech-thesis/julesverne/basic/DO_postscript.sh + texmf-dist/doc/latex/gatech-thesis/julesverne/basic/MANIFEST + texmf-dist/doc/latex/gatech-thesis/julesverne/basic/README + texmf-dist/doc/latex/gatech-thesis/julesverne/basic/jules-verne-ack.tex + texmf-dist/doc/latex/gatech-thesis/julesverne/basic/jules-verne-bib.bib + texmf-dist/doc/latex/gatech-thesis/julesverne/basic/jules-verne-chapter1.tex + texmf-dist/doc/latex/gatech-thesis/julesverne/basic/jules-verne-chapter2.tex + texmf-dist/doc/latex/gatech-thesis/julesverne/basic/jules-verne-chapter3.tex + texmf-dist/doc/latex/gatech-thesis/julesverne/basic/jules-verne-chapter4.tex + texmf-dist/doc/latex/gatech-thesis/julesverne/basic/jules-verne-chapter5.tex + texmf-dist/doc/latex/gatech-thesis/julesverne/basic/jules-verne-dedication.tex + texmf-dist/doc/latex/gatech-thesis/julesverne/basic/jules-verne-summary.tex + texmf-dist/doc/latex/gatech-thesis/julesverne/basic/jules-verne-test.eps + texmf-dist/doc/latex/gatech-thesis/julesverne/basic/jules-verne-test.pdf + texmf-dist/doc/latex/gatech-thesis/julesverne/basic/jules-verne-vita.tex + texmf-dist/doc/latex/gatech-thesis/julesverne/basic/jules-verne.pdf + texmf-dist/doc/latex/gatech-thesis/julesverne/basic/jules-verne.ps.gz + texmf-dist/doc/latex/gatech-thesis/julesverne/basic/jules-verne.tex + texmf-dist/doc/latex/gatech-thesis/julesverne/bellswhistles/CLEAN.bat + texmf-dist/doc/latex/gatech-thesis/julesverne/bellswhistles/CLEAN.sh + texmf-dist/doc/latex/gatech-thesis/julesverne/bellswhistles/DO_pdf.bat + texmf-dist/doc/latex/gatech-thesis/julesverne/bellswhistles/DO_pdf.sh + texmf-dist/doc/latex/gatech-thesis/julesverne/bellswhistles/DO_postscript.bat + texmf-dist/doc/latex/gatech-thesis/julesverne/bellswhistles/DO_postscript.sh + texmf-dist/doc/latex/gatech-thesis/julesverne/bellswhistles/MANIFEST + texmf-dist/doc/latex/gatech-thesis/julesverne/bellswhistles/README + texmf-dist/doc/latex/gatech-thesis/julesverne/bellswhistles/code/crc16.c + texmf-dist/doc/latex/gatech-thesis/julesverne/bellswhistles/code/crc32-thehardway.java + texmf-dist/doc/latex/gatech-thesis/julesverne/bellswhistles/code/crc32.c + texmf-dist/doc/latex/gatech-thesis/julesverne/bellswhistles/code/crc32.cxx + texmf-dist/doc/latex/gatech-thesis/julesverne/bellswhistles/code/crc32.java + texmf-dist/doc/latex/gatech-thesis/julesverne/bellswhistles/code/crc8.m + texmf-dist/doc/latex/gatech-thesis/julesverne/bellswhistles/fig/jules-verne-test.eps + texmf-dist/doc/latex/gatech-thesis/julesverne/bellswhistles/fig/jules-verne-test.pdf + texmf-dist/doc/latex/gatech-thesis/julesverne/bellswhistles/hack-applabel.tex + texmf-dist/doc/latex/gatech-thesis/julesverne/bellswhistles/hack-chaplabel.tex + texmf-dist/doc/latex/gatech-thesis/julesverne/bellswhistles/hack-part.tex + texmf-dist/doc/latex/gatech-thesis/julesverne/bellswhistles/jules-verne-ack.tex + texmf-dist/doc/latex/gatech-thesis/julesverne/bellswhistles/jules-verne-bib.bib + texmf-dist/doc/latex/gatech-thesis/julesverne/bellswhistles/jules-verne-chapter1.tex + texmf-dist/doc/latex/gatech-thesis/julesverne/bellswhistles/jules-verne-chapter2.tex + texmf-dist/doc/latex/gatech-thesis/julesverne/bellswhistles/jules-verne-chapter3.tex + texmf-dist/doc/latex/gatech-thesis/julesverne/bellswhistles/jules-verne-chapter4.tex + texmf-dist/doc/latex/gatech-thesis/julesverne/bellswhistles/jules-verne-chapter5.tex + texmf-dist/doc/latex/gatech-thesis/julesverne/bellswhistles/jules-verne-dedication.tex + texmf-dist/doc/latex/gatech-thesis/julesverne/bellswhistles/jules-verne-gloss.bib + texmf-dist/doc/latex/gatech-thesis/julesverne/bellswhistles/jules-verne-losa.bib + texmf-dist/doc/latex/gatech-thesis/julesverne/bellswhistles/jules-verne-programs.tex + texmf-dist/doc/latex/gatech-thesis/julesverne/bellswhistles/jules-verne-summary.tex + texmf-dist/doc/latex/gatech-thesis/julesverne/bellswhistles/jules-verne-vita.tex + texmf-dist/doc/latex/gatech-thesis/julesverne/bellswhistles/jules-verne.sty + texmf-dist/doc/latex/gatech-thesis/julesverne/bellswhistles/jules-verne.tex + texmf-dist/doc/latex/gatech-thesis/julesverne/bellswhistles/textcompfix.sty + texmf-dist/doc/latex/gatech-thesis/julesverne/bellswhistles/textcompsym.sty +runfiles size=41 + texmf-dist/bibtex/bib/gatech-thesis/example-thesis.bib + texmf-dist/bibtex/bst/gatech-thesis/gatech-thesis-losa.bst + texmf-dist/bibtex/bst/gatech-thesis/gatech-thesis.bst + texmf-dist/makeindex/gatech-thesis/gatech-thesis-index.ist + texmf-dist/tex/latex/gatech-thesis/gatech-thesis-gloss.sty + texmf-dist/tex/latex/gatech-thesis/gatech-thesis-index.sty + texmf-dist/tex/latex/gatech-thesis/gatech-thesis-losa.sty + texmf-dist/tex/latex/gatech-thesis/gatech-thesis-patch.sty + texmf-dist/tex/latex/gatech-thesis/gatech-thesis.cls +catalogue-ctan /macros/latex/contrib/gatech-thesis +catalogue-date 2006-12-11 14:57:52 +0100 +catalogue-license gpl +catalogue-version 1.6e + +name gauss +category Package +revision 15878 +shortdesc A package for Gaussian operations. +longdesc The gauss package provides configurable tools for producing row +longdesc and column operations on matrices a.k.a. Gaussian operations. +docfiles size=26 + texmf-dist/doc/latex/gauss/gauss-doc.dvi + texmf-dist/doc/latex/gauss/gauss-ex.dvi + texmf-dist/doc/latex/gauss/gauss-ex.tex + texmf-dist/doc/latex/gauss/readme.txt +runfiles size=16 + texmf-dist/tex/latex/gauss/gauss.sty +catalogue-ctan /macros/latex/contrib/gauss +catalogue-date 2007-02-22 16:49:05 +0100 +catalogue-license lppl + +name gb4e +category Package +revision 15878 +shortdesc Linguistic tools. +longdesc Provides an environment for linguistic examples, tools for +longdesc glosses, and various other goodies. The code was developed from +longdesc the midnight and covington packages. +docfiles size=46 + texmf-dist/doc/latex/gb4e/gb4e-doc.pdf details="Package description" + texmf-dist/doc/latex/gb4e/gb4e-doc.tex +runfiles size=5 + texmf-dist/tex/latex/gb4e/cgloss4e.sty + texmf-dist/tex/latex/gb4e/gb4e.sty +catalogue-ctan /macros/latex/contrib/gb4e +catalogue-date 2008-12-16 15:36:56 +0100 +catalogue-license noinfo +catalogue-version 4e + +name gcard +category Package +revision 15878 +shortdesc Arrange text on a sheet to fold into a greeting card. +longdesc The package provides a simple means of producing greeting +longdesc cards. It arranges four panels onto a single sheet so that when +longdesc the sheet is folded twice the four panels are arranged as front +longdesc cover, inside left and right pages, and back cover. It uses the +longdesc textpos package for placement on the sheet and the graphicx +longdesc package for the necessary rotation. The four panels are set in +longdesc minipages for formatting by the user. +docfiles size=38 + texmf-dist/doc/latex/gcard/README details="Readme" + texmf-dist/doc/latex/gcard/gcard.pdf details="Package documentation" + texmf-dist/doc/latex/gcard/gcardex.tex + texmf-dist/doc/latex/gcard/gcardminexample.tex +runfiles size=1 + texmf-dist/tex/latex/gcard/gcard.sty +catalogue-ctan /macros/latex/contrib/gcard +catalogue-date 2008-08-19 21:00:04 +0200 +catalogue-license lppl + +name gchords +category Package +revision 15878 +shortdesc Typeset guitar chords. +longdesc A LaTeX package for typesetting of guitar chord diagrams, +longdesc including options for chord names, finger numbers and +longdesc typesetting above lyrics. The bundle also includes a TCL script +longdesc (chordbox.tcl) that provides a graphical application which +longdesc creates LaTeX files that use gchords.sty. +docfiles size=22 + texmf-dist/doc/latex/gchords/README details="Package Readme" + texmf-dist/doc/latex/gchords/chordbox.tcl + texmf-dist/doc/latex/gchords/gchords_doc.pdf details="Package documentation" + texmf-dist/doc/latex/gchords/gchords_doc.tex + texmf-dist/doc/latex/gchords/get2knowu.tex +runfiles size=3 + texmf-dist/tex/latex/gchords/gchords.sty +catalogue-ctan /graphics/gchords +catalogue-date 2009-02-12 12:29:53 +0100 +catalogue-license gpl +catalogue-version 1.20 + +name gcite +category Package +revision 15878 +shortdesc Citations in a reader-friendly style. +longdesc The package allows citations in the German style, which is +longdesc considered by many to be particularly reader-friendly. The +longdesc citation provides a small amount of bibliographic information +longdesc in a footnote on the page where each citation is made. It +longdesc combines a desire to eliminate unnecessary page-turning with +longdesc the look-up efficiency afforded by numeric citations. The +longdesc package makes use of the (still experimental) BibLaTeX package, +longdesc and is itself also considered experimental; comment is invited. +docfiles size=53 + texmf-dist/doc/latex/gcite/CHANGES + texmf-dist/doc/latex/gcite/README details="Readme" + texmf-dist/doc/latex/gcite/gcite.bib + texmf-dist/doc/latex/gcite/gcite.pdf details="Package documentation" +srcfiles size=6 + texmf-dist/source/latex/gcite/gcite.dtx + texmf-dist/source/latex/gcite/gcite.ins +runfiles size=1 + texmf-dist/tex/latex/gcite/gcite.sty +catalogue-ctan /macros/latex/exptl/gcite +catalogue-date 2009-07-04 21:47:31 +0200 +catalogue-license lppl1.3 +catalogue-version 1.0.1 + +name gene-logic +category Package +revision 15878 +shortdesc Typeset logic formulae, etc. +longdesc The package provides a facility to typeset certain logic +longdesc formulae. It provides an environment like eqnarray, an extended +longdesc newtheorem environment, and several macros. +docfiles size=27 + texmf-dist/doc/latex/gene-logic/gn-logic14.pdf details="Package documentation" + texmf-dist/doc/latex/gene-logic/gn-logic14.tex +runfiles size=2 + texmf-dist/tex/latex/gene-logic/gn-logic14.sty +catalogue-ctan /macros/latex/contrib/gene/logic +catalogue-date 2008-10-04 10:00:56 +0200 +catalogue-license other-free +catalogue-version 1.4 + +name genealogy +category Package +revision 15878 +shortdesc A compilation genealogy font. +longdesc A simple compilation of the genealogical symbols found in the +longdesc wasy and gen fonts, essentially adding the male and female +longdesc symbols to Knuth's 'gen' font, and so avoiding loading two +longdesc fonts when you need only genealogical symbols. The font is +longdesc distributed as MetaFont source. +docfiles size=4 + texmf-dist/doc/fonts/genealogy/README details="Readme" + texmf-dist/doc/fonts/genealogy/licence.txt + texmf-dist/doc/fonts/genealogy/testgen.dvi + texmf-dist/doc/fonts/genealogy/testgen.tex +runfiles size=4 + texmf-dist/fonts/source/public/genealogy/drgen.mf + texmf-dist/fonts/source/public/genealogy/drgen10.mf + texmf-dist/fonts/tfm/public/genealogy/drgen10.tfm +catalogue-ctan /fonts/genealogy +catalogue-date 2007-10-01 22:41:52 +0200 +catalogue-license lppl + +name genmisc +category Package +revision 15878 +runfiles size=75 + texmf-dist/tex/generic/genmisc/anti.tex + texmf-dist/tex/generic/genmisc/apldef.tex + texmf-dist/tex/generic/genmisc/arabic.tex + texmf-dist/tex/generic/genmisc/backgrnd.tex + texmf-dist/tex/generic/genmisc/balancedquotes.sty + texmf-dist/tex/generic/genmisc/chessmin.tex + texmf-dist/tex/generic/genmisc/compare.tex + texmf-dist/tex/generic/genmisc/cropmark.sty + texmf-dist/tex/generic/genmisc/cropmark.tex + texmf-dist/tex/generic/genmisc/croptest.tex + texmf-dist/tex/generic/genmisc/dayofweek.tex + texmf-dist/tex/generic/genmisc/daytime.sty + texmf-dist/tex/generic/genmisc/default.sty + texmf-dist/tex/generic/genmisc/dow.tex + texmf-dist/tex/generic/genmisc/emtrees.tex + texmf-dist/tex/generic/genmisc/endnote.tex + texmf-dist/tex/generic/genmisc/epigram.tex + texmf-dist/tex/generic/genmisc/fakebold.tex + texmf-dist/tex/generic/genmisc/hep.tex + texmf-dist/tex/generic/genmisc/hexdump.sty + texmf-dist/tex/generic/genmisc/inscrutable.tex + texmf-dist/tex/generic/genmisc/laps.tex + texmf-dist/tex/generic/genmisc/letterspacing.tex + texmf-dist/tex/generic/genmisc/longdiv.tex + texmf-dist/tex/generic/genmisc/mandel.tex + texmf-dist/tex/generic/genmisc/mathlig.tex + texmf-dist/tex/generic/genmisc/nth.sty + texmf-dist/tex/generic/genmisc/outerhbox.sty + texmf-dist/tex/generic/genmisc/pagereference.tex + texmf-dist/tex/generic/genmisc/quotation.tex + texmf-dist/tex/generic/genmisc/ragged.sty + texmf-dist/tex/generic/genmisc/random.tex + texmf-dist/tex/generic/genmisc/ruler.tex + texmf-dist/tex/generic/genmisc/selectpage.tex + texmf-dist/tex/generic/genmisc/shadebox.tex + texmf-dist/tex/generic/genmisc/swrule.sty + texmf-dist/tex/generic/genmisc/time.sty + texmf-dist/tex/generic/genmisc/underlin.tex + texmf-dist/tex/generic/genmisc/undertilde.tex + texmf-dist/tex/generic/genmisc/verbatim.tex + texmf-dist/tex/generic/genmisc/weekday.sty + texmf-dist/tex/generic/genmisc/wiggly.tex + texmf-dist/tex/generic/genmisc/zip.tex + +name genmpage +category Package +revision 15878 +shortdesc Generalization of LaTeX's minipages. +longdesc The GenMPage package generalizes LaTeX's minipages. Keyval +longdesc options and styles can be used to determine their appearance in +longdesc an easy and consistent way. Includes options for paragraph +longdesc indentation and vertical alignment with respect to the visual +longdesc top and bottom margins. +docfiles size=23 + texmf-dist/doc/latex/genmpage/README + texmf-dist/doc/latex/genmpage/genmpage.pdf details="Package documentation" +srcfiles size=4 + texmf-dist/source/latex/genmpage/genmpage.dtx + texmf-dist/source/latex/genmpage/genmpage.ins +runfiles size=2 + texmf-dist/tex/latex/genmpage/genmpage.sty +catalogue-ctan /macros/latex/contrib/genmpage +catalogue-date 2007-03-07 00:33:49 +0100 +catalogue-license lppl +catalogue-version 0.3.1 + +name gentle +category Package +revision 15878 +shortdesc A Gentle Introduction to TeX. +longdesc The "Gentle Introduction" is the longest-established +longdesc comprehensive free tutorial on the use of plain TeX. +docfiles size=145 + texmf-dist/doc/plain/gentle/gentle.pdf + texmf-dist/doc/plain/gentle/gentle.tex +catalogue-ctan /info/gentle +catalogue-date 2009-01-04 11:16:40 +0100 +catalogue-license other-free + +name geometry +category Package +revision 15878 +shortdesc Flexible and complete interface to document dimensions. +longdesc The package provides an easy and flexible user interface to +longdesc customize page layout, implementing auto-centering and auto- +longdesc balancing mechanisms so that the users have only to give the +longdesc least description for the page layout. For example, if you want +longdesc to set each margin 2cm without header space, what you need is +longdesc just \usepackage[margin=2cm,nohead]{geometry}. The package +longdesc knows about all the standard paper sizes, so that the user need +longdesc not know what the nominal 'real' dimensions of the paper are, +longdesc just its standard name (such as a4, letter, etc.). An important +longdesc feature is the package's ability to communicate the paper size +longdesc it's set up to the output (whether via DVI \specials or via +longdesc direct interaction with PDF(La)TeX). +docfiles size=89 + texmf-dist/doc/latex/geometry/README details="Package Readme" + texmf-dist/doc/latex/geometry/changes.txt + texmf-dist/doc/latex/geometry/geometry-samples.tex + texmf-dist/doc/latex/geometry/geometry.cfg + texmf-dist/doc/latex/geometry/geometry.pdf details="Users' manual" +srcfiles size=35 + texmf-dist/source/latex/geometry/geometry.drv + texmf-dist/source/latex/geometry/geometry.dtx + texmf-dist/source/latex/geometry/geometry.ins +runfiles size=9 + texmf-dist/tex/latex/geometry/geometry.sty +catalogue-ctan /macros/latex/contrib/geometry +catalogue-date 2009-09-27 09:44:19 +0200 +catalogue-license lppl +catalogue-version 4.2 + +name german +category Package +revision 15878 +shortdesc Support for German typography. +longdesc Supports the new German orthography (neue deutsche +longdesc Rechtschreibung). +docfiles size=40 + texmf-dist/doc/generic/german/00readme.1st details="Readme" language="de" + texmf-dist/doc/generic/german/gerdoc.dvi + texmf-dist/doc/generic/german/gerdoc.tex + texmf-dist/doc/generic/german/hyphxmpl.cfg +srcfiles size=27 + texmf-dist/source/generic/german/betatest/00readme.1st + texmf-dist/source/generic/german/german.MISSING + texmf-dist/source/generic/german/german.dtx + texmf-dist/source/generic/german/german.ins +runfiles size=14 + texmf-dist/tex/generic/german/german.sty + texmf-dist/tex/generic/german/ngerman.sty +catalogue-ctan /language/german +catalogue-date 2009-09-26 12:32:55 +0200 +catalogue-license lppl +catalogue-version 2.5e + +name germbib +category Package +revision 15878 +shortdesc German variants of standard BibTeX styles. +longdesc A development of the (old) german.sty, this bundle provides +longdesc German packages, BibTeX styles and documentary examples, for +longdesc writing documents with bibliographies. The author has since +longdesc developed the babelbib bundle, which (he asserts) supersedes +longdesc germbib. +docfiles size=42 + texmf-dist/doc/bibtex/germbib/README.bibgerm + texmf-dist/doc/bibtex/germbib/apalike.doc + texmf-dist/doc/bibtex/germbib/apalike.germbib_sty + texmf-dist/doc/bibtex/germbib/apalike.tex + texmf-dist/doc/bibtex/germbib/btxdoc.tex + texmf-dist/doc/bibtex/germbib/btxhak.tex + texmf-dist/doc/bibtex/germbib/gerbibtx.bib + texmf-dist/doc/bibtex/germbib/gerbibtx.tex + texmf-dist/doc/bibtex/germbib/gerxampl.bib + texmf-dist/doc/bibtex/germbib/schaum.bib + texmf-dist/doc/bibtex/germbib/testbibgerm.tex + texmf-dist/doc/bibtex/germbib/testgerb.tex + texmf-dist/doc/bibtex/germbib/xampl.bib +runfiles size=37 + texmf-dist/bibtex/bst/germbib/gerabbrv.bst + texmf-dist/bibtex/bst/germbib/geralpha.bst + texmf-dist/bibtex/bst/germbib/gerapali.bst + texmf-dist/bibtex/bst/germbib/gerplain.bst + texmf-dist/bibtex/bst/germbib/gerunsrt.bst + texmf-dist/tex/latex/germbib/bibgerm.sty + texmf-dist/tex/latex/germbib/mynormal.sty +catalogue-ctan /biblio/bibtex/contrib/germbib +catalogue-date 2009-01-04 15:06:03 +0100 +catalogue-license noinfo + +name germkorr +category Package +revision 15878 +shortdesc Change kerning for german quotation marks. +longdesc The package germcorr has to be loaded after the package german. +longdesc It brings some letters like T nearer to german single and +longdesc double quotes even when that letter wears a standard accent +longdesc like "`\.T"'. +docfiles size=50 + texmf-dist/doc/latex/germkorr/COPYING + texmf-dist/doc/latex/germkorr/README details="Readme" + texmf-dist/doc/latex/germkorr/germkorr.pdf details="Package documentation" + texmf-dist/doc/latex/germkorr/germkorr.tex +runfiles size=2 + texmf-dist/tex/latex/germkorr/germkorr.sty +catalogue-ctan /macros/latex/contrib/germkorr +catalogue-date 2009-08-07 11:07:16 +0200 +catalogue-license gpl +catalogue-version 1.0 + +name getafm +category TLCore +revision 15809 +depend getafm.ARCH +docfiles size=2 + texmf/doc/man/man1/getafm.1 + texmf/doc/man/man1/getafm.man1.pdf +runfiles size=2 + texmf/dvips/getafm/getafm.ps + +name getafm.alpha-linux +category TLCore +revision 13822 +shortdesc alpha-linux files of getafm +binfiles arch=alpha-linux size=3 + bin/alpha-linux/getafm + bin/alpha-linux/showchar + +name getafm.i386-cygwin +category TLCore +revision 13822 +shortdesc i386-cygwin files of getafm +binfiles arch=i386-cygwin size=3 + bin/i386-cygwin/getafm + bin/i386-cygwin/showchar + +name getafm.i386-linux +category TLCore +revision 13822 +shortdesc i386-linux files of getafm +binfiles arch=i386-linux size=3 + bin/i386-linux/getafm + bin/i386-linux/showchar + +name getafm.i386-netbsd +category TLCore +revision 15167 +shortdesc i386-netbsd files of getafm +binfiles arch=i386-netbsd size=3 + bin/i386-netbsd/getafm + bin/i386-netbsd/showchar + +name getafm.i386-solaris +category TLCore +revision 13822 +shortdesc i386-solaris files of getafm +binfiles arch=i386-solaris size=3 + bin/i386-solaris/getafm + bin/i386-solaris/showchar + +name getafm.mips-irix +category TLCore +revision 15558 +shortdesc mips-irix files of getafm +binfiles arch=mips-irix size=3 + bin/mips-irix/getafm + bin/mips-irix/showchar + +name getafm.powerpc-aix +category TLCore +revision 13822 +shortdesc powerpc-aix files of getafm +binfiles arch=powerpc-aix size=3 + bin/powerpc-aix/getafm + bin/powerpc-aix/showchar + +name getafm.powerpc-linux +category TLCore +revision 13822 +shortdesc powerpc-linux files of getafm +binfiles arch=powerpc-linux size=3 + bin/powerpc-linux/getafm + bin/powerpc-linux/showchar + +name getafm.sparc-linux +category TLCore +revision 13822 +shortdesc sparc-linux files of getafm +binfiles arch=sparc-linux size=3 + bin/sparc-linux/getafm + bin/sparc-linux/showchar + +name getafm.sparc-solaris +category TLCore +revision 13822 +shortdesc sparc-solaris files of getafm +binfiles arch=sparc-solaris size=3 + bin/sparc-solaris/getafm + bin/sparc-solaris/showchar + +name getafm.universal-darwin +category TLCore +revision 13822 +shortdesc universal-darwin files of getafm +binfiles arch=universal-darwin size=3 + bin/universal-darwin/getafm + bin/universal-darwin/showchar + +name getafm.win32 +category TLCore +revision 13822 +shortdesc win32 files of getafm + +name getafm.x86_64-linux +category TLCore +revision 13822 +shortdesc x86_64-linux files of getafm +binfiles arch=x86_64-linux size=3 + bin/x86_64-linux/getafm + bin/x86_64-linux/showchar + +name getfiledate +category Package +revision 15878 +shortdesc Find the date of last modification of a file. +longdesc The package fetches from the system the date of last +longdesc modification or opening of an existing file, using the function +longdesc \pdffilemoddate (present in recent versions of PDFTeX); the +longdesc user may specify how the date is to be presented. +docfiles size=35 + texmf-dist/doc/latex/getfiledate/README details="Readme" + texmf-dist/doc/latex/getfiledate/getfiledate-guide.pdf details="Package documentation" + texmf-dist/doc/latex/getfiledate/getfiledate-guide.tex +runfiles size=2 + texmf-dist/tex/latex/getfiledate/getfiledate.sty +catalogue-ctan /macros/latex/contrib/getfiledate +catalogue-date 2009-10-15 19:12:14 +0200 +catalogue-license lppl +catalogue-version 1.0 + +name getnonfreefonts +category TLCore +revision 15809 +depend getnonfreefonts.ARCH +docfiles size=6 + texmf/doc/man/man1/getnonfreefonts-sys.1 + texmf/doc/man/man1/getnonfreefonts-sys.man1.pdf + texmf/doc/man/man1/getnonfreefonts.1 + texmf/doc/man/man1/getnonfreefonts.man1.pdf +runfiles size=3 + texmf/scripts/getnonfreefonts/getnonfreefonts.pl + +name getnonfreefonts.alpha-linux +category TLCore +revision 15207 +shortdesc alpha-linux files of getnonfreefonts +binfiles arch=alpha-linux size=2 + bin/alpha-linux/getnonfreefonts + bin/alpha-linux/getnonfreefonts-sys + +name getnonfreefonts.i386-cygwin +category TLCore +revision 15207 +shortdesc i386-cygwin files of getnonfreefonts +binfiles arch=i386-cygwin size=2 + bin/i386-cygwin/getnonfreefonts + bin/i386-cygwin/getnonfreefonts-sys + +name getnonfreefonts.i386-linux +category TLCore +revision 15207 +shortdesc i386-linux files of getnonfreefonts +binfiles arch=i386-linux size=2 + bin/i386-linux/getnonfreefonts + bin/i386-linux/getnonfreefonts-sys + +name getnonfreefonts.i386-netbsd +category TLCore +revision 15207 +shortdesc i386-netbsd files of getnonfreefonts +binfiles arch=i386-netbsd size=2 + bin/i386-netbsd/getnonfreefonts + bin/i386-netbsd/getnonfreefonts-sys + +name getnonfreefonts.i386-solaris +category TLCore +revision 15207 +shortdesc i386-solaris files of getnonfreefonts +binfiles arch=i386-solaris size=2 + bin/i386-solaris/getnonfreefonts + bin/i386-solaris/getnonfreefonts-sys + +name getnonfreefonts.mips-irix +category TLCore +revision 15558 +shortdesc mips-irix files of getnonfreefonts +binfiles arch=mips-irix size=2 + bin/mips-irix/getnonfreefonts + bin/mips-irix/getnonfreefonts-sys + +name getnonfreefonts.powerpc-aix +category TLCore +revision 15207 +shortdesc powerpc-aix files of getnonfreefonts +binfiles arch=powerpc-aix size=2 + bin/powerpc-aix/getnonfreefonts + bin/powerpc-aix/getnonfreefonts-sys + +name getnonfreefonts.powerpc-linux +category TLCore +revision 15207 +shortdesc powerpc-linux files of getnonfreefonts +binfiles arch=powerpc-linux size=2 + bin/powerpc-linux/getnonfreefonts + bin/powerpc-linux/getnonfreefonts-sys + +name getnonfreefonts.sparc-linux +category TLCore +revision 15207 +shortdesc sparc-linux files of getnonfreefonts +binfiles arch=sparc-linux size=2 + bin/sparc-linux/getnonfreefonts + bin/sparc-linux/getnonfreefonts-sys + +name getnonfreefonts.sparc-solaris +category TLCore +revision 15207 +shortdesc sparc-solaris files of getnonfreefonts +binfiles arch=sparc-solaris size=2 + bin/sparc-solaris/getnonfreefonts + bin/sparc-solaris/getnonfreefonts-sys + +name getnonfreefonts.universal-darwin +category TLCore +revision 15207 +shortdesc universal-darwin files of getnonfreefonts +binfiles arch=universal-darwin size=2 + bin/universal-darwin/getnonfreefonts + bin/universal-darwin/getnonfreefonts-sys + +name getnonfreefonts.win32 +category TLCore +revision 15404 +shortdesc win32 files of getnonfreefonts +binfiles arch=win32 size=2 + bin/win32/getnonfreefonts-sys.exe + bin/win32/getnonfreefonts.exe + +name getnonfreefonts.x86_64-linux +category TLCore +revision 15207 +shortdesc x86_64-linux files of getnonfreefonts +binfiles arch=x86_64-linux size=2 + bin/x86_64-linux/getnonfreefonts + bin/x86_64-linux/getnonfreefonts-sys + +name gfsartemisia +category Package +revision 15878 +shortdesc A modern Greek font design. +longdesc GFS Artemisia is a relatively modern font, designed as a +longdesc 'general purpose' font in the same sense as Times is nowadays +longdesc treated. The present version has been provided by the Greek +longdesc Font Society. The font supports the Greek and Latin alphabets. +longdesc LaTeX support is provided, using the OT1, T1 and LGR encodings. +execute addMap gfsartemisia.map +docfiles size=45 + texmf-dist/doc/fonts/gfsartemisia/OFL-FAQ.txt + texmf-dist/doc/fonts/gfsartemisia/OFL.txt + texmf-dist/doc/fonts/gfsartemisia/README details="Readme" + texmf-dist/doc/fonts/gfsartemisia/gfsartemisia.pdf + texmf-dist/doc/fonts/gfsartemisia/gfsartemisia.tex +runfiles size=459 + texmf-dist/fonts/afm/public/gfsartemisia/GFSArtemisia-Bold.afm + texmf-dist/fonts/afm/public/gfsartemisia/GFSArtemisia-BoldItalic.afm + texmf-dist/fonts/afm/public/gfsartemisia/GFSArtemisia-Italic.afm + texmf-dist/fonts/afm/public/gfsartemisia/GFSArtemisia-Regular.afm + texmf-dist/fonts/enc/dvips/gfsartemisia/artemisia.enc + texmf-dist/fonts/enc/dvips/gfsartemisia/artemisiadenomnums.enc + texmf-dist/fonts/enc/dvips/gfsartemisia/artemisiaec.enc + texmf-dist/fonts/enc/dvips/gfsartemisia/artemisiaecsc.enc + texmf-dist/fonts/enc/dvips/gfsartemisia/artemisiael.enc + texmf-dist/fonts/enc/dvips/gfsartemisia/artemisiaelsc.enc + texmf-dist/fonts/enc/dvips/gfsartemisia/artemisiamath.enc + texmf-dist/fonts/enc/dvips/gfsartemisia/artemisianumnums.enc + texmf-dist/fonts/enc/dvips/gfsartemisia/artemisiasc.enc + texmf-dist/fonts/enc/dvips/gfsartemisia/artemisiatabnums.enc + texmf-dist/fonts/map/dvips/gfsartemisia/gfsartemisia.map + texmf-dist/fonts/opentype/public/gfsartemisia/GFSArtemisia.otf + texmf-dist/fonts/opentype/public/gfsartemisia/GFSArtemisiaBold.otf + texmf-dist/fonts/opentype/public/gfsartemisia/GFSArtemisiaBoldIt.otf + texmf-dist/fonts/opentype/public/gfsartemisia/GFSArtemisiaIt.otf + texmf-dist/fonts/tfm/public/gfsartemisia/artemisiab8a.tfm + texmf-dist/fonts/tfm/public/gfsartemisia/artemisiab8r.tfm + texmf-dist/fonts/tfm/public/gfsartemisia/artemisiab9a.tfm + texmf-dist/fonts/tfm/public/gfsartemisia/artemisiab9r.tfm + texmf-dist/fonts/tfm/public/gfsartemisia/artemisiabi8a.tfm + texmf-dist/fonts/tfm/public/gfsartemisia/artemisiabi8r.tfm + texmf-dist/fonts/tfm/public/gfsartemisia/artemisiabi9a.tfm + texmf-dist/fonts/tfm/public/gfsartemisia/artemisiabi9r.tfm + texmf-dist/fonts/tfm/public/gfsartemisia/artemisiabo8a.tfm + texmf-dist/fonts/tfm/public/gfsartemisia/artemisiabo8r.tfm + texmf-dist/fonts/tfm/public/gfsartemisia/artemisiabo9a.tfm + texmf-dist/fonts/tfm/public/gfsartemisia/artemisiabo9r.tfm + texmf-dist/fonts/tfm/public/gfsartemisia/artemisiadenomnums8a.tfm + texmf-dist/fonts/tfm/public/gfsartemisia/artemisiadenomnums8r.tfm + texmf-dist/fonts/tfm/public/gfsartemisia/artemisiai8a.tfm + texmf-dist/fonts/tfm/public/gfsartemisia/artemisiai8r.tfm + texmf-dist/fonts/tfm/public/gfsartemisia/artemisiai9a.tfm + texmf-dist/fonts/tfm/public/gfsartemisia/artemisiai9r.tfm + texmf-dist/fonts/tfm/public/gfsartemisia/artemisiamath8a.tfm + texmf-dist/fonts/tfm/public/gfsartemisia/artemisiamath8r.tfm + texmf-dist/fonts/tfm/public/gfsartemisia/artemisianumnums8a.tfm + texmf-dist/fonts/tfm/public/gfsartemisia/artemisianumnums8r.tfm + texmf-dist/fonts/tfm/public/gfsartemisia/artemisiao8a.tfm + texmf-dist/fonts/tfm/public/gfsartemisia/artemisiao8r.tfm + texmf-dist/fonts/tfm/public/gfsartemisia/artemisiao9a.tfm + texmf-dist/fonts/tfm/public/gfsartemisia/artemisiao9r.tfm + texmf-dist/fonts/tfm/public/gfsartemisia/artemisiarg8a.tfm + texmf-dist/fonts/tfm/public/gfsartemisia/artemisiarg8r.tfm + texmf-dist/fonts/tfm/public/gfsartemisia/artemisiarg9a.tfm + texmf-dist/fonts/tfm/public/gfsartemisia/artemisiarg9r.tfm + texmf-dist/fonts/tfm/public/gfsartemisia/artemisiasc8a.tfm + texmf-dist/fonts/tfm/public/gfsartemisia/artemisiasc8r.tfm + texmf-dist/fonts/tfm/public/gfsartemisia/artemisiasc9a.tfm + texmf-dist/fonts/tfm/public/gfsartemisia/artemisiasc9r.tfm + texmf-dist/fonts/tfm/public/gfsartemisia/artemisiasco8a.tfm + texmf-dist/fonts/tfm/public/gfsartemisia/artemisiasco8r.tfm + texmf-dist/fonts/tfm/public/gfsartemisia/artemisiasco9a.tfm + texmf-dist/fonts/tfm/public/gfsartemisia/artemisiasco9r.tfm + texmf-dist/fonts/tfm/public/gfsartemisia/artemisiatabnums8a.tfm + texmf-dist/fonts/tfm/public/gfsartemisia/artemisiatabnums8r.tfm + texmf-dist/fonts/tfm/public/gfsartemisia/gartemisiab6a.tfm + texmf-dist/fonts/tfm/public/gfsartemisia/gartemisiab6r.tfm + texmf-dist/fonts/tfm/public/gfsartemisia/gartemisiabi6a.tfm + texmf-dist/fonts/tfm/public/gfsartemisia/gartemisiabi6r.tfm + texmf-dist/fonts/tfm/public/gfsartemisia/gartemisiabo6a.tfm + texmf-dist/fonts/tfm/public/gfsartemisia/gartemisiabo6r.tfm + texmf-dist/fonts/tfm/public/gfsartemisia/gartemisiai6a.tfm + texmf-dist/fonts/tfm/public/gfsartemisia/gartemisiai6r.tfm + texmf-dist/fonts/tfm/public/gfsartemisia/gartemisiao6a.tfm + texmf-dist/fonts/tfm/public/gfsartemisia/gartemisiao6r.tfm + texmf-dist/fonts/tfm/public/gfsartemisia/gartemisiarg6a.tfm + texmf-dist/fonts/tfm/public/gfsartemisia/gartemisiarg6r.tfm + texmf-dist/fonts/tfm/public/gfsartemisia/gartemisiasc6a.tfm + texmf-dist/fonts/tfm/public/gfsartemisia/gartemisiasc6r.tfm + texmf-dist/fonts/tfm/public/gfsartemisia/gartemisiasco6a.tfm + texmf-dist/fonts/tfm/public/gfsartemisia/gartemisiasco6r.tfm + texmf-dist/fonts/type1/public/gfsartemisia/GFSArtemisia-Bold.pfb + texmf-dist/fonts/type1/public/gfsartemisia/GFSArtemisia-BoldItalic.pfb + texmf-dist/fonts/type1/public/gfsartemisia/GFSArtemisia-Italic.pfb + texmf-dist/fonts/type1/public/gfsartemisia/GFSArtemisia-Regular.pfb + texmf-dist/fonts/vf/public/gfsartemisia/artemisiab8a.vf + texmf-dist/fonts/vf/public/gfsartemisia/artemisiab9a.vf + texmf-dist/fonts/vf/public/gfsartemisia/artemisiabi8a.vf + texmf-dist/fonts/vf/public/gfsartemisia/artemisiabi9a.vf + texmf-dist/fonts/vf/public/gfsartemisia/artemisiabo8a.vf + texmf-dist/fonts/vf/public/gfsartemisia/artemisiabo9a.vf + texmf-dist/fonts/vf/public/gfsartemisia/artemisiadenomnums8a.vf + texmf-dist/fonts/vf/public/gfsartemisia/artemisiai8a.vf + texmf-dist/fonts/vf/public/gfsartemisia/artemisiai9a.vf + texmf-dist/fonts/vf/public/gfsartemisia/artemisiamath8a.vf + texmf-dist/fonts/vf/public/gfsartemisia/artemisianumnums8a.vf + texmf-dist/fonts/vf/public/gfsartemisia/artemisiao8a.vf + texmf-dist/fonts/vf/public/gfsartemisia/artemisiao9a.vf + texmf-dist/fonts/vf/public/gfsartemisia/artemisiarg8a.vf + texmf-dist/fonts/vf/public/gfsartemisia/artemisiarg9a.vf + texmf-dist/fonts/vf/public/gfsartemisia/artemisiasc8a.vf + texmf-dist/fonts/vf/public/gfsartemisia/artemisiasc9a.vf + texmf-dist/fonts/vf/public/gfsartemisia/artemisiasco8a.vf + texmf-dist/fonts/vf/public/gfsartemisia/artemisiasco9a.vf + texmf-dist/fonts/vf/public/gfsartemisia/artemisiatabnums8a.vf + texmf-dist/fonts/vf/public/gfsartemisia/gartemisiab6a.vf + texmf-dist/fonts/vf/public/gfsartemisia/gartemisiabi6a.vf + texmf-dist/fonts/vf/public/gfsartemisia/gartemisiabo6a.vf + texmf-dist/fonts/vf/public/gfsartemisia/gartemisiai6a.vf + texmf-dist/fonts/vf/public/gfsartemisia/gartemisiao6a.vf + texmf-dist/fonts/vf/public/gfsartemisia/gartemisiarg6a.vf + texmf-dist/fonts/vf/public/gfsartemisia/gartemisiasc6a.vf + texmf-dist/fonts/vf/public/gfsartemisia/gartemisiasco6a.vf + texmf-dist/tex/latex/gfsartemisia/gfsartemisia-euler.sty + texmf-dist/tex/latex/gfsartemisia/gfsartemisia.sty + texmf-dist/tex/latex/gfsartemisia/lgrartemisia.fd + texmf-dist/tex/latex/gfsartemisia/lgrartemisiaeuler.fd + texmf-dist/tex/latex/gfsartemisia/ot1artemisia.fd + texmf-dist/tex/latex/gfsartemisia/ot1artemisiaeuler.fd + texmf-dist/tex/latex/gfsartemisia/t1artemisia.fd + texmf-dist/tex/latex/gfsartemisia/t1artemisiaeuler.fd + texmf-dist/tex/latex/gfsartemisia/uartemisiaeulernums.fd + texmf-dist/tex/latex/gfsartemisia/uartemisianums.fd +catalogue-ctan /fonts/greek/gfs/gfsartemisia +catalogue-date 2008-08-19 21:00:04 +0200 +catalogue-license other-free +catalogue-version 1.0 + +name gfsbaskerville +category Package +revision 15878 +shortdesc A Greek font, from one such by Baskerville. +longdesc The font is a digital implementation of Baskerville's classic +longdesc Greek font, provided by the Greek Font Society. The font covers +longdesc Greek only, and LaTeX support provides for the use of LGR +longdesc encoding. +execute addMap gfsbaskerville.map +docfiles size=22 + texmf-dist/doc/fonts/gfsbaskerville/OFL-FAQ.txt + texmf-dist/doc/fonts/gfsbaskerville/OFL.txt + texmf-dist/doc/fonts/gfsbaskerville/README details="Readme" + texmf-dist/doc/fonts/gfsbaskerville/README.TEXLIVE + texmf-dist/doc/fonts/gfsbaskerville/gfsbaskerville.pdf + texmf-dist/doc/fonts/gfsbaskerville/gfsbaskerville.tex +runfiles size=53 + texmf-dist/fonts/afm/public/gfsbaskerville/GFSBaskerville-Regular.afm + texmf-dist/fonts/enc/dvips/gfsbaskerville/gpgfsbaskerville.enc + texmf-dist/fonts/map/dvips/gfsbaskerville/gfsbaskerville.map + texmf-dist/fonts/opentype/public/gfsbaskerville/GFSBaskerville.otf + texmf-dist/fonts/tfm/public/gfsbaskerville/ggfsbaskervillerg6a.tfm + texmf-dist/fonts/tfm/public/gfsbaskerville/ggfsbaskervillerg6r.tfm + texmf-dist/fonts/type1/public/gfsbaskerville/GFSBaskerville-Regular.pfb + texmf-dist/fonts/vf/public/gfsbaskerville/ggfsbaskervillerg6a.vf + texmf-dist/tex/latex/gfsbaskerville/gfsbaskerville.sty + texmf-dist/tex/latex/gfsbaskerville/lgrgfsbaskerville.fd +catalogue-ctan /fonts/greek/gfs/gfsbaskerville +catalogue-date 2008-08-19 21:00:04 +0200 +catalogue-license other-free +catalogue-version 1.0 + +name gfsbodoni +category Package +revision 15878 +shortdesc A Greek and Latin font based on Bodoni. +longdesc Bodoni's Greek fonts in the 18th century broke, for the first +longdesc time, with the Byzantine cursive tradition of Greek fonts. GFS +longdesc Bodoni resurrects his work for general use. The font supports +longdesc both Greek and Latin letters. LaTeX support of the fonts is +longdesc provided, offering OT1, T1 and LGR encodings. +execute addMap gfsbodoni.map +docfiles size=39 + texmf-dist/doc/fonts/gfsbodoni/OFL-FAQ.txt + texmf-dist/doc/fonts/gfsbodoni/OFL.txt + texmf-dist/doc/fonts/gfsbodoni/README details="Readme" + texmf-dist/doc/fonts/gfsbodoni/README.TEXLIVE + texmf-dist/doc/fonts/gfsbodoni/gfsbodoni.pdf + texmf-dist/doc/fonts/gfsbodoni/gfsbodoni.tex +runfiles size=442 + texmf-dist/fonts/afm/public/gfsbodoni/GFSBodoni-Bold.afm + texmf-dist/fonts/afm/public/gfsbodoni/GFSBodoni-BoldItalic.afm + texmf-dist/fonts/afm/public/gfsbodoni/GFSBodoni-Italic.afm + texmf-dist/fonts/afm/public/gfsbodoni/GFSBodoni-Regular.afm + texmf-dist/fonts/enc/dvips/gfsbodoni/bodoni.enc + texmf-dist/fonts/enc/dvips/gfsbodoni/bodonidenomnums.enc + texmf-dist/fonts/enc/dvips/gfsbodoni/bodoniec.enc + texmf-dist/fonts/enc/dvips/gfsbodoni/bodoniecsc.enc + texmf-dist/fonts/enc/dvips/gfsbodoni/bodoniel.enc + texmf-dist/fonts/enc/dvips/gfsbodoni/bodonielsc.enc + texmf-dist/fonts/enc/dvips/gfsbodoni/bodoninumnums.enc + texmf-dist/fonts/enc/dvips/gfsbodoni/bodonisc.enc + texmf-dist/fonts/enc/dvips/gfsbodoni/bodonitabnums.enc + texmf-dist/fonts/map/dvips/gfsbodoni/gfsbodoni.map + texmf-dist/fonts/opentype/public/gfsbodoni/GFSBodoni.otf + texmf-dist/fonts/opentype/public/gfsbodoni/GFSBodoniBold.otf + texmf-dist/fonts/opentype/public/gfsbodoni/GFSBodoniBoldIt.otf + texmf-dist/fonts/opentype/public/gfsbodoni/GFSBodoniIt.otf + texmf-dist/fonts/tfm/public/gfsbodoni/bodonib8a.tfm + texmf-dist/fonts/tfm/public/gfsbodoni/bodonib8r.tfm + texmf-dist/fonts/tfm/public/gfsbodoni/bodonib9a.tfm + texmf-dist/fonts/tfm/public/gfsbodoni/bodonib9r.tfm + texmf-dist/fonts/tfm/public/gfsbodoni/bodonibi8a.tfm + texmf-dist/fonts/tfm/public/gfsbodoni/bodonibi8r.tfm + texmf-dist/fonts/tfm/public/gfsbodoni/bodonibi9a.tfm + texmf-dist/fonts/tfm/public/gfsbodoni/bodonibi9r.tfm + texmf-dist/fonts/tfm/public/gfsbodoni/bodonibo8a.tfm + texmf-dist/fonts/tfm/public/gfsbodoni/bodonibo8r.tfm + texmf-dist/fonts/tfm/public/gfsbodoni/bodonibo9a.tfm + texmf-dist/fonts/tfm/public/gfsbodoni/bodonibo9r.tfm + texmf-dist/fonts/tfm/public/gfsbodoni/bodonidenomnums8a.tfm + texmf-dist/fonts/tfm/public/gfsbodoni/bodonidenomnums8r.tfm + texmf-dist/fonts/tfm/public/gfsbodoni/bodonii8a.tfm + texmf-dist/fonts/tfm/public/gfsbodoni/bodonii8r.tfm + texmf-dist/fonts/tfm/public/gfsbodoni/bodonii9a.tfm + texmf-dist/fonts/tfm/public/gfsbodoni/bodonii9r.tfm + texmf-dist/fonts/tfm/public/gfsbodoni/bodoninumnums8a.tfm + texmf-dist/fonts/tfm/public/gfsbodoni/bodoninumnums8r.tfm + texmf-dist/fonts/tfm/public/gfsbodoni/bodonio8a.tfm + texmf-dist/fonts/tfm/public/gfsbodoni/bodonio8r.tfm + texmf-dist/fonts/tfm/public/gfsbodoni/bodonio9a.tfm + texmf-dist/fonts/tfm/public/gfsbodoni/bodonio9r.tfm + texmf-dist/fonts/tfm/public/gfsbodoni/bodonirg8a.tfm + texmf-dist/fonts/tfm/public/gfsbodoni/bodonirg8r.tfm + texmf-dist/fonts/tfm/public/gfsbodoni/bodonirg9a.tfm + texmf-dist/fonts/tfm/public/gfsbodoni/bodonirg9r.tfm + texmf-dist/fonts/tfm/public/gfsbodoni/bodonisc8a.tfm + texmf-dist/fonts/tfm/public/gfsbodoni/bodonisc8r.tfm + texmf-dist/fonts/tfm/public/gfsbodoni/bodonisc9a.tfm + texmf-dist/fonts/tfm/public/gfsbodoni/bodonisc9r.tfm + texmf-dist/fonts/tfm/public/gfsbodoni/bodonisco8a.tfm + texmf-dist/fonts/tfm/public/gfsbodoni/bodonisco8r.tfm + texmf-dist/fonts/tfm/public/gfsbodoni/bodonisco9a.tfm + texmf-dist/fonts/tfm/public/gfsbodoni/bodonisco9r.tfm + texmf-dist/fonts/tfm/public/gfsbodoni/bodonitabnums8a.tfm + texmf-dist/fonts/tfm/public/gfsbodoni/bodonitabnums8r.tfm + texmf-dist/fonts/tfm/public/gfsbodoni/gbodonib6a.tfm + texmf-dist/fonts/tfm/public/gfsbodoni/gbodonib6r.tfm + texmf-dist/fonts/tfm/public/gfsbodoni/gbodonibi6a.tfm + texmf-dist/fonts/tfm/public/gfsbodoni/gbodonibi6r.tfm + texmf-dist/fonts/tfm/public/gfsbodoni/gbodonibo6a.tfm + texmf-dist/fonts/tfm/public/gfsbodoni/gbodonibo6r.tfm + texmf-dist/fonts/tfm/public/gfsbodoni/gbodonii6a.tfm + texmf-dist/fonts/tfm/public/gfsbodoni/gbodonii6r.tfm + texmf-dist/fonts/tfm/public/gfsbodoni/gbodonio6a.tfm + texmf-dist/fonts/tfm/public/gfsbodoni/gbodonio6r.tfm + texmf-dist/fonts/tfm/public/gfsbodoni/gbodonirg6a.tfm + texmf-dist/fonts/tfm/public/gfsbodoni/gbodonirg6r.tfm + texmf-dist/fonts/tfm/public/gfsbodoni/gbodonisc6a.tfm + texmf-dist/fonts/tfm/public/gfsbodoni/gbodonisc6r.tfm + texmf-dist/fonts/tfm/public/gfsbodoni/gbodonisco6a.tfm + texmf-dist/fonts/tfm/public/gfsbodoni/gbodonisco6r.tfm + texmf-dist/fonts/type1/public/gfsbodoni/GFSBodoni-Bold.pfb + texmf-dist/fonts/type1/public/gfsbodoni/GFSBodoni-BoldItalic.pfb + texmf-dist/fonts/type1/public/gfsbodoni/GFSBodoni-Italic.pfb + texmf-dist/fonts/type1/public/gfsbodoni/GFSBodoni-Regular.pfb + texmf-dist/fonts/vf/public/gfsbodoni/bodonib8a.vf + texmf-dist/fonts/vf/public/gfsbodoni/bodonib9a.vf + texmf-dist/fonts/vf/public/gfsbodoni/bodonibi8a.vf + texmf-dist/fonts/vf/public/gfsbodoni/bodonibi9a.vf + texmf-dist/fonts/vf/public/gfsbodoni/bodonibo8a.vf + texmf-dist/fonts/vf/public/gfsbodoni/bodonibo9a.vf + texmf-dist/fonts/vf/public/gfsbodoni/bodonidenomnums8a.vf + texmf-dist/fonts/vf/public/gfsbodoni/bodonii8a.vf + texmf-dist/fonts/vf/public/gfsbodoni/bodonii9a.vf + texmf-dist/fonts/vf/public/gfsbodoni/bodoninumnums8a.vf + texmf-dist/fonts/vf/public/gfsbodoni/bodonio8a.vf + texmf-dist/fonts/vf/public/gfsbodoni/bodonio9a.vf + texmf-dist/fonts/vf/public/gfsbodoni/bodonirg8a.vf + texmf-dist/fonts/vf/public/gfsbodoni/bodonirg9a.vf + texmf-dist/fonts/vf/public/gfsbodoni/bodonisc8a.vf + texmf-dist/fonts/vf/public/gfsbodoni/bodonisc9a.vf + texmf-dist/fonts/vf/public/gfsbodoni/bodonisco8a.vf + texmf-dist/fonts/vf/public/gfsbodoni/bodonisco9a.vf + texmf-dist/fonts/vf/public/gfsbodoni/bodonitabnums8a.vf + texmf-dist/fonts/vf/public/gfsbodoni/gbodonib6a.vf + texmf-dist/fonts/vf/public/gfsbodoni/gbodonibi6a.vf + texmf-dist/fonts/vf/public/gfsbodoni/gbodonibo6a.vf + texmf-dist/fonts/vf/public/gfsbodoni/gbodonii6a.vf + texmf-dist/fonts/vf/public/gfsbodoni/gbodonio6a.vf + texmf-dist/fonts/vf/public/gfsbodoni/gbodonio9a.vf + texmf-dist/fonts/vf/public/gfsbodoni/gbodonirg6a.vf + texmf-dist/fonts/vf/public/gfsbodoni/gbodonisc6a.vf + texmf-dist/fonts/vf/public/gfsbodoni/gbodonisco6a.vf + texmf-dist/tex/latex/gfsbodoni/gfsbodoni.sty + texmf-dist/tex/latex/gfsbodoni/lgrbodoni.fd + texmf-dist/tex/latex/gfsbodoni/ot1bodoni.fd + texmf-dist/tex/latex/gfsbodoni/t1bodoni.fd + texmf-dist/tex/latex/gfsbodoni/ubodoninums.fd +catalogue-ctan /fonts/greek/gfs/gfsbodoni +catalogue-date 2008-08-19 21:00:04 +0200 +catalogue-license other-free +catalogue-version 1.0 + +name gfscomplutum +category Package +revision 15878 +shortdesc A Greek font with a long history. +longdesc GFS Complutum derives, via a long development, from a +longdesc minuscule-only font cut in the 16th century. An unsatisfactory +longdesc set of majuscules were added in the early 20th century, but its +longdesc author died before he could complete the revival of the font. +longdesc The Greek Font Society has released this version, which has a +longdesc new set of majuscules. +execute addMap gfscomplutum.map +docfiles size=25 + texmf-dist/doc/fonts/gfscomplutum/OFL-FAQ.txt + texmf-dist/doc/fonts/gfscomplutum/OFL.txt + texmf-dist/doc/fonts/gfscomplutum/README details="Readme" + texmf-dist/doc/fonts/gfscomplutum/gfscomplutum.pdf + texmf-dist/doc/fonts/gfscomplutum/gfscomplutum.tex +runfiles size=58 + texmf-dist/fonts/afm/public/gfscomplutum/GFSComplutum-Regular.afm + texmf-dist/fonts/enc/dvips/gfscomplutum/gpcomplutum.enc + texmf-dist/fonts/map/dvips/gfscomplutum/gfscomplutum.map + texmf-dist/fonts/opentype/public/gfscomplutum/GFSPolyglot.otf + texmf-dist/fonts/tfm/public/gfscomplutum/gcomplutum8a.tfm + texmf-dist/fonts/tfm/public/gfscomplutum/gcomplutum8r.tfm + texmf-dist/fonts/tfm/public/gfscomplutum/gcomplutumo8a.tfm + texmf-dist/fonts/tfm/public/gfscomplutum/gcomplutumo8r.tfm + texmf-dist/fonts/type1/public/gfscomplutum/GFSComplutum-Regular.pfb + texmf-dist/fonts/vf/public/gfscomplutum/gcomplutum8a.vf + texmf-dist/fonts/vf/public/gfscomplutum/gcomplutumo8a.vf + texmf-dist/tex/latex/gfscomplutum/gfscomplutum.sty + texmf-dist/tex/latex/gfscomplutum/lgrcomplutum.fd +catalogue-ctan /fonts/greek/gfs/gfscomplutum +catalogue-date 2008-08-19 21:00:04 +0200 +catalogue-license ofl +catalogue-version 1.0 + +name gfsdidot +category Package +revision 15878 +shortdesc A Greek font based on Didot's work. +longdesc The design of Didot's 1805 Greek typeface was influenced by the +longdesc neoclassical ideals of the late 18th century. The font was +longdesc brought to Greece at the time of the 1821 Greek Revolution, by +longdesc Didot's son, and was very widely used. The present version is +longdesc provided by the Greek Font Society. The font supports the Greek +longdesc alphabet, and is accompanied by a matching Latin alphabet based +longdesc on Zapf's Palatino. LaTeX support is provided, using the OT1, +longdesc T1 and LGR encodings. +execute addMap gfsdidot.map +docfiles size=37 + texmf-dist/doc/fonts/gfsdidot/OFL-FAQ.txt + texmf-dist/doc/fonts/gfsdidot/OFL.txt + texmf-dist/doc/fonts/gfsdidot/README details="Readme" + texmf-dist/doc/fonts/gfsdidot/gfsdidot.pdf + texmf-dist/doc/fonts/gfsdidot/gfsdidot.tex +runfiles size=585 + texmf-dist/fonts/afm/public/gfsdidot/GFSDidot-Bold.afm + texmf-dist/fonts/afm/public/gfsdidot/GFSDidot-BoldItalic.afm + texmf-dist/fonts/afm/public/gfsdidot/GFSDidot-Italic.afm + texmf-dist/fonts/afm/public/gfsdidot/GFSDidot.afm + texmf-dist/fonts/afm/public/gfsdidot/GFSOlga.afm + texmf-dist/fonts/enc/dvips/gfsdidot/didot.enc + texmf-dist/fonts/enc/dvips/gfsdidot/didotdenomnums.enc + texmf-dist/fonts/enc/dvips/gfsdidot/didotec.enc + texmf-dist/fonts/enc/dvips/gfsdidot/didotnumnums.enc + texmf-dist/fonts/enc/dvips/gfsdidot/didottabnums.enc + texmf-dist/fonts/enc/dvips/gfsdidot/didotuecsc.enc + texmf-dist/fonts/enc/dvips/gfsdidot/didotusc.enc + texmf-dist/fonts/enc/dvips/gfsdidot/gfsudidotmath.enc + texmf-dist/fonts/enc/dvips/gfsdidot/gpdidot.enc + texmf-dist/fonts/enc/dvips/gfsdidot/gpdidoti.enc + texmf-dist/fonts/enc/dvips/gfsdidot/gpdidotusc.enc + texmf-dist/fonts/enc/dvips/gfsdidot/gpolga.enc + texmf-dist/fonts/map/dvips/gfsdidot/gfsdidot.map + texmf-dist/fonts/opentype/public/gfsdidot/GFSDidot.otf + texmf-dist/fonts/opentype/public/gfsdidot/GFSDidotBold.otf + texmf-dist/fonts/opentype/public/gfsdidot/GFSDidotBoldItalic.otf + texmf-dist/fonts/opentype/public/gfsdidot/GFSDidotItalic.otf + texmf-dist/fonts/opentype/public/gfsdidot/GFSOlga.otf + texmf-dist/fonts/tfm/public/gfsdidot/didotb8a.tfm + texmf-dist/fonts/tfm/public/gfsdidot/didotb8r.tfm + texmf-dist/fonts/tfm/public/gfsdidot/didotb9a.tfm + texmf-dist/fonts/tfm/public/gfsdidot/didotb9r.tfm + texmf-dist/fonts/tfm/public/gfsdidot/didotbi8a.tfm + texmf-dist/fonts/tfm/public/gfsdidot/didotbi8r.tfm + texmf-dist/fonts/tfm/public/gfsdidot/didotbi9a.tfm + texmf-dist/fonts/tfm/public/gfsdidot/didotbi9r.tfm + texmf-dist/fonts/tfm/public/gfsdidot/didotbo8a.tfm + texmf-dist/fonts/tfm/public/gfsdidot/didotbo8r.tfm + texmf-dist/fonts/tfm/public/gfsdidot/didotbo9a.tfm + texmf-dist/fonts/tfm/public/gfsdidot/didotbo9r.tfm + texmf-dist/fonts/tfm/public/gfsdidot/didotdenomnums8a.tfm + texmf-dist/fonts/tfm/public/gfsdidot/didotdenomnums8r.tfm + texmf-dist/fonts/tfm/public/gfsdidot/didoti8a.tfm + texmf-dist/fonts/tfm/public/gfsdidot/didoti8r.tfm + texmf-dist/fonts/tfm/public/gfsdidot/didoti9a.tfm + texmf-dist/fonts/tfm/public/gfsdidot/didoti9r.tfm + texmf-dist/fonts/tfm/public/gfsdidot/didotnumnums8a.tfm + texmf-dist/fonts/tfm/public/gfsdidot/didotnumnums8r.tfm + texmf-dist/fonts/tfm/public/gfsdidot/didoto8a.tfm + texmf-dist/fonts/tfm/public/gfsdidot/didoto8r.tfm + texmf-dist/fonts/tfm/public/gfsdidot/didoto9a.tfm + texmf-dist/fonts/tfm/public/gfsdidot/didoto9r.tfm + texmf-dist/fonts/tfm/public/gfsdidot/didotrg8a.tfm + texmf-dist/fonts/tfm/public/gfsdidot/didotrg8r.tfm + texmf-dist/fonts/tfm/public/gfsdidot/didotrg9a.tfm + texmf-dist/fonts/tfm/public/gfsdidot/didotrg9r.tfm + texmf-dist/fonts/tfm/public/gfsdidot/didotsc8a.tfm + texmf-dist/fonts/tfm/public/gfsdidot/didotsc8r.tfm + texmf-dist/fonts/tfm/public/gfsdidot/didotsc9a.tfm + texmf-dist/fonts/tfm/public/gfsdidot/didotsc9r.tfm + texmf-dist/fonts/tfm/public/gfsdidot/didotsco8a.tfm + texmf-dist/fonts/tfm/public/gfsdidot/didotsco8r.tfm + texmf-dist/fonts/tfm/public/gfsdidot/didotsco9a.tfm + texmf-dist/fonts/tfm/public/gfsdidot/didotsco9r.tfm + texmf-dist/fonts/tfm/public/gfsdidot/didottabnums8a.tfm + texmf-dist/fonts/tfm/public/gfsdidot/didottabnums8r.tfm + texmf-dist/fonts/tfm/public/gfsdidot/didotui8a.tfm + texmf-dist/fonts/tfm/public/gfsdidot/didotui8r.tfm + texmf-dist/fonts/tfm/public/gfsdidot/didotui9a.tfm + texmf-dist/fonts/tfm/public/gfsdidot/didotui9r.tfm + texmf-dist/fonts/tfm/public/gfsdidot/gdidotb6a.tfm + texmf-dist/fonts/tfm/public/gfsdidot/gdidotb6r.tfm + texmf-dist/fonts/tfm/public/gfsdidot/gdidotbi6a.tfm + texmf-dist/fonts/tfm/public/gfsdidot/gdidotbi6r.tfm + texmf-dist/fonts/tfm/public/gfsdidot/gdidoti6a.tfm + texmf-dist/fonts/tfm/public/gfsdidot/gdidoti6r.tfm + texmf-dist/fonts/tfm/public/gfsdidot/gdidotrg6a.tfm + texmf-dist/fonts/tfm/public/gfsdidot/gdidotrg6r.tfm + texmf-dist/fonts/tfm/public/gfsdidot/gdidotsc6a.tfm + texmf-dist/fonts/tfm/public/gfsdidot/gdidotsc6r.tfm + texmf-dist/fonts/tfm/public/gfsdidot/gdidotsco6a.tfm + texmf-dist/fonts/tfm/public/gfsdidot/gdidotsco6r.tfm + texmf-dist/fonts/tfm/public/gfsdidot/gfsudidotmath8a.tfm + texmf-dist/fonts/tfm/public/gfsdidot/gfsudidotmath8r.tfm + texmf-dist/fonts/tfm/public/gfsdidot/golgai6a.tfm + texmf-dist/fonts/tfm/public/gfsdidot/golgai6r.tfm + texmf-dist/fonts/tfm/public/gfsdidot/golgaui6a.tfm + texmf-dist/fonts/tfm/public/gfsdidot/golgaui6r.tfm + texmf-dist/fonts/type1/public/gfsdidot/GFSDidot-Bold.pfb + texmf-dist/fonts/type1/public/gfsdidot/GFSDidot-BoldItalic.pfb + texmf-dist/fonts/type1/public/gfsdidot/GFSDidot-Italic.pfb + texmf-dist/fonts/type1/public/gfsdidot/GFSDidot.pfb + texmf-dist/fonts/type1/public/gfsdidot/GFSOlga.pfb + texmf-dist/fonts/vf/public/gfsdidot/didotb8a.vf + texmf-dist/fonts/vf/public/gfsdidot/didotb9a.vf + texmf-dist/fonts/vf/public/gfsdidot/didotbi8a.vf + texmf-dist/fonts/vf/public/gfsdidot/didotbi9a.vf + texmf-dist/fonts/vf/public/gfsdidot/didotbo8a.vf + texmf-dist/fonts/vf/public/gfsdidot/didotbo9a.vf + texmf-dist/fonts/vf/public/gfsdidot/didotdenomnums8a.vf + texmf-dist/fonts/vf/public/gfsdidot/didoti8a.vf + texmf-dist/fonts/vf/public/gfsdidot/didoti9a.vf + texmf-dist/fonts/vf/public/gfsdidot/didotnumnums8a.vf + texmf-dist/fonts/vf/public/gfsdidot/didoto8a.vf + texmf-dist/fonts/vf/public/gfsdidot/didoto9a.vf + texmf-dist/fonts/vf/public/gfsdidot/didotrg8a.vf + texmf-dist/fonts/vf/public/gfsdidot/didotrg9a.vf + texmf-dist/fonts/vf/public/gfsdidot/didotsc8a.vf + texmf-dist/fonts/vf/public/gfsdidot/didotsc9a.vf + texmf-dist/fonts/vf/public/gfsdidot/didotsco8a.vf + texmf-dist/fonts/vf/public/gfsdidot/didotsco9a.vf + texmf-dist/fonts/vf/public/gfsdidot/didottabnums8a.vf + texmf-dist/fonts/vf/public/gfsdidot/didotui8a.vf + texmf-dist/fonts/vf/public/gfsdidot/didotui9a.vf + texmf-dist/fonts/vf/public/gfsdidot/gdidotb6a.vf + texmf-dist/fonts/vf/public/gfsdidot/gdidotbi6a.vf + texmf-dist/fonts/vf/public/gfsdidot/gdidoti6a.vf + texmf-dist/fonts/vf/public/gfsdidot/gdidotrg6a.vf + texmf-dist/fonts/vf/public/gfsdidot/gdidotsc6a.vf + texmf-dist/fonts/vf/public/gfsdidot/gdidotsco6a.vf + texmf-dist/fonts/vf/public/gfsdidot/gfsudidotmath8a.vf + texmf-dist/fonts/vf/public/gfsdidot/golgai6a.vf + texmf-dist/fonts/vf/public/gfsdidot/golgaui6a.vf + texmf-dist/tex/latex/gfsdidot/gfsdidot.sty + texmf-dist/tex/latex/gfsdidot/lgrudidot.fd + texmf-dist/tex/latex/gfsdidot/omludidot.fd + texmf-dist/tex/latex/gfsdidot/ot1udidot.fd + texmf-dist/tex/latex/gfsdidot/t1udidot.fd + texmf-dist/tex/latex/gfsdidot/uudidotnums.fd +catalogue-ctan /fonts/greek/gfs/gfsdidot +catalogue-date 2008-08-19 21:00:04 +0200 +catalogue-license other-free +catalogue-version 1.0 + +name gfsneohellenic +category Package +revision 15878 +shortdesc A Greek font in the Neo-Hellenic style. +longdesc The NeoHellenic style evolved in academic circles in the 19th +longdesc and 20th century; the present font follows a cut commissioned +longdesc from Monotype in 1927. The present version was provided by the +longdesc Greek Font Society. The font supports both Greek and Latin +longdesc characters, and has been adjusted to work well with the +longdesc cmbright fonts for mathematics support. LaTeX support of the +longdesc fonts is provided, offering OT1, T1 and LGR encodings. +execute addMap gfsneohellenic.map +docfiles size=35 + texmf-dist/doc/fonts/gfsneohellenic/OFL-FAQ.txt + texmf-dist/doc/fonts/gfsneohellenic/OFL.txt + texmf-dist/doc/fonts/gfsneohellenic/README details="Readme" + texmf-dist/doc/fonts/gfsneohellenic/README.TEXLIVE + texmf-dist/doc/fonts/gfsneohellenic/gfsneohellenic.pdf + texmf-dist/doc/fonts/gfsneohellenic/gfsneohellenic.tex +runfiles size=446 + texmf-dist/fonts/afm/public/gfsneohellenic/GFSNeohellenic-Bold.afm + texmf-dist/fonts/afm/public/gfsneohellenic/GFSNeohellenic-BoldItalic.afm + texmf-dist/fonts/afm/public/gfsneohellenic/GFSNeohellenic-Italic.afm + texmf-dist/fonts/afm/public/gfsneohellenic/GFSNeohellenic-Regular.afm + texmf-dist/fonts/enc/dvips/gfsneohellenic/neohellenic.enc + texmf-dist/fonts/enc/dvips/gfsneohellenic/neohellenicdenomnums.enc + texmf-dist/fonts/enc/dvips/gfsneohellenic/neohellenicec.enc + texmf-dist/fonts/enc/dvips/gfsneohellenic/neohellenicecsc.enc + texmf-dist/fonts/enc/dvips/gfsneohellenic/neohellenicel.enc + texmf-dist/fonts/enc/dvips/gfsneohellenic/neohellenicelsc.enc + texmf-dist/fonts/enc/dvips/gfsneohellenic/neohellenicmath.enc + texmf-dist/fonts/enc/dvips/gfsneohellenic/neohellenicnumnums.enc + texmf-dist/fonts/enc/dvips/gfsneohellenic/neohellenicsc.enc + texmf-dist/fonts/enc/dvips/gfsneohellenic/neohellenictabnums.enc + texmf-dist/fonts/map/dvips/gfsneohellenic/gfsneohellenic.map + texmf-dist/fonts/opentype/public/gfsneohellenic/GFSNeohellenic.otf + texmf-dist/fonts/opentype/public/gfsneohellenic/GFSNeohellenicBold.otf + texmf-dist/fonts/opentype/public/gfsneohellenic/GFSNeohellenicBoldIt.otf + texmf-dist/fonts/opentype/public/gfsneohellenic/GFSNeohellenicIt.otf + texmf-dist/fonts/tfm/public/gfsneohellenic/gfsneohellenicmath8a.tfm + texmf-dist/fonts/tfm/public/gfsneohellenic/gfsneohellenicmath8r.tfm + texmf-dist/fonts/tfm/public/gfsneohellenic/gneohellenicb6a.tfm + texmf-dist/fonts/tfm/public/gfsneohellenic/gneohellenicb6r.tfm + texmf-dist/fonts/tfm/public/gfsneohellenic/gneohellenicbi6a.tfm + texmf-dist/fonts/tfm/public/gfsneohellenic/gneohellenicbi6r.tfm + texmf-dist/fonts/tfm/public/gfsneohellenic/gneohellenicbo6a.tfm + texmf-dist/fonts/tfm/public/gfsneohellenic/gneohellenicbo6r.tfm + texmf-dist/fonts/tfm/public/gfsneohellenic/gneohellenici6a.tfm + texmf-dist/fonts/tfm/public/gfsneohellenic/gneohellenici6r.tfm + texmf-dist/fonts/tfm/public/gfsneohellenic/gneohellenico6a.tfm + texmf-dist/fonts/tfm/public/gfsneohellenic/gneohellenico6r.tfm + texmf-dist/fonts/tfm/public/gfsneohellenic/gneohellenicrg6a.tfm + texmf-dist/fonts/tfm/public/gfsneohellenic/gneohellenicrg6r.tfm + texmf-dist/fonts/tfm/public/gfsneohellenic/gneohellenicsc6a.tfm + texmf-dist/fonts/tfm/public/gfsneohellenic/gneohellenicsc6r.tfm + texmf-dist/fonts/tfm/public/gfsneohellenic/gneohellenicsco6a.tfm + texmf-dist/fonts/tfm/public/gfsneohellenic/gneohellenicsco6r.tfm + texmf-dist/fonts/tfm/public/gfsneohellenic/neohellenicb8a.tfm + texmf-dist/fonts/tfm/public/gfsneohellenic/neohellenicb8r.tfm + texmf-dist/fonts/tfm/public/gfsneohellenic/neohellenicb9a.tfm + texmf-dist/fonts/tfm/public/gfsneohellenic/neohellenicb9r.tfm + texmf-dist/fonts/tfm/public/gfsneohellenic/neohellenicbi8a.tfm + texmf-dist/fonts/tfm/public/gfsneohellenic/neohellenicbi8r.tfm + texmf-dist/fonts/tfm/public/gfsneohellenic/neohellenicbi9a.tfm + texmf-dist/fonts/tfm/public/gfsneohellenic/neohellenicbi9r.tfm + texmf-dist/fonts/tfm/public/gfsneohellenic/neohellenicbo8a.tfm + texmf-dist/fonts/tfm/public/gfsneohellenic/neohellenicbo8r.tfm + texmf-dist/fonts/tfm/public/gfsneohellenic/neohellenicbo9a.tfm + texmf-dist/fonts/tfm/public/gfsneohellenic/neohellenicbo9r.tfm + texmf-dist/fonts/tfm/public/gfsneohellenic/neohellenicdenomnums8a.tfm + texmf-dist/fonts/tfm/public/gfsneohellenic/neohellenicdenomnums8r.tfm + texmf-dist/fonts/tfm/public/gfsneohellenic/neohellenici8a.tfm + texmf-dist/fonts/tfm/public/gfsneohellenic/neohellenici8r.tfm + texmf-dist/fonts/tfm/public/gfsneohellenic/neohellenici9a.tfm + texmf-dist/fonts/tfm/public/gfsneohellenic/neohellenici9r.tfm + texmf-dist/fonts/tfm/public/gfsneohellenic/neohellenicnumnums8a.tfm + texmf-dist/fonts/tfm/public/gfsneohellenic/neohellenicnumnums8r.tfm + texmf-dist/fonts/tfm/public/gfsneohellenic/neohellenico8a.tfm + texmf-dist/fonts/tfm/public/gfsneohellenic/neohellenico8r.tfm + texmf-dist/fonts/tfm/public/gfsneohellenic/neohellenico9a.tfm + texmf-dist/fonts/tfm/public/gfsneohellenic/neohellenico9r.tfm + texmf-dist/fonts/tfm/public/gfsneohellenic/neohellenicrg8a.tfm + texmf-dist/fonts/tfm/public/gfsneohellenic/neohellenicrg8r.tfm + texmf-dist/fonts/tfm/public/gfsneohellenic/neohellenicrg9a.tfm + texmf-dist/fonts/tfm/public/gfsneohellenic/neohellenicrg9r.tfm + texmf-dist/fonts/tfm/public/gfsneohellenic/neohellenicsc8a.tfm + texmf-dist/fonts/tfm/public/gfsneohellenic/neohellenicsc8r.tfm + texmf-dist/fonts/tfm/public/gfsneohellenic/neohellenicsc9a.tfm + texmf-dist/fonts/tfm/public/gfsneohellenic/neohellenicsc9r.tfm + texmf-dist/fonts/tfm/public/gfsneohellenic/neohellenicsco8a.tfm + texmf-dist/fonts/tfm/public/gfsneohellenic/neohellenicsco8r.tfm + texmf-dist/fonts/tfm/public/gfsneohellenic/neohellenicsco9a.tfm + texmf-dist/fonts/tfm/public/gfsneohellenic/neohellenicsco9r.tfm + texmf-dist/fonts/tfm/public/gfsneohellenic/neohellenictabnums8a.tfm + texmf-dist/fonts/tfm/public/gfsneohellenic/neohellenictabnums8r.tfm + texmf-dist/fonts/type1/public/gfsneohellenic/GFSNeohellenic-Bold.pfb + texmf-dist/fonts/type1/public/gfsneohellenic/GFSNeohellenic-BoldItalic.pfb + texmf-dist/fonts/type1/public/gfsneohellenic/GFSNeohellenic-Italic.pfb + texmf-dist/fonts/type1/public/gfsneohellenic/GFSNeohellenic-Regular.pfb + texmf-dist/fonts/vf/public/gfsneohellenic/gfsneohellenicmath8a.vf + texmf-dist/fonts/vf/public/gfsneohellenic/gneohellenicb6a.vf + texmf-dist/fonts/vf/public/gfsneohellenic/gneohellenicbi6a.vf + texmf-dist/fonts/vf/public/gfsneohellenic/gneohellenicbo6a.vf + texmf-dist/fonts/vf/public/gfsneohellenic/gneohellenici6a.vf + texmf-dist/fonts/vf/public/gfsneohellenic/gneohellenico6a.vf + texmf-dist/fonts/vf/public/gfsneohellenic/gneohellenicrg6a.vf + texmf-dist/fonts/vf/public/gfsneohellenic/gneohellenicsc6a.vf + texmf-dist/fonts/vf/public/gfsneohellenic/gneohellenicsco6a.vf + texmf-dist/fonts/vf/public/gfsneohellenic/neohellenicb8a.vf + texmf-dist/fonts/vf/public/gfsneohellenic/neohellenicb9a.vf + texmf-dist/fonts/vf/public/gfsneohellenic/neohellenicbi8a.vf + texmf-dist/fonts/vf/public/gfsneohellenic/neohellenicbi9a.vf + texmf-dist/fonts/vf/public/gfsneohellenic/neohellenicbo8a.vf + texmf-dist/fonts/vf/public/gfsneohellenic/neohellenicbo9a.vf + texmf-dist/fonts/vf/public/gfsneohellenic/neohellenicdenomnums8a.vf + texmf-dist/fonts/vf/public/gfsneohellenic/neohellenici8a.vf + texmf-dist/fonts/vf/public/gfsneohellenic/neohellenici9a.vf + texmf-dist/fonts/vf/public/gfsneohellenic/neohellenicnumnums8a.vf + texmf-dist/fonts/vf/public/gfsneohellenic/neohellenico8a.vf + texmf-dist/fonts/vf/public/gfsneohellenic/neohellenico9a.vf + texmf-dist/fonts/vf/public/gfsneohellenic/neohellenicrg8a.vf + texmf-dist/fonts/vf/public/gfsneohellenic/neohellenicrg9a.vf + texmf-dist/fonts/vf/public/gfsneohellenic/neohellenicsc8a.vf + texmf-dist/fonts/vf/public/gfsneohellenic/neohellenicsc9a.vf + texmf-dist/fonts/vf/public/gfsneohellenic/neohellenicsco8a.vf + texmf-dist/fonts/vf/public/gfsneohellenic/neohellenicsco9a.vf + texmf-dist/fonts/vf/public/gfsneohellenic/neohellenictabnums8a.vf + texmf-dist/tex/latex/gfsneohellenic/gfsneohellenic.sty + texmf-dist/tex/latex/gfsneohellenic/lgrneohellenic.fd + texmf-dist/tex/latex/gfsneohellenic/omlneohellenic.fd + texmf-dist/tex/latex/gfsneohellenic/ot1neohellenic.fd + texmf-dist/tex/latex/gfsneohellenic/t1neohellenic.fd + texmf-dist/tex/latex/gfsneohellenic/uneohellenicnums.fd +catalogue-ctan /fonts/greek/gfs/gfsneohellenic +catalogue-date 2009-01-15 17:25:25 +0100 +catalogue-license other-free +catalogue-version 1.0 rev + +name gfsporson +category Package +revision 15878 +shortdesc A Greek font, originally from Porson. +longdesc Porson is an elegant Greek font, originally cut at the turn of +longdesc the 19th Century in England. The present version has been +longdesc provided by the Greek Font Society. The font supports the Greek +longdesc alphabet only. LaTeX support is provided, using the LGR +longdesc encoding. +execute addMap gfsporson.map +docfiles size=17 + texmf-dist/doc/fonts/gfsporson/OFL-FAQ.txt + texmf-dist/doc/fonts/gfsporson/OFL.txt + texmf-dist/doc/fonts/gfsporson/README details="Readme" + texmf-dist/doc/fonts/gfsporson/gfsporson.pdf + texmf-dist/doc/fonts/gfsporson/gfsporson.tex +runfiles size=47 + texmf-dist/fonts/afm/public/gfsporson/GFSPorson-Regular.afm + texmf-dist/fonts/enc/dvips/gfsporson/porsonel.enc + texmf-dist/fonts/map/dvips/gfsporson/gfsporson.map + texmf-dist/fonts/opentype/public/gfsporson/GFSPorson.otf + texmf-dist/fonts/tfm/public/gfsporson/gporsonrg6a.tfm + texmf-dist/fonts/tfm/public/gfsporson/gporsonrg6r.tfm + texmf-dist/fonts/type1/public/gfsporson/GFSPorson-Regular.pfb + texmf-dist/fonts/vf/public/gfsporson/gporsonrg6a.vf + texmf-dist/tex/latex/gfsporson/gfsporson.sty + texmf-dist/tex/latex/gfsporson/lgrporson.fd +catalogue-ctan /fonts/greek/gfs/gfsporson +catalogue-date 2008-08-19 21:00:04 +0200 +catalogue-license other-free +catalogue-version 1.01 + +name gfssolomos +category Package +revision 15878 +shortdesc A Greek-alphabet font. +longdesc Solomos is a font which traces its descent from a +longdesc calligraphically-inspired font of the mid-19th century. LaTeX +longdesc support, for use with the LGR encoding only, is provided. +execute addMap gfssolomos.map +docfiles size=24 + texmf-dist/doc/fonts/gfssolomos/OFL-FAQ.txt + texmf-dist/doc/fonts/gfssolomos/OFL.txt + texmf-dist/doc/fonts/gfssolomos/README details="Readme" + texmf-dist/doc/fonts/gfssolomos/gfssolomos.pdf + texmf-dist/doc/fonts/gfssolomos/gfssolomos.tex +runfiles size=44 + texmf-dist/fonts/afm/public/gfssolomos/GFSSolomos-Regular.afm + texmf-dist/fonts/enc/dvips/gfssolomos/gpsolomos.enc + texmf-dist/fonts/map/dvips/gfssolomos/gfssolomos.map + texmf-dist/fonts/opentype/public/gfssolomos/GFSSolomos.otf + texmf-dist/fonts/tfm/public/gfssolomos/gsolomos8a.tfm + texmf-dist/fonts/tfm/public/gfssolomos/gsolomos8r.tfm + texmf-dist/fonts/type1/public/gfssolomos/GFSSolomos-Regular.pfb + texmf-dist/fonts/vf/public/gfssolomos/gsolomos8a.vf + texmf-dist/tex/latex/gfssolomos/gfssolomos.sty + texmf-dist/tex/latex/gfssolomos/lgrsolomos.fd +catalogue-ctan /fonts/greek/gfs/gfssolomos +catalogue-date 2008-08-19 21:00:04 +0200 +catalogue-license ofl +catalogue-version 1.0 + +name ginpenc +category Package +revision 15878 +shortdesc Modification of inputenc for German. +longdesc If the inputenc is used and German umlauts are input directly, +longdesc they are converted to the LICR representation \"a (etc.). This +longdesc breaks the sort algorithm of makeindex, for instance. Ginpenc +longdesc converts umlauts and the sharp-s to the short forms defined by +longdesc babel, e.g., "a instead, if the text is typeset in German. +docfiles size=26 + texmf-dist/doc/latex/ginpenc/README details="Readme" + texmf-dist/doc/latex/ginpenc/ginpenc.pdf details="Package documentation" + texmf-dist/doc/latex/ginpenc/news-message.txt + texmf-dist/doc/latex/ginpenc/testginpenc.tex +srcfiles size=7 + texmf-dist/source/latex/ginpenc/Makefile + texmf-dist/source/latex/ginpenc/ginpenc.dtx + texmf-dist/source/latex/ginpenc/ginpenc.ins +runfiles size=18 + texmf-dist/tex/latex/ginpenc/ansinew.gie + texmf-dist/tex/latex/ginpenc/applemac.gie + texmf-dist/tex/latex/ginpenc/ascii.gie + texmf-dist/tex/latex/ginpenc/cp1250.gie + texmf-dist/tex/latex/ginpenc/cp1252.gie + texmf-dist/tex/latex/ginpenc/cp437.gie + texmf-dist/tex/latex/ginpenc/cp437de.gie + texmf-dist/tex/latex/ginpenc/cp850.gie + texmf-dist/tex/latex/ginpenc/cp852.gie + texmf-dist/tex/latex/ginpenc/cp865.gie + texmf-dist/tex/latex/ginpenc/decmulti.gie + texmf-dist/tex/latex/ginpenc/ginpenc.sty + texmf-dist/tex/latex/ginpenc/latin1.gie + texmf-dist/tex/latex/ginpenc/latin2.gie + texmf-dist/tex/latex/ginpenc/latin3.gie + texmf-dist/tex/latex/ginpenc/latin5.gie + texmf-dist/tex/latex/ginpenc/latin9.gie + texmf-dist/tex/latex/ginpenc/next.gie +catalogue-ctan /macros/latex/contrib/ginpenc +catalogue-date 2007-07-08 11:00:26 +0200 +catalogue-license lppl +catalogue-version 1.0 + +name gloss +category Package +revision 15878 +shortdesc Create glossaries using BibTeX. +longdesc A glossary package using BibTeX with \cite replaced by \gloss. +docfiles size=38 + texmf-dist/doc/latex/gloss/README details="Package Readme" + texmf-dist/doc/latex/gloss/gloss.pdf details="Package documentation" + texmf-dist/doc/latex/gloss/gloss.tex + texmf-dist/doc/latex/gloss/sample.tex +runfiles size=9 + texmf-dist/bibtex/bib/gloss/glsbase.bib + texmf-dist/bibtex/bib/gloss/sample.bib + texmf-dist/bibtex/bst/gloss/glsplain.bst + texmf-dist/bibtex/bst/gloss/glsshort.bst + texmf-dist/tex/latex/gloss/gloss.sty +catalogue-ctan /macros/latex/contrib/gloss +catalogue-date 2006-12-11 14:57:52 +0100 +catalogue-license lppl +catalogue-version 1.5.2 + +name glossaries +category Package +revision 15878 +shortdesc Create glossaries and lists of acronyms. +longdesc The glossaries package supports acronyms and multiple +longdesc glossaries, and has provision for operation in several +longdesc languages. New entries are defined to have a name and +longdesc description (and optionally an associated symbol). Support for +longdesc multiple languages is offered, and plural forms of terms may be +longdesc specified. An additional package, glossaries-accsupp, can make +longdesc use of the accsupp package mechanisms for accessibility support +longdesc for PDF files containing glossaries. The user may define new +longdesc glossary styles, and preambles and postambles can be specified. +longdesc There is provision for loading a database of terms, but only +longdesc terms used in the text will be added to the relevant glossary. +longdesc The package uses an indexing program to provide the actual +longdesc glossary; either makeindex or xindy may serve this purpose, and +longdesc a Perl script is provided to serve as interface. The package +longdesc distribution also provides the mfirstuc package, for changing +longdesc the first letter of a word to upper case. The package +longdesc supersedes the author's glossary package (which is now +longdesc obsolete), and a conversion tool is provided. +depend glossaries.ARCH +docfiles size=586 + texmf-dist/doc/latex/glossaries/CHANGES + texmf-dist/doc/latex/glossaries/INSTALL + texmf-dist/doc/latex/glossaries/README details="Readme" + texmf-dist/doc/latex/glossaries/glossaries-manual.html details="Package documentation (HTML)" + texmf-dist/doc/latex/glossaries/glossaries-manual.tex + texmf-dist/doc/latex/glossaries/glossaries.pdf details="Package documentation (PDF)" + texmf-dist/doc/latex/glossaries/glossariesbegin.html + texmf-dist/doc/latex/glossaries/glossariesbegin.pdf + texmf-dist/doc/latex/glossaries/glossariesbegin.tex + texmf-dist/doc/latex/glossaries/glossary2glossaries.html details="How to upgrade from glossary.sty (HTML)" + texmf-dist/doc/latex/glossaries/glossary2glossaries.pdf details="How to upgrade from glossary.sty (PDF)" + texmf-dist/doc/latex/glossaries/glossary2glossaries.tex + texmf-dist/doc/latex/glossaries/samples/database1.tex + texmf-dist/doc/latex/glossaries/samples/database2.tex + texmf-dist/doc/latex/glossaries/samples/minimalgls.tex + texmf-dist/doc/latex/glossaries/samples/sample.tex + texmf-dist/doc/latex/glossaries/samples/sample4col.tex + texmf-dist/doc/latex/glossaries/samples/sampleAcr.tex + texmf-dist/doc/latex/glossaries/samples/sampleAcrDesc.tex + texmf-dist/doc/latex/glossaries/samples/sampleDB.tex + texmf-dist/doc/latex/glossaries/samples/sampleDesc.tex + texmf-dist/doc/latex/glossaries/samples/sampleEq.tex + texmf-dist/doc/latex/glossaries/samples/sampleEqPg.tex + texmf-dist/doc/latex/glossaries/samples/sampleNtn.tex + texmf-dist/doc/latex/glossaries/samples/sampleSec.tex + texmf-dist/doc/latex/glossaries/samples/sampleaccsupp.tex + texmf-dist/doc/latex/glossaries/samples/sampletree.tex + texmf-dist/doc/latex/glossaries/samples/sampleutf8.tex + texmf-dist/doc/latex/glossaries/samples/samplexdy-mc.xdy + texmf-dist/doc/latex/glossaries/samples/samplexdy.tex +srcfiles size=188 + texmf-dist/source/latex/glossaries/glossaries.dtx + texmf-dist/source/latex/glossaries/glossaries.ins + texmf-dist/source/latex/glossaries/glossaries.perl +runfiles size=67 + texmf-dist/scripts/glossaries/makeglossaries + texmf-dist/scripts/glossaries/makeglossaries.bat + texmf-dist/tex/latex/glossaries/base/glossaries-babel.sty + texmf-dist/tex/latex/glossaries/base/glossaries.sty + texmf-dist/tex/latex/glossaries/base/mfirstuc.sty + texmf-dist/tex/latex/glossaries/dict/glossaries-dictionary-Brazil.dict + texmf-dist/tex/latex/glossaries/dict/glossaries-dictionary-Brazilian.dict + texmf-dist/tex/latex/glossaries/dict/glossaries-dictionary-Danish.dict + texmf-dist/tex/latex/glossaries/dict/glossaries-dictionary-Dutch.dict + texmf-dist/tex/latex/glossaries/dict/glossaries-dictionary-English.dict + texmf-dist/tex/latex/glossaries/dict/glossaries-dictionary-French.dict + texmf-dist/tex/latex/glossaries/dict/glossaries-dictionary-German.dict + texmf-dist/tex/latex/glossaries/dict/glossaries-dictionary-Irish.dict + texmf-dist/tex/latex/glossaries/dict/glossaries-dictionary-Italian.dict + texmf-dist/tex/latex/glossaries/dict/glossaries-dictionary-Magyar.dict + texmf-dist/tex/latex/glossaries/dict/glossaries-dictionary-Polish.dict + texmf-dist/tex/latex/glossaries/dict/glossaries-dictionary-Spanish.dict + texmf-dist/tex/latex/glossaries/expl/glossaries-accsupp.sty + texmf-dist/tex/latex/glossaries/styles/glossary-hypernav.sty + texmf-dist/tex/latex/glossaries/styles/glossary-list.sty + texmf-dist/tex/latex/glossaries/styles/glossary-long.sty + texmf-dist/tex/latex/glossaries/styles/glossary-longragged.sty + 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 +catalogue-ctan /macros/latex/contrib/glossaries +catalogue-date 2009-09-24 18:18:50 +0200 +catalogue-license lppl +catalogue-version 2.03 + +name glossaries.alpha-linux +category Package +revision 15878 +shortdesc alpha-linux files of glossaries +binfiles arch=alpha-linux size=1 + bin/alpha-linux/makeglossaries + +name glossaries.i386-cygwin +category Package +revision 15878 +shortdesc i386-cygwin files of glossaries +binfiles arch=i386-cygwin size=1 + bin/i386-cygwin/makeglossaries + +name glossaries.i386-linux +category Package +revision 15878 +shortdesc i386-linux files of glossaries +binfiles arch=i386-linux size=1 + bin/i386-linux/makeglossaries + +name glossaries.i386-netbsd +category Package +revision 15878 +shortdesc i386-netbsd files of glossaries +binfiles arch=i386-netbsd size=1 + bin/i386-netbsd/makeglossaries + +name glossaries.i386-solaris +category Package +revision 15878 +shortdesc i386-solaris files of glossaries +binfiles arch=i386-solaris size=1 + bin/i386-solaris/makeglossaries + +name glossaries.mips-irix +category Package +revision 15878 +shortdesc mips-irix files of glossaries +binfiles arch=mips-irix size=1 + bin/mips-irix/makeglossaries + +name glossaries.powerpc-aix +category Package +revision 15878 +shortdesc powerpc-aix files of glossaries +binfiles arch=powerpc-aix size=1 + bin/powerpc-aix/makeglossaries + +name glossaries.powerpc-linux +category Package +revision 15878 +shortdesc powerpc-linux files of glossaries +binfiles arch=powerpc-linux size=1 + bin/powerpc-linux/makeglossaries + +name glossaries.sparc-linux +category Package +revision 15878 +shortdesc sparc-linux files of glossaries +binfiles arch=sparc-linux size=1 + bin/sparc-linux/makeglossaries + +name glossaries.sparc-solaris +category Package +revision 15878 +shortdesc sparc-solaris files of glossaries +binfiles arch=sparc-solaris size=1 + bin/sparc-solaris/makeglossaries + +name glossaries.universal-darwin +category Package +revision 15878 +shortdesc universal-darwin files of glossaries +binfiles arch=universal-darwin size=1 + bin/universal-darwin/makeglossaries + +name glossaries.win32 +category Package +revision 15878 +shortdesc win32 files of glossaries +binfiles arch=win32 size=1 + bin/win32/makeglossaries.exe + +name glossaries.x86_64-linux +category Package +revision 15878 +shortdesc x86_64-linux files of glossaries +binfiles arch=x86_64-linux size=1 + bin/x86_64-linux/makeglossaries + +name glyphlist +category Package +revision 15878 +runfiles size=23 + texmf-dist/fonts/map/glyphlist/glyphlist.txt + texmf-dist/fonts/map/glyphlist/pdfglyphlist.txt + texmf-dist/fonts/map/glyphlist/texglyphlist.txt + +name gmdoc +category Package +revision 15878 +shortdesc Documentation of LaTeX packages. +longdesc A LaTeX package and an example class for documenting (La)TeX +longdesc packages, document classes, .dtx etc., providing hyperlinks. +longdesc The package is believed to be compatible with doc and permits +longdesc minimal markup of code (the macrocode environment is no longer +longdesc necessary). The package provides automatic detection of +longdesc definitions (detecting such things as \def, \newcommand, +longdesc \DeclareOption etc.). The package needs hyperref and the +longdesc author's three ''basic' packages: gmutils, gmverb and gmiflink. +longdesc As a bonus (and as an example of doc compatibility) driver +longdesc files are provided that may be used to typeset the LaTeX Base. +docfiles size=958 + texmf-dist/doc/latex/gmdoc/README details="README" + texmf-dist/doc/latex/gmdoc/basedrivers/doc_gmdoc.tex + texmf-dist/doc/latex/gmdoc/basedrivers/docstrip_gmdoc.tex + texmf-dist/doc/latex/gmdoc/basedrivers/source2e_gmdoc.tex + texmf-dist/doc/latex/gmdoc/gmdoc.pdf details="Package documentation" +runfiles size=86 + texmf-dist/makeindex/gmdoc/gmglo.ist + texmf-dist/tex/latex/gmdoc/gmdoc.sty + texmf-dist/tex/latex/gmdoc/gmdocc.cls + texmf-dist/tex/latex/gmdoc/gmoldcomm.sty +catalogue-ctan /macros/latex/contrib/gmdoc +catalogue-date 2009-05-25 21:57:25 +0200 +catalogue-license lppl +catalogue-version 0.99r + +name gmdoc-enhance +category Package +revision 15878 +shortdesc Some enhancements to the gmdoc package. +longdesc This package provides some enhancements for the gmdoc package: +longdesc nicer formatting for multiple line inline comments, an ability +longdesc to "comment out" some code, and a macro to input other files in +longdesc "normal" LaTeX mode. +docfiles size=59 + texmf-dist/doc/latex/gmdoc-enhance/README details="Readme" + texmf-dist/doc/latex/gmdoc-enhance/gmdoc-enhance.pdf details="Package documentation" +srcfiles size=8 + texmf-dist/source/latex/gmdoc-enhance/gmdoc-enhance.dtx + texmf-dist/source/latex/gmdoc-enhance/gmdoc-enhance.ins +runfiles size=3 + texmf-dist/tex/latex/gmdoc-enhance/gmdoc-enhance.sty +catalogue-ctan /macros/latex/contrib/gmdoc-enhance +catalogue-date 2009-03-01 13:29:14 +0100 +catalogue-license lppl +catalogue-version v0.2 + +name gmeometric +category Package +revision 15878 +shortdesc Change page size wherever it's safe +longdesc Changing the size of the typeset area is well-known to be a +longdesc dangerous operation in TeX documents. This package identifies +longdesc the circumstances where the \geometry command of the geometry +longdesc package may safely be used, (other, of course, than in the +longdesc preamble of a document) and provides a mechanism for using it. +longdesc The package makes use of the author's gmutils package. +docfiles size=23 + texmf-dist/doc/latex/gmeometric/README details="Readme" + texmf-dist/doc/latex/gmeometric/gmeometric.pdf details="Package documentation" +runfiles size=4 + texmf-dist/tex/latex/gmeometric/gmeometric.sty +catalogue-ctan /macros/latex/contrib/gmeometric +catalogue-date 2008-11-23 19:39:24 +0100 +catalogue-license lppl +catalogue-version 0.73 + +name gmiflink +category Package +revision 15878 +shortdesc Simplify usage of \hypertarget and \hyperlink. +longdesc Three hyperref-based macros that simplify usage of \hypertarget +longdesc and \hyperlink: one argument instead of the same one twice. +longdesc Also \gmiflink and \gmifref which typeset plain text instead of +longdesc generating an error or printing '??' if there is no respective +longdesc hypertarget or label. +docfiles size=16 + texmf-dist/doc/latex/gmiflink/README details="README" + texmf-dist/doc/latex/gmiflink/gmiflink.pdf details="Package documentation" +runfiles size=2 + texmf-dist/tex/latex/gmiflink/gmiflink.sty +catalogue-ctan /macros/latex/contrib/gmiflink +catalogue-date 2008-08-13 17:41:00 +0200 +catalogue-license lppl +catalogue-version v0.97 + +name gmutils +category Package +revision 15878 +shortdesc Support macros for other packages. +longdesc Miscellaneous macros used by others of the author's packages. +longdesc Contents of the package: \newgif and other globals; \@ifnextcat +longdesc and \@ifXeTeX; \(Re)storeMacro(s) to override redefinitions; +longdesc \afterfi and friends; commands from relsize, etc.; "almost an +longdesc environment" or redefinition of \begin (\begin* doesn't check +longdesc if the argument environment is defined). +docfiles size=352 + texmf-dist/doc/latex/gmutils/README details="README" + texmf-dist/doc/latex/gmutils/gmutils.pdf details="Package documentation" +runfiles size=36 + texmf-dist/tex/latex/gmutils/gmutils.sty +catalogue-ctan /macros/latex/contrib/gmutils +catalogue-date 2008-11-23 19:39:24 +0100 +catalogue-license lppl +catalogue-version v0.97 + +name gmverb +category Package +revision 15878 +shortdesc A variant of LaTeX \verb, verbatim and shortvrb. +longdesc A redefinition of \verb and verbatim so that long lines are +longdesc breakable before \ and after { with % as 'hyphen'. Allows you +longdesc to define your own verbatim-like environments (subject to a +longdesc size limit) and allows you to declare any single character as a +longdesc shorthand as in the \MakeShortVerb command of the shortvrb +longdesc package of the LaTeX distribution. The package depends on the +longdesc gmutils package. +docfiles size=62 + texmf-dist/doc/latex/gmverb/README details="README" + texmf-dist/doc/latex/gmverb/gmverb.pdf details="Package documentation" +runfiles size=7 + texmf-dist/tex/latex/gmverb/gmverb.sty +catalogue-ctan /macros/latex/contrib/gmverb +catalogue-date 2008-11-22 00:11:22 +0100 +catalogue-license lppl +catalogue-version v0.91 + +name gmverse +category Package +revision 15878 +shortdesc a package for typesetting (short) poems. +longdesc A redefinition of the verse environment to make the \\ command +longdesc optional for line ends and to give it a possibility of optical +longdesc centering and `right-hanging' alignment of lines broken because +longdesc of length. +docfiles size=55 + texmf-dist/doc/latex/gmverse/README details="README" + texmf-dist/doc/latex/gmverse/gmverse.pdf details="Package documentation" +runfiles size=8 + texmf-dist/tex/latex/gmverse/gmverse.sty +catalogue-ctan /macros/latex/contrib/gmverse +catalogue-date 2008-09-06 11:23:59 +0200 +catalogue-license lppl +catalogue-version v0.73 + +name gnuplottex +category Package +revision 15878 +shortdesc Embed Gnuplot commands in LaTeX documents. +longdesc Gnuplot code is extracted from the document and written to +longdesc .gnuplot files. Then, if shell escape is enabled, the graph +longdesc files are automatically processed and converted to PostScript +longdesc or PDF files, which will then be included. If shell escape is +longdesc disabled, the user will have to manually run the files through +longdesc gnuplot and re-run the LaTeX job. +docfiles size=30 + texmf-dist/doc/latex/gnuplottex/README + texmf-dist/doc/latex/gnuplottex/example-pdf.tex + texmf-dist/doc/latex/gnuplottex/gnuplottex.pdf details="Package documentation" + texmf-dist/doc/latex/gnuplottex/gpl.txt +srcfiles size=4 + texmf-dist/source/latex/gnuplottex/gnuplottex.dtx + texmf-dist/source/latex/gnuplottex/gnuplottex.ins +runfiles size=2 + texmf-dist/tex/latex/gnuplottex/gnuplottex.sty +catalogue-ctan /macros/latex/contrib/gnuplottex +catalogue-date 2007-10-13 14:36:21 +0200 +catalogue-license gpl +catalogue-version 0.4.2 + +name go +category Package +revision 15878 +shortdesc Fonts and macros for typesetting go games. +longdesc The macros provide for nothing more complicated than the +longdesc standard 19x19 board; the fonts are written in MetaFont. +srcfiles size=3 + texmf-dist/source/latex/go/gomaps.ltx +runfiles size=77 + texmf-dist/fonts/source/public/go/go.mf + texmf-dist/fonts/source/public/go/go10.mf + texmf-dist/fonts/source/public/go/go15.mf + texmf-dist/fonts/source/public/go/go1bla10.mf + texmf-dist/fonts/source/public/go/go1bla15.mf + texmf-dist/fonts/source/public/go/go1bla20.mf + texmf-dist/fonts/source/public/go/go1black.mf + texmf-dist/fonts/source/public/go/go1whi10.mf + texmf-dist/fonts/source/public/go/go1whi15.mf + texmf-dist/fonts/source/public/go/go1whi20.mf + texmf-dist/fonts/source/public/go/go1white.mf + texmf-dist/fonts/source/public/go/go20.mf + texmf-dist/fonts/source/public/go/go2bla10.mf + texmf-dist/fonts/source/public/go/go2bla15.mf + texmf-dist/fonts/source/public/go/go2bla20.mf + texmf-dist/fonts/source/public/go/go2black.mf + texmf-dist/fonts/source/public/go/go2whi10.mf + texmf-dist/fonts/source/public/go/go2whi15.mf + texmf-dist/fonts/source/public/go/go2whi20.mf + texmf-dist/fonts/source/public/go/go2white.mf + texmf-dist/fonts/source/public/go/gosign50.mf + texmf-dist/fonts/tfm/public/go/go10.tfm + texmf-dist/fonts/tfm/public/go/go15.tfm + texmf-dist/fonts/tfm/public/go/go1bla10.tfm + texmf-dist/fonts/tfm/public/go/go1bla15.tfm + texmf-dist/fonts/tfm/public/go/go1bla20.tfm + texmf-dist/fonts/tfm/public/go/go1whi10.tfm + texmf-dist/fonts/tfm/public/go/go1whi15.tfm + texmf-dist/fonts/tfm/public/go/go1whi20.tfm + texmf-dist/fonts/tfm/public/go/go20.tfm + texmf-dist/fonts/tfm/public/go/go2bla10.tfm + texmf-dist/fonts/tfm/public/go/go2bla15.tfm + texmf-dist/fonts/tfm/public/go/go2bla20.tfm + texmf-dist/fonts/tfm/public/go/go2whi10.tfm + texmf-dist/fonts/tfm/public/go/go2whi15.tfm + texmf-dist/fonts/tfm/public/go/go2whi20.tfm + texmf-dist/fonts/tfm/public/go/gosign50.tfm + texmf-dist/tex/latex/go/go.sty +catalogue-ctan /fonts/go +catalogue-date 2006-12-11 14:57:52 +0100 +catalogue-license pd + +name gost +category Package +revision 15878 +shortdesc BibTeX styles to format according to GOST. +longdesc BibTeX styles to format bibliography in English, Russian and +longdesc Ukrainian according to GOST 7.1-84 and GOST 7.80-00. +docfiles size=112 + texmf-dist/doc/bibtex/gost/README details="Readme" + texmf-dist/doc/bibtex/gost/gost71.pdf details="Preparing biblio in GOST 7.1-1984:" + texmf-dist/doc/bibtex/gost/gost780.pdf details="Preparing biblio in GOST 7.80-2000:" +srcfiles size=9 + texmf-dist/source/bibtex/gost/gost.dtx + texmf-dist/source/bibtex/gost/gost.ins +runfiles size=36 + texmf-dist/bibtex/bst/gost/gost71s.bst + texmf-dist/bibtex/bst/gost/gost71u.bst + texmf-dist/bibtex/bst/gost/gost780s.bst + texmf-dist/bibtex/bst/gost/gost780u.bst + texmf-dist/bibtex/csf/gost/cp1251.csf + texmf-dist/bibtex/csf/gost/koi8u.csf + texmf-dist/bibtex/csf/gost/ruscii.csf +catalogue-ctan /biblio/bibtex/contrib/gost +catalogue-date 2007-01-04 14:33:27 +0100 +catalogue-license lppl +catalogue-version 2005.08.12 + +name gothic +category Package +revision 15878 +shortdesc A collection of old German-style fonts. +longdesc A collection of fonts that reproduce those used in "old German" +longdesc printing. The set comprises Gothic, Schwabacher and Fraktur +longdesc fonts, a pair of handwriting fonts, Suetterlin and Schwell, and +longdesc a font containing decorative initials. In addition, there are +longdesc two re-encoding packages for Haralambous's fonts, providing T1, +longdesc using virtual fonts, and OT1 and T1, using Metafont. +execute addMap yfrak.map +docfiles size=1 + texmf-dist/doc/fonts/gothic/README +runfiles size=313 + texmf-dist/dvips/gothic/config.yfrak + texmf-dist/fonts/afm/public/gothic/yfrak.afm + texmf-dist/fonts/afm/public/gothic/ygoth.afm + texmf-dist/fonts/afm/public/gothic/yswab.afm + texmf-dist/fonts/map/dvips/gothic/yfrak.map + texmf-dist/fonts/source/public/gothic/cmfrabase.mf + texmf-dist/fonts/source/public/gothic/cmfrak.mf + texmf-dist/fonts/source/public/gothic/cmfraklow.mf + texmf-dist/fonts/source/public/gothic/cmfrakmis.mf + texmf-dist/fonts/source/public/gothic/cmfraknum.mf + texmf-dist/fonts/source/public/gothic/cmfrakoth.mf + texmf-dist/fonts/source/public/gothic/cmfrakupp.mf + texmf-dist/fonts/source/public/gothic/schwell.mf + texmf-dist/fonts/source/public/gothic/su-lig.mf + texmf-dist/fonts/source/public/gothic/su-low.mf + texmf-dist/fonts/source/public/gothic/su-spec.mf + texmf-dist/fonts/source/public/gothic/su-upp.mf + texmf-dist/fonts/source/public/gothic/suet14.mf + texmf-dist/fonts/source/public/gothic/xxfrak.mf + texmf-dist/fonts/source/public/gothic/yfrabase.mf + texmf-dist/fonts/source/public/gothic/yfrak.mf + texmf-dist/fonts/source/public/gothic/yfraklow.mf + texmf-dist/fonts/source/public/gothic/yfrakmis.mf + texmf-dist/fonts/source/public/gothic/yfraknum.mf + texmf-dist/fonts/source/public/gothic/yfrakoth.mf + texmf-dist/fonts/source/public/gothic/yfrakupp.mf + texmf-dist/fonts/source/public/gothic/ygotbase.mf + texmf-dist/fonts/source/public/gothic/ygoth.mf + texmf-dist/fonts/source/public/gothic/ygothgen.mf + texmf-dist/fonts/source/public/gothic/ygothlig.mf + texmf-dist/fonts/source/public/gothic/ygothlow.mf + texmf-dist/fonts/source/public/gothic/ygothmis.mf + texmf-dist/fonts/source/public/gothic/ygothnum.mf + texmf-dist/fonts/source/public/gothic/ygothupp.mf + texmf-dist/fonts/source/public/gothic/yinit.mf + texmf-dist/fonts/source/public/gothic/yinitA.mf + texmf-dist/fonts/source/public/gothic/yinitB.mf + texmf-dist/fonts/source/public/gothic/yinitC.mf + texmf-dist/fonts/source/public/gothic/yinitD.mf + texmf-dist/fonts/source/public/gothic/yinitE.mf + texmf-dist/fonts/source/public/gothic/yinitF.mf + texmf-dist/fonts/source/public/gothic/yinitG.mf + texmf-dist/fonts/source/public/gothic/yinitH.mf + texmf-dist/fonts/source/public/gothic/yinitJ.mf + texmf-dist/fonts/source/public/gothic/yinitK.mf + texmf-dist/fonts/source/public/gothic/yinitL.mf + texmf-dist/fonts/source/public/gothic/yinitM.mf + texmf-dist/fonts/source/public/gothic/yinitN.mf + texmf-dist/fonts/source/public/gothic/yinitO.mf + texmf-dist/fonts/source/public/gothic/yinitP.mf + texmf-dist/fonts/source/public/gothic/yinitQ.mf + texmf-dist/fonts/source/public/gothic/yinitR.mf + texmf-dist/fonts/source/public/gothic/yinitS.mf + texmf-dist/fonts/source/public/gothic/yinitT.mf + texmf-dist/fonts/source/public/gothic/yinitU.mf + texmf-dist/fonts/source/public/gothic/yinitV.mf + texmf-dist/fonts/source/public/gothic/yinitW.mf + texmf-dist/fonts/source/public/gothic/yinitX.mf + texmf-dist/fonts/source/public/gothic/yinitY.mf + texmf-dist/fonts/source/public/gothic/yinitZ.mf + texmf-dist/fonts/source/public/gothic/yinitas.mf + texmf-dist/fonts/source/public/gothic/yinitdd.mf + texmf-dist/fonts/source/public/gothic/yintbase.mf + texmf-dist/fonts/source/public/gothic/ysmfrak.mf + texmf-dist/fonts/source/public/gothic/yswab.mf + texmf-dist/fonts/source/public/gothic/yswabase.mf + texmf-dist/fonts/source/public/gothic/yswablow.mf + texmf-dist/fonts/source/public/gothic/yswabmis.mf + texmf-dist/fonts/source/public/gothic/yswabnum.mf + texmf-dist/fonts/source/public/gothic/yswabupp.mf + texmf-dist/fonts/tfm/public/gothic/cmfrak.tfm + texmf-dist/fonts/tfm/public/gothic/schwell.tfm + texmf-dist/fonts/tfm/public/gothic/suet14.tfm + texmf-dist/fonts/tfm/public/gothic/tfrak.tfm + texmf-dist/fonts/tfm/public/gothic/tfrakls.tfm + texmf-dist/fonts/tfm/public/gothic/tgoth.tfm + texmf-dist/fonts/tfm/public/gothic/tswab.tfm + texmf-dist/fonts/tfm/public/gothic/yfrak.tfm + texmf-dist/fonts/tfm/public/gothic/ygoth.tfm + texmf-dist/fonts/tfm/public/gothic/yinit.tfm + texmf-dist/fonts/tfm/public/gothic/yinitas.tfm + texmf-dist/fonts/tfm/public/gothic/yinitdd.tfm + texmf-dist/fonts/tfm/public/gothic/yswab.tfm + texmf-dist/fonts/type1/public/gothic/yfrak.pfb + texmf-dist/fonts/type1/public/gothic/ygoth.pfb + texmf-dist/fonts/type1/public/gothic/yswab.pfb + texmf-dist/fonts/vf/public/gothic/tfrak.vf + texmf-dist/fonts/vf/public/gothic/tfrakls.vf + texmf-dist/fonts/vf/public/gothic/tgoth.vf + texmf-dist/fonts/vf/public/gothic/tswab.vf +catalogue-ctan /fonts/gothic +catalogue-date 2009-01-16 17:12:15 +0100 +catalogue-license collection + +name graphics +category Package +revision 15878 +shortdesc Standard LaTeX graphics. +longdesc The primary LaTeX package for the support of the inclusion of +longdesc graphics generally produced with other tools. This package aims +longdesc to give a consistent interface to including the file types that +longdesc are understood by your printer driver. For extended +longdesc documentation see epslatex. +docfiles size=283 + texmf-dist/doc/latex/graphics/00readme.txt + texmf-dist/doc/latex/graphics/changes.txt + texmf-dist/doc/latex/graphics/color.pdf + texmf-dist/doc/latex/graphics/drivers.pdf + texmf-dist/doc/latex/graphics/epsfig.pdf + texmf-dist/doc/latex/graphics/graphics.pdf + texmf-dist/doc/latex/graphics/graphicx.pdf + texmf-dist/doc/latex/graphics/grfguide.pdf details="Guide to graphics in LaTeX (English)" language="en" + texmf-dist/doc/latex/graphics/keyval.pdf + texmf-dist/doc/latex/graphics/lscape.pdf + texmf-dist/doc/latex/graphics/trig.pdf +srcfiles size=65 + texmf-dist/source/latex/graphics/color.dtx + texmf-dist/source/latex/graphics/drivers.dtx + texmf-dist/source/latex/graphics/epsfig.dtx + texmf-dist/source/latex/graphics/graphics-drivers.ins + texmf-dist/source/latex/graphics/graphics.dtx + texmf-dist/source/latex/graphics/graphics.ins + texmf-dist/source/latex/graphics/graphicx.dtx + texmf-dist/source/latex/graphics/grfguide.tex + texmf-dist/source/latex/graphics/keyval.dtx + texmf-dist/source/latex/graphics/lscape.dtx + texmf-dist/source/latex/graphics/trig.dtx +runfiles size=30 + texmf-dist/tex/latex/graphics/color.sty + texmf-dist/tex/latex/graphics/dvipdf.def + texmf-dist/tex/latex/graphics/dvips.def + texmf-dist/tex/latex/graphics/dvipsnam.def + texmf-dist/tex/latex/graphics/dvipsone.def + texmf-dist/tex/latex/graphics/dviwin.def + texmf-dist/tex/latex/graphics/emtex.def + texmf-dist/tex/latex/graphics/epsfig.sty + texmf-dist/tex/latex/graphics/graphics.sty + texmf-dist/tex/latex/graphics/graphicx.sty + texmf-dist/tex/latex/graphics/keyval.sty + texmf-dist/tex/latex/graphics/lscape.sty + texmf-dist/tex/latex/graphics/pctex32.def + texmf-dist/tex/latex/graphics/pctexhp.def + texmf-dist/tex/latex/graphics/pctexps.def + texmf-dist/tex/latex/graphics/pctexwin.def + texmf-dist/tex/latex/graphics/tcidvi.def + texmf-dist/tex/latex/graphics/trig.sty + texmf-dist/tex/latex/graphics/truetex.def +catalogue-ctan /macros/latex/required/graphics +catalogue-date 2009-01-10 12:33:19 +0100 +catalogue-license lppl + +name graphicx-psmin +category Package +revision 15878 +shortdesc Reduce size of PostScript files by not repeating images. +longdesc This package is an extension of the standard graphics bundle +longdesc and provides a way to include repeated PostScript graphics (ps, +longdesc eps) only once in a PostScript document. This provides a way to +longdesc get smaller PostScript documents when having, for instance, a +longdesc logo on every page. This package only works when post-processed +longdesc with dvips, which should at least have version 5.95b. The +longdesc difference for a resulting distilled PDF file is minimal (as +longdesc Ghostscript and Adobe Distiller only include a single copy of +longdesc each graphics file, anyway). +docfiles size=26 + texmf-dist/doc/latex/graphicx-psmin/README details="Package README" + texmf-dist/doc/latex/graphicx-psmin/graphicx-psmin.pdf details="Package documentation" +srcfiles size=6 + texmf-dist/source/latex/graphicx-psmin/graphicx-psmin.dtx +runfiles size=2 + texmf-dist/tex/latex/graphicx-psmin/graphicx-psmin.sty +catalogue-ctan /macros/latex/contrib/graphicx-psmin +catalogue-date 2007-05-25 16:15:27 +0200 +catalogue-license lppl +catalogue-version 1.1 + +name greek-inputenc +category Package +revision 15878 +shortdesc Greek encoding support for inputenc. +longdesc The bundle provides Macintosh Greek encoding and ISO 8859-7 +longdesc definition files for use with inputenc. +docfiles size=1 + texmf-dist/doc/latex/greek-inputenc/test.tex +runfiles size=3 + texmf-dist/tex/latex/greek-inputenc/iso-8859-7.def + texmf-dist/tex/latex/greek-inputenc/macgreek.def +catalogue-ctan /language/greek/greek-inputenc +catalogue-date 2008-08-21 09:38:31 +0200 +catalogue-license lppl +catalogue-version 1.2 + +name greekdates +category Package +revision 15878 +shortdesc Provides ancient Greek day and month names, dates, etc. +longdesc The package provides easy access to ancient Greek names of days +longdesc and months of various regions of Greece. In case the historical +longdesc information about a region is not complete, we use the Athenian +longdesc name of the month. Moreover commands and options are provided, +longdesc in order to completely switch to the "ancient way", commands +longdesc such as \today. +docfiles size=29 + texmf-dist/doc/latex/greekdates/README details="Readme" + texmf-dist/doc/latex/greekdates/greekdates.pdf details="Package documentation" +srcfiles size=10 + texmf-dist/source/latex/greekdates/greekdates.dtx + texmf-dist/source/latex/greekdates/greekdates.ins +runfiles size=6 + texmf-dist/tex/latex/greekdates/greekdates.sty +catalogue-ctan /macros/latex/contrib/greekdates +catalogue-date 2008-08-21 09:38:31 +0200 +catalogue-license lppl +catalogue-version 1.0 + +name greektex +category Package +revision 15878 +shortdesc Fonts for typesetting Greek/English documents. +longdesc The fonts are based on Silvio Levy's classical Greek fonts; +longdesc macros and Greek hyphenation patterns for the fonts' encoding +longdesc are also provided. +docfiles size=182 + texmf-dist/doc/latex/greektex/README details="Readme" + texmf-dist/doc/latex/greektex/gehyphw.gr + texmf-dist/doc/latex/greektex/greektexdoc.pdf details="Package documentation" language="el" + texmf-dist/doc/latex/greektex/greektexdoc.tex + texmf-dist/doc/latex/greektex/ywcl.zip +runfiles size=7 + texmf-dist/tex/latex/greektex/greektex.sty +catalogue-ctan /fonts/greek/greektex +catalogue-date 2007-11-12 23:53:08 +0100 +catalogue-license pd + +name greenpoint +category Package +revision 15878 +shortdesc The Green Point logo. +longdesc A MetaFont-implementation of the logo commonly known as 'Der +longdesc Grune Punkt' ('The Green Point'). In Austria, it can be found +longdesc on nearly every bottle. It should not be confused with the +longdesc 'Recycle'-logo, implemented by Ian Green. +docfiles size=2 + texmf-dist/doc/fonts/greenpoint/ChangeLog + texmf-dist/doc/fonts/greenpoint/README +runfiles size=2 + texmf-dist/fonts/source/public/greenpoint/greenpoint.mf + texmf-dist/fonts/tfm/public/greenpoint/greenpoint.tfm +catalogue-ctan /fonts/greenpoint +catalogue-date 2006-12-09 16:48:33 +0100 +catalogue-license gpl + +name grfpaste +category Package +revision 15878 +shortdesc Include fragments of a dvi file. +longdesc Provides a mechanism to include fragments of dvi files with the +longdesc graphicx package, so that you can use \includegraphics to +longdesc include dvi files. The package requires the dvipaste program. +docfiles size=11 + texmf-dist/doc/latex/grfpaste/dvipaste.txt + texmf-dist/doc/latex/grfpaste/grfp1.dat + texmf-dist/doc/latex/grfpaste/grfp1.dvi + texmf-dist/doc/latex/grfpaste/grfp1.tex + texmf-dist/doc/latex/grfpaste/grfp2.dat + texmf-dist/doc/latex/grfpaste/grfp2.dvi + texmf-dist/doc/latex/grfpaste/grfp2.tex + texmf-dist/doc/latex/grfpaste/grfp3.dvi + texmf-dist/doc/latex/grfpaste/grfp3.tex +runfiles size=2 + texmf-dist/tex/latex/grfpaste/grfpaste.sty +catalogue-ctan /macros/latex/contrib/grfpaste +catalogue-date 2007-01-07 11:47:19 +0100 +catalogue-license lppl +catalogue-version 0.2 + +name grid +category Package +revision 15878 +shortdesc Grid typesetting in LaTeX. +longdesc The package enables grid typesetting in double column +longdesc documents. Grid typesetting (vertical aligning of lines of text +longdesc in adjacent columns) is a difficult task in LaTeX, and the +longdesc present package is no more than an attempt to help users to +longdesc achieve it in a limited way. An example document, grid.tex, is +longdesc provided with simple instructions to typeset it using the +longdesc package. The package needs a lot of, this is only a +longdesc beginning... +docfiles size=45 + texmf-dist/doc/latex/grid/README details="Readme" + texmf-dist/doc/latex/grid/grid.pdf details="Package documentation" + texmf-dist/doc/latex/grid/grid.tex + texmf-dist/doc/latex/grid/manifest.txt + texmf-dist/doc/latex/grid/rvdtx.sty +srcfiles size=1 + texmf-dist/source/latex/grid/Makefile +runfiles size=3 + texmf-dist/tex/latex/grid/grid.sty +catalogue-ctan /macros/latex/contrib/grid +catalogue-date 2009-06-25 00:38:31 +0200 +catalogue-license lppl +catalogue-version 1.0 + +name gridset +category Package +revision 15878 +shortdesc Grid, a.k.a. in-register, setting. +longdesc Grid setting -- also known as strict in-register setting -- is +longdesc something, that should be done for a lot of documents but is +longdesc not easy using LaTeX. The package helps to get the information +longdesc needed for grid setting. It does not implement auto grid +longdesc setting, but there is a command \vskipnextgrid, that moves to +longdesc the next grid position. This may be enough under some +longdesc circumstances, but in other circumstances it may fail. Thus +longdesc gridset is only one more step for grid setting, not a complete +longdesc solution. +docfiles size=30 + texmf-dist/doc/latex/gridset/gridset.pdf +srcfiles size=7 + texmf-dist/source/latex/gridset/README + texmf-dist/source/latex/gridset/gridset.dtx + texmf-dist/source/latex/gridset/gridset.ins +runfiles size=5 + texmf-dist/tex/latex/gridset/gridset.sty +catalogue-ctan /macros/latex/contrib/gridset +catalogue-date 2009-06-25 00:38:31 +0200 +catalogue-license lppl +catalogue-version 0.1 + +name groff +category Package +revision 15878 +execute addMap troff-updmap.map +runfiles size=20 + texmf-dist/fonts/afm/groff/freeeuro.afm + texmf-dist/fonts/afm/groff/psyrgo.afm + texmf-dist/fonts/afm/groff/zpzdr-reversed.afm + texmf-dist/fonts/enc/dvips/groff/groff.enc + texmf-dist/fonts/map/dvips/groff/troff-updmap.map + texmf-dist/fonts/map/dvips/groff/troff.map + texmf-dist/fonts/tfm/groff/freeeuro.tfm + texmf-dist/fonts/tfm/groff/psyrgo.tfm + texmf-dist/fonts/tfm/groff/zpzdr-reversed.tfm + texmf-dist/fonts/type1/groff/freeeuro.pfa + +name grotesq +category Package +revision 15878 +catalogue urw-grotesq +shortdesc URW Grotesq font pack for LaTeX. +longdesc The directory contains a copy of the Type 1 font "URW Grotesq +longdesc 2031 Bold' released under the GPL by URW, with supporting files +longdesc for use with (La)TeX. +execute addMap ugq.map +docfiles size=2 + texmf-dist/doc/fonts/grotesq/grotesq.txt + texmf-dist/doc/fonts/grotesq/readme.grotesq details="Copyright and licence statement" +runfiles size=52 + texmf-dist/dvips/grotesq/config.ugq + texmf-dist/fonts/afm/urw/grotesq/ugqb8a.afm + texmf-dist/fonts/map/dvips/grotesq/ugq.map + texmf-dist/fonts/tfm/urw/grotesq/ugqb.tfm + texmf-dist/fonts/tfm/urw/grotesq/ugqb7t.tfm + texmf-dist/fonts/tfm/urw/grotesq/ugqb8a.tfm + texmf-dist/fonts/tfm/urw/grotesq/ugqb8c.tfm + texmf-dist/fonts/tfm/urw/grotesq/ugqb8r.tfm + texmf-dist/fonts/tfm/urw/grotesq/ugqb8t.tfm + texmf-dist/fonts/tfm/urw/grotesq/ugqbc7t.tfm + texmf-dist/fonts/tfm/urw/grotesq/ugqbc8t.tfm + texmf-dist/fonts/tfm/urw/grotesq/ugqbo7t.tfm + texmf-dist/fonts/tfm/urw/grotesq/ugqbo8c.tfm + texmf-dist/fonts/tfm/urw/grotesq/ugqbo8r.tfm + texmf-dist/fonts/tfm/urw/grotesq/ugqbo8t.tfm + texmf-dist/fonts/type1/urw/grotesq/ugqb8a.pfb + texmf-dist/fonts/vf/urw/grotesq/ugqb.vf + texmf-dist/fonts/vf/urw/grotesq/ugqb7t.vf + texmf-dist/fonts/vf/urw/grotesq/ugqb8c.vf + texmf-dist/fonts/vf/urw/grotesq/ugqb8t.vf + texmf-dist/fonts/vf/urw/grotesq/ugqbc7t.vf + texmf-dist/fonts/vf/urw/grotesq/ugqbc8t.vf + texmf-dist/fonts/vf/urw/grotesq/ugqbo7t.vf + texmf-dist/fonts/vf/urw/grotesq/ugqbo8c.vf + texmf-dist/fonts/vf/urw/grotesq/ugqbo8t.vf + texmf-dist/tex/latex/grotesq/ot1ugq.fd + texmf-dist/tex/latex/grotesq/t1ugq.fd + texmf-dist/tex/latex/grotesq/ts1ugq.fd +catalogue-ctan /fonts/urw/grotesq +catalogue-date 2007-11-03 13:04:21 +0100 +catalogue-license gpl + +name grverb +category Package +revision 15878 +shortdesc Typesetting Greek verbatim. +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 metrics and a font map entry for +longdesc its use are provided. +execute addMap grverb.map +docfiles size=3 + texmf-dist/doc/latex/grverb/README + texmf-dist/doc/latex/grverb/grv.dvi + texmf-dist/doc/latex/grverb/grv.tex +srcfiles size=8 + texmf-dist/source/latex/grverb/grcour7t.vpl + texmf-dist/source/latex/grverb/grverb.dtx + texmf-dist/source/latex/grverb/grverb.ins +runfiles size=23 + texmf-dist/fonts/afm/public/grverb/grkcurp.afm + texmf-dist/fonts/map/dvips/grverb/grverb.map + texmf-dist/fonts/tfm/public/grverb/grcour7t.tfm + texmf-dist/fonts/tfm/public/grverb/grcour8a.tfm + texmf-dist/fonts/type1/public/grverb/grkcurp.pfb + texmf-dist/fonts/vf/public/grverb/grcour7t.vf + texmf-dist/tex/latex/grverb/grverb.sty +catalogue-ctan /language/greek/grverb +catalogue-date 2008-01-26 17:33:22 +0100 +catalogue-license lppl +catalogue-version 1.0 + +name gsftopk +category TLCore +revision 15809 +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 +longdesc ordinarily be much used nowadays, since both its target +longdesc applications are now capable of dealing with Type 1 fonts, +longdesc direct. +depend gsftopk.ARCH +docfiles size=5 + texmf/doc/man/man1/gsftopk.1 + texmf/doc/man/man1/gsftopk.man1.pdf +runfiles size=2 + texmf/dvips/gsftopk/render.ps +catalogue-ctan /fonts/utilities/gsftopk +catalogue-date 2007-11-26 11:38:56 +0100 +catalogue-license gpl +catalogue-version 1.19.2 + +name gsftopk.alpha-linux +category TLCore +revision 14598 +shortdesc alpha-linux files of gsftopk +binfiles arch=alpha-linux size=37 + bin/alpha-linux/gsftopk + +name gsftopk.i386-cygwin +category TLCore +revision 15614 +shortdesc i386-cygwin files of gsftopk +binfiles arch=i386-cygwin size=20 + bin/i386-cygwin/gsftopk.exe + +name gsftopk.i386-linux +category TLCore +revision 14631 +shortdesc i386-linux files of gsftopk +binfiles arch=i386-linux size=20 + bin/i386-linux/gsftopk + +name gsftopk.i386-netbsd +category TLCore +revision 15167 +shortdesc i386-netbsd files of gsftopk +binfiles arch=i386-netbsd size=19 + bin/i386-netbsd/gsftopk + +name gsftopk.i386-solaris +category TLCore +revision 15141 +shortdesc i386-solaris files of gsftopk +binfiles arch=i386-solaris size=21 + bin/i386-solaris/gsftopk + +name gsftopk.mips-irix +category TLCore +revision 15558 +shortdesc mips-irix files of gsftopk +binfiles arch=mips-irix size=38 + bin/mips-irix/gsftopk + +name gsftopk.powerpc-aix +category TLCore +revision 15638 +shortdesc powerpc-aix files of gsftopk +binfiles arch=powerpc-aix size=23 + bin/powerpc-aix/gsftopk + +name gsftopk.powerpc-linux +category TLCore +revision 14790 +shortdesc powerpc-linux files of gsftopk +binfiles arch=powerpc-linux size=23 + bin/powerpc-linux/gsftopk + +name gsftopk.sparc-linux +category TLCore +revision 14736 +shortdesc sparc-linux files of gsftopk +binfiles arch=sparc-linux size=20 + bin/sparc-linux/gsftopk + +name gsftopk.sparc-solaris +category TLCore +revision 14301 +shortdesc sparc-solaris files of gsftopk +binfiles arch=sparc-solaris size=39 + bin/sparc-solaris/gsftopk + +name gsftopk.universal-darwin +category TLCore +revision 14896 +shortdesc universal-darwin files of gsftopk +binfiles arch=universal-darwin size=46 + bin/universal-darwin/gsftopk + +name gsftopk.win32 +category TLCore +revision 15944 +shortdesc win32 files of gsftopk +binfiles arch=win32 size=5 + bin/win32/gsftopk.exe + +name gsftopk.x86_64-linux +category TLCore +revision 14307 +shortdesc x86_64-linux files of gsftopk +binfiles arch=x86_64-linux size=21 + bin/x86_64-linux/gsftopk + +name gu +category Package +revision 15878 +shortdesc Typeset crystallographic group-subgroup-schemes. +longdesc The package simplifies typesetting of simple crystallographic +longdesc group-subgroup-schemes in the Barnighausen formalism. It +longdesc defines a new environment stammbaum, wherein all elements of +longdesc the scheme are defined. Afterwards all necessary dimensions are +longdesc calculated and the scheme is drawn. Currently two steps of +longdesc symmetry reduction are supported. +docfiles size=202 + texmf-dist/doc/latex/gu/README details="Package README" + texmf-dist/doc/latex/gu/gudemo.tex + texmf-dist/doc/latex/gu/gudoc.pdf details="Package documentation" language="de" + texmf-dist/doc/latex/gu/gudoc.tex +runfiles size=8 + texmf-dist/tex/latex/gu/gu.sty +catalogue-ctan /macros/latex/contrib/gu +catalogue-date 2008-08-21 09:38:31 +0200 +catalogue-license lppl + +name guide-to-latex +category Package +revision 15878 +docfiles size=200 + texmf-dist/doc/latex/guide-to-latex/README.txt + texmf-dist/doc/latex/guide-to-latex/demo.eps + texmf-dist/doc/latex/guide-to-latex/demo.pdf + texmf-dist/doc/latex/guide-to-latex/demodoc.pdf + texmf-dist/doc/latex/guide-to-latex/demodoc.ps + texmf-dist/doc/latex/guide-to-latex/demodoc.tex + texmf-dist/doc/latex/guide-to-latex/exercises/chap10/exer10-1.tex + texmf-dist/doc/latex/guide-to-latex/exercises/chap10/exer10-10.tex + texmf-dist/doc/latex/guide-to-latex/exercises/chap10/exer10-2.tex + texmf-dist/doc/latex/guide-to-latex/exercises/chap10/exer10-3.tex + texmf-dist/doc/latex/guide-to-latex/exercises/chap10/exer10-4.tex + texmf-dist/doc/latex/guide-to-latex/exercises/chap10/exer10-5.tex + texmf-dist/doc/latex/guide-to-latex/exercises/chap10/exer10-6.tex + texmf-dist/doc/latex/guide-to-latex/exercises/chap10/exer10-7.tex + texmf-dist/doc/latex/guide-to-latex/exercises/chap10/exer10-8.tex + texmf-dist/doc/latex/guide-to-latex/exercises/chap10/exer10-9.tex + texmf-dist/doc/latex/guide-to-latex/exercises/chap11/exer1.tex + texmf-dist/doc/latex/guide-to-latex/exercises/chap11/exer11-1.tex + texmf-dist/doc/latex/guide-to-latex/exercises/chap11/exer11-2.tex + texmf-dist/doc/latex/guide-to-latex/exercises/chap11/exer11-3.tex + texmf-dist/doc/latex/guide-to-latex/exercises/chap11/exer11-4.tex + texmf-dist/doc/latex/guide-to-latex/exercises/chap11/exer11-5.tex + texmf-dist/doc/latex/guide-to-latex/exercises/chap11/exer2.tex + texmf-dist/doc/latex/guide-to-latex/exercises/chap11/exer3.tex + texmf-dist/doc/latex/guide-to-latex/exercises/chap15/exer15-1.tex + texmf-dist/doc/latex/guide-to-latex/exercises/chap15/exer15-2.tex + texmf-dist/doc/latex/guide-to-latex/exercises/chap15/exer15-3.tex + texmf-dist/doc/latex/guide-to-latex/exercises/chap15/exer15-4.tex + texmf-dist/doc/latex/guide-to-latex/exercises/chap15/exer15-5.tex + texmf-dist/doc/latex/guide-to-latex/exercises/chap15/exer15-6.tex + texmf-dist/doc/latex/guide-to-latex/exercises/chap15/exer15-7.tex + texmf-dist/doc/latex/guide-to-latex/exercises/chap2/exer2-1.tex + texmf-dist/doc/latex/guide-to-latex/exercises/chap2/exer2-2.tex + texmf-dist/doc/latex/guide-to-latex/exercises/chap2/exer2-3a.tex + texmf-dist/doc/latex/guide-to-latex/exercises/chap2/exer2-3b.tex + texmf-dist/doc/latex/guide-to-latex/exercises/chap2/exer2-3c.tex + texmf-dist/doc/latex/guide-to-latex/exercises/chap3/exer3-10.tex + texmf-dist/doc/latex/guide-to-latex/exercises/chap3/exer3-11.tex + texmf-dist/doc/latex/guide-to-latex/exercises/chap3/exer3-12.tex + texmf-dist/doc/latex/guide-to-latex/exercises/chap3/exer3-12.toc + texmf-dist/doc/latex/guide-to-latex/exercises/chap3/exer3-1a.tex + texmf-dist/doc/latex/guide-to-latex/exercises/chap3/exer3-1b.tex + texmf-dist/doc/latex/guide-to-latex/exercises/chap3/exer3-2.tex + texmf-dist/doc/latex/guide-to-latex/exercises/chap3/exer3-3.tex + texmf-dist/doc/latex/guide-to-latex/exercises/chap3/exer3-4a.tex + texmf-dist/doc/latex/guide-to-latex/exercises/chap3/exer3-4b.tex + texmf-dist/doc/latex/guide-to-latex/exercises/chap3/exer3-5a.tex + texmf-dist/doc/latex/guide-to-latex/exercises/chap3/exer3-5b.tex + texmf-dist/doc/latex/guide-to-latex/exercises/chap3/exer3-6.tex + texmf-dist/doc/latex/guide-to-latex/exercises/chap3/exer3-7a.tex + texmf-dist/doc/latex/guide-to-latex/exercises/chap3/exer3-7b.tex + texmf-dist/doc/latex/guide-to-latex/exercises/chap3/exer3-8a.tex + texmf-dist/doc/latex/guide-to-latex/exercises/chap3/exer3-8b.tex + texmf-dist/doc/latex/guide-to-latex/exercises/chap3/exer3-9.tex + texmf-dist/doc/latex/guide-to-latex/exercises/chap4/exer4-1.tex + texmf-dist/doc/latex/guide-to-latex/exercises/chap4/exer4-10.tex + texmf-dist/doc/latex/guide-to-latex/exercises/chap4/exer4-2.tex + texmf-dist/doc/latex/guide-to-latex/exercises/chap4/exer4-3.tex + texmf-dist/doc/latex/guide-to-latex/exercises/chap4/exer4-4.tex + texmf-dist/doc/latex/guide-to-latex/exercises/chap4/exer4-5.tex + texmf-dist/doc/latex/guide-to-latex/exercises/chap4/exer4-6.tex + texmf-dist/doc/latex/guide-to-latex/exercises/chap4/exer4-7.tex + texmf-dist/doc/latex/guide-to-latex/exercises/chap4/exer4-8.tex + texmf-dist/doc/latex/guide-to-latex/exercises/chap4/exer4-9.tex + texmf-dist/doc/latex/guide-to-latex/exercises/chap5/exer5-1.tex + texmf-dist/doc/latex/guide-to-latex/exercises/chap5/exer5-2.tex + texmf-dist/doc/latex/guide-to-latex/exercises/chap5/exer5-3.tex + texmf-dist/doc/latex/guide-to-latex/exercises/chap5/exer5-4.tex + texmf-dist/doc/latex/guide-to-latex/exercises/chap6/exer6-1.tex + texmf-dist/doc/latex/guide-to-latex/exercises/chap6/exer6-2.tex + texmf-dist/doc/latex/guide-to-latex/exercises/chap6/exer6-3.tex + texmf-dist/doc/latex/guide-to-latex/exercises/chap6/exer6-4.tex + texmf-dist/doc/latex/guide-to-latex/exercises/chap6/exer6-5.tex + texmf-dist/doc/latex/guide-to-latex/exercises/chap7/exer7-1.tex + texmf-dist/doc/latex/guide-to-latex/exercises/chap7/exer7-10.tex + texmf-dist/doc/latex/guide-to-latex/exercises/chap7/exer7-11.tex + texmf-dist/doc/latex/guide-to-latex/exercises/chap7/exer7-12.tex + texmf-dist/doc/latex/guide-to-latex/exercises/chap7/exer7-13.tex + texmf-dist/doc/latex/guide-to-latex/exercises/chap7/exer7-14.tex + texmf-dist/doc/latex/guide-to-latex/exercises/chap7/exer7-15.tex + texmf-dist/doc/latex/guide-to-latex/exercises/chap7/exer7-16.tex + texmf-dist/doc/latex/guide-to-latex/exercises/chap7/exer7-17.tex + texmf-dist/doc/latex/guide-to-latex/exercises/chap7/exer7-18.tex + texmf-dist/doc/latex/guide-to-latex/exercises/chap7/exer7-19.tex + texmf-dist/doc/latex/guide-to-latex/exercises/chap7/exer7-2.tex + texmf-dist/doc/latex/guide-to-latex/exercises/chap7/exer7-20.tex + texmf-dist/doc/latex/guide-to-latex/exercises/chap7/exer7-21a.tex + texmf-dist/doc/latex/guide-to-latex/exercises/chap7/exer7-21b.tex + texmf-dist/doc/latex/guide-to-latex/exercises/chap7/exer7-3.tex + texmf-dist/doc/latex/guide-to-latex/exercises/chap7/exer7-4.tex + texmf-dist/doc/latex/guide-to-latex/exercises/chap7/exer7-5.tex + texmf-dist/doc/latex/guide-to-latex/exercises/chap7/exer7-6.tex + texmf-dist/doc/latex/guide-to-latex/exercises/chap7/exer7-7.tex + texmf-dist/doc/latex/guide-to-latex/exercises/chap7/exer7-8.tex + texmf-dist/doc/latex/guide-to-latex/exercises/chap7/exer7-9.tex + texmf-dist/doc/latex/guide-to-latex/exercises/chap8/exer8-1.tex + texmf-dist/doc/latex/guide-to-latex/exercises/chap8/exer8-2.tex + texmf-dist/doc/latex/guide-to-latex/exercises/chap8/exer8-3.tex + texmf-dist/doc/latex/guide-to-latex/mpletter.cls + texmf-dist/doc/latex/guide-to-latex/palette.pdf + texmf-dist/doc/latex/guide-to-latex/palette.ps + texmf-dist/doc/latex/guide-to-latex/palette.tex + texmf-dist/doc/latex/guide-to-latex/seminar.con + texmf-dist/doc/latex/guide-to-latex/sempdftx.sty + +name guitar +category Package +revision 15878 +shortdesc Guitar chords and song texts. +longdesc (La)TeX macros for typesetting guitar chords over song texts. +longdesc The toolbox package is required. Note that this package only +longdesc places arbitrary TeX code over the lyrics. To typeset the +longdesc chords graphically (and not only by name), the author +longdesc recommends use of an additional package such as gchords by K. +longdesc Peeters. +docfiles size=4 + texmf-dist/doc/latex/guitar/guitar.tex + texmf-dist/doc/latex/guitar/guitar.txt +srcfiles size=14 + texmf-dist/source/latex/guitar/guitar.dtx + texmf-dist/source/latex/guitar/guitar.ins +runfiles size=2 + texmf-dist/tex/latex/guitar/guitar.sty +catalogue-ctan /macros/latex/contrib/guitar +catalogue-date 2009-03-17 18:00:13 +0100 +catalogue-license lppl +catalogue-version 1.6 + +name guitlogo +category Package +revision 15878 +shortdesc Macros for typesetting the GuIT logo. +longdesc Guit provides some commands useful to correctly write the logo +longdesc of "Gruppo Utilizzatori Italiani di TeX" (Italian TeX User +longdesc Group), using the default document color or any other color the +longdesc user may ever choose, in conformity with logo's scheme as seen +longdesc on the Group web site (http://www.guit.sssup.it). Likewise, +longdesc commands are provided that simplify the writing of GuIT +longdesc acronym's complete expansion, of the addresses of Group's +longdesc internet site and public forum and 'GuITmeeting' logo. +longdesc Optionally, using hyperref, the outputs of the above cited +longdesc commands can become hyperlinks to Group's site. Documentation +longdesc is available in Italian, only. +docfiles size=81 + texmf-dist/doc/latex/guitlogo/README details="Package README" language="it" + texmf-dist/doc/latex/guitlogo/guit.pdf details="Package documentation" language="it" + texmf-dist/doc/latex/guitlogo/guittest.pdf + texmf-dist/doc/latex/guitlogo/guittest.tex +srcfiles size=17 + texmf-dist/source/latex/guitlogo/guit.dtx + texmf-dist/source/latex/guitlogo/guit.ins +runfiles size=4 + texmf-dist/tex/latex/guitlogo/guit.cfg + texmf-dist/tex/latex/guitlogo/guit.sty +catalogue-ctan /macros/latex/contrib/GuIT/GuITlogo +catalogue-date 2009-08-04 11:31:22 +0200 +catalogue-license lppl +catalogue-version 0.9.1 + +name gustlib +category Package +revision 15878 +shortdesc Polish oriented macros. +longdesc Various small utility packages for typesetting in plain TeX, +longdesc with a Polish perspective. Neither the package, nor any of its +longdesc contents, appears on CTAN. +docfiles size=5 + texmf-dist/doc/plain/gustlib/README + texmf-dist/doc/plain/gustlib/readme.biblotex + texmf-dist/doc/plain/gustlib/readme.plbtx993 + texmf-dist/doc/plain/gustlib/readme.plmac218 +runfiles size=73 + texmf-dist/bibtex/bib/gustlib/plbib.bib + texmf-dist/bibtex/bst/gustlib/plabbrv.bst + texmf-dist/bibtex/bst/gustlib/plalpha.bst + texmf-dist/bibtex/bst/gustlib/plplain.bst + texmf-dist/bibtex/bst/gustlib/plunsrt.bst + texmf-dist/tex/plain/gustlib/biblotex/biblotex.tex + texmf-dist/tex/plain/gustlib/infr-ex.tex + texmf-dist/tex/plain/gustlib/infram.tex + texmf-dist/tex/plain/gustlib/licz/licz-tst.mex + texmf-dist/tex/plain/gustlib/licz/licz.mex + texmf-dist/tex/plain/gustlib/map/map.tex + texmf-dist/tex/plain/gustlib/map/split.tex + texmf-dist/tex/plain/gustlib/map/tsp-tst.mex + texmf-dist/tex/plain/gustlib/map/tsp.tex + texmf-dist/tex/plain/gustlib/map/tun-test.mex + texmf-dist/tex/plain/gustlib/map/tun.tex + texmf-dist/tex/plain/gustlib/mcol-ex.tex + texmf-dist/tex/plain/gustlib/meashor.tex + texmf-dist/tex/plain/gustlib/mimulcol.tex + texmf-dist/tex/plain/gustlib/plbtx993/plbtxbst.doc + texmf-dist/tex/plain/gustlib/plbtx993/test.mex + texmf-dist/tex/plain/gustlib/plmac218/plidxmac.tex + texmf-dist/tex/plain/gustlib/plmac218/plind.bat + texmf-dist/tex/plain/gustlib/plmac218/przyklad.tex + texmf-dist/tex/plain/gustlib/rbox-ex.tex + texmf-dist/tex/plain/gustlib/roundbox.tex + texmf-dist/tex/plain/gustlib/tp-crf.tex + texmf-dist/tex/plain/gustlib/verbatim-dek.tex +catalogue-date 2007-01-21 11:04:51 +0100 +catalogue-license pd + +name gustprog +category Package +revision 15878 +docfiles size=82 + texmf-dist/doc/support/gustprog/README + texmf-dist/doc/support/gustprog/l2h-examples.zip + texmf-dist/doc/support/gustprog/normtext.awk + texmf-dist/doc/support/gustprog/plmindex.zip + texmf-dist/doc/support/gustprog/porzadki.pl + texmf-dist/doc/support/gustprog/slim.zip + +name hands +category Package +revision 13293 +shortdesc Pointing hand font. +longdesc Provides right- and left-pointing hands in both black-on-white +longdesc and white-on-black realisation. The font is distributed as +longdesc MetaFont source. +runfiles size=6 + texmf-dist/fonts/source/public/hands/hands.mf + texmf-dist/fonts/source/public/hands/handsdef.mf + texmf-dist/fonts/source/public/hands/mirror.mf + texmf-dist/fonts/source/public/hands/reverse.mf + texmf-dist/fonts/source/public/hands/rvmirror.mf + texmf-dist/fonts/tfm/public/hands/hands.tfm +catalogue-ctan /fonts/hands +catalogue-date 2008-10-05 01:10:25 +0200 +catalogue-license pd + +name hanging +category Package +revision 15878 +shortdesc Hanging paragraphs. +longdesc The hanging package facilitates the typesetting of hanging +longdesc paragraphs. The package also enables typesetting with hanging +longdesc punctuation, by making punctuation characters active. This +longdesc facility is best suppressed (it can interfere with other +longdesc packages) -- there are package options for suppressing each +longdesc individual punctuation character. 'Real' attempts at hanging +longdesc punction should nowadays use the microtype package, which takes +longdesc advantage of the support offered in recent versions of pdfTeX. +docfiles size=42 + texmf-dist/doc/latex/hanging/README details="Readme" + texmf-dist/doc/latex/hanging/hanging.pdf details="Package documentation" +srcfiles size=7 + texmf-dist/source/latex/hanging/hanging.dtx + texmf-dist/source/latex/hanging/hanging.ins +runfiles size=2 + texmf-dist/tex/latex/hanging/hanging.sty +catalogue-ctan /macros/latex/contrib/hanging +catalogue-date 2009-11-02 14:28:41 +0100 +catalogue-license lppl1.3 +catalogue-version 1.2b + +name har2nat +category Package +revision 15878 +shortdesc Replace the harvard package with natbib. +longdesc This small package allows a LaTeX document containing the +longdesc citation commands provided by the Harvard package to be +longdesc compiled using the natbib package. Migration from harvard to +longdesc natbib thus can be achieved simply by replacing +longdesc \usepackage{harvard} with \usepackage{natbib} +longdesc \usepackage{har2nat} It is important that har2nat be loaded +longdesc after natbib, since it modifies natbib commands. +docfiles size=1 + texmf-dist/doc/latex/har2nat/README +runfiles size=1 + texmf-dist/tex/latex/har2nat/har2nat.sty +catalogue-ctan /macros/latex/contrib/har2nat/har2nat.sty +catalogue-date 2008-08-21 09:38:31 +0200 +catalogue-license lppl +catalogue-version 1.0 + +name harmony +category Package +revision 15878 +shortdesc Typeset harmony symbols, etc., for musicology. +longdesc The package harmony.sty uses the packages ifthen and amssymb +longdesc from the amsfonts bundle, together with the LaTeX font +longdesc lcirclew10 and the font musix13 from musixtex. +docfiles size=40 + texmf-dist/doc/latex/harmony/README details="Readme" + texmf-dist/doc/latex/harmony/harmony.pdf details="Package documentation" + texmf-dist/doc/latex/harmony/harmony.tex +runfiles size=3 + texmf-dist/tex/latex/harmony/harmony.sty +catalogue-ctan /macros/latex/contrib/harmony +catalogue-date 2009-06-25 00:34:53 +0200 +catalogue-license lppl + +name harpoon +category Package +revision 15878 +shortdesc Extra harpoons, using the graphics package. +longdesc Provides over- and under-harpoon symbol commands; the harpoons +longdesc may point in either direction, with the hook pointing up or +longdesc down. The covered object is provided as an argument to the +longdesc commands, so that they have the look of accent commands. +docfiles size=2 + texmf-dist/doc/latex/harpoon/harpoon.dvi + texmf-dist/doc/latex/harpoon/harpoon.tex +runfiles size=1 + texmf-dist/tex/latex/harpoon/harpoon.sty +catalogue-ctan /macros/latex/contrib/harpoon +catalogue-date 2008-09-24 00:41:06 +0200 +catalogue-license pd +catalogue-version 1.0 + +name harvard +category Package +revision 15878 +shortdesc Harvard citation package for use with LaTeX 2e. +longdesc This is a re-implementation, for LaTeX 2e, of the original +longdesc Harvard package. The bundle contains the LaTeX package, several +longdesc BibTeX styles, and a 'Perl package' for use with LaTeX2HTML. +longdesc Harvard is an author-year citation style (all but the first +longdesc author are suppressed in second and subsequent citations of the +longdesc same entry); the package defines several variant styles: - +longdesc apsr.bst for the American Political Science Review; - agsm.bst +longdesc for Australian Government publications; - dcu.bst from the +longdesc Design Computing Unit of the University of Sydney; - +longdesc kluwer.bstwhich aims at the format preferred in Kluwer +longdesc publications; - nederlands.bst which deals with sorting Dutch +longdesc names with prefixes (such as van) according to Dutch rules; +longdesc together with several styles whose authors offer no description +longdesc of their behaviour. +docfiles size=35 + texmf-dist/doc/latex/harvard/INSTALL + texmf-dist/doc/latex/harvard/README details="Package Readme" + texmf-dist/doc/latex/harvard/harvard.pdf details="Package documentation" + texmf-dist/doc/latex/harvard/harvard.perl + texmf-dist/doc/latex/harvard/harvard.tex + texmf-dist/doc/latex/harvard/manifest.txt +srcfiles size=2 + texmf-dist/source/latex/harvard/Makefile + texmf-dist/source/latex/harvard/doc_Makefile +runfiles size=55 + texmf-dist/bibtex/bib/harvard/harvard.bib + texmf-dist/bibtex/bst/harvard/agsm.bst + texmf-dist/bibtex/bst/harvard/apsr.bst + texmf-dist/bibtex/bst/harvard/dcu.bst + texmf-dist/bibtex/bst/harvard/jmr.bst + texmf-dist/bibtex/bst/harvard/jphysicsB.bst + texmf-dist/bibtex/bst/harvard/kluwer.bst + texmf-dist/bibtex/bst/harvard/nederlands.bst + texmf-dist/tex/latex/harvard/harvard.sty +catalogue-ctan /macros/latex/contrib/harvard +catalogue-date 2009-01-31 11:13:28 +0100 +catalogue-license lppl +catalogue-version 2.0.5 + +name harvardkyoto +category Package +revision 13293 +shortdesc XeTeX input map for Unicode Devanagari. +longdesc The package provides a map for use with Jonathan Kew's TECkit, +longdesc to translate Devanagari (encoded according to the Harvard/Kyoto +longdesc convention) to Unicode (range 0900-097F). +runfiles size=3 + texmf-dist/fonts/misc/xetex/fontmapping/harvardkyoto/README + texmf-dist/fonts/misc/xetex/fontmapping/harvardkyoto/harvardkyoto.map + texmf-dist/fonts/misc/xetex/fontmapping/harvardkyoto/harvardkyoto.tec +catalogue-ctan /macros/xetex/generic/harvardkyoto +catalogue-date 2008-09-08 11:32:46 +0200 +catalogue-license lppl +catalogue-version 0.91 (beta) + +name harvmac +category Package +revision 15878 +shortdesc Macros for scientific articles. +longdesc Known as 'Harvard macros', since written at that University. +docfiles size=5 + texmf-dist/doc/plain/harvmac/README + texmf-dist/doc/plain/harvmac/harvsamp.tex +runfiles size=4 + texmf-dist/tex/plain/harvmac/harvmac.tex +catalogue-ctan /macros/plain/contrib/harvmac +catalogue-date 2008-12-20 16:08:04 +0100 +catalogue-license other-free + +name hatching +category Package +revision 15878 +shortdesc MetaPost macros for hatching interior of closed paths. +longdesc The file hatching.mp contains a set of MetaPost macros for +longdesc hatching interior of closed paths. Examples of usage are +longdesc included. +docfiles size=3 + texmf-dist/doc/metapost/hatching/htchuse.mp + texmf-dist/doc/metapost/hatching/htchuse_.tex + texmf-dist/doc/metapost/hatching/readme +runfiles size=1 + texmf-dist/metapost/hatching/hatching.mp +catalogue-ctan /graphics/metapost/contrib/macros/hatching +catalogue-date 2006-12-17 23:49:42 +0100 +catalogue-license pd +catalogue-version 0.11 + +name hc +category Package +revision 15878 +shortdesc Replacement for the LaTeX classes. +longdesc A set of replacements for the default LaTeX classes, based upon +longdesc the Koma-Script bundle and the seminar class. Includes hcart, +longdesc hcreport, hcletter, and hcslides. +docfiles size=38 + texmf-dist/doc/latex/hc/COPYING + texmf-dist/doc/latex/hc/FILES + texmf-dist/doc/latex/hc/README + texmf-dist/doc/latex/hc/hc.ps +srcfiles size=15 + texmf-dist/source/latex/hc/hc.dtx + texmf-dist/source/latex/hc/hc.ins +runfiles size=35 + texmf-dist/bibtex/bst/hc/hc-de.bst + texmf-dist/bibtex/bst/hc/hc-en.bst + texmf-dist/tex/latex/hc/german.hld + texmf-dist/tex/latex/hc/hcart.cls + texmf-dist/tex/latex/hc/hcletter.cls + texmf-dist/tex/latex/hc/hcreport.cls + texmf-dist/tex/latex/hc/hcslides.cls +catalogue-ctan /macros/latex/contrib/hc +catalogue-date 2008-04-20 19:53:04 +0200 +catalogue-license other-free + +name helvetic +category Package +revision 15878 +runfiles size=720 + texmf-dist/dvips/helvetic/config.uhv + texmf-dist/fonts/afm/adobe/helvetic/phvb8a.afm + texmf-dist/fonts/afm/adobe/helvetic/phvb8an.afm + texmf-dist/fonts/afm/adobe/helvetic/phvbo8a.afm + texmf-dist/fonts/afm/adobe/helvetic/phvbo8an.afm + texmf-dist/fonts/afm/adobe/helvetic/phvl8a.afm + texmf-dist/fonts/afm/adobe/helvetic/phvl8ac.afm + texmf-dist/fonts/afm/adobe/helvetic/phvlo8a.afm + texmf-dist/fonts/afm/adobe/helvetic/phvlo8ac.afm + texmf-dist/fonts/afm/adobe/helvetic/phvlr8ac.afm + texmf-dist/fonts/afm/adobe/helvetic/phvr8a.afm + texmf-dist/fonts/afm/adobe/helvetic/phvr8an.afm + texmf-dist/fonts/afm/adobe/helvetic/phvro8a.afm + texmf-dist/fonts/afm/adobe/helvetic/phvro8an.afm + texmf-dist/fonts/afm/urw/helvetic/uhvb8a.afm + texmf-dist/fonts/afm/urw/helvetic/uhvb8ac.afm + texmf-dist/fonts/afm/urw/helvetic/uhvbo8a.afm + texmf-dist/fonts/afm/urw/helvetic/uhvbo8ac.afm + texmf-dist/fonts/afm/urw/helvetic/uhvr8a.afm + texmf-dist/fonts/afm/urw/helvetic/uhvr8ac.afm + texmf-dist/fonts/afm/urw/helvetic/uhvro8a.afm + texmf-dist/fonts/afm/urw/helvetic/uhvro8ac.afm + texmf-dist/fonts/map/dvips/helvetic/uhv.map + texmf-dist/fonts/tfm/adobe/helvetic/phvb.tfm + texmf-dist/fonts/tfm/adobe/helvetic/phvb7t.tfm + texmf-dist/fonts/tfm/adobe/helvetic/phvb7tn.tfm + texmf-dist/fonts/tfm/adobe/helvetic/phvb8c.tfm + texmf-dist/fonts/tfm/adobe/helvetic/phvb8cn.tfm + texmf-dist/fonts/tfm/adobe/helvetic/phvb8r.tfm + texmf-dist/fonts/tfm/adobe/helvetic/phvb8rn.tfm + texmf-dist/fonts/tfm/adobe/helvetic/phvb8t.tfm + texmf-dist/fonts/tfm/adobe/helvetic/phvb8tn.tfm + texmf-dist/fonts/tfm/adobe/helvetic/phvb8y.tfm + texmf-dist/fonts/tfm/adobe/helvetic/phvb8yn.tfm + texmf-dist/fonts/tfm/adobe/helvetic/phvbc.tfm + texmf-dist/fonts/tfm/adobe/helvetic/phvbc7t.tfm + texmf-dist/fonts/tfm/adobe/helvetic/phvbc7tn.tfm + texmf-dist/fonts/tfm/adobe/helvetic/phvbc8t.tfm + texmf-dist/fonts/tfm/adobe/helvetic/phvbc8tn.tfm + texmf-dist/fonts/tfm/adobe/helvetic/phvbo.tfm + texmf-dist/fonts/tfm/adobe/helvetic/phvbo7t.tfm + texmf-dist/fonts/tfm/adobe/helvetic/phvbo7tn.tfm + texmf-dist/fonts/tfm/adobe/helvetic/phvbo8c.tfm + texmf-dist/fonts/tfm/adobe/helvetic/phvbo8cn.tfm + texmf-dist/fonts/tfm/adobe/helvetic/phvbo8r.tfm + texmf-dist/fonts/tfm/adobe/helvetic/phvbo8rn.tfm + texmf-dist/fonts/tfm/adobe/helvetic/phvbo8t.tfm + texmf-dist/fonts/tfm/adobe/helvetic/phvbo8tn.tfm + texmf-dist/fonts/tfm/adobe/helvetic/phvbo8y.tfm + texmf-dist/fonts/tfm/adobe/helvetic/phvbo8yn.tfm + texmf-dist/fonts/tfm/adobe/helvetic/phvbon.tfm + texmf-dist/fonts/tfm/adobe/helvetic/phvbrn.tfm + texmf-dist/fonts/tfm/adobe/helvetic/phvl7t.tfm + texmf-dist/fonts/tfm/adobe/helvetic/phvl8c.tfm + texmf-dist/fonts/tfm/adobe/helvetic/phvl8r.tfm + texmf-dist/fonts/tfm/adobe/helvetic/phvl8t.tfm + texmf-dist/fonts/tfm/adobe/helvetic/phvlc7t.tfm + texmf-dist/fonts/tfm/adobe/helvetic/phvlc8t.tfm + texmf-dist/fonts/tfm/adobe/helvetic/phvlo7t.tfm + texmf-dist/fonts/tfm/adobe/helvetic/phvlo8c.tfm + texmf-dist/fonts/tfm/adobe/helvetic/phvlo8r.tfm + texmf-dist/fonts/tfm/adobe/helvetic/phvlo8t.tfm + texmf-dist/fonts/tfm/adobe/helvetic/phvr.tfm + texmf-dist/fonts/tfm/adobe/helvetic/phvr7t.tfm + texmf-dist/fonts/tfm/adobe/helvetic/phvr7tn.tfm + texmf-dist/fonts/tfm/adobe/helvetic/phvr8c.tfm + texmf-dist/fonts/tfm/adobe/helvetic/phvr8cn.tfm + texmf-dist/fonts/tfm/adobe/helvetic/phvr8r.tfm + texmf-dist/fonts/tfm/adobe/helvetic/phvr8rn.tfm + texmf-dist/fonts/tfm/adobe/helvetic/phvr8t.tfm + texmf-dist/fonts/tfm/adobe/helvetic/phvr8tn.tfm + texmf-dist/fonts/tfm/adobe/helvetic/phvr8y.tfm + texmf-dist/fonts/tfm/adobe/helvetic/phvr8yn.tfm + texmf-dist/fonts/tfm/adobe/helvetic/phvrc.tfm + texmf-dist/fonts/tfm/adobe/helvetic/phvrc7t.tfm + texmf-dist/fonts/tfm/adobe/helvetic/phvrc7tn.tfm + texmf-dist/fonts/tfm/adobe/helvetic/phvrc8t.tfm + texmf-dist/fonts/tfm/adobe/helvetic/phvrc8tn.tfm + texmf-dist/fonts/tfm/adobe/helvetic/phvro.tfm + texmf-dist/fonts/tfm/adobe/helvetic/phvro7t.tfm + texmf-dist/fonts/tfm/adobe/helvetic/phvro7tn.tfm + texmf-dist/fonts/tfm/adobe/helvetic/phvro8c.tfm + texmf-dist/fonts/tfm/adobe/helvetic/phvro8cn.tfm + texmf-dist/fonts/tfm/adobe/helvetic/phvro8r.tfm + texmf-dist/fonts/tfm/adobe/helvetic/phvro8rn.tfm + texmf-dist/fonts/tfm/adobe/helvetic/phvro8t.tfm + texmf-dist/fonts/tfm/adobe/helvetic/phvro8tn.tfm + texmf-dist/fonts/tfm/adobe/helvetic/phvro8y.tfm + texmf-dist/fonts/tfm/adobe/helvetic/phvro8yn.tfm + texmf-dist/fonts/tfm/adobe/helvetic/phvron.tfm + texmf-dist/fonts/tfm/adobe/helvetic/phvrrn.tfm + texmf-dist/fonts/tfm/adobe/helvetic/rphvro.tfm + texmf-dist/fonts/tfm/adobe/helvetic/rphvron.tfm + texmf-dist/fonts/tfm/adobe/helvetic/rphvrrn.tfm + texmf-dist/fonts/tfm/cspsfonts-adobe/helvetic/phvb8z.tfm + texmf-dist/fonts/tfm/cspsfonts-adobe/helvetic/phvbc8z.tfm + texmf-dist/fonts/tfm/cspsfonts-adobe/helvetic/phvbn8z.tfm + texmf-dist/fonts/tfm/cspsfonts-adobe/helvetic/phvbnc8z.tfm + texmf-dist/fonts/tfm/cspsfonts-adobe/helvetic/phvbo8z.tfm + texmf-dist/fonts/tfm/cspsfonts-adobe/helvetic/phvbon8z.tfm + texmf-dist/fonts/tfm/cspsfonts-adobe/helvetic/phvr8z.tfm + texmf-dist/fonts/tfm/cspsfonts-adobe/helvetic/phvrc8z.tfm + texmf-dist/fonts/tfm/cspsfonts-adobe/helvetic/phvrn8z.tfm + texmf-dist/fonts/tfm/cspsfonts-adobe/helvetic/phvrnc8z.tfm + texmf-dist/fonts/tfm/cspsfonts-adobe/helvetic/phvro8z.tfm + texmf-dist/fonts/tfm/cspsfonts-adobe/helvetic/phvron8z.tfm + texmf-dist/fonts/tfm/cspsfonts-adobe/helvetic/rphvb.tfm + texmf-dist/fonts/tfm/cspsfonts-adobe/helvetic/rphvbo.tfm + texmf-dist/fonts/tfm/cspsfonts-adobe/helvetic/rphvbon.tfm + texmf-dist/fonts/tfm/cspsfonts-adobe/helvetic/rphvbrn.tfm + texmf-dist/fonts/tfm/cspsfonts-adobe/helvetic/rphvr.tfm + texmf-dist/fonts/tfm/groff/helvetic/phvb8g.tfm + texmf-dist/fonts/tfm/groff/helvetic/phvb8gn.tfm + texmf-dist/fonts/tfm/groff/helvetic/phvbo8g.tfm + texmf-dist/fonts/tfm/groff/helvetic/phvbo8gn.tfm + texmf-dist/fonts/tfm/groff/helvetic/phvr8g.tfm + texmf-dist/fonts/tfm/groff/helvetic/phvr8gn.tfm + texmf-dist/fonts/tfm/groff/helvetic/phvro8g.tfm + texmf-dist/fonts/tfm/groff/helvetic/phvro8gn.tfm + texmf-dist/fonts/tfm/monotype/helvetic/arb10u.tfm + texmf-dist/fonts/tfm/monotype/helvetic/arb2n.tfm + texmf-dist/fonts/tfm/monotype/helvetic/arb7j.tfm + texmf-dist/fonts/tfm/monotype/helvetic/arb8u.tfm + texmf-dist/fonts/tfm/monotype/helvetic/arb9t.tfm + texmf-dist/fonts/tfm/monotype/helvetic/ari10u.tfm + texmf-dist/fonts/tfm/monotype/helvetic/ari2n.tfm + texmf-dist/fonts/tfm/monotype/helvetic/ari7j.tfm + texmf-dist/fonts/tfm/monotype/helvetic/ari8u.tfm + texmf-dist/fonts/tfm/monotype/helvetic/ari9t.tfm + texmf-dist/fonts/tfm/monotype/helvetic/arj10u.tfm + texmf-dist/fonts/tfm/monotype/helvetic/arj2n.tfm + texmf-dist/fonts/tfm/monotype/helvetic/arj7j.tfm + texmf-dist/fonts/tfm/monotype/helvetic/arj8u.tfm + texmf-dist/fonts/tfm/monotype/helvetic/arj9t.tfm + texmf-dist/fonts/tfm/monotype/helvetic/arr10u.tfm + texmf-dist/fonts/tfm/monotype/helvetic/arr2n.tfm + texmf-dist/fonts/tfm/monotype/helvetic/arr7j.tfm + texmf-dist/fonts/tfm/monotype/helvetic/arr8u.tfm + texmf-dist/fonts/tfm/monotype/helvetic/arr9t.tfm + texmf-dist/fonts/tfm/monotype/helvetic/mhvb.tfm + texmf-dist/fonts/tfm/monotype/helvetic/mhvb8t.tfm + texmf-dist/fonts/tfm/monotype/helvetic/mhvbi.tfm + texmf-dist/fonts/tfm/monotype/helvetic/mhvbi8t.tfm + texmf-dist/fonts/tfm/monotype/helvetic/mhvr.tfm + texmf-dist/fonts/tfm/monotype/helvetic/mhvr8t.tfm + texmf-dist/fonts/tfm/monotype/helvetic/mhvri.tfm + texmf-dist/fonts/tfm/monotype/helvetic/mhvri8t.tfm + texmf-dist/fonts/tfm/urw35vf/helvetic/uhvb7t.tfm + texmf-dist/fonts/tfm/urw35vf/helvetic/uhvb7tn.tfm + texmf-dist/fonts/tfm/urw35vf/helvetic/uhvb8c.tfm + texmf-dist/fonts/tfm/urw35vf/helvetic/uhvb8cn.tfm + texmf-dist/fonts/tfm/urw35vf/helvetic/uhvb8r.tfm + texmf-dist/fonts/tfm/urw35vf/helvetic/uhvb8rn.tfm + texmf-dist/fonts/tfm/urw35vf/helvetic/uhvb8t.tfm + texmf-dist/fonts/tfm/urw35vf/helvetic/uhvb8tn.tfm + texmf-dist/fonts/tfm/urw35vf/helvetic/uhvbc7t.tfm + texmf-dist/fonts/tfm/urw35vf/helvetic/uhvbc7tn.tfm + texmf-dist/fonts/tfm/urw35vf/helvetic/uhvbc8t.tfm + texmf-dist/fonts/tfm/urw35vf/helvetic/uhvbc8tn.tfm + texmf-dist/fonts/tfm/urw35vf/helvetic/uhvbi7t.tfm + texmf-dist/fonts/tfm/urw35vf/helvetic/uhvbi8c.tfm + texmf-dist/fonts/tfm/urw35vf/helvetic/uhvbi8r.tfm + texmf-dist/fonts/tfm/urw35vf/helvetic/uhvbi8t.tfm + texmf-dist/fonts/tfm/urw35vf/helvetic/uhvbo7t.tfm + texmf-dist/fonts/tfm/urw35vf/helvetic/uhvbo7tn.tfm + texmf-dist/fonts/tfm/urw35vf/helvetic/uhvbo8c.tfm + texmf-dist/fonts/tfm/urw35vf/helvetic/uhvbo8cn.tfm + texmf-dist/fonts/tfm/urw35vf/helvetic/uhvbo8r.tfm + texmf-dist/fonts/tfm/urw35vf/helvetic/uhvbo8rn.tfm + texmf-dist/fonts/tfm/urw35vf/helvetic/uhvbo8t.tfm + texmf-dist/fonts/tfm/urw35vf/helvetic/uhvbo8tn.tfm + texmf-dist/fonts/tfm/urw35vf/helvetic/uhvr7t.tfm + texmf-dist/fonts/tfm/urw35vf/helvetic/uhvr7tn.tfm + texmf-dist/fonts/tfm/urw35vf/helvetic/uhvr8c.tfm + texmf-dist/fonts/tfm/urw35vf/helvetic/uhvr8cn.tfm + texmf-dist/fonts/tfm/urw35vf/helvetic/uhvr8r.tfm + texmf-dist/fonts/tfm/urw35vf/helvetic/uhvr8rn.tfm + texmf-dist/fonts/tfm/urw35vf/helvetic/uhvr8t.tfm + texmf-dist/fonts/tfm/urw35vf/helvetic/uhvr8tn.tfm + texmf-dist/fonts/tfm/urw35vf/helvetic/uhvrc7t.tfm + texmf-dist/fonts/tfm/urw35vf/helvetic/uhvrc7tn.tfm + texmf-dist/fonts/tfm/urw35vf/helvetic/uhvrc8t.tfm + texmf-dist/fonts/tfm/urw35vf/helvetic/uhvrc8tn.tfm + texmf-dist/fonts/tfm/urw35vf/helvetic/uhvri7t.tfm + texmf-dist/fonts/tfm/urw35vf/helvetic/uhvri7tn.tfm + texmf-dist/fonts/tfm/urw35vf/helvetic/uhvri8c.tfm + texmf-dist/fonts/tfm/urw35vf/helvetic/uhvri8cn.tfm + texmf-dist/fonts/tfm/urw35vf/helvetic/uhvri8r.tfm + texmf-dist/fonts/tfm/urw35vf/helvetic/uhvri8rn.tfm + texmf-dist/fonts/tfm/urw35vf/helvetic/uhvri8t.tfm + texmf-dist/fonts/tfm/urw35vf/helvetic/uhvri8tn.tfm + texmf-dist/fonts/tfm/urw35vf/helvetic/uhvro7t.tfm + texmf-dist/fonts/tfm/urw35vf/helvetic/uhvro7tn.tfm + texmf-dist/fonts/tfm/urw35vf/helvetic/uhvro8c.tfm + texmf-dist/fonts/tfm/urw35vf/helvetic/uhvro8cn.tfm + texmf-dist/fonts/tfm/urw35vf/helvetic/uhvro8r.tfm + texmf-dist/fonts/tfm/urw35vf/helvetic/uhvro8rn.tfm + texmf-dist/fonts/tfm/urw35vf/helvetic/uhvro8t.tfm + texmf-dist/fonts/tfm/urw35vf/helvetic/uhvro8tn.tfm + texmf-dist/fonts/type1/urw/helvetic/uhvb8a.pfb + texmf-dist/fonts/type1/urw/helvetic/uhvb8a.pfm + texmf-dist/fonts/type1/urw/helvetic/uhvb8ac.pfb + texmf-dist/fonts/type1/urw/helvetic/uhvb8ac.pfm + texmf-dist/fonts/type1/urw/helvetic/uhvbo8a.pfb + texmf-dist/fonts/type1/urw/helvetic/uhvbo8a.pfm + texmf-dist/fonts/type1/urw/helvetic/uhvbo8ac.pfb + texmf-dist/fonts/type1/urw/helvetic/uhvbo8ac.pfm + texmf-dist/fonts/type1/urw/helvetic/uhvboc8a.pfb + texmf-dist/fonts/type1/urw/helvetic/uhvbrc8a.pfb + texmf-dist/fonts/type1/urw/helvetic/uhvr8a-105.pfb + texmf-dist/fonts/type1/urw/helvetic/uhvr8a.pfb + texmf-dist/fonts/type1/urw/helvetic/uhvr8a.pfm + texmf-dist/fonts/type1/urw/helvetic/uhvr8ac.pfb + texmf-dist/fonts/type1/urw/helvetic/uhvr8ac.pfm + texmf-dist/fonts/type1/urw/helvetic/uhvro8a-105.pfb + texmf-dist/fonts/type1/urw/helvetic/uhvro8a.pfb + texmf-dist/fonts/type1/urw/helvetic/uhvro8a.pfm + texmf-dist/fonts/type1/urw/helvetic/uhvro8ac.pfb + texmf-dist/fonts/type1/urw/helvetic/uhvro8ac.pfm + texmf-dist/fonts/type1/urw/helvetic/uhvroc8a.pfb + texmf-dist/fonts/type1/urw/helvetic/uhvrrc8a.pfb + texmf-dist/fonts/vf/adobe/helvetic/phvb.vf + texmf-dist/fonts/vf/adobe/helvetic/phvb7t.vf + texmf-dist/fonts/vf/adobe/helvetic/phvb7tn.vf + texmf-dist/fonts/vf/adobe/helvetic/phvb8c.vf + texmf-dist/fonts/vf/adobe/helvetic/phvb8cn.vf + texmf-dist/fonts/vf/adobe/helvetic/phvb8t.vf + texmf-dist/fonts/vf/adobe/helvetic/phvb8tn.vf + texmf-dist/fonts/vf/adobe/helvetic/phvbc.vf + texmf-dist/fonts/vf/adobe/helvetic/phvbc7t.vf + texmf-dist/fonts/vf/adobe/helvetic/phvbc7tn.vf + texmf-dist/fonts/vf/adobe/helvetic/phvbc8t.vf + texmf-dist/fonts/vf/adobe/helvetic/phvbc8tn.vf + texmf-dist/fonts/vf/adobe/helvetic/phvbo.vf + texmf-dist/fonts/vf/adobe/helvetic/phvbo7t.vf + texmf-dist/fonts/vf/adobe/helvetic/phvbo7tn.vf + texmf-dist/fonts/vf/adobe/helvetic/phvbo8c.vf + texmf-dist/fonts/vf/adobe/helvetic/phvbo8cn.vf + texmf-dist/fonts/vf/adobe/helvetic/phvbo8t.vf + texmf-dist/fonts/vf/adobe/helvetic/phvbo8tn.vf + texmf-dist/fonts/vf/adobe/helvetic/phvbon.vf + texmf-dist/fonts/vf/adobe/helvetic/phvbrn.vf + texmf-dist/fonts/vf/adobe/helvetic/phvl7t.vf + texmf-dist/fonts/vf/adobe/helvetic/phvl8c.vf + texmf-dist/fonts/vf/adobe/helvetic/phvl8t.vf + texmf-dist/fonts/vf/adobe/helvetic/phvlc7t.vf + texmf-dist/fonts/vf/adobe/helvetic/phvlc8t.vf + texmf-dist/fonts/vf/adobe/helvetic/phvlo7t.vf + texmf-dist/fonts/vf/adobe/helvetic/phvlo8c.vf + texmf-dist/fonts/vf/adobe/helvetic/phvlo8t.vf + texmf-dist/fonts/vf/adobe/helvetic/phvr.vf + texmf-dist/fonts/vf/adobe/helvetic/phvr7t.vf + texmf-dist/fonts/vf/adobe/helvetic/phvr7tn.vf + texmf-dist/fonts/vf/adobe/helvetic/phvr8c.vf + texmf-dist/fonts/vf/adobe/helvetic/phvr8cn.vf + texmf-dist/fonts/vf/adobe/helvetic/phvr8t.vf + texmf-dist/fonts/vf/adobe/helvetic/phvr8tn.vf + texmf-dist/fonts/vf/adobe/helvetic/phvrc.vf + texmf-dist/fonts/vf/adobe/helvetic/phvrc7t.vf + texmf-dist/fonts/vf/adobe/helvetic/phvrc7tn.vf + texmf-dist/fonts/vf/adobe/helvetic/phvrc8t.vf + texmf-dist/fonts/vf/adobe/helvetic/phvrc8tn.vf + texmf-dist/fonts/vf/adobe/helvetic/phvro.vf + texmf-dist/fonts/vf/adobe/helvetic/phvro7t.vf + texmf-dist/fonts/vf/adobe/helvetic/phvro7tn.vf + texmf-dist/fonts/vf/adobe/helvetic/phvro8c.vf + texmf-dist/fonts/vf/adobe/helvetic/phvro8cn.vf + texmf-dist/fonts/vf/adobe/helvetic/phvro8t.vf + texmf-dist/fonts/vf/adobe/helvetic/phvro8tn.vf + texmf-dist/fonts/vf/adobe/helvetic/phvron.vf + texmf-dist/fonts/vf/adobe/helvetic/phvrrn.vf + texmf-dist/fonts/vf/cspsfonts-adobe/helvetic/phvb8z.vf + texmf-dist/fonts/vf/cspsfonts-adobe/helvetic/phvbc8z.vf + texmf-dist/fonts/vf/cspsfonts-adobe/helvetic/phvbn8z.vf + texmf-dist/fonts/vf/cspsfonts-adobe/helvetic/phvbnc8z.vf + texmf-dist/fonts/vf/cspsfonts-adobe/helvetic/phvbo8z.vf + texmf-dist/fonts/vf/cspsfonts-adobe/helvetic/phvbon8z.vf + texmf-dist/fonts/vf/cspsfonts-adobe/helvetic/phvr8z.vf + texmf-dist/fonts/vf/cspsfonts-adobe/helvetic/phvrc8z.vf + texmf-dist/fonts/vf/cspsfonts-adobe/helvetic/phvrn8z.vf + texmf-dist/fonts/vf/cspsfonts-adobe/helvetic/phvrnc8z.vf + texmf-dist/fonts/vf/cspsfonts-adobe/helvetic/phvro8z.vf + texmf-dist/fonts/vf/cspsfonts-adobe/helvetic/phvron8z.vf + texmf-dist/fonts/vf/monotype/helvetic/mhvb.vf + texmf-dist/fonts/vf/monotype/helvetic/mhvb8t.vf + texmf-dist/fonts/vf/monotype/helvetic/mhvbi.vf + texmf-dist/fonts/vf/monotype/helvetic/mhvbi8t.vf + texmf-dist/fonts/vf/monotype/helvetic/mhvr.vf + texmf-dist/fonts/vf/monotype/helvetic/mhvr8t.vf + texmf-dist/fonts/vf/monotype/helvetic/mhvri.vf + texmf-dist/fonts/vf/monotype/helvetic/mhvri8t.vf + texmf-dist/fonts/vf/urw35vf/helvetic/uhvb7t.vf + texmf-dist/fonts/vf/urw35vf/helvetic/uhvb7tn.vf + texmf-dist/fonts/vf/urw35vf/helvetic/uhvb8c.vf + texmf-dist/fonts/vf/urw35vf/helvetic/uhvb8cn.vf + texmf-dist/fonts/vf/urw35vf/helvetic/uhvb8t.vf + texmf-dist/fonts/vf/urw35vf/helvetic/uhvb8tn.vf + texmf-dist/fonts/vf/urw35vf/helvetic/uhvbc7t.vf + texmf-dist/fonts/vf/urw35vf/helvetic/uhvbc7tn.vf + texmf-dist/fonts/vf/urw35vf/helvetic/uhvbc8t.vf + texmf-dist/fonts/vf/urw35vf/helvetic/uhvbc8tn.vf + texmf-dist/fonts/vf/urw35vf/helvetic/uhvbi7t.vf + texmf-dist/fonts/vf/urw35vf/helvetic/uhvbi8c.vf + texmf-dist/fonts/vf/urw35vf/helvetic/uhvbi8t.vf + texmf-dist/fonts/vf/urw35vf/helvetic/uhvbo7t.vf + texmf-dist/fonts/vf/urw35vf/helvetic/uhvbo7tn.vf + texmf-dist/fonts/vf/urw35vf/helvetic/uhvbo8c.vf + texmf-dist/fonts/vf/urw35vf/helvetic/uhvbo8cn.vf + texmf-dist/fonts/vf/urw35vf/helvetic/uhvbo8t.vf + texmf-dist/fonts/vf/urw35vf/helvetic/uhvbo8tn.vf + texmf-dist/fonts/vf/urw35vf/helvetic/uhvr7t.vf + texmf-dist/fonts/vf/urw35vf/helvetic/uhvr7tn.vf + texmf-dist/fonts/vf/urw35vf/helvetic/uhvr8c.vf + texmf-dist/fonts/vf/urw35vf/helvetic/uhvr8cn.vf + texmf-dist/fonts/vf/urw35vf/helvetic/uhvr8t.vf + texmf-dist/fonts/vf/urw35vf/helvetic/uhvr8tn.vf + texmf-dist/fonts/vf/urw35vf/helvetic/uhvrc7t.vf + texmf-dist/fonts/vf/urw35vf/helvetic/uhvrc7tn.vf + texmf-dist/fonts/vf/urw35vf/helvetic/uhvrc8t.vf + texmf-dist/fonts/vf/urw35vf/helvetic/uhvrc8tn.vf + texmf-dist/fonts/vf/urw35vf/helvetic/uhvri7t.vf + texmf-dist/fonts/vf/urw35vf/helvetic/uhvri7tn.vf + texmf-dist/fonts/vf/urw35vf/helvetic/uhvri8c.vf + texmf-dist/fonts/vf/urw35vf/helvetic/uhvri8cn.vf + texmf-dist/fonts/vf/urw35vf/helvetic/uhvri8t.vf + texmf-dist/fonts/vf/urw35vf/helvetic/uhvri8tn.vf + texmf-dist/fonts/vf/urw35vf/helvetic/uhvro7t.vf + texmf-dist/fonts/vf/urw35vf/helvetic/uhvro7tn.vf + texmf-dist/fonts/vf/urw35vf/helvetic/uhvro8c.vf + texmf-dist/fonts/vf/urw35vf/helvetic/uhvro8cn.vf + texmf-dist/fonts/vf/urw35vf/helvetic/uhvro8t.vf + texmf-dist/fonts/vf/urw35vf/helvetic/uhvro8tn.vf + texmf-dist/tex/latex/helvetic/8ruhv.fd + texmf-dist/tex/latex/helvetic/omluhv.fd + texmf-dist/tex/latex/helvetic/omsuhv.fd + texmf-dist/tex/latex/helvetic/ot1uhv.fd + texmf-dist/tex/latex/helvetic/t1uhv.fd + texmf-dist/tex/latex/helvetic/ts1uhv.fd + +name hep +category Package +revision 15878 +shortdesc A "convenience wrapper" for High Energy Physics packages. +longdesc Loads the author's hepunits and hepnicenames packages, and a +longdesc selection of others that are useful in High Energy Physics +longdesc papers, etc. +docfiles size=2 + texmf-dist/doc/latex/hep/ChangeLog + texmf-dist/doc/latex/hep/README details="Readme" +runfiles size=2 + texmf-dist/tex/latex/hep/hep.sty +catalogue-ctan /macros/latex/contrib/hep +catalogue-date 2008-08-21 09:38:31 +0200 +catalogue-license lppl +catalogue-version 1.0 + +name hepnames +category Package +revision 15878 +shortdesc Pre-defined high energy particle names. +longdesc Hepnames provides a pair of LaTeX packages, heppennames and +longdesc hepnicenames, providing a large set of pre-defined high energy +longdesc physics particle names built with the hepparticles package. The +longdesc packages are based on pennames.sty by Michel Goosens and Eric +longdesc van Herwijnen. Heppennames re-implements the particle names in +longdesc pennames.sty, with some additions and alterations and greater +longdesc flexibility and robustness due to the hepparticles structures, +longdesc which were written for this purpose. Hepnicenames provides the +longdesc main non-resonant particle names from heppennames with more +longdesc "friendly" names. +docfiles size=154 + texmf-dist/doc/latex/hepnames/ChangeLog + texmf-dist/doc/latex/hepnames/README details="Readme" + texmf-dist/doc/latex/hepnames/hepnames.pdf details="Details of the package bundle" + texmf-dist/doc/latex/hepnames/hepnames.tex + texmf-dist/doc/latex/hepnames/hepnicenames-macros.tex + texmf-dist/doc/latex/hepnames/hepnicenames.pdf details="Enumeration of available nicenames" + texmf-dist/doc/latex/hepnames/hepnicenames.tex + texmf-dist/doc/latex/hepnames/heppennames-macros.tex + texmf-dist/doc/latex/hepnames/heppennames.pdf details="Enumeration of available pennames" + texmf-dist/doc/latex/hepnames/heppennames.tex +runfiles size=13 + texmf-dist/tex/latex/hepnames/hepnames.sty + texmf-dist/tex/latex/hepnames/hepnicenames.sty + texmf-dist/tex/latex/hepnames/heppennames.sty +catalogue-ctan /macros/latex/contrib/hepnames +catalogue-date 2008-08-21 09:38:31 +0200 +catalogue-license lppl +catalogue-version 1.4 + +name hepparticles +category Package +revision 15878 +shortdesc Macros for typesetting high energy physics particle names. +longdesc HEPparticles is a set of macros for typesetting high energy +longdesc particle names, to meet the following criteria: 1. The main +longdesc particle name is a Roman or Greek symbol, to be typeset in +longdesc upright font in normal contexts. 2. Additionally a superscript +longdesc and/or subscript may follow the main symbol. 3. Particle +longdesc resonances may also have a resonance specifier which is typeset +longdesc in parentheses following the main symbol. In general the +longdesc parentheses may also be followed by sub- and superscripts. 4. +longdesc The particle names are expected to be used both in and out of +longdesc mathematical contexts. 5. If the surrounding text is bold or +longdesc italic then the particle name should adapt to that context as +longdesc best as possible (this may not be possible for Greek symbols). +longdesc A consequence of point 5 is that the well-known problems with +longdesc boldness of particle names in section titles, headers and +longdesc tables of contents automatically disappear if these macros are +longdesc used. +docfiles size=50 + texmf-dist/doc/latex/hepparticles/README details="Readme" + texmf-dist/doc/latex/hepparticles/hepparticles.pdf details="Package documentation" + texmf-dist/doc/latex/hepparticles/hepparticles.tex + texmf-dist/doc/latex/hepparticles/testhepparticles.pdf + texmf-dist/doc/latex/hepparticles/testhepparticles.tex +runfiles size=4 + texmf-dist/tex/latex/hepparticles/hepparticles.sty +catalogue-ctan /macros/latex/contrib/hepparticles +catalogue-date 2007-02-23 00:16:39 +0100 +catalogue-license lppl + +name hepthesis +category Package +revision 15878 +shortdesc A class for academic reports, especially PhD theses. +longdesc Hepthesis is a LaTeX class for typesetting large academic +longdesc reports, in particular PhD theses. It was originally developed +longdesc for typesetting the author's high-energy physics PhD thesis and +longdesc includes some features specifically tailored to such an +longdesc application. In particular, hepthesis offers: - Attractive +longdesc semantic environments for various rubric sections; - Extensive +longdesc options for draft production, screen viewing and binding-ready +longdesc output; - Helpful extensions of existing environments, +longdesc including equation and tabular; and - Support for quotations at +longdesc the start of the thesis and each chapter. The class is based on +longdesc scrbook, from the KOMA-Script bundle. +docfiles size=240 + texmf-dist/doc/latex/hepthesis/ChangeLog + texmf-dist/doc/latex/hepthesis/README details="Package README" + texmf-dist/doc/latex/hepthesis/TODO + texmf-dist/doc/latex/hepthesis/example/Makefile + texmf-dist/doc/latex/hepthesis/example/appendices.tex + texmf-dist/doc/latex/hepthesis/example/backmatter.tex + texmf-dist/doc/latex/hepthesis/example/chap1.tex + texmf-dist/doc/latex/hepthesis/example/chap2.tex + texmf-dist/doc/latex/hepthesis/example/chap3.tex + texmf-dist/doc/latex/hepthesis/example/ckmfitter-alpha-combined.pdf + texmf-dist/doc/latex/hepthesis/example/example.pdf details="Part of a thesis, seen as for printing" + texmf-dist/doc/latex/hepthesis/example/example.tex + texmf-dist/doc/latex/hepthesis/example/extrastyles.zip + texmf-dist/doc/latex/hepthesis/example/frontmatter.tex + texmf-dist/doc/latex/hepthesis/example/lhcb-detector-cross-section.pdf + texmf-dist/doc/latex/hepthesis/hepthesis.pdf details="Package documentation" + texmf-dist/doc/latex/hepthesis/hepthesis.tex +srcfiles size=1 + texmf-dist/source/latex/hepthesis/Makefile +runfiles size=7 + texmf-dist/tex/latex/hepthesis/hepthesis.cls +catalogue-ctan /macros/latex/contrib/hepthesis +catalogue-date 2008-07-11 21:08:13 +0200 +catalogue-license lppl +catalogue-version 1.4.2 + +name hepunits +category Package +revision 15878 +shortdesc A set of units useful in high energy physics applications. +longdesc Hepunits is a LaTeX package built on the SIunits package which +longdesc adds a collection of useful HEP units to the existing SIunits +longdesc set. These include the energy units \MeV, \GeV, \TeV and the +longdesc derived momentum and mass units \MeVoverc, \MeVovercsq and so +longdesc on. +docfiles size=27 + texmf-dist/doc/latex/hepunits/ChangeLog + texmf-dist/doc/latex/hepunits/README details="Readme" + texmf-dist/doc/latex/hepunits/hepunits.pdf details="Package documentation" + texmf-dist/doc/latex/hepunits/hepunits.tex +runfiles size=2 + texmf-dist/tex/latex/hepunits/hepunits.sty +catalogue-ctan /macros/latex/contrib/hepunits +catalogue-date 2009-09-19 12:08:16 +0200 +catalogue-license lppl +catalogue-version 1.1.1 + +name hexgame +category Package +revision 15878 +shortdesc Provide an environment to draw a hexgame-board. +longdesc Hex is a mathematical game invented by the Danish mathematician +longdesc Piet Hein and independently by the mathematician John Nash. +longdesc This package defines an environment that enables the user to +longdesc draw such a game in a trivial way. +docfiles size=11 + texmf-dist/doc/latex/hexgame/README details="Readme" + texmf-dist/doc/latex/hexgame/hexgame.pdf details="Package documentation" + texmf-dist/doc/latex/hexgame/hexgame.tex +runfiles size=2 + texmf-dist/tex/latex/hexgame/hexgame.sty +catalogue-ctan /macros/latex/contrib/hexgame +catalogue-date 2008-08-22 10:38:02 +0200 +catalogue-license lppl +catalogue-version 1.0 + +name hfbright +category Package +revision 15878 +shortdesc The hfbright fonts. +longdesc These are Adobe Type 1 versions of the OT1-encoded and maths +longdesc parts of the Computer Modern Bright fonts. +execute addMixedMap hfbright.map +docfiles size=1 + texmf-dist/doc/fonts/hfbright/README +srcfiles size=5 + texmf-dist/source/fonts/hfbright/generate.sh + texmf-dist/source/fonts/hfbright/install.sh + texmf-dist/source/fonts/hfbright/simplify-rename.pe +runfiles size=314 + texmf-dist/dvips/hfbright/config.hfbright + texmf-dist/fonts/afm/public/hfbright/hfbr10.afm + texmf-dist/fonts/afm/public/hfbright/hfbr17.afm + texmf-dist/fonts/afm/public/hfbright/hfbr8.afm + texmf-dist/fonts/afm/public/hfbright/hfbr9.afm + texmf-dist/fonts/afm/public/hfbright/hfbras10.afm + texmf-dist/fonts/afm/public/hfbright/hfbras8.afm + texmf-dist/fonts/afm/public/hfbright/hfbras9.afm + texmf-dist/fonts/afm/public/hfbright/hfbrbs10.afm + texmf-dist/fonts/afm/public/hfbright/hfbrbs8.afm + texmf-dist/fonts/afm/public/hfbright/hfbrbs9.afm + texmf-dist/fonts/afm/public/hfbright/hfbrbx10.afm + texmf-dist/fonts/afm/public/hfbright/hfbrmb10.afm + texmf-dist/fonts/afm/public/hfbright/hfbrmi10.afm + texmf-dist/fonts/afm/public/hfbright/hfbrmi8.afm + texmf-dist/fonts/afm/public/hfbright/hfbrmi9.afm + texmf-dist/fonts/afm/public/hfbright/hfbrsl10.afm + texmf-dist/fonts/afm/public/hfbright/hfbrsl17.afm + texmf-dist/fonts/afm/public/hfbright/hfbrsl8.afm + texmf-dist/fonts/afm/public/hfbright/hfbrsl9.afm + texmf-dist/fonts/afm/public/hfbright/hfbrsy10.afm + texmf-dist/fonts/afm/public/hfbright/hfbrsy8.afm + texmf-dist/fonts/afm/public/hfbright/hfbrsy9.afm + texmf-dist/fonts/afm/public/hfbright/hfsltl10.afm + texmf-dist/fonts/afm/public/hfbright/hftl10.afm + texmf-dist/fonts/enc/dvips/hfbright/hfmital.enc + texmf-dist/fonts/enc/dvips/hfbright/hfmsa.enc + texmf-dist/fonts/enc/dvips/hfbright/hfmsb.enc + texmf-dist/fonts/enc/dvips/hfbright/hfmsym.enc + texmf-dist/fonts/enc/dvips/hfbright/hfot1.enc + texmf-dist/fonts/map/dvips/hfbright/hfbright.map + texmf-dist/fonts/type1/public/hfbright/hfbr10.pfb + texmf-dist/fonts/type1/public/hfbright/hfbr17.pfb + texmf-dist/fonts/type1/public/hfbright/hfbr8.pfb + texmf-dist/fonts/type1/public/hfbright/hfbr9.pfb + texmf-dist/fonts/type1/public/hfbright/hfbras10.pfb + texmf-dist/fonts/type1/public/hfbright/hfbras8.pfb + texmf-dist/fonts/type1/public/hfbright/hfbras9.pfb + texmf-dist/fonts/type1/public/hfbright/hfbrbs10.pfb + texmf-dist/fonts/type1/public/hfbright/hfbrbs8.pfb + texmf-dist/fonts/type1/public/hfbright/hfbrbs9.pfb + texmf-dist/fonts/type1/public/hfbright/hfbrbx10.pfb + texmf-dist/fonts/type1/public/hfbright/hfbrmb10.pfb + texmf-dist/fonts/type1/public/hfbright/hfbrmi10.pfb + texmf-dist/fonts/type1/public/hfbright/hfbrmi8.pfb + texmf-dist/fonts/type1/public/hfbright/hfbrmi9.pfb + texmf-dist/fonts/type1/public/hfbright/hfbrsl10.pfb + texmf-dist/fonts/type1/public/hfbright/hfbrsl17.pfb + texmf-dist/fonts/type1/public/hfbright/hfbrsl8.pfb + texmf-dist/fonts/type1/public/hfbright/hfbrsl9.pfb + texmf-dist/fonts/type1/public/hfbright/hfbrsy10.pfb + texmf-dist/fonts/type1/public/hfbright/hfbrsy8.pfb + texmf-dist/fonts/type1/public/hfbright/hfbrsy9.pfb + texmf-dist/fonts/type1/public/hfbright/hfsltl10.pfb + texmf-dist/fonts/type1/public/hfbright/hftl10.pfb +catalogue-ctan /fonts/ps-type1/hfbright +catalogue-date 2006-12-17 23:49:42 +0100 +catalogue-license lppl + +name hfoldsty +category Package +revision 15878 +shortdesc Old style numerals with EC fonts. +longdesc The hfoldsty package provides virtual fonts for using oldstyle +longdesc (0123456789) figures with the European Computer Modern fonts. +longdesc It does a similar job as the eco package by Sebastian Kirsch +longdesc but includes a couple of improvements, i.e., better kerning +longdesc with guillemets, and support for character protruding using the +longdesc pdfcprot package. +docfiles size=136 + texmf-dist/doc/fonts/hfoldsty/ChangeLog + texmf-dist/doc/fonts/hfoldsty/README + texmf-dist/doc/fonts/hfoldsty/TODO + texmf-dist/doc/fonts/hfoldsty/TS1.etx + texmf-dist/doc/fonts/hfoldsty/dostretch.mtx + texmf-dist/doc/fonts/hfoldsty/generate.sh + texmf-dist/doc/fonts/hfoldsty/gpl.txt + texmf-dist/doc/fonts/hfoldsty/hfoldsty.pdf + texmf-dist/doc/fonts/hfoldsty/hfoldsty.xml + texmf-dist/doc/fonts/hfoldsty/t19.etx + texmf-dist/doc/fonts/hfoldsty/test-eco-hfo.tex + texmf-dist/doc/fonts/hfoldsty/test-eco.tex + texmf-dist/doc/fonts/hfoldsty/test-hfo.tex +srcfiles size=8 + texmf-dist/source/fonts/hfoldsty/Makefile + texmf-dist/source/fonts/hfoldsty/hfoldsty.dtx + texmf-dist/source/fonts/hfoldsty/hfoldsty.ins +runfiles size=1225 + texmf-dist/fonts/tfm/public/hfoldsty/hfobi0500.tfm + texmf-dist/fonts/tfm/public/hfoldsty/hfobi0600.tfm + texmf-dist/fonts/tfm/public/hfoldsty/hfobi0700.tfm + texmf-dist/fonts/tfm/public/hfoldsty/hfobi0800.tfm + texmf-dist/fonts/tfm/public/hfoldsty/hfobi0900.tfm + texmf-dist/fonts/tfm/public/hfoldsty/hfobi1000.tfm + texmf-dist/fonts/tfm/public/hfoldsty/hfobi1095.tfm + texmf-dist/fonts/tfm/public/hfoldsty/hfobi1200.tfm + texmf-dist/fonts/tfm/public/hfoldsty/hfobi1440.tfm + texmf-dist/fonts/tfm/public/hfoldsty/hfobi1728.tfm + texmf-dist/fonts/tfm/public/hfoldsty/hfobi2074.tfm + texmf-dist/fonts/tfm/public/hfoldsty/hfobi2488.tfm + texmf-dist/fonts/tfm/public/hfoldsty/hfobi2986.tfm + texmf-dist/fonts/tfm/public/hfoldsty/hfobi3583.tfm + texmf-dist/fonts/tfm/public/hfoldsty/hfobl0500.tfm + texmf-dist/fonts/tfm/public/hfoldsty/hfobl0600.tfm + texmf-dist/fonts/tfm/public/hfoldsty/hfobl0700.tfm + texmf-dist/fonts/tfm/public/hfoldsty/hfobl0800.tfm + texmf-dist/fonts/tfm/public/hfoldsty/hfobl0900.tfm + texmf-dist/fonts/tfm/public/hfoldsty/hfobl1000.tfm + texmf-dist/fonts/tfm/public/hfoldsty/hfobl1095.tfm + texmf-dist/fonts/tfm/public/hfoldsty/hfobl1200.tfm + texmf-dist/fonts/tfm/public/hfoldsty/hfobl1440.tfm + texmf-dist/fonts/tfm/public/hfoldsty/hfobl1728.tfm + texmf-dist/fonts/tfm/public/hfoldsty/hfobl2074.tfm + texmf-dist/fonts/tfm/public/hfoldsty/hfobl2488.tfm + texmf-dist/fonts/tfm/public/hfoldsty/hfobl2986.tfm + texmf-dist/fonts/tfm/public/hfoldsty/hfobl3583.tfm + texmf-dist/fonts/tfm/public/hfoldsty/hfobx0500.tfm + texmf-dist/fonts/tfm/public/hfoldsty/hfobx0600.tfm + texmf-dist/fonts/tfm/public/hfoldsty/hfobx0700.tfm + texmf-dist/fonts/tfm/public/hfoldsty/hfobx0800.tfm + texmf-dist/fonts/tfm/public/hfoldsty/hfobx0900.tfm + texmf-dist/fonts/tfm/public/hfoldsty/hfobx1000.tfm + texmf-dist/fonts/tfm/public/hfoldsty/hfobx1095.tfm + texmf-dist/fonts/tfm/public/hfoldsty/hfobx1200.tfm + texmf-dist/fonts/tfm/public/hfoldsty/hfobx1440.tfm + texmf-dist/fonts/tfm/public/hfoldsty/hfobx1728.tfm + texmf-dist/fonts/tfm/public/hfoldsty/hfobx2074.tfm + texmf-dist/fonts/tfm/public/hfoldsty/hfobx2488.tfm + texmf-dist/fonts/tfm/public/hfoldsty/hfobx2986.tfm + texmf-dist/fonts/tfm/public/hfoldsty/hfobx3583.tfm + texmf-dist/fonts/tfm/public/hfoldsty/hfocc0500.tfm + texmf-dist/fonts/tfm/public/hfoldsty/hfocc0600.tfm + texmf-dist/fonts/tfm/public/hfoldsty/hfocc0700.tfm + texmf-dist/fonts/tfm/public/hfoldsty/hfocc0800.tfm + texmf-dist/fonts/tfm/public/hfoldsty/hfocc0900.tfm + texmf-dist/fonts/tfm/public/hfoldsty/hfocc1000.tfm + texmf-dist/fonts/tfm/public/hfoldsty/hfocc1095.tfm + texmf-dist/fonts/tfm/public/hfoldsty/hfocc1200.tfm + texmf-dist/fonts/tfm/public/hfoldsty/hfocc1440.tfm + texmf-dist/fonts/tfm/public/hfoldsty/hfocc1728.tfm + texmf-dist/fonts/tfm/public/hfoldsty/hfocc2074.tfm + texmf-dist/fonts/tfm/public/hfoldsty/hfocc2488.tfm + texmf-dist/fonts/tfm/public/hfoldsty/hfocc2986.tfm + texmf-dist/fonts/tfm/public/hfoldsty/hfocc3583.tfm + texmf-dist/fonts/tfm/public/hfoldsty/hfodh0500.tfm + texmf-dist/fonts/tfm/public/hfoldsty/hfodh0600.tfm + texmf-dist/fonts/tfm/public/hfoldsty/hfodh0700.tfm + texmf-dist/fonts/tfm/public/hfoldsty/hfodh0800.tfm + texmf-dist/fonts/tfm/public/hfoldsty/hfodh0900.tfm + texmf-dist/fonts/tfm/public/hfoldsty/hfodh1000.tfm + texmf-dist/fonts/tfm/public/hfoldsty/hfodh1095.tfm + texmf-dist/fonts/tfm/public/hfoldsty/hfodh1200.tfm + texmf-dist/fonts/tfm/public/hfoldsty/hfodh1440.tfm + texmf-dist/fonts/tfm/public/hfoldsty/hfodh1728.tfm + texmf-dist/fonts/tfm/public/hfoldsty/hfodh2074.tfm + texmf-dist/fonts/tfm/public/hfoldsty/hfodh2488.tfm + texmf-dist/fonts/tfm/public/hfoldsty/hfodh2986.tfm + texmf-dist/fonts/tfm/public/hfoldsty/hfodh3583.tfm + texmf-dist/fonts/tfm/public/hfoldsty/hfoit0600.tfm + texmf-dist/fonts/tfm/public/hfoldsty/hfoit0700.tfm + texmf-dist/fonts/tfm/public/hfoldsty/hfoit0800.tfm + texmf-dist/fonts/tfm/public/hfoldsty/hfoit0900.tfm + texmf-dist/fonts/tfm/public/hfoldsty/hfoit1000.tfm + texmf-dist/fonts/tfm/public/hfoldsty/hfoit1095.tfm + texmf-dist/fonts/tfm/public/hfoldsty/hfoit1200.tfm + texmf-dist/fonts/tfm/public/hfoldsty/hfoit1440.tfm + texmf-dist/fonts/tfm/public/hfoldsty/hfoit1728.tfm + texmf-dist/fonts/tfm/public/hfoldsty/hfoit2074.tfm + texmf-dist/fonts/tfm/public/hfoldsty/hfoit2488.tfm + texmf-dist/fonts/tfm/public/hfoldsty/hfoit2986.tfm + texmf-dist/fonts/tfm/public/hfoldsty/hfoit3583.tfm + texmf-dist/fonts/tfm/public/hfoldsty/hfooc0500.tfm + texmf-dist/fonts/tfm/public/hfoldsty/hfooc0600.tfm + texmf-dist/fonts/tfm/public/hfoldsty/hfooc0700.tfm + texmf-dist/fonts/tfm/public/hfoldsty/hfooc0800.tfm + texmf-dist/fonts/tfm/public/hfoldsty/hfooc0900.tfm + texmf-dist/fonts/tfm/public/hfoldsty/hfooc1000.tfm + texmf-dist/fonts/tfm/public/hfoldsty/hfooc1095.tfm + texmf-dist/fonts/tfm/public/hfoldsty/hfooc1200.tfm + texmf-dist/fonts/tfm/public/hfoldsty/hfooc1440.tfm + texmf-dist/fonts/tfm/public/hfoldsty/hfooc1728.tfm + texmf-dist/fonts/tfm/public/hfoldsty/hfooc2074.tfm + texmf-dist/fonts/tfm/public/hfoldsty/hfooc2488.tfm + texmf-dist/fonts/tfm/public/hfoldsty/hfooc2986.tfm + texmf-dist/fonts/tfm/public/hfoldsty/hfooc3583.tfm + texmf-dist/fonts/tfm/public/hfoldsty/hforb0500.tfm + texmf-dist/fonts/tfm/public/hfoldsty/hforb0600.tfm + texmf-dist/fonts/tfm/public/hfoldsty/hforb0700.tfm + texmf-dist/fonts/tfm/public/hfoldsty/hforb0800.tfm + texmf-dist/fonts/tfm/public/hfoldsty/hforb0900.tfm + texmf-dist/fonts/tfm/public/hfoldsty/hforb1000.tfm + texmf-dist/fonts/tfm/public/hfoldsty/hforb1095.tfm + texmf-dist/fonts/tfm/public/hfoldsty/hforb1200.tfm + texmf-dist/fonts/tfm/public/hfoldsty/hforb1440.tfm + texmf-dist/fonts/tfm/public/hfoldsty/hforb1728.tfm + texmf-dist/fonts/tfm/public/hfoldsty/hforb2074.tfm + texmf-dist/fonts/tfm/public/hfoldsty/hforb2488.tfm + texmf-dist/fonts/tfm/public/hfoldsty/hforb2986.tfm + texmf-dist/fonts/tfm/public/hfoldsty/hforb3583.tfm + texmf-dist/fonts/tfm/public/hfoldsty/hform0500.tfm + texmf-dist/fonts/tfm/public/hfoldsty/hform0600.tfm + texmf-dist/fonts/tfm/public/hfoldsty/hform0700.tfm + texmf-dist/fonts/tfm/public/hfoldsty/hform0800.tfm + texmf-dist/fonts/tfm/public/hfoldsty/hform0900.tfm + texmf-dist/fonts/tfm/public/hfoldsty/hform1000.tfm + texmf-dist/fonts/tfm/public/hfoldsty/hform1095.tfm + texmf-dist/fonts/tfm/public/hfoldsty/hform1200.tfm + texmf-dist/fonts/tfm/public/hfoldsty/hform1440.tfm + texmf-dist/fonts/tfm/public/hfoldsty/hform1728.tfm + texmf-dist/fonts/tfm/public/hfoldsty/hform2074.tfm + texmf-dist/fonts/tfm/public/hfoldsty/hform2488.tfm + texmf-dist/fonts/tfm/public/hfoldsty/hform2986.tfm + texmf-dist/fonts/tfm/public/hfoldsty/hform3583.tfm + texmf-dist/fonts/tfm/public/hfoldsty/hfosc0500.tfm + texmf-dist/fonts/tfm/public/hfoldsty/hfosc0600.tfm + texmf-dist/fonts/tfm/public/hfoldsty/hfosc0700.tfm + texmf-dist/fonts/tfm/public/hfoldsty/hfosc0800.tfm + texmf-dist/fonts/tfm/public/hfoldsty/hfosc0900.tfm + texmf-dist/fonts/tfm/public/hfoldsty/hfosc1000.tfm + texmf-dist/fonts/tfm/public/hfoldsty/hfosc1095.tfm + texmf-dist/fonts/tfm/public/hfoldsty/hfosc1200.tfm + texmf-dist/fonts/tfm/public/hfoldsty/hfosc1440.tfm + texmf-dist/fonts/tfm/public/hfoldsty/hfosc1728.tfm + texmf-dist/fonts/tfm/public/hfoldsty/hfosc2074.tfm + texmf-dist/fonts/tfm/public/hfoldsty/hfosc2488.tfm + texmf-dist/fonts/tfm/public/hfoldsty/hfosc2986.tfm + texmf-dist/fonts/tfm/public/hfoldsty/hfosc3583.tfm + texmf-dist/fonts/tfm/public/hfoldsty/hfosi0500.tfm + texmf-dist/fonts/tfm/public/hfoldsty/hfosi0600.tfm + texmf-dist/fonts/tfm/public/hfoldsty/hfosi0700.tfm + texmf-dist/fonts/tfm/public/hfoldsty/hfosi0800.tfm + texmf-dist/fonts/tfm/public/hfoldsty/hfosi0900.tfm + texmf-dist/fonts/tfm/public/hfoldsty/hfosi1000.tfm + texmf-dist/fonts/tfm/public/hfoldsty/hfosi1095.tfm + texmf-dist/fonts/tfm/public/hfoldsty/hfosi1200.tfm + texmf-dist/fonts/tfm/public/hfoldsty/hfosi1440.tfm + texmf-dist/fonts/tfm/public/hfoldsty/hfosi1728.tfm + texmf-dist/fonts/tfm/public/hfoldsty/hfosi2074.tfm + texmf-dist/fonts/tfm/public/hfoldsty/hfosi2488.tfm + texmf-dist/fonts/tfm/public/hfoldsty/hfosi2986.tfm + texmf-dist/fonts/tfm/public/hfoldsty/hfosi3583.tfm + texmf-dist/fonts/tfm/public/hfoldsty/hfosl0500.tfm + texmf-dist/fonts/tfm/public/hfoldsty/hfosl0600.tfm + texmf-dist/fonts/tfm/public/hfoldsty/hfosl0700.tfm + texmf-dist/fonts/tfm/public/hfoldsty/hfosl0800.tfm + texmf-dist/fonts/tfm/public/hfoldsty/hfosl0900.tfm + texmf-dist/fonts/tfm/public/hfoldsty/hfosl1000.tfm + texmf-dist/fonts/tfm/public/hfoldsty/hfosl1095.tfm + texmf-dist/fonts/tfm/public/hfoldsty/hfosl1200.tfm + texmf-dist/fonts/tfm/public/hfoldsty/hfosl1440.tfm + texmf-dist/fonts/tfm/public/hfoldsty/hfosl1728.tfm + texmf-dist/fonts/tfm/public/hfoldsty/hfosl2074.tfm + texmf-dist/fonts/tfm/public/hfoldsty/hfosl2488.tfm + texmf-dist/fonts/tfm/public/hfoldsty/hfosl2986.tfm + texmf-dist/fonts/tfm/public/hfoldsty/hfosl3583.tfm + texmf-dist/fonts/tfm/public/hfoldsty/hfoso0500.tfm + texmf-dist/fonts/tfm/public/hfoldsty/hfoso0600.tfm + texmf-dist/fonts/tfm/public/hfoldsty/hfoso0700.tfm + texmf-dist/fonts/tfm/public/hfoldsty/hfoso0800.tfm + texmf-dist/fonts/tfm/public/hfoldsty/hfoso0900.tfm + texmf-dist/fonts/tfm/public/hfoldsty/hfoso1000.tfm + texmf-dist/fonts/tfm/public/hfoldsty/hfoso1095.tfm + texmf-dist/fonts/tfm/public/hfoldsty/hfoso1200.tfm + texmf-dist/fonts/tfm/public/hfoldsty/hfoso1440.tfm + texmf-dist/fonts/tfm/public/hfoldsty/hfoso1728.tfm + texmf-dist/fonts/tfm/public/hfoldsty/hfoso2074.tfm + texmf-dist/fonts/tfm/public/hfoldsty/hfoso2488.tfm + texmf-dist/fonts/tfm/public/hfoldsty/hfoso2986.tfm + texmf-dist/fonts/tfm/public/hfoldsty/hfoso3583.tfm + texmf-dist/fonts/tfm/public/hfoldsty/hfoss0500.tfm + texmf-dist/fonts/tfm/public/hfoldsty/hfoss0600.tfm + texmf-dist/fonts/tfm/public/hfoldsty/hfoss0700.tfm + texmf-dist/fonts/tfm/public/hfoldsty/hfoss0800.tfm + texmf-dist/fonts/tfm/public/hfoldsty/hfoss0900.tfm + texmf-dist/fonts/tfm/public/hfoldsty/hfoss1000.tfm + texmf-dist/fonts/tfm/public/hfoldsty/hfoss1095.tfm + texmf-dist/fonts/tfm/public/hfoldsty/hfoss1200.tfm + texmf-dist/fonts/tfm/public/hfoldsty/hfoss1440.tfm + texmf-dist/fonts/tfm/public/hfoldsty/hfoss1728.tfm + texmf-dist/fonts/tfm/public/hfoldsty/hfoss2074.tfm + texmf-dist/fonts/tfm/public/hfoldsty/hfoss2488.tfm + texmf-dist/fonts/tfm/public/hfoldsty/hfoss2986.tfm + texmf-dist/fonts/tfm/public/hfoldsty/hfoss3583.tfm + texmf-dist/fonts/tfm/public/hfoldsty/hfost0600.tfm + texmf-dist/fonts/tfm/public/hfoldsty/hfost0700.tfm + texmf-dist/fonts/tfm/public/hfoldsty/hfost0800.tfm + texmf-dist/fonts/tfm/public/hfoldsty/hfost0900.tfm + texmf-dist/fonts/tfm/public/hfoldsty/hfost1000.tfm + texmf-dist/fonts/tfm/public/hfoldsty/hfost1095.tfm + texmf-dist/fonts/tfm/public/hfoldsty/hfost1200.tfm + texmf-dist/fonts/tfm/public/hfoldsty/hfost1440.tfm + texmf-dist/fonts/tfm/public/hfoldsty/hfost1728.tfm + texmf-dist/fonts/tfm/public/hfoldsty/hfost2074.tfm + texmf-dist/fonts/tfm/public/hfoldsty/hfost2488.tfm + texmf-dist/fonts/tfm/public/hfoldsty/hfost2986.tfm + texmf-dist/fonts/tfm/public/hfoldsty/hfost3583.tfm + texmf-dist/fonts/tfm/public/hfoldsty/hfosx0500.tfm + texmf-dist/fonts/tfm/public/hfoldsty/hfosx0600.tfm + texmf-dist/fonts/tfm/public/hfoldsty/hfosx0700.tfm + texmf-dist/fonts/tfm/public/hfoldsty/hfosx0800.tfm + texmf-dist/fonts/tfm/public/hfoldsty/hfosx0900.tfm + texmf-dist/fonts/tfm/public/hfoldsty/hfosx1000.tfm + texmf-dist/fonts/tfm/public/hfoldsty/hfosx1095.tfm + texmf-dist/fonts/tfm/public/hfoldsty/hfosx1200.tfm + texmf-dist/fonts/tfm/public/hfoldsty/hfosx1440.tfm + texmf-dist/fonts/tfm/public/hfoldsty/hfosx1728.tfm + texmf-dist/fonts/tfm/public/hfoldsty/hfosx2074.tfm + texmf-dist/fonts/tfm/public/hfoldsty/hfosx2488.tfm + texmf-dist/fonts/tfm/public/hfoldsty/hfosx2986.tfm + texmf-dist/fonts/tfm/public/hfoldsty/hfosx3583.tfm + texmf-dist/fonts/tfm/public/hfoldsty/hfotc0600.tfm + texmf-dist/fonts/tfm/public/hfoldsty/hfotc0700.tfm + texmf-dist/fonts/tfm/public/hfoldsty/hfotc0800.tfm + texmf-dist/fonts/tfm/public/hfoldsty/hfotc0900.tfm + texmf-dist/fonts/tfm/public/hfoldsty/hfotc1000.tfm + texmf-dist/fonts/tfm/public/hfoldsty/hfotc1095.tfm + texmf-dist/fonts/tfm/public/hfoldsty/hfotc1200.tfm + texmf-dist/fonts/tfm/public/hfoldsty/hfotc1440.tfm + texmf-dist/fonts/tfm/public/hfoldsty/hfotc1728.tfm + texmf-dist/fonts/tfm/public/hfoldsty/hfotc2074.tfm + texmf-dist/fonts/tfm/public/hfoldsty/hfotc2488.tfm + texmf-dist/fonts/tfm/public/hfoldsty/hfotc2986.tfm + texmf-dist/fonts/tfm/public/hfoldsty/hfotc3583.tfm + texmf-dist/fonts/tfm/public/hfoldsty/hfoti0500.tfm + texmf-dist/fonts/tfm/public/hfoldsty/hfoti0600.tfm + texmf-dist/fonts/tfm/public/hfoldsty/hfoti0700.tfm + texmf-dist/fonts/tfm/public/hfoldsty/hfoti0800.tfm + texmf-dist/fonts/tfm/public/hfoldsty/hfoti0900.tfm + texmf-dist/fonts/tfm/public/hfoldsty/hfoti1000.tfm + texmf-dist/fonts/tfm/public/hfoldsty/hfoti1095.tfm + texmf-dist/fonts/tfm/public/hfoldsty/hfoti1200.tfm + texmf-dist/fonts/tfm/public/hfoldsty/hfoti1440.tfm + texmf-dist/fonts/tfm/public/hfoldsty/hfoti1728.tfm + texmf-dist/fonts/tfm/public/hfoldsty/hfoti2074.tfm + texmf-dist/fonts/tfm/public/hfoldsty/hfoti2488.tfm + texmf-dist/fonts/tfm/public/hfoldsty/hfoti2986.tfm + texmf-dist/fonts/tfm/public/hfoldsty/hfoti3583.tfm + texmf-dist/fonts/tfm/public/hfoldsty/hfott0600.tfm + texmf-dist/fonts/tfm/public/hfoldsty/hfott0700.tfm + texmf-dist/fonts/tfm/public/hfoldsty/hfott0800.tfm + texmf-dist/fonts/tfm/public/hfoldsty/hfott0900.tfm + texmf-dist/fonts/tfm/public/hfoldsty/hfott1000.tfm + texmf-dist/fonts/tfm/public/hfoldsty/hfott1095.tfm + texmf-dist/fonts/tfm/public/hfoldsty/hfott1200.tfm + texmf-dist/fonts/tfm/public/hfoldsty/hfott1440.tfm + texmf-dist/fonts/tfm/public/hfoldsty/hfott1728.tfm + texmf-dist/fonts/tfm/public/hfoldsty/hfott2074.tfm + texmf-dist/fonts/tfm/public/hfoldsty/hfott2488.tfm + texmf-dist/fonts/tfm/public/hfoldsty/hfott2986.tfm + texmf-dist/fonts/tfm/public/hfoldsty/hfott3583.tfm + texmf-dist/fonts/tfm/public/hfoldsty/hfoui0500.tfm + texmf-dist/fonts/tfm/public/hfoldsty/hfoui0600.tfm + texmf-dist/fonts/tfm/public/hfoldsty/hfoui0700.tfm + texmf-dist/fonts/tfm/public/hfoldsty/hfoui0800.tfm + texmf-dist/fonts/tfm/public/hfoldsty/hfoui0900.tfm + texmf-dist/fonts/tfm/public/hfoldsty/hfoui1000.tfm + texmf-dist/fonts/tfm/public/hfoldsty/hfoui1095.tfm + texmf-dist/fonts/tfm/public/hfoldsty/hfoui1200.tfm + texmf-dist/fonts/tfm/public/hfoldsty/hfoui1440.tfm + texmf-dist/fonts/tfm/public/hfoldsty/hfoui1728.tfm + texmf-dist/fonts/tfm/public/hfoldsty/hfoui2074.tfm + texmf-dist/fonts/tfm/public/hfoldsty/hfoui2488.tfm + texmf-dist/fonts/tfm/public/hfoldsty/hfoui2986.tfm + texmf-dist/fonts/tfm/public/hfoldsty/hfoui3583.tfm + texmf-dist/fonts/tfm/public/hfoldsty/hfovi0600.tfm + texmf-dist/fonts/tfm/public/hfoldsty/hfovi0700.tfm + texmf-dist/fonts/tfm/public/hfoldsty/hfovi0800.tfm + texmf-dist/fonts/tfm/public/hfoldsty/hfovi0900.tfm + texmf-dist/fonts/tfm/public/hfoldsty/hfovi1000.tfm + texmf-dist/fonts/tfm/public/hfoldsty/hfovi1095.tfm + texmf-dist/fonts/tfm/public/hfoldsty/hfovi1200.tfm + texmf-dist/fonts/tfm/public/hfoldsty/hfovi1440.tfm + texmf-dist/fonts/tfm/public/hfoldsty/hfovi1728.tfm + texmf-dist/fonts/tfm/public/hfoldsty/hfovi2074.tfm + texmf-dist/fonts/tfm/public/hfoldsty/hfovi2488.tfm + texmf-dist/fonts/tfm/public/hfoldsty/hfovi2986.tfm + texmf-dist/fonts/tfm/public/hfoldsty/hfovi3583.tfm + texmf-dist/fonts/tfm/public/hfoldsty/hfovt0600.tfm + texmf-dist/fonts/tfm/public/hfoldsty/hfovt0700.tfm + texmf-dist/fonts/tfm/public/hfoldsty/hfovt0800.tfm + texmf-dist/fonts/tfm/public/hfoldsty/hfovt0900.tfm + texmf-dist/fonts/tfm/public/hfoldsty/hfovt1000.tfm + texmf-dist/fonts/tfm/public/hfoldsty/hfovt1095.tfm + texmf-dist/fonts/tfm/public/hfoldsty/hfovt1200.tfm + texmf-dist/fonts/tfm/public/hfoldsty/hfovt1440.tfm + texmf-dist/fonts/tfm/public/hfoldsty/hfovt1728.tfm + texmf-dist/fonts/tfm/public/hfoldsty/hfovt2074.tfm + texmf-dist/fonts/tfm/public/hfoldsty/hfovt2488.tfm + texmf-dist/fonts/tfm/public/hfoldsty/hfovt2986.tfm + texmf-dist/fonts/tfm/public/hfoldsty/hfovt3583.tfm + texmf-dist/fonts/tfm/public/hfoldsty/hfoxc0500.tfm + texmf-dist/fonts/tfm/public/hfoldsty/hfoxc0600.tfm + texmf-dist/fonts/tfm/public/hfoldsty/hfoxc0700.tfm + texmf-dist/fonts/tfm/public/hfoldsty/hfoxc0800.tfm + texmf-dist/fonts/tfm/public/hfoldsty/hfoxc0900.tfm + texmf-dist/fonts/tfm/public/hfoldsty/hfoxc1000.tfm + texmf-dist/fonts/tfm/public/hfoldsty/hfoxc1095.tfm + texmf-dist/fonts/tfm/public/hfoldsty/hfoxc1200.tfm + texmf-dist/fonts/tfm/public/hfoldsty/hfoxc1440.tfm + texmf-dist/fonts/tfm/public/hfoldsty/hfoxc1728.tfm + texmf-dist/fonts/tfm/public/hfoldsty/hfoxc2074.tfm + texmf-dist/fonts/tfm/public/hfoldsty/hfoxc2488.tfm + texmf-dist/fonts/tfm/public/hfoldsty/hfoxc2986.tfm + texmf-dist/fonts/tfm/public/hfoldsty/hfoxc3583.tfm + texmf-dist/fonts/vf/public/hfoldsty/hfobi0500.vf + texmf-dist/fonts/vf/public/hfoldsty/hfobi0600.vf + texmf-dist/fonts/vf/public/hfoldsty/hfobi0700.vf + texmf-dist/fonts/vf/public/hfoldsty/hfobi0800.vf + texmf-dist/fonts/vf/public/hfoldsty/hfobi0900.vf + texmf-dist/fonts/vf/public/hfoldsty/hfobi1000.vf + texmf-dist/fonts/vf/public/hfoldsty/hfobi1095.vf + texmf-dist/fonts/vf/public/hfoldsty/hfobi1200.vf + texmf-dist/fonts/vf/public/hfoldsty/hfobi1440.vf + texmf-dist/fonts/vf/public/hfoldsty/hfobi1728.vf + texmf-dist/fonts/vf/public/hfoldsty/hfobi2074.vf + texmf-dist/fonts/vf/public/hfoldsty/hfobi2488.vf + texmf-dist/fonts/vf/public/hfoldsty/hfobi2986.vf + texmf-dist/fonts/vf/public/hfoldsty/hfobi3583.vf + texmf-dist/fonts/vf/public/hfoldsty/hfobl0500.vf + texmf-dist/fonts/vf/public/hfoldsty/hfobl0600.vf + texmf-dist/fonts/vf/public/hfoldsty/hfobl0700.vf + texmf-dist/fonts/vf/public/hfoldsty/hfobl0800.vf + texmf-dist/fonts/vf/public/hfoldsty/hfobl0900.vf + texmf-dist/fonts/vf/public/hfoldsty/hfobl1000.vf + texmf-dist/fonts/vf/public/hfoldsty/hfobl1095.vf + texmf-dist/fonts/vf/public/hfoldsty/hfobl1200.vf + texmf-dist/fonts/vf/public/hfoldsty/hfobl1440.vf + texmf-dist/fonts/vf/public/hfoldsty/hfobl1728.vf + texmf-dist/fonts/vf/public/hfoldsty/hfobl2074.vf + texmf-dist/fonts/vf/public/hfoldsty/hfobl2488.vf + texmf-dist/fonts/vf/public/hfoldsty/hfobl2986.vf + texmf-dist/fonts/vf/public/hfoldsty/hfobl3583.vf + texmf-dist/fonts/vf/public/hfoldsty/hfobx0500.vf + texmf-dist/fonts/vf/public/hfoldsty/hfobx0600.vf + texmf-dist/fonts/vf/public/hfoldsty/hfobx0700.vf + texmf-dist/fonts/vf/public/hfoldsty/hfobx0800.vf + texmf-dist/fonts/vf/public/hfoldsty/hfobx0900.vf + texmf-dist/fonts/vf/public/hfoldsty/hfobx1000.vf + texmf-dist/fonts/vf/public/hfoldsty/hfobx1095.vf + texmf-dist/fonts/vf/public/hfoldsty/hfobx1200.vf + texmf-dist/fonts/vf/public/hfoldsty/hfobx1440.vf + texmf-dist/fonts/vf/public/hfoldsty/hfobx1728.vf + texmf-dist/fonts/vf/public/hfoldsty/hfobx2074.vf + texmf-dist/fonts/vf/public/hfoldsty/hfobx2488.vf + texmf-dist/fonts/vf/public/hfoldsty/hfobx2986.vf + texmf-dist/fonts/vf/public/hfoldsty/hfobx3583.vf + texmf-dist/fonts/vf/public/hfoldsty/hfocc0500.vf + texmf-dist/fonts/vf/public/hfoldsty/hfocc0600.vf + texmf-dist/fonts/vf/public/hfoldsty/hfocc0700.vf + texmf-dist/fonts/vf/public/hfoldsty/hfocc0800.vf + texmf-dist/fonts/vf/public/hfoldsty/hfocc0900.vf + texmf-dist/fonts/vf/public/hfoldsty/hfocc1000.vf + texmf-dist/fonts/vf/public/hfoldsty/hfocc1095.vf + texmf-dist/fonts/vf/public/hfoldsty/hfocc1200.vf + texmf-dist/fonts/vf/public/hfoldsty/hfocc1440.vf + texmf-dist/fonts/vf/public/hfoldsty/hfocc1728.vf + texmf-dist/fonts/vf/public/hfoldsty/hfocc2074.vf + texmf-dist/fonts/vf/public/hfoldsty/hfocc2488.vf + texmf-dist/fonts/vf/public/hfoldsty/hfocc2986.vf + texmf-dist/fonts/vf/public/hfoldsty/hfocc3583.vf + texmf-dist/fonts/vf/public/hfoldsty/hfodh0500.vf + texmf-dist/fonts/vf/public/hfoldsty/hfodh0600.vf + texmf-dist/fonts/vf/public/hfoldsty/hfodh0700.vf + texmf-dist/fonts/vf/public/hfoldsty/hfodh0800.vf + texmf-dist/fonts/vf/public/hfoldsty/hfodh0900.vf + texmf-dist/fonts/vf/public/hfoldsty/hfodh1000.vf + texmf-dist/fonts/vf/public/hfoldsty/hfodh1095.vf + texmf-dist/fonts/vf/public/hfoldsty/hfodh1200.vf + texmf-dist/fonts/vf/public/hfoldsty/hfodh1440.vf + texmf-dist/fonts/vf/public/hfoldsty/hfodh1728.vf + texmf-dist/fonts/vf/public/hfoldsty/hfodh2074.vf + texmf-dist/fonts/vf/public/hfoldsty/hfodh2488.vf + texmf-dist/fonts/vf/public/hfoldsty/hfodh2986.vf + texmf-dist/fonts/vf/public/hfoldsty/hfodh3583.vf + texmf-dist/fonts/vf/public/hfoldsty/hfoit0600.vf + texmf-dist/fonts/vf/public/hfoldsty/hfoit0700.vf + texmf-dist/fonts/vf/public/hfoldsty/hfoit0800.vf + texmf-dist/fonts/vf/public/hfoldsty/hfoit0900.vf + texmf-dist/fonts/vf/public/hfoldsty/hfoit1000.vf + texmf-dist/fonts/vf/public/hfoldsty/hfoit1095.vf + texmf-dist/fonts/vf/public/hfoldsty/hfoit1200.vf + texmf-dist/fonts/vf/public/hfoldsty/hfoit1440.vf + texmf-dist/fonts/vf/public/hfoldsty/hfoit1728.vf + texmf-dist/fonts/vf/public/hfoldsty/hfoit2074.vf + texmf-dist/fonts/vf/public/hfoldsty/hfoit2488.vf + texmf-dist/fonts/vf/public/hfoldsty/hfoit2986.vf + texmf-dist/fonts/vf/public/hfoldsty/hfoit3583.vf + texmf-dist/fonts/vf/public/hfoldsty/hfooc0500.vf + texmf-dist/fonts/vf/public/hfoldsty/hfooc0600.vf + texmf-dist/fonts/vf/public/hfoldsty/hfooc0700.vf + texmf-dist/fonts/vf/public/hfoldsty/hfooc0800.vf + texmf-dist/fonts/vf/public/hfoldsty/hfooc0900.vf + texmf-dist/fonts/vf/public/hfoldsty/hfooc1000.vf + texmf-dist/fonts/vf/public/hfoldsty/hfooc1095.vf + texmf-dist/fonts/vf/public/hfoldsty/hfooc1200.vf + texmf-dist/fonts/vf/public/hfoldsty/hfooc1440.vf + texmf-dist/fonts/vf/public/hfoldsty/hfooc1728.vf + texmf-dist/fonts/vf/public/hfoldsty/hfooc2074.vf + texmf-dist/fonts/vf/public/hfoldsty/hfooc2488.vf + texmf-dist/fonts/vf/public/hfoldsty/hfooc2986.vf + texmf-dist/fonts/vf/public/hfoldsty/hfooc3583.vf + texmf-dist/fonts/vf/public/hfoldsty/hforb0500.vf + texmf-dist/fonts/vf/public/hfoldsty/hforb0600.vf + texmf-dist/fonts/vf/public/hfoldsty/hforb0700.vf + texmf-dist/fonts/vf/public/hfoldsty/hforb0800.vf + texmf-dist/fonts/vf/public/hfoldsty/hforb0900.vf + texmf-dist/fonts/vf/public/hfoldsty/hforb1000.vf + texmf-dist/fonts/vf/public/hfoldsty/hforb1095.vf + texmf-dist/fonts/vf/public/hfoldsty/hforb1200.vf + texmf-dist/fonts/vf/public/hfoldsty/hforb1440.vf + texmf-dist/fonts/vf/public/hfoldsty/hforb1728.vf + texmf-dist/fonts/vf/public/hfoldsty/hforb2074.vf + texmf-dist/fonts/vf/public/hfoldsty/hforb2488.vf + texmf-dist/fonts/vf/public/hfoldsty/hforb2986.vf + texmf-dist/fonts/vf/public/hfoldsty/hforb3583.vf + texmf-dist/fonts/vf/public/hfoldsty/hform0500.vf + texmf-dist/fonts/vf/public/hfoldsty/hform0600.vf + texmf-dist/fonts/vf/public/hfoldsty/hform0700.vf + texmf-dist/fonts/vf/public/hfoldsty/hform0800.vf + texmf-dist/fonts/vf/public/hfoldsty/hform0900.vf + texmf-dist/fonts/vf/public/hfoldsty/hform1000.vf + texmf-dist/fonts/vf/public/hfoldsty/hform1095.vf + texmf-dist/fonts/vf/public/hfoldsty/hform1200.vf + texmf-dist/fonts/vf/public/hfoldsty/hform1440.vf + texmf-dist/fonts/vf/public/hfoldsty/hform1728.vf + texmf-dist/fonts/vf/public/hfoldsty/hform2074.vf + texmf-dist/fonts/vf/public/hfoldsty/hform2488.vf + texmf-dist/fonts/vf/public/hfoldsty/hform2986.vf + texmf-dist/fonts/vf/public/hfoldsty/hform3583.vf + texmf-dist/fonts/vf/public/hfoldsty/hfosc0500.vf + texmf-dist/fonts/vf/public/hfoldsty/hfosc0600.vf + texmf-dist/fonts/vf/public/hfoldsty/hfosc0700.vf + texmf-dist/fonts/vf/public/hfoldsty/hfosc0800.vf + texmf-dist/fonts/vf/public/hfoldsty/hfosc0900.vf + texmf-dist/fonts/vf/public/hfoldsty/hfosc1000.vf + texmf-dist/fonts/vf/public/hfoldsty/hfosc1095.vf + texmf-dist/fonts/vf/public/hfoldsty/hfosc1200.vf + texmf-dist/fonts/vf/public/hfoldsty/hfosc1440.vf + texmf-dist/fonts/vf/public/hfoldsty/hfosc1728.vf + texmf-dist/fonts/vf/public/hfoldsty/hfosc2074.vf + texmf-dist/fonts/vf/public/hfoldsty/hfosc2488.vf + texmf-dist/fonts/vf/public/hfoldsty/hfosc2986.vf + texmf-dist/fonts/vf/public/hfoldsty/hfosc3583.vf + texmf-dist/fonts/vf/public/hfoldsty/hfosi0500.vf + texmf-dist/fonts/vf/public/hfoldsty/hfosi0600.vf + texmf-dist/fonts/vf/public/hfoldsty/hfosi0700.vf + texmf-dist/fonts/vf/public/hfoldsty/hfosi0800.vf + texmf-dist/fonts/vf/public/hfoldsty/hfosi0900.vf + texmf-dist/fonts/vf/public/hfoldsty/hfosi1000.vf + texmf-dist/fonts/vf/public/hfoldsty/hfosi1095.vf + texmf-dist/fonts/vf/public/hfoldsty/hfosi1200.vf + texmf-dist/fonts/vf/public/hfoldsty/hfosi1440.vf + texmf-dist/fonts/vf/public/hfoldsty/hfosi1728.vf + texmf-dist/fonts/vf/public/hfoldsty/hfosi2074.vf + texmf-dist/fonts/vf/public/hfoldsty/hfosi2488.vf + texmf-dist/fonts/vf/public/hfoldsty/hfosi2986.vf + texmf-dist/fonts/vf/public/hfoldsty/hfosi3583.vf + texmf-dist/fonts/vf/public/hfoldsty/hfosl0500.vf + texmf-dist/fonts/vf/public/hfoldsty/hfosl0600.vf + texmf-dist/fonts/vf/public/hfoldsty/hfosl0700.vf + texmf-dist/fonts/vf/public/hfoldsty/hfosl0800.vf + texmf-dist/fonts/vf/public/hfoldsty/hfosl0900.vf + texmf-dist/fonts/vf/public/hfoldsty/hfosl1000.vf + texmf-dist/fonts/vf/public/hfoldsty/hfosl1095.vf + texmf-dist/fonts/vf/public/hfoldsty/hfosl1200.vf + texmf-dist/fonts/vf/public/hfoldsty/hfosl1440.vf + texmf-dist/fonts/vf/public/hfoldsty/hfosl1728.vf + texmf-dist/fonts/vf/public/hfoldsty/hfosl2074.vf + texmf-dist/fonts/vf/public/hfoldsty/hfosl2488.vf + texmf-dist/fonts/vf/public/hfoldsty/hfosl2986.vf + texmf-dist/fonts/vf/public/hfoldsty/hfosl3583.vf + texmf-dist/fonts/vf/public/hfoldsty/hfoso0500.vf + texmf-dist/fonts/vf/public/hfoldsty/hfoso0600.vf + texmf-dist/fonts/vf/public/hfoldsty/hfoso0700.vf + texmf-dist/fonts/vf/public/hfoldsty/hfoso0800.vf + texmf-dist/fonts/vf/public/hfoldsty/hfoso0900.vf + texmf-dist/fonts/vf/public/hfoldsty/hfoso1000.vf + texmf-dist/fonts/vf/public/hfoldsty/hfoso1095.vf + texmf-dist/fonts/vf/public/hfoldsty/hfoso1200.vf + texmf-dist/fonts/vf/public/hfoldsty/hfoso1440.vf + texmf-dist/fonts/vf/public/hfoldsty/hfoso1728.vf + texmf-dist/fonts/vf/public/hfoldsty/hfoso2074.vf + texmf-dist/fonts/vf/public/hfoldsty/hfoso2488.vf + texmf-dist/fonts/vf/public/hfoldsty/hfoso2986.vf + texmf-dist/fonts/vf/public/hfoldsty/hfoso3583.vf + texmf-dist/fonts/vf/public/hfoldsty/hfoss0500.vf + texmf-dist/fonts/vf/public/hfoldsty/hfoss0600.vf + texmf-dist/fonts/vf/public/hfoldsty/hfoss0700.vf + texmf-dist/fonts/vf/public/hfoldsty/hfoss0800.vf + texmf-dist/fonts/vf/public/hfoldsty/hfoss0900.vf + texmf-dist/fonts/vf/public/hfoldsty/hfoss1000.vf + texmf-dist/fonts/vf/public/hfoldsty/hfoss1095.vf + texmf-dist/fonts/vf/public/hfoldsty/hfoss1200.vf + texmf-dist/fonts/vf/public/hfoldsty/hfoss1440.vf + texmf-dist/fonts/vf/public/hfoldsty/hfoss1728.vf + texmf-dist/fonts/vf/public/hfoldsty/hfoss2074.vf + texmf-dist/fonts/vf/public/hfoldsty/hfoss2488.vf + texmf-dist/fonts/vf/public/hfoldsty/hfoss2986.vf + texmf-dist/fonts/vf/public/hfoldsty/hfoss3583.vf + texmf-dist/fonts/vf/public/hfoldsty/hfost0600.vf + texmf-dist/fonts/vf/public/hfoldsty/hfost0700.vf + texmf-dist/fonts/vf/public/hfoldsty/hfost0800.vf + texmf-dist/fonts/vf/public/hfoldsty/hfost0900.vf + texmf-dist/fonts/vf/public/hfoldsty/hfost1000.vf + texmf-dist/fonts/vf/public/hfoldsty/hfost1095.vf + texmf-dist/fonts/vf/public/hfoldsty/hfost1200.vf + texmf-dist/fonts/vf/public/hfoldsty/hfost1440.vf + texmf-dist/fonts/vf/public/hfoldsty/hfost1728.vf + texmf-dist/fonts/vf/public/hfoldsty/hfost2074.vf + texmf-dist/fonts/vf/public/hfoldsty/hfost2488.vf + texmf-dist/fonts/vf/public/hfoldsty/hfost2986.vf + texmf-dist/fonts/vf/public/hfoldsty/hfost3583.vf + texmf-dist/fonts/vf/public/hfoldsty/hfosx0500.vf + texmf-dist/fonts/vf/public/hfoldsty/hfosx0600.vf + texmf-dist/fonts/vf/public/hfoldsty/hfosx0700.vf + texmf-dist/fonts/vf/public/hfoldsty/hfosx0800.vf + texmf-dist/fonts/vf/public/hfoldsty/hfosx0900.vf + texmf-dist/fonts/vf/public/hfoldsty/hfosx1000.vf + texmf-dist/fonts/vf/public/hfoldsty/hfosx1095.vf + texmf-dist/fonts/vf/public/hfoldsty/hfosx1200.vf + texmf-dist/fonts/vf/public/hfoldsty/hfosx1440.vf + texmf-dist/fonts/vf/public/hfoldsty/hfosx1728.vf + texmf-dist/fonts/vf/public/hfoldsty/hfosx2074.vf + texmf-dist/fonts/vf/public/hfoldsty/hfosx2488.vf + texmf-dist/fonts/vf/public/hfoldsty/hfosx2986.vf + texmf-dist/fonts/vf/public/hfoldsty/hfosx3583.vf + texmf-dist/fonts/vf/public/hfoldsty/hfotc0600.vf + texmf-dist/fonts/vf/public/hfoldsty/hfotc0700.vf + texmf-dist/fonts/vf/public/hfoldsty/hfotc0800.vf + texmf-dist/fonts/vf/public/hfoldsty/hfotc0900.vf + texmf-dist/fonts/vf/public/hfoldsty/hfotc1000.vf + texmf-dist/fonts/vf/public/hfoldsty/hfotc1095.vf + texmf-dist/fonts/vf/public/hfoldsty/hfotc1200.vf + texmf-dist/fonts/vf/public/hfoldsty/hfotc1440.vf + texmf-dist/fonts/vf/public/hfoldsty/hfotc1728.vf + texmf-dist/fonts/vf/public/hfoldsty/hfotc2074.vf + texmf-dist/fonts/vf/public/hfoldsty/hfotc2488.vf + texmf-dist/fonts/vf/public/hfoldsty/hfotc2986.vf + texmf-dist/fonts/vf/public/hfoldsty/hfotc3583.vf + texmf-dist/fonts/vf/public/hfoldsty/hfoti0500.vf + texmf-dist/fonts/vf/public/hfoldsty/hfoti0600.vf + texmf-dist/fonts/vf/public/hfoldsty/hfoti0700.vf + texmf-dist/fonts/vf/public/hfoldsty/hfoti0800.vf + texmf-dist/fonts/vf/public/hfoldsty/hfoti0900.vf + texmf-dist/fonts/vf/public/hfoldsty/hfoti1000.vf + texmf-dist/fonts/vf/public/hfoldsty/hfoti1095.vf + texmf-dist/fonts/vf/public/hfoldsty/hfoti1200.vf + texmf-dist/fonts/vf/public/hfoldsty/hfoti1440.vf + texmf-dist/fonts/vf/public/hfoldsty/hfoti1728.vf + texmf-dist/fonts/vf/public/hfoldsty/hfoti2074.vf + texmf-dist/fonts/vf/public/hfoldsty/hfoti2488.vf + texmf-dist/fonts/vf/public/hfoldsty/hfoti2986.vf + texmf-dist/fonts/vf/public/hfoldsty/hfoti3583.vf + texmf-dist/fonts/vf/public/hfoldsty/hfott0600.vf + texmf-dist/fonts/vf/public/hfoldsty/hfott0700.vf + texmf-dist/fonts/vf/public/hfoldsty/hfott0800.vf + texmf-dist/fonts/vf/public/hfoldsty/hfott0900.vf + texmf-dist/fonts/vf/public/hfoldsty/hfott1000.vf + texmf-dist/fonts/vf/public/hfoldsty/hfott1095.vf + texmf-dist/fonts/vf/public/hfoldsty/hfott1200.vf + texmf-dist/fonts/vf/public/hfoldsty/hfott1440.vf + texmf-dist/fonts/vf/public/hfoldsty/hfott1728.vf + texmf-dist/fonts/vf/public/hfoldsty/hfott2074.vf + texmf-dist/fonts/vf/public/hfoldsty/hfott2488.vf + texmf-dist/fonts/vf/public/hfoldsty/hfott2986.vf + texmf-dist/fonts/vf/public/hfoldsty/hfott3583.vf + texmf-dist/fonts/vf/public/hfoldsty/hfoui0500.vf + texmf-dist/fonts/vf/public/hfoldsty/hfoui0600.vf + texmf-dist/fonts/vf/public/hfoldsty/hfoui0700.vf + texmf-dist/fonts/vf/public/hfoldsty/hfoui0800.vf + texmf-dist/fonts/vf/public/hfoldsty/hfoui0900.vf + texmf-dist/fonts/vf/public/hfoldsty/hfoui1000.vf + texmf-dist/fonts/vf/public/hfoldsty/hfoui1095.vf + texmf-dist/fonts/vf/public/hfoldsty/hfoui1200.vf + texmf-dist/fonts/vf/public/hfoldsty/hfoui1440.vf + texmf-dist/fonts/vf/public/hfoldsty/hfoui1728.vf + texmf-dist/fonts/vf/public/hfoldsty/hfoui2074.vf + texmf-dist/fonts/vf/public/hfoldsty/hfoui2488.vf + texmf-dist/fonts/vf/public/hfoldsty/hfoui2986.vf + texmf-dist/fonts/vf/public/hfoldsty/hfoui3583.vf + texmf-dist/fonts/vf/public/hfoldsty/hfovi0600.vf + texmf-dist/fonts/vf/public/hfoldsty/hfovi0700.vf + texmf-dist/fonts/vf/public/hfoldsty/hfovi0800.vf + texmf-dist/fonts/vf/public/hfoldsty/hfovi0900.vf + texmf-dist/fonts/vf/public/hfoldsty/hfovi1000.vf + texmf-dist/fonts/vf/public/hfoldsty/hfovi1095.vf + texmf-dist/fonts/vf/public/hfoldsty/hfovi1200.vf + texmf-dist/fonts/vf/public/hfoldsty/hfovi1440.vf + texmf-dist/fonts/vf/public/hfoldsty/hfovi1728.vf + texmf-dist/fonts/vf/public/hfoldsty/hfovi2074.vf + texmf-dist/fonts/vf/public/hfoldsty/hfovi2488.vf + texmf-dist/fonts/vf/public/hfoldsty/hfovi2986.vf + texmf-dist/fonts/vf/public/hfoldsty/hfovi3583.vf + texmf-dist/fonts/vf/public/hfoldsty/hfovt0600.vf + texmf-dist/fonts/vf/public/hfoldsty/hfovt0700.vf + texmf-dist/fonts/vf/public/hfoldsty/hfovt0800.vf + texmf-dist/fonts/vf/public/hfoldsty/hfovt0900.vf + texmf-dist/fonts/vf/public/hfoldsty/hfovt1000.vf + texmf-dist/fonts/vf/public/hfoldsty/hfovt1095.vf + texmf-dist/fonts/vf/public/hfoldsty/hfovt1200.vf + texmf-dist/fonts/vf/public/hfoldsty/hfovt1440.vf + texmf-dist/fonts/vf/public/hfoldsty/hfovt1728.vf + texmf-dist/fonts/vf/public/hfoldsty/hfovt2074.vf + texmf-dist/fonts/vf/public/hfoldsty/hfovt2488.vf + texmf-dist/fonts/vf/public/hfoldsty/hfovt2986.vf + texmf-dist/fonts/vf/public/hfoldsty/hfovt3583.vf + texmf-dist/fonts/vf/public/hfoldsty/hfoxc0500.vf + texmf-dist/fonts/vf/public/hfoldsty/hfoxc0600.vf + texmf-dist/fonts/vf/public/hfoldsty/hfoxc0700.vf + texmf-dist/fonts/vf/public/hfoldsty/hfoxc0800.vf + texmf-dist/fonts/vf/public/hfoldsty/hfoxc0900.vf + texmf-dist/fonts/vf/public/hfoldsty/hfoxc1000.vf + texmf-dist/fonts/vf/public/hfoldsty/hfoxc1095.vf + texmf-dist/fonts/vf/public/hfoldsty/hfoxc1200.vf + texmf-dist/fonts/vf/public/hfoldsty/hfoxc1440.vf + texmf-dist/fonts/vf/public/hfoldsty/hfoxc1728.vf + texmf-dist/fonts/vf/public/hfoldsty/hfoxc2074.vf + texmf-dist/fonts/vf/public/hfoldsty/hfoxc2488.vf + texmf-dist/fonts/vf/public/hfoldsty/hfoxc2986.vf + texmf-dist/fonts/vf/public/hfoldsty/hfoxc3583.vf + texmf-dist/tex/latex/hfoldsty/hfoldsty.sty + texmf-dist/tex/latex/hfoldsty/hforbxitT1.cpa + texmf-dist/tex/latex/hfoldsty/hforbxitTS1.cpa + texmf-dist/tex/latex/hfoldsty/hforbxnT1.cpa + texmf-dist/tex/latex/hfoldsty/hforbxnTS1.cpa + texmf-dist/tex/latex/hfoldsty/hforbxslT1.cpa + texmf-dist/tex/latex/hfoldsty/hforbxslTS1.cpa + texmf-dist/tex/latex/hfoldsty/hformitT1.cpa + texmf-dist/tex/latex/hfoldsty/hformitTS1.cpa + texmf-dist/tex/latex/hfoldsty/hformnT1.cpa + texmf-dist/tex/latex/hfoldsty/hformnTS1.cpa + texmf-dist/tex/latex/hfoldsty/hformslT1.cpa + texmf-dist/tex/latex/hfoldsty/hformslTS1.cpa + texmf-dist/tex/latex/hfoldsty/hfossbxitT1.cpa + texmf-dist/tex/latex/hfoldsty/hfossbxitTS1.cpa + texmf-dist/tex/latex/hfoldsty/hfossbxnT1.cpa + texmf-dist/tex/latex/hfoldsty/hfossbxnTS1.cpa + texmf-dist/tex/latex/hfoldsty/hfossbxslT1.cpa + texmf-dist/tex/latex/hfoldsty/hfossbxslTS1.cpa + texmf-dist/tex/latex/hfoldsty/hfossmitT1.cpa + texmf-dist/tex/latex/hfoldsty/hfossmitTS1.cpa + texmf-dist/tex/latex/hfoldsty/hfossmnT1.cpa + texmf-dist/tex/latex/hfoldsty/hfossmnTS1.cpa + texmf-dist/tex/latex/hfoldsty/hfossmslT1.cpa + texmf-dist/tex/latex/hfoldsty/hfossmslTS1.cpa + texmf-dist/tex/latex/hfoldsty/omlhfor.fd + texmf-dist/tex/latex/hfoldsty/omshfor.fd + texmf-dist/tex/latex/hfoldsty/t1hfodh.fd + texmf-dist/tex/latex/hfoldsty/t1hfor.fd + texmf-dist/tex/latex/hfoldsty/t1hfoss.fd + texmf-dist/tex/latex/hfoldsty/t1hfott.fd + texmf-dist/tex/latex/hfoldsty/t1hfovt.fd + texmf-dist/tex/latex/hfoldsty/ts1hfor.fd + texmf-dist/tex/latex/hfoldsty/ts1hfoss.fd + texmf-dist/tex/latex/hfoldsty/ts1hfott.fd + texmf-dist/tex/latex/hfoldsty/ts1hfovtt.fd +catalogue-ctan /fonts/hfoldsty +catalogue-date 2007-10-03 12:18:35 +0200 +catalogue-license gpl +catalogue-version 1.13 + +name hhtensor +category Package +revision 15878 +shortdesc Print vectors, matrices, and tensors. +longdesc This package provides commands for vectors, matrices, and +longdesc tensors with different styles -- arrows (as the LaTeX default), +longdesc underlined, and bold). +docfiles size=45 + texmf-dist/doc/latex/hhtensor/README details="Package Readme" + texmf-dist/doc/latex/hhtensor/hhtensor.pdf details="Package documentation" +srcfiles size=5 + texmf-dist/source/latex/hhtensor/Makefile + texmf-dist/source/latex/hhtensor/hhtensor.dtx + texmf-dist/source/latex/hhtensor/hhtensor.ins +runfiles size=1 + texmf-dist/tex/latex/hhtensor/hhtensor.sty +catalogue-ctan /macros/latex/contrib/hhtensor +catalogue-date 2006-12-17 23:49:42 +0100 +catalogue-license lppl +catalogue-version 0.6 + +name histogr +category Package +revision 15878 +shortdesc Draw histograms with the LaTeX picture environment. +longdesc This is a macro collection to draw histogram bars inside a +longdesc LaTeX picture-environment. +docfiles size=27 + texmf-dist/doc/latex/histogr/histogr.pdf +srcfiles size=4 + texmf-dist/source/latex/histogr/histogr.dtx + texmf-dist/source/latex/histogr/histogr.ins +runfiles size=1 + texmf-dist/tex/latex/histogr/histogr.sty +catalogue-ctan /macros/latex/contrib/histogr +catalogue-date 2006-11-09 15:16:55 +0100 +catalogue-license lppl1.3 +catalogue-version 1.01 + +name hitec +category Package +revision 15878 +shortdesc Class for documentation. +longdesc An article-based class designed for use for documentation in +longdesc high-technology companies. +docfiles size=7 + texmf-dist/doc/latex/hitec/README details="Package Readme" + texmf-dist/doc/latex/hitec/hitec_doc.pdf details="Package documentation" + texmf-dist/doc/latex/hitec/hitec_doc.tex +runfiles size=6 + texmf-dist/tex/latex/hitec/hitec.cls +catalogue-ctan /macros/latex/contrib/hitec +catalogue-date 2008-11-07 01:12:48 +0100 +catalogue-license lppl +catalogue-version 0.0(beta) + +name hpsdiss +category Package +revision 15878 +shortdesc A dissertation class. +longdesc The class was developed to typeset a dissertation at ETH +longdesc Zurich. The requirements were to use A5 paper and 10pt type. A +longdesc sample of the output is shown in the PDF documentation link. +docfiles size=54 + texmf-dist/doc/latex/hpsdiss/hpsdiss.pdf details="Example of package use" +srcfiles size=12 + texmf-dist/source/latex/hpsdiss/hpsdiss.dtx + texmf-dist/source/latex/hpsdiss/hpsdiss.ins +runfiles size=6 + texmf-dist/tex/latex/hpsdiss/hpsdiss.cls +catalogue-ctan /macros/latex/contrib/hpsdiss +catalogue-date 2007-01-07 11:47:19 +0100 +catalogue-license gpl +catalogue-version 1.0 + +name hrlatex +category Package +revision 15878 +shortdesc LaTeX support for Croatian documents. +longdesc This package simplifies creation of new documents for the +longdesc (average) Croatian user. As an example, a class file hrdipl.cls +longdesc (designed for the graduation thesis at the University of +longdesc Zagreb) and sample thesis documents are included. +docfiles size=40 + texmf-dist/doc/latex/hrlatex/README + texmf-dist/doc/latex/hrlatex/hrlatex.pdf details="Package documentation:" language="hr" + texmf-dist/doc/latex/hrlatex/novi.diplomski-rad.tex + texmf-dist/doc/latex/hrlatex/novi.ispit.tex + texmf-dist/doc/latex/hrlatex/sample.diplomski-rad.tex + texmf-dist/doc/latex/hrlatex/sample.minimal.cp1250.tex + texmf-dist/doc/latex/hrlatex/sample.minimal.latin2.tex + texmf-dist/doc/latex/hrlatex/sample.minimal.utf8.tex + texmf-dist/doc/latex/hrlatex/sample.prezentacija.tex +srcfiles size=3 + texmf-dist/source/latex/hrlatex/hrlatex.dtx + texmf-dist/source/latex/hrlatex/hrlatex.ins +runfiles size=1 + texmf-dist/tex/latex/hrlatex/hrlatex.sty +catalogue-ctan /language/croatian/hrlatex +catalogue-date 2007-03-07 20:05:57 +0100 +catalogue-license lppl +catalogue-version 0.22 + +name hvfloat +category Package +revision 15878 +shortdesc Rotating caption and object of floats independently. +longdesc This package defines a macro to place objects (tables and +longdesc figures) and their captions in different positions with +longdesc different rotating angles within a float. All objects and +longdesc captions can be framed. The main command is \hvFloat{float +longdesc type}{floating object}{caption}{label}; a simple example is +longdesc \hvFloat{figure}{\includegraphics{rose}}{Caption}{fig:0}. +longdesc Options are included to place captions to the right or left, +longdesc and rotated. Setting nonFloat=true results in placing the float +longdesc here. +docfiles size=89 + texmf-dist/doc/latex/hvfloat/VERSION-1.1 + texmf-dist/doc/latex/hvfloat/bateaux.jpg + texmf-dist/doc/latex/hvfloat/hvfloat.pdf details="Package documentation" + texmf-dist/doc/latex/hvfloat/hvfloat.tex + texmf-dist/doc/latex/hvfloat/rose.eps + texmf-dist/doc/latex/hvfloat/rose.png +runfiles size=3 + texmf-dist/tex/latex/hvfloat/hvfloat.sty +catalogue-ctan /macros/latex/contrib/hvfloat +catalogue-date 2009-07-14 22:44:19 +0200 +catalogue-license lppl +catalogue-version 1.1 + +name hypdvips +category Package +revision 15878 +shortdesc Hyperref extensions for use with dvips. +longdesc The hypdvips package fixes some problems when using hyperref +longdesc with dvips. It also adds support for breaking links, file +longdesc attachments, embedded documents and different types of GoTo- +longdesc links. The cooperation of hyperref with cleveref is improved, +longdesc which in addition allows an enhanced back-referencing system. +docfiles size=1798 + texmf-dist/doc/latex/hypdvips/README details="Readme" + texmf-dist/doc/latex/hypdvips/hypdvips.pdf details="Package documentation" + texmf-dist/doc/latex/hypdvips/images/ex1.eps + texmf-dist/doc/latex/hypdvips/images/ex2.eps + texmf-dist/doc/latex/hypdvips/images/ex3.eps + texmf-dist/doc/latex/hypdvips/images/ex4.eps + texmf-dist/doc/latex/hypdvips/images/ex5.eps + texmf-dist/doc/latex/hypdvips/images/ex6.eps + texmf-dist/doc/latex/hypdvips/images/ex7.eps + texmf-dist/doc/latex/hypdvips/images/graph.eps + texmf-dist/doc/latex/hypdvips/images/icon_draft.eps + texmf-dist/doc/latex/hypdvips/images/ids.eps + texmf-dist/doc/latex/hypdvips/images/logfile.eps + texmf-dist/doc/latex/hypdvips/images/openmsg_six.eps + texmf-dist/doc/latex/hypdvips/images/openmsg_sixinbrowser.eps + texmf-dist/doc/latex/hypdvips/images/paperclip.eps + texmf-dist/doc/latex/hypdvips/images/pushpin.eps + texmf-dist/doc/latex/hypdvips/images/tag.eps + texmf-dist/doc/latex/hypdvips/manifest.txt +runfiles size=28 + texmf-dist/tex/latex/hypdvips/hypdvips.sty +catalogue-ctan /macros/latex/contrib/hypdvips +catalogue-date 2009-03-26 08:13:26 +0100 +catalogue-license lppl +catalogue-version 1.06 + +name hyper +category Package +revision 15878 +shortdesc Hypertext cross referencing. +longdesc Redefines LaTeX cross-referencing commands to insert \special +longdesc commands for HyperTeX dvi viewers, such as recent versions of +longdesc xdvi. The package is now largely superseded by hyperref. +srcfiles size=49 + texmf-dist/source/latex/hyper/Makefile-MSDos + texmf-dist/source/latex/hyper/Makefile-Unix + texmf-dist/source/latex/hyper/README + texmf-dist/source/latex/hyper/TODO + texmf-dist/source/latex/hyper/backcite.dtx + texmf-dist/source/latex/hyper/contrib/README + texmf-dist/source/latex/hyper/contrib/harvard-to.hyp + texmf-dist/source/latex/hyper/dvi2pdf.pl + texmf-dist/source/latex/hyper/hyper.dtx + texmf-dist/source/latex/hyper/hyper.ins + texmf-dist/source/latex/hyper/scontrib/README + texmf-dist/source/latex/hyper/scontrib/harvard.hyp +runfiles size=49 + texmf-dist/tex/latex/hyper/amsart.hyp + texmf-dist/tex/latex/hyper/amsbook.hyp + texmf-dist/tex/latex/hyper/amsdtx.hyp + texmf-dist/tex/latex/hyper/amsldoc.hyp + texmf-dist/tex/latex/hyper/amsmath.hyp + texmf-dist/tex/latex/hyper/amsproc.hyp + texmf-dist/tex/latex/hyper/amstex.hyp + texmf-dist/tex/latex/hyper/amsthm.hyp + texmf-dist/tex/latex/hyper/article.hyp + texmf-dist/tex/latex/hyper/book.hyp + texmf-dist/tex/latex/hyper/cweb.hyp + texmf-dist/tex/latex/hyper/doc.hyp + texmf-dist/tex/latex/hyper/fancyheadings.hyp + texmf-dist/tex/latex/hyper/ftnright.hyp + texmf-dist/tex/latex/hyper/hxt-bc.sty + texmf-dist/tex/latex/hyper/hyper.sty + texmf-dist/tex/latex/hyper/leqno.hyp + texmf-dist/tex/latex/hyper/letter.hyp + texmf-dist/tex/latex/hyper/longtable.hyp + texmf-dist/tex/latex/hyper/ltnews.hyp + texmf-dist/tex/latex/hyper/ltxdoc.hyp + texmf-dist/tex/latex/hyper/ltxguide.hyp + texmf-dist/tex/latex/hyper/natbib.hyp + texmf-dist/tex/latex/hyper/proc.hyp + texmf-dist/tex/latex/hyper/report.hyp + texmf-dist/tex/latex/hyper/slides.hyp + texmf-dist/tex/latex/hyper/subeqnarray.hyp + texmf-dist/tex/latex/hyper/theorem.hyp + texmf-dist/tex/latex/hyper/upref.hyp + texmf-dist/tex/latex/hyper/xr.hyp +catalogue-ctan /macros/latex/contrib/hyper +catalogue-date 2006-12-13 17:56:54 +0100 +catalogue-license lppl +catalogue-version 4.2d + +name hyperref +category Package +revision 15878 +shortdesc Extensive support for hypertext in LaTeX. +longdesc The hyperref package is used to handle cross-referencing +longdesc commands in LaTeX to produce hypertext links in the document. +longdesc The package provides backends for the \special set defined for +longdesc HyperTeX DVI processors; for embedded pdfmark commands for +longdesc processing by Acrobat Distiller (dvips and Y&Y's dvipsone); for +longdesc Y&Y's dviwindo; for PDF control within pdfTeX and dvipdfm; for +longdesc TeX4ht; and for VTeX's pdf and HTML backends. The package is +longdesc distributed with the backref and nameref packages, which make +longdesc use of the facilities of hyperref. The package depends on the +longdesc author's kvoptions and refcount packages. +docfiles size=1559 + texmf-dist/doc/latex/hyperref/ChangeLog + texmf-dist/doc/latex/hyperref/ChangeLog.pdf + texmf-dist/doc/latex/hyperref/README details="Readme" + texmf-dist/doc/latex/hyperref/README.pdf details="Readme, hyper-crossreferenced" + texmf-dist/doc/latex/hyperref/backref.pdf + texmf-dist/doc/latex/hyperref/cmmi10-22.gif + texmf-dist/doc/latex/hyperref/cmsy10-21.gif + texmf-dist/doc/latex/hyperref/hyperref.pdf + texmf-dist/doc/latex/hyperref/manual.css + texmf-dist/doc/latex/hyperref/manual.html + texmf-dist/doc/latex/hyperref/manual.pdf + texmf-dist/doc/latex/hyperref/manual2.html + texmf-dist/doc/latex/hyperref/manual3.html + texmf-dist/doc/latex/hyperref/nameref.pdf + texmf-dist/doc/latex/hyperref/options.pdf + texmf-dist/doc/latex/hyperref/paper.pdf + texmf-dist/doc/latex/hyperref/slides.pdf +srcfiles size=265 + texmf-dist/source/latex/hyperref/backref.dtx + texmf-dist/source/latex/hyperref/bmhydoc.sty + texmf-dist/source/latex/hyperref/doc/fdl.tex + texmf-dist/source/latex/hyperref/doc/manual.tex + texmf-dist/source/latex/hyperref/doc/options.tex + texmf-dist/source/latex/hyperref/hyperref.dtx + texmf-dist/source/latex/hyperref/hyperref.ins + texmf-dist/source/latex/hyperref/nameref.dtx + texmf-dist/source/latex/hyperref/test/Makefile + texmf-dist/source/latex/hyperref/test/bit.tex + texmf-dist/source/latex/hyperref/test/hog.eps + texmf-dist/source/latex/hyperref/test/hog.pdf + texmf-dist/source/latex/hyperref/test/phys1.jpg + texmf-dist/source/latex/hyperref/test/phys2.jpg + texmf-dist/source/latex/hyperref/test/picture.eps + texmf-dist/source/latex/hyperref/test/picture.pdf + texmf-dist/source/latex/hyperref/test/picture.png + texmf-dist/source/latex/hyperref/test/test-bm-pu-licr.tex + texmf-dist/source/latex/hyperref/test/test0.tex + texmf-dist/source/latex/hyperref/test/test1.tex + texmf-dist/source/latex/hyperref/test/test2.tex + texmf-dist/source/latex/hyperref/test/test3.tex + texmf-dist/source/latex/hyperref/test/test4.tex + texmf-dist/source/latex/hyperref/test/test6.tex + texmf-dist/source/latex/hyperref/test/test7.tex + texmf-dist/source/latex/hyperref/test/test8.tex + texmf-dist/source/latex/hyperref/test/testams.tex + texmf-dist/source/latex/hyperref/test/testbib.bbl + texmf-dist/source/latex/hyperref/test/testbib.bib + texmf-dist/source/latex/hyperref/test/testbib.tex + texmf-dist/source/latex/hyperref/test/testbmgl.tex + texmf-dist/source/latex/hyperref/test/testbmu.tex + texmf-dist/source/latex/hyperref/test/testbookmark.tex + texmf-dist/source/latex/hyperref/test/testfor2.tex + texmf-dist/source/latex/hyperref/test/testform.tex + texmf-dist/source/latex/hyperref/test/testnb.tex + texmf-dist/source/latex/hyperref/test/testoz.tex + texmf-dist/source/latex/hyperref/test/testslide.tex + texmf-dist/source/latex/hyperref/test/testurl.bbl + texmf-dist/source/latex/hyperref/test/testurl.bib + texmf-dist/source/latex/hyperref/test/testurl.tex +runfiles size=158 + texmf-dist/tex/latex/hyperref/backref.sty + texmf-dist/tex/latex/hyperref/hdvipdfm.def + texmf-dist/tex/latex/hyperref/hdvips.def + texmf-dist/tex/latex/hyperref/hdvipson.def + texmf-dist/tex/latex/hyperref/hdviwind.def + texmf-dist/tex/latex/hyperref/hpdftex.def + texmf-dist/tex/latex/hyperref/htex4ht.cfg + texmf-dist/tex/latex/hyperref/htex4ht.def + texmf-dist/tex/latex/hyperref/htexture.def + texmf-dist/tex/latex/hyperref/hvtex.def + texmf-dist/tex/latex/hyperref/hvtexhtm.def + texmf-dist/tex/latex/hyperref/hvtexmrk.def + texmf-dist/tex/latex/hyperref/hylatex.ltx + texmf-dist/tex/latex/hyperref/hyperref.sty + texmf-dist/tex/latex/hyperref/hypertex.def + texmf-dist/tex/latex/hyperref/minitoc-hyper.sty + texmf-dist/tex/latex/hyperref/nameref.sty + texmf-dist/tex/latex/hyperref/nohyperref.sty + texmf-dist/tex/latex/hyperref/ntheorem-hyper.sty + texmf-dist/tex/latex/hyperref/pd1enc.def + texmf-dist/tex/latex/hyperref/pdfmark.def + texmf-dist/tex/latex/hyperref/puarenc.def + texmf-dist/tex/latex/hyperref/puenc.def + texmf-dist/tex/latex/hyperref/puvnenc.def + texmf-dist/tex/latex/hyperref/xr-hyper.sty +catalogue-ctan /macros/latex/contrib/hyperref +catalogue-date 2009-11-01 10:27:03 +0100 +catalogue-license lppl +catalogue-version 6.79d + +name hyperref-docsrc +category Package +revision 15878 +docfiles size=62 + texmf-dist/doc/latex/hyperref-docsrc/README + texmf-dist/doc/latex/hyperref-docsrc/paperslides99.zip + +name hyperxmp +category Package +revision 15878 +shortdesc Embed XMP metadata within a LaTeX document. +longdesc XMP (eXtensible Metadata Platform) is a mechanism proposed by +longdesc Adobe for embedding document metadata within the document +longdesc itself. The metadata is designed to be easy to extract, even by +longdesc programs that are oblivious to the document's file format. Most +longdesc of Adobe's applications store XMP metadata when saving files. +longdesc Now, with the hyperxmp package, it is trivial for LaTeX +longdesc document authors to store XMP metadata in their documents as +longdesc well. Hyperxmp integrates seamlessly with hyperref and requires +longdesc virtually no modifications to documents that already exploit +longdesc hyperref's mechanisms for specifying PDF metadata. The current +longdesc version of hyperxmp can embed the following metadata as XMP: +longdesc author, title, subject, keywords, copyright, and license URL. +longdesc hyperxmp currently embeds XMP only within PDF documents but is +longdesc compatible with pdflatex, latex+dvipdfm, and +longdesc latex+dvips+ps2pdf. +docfiles size=73 + texmf-dist/doc/latex/hyperxmp/README details="Readme" + texmf-dist/doc/latex/hyperxmp/hyperxmp.pdf details="Package documentation" +srcfiles size=15 + texmf-dist/source/latex/hyperxmp/hyperxmp.dtx + texmf-dist/source/latex/hyperxmp/hyperxmp.ins +runfiles size=4 + texmf-dist/tex/latex/hyperxmp/hyperxmp.sty +catalogue-ctan /macros/latex/contrib/hyperxmp +catalogue-date 2007-03-07 20:05:57 +0100 +catalogue-license lppl +catalogue-version 1.1 + +name hyph-utf8 +category Package +revision 15878 +shortdesc Hyphenation patterns expressed in UTF-8. +longdesc Modern native UTF-8 engines such as XeTeX and LuaTeX need +longdesc hyphenation patterns in UTF-8 format, whereas older systems +longdesc require hyphenation patterns in the 8-bit encoding of the font +longdesc in use (such encodings are codified in the LaTeX scheme with +longdesc names like OT1, T2A, TS1, OML, LY1, etc). The present package +longdesc offers a collection of conversions of existing patterns to UTF- +longdesc 8 format, together with converters for use with 8-bit fonts in +longdesc older systems. Since hyphenation patterns for TeX are only read +longdesc at iniTeX time, it is hoped that the UTF-8 patterns, with their +longdesc converters, will completely supplant the older patterns. +docfiles size=76 + texmf-dist/doc/generic/hyph-utf8/README details="Readme" + texmf-dist/doc/generic/hyph-utf8/bg/azbukaExtended.pdf + texmf-dist/doc/generic/hyph-utf8/bg/azbukaExtended.tex + texmf-dist/doc/generic/hyph-utf8/hu/huhyphn.pdf +srcfiles size=43 + texmf-dist/source/generic/hyph-utf8/data/encodings/ec.dat + texmf-dist/source/generic/hyph-utf8/data/encodings/il2.dat + texmf-dist/source/generic/hyph-utf8/data/encodings/il3.dat + texmf-dist/source/generic/hyph-utf8/data/encodings/l7x.dat + texmf-dist/source/generic/hyph-utf8/data/encodings/lmc.dat + texmf-dist/source/generic/hyph-utf8/data/encodings/qx.dat + texmf-dist/source/generic/hyph-utf8/data/encodings/t2a.dat + texmf-dist/source/generic/hyph-utf8/data/encodings/texnansi.dat + texmf-dist/source/generic/hyph-utf8/generate-converters.rb + texmf-dist/source/generic/hyph-utf8/generate-pattern-loaders.rb + texmf-dist/source/generic/hyph-utf8/generate-tl-files.rb + texmf-dist/source/generic/hyph-utf8/generate-webpage.rb + texmf-dist/source/generic/hyph-utf8/languages.rb + texmf-dist/source/generic/hyph-utf8/languages/eu/generate_patterns_eu.rb + texmf-dist/source/generic/hyph-utf8/languages/gl/README + texmf-dist/source/generic/hyph-utf8/languages/gl/glhybiox.tex + texmf-dist/source/generic/hyph-utf8/languages/gl/glhyextr.tex + texmf-dist/source/generic/hyph-utf8/languages/gl/glhymed.tex + texmf-dist/source/generic/hyph-utf8/languages/gl/glhyquim.tex + texmf-dist/source/generic/hyph-utf8/languages/gl/glhytec.tex + texmf-dist/source/generic/hyph-utf8/languages/gl/glhyxeog.tex + texmf-dist/source/generic/hyph-utf8/languages/gl/glpatter-utf8.tex + texmf-dist/source/generic/hyph-utf8/languages/tr/README + texmf-dist/source/generic/hyph-utf8/languages/tr/generate_patterns_tr.rb + texmf-dist/source/generic/hyph-utf8/make-exhyph.pl +runfiles size=616 + texmf-dist/tex/generic/hyph-utf8/conversions/conv-utf8-ec.tex + texmf-dist/tex/generic/hyph-utf8/conversions/conv-utf8-il2.tex + texmf-dist/tex/generic/hyph-utf8/conversions/conv-utf8-il3.tex + texmf-dist/tex/generic/hyph-utf8/conversions/conv-utf8-l7x.tex + texmf-dist/tex/generic/hyph-utf8/conversions/conv-utf8-lmc.tex + texmf-dist/tex/generic/hyph-utf8/conversions/conv-utf8-qx.tex + texmf-dist/tex/generic/hyph-utf8/conversions/conv-utf8-t2a.tex + texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-bg.tex + texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-ca.tex + texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-cop.tex + texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-cs.tex + texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-cy.tex + texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-da.tex + texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-de-1901.tex + texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-de-1996.tex + texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-de-ch-1901.tex + texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-el-monoton.tex + texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-el-polyton.tex + texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-en-gb.tex + texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-eo.tex + texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-es.tex + texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-et.tex + texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-eu.tex + texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-fi.tex + texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-fr.tex + texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-ga.tex + texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-gl.tex + texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-grc.tex + texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-hr.tex + texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-hsb.tex + texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-hu.tex + texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-ia.tex + texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-id.tex + texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-is.tex + texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-it.tex + texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-kmr.tex + texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-la.tex + texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-lt.tex + texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-lv.tex + texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-mn-cyrl-x-2a.tex + texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-mn-cyrl.tex + texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-nb.tex + texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-nl.tex + texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-nn.tex + texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-pl.tex + texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-pt.tex + texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-ro.tex + texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-ru.tex + texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-sa.tex + texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-sk.tex + texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-sl.tex + texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-sr-cyrl.tex + texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-sr-latn.tex + texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-sv.tex + texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-tr.tex + texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-uk.tex + texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-zh-latn.tex + texmf-dist/tex/generic/hyph-utf8/patterns/hyph-bg.tex + texmf-dist/tex/generic/hyph-utf8/patterns/hyph-ca.tex + texmf-dist/tex/generic/hyph-utf8/patterns/hyph-cop.tex + texmf-dist/tex/generic/hyph-utf8/patterns/hyph-cs.tex + texmf-dist/tex/generic/hyph-utf8/patterns/hyph-cy.tex + texmf-dist/tex/generic/hyph-utf8/patterns/hyph-da.tex + texmf-dist/tex/generic/hyph-utf8/patterns/hyph-de-1901.tex + texmf-dist/tex/generic/hyph-utf8/patterns/hyph-de-1996.tex + texmf-dist/tex/generic/hyph-utf8/patterns/hyph-de-ch-1901.tex + texmf-dist/tex/generic/hyph-utf8/patterns/hyph-el-monoton.tex + texmf-dist/tex/generic/hyph-utf8/patterns/hyph-el-polyton.tex + texmf-dist/tex/generic/hyph-utf8/patterns/hyph-en-gb.tex + texmf-dist/tex/generic/hyph-utf8/patterns/hyph-en-us.tex + texmf-dist/tex/generic/hyph-utf8/patterns/hyph-eo.tex + texmf-dist/tex/generic/hyph-utf8/patterns/hyph-es.tex + texmf-dist/tex/generic/hyph-utf8/patterns/hyph-et.tex + texmf-dist/tex/generic/hyph-utf8/patterns/hyph-eu.tex + texmf-dist/tex/generic/hyph-utf8/patterns/hyph-fi.tex + texmf-dist/tex/generic/hyph-utf8/patterns/hyph-fr.tex + texmf-dist/tex/generic/hyph-utf8/patterns/hyph-ga.tex + texmf-dist/tex/generic/hyph-utf8/patterns/hyph-gl.tex + texmf-dist/tex/generic/hyph-utf8/patterns/hyph-grc.tex + texmf-dist/tex/generic/hyph-utf8/patterns/hyph-hr.tex + texmf-dist/tex/generic/hyph-utf8/patterns/hyph-hsb.tex + texmf-dist/tex/generic/hyph-utf8/patterns/hyph-hu.tex + texmf-dist/tex/generic/hyph-utf8/patterns/hyph-ia.tex + texmf-dist/tex/generic/hyph-utf8/patterns/hyph-id.tex + texmf-dist/tex/generic/hyph-utf8/patterns/hyph-is.tex + texmf-dist/tex/generic/hyph-utf8/patterns/hyph-it.tex + texmf-dist/tex/generic/hyph-utf8/patterns/hyph-kmr.tex + texmf-dist/tex/generic/hyph-utf8/patterns/hyph-la.tex + texmf-dist/tex/generic/hyph-utf8/patterns/hyph-lt.tex + texmf-dist/tex/generic/hyph-utf8/patterns/hyph-lv.tex + texmf-dist/tex/generic/hyph-utf8/patterns/hyph-mn-cyrl-x-2a.tex + texmf-dist/tex/generic/hyph-utf8/patterns/hyph-mn-cyrl.tex + texmf-dist/tex/generic/hyph-utf8/patterns/hyph-nb.tex + texmf-dist/tex/generic/hyph-utf8/patterns/hyph-nl.tex + texmf-dist/tex/generic/hyph-utf8/patterns/hyph-nn.tex + texmf-dist/tex/generic/hyph-utf8/patterns/hyph-no.tex + texmf-dist/tex/generic/hyph-utf8/patterns/hyph-pl.tex + texmf-dist/tex/generic/hyph-utf8/patterns/hyph-pt.tex + texmf-dist/tex/generic/hyph-utf8/patterns/hyph-ro.tex + texmf-dist/tex/generic/hyph-utf8/patterns/hyph-ru.tex + texmf-dist/tex/generic/hyph-utf8/patterns/hyph-sa.tex + texmf-dist/tex/generic/hyph-utf8/patterns/hyph-sh-cyrl.tex + texmf-dist/tex/generic/hyph-utf8/patterns/hyph-sh-latn.tex + texmf-dist/tex/generic/hyph-utf8/patterns/hyph-sk.tex + texmf-dist/tex/generic/hyph-utf8/patterns/hyph-sl.tex + texmf-dist/tex/generic/hyph-utf8/patterns/hyph-sr-cyrl.tex + texmf-dist/tex/generic/hyph-utf8/patterns/hyph-sv.tex + texmf-dist/tex/generic/hyph-utf8/patterns/hyph-tr.tex + texmf-dist/tex/generic/hyph-utf8/patterns/hyph-uk.tex + texmf-dist/tex/generic/hyph-utf8/patterns/hyph-zh-latn.tex + texmf-dist/tex/generic/hyph-utf8/special/exhyph-ru.tex + texmf-dist/tex/generic/hyph-utf8/special/exhyph-uk.tex + texmf-dist/tex/generic/hyph-utf8/special/spechyph-ot1-da.tex + texmf-dist/tex/generic/hyph-utf8/special/spechyph-ot1-fr.tex + texmf-dist/tex/generic/hyph-utf8/special/spechyph-ot1-la.tex +catalogue-ctan /language/hyph-utf8 +catalogue-date 2009-08-03 17:42:41 +0200 +catalogue-license other-free + +name hyphen-ancientgreek +category TLCore +revision 13822 +execute AddHyphen name=ancientgreek lefthyphenmin=1 righthyphenmin=1 file=loadhyph-grc.tex +execute AddHyphen name=ibycus lefthyphenmin=2 righthyphenmin=2 file=ibyhyph.tex +runfiles size=16 + texmf/tex/generic/hyphen/grahyph5.tex + texmf/tex/generic/hyphen/ibyhyph.tex + +name hyphen-arabic +category TLCore +revision 13822 +execute AddHyphen name=arabic lefthyphenmin= righthyphenmin= file=zerohyph.tex + +name hyphen-base +category TLCore +revision 14587 +runfiles size=27 + texmf/tex/generic/config/language.dat + texmf/tex/generic/config/language.def + texmf/tex/generic/config/language.us + texmf/tex/generic/config/language.us.def + texmf/tex/generic/hyphen/dumyhyph.tex + texmf/tex/generic/hyphen/hyphen.tex + texmf/tex/generic/hyphen/hypht1.tex + texmf/tex/generic/hyphen/ushyphmax.tex + texmf/tex/generic/hyphen/zerohyph.tex + +name hyphen-basque +category TLCore +revision 13822 +catalogue bahyph +shortdesc Hyphenation for Basque. +longdesc A shell script to generate hyphenation patterns for the Basque +longdesc language, and a set of patterns from it. +execute AddHyphen name=basque lefthyphenmin=2 righthyphenmin=2 file=loadhyph-eu.tex +catalogue-ctan /language/basque +catalogue-date 2009-09-24 15:05:48 +0200 +catalogue-license other-free + +name hyphen-bulgarian +category TLCore +revision 13822 +execute AddHyphen name=bulgarian lefthyphenmin=2 righthyphenmin=2 file=loadhyph-bg.tex + +name hyphen-catalan +category TLCore +revision 13822 +execute AddHyphen name=catalan lefthyphenmin=2 righthyphenmin=2 file=loadhyph-ca.tex + +name hyphen-chinese +category TLCore +revision 13822 +execute AddHyphen name=pinyin lefthyphenmin=1 righthyphenmin=1 file=loadhyph-zh-latn.tex + +name hyphen-coptic +category TLCore +revision 15667 +catalogue cbcoptic +shortdesc Coptic fonts and LaTeX macros for general usage and for philology. +longdesc CBcoptic is a bundle of files for typesetting Coptic +longdesc philological text with the proper fonts and hyphenation. The +longdesc fonts are based on, but much extend, the fonts of the original +longdesc coptic bundle. The CBcoptic bundle includes font description +longdesc files, MetaFont sources and equivalent Adobe Type 1 fonts in +longdesc pfb format. The bundle also includes a package that provides +longdesc some macros of philological interest. +execute AddHyphen name=coptic lefthyphenmin=1 righthyphenmin=1 file=loadhyph-cop.tex +runfiles size=2 + texmf/tex/generic/hyphen/copthyph.tex +catalogue-ctan /language/coptic/cbcoptic +catalogue-date 2007-01-31 23:04:11 +0100 +catalogue-license lppl + +name hyphen-croatian +category TLCore +revision 13822 +catalogue hrhyph +shortdesc Croatian hyphenation. +longdesc Hyphenation patterns for the Croatian language for use with T1 +longdesc encoding as supported in EC fonts. Note that these patterns are +longdesc no longer used by distributions; a version of the patterns, +longdesc encoded in UTF-8, are the location of current development. +execute AddHyphen name=croatian lefthyphenmin=2 righthyphenmin=2 file=loadhyph-hr.tex +catalogue-ctan /language/hyphenation/hrhyph.tex +catalogue-date 2009-01-04 23:14:01 +0100 +catalogue-license noinfo + +name hyphen-czech +category TLCore +revision 13822 +execute AddHyphen name=czech lefthyphenmin=2 righthyphenmin=3 file=loadhyph-cs.tex + +name hyphen-danish +category TLCore +revision 13822 +catalogue dkhyphen +shortdesc Danish hyphenation patterns. +execute AddHyphen name=danish lefthyphenmin=2 righthyphenmin=2 file=loadhyph-da.tex +catalogue-ctan /language/hyphenation/dkhyphen +catalogue-date 2009-09-25 22:54:35 +0200 +catalogue-license lppl + +name hyphen-dutch +category TLCore +revision 13822 +execute AddHyphen name=dutch lefthyphenmin=2 righthyphenmin=2 file=loadhyph-nl.tex + +name hyphen-esperanto +category TLCore +revision 13822 +execute AddHyphen name=esperanto lefthyphenmin=2 righthyphenmin=2 file=loadhyph-eo.tex + +name hyphen-estonian +category TLCore +revision 13822 +execute AddHyphen name=estonian lefthyphenmin=2 righthyphenmin=3 file=loadhyph-et.tex + +name hyphen-farsi +category TLCore +revision 13822 +execute AddHyphen name=farsi synonyms=persian lefthyphenmin= righthyphenmin= file=zerohyph.tex + +name hyphen-finnish +category TLCore +revision 13822 +catalogue fihyph +shortdesc Hyphenation patterns for Finnish language. +longdesc Two sets of hyphenation patterns are provided; fihyph.tex, and +longdesc fi8hyph.tex (which is modified from fihyph.tex to make the +longdesc Finnish accented letters to work with LaTeX2e, adding some +longdesc \catcode, \uccode, and \lccode commands after the model used in +longdesc the hyphenation files for the other European languages). The +longdesc package is superseded by the Finnish patterns available in the +longdesc hyph-utf8 bundle. +execute AddHyphen name=finnish lefthyphenmin=2 righthyphenmin=2 file=loadhyph-fi.tex +catalogue-ctan /language/hyphenation/fihyph +catalogue-date 2009-09-27 10:36:15 +0200 +catalogue-license pd + +name hyphen-french +category TLCore +revision 13822 +execute AddHyphen name=french synonyms=patois,francais lefthyphenmin=2 righthyphenmin=3 file=loadhyph-fr.tex + +name hyphen-galician +category TLCore +revision 13822 +execute AddHyphen name=galician lefthyphenmin=2 righthyphenmin=2 file=loadhyph-gl.tex + +name hyphen-german +category TLCore +revision 15667 +catalogue gnhyph +shortdesc New orthography German hyphenation patterns. +longdesc Hyphenation patterns for the new German orthography ("neue +longdesc deutsche Rechtschreibung"). +execute AddHyphen name=german lefthyphenmin=2 righthyphenmin=2 file=loadhyph-de-1901.tex +execute AddHyphen name=ngerman lefthyphenmin=2 righthyphenmin=2 file=loadhyph-de-1996.tex +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 +catalogue-ctan /language/hyphenation/dehyph/dehyphn.tex +catalogue-date 2007-02-17 20:57:14 +0100 +catalogue-license lppl +catalogue-version 31 + +name hyphen-greek +category TLCore +revision 13822 +catalogue elhyphen +shortdesc Hyphenation for Greek text. +longdesc Hyphenation patterns, for use with TeX, Omega (or other +longdesc unicode-based systems) for ancient Greek, and for modern Greek +longdesc (either monotonic or polytonic). +execute AddHyphen name=monogreek lefthyphenmin=1 righthyphenmin=1 file=loadhyph-el-monoton.tex +execute AddHyphen name=greek synonyms=polygreek lefthyphenmin=1 righthyphenmin=1 file=loadhyph-el-polyton.tex +docfiles size=463 + texmf/doc/generic/elhyphen/README details="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 +runfiles size=6 + texmf/tex/generic/hyphen/grmhyph5.tex + texmf/tex/generic/hyphen/grphyph5.tex +catalogue-ctan /language/hyphenation/elhyphen +catalogue-date 2008-07-24 15:32:45 +0200 +catalogue-license other-free +catalogue-version 5 + +name hyphen-hungarian +category TLCore +revision 13822 +catalogue hungarian +shortdesc New Hungarian hyphenation patterns. +longdesc These patterns are a modern substitute for those in the huhyph +longdesc package. +execute AddHyphen name=hungarian lefthyphenmin=2 righthyphenmin=2 file=loadhyph-hu.tex +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 +catalogue-ctan /language/hungarian/hyphenation +catalogue-date 2009-09-27 14:03:04 +0200 +catalogue-license gpl + +name hyphen-icelandic +category TLCore +revision 13822 +catalogue icehyph +shortdesc Icelandic hyphenation patterns. +longdesc Hyphenation patterns for Icelandic; apparently designed for a +longdesc modern encoding (by contrast with ishyph, whose encoding is not +longdesc apparently published. +execute AddHyphen name=icelandic lefthyphenmin=2 righthyphenmin=2 file=loadhyph-is.tex +catalogue-ctan /language/hyphenation/icehyph.tex +catalogue-date 2007-04-17 11:56:04 +0200 +catalogue-license lppl + +name hyphen-indonesian +category TLCore +revision 13822 +execute AddHyphen name=indonesian lefthyphenmin=2 righthyphenmin=2 file=loadhyph-id.tex + +name hyphen-interlingua +category TLCore +revision 13822 +execute AddHyphen name=interlingua lefthyphenmin=2 righthyphenmin=2 file=loadhyph-ia.tex + +name hyphen-irish +category TLCore +revision 13822 +execute AddHyphen name=irish lefthyphenmin=2 righthyphenmin=3 file=loadhyph-ga.tex + +name hyphen-italian +category TLCore +revision 13822 +catalogue ithyph +shortdesc Hyphenation patterns for the Italian language. +longdesc These hyphenation patterns for the Italian language are +longdesc supposed to comply with the Recommendation UNI 6461 on +longdesc hyphenation issued by the Italian Standards Institution (Ente +longdesc Nazionale di Unificazione UNI). +execute AddHyphen name=italian lefthyphenmin=2 righthyphenmin=2 file=loadhyph-it.tex +catalogue-ctan /language/hyphenation/ithyph.tex +catalogue-date 2009-09-29 00:01:21 +0200 +catalogue-license lgpl +catalogue-version 4.8g + +name hyphen-kurmanji +category TLCore +revision 14574 +execute AddHyphen name=kurmanji lefthyphenmin=2 righthyphenmin=2 file=loadhyph-kmr.tex + +name hyphen-latin +category TLCore +revision 13822 +catalogue lahyph +shortdesc Hyphenation patterns for the Latin language. +longdesc These are patterns for the latin language mainly in modern +longdesc spelling (u when u is needed and v when v is needed); medieval +longdesc spelling with the ligatures \ae and \oe and the (uncial) +longdesc lowercase 'v' written as a 'u' is also supported; apparently +longdesc there is no conflict between the patterns of modern Latin and +longdesc those of medieval Latin. The patterns support the restricted +longdesc character set of the OT1-encoding (obviously without the +longdesc ligature characters), as well as T1-encoded usage. +execute AddHyphen name=latin lefthyphenmin=2 righthyphenmin=2 file=loadhyph-la.tex +catalogue-ctan /language/hyphenation/lahyph.tex +catalogue-date 2009-09-29 00:01:21 +0200 +catalogue-license lppl +catalogue-version 3.1 + +name hyphen-latvian +category TLCore +revision 13822 +execute AddHyphen name=latvian lefthyphenmin=2 righthyphenmin=2 file=loadhyph-lv.tex + +name hyphen-lithuanian +category TLCore +revision 13822 +execute AddHyphen name=lithuanian lefthyphenmin=2 righthyphenmin=2 file=loadhyph-lt.tex + +name hyphen-mongolian +category TLCore +revision 13822 +execute AddHyphen name=mongolian lefthyphenmin=2 righthyphenmin=2 file=loadhyph-mn-cyrl.tex +execute AddHyphen name=mongolian2a lefthyphenmin=2 righthyphenmin=2 file=loadhyph-mn-cyrl-x-2a.tex + +name hyphen-norwegian +category TLCore +revision 13822 +execute AddHyphen name=bokmal synonyms=norwegian,norsk lefthyphenmin=2 righthyphenmin=2 file=loadhyph-nb.tex +execute AddHyphen name=nynorsk lefthyphenmin=2 righthyphenmin=2 file=loadhyph-nn.tex + +name hyphen-polish +category TLCore +revision 13822 +catalogue plhyph +shortdesc Hyphenation for Polish. +execute AddHyphen name=polish lefthyphenmin=2 righthyphenmin=2 file=loadhyph-pl.tex +catalogue-ctan /language/polish/plhyph.tex +catalogue-date 2009-10-07 21:35:42 +0200 +catalogue-license knuth +catalogue-version 3.0a + +name hyphen-portuguese +category TLCore +revision 13822 +execute AddHyphen name=portuguese synonyms=portuges lefthyphenmin=2 righthyphenmin=3 file=loadhyph-pt.tex + +name hyphen-romanian +category TLCore +revision 13822 +execute AddHyphen name=romanian lefthyphenmin=2 righthyphenmin=2 file=loadhyph-ro.tex + +name hyphen-russian +category TLCore +revision 13822 +depend ruhyphen +execute AddHyphen name=russian lefthyphenmin=2 righthyphenmin=2 file=loadhyph-ru.tex + +name hyphen-sanskrit +category TLCore +revision 13822 +execute AddHyphen name=sanskrit lefthyphenmin=1 righthyphenmin=5 file=loadhyph-sa.tex + +name hyphen-serbian +category TLCore +revision 13822 +catalogue srhyphc +shortdesc Hyphenation patterns for Serbian Cyrillic. +longdesc The patterns are written using ISO 8859-5, but are targeted at +longdesc the standard LaTeX T2A encoding. +execute AddHyphen name=serbian lefthyphenmin=2 righthyphenmin=2 file=loadhyph-sr-latn.tex +catalogue-ctan /language/hyphenation/srhyphc.tex +catalogue-date 2007-02-28 00:02:05 +0100 +catalogue-license gpl +catalogue-version 1.0a + +name hyphen-slovak +category TLCore +revision 13822 +execute AddHyphen name=slovak lefthyphenmin=2 righthyphenmin=3 file=loadhyph-sk.tex + +name hyphen-slovenian +category TLCore +revision 13822 +execute AddHyphen name=slovenian synonyms=slovene lefthyphenmin=2 righthyphenmin=2 file=loadhyph-sl.tex + +name hyphen-spanish +category TLCore +revision 13822 +shortdesc Standard hyphenation rules for Spanish. +longdesc This hyphenation file is the outcome of a long (slow-moving) +longdesc project by the Spanish User group CervanTeX. The patterns are +longdesc arranged such they work equally well in UTF-8 and in +longdesc traditional TeX font encodings. +execute AddHyphen name=spanish synonyms=espanol lefthyphenmin=2 righthyphenmin=2 file=loadhyph-es.tex +catalogue-ctan /language/spanish/hyphen/base +catalogue-date 2009-08-01 23:35:18 +0200 +catalogue-license lppl +catalogue-version 4.5 + +name hyphen-swedish +category TLCore +revision 13822 +execute AddHyphen name=swedish lefthyphenmin=2 righthyphenmin=2 file=loadhyph-sv.tex + +name hyphen-turkish +category TLCore +revision 13822 +catalogue tkhyph +shortdesc Hyphenation patterns for Turkish. +longdesc These patterns were developed for the Ottoman Texts Project. +longdesc Note that hyphenation for modern Turkish texts is supported by +longdesc the hyph-utf8 bundle. +execute AddHyphen name=turkish lefthyphenmin=2 righthyphenmin=2 file=loadhyph-tr.tex +catalogue-ctan /language/hyphenation/tkhyph.tex +catalogue-date 2008-12-21 00:03:33 +0100 +catalogue-license noinfo + +name hyphen-ukenglish +category TLCore +revision 13822 +catalogue ukhyph +shortdesc Hyphenation patterns for British English. +longdesc These patterns were derived from a word-division list +longdesc generously provided by the Oxford University Press (for the +longdesc purpose of generating these patterns, only). 'British English' +longdesc hyphenation differs from the default patterns provided with +longdesc TeX, in that they are etymologically based; American patterns +longdesc tend to be more pragmatically derived. Version 2 has added a +longdesc short list of hyphenation exceptions. +execute AddHyphen name=ukenglish synonyms=british,UKenglish lefthyphenmin=2 righthyphenmin=3 file=loadhyph-en-gb.tex +catalogue-ctan /language/hyphenation/ukhyphen.tex +catalogue-date 2009-10-10 17:55:02 +0200 +catalogue-license knuth +catalogue-version 2.0 + +name hyphen-ukrainian +category TLCore +revision 13822 +depend ukrhyph +execute AddHyphen name=ukrainian lefthyphenmin=2 righthyphenmin=2 file=loadhyph-uk.tex + +name hyphen-uppersorbian +category TLCore +revision 13822 +execute AddHyphen name=uppersorbian lefthyphenmin=2 righthyphenmin=2 file=loadhyph-hsb.tex + +name hyphen-welsh +category TLCore +revision 13822 +execute AddHyphen name=welsh lefthyphenmin=2 righthyphenmin=3 file=loadhyph-cy.tex + +name hyphenat +category Package +revision 15878 +shortdesc Disable/enable hypenation. +longdesc This package can disable all hyphenation or enable hyphenation +longdesc of non-alphabetics or monospaced fonts. The package can also +longdesc enable hyphenation within 'words' that contain non-alphabetic +longdesc characters (e.g., that include underscores), and hyphenation of +longdesc text typeset in monospaced (e.g., cmtt) fonts. +docfiles size=44 + texmf-dist/doc/latex/hyphenat/README details="Readme" + texmf-dist/doc/latex/hyphenat/hyphenat.pdf details="Package documentation" +srcfiles size=10 + texmf-dist/source/latex/hyphenat/hyphenat.dtx + texmf-dist/source/latex/hyphenat/hyphenat.ins +runfiles size=2 + texmf-dist/tex/latex/hyphenat/hyphenat.sty +catalogue-ctan /macros/latex/contrib/hyphenat +catalogue-date 2009-09-02 18:09:14 +0200 +catalogue-license lppl1.3 +catalogue-version 2.3c + +name hyphenex +category Package +revision 15878 +shortdesc Generate a hyphenation exceptions file. +longdesc Exceptions for American English hyphenation patterns are +longdesc occasionally published in the TeX User Group magazine TUGboat. +longdesc This bundle provides a Perl script and a Bourne shell script to +longdesc convert the source of such an article into an exceptions file, +longdesc together with a recent copy of the article and its translation. +srcfiles size=16 + texmf-dist/source/generic/hyphenex/GNUmakefile + texmf-dist/source/generic/hyphenex/README + texmf-dist/source/generic/hyphenex/hyphenex.pl + texmf-dist/source/generic/hyphenex/hyphenex.sh + texmf-dist/source/generic/hyphenex/tb0hyf.tex + texmf-dist/source/generic/hyphenex/test.tex +runfiles size=5 + texmf-dist/tex/generic/hyphenex/ushyphex.tex +catalogue-ctan /info/digests/tugboat/hyphenex +catalogue-date 2009-04-06 20:54:21 +0200 +catalogue-license pd +catalogue-version 2009-04-06 + +name hyplain +category Package +revision 15878 +shortdesc Basic support for multiple languages in Plain TeX. +longdesc The package offers a means to set up hyphenation suitable for +longdesc several languages and/or dialects, and to select them or switch +longdesc between them while typesetting. +docfiles size=16 + texmf-dist/doc/plain/hyplain/README + texmf-dist/doc/plain/hyplain/hydoc.pdf details="Package documentation" + texmf-dist/doc/plain/hyplain/hydoc.tex +runfiles size=4 + texmf-dist/tex/plain/hyplain/hylang.tex + texmf-dist/tex/plain/hyplain/hypdfplain.ini + texmf-dist/tex/plain/hyplain/hyplain.tex + texmf-dist/tex/plain/hyplain/hyrules.tex +catalogue-ctan /macros/plain/contrib/hyplain +catalogue-date 2007-03-07 20:05:57 +0100 +catalogue-license pd +catalogue-version 1.0 + +name ibycus-babel +category Package +revision 15878 +shortdesc Use the Ibycus 4 Greek font with Babel +longdesc This package allows you to use the Ibycus 4 font for ancient +longdesc Greek with Babel. It uses a Perl script to generate hyphenation +longdesc patterns for Ibycus from those for the ordinary Babel encoding, +longdesc cbgreek. It sets up "ibycus" as a pseudo-language you can +longdesc specify in the normal Babel manner. For proper hyphenation of +longdesc Greek quoted in mid-paragraph, you should use it with elatex. +longdesc See the README for details. +docfiles size=21 + texmf-dist/doc/latex/ibycus-babel/README details="Readme" + texmf-dist/doc/latex/ibycus-babel/ibycus-babel-test.tex + texmf-dist/doc/latex/ibycus-babel/ibycus-babel.pdf details="Package documentation" + texmf-dist/doc/latex/ibycus-babel/ibyhyph.pl +srcfiles size=7 + texmf-dist/source/latex/ibycus-babel/ibycus-babel.dtx + texmf-dist/source/latex/ibycus-babel/ibycus-babel.ins +runfiles size=3 + texmf-dist/tex/latex/ibycus-babel/ibycus.ldf + texmf-dist/tex/latex/ibycus-babel/lgienc.def + texmf-dist/tex/latex/ibycus-babel/lgifib.fd +catalogue-ctan /language/greek/ibycus-babel +catalogue-date 2009-05-06 13:52:38 +0200 +catalogue-license lppl +catalogue-version 3.0 + +name ibygrk +category Package +revision 15878 +shortdesc Fonts and macros to typeset ancient Greek. +longdesc Ibycus is a Greek typeface, based on Silvio Levy's realisation +longdesc of a classic Didot cut of Greek type from around 1800. The +longdesc fonts are available both as MetaFont source and in Adobe Type 1 +longdesc format. This distribution of ibycus is accompanied by a set of +longdesc macro packages to use it with Plain TeX or LaTeX, but for use +longdesc with Babel, see the ibycus-babel package. +execute addMixedMap iby.map +docfiles size=18 + texmf-dist/doc/fonts/ibygrk/COPYING + texmf-dist/doc/fonts/ibygrk/NEWS + texmf-dist/doc/fonts/ibygrk/README details="General and installation Readme" + texmf-dist/doc/fonts/ibygrk/README.ibycus4 + texmf-dist/doc/fonts/ibygrk/iby4text.tex + texmf-dist/doc/fonts/ibygrk/ibycus3.RME + texmf-dist/doc/fonts/ibygrk/ibycus4.ltx + texmf-dist/doc/fonts/ibygrk/psibycus.ltx + texmf-dist/doc/fonts/ibygrk/psibycus.tex +runfiles size=109 + texmf-dist/fonts/afm/public/ibygrk/fibb84.afm + texmf-dist/fonts/afm/public/ibygrk/fibr84.afm + texmf-dist/fonts/enc/dvips/ibygrk/IbycusHTG.enc + texmf-dist/fonts/map/dvips/ibygrk/iby.map + texmf-dist/fonts/source/public/ibygrk/abary4.mf + texmf-dist/fonts/source/public/ibygrk/cigma4.mf + texmf-dist/fonts/source/public/ibygrk/digamma4.mf + texmf-dist/fonts/source/public/ibygrk/ebary4.mf + texmf-dist/fonts/source/public/ibygrk/fibb84.mf + texmf-dist/fonts/source/public/ibygrk/fibb848.mf + texmf-dist/fonts/source/public/ibygrk/fibb849.mf + texmf-dist/fonts/source/public/ibygrk/fibo84.mf + texmf-dist/fonts/source/public/ibygrk/fibo848.mf + texmf-dist/fonts/source/public/ibygrk/fibo849.mf + texmf-dist/fonts/source/public/ibygrk/fibr84.mf + texmf-dist/fonts/source/public/ibygrk/fibr848.mf + texmf-dist/fonts/source/public/ibygrk/fibr849.mf + texmf-dist/fonts/source/public/ibygrk/hbary4.mf + texmf-dist/fonts/source/public/ibygrk/ibary4.mf + texmf-dist/fonts/source/public/ibygrk/ibyacc4.mf + texmf-dist/fonts/source/public/ibygrk/ibycus4.map + texmf-dist/fonts/source/public/ibygrk/ibycus4.mf + texmf-dist/fonts/source/public/ibygrk/ibylig4.mf + texmf-dist/fonts/source/public/ibygrk/ibylwr4.mf + texmf-dist/fonts/source/public/ibygrk/ibypnct4.mf + texmf-dist/fonts/source/public/ibygrk/ibyupr4.mf + texmf-dist/fonts/source/public/ibygrk/koppa4.mf + texmf-dist/fonts/source/public/ibygrk/obary4.mf + texmf-dist/fonts/source/public/ibygrk/sampi4.mf + texmf-dist/fonts/source/public/ibygrk/ubary4.mf + texmf-dist/fonts/source/public/ibygrk/version4.mf + texmf-dist/fonts/source/public/ibygrk/wbary4.mf + texmf-dist/fonts/tfm/public/ibygrk/fibb84.tfm + texmf-dist/fonts/tfm/public/ibygrk/fibb848.tfm + texmf-dist/fonts/tfm/public/ibygrk/fibb849.tfm + texmf-dist/fonts/tfm/public/ibygrk/fibo84.tfm + texmf-dist/fonts/tfm/public/ibygrk/fibo848.tfm + texmf-dist/fonts/tfm/public/ibygrk/fibo849.tfm + texmf-dist/fonts/tfm/public/ibygrk/fibr84.tfm + texmf-dist/fonts/tfm/public/ibygrk/fibr848.tfm + texmf-dist/fonts/tfm/public/ibygrk/fibr849.tfm + texmf-dist/fonts/type1/public/ibygrk/fibb84.pfb + texmf-dist/fonts/type1/public/ibygrk/fibr84.pfb + texmf-dist/tex/generic/ibygrk/Uibycus.fd + texmf-dist/tex/generic/ibygrk/Uibycus4.fd + texmf-dist/tex/generic/ibygrk/iby4extr.tex + texmf-dist/tex/generic/ibygrk/ibycus4.map + texmf-dist/tex/generic/ibygrk/ibycus4.sty + texmf-dist/tex/generic/ibygrk/ibycus4.tex + texmf-dist/tex/generic/ibygrk/ibycusps.tex + texmf-dist/tex/generic/ibygrk/psibycus.sty + texmf-dist/tex/generic/ibygrk/pssetiby.tex + texmf-dist/tex/generic/ibygrk/setiby4.tex + texmf-dist/tex/generic/ibygrk/tlgsqq.tex + texmf-dist/tex/generic/ibygrk/version4.tex +catalogue-ctan /fonts/greek/ibygrk +catalogue-date 2007-07-29 11:26:52 +0200 +catalogue-license gpl +catalogue-version 4.5 + +name icsv +category Package +revision 15878 +shortdesc Class for typesetting articles for the ICSV conference. +longdesc This is an ad-hoc class for typesetting articles for the ICSV +longdesc conference, based on the earler active-conf by the same author. +docfiles size=58 + texmf-dist/doc/latex/icsv/README + texmf-dist/doc/latex/icsv/icsv-example.tex + texmf-dist/doc/latex/icsv/icsv.pdf +srcfiles size=10 + texmf-dist/source/latex/icsv/icsv.dtx + texmf-dist/source/latex/icsv/icsv.ins +runfiles size=3 + texmf-dist/tex/latex/icsv/icsv.cls +catalogue-ctan /macros/latex/contrib/conferences/icsv +catalogue-date 2008-05-21 23:07:53 +0200 +catalogue-license lppl +catalogue-version 0.2 + +name ieeepes +category Package +revision 15878 +shortdesc IEEE Power Engineering Society Transactions. +longdesc Supports typesetting of transactions, as well as discussions +longdesc and closures, for the IEEE Power Engineering Society +longdesc Transactions journals. +docfiles size=45 + texmf-dist/doc/latex/ieeepes/README details="Readme" + texmf-dist/doc/latex/ieeepes/ieeepes_check.dvi + texmf-dist/doc/latex/ieeepes/ieeepes_check.tex + texmf-dist/doc/latex/ieeepes/ieeepes_doc.dvi + texmf-dist/doc/latex/ieeepes/ieeepes_doc.tex + texmf-dist/doc/latex/ieeepes/ieeepes_skel.dvi + texmf-dist/doc/latex/ieeepes/ieeepes_skel.tex + texmf-dist/doc/latex/ieeepes/vk.eps +runfiles size=10 + texmf-dist/bibtex/bib/ieeepes/ieeepes_check.bib + texmf-dist/bibtex/bst/ieeepes/ieeepes.bst + texmf-dist/tex/latex/ieeepes/ieeepes.sty +catalogue-ctan /macros/latex/contrib/ieeepes +catalogue-date 2007-01-07 15:47:33 +0100 +catalogue-license lppl +catalogue-version 4.0 + +name ifluatex +category Package +revision 15878 +shortdesc Provides the \ifluatex switch. +longdesc This package looks for LuaTeX regardless of its mode and +longdesc provides the switch \ifluatex. It works with plain-TeX or +longdesc LaTeX. +docfiles size=55 + texmf-dist/doc/latex/oberdiek/ifluatex.pdf + texmf-dist/doc/latex/oberdiek/test/ifluatex-test1.tex + texmf-dist/doc/latex/oberdiek/test/ifluatex-test2.tex + texmf-dist/doc/latex/oberdiek/test/ifluatex-test3.tex +srcfiles size=6 + texmf-dist/source/latex/oberdiek/ifluatex.dtx +runfiles size=2 + texmf-dist/tex/generic/oberdiek/ifluatex.sty +catalogue-ctan /macros/latex/contrib/oberdiek/ifluatex.dtx +catalogue-date 2009-07-21 09:50:32 +0200 +catalogue-license lppl +catalogue-version 1.2 + +name ifmslide +category Package +revision 15878 +shortdesc Presentation slides for screen and printouts. +longdesc This package is used to produce printed slides with latex and +longdesc online presentations with pdflatex. It is provided by the +longdesc 'Institute of Mechanics' (ifm) Univ. of Technology Darmstadt, +longdesc Germany. It is based on ideas of pdfslide, but completely +longdesc rewritten for compatibility with texpower and seminar. The +longdesc manual describes all functions and provides a sample. +docfiles size=102 + texmf-dist/doc/latex/ifmslide/README details="Readme" + texmf-dist/doc/latex/ifmslide/ifmman.dep + texmf-dist/doc/latex/ifmslide/ifmman.pdf + texmf-dist/doc/latex/ifmslide/ifmman.tex +srcfiles size=1 + texmf-dist/source/latex/ifmslide/genbutton +runfiles size=228 + texmf-dist/tex/latex/ifmslide/aqua_ravines.eps + texmf-dist/tex/latex/ifmslide/aqua_ravines.jpg + texmf-dist/tex/latex/ifmslide/athenep1.eps + texmf-dist/tex/latex/ifmslide/athenep1.pdf + texmf-dist/tex/latex/ifmslide/button1c.eps + texmf-dist/tex/latex/ifmslide/button1c.pdf + texmf-dist/tex/latex/ifmslide/button1e.eps + texmf-dist/tex/latex/ifmslide/button1e.pdf + texmf-dist/tex/latex/ifmslide/buttonec.eps + texmf-dist/tex/latex/ifmslide/buttonec.pdf + texmf-dist/tex/latex/ifmslide/buttonee.eps + texmf-dist/tex/latex/ifmslide/buttonee.pdf + texmf-dist/tex/latex/ifmslide/buttongc.eps + texmf-dist/tex/latex/ifmslide/buttongc.pdf + texmf-dist/tex/latex/ifmslide/buttonge.eps + texmf-dist/tex/latex/ifmslide/buttonge.pdf + texmf-dist/tex/latex/ifmslide/ifmlogoc.eps + texmf-dist/tex/latex/ifmslide/ifmlogoc.pdf + texmf-dist/tex/latex/ifmslide/ifmlogog.eps + texmf-dist/tex/latex/ifmslide/ifmlogog.pdf + texmf-dist/tex/latex/ifmslide/ifmslide.cfg + texmf-dist/tex/latex/ifmslide/ifmslide.sty + texmf-dist/tex/latex/ifmslide/liquid_helium.eps + texmf-dist/tex/latex/ifmslide/liquid_helium.jpg +catalogue-ctan /macros/latex/contrib/ifmslide +catalogue-date 2008-04-20 19:53:04 +0200 +catalogue-license other-free +catalogue-version 0.43 + +name ifmtarg +category Package +revision 15878 +shortdesc If-then-else command for processing potentially empty arguments. +runfiles size=1 + texmf-dist/tex/latex/ifmtarg/ifmtarg.sty +catalogue-ctan /macros/latex/contrib/misc/ifmtarg.sty +catalogue-date 2009-09-02 18:09:14 +0200 +catalogue-license lppl +catalogue-version 1.2a + +name ifplatform +category Package +revision 15878 +shortdesc Conditionals to test which platform is being used. +longdesc This package uses the (La)TeX extension -shell-escape to +longdesc establish whether the document is being processed on a Windows +longdesc or on a Unix-like system (Mac OS X, Linux, etc.), or on Cygwin +longdesc (Unix environment over a windows system). Booleans provided +longdesc are: - \ifwindows, - \iflinux, - \ifmacosx and - \ifcygwin. The +longdesc package also preserves the output of uname on a Unix-like +longdesc system, which may be used to distinguish between various +longdesc classes of Unix systems. +docfiles size=33 + texmf-dist/doc/latex/ifplatform/README details="Readme" + texmf-dist/doc/latex/ifplatform/ifplatform.pdf details="Package documentation" +srcfiles size=5 + texmf-dist/source/latex/ifplatform/ifplatform.dtx + texmf-dist/source/latex/ifplatform/ifplatform.ins +runfiles size=1 + texmf-dist/tex/latex/ifplatform/ifplatform.sty +catalogue-ctan /macros/latex/contrib/ifplatform +catalogue-date 2009-09-10 17:35:10 +0200 +catalogue-license lppl +catalogue-version 0.3a + +name ifsym +category Package +revision 15878 +shortdesc A collection of symbols. +longdesc A set of symbol fonts, written in MetaFont, offering +longdesc (respectively) clock-face symbols, geometrical symbols, weather +longdesc symbols, mountaineering symbols, electronic circuit symbols and +longdesc a set of miscellaneous symbols. A LaTeX package is provided, +longdesc that allows the user to load only those symbols needed in a +longdesc document. +docfiles size=37 + texmf-dist/doc/fonts/ifsym/ifsym.ps.gz +runfiles size=46 + texmf-dist/fonts/source/public/ifsym/ifclk.gen + texmf-dist/fonts/source/public/ifsym/ifclk10.mf + texmf-dist/fonts/source/public/ifsym/ifclkb10.mf + texmf-dist/fonts/source/public/ifsym/ifgeo.gen + texmf-dist/fonts/source/public/ifsym/ifgeo10.mf + texmf-dist/fonts/source/public/ifsym/ifgeob10.mf + texmf-dist/fonts/source/public/ifsym/ifgeobn10.mf + texmf-dist/fonts/source/public/ifsym/ifgeobw10.mf + texmf-dist/fonts/source/public/ifsym/ifgeon10.mf + texmf-dist/fonts/source/public/ifsym/ifgeow10.mf + texmf-dist/fonts/source/public/ifsym/ifsym.gen + texmf-dist/fonts/source/public/ifsym/ifsym10.mf + texmf-dist/fonts/source/public/ifsym/ifsymb10.mf + texmf-dist/fonts/source/public/ifsym/ifsymbi10.mf + texmf-dist/fonts/source/public/ifsym/ifsymi10.mf + texmf-dist/fonts/source/public/ifsym/ifwea.gen + texmf-dist/fonts/source/public/ifsym/ifwea10.mf + texmf-dist/fonts/source/public/ifsym/ifweab10.mf + texmf-dist/fonts/tfm/public/ifsym/ifclk10.tfm + texmf-dist/fonts/tfm/public/ifsym/ifclkb10.tfm + texmf-dist/fonts/tfm/public/ifsym/ifgeo10.tfm + texmf-dist/fonts/tfm/public/ifsym/ifgeob10.tfm + texmf-dist/fonts/tfm/public/ifsym/ifgeobn10.tfm + texmf-dist/fonts/tfm/public/ifsym/ifgeobw10.tfm + texmf-dist/fonts/tfm/public/ifsym/ifgeon10.tfm + texmf-dist/fonts/tfm/public/ifsym/ifgeow10.tfm + texmf-dist/fonts/tfm/public/ifsym/ifsym10.tfm + texmf-dist/fonts/tfm/public/ifsym/ifsymb10.tfm + texmf-dist/fonts/tfm/public/ifsym/ifsymbi10.tfm + texmf-dist/fonts/tfm/public/ifsym/ifsymi10.tfm + texmf-dist/fonts/tfm/public/ifsym/ifwea10.tfm + texmf-dist/fonts/tfm/public/ifsym/ifweab10.tfm + texmf-dist/tex/latex/ifsym/ifsym.sty + texmf-dist/tex/latex/ifsym/uifblk.fd + texmf-dist/tex/latex/ifsym/uifclk.fd + texmf-dist/tex/latex/ifsym/uifgeo.fd + texmf-dist/tex/latex/ifsym/uifsym.fd + texmf-dist/tex/latex/ifsym/uifwea.fd +catalogue-ctan /fonts/ifsym +catalogue-date 2008-04-20 19:53:04 +0200 +catalogue-license other-free + +name ifxetex +category Package +revision 15878 +shortdesc Am I running under XeTeX? +longdesc A simple package which provides an \ifxetex conditional, so +longdesc that other code can determine that it is running under XeTeX. +longdesc The package requires the e-TeX extensions to the TeX primitive +longdesc set. +docfiles size=19 + texmf-dist/doc/generic/ifxetex/README details="Readme" + texmf-dist/doc/generic/ifxetex/ifxetex.pdf details="Package documentation" +srcfiles size=3 + texmf-dist/source/generic/ifxetex/ifxetex.ins + texmf-dist/source/generic/ifxetex/ifxetex.tex +runfiles size=1 + texmf-dist/tex/generic/ifxetex/ifxetex.sty +catalogue-ctan /macros/generic/ifxetex +catalogue-date 2009-01-27 08:30:55 +0100 +catalogue-license lppl +catalogue-version 0.5 + +name ijmart +category Package +revision 15878 +shortdesc LaTeX Class for the Israel Journal of Mathematics. +longdesc The Israel Journal of Mathematics is published by The Hebrew +longdesc University Magnes Press. This class provides LaTeX support for +longdesc its authors and editors. It strives to achieve the distinct +longdesc "look and feel" of the journal, while having the interface +longdesc similar to that of the amsart document class. This will help +longdesc authors already familiar with amsart to easily submit +longdesc manuscripts for The Israel Journal of Mathematics or to put the +longdesc preprints in arXiv with minimal changes in the LaTeX source. +docfiles size=189 + texmf-dist/doc/latex/ijmart/README details="Readme" + texmf-dist/doc/latex/ijmart/ijmart.pdf details="Package documentation" + texmf-dist/doc/latex/ijmart/ijmsample.pdf details="Sample paper" + texmf-dist/doc/latex/ijmart/ijmsample.tex +srcfiles size=16 + texmf-dist/source/latex/ijmart/Makefile + texmf-dist/source/latex/ijmart/ijmart.dtx + texmf-dist/source/latex/ijmart/ijmart.ins +runfiles size=14 + texmf-dist/bibtex/bib/ijmart/ijmart.bib + texmf-dist/bibtex/bib/ijmart/ijmsample.bib + texmf-dist/bibtex/bst/ijmart/ijmart.bst + texmf-dist/tex/latex/ijmart/ijmart.cls +catalogue-ctan /macros/latex/contrib/ijmart +catalogue-date 2008-08-19 23:32:24 +0200 +catalogue-license lppl +catalogue-version 1.3 + +name ijqc +category Package +revision 15878 +shortdesc BibTeX style file for the Intl. J. Quantum Chem. +longdesc ijqc.bst is a BibTeX style file to support publication in +longdesc Wiley's International Journal of Quantum Chemistry. It is not +longdesc in any way officially endorsed by the publisher or editors, and +longdesc is provided without any warranty one could ever think of. +docfiles size=39 + texmf-dist/doc/bibtex/ijqc/README details="Package Readme" + texmf-dist/doc/bibtex/ijqc/makefile + texmf-dist/doc/bibtex/ijqc/mybib.bib + texmf-dist/doc/bibtex/ijqc/xampl.pdf details="Example output" + texmf-dist/doc/bibtex/ijqc/xampl.tex +runfiles size=7 + texmf-dist/bibtex/bst/ijqc/ijqc.bst +catalogue-ctan /biblio/bibtex/contrib/ijqc +catalogue-date 2006-08-27 16:41:02 +0100 +catalogue-license lppl +catalogue-version 1.2 + +name imac +category Package +revision 15878 +shortdesc International Modal Analysis Conference format. +longdesc A set of files for producing correctly formatted documents for +longdesc the International Modal Analysis Conference. The bundle +longdesc provides a LaTeX package and a BibTeX style file. +docfiles size=7 + texmf-dist/doc/latex/imac/imac.dvi + texmf-dist/doc/latex/imac/imac.tex + texmf-dist/doc/latex/imac/readme.txt +runfiles size=9 + texmf-dist/bibtex/bib/imac/imac.bib + texmf-dist/bibtex/bst/imac/imac.bst + texmf-dist/tex/latex/imac/imac.sty +catalogue-ctan /macros/latex/contrib/imac +catalogue-date 2006-12-12 00:29:31 +0100 +catalogue-license gpl + +name image-gallery +category Package +revision 15878 +shortdesc Create an overview of pictures from a digital camera or from other sources. +longdesc The class may be used to create an overview of pictures from a +longdesc digital camera or from other sources. It is possible to adjust +longdesc the size of the pictures and all the margins. The example file +longdesc shows the usage. +docfiles size=399 + texmf-dist/doc/latex/image-gallery/README details="Readme" + texmf-dist/doc/latex/image-gallery/gallery-example.pdf details="Example output" + texmf-dist/doc/latex/image-gallery/gallery-example.tex + texmf-dist/doc/latex/image-gallery/mypics.txt + texmf-dist/doc/latex/image-gallery/pic001.jpg + texmf-dist/doc/latex/image-gallery/pic002.jpg + texmf-dist/doc/latex/image-gallery/pic003.jpg + texmf-dist/doc/latex/image-gallery/pic004.jpg + texmf-dist/doc/latex/image-gallery/pic005.jpg + texmf-dist/doc/latex/image-gallery/pic006.jpg + texmf-dist/doc/latex/image-gallery/pic007.jpg + texmf-dist/doc/latex/image-gallery/pic008.jpg + texmf-dist/doc/latex/image-gallery/pic009.jpg + texmf-dist/doc/latex/image-gallery/pic010.jpg + texmf-dist/doc/latex/image-gallery/pic011.jpg + texmf-dist/doc/latex/image-gallery/pic012.jpg + texmf-dist/doc/latex/image-gallery/pic013.jpg + texmf-dist/doc/latex/image-gallery/pic014.jpg + texmf-dist/doc/latex/image-gallery/pic015.jpg + texmf-dist/doc/latex/image-gallery/pic016.jpg + texmf-dist/doc/latex/image-gallery/pic017.jpg + texmf-dist/doc/latex/image-gallery/pic018.jpg + texmf-dist/doc/latex/image-gallery/pic019.jpg + texmf-dist/doc/latex/image-gallery/pic020.jpg + texmf-dist/doc/latex/image-gallery/pic021.jpg + texmf-dist/doc/latex/image-gallery/pic022.jpg +runfiles size=2 + texmf-dist/tex/latex/image-gallery/image-gallery.cls +catalogue-ctan /macros/latex/contrib/image-gallery +catalogue-date 2008-08-19 23:32:24 +0200 +catalogue-license lppl +catalogue-version v1.0j + +name impatient +category Package +revision 15878 +shortdesc Free edition of the book "TeX for the Impatient" +longdesc This directory mirrors the canonical source of the project +longdesc which is maintaining the book "TeX for the Impatient", which is +longdesc now out of print. The book is also available in French +longdesc translation. +docfiles size=576 + texmf-dist/doc/plain/impatient/Makefile + texmf-dist/doc/plain/impatient/README details="Basic project information" + texmf-dist/doc/plain/impatient/backm.tex + texmf-dist/doc/plain/impatient/book.pdf details="A copy of the book (English)" language="en" + texmf-dist/doc/plain/impatient/book.tex + texmf-dist/doc/plain/impatient/capsule.tex + texmf-dist/doc/plain/impatient/concepts.tex + texmf-dist/doc/plain/impatient/config.tex + texmf-dist/doc/plain/impatient/copyrght.tex + texmf-dist/doc/plain/impatient/eplain.tex + texmf-dist/doc/plain/impatient/errata.future + texmf-dist/doc/plain/impatient/errors.tex + texmf-dist/doc/plain/impatient/examples.tex + texmf-dist/doc/plain/impatient/fdl.tex + texmf-dist/doc/plain/impatient/fonts.tex + texmf-dist/doc/plain/impatient/frontm.tex + texmf-dist/doc/plain/impatient/genops.tex + texmf-dist/doc/plain/impatient/index.tex + texmf-dist/doc/plain/impatient/index1.icn + texmf-dist/doc/plain/impatient/index2.icn + texmf-dist/doc/plain/impatient/macros.tex + texmf-dist/doc/plain/impatient/math.tex + texmf-dist/doc/plain/impatient/modes.tex + texmf-dist/doc/plain/impatient/pages.tex + texmf-dist/doc/plain/impatient/paras.tex + texmf-dist/doc/plain/impatient/preface.tex + texmf-dist/doc/plain/impatient/read1st.tex + texmf-dist/doc/plain/impatient/tips.tex + texmf-dist/doc/plain/impatient/usebook.tex + texmf-dist/doc/plain/impatient/usermacs.tex + texmf-dist/doc/plain/impatient/usingtex.tex + texmf-dist/doc/plain/impatient/xmptext.tex +catalogue-ctan /info/impatient +catalogue-date 2009-06-03 15:47:29 +0200 +catalogue-license fdl + +name impatient-fr +category Package +revision 15878 +catalogue impatient +shortdesc Free edition of the book "TeX for the Impatient" +longdesc This directory mirrors the canonical source of the project +longdesc which is maintaining the book "TeX for the Impatient", which is +longdesc now out of print. The book is also available in French +longdesc translation. +docfiles size=625 + texmf-dist/doc/plain/impatient-fr/README details="Basic project information" + texmf-dist/doc/plain/impatient-fr/config.tex + texmf-dist/doc/plain/impatient-fr/eplain.tex + texmf-dist/doc/plain/impatient-fr/fbackm.tex + texmf-dist/doc/plain/impatient-fr/fbook.pdf + texmf-dist/doc/plain/impatient-fr/fbook.tex + texmf-dist/doc/plain/impatient-fr/fcapsule.tex + texmf-dist/doc/plain/impatient-fr/fconcept.tex + texmf-dist/doc/plain/impatient-fr/fcopyrgh.tex + texmf-dist/doc/plain/impatient-fr/fdl.tex + texmf-dist/doc/plain/impatient-fr/ferrors.tex + texmf-dist/doc/plain/impatient-fr/fexamples.tex + texmf-dist/doc/plain/impatient-fr/ffrontm.tex + texmf-dist/doc/plain/impatient-fr/fgenops.tex + texmf-dist/doc/plain/impatient-fr/fmacros.tex + texmf-dist/doc/plain/impatient-fr/fmath.tex + texmf-dist/doc/plain/impatient-fr/fmodes.tex + texmf-dist/doc/plain/impatient-fr/fonts.tex + texmf-dist/doc/plain/impatient-fr/fpages.tex + texmf-dist/doc/plain/impatient-fr/fparas.tex + texmf-dist/doc/plain/impatient-fr/fpreface.tex + texmf-dist/doc/plain/impatient-fr/fread1st.tex + texmf-dist/doc/plain/impatient-fr/ftips.tex + texmf-dist/doc/plain/impatient-fr/fusebook.tex + texmf-dist/doc/plain/impatient-fr/fusermacs.tex + texmf-dist/doc/plain/impatient-fr/fusingtex.tex + texmf-dist/doc/plain/impatient-fr/fxmptext.tex +catalogue-ctan /info/impatient +catalogue-date 2009-06-03 15:47:29 +0200 +catalogue-license fdl + +name import +category Package +revision 15878 +shortdesc Establish input relative to a directory. +longdesc The commands \import{full_path}{file} and +longdesc \subimport{path_extension}{file} set up input through standard +longdesc LaTeX mechanisms (\input, \include and \includegraphics) to +longdesc load files relative to the \import-ed directory. There are also +longdesc \includefrom, \subincludefrom, and * variants of the commands. +runfiles size=2 + texmf-dist/tex/latex/import/import.sty +catalogue-ctan /macros/latex/contrib/misc/import.sty +catalogue-date 2009-03-24 20:50:36 +0100 +catalogue-license pd +catalogue-version 5.1 + +name imtekda +category Package +revision 15878 +shortdesc IMTEK thesis class. +longdesc The class permits typesetting of diploma, bachelor's and +longdesc master's theses for the Institute of Microsystem Technology +longdesc (IMTEK) at the University of Freiburg (Germany). The class is +longdesc based on the KOMA-Script class scrbook. Included in the +longdesc documentation is a large collection of useful tips for +longdesc typesetting theses and a list of recommended packages. +docfiles size=206 + texmf-dist/doc/latex/imtekda/IMTEKda.pdf details="Package documentation (German)" language="de" + texmf-dist/doc/latex/imtekda/README details="Readme (German)" language="de" + texmf-dist/doc/latex/imtekda/diplarb.bib + texmf-dist/doc/latex/imtekda/diplarb.tex + texmf-dist/doc/latex/imtekda/figures/bild.eps + texmf-dist/doc/latex/imtekda/figures/bild.pdf +srcfiles size=24 + texmf-dist/source/latex/imtekda/IMTEKda.dtx + texmf-dist/source/latex/imtekda/IMTEKda.ins +runfiles size=4 + texmf-dist/tex/latex/imtekda/IMTEKda.cls +catalogue-ctan /macros/latex/contrib/imtekda +catalogue-date 2009-02-23 00:30:59 +0100 +catalogue-license lppl +catalogue-version 1.6a + +name inconsolata +category Package +revision 15878 +shortdesc A monospaced font, with support files for use with TeX. +longdesc Inconsolata is a monospaced font designed by Raph Levien. This +longdesc package contains the font (in both Adobe Type 1 and OpenType +longdesc formats), metric files for use with TeX, and LaTeX font +longdesc definition and other relevant files. +execute addMap fi4.map +docfiles size=124 + texmf-dist/doc/fonts/inconsolata/GNUmakefile + texmf-dist/doc/fonts/inconsolata/Inconsolata.sfd + texmf-dist/doc/fonts/inconsolata/README details="Readme" + texmf-dist/doc/fonts/inconsolata/fonttable.pdf + texmf-dist/doc/fonts/inconsolata/inconsolata.pdf details="Package documentation and font tables" + texmf-dist/doc/fonts/inconsolata/inconsolata.tex + texmf-dist/doc/fonts/inconsolata/test.pdf + texmf-dist/doc/fonts/inconsolata/test.tex +runfiles size=51 + texmf-dist/fonts/enc/dvips/inconsolata/fi4-ec.enc + texmf-dist/fonts/enc/dvips/inconsolata/fi4-ei1.enc + texmf-dist/fonts/enc/dvips/inconsolata/fi4-ot1tt.enc + texmf-dist/fonts/enc/dvips/inconsolata/fi4-qxtt.enc + texmf-dist/fonts/enc/dvips/inconsolata/fi4-texnansi.enc + texmf-dist/fonts/enc/dvips/inconsolata/fi4-ts1.enc + texmf-dist/fonts/map/dvips/inconsolata/fi4.map + texmf-dist/fonts/opentype/public/inconsolata/Inconsolata.otf + texmf-dist/fonts/tfm/public/inconsolata/ec-inconsolata.tfm + texmf-dist/fonts/tfm/public/inconsolata/ei1-inconsolata.tfm + texmf-dist/fonts/tfm/public/inconsolata/qx-inconsolata.tfm + texmf-dist/fonts/tfm/public/inconsolata/rm-inconsolata.tfm + texmf-dist/fonts/tfm/public/inconsolata/texnansi-inconsolata.tfm + texmf-dist/fonts/tfm/public/inconsolata/ts1-inconsolata.tfm + texmf-dist/fonts/type1/public/inconsolata/Inconsolata.pfb + texmf-dist/tex/latex/inconsolata/ei1fi4.fd + texmf-dist/tex/latex/inconsolata/inconsolata.sty + texmf-dist/tex/latex/inconsolata/ly1fi4.fd + texmf-dist/tex/latex/inconsolata/ot1fi4.fd + texmf-dist/tex/latex/inconsolata/qxfi4.fd + texmf-dist/tex/latex/inconsolata/t1fi4.fd + texmf-dist/tex/latex/inconsolata/ts1fi4.fd +catalogue-ctan /fonts/inconsolata +catalogue-date 2009-06-11 13:26:41 +0200 +catalogue-license ofl + +name index +category Package +revision 15878 +shortdesc Extended index for LaTeX including multiple indexes. +longdesc This is a reimplementation of LaTeX's indexing macros to +longdesc provide better support for indexing. For example, it supports +longdesc multiple indexes in a single document and provides a more +longdesc robust \index command. It supplies short hand notations for the +longdesc \index command (^{word}) and a * variation of \index +longdesc (abbreviated _{word}) that prints the word being indexed, as +longdesc well as creating an index entry for it. +docfiles size=68 + texmf-dist/doc/latex/index/README details="Package Readme" + texmf-dist/doc/latex/index/TODO + texmf-dist/doc/latex/index/agsmtst.adx + texmf-dist/doc/latex/index/agsmtst.tex + texmf-dist/doc/latex/index/autind.tex + texmf-dist/doc/latex/index/index.pdf details="Package documentation" + texmf-dist/doc/latex/index/plaintst.adx + texmf-dist/doc/latex/index/plaintst.bdx + texmf-dist/doc/latex/index/plaintst.tex + texmf-dist/doc/latex/index/sample.adx + texmf-dist/doc/latex/index/sample.ldx + texmf-dist/doc/latex/index/sample.ndx + texmf-dist/doc/latex/index/sample.tex +srcfiles size=14 + texmf-dist/source/latex/index/index.dtx + texmf-dist/source/latex/index/index.ins +runfiles size=18 + texmf-dist/bibtex/bib/index/test.bib + texmf-dist/bibtex/bst/index/xagsm.bst + texmf-dist/bibtex/bst/index/xplain.bst + texmf-dist/makeindex/index/bibref.ist + texmf-dist/tex/latex/index/autind.sty + texmf-dist/tex/latex/index/bibref.sty + texmf-dist/tex/latex/index/index.sty +catalogue-ctan /macros/latex/contrib/index +catalogue-date 2008-04-20 19:53:04 +0200 +catalogue-license other-free +catalogue-version 4.1beta + +name initials +category Package +revision 15878 +shortdesc Adobe Type 1 decorative initial fonts. +longdesc For each font, at least an .pfb and .tfm file is provided, with +longdesc a .fd file for use with LaTeX. +execute addMap Acorn.map +execute addMap AnnSton.map +execute addMap ArtNouv.map +execute addMap ArtNouvc.map +execute addMap Carrickc.map +execute addMap Eichenla.map +execute addMap Eileen.map +execute addMap EileenBl.map +execute addMap Elzevier.map +execute addMap GotIn.map +execute addMap GoudyIn.map +execute addMap Kinigcap.map +execute addMap Konanur.map +execute addMap Kramer.map +execute addMap MorrisIn.map +execute addMap Nouveaud.map +execute addMap Romantik.map +execute addMap Rothdn.map +execute addMap RoyalIn.map +execute addMap Sanremo.map +execute addMap Starburst.map +execute addMap Typocaps.map +execute addMap Zallman.map +docfiles size=24 + texmf-dist/doc/fonts/initials/Acorn.tex + texmf-dist/doc/fonts/initials/AnnSton.tex + texmf-dist/doc/fonts/initials/ArtNouv.tex + texmf-dist/doc/fonts/initials/ArtNouvc.tex + texmf-dist/doc/fonts/initials/Carrickc.tex + texmf-dist/doc/fonts/initials/Eichenla.tex + texmf-dist/doc/fonts/initials/Eileen.tex + texmf-dist/doc/fonts/initials/EileenBl.tex + texmf-dist/doc/fonts/initials/Elzevier.tex + texmf-dist/doc/fonts/initials/GotIn.tex + texmf-dist/doc/fonts/initials/GoudyIn.tex + texmf-dist/doc/fonts/initials/Kinigcap.tex + texmf-dist/doc/fonts/initials/Konanur.tex + texmf-dist/doc/fonts/initials/Kramer.tex + texmf-dist/doc/fonts/initials/MorrisIn.tex + texmf-dist/doc/fonts/initials/Nouveaud.tex + texmf-dist/doc/fonts/initials/README + texmf-dist/doc/fonts/initials/Romantik.tex + texmf-dist/doc/fonts/initials/Rothdn.tex + texmf-dist/doc/fonts/initials/RoyalIn.tex + texmf-dist/doc/fonts/initials/Sanremo.tex + texmf-dist/doc/fonts/initials/Starburst.tex + texmf-dist/doc/fonts/initials/Typocaps.tex + texmf-dist/doc/fonts/initials/Zallman.tex +runfiles size=898 + texmf-dist/dvips/initials/config.Acorn + texmf-dist/dvips/initials/config.AnnSton + texmf-dist/dvips/initials/config.ArtNouv + texmf-dist/dvips/initials/config.ArtNouvc + texmf-dist/dvips/initials/config.Carrickc + texmf-dist/dvips/initials/config.Eichenla + texmf-dist/dvips/initials/config.Eileen + texmf-dist/dvips/initials/config.EileenBl + texmf-dist/dvips/initials/config.Elzevier + texmf-dist/dvips/initials/config.GotIn + texmf-dist/dvips/initials/config.GoudyIn + texmf-dist/dvips/initials/config.Kinigcap + texmf-dist/dvips/initials/config.Konanur + texmf-dist/dvips/initials/config.Kramer + texmf-dist/dvips/initials/config.MorrisIn + texmf-dist/dvips/initials/config.Nouveaud + texmf-dist/dvips/initials/config.Romantik + texmf-dist/dvips/initials/config.Rothdn + texmf-dist/dvips/initials/config.RoyalIn + texmf-dist/dvips/initials/config.Sanremo + texmf-dist/dvips/initials/config.Starburst + texmf-dist/dvips/initials/config.Typocaps + texmf-dist/dvips/initials/config.Zallman + texmf-dist/fonts/afm/public/initials/Acorn.afm + texmf-dist/fonts/afm/public/initials/AnnSton.afm + texmf-dist/fonts/afm/public/initials/ArtNouv.afm + texmf-dist/fonts/afm/public/initials/ArtNouvc.afm + texmf-dist/fonts/afm/public/initials/Carrickc.afm + texmf-dist/fonts/afm/public/initials/Eichenla.afm + texmf-dist/fonts/afm/public/initials/Eileen.afm + texmf-dist/fonts/afm/public/initials/EileenBl.afm + texmf-dist/fonts/afm/public/initials/Elzevier.afm + texmf-dist/fonts/afm/public/initials/GotIn.afm + texmf-dist/fonts/afm/public/initials/GoudyIn.afm + texmf-dist/fonts/afm/public/initials/Kinigcap.afm + texmf-dist/fonts/afm/public/initials/Konanur.afm + texmf-dist/fonts/afm/public/initials/Kramer.afm + texmf-dist/fonts/afm/public/initials/MorrisIn.afm + texmf-dist/fonts/afm/public/initials/Nouveaud.afm + texmf-dist/fonts/afm/public/initials/Romantik.afm + texmf-dist/fonts/afm/public/initials/Rothdn.afm + texmf-dist/fonts/afm/public/initials/RoyalIn.afm + texmf-dist/fonts/afm/public/initials/Sanremo.afm + texmf-dist/fonts/afm/public/initials/Starburst.afm + texmf-dist/fonts/afm/public/initials/Typocaps.afm + texmf-dist/fonts/afm/public/initials/Zallman.afm + texmf-dist/fonts/map/dvips/initials/Acorn.map + texmf-dist/fonts/map/dvips/initials/AnnSton.map + texmf-dist/fonts/map/dvips/initials/ArtNouv.map + texmf-dist/fonts/map/dvips/initials/ArtNouvc.map + texmf-dist/fonts/map/dvips/initials/Carrickc.map + texmf-dist/fonts/map/dvips/initials/Eichenla.map + texmf-dist/fonts/map/dvips/initials/Eileen.map + texmf-dist/fonts/map/dvips/initials/EileenBl.map + texmf-dist/fonts/map/dvips/initials/Elzevier.map + texmf-dist/fonts/map/dvips/initials/GotIn.map + texmf-dist/fonts/map/dvips/initials/GoudyIn.map + texmf-dist/fonts/map/dvips/initials/Kinigcap.map + texmf-dist/fonts/map/dvips/initials/Konanur.map + texmf-dist/fonts/map/dvips/initials/Kramer.map + texmf-dist/fonts/map/dvips/initials/MorrisIn.map + texmf-dist/fonts/map/dvips/initials/Nouveaud.map + texmf-dist/fonts/map/dvips/initials/Romantik.map + texmf-dist/fonts/map/dvips/initials/Rothdn.map + texmf-dist/fonts/map/dvips/initials/RoyalIn.map + texmf-dist/fonts/map/dvips/initials/Sanremo.map + texmf-dist/fonts/map/dvips/initials/Starburst.map + texmf-dist/fonts/map/dvips/initials/Typocaps.map + texmf-dist/fonts/map/dvips/initials/Zallman.map + texmf-dist/fonts/tfm/public/initials/Acorn.tfm + texmf-dist/fonts/tfm/public/initials/AnnSton.tfm + texmf-dist/fonts/tfm/public/initials/ArtNouv.tfm + texmf-dist/fonts/tfm/public/initials/ArtNouvc.tfm + texmf-dist/fonts/tfm/public/initials/Carrickc.tfm + texmf-dist/fonts/tfm/public/initials/Eichenla.tfm + texmf-dist/fonts/tfm/public/initials/Eileen.tfm + texmf-dist/fonts/tfm/public/initials/EileenBl.tfm + texmf-dist/fonts/tfm/public/initials/Elzevier.tfm + texmf-dist/fonts/tfm/public/initials/GotIn.tfm + texmf-dist/fonts/tfm/public/initials/GoudyIn.tfm + texmf-dist/fonts/tfm/public/initials/Kinigcap.tfm + texmf-dist/fonts/tfm/public/initials/Konanur.tfm + texmf-dist/fonts/tfm/public/initials/Kramer.tfm + texmf-dist/fonts/tfm/public/initials/MorrisIn.tfm + texmf-dist/fonts/tfm/public/initials/Nouveaud.tfm + texmf-dist/fonts/tfm/public/initials/Romantik.tfm + texmf-dist/fonts/tfm/public/initials/Rothdn.tfm + texmf-dist/fonts/tfm/public/initials/RoyalIn.tfm + texmf-dist/fonts/tfm/public/initials/Sanremo.tfm + texmf-dist/fonts/tfm/public/initials/Starburst.tfm + texmf-dist/fonts/tfm/public/initials/Typocaps.tfm + texmf-dist/fonts/tfm/public/initials/Zallman.tfm + texmf-dist/fonts/type1/public/initials/Acorn.pfb + texmf-dist/fonts/type1/public/initials/AnnSton.pfb + texmf-dist/fonts/type1/public/initials/ArtNouv.pfb + texmf-dist/fonts/type1/public/initials/ArtNouvc.pfb + texmf-dist/fonts/type1/public/initials/Carrickc.pfb + texmf-dist/fonts/type1/public/initials/Eichenla.pfb + texmf-dist/fonts/type1/public/initials/Eileen.pfb + texmf-dist/fonts/type1/public/initials/EileenBl.pfb + texmf-dist/fonts/type1/public/initials/Elzevier.pfb + texmf-dist/fonts/type1/public/initials/GotIn.pfb + texmf-dist/fonts/type1/public/initials/GoudyIn.pfb + texmf-dist/fonts/type1/public/initials/Kinigcap.pfb + texmf-dist/fonts/type1/public/initials/Konanur.pfb + texmf-dist/fonts/type1/public/initials/Kramer.pfb + texmf-dist/fonts/type1/public/initials/MorrisIn.pfb + texmf-dist/fonts/type1/public/initials/Nouveaud.pfb + texmf-dist/fonts/type1/public/initials/Romantik.pfb + texmf-dist/fonts/type1/public/initials/Rothdn.pfb + texmf-dist/fonts/type1/public/initials/RoyalIn.pfb + texmf-dist/fonts/type1/public/initials/Sanremo.pfb + texmf-dist/fonts/type1/public/initials/Starburst.pfb + texmf-dist/fonts/type1/public/initials/Typocaps.pfb + texmf-dist/fonts/type1/public/initials/Zallman.pfb + texmf-dist/tex/latex/initials/Acorn.fd + texmf-dist/tex/latex/initials/AnnSton.fd + texmf-dist/tex/latex/initials/ArtNouv.fd + texmf-dist/tex/latex/initials/ArtNouvc.fd + texmf-dist/tex/latex/initials/Carrickc.fd + texmf-dist/tex/latex/initials/Eichenla.fd + texmf-dist/tex/latex/initials/Eileen.fd + texmf-dist/tex/latex/initials/EileenBl.fd + texmf-dist/tex/latex/initials/Elzevier.fd + texmf-dist/tex/latex/initials/GotIn.fd + texmf-dist/tex/latex/initials/GoudyIn.fd + texmf-dist/tex/latex/initials/Kinigcap.fd + texmf-dist/tex/latex/initials/Konanur.fd + texmf-dist/tex/latex/initials/Kramer.fd + texmf-dist/tex/latex/initials/MorrisIn.fd + texmf-dist/tex/latex/initials/Nouveaud.fd + texmf-dist/tex/latex/initials/Romantik.fd + texmf-dist/tex/latex/initials/Rothdn.fd + texmf-dist/tex/latex/initials/RoyalIn.fd + texmf-dist/tex/latex/initials/Sanremo.fd + texmf-dist/tex/latex/initials/Starburst.fd + texmf-dist/tex/latex/initials/Typocaps.fd + texmf-dist/tex/latex/initials/Zallman.fd +catalogue-ctan /fonts/initials +catalogue-date 2008-08-19 23:32:24 +0200 +catalogue-license lppl + +name inlinebib +category Package +revision 15878 +shortdesc Citations in footnotes. +longdesc A BibTeX style and a LaTeX package that allow for a full +longdesc bibliography at the end of the document as well as citation +longdesc details in footnotes. The footnote details include "op. cit." +longdesc and "ibid." contractions. +docfiles size=10 + texmf-dist/doc/latex/inlinebib/MANIFEST + texmf-dist/doc/latex/inlinebib/inlinebib.htm details="Package documentation" + texmf-dist/doc/latex/inlinebib/inlinebib.txt + texmf-dist/doc/latex/inlinebib/inlinebib1.gif + texmf-dist/doc/latex/inlinebib/inlinebib2.gif +runfiles size=8 + texmf-dist/bibtex/bst/inlinebib/inlinebib.bst + texmf-dist/tex/latex/inlinebib/inlinebib.sty + texmf-dist/tex/latex/inlinebib/pageranges.sty +catalogue-ctan /biblio/bibtex/contrib/inlinebib +catalogue-date 2006-12-12 00:29:31 +0100 +catalogue-license lppl + +name inlinedef +category Package +revision 15878 +shortdesc Inline expansions within definitions. +longdesc The package provides a macro \Inline. that precedes a \def or +longdesc \gdef. Within the definition text of an inlined definition, +longdesc keywords such as \Expand may be used to selectively inline +longdesc certain expansions at definition-time. This eases the process +longdesc of redefining macros in terms of the original definition, as +longdesc well as definitions in which the token that must be expanded is +longdesc deep within, where \expandafter would be difficult and \edef is +longdesc not suitable. Another application is as an easier version of +longdesc \aftergroup, by defining a macro in terms of expanded local +longdesc variables, then ending the group with +longdesc \expandafter\endgroup\macro. +docfiles size=42 + texmf-dist/doc/latex/inlinedef/README details="Readme" + texmf-dist/doc/latex/inlinedef/inlinedef.pdf details="Package documentation" + texmf-dist/doc/latex/inlinedef/inlinetest.tex +srcfiles size=11 + texmf-dist/source/latex/inlinedef/inlinedef.dtx + texmf-dist/source/latex/inlinedef/inlinedef.ins +runfiles size=3 + texmf-dist/tex/latex/inlinedef/inlinedef.sty +catalogue-ctan /macros/latex/contrib/inlinedef +catalogue-date 2008-08-19 23:32:24 +0200 +catalogue-license lppl +catalogue-version 1.0 + +name insbox +category Package +revision 15878 +shortdesc A TeX macro for inserting pictures/boxes into paragraphs. +docfiles size=19 + texmf-dist/doc/generic/insbox/demo.dvi + texmf-dist/doc/generic/insbox/demo.tex + texmf-dist/doc/generic/insbox/pic1.eps + texmf-dist/doc/generic/insbox/pic2.eps +runfiles size=2 + texmf-dist/tex/generic/insbox/insbox.tex +catalogue-ctan /macros/generic/insbox +catalogue-date 2007-01-07 15:47:33 +0100 +catalogue-license pd +catalogue-version 2.2 + +name interactiveworkbook +category Package +revision 15878 +shortdesc latex-based interactive PDF on the web +longdesc The package interactiveworkbook gives the user the ability to +longdesc write LaTeX documents which, ultimately, create interactive +longdesc question-and-answer Portable Document Format (PDF) tutorials +longdesc meant to be used by Internet students and that, in particular, +longdesc freely use mathematical notation. +docfiles size=242 + texmf-dist/doc/latex/interactiveworkbook/documentation/interactiveworkbookmanual.pdf + texmf-dist/doc/latex/interactiveworkbook/documentation/interactiveworkbookmanual.tex + texmf-dist/doc/latex/interactiveworkbook/epsfiles/WS_FTP.LOG + texmf-dist/doc/latex/interactiveworkbook/epsfiles/buttonappearance.eps + texmf-dist/doc/latex/interactiveworkbook/epsfiles/checkclear.eps + texmf-dist/doc/latex/interactiveworkbook/epsfiles/checksubmit.eps + texmf-dist/doc/latex/interactiveworkbook/epsfiles/exerques1.eps + texmf-dist/doc/latex/interactiveworkbook/epsfiles/exerques10.eps + texmf-dist/doc/latex/interactiveworkbook/epsfiles/exerques11.eps + texmf-dist/doc/latex/interactiveworkbook/epsfiles/exerques12.eps + texmf-dist/doc/latex/interactiveworkbook/epsfiles/exerques13.eps + texmf-dist/doc/latex/interactiveworkbook/epsfiles/exerques14.eps + texmf-dist/doc/latex/interactiveworkbook/epsfiles/exerques15.eps + texmf-dist/doc/latex/interactiveworkbook/epsfiles/exerques16.eps + texmf-dist/doc/latex/interactiveworkbook/epsfiles/exerques17.eps + texmf-dist/doc/latex/interactiveworkbook/epsfiles/exerques18.eps + texmf-dist/doc/latex/interactiveworkbook/epsfiles/exerques19.eps + texmf-dist/doc/latex/interactiveworkbook/epsfiles/exerques2.eps + texmf-dist/doc/latex/interactiveworkbook/epsfiles/exerques20.eps + texmf-dist/doc/latex/interactiveworkbook/epsfiles/exerques3.eps + texmf-dist/doc/latex/interactiveworkbook/epsfiles/exerques4.eps + texmf-dist/doc/latex/interactiveworkbook/epsfiles/exerques5.eps + texmf-dist/doc/latex/interactiveworkbook/epsfiles/exerques6.eps + texmf-dist/doc/latex/interactiveworkbook/epsfiles/exerques7.eps + texmf-dist/doc/latex/interactiveworkbook/epsfiles/exerques8.eps + texmf-dist/doc/latex/interactiveworkbook/epsfiles/exerques9.eps + texmf-dist/doc/latex/interactiveworkbook/epsfiles/fieldclear.eps + texmf-dist/doc/latex/interactiveworkbook/epsfiles/fieldsubmit.eps + texmf-dist/doc/latex/interactiveworkbook/epsfiles/ndex.eps + texmf-dist/doc/latex/interactiveworkbook/epsfiles/next.eps + texmf-dist/doc/latex/interactiveworkbook/epsfiles/pageonecheckfive.eps + texmf-dist/doc/latex/interactiveworkbook/epsfiles/pageonecheckfour.eps + texmf-dist/doc/latex/interactiveworkbook/epsfiles/pageonecheckone.eps + texmf-dist/doc/latex/interactiveworkbook/epsfiles/pageonecheckthree.eps + texmf-dist/doc/latex/interactiveworkbook/epsfiles/pageonechecktwo.eps + texmf-dist/doc/latex/interactiveworkbook/epsfiles/pageonefieldfive.eps + texmf-dist/doc/latex/interactiveworkbook/epsfiles/pageonefieldfour.eps + texmf-dist/doc/latex/interactiveworkbook/epsfiles/pageonefieldone.eps + texmf-dist/doc/latex/interactiveworkbook/epsfiles/pageonefieldthree.eps + texmf-dist/doc/latex/interactiveworkbook/epsfiles/pageonefieldtwo.eps + texmf-dist/doc/latex/interactiveworkbook/epsfiles/pageonepopupfive.eps + texmf-dist/doc/latex/interactiveworkbook/epsfiles/pageonepopupfour.eps + texmf-dist/doc/latex/interactiveworkbook/epsfiles/pageonepopupone.eps + texmf-dist/doc/latex/interactiveworkbook/epsfiles/pageonepopupthree.eps + texmf-dist/doc/latex/interactiveworkbook/epsfiles/pageonepopuptwo.eps + texmf-dist/doc/latex/interactiveworkbook/epsfiles/pageoneradiofive.eps + texmf-dist/doc/latex/interactiveworkbook/epsfiles/pageoneradiofour.eps + texmf-dist/doc/latex/interactiveworkbook/epsfiles/pageoneradioone.eps + texmf-dist/doc/latex/interactiveworkbook/epsfiles/pageoneradiothree.eps + texmf-dist/doc/latex/interactiveworkbook/epsfiles/pageoneradiotwo.eps + texmf-dist/doc/latex/interactiveworkbook/epsfiles/pagethreecheckfive.eps + texmf-dist/doc/latex/interactiveworkbook/epsfiles/pagethreecheckfour.eps + texmf-dist/doc/latex/interactiveworkbook/epsfiles/pagethreecheckone.eps + texmf-dist/doc/latex/interactiveworkbook/epsfiles/pagethreecheckthree.eps + texmf-dist/doc/latex/interactiveworkbook/epsfiles/pagethreechecktwo.eps + texmf-dist/doc/latex/interactiveworkbook/epsfiles/pagethreefieldfive.eps + texmf-dist/doc/latex/interactiveworkbook/epsfiles/pagethreefieldfour.eps + texmf-dist/doc/latex/interactiveworkbook/epsfiles/pagethreefieldone.eps + texmf-dist/doc/latex/interactiveworkbook/epsfiles/pagethreefieldthree.eps + texmf-dist/doc/latex/interactiveworkbook/epsfiles/pagethreefieldtwo.eps + texmf-dist/doc/latex/interactiveworkbook/epsfiles/pagethreepopupfive.eps + texmf-dist/doc/latex/interactiveworkbook/epsfiles/pagethreepopupfour.eps + texmf-dist/doc/latex/interactiveworkbook/epsfiles/pagethreepopupone.eps + texmf-dist/doc/latex/interactiveworkbook/epsfiles/pagethreepopupthree.eps + texmf-dist/doc/latex/interactiveworkbook/epsfiles/pagethreepopuptwo.eps + texmf-dist/doc/latex/interactiveworkbook/epsfiles/pagethreeradiofive.eps + texmf-dist/doc/latex/interactiveworkbook/epsfiles/pagethreeradiofour.eps + texmf-dist/doc/latex/interactiveworkbook/epsfiles/pagethreeradioone.eps + texmf-dist/doc/latex/interactiveworkbook/epsfiles/pagethreeradiothree.eps + texmf-dist/doc/latex/interactiveworkbook/epsfiles/pagethreeradiotwo.eps + texmf-dist/doc/latex/interactiveworkbook/epsfiles/pagetwocheckfive.eps + texmf-dist/doc/latex/interactiveworkbook/epsfiles/pagetwocheckfour.eps + texmf-dist/doc/latex/interactiveworkbook/epsfiles/pagetwocheckone.eps + texmf-dist/doc/latex/interactiveworkbook/epsfiles/pagetwocheckthree.eps + texmf-dist/doc/latex/interactiveworkbook/epsfiles/pagetwochecktwo.eps + texmf-dist/doc/latex/interactiveworkbook/epsfiles/pagetwofieldfive.eps + texmf-dist/doc/latex/interactiveworkbook/epsfiles/pagetwofieldfour.eps + texmf-dist/doc/latex/interactiveworkbook/epsfiles/pagetwofieldone.eps + texmf-dist/doc/latex/interactiveworkbook/epsfiles/pagetwofieldthree.eps + texmf-dist/doc/latex/interactiveworkbook/epsfiles/pagetwofieldtwo.eps + texmf-dist/doc/latex/interactiveworkbook/epsfiles/pagetwopopupfive.eps + texmf-dist/doc/latex/interactiveworkbook/epsfiles/pagetwopopupfour.eps + texmf-dist/doc/latex/interactiveworkbook/epsfiles/pagetwopopupone.eps + texmf-dist/doc/latex/interactiveworkbook/epsfiles/pagetwopopupthree.eps + texmf-dist/doc/latex/interactiveworkbook/epsfiles/pagetwopopuptwo.eps + texmf-dist/doc/latex/interactiveworkbook/epsfiles/pagetworadiofive.eps + texmf-dist/doc/latex/interactiveworkbook/epsfiles/pagetworadiofour.eps + texmf-dist/doc/latex/interactiveworkbook/epsfiles/pagetworadioone.eps + texmf-dist/doc/latex/interactiveworkbook/epsfiles/pagetworadiothree.eps + texmf-dist/doc/latex/interactiveworkbook/epsfiles/pagetworadiotwo.eps + texmf-dist/doc/latex/interactiveworkbook/epsfiles/popupclear.eps + texmf-dist/doc/latex/interactiveworkbook/epsfiles/popupsubmit.eps + texmf-dist/doc/latex/interactiveworkbook/epsfiles/prev.eps + texmf-dist/doc/latex/interactiveworkbook/epsfiles/radioclear.eps + texmf-dist/doc/latex/interactiveworkbook/epsfiles/radiosubmit.eps + texmf-dist/doc/latex/interactiveworkbook/epsfiles/return.eps + texmf-dist/doc/latex/interactiveworkbook/epsfiles/rightcheckcorrect.eps + texmf-dist/doc/latex/interactiveworkbook/epsfiles/rightfieldcorrect.eps + texmf-dist/doc/latex/interactiveworkbook/epsfiles/rightpopupcorrect.eps + texmf-dist/doc/latex/interactiveworkbook/epsfiles/rightradiocorrect.eps + texmf-dist/doc/latex/interactiveworkbook/epsfiles/wrongcheckcorrect.eps + texmf-dist/doc/latex/interactiveworkbook/epsfiles/wrongfieldcorrect.eps + texmf-dist/doc/latex/interactiveworkbook/epsfiles/wrongpopupcorrect.eps + texmf-dist/doc/latex/interactiveworkbook/epsfiles/wrongradiocorrect.eps + texmf-dist/doc/latex/interactiveworkbook/samplefiles/check.pdf + texmf-dist/doc/latex/interactiveworkbook/samplefiles/check.tex + texmf-dist/doc/latex/interactiveworkbook/samplefiles/field.pdf + texmf-dist/doc/latex/interactiveworkbook/samplefiles/field.tex + texmf-dist/doc/latex/interactiveworkbook/samplefiles/ndex.pdf + texmf-dist/doc/latex/interactiveworkbook/samplefiles/ndex.tex + texmf-dist/doc/latex/interactiveworkbook/samplefiles/popup.pdf + texmf-dist/doc/latex/interactiveworkbook/samplefiles/popup.tex + texmf-dist/doc/latex/interactiveworkbook/samplefiles/radio.pdf + texmf-dist/doc/latex/interactiveworkbook/samplefiles/radio.tex +runfiles size=17 + texmf-dist/tex/latex/interactiveworkbook/interactiveworkbook-web.sty + texmf-dist/tex/latex/interactiveworkbook/interactiveworkbook.sty +catalogue-ctan /macros/latex/contrib/interactiveworkbook +catalogue-date 2006-10-06 13:44:13 +0200 +catalogue-license lppl + +name intro-scientific +category Package +revision 15878 +shortdesc Introducing scientific/mathematical documents using LaTeX. +longdesc "Writing Scientific Documents Using LaTeX" is an article +longdesc introducing the use of LaTeX in typesetting scientific +longdesc documents. It covers the basics of creating a new LaTeX +longdesc document, special typesetting considerations, mathematical +longdesc typesetting and graphics. It also touches on bibliographic data +longdesc and BibTeX. +docfiles size=113 + texmf-dist/doc/latex/intro-scientific/Makefile + texmf-dist/doc/latex/intro-scientific/README details="Readme" + texmf-dist/doc/latex/intro-scientific/earth-moon.pdf + texmf-dist/doc/latex/intro-scientific/scidoc.pdf details="The document itself" + texmf-dist/doc/latex/intro-scientific/scidoc.tex +catalogue-ctan /info/intro-scientific +catalogue-date 2009-02-22 10:18:48 +0100 +catalogue-license lppl +catalogue-version 5th edition + +name inversepath +category Package +revision 15878 +shortdesc Calculate inverse file paths. +longdesc The package calculates inverse relative paths. Such things may +longdesc be useful, for example, when writing an auxiliary file to a +longdesc different directory. +docfiles size=21 + texmf-dist/doc/latex/inversepath/README details="Readme" + texmf-dist/doc/latex/inversepath/inversepath.pdf details="Package documentation" +srcfiles size=4 + texmf-dist/source/latex/inversepath/inversepath.dtx + texmf-dist/source/latex/inversepath/inversepath.ins +runfiles size=1 + texmf-dist/tex/latex/inversepath/inversepath.sty +catalogue-ctan /macros/latex/contrib/inversepath +catalogue-date 2008-08-19 23:32:24 +0200 +catalogue-license lppl1.3 +catalogue-version 0.2 + +name ionumbers +category Package +revision 15878 +shortdesc Restyle numbers in maths mode. +longdesc 'ionumbers' stands for 'input/output numbers'. The package +longdesc restyles numbers in maths mode. If a number in the input file +longdesc is written, e.g., as $3,231.44$ as commonly used in English +longdesc texts, the package is able to restyle it to be output as +longdesc $3\,231{,}44$ as commonly used in German texts (and vice +longdesc versa). This may be useful, for example, if you have a large +longdesc table and want to include it in texts with different output +longdesc conventions without the need to change the table. The package +longdesc can also automatically group digits left of the decimal +longdesc separator (thousands) and right of the decimal separator +longdesc (thousandths) in triplets without the need of specifing commas +longdesc (English) or points (German) as separators. E.g., the input +longdesc $1234.567890$ can be output as $1\,234.\,567\,890$. Finally, an +longdesc e starts the exponent of the number. For example, $21e6$ may be +longdesc output as $26\times10\,^{6}$. +docfiles size=85 + texmf-dist/doc/latex/ionumbers/COPYING + texmf-dist/doc/latex/ionumbers/README details="Readme" + texmf-dist/doc/latex/ionumbers/ionumbers.pdf details="Package documentation" + texmf-dist/doc/latex/ionumbers/ionumbers_test.pdf + texmf-dist/doc/latex/ionumbers/ionumbers_test.tex +srcfiles size=16 + texmf-dist/source/latex/ionumbers/Makefile + texmf-dist/source/latex/ionumbers/ionumbers.dtx + texmf-dist/source/latex/ionumbers/ionumbers.ins +runfiles size=6 + texmf-dist/tex/latex/ionumbers/ionumbers.sty +catalogue-ctan /macros/latex/contrib/ionumbers +catalogue-date 2009-07-19 12:45:42 +0200 +catalogue-license gpl +catalogue-version 0.2.4-alpha + +name iopart-num +category Package +revision 15878 +shortdesc Numeric citation style for IOP journals. +longdesc A BibTeX style providing numeric citation in Harvard-like +longdesc format. Intended for use with Institute of Physics (IOP) +longdesc journals, including Journal of Physics. +docfiles size=21 + texmf-dist/doc/bibtex/iopart-num/README details="Readme" + texmf-dist/doc/bibtex/iopart-num/iopart-num.bib + texmf-dist/doc/bibtex/iopart-num/iopart-num.pdf details="Package documentation" + texmf-dist/doc/bibtex/iopart-num/iopart-num.tex +runfiles size=9 + texmf-dist/bibtex/bst/iopart-num/iopart-num.bst +catalogue-ctan /biblio/bibtex/contrib/iopart-num +catalogue-date 2009-01-27 15:17:42 +0100 +catalogue-license lppl +catalogue-version 2.1 + +name iso +category Package +revision 15878 +shortdesc Generic ISO standards typesetting macros. +longdesc Generic class and package files for typesetting ISO +longdesc International Standard documents. Several standard documents +longdesc have been printed by ISO from camera-ready copy prepared using +longdesc LaTeX and these files. +docfiles size=294 + texmf-dist/doc/latex/iso/README details="Readme" + texmf-dist/doc/latex/iso/iso4ht.pdf + texmf-dist/doc/latex/iso/isoe.pdf + texmf-dist/doc/latex/iso/isofwdbp.tex + texmf-dist/doc/latex/iso/isoman.pdf details="Package manual" + texmf-dist/doc/latex/iso/isoman.tex + texmf-dist/doc/latex/iso/trfwd1.tex + texmf-dist/doc/latex/iso/tspasfwdbp.tex +srcfiles size=61 + texmf-dist/source/latex/iso/iso4ht.dtx + texmf-dist/source/latex/iso/iso4ht.ins + texmf-dist/source/latex/iso/isoe.dtx + texmf-dist/source/latex/iso/isoe.ins +runfiles size=27 + texmf-dist/makeindex/iso/iso.ist + texmf-dist/tex/latex/iso/askincv1.sty + texmf-dist/tex/latex/iso/iso10.clo + texmf-dist/tex/latex/iso/iso11.clo + texmf-dist/tex/latex/iso/iso9.clo + texmf-dist/tex/latex/iso/isov2.4ht + texmf-dist/tex/latex/iso/isov2.cls +catalogue-ctan /macros/latex/contrib/isostds/iso +catalogue-date 2007-01-09 14:09:22 +0100 +catalogue-license lppl +catalogue-version 2.4 + +name iso10303 +category Package +revision 15878 +shortdesc Typesetting the STEP standards. +longdesc Class and package files building on iso for typesetting the ISO +longdesc 10303 (STEP) standards. Standard documents prepared using these +longdesc packages have been published by ISO. +docfiles size=233 + texmf-dist/doc/latex/iso10303/README details="Readme" + texmf-dist/doc/latex/iso10303/step4ht.pdf + texmf-dist/doc/latex/iso10303/stepe.pdf + texmf-dist/doc/latex/iso10303/stepman.pdf details="Package manual" +srcfiles size=49 + texmf-dist/source/latex/iso10303/step4ht.dtx + texmf-dist/source/latex/iso10303/step4ht.ins + texmf-dist/source/latex/iso10303/stepe.dtx + texmf-dist/source/latex/iso10303/stepe.ins +runfiles size=87 + texmf-dist/tex/latex/iso10303/aicv1.sty + texmf-dist/tex/latex/iso10303/apendint.tex + texmf-dist/tex/latex/iso10303/apmpspec.tex + texmf-dist/tex/latex/iso10303/apmptbl.tex + texmf-dist/tex/latex/iso10303/apmptempl.tex + texmf-dist/tex/latex/iso10303/apsstempl.tex + texmf-dist/tex/latex/iso10303/apv12.sty + texmf-dist/tex/latex/iso10303/atsv11.sty + texmf-dist/tex/latex/iso10303/bpfap1.tex + texmf-dist/tex/latex/iso10303/bpfap10.tex + texmf-dist/tex/latex/iso10303/bpfap11.tex + texmf-dist/tex/latex/iso10303/bpfap12.tex + texmf-dist/tex/latex/iso10303/bpfap13.tex + texmf-dist/tex/latex/iso10303/bpfap14.tex + texmf-dist/tex/latex/iso10303/bpfap15.tex + texmf-dist/tex/latex/iso10303/bpfap16.tex + texmf-dist/tex/latex/iso10303/bpfap2.tex + texmf-dist/tex/latex/iso10303/bpfap3.tex + texmf-dist/tex/latex/iso10303/bpfap4.tex + texmf-dist/tex/latex/iso10303/bpfap5.tex + texmf-dist/tex/latex/iso10303/bpfap6.tex + texmf-dist/tex/latex/iso10303/bpfap7.tex + texmf-dist/tex/latex/iso10303/bpfap8.tex + texmf-dist/tex/latex/iso10303/bpfap9.tex + texmf-dist/tex/latex/iso10303/bpfats1.tex + texmf-dist/tex/latex/iso10303/bpfats10.tex + texmf-dist/tex/latex/iso10303/bpfats11.tex + texmf-dist/tex/latex/iso10303/bpfats12.tex + texmf-dist/tex/latex/iso10303/bpfats14.tex + texmf-dist/tex/latex/iso10303/bpfats2.tex + texmf-dist/tex/latex/iso10303/bpfats3.tex + texmf-dist/tex/latex/iso10303/bpfats4.tex + texmf-dist/tex/latex/iso10303/bpfats5.tex + texmf-dist/tex/latex/iso10303/bpfats6.tex + texmf-dist/tex/latex/iso10303/bpfats7.tex + texmf-dist/tex/latex/iso10303/bpfats8.tex + texmf-dist/tex/latex/iso10303/bpfats9.tex + texmf-dist/tex/latex/iso10303/bpfir1.tex + texmf-dist/tex/latex/iso10303/bpfir2.tex + texmf-dist/tex/latex/iso10303/bpfir3.tex + texmf-dist/tex/latex/iso10303/bpfs1.tex + texmf-dist/tex/latex/iso10303/bpfs2.tex + texmf-dist/tex/latex/iso10303/bpfs3.tex + texmf-dist/tex/latex/iso10303/irv12.sty + texmf-dist/tex/latex/iso10303/stepman.tex + texmf-dist/tex/latex/iso10303/stepv13.4ht + texmf-dist/tex/latex/iso10303/stepv13.sty + texmf-dist/tex/latex/iso10303/stppdlst.tex +catalogue-ctan /macros/latex/contrib/isostds/iso10303 +catalogue-date 2007-01-09 14:09:22 +0100 +catalogue-license lppl +catalogue-version 1.5 + +name isodate +category Package +revision 15878 +shortdesc Tune the output format of dates according to language. +longdesc This package provides ten output formats of the commands +longdesc \today, \printdate, \printdateTeX, and \daterange (partly +longdesc language dependent). Formats available are: ISO (yyyy-mm-dd), +longdesc numeric (e.g. dd.\,mm.~yyyy), short (e.g. dd.\,mm.\,yy), TeX +longdesc (yyyy/mm/dd), original (e.g. dd. mmm yyyy), short original +longdesc (e.g. dd. mmm yy), as well as numerical formats with Roman +longdesc numerals for the month. The commands \printdate and +longdesc \printdateTeX print any date. The command \daterange prints a +longdesc date range and leaves out unnecessary year or month entries. +longdesc This package supports German (old and new rules), Austrian, US +longdesc English, British English, French, Danish, Swedish, and +longdesc Norwegian. +docfiles size=124 + texmf-dist/doc/latex/isodate/ChangeLog + texmf-dist/doc/latex/isodate/README details="Package Readme" + texmf-dist/doc/latex/isodate/getversion.tex + texmf-dist/doc/latex/isodate/isodate.pdf details="Package documentation" + texmf-dist/doc/latex/isodate/isodate.xml + texmf-dist/doc/latex/isodate/isodateo.pdf + texmf-dist/doc/latex/isodate/testdate.pdf details="Test document showing styles" + texmf-dist/doc/latex/isodate/testdate.tex + texmf-dist/doc/latex/isodate/testisodate_without_babel.tex +srcfiles size=36 + texmf-dist/source/latex/isodate/Makefile + texmf-dist/source/latex/isodate/isodate.dtx + texmf-dist/source/latex/isodate/isodate.ins + texmf-dist/source/latex/isodate/isodateo.dtx +runfiles size=16 + texmf-dist/tex/latex/isodate/danish.idf + texmf-dist/tex/latex/isodate/english.idf + texmf-dist/tex/latex/isodate/french.idf + texmf-dist/tex/latex/isodate/german.idf + texmf-dist/tex/latex/isodate/isodate.sty + texmf-dist/tex/latex/isodate/isodateo.sty + texmf-dist/tex/latex/isodate/italian.idf + texmf-dist/tex/latex/isodate/norsk.idf + texmf-dist/tex/latex/isodate/swedish.idf +catalogue-ctan /macros/latex/contrib/isodate +catalogue-date 2006-12-08 14:34:19 +0100 +catalogue-license lppl +catalogue-version 2.28 + +name isodoc +category Package +revision 15878 +shortdesc A LaTeX class for the preparation of letters and invoices. +longdesc The isodoc class can be used for the preparation of letters and +longdesc invoices (and, in the future, similar documents). Documents are +longdesc set up with options, thus making the class easily adaptable to +longdesc user's wishes and extensible for other document types. The +longdesc class is based on Victor Eijkhout's NTG brief class, which +longdesc implements the NEN1026 standard. +docfiles size=436 + texmf-dist/doc/latex/isodoc/README + texmf-dist/doc/latex/isodoc/accept.tex + texmf-dist/doc/latex/isodoc/binaries.m64 + texmf-dist/doc/latex/isodoc/inst + texmf-dist/doc/latex/isodoc/invoice.tex + texmf-dist/doc/latex/isodoc/isodoc.pdf details="Package documentation" + texmf-dist/doc/latex/isodoc/isontg.sty + texmf-dist/doc/latex/isodoc/isowybo.sty + texmf-dist/doc/latex/isodoc/letter.tex + texmf-dist/doc/latex/isodoc/listkeys + texmf-dist/doc/latex/isodoc/logoletter.tex + texmf-dist/doc/latex/isodoc/logostyle.sty + texmf-dist/doc/latex/isodoc/mystyle.sty + texmf-dist/doc/latex/isodoc/ntgletter.tex + texmf-dist/doc/latex/isodoc/typo +srcfiles size=21 + texmf-dist/source/latex/isodoc/isodoc.dtx + texmf-dist/source/latex/isodoc/isodoc.ins +runfiles size=7 + texmf-dist/tex/latex/isodoc/isodoc.cls +catalogue-ctan /macros/latex/contrib/isodoc +catalogue-date 2009-06-17 09:56:14 +0200 +catalogue-license lppl +catalogue-version 0.6 + +name isomath +category Package +revision 15878 +shortdesc Mathematics conformant to ISO 31. +longdesc The isomath package enables formatting Greek and Latin letters +longdesc as symbols for vectors, matrices, and tensors in the typefaces +longdesc recommended for scientific papers by the International Standard +longdesc ISO 31. +docfiles size=96 + texmf-dist/doc/latex/isomath/README.html + texmf-dist/doc/latex/isomath/README.txt + texmf-dist/doc/latex/isomath/isomath-test.pdf details="Example of appearance" + texmf-dist/doc/latex/isomath/isomath-test.tex + texmf-dist/doc/latex/isomath/isomath.sty.html details="Package documentation" + texmf-dist/doc/latex/isomath/isomath.sty.pdf + texmf-dist/doc/latex/isomath/isomath.sty.txt +runfiles size=8 + texmf-dist/tex/latex/isomath/isomath.sty +catalogue-ctan /macros/latex/contrib/isomath +catalogue-date 2009-06-20 09:05:42 +0200 +catalogue-license lppl +catalogue-version 0.3 + +name isonums +category Package +revision 15878 +shortdesc Display numbers in maths mode according to ISO 31-0. +longdesc The package makes a quick hack to ziffer to display numbers in +longdesc maths mode according to ISO 31-0, regardless of input format +longdesc (European $1.235,7$ or Anglo-American $1,235.7$). The options +longdesc [euro, anglo] control the global input format. Default input +longdesc format is anglo. Documentation is included as comments to the +longdesc text source. +runfiles size=2 + texmf-dist/tex/latex/isonums/isonums.sty +catalogue-ctan /macros/latex/contrib/misc/isonums.sty +catalogue-date 2008-08-19 23:32:24 +0200 +catalogue-license lppl +catalogue-version 1.0 + +name isorot +category Package +revision 15878 +shortdesc Rotation of document elements. +longdesc The isorot package is for rotation of document elements. It is +longdesc a combination of the lscape package and an extension of the +longdesc rotating package. The package is designed for use with the iso +longdesc class but may be used with any normal class. +docfiles size=51 + texmf-dist/doc/latex/isorot/README details="Package Readme" + texmf-dist/doc/latex/isorot/rotman.pdf details="Package documentation" + texmf-dist/doc/latex/isorot/rotman.tex +srcfiles size=13 + texmf-dist/source/latex/isorot/isorot.dtx + texmf-dist/source/latex/isorot/isorot.ins +runfiles size=2 + texmf-dist/tex/latex/isorot/isorot.sty +catalogue-ctan /macros/latex/contrib/isorot +catalogue-date 2007-01-08 13:31:52 +0100 +catalogue-license lppl + +name isotope +category Package +revision 15878 +shortdesc A package for type setting isotopes +longdesc The package provides a command \isotope for setting the atomic +longdesc weight and atomic number indications of isotopes. (The naive +longdesc way of doing the job with (La)TeX mathematics commands produces +longdesc an unsatisfactory result.) +srcfiles size=3 + texmf-dist/source/latex/isotope/isotope.dtx + texmf-dist/source/latex/isotope/isotope.ins +runfiles size=1 + texmf-dist/tex/latex/isotope/isotope.sty +catalogue-ctan /macros/latex/contrib/isotope +catalogue-date 2006-10-12 01:01:23 +0200 +catalogue-license lppl + +name itnumpar +category Package +revision 15878 +shortdesc Spell numbers in words (Italian). +longdesc Sometimes we need to say "Capitolo primo" or "Capitolo uno" +longdesc instead of "Capitolo 1", that is, spelling the number in words +longdesc instead of the usual digit form. This package provides support +longdesc for spelling out numbers in Italian words, both in cardinal and +longdesc in ordinal form. +docfiles size=38 + texmf-dist/doc/latex/itnumpar/README details="Readme" + texmf-dist/doc/latex/itnumpar/itnumpar.pdf details="Package documentation" +srcfiles size=8 + texmf-dist/source/latex/itnumpar/itnumpar.dtx + texmf-dist/source/latex/itnumpar/itnumpar.ins +runfiles size=2 + texmf-dist/tex/latex/itnumpar/itnumpar.sty +catalogue-ctan /macros/latex/contrib/itnumpar +catalogue-date 2008-08-19 23:32:24 +0200 +catalogue-license lppl +catalogue-version 1.0 + +name itrans +category Package +revision 15878 +catalogue itrans-processor +shortdesc Transliteration of Indian Languages. +longdesc Itrans is a pre-processor: it converts English-encoded text +longdesc into various Indian Language scripts for printing or for +longdesc display. The input text to itrans is in a transliterated form: +longdesc each letter in an Indian Script is assigned an English +longdesc equivalent, and the English letters are used to represent what +longdesc will eventually print out in the Indian Language Script. +docfiles size=107 + texmf-dist/doc/fonts/itrans/README + texmf-dist/doc/fonts/itrans/beng.itx + texmf-dist/doc/fonts/itrans/dvnc.itx + texmf-dist/doc/fonts/itrans/dvng.itx + texmf-dist/doc/fonts/itrans/ex_latex.itx + texmf-dist/doc/fonts/itrans/ex_ltn1.itx + texmf-dist/doc/fonts/itrans/ex_ps.itx + texmf-dist/doc/fonts/itrans/ex_utf8.itx + texmf-dist/doc/fonts/itrans/flag.ips + texmf-dist/doc/fonts/itrans/gujdoc.itx + texmf-dist/doc/fonts/itrans/icsx.itx + texmf-dist/doc/fonts/itrans/idoc.itx + texmf-dist/doc/fonts/itrans/kantex.itx + texmf-dist/doc/fonts/itrans/nehru.itx + texmf-dist/doc/fonts/itrans/pundoc.itx + texmf-dist/doc/fonts/itrans/romancsx.itx + texmf-dist/doc/fonts/itrans/tamil.itx + texmf-dist/doc/fonts/itrans/tblall.itx + texmf-dist/doc/fonts/itrans/tech.tex + texmf-dist/doc/fonts/itrans/tlgutx.itx +runfiles size=347 + texmf-dist/fonts/afm/public/itrans/devnac.afm + texmf-dist/fonts/afm/public/itrans/itxbeng.afm + texmf-dist/fonts/afm/public/itrans/itxguj.afm + texmf-dist/fonts/afm/public/itrans/ncpi____.afm + texmf-dist/fonts/afm/public/itrans/ncpr____.afm + texmf-dist/fonts/afm/public/itrans/pun.afm + texmf-dist/fonts/afm/public/itrans/xdvng.afm + texmf-dist/fonts/source/public/itrans/kan12.mf + texmf-dist/fonts/source/public/itrans/kan12b.mf + texmf-dist/fonts/source/public/itrans/kan12nx.mf + texmf-dist/fonts/source/public/itrans/kan12ny.mf + texmf-dist/fonts/source/public/itrans/kan12s.mf + texmf-dist/fonts/source/public/itrans/kan18.mf + texmf-dist/fonts/source/public/itrans/kanbase.mf + texmf-dist/fonts/source/public/itrans/kancodes.mf + texmf-dist/fonts/source/public/itrans/kanlets.mf + texmf-dist/fonts/source/public/itrans/kanmain.mf + texmf-dist/fonts/source/public/itrans/kanparam.mf + texmf-dist/fonts/source/public/itrans/kanspc.mf + texmf-dist/fonts/source/public/itrans/kanvarna.mf + texmf-dist/fonts/source/public/itrans/tamilORG.mf + texmf-dist/fonts/source/public/itrans/tel12.mf + texmf-dist/fonts/source/public/itrans/tel12b.mf + texmf-dist/fonts/source/public/itrans/tel12nx.mf + texmf-dist/fonts/source/public/itrans/tel12ny.mf + texmf-dist/fonts/source/public/itrans/tel12s.mf + texmf-dist/fonts/source/public/itrans/tel18.mf + texmf-dist/fonts/source/public/itrans/telbase.mf + texmf-dist/fonts/source/public/itrans/telchrs1.mf + texmf-dist/fonts/source/public/itrans/telchrs2.mf + texmf-dist/fonts/source/public/itrans/telchrs3.mf + texmf-dist/fonts/source/public/itrans/telcodes.mf + texmf-dist/fonts/source/public/itrans/telmode.mf + texmf-dist/fonts/source/public/itrans/telparam.mf + texmf-dist/fonts/source/public/itrans/telspc.mf + texmf-dist/fonts/source/public/itrans/telugu.mf + texmf-dist/fonts/source/public/itrans/wntml12.mf + texmf-dist/fonts/source/public/itrans/wntml17.mf + texmf-dist/fonts/tfm/public/itrans/dnh.tfm + texmf-dist/fonts/tfm/public/itrans/dnho.tfm + texmf-dist/fonts/tfm/public/itrans/dnhrc.tfm + texmf-dist/fonts/tfm/public/itrans/dnhre.tfm + texmf-dist/fonts/tfm/public/itrans/dvpn10.tfm + texmf-dist/fonts/tfm/public/itrans/itxbeng.tfm + texmf-dist/fonts/tfm/public/itrans/itxbengo.tfm + texmf-dist/fonts/tfm/public/itrans/itxbngrc.tfm + texmf-dist/fonts/tfm/public/itrans/itxbngre.tfm + texmf-dist/fonts/tfm/public/itrans/itxguj.tfm + texmf-dist/fonts/tfm/public/itrans/itxgujo.tfm + texmf-dist/fonts/tfm/public/itrans/itxgujrc.tfm + texmf-dist/fonts/tfm/public/itrans/itxgujre.tfm + texmf-dist/fonts/tfm/public/itrans/kan12.tfm + texmf-dist/fonts/tfm/public/itrans/kan12b.tfm + texmf-dist/fonts/tfm/public/itrans/kan12nx.tfm + texmf-dist/fonts/tfm/public/itrans/kan12s.tfm + texmf-dist/fonts/tfm/public/itrans/kan18.tfm + texmf-dist/fonts/tfm/public/itrans/ncpicsxp.tfm + texmf-dist/fonts/tfm/public/itrans/ncprcsxp.tfm + texmf-dist/fonts/tfm/public/itrans/pun.tfm + texmf-dist/fonts/tfm/public/itrans/tel12.tfm + texmf-dist/fonts/tfm/public/itrans/tel12b.tfm + texmf-dist/fonts/tfm/public/itrans/tel12nx.tfm + texmf-dist/fonts/tfm/public/itrans/tel12ny.tfm + texmf-dist/fonts/tfm/public/itrans/tel12s.tfm + texmf-dist/fonts/tfm/public/itrans/tel18.tfm + texmf-dist/fonts/tfm/public/itrans/telspc.tfm + texmf-dist/fonts/tfm/public/itrans/wntml12.tfm + texmf-dist/fonts/tfm/public/itrans/wntml17.tfm + texmf-dist/fonts/truetype/public/itrans/itxbeng.ttf + texmf-dist/fonts/truetype/public/itrans/itxguj.ttf + texmf-dist/fonts/truetype/public/itrans/ncpi____.ttf + texmf-dist/fonts/truetype/public/itrans/ncpr____.ttf + texmf-dist/fonts/truetype/public/itrans/xdvng.ttf + texmf-dist/fonts/type1/public/itrans/ncpi____.pfb + texmf-dist/fonts/type1/public/itrans/ncpr____.pfb + texmf-dist/fonts/type1/public/itrans/pun.pfb + texmf-dist/fonts/type1/public/itrans/xdvng.pfb + texmf-dist/tex/latex/itrans/htmlstub.sty + texmf-dist/tex/latex/itrans/idevn.tex + texmf-dist/tex/latex/itrans/itrans.sty + texmf-dist/tex/latex/itrans/itrnstlg.tex +catalogue-ctan /language/indian/itrans +catalogue-date 2008-04-23 00:25:15 +0200 +catalogue-license other-free +catalogue-version 5.3 + +name iwona +category Package +revision 15878 +shortdesc A two-element sans-serif font. +longdesc Iwona is a two-element sans-serif typeface. It was created as +longdesc an alternative version of the Kurier typeface, which was +longdesc designed in 1975 for a diploma in typeface design at the Warsaw +longdesc Academy of Fine Arts under the supervision of Roman +longdesc Tomaszewski. This distribution contains a significantly +longdesc extended set of characters covering the following modern +longdesc alphabets: latin (including Vietnamese), Cyrillic and Greek as +longdesc well as a number of additional symbols (including mathematical +longdesc symbols). The fonts are prepared in Type 1 and OpenType +longdesc formats. For use with TeX the following encoding files have +longdesc been prepared: T1 (ec), T2 (abc), and OT2--Cyrillic, T5 +longdesc (Vietnamese), OT4, QX, texansi and nonstandard (IL2 for the +longdesc Czech fonts), as well as supporting macros and files defining +longdesc fonts for LaTeX. +execute addMap iwona.map +docfiles size=15 + texmf-dist/doc/fonts/iwona/00readme.eng details="Outline in English:" + texmf-dist/doc/fonts/iwona/00readme.pol details="Outline in Polish:" + texmf-dist/doc/fonts/iwona/GUST-FONT-NOSOURCE-LICENSE.txt + texmf-dist/doc/fonts/iwona/MANIFEST.txt + texmf-dist/doc/fonts/iwona/iwona-latex-cyr.tex + texmf-dist/doc/fonts/iwona/iwona-latex-math.tex + texmf-dist/doc/fonts/iwona/iwona-latex-pl.tex + texmf-dist/doc/fonts/iwona/iwona-latex-t2a.tex + texmf-dist/doc/fonts/iwona/iwona-latex-t5.tex + texmf-dist/doc/fonts/iwona/iwona-mathtest.tex + texmf-dist/doc/fonts/iwona/iwona-table.tex +runfiles size=4646 + texmf-dist/fonts/afm/public/iwona/iwonab.afm + texmf-dist/fonts/afm/public/iwona/iwonabi.afm + texmf-dist/fonts/afm/public/iwona/iwonacb.afm + texmf-dist/fonts/afm/public/iwona/iwonacbi.afm + texmf-dist/fonts/afm/public/iwona/iwonach.afm + texmf-dist/fonts/afm/public/iwona/iwonachi.afm + texmf-dist/fonts/afm/public/iwona/iwonacl.afm + texmf-dist/fonts/afm/public/iwona/iwonacli.afm + texmf-dist/fonts/afm/public/iwona/iwonacm.afm + texmf-dist/fonts/afm/public/iwona/iwonacmi.afm + texmf-dist/fonts/afm/public/iwona/iwonacr.afm + texmf-dist/fonts/afm/public/iwona/iwonacri.afm + texmf-dist/fonts/afm/public/iwona/iwonah.afm + texmf-dist/fonts/afm/public/iwona/iwonahi.afm + texmf-dist/fonts/afm/public/iwona/iwonal.afm + texmf-dist/fonts/afm/public/iwona/iwonali.afm + texmf-dist/fonts/afm/public/iwona/iwonam.afm + texmf-dist/fonts/afm/public/iwona/iwonami.afm + texmf-dist/fonts/afm/public/iwona/iwonar.afm + texmf-dist/fonts/afm/public/iwona/iwonari.afm + texmf-dist/fonts/enc/dvips/iwona/iwona-cs.enc + texmf-dist/fonts/enc/dvips/iwona/iwona-ec.enc + texmf-dist/fonts/enc/dvips/iwona/iwona-el.enc + texmf-dist/fonts/enc/dvips/iwona/iwona-ex.enc + texmf-dist/fonts/enc/dvips/iwona/iwona-exp.enc + texmf-dist/fonts/enc/dvips/iwona/iwona-greek.enc + texmf-dist/fonts/enc/dvips/iwona/iwona-mi.enc + texmf-dist/fonts/enc/dvips/iwona/iwona-qx.enc + texmf-dist/fonts/enc/dvips/iwona/iwona-rm.enc + texmf-dist/fonts/enc/dvips/iwona/iwona-sy.enc + texmf-dist/fonts/enc/dvips/iwona/iwona-t2a.enc + texmf-dist/fonts/enc/dvips/iwona/iwona-t2b.enc + texmf-dist/fonts/enc/dvips/iwona/iwona-t2c.enc + texmf-dist/fonts/enc/dvips/iwona/iwona-t5.enc + texmf-dist/fonts/enc/dvips/iwona/iwona-texnansi.enc + texmf-dist/fonts/enc/dvips/iwona/iwona-ts1.enc + texmf-dist/fonts/enc/dvips/iwona/iwona-wncy.enc + texmf-dist/fonts/enc/dvips/iwona/iwonacap-cs.enc + texmf-dist/fonts/enc/dvips/iwona/iwonacap-ec.enc + texmf-dist/fonts/enc/dvips/iwona/iwonacap-qx.enc + texmf-dist/fonts/enc/dvips/iwona/iwonacap-t5.enc + texmf-dist/fonts/enc/dvips/iwona/iwonacap-texnansi.enc + texmf-dist/fonts/map/dvips/iwona/iwona-cs.map + texmf-dist/fonts/map/dvips/iwona/iwona-ec.map + texmf-dist/fonts/map/dvips/iwona/iwona-el.map + texmf-dist/fonts/map/dvips/iwona/iwona-ex.map + texmf-dist/fonts/map/dvips/iwona/iwona-exp.map + texmf-dist/fonts/map/dvips/iwona/iwona-greek.map + texmf-dist/fonts/map/dvips/iwona/iwona-mi.map + texmf-dist/fonts/map/dvips/iwona/iwona-qx.map + texmf-dist/fonts/map/dvips/iwona/iwona-rm.map + texmf-dist/fonts/map/dvips/iwona/iwona-sy.map + texmf-dist/fonts/map/dvips/iwona/iwona-t2a.map + texmf-dist/fonts/map/dvips/iwona/iwona-t2b.map + texmf-dist/fonts/map/dvips/iwona/iwona-t2c.map + texmf-dist/fonts/map/dvips/iwona/iwona-t5.map + texmf-dist/fonts/map/dvips/iwona/iwona-texnansi.map + texmf-dist/fonts/map/dvips/iwona/iwona-ts1.map + texmf-dist/fonts/map/dvips/iwona/iwona-wncy.map + texmf-dist/fonts/map/dvips/iwona/iwona.map + texmf-dist/fonts/opentype/public/iwona/Iwona-Bold.otf + texmf-dist/fonts/opentype/public/iwona/Iwona-BoldItalic.otf + texmf-dist/fonts/opentype/public/iwona/Iwona-Italic.otf + texmf-dist/fonts/opentype/public/iwona/Iwona-Regular.otf + texmf-dist/fonts/opentype/public/iwona/IwonaCond-Bold.otf + texmf-dist/fonts/opentype/public/iwona/IwonaCond-BoldItalic.otf + texmf-dist/fonts/opentype/public/iwona/IwonaCond-Italic.otf + texmf-dist/fonts/opentype/public/iwona/IwonaCond-Regular.otf + texmf-dist/fonts/opentype/public/iwona/IwonaCondHeavy-Italic.otf + texmf-dist/fonts/opentype/public/iwona/IwonaCondHeavy-Regular.otf + texmf-dist/fonts/opentype/public/iwona/IwonaCondLight-Italic.otf + texmf-dist/fonts/opentype/public/iwona/IwonaCondLight-Regular.otf + texmf-dist/fonts/opentype/public/iwona/IwonaCondMedium-Italic.otf + texmf-dist/fonts/opentype/public/iwona/IwonaCondMedium-Regular.otf + texmf-dist/fonts/opentype/public/iwona/IwonaHeavy-Italic.otf + texmf-dist/fonts/opentype/public/iwona/IwonaHeavy-Regular.otf + texmf-dist/fonts/opentype/public/iwona/IwonaLight-Italic.otf + texmf-dist/fonts/opentype/public/iwona/IwonaLight-Regular.otf + texmf-dist/fonts/opentype/public/iwona/IwonaMedium-Italic.otf + texmf-dist/fonts/opentype/public/iwona/IwonaMedium-Regular.otf + texmf-dist/fonts/tfm/public/iwona/cs-iwonab.tfm + texmf-dist/fonts/tfm/public/iwona/cs-iwonabcap.tfm + texmf-dist/fonts/tfm/public/iwona/cs-iwonabi.tfm + texmf-dist/fonts/tfm/public/iwona/cs-iwonabicap.tfm + texmf-dist/fonts/tfm/public/iwona/cs-iwonacb.tfm + texmf-dist/fonts/tfm/public/iwona/cs-iwonacbcap.tfm + texmf-dist/fonts/tfm/public/iwona/cs-iwonacbi.tfm + texmf-dist/fonts/tfm/public/iwona/cs-iwonacbicap.tfm + texmf-dist/fonts/tfm/public/iwona/cs-iwonach.tfm + texmf-dist/fonts/tfm/public/iwona/cs-iwonachcap.tfm + texmf-dist/fonts/tfm/public/iwona/cs-iwonachi.tfm + texmf-dist/fonts/tfm/public/iwona/cs-iwonachicap.tfm + texmf-dist/fonts/tfm/public/iwona/cs-iwonacl.tfm + texmf-dist/fonts/tfm/public/iwona/cs-iwonaclcap.tfm + texmf-dist/fonts/tfm/public/iwona/cs-iwonacli.tfm + texmf-dist/fonts/tfm/public/iwona/cs-iwonaclicap.tfm + texmf-dist/fonts/tfm/public/iwona/cs-iwonacm.tfm + texmf-dist/fonts/tfm/public/iwona/cs-iwonacmcap.tfm + texmf-dist/fonts/tfm/public/iwona/cs-iwonacmi.tfm + texmf-dist/fonts/tfm/public/iwona/cs-iwonacmicap.tfm + texmf-dist/fonts/tfm/public/iwona/cs-iwonacr.tfm + texmf-dist/fonts/tfm/public/iwona/cs-iwonacrcap.tfm + texmf-dist/fonts/tfm/public/iwona/cs-iwonacri.tfm + texmf-dist/fonts/tfm/public/iwona/cs-iwonacricap.tfm + texmf-dist/fonts/tfm/public/iwona/cs-iwonah.tfm + texmf-dist/fonts/tfm/public/iwona/cs-iwonahcap.tfm + texmf-dist/fonts/tfm/public/iwona/cs-iwonahi.tfm + texmf-dist/fonts/tfm/public/iwona/cs-iwonahicap.tfm + texmf-dist/fonts/tfm/public/iwona/cs-iwonal.tfm + texmf-dist/fonts/tfm/public/iwona/cs-iwonalcap.tfm + texmf-dist/fonts/tfm/public/iwona/cs-iwonali.tfm + texmf-dist/fonts/tfm/public/iwona/cs-iwonalicap.tfm + texmf-dist/fonts/tfm/public/iwona/cs-iwonam.tfm + texmf-dist/fonts/tfm/public/iwona/cs-iwonamcap.tfm + texmf-dist/fonts/tfm/public/iwona/cs-iwonami.tfm + texmf-dist/fonts/tfm/public/iwona/cs-iwonamicap.tfm + texmf-dist/fonts/tfm/public/iwona/cs-iwonar.tfm + texmf-dist/fonts/tfm/public/iwona/cs-iwonarcap.tfm + texmf-dist/fonts/tfm/public/iwona/cs-iwonari.tfm + texmf-dist/fonts/tfm/public/iwona/cs-iwonaricap.tfm + texmf-dist/fonts/tfm/public/iwona/ec-iwonab.tfm + texmf-dist/fonts/tfm/public/iwona/ec-iwonabcap.tfm + texmf-dist/fonts/tfm/public/iwona/ec-iwonabi.tfm + texmf-dist/fonts/tfm/public/iwona/ec-iwonabicap.tfm + texmf-dist/fonts/tfm/public/iwona/ec-iwonacb.tfm + texmf-dist/fonts/tfm/public/iwona/ec-iwonacbcap.tfm + texmf-dist/fonts/tfm/public/iwona/ec-iwonacbi.tfm + texmf-dist/fonts/tfm/public/iwona/ec-iwonacbicap.tfm + texmf-dist/fonts/tfm/public/iwona/ec-iwonach.tfm + texmf-dist/fonts/tfm/public/iwona/ec-iwonachcap.tfm + texmf-dist/fonts/tfm/public/iwona/ec-iwonachi.tfm + texmf-dist/fonts/tfm/public/iwona/ec-iwonachicap.tfm + texmf-dist/fonts/tfm/public/iwona/ec-iwonacl.tfm + texmf-dist/fonts/tfm/public/iwona/ec-iwonaclcap.tfm + texmf-dist/fonts/tfm/public/iwona/ec-iwonacli.tfm + texmf-dist/fonts/tfm/public/iwona/ec-iwonaclicap.tfm + texmf-dist/fonts/tfm/public/iwona/ec-iwonacm.tfm + texmf-dist/fonts/tfm/public/iwona/ec-iwonacmcap.tfm + texmf-dist/fonts/tfm/public/iwona/ec-iwonacmi.tfm + texmf-dist/fonts/tfm/public/iwona/ec-iwonacmicap.tfm + texmf-dist/fonts/tfm/public/iwona/ec-iwonacr.tfm + texmf-dist/fonts/tfm/public/iwona/ec-iwonacrcap.tfm + texmf-dist/fonts/tfm/public/iwona/ec-iwonacri.tfm + texmf-dist/fonts/tfm/public/iwona/ec-iwonacricap.tfm + texmf-dist/fonts/tfm/public/iwona/ec-iwonah.tfm + texmf-dist/fonts/tfm/public/iwona/ec-iwonahcap.tfm + texmf-dist/fonts/tfm/public/iwona/ec-iwonahi.tfm + texmf-dist/fonts/tfm/public/iwona/ec-iwonahicap.tfm + texmf-dist/fonts/tfm/public/iwona/ec-iwonal.tfm + texmf-dist/fonts/tfm/public/iwona/ec-iwonalcap.tfm + texmf-dist/fonts/tfm/public/iwona/ec-iwonali.tfm + texmf-dist/fonts/tfm/public/iwona/ec-iwonalicap.tfm + texmf-dist/fonts/tfm/public/iwona/ec-iwonam.tfm + texmf-dist/fonts/tfm/public/iwona/ec-iwonamcap.tfm + texmf-dist/fonts/tfm/public/iwona/ec-iwonami.tfm + texmf-dist/fonts/tfm/public/iwona/ec-iwonamicap.tfm + texmf-dist/fonts/tfm/public/iwona/ec-iwonar.tfm + texmf-dist/fonts/tfm/public/iwona/ec-iwonarcap.tfm + texmf-dist/fonts/tfm/public/iwona/ec-iwonari.tfm + texmf-dist/fonts/tfm/public/iwona/ec-iwonaricap.tfm + texmf-dist/fonts/tfm/public/iwona/el-iwonab.tfm + texmf-dist/fonts/tfm/public/iwona/el-iwonabi.tfm + texmf-dist/fonts/tfm/public/iwona/el-iwonacb.tfm + texmf-dist/fonts/tfm/public/iwona/el-iwonacbi.tfm + texmf-dist/fonts/tfm/public/iwona/el-iwonach.tfm + texmf-dist/fonts/tfm/public/iwona/el-iwonachi.tfm + texmf-dist/fonts/tfm/public/iwona/el-iwonacl.tfm + texmf-dist/fonts/tfm/public/iwona/el-iwonacli.tfm + texmf-dist/fonts/tfm/public/iwona/el-iwonacm.tfm + texmf-dist/fonts/tfm/public/iwona/el-iwonacmi.tfm + texmf-dist/fonts/tfm/public/iwona/el-iwonacr.tfm + texmf-dist/fonts/tfm/public/iwona/el-iwonacri.tfm + texmf-dist/fonts/tfm/public/iwona/el-iwonah.tfm + texmf-dist/fonts/tfm/public/iwona/el-iwonahi.tfm + texmf-dist/fonts/tfm/public/iwona/el-iwonal.tfm + texmf-dist/fonts/tfm/public/iwona/el-iwonali.tfm + texmf-dist/fonts/tfm/public/iwona/el-iwonam.tfm + texmf-dist/fonts/tfm/public/iwona/el-iwonami.tfm + texmf-dist/fonts/tfm/public/iwona/el-iwonar.tfm + texmf-dist/fonts/tfm/public/iwona/el-iwonari.tfm + texmf-dist/fonts/tfm/public/iwona/ex-iwonab.tfm + texmf-dist/fonts/tfm/public/iwona/ex-iwonacb.tfm + texmf-dist/fonts/tfm/public/iwona/ex-iwonach.tfm + texmf-dist/fonts/tfm/public/iwona/ex-iwonacl.tfm + texmf-dist/fonts/tfm/public/iwona/ex-iwonacm.tfm + texmf-dist/fonts/tfm/public/iwona/ex-iwonacr.tfm + texmf-dist/fonts/tfm/public/iwona/ex-iwonah.tfm + texmf-dist/fonts/tfm/public/iwona/ex-iwonal.tfm + texmf-dist/fonts/tfm/public/iwona/ex-iwonam.tfm + texmf-dist/fonts/tfm/public/iwona/ex-iwonar.tfm + texmf-dist/fonts/tfm/public/iwona/exp-iwonab.tfm + texmf-dist/fonts/tfm/public/iwona/exp-iwonabi.tfm + texmf-dist/fonts/tfm/public/iwona/exp-iwonacb.tfm + texmf-dist/fonts/tfm/public/iwona/exp-iwonacbi.tfm + texmf-dist/fonts/tfm/public/iwona/exp-iwonach.tfm + texmf-dist/fonts/tfm/public/iwona/exp-iwonachi.tfm + texmf-dist/fonts/tfm/public/iwona/exp-iwonacl.tfm + texmf-dist/fonts/tfm/public/iwona/exp-iwonacli.tfm + texmf-dist/fonts/tfm/public/iwona/exp-iwonacm.tfm + texmf-dist/fonts/tfm/public/iwona/exp-iwonacmi.tfm + texmf-dist/fonts/tfm/public/iwona/exp-iwonacr.tfm + texmf-dist/fonts/tfm/public/iwona/exp-iwonacri.tfm + texmf-dist/fonts/tfm/public/iwona/exp-iwonah.tfm + texmf-dist/fonts/tfm/public/iwona/exp-iwonahi.tfm + texmf-dist/fonts/tfm/public/iwona/exp-iwonal.tfm + texmf-dist/fonts/tfm/public/iwona/exp-iwonali.tfm + texmf-dist/fonts/tfm/public/iwona/exp-iwonam.tfm + texmf-dist/fonts/tfm/public/iwona/exp-iwonami.tfm + texmf-dist/fonts/tfm/public/iwona/exp-iwonar.tfm + texmf-dist/fonts/tfm/public/iwona/exp-iwonari.tfm + texmf-dist/fonts/tfm/public/iwona/greek-iwonab.tfm + texmf-dist/fonts/tfm/public/iwona/greek-iwonabi.tfm + texmf-dist/fonts/tfm/public/iwona/greek-iwonacb.tfm + texmf-dist/fonts/tfm/public/iwona/greek-iwonacbi.tfm + texmf-dist/fonts/tfm/public/iwona/greek-iwonach.tfm + texmf-dist/fonts/tfm/public/iwona/greek-iwonachi.tfm + texmf-dist/fonts/tfm/public/iwona/greek-iwonacl.tfm + texmf-dist/fonts/tfm/public/iwona/greek-iwonacli.tfm + texmf-dist/fonts/tfm/public/iwona/greek-iwonacm.tfm + texmf-dist/fonts/tfm/public/iwona/greek-iwonacmi.tfm + texmf-dist/fonts/tfm/public/iwona/greek-iwonacr.tfm + texmf-dist/fonts/tfm/public/iwona/greek-iwonacri.tfm + texmf-dist/fonts/tfm/public/iwona/greek-iwonah.tfm + texmf-dist/fonts/tfm/public/iwona/greek-iwonahi.tfm + texmf-dist/fonts/tfm/public/iwona/greek-iwonal.tfm + texmf-dist/fonts/tfm/public/iwona/greek-iwonali.tfm + texmf-dist/fonts/tfm/public/iwona/greek-iwonam.tfm + texmf-dist/fonts/tfm/public/iwona/greek-iwonami.tfm + texmf-dist/fonts/tfm/public/iwona/greek-iwonar.tfm + texmf-dist/fonts/tfm/public/iwona/greek-iwonari.tfm + texmf-dist/fonts/tfm/public/iwona/mi-iwonabi.tfm + texmf-dist/fonts/tfm/public/iwona/mi-iwonacbi.tfm + texmf-dist/fonts/tfm/public/iwona/mi-iwonachi.tfm + texmf-dist/fonts/tfm/public/iwona/mi-iwonacli.tfm + texmf-dist/fonts/tfm/public/iwona/mi-iwonacmi.tfm + texmf-dist/fonts/tfm/public/iwona/mi-iwonacri.tfm + texmf-dist/fonts/tfm/public/iwona/mi-iwonahi.tfm + texmf-dist/fonts/tfm/public/iwona/mi-iwonali.tfm + texmf-dist/fonts/tfm/public/iwona/mi-iwonami.tfm + texmf-dist/fonts/tfm/public/iwona/mi-iwonari.tfm + texmf-dist/fonts/tfm/public/iwona/qx-iwonab.tfm + texmf-dist/fonts/tfm/public/iwona/qx-iwonabcap.tfm + texmf-dist/fonts/tfm/public/iwona/qx-iwonabi.tfm + texmf-dist/fonts/tfm/public/iwona/qx-iwonabicap.tfm + texmf-dist/fonts/tfm/public/iwona/qx-iwonacb.tfm + texmf-dist/fonts/tfm/public/iwona/qx-iwonacbcap.tfm + texmf-dist/fonts/tfm/public/iwona/qx-iwonacbi.tfm + texmf-dist/fonts/tfm/public/iwona/qx-iwonacbicap.tfm + texmf-dist/fonts/tfm/public/iwona/qx-iwonach.tfm + texmf-dist/fonts/tfm/public/iwona/qx-iwonachcap.tfm + texmf-dist/fonts/tfm/public/iwona/qx-iwonachi.tfm + texmf-dist/fonts/tfm/public/iwona/qx-iwonachicap.tfm + texmf-dist/fonts/tfm/public/iwona/qx-iwonacl.tfm + texmf-dist/fonts/tfm/public/iwona/qx-iwonaclcap.tfm + texmf-dist/fonts/tfm/public/iwona/qx-iwonacli.tfm + texmf-dist/fonts/tfm/public/iwona/qx-iwonaclicap.tfm + texmf-dist/fonts/tfm/public/iwona/qx-iwonacm.tfm + texmf-dist/fonts/tfm/public/iwona/qx-iwonacmcap.tfm + texmf-dist/fonts/tfm/public/iwona/qx-iwonacmi.tfm + texmf-dist/fonts/tfm/public/iwona/qx-iwonacmicap.tfm + texmf-dist/fonts/tfm/public/iwona/qx-iwonacr.tfm + texmf-dist/fonts/tfm/public/iwona/qx-iwonacrcap.tfm + texmf-dist/fonts/tfm/public/iwona/qx-iwonacri.tfm + texmf-dist/fonts/tfm/public/iwona/qx-iwonacricap.tfm + texmf-dist/fonts/tfm/public/iwona/qx-iwonah.tfm + texmf-dist/fonts/tfm/public/iwona/qx-iwonahcap.tfm + texmf-dist/fonts/tfm/public/iwona/qx-iwonahi.tfm + texmf-dist/fonts/tfm/public/iwona/qx-iwonahicap.tfm + texmf-dist/fonts/tfm/public/iwona/qx-iwonal.tfm + texmf-dist/fonts/tfm/public/iwona/qx-iwonalcap.tfm + texmf-dist/fonts/tfm/public/iwona/qx-iwonali.tfm + texmf-dist/fonts/tfm/public/iwona/qx-iwonalicap.tfm + texmf-dist/fonts/tfm/public/iwona/qx-iwonam.tfm + texmf-dist/fonts/tfm/public/iwona/qx-iwonamcap.tfm + texmf-dist/fonts/tfm/public/iwona/qx-iwonami.tfm + texmf-dist/fonts/tfm/public/iwona/qx-iwonamicap.tfm + texmf-dist/fonts/tfm/public/iwona/qx-iwonar.tfm + texmf-dist/fonts/tfm/public/iwona/qx-iwonarcap.tfm + texmf-dist/fonts/tfm/public/iwona/qx-iwonari.tfm + texmf-dist/fonts/tfm/public/iwona/qx-iwonaricap.tfm + texmf-dist/fonts/tfm/public/iwona/rm-iwonab.tfm + texmf-dist/fonts/tfm/public/iwona/rm-iwonabi.tfm + texmf-dist/fonts/tfm/public/iwona/rm-iwonacb.tfm + texmf-dist/fonts/tfm/public/iwona/rm-iwonacbi.tfm + texmf-dist/fonts/tfm/public/iwona/rm-iwonach.tfm + texmf-dist/fonts/tfm/public/iwona/rm-iwonachi.tfm + texmf-dist/fonts/tfm/public/iwona/rm-iwonacl.tfm + texmf-dist/fonts/tfm/public/iwona/rm-iwonacli.tfm + texmf-dist/fonts/tfm/public/iwona/rm-iwonacm.tfm + texmf-dist/fonts/tfm/public/iwona/rm-iwonacmi.tfm + texmf-dist/fonts/tfm/public/iwona/rm-iwonacr.tfm + texmf-dist/fonts/tfm/public/iwona/rm-iwonacri.tfm + texmf-dist/fonts/tfm/public/iwona/rm-iwonah.tfm + texmf-dist/fonts/tfm/public/iwona/rm-iwonahi.tfm + texmf-dist/fonts/tfm/public/iwona/rm-iwonal.tfm + texmf-dist/fonts/tfm/public/iwona/rm-iwonali.tfm + texmf-dist/fonts/tfm/public/iwona/rm-iwonam.tfm + texmf-dist/fonts/tfm/public/iwona/rm-iwonami.tfm + texmf-dist/fonts/tfm/public/iwona/rm-iwonar.tfm + texmf-dist/fonts/tfm/public/iwona/rm-iwonari.tfm + texmf-dist/fonts/tfm/public/iwona/sy-iwonabz.tfm + texmf-dist/fonts/tfm/public/iwona/sy-iwonacbz.tfm + texmf-dist/fonts/tfm/public/iwona/sy-iwonachz.tfm + texmf-dist/fonts/tfm/public/iwona/sy-iwonaclz.tfm + texmf-dist/fonts/tfm/public/iwona/sy-iwonacmz.tfm + texmf-dist/fonts/tfm/public/iwona/sy-iwonacrz.tfm + texmf-dist/fonts/tfm/public/iwona/sy-iwonahz.tfm + texmf-dist/fonts/tfm/public/iwona/sy-iwonalz.tfm + texmf-dist/fonts/tfm/public/iwona/sy-iwonamz.tfm + texmf-dist/fonts/tfm/public/iwona/sy-iwonarz.tfm + texmf-dist/fonts/tfm/public/iwona/t2a-iwonab.tfm + texmf-dist/fonts/tfm/public/iwona/t2a-iwonabi.tfm + texmf-dist/fonts/tfm/public/iwona/t2a-iwonacb.tfm + texmf-dist/fonts/tfm/public/iwona/t2a-iwonacbi.tfm + texmf-dist/fonts/tfm/public/iwona/t2a-iwonach.tfm + texmf-dist/fonts/tfm/public/iwona/t2a-iwonachi.tfm + texmf-dist/fonts/tfm/public/iwona/t2a-iwonacl.tfm + texmf-dist/fonts/tfm/public/iwona/t2a-iwonacli.tfm + texmf-dist/fonts/tfm/public/iwona/t2a-iwonacm.tfm + texmf-dist/fonts/tfm/public/iwona/t2a-iwonacmi.tfm + texmf-dist/fonts/tfm/public/iwona/t2a-iwonacr.tfm + texmf-dist/fonts/tfm/public/iwona/t2a-iwonacri.tfm + texmf-dist/fonts/tfm/public/iwona/t2a-iwonah.tfm + texmf-dist/fonts/tfm/public/iwona/t2a-iwonahi.tfm + texmf-dist/fonts/tfm/public/iwona/t2a-iwonal.tfm + texmf-dist/fonts/tfm/public/iwona/t2a-iwonali.tfm + texmf-dist/fonts/tfm/public/iwona/t2a-iwonam.tfm + texmf-dist/fonts/tfm/public/iwona/t2a-iwonami.tfm + texmf-dist/fonts/tfm/public/iwona/t2a-iwonar.tfm + texmf-dist/fonts/tfm/public/iwona/t2a-iwonari.tfm + texmf-dist/fonts/tfm/public/iwona/t2b-iwonab.tfm + texmf-dist/fonts/tfm/public/iwona/t2b-iwonabi.tfm + texmf-dist/fonts/tfm/public/iwona/t2b-iwonacb.tfm + texmf-dist/fonts/tfm/public/iwona/t2b-iwonacbi.tfm + texmf-dist/fonts/tfm/public/iwona/t2b-iwonach.tfm + texmf-dist/fonts/tfm/public/iwona/t2b-iwonachi.tfm + texmf-dist/fonts/tfm/public/iwona/t2b-iwonacl.tfm + texmf-dist/fonts/tfm/public/iwona/t2b-iwonacli.tfm + texmf-dist/fonts/tfm/public/iwona/t2b-iwonacm.tfm + texmf-dist/fonts/tfm/public/iwona/t2b-iwonacmi.tfm + texmf-dist/fonts/tfm/public/iwona/t2b-iwonacr.tfm + texmf-dist/fonts/tfm/public/iwona/t2b-iwonacri.tfm + texmf-dist/fonts/tfm/public/iwona/t2b-iwonah.tfm + texmf-dist/fonts/tfm/public/iwona/t2b-iwonahi.tfm + texmf-dist/fonts/tfm/public/iwona/t2b-iwonal.tfm + texmf-dist/fonts/tfm/public/iwona/t2b-iwonali.tfm + texmf-dist/fonts/tfm/public/iwona/t2b-iwonam.tfm + texmf-dist/fonts/tfm/public/iwona/t2b-iwonami.tfm + texmf-dist/fonts/tfm/public/iwona/t2b-iwonar.tfm + texmf-dist/fonts/tfm/public/iwona/t2b-iwonari.tfm + texmf-dist/fonts/tfm/public/iwona/t2c-iwonab.tfm + texmf-dist/fonts/tfm/public/iwona/t2c-iwonabi.tfm + texmf-dist/fonts/tfm/public/iwona/t2c-iwonacb.tfm + texmf-dist/fonts/tfm/public/iwona/t2c-iwonacbi.tfm + texmf-dist/fonts/tfm/public/iwona/t2c-iwonach.tfm + texmf-dist/fonts/tfm/public/iwona/t2c-iwonachi.tfm + texmf-dist/fonts/tfm/public/iwona/t2c-iwonacl.tfm + texmf-dist/fonts/tfm/public/iwona/t2c-iwonacli.tfm + texmf-dist/fonts/tfm/public/iwona/t2c-iwonacm.tfm + texmf-dist/fonts/tfm/public/iwona/t2c-iwonacmi.tfm + texmf-dist/fonts/tfm/public/iwona/t2c-iwonacr.tfm + texmf-dist/fonts/tfm/public/iwona/t2c-iwonacri.tfm + texmf-dist/fonts/tfm/public/iwona/t2c-iwonah.tfm + texmf-dist/fonts/tfm/public/iwona/t2c-iwonahi.tfm + texmf-dist/fonts/tfm/public/iwona/t2c-iwonal.tfm + texmf-dist/fonts/tfm/public/iwona/t2c-iwonali.tfm + texmf-dist/fonts/tfm/public/iwona/t2c-iwonam.tfm + texmf-dist/fonts/tfm/public/iwona/t2c-iwonami.tfm + texmf-dist/fonts/tfm/public/iwona/t2c-iwonar.tfm + texmf-dist/fonts/tfm/public/iwona/t2c-iwonari.tfm + texmf-dist/fonts/tfm/public/iwona/t5-iwonab.tfm + texmf-dist/fonts/tfm/public/iwona/t5-iwonabcap.tfm + texmf-dist/fonts/tfm/public/iwona/t5-iwonabi.tfm + texmf-dist/fonts/tfm/public/iwona/t5-iwonabicap.tfm + texmf-dist/fonts/tfm/public/iwona/t5-iwonacb.tfm + texmf-dist/fonts/tfm/public/iwona/t5-iwonacbcap.tfm + texmf-dist/fonts/tfm/public/iwona/t5-iwonacbi.tfm + texmf-dist/fonts/tfm/public/iwona/t5-iwonacbicap.tfm + texmf-dist/fonts/tfm/public/iwona/t5-iwonach.tfm + texmf-dist/fonts/tfm/public/iwona/t5-iwonachcap.tfm + texmf-dist/fonts/tfm/public/iwona/t5-iwonachi.tfm + texmf-dist/fonts/tfm/public/iwona/t5-iwonachicap.tfm + texmf-dist/fonts/tfm/public/iwona/t5-iwonacl.tfm + texmf-dist/fonts/tfm/public/iwona/t5-iwonaclcap.tfm + texmf-dist/fonts/tfm/public/iwona/t5-iwonacli.tfm + texmf-dist/fonts/tfm/public/iwona/t5-iwonaclicap.tfm + texmf-dist/fonts/tfm/public/iwona/t5-iwonacm.tfm + texmf-dist/fonts/tfm/public/iwona/t5-iwonacmcap.tfm + texmf-dist/fonts/tfm/public/iwona/t5-iwonacmi.tfm + texmf-dist/fonts/tfm/public/iwona/t5-iwonacmicap.tfm + texmf-dist/fonts/tfm/public/iwona/t5-iwonacr.tfm + texmf-dist/fonts/tfm/public/iwona/t5-iwonacrcap.tfm + texmf-dist/fonts/tfm/public/iwona/t5-iwonacri.tfm + texmf-dist/fonts/tfm/public/iwona/t5-iwonacricap.tfm + texmf-dist/fonts/tfm/public/iwona/t5-iwonah.tfm + texmf-dist/fonts/tfm/public/iwona/t5-iwonahcap.tfm + texmf-dist/fonts/tfm/public/iwona/t5-iwonahi.tfm + texmf-dist/fonts/tfm/public/iwona/t5-iwonahicap.tfm + texmf-dist/fonts/tfm/public/iwona/t5-iwonal.tfm + texmf-dist/fonts/tfm/public/iwona/t5-iwonalcap.tfm + texmf-dist/fonts/tfm/public/iwona/t5-iwonali.tfm + texmf-dist/fonts/tfm/public/iwona/t5-iwonalicap.tfm + texmf-dist/fonts/tfm/public/iwona/t5-iwonam.tfm + texmf-dist/fonts/tfm/public/iwona/t5-iwonamcap.tfm + texmf-dist/fonts/tfm/public/iwona/t5-iwonami.tfm + texmf-dist/fonts/tfm/public/iwona/t5-iwonamicap.tfm + texmf-dist/fonts/tfm/public/iwona/t5-iwonar.tfm + texmf-dist/fonts/tfm/public/iwona/t5-iwonarcap.tfm + texmf-dist/fonts/tfm/public/iwona/t5-iwonari.tfm + texmf-dist/fonts/tfm/public/iwona/t5-iwonaricap.tfm + texmf-dist/fonts/tfm/public/iwona/texnansi-iwonab.tfm + texmf-dist/fonts/tfm/public/iwona/texnansi-iwonabcap.tfm + texmf-dist/fonts/tfm/public/iwona/texnansi-iwonabi.tfm + texmf-dist/fonts/tfm/public/iwona/texnansi-iwonabicap.tfm + texmf-dist/fonts/tfm/public/iwona/texnansi-iwonacb.tfm + texmf-dist/fonts/tfm/public/iwona/texnansi-iwonacbcap.tfm + texmf-dist/fonts/tfm/public/iwona/texnansi-iwonacbi.tfm + texmf-dist/fonts/tfm/public/iwona/texnansi-iwonacbicap.tfm + texmf-dist/fonts/tfm/public/iwona/texnansi-iwonach.tfm + texmf-dist/fonts/tfm/public/iwona/texnansi-iwonachcap.tfm + texmf-dist/fonts/tfm/public/iwona/texnansi-iwonachi.tfm + texmf-dist/fonts/tfm/public/iwona/texnansi-iwonachicap.tfm + texmf-dist/fonts/tfm/public/iwona/texnansi-iwonacl.tfm + texmf-dist/fonts/tfm/public/iwona/texnansi-iwonaclcap.tfm + texmf-dist/fonts/tfm/public/iwona/texnansi-iwonacli.tfm + texmf-dist/fonts/tfm/public/iwona/texnansi-iwonaclicap.tfm + texmf-dist/fonts/tfm/public/iwona/texnansi-iwonacm.tfm + texmf-dist/fonts/tfm/public/iwona/texnansi-iwonacmcap.tfm + texmf-dist/fonts/tfm/public/iwona/texnansi-iwonacmi.tfm + texmf-dist/fonts/tfm/public/iwona/texnansi-iwonacmicap.tfm + texmf-dist/fonts/tfm/public/iwona/texnansi-iwonacr.tfm + texmf-dist/fonts/tfm/public/iwona/texnansi-iwonacrcap.tfm + texmf-dist/fonts/tfm/public/iwona/texnansi-iwonacri.tfm + texmf-dist/fonts/tfm/public/iwona/texnansi-iwonacricap.tfm + texmf-dist/fonts/tfm/public/iwona/texnansi-iwonah.tfm + texmf-dist/fonts/tfm/public/iwona/texnansi-iwonahcap.tfm + texmf-dist/fonts/tfm/public/iwona/texnansi-iwonahi.tfm + texmf-dist/fonts/tfm/public/iwona/texnansi-iwonahicap.tfm + texmf-dist/fonts/tfm/public/iwona/texnansi-iwonal.tfm + texmf-dist/fonts/tfm/public/iwona/texnansi-iwonalcap.tfm + texmf-dist/fonts/tfm/public/iwona/texnansi-iwonali.tfm + texmf-dist/fonts/tfm/public/iwona/texnansi-iwonalicap.tfm + texmf-dist/fonts/tfm/public/iwona/texnansi-iwonam.tfm + texmf-dist/fonts/tfm/public/iwona/texnansi-iwonamcap.tfm + texmf-dist/fonts/tfm/public/iwona/texnansi-iwonami.tfm + texmf-dist/fonts/tfm/public/iwona/texnansi-iwonamicap.tfm + texmf-dist/fonts/tfm/public/iwona/texnansi-iwonar.tfm + texmf-dist/fonts/tfm/public/iwona/texnansi-iwonarcap.tfm + texmf-dist/fonts/tfm/public/iwona/texnansi-iwonari.tfm + texmf-dist/fonts/tfm/public/iwona/texnansi-iwonaricap.tfm + texmf-dist/fonts/tfm/public/iwona/ts1-iwonab.tfm + texmf-dist/fonts/tfm/public/iwona/ts1-iwonabi.tfm + texmf-dist/fonts/tfm/public/iwona/ts1-iwonacb.tfm + texmf-dist/fonts/tfm/public/iwona/ts1-iwonacbi.tfm + texmf-dist/fonts/tfm/public/iwona/ts1-iwonach.tfm + texmf-dist/fonts/tfm/public/iwona/ts1-iwonachi.tfm + texmf-dist/fonts/tfm/public/iwona/ts1-iwonacl.tfm + texmf-dist/fonts/tfm/public/iwona/ts1-iwonacli.tfm + texmf-dist/fonts/tfm/public/iwona/ts1-iwonacm.tfm + texmf-dist/fonts/tfm/public/iwona/ts1-iwonacmi.tfm + texmf-dist/fonts/tfm/public/iwona/ts1-iwonacr.tfm + texmf-dist/fonts/tfm/public/iwona/ts1-iwonacri.tfm + texmf-dist/fonts/tfm/public/iwona/ts1-iwonah.tfm + texmf-dist/fonts/tfm/public/iwona/ts1-iwonahi.tfm + texmf-dist/fonts/tfm/public/iwona/ts1-iwonal.tfm + texmf-dist/fonts/tfm/public/iwona/ts1-iwonali.tfm + texmf-dist/fonts/tfm/public/iwona/ts1-iwonam.tfm + texmf-dist/fonts/tfm/public/iwona/ts1-iwonami.tfm + texmf-dist/fonts/tfm/public/iwona/ts1-iwonar.tfm + texmf-dist/fonts/tfm/public/iwona/ts1-iwonari.tfm + texmf-dist/fonts/tfm/public/iwona/wncy-iwonab.tfm + texmf-dist/fonts/tfm/public/iwona/wncy-iwonabi.tfm + texmf-dist/fonts/tfm/public/iwona/wncy-iwonacb.tfm + texmf-dist/fonts/tfm/public/iwona/wncy-iwonacbi.tfm + texmf-dist/fonts/tfm/public/iwona/wncy-iwonach.tfm + texmf-dist/fonts/tfm/public/iwona/wncy-iwonachi.tfm + texmf-dist/fonts/tfm/public/iwona/wncy-iwonacl.tfm + texmf-dist/fonts/tfm/public/iwona/wncy-iwonacli.tfm + texmf-dist/fonts/tfm/public/iwona/wncy-iwonacm.tfm + texmf-dist/fonts/tfm/public/iwona/wncy-iwonacmi.tfm + texmf-dist/fonts/tfm/public/iwona/wncy-iwonacr.tfm + texmf-dist/fonts/tfm/public/iwona/wncy-iwonacri.tfm + texmf-dist/fonts/tfm/public/iwona/wncy-iwonah.tfm + texmf-dist/fonts/tfm/public/iwona/wncy-iwonahi.tfm + texmf-dist/fonts/tfm/public/iwona/wncy-iwonal.tfm + texmf-dist/fonts/tfm/public/iwona/wncy-iwonali.tfm + texmf-dist/fonts/tfm/public/iwona/wncy-iwonam.tfm + texmf-dist/fonts/tfm/public/iwona/wncy-iwonami.tfm + texmf-dist/fonts/tfm/public/iwona/wncy-iwonar.tfm + texmf-dist/fonts/tfm/public/iwona/wncy-iwonari.tfm + texmf-dist/fonts/type1/public/iwona/iwonab.pfb + texmf-dist/fonts/type1/public/iwona/iwonabi.pfb + texmf-dist/fonts/type1/public/iwona/iwonacb.pfb + texmf-dist/fonts/type1/public/iwona/iwonacbi.pfb + texmf-dist/fonts/type1/public/iwona/iwonach.pfb + texmf-dist/fonts/type1/public/iwona/iwonachi.pfb + texmf-dist/fonts/type1/public/iwona/iwonacl.pfb + texmf-dist/fonts/type1/public/iwona/iwonacli.pfb + texmf-dist/fonts/type1/public/iwona/iwonacm.pfb + texmf-dist/fonts/type1/public/iwona/iwonacmi.pfb + texmf-dist/fonts/type1/public/iwona/iwonacr.pfb + texmf-dist/fonts/type1/public/iwona/iwonacri.pfb + texmf-dist/fonts/type1/public/iwona/iwonah.pfb + texmf-dist/fonts/type1/public/iwona/iwonahi.pfb + texmf-dist/fonts/type1/public/iwona/iwonal.pfb + texmf-dist/fonts/type1/public/iwona/iwonali.pfb + texmf-dist/fonts/type1/public/iwona/iwonam.pfb + texmf-dist/fonts/type1/public/iwona/iwonami.pfb + texmf-dist/fonts/type1/public/iwona/iwonar.pfb + texmf-dist/fonts/type1/public/iwona/iwonari.pfb + texmf-dist/tex/latex/iwona/il2iwona.fd + texmf-dist/tex/latex/iwona/il2iwonac.fd + texmf-dist/tex/latex/iwona/il2iwonal.fd + texmf-dist/tex/latex/iwona/il2iwonalc.fd + texmf-dist/tex/latex/iwona/iwona.sty + texmf-dist/tex/latex/iwona/ly1iwona.fd + texmf-dist/tex/latex/iwona/ly1iwonac.fd + texmf-dist/tex/latex/iwona/ly1iwonal.fd + texmf-dist/tex/latex/iwona/ly1iwonalc.fd + texmf-dist/tex/latex/iwona/omliwona.fd + texmf-dist/tex/latex/iwona/omliwonac.fd + texmf-dist/tex/latex/iwona/omliwonal.fd + texmf-dist/tex/latex/iwona/omliwonalc.fd + texmf-dist/tex/latex/iwona/omsiwona.fd + texmf-dist/tex/latex/iwona/omsiwonac.fd + texmf-dist/tex/latex/iwona/omsiwonal.fd + texmf-dist/tex/latex/iwona/omsiwonalc.fd + texmf-dist/tex/latex/iwona/omxiwona.fd + texmf-dist/tex/latex/iwona/omxiwonac.fd + texmf-dist/tex/latex/iwona/omxiwonal.fd + texmf-dist/tex/latex/iwona/omxiwonalc.fd + texmf-dist/tex/latex/iwona/ot1iwona.fd + texmf-dist/tex/latex/iwona/ot1iwonac.fd + texmf-dist/tex/latex/iwona/ot1iwonacm.fd + texmf-dist/tex/latex/iwona/ot1iwonal.fd + texmf-dist/tex/latex/iwona/ot1iwonalc.fd + texmf-dist/tex/latex/iwona/ot1iwonalcm.fd + texmf-dist/tex/latex/iwona/ot1iwonalm.fd + texmf-dist/tex/latex/iwona/ot1iwonam.fd + texmf-dist/tex/latex/iwona/ot2iwona.fd + texmf-dist/tex/latex/iwona/ot2iwonac.fd + texmf-dist/tex/latex/iwona/ot2iwonal.fd + texmf-dist/tex/latex/iwona/ot2iwonalc.fd + texmf-dist/tex/latex/iwona/ot4iwona.fd + texmf-dist/tex/latex/iwona/ot4iwonac.fd + texmf-dist/tex/latex/iwona/ot4iwonal.fd + texmf-dist/tex/latex/iwona/ot4iwonalc.fd + texmf-dist/tex/latex/iwona/qxiwona.fd + texmf-dist/tex/latex/iwona/qxiwonac.fd + texmf-dist/tex/latex/iwona/qxiwonal.fd + texmf-dist/tex/latex/iwona/qxiwonalc.fd + texmf-dist/tex/latex/iwona/t1iwona.fd + texmf-dist/tex/latex/iwona/t1iwonac.fd + texmf-dist/tex/latex/iwona/t1iwonal.fd + texmf-dist/tex/latex/iwona/t1iwonalc.fd + texmf-dist/tex/latex/iwona/t2aiwona.fd + texmf-dist/tex/latex/iwona/t2aiwonac.fd + texmf-dist/tex/latex/iwona/t2aiwonal.fd + texmf-dist/tex/latex/iwona/t2aiwonalc.fd + texmf-dist/tex/latex/iwona/t2biwona.fd + texmf-dist/tex/latex/iwona/t2biwonac.fd + texmf-dist/tex/latex/iwona/t2biwonal.fd + texmf-dist/tex/latex/iwona/t2biwonalc.fd + texmf-dist/tex/latex/iwona/t2ciwona.fd + texmf-dist/tex/latex/iwona/t2ciwonac.fd + texmf-dist/tex/latex/iwona/t2ciwonal.fd + texmf-dist/tex/latex/iwona/t2ciwonalc.fd + texmf-dist/tex/latex/iwona/t5iwona.fd + texmf-dist/tex/latex/iwona/t5iwonac.fd + texmf-dist/tex/latex/iwona/t5iwonal.fd + texmf-dist/tex/latex/iwona/t5iwonalc.fd + texmf-dist/tex/latex/iwona/ts1iwona.fd + texmf-dist/tex/latex/iwona/ts1iwonac.fd + texmf-dist/tex/latex/iwona/ts1iwonal.fd + texmf-dist/tex/latex/iwona/ts1iwonalc.fd + texmf-dist/tex/plain/iwona/iwona-math.tex +catalogue-ctan /fonts/iwona +catalogue-date 2007-06-09 14:01:41 +0200 +catalogue-license gfsl +catalogue-version 0.991 + +name jadetex +category Package +revision 15878 +shortdesc Macros supporting Jade DSSSL output. +longdesc Macro package on top of LaTeX to typeset TeX output of the Jade +longdesc DSSSL implementation. +depend pdftex +depend tex +depend jadetex.ARCH +execute AddFormat name=jadetex engine=pdftex patterns=language.dat options="*jadetex.ini" +execute AddFormat name=pdfjadetex engine=pdftex patterns=language.dat options="*pdfjadetex.ini" +docfiles size=29 + texmf-dist/doc/otherformats/jadetex/base/ChangeLog + texmf-dist/doc/otherformats/jadetex/base/ChangeLog-old + texmf-dist/doc/otherformats/jadetex/base/Makefile + texmf-dist/doc/otherformats/jadetex/base/demo.sgm + texmf-dist/doc/otherformats/jadetex/base/docbook.dsl + texmf-dist/doc/otherformats/jadetex/base/index.html + texmf-dist/doc/otherformats/jadetex/base/index.xml + texmf-dist/doc/otherformats/jadetex/base/index.xsl + texmf-dist/doc/otherformats/jadetex/base/jadetex.1 + texmf-dist/doc/otherformats/jadetex/base/jadetex.cfg + texmf-dist/doc/otherformats/jadetex/base/logo.png + texmf-dist/doc/otherformats/jadetex/base/pdfjadetex.1 + texmf-dist/doc/otherformats/jadetex/base/releasenotes.dsl + texmf-dist/doc/otherformats/jadetex/base/releasenotes.xml +srcfiles size=21 + texmf-dist/source/jadetex/base/Makefile + texmf-dist/source/jadetex/base/jadetex.dtx + texmf-dist/source/jadetex/base/jadetex.ins +runfiles size=60 + texmf-dist/tex/jadetex/base/dsssl.def + texmf-dist/tex/jadetex/base/jadetex.ini + texmf-dist/tex/jadetex/base/jadetex.ltx + texmf-dist/tex/jadetex/base/pdfjadetex.ini + texmf-dist/tex/jadetex/base/uentities.sty + texmf-dist/tex/jadetex/base/ut1omlgc.fd +catalogue-ctan /macros/jadetex/jadetex-3.13.tar.gz +catalogue-date 2008-04-20 19:53:04 +0200 +catalogue-license other-free +catalogue-version 3.13 + +name jadetex.alpha-linux +category Package +revision 15878 +shortdesc alpha-linux files of jadetex +binfiles arch=alpha-linux size=2 + bin/alpha-linux/jadetex + bin/alpha-linux/pdfjadetex + +name jadetex.i386-cygwin +category Package +revision 15878 +shortdesc i386-cygwin files of jadetex +binfiles arch=i386-cygwin size=2 + bin/i386-cygwin/jadetex + bin/i386-cygwin/pdfjadetex + +name jadetex.i386-linux +category Package +revision 15878 +shortdesc i386-linux files of jadetex +binfiles arch=i386-linux size=2 + bin/i386-linux/jadetex + bin/i386-linux/pdfjadetex + +name jadetex.i386-netbsd +category Package +revision 15878 +shortdesc i386-netbsd files of jadetex +binfiles arch=i386-netbsd size=2 + bin/i386-netbsd/jadetex + bin/i386-netbsd/pdfjadetex + +name jadetex.i386-solaris +category Package +revision 15878 +shortdesc i386-solaris files of jadetex +binfiles arch=i386-solaris size=2 + bin/i386-solaris/jadetex + bin/i386-solaris/pdfjadetex + +name jadetex.mips-irix +category Package +revision 15878 +shortdesc mips-irix files of jadetex +binfiles arch=mips-irix size=2 + bin/mips-irix/jadetex + bin/mips-irix/pdfjadetex + +name jadetex.powerpc-aix +category Package +revision 15878 +shortdesc powerpc-aix files of jadetex +binfiles arch=powerpc-aix size=2 + bin/powerpc-aix/jadetex + bin/powerpc-aix/pdfjadetex + +name jadetex.powerpc-linux +category Package +revision 15878 +shortdesc powerpc-linux files of jadetex +binfiles arch=powerpc-linux size=2 + bin/powerpc-linux/jadetex + bin/powerpc-linux/pdfjadetex + +name jadetex.sparc-linux +category Package +revision 15878 +shortdesc sparc-linux files of jadetex +binfiles arch=sparc-linux size=2 + bin/sparc-linux/jadetex + bin/sparc-linux/pdfjadetex + +name jadetex.sparc-solaris +category Package +revision 15878 +shortdesc sparc-solaris files of jadetex +binfiles arch=sparc-solaris size=2 + bin/sparc-solaris/jadetex + bin/sparc-solaris/pdfjadetex + +name jadetex.universal-darwin +category Package +revision 15878 +shortdesc universal-darwin files of jadetex +binfiles arch=universal-darwin size=2 + bin/universal-darwin/jadetex + bin/universal-darwin/pdfjadetex + +name jadetex.win32 +category Package +revision 15878 +shortdesc win32 files of jadetex +binfiles arch=win32 size=2 + bin/win32/jadetex.exe + bin/win32/pdfjadetex.exe + +name jadetex.x86_64-linux +category Package +revision 15878 +shortdesc x86_64-linux files of jadetex +binfiles arch=x86_64-linux size=2 + bin/x86_64-linux/jadetex + bin/x86_64-linux/pdfjadetex + +name jeopardy +category Package +revision 15878 +shortdesc Build a jeopardy game in LaTeX. +longdesc The jeopardy package allows to build a jeopardy game with +longdesc pdfLaTeX. It is based on the jj_game class and exerquiz +longdesc package, written by D. P. Story. The author of the game can use +longdesc multichoice questions or fill-in questions. The answer for +longdesc fill-in questions is either a mathematical formula or text +longdesc string (see the documentation of exerquiz and \RespBoxMath and +longdesc \RespBoxTxt commands to learn more about the capabilities). +longdesc JavaScripts are written to record the score. If the score is +longdesc greater than a given value, a hidden string is shown. The user +longdesc should use the style with some screen presentation package, +longdesc such as web or pdfscreen. The package is distributed with some +longdesc example games, including both 1- and 2-player games. +docfiles size=555 + texmf-dist/doc/latex/jeopardy/README details="Package README" + texmf-dist/doc/latex/jeopardy/example/aleq.jpg + texmf-dist/doc/latex/jeopardy/example/blackpanel.tex + texmf-dist/doc/latex/jeopardy/example/game1-two.pdf + texmf-dist/doc/latex/jeopardy/example/game1-two.tex + texmf-dist/doc/latex/jeopardy/example/game1.pdf + texmf-dist/doc/latex/jeopardy/example/game1.tex + texmf-dist/doc/latex/jeopardy/example/game1a.pdf + texmf-dist/doc/latex/jeopardy/example/game1a.tex + texmf-dist/doc/latex/jeopardy/example/game2.pdf + texmf-dist/doc/latex/jeopardy/example/game2.tex + texmf-dist/doc/latex/jeopardy/example/game2a.pdf + texmf-dist/doc/latex/jeopardy/example/game2a.tex + texmf-dist/doc/latex/jeopardy/example/game3.pdf + texmf-dist/doc/latex/jeopardy/example/game3.tex + texmf-dist/doc/latex/jeopardy/example/game4.pdf + texmf-dist/doc/latex/jeopardy/example/game4.tex + texmf-dist/doc/latex/jeopardy/example/jeopardy-CZ.pdf + texmf-dist/doc/latex/jeopardy/example/jeopardy-CZ.tex + texmf-dist/doc/latex/jeopardy/example/joke.jpg + texmf-dist/doc/latex/jeopardy/example/logo-bc.jpg + texmf-dist/doc/latex/jeopardy/example/pdfscreen.cfg + texmf-dist/doc/latex/jeopardy/example/picture.jpg + texmf-dist/doc/latex/jeopardy/jeopardy.pdf details="Package documentation" +srcfiles size=10 + texmf-dist/source/latex/jeopardy/jeopardy.dtx + texmf-dist/source/latex/jeopardy/jeopardy.ins +runfiles size=6 + texmf-dist/tex/latex/jeopardy/jeopardy.cfg + texmf-dist/tex/latex/jeopardy/jeopardy.sty +catalogue-ctan /macros/latex/contrib/jeopardy +catalogue-date 2009-04-03 08:46:46 +0200 +catalogue-license lppl +catalogue-version 1.1 + +name jhep +category Package +revision 15878 +shortdesc Class for JHEP. +longdesc A LaTeX class used to typeset manuscripts in JHEP style. +runfiles size=15 + texmf-dist/tex/latex/jhep/jhep.cls +catalogue-ctan /macros/latex/contrib/jhep/JHEP.cls +catalogue-date 2009-01-03 11:14:45 +0100 +catalogue-license noinfo +catalogue-version 3.1.2 + +name jknapltx +category Package +revision 15878 +catalogue jknappen +shortdesc Miscellaneous packages by Joerg Knappen. +longdesc Miscellaneous macros by Jorg Knappen, including: - represent +longdesc counters in greek; - Maxwell's non-commutative division; - +longdesc latin1jk, latin2jk and latin3jk, which are their inputenc +longdesc definition files that allow verbatim input in the respective +longdesc ISO Latin codes; - blackboard bold fonts in maths; - use of +longdesc RSFS fonts in maths; - extra alignments for \parboxes; - swap +longdesc Roman and Sans fonts; - transliterate semitic languages; - +longdesc patches to make (La)TeX formulae embeddable in SGML; - use +longdesc maths "minus" in text as appropriate; - simple Young tableaux. +docfiles size=2 + texmf-dist/doc/latex/jknapltx/mathbbol.rme + texmf-dist/doc/latex/jknapltx/mathrsfs.rme +runfiles size=19 + texmf-dist/tex/latex/jknapltx/greekctr.sty + texmf-dist/tex/latex/jknapltx/holtpolt.sty + texmf-dist/tex/latex/jknapltx/latin1jk.def + texmf-dist/tex/latex/jknapltx/latin2jk.def + texmf-dist/tex/latex/jknapltx/latin3jk.def + texmf-dist/tex/latex/jknapltx/mathbbol.sty + texmf-dist/tex/latex/jknapltx/mathrsfs.sty + texmf-dist/tex/latex/jknapltx/parboxx.sty + texmf-dist/tex/latex/jknapltx/sans.sty + texmf-dist/tex/latex/jknapltx/semtrans.sty + texmf-dist/tex/latex/jknapltx/sgmlcmpt.sty + texmf-dist/tex/latex/jknapltx/smartmn.sty + texmf-dist/tex/latex/jknapltx/tccompat.sty + texmf-dist/tex/latex/jknapltx/ursfs.fd + texmf-dist/tex/latex/jknapltx/ustmary.fd + texmf-dist/tex/latex/jknapltx/young.sty +catalogue-ctan /macros/latex/contrib/jknappen +catalogue-date 2006-12-15 11:08:32 +0100 +catalogue-license gpl + +name jmn +category Package +revision 15878 +runfiles size=25 + texmf-dist/fonts/afm/jmn/hans/hans-sh.afm + texmf-dist/fonts/afm/jmn/hans/hans.afm + texmf-dist/fonts/enc/dvips/jmn/hans.enc + texmf-dist/fonts/map/dvips/jmn/hans.map + texmf-dist/fonts/tfm/jmn/hans/hans-sh.tfm + texmf-dist/fonts/tfm/jmn/hans/hans.tfm + texmf-dist/fonts/type1/jmn/hans/hans-sh.pfb + texmf-dist/fonts/type1/jmn/hans/hans-sh.pfm + texmf-dist/fonts/type1/jmn/hans/hans.pfb + texmf-dist/fonts/type1/jmn/hans/hans.pfm + +name jneurosci +category Package +revision 15878 +shortdesc BibTeX style for the Journal of Neuroscience. +longdesc This is a slightly modified version of the namedplus style, +longdesc which fully conforms with the Journal of Neuroscience citation +longdesc style. It should be characterised as an author-date citation +longdesc style; a BibTeX style and a LaTeX package are provided. +docfiles size=1 + texmf-dist/doc/latex/jneurosci/README +runfiles size=8 + texmf-dist/bibtex/bst/jneurosci/jneurosci.bst + texmf-dist/tex/latex/jneurosci/jneurosci.sty +catalogue-ctan /biblio/bibtex/contrib/jneurosci +catalogue-date 2007-03-08 21:58:53 +0100 +catalogue-license lppl +catalogue-version 1.00 + +name jpsj +category Package +revision 15878 +shortdesc Document Class for Journal of the Physical Society of Japan. +docfiles size=61 + texmf-dist/doc/latex/jpsj/dummy.eps + texmf-dist/doc/latex/jpsj/injpsj2.pdf details="Instructions for authors" + texmf-dist/doc/latex/jpsj/injpsj2.tex + texmf-dist/doc/latex/jpsj/template.tex +runfiles size=8 + texmf-dist/tex/latex/jpsj/jpsj2.cls +catalogue-ctan /macros/latex/contrib/jpsj +catalogue-date 2007-03-14 08:57:39 +0100 +catalogue-license lppl +catalogue-version 1.2.2 + +name jsmisc +category Package +revision 15878 +catalogue js-misc +shortdesc Miscellaneous macros from Joachim Schrod. +longdesc A bunch of packages, including: - idverb.tex, for 'short +longdesc verbatim'; - xfig.tex, for including xfig/transfig output in a +longdesc TeX document; and - cassette.tex for setting cassette labels. +docfiles size=15 + texmf-dist/doc/plain/jsmisc/deutsch.doc + texmf-dist/doc/plain/jsmisc/deutsch.dvi + texmf-dist/doc/plain/jsmisc/deutsch.tex + texmf-dist/doc/plain/jsmisc/idverb.doc + texmf-dist/doc/plain/jsmisc/idverb.dvi + texmf-dist/doc/plain/jsmisc/js-misc.dvi +srcfiles size=18 + texmf-dist/source/plain/jsmisc/History + texmf-dist/source/plain/jsmisc/INSTALL + texmf-dist/source/plain/jsmisc/Imakefile + texmf-dist/source/plain/jsmisc/License + texmf-dist/source/plain/jsmisc/Makefile + texmf-dist/source/plain/jsmisc/README + texmf-dist/source/plain/jsmisc/TODO + texmf-dist/source/plain/jsmisc/names.sty + texmf-dist/source/plain/jsmisc/xfig/text-2.1-doc.tex + texmf-dist/source/plain/jsmisc/xfig/text-2.1.fig + texmf-dist/source/plain/jsmisc/xfig/text-2.1.latex + texmf-dist/source/plain/jsmisc/xfig/text-3.1-doc.tex + texmf-dist/source/plain/jsmisc/xfig/text-3.1.latex +runfiles size=13 + texmf-dist/tex/plain/jsmisc/cassette.tex + texmf-dist/tex/plain/jsmisc/idverb.tex + texmf-dist/tex/plain/jsmisc/js-misc.tex + texmf-dist/tex/plain/jsmisc/schild.tex + texmf-dist/tex/plain/jsmisc/sperr.tex + texmf-dist/tex/plain/jsmisc/xfig.tex +catalogue-ctan /macros/plain/contrib/js-misc +catalogue-date 2006-12-15 11:08:32 +0100 +catalogue-license pd + +name junicode +category Package +revision 15878 +shortdesc A TrueType font for mediaevalists. +longdesc Junicode is a TrueType font with many OpenType features. As +longdesc such, it works well with Xe(La)TeX. +docfiles size=139 + texmf-dist/doc/fonts/junicode/Junicode.pdf + texmf-dist/doc/fonts/junicode/Junicode.tex + texmf-dist/doc/fonts/junicode/License.pdf + texmf-dist/doc/fonts/junicode/License.tex + texmf-dist/doc/fonts/junicode/README details="Readme" + texmf-dist/doc/fonts/junicode/aelfric_job.pdf + texmf-dist/doc/fonts/junicode/aelfric_job.tex + texmf-dist/doc/fonts/junicode/mufi.pdf + texmf-dist/doc/fonts/junicode/mufi.tex + texmf-dist/doc/fonts/junicode/replacements +runfiles size=368 + texmf-dist/fonts/truetype/public/junicode/Junicode-Bold.ttf + texmf-dist/fonts/truetype/public/junicode/Junicode-BoldItalic.ttf + texmf-dist/fonts/truetype/public/junicode/Junicode-Italic.ttf + texmf-dist/fonts/truetype/public/junicode/Junicode-Regular.ttf +catalogue-ctan /fonts/junicode +catalogue-date 2009-07-13 09:59:21 +0200 +catalogue-license gpl +catalogue-version 0.6.17 + +name jura +category Package +revision 15878 +shortdesc A document class for German legal texts. +longdesc Implements the standard layout for German term papers in law +longdesc (one-and-half linespacing, 7 cm margins, etc.). Includes +longdesc alphanum that permits alphanumeric section numbering (e.g., A. +longdesc Introduction; III. International Law). +docfiles size=64 + texmf-dist/doc/latex/jura/README details="README file:" language="en" + texmf-dist/doc/latex/jura/jura.pdf details="Class documentation:" language="de" + texmf-dist/doc/latex/jura/jura2html + texmf-dist/doc/latex/jura/juratest.ltx +srcfiles size=15 + texmf-dist/source/latex/jura/jura.dtx + texmf-dist/source/latex/jura/jura.ins +runfiles size=4 + texmf-dist/tex/latex/jura/alphanum.sty + texmf-dist/tex/latex/jura/jura.cls +catalogue-ctan /macros/latex/contrib/jura +catalogue-date 2007-01-08 14:12:54 +0100 +catalogue-license gpl + +name juraabbrev +category Package +revision 15878 +shortdesc Abbreviations for typesetting (German) juridical documents. +longdesc This package should be helpful for people working on (German) +longdesc law. It helps you to handle abbreviations and creates a list of +longdesc those (pre-defined) abbreviations that have actually been used +longdesc in the document +docfiles size=120 + texmf-dist/doc/latex/juraabbrev/README details="Readme" + texmf-dist/doc/latex/juraabbrev/abbrevtest.tex + texmf-dist/doc/latex/juraabbrev/juraabbrev.pdf details="Package documentation" +srcfiles size=13 + texmf-dist/source/latex/juraabbrev/juraabbrev.dtx + texmf-dist/source/latex/juraabbrev/juraabbrev.ins +runfiles size=4 + texmf-dist/makeindex/juraabbrev/laws.ist + texmf-dist/tex/latex/juraabbrev/juraabbrev.4ht + texmf-dist/tex/latex/juraabbrev/juraabbrev.sty +catalogue-ctan /macros/latex/contrib/juraabbrev +catalogue-date 2007-01-08 14:12:54 +0100 +catalogue-license gpl + +name jurabib +category Package +revision 15878 +shortdesc Extended BibTeX citation support for the humanities and legal texts. +longdesc This package enables automated citation with BibTeX for legal +longdesc studies and the humanities. In addition, the package provides +longdesc commands for specifying editors in a commentary in a convenient +longdesc way. Simplified formatting of the citation as well as the +longdesc bibliography entry is also provided. It is possible to display +longdesc the (short) title of a work only if an authors is cited with +longdesc multiple works. Giving a full citation in the text, conforming +longdesc to the bibliography entry, is supported. Several options are +longdesc provided which might be of special interest for those outside +longdesc legal studies--for instance, displaying multiple full +longdesc citations. In addition, the format of last names and first +longdesc names of authors may be changed easily. Cross references to +longdesc other footnotes are possible. Language dependent handling of +longdesc bibliography entries is possible by the special language field. +docfiles size=242 + texmf-dist/doc/latex/jurabib/changes.txt + texmf-dist/doc/latex/jurabib/docs/english/jbendoc.pdf details="Package documentation (English)" language="en" + texmf-dist/doc/latex/jurabib/docs/english/jbendoc.tex + texmf-dist/doc/latex/jurabib/docs/german/jbgerdoc.pdf details="Package documentation (German)" language="de" + texmf-dist/doc/latex/jurabib/docs/german/jbgerdoc.tex + texmf-dist/doc/latex/jurabib/jbtest.pdf + texmf-dist/doc/latex/jurabib/jbtest.tex + texmf-dist/doc/latex/jurabib/jbtest.url + texmf-dist/doc/latex/jurabib/jbtestbt.tex + texmf-dist/doc/latex/jurabib/jbtestbu.tex + texmf-dist/doc/latex/jurabib/jbtestcb.tex + texmf-dist/doc/latex/jurabib/jbtestcb1.tex + texmf-dist/doc/latex/jurabib/jbtestcb2.tex + texmf-dist/doc/latex/jurabib/jbtesthu.tex + texmf-dist/doc/latex/jurabib/jbtestmb.tex +srcfiles size=111 + texmf-dist/source/latex/jurabib/jurabib.dtx + texmf-dist/source/latex/jurabib/jurabib.ins +runfiles size=145 + texmf-dist/bibtex/bib/jurabib/book.bib + texmf-dist/bibtex/bib/jurabib/comment.bib + texmf-dist/bibtex/bib/jurabib/jbtest.bib + texmf-dist/bibtex/bib/jurabib/jbtesthu.bib + texmf-dist/bibtex/bst/jurabib/jox.bst + texmf-dist/bibtex/bst/jurabib/jurabib.bst + texmf-dist/bibtex/bst/jurabib/jureco.bst + texmf-dist/bibtex/bst/jurabib/jurunsrt.bst + texmf-dist/tex/latex/jurabib/dajbbib.ldf + texmf-dist/tex/latex/jurabib/dejbbib.ldf + texmf-dist/tex/latex/jurabib/dujbbib.ldf + texmf-dist/tex/latex/jurabib/enjbbib.ldf + texmf-dist/tex/latex/jurabib/fijbbib.ldf + texmf-dist/tex/latex/jurabib/frjbbib.ldf + texmf-dist/tex/latex/jurabib/itjbbib.ldf + texmf-dist/tex/latex/jurabib/jblong.cfg + texmf-dist/tex/latex/jurabib/jurabib.cfg + texmf-dist/tex/latex/jurabib/jurabib.sty + texmf-dist/tex/latex/jurabib/nojbbib.ldf + texmf-dist/tex/latex/jurabib/ptjbbib.ldf + texmf-dist/tex/latex/jurabib/spjbbib.ldf +catalogue-ctan /macros/latex/contrib/jurabib +catalogue-date 2007-01-08 14:12:54 +0100 +catalogue-license gpl +catalogue-version 0.6 + +name juramisc +category Package +revision 15878 +shortdesc Typesetting German juridical documents. +longdesc A collection of classes for typesetting court sentences, legal +longdesc opinions, and dissertations for German lawyers. The package is +longdesc still under development. +docfiles size=469 + texmf-dist/doc/latex/juramisc/README details="Package README" language="de" + texmf-dist/doc/latex/juramisc/doc/jbook/jbook.dtx + texmf-dist/doc/latex/juramisc/doc/jbook/jbook.ins + texmf-dist/doc/latex/juramisc/doc/jmgerdoc.pdf details="Package documentation" language="de" + texmf-dist/doc/latex/juramisc/doc/jmgerdoc.tex + texmf-dist/doc/latex/juramisc/doc/jmgerdoc_scr.pdf +runfiles size=31 + texmf-dist/tex/latex/juramisc/jbgoe.clo + texmf-dist/tex/latex/juramisc/jbstgallen.clo + texmf-dist/tex/latex/juramisc/jbtrier.clo + texmf-dist/tex/latex/juramisc/jurabase.sty + texmf-dist/tex/latex/juramisc/jurabook.cls + texmf-dist/tex/latex/juramisc/juraovw.cls + texmf-dist/tex/latex/juramisc/juraurtl.cls +catalogue-ctan /macros/latex/contrib/juramisc +catalogue-date 2007-11-23 19:34:36 +0100 +catalogue-license lppl +catalogue-version 0.91 + +name jurarsp +category Package +revision 15878 +shortdesc Citations of judgements and official documents in (German) juridical documents. +longdesc This package should be helpful for people working on (German) +longdesc law. It (ab)uses BibTeX for citations of judgements and +longdesc official documents. For this purpose, a special BibTeX-style is +longdesc provided. +docfiles size=57 + texmf-dist/doc/latex/jurarsp/README details="Readme" + texmf-dist/doc/latex/jurarsp/jurarsp.pdf details="Package documentation" language="de" + texmf-dist/doc/latex/jurarsp/rsptest.bib + texmf-dist/doc/latex/jurarsp/rsptest.tex +srcfiles size=31 + texmf-dist/source/latex/jurarsp/jurarsp.dtx + texmf-dist/source/latex/jurarsp/jurarsp.ins +runfiles size=17 + texmf-dist/bibtex/bst/jurarsp/jurarsp.bst + texmf-dist/tex/latex/jurarsp/jurarsp.cfg + texmf-dist/tex/latex/jurarsp/jurarsp.sty +catalogue-ctan /macros/latex/contrib/jurarsp +catalogue-date 2007-01-08 14:12:54 +0100 +catalogue-license gpl +catalogue-version 0.52 + +name kalender +category Package +revision 15878 +shortdesc Create a calendar, in German. +longdesc The package defines a macro \Kalender, which takes one +longdesc argument, and generates a calendar for the year the argument +longdesc specifies. The calendar provides a table of conversion of days +longdesc to day of week, for the whole year plus December of the +longdesc previous year and January of the following year. The macros use +longdesc packages calc and ifthen. +runfiles size=3 + texmf-dist/tex/latex/kalender/kalender.sty +catalogue-ctan /macros/latex/contrib/kalender/kalender.sty +catalogue-date 2008-11-07 13:08:40 +0100 +catalogue-license other-free + +name karnaugh +category Package +revision 15878 +shortdesc Typeset Karnaugh-Veitch-maps. +longdesc Macros intended for typesetting Karnaugh-Maps and Veitch-Charts +longdesc in a simple and user-friendly way. Karnaugh-Maps and Veitch- +longdesc Charts are used to display and simplify logic functions +longdesc "manually". These macros can typeset Karnaugh-Maps and Veitch- +longdesc Charts with up to ten variables (=1024 entries). +docfiles size=8 + texmf-dist/doc/latex/karnaugh/kvdoc.tex +runfiles size=5 + texmf-dist/tex/latex/karnaugh/kvmacros.tex +catalogue-ctan /macros/latex/contrib/karnaugh +catalogue-date 2007-01-08 14:40:40 +0100 +catalogue-license lppl + +name kastrup +category Package +revision 15878 +docfiles size=37 + texmf-dist/doc/generic/kastrup/binhex.pdf +srcfiles size=7 + texmf-dist/source/generic/kastrup/binhex.drv + texmf-dist/source/generic/kastrup/binhex.dtx + texmf-dist/source/generic/kastrup/binhex.ins +runfiles size=1 + texmf-dist/tex/generic/kastrup/binhex.tex + +name kerkis +category Package +revision 15878 +shortdesc Kerkis (Greek) font family. +longdesc Sans-serif Greek fonts to match the URW Bookman set (which are +longdesc distributed with Kerkis). The Kerkis font set has some support +longdesc for mathematics as well as other glyphs missing from the base +longdesc URW Bookman fonts (the URW fonts are duplicated in the +longdesc distribution). Macros are provided to use the fonts in OT1, T1 +longdesc (only NG/ng glyphs missing) and LGR encodings, as well as in +longdesc mathematics; small caps and old-style number glyphs are also +longdesc available. The philosophy, and the design process, of the +longdesc Kerkis fonts is discussed in a paper in TUGboat 23(3/4), 2002. +execute addMap kerkis.map +docfiles size=3 + texmf-dist/doc/latex/kerkis/License.txt + texmf-dist/doc/latex/kerkis/README.html +runfiles size=760 + texmf-dist/fonts/afm/public/kerkis/Kerkis-Bold.afm + texmf-dist/fonts/afm/public/kerkis/Kerkis-BoldItalic.afm + texmf-dist/fonts/afm/public/kerkis/Kerkis-BoldSmallCaps.afm + texmf-dist/fonts/afm/public/kerkis/Kerkis-Calligraphic.afm + texmf-dist/fonts/afm/public/kerkis/Kerkis-Italic.afm + texmf-dist/fonts/afm/public/kerkis/Kerkis-SemiBold-Italic.afm + texmf-dist/fonts/afm/public/kerkis/Kerkis-SemiBold.afm + texmf-dist/fonts/afm/public/kerkis/Kerkis-SmallCaps.afm + texmf-dist/fonts/afm/public/kerkis/Kerkis.afm + texmf-dist/fonts/afm/public/kerkis/KerkisSans-Bold.afm + texmf-dist/fonts/afm/public/kerkis/KerkisSans-BoldItalic.afm + texmf-dist/fonts/afm/public/kerkis/KerkisSans-Italic.afm + texmf-dist/fonts/afm/public/kerkis/KerkisSans-SmallCaps.afm + texmf-dist/fonts/afm/public/kerkis/KerkisSans.afm + texmf-dist/fonts/afm/public/kerkis/ktsy.afm + texmf-dist/fonts/enc/dvips/kerkis/gkerkis.enc + texmf-dist/fonts/enc/dvips/kerkis/gkerkisc.enc + texmf-dist/fonts/enc/dvips/kerkis/gpkerkis.enc + texmf-dist/fonts/enc/dvips/kerkis/gpkerkisc.enc + texmf-dist/fonts/enc/dvips/kerkis/kerkis.enc + texmf-dist/fonts/enc/dvips/kerkis/kerkisc.enc + texmf-dist/fonts/enc/dvips/kerkis/kerkisec.enc + texmf-dist/fonts/enc/dvips/kerkis/kerkisecsc.enc + texmf-dist/fonts/enc/dvips/kerkis/kmath.enc + texmf-dist/fonts/enc/dvips/kerkis/kmex.enc + texmf-dist/fonts/enc/dvips/kerkis/kmsym.enc + texmf-dist/fonts/map/dvips/kerkis/kerkis.map + texmf-dist/fonts/tfm/public/kerkis/ek8a.tfm + texmf-dist/fonts/tfm/public/kerkis/ek8r.tfm + texmf-dist/fonts/tfm/public/kerkis/ekb8a.tfm + texmf-dist/fonts/tfm/public/kerkis/ekb8r.tfm + texmf-dist/fonts/tfm/public/kerkis/ekbi8a.tfm + texmf-dist/fonts/tfm/public/kerkis/ekbi8r.tfm + texmf-dist/fonts/tfm/public/kerkis/ekbo8a.tfm + texmf-dist/fonts/tfm/public/kerkis/ekbo8r.tfm + texmf-dist/fonts/tfm/public/kerkis/ekbsc8a.tfm + texmf-dist/fonts/tfm/public/kerkis/ekbsc8r.tfm + texmf-dist/fonts/tfm/public/kerkis/ekbsco8a.tfm + texmf-dist/fonts/tfm/public/kerkis/ekbsco8r.tfm + texmf-dist/fonts/tfm/public/kerkis/ekbui8a.tfm + texmf-dist/fonts/tfm/public/kerkis/ekbui8r.tfm + texmf-dist/fonts/tfm/public/kerkis/ekcal8a.tfm + texmf-dist/fonts/tfm/public/kerkis/ekcal8r.tfm + texmf-dist/fonts/tfm/public/kerkis/eki8a.tfm + texmf-dist/fonts/tfm/public/kerkis/eki8r.tfm + texmf-dist/fonts/tfm/public/kerkis/eko8a.tfm + texmf-dist/fonts/tfm/public/kerkis/eko8r.tfm + texmf-dist/fonts/tfm/public/kerkis/eksb8a.tfm + texmf-dist/fonts/tfm/public/kerkis/eksb8r.tfm + texmf-dist/fonts/tfm/public/kerkis/eksbi8a.tfm + texmf-dist/fonts/tfm/public/kerkis/eksbi8r.tfm + texmf-dist/fonts/tfm/public/kerkis/eksbo8a.tfm + texmf-dist/fonts/tfm/public/kerkis/eksbo8r.tfm + texmf-dist/fonts/tfm/public/kerkis/eksbui8a.tfm + texmf-dist/fonts/tfm/public/kerkis/eksbui8r.tfm + texmf-dist/fonts/tfm/public/kerkis/eksc8a.tfm + texmf-dist/fonts/tfm/public/kerkis/eksc8r.tfm + texmf-dist/fonts/tfm/public/kerkis/eksco8a.tfm + texmf-dist/fonts/tfm/public/kerkis/eksco8r.tfm + texmf-dist/fonts/tfm/public/kerkis/eksf8a.tfm + texmf-dist/fonts/tfm/public/kerkis/eksf8t.tfm + texmf-dist/fonts/tfm/public/kerkis/eksfb8a.tfm + texmf-dist/fonts/tfm/public/kerkis/eksfb8t.tfm + texmf-dist/fonts/tfm/public/kerkis/eksfbi8a.tfm + texmf-dist/fonts/tfm/public/kerkis/eksfbi8t.tfm + texmf-dist/fonts/tfm/public/kerkis/eksfi8a.tfm + texmf-dist/fonts/tfm/public/kerkis/eksfi8t.tfm + texmf-dist/fonts/tfm/public/kerkis/eksfsc8a.tfm + texmf-dist/fonts/tfm/public/kerkis/eksfsc8t.tfm + texmf-dist/fonts/tfm/public/kerkis/ekui8a.tfm + texmf-dist/fonts/tfm/public/kerkis/ekui8r.tfm + texmf-dist/fonts/tfm/public/kerkis/gk7a.tfm + texmf-dist/fonts/tfm/public/kerkis/gk7t.tfm + texmf-dist/fonts/tfm/public/kerkis/gkb7a.tfm + texmf-dist/fonts/tfm/public/kerkis/gkb7t.tfm + texmf-dist/fonts/tfm/public/kerkis/gkbi7a.tfm + texmf-dist/fonts/tfm/public/kerkis/gkbi7t.tfm + texmf-dist/fonts/tfm/public/kerkis/gkbo7a.tfm + texmf-dist/fonts/tfm/public/kerkis/gkbo7t.tfm + texmf-dist/fonts/tfm/public/kerkis/gkbsc8a.tfm + texmf-dist/fonts/tfm/public/kerkis/gkbsc8r.tfm + texmf-dist/fonts/tfm/public/kerkis/gkbsco8a.tfm + texmf-dist/fonts/tfm/public/kerkis/gkbsco8r.tfm + texmf-dist/fonts/tfm/public/kerkis/gkbui7a.tfm + texmf-dist/fonts/tfm/public/kerkis/gkbui7t.tfm + texmf-dist/fonts/tfm/public/kerkis/gkcal7a.tfm + texmf-dist/fonts/tfm/public/kerkis/gkcal7t.tfm + texmf-dist/fonts/tfm/public/kerkis/gki7a.tfm + texmf-dist/fonts/tfm/public/kerkis/gki7t.tfm + texmf-dist/fonts/tfm/public/kerkis/gko7a.tfm + texmf-dist/fonts/tfm/public/kerkis/gko7t.tfm + texmf-dist/fonts/tfm/public/kerkis/gksb7a.tfm + texmf-dist/fonts/tfm/public/kerkis/gksb7t.tfm + texmf-dist/fonts/tfm/public/kerkis/gksbi7a.tfm + texmf-dist/fonts/tfm/public/kerkis/gksbi7t.tfm + texmf-dist/fonts/tfm/public/kerkis/gksbo7a.tfm + texmf-dist/fonts/tfm/public/kerkis/gksbo7t.tfm + texmf-dist/fonts/tfm/public/kerkis/gksbui7a.tfm + texmf-dist/fonts/tfm/public/kerkis/gksbui7t.tfm + texmf-dist/fonts/tfm/public/kerkis/gksc7a.tfm + texmf-dist/fonts/tfm/public/kerkis/gksc7t.tfm + texmf-dist/fonts/tfm/public/kerkis/gksco7a.tfm + texmf-dist/fonts/tfm/public/kerkis/gksco7t.tfm + texmf-dist/fonts/tfm/public/kerkis/gksf7a.tfm + texmf-dist/fonts/tfm/public/kerkis/gksf7t.tfm + texmf-dist/fonts/tfm/public/kerkis/gksfb7a.tfm + texmf-dist/fonts/tfm/public/kerkis/gksfb7t.tfm + texmf-dist/fonts/tfm/public/kerkis/gksfbi7a.tfm + texmf-dist/fonts/tfm/public/kerkis/gksfbi7t.tfm + texmf-dist/fonts/tfm/public/kerkis/gksfi7a.tfm + texmf-dist/fonts/tfm/public/kerkis/gksfi7t.tfm + texmf-dist/fonts/tfm/public/kerkis/gksfsc7a.tfm + texmf-dist/fonts/tfm/public/kerkis/gksfsc7t.tfm + texmf-dist/fonts/tfm/public/kerkis/gkui7a.tfm + texmf-dist/fonts/tfm/public/kerkis/gkui7t.tfm + texmf-dist/fonts/tfm/public/kerkis/k8a.tfm + texmf-dist/fonts/tfm/public/kerkis/k8r.tfm + texmf-dist/fonts/tfm/public/kerkis/kb8a.tfm + texmf-dist/fonts/tfm/public/kerkis/kb8r.tfm + texmf-dist/fonts/tfm/public/kerkis/kbi8a.tfm + texmf-dist/fonts/tfm/public/kerkis/kbi8r.tfm + texmf-dist/fonts/tfm/public/kerkis/kbo8a.tfm + texmf-dist/fonts/tfm/public/kerkis/kbo8r.tfm + texmf-dist/fonts/tfm/public/kerkis/kbsc8a.tfm + texmf-dist/fonts/tfm/public/kerkis/kbsc8r.tfm + texmf-dist/fonts/tfm/public/kerkis/kbsco8a.tfm + texmf-dist/fonts/tfm/public/kerkis/kbsco8r.tfm + texmf-dist/fonts/tfm/public/kerkis/kbui8a.tfm + texmf-dist/fonts/tfm/public/kerkis/kbui8r.tfm + texmf-dist/fonts/tfm/public/kerkis/kcal8a.tfm + texmf-dist/fonts/tfm/public/kerkis/kcal8r.tfm + texmf-dist/fonts/tfm/public/kerkis/ki8a.tfm + texmf-dist/fonts/tfm/public/kerkis/ki8r.tfm + texmf-dist/fonts/tfm/public/kerkis/kmath8a.tfm + texmf-dist/fonts/tfm/public/kerkis/kmath8r.tfm + texmf-dist/fonts/tfm/public/kerkis/ko8a.tfm + texmf-dist/fonts/tfm/public/kerkis/ko8r.tfm + texmf-dist/fonts/tfm/public/kerkis/ksb8a.tfm + texmf-dist/fonts/tfm/public/kerkis/ksb8r.tfm + texmf-dist/fonts/tfm/public/kerkis/ksbi8a.tfm + texmf-dist/fonts/tfm/public/kerkis/ksbi8r.tfm + texmf-dist/fonts/tfm/public/kerkis/ksbo8a.tfm + texmf-dist/fonts/tfm/public/kerkis/ksbo8r.tfm + texmf-dist/fonts/tfm/public/kerkis/ksbui8a.tfm + texmf-dist/fonts/tfm/public/kerkis/ksbui8r.tfm + texmf-dist/fonts/tfm/public/kerkis/ksc8a.tfm + texmf-dist/fonts/tfm/public/kerkis/ksc8r.tfm + texmf-dist/fonts/tfm/public/kerkis/ksco8a.tfm + texmf-dist/fonts/tfm/public/kerkis/ksco8r.tfm + texmf-dist/fonts/tfm/public/kerkis/ksf8a.tfm + texmf-dist/fonts/tfm/public/kerkis/ksf8t.tfm + texmf-dist/fonts/tfm/public/kerkis/ksfb8a.tfm + texmf-dist/fonts/tfm/public/kerkis/ksfb8t.tfm + texmf-dist/fonts/tfm/public/kerkis/ksfbi8a.tfm + texmf-dist/fonts/tfm/public/kerkis/ksfbi8t.tfm + texmf-dist/fonts/tfm/public/kerkis/ksfi8a.tfm + texmf-dist/fonts/tfm/public/kerkis/ksfi8t.tfm + texmf-dist/fonts/tfm/public/kerkis/ksfsc8a.tfm + texmf-dist/fonts/tfm/public/kerkis/ksfsc8t.tfm + texmf-dist/fonts/tfm/public/kerkis/ktsy8a.tfm + texmf-dist/fonts/tfm/public/kerkis/ktsy8r.tfm + texmf-dist/fonts/tfm/public/kerkis/kui8a.tfm + texmf-dist/fonts/tfm/public/kerkis/kui8r.tfm + texmf-dist/fonts/type1/public/kerkis/Kerkis-Bold.pfb + texmf-dist/fonts/type1/public/kerkis/Kerkis-BoldItalic.pfb + texmf-dist/fonts/type1/public/kerkis/Kerkis-BoldSmallCaps.pfb + texmf-dist/fonts/type1/public/kerkis/Kerkis-Calligraphic.pfb + texmf-dist/fonts/type1/public/kerkis/Kerkis-Italic.pfb + texmf-dist/fonts/type1/public/kerkis/Kerkis-SemiBold-Italic.pfb + texmf-dist/fonts/type1/public/kerkis/Kerkis-SemiBold.pfb + texmf-dist/fonts/type1/public/kerkis/Kerkis-SmallCaps.pfb + texmf-dist/fonts/type1/public/kerkis/Kerkis.pfb + texmf-dist/fonts/type1/public/kerkis/KerkisSans-Bold.pfb + texmf-dist/fonts/type1/public/kerkis/KerkisSans-BoldItalic.pfb + texmf-dist/fonts/type1/public/kerkis/KerkisSans-Italic.pfb + texmf-dist/fonts/type1/public/kerkis/KerkisSans-SmallCaps.pfb + texmf-dist/fonts/type1/public/kerkis/KerkisSans.pfb + texmf-dist/fonts/type1/public/kerkis/ktsy.pfb + texmf-dist/fonts/vf/public/kerkis/ek8a.vf + texmf-dist/fonts/vf/public/kerkis/ekb8a.vf + texmf-dist/fonts/vf/public/kerkis/ekbi8a.vf + texmf-dist/fonts/vf/public/kerkis/ekbo8a.vf + texmf-dist/fonts/vf/public/kerkis/ekbsc8a.vf + texmf-dist/fonts/vf/public/kerkis/ekbsco8a.vf + texmf-dist/fonts/vf/public/kerkis/ekbui8a.vf + texmf-dist/fonts/vf/public/kerkis/ekcal8a.vf + texmf-dist/fonts/vf/public/kerkis/eki8a.vf + texmf-dist/fonts/vf/public/kerkis/eko8a.vf + texmf-dist/fonts/vf/public/kerkis/eksb8a.vf + texmf-dist/fonts/vf/public/kerkis/eksbi8a.vf + texmf-dist/fonts/vf/public/kerkis/eksbo8a.vf + texmf-dist/fonts/vf/public/kerkis/eksbui8a.vf + texmf-dist/fonts/vf/public/kerkis/eksc8a.vf + texmf-dist/fonts/vf/public/kerkis/eksco8a.vf + texmf-dist/fonts/vf/public/kerkis/eksf8t.vf + texmf-dist/fonts/vf/public/kerkis/eksfb8t.vf + texmf-dist/fonts/vf/public/kerkis/eksfbi8t.vf + texmf-dist/fonts/vf/public/kerkis/eksfi8t.vf + texmf-dist/fonts/vf/public/kerkis/eksfsc8t.vf + texmf-dist/fonts/vf/public/kerkis/ekui8a.vf + texmf-dist/fonts/vf/public/kerkis/gk7t.vf + texmf-dist/fonts/vf/public/kerkis/gkb7t.vf + texmf-dist/fonts/vf/public/kerkis/gkbi7t.vf + texmf-dist/fonts/vf/public/kerkis/gkbo7t.vf + texmf-dist/fonts/vf/public/kerkis/gkbsc8a.vf + texmf-dist/fonts/vf/public/kerkis/gkbsco8a.vf + texmf-dist/fonts/vf/public/kerkis/gkbui7t.vf + texmf-dist/fonts/vf/public/kerkis/gkcal7t.vf + texmf-dist/fonts/vf/public/kerkis/gki7t.vf + texmf-dist/fonts/vf/public/kerkis/gko7t.vf + texmf-dist/fonts/vf/public/kerkis/gksb7t.vf + texmf-dist/fonts/vf/public/kerkis/gksbi7t.vf + texmf-dist/fonts/vf/public/kerkis/gksbo7t.vf + texmf-dist/fonts/vf/public/kerkis/gksbui7t.vf + texmf-dist/fonts/vf/public/kerkis/gksc7t.vf + texmf-dist/fonts/vf/public/kerkis/gksco7t.vf + texmf-dist/fonts/vf/public/kerkis/gksf7t.vf + texmf-dist/fonts/vf/public/kerkis/gksfb7t.vf + texmf-dist/fonts/vf/public/kerkis/gksfbi7t.vf + texmf-dist/fonts/vf/public/kerkis/gksfi7t.vf + texmf-dist/fonts/vf/public/kerkis/gksfsc7t.vf + texmf-dist/fonts/vf/public/kerkis/gkui7t.vf + texmf-dist/fonts/vf/public/kerkis/k8a.vf + texmf-dist/fonts/vf/public/kerkis/kb8a.vf + texmf-dist/fonts/vf/public/kerkis/kbi8a.vf + texmf-dist/fonts/vf/public/kerkis/kbo8a.vf + texmf-dist/fonts/vf/public/kerkis/kbsc8a.vf + texmf-dist/fonts/vf/public/kerkis/kbsco8a.vf + texmf-dist/fonts/vf/public/kerkis/kbui8a.vf + texmf-dist/fonts/vf/public/kerkis/kcal8a.vf + texmf-dist/fonts/vf/public/kerkis/ki8a.vf + texmf-dist/fonts/vf/public/kerkis/kmath8a.vf + texmf-dist/fonts/vf/public/kerkis/ko8a.vf + texmf-dist/fonts/vf/public/kerkis/ksb8a.vf + texmf-dist/fonts/vf/public/kerkis/ksbi8a.vf + texmf-dist/fonts/vf/public/kerkis/ksbo8a.vf + texmf-dist/fonts/vf/public/kerkis/ksbui8a.vf + texmf-dist/fonts/vf/public/kerkis/ksc8a.vf + texmf-dist/fonts/vf/public/kerkis/ksco8a.vf + texmf-dist/fonts/vf/public/kerkis/ksf8t.vf + texmf-dist/fonts/vf/public/kerkis/ksfb8t.vf + texmf-dist/fonts/vf/public/kerkis/ksfbi8t.vf + texmf-dist/fonts/vf/public/kerkis/ksfi8t.vf + texmf-dist/fonts/vf/public/kerkis/ksfsc8t.vf + texmf-dist/fonts/vf/public/kerkis/ktsy8a.vf + texmf-dist/fonts/vf/public/kerkis/kui8a.vf + texmf-dist/tex/latex/kerkis/kerkis.sty + texmf-dist/tex/latex/kerkis/kmath.sty + texmf-dist/tex/latex/kerkis/lgrkfn.fd + texmf-dist/tex/latex/kerkis/lgrmak.fd + texmf-dist/tex/latex/kerkis/lgrmaksf.fd + texmf-dist/tex/latex/kerkis/omlmak.fd + texmf-dist/tex/latex/kerkis/omsmak.fd + texmf-dist/tex/latex/kerkis/ot1kfn.fd + texmf-dist/tex/latex/kerkis/ot1mak.fd + texmf-dist/tex/latex/kerkis/ot1maksf.fd + texmf-dist/tex/latex/kerkis/t1mak.fd + texmf-dist/tex/latex/kerkis/t1maksf.fd +catalogue-ctan /fonts/greek/kerkis +catalogue-date 2009-01-15 17:16:29 +0100 +catalogue-license lppl + +name kerntest +category Package +revision 15878 +shortdesc Print tables and generate control files to adjust kernings. +longdesc This class makes it easy to generate tables that show many +longdesc different kerning pairs of an arbitrary font, usable by LaTeX. +longdesc It shows the kerning values that are used in the the font by +longdesc default. In addition, this class enables the user to alter the +longdesc kernings and to observe the results. Kerning pairs can be +longdesc defined for groups of similar glyphs at the same time. An mtx +longdesc file is generated automatically. The mtx file may then be +longdesc loaded by fontinst to introduce the user-made kernings into the +longdesc virtual font for later use in LaTeX. +docfiles size=232 + texmf-dist/doc/latex/kerntest/ChangeLog + texmf-dist/doc/latex/kerntest/README details="Readme" + texmf-dist/doc/latex/kerntest/ToDo + texmf-dist/doc/latex/kerntest/kerntest.pdf details="Package documentation" + texmf-dist/doc/latex/kerntest/krntst-v.tex + texmf-dist/doc/latex/kerntest/ot1-XXX-m-n.tex + texmf-dist/doc/latex/kerntest/schoolb.map + texmf-dist/doc/latex/kerntest/schoolb1.tex + texmf-dist/doc/latex/kerntest/schoolb2.tex + texmf-dist/doc/latex/kerntest/t1-9nc-m-n-1.tex + texmf-dist/doc/latex/kerntest/t1-9nc-m-n-2.tex + texmf-dist/doc/latex/kerntest/t1-XXX-m-n.tex + texmf-dist/doc/latex/kerntest/t1-cmr-m-n-1200.tex + texmf-dist/doc/latex/kerntest/t1-ptm-bx-n-example.tex + texmf-dist/doc/latex/kerntest/t1-ptm-m-n-shortexample.tex + texmf-dist/doc/latex/kerntest/t1-ptm-m-n.tex + texmf-dist/doc/latex/kerntest/testschoolb.tex + texmf-dist/doc/latex/kerntest/ts1-XXX-m-n.tex +srcfiles size=45 + texmf-dist/source/latex/kerntest/Makefile + texmf-dist/source/latex/kerntest/kerntest.dtx + texmf-dist/source/latex/kerntest/kerntest.ins +runfiles size=22 + texmf-dist/tex/latex/kerntest/kerntest.cls + texmf-dist/tex/latex/kerntest/ly1mtx.clo + texmf-dist/tex/latex/kerntest/ot1mtx.clo + texmf-dist/tex/latex/kerntest/t1cmr-1200.fd + texmf-dist/tex/latex/kerntest/t1mtx.clo + texmf-dist/tex/latex/kerntest/t2amtx.clo + texmf-dist/tex/latex/kerntest/t2bmtx.clo + texmf-dist/tex/latex/kerntest/ts1mtx.clo +catalogue-ctan /macros/latex/contrib/kerntest +catalogue-date 2007-03-08 21:58:53 +0100 +catalogue-license lppl +catalogue-version 1.32 + +name keycommand +category Package +revision 15878 +shortdesc Simple creation of commands with key-value arguments. +longdesc The package (which requires e-TeX) provides a natural way to +longdesc define commands with optional keys. The package provides +longdesc \newkeycommand, \renewkeycommand, \providekeycommand, +longdesc \newkeyenvironment and \renewkeyenvironment, together with +longdesc \keycmd for a more advanced interface. The package is based on +longdesc kvsetkeys by Heiko Oberdiek. +docfiles size=90 + texmf-dist/doc/latex/keycommand/README details="Readme" + texmf-dist/doc/latex/keycommand/keycommand-example.pdf details="Example of usage" + texmf-dist/doc/latex/keycommand/keycommand-example.tex + texmf-dist/doc/latex/keycommand/keycommand.pdf details="Package documentation" +srcfiles size=10 + texmf-dist/source/latex/keycommand/keycommand.dtx + texmf-dist/source/latex/keycommand/keycommand.ins +runfiles size=3 + texmf-dist/tex/latex/keycommand/keycommand.sty +catalogue-ctan /macros/latex/contrib/keycommand +catalogue-date 2009-09-07 01:31:27 +0200 +catalogue-license lppl +catalogue-version 2.z + +name keys3 +category Package +revision 15878 +docfiles size=197 + texmf-dist/doc/latex/keys3/README + texmf-dist/doc/latex/keys3/keys3-test.tex + texmf-dist/doc/latex/keys3/keys3.pdf + texmf-dist/doc/latex/keys3/keys3opts2.pdf +srcfiles size=14 + texmf-dist/source/latex/keys3/keys3.dtx + texmf-dist/source/latex/keys3/keys3.ins + texmf-dist/source/latex/keys3/keys3opts2.dtx + texmf-dist/source/latex/keys3/keys3opts2.ins +runfiles size=4 + texmf-dist/tex/latex/keys3/keys3.sty + texmf-dist/tex/latex/keys3/keys3opts2.sty + +name keystroke +category Package +revision 15878 +shortdesc Graphical representation of keys on keyboard. +longdesc A LaTeX package which provides macros for the graphical +longdesc representation of the keys on a computer keyboard. +docfiles size=12 + texmf-dist/doc/latex/keystroke/README details="Readme" + texmf-dist/doc/latex/keystroke/key-test.pdf details="Package demo" + texmf-dist/doc/latex/keystroke/key-test.tex +runfiles size=10 + texmf-dist/tex/latex/keystroke/keystroke.sty + texmf-dist/tex/latex/keystroke/keystroke_left.eps + texmf-dist/tex/latex/keystroke/keystroke_left.pdf + texmf-dist/tex/latex/keystroke/keystroke_middle.eps + texmf-dist/tex/latex/keystroke/keystroke_middle.pdf + texmf-dist/tex/latex/keystroke/keystroke_right.eps + texmf-dist/tex/latex/keystroke/keystroke_right.pdf +catalogue-ctan /macros/latex/contrib/keystroke +catalogue-date 2007-03-08 21:58:53 +0100 +catalogue-license gpl + +name kixfont +category Package +revision 15878 +shortdesc A font for KIX codes. +longdesc The KIX code is a barcode-like format used by the Dutch PTT to +longdesc encode country codes, zip codes and street numbers in a +longdesc machine-readable format. If printed below the address line on +longdesc bulk mailings, a discount can be obtained. The font is +longdesc distributed in MetaFont format, and covers the numbers and +longdesc upper-case letters. +docfiles size=8 + texmf-dist/doc/fonts/kixfont/kixtable.pdf details="Font table" + texmf-dist/doc/fonts/kixfont/kixtable.tex +runfiles size=2 + texmf-dist/fonts/source/public/kixfont/kix.mf + texmf-dist/fonts/tfm/public/kixfont/kix.tfm +catalogue-ctan /fonts/kixfont +catalogue-date 2007-10-05 20:57:01 +0200 +catalogue-license other-free + +name kluwer +category Package +revision 15878 +docfiles size=54 + texmf-dist/doc/latex/kluwer/00readme + texmf-dist/doc/latex/kluwer/mouse.eps + texmf-dist/doc/latex/kluwer/sampkluw.dvi + texmf-dist/doc/latex/kluwer/sampkluw.ent + texmf-dist/doc/latex/kluwer/sampkluw.tex + texmf-dist/doc/latex/kluwer/sampopen.dvi + texmf-dist/doc/latex/kluwer/sampopen.tex + texmf-dist/doc/latex/kluwer/usrman.dvi + texmf-dist/doc/latex/kluwer/usrman.ent + texmf-dist/doc/latex/kluwer/usrman.tex +srcfiles size=3 + texmf-dist/source/latex/kluwer/kluwer.dtx + texmf-dist/source/latex/kluwer/kluwer.ins +runfiles size=114 + texmf-dist/bibtex/bst/kluwer/klunamed.bst + texmf-dist/bibtex/bst/kluwer/klunum.bst + texmf-dist/tex/latex/kluwer/klu10.clo + texmf-dist/tex/latex/kluwer/klu105.clo + texmf-dist/tex/latex/kluwer/klu11.clo + texmf-dist/tex/latex/kluwer/klu12.clo + texmf-dist/tex/latex/kluwer/klu9.clo + texmf-dist/tex/latex/kluwer/klucite.sty + texmf-dist/tex/latex/kluwer/kluedit.sty + texmf-dist/tex/latex/kluwer/klufloa.sty + texmf-dist/tex/latex/kluwer/klulist.sty + texmf-dist/tex/latex/kluwer/klumac.sty + texmf-dist/tex/latex/kluwer/klumath.sty + texmf-dist/tex/latex/kluwer/klumono.sty + texmf-dist/tex/latex/kluwer/klunote.sty + texmf-dist/tex/latex/kluwer/kluopen.sty + texmf-dist/tex/latex/kluwer/klups.sty + texmf-dist/tex/latex/kluwer/kluref.sty + texmf-dist/tex/latex/kluwer/klusec.sty + texmf-dist/tex/latex/kluwer/klut10.clo + texmf-dist/tex/latex/kluwer/klut11.clo + texmf-dist/tex/latex/kluwer/klut12.clo + texmf-dist/tex/latex/kluwer/klut9.clo + texmf-dist/tex/latex/kluwer/klutab.sty + texmf-dist/tex/latex/kluwer/kluwer.cls + +name knuth +category Package +revision 15878 +catalogue knuth-errata +shortdesc Knuth's published errata. +longdesc These files are details of problems reported in the 'Computers +longdesc and Typesetting' series of books, for the Computer Modern +longdesc fonts, and for TeX, MetaFont and related programs. +docfiles size=5055 + texmf-dist/doc/generic/knuth/errata/cm85.bug + texmf-dist/doc/generic/knuth/errata/errata.pdf + texmf-dist/doc/generic/knuth/errata/errorlog.pdf + texmf-dist/doc/generic/knuth/errata/mf84.bug + texmf-dist/doc/generic/knuth/errata/tex82.bug + texmf-dist/doc/generic/knuth/etc/vftovp.pdf + texmf-dist/doc/generic/knuth/etc/vptovf.pdf + texmf-dist/doc/generic/knuth/mf/mf.pdf + texmf-dist/doc/generic/knuth/mf/trapman.pdf + texmf-dist/doc/generic/knuth/mfware/gftodvi.pdf + texmf-dist/doc/generic/knuth/mfware/gftopk.pdf + texmf-dist/doc/generic/knuth/mfware/gftype.pdf + texmf-dist/doc/generic/knuth/mfware/mft.pdf + texmf-dist/doc/generic/knuth/tex/glue.pdf + texmf-dist/doc/generic/knuth/tex/tex.pdf + texmf-dist/doc/generic/knuth/tex/tripman.pdf + texmf-dist/doc/generic/knuth/texware/dvitype.pdf + texmf-dist/doc/generic/knuth/texware/pltotf.pdf + texmf-dist/doc/generic/knuth/texware/pooltype.pdf + texmf-dist/doc/generic/knuth/texware/tftopl.pdf + texmf-dist/doc/generic/knuth/web/tangle.pdf + texmf-dist/doc/generic/knuth/web/weave.pdf + texmf-dist/doc/generic/knuth/web/webman.pdf +srcfiles size=156 + texmf-dist/source/generic/knuth/errata/errata.eight + texmf-dist/source/generic/knuth/errata/errata.eleven + texmf-dist/source/generic/knuth/errata/errata.five + texmf-dist/source/generic/knuth/errata/errata.four + texmf-dist/source/generic/knuth/errata/errata.nine + texmf-dist/source/generic/knuth/errata/errata.one + texmf-dist/source/generic/knuth/errata/errata.seven + texmf-dist/source/generic/knuth/errata/errata.six + texmf-dist/source/generic/knuth/errata/errata.ten + texmf-dist/source/generic/knuth/errata/errata.tex + texmf-dist/source/generic/knuth/errata/errata.three + texmf-dist/source/generic/knuth/errata/errata.two + texmf-dist/source/generic/knuth/errata/errorlog.tex + texmf-dist/source/generic/knuth/errata/logmac.tex + texmf-dist/source/generic/knuth/tex/glue.web + texmf-dist/source/generic/knuth/web/webman.tex +catalogue-ctan /systems/knuth/dist/errata +catalogue-date 2008-07-11 09:05:11 +0200 +catalogue-license knuth + +name knuthotherfonts +category Package +revision 13293 +runfiles size=22 + texmf-dist/fonts/source/public/knuthotherfonts/committee/font1.mf + texmf-dist/fonts/source/public/knuthotherfonts/committee/font1base.mf + texmf-dist/fonts/source/public/knuthotherfonts/halftone/aphalf.mf + texmf-dist/fonts/source/public/knuthotherfonts/halftone/ddhalf.mf + texmf-dist/fonts/source/public/knuthotherfonts/halftone/ddralf.mf + texmf-dist/fonts/source/public/knuthotherfonts/halftone/halftone.mf + texmf-dist/fonts/source/public/knuthotherfonts/halftone/imhalf.mf + texmf-dist/fonts/source/public/knuthotherfonts/halftone/imralf.mf + texmf-dist/fonts/source/public/knuthotherfonts/mfbook/logobase.mf + texmf-dist/fonts/source/public/knuthotherfonts/mfbook/metafon.mf + +name koma-script +category TLCore +revision 15878 +shortdesc A bundle of versatile classes and packages +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 scrbook, scrreprt, scrartcl, scrlttr2 and typearea. These are +longdesc the main parts of the bundle. +runfiles size=2783 + texmf-dist/doc/latex/koma-script/INSTALL.txt + texmf-dist/doc/latex/koma-script/INSTALLD.txt + texmf-dist/doc/latex/koma-script/README + texmf-dist/doc/latex/koma-script/koma-script.html + texmf-dist/doc/latex/koma-script/komabug.tex + texmf-dist/doc/latex/koma-script/komascr.html + texmf-dist/doc/latex/koma-script/komascript.html + texmf-dist/doc/latex/koma-script/lppl-de.txt + texmf-dist/doc/latex/koma-script/lppl.txt + texmf-dist/doc/latex/koma-script/manifest.txt + texmf-dist/doc/latex/koma-script/scraddr.html + texmf-dist/doc/latex/koma-script/scrartcl.html + texmf-dist/doc/latex/koma-script/scrbook.html + texmf-dist/doc/latex/koma-script/scrdate.html + texmf-dist/doc/latex/koma-script/scrguide.html + texmf-dist/doc/latex/koma-script/scrguide.pdf + texmf-dist/doc/latex/koma-script/scrguien.html + texmf-dist/doc/latex/koma-script/scrguien.pdf + texmf-dist/doc/latex/koma-script/scrhack.pdf + texmf-dist/doc/latex/koma-script/scrjura.pdf + texmf-dist/doc/latex/koma-script/scrlfile.html + texmf-dist/doc/latex/koma-script/scrlttr2.html + texmf-dist/doc/latex/koma-script/scrpage2.html + texmf-dist/doc/latex/koma-script/scrreprt.html + texmf-dist/doc/latex/koma-script/scrtime.html + texmf-dist/doc/latex/koma-script/tocstyle.pdf + texmf-dist/doc/latex/koma-script/typearea.html + texmf-dist/source/latex/koma-script/ChangeLog + texmf-dist/source/latex/koma-script/ChangeLog.2 + texmf-dist/source/latex/koma-script/Makefile + texmf-dist/source/latex/koma-script/Makefile.baseinit + texmf-dist/source/latex/koma-script/Makefile.baserules + texmf-dist/source/latex/koma-script/doc/Makefile + texmf-dist/source/latex/koma-script/doc/Makefile.guide + texmf-dist/source/latex/koma-script/doc/Makefile.latexinit + texmf-dist/source/latex/koma-script/doc/bin/genhtmlidx.pl + texmf-dist/source/latex/koma-script/doc/bin/genindex.pl + texmf-dist/source/latex/koma-script/doc/english/Makefile + texmf-dist/source/latex/koma-script/doc/english/adrconvnote.tex + texmf-dist/source/latex/koma-script/doc/english/common-0.tex + texmf-dist/source/latex/koma-script/doc/english/common-1.tex + texmf-dist/source/latex/koma-script/doc/english/common-10.tex + texmf-dist/source/latex/koma-script/doc/english/common-11.tex + texmf-dist/source/latex/koma-script/doc/english/common-12.tex + texmf-dist/source/latex/koma-script/doc/english/common-13.tex + texmf-dist/source/latex/koma-script/doc/english/common-14.tex + texmf-dist/source/latex/koma-script/doc/english/common-15.tex + texmf-dist/source/latex/koma-script/doc/english/common-2.tex + texmf-dist/source/latex/koma-script/doc/english/common-3.tex + texmf-dist/source/latex/koma-script/doc/english/common-4.tex + texmf-dist/source/latex/koma-script/doc/english/common-5.tex + texmf-dist/source/latex/koma-script/doc/english/common-6.tex + texmf-dist/source/latex/koma-script/doc/english/common-7.tex + texmf-dist/source/latex/koma-script/doc/english/common-8.tex + texmf-dist/source/latex/koma-script/doc/english/common-9.tex + texmf-dist/source/latex/koma-script/doc/english/guide-english.tex + texmf-dist/source/latex/koma-script/doc/english/htmlsetup + texmf-dist/source/latex/koma-script/doc/english/introduction.tex + texmf-dist/source/latex/koma-script/doc/english/japanlco.tex + texmf-dist/source/latex/koma-script/doc/english/scraddr.tex + texmf-dist/source/latex/koma-script/doc/english/scrbookreportarticle.tex + texmf-dist/source/latex/koma-script/doc/english/scrdatetime.tex + texmf-dist/source/latex/koma-script/doc/english/scrlfile.tex + texmf-dist/source/latex/koma-script/doc/english/scrlttr2.tex + texmf-dist/source/latex/koma-script/doc/english/scrpage2.tex + texmf-dist/source/latex/koma-script/doc/english/tocbasic.tex + texmf-dist/source/latex/koma-script/doc/english/typearea.tex + texmf-dist/source/latex/koma-script/doc/guide.bib + texmf-dist/source/latex/koma-script/doc/guide.tex + texmf-dist/source/latex/koma-script/doc/ngerman/Makefile + texmf-dist/source/latex/koma-script/doc/ngerman/Makefile.guide + texmf-dist/source/latex/koma-script/doc/ngerman/adrconvnote.tex + texmf-dist/source/latex/koma-script/doc/ngerman/authorpart.tex + texmf-dist/source/latex/koma-script/doc/ngerman/common-0.tex + texmf-dist/source/latex/koma-script/doc/ngerman/common-1.tex + texmf-dist/source/latex/koma-script/doc/ngerman/common-10.tex + texmf-dist/source/latex/koma-script/doc/ngerman/common-11.tex + texmf-dist/source/latex/koma-script/doc/ngerman/common-12.tex + texmf-dist/source/latex/koma-script/doc/ngerman/common-13.tex + texmf-dist/source/latex/koma-script/doc/ngerman/common-14.tex + texmf-dist/source/latex/koma-script/doc/ngerman/common-15.tex + texmf-dist/source/latex/koma-script/doc/ngerman/common-2.tex + texmf-dist/source/latex/koma-script/doc/ngerman/common-3.tex + texmf-dist/source/latex/koma-script/doc/ngerman/common-4.tex + texmf-dist/source/latex/koma-script/doc/ngerman/common-5.tex + texmf-dist/source/latex/koma-script/doc/ngerman/common-6.tex + texmf-dist/source/latex/koma-script/doc/ngerman/common-7.tex + texmf-dist/source/latex/koma-script/doc/ngerman/common-8.tex + texmf-dist/source/latex/koma-script/doc/ngerman/common-9.tex + texmf-dist/source/latex/koma-script/doc/ngerman/expertpart.tex + texmf-dist/source/latex/koma-script/doc/ngerman/guide-ngerman.tex + texmf-dist/source/latex/koma-script/doc/ngerman/guide.tex + texmf-dist/source/latex/koma-script/doc/ngerman/htmlsetup + texmf-dist/source/latex/koma-script/doc/ngerman/introduction.tex + texmf-dist/source/latex/koma-script/doc/ngerman/labelbasic.lco + texmf-dist/source/latex/koma-script/doc/ngerman/linkalias.tex + texmf-dist/source/latex/koma-script/doc/ngerman/preface.tex + texmf-dist/source/latex/koma-script/doc/ngerman/scraddr.tex + texmf-dist/source/latex/koma-script/doc/ngerman/scrbase.tex + texmf-dist/source/latex/koma-script/doc/ngerman/scrbookreportarticle-experts.tex + texmf-dist/source/latex/koma-script/doc/ngerman/scrbookreportarticle.tex + texmf-dist/source/latex/koma-script/doc/ngerman/scrdatetime.tex + texmf-dist/source/latex/koma-script/doc/ngerman/scrextend.tex + texmf-dist/source/latex/koma-script/doc/ngerman/scrlfile.tex + texmf-dist/source/latex/koma-script/doc/ngerman/scrlttr2-experts.tex + texmf-dist/source/latex/koma-script/doc/ngerman/scrlttr2.tex + texmf-dist/source/latex/koma-script/doc/ngerman/scrlttr2examples.dtx + texmf-dist/source/latex/koma-script/doc/ngerman/scrpage2.tex + texmf-dist/source/latex/koma-script/doc/ngerman/settleford600label.lco + texmf-dist/source/latex/koma-script/doc/ngerman/tocbasic.tex + texmf-dist/source/latex/koma-script/doc/ngerman/typearea-experts.tex + texmf-dist/source/latex/koma-script/doc/ngerman/typearea.tex + texmf-dist/source/latex/koma-script/doc/plength.dtx + texmf-dist/source/latex/koma-script/doc/scrguide.cls + texmf-dist/source/latex/koma-script/doc/scrguide.gst + texmf-dist/source/latex/koma-script/doc/scrguide.ist + texmf-dist/source/latex/koma-script/japanlco.dtx + texmf-dist/source/latex/koma-script/scraddr.dtx + texmf-dist/source/latex/koma-script/scraddr.ins + texmf-dist/source/latex/koma-script/scrbeta.dtx + texmf-dist/source/latex/koma-script/scrdoc.dtx + texmf-dist/source/latex/koma-script/scrextend.dtx + texmf-dist/source/latex/koma-script/scrhack.dtx + texmf-dist/source/latex/koma-script/scrjura.dtx + texmf-dist/source/latex/koma-script/scrkbase.dtx + texmf-dist/source/latex/koma-script/scrkbib.dtx + texmf-dist/source/latex/koma-script/scrkcile.dtx + texmf-dist/source/latex/koma-script/scrkcomp.dtx + texmf-dist/source/latex/koma-script/scrkfloa.dtx + texmf-dist/source/latex/koma-script/scrkfont.dtx + texmf-dist/source/latex/koma-script/scrkftn.dtx + texmf-dist/source/latex/koma-script/scrkidx.dtx + texmf-dist/source/latex/koma-script/scrklang.dtx + texmf-dist/source/latex/koma-script/scrklco.dtx + texmf-dist/source/latex/koma-script/scrkliof.dtx + texmf-dist/source/latex/koma-script/scrklist.dtx + texmf-dist/source/latex/koma-script/scrkmisc.dtx + texmf-dist/source/latex/koma-script/scrknpap.dtx + texmf-dist/source/latex/koma-script/scrkpage.dtx + texmf-dist/source/latex/koma-script/scrkpar.dtx + texmf-dist/source/latex/koma-script/scrkplen.dtx + texmf-dist/source/latex/koma-script/scrksect.dtx + texmf-dist/source/latex/koma-script/scrktare.dtx + texmf-dist/source/latex/koma-script/scrktitl.dtx + texmf-dist/source/latex/koma-script/scrkvars.dtx + texmf-dist/source/latex/koma-script/scrkvers.dtx + texmf-dist/source/latex/koma-script/scrlettr.dtx + texmf-dist/source/latex/koma-script/scrlettr.ins + texmf-dist/source/latex/koma-script/scrlfile.dtx + texmf-dist/source/latex/koma-script/scrlfile.ins + texmf-dist/source/latex/koma-script/scrlogo.dtx + texmf-dist/source/latex/koma-script/scrmain.ins + texmf-dist/source/latex/koma-script/scrpage.dtx + texmf-dist/source/latex/koma-script/scrpage.ins + texmf-dist/source/latex/koma-script/scrsource.tex + texmf-dist/source/latex/koma-script/scrstrip.inc + texmf-dist/source/latex/koma-script/scrstrop.inc + texmf-dist/source/latex/koma-script/scrtime.dtx + texmf-dist/source/latex/koma-script/scrtime.ins + texmf-dist/source/latex/koma-script/tocbasic.dtx + texmf-dist/source/latex/koma-script/tocstyle.dtx + texmf-dist/tex/latex/koma-script/DIN.lco + texmf-dist/tex/latex/koma-script/DINmtext.lco + texmf-dist/tex/latex/koma-script/KOMAold.lco + texmf-dist/tex/latex/koma-script/KakuLL.lco + texmf-dist/tex/latex/koma-script/NF.lco + texmf-dist/tex/latex/koma-script/NipponEH.lco + texmf-dist/tex/latex/koma-script/NipponEL.lco + texmf-dist/tex/latex/koma-script/NipponLH.lco + texmf-dist/tex/latex/koma-script/NipponLL.lco + texmf-dist/tex/latex/koma-script/NipponRL.lco + texmf-dist/tex/latex/koma-script/SN.lco + texmf-dist/tex/latex/koma-script/SNleft.lco + texmf-dist/tex/latex/koma-script/UScommercial9.lco + texmf-dist/tex/latex/koma-script/UScommercial9DW.lco + texmf-dist/tex/latex/koma-script/float.hak + texmf-dist/tex/latex/koma-script/hyperref.hak + texmf-dist/tex/latex/koma-script/listings.hak + texmf-dist/tex/latex/koma-script/scraddr.sty + texmf-dist/tex/latex/koma-script/scrartcl.cls + texmf-dist/tex/latex/koma-script/scrbase.sty + texmf-dist/tex/latex/koma-script/scrbook.cls + texmf-dist/tex/latex/koma-script/scrdate.sty + texmf-dist/tex/latex/koma-script/scrdoc.cls + texmf-dist/tex/latex/koma-script/scrextend.sty + texmf-dist/tex/latex/koma-script/scrhack.sty + texmf-dist/tex/latex/koma-script/scrjura.sty + texmf-dist/tex/latex/koma-script/scrkbase.sty + texmf-dist/tex/latex/koma-script/scrlettr.cls + texmf-dist/tex/latex/koma-script/scrlfile.sty + texmf-dist/tex/latex/koma-script/scrlttr2.cls + texmf-dist/tex/latex/koma-script/scrpage.sty + texmf-dist/tex/latex/koma-script/scrpage2.sty + texmf-dist/tex/latex/koma-script/scrreprt.cls + texmf-dist/tex/latex/koma-script/scrsize10pt.clo + texmf-dist/tex/latex/koma-script/scrsize11pt.clo + texmf-dist/tex/latex/koma-script/scrsize12pt.clo + texmf-dist/tex/latex/koma-script/scrtime.sty + texmf-dist/tex/latex/koma-script/tocbasic.sty + texmf-dist/tex/latex/koma-script/tocstyle.sty + texmf-dist/tex/latex/koma-script/typearea.sty + texmf-dist/tex/latex/koma-script/visualize.lco +catalogue-ctan /macros/latex/contrib/koma-script +catalogue-date 2009-09-08 01:26:46 +0200 +catalogue-license lppl +catalogue-version 3.04a + +name kopka +category Package +revision 15878 +docfiles size=180 + texmf-dist/doc/latex/kopka/uebungen/kapitel2/a4.sty + texmf-dist/doc/latex/kopka/uebungen/kapitel2/readme_2 + texmf-dist/doc/latex/kopka/uebungen/kapitel2/ueb2-1.tex + texmf-dist/doc/latex/kopka/uebungen/kapitel2/ueb2-1a.tex + texmf-dist/doc/latex/kopka/uebungen/kapitel2/ueb2-1b.tex + texmf-dist/doc/latex/kopka/uebungen/kapitel2/ueb2-1c.tex + texmf-dist/doc/latex/kopka/uebungen/kapitel2/ueb2-1d.tex + texmf-dist/doc/latex/kopka/uebungen/kapitel2/ueb2-2.tex + texmf-dist/doc/latex/kopka/uebungen/kapitel2/ueb2-2a.tex + texmf-dist/doc/latex/kopka/uebungen/kapitel2/ueb2-2b.tex + texmf-dist/doc/latex/kopka/uebungen/kapitel2/ueb2-2c.tex + texmf-dist/doc/latex/kopka/uebungen/kapitel2/ueb2-2d.tex + texmf-dist/doc/latex/kopka/uebungen/kapitel2/ueb2-3.tex + texmf-dist/doc/latex/kopka/uebungen/kapitel2/ueb2-3a.tex + texmf-dist/doc/latex/kopka/uebungen/kapitel2/ueb2-3b.tex + texmf-dist/doc/latex/kopka/uebungen/kapitel3/a4.sty + texmf-dist/doc/latex/kopka/uebungen/kapitel3/readme_3 + texmf-dist/doc/latex/kopka/uebungen/kapitel3/ueb3-10.tex + texmf-dist/doc/latex/kopka/uebungen/kapitel3/ueb3-11.tex + texmf-dist/doc/latex/kopka/uebungen/kapitel3/ueb3-12.tex + texmf-dist/doc/latex/kopka/uebungen/kapitel3/ueb3-14.tex + texmf-dist/doc/latex/kopka/uebungen/kapitel3/ueb3-14a.tex + texmf-dist/doc/latex/kopka/uebungen/kapitel3/ueb3-14b.tex + texmf-dist/doc/latex/kopka/uebungen/kapitel3/ueb3-1a.tex + texmf-dist/doc/latex/kopka/uebungen/kapitel3/ueb3-1b.tex + texmf-dist/doc/latex/kopka/uebungen/kapitel3/ueb3-2.tex + texmf-dist/doc/latex/kopka/uebungen/kapitel3/ueb3-3a.tex + texmf-dist/doc/latex/kopka/uebungen/kapitel3/ueb3-3b.tex + texmf-dist/doc/latex/kopka/uebungen/kapitel3/ueb3-4.tex + texmf-dist/doc/latex/kopka/uebungen/kapitel3/ueb3-5a.tex + texmf-dist/doc/latex/kopka/uebungen/kapitel3/ueb3-5b.tex + texmf-dist/doc/latex/kopka/uebungen/kapitel3/ueb3-6a.tex + texmf-dist/doc/latex/kopka/uebungen/kapitel3/ueb3-6b.tex + texmf-dist/doc/latex/kopka/uebungen/kapitel3/ueb3-6c.tex + texmf-dist/doc/latex/kopka/uebungen/kapitel3/ueb3-7a.tex + texmf-dist/doc/latex/kopka/uebungen/kapitel3/ueb3-7b.tex + texmf-dist/doc/latex/kopka/uebungen/kapitel3/ueb3-7c.tex + texmf-dist/doc/latex/kopka/uebungen/kapitel3/ueb3-8.tex + texmf-dist/doc/latex/kopka/uebungen/kapitel3/ueb3-9.tex + texmf-dist/doc/latex/kopka/uebungen/kapitel3/ueb3.tex + texmf-dist/doc/latex/kopka/uebungen/kapitel4/a4.sty + texmf-dist/doc/latex/kopka/uebungen/kapitel4/readme_4 + texmf-dist/doc/latex/kopka/uebungen/kapitel4/ueb4-1.tex + texmf-dist/doc/latex/kopka/uebungen/kapitel4/ueb4-10.tex + texmf-dist/doc/latex/kopka/uebungen/kapitel4/ueb4-11.tex + texmf-dist/doc/latex/kopka/uebungen/kapitel4/ueb4-12.tex + texmf-dist/doc/latex/kopka/uebungen/kapitel4/ueb4-13.tex + texmf-dist/doc/latex/kopka/uebungen/kapitel4/ueb4-14.tex + texmf-dist/doc/latex/kopka/uebungen/kapitel4/ueb4-15.tex + texmf-dist/doc/latex/kopka/uebungen/kapitel4/ueb4-16.tex + texmf-dist/doc/latex/kopka/uebungen/kapitel4/ueb4-17.tex + texmf-dist/doc/latex/kopka/uebungen/kapitel4/ueb4-18.tex + texmf-dist/doc/latex/kopka/uebungen/kapitel4/ueb4-19.tex + texmf-dist/doc/latex/kopka/uebungen/kapitel4/ueb4-2.tex + texmf-dist/doc/latex/kopka/uebungen/kapitel4/ueb4-20.tex + texmf-dist/doc/latex/kopka/uebungen/kapitel4/ueb4-21.tex + texmf-dist/doc/latex/kopka/uebungen/kapitel4/ueb4-22.tex + texmf-dist/doc/latex/kopka/uebungen/kapitel4/ueb4-3.tex + texmf-dist/doc/latex/kopka/uebungen/kapitel4/ueb4-4.tex + texmf-dist/doc/latex/kopka/uebungen/kapitel4/ueb4-5.tex + texmf-dist/doc/latex/kopka/uebungen/kapitel4/ueb4-6.tex + texmf-dist/doc/latex/kopka/uebungen/kapitel4/ueb4-7.tex + texmf-dist/doc/latex/kopka/uebungen/kapitel4/ueb4-8.tex + texmf-dist/doc/latex/kopka/uebungen/kapitel4/ueb4-9a.tex + texmf-dist/doc/latex/kopka/uebungen/kapitel4/ueb4-9b.tex + texmf-dist/doc/latex/kopka/uebungen/kapitel5/a4.sty + texmf-dist/doc/latex/kopka/uebungen/kapitel5/math.tex + texmf-dist/doc/latex/kopka/uebungen/kapitel5/readme_5 + texmf-dist/doc/latex/kopka/uebungen/kapitel5/ueb5-1.tex + texmf-dist/doc/latex/kopka/uebungen/kapitel5/ueb5-10.tex + texmf-dist/doc/latex/kopka/uebungen/kapitel5/ueb5-11.tex + texmf-dist/doc/latex/kopka/uebungen/kapitel5/ueb5-12.tex + texmf-dist/doc/latex/kopka/uebungen/kapitel5/ueb5-13.tex + texmf-dist/doc/latex/kopka/uebungen/kapitel5/ueb5-14.tex + texmf-dist/doc/latex/kopka/uebungen/kapitel5/ueb5-15.tex + texmf-dist/doc/latex/kopka/uebungen/kapitel5/ueb5-16.tex + texmf-dist/doc/latex/kopka/uebungen/kapitel5/ueb5-17.tex + texmf-dist/doc/latex/kopka/uebungen/kapitel5/ueb5-18.tex + texmf-dist/doc/latex/kopka/uebungen/kapitel5/ueb5-19.tex + texmf-dist/doc/latex/kopka/uebungen/kapitel5/ueb5-2.tex + texmf-dist/doc/latex/kopka/uebungen/kapitel5/ueb5-20.tex + texmf-dist/doc/latex/kopka/uebungen/kapitel5/ueb5-21.tex + texmf-dist/doc/latex/kopka/uebungen/kapitel5/ueb5-3.tex + texmf-dist/doc/latex/kopka/uebungen/kapitel5/ueb5-4.tex + texmf-dist/doc/latex/kopka/uebungen/kapitel5/ueb5-5.tex + texmf-dist/doc/latex/kopka/uebungen/kapitel5/ueb5-6.tex + texmf-dist/doc/latex/kopka/uebungen/kapitel5/ueb5-7.tex + texmf-dist/doc/latex/kopka/uebungen/kapitel5/ueb5-8.tex + texmf-dist/doc/latex/kopka/uebungen/kapitel5/ueb5-9.tex + texmf-dist/doc/latex/kopka/uebungen/kapitel6/a4.sty + texmf-dist/doc/latex/kopka/uebungen/kapitel6/bild.tex + texmf-dist/doc/latex/kopka/uebungen/kapitel6/readme_6 + texmf-dist/doc/latex/kopka/uebungen/kapitel6/ueb6-1.tex + texmf-dist/doc/latex/kopka/uebungen/kapitel6/ueb6-10.tex + texmf-dist/doc/latex/kopka/uebungen/kapitel6/ueb6-2.tex + texmf-dist/doc/latex/kopka/uebungen/kapitel6/ueb6-3.tex + texmf-dist/doc/latex/kopka/uebungen/kapitel6/ueb6-4.tex + texmf-dist/doc/latex/kopka/uebungen/kapitel6/ueb6-5.tex + texmf-dist/doc/latex/kopka/uebungen/kapitel6/ueb6-6.tex + texmf-dist/doc/latex/kopka/uebungen/kapitel6/ueb6-7.tex + texmf-dist/doc/latex/kopka/uebungen/kapitel6/ueb6-8.tex + texmf-dist/doc/latex/kopka/uebungen/kapitel6/ueb6-9.tex + texmf-dist/doc/latex/kopka/uebungen/kapitel7/ueb7-1.tex + texmf-dist/doc/latex/kopka/uebungen/kapitel7/ueb7-10.tex + texmf-dist/doc/latex/kopka/uebungen/kapitel7/ueb7-11.tex + texmf-dist/doc/latex/kopka/uebungen/kapitel7/ueb7-12.tex + texmf-dist/doc/latex/kopka/uebungen/kapitel7/ueb7-2.tex + texmf-dist/doc/latex/kopka/uebungen/kapitel7/ueb7-3.tex + texmf-dist/doc/latex/kopka/uebungen/kapitel7/ueb7-4.tex + texmf-dist/doc/latex/kopka/uebungen/kapitel7/ueb7-5.tex + texmf-dist/doc/latex/kopka/uebungen/kapitel7/ueb7-6.tex + texmf-dist/doc/latex/kopka/uebungen/kapitel7/ueb7-7.tex + texmf-dist/doc/latex/kopka/uebungen/kapitel7/ueb7-8a.tex + texmf-dist/doc/latex/kopka/uebungen/kapitel7/ueb7-8b.tex + texmf-dist/doc/latex/kopka/uebungen/kapitel7/ueb7-9.tex + texmf-dist/doc/latex/kopka/uebungen/kapitel8/ueb8-1.tex + texmf-dist/doc/latex/kopka/uebungen/kapitel8/ueb8-2.tex + texmf-dist/doc/latex/kopka/uebungen/kapitel8/ueb8-3.tex + texmf-dist/doc/latex/kopka/uebungen/kapitel8/ueba.aux + texmf-dist/doc/latex/kopka/uebungen/kapitel8/ueba.tex + texmf-dist/doc/latex/kopka/uebungen/kapitel8/uebb.aux + texmf-dist/doc/latex/kopka/uebungen/kapitel8/uebb.tex + texmf-dist/doc/latex/kopka/uebungen/kapitel8/uebc.aux + texmf-dist/doc/latex/kopka/uebungen/kapitel8/uebc.tex + +name kpathsea +category TLCore +revision 15842 +shortdesc Path searching library for TeX-related files. +longdesc The library is at the centre of pretty much all Unix-based TeX +longdesc executable. It is no longer distributed separately, but rather +longdesc consititutes a central part of the sources of the TeX-live +longdesc distribution. +depend kpathsea.ARCH +docfiles size=681 + 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/kpsepath.1 + texmf/doc/man/man1/kpsepath.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/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/kpsewhich.1 + texmf/doc/man/man1/kpsewhich.man1.pdf + texmf/doc/man/man1/kpsexpand.1 + texmf/doc/man/man1/kpsexpand.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 +runfiles size=50 + texmf/web2c/amiga-pl.tcx + texmf/web2c/context.cnf + 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 +catalogue-date 2007-03-17 09:30:40 +0100 +catalogue-license lgpl + +name kpathsea.alpha-linux +category TLCore +revision 15043 +shortdesc alpha-linux files of kpathsea +binfiles arch=alpha-linux size=55 + bin/alpha-linux/kpseaccess + bin/alpha-linux/kpsepath + bin/alpha-linux/kpsereadlink + bin/alpha-linux/kpsestat + bin/alpha-linux/kpsetool + bin/alpha-linux/kpsewhich + bin/alpha-linux/kpsexpand + bin/alpha-linux/mkocp + bin/alpha-linux/mkofm + bin/alpha-linux/mktexfmt + bin/alpha-linux/mktexlsr + bin/alpha-linux/mktexmf + bin/alpha-linux/mktexpk + bin/alpha-linux/mktextfm + bin/alpha-linux/texhash + +name kpathsea.i386-cygwin +category TLCore +revision 15614 +shortdesc i386-cygwin files of kpathsea +binfiles arch=i386-cygwin size=40 + bin/i386-cygwin/kpseaccess.exe + bin/i386-cygwin/kpsepath + bin/i386-cygwin/kpsereadlink.exe + bin/i386-cygwin/kpsestat.exe + bin/i386-cygwin/kpsetool + bin/i386-cygwin/kpsewhich.exe + bin/i386-cygwin/kpsexpand + bin/i386-cygwin/mkocp + bin/i386-cygwin/mkofm + bin/i386-cygwin/mktexfmt + bin/i386-cygwin/mktexlsr + bin/i386-cygwin/mktexmf + bin/i386-cygwin/mktexpk + bin/i386-cygwin/mktextfm + bin/i386-cygwin/texhash + +name kpathsea.i386-linux +category TLCore +revision 15104 +shortdesc i386-linux files of kpathsea +binfiles arch=i386-linux size=40 + bin/i386-linux/kpseaccess + bin/i386-linux/kpsepath + bin/i386-linux/kpsereadlink + bin/i386-linux/kpsestat + bin/i386-linux/kpsetool + bin/i386-linux/kpsewhich + bin/i386-linux/kpsexpand + bin/i386-linux/mkocp + bin/i386-linux/mkofm + bin/i386-linux/mktexfmt + bin/i386-linux/mktexlsr + bin/i386-linux/mktexmf + bin/i386-linux/mktexpk + bin/i386-linux/mktextfm + bin/i386-linux/texhash + +name kpathsea.i386-netbsd +category TLCore +revision 15167 +shortdesc i386-netbsd files of kpathsea +binfiles arch=i386-netbsd size=39 + bin/i386-netbsd/kpseaccess + bin/i386-netbsd/kpsepath + bin/i386-netbsd/kpsereadlink + bin/i386-netbsd/kpsestat + bin/i386-netbsd/kpsetool + bin/i386-netbsd/kpsewhich + bin/i386-netbsd/kpsexpand + bin/i386-netbsd/mkocp + bin/i386-netbsd/mkofm + bin/i386-netbsd/mktexfmt + bin/i386-netbsd/mktexlsr + bin/i386-netbsd/mktexmf + bin/i386-netbsd/mktexpk + bin/i386-netbsd/mktextfm + bin/i386-netbsd/texhash + +name kpathsea.i386-solaris +category TLCore +revision 15141 +shortdesc i386-solaris files of kpathsea +binfiles arch=i386-solaris size=41 + bin/i386-solaris/kpseaccess + bin/i386-solaris/kpsepath + bin/i386-solaris/kpsereadlink + bin/i386-solaris/kpsestat + bin/i386-solaris/kpsetool + bin/i386-solaris/kpsewhich + bin/i386-solaris/kpsexpand + bin/i386-solaris/mkocp + bin/i386-solaris/mkofm + bin/i386-solaris/mktexfmt + bin/i386-solaris/mktexlsr + bin/i386-solaris/mktexmf + bin/i386-solaris/mktexpk + bin/i386-solaris/mktextfm + bin/i386-solaris/texhash + +name kpathsea.mips-irix +category TLCore +revision 15558 +shortdesc mips-irix files of kpathsea +binfiles arch=mips-irix size=64 + bin/mips-irix/kpseaccess + bin/mips-irix/kpsepath + bin/mips-irix/kpsereadlink + bin/mips-irix/kpsestat + bin/mips-irix/kpsetool + bin/mips-irix/kpsewhich + bin/mips-irix/kpsexpand + bin/mips-irix/mkocp + bin/mips-irix/mkofm + bin/mips-irix/mktexfmt + bin/mips-irix/mktexlsr + bin/mips-irix/mktexmf + bin/mips-irix/mktexpk + bin/mips-irix/mktextfm + bin/mips-irix/texhash + +name kpathsea.powerpc-aix +category TLCore +revision 15638 +shortdesc powerpc-aix files of kpathsea +binfiles arch=powerpc-aix size=40 + bin/powerpc-aix/kpseaccess + bin/powerpc-aix/kpsepath + bin/powerpc-aix/kpsereadlink + bin/powerpc-aix/kpsestat + bin/powerpc-aix/kpsetool + bin/powerpc-aix/kpsewhich + bin/powerpc-aix/kpsexpand + bin/powerpc-aix/mkocp + bin/powerpc-aix/mkofm + bin/powerpc-aix/mktexfmt + bin/powerpc-aix/mktexlsr + bin/powerpc-aix/mktexmf + bin/powerpc-aix/mktexpk + bin/powerpc-aix/mktextfm + bin/powerpc-aix/texhash + +name kpathsea.powerpc-linux +category TLCore +revision 15367 +shortdesc powerpc-linux files of kpathsea +binfiles arch=powerpc-linux size=42 + bin/powerpc-linux/kpseaccess + bin/powerpc-linux/kpsepath + bin/powerpc-linux/kpsereadlink + bin/powerpc-linux/kpsestat + bin/powerpc-linux/kpsetool + bin/powerpc-linux/kpsewhich + bin/powerpc-linux/kpsexpand + bin/powerpc-linux/mkocp + bin/powerpc-linux/mkofm + bin/powerpc-linux/mktexfmt + bin/powerpc-linux/mktexlsr + bin/powerpc-linux/mktexmf + bin/powerpc-linux/mktexpk + bin/powerpc-linux/mktextfm + bin/powerpc-linux/texhash + +name kpathsea.sparc-linux +category TLCore +revision 15136 +shortdesc sparc-linux files of kpathsea +binfiles arch=sparc-linux size=40 + bin/sparc-linux/kpseaccess + bin/sparc-linux/kpsepath + bin/sparc-linux/kpsereadlink + bin/sparc-linux/kpsestat + bin/sparc-linux/kpsetool + bin/sparc-linux/kpsewhich + bin/sparc-linux/kpsexpand + bin/sparc-linux/mkocp + bin/sparc-linux/mkofm + bin/sparc-linux/mktexfmt + bin/sparc-linux/mktexlsr + bin/sparc-linux/mktexmf + bin/sparc-linux/mktexpk + bin/sparc-linux/mktextfm + bin/sparc-linux/texhash + +name kpathsea.sparc-solaris +category TLCore +revision 15157 +shortdesc sparc-solaris files of kpathsea +binfiles arch=sparc-solaris size=59 + bin/sparc-solaris/kpseaccess + bin/sparc-solaris/kpsepath + bin/sparc-solaris/kpsereadlink + bin/sparc-solaris/kpsestat + bin/sparc-solaris/kpsetool + bin/sparc-solaris/kpsewhich + bin/sparc-solaris/kpsexpand + bin/sparc-solaris/mkocp + bin/sparc-solaris/mkofm + bin/sparc-solaris/mktexfmt + bin/sparc-solaris/mktexlsr + bin/sparc-solaris/mktexmf + bin/sparc-solaris/mktexpk + bin/sparc-solaris/mktextfm + bin/sparc-solaris/texhash + +name kpathsea.universal-darwin +category TLCore +revision 15137 +shortdesc universal-darwin files of kpathsea +binfiles arch=universal-darwin size=86 + bin/universal-darwin/kpseaccess + bin/universal-darwin/kpsepath + bin/universal-darwin/kpsereadlink + bin/universal-darwin/kpsestat + bin/universal-darwin/kpsetool + bin/universal-darwin/kpsewhich + bin/universal-darwin/kpsexpand + bin/universal-darwin/mkocp + bin/universal-darwin/mkofm + bin/universal-darwin/mktexfmt + bin/universal-darwin/mktexlsr + bin/universal-darwin/mktexmf + bin/universal-darwin/mktexpk + bin/universal-darwin/mktextfm + bin/universal-darwin/texhash + +name kpathsea.win32 +category TLCore +revision 15944 +shortdesc win32 files of kpathsea +binfiles arch=win32 size=275 + bin/win32/kpathsea500.dll + bin/win32/kpathsea50071.dll + bin/win32/kpseaccess.exe + bin/win32/kpsereadlink.exe + bin/win32/kpsestat.exe + bin/win32/kpsewhich.exe + bin/win32/mkocp.exe + bin/win32/mkofm.exe + bin/win32/mktexfmt.exe + bin/win32/mktexlsr.exe + bin/win32/mktexmf.exe + bin/win32/mktexpk.exe + bin/win32/mktextfm.exe + bin/win32/mktexupd.exe + bin/win32/msvcp71.dll + bin/win32/msvcr71.dll + bin/win32/texhash.exe + +name kpathsea.x86_64-linux +category TLCore +revision 15365 +shortdesc x86_64-linux files of kpathsea +binfiles arch=x86_64-linux size=41 + bin/x86_64-linux/kpseaccess + bin/x86_64-linux/kpsepath + bin/x86_64-linux/kpsereadlink + bin/x86_64-linux/kpsestat + bin/x86_64-linux/kpsetool + bin/x86_64-linux/kpsewhich + bin/x86_64-linux/kpsexpand + bin/x86_64-linux/mkocp + bin/x86_64-linux/mkofm + bin/x86_64-linux/mktexfmt + bin/x86_64-linux/mktexlsr + bin/x86_64-linux/mktexmf + bin/x86_64-linux/mktexpk + bin/x86_64-linux/mktextfm + bin/x86_64-linux/texhash + +name kpfonts +category Package +revision 15878 +shortdesc A complete set of fonts for text and mathematics. +longdesc The family contains text fonts in roman, sans-serif and +longdesc monospaced shapes, with true small caps and old-style numbers; +longdesc the package offers full support of the textcomp package. The +longdesc mathematics fonts include all the AMS fonts, in both normal and +longdesc bold weights. Each of the font types is available in two main +longdesc versions: default and 'light'. Each version is available in +longdesc four variants: default; oldstyle numbers; oldstyle numbers with +longdesc old ligatures such as ct and st, and long-tailed capital Q; and +longdesc veryoldstyle with long s. Other variants include small caps as +longdesc default or 'large small caps', and for mathematics both upright +longdesc and slanted shapes for Greek letters, as well as default and +longdesc narrow versions of multiple integrals. The fonts were +longdesc originally derived from URW Palladio (with URW's agreement) +longdesc though the fonts are very clearly different in appearance from +longdesc their parent. +execute addMap kpfonts.map +docfiles size=278 + texmf-dist/doc/fonts/kpfonts/Kpfonts-Doc-French.pdf + texmf-dist/doc/fonts/kpfonts/Kpfonts-Doc-French.tex + texmf-dist/doc/fonts/kpfonts/README.txt + texmf-dist/doc/fonts/kpfonts/christophe.cls + texmf-dist/doc/fonts/kpfonts/kpfonts-abstract.pdf + texmf-dist/doc/fonts/kpfonts/kpfonts-abstract.tex + texmf-dist/doc/fonts/kpfonts/kpfonts.pdf + texmf-dist/doc/fonts/kpfonts/kpfonts.tex +runfiles size=3827 + texmf-dist/fonts/afm/public/kpfonts/jkpbit8a.afm + texmf-dist/fonts/afm/public/kpfonts/jkpbitc.afm + texmf-dist/fonts/afm/public/kpfonts/jkpbite.afm + texmf-dist/fonts/afm/public/kpfonts/jkpbn8a.afm + texmf-dist/fonts/afm/public/kpfonts/jkpbnc.afm + texmf-dist/fonts/afm/public/kpfonts/jkpbne.afm + texmf-dist/fonts/afm/public/kpfonts/jkpbsc8a.afm + texmf-dist/fonts/afm/public/kpfonts/jkpbsce.afm + texmf-dist/fonts/afm/public/kpfonts/jkpkbsc.afm + texmf-dist/fonts/afm/public/kpfonts/jkpkmsc.afm + texmf-dist/fonts/afm/public/kpfonts/jkplbit8a.afm + texmf-dist/fonts/afm/public/kpfonts/jkplbitc.afm + texmf-dist/fonts/afm/public/kpfonts/jkplbite.afm + texmf-dist/fonts/afm/public/kpfonts/jkplbn8a.afm + texmf-dist/fonts/afm/public/kpfonts/jkplbnc.afm + texmf-dist/fonts/afm/public/kpfonts/jkplbne.afm + texmf-dist/fonts/afm/public/kpfonts/jkplbsc8a.afm + texmf-dist/fonts/afm/public/kpfonts/jkplbsce.afm + texmf-dist/fonts/afm/public/kpfonts/jkplkbsc.afm + texmf-dist/fonts/afm/public/kpfonts/jkplkmsc.afm + texmf-dist/fonts/afm/public/kpfonts/jkplmit8a.afm + texmf-dist/fonts/afm/public/kpfonts/jkplmitc.afm + texmf-dist/fonts/afm/public/kpfonts/jkplmite.afm + texmf-dist/fonts/afm/public/kpfonts/jkplmn8a.afm + texmf-dist/fonts/afm/public/kpfonts/jkplmnc.afm + texmf-dist/fonts/afm/public/kpfonts/jkplmne.afm + texmf-dist/fonts/afm/public/kpfonts/jkplmsc8a.afm + texmf-dist/fonts/afm/public/kpfonts/jkplmsce.afm + texmf-dist/fonts/afm/public/kpfonts/jkpmit8a.afm + texmf-dist/fonts/afm/public/kpfonts/jkpmitc.afm + texmf-dist/fonts/afm/public/kpfonts/jkpmite.afm + texmf-dist/fonts/afm/public/kpfonts/jkpmn8a.afm + texmf-dist/fonts/afm/public/kpfonts/jkpmnc.afm + texmf-dist/fonts/afm/public/kpfonts/jkpmne.afm + texmf-dist/fonts/afm/public/kpfonts/jkpmsc8a.afm + texmf-dist/fonts/afm/public/kpfonts/jkpmsce.afm + texmf-dist/fonts/afm/public/kpfonts/jkpssbn8a.afm + texmf-dist/fonts/afm/public/kpfonts/jkpssbnc.afm + texmf-dist/fonts/afm/public/kpfonts/jkpssbne.afm + texmf-dist/fonts/afm/public/kpfonts/jkpssbsc8a.afm + texmf-dist/fonts/afm/public/kpfonts/jkpssbsce.afm + texmf-dist/fonts/afm/public/kpfonts/jkpsskbsc.afm + texmf-dist/fonts/afm/public/kpfonts/jkpsskmsc.afm + texmf-dist/fonts/afm/public/kpfonts/jkpssmn8a.afm + texmf-dist/fonts/afm/public/kpfonts/jkpssmnc.afm + texmf-dist/fonts/afm/public/kpfonts/jkpssmne.afm + texmf-dist/fonts/afm/public/kpfonts/jkpssmsc8a.afm + texmf-dist/fonts/afm/public/kpfonts/jkpssmsce.afm + texmf-dist/fonts/afm/public/kpfonts/jkpttbn8a.afm + texmf-dist/fonts/afm/public/kpfonts/jkpttbnc.afm + texmf-dist/fonts/afm/public/kpfonts/jkpttbne.afm + texmf-dist/fonts/afm/public/kpfonts/jkpttmn8a.afm + texmf-dist/fonts/afm/public/kpfonts/jkpttmnc.afm + texmf-dist/fonts/afm/public/kpfonts/jkpttmne.afm + texmf-dist/fonts/enc/dvips/kpfonts/kpfonts-expert-sc.enc + texmf-dist/fonts/enc/dvips/kpfonts/kpfonts-expert-tt.enc + texmf-dist/fonts/enc/dvips/kpfonts/kpfonts-expert.enc + texmf-dist/fonts/enc/dvips/kpfonts/kpfonts-large-sc.enc + texmf-dist/fonts/enc/pdftex/kpfonts/kpfonts-expert-sc.enc + texmf-dist/fonts/enc/pdftex/kpfonts/kpfonts-expert-tt.enc + texmf-dist/fonts/enc/pdftex/kpfonts/kpfonts-expert.enc + texmf-dist/fonts/enc/pdftex/kpfonts/kpfonts-large-sc.enc + texmf-dist/fonts/map/dvips/kpfonts/kpfonts.map + texmf-dist/fonts/source/public/kpfonts/kpfonts-fontinst.zip + texmf-dist/fonts/tfm/public/kpfonts/jkpbex.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpbexa.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpbit7c.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpbit7t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpbit8a.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpbit8r.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpbit8t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpbitc.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpbite.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpbmi.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpbmia.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpbmiaw.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpbmif.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpbmifw.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpbmiw.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpbn7c.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpbn7t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpbn8a.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpbn8r.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpbn8t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpbnc.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpbne.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpbsc7c.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpbsc7t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpbsc8a.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpbsc8r.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpbsc8t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpbsce.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpbscsl7c.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpbscsl7t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpbscsl8r.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpbscsl8t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpbscsle.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpbsl7c.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpbsl7t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpbsl8r.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpbsl8t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpbslc.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpbsle.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpbsy.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpbsya.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpbsyb.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpbsybw.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpbsyc.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpbsyd.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpbsydw.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpbsyw.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpbxit7c.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpbxit7t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpbxit8r.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpbxit8t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpbxitc.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpbxite.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpbxn7c.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpbxn7t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpbxn8r.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpbxn8t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpbxnc.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpbxne.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpbxsc7c.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpbxsc7t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpbxsc8r.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpbxsc8t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpbxsce.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpbxscsl7c.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpbxscsl7t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpbxscsl8r.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpbxscsl8t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpbxscsle.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpbxsl7c.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpbxsl7t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpbxsl8r.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpbxsl8t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpbxslc.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpbxsle.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpex.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpexa.pl + texmf-dist/fonts/tfm/public/kpfonts/jkpexa.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpfbit7t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpfbit8t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpfbn7t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpfbn8t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpfbsl7t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpfbsl8t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpfbxit7t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpfbxit8t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpfbxn7t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpfbxn8t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpfbxsl7t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpfbxsl8t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpfmit7t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpfmit8t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpfmn7t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpfmn8t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpfmsl7t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpfmsl8t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpfosnbit7t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpfosnbit8t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpfosnbn7t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpfosnbn8t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpfosnbsl7t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpfosnbsl8t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpfosnbxit7t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpfosnbxit8t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpfosnbxn7t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpfosnbxn8t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpfosnbxsl7t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpfosnbxsl8t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpfosnmit7t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpfosnmit8t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpfosnmn7t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpfosnmn8t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpfosnmsl7t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpfosnmsl8t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpkbsc.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpkbsc7t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpkbsc8t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpkbscsl.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpkbscsl7t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpkbscsl8t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpkbxsc.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpkbxsc7t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpkbxsc8t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpkbxscsl.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpkbxscsl7t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpkbxscsl8t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpkmsc.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpkmsc7t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpkmsc8t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpkmscsl.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpkmscsl7t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpkmscsl8t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpkosbsc7t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpkosbsc8t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpkosbscsl7t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpkosbscsl8t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpkosbxsc7t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpkosbxsc8t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpkosbxscsl7t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpkosbxscsl8t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpkosmsc7t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpkosmsc8t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpkosmscsl7t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpkosmscsl8t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpkosnbsc7t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpkosnbsc8t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpkosnbscsl7t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpkosnbscsl8t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpkosnbxsc7t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpkosnbxsc8t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpkosnbxscsl7t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpkosnbxscsl8t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpkosnmsc7t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpkosnmsc8t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpkosnmscsl7t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpkosnmscsl8t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkplbex.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkplbexa.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkplbit7c.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkplbit7t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkplbit8a.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkplbit8r.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkplbit8t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkplbitc.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkplbite.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkplbmi.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkplbmia.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkplbmiaw.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkplbmif.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkplbmifw.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkplbmiw.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkplbn7c.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkplbn7t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkplbn8a.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkplbn8r.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkplbn8t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkplbnc.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkplbne.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkplbsc7c.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkplbsc7t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkplbsc8a.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkplbsc8r.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkplbsc8t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkplbsce.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkplbscsl7c.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkplbscsl7t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkplbscsl8r.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkplbscsl8t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkplbscsle.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkplbsl7c.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkplbsl7t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkplbsl8r.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkplbsl8t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkplbslc.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkplbsle.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkplbsy.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkplbsyb.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkplbsybw.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkplbsyc.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkplbsyd.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkplbsydw.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkplbsyw.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkplbxit7c.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkplbxit7t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkplbxit8r.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkplbxit8t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkplbxitc.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkplbxite.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkplbxn7c.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkplbxn7t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkplbxn8r.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkplbxn8t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkplbxnc.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkplbxne.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkplbxsc7c.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkplbxsc7t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkplbxsc8r.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkplbxsc8t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkplbxsce.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkplbxscsl7c.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkplbxscsl7t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkplbxscsl8r.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkplbxscsl8t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkplbxscsle.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkplbxsl7c.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkplbxsl7t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkplbxsl8r.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkplbxsl8t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkplbxslc.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkplbxsle.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkplex.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkplexa.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkplfbit7t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkplfbit8t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkplfbn7t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkplfbn8t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkplfbsl7t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkplfbsl8t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkplfbxit7t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkplfbxit8t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkplfbxn7t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkplfbxn8t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkplfbxsl7t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkplfbxsl8t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkplfmit7t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkplfmit8t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkplfmn7t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkplfmn8t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkplfmsl7t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkplfmsl8t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkplfosnbit7t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkplfosnbit8t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkplfosnbn7t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkplfosnbn8t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkplfosnbsl7t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkplfosnbsl8t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkplfosnbxit7t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkplfosnbxit8t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkplfosnbxn7t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkplfosnbxn8t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkplfosnbxsl7t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkplfosnbxsl8t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkplfosnmit7t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkplfosnmit8t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkplfosnmn7t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkplfosnmn8t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkplfosnmsl7t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkplfosnmsl8t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkplkbsc.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkplkbsc7t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkplkbsc8t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkplkbscsl.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkplkbscsl7t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkplkbscsl8t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkplkbxsc.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkplkbxsc7t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkplkbxsc8t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkplkbxscsl.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkplkbxscsl7t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkplkbxscsl8t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkplkmsc.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkplkmsc7t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkplkmsc8t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkplkmscsl.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkplkmscsl7t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkplkmscsl8t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkplkosbsc7t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkplkosbsc8t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkplkosbscsl7t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkplkosbscsl8t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkplkosbxsc7t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkplkosbxsc8t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkplkosbxscsl7t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkplkosbxscsl8t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkplkosmsc7t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkplkosmsc8t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkplkosmscsl7t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkplkosmscsl8t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkplkosnbsc7t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkplkosnbsc8t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkplkosnbscsl7t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkplkosnbscsl8t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkplkosnbxsc7t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkplkosnbxsc8t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkplkosnbxscsl7t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkplkosnbxscsl8t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkplkosnmsc7t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkplkosnmsc8t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkplkosnmscsl7t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkplkosnmscsl8t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkplmi.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkplmia.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkplmiaw.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkplmif.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkplmifw.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkplmit7c.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkplmit7t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkplmit8a.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkplmit8r.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkplmit8t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkplmitc.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkplmite.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkplmiw.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkplmn7c.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkplmn7t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkplmn8a.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkplmn8r.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkplmn8t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkplmnc.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkplmne.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkplmsc7c.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkplmsc7t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkplmsc8a.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkplmsc8r.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkplmsc8t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkplmsce.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkplmscsl7c.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkplmscsl7t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkplmscsl8r.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkplmscsl8t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkplmscsle.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkplmsl7c.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkplmsl7t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkplmsl8r.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkplmsl8t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkplmslc.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkplmsle.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkplosbit7c.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkplosbit7t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkplosbit8t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkplosbn7c.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkplosbn7t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkplosbn8t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkplosbsc7c.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkplosbsc7t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkplosbsc8t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkplosbscsl7t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkplosbscsl8t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkplosbsl7c.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkplosbsl7t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkplosbsl8t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkplosbxit7c.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkplosbxit7t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkplosbxit8t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkplosbxn7c.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkplosbxn7t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkplosbxn8t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkplosbxsc7c.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkplosbxsc7t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkplosbxsc8t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkplosbxscsl7t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkplosbxscsl8t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkplosbxsl7c.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkplosbxsl7t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkplosbxsl8t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkplosmit7c.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkplosmit7t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkplosmit8t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkplosmn7c.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkplosmn7t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkplosmn8t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkplosmsc7c.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkplosmsc7t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkplosmsc8t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkplosmscsl7t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkplosmscsl8t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkplosmsl7c.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkplosmsl7t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkplosmsl8t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkplosnbit7t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkplosnbit8t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkplosnbn7t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkplosnbn8t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkplosnbsc7t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkplosnbsc8t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkplosnbscsl7t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkplosnbscsl8t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkplosnbsl7t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkplosnbsl8t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkplosnbxit7t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkplosnbxit8t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkplosnbxn7t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkplosnbxn8t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkplosnbxsc7t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkplosnbxsc8t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkplosnbxscsl7t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkplosnbxscsl8t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkplosnbxsl7t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkplosnbxsl8t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkplosnmit7t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkplosnmit8t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkplosnmn7t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkplosnmn8t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkplosnmsc7t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkplosnmsc8t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkplosnmscsl7t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkplosnmscsl8t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkplosnmsl7t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkplosnmsl8t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkplsy.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkplsyb.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkplsybw.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkplsyc.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkplsyd.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkplsydw.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkplsyw.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkplvosbit7t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkplvosbit8t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkplvosbmi.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkplvosbmif.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkplvosbmifw.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkplvosbmiw.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkplvosbn7t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkplvosbn8t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkplvosbsl7t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkplvosbsl8t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkplvosbxit7t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkplvosbxit8t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkplvosbxn7t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkplvosbxn8t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkplvosbxsl7t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkplvosbxsl8t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkplvosmi.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkplvosmif.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkplvosmifw.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkplvosmit7t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkplvosmit8t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkplvosmiw.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkplvosmn7t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkplvosmn8t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkplvosmsl7t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkplvosmsl8t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpmi.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpmia.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpmiaw.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpmif.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpmifw.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpmit7c.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpmit7t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpmit8a.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpmit8r.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpmit8t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpmitc.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpmite.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpmiw.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpmn7c.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpmn7t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpmn8a.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpmn8r.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpmn8t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpmnc.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpmne.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpmsc7c.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpmsc7t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpmsc8a.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpmsc8r.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpmsc8t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpmsce.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpmscsl7c.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpmscsl7t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpmscsl8r.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpmscsl8t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpmscsle.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpmsl7c.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpmsl7t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpmsl8r.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpmsl8t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpmslc.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpmsle.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkposbit7c.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkposbit7t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkposbit8t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkposbn7c.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkposbn7t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkposbn8t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkposbsc7c.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkposbsc7t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkposbsc8t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkposbscsl7t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkposbscsl8t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkposbsl7c.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkposbsl7t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkposbsl8t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkposbxit7c.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkposbxit7t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkposbxit8t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkposbxn7c.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkposbxn7t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkposbxn8t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkposbxsc7c.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkposbxsc7t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkposbxsc8t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkposbxscsl7t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkposbxscsl8t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkposbxsl7c.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkposbxsl7t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkposbxsl8t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkposmit7c.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkposmit7t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkposmit8t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkposmn7c.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkposmn7t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkposmn8t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkposmsc7c.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkposmsc7t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkposmsc8t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkposmscsl7t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkposmscsl8t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkposmsl7c.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkposmsl7t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkposmsl8t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkposnbit7t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkposnbit8t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkposnbn7t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkposnbn8t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkposnbsc7t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkposnbsc8t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkposnbscsl7t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkposnbscsl8t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkposnbsl7t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkposnbsl8t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkposnbxit7t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkposnbxit8t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkposnbxn7t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkposnbxn8t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkposnbxsc7t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkposnbxsc8t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkposnbxscsl7t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkposnbxscsl8t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkposnbxsl7t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkposnbxsl8t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkposnmit7t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkposnmit8t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkposnmn7t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkposnmn8t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkposnmsc7t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkposnmsc8t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkposnmscsl7t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkposnmscsl8t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkposnmsl7t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkposnmsl8t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpssbn7c.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpssbn7t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpssbn8a.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpssbn8r.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpssbn8t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpssbnc.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpssbne.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpssbsc7c.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpssbsc7t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpssbsc8a.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpssbsc8r.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpssbsc8t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpssbsce.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpssbscsl7c.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpssbscsl7t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpssbscsl8r.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpssbscsl8t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpssbscsle.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpssbsl7c.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpssbsl7t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpssbsl8r.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpssbsl8t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpssbslc.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpssbsle.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpssbxn7c.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpssbxn7t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpssbxn8r.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpssbxn8t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpssbxnc.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpssbxne.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpssbxsc7c.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpssbxsc7t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpssbxsc8r.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpssbxsc8t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpssbxsce.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpssbxscsl7c.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpssbxscsl7t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpssbxscsl8r.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpssbxscsl8t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpssbxscsle.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpssbxsl7c.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpssbxsl7t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpssbxsl8r.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpssbxsl8t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpssbxslc.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpssbxsle.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpssfbn7t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpssfbn8t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpssfbsl7t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpssfbsl8t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpssfbxn7t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpssfbxn8t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpssfbxsl7t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpssfbxsl8t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpssfmn7t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpssfmn8t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpssfmsl7t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpssfmsl8t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpssfosnbn7t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpssfosnbn8t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpssfosnbsl7t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpssfosnbsl8t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpssfosnbxn7t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpssfosnbxn8t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpssfosnbxsl7t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpssfosnbxsl8t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpssfosnmn7t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpssfosnmn8t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpssfosnmsl7t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpssfosnmsl8t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpsskbsc.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpsskbsc7t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpsskbsc8t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpsskbscsl.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpsskbscsl7t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpsskbscsl8t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpsskbxsc.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpsskbxsc7t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpsskbxsc8t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpsskbxscsl.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpsskbxscsl7t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpsskbxscsl8t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpsskmsc.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpsskmsc7t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpsskmsc8t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpsskmscsl.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpsskmscsl7t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpsskmscsl8t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpsskosbsc7t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpsskosbsc8t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpsskosbscsl7t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpsskosbscsl8t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpsskosbxsc7t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpsskosbxsc8t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpsskosbxscsl7t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpsskosbxscsl8t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpsskosmsc7t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpsskosmsc8t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpsskosmscsl7t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpsskosmscsl8t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpsskosnbsc7t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpsskosnbsc8t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpsskosnbscsl7t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpsskosnbscsl8t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpsskosnbxsc7t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpsskosnbxsc8t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpsskosnbxscsl7t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpsskosnbxscsl8t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpsskosnmsc7t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpsskosnmsc8t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpsskosnmscsl7t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpsskosnmscsl8t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpssmn7c.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpssmn7t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpssmn8a.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpssmn8r.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpssmn8t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpssmnc.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpssmne.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpssmsc7c.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpssmsc7t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpssmsc8a.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpssmsc8r.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpssmsc8t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpssmsce.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpssmscsl7c.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpssmscsl7t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpssmscsl8r.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpssmscsl8t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpssmscsle.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpssmsl7c.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpssmsl7t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpssmsl8r.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpssmsl8t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpssmslc.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpssmsle.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpssosbn7t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpssosbn8t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpssosbsc7t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpssosbsc8t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpssosbscsl7t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpssosbscsl8t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpssosbsl7t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpssosbsl8t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpssosbxn7t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpssosbxn8t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpssosbxsc7t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpssosbxsc8t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpssosbxscsl7t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpssosbxscsl8t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpssosbxsl7t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpssosbxsl8t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpssosmn7t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpssosmn8t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpssosmsc7t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpssosmsc8t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpssosmscsl7t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpssosmscsl8t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpssosmsl7t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpssosmsl8t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpssosnbn7t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpssosnbn8t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpssosnbsc7t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpssosnbsc8t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpssosnbscsl7t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpssosnbscsl8t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpssosnbsl7t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpssosnbsl8t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpssosnbxn7t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpssosnbxn8t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpssosnbxsc7t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpssosnbxsc8t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpssosnbxscsl7t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpssosnbxscsl8t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpssosnbxsl7t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpssosnbxsl8t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpssosnmn7t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpssosnmn8t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpssosnmsc7t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpssosnmsc8t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpssosnmscsl7t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpssosnmscsl8t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpssosnmsl7t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpssosnmsl8t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpssvosbn7t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpssvosbn8t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpssvosbsc7t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpssvosbsc8t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpssvosbsl7t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpssvosbsl8t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpssvosbxn7t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpssvosbxn8t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpssvosbxsc7t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpssvosbxsc8t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpssvosbxsl7t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpssvosbxsl8t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpssvosmn7t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpssvosmn8t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpssvosmsc7t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpssvosmsc8t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpssvosmsl7t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpssvosmsl8t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpsy.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpsya.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpsyb.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpsybw.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpsyc.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpsyd.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpsydw.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpsyw.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpttbn7c.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpttbn7t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpttbn8a.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpttbn8r.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpttbn8t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpttbnc.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpttbne.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpttbsl7c.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpttbsl7t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpttbsl8r.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpttbsl8t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpttbslc.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpttbsle.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpttmn7c.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpttmn7t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpttmn8a.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpttmn8r.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpttmn8t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpttmnc.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpttmne.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpttmsl7c.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpttmsl7t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpttmsl8r.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpttmsl8t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpttmslc.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpttmsle.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpttosbn7t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpttosbn8t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpttosbsl7t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpttosbsl8t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpttosmn7t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpttosmn8t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpttosmsl7t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpttosmsl8t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpttosnbn7t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpttosnbn8t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpttosnbsl7t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpttosnbsl8t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpttosnmn7t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpttosnmn8t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpttosnmsl7t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpttosnmsl8t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpttvosbn7t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpttvosbn8t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpttvosbsl7t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpttvosbsl8t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpttvosmn7t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpttvosmn8t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpttvosmsl7t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpttvosmsl8t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpvosbit7t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpvosbit8t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpvosbmi.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpvosbmif.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpvosbmifw.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpvosbmiw.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpvosbn7t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpvosbn8t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpvosbsl7t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpvosbsl8t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpvosbxit7t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpvosbxit8t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpvosbxn7t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpvosbxn8t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpvosbxsl7t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpvosbxsl8t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpvosmi.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpvosmif.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpvosmifw.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpvosmit7t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpvosmit8t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpvosmiw.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpvosmn7t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpvosmn8t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpvosmsl7t.tfm + texmf-dist/fonts/tfm/public/kpfonts/jkpvosmsl8t.tfm + texmf-dist/fonts/type1/public/kpfonts/jkpbex.pfb + texmf-dist/fonts/type1/public/kpfonts/jkpbexa.pfb + texmf-dist/fonts/type1/public/kpfonts/jkpbit8a.pfb + texmf-dist/fonts/type1/public/kpfonts/jkpbitc.pfb + texmf-dist/fonts/type1/public/kpfonts/jkpbite.pfb + texmf-dist/fonts/type1/public/kpfonts/jkpbmi.pfb + texmf-dist/fonts/type1/public/kpfonts/jkpbmia.pfb + texmf-dist/fonts/type1/public/kpfonts/jkpbn8a.pfb + texmf-dist/fonts/type1/public/kpfonts/jkpbnc.pfb + texmf-dist/fonts/type1/public/kpfonts/jkpbne.pfb + texmf-dist/fonts/type1/public/kpfonts/jkpbsc8a.pfb + texmf-dist/fonts/type1/public/kpfonts/jkpbsce.pfb + texmf-dist/fonts/type1/public/kpfonts/jkpbsy.pfb + texmf-dist/fonts/type1/public/kpfonts/jkpbsya.pfb + texmf-dist/fonts/type1/public/kpfonts/jkpbsyb.pfb + texmf-dist/fonts/type1/public/kpfonts/jkpbsyc.pfb + texmf-dist/fonts/type1/public/kpfonts/jkpbsyd.pfb + texmf-dist/fonts/type1/public/kpfonts/jkpex.pfb + texmf-dist/fonts/type1/public/kpfonts/jkpexa.pfb + texmf-dist/fonts/type1/public/kpfonts/jkpkbsc.pfb + texmf-dist/fonts/type1/public/kpfonts/jkpkmsc.pfb + texmf-dist/fonts/type1/public/kpfonts/jkplbex.pfb + texmf-dist/fonts/type1/public/kpfonts/jkplbexa.pfb + texmf-dist/fonts/type1/public/kpfonts/jkplbit8a.pfb + texmf-dist/fonts/type1/public/kpfonts/jkplbitc.pfb + texmf-dist/fonts/type1/public/kpfonts/jkplbite.pfb + texmf-dist/fonts/type1/public/kpfonts/jkplbmi.pfb + texmf-dist/fonts/type1/public/kpfonts/jkplbmia.pfb + texmf-dist/fonts/type1/public/kpfonts/jkplbn8a.pfb + texmf-dist/fonts/type1/public/kpfonts/jkplbnc.pfb + texmf-dist/fonts/type1/public/kpfonts/jkplbne.pfb + texmf-dist/fonts/type1/public/kpfonts/jkplbsc8a.pfb + texmf-dist/fonts/type1/public/kpfonts/jkplbsce.pfb + texmf-dist/fonts/type1/public/kpfonts/jkplbsy.pfb + texmf-dist/fonts/type1/public/kpfonts/jkplbsyb.pfb + texmf-dist/fonts/type1/public/kpfonts/jkplbsyc.pfb + texmf-dist/fonts/type1/public/kpfonts/jkplbsyd.pfb + texmf-dist/fonts/type1/public/kpfonts/jkplex.pfb + texmf-dist/fonts/type1/public/kpfonts/jkplexa.pfb + texmf-dist/fonts/type1/public/kpfonts/jkplkbsc.pfb + texmf-dist/fonts/type1/public/kpfonts/jkplkmsc.pfb + texmf-dist/fonts/type1/public/kpfonts/jkplmi.pfb + texmf-dist/fonts/type1/public/kpfonts/jkplmia.pfb + texmf-dist/fonts/type1/public/kpfonts/jkplmit8a.pfb + texmf-dist/fonts/type1/public/kpfonts/jkplmitc.pfb + texmf-dist/fonts/type1/public/kpfonts/jkplmite.pfb + texmf-dist/fonts/type1/public/kpfonts/jkplmn8a.pfb + texmf-dist/fonts/type1/public/kpfonts/jkplmnc.pfb + texmf-dist/fonts/type1/public/kpfonts/jkplmne.pfb + texmf-dist/fonts/type1/public/kpfonts/jkplmsc8a.pfb + texmf-dist/fonts/type1/public/kpfonts/jkplmsce.pfb + texmf-dist/fonts/type1/public/kpfonts/jkplsy.pfb + texmf-dist/fonts/type1/public/kpfonts/jkplsyb.pfb + texmf-dist/fonts/type1/public/kpfonts/jkplsyc.pfb + texmf-dist/fonts/type1/public/kpfonts/jkplsyd.pfb + texmf-dist/fonts/type1/public/kpfonts/jkpmi.pfb + texmf-dist/fonts/type1/public/kpfonts/jkpmia.pfb + texmf-dist/fonts/type1/public/kpfonts/jkpmit8a.pfb + texmf-dist/fonts/type1/public/kpfonts/jkpmitc.pfb + texmf-dist/fonts/type1/public/kpfonts/jkpmite.pfb + texmf-dist/fonts/type1/public/kpfonts/jkpmn8a.pfb + texmf-dist/fonts/type1/public/kpfonts/jkpmnc.pfb + texmf-dist/fonts/type1/public/kpfonts/jkpmne.pfb + texmf-dist/fonts/type1/public/kpfonts/jkpmsc8a.pfb + texmf-dist/fonts/type1/public/kpfonts/jkpmsce.pfb + texmf-dist/fonts/type1/public/kpfonts/jkpssbn8a.pfb + texmf-dist/fonts/type1/public/kpfonts/jkpssbnc.pfb + texmf-dist/fonts/type1/public/kpfonts/jkpssbne.pfb + texmf-dist/fonts/type1/public/kpfonts/jkpssbsc8a.pfb + texmf-dist/fonts/type1/public/kpfonts/jkpssbsce.pfb + texmf-dist/fonts/type1/public/kpfonts/jkpsskbsc.pfb + texmf-dist/fonts/type1/public/kpfonts/jkpsskmsc.pfb + texmf-dist/fonts/type1/public/kpfonts/jkpssmn8a.pfb + texmf-dist/fonts/type1/public/kpfonts/jkpssmnc.pfb + texmf-dist/fonts/type1/public/kpfonts/jkpssmne.pfb + texmf-dist/fonts/type1/public/kpfonts/jkpssmsc8a.pfb + texmf-dist/fonts/type1/public/kpfonts/jkpssmsce.pfb + texmf-dist/fonts/type1/public/kpfonts/jkpsy.pfb + texmf-dist/fonts/type1/public/kpfonts/jkpsya.pfb + texmf-dist/fonts/type1/public/kpfonts/jkpsyb.pfb + texmf-dist/fonts/type1/public/kpfonts/jkpsyc.pfb + texmf-dist/fonts/type1/public/kpfonts/jkpsyd.pfb + texmf-dist/fonts/type1/public/kpfonts/jkpttbn8a.pfb + texmf-dist/fonts/type1/public/kpfonts/jkpttbnc.pfb + texmf-dist/fonts/type1/public/kpfonts/jkpttbne.pfb + texmf-dist/fonts/type1/public/kpfonts/jkpttmn8a.pfb + texmf-dist/fonts/type1/public/kpfonts/jkpttmnc.pfb + texmf-dist/fonts/type1/public/kpfonts/jkpttmne.pfb + texmf-dist/fonts/vf/public/kpfonts/jkpbit7c.vf + texmf-dist/fonts/vf/public/kpfonts/jkpbit7t.vf + texmf-dist/fonts/vf/public/kpfonts/jkpbit8t.vf + texmf-dist/fonts/vf/public/kpfonts/jkpbmiaw.vf + texmf-dist/fonts/vf/public/kpfonts/jkpbmif.vf + texmf-dist/fonts/vf/public/kpfonts/jkpbmifw.vf + texmf-dist/fonts/vf/public/kpfonts/jkpbmiw.vf + texmf-dist/fonts/vf/public/kpfonts/jkpbn7c.vf + texmf-dist/fonts/vf/public/kpfonts/jkpbn7t.vf + texmf-dist/fonts/vf/public/kpfonts/jkpbn8t.vf + texmf-dist/fonts/vf/public/kpfonts/jkpbsc7c.vf + texmf-dist/fonts/vf/public/kpfonts/jkpbsc7t.vf + texmf-dist/fonts/vf/public/kpfonts/jkpbsc8t.vf + texmf-dist/fonts/vf/public/kpfonts/jkpbscsl7c.vf + texmf-dist/fonts/vf/public/kpfonts/jkpbscsl7t.vf + texmf-dist/fonts/vf/public/kpfonts/jkpbscsl8t.vf + texmf-dist/fonts/vf/public/kpfonts/jkpbsl7c.vf + texmf-dist/fonts/vf/public/kpfonts/jkpbsl7t.vf + texmf-dist/fonts/vf/public/kpfonts/jkpbsl8t.vf + texmf-dist/fonts/vf/public/kpfonts/jkpbsybw.vf + texmf-dist/fonts/vf/public/kpfonts/jkpbsydw.vf + texmf-dist/fonts/vf/public/kpfonts/jkpbsyw.vf + texmf-dist/fonts/vf/public/kpfonts/jkpbxit7c.vf + texmf-dist/fonts/vf/public/kpfonts/jkpbxit7t.vf + texmf-dist/fonts/vf/public/kpfonts/jkpbxit8t.vf + texmf-dist/fonts/vf/public/kpfonts/jkpbxn7c.vf + texmf-dist/fonts/vf/public/kpfonts/jkpbxn7t.vf + texmf-dist/fonts/vf/public/kpfonts/jkpbxn8t.vf + texmf-dist/fonts/vf/public/kpfonts/jkpbxsc7c.vf + texmf-dist/fonts/vf/public/kpfonts/jkpbxsc7t.vf + texmf-dist/fonts/vf/public/kpfonts/jkpbxsc8t.vf + texmf-dist/fonts/vf/public/kpfonts/jkpbxscsl7c.vf + texmf-dist/fonts/vf/public/kpfonts/jkpbxscsl7t.vf + texmf-dist/fonts/vf/public/kpfonts/jkpbxscsl8t.vf + texmf-dist/fonts/vf/public/kpfonts/jkpbxsl7c.vf + texmf-dist/fonts/vf/public/kpfonts/jkpbxsl7t.vf + texmf-dist/fonts/vf/public/kpfonts/jkpbxsl8t.vf + texmf-dist/fonts/vf/public/kpfonts/jkpfbit7t.vf + texmf-dist/fonts/vf/public/kpfonts/jkpfbit8t.vf + texmf-dist/fonts/vf/public/kpfonts/jkpfbn7t.vf + texmf-dist/fonts/vf/public/kpfonts/jkpfbn8t.vf + texmf-dist/fonts/vf/public/kpfonts/jkpfbsl7t.vf + texmf-dist/fonts/vf/public/kpfonts/jkpfbsl8t.vf + texmf-dist/fonts/vf/public/kpfonts/jkpfbxit7t.vf + texmf-dist/fonts/vf/public/kpfonts/jkpfbxit8t.vf + texmf-dist/fonts/vf/public/kpfonts/jkpfbxn7t.vf + texmf-dist/fonts/vf/public/kpfonts/jkpfbxn8t.vf + texmf-dist/fonts/vf/public/kpfonts/jkpfbxsl7t.vf + texmf-dist/fonts/vf/public/kpfonts/jkpfbxsl8t.vf + texmf-dist/fonts/vf/public/kpfonts/jkpfmit7t.vf + texmf-dist/fonts/vf/public/kpfonts/jkpfmit8t.vf + texmf-dist/fonts/vf/public/kpfonts/jkpfmn7t.vf + texmf-dist/fonts/vf/public/kpfonts/jkpfmn8t.vf + texmf-dist/fonts/vf/public/kpfonts/jkpfmsl7t.vf + texmf-dist/fonts/vf/public/kpfonts/jkpfmsl8t.vf + texmf-dist/fonts/vf/public/kpfonts/jkpfosnbit7t.vf + texmf-dist/fonts/vf/public/kpfonts/jkpfosnbit8t.vf + texmf-dist/fonts/vf/public/kpfonts/jkpfosnbn7t.vf + texmf-dist/fonts/vf/public/kpfonts/jkpfosnbn8t.vf + texmf-dist/fonts/vf/public/kpfonts/jkpfosnbsl7t.vf + texmf-dist/fonts/vf/public/kpfonts/jkpfosnbsl8t.vf + texmf-dist/fonts/vf/public/kpfonts/jkpfosnbxit7t.vf + texmf-dist/fonts/vf/public/kpfonts/jkpfosnbxit8t.vf + texmf-dist/fonts/vf/public/kpfonts/jkpfosnbxn7t.vf + texmf-dist/fonts/vf/public/kpfonts/jkpfosnbxn8t.vf + texmf-dist/fonts/vf/public/kpfonts/jkpfosnbxsl7t.vf + texmf-dist/fonts/vf/public/kpfonts/jkpfosnbxsl8t.vf + texmf-dist/fonts/vf/public/kpfonts/jkpfosnmit7t.vf + texmf-dist/fonts/vf/public/kpfonts/jkpfosnmit8t.vf + texmf-dist/fonts/vf/public/kpfonts/jkpfosnmn7t.vf + texmf-dist/fonts/vf/public/kpfonts/jkpfosnmn8t.vf + texmf-dist/fonts/vf/public/kpfonts/jkpfosnmsl7t.vf + texmf-dist/fonts/vf/public/kpfonts/jkpfosnmsl8t.vf + texmf-dist/fonts/vf/public/kpfonts/jkpfssosnbn7t.vf + texmf-dist/fonts/vf/public/kpfonts/jkpfssosnbn8t.vf + texmf-dist/fonts/vf/public/kpfonts/jkpfssosnbsl7t.vf + texmf-dist/fonts/vf/public/kpfonts/jkpfssosnbsl8t.vf + texmf-dist/fonts/vf/public/kpfonts/jkpfssosnbxn7t.vf + texmf-dist/fonts/vf/public/kpfonts/jkpfssosnbxn8t.vf + texmf-dist/fonts/vf/public/kpfonts/jkpfssosnbxsl7t.vf + texmf-dist/fonts/vf/public/kpfonts/jkpfssosnbxsl8t.vf + texmf-dist/fonts/vf/public/kpfonts/jkpfssosnmn7t.vf + texmf-dist/fonts/vf/public/kpfonts/jkpfssosnmn8t.vf + texmf-dist/fonts/vf/public/kpfonts/jkpfssosnmsl7t.vf + texmf-dist/fonts/vf/public/kpfonts/jkpfssosnmsl8t.vf + texmf-dist/fonts/vf/public/kpfonts/jkpkbsc7t.vf + texmf-dist/fonts/vf/public/kpfonts/jkpkbsc8t.vf + texmf-dist/fonts/vf/public/kpfonts/jkpkbscsl7t.vf + texmf-dist/fonts/vf/public/kpfonts/jkpkbscsl8t.vf + texmf-dist/fonts/vf/public/kpfonts/jkpkbxsc7t.vf + texmf-dist/fonts/vf/public/kpfonts/jkpkbxsc8t.vf + texmf-dist/fonts/vf/public/kpfonts/jkpkbxscsl7t.vf + texmf-dist/fonts/vf/public/kpfonts/jkpkbxscsl8t.vf + texmf-dist/fonts/vf/public/kpfonts/jkpkmsc7t.vf + texmf-dist/fonts/vf/public/kpfonts/jkpkmsc8t.vf + texmf-dist/fonts/vf/public/kpfonts/jkpkmscsl7t.vf + texmf-dist/fonts/vf/public/kpfonts/jkpkmscsl8t.vf + texmf-dist/fonts/vf/public/kpfonts/jkpkosbsc7t.vf + texmf-dist/fonts/vf/public/kpfonts/jkpkosbsc8t.vf + texmf-dist/fonts/vf/public/kpfonts/jkpkosbscsl7t.vf + texmf-dist/fonts/vf/public/kpfonts/jkpkosbscsl8t.vf + texmf-dist/fonts/vf/public/kpfonts/jkpkosbxsc7t.vf + texmf-dist/fonts/vf/public/kpfonts/jkpkosbxsc8t.vf + texmf-dist/fonts/vf/public/kpfonts/jkpkosbxscsl7t.vf + texmf-dist/fonts/vf/public/kpfonts/jkpkosbxscsl8t.vf + texmf-dist/fonts/vf/public/kpfonts/jkpkosmsc7t.vf + texmf-dist/fonts/vf/public/kpfonts/jkpkosmsc8t.vf + texmf-dist/fonts/vf/public/kpfonts/jkpkosmscsl7t.vf + texmf-dist/fonts/vf/public/kpfonts/jkpkosmscsl8t.vf + texmf-dist/fonts/vf/public/kpfonts/jkpkosnbsc7t.vf + texmf-dist/fonts/vf/public/kpfonts/jkpkosnbsc8t.vf + texmf-dist/fonts/vf/public/kpfonts/jkpkosnbscsl7t.vf + texmf-dist/fonts/vf/public/kpfonts/jkpkosnbscsl8t.vf + texmf-dist/fonts/vf/public/kpfonts/jkpkosnbxsc7t.vf + texmf-dist/fonts/vf/public/kpfonts/jkpkosnbxsc8t.vf + texmf-dist/fonts/vf/public/kpfonts/jkpkosnbxscsl7t.vf + texmf-dist/fonts/vf/public/kpfonts/jkpkosnbxscsl8t.vf + texmf-dist/fonts/vf/public/kpfonts/jkpkosnmsc7t.vf + texmf-dist/fonts/vf/public/kpfonts/jkpkosnmsc8t.vf + texmf-dist/fonts/vf/public/kpfonts/jkpkosnmscsl7t.vf + texmf-dist/fonts/vf/public/kpfonts/jkpkosnmscsl8t.vf + texmf-dist/fonts/vf/public/kpfonts/jkplbit7c.vf + texmf-dist/fonts/vf/public/kpfonts/jkplbit7t.vf + texmf-dist/fonts/vf/public/kpfonts/jkplbit8t.vf + texmf-dist/fonts/vf/public/kpfonts/jkplbmiaw.vf + texmf-dist/fonts/vf/public/kpfonts/jkplbmif.vf + texmf-dist/fonts/vf/public/kpfonts/jkplbmifw.vf + texmf-dist/fonts/vf/public/kpfonts/jkplbmiw.vf + texmf-dist/fonts/vf/public/kpfonts/jkplbn7c.vf + texmf-dist/fonts/vf/public/kpfonts/jkplbn7t.vf + texmf-dist/fonts/vf/public/kpfonts/jkplbn8t.vf + texmf-dist/fonts/vf/public/kpfonts/jkplbsc7c.vf + texmf-dist/fonts/vf/public/kpfonts/jkplbsc7t.vf + texmf-dist/fonts/vf/public/kpfonts/jkplbsc8t.vf + texmf-dist/fonts/vf/public/kpfonts/jkplbscsl7c.vf + texmf-dist/fonts/vf/public/kpfonts/jkplbscsl7t.vf + texmf-dist/fonts/vf/public/kpfonts/jkplbscsl8t.vf + texmf-dist/fonts/vf/public/kpfonts/jkplbsl7c.vf + texmf-dist/fonts/vf/public/kpfonts/jkplbsl7t.vf + texmf-dist/fonts/vf/public/kpfonts/jkplbsl8t.vf + texmf-dist/fonts/vf/public/kpfonts/jkplbsybw.vf + texmf-dist/fonts/vf/public/kpfonts/jkplbsydw.vf + texmf-dist/fonts/vf/public/kpfonts/jkplbsyw.vf + texmf-dist/fonts/vf/public/kpfonts/jkplbxit7c.vf + texmf-dist/fonts/vf/public/kpfonts/jkplbxit7t.vf + texmf-dist/fonts/vf/public/kpfonts/jkplbxit8t.vf + texmf-dist/fonts/vf/public/kpfonts/jkplbxn7c.vf + texmf-dist/fonts/vf/public/kpfonts/jkplbxn7t.vf + texmf-dist/fonts/vf/public/kpfonts/jkplbxn8t.vf + texmf-dist/fonts/vf/public/kpfonts/jkplbxsc7c.vf + texmf-dist/fonts/vf/public/kpfonts/jkplbxsc7t.vf + texmf-dist/fonts/vf/public/kpfonts/jkplbxsc8t.vf + texmf-dist/fonts/vf/public/kpfonts/jkplbxscsl7c.vf + texmf-dist/fonts/vf/public/kpfonts/jkplbxscsl7t.vf + texmf-dist/fonts/vf/public/kpfonts/jkplbxscsl8t.vf + texmf-dist/fonts/vf/public/kpfonts/jkplbxsl7c.vf + texmf-dist/fonts/vf/public/kpfonts/jkplbxsl7t.vf + texmf-dist/fonts/vf/public/kpfonts/jkplbxsl8t.vf + texmf-dist/fonts/vf/public/kpfonts/jkplfbit7t.vf + texmf-dist/fonts/vf/public/kpfonts/jkplfbit8t.vf + texmf-dist/fonts/vf/public/kpfonts/jkplfbn7t.vf + texmf-dist/fonts/vf/public/kpfonts/jkplfbn8t.vf + texmf-dist/fonts/vf/public/kpfonts/jkplfbsl7t.vf + texmf-dist/fonts/vf/public/kpfonts/jkplfbsl8t.vf + texmf-dist/fonts/vf/public/kpfonts/jkplfbxit7t.vf + texmf-dist/fonts/vf/public/kpfonts/jkplfbxit8t.vf + texmf-dist/fonts/vf/public/kpfonts/jkplfbxn7t.vf + texmf-dist/fonts/vf/public/kpfonts/jkplfbxn8t.vf + texmf-dist/fonts/vf/public/kpfonts/jkplfbxsl7t.vf + texmf-dist/fonts/vf/public/kpfonts/jkplfbxsl8t.vf + texmf-dist/fonts/vf/public/kpfonts/jkplfmit7t.vf + texmf-dist/fonts/vf/public/kpfonts/jkplfmit8t.vf + texmf-dist/fonts/vf/public/kpfonts/jkplfmn7t.vf + texmf-dist/fonts/vf/public/kpfonts/jkplfmn8t.vf + texmf-dist/fonts/vf/public/kpfonts/jkplfmsl7t.vf + texmf-dist/fonts/vf/public/kpfonts/jkplfmsl8t.vf + texmf-dist/fonts/vf/public/kpfonts/jkplfosnbit7t.vf + texmf-dist/fonts/vf/public/kpfonts/jkplfosnbit8t.vf + texmf-dist/fonts/vf/public/kpfonts/jkplfosnbn7t.vf + texmf-dist/fonts/vf/public/kpfonts/jkplfosnbn8t.vf + texmf-dist/fonts/vf/public/kpfonts/jkplfosnbsl7t.vf + texmf-dist/fonts/vf/public/kpfonts/jkplfosnbsl8t.vf + texmf-dist/fonts/vf/public/kpfonts/jkplfosnbxit7t.vf + texmf-dist/fonts/vf/public/kpfonts/jkplfosnbxit8t.vf + texmf-dist/fonts/vf/public/kpfonts/jkplfosnbxn7t.vf + texmf-dist/fonts/vf/public/kpfonts/jkplfosnbxn8t.vf + texmf-dist/fonts/vf/public/kpfonts/jkplfosnbxsl7t.vf + texmf-dist/fonts/vf/public/kpfonts/jkplfosnbxsl8t.vf + texmf-dist/fonts/vf/public/kpfonts/jkplfosnmit7t.vf + texmf-dist/fonts/vf/public/kpfonts/jkplfosnmit8t.vf + texmf-dist/fonts/vf/public/kpfonts/jkplfosnmn7t.vf + texmf-dist/fonts/vf/public/kpfonts/jkplfosnmn8t.vf + texmf-dist/fonts/vf/public/kpfonts/jkplfosnmsl7t.vf + texmf-dist/fonts/vf/public/kpfonts/jkplfosnmsl8t.vf + texmf-dist/fonts/vf/public/kpfonts/jkplkbsc7t.vf + texmf-dist/fonts/vf/public/kpfonts/jkplkbsc8t.vf + texmf-dist/fonts/vf/public/kpfonts/jkplkbscsl7t.vf + texmf-dist/fonts/vf/public/kpfonts/jkplkbscsl8t.vf + texmf-dist/fonts/vf/public/kpfonts/jkplkbxsc7t.vf + texmf-dist/fonts/vf/public/kpfonts/jkplkbxsc8t.vf + texmf-dist/fonts/vf/public/kpfonts/jkplkbxscsl7t.vf + texmf-dist/fonts/vf/public/kpfonts/jkplkbxscsl8t.vf + texmf-dist/fonts/vf/public/kpfonts/jkplkmsc7t.vf + texmf-dist/fonts/vf/public/kpfonts/jkplkmsc8t.vf + texmf-dist/fonts/vf/public/kpfonts/jkplkmscsl7t.vf + texmf-dist/fonts/vf/public/kpfonts/jkplkmscsl8t.vf + texmf-dist/fonts/vf/public/kpfonts/jkplkosbsc7t.vf + texmf-dist/fonts/vf/public/kpfonts/jkplkosbsc8t.vf + texmf-dist/fonts/vf/public/kpfonts/jkplkosbscsl7t.vf + texmf-dist/fonts/vf/public/kpfonts/jkplkosbscsl8t.vf + texmf-dist/fonts/vf/public/kpfonts/jkplkosbxsc7t.vf + texmf-dist/fonts/vf/public/kpfonts/jkplkosbxsc8t.vf + texmf-dist/fonts/vf/public/kpfonts/jkplkosbxscsl7t.vf + texmf-dist/fonts/vf/public/kpfonts/jkplkosbxscsl8t.vf + texmf-dist/fonts/vf/public/kpfonts/jkplkosmsc7t.vf + texmf-dist/fonts/vf/public/kpfonts/jkplkosmsc8t.vf + texmf-dist/fonts/vf/public/kpfonts/jkplkosmscsl7t.vf + texmf-dist/fonts/vf/public/kpfonts/jkplkosmscsl8t.vf + texmf-dist/fonts/vf/public/kpfonts/jkplkosnbsc7t.vf + texmf-dist/fonts/vf/public/kpfonts/jkplkosnbsc8t.vf + texmf-dist/fonts/vf/public/kpfonts/jkplkosnbscsl7t.vf + texmf-dist/fonts/vf/public/kpfonts/jkplkosnbscsl8t.vf + texmf-dist/fonts/vf/public/kpfonts/jkplkosnbxsc7t.vf + texmf-dist/fonts/vf/public/kpfonts/jkplkosnbxsc8t.vf + texmf-dist/fonts/vf/public/kpfonts/jkplkosnbxscsl7t.vf + texmf-dist/fonts/vf/public/kpfonts/jkplkosnbxscsl8t.vf + texmf-dist/fonts/vf/public/kpfonts/jkplkosnmsc7t.vf + texmf-dist/fonts/vf/public/kpfonts/jkplkosnmsc8t.vf + texmf-dist/fonts/vf/public/kpfonts/jkplkosnmscsl7t.vf + texmf-dist/fonts/vf/public/kpfonts/jkplkosnmscsl8t.vf + texmf-dist/fonts/vf/public/kpfonts/jkplmiaw.vf + texmf-dist/fonts/vf/public/kpfonts/jkplmif.vf + texmf-dist/fonts/vf/public/kpfonts/jkplmifw.vf + texmf-dist/fonts/vf/public/kpfonts/jkplmit7c.vf + texmf-dist/fonts/vf/public/kpfonts/jkplmit7t.vf + texmf-dist/fonts/vf/public/kpfonts/jkplmit8t.vf + texmf-dist/fonts/vf/public/kpfonts/jkplmiw.vf + texmf-dist/fonts/vf/public/kpfonts/jkplmn7c.vf + texmf-dist/fonts/vf/public/kpfonts/jkplmn7t.vf + texmf-dist/fonts/vf/public/kpfonts/jkplmn8t.vf + texmf-dist/fonts/vf/public/kpfonts/jkplmsc7c.vf + texmf-dist/fonts/vf/public/kpfonts/jkplmsc7t.vf + texmf-dist/fonts/vf/public/kpfonts/jkplmsc8t.vf + texmf-dist/fonts/vf/public/kpfonts/jkplmscsl7c.vf + texmf-dist/fonts/vf/public/kpfonts/jkplmscsl7t.vf + texmf-dist/fonts/vf/public/kpfonts/jkplmscsl8t.vf + texmf-dist/fonts/vf/public/kpfonts/jkplmsl7c.vf + texmf-dist/fonts/vf/public/kpfonts/jkplmsl7t.vf + texmf-dist/fonts/vf/public/kpfonts/jkplmsl8t.vf + texmf-dist/fonts/vf/public/kpfonts/jkplosbit7c.vf + texmf-dist/fonts/vf/public/kpfonts/jkplosbit7t.vf + texmf-dist/fonts/vf/public/kpfonts/jkplosbit8t.vf + texmf-dist/fonts/vf/public/kpfonts/jkplosbn7c.vf + texmf-dist/fonts/vf/public/kpfonts/jkplosbn7t.vf + texmf-dist/fonts/vf/public/kpfonts/jkplosbn8t.vf + texmf-dist/fonts/vf/public/kpfonts/jkplosbsc7c.vf + texmf-dist/fonts/vf/public/kpfonts/jkplosbsc7t.vf + texmf-dist/fonts/vf/public/kpfonts/jkplosbsc8t.vf + texmf-dist/fonts/vf/public/kpfonts/jkplosbscsl7t.vf + texmf-dist/fonts/vf/public/kpfonts/jkplosbscsl8t.vf + texmf-dist/fonts/vf/public/kpfonts/jkplosbsl7c.vf + texmf-dist/fonts/vf/public/kpfonts/jkplosbsl7t.vf + texmf-dist/fonts/vf/public/kpfonts/jkplosbsl8t.vf + texmf-dist/fonts/vf/public/kpfonts/jkplosbxit7c.vf + texmf-dist/fonts/vf/public/kpfonts/jkplosbxit7t.vf + texmf-dist/fonts/vf/public/kpfonts/jkplosbxit8t.vf + texmf-dist/fonts/vf/public/kpfonts/jkplosbxn7c.vf + texmf-dist/fonts/vf/public/kpfonts/jkplosbxn7t.vf + texmf-dist/fonts/vf/public/kpfonts/jkplosbxn8t.vf + texmf-dist/fonts/vf/public/kpfonts/jkplosbxsc7c.vf + texmf-dist/fonts/vf/public/kpfonts/jkplosbxsc7t.vf + texmf-dist/fonts/vf/public/kpfonts/jkplosbxsc8t.vf + texmf-dist/fonts/vf/public/kpfonts/jkplosbxscsl7t.vf + texmf-dist/fonts/vf/public/kpfonts/jkplosbxscsl8t.vf + texmf-dist/fonts/vf/public/kpfonts/jkplosbxsl7c.vf + texmf-dist/fonts/vf/public/kpfonts/jkplosbxsl7t.vf + texmf-dist/fonts/vf/public/kpfonts/jkplosbxsl8t.vf + texmf-dist/fonts/vf/public/kpfonts/jkplosmit7c.vf + texmf-dist/fonts/vf/public/kpfonts/jkplosmit7t.vf + texmf-dist/fonts/vf/public/kpfonts/jkplosmit8t.vf + texmf-dist/fonts/vf/public/kpfonts/jkplosmn7c.vf + texmf-dist/fonts/vf/public/kpfonts/jkplosmn7t.vf + texmf-dist/fonts/vf/public/kpfonts/jkplosmn8t.vf + texmf-dist/fonts/vf/public/kpfonts/jkplosmsc7c.vf + texmf-dist/fonts/vf/public/kpfonts/jkplosmsc7t.vf + texmf-dist/fonts/vf/public/kpfonts/jkplosmsc8t.vf + texmf-dist/fonts/vf/public/kpfonts/jkplosmscsl7t.vf + texmf-dist/fonts/vf/public/kpfonts/jkplosmscsl8t.vf + texmf-dist/fonts/vf/public/kpfonts/jkplosmsl7c.vf + texmf-dist/fonts/vf/public/kpfonts/jkplosmsl7t.vf + texmf-dist/fonts/vf/public/kpfonts/jkplosmsl8t.vf + texmf-dist/fonts/vf/public/kpfonts/jkplosnbit7t.vf + texmf-dist/fonts/vf/public/kpfonts/jkplosnbit8t.vf + texmf-dist/fonts/vf/public/kpfonts/jkplosnbn7t.vf + texmf-dist/fonts/vf/public/kpfonts/jkplosnbn8t.vf + texmf-dist/fonts/vf/public/kpfonts/jkplosnbsc7t.vf + texmf-dist/fonts/vf/public/kpfonts/jkplosnbsc8t.vf + texmf-dist/fonts/vf/public/kpfonts/jkplosnbscsl7t.vf + texmf-dist/fonts/vf/public/kpfonts/jkplosnbscsl8t.vf + texmf-dist/fonts/vf/public/kpfonts/jkplosnbsl7t.vf + texmf-dist/fonts/vf/public/kpfonts/jkplosnbsl8t.vf + texmf-dist/fonts/vf/public/kpfonts/jkplosnbxit7t.vf + texmf-dist/fonts/vf/public/kpfonts/jkplosnbxit8t.vf + texmf-dist/fonts/vf/public/kpfonts/jkplosnbxn7t.vf + texmf-dist/fonts/vf/public/kpfonts/jkplosnbxn8t.vf + texmf-dist/fonts/vf/public/kpfonts/jkplosnbxsc7t.vf + texmf-dist/fonts/vf/public/kpfonts/jkplosnbxsc8t.vf + texmf-dist/fonts/vf/public/kpfonts/jkplosnbxscsl7t.vf + texmf-dist/fonts/vf/public/kpfonts/jkplosnbxscsl8t.vf + texmf-dist/fonts/vf/public/kpfonts/jkplosnbxsl7t.vf + texmf-dist/fonts/vf/public/kpfonts/jkplosnbxsl8t.vf + texmf-dist/fonts/vf/public/kpfonts/jkplosnmit7t.vf + texmf-dist/fonts/vf/public/kpfonts/jkplosnmit8t.vf + texmf-dist/fonts/vf/public/kpfonts/jkplosnmn7t.vf + texmf-dist/fonts/vf/public/kpfonts/jkplosnmn8t.vf + texmf-dist/fonts/vf/public/kpfonts/jkplosnmsc7t.vf + texmf-dist/fonts/vf/public/kpfonts/jkplosnmsc8t.vf + texmf-dist/fonts/vf/public/kpfonts/jkplosnmscsl7t.vf + texmf-dist/fonts/vf/public/kpfonts/jkplosnmscsl8t.vf + texmf-dist/fonts/vf/public/kpfonts/jkplosnmsl7t.vf + texmf-dist/fonts/vf/public/kpfonts/jkplosnmsl8t.vf + texmf-dist/fonts/vf/public/kpfonts/jkplsybw.vf + texmf-dist/fonts/vf/public/kpfonts/jkplsydw.vf + texmf-dist/fonts/vf/public/kpfonts/jkplsyw.vf + texmf-dist/fonts/vf/public/kpfonts/jkplvosbit7t.vf + texmf-dist/fonts/vf/public/kpfonts/jkplvosbit8t.vf + texmf-dist/fonts/vf/public/kpfonts/jkplvosbmi.vf + texmf-dist/fonts/vf/public/kpfonts/jkplvosbmif.vf + texmf-dist/fonts/vf/public/kpfonts/jkplvosbmifw.vf + texmf-dist/fonts/vf/public/kpfonts/jkplvosbmiw.vf + texmf-dist/fonts/vf/public/kpfonts/jkplvosbn7t.vf + texmf-dist/fonts/vf/public/kpfonts/jkplvosbn8t.vf + texmf-dist/fonts/vf/public/kpfonts/jkplvosbsl7t.vf + texmf-dist/fonts/vf/public/kpfonts/jkplvosbsl8t.vf + texmf-dist/fonts/vf/public/kpfonts/jkplvosbxit7t.vf + texmf-dist/fonts/vf/public/kpfonts/jkplvosbxit8t.vf + texmf-dist/fonts/vf/public/kpfonts/jkplvosbxn7t.vf + texmf-dist/fonts/vf/public/kpfonts/jkplvosbxn8t.vf + texmf-dist/fonts/vf/public/kpfonts/jkplvosbxsl7t.vf + texmf-dist/fonts/vf/public/kpfonts/jkplvosbxsl8t.vf + texmf-dist/fonts/vf/public/kpfonts/jkplvosmi.vf + texmf-dist/fonts/vf/public/kpfonts/jkplvosmif.vf + texmf-dist/fonts/vf/public/kpfonts/jkplvosmifw.vf + texmf-dist/fonts/vf/public/kpfonts/jkplvosmit7t.vf + texmf-dist/fonts/vf/public/kpfonts/jkplvosmit8t.vf + texmf-dist/fonts/vf/public/kpfonts/jkplvosmiw.vf + texmf-dist/fonts/vf/public/kpfonts/jkplvosmn7t.vf + texmf-dist/fonts/vf/public/kpfonts/jkplvosmn8t.vf + texmf-dist/fonts/vf/public/kpfonts/jkplvosmsl7t.vf + texmf-dist/fonts/vf/public/kpfonts/jkplvosmsl8t.vf + texmf-dist/fonts/vf/public/kpfonts/jkpmiaw.vf + texmf-dist/fonts/vf/public/kpfonts/jkpmif.vf + texmf-dist/fonts/vf/public/kpfonts/jkpmifw.vf + texmf-dist/fonts/vf/public/kpfonts/jkpmit7c.vf + texmf-dist/fonts/vf/public/kpfonts/jkpmit7t.vf + texmf-dist/fonts/vf/public/kpfonts/jkpmit8t.vf + texmf-dist/fonts/vf/public/kpfonts/jkpmiw.vf + texmf-dist/fonts/vf/public/kpfonts/jkpmn7c.vf + texmf-dist/fonts/vf/public/kpfonts/jkpmn7t.vf + texmf-dist/fonts/vf/public/kpfonts/jkpmn8t.vf + texmf-dist/fonts/vf/public/kpfonts/jkpmsc7c.vf + texmf-dist/fonts/vf/public/kpfonts/jkpmsc7t.vf + texmf-dist/fonts/vf/public/kpfonts/jkpmsc8t.vf + texmf-dist/fonts/vf/public/kpfonts/jkpmscsl7c.vf + texmf-dist/fonts/vf/public/kpfonts/jkpmscsl7t.vf + texmf-dist/fonts/vf/public/kpfonts/jkpmscsl8t.vf + texmf-dist/fonts/vf/public/kpfonts/jkpmsl7c.vf + texmf-dist/fonts/vf/public/kpfonts/jkpmsl7t.vf + texmf-dist/fonts/vf/public/kpfonts/jkpmsl8t.vf + texmf-dist/fonts/vf/public/kpfonts/jkposbit7c.vf + texmf-dist/fonts/vf/public/kpfonts/jkposbit7t.vf + texmf-dist/fonts/vf/public/kpfonts/jkposbit8t.vf + texmf-dist/fonts/vf/public/kpfonts/jkposbn7c.vf + texmf-dist/fonts/vf/public/kpfonts/jkposbn7t.vf + texmf-dist/fonts/vf/public/kpfonts/jkposbn8t.vf + texmf-dist/fonts/vf/public/kpfonts/jkposbsc7c.vf + texmf-dist/fonts/vf/public/kpfonts/jkposbsc7t.vf + texmf-dist/fonts/vf/public/kpfonts/jkposbsc8t.vf + texmf-dist/fonts/vf/public/kpfonts/jkposbscsl7t.vf + texmf-dist/fonts/vf/public/kpfonts/jkposbscsl8t.vf + texmf-dist/fonts/vf/public/kpfonts/jkposbsl7c.vf + texmf-dist/fonts/vf/public/kpfonts/jkposbsl7t.vf + texmf-dist/fonts/vf/public/kpfonts/jkposbsl8t.vf + texmf-dist/fonts/vf/public/kpfonts/jkposbxit7c.vf + texmf-dist/fonts/vf/public/kpfonts/jkposbxit7t.vf + texmf-dist/fonts/vf/public/kpfonts/jkposbxit8t.vf + texmf-dist/fonts/vf/public/kpfonts/jkposbxn7c.vf + texmf-dist/fonts/vf/public/kpfonts/jkposbxn7t.vf + texmf-dist/fonts/vf/public/kpfonts/jkposbxn8t.vf + texmf-dist/fonts/vf/public/kpfonts/jkposbxsc7c.vf + texmf-dist/fonts/vf/public/kpfonts/jkposbxsc7t.vf + texmf-dist/fonts/vf/public/kpfonts/jkposbxsc8t.vf + texmf-dist/fonts/vf/public/kpfonts/jkposbxscsl7t.vf + texmf-dist/fonts/vf/public/kpfonts/jkposbxscsl8t.vf + texmf-dist/fonts/vf/public/kpfonts/jkposbxsl7c.vf + texmf-dist/fonts/vf/public/kpfonts/jkposbxsl7t.vf + texmf-dist/fonts/vf/public/kpfonts/jkposbxsl8t.vf + texmf-dist/fonts/vf/public/kpfonts/jkposmit7c.vf + texmf-dist/fonts/vf/public/kpfonts/jkposmit7t.vf + texmf-dist/fonts/vf/public/kpfonts/jkposmit8t.vf + texmf-dist/fonts/vf/public/kpfonts/jkposmn7c.vf + texmf-dist/fonts/vf/public/kpfonts/jkposmn7t.vf + texmf-dist/fonts/vf/public/kpfonts/jkposmn8t.vf + texmf-dist/fonts/vf/public/kpfonts/jkposmsc7c.vf + texmf-dist/fonts/vf/public/kpfonts/jkposmsc7t.vf + texmf-dist/fonts/vf/public/kpfonts/jkposmsc8t.vf + texmf-dist/fonts/vf/public/kpfonts/jkposmscsl7t.vf + texmf-dist/fonts/vf/public/kpfonts/jkposmscsl8t.vf + texmf-dist/fonts/vf/public/kpfonts/jkposmsl7c.vf + texmf-dist/fonts/vf/public/kpfonts/jkposmsl7t.vf + texmf-dist/fonts/vf/public/kpfonts/jkposmsl8t.vf + texmf-dist/fonts/vf/public/kpfonts/jkposnbit7t.vf + texmf-dist/fonts/vf/public/kpfonts/jkposnbit8t.vf + texmf-dist/fonts/vf/public/kpfonts/jkposnbn7t.vf + texmf-dist/fonts/vf/public/kpfonts/jkposnbn8t.vf + texmf-dist/fonts/vf/public/kpfonts/jkposnbsc7t.vf + texmf-dist/fonts/vf/public/kpfonts/jkposnbsc8t.vf + texmf-dist/fonts/vf/public/kpfonts/jkposnbscsl7t.vf + texmf-dist/fonts/vf/public/kpfonts/jkposnbscsl8t.vf + texmf-dist/fonts/vf/public/kpfonts/jkposnbsl7t.vf + texmf-dist/fonts/vf/public/kpfonts/jkposnbsl8t.vf + texmf-dist/fonts/vf/public/kpfonts/jkposnbxit7t.vf + texmf-dist/fonts/vf/public/kpfonts/jkposnbxit8t.vf + texmf-dist/fonts/vf/public/kpfonts/jkposnbxn7t.vf + texmf-dist/fonts/vf/public/kpfonts/jkposnbxn8t.vf + texmf-dist/fonts/vf/public/kpfonts/jkposnbxsc7t.vf + texmf-dist/fonts/vf/public/kpfonts/jkposnbxsc8t.vf + texmf-dist/fonts/vf/public/kpfonts/jkposnbxscsl7t.vf + texmf-dist/fonts/vf/public/kpfonts/jkposnbxscsl8t.vf + texmf-dist/fonts/vf/public/kpfonts/jkposnbxsl7t.vf + texmf-dist/fonts/vf/public/kpfonts/jkposnbxsl8t.vf + texmf-dist/fonts/vf/public/kpfonts/jkposnmit7t.vf + texmf-dist/fonts/vf/public/kpfonts/jkposnmit8t.vf + texmf-dist/fonts/vf/public/kpfonts/jkposnmn7t.vf + texmf-dist/fonts/vf/public/kpfonts/jkposnmn8t.vf + texmf-dist/fonts/vf/public/kpfonts/jkposnmsc7t.vf + texmf-dist/fonts/vf/public/kpfonts/jkposnmsc8t.vf + texmf-dist/fonts/vf/public/kpfonts/jkposnmscsl7t.vf + texmf-dist/fonts/vf/public/kpfonts/jkposnmscsl8t.vf + texmf-dist/fonts/vf/public/kpfonts/jkposnmsl7t.vf + texmf-dist/fonts/vf/public/kpfonts/jkposnmsl8t.vf + texmf-dist/fonts/vf/public/kpfonts/jkpospmit7c.vf + texmf-dist/fonts/vf/public/kpfonts/jkpospmsl7c.vf + texmf-dist/fonts/vf/public/kpfonts/jkpssbn7c.vf + texmf-dist/fonts/vf/public/kpfonts/jkpssbn7t.vf + texmf-dist/fonts/vf/public/kpfonts/jkpssbn8t.vf + texmf-dist/fonts/vf/public/kpfonts/jkpssbsc7c.vf + texmf-dist/fonts/vf/public/kpfonts/jkpssbsc7t.vf + texmf-dist/fonts/vf/public/kpfonts/jkpssbsc8t.vf + texmf-dist/fonts/vf/public/kpfonts/jkpssbscsl7c.vf + texmf-dist/fonts/vf/public/kpfonts/jkpssbscsl7t.vf + texmf-dist/fonts/vf/public/kpfonts/jkpssbscsl8t.vf + texmf-dist/fonts/vf/public/kpfonts/jkpssbsl7c.vf + texmf-dist/fonts/vf/public/kpfonts/jkpssbsl7t.vf + texmf-dist/fonts/vf/public/kpfonts/jkpssbsl8t.vf + texmf-dist/fonts/vf/public/kpfonts/jkpssbxn7c.vf + texmf-dist/fonts/vf/public/kpfonts/jkpssbxn7t.vf + texmf-dist/fonts/vf/public/kpfonts/jkpssbxn8t.vf + texmf-dist/fonts/vf/public/kpfonts/jkpssbxsc7c.vf + texmf-dist/fonts/vf/public/kpfonts/jkpssbxsc7t.vf + texmf-dist/fonts/vf/public/kpfonts/jkpssbxsc8t.vf + texmf-dist/fonts/vf/public/kpfonts/jkpssbxscsl7c.vf + texmf-dist/fonts/vf/public/kpfonts/jkpssbxscsl7t.vf + texmf-dist/fonts/vf/public/kpfonts/jkpssbxscsl8t.vf + texmf-dist/fonts/vf/public/kpfonts/jkpssbxsl7c.vf + texmf-dist/fonts/vf/public/kpfonts/jkpssbxsl7t.vf + texmf-dist/fonts/vf/public/kpfonts/jkpssbxsl8t.vf + texmf-dist/fonts/vf/public/kpfonts/jkpssfbn7t.vf + texmf-dist/fonts/vf/public/kpfonts/jkpssfbn8t.vf + texmf-dist/fonts/vf/public/kpfonts/jkpssfbsl7t.vf + texmf-dist/fonts/vf/public/kpfonts/jkpssfbsl8t.vf + texmf-dist/fonts/vf/public/kpfonts/jkpssfbxn7t.vf + texmf-dist/fonts/vf/public/kpfonts/jkpssfbxn8t.vf + texmf-dist/fonts/vf/public/kpfonts/jkpssfbxsl7t.vf + texmf-dist/fonts/vf/public/kpfonts/jkpssfbxsl8t.vf + texmf-dist/fonts/vf/public/kpfonts/jkpssfmn7t.vf + texmf-dist/fonts/vf/public/kpfonts/jkpssfmn8t.vf + texmf-dist/fonts/vf/public/kpfonts/jkpssfmsl7t.vf + texmf-dist/fonts/vf/public/kpfonts/jkpssfmsl8t.vf + texmf-dist/fonts/vf/public/kpfonts/jkpssfosnbn7t.vf + texmf-dist/fonts/vf/public/kpfonts/jkpssfosnbn8t.vf + texmf-dist/fonts/vf/public/kpfonts/jkpssfosnbsl7t.vf + texmf-dist/fonts/vf/public/kpfonts/jkpssfosnbsl8t.vf + texmf-dist/fonts/vf/public/kpfonts/jkpssfosnbxn7t.vf + texmf-dist/fonts/vf/public/kpfonts/jkpssfosnbxn8t.vf + texmf-dist/fonts/vf/public/kpfonts/jkpssfosnbxsl7t.vf + texmf-dist/fonts/vf/public/kpfonts/jkpssfosnbxsl8t.vf + texmf-dist/fonts/vf/public/kpfonts/jkpssfosnmn7t.vf + texmf-dist/fonts/vf/public/kpfonts/jkpssfosnmn8t.vf + texmf-dist/fonts/vf/public/kpfonts/jkpssfosnmsl7t.vf + texmf-dist/fonts/vf/public/kpfonts/jkpssfosnmsl8t.vf + texmf-dist/fonts/vf/public/kpfonts/jkpsskbsc7t.vf + texmf-dist/fonts/vf/public/kpfonts/jkpsskbsc8t.vf + texmf-dist/fonts/vf/public/kpfonts/jkpsskbscsl7t.vf + texmf-dist/fonts/vf/public/kpfonts/jkpsskbscsl8t.vf + texmf-dist/fonts/vf/public/kpfonts/jkpsskbxsc7t.vf + texmf-dist/fonts/vf/public/kpfonts/jkpsskbxsc8t.vf + texmf-dist/fonts/vf/public/kpfonts/jkpsskbxscsl7t.vf + texmf-dist/fonts/vf/public/kpfonts/jkpsskbxscsl8t.vf + texmf-dist/fonts/vf/public/kpfonts/jkpsskmsc7t.vf + texmf-dist/fonts/vf/public/kpfonts/jkpsskmsc8t.vf + texmf-dist/fonts/vf/public/kpfonts/jkpsskmscsl7t.vf + texmf-dist/fonts/vf/public/kpfonts/jkpsskmscsl8t.vf + texmf-dist/fonts/vf/public/kpfonts/jkpsskosbsc7t.vf + texmf-dist/fonts/vf/public/kpfonts/jkpsskosbsc8t.vf + texmf-dist/fonts/vf/public/kpfonts/jkpsskosbscsl7t.vf + texmf-dist/fonts/vf/public/kpfonts/jkpsskosbscsl8t.vf + texmf-dist/fonts/vf/public/kpfonts/jkpsskosbxsc7t.vf + texmf-dist/fonts/vf/public/kpfonts/jkpsskosbxsc8t.vf + texmf-dist/fonts/vf/public/kpfonts/jkpsskosbxscsl7t.vf + texmf-dist/fonts/vf/public/kpfonts/jkpsskosbxscsl8t.vf + texmf-dist/fonts/vf/public/kpfonts/jkpsskosmsc7t.vf + texmf-dist/fonts/vf/public/kpfonts/jkpsskosmsc8t.vf + texmf-dist/fonts/vf/public/kpfonts/jkpsskosmscsl7t.vf + texmf-dist/fonts/vf/public/kpfonts/jkpsskosmscsl8t.vf + texmf-dist/fonts/vf/public/kpfonts/jkpsskosnbsc7t.vf + texmf-dist/fonts/vf/public/kpfonts/jkpsskosnbsc8t.vf + texmf-dist/fonts/vf/public/kpfonts/jkpsskosnbscsl7t.vf + texmf-dist/fonts/vf/public/kpfonts/jkpsskosnbscsl8t.vf + texmf-dist/fonts/vf/public/kpfonts/jkpsskosnbxsc7t.vf + texmf-dist/fonts/vf/public/kpfonts/jkpsskosnbxsc8t.vf + texmf-dist/fonts/vf/public/kpfonts/jkpsskosnbxscsl7t.vf + texmf-dist/fonts/vf/public/kpfonts/jkpsskosnbxscsl8t.vf + texmf-dist/fonts/vf/public/kpfonts/jkpsskosnmsc7t.vf + texmf-dist/fonts/vf/public/kpfonts/jkpsskosnmsc8t.vf + texmf-dist/fonts/vf/public/kpfonts/jkpsskosnmscsl7t.vf + texmf-dist/fonts/vf/public/kpfonts/jkpsskosnmscsl8t.vf + texmf-dist/fonts/vf/public/kpfonts/jkpssmn7c.vf + texmf-dist/fonts/vf/public/kpfonts/jkpssmn7t.vf + texmf-dist/fonts/vf/public/kpfonts/jkpssmn8t.vf + texmf-dist/fonts/vf/public/kpfonts/jkpssmsc7c.vf + texmf-dist/fonts/vf/public/kpfonts/jkpssmsc7t.vf + texmf-dist/fonts/vf/public/kpfonts/jkpssmsc8t.vf + texmf-dist/fonts/vf/public/kpfonts/jkpssmscsl7c.vf + texmf-dist/fonts/vf/public/kpfonts/jkpssmscsl7t.vf + texmf-dist/fonts/vf/public/kpfonts/jkpssmscsl8t.vf + texmf-dist/fonts/vf/public/kpfonts/jkpssmsl7c.vf + texmf-dist/fonts/vf/public/kpfonts/jkpssmsl7t.vf + texmf-dist/fonts/vf/public/kpfonts/jkpssmsl8t.vf + texmf-dist/fonts/vf/public/kpfonts/jkpssosbn7t.vf + texmf-dist/fonts/vf/public/kpfonts/jkpssosbn8t.vf + texmf-dist/fonts/vf/public/kpfonts/jkpssosbsc7t.vf + texmf-dist/fonts/vf/public/kpfonts/jkpssosbsc8t.vf + texmf-dist/fonts/vf/public/kpfonts/jkpssosbscsl7t.vf + texmf-dist/fonts/vf/public/kpfonts/jkpssosbscsl8t.vf + texmf-dist/fonts/vf/public/kpfonts/jkpssosbsl7t.vf + texmf-dist/fonts/vf/public/kpfonts/jkpssosbsl8t.vf + texmf-dist/fonts/vf/public/kpfonts/jkpssosbxn7t.vf + texmf-dist/fonts/vf/public/kpfonts/jkpssosbxn8t.vf + texmf-dist/fonts/vf/public/kpfonts/jkpssosbxsc7t.vf + texmf-dist/fonts/vf/public/kpfonts/jkpssosbxsc8t.vf + texmf-dist/fonts/vf/public/kpfonts/jkpssosbxscsl7t.vf + texmf-dist/fonts/vf/public/kpfonts/jkpssosbxscsl8t.vf + texmf-dist/fonts/vf/public/kpfonts/jkpssosbxsl7t.vf + texmf-dist/fonts/vf/public/kpfonts/jkpssosbxsl8t.vf + texmf-dist/fonts/vf/public/kpfonts/jkpssosmn7t.vf + texmf-dist/fonts/vf/public/kpfonts/jkpssosmn8t.vf + texmf-dist/fonts/vf/public/kpfonts/jkpssosmsc7t.vf + texmf-dist/fonts/vf/public/kpfonts/jkpssosmsc8t.vf + texmf-dist/fonts/vf/public/kpfonts/jkpssosmscsl7t.vf + texmf-dist/fonts/vf/public/kpfonts/jkpssosmscsl8t.vf + texmf-dist/fonts/vf/public/kpfonts/jkpssosmsl7t.vf + texmf-dist/fonts/vf/public/kpfonts/jkpssosmsl8t.vf + texmf-dist/fonts/vf/public/kpfonts/jkpssosnbn7t.vf + texmf-dist/fonts/vf/public/kpfonts/jkpssosnbn8t.vf + texmf-dist/fonts/vf/public/kpfonts/jkpssosnbsc7t.vf + texmf-dist/fonts/vf/public/kpfonts/jkpssosnbsc8t.vf + texmf-dist/fonts/vf/public/kpfonts/jkpssosnbscsl7t.vf + texmf-dist/fonts/vf/public/kpfonts/jkpssosnbscsl8t.vf + texmf-dist/fonts/vf/public/kpfonts/jkpssosnbsl7t.vf + texmf-dist/fonts/vf/public/kpfonts/jkpssosnbsl8t.vf + texmf-dist/fonts/vf/public/kpfonts/jkpssosnbxn7t.vf + texmf-dist/fonts/vf/public/kpfonts/jkpssosnbxn8t.vf + texmf-dist/fonts/vf/public/kpfonts/jkpssosnbxsc7t.vf + texmf-dist/fonts/vf/public/kpfonts/jkpssosnbxsc8t.vf + texmf-dist/fonts/vf/public/kpfonts/jkpssosnbxscsl7t.vf + texmf-dist/fonts/vf/public/kpfonts/jkpssosnbxscsl8t.vf + texmf-dist/fonts/vf/public/kpfonts/jkpssosnbxsl7t.vf + texmf-dist/fonts/vf/public/kpfonts/jkpssosnbxsl8t.vf + texmf-dist/fonts/vf/public/kpfonts/jkpssosnmn7t.vf + texmf-dist/fonts/vf/public/kpfonts/jkpssosnmn8t.vf + texmf-dist/fonts/vf/public/kpfonts/jkpssosnmsc7t.vf + texmf-dist/fonts/vf/public/kpfonts/jkpssosnmsc8t.vf + texmf-dist/fonts/vf/public/kpfonts/jkpssosnmscsl7t.vf + texmf-dist/fonts/vf/public/kpfonts/jkpssosnmscsl8t.vf + texmf-dist/fonts/vf/public/kpfonts/jkpssosnmsl7t.vf + texmf-dist/fonts/vf/public/kpfonts/jkpssosnmsl8t.vf + texmf-dist/fonts/vf/public/kpfonts/jkpssvosbn7t.vf + texmf-dist/fonts/vf/public/kpfonts/jkpssvosbn8t.vf + texmf-dist/fonts/vf/public/kpfonts/jkpssvosbsc7t.vf + texmf-dist/fonts/vf/public/kpfonts/jkpssvosbsc8t.vf + texmf-dist/fonts/vf/public/kpfonts/jkpssvosbsl7t.vf + texmf-dist/fonts/vf/public/kpfonts/jkpssvosbsl8t.vf + texmf-dist/fonts/vf/public/kpfonts/jkpssvosbxn7t.vf + texmf-dist/fonts/vf/public/kpfonts/jkpssvosbxn8t.vf + texmf-dist/fonts/vf/public/kpfonts/jkpssvosbxsc7t.vf + texmf-dist/fonts/vf/public/kpfonts/jkpssvosbxsc8t.vf + texmf-dist/fonts/vf/public/kpfonts/jkpssvosbxsl7t.vf + texmf-dist/fonts/vf/public/kpfonts/jkpssvosbxsl8t.vf + texmf-dist/fonts/vf/public/kpfonts/jkpssvosmn7t.vf + texmf-dist/fonts/vf/public/kpfonts/jkpssvosmn8t.vf + texmf-dist/fonts/vf/public/kpfonts/jkpssvosmsc7t.vf + texmf-dist/fonts/vf/public/kpfonts/jkpssvosmsc8t.vf + texmf-dist/fonts/vf/public/kpfonts/jkpssvosmsl7t.vf + texmf-dist/fonts/vf/public/kpfonts/jkpssvosmsl8t.vf + texmf-dist/fonts/vf/public/kpfonts/jkpsybw.vf + texmf-dist/fonts/vf/public/kpfonts/jkpsydw.vf + texmf-dist/fonts/vf/public/kpfonts/jkpsyw.vf + texmf-dist/fonts/vf/public/kpfonts/jkpttbn7c.vf + texmf-dist/fonts/vf/public/kpfonts/jkpttbn7t.vf + texmf-dist/fonts/vf/public/kpfonts/jkpttbn8t.vf + texmf-dist/fonts/vf/public/kpfonts/jkpttbsl7c.vf + texmf-dist/fonts/vf/public/kpfonts/jkpttbsl7t.vf + texmf-dist/fonts/vf/public/kpfonts/jkpttbsl8t.vf + texmf-dist/fonts/vf/public/kpfonts/jkpttmn7c.vf + texmf-dist/fonts/vf/public/kpfonts/jkpttmn7t.vf + texmf-dist/fonts/vf/public/kpfonts/jkpttmn8t.vf + texmf-dist/fonts/vf/public/kpfonts/jkpttmsl7c.vf + texmf-dist/fonts/vf/public/kpfonts/jkpttmsl7t.vf + texmf-dist/fonts/vf/public/kpfonts/jkpttmsl8t.vf + texmf-dist/fonts/vf/public/kpfonts/jkpttosbn7t.vf + texmf-dist/fonts/vf/public/kpfonts/jkpttosbn8t.vf + texmf-dist/fonts/vf/public/kpfonts/jkpttosbsl7t.vf + texmf-dist/fonts/vf/public/kpfonts/jkpttosbsl8t.vf + texmf-dist/fonts/vf/public/kpfonts/jkpttosmn7t.vf + texmf-dist/fonts/vf/public/kpfonts/jkpttosmn8t.vf + texmf-dist/fonts/vf/public/kpfonts/jkpttosmsl7t.vf + texmf-dist/fonts/vf/public/kpfonts/jkpttosmsl8t.vf + texmf-dist/fonts/vf/public/kpfonts/jkpttosnbn7t.vf + texmf-dist/fonts/vf/public/kpfonts/jkpttosnbn8t.vf + texmf-dist/fonts/vf/public/kpfonts/jkpttosnbsl7t.vf + texmf-dist/fonts/vf/public/kpfonts/jkpttosnbsl8t.vf + texmf-dist/fonts/vf/public/kpfonts/jkpttosnmn7t.vf + texmf-dist/fonts/vf/public/kpfonts/jkpttosnmn8t.vf + texmf-dist/fonts/vf/public/kpfonts/jkpttosnmsl7t.vf + texmf-dist/fonts/vf/public/kpfonts/jkpttosnmsl8t.vf + texmf-dist/fonts/vf/public/kpfonts/jkpttvosbn7t.vf + texmf-dist/fonts/vf/public/kpfonts/jkpttvosbn8t.vf + texmf-dist/fonts/vf/public/kpfonts/jkpttvosbsl7t.vf + texmf-dist/fonts/vf/public/kpfonts/jkpttvosbsl8t.vf + texmf-dist/fonts/vf/public/kpfonts/jkpttvosmn7t.vf + texmf-dist/fonts/vf/public/kpfonts/jkpttvosmn8t.vf + texmf-dist/fonts/vf/public/kpfonts/jkpttvosmsl7t.vf + texmf-dist/fonts/vf/public/kpfonts/jkpttvosmsl8t.vf + texmf-dist/fonts/vf/public/kpfonts/jkpvosbit7t.vf + texmf-dist/fonts/vf/public/kpfonts/jkpvosbit8t.vf + texmf-dist/fonts/vf/public/kpfonts/jkpvosbmi.vf + texmf-dist/fonts/vf/public/kpfonts/jkpvosbmif.vf + texmf-dist/fonts/vf/public/kpfonts/jkpvosbmifw.vf + texmf-dist/fonts/vf/public/kpfonts/jkpvosbmiw.vf + texmf-dist/fonts/vf/public/kpfonts/jkpvosbn7t.vf + texmf-dist/fonts/vf/public/kpfonts/jkpvosbn8t.vf + texmf-dist/fonts/vf/public/kpfonts/jkpvosbsl7t.vf + texmf-dist/fonts/vf/public/kpfonts/jkpvosbsl8t.vf + texmf-dist/fonts/vf/public/kpfonts/jkpvosbxit7t.vf + texmf-dist/fonts/vf/public/kpfonts/jkpvosbxit8t.vf + texmf-dist/fonts/vf/public/kpfonts/jkpvosbxn7t.vf + texmf-dist/fonts/vf/public/kpfonts/jkpvosbxn8t.vf + texmf-dist/fonts/vf/public/kpfonts/jkpvosbxsl7t.vf + texmf-dist/fonts/vf/public/kpfonts/jkpvosbxsl8t.vf + texmf-dist/fonts/vf/public/kpfonts/jkpvosmi.vf + texmf-dist/fonts/vf/public/kpfonts/jkpvosmif.vf + texmf-dist/fonts/vf/public/kpfonts/jkpvosmifw.vf + texmf-dist/fonts/vf/public/kpfonts/jkpvosmit7t.vf + texmf-dist/fonts/vf/public/kpfonts/jkpvosmit8t.vf + texmf-dist/fonts/vf/public/kpfonts/jkpvosmiw.vf + texmf-dist/fonts/vf/public/kpfonts/jkpvosmn7t.vf + texmf-dist/fonts/vf/public/kpfonts/jkpvosmn8t.vf + texmf-dist/fonts/vf/public/kpfonts/jkpvosmsl7t.vf + texmf-dist/fonts/vf/public/kpfonts/jkpvosmsl8t.vf + texmf-dist/tex/latex/kpfonts/kpfonts.sty + texmf-dist/tex/latex/kpfonts/omljkp.fd + texmf-dist/tex/latex/kpfonts/omljkpl.fd + texmf-dist/tex/latex/kpfonts/omljkplvos.fd + texmf-dist/tex/latex/kpfonts/omljkplvosw.fd + texmf-dist/tex/latex/kpfonts/omljkplw.fd + texmf-dist/tex/latex/kpfonts/omljkpvos.fd + texmf-dist/tex/latex/kpfonts/omljkpvosw.fd + texmf-dist/tex/latex/kpfonts/omljkpw.fd + texmf-dist/tex/latex/kpfonts/omsjkp.fd + texmf-dist/tex/latex/kpfonts/omsjkpl.fd + texmf-dist/tex/latex/kpfonts/omsjkplw.fd + texmf-dist/tex/latex/kpfonts/omsjkpw.fd + texmf-dist/tex/latex/kpfonts/omxjkp.fd + texmf-dist/tex/latex/kpfonts/omxjkpl.fd + texmf-dist/tex/latex/kpfonts/ot1jkp.fd + texmf-dist/tex/latex/kpfonts/ot1jkpf.fd + texmf-dist/tex/latex/kpfonts/ot1jkpfosn.fd + texmf-dist/tex/latex/kpfonts/ot1jkpk.fd + texmf-dist/tex/latex/kpfonts/ot1jkpkf.fd + texmf-dist/tex/latex/kpfonts/ot1jkpkfosn.fd + texmf-dist/tex/latex/kpfonts/ot1jkpkos.fd + texmf-dist/tex/latex/kpfonts/ot1jkpkosn.fd + texmf-dist/tex/latex/kpfonts/ot1jkpkvos.fd + texmf-dist/tex/latex/kpfonts/ot1jkpl.fd + texmf-dist/tex/latex/kpfonts/ot1jkplf.fd + texmf-dist/tex/latex/kpfonts/ot1jkplfosn.fd + texmf-dist/tex/latex/kpfonts/ot1jkplk.fd + texmf-dist/tex/latex/kpfonts/ot1jkplkf.fd + texmf-dist/tex/latex/kpfonts/ot1jkplkfosn.fd + texmf-dist/tex/latex/kpfonts/ot1jkplkos.fd + texmf-dist/tex/latex/kpfonts/ot1jkplkosn.fd + texmf-dist/tex/latex/kpfonts/ot1jkplkvos.fd + texmf-dist/tex/latex/kpfonts/ot1jkplos.fd + texmf-dist/tex/latex/kpfonts/ot1jkplosn.fd + texmf-dist/tex/latex/kpfonts/ot1jkplvos.fd + texmf-dist/tex/latex/kpfonts/ot1jkpos.fd + texmf-dist/tex/latex/kpfonts/ot1jkposn.fd + texmf-dist/tex/latex/kpfonts/ot1jkpss.fd + texmf-dist/tex/latex/kpfonts/ot1jkpssf.fd + texmf-dist/tex/latex/kpfonts/ot1jkpssfosn.fd + texmf-dist/tex/latex/kpfonts/ot1jkpssk.fd + texmf-dist/tex/latex/kpfonts/ot1jkpsskf.fd + texmf-dist/tex/latex/kpfonts/ot1jkpsskfosn.fd + texmf-dist/tex/latex/kpfonts/ot1jkpsskos.fd + texmf-dist/tex/latex/kpfonts/ot1jkpsskosn.fd + texmf-dist/tex/latex/kpfonts/ot1jkpsskvos.fd + texmf-dist/tex/latex/kpfonts/ot1jkpssos.fd + texmf-dist/tex/latex/kpfonts/ot1jkpssosn.fd + texmf-dist/tex/latex/kpfonts/ot1jkpssvos.fd + texmf-dist/tex/latex/kpfonts/ot1jkptt.fd + texmf-dist/tex/latex/kpfonts/ot1jkpttos.fd + texmf-dist/tex/latex/kpfonts/ot1jkpttosn.fd + texmf-dist/tex/latex/kpfonts/ot1jkpttvos.fd + texmf-dist/tex/latex/kpfonts/ot1jkpvos.fd + texmf-dist/tex/latex/kpfonts/ot1jkpx.fd + texmf-dist/tex/latex/kpfonts/ot1jkpxf.fd + texmf-dist/tex/latex/kpfonts/ot1jkpxfosn.fd + texmf-dist/tex/latex/kpfonts/ot1jkpxk.fd + texmf-dist/tex/latex/kpfonts/ot1jkpxkf.fd + texmf-dist/tex/latex/kpfonts/ot1jkpxkfosn.fd + texmf-dist/tex/latex/kpfonts/ot1jkpxkos.fd + texmf-dist/tex/latex/kpfonts/ot1jkpxkosn.fd + texmf-dist/tex/latex/kpfonts/ot1jkpxkvos.fd + texmf-dist/tex/latex/kpfonts/ot1jkpxos.fd + texmf-dist/tex/latex/kpfonts/ot1jkpxosn.fd + texmf-dist/tex/latex/kpfonts/ot1jkpxvos.fd + texmf-dist/tex/latex/kpfonts/t1jkp.fd + texmf-dist/tex/latex/kpfonts/t1jkpf.fd + texmf-dist/tex/latex/kpfonts/t1jkpfosn.fd + texmf-dist/tex/latex/kpfonts/t1jkpk.fd + texmf-dist/tex/latex/kpfonts/t1jkpkf.fd + texmf-dist/tex/latex/kpfonts/t1jkpkfosn.fd + texmf-dist/tex/latex/kpfonts/t1jkpkos.fd + texmf-dist/tex/latex/kpfonts/t1jkpkosn.fd + texmf-dist/tex/latex/kpfonts/t1jkpkvos.fd + texmf-dist/tex/latex/kpfonts/t1jkpl.fd + texmf-dist/tex/latex/kpfonts/t1jkplf.fd + texmf-dist/tex/latex/kpfonts/t1jkplfosn.fd + texmf-dist/tex/latex/kpfonts/t1jkplk.fd + texmf-dist/tex/latex/kpfonts/t1jkplkf.fd + texmf-dist/tex/latex/kpfonts/t1jkplkfosn.fd + texmf-dist/tex/latex/kpfonts/t1jkplkos.fd + texmf-dist/tex/latex/kpfonts/t1jkplkosn.fd + texmf-dist/tex/latex/kpfonts/t1jkplkvos.fd + texmf-dist/tex/latex/kpfonts/t1jkplos.fd + texmf-dist/tex/latex/kpfonts/t1jkplosn.fd + texmf-dist/tex/latex/kpfonts/t1jkplvos.fd + texmf-dist/tex/latex/kpfonts/t1jkpos.fd + texmf-dist/tex/latex/kpfonts/t1jkposn.fd + texmf-dist/tex/latex/kpfonts/t1jkpss.fd + texmf-dist/tex/latex/kpfonts/t1jkpssf.fd + texmf-dist/tex/latex/kpfonts/t1jkpssfosn.fd + texmf-dist/tex/latex/kpfonts/t1jkpssk.fd + texmf-dist/tex/latex/kpfonts/t1jkpsskf.fd + texmf-dist/tex/latex/kpfonts/t1jkpsskfosn.fd + texmf-dist/tex/latex/kpfonts/t1jkpsskos.fd + texmf-dist/tex/latex/kpfonts/t1jkpsskosn.fd + texmf-dist/tex/latex/kpfonts/t1jkpsskvos.fd + texmf-dist/tex/latex/kpfonts/t1jkpssos.fd + texmf-dist/tex/latex/kpfonts/t1jkpssosn.fd + texmf-dist/tex/latex/kpfonts/t1jkpssvos.fd + texmf-dist/tex/latex/kpfonts/t1jkptt.fd + texmf-dist/tex/latex/kpfonts/t1jkpttos.fd + texmf-dist/tex/latex/kpfonts/t1jkpttosn.fd + texmf-dist/tex/latex/kpfonts/t1jkpttvos.fd + texmf-dist/tex/latex/kpfonts/t1jkpvos.fd + texmf-dist/tex/latex/kpfonts/t1jkpx.fd + texmf-dist/tex/latex/kpfonts/t1jkpxf.fd + texmf-dist/tex/latex/kpfonts/t1jkpxfosn.fd + texmf-dist/tex/latex/kpfonts/t1jkpxk.fd + texmf-dist/tex/latex/kpfonts/t1jkpxkf.fd + texmf-dist/tex/latex/kpfonts/t1jkpxkfosn.fd + texmf-dist/tex/latex/kpfonts/t1jkpxkos.fd + texmf-dist/tex/latex/kpfonts/t1jkpxkosn.fd + texmf-dist/tex/latex/kpfonts/t1jkpxkvos.fd + texmf-dist/tex/latex/kpfonts/t1jkpxos.fd + texmf-dist/tex/latex/kpfonts/t1jkpxosn.fd + texmf-dist/tex/latex/kpfonts/t1jkpxvos.fd + texmf-dist/tex/latex/kpfonts/ts1jkp.fd + texmf-dist/tex/latex/kpfonts/ts1jkpf.fd + texmf-dist/tex/latex/kpfonts/ts1jkpfosn.fd + texmf-dist/tex/latex/kpfonts/ts1jkpk.fd + texmf-dist/tex/latex/kpfonts/ts1jkpkf.fd + texmf-dist/tex/latex/kpfonts/ts1jkpkfosn.fd + texmf-dist/tex/latex/kpfonts/ts1jkpkos.fd + texmf-dist/tex/latex/kpfonts/ts1jkpkosn.fd + texmf-dist/tex/latex/kpfonts/ts1jkpkvos.fd + texmf-dist/tex/latex/kpfonts/ts1jkpl.fd + texmf-dist/tex/latex/kpfonts/ts1jkplf.fd + texmf-dist/tex/latex/kpfonts/ts1jkplfosn.fd + texmf-dist/tex/latex/kpfonts/ts1jkplk.fd + texmf-dist/tex/latex/kpfonts/ts1jkplkf.fd + texmf-dist/tex/latex/kpfonts/ts1jkplkfosn.fd + texmf-dist/tex/latex/kpfonts/ts1jkplkos.fd + texmf-dist/tex/latex/kpfonts/ts1jkplkosn.fd + texmf-dist/tex/latex/kpfonts/ts1jkplkvos.fd + texmf-dist/tex/latex/kpfonts/ts1jkplos.fd + texmf-dist/tex/latex/kpfonts/ts1jkplosn.fd + texmf-dist/tex/latex/kpfonts/ts1jkplvos.fd + texmf-dist/tex/latex/kpfonts/ts1jkpos.fd + texmf-dist/tex/latex/kpfonts/ts1jkposn.fd + texmf-dist/tex/latex/kpfonts/ts1jkpss.fd + texmf-dist/tex/latex/kpfonts/ts1jkpssf.fd + texmf-dist/tex/latex/kpfonts/ts1jkpssfosn.fd + texmf-dist/tex/latex/kpfonts/ts1jkpssk.fd + texmf-dist/tex/latex/kpfonts/ts1jkpsskf.fd + texmf-dist/tex/latex/kpfonts/ts1jkpsskfosn.fd + texmf-dist/tex/latex/kpfonts/ts1jkpsskos.fd + texmf-dist/tex/latex/kpfonts/ts1jkpsskosn.fd + texmf-dist/tex/latex/kpfonts/ts1jkpsskvos.fd + texmf-dist/tex/latex/kpfonts/ts1jkpssos.fd + texmf-dist/tex/latex/kpfonts/ts1jkpssosn.fd + texmf-dist/tex/latex/kpfonts/ts1jkpssvos.fd + texmf-dist/tex/latex/kpfonts/ts1jkptt.fd + texmf-dist/tex/latex/kpfonts/ts1jkpttos.fd + texmf-dist/tex/latex/kpfonts/ts1jkpttosn.fd + texmf-dist/tex/latex/kpfonts/ts1jkpttvos.fd + texmf-dist/tex/latex/kpfonts/ts1jkpvos.fd + texmf-dist/tex/latex/kpfonts/ts1jkpx.fd + texmf-dist/tex/latex/kpfonts/ts1jkpxf.fd + texmf-dist/tex/latex/kpfonts/ts1jkpxfosn.fd + texmf-dist/tex/latex/kpfonts/ts1jkpxk.fd + texmf-dist/tex/latex/kpfonts/ts1jkpxkf.fd + texmf-dist/tex/latex/kpfonts/ts1jkpxkfosn.fd + texmf-dist/tex/latex/kpfonts/ts1jkpxkos.fd + texmf-dist/tex/latex/kpfonts/ts1jkpxkosn.fd + texmf-dist/tex/latex/kpfonts/ts1jkpxkvos.fd + texmf-dist/tex/latex/kpfonts/ts1jkpxos.fd + texmf-dist/tex/latex/kpfonts/ts1jkpxosn.fd + texmf-dist/tex/latex/kpfonts/ts1jkpxvos.fd + texmf-dist/tex/latex/kpfonts/ujkpexa.fd + texmf-dist/tex/latex/kpfonts/ujkplexa.fd + texmf-dist/tex/latex/kpfonts/ujkplmia.fd + texmf-dist/tex/latex/kpfonts/ujkplmiaw.fd + texmf-dist/tex/latex/kpfonts/ujkplsyb.fd + texmf-dist/tex/latex/kpfonts/ujkplsybw.fd + texmf-dist/tex/latex/kpfonts/ujkplsyc.fd + texmf-dist/tex/latex/kpfonts/ujkplsyd.fd + texmf-dist/tex/latex/kpfonts/ujkplsydw.fd + texmf-dist/tex/latex/kpfonts/ujkpmia.fd + texmf-dist/tex/latex/kpfonts/ujkpmiaw.fd + texmf-dist/tex/latex/kpfonts/ujkpsya.fd + texmf-dist/tex/latex/kpfonts/ujkpsyb.fd + texmf-dist/tex/latex/kpfonts/ujkpsybw.fd + texmf-dist/tex/latex/kpfonts/ujkpsyc.fd + texmf-dist/tex/latex/kpfonts/ujkpsyd.fd + texmf-dist/tex/latex/kpfonts/ujkpsydw.fd +catalogue-ctan /fonts/kpfonts +catalogue-date 2009-05-21 17:23:03 +0200 +catalogue-license gpl +catalogue-version 3.1 + +name kurier +category Package +revision 15878 +shortdesc A two-element sans-serif typeface. +longdesc Kurier is a two-element sans-serif typeface. It was designed +longdesc for a diploma in typeface design at the Warsaw Academy of Fine +longdesc Arts under the supervision of Roman Tomaszewski. This +longdesc distribution contains a significantly extended set of +longdesc characters covering the following modern alphabets: latin +longdesc (including Vietnamese), Cyrillic and Greek as well as a number +longdesc of additional symbols (including mathematical symbols). The +longdesc fonts are prepared in Type 1 and OpenType formats. For use with +longdesc TeX the following encoding files have been prepared: T1 (ec), +longdesc T2 (abc), and OT2--Cyrillic, T5 (Vietnamese), OT4, QX, texansi +longdesc and--nonstandard (IL2 for the Czech fonts), as well as +longdesc supporting macros and files defining fonts for LaTeX. +execute addMap kurier.map +docfiles size=16 + texmf-dist/doc/fonts/kurier/00readme.eng details="Outline in English" language="en" + texmf-dist/doc/fonts/kurier/00readme.pol details="Outline in Polish" language="pl" + texmf-dist/doc/fonts/kurier/GUST-FONT-NOSOURCE-LICENSE.txt + texmf-dist/doc/fonts/kurier/MANIFEST.txt + texmf-dist/doc/fonts/kurier/kurier-latex-cyr.tex + texmf-dist/doc/fonts/kurier/kurier-latex-math.tex + texmf-dist/doc/fonts/kurier/kurier-latex-pl.tex + texmf-dist/doc/fonts/kurier/kurier-latex-t2a.tex + texmf-dist/doc/fonts/kurier/kurier-latex-t5.tex + texmf-dist/doc/fonts/kurier/kurier-mathtest.tex + texmf-dist/doc/fonts/kurier/kurier-table.tex +runfiles size=4632 + texmf-dist/fonts/afm/public/kurier/kurierb.afm + texmf-dist/fonts/afm/public/kurier/kurierbi.afm + texmf-dist/fonts/afm/public/kurier/kuriercb.afm + texmf-dist/fonts/afm/public/kurier/kuriercbi.afm + texmf-dist/fonts/afm/public/kurier/kurierch.afm + texmf-dist/fonts/afm/public/kurier/kurierchi.afm + texmf-dist/fonts/afm/public/kurier/kuriercl.afm + texmf-dist/fonts/afm/public/kurier/kuriercli.afm + texmf-dist/fonts/afm/public/kurier/kuriercm.afm + texmf-dist/fonts/afm/public/kurier/kuriercmi.afm + texmf-dist/fonts/afm/public/kurier/kuriercr.afm + texmf-dist/fonts/afm/public/kurier/kuriercri.afm + texmf-dist/fonts/afm/public/kurier/kurierh.afm + texmf-dist/fonts/afm/public/kurier/kurierhi.afm + texmf-dist/fonts/afm/public/kurier/kurierl.afm + texmf-dist/fonts/afm/public/kurier/kurierli.afm + texmf-dist/fonts/afm/public/kurier/kurierm.afm + texmf-dist/fonts/afm/public/kurier/kuriermi.afm + texmf-dist/fonts/afm/public/kurier/kurierr.afm + texmf-dist/fonts/afm/public/kurier/kurierri.afm + texmf-dist/fonts/enc/dvips/kurier/kurier-cs.enc + texmf-dist/fonts/enc/dvips/kurier/kurier-ec.enc + texmf-dist/fonts/enc/dvips/kurier/kurier-el.enc + texmf-dist/fonts/enc/dvips/kurier/kurier-ex.enc + texmf-dist/fonts/enc/dvips/kurier/kurier-exp.enc + texmf-dist/fonts/enc/dvips/kurier/kurier-greek.enc + texmf-dist/fonts/enc/dvips/kurier/kurier-mi.enc + texmf-dist/fonts/enc/dvips/kurier/kurier-qx.enc + texmf-dist/fonts/enc/dvips/kurier/kurier-rm.enc + texmf-dist/fonts/enc/dvips/kurier/kurier-sy.enc + texmf-dist/fonts/enc/dvips/kurier/kurier-t2a.enc + texmf-dist/fonts/enc/dvips/kurier/kurier-t2b.enc + texmf-dist/fonts/enc/dvips/kurier/kurier-t2c.enc + texmf-dist/fonts/enc/dvips/kurier/kurier-t5.enc + texmf-dist/fonts/enc/dvips/kurier/kurier-texnansi.enc + texmf-dist/fonts/enc/dvips/kurier/kurier-ts1.enc + texmf-dist/fonts/enc/dvips/kurier/kurier-wncy.enc + texmf-dist/fonts/enc/dvips/kurier/kuriercap-cs.enc + texmf-dist/fonts/enc/dvips/kurier/kuriercap-ec.enc + texmf-dist/fonts/enc/dvips/kurier/kuriercap-qx.enc + texmf-dist/fonts/enc/dvips/kurier/kuriercap-t5.enc + texmf-dist/fonts/enc/dvips/kurier/kuriercap-texnansi.enc + texmf-dist/fonts/map/dvips/kurier/kurier-cs.map + texmf-dist/fonts/map/dvips/kurier/kurier-ec.map + texmf-dist/fonts/map/dvips/kurier/kurier-el.map + texmf-dist/fonts/map/dvips/kurier/kurier-ex.map + texmf-dist/fonts/map/dvips/kurier/kurier-exp.map + texmf-dist/fonts/map/dvips/kurier/kurier-greek.map + texmf-dist/fonts/map/dvips/kurier/kurier-mi.map + texmf-dist/fonts/map/dvips/kurier/kurier-qx.map + texmf-dist/fonts/map/dvips/kurier/kurier-rm.map + texmf-dist/fonts/map/dvips/kurier/kurier-sy.map + texmf-dist/fonts/map/dvips/kurier/kurier-t2a.map + texmf-dist/fonts/map/dvips/kurier/kurier-t2b.map + texmf-dist/fonts/map/dvips/kurier/kurier-t2c.map + texmf-dist/fonts/map/dvips/kurier/kurier-t5.map + texmf-dist/fonts/map/dvips/kurier/kurier-texnansi.map + texmf-dist/fonts/map/dvips/kurier/kurier-ts1.map + texmf-dist/fonts/map/dvips/kurier/kurier-wncy.map + texmf-dist/fonts/map/dvips/kurier/kurier.map + texmf-dist/fonts/opentype/public/kurier/Kurier-Bold.otf + texmf-dist/fonts/opentype/public/kurier/Kurier-BoldItalic.otf + texmf-dist/fonts/opentype/public/kurier/Kurier-Italic.otf + texmf-dist/fonts/opentype/public/kurier/Kurier-Regular.otf + texmf-dist/fonts/opentype/public/kurier/KurierCond-Bold.otf + texmf-dist/fonts/opentype/public/kurier/KurierCond-BoldItalic.otf + texmf-dist/fonts/opentype/public/kurier/KurierCond-Italic.otf + texmf-dist/fonts/opentype/public/kurier/KurierCond-Regular.otf + texmf-dist/fonts/opentype/public/kurier/KurierCondHeavy-Italic.otf + texmf-dist/fonts/opentype/public/kurier/KurierCondHeavy-Regular.otf + texmf-dist/fonts/opentype/public/kurier/KurierCondLight-Italic.otf + texmf-dist/fonts/opentype/public/kurier/KurierCondLight-Regular.otf + texmf-dist/fonts/opentype/public/kurier/KurierCondMedium-Italic.otf + texmf-dist/fonts/opentype/public/kurier/KurierCondMedium-Regular.otf + texmf-dist/fonts/opentype/public/kurier/KurierHeavy-Italic.otf + texmf-dist/fonts/opentype/public/kurier/KurierHeavy-Regular.otf + texmf-dist/fonts/opentype/public/kurier/KurierLight-Italic.otf + texmf-dist/fonts/opentype/public/kurier/KurierLight-Regular.otf + texmf-dist/fonts/opentype/public/kurier/KurierMedium-Italic.otf + texmf-dist/fonts/opentype/public/kurier/KurierMedium-Regular.otf + texmf-dist/fonts/tfm/public/kurier/cs-kurierb.tfm + texmf-dist/fonts/tfm/public/kurier/cs-kurierbcap.tfm + texmf-dist/fonts/tfm/public/kurier/cs-kurierbi.tfm + texmf-dist/fonts/tfm/public/kurier/cs-kurierbicap.tfm + texmf-dist/fonts/tfm/public/kurier/cs-kuriercb.tfm + texmf-dist/fonts/tfm/public/kurier/cs-kuriercbcap.tfm + texmf-dist/fonts/tfm/public/kurier/cs-kuriercbi.tfm + texmf-dist/fonts/tfm/public/kurier/cs-kuriercbicap.tfm + texmf-dist/fonts/tfm/public/kurier/cs-kurierch.tfm + texmf-dist/fonts/tfm/public/kurier/cs-kurierchcap.tfm + texmf-dist/fonts/tfm/public/kurier/cs-kurierchi.tfm + texmf-dist/fonts/tfm/public/kurier/cs-kurierchicap.tfm + texmf-dist/fonts/tfm/public/kurier/cs-kuriercl.tfm + texmf-dist/fonts/tfm/public/kurier/cs-kurierclcap.tfm + texmf-dist/fonts/tfm/public/kurier/cs-kuriercli.tfm + texmf-dist/fonts/tfm/public/kurier/cs-kurierclicap.tfm + texmf-dist/fonts/tfm/public/kurier/cs-kuriercm.tfm + texmf-dist/fonts/tfm/public/kurier/cs-kuriercmcap.tfm + texmf-dist/fonts/tfm/public/kurier/cs-kuriercmi.tfm + texmf-dist/fonts/tfm/public/kurier/cs-kuriercmicap.tfm + texmf-dist/fonts/tfm/public/kurier/cs-kuriercr.tfm + texmf-dist/fonts/tfm/public/kurier/cs-kuriercrcap.tfm + texmf-dist/fonts/tfm/public/kurier/cs-kuriercri.tfm + texmf-dist/fonts/tfm/public/kurier/cs-kuriercricap.tfm + texmf-dist/fonts/tfm/public/kurier/cs-kurierh.tfm + texmf-dist/fonts/tfm/public/kurier/cs-kurierhcap.tfm + texmf-dist/fonts/tfm/public/kurier/cs-kurierhi.tfm + texmf-dist/fonts/tfm/public/kurier/cs-kurierhicap.tfm + texmf-dist/fonts/tfm/public/kurier/cs-kurierl.tfm + texmf-dist/fonts/tfm/public/kurier/cs-kurierlcap.tfm + texmf-dist/fonts/tfm/public/kurier/cs-kurierli.tfm + texmf-dist/fonts/tfm/public/kurier/cs-kurierlicap.tfm + texmf-dist/fonts/tfm/public/kurier/cs-kurierm.tfm + texmf-dist/fonts/tfm/public/kurier/cs-kuriermcap.tfm + texmf-dist/fonts/tfm/public/kurier/cs-kuriermi.tfm + texmf-dist/fonts/tfm/public/kurier/cs-kuriermicap.tfm + texmf-dist/fonts/tfm/public/kurier/cs-kurierr.tfm + texmf-dist/fonts/tfm/public/kurier/cs-kurierrcap.tfm + texmf-dist/fonts/tfm/public/kurier/cs-kurierri.tfm + texmf-dist/fonts/tfm/public/kurier/cs-kurierricap.tfm + texmf-dist/fonts/tfm/public/kurier/ec-kurierb.tfm + texmf-dist/fonts/tfm/public/kurier/ec-kurierbcap.tfm + texmf-dist/fonts/tfm/public/kurier/ec-kurierbi.tfm + texmf-dist/fonts/tfm/public/kurier/ec-kurierbicap.tfm + texmf-dist/fonts/tfm/public/kurier/ec-kuriercb.tfm + texmf-dist/fonts/tfm/public/kurier/ec-kuriercbcap.tfm + texmf-dist/fonts/tfm/public/kurier/ec-kuriercbi.tfm + texmf-dist/fonts/tfm/public/kurier/ec-kuriercbicap.tfm + texmf-dist/fonts/tfm/public/kurier/ec-kurierch.tfm + texmf-dist/fonts/tfm/public/kurier/ec-kurierchcap.tfm + texmf-dist/fonts/tfm/public/kurier/ec-kurierchi.tfm + texmf-dist/fonts/tfm/public/kurier/ec-kurierchicap.tfm + texmf-dist/fonts/tfm/public/kurier/ec-kuriercl.tfm + texmf-dist/fonts/tfm/public/kurier/ec-kurierclcap.tfm + texmf-dist/fonts/tfm/public/kurier/ec-kuriercli.tfm + texmf-dist/fonts/tfm/public/kurier/ec-kurierclicap.tfm + texmf-dist/fonts/tfm/public/kurier/ec-kuriercm.tfm + texmf-dist/fonts/tfm/public/kurier/ec-kuriercmcap.tfm + texmf-dist/fonts/tfm/public/kurier/ec-kuriercmi.tfm + texmf-dist/fonts/tfm/public/kurier/ec-kuriercmicap.tfm + texmf-dist/fonts/tfm/public/kurier/ec-kuriercr.tfm + texmf-dist/fonts/tfm/public/kurier/ec-kuriercrcap.tfm + texmf-dist/fonts/tfm/public/kurier/ec-kuriercri.tfm + texmf-dist/fonts/tfm/public/kurier/ec-kuriercricap.tfm + texmf-dist/fonts/tfm/public/kurier/ec-kurierh.tfm + texmf-dist/fonts/tfm/public/kurier/ec-kurierhcap.tfm + texmf-dist/fonts/tfm/public/kurier/ec-kurierhi.tfm + texmf-dist/fonts/tfm/public/kurier/ec-kurierhicap.tfm + texmf-dist/fonts/tfm/public/kurier/ec-kurierl.tfm + texmf-dist/fonts/tfm/public/kurier/ec-kurierlcap.tfm + texmf-dist/fonts/tfm/public/kurier/ec-kurierli.tfm + texmf-dist/fonts/tfm/public/kurier/ec-kurierlicap.tfm + texmf-dist/fonts/tfm/public/kurier/ec-kurierm.tfm + texmf-dist/fonts/tfm/public/kurier/ec-kuriermcap.tfm + texmf-dist/fonts/tfm/public/kurier/ec-kuriermi.tfm + texmf-dist/fonts/tfm/public/kurier/ec-kuriermicap.tfm + texmf-dist/fonts/tfm/public/kurier/ec-kurierr.tfm + texmf-dist/fonts/tfm/public/kurier/ec-kurierrcap.tfm + texmf-dist/fonts/tfm/public/kurier/ec-kurierri.tfm + texmf-dist/fonts/tfm/public/kurier/ec-kurierricap.tfm + texmf-dist/fonts/tfm/public/kurier/el-kurierb.tfm + texmf-dist/fonts/tfm/public/kurier/el-kurierbi.tfm + texmf-dist/fonts/tfm/public/kurier/el-kuriercb.tfm + texmf-dist/fonts/tfm/public/kurier/el-kuriercbi.tfm + texmf-dist/fonts/tfm/public/kurier/el-kurierch.tfm + texmf-dist/fonts/tfm/public/kurier/el-kurierchi.tfm + texmf-dist/fonts/tfm/public/kurier/el-kuriercl.tfm + texmf-dist/fonts/tfm/public/kurier/el-kuriercli.tfm + texmf-dist/fonts/tfm/public/kurier/el-kuriercm.tfm + texmf-dist/fonts/tfm/public/kurier/el-kuriercmi.tfm + texmf-dist/fonts/tfm/public/kurier/el-kuriercr.tfm + texmf-dist/fonts/tfm/public/kurier/el-kuriercri.tfm + texmf-dist/fonts/tfm/public/kurier/el-kurierh.tfm + texmf-dist/fonts/tfm/public/kurier/el-kurierhi.tfm + texmf-dist/fonts/tfm/public/kurier/el-kurierl.tfm + texmf-dist/fonts/tfm/public/kurier/el-kurierli.tfm + texmf-dist/fonts/tfm/public/kurier/el-kurierm.tfm + texmf-dist/fonts/tfm/public/kurier/el-kuriermi.tfm + texmf-dist/fonts/tfm/public/kurier/el-kurierr.tfm + texmf-dist/fonts/tfm/public/kurier/el-kurierri.tfm + texmf-dist/fonts/tfm/public/kurier/ex-kurierb.tfm + texmf-dist/fonts/tfm/public/kurier/ex-kuriercb.tfm + texmf-dist/fonts/tfm/public/kurier/ex-kurierch.tfm + texmf-dist/fonts/tfm/public/kurier/ex-kuriercl.tfm + texmf-dist/fonts/tfm/public/kurier/ex-kuriercm.tfm + texmf-dist/fonts/tfm/public/kurier/ex-kuriercr.tfm + texmf-dist/fonts/tfm/public/kurier/ex-kurierh.tfm + texmf-dist/fonts/tfm/public/kurier/ex-kurierl.tfm + texmf-dist/fonts/tfm/public/kurier/ex-kurierm.tfm + texmf-dist/fonts/tfm/public/kurier/ex-kurierr.tfm + texmf-dist/fonts/tfm/public/kurier/exp-kurierb.tfm + texmf-dist/fonts/tfm/public/kurier/exp-kurierbi.tfm + texmf-dist/fonts/tfm/public/kurier/exp-kuriercb.tfm + texmf-dist/fonts/tfm/public/kurier/exp-kuriercbi.tfm + texmf-dist/fonts/tfm/public/kurier/exp-kurierch.tfm + texmf-dist/fonts/tfm/public/kurier/exp-kurierchi.tfm + texmf-dist/fonts/tfm/public/kurier/exp-kuriercl.tfm + texmf-dist/fonts/tfm/public/kurier/exp-kuriercli.tfm + texmf-dist/fonts/tfm/public/kurier/exp-kuriercm.tfm + texmf-dist/fonts/tfm/public/kurier/exp-kuriercmi.tfm + texmf-dist/fonts/tfm/public/kurier/exp-kuriercr.tfm + texmf-dist/fonts/tfm/public/kurier/exp-kuriercri.tfm + texmf-dist/fonts/tfm/public/kurier/exp-kurierh.tfm + texmf-dist/fonts/tfm/public/kurier/exp-kurierhi.tfm + texmf-dist/fonts/tfm/public/kurier/exp-kurierl.tfm + texmf-dist/fonts/tfm/public/kurier/exp-kurierli.tfm + texmf-dist/fonts/tfm/public/kurier/exp-kurierm.tfm + texmf-dist/fonts/tfm/public/kurier/exp-kuriermi.tfm + texmf-dist/fonts/tfm/public/kurier/exp-kurierr.tfm + texmf-dist/fonts/tfm/public/kurier/exp-kurierri.tfm + texmf-dist/fonts/tfm/public/kurier/greek-kurierb.tfm + texmf-dist/fonts/tfm/public/kurier/greek-kurierbi.tfm + texmf-dist/fonts/tfm/public/kurier/greek-kuriercb.tfm + texmf-dist/fonts/tfm/public/kurier/greek-kuriercbi.tfm + texmf-dist/fonts/tfm/public/kurier/greek-kurierch.tfm + texmf-dist/fonts/tfm/public/kurier/greek-kurierchi.tfm + texmf-dist/fonts/tfm/public/kurier/greek-kuriercl.tfm + texmf-dist/fonts/tfm/public/kurier/greek-kuriercli.tfm + texmf-dist/fonts/tfm/public/kurier/greek-kuriercm.tfm + texmf-dist/fonts/tfm/public/kurier/greek-kuriercmi.tfm + texmf-dist/fonts/tfm/public/kurier/greek-kuriercr.tfm + texmf-dist/fonts/tfm/public/kurier/greek-kuriercri.tfm + texmf-dist/fonts/tfm/public/kurier/greek-kurierh.tfm + texmf-dist/fonts/tfm/public/kurier/greek-kurierhi.tfm + texmf-dist/fonts/tfm/public/kurier/greek-kurierl.tfm + texmf-dist/fonts/tfm/public/kurier/greek-kurierli.tfm + texmf-dist/fonts/tfm/public/kurier/greek-kurierm.tfm + texmf-dist/fonts/tfm/public/kurier/greek-kuriermi.tfm + texmf-dist/fonts/tfm/public/kurier/greek-kurierr.tfm + texmf-dist/fonts/tfm/public/kurier/greek-kurierri.tfm + texmf-dist/fonts/tfm/public/kurier/mi-kurierbi.tfm + texmf-dist/fonts/tfm/public/kurier/mi-kuriercbi.tfm + texmf-dist/fonts/tfm/public/kurier/mi-kurierchi.tfm + texmf-dist/fonts/tfm/public/kurier/mi-kuriercli.tfm + texmf-dist/fonts/tfm/public/kurier/mi-kuriercmi.tfm + texmf-dist/fonts/tfm/public/kurier/mi-kuriercri.tfm + texmf-dist/fonts/tfm/public/kurier/mi-kurierhi.tfm + texmf-dist/fonts/tfm/public/kurier/mi-kurierli.tfm + texmf-dist/fonts/tfm/public/kurier/mi-kuriermi.tfm + texmf-dist/fonts/tfm/public/kurier/mi-kurierri.tfm + texmf-dist/fonts/tfm/public/kurier/qx-kurierb.tfm + texmf-dist/fonts/tfm/public/kurier/qx-kurierbcap.tfm + texmf-dist/fonts/tfm/public/kurier/qx-kurierbi.tfm + texmf-dist/fonts/tfm/public/kurier/qx-kurierbicap.tfm + texmf-dist/fonts/tfm/public/kurier/qx-kuriercb.tfm + texmf-dist/fonts/tfm/public/kurier/qx-kuriercbcap.tfm + texmf-dist/fonts/tfm/public/kurier/qx-kuriercbi.tfm + texmf-dist/fonts/tfm/public/kurier/qx-kuriercbicap.tfm + texmf-dist/fonts/tfm/public/kurier/qx-kurierch.tfm + texmf-dist/fonts/tfm/public/kurier/qx-kurierchcap.tfm + texmf-dist/fonts/tfm/public/kurier/qx-kurierchi.tfm + texmf-dist/fonts/tfm/public/kurier/qx-kurierchicap.tfm + texmf-dist/fonts/tfm/public/kurier/qx-kuriercl.tfm + texmf-dist/fonts/tfm/public/kurier/qx-kurierclcap.tfm + texmf-dist/fonts/tfm/public/kurier/qx-kuriercli.tfm + texmf-dist/fonts/tfm/public/kurier/qx-kurierclicap.tfm + texmf-dist/fonts/tfm/public/kurier/qx-kuriercm.tfm + texmf-dist/fonts/tfm/public/kurier/qx-kuriercmcap.tfm + texmf-dist/fonts/tfm/public/kurier/qx-kuriercmi.tfm + texmf-dist/fonts/tfm/public/kurier/qx-kuriercmicap.tfm + texmf-dist/fonts/tfm/public/kurier/qx-kuriercr.tfm + texmf-dist/fonts/tfm/public/kurier/qx-kuriercrcap.tfm + texmf-dist/fonts/tfm/public/kurier/qx-kuriercri.tfm + texmf-dist/fonts/tfm/public/kurier/qx-kuriercricap.tfm + texmf-dist/fonts/tfm/public/kurier/qx-kurierh.tfm + texmf-dist/fonts/tfm/public/kurier/qx-kurierhcap.tfm + texmf-dist/fonts/tfm/public/kurier/qx-kurierhi.tfm + texmf-dist/fonts/tfm/public/kurier/qx-kurierhicap.tfm + texmf-dist/fonts/tfm/public/kurier/qx-kurierl.tfm + texmf-dist/fonts/tfm/public/kurier/qx-kurierlcap.tfm + texmf-dist/fonts/tfm/public/kurier/qx-kurierli.tfm + texmf-dist/fonts/tfm/public/kurier/qx-kurierlicap.tfm + texmf-dist/fonts/tfm/public/kurier/qx-kurierm.tfm + texmf-dist/fonts/tfm/public/kurier/qx-kuriermcap.tfm + texmf-dist/fonts/tfm/public/kurier/qx-kuriermi.tfm + texmf-dist/fonts/tfm/public/kurier/qx-kuriermicap.tfm + texmf-dist/fonts/tfm/public/kurier/qx-kurierr.tfm + texmf-dist/fonts/tfm/public/kurier/qx-kurierrcap.tfm + texmf-dist/fonts/tfm/public/kurier/qx-kurierri.tfm + texmf-dist/fonts/tfm/public/kurier/qx-kurierricap.tfm + texmf-dist/fonts/tfm/public/kurier/rm-kurierb.tfm + texmf-dist/fonts/tfm/public/kurier/rm-kurierbi.tfm + texmf-dist/fonts/tfm/public/kurier/rm-kuriercb.tfm + texmf-dist/fonts/tfm/public/kurier/rm-kuriercbi.tfm + texmf-dist/fonts/tfm/public/kurier/rm-kurierch.tfm + texmf-dist/fonts/tfm/public/kurier/rm-kurierchi.tfm + texmf-dist/fonts/tfm/public/kurier/rm-kuriercl.tfm + texmf-dist/fonts/tfm/public/kurier/rm-kuriercli.tfm + texmf-dist/fonts/tfm/public/kurier/rm-kuriercm.tfm + texmf-dist/fonts/tfm/public/kurier/rm-kuriercmi.tfm + texmf-dist/fonts/tfm/public/kurier/rm-kuriercr.tfm + texmf-dist/fonts/tfm/public/kurier/rm-kuriercri.tfm + texmf-dist/fonts/tfm/public/kurier/rm-kurierh.tfm + texmf-dist/fonts/tfm/public/kurier/rm-kurierhi.tfm + texmf-dist/fonts/tfm/public/kurier/rm-kurierl.tfm + texmf-dist/fonts/tfm/public/kurier/rm-kurierli.tfm + texmf-dist/fonts/tfm/public/kurier/rm-kurierm.tfm + texmf-dist/fonts/tfm/public/kurier/rm-kuriermi.tfm + texmf-dist/fonts/tfm/public/kurier/rm-kurierr.tfm + texmf-dist/fonts/tfm/public/kurier/rm-kurierri.tfm + texmf-dist/fonts/tfm/public/kurier/sy-kurierbz.tfm + texmf-dist/fonts/tfm/public/kurier/sy-kuriercbz.tfm + texmf-dist/fonts/tfm/public/kurier/sy-kurierchz.tfm + texmf-dist/fonts/tfm/public/kurier/sy-kurierclz.tfm + texmf-dist/fonts/tfm/public/kurier/sy-kuriercmz.tfm + texmf-dist/fonts/tfm/public/kurier/sy-kuriercrz.tfm + texmf-dist/fonts/tfm/public/kurier/sy-kurierhz.tfm + texmf-dist/fonts/tfm/public/kurier/sy-kurierlz.tfm + texmf-dist/fonts/tfm/public/kurier/sy-kuriermz.tfm + texmf-dist/fonts/tfm/public/kurier/sy-kurierrz.tfm + texmf-dist/fonts/tfm/public/kurier/t2a-kurierb.tfm + texmf-dist/fonts/tfm/public/kurier/t2a-kurierbi.tfm + texmf-dist/fonts/tfm/public/kurier/t2a-kuriercb.tfm + texmf-dist/fonts/tfm/public/kurier/t2a-kuriercbi.tfm + texmf-dist/fonts/tfm/public/kurier/t2a-kurierch.tfm + texmf-dist/fonts/tfm/public/kurier/t2a-kurierchi.tfm + texmf-dist/fonts/tfm/public/kurier/t2a-kuriercl.tfm + texmf-dist/fonts/tfm/public/kurier/t2a-kuriercli.tfm + texmf-dist/fonts/tfm/public/kurier/t2a-kuriercm.tfm + texmf-dist/fonts/tfm/public/kurier/t2a-kuriercmi.tfm + texmf-dist/fonts/tfm/public/kurier/t2a-kuriercr.tfm + texmf-dist/fonts/tfm/public/kurier/t2a-kuriercri.tfm + texmf-dist/fonts/tfm/public/kurier/t2a-kurierh.tfm + texmf-dist/fonts/tfm/public/kurier/t2a-kurierhi.tfm + texmf-dist/fonts/tfm/public/kurier/t2a-kurierl.tfm + texmf-dist/fonts/tfm/public/kurier/t2a-kurierli.tfm + texmf-dist/fonts/tfm/public/kurier/t2a-kurierm.tfm + texmf-dist/fonts/tfm/public/kurier/t2a-kuriermi.tfm + texmf-dist/fonts/tfm/public/kurier/t2a-kurierr.tfm + texmf-dist/fonts/tfm/public/kurier/t2a-kurierri.tfm + texmf-dist/fonts/tfm/public/kurier/t2b-kurierb.tfm + texmf-dist/fonts/tfm/public/kurier/t2b-kurierbi.tfm + texmf-dist/fonts/tfm/public/kurier/t2b-kuriercb.tfm + texmf-dist/fonts/tfm/public/kurier/t2b-kuriercbi.tfm + texmf-dist/fonts/tfm/public/kurier/t2b-kurierch.tfm + texmf-dist/fonts/tfm/public/kurier/t2b-kurierchi.tfm + texmf-dist/fonts/tfm/public/kurier/t2b-kuriercl.tfm + texmf-dist/fonts/tfm/public/kurier/t2b-kuriercli.tfm + texmf-dist/fonts/tfm/public/kurier/t2b-kuriercm.tfm + texmf-dist/fonts/tfm/public/kurier/t2b-kuriercmi.tfm + texmf-dist/fonts/tfm/public/kurier/t2b-kuriercr.tfm + texmf-dist/fonts/tfm/public/kurier/t2b-kuriercri.tfm + texmf-dist/fonts/tfm/public/kurier/t2b-kurierh.tfm + texmf-dist/fonts/tfm/public/kurier/t2b-kurierhi.tfm + texmf-dist/fonts/tfm/public/kurier/t2b-kurierl.tfm + texmf-dist/fonts/tfm/public/kurier/t2b-kurierli.tfm + texmf-dist/fonts/tfm/public/kurier/t2b-kurierm.tfm + texmf-dist/fonts/tfm/public/kurier/t2b-kuriermi.tfm + texmf-dist/fonts/tfm/public/kurier/t2b-kurierr.tfm + texmf-dist/fonts/tfm/public/kurier/t2b-kurierri.tfm + texmf-dist/fonts/tfm/public/kurier/t2c-kurierb.tfm + texmf-dist/fonts/tfm/public/kurier/t2c-kurierbi.tfm + texmf-dist/fonts/tfm/public/kurier/t2c-kuriercb.tfm + texmf-dist/fonts/tfm/public/kurier/t2c-kuriercbi.tfm + texmf-dist/fonts/tfm/public/kurier/t2c-kurierch.tfm + texmf-dist/fonts/tfm/public/kurier/t2c-kurierchi.tfm + texmf-dist/fonts/tfm/public/kurier/t2c-kuriercl.tfm + texmf-dist/fonts/tfm/public/kurier/t2c-kuriercli.tfm + texmf-dist/fonts/tfm/public/kurier/t2c-kuriercm.tfm + texmf-dist/fonts/tfm/public/kurier/t2c-kuriercmi.tfm + texmf-dist/fonts/tfm/public/kurier/t2c-kuriercr.tfm + texmf-dist/fonts/tfm/public/kurier/t2c-kuriercri.tfm + texmf-dist/fonts/tfm/public/kurier/t2c-kurierh.tfm + texmf-dist/fonts/tfm/public/kurier/t2c-kurierhi.tfm + texmf-dist/fonts/tfm/public/kurier/t2c-kurierl.tfm + texmf-dist/fonts/tfm/public/kurier/t2c-kurierli.tfm + texmf-dist/fonts/tfm/public/kurier/t2c-kurierm.tfm + texmf-dist/fonts/tfm/public/kurier/t2c-kuriermi.tfm + texmf-dist/fonts/tfm/public/kurier/t2c-kurierr.tfm + texmf-dist/fonts/tfm/public/kurier/t2c-kurierri.tfm + texmf-dist/fonts/tfm/public/kurier/t5-kurierb.tfm + texmf-dist/fonts/tfm/public/kurier/t5-kurierbcap.tfm + texmf-dist/fonts/tfm/public/kurier/t5-kurierbi.tfm + texmf-dist/fonts/tfm/public/kurier/t5-kurierbicap.tfm + texmf-dist/fonts/tfm/public/kurier/t5-kuriercb.tfm + texmf-dist/fonts/tfm/public/kurier/t5-kuriercbcap.tfm + texmf-dist/fonts/tfm/public/kurier/t5-kuriercbi.tfm + texmf-dist/fonts/tfm/public/kurier/t5-kuriercbicap.tfm + texmf-dist/fonts/tfm/public/kurier/t5-kurierch.tfm + texmf-dist/fonts/tfm/public/kurier/t5-kurierchcap.tfm + texmf-dist/fonts/tfm/public/kurier/t5-kurierchi.tfm + texmf-dist/fonts/tfm/public/kurier/t5-kurierchicap.tfm + texmf-dist/fonts/tfm/public/kurier/t5-kuriercl.tfm + texmf-dist/fonts/tfm/public/kurier/t5-kurierclcap.tfm + texmf-dist/fonts/tfm/public/kurier/t5-kuriercli.tfm + texmf-dist/fonts/tfm/public/kurier/t5-kurierclicap.tfm + texmf-dist/fonts/tfm/public/kurier/t5-kuriercm.tfm + texmf-dist/fonts/tfm/public/kurier/t5-kuriercmcap.tfm + texmf-dist/fonts/tfm/public/kurier/t5-kuriercmi.tfm + texmf-dist/fonts/tfm/public/kurier/t5-kuriercmicap.tfm + texmf-dist/fonts/tfm/public/kurier/t5-kuriercr.tfm + texmf-dist/fonts/tfm/public/kurier/t5-kuriercrcap.tfm + texmf-dist/fonts/tfm/public/kurier/t5-kuriercri.tfm + texmf-dist/fonts/tfm/public/kurier/t5-kuriercricap.tfm + texmf-dist/fonts/tfm/public/kurier/t5-kurierh.tfm + texmf-dist/fonts/tfm/public/kurier/t5-kurierhcap.tfm + texmf-dist/fonts/tfm/public/kurier/t5-kurierhi.tfm + texmf-dist/fonts/tfm/public/kurier/t5-kurierhicap.tfm + texmf-dist/fonts/tfm/public/kurier/t5-kurierl.tfm + texmf-dist/fonts/tfm/public/kurier/t5-kurierlcap.tfm + texmf-dist/fonts/tfm/public/kurier/t5-kurierli.tfm + texmf-dist/fonts/tfm/public/kurier/t5-kurierlicap.tfm + texmf-dist/fonts/tfm/public/kurier/t5-kurierm.tfm + texmf-dist/fonts/tfm/public/kurier/t5-kuriermcap.tfm + texmf-dist/fonts/tfm/public/kurier/t5-kuriermi.tfm + texmf-dist/fonts/tfm/public/kurier/t5-kuriermicap.tfm + texmf-dist/fonts/tfm/public/kurier/t5-kurierr.tfm + texmf-dist/fonts/tfm/public/kurier/t5-kurierrcap.tfm + texmf-dist/fonts/tfm/public/kurier/t5-kurierri.tfm + texmf-dist/fonts/tfm/public/kurier/t5-kurierricap.tfm + texmf-dist/fonts/tfm/public/kurier/texnansi-kurierb.tfm + texmf-dist/fonts/tfm/public/kurier/texnansi-kurierbcap.tfm + texmf-dist/fonts/tfm/public/kurier/texnansi-kurierbi.tfm + texmf-dist/fonts/tfm/public/kurier/texnansi-kurierbicap.tfm + texmf-dist/fonts/tfm/public/kurier/texnansi-kuriercb.tfm + texmf-dist/fonts/tfm/public/kurier/texnansi-kuriercbcap.tfm + texmf-dist/fonts/tfm/public/kurier/texnansi-kuriercbi.tfm + texmf-dist/fonts/tfm/public/kurier/texnansi-kuriercbicap.tfm + texmf-dist/fonts/tfm/public/kurier/texnansi-kurierch.tfm + texmf-dist/fonts/tfm/public/kurier/texnansi-kurierchcap.tfm + texmf-dist/fonts/tfm/public/kurier/texnansi-kurierchi.tfm + texmf-dist/fonts/tfm/public/kurier/texnansi-kurierchicap.tfm + texmf-dist/fonts/tfm/public/kurier/texnansi-kuriercl.tfm + texmf-dist/fonts/tfm/public/kurier/texnansi-kurierclcap.tfm + texmf-dist/fonts/tfm/public/kurier/texnansi-kuriercli.tfm + texmf-dist/fonts/tfm/public/kurier/texnansi-kurierclicap.tfm + texmf-dist/fonts/tfm/public/kurier/texnansi-kuriercm.tfm + texmf-dist/fonts/tfm/public/kurier/texnansi-kuriercmcap.tfm + texmf-dist/fonts/tfm/public/kurier/texnansi-kuriercmi.tfm + texmf-dist/fonts/tfm/public/kurier/texnansi-kuriercmicap.tfm + texmf-dist/fonts/tfm/public/kurier/texnansi-kuriercr.tfm + texmf-dist/fonts/tfm/public/kurier/texnansi-kuriercrcap.tfm + texmf-dist/fonts/tfm/public/kurier/texnansi-kuriercri.tfm + texmf-dist/fonts/tfm/public/kurier/texnansi-kuriercricap.tfm + texmf-dist/fonts/tfm/public/kurier/texnansi-kurierh.tfm + texmf-dist/fonts/tfm/public/kurier/texnansi-kurierhcap.tfm + texmf-dist/fonts/tfm/public/kurier/texnansi-kurierhi.tfm + texmf-dist/fonts/tfm/public/kurier/texnansi-kurierhicap.tfm + texmf-dist/fonts/tfm/public/kurier/texnansi-kurierl.tfm + texmf-dist/fonts/tfm/public/kurier/texnansi-kurierlcap.tfm + texmf-dist/fonts/tfm/public/kurier/texnansi-kurierli.tfm + texmf-dist/fonts/tfm/public/kurier/texnansi-kurierlicap.tfm + texmf-dist/fonts/tfm/public/kurier/texnansi-kurierm.tfm + texmf-dist/fonts/tfm/public/kurier/texnansi-kuriermcap.tfm + texmf-dist/fonts/tfm/public/kurier/texnansi-kuriermi.tfm + texmf-dist/fonts/tfm/public/kurier/texnansi-kuriermicap.tfm + texmf-dist/fonts/tfm/public/kurier/texnansi-kurierr.tfm + texmf-dist/fonts/tfm/public/kurier/texnansi-kurierrcap.tfm + texmf-dist/fonts/tfm/public/kurier/texnansi-kurierri.tfm + texmf-dist/fonts/tfm/public/kurier/texnansi-kurierricap.tfm + texmf-dist/fonts/tfm/public/kurier/ts1-kurierb.tfm + texmf-dist/fonts/tfm/public/kurier/ts1-kurierbi.tfm + texmf-dist/fonts/tfm/public/kurier/ts1-kuriercb.tfm + texmf-dist/fonts/tfm/public/kurier/ts1-kuriercbi.tfm + texmf-dist/fonts/tfm/public/kurier/ts1-kurierch.tfm + texmf-dist/fonts/tfm/public/kurier/ts1-kurierchi.tfm + texmf-dist/fonts/tfm/public/kurier/ts1-kuriercl.tfm + texmf-dist/fonts/tfm/public/kurier/ts1-kuriercli.tfm + texmf-dist/fonts/tfm/public/kurier/ts1-kuriercm.tfm + texmf-dist/fonts/tfm/public/kurier/ts1-kuriercmi.tfm + texmf-dist/fonts/tfm/public/kurier/ts1-kuriercr.tfm + texmf-dist/fonts/tfm/public/kurier/ts1-kuriercri.tfm + texmf-dist/fonts/tfm/public/kurier/ts1-kurierh.tfm + texmf-dist/fonts/tfm/public/kurier/ts1-kurierhi.tfm + texmf-dist/fonts/tfm/public/kurier/ts1-kurierl.tfm + texmf-dist/fonts/tfm/public/kurier/ts1-kurierli.tfm + texmf-dist/fonts/tfm/public/kurier/ts1-kurierm.tfm + texmf-dist/fonts/tfm/public/kurier/ts1-kuriermi.tfm + texmf-dist/fonts/tfm/public/kurier/ts1-kurierr.tfm + texmf-dist/fonts/tfm/public/kurier/ts1-kurierri.tfm + texmf-dist/fonts/tfm/public/kurier/wncy-kurierb.tfm + texmf-dist/fonts/tfm/public/kurier/wncy-kurierbi.tfm + texmf-dist/fonts/tfm/public/kurier/wncy-kuriercb.tfm + texmf-dist/fonts/tfm/public/kurier/wncy-kuriercbi.tfm + texmf-dist/fonts/tfm/public/kurier/wncy-kurierch.tfm + texmf-dist/fonts/tfm/public/kurier/wncy-kurierchi.tfm + texmf-dist/fonts/tfm/public/kurier/wncy-kuriercl.tfm + texmf-dist/fonts/tfm/public/kurier/wncy-kuriercli.tfm + texmf-dist/fonts/tfm/public/kurier/wncy-kuriercm.tfm + texmf-dist/fonts/tfm/public/kurier/wncy-kuriercmi.tfm + texmf-dist/fonts/tfm/public/kurier/wncy-kuriercr.tfm + texmf-dist/fonts/tfm/public/kurier/wncy-kuriercri.tfm + texmf-dist/fonts/tfm/public/kurier/wncy-kurierh.tfm + texmf-dist/fonts/tfm/public/kurier/wncy-kurierhi.tfm + texmf-dist/fonts/tfm/public/kurier/wncy-kurierl.tfm + texmf-dist/fonts/tfm/public/kurier/wncy-kurierli.tfm + texmf-dist/fonts/tfm/public/kurier/wncy-kurierm.tfm + texmf-dist/fonts/tfm/public/kurier/wncy-kuriermi.tfm + texmf-dist/fonts/tfm/public/kurier/wncy-kurierr.tfm + texmf-dist/fonts/tfm/public/kurier/wncy-kurierri.tfm + texmf-dist/fonts/type1/public/kurier/kurierb.pfb + texmf-dist/fonts/type1/public/kurier/kurierbi.pfb + texmf-dist/fonts/type1/public/kurier/kuriercb.pfb + texmf-dist/fonts/type1/public/kurier/kuriercbi.pfb + texmf-dist/fonts/type1/public/kurier/kurierch.pfb + texmf-dist/fonts/type1/public/kurier/kurierchi.pfb + texmf-dist/fonts/type1/public/kurier/kuriercl.pfb + texmf-dist/fonts/type1/public/kurier/kuriercli.pfb + texmf-dist/fonts/type1/public/kurier/kuriercm.pfb + texmf-dist/fonts/type1/public/kurier/kuriercmi.pfb + texmf-dist/fonts/type1/public/kurier/kuriercr.pfb + texmf-dist/fonts/type1/public/kurier/kuriercri.pfb + texmf-dist/fonts/type1/public/kurier/kurierh.pfb + texmf-dist/fonts/type1/public/kurier/kurierhi.pfb + texmf-dist/fonts/type1/public/kurier/kurierl.pfb + texmf-dist/fonts/type1/public/kurier/kurierli.pfb + texmf-dist/fonts/type1/public/kurier/kurierm.pfb + texmf-dist/fonts/type1/public/kurier/kuriermi.pfb + texmf-dist/fonts/type1/public/kurier/kurierr.pfb + texmf-dist/fonts/type1/public/kurier/kurierri.pfb + texmf-dist/tex/latex/kurier/il2kurier.fd + texmf-dist/tex/latex/kurier/il2kurierc.fd + texmf-dist/tex/latex/kurier/il2kurierl.fd + texmf-dist/tex/latex/kurier/il2kurierlc.fd + texmf-dist/tex/latex/kurier/kurier.sty + texmf-dist/tex/latex/kurier/ly1kurier.fd + texmf-dist/tex/latex/kurier/ly1kurierc.fd + texmf-dist/tex/latex/kurier/ly1kurierl.fd + texmf-dist/tex/latex/kurier/ly1kurierlc.fd + texmf-dist/tex/latex/kurier/omlkurier.fd + texmf-dist/tex/latex/kurier/omlkurierc.fd + texmf-dist/tex/latex/kurier/omlkurierl.fd + texmf-dist/tex/latex/kurier/omlkurierlc.fd + texmf-dist/tex/latex/kurier/omskurier.fd + texmf-dist/tex/latex/kurier/omskurierc.fd + texmf-dist/tex/latex/kurier/omskurierl.fd + texmf-dist/tex/latex/kurier/omskurierlc.fd + texmf-dist/tex/latex/kurier/omxkurier.fd + texmf-dist/tex/latex/kurier/omxkurierc.fd + texmf-dist/tex/latex/kurier/omxkurierl.fd + texmf-dist/tex/latex/kurier/omxkurierlc.fd + texmf-dist/tex/latex/kurier/ot1kurier.fd + texmf-dist/tex/latex/kurier/ot1kurierc.fd + texmf-dist/tex/latex/kurier/ot1kuriercm.fd + texmf-dist/tex/latex/kurier/ot1kurierl.fd + texmf-dist/tex/latex/kurier/ot1kurierlc.fd + texmf-dist/tex/latex/kurier/ot1kurierlcm.fd + texmf-dist/tex/latex/kurier/ot1kurierlm.fd + texmf-dist/tex/latex/kurier/ot1kurierm.fd + texmf-dist/tex/latex/kurier/ot2kurier.fd + texmf-dist/tex/latex/kurier/ot2kurierc.fd + texmf-dist/tex/latex/kurier/ot2kurierl.fd + texmf-dist/tex/latex/kurier/ot2kurierlc.fd + texmf-dist/tex/latex/kurier/ot4kurier.fd + texmf-dist/tex/latex/kurier/ot4kurierc.fd + texmf-dist/tex/latex/kurier/ot4kurierl.fd + texmf-dist/tex/latex/kurier/ot4kurierlc.fd + texmf-dist/tex/latex/kurier/qxkurier.fd + texmf-dist/tex/latex/kurier/qxkurierc.fd + texmf-dist/tex/latex/kurier/qxkurierl.fd + texmf-dist/tex/latex/kurier/qxkurierlc.fd + texmf-dist/tex/latex/kurier/t1kurier.fd + texmf-dist/tex/latex/kurier/t1kurierc.fd + texmf-dist/tex/latex/kurier/t1kurierl.fd + texmf-dist/tex/latex/kurier/t1kurierlc.fd + texmf-dist/tex/latex/kurier/t2akurier.fd + texmf-dist/tex/latex/kurier/t2akurierc.fd + texmf-dist/tex/latex/kurier/t2akurierl.fd + texmf-dist/tex/latex/kurier/t2akurierlc.fd + texmf-dist/tex/latex/kurier/t2bkurier.fd + texmf-dist/tex/latex/kurier/t2bkurierc.fd + texmf-dist/tex/latex/kurier/t2bkurierl.fd + texmf-dist/tex/latex/kurier/t2bkurierlc.fd + texmf-dist/tex/latex/kurier/t2ckurier.fd + texmf-dist/tex/latex/kurier/t2ckurierc.fd + texmf-dist/tex/latex/kurier/t2ckurierl.fd + texmf-dist/tex/latex/kurier/t2ckurierlc.fd + texmf-dist/tex/latex/kurier/t5kurier.fd + texmf-dist/tex/latex/kurier/t5kurierc.fd + texmf-dist/tex/latex/kurier/t5kurierl.fd + texmf-dist/tex/latex/kurier/t5kurierlc.fd + texmf-dist/tex/latex/kurier/ts1kurier.fd + texmf-dist/tex/latex/kurier/ts1kurierc.fd + texmf-dist/tex/latex/kurier/ts1kurierl.fd + texmf-dist/tex/latex/kurier/ts1kurierlc.fd + texmf-dist/tex/plain/kurier/kurier-math.tex +catalogue-ctan /fonts/kurier +catalogue-date 2008-08-22 10:38:02 +0200 +catalogue-license gfsl +catalogue-version 0.991 + +name l2picfaq +category Package +revision 15878 +shortdesc LaTeX pictures "how-to" (German). +longdesc The document (in German) is a collection of questions about +longdesc LaTeX and pictures. The aim of the document is to provide a +longdesc solution, in the form of some sample code, for every problem. +docfiles size=206 + texmf-dist/doc/latex/l2picfaq/README details="Package README" language="de" + texmf-dist/doc/latex/l2picfaq/ctanlion.pdf + texmf-dist/doc/latex/l2picfaq/gfdl.tex + texmf-dist/doc/latex/l2picfaq/l2picfaq.pdf details="The document itself" language="de" + texmf-dist/doc/latex/l2picfaq/l2picfaq.tex +catalogue-ctan /info/l2picfaq/german +catalogue-date 2008-09-18 20:11:09 +0200 +catalogue-license fdl +catalogue-version 1.40 + +name l2tabu +category Package +revision 15878 +shortdesc Obsolete packages and commands. +longdesc The "sins" of LaTeX users, and how to correct them. The +longdesc document provides a list of obsolete packages and commands +longdesc (this original is in German; it has been translated into +longdesc English, French, Italian and Spanish). +docfiles size=85 + texmf-dist/doc/latex/l2tabu/CHANGES + texmf-dist/doc/latex/l2tabu/README details="Readme" + texmf-dist/doc/latex/l2tabu/l2tabu.pdf details="The document itself" language="de" + texmf-dist/doc/latex/l2tabu/l2tabu.tex +catalogue-ctan /info/l2tabu/german +catalogue-date 2009-10-08 14:34:05 +0200 +catalogue-license gpl +catalogue-version 2.1 + +name l2tabu-english +category Package +revision 15878 +shortdesc English translation of "Obsolete packages and commands". +longdesc English translation of the l2tabu practical guide to LaTeX2e by +longdesc Mark Trettin. A list of obsolete packages and commands. +docfiles size=95 + texmf-dist/doc/latex/l2tabu-english/l2tabuen.pdf details="The document itself" + texmf-dist/doc/latex/l2tabu-english/l2tabuen.tex +catalogue-ctan /info/l2tabu/english +catalogue-date 2008-03-16 17:19:11 +0100 +catalogue-license gpl +catalogue-version 1.8.5.7 + +name l2tabu-french +category Package +revision 15878 +shortdesc French translation of l2tabu. +longdesc French translation of l2tabu. +docfiles size=115 + texmf-dist/doc/latex/l2tabu-french/README details="The document itself" language="fr" + texmf-dist/doc/latex/l2tabu-french/l2tabufr-heavy.pdf + texmf-dist/doc/latex/l2tabu-french/l2tabufr-light.pdf + texmf-dist/doc/latex/l2tabu-french/l2tabufr.tex +catalogue-ctan /info/l2tabu/french +catalogue-date 2006-12-15 14:14:43 +0100 +catalogue-license gpl + +name l2tabu-it +category Package +revision 15878 +catalogue l2tabu-italian +shortdesc Italian Translation of Obsolete packages and commands +longdesc Italian translation of the l2tabu practical guide to LaTeX2e (a +longdesc list of obsolete packages and commands). +docfiles size=55 + texmf-dist/doc/latex/l2tabu-it/l2tabuit.pdf details="The document itself" language="it" + texmf-dist/doc/latex/l2tabu-it/l2tabuit.tex +catalogue-ctan /info/l2tabu/italian +catalogue-date 2006-12-15 14:14:43 +0100 +catalogue-license gpl +catalogue-version 1.8.4 + +name l2tabu-spanish +category Package +revision 15878 +shortdesc Spanish translation of "Obsolete packages and commands". +longdesc A Spanish translation of the l2tabu practical guide to LaTeX2e +longdesc by Mark Trettin. A list of obsolete packages, commands and +longdesc usages. +docfiles size=84 + texmf-dist/doc/latex/l2tabu-spanish/README details="Readme" + texmf-dist/doc/latex/l2tabu-spanish/l2tabues.pdf details="The document itself" language="es" + texmf-dist/doc/latex/l2tabu-spanish/l2tabues.tex +catalogue-ctan /info/l2tabu/spanish +catalogue-date 2008-08-22 10:50:40 +0200 +catalogue-license pd +catalogue-version 1.1 + +name labbook +category Package +revision 15878 +shortdesc Typeset laboratory journals. +longdesc This class is designed to typeset laboratory journals that +longdesc contain chronologically ordered records about experiments. From +longdesc the sectioning commands, an experiment index is generated. The +longdesc class is based on the KOMA-Script class scrbook.cls. There can +longdesc be several index entries for one experiment. +docfiles size=70 + texmf-dist/doc/latex/labbook/README details="Readme" + texmf-dist/doc/latex/labbook/boilerplates.tex + texmf-dist/doc/latex/labbook/examplde.tex + texmf-dist/doc/latex/labbook/examplen.tex + texmf-dist/doc/latex/labbook/labboode.pdf details="Package documentation (German)" language="de" + texmf-dist/doc/latex/labbook/labboode.tex + texmf-dist/doc/latex/labbook/labbook.el + texmf-dist/doc/latex/labbook/labbook.pdf details="Package documentation (English)" language="en" +srcfiles size=21 + texmf-dist/source/latex/labbook/labbook.dtx + texmf-dist/source/latex/labbook/labbook.ins +runfiles size=5 + texmf-dist/tex/latex/labbook/labbook.cls +catalogue-ctan /macros/latex/contrib/labbook +catalogue-date 2008-03-30 20:37:26 +0200 +catalogue-license lppl + +name labelcas +category Package +revision 15878 +shortdesc Check the existence of labels, and fork accordingly. +longdesc The package defines two commands: - \eachlabelcase, which +longdesc distinguishes whether a set of labels is defined, and for each +longdesc label either queues action accordingly, or appends the action +longdesc to a macro; and - \lotlabelcase, which takes a comma-separated +longdesc list of label names, and distinguishes the resulting action on +longdesc whether all were defined, whether none were defined, whether +longdesc not all were defined, or whether the lest is empty (again, the +longdesc action resulting from \lotlabelcase may be written to a macro). +docfiles size=73 + texmf-dist/doc/latex/labelcas/README + texmf-dist/doc/latex/labelcas/labelcas.pdf +srcfiles size=19 + texmf-dist/source/latex/labelcas/labelcas.dtx + texmf-dist/source/latex/labelcas/labelcas.ins +runfiles size=2 + texmf-dist/tex/latex/labelcas/labelcas.sty +catalogue-ctan /macros/latex/contrib/labelcas +catalogue-date 2007-03-08 21:58:53 +0100 +catalogue-license lppl +catalogue-version 1.12 + +name labels +category Package +revision 15878 +shortdesc Print sheets of sticky labels. +longdesc A LaTeX package to print a regular grid of ragged-right labels +longdesc on a page, suitable for sheets of labels which can be fed +longdesc through a printer. Macros are provided to allow easy input of +longdesc names and addresses in a form free of TeX markup. Equally +longdesc useful is a feature for making multiple copies of a single +longdesc label, e.g., return address stickers to go with the labels. +longdesc Rows, columns, borders can all be specified to match the label +longdesc sheet being used. +docfiles size=87 + texmf-dist/doc/latex/labels/README + texmf-dist/doc/latex/labels/labels.pdf + texmf-dist/doc/latex/labels/test/avery5162.tex + texmf-dist/doc/latex/labels/test/badge.tex + texmf-dist/doc/latex/labels/test/beebe.tex + texmf-dist/doc/latex/labels/test/door.tex + texmf-dist/doc/latex/labels/test/door209.tex + texmf-dist/doc/latex/labels/test/names.dat + texmf-dist/doc/latex/labels/test/news.tex + texmf-dist/doc/latex/labels/test/test.tex + texmf-dist/doc/latex/labels/test/test1.tex + texmf-dist/doc/latex/labels/test/test10.tex + texmf-dist/doc/latex/labels/test/test11.tex + texmf-dist/doc/latex/labels/test/test12.tex + texmf-dist/doc/latex/labels/test/test2.tex + texmf-dist/doc/latex/labels/test/test3.tex + texmf-dist/doc/latex/labels/test/test4.tex + texmf-dist/doc/latex/labels/test/test5.tex + texmf-dist/doc/latex/labels/test/test6.tex + texmf-dist/doc/latex/labels/test/test7.tex + texmf-dist/doc/latex/labels/test/test8.tex + texmf-dist/doc/latex/labels/test/test9.tex + texmf-dist/doc/latex/labels/test/testnew.tex + texmf-dist/doc/latex/labels/test/testnew1.tex + texmf-dist/doc/latex/labels/test/testnew10.tex + texmf-dist/doc/latex/labels/test/testnew11.tex + texmf-dist/doc/latex/labels/test/testnew12.tex + texmf-dist/doc/latex/labels/test/testnew13.tex + texmf-dist/doc/latex/labels/test/testnew2.tex + texmf-dist/doc/latex/labels/test/testnew3.tex + texmf-dist/doc/latex/labels/test/testnew4.tex + texmf-dist/doc/latex/labels/test/testnew5.tex + texmf-dist/doc/latex/labels/test/testnew6.tex + texmf-dist/doc/latex/labels/test/testnew7.tex + texmf-dist/doc/latex/labels/test/testnew8.tex + texmf-dist/doc/latex/labels/test/testnew9.tex + texmf-dist/doc/latex/labels/test/zwekform.tex +srcfiles size=13 + texmf-dist/source/latex/labels/labels.dtx + texmf-dist/source/latex/labels/labels.ins +runfiles size=6 + texmf-dist/tex/latex/labels/labels.sty + texmf-dist/tex/latex/labels/olabels.sty +catalogue-ctan /macros/latex/contrib/labels +catalogue-date 2009-09-29 00:01:21 +0200 +catalogue-license lppl1.2 +catalogue-version .13 + +name lacheck +category TLCore +revision 15809 +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 +catalogue-ctan /support/lacheck +catalogue-date 2008-12-26 17:07:30 +0100 +catalogue-license noinfo +catalogue-version 1.2c + +name lacheck.alpha-linux +category TLCore +revision 14032 +shortdesc alpha-linux files of lacheck +binfiles arch=alpha-linux size=20 + bin/alpha-linux/lacheck + +name lacheck.i386-cygwin +category TLCore +revision 15614 +shortdesc i386-cygwin files of lacheck +binfiles arch=i386-cygwin size=14 + bin/i386-cygwin/lacheck.exe + +name lacheck.i386-linux +category TLCore +revision 14164 +shortdesc i386-linux files of lacheck +binfiles arch=i386-linux size=14 + bin/i386-linux/lacheck + +name lacheck.i386-netbsd +category TLCore +revision 15167 +shortdesc i386-netbsd files of lacheck +binfiles arch=i386-netbsd size=13 + bin/i386-netbsd/lacheck + +name lacheck.i386-solaris +category TLCore +revision 15141 +shortdesc i386-solaris files of lacheck +binfiles arch=i386-solaris size=15 + bin/i386-solaris/lacheck + +name lacheck.mips-irix +category TLCore +revision 15558 +shortdesc mips-irix files of lacheck +binfiles arch=mips-irix size=18 + bin/mips-irix/lacheck + +name lacheck.powerpc-aix +category TLCore +revision 15638 +shortdesc powerpc-aix files of lacheck +binfiles arch=powerpc-aix size=14 + bin/powerpc-aix/lacheck + +name lacheck.powerpc-linux +category TLCore +revision 13864 +shortdesc powerpc-linux files of lacheck +binfiles arch=powerpc-linux size=15 + bin/powerpc-linux/lacheck + +name lacheck.sparc-linux +category TLCore +revision 14269 +shortdesc sparc-linux files of lacheck +binfiles arch=sparc-linux size=15 + bin/sparc-linux/lacheck + +name lacheck.sparc-solaris +category TLCore +revision 14279 +shortdesc sparc-solaris files of lacheck +binfiles arch=sparc-solaris size=16 + bin/sparc-solaris/lacheck + +name lacheck.universal-darwin +category TLCore +revision 14896 +shortdesc universal-darwin files of lacheck +binfiles arch=universal-darwin size=35 + bin/universal-darwin/lacheck + +name lacheck.win32 +category TLCore +revision 14128 +shortdesc win32 files of lacheck +binfiles arch=win32 size=14 + bin/win32/lacheck.exe + +name lacheck.x86_64-linux +category TLCore +revision 13822 +shortdesc x86_64-linux files of lacheck +binfiles arch=x86_64-linux size=15 + bin/x86_64-linux/lacheck + +name lambda +category Package +revision 15878 +runfiles size=87 + texmf-dist/tex/lambda/base/UT1cmr.fd + texmf-dist/tex/lambda/base/UT1omlgc.fd + texmf-dist/tex/lambda/base/elhyph16.tex + texmf-dist/tex/lambda/base/french.bgd + texmf-dist/tex/lambda/base/french.lay + texmf-dist/tex/lambda/base/grcodes.tex + texmf-dist/tex/lambda/base/greek.bgd + texmf-dist/tex/lambda/base/greek.lay + texmf-dist/tex/lambda/base/grmhyph.tex + texmf-dist/tex/lambda/base/inuit.hpn + texmf-dist/tex/lambda/base/lambda.tex + texmf-dist/tex/lambda/base/lchcmr.fd + texmf-dist/tex/lambda/base/lchenc.def + texmf-dist/tex/lambda/base/litcmr.fd + texmf-dist/tex/lambda/base/litenc.def + texmf-dist/tex/lambda/base/ocherokee.sty + texmf-dist/tex/lambda/base/odev.sty + texmf-dist/tex/lambda/base/ojapan.sty + texmf-dist/tex/lambda/base/omarab.cfg + texmf-dist/tex/lambda/base/omega.sty + texmf-dist/tex/lambda/base/omlgc.cfg + texmf-dist/tex/lambda/base/ot1omarb.fd + texmf-dist/tex/lambda/base/ot1omlgc.fd + texmf-dist/tex/lambda/base/ot1uctt.fd + texmf-dist/tex/lambda/base/usenglish.bgd + texmf-dist/tex/lambda/base/usenglish.lay + texmf-dist/tex/lambda/base/ut1enc.def + texmf-dist/tex/lambda/config/lambda.ini + texmf-dist/tex/lambda/config/language.dat + +name lastpage +category Package +revision 15878 +shortdesc Reference last page for Page N of M type footers. +longdesc Reference the number of pages in your LaTeX document through +longdesc the introduction of a new label which can be referenced like +longdesc \pageref{LastPage} to give a reference to the last page of a +longdesc document. It is particularly useful in the page footer that +longdesc says: Page N of M. +docfiles size=42 + texmf-dist/doc/latex/lastpage/README.lastpage details="Readme" + texmf-dist/doc/latex/lastpage/lastpage.pdf details="Package documentation" +srcfiles size=5 + texmf-dist/source/latex/lastpage/lastpage.drv + texmf-dist/source/latex/lastpage/lastpage.dtx + texmf-dist/source/latex/lastpage/lastpage.ins +runfiles size=1 + texmf-dist/tex/latex/lastpage/lastpage.sty +catalogue-ctan /macros/latex/contrib/lastpage +catalogue-date 2009-09-29 00:01:21 +0200 +catalogue-license gpl +catalogue-version 0.1b + +name latex +category Package +revision 15878 +shortdesc A TeX macro package that defines LaTeX. +longdesc LaTeX is a widely-used macro package for TeX, providing many +longdesc basic document formating commands extended by a wide range of +longdesc packages. It is a development of Leslie Lamport's original +longdesc LaTeX 2.09, and superseded the older system in June 1994. The +longdesc basic distribution is catalogued separately, at latex-base; +longdesc apart from a large set of contributed packages and third-party +longdesc documentation (elsewhere on the archive), the distribution +longdesc includes: - a bunch of required packages, which LaTeX authors +longdesc are "entitled to assume" will be present on any system running +longdesc LaTeX; and - a minimal set of documentation detailing +longdesc differences from the 'old' version of LaTeX in the areas of +longdesc user commands, font selection and control, class and package +longdesc writing, font encodings, configuration options and modification +longdesc of LaTeX. For downloading details, see the linked catalogue +longdesc entries above. +depend luatex +depend pdftex +depend latexconfig +depend latex-fonts +docfiles size=3259 + texmf-dist/doc/latex/base/00readme.txt + texmf-dist/doc/latex/base/alltt.pdf + texmf-dist/doc/latex/base/autoload.txt + texmf-dist/doc/latex/base/bugs.txt + texmf-dist/doc/latex/base/cfgguide.pdf + texmf-dist/doc/latex/base/changes.txt + texmf-dist/doc/latex/base/classes.pdf + texmf-dist/doc/latex/base/clsguide.pdf + texmf-dist/doc/latex/base/cmfonts.pdf + texmf-dist/doc/latex/base/cyrguide.pdf + texmf-dist/doc/latex/base/doc.pdf + texmf-dist/doc/latex/base/docstrip.pdf + texmf-dist/doc/latex/base/encguide.pdf + texmf-dist/doc/latex/base/exscale.pdf + texmf-dist/doc/latex/base/fixltx2e.pdf + texmf-dist/doc/latex/base/fntguide.pdf + texmf-dist/doc/latex/base/graphpap.pdf + texmf-dist/doc/latex/base/ifthen.pdf + texmf-dist/doc/latex/base/inputenc.pdf + texmf-dist/doc/latex/base/latex209.pdf + texmf-dist/doc/latex/base/latexsym.pdf + texmf-dist/doc/latex/base/lb2.pdf + texmf-dist/doc/latex/base/legal.txt + texmf-dist/doc/latex/base/letter.pdf + texmf-dist/doc/latex/base/lgc2.pdf + texmf-dist/doc/latex/base/lppl-1-0.txt + texmf-dist/doc/latex/base/lppl-1-1.txt + texmf-dist/doc/latex/base/lppl-1-2.txt + texmf-dist/doc/latex/base/lppl.pdf + texmf-dist/doc/latex/base/lppl.txt + texmf-dist/doc/latex/base/ltnews.pdf + texmf-dist/doc/latex/base/ltx3info.pdf + texmf-dist/doc/latex/base/ltxcheck.pdf + texmf-dist/doc/latex/base/ltxdoc.pdf + texmf-dist/doc/latex/base/makeindx.pdf + texmf-dist/doc/latex/base/manifest.txt + texmf-dist/doc/latex/base/manual.pdf + texmf-dist/doc/latex/base/modguide.pdf + texmf-dist/doc/latex/base/newlfont.pdf + texmf-dist/doc/latex/base/oldlfont.pdf + texmf-dist/doc/latex/base/patches.txt + texmf-dist/doc/latex/base/proc.pdf + texmf-dist/doc/latex/base/slides.pdf + texmf-dist/doc/latex/base/slifonts.pdf + texmf-dist/doc/latex/base/source2e.pdf + texmf-dist/doc/latex/base/syntonly.pdf + texmf-dist/doc/latex/base/tex2.txt + texmf-dist/doc/latex/base/texpert.txt + texmf-dist/doc/latex/base/tlc2.pdf + texmf-dist/doc/latex/base/usrguide.pdf + texmf-dist/doc/latex/base/utf8ienc.pdf + texmf-dist/doc/latex/base/webcomp.pdf +srcfiles size=839 + texmf-dist/source/latex/base/alltt.dtx + texmf-dist/source/latex/base/alltt.ins + texmf-dist/source/latex/base/autoload.ins + texmf-dist/source/latex/base/cfgguide.tex + texmf-dist/source/latex/base/classes.dtx + texmf-dist/source/latex/base/classes.ins + texmf-dist/source/latex/base/clsguide.tex + texmf-dist/source/latex/base/cmextra.ins + texmf-dist/source/latex/base/cmfonts.fdd + texmf-dist/source/latex/base/cmfonts.ins + texmf-dist/source/latex/base/cyrguide.tex + texmf-dist/source/latex/base/doc.dtx + texmf-dist/source/latex/base/docstrip.dtx + texmf-dist/source/latex/base/docstrip.ins + texmf-dist/source/latex/base/ec.ins + texmf-dist/source/latex/base/encguide.tex + texmf-dist/source/latex/base/exscale.dtx + texmf-dist/source/latex/base/exscale.ins + texmf-dist/source/latex/base/fixltx2e.dtx + texmf-dist/source/latex/base/fixltx2e.ins + texmf-dist/source/latex/base/fntguide.tex + texmf-dist/source/latex/base/fontdef.dtx + texmf-dist/source/latex/base/format.ins + texmf-dist/source/latex/base/graphpap.dtx + texmf-dist/source/latex/base/graphpap.ins + texmf-dist/source/latex/base/ifthen.dtx + texmf-dist/source/latex/base/ifthen.ins + texmf-dist/source/latex/base/inputenc.dtx + texmf-dist/source/latex/base/inputenc.ins + texmf-dist/source/latex/base/latex209.dtx + texmf-dist/source/latex/base/latex209.ins + texmf-dist/source/latex/base/latexbug.el + texmf-dist/source/latex/base/latexsym.dtx + texmf-dist/source/latex/base/latexsym.ins + texmf-dist/source/latex/base/lb2.err + texmf-dist/source/latex/base/letter.dtx + texmf-dist/source/latex/base/letter.ins + texmf-dist/source/latex/base/lgc2.err + texmf-dist/source/latex/base/ltalloc.dtx + texmf-dist/source/latex/base/ltbibl.dtx + texmf-dist/source/latex/base/ltboxes.dtx + texmf-dist/source/latex/base/ltclass.dtx + texmf-dist/source/latex/base/ltcntrl.dtx + texmf-dist/source/latex/base/ltcounts.dtx + texmf-dist/source/latex/base/ltdefns.dtx + texmf-dist/source/latex/base/ltdirchk.dtx + texmf-dist/source/latex/base/lterror.dtx + texmf-dist/source/latex/base/ltfiles.dtx + texmf-dist/source/latex/base/ltfinal.dtx + texmf-dist/source/latex/base/ltfloat.dtx + texmf-dist/source/latex/base/ltfntcmd.dtx + texmf-dist/source/latex/base/ltfssbas.dtx + texmf-dist/source/latex/base/ltfsscmp.dtx + texmf-dist/source/latex/base/ltfssdcl.dtx + texmf-dist/source/latex/base/ltfssini.dtx + texmf-dist/source/latex/base/ltfsstrc.dtx + texmf-dist/source/latex/base/lthyphen.dtx + texmf-dist/source/latex/base/ltidxglo.dtx + texmf-dist/source/latex/base/ltlength.dtx + texmf-dist/source/latex/base/ltlists.dtx + texmf-dist/source/latex/base/ltlogos.dtx + texmf-dist/source/latex/base/ltmath.dtx + texmf-dist/source/latex/base/ltmiscen.dtx + texmf-dist/source/latex/base/ltnews01.tex + texmf-dist/source/latex/base/ltnews02.tex + texmf-dist/source/latex/base/ltnews03.tex + texmf-dist/source/latex/base/ltnews04.tex + texmf-dist/source/latex/base/ltnews05.tex + texmf-dist/source/latex/base/ltnews06.tex + texmf-dist/source/latex/base/ltnews07.tex + texmf-dist/source/latex/base/ltnews08.tex + texmf-dist/source/latex/base/ltnews09.tex + texmf-dist/source/latex/base/ltnews10.tex + texmf-dist/source/latex/base/ltnews11.tex + texmf-dist/source/latex/base/ltnews12.tex + texmf-dist/source/latex/base/ltnews13.tex + texmf-dist/source/latex/base/ltnews14.tex + texmf-dist/source/latex/base/ltnews15.tex + texmf-dist/source/latex/base/ltnews16.tex + texmf-dist/source/latex/base/ltnews17.tex + texmf-dist/source/latex/base/ltnews18.tex + texmf-dist/source/latex/base/ltnews19.tex + texmf-dist/source/latex/base/ltoutenc.dtx + texmf-dist/source/latex/base/ltoutenc.ins + texmf-dist/source/latex/base/ltoutput.dtx + texmf-dist/source/latex/base/ltpage.dtx + texmf-dist/source/latex/base/ltpageno.dtx + texmf-dist/source/latex/base/ltpar.dtx + texmf-dist/source/latex/base/ltpictur.dtx + texmf-dist/source/latex/base/ltplain.dtx + texmf-dist/source/latex/base/ltsect.dtx + texmf-dist/source/latex/base/ltspace.dtx + texmf-dist/source/latex/base/lttab.dtx + texmf-dist/source/latex/base/ltthm.dtx + texmf-dist/source/latex/base/ltvers.dtx + texmf-dist/source/latex/base/ltx3info.tex + texmf-dist/source/latex/base/ltxdoc.dtx + texmf-dist/source/latex/base/ltxref.dtx + texmf-dist/source/latex/base/makeindx.dtx + texmf-dist/source/latex/base/makeindx.ins + texmf-dist/source/latex/base/manual.err + texmf-dist/source/latex/base/modguide.tex + texmf-dist/source/latex/base/newdc.ins + texmf-dist/source/latex/base/newlfont.dtx + texmf-dist/source/latex/base/nfssfont.dtx + texmf-dist/source/latex/base/nfssfont.ins + texmf-dist/source/latex/base/olddc.ins + texmf-dist/source/latex/base/oldlfont.dtx + texmf-dist/source/latex/base/preload.dtx + texmf-dist/source/latex/base/proc.dtx + texmf-dist/source/latex/base/proc.ins + texmf-dist/source/latex/base/slides.dtx + texmf-dist/source/latex/base/slides.ins + texmf-dist/source/latex/base/slifonts.fdd + texmf-dist/source/latex/base/source2e.tex + texmf-dist/source/latex/base/syntonly.dtx + texmf-dist/source/latex/base/syntonly.ins + texmf-dist/source/latex/base/tlc2.err + texmf-dist/source/latex/base/unpack.ins + texmf-dist/source/latex/base/usrguide.tex + texmf-dist/source/latex/base/utf8ienc.dtx + texmf-dist/source/latex/base/webcomp.err +runfiles size=365 + texmf-dist/makeindex/latex/gglo.ist + texmf-dist/makeindex/latex/gind.ist + texmf-dist/tex/latex/base/alltt.sty + texmf-dist/tex/latex/base/ansinew.def + texmf-dist/tex/latex/base/applemac.def + texmf-dist/tex/latex/base/article.cls + texmf-dist/tex/latex/base/article.sty + texmf-dist/tex/latex/base/ascii.def + texmf-dist/tex/latex/base/bezier.sty + texmf-dist/tex/latex/base/bk10.clo + texmf-dist/tex/latex/base/bk11.clo + texmf-dist/tex/latex/base/bk12.clo + texmf-dist/tex/latex/base/book.cls + texmf-dist/tex/latex/base/book.sty + texmf-dist/tex/latex/base/cp1250.def + texmf-dist/tex/latex/base/cp1252.def + texmf-dist/tex/latex/base/cp1257.def + texmf-dist/tex/latex/base/cp437.def + texmf-dist/tex/latex/base/cp437de.def + texmf-dist/tex/latex/base/cp850.def + texmf-dist/tex/latex/base/cp852.def + texmf-dist/tex/latex/base/cp858.def + texmf-dist/tex/latex/base/cp865.def + texmf-dist/tex/latex/base/decmulti.def + texmf-dist/tex/latex/base/doc.sty + texmf-dist/tex/latex/base/docstrip.tex + texmf-dist/tex/latex/base/exscale.sty + texmf-dist/tex/latex/base/fix-cm.sty + texmf-dist/tex/latex/base/fixltx2e.sty + texmf-dist/tex/latex/base/flafter.sty + texmf-dist/tex/latex/base/fleqn.clo + texmf-dist/tex/latex/base/fleqn.sty + texmf-dist/tex/latex/base/fontenc.sty + texmf-dist/tex/latex/base/fontmath.cfg + texmf-dist/tex/latex/base/fontmath.ltx + texmf-dist/tex/latex/base/fonttext.cfg + texmf-dist/tex/latex/base/fonttext.ltx + texmf-dist/tex/latex/base/graphpap.sty + texmf-dist/tex/latex/base/hyphen.ltx + texmf-dist/tex/latex/base/idx.tex + texmf-dist/tex/latex/base/ifthen.sty + texmf-dist/tex/latex/base/inputenc.sty + texmf-dist/tex/latex/base/lablst.tex + texmf-dist/tex/latex/base/latex.ltx + texmf-dist/tex/latex/base/latex209.def + texmf-dist/tex/latex/base/latexbug.tex + texmf-dist/tex/latex/base/latexsym.sty + texmf-dist/tex/latex/base/latin1.def + texmf-dist/tex/latex/base/latin10.def + texmf-dist/tex/latex/base/latin2.def + texmf-dist/tex/latex/base/latin3.def + texmf-dist/tex/latex/base/latin4.def + texmf-dist/tex/latex/base/latin5.def + texmf-dist/tex/latex/base/latin9.def + texmf-dist/tex/latex/base/lcyenc.dfu + texmf-dist/tex/latex/base/leqno.clo + texmf-dist/tex/latex/base/leqno.sty + texmf-dist/tex/latex/base/letter.cls + texmf-dist/tex/latex/base/letter.sty + texmf-dist/tex/latex/base/lppl.tex + texmf-dist/tex/latex/base/ltnews.cls + texmf-dist/tex/latex/base/ltpatch.ltx + texmf-dist/tex/latex/base/ltxcheck.tex + texmf-dist/tex/latex/base/ltxdoc.cls + texmf-dist/tex/latex/base/ltxguide.cls + texmf-dist/tex/latex/base/ly1enc.dfu + texmf-dist/tex/latex/base/macce.def + texmf-dist/tex/latex/base/makeidx.sty + texmf-dist/tex/latex/base/minimal.cls + texmf-dist/tex/latex/base/newlfont.sty + texmf-dist/tex/latex/base/next.def + texmf-dist/tex/latex/base/nfssfont.tex + texmf-dist/tex/latex/base/oldlfont.sty + texmf-dist/tex/latex/base/omlcmm.fd + texmf-dist/tex/latex/base/omlcmr.fd + texmf-dist/tex/latex/base/omlenc.def + texmf-dist/tex/latex/base/omllcmm.fd + texmf-dist/tex/latex/base/omscmr.fd + texmf-dist/tex/latex/base/omscmsy.fd + texmf-dist/tex/latex/base/omsenc.def + texmf-dist/tex/latex/base/omsenc.dfu + texmf-dist/tex/latex/base/omslcmsy.fd + texmf-dist/tex/latex/base/omxcmex.fd + texmf-dist/tex/latex/base/omxlcmex.fd + texmf-dist/tex/latex/base/openbib.sty + texmf-dist/tex/latex/base/ot1cmdh.fd + texmf-dist/tex/latex/base/ot1cmfib.fd + texmf-dist/tex/latex/base/ot1cmfr.fd + texmf-dist/tex/latex/base/ot1cmr.fd + texmf-dist/tex/latex/base/ot1cmss.fd + texmf-dist/tex/latex/base/ot1cmtt.fd + texmf-dist/tex/latex/base/ot1cmvtt.fd + texmf-dist/tex/latex/base/ot1enc.def + texmf-dist/tex/latex/base/ot1enc.dfu + texmf-dist/tex/latex/base/ot1lcmss.fd + texmf-dist/tex/latex/base/ot1lcmtt.fd + texmf-dist/tex/latex/base/ot2enc.dfu + texmf-dist/tex/latex/base/ot4enc.def + texmf-dist/tex/latex/base/preload.cfg + texmf-dist/tex/latex/base/preload.ltx + texmf-dist/tex/latex/base/proc.cls + texmf-dist/tex/latex/base/proc.sty + texmf-dist/tex/latex/base/report.cls + texmf-dist/tex/latex/base/report.sty + texmf-dist/tex/latex/base/sample2e.tex + texmf-dist/tex/latex/base/sfonts.def + texmf-dist/tex/latex/base/shortvrb.sty + texmf-dist/tex/latex/base/showidx.sty + texmf-dist/tex/latex/base/size10.clo + texmf-dist/tex/latex/base/size11.clo + texmf-dist/tex/latex/base/size12.clo + texmf-dist/tex/latex/base/slides.cls + texmf-dist/tex/latex/base/slides.def + texmf-dist/tex/latex/base/slides.sty + texmf-dist/tex/latex/base/small2e.tex + texmf-dist/tex/latex/base/syntonly.sty + texmf-dist/tex/latex/base/t1cmdh.fd + texmf-dist/tex/latex/base/t1cmfib.fd + texmf-dist/tex/latex/base/t1cmfr.fd + texmf-dist/tex/latex/base/t1cmr.fd + texmf-dist/tex/latex/base/t1cmss.fd + texmf-dist/tex/latex/base/t1cmtt.fd + texmf-dist/tex/latex/base/t1cmvtt.fd + texmf-dist/tex/latex/base/t1enc.def + texmf-dist/tex/latex/base/t1enc.dfu + texmf-dist/tex/latex/base/t1enc.sty + texmf-dist/tex/latex/base/t1lcmss.fd + texmf-dist/tex/latex/base/t1lcmtt.fd + texmf-dist/tex/latex/base/t2aenc.dfu + texmf-dist/tex/latex/base/t2benc.dfu + texmf-dist/tex/latex/base/t2cenc.dfu + texmf-dist/tex/latex/base/testpage.tex + texmf-dist/tex/latex/base/texsys.cfg + texmf-dist/tex/latex/base/textcomp.sty + texmf-dist/tex/latex/base/tracefnt.sty + texmf-dist/tex/latex/base/ts1cmr.fd + texmf-dist/tex/latex/base/ts1cmss.fd + texmf-dist/tex/latex/base/ts1cmtt.fd + texmf-dist/tex/latex/base/ts1cmvtt.fd + texmf-dist/tex/latex/base/ts1enc.def + texmf-dist/tex/latex/base/ts1enc.dfu + texmf-dist/tex/latex/base/ucmr.fd + texmf-dist/tex/latex/base/ucmss.fd + texmf-dist/tex/latex/base/ucmtt.fd + texmf-dist/tex/latex/base/ulasy.fd + texmf-dist/tex/latex/base/ullasy.fd + texmf-dist/tex/latex/base/utf8-test.tex + texmf-dist/tex/latex/base/utf8.def + texmf-dist/tex/latex/base/utf8enc.dfu + texmf-dist/tex/latex/base/utf8test.tex + texmf-dist/tex/latex/base/x2enc.dfu +catalogue-date 2009-10-10 00:35:28 +0200 +catalogue-license lppl + +name latex-bin +category TLCore +revision 15809 +shortdesc LaTeX executables and man pages. +depend latex +depend latex-bin.ARCH +execute AddFormat name=latex engine=pdftex patterns=language.dat options="-translate-file=cp227.tcx *latex.ini" +execute AddFormat name=pdflatex engine=pdftex patterns=language.dat options="-translate-file=cp227.tcx *pdflatex.ini" +execute AddFormat name=dvilualatex engine=luatex patterns=language.dat options="dvilualatex.ini" +execute AddFormat name=lualatex engine=luatex patterns=language.dat 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 + +name latex-bin.alpha-linux +category TLCore +revision 15537 +shortdesc alpha-linux files of latex-bin +binfiles arch=alpha-linux size=4 + bin/alpha-linux/dvilualatex + bin/alpha-linux/latex + bin/alpha-linux/lualatex + bin/alpha-linux/pdflatex + +name latex-bin.i386-cygwin +category TLCore +revision 15537 +shortdesc i386-cygwin files of latex-bin +binfiles arch=i386-cygwin size=4 + bin/i386-cygwin/dvilualatex + bin/i386-cygwin/latex + bin/i386-cygwin/lualatex + bin/i386-cygwin/pdflatex + +name latex-bin.i386-linux +category TLCore +revision 15537 +shortdesc i386-linux files of latex-bin +binfiles arch=i386-linux size=4 + bin/i386-linux/dvilualatex + bin/i386-linux/latex + bin/i386-linux/lualatex + bin/i386-linux/pdflatex + +name latex-bin.i386-netbsd +category TLCore +revision 15537 +shortdesc i386-netbsd files of latex-bin +binfiles arch=i386-netbsd size=4 + bin/i386-netbsd/dvilualatex + bin/i386-netbsd/latex + bin/i386-netbsd/lualatex + bin/i386-netbsd/pdflatex + +name latex-bin.i386-solaris +category TLCore +revision 15537 +shortdesc i386-solaris files of latex-bin +binfiles arch=i386-solaris size=4 + bin/i386-solaris/dvilualatex + bin/i386-solaris/latex + bin/i386-solaris/lualatex + bin/i386-solaris/pdflatex + +name latex-bin.mips-irix +category TLCore +revision 15558 +shortdesc mips-irix files of latex-bin +binfiles arch=mips-irix size=4 + bin/mips-irix/dvilualatex + bin/mips-irix/latex + bin/mips-irix/lualatex + bin/mips-irix/pdflatex + +name latex-bin.powerpc-aix +category TLCore +revision 15537 +shortdesc powerpc-aix files of latex-bin +binfiles arch=powerpc-aix size=4 + bin/powerpc-aix/dvilualatex + bin/powerpc-aix/latex + bin/powerpc-aix/lualatex + bin/powerpc-aix/pdflatex + +name latex-bin.powerpc-linux +category TLCore +revision 15537 +shortdesc powerpc-linux files of latex-bin +binfiles arch=powerpc-linux size=4 + bin/powerpc-linux/dvilualatex + bin/powerpc-linux/latex + bin/powerpc-linux/lualatex + bin/powerpc-linux/pdflatex + +name latex-bin.sparc-linux +category TLCore +revision 15537 +shortdesc sparc-linux files of latex-bin +binfiles arch=sparc-linux size=4 + bin/sparc-linux/dvilualatex + bin/sparc-linux/latex + bin/sparc-linux/lualatex + bin/sparc-linux/pdflatex + +name latex-bin.sparc-solaris +category TLCore +revision 15537 +shortdesc sparc-solaris files of latex-bin +binfiles arch=sparc-solaris size=4 + bin/sparc-solaris/dvilualatex + bin/sparc-solaris/latex + bin/sparc-solaris/lualatex + bin/sparc-solaris/pdflatex + +name latex-bin.universal-darwin +category TLCore +revision 15537 +shortdesc universal-darwin files of latex-bin +binfiles arch=universal-darwin size=4 + bin/universal-darwin/dvilualatex + bin/universal-darwin/latex + bin/universal-darwin/lualatex + bin/universal-darwin/pdflatex + +name latex-bin.win32 +category TLCore +revision 15537 +shortdesc win32 files of latex-bin +binfiles arch=win32 size=4 + bin/win32/dvilualatex.exe + bin/win32/latex.exe + bin/win32/lualatex.exe + bin/win32/pdflatex.exe + +name latex-bin.x86_64-linux +category TLCore +revision 15537 +shortdesc x86_64-linux files of latex-bin +binfiles arch=x86_64-linux size=4 + bin/x86_64-linux/dvilualatex + bin/x86_64-linux/latex + bin/x86_64-linux/lualatex + bin/x86_64-linux/pdflatex + +name latex-course +category Package +revision 15878 +shortdesc A LaTeX course as a projected presentation. +longdesc A brief Beamer-based slide presentation on LaTeX, based on +longdesc Rupprecht's LaTeX 2.09 course, which the author has translated +longdesc to English and taken to LaTeX2e/Beamer. Additional material was +longdesc taken from the Short Introduction to LaTeX. +docfiles size=373 + texmf-dist/doc/latex/latex-course/Graphics/30th-Anniversary-logo.png + texmf-dist/doc/latex/latex-course/Graphics/Ross-Siegel.png + texmf-dist/doc/latex/latex-course/Graphics/campus3.png + texmf-dist/doc/latex/latex-course/LaTeX-Course.pdf details="The course itself" + texmf-dist/doc/latex/latex-course/LaTeX-Course.tex + texmf-dist/doc/latex/latex-course/LaTeX-course.prj + texmf-dist/doc/latex/latex-course/README details="Readme" + texmf-dist/doc/latex/latex-course/beamercolorthemeross.sty +catalogue-ctan /info/latex-course +catalogue-date 2008-08-22 16:39:18 +0200 +catalogue-license gpl + +name latex-doc-ptr +category Package +revision 15878 +shortdesc A direction-finder for LaTeX documentation. +longdesc A two-page set of recommendations for users who need on-line +longdesc documentation of LaTeX. The document supports the need for +longdesc documentation of LaTeX itself, in distributions. For example, +longdesc it could be used in the command texdoc latex, in the TeX live +longdesc distribution. +docfiles size=44 + texmf-dist/doc/latex/latex-doc-ptr/Makefile + texmf-dist/doc/latex/latex-doc-ptr/README details="Readme" + texmf-dist/doc/latex/latex-doc-ptr/latex-doc-ptr.pdf details="The document itself" + texmf-dist/doc/latex/latex-doc-ptr/latex-doc-ptr.sty + texmf-dist/doc/latex/latex-doc-ptr/latex-doc-ptr.tex +catalogue-ctan /info/latex-doc-ptr +catalogue-date 2009-06-03 15:14:30 +0200 +catalogue-license pd +catalogue-version 2009-03-24 + +name latex-fonts +category Package +revision 15207 +shortdesc A collection of fonts used in LaTeX distributions. +longdesc This is a collection of fonts for use with standard latex +longdesc packages and classes. It includes 'invisible' fonts (for use +longdesc with the slides class), line and circle fonts (for use in the +longdesc picture environment) and 'latex symbol' fonts. For full support +longdesc of a latex installation, some Computer Modern font variants +longdesc cmbsy(6-9), cmcsc(8,9), cmex(7-9) and cmmib(5-9) from the +longdesc amsfonts distribution, are also necessary. The fonts are +longdesc available as MetaFont source, and metric (tfm) files are also +longdesc provided. Most of the fonts are also available in Adobe Type 1 +longdesc format, in the amsfonts distribution. +runfiles size=65 + texmf-dist/fonts/source/public/latex-fonts/circle.mf + texmf-dist/fonts/source/public/latex-fonts/icmcsc10.mf + texmf-dist/fonts/source/public/latex-fonts/icmex10.mf + texmf-dist/fonts/source/public/latex-fonts/icmmi8.mf + texmf-dist/fonts/source/public/latex-fonts/icmsy8.mf + texmf-dist/fonts/source/public/latex-fonts/icmtt8.mf + texmf-dist/fonts/source/public/latex-fonts/ilasy8.mf + texmf-dist/fonts/source/public/latex-fonts/ilcmss8.mf + texmf-dist/fonts/source/public/latex-fonts/ilcmssb8.mf + texmf-dist/fonts/source/public/latex-fonts/ilcmssi8.mf + texmf-dist/fonts/source/public/latex-fonts/lasy.mf + texmf-dist/fonts/source/public/latex-fonts/lasy10.mf + texmf-dist/fonts/source/public/latex-fonts/lasy5.mf + texmf-dist/fonts/source/public/latex-fonts/lasy6.mf + texmf-dist/fonts/source/public/latex-fonts/lasy7.mf + texmf-dist/fonts/source/public/latex-fonts/lasy8.mf + texmf-dist/fonts/source/public/latex-fonts/lasy9.mf + texmf-dist/fonts/source/public/latex-fonts/lasyb10.mf + texmf-dist/fonts/source/public/latex-fonts/lcircle.mf + texmf-dist/fonts/source/public/latex-fonts/lcircle10.mf + texmf-dist/fonts/source/public/latex-fonts/lcirclew10.mf + texmf-dist/fonts/source/public/latex-fonts/lcmss8.mf + texmf-dist/fonts/source/public/latex-fonts/lcmssb8.mf + texmf-dist/fonts/source/public/latex-fonts/lcmssi8.mf + texmf-dist/fonts/source/public/latex-fonts/legal.txt + texmf-dist/fonts/source/public/latex-fonts/line.mf + texmf-dist/fonts/source/public/latex-fonts/line10.mf + texmf-dist/fonts/source/public/latex-fonts/linew10.mf + texmf-dist/fonts/source/public/latex-fonts/sroman.mf + texmf-dist/fonts/source/public/latex-fonts/sromanu.mf + texmf-dist/fonts/tfm/public/latex-fonts/icmcsc10.tfm + texmf-dist/fonts/tfm/public/latex-fonts/icmex10.tfm + texmf-dist/fonts/tfm/public/latex-fonts/icmmi8.tfm + texmf-dist/fonts/tfm/public/latex-fonts/icmsy8.tfm + texmf-dist/fonts/tfm/public/latex-fonts/icmtt8.tfm + texmf-dist/fonts/tfm/public/latex-fonts/ilasy8.tfm + texmf-dist/fonts/tfm/public/latex-fonts/ilcmss8.tfm + texmf-dist/fonts/tfm/public/latex-fonts/ilcmssb8.tfm + texmf-dist/fonts/tfm/public/latex-fonts/ilcmssi8.tfm + texmf-dist/fonts/tfm/public/latex-fonts/lasy10.tfm + texmf-dist/fonts/tfm/public/latex-fonts/lasy5.tfm + texmf-dist/fonts/tfm/public/latex-fonts/lasy6.tfm + texmf-dist/fonts/tfm/public/latex-fonts/lasy7.tfm + texmf-dist/fonts/tfm/public/latex-fonts/lasy8.tfm + texmf-dist/fonts/tfm/public/latex-fonts/lasy9.tfm + texmf-dist/fonts/tfm/public/latex-fonts/lasyb10.tfm + texmf-dist/fonts/tfm/public/latex-fonts/lcircle10.tfm + texmf-dist/fonts/tfm/public/latex-fonts/lcirclew10.tfm + texmf-dist/fonts/tfm/public/latex-fonts/lcmss8.tfm + texmf-dist/fonts/tfm/public/latex-fonts/lcmssb8.tfm + texmf-dist/fonts/tfm/public/latex-fonts/lcmssi8.tfm + texmf-dist/fonts/tfm/public/latex-fonts/line10.tfm + texmf-dist/fonts/tfm/public/latex-fonts/linew10.tfm +catalogue-ctan /fonts/latex +catalogue-date 2009-06-25 15:19:00 +0200 +catalogue-license lppl + +name latex-graphics-companion +category Package +revision 15878 +catalogue lgc-examples +shortdesc Examples from The LaTeX Graphics Companion. +longdesc The source of the examples printed in the book, together with +longdesc necessary supporting files. +docfiles size=446 + texmf-dist/doc/latex/latex-graphics-companion/1-4-1.ltx + texmf-dist/doc/latex/latex-graphics-companion/1-4-10.pic + texmf-dist/doc/latex/latex-graphics-companion/1-4-11.pic + texmf-dist/doc/latex/latex-graphics-companion/1-4-12.ltx + texmf-dist/doc/latex/latex-graphics-companion/1-4-2.ltx + texmf-dist/doc/latex/latex-graphics-companion/1-4-3.ltx + texmf-dist/doc/latex/latex-graphics-companion/1-4-4.ltx + texmf-dist/doc/latex/latex-graphics-companion/1-4-5.ltx + texmf-dist/doc/latex/latex-graphics-companion/1-4-6.ltx + texmf-dist/doc/latex/latex-graphics-companion/1-4-7.ltx + texmf-dist/doc/latex/latex-graphics-companion/1-4-8.ltx + texmf-dist/doc/latex/latex-graphics-companion/1-4-9.pic + texmf-dist/doc/latex/latex-graphics-companion/10-1-1.ltx + texmf-dist/doc/latex/latex-graphics-companion/10-1-2.ltx + texmf-dist/doc/latex/latex-graphics-companion/10-1-3.ltx + texmf-dist/doc/latex/latex-graphics-companion/10-1-4.inl + texmf-dist/doc/latex/latex-graphics-companion/10-1-5.inl + texmf-dist/doc/latex/latex-graphics-companion/10-5-1.ltx + texmf-dist/doc/latex/latex-graphics-companion/11-3-1.ltx + texmf-dist/doc/latex/latex-graphics-companion/11-6-1.inl + texmf-dist/doc/latex/latex-graphics-companion/12-0-1.mp + texmf-dist/doc/latex/latex-graphics-companion/12-0-10.ltx + texmf-dist/doc/latex/latex-graphics-companion/12-0-11.ltx + texmf-dist/doc/latex/latex-graphics-companion/12-0-12.ltx + texmf-dist/doc/latex/latex-graphics-companion/12-0-2.mp + texmf-dist/doc/latex/latex-graphics-companion/12-0-3.mp + texmf-dist/doc/latex/latex-graphics-companion/12-0-4.mp + texmf-dist/doc/latex/latex-graphics-companion/12-0-5.ltx + texmf-dist/doc/latex/latex-graphics-companion/12-0-6.ltx + texmf-dist/doc/latex/latex-graphics-companion/12-0-7.ltx + texmf-dist/doc/latex/latex-graphics-companion/12-0-8.ltx + texmf-dist/doc/latex/latex-graphics-companion/12-0-9.ltx + texmf-dist/doc/latex/latex-graphics-companion/2-2-1.inl + texmf-dist/doc/latex/latex-graphics-companion/2-2-10.inl + texmf-dist/doc/latex/latex-graphics-companion/2-2-11.inl + texmf-dist/doc/latex/latex-graphics-companion/2-2-12.inl + texmf-dist/doc/latex/latex-graphics-companion/2-2-13.inl + texmf-dist/doc/latex/latex-graphics-companion/2-2-14.inl + texmf-dist/doc/latex/latex-graphics-companion/2-2-15.inl + texmf-dist/doc/latex/latex-graphics-companion/2-2-16.inl + texmf-dist/doc/latex/latex-graphics-companion/2-2-17.inl + texmf-dist/doc/latex/latex-graphics-companion/2-2-18.inl + texmf-dist/doc/latex/latex-graphics-companion/2-2-19.inl + texmf-dist/doc/latex/latex-graphics-companion/2-2-2.inl + texmf-dist/doc/latex/latex-graphics-companion/2-2-20.inl + texmf-dist/doc/latex/latex-graphics-companion/2-2-3.inl + texmf-dist/doc/latex/latex-graphics-companion/2-2-4.inl + texmf-dist/doc/latex/latex-graphics-companion/2-2-5.inl + texmf-dist/doc/latex/latex-graphics-companion/2-2-6.inl + texmf-dist/doc/latex/latex-graphics-companion/2-2-7.inl + texmf-dist/doc/latex/latex-graphics-companion/2-2-8.inl + texmf-dist/doc/latex/latex-graphics-companion/2-2-9.inl + texmf-dist/doc/latex/latex-graphics-companion/2-3-1.inl + texmf-dist/doc/latex/latex-graphics-companion/2-3-10.ltx + texmf-dist/doc/latex/latex-graphics-companion/2-3-11.ltx + texmf-dist/doc/latex/latex-graphics-companion/2-3-12.ltx + texmf-dist/doc/latex/latex-graphics-companion/2-3-13.inl + texmf-dist/doc/latex/latex-graphics-companion/2-3-14.ltx + texmf-dist/doc/latex/latex-graphics-companion/2-3-15.inl + texmf-dist/doc/latex/latex-graphics-companion/2-3-16.inl + texmf-dist/doc/latex/latex-graphics-companion/2-3-17.inl + texmf-dist/doc/latex/latex-graphics-companion/2-3-2.inl + texmf-dist/doc/latex/latex-graphics-companion/2-3-3.inl + texmf-dist/doc/latex/latex-graphics-companion/2-3-4.inl + texmf-dist/doc/latex/latex-graphics-companion/2-3-5.inl + texmf-dist/doc/latex/latex-graphics-companion/2-3-6.inl + texmf-dist/doc/latex/latex-graphics-companion/2-3-7.inl + texmf-dist/doc/latex/latex-graphics-companion/2-3-8.inl + texmf-dist/doc/latex/latex-graphics-companion/2-3-9.inl + texmf-dist/doc/latex/latex-graphics-companion/3-1-1.mp + texmf-dist/doc/latex/latex-graphics-companion/3-1-2.mp + texmf-dist/doc/latex/latex-graphics-companion/3-1-3.mp + texmf-dist/doc/latex/latex-graphics-companion/3-1-4.mp + texmf-dist/doc/latex/latex-graphics-companion/3-1-5.mp + texmf-dist/doc/latex/latex-graphics-companion/3-1-6.mp + texmf-dist/doc/latex/latex-graphics-companion/3-1-7.mp + texmf-dist/doc/latex/latex-graphics-companion/3-1-8.mp + texmf-dist/doc/latex/latex-graphics-companion/3-1-9.mp + texmf-dist/doc/latex/latex-graphics-companion/3-2-1.mp + texmf-dist/doc/latex/latex-graphics-companion/3-2-2.mp + texmf-dist/doc/latex/latex-graphics-companion/3-2-3.mp + texmf-dist/doc/latex/latex-graphics-companion/3-3-1.mp + texmf-dist/doc/latex/latex-graphics-companion/3-3-10.mp + texmf-dist/doc/latex/latex-graphics-companion/3-3-11.mp + texmf-dist/doc/latex/latex-graphics-companion/3-3-12.mp + texmf-dist/doc/latex/latex-graphics-companion/3-3-13.mp + texmf-dist/doc/latex/latex-graphics-companion/3-3-14.mp + texmf-dist/doc/latex/latex-graphics-companion/3-3-15.mp + texmf-dist/doc/latex/latex-graphics-companion/3-3-16.mp + texmf-dist/doc/latex/latex-graphics-companion/3-3-17.mp + texmf-dist/doc/latex/latex-graphics-companion/3-3-18.mp + texmf-dist/doc/latex/latex-graphics-companion/3-3-19.mp + texmf-dist/doc/latex/latex-graphics-companion/3-3-2.mp + texmf-dist/doc/latex/latex-graphics-companion/3-3-3.mp + texmf-dist/doc/latex/latex-graphics-companion/3-3-4.mp + texmf-dist/doc/latex/latex-graphics-companion/3-3-5.mp + texmf-dist/doc/latex/latex-graphics-companion/3-3-6.mp + texmf-dist/doc/latex/latex-graphics-companion/3-3-7.mp + texmf-dist/doc/latex/latex-graphics-companion/3-3-8.mp + texmf-dist/doc/latex/latex-graphics-companion/3-3-9.mp + texmf-dist/doc/latex/latex-graphics-companion/3-4-1.ltx + texmf-dist/doc/latex/latex-graphics-companion/3-4-2.ltx + texmf-dist/doc/latex/latex-graphics-companion/3-4-3.ltx + texmf-dist/doc/latex/latex-graphics-companion/3-4-4.ltx + texmf-dist/doc/latex/latex-graphics-companion/3-4-5.ltx + texmf-dist/doc/latex/latex-graphics-companion/3-4-6.ltx + texmf-dist/doc/latex/latex-graphics-companion/4-10-1.inl + texmf-dist/doc/latex/latex-graphics-companion/4-10-10.ltx + texmf-dist/doc/latex/latex-graphics-companion/4-10-11.ltx + texmf-dist/doc/latex/latex-graphics-companion/4-10-2.inl + texmf-dist/doc/latex/latex-graphics-companion/4-10-3.inl + texmf-dist/doc/latex/latex-graphics-companion/4-10-4.inl + texmf-dist/doc/latex/latex-graphics-companion/4-10-5.ltx + texmf-dist/doc/latex/latex-graphics-companion/4-10-6.inl + texmf-dist/doc/latex/latex-graphics-companion/4-10-7.ltx + texmf-dist/doc/latex/latex-graphics-companion/4-10-8.inl + texmf-dist/doc/latex/latex-graphics-companion/4-10-9.inl + texmf-dist/doc/latex/latex-graphics-companion/4-2-1.inl + texmf-dist/doc/latex/latex-graphics-companion/4-2-2.inl + texmf-dist/doc/latex/latex-graphics-companion/4-2-3.inl + texmf-dist/doc/latex/latex-graphics-companion/4-2-4.inl + texmf-dist/doc/latex/latex-graphics-companion/4-2-5.inl + texmf-dist/doc/latex/latex-graphics-companion/4-3-1.inl + texmf-dist/doc/latex/latex-graphics-companion/4-3-2.inl + texmf-dist/doc/latex/latex-graphics-companion/4-4-1.inl + texmf-dist/doc/latex/latex-graphics-companion/4-4-10.inl + texmf-dist/doc/latex/latex-graphics-companion/4-4-11.inl + texmf-dist/doc/latex/latex-graphics-companion/4-4-12.inl + texmf-dist/doc/latex/latex-graphics-companion/4-4-2.inl + texmf-dist/doc/latex/latex-graphics-companion/4-4-3.inl + texmf-dist/doc/latex/latex-graphics-companion/4-4-4.inl + texmf-dist/doc/latex/latex-graphics-companion/4-4-5.inl + texmf-dist/doc/latex/latex-graphics-companion/4-4-6.inl + texmf-dist/doc/latex/latex-graphics-companion/4-4-7.inl + texmf-dist/doc/latex/latex-graphics-companion/4-4-8.inl + texmf-dist/doc/latex/latex-graphics-companion/4-4-9.inl + texmf-dist/doc/latex/latex-graphics-companion/4-5-1.inl + texmf-dist/doc/latex/latex-graphics-companion/4-5-10.inl + texmf-dist/doc/latex/latex-graphics-companion/4-5-11.inl + texmf-dist/doc/latex/latex-graphics-companion/4-5-12.inl + texmf-dist/doc/latex/latex-graphics-companion/4-5-13.ltx + texmf-dist/doc/latex/latex-graphics-companion/4-5-14.ltx + texmf-dist/doc/latex/latex-graphics-companion/4-5-15.ltx + texmf-dist/doc/latex/latex-graphics-companion/4-5-16.ltx + texmf-dist/doc/latex/latex-graphics-companion/4-5-2.inl + texmf-dist/doc/latex/latex-graphics-companion/4-5-3.ltx + texmf-dist/doc/latex/latex-graphics-companion/4-5-4.inl + texmf-dist/doc/latex/latex-graphics-companion/4-5-5.inl + texmf-dist/doc/latex/latex-graphics-companion/4-5-6.inl + texmf-dist/doc/latex/latex-graphics-companion/4-5-7.inl + texmf-dist/doc/latex/latex-graphics-companion/4-5-8.inl + texmf-dist/doc/latex/latex-graphics-companion/4-5-9.inl + texmf-dist/doc/latex/latex-graphics-companion/4-6-1.inl + texmf-dist/doc/latex/latex-graphics-companion/4-6-10.inl + texmf-dist/doc/latex/latex-graphics-companion/4-6-11.inl + texmf-dist/doc/latex/latex-graphics-companion/4-6-12.inl + texmf-dist/doc/latex/latex-graphics-companion/4-6-13.inl + texmf-dist/doc/latex/latex-graphics-companion/4-6-14.inl + texmf-dist/doc/latex/latex-graphics-companion/4-6-15.inl + texmf-dist/doc/latex/latex-graphics-companion/4-6-16.inl + texmf-dist/doc/latex/latex-graphics-companion/4-6-17.inl + texmf-dist/doc/latex/latex-graphics-companion/4-6-18.inl + texmf-dist/doc/latex/latex-graphics-companion/4-6-19.inl + texmf-dist/doc/latex/latex-graphics-companion/4-6-2.inl + texmf-dist/doc/latex/latex-graphics-companion/4-6-20.inl + texmf-dist/doc/latex/latex-graphics-companion/4-6-21.inl + texmf-dist/doc/latex/latex-graphics-companion/4-6-22.inl + texmf-dist/doc/latex/latex-graphics-companion/4-6-23.inl + texmf-dist/doc/latex/latex-graphics-companion/4-6-24.inl + texmf-dist/doc/latex/latex-graphics-companion/4-6-25.inl + texmf-dist/doc/latex/latex-graphics-companion/4-6-26.ltx + texmf-dist/doc/latex/latex-graphics-companion/4-6-27.inl + texmf-dist/doc/latex/latex-graphics-companion/4-6-28.inl + texmf-dist/doc/latex/latex-graphics-companion/4-6-29.inl + texmf-dist/doc/latex/latex-graphics-companion/4-6-3.inl + texmf-dist/doc/latex/latex-graphics-companion/4-6-30.inl + texmf-dist/doc/latex/latex-graphics-companion/4-6-31.ltx + texmf-dist/doc/latex/latex-graphics-companion/4-6-32.ltx + texmf-dist/doc/latex/latex-graphics-companion/4-6-33.inl + texmf-dist/doc/latex/latex-graphics-companion/4-6-34.inl + texmf-dist/doc/latex/latex-graphics-companion/4-6-35.inl + texmf-dist/doc/latex/latex-graphics-companion/4-6-36.inl + texmf-dist/doc/latex/latex-graphics-companion/4-6-37.inl + texmf-dist/doc/latex/latex-graphics-companion/4-6-38.inl + texmf-dist/doc/latex/latex-graphics-companion/4-6-39.ltx + texmf-dist/doc/latex/latex-graphics-companion/4-6-4.inl + texmf-dist/doc/latex/latex-graphics-companion/4-6-40.ltx + texmf-dist/doc/latex/latex-graphics-companion/4-6-41.inl + texmf-dist/doc/latex/latex-graphics-companion/4-6-42.inl + texmf-dist/doc/latex/latex-graphics-companion/4-6-43.inl + texmf-dist/doc/latex/latex-graphics-companion/4-6-44.inl + texmf-dist/doc/latex/latex-graphics-companion/4-6-45.inl + texmf-dist/doc/latex/latex-graphics-companion/4-6-46.inl + texmf-dist/doc/latex/latex-graphics-companion/4-6-5.inl + texmf-dist/doc/latex/latex-graphics-companion/4-6-6.inl + texmf-dist/doc/latex/latex-graphics-companion/4-6-7.inl + texmf-dist/doc/latex/latex-graphics-companion/4-6-8.inl + texmf-dist/doc/latex/latex-graphics-companion/4-6-9.inl + texmf-dist/doc/latex/latex-graphics-companion/4-7-1.ltx + texmf-dist/doc/latex/latex-graphics-companion/4-7-2.ltx + texmf-dist/doc/latex/latex-graphics-companion/4-7-3.ltx + texmf-dist/doc/latex/latex-graphics-companion/4-7-4.ltx + texmf-dist/doc/latex/latex-graphics-companion/4-8-1.inl + texmf-dist/doc/latex/latex-graphics-companion/4-8-2.inl + texmf-dist/doc/latex/latex-graphics-companion/4-8-3.ltx + texmf-dist/doc/latex/latex-graphics-companion/4-8-4.ltx + texmf-dist/doc/latex/latex-graphics-companion/4-8-5.ltx + texmf-dist/doc/latex/latex-graphics-companion/4-9-1.inl + texmf-dist/doc/latex/latex-graphics-companion/4-9-10.ltx + texmf-dist/doc/latex/latex-graphics-companion/4-9-2.inl + texmf-dist/doc/latex/latex-graphics-companion/5-2-1.ltx + texmf-dist/doc/latex/latex-graphics-companion/5-3-1.ltx + texmf-dist/doc/latex/latex-graphics-companion/5-3-2.ltx + texmf-dist/doc/latex/latex-graphics-companion/5-3-3.ltx + texmf-dist/doc/latex/latex-graphics-companion/5-3-4.ltx + texmf-dist/doc/latex/latex-graphics-companion/5-3-5.ltx + texmf-dist/doc/latex/latex-graphics-companion/5-3-6.ltx + texmf-dist/doc/latex/latex-graphics-companion/5-3-7.ltx + texmf-dist/doc/latex/latex-graphics-companion/5-3-8.ltx + texmf-dist/doc/latex/latex-graphics-companion/5-3-9.ltx + texmf-dist/doc/latex/latex-graphics-companion/5-4-1.ltx + texmf-dist/doc/latex/latex-graphics-companion/5-4-2.ltx + texmf-dist/doc/latex/latex-graphics-companion/5-4-3.ltx + texmf-dist/doc/latex/latex-graphics-companion/5-4-4.ltx + texmf-dist/doc/latex/latex-graphics-companion/5-5-1.ltx + texmf-dist/doc/latex/latex-graphics-companion/5-5-10.ltx + texmf-dist/doc/latex/latex-graphics-companion/5-5-11.ltx + texmf-dist/doc/latex/latex-graphics-companion/5-5-12.ltx + texmf-dist/doc/latex/latex-graphics-companion/5-5-13.ltx + texmf-dist/doc/latex/latex-graphics-companion/5-5-14.ltx + texmf-dist/doc/latex/latex-graphics-companion/5-5-15.ltx + texmf-dist/doc/latex/latex-graphics-companion/5-5-16.ltx + texmf-dist/doc/latex/latex-graphics-companion/5-5-17.ltx + texmf-dist/doc/latex/latex-graphics-companion/5-5-18.ltx + texmf-dist/doc/latex/latex-graphics-companion/5-5-19.ltx + texmf-dist/doc/latex/latex-graphics-companion/5-5-2.ltx + texmf-dist/doc/latex/latex-graphics-companion/5-5-20.ltx + texmf-dist/doc/latex/latex-graphics-companion/5-5-21.ltx + texmf-dist/doc/latex/latex-graphics-companion/5-5-22.ltx + texmf-dist/doc/latex/latex-graphics-companion/5-5-23.ltx + texmf-dist/doc/latex/latex-graphics-companion/5-5-24.ltx + texmf-dist/doc/latex/latex-graphics-companion/5-5-25.ltx + texmf-dist/doc/latex/latex-graphics-companion/5-5-26.ltx + texmf-dist/doc/latex/latex-graphics-companion/5-5-27.ltx + texmf-dist/doc/latex/latex-graphics-companion/5-5-28.ltx + texmf-dist/doc/latex/latex-graphics-companion/5-5-29.ltx + texmf-dist/doc/latex/latex-graphics-companion/5-5-3.ltx + texmf-dist/doc/latex/latex-graphics-companion/5-5-30.ltx + texmf-dist/doc/latex/latex-graphics-companion/5-5-31.ltx + texmf-dist/doc/latex/latex-graphics-companion/5-5-32.ltx + texmf-dist/doc/latex/latex-graphics-companion/5-5-33.ltx + texmf-dist/doc/latex/latex-graphics-companion/5-5-34.ltx + texmf-dist/doc/latex/latex-graphics-companion/5-5-35.ltx + texmf-dist/doc/latex/latex-graphics-companion/5-5-4.ltx + texmf-dist/doc/latex/latex-graphics-companion/5-5-5.ltx + texmf-dist/doc/latex/latex-graphics-companion/5-5-6.ltx + texmf-dist/doc/latex/latex-graphics-companion/5-5-7.ltx + texmf-dist/doc/latex/latex-graphics-companion/5-5-8.ltx + texmf-dist/doc/latex/latex-graphics-companion/5-5-9.ltx + texmf-dist/doc/latex/latex-graphics-companion/6-2-1.ltx + texmf-dist/doc/latex/latex-graphics-companion/6-2-10.ltx + texmf-dist/doc/latex/latex-graphics-companion/6-2-11.ltx + texmf-dist/doc/latex/latex-graphics-companion/6-2-12.ltx + texmf-dist/doc/latex/latex-graphics-companion/6-2-13.ltx + texmf-dist/doc/latex/latex-graphics-companion/6-2-14.ltx + texmf-dist/doc/latex/latex-graphics-companion/6-2-15.ltx + texmf-dist/doc/latex/latex-graphics-companion/6-2-16.ltx + texmf-dist/doc/latex/latex-graphics-companion/6-2-17.ltx + texmf-dist/doc/latex/latex-graphics-companion/6-2-18.ltx + texmf-dist/doc/latex/latex-graphics-companion/6-2-19.ltx + texmf-dist/doc/latex/latex-graphics-companion/6-2-2.ltx + texmf-dist/doc/latex/latex-graphics-companion/6-2-20.ltx + texmf-dist/doc/latex/latex-graphics-companion/6-2-21.ltx + texmf-dist/doc/latex/latex-graphics-companion/6-2-22.ltx + texmf-dist/doc/latex/latex-graphics-companion/6-2-23.ltx + texmf-dist/doc/latex/latex-graphics-companion/6-2-24.ltx + texmf-dist/doc/latex/latex-graphics-companion/6-2-3.ltx + texmf-dist/doc/latex/latex-graphics-companion/6-2-4.ltx + texmf-dist/doc/latex/latex-graphics-companion/6-2-5.ltx + texmf-dist/doc/latex/latex-graphics-companion/6-2-6.ltx + texmf-dist/doc/latex/latex-graphics-companion/6-2-7.ltx + texmf-dist/doc/latex/latex-graphics-companion/6-2-8.ltx + texmf-dist/doc/latex/latex-graphics-companion/6-2-9.ltx + texmf-dist/doc/latex/latex-graphics-companion/6-3-1.ltx + texmf-dist/doc/latex/latex-graphics-companion/6-3-10.ltx + texmf-dist/doc/latex/latex-graphics-companion/6-3-11.ltx + texmf-dist/doc/latex/latex-graphics-companion/6-3-12.ltx + texmf-dist/doc/latex/latex-graphics-companion/6-3-13.ltx + texmf-dist/doc/latex/latex-graphics-companion/6-3-14.ltx + texmf-dist/doc/latex/latex-graphics-companion/6-3-2.ltx + texmf-dist/doc/latex/latex-graphics-companion/6-3-3.ltx + texmf-dist/doc/latex/latex-graphics-companion/6-3-4.ltx + texmf-dist/doc/latex/latex-graphics-companion/6-3-5.ltx + texmf-dist/doc/latex/latex-graphics-companion/6-3-6.ltx + texmf-dist/doc/latex/latex-graphics-companion/6-3-7.ltx + texmf-dist/doc/latex/latex-graphics-companion/6-3-8.ltx + texmf-dist/doc/latex/latex-graphics-companion/6-3-9.ltx + texmf-dist/doc/latex/latex-graphics-companion/6-4-1.ltx + texmf-dist/doc/latex/latex-graphics-companion/6-4-2.ltx + texmf-dist/doc/latex/latex-graphics-companion/6-4-3.ltx + texmf-dist/doc/latex/latex-graphics-companion/6-5-1.ltx + texmf-dist/doc/latex/latex-graphics-companion/6-6-1.ltx + texmf-dist/doc/latex/latex-graphics-companion/6-6-2.ltx + texmf-dist/doc/latex/latex-graphics-companion/6-6-3.ltx + texmf-dist/doc/latex/latex-graphics-companion/6-6-4.ltx + texmf-dist/doc/latex/latex-graphics-companion/6-6-5.ltx + texmf-dist/doc/latex/latex-graphics-companion/6-6-6.ltx + texmf-dist/doc/latex/latex-graphics-companion/6-6-7.ltx + texmf-dist/doc/latex/latex-graphics-companion/6-7-1.ltx + texmf-dist/doc/latex/latex-graphics-companion/6-7-1.m4 + texmf-dist/doc/latex/latex-graphics-companion/6-7-2.ltx + texmf-dist/doc/latex/latex-graphics-companion/6-7-2.m4 + texmf-dist/doc/latex/latex-graphics-companion/6-7-3.ltx + texmf-dist/doc/latex/latex-graphics-companion/6-7-3.m4 + texmf-dist/doc/latex/latex-graphics-companion/6-7-4.ltx + texmf-dist/doc/latex/latex-graphics-companion/6-7-4.m4 + texmf-dist/doc/latex/latex-graphics-companion/7-2-1.mx1 + texmf-dist/doc/latex/latex-graphics-companion/7-2-1.mx2 + texmf-dist/doc/latex/latex-graphics-companion/7-2-1.ptx + texmf-dist/doc/latex/latex-graphics-companion/7-2-2.ltx + texmf-dist/doc/latex/latex-graphics-companion/7-2-3.ltx + texmf-dist/doc/latex/latex-graphics-companion/7-2-4.ltx + texmf-dist/doc/latex/latex-graphics-companion/7-2-5.ltx + texmf-dist/doc/latex/latex-graphics-companion/7-2-6.ltx + texmf-dist/doc/latex/latex-graphics-companion/7-3-1.abc + texmf-dist/doc/latex/latex-graphics-companion/7-3-2.ltx + texmf-dist/doc/latex/latex-graphics-companion/7-3-3.abc + texmf-dist/doc/latex/latex-graphics-companion/7-3-4.abc + texmf-dist/doc/latex/latex-graphics-companion/7-3-5.abc + texmf-dist/doc/latex/latex-graphics-companion/7-3-6.abc + texmf-dist/doc/latex/latex-graphics-companion/7-3-7.abc + texmf-dist/doc/latex/latex-graphics-companion/7-3-8.abc + texmf-dist/doc/latex/latex-graphics-companion/7-3-9.abc + texmf-dist/doc/latex/latex-graphics-companion/7-4-1.mpp + texmf-dist/doc/latex/latex-graphics-companion/7-4-10.mx1 + texmf-dist/doc/latex/latex-graphics-companion/7-4-10.mx2 + texmf-dist/doc/latex/latex-graphics-companion/7-4-10.ptx + texmf-dist/doc/latex/latex-graphics-companion/7-4-2.mpp + texmf-dist/doc/latex/latex-graphics-companion/7-4-3.mpp + texmf-dist/doc/latex/latex-graphics-companion/7-4-4.mpp + texmf-dist/doc/latex/latex-graphics-companion/7-4-5.mpp + texmf-dist/doc/latex/latex-graphics-companion/7-4-6.mpp + texmf-dist/doc/latex/latex-graphics-companion/7-4-7.mpp + texmf-dist/doc/latex/latex-graphics-companion/7-4-8.mpp + texmf-dist/doc/latex/latex-graphics-companion/7-4-9.mpp + texmf-dist/doc/latex/latex-graphics-companion/8-1-1.ltx + texmf-dist/doc/latex/latex-graphics-companion/8-1-2.ltx + texmf-dist/doc/latex/latex-graphics-companion/8-1-3.ltx + texmf-dist/doc/latex/latex-graphics-companion/8-1-4.ltx + texmf-dist/doc/latex/latex-graphics-companion/8-2-1.ltx + texmf-dist/doc/latex/latex-graphics-companion/8-2-2.ltx + texmf-dist/doc/latex/latex-graphics-companion/8-2-3.ltx + texmf-dist/doc/latex/latex-graphics-companion/8-3-1.ltx + texmf-dist/doc/latex/latex-graphics-companion/8-3-2.ltx + texmf-dist/doc/latex/latex-graphics-companion/8-3-3.ltx + texmf-dist/doc/latex/latex-graphics-companion/8-4-1.ltx + texmf-dist/doc/latex/latex-graphics-companion/8-4-2.ltx + texmf-dist/doc/latex/latex-graphics-companion/8-5-1.inl + texmf-dist/doc/latex/latex-graphics-companion/8-6-1.inl + texmf-dist/doc/latex/latex-graphics-companion/8-6-2.inl + texmf-dist/doc/latex/latex-graphics-companion/8-6-3.inl + texmf-dist/doc/latex/latex-graphics-companion/8-6-4.inl + texmf-dist/doc/latex/latex-graphics-companion/8-6-5.inl + texmf-dist/doc/latex/latex-graphics-companion/8-6-6.inl + texmf-dist/doc/latex/latex-graphics-companion/8-6-7.inl + texmf-dist/doc/latex/latex-graphics-companion/8-6-8.inl + texmf-dist/doc/latex/latex-graphics-companion/8-7-1.acr + texmf-dist/doc/latex/latex-graphics-companion/8-7-1.dwn + texmf-dist/doc/latex/latex-graphics-companion/8-7-1.ltx + texmf-dist/doc/latex/latex-graphics-companion/8-7-2.ltx + texmf-dist/doc/latex/latex-graphics-companion/8-7-3.ltx + texmf-dist/doc/latex/latex-graphics-companion/8-7-4.ltx + texmf-dist/doc/latex/latex-graphics-companion/9-2-1.inl + texmf-dist/doc/latex/latex-graphics-companion/9-2-2.inl + texmf-dist/doc/latex/latex-graphics-companion/9-2-3.inl + texmf-dist/doc/latex/latex-graphics-companion/9-2-4.inl + texmf-dist/doc/latex/latex-graphics-companion/9-2-5.inl + texmf-dist/doc/latex/latex-graphics-companion/9-2-6.inl + texmf-dist/doc/latex/latex-graphics-companion/9-2-7.inl + texmf-dist/doc/latex/latex-graphics-companion/9-2-8.ltx + texmf-dist/doc/latex/latex-graphics-companion/9-2-9.ltx + texmf-dist/doc/latex/latex-graphics-companion/9-3-1.inl + texmf-dist/doc/latex/latex-graphics-companion/9-3-10.inl + texmf-dist/doc/latex/latex-graphics-companion/9-3-11.inl + texmf-dist/doc/latex/latex-graphics-companion/9-3-12.inl + texmf-dist/doc/latex/latex-graphics-companion/9-3-13.inl + texmf-dist/doc/latex/latex-graphics-companion/9-3-14.inl + texmf-dist/doc/latex/latex-graphics-companion/9-3-15.inl + texmf-dist/doc/latex/latex-graphics-companion/9-3-16.inl + texmf-dist/doc/latex/latex-graphics-companion/9-3-17.inl + texmf-dist/doc/latex/latex-graphics-companion/9-3-18.inl + texmf-dist/doc/latex/latex-graphics-companion/9-3-19.inl + texmf-dist/doc/latex/latex-graphics-companion/9-3-2.inl + texmf-dist/doc/latex/latex-graphics-companion/9-3-20.inl + texmf-dist/doc/latex/latex-graphics-companion/9-3-3.inl + texmf-dist/doc/latex/latex-graphics-companion/9-3-4.inl + texmf-dist/doc/latex/latex-graphics-companion/9-3-5.inl + texmf-dist/doc/latex/latex-graphics-companion/9-3-6.inl + texmf-dist/doc/latex/latex-graphics-companion/9-3-7.inl + texmf-dist/doc/latex/latex-graphics-companion/9-3-8.inl + texmf-dist/doc/latex/latex-graphics-companion/9-3-9.inl + texmf-dist/doc/latex/latex-graphics-companion/A-1-1.inl + texmf-dist/doc/latex/latex-graphics-companion/Makefile + texmf-dist/doc/latex/latex-graphics-companion/README + texmf-dist/doc/latex/latex-graphics-companion/ages.dat + texmf-dist/doc/latex/latex-graphics-companion/bar.ini + texmf-dist/doc/latex/latex-graphics-companion/chap.dat + texmf-dist/doc/latex/latex-graphics-companion/clef.ini + texmf-dist/doc/latex/latex-graphics-companion/config.ps.gz + texmf-dist/doc/latex/latex-graphics-companion/decade.dat + texmf-dist/doc/latex/latex-graphics-companion/feature.ini + texmf-dist/doc/latex/latex-graphics-companion/graves.dat + texmf-dist/doc/latex/latex-graphics-companion/inputs/graphics.cfg + texmf-dist/doc/latex/latex-graphics-companion/inputs/header.tex + texmf-dist/doc/latex/latex-graphics-companion/inputs/mfpic.sty + texmf-dist/doc/latex/latex-graphics-companion/inputs/ppex.cls + texmf-dist/doc/latex/latex-graphics-companion/key.ini + texmf-dist/doc/latex/latex-graphics-companion/langs.dat + texmf-dist/doc/latex/latex-graphics-companion/langs2.dat + texmf-dist/doc/latex/latex-graphics-companion/langs3.dat + texmf-dist/doc/latex/latex-graphics-companion/macro.ini + texmf-dist/doc/latex/latex-graphics-companion/mpp.tex + texmf-dist/doc/latex/latex-graphics-companion/note.ini + texmf-dist/doc/latex/latex-graphics-companion/notecc.ini + texmf-dist/doc/latex/latex-graphics-companion/pot.dat + texmf-dist/doc/latex/latex-graphics-companion/script.ini + texmf-dist/doc/latex/latex-graphics-companion/scriptcc.ini + texmf-dist/doc/latex/latex-graphics-companion/stones.dat + texmf-dist/doc/latex/latex-graphics-companion/students.dat + texmf-dist/doc/latex/latex-graphics-companion/veracx.mx1 + texmf-dist/doc/latex/latex-graphics-companion/veracx.tex + texmf-dist/doc/latex/latex-graphics-companion/yearm.dat + texmf-dist/doc/latex/latex-graphics-companion/years.dat + texmf-dist/doc/latex/latex-graphics-companion/years.men + texmf-dist/doc/latex/latex-graphics-companion/years.wom + texmf-dist/doc/latex/latex-graphics-companion/yearw.dat +catalogue-ctan /info/examples/lgc +catalogue-date 2006-03-09 14:57:21 +0100 +catalogue-license lppl + +name latex-notes-zh-cn +category Package +revision 15878 +shortdesc Chinese Introduction to TeX and LaTeX. +longdesc The document is an introduction to TeX/LaTeX, in Chinese. It +longdesc covers basic text typesetting, mathematics, graphics, tables, +longdesc Chinese language & fonts, and some miscellaneous features +longdesc (hyperlinks, long documents, bibliographies, indexes and page +longdesc layout). +docfiles size=603 + texmf-dist/doc/generic/latex-notes-zh-cn/README details="Readme" + texmf-dist/doc/generic/latex-notes-zh-cn/history.txt + texmf-dist/doc/generic/latex-notes-zh-cn/latex-notes-zh-cn.pdf details="The document itself" language="zh" + texmf-dist/doc/generic/latex-notes-zh-cn/license.txt + texmf-dist/doc/generic/latex-notes-zh-cn/src/basics.tex + texmf-dist/doc/generic/latex-notes-zh-cn/src/dscf4684.jpg + texmf-dist/doc/generic/latex-notes-zh-cn/src/examples/arrow.mps + texmf-dist/doc/generic/latex-notes-zh-cn/src/examples/color.mps + texmf-dist/doc/generic/latex-notes-zh-cn/src/examples/colors.mps + texmf-dist/doc/generic/latex-notes-zh-cn/src/examples/curve.mps + texmf-dist/doc/generic/latex-notes-zh-cn/src/examples/dashed.mps + texmf-dist/doc/generic/latex-notes-zh-cn/src/examples/dot.mps + texmf-dist/doc/generic/latex-notes-zh-cn/src/examples/fill.mps + texmf-dist/doc/generic/latex-notes-zh-cn/src/examples/label.mps + texmf-dist/doc/generic/latex-notes-zh-cn/src/examples/line.mps + texmf-dist/doc/generic/latex-notes-zh-cn/src/examples/loop.mps + texmf-dist/doc/generic/latex-notes-zh-cn/src/examples/path.mps + texmf-dist/doc/generic/latex-notes-zh-cn/src/examples/predefined.mps + texmf-dist/doc/generic/latex-notes-zh-cn/src/examples/pst_arc.eps + texmf-dist/doc/generic/latex-notes-zh-cn/src/examples/pst_arrow.eps + texmf-dist/doc/generic/latex-notes-zh-cn/src/examples/pst_axis.eps + texmf-dist/doc/generic/latex-notes-zh-cn/src/examples/pst_bezier.eps + texmf-dist/doc/generic/latex-notes-zh-cn/src/examples/pst_circle.eps + texmf-dist/doc/generic/latex-notes-zh-cn/src/examples/pst_color.eps + texmf-dist/doc/generic/latex-notes-zh-cn/src/examples/pst_curve.eps + texmf-dist/doc/generic/latex-notes-zh-cn/src/examples/pst_dot.eps + texmf-dist/doc/generic/latex-notes-zh-cn/src/examples/pst_fill.eps + texmf-dist/doc/generic/latex-notes-zh-cn/src/examples/pst_frame.eps + texmf-dist/doc/generic/latex-notes-zh-cn/src/examples/pst_grid.eps + texmf-dist/doc/generic/latex-notes-zh-cn/src/examples/pst_label.eps + texmf-dist/doc/generic/latex-notes-zh-cn/src/examples/pst_line.eps + texmf-dist/doc/generic/latex-notes-zh-cn/src/examples/pst_linestyle.eps + texmf-dist/doc/generic/latex-notes-zh-cn/src/examples/pst_origin.eps + texmf-dist/doc/generic/latex-notes-zh-cn/src/examples/pst_parabola.eps + texmf-dist/doc/generic/latex-notes-zh-cn/src/examples/pst_polygon.eps + texmf-dist/doc/generic/latex-notes-zh-cn/src/examples/pst_rput.eps + texmf-dist/doc/generic/latex-notes-zh-cn/src/examples/pst_uput.eps + texmf-dist/doc/generic/latex-notes-zh-cn/src/examples/subfig.mps + texmf-dist/doc/generic/latex-notes-zh-cn/src/examples/subfig_left.mps + texmf-dist/doc/generic/latex-notes-zh-cn/src/examples/subfig_right.mps + texmf-dist/doc/generic/latex-notes-zh-cn/src/examples/transform.mps + texmf-dist/doc/generic/latex-notes-zh-cn/src/examples/uline.mps + texmf-dist/doc/generic/latex-notes-zh-cn/src/fonts.tex + texmf-dist/doc/generic/latex-notes-zh-cn/src/graphics.tex + texmf-dist/doc/generic/latex-notes-zh-cn/src/i18n.tex + texmf-dist/doc/generic/latex-notes-zh-cn/src/introduction.tex + texmf-dist/doc/generic/latex-notes-zh-cn/src/lnotes.tex + texmf-dist/doc/generic/latex-notes-zh-cn/src/math.tex + texmf-dist/doc/generic/latex-notes-zh-cn/src/misc.tex + texmf-dist/doc/generic/latex-notes-zh-cn/src/postcript.tex + texmf-dist/doc/generic/latex-notes-zh-cn/src/preface.tex + texmf-dist/doc/generic/latex-notes-zh-cn/src/reading.bib + texmf-dist/doc/generic/latex-notes-zh-cn/src/tables.tex +catalogue-ctan /info/latex-notes-zh-cn +catalogue-date 2009-07-22 16:41:06 +0200 +catalogue-license lppl1.3 +catalogue-version 1.20 + +name latex-tds +category Package +revision 15878 +shortdesc A structured copy of the LaTeX distribution. +longdesc This bundle provides a set of zip file modules containing TDS- +longdesc compliant trees for items of the LaTeX distribution (both the +longdesc base system and required packages), together with 'user- +longdesc friendly' documentation (PDF files with navigation support +longdesc using bookmarks and links). A further module (knuth) performs +longdesc the same service for Knuth's software distribution. +srcfiles size=76 + texmf-dist/source/latex/latex-tds/build.pl + texmf-dist/source/latex/latex-tds/lib/adjust_checksum.pl + texmf-dist/source/latex/latex-tds/lib/ziptimetree.pl + texmf-dist/source/latex/latex-tds/license/lppl.txt + texmf-dist/source/latex/latex-tds/license/ziptimetree/lgpl.txt + texmf-dist/source/latex/latex-tds/patch/amsclass.dtx.diff + texmf-dist/source/latex/latex-tds/patch/amsldoc.tex.diff + texmf-dist/source/latex/latex-tds/patch/encguide.tex.diff + texmf-dist/source/latex/latex-tds/patch/logmac.tex.diff + texmf-dist/source/latex/latex-tds/patch/trapman.tex.diff + texmf-dist/source/latex/latex-tds/patch/tripman.tex.diff + texmf-dist/source/latex/latex-tds/patch/utf8ienc.dtx.diff + texmf-dist/source/latex/latex-tds/patch/webman.tex.diff + texmf-dist/source/latex/latex-tds/readme.txt + texmf-dist/source/latex/latex-tds/tex/ams.drv + texmf-dist/source/latex/latex-tds/tex/babel.tex + texmf-dist/source/latex/latex-tds/tex/doc_lppl.tex + texmf-dist/source/latex/latex-tds/tex/docstrip.cfg + texmf-dist/source/latex/latex-tds/tex/errata.all + texmf-dist/source/latex/latex-tds/tex/errata.cfg + texmf-dist/source/latex/latex-tds/tex/errata.drv + texmf-dist/source/latex/latex-tds/tex/errorlog.drv + texmf-dist/source/latex/latex-tds/tex/expl3.drv + texmf-dist/source/latex/latex-tds/tex/greek-usage.tex + texmf-dist/source/latex/latex-tds/tex/hyperref.cfg + texmf-dist/source/latex/latex-tds/tex/knuth.drv + texmf-dist/source/latex/latex-tds/tex/l32eproc.drv + texmf-dist/source/latex/latex-tds/tex/latex-tds.ini + texmf-dist/source/latex/latex-tds/tex/ltnews.cfg + texmf-dist/source/latex/latex-tds/tex/ltnews.tex + texmf-dist/source/latex/latex-tds/tex/ltugboat.cfg + texmf-dist/source/latex/latex-tds/tex/ltxcheck.drv + texmf-dist/source/latex/latex-tds/tex/ltxdoc.cfg + texmf-dist/source/latex/latex-tds/tex/ltxguide.cfg + texmf-dist/source/latex/latex-tds/tex/manual.cfg + texmf-dist/source/latex/latex-tds/tex/psnfss2e.drv + texmf-dist/source/latex/latex-tds/tex/source3.drv + texmf-dist/source/latex/latex-tds/tex/tdsguide.cfg + texmf-dist/source/latex/latex-tds/tex/tools-overview.cls + texmf-dist/source/latex/latex-tds/tex/tools.tex + texmf-dist/source/latex/latex-tds/tex/xparse.drv +catalogue-ctan /macros/latex/contrib/latex-tds +catalogue-date 2009-09-26 16:29:10 +0200 +catalogue-license lppl + +name latex-tipps-und-tricks +category Package +revision 15878 +catalogue ltt +shortdesc Example code for "LaTeX Tips und Tricks" book. +longdesc This is the code for the examples in the book "LaTeX Tips und +longdesc Tricks", dpunkt 2000, ISBN 3-932588-37-1. The code includes +longdesc application examples as well as packages and class files +longdesc developed in the book. +docfiles size=123 + texmf-dist/doc/latex/latex-tipps-und-tricks/adr.dat + texmf-dist/doc/latex/latex-tipps-und-tricks/agate.sty + texmf-dist/doc/latex/latex-tipps-und-tricks/annotate.sty + texmf-dist/doc/latex/latex-tipps-und-tricks/ariadne.tex + texmf-dist/doc/latex/latex-tipps-und-tricks/backpic.sty + texmf-dist/doc/latex/latex-tipps-und-tricks/buch.cls + texmf-dist/doc/latex/latex-tipps-und-tricks/buch.tex + texmf-dist/doc/latex/latex-tipps-und-tricks/bulgakov.tex + texmf-dist/doc/latex/latex-tipps-und-tricks/celg.clo + texmf-dist/doc/latex/latex-tipps-und-tricks/chaptoc.sty + texmf-dist/doc/latex/latex-tipps-und-tricks/chemtex.tex + texmf-dist/doc/latex/latex-tipps-und-tricks/colorps.tex + texmf-dist/doc/latex/latex-tipps-und-tricks/colortab.tex + texmf-dist/doc/latex/latex-tipps-und-tricks/conv.pl + texmf-dist/doc/latex/latex-tipps-und-tricks/deleq.tex + texmf-dist/doc/latex/latex-tipps-und-tricks/disk.mp + texmf-dist/doc/latex/latex-tipps-und-tricks/dvips.tex + texmf-dist/doc/latex/latex-tipps-und-tricks/echem.sty + texmf-dist/doc/latex/latex-tipps-und-tricks/echem.tex + texmf-dist/doc/latex/latex-tipps-und-tricks/echem1.tex + texmf-dist/doc/latex/latex-tipps-und-tricks/echem2.tex + texmf-dist/doc/latex/latex-tipps-und-tricks/elegant.ist + texmf-dist/doc/latex/latex-tipps-und-tricks/enumcont.sty + texmf-dist/doc/latex/latex-tipps-und-tricks/eqno.sty + texmf-dist/doc/latex/latex-tipps-und-tricks/eqno.tex + texmf-dist/doc/latex/latex-tipps-und-tricks/erdapfel.mp + texmf-dist/doc/latex/latex-tipps-und-tricks/faltblat.cls + texmf-dist/doc/latex/latex-tipps-und-tricks/faltblat.tex + texmf-dist/doc/latex/latex-tipps-und-tricks/folie.sty + texmf-dist/doc/latex/latex-tipps-und-tricks/fontinst.pl + texmf-dist/doc/latex/latex-tipps-und-tricks/footup.sty + texmf-dist/doc/latex/latex-tipps-und-tricks/formular.tex + texmf-dist/doc/latex/latex-tipps-und-tricks/fraktur.sty + texmf-dist/doc/latex/latex-tipps-und-tricks/further.sty + texmf-dist/doc/latex/latex-tipps-und-tricks/gamma.eps + texmf-dist/doc/latex/latex-tipps-und-tricks/glossar.ist + texmf-dist/doc/latex/latex-tipps-und-tricks/glossar.sty + texmf-dist/doc/latex/latex-tipps-und-tricks/hoffmann.tex + texmf-dist/doc/latex/latex-tipps-und-tricks/idx1.ist + texmf-dist/doc/latex/latex-tipps-und-tricks/idx2.ist + texmf-dist/doc/latex/latex-tipps-und-tricks/kasten.sty + texmf-dist/doc/latex/latex-tipps-und-tricks/kyril.sty + texmf-dist/doc/latex/latex-tipps-und-tricks/lexikon.sty + texmf-dist/doc/latex/latex-tipps-und-tricks/liste1.tex + texmf-dist/doc/latex/latex-tipps-und-tricks/liste2.tex + texmf-dist/doc/latex/latex-tipps-und-tricks/listgls.ist + texmf-dist/doc/latex/latex-tipps-und-tricks/listgls.sty + texmf-dist/doc/latex/latex-tipps-und-tricks/literat.sty + texmf-dist/doc/latex/latex-tipps-und-tricks/lstfloat.sty + texmf-dist/doc/latex/latex-tipps-und-tricks/lstfloat.tex + texmf-dist/doc/latex/latex-tipps-und-tricks/m2verb.sty + texmf-dist/doc/latex/latex-tipps-und-tricks/mfpic.pl + texmf-dist/doc/latex/latex-tipps-und-tricks/mfpic.tex + texmf-dist/doc/latex/latex-tipps-und-tricks/mfpict.tex + texmf-dist/doc/latex/latex-tipps-und-tricks/minijour.cls + texmf-dist/doc/latex/latex-tipps-und-tricks/minijour.tex + texmf-dist/doc/latex/latex-tipps-und-tricks/mod1.sty + texmf-dist/doc/latex/latex-tipps-und-tricks/mod2.sty + texmf-dist/doc/latex/latex-tipps-und-tricks/mptest.tex + texmf-dist/doc/latex/latex-tipps-und-tricks/multibib.sty + texmf-dist/doc/latex/latex-tipps-und-tricks/multibox.tex + texmf-dist/doc/latex/latex-tipps-und-tricks/multicp.tex + texmf-dist/doc/latex/latex-tipps-und-tricks/mycap.sty + texmf-dist/doc/latex/latex-tipps-und-tricks/nofloat.sty + texmf-dist/doc/latex/latex-tipps-und-tricks/ochem1.tex + texmf-dist/doc/latex/latex-tipps-und-tricks/ochem2.tex + texmf-dist/doc/latex/latex-tipps-und-tricks/ot1cyr.fd + texmf-dist/doc/latex/latex-tipps-und-tricks/ot1cyrs.fd + texmf-dist/doc/latex/latex-tipps-und-tricks/overpic.tex + texmf-dist/doc/latex/latex-tipps-und-tricks/partpic.sty + texmf-dist/doc/latex/latex-tipps-und-tricks/parttoc.sty + texmf-dist/doc/latex/latex-tipps-und-tricks/poem.sty + texmf-dist/doc/latex/latex-tipps-und-tricks/polyind.sty + texmf-dist/doc/latex/latex-tipps-und-tricks/privat.cls + texmf-dist/doc/latex/latex-tipps-und-tricks/ps.sty + texmf-dist/doc/latex/latex-tipps-und-tricks/ps.tex + texmf-dist/doc/latex/latex-tipps-und-tricks/pse.eps + texmf-dist/doc/latex/latex-tipps-und-tricks/psfrag1.tex + texmf-dist/doc/latex/latex-tipps-und-tricks/psfrag2.tex + texmf-dist/doc/latex/latex-tipps-und-tricks/pstrick1.tex + texmf-dist/doc/latex/latex-tipps-und-tricks/pstrick2.tex + texmf-dist/doc/latex/latex-tipps-und-tricks/pstrick3.tex + texmf-dist/doc/latex/latex-tipps-und-tricks/pstrick4.tex + texmf-dist/doc/latex/latex-tipps-und-tricks/pstrick5.tex + texmf-dist/doc/latex/latex-tipps-und-tricks/question.sty + texmf-dist/doc/latex/latex-tipps-und-tricks/question.tex + texmf-dist/doc/latex/latex-tipps-und-tricks/rescnt.sty + texmf-dist/doc/latex/latex-tipps-und-tricks/rgray.eps + texmf-dist/doc/latex/latex-tipps-und-tricks/rheingol.tex + texmf-dist/doc/latex/latex-tipps-und-tricks/rosette.eps + texmf-dist/doc/latex/latex-tipps-und-tricks/rotb1.tex + texmf-dist/doc/latex/latex-tipps-und-tricks/rotb2.tex + texmf-dist/doc/latex/latex-tipps-und-tricks/rotb3.tex + texmf-dist/doc/latex/latex-tipps-und-tricks/sect.sty + texmf-dist/doc/latex/latex-tipps-und-tricks/sheet.sty + texmf-dist/doc/latex/latex-tipps-und-tricks/sheet.tex + texmf-dist/doc/latex/latex-tipps-und-tricks/sidefig.sty + texmf-dist/doc/latex/latex-tipps-und-tricks/simple.mp + texmf-dist/doc/latex/latex-tipps-und-tricks/simple2.mp + texmf-dist/doc/latex/latex-tipps-und-tricks/subfigur.tex + texmf-dist/doc/latex/latex-tipps-und-tricks/such.pl + texmf-dist/doc/latex/latex-tipps-und-tricks/synopsis.sty + texmf-dist/doc/latex/latex-tipps-und-tricks/t1bsb.fd + texmf-dist/doc/latex/latex-tipps-und-tricks/texdr.tex + texmf-dist/doc/latex/latex-tipps-und-tricks/texdr1.tex + texmf-dist/doc/latex/latex-tipps-und-tricks/texdr2.tex + texmf-dist/doc/latex/latex-tipps-und-tricks/textarr.tex + texmf-dist/doc/latex/latex-tipps-und-tricks/textmerg.tex + texmf-dist/doc/latex/latex-tipps-und-tricks/thumb.sty + texmf-dist/doc/latex/latex-tipps-und-tricks/tocart.sty + texmf-dist/doc/latex/latex-tipps-und-tricks/tocart.tex + texmf-dist/doc/latex/latex-tipps-und-tricks/tocbel.sty + texmf-dist/doc/latex/latex-tipps-und-tricks/tocelg.sty + texmf-dist/doc/latex/latex-tipps-und-tricks/underbr.sty + texmf-dist/doc/latex/latex-tipps-und-tricks/underlin.tex + texmf-dist/doc/latex/latex-tipps-und-tricks/verscnt.sty + texmf-dist/doc/latex/latex-tipps-und-tricks/verscnt.tex + texmf-dist/doc/latex/latex-tipps-und-tricks/vokabel.tex + texmf-dist/doc/latex/latex-tipps-und-tricks/xref.sty +catalogue-date 2008-04-20 19:53:04 +0200 +catalogue-license other-free + +name latex-veryshortguide +category Package +revision 15878 +shortdesc The Very Short Guide to LaTeX. +longdesc This is a 4-page reminder of what LaTeX does. It is designed +longdesc for printing on A4 paper, double-sided, and folding once to A5. +longdesc (Such an 'imposed' version of the document is provided in the +longdesc distribution, as PDF.) +docfiles size=636 + texmf-dist/doc/latex/latex-veryshortguide/README details="Readme" + texmf-dist/doc/latex/latex-veryshortguide/README.pdf + texmf-dist/doc/latex/latex-veryshortguide/menno-a.eps + texmf-dist/doc/latex/latex-veryshortguide/menno-a.jpg + texmf-dist/doc/latex/latex-veryshortguide/veryshortguide-imposed.pdf + texmf-dist/doc/latex/latex-veryshortguide/veryshortguide.pdf details="The document itself" + texmf-dist/doc/latex/latex-veryshortguide/veryshortguide.tex +catalogue-ctan /info/latex-veryshortguide +catalogue-date 2009-10-02 14:10:37 +0200 +catalogue-license lppl + +name latex-web-companion +category Package +revision 15878 +catalogue lwc-examples +shortdesc Examples from The LaTeX Web Companion. +longdesc The source of the examples printed in the book, together with +longdesc necessary supporting files. +docfiles size=530 + texmf-dist/doc/latex/latex-web-companion/apa/README.apa + texmf-dist/doc/latex/latex-web-companion/apa/latexexa-raw.xml + texmf-dist/doc/latex/latex-web-companion/apa/latexexa.dtd + texmf-dist/doc/latex/latex-web-companion/apa/latexexa.ltx + texmf-dist/doc/latex/latex-web-companion/apa/latexexa.tex + texmf-dist/doc/latex/latex-web-companion/apa/latexexa.xml + texmf-dist/doc/latex/latex-web-companion/apa/phys332-1.eps + texmf-dist/doc/latex/latex-web-companion/apa/phys332-2.eps + texmf-dist/doc/latex/latex-web-companion/apa/teched.html + texmf-dist/doc/latex/latex-web-companion/apa/teched.java + texmf-dist/doc/latex/latex-web-companion/apb/InvitationSAX.class + texmf-dist/doc/latex/latex-web-companion/apb/InvitationSAX.java + texmf-dist/doc/latex/latex-web-companion/apb/MySAXApp.class + texmf-dist/doc/latex/latex-web-companion/apb/MySAXApp.java + texmf-dist/doc/latex/latex-web-companion/apb/README.apb + texmf-dist/doc/latex/latex-web-companion/apb/bibliotest1.xml + texmf-dist/doc/latex/latex-web-companion/apb/bibliotest2.xml + texmf-dist/doc/latex/latex-web-companion/apb/biblioxml1.dtd + texmf-dist/doc/latex/latex-web-companion/apb/biblioxml2.dtd + texmf-dist/doc/latex/latex-web-companion/apb/colorcir.eps + texmf-dist/doc/latex/latex-web-companion/apb/inv2.tex + texmf-dist/doc/latex/latex-web-companion/apb/invitation.sty + texmf-dist/doc/latex/latex-web-companion/apb/invitation2.dtd + texmf-dist/doc/latex/latex-web-companion/apb/invitation2.xml + texmf-dist/doc/latex/latex-web-companion/apb/latexmath.dtd + texmf-dist/doc/latex/latex-web-companion/apb/latexmml.dtd + texmf-dist/doc/latex/latex-web-companion/apb/minilatex.dtd + texmf-dist/doc/latex/latex-web-companion/apb/minilatex.xsl + texmf-dist/doc/latex/latex-web-companion/apb/minilatexexa.tex + texmf-dist/doc/latex/latex-web-companion/apb/minilatexexa.xml + texmf-dist/doc/latex/latex-web-companion/apb/mybiblio.dtd + texmf-dist/doc/latex/latex-web-companion/apb/utf82latin1.sh + texmf-dist/doc/latex/latex-web-companion/apc/ISOcyr1.pen + texmf-dist/doc/latex/latex-web-companion/apc/README.apc + texmf-dist/doc/latex/latex-web-companion/apc/invitation.sty + texmf-dist/doc/latex/latex-web-companion/apc/invitationfr.dtd + texmf-dist/doc/latex/latex-web-companion/apc/invitationfr.sty + texmf-dist/doc/latex/latex-web-companion/apc/invitationfr.tex + texmf-dist/doc/latex/latex-web-companion/apc/invitationfr.xml + texmf-dist/doc/latex/latex-web-companion/apc/invlat1fr.xsl + texmf-dist/doc/latex/latex-web-companion/apc/utf8.html + texmf-dist/doc/latex/latex-web-companion/apc/utf8.xml + texmf-dist/doc/latex/latex-web-companion/apc/utf8.xsl + texmf-dist/doc/latex/latex-web-companion/apc/utf8tei.xml + texmf-dist/doc/latex/latex-web-companion/ch3bis/Makefile + texmf-dist/doc/latex/latex-web-companion/ch3bis/Makefile.ex2 + texmf-dist/doc/latex/latex-web-companion/ch3bis/Makefile.ex3 + texmf-dist/doc/latex/latex-web-companion/ch3bis/README.ch3 + texmf-dist/doc/latex/latex-web-companion/ch3bis/colorcir.eps + texmf-dist/doc/latex/latex-web-companion/ch3bis/ex20.tex + texmf-dist/doc/latex/latex-web-companion/ch3bis/ex21.tex + texmf-dist/doc/latex/latex-web-companion/ch3bis/ex22.tex + texmf-dist/doc/latex/latex-web-companion/ch3bis/ex2bib.tex + texmf-dist/doc/latex/latex-web-companion/ch3bis/ex30.dvi + texmf-dist/doc/latex/latex-web-companion/ch3bis/ex30.tex + texmf-dist/doc/latex/latex-web-companion/ch3bis/ex30/contents.pl + texmf-dist/doc/latex/latex-web-companion/ch3bis/ex30/ex30.css + texmf-dist/doc/latex/latex-web-companion/ch3bis/ex30/ex30.html + texmf-dist/doc/latex/latex-web-companion/ch3bis/ex30/index.html + texmf-dist/doc/latex/latex-web-companion/ch3bis/ex30/index.pl + texmf-dist/doc/latex/latex-web-companion/ch3bis/ex30/internals.pl + texmf-dist/doc/latex/latex-web-companion/ch3bis/ex30/labels.pl + texmf-dist/doc/latex/latex-web-companion/ch3bis/ex30/sections.pl + texmf-dist/doc/latex/latex-web-companion/ch3bis/ex31.ptr + texmf-dist/doc/latex/latex-web-companion/ch3bis/ex31.tex + texmf-dist/doc/latex/latex-web-companion/ch3bis/ex31/Timg1.gif + texmf-dist/doc/latex/latex-web-companion/ch3bis/ex31/WARNINGS + texmf-dist/doc/latex/latex-web-companion/ch3bis/ex31/contents.pl + texmf-dist/doc/latex/latex-web-companion/ch3bis/ex31/ex31.css + texmf-dist/doc/latex/latex-web-companion/ch3bis/ex31/ex31.html + texmf-dist/doc/latex/latex-web-companion/ch3bis/ex31/figure.pl + texmf-dist/doc/latex/latex-web-companion/ch3bis/ex31/images.pl + texmf-dist/doc/latex/latex-web-companion/ch3bis/ex31/images.tex + texmf-dist/doc/latex/latex-web-companion/ch3bis/ex31/img1.gif + texmf-dist/doc/latex/latex-web-companion/ch3bis/ex31/index.pl + texmf-dist/doc/latex/latex-web-companion/ch3bis/ex31/internals.pl + texmf-dist/doc/latex/latex-web-companion/ch3bis/ex31/labels.pl + texmf-dist/doc/latex/latex-web-companion/ch3bis/ex31/sections.pl + texmf-dist/doc/latex/latex-web-companion/ch3bis/ex32.ptr + texmf-dist/doc/latex/latex-web-companion/ch3bis/ex32.tex + texmf-dist/doc/latex/latex-web-companion/ch3bis/ex32/contents.pl + texmf-dist/doc/latex/latex-web-companion/ch3bis/ex32/ex32.css + texmf-dist/doc/latex/latex-web-companion/ch3bis/ex32/ex32.html + texmf-dist/doc/latex/latex-web-companion/ch3bis/ex32/index.pl + texmf-dist/doc/latex/latex-web-companion/ch3bis/ex32/internals.pl + texmf-dist/doc/latex/latex-web-companion/ch3bis/ex32/labels.pl + texmf-dist/doc/latex/latex-web-companion/ch3bis/ex32/sections.pl + texmf-dist/doc/latex/latex-web-companion/ch3bis/ex32/table.pl + texmf-dist/doc/latex/latex-web-companion/ch3bis/ex3bib.tex + texmf-dist/doc/latex/latex-web-companion/ch3bis/l2hexa.dvi + texmf-dist/doc/latex/latex-web-companion/ch3bis/l2hexa.tex + texmf-dist/doc/latex/latex-web-companion/ch3bis/l2hexa/images.pl + texmf-dist/doc/latex/latex-web-companion/ch3bis/l2hexa/images.tex + texmf-dist/doc/latex/latex-web-companion/ch3bis/l2hexa/img1.gif + texmf-dist/doc/latex/latex-web-companion/ch3bis/l2hexa/img2.gif + texmf-dist/doc/latex/latex-web-companion/ch3bis/l2hexa/index.html + texmf-dist/doc/latex/latex-web-companion/ch3bis/l2hexa/internals.pl + texmf-dist/doc/latex/latex-web-companion/ch3bis/l2hexa/l2hexa.css + texmf-dist/doc/latex/latex-web-companion/ch3bis/l2hexa/l2hexa.html + texmf-dist/doc/latex/latex-web-companion/ch3bis/l2hexa/labels.pl + texmf-dist/doc/latex/latex-web-companion/ch3bis/l2hexa/node1.html + texmf-dist/doc/latex/latex-web-companion/ch3bis/l2hexa/node2.html + texmf-dist/doc/latex/latex-web-companion/ch3bis/l2hexa/node3.html + texmf-dist/doc/latex/latex-web-companion/ch3bis/l2hexa/node4.html + texmf-dist/doc/latex/latex-web-companion/ch3bis/l2hexa/node5.html + texmf-dist/doc/latex/latex-web-companion/ch3bis/l2hexa/node6.html + texmf-dist/doc/latex/latex-web-companion/ch3bis/l2hexa/node7.html + texmf-dist/doc/latex/latex-web-companion/ch3bis/l2hexa/node8.html + texmf-dist/doc/latex/latex-web-companion/ch3bis/myinit.pl + texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleAMS.css + texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleAMS.dvi + texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleAMS.tex + texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleAMS/WARNINGS + texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleAMS/images.pl + texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleAMS/images.tex + texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleAMS/img1.gif + texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleAMS/img10.gif + texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleAMS/img11.gif + texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleAMS/img12.gif + texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleAMS/img13.gif + texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleAMS/img14.gif + texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleAMS/img15.gif + texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleAMS/img16.gif + texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleAMS/img17.gif + texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleAMS/img18.gif + texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleAMS/img19.gif + texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleAMS/img2.gif + texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleAMS/img20.gif + texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleAMS/img21.gif + texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleAMS/img3.gif + texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleAMS/img4.gif + texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleAMS/img5.gif + texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleAMS/img6.gif + texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleAMS/img7.gif + texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleAMS/img8.gif + texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleAMS/img9.gif + texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleAMS/index.html + texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleAMS/internals.pl + texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleAMS/labels.pl + texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleAMS/node1.html + texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleAMS/sampleAMS.css + texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleAMS/sampleAMS.html + texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleMath.dvi + texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleMath.tex + texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleMath/WARNINGS + texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleMath/images.pl + texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleMath/images.tex + texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleMath/img1.gif + texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleMath/img10.gif + texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleMath/img11.gif + texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleMath/img12.gif + texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleMath/img13.gif + texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleMath/img14.gif + texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleMath/img15.gif + texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleMath/img16.gif + texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleMath/img17.gif + texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleMath/img18.gif + texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleMath/img19.gif + texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleMath/img2.gif + texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleMath/img20.gif + texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleMath/img3.gif + texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleMath/img4.gif + texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleMath/img5.gif + texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleMath/img6.gif + texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleMath/img7.gif + texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleMath/img8.gif + texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleMath/img9.gif + texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleMath/index.html + texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleMath/internals.pl + texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleMath/labels.pl + texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleMath/node1.html + texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleMath/sampleMath.css + texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleMath/sampleMath.html + texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleMathImages.dvi + texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleMathImages.tex + texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleMathImages/WARNINGS + texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleMathImages/images.pl + texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleMathImages/images.tex + texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleMathImages/img1.gif + texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleMathImages/img2.gif + texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleMathImages/img3.gif + texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleMathImages/img4.gif + texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleMathImages/img5.gif + texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleMathImages/img6.gif + texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleMathImages/img7.gif + texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleMathImages/img8.gif + texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleMathImages/img9.gif + texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleMathImages/index.html + texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleMathImages/internals.pl + texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleMathImages/labels.pl + texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleMathImages/node1.html + texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleMathImages/sampleMathImages.css + texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleMathImages/sampleMathImages.html + texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleMathThumb.dvi + texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleMathThumb.tex + texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleMathThumb/Timg8.gif + texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleMathThumb/Timg9.gif + texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleMathThumb/WARNINGS + texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleMathThumb/images.pl + texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleMathThumb/images.tex + texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleMathThumb/img1.gif + texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleMathThumb/img2.gif + texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleMathThumb/img3.gif + texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleMathThumb/img4.gif + texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleMathThumb/img5.gif + texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleMathThumb/img6.gif + texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleMathThumb/img7.gif + texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleMathThumb/img8.gif + texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleMathThumb/img9.gif + texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleMathThumb/index.html + texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleMathThumb/internals.pl + texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleMathThumb/labels.pl + texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleMathThumb/node1.html + texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleMathThumb/sampleMathThumb.css + texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleMathThumb/sampleMathThumb.html + texmf-dist/doc/latex/latex-web-companion/ch3bis/tac2dim.eps + texmf-dist/doc/latex/latex-web-companion/intro/lwc.eepic + texmf-dist/doc/latex/latex-web-companion/intro/lwc.fig + texmf-dist/doc/latex/latex-web-companion/latex2html/Makefile.ex2 + texmf-dist/doc/latex/latex-web-companion/latex2html/Makefile.ex3 + texmf-dist/doc/latex/latex-web-companion/latex2html/README.ch3 + texmf-dist/doc/latex/latex-web-companion/latex2html/colorcir.eps + texmf-dist/doc/latex/latex-web-companion/latex2html/ex20.tex + texmf-dist/doc/latex/latex-web-companion/latex2html/ex21.tex + texmf-dist/doc/latex/latex-web-companion/latex2html/ex22.tex + texmf-dist/doc/latex/latex-web-companion/latex2html/ex2bib.tex + texmf-dist/doc/latex/latex-web-companion/latex2html/ex30.tex + texmf-dist/doc/latex/latex-web-companion/latex2html/ex31.tex + texmf-dist/doc/latex/latex-web-companion/latex2html/ex32.tex + texmf-dist/doc/latex/latex-web-companion/latex2html/ex3bib.tex + texmf-dist/doc/latex/latex-web-companion/latex2html/l2hexa.tex + texmf-dist/doc/latex/latex-web-companion/latex2html/myinit.pl + texmf-dist/doc/latex/latex-web-companion/latex2html/sampleAMS.css + texmf-dist/doc/latex/latex-web-companion/latex2html/sampleAMS.tex + texmf-dist/doc/latex/latex-web-companion/latex2html/sampleMath.tex + texmf-dist/doc/latex/latex-web-companion/latex2html/sampleMathImages.tex + texmf-dist/doc/latex/latex-web-companion/latex2html/sampleMathThumb.tex + texmf-dist/doc/latex/latex-web-companion/latex2html/tac2dim.eps + texmf-dist/doc/latex/latex-web-companion/latex2xml/amaya.mml + texmf-dist/doc/latex/latex-web-companion/latex2xml/isoamsae.dtd + texmf-dist/doc/latex/latex-web-companion/latex2xml/isoamsbe.dtd + texmf-dist/doc/latex/latex-web-companion/latex2xml/isoamsce.dtd + texmf-dist/doc/latex/latex-web-companion/latex2xml/isoamsne.dtd + texmf-dist/doc/latex/latex-web-companion/latex2xml/isoamsoe.dtd + texmf-dist/doc/latex/latex-web-companion/latex2xml/isoamsre.dtd + texmf-dist/doc/latex/latex-web-companion/latex2xml/isogrk3e.dtd + texmf-dist/doc/latex/latex-web-companion/latex2xml/isomfrke.dtd + texmf-dist/doc/latex/latex-web-companion/latex2xml/isomopfe.dtd + texmf-dist/doc/latex/latex-web-companion/latex2xml/isomscre.dtd + texmf-dist/doc/latex/latex-web-companion/latex2xml/isonume.dtd + texmf-dist/doc/latex/latex-web-companion/latex2xml/isoteche.dtd + texmf-dist/doc/latex/latex-web-companion/latex2xml/l2xdemo.cfg + texmf-dist/doc/latex/latex-web-companion/latex2xml/l2xdemo.tex + texmf-dist/doc/latex/latex-web-companion/latex2xml/l2xdemo.xml + texmf-dist/doc/latex/latex-web-companion/latex2xml/l2xmath.cfg + texmf-dist/doc/latex/latex-web-companion/latex2xml/mathml.dsl + texmf-dist/doc/latex/latex-web-companion/latex2xml/mathml.dtd + texmf-dist/doc/latex/latex-web-companion/latex2xml/mathmltools.dsl + texmf-dist/doc/latex/latex-web-companion/latex2xml/mathmlx.dsl + texmf-dist/doc/latex/latex-web-companion/latex2xml/mmaliase.dtd + texmf-dist/doc/latex/latex-web-companion/latex2xml/mmlent.dtd + texmf-dist/doc/latex/latex-web-companion/latex2xml/mtdemo.tex + texmf-dist/doc/latex/latex-web-companion/latex2xml/stix.mml + texmf-dist/doc/latex/latex-web-companion/latex2xml/techexpl.mml + texmf-dist/doc/latex/latex-web-companion/latex2xml/test.dtd + texmf-dist/doc/latex/latex-web-companion/latex2xml/test.xml + texmf-dist/doc/latex/latex-web-companion/latex2xml/tmp.tmp + texmf-dist/doc/latex/latex-web-companion/latex2xml/try.cfg + texmf-dist/doc/latex/latex-web-companion/latex2xml/try2.cfg + texmf-dist/doc/latex/latex-web-companion/latex2xml/try3.cfg + texmf-dist/doc/latex/latex-web-companion/latex2xml/try4.cfg + texmf-dist/doc/latex/latex-web-companion/latex2xml/try5.cfg + texmf-dist/doc/latex/latex-web-companion/latex2xml/webeq.mml + texmf-dist/doc/latex/latex-web-companion/latex2xml/xml.dcl + texmf-dist/doc/latex/latex-web-companion/xml/README.ch6 + texmf-dist/doc/latex/latex-web-companion/xml/catalog + texmf-dist/doc/latex/latex-web-companion/xml/emptyexample.xml + texmf-dist/doc/latex/latex-web-companion/xml/invitation.dtd + texmf-dist/doc/latex/latex-web-companion/xml/invitation.xml + texmf-dist/doc/latex/latex-web-companion/xml/wrong.xml + texmf-dist/doc/latex/latex-web-companion/xml/xml.dcl + texmf-dist/doc/latex/latex-web-companion/xmlstyle/README.ch7 + texmf-dist/doc/latex/latex-web-companion/xmlstyle/SGMLS.pm + texmf-dist/doc/latex/latex-web-companion/xmlstyle/SGMLS/Output.pm + texmf-dist/doc/latex/latex-web-companion/xmlstyle/SGMLS/Refs.pm + texmf-dist/doc/latex/latex-web-companion/xmlstyle/SGMLS/SGMLS.pm + texmf-dist/doc/latex/latex-web-companion/xmlstyle/catalog + texmf-dist/doc/latex/latex-web-companion/xmlstyle/catalog.dsssl + texmf-dist/doc/latex/latex-web-companion/xmlstyle/catalog.xml + texmf-dist/doc/latex/latex-web-companion/xmlstyle/dsssl.cat + texmf-dist/doc/latex/latex-web-companion/xmlstyle/dsssl.dtd + texmf-dist/doc/latex/latex-web-companion/xmlstyle/empty.dsl + texmf-dist/doc/latex/latex-web-companion/xmlstyle/empty.xsl + texmf-dist/doc/latex/latex-web-companion/xmlstyle/emptyexample.xml + texmf-dist/doc/latex/latex-web-companion/xmlstyle/entable-alt.xml + texmf-dist/doc/latex/latex-web-companion/xmlstyle/entable.xml + texmf-dist/doc/latex/latex-web-companion/xmlstyle/fot.dtd + texmf-dist/doc/latex/latex-web-companion/xmlstyle/frisotab1exa1.xsl + texmf-dist/doc/latex/latex-web-companion/xmlstyle/frisotab1exa2.xsl + texmf-dist/doc/latex/latex-web-companion/xmlstyle/inv1html.pl + texmf-dist/doc/latex/latex-web-companion/xmlstyle/inv2css.html.save + texmf-dist/doc/latex/latex-web-companion/xmlstyle/inv2html.pl + texmf-dist/doc/latex/latex-web-companion/xmlstyle/inv2lat.pl + texmf-dist/doc/latex/latex-web-companion/xmlstyle/inv3.xml + texmf-dist/doc/latex/latex-web-companion/xmlstyle/invcss.html.save + texmf-dist/doc/latex/latex-web-companion/xmlstyle/invfo1.fo + texmf-dist/doc/latex/latex-web-companion/xmlstyle/invfo1.xsl + texmf-dist/doc/latex/latex-web-companion/xmlstyle/invfop.pdf + texmf-dist/doc/latex/latex-web-companion/xmlstyle/invhtml.dsl + texmf-dist/doc/latex/latex-web-companion/xmlstyle/invhtml2.xsl + texmf-dist/doc/latex/latex-web-companion/xmlstyle/invit.css + texmf-dist/doc/latex/latex-web-companion/xmlstyle/invitation.dsl + texmf-dist/doc/latex/latex-web-companion/xmlstyle/invitation.dtd + texmf-dist/doc/latex/latex-web-companion/xmlstyle/invitation.out + texmf-dist/doc/latex/latex-web-companion/xmlstyle/invitation.sty + texmf-dist/doc/latex/latex-web-companion/xmlstyle/invitation.tex.save + texmf-dist/doc/latex/latex-web-companion/xmlstyle/invitation.xml + texmf-dist/doc/latex/latex-web-companion/xmlstyle/invitation1.tex + texmf-dist/doc/latex/latex-web-companion/xmlstyle/invitation2.dtd + texmf-dist/doc/latex/latex-web-companion/xmlstyle/invitation2.html + texmf-dist/doc/latex/latex-web-companion/xmlstyle/invitation2.xml + texmf-dist/doc/latex/latex-web-companion/xmlstyle/invitationfr.sty + texmf-dist/doc/latex/latex-web-companion/xmlstyle/invlat1.xsl + texmf-dist/doc/latex/latex-web-companion/xmlstyle/invtab1.dsl + texmf-dist/doc/latex/latex-web-companion/xmlstyle/invtab2.dsl + texmf-dist/doc/latex/latex-web-companion/xmlstyle/isotab1to2-bis.xsl + texmf-dist/doc/latex/latex-web-companion/xmlstyle/isotab1to2.xsl + texmf-dist/doc/latex/latex-web-companion/xmlstyle/isotabexa1.xsl + texmf-dist/doc/latex/latex-web-companion/xmlstyle/isotabexa2.xsl + texmf-dist/doc/latex/latex-web-companion/xmlstyle/sectionexa.xml + texmf-dist/doc/latex/latex-web-companion/xmlstyle/sectionexa.xsl + texmf-dist/doc/latex/latex-web-companion/xmlstyle/sgmlspl.pl + texmf-dist/doc/latex/latex-web-companion/xmlstyle/skel.pl + texmf-dist/doc/latex/latex-web-companion/xmlstyle/style-sheet.dtd + texmf-dist/doc/latex/latex-web-companion/xmlstyle/templatest.xml + texmf-dist/doc/latex/latex-web-companion/xmlstyle/templatest.xsl + texmf-dist/doc/latex/latex-web-companion/xmlstyle/templatestnok.xsl + texmf-dist/doc/latex/latex-web-companion/xmlstyle/templatestok.xsl + texmf-dist/doc/latex/latex-web-companion/xmlstyle/test-SGMLS.pl + texmf-dist/doc/latex/latex-web-companion/xmlstyle/writefiles.xml + texmf-dist/doc/latex/latex-web-companion/xmlstyle/wrong.xml + texmf-dist/doc/latex/latex-web-companion/xmlstyle/xml.dcl + texmf-dist/doc/latex/latex-web-companion/xmlstyle/xslexa1.xsl +catalogue-ctan /info/examples/lwc +catalogue-date 2006-06-10 21:35:51 +0200 +catalogue-license lppl + +name latex2e-help-texinfo +category Package +revision 15878 +shortdesc Unoffical reference manual covering LaTeX2e. +longdesc An unofficial reference manual covering LaTeX 2e. The Texinfo +longdesc source was originally derived from the VMS help file in the +longdesc DECUS TeX distribution of 1990, with many subsequent changes. +longdesc All the other formats are derived from the Texinfo source, as +longdesc usual. +docfiles size=654 + 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 details="Package Readme" + texmf-dist/doc/latex/latex2e-help-texinfo/latex2e.dbk + texmf-dist/doc/latex/latex2e-help-texinfo/latex2e.html details="HTML conversion of the source" + texmf-dist/doc/latex/latex2e-help-texinfo/latex2e.pdf details="PDF conversion of the source" + 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 +catalogue-ctan /info/latex2e-help-texinfo +catalogue-date 2009-09-08 08:27:07 +0200 +catalogue-license lppl + +name latex2man +category Package +revision 15878 +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. +longdesc Alternatively HTML or TexInfo code can be produced. Output of +longdesc parts of the text may be supressed using the conditional text +longdesc feature. +depend latex2man.ARCH +docfiles size=99 + texmf-dist/doc/support/latex2man/CHANGES + texmf-dist/doc/support/latex2man/INSTALL + texmf-dist/doc/support/latex2man/Makefile + texmf-dist/doc/support/latex2man/README details="Readme" + texmf-dist/doc/support/latex2man/THIS-IS-VERSION-1.23 + texmf-dist/doc/support/latex2man/latex2man.1 + texmf-dist/doc/support/latex2man/latex2man.html details="Package documentation (HTML)" + texmf-dist/doc/support/latex2man/latex2man.pdf details="Package documentation (PDF)" + texmf-dist/doc/support/latex2man/latex2man.tex + 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 +runfiles size=15 + texmf-dist/scripts/latex2man/latex2man + texmf-dist/tex/latex/latex2man/latex2man.cfg + texmf-dist/tex/latex/latex2man/latex2man.sty +catalogue-ctan /support/latex2man +catalogue-date 2008-11-14 12:04:45 +0100 +catalogue-license lppl +catalogue-version 1.23 + +name latex2man.alpha-linux +category Package +revision 15878 +shortdesc alpha-linux files of latex2man +binfiles arch=alpha-linux size=1 + bin/alpha-linux/latex2man + +name latex2man.i386-cygwin +category Package +revision 15878 +shortdesc i386-cygwin files of latex2man +binfiles arch=i386-cygwin size=1 + bin/i386-cygwin/latex2man + +name latex2man.i386-linux +category Package +revision 15878 +shortdesc i386-linux files of latex2man +binfiles arch=i386-linux size=1 + bin/i386-linux/latex2man + +name latex2man.i386-netbsd +category Package +revision 15878 +shortdesc i386-netbsd files of latex2man +binfiles arch=i386-netbsd size=1 + bin/i386-netbsd/latex2man + +name latex2man.i386-solaris +category Package +revision 15878 +shortdesc i386-solaris files of latex2man +binfiles arch=i386-solaris size=1 + bin/i386-solaris/latex2man + +name latex2man.mips-irix +category Package +revision 15878 +shortdesc mips-irix files of latex2man +binfiles arch=mips-irix size=1 + bin/mips-irix/latex2man + +name latex2man.powerpc-aix +category Package +revision 15878 +shortdesc powerpc-aix files of latex2man +binfiles arch=powerpc-aix size=1 + bin/powerpc-aix/latex2man + +name latex2man.powerpc-linux +category Package +revision 15878 +shortdesc powerpc-linux files of latex2man +binfiles arch=powerpc-linux size=1 + bin/powerpc-linux/latex2man + +name latex2man.sparc-linux +category Package +revision 15878 +shortdesc sparc-linux files of latex2man +binfiles arch=sparc-linux size=1 + bin/sparc-linux/latex2man + +name latex2man.sparc-solaris +category Package +revision 15878 +shortdesc sparc-solaris files of latex2man +binfiles arch=sparc-solaris size=1 + bin/sparc-solaris/latex2man + +name latex2man.universal-darwin +category Package +revision 15878 +shortdesc universal-darwin files of latex2man +binfiles arch=universal-darwin size=1 + bin/universal-darwin/latex2man + +name latex2man.win32 +category Package +revision 15878 +shortdesc win32 files of latex2man +binfiles arch=win32 size=1 + bin/win32/latex2man.exe + +name latex2man.x86_64-linux +category Package +revision 15878 +shortdesc x86_64-linux files of latex2man +binfiles arch=x86_64-linux size=1 + bin/x86_64-linux/latex2man + +name latexcheat +category Package +revision 15878 +shortdesc A LaTeX cheat sheet. +longdesc A LaTeX reference sheet for writing scientific papers. Unlike +longdesc many other such sheets, this sheet does not focus on +longdesc typesetting mathematics (though it does list some symbols). +docfiles size=50 + texmf-dist/doc/latex/latexcheat/README + texmf-dist/doc/latex/latexcheat/latexsheet.pdf details="The document itself" + texmf-dist/doc/latex/latexcheat/latexsheet.tex +catalogue-ctan /info/latexcheat/latexcheat +catalogue-date 2009-04-07 08:49:48 +0200 +catalogue-license lppl +catalogue-version 1.13 + +name latexcheat-ptbr +category Package +revision 15878 +shortdesc A LaTeX cheat sheet, in Brazilian Portuguese. +longdesc This is a translation to Brazilian Portuguese of Winston +longdesc Chang's LaTeX cheat sheet +docfiles size=68 + texmf-dist/doc/latex/latexcheat-ptbr/README-ptbr details="Readme (in Brazilian Portuguese)" language="pt" + texmf-dist/doc/latex/latexcheat-ptbr/latexsheet-ptbr.pdf details="The document itself" language="pt" + texmf-dist/doc/latex/latexcheat-ptbr/latexsheet-ptbr.tex +catalogue-ctan /info/latexcheat/latexcheat-ptbr +catalogue-date 2009-04-10 11:30:41 +0200 +catalogue-license lppl +catalogue-version 1.13 + +name latexconfig +category Package +revision 15893 +runfiles size=11 + texmf-dist/tex/latex/latexconfig/color.cfg + texmf-dist/tex/latex/latexconfig/dvilualatex.ini + texmf-dist/tex/latex/latexconfig/epstopdf-sys.cfg + texmf-dist/tex/latex/latexconfig/graphics.cfg + texmf-dist/tex/latex/latexconfig/hyperref.cfg + texmf-dist/tex/latex/latexconfig/latex.ini + texmf-dist/tex/latex/latexconfig/lualatex.ini + texmf-dist/tex/latex/latexconfig/lualatexiniconfig.tex + texmf-dist/tex/latex/latexconfig/mllatex.ini + texmf-dist/tex/latex/latexconfig/pdflatex.ini + texmf-dist/tex/latex/latexconfig/xelatex.ini + +name latexmk +category Package +revision 15878 +shortdesc Fully automated LaTeX document generation routine. +longdesc Latexmk completely automates the process of generating a LaTeX +longdesc document. Given the source files for a document, latexmk issues +longdesc the appropriate sequence of commands to generate a .dvi, .ps, +longdesc .pdf or hardcopy version of the document. An important feature +longdesc is the "preview continuous mode", where the script watches all +longdesc of the source files (primary file and included TeX and graphics +longdesc files), and reruns LaTeX, etc., whenever a source file has +longdesc changed. Thus a previewer can have an updated display whenever +longdesc the source files change. +depend latexmk.ARCH +docfiles size=86 + texmf-dist/doc/support/latexmk/CHANGES + texmf-dist/doc/support/latexmk/COPYING + texmf-dist/doc/support/latexmk/INSTALL + texmf-dist/doc/support/latexmk/README details="Readme" + texmf-dist/doc/support/latexmk/example_rcfiles/README details="Readme" + texmf-dist/doc/support/latexmk/example_rcfiles/pdflatexmkrc + texmf-dist/doc/support/latexmk/extra-scripts/README1 + texmf-dist/doc/support/latexmk/extra-scripts/dvipdfm_call + texmf-dist/doc/support/latexmk/extra-scripts/dvipdfm_call.bat + texmf-dist/doc/support/latexmk/extra-scripts/dvipdfmx_call + texmf-dist/doc/support/latexmk/extra-scripts/dvipdfmx_call.bat + texmf-dist/doc/support/latexmk/extra-scripts/kickxdvi + texmf-dist/doc/support/latexmk/extra-scripts/l1 + texmf-dist/doc/support/latexmk/extra-scripts/l2 + texmf-dist/doc/support/latexmk/extra-scripts/pst2pdf_for_latexmk + texmf-dist/doc/support/latexmk/extra-scripts/pst2pdf_for_latexmk_README.txt + texmf-dist/doc/support/latexmk/extra-scripts/startacroread + texmf-dist/doc/support/latexmk/latexmk.1 + texmf-dist/doc/support/latexmk/latexmk.bat + texmf-dist/doc/support/latexmk/latexmk.pdf details="Manpage, PDF" + texmf-dist/doc/support/latexmk/latexmk.txt details="Manpage, text format" +runfiles size=61 + texmf-dist/scripts/latexmk/latexmk.pl +catalogue-ctan /support/latexmk +catalogue-date 2009-08-21 16:03:16 +0200 +catalogue-license gpl +catalogue-version 4.10 + +name latexmk.alpha-linux +category Package +revision 15878 +shortdesc alpha-linux files of latexmk +binfiles arch=alpha-linux size=1 + bin/alpha-linux/latexmk + +name latexmk.i386-cygwin +category Package +revision 15878 +shortdesc i386-cygwin files of latexmk +binfiles arch=i386-cygwin size=1 + bin/i386-cygwin/latexmk + +name latexmk.i386-linux +category Package +revision 15878 +shortdesc i386-linux files of latexmk +binfiles arch=i386-linux size=1 + bin/i386-linux/latexmk + +name latexmk.i386-netbsd +category Package +revision 15878 +shortdesc i386-netbsd files of latexmk +binfiles arch=i386-netbsd size=1 + bin/i386-netbsd/latexmk + +name latexmk.i386-solaris +category Package +revision 15878 +shortdesc i386-solaris files of latexmk +binfiles arch=i386-solaris size=1 + bin/i386-solaris/latexmk + +name latexmk.mips-irix +category Package +revision 15878 +shortdesc mips-irix files of latexmk +binfiles arch=mips-irix size=1 + bin/mips-irix/latexmk + +name latexmk.powerpc-aix +category Package +revision 15878 +shortdesc powerpc-aix files of latexmk +binfiles arch=powerpc-aix size=1 + bin/powerpc-aix/latexmk + +name latexmk.powerpc-linux +category Package +revision 15878 +shortdesc powerpc-linux files of latexmk +binfiles arch=powerpc-linux size=1 + bin/powerpc-linux/latexmk + +name latexmk.sparc-linux +category Package +revision 15878 +shortdesc sparc-linux files of latexmk +binfiles arch=sparc-linux size=1 + bin/sparc-linux/latexmk + +name latexmk.sparc-solaris +category Package +revision 15878 +shortdesc sparc-solaris files of latexmk +binfiles arch=sparc-solaris size=1 + bin/sparc-solaris/latexmk + +name latexmk.universal-darwin +category Package +revision 15878 +shortdesc universal-darwin files of latexmk +binfiles arch=universal-darwin size=1 + bin/universal-darwin/latexmk + +name latexmk.win32 +category Package +revision 15878 +shortdesc win32 files of latexmk +binfiles arch=win32 size=1 + bin/win32/latexmk.exe + +name latexmk.x86_64-linux +category Package +revision 15878 +shortdesc x86_64-linux files of latexmk +binfiles arch=x86_64-linux size=1 + bin/x86_64-linux/latexmk + +name latexmp +category Package +revision 15878 +shortdesc Interface for LaTeX-based typesetting in MetaPost +longdesc The MetaPost package latexMP implements a user-friendly +longdesc interface to access LaTeX-based typesetting capabilities in +longdesc MetaPost. The text to be typeset is given as string. This +longdesc allows even dynamic text elements, for example counters, to be +longdesc used in labels. Compared to other implementations it is much +longdesc more flexible, since it can be used as direct replacement for +longdesc btex..etex, and much faster, compared for example to the +longdesc solution provided by tex.mp +docfiles size=44 + texmf-dist/doc/metapost/latexmp/README details="Readme" + texmf-dist/doc/metapost/latexmp/latexmp.pdf +runfiles size=4 + texmf-dist/metapost/latexmp/latexmp.mp +catalogue-ctan /graphics/metapost/contrib/macros/latexmp +catalogue-date 2007-02-23 00:16:39 +0100 +catalogue-license pd +catalogue-version 1.2.1 + +name layouts +category Package +revision 15878 +shortdesc Display various elements of a document's layout. +longdesc Display information about a document, including: text +longdesc positioning on a page; disposition of floats; layout of +longdesc paragraphs, lists, footnotes, table of contents, and sectional +longdesc headings; font boxes. Facilities are provided for a document +longdesc designer to experiment with the layout parameters. +docfiles size=143 + texmf-dist/doc/latex/layouts/README details="Readme" + texmf-dist/doc/latex/layouts/layman.pdf details="Package documentation" + texmf-dist/doc/latex/layouts/layouts.pdf +srcfiles size=63 + texmf-dist/source/latex/layouts/layman.tex + texmf-dist/source/latex/layouts/layouts.dtx + texmf-dist/source/latex/layouts/layouts.ins +runfiles size=26 + texmf-dist/tex/latex/layouts/layouts.sty +catalogue-ctan /macros/latex/contrib/layouts +catalogue-date 2009-09-02 18:09:14 +0200 +catalogue-license lppl1.3 +catalogue-version 2.6d + +name lazylist +category Package +revision 15878 +shortdesc Lists in TeX's "mouth". +longdesc This package provides a pile of lambda-calculus and list- +longdesc handling macros of an incredibly obtuse nature. The TUGboat +longdesc paper serves as a manual for the macros. This TeX code was +longdesc formally verified. +docfiles size=22 + texmf-dist/doc/latex/lazylist/lazylist.dvi + texmf-dist/doc/latex/lazylist/lazylist.tex +runfiles size=1 + texmf-dist/tex/latex/lazylist/lazylist.sty +catalogue-ctan /macros/latex/contrib/lazylist +catalogue-date 2006-12-30 10:59:01 +0100 +catalogue-license lppl +catalogue-version 1.0a + +name lcd +category Package +revision 15878 +shortdesc Alphanumerical LCD-style displays. +longdesc A LaTeX package that will display text as on an LCD display. +longdesc Assumes 8-bit input in its internal verbatim-style environment. +docfiles size=21 + texmf-dist/doc/latex/lcd/00readme details="Package README" + texmf-dist/doc/latex/lcd/example.pdf details="Examples" + texmf-dist/doc/latex/lcd/example.tex +srcfiles size=11 + texmf-dist/source/latex/lcd/lcd.dtx + texmf-dist/source/latex/lcd/lcd.ins +runfiles size=3 + texmf-dist/tex/latex/lcd/lcd.sty +catalogue-ctan /macros/latex/contrib/lcd +catalogue-date 2006-11-14 20:05:17 +0100 +catalogue-license lppl +catalogue-version 0.3 + +name lcdftypetools +category TLCore +revision 15809 +catalogue lcdf-typetools +shortdesc A bundle of outline font manipulation tools. +longdesc This bundle of tools comprises: - Cfftot1, which translates a +longdesc Compact Font Format (CFF) font, or a PostScript-flavored +longdesc OpenType font, into PostScript Type 1 format. It correctly +longdesc handles subroutines and hints; - Mmafm and mmpfb, which create +longdesc instances of multiple-master fonts (mmafm and mmpfb were +longdesc previously distributed in their own package, mminstance); - +longdesc Otfinfo, which reports information about OpenType fonts, such +longdesc as the features they support and the contents of their 'size' +longdesc optical size features; - Otftotfm, which creates TeX font +longdesc metrics and encodings that correspond to a PostScript-flavored +longdesc OpenType font. It will interpret glyph positionings, +longdesc substitutions, and ligatures as far as it is able. You can say +longdesc which OpenType features should be activated; - T1dotlessj, +longdesc creates a Type 1 font whose only character is a dotless j +longdesc matching the input font's design; - T1lint, which checks a Type +longdesc 1 font for correctness; - T1reencode, which replaces a font's +longdesc internal encoding with one you specify; and - T1testpage, which +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 +catalogue-ctan /fonts/utilities/lcdf-typetools/lcdf-typetools.tar.gz +catalogue-date 2009-06-24 16:49:45 +0200 +catalogue-license gpl +catalogue-version 2.79 + +name lcdftypetools.alpha-linux +category TLCore +revision 15769 +shortdesc alpha-linux files of lcdftypetools +binfiles arch=alpha-linux size=1703 + bin/alpha-linux/cfftot1 + bin/alpha-linux/mmafm + bin/alpha-linux/mmpfb + bin/alpha-linux/otfinfo + bin/alpha-linux/otftotfm + bin/alpha-linux/t1dotlessj + bin/alpha-linux/t1lint + bin/alpha-linux/t1rawafm + bin/alpha-linux/t1reencode + bin/alpha-linux/t1testpage + bin/alpha-linux/ttftotype42 + +name lcdftypetools.i386-cygwin +category TLCore +revision 15769 +shortdesc i386-cygwin files of lcdftypetools +binfiles arch=i386-cygwin size=1039 + bin/i386-cygwin/cfftot1.exe + bin/i386-cygwin/mmafm.exe + bin/i386-cygwin/mmpfb.exe + bin/i386-cygwin/otfinfo.exe + bin/i386-cygwin/otftotfm.exe + bin/i386-cygwin/t1dotlessj.exe + bin/i386-cygwin/t1lint.exe + bin/i386-cygwin/t1rawafm.exe + bin/i386-cygwin/t1reencode.exe + bin/i386-cygwin/t1testpage.exe + bin/i386-cygwin/ttftotype42.exe + +name lcdftypetools.i386-linux +category TLCore +revision 15769 +shortdesc i386-linux files of lcdftypetools +binfiles arch=i386-linux size=959 + bin/i386-linux/cfftot1 + bin/i386-linux/mmafm + bin/i386-linux/mmpfb + bin/i386-linux/otfinfo + bin/i386-linux/otftotfm + bin/i386-linux/t1dotlessj + bin/i386-linux/t1lint + bin/i386-linux/t1rawafm + bin/i386-linux/t1reencode + bin/i386-linux/t1testpage + bin/i386-linux/ttftotype42 + +name lcdftypetools.i386-netbsd +category TLCore +revision 15769 +shortdesc i386-netbsd files of lcdftypetools +binfiles arch=i386-netbsd size=971 + bin/i386-netbsd/cfftot1 + bin/i386-netbsd/mmafm + bin/i386-netbsd/mmpfb + bin/i386-netbsd/otfinfo + bin/i386-netbsd/otftotfm + bin/i386-netbsd/t1dotlessj + bin/i386-netbsd/t1lint + bin/i386-netbsd/t1rawafm + bin/i386-netbsd/t1reencode + bin/i386-netbsd/t1testpage + bin/i386-netbsd/ttftotype42 + +name lcdftypetools.i386-solaris +category TLCore +revision 15769 +shortdesc i386-solaris files of lcdftypetools +binfiles arch=i386-solaris size=1218 + bin/i386-solaris/cfftot1 + bin/i386-solaris/mmafm + bin/i386-solaris/mmpfb + bin/i386-solaris/otfinfo + bin/i386-solaris/otftotfm + bin/i386-solaris/t1dotlessj + bin/i386-solaris/t1lint + bin/i386-solaris/t1rawafm + bin/i386-solaris/t1reencode + bin/i386-solaris/t1testpage + bin/i386-solaris/ttftotype42 + +name lcdftypetools.mips-irix +category TLCore +revision 15769 +shortdesc mips-irix files of lcdftypetools +binfiles arch=mips-irix size=1680 + bin/mips-irix/cfftot1 + bin/mips-irix/mmafm + bin/mips-irix/mmpfb + bin/mips-irix/otfinfo + bin/mips-irix/otftotfm + bin/mips-irix/t1dotlessj + bin/mips-irix/t1lint + bin/mips-irix/t1rawafm + bin/mips-irix/t1reencode + bin/mips-irix/t1testpage + bin/mips-irix/ttftotype42 + +name lcdftypetools.powerpc-aix +category TLCore +revision 15769 +shortdesc powerpc-aix files of lcdftypetools +binfiles arch=powerpc-aix size=1643 + bin/powerpc-aix/cfftot1 + bin/powerpc-aix/mmafm + bin/powerpc-aix/mmpfb + bin/powerpc-aix/otfinfo + bin/powerpc-aix/otftotfm + bin/powerpc-aix/t1dotlessj + bin/powerpc-aix/t1lint + bin/powerpc-aix/t1rawafm + bin/powerpc-aix/t1reencode + bin/powerpc-aix/t1testpage + bin/powerpc-aix/ttftotype42 + +name lcdftypetools.powerpc-linux +category TLCore +revision 15769 +shortdesc powerpc-linux files of lcdftypetools +binfiles arch=powerpc-linux size=1184 + bin/powerpc-linux/cfftot1 + bin/powerpc-linux/mmafm + bin/powerpc-linux/mmpfb + bin/powerpc-linux/otfinfo + bin/powerpc-linux/otftotfm + bin/powerpc-linux/t1dotlessj + bin/powerpc-linux/t1lint + bin/powerpc-linux/t1rawafm + bin/powerpc-linux/t1reencode + bin/powerpc-linux/t1testpage + bin/powerpc-linux/ttftotype42 + +name lcdftypetools.sparc-linux +category TLCore +revision 15769 +shortdesc sparc-linux files of lcdftypetools +binfiles arch=sparc-linux size=1054 + bin/sparc-linux/cfftot1 + bin/sparc-linux/mmafm + bin/sparc-linux/mmpfb + bin/sparc-linux/otfinfo + bin/sparc-linux/otftotfm + bin/sparc-linux/t1dotlessj + bin/sparc-linux/t1lint + bin/sparc-linux/t1rawafm + bin/sparc-linux/t1reencode + bin/sparc-linux/t1testpage + bin/sparc-linux/ttftotype42 + +name lcdftypetools.sparc-solaris +category TLCore +revision 15769 +shortdesc sparc-solaris files of lcdftypetools +binfiles arch=sparc-solaris size=1299 + bin/sparc-solaris/cfftot1 + bin/sparc-solaris/mmafm + bin/sparc-solaris/mmpfb + bin/sparc-solaris/otfinfo + bin/sparc-solaris/otftotfm + bin/sparc-solaris/t1dotlessj + bin/sparc-solaris/t1lint + bin/sparc-solaris/t1rawafm + bin/sparc-solaris/t1reencode + bin/sparc-solaris/t1testpage + bin/sparc-solaris/ttftotype42 + +name lcdftypetools.universal-darwin +category TLCore +revision 15769 +shortdesc universal-darwin files of lcdftypetools +binfiles arch=universal-darwin size=2053 + bin/universal-darwin/cfftot1 + bin/universal-darwin/mmafm + bin/universal-darwin/mmpfb + bin/universal-darwin/otfinfo + bin/universal-darwin/otftotfm + bin/universal-darwin/t1dotlessj + bin/universal-darwin/t1lint + bin/universal-darwin/t1rawafm + bin/universal-darwin/t1reencode + bin/universal-darwin/t1testpage + bin/universal-darwin/ttftotype42 + +name lcdftypetools.win32 +category TLCore +revision 15769 +shortdesc win32 files of lcdftypetools +binfiles arch=win32 size=1013 + bin/win32/cfftot1.exe + bin/win32/mmafm.exe + bin/win32/mmpfb.exe + bin/win32/otfinfo.exe + bin/win32/otftotfm.exe + bin/win32/t1dotlessj.exe + bin/win32/t1lint.exe + bin/win32/t1rawafm.exe + bin/win32/t1reencode.exe + bin/win32/t1testpage.exe + bin/win32/ttftotype42.exe + +name lcdftypetools.x86_64-linux +category TLCore +revision 15769 +shortdesc x86_64-linux files of lcdftypetools +binfiles arch=x86_64-linux size=1131 + bin/x86_64-linux/cfftot1 + bin/x86_64-linux/mmafm + bin/x86_64-linux/mmpfb + bin/x86_64-linux/otfinfo + bin/x86_64-linux/otftotfm + bin/x86_64-linux/t1dotlessj + bin/x86_64-linux/t1lint + bin/x86_64-linux/t1rawafm + bin/x86_64-linux/t1reencode + bin/x86_64-linux/t1testpage + bin/x86_64-linux/ttftotype42 + +name lcg +category Package +revision 15878 +shortdesc Generate random integers. +longdesc The lcg package generates random numbers (integers) via a +longdesc linear congruential generator (Schrage's method). The random +longdesc numbers are written to a counter. The keyval package is used to +longdesc set values for the range, a seed, and the name of the counter. +docfiles size=36 + texmf-dist/doc/latex/lcg/lcg.pdf details="Package documentation" +srcfiles size=7 + texmf-dist/source/latex/lcg/lcg.dtx + texmf-dist/source/latex/lcg/lcg.ins +runfiles size=2 + texmf-dist/tex/latex/lcg/lcg.sty +catalogue-ctan /macros/latex/contrib/lcg +catalogue-date 2008-09-10 22:47:41 +0200 +catalogue-license lppl +catalogue-version 1.2 + +name lcyw +category Package +revision 15878 +shortdesc This package makes available Classic Cyrillic CM fonts for LaTeX. +longdesc This package makes the classic CM Cyrillic fonts accessible for +longdesc use with LaTeX. +docfiles size=29 + texmf-dist/doc/latex/lcyw/README details="Readme" + texmf-dist/doc/latex/lcyw/README.koi8-r + texmf-dist/doc/latex/lcyw/example-lcyw.tex + texmf-dist/doc/latex/lcyw/lcyw.pdf details="Package documentation" +srcfiles size=10 + texmf-dist/source/latex/lcyw/lcyw.dtx + texmf-dist/source/latex/lcyw/lcyw.ins + texmf-dist/source/latex/lcyw/lcywfd.fdd +runfiles size=10 + texmf-dist/tex/latex/lcyw/cmap-cyr-vf.sty + texmf-dist/tex/latex/lcyw/koi7a.cmap + texmf-dist/tex/latex/lcyw/lcywcmr.fd + texmf-dist/tex/latex/lcyw/lcywcmss.fd + texmf-dist/tex/latex/lcyw/lcywcmssq.fd + texmf-dist/tex/latex/lcyw/lcywcmtt.fd + texmf-dist/tex/latex/lcyw/lcywenc.def +catalogue-ctan /macros/latex/contrib/lcyw +catalogue-date 2008-08-22 10:50:40 +0200 +catalogue-license lppl +catalogue-version v1.1 + +name leading +category Package +revision 15878 +shortdesc Define leading with a length. +longdesc The package defines a command \leading, whose argument is a +longdesc <length> that specifies the nominal distance between +longdesc consecutive baselines of typeset text. The command replaces the +longdesc rather more difficult LaTeX command \linespread{<ratio>}, where +longdesc the leading is specified by reference to the font size. +docfiles size=24 + texmf-dist/doc/latex/leading/README details="Readme" + texmf-dist/doc/latex/leading/leading.pdf details="Package documentation" +srcfiles size=4 + texmf-dist/source/latex/leading/leading.dtx + texmf-dist/source/latex/leading/leading.ins +runfiles size=1 + texmf-dist/tex/latex/leading/leading.sty +catalogue-ctan /macros/latex/contrib/leading +catalogue-date 2008-12-15 18:32:16 +0100 +catalogue-license lppl +catalogue-version 0.3 + +name leaflet +category Package +revision 15878 +shortdesc Create small handouts (flyers). +longdesc A document class to create small hand-outs (flyers) that fit on +longdesc a single sheet of paper which is then folded twice. Pages are +longdesc rearranged by LaTeX so that they print correctly on a single +longdesc sheet -- no external script is necessary. (Works with +longdesc PostScript and PDF.) This is a complete reimplementation with +longdesc permission of the original author Jurgen Schlegelmilch. +docfiles size=67 + texmf-dist/doc/latex/leaflet/README details="Readme" + texmf-dist/doc/latex/leaflet/leaflet-manual.pdf details="Package manual (as a leaflet)" + texmf-dist/doc/latex/leaflet/leaflet-manual.tex + texmf-dist/doc/latex/leaflet/leaflet.pdf details="Documented source" +srcfiles size=12 + texmf-dist/source/latex/leaflet/leaflet.dtx + texmf-dist/source/latex/leaflet/leaflet.ins +runfiles size=5 + texmf-dist/tex/latex/leaflet/leaflet.cls +catalogue-ctan /macros/latex/contrib/leaflet +catalogue-date 2008-01-04 22:30:39 +0100 +catalogue-license lppl +catalogue-version 1.0c + +name ledmac +category Package +revision 15878 +shortdesc Typeset scholarly editions in parallel texts. +longdesc A macro package for typesetting scholarly critical editions. +longdesc The ledmac package is a LaTeX port of the plain TeX EDMAC +longdesc macros. It supports indexing by page and line number and simple +longdesc tabular- and array-style environments. The package is +longdesc distributed with the related ledpar and ledarab packages; all +longdesc three packages are in need of a new maintainer, since the +longdesc original author can no longer offer his support. +docfiles size=765 + texmf-dist/doc/latex/ledmac/README details="Readme" + texmf-dist/doc/latex/ledmac/examples/djd17nov.tex + texmf-dist/doc/latex/ledmac/examples/djd17novL.eps + texmf-dist/doc/latex/ledmac/examples/djd17novR.eps + texmf-dist/doc/latex/ledmac/examples/djdpoems.tex + texmf-dist/doc/latex/ledmac/examples/djdpoems1.eps + texmf-dist/doc/latex/ledmac/examples/djdpoems2.eps + texmf-dist/doc/latex/ledmac/examples/djdpoems3.eps + texmf-dist/doc/latex/ledmac/examples/djdpoems4.eps + texmf-dist/doc/latex/ledmac/examples/egarab.eps + texmf-dist/doc/latex/ledmac/examples/egarab.tex + texmf-dist/doc/latex/ledmac/examples/egarabpar.eps + texmf-dist/doc/latex/ledmac/examples/egarabpar.tex + texmf-dist/doc/latex/ledmac/examples/ledarden.eps + texmf-dist/doc/latex/ledmac/examples/ledarden.tex + texmf-dist/doc/latex/ledmac/examples/ledbraonain.eps + texmf-dist/doc/latex/ledmac/examples/ledbraonain.tex + texmf-dist/doc/latex/ledmac/examples/ledeasy.eps + texmf-dist/doc/latex/ledmac/examples/ledeasy.tex + texmf-dist/doc/latex/ledmac/examples/ledekker.eps + texmf-dist/doc/latex/ledmac/examples/ledekker.tex + texmf-dist/doc/latex/ledmac/examples/ledfeat.eps + texmf-dist/doc/latex/ledmac/examples/ledfeat.tex + texmf-dist/doc/latex/ledmac/examples/ledioc.eps + texmf-dist/doc/latex/ledmac/examples/ledioc.tex + texmf-dist/doc/latex/ledmac/examples/ledmixed.eps + texmf-dist/doc/latex/ledmac/examples/ledmixed.tex + texmf-dist/doc/latex/ledmac/examples/villon.eps + texmf-dist/doc/latex/ledmac/examples/villon.tex + texmf-dist/doc/latex/ledmac/ledarab.pdf + texmf-dist/doc/latex/ledmac/ledmac.pdf details="Package documentation" + texmf-dist/doc/latex/ledmac/ledpar.pdf +srcfiles size=171 + texmf-dist/source/latex/ledmac/ledarab.dtx + texmf-dist/source/latex/ledmac/ledarab.ins + texmf-dist/source/latex/ledmac/ledmac.dtx + texmf-dist/source/latex/ledmac/ledmac.ins + texmf-dist/source/latex/ledmac/ledpar.dtx + texmf-dist/source/latex/ledmac/ledpar.ins +runfiles size=44 + texmf-dist/tex/latex/ledmac/afoot.sty + texmf-dist/tex/latex/ledmac/ledarab.sty + texmf-dist/tex/latex/ledmac/ledmac.sty + texmf-dist/tex/latex/ledmac/ledpar.sty + texmf-dist/tex/latex/ledmac/ledparpatch.sty + texmf-dist/tex/latex/ledmac/ledpatch.sty +catalogue-ctan /macros/latex/contrib/ledmac +catalogue-date 2009-06-03 09:23:07 +0200 +catalogue-license lppl +catalogue-version 0.7, patch 0.5 + +name leftidx +category Package +revision 15878 +shortdesc Left and right subscripts and superscripts in math mode. +longdesc Left and right subscripts and superscripts are automatically +longdesc raised for better fitting to the symbol they belong to. +docfiles size=18 + texmf-dist/doc/latex/leftidx/README details="Readme" + texmf-dist/doc/latex/leftidx/leftidx.pdf details="Package documentation" +srcfiles size=4 + texmf-dist/source/latex/leftidx/Makefile + texmf-dist/source/latex/leftidx/leftidx.dtx + texmf-dist/source/latex/leftidx/leftidx.ins +runfiles size=1 + texmf-dist/tex/latex/leftidx/leftidx.sty +catalogue-ctan /macros/latex/contrib/leftidx +catalogue-date 2007-01-08 22:21:56 +0100 +catalogue-license lppl + +name lettre +category Package +revision 15878 +shortdesc Letters and faxes in French. +longdesc Developed from the ancestor of the standard letter class, at +longdesc the Observatoire de Geneve. +docfiles size=117 + texmf-dist/doc/latex/lettre/LICENSE + texmf-dist/doc/latex/lettre/README details="Readme" + texmf-dist/doc/latex/lettre/letdoc1.dvi + texmf-dist/doc/latex/lettre/letdoc2.dvi + texmf-dist/doc/latex/lettre/letex1.dvi + texmf-dist/doc/latex/lettre/letex1.tex + texmf-dist/doc/latex/lettre/letex2.dvi + texmf-dist/doc/latex/lettre/letex2.tex + texmf-dist/doc/latex/lettre/letex3.dvi + texmf-dist/doc/latex/lettre/letex3.tex + texmf-dist/doc/latex/lettre/letex4.dvi + texmf-dist/doc/latex/lettre/letex4.tex + texmf-dist/doc/latex/lettre/letex5.dvi + texmf-dist/doc/latex/lettre/letex5.tex + texmf-dist/doc/latex/lettre/letex6.dvi + texmf-dist/doc/latex/lettre/letex6.tex + texmf-dist/doc/latex/lettre/letex7.dvi + texmf-dist/doc/latex/lettre/letex7.tex + texmf-dist/doc/latex/lettre/letex8.dvi + texmf-dist/doc/latex/lettre/letex8.tex + texmf-dist/doc/latex/lettre/lppl.txt + texmf-dist/doc/latex/lettre/testfaxd.dvi + texmf-dist/doc/latex/lettre/testfaxd.tex + texmf-dist/doc/latex/lettre/testfaxe.dvi + texmf-dist/doc/latex/lettre/testfaxe.tex + texmf-dist/doc/latex/lettre/testfaxf.dvi + texmf-dist/doc/latex/lettre/testfaxf.tex +runfiles size=14 + texmf-dist/tex/latex/lettre/default.ins + texmf-dist/tex/latex/lettre/lettre.cls + texmf-dist/tex/latex/lettre/obs.ins +catalogue-ctan /macros/latex/contrib/lettre +catalogue-date 2007-01-08 22:21:56 +0100 +catalogue-license lppl +catalogue-version 2.346 + +name lettrgth +category Package +revision 13293 +runfiles size=30 + texmf-dist/fonts/tfm/cg/lettrgth/clgb.tfm + texmf-dist/fonts/tfm/cg/lettrgth/clgb8t.tfm + texmf-dist/fonts/tfm/cg/lettrgth/clgr.tfm + texmf-dist/fonts/tfm/cg/lettrgth/clgr8t.tfm + texmf-dist/fonts/tfm/cg/lettrgth/clgri.tfm + texmf-dist/fonts/tfm/cg/lettrgth/clgri8t.tfm + texmf-dist/fonts/tfm/cg/lettrgth/lgb10u.tfm + texmf-dist/fonts/tfm/cg/lettrgth/lgb2n.tfm + texmf-dist/fonts/tfm/cg/lettrgth/lgb6j.tfm + texmf-dist/fonts/tfm/cg/lettrgth/lgb7j.tfm + texmf-dist/fonts/tfm/cg/lettrgth/lgb8u.tfm + texmf-dist/fonts/tfm/cg/lettrgth/lgb9t.tfm + texmf-dist/fonts/tfm/cg/lettrgth/lgi10u.tfm + texmf-dist/fonts/tfm/cg/lettrgth/lgi2n.tfm + texmf-dist/fonts/tfm/cg/lettrgth/lgi6j.tfm + texmf-dist/fonts/tfm/cg/lettrgth/lgi7j.tfm + texmf-dist/fonts/tfm/cg/lettrgth/lgi8u.tfm + texmf-dist/fonts/tfm/cg/lettrgth/lgi9t.tfm + texmf-dist/fonts/tfm/cg/lettrgth/lgr10u.tfm + texmf-dist/fonts/tfm/cg/lettrgth/lgr2n.tfm + texmf-dist/fonts/tfm/cg/lettrgth/lgr6j.tfm + texmf-dist/fonts/tfm/cg/lettrgth/lgr7j.tfm + texmf-dist/fonts/tfm/cg/lettrgth/lgr8u.tfm + texmf-dist/fonts/tfm/cg/lettrgth/lgr9t.tfm + texmf-dist/fonts/vf/cg/lettrgth/clgb.vf + texmf-dist/fonts/vf/cg/lettrgth/clgb8t.vf + texmf-dist/fonts/vf/cg/lettrgth/clgr.vf + texmf-dist/fonts/vf/cg/lettrgth/clgr8t.vf + texmf-dist/fonts/vf/cg/lettrgth/clgri.vf + texmf-dist/fonts/vf/cg/lettrgth/clgri8t.vf + +name lettrine +category Package +revision 15878 +shortdesc Typeset dropped capitals. +longdesc The lettrine package supports various dropped capitals styles, +longdesc typically those described in the French typographic books. In +longdesc particular, it has facilities for the paragraph text's left +longdesc edge to follow the outline of capitals that have a regular +longdesc shape (such as "A" and "V"). +docfiles size=115 + texmf-dist/doc/latex/lettrine/README details="Readme" + texmf-dist/doc/latex/lettrine/W.eps + texmf-dist/doc/latex/lettrine/W.pdf + texmf-dist/doc/latex/lettrine/demo-de.pdf + texmf-dist/doc/latex/lettrine/demo-de.tex + texmf-dist/doc/latex/lettrine/demo.pdf + texmf-dist/doc/latex/lettrine/demo.tex + texmf-dist/doc/latex/lettrine/lettrine.pdf +srcfiles size=9 + texmf-dist/source/latex/lettrine/lettrine.dtx + texmf-dist/source/latex/lettrine/lettrine.ins +runfiles size=11 + texmf-dist/tex/latex/lettrine/lettrine.cfg + texmf-dist/tex/latex/lettrine/lettrine.sty + texmf-dist/tex/latex/lettrine/optfile.cfl + texmf-dist/tex/latex/lettrine/pacl.cfl + texmf-dist/tex/latex/lettrine/padl.cfl + texmf-dist/tex/latex/lettrine/pzc2.cfl + texmf-dist/tex/latex/lettrine/pzc3.cfl +catalogue-ctan /macros/latex/contrib/lettrine +catalogue-date 2008-04-24 10:20:25 +0200 +catalogue-license lppl +catalogue-version 1.6 + +name levy +category Package +revision 15878 +catalogue levy-font +shortdesc Fonts for typesetting classical greek. +longdesc These fonts are derivatives of Kunth's CM fonts. Macros for use +longdesc with Plain TeX are included in the package; for use with LaTeX, +longdesc see lgreek (with English documentation) or levy (with German +longdesc documentation). +docfiles size=19 + texmf-dist/doc/fonts/levy/00readme.txt details="Readme" + texmf-dist/doc/fonts/levy/greekhist.tex + texmf-dist/doc/fonts/levy/greekuse.tex + texmf-dist/doc/fonts/levy/grinstall.tex + texmf-dist/doc/fonts/levy/grtestfont.tex + texmf-dist/doc/fonts/levy/makeall + texmf-dist/doc/fonts/levy/makefont + texmf-dist/doc/fonts/levy/testfont + texmf-dist/doc/fonts/levy/todo.txt +runfiles size=64 + texmf-dist/fonts/source/public/levy/a.mf + texmf-dist/fonts/source/public/levy/b.mf + texmf-dist/fonts/source/public/levy/d.mf + texmf-dist/fonts/source/public/levy/digits.mf + texmf-dist/fonts/source/public/levy/e.mf + texmf-dist/fonts/source/public/levy/f.mf + texmf-dist/fonts/source/public/levy/g.mf + texmf-dist/fonts/source/public/levy/gen_acc.mf + texmf-dist/fonts/source/public/levy/gen_sigma.mf + texmf-dist/fonts/source/public/levy/graccent.mf + texmf-dist/fonts/source/public/levy/grbase.mf + texmf-dist/fonts/source/public/levy/grbld10.mf + texmf-dist/fonts/source/public/levy/grbld8.mf + texmf-dist/fonts/source/public/levy/grbld9.mf + texmf-dist/fonts/source/public/levy/greek.mf + texmf-dist/fonts/source/public/levy/grpunct.mf + texmf-dist/fonts/source/public/levy/grreg10.mf + texmf-dist/fonts/source/public/levy/grreg8.mf + texmf-dist/fonts/source/public/levy/grreg9.mf + texmf-dist/fonts/source/public/levy/grtt10.mf + texmf-dist/fonts/source/public/levy/h.mf + texmf-dist/fonts/source/public/levy/i.mf + texmf-dist/fonts/source/public/levy/j.mf + texmf-dist/fonts/source/public/levy/k.mf + texmf-dist/fonts/source/public/levy/l.mf + texmf-dist/fonts/source/public/levy/lig.mf + texmf-dist/fonts/source/public/levy/lower.mf + texmf-dist/fonts/source/public/levy/m.mf + texmf-dist/fonts/source/public/levy/n.mf + texmf-dist/fonts/source/public/levy/o.mf + texmf-dist/fonts/source/public/levy/p.mf + texmf-dist/fonts/source/public/levy/q.mf + texmf-dist/fonts/source/public/levy/r.mf + texmf-dist/fonts/source/public/levy/s.mf + texmf-dist/fonts/source/public/levy/t.mf + texmf-dist/fonts/source/public/levy/u.mf + texmf-dist/fonts/source/public/levy/upper.mf + texmf-dist/fonts/source/public/levy/w.mf + texmf-dist/fonts/source/public/levy/x.mf + texmf-dist/fonts/source/public/levy/y.mf + texmf-dist/fonts/source/public/levy/z.mf + texmf-dist/tex/latex/levy/slgreek.sty + texmf-dist/tex/plain/levy/greekmacros.tex +catalogue-ctan /fonts/greek/levy +catalogue-date 2008-12-26 23:30:06 +0100 +catalogue-license noinfo + +name lewis +category Package +revision 15878 +shortdesc Draw Lewis structures. +longdesc The package provides rudimentary support for drawing Lewis +longdesc Structures. Support is limited to elements that support the +longdesc octet rule. +docfiles size=13 + texmf-dist/doc/latex/lewis/README details="Readme" + texmf-dist/doc/latex/lewis/lewis.pdf details="Package documentation" +runfiles size=1 + texmf-dist/tex/latex/lewis/lewis.sty +catalogue-ctan /macros/latex/contrib/lewis +catalogue-date 2007-03-08 21:58:53 +0100 +catalogue-license pd +catalogue-version 0.1 + +name lexikon +category Package +revision 15878 +shortdesc Macros for a two language dictionary. +docfiles size=2 + texmf-dist/doc/latex/lexikon/lexikon.dvi + texmf-dist/doc/latex/lexikon/lexikon.tex +srcfiles size=1 + texmf-dist/source/latex/lexikon/lexikon.upl +runfiles size=2 + texmf-dist/tex/latex/lexikon/lexikon.sty +catalogue-ctan /macros/latex/contrib/lexikon +catalogue-date 2007-03-08 21:58:53 +0100 +catalogue-license lppl +catalogue-version 1.0c + +name lfb +category Package +revision 15878 +shortdesc A Greek font with normal and bold variants. +longdesc This is a Greek font written in MetaFont, with inspiration from +longdesc the Bodoni typefaces in old books. It is stylistically a little +longdesc more exotic than the standard textbook Greek fonts, +longdesc particularly in glyphs like the lowercase rho and kappa. It +longdesc aims for a rather calligraphic feel, but seems to blend well +longdesc with Computer Modern. There is a ligature scheme which +longdesc automatically inserts the breathings required for ancient +longdesc texts, making the input text more readable than in some +longdesc schemes. +docfiles size=19 + texmf-dist/doc/fonts/lfb/README details="Package README" + texmf-dist/doc/fonts/lfb/example.pdf details="Example of text in lfb" language="el" + texmf-dist/doc/fonts/lfb/example.tex + texmf-dist/doc/fonts/lfb/lfb.make + texmf-dist/doc/fonts/lfb/lfbacc.tex +runfiles size=83 + texmf-dist/fonts/source/public/lfb/accents.mf + texmf-dist/fonts/source/public/lfb/alpha.mf + texmf-dist/fonts/source/public/lfb/beta.mf + texmf-dist/fonts/source/public/lfb/capitals.mf + texmf-dist/fonts/source/public/lfb/charmap.mf + texmf-dist/fonts/source/public/lfb/delta.mf + texmf-dist/fonts/source/public/lfb/epsilon.mf + texmf-dist/fonts/source/public/lfb/eta.mf + texmf-dist/fonts/source/public/lfb/gamma.mf + texmf-dist/fonts/source/public/lfb/iota.mf + texmf-dist/fonts/source/public/lfb/kappa.mf + texmf-dist/fonts/source/public/lfb/khi.mf + texmf-dist/fonts/source/public/lfb/lambda.mf + texmf-dist/fonts/source/public/lfb/lfb.mf + texmf-dist/fonts/source/public/lfb/lfb10.mf + texmf-dist/fonts/source/public/lfb/lfb11.mf + texmf-dist/fonts/source/public/lfb/lfb12.mf + texmf-dist/fonts/source/public/lfb/lfb5.mf + texmf-dist/fonts/source/public/lfb/lfb6.mf + texmf-dist/fonts/source/public/lfb/lfb7.mf + texmf-dist/fonts/source/public/lfb/lfb8.mf + texmf-dist/fonts/source/public/lfb/lfb9.mf + texmf-dist/fonts/source/public/lfb/lfbb10.mf + texmf-dist/fonts/source/public/lfb/lfbb11.mf + texmf-dist/fonts/source/public/lfb/lfbb12.mf + texmf-dist/fonts/source/public/lfb/lfbb5.mf + texmf-dist/fonts/source/public/lfb/lfbb6.mf + texmf-dist/fonts/source/public/lfb/lfbb7.mf + texmf-dist/fonts/source/public/lfb/lfbb8.mf + texmf-dist/fonts/source/public/lfb/lfbb9.mf + texmf-dist/fonts/source/public/lfb/ligature.mf + texmf-dist/fonts/source/public/lfb/mu.mf + texmf-dist/fonts/source/public/lfb/nu.mf + texmf-dist/fonts/source/public/lfb/omega.mf + texmf-dist/fonts/source/public/lfb/omikron.mf + texmf-dist/fonts/source/public/lfb/others.mf + texmf-dist/fonts/source/public/lfb/phi.mf + texmf-dist/fonts/source/public/lfb/pi.mf + texmf-dist/fonts/source/public/lfb/psi.mf + texmf-dist/fonts/source/public/lfb/rho.mf + texmf-dist/fonts/source/public/lfb/serifs.mf + texmf-dist/fonts/source/public/lfb/sigma.mf + texmf-dist/fonts/source/public/lfb/sigmafin.mf + texmf-dist/fonts/source/public/lfb/tau.mf + texmf-dist/fonts/source/public/lfb/theta.mf + texmf-dist/fonts/source/public/lfb/upsilon.mf + texmf-dist/fonts/source/public/lfb/xi.mf + texmf-dist/fonts/source/public/lfb/zeta.mf + texmf-dist/fonts/tfm/public/lfb/lfb10.tfm + texmf-dist/fonts/tfm/public/lfb/lfb11.tfm + texmf-dist/fonts/tfm/public/lfb/lfb12.tfm + texmf-dist/fonts/tfm/public/lfb/lfb5.tfm + texmf-dist/fonts/tfm/public/lfb/lfb6.tfm + texmf-dist/fonts/tfm/public/lfb/lfb7.tfm + texmf-dist/fonts/tfm/public/lfb/lfb8.tfm + texmf-dist/fonts/tfm/public/lfb/lfb9.tfm + texmf-dist/fonts/tfm/public/lfb/lfbb10.tfm + texmf-dist/fonts/tfm/public/lfb/lfbb11.tfm + texmf-dist/fonts/tfm/public/lfb/lfbb12.tfm + texmf-dist/fonts/tfm/public/lfb/lfbb5.tfm + texmf-dist/fonts/tfm/public/lfb/lfbb6.tfm + texmf-dist/fonts/tfm/public/lfb/lfbb7.tfm + texmf-dist/fonts/tfm/public/lfb/lfbb8.tfm + texmf-dist/fonts/tfm/public/lfb/lfbb9.tfm +catalogue-ctan /fonts/greek/lfb +catalogue-date 2006-10-18 08:58:01 +0200 +catalogue-license lppl +catalogue-version 1.0 + +name lgreek +category Package +revision 15878 +shortdesc Macros for using Silvio Levy's Greek fonts. +longdesc A conversion of Silvio Levy's Plain TeX macros for use with +longdesc LaTeX. +docfiles size=3 + texmf-dist/doc/latex/lgreek/README + texmf-dist/doc/latex/lgreek/lgreekuse.tex +runfiles size=4 + texmf-dist/tex/latex/lgreek/LGcmr.fd + texmf-dist/tex/latex/lgreek/LGcmtt.fd + texmf-dist/tex/latex/lgreek/LGenc.def + texmf-dist/tex/latex/lgreek/lgreek.sty +catalogue-ctan /macros/latex/contrib/lgreek +catalogue-date 2009-01-06 09:28:23 +0100 +catalogue-license noinfo + +name lh +category Package +revision 15878 +shortdesc Cyrillic fonts that support LaTeX standard encodings. +longdesc The LH fonts address the problem of the wide variety of +longdesc alphabets that are written with Cyrillic-style characters. The +longdesc fonts are the original basis of the set of T2* and X2 encodings +longdesc that are now used when LaTeX users need to write in Cyrillic +longdesc languages. Macro support in standard LaTeX encodings is offered +longdesc through the cyrillic and t2 bundles, and the package itself +longdesc offers support for other (more traditional) encodings. The +longdesc fonts, in the standard T2* and X2 encodings are available in +longdesc Adobe Type 1 format, in the CM-Super family of fonts. The +longdesc package also offers its own LaTeX support for OT2 encoded +longdesc fonts, CM bright shaped fonts and Concrete shaped fonts. +depend ec +docfiles size=104 + texmf-dist/doc/fonts/lh/README details="Readme" + texmf-dist/doc/fonts/lh/beresta/beresta.tex + texmf-dist/doc/fonts/lh/beresta/berestax.tex + texmf-dist/doc/fonts/lh/beresta/lacodes.tex + texmf-dist/doc/fonts/lh/beresta/lbcodes.tex + texmf-dist/doc/fonts/lh/beresta/lccodes.tex + texmf-dist/doc/fonts/lh/beresta/ldcodes.tex + texmf-dist/doc/fonts/lh/beresta/rxcodes.tex + texmf-dist/doc/fonts/lh/beresta/txcodes.tex + texmf-dist/doc/fonts/lh/beresta/yycodes.tex + texmf-dist/doc/fonts/lh/fonttest/allenc.tex + texmf-dist/doc/fonts/lh/fonttest/allenc0.tex + texmf-dist/doc/fonts/lh/fonttest/allenc1.tex + texmf-dist/doc/fonts/lh/fonttest/allenc2.tex + texmf-dist/doc/fonts/lh/fonttest/allenc3.tex + texmf-dist/doc/fonts/lh/fonttest/allenc4.tex + texmf-dist/doc/fonts/lh/fonttest/katalog-beresta.tex + texmf-dist/doc/fonts/lh/fonttest/katalog-short.t2 + texmf-dist/doc/fonts/lh/fonttest/katalog.lh + texmf-dist/doc/fonts/lh/fonttest/katalog.t2 + texmf-dist/doc/fonts/lh/fonttest/katalog1.lh + texmf-dist/doc/fonts/lh/fonttest/katalog1.t2 + texmf-dist/doc/fonts/lh/fonttest/katalog2.lh + texmf-dist/doc/fonts/lh/fonttest/katalog2.t2 + texmf-dist/doc/fonts/lh/fonttest/katalog3.t2 + texmf-dist/doc/fonts/lh/fonttest/katalog4.t2 + texmf-dist/doc/fonts/lh/fonttest/katalog5.t2 + texmf-dist/doc/fonts/lh/fonttest/katalog6.t2 + texmf-dist/doc/fonts/lh/fonttest/katalog7.t2 + texmf-dist/doc/fonts/lh/fonttest/lh-fmap.tex + texmf-dist/doc/fonts/lh/fonttest/lh-text.tex + texmf-dist/doc/fonts/lh/fonttest/lh-texx.tex + texmf-dist/doc/fonts/lh/fonttest/lh-texy.tex + texmf-dist/doc/fonts/lh/fonttest/t2a-fmap-short.tex + texmf-dist/doc/fonts/lh/fonttest/t2a-fmap.tex + texmf-dist/doc/fonts/lh/fonttest/t2a-text.tex + texmf-dist/doc/fonts/lh/fonttest/t2b-fmap.tex + texmf-dist/doc/fonts/lh/fonttest/t2b-text.tex + texmf-dist/doc/fonts/lh/fonttest/t2c-fmap.tex + texmf-dist/doc/fonts/lh/fonttest/t2c-text.tex + texmf-dist/doc/fonts/lh/fonttest/t2d-fmap.tex + texmf-dist/doc/fonts/lh/fonttest/t2d-text.tex + texmf-dist/doc/fonts/lh/fonttest/testLHtxt.tex + texmf-dist/doc/fonts/lh/fonttest/uc-fmap.tex + texmf-dist/doc/fonts/lh/fonttest/wn-comp.tex + texmf-dist/doc/fonts/lh/fonttest/wn-fmap.tex + texmf-dist/doc/fonts/lh/fonttest/wn-text.tex + texmf-dist/doc/fonts/lh/fonttest/x2-fmap.tex + texmf-dist/doc/fonts/lh/fonttest/x2-text.tex + texmf-dist/doc/fonts/lh/fonttest/xsl-fmap.tex + texmf-dist/doc/fonts/lh/fonttest/xsl-text.tex + texmf-dist/doc/fonts/lh/install + texmf-dist/doc/fonts/lh/lhfonts/T1inT2.en + texmf-dist/doc/fonts/lh/lhfonts/fonttest.en + texmf-dist/doc/fonts/lh/lhfonts/lhfont35.en + texmf-dist/doc/fonts/lh/lhfonts/lhfont35.ru + texmf-dist/doc/fonts/lh/lhfonts/lhfonts.hst + texmf-dist/doc/fonts/lh/manifest.txt + texmf-dist/doc/fonts/lh/readme35c.1st + texmf-dist/doc/fonts/lh/readme35g.1st + texmf-dist/doc/fonts/lh/samples/lh-lcy.tex + texmf-dist/doc/fonts/lh/samples/lh-lcytext.tex + texmf-dist/doc/fonts/lh/samples/lh-ot2.tex + texmf-dist/doc/fonts/lh/samples/lh-ot2text.tex + texmf-dist/doc/fonts/lh/samples/lh-t2a.tex + texmf-dist/doc/fonts/lh/samples/lh-t2atext.tex +srcfiles size=130 + texmf-dist/source/fonts/lh/dvidrv.mfj + texmf-dist/source/fonts/lh/dvidrvlh.mfj + texmf-dist/source/fonts/lh/tex/00readme.txt + texmf-dist/source/fonts/lh/tex/01cm-lh.tex + texmf-dist/source/fonts/lh/tex/03cm-wn.tex + texmf-dist/source/fonts/lh/tex/04cm-vf.tex + texmf-dist/source/fonts/lh/tex/11ex-rs.tex + texmf-dist/source/fonts/lh/tex/11ex-rx.tex + texmf-dist/source/fonts/lh/tex/12ex-la.tex + texmf-dist/source/fonts/lh/tex/13ex-lb.tex + texmf-dist/source/fonts/lh/tex/14ex-lc.tex + texmf-dist/source/fonts/lh/tex/15ex-ld.tex + texmf-dist/source/fonts/lh/tex/20cm-ct.tex + texmf-dist/source/fonts/lh/tex/21cm-ic.tex + texmf-dist/source/fonts/lh/tex/22cm-wc.tex + texmf-dist/source/fonts/lh/tex/23cm-mc.tex + texmf-dist/source/fonts/lh/tex/24cm-kc.tex + texmf-dist/source/fonts/lh/tex/25cm-uc.tex + texmf-dist/source/fonts/lh/tex/30cm-lx.tex + texmf-dist/source/fonts/lh/tex/31cm-ix.tex + texmf-dist/source/fonts/lh/tex/32cm-wx.tex + texmf-dist/source/fonts/lh/tex/33cm-mx.tex + texmf-dist/source/fonts/lh/tex/34cm-kx.tex + texmf-dist/source/fonts/lh/tex/46cm-ly.tex + texmf-dist/source/fonts/lh/tex/46cm-lz.tex + texmf-dist/source/fonts/lh/tex/47ex-tx.tex + texmf-dist/source/fonts/lh/tex/91berest.tex + texmf-dist/source/fonts/lh/tex/92check.tex + texmf-dist/source/fonts/lh/tex/92cm-xx.tex + texmf-dist/source/fonts/lh/tex/99-CMstd.tex + texmf-dist/source/fonts/lh/tex/99-T2enc.tex + texmf-dist/source/fonts/lh/tex/99allenc.tex + texmf-dist/source/fonts/lh/tex/99tstenc.tex + texmf-dist/source/fonts/lh/tex/cfhead.tex + texmf-dist/source/fonts/lh/tex/cfstdedt.tex + texmf-dist/source/fonts/lh/tex/cod-edt.tex + texmf-dist/source/fonts/lh/tex/enc-t2.tex + texmf-dist/source/fonts/lh/tex/fntaddcm.tex + texmf-dist/source/fonts/lh/tex/fntaddec.tex + texmf-dist/source/fonts/lh/tex/fntallcm.tex + texmf-dist/source/fonts/lh/tex/fntallec.tex + texmf-dist/source/fonts/lh/tex/fntbasec.tex + texmf-dist/source/fonts/lh/tex/fntbercm.tex + texmf-dist/source/fonts/lh/tex/fntberec.tex + texmf-dist/source/fonts/lh/tex/fntbricm.tex + texmf-dist/source/fonts/lh/tex/fntbriec.tex + texmf-dist/source/fonts/lh/tex/fntconcm.tex + texmf-dist/source/fonts/lh/tex/fntconec.tex + texmf-dist/source/fonts/lh/tex/fntinvcm.tex + texmf-dist/source/fonts/lh/tex/fntinvec.tex + texmf-dist/source/fonts/lh/tex/fntmincm.tex + texmf-dist/source/fonts/lh/tex/fntminec.tex + texmf-dist/source/fonts/lh/tex/fnttstcm.tex + texmf-dist/source/fonts/lh/tex/fnttstec.tex + texmf-dist/source/fonts/lh/tex/likerdat.tex + texmf-dist/source/fonts/lh/tex/likergrp.tex + texmf-dist/source/fonts/lh/tex/likermac.tex + texmf-dist/source/fonts/lh/tex/rliker.tex + texmf-dist/source/fonts/lh/tex/setter.tex + texmf-dist/source/fonts/lh/tex/wrk/lh-XSlav/00readme + texmf-dist/source/fonts/lh/tex/wrk/lh-lcy/00readme + texmf-dist/source/fonts/lh/tex/wrk/lh-ot2/00readme + texmf-dist/source/fonts/lh/tex/wrk/lh-t2a/00readme + texmf-dist/source/fonts/lh/tex/wrk/lh-t2b/00readme + texmf-dist/source/fonts/lh/tex/wrk/lh-t2c/00readme + texmf-dist/source/fonts/lh/tex/wrk/lh-t2d/00readme + texmf-dist/source/fonts/lh/tex/wrk/lh-x2/00readme + texmf-dist/source/fonts/lh/tex/wrk/lh_temp/00readme + texmf-dist/source/latex/lh/00readme.txt + texmf-dist/source/latex/lh/lcyfonts.fdd + texmf-dist/source/latex/lh/lcyfonts.ins + texmf-dist/source/latex/lh/nfssfox.dtx + texmf-dist/source/latex/lh/nfssfox.ins + texmf-dist/source/latex/lh/ot2fonts.fdd + texmf-dist/source/latex/lh/ot2fonts.ins + texmf-dist/source/latex/lh/t2ccfonts.fdd + texmf-dist/source/latex/lh/t2ccfonts.ins +runfiles size=1023 + texmf-dist/fonts/source/lh/base/fikparm.mf + texmf-dist/fonts/source/lh/base/lcyrbeg.mf + texmf-dist/fonts/source/lh/base/lcyrdefs.mf + texmf-dist/fonts/source/lh/base/ldbroman.mf + texmf-dist/fonts/source/lh/base/ldcsc.mf + texmf-dist/fonts/source/lh/base/ldroman.mf + texmf-dist/fonts/source/lh/base/ldtexset.mf + texmf-dist/fonts/source/lh/base/ldtextit.mf + texmf-dist/fonts/source/lh/base/ldtitle.mf + texmf-dist/fonts/source/lh/base/lebroman.mf + texmf-dist/fonts/source/lh/base/lecsc.mf + texmf-dist/fonts/source/lh/base/leroman.mf + texmf-dist/fonts/source/lh/base/letextit.mf + texmf-dist/fonts/source/lh/base/lgcspl.mf + texmf-dist/fonts/source/lh/base/lgcyracc.mf + texmf-dist/fonts/source/lh/base/lgcyri.mf + texmf-dist/fonts/source/lh/base/lgcyrl.mf + texmf-dist/fonts/source/lh/base/lgcyrsp.mf + texmf-dist/fonts/source/lh/base/lgcyrsym.mf + texmf-dist/fonts/source/lh/base/lgcyru.mf + texmf-dist/fonts/source/lh/base/lgengsym.mf + texmf-dist/fonts/source/lh/base/lgidigit.mf + texmf-dist/fonts/source/lh/base/lgilig.mf + texmf-dist/fonts/source/lh/base/lgitalp.mf + texmf-dist/fonts/source/lh/base/lgocyrac.mf + texmf-dist/fonts/source/lh/base/lgpunct.mf + texmf-dist/fonts/source/lh/base/lgrdigit.mf + texmf-dist/fonts/source/lh/base/lgrlig.mf + texmf-dist/fonts/source/lh/base/lgromp.mf + texmf-dist/fonts/source/lh/base/lgrusi.mf + texmf-dist/fonts/source/lh/base/lgrusl.mf + texmf-dist/fonts/source/lh/base/lgrusu.mf + texmf-dist/fonts/source/lh/base/lgt2comi.mf + texmf-dist/fonts/source/lh/base/lgt2coml.mf + texmf-dist/fonts/source/lh/base/lgt2comu.mf + texmf-dist/fonts/source/lh/base/lgt2loi.mf + texmf-dist/fonts/source/lh/base/lgt2lol.mf + texmf-dist/fonts/source/lh/base/lgt2lou.mf + texmf-dist/fonts/source/lh/base/lgt2slvi.mf + texmf-dist/fonts/source/lh/base/lgt2slvl.mf + texmf-dist/fonts/source/lh/base/lgt2slvu.mf + texmf-dist/fonts/source/lh/base/lgt2upi.mf + texmf-dist/fonts/source/lh/base/lgt2upl.mf + texmf-dist/fonts/source/lh/base/lgt2upu.mf + texmf-dist/fonts/source/lh/base/lkligtbl.mf + texmf-dist/fonts/source/lh/base/llbligtb.mf + texmf-dist/fonts/source/lh/base/llcligtb.mf + texmf-dist/fonts/source/lh/base/lliligtb.mf + texmf-dist/fonts/source/lh/base/llmligtb.mf + texmf-dist/fonts/source/lh/base/llrligtb.mf + texmf-dist/fonts/source/lh/base/llvligtb.mf + texmf-dist/fonts/source/lh/base/lwnligs.mf + texmf-dist/fonts/source/lh/base/lxpseudo.mf + texmf-dist/fonts/source/lh/base/lycyracc.mf + texmf-dist/fonts/source/lh/base/lypseudo.mf + texmf-dist/fonts/source/lh/base/nodraw.mf + texmf-dist/fonts/source/lh/lh-XSlav/irslb8.mf + texmf-dist/fonts/source/lh/lh-XSlav/irsli8.mf + texmf-dist/fonts/source/lh/lh-XSlav/irslo8.mf + texmf-dist/fonts/source/lh/lh-XSlav/irslq8.mf + texmf-dist/fonts/source/lh/lh-XSlav/irsltt8.mf + texmf-dist/fonts/source/lh/lh-XSlav/rsbbx10.mf + texmf-dist/fonts/source/lh/lh-XSlav/rsbegin.mf + texmf-dist/fonts/source/lh/lh-XSlav/rsbmo10.mf + texmf-dist/fonts/source/lh/lh-XSlav/rsbmo17.mf + texmf-dist/fonts/source/lh/lh-XSlav/rsbmo8.mf + texmf-dist/fonts/source/lh/lh-XSlav/rsbmo9.mf + texmf-dist/fonts/source/lh/lh-XSlav/rsbmr10.mf + texmf-dist/fonts/source/lh/lh-XSlav/rsbmr17.mf + texmf-dist/fonts/source/lh/lh-XSlav/rsbmr8.mf + texmf-dist/fonts/source/lh/lh-XSlav/rsbmr9.mf + texmf-dist/fonts/source/lh/lh-XSlav/rsbso10.mf + texmf-dist/fonts/source/lh/lh-XSlav/rsbso17.mf + texmf-dist/fonts/source/lh/lh-XSlav/rsbso8.mf + texmf-dist/fonts/source/lh/lh-XSlav/rsbso9.mf + texmf-dist/fonts/source/lh/lh-XSlav/rsbsr10.mf + texmf-dist/fonts/source/lh/lh-XSlav/rsbsr17.mf + texmf-dist/fonts/source/lh/lh-XSlav/rsbsr8.mf + texmf-dist/fonts/source/lh/lh-XSlav/rsbsr9.mf + texmf-dist/fonts/source/lh/lh-XSlav/rsbtl10.mf + texmf-dist/fonts/source/lh/lh-XSlav/rsbto10.mf + texmf-dist/fonts/source/lh/lh-XSlav/rscodes.mf + texmf-dist/fonts/source/lh/lh-XSlav/rslb8.mf + texmf-dist/fonts/source/lh/lh-XSlav/rsli8.mf + texmf-dist/fonts/source/lh/lh-XSlav/rsliker.mf + texmf-dist/fonts/source/lh/lh-XSlav/rslo8.mf + texmf-dist/fonts/source/lh/lh-XSlav/rslq8.mf + texmf-dist/fonts/source/lh/lh-XSlav/rsltt8.mf + texmf-dist/fonts/source/lh/lh-XSlav/rsob10.mf + texmf-dist/fonts/source/lh/lh-XSlav/rsobx10.mf + texmf-dist/fonts/source/lh/lh-XSlav/rsobx5.mf + texmf-dist/fonts/source/lh/lh-XSlav/rsobx6.mf + texmf-dist/fonts/source/lh/lh-XSlav/rsobx7.mf + texmf-dist/fonts/source/lh/lh-XSlav/rsobx8.mf + texmf-dist/fonts/source/lh/lh-XSlav/rsobx9.mf + texmf-dist/fonts/source/lh/lh-XSlav/rsobxsl10.mf + texmf-dist/fonts/source/lh/lh-XSlav/rsobxti10.mf + texmf-dist/fonts/source/lh/lh-XSlav/rsocc10.mf + texmf-dist/fonts/source/lh/lh-XSlav/rsorm10.mf + texmf-dist/fonts/source/lh/lh-XSlav/rsorm5.mf + texmf-dist/fonts/source/lh/lh-XSlav/rsorm6.mf + texmf-dist/fonts/source/lh/lh-XSlav/rsorm7.mf + texmf-dist/fonts/source/lh/lh-XSlav/rsorm8.mf + texmf-dist/fonts/source/lh/lh-XSlav/rsorm9.mf + texmf-dist/fonts/source/lh/lh-XSlav/rsosl10.mf + texmf-dist/fonts/source/lh/lh-XSlav/rsosl5.mf + texmf-dist/fonts/source/lh/lh-XSlav/rsosl6.mf + texmf-dist/fonts/source/lh/lh-XSlav/rsosl7.mf + texmf-dist/fonts/source/lh/lh-XSlav/rsosl8.mf + texmf-dist/fonts/source/lh/lh-XSlav/rsosl9.mf + texmf-dist/fonts/source/lh/lh-XSlav/rsoslc9.mf + texmf-dist/fonts/source/lh/lh-XSlav/rsoti10.mf + texmf-dist/fonts/source/lh/lh-XSlav/rsqi8.mf + texmf-dist/fonts/source/lh/lh-XSlav/rssq8.mf + texmf-dist/fonts/source/lh/lh-XSlav/rsssdc10.mf + texmf-dist/fonts/source/lh/lh-conc/00readme.txt + texmf-dist/fonts/source/lh/lh-conc/ccb10.mf + texmf-dist/fonts/source/lh/lh-conc/ccbx10.mf + texmf-dist/fonts/source/lh/lh-conc/ccbx5.mf + texmf-dist/fonts/source/lh/lh-conc/ccbx6.mf + texmf-dist/fonts/source/lh/lh-conc/ccbx7.mf + texmf-dist/fonts/source/lh/lh-conc/ccbx8.mf + texmf-dist/fonts/source/lh/lh-conc/ccbx9.mf + texmf-dist/fonts/source/lh/lh-conc/ccbxsl10.mf + texmf-dist/fonts/source/lh/lh-conc/ccbxti10.mf + texmf-dist/fonts/source/lh/lh-conc/concb10pt.mf + texmf-dist/fonts/source/lh/lh-conc/concbx10pt.mf + texmf-dist/fonts/source/lh/lh-conc/concbx12pt.mf + texmf-dist/fonts/source/lh/lh-conc/concbx5pt.mf + texmf-dist/fonts/source/lh/lh-conc/concbx6pt.mf + texmf-dist/fonts/source/lh/lh-conc/concbx7pt.mf + texmf-dist/fonts/source/lh/lh-conc/concbx8pt.mf + texmf-dist/fonts/source/lh/lh-conc/concbx9pt.mf + texmf-dist/fonts/source/lh/lh-conc/concbxti10.mf + texmf-dist/fonts/source/lh/lh-conc/concc9pt.mf + texmf-dist/fonts/source/lh/lh-conc/eob10.mf + texmf-dist/fonts/source/lh/lh-conc/eobx10.mf + texmf-dist/fonts/source/lh/lh-conc/eobx5.mf + texmf-dist/fonts/source/lh/lh-conc/eobx6.mf + texmf-dist/fonts/source/lh/lh-conc/eobx7.mf + texmf-dist/fonts/source/lh/lh-conc/eobx8.mf + texmf-dist/fonts/source/lh/lh-conc/eobx9.mf + texmf-dist/fonts/source/lh/lh-conc/eobxsl10.mf + texmf-dist/fonts/source/lh/lh-conc/eobxti10.mf + texmf-dist/fonts/source/lh/lh-conc/eoslc9.mf + texmf-dist/fonts/source/lh/lh-lcy/ilhcsc10.mf + texmf-dist/fonts/source/lh/lh-lcy/ilhtt8.mf + texmf-dist/fonts/source/lh/lh-lcy/illhss8.mf + texmf-dist/fonts/source/lh/lh-lcy/illhssb8.mf + texmf-dist/fonts/source/lh/lh-lcy/illhssi8.mf + texmf-dist/fonts/source/lh/lh-lcy/lhbr10.mf + texmf-dist/fonts/source/lh/lh-lcy/lhbr17.mf + texmf-dist/fonts/source/lh/lh-lcy/lhbr8.mf + texmf-dist/fonts/source/lh/lh-lcy/lhbr9.mf + texmf-dist/fonts/source/lh/lh-lcy/lhbrbx10.mf + texmf-dist/fonts/source/lh/lh-lcy/lhbrsl10.mf + texmf-dist/fonts/source/lh/lh-lcy/lhbrsl17.mf + texmf-dist/fonts/source/lh/lh-lcy/lhbrsl8.mf + texmf-dist/fonts/source/lh/lh-lcy/lhbrsl9.mf + texmf-dist/fonts/source/lh/lh-lcy/lhcb10.mf + texmf-dist/fonts/source/lh/lh-lcy/lhcbx10.mf + texmf-dist/fonts/source/lh/lh-lcy/lhcbx5.mf + texmf-dist/fonts/source/lh/lh-lcy/lhcbx6.mf + texmf-dist/fonts/source/lh/lh-lcy/lhcbx7.mf + texmf-dist/fonts/source/lh/lh-lcy/lhcbx8.mf + texmf-dist/fonts/source/lh/lh-lcy/lhcbx9.mf + texmf-dist/fonts/source/lh/lh-lcy/lhcbxsl10.mf + texmf-dist/fonts/source/lh/lh-lcy/lhcbxti10.mf + texmf-dist/fonts/source/lh/lh-lcy/lhccsc10.mf + texmf-dist/fonts/source/lh/lh-lcy/lhcodes.mf + texmf-dist/fonts/source/lh/lh-lcy/lhcr10.mf + texmf-dist/fonts/source/lh/lh-lcy/lhcr5.mf + texmf-dist/fonts/source/lh/lh-lcy/lhcr6.mf + texmf-dist/fonts/source/lh/lh-lcy/lhcr7.mf + texmf-dist/fonts/source/lh/lh-lcy/lhcr8.mf + texmf-dist/fonts/source/lh/lh-lcy/lhcr9.mf + texmf-dist/fonts/source/lh/lh-lcy/lhcsl10.mf + texmf-dist/fonts/source/lh/lh-lcy/lhcsl9.mf + texmf-dist/fonts/source/lh/lh-lcy/lhcslc9.mf + texmf-dist/fonts/source/lh/lh-lcy/lhcti10.mf + texmf-dist/fonts/source/lh/lh-lcy/lhliker.mf + texmf-dist/fonts/source/lh/lh-lcy/lhsltl10.mf + texmf-dist/fonts/source/lh/lh-lcy/lhtl10.mf + texmf-dist/fonts/source/lh/lh-lcy/llhss8.mf + texmf-dist/fonts/source/lh/lh-lcy/llhssb8.mf + texmf-dist/fonts/source/lh/lh-lcy/llhssi8.mf + texmf-dist/fonts/source/lh/lh-ot2/ilwnss8.mf + texmf-dist/fonts/source/lh/lh-ot2/ilwnssb8.mf + texmf-dist/fonts/source/lh/lh-ot2/ilwnssi8.mf + texmf-dist/fonts/source/lh/lh-ot2/iwncsc10.mf + texmf-dist/fonts/source/lh/lh-ot2/iwntt8.mf + texmf-dist/fonts/source/lh/lh-ot2/lwnss8.mf + texmf-dist/fonts/source/lh/lh-ot2/lwnssb8.mf + texmf-dist/fonts/source/lh/lh-ot2/lwnssi8.mf + texmf-dist/fonts/source/lh/lh-ot2/wnbr10.mf + texmf-dist/fonts/source/lh/lh-ot2/wnbr17.mf + texmf-dist/fonts/source/lh/lh-ot2/wnbr8.mf + texmf-dist/fonts/source/lh/lh-ot2/wnbr9.mf + texmf-dist/fonts/source/lh/lh-ot2/wnbrbx10.mf + texmf-dist/fonts/source/lh/lh-ot2/wnbrsl10.mf + texmf-dist/fonts/source/lh/lh-ot2/wnbrsl17.mf + texmf-dist/fonts/source/lh/lh-ot2/wnbrsl8.mf + texmf-dist/fonts/source/lh/lh-ot2/wnbrsl9.mf + texmf-dist/fonts/source/lh/lh-ot2/wncb10.mf + texmf-dist/fonts/source/lh/lh-ot2/wncbx10.mf + texmf-dist/fonts/source/lh/lh-ot2/wncbx5.mf + texmf-dist/fonts/source/lh/lh-ot2/wncbx6.mf + texmf-dist/fonts/source/lh/lh-ot2/wncbx7.mf + texmf-dist/fonts/source/lh/lh-ot2/wncbx8.mf + texmf-dist/fonts/source/lh/lh-ot2/wncbx9.mf + texmf-dist/fonts/source/lh/lh-ot2/wncbxsl10.mf + texmf-dist/fonts/source/lh/lh-ot2/wncbxti10.mf + texmf-dist/fonts/source/lh/lh-ot2/wnccsc10.mf + texmf-dist/fonts/source/lh/lh-ot2/wncodes.mf + texmf-dist/fonts/source/lh/lh-ot2/wncr10.mf + texmf-dist/fonts/source/lh/lh-ot2/wncr5.mf + texmf-dist/fonts/source/lh/lh-ot2/wncr6.mf + texmf-dist/fonts/source/lh/lh-ot2/wncr7.mf + texmf-dist/fonts/source/lh/lh-ot2/wncr8.mf + texmf-dist/fonts/source/lh/lh-ot2/wncr9.mf + texmf-dist/fonts/source/lh/lh-ot2/wncsl10.mf + texmf-dist/fonts/source/lh/lh-ot2/wncsl9.mf + texmf-dist/fonts/source/lh/lh-ot2/wncslc9.mf + texmf-dist/fonts/source/lh/lh-ot2/wncti10.mf + texmf-dist/fonts/source/lh/lh-ot2/wnliker.mf + texmf-dist/fonts/source/lh/lh-ot2/wnsltl10.mf + texmf-dist/fonts/source/lh/lh-ot2/wntl10.mf + texmf-dist/fonts/source/lh/lh-t2a/ilalb8.mf + texmf-dist/fonts/source/lh/lh-t2a/ilali8.mf + texmf-dist/fonts/source/lh/lh-t2a/ilalo8.mf + texmf-dist/fonts/source/lh/lh-t2a/ilalq8.mf + texmf-dist/fonts/source/lh/lh-t2a/ilaltt8.mf + texmf-dist/fonts/source/lh/lh-t2a/labbx10.mf + texmf-dist/fonts/source/lh/lh-t2a/labmo10.mf + texmf-dist/fonts/source/lh/lh-t2a/labmo17.mf + texmf-dist/fonts/source/lh/lh-t2a/labmo8.mf + texmf-dist/fonts/source/lh/lh-t2a/labmo9.mf + texmf-dist/fonts/source/lh/lh-t2a/labmr10.mf + texmf-dist/fonts/source/lh/lh-t2a/labmr17.mf + texmf-dist/fonts/source/lh/lh-t2a/labmr8.mf + texmf-dist/fonts/source/lh/lh-t2a/labmr9.mf + texmf-dist/fonts/source/lh/lh-t2a/labso10.mf + texmf-dist/fonts/source/lh/lh-t2a/labso17.mf + texmf-dist/fonts/source/lh/lh-t2a/labso8.mf + texmf-dist/fonts/source/lh/lh-t2a/labso9.mf + texmf-dist/fonts/source/lh/lh-t2a/labsr10.mf + texmf-dist/fonts/source/lh/lh-t2a/labsr17.mf + texmf-dist/fonts/source/lh/lh-t2a/labsr8.mf + texmf-dist/fonts/source/lh/lh-t2a/labsr9.mf + texmf-dist/fonts/source/lh/lh-t2a/labtl10.mf + texmf-dist/fonts/source/lh/lh-t2a/labto10.mf + texmf-dist/fonts/source/lh/lh-t2a/lacodes.mf + texmf-dist/fonts/source/lh/lh-t2a/lalb8.mf + texmf-dist/fonts/source/lh/lh-t2a/lali8.mf + texmf-dist/fonts/source/lh/lh-t2a/laliker.mf + texmf-dist/fonts/source/lh/lh-t2a/lalo8.mf + texmf-dist/fonts/source/lh/lh-t2a/lalq8.mf + texmf-dist/fonts/source/lh/lh-t2a/laltt8.mf + texmf-dist/fonts/source/lh/lh-t2a/laob10.mf + texmf-dist/fonts/source/lh/lh-t2a/laobx10.mf + texmf-dist/fonts/source/lh/lh-t2a/laobx5.mf + texmf-dist/fonts/source/lh/lh-t2a/laobx6.mf + texmf-dist/fonts/source/lh/lh-t2a/laobx7.mf + texmf-dist/fonts/source/lh/lh-t2a/laobx8.mf + texmf-dist/fonts/source/lh/lh-t2a/laobx9.mf + texmf-dist/fonts/source/lh/lh-t2a/laobxsl10.mf + texmf-dist/fonts/source/lh/lh-t2a/laobxti10.mf + texmf-dist/fonts/source/lh/lh-t2a/laocc10.mf + texmf-dist/fonts/source/lh/lh-t2a/laorm10.mf + texmf-dist/fonts/source/lh/lh-t2a/laorm5.mf + texmf-dist/fonts/source/lh/lh-t2a/laorm6.mf + texmf-dist/fonts/source/lh/lh-t2a/laorm7.mf + texmf-dist/fonts/source/lh/lh-t2a/laorm8.mf + texmf-dist/fonts/source/lh/lh-t2a/laorm9.mf + texmf-dist/fonts/source/lh/lh-t2a/laosl10.mf + texmf-dist/fonts/source/lh/lh-t2a/laosl5.mf + texmf-dist/fonts/source/lh/lh-t2a/laosl6.mf + texmf-dist/fonts/source/lh/lh-t2a/laosl7.mf + texmf-dist/fonts/source/lh/lh-t2a/laosl8.mf + texmf-dist/fonts/source/lh/lh-t2a/laosl9.mf + texmf-dist/fonts/source/lh/lh-t2a/laoslc9.mf + texmf-dist/fonts/source/lh/lh-t2a/laoti10.mf + texmf-dist/fonts/source/lh/lh-t2a/laqi8.mf + texmf-dist/fonts/source/lh/lh-t2a/lasq8.mf + texmf-dist/fonts/source/lh/lh-t2a/lassdc10.mf + texmf-dist/fonts/source/lh/lh-t2b/ilblb8.mf + texmf-dist/fonts/source/lh/lh-t2b/ilbli8.mf + texmf-dist/fonts/source/lh/lh-t2b/ilblo8.mf + texmf-dist/fonts/source/lh/lh-t2b/ilblq8.mf + texmf-dist/fonts/source/lh/lh-t2b/ilbltt8.mf + texmf-dist/fonts/source/lh/lh-t2b/lbbbx10.mf + texmf-dist/fonts/source/lh/lh-t2b/lbbmo10.mf + texmf-dist/fonts/source/lh/lh-t2b/lbbmo17.mf + texmf-dist/fonts/source/lh/lh-t2b/lbbmo8.mf + texmf-dist/fonts/source/lh/lh-t2b/lbbmo9.mf + texmf-dist/fonts/source/lh/lh-t2b/lbbmr10.mf + texmf-dist/fonts/source/lh/lh-t2b/lbbmr17.mf + texmf-dist/fonts/source/lh/lh-t2b/lbbmr8.mf + texmf-dist/fonts/source/lh/lh-t2b/lbbmr9.mf + texmf-dist/fonts/source/lh/lh-t2b/lbbso10.mf + texmf-dist/fonts/source/lh/lh-t2b/lbbso17.mf + texmf-dist/fonts/source/lh/lh-t2b/lbbso8.mf + texmf-dist/fonts/source/lh/lh-t2b/lbbso9.mf + texmf-dist/fonts/source/lh/lh-t2b/lbbsr10.mf + texmf-dist/fonts/source/lh/lh-t2b/lbbsr17.mf + texmf-dist/fonts/source/lh/lh-t2b/lbbsr8.mf + texmf-dist/fonts/source/lh/lh-t2b/lbbsr9.mf + texmf-dist/fonts/source/lh/lh-t2b/lbbtl10.mf + texmf-dist/fonts/source/lh/lh-t2b/lbbto10.mf + texmf-dist/fonts/source/lh/lh-t2b/lbcodes.mf + texmf-dist/fonts/source/lh/lh-t2b/lblb8.mf + texmf-dist/fonts/source/lh/lh-t2b/lbli8.mf + texmf-dist/fonts/source/lh/lh-t2b/lbliker.mf + texmf-dist/fonts/source/lh/lh-t2b/lblo8.mf + texmf-dist/fonts/source/lh/lh-t2b/lblq8.mf + texmf-dist/fonts/source/lh/lh-t2b/lbltt8.mf + texmf-dist/fonts/source/lh/lh-t2b/lbob10.mf + texmf-dist/fonts/source/lh/lh-t2b/lbobx10.mf + texmf-dist/fonts/source/lh/lh-t2b/lbobx5.mf + texmf-dist/fonts/source/lh/lh-t2b/lbobx6.mf + texmf-dist/fonts/source/lh/lh-t2b/lbobx7.mf + texmf-dist/fonts/source/lh/lh-t2b/lbobx8.mf + texmf-dist/fonts/source/lh/lh-t2b/lbobx9.mf + texmf-dist/fonts/source/lh/lh-t2b/lbobxsl10.mf + texmf-dist/fonts/source/lh/lh-t2b/lbobxti10.mf + texmf-dist/fonts/source/lh/lh-t2b/lbocc10.mf + texmf-dist/fonts/source/lh/lh-t2b/lborm10.mf + texmf-dist/fonts/source/lh/lh-t2b/lborm5.mf + texmf-dist/fonts/source/lh/lh-t2b/lborm6.mf + texmf-dist/fonts/source/lh/lh-t2b/lborm7.mf + texmf-dist/fonts/source/lh/lh-t2b/lborm8.mf + texmf-dist/fonts/source/lh/lh-t2b/lborm9.mf + texmf-dist/fonts/source/lh/lh-t2b/lbosl10.mf + texmf-dist/fonts/source/lh/lh-t2b/lbosl5.mf + texmf-dist/fonts/source/lh/lh-t2b/lbosl6.mf + texmf-dist/fonts/source/lh/lh-t2b/lbosl7.mf + texmf-dist/fonts/source/lh/lh-t2b/lbosl8.mf + texmf-dist/fonts/source/lh/lh-t2b/lbosl9.mf + texmf-dist/fonts/source/lh/lh-t2b/lboslc9.mf + texmf-dist/fonts/source/lh/lh-t2b/lboti10.mf + texmf-dist/fonts/source/lh/lh-t2b/lbqi8.mf + texmf-dist/fonts/source/lh/lh-t2b/lbsq8.mf + texmf-dist/fonts/source/lh/lh-t2b/lbssdc10.mf + texmf-dist/fonts/source/lh/lh-t2c/ilclb8.mf + texmf-dist/fonts/source/lh/lh-t2c/ilcli8.mf + texmf-dist/fonts/source/lh/lh-t2c/ilclo8.mf + texmf-dist/fonts/source/lh/lh-t2c/ilclq8.mf + texmf-dist/fonts/source/lh/lh-t2c/ilcltt8.mf + texmf-dist/fonts/source/lh/lh-t2c/lcbbx10.mf + texmf-dist/fonts/source/lh/lh-t2c/lcbmo10.mf + texmf-dist/fonts/source/lh/lh-t2c/lcbmo17.mf + texmf-dist/fonts/source/lh/lh-t2c/lcbmo8.mf + texmf-dist/fonts/source/lh/lh-t2c/lcbmo9.mf + texmf-dist/fonts/source/lh/lh-t2c/lcbmr10.mf + texmf-dist/fonts/source/lh/lh-t2c/lcbmr17.mf + texmf-dist/fonts/source/lh/lh-t2c/lcbmr8.mf + texmf-dist/fonts/source/lh/lh-t2c/lcbmr9.mf + texmf-dist/fonts/source/lh/lh-t2c/lcbso10.mf + texmf-dist/fonts/source/lh/lh-t2c/lcbso17.mf + texmf-dist/fonts/source/lh/lh-t2c/lcbso8.mf + texmf-dist/fonts/source/lh/lh-t2c/lcbso9.mf + texmf-dist/fonts/source/lh/lh-t2c/lcbsr10.mf + texmf-dist/fonts/source/lh/lh-t2c/lcbsr17.mf + texmf-dist/fonts/source/lh/lh-t2c/lcbsr8.mf + texmf-dist/fonts/source/lh/lh-t2c/lcbsr9.mf + texmf-dist/fonts/source/lh/lh-t2c/lcbtl10.mf + texmf-dist/fonts/source/lh/lh-t2c/lcbto10.mf + texmf-dist/fonts/source/lh/lh-t2c/lccodes.mf + texmf-dist/fonts/source/lh/lh-t2c/lclb8.mf + texmf-dist/fonts/source/lh/lh-t2c/lcli8.mf + texmf-dist/fonts/source/lh/lh-t2c/lcliker.mf + texmf-dist/fonts/source/lh/lh-t2c/lclo8.mf + texmf-dist/fonts/source/lh/lh-t2c/lclq8.mf + texmf-dist/fonts/source/lh/lh-t2c/lcltt8.mf + texmf-dist/fonts/source/lh/lh-t2c/lcob10.mf + texmf-dist/fonts/source/lh/lh-t2c/lcobx10.mf + texmf-dist/fonts/source/lh/lh-t2c/lcobx5.mf + texmf-dist/fonts/source/lh/lh-t2c/lcobx6.mf + texmf-dist/fonts/source/lh/lh-t2c/lcobx7.mf + texmf-dist/fonts/source/lh/lh-t2c/lcobx8.mf + texmf-dist/fonts/source/lh/lh-t2c/lcobx9.mf + texmf-dist/fonts/source/lh/lh-t2c/lcobxsl10.mf + texmf-dist/fonts/source/lh/lh-t2c/lcobxti10.mf + texmf-dist/fonts/source/lh/lh-t2c/lcocc10.mf + texmf-dist/fonts/source/lh/lh-t2c/lcorm10.mf + texmf-dist/fonts/source/lh/lh-t2c/lcorm5.mf + texmf-dist/fonts/source/lh/lh-t2c/lcorm6.mf + texmf-dist/fonts/source/lh/lh-t2c/lcorm7.mf + texmf-dist/fonts/source/lh/lh-t2c/lcorm8.mf + texmf-dist/fonts/source/lh/lh-t2c/lcorm9.mf + texmf-dist/fonts/source/lh/lh-t2c/lcosl10.mf + texmf-dist/fonts/source/lh/lh-t2c/lcosl5.mf + texmf-dist/fonts/source/lh/lh-t2c/lcosl6.mf + texmf-dist/fonts/source/lh/lh-t2c/lcosl7.mf + texmf-dist/fonts/source/lh/lh-t2c/lcosl8.mf + texmf-dist/fonts/source/lh/lh-t2c/lcosl9.mf + texmf-dist/fonts/source/lh/lh-t2c/lcoslc9.mf + texmf-dist/fonts/source/lh/lh-t2c/lcoti10.mf + texmf-dist/fonts/source/lh/lh-t2c/lcqi8.mf + texmf-dist/fonts/source/lh/lh-t2c/lcsq8.mf + texmf-dist/fonts/source/lh/lh-t2c/lcssdc10.mf + texmf-dist/fonts/source/lh/lh-t2d/ildlb8.mf + texmf-dist/fonts/source/lh/lh-t2d/ildli8.mf + texmf-dist/fonts/source/lh/lh-t2d/ildlo8.mf + texmf-dist/fonts/source/lh/lh-t2d/ildlq8.mf + texmf-dist/fonts/source/lh/lh-t2d/ildltt8.mf + texmf-dist/fonts/source/lh/lh-t2d/ldbbx10.mf + texmf-dist/fonts/source/lh/lh-t2d/ldbmo10.mf + texmf-dist/fonts/source/lh/lh-t2d/ldbmo17.mf + texmf-dist/fonts/source/lh/lh-t2d/ldbmo8.mf + texmf-dist/fonts/source/lh/lh-t2d/ldbmo9.mf + texmf-dist/fonts/source/lh/lh-t2d/ldbmr10.mf + texmf-dist/fonts/source/lh/lh-t2d/ldbmr17.mf + texmf-dist/fonts/source/lh/lh-t2d/ldbmr8.mf + texmf-dist/fonts/source/lh/lh-t2d/ldbmr9.mf + texmf-dist/fonts/source/lh/lh-t2d/ldbso10.mf + texmf-dist/fonts/source/lh/lh-t2d/ldbso17.mf + texmf-dist/fonts/source/lh/lh-t2d/ldbso8.mf + texmf-dist/fonts/source/lh/lh-t2d/ldbso9.mf + texmf-dist/fonts/source/lh/lh-t2d/ldbsr10.mf + texmf-dist/fonts/source/lh/lh-t2d/ldbsr17.mf + texmf-dist/fonts/source/lh/lh-t2d/ldbsr8.mf + texmf-dist/fonts/source/lh/lh-t2d/ldbsr9.mf + texmf-dist/fonts/source/lh/lh-t2d/ldbtl10.mf + texmf-dist/fonts/source/lh/lh-t2d/ldbto10.mf + texmf-dist/fonts/source/lh/lh-t2d/ldcodes.mf + texmf-dist/fonts/source/lh/lh-t2d/ldlb8.mf + texmf-dist/fonts/source/lh/lh-t2d/ldli8.mf + texmf-dist/fonts/source/lh/lh-t2d/ldliker.mf + texmf-dist/fonts/source/lh/lh-t2d/ldlo8.mf + texmf-dist/fonts/source/lh/lh-t2d/ldlq8.mf + texmf-dist/fonts/source/lh/lh-t2d/ldltt8.mf + texmf-dist/fonts/source/lh/lh-t2d/ldob10.mf + texmf-dist/fonts/source/lh/lh-t2d/ldobx10.mf + texmf-dist/fonts/source/lh/lh-t2d/ldobx5.mf + texmf-dist/fonts/source/lh/lh-t2d/ldobx6.mf + texmf-dist/fonts/source/lh/lh-t2d/ldobx7.mf + texmf-dist/fonts/source/lh/lh-t2d/ldobx8.mf + texmf-dist/fonts/source/lh/lh-t2d/ldobx9.mf + texmf-dist/fonts/source/lh/lh-t2d/ldobxsl10.mf + texmf-dist/fonts/source/lh/lh-t2d/ldobxti10.mf + texmf-dist/fonts/source/lh/lh-t2d/ldocc10.mf + texmf-dist/fonts/source/lh/lh-t2d/ldorm10.mf + texmf-dist/fonts/source/lh/lh-t2d/ldorm5.mf + texmf-dist/fonts/source/lh/lh-t2d/ldorm6.mf + texmf-dist/fonts/source/lh/lh-t2d/ldorm7.mf + texmf-dist/fonts/source/lh/lh-t2d/ldorm8.mf + texmf-dist/fonts/source/lh/lh-t2d/ldorm9.mf + texmf-dist/fonts/source/lh/lh-t2d/ldosl10.mf + texmf-dist/fonts/source/lh/lh-t2d/ldosl5.mf + texmf-dist/fonts/source/lh/lh-t2d/ldosl6.mf + texmf-dist/fonts/source/lh/lh-t2d/ldosl7.mf + texmf-dist/fonts/source/lh/lh-t2d/ldosl8.mf + texmf-dist/fonts/source/lh/lh-t2d/ldosl9.mf + texmf-dist/fonts/source/lh/lh-t2d/ldoslc9.mf + texmf-dist/fonts/source/lh/lh-t2d/ldoti10.mf + texmf-dist/fonts/source/lh/lh-t2d/ldqi8.mf + texmf-dist/fonts/source/lh/lh-t2d/ldsq8.mf + texmf-dist/fonts/source/lh/lh-t2d/ldssdc10.mf + texmf-dist/fonts/source/lh/lh-x2/irxlb8.mf + texmf-dist/fonts/source/lh/lh-x2/irxli8.mf + texmf-dist/fonts/source/lh/lh-x2/irxlo8.mf + texmf-dist/fonts/source/lh/lh-x2/irxlq8.mf + texmf-dist/fonts/source/lh/lh-x2/irxltt8.mf + texmf-dist/fonts/source/lh/lh-x2/rxbbx10.mf + texmf-dist/fonts/source/lh/lh-x2/rxbmo10.mf + texmf-dist/fonts/source/lh/lh-x2/rxbmo17.mf + texmf-dist/fonts/source/lh/lh-x2/rxbmo8.mf + texmf-dist/fonts/source/lh/lh-x2/rxbmo9.mf + texmf-dist/fonts/source/lh/lh-x2/rxbmr10.mf + texmf-dist/fonts/source/lh/lh-x2/rxbmr17.mf + texmf-dist/fonts/source/lh/lh-x2/rxbmr8.mf + texmf-dist/fonts/source/lh/lh-x2/rxbmr9.mf + texmf-dist/fonts/source/lh/lh-x2/rxbso10.mf + texmf-dist/fonts/source/lh/lh-x2/rxbso17.mf + texmf-dist/fonts/source/lh/lh-x2/rxbso8.mf + texmf-dist/fonts/source/lh/lh-x2/rxbso9.mf + texmf-dist/fonts/source/lh/lh-x2/rxbsr10.mf + texmf-dist/fonts/source/lh/lh-x2/rxbsr17.mf + texmf-dist/fonts/source/lh/lh-x2/rxbsr8.mf + texmf-dist/fonts/source/lh/lh-x2/rxbsr9.mf + texmf-dist/fonts/source/lh/lh-x2/rxbtl10.mf + texmf-dist/fonts/source/lh/lh-x2/rxbto10.mf + texmf-dist/fonts/source/lh/lh-x2/rxcodes.mf + texmf-dist/fonts/source/lh/lh-x2/rxlb8.mf + texmf-dist/fonts/source/lh/lh-x2/rxli8.mf + texmf-dist/fonts/source/lh/lh-x2/rxliker.mf + texmf-dist/fonts/source/lh/lh-x2/rxlo8.mf + texmf-dist/fonts/source/lh/lh-x2/rxlq8.mf + texmf-dist/fonts/source/lh/lh-x2/rxltt8.mf + texmf-dist/fonts/source/lh/lh-x2/rxob10.mf + texmf-dist/fonts/source/lh/lh-x2/rxobx10.mf + texmf-dist/fonts/source/lh/lh-x2/rxobx5.mf + texmf-dist/fonts/source/lh/lh-x2/rxobx6.mf + texmf-dist/fonts/source/lh/lh-x2/rxobx7.mf + texmf-dist/fonts/source/lh/lh-x2/rxobx8.mf + texmf-dist/fonts/source/lh/lh-x2/rxobx9.mf + texmf-dist/fonts/source/lh/lh-x2/rxobxsl10.mf + texmf-dist/fonts/source/lh/lh-x2/rxobxti10.mf + texmf-dist/fonts/source/lh/lh-x2/rxocc10.mf + texmf-dist/fonts/source/lh/lh-x2/rxorm10.mf + texmf-dist/fonts/source/lh/lh-x2/rxorm5.mf + texmf-dist/fonts/source/lh/lh-x2/rxorm6.mf + texmf-dist/fonts/source/lh/lh-x2/rxorm7.mf + texmf-dist/fonts/source/lh/lh-x2/rxorm8.mf + texmf-dist/fonts/source/lh/lh-x2/rxorm9.mf + texmf-dist/fonts/source/lh/lh-x2/rxosl10.mf + texmf-dist/fonts/source/lh/lh-x2/rxosl5.mf + texmf-dist/fonts/source/lh/lh-x2/rxosl6.mf + texmf-dist/fonts/source/lh/lh-x2/rxosl7.mf + texmf-dist/fonts/source/lh/lh-x2/rxosl8.mf + texmf-dist/fonts/source/lh/lh-x2/rxosl9.mf + texmf-dist/fonts/source/lh/lh-x2/rxoslc9.mf + texmf-dist/fonts/source/lh/lh-x2/rxoti10.mf + texmf-dist/fonts/source/lh/lh-x2/rxqi8.mf + texmf-dist/fonts/source/lh/lh-x2/rxsq8.mf + texmf-dist/fonts/source/lh/lh-x2/rxssdc10.mf + texmf-dist/fonts/source/lh/nont2/lgbersta.mf + texmf-dist/fonts/source/lh/nont2/lgberstb.mf + texmf-dist/fonts/source/lh/nont2/lgberstc.mf + texmf-dist/fonts/source/lh/nont2/lgcacci.mf + texmf-dist/fonts/source/lh/nont2/lgcaccl.mf + texmf-dist/fonts/source/lh/nont2/lgcaccu.mf + texmf-dist/fonts/source/lh/nont2/lgcmodi.mf + texmf-dist/fonts/source/lh/nont2/lgcmodl.mf + texmf-dist/fonts/source/lh/nont2/lgcmodu.mf + texmf-dist/fonts/source/lh/nont2/lgcvaci.mf + texmf-dist/fonts/source/lh/nont2/lgcvacl.mf + texmf-dist/fonts/source/lh/nont2/lgcvacu.mf + texmf-dist/fonts/source/lh/nont2/lgt2slxi.mf + texmf-dist/fonts/source/lh/nont2/lgt2slxl.mf + texmf-dist/fonts/source/lh/nont2/lgt2slxu.mf + texmf-dist/fonts/source/lh/nont2/lgunici.mf + texmf-dist/fonts/source/lh/nont2/lgunicl.mf + texmf-dist/fonts/source/lh/nont2/lgunicu.mf + texmf-dist/fonts/source/lh/nont2/lhberest.mf + texmf-dist/fonts/source/lh/specific/lgcrusl.mf + texmf-dist/fonts/source/lh/specific/lgcyrcl.mf + texmf-dist/fonts/source/lh/specific/lgcyrcu.mf + texmf-dist/fonts/source/lh/specific/lgnoncl.mf + texmf-dist/fonts/source/lh/specific/lgnoncu.mf + texmf-dist/fonts/source/lh/specific/lgrucl.mf + texmf-dist/fonts/source/lh/specific/lgrucu.mf + texmf-dist/tex/latex/lh/lh-lcy.sty + texmf-dist/tex/latex/lh/lh-lcyccr.sty + texmf-dist/tex/latex/lh/lh-lcyxccr.sty + texmf-dist/tex/latex/lh/lh-ot2.sty + texmf-dist/tex/latex/lh/lh-ot2ccr.sty + texmf-dist/tex/latex/lh/lh-ot2xccr.sty + texmf-dist/tex/latex/lh/lh-t2accr.sty + texmf-dist/tex/latex/lh/lh-t2axccr.sty + texmf-dist/tex/latex/lh/lh-t2bccr.sty + texmf-dist/tex/latex/lh/lh-t2bxccr.sty + texmf-dist/tex/latex/lh/lh-t2cccr.sty + texmf-dist/tex/latex/lh/lh-t2cxccr.sty + texmf-dist/tex/latex/lh/lh-x2ccr.sty + texmf-dist/tex/latex/lh/lh-x2xccr.sty + texmf-dist/tex/latex/lh/nfssfox.tex + texmf-dist/tex/plain/lh/testfox.tex + texmf-dist/tex/plain/lh/testkern.tex +catalogue-ctan /fonts/cyrillic/lh +catalogue-date 2009-09-21 21:37:51 +0200 +catalogue-license lppl +catalogue-version 3.5g + +name lhcyr +category Package +revision 15878 +shortdesc A non-standard Cyrillic input scheme. +longdesc A collection of three LaTeX 2e styles intended for typesetting +longdesc Russian and bilingual English-Russian documents, using the lh +longdesc fonts and without the benefit of babel's language-switching +longdesc mechanisms. The packages (lhcyralt and lhcyrwin for use under +longdesc emTeX, and lhcyrkoi for use under teTeX) provide mappings +longdesc between the input encoding and the font encoding (which is +longdesc described as OT1). The way this is done does not match the way +longdesc inputenc would do the job, for output via fontenc to one of the +longdesc T2 series of font encodings. +srcfiles size=4 + texmf-dist/source/latex/lhcyr/README + texmf-dist/source/latex/lhcyr/dvidrv.mfj + texmf-dist/source/latex/lhcyr/lhjob.mfj + texmf-dist/source/latex/lhcyr/wcjob.mfj +runfiles size=73 + texmf-dist/tex/latex/lhcyr/karabas.tex + texmf-dist/tex/latex/lhcyr/kniga.tex + texmf-dist/tex/latex/lhcyr/lhcyralt/README + texmf-dist/tex/latex/lhcyr/lhcyralt/lhcyralt-hyphen.cfg + texmf-dist/tex/latex/lhcyr/lhcyralt/lhcyralt-rhyphen.tex + texmf-dist/tex/latex/lhcyr/lhcyralt/lhcyralt.sty + texmf-dist/tex/latex/lhcyr/lhcyralt/ot1lhdh.fd + texmf-dist/tex/latex/lhcyr/lhcyralt/ot1lhfib.fd + texmf-dist/tex/latex/lhcyr/lhcyralt/ot1lhfr.fd + texmf-dist/tex/latex/lhcyr/lhcyralt/ot1lhr.fd + texmf-dist/tex/latex/lhcyr/lhcyralt/ot1lhss.fd + texmf-dist/tex/latex/lhcyr/lhcyralt/ot1lhtt.fd + texmf-dist/tex/latex/lhcyr/lhcyralt/ot1lhvtt.fd + texmf-dist/tex/latex/lhcyr/lhcyrkoi/README + texmf-dist/tex/latex/lhcyr/lhcyrkoi/kcmf.tgz + texmf-dist/tex/latex/lhcyr/lhcyrkoi/lhcyrkoi-hyphen.cfg + texmf-dist/tex/latex/lhcyr/lhcyrkoi/lhcyrkoi-rhyphen.tex + texmf-dist/tex/latex/lhcyr/lhcyrkoi/lhcyrkoi.sty + texmf-dist/tex/latex/lhcyr/lhcyrkoi/maketfms.sh + texmf-dist/tex/latex/lhcyr/lhcyrkoi/ot1kcdh.fd + texmf-dist/tex/latex/lhcyr/lhcyrkoi/ot1kcfib.fd + texmf-dist/tex/latex/lhcyr/lhcyrkoi/ot1kcfr.fd + texmf-dist/tex/latex/lhcyr/lhcyrkoi/ot1kcr.fd + texmf-dist/tex/latex/lhcyr/lhcyrkoi/ot1kcss.fd + texmf-dist/tex/latex/lhcyr/lhcyrkoi/ot1kctt.fd + texmf-dist/tex/latex/lhcyr/lhcyrkoi/ot1kcvtt.fd + texmf-dist/tex/latex/lhcyr/lhcyrkoi/special.kc + texmf-dist/tex/latex/lhcyr/lhcyrwin/README + texmf-dist/tex/latex/lhcyr/lhcyrwin/lhcyrwin-hyphen.cfg + texmf-dist/tex/latex/lhcyr/lhcyrwin/lhcyrwin-rhyphen.tex + texmf-dist/tex/latex/lhcyr/lhcyrwin/lhcyrwin.sty + texmf-dist/tex/latex/lhcyr/lhcyrwin/ot1wcdh.fd + texmf-dist/tex/latex/lhcyr/lhcyrwin/ot1wcfib.fd + texmf-dist/tex/latex/lhcyr/lhcyrwin/ot1wcfr.fd + texmf-dist/tex/latex/lhcyr/lhcyrwin/ot1wcr.fd + texmf-dist/tex/latex/lhcyr/lhcyrwin/ot1wcss.fd + texmf-dist/tex/latex/lhcyr/lhcyrwin/ot1wctt.fd + texmf-dist/tex/latex/lhcyr/lhcyrwin/ot1wcvtt.fd + texmf-dist/tex/latex/lhcyr/otchet.tex + texmf-dist/tex/latex/lhcyr/pismo.tex + texmf-dist/tex/latex/lhcyr/rusfonts.tex + texmf-dist/tex/latex/lhcyr/statya.tex +catalogue-ctan /macros/latex/contrib/lhcyr +catalogue-date 2008-04-06 23:48:41 +0200 +catalogue-license other-free + +name lhelp +category Package +revision 15878 +shortdesc Miscellaneous helper packages. +longdesc This package defines macros which are useful for many +longdesc documents. It is a large collection of simple 'little helpers' +longdesc which do not really warrant a separate package on their own. +longdesc Included are, among other things, definitions of common units +longdesc with preceeding thinspaces, framed boxes where both width and +longdesc height can be specified, starting new odd or even pages, draft +longdesc markers, notes, conditional includes, including EPS files, and +longdesc versions of enumerate and itemize which allow the horizontal +longdesc and vertical spacing to be changed. +docfiles size=63 + texmf-dist/doc/latex/lhelp/lhelp.pdf +srcfiles size=23 + texmf-dist/source/latex/lhelp/Makefile + texmf-dist/source/latex/lhelp/lhelp.drv + texmf-dist/source/latex/lhelp/lhelp.dtx + texmf-dist/source/latex/lhelp/lhelp.ins +runfiles size=5 + texmf-dist/tex/latex/lhelp/lhelp.sty +catalogue-ctan /macros/latex/contrib/lhelp +catalogue-date 2007-01-08 22:21:56 +0100 +catalogue-license gpl +catalogue-version 2.0 + +name libertine +category Package +revision 15878 +shortdesc Use the font Libertine with LaTeX. +longdesc The Linux-Libertine project offers a font family with a wide +longdesc range of shapes, and support of several alphabets (including +longdesc Latin, Cyrillic, Greek and Hebrew). This is the first package +longdesc (alpha version) to use the font LinLibertine with LaTeX. +execute addMap libertine.map +docfiles size=66 + texmf-dist/doc/fonts/libertine/GPL.txt + texmf-dist/doc/fonts/libertine/LICENCE.txt + texmf-dist/doc/fonts/libertine/OFL.txt + texmf-dist/doc/fonts/libertine/Readme.txt + texmf-dist/doc/fonts/libertine/docsrc.zip + texmf-dist/doc/fonts/libertine/version +runfiles size=6942 + texmf-dist/dvips/libertine/config.libertine + texmf-dist/fonts/afm/public/libertine/fxbb.afm + texmf-dist/fonts/afm/public/libertine/fxbr.afm + texmf-dist/fonts/afm/public/libertine/fxlb.afm + texmf-dist/fonts/afm/public/libertine/fxlbi.afm + texmf-dist/fonts/afm/public/libertine/fxlr.afm + texmf-dist/fonts/afm/public/libertine/fxlrc.afm + texmf-dist/fonts/afm/public/libertine/fxlri.afm + texmf-dist/fonts/enc/dvips/libertine/xb-00.enc + texmf-dist/fonts/enc/dvips/libertine/xb-01.enc + texmf-dist/fonts/enc/dvips/libertine/xb-02.enc + texmf-dist/fonts/enc/dvips/libertine/xb-03.enc + texmf-dist/fonts/enc/dvips/libertine/xb-04.enc + texmf-dist/fonts/enc/dvips/libertine/xb-05.enc + texmf-dist/fonts/enc/dvips/libertine/xb-06.enc + texmf-dist/fonts/enc/dvips/libertine/xb-07.enc + texmf-dist/fonts/enc/dvips/libertine/xb-09.enc + texmf-dist/fonts/enc/dvips/libertine/xb-1e.enc + texmf-dist/fonts/enc/dvips/libertine/xb-1f.enc + texmf-dist/fonts/enc/dvips/libertine/xb-20.enc + texmf-dist/fonts/enc/dvips/libertine/xb-21.enc + texmf-dist/fonts/enc/dvips/libertine/xb-22.enc + texmf-dist/fonts/enc/dvips/libertine/xb-23.enc + texmf-dist/fonts/enc/dvips/libertine/xb-24.enc + texmf-dist/fonts/enc/dvips/libertine/xb-25.enc + texmf-dist/fonts/enc/dvips/libertine/xb-26.enc + texmf-dist/fonts/enc/dvips/libertine/xb-27.enc + texmf-dist/fonts/enc/dvips/libertine/xb-2c.enc + texmf-dist/fonts/enc/dvips/libertine/xb-8x.enc + texmf-dist/fonts/enc/dvips/libertine/xb-a7.enc + texmf-dist/fonts/enc/dvips/libertine/xb-e0.enc + texmf-dist/fonts/enc/dvips/libertine/xb-e1.enc + texmf-dist/fonts/enc/dvips/libertine/xb-f6.enc + texmf-dist/fonts/enc/dvips/libertine/xb-fb.enc + texmf-dist/fonts/enc/dvips/libertine/xb-ff.enc + texmf-dist/fonts/enc/dvips/libertine/xb-t1.enc + texmf-dist/fonts/enc/dvips/libertine/xb-ts1.enc + texmf-dist/fonts/enc/dvips/libertine/xl-00.enc + texmf-dist/fonts/enc/dvips/libertine/xl-01.enc + texmf-dist/fonts/enc/dvips/libertine/xl-02.enc + texmf-dist/fonts/enc/dvips/libertine/xl-03.enc + texmf-dist/fonts/enc/dvips/libertine/xl-04.enc + texmf-dist/fonts/enc/dvips/libertine/xl-05.enc + texmf-dist/fonts/enc/dvips/libertine/xl-06.enc + texmf-dist/fonts/enc/dvips/libertine/xl-07.enc + texmf-dist/fonts/enc/dvips/libertine/xl-09.enc + texmf-dist/fonts/enc/dvips/libertine/xl-1e.enc + texmf-dist/fonts/enc/dvips/libertine/xl-1f.enc + texmf-dist/fonts/enc/dvips/libertine/xl-20.enc + texmf-dist/fonts/enc/dvips/libertine/xl-21.enc + texmf-dist/fonts/enc/dvips/libertine/xl-22.enc + texmf-dist/fonts/enc/dvips/libertine/xl-23.enc + texmf-dist/fonts/enc/dvips/libertine/xl-24.enc + texmf-dist/fonts/enc/dvips/libertine/xl-25.enc + texmf-dist/fonts/enc/dvips/libertine/xl-26.enc + texmf-dist/fonts/enc/dvips/libertine/xl-27.enc + texmf-dist/fonts/enc/dvips/libertine/xl-2c.enc + texmf-dist/fonts/enc/dvips/libertine/xl-8x.enc + texmf-dist/fonts/enc/dvips/libertine/xl-a7.enc + texmf-dist/fonts/enc/dvips/libertine/xl-circle.enc + texmf-dist/fonts/enc/dvips/libertine/xl-e0.enc + texmf-dist/fonts/enc/dvips/libertine/xl-e1.enc + texmf-dist/fonts/enc/dvips/libertine/xl-f6.enc + texmf-dist/fonts/enc/dvips/libertine/xl-fb.enc + texmf-dist/fonts/enc/dvips/libertine/xl-ff.enc + texmf-dist/fonts/enc/dvips/libertine/xl-infsup.enc + texmf-dist/fonts/enc/dvips/libertine/xl-lgi.enc + texmf-dist/fonts/enc/dvips/libertine/xl-lgr.enc + texmf-dist/fonts/enc/dvips/libertine/xl-t1.enc + texmf-dist/fonts/enc/dvips/libertine/xl-ts1.enc + texmf-dist/fonts/map/dvips/libertine/libertine.map + texmf-dist/fonts/opentype/public/libertine/fxbb.otf + texmf-dist/fonts/opentype/public/libertine/fxbr.otf + texmf-dist/fonts/opentype/public/libertine/fxlb.otf + texmf-dist/fonts/opentype/public/libertine/fxlbi.otf + texmf-dist/fonts/opentype/public/libertine/fxlr.otf + texmf-dist/fonts/opentype/public/libertine/fxlrc.otf + texmf-dist/fonts/opentype/public/libertine/fxlri.otf + texmf-dist/fonts/tfm/public/libertine/fxbb-8r.tfm + texmf-dist/fonts/tfm/public/libertine/fxbb-t1.tfm + texmf-dist/fonts/tfm/public/libertine/fxbb-t1fitted.tfm + texmf-dist/fonts/tfm/public/libertine/fxbb-t1o.tfm + texmf-dist/fonts/tfm/public/libertine/fxbb-t1os.tfm + texmf-dist/fonts/tfm/public/libertine/fxbb-ts1.tfm + texmf-dist/fonts/tfm/public/libertine/fxbb-ts1fitted.tfm + texmf-dist/fonts/tfm/public/libertine/fxbb-ts1o.tfm + texmf-dist/fonts/tfm/public/libertine/fxbb-ts1os.tfm + texmf-dist/fonts/tfm/public/libertine/fxbb-xb-00.tfm + texmf-dist/fonts/tfm/public/libertine/fxbb-xb-01.tfm + texmf-dist/fonts/tfm/public/libertine/fxbb-xb-02.tfm + texmf-dist/fonts/tfm/public/libertine/fxbb-xb-03.tfm + texmf-dist/fonts/tfm/public/libertine/fxbb-xb-04.tfm + texmf-dist/fonts/tfm/public/libertine/fxbb-xb-05.tfm + texmf-dist/fonts/tfm/public/libertine/fxbb-xb-06.tfm + texmf-dist/fonts/tfm/public/libertine/fxbb-xb-07.tfm + texmf-dist/fonts/tfm/public/libertine/fxbb-xb-09.tfm + texmf-dist/fonts/tfm/public/libertine/fxbb-xb-1e.tfm + texmf-dist/fonts/tfm/public/libertine/fxbb-xb-1f.tfm + texmf-dist/fonts/tfm/public/libertine/fxbb-xb-20.tfm + texmf-dist/fonts/tfm/public/libertine/fxbb-xb-21.tfm + texmf-dist/fonts/tfm/public/libertine/fxbb-xb-22.tfm + texmf-dist/fonts/tfm/public/libertine/fxbb-xb-23.tfm + texmf-dist/fonts/tfm/public/libertine/fxbb-xb-24.tfm + texmf-dist/fonts/tfm/public/libertine/fxbb-xb-25.tfm + texmf-dist/fonts/tfm/public/libertine/fxbb-xb-26.tfm + texmf-dist/fonts/tfm/public/libertine/fxbb-xb-27.tfm + texmf-dist/fonts/tfm/public/libertine/fxbb-xb-2c.tfm + texmf-dist/fonts/tfm/public/libertine/fxbb-xb-8x.tfm + texmf-dist/fonts/tfm/public/libertine/fxbb-xb-a7.tfm + texmf-dist/fonts/tfm/public/libertine/fxbb-xb-e0.tfm + texmf-dist/fonts/tfm/public/libertine/fxbb-xb-e1.tfm + texmf-dist/fonts/tfm/public/libertine/fxbb-xb-f6.tfm + texmf-dist/fonts/tfm/public/libertine/fxbb-xb-fb.tfm + texmf-dist/fonts/tfm/public/libertine/fxbb-xb-ff.tfm + texmf-dist/fonts/tfm/public/libertine/fxbb-xb-t1.tfm + texmf-dist/fonts/tfm/public/libertine/fxbb-xb-ts1.tfm + texmf-dist/fonts/tfm/public/libertine/fxbbc-t1.tfm + texmf-dist/fonts/tfm/public/libertine/fxbbc-t1fitted.tfm + texmf-dist/fonts/tfm/public/libertine/fxbbc-t1o.tfm + texmf-dist/fonts/tfm/public/libertine/fxbbc-t1os.tfm + texmf-dist/fonts/tfm/public/libertine/fxbbc-ts1.tfm + texmf-dist/fonts/tfm/public/libertine/fxbbc-ts1fitted.tfm + texmf-dist/fonts/tfm/public/libertine/fxbbc-ts1o.tfm + texmf-dist/fonts/tfm/public/libertine/fxbbc-ts1os.tfm + texmf-dist/fonts/tfm/public/libertine/fxbr-8r.tfm + texmf-dist/fonts/tfm/public/libertine/fxbr-t1.tfm + texmf-dist/fonts/tfm/public/libertine/fxbr-t1fitted.tfm + texmf-dist/fonts/tfm/public/libertine/fxbr-t1o.tfm + texmf-dist/fonts/tfm/public/libertine/fxbr-t1os.tfm + texmf-dist/fonts/tfm/public/libertine/fxbr-ts1.tfm + texmf-dist/fonts/tfm/public/libertine/fxbr-ts1fitted.tfm + texmf-dist/fonts/tfm/public/libertine/fxbr-ts1o.tfm + texmf-dist/fonts/tfm/public/libertine/fxbr-ts1os.tfm + texmf-dist/fonts/tfm/public/libertine/fxbr-xb-00.tfm + texmf-dist/fonts/tfm/public/libertine/fxbr-xb-01.tfm + texmf-dist/fonts/tfm/public/libertine/fxbr-xb-02.tfm + texmf-dist/fonts/tfm/public/libertine/fxbr-xb-03.tfm + texmf-dist/fonts/tfm/public/libertine/fxbr-xb-04.tfm + texmf-dist/fonts/tfm/public/libertine/fxbr-xb-05.tfm + texmf-dist/fonts/tfm/public/libertine/fxbr-xb-06.tfm + texmf-dist/fonts/tfm/public/libertine/fxbr-xb-07.tfm + texmf-dist/fonts/tfm/public/libertine/fxbr-xb-09.tfm + texmf-dist/fonts/tfm/public/libertine/fxbr-xb-1e.tfm + texmf-dist/fonts/tfm/public/libertine/fxbr-xb-1f.tfm + texmf-dist/fonts/tfm/public/libertine/fxbr-xb-20.tfm + texmf-dist/fonts/tfm/public/libertine/fxbr-xb-21.tfm + texmf-dist/fonts/tfm/public/libertine/fxbr-xb-22.tfm + texmf-dist/fonts/tfm/public/libertine/fxbr-xb-23.tfm + texmf-dist/fonts/tfm/public/libertine/fxbr-xb-24.tfm + texmf-dist/fonts/tfm/public/libertine/fxbr-xb-25.tfm + texmf-dist/fonts/tfm/public/libertine/fxbr-xb-26.tfm + texmf-dist/fonts/tfm/public/libertine/fxbr-xb-27.tfm + texmf-dist/fonts/tfm/public/libertine/fxbr-xb-2c.tfm + texmf-dist/fonts/tfm/public/libertine/fxbr-xb-8x.tfm + texmf-dist/fonts/tfm/public/libertine/fxbr-xb-a7.tfm + texmf-dist/fonts/tfm/public/libertine/fxbr-xb-e0.tfm + texmf-dist/fonts/tfm/public/libertine/fxbr-xb-e1.tfm + texmf-dist/fonts/tfm/public/libertine/fxbr-xb-f6.tfm + texmf-dist/fonts/tfm/public/libertine/fxbr-xb-fb.tfm + texmf-dist/fonts/tfm/public/libertine/fxbr-xb-ff.tfm + texmf-dist/fonts/tfm/public/libertine/fxbr-xb-t1.tfm + texmf-dist/fonts/tfm/public/libertine/fxbr-xb-ts1.tfm + texmf-dist/fonts/tfm/public/libertine/fxbrc-t1.tfm + texmf-dist/fonts/tfm/public/libertine/fxbrc-t1fitted.tfm + texmf-dist/fonts/tfm/public/libertine/fxbrc-t1o.tfm + texmf-dist/fonts/tfm/public/libertine/fxbrc-t1os.tfm + texmf-dist/fonts/tfm/public/libertine/fxbrc-ts1.tfm + texmf-dist/fonts/tfm/public/libertine/fxbrc-ts1fitted.tfm + texmf-dist/fonts/tfm/public/libertine/fxbrc-ts1o.tfm + texmf-dist/fonts/tfm/public/libertine/fxbrc-ts1os.tfm + texmf-dist/fonts/tfm/public/libertine/fxlb-8r.tfm + texmf-dist/fonts/tfm/public/libertine/fxlb-t1.tfm + texmf-dist/fonts/tfm/public/libertine/fxlb-t1fitted.tfm + texmf-dist/fonts/tfm/public/libertine/fxlb-t1o.tfm + texmf-dist/fonts/tfm/public/libertine/fxlb-t1os.tfm + texmf-dist/fonts/tfm/public/libertine/fxlb-ts1.tfm + texmf-dist/fonts/tfm/public/libertine/fxlb-ts1fitted.tfm + texmf-dist/fonts/tfm/public/libertine/fxlb-ts1o.tfm + texmf-dist/fonts/tfm/public/libertine/fxlb-ts1os.tfm + texmf-dist/fonts/tfm/public/libertine/fxlb-xl-00.tfm + texmf-dist/fonts/tfm/public/libertine/fxlb-xl-01.tfm + texmf-dist/fonts/tfm/public/libertine/fxlb-xl-02.tfm + texmf-dist/fonts/tfm/public/libertine/fxlb-xl-03.tfm + texmf-dist/fonts/tfm/public/libertine/fxlb-xl-04.tfm + texmf-dist/fonts/tfm/public/libertine/fxlb-xl-05.tfm + texmf-dist/fonts/tfm/public/libertine/fxlb-xl-06.tfm + texmf-dist/fonts/tfm/public/libertine/fxlb-xl-07.tfm + texmf-dist/fonts/tfm/public/libertine/fxlb-xl-09.tfm + texmf-dist/fonts/tfm/public/libertine/fxlb-xl-1e.tfm + texmf-dist/fonts/tfm/public/libertine/fxlb-xl-1f.tfm + texmf-dist/fonts/tfm/public/libertine/fxlb-xl-20.tfm + texmf-dist/fonts/tfm/public/libertine/fxlb-xl-21.tfm + texmf-dist/fonts/tfm/public/libertine/fxlb-xl-22.tfm + texmf-dist/fonts/tfm/public/libertine/fxlb-xl-23.tfm + texmf-dist/fonts/tfm/public/libertine/fxlb-xl-24.tfm + texmf-dist/fonts/tfm/public/libertine/fxlb-xl-25.tfm + texmf-dist/fonts/tfm/public/libertine/fxlb-xl-26.tfm + texmf-dist/fonts/tfm/public/libertine/fxlb-xl-27.tfm + texmf-dist/fonts/tfm/public/libertine/fxlb-xl-2c.tfm + texmf-dist/fonts/tfm/public/libertine/fxlb-xl-8x.tfm + texmf-dist/fonts/tfm/public/libertine/fxlb-xl-a7.tfm + texmf-dist/fonts/tfm/public/libertine/fxlb-xl-circle.tfm + texmf-dist/fonts/tfm/public/libertine/fxlb-xl-e0.tfm + texmf-dist/fonts/tfm/public/libertine/fxlb-xl-e1.tfm + texmf-dist/fonts/tfm/public/libertine/fxlb-xl-f6.tfm + texmf-dist/fonts/tfm/public/libertine/fxlb-xl-fb.tfm + texmf-dist/fonts/tfm/public/libertine/fxlb-xl-ff.tfm + texmf-dist/fonts/tfm/public/libertine/fxlb-xl-infsup.tfm + texmf-dist/fonts/tfm/public/libertine/fxlb-xl-t1.tfm + texmf-dist/fonts/tfm/public/libertine/fxlb-xl-ts1.tfm + texmf-dist/fonts/tfm/public/libertine/fxlbc-t1.tfm + texmf-dist/fonts/tfm/public/libertine/fxlbc-t1fitted.tfm + texmf-dist/fonts/tfm/public/libertine/fxlbc-t1o.tfm + texmf-dist/fonts/tfm/public/libertine/fxlbc-t1os.tfm + texmf-dist/fonts/tfm/public/libertine/fxlbc-ts1.tfm + texmf-dist/fonts/tfm/public/libertine/fxlbc-ts1fitted.tfm + texmf-dist/fonts/tfm/public/libertine/fxlbc-ts1o.tfm + texmf-dist/fonts/tfm/public/libertine/fxlbc-ts1os.tfm + texmf-dist/fonts/tfm/public/libertine/fxlbi-8r.tfm + texmf-dist/fonts/tfm/public/libertine/fxlbi-t1.tfm + texmf-dist/fonts/tfm/public/libertine/fxlbi-t1fitted.tfm + texmf-dist/fonts/tfm/public/libertine/fxlbi-t1o.tfm + texmf-dist/fonts/tfm/public/libertine/fxlbi-t1os.tfm + texmf-dist/fonts/tfm/public/libertine/fxlbi-ts1.tfm + texmf-dist/fonts/tfm/public/libertine/fxlbi-ts1fitted.tfm + texmf-dist/fonts/tfm/public/libertine/fxlbi-ts1o.tfm + texmf-dist/fonts/tfm/public/libertine/fxlbi-ts1os.tfm + texmf-dist/fonts/tfm/public/libertine/fxlbi-xl-00.tfm + texmf-dist/fonts/tfm/public/libertine/fxlbi-xl-01.tfm + texmf-dist/fonts/tfm/public/libertine/fxlbi-xl-02.tfm + texmf-dist/fonts/tfm/public/libertine/fxlbi-xl-03.tfm + texmf-dist/fonts/tfm/public/libertine/fxlbi-xl-04.tfm + texmf-dist/fonts/tfm/public/libertine/fxlbi-xl-05.tfm + texmf-dist/fonts/tfm/public/libertine/fxlbi-xl-06.tfm + texmf-dist/fonts/tfm/public/libertine/fxlbi-xl-07.tfm + texmf-dist/fonts/tfm/public/libertine/fxlbi-xl-09.tfm + texmf-dist/fonts/tfm/public/libertine/fxlbi-xl-1e.tfm + texmf-dist/fonts/tfm/public/libertine/fxlbi-xl-1f.tfm + texmf-dist/fonts/tfm/public/libertine/fxlbi-xl-20.tfm + texmf-dist/fonts/tfm/public/libertine/fxlbi-xl-21.tfm + texmf-dist/fonts/tfm/public/libertine/fxlbi-xl-22.tfm + texmf-dist/fonts/tfm/public/libertine/fxlbi-xl-23.tfm + texmf-dist/fonts/tfm/public/libertine/fxlbi-xl-24.tfm + texmf-dist/fonts/tfm/public/libertine/fxlbi-xl-25.tfm + texmf-dist/fonts/tfm/public/libertine/fxlbi-xl-26.tfm + texmf-dist/fonts/tfm/public/libertine/fxlbi-xl-27.tfm + texmf-dist/fonts/tfm/public/libertine/fxlbi-xl-2c.tfm + texmf-dist/fonts/tfm/public/libertine/fxlbi-xl-8x.tfm + texmf-dist/fonts/tfm/public/libertine/fxlbi-xl-a7.tfm + texmf-dist/fonts/tfm/public/libertine/fxlbi-xl-circle.tfm + texmf-dist/fonts/tfm/public/libertine/fxlbi-xl-e0.tfm + texmf-dist/fonts/tfm/public/libertine/fxlbi-xl-e1.tfm + texmf-dist/fonts/tfm/public/libertine/fxlbi-xl-f6.tfm + texmf-dist/fonts/tfm/public/libertine/fxlbi-xl-fb.tfm + texmf-dist/fonts/tfm/public/libertine/fxlbi-xl-ff.tfm + texmf-dist/fonts/tfm/public/libertine/fxlbi-xl-infsup.tfm + texmf-dist/fonts/tfm/public/libertine/fxlbi-xl-t1.tfm + texmf-dist/fonts/tfm/public/libertine/fxlbi-xl-ts1.tfm + texmf-dist/fonts/tfm/public/libertine/fxlbic-t1.tfm + texmf-dist/fonts/tfm/public/libertine/fxlbic-t1fitted.tfm + texmf-dist/fonts/tfm/public/libertine/fxlbic-t1o.tfm + texmf-dist/fonts/tfm/public/libertine/fxlbic-t1os.tfm + texmf-dist/fonts/tfm/public/libertine/fxlbic-ts1.tfm + texmf-dist/fonts/tfm/public/libertine/fxlbic-ts1fitted.tfm + texmf-dist/fonts/tfm/public/libertine/fxlbic-ts1o.tfm + texmf-dist/fonts/tfm/public/libertine/fxlbic-ts1os.tfm + texmf-dist/fonts/tfm/public/libertine/fxlr-8r.tfm + texmf-dist/fonts/tfm/public/libertine/fxlr-t1.tfm + texmf-dist/fonts/tfm/public/libertine/fxlr-t1fitted.tfm + texmf-dist/fonts/tfm/public/libertine/fxlr-t1o.tfm + texmf-dist/fonts/tfm/public/libertine/fxlr-t1os.tfm + texmf-dist/fonts/tfm/public/libertine/fxlr-ts1.tfm + texmf-dist/fonts/tfm/public/libertine/fxlr-ts1fitted.tfm + texmf-dist/fonts/tfm/public/libertine/fxlr-ts1o.tfm + texmf-dist/fonts/tfm/public/libertine/fxlr-ts1os.tfm + texmf-dist/fonts/tfm/public/libertine/fxlr-xl-00.tfm + texmf-dist/fonts/tfm/public/libertine/fxlr-xl-01.tfm + texmf-dist/fonts/tfm/public/libertine/fxlr-xl-02.tfm + texmf-dist/fonts/tfm/public/libertine/fxlr-xl-03.tfm + texmf-dist/fonts/tfm/public/libertine/fxlr-xl-04.tfm + texmf-dist/fonts/tfm/public/libertine/fxlr-xl-05.tfm + texmf-dist/fonts/tfm/public/libertine/fxlr-xl-06.tfm + texmf-dist/fonts/tfm/public/libertine/fxlr-xl-07.tfm + texmf-dist/fonts/tfm/public/libertine/fxlr-xl-09.tfm + texmf-dist/fonts/tfm/public/libertine/fxlr-xl-1e.tfm + texmf-dist/fonts/tfm/public/libertine/fxlr-xl-1f.tfm + texmf-dist/fonts/tfm/public/libertine/fxlr-xl-20.tfm + texmf-dist/fonts/tfm/public/libertine/fxlr-xl-21.tfm + texmf-dist/fonts/tfm/public/libertine/fxlr-xl-22.tfm + texmf-dist/fonts/tfm/public/libertine/fxlr-xl-23.tfm + texmf-dist/fonts/tfm/public/libertine/fxlr-xl-24.tfm + texmf-dist/fonts/tfm/public/libertine/fxlr-xl-25.tfm + texmf-dist/fonts/tfm/public/libertine/fxlr-xl-26.tfm + texmf-dist/fonts/tfm/public/libertine/fxlr-xl-27.tfm + texmf-dist/fonts/tfm/public/libertine/fxlr-xl-2c.tfm + texmf-dist/fonts/tfm/public/libertine/fxlr-xl-8x.tfm + texmf-dist/fonts/tfm/public/libertine/fxlr-xl-a7.tfm + texmf-dist/fonts/tfm/public/libertine/fxlr-xl-circle.tfm + texmf-dist/fonts/tfm/public/libertine/fxlr-xl-e0.tfm + texmf-dist/fonts/tfm/public/libertine/fxlr-xl-e1.tfm + texmf-dist/fonts/tfm/public/libertine/fxlr-xl-f6.tfm + texmf-dist/fonts/tfm/public/libertine/fxlr-xl-fb.tfm + texmf-dist/fonts/tfm/public/libertine/fxlr-xl-ff.tfm + texmf-dist/fonts/tfm/public/libertine/fxlr-xl-infsup.tfm + texmf-dist/fonts/tfm/public/libertine/fxlr-xl-t1.tfm + texmf-dist/fonts/tfm/public/libertine/fxlr-xl-ts1.tfm + texmf-dist/fonts/tfm/public/libertine/fxlrc-8r.tfm + texmf-dist/fonts/tfm/public/libertine/fxlrc-t1.tfm + texmf-dist/fonts/tfm/public/libertine/fxlrc-t1fitted.tfm + texmf-dist/fonts/tfm/public/libertine/fxlrc-t1o.tfm + texmf-dist/fonts/tfm/public/libertine/fxlrc-t1os.tfm + texmf-dist/fonts/tfm/public/libertine/fxlrc-ts1.tfm + texmf-dist/fonts/tfm/public/libertine/fxlrc-ts1fitted.tfm + texmf-dist/fonts/tfm/public/libertine/fxlrc-ts1o.tfm + texmf-dist/fonts/tfm/public/libertine/fxlrc-ts1os.tfm + texmf-dist/fonts/tfm/public/libertine/fxlrc-xl-00.tfm + texmf-dist/fonts/tfm/public/libertine/fxlrc-xl-01.tfm + texmf-dist/fonts/tfm/public/libertine/fxlrc-xl-02.tfm + texmf-dist/fonts/tfm/public/libertine/fxlrc-xl-03.tfm + texmf-dist/fonts/tfm/public/libertine/fxlrc-xl-04.tfm + texmf-dist/fonts/tfm/public/libertine/fxlrc-xl-05.tfm + texmf-dist/fonts/tfm/public/libertine/fxlrc-xl-06.tfm + texmf-dist/fonts/tfm/public/libertine/fxlrc-xl-07.tfm + texmf-dist/fonts/tfm/public/libertine/fxlrc-xl-09.tfm + texmf-dist/fonts/tfm/public/libertine/fxlrc-xl-1e.tfm + texmf-dist/fonts/tfm/public/libertine/fxlrc-xl-1f.tfm + texmf-dist/fonts/tfm/public/libertine/fxlrc-xl-20.tfm + texmf-dist/fonts/tfm/public/libertine/fxlrc-xl-21.tfm + texmf-dist/fonts/tfm/public/libertine/fxlrc-xl-22.tfm + texmf-dist/fonts/tfm/public/libertine/fxlrc-xl-23.tfm + texmf-dist/fonts/tfm/public/libertine/fxlrc-xl-24.tfm + texmf-dist/fonts/tfm/public/libertine/fxlrc-xl-25.tfm + texmf-dist/fonts/tfm/public/libertine/fxlrc-xl-26.tfm + texmf-dist/fonts/tfm/public/libertine/fxlrc-xl-27.tfm + texmf-dist/fonts/tfm/public/libertine/fxlrc-xl-2c.tfm + texmf-dist/fonts/tfm/public/libertine/fxlrc-xl-8x.tfm + texmf-dist/fonts/tfm/public/libertine/fxlrc-xl-a7.tfm + texmf-dist/fonts/tfm/public/libertine/fxlrc-xl-circle.tfm + texmf-dist/fonts/tfm/public/libertine/fxlrc-xl-e0.tfm + texmf-dist/fonts/tfm/public/libertine/fxlrc-xl-e1.tfm + texmf-dist/fonts/tfm/public/libertine/fxlrc-xl-f6.tfm + texmf-dist/fonts/tfm/public/libertine/fxlrc-xl-fb.tfm + texmf-dist/fonts/tfm/public/libertine/fxlrc-xl-ff.tfm + texmf-dist/fonts/tfm/public/libertine/fxlrc-xl-infsup.tfm + texmf-dist/fonts/tfm/public/libertine/fxlrc-xl-t1.tfm + texmf-dist/fonts/tfm/public/libertine/fxlrc-xl-ts1.tfm + texmf-dist/fonts/tfm/public/libertine/fxlri-8r.tfm + texmf-dist/fonts/tfm/public/libertine/fxlri-t1.tfm + texmf-dist/fonts/tfm/public/libertine/fxlri-t1fitted.tfm + texmf-dist/fonts/tfm/public/libertine/fxlri-t1o.tfm + texmf-dist/fonts/tfm/public/libertine/fxlri-t1os.tfm + texmf-dist/fonts/tfm/public/libertine/fxlri-ts1.tfm + texmf-dist/fonts/tfm/public/libertine/fxlri-ts1fitted.tfm + texmf-dist/fonts/tfm/public/libertine/fxlri-ts1o.tfm + texmf-dist/fonts/tfm/public/libertine/fxlri-ts1os.tfm + texmf-dist/fonts/tfm/public/libertine/fxlri-xl-00.tfm + texmf-dist/fonts/tfm/public/libertine/fxlri-xl-01.tfm + texmf-dist/fonts/tfm/public/libertine/fxlri-xl-02.tfm + texmf-dist/fonts/tfm/public/libertine/fxlri-xl-03.tfm + texmf-dist/fonts/tfm/public/libertine/fxlri-xl-04.tfm + texmf-dist/fonts/tfm/public/libertine/fxlri-xl-05.tfm + texmf-dist/fonts/tfm/public/libertine/fxlri-xl-06.tfm + texmf-dist/fonts/tfm/public/libertine/fxlri-xl-07.tfm + texmf-dist/fonts/tfm/public/libertine/fxlri-xl-09.tfm + texmf-dist/fonts/tfm/public/libertine/fxlri-xl-1e.tfm + texmf-dist/fonts/tfm/public/libertine/fxlri-xl-1f.tfm + texmf-dist/fonts/tfm/public/libertine/fxlri-xl-20.tfm + texmf-dist/fonts/tfm/public/libertine/fxlri-xl-21.tfm + texmf-dist/fonts/tfm/public/libertine/fxlri-xl-22.tfm + texmf-dist/fonts/tfm/public/libertine/fxlri-xl-23.tfm + texmf-dist/fonts/tfm/public/libertine/fxlri-xl-24.tfm + texmf-dist/fonts/tfm/public/libertine/fxlri-xl-25.tfm + texmf-dist/fonts/tfm/public/libertine/fxlri-xl-26.tfm + texmf-dist/fonts/tfm/public/libertine/fxlri-xl-27.tfm + texmf-dist/fonts/tfm/public/libertine/fxlri-xl-2c.tfm + texmf-dist/fonts/tfm/public/libertine/fxlri-xl-8x.tfm + texmf-dist/fonts/tfm/public/libertine/fxlri-xl-a7.tfm + texmf-dist/fonts/tfm/public/libertine/fxlri-xl-circle.tfm + texmf-dist/fonts/tfm/public/libertine/fxlri-xl-e0.tfm + texmf-dist/fonts/tfm/public/libertine/fxlri-xl-e1.tfm + texmf-dist/fonts/tfm/public/libertine/fxlri-xl-f6.tfm + texmf-dist/fonts/tfm/public/libertine/fxlri-xl-fb.tfm + texmf-dist/fonts/tfm/public/libertine/fxlri-xl-ff.tfm + texmf-dist/fonts/tfm/public/libertine/fxlri-xl-infsup.tfm + texmf-dist/fonts/tfm/public/libertine/fxlri-xl-t1.tfm + texmf-dist/fonts/tfm/public/libertine/fxlri-xl-ts1.tfm + texmf-dist/fonts/tfm/public/libertine/fxlric-t1.tfm + texmf-dist/fonts/tfm/public/libertine/fxlric-t1fitted.tfm + texmf-dist/fonts/tfm/public/libertine/fxlric-t1o.tfm + texmf-dist/fonts/tfm/public/libertine/fxlric-t1os.tfm + texmf-dist/fonts/tfm/public/libertine/fxlric-ts1.tfm + texmf-dist/fonts/tfm/public/libertine/fxlric-ts1fitted.tfm + texmf-dist/fonts/tfm/public/libertine/fxlric-ts1o.tfm + texmf-dist/fonts/tfm/public/libertine/fxlric-ts1os.tfm + texmf-dist/fonts/truetype/public/libertine/fxbb.ttf + texmf-dist/fonts/truetype/public/libertine/fxbr.ttf + texmf-dist/fonts/truetype/public/libertine/fxlb.ttf + texmf-dist/fonts/truetype/public/libertine/fxlbi.ttf + texmf-dist/fonts/truetype/public/libertine/fxlr.ttf + texmf-dist/fonts/truetype/public/libertine/fxlrc.ttf + texmf-dist/fonts/truetype/public/libertine/fxlri.ttf + texmf-dist/fonts/type1/public/libertine/fxbb.pfb + texmf-dist/fonts/type1/public/libertine/fxbr.pfb + texmf-dist/fonts/type1/public/libertine/fxlb.pfb + texmf-dist/fonts/type1/public/libertine/fxlbi.pfb + texmf-dist/fonts/type1/public/libertine/fxlr.pfb + texmf-dist/fonts/type1/public/libertine/fxlrc.pfb + texmf-dist/fonts/type1/public/libertine/fxlri.pfb + texmf-dist/fonts/vf/public/libertine/fxbb-t1.vf + texmf-dist/fonts/vf/public/libertine/fxbb-t1fitted.vf + texmf-dist/fonts/vf/public/libertine/fxbb-t1o.vf + texmf-dist/fonts/vf/public/libertine/fxbb-t1os.vf + texmf-dist/fonts/vf/public/libertine/fxbb-ts1.vf + texmf-dist/fonts/vf/public/libertine/fxbb-ts1fitted.vf + texmf-dist/fonts/vf/public/libertine/fxbb-ts1o.vf + texmf-dist/fonts/vf/public/libertine/fxbb-ts1os.vf + texmf-dist/fonts/vf/public/libertine/fxbbc-t1.vf + texmf-dist/fonts/vf/public/libertine/fxbbc-t1fitted.vf + texmf-dist/fonts/vf/public/libertine/fxbbc-t1o.vf + texmf-dist/fonts/vf/public/libertine/fxbbc-t1os.vf + texmf-dist/fonts/vf/public/libertine/fxbbc-ts1.vf + texmf-dist/fonts/vf/public/libertine/fxbbc-ts1fitted.vf + texmf-dist/fonts/vf/public/libertine/fxbbc-ts1o.vf + texmf-dist/fonts/vf/public/libertine/fxbbc-ts1os.vf + texmf-dist/fonts/vf/public/libertine/fxbr-t1.vf + texmf-dist/fonts/vf/public/libertine/fxbr-t1fitted.vf + texmf-dist/fonts/vf/public/libertine/fxbr-t1o.vf + texmf-dist/fonts/vf/public/libertine/fxbr-t1os.vf + texmf-dist/fonts/vf/public/libertine/fxbr-ts1.vf + texmf-dist/fonts/vf/public/libertine/fxbr-ts1fitted.vf + texmf-dist/fonts/vf/public/libertine/fxbr-ts1o.vf + texmf-dist/fonts/vf/public/libertine/fxbr-ts1os.vf + texmf-dist/fonts/vf/public/libertine/fxbrc-t1.vf + texmf-dist/fonts/vf/public/libertine/fxbrc-t1fitted.vf + texmf-dist/fonts/vf/public/libertine/fxbrc-t1o.vf + texmf-dist/fonts/vf/public/libertine/fxbrc-t1os.vf + texmf-dist/fonts/vf/public/libertine/fxbrc-ts1.vf + texmf-dist/fonts/vf/public/libertine/fxbrc-ts1fitted.vf + texmf-dist/fonts/vf/public/libertine/fxbrc-ts1o.vf + texmf-dist/fonts/vf/public/libertine/fxbrc-ts1os.vf + texmf-dist/fonts/vf/public/libertine/fxlb-t1.vf + texmf-dist/fonts/vf/public/libertine/fxlb-t1fitted.vf + texmf-dist/fonts/vf/public/libertine/fxlb-t1o.vf + texmf-dist/fonts/vf/public/libertine/fxlb-t1os.vf + texmf-dist/fonts/vf/public/libertine/fxlb-ts1.vf + texmf-dist/fonts/vf/public/libertine/fxlb-ts1fitted.vf + texmf-dist/fonts/vf/public/libertine/fxlb-ts1o.vf + texmf-dist/fonts/vf/public/libertine/fxlb-ts1os.vf + texmf-dist/fonts/vf/public/libertine/fxlbc-t1.vf + texmf-dist/fonts/vf/public/libertine/fxlbc-t1fitted.vf + texmf-dist/fonts/vf/public/libertine/fxlbc-t1o.vf + texmf-dist/fonts/vf/public/libertine/fxlbc-t1os.vf + texmf-dist/fonts/vf/public/libertine/fxlbc-ts1.vf + texmf-dist/fonts/vf/public/libertine/fxlbc-ts1fitted.vf + texmf-dist/fonts/vf/public/libertine/fxlbc-ts1o.vf + texmf-dist/fonts/vf/public/libertine/fxlbc-ts1os.vf + texmf-dist/fonts/vf/public/libertine/fxlbi-t1.vf + texmf-dist/fonts/vf/public/libertine/fxlbi-t1fitted.vf + texmf-dist/fonts/vf/public/libertine/fxlbi-t1o.vf + texmf-dist/fonts/vf/public/libertine/fxlbi-t1os.vf + texmf-dist/fonts/vf/public/libertine/fxlbi-ts1.vf + texmf-dist/fonts/vf/public/libertine/fxlbi-ts1fitted.vf + texmf-dist/fonts/vf/public/libertine/fxlbi-ts1o.vf + texmf-dist/fonts/vf/public/libertine/fxlbi-ts1os.vf + texmf-dist/fonts/vf/public/libertine/fxlbic-t1.vf + texmf-dist/fonts/vf/public/libertine/fxlbic-t1fitted.vf + texmf-dist/fonts/vf/public/libertine/fxlbic-t1o.vf + texmf-dist/fonts/vf/public/libertine/fxlbic-t1os.vf + texmf-dist/fonts/vf/public/libertine/fxlbic-ts1.vf + texmf-dist/fonts/vf/public/libertine/fxlbic-ts1fitted.vf + texmf-dist/fonts/vf/public/libertine/fxlbic-ts1o.vf + texmf-dist/fonts/vf/public/libertine/fxlbic-ts1os.vf + texmf-dist/fonts/vf/public/libertine/fxlr-t1.vf + texmf-dist/fonts/vf/public/libertine/fxlr-t1fitted.vf + texmf-dist/fonts/vf/public/libertine/fxlr-t1o.vf + texmf-dist/fonts/vf/public/libertine/fxlr-t1os.vf + texmf-dist/fonts/vf/public/libertine/fxlr-ts1.vf + texmf-dist/fonts/vf/public/libertine/fxlr-ts1fitted.vf + texmf-dist/fonts/vf/public/libertine/fxlr-ts1o.vf + texmf-dist/fonts/vf/public/libertine/fxlr-ts1os.vf + texmf-dist/fonts/vf/public/libertine/fxlrc-t1.vf + texmf-dist/fonts/vf/public/libertine/fxlrc-t1fitted.vf + texmf-dist/fonts/vf/public/libertine/fxlrc-t1o.vf + texmf-dist/fonts/vf/public/libertine/fxlrc-t1os.vf + texmf-dist/fonts/vf/public/libertine/fxlrc-ts1.vf + texmf-dist/fonts/vf/public/libertine/fxlrc-ts1fitted.vf + texmf-dist/fonts/vf/public/libertine/fxlrc-ts1o.vf + texmf-dist/fonts/vf/public/libertine/fxlrc-ts1os.vf + texmf-dist/fonts/vf/public/libertine/fxlri-t1.vf + texmf-dist/fonts/vf/public/libertine/fxlri-t1fitted.vf + texmf-dist/fonts/vf/public/libertine/fxlri-t1o.vf + texmf-dist/fonts/vf/public/libertine/fxlri-t1os.vf + texmf-dist/fonts/vf/public/libertine/fxlri-ts1.vf + texmf-dist/fonts/vf/public/libertine/fxlri-ts1fitted.vf + texmf-dist/fonts/vf/public/libertine/fxlri-ts1o.vf + texmf-dist/fonts/vf/public/libertine/fxlri-ts1os.vf + texmf-dist/fonts/vf/public/libertine/fxlric-t1.vf + texmf-dist/fonts/vf/public/libertine/fxlric-t1fitted.vf + texmf-dist/fonts/vf/public/libertine/fxlric-t1o.vf + texmf-dist/fonts/vf/public/libertine/fxlric-t1os.vf + texmf-dist/fonts/vf/public/libertine/fxlric-ts1.vf + texmf-dist/fonts/vf/public/libertine/fxlric-ts1fitted.vf + texmf-dist/fonts/vf/public/libertine/fxlric-ts1o.vf + texmf-dist/fonts/vf/public/libertine/fxlric-ts1os.vf + texmf-dist/tex/latex/libertine/fxb.inc + texmf-dist/tex/latex/libertine/fxl.inc + texmf-dist/tex/latex/libertine/libertine.sty + texmf-dist/tex/latex/libertine/t1fxb.fd + texmf-dist/tex/latex/libertine/t1fxbf.fd + texmf-dist/tex/latex/libertine/t1fxbj.fd + texmf-dist/tex/latex/libertine/t1fxbo.fd + texmf-dist/tex/latex/libertine/t1fxl.fd + texmf-dist/tex/latex/libertine/t1fxlf.fd + texmf-dist/tex/latex/libertine/t1fxlj.fd + texmf-dist/tex/latex/libertine/t1fxlo.fd + texmf-dist/tex/latex/libertine/ts1fxb.fd + texmf-dist/tex/latex/libertine/ts1fxbf.fd + texmf-dist/tex/latex/libertine/ts1fxbj.fd + texmf-dist/tex/latex/libertine/ts1fxbo.fd + texmf-dist/tex/latex/libertine/ts1fxl.fd + texmf-dist/tex/latex/libertine/ts1fxlf.fd + texmf-dist/tex/latex/libertine/ts1fxlj.fd + texmf-dist/tex/latex/libertine/ts1fxlo.fd + texmf-dist/tex/latex/libertine/ufxb00.fd + texmf-dist/tex/latex/libertine/ufxb01.fd + texmf-dist/tex/latex/libertine/ufxb02.fd + texmf-dist/tex/latex/libertine/ufxb03.fd + texmf-dist/tex/latex/libertine/ufxb04.fd + texmf-dist/tex/latex/libertine/ufxb05.fd + texmf-dist/tex/latex/libertine/ufxb06.fd + texmf-dist/tex/latex/libertine/ufxb07.fd + texmf-dist/tex/latex/libertine/ufxb09.fd + texmf-dist/tex/latex/libertine/ufxb1e.fd + texmf-dist/tex/latex/libertine/ufxb1f.fd + texmf-dist/tex/latex/libertine/ufxb20.fd + texmf-dist/tex/latex/libertine/ufxb21.fd + texmf-dist/tex/latex/libertine/ufxb22.fd + texmf-dist/tex/latex/libertine/ufxb23.fd + texmf-dist/tex/latex/libertine/ufxb24.fd + texmf-dist/tex/latex/libertine/ufxb25.fd + texmf-dist/tex/latex/libertine/ufxb26.fd + texmf-dist/tex/latex/libertine/ufxb27.fd + texmf-dist/tex/latex/libertine/ufxb2c.fd + texmf-dist/tex/latex/libertine/ufxba7.fd + texmf-dist/tex/latex/libertine/ufxbe0.fd + texmf-dist/tex/latex/libertine/ufxbe1.fd + texmf-dist/tex/latex/libertine/ufxbf6.fd + texmf-dist/tex/latex/libertine/ufxbfb.fd + texmf-dist/tex/latex/libertine/ufxbff.fd + texmf-dist/tex/latex/libertine/ufxl00.fd + texmf-dist/tex/latex/libertine/ufxl01.fd + texmf-dist/tex/latex/libertine/ufxl02.fd + texmf-dist/tex/latex/libertine/ufxl03.fd + texmf-dist/tex/latex/libertine/ufxl04.fd + texmf-dist/tex/latex/libertine/ufxl05.fd + texmf-dist/tex/latex/libertine/ufxl06.fd + texmf-dist/tex/latex/libertine/ufxl07.fd + texmf-dist/tex/latex/libertine/ufxl09.fd + texmf-dist/tex/latex/libertine/ufxl1e.fd + texmf-dist/tex/latex/libertine/ufxl1f.fd + texmf-dist/tex/latex/libertine/ufxl20.fd + texmf-dist/tex/latex/libertine/ufxl21.fd + texmf-dist/tex/latex/libertine/ufxl22.fd + texmf-dist/tex/latex/libertine/ufxl23.fd + texmf-dist/tex/latex/libertine/ufxl24.fd + texmf-dist/tex/latex/libertine/ufxl25.fd + texmf-dist/tex/latex/libertine/ufxl26.fd + texmf-dist/tex/latex/libertine/ufxl27.fd + texmf-dist/tex/latex/libertine/ufxl2c.fd + texmf-dist/tex/latex/libertine/ufxla7.fd + texmf-dist/tex/latex/libertine/ufxlc.fd + texmf-dist/tex/latex/libertine/ufxle0.fd + texmf-dist/tex/latex/libertine/ufxle1.fd + texmf-dist/tex/latex/libertine/ufxlf6.fd + texmf-dist/tex/latex/libertine/ufxlfb.fd + texmf-dist/tex/latex/libertine/ufxlff.fd + texmf-dist/tex/latex/libertine/ufxlinfsup.fd + texmf-dist/tex/xelatex/libertine/libertine.sty +catalogue-ctan /fonts/libertine +catalogue-date 2009-05-25 22:20:32 +0200 +catalogue-license gpl + +name libris +category Package +revision 15878 +shortdesc Libris ADF fonts, with LaTeX support. +longdesc LibrisADF is a sans-serif family designed to mimic Lydian. The +longdesc bundle includes: - fonts, in Adobe Type 1, TrueType and +longdesc OpenType formats, and - LaTeX support macros, for use with the +longdesc Type 1 versions of the fonts. The LaTeX macros depend on the +longdesc nfssext-cfr bundle. +execute addMap yly.map +docfiles size=62 + texmf-dist/doc/fonts/libris/0x69487794.asc + texmf-dist/doc/fonts/libris/COPYING + texmf-dist/doc/fonts/libris/NOTICE + texmf-dist/doc/fonts/libris/README details="Readme" + texmf-dist/doc/fonts/libris/manifest.txt + texmf-dist/doc/fonts/libris/ylyr8a.pfb.pdf details="Sample font table" +srcfiles size=21 + texmf-dist/source/fonts/libris/libris-supp.etx + texmf-dist/source/fonts/libris/reglyph-yly.tex + texmf-dist/source/fonts/libris/resetalt.mtx + texmf-dist/source/fonts/libris/t1-libris.etx + texmf-dist/source/fonts/libris/t1-librisswash.etx + texmf-dist/source/fonts/libris/yly-drv.tex + texmf-dist/source/fonts/libris/yly-map.tex +runfiles size=270 + texmf-dist/fonts/afm/arkandis/libris/ylyb8a.afm + texmf-dist/fonts/afm/arkandis/libris/ylybi8a.afm + texmf-dist/fonts/afm/arkandis/libris/ylyr8a.afm + texmf-dist/fonts/afm/arkandis/libris/ylyri8a.afm + texmf-dist/fonts/enc/dvips/libris/libris-supp.enc + texmf-dist/fonts/map/dvips/libris/yly.map + texmf-dist/fonts/opentype/arkandis/libris/LibrisADFStd-Bold.otf + texmf-dist/fonts/opentype/arkandis/libris/LibrisADFStd-BoldItalic.otf + texmf-dist/fonts/opentype/arkandis/libris/LibrisADFStd-Italic.otf + texmf-dist/fonts/opentype/arkandis/libris/LibrisADFStd-Regular.otf + texmf-dist/fonts/tfm/arkandis/libris/ylyb8c.tfm + texmf-dist/fonts/tfm/arkandis/libris/ylyb8r.tfm + texmf-dist/fonts/tfm/arkandis/libris/ylyb8s.tfm + texmf-dist/fonts/tfm/arkandis/libris/ylyb8t.tfm + texmf-dist/fonts/tfm/arkandis/libris/ylybi8c.tfm + texmf-dist/fonts/tfm/arkandis/libris/ylybi8r.tfm + texmf-dist/fonts/tfm/arkandis/libris/ylybi8s.tfm + texmf-dist/fonts/tfm/arkandis/libris/ylybi8t.tfm + texmf-dist/fonts/tfm/arkandis/libris/ylybiw8t.tfm + texmf-dist/fonts/tfm/arkandis/libris/ylybw8t.tfm + texmf-dist/fonts/tfm/arkandis/libris/ylyr8c.tfm + texmf-dist/fonts/tfm/arkandis/libris/ylyr8r.tfm + texmf-dist/fonts/tfm/arkandis/libris/ylyr8s.tfm + texmf-dist/fonts/tfm/arkandis/libris/ylyr8t.tfm + texmf-dist/fonts/tfm/arkandis/libris/ylyri8c.tfm + texmf-dist/fonts/tfm/arkandis/libris/ylyri8r.tfm + texmf-dist/fonts/tfm/arkandis/libris/ylyri8s.tfm + texmf-dist/fonts/tfm/arkandis/libris/ylyri8t.tfm + texmf-dist/fonts/tfm/arkandis/libris/ylyriw8t.tfm + texmf-dist/fonts/tfm/arkandis/libris/ylyrw8t.tfm + texmf-dist/fonts/truetype/arkandis/libris/LibrisADFStd-Bold.ttf + texmf-dist/fonts/truetype/arkandis/libris/LibrisADFStd-BoldItalic.ttf + texmf-dist/fonts/truetype/arkandis/libris/LibrisADFStd-Italic.ttf + texmf-dist/fonts/truetype/arkandis/libris/LibrisADFStd-Regular.ttf + texmf-dist/fonts/type1/arkandis/libris/ylyb8a.pfb + texmf-dist/fonts/type1/arkandis/libris/ylyb8a.pfm + texmf-dist/fonts/type1/arkandis/libris/ylybi8a.pfb + texmf-dist/fonts/type1/arkandis/libris/ylybi8a.pfm + texmf-dist/fonts/type1/arkandis/libris/ylyr8a.pfb + texmf-dist/fonts/type1/arkandis/libris/ylyr8a.pfm + texmf-dist/fonts/type1/arkandis/libris/ylyri8a.pfb + texmf-dist/fonts/type1/arkandis/libris/ylyri8a.pfm + texmf-dist/fonts/vf/arkandis/libris/ylyb8c.vf + texmf-dist/fonts/vf/arkandis/libris/ylyb8t.vf + texmf-dist/fonts/vf/arkandis/libris/ylybi8c.vf + texmf-dist/fonts/vf/arkandis/libris/ylybi8t.vf + texmf-dist/fonts/vf/arkandis/libris/ylybiw8t.vf + texmf-dist/fonts/vf/arkandis/libris/ylybw8t.vf + texmf-dist/fonts/vf/arkandis/libris/ylyr8c.vf + texmf-dist/fonts/vf/arkandis/libris/ylyr8t.vf + texmf-dist/fonts/vf/arkandis/libris/ylyri8c.vf + texmf-dist/fonts/vf/arkandis/libris/ylyri8t.vf + texmf-dist/fonts/vf/arkandis/libris/ylyriw8t.vf + texmf-dist/fonts/vf/arkandis/libris/ylyrw8t.vf + texmf-dist/tex/latex/libris/libris.sty + texmf-dist/tex/latex/libris/t1yly.fd + texmf-dist/tex/latex/libris/t1ylyw.fd + texmf-dist/tex/latex/libris/ts1yly.fd + texmf-dist/tex/latex/libris/ts1ylyw.fd +catalogue-ctan /fonts/libris +catalogue-date 2009-04-02 00:37:26 +0200 +catalogue-license gpl + +name limap +category Package +revision 15878 +shortdesc Typeset maps and blocks according to the Information Mapping method. +longdesc The Information Mapping method provides a methodology for +longdesc structuring and presenting information. It claims to be useful +longdesc for readers who are more concerned about finding the right +longdesc information than reading the document as a whole. Thus short, +longdesc highly structured, and context free pieces of information are +longdesc used. A LaTeX style and a LaTeX class are provided. The style +longdesc contains definitions to typeset maps and blocks according to +longdesc the Information Mapping method. The class provides all +longdesc definitions to typeset a whole document. +srcfiles size=13 + texmf-dist/source/latex/limap/Makefile + texmf-dist/source/latex/limap/limap.dtx + texmf-dist/source/latex/limap/limap.ins +runfiles size=6 + texmf-dist/tex/latex/limap/limap.cls + texmf-dist/tex/latex/limap/limap.sty +catalogue-ctan /macros/latex/contrib/gene/limap +catalogue-date 2007-01-08 23:14:30 +0100 +catalogue-license lppl + +name linearA +category Package +revision 15878 +shortdesc Linear A script fonts. +longdesc The linearA package provides a simple interface to two fonts +longdesc which include all known symbols, simple and complex, of the +longdesc Linear A script. This way one can easily replicate Linear A +longdesc "texts" using modern typographic technology. Note that the +longdesc Linear A script has not been deciphered yet and probably never +longdesc will be deciphered. +execute addMap linearA.map +docfiles size=47 + texmf-dist/doc/fonts/linearA/README + texmf-dist/doc/fonts/linearA/linearA_glyphs.pdf +srcfiles size=8 + texmf-dist/source/fonts/linearA/linearA.dtx + texmf-dist/source/fonts/linearA/linearA.ins +runfiles size=53 + texmf-dist/fonts/afm/public/linearA/LinearA.afm + texmf-dist/fonts/afm/public/linearA/LinearACmplxSigns.afm + texmf-dist/fonts/map/dvips/linearA/linearA.map + texmf-dist/fonts/tfm/public/linearA/LinearA.tfm + texmf-dist/fonts/tfm/public/linearA/LinearACmplxSigns.tfm + texmf-dist/fonts/type1/public/linearA/LinearA.pfb + texmf-dist/fonts/type1/public/linearA/LinearACmplxSigns.pfb + texmf-dist/tex/latex/linearA/linearA.sty +catalogue-ctan /fonts/archaic/linearA +catalogue-date 2006-12-01 16:33:32 +0100 +catalogue-license lppl + +name lineno +category Package +revision 15878 +shortdesc Line numbers on paragraphs. +longdesc Adds line numbers to selected paragraphs with reference +longdesc possible through the LaTeX \ref and \pageref cross reference +longdesc mechanism. +docfiles size=189 + texmf-dist/doc/latex/lineno/CHANGES.txt + texmf-dist/doc/latex/lineno/COPYING.txt + texmf-dist/doc/latex/lineno/README.txt + texmf-dist/doc/latex/lineno/lineno.pdf details="Package documentation:" + texmf-dist/doc/latex/lineno/lineno.tex + texmf-dist/doc/latex/lineno/lnosuppl.pdf details="Supplementary files as pdf:" + texmf-dist/doc/latex/lineno/lnosuppl.tex + texmf-dist/doc/latex/lineno/ulineno.pdf details="User manual:" + texmf-dist/doc/latex/lineno/ulineno.tex +runfiles size=48 + texmf-dist/tex/latex/lineno/ednmath0.sty + texmf-dist/tex/latex/lineno/edtable.sty + texmf-dist/tex/latex/lineno/lineno.sty + texmf-dist/tex/latex/lineno/vplref.sty +catalogue-ctan /macros/latex/contrib/lineno +catalogue-date 2006-12-08 20:57:43 +0100 +catalogue-license lppl +catalogue-version 4.41 + +name linguex +category Package +revision 15878 +shortdesc Format linguists' examples. +longdesc This bundle comprises two packages: - The linguex package +longdesc facilitates the formatting of linguist examples, automatically +longdesc taking care of example numbering, indentations, indexed +longdesc brackets, and the '*' in grammaticality judgments. - The ps- +longdesc trees package provides linguistic trees, building on the macros +longdesc of tree-dvips, but overcoming some of the older package's +longdesc shortcomings. +docfiles size=48 + texmf-dist/doc/latex/linguex/README + texmf-dist/doc/latex/linguex/README.TEXLIVE + texmf-dist/doc/latex/linguex/linguex-doc.pdf details="Linguex manual:" + texmf-dist/doc/latex/linguex/linguex-doc.tex + texmf-dist/doc/latex/linguex/ps-trees-doc.pdf details="PS-trees manual:" + texmf-dist/doc/latex/linguex/ps-trees-doc.tex +runfiles size=7 + texmf-dist/tex/latex/linguex/linguex.sty + texmf-dist/tex/latex/linguex/linguho.sty + texmf-dist/tex/latex/linguex/ps-trees.sty +catalogue-ctan /macros/latex/contrib/linguex +catalogue-date 2009-10-15 16:59:57 +0200 +catalogue-license lppl +catalogue-version 4.0 + +name lipsum +category Package +revision 15878 +shortdesc Easy access to the Lorem Ipsum dummy text. +longdesc This package gives you easy access to the Lorem Ipsum dummy +longdesc text. All the paragraphs are taken with permission from +longdesc http://lipsum.com/. +docfiles size=83 + texmf-dist/doc/latex/lipsum/README.1st + texmf-dist/doc/latex/lipsum/lipsum.pdf +srcfiles size=27 + texmf-dist/source/latex/lipsum/lipsum.dtx + texmf-dist/source/latex/lipsum/lipsum.ins +runfiles size=25 + texmf-dist/tex/latex/lipsum/lipsum.sty +catalogue-ctan /macros/latex/contrib/lipsum +catalogue-date 2006-12-08 20:57:43 +0100 +catalogue-license lppl +catalogue-version v1.0 + +name listbib +category Package +revision 15878 +shortdesc Lists contents of BibTeX files. +longdesc Generates listings of bibliographic data bases in BibTeX format +longdesc -- for example for archival purposes. Included is a listbib.bst +longdesc which is better suited for this purpose than the standard +longdesc styles. +docfiles size=18 + texmf-dist/doc/latex/listbib/listbib.doc + texmf-dist/doc/latex/listbib/listbib.dvi + texmf-dist/doc/latex/listbib/listbib.tex +srcfiles size=14 + texmf-dist/source/latex/listbib/listbib + texmf-dist/source/latex/listbib/listbib.drv + texmf-dist/source/latex/listbib/listbib.dtx + texmf-dist/source/latex/listbib/listbib.ins +runfiles size=3 + texmf-dist/tex/latex/listbib/listbib.cfg + texmf-dist/tex/latex/listbib/listbib.sty +catalogue-ctan /macros/latex/contrib/listbib +catalogue-date 2006-09-21 15:43:06 +0200 +catalogue-license gpl +catalogue-version 2.2 + +name listings +category Package +revision 15878 +shortdesc Typeset source code listings using LaTeX. +longdesc Typeset programs (programming code) within LaTeX. The source +longdesc code is read directly by TeX. Keywords, comments and strings +longdesc can be typeset using different styles (default is bold for +longdesc keywords, italic for comments and no special style for +longdesc strings). Includes support for hyperref. To use, simply +longdesc \usepackage{listings}, identify the language with +longdesc \lstset{language=Python}, then employ the \begin{lstlisting} +longdesc ... \end{lstlisting} environment or the +longdesc \lstinputlisting{filename.py} command. Short (in-line) listings +longdesc are also available, using either \lstinline|...| or | ... | +longdesc (after defining the | token with the \lstMakeShortInline +longdesc command). +docfiles size=176 + texmf-dist/doc/latex/listings/README details="Package Readme" + texmf-dist/doc/latex/listings/listings.pdf details="Package documentation" +srcfiles size=230 + texmf-dist/source/latex/listings/Makefile + texmf-dist/source/latex/listings/listings.dtx + texmf-dist/source/latex/listings/listings.ins + texmf-dist/source/latex/listings/lstdrvrs.dtx + texmf-dist/source/latex/listings/lstdrvrs.ins +runfiles size=107 + texmf-dist/tex/latex/listings/listings.cfg + texmf-dist/tex/latex/listings/listings.sty + texmf-dist/tex/latex/listings/lstdoc.sty + texmf-dist/tex/latex/listings/lstlang1.sty + texmf-dist/tex/latex/listings/lstlang2.sty + texmf-dist/tex/latex/listings/lstlang3.sty + texmf-dist/tex/latex/listings/lstmisc.sty +catalogue-ctan /macros/latex/contrib/listings +catalogue-date 2007-03-12 20:45:12 +0100 +catalogue-license lppl +catalogue-version 1.4 + +name listings-ext +category Package +revision 15878 +shortdesc Automated input of source. +longdesc The package provides a means of marking a source, so that +longdesc samples of it may be included in a document (by means of the +longdesc listings package) in a stable fashion, regardless of any change +longdesc to the source. The markup in the source text defines tags for +longdesc blocks of source. These tags are processed by a shell script to +longdesc make a steering file that is used by the package when LaTeX is +longdesc being run.y +depend listings-ext.ARCH +docfiles size=46 + texmf-dist/doc/latex/listings-ext/README details="Readme" + texmf-dist/doc/latex/listings-ext/THIS_IS_VERSION_v48 + texmf-dist/doc/latex/listings-ext/getversion.tex + texmf-dist/doc/latex/listings-ext/hyperref.cfg + texmf-dist/doc/latex/listings-ext/listings-ext.bib + texmf-dist/doc/latex/listings-ext/listings-ext.el + texmf-dist/doc/latex/listings-ext/listings-ext.makemake + texmf-dist/doc/latex/listings-ext/listings-ext.mk + texmf-dist/doc/latex/listings-ext/listings-ext.pdf details="Package documentation" + texmf-dist/doc/latex/listings-ext/listings-ext_exmpl_a.java + texmf-dist/doc/latex/listings-ext/listings-ext_exmpl_b.java + texmf-dist/doc/latex/listings-ext/listings-ext_exmpl_c.java + texmf-dist/doc/latex/listings-ext/listings-ext_exmpl_d.java + texmf-dist/doc/latex/listings-ext/listings-ext_test_a.tex + texmf-dist/doc/latex/listings-ext/listings-ext_test_d.tex + texmf-dist/doc/latex/listings-ext/listings.cfg +srcfiles size=20 + texmf-dist/source/latex/listings-ext/listings-ext.dtx + texmf-dist/source/latex/listings-ext/listings-ext.ins +runfiles size=4 + texmf-dist/scripts/listings-ext/listings-ext.sh + texmf-dist/tex/latex/listings-ext/listings-ext.sty +catalogue-ctan /macros/latex/contrib/listings-ext +catalogue-date 2009-09-10 20:34:09 +0200 +catalogue-license lppl1.2 +catalogue-version 48 + +name listings-ext.alpha-linux +category Package +revision 15878 +shortdesc alpha-linux files of listings-ext +binfiles arch=alpha-linux size=1 + bin/alpha-linux/listings-ext.sh + +name listings-ext.i386-cygwin +category Package +revision 15878 +shortdesc i386-cygwin files of listings-ext +binfiles arch=i386-cygwin size=1 + bin/i386-cygwin/listings-ext.sh + +name listings-ext.i386-linux +category Package +revision 15878 +shortdesc i386-linux files of listings-ext +binfiles arch=i386-linux size=1 + bin/i386-linux/listings-ext.sh + +name listings-ext.i386-netbsd +category Package +revision 15878 +shortdesc i386-netbsd files of listings-ext +binfiles arch=i386-netbsd size=1 + bin/i386-netbsd/listings-ext.sh + +name listings-ext.i386-solaris +category Package +revision 15878 +shortdesc i386-solaris files of listings-ext +binfiles arch=i386-solaris size=1 + bin/i386-solaris/listings-ext.sh + +name listings-ext.mips-irix +category Package +revision 15878 +shortdesc mips-irix files of listings-ext +binfiles arch=mips-irix size=1 + bin/mips-irix/listings-ext.sh + +name listings-ext.powerpc-aix +category Package +revision 15878 +shortdesc powerpc-aix files of listings-ext +binfiles arch=powerpc-aix size=1 + bin/powerpc-aix/listings-ext.sh + +name listings-ext.powerpc-linux +category Package +revision 15878 +shortdesc powerpc-linux files of listings-ext +binfiles arch=powerpc-linux size=1 + bin/powerpc-linux/listings-ext.sh + +name listings-ext.sparc-linux +category Package +revision 15878 +shortdesc sparc-linux files of listings-ext +binfiles arch=sparc-linux size=1 + bin/sparc-linux/listings-ext.sh + +name listings-ext.sparc-solaris +category Package +revision 15878 +shortdesc sparc-solaris files of listings-ext +binfiles arch=sparc-solaris size=1 + bin/sparc-solaris/listings-ext.sh + +name listings-ext.universal-darwin +category Package +revision 15878 +shortdesc universal-darwin files of listings-ext +binfiles arch=universal-darwin size=1 + bin/universal-darwin/listings-ext.sh + +name listings-ext.win32 +category Package +revision 15878 +shortdesc win32 files of listings-ext + +name listings-ext.x86_64-linux +category Package +revision 15878 +shortdesc x86_64-linux files of listings-ext +binfiles arch=x86_64-linux size=1 + bin/x86_64-linux/listings-ext.sh + +name listliketab +category Package +revision 15878 +shortdesc Typeset lists as tables. +longdesc The listliketab package helps the user make list-like tabulars, +longdesc i.e., a tabular that is indistinguishable from an itemize or +longdesc enumerate environment. The advantage of using a tabular is that +longdesc the user can add additional columns to each entry in the list. +docfiles size=36 + texmf-dist/doc/latex/listliketab/README details="Package Readme" + texmf-dist/doc/latex/listliketab/listliketab.pdf details="Package documentation" +srcfiles size=6 + texmf-dist/source/latex/listliketab/listliketab.dtx + texmf-dist/source/latex/listliketab/listliketab.ins +runfiles size=1 + texmf-dist/tex/latex/listliketab/listliketab.sty +catalogue-ctan /macros/latex/contrib/listliketab +catalogue-date 2006-12-08 20:57:43 +0100 +catalogue-license lppl + +name listofsymbols +category Package +revision 15878 +shortdesc Create and manipulate lists of symbols +longdesc Listofsymbols provides commands to automatically create a list +longdesc of symbols (also called notation or nomenclature), and to +longdesc handle symbols logically, i.e. define a macro that is expanded +longdesc to the desired output and use the macro in the text rather than +longdesc `hardcoding' the output into the text. This helps to ensure +longdesc consistency throughout the text, especially if there is a +longdesc chance that symbols will be changed at some stage. The package +longdesc is more or less a combination of what the packages nomencl and +longdesc formula do. The concept of creating the list of symbols, +longdesc though, is different from the way nomencl.sty does it. +docfiles size=8 + texmf-dist/doc/latex/listofsymbols/README details="Readme" + texmf-dist/doc/latex/listofsymbols/listofsymbols.dvi details="Package documentation" +runfiles size=2 + texmf-dist/tex/latex/listofsymbols/listofsymbols.sty +catalogue-ctan /macros/latex/contrib/listofsymbols +catalogue-date 2009-11-02 14:31:20 +0100 +catalogue-license nosource + +name lithuanian +category Package +revision 15878 +shortdesc Lithuanian language support. +longdesc This language support package provides: - Lithuanian language +longdesc hyphenation patterns; - Lithuanian support for Babel; - +longdesc Lithuanian mapping and metrics for using the URW base-35 Type 1 +longdesc fonts; - examples for making Lithuanian fonts with fontinst; +longdesc and - extra tools for intputenc and fontenc. +execute addMap l7x-urwvn.map +docfiles size=46 + texmf-dist/doc/latex/lithuanian/COPYING + texmf-dist/doc/latex/lithuanian/ChangeLog + texmf-dist/doc/latex/lithuanian/Copyright + texmf-dist/doc/latex/lithuanian/README.lithuanian + texmf-dist/doc/latex/lithuanian/l7xenc.dfu + texmf-dist/doc/latex/lithuanian/latin7lt.tex + texmf-dist/doc/latex/lithuanian/latin7x.etx + texmf-dist/doc/latex/lithuanian/latin7x.mtx + texmf-dist/doc/latex/lithuanian/latin7x.pdf + texmf-dist/doc/latex/lithuanian/makeLT.html + texmf-dist/doc/latex/lithuanian/makelt.tex + texmf-dist/doc/latex/lithuanian/makeltmap.tex + texmf-dist/doc/latex/lithuanian/testlt-urw.tex + texmf-dist/doc/latex/lithuanian/testlt.tex +runfiles size=96 + texmf-dist/fonts/enc/dvips/lithuanian/latin7x.enc + texmf-dist/fonts/map/dvips/lithuanian/l7x-urwvn.map + texmf-dist/fonts/tfm/public/lithuanian/l7x-uagd.tfm + texmf-dist/fonts/tfm/public/lithuanian/l7x-uagdo.tfm + texmf-dist/fonts/tfm/public/lithuanian/l7x-uagk.tfm + texmf-dist/fonts/tfm/public/lithuanian/l7x-uagko.tfm + texmf-dist/fonts/tfm/public/lithuanian/l7x-ubkd.tfm + texmf-dist/fonts/tfm/public/lithuanian/l7x-ubkdi.tfm + texmf-dist/fonts/tfm/public/lithuanian/l7x-ubkl.tfm + texmf-dist/fonts/tfm/public/lithuanian/l7x-ubkli.tfm + texmf-dist/fonts/tfm/public/lithuanian/l7x-ucrb.tfm + texmf-dist/fonts/tfm/public/lithuanian/l7x-ucrbo.tfm + texmf-dist/fonts/tfm/public/lithuanian/l7x-ucrr.tfm + texmf-dist/fonts/tfm/public/lithuanian/l7x-ucrro.tfm + texmf-dist/fonts/tfm/public/lithuanian/l7x-uhvb.tfm + texmf-dist/fonts/tfm/public/lithuanian/l7x-uhvbc.tfm + texmf-dist/fonts/tfm/public/lithuanian/l7x-uhvbo.tfm + texmf-dist/fonts/tfm/public/lithuanian/l7x-uhvboc.tfm + texmf-dist/fonts/tfm/public/lithuanian/l7x-uhvr.tfm + texmf-dist/fonts/tfm/public/lithuanian/l7x-uhvrc.tfm + texmf-dist/fonts/tfm/public/lithuanian/l7x-uhvro.tfm + texmf-dist/fonts/tfm/public/lithuanian/l7x-uhvroc.tfm + texmf-dist/fonts/tfm/public/lithuanian/l7x-uncb.tfm + texmf-dist/fonts/tfm/public/lithuanian/l7x-uncbi.tfm + texmf-dist/fonts/tfm/public/lithuanian/l7x-uncr.tfm + texmf-dist/fonts/tfm/public/lithuanian/l7x-uncri.tfm + texmf-dist/fonts/tfm/public/lithuanian/l7x-uplb.tfm + texmf-dist/fonts/tfm/public/lithuanian/l7x-uplbi.tfm + texmf-dist/fonts/tfm/public/lithuanian/l7x-uplr.tfm + texmf-dist/fonts/tfm/public/lithuanian/l7x-uplri.tfm + texmf-dist/fonts/tfm/public/lithuanian/l7x-utmb.tfm + texmf-dist/fonts/tfm/public/lithuanian/l7x-utmbi.tfm + texmf-dist/fonts/tfm/public/lithuanian/l7x-utmr.tfm + texmf-dist/fonts/tfm/public/lithuanian/l7x-utmri.tfm + texmf-dist/fonts/tfm/public/lithuanian/l7x-uzcmi.tfm + texmf-dist/tex/latex/lithuanian/cp772.def + texmf-dist/tex/latex/lithuanian/cp774.def + texmf-dist/tex/latex/lithuanian/cp775.def + texmf-dist/tex/latex/lithuanian/cpKBL.def + texmf-dist/tex/latex/lithuanian/cpRIM.def + texmf-dist/tex/latex/lithuanian/l7xenc.def + texmf-dist/tex/latex/lithuanian/l7xenc.sty + texmf-dist/tex/latex/lithuanian/l7xuag.fd + texmf-dist/tex/latex/lithuanian/l7xubk.fd + texmf-dist/tex/latex/lithuanian/l7xucr.fd + texmf-dist/tex/latex/lithuanian/l7xuhv.fd + texmf-dist/tex/latex/lithuanian/l7xunc.fd + texmf-dist/tex/latex/lithuanian/l7xupl.fd + texmf-dist/tex/latex/lithuanian/l7xutm.fd + texmf-dist/tex/latex/lithuanian/l7xuzc.fd + texmf-dist/tex/latex/lithuanian/latin7.def + texmf-dist/tex/latex/lithuanian/lithuanian.ldf + texmf-dist/tex/latex/lithuanian/lithuanian.sty +catalogue-ctan /language/lithuanian +catalogue-date 2008-11-06 00:30:15 +0100 +catalogue-license lppl + +name liturg +category Package +revision 15878 +shortdesc Support for typesetting Catholic liturgical texts. +longdesc The packages offers simple macros for typesetting Catholic +longdesc liturgical texts, particularly Missal and Breviary texts. The +longdesc package assumes availability of Latin typesetting packages. +docfiles size=34 + texmf-dist/doc/latex/liturg/README details="Readme" + texmf-dist/doc/latex/liturg/liturg.pdf details="Package documentation" + texmf-dist/doc/latex/liturg/test.tex +srcfiles size=1 + texmf-dist/source/latex/liturg/liturg.ins +runfiles size=5 + texmf-dist/tex/latex/liturg/liturg.sty +catalogue-ctan /macros/latex/contrib/liturg +catalogue-date 2008-09-08 11:32:46 +0200 +catalogue-license lppl +catalogue-version 1.0 + +name lkproof +category Package +revision 15878 +shortdesc LK Proof figure macros. +longdesc The package defines a pair of commands \infer and \deduce, that +longdesc are used in constructing LK proof diagrams. +docfiles size=1 + texmf-dist/doc/latex/lkproof/proofeg.tex +runfiles size=2 + texmf-dist/tex/latex/lkproof/proof.sty +catalogue-ctan /macros/latex/contrib/lkproof +catalogue-date 2007-03-08 21:58:53 +0100 +catalogue-license gpl +catalogue-version 3.1 + +name lm +category Package +revision 15938 +shortdesc Latin modern fonts in outline formats. +longdesc The Latin Modern family of fonts consists of 72 text fonts and +longdesc 20 mathematics fonts, and is based on the Computer Modern fonts +longdesc released into public domain by AMS (copyright (c) 1997 AMS). +longdesc The lm font set contains a lot of additional characters, mainly +longdesc accented ones, but not exclusively. There is one set of fonts, +longdesc available both in Adobe Type 1 format (*.pfb) and in OpenType +longdesc format (*.otf). There are five sets of TeX Font Metric files, +longdesc corresponding to: Cork encoding (cork-*.tfm); QX encoding (qx- +longdesc *.tfm); TeX'n'ANSI aka LY1 encoding (texnansi-*.tfm); T5 +longdesc (Vietnamese) encoding (t5-*.tfm); and Text Companion for EC +longdesc fonts aka TS1 (ts1-*.tfm). +execute addMap lm.map +docfiles size=657 + texmf-dist/doc/fonts/lm/GUST-FONT-LICENSE.TXT + texmf-dist/doc/fonts/lm/MANIFEST-Latin-Modern.TXT + texmf-dist/doc/fonts/lm/README-Latin-Modern.TXT + texmf-dist/doc/fonts/lm/lm-hist.txt + texmf-dist/doc/fonts/lm/lm-info.pdf + texmf-dist/doc/fonts/lm/tstlmot1.pdf + texmf-dist/doc/fonts/lm/tstlmot1.tex + texmf-dist/doc/fonts/lm/tstlmot4.pdf + texmf-dist/doc/fonts/lm/tstlmot4.tex + texmf-dist/doc/fonts/lm/tstlmqx.pdf + texmf-dist/doc/fonts/lm/tstlmqx.tex + texmf-dist/doc/fonts/lm/tstlmt1.pdf + texmf-dist/doc/fonts/lm/tstlmt1.tex + texmf-dist/doc/fonts/lm/tstlmts1.pdf + texmf-dist/doc/fonts/lm/tstlmts1.tex +srcfiles size=1204 + texmf-dist/source/latex/lm/lm2004mt1.zip +runfiles size=10645 + texmf-dist/fonts/afm/public/lm/lmb10.afm + texmf-dist/fonts/afm/public/lm/lmbo10.afm + texmf-dist/fonts/afm/public/lm/lmbsy10.afm + texmf-dist/fonts/afm/public/lm/lmbsy10.aft + texmf-dist/fonts/afm/public/lm/lmbsy5.afm + texmf-dist/fonts/afm/public/lm/lmbsy5.aft + texmf-dist/fonts/afm/public/lm/lmbsy7.afm + texmf-dist/fonts/afm/public/lm/lmbsy7.aft + texmf-dist/fonts/afm/public/lm/lmbx10.afm + texmf-dist/fonts/afm/public/lm/lmbx12.afm + texmf-dist/fonts/afm/public/lm/lmbx5.afm + texmf-dist/fonts/afm/public/lm/lmbx6.afm + texmf-dist/fonts/afm/public/lm/lmbx7.afm + texmf-dist/fonts/afm/public/lm/lmbx8.afm + texmf-dist/fonts/afm/public/lm/lmbx9.afm + texmf-dist/fonts/afm/public/lm/lmbxi10.afm + texmf-dist/fonts/afm/public/lm/lmbxo10.afm + texmf-dist/fonts/afm/public/lm/lmcsc10.afm + texmf-dist/fonts/afm/public/lm/lmcsco10.afm + texmf-dist/fonts/afm/public/lm/lmdunh10.afm + texmf-dist/fonts/afm/public/lm/lmduno10.afm + texmf-dist/fonts/afm/public/lm/lmex10.afm + texmf-dist/fonts/afm/public/lm/lmex10.aft + texmf-dist/fonts/afm/public/lm/lmmi10.afm + texmf-dist/fonts/afm/public/lm/lmmi10.aft + texmf-dist/fonts/afm/public/lm/lmmi12.afm + texmf-dist/fonts/afm/public/lm/lmmi12.aft + texmf-dist/fonts/afm/public/lm/lmmi5.afm + texmf-dist/fonts/afm/public/lm/lmmi5.aft + texmf-dist/fonts/afm/public/lm/lmmi6.afm + texmf-dist/fonts/afm/public/lm/lmmi6.aft + texmf-dist/fonts/afm/public/lm/lmmi7.afm + texmf-dist/fonts/afm/public/lm/lmmi7.aft + texmf-dist/fonts/afm/public/lm/lmmi8.afm + texmf-dist/fonts/afm/public/lm/lmmi8.aft + texmf-dist/fonts/afm/public/lm/lmmi9.afm + texmf-dist/fonts/afm/public/lm/lmmi9.aft + texmf-dist/fonts/afm/public/lm/lmmib10.afm + texmf-dist/fonts/afm/public/lm/lmmib10.aft + texmf-dist/fonts/afm/public/lm/lmmib5.afm + texmf-dist/fonts/afm/public/lm/lmmib5.aft + texmf-dist/fonts/afm/public/lm/lmmib7.afm + texmf-dist/fonts/afm/public/lm/lmmib7.aft + texmf-dist/fonts/afm/public/lm/lmr10.afm + texmf-dist/fonts/afm/public/lm/lmr12.afm + texmf-dist/fonts/afm/public/lm/lmr17.afm + texmf-dist/fonts/afm/public/lm/lmr5.afm + texmf-dist/fonts/afm/public/lm/lmr6.afm + texmf-dist/fonts/afm/public/lm/lmr7.afm + texmf-dist/fonts/afm/public/lm/lmr8.afm + texmf-dist/fonts/afm/public/lm/lmr9.afm + texmf-dist/fonts/afm/public/lm/lmri10.afm + texmf-dist/fonts/afm/public/lm/lmri12.afm + texmf-dist/fonts/afm/public/lm/lmri7.afm + texmf-dist/fonts/afm/public/lm/lmri8.afm + texmf-dist/fonts/afm/public/lm/lmri9.afm + texmf-dist/fonts/afm/public/lm/lmro10.afm + texmf-dist/fonts/afm/public/lm/lmro12.afm + texmf-dist/fonts/afm/public/lm/lmro17.afm + texmf-dist/fonts/afm/public/lm/lmro8.afm + texmf-dist/fonts/afm/public/lm/lmro9.afm + texmf-dist/fonts/afm/public/lm/lmss10.afm + texmf-dist/fonts/afm/public/lm/lmss12.afm + texmf-dist/fonts/afm/public/lm/lmss17.afm + texmf-dist/fonts/afm/public/lm/lmss8.afm + texmf-dist/fonts/afm/public/lm/lmss9.afm + texmf-dist/fonts/afm/public/lm/lmssbo10.afm + texmf-dist/fonts/afm/public/lm/lmssbx10.afm + texmf-dist/fonts/afm/public/lm/lmssdc10.afm + texmf-dist/fonts/afm/public/lm/lmssdo10.afm + texmf-dist/fonts/afm/public/lm/lmsso10.afm + texmf-dist/fonts/afm/public/lm/lmsso12.afm + texmf-dist/fonts/afm/public/lm/lmsso17.afm + texmf-dist/fonts/afm/public/lm/lmsso8.afm + texmf-dist/fonts/afm/public/lm/lmsso9.afm + texmf-dist/fonts/afm/public/lm/lmssq8.afm + texmf-dist/fonts/afm/public/lm/lmssqbo8.afm + texmf-dist/fonts/afm/public/lm/lmssqbx8.afm + texmf-dist/fonts/afm/public/lm/lmssqo8.afm + texmf-dist/fonts/afm/public/lm/lmsy10.afm + texmf-dist/fonts/afm/public/lm/lmsy10.aft + texmf-dist/fonts/afm/public/lm/lmsy5.afm + texmf-dist/fonts/afm/public/lm/lmsy5.aft + texmf-dist/fonts/afm/public/lm/lmsy6.afm + texmf-dist/fonts/afm/public/lm/lmsy6.aft + texmf-dist/fonts/afm/public/lm/lmsy7.afm + texmf-dist/fonts/afm/public/lm/lmsy7.aft + texmf-dist/fonts/afm/public/lm/lmsy8.afm + texmf-dist/fonts/afm/public/lm/lmsy8.aft + texmf-dist/fonts/afm/public/lm/lmsy9.afm + texmf-dist/fonts/afm/public/lm/lmsy9.aft + texmf-dist/fonts/afm/public/lm/lmtcsc10.afm + texmf-dist/fonts/afm/public/lm/lmtcso10.afm + texmf-dist/fonts/afm/public/lm/lmtk10.afm + texmf-dist/fonts/afm/public/lm/lmtko10.afm + texmf-dist/fonts/afm/public/lm/lmtl10.afm + texmf-dist/fonts/afm/public/lm/lmtlc10.afm + texmf-dist/fonts/afm/public/lm/lmtlco10.afm + texmf-dist/fonts/afm/public/lm/lmtlo10.afm + texmf-dist/fonts/afm/public/lm/lmtt10.afm + texmf-dist/fonts/afm/public/lm/lmtt12.afm + texmf-dist/fonts/afm/public/lm/lmtt8.afm + texmf-dist/fonts/afm/public/lm/lmtt9.afm + texmf-dist/fonts/afm/public/lm/lmtti10.afm + texmf-dist/fonts/afm/public/lm/lmtto10.afm + texmf-dist/fonts/afm/public/lm/lmu10.afm + texmf-dist/fonts/afm/public/lm/lmvtk10.afm + texmf-dist/fonts/afm/public/lm/lmvtko10.afm + texmf-dist/fonts/afm/public/lm/lmvtl10.afm + texmf-dist/fonts/afm/public/lm/lmvtlo10.afm + texmf-dist/fonts/afm/public/lm/lmvtt10.afm + texmf-dist/fonts/afm/public/lm/lmvtto10.afm + texmf-dist/fonts/enc/dvips/lm/lm-cs.enc + texmf-dist/fonts/enc/dvips/lm/lm-cssc.enc + texmf-dist/fonts/enc/dvips/lm/lm-cstt.enc + texmf-dist/fonts/enc/dvips/lm/lm-ec.enc + texmf-dist/fonts/enc/dvips/lm/lm-l7x.enc + texmf-dist/fonts/enc/dvips/lm/lm-mathex.enc + texmf-dist/fonts/enc/dvips/lm/lm-mathit.enc + texmf-dist/fonts/enc/dvips/lm/lm-mathsy.enc + texmf-dist/fonts/enc/dvips/lm/lm-qx.enc + texmf-dist/fonts/enc/dvips/lm/lm-qxsc.enc + texmf-dist/fonts/enc/dvips/lm/lm-qxtt.enc + texmf-dist/fonts/enc/dvips/lm/lm-rep-cmin.enc + texmf-dist/fonts/enc/dvips/lm/lm-rep-cmit.enc + texmf-dist/fonts/enc/dvips/lm/lm-rep-cmitt.enc + texmf-dist/fonts/enc/dvips/lm/lm-rep-cmrm.enc + texmf-dist/fonts/enc/dvips/lm/lm-rep-cmsc.enc + texmf-dist/fonts/enc/dvips/lm/lm-rep-cmtt.enc + texmf-dist/fonts/enc/dvips/lm/lm-rep-csin.enc + texmf-dist/fonts/enc/dvips/lm/lm-rep-csrm.enc + texmf-dist/fonts/enc/dvips/lm/lm-rep-cssc.enc + texmf-dist/fonts/enc/dvips/lm/lm-rep-cstt.enc + texmf-dist/fonts/enc/dvips/lm/lm-rep-plin.enc + texmf-dist/fonts/enc/dvips/lm/lm-rep-plit.enc + texmf-dist/fonts/enc/dvips/lm/lm-rep-plitt.enc + texmf-dist/fonts/enc/dvips/lm/lm-rep-plrm.enc + texmf-dist/fonts/enc/dvips/lm/lm-rep-plsc.enc + texmf-dist/fonts/enc/dvips/lm/lm-rep-pltt.enc + texmf-dist/fonts/enc/dvips/lm/lm-rep-t5psn.enc + texmf-dist/fonts/enc/dvips/lm/lm-rm.enc + texmf-dist/fonts/enc/dvips/lm/lm-rmsc.enc + texmf-dist/fonts/enc/dvips/lm/lm-rmtt.enc + texmf-dist/fonts/enc/dvips/lm/lm-t5.enc + texmf-dist/fonts/enc/dvips/lm/lm-texnansi.enc + texmf-dist/fonts/enc/dvips/lm/lm-ts1.enc + texmf-dist/fonts/map/dvipdfm/lm/lm-ec.map + texmf-dist/fonts/map/dvipdfm/lm/lm-math.map + texmf-dist/fonts/map/dvipdfm/lm/lm-rm.map + texmf-dist/fonts/map/dvipdfm/lm/lm-texnansi.map + texmf-dist/fonts/map/dvips/lm/lm-cs.map + texmf-dist/fonts/map/dvips/lm/lm-ec.map + texmf-dist/fonts/map/dvips/lm/lm-l7x.map + texmf-dist/fonts/map/dvips/lm/lm-math.map + texmf-dist/fonts/map/dvips/lm/lm-qx.map + texmf-dist/fonts/map/dvips/lm/lm-rep-cmother.map + texmf-dist/fonts/map/dvips/lm/lm-rep-cmtext-interpolated.map + texmf-dist/fonts/map/dvips/lm/lm-rep-cmtext.map + texmf-dist/fonts/map/dvips/lm/lm-rep-cstext.map + texmf-dist/fonts/map/dvips/lm/lm-rep-pltext.map + texmf-dist/fonts/map/dvips/lm/lm-rep-vntext.map + texmf-dist/fonts/map/dvips/lm/lm-rm.map + texmf-dist/fonts/map/dvips/lm/lm-t5.map + texmf-dist/fonts/map/dvips/lm/lm-texnansi.map + texmf-dist/fonts/map/dvips/lm/lm-ts1.map + texmf-dist/fonts/map/dvips/lm/lm.map + texmf-dist/fonts/opentype/public/lm/lmmono10-italic.otf + texmf-dist/fonts/opentype/public/lm/lmmono10-regular.otf + texmf-dist/fonts/opentype/public/lm/lmmono12-regular.otf + texmf-dist/fonts/opentype/public/lm/lmmono8-regular.otf + texmf-dist/fonts/opentype/public/lm/lmmono9-regular.otf + texmf-dist/fonts/opentype/public/lm/lmmonocaps10-oblique.otf + texmf-dist/fonts/opentype/public/lm/lmmonocaps10-regular.otf + texmf-dist/fonts/opentype/public/lm/lmmonolt10-bold.otf + texmf-dist/fonts/opentype/public/lm/lmmonolt10-boldoblique.otf + texmf-dist/fonts/opentype/public/lm/lmmonolt10-oblique.otf + texmf-dist/fonts/opentype/public/lm/lmmonolt10-regular.otf + texmf-dist/fonts/opentype/public/lm/lmmonoltcond10-oblique.otf + texmf-dist/fonts/opentype/public/lm/lmmonoltcond10-regular.otf + texmf-dist/fonts/opentype/public/lm/lmmonoprop10-oblique.otf + texmf-dist/fonts/opentype/public/lm/lmmonoprop10-regular.otf + texmf-dist/fonts/opentype/public/lm/lmmonoproplt10-bold.otf + texmf-dist/fonts/opentype/public/lm/lmmonoproplt10-boldoblique.otf + texmf-dist/fonts/opentype/public/lm/lmmonoproplt10-oblique.otf + texmf-dist/fonts/opentype/public/lm/lmmonoproplt10-regular.otf + texmf-dist/fonts/opentype/public/lm/lmmonoslant10-regular.otf + texmf-dist/fonts/opentype/public/lm/lmroman10-bold.otf + texmf-dist/fonts/opentype/public/lm/lmroman10-bolditalic.otf + texmf-dist/fonts/opentype/public/lm/lmroman10-italic.otf + texmf-dist/fonts/opentype/public/lm/lmroman10-regular.otf + texmf-dist/fonts/opentype/public/lm/lmroman12-bold.otf + texmf-dist/fonts/opentype/public/lm/lmroman12-italic.otf + texmf-dist/fonts/opentype/public/lm/lmroman12-regular.otf + texmf-dist/fonts/opentype/public/lm/lmroman17-regular.otf + texmf-dist/fonts/opentype/public/lm/lmroman5-bold.otf + texmf-dist/fonts/opentype/public/lm/lmroman5-regular.otf + texmf-dist/fonts/opentype/public/lm/lmroman6-bold.otf + texmf-dist/fonts/opentype/public/lm/lmroman6-regular.otf + texmf-dist/fonts/opentype/public/lm/lmroman7-bold.otf + texmf-dist/fonts/opentype/public/lm/lmroman7-italic.otf + texmf-dist/fonts/opentype/public/lm/lmroman7-regular.otf + texmf-dist/fonts/opentype/public/lm/lmroman8-bold.otf + texmf-dist/fonts/opentype/public/lm/lmroman8-italic.otf + texmf-dist/fonts/opentype/public/lm/lmroman8-regular.otf + texmf-dist/fonts/opentype/public/lm/lmroman9-bold.otf + texmf-dist/fonts/opentype/public/lm/lmroman9-italic.otf + texmf-dist/fonts/opentype/public/lm/lmroman9-regular.otf + texmf-dist/fonts/opentype/public/lm/lmromancaps10-oblique.otf + texmf-dist/fonts/opentype/public/lm/lmromancaps10-regular.otf + texmf-dist/fonts/opentype/public/lm/lmromandemi10-oblique.otf + texmf-dist/fonts/opentype/public/lm/lmromandemi10-regular.otf + texmf-dist/fonts/opentype/public/lm/lmromandunh10-oblique.otf + texmf-dist/fonts/opentype/public/lm/lmromandunh10-regular.otf + texmf-dist/fonts/opentype/public/lm/lmromanslant10-bold.otf + texmf-dist/fonts/opentype/public/lm/lmromanslant10-regular.otf + texmf-dist/fonts/opentype/public/lm/lmromanslant12-regular.otf + texmf-dist/fonts/opentype/public/lm/lmromanslant17-regular.otf + texmf-dist/fonts/opentype/public/lm/lmromanslant8-regular.otf + texmf-dist/fonts/opentype/public/lm/lmromanslant9-regular.otf + texmf-dist/fonts/opentype/public/lm/lmromanunsl10-regular.otf + texmf-dist/fonts/opentype/public/lm/lmsans10-bold.otf + texmf-dist/fonts/opentype/public/lm/lmsans10-boldoblique.otf + texmf-dist/fonts/opentype/public/lm/lmsans10-oblique.otf + texmf-dist/fonts/opentype/public/lm/lmsans10-regular.otf + texmf-dist/fonts/opentype/public/lm/lmsans12-oblique.otf + texmf-dist/fonts/opentype/public/lm/lmsans12-regular.otf + texmf-dist/fonts/opentype/public/lm/lmsans17-oblique.otf + texmf-dist/fonts/opentype/public/lm/lmsans17-regular.otf + texmf-dist/fonts/opentype/public/lm/lmsans8-oblique.otf + texmf-dist/fonts/opentype/public/lm/lmsans8-regular.otf + texmf-dist/fonts/opentype/public/lm/lmsans9-oblique.otf + texmf-dist/fonts/opentype/public/lm/lmsans9-regular.otf + texmf-dist/fonts/opentype/public/lm/lmsansdemicond10-oblique.otf + texmf-dist/fonts/opentype/public/lm/lmsansdemicond10-regular.otf + texmf-dist/fonts/opentype/public/lm/lmsansquot8-bold.otf + texmf-dist/fonts/opentype/public/lm/lmsansquot8-boldoblique.otf + texmf-dist/fonts/opentype/public/lm/lmsansquot8-oblique.otf + texmf-dist/fonts/opentype/public/lm/lmsansquot8-regular.otf + texmf-dist/fonts/tfm/public/lm/cs-lmb10.tfm + texmf-dist/fonts/tfm/public/lm/cs-lmbo10.tfm + texmf-dist/fonts/tfm/public/lm/cs-lmbx10.tfm + texmf-dist/fonts/tfm/public/lm/cs-lmbx12.tfm + texmf-dist/fonts/tfm/public/lm/cs-lmbx5.tfm + texmf-dist/fonts/tfm/public/lm/cs-lmbx6.tfm + texmf-dist/fonts/tfm/public/lm/cs-lmbx7.tfm + texmf-dist/fonts/tfm/public/lm/cs-lmbx8.tfm + texmf-dist/fonts/tfm/public/lm/cs-lmbx9.tfm + texmf-dist/fonts/tfm/public/lm/cs-lmbxi10.tfm + texmf-dist/fonts/tfm/public/lm/cs-lmbxo10.tfm + texmf-dist/fonts/tfm/public/lm/cs-lmcsc10.tfm + texmf-dist/fonts/tfm/public/lm/cs-lmcsco10.tfm + texmf-dist/fonts/tfm/public/lm/cs-lmdunh10.tfm + texmf-dist/fonts/tfm/public/lm/cs-lmduno10.tfm + texmf-dist/fonts/tfm/public/lm/cs-lmr10.tfm + texmf-dist/fonts/tfm/public/lm/cs-lmr12.tfm + texmf-dist/fonts/tfm/public/lm/cs-lmr17.tfm + texmf-dist/fonts/tfm/public/lm/cs-lmr5.tfm + texmf-dist/fonts/tfm/public/lm/cs-lmr6.tfm + texmf-dist/fonts/tfm/public/lm/cs-lmr7.tfm + texmf-dist/fonts/tfm/public/lm/cs-lmr8.tfm + texmf-dist/fonts/tfm/public/lm/cs-lmr9.tfm + texmf-dist/fonts/tfm/public/lm/cs-lmri10.tfm + texmf-dist/fonts/tfm/public/lm/cs-lmri12.tfm + texmf-dist/fonts/tfm/public/lm/cs-lmri7.tfm + texmf-dist/fonts/tfm/public/lm/cs-lmri8.tfm + texmf-dist/fonts/tfm/public/lm/cs-lmri9.tfm + texmf-dist/fonts/tfm/public/lm/cs-lmro10.tfm + texmf-dist/fonts/tfm/public/lm/cs-lmro12.tfm + texmf-dist/fonts/tfm/public/lm/cs-lmro17.tfm + texmf-dist/fonts/tfm/public/lm/cs-lmro8.tfm + texmf-dist/fonts/tfm/public/lm/cs-lmro9.tfm + texmf-dist/fonts/tfm/public/lm/cs-lmss10.tfm + texmf-dist/fonts/tfm/public/lm/cs-lmss12.tfm + texmf-dist/fonts/tfm/public/lm/cs-lmss17.tfm + texmf-dist/fonts/tfm/public/lm/cs-lmss8.tfm + texmf-dist/fonts/tfm/public/lm/cs-lmss9.tfm + texmf-dist/fonts/tfm/public/lm/cs-lmssbo10.tfm + texmf-dist/fonts/tfm/public/lm/cs-lmssbx10.tfm + texmf-dist/fonts/tfm/public/lm/cs-lmssdc10.tfm + texmf-dist/fonts/tfm/public/lm/cs-lmssdo10.tfm + texmf-dist/fonts/tfm/public/lm/cs-lmsso10.tfm + texmf-dist/fonts/tfm/public/lm/cs-lmsso12.tfm + texmf-dist/fonts/tfm/public/lm/cs-lmsso17.tfm + texmf-dist/fonts/tfm/public/lm/cs-lmsso8.tfm + texmf-dist/fonts/tfm/public/lm/cs-lmsso9.tfm + texmf-dist/fonts/tfm/public/lm/cs-lmssq8.tfm + texmf-dist/fonts/tfm/public/lm/cs-lmssqbo8.tfm + texmf-dist/fonts/tfm/public/lm/cs-lmssqbx8.tfm + texmf-dist/fonts/tfm/public/lm/cs-lmssqo8.tfm + texmf-dist/fonts/tfm/public/lm/cs-lmtcsc10.tfm + texmf-dist/fonts/tfm/public/lm/cs-lmtcso10.tfm + texmf-dist/fonts/tfm/public/lm/cs-lmtk10.tfm + texmf-dist/fonts/tfm/public/lm/cs-lmtko10.tfm + texmf-dist/fonts/tfm/public/lm/cs-lmtl10.tfm + texmf-dist/fonts/tfm/public/lm/cs-lmtlc10.tfm + texmf-dist/fonts/tfm/public/lm/cs-lmtlco10.tfm + texmf-dist/fonts/tfm/public/lm/cs-lmtlo10.tfm + texmf-dist/fonts/tfm/public/lm/cs-lmtt10.tfm + texmf-dist/fonts/tfm/public/lm/cs-lmtt12.tfm + texmf-dist/fonts/tfm/public/lm/cs-lmtt8.tfm + texmf-dist/fonts/tfm/public/lm/cs-lmtt9.tfm + texmf-dist/fonts/tfm/public/lm/cs-lmtti10.tfm + texmf-dist/fonts/tfm/public/lm/cs-lmtto10.tfm + texmf-dist/fonts/tfm/public/lm/cs-lmu10.tfm + texmf-dist/fonts/tfm/public/lm/cs-lmvtk10.tfm + texmf-dist/fonts/tfm/public/lm/cs-lmvtko10.tfm + texmf-dist/fonts/tfm/public/lm/cs-lmvtl10.tfm + texmf-dist/fonts/tfm/public/lm/cs-lmvtlo10.tfm + texmf-dist/fonts/tfm/public/lm/cs-lmvtt10.tfm + texmf-dist/fonts/tfm/public/lm/cs-lmvtto10.tfm + texmf-dist/fonts/tfm/public/lm/ec-lmb10.tfm + texmf-dist/fonts/tfm/public/lm/ec-lmbo10.tfm + texmf-dist/fonts/tfm/public/lm/ec-lmbx10.tfm + texmf-dist/fonts/tfm/public/lm/ec-lmbx12.tfm + texmf-dist/fonts/tfm/public/lm/ec-lmbx5.tfm + texmf-dist/fonts/tfm/public/lm/ec-lmbx6.tfm + texmf-dist/fonts/tfm/public/lm/ec-lmbx7.tfm + texmf-dist/fonts/tfm/public/lm/ec-lmbx8.tfm + texmf-dist/fonts/tfm/public/lm/ec-lmbx9.tfm + texmf-dist/fonts/tfm/public/lm/ec-lmbxi10.tfm + texmf-dist/fonts/tfm/public/lm/ec-lmbxo10.tfm + texmf-dist/fonts/tfm/public/lm/ec-lmcsc10.tfm + texmf-dist/fonts/tfm/public/lm/ec-lmcsco10.tfm + texmf-dist/fonts/tfm/public/lm/ec-lmdunh10.tfm + texmf-dist/fonts/tfm/public/lm/ec-lmduno10.tfm + texmf-dist/fonts/tfm/public/lm/ec-lmr10.tfm + texmf-dist/fonts/tfm/public/lm/ec-lmr12.tfm + texmf-dist/fonts/tfm/public/lm/ec-lmr17.tfm + texmf-dist/fonts/tfm/public/lm/ec-lmr5.tfm + texmf-dist/fonts/tfm/public/lm/ec-lmr6.tfm + texmf-dist/fonts/tfm/public/lm/ec-lmr7.tfm + texmf-dist/fonts/tfm/public/lm/ec-lmr8.tfm + texmf-dist/fonts/tfm/public/lm/ec-lmr9.tfm + texmf-dist/fonts/tfm/public/lm/ec-lmri10.tfm + texmf-dist/fonts/tfm/public/lm/ec-lmri12.tfm + texmf-dist/fonts/tfm/public/lm/ec-lmri7.tfm + texmf-dist/fonts/tfm/public/lm/ec-lmri8.tfm + texmf-dist/fonts/tfm/public/lm/ec-lmri9.tfm + texmf-dist/fonts/tfm/public/lm/ec-lmro10.tfm + texmf-dist/fonts/tfm/public/lm/ec-lmro12.tfm + texmf-dist/fonts/tfm/public/lm/ec-lmro17.tfm + texmf-dist/fonts/tfm/public/lm/ec-lmro8.tfm + texmf-dist/fonts/tfm/public/lm/ec-lmro9.tfm + texmf-dist/fonts/tfm/public/lm/ec-lmss10.tfm + texmf-dist/fonts/tfm/public/lm/ec-lmss12.tfm + texmf-dist/fonts/tfm/public/lm/ec-lmss17.tfm + texmf-dist/fonts/tfm/public/lm/ec-lmss8.tfm + texmf-dist/fonts/tfm/public/lm/ec-lmss9.tfm + texmf-dist/fonts/tfm/public/lm/ec-lmssbo10.tfm + texmf-dist/fonts/tfm/public/lm/ec-lmssbx10.tfm + texmf-dist/fonts/tfm/public/lm/ec-lmssdc10.tfm + texmf-dist/fonts/tfm/public/lm/ec-lmssdo10.tfm + texmf-dist/fonts/tfm/public/lm/ec-lmsso10.tfm + texmf-dist/fonts/tfm/public/lm/ec-lmsso12.tfm + texmf-dist/fonts/tfm/public/lm/ec-lmsso17.tfm + texmf-dist/fonts/tfm/public/lm/ec-lmsso8.tfm + texmf-dist/fonts/tfm/public/lm/ec-lmsso9.tfm + texmf-dist/fonts/tfm/public/lm/ec-lmssq8.tfm + texmf-dist/fonts/tfm/public/lm/ec-lmssqbo8.tfm + texmf-dist/fonts/tfm/public/lm/ec-lmssqbx8.tfm + texmf-dist/fonts/tfm/public/lm/ec-lmssqo8.tfm + texmf-dist/fonts/tfm/public/lm/ec-lmtcsc10.tfm + texmf-dist/fonts/tfm/public/lm/ec-lmtcso10.tfm + texmf-dist/fonts/tfm/public/lm/ec-lmtk10.tfm + texmf-dist/fonts/tfm/public/lm/ec-lmtko10.tfm + texmf-dist/fonts/tfm/public/lm/ec-lmtl10.tfm + texmf-dist/fonts/tfm/public/lm/ec-lmtlc10.tfm + texmf-dist/fonts/tfm/public/lm/ec-lmtlco10.tfm + texmf-dist/fonts/tfm/public/lm/ec-lmtlo10.tfm + texmf-dist/fonts/tfm/public/lm/ec-lmtt10.tfm + texmf-dist/fonts/tfm/public/lm/ec-lmtt12.tfm + texmf-dist/fonts/tfm/public/lm/ec-lmtt8.tfm + texmf-dist/fonts/tfm/public/lm/ec-lmtt9.tfm + texmf-dist/fonts/tfm/public/lm/ec-lmtti10.tfm + texmf-dist/fonts/tfm/public/lm/ec-lmtto10.tfm + texmf-dist/fonts/tfm/public/lm/ec-lmu10.tfm + texmf-dist/fonts/tfm/public/lm/ec-lmvtk10.tfm + texmf-dist/fonts/tfm/public/lm/ec-lmvtko10.tfm + texmf-dist/fonts/tfm/public/lm/ec-lmvtl10.tfm + texmf-dist/fonts/tfm/public/lm/ec-lmvtlo10.tfm + texmf-dist/fonts/tfm/public/lm/ec-lmvtt10.tfm + texmf-dist/fonts/tfm/public/lm/ec-lmvtto10.tfm + texmf-dist/fonts/tfm/public/lm/l7x-lmb10.tfm + texmf-dist/fonts/tfm/public/lm/l7x-lmbo10.tfm + texmf-dist/fonts/tfm/public/lm/l7x-lmbx10.tfm + texmf-dist/fonts/tfm/public/lm/l7x-lmbx12.tfm + texmf-dist/fonts/tfm/public/lm/l7x-lmbx5.tfm + texmf-dist/fonts/tfm/public/lm/l7x-lmbx6.tfm + texmf-dist/fonts/tfm/public/lm/l7x-lmbx7.tfm + texmf-dist/fonts/tfm/public/lm/l7x-lmbx8.tfm + texmf-dist/fonts/tfm/public/lm/l7x-lmbx9.tfm + texmf-dist/fonts/tfm/public/lm/l7x-lmbxi10.tfm + texmf-dist/fonts/tfm/public/lm/l7x-lmbxo10.tfm + texmf-dist/fonts/tfm/public/lm/l7x-lmcsc10.tfm + texmf-dist/fonts/tfm/public/lm/l7x-lmcsco10.tfm + texmf-dist/fonts/tfm/public/lm/l7x-lmdunh10.tfm + texmf-dist/fonts/tfm/public/lm/l7x-lmduno10.tfm + texmf-dist/fonts/tfm/public/lm/l7x-lmr10.tfm + texmf-dist/fonts/tfm/public/lm/l7x-lmr12.tfm + texmf-dist/fonts/tfm/public/lm/l7x-lmr17.tfm + texmf-dist/fonts/tfm/public/lm/l7x-lmr5.tfm + texmf-dist/fonts/tfm/public/lm/l7x-lmr6.tfm + texmf-dist/fonts/tfm/public/lm/l7x-lmr7.tfm + texmf-dist/fonts/tfm/public/lm/l7x-lmr8.tfm + texmf-dist/fonts/tfm/public/lm/l7x-lmr9.tfm + texmf-dist/fonts/tfm/public/lm/l7x-lmri10.tfm + texmf-dist/fonts/tfm/public/lm/l7x-lmri12.tfm + texmf-dist/fonts/tfm/public/lm/l7x-lmri7.tfm + texmf-dist/fonts/tfm/public/lm/l7x-lmri8.tfm + texmf-dist/fonts/tfm/public/lm/l7x-lmri9.tfm + texmf-dist/fonts/tfm/public/lm/l7x-lmro10.tfm + texmf-dist/fonts/tfm/public/lm/l7x-lmro12.tfm + texmf-dist/fonts/tfm/public/lm/l7x-lmro17.tfm + texmf-dist/fonts/tfm/public/lm/l7x-lmro8.tfm + texmf-dist/fonts/tfm/public/lm/l7x-lmro9.tfm + texmf-dist/fonts/tfm/public/lm/l7x-lmss10.tfm + texmf-dist/fonts/tfm/public/lm/l7x-lmss12.tfm + texmf-dist/fonts/tfm/public/lm/l7x-lmss17.tfm + texmf-dist/fonts/tfm/public/lm/l7x-lmss8.tfm + texmf-dist/fonts/tfm/public/lm/l7x-lmss9.tfm + texmf-dist/fonts/tfm/public/lm/l7x-lmssbo10.tfm + texmf-dist/fonts/tfm/public/lm/l7x-lmssbx10.tfm + texmf-dist/fonts/tfm/public/lm/l7x-lmssdc10.tfm + texmf-dist/fonts/tfm/public/lm/l7x-lmssdo10.tfm + texmf-dist/fonts/tfm/public/lm/l7x-lmsso10.tfm + texmf-dist/fonts/tfm/public/lm/l7x-lmsso12.tfm + texmf-dist/fonts/tfm/public/lm/l7x-lmsso17.tfm + texmf-dist/fonts/tfm/public/lm/l7x-lmsso8.tfm + texmf-dist/fonts/tfm/public/lm/l7x-lmsso9.tfm + texmf-dist/fonts/tfm/public/lm/l7x-lmssq8.tfm + texmf-dist/fonts/tfm/public/lm/l7x-lmssqbo8.tfm + texmf-dist/fonts/tfm/public/lm/l7x-lmssqbx8.tfm + texmf-dist/fonts/tfm/public/lm/l7x-lmssqo8.tfm + texmf-dist/fonts/tfm/public/lm/l7x-lmtcsc10.tfm + texmf-dist/fonts/tfm/public/lm/l7x-lmtcso10.tfm + texmf-dist/fonts/tfm/public/lm/l7x-lmtk10.tfm + texmf-dist/fonts/tfm/public/lm/l7x-lmtko10.tfm + texmf-dist/fonts/tfm/public/lm/l7x-lmtl10.tfm + texmf-dist/fonts/tfm/public/lm/l7x-lmtlc10.tfm + texmf-dist/fonts/tfm/public/lm/l7x-lmtlco10.tfm + texmf-dist/fonts/tfm/public/lm/l7x-lmtlo10.tfm + texmf-dist/fonts/tfm/public/lm/l7x-lmtt10.tfm + texmf-dist/fonts/tfm/public/lm/l7x-lmtt12.tfm + texmf-dist/fonts/tfm/public/lm/l7x-lmtt8.tfm + texmf-dist/fonts/tfm/public/lm/l7x-lmtt9.tfm + texmf-dist/fonts/tfm/public/lm/l7x-lmtti10.tfm + texmf-dist/fonts/tfm/public/lm/l7x-lmtto10.tfm + texmf-dist/fonts/tfm/public/lm/l7x-lmu10.tfm + texmf-dist/fonts/tfm/public/lm/l7x-lmvtk10.tfm + texmf-dist/fonts/tfm/public/lm/l7x-lmvtko10.tfm + texmf-dist/fonts/tfm/public/lm/l7x-lmvtl10.tfm + texmf-dist/fonts/tfm/public/lm/l7x-lmvtlo10.tfm + texmf-dist/fonts/tfm/public/lm/l7x-lmvtt10.tfm + texmf-dist/fonts/tfm/public/lm/l7x-lmvtto10.tfm + texmf-dist/fonts/tfm/public/lm/lmbsy10.tfm + texmf-dist/fonts/tfm/public/lm/lmbsy5.tfm + texmf-dist/fonts/tfm/public/lm/lmbsy7.tfm + texmf-dist/fonts/tfm/public/lm/lmex10.tfm + texmf-dist/fonts/tfm/public/lm/lmmi10.tfm + texmf-dist/fonts/tfm/public/lm/lmmi12.tfm + texmf-dist/fonts/tfm/public/lm/lmmi5.tfm + texmf-dist/fonts/tfm/public/lm/lmmi6.tfm + texmf-dist/fonts/tfm/public/lm/lmmi7.tfm + texmf-dist/fonts/tfm/public/lm/lmmi8.tfm + texmf-dist/fonts/tfm/public/lm/lmmi9.tfm + texmf-dist/fonts/tfm/public/lm/lmmib10.tfm + texmf-dist/fonts/tfm/public/lm/lmmib5.tfm + texmf-dist/fonts/tfm/public/lm/lmmib7.tfm + texmf-dist/fonts/tfm/public/lm/lmsy10.tfm + texmf-dist/fonts/tfm/public/lm/lmsy5.tfm + texmf-dist/fonts/tfm/public/lm/lmsy6.tfm + texmf-dist/fonts/tfm/public/lm/lmsy7.tfm + texmf-dist/fonts/tfm/public/lm/lmsy8.tfm + texmf-dist/fonts/tfm/public/lm/lmsy9.tfm + texmf-dist/fonts/tfm/public/lm/qx-lmb10.tfm + texmf-dist/fonts/tfm/public/lm/qx-lmbo10.tfm + texmf-dist/fonts/tfm/public/lm/qx-lmbx10.tfm + texmf-dist/fonts/tfm/public/lm/qx-lmbx12.tfm + texmf-dist/fonts/tfm/public/lm/qx-lmbx5.tfm + texmf-dist/fonts/tfm/public/lm/qx-lmbx6.tfm + texmf-dist/fonts/tfm/public/lm/qx-lmbx7.tfm + texmf-dist/fonts/tfm/public/lm/qx-lmbx8.tfm + texmf-dist/fonts/tfm/public/lm/qx-lmbx9.tfm + texmf-dist/fonts/tfm/public/lm/qx-lmbxi10.tfm + texmf-dist/fonts/tfm/public/lm/qx-lmbxo10.tfm + texmf-dist/fonts/tfm/public/lm/qx-lmcsc10.tfm + texmf-dist/fonts/tfm/public/lm/qx-lmcsco10.tfm + texmf-dist/fonts/tfm/public/lm/qx-lmdunh10.tfm + texmf-dist/fonts/tfm/public/lm/qx-lmduno10.tfm + texmf-dist/fonts/tfm/public/lm/qx-lmr10.tfm + texmf-dist/fonts/tfm/public/lm/qx-lmr12.tfm + texmf-dist/fonts/tfm/public/lm/qx-lmr17.tfm + texmf-dist/fonts/tfm/public/lm/qx-lmr5.tfm + texmf-dist/fonts/tfm/public/lm/qx-lmr6.tfm + texmf-dist/fonts/tfm/public/lm/qx-lmr7.tfm + texmf-dist/fonts/tfm/public/lm/qx-lmr8.tfm + texmf-dist/fonts/tfm/public/lm/qx-lmr9.tfm + texmf-dist/fonts/tfm/public/lm/qx-lmri10.tfm + texmf-dist/fonts/tfm/public/lm/qx-lmri12.tfm + texmf-dist/fonts/tfm/public/lm/qx-lmri7.tfm + texmf-dist/fonts/tfm/public/lm/qx-lmri8.tfm + texmf-dist/fonts/tfm/public/lm/qx-lmri9.tfm + texmf-dist/fonts/tfm/public/lm/qx-lmro10.tfm + texmf-dist/fonts/tfm/public/lm/qx-lmro12.tfm + texmf-dist/fonts/tfm/public/lm/qx-lmro17.tfm + texmf-dist/fonts/tfm/public/lm/qx-lmro8.tfm + texmf-dist/fonts/tfm/public/lm/qx-lmro9.tfm + texmf-dist/fonts/tfm/public/lm/qx-lmss10.tfm + texmf-dist/fonts/tfm/public/lm/qx-lmss12.tfm + texmf-dist/fonts/tfm/public/lm/qx-lmss17.tfm + texmf-dist/fonts/tfm/public/lm/qx-lmss8.tfm + texmf-dist/fonts/tfm/public/lm/qx-lmss9.tfm + texmf-dist/fonts/tfm/public/lm/qx-lmssbo10.tfm + texmf-dist/fonts/tfm/public/lm/qx-lmssbx10.tfm + texmf-dist/fonts/tfm/public/lm/qx-lmssdc10.tfm + texmf-dist/fonts/tfm/public/lm/qx-lmssdo10.tfm + texmf-dist/fonts/tfm/public/lm/qx-lmsso10.tfm + texmf-dist/fonts/tfm/public/lm/qx-lmsso12.tfm + texmf-dist/fonts/tfm/public/lm/qx-lmsso17.tfm + texmf-dist/fonts/tfm/public/lm/qx-lmsso8.tfm + texmf-dist/fonts/tfm/public/lm/qx-lmsso9.tfm + texmf-dist/fonts/tfm/public/lm/qx-lmssq8.tfm + texmf-dist/fonts/tfm/public/lm/qx-lmssqbo8.tfm + texmf-dist/fonts/tfm/public/lm/qx-lmssqbx8.tfm + texmf-dist/fonts/tfm/public/lm/qx-lmssqo8.tfm + texmf-dist/fonts/tfm/public/lm/qx-lmtcsc10.tfm + texmf-dist/fonts/tfm/public/lm/qx-lmtcso10.tfm + texmf-dist/fonts/tfm/public/lm/qx-lmtk10.tfm + texmf-dist/fonts/tfm/public/lm/qx-lmtko10.tfm + texmf-dist/fonts/tfm/public/lm/qx-lmtl10.tfm + texmf-dist/fonts/tfm/public/lm/qx-lmtlc10.tfm + texmf-dist/fonts/tfm/public/lm/qx-lmtlco10.tfm + texmf-dist/fonts/tfm/public/lm/qx-lmtlo10.tfm + texmf-dist/fonts/tfm/public/lm/qx-lmtt10.tfm + texmf-dist/fonts/tfm/public/lm/qx-lmtt12.tfm + texmf-dist/fonts/tfm/public/lm/qx-lmtt8.tfm + texmf-dist/fonts/tfm/public/lm/qx-lmtt9.tfm + texmf-dist/fonts/tfm/public/lm/qx-lmtti10.tfm + texmf-dist/fonts/tfm/public/lm/qx-lmtto10.tfm + texmf-dist/fonts/tfm/public/lm/qx-lmu10.tfm + texmf-dist/fonts/tfm/public/lm/qx-lmvtk10.tfm + texmf-dist/fonts/tfm/public/lm/qx-lmvtko10.tfm + texmf-dist/fonts/tfm/public/lm/qx-lmvtl10.tfm + texmf-dist/fonts/tfm/public/lm/qx-lmvtlo10.tfm + texmf-dist/fonts/tfm/public/lm/qx-lmvtt10.tfm + texmf-dist/fonts/tfm/public/lm/qx-lmvtto10.tfm + texmf-dist/fonts/tfm/public/lm/rm-lmb10.tfm + texmf-dist/fonts/tfm/public/lm/rm-lmbo10.tfm + texmf-dist/fonts/tfm/public/lm/rm-lmbx10.tfm + texmf-dist/fonts/tfm/public/lm/rm-lmbx12.tfm + texmf-dist/fonts/tfm/public/lm/rm-lmbx5.tfm + texmf-dist/fonts/tfm/public/lm/rm-lmbx6.tfm + texmf-dist/fonts/tfm/public/lm/rm-lmbx7.tfm + texmf-dist/fonts/tfm/public/lm/rm-lmbx8.tfm + texmf-dist/fonts/tfm/public/lm/rm-lmbx9.tfm + texmf-dist/fonts/tfm/public/lm/rm-lmbxi10.tfm + texmf-dist/fonts/tfm/public/lm/rm-lmbxo10.tfm + texmf-dist/fonts/tfm/public/lm/rm-lmcsc10.tfm + texmf-dist/fonts/tfm/public/lm/rm-lmcsco10.tfm + texmf-dist/fonts/tfm/public/lm/rm-lmdunh10.tfm + texmf-dist/fonts/tfm/public/lm/rm-lmduno10.tfm + texmf-dist/fonts/tfm/public/lm/rm-lmr10.tfm + texmf-dist/fonts/tfm/public/lm/rm-lmr12.tfm + texmf-dist/fonts/tfm/public/lm/rm-lmr17.tfm + texmf-dist/fonts/tfm/public/lm/rm-lmr5.tfm + texmf-dist/fonts/tfm/public/lm/rm-lmr6.tfm + texmf-dist/fonts/tfm/public/lm/rm-lmr7.tfm + texmf-dist/fonts/tfm/public/lm/rm-lmr8.tfm + texmf-dist/fonts/tfm/public/lm/rm-lmr9.tfm + texmf-dist/fonts/tfm/public/lm/rm-lmri10.tfm + texmf-dist/fonts/tfm/public/lm/rm-lmri12.tfm + texmf-dist/fonts/tfm/public/lm/rm-lmri7.tfm + texmf-dist/fonts/tfm/public/lm/rm-lmri8.tfm + texmf-dist/fonts/tfm/public/lm/rm-lmri9.tfm + texmf-dist/fonts/tfm/public/lm/rm-lmro10.tfm + texmf-dist/fonts/tfm/public/lm/rm-lmro12.tfm + texmf-dist/fonts/tfm/public/lm/rm-lmro17.tfm + texmf-dist/fonts/tfm/public/lm/rm-lmro8.tfm + texmf-dist/fonts/tfm/public/lm/rm-lmro9.tfm + texmf-dist/fonts/tfm/public/lm/rm-lmss10.tfm + texmf-dist/fonts/tfm/public/lm/rm-lmss12.tfm + texmf-dist/fonts/tfm/public/lm/rm-lmss17.tfm + texmf-dist/fonts/tfm/public/lm/rm-lmss8.tfm + texmf-dist/fonts/tfm/public/lm/rm-lmss9.tfm + texmf-dist/fonts/tfm/public/lm/rm-lmssbo10.tfm + texmf-dist/fonts/tfm/public/lm/rm-lmssbx10.tfm + texmf-dist/fonts/tfm/public/lm/rm-lmssdc10.tfm + texmf-dist/fonts/tfm/public/lm/rm-lmssdo10.tfm + texmf-dist/fonts/tfm/public/lm/rm-lmsso10.tfm + texmf-dist/fonts/tfm/public/lm/rm-lmsso12.tfm + texmf-dist/fonts/tfm/public/lm/rm-lmsso17.tfm + texmf-dist/fonts/tfm/public/lm/rm-lmsso8.tfm + texmf-dist/fonts/tfm/public/lm/rm-lmsso9.tfm + texmf-dist/fonts/tfm/public/lm/rm-lmssq8.tfm + texmf-dist/fonts/tfm/public/lm/rm-lmssqbo8.tfm + texmf-dist/fonts/tfm/public/lm/rm-lmssqbx8.tfm + texmf-dist/fonts/tfm/public/lm/rm-lmssqo8.tfm + texmf-dist/fonts/tfm/public/lm/rm-lmtcsc10.tfm + texmf-dist/fonts/tfm/public/lm/rm-lmtcso10.tfm + texmf-dist/fonts/tfm/public/lm/rm-lmtk10.tfm + texmf-dist/fonts/tfm/public/lm/rm-lmtko10.tfm + texmf-dist/fonts/tfm/public/lm/rm-lmtl10.tfm + texmf-dist/fonts/tfm/public/lm/rm-lmtlc10.tfm + texmf-dist/fonts/tfm/public/lm/rm-lmtlco10.tfm + texmf-dist/fonts/tfm/public/lm/rm-lmtlo10.tfm + texmf-dist/fonts/tfm/public/lm/rm-lmtt10.tfm + texmf-dist/fonts/tfm/public/lm/rm-lmtt12.tfm + texmf-dist/fonts/tfm/public/lm/rm-lmtt8.tfm + texmf-dist/fonts/tfm/public/lm/rm-lmtt9.tfm + texmf-dist/fonts/tfm/public/lm/rm-lmtti10.tfm + texmf-dist/fonts/tfm/public/lm/rm-lmtto10.tfm + texmf-dist/fonts/tfm/public/lm/rm-lmu10.tfm + texmf-dist/fonts/tfm/public/lm/rm-lmvtk10.tfm + texmf-dist/fonts/tfm/public/lm/rm-lmvtko10.tfm + texmf-dist/fonts/tfm/public/lm/rm-lmvtl10.tfm + texmf-dist/fonts/tfm/public/lm/rm-lmvtlo10.tfm + texmf-dist/fonts/tfm/public/lm/rm-lmvtt10.tfm + texmf-dist/fonts/tfm/public/lm/rm-lmvtto10.tfm + texmf-dist/fonts/tfm/public/lm/t5-lmb10.tfm + texmf-dist/fonts/tfm/public/lm/t5-lmbo10.tfm + texmf-dist/fonts/tfm/public/lm/t5-lmbx10.tfm + texmf-dist/fonts/tfm/public/lm/t5-lmbx12.tfm + texmf-dist/fonts/tfm/public/lm/t5-lmbx5.tfm + texmf-dist/fonts/tfm/public/lm/t5-lmbx6.tfm + texmf-dist/fonts/tfm/public/lm/t5-lmbx7.tfm + texmf-dist/fonts/tfm/public/lm/t5-lmbx8.tfm + texmf-dist/fonts/tfm/public/lm/t5-lmbx9.tfm + texmf-dist/fonts/tfm/public/lm/t5-lmbxi10.tfm + texmf-dist/fonts/tfm/public/lm/t5-lmbxo10.tfm + texmf-dist/fonts/tfm/public/lm/t5-lmcsc10.tfm + texmf-dist/fonts/tfm/public/lm/t5-lmcsco10.tfm + texmf-dist/fonts/tfm/public/lm/t5-lmdunh10.tfm + texmf-dist/fonts/tfm/public/lm/t5-lmduno10.tfm + texmf-dist/fonts/tfm/public/lm/t5-lmr10.tfm + texmf-dist/fonts/tfm/public/lm/t5-lmr12.tfm + texmf-dist/fonts/tfm/public/lm/t5-lmr17.tfm + texmf-dist/fonts/tfm/public/lm/t5-lmr5.tfm + texmf-dist/fonts/tfm/public/lm/t5-lmr6.tfm + texmf-dist/fonts/tfm/public/lm/t5-lmr7.tfm + texmf-dist/fonts/tfm/public/lm/t5-lmr8.tfm + texmf-dist/fonts/tfm/public/lm/t5-lmr9.tfm + texmf-dist/fonts/tfm/public/lm/t5-lmri10.tfm + texmf-dist/fonts/tfm/public/lm/t5-lmri12.tfm + texmf-dist/fonts/tfm/public/lm/t5-lmri7.tfm + texmf-dist/fonts/tfm/public/lm/t5-lmri8.tfm + texmf-dist/fonts/tfm/public/lm/t5-lmri9.tfm + texmf-dist/fonts/tfm/public/lm/t5-lmro10.tfm + texmf-dist/fonts/tfm/public/lm/t5-lmro12.tfm + texmf-dist/fonts/tfm/public/lm/t5-lmro17.tfm + texmf-dist/fonts/tfm/public/lm/t5-lmro8.tfm + texmf-dist/fonts/tfm/public/lm/t5-lmro9.tfm + texmf-dist/fonts/tfm/public/lm/t5-lmss10.tfm + texmf-dist/fonts/tfm/public/lm/t5-lmss12.tfm + texmf-dist/fonts/tfm/public/lm/t5-lmss17.tfm + texmf-dist/fonts/tfm/public/lm/t5-lmss8.tfm + texmf-dist/fonts/tfm/public/lm/t5-lmss9.tfm + texmf-dist/fonts/tfm/public/lm/t5-lmssbo10.tfm + texmf-dist/fonts/tfm/public/lm/t5-lmssbx10.tfm + texmf-dist/fonts/tfm/public/lm/t5-lmssdc10.tfm + texmf-dist/fonts/tfm/public/lm/t5-lmssdo10.tfm + texmf-dist/fonts/tfm/public/lm/t5-lmsso10.tfm + texmf-dist/fonts/tfm/public/lm/t5-lmsso12.tfm + texmf-dist/fonts/tfm/public/lm/t5-lmsso17.tfm + texmf-dist/fonts/tfm/public/lm/t5-lmsso8.tfm + texmf-dist/fonts/tfm/public/lm/t5-lmsso9.tfm + texmf-dist/fonts/tfm/public/lm/t5-lmssq8.tfm + texmf-dist/fonts/tfm/public/lm/t5-lmssqbo8.tfm + texmf-dist/fonts/tfm/public/lm/t5-lmssqbx8.tfm + texmf-dist/fonts/tfm/public/lm/t5-lmssqo8.tfm + texmf-dist/fonts/tfm/public/lm/t5-lmtcsc10.tfm + texmf-dist/fonts/tfm/public/lm/t5-lmtcso10.tfm + texmf-dist/fonts/tfm/public/lm/t5-lmtk10.tfm + texmf-dist/fonts/tfm/public/lm/t5-lmtko10.tfm + texmf-dist/fonts/tfm/public/lm/t5-lmtl10.tfm + texmf-dist/fonts/tfm/public/lm/t5-lmtlc10.tfm + texmf-dist/fonts/tfm/public/lm/t5-lmtlco10.tfm + texmf-dist/fonts/tfm/public/lm/t5-lmtlo10.tfm + texmf-dist/fonts/tfm/public/lm/t5-lmtt10.tfm + texmf-dist/fonts/tfm/public/lm/t5-lmtt12.tfm + texmf-dist/fonts/tfm/public/lm/t5-lmtt8.tfm + texmf-dist/fonts/tfm/public/lm/t5-lmtt9.tfm + texmf-dist/fonts/tfm/public/lm/t5-lmtti10.tfm + texmf-dist/fonts/tfm/public/lm/t5-lmtto10.tfm + texmf-dist/fonts/tfm/public/lm/t5-lmu10.tfm + texmf-dist/fonts/tfm/public/lm/t5-lmvtk10.tfm + texmf-dist/fonts/tfm/public/lm/t5-lmvtko10.tfm + texmf-dist/fonts/tfm/public/lm/t5-lmvtl10.tfm + texmf-dist/fonts/tfm/public/lm/t5-lmvtlo10.tfm + texmf-dist/fonts/tfm/public/lm/t5-lmvtt10.tfm + texmf-dist/fonts/tfm/public/lm/t5-lmvtto10.tfm + texmf-dist/fonts/tfm/public/lm/texnansi-lmb10.tfm + texmf-dist/fonts/tfm/public/lm/texnansi-lmbo10.tfm + texmf-dist/fonts/tfm/public/lm/texnansi-lmbx10.tfm + texmf-dist/fonts/tfm/public/lm/texnansi-lmbx12.tfm + texmf-dist/fonts/tfm/public/lm/texnansi-lmbx5.tfm + texmf-dist/fonts/tfm/public/lm/texnansi-lmbx6.tfm + texmf-dist/fonts/tfm/public/lm/texnansi-lmbx7.tfm + texmf-dist/fonts/tfm/public/lm/texnansi-lmbx8.tfm + texmf-dist/fonts/tfm/public/lm/texnansi-lmbx9.tfm + texmf-dist/fonts/tfm/public/lm/texnansi-lmbxi10.tfm + texmf-dist/fonts/tfm/public/lm/texnansi-lmbxo10.tfm + texmf-dist/fonts/tfm/public/lm/texnansi-lmcsc10.tfm + texmf-dist/fonts/tfm/public/lm/texnansi-lmcsco10.tfm + texmf-dist/fonts/tfm/public/lm/texnansi-lmdunh10.tfm + texmf-dist/fonts/tfm/public/lm/texnansi-lmduno10.tfm + texmf-dist/fonts/tfm/public/lm/texnansi-lmr10.tfm + texmf-dist/fonts/tfm/public/lm/texnansi-lmr12.tfm + texmf-dist/fonts/tfm/public/lm/texnansi-lmr17.tfm + texmf-dist/fonts/tfm/public/lm/texnansi-lmr5.tfm + texmf-dist/fonts/tfm/public/lm/texnansi-lmr6.tfm + texmf-dist/fonts/tfm/public/lm/texnansi-lmr7.tfm + texmf-dist/fonts/tfm/public/lm/texnansi-lmr8.tfm + texmf-dist/fonts/tfm/public/lm/texnansi-lmr9.tfm + texmf-dist/fonts/tfm/public/lm/texnansi-lmri10.tfm + texmf-dist/fonts/tfm/public/lm/texnansi-lmri12.tfm + texmf-dist/fonts/tfm/public/lm/texnansi-lmri7.tfm + texmf-dist/fonts/tfm/public/lm/texnansi-lmri8.tfm + texmf-dist/fonts/tfm/public/lm/texnansi-lmri9.tfm + texmf-dist/fonts/tfm/public/lm/texnansi-lmro10.tfm + texmf-dist/fonts/tfm/public/lm/texnansi-lmro12.tfm + texmf-dist/fonts/tfm/public/lm/texnansi-lmro17.tfm + texmf-dist/fonts/tfm/public/lm/texnansi-lmro8.tfm + texmf-dist/fonts/tfm/public/lm/texnansi-lmro9.tfm + texmf-dist/fonts/tfm/public/lm/texnansi-lmss10.tfm + texmf-dist/fonts/tfm/public/lm/texnansi-lmss12.tfm + texmf-dist/fonts/tfm/public/lm/texnansi-lmss17.tfm + texmf-dist/fonts/tfm/public/lm/texnansi-lmss8.tfm + texmf-dist/fonts/tfm/public/lm/texnansi-lmss9.tfm + texmf-dist/fonts/tfm/public/lm/texnansi-lmssbo10.tfm + texmf-dist/fonts/tfm/public/lm/texnansi-lmssbx10.tfm + texmf-dist/fonts/tfm/public/lm/texnansi-lmssdc10.tfm + texmf-dist/fonts/tfm/public/lm/texnansi-lmssdo10.tfm + texmf-dist/fonts/tfm/public/lm/texnansi-lmsso10.tfm + texmf-dist/fonts/tfm/public/lm/texnansi-lmsso12.tfm + texmf-dist/fonts/tfm/public/lm/texnansi-lmsso17.tfm + texmf-dist/fonts/tfm/public/lm/texnansi-lmsso8.tfm + texmf-dist/fonts/tfm/public/lm/texnansi-lmsso9.tfm + texmf-dist/fonts/tfm/public/lm/texnansi-lmssq8.tfm + texmf-dist/fonts/tfm/public/lm/texnansi-lmssqbo8.tfm + texmf-dist/fonts/tfm/public/lm/texnansi-lmssqbx8.tfm + texmf-dist/fonts/tfm/public/lm/texnansi-lmssqo8.tfm + texmf-dist/fonts/tfm/public/lm/texnansi-lmtcsc10.tfm + texmf-dist/fonts/tfm/public/lm/texnansi-lmtcso10.tfm + texmf-dist/fonts/tfm/public/lm/texnansi-lmtk10.tfm + texmf-dist/fonts/tfm/public/lm/texnansi-lmtko10.tfm + texmf-dist/fonts/tfm/public/lm/texnansi-lmtl10.tfm + texmf-dist/fonts/tfm/public/lm/texnansi-lmtlc10.tfm + texmf-dist/fonts/tfm/public/lm/texnansi-lmtlco10.tfm + texmf-dist/fonts/tfm/public/lm/texnansi-lmtlo10.tfm + texmf-dist/fonts/tfm/public/lm/texnansi-lmtt10.tfm + texmf-dist/fonts/tfm/public/lm/texnansi-lmtt12.tfm + texmf-dist/fonts/tfm/public/lm/texnansi-lmtt8.tfm + texmf-dist/fonts/tfm/public/lm/texnansi-lmtt9.tfm + texmf-dist/fonts/tfm/public/lm/texnansi-lmtti10.tfm + texmf-dist/fonts/tfm/public/lm/texnansi-lmtto10.tfm + texmf-dist/fonts/tfm/public/lm/texnansi-lmu10.tfm + texmf-dist/fonts/tfm/public/lm/texnansi-lmvtk10.tfm + texmf-dist/fonts/tfm/public/lm/texnansi-lmvtko10.tfm + texmf-dist/fonts/tfm/public/lm/texnansi-lmvtl10.tfm + texmf-dist/fonts/tfm/public/lm/texnansi-lmvtlo10.tfm + texmf-dist/fonts/tfm/public/lm/texnansi-lmvtt10.tfm + texmf-dist/fonts/tfm/public/lm/texnansi-lmvtto10.tfm + texmf-dist/fonts/tfm/public/lm/ts1-lmb10.tfm + texmf-dist/fonts/tfm/public/lm/ts1-lmbo10.tfm + texmf-dist/fonts/tfm/public/lm/ts1-lmbx10.tfm + texmf-dist/fonts/tfm/public/lm/ts1-lmbx12.tfm + texmf-dist/fonts/tfm/public/lm/ts1-lmbx5.tfm + texmf-dist/fonts/tfm/public/lm/ts1-lmbx6.tfm + texmf-dist/fonts/tfm/public/lm/ts1-lmbx7.tfm + texmf-dist/fonts/tfm/public/lm/ts1-lmbx8.tfm + texmf-dist/fonts/tfm/public/lm/ts1-lmbx9.tfm + texmf-dist/fonts/tfm/public/lm/ts1-lmbxi10.tfm + texmf-dist/fonts/tfm/public/lm/ts1-lmbxo10.tfm + texmf-dist/fonts/tfm/public/lm/ts1-lmcsc10.tfm + texmf-dist/fonts/tfm/public/lm/ts1-lmcsco10.tfm + texmf-dist/fonts/tfm/public/lm/ts1-lmdunh10.tfm + texmf-dist/fonts/tfm/public/lm/ts1-lmduno10.tfm + texmf-dist/fonts/tfm/public/lm/ts1-lmr10.tfm + texmf-dist/fonts/tfm/public/lm/ts1-lmr12.tfm + texmf-dist/fonts/tfm/public/lm/ts1-lmr17.tfm + texmf-dist/fonts/tfm/public/lm/ts1-lmr5.tfm + texmf-dist/fonts/tfm/public/lm/ts1-lmr6.tfm + texmf-dist/fonts/tfm/public/lm/ts1-lmr7.tfm + texmf-dist/fonts/tfm/public/lm/ts1-lmr8.tfm + texmf-dist/fonts/tfm/public/lm/ts1-lmr9.tfm + texmf-dist/fonts/tfm/public/lm/ts1-lmri10.tfm + texmf-dist/fonts/tfm/public/lm/ts1-lmri12.tfm + texmf-dist/fonts/tfm/public/lm/ts1-lmri7.tfm + texmf-dist/fonts/tfm/public/lm/ts1-lmri8.tfm + texmf-dist/fonts/tfm/public/lm/ts1-lmri9.tfm + texmf-dist/fonts/tfm/public/lm/ts1-lmro10.tfm + texmf-dist/fonts/tfm/public/lm/ts1-lmro12.tfm + texmf-dist/fonts/tfm/public/lm/ts1-lmro17.tfm + texmf-dist/fonts/tfm/public/lm/ts1-lmro8.tfm + texmf-dist/fonts/tfm/public/lm/ts1-lmro9.tfm + texmf-dist/fonts/tfm/public/lm/ts1-lmss10.tfm + texmf-dist/fonts/tfm/public/lm/ts1-lmss12.tfm + texmf-dist/fonts/tfm/public/lm/ts1-lmss17.tfm + texmf-dist/fonts/tfm/public/lm/ts1-lmss8.tfm + texmf-dist/fonts/tfm/public/lm/ts1-lmss9.tfm + texmf-dist/fonts/tfm/public/lm/ts1-lmssbo10.tfm + texmf-dist/fonts/tfm/public/lm/ts1-lmssbx10.tfm + texmf-dist/fonts/tfm/public/lm/ts1-lmssdc10.tfm + texmf-dist/fonts/tfm/public/lm/ts1-lmssdo10.tfm + texmf-dist/fonts/tfm/public/lm/ts1-lmsso10.tfm + texmf-dist/fonts/tfm/public/lm/ts1-lmsso12.tfm + texmf-dist/fonts/tfm/public/lm/ts1-lmsso17.tfm + texmf-dist/fonts/tfm/public/lm/ts1-lmsso8.tfm + texmf-dist/fonts/tfm/public/lm/ts1-lmsso9.tfm + texmf-dist/fonts/tfm/public/lm/ts1-lmssq8.tfm + texmf-dist/fonts/tfm/public/lm/ts1-lmssqbo8.tfm + texmf-dist/fonts/tfm/public/lm/ts1-lmssqbx8.tfm + texmf-dist/fonts/tfm/public/lm/ts1-lmssqo8.tfm + texmf-dist/fonts/tfm/public/lm/ts1-lmtcsc10.tfm + texmf-dist/fonts/tfm/public/lm/ts1-lmtcso10.tfm + texmf-dist/fonts/tfm/public/lm/ts1-lmtk10.tfm + texmf-dist/fonts/tfm/public/lm/ts1-lmtko10.tfm + texmf-dist/fonts/tfm/public/lm/ts1-lmtl10.tfm + texmf-dist/fonts/tfm/public/lm/ts1-lmtlc10.tfm + texmf-dist/fonts/tfm/public/lm/ts1-lmtlco10.tfm + texmf-dist/fonts/tfm/public/lm/ts1-lmtlo10.tfm + texmf-dist/fonts/tfm/public/lm/ts1-lmtt10.tfm + texmf-dist/fonts/tfm/public/lm/ts1-lmtt12.tfm + texmf-dist/fonts/tfm/public/lm/ts1-lmtt8.tfm + texmf-dist/fonts/tfm/public/lm/ts1-lmtt9.tfm + texmf-dist/fonts/tfm/public/lm/ts1-lmtti10.tfm + texmf-dist/fonts/tfm/public/lm/ts1-lmtto10.tfm + texmf-dist/fonts/tfm/public/lm/ts1-lmu10.tfm + texmf-dist/fonts/tfm/public/lm/ts1-lmvtk10.tfm + texmf-dist/fonts/tfm/public/lm/ts1-lmvtko10.tfm + texmf-dist/fonts/tfm/public/lm/ts1-lmvtl10.tfm + texmf-dist/fonts/tfm/public/lm/ts1-lmvtlo10.tfm + texmf-dist/fonts/tfm/public/lm/ts1-lmvtt10.tfm + texmf-dist/fonts/tfm/public/lm/ts1-lmvtto10.tfm + texmf-dist/fonts/type1/public/lm/lmb10.pfb + texmf-dist/fonts/type1/public/lm/lmb10.pfm + texmf-dist/fonts/type1/public/lm/lmbo10.pfb + texmf-dist/fonts/type1/public/lm/lmbo10.pfm + texmf-dist/fonts/type1/public/lm/lmbsy10.pfb + texmf-dist/fonts/type1/public/lm/lmbsy10.pfm + texmf-dist/fonts/type1/public/lm/lmbsy5.pfb + texmf-dist/fonts/type1/public/lm/lmbsy5.pfm + texmf-dist/fonts/type1/public/lm/lmbsy7.pfb + texmf-dist/fonts/type1/public/lm/lmbsy7.pfm + texmf-dist/fonts/type1/public/lm/lmbx10.pfb + texmf-dist/fonts/type1/public/lm/lmbx10.pfm + texmf-dist/fonts/type1/public/lm/lmbx12.pfb + texmf-dist/fonts/type1/public/lm/lmbx12.pfm + texmf-dist/fonts/type1/public/lm/lmbx5.pfb + texmf-dist/fonts/type1/public/lm/lmbx5.pfm + texmf-dist/fonts/type1/public/lm/lmbx6.pfb + texmf-dist/fonts/type1/public/lm/lmbx6.pfm + texmf-dist/fonts/type1/public/lm/lmbx7.pfb + texmf-dist/fonts/type1/public/lm/lmbx7.pfm + texmf-dist/fonts/type1/public/lm/lmbx8.pfb + texmf-dist/fonts/type1/public/lm/lmbx8.pfm + texmf-dist/fonts/type1/public/lm/lmbx9.pfb + texmf-dist/fonts/type1/public/lm/lmbx9.pfm + texmf-dist/fonts/type1/public/lm/lmbxi10.pfb + texmf-dist/fonts/type1/public/lm/lmbxi10.pfm + texmf-dist/fonts/type1/public/lm/lmbxo10.pfb + texmf-dist/fonts/type1/public/lm/lmbxo10.pfm + texmf-dist/fonts/type1/public/lm/lmcsc10.pfb + texmf-dist/fonts/type1/public/lm/lmcsc10.pfm + texmf-dist/fonts/type1/public/lm/lmcsco10.pfb + texmf-dist/fonts/type1/public/lm/lmcsco10.pfm + texmf-dist/fonts/type1/public/lm/lmdunh10.pfb + texmf-dist/fonts/type1/public/lm/lmdunh10.pfm + texmf-dist/fonts/type1/public/lm/lmduno10.pfb + texmf-dist/fonts/type1/public/lm/lmduno10.pfm + texmf-dist/fonts/type1/public/lm/lmex10.pfb + texmf-dist/fonts/type1/public/lm/lmex10.pfm + texmf-dist/fonts/type1/public/lm/lmmi10.pfb + texmf-dist/fonts/type1/public/lm/lmmi10.pfm + texmf-dist/fonts/type1/public/lm/lmmi12.pfb + texmf-dist/fonts/type1/public/lm/lmmi12.pfm + texmf-dist/fonts/type1/public/lm/lmmi5.pfb + texmf-dist/fonts/type1/public/lm/lmmi5.pfm + texmf-dist/fonts/type1/public/lm/lmmi6.pfb + texmf-dist/fonts/type1/public/lm/lmmi6.pfm + texmf-dist/fonts/type1/public/lm/lmmi7.pfb + texmf-dist/fonts/type1/public/lm/lmmi7.pfm + texmf-dist/fonts/type1/public/lm/lmmi8.pfb + texmf-dist/fonts/type1/public/lm/lmmi8.pfm + texmf-dist/fonts/type1/public/lm/lmmi9.pfb + texmf-dist/fonts/type1/public/lm/lmmi9.pfm + texmf-dist/fonts/type1/public/lm/lmmib10.pfb + texmf-dist/fonts/type1/public/lm/lmmib10.pfm + texmf-dist/fonts/type1/public/lm/lmmib5.pfb + texmf-dist/fonts/type1/public/lm/lmmib5.pfm + texmf-dist/fonts/type1/public/lm/lmmib7.pfb + texmf-dist/fonts/type1/public/lm/lmmib7.pfm + texmf-dist/fonts/type1/public/lm/lmr10.pfb + texmf-dist/fonts/type1/public/lm/lmr10.pfm + texmf-dist/fonts/type1/public/lm/lmr12.pfb + texmf-dist/fonts/type1/public/lm/lmr12.pfm + texmf-dist/fonts/type1/public/lm/lmr17.pfb + texmf-dist/fonts/type1/public/lm/lmr17.pfm + texmf-dist/fonts/type1/public/lm/lmr5.pfb + texmf-dist/fonts/type1/public/lm/lmr5.pfm + texmf-dist/fonts/type1/public/lm/lmr6.pfb + texmf-dist/fonts/type1/public/lm/lmr6.pfm + texmf-dist/fonts/type1/public/lm/lmr7.pfb + texmf-dist/fonts/type1/public/lm/lmr7.pfm + texmf-dist/fonts/type1/public/lm/lmr8.pfb + texmf-dist/fonts/type1/public/lm/lmr8.pfm + texmf-dist/fonts/type1/public/lm/lmr9.pfb + texmf-dist/fonts/type1/public/lm/lmr9.pfm + texmf-dist/fonts/type1/public/lm/lmri10.pfb + texmf-dist/fonts/type1/public/lm/lmri10.pfm + texmf-dist/fonts/type1/public/lm/lmri12.pfb + texmf-dist/fonts/type1/public/lm/lmri12.pfm + texmf-dist/fonts/type1/public/lm/lmri7.pfb + texmf-dist/fonts/type1/public/lm/lmri7.pfm + texmf-dist/fonts/type1/public/lm/lmri8.pfb + texmf-dist/fonts/type1/public/lm/lmri8.pfm + texmf-dist/fonts/type1/public/lm/lmri9.pfb + texmf-dist/fonts/type1/public/lm/lmri9.pfm + texmf-dist/fonts/type1/public/lm/lmro10.pfb + texmf-dist/fonts/type1/public/lm/lmro10.pfm + texmf-dist/fonts/type1/public/lm/lmro12.pfb + texmf-dist/fonts/type1/public/lm/lmro12.pfm + texmf-dist/fonts/type1/public/lm/lmro17.pfb + texmf-dist/fonts/type1/public/lm/lmro17.pfm + texmf-dist/fonts/type1/public/lm/lmro8.pfb + texmf-dist/fonts/type1/public/lm/lmro8.pfm + texmf-dist/fonts/type1/public/lm/lmro9.pfb + texmf-dist/fonts/type1/public/lm/lmro9.pfm + texmf-dist/fonts/type1/public/lm/lmss10.pfb + texmf-dist/fonts/type1/public/lm/lmss10.pfm + texmf-dist/fonts/type1/public/lm/lmss12.pfb + texmf-dist/fonts/type1/public/lm/lmss12.pfm + texmf-dist/fonts/type1/public/lm/lmss17.pfb + texmf-dist/fonts/type1/public/lm/lmss17.pfm + texmf-dist/fonts/type1/public/lm/lmss8.pfb + texmf-dist/fonts/type1/public/lm/lmss8.pfm + texmf-dist/fonts/type1/public/lm/lmss9.pfb + texmf-dist/fonts/type1/public/lm/lmss9.pfm + texmf-dist/fonts/type1/public/lm/lmssbo10.pfb + texmf-dist/fonts/type1/public/lm/lmssbo10.pfm + texmf-dist/fonts/type1/public/lm/lmssbx10.pfb + texmf-dist/fonts/type1/public/lm/lmssbx10.pfm + texmf-dist/fonts/type1/public/lm/lmssdc10.pfb + texmf-dist/fonts/type1/public/lm/lmssdc10.pfm + texmf-dist/fonts/type1/public/lm/lmssdo10.pfb + texmf-dist/fonts/type1/public/lm/lmssdo10.pfm + texmf-dist/fonts/type1/public/lm/lmsso10.pfb + texmf-dist/fonts/type1/public/lm/lmsso10.pfm + texmf-dist/fonts/type1/public/lm/lmsso12.pfb + texmf-dist/fonts/type1/public/lm/lmsso12.pfm + texmf-dist/fonts/type1/public/lm/lmsso17.pfb + texmf-dist/fonts/type1/public/lm/lmsso17.pfm + texmf-dist/fonts/type1/public/lm/lmsso8.pfb + texmf-dist/fonts/type1/public/lm/lmsso8.pfm + texmf-dist/fonts/type1/public/lm/lmsso9.pfb + texmf-dist/fonts/type1/public/lm/lmsso9.pfm + texmf-dist/fonts/type1/public/lm/lmssq8.pfb + texmf-dist/fonts/type1/public/lm/lmssq8.pfm + texmf-dist/fonts/type1/public/lm/lmssqbo8.pfb + texmf-dist/fonts/type1/public/lm/lmssqbo8.pfm + texmf-dist/fonts/type1/public/lm/lmssqbx8.pfb + texmf-dist/fonts/type1/public/lm/lmssqbx8.pfm + texmf-dist/fonts/type1/public/lm/lmssqo8.pfb + texmf-dist/fonts/type1/public/lm/lmssqo8.pfm + texmf-dist/fonts/type1/public/lm/lmsy10.pfb + texmf-dist/fonts/type1/public/lm/lmsy10.pfm + texmf-dist/fonts/type1/public/lm/lmsy5.pfb + texmf-dist/fonts/type1/public/lm/lmsy5.pfm + texmf-dist/fonts/type1/public/lm/lmsy6.pfb + texmf-dist/fonts/type1/public/lm/lmsy6.pfm + texmf-dist/fonts/type1/public/lm/lmsy7.pfb + texmf-dist/fonts/type1/public/lm/lmsy7.pfm + texmf-dist/fonts/type1/public/lm/lmsy8.pfb + texmf-dist/fonts/type1/public/lm/lmsy8.pfm + texmf-dist/fonts/type1/public/lm/lmsy9.pfb + texmf-dist/fonts/type1/public/lm/lmsy9.pfm + texmf-dist/fonts/type1/public/lm/lmtcsc10.pfb + texmf-dist/fonts/type1/public/lm/lmtcsc10.pfm + texmf-dist/fonts/type1/public/lm/lmtcso10.pfb + texmf-dist/fonts/type1/public/lm/lmtcso10.pfm + texmf-dist/fonts/type1/public/lm/lmtk10.pfb + texmf-dist/fonts/type1/public/lm/lmtk10.pfm + texmf-dist/fonts/type1/public/lm/lmtko10.pfb + texmf-dist/fonts/type1/public/lm/lmtko10.pfm + texmf-dist/fonts/type1/public/lm/lmtl10.pfb + texmf-dist/fonts/type1/public/lm/lmtl10.pfm + texmf-dist/fonts/type1/public/lm/lmtlc10.pfb + texmf-dist/fonts/type1/public/lm/lmtlc10.pfm + texmf-dist/fonts/type1/public/lm/lmtlco10.pfb + texmf-dist/fonts/type1/public/lm/lmtlco10.pfm + texmf-dist/fonts/type1/public/lm/lmtlo10.pfb + texmf-dist/fonts/type1/public/lm/lmtlo10.pfm + texmf-dist/fonts/type1/public/lm/lmtt10.pfb + texmf-dist/fonts/type1/public/lm/lmtt10.pfm + texmf-dist/fonts/type1/public/lm/lmtt12.pfb + texmf-dist/fonts/type1/public/lm/lmtt12.pfm + texmf-dist/fonts/type1/public/lm/lmtt8.pfb + texmf-dist/fonts/type1/public/lm/lmtt8.pfm + texmf-dist/fonts/type1/public/lm/lmtt9.pfb + texmf-dist/fonts/type1/public/lm/lmtt9.pfm + texmf-dist/fonts/type1/public/lm/lmtti10.pfb + texmf-dist/fonts/type1/public/lm/lmtti10.pfm + texmf-dist/fonts/type1/public/lm/lmtto10.pfb + texmf-dist/fonts/type1/public/lm/lmtto10.pfm + texmf-dist/fonts/type1/public/lm/lmu10.pfb + texmf-dist/fonts/type1/public/lm/lmu10.pfm + texmf-dist/fonts/type1/public/lm/lmvtk10.pfb + texmf-dist/fonts/type1/public/lm/lmvtk10.pfm + texmf-dist/fonts/type1/public/lm/lmvtko10.pfb + texmf-dist/fonts/type1/public/lm/lmvtko10.pfm + texmf-dist/fonts/type1/public/lm/lmvtl10.pfb + texmf-dist/fonts/type1/public/lm/lmvtl10.pfm + texmf-dist/fonts/type1/public/lm/lmvtlo10.pfb + texmf-dist/fonts/type1/public/lm/lmvtlo10.pfm + texmf-dist/fonts/type1/public/lm/lmvtt10.pfb + texmf-dist/fonts/type1/public/lm/lmvtt10.pfm + texmf-dist/fonts/type1/public/lm/lmvtto10.pfb + texmf-dist/fonts/type1/public/lm/lmvtto10.pfm + texmf-dist/tex/latex/lm/il2lmdh.fd + texmf-dist/tex/latex/lm/il2lmr.fd + texmf-dist/tex/latex/lm/il2lmss.fd + texmf-dist/tex/latex/lm/il2lmssq.fd + texmf-dist/tex/latex/lm/il2lmtt.fd + texmf-dist/tex/latex/lm/il2lmvtt.fd + texmf-dist/tex/latex/lm/l7xlmdh.fd + texmf-dist/tex/latex/lm/l7xlmr.fd + texmf-dist/tex/latex/lm/l7xlmss.fd + texmf-dist/tex/latex/lm/l7xlmssq.fd + texmf-dist/tex/latex/lm/l7xlmtt.fd + texmf-dist/tex/latex/lm/l7xlmvtt.fd + texmf-dist/tex/latex/lm/lmodern.sty + texmf-dist/tex/latex/lm/ly1lmdh.fd + texmf-dist/tex/latex/lm/ly1lmr.fd + texmf-dist/tex/latex/lm/ly1lmss.fd + texmf-dist/tex/latex/lm/ly1lmssq.fd + texmf-dist/tex/latex/lm/ly1lmtt.fd + texmf-dist/tex/latex/lm/ly1lmvtt.fd + texmf-dist/tex/latex/lm/omllmm.fd + texmf-dist/tex/latex/lm/omllmr.fd + texmf-dist/tex/latex/lm/omslmr.fd + texmf-dist/tex/latex/lm/omslmsy.fd + texmf-dist/tex/latex/lm/omxlmex.fd + texmf-dist/tex/latex/lm/ot1lmdh.fd + texmf-dist/tex/latex/lm/ot1lmr.fd + texmf-dist/tex/latex/lm/ot1lmss.fd + texmf-dist/tex/latex/lm/ot1lmssq.fd + texmf-dist/tex/latex/lm/ot1lmtt.fd + texmf-dist/tex/latex/lm/ot1lmvtt.fd + texmf-dist/tex/latex/lm/ot4lmdh.fd + texmf-dist/tex/latex/lm/ot4lmr.fd + texmf-dist/tex/latex/lm/ot4lmss.fd + texmf-dist/tex/latex/lm/ot4lmssq.fd + texmf-dist/tex/latex/lm/ot4lmtt.fd + texmf-dist/tex/latex/lm/ot4lmvtt.fd + texmf-dist/tex/latex/lm/qxlmdh.fd + texmf-dist/tex/latex/lm/qxlmr.fd + texmf-dist/tex/latex/lm/qxlmss.fd + texmf-dist/tex/latex/lm/qxlmssq.fd + texmf-dist/tex/latex/lm/qxlmtt.fd + texmf-dist/tex/latex/lm/qxlmvtt.fd + texmf-dist/tex/latex/lm/t1lmdh.fd + texmf-dist/tex/latex/lm/t1lmr.fd + texmf-dist/tex/latex/lm/t1lmss.fd + texmf-dist/tex/latex/lm/t1lmssq.fd + texmf-dist/tex/latex/lm/t1lmtt.fd + texmf-dist/tex/latex/lm/t1lmvtt.fd + texmf-dist/tex/latex/lm/t5lmdh.fd + texmf-dist/tex/latex/lm/t5lmr.fd + texmf-dist/tex/latex/lm/t5lmss.fd + texmf-dist/tex/latex/lm/t5lmssq.fd + texmf-dist/tex/latex/lm/t5lmtt.fd + texmf-dist/tex/latex/lm/t5lmvtt.fd + texmf-dist/tex/latex/lm/ts1lmdh.fd + texmf-dist/tex/latex/lm/ts1lmr.fd + texmf-dist/tex/latex/lm/ts1lmss.fd + texmf-dist/tex/latex/lm/ts1lmssq.fd + texmf-dist/tex/latex/lm/ts1lmtt.fd + texmf-dist/tex/latex/lm/ts1lmvtt.fd +catalogue-ctan /fonts/lm +catalogue-date 2009-10-09 10:08:38 +0200 +catalogue-license gfsl +catalogue-version 2.004 + +name lmextra +category Package +revision 13293 +runfiles size=32 + texmf-dist/fonts/truetype/hoekwater/lmextra/lmtypewriter10-regular.ttf + +name localloc +category Package +revision 15878 +shortdesc Macros for localizing TeX register allocations. +longdesc This package approaches the problem of the shortage of +longdesc registers, by providing a mechanism for local allocation. The +longdesc package works with Plain TeX, LaTeX and LaTeX 2.09. +docfiles size=11 + texmf-dist/doc/latex/localloc/localloc.dvi + texmf-dist/doc/latex/localloc/localtst.tex +srcfiles size=12 + texmf-dist/source/latex/localloc/localloc.README + texmf-dist/source/latex/localloc/localloc.drv + texmf-dist/source/latex/localloc/localloc.dtx +runfiles size=2 + texmf-dist/tex/latex/localloc/localloc.sty +catalogue-ctan /macros/latex/contrib/localloc +catalogue-date 2009-10-06 14:55:10 +0200 +catalogue-license other-free + +name logic +category Package +revision 15878 +shortdesc A font for electronic logic design. +longdesc A MetaFont font, and a minuscule set of macros for its use, +longdesc designed in support of logic design diagrams. +runfiles size=5 + texmf-dist/fonts/source/public/logic/milstd.mf + texmf-dist/fonts/tfm/public/logic/milstd.tfm + texmf-dist/tex/latex/logic/milstd.sty + texmf-dist/tex/latex/logic/milstd.tex +catalogue-ctan /fonts/logic +catalogue-date 2008-09-26 00:26:59 +0200 +catalogue-license noinfo + +name logical-markup-utils +category Package +revision 15878 +shortdesc Packages for language-dependent inline quotes and dashes. +longdesc The bundle contains two packages: - quoted, for inserting +longdesc quotation marks; and - onedash, for inserting dashes. Each +longdesc package takes a language name as an option; accepted language +longdesc options are american, british, german and polish. +docfiles size=11 + texmf-dist/doc/latex/logical-markup-utils/COPYING + texmf-dist/doc/latex/logical-markup-utils/README details="Readme" + texmf-dist/doc/latex/logical-markup-utils/TODO +runfiles size=2 + texmf-dist/tex/latex/logical-markup-utils/onedash.sty + texmf-dist/tex/latex/logical-markup-utils/quoted.sty +catalogue-ctan /macros/latex/contrib/logical-markup-utils +catalogue-date 2009-05-20 15:35:05 +0200 +catalogue-license gpl3 + +name logpap +category Package +revision 15878 +shortdesc Generate logarithmic graph paper with LaTeX. +longdesc The logpap package provides four macros for drawing +longdesc logarithmic-logarithmic, logarithmic-linear, linear-logarithmic +longdesc and (because it was easy to implement) linear-linear graph +longdesc paper with LaTeX. +docfiles size=23 + texmf-dist/doc/latex/logpap/README details="Package Readme" + texmf-dist/doc/latex/logpap/example.pdf details="Package documentation" + texmf-dist/doc/latex/logpap/example.tex +srcfiles size=28 + texmf-dist/source/latex/logpap/logpap.dtx + texmf-dist/source/latex/logpap/logpap.ins +runfiles size=7 + texmf-dist/tex/latex/logpap/logpap.sty +catalogue-ctan /macros/latex/contrib/logpap +catalogue-date 2006-12-08 22:20:56 +0100 +catalogue-license lppl +catalogue-version 0.6 + +name lps +category Package +revision 15878 +shortdesc Class for "Logic and Philosophy of Science". +longdesc The 'Logic and Philosophy of Science' journal is an online +longdesc publication of the University of Trieste (Italy). The class +longdesc builds on the standard article class to offer a format that +longdesc LaTeX authors may use when submitting to the journal. +docfiles size=110 + texmf-dist/doc/latex/lps/README details="Readme" + texmf-dist/doc/latex/lps/lps.pdf details="Package documentation" + texmf-dist/doc/latex/lps/lpstemplate.tex +srcfiles size=6 + texmf-dist/source/latex/lps/lps.dtx + texmf-dist/source/latex/lps/lps.ins +runfiles size=2 + texmf-dist/tex/latex/lps/lps.cls +catalogue-ctan /macros/latex/contrib/lps +catalogue-date 2008-08-22 10:50:40 +0200 +catalogue-license lppl +catalogue-version 0.6 + +name lsc +category Package +revision 15878 +shortdesc Typesetting Live Sequence Charts. +longdesc This package is similar to the msc package in that it provides +longdesc macros for typesetting a variant of sequence diagrams, in this +longdesc case the Live Sequence Charts of Damm and Harel. The package +longdesc supports the full LSC language of the original LSC paper, the +longdesc Klose-extensions for formal verification and some of the Harel- +longdesc extensions for the Play-In/Play-Out approach (cf. the manual). +docfiles size=73 + texmf-dist/doc/latex/lsc/README details="Readme" + texmf-dist/doc/latex/lsc/lsc.pdf details="Package documentation" + texmf-dist/doc/latex/lsc/lsc.tex +runfiles size=16 + texmf-dist/bibtex/bib/lsc/lsc.bib + texmf-dist/tex/latex/lsc/lsc.sty +catalogue-ctan /macros/latex/contrib/lsc +catalogue-date 2007-03-09 12:50:50 +0100 +catalogue-license lppl + +name lshort-bulgarian +category Package +revision 15878 +shortdesc Bulgarian translation of the "Short Introduction to LaTeX2e". +longdesc The source files, PostScript and PDF files of the Bulgarian +longdesc translation of the "Short Introduction to LaTeX 2e". +docfiles size=639 + texmf-dist/doc/latex/lshort-bulgarian/README details="Readme" + texmf-dist/doc/latex/lshort-bulgarian/lshort-bg.pdf details="The document itself" language="bg" + texmf-dist/doc/latex/lshort-bulgarian/src/lshort-bg.src.zip +catalogue-ctan /info/lshort/bulgarian +catalogue-date 2007-12-21 19:41:24 +0100 +catalogue-license pd + +name lshort-chinese +category Package +revision 15878 +catalogue lshort-zh-cn +shortdesc Introduction to LaTeX, in Chinese. +longdesc A translation to Chinese of the not so short introduction to +longdesc LaTeX2e, presented by the Chinese TeX Society CTeX. The +longdesc processed output is created by use of XeTeX. +docfiles size=526 + texmf-dist/doc/latex/lshort-chinese/README details="Readme, including compilation instructions" + texmf-dist/doc/latex/lshort-chinese/lshort-zh-cn.pdf details="The document itself" language="zh" + texmf-dist/doc/latex/lshort-chinese/src/biblio.tex + texmf-dist/doc/latex/lshort-chinese/src/contrib.tex + texmf-dist/doc/latex/lshort-chinese/src/custom.tex + texmf-dist/doc/latex/lshort-chinese/src/fancyhea.sty + texmf-dist/doc/latex/lshort-chinese/src/graphic.tex + texmf-dist/doc/latex/lshort-chinese/src/lshort-a5.tex + texmf-dist/doc/latex/lshort-chinese/src/lshort-base.tex + texmf-dist/doc/latex/lshort-chinese/src/lshort.sty + texmf-dist/doc/latex/lshort-chinese/src/lshort.tex + texmf-dist/doc/latex/lshort-chinese/src/lssym.tex + texmf-dist/doc/latex/lshort-chinese/src/math.tex + texmf-dist/doc/latex/lshort-chinese/src/myclass.sty + texmf-dist/doc/latex/lshort-chinese/src/mylayout.sty + texmf-dist/doc/latex/lshort-chinese/src/overview.tex + texmf-dist/doc/latex/lshort-chinese/src/spec.tex + texmf-dist/doc/latex/lshort-chinese/src/test.tex + texmf-dist/doc/latex/lshort-chinese/src/things.tex + texmf-dist/doc/latex/lshort-chinese/src/title.tex + texmf-dist/doc/latex/lshort-chinese/src/typeset.tex + texmf-dist/doc/latex/lshort-chinese/src/usefulmacros.sty + texmf-dist/doc/latex/lshort-chinese/src/zhfont.sty + texmf-dist/doc/latex/lshort-chinese/src/zhmath.sty + texmf-dist/doc/latex/lshort-chinese/src/zhspacing.sty + texmf-dist/doc/latex/lshort-chinese/src/zhulem.sty +catalogue-ctan /info/lshort/chinese +catalogue-date 2008-07-16 16:26:02 +0200 +catalogue-license gpl +catalogue-version 4.20 + +name lshort-dutch +category Package +revision 15878 +shortdesc Introduction to LaTeX in Dutch. +longdesc This is the Dutch (Nederlands) translation of the Short +longdesc Introduction to LaTeX2e. +docfiles size=272 + texmf-dist/doc/latex/lshort-dutch/LEESMIJ details="Readme" language="nl" + texmf-dist/doc/latex/lshort-dutch/README + texmf-dist/doc/latex/lshort-dutch/WIJZIGINGEN + texmf-dist/doc/latex/lshort-dutch/lshort-nl-1.3.pdf details="The document itself" language="nl" + texmf-dist/doc/latex/lshort-dutch/lshort-nl-1.3.src.zip +catalogue-ctan /info/lshort/dutch +catalogue-date 2006-08-27 16:41:02 +0100 +catalogue-license gpl +catalogue-version 1.3 + +name lshort-english +category Package +revision 15878 +shortdesc A (Not So) Short Introduction to LaTeX2e. +longdesc The document derives from a German introduction ('lkurz'), +longdesc which was translated and updated. This translation has, in its +longdesc turn, been translated into Finnish, French, German, Italian, +longdesc Japanese, Korean, Mongolian, Persian (Farsi), Polish, +longdesc Portuguese, Brazilian Portuguese, Russian, Slovak, Slovenian, +longdesc Spanish and Ukranian. Not all translations are of the current +longdesc English version, of course. +docfiles size=625 + texmf-dist/doc/latex/lshort-english/CHANGES + texmf-dist/doc/latex/lshort-english/README details="Readme" + texmf-dist/doc/latex/lshort-english/lshort-4.26.src.tar.gz + texmf-dist/doc/latex/lshort-english/lshort.pdf details="The document itself" +catalogue-ctan /info/lshort/english +catalogue-date 2009-07-19 12:45:42 +0200 +catalogue-license other-free +catalogue-version 4.26 + +name lshort-finnish +category Package +revision 15878 +shortdesc Finnish introduction to LaTeX. +longdesc This is the Finnish translation of Short Introduction to +longdesc LaTeX2e, with added coverage of Finnish typesetting rules. +docfiles size=601 + texmf-dist/doc/latex/lshort-finnish/README details="Readme" + texmf-dist/doc/latex/lshort-finnish/lyhyt2e.pdf details="The document itself" language="fi" + texmf-dist/doc/latex/lshort-finnish/src/asiat.tex + texmf-dist/doc/latex/lshort-finnish/src/erikois.tex + texmf-dist/doc/latex/lshort-finnish/src/esipuhe.tex + texmf-dist/doc/latex/lshort-finnish/src/grafiikka.tex + texmf-dist/doc/latex/lshort-finnish/src/kiitokset.tex + texmf-dist/doc/latex/lshort-finnish/src/kirjallisuus.tex + texmf-dist/doc/latex/lshort-finnish/src/ladonta.tex + texmf-dist/doc/latex/lshort-finnish/src/llyhyt2e.sty + texmf-dist/doc/latex/lshort-finnish/src/lyhyt2e.ind + texmf-dist/doc/latex/lshort-finnish/src/lyhyt2e.tex + texmf-dist/doc/latex/lshort-finnish/src/matikka.tex + texmf-dist/doc/latex/lshort-finnish/src/mylayout.sty + texmf-dist/doc/latex/lshort-finnish/src/otsikko.tex + texmf-dist/doc/latex/lshort-finnish/src/symbolit.tex + texmf-dist/doc/latex/lshort-finnish/src/typeset.tex + texmf-dist/doc/latex/lshort-finnish/src/viritys.tex +catalogue-ctan /info/lshort/finnish +catalogue-date 2008-12-13 17:42:32 +0100 +catalogue-license pd + +name lshort-french +category Package +revision 15878 +shortdesc Short introduction to LaTeX, French translation. +longdesc French version of A Short Introduction to LaTeX2e. +docfiles size=651 + texmf-dist/doc/latex/lshort-french/README details="Readme" + texmf-dist/doc/latex/lshort-french/flshort-3.20.pdf details="The document itself" language="fr" + texmf-dist/doc/latex/lshort-french/flshort-3.20.zip +catalogue-ctan /info/lshort/french +catalogue-date 2008-12-13 17:42:32 +0100 +catalogue-license gpl + +name lshort-german +category Package +revision 15878 +shortdesc German version of A Short Introduction to LaTeX2e: LaTeX2e-Kurzbeschreibung. +docfiles size=232 + texmf-dist/doc/latex/lshort-german/CHANGES + texmf-dist/doc/latex/lshort-german/LaTeX2e-Kurzbeschreibung + texmf-dist/doc/latex/lshort-german/README.l2kurz + texmf-dist/doc/latex/lshort-german/a.ps + texmf-dist/doc/latex/lshort-german/l2gfdl.tex + texmf-dist/doc/latex/lshort-german/l2k1.tex + texmf-dist/doc/latex/lshort-german/l2k2.tex + texmf-dist/doc/latex/lshort-german/l2k3.tex + texmf-dist/doc/latex/lshort-german/l2k4.tex + texmf-dist/doc/latex/lshort-german/l2k5.tex + texmf-dist/doc/latex/lshort-german/l2k6.tex + texmf-dist/doc/latex/lshort-german/l2ka.tex + texmf-dist/doc/latex/lshort-german/l2ksym.tex + texmf-dist/doc/latex/lshort-german/l2kurz.pdf + texmf-dist/doc/latex/lshort-german/l2kurz.tex + texmf-dist/doc/latex/lshort-german/l2kurz2.pdf +catalogue-ctan /info/lshort/german +catalogue-date 2008-04-20 19:53:04 +0200 +catalogue-license other-free + +name lshort-italian +category Package +revision 15878 +shortdesc Introduction to LaTeX in Italian. +longdesc This is the Italian translation of the Short Introduction to +longdesc LaTeX2e. +docfiles size=282 + texmf-dist/doc/latex/lshort-italian/CHANGES + texmf-dist/doc/latex/lshort-italian/MANIFEST + texmf-dist/doc/latex/lshort-italian/Makefile + texmf-dist/doc/latex/lshort-italian/README + texmf-dist/doc/latex/lshort-italian/TRANSLATIONS + texmf-dist/doc/latex/lshort-italian/fixdate.pl + texmf-dist/doc/latex/lshort-italian/itlshort.pdf details="The document itself" language="it" + texmf-dist/doc/latex/lshort-italian/src.zip +catalogue-ctan /info/lshort/italian +catalogue-date 2007-01-01 00:42:16 +0100 +catalogue-license gpl + +name lshort-japanese +category Package +revision 15878 +shortdesc Japanese version of A Short Introduction to LaTeX2e +docfiles size=332 + texmf-dist/doc/latex/lshort-japanese/00README + texmf-dist/doc/latex/lshort-japanese/CHANGES.jp + texmf-dist/doc/latex/lshort-japanese/READ.ME + texmf-dist/doc/latex/lshort-japanese/jlshort-1.00.src.tar.gz + texmf-dist/doc/latex/lshort-japanese/jlshort.pdf +catalogue-ctan /info/lshort/japanese +catalogue-date 2006-12-28 00:06:45 +0100 +catalogue-license gpl + +name lshort-korean +category Package +revision 15878 +shortdesc Korean introduction to LaTeX. +longdesc A translation of Oetiker's original (not so) short +longdesc introduction. +docfiles size=383 + texmf-dist/doc/latex/lshort-korean/README.ko + texmf-dist/doc/latex/lshort-korean/lshort-kr-src.tar.gz + texmf-dist/doc/latex/lshort-korean/lshort-kr.pdf details="The document itself" language="ko" +catalogue-ctan /info/lshort/korean +catalogue-date 2006-08-27 16:41:02 +0100 +catalogue-license fdl +catalogue-version 4.17 + +name lshort-mongol +category Package +revision 15878 +shortdesc Short introduction to LaTeX, in Mongolian. +longdesc A translation of Oetiker's Not so short introduction. +docfiles size=615 + texmf-dist/doc/latex/lshort-mongol/00README + texmf-dist/doc/latex/lshort-mongol/CHANGES + texmf-dist/doc/latex/lshort-mongol/MANIFEST + texmf-dist/doc/latex/lshort-mongol/Makefile + texmf-dist/doc/latex/lshort-mongol/README details="Readme" + texmf-dist/doc/latex/lshort-mongol/TODO + texmf-dist/doc/latex/lshort-mongol/TRANSLATIONS + texmf-dist/doc/latex/lshort-mongol/fixdate.pl + texmf-dist/doc/latex/lshort-mongol/lshort-mn.pdf details="The document itself" language="mn" + texmf-dist/doc/latex/lshort-mongol/src/appendix.tex + texmf-dist/doc/latex/lshort-mongol/src/biblio.tex + texmf-dist/doc/latex/lshort-mongol/src/contrib.tex + texmf-dist/doc/latex/lshort-mongol/src/custom.tex + texmf-dist/doc/latex/lshort-mongol/src/fancyhea.sty + texmf-dist/doc/latex/lshort-mongol/src/graphic.tex + texmf-dist/doc/latex/lshort-mongol/src/lshort-a5.tex + texmf-dist/doc/latex/lshort-mongol/src/lshort-base.tex + texmf-dist/doc/latex/lshort-mongol/src/lshort-mn.tex + texmf-dist/doc/latex/lshort-mongol/src/lshort.sty + texmf-dist/doc/latex/lshort-mongol/src/lssym.tex + texmf-dist/doc/latex/lshort-mongol/src/math.tex + texmf-dist/doc/latex/lshort-mongol/src/mylayout.sty + texmf-dist/doc/latex/lshort-mongol/src/overview.tex + texmf-dist/doc/latex/lshort-mongol/src/spec.tex + texmf-dist/doc/latex/lshort-mongol/src/things.tex + texmf-dist/doc/latex/lshort-mongol/src/title.tex + texmf-dist/doc/latex/lshort-mongol/src/typeset.tex +catalogue-ctan /info/lshort/mongolian/lshort-mongol +catalogue-date 2009-05-15 23:22:09 +0200 +catalogue-license lppl +catalogue-version 4.26 + +name lshort-persian +category Package +revision 15878 +shortdesc Persian (Farsi) introduction to LaTeX. +longdesc A Persian (Farsi) translation of Oetiker's (not so) short +longdesc introduction. +docfiles size=376 + texmf-dist/doc/latex/lshort-persian/README details="Readme" + texmf-dist/doc/latex/lshort-persian/appendix.tex + texmf-dist/doc/latex/lshort-persian/biblio.tex + texmf-dist/doc/latex/lshort-persian/contrib.tex + texmf-dist/doc/latex/lshort-persian/custom.tex + texmf-dist/doc/latex/lshort-persian/graphic.tex + texmf-dist/doc/latex/lshort-persian/lshort-a5.tex + texmf-dist/doc/latex/lshort-persian/lshort-base.tex + texmf-dist/doc/latex/lshort-persian/lshort.pdf details="The document itself" language="fa" + texmf-dist/doc/latex/lshort-persian/lshort.sty + texmf-dist/doc/latex/lshort-persian/lshort.tex + texmf-dist/doc/latex/lshort-persian/lssym.tex + texmf-dist/doc/latex/lshort-persian/math.tex + texmf-dist/doc/latex/lshort-persian/mylayout.sty + texmf-dist/doc/latex/lshort-persian/overview.tex + texmf-dist/doc/latex/lshort-persian/preface.tex + texmf-dist/doc/latex/lshort-persian/spec.tex + texmf-dist/doc/latex/lshort-persian/things.tex + texmf-dist/doc/latex/lshort-persian/title.tex + texmf-dist/doc/latex/lshort-persian/transpreface.tex + texmf-dist/doc/latex/lshort-persian/typeset.tex +catalogue-ctan /info/lshort/persian +catalogue-date 2009-08-04 10:51:50 +0200 +catalogue-license pd +catalogue-version 4.26:2009-08-04 + +name lshort-polish +category Package +revision 15878 +shortdesc Introduction to LaTeX in Polish. +longdesc This is the Polish translation of A Short Introduction to +longdesc LaTeX2e. +docfiles size=372 + texmf-dist/doc/latex/lshort-polish/README + texmf-dist/doc/latex/lshort-polish/lshort2e.pdf + texmf-dist/doc/latex/lshort-polish/src.zip +catalogue-ctan /info/lshort/polish +catalogue-date 2006-12-28 00:06:45 +0100 +catalogue-license pd + +name lshort-portuguese +category Package +revision 15878 +shortdesc Introduction to LaTeX in Portuguese. +longdesc This is the Portuguese translation of A Short Introduction to +longdesc LaTeX2e. +docfiles size=516 + texmf-dist/doc/latex/lshort-portuguese/ptlshort-4.20.pt.src.tar.gz + texmf-dist/doc/latex/lshort-portuguese/ptlshort.pdf +catalogue-ctan /info/lshort/portuguese +catalogue-date 2007-09-20 11:16:29 +0200 +catalogue-license pd +catalogue-version 4.20.1 + +name lshort-russian +category Package +revision 15878 +shortdesc Russian introduction to LaTeX. +longdesc Russian version of A Short Introduction to LaTeX2e. +docfiles size=852 + texmf-dist/doc/latex/lshort-russian/CHANGES + texmf-dist/doc/latex/lshort-russian/MANIFEST + texmf-dist/doc/latex/lshort-russian/Makefile + texmf-dist/doc/latex/lshort-russian/README + texmf-dist/doc/latex/lshort-russian/fixdate.pl + texmf-dist/doc/latex/lshort-russian/lshort.dvi + texmf-dist/doc/latex/lshort-russian/lshortru.pdf + texmf-dist/doc/latex/lshort-russian/src/biblio.tex + texmf-dist/doc/latex/lshort-russian/src/contrib.tex + texmf-dist/doc/latex/lshort-russian/src/custom.tex + texmf-dist/doc/latex/lshort-russian/src/fancyhea.sty + texmf-dist/doc/latex/lshort-russian/src/fancyvrb.cfg + texmf-dist/doc/latex/lshort-russian/src/fancyvrb.sty + texmf-dist/doc/latex/lshort-russian/src/graphic.tex + texmf-dist/doc/latex/lshort-russian/src/hbaw.sty + texmf-dist/doc/latex/lshort-russian/src/hcolor.sty + texmf-dist/doc/latex/lshort-russian/src/lshort.out + texmf-dist/doc/latex/lshort-russian/src/lshort.sty + texmf-dist/doc/latex/lshort-russian/src/lshort.tex + texmf-dist/doc/latex/lshort-russian/src/lssym.tex + texmf-dist/doc/latex/lshort-russian/src/math.tex + texmf-dist/doc/latex/lshort-russian/src/mylayout.sty + texmf-dist/doc/latex/lshort-russian/src/overview.tex + texmf-dist/doc/latex/lshort-russian/src/spec.tex + texmf-dist/doc/latex/lshort-russian/src/t-fvrbex.tex + texmf-dist/doc/latex/lshort-russian/src/things.tex + texmf-dist/doc/latex/lshort-russian/src/title.tex + texmf-dist/doc/latex/lshort-russian/src/typeset.tex +catalogue-ctan /info/lshort/russian +catalogue-date 2006-12-28 00:06:45 +0100 +catalogue-license gpl + +name lshort-slovak +category Package +revision 15878 +shortdesc Slovak introduction to LaTeX. +longdesc A Slovak translation of Oetiker's (not so) short introduction. +docfiles size=221 + texmf-dist/doc/latex/lshort-slovak/slshorte.pdf + texmf-dist/doc/latex/lshort-slovak/src.zip +catalogue-ctan /info/lshort/slovak +catalogue-date 2006-12-30 01:42:23 +0100 +catalogue-license lppl + +name lshort-slovenian +category Package +revision 15878 +shortdesc Slovenian translation of lshort. +longdesc A Slovenian translation of the Not So Short Introduction to +longdesc LaTeX 2e. +docfiles size=500 + texmf-dist/doc/latex/lshort-slovenian/README details="Readme" + texmf-dist/doc/latex/lshort-slovenian/lshort-slovenian.pdf details="The document itself" + texmf-dist/doc/latex/lshort-slovenian/src/biblio.tex + texmf-dist/doc/latex/lshort-slovenian/src/contrib.tex + texmf-dist/doc/latex/lshort-slovenian/src/custom.tex + texmf-dist/doc/latex/lshort-slovenian/src/fancyhea.sty + texmf-dist/doc/latex/lshort-slovenian/src/graphic.tex + texmf-dist/doc/latex/lshort-slovenian/src/lshort-a5.tex + texmf-dist/doc/latex/lshort-slovenian/src/lshort-base.tex + texmf-dist/doc/latex/lshort-slovenian/src/lshort-slovenian.sty + texmf-dist/doc/latex/lshort-slovenian/src/lshort-slovenian.tex + texmf-dist/doc/latex/lshort-slovenian/src/lssym.tex + texmf-dist/doc/latex/lshort-slovenian/src/math.tex + texmf-dist/doc/latex/lshort-slovenian/src/mylayout.sty + texmf-dist/doc/latex/lshort-slovenian/src/overview.tex + texmf-dist/doc/latex/lshort-slovenian/src/spec.tex + texmf-dist/doc/latex/lshort-slovenian/src/things.tex + texmf-dist/doc/latex/lshort-slovenian/src/title.tex + texmf-dist/doc/latex/lshort-slovenian/src/typeset.tex +catalogue-ctan /info/lshort/slovenian +catalogue-date 2008-08-22 10:50:40 +0200 +catalogue-license gpl +catalogue-version 4.20 + +name lshort-spanish +category Package +revision 15878 +shortdesc Short introduction to LaTeX, Spanish translation. +longdesc A Spanish translation of the Short Introduction to LaTeX2e, +longdesc version 20. +docfiles size=624 + texmf-dist/doc/latex/lshort-spanish/fuente/CAMBIOS + texmf-dist/doc/latex/lshort-spanish/fuente/LEAME.latin1 + texmf-dist/doc/latex/lshort-spanish/fuente/LEAME.utf8 + texmf-dist/doc/latex/lshort-spanish/fuente/MANIFEST + texmf-dist/doc/latex/lshort-spanish/fuente/Makefile + texmf-dist/doc/latex/lshort-spanish/fuente/fixdate.pl + texmf-dist/doc/latex/lshort-spanish/fuente/src.zip + texmf-dist/doc/latex/lshort-spanish/lshort.pdf +catalogue-ctan /info/lshort/spanish +catalogue-date 2008-04-29 14:07:40 +0200 +catalogue-license other-free + +name lshort-thai +category Package +revision 15878 +shortdesc Introduction to LaTeX in Thai. +longdesc This is the Thai translation of the Short Introduction to +longdesc LaTeX2e. +docfiles size=135 + texmf-dist/doc/latex/lshort-thai/lsh132.pdf details="The document itself" + texmf-dist/doc/latex/lshort-thai/lsh132.zip + texmf-dist/doc/latex/lshort-thai/readme details="Readme" +catalogue-ctan /info/lshort/thai +catalogue-date 2006-08-27 16:41:02 +0100 +catalogue-license pd +catalogue-version 1.32 + +name lshort-turkish +category Package +revision 15878 +shortdesc Turkish introduction to LaTeX. +longdesc A Turkish translation of Oetiker's (not so) short introduction. +docfiles size=447 + texmf-dist/doc/latex/lshort-turkish/README + texmf-dist/doc/latex/lshort-turkish/lshort-tr.pdf details="The document itself" language="tr" + texmf-dist/doc/latex/lshort-turkish/trlshort-src.zip +catalogue-ctan /info/lshort/turkish +catalogue-date 2007-03-09 12:50:50 +0100 +catalogue-license pd +catalogue-version 4.20 + +name lshort-ukr +category Package +revision 15878 +shortdesc Ukrainian version of the LaTeX introduction. +longdesc Ukrainian version of A Short Introduction to LaTeX2e. +docfiles size=639 + texmf-dist/doc/latex/lshort-ukr/lshort-ukr-4.12.src.tar.gz + texmf-dist/doc/latex/lshort-ukr/lshort-ukr.pdf details="The document itself" +catalogue-ctan /info/lshort/ukrainian +catalogue-date 2008-08-22 10:50:40 +0200 +catalogue-license other-free +catalogue-version 4.00 + +name lshort-vietnamese +category Package +revision 15878 +shortdesc vietnamese version of the LaTeX introduction. +longdesc Vietnamese version of A Short Introduction to LaTeX2e. +docfiles size=599 + texmf-dist/doc/latex/lshort-vietnamese/README + texmf-dist/doc/latex/lshort-vietnamese/lshort-vi.pdf + texmf-dist/doc/latex/lshort-vietnamese/src/LocalVariables + texmf-dist/doc/latex/lshort-vietnamese/src/Makefile + texmf-dist/doc/latex/lshort-vietnamese/src/README.txt + texmf-dist/doc/latex/lshort-vietnamese/src/abbr.tex + texmf-dist/doc/latex/lshort-vietnamese/src/biblio.tex + texmf-dist/doc/latex/lshort-vietnamese/src/contrib.tex + texmf-dist/doc/latex/lshort-vietnamese/src/custom.tex + texmf-dist/doc/latex/lshort-vietnamese/src/fancyhea.sty + texmf-dist/doc/latex/lshort-vietnamese/src/graphic.tex + texmf-dist/doc/latex/lshort-vietnamese/src/lshort-print-vi.tex + texmf-dist/doc/latex/lshort-vietnamese/src/lshort-vi.sty + texmf-dist/doc/latex/lshort-vietnamese/src/lshort-vi.tex + texmf-dist/doc/latex/lshort-vietnamese/src/lssym.tex + texmf-dist/doc/latex/lshort-vietnamese/src/math.tex + texmf-dist/doc/latex/lshort-vietnamese/src/mylayout.sty + texmf-dist/doc/latex/lshort-vietnamese/src/overview.tex + texmf-dist/doc/latex/lshort-vietnamese/src/spec.tex + texmf-dist/doc/latex/lshort-vietnamese/src/things.tex + texmf-dist/doc/latex/lshort-vietnamese/src/tiengviet.tex + texmf-dist/doc/latex/lshort-vietnamese/src/title.tex + texmf-dist/doc/latex/lshort-vietnamese/src/typeset.tex +catalogue-ctan /info/lshort/vietnamese +catalogue-date 2007-03-09 12:50:50 +0100 +catalogue-license lppl +catalogue-version 4.00 + +name ltablex +category Package +revision 15878 +shortdesc Table package extensions. +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 + texmf-dist/tex/latex/ltablex/ltablex.sty +catalogue-ctan /macros/latex/contrib/ltablex +catalogue-date 2008-12-13 20:34:59 +0100 +catalogue-license noinfo +catalogue-version 1.0 + +name ltabptch +category Package +revision 15878 +shortdesc Bug fix for longtable. +longdesc A patch for LaTeX bugs tools/3180 and tools/3480. The patch +longdesc applies to version 4.11 of longtable. +docfiles size=2 + texmf-dist/doc/latex/ltabptch/README + texmf-dist/doc/latex/ltabptch/ltabtest.tex +runfiles size=3 + texmf-dist/tex/latex/ltabptch/ltabptch.sty +catalogue-ctan /macros/latex/contrib/ltabptch +catalogue-date 2007-01-02 14:43:33 +0100 +catalogue-license lppl +catalogue-version 1.74d + +name ltxdockit +category Package +revision 15878 +shortdesc Documentation support. +longdesc This bundle, consisting of a simple wrapper class and some +longdesc packages, forms a small LaTeX/BibTeX documentation kit; the +longdesc author uses it for some of his own packages. The package is not +longdesc supported: users should not attempt its use unless they are +longdesc capable of dealing with problems unaided. (The actual purpose +longdesc of releasing the package is to make it possible for third +longdesc parties to compile the documentation of other packages, should +longdesc that be necessary.) +docfiles size=6 + texmf-dist/doc/latex/ltxdockit/LICENSE + texmf-dist/doc/latex/ltxdockit/README details="Readme" +runfiles size=8 + texmf-dist/tex/latex/ltxdockit/btxdockit.sty + texmf-dist/tex/latex/ltxdockit/ltxdockit.cfg + texmf-dist/tex/latex/ltxdockit/ltxdockit.cls + texmf-dist/tex/latex/ltxdockit/ltxdockit.def + texmf-dist/tex/latex/ltxdockit/ltxdockit.sty +catalogue-ctan /macros/latex/contrib/ltxdockit +catalogue-date 2009-06-08 12:54:55 +0200 +catalogue-license lppl +catalogue-version 1.0 + +name ltxindex +category Package +revision 15878 +shortdesc A LaTeX package to typeset indices with GNU's Texindex. +longdesc A LaTeX package that allows the user to make indexes with GNU's +longdesc Texindex program, instead of makeindex. It provides the +longdesc indexing commands available in Texinfo by default, but only +longdesc defines the concept index (cp) by default -- the user must +longdesc define other standard indexes, and there is no provision for +longdesc custom indexes. The package is not currently maintained. +docfiles size=26 + texmf-dist/doc/latex/ltxindex/README details="Readme" + texmf-dist/doc/latex/ltxindex/copying.txt + texmf-dist/doc/latex/ltxindex/ltxindex.pdf details="Package documentation" +srcfiles size=5 + texmf-dist/source/latex/ltxindex/ltxindex.dtx +runfiles size=2 + texmf-dist/tex/latex/ltxindex/ltxindex.sty +catalogue-ctan /macros/latex/contrib/ltxindex +catalogue-date 2009-10-01 20:18:08 +0200 +catalogue-license gpl +catalogue-version 0.1c + +name ltxmisc +category Package +revision 15878 +shortdesc Miscellaneous LaTeX packages, etc. +runfiles size=138 + texmf-dist/tex/latex/ltxmisc/2in1.sty + texmf-dist/tex/latex/ltxmisc/3parttable.sty + texmf-dist/tex/latex/ltxmisc/a4wide.sty + texmf-dist/tex/latex/ltxmisc/a5comb.sty + texmf-dist/tex/latex/ltxmisc/abstbook.cls + texmf-dist/tex/latex/ltxmisc/acromake.sty + texmf-dist/tex/latex/ltxmisc/advdate.sty + texmf-dist/tex/latex/ltxmisc/beletter.cls + texmf-dist/tex/latex/ltxmisc/bibcheck.sty + texmf-dist/tex/latex/ltxmisc/block.sty + texmf-dist/tex/latex/ltxmisc/bold-extra.sty + texmf-dist/tex/latex/ltxmisc/boxedminipage.sty + texmf-dist/tex/latex/ltxmisc/braket.sty + texmf-dist/tex/latex/ltxmisc/breakcites.sty + texmf-dist/tex/latex/ltxmisc/cancel.sty + texmf-dist/tex/latex/ltxmisc/capt-of.sty + texmf-dist/tex/latex/ltxmisc/captdef.sty + texmf-dist/tex/latex/ltxmisc/cases.sty + texmf-dist/tex/latex/ltxmisc/chbibref.sty + texmf-dist/tex/latex/ltxmisc/circle.sty + texmf-dist/tex/latex/ltxmisc/concrete.sty + texmf-dist/tex/latex/ltxmisc/dblfloatfix.sty + texmf-dist/tex/latex/ltxmisc/endnotes.sty + texmf-dist/tex/latex/ltxmisc/excludeonly.sty + texmf-dist/tex/latex/ltxmisc/flashcard.cls + texmf-dist/tex/latex/ltxmisc/fncylab.sty + texmf-dist/tex/latex/ltxmisc/fnpara.sty + texmf-dist/tex/latex/ltxmisc/framed.sty + texmf-dist/tex/latex/ltxmisc/ftcap.sty + texmf-dist/tex/latex/ltxmisc/fwlw.sty + texmf-dist/tex/latex/ltxmisc/hypernat.sty + texmf-dist/tex/latex/ltxmisc/iagproc.cls + texmf-dist/tex/latex/ltxmisc/kix.sty + texmf-dist/tex/latex/ltxmisc/linsys.sty + texmf-dist/tex/latex/ltxmisc/listing.sty + texmf-dist/tex/latex/ltxmisc/magaz.sty + texmf-dist/tex/latex/ltxmisc/mitpress.sty + texmf-dist/tex/latex/ltxmisc/nolbreaks.sty + texmf-dist/tex/latex/ltxmisc/notoccite.sty + texmf-dist/tex/latex/ltxmisc/optional.sty + texmf-dist/tex/latex/ltxmisc/oubraces.sty + texmf-dist/tex/latex/ltxmisc/parskip.sty + texmf-dist/tex/latex/ltxmisc/path.sty + texmf-dist/tex/latex/ltxmisc/relsize.sty + texmf-dist/tex/latex/ltxmisc/romanneg.sty + texmf-dist/tex/latex/ltxmisc/sansmath.sty + texmf-dist/tex/latex/ltxmisc/secdot.sty + texmf-dist/tex/latex/ltxmisc/section.sty + texmf-dist/tex/latex/ltxmisc/sepnum.sty + texmf-dist/tex/latex/ltxmisc/shadow.sty + texmf-dist/tex/latex/ltxmisc/showtags.sty + texmf-dist/tex/latex/ltxmisc/sphack.sty + texmf-dist/tex/latex/ltxmisc/statex.sty + texmf-dist/tex/latex/ltxmisc/subfigmat.sty + texmf-dist/tex/latex/ltxmisc/threeparttable.sty + texmf-dist/tex/latex/ltxmisc/thrmappendix.sty + texmf-dist/tex/latex/ltxmisc/titleref.sty + texmf-dist/tex/latex/ltxmisc/topcapt.sty + texmf-dist/tex/latex/ltxmisc/truncate.sty + texmf-dist/tex/latex/ltxmisc/ulem.sty + texmf-dist/tex/latex/ltxmisc/underscore.sty + texmf-dist/tex/latex/ltxmisc/url.sty + texmf-dist/tex/latex/ltxmisc/verbasef.sty + texmf-dist/tex/latex/ltxmisc/verbdef.sty + texmf-dist/tex/latex/ltxmisc/vrbexin.sty + texmf-dist/tex/latex/ltxmisc/vruler.sty +catalogue-ctan /macros/latex/contrib/misc +catalogue-date 2009-01-16 15:12:56 +0100 +catalogue-license collection + +name ltxnew +category Package +revision 15878 +shortdesc A simple means of creating commands. +longdesc The package ltxnew provides the \new, \renew and \provide +longdesc prefixes for checking definitions. It is designed to work with +longdesc e-TeX distributions of LaTeX and relies on the LaTeX macro +longdesc \@ifdefinable. Local allocation of counters, dimensions, skips, +longdesc muskips, boxes, tokens and marks are provided by the etex +longdesc package. \new and \renew as well as \provide may be used for +longdesc all kind of control sequences. Please refer to the section +longdesc "Using \new" of the PDF documentation. +docfiles size=59 + texmf-dist/doc/latex/ltxnew/README details="Readme" + texmf-dist/doc/latex/ltxnew/ltxnew.pdf details="Package documentation" +srcfiles size=10 + texmf-dist/source/latex/ltxnew/ltxnew.dtx + texmf-dist/source/latex/ltxnew/ltxnew.ins +runfiles size=3 + texmf-dist/tex/latex/ltxnew/ltxnew.sty +catalogue-ctan /macros/latex/contrib/ltxnew +catalogue-date 2009-10-11 16:19:48 +0200 +catalogue-license lppl1.3 +catalogue-version 1.1 + +name luainputenc +category Package +revision 15878 +shortdesc Replacing inputenc for use in LuaTeX. +longdesc LuaTeX operates by default in UTF-8 input; thus LaTeX documents +longdesc that need 8-bit character-sets need special treatment. (In +longdesc fact, LaTeX documents using UTF-8 with "traditional" -- 256- +longdesc glyph -- fonts also need support from this package.) The +longdesc package, therefore, replaces the LaTeX standard inputenc for +longdesc use under LuaTeX. With a current LuaTeX,the package has the +longdesc same behaviour with LuaTeX as inputenc has under pdfTeX. +docfiles size=36 + texmf-dist/doc/lualatex/luainputenc/README details="Readme" + texmf-dist/doc/lualatex/luainputenc/inputenc.sty.diff + texmf-dist/doc/lualatex/luainputenc/luainputenc.pdf details="Package documentation" +srcfiles size=12 + texmf-dist/source/lualatex/luainputenc/Makefile + texmf-dist/source/lualatex/luainputenc/luainputenc.dtx +runfiles size=9 + texmf-dist/tex/lualatex/luainputenc/eu2enc.def + texmf-dist/tex/lualatex/luainputenc/eu2lmr.fd + texmf-dist/tex/lualatex/luainputenc/luainputenc.lua + texmf-dist/tex/lualatex/luainputenc/luainputenc.sty + texmf-dist/tex/lualatex/luainputenc/lutf8.def + texmf-dist/tex/lualatex/luainputenc/lutf8x.def +catalogue-ctan /macros/luatex/latex/luainputenc +catalogue-date 2009-09-27 09:15:17 +0200 +catalogue-license pd +catalogue-version 0.94 + +name luamplib +category Package +revision 15878 +shortdesc Use LuaTeX's built-in MetaPost interpreter. +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. +docfiles size=45 + texmf-dist/doc/luatex/luamplib/README details="Readme" + texmf-dist/doc/luatex/luamplib/luamplib.pdf details="Package documentation" +srcfiles size=9 + texmf-dist/source/luatex/luamplib/Makefile + texmf-dist/source/luatex/luamplib/luamplib.dtx +runfiles size=7 + texmf-dist/tex/luatex/luamplib/luamplib-createmem.lua + texmf-dist/tex/luatex/luamplib/luamplib.lua + texmf-dist/tex/luatex/luamplib/luamplib.sty +catalogue-ctan /macros/luatex/generic/luamplib +catalogue-date 2009-10-01 16:07:29 +0200 +catalogue-license pd +catalogue-version 1.02 + +name luaotfload +category Package +revision 15878 +shortdesc ConTeXt OTF loading system for Plain 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. +docfiles size=25 + texmf-dist/doc/luatex/luaotfload/README details="Readme" + texmf-dist/doc/luatex/luaotfload/luaotfload.pdf details="Package documentation" +srcfiles size=5 + texmf-dist/source/luatex/luaotfload/Makefile + texmf-dist/source/luatex/luaotfload/luaotfload.dtx +runfiles size=104 + texmf-dist/tex/luatex/luaotfload/luaotfload.lua + texmf-dist/tex/luatex/luaotfload/luaotfload.sty + 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-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-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-node-dum.lua + texmf-dist/tex/luatex/luaotfload/otfl-node-fnt.lua + texmf-dist/tex/luatex/luaotfload/otfl-node-ini.lua + texmf-dist/tex/luatex/luaotfload/otfl-node-inj.lua + texmf-dist/tex/luatex/luaotfload/otfl-node-res.lua +catalogue-ctan /macros/luatex/generic/luaotfload +catalogue-date 2009-09-10 15:21:20 +0200 +catalogue-license other-free +catalogue-version 1.04 + +name luatex +category TLCore +revision 15878 +shortdesc The LuaTeX engine +longdesc LuaTeX is an extended version of pdfTeX using Lua as an +longdesc embedded scripting language. The LuaTeX projects main objective +longdesc is to provide an open and configurable variant of TeX while at +longdesc the same time offering downward compatibility. +longdesc http://luatex.org/ +depend luatex.ARCH +execute AddFormat name=luatex engine=luatex patterns=language.def options="luatex.ini" +execute AddFormat name=dviluatex engine=luatex patterns=language.def options="dviluatex.ini" +docfiles size=258 + 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 +runfiles size=1 + texmf/tex/generic/config/luatexiniconfig.tex +catalogue-ctan /macros/latex/contrib/oberdiek/luatex.dtx +catalogue-date 2009-04-12 19:35:00 +0200 +catalogue-license lppl +catalogue-version 0.2 + +name luatex.alpha-linux +category TLCore +revision 15878 +shortdesc alpha-linux files of luatex +binfiles arch=alpha-linux size=2163 + bin/alpha-linux/dviluatex + bin/alpha-linux/luatangle + bin/alpha-linux/luatex + bin/alpha-linux/texlua + bin/alpha-linux/texluac + +name luatex.i386-cygwin +category TLCore +revision 15878 +shortdesc i386-cygwin files of luatex +binfiles arch=i386-cygwin size=1266 + bin/i386-cygwin/dviluatex + bin/i386-cygwin/luatangle.exe + bin/i386-cygwin/luatex.exe + bin/i386-cygwin/texlua.exe + bin/i386-cygwin/texluac.exe + +name luatex.i386-linux +category TLCore +revision 15878 +shortdesc i386-linux files of luatex +binfiles arch=i386-linux size=1242 + bin/i386-linux/dviluatex + bin/i386-linux/luatangle + bin/i386-linux/luatex + bin/i386-linux/texlua + bin/i386-linux/texluac + +name luatex.i386-netbsd +category TLCore +revision 15878 +shortdesc i386-netbsd files of luatex +binfiles arch=i386-netbsd size=1190 + bin/i386-netbsd/dviluatex + bin/i386-netbsd/luatangle + bin/i386-netbsd/luatex + bin/i386-netbsd/texlua + bin/i386-netbsd/texluac + +name luatex.i386-solaris +category TLCore +revision 15878 +shortdesc i386-solaris files of luatex +binfiles arch=i386-solaris size=1273 + bin/i386-solaris/dviluatex + bin/i386-solaris/luatangle + bin/i386-solaris/luatex + bin/i386-solaris/texlua + bin/i386-solaris/texluac + +name luatex.mips-irix +category TLCore +revision 15878 +shortdesc mips-irix files of luatex +binfiles arch=mips-irix size=1773 + bin/mips-irix/dviluatex + bin/mips-irix/luatangle + bin/mips-irix/luatex + bin/mips-irix/texlua + bin/mips-irix/texluac + +name luatex.powerpc-aix +category TLCore +revision 15878 +shortdesc powerpc-aix files of luatex +binfiles arch=powerpc-aix size=1576 + bin/powerpc-aix/dviluatex + bin/powerpc-aix/luatangle + bin/powerpc-aix/luatex + bin/powerpc-aix/texlua + bin/powerpc-aix/texluac + +name luatex.powerpc-linux +category TLCore +revision 15878 +shortdesc powerpc-linux files of luatex +binfiles arch=powerpc-linux size=1359 + bin/powerpc-linux/dviluatex + bin/powerpc-linux/luatangle + bin/powerpc-linux/luatex + bin/powerpc-linux/texlua + bin/powerpc-linux/texluac + +name luatex.sparc-linux +category TLCore +revision 15878 +shortdesc sparc-linux files of luatex +binfiles arch=sparc-linux size=1258 + bin/sparc-linux/dviluatex + bin/sparc-linux/luatangle + bin/sparc-linux/luatex + bin/sparc-linux/texlua + bin/sparc-linux/texluac + +name luatex.sparc-solaris +category TLCore +revision 15878 +shortdesc sparc-solaris files of luatex +binfiles arch=sparc-solaris size=1638 + bin/sparc-solaris/dviluatex + bin/sparc-solaris/luatangle + bin/sparc-solaris/luatex + bin/sparc-solaris/texlua + bin/sparc-solaris/texluac + +name luatex.universal-darwin +category TLCore +revision 15878 +shortdesc universal-darwin files of luatex +binfiles arch=universal-darwin size=2661 + bin/universal-darwin/dviluatex + bin/universal-darwin/luatangle + bin/universal-darwin/luatex + bin/universal-darwin/texlua + bin/universal-darwin/texluac + +name luatex.win32 +category TLCore +revision 15925 +shortdesc win32 files of luatex +binfiles arch=win32 size=1131 + bin/win32/dviluatex.exe + bin/win32/luatex.dll + bin/win32/luatex.exe + bin/win32/texlua.exe + bin/win32/texluac.exe + +name luatex.x86_64-linux +category TLCore +revision 15878 +shortdesc x86_64-linux files of luatex +binfiles arch=x86_64-linux size=1358 + bin/x86_64-linux/dviluatex + bin/x86_64-linux/luatangle + bin/x86_64-linux/luatex + bin/x86_64-linux/texlua + bin/x86_64-linux/texluac + +name luatextra +category Package +revision 15878 +shortdesc Additional macros for Plain TeX and LaTeX in LuaTeX. +longdesc The bundle provides: - General lua language functionality +longdesc (package luaextra) provided by the LuaTeX team (and imported, +longdesc here, from the ConTeXt distribution); - The means (package +longdesc luamcallbacks) to register functions in LuaTeX callbacks, +longdesc providing macros and a lua source file; and - General +longdesc extensions (package luatextra), incorporating an extended +longdesc version of the e-TeX register extensions package, support for +longdesc lua attributes, and provision of a module system, modelled on +longdesc the LaTeX package management functions. +docfiles size=111 + texmf-dist/doc/luatex/luatextra/README details="Readme" + texmf-dist/doc/luatex/luatextra/luaextra.pdf details="Luaextra package documentation" + texmf-dist/doc/luatex/luatextra/luamcallbacks-test.tex + texmf-dist/doc/luatex/luatextra/luamcallbacks.pdf details="Luamcallbacks package documentation" + texmf-dist/doc/luatex/luatextra/luatextra-reference.pdf details="General introduction" + texmf-dist/doc/luatex/luatextra/luatextra.pdf details="Luatextra package documentation" +srcfiles size=31 + texmf-dist/source/luatex/luatextra/Makefile + texmf-dist/source/luatex/luatextra/luaextra.dtx + texmf-dist/source/luatex/luatextra/luamcallbacks.dtx + texmf-dist/source/luatex/luatextra/luatextra-reference.tex + texmf-dist/source/luatex/luatextra/luatextra.dtx +runfiles size=13 + texmf-dist/tex/luatex/luatextra/luaextra.lua + texmf-dist/tex/luatex/luatextra/luamcallbacks.lua + texmf-dist/tex/luatex/luatextra/luatextra-latex.tex + texmf-dist/tex/luatex/luatextra/luatextra.lua + texmf-dist/tex/luatex/luatextra/luatextra.sty +catalogue-ctan /macros/luatex/generic/luatextra +catalogue-date 2009-09-27 11:54:32 +0200 +catalogue-license pd +catalogue-version 0.94 + +name lxfonts +category Package +revision 15878 +shortdesc Set of slide fonts based on CM. +longdesc The bundle contains the traditional slides fonts revised to be +longdesc completely usable both as text fonts and mathematics fonts; +longdesc they are fully integrate with the new operators, letters, +longdesc symbols and extensible delimiter fonts, as well as with the AMS +longdesc fonts, all redone with the same stylistic parameters. +execute addMixedMap lxfonts.map +docfiles size=79 + texmf-dist/doc/fonts/lxfonts/LXfonts-demo.pdf details="Package outline and samples" + texmf-dist/doc/fonts/lxfonts/LXfonts-demo.tex + texmf-dist/doc/fonts/lxfonts/LXfonts.readme details="Readme" + texmf-dist/doc/fonts/lxfonts/manifest +runfiles size=385 + texmf-dist/fonts/map/dvips/lxfonts/lxfonts.map + texmf-dist/fonts/source/public/lxfonts/lamsya.mf + texmf-dist/fonts/source/public/lxfonts/lamsyb.mf + texmf-dist/fonts/source/public/lxfonts/lasymbols.mf + texmf-dist/fonts/source/public/lxfonts/lbigacc.mf + texmf-dist/fonts/source/public/lxfonts/lbigdel.mf + texmf-dist/fonts/source/public/lxfonts/lbigop.mf + texmf-dist/fonts/source/public/lxfonts/lbsymbols.mf + texmf-dist/fonts/source/public/lxfonts/lcmbsy8.mf + texmf-dist/fonts/source/public/lxfonts/lcmex8.mf + texmf-dist/fonts/source/public/lxfonts/lcmmi8.mf + texmf-dist/fonts/source/public/lxfonts/lcmmib8.mf + texmf-dist/fonts/source/public/lxfonts/lcmsy8.mf + texmf-dist/fonts/source/public/lxfonts/leclb8.mf + texmf-dist/fonts/source/public/lxfonts/lecli8.mf + texmf-dist/fonts/source/public/lxfonts/leclo8.mf + texmf-dist/fonts/source/public/lxfonts/leclq8.mf + texmf-dist/fonts/source/public/lxfonts/lexroman.mf + texmf-dist/fonts/source/public/lxfonts/lexslides.mf + texmf-dist/fonts/source/public/lxfonts/llasy.mf + texmf-dist/fonts/source/public/lxfonts/llasy8.mf + texmf-dist/fonts/source/public/lxfonts/llasyb8.mf + texmf-dist/fonts/source/public/lxfonts/llcmss8.mf + texmf-dist/fonts/source/public/lxfonts/llcmssb8.mf + texmf-dist/fonts/source/public/lxfonts/llcmssi8.mf + texmf-dist/fonts/source/public/lxfonts/llcmsso8.mf + texmf-dist/fonts/source/public/lxfonts/lmathex.mf + texmf-dist/fonts/source/public/lxfonts/lmathit.mf + texmf-dist/fonts/source/public/lxfonts/lmathsy.mf + texmf-dist/fonts/source/public/lxfonts/lmsam8.mf + texmf-dist/fonts/source/public/lxfonts/lmsbm8.mf + texmf-dist/fonts/source/public/lxfonts/lroman.mf + texmf-dist/fonts/source/public/lxfonts/ltclb8.mf + texmf-dist/fonts/source/public/lxfonts/ltcli8.mf + texmf-dist/fonts/source/public/lxfonts/ltclo8.mf + texmf-dist/fonts/source/public/lxfonts/ltclq8.mf + texmf-dist/fonts/source/public/lxfonts/ltxsymb.mf + texmf-dist/fonts/source/public/lxfonts/lxbbase.mf + texmf-dist/fonts/source/public/lxfonts/lxbbold.mf + texmf-dist/fonts/source/public/lxfonts/lxbcaps.mf + texmf-dist/fonts/tfm/public/lxfonts/lcmbsy8.tfm + texmf-dist/fonts/tfm/public/lxfonts/lcmex8.tfm + texmf-dist/fonts/tfm/public/lxfonts/lcmmi8.tfm + texmf-dist/fonts/tfm/public/lxfonts/lcmmib8.tfm + texmf-dist/fonts/tfm/public/lxfonts/lcmsy8.tfm + texmf-dist/fonts/tfm/public/lxfonts/leclb8.tfm + texmf-dist/fonts/tfm/public/lxfonts/lecli8.tfm + texmf-dist/fonts/tfm/public/lxfonts/leclo8.tfm + texmf-dist/fonts/tfm/public/lxfonts/leclq8.tfm + texmf-dist/fonts/tfm/public/lxfonts/llasy8.tfm + texmf-dist/fonts/tfm/public/lxfonts/llasyb8.tfm + texmf-dist/fonts/tfm/public/lxfonts/llcmss8.tfm + texmf-dist/fonts/tfm/public/lxfonts/llcmssb8.tfm + texmf-dist/fonts/tfm/public/lxfonts/llcmssi8.tfm + texmf-dist/fonts/tfm/public/lxfonts/llcmsso8.tfm + texmf-dist/fonts/tfm/public/lxfonts/lmsam8.tfm + texmf-dist/fonts/tfm/public/lxfonts/lmsbm8.tfm + texmf-dist/fonts/tfm/public/lxfonts/ltclb8.tfm + texmf-dist/fonts/tfm/public/lxfonts/ltcli8.tfm + texmf-dist/fonts/tfm/public/lxfonts/ltclo8.tfm + texmf-dist/fonts/tfm/public/lxfonts/ltclq8.tfm + texmf-dist/fonts/type1/public/lxfonts/lcmbsy8.pfb + texmf-dist/fonts/type1/public/lxfonts/lcmex8.pfb + texmf-dist/fonts/type1/public/lxfonts/lcmmi8.pfb + texmf-dist/fonts/type1/public/lxfonts/lcmmib8.pfb + texmf-dist/fonts/type1/public/lxfonts/lcmsy8.pfb + texmf-dist/fonts/type1/public/lxfonts/leclb8.pfb + texmf-dist/fonts/type1/public/lxfonts/lecli8.pfb + texmf-dist/fonts/type1/public/lxfonts/leclo8.pfb + texmf-dist/fonts/type1/public/lxfonts/leclq8.pfb + texmf-dist/fonts/type1/public/lxfonts/llasy8.pfb + texmf-dist/fonts/type1/public/lxfonts/llasyb8.pfb + texmf-dist/fonts/type1/public/lxfonts/llcmss8.pfb + texmf-dist/fonts/type1/public/lxfonts/llcmssb8.pfb + texmf-dist/fonts/type1/public/lxfonts/llcmssi8.pfb + texmf-dist/fonts/type1/public/lxfonts/llcmsso8.pfb + texmf-dist/fonts/type1/public/lxfonts/lmsam8.pfb + texmf-dist/fonts/type1/public/lxfonts/lmsbm8.pfb + texmf-dist/fonts/type1/public/lxfonts/ltclb8.pfb + texmf-dist/fonts/type1/public/lxfonts/ltcli8.pfb + texmf-dist/fonts/type1/public/lxfonts/ltclo8.pfb + texmf-dist/fonts/type1/public/lxfonts/ltclq8.pfb + texmf-dist/tex/latex/lxfonts/lxfonts.sty +catalogue-ctan /fonts/lxfonts +catalogue-date 2008-08-22 10:50:40 +0200 +catalogue-license lppl +catalogue-version 0.4 + +name ly1 +category Package +revision 15878 +shortdesc Support for LY1 LaTeX encoding. +longdesc The Y&Y 'texnansi' (TeX and ANSI, for Microsoft interpretations +longdesc of ANSI standards) encoding lives on, even after the decease of +longdesc the company; it is known in the LaTeX scheme of things as LY1 +longdesc encoding. This bundle includes metrics and LaTeX macros to use +longdesc the basic three (Times, Helvetica and Courier) Adobe Type 1 +longdesc fonts in LaTeX using LY1 encoding. +docfiles size=6 + texmf-dist/doc/fonts/ly1/ly1.txt details="Outline of usage" + texmf-dist/doc/fonts/ly1/texnansi.txt + texmf-dist/doc/fonts/ly1/texnansi.vec +runfiles size=19 + texmf-dist/fonts/map/dvips/ly1/pcr8y.map + texmf-dist/fonts/map/dvips/ly1/phv8y.map + texmf-dist/fonts/map/dvips/ly1/ptm8y.map + texmf-dist/tex/latex/ly1/ly1enc.def + texmf-dist/tex/latex/ly1/ly1lb.fd + texmf-dist/tex/latex/ly1/ly1lbf.fd + texmf-dist/tex/latex/ly1/ly1lbs.fd + texmf-dist/tex/latex/ly1/ly1lbt.fd + texmf-dist/tex/latex/ly1/ly1pag.fd + texmf-dist/tex/latex/ly1/ly1pbk.fd + texmf-dist/tex/latex/ly1/ly1pcr.fd + texmf-dist/tex/latex/ly1/ly1phv.fd + texmf-dist/tex/latex/ly1/ly1pnc.fd + texmf-dist/tex/latex/ly1/ly1ppl.fd + texmf-dist/tex/latex/ly1/ly1ptm.fd + texmf-dist/tex/latex/ly1/ly1pzc.fd + texmf-dist/tex/latex/ly1/texnansi.sty +catalogue-ctan /macros/latex/contrib/psnfssx/ly1 +catalogue-date 2009-10-06 14:55:10 +0200 +catalogue-license lppl + +name macqassign +category Package +revision 15878 +shortdesc Typeset assignments for Macquarie University. +docfiles size=99 + texmf-dist/doc/latex/macqassign/README details="Readme" + texmf-dist/doc/latex/macqassign/logo.ps + texmf-dist/doc/latex/macqassign/sample-assign.pdf details="Sample of use" + texmf-dist/doc/latex/macqassign/sample-assign.tex +runfiles size=2 + texmf-dist/tex/latex/macqassign/macqassign.cls +catalogue-ctan /macros/latex/contrib/macqassign +catalogue-date 2009-03-01 13:29:14 +0100 +catalogue-license lppl +catalogue-version 1 + +name mafr +category Package +revision 15878 +shortdesc Mathematics in accord with French usage. +longdesc The package provides settings and macros for typesetting +longdesc mathematics with LaTeX in compliance with French usage. It +longdesc comes with two document classes, 'fiche' and 'cours', useful to +longdesc create short high school documents such as tests or lessons. +longdesc The documentation is in French. +docfiles size=26 + texmf-dist/doc/latex/mafr/ALIRE details="Package ALIRE" language="fr" + texmf-dist/doc/latex/mafr/COPYING + texmf-dist/doc/latex/mafr/README details="Package README" language="en" + texmf-dist/doc/latex/mafr/docmafr.pdf details="Package documentation" language="fr" + texmf-dist/doc/latex/mafr/docmafr.tex + texmf-dist/doc/latex/mafr/triangle.eps +runfiles size=3 + texmf-dist/tex/latex/mafr/cours.cls + texmf-dist/tex/latex/mafr/fiche.cls + texmf-dist/tex/latex/mafr/mafr.sty +catalogue-ctan /macros/latex/contrib/mafr +catalogue-date 2007-03-09 22:25:45 +0100 +catalogue-license gpl +catalogue-version 1.0 + +name magyar +category Package +revision 15878 +shortdesc Hungarian language definition for Babel. +longdesc This is an interim release of a new version of the Magyar +longdesc language definition for babel. +docfiles size=59 + texmf-dist/doc/latex/magyar/magyar.ldf +catalogue-ctan /language/hungarian/babel/magyar.ldf +catalogue-date 2009-03-04 07:52:38 +0100 +catalogue-license lppl +catalogue-version 1.5b + +name mailing +category Package +revision 15878 +shortdesc Macros for mail merging. +longdesc This package is for use when sending a large number of letters, +longdesc all with the same body text. The package's \addressfile command +longdesc is used to specify who the letter's to be sent to; the body of +longdesc the \mailingtext command specifies the text of the letters, +longdesc possibly using macros defined in the \addressfile. +docfiles size=18 + texmf-dist/doc/latex/mailing/mailing.pdf + texmf-dist/doc/latex/mailing/manifest.txt +srcfiles size=4 + texmf-dist/source/latex/mailing/mailing.dtx + texmf-dist/source/latex/mailing/mailing.ins +runfiles size=1 + texmf-dist/tex/latex/mailing/mailing.sty +catalogue-ctan /macros/latex/contrib/mailing +catalogue-date 2006-12-28 00:57:12 +0100 +catalogue-license lppl + +name mailmerge +category Package +revision 15878 +shortdesc Repeating text field substitution. +longdesc The package mailmerge provides an interface to produce text +longdesc from a template, where fields are replaced by actual data, as +longdesc in a database. The package may be used to produce several +longdesc letters from a template, certificates or other such documents. +longdesc It allows access to the entry number, number of entries and so +longdesc on. +docfiles size=27 + texmf-dist/doc/latex/mailmerge/README details="Readme" + texmf-dist/doc/latex/mailmerge/mailmerge.pdf details="Package documentation" +srcfiles size=4 + texmf-dist/source/latex/mailmerge/mailmerge.dtx + texmf-dist/source/latex/mailmerge/mailmerge.ins +runfiles size=1 + texmf-dist/tex/latex/mailmerge/mailmerge.sty +catalogue-ctan /macros/latex/contrib/mailmerge +catalogue-date 2009-09-29 10:11:38 +0200 +catalogue-license lppl1.2 +catalogue-version 1.0 + +name makebarcode +category Package +revision 15878 +shortdesc Print various kinds 2/5 and Code 39 bar codes. +longdesc The package contains macros for printing various 2/5 bar codes +longdesc and Code 39 bar codes. The macros do not use fonts but create +longdesc the bar codes directly using vertical rules. It is therefore +longdesc possible to vary width to height ratio, ratio of thin and thick +longdesc bars. The package is therefore convenient for printing ITF bar +longdesc codes as well as bar codes for identification labels for HP +longdesc storage media. +docfiles size=79 + texmf-dist/doc/latex/makebarcode/License.txt + texmf-dist/doc/latex/makebarcode/README details="Readme" + texmf-dist/doc/latex/makebarcode/makebarcode.pdf details="Package documentation" + texmf-dist/doc/latex/makebarcode/makebarcode.tex +runfiles size=5 + texmf-dist/tex/latex/makebarcode/makebarcode.sty +catalogue-ctan /macros/latex/contrib/makebarcode +catalogue-date 2008-08-22 15:19:59 +0200 +catalogue-license lppl +catalogue-version 1.0 + +name makebox +category Package +revision 15878 +shortdesc Defines a \makebox* command. +longdesc Define a \makebox* command that does the same as a \makebox +longdesc command, except that the width is given by a sample text +longdesc instead of an explicit length measure. +docfiles size=74 + texmf-dist/doc/latex/makebox/ChangeLog + texmf-dist/doc/latex/makebox/README details="Package Readme" + texmf-dist/doc/latex/makebox/getversion.tex + texmf-dist/doc/latex/makebox/makebox.pdf details="Package documentation" + texmf-dist/doc/latex/makebox/makebox.xml + texmf-dist/doc/latex/makebox/testmakebox.tex +srcfiles size=4 + texmf-dist/source/latex/makebox/Makefile + texmf-dist/source/latex/makebox/makebox.dtx + texmf-dist/source/latex/makebox/makebox.ins +runfiles size=1 + texmf-dist/tex/latex/makebox/makebox.sty +catalogue-ctan /macros/latex/contrib/makebox +catalogue-date 2006-12-02 14:51:32 +0100 +catalogue-license lppl +catalogue-version 0.1 + +name makecell +category Package +revision 15878 +shortdesc Tabular column heads and multilined cells. +longdesc This package supports common layouts for tabular column heads +longdesc in whole documents, based on one-column tabular environment. In +longdesc addition, it can create multi-lined tabular cells. The Package +longdesc also offers: -- a macro which changes the vertical space around +longdesc all the cells in a tabular environment (similar to the function +longdesc of the tabls package, but using the facilities of the array); - +longdesc - macros for multirow cells, which use the facilities of the +longdesc multirow package; -- macros to number rows in tables, or to +longdesc skip cells; -- diagonally divided cells; and -- horizontal +longdesc lines in tabular environments with defined thickness. +docfiles size=209 + texmf-dist/doc/latex/makecell/README details="README file" + texmf-dist/doc/latex/makecell/makecell-rus.pdf details="Package documentation" language="ru" + texmf-dist/doc/latex/makecell/makecell-rus.tex + texmf-dist/doc/latex/makecell/makecell.pdf details="Package documentation" language="en" +srcfiles size=17 + texmf-dist/source/latex/makecell/makecell.dtx +runfiles size=4 + texmf-dist/tex/latex/makecell/makecell.sty +catalogue-ctan /macros/latex/contrib/makecell +catalogue-date 2009-09-07 01:31:27 +0200 +catalogue-license lppl +catalogue-version 0.1e + +name makecirc +category Package +revision 15878 +shortdesc A MetaPost library for drawing electrical circuit diagrams. +longdesc MakeCirc is a MetaPost library that contains diverse symbols +longdesc for use in circuit diagrams. MakeCirc offers a high quality +longdesc tool, with a simple syntax. MakeCirc is completely integrated +longdesc with LaTeX documents and with other MetaPost drawing/graphic. +longdesc Its output is a PostScript file. MakeCirc only requires (La)TeX +longdesc and MetaPost to work. +docfiles size=141 + texmf-dist/doc/metapost/makecirc/MakeCirc-en.pdf details="Package documentation in English:" language="en" + texmf-dist/doc/metapost/makecirc/MakeCirc.pdf details="Package documentation in Spanish:" language="es" + texmf-dist/doc/metapost/makecirc/README + texmf-dist/doc/metapost/makecirc/ejemplos.pdf +runfiles size=15 + texmf-dist/metapost/makecirc/ejemplos.mp + texmf-dist/metapost/makecirc/latex.mp + texmf-dist/metapost/makecirc/makecirc.mp +catalogue-ctan /graphics/metapost/contrib/macros/makecirc +catalogue-date 2006-11-19 21:19:11 +0100 +catalogue-license lppl + +name makecmds +category Package +revision 15878 +shortdesc The new \makecommand command always (re)defines a command. +longdesc The package provides a \makecommand command, which is like +longdesc \(re)newcommand except it always (re)defines a command. There +longdesc is also \makeenvironment and \provideenvironment for +longdesc environments. +docfiles size=34 + texmf-dist/doc/latex/makecmds/README + texmf-dist/doc/latex/makecmds/makecmds.pdf +srcfiles size=5 + texmf-dist/source/latex/makecmds/makecmds.dtx + texmf-dist/source/latex/makecmds/makecmds.ins +runfiles size=1 + texmf-dist/tex/latex/makecmds/makecmds.sty +catalogue-ctan /macros/latex/contrib/makecmds +catalogue-date 2009-09-03 08:40:46 +0200 +catalogue-license lppl + +name makedtx +category Package +revision 15878 +shortdesc Perl script to help generate dtx and ins files +longdesc The makedtx bundle is provided to help LaTeX2e developers to +longdesc write the code and documentation in separate files, and then +longdesc combine them into a single .dtx file for distribution. It +longdesc automatically generates the character table, and also writes +longdesc the associated installation (.ins) script. +docfiles size=67 + texmf-dist/doc/latex/makedtx/CHANGES + texmf-dist/doc/latex/makedtx/README details="Readme" + texmf-dist/doc/latex/makedtx/creatdtx.perl + texmf-dist/doc/latex/makedtx/makedtx-manual.html + texmf-dist/doc/latex/makedtx/makedtx.pdf + texmf-dist/doc/latex/makedtx/makedtx.pl +srcfiles size=15 + texmf-dist/source/latex/makedtx/makedtx.dtx + texmf-dist/source/latex/makedtx/makedtx.ins +runfiles size=1 + texmf-dist/tex/latex/makedtx/creatdtx.sty +catalogue-ctan /support/makedtx +catalogue-date 2007-10-18 16:19:02 +0200 +catalogue-license lppl +catalogue-version 0.94b + +name makeglos +category Package +revision 15878 +shortdesc Include a glossary into a document. +longdesc The package provides the means to include a glossary into a +longdesc document. The glossary is prepared by an external program, such +longdesc as xindy or makeindex, in the same way that an index is made. +docfiles size=18 + texmf-dist/doc/latex/makeglos/README details="Readme" + texmf-dist/doc/latex/makeglos/makeglos.pdf details="Package documentation" + texmf-dist/doc/latex/makeglos/makeglos.tex + texmf-dist/doc/latex/makeglos/makeglos.xdy +runfiles size=1 + texmf-dist/tex/latex/makeglos/makeglos.sty +catalogue-ctan /macros/latex/contrib/makeglos +catalogue-date 2007-02-23 00:16:39 +0100 +catalogue-license gpl + +name makeindex +category Package +revision 15878 +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 +longdesc TeX or troff), sorts the entries, and produces an output file +longdesc which can be formatted. The formats of the input and output +longdesc files are specified in a style file; by default, input is +longdesc assumed to be an idx file, as generated by LaTeX. +depend makeindex.ARCH +docfiles size=94 + 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 +runfiles size=7 + texmf-dist/makeindex/base/din.ist + texmf-dist/makeindex/base/icase.ist + texmf-dist/makeindex/base/latex.ist + texmf-dist/makeindex/base/math.ist + texmf-dist/makeindex/base/mkind.ist + texmf-dist/makeindex/base/puncts.ist + texmf-dist/makeindex/base/tex.ist +catalogue-ctan /indexing/makeindex +catalogue-date 2009-10-06 20:42:53 +0200 +catalogue-license other-free +catalogue-version 2.12 + +name makeindex.alpha-linux +category Package +revision 15878 +shortdesc alpha-linux files of makeindex +binfiles arch=alpha-linux size=56 + bin/alpha-linux/makeindex + bin/alpha-linux/mkindex + +name makeindex.i386-cygwin +category Package +revision 15878 +shortdesc i386-cygwin files of makeindex +binfiles arch=i386-cygwin size=34 + bin/i386-cygwin/makeindex.exe + bin/i386-cygwin/mkindex + +name makeindex.i386-linux +category Package +revision 15878 +shortdesc i386-linux files of makeindex +binfiles arch=i386-linux size=35 + bin/i386-linux/makeindex + bin/i386-linux/mkindex + +name makeindex.i386-netbsd +category Package +revision 15878 +shortdesc i386-netbsd files of makeindex +binfiles arch=i386-netbsd size=32 + bin/i386-netbsd/makeindex + bin/i386-netbsd/mkindex + +name makeindex.i386-solaris +category Package +revision 15878 +shortdesc i386-solaris files of makeindex +binfiles arch=i386-solaris size=35 + bin/i386-solaris/makeindex + bin/i386-solaris/mkindex + +name makeindex.mips-irix +category Package +revision 15878 +shortdesc mips-irix files of makeindex +binfiles arch=mips-irix size=53 + bin/mips-irix/makeindex + bin/mips-irix/mkindex + +name makeindex.powerpc-aix +category Package +revision 15878 +shortdesc powerpc-aix files of makeindex +binfiles arch=powerpc-aix size=38 + bin/powerpc-aix/makeindex + bin/powerpc-aix/mkindex + +name makeindex.powerpc-linux +category Package +revision 15878 +shortdesc powerpc-linux files of makeindex +binfiles arch=powerpc-linux size=37 + bin/powerpc-linux/makeindex + bin/powerpc-linux/mkindex + +name makeindex.sparc-linux +category Package +revision 15878 +shortdesc sparc-linux files of makeindex +binfiles arch=sparc-linux size=35 + bin/sparc-linux/makeindex + bin/sparc-linux/mkindex + +name makeindex.sparc-solaris +category Package +revision 15878 +shortdesc sparc-solaris files of makeindex +binfiles arch=sparc-solaris size=57 + bin/sparc-solaris/makeindex + bin/sparc-solaris/mkindex + +name makeindex.universal-darwin +category Package +revision 15878 +shortdesc universal-darwin files of makeindex +binfiles arch=universal-darwin size=75 + bin/universal-darwin/makeindex + bin/universal-darwin/mkindex + +name makeindex.win32 +category Package +revision 15878 +shortdesc win32 files of makeindex +binfiles arch=win32 size=19 + bin/win32/makeindex.exe + +name makeindex.x86_64-linux +category Package +revision 15878 +shortdesc x86_64-linux files of makeindex +binfiles arch=x86_64-linux size=35 + bin/x86_64-linux/makeindex + bin/x86_64-linux/mkindex + +name makeplot +category Package +revision 15878 +shortdesc Easy plots from Matlab in LaTeX. +longdesc Existing approaches to create EPS files from Matlab (laprint, +longdesc mma2ltx, print -eps, etc.) aren't satisfactory; makeplot aims +longdesc to resolve this problem. Makeplot is a LaTeX package that uses +longdesc the pstricks pst-plot functions to plot data that it takes from +longdesc Matlab output files. +docfiles size=40 + texmf-dist/doc/latex/makeplot/README details="Readme" + texmf-dist/doc/latex/makeplot/data1.mat + texmf-dist/doc/latex/makeplot/data2.mat + texmf-dist/doc/latex/makeplot/makeplot.pdf details="Package documentation" + texmf-dist/doc/latex/makeplot/mptest.tex +srcfiles size=12 + texmf-dist/source/latex/makeplot/makeplot.dtx + texmf-dist/source/latex/makeplot/makeplot.ins +runfiles size=5 + texmf-dist/tex/latex/makeplot/makeplot.sty +catalogue-ctan /graphics/pstricks/contrib/makeplot +catalogue-date 2008-01-20 02:03:54 +0100 +catalogue-license lppl +catalogue-version 1.0.6 + +name malayalam +category Package +revision 15878 +catalogue malayalam-latex +shortdesc LaTeX for Malayalam. +longdesc Fonts (in Adobe Type 1 format), metrics and macros for +longdesc typesetting Malayalam with LaTeX. +docfiles size=111 + texmf-dist/doc/fonts/malayalam/FILES + texmf-dist/doc/fonts/malayalam/INSTALL + texmf-dist/doc/fonts/malayalam/README details="Readme" + texmf-dist/doc/fonts/malayalam/article/elephant.mm + texmf-dist/doc/fonts/malayalam/article/elephant.tex + texmf-dist/doc/fonts/malayalam/article/lion.mm + texmf-dist/doc/fonts/malayalam/article/lion.tex + texmf-dist/doc/fonts/malayalam/article/mmarticl.mm + texmf-dist/doc/fonts/malayalam/article/mmarticl.tex + texmf-dist/doc/fonts/malayalam/article/mmchart.tex + texmf-dist/doc/fonts/malayalam/article/mmconj.mm + texmf-dist/doc/fonts/malayalam/article/mmconj.tex + texmf-dist/doc/fonts/malayalam/article/mmexp.mm + texmf-dist/doc/fonts/malayalam/article/mmexp.tex + texmf-dist/doc/fonts/malayalam/article/mmfont.tex + texmf-dist/doc/fonts/malayalam/article/mmfuture.tex + texmf-dist/doc/fonts/malayalam/article/mmguide.dvi + texmf-dist/doc/fonts/malayalam/article/mmguide.mm + texmf-dist/doc/fonts/malayalam/article/mmguide.tex + texmf-dist/doc/fonts/malayalam/article/mmmacs.tex + texmf-dist/doc/fonts/malayalam/article/mmphmacs.tex + texmf-dist/doc/fonts/malayalam/article/mmqfont.tex + texmf-dist/doc/fonts/malayalam/article/mmqmacs.tex + texmf-dist/doc/fonts/malayalam/article/mmsample.mm + texmf-dist/doc/fonts/malayalam/article/mmsample.tex + texmf-dist/doc/fonts/malayalam/article/mmscript.mm + texmf-dist/doc/fonts/malayalam/article/mmtable.mm + texmf-dist/doc/fonts/malayalam/article/mmtable.tex + texmf-dist/doc/fonts/malayalam/article/mmtrans.mm + texmf-dist/doc/fonts/malayalam/article/mmtrans.tex + texmf-dist/doc/fonts/malayalam/article/mmtrmacs.tex + texmf-dist/doc/fonts/malayalam/article/mmxfont.tex + texmf-dist/doc/fonts/malayalam/article/ornament.tex + texmf-dist/doc/fonts/malayalam/article/prodigal.mm + texmf-dist/doc/fonts/malayalam/article/prodigal.tex + texmf-dist/doc/fonts/malayalam/article/test.mm + texmf-dist/doc/fonts/malayalam/article/test.tex + texmf-dist/doc/fonts/malayalam/article/twolines.tex + texmf-dist/doc/fonts/malayalam/charity + texmf-dist/doc/fonts/malayalam/todo +srcfiles size=117 + texmf-dist/source/fonts/malayalam/dng/dn2dng.pat + texmf-dist/source/fonts/malayalam/dng/dng.pat + texmf-dist/source/fonts/malayalam/dng/dng.tex + texmf-dist/source/fonts/malayalam/dng/dngmacs.tex + texmf-dist/source/fonts/malayalam/dng/dngtrans.dng + texmf-dist/source/fonts/malayalam/dng/dngtrans.tex + texmf-dist/source/fonts/malayalam/dng/dntrmacs.tex + texmf-dist/source/fonts/malayalam/dng/misspaal.dng + texmf-dist/source/fonts/malayalam/preproc/ack2mm.pat + texmf-dist/source/fonts/malayalam/preproc/avltree.c + texmf-dist/source/fonts/malayalam/preproc/avltree.h + texmf-dist/source/fonts/malayalam/preproc/makefile + texmf-dist/source/fonts/malayalam/preproc/ml.bat + texmf-dist/source/fonts/malayalam/preproc/ml.g + texmf-dist/source/fonts/malayalam/preproc/mlr.bat + texmf-dist/source/fonts/malayalam/preproc/mlr.g + texmf-dist/source/fonts/malayalam/preproc/mltr.g + texmf-dist/source/fonts/malayalam/preproc/mltrth.g + texmf-dist/source/fonts/malayalam/preproc/mm.c + texmf-dist/source/fonts/malayalam/preproc/mm.exe + texmf-dist/source/fonts/malayalam/preproc/mm.h + texmf-dist/source/fonts/malayalam/preproc/mm.pat + texmf-dist/source/fonts/malayalam/preproc/mm.prj + texmf-dist/source/fonts/malayalam/preproc/mm.scr + texmf-dist/source/fonts/malayalam/preproc/mm.trs + texmf-dist/source/fonts/malayalam/preproc/mm.ttp + texmf-dist/source/fonts/malayalam/preproc/mm2ack.pat + texmf-dist/source/fonts/malayalam/preproc/mmr.scr + texmf-dist/source/fonts/malayalam/preproc/mmr.trs + texmf-dist/source/fonts/malayalam/preproc/mmrfull.trs + texmf-dist/source/fonts/malayalam/preproc/patc/detex.g + texmf-dist/source/fonts/malayalam/preproc/patc/detex.pat + texmf-dist/source/fonts/malayalam/preproc/patc/patc.c + texmf-dist/source/fonts/malayalam/preproc/patc/patc.exe + texmf-dist/source/fonts/malayalam/preproc/patc/patc.prj + texmf-dist/source/fonts/malayalam/preproc/patc/patc.ttp + texmf-dist/source/fonts/malayalam/preproc/patc/patc.txt + texmf-dist/source/fonts/malayalam/preproc/patc/pstree.c + texmf-dist/source/fonts/malayalam/preproc/patc/pstree.h + texmf-dist/source/fonts/malayalam/preproc/pstree.c + texmf-dist/source/fonts/malayalam/preproc/pstree.h + texmf-dist/source/fonts/malayalam/preproc/readfile.c + texmf-dist/source/fonts/malayalam/preproc/readfile.h + texmf-dist/source/fonts/malayalam/preproc/scr.c + texmf-dist/source/fonts/malayalam/preproc/scr.h + texmf-dist/source/fonts/malayalam/preproc/trs.c + texmf-dist/source/fonts/malayalam/preproc/trs.h + texmf-dist/source/fonts/malayalam/preproc/unicode/UNICODE.TXT + texmf-dist/source/fonts/malayalam/tamil/adami.pat + texmf-dist/source/fonts/malayalam/tamil/tamil.pat + texmf-dist/source/fonts/malayalam/tamil/tamil.tex + texmf-dist/source/fonts/malayalam/tamil/test.tam + texmf-dist/source/fonts/malayalam/tamil/test.tex + texmf-dist/source/fonts/malayalam/tamil/test.tml + texmf-dist/source/fonts/malayalam/tamil/tmlmacs.tex + texmf-dist/source/fonts/malayalam/tamil/tmltrans.tex + texmf-dist/source/fonts/malayalam/tamil/tmltrans.tml + texmf-dist/source/fonts/malayalam/tamil/tmltrans.txt + texmf-dist/source/fonts/malayalam/tamil/wntml.pat +runfiles size=144 + texmf-dist/fonts/source/public/malayalam/effects/effect.mf + texmf-dist/fonts/source/public/malayalam/effects/esoteric.mf + texmf-dist/fonts/source/public/malayalam/effects/hstripes.mf + texmf-dist/fonts/source/public/malayalam/effects/malayalam-reverse.mf + texmf-dist/fonts/source/public/malayalam/effects/outline.mf + texmf-dist/fonts/source/public/malayalam/effects/shadow.mf + texmf-dist/fonts/source/public/malayalam/fnt_code.mf + texmf-dist/fonts/source/public/malayalam/mm.bat + texmf-dist/fonts/source/public/malayalam/mm.fts + texmf-dist/fonts/source/public/malayalam/mm.job + texmf-dist/fonts/source/public/malayalam/mmcillu.mf + texmf-dist/fonts/source/public/malayalam/mmcoding.mf + texmf-dist/fonts/source/public/malayalam/mmconj.mf + texmf-dist/fonts/source/public/malayalam/mmcons.mf + texmf-dist/fonts/source/public/malayalam/mmcvconj.mf + texmf-dist/fonts/source/public/malayalam/mmdefs.mf + texmf-dist/fonts/source/public/malayalam/mmfnt.mf + texmf-dist/fonts/source/public/malayalam/mmfont.mf + texmf-dist/fonts/source/public/malayalam/mmlnums.mf + texmf-dist/fonts/source/public/malayalam/mmnums.mf + texmf-dist/fonts/source/public/malayalam/mmpunct.mf + texmf-dist/fonts/source/public/malayalam/mmrconj.mf + texmf-dist/fonts/source/public/malayalam/mmscons.mf + texmf-dist/fonts/source/public/malayalam/mmsec.mf + texmf-dist/fonts/source/public/malayalam/mmstyles.txt + texmf-dist/fonts/source/public/malayalam/mmtest.mf + texmf-dist/fonts/source/public/malayalam/mmvowels.mf + texmf-dist/fonts/source/public/malayalam/orn10.mf + texmf-dist/fonts/source/public/malayalam/rejected.mf + texmf-dist/fonts/source/public/malayalam/styles/mm10.mf + texmf-dist/fonts/source/public/malayalam/styles/mm10s.mf + texmf-dist/fonts/source/public/malayalam/styles/mm12.mf + texmf-dist/fonts/source/public/malayalam/styles/mm12s.mf + texmf-dist/fonts/source/public/malayalam/styles/mm17.mf + texmf-dist/fonts/source/public/malayalam/styles/mm17s.mf + texmf-dist/fonts/source/public/malayalam/styles/mm6.mf + texmf-dist/fonts/source/public/malayalam/styles/mm6s.mf + texmf-dist/fonts/source/public/malayalam/styles/mm8.mf + texmf-dist/fonts/source/public/malayalam/styles/mm8s.mf + texmf-dist/fonts/source/public/malayalam/styles/mmb10.mf + texmf-dist/fonts/source/public/malayalam/styles/mmb10s.mf + texmf-dist/fonts/source/public/malayalam/styles/mmb12.mf + texmf-dist/fonts/source/public/malayalam/styles/mmb12s.mf + texmf-dist/fonts/source/public/malayalam/styles/mmb17.mf + texmf-dist/fonts/source/public/malayalam/styles/mmb17s.mf + texmf-dist/fonts/source/public/malayalam/styles/mmbig.mf + texmf-dist/fonts/source/public/malayalam/styles/mmbigo.mf + texmf-dist/fonts/source/public/malayalam/styles/mmc10.mf + texmf-dist/fonts/source/public/malayalam/styles/mmc10s.mf + texmf-dist/fonts/source/public/malayalam/styles/mmc12.mf + texmf-dist/fonts/source/public/malayalam/styles/mmc12s.mf + texmf-dist/fonts/source/public/malayalam/styles/mmc17.mf + texmf-dist/fonts/source/public/malayalam/styles/mmc17s.mf + texmf-dist/fonts/source/public/malayalam/styles/mmcb10.mf + texmf-dist/fonts/source/public/malayalam/styles/mmcb10s.mf + texmf-dist/fonts/source/public/malayalam/styles/mmcb12.mf + texmf-dist/fonts/source/public/malayalam/styles/mmcb12s.mf + texmf-dist/fonts/source/public/malayalam/styles/mmcb17.mf + texmf-dist/fonts/source/public/malayalam/styles/mmcb17s.mf + texmf-dist/fonts/source/public/malayalam/styles/mmcsl10.mf + texmf-dist/fonts/source/public/malayalam/styles/mmcsl10s.mf + texmf-dist/fonts/source/public/malayalam/styles/mmcsl12.mf + texmf-dist/fonts/source/public/malayalam/styles/mmcsl12s.mf + texmf-dist/fonts/source/public/malayalam/styles/mmexpa12.mf + texmf-dist/fonts/source/public/malayalam/styles/mmexpb12.mf + texmf-dist/fonts/source/public/malayalam/styles/mmexpc12.mf + texmf-dist/fonts/source/public/malayalam/styles/mmsl10.mf + texmf-dist/fonts/source/public/malayalam/styles/mmsl10s.mf + texmf-dist/fonts/source/public/malayalam/styles/mmsl12.mf + texmf-dist/fonts/source/public/malayalam/styles/mmsl12s.mf + texmf-dist/fonts/source/public/malayalam/var_ja.mf + texmf-dist/fonts/tfm/public/malayalam/mm10.tfm + texmf-dist/fonts/tfm/public/malayalam/mm10s.tfm + texmf-dist/fonts/tfm/public/malayalam/mm12.tfm + texmf-dist/fonts/tfm/public/malayalam/mm12s.tfm + texmf-dist/fonts/tfm/public/malayalam/mm17.tfm + texmf-dist/fonts/tfm/public/malayalam/mm17s.tfm + texmf-dist/fonts/tfm/public/malayalam/mm6.tfm + texmf-dist/fonts/tfm/public/malayalam/mm6s.tfm + texmf-dist/fonts/tfm/public/malayalam/mm8.tfm + texmf-dist/fonts/tfm/public/malayalam/mm8s.tfm + texmf-dist/fonts/tfm/public/malayalam/mmb10.tfm + texmf-dist/fonts/tfm/public/malayalam/mmb10s.tfm + texmf-dist/fonts/tfm/public/malayalam/mmb12.tfm + texmf-dist/fonts/tfm/public/malayalam/mmb12s.tfm + texmf-dist/fonts/tfm/public/malayalam/mmb17.tfm + texmf-dist/fonts/tfm/public/malayalam/mmb17s.tfm + texmf-dist/fonts/tfm/public/malayalam/mmbig.tfm + texmf-dist/fonts/tfm/public/malayalam/mmbigo.tfm + texmf-dist/fonts/tfm/public/malayalam/mmc10.tfm + texmf-dist/fonts/tfm/public/malayalam/mmc10s.tfm + texmf-dist/fonts/tfm/public/malayalam/mmc12.tfm + texmf-dist/fonts/tfm/public/malayalam/mmc12s.tfm + texmf-dist/fonts/tfm/public/malayalam/mmc17.tfm + texmf-dist/fonts/tfm/public/malayalam/mmc17s.tfm + texmf-dist/fonts/tfm/public/malayalam/mmcb10.tfm + texmf-dist/fonts/tfm/public/malayalam/mmcb10s.tfm + texmf-dist/fonts/tfm/public/malayalam/mmcb12.tfm + texmf-dist/fonts/tfm/public/malayalam/mmcb12s.tfm + texmf-dist/fonts/tfm/public/malayalam/mmcb17.tfm + texmf-dist/fonts/tfm/public/malayalam/mmcb17s.tfm + texmf-dist/fonts/tfm/public/malayalam/mmcsl10.tfm + texmf-dist/fonts/tfm/public/malayalam/mmcsl10s.tfm + texmf-dist/fonts/tfm/public/malayalam/mmcsl12.tfm + texmf-dist/fonts/tfm/public/malayalam/mmcsl12s.tfm + texmf-dist/fonts/tfm/public/malayalam/mmexpa12.tfm + texmf-dist/fonts/tfm/public/malayalam/mmexpb12.tfm + texmf-dist/fonts/tfm/public/malayalam/mmexpc12.tfm + texmf-dist/fonts/tfm/public/malayalam/mmsl10.tfm + texmf-dist/fonts/tfm/public/malayalam/mmsl10s.tfm + texmf-dist/fonts/tfm/public/malayalam/mmsl12.tfm + texmf-dist/fonts/tfm/public/malayalam/mmsl12s.tfm + texmf-dist/fonts/tfm/public/malayalam/orn10.tfm +catalogue-ctan /language/malayalam +catalogue-date 2007-11-17 22:03:55 +0100 +catalogue-license lppl +catalogue-version 0.9.6 + +name manfnt +category Package +revision 15878 +shortdesc LaTeX support for the TeX book symbols. +longdesc A LaTeX package for easy access to the symbols of the Knuth's +longdesc 'manual' font, such as the Dangerous Bend and Manual-errata +longdesc Arrow. +execute addMixedMap manfnt.map +srcfiles size=7 + texmf-dist/source/latex/manfnt/manfnt.dtx + texmf-dist/source/latex/manfnt/manfnt.ins +runfiles size=13 + texmf-dist/fonts/afm/hoekwater/manfnt/manfnt.afm + texmf-dist/fonts/map/dvips/manfnt/manfnt.map + texmf-dist/fonts/type1/hoekwater/manfnt/manfnt.pfb + texmf-dist/tex/latex/manfnt/manfnt.sty +catalogue-ctan /macros/latex/contrib/manfnt +catalogue-date 2007-01-02 14:43:33 +0100 +catalogue-license lppl + +name manuscript +category Package +revision 15878 +shortdesc Emulate look of a document typed on a typewriter. +longdesc This package is designed for those who have to submit +longdesc dissertations, etc., to institutions that still maintain the +longdesc typewriter is the summit of non-professional printing. +docfiles size=1 + texmf-dist/doc/latex/manuscript/README +srcfiles size=7 + texmf-dist/source/latex/manuscript/Makefile + texmf-dist/source/latex/manuscript/manuscript.drv + texmf-dist/source/latex/manuscript/manuscript.dtx + texmf-dist/source/latex/manuscript/manuscript.ins +runfiles size=1 + texmf-dist/tex/latex/manuscript/manuscript.sty +catalogue-ctan /macros/latex/contrib/manuscript +catalogue-date 2007-01-02 14:43:33 +0100 +catalogue-license lppl + +name mapcodes +category Package +revision 15878 +shortdesc Support for multiple character sets and encodings. +longdesc Mapcodes is an early package covering the same ground as the +longdesc standard LaTeX inputenc. It provides for input in ISO Latin-1 +longdesc and -2, IBM codepages 850 and 852, and HP, Macintosh and Atari +longdesc encodings. +srcfiles size=44 + texmf-dist/source/latex/mapcodes/00readme.txt + texmf-dist/source/latex/mapcodes/atari.dtx + texmf-dist/source/latex/mapcodes/atari.map + texmf-dist/source/latex/mapcodes/german.dtx + texmf-dist/source/latex/mapcodes/german.map + texmf-dist/source/latex/mapcodes/hproman8.dtx + texmf-dist/source/latex/mapcodes/hproman8.map + texmf-dist/source/latex/mapcodes/ibm850.dtx + texmf-dist/source/latex/mapcodes/ibm850.map + texmf-dist/source/latex/mapcodes/ibm852.dtx + texmf-dist/source/latex/mapcodes/ibm852.map + texmf-dist/source/latex/mapcodes/install.txt + texmf-dist/source/latex/mapcodes/iso88591.dtx + texmf-dist/source/latex/mapcodes/iso88591.map + texmf-dist/source/latex/mapcodes/iso88592.dtx + texmf-dist/source/latex/mapcodes/iso88592.map + texmf-dist/source/latex/mapcodes/macroman.dtx + texmf-dist/source/latex/mapcodes/macroman.map + texmf-dist/source/latex/mapcodes/manifest.txt + texmf-dist/source/latex/mapcodes/mapcodes.drv + texmf-dist/source/latex/mapcodes/mapcodes.dtx + texmf-dist/source/latex/mapcodes/mapcodes.ins + texmf-dist/source/latex/mapcodes/spanish.dtx + texmf-dist/source/latex/mapcodes/spanish.map +runfiles size=5 + texmf-dist/tex/latex/mapcodes/mapcodes.sty +catalogue-ctan /macros/latex/contrib/mapcodes +catalogue-date 2008-04-05 13:57:56 +0200 +catalogue-license other-free +catalogue-version 1.04 + +name maple +category Package +revision 15878 +shortdesc Styles and examples for the MAPLE newsletter. +docfiles size=7 + texmf-dist/doc/latex/maple/MTNarticle.tex + texmf-dist/doc/latex/maple/README +runfiles size=2 + texmf-dist/tex/latex/maple/mtn.cls +catalogue-ctan /macros/latex/contrib/maple +catalogue-date 2008-12-02 13:33:15 +0100 +catalogue-license noinfo +catalogue-version 1.8 + +name margbib +category Package +revision 15878 +shortdesc Display bibitem tags in the margins. +longdesc The package redefines the 'thebibliography' environment to +longdesc place the citation key into the margin. +docfiles size=49 + texmf-dist/doc/latex/margbib/margbib.pdf details="Package documentation" +srcfiles size=3 + texmf-dist/source/latex/margbib/margbib.dtx + texmf-dist/source/latex/margbib/margbib.ins +runfiles size=1 + texmf-dist/tex/latex/margbib/margbib.sty +catalogue-ctan /macros/latex/contrib/margbib +catalogue-date 2008-09-23 13:30:27 +0200 +catalogue-license gpl +catalogue-version 1.0c + +name marginnote +category Package +revision 15878 +shortdesc Notes in the margin, even where \marginpar fails +longdesc This package provides the command \marginnote that may be used +longdesc instead of \marginpar at almost every place where \marginpar +longdesc cannot be used, e.g., inside floats, footnotes, or in frames +longdesc made with the framed package. +docfiles size=38 + texmf-dist/doc/latex/marginnote/marginnote.pdf details="Package documentation" +srcfiles size=9 + texmf-dist/source/latex/marginnote/README + texmf-dist/source/latex/marginnote/marginnote.dtx + texmf-dist/source/latex/marginnote/marginnote.ins +runfiles size=3 + texmf-dist/tex/latex/marginnote/marginnote.sty +catalogue-ctan /macros/latex/contrib/marginnote +catalogue-date 2009-05-07 21:42:31 +0200 +catalogue-license lppl +catalogue-version v1.1d + +name marigold +category Package +revision 13293 +runfiles size=8 + texmf-dist/fonts/tfm/cg/marigold/cmgr.tfm + texmf-dist/fonts/tfm/cg/marigold/cmgr8t.tfm + texmf-dist/fonts/tfm/cg/marigold/mrr10u.tfm + texmf-dist/fonts/tfm/cg/marigold/mrr6j.tfm + texmf-dist/fonts/tfm/cg/marigold/mrr7j.tfm + texmf-dist/fonts/tfm/cg/marigold/mrr8u.tfm + texmf-dist/fonts/vf/cg/marigold/cmgr.vf + texmf-dist/fonts/vf/cg/marigold/cmgr8t.vf + +name marvosym +category Package +revision 15878 +shortdesc Martin Vogel's Symbols (marvosym) font. +longdesc Martin Vogel's Symbol (marvosym) font contains the Euro +longdesc currency symbol as defined by the European commission, and also +longdesc in shapes to blend with typefaces Times, Helvetica and Courier; +longdesc symbols for structural engineering; symbols for steel cross- +longdesc sections; astronomy signs (sun, moon, planets); the 12 signs of +longdesc the zodiac; scissor symbols; CE sign and others. The font is +longdesc distributed here as an Adobe Type 1 font, which was converted +longdesc from Vogel's original TrueType; support macros for use with +longdesc LaTeX are also provided. Separate packaging for OzTeX users is +longdesc available. +execute addMap marvosym.map +docfiles size=86 + texmf-dist/doc/fonts/marvosym/LICENSE + texmf-dist/doc/fonts/marvosym/PROBLEMS + texmf-dist/doc/fonts/marvosym/README details="README" + texmf-dist/doc/fonts/marvosym/mac/docs/obsolete/tex-me.tex + texmf-dist/doc/fonts/marvosym/mac/docs/textures + texmf-dist/doc/fonts/marvosym/mac/oztex/configs/addmarvo + texmf-dist/doc/fonts/marvosym/mac/oztex/dvips/inputs/config.fmv + texmf-dist/doc/fonts/marvosym/mac/oztex/dvips/inputs/fmv.map + texmf-dist/doc/fonts/marvosym/mac/oztex/ps-files/marvosym.afm + texmf-dist/doc/fonts/marvosym/mac/oztex/ps-files/marvosym.pfa + texmf-dist/doc/fonts/marvosym/mac/oztex/ps-files/readme.txt + texmf-dist/doc/fonts/marvosym/mac/oztex/tex-font/misc/fmvr8x.tfm + texmf-dist/doc/fonts/marvosym/mac/readme.txt + texmf-dist/doc/fonts/marvosym/mac/the_font.bin + texmf-dist/doc/fonts/marvosym/marvodoc.pdf details="Font tables, etc." + texmf-dist/doc/fonts/marvosym/marvodoc.tex + texmf-dist/doc/fonts/marvosym/vtex/install.txt + texmf-dist/doc/fonts/marvosym/vtex/marvosym.ali +runfiles size=24 + texmf-dist/fonts/afm/public/marvosym/marvosym.afm + texmf-dist/fonts/map/dvips/marvosym/marvosym.map + texmf-dist/fonts/tfm/public/marvosym/umvs.tfm + texmf-dist/fonts/type1/public/marvosym/marvosym.pfb + texmf-dist/tex/latex/marvosym/marvosym.sty + texmf-dist/tex/latex/marvosym/umvs.fd +catalogue-ctan /fonts/psfonts/marvosym +catalogue-date 2009-10-06 20:42:53 +0200 +catalogue-license gpl +catalogue-version 2.1 + +name math-into-latex +category Package +revision 15878 +catalogue mil +shortdesc Samples from Math into LaTeX. +longdesc Samples and templates from Gratzer's book. +docfiles size=19 + texmf-dist/doc/latex/math-into-latex/errors.txt + texmf-dist/doc/latex/math-into-latex/gratzer + texmf-dist/doc/latex/math-into-latex/mil.txt + texmf-dist/doc/latex/math-into-latex/templates/article.tpl + texmf-dist/doc/latex/math-into-latex/templates/article2.tpl + texmf-dist/doc/latex/math-into-latex/templates/contents.doc + texmf-dist/doc/latex/math-into-latex/templates/gallery.tex + texmf-dist/doc/latex/math-into-latex/templates/ggart.tpl + texmf-dist/doc/latex/math-into-latex/templates/ggart2.tpl + texmf-dist/doc/latex/math-into-latex/templates/inbibl.tpl + texmf-dist/doc/latex/math-into-latex/templates/intrart.tex + texmf-dist/doc/latex/math-into-latex/templates/math.tex + texmf-dist/doc/latex/math-into-latex/templates/mathb.tex + texmf-dist/doc/latex/math-into-latex/templates/note1.tex + texmf-dist/doc/latex/math-into-latex/templates/note1b.tex + texmf-dist/doc/latex/math-into-latex/templates/note2.tex + texmf-dist/doc/latex/math-into-latex/templates/noteslug.tex +catalogue-ctan /info/examples/mil +catalogue-date 2008-11-09 13:49:47 +0100 +catalogue-license noinfo + +name mathabx +category Package +revision 15878 +shortdesc Three series of mathematical symbols. +longdesc Mathabx is a set of 3 mathematical symbols font series: matha, +longdesc mathb and mathx. They are defined by MetaFont code and should +longdesc be of reasonable quality (bitmap output). Things change from +longdesc time to time, so there is no claim of stability (encoding, +longdesc metrics, design). The package includes Plain TeX and LaTeX +longdesc support macros. +docfiles size=193 + texmf-dist/doc/fonts/mathabx/README details="Readme" + texmf-dist/doc/fonts/mathabx/mathtest.pdf details="Package documentation, including font lists" + texmf-dist/doc/fonts/mathabx/mathtest.tex + texmf-dist/doc/fonts/mathabx/testmac.tex +runfiles size=215 + texmf-dist/fonts/source/public/mathabx/matha10.mf + texmf-dist/fonts/source/public/mathabx/matha12.mf + texmf-dist/fonts/source/public/mathabx/matha5.mf + texmf-dist/fonts/source/public/mathabx/matha6.mf + texmf-dist/fonts/source/public/mathabx/matha7.mf + texmf-dist/fonts/source/public/mathabx/matha8.mf + texmf-dist/fonts/source/public/mathabx/matha9.mf + texmf-dist/fonts/source/public/mathabx/mathacnt.mf + texmf-dist/fonts/source/public/mathabx/mathadrv.mf + texmf-dist/fonts/source/public/mathabx/matharrw.mf + texmf-dist/fonts/source/public/mathabx/mathastr.mf + texmf-dist/fonts/source/public/mathabx/mathastrotest10.mf + texmf-dist/fonts/source/public/mathabx/mathastrotestdrv.mf + texmf-dist/fonts/source/public/mathabx/mathasym.mf + texmf-dist/fonts/source/public/mathabx/mathb10.mf + texmf-dist/fonts/source/public/mathabx/mathb12.mf + texmf-dist/fonts/source/public/mathabx/mathb5.mf + texmf-dist/fonts/source/public/mathabx/mathb6.mf + texmf-dist/fonts/source/public/mathabx/mathb7.mf + texmf-dist/fonts/source/public/mathabx/mathb8.mf + texmf-dist/fonts/source/public/mathabx/mathb9.mf + texmf-dist/fonts/source/public/mathabx/mathbase.mf + texmf-dist/fonts/source/public/mathabx/mathbdel.mf + texmf-dist/fonts/source/public/mathabx/mathbdrv.mf + texmf-dist/fonts/source/public/mathabx/mathbigs.mf + texmf-dist/fonts/source/public/mathabx/mathbsym.mf + texmf-dist/fonts/source/public/mathabx/mathc10.mf + texmf-dist/fonts/source/public/mathabx/mathcall.mf + texmf-dist/fonts/source/public/mathabx/mathcallgreek.mf + texmf-dist/fonts/source/public/mathabx/mathcdrv.mf + texmf-dist/fonts/source/public/mathabx/mathfine.mf + texmf-dist/fonts/source/public/mathabx/mathgrey.mf + texmf-dist/fonts/source/public/mathabx/mathhbrw.mf + texmf-dist/fonts/source/public/mathabx/mathineq.mf + texmf-dist/fonts/source/public/mathabx/mathltlk.mf + texmf-dist/fonts/source/public/mathabx/mathmbcb.mf + texmf-dist/fonts/source/public/mathabx/mathprmt.mf + texmf-dist/fonts/source/public/mathabx/mathsmsy.mf + texmf-dist/fonts/source/public/mathabx/mathsubs.mf + texmf-dist/fonts/source/public/mathabx/mathsymb.mf + texmf-dist/fonts/source/public/mathabx/mathu10.mf + texmf-dist/fonts/source/public/mathabx/mathudrv.mf + texmf-dist/fonts/source/public/mathabx/mathusym.mf + texmf-dist/fonts/source/public/mathabx/mathux10.mf + texmf-dist/fonts/source/public/mathabx/mathuxdrv.mf + texmf-dist/fonts/source/public/mathabx/mathx10.mf + texmf-dist/fonts/source/public/mathabx/mathx12.mf + texmf-dist/fonts/source/public/mathabx/mathx5.mf + texmf-dist/fonts/source/public/mathabx/mathx6.mf + texmf-dist/fonts/source/public/mathabx/mathx7.mf + texmf-dist/fonts/source/public/mathabx/mathx8.mf + texmf-dist/fonts/source/public/mathabx/mathx9.mf + texmf-dist/fonts/source/public/mathabx/mathxdrv.mf + texmf-dist/fonts/source/public/mathabx/maydigit.mf + texmf-dist/fonts/tfm/public/mathabx/matha10.tfm + texmf-dist/fonts/tfm/public/mathabx/matha12.tfm + texmf-dist/fonts/tfm/public/mathabx/matha5.tfm + texmf-dist/fonts/tfm/public/mathabx/matha6.tfm + texmf-dist/fonts/tfm/public/mathabx/matha7.tfm + texmf-dist/fonts/tfm/public/mathabx/matha8.tfm + texmf-dist/fonts/tfm/public/mathabx/matha9.tfm + texmf-dist/fonts/tfm/public/mathabx/mathastrotest10.tfm + texmf-dist/fonts/tfm/public/mathabx/mathb10.tfm + texmf-dist/fonts/tfm/public/mathabx/mathb12.tfm + texmf-dist/fonts/tfm/public/mathabx/mathb5.tfm + texmf-dist/fonts/tfm/public/mathabx/mathb6.tfm + texmf-dist/fonts/tfm/public/mathabx/mathb7.tfm + texmf-dist/fonts/tfm/public/mathabx/mathb8.tfm + texmf-dist/fonts/tfm/public/mathabx/mathb9.tfm + texmf-dist/fonts/tfm/public/mathabx/mathc10.tfm + texmf-dist/fonts/tfm/public/mathabx/mathu10.tfm + texmf-dist/fonts/tfm/public/mathabx/mathux10.tfm + texmf-dist/fonts/tfm/public/mathabx/mathx10.tfm + texmf-dist/fonts/tfm/public/mathabx/mathx12.tfm + texmf-dist/fonts/tfm/public/mathabx/mathx5.tfm + texmf-dist/fonts/tfm/public/mathabx/mathx6.tfm + texmf-dist/fonts/tfm/public/mathabx/mathx7.tfm + texmf-dist/fonts/tfm/public/mathabx/mathx8.tfm + texmf-dist/fonts/tfm/public/mathabx/mathx9.tfm + texmf-dist/tex/generic/mathabx/mathabx.dcl + texmf-dist/tex/generic/mathabx/mathabx.sty + texmf-dist/tex/generic/mathabx/mathabx.tex +catalogue-ctan /fonts/mathabx +catalogue-date 2008-09-15 13:48:16 +0200 +catalogue-license lppl + +name mathcomp +category Package +revision 15878 +shortdesc Text symbols in maths mode. +longdesc A package which provides access to some interesting characters +longdesc of the Text Companion fonts (TS1 encoding) in maths mode. +docfiles size=44 + texmf-dist/doc/latex/mathcomp/mathcomp.pdf +srcfiles size=3 + texmf-dist/source/latex/mathcomp/mathcomp.dtx + texmf-dist/source/latex/mathcomp/mathcomp.ins +runfiles size=1 + texmf-dist/tex/latex/mathcomp/mathcomp.sty +catalogue-ctan /macros/latex/contrib/mathcomp +catalogue-date 2007-01-09 18:22:13 +0100 +catalogue-license lppl +catalogue-version 0.1f + +name mathdesign +category Package +revision 15878 +shortdesc Mathematical fonts to fit with particular text fonts. +longdesc The Math Design project offers free mathematical fonts, and +longdesc "faked" Caps-and-Small-Caps fonts, that fit with existing text +longdesc fonts. So far, four font families are available: - the mdput +longdesc family, which corresponds to Adobe Utopia text fonts; - the +longdesc mdugm family, which corresponds to URW Garamond text fonts; - +longdesc the mdfga family, which corresponds to the (commercial) +longdesc Fontsite Garamond text fonts; - the mdbch family, which +longdesc corresponds to Bitstream Charter text fonts. Each maths font +longdesc has a range of extra symbols, and blackboard bold and 'mathcal' +longdesc alphabets. +execute addMap mdbch.map +execute addMap mdput.map +execute addMap mdugm.map +docfiles size=823 + texmf-dist/doc/latex/mathdesign/MD-adobe-utopia-doc.pdf + texmf-dist/doc/latex/mathdesign/MD-adobe-utopia-example.pdf + texmf-dist/doc/latex/mathdesign/MD-bitstream-charter-doc.pdf + texmf-dist/doc/latex/mathdesign/MD-bitstream-charter-example.pdf + texmf-dist/doc/latex/mathdesign/MD-urw-garamond-doc.pdf + texmf-dist/doc/latex/mathdesign/MD-urw-garamond-example.pdf + texmf-dist/doc/latex/mathdesign/README + texmf-dist/doc/latex/mathdesign/mathdesign-doc.pdf + texmf-dist/doc/latex/mathdesign/mdbch/MD-bitstream-charter-doc.pdf + texmf-dist/doc/latex/mathdesign/mdbch/mdbchtest.tex + texmf-dist/doc/latex/mathdesign/mdput/MD-adobe-utopia-doc.pdf + texmf-dist/doc/latex/mathdesign/mdput/mdputtest.tex + texmf-dist/doc/latex/mathdesign/mdugm/MD-urw-garamond-doc.pdf + texmf-dist/doc/latex/mathdesign/mdugm/mdugmtest.tex +runfiles size=1288 + texmf-dist/dvips/mathdesign/config.mdbch + texmf-dist/dvips/mathdesign/config.mdput + texmf-dist/dvips/mathdesign/config.mdugm + texmf-dist/fonts/afm/mathdesign/mdbch/bchb8a.afm + texmf-dist/fonts/afm/mathdesign/mdbch/bchbc8a.afm + texmf-dist/fonts/afm/mathdesign/mdbch/bchbi8a.afm + texmf-dist/fonts/afm/mathdesign/mdbch/bchr8a.afm + texmf-dist/fonts/afm/mathdesign/mdbch/bchrc8a.afm + texmf-dist/fonts/afm/mathdesign/mdbch/bchri8a.afm + texmf-dist/fonts/afm/mathdesign/mdbch/md-chb7m.afm + texmf-dist/fonts/afm/mathdesign/mdbch/md-chb7t.afm + texmf-dist/fonts/afm/mathdesign/mdbch/md-chb7v.afm + texmf-dist/fonts/afm/mathdesign/mdbch/md-chb7y.afm + texmf-dist/fonts/afm/mathdesign/mdbch/md-chb8c.afm + texmf-dist/fonts/afm/mathdesign/mdbch/md-chb8d.afm + texmf-dist/fonts/afm/mathdesign/mdbch/md-chb8t.afm + texmf-dist/fonts/afm/mathdesign/mdbch/md-chbi7m.afm + texmf-dist/fonts/afm/mathdesign/mdbch/md-chbi7t.afm + texmf-dist/fonts/afm/mathdesign/mdbch/md-chbi8c.afm + texmf-dist/fonts/afm/mathdesign/mdbch/md-chbi8t.afm + texmf-dist/fonts/afm/mathdesign/mdbch/md-chbma.afm + texmf-dist/fonts/afm/mathdesign/mdbch/md-chbmb.afm + texmf-dist/fonts/afm/mathdesign/mdbch/md-chr7m.afm + texmf-dist/fonts/afm/mathdesign/mdbch/md-chr7t.afm + texmf-dist/fonts/afm/mathdesign/mdbch/md-chr7t5.afm + texmf-dist/fonts/afm/mathdesign/mdbch/md-chr7t6.afm + texmf-dist/fonts/afm/mathdesign/mdbch/md-chr7t7.afm + texmf-dist/fonts/afm/mathdesign/mdbch/md-chr7t8.afm + texmf-dist/fonts/afm/mathdesign/mdbch/md-chr7t9.afm + texmf-dist/fonts/afm/mathdesign/mdbch/md-chr7v.afm + texmf-dist/fonts/afm/mathdesign/mdbch/md-chr7y.afm + texmf-dist/fonts/afm/mathdesign/mdbch/md-chr8c.afm + texmf-dist/fonts/afm/mathdesign/mdbch/md-chr8d.afm + texmf-dist/fonts/afm/mathdesign/mdbch/md-chr8t.afm + texmf-dist/fonts/afm/mathdesign/mdbch/md-chree.afm + texmf-dist/fonts/afm/mathdesign/mdbch/md-chri7m.afm + texmf-dist/fonts/afm/mathdesign/mdbch/md-chri7t.afm + texmf-dist/fonts/afm/mathdesign/mdbch/md-chri7t5.afm + texmf-dist/fonts/afm/mathdesign/mdbch/md-chri7t6.afm + texmf-dist/fonts/afm/mathdesign/mdbch/md-chri7t7.afm + texmf-dist/fonts/afm/mathdesign/mdbch/md-chri7t8.afm + texmf-dist/fonts/afm/mathdesign/mdbch/md-chri7t9.afm + texmf-dist/fonts/afm/mathdesign/mdbch/md-chri8c.afm + texmf-dist/fonts/afm/mathdesign/mdbch/md-chri8t.afm + texmf-dist/fonts/afm/mathdesign/mdbch/md-chrma.afm + texmf-dist/fonts/afm/mathdesign/mdbch/md-chrmb.afm + texmf-dist/fonts/afm/mathdesign/mdput/md-utb7m.afm + texmf-dist/fonts/afm/mathdesign/mdput/md-utb7t.afm + texmf-dist/fonts/afm/mathdesign/mdput/md-utb7v.afm + texmf-dist/fonts/afm/mathdesign/mdput/md-utb7y.afm + texmf-dist/fonts/afm/mathdesign/mdput/md-utb8c.afm + texmf-dist/fonts/afm/mathdesign/mdput/md-utb8d.afm + texmf-dist/fonts/afm/mathdesign/mdput/md-utb8t.afm + texmf-dist/fonts/afm/mathdesign/mdput/md-utbi7m.afm + texmf-dist/fonts/afm/mathdesign/mdput/md-utbi7t.afm + texmf-dist/fonts/afm/mathdesign/mdput/md-utbi8c.afm + texmf-dist/fonts/afm/mathdesign/mdput/md-utbi8t.afm + texmf-dist/fonts/afm/mathdesign/mdput/md-utbma.afm + texmf-dist/fonts/afm/mathdesign/mdput/md-utbmb.afm + texmf-dist/fonts/afm/mathdesign/mdput/md-utr7m.afm + texmf-dist/fonts/afm/mathdesign/mdput/md-utr7t.afm + texmf-dist/fonts/afm/mathdesign/mdput/md-utr7v.afm + texmf-dist/fonts/afm/mathdesign/mdput/md-utr7y.afm + texmf-dist/fonts/afm/mathdesign/mdput/md-utr8c.afm + texmf-dist/fonts/afm/mathdesign/mdput/md-utr8d.afm + texmf-dist/fonts/afm/mathdesign/mdput/md-utr8t.afm + texmf-dist/fonts/afm/mathdesign/mdput/md-utree.afm + texmf-dist/fonts/afm/mathdesign/mdput/md-utri7m.afm + texmf-dist/fonts/afm/mathdesign/mdput/md-utri7t.afm + texmf-dist/fonts/afm/mathdesign/mdput/md-utri8c.afm + texmf-dist/fonts/afm/mathdesign/mdput/md-utri8t.afm + texmf-dist/fonts/afm/mathdesign/mdput/md-utrma.afm + texmf-dist/fonts/afm/mathdesign/mdput/md-utrmb.afm + texmf-dist/fonts/afm/mathdesign/mdput/putb8a.afm + texmf-dist/fonts/afm/mathdesign/mdput/putbi8a.afm + texmf-dist/fonts/afm/mathdesign/mdput/putr8a.afm + texmf-dist/fonts/afm/mathdesign/mdput/putri8a.afm + texmf-dist/fonts/afm/mathdesign/mdugm/md-gmm7m.afm + texmf-dist/fonts/afm/mathdesign/mdugm/md-gmm7t.afm + texmf-dist/fonts/afm/mathdesign/mdugm/md-gmm7v.afm + texmf-dist/fonts/afm/mathdesign/mdugm/md-gmm7y.afm + texmf-dist/fonts/afm/mathdesign/mdugm/md-gmm8c.afm + texmf-dist/fonts/afm/mathdesign/mdugm/md-gmm8d.afm + texmf-dist/fonts/afm/mathdesign/mdugm/md-gmm8t.afm + texmf-dist/fonts/afm/mathdesign/mdugm/md-gmmi7m.afm + texmf-dist/fonts/afm/mathdesign/mdugm/md-gmmi7t.afm + texmf-dist/fonts/afm/mathdesign/mdugm/md-gmmi8c.afm + texmf-dist/fonts/afm/mathdesign/mdugm/md-gmmi8t.afm + texmf-dist/fonts/afm/mathdesign/mdugm/md-gmmma.afm + texmf-dist/fonts/afm/mathdesign/mdugm/md-gmmmb.afm + texmf-dist/fonts/afm/mathdesign/mdugm/md-gmr7m.afm + texmf-dist/fonts/afm/mathdesign/mdugm/md-gmr7t.afm + texmf-dist/fonts/afm/mathdesign/mdugm/md-gmr7v.afm + texmf-dist/fonts/afm/mathdesign/mdugm/md-gmr7y.afm + texmf-dist/fonts/afm/mathdesign/mdugm/md-gmr8c.afm + texmf-dist/fonts/afm/mathdesign/mdugm/md-gmr8d.afm + texmf-dist/fonts/afm/mathdesign/mdugm/md-gmr8t.afm + texmf-dist/fonts/afm/mathdesign/mdugm/md-gmree.afm + texmf-dist/fonts/afm/mathdesign/mdugm/md-gmri7m.afm + texmf-dist/fonts/afm/mathdesign/mdugm/md-gmri7t.afm + texmf-dist/fonts/afm/mathdesign/mdugm/md-gmri8c.afm + texmf-dist/fonts/afm/mathdesign/mdugm/md-gmri8t.afm + texmf-dist/fonts/afm/mathdesign/mdugm/md-gmrma.afm + texmf-dist/fonts/afm/mathdesign/mdugm/md-gmrmb.afm + texmf-dist/fonts/map/dvips/mathdesign/mdbch.map + texmf-dist/fonts/map/dvips/mathdesign/mdput.map + texmf-dist/fonts/map/dvips/mathdesign/mdugm.map + texmf-dist/fonts/tfm/mathdesign/mdbch/bchb8a.tfm + texmf-dist/fonts/tfm/mathdesign/mdbch/bchb8y.tfm + texmf-dist/fonts/tfm/mathdesign/mdbch/bchbc8a.tfm + texmf-dist/fonts/tfm/mathdesign/mdbch/bchbc8y.tfm + texmf-dist/fonts/tfm/mathdesign/mdbch/bchbi8a.tfm + texmf-dist/fonts/tfm/mathdesign/mdbch/bchbi8y.tfm + texmf-dist/fonts/tfm/mathdesign/mdbch/bchbo8y.tfm + texmf-dist/fonts/tfm/mathdesign/mdbch/bchr8a.tfm + texmf-dist/fonts/tfm/mathdesign/mdbch/bchr8y.tfm + texmf-dist/fonts/tfm/mathdesign/mdbch/bchrc8a.tfm + texmf-dist/fonts/tfm/mathdesign/mdbch/bchrc8y.tfm + texmf-dist/fonts/tfm/mathdesign/mdbch/bchri8a.tfm + texmf-dist/fonts/tfm/mathdesign/mdbch/bchri8y.tfm + texmf-dist/fonts/tfm/mathdesign/mdbch/bchro8y.tfm + texmf-dist/fonts/tfm/mathdesign/mdbch/md-chb7m.tfm + texmf-dist/fonts/tfm/mathdesign/mdbch/md-chb7t.tfm + texmf-dist/fonts/tfm/mathdesign/mdbch/md-chb7v.tfm + texmf-dist/fonts/tfm/mathdesign/mdbch/md-chb7y.tfm + texmf-dist/fonts/tfm/mathdesign/mdbch/md-chb8c.tfm + texmf-dist/fonts/tfm/mathdesign/mdbch/md-chb8d.tfm + texmf-dist/fonts/tfm/mathdesign/mdbch/md-chb8t.tfm + texmf-dist/fonts/tfm/mathdesign/mdbch/md-chbi7m.tfm + texmf-dist/fonts/tfm/mathdesign/mdbch/md-chbi7t.tfm + texmf-dist/fonts/tfm/mathdesign/mdbch/md-chbi8c.tfm + texmf-dist/fonts/tfm/mathdesign/mdbch/md-chbi8t.tfm + texmf-dist/fonts/tfm/mathdesign/mdbch/md-chbma.tfm + texmf-dist/fonts/tfm/mathdesign/mdbch/md-chbmb.tfm + texmf-dist/fonts/tfm/mathdesign/mdbch/md-chbo7t.tfm + texmf-dist/fonts/tfm/mathdesign/mdbch/md-chbo8c.tfm + texmf-dist/fonts/tfm/mathdesign/mdbch/md-chbo8t.tfm + texmf-dist/fonts/tfm/mathdesign/mdbch/md-chr7m.tfm + texmf-dist/fonts/tfm/mathdesign/mdbch/md-chr7t.tfm + texmf-dist/fonts/tfm/mathdesign/mdbch/md-chr7t5.tfm + texmf-dist/fonts/tfm/mathdesign/mdbch/md-chr7t6.tfm + texmf-dist/fonts/tfm/mathdesign/mdbch/md-chr7t7.tfm + texmf-dist/fonts/tfm/mathdesign/mdbch/md-chr7t8.tfm + texmf-dist/fonts/tfm/mathdesign/mdbch/md-chr7t9.tfm + texmf-dist/fonts/tfm/mathdesign/mdbch/md-chr7v.tfm + texmf-dist/fonts/tfm/mathdesign/mdbch/md-chr7y.tfm + texmf-dist/fonts/tfm/mathdesign/mdbch/md-chr8c.tfm + texmf-dist/fonts/tfm/mathdesign/mdbch/md-chr8d.tfm + texmf-dist/fonts/tfm/mathdesign/mdbch/md-chr8t.tfm + texmf-dist/fonts/tfm/mathdesign/mdbch/md-chree.tfm + texmf-dist/fonts/tfm/mathdesign/mdbch/md-chri7m.tfm + texmf-dist/fonts/tfm/mathdesign/mdbch/md-chri7t.tfm + texmf-dist/fonts/tfm/mathdesign/mdbch/md-chri7t5.tfm + texmf-dist/fonts/tfm/mathdesign/mdbch/md-chri7t6.tfm + texmf-dist/fonts/tfm/mathdesign/mdbch/md-chri7t7.tfm + texmf-dist/fonts/tfm/mathdesign/mdbch/md-chri7t8.tfm + texmf-dist/fonts/tfm/mathdesign/mdbch/md-chri7t9.tfm + texmf-dist/fonts/tfm/mathdesign/mdbch/md-chri8c.tfm + texmf-dist/fonts/tfm/mathdesign/mdbch/md-chri8t.tfm + texmf-dist/fonts/tfm/mathdesign/mdbch/md-chrma.tfm + texmf-dist/fonts/tfm/mathdesign/mdbch/md-chrmb.tfm + texmf-dist/fonts/tfm/mathdesign/mdbch/md-chro7t.tfm + texmf-dist/fonts/tfm/mathdesign/mdbch/md-chro8c.tfm + texmf-dist/fonts/tfm/mathdesign/mdbch/md-chro8t.tfm + texmf-dist/fonts/tfm/mathdesign/mdbch/mdbchb7m.tfm + texmf-dist/fonts/tfm/mathdesign/mdbch/mdbchb7t.tfm + texmf-dist/fonts/tfm/mathdesign/mdbch/mdbchb7v.tfm + texmf-dist/fonts/tfm/mathdesign/mdbch/mdbchb7y.tfm + texmf-dist/fonts/tfm/mathdesign/mdbch/mdbchb8c.tfm + texmf-dist/fonts/tfm/mathdesign/mdbch/mdbchb8d.tfm + texmf-dist/fonts/tfm/mathdesign/mdbch/mdbchb8t.tfm + texmf-dist/fonts/tfm/mathdesign/mdbch/mdbchbc8t.tfm + texmf-dist/fonts/tfm/mathdesign/mdbch/mdbchbfc8t.tfm + texmf-dist/fonts/tfm/mathdesign/mdbch/mdbchbi7m.tfm + texmf-dist/fonts/tfm/mathdesign/mdbch/mdbchbi7t.tfm + texmf-dist/fonts/tfm/mathdesign/mdbch/mdbchbi8c.tfm + texmf-dist/fonts/tfm/mathdesign/mdbch/mdbchbi8t.tfm + texmf-dist/fonts/tfm/mathdesign/mdbch/mdbchbic8t.tfm + texmf-dist/fonts/tfm/mathdesign/mdbch/mdbchbifc8t.tfm + texmf-dist/fonts/tfm/mathdesign/mdbch/mdbchbma.tfm + texmf-dist/fonts/tfm/mathdesign/mdbch/mdbchbmb.tfm + texmf-dist/fonts/tfm/mathdesign/mdbch/mdbchbo7t.tfm + texmf-dist/fonts/tfm/mathdesign/mdbch/mdbchbo8c.tfm + texmf-dist/fonts/tfm/mathdesign/mdbch/mdbchbo8t.tfm + texmf-dist/fonts/tfm/mathdesign/mdbch/mdbchboc8t.tfm + texmf-dist/fonts/tfm/mathdesign/mdbch/mdbchbofc8t.tfm + texmf-dist/fonts/tfm/mathdesign/mdbch/mdbchr7m.tfm + texmf-dist/fonts/tfm/mathdesign/mdbch/mdbchr7t.tfm + texmf-dist/fonts/tfm/mathdesign/mdbch/mdbchr7v.tfm + texmf-dist/fonts/tfm/mathdesign/mdbch/mdbchr7y.tfm + texmf-dist/fonts/tfm/mathdesign/mdbch/mdbchr8c.tfm + texmf-dist/fonts/tfm/mathdesign/mdbch/mdbchr8d.tfm + texmf-dist/fonts/tfm/mathdesign/mdbch/mdbchr8t.tfm + texmf-dist/fonts/tfm/mathdesign/mdbch/mdbchrc8t.tfm + texmf-dist/fonts/tfm/mathdesign/mdbch/mdbchrfc8t.tfm + texmf-dist/fonts/tfm/mathdesign/mdbch/mdbchri7m.tfm + texmf-dist/fonts/tfm/mathdesign/mdbch/mdbchri7t.tfm + texmf-dist/fonts/tfm/mathdesign/mdbch/mdbchri8c.tfm + texmf-dist/fonts/tfm/mathdesign/mdbch/mdbchri8t.tfm + texmf-dist/fonts/tfm/mathdesign/mdbch/mdbchric8t.tfm + texmf-dist/fonts/tfm/mathdesign/mdbch/mdbchrifc8t.tfm + texmf-dist/fonts/tfm/mathdesign/mdbch/mdbchrma.tfm + texmf-dist/fonts/tfm/mathdesign/mdbch/mdbchrmb.tfm + texmf-dist/fonts/tfm/mathdesign/mdbch/mdbchro7t.tfm + texmf-dist/fonts/tfm/mathdesign/mdbch/mdbchro8c.tfm + texmf-dist/fonts/tfm/mathdesign/mdbch/mdbchro8t.tfm + texmf-dist/fonts/tfm/mathdesign/mdbch/mdbchroc8t.tfm + texmf-dist/fonts/tfm/mathdesign/mdbch/mdbchrofc8t.tfm + texmf-dist/fonts/tfm/mathdesign/mdput/md-utb7m.tfm + texmf-dist/fonts/tfm/mathdesign/mdput/md-utb7t.tfm + texmf-dist/fonts/tfm/mathdesign/mdput/md-utb7v.tfm + texmf-dist/fonts/tfm/mathdesign/mdput/md-utb7y.tfm + texmf-dist/fonts/tfm/mathdesign/mdput/md-utb8c.tfm + texmf-dist/fonts/tfm/mathdesign/mdput/md-utb8t.tfm + texmf-dist/fonts/tfm/mathdesign/mdput/md-utbi7m.tfm + texmf-dist/fonts/tfm/mathdesign/mdput/md-utbi7t.tfm + texmf-dist/fonts/tfm/mathdesign/mdput/md-utbi8c.tfm + texmf-dist/fonts/tfm/mathdesign/mdput/md-utbi8t.tfm + texmf-dist/fonts/tfm/mathdesign/mdput/md-utbma.tfm + texmf-dist/fonts/tfm/mathdesign/mdput/md-utbmb.tfm + texmf-dist/fonts/tfm/mathdesign/mdput/md-utbo7t.tfm + texmf-dist/fonts/tfm/mathdesign/mdput/md-utbo8c.tfm + texmf-dist/fonts/tfm/mathdesign/mdput/md-utbo8t.tfm + texmf-dist/fonts/tfm/mathdesign/mdput/md-utr7m.tfm + texmf-dist/fonts/tfm/mathdesign/mdput/md-utr7t.tfm + texmf-dist/fonts/tfm/mathdesign/mdput/md-utr7v.tfm + texmf-dist/fonts/tfm/mathdesign/mdput/md-utr7y.tfm + texmf-dist/fonts/tfm/mathdesign/mdput/md-utr8c.tfm + texmf-dist/fonts/tfm/mathdesign/mdput/md-utr8t.tfm + texmf-dist/fonts/tfm/mathdesign/mdput/md-utri7m.tfm + texmf-dist/fonts/tfm/mathdesign/mdput/md-utri7t.tfm + texmf-dist/fonts/tfm/mathdesign/mdput/md-utri8c.tfm + texmf-dist/fonts/tfm/mathdesign/mdput/md-utri8t.tfm + texmf-dist/fonts/tfm/mathdesign/mdput/md-utrma.tfm + texmf-dist/fonts/tfm/mathdesign/mdput/md-utrmb.tfm + texmf-dist/fonts/tfm/mathdesign/mdput/md-utro7t.tfm + texmf-dist/fonts/tfm/mathdesign/mdput/md-utro8c.tfm + texmf-dist/fonts/tfm/mathdesign/mdput/md-utro8t.tfm + texmf-dist/fonts/tfm/mathdesign/mdput/mdputb7m.tfm + texmf-dist/fonts/tfm/mathdesign/mdput/mdputb7t.tfm + texmf-dist/fonts/tfm/mathdesign/mdput/mdputb7v.tfm + texmf-dist/fonts/tfm/mathdesign/mdput/mdputb7y.tfm + texmf-dist/fonts/tfm/mathdesign/mdput/mdputb8c.tfm + texmf-dist/fonts/tfm/mathdesign/mdput/mdputb8t.tfm + texmf-dist/fonts/tfm/mathdesign/mdput/mdputbc8t.tfm + texmf-dist/fonts/tfm/mathdesign/mdput/mdputbfc8t.tfm + texmf-dist/fonts/tfm/mathdesign/mdput/mdputbi7m.tfm + texmf-dist/fonts/tfm/mathdesign/mdput/mdputbi7t.tfm + texmf-dist/fonts/tfm/mathdesign/mdput/mdputbi8c.tfm + texmf-dist/fonts/tfm/mathdesign/mdput/mdputbi8t.tfm + texmf-dist/fonts/tfm/mathdesign/mdput/mdputbifc8t.tfm + texmf-dist/fonts/tfm/mathdesign/mdput/mdputbma.tfm + texmf-dist/fonts/tfm/mathdesign/mdput/mdputbmb.tfm + texmf-dist/fonts/tfm/mathdesign/mdput/mdputbo7t.tfm + texmf-dist/fonts/tfm/mathdesign/mdput/mdputbo8c.tfm + texmf-dist/fonts/tfm/mathdesign/mdput/mdputbo8t.tfm + texmf-dist/fonts/tfm/mathdesign/mdput/mdputbofc8t.tfm + texmf-dist/fonts/tfm/mathdesign/mdput/mdputr7m.tfm + texmf-dist/fonts/tfm/mathdesign/mdput/mdputr7t.tfm + texmf-dist/fonts/tfm/mathdesign/mdput/mdputr7v.tfm + texmf-dist/fonts/tfm/mathdesign/mdput/mdputr7y.tfm + texmf-dist/fonts/tfm/mathdesign/mdput/mdputr8c.tfm + texmf-dist/fonts/tfm/mathdesign/mdput/mdputr8t.tfm + texmf-dist/fonts/tfm/mathdesign/mdput/mdputrc8t.tfm + texmf-dist/fonts/tfm/mathdesign/mdput/mdputrfc8t.tfm + texmf-dist/fonts/tfm/mathdesign/mdput/mdputri7m.tfm + texmf-dist/fonts/tfm/mathdesign/mdput/mdputri7t.tfm + texmf-dist/fonts/tfm/mathdesign/mdput/mdputri8c.tfm + texmf-dist/fonts/tfm/mathdesign/mdput/mdputri8t.tfm + texmf-dist/fonts/tfm/mathdesign/mdput/mdputrifc8t.tfm + texmf-dist/fonts/tfm/mathdesign/mdput/mdputrma.tfm + texmf-dist/fonts/tfm/mathdesign/mdput/mdputrmb.tfm + texmf-dist/fonts/tfm/mathdesign/mdput/mdputro7t.tfm + texmf-dist/fonts/tfm/mathdesign/mdput/mdputro8c.tfm + texmf-dist/fonts/tfm/mathdesign/mdput/mdputro8t.tfm + texmf-dist/fonts/tfm/mathdesign/mdput/mdputrofc8t.tfm + texmf-dist/fonts/tfm/mathdesign/mdput/putb8a.tfm + texmf-dist/fonts/tfm/mathdesign/mdput/putb8x.tfm + texmf-dist/fonts/tfm/mathdesign/mdput/putb8y.tfm + texmf-dist/fonts/tfm/mathdesign/mdput/putbi8a.tfm + texmf-dist/fonts/tfm/mathdesign/mdput/putbi8y.tfm + texmf-dist/fonts/tfm/mathdesign/mdput/putbo8y.tfm + texmf-dist/fonts/tfm/mathdesign/mdput/putr8a.tfm + texmf-dist/fonts/tfm/mathdesign/mdput/putr8x.tfm + texmf-dist/fonts/tfm/mathdesign/mdput/putr8y.tfm + texmf-dist/fonts/tfm/mathdesign/mdput/putri8a.tfm + texmf-dist/fonts/tfm/mathdesign/mdput/putri8y.tfm + texmf-dist/fonts/tfm/mathdesign/mdput/putro8y.tfm + texmf-dist/fonts/tfm/mathdesign/mdugm/md-gmm7m.tfm + texmf-dist/fonts/tfm/mathdesign/mdugm/md-gmm7t.tfm + texmf-dist/fonts/tfm/mathdesign/mdugm/md-gmm7v.tfm + texmf-dist/fonts/tfm/mathdesign/mdugm/md-gmm7y.tfm + texmf-dist/fonts/tfm/mathdesign/mdugm/md-gmm8c.tfm + texmf-dist/fonts/tfm/mathdesign/mdugm/md-gmm8d.tfm + texmf-dist/fonts/tfm/mathdesign/mdugm/md-gmm8t.tfm + texmf-dist/fonts/tfm/mathdesign/mdugm/md-gmmi7m.tfm + texmf-dist/fonts/tfm/mathdesign/mdugm/md-gmmi7t.tfm + texmf-dist/fonts/tfm/mathdesign/mdugm/md-gmmi8c.tfm + texmf-dist/fonts/tfm/mathdesign/mdugm/md-gmmi8t.tfm + texmf-dist/fonts/tfm/mathdesign/mdugm/md-gmmma.tfm + texmf-dist/fonts/tfm/mathdesign/mdugm/md-gmmmb.tfm + texmf-dist/fonts/tfm/mathdesign/mdugm/md-gmmo7m.tfm + texmf-dist/fonts/tfm/mathdesign/mdugm/md-gmmo7t.tfm + texmf-dist/fonts/tfm/mathdesign/mdugm/md-gmmo8c.tfm + texmf-dist/fonts/tfm/mathdesign/mdugm/md-gmmo8t.tfm + texmf-dist/fonts/tfm/mathdesign/mdugm/md-gmr7m.tfm + texmf-dist/fonts/tfm/mathdesign/mdugm/md-gmr7t.tfm + texmf-dist/fonts/tfm/mathdesign/mdugm/md-gmr7v.tfm + texmf-dist/fonts/tfm/mathdesign/mdugm/md-gmr7y.tfm + texmf-dist/fonts/tfm/mathdesign/mdugm/md-gmr8c.tfm + texmf-dist/fonts/tfm/mathdesign/mdugm/md-gmr8d.tfm + texmf-dist/fonts/tfm/mathdesign/mdugm/md-gmr8t.tfm + texmf-dist/fonts/tfm/mathdesign/mdugm/md-gmree.tfm + texmf-dist/fonts/tfm/mathdesign/mdugm/md-gmri7m.tfm + texmf-dist/fonts/tfm/mathdesign/mdugm/md-gmri7t.tfm + texmf-dist/fonts/tfm/mathdesign/mdugm/md-gmri8c.tfm + texmf-dist/fonts/tfm/mathdesign/mdugm/md-gmri8t.tfm + texmf-dist/fonts/tfm/mathdesign/mdugm/md-gmrma.tfm + texmf-dist/fonts/tfm/mathdesign/mdugm/md-gmrmb.tfm + texmf-dist/fonts/tfm/mathdesign/mdugm/md-gmro7m.tfm + texmf-dist/fonts/tfm/mathdesign/mdugm/md-gmro7t.tfm + texmf-dist/fonts/tfm/mathdesign/mdugm/md-gmro8c.tfm + texmf-dist/fonts/tfm/mathdesign/mdugm/md-gmro8t.tfm + texmf-dist/fonts/tfm/mathdesign/mdugm/mdugmm7m.tfm + texmf-dist/fonts/tfm/mathdesign/mdugm/mdugmm7t.tfm + texmf-dist/fonts/tfm/mathdesign/mdugm/mdugmm7v.tfm + texmf-dist/fonts/tfm/mathdesign/mdugm/mdugmm7y.tfm + texmf-dist/fonts/tfm/mathdesign/mdugm/mdugmm8c.tfm + texmf-dist/fonts/tfm/mathdesign/mdugm/mdugmm8d.tfm + texmf-dist/fonts/tfm/mathdesign/mdugm/mdugmm8t.tfm + texmf-dist/fonts/tfm/mathdesign/mdugm/mdugmmfc8t.tfm + texmf-dist/fonts/tfm/mathdesign/mdugm/mdugmmi7m.tfm + texmf-dist/fonts/tfm/mathdesign/mdugm/mdugmmi7t.tfm + texmf-dist/fonts/tfm/mathdesign/mdugm/mdugmmi8c.tfm + texmf-dist/fonts/tfm/mathdesign/mdugm/mdugmmi8t.tfm + texmf-dist/fonts/tfm/mathdesign/mdugm/mdugmmifc8t.tfm + texmf-dist/fonts/tfm/mathdesign/mdugm/mdugmmma.tfm + texmf-dist/fonts/tfm/mathdesign/mdugm/mdugmmmb.tfm + texmf-dist/fonts/tfm/mathdesign/mdugm/mdugmmo7t.tfm + texmf-dist/fonts/tfm/mathdesign/mdugm/mdugmmo8c.tfm + texmf-dist/fonts/tfm/mathdesign/mdugm/mdugmmo8t.tfm + texmf-dist/fonts/tfm/mathdesign/mdugm/mdugmmofc8t.tfm + texmf-dist/fonts/tfm/mathdesign/mdugm/mdugmr7m.tfm + texmf-dist/fonts/tfm/mathdesign/mdugm/mdugmr7t.tfm + texmf-dist/fonts/tfm/mathdesign/mdugm/mdugmr7v.tfm + texmf-dist/fonts/tfm/mathdesign/mdugm/mdugmr7y.tfm + texmf-dist/fonts/tfm/mathdesign/mdugm/mdugmr8c.tfm + texmf-dist/fonts/tfm/mathdesign/mdugm/mdugmr8d.tfm + texmf-dist/fonts/tfm/mathdesign/mdugm/mdugmr8t.tfm + texmf-dist/fonts/tfm/mathdesign/mdugm/mdugmrfc8t.tfm + texmf-dist/fonts/tfm/mathdesign/mdugm/mdugmri7m.tfm + texmf-dist/fonts/tfm/mathdesign/mdugm/mdugmri7t.tfm + texmf-dist/fonts/tfm/mathdesign/mdugm/mdugmri8c.tfm + texmf-dist/fonts/tfm/mathdesign/mdugm/mdugmri8t.tfm + texmf-dist/fonts/tfm/mathdesign/mdugm/mdugmrifc8t.tfm + texmf-dist/fonts/tfm/mathdesign/mdugm/mdugmrma.tfm + texmf-dist/fonts/tfm/mathdesign/mdugm/mdugmrmb.tfm + texmf-dist/fonts/tfm/mathdesign/mdugm/mdugmro7t.tfm + texmf-dist/fonts/tfm/mathdesign/mdugm/mdugmro8c.tfm + texmf-dist/fonts/tfm/mathdesign/mdugm/mdugmro8t.tfm + texmf-dist/fonts/tfm/mathdesign/mdugm/mdugmrofc8t.tfm + texmf-dist/fonts/tfm/mathdesign/mdugm/ugmm8a.tfm + texmf-dist/fonts/tfm/mathdesign/mdugm/ugmm8y.tfm + texmf-dist/fonts/tfm/mathdesign/mdugm/ugmmi8a.tfm + texmf-dist/fonts/tfm/mathdesign/mdugm/ugmmi8y.tfm + texmf-dist/fonts/tfm/mathdesign/mdugm/ugmmo8y.tfm + texmf-dist/fonts/tfm/mathdesign/mdugm/ugmr8a.tfm + texmf-dist/fonts/tfm/mathdesign/mdugm/ugmr8y.tfm + texmf-dist/fonts/tfm/mathdesign/mdugm/ugmri8a.tfm + texmf-dist/fonts/tfm/mathdesign/mdugm/ugmri8y.tfm + texmf-dist/fonts/tfm/mathdesign/mdugm/ugmro8y.tfm + texmf-dist/fonts/type1/mathdesign/mdbch/md-chb7m.pfb + texmf-dist/fonts/type1/mathdesign/mdbch/md-chb7t.pfb + texmf-dist/fonts/type1/mathdesign/mdbch/md-chb7v.pfb + texmf-dist/fonts/type1/mathdesign/mdbch/md-chb7y.pfb + texmf-dist/fonts/type1/mathdesign/mdbch/md-chb8c.pfb + texmf-dist/fonts/type1/mathdesign/mdbch/md-chb8d.pfb + texmf-dist/fonts/type1/mathdesign/mdbch/md-chb8t.pfb + texmf-dist/fonts/type1/mathdesign/mdbch/md-chbi7m.pfb + texmf-dist/fonts/type1/mathdesign/mdbch/md-chbi7t.pfb + texmf-dist/fonts/type1/mathdesign/mdbch/md-chbi8c.pfb + texmf-dist/fonts/type1/mathdesign/mdbch/md-chbi8t.pfb + texmf-dist/fonts/type1/mathdesign/mdbch/md-chbma.pfb + texmf-dist/fonts/type1/mathdesign/mdbch/md-chbmb.pfb + texmf-dist/fonts/type1/mathdesign/mdbch/md-chr7m.pfb + texmf-dist/fonts/type1/mathdesign/mdbch/md-chr7t.pfb + texmf-dist/fonts/type1/mathdesign/mdbch/md-chr7t5.pfb + texmf-dist/fonts/type1/mathdesign/mdbch/md-chr7t6.pfb + texmf-dist/fonts/type1/mathdesign/mdbch/md-chr7t7.pfb + texmf-dist/fonts/type1/mathdesign/mdbch/md-chr7t8.pfb + texmf-dist/fonts/type1/mathdesign/mdbch/md-chr7t9.pfb + texmf-dist/fonts/type1/mathdesign/mdbch/md-chr7v.pfb + texmf-dist/fonts/type1/mathdesign/mdbch/md-chr7y.pfb + texmf-dist/fonts/type1/mathdesign/mdbch/md-chr8c.pfb + texmf-dist/fonts/type1/mathdesign/mdbch/md-chr8d.pfb + texmf-dist/fonts/type1/mathdesign/mdbch/md-chr8t.pfb + texmf-dist/fonts/type1/mathdesign/mdbch/md-chree.pfb + texmf-dist/fonts/type1/mathdesign/mdbch/md-chri7m.pfb + texmf-dist/fonts/type1/mathdesign/mdbch/md-chri7t.pfb + texmf-dist/fonts/type1/mathdesign/mdbch/md-chri7t5.pfb + texmf-dist/fonts/type1/mathdesign/mdbch/md-chri7t6.pfb + texmf-dist/fonts/type1/mathdesign/mdbch/md-chri7t7.pfb + texmf-dist/fonts/type1/mathdesign/mdbch/md-chri7t8.pfb + texmf-dist/fonts/type1/mathdesign/mdbch/md-chri7t9.pfb + texmf-dist/fonts/type1/mathdesign/mdbch/md-chri8c.pfb + texmf-dist/fonts/type1/mathdesign/mdbch/md-chri8t.pfb + texmf-dist/fonts/type1/mathdesign/mdbch/md-chrma.pfb + texmf-dist/fonts/type1/mathdesign/mdbch/md-chrmb.pfb + texmf-dist/fonts/type1/mathdesign/mdput/md-utb7m.pfb + texmf-dist/fonts/type1/mathdesign/mdput/md-utb7t.pfb + texmf-dist/fonts/type1/mathdesign/mdput/md-utb7v.pfb + texmf-dist/fonts/type1/mathdesign/mdput/md-utb7y.pfb + texmf-dist/fonts/type1/mathdesign/mdput/md-utb8c.pfb + texmf-dist/fonts/type1/mathdesign/mdput/md-utb8t.pfb + texmf-dist/fonts/type1/mathdesign/mdput/md-utbi7m.pfb + texmf-dist/fonts/type1/mathdesign/mdput/md-utbi7t.pfb + texmf-dist/fonts/type1/mathdesign/mdput/md-utbi8c.pfb + texmf-dist/fonts/type1/mathdesign/mdput/md-utbi8t.pfb + texmf-dist/fonts/type1/mathdesign/mdput/md-utbma.pfb + texmf-dist/fonts/type1/mathdesign/mdput/md-utbmb.pfb + texmf-dist/fonts/type1/mathdesign/mdput/md-utr7m.pfb + texmf-dist/fonts/type1/mathdesign/mdput/md-utr7t.pfb + texmf-dist/fonts/type1/mathdesign/mdput/md-utr7v.pfb + texmf-dist/fonts/type1/mathdesign/mdput/md-utr7y.pfb + texmf-dist/fonts/type1/mathdesign/mdput/md-utr8c.pfb + texmf-dist/fonts/type1/mathdesign/mdput/md-utr8t.pfb + texmf-dist/fonts/type1/mathdesign/mdput/md-utri7m.pfb + texmf-dist/fonts/type1/mathdesign/mdput/md-utri7t.pfb + texmf-dist/fonts/type1/mathdesign/mdput/md-utri8c.pfb + texmf-dist/fonts/type1/mathdesign/mdput/md-utri8t.pfb + texmf-dist/fonts/type1/mathdesign/mdput/md-utrma.pfb + texmf-dist/fonts/type1/mathdesign/mdput/md-utrmb.pfb + texmf-dist/fonts/type1/mathdesign/mdugm/md-gmm7m.pfb + texmf-dist/fonts/type1/mathdesign/mdugm/md-gmm7t.pfb + texmf-dist/fonts/type1/mathdesign/mdugm/md-gmm7v.pfb + texmf-dist/fonts/type1/mathdesign/mdugm/md-gmm7y.pfb + texmf-dist/fonts/type1/mathdesign/mdugm/md-gmm8c.pfb + texmf-dist/fonts/type1/mathdesign/mdugm/md-gmm8t.pfb + texmf-dist/fonts/type1/mathdesign/mdugm/md-gmmi7m.pfb + texmf-dist/fonts/type1/mathdesign/mdugm/md-gmmi7t.pfb + texmf-dist/fonts/type1/mathdesign/mdugm/md-gmmi8c.pfb + texmf-dist/fonts/type1/mathdesign/mdugm/md-gmmi8t.pfb + texmf-dist/fonts/type1/mathdesign/mdugm/md-gmmma.pfb + texmf-dist/fonts/type1/mathdesign/mdugm/md-gmmmb.pfb + texmf-dist/fonts/type1/mathdesign/mdugm/md-gmr7m.pfb + texmf-dist/fonts/type1/mathdesign/mdugm/md-gmr7t.pfb + texmf-dist/fonts/type1/mathdesign/mdugm/md-gmr7v.pfb + texmf-dist/fonts/type1/mathdesign/mdugm/md-gmr7y.pfb + texmf-dist/fonts/type1/mathdesign/mdugm/md-gmr8c.pfb + texmf-dist/fonts/type1/mathdesign/mdugm/md-gmr8t.pfb + texmf-dist/fonts/type1/mathdesign/mdugm/md-gmri7m.pfb + texmf-dist/fonts/type1/mathdesign/mdugm/md-gmri7t.pfb + texmf-dist/fonts/type1/mathdesign/mdugm/md-gmri8c.pfb + texmf-dist/fonts/type1/mathdesign/mdugm/md-gmri8t.pfb + texmf-dist/fonts/type1/mathdesign/mdugm/md-gmrma.pfb + texmf-dist/fonts/type1/mathdesign/mdugm/md-gmrmb.pfb + texmf-dist/fonts/vf/mathdesign/mdbch/mdbchb7m.vf + texmf-dist/fonts/vf/mathdesign/mdbch/mdbchb7t.vf + texmf-dist/fonts/vf/mathdesign/mdbch/mdbchb7v.vf + texmf-dist/fonts/vf/mathdesign/mdbch/mdbchb7y.vf + texmf-dist/fonts/vf/mathdesign/mdbch/mdbchb8c.vf + texmf-dist/fonts/vf/mathdesign/mdbch/mdbchb8d.vf + texmf-dist/fonts/vf/mathdesign/mdbch/mdbchb8t.vf + texmf-dist/fonts/vf/mathdesign/mdbch/mdbchbc8t.vf + texmf-dist/fonts/vf/mathdesign/mdbch/mdbchbfc8t.vf + texmf-dist/fonts/vf/mathdesign/mdbch/mdbchbi7m.vf + texmf-dist/fonts/vf/mathdesign/mdbch/mdbchbi7t.vf + texmf-dist/fonts/vf/mathdesign/mdbch/mdbchbi8c.vf + texmf-dist/fonts/vf/mathdesign/mdbch/mdbchbi8t.vf + texmf-dist/fonts/vf/mathdesign/mdbch/mdbchbic8t.vf + texmf-dist/fonts/vf/mathdesign/mdbch/mdbchbifc8t.vf + texmf-dist/fonts/vf/mathdesign/mdbch/mdbchbma.vf + texmf-dist/fonts/vf/mathdesign/mdbch/mdbchbmb.vf + texmf-dist/fonts/vf/mathdesign/mdbch/mdbchbo7t.vf + texmf-dist/fonts/vf/mathdesign/mdbch/mdbchbo8c.vf + texmf-dist/fonts/vf/mathdesign/mdbch/mdbchbo8t.vf + texmf-dist/fonts/vf/mathdesign/mdbch/mdbchboc8t.vf + texmf-dist/fonts/vf/mathdesign/mdbch/mdbchbofc8t.vf + texmf-dist/fonts/vf/mathdesign/mdbch/mdbchr7m.vf + texmf-dist/fonts/vf/mathdesign/mdbch/mdbchr7t.vf + texmf-dist/fonts/vf/mathdesign/mdbch/mdbchr7v.vf + texmf-dist/fonts/vf/mathdesign/mdbch/mdbchr7y.vf + texmf-dist/fonts/vf/mathdesign/mdbch/mdbchr8c.vf + texmf-dist/fonts/vf/mathdesign/mdbch/mdbchr8d.vf + texmf-dist/fonts/vf/mathdesign/mdbch/mdbchr8t.vf + texmf-dist/fonts/vf/mathdesign/mdbch/mdbchrc8t.vf + texmf-dist/fonts/vf/mathdesign/mdbch/mdbchrfc8t.vf + texmf-dist/fonts/vf/mathdesign/mdbch/mdbchri7m.vf + texmf-dist/fonts/vf/mathdesign/mdbch/mdbchri7t.vf + texmf-dist/fonts/vf/mathdesign/mdbch/mdbchri8c.vf + texmf-dist/fonts/vf/mathdesign/mdbch/mdbchri8t.vf + texmf-dist/fonts/vf/mathdesign/mdbch/mdbchric8t.vf + texmf-dist/fonts/vf/mathdesign/mdbch/mdbchrifc8t.vf + texmf-dist/fonts/vf/mathdesign/mdbch/mdbchrma.vf + texmf-dist/fonts/vf/mathdesign/mdbch/mdbchrmb.vf + texmf-dist/fonts/vf/mathdesign/mdbch/mdbchro7t.vf + texmf-dist/fonts/vf/mathdesign/mdbch/mdbchro8c.vf + texmf-dist/fonts/vf/mathdesign/mdbch/mdbchro8t.vf + texmf-dist/fonts/vf/mathdesign/mdbch/mdbchroc8t.vf + texmf-dist/fonts/vf/mathdesign/mdbch/mdbchrofc8t.vf + texmf-dist/fonts/vf/mathdesign/mdput/mdputb7m.vf + texmf-dist/fonts/vf/mathdesign/mdput/mdputb7t.vf + texmf-dist/fonts/vf/mathdesign/mdput/mdputb7v.vf + texmf-dist/fonts/vf/mathdesign/mdput/mdputb7y.vf + texmf-dist/fonts/vf/mathdesign/mdput/mdputb8c.vf + texmf-dist/fonts/vf/mathdesign/mdput/mdputb8t.vf + texmf-dist/fonts/vf/mathdesign/mdput/mdputbc8t.vf + texmf-dist/fonts/vf/mathdesign/mdput/mdputbfc8t.vf + texmf-dist/fonts/vf/mathdesign/mdput/mdputbi7m.vf + texmf-dist/fonts/vf/mathdesign/mdput/mdputbi7t.vf + texmf-dist/fonts/vf/mathdesign/mdput/mdputbi8c.vf + texmf-dist/fonts/vf/mathdesign/mdput/mdputbi8t.vf + texmf-dist/fonts/vf/mathdesign/mdput/mdputbifc8t.vf + texmf-dist/fonts/vf/mathdesign/mdput/mdputbma.vf + texmf-dist/fonts/vf/mathdesign/mdput/mdputbmb.vf + texmf-dist/fonts/vf/mathdesign/mdput/mdputbo7t.vf + texmf-dist/fonts/vf/mathdesign/mdput/mdputbo8c.vf + texmf-dist/fonts/vf/mathdesign/mdput/mdputbo8t.vf + texmf-dist/fonts/vf/mathdesign/mdput/mdputbofc8t.vf + texmf-dist/fonts/vf/mathdesign/mdput/mdputr7m.vf + texmf-dist/fonts/vf/mathdesign/mdput/mdputr7t.vf + texmf-dist/fonts/vf/mathdesign/mdput/mdputr7v.vf + texmf-dist/fonts/vf/mathdesign/mdput/mdputr7y.vf + texmf-dist/fonts/vf/mathdesign/mdput/mdputr8c.vf + texmf-dist/fonts/vf/mathdesign/mdput/mdputr8t.vf + texmf-dist/fonts/vf/mathdesign/mdput/mdputrc8t.vf + texmf-dist/fonts/vf/mathdesign/mdput/mdputrfc8t.vf + texmf-dist/fonts/vf/mathdesign/mdput/mdputri7m.vf + texmf-dist/fonts/vf/mathdesign/mdput/mdputri7t.vf + texmf-dist/fonts/vf/mathdesign/mdput/mdputri8c.vf + texmf-dist/fonts/vf/mathdesign/mdput/mdputri8t.vf + texmf-dist/fonts/vf/mathdesign/mdput/mdputrifc8t.vf + texmf-dist/fonts/vf/mathdesign/mdput/mdputrma.vf + texmf-dist/fonts/vf/mathdesign/mdput/mdputrmb.vf + texmf-dist/fonts/vf/mathdesign/mdput/mdputro7t.vf + texmf-dist/fonts/vf/mathdesign/mdput/mdputro8c.vf + texmf-dist/fonts/vf/mathdesign/mdput/mdputro8t.vf + texmf-dist/fonts/vf/mathdesign/mdput/mdputrofc8t.vf + texmf-dist/fonts/vf/mathdesign/mdugm/mdugmm7m.vf + texmf-dist/fonts/vf/mathdesign/mdugm/mdugmm7t.vf + texmf-dist/fonts/vf/mathdesign/mdugm/mdugmm7v.vf + texmf-dist/fonts/vf/mathdesign/mdugm/mdugmm7y.vf + texmf-dist/fonts/vf/mathdesign/mdugm/mdugmm8c.vf + texmf-dist/fonts/vf/mathdesign/mdugm/mdugmm8d.vf + texmf-dist/fonts/vf/mathdesign/mdugm/mdugmm8t.vf + texmf-dist/fonts/vf/mathdesign/mdugm/mdugmmfc8t.vf + texmf-dist/fonts/vf/mathdesign/mdugm/mdugmmi7m.vf + texmf-dist/fonts/vf/mathdesign/mdugm/mdugmmi7t.vf + texmf-dist/fonts/vf/mathdesign/mdugm/mdugmmi8c.vf + texmf-dist/fonts/vf/mathdesign/mdugm/mdugmmi8t.vf + texmf-dist/fonts/vf/mathdesign/mdugm/mdugmmifc8t.vf + texmf-dist/fonts/vf/mathdesign/mdugm/mdugmmma.vf + texmf-dist/fonts/vf/mathdesign/mdugm/mdugmmmb.vf + texmf-dist/fonts/vf/mathdesign/mdugm/mdugmmo7t.vf + texmf-dist/fonts/vf/mathdesign/mdugm/mdugmmo8c.vf + texmf-dist/fonts/vf/mathdesign/mdugm/mdugmmo8t.vf + texmf-dist/fonts/vf/mathdesign/mdugm/mdugmmofc8t.vf + texmf-dist/fonts/vf/mathdesign/mdugm/mdugmr7m.vf + texmf-dist/fonts/vf/mathdesign/mdugm/mdugmr7t.vf + texmf-dist/fonts/vf/mathdesign/mdugm/mdugmr7v.vf + texmf-dist/fonts/vf/mathdesign/mdugm/mdugmr7y.vf + texmf-dist/fonts/vf/mathdesign/mdugm/mdugmr8c.vf + texmf-dist/fonts/vf/mathdesign/mdugm/mdugmr8d.vf + texmf-dist/fonts/vf/mathdesign/mdugm/mdugmr8t.vf + texmf-dist/fonts/vf/mathdesign/mdugm/mdugmrfc8t.vf + texmf-dist/fonts/vf/mathdesign/mdugm/mdugmri7m.vf + texmf-dist/fonts/vf/mathdesign/mdugm/mdugmri7t.vf + texmf-dist/fonts/vf/mathdesign/mdugm/mdugmri8c.vf + texmf-dist/fonts/vf/mathdesign/mdugm/mdugmri8t.vf + texmf-dist/fonts/vf/mathdesign/mdugm/mdugmrifc8t.vf + texmf-dist/fonts/vf/mathdesign/mdugm/mdugmrma.vf + texmf-dist/fonts/vf/mathdesign/mdugm/mdugmrmb.vf + texmf-dist/fonts/vf/mathdesign/mdugm/mdugmro7t.vf + texmf-dist/fonts/vf/mathdesign/mdugm/mdugmro8c.vf + texmf-dist/fonts/vf/mathdesign/mdugm/mdugmro8t.vf + texmf-dist/fonts/vf/mathdesign/mdugm/mdugmrofc8t.vf + texmf-dist/tex/latex/mathdesign/mathdesign.sty + texmf-dist/tex/latex/mathdesign/mdacmr.fd + texmf-dist/tex/latex/mathdesign/mdbch/mdamdbch.fd + texmf-dist/tex/latex/mathdesign/mdbch/mdbch.cfg + texmf-dist/tex/latex/mathdesign/mdbch/mdbch.sty + texmf-dist/tex/latex/mathdesign/mdbch/mdbmdbch.fd + texmf-dist/tex/latex/mathdesign/mdbch/mdomxmdbch.fd + texmf-dist/tex/latex/mathdesign/mdbch/omlmdbch.fd + texmf-dist/tex/latex/mathdesign/mdbch/omsmdbch.fd + texmf-dist/tex/latex/mathdesign/mdbch/omxmdbch.fd + texmf-dist/tex/latex/mathdesign/mdbch/ot1mdbch.fd + texmf-dist/tex/latex/mathdesign/mdbch/t1mdbch.fd + texmf-dist/tex/latex/mathdesign/mdbch/ts1mdbch.fd + texmf-dist/tex/latex/mathdesign/mdbcmr.fd + texmf-dist/tex/latex/mathdesign/mdfont.def + texmf-dist/tex/latex/mathdesign/mdput/mdamdput.fd + texmf-dist/tex/latex/mathdesign/mdput/mdbmdput.fd + texmf-dist/tex/latex/mathdesign/mdput/mdput.cfg + texmf-dist/tex/latex/mathdesign/mdput/mdput.sty + texmf-dist/tex/latex/mathdesign/mdput/omlmdput.fd + texmf-dist/tex/latex/mathdesign/mdput/omsmdput.fd + texmf-dist/tex/latex/mathdesign/mdput/omxmdput.fd + texmf-dist/tex/latex/mathdesign/mdput/ot1mdput.fd + texmf-dist/tex/latex/mathdesign/mdput/t1mdput.fd + texmf-dist/tex/latex/mathdesign/mdput/t1putr.fd + texmf-dist/tex/latex/mathdesign/mdput/ts1mdput.fd + texmf-dist/tex/latex/mathdesign/mdsffont.def + texmf-dist/tex/latex/mathdesign/mdttfont.def + texmf-dist/tex/latex/mathdesign/mdugm/mdamdugm.fd + texmf-dist/tex/latex/mathdesign/mdugm/mdbmdugm.fd + texmf-dist/tex/latex/mathdesign/mdugm/mdugm.cfg + texmf-dist/tex/latex/mathdesign/mdugm/mdugm.sty + texmf-dist/tex/latex/mathdesign/mdugm/omlmdugm.fd + texmf-dist/tex/latex/mathdesign/mdugm/omsmdugm.fd + texmf-dist/tex/latex/mathdesign/mdugm/omxmdugm.fd + texmf-dist/tex/latex/mathdesign/mdugm/ot1mdugm.fd + texmf-dist/tex/latex/mathdesign/mdugm/t1mdugm.fd + texmf-dist/tex/latex/mathdesign/mdugm/ts1mdugm.fd +catalogue-ctan /fonts/mathdesign +catalogue-date 2008-01-16 21:31:11 +0100 +catalogue-license gpl +catalogue-version 1.55 + +name mathdots +category Package +revision 15878 +shortdesc Commands to produce dots in math that respect font size. +longdesc Redefines \ddots and \vdots, and defines \iddots. The dots +longdesc produced by \iddots slant in the opposite direction to \ddots. +longdesc All the commands are designed to change size appropriately in +longdesc scripts, as well as in response to LaTeX size changing +longdesc commands. The commands may also be used in plain TeX. +docfiles size=29 + texmf-dist/doc/generic/mathdots/README details="Readme" + texmf-dist/doc/generic/mathdots/mathdots.pdf details="Package documentation" + texmf-dist/doc/generic/mathdots/mdtest.tex +srcfiles size=5 + texmf-dist/source/generic/mathdots/mathdots.dtx + texmf-dist/source/generic/mathdots/mathdots.ins +runfiles size=2 + texmf-dist/tex/generic/mathdots/mathdots.sty + texmf-dist/tex/generic/mathdots/mathdots.tex +catalogue-ctan /macros/generic/mathdots +catalogue-date 2007-06-01 10:48:38 +0200 +catalogue-license lppl +catalogue-version 0.8 + +name mathexam +category Package +revision 15878 +shortdesc Package for typesetting exams. +longdesc The package can help you typeset exams (mostly in mathematics +longdesc and related disciplines where students are required to show +longdesc their calculations followed by one or more short answers). It +longdesc provides commands for inclusion of space for calculations, as +longdesc well as commands for automatic creation of "answer spaces". In +longdesc addition, the package will automatically create page headers +longdesc and footers, and will let you include instructions and space +longdesc for students to put their name. +docfiles size=47 + texmf-dist/doc/latex/mathexam/README details="Readme" + texmf-dist/doc/latex/mathexam/mathexam.pdf + texmf-dist/doc/latex/mathexam/sample.pdf + texmf-dist/doc/latex/mathexam/sample.tex +srcfiles size=5 + texmf-dist/source/latex/mathexam/mathexam.dtx + texmf-dist/source/latex/mathexam/mathexam.ins +runfiles size=1 + texmf-dist/tex/latex/mathexam/mathexam.sty +catalogue-ctan /macros/latex/contrib/mathexam +catalogue-date 2008-08-22 15:19:59 +0200 +catalogue-license lppl +catalogue-version 1.00 + +name mathmode +category Package +revision 15878 +catalogue voss-mathmode +shortdesc A comprehensive review of mathematics in (La)TeX. +longdesc The review includes: Standard LaTeX mathematics mode; AMSmath; +longdesc TeX and mathematics; Other packages; Tuning math typesetting; +longdesc Mathematics fonts; Special symbols; Examples; and Lists, +longdesc bibliography and index. +docfiles size=1656 + texmf-dist/doc/latex/mathmode/Changes + texmf-dist/doc/latex/mathmode/Mathmode.bib + texmf-dist/doc/latex/mathmode/Mathmode.ist + texmf-dist/doc/latex/mathmode/Mathmode.ltx + texmf-dist/doc/latex/mathmode/Mathmode.pdf details="The document itself" + texmf-dist/doc/latex/mathmode/Mathmode.tex + texmf-dist/doc/latex/mathmode/images/EuScript.eps + texmf-dist/doc/latex/mathmode/images/EuScript.pdf + texmf-dist/doc/latex/mathmode/images/amsalign.eps + texmf-dist/doc/latex/mathmode/images/amsalign.pdf + texmf-dist/doc/latex/mathmode/images/cm-crop.eps + texmf-dist/doc/latex/mathmode/images/cm-crop.pdf + texmf-dist/doc/latex/mathmode/images/cmbright-crop.eps + texmf-dist/doc/latex/mathmode/images/cmbright-crop.pdf + texmf-dist/doc/latex/mathmode/images/colArray.eps + texmf-dist/doc/latex/mathmode/images/colArray.pdf + texmf-dist/doc/latex/mathmode/images/exscale.eps + texmf-dist/doc/latex/mathmode/images/exscale.pdf + texmf-dist/doc/latex/mathmode/images/family.eps + texmf-dist/doc/latex/mathmode/images/family.pdf + texmf-dist/doc/latex/mathmode/images/family0.eps + texmf-dist/doc/latex/mathmode/images/family0.pdf + texmf-dist/doc/latex/mathmode/images/family1.eps + texmf-dist/doc/latex/mathmode/images/family1.pdf + texmf-dist/doc/latex/mathmode/images/lm-crop.eps + texmf-dist/doc/latex/mathmode/images/lm-crop.pdf + texmf-dist/doc/latex/mathmode/images/minionpro-crop.eps + texmf-dist/doc/latex/mathmode/images/minionpro-crop.pdf + texmf-dist/doc/latex/mathmode/images/node.eps + texmf-dist/doc/latex/mathmode/images/node.pdf + texmf-dist/doc/latex/mathmode/images/pamath-crop.eps + texmf-dist/doc/latex/mathmode/images/pamath-crop.pdf + texmf-dist/doc/latex/mathmode/images/pazo-crop.eps + texmf-dist/doc/latex/mathmode/images/pazo-crop.pdf + texmf-dist/doc/latex/mathmode/images/styles.eps + texmf-dist/doc/latex/mathmode/images/styles.pdf + texmf-dist/doc/latex/mathmode/runLaTeX + texmf-dist/doc/latex/mathmode/runPDFLaTeX + texmf-dist/doc/latex/mathmode/runVTeX + texmf-dist/doc/latex/mathmode/showexpl.cfg +catalogue-ctan /info/math/voss/mathmode +catalogue-date 2009-04-08 16:36:31 +0200 +catalogue-license lppl +catalogue-version 2.41 + +name mathpazo +category Package +revision 15878 +shortdesc Fonts to typeset mathematics to match Palatino. +longdesc The Pazo Math fonts are a family of PostScript fonts suitable +longdesc for typesetting mathematics in combination with the Palatino +longdesc family of text fonts. The Pazo Math family is made up of five +longdesc fonts provided in Adobe Type 1 format (PazoMath, PazoMath- +longdesc Italic, PazoMath-Bold, PazoMath-BoldItalic, and +longdesc PazoMathBlackboardBold). These contain, in designs that match +longdesc Palatino, glyphs that are usually not available in Palatino and +longdesc for which Computer Modern looks odd when combined with +longdesc Palatino. These glyphs include the uppercase Greek alphabet in +longdesc upright and slanted shapes in regular and bold weights, the +longdesc lowercase Greek alphabet in slanted shape in regular and bold +longdesc weights, several mathematical glyphs (partialdiff, summation, +longdesc product, coproduct, emptyset, infinity, and proportional) in +longdesc regular and bold weights, other glyphs (Euro and dotlessj) in +longdesc upright and slanted shapes in regular and bold weights, and the +longdesc uppercase letters commonly used to represent various number +longdesc sets (C, I, N, Q, R, and Z) in blackboard bold. The set also +longdesc includes a set of 'true' small-caps fonts, also suitable for +longdesc use with Palatino (or one of its clones). LaTeX macro support +longdesc (using package mathpazo.sty) is provided in psnfss (a required +longdesc part of any LaTeX distribution). +docfiles size=109 + texmf-dist/doc/latex/mathpazo/README.txt + texmf-dist/doc/latex/mathpazo/gpl.txt + texmf-dist/doc/latex/mathpazo/mapfplm.tex + texmf-dist/doc/latex/mathpazo/mapppl.tex + texmf-dist/doc/latex/mathpazo/mapzplm.tex + texmf-dist/doc/latex/mathpazo/pazofnst.tex + texmf-dist/doc/latex/mathpazo/pazotest.pdf details="Font tables:" +srcfiles size=117 + texmf-dist/source/latex/mathpazo/Makefile + texmf-dist/source/latex/mathpazo/cmbsy10.pl + texmf-dist/source/latex/mathpazo/cmbx10.pl + texmf-dist/source/latex/mathpazo/cmex10.pl + texmf-dist/source/latex/mathpazo/cmmi10.pl + texmf-dist/source/latex/mathpazo/cmmib10.pl + texmf-dist/source/latex/mathpazo/cmr10.pl + texmf-dist/source/latex/mathpazo/cmsy10.pl + texmf-dist/source/latex/mathpazo/fplmb.inf + texmf-dist/source/latex/mathpazo/fplmb.mtx + texmf-dist/source/latex/mathpazo/fplmb.pl + texmf-dist/source/latex/mathpazo/fplmbb.inf + texmf-dist/source/latex/mathpazo/fplmbb.mtx + texmf-dist/source/latex/mathpazo/fplmbb.pl + texmf-dist/source/latex/mathpazo/fplmbi.inf + texmf-dist/source/latex/mathpazo/fplmbi.mtx + texmf-dist/source/latex/mathpazo/fplmbi.pl + texmf-dist/source/latex/mathpazo/fplmr.inf + texmf-dist/source/latex/mathpazo/fplmr.mtx + texmf-dist/source/latex/mathpazo/fplmr.pl + texmf-dist/source/latex/mathpazo/fplmri.inf + texmf-dist/source/latex/mathpazo/fplmri.mtx + texmf-dist/source/latex/mathpazo/fplmri.pl + texmf-dist/source/latex/mathpazo/haxzplmb.mtx + texmf-dist/source/latex/mathpazo/haxzplmr.mtx + texmf-dist/source/latex/mathpazo/inf/fplmb.inf + texmf-dist/source/latex/mathpazo/inf/fplmbb.inf + texmf-dist/source/latex/mathpazo/inf/fplmbi.inf + texmf-dist/source/latex/mathpazo/inf/fplmr.inf + texmf-dist/source/latex/mathpazo/inf/fplmri.inf + texmf-dist/source/latex/mathpazo/nokernum.mtx + texmf-dist/source/latex/mathpazo/omsnames.mtx + texmf-dist/source/latex/mathpazo/pazofnst/Makefile + texmf-dist/source/latex/mathpazo/pazofnst/cmbsy10.pl + texmf-dist/source/latex/mathpazo/pazofnst/cmbx10.pl + texmf-dist/source/latex/mathpazo/pazofnst/cmex10.pl + texmf-dist/source/latex/mathpazo/pazofnst/cmmi10.pl + texmf-dist/source/latex/mathpazo/pazofnst/cmmib10.pl + texmf-dist/source/latex/mathpazo/pazofnst/cmr10.pl + texmf-dist/source/latex/mathpazo/pazofnst/cmsy10.pl + texmf-dist/source/latex/mathpazo/pazofnst/haxzplmb.mtx + texmf-dist/source/latex/mathpazo/pazofnst/haxzplmr.mtx + texmf-dist/source/latex/mathpazo/pazofnst/nokernum.mtx + texmf-dist/source/latex/mathpazo/pazofnst/omsnames.mtx + texmf-dist/source/latex/mathpazo/pazofnst/pazofnst.tex + texmf-dist/source/latex/mathpazo/pazofnst/unsetcm4pl.mtx + texmf-dist/source/latex/mathpazo/pazofnst/unsetint.mtx + texmf-dist/source/latex/mathpazo/pazofnst/unsetosf.mtx + texmf-dist/source/latex/mathpazo/pazofnst/unsetpl4cm.mtx + texmf-dist/source/latex/mathpazo/pazofnst/unsetpunct.mtx + texmf-dist/source/latex/mathpazo/pazofnst/zplmbgop.mtx + texmf-dist/source/latex/mathpazo/pazofnst/zplmsum.mtx + texmf-dist/source/latex/mathpazo/pplr8a.mtx + texmf-dist/source/latex/mathpazo/unsetcm4pl.mtx + texmf-dist/source/latex/mathpazo/unsetint.mtx + texmf-dist/source/latex/mathpazo/unsetosf.mtx + texmf-dist/source/latex/mathpazo/unsetpl4cm.mtx + texmf-dist/source/latex/mathpazo/unsetpunct.mtx + texmf-dist/source/latex/mathpazo/zplmbgop.mtx + texmf-dist/source/latex/mathpazo/zplmsum.mtx +runfiles size=41 + texmf-dist/fonts/afm/public/mathpazo/fplmb.afm + texmf-dist/fonts/afm/public/mathpazo/fplmbb.afm + texmf-dist/fonts/afm/public/mathpazo/fplmbi.afm + texmf-dist/fonts/afm/public/mathpazo/fplmr.afm + texmf-dist/fonts/afm/public/mathpazo/fplmri.afm + texmf-dist/fonts/tfm/public/mathpazo/fplmb.tfm + texmf-dist/fonts/tfm/public/mathpazo/fplmbb.tfm + texmf-dist/fonts/tfm/public/mathpazo/fplmbi.tfm + texmf-dist/fonts/tfm/public/mathpazo/fplmr.tfm + texmf-dist/fonts/tfm/public/mathpazo/fplmri.tfm + texmf-dist/fonts/tfm/public/mathpazo/zplmb7m.tfm + texmf-dist/fonts/tfm/public/mathpazo/zplmb7t.tfm + texmf-dist/fonts/tfm/public/mathpazo/zplmb7y.tfm + texmf-dist/fonts/tfm/public/mathpazo/zplmr7m.tfm + texmf-dist/fonts/tfm/public/mathpazo/zplmr7t.tfm + texmf-dist/fonts/tfm/public/mathpazo/zplmr7v.tfm + texmf-dist/fonts/tfm/public/mathpazo/zplmr7y.tfm + texmf-dist/fonts/type1/public/mathpazo/fplmb.pfb + texmf-dist/fonts/type1/public/mathpazo/fplmbb.pfb + texmf-dist/fonts/type1/public/mathpazo/fplmbi.pfb + texmf-dist/fonts/type1/public/mathpazo/fplmr.pfb + texmf-dist/fonts/type1/public/mathpazo/fplmri.pfb + texmf-dist/fonts/vf/public/mathpazo/zplmb7m.vf + texmf-dist/fonts/vf/public/mathpazo/zplmb7t.vf + texmf-dist/fonts/vf/public/mathpazo/zplmb7y.vf + texmf-dist/fonts/vf/public/mathpazo/zplmr7m.vf + texmf-dist/fonts/vf/public/mathpazo/zplmr7t.vf + texmf-dist/fonts/vf/public/mathpazo/zplmr7v.vf + texmf-dist/fonts/vf/public/mathpazo/zplmr7y.vf +catalogue-ctan /fonts/mathpazo +catalogue-date 2009-10-06 20:42:53 +0200 +catalogue-license gpl +catalogue-version 1.003 + +name mathspec +category Package +revision 15878 +shortdesc Specify arbitrary fonts for mathematics in XeTeX. +longdesc The mathspec package provides an interface to typeset +longdesc mathematics in XeLaTeX with arbitrary text fonts using fontspec +longdesc as a backend. The package is under development and later +longdesc versions might to be incompatible with this version, as this +longdesc version is incompatible with earlier versions. The package +longdesc requires at least version 0.9995 of XeTeX. +docfiles size=94 + texmf-dist/doc/xelatex/mathspec/README details="Readme" + texmf-dist/doc/xelatex/mathspec/mathspec.pdf details="Package documentation" + texmf-dist/doc/xelatex/mathspec/mathspec.tex +runfiles size=11 + texmf-dist/tex/xelatex/mathspec/mathspec.sty +catalogue-ctan /macros/xetex/latex/mathspec +catalogue-date 2009-09-30 20:39:21 +0200 +catalogue-license lppl +catalogue-version 0.2 + +name mattens +category Package +revision 15878 +shortdesc Matrices/tensor typesetting. +longdesc The mattens package contains the definitions to typeset +longdesc matrices, vectors and tensors as used in the engineering +longdesc community for the representation of common vectors and tensors +longdesc such as forces, velocities, moments of inertia, etc. +docfiles size=191 + texmf-dist/doc/latex/mattens/README details="Readme" + texmf-dist/doc/latex/mattens/mattens.pdf details="Package documentation" + texmf-dist/doc/latex/mattens/mattens_sample.pdf details="Sample of use" + texmf-dist/doc/latex/mattens/mattens_sample_src.zip +srcfiles size=15 + texmf-dist/source/latex/mattens/mattens.dtx + texmf-dist/source/latex/mattens/mattens.ins +runfiles size=3 + texmf-dist/tex/latex/mattens/mattens.sty +catalogue-ctan /macros/latex/contrib/mattens +catalogue-date 2009-10-01 20:23:58 +0200 +catalogue-license lppl +catalogue-version 1.3 + +name maybemath +category Package +revision 15878 +shortdesc Make math bold or italic according to context. +longdesc The \maybebm and \maybeit macros can be used in math +longdesc expressions to make the arguments typeset as bold or italic +longdesc respectively if the surrounding context is appropriate. They +longdesc are useful for writing user macros for use in general contexts. +longdesc \maybebm is especially appropriate when section titles contain +longdesc math expressions, since the title will appear bold but the +longdesc header and table of contents usually replicate the title in +longdesc normal width. It uses the bm package to make things bold +longdesc \maybeit performs a similar role to \mathrm{} but the math +longdesc expression will be italicised if the surrounding text is. +longdesc \maybeitsubscript is provided to shift subscripts to the left +longdesc if the expression is italicised. +docfiles size=20 + texmf-dist/doc/latex/maybemath/README details="Package README" + texmf-dist/doc/latex/maybemath/maybemath.pdf details="Package documentation" + texmf-dist/doc/latex/maybemath/maybemath.tex +runfiles size=1 + texmf-dist/tex/latex/maybemath/maybemath.sty +catalogue-ctan /macros/latex/contrib/maybemath +catalogue-date 2007-03-09 22:25:45 +0100 +catalogue-license lppl + +name mcaption +category Package +revision 15878 +shortdesc Put captions in the margin. +longdesc The mcaption package provides an mcaption environment which +longdesc puts figure or table captions in the margin. The package works +longdesc with the standard classes and with the KOMA-Script document +longdesc classes scrartcl, scrreprt and scrbook. The package requires +longdesc the changepage package. +docfiles size=37 + texmf-dist/doc/latex/mcaption/CHANGES + texmf-dist/doc/latex/mcaption/README details="Readme" + texmf-dist/doc/latex/mcaption/example.tex + texmf-dist/doc/latex/mcaption/mcaption.pdf details="Package documentation" +srcfiles size=7 + texmf-dist/source/latex/mcaption/mcaption.dtx + texmf-dist/source/latex/mcaption/mcaption.ins +runfiles size=2 + texmf-dist/tex/latex/mcaption/mcaption.sty +catalogue-ctan /macros/latex/contrib/mcaption +catalogue-date 2009-03-14 02:18:31 +0100 +catalogue-license lppl +catalogue-version 3.0 + +name mceinleger +category Package +revision 15878 +shortdesc Creating covers for music cassettes. +longdesc A package for creating MC-covers on your own. It allows the +longdesc creation of simple covers as well as covers with an additional +longdesc page for more information about the cassette (table of contents +longdesc e.g.). The rotating package is required. +docfiles size=15 + texmf-dist/doc/latex/mceinleger/mceinleger.pdf + texmf-dist/doc/latex/mceinleger/mceinleger.tex +runfiles size=1 + texmf-dist/tex/latex/mceinleger/mceinleger.sty +catalogue-ctan /macros/latex/contrib/mceinleger +catalogue-date 2007-01-09 22:36:10 +0100 +catalogue-license gpl + +name mcite +category Package +revision 15878 +shortdesc Multiple items in a single citation. +longdesc The mcite package allows the user to collapse multiple +longdesc citations into one, as is customary in physics journals. The +longdesc package requires a customised BibTeX style for its work; the +longdesc documentation explains how to do that customisation. +docfiles size=6 + texmf-dist/doc/latex/mcite/mcite.dvi +srcfiles size=13 + texmf-dist/source/latex/mcite/COPYING + texmf-dist/source/latex/mcite/Makefile + texmf-dist/source/latex/mcite/README + texmf-dist/source/latex/mcite/mcite.drv + texmf-dist/source/latex/mcite/mcite.dtx + texmf-dist/source/latex/mcite/mcite.ins +runfiles size=2 + texmf-dist/tex/latex/mcite/mcite.sty +catalogue-ctan /macros/latex/contrib/mcite +catalogue-date 2007-01-09 22:36:10 +0100 +catalogue-license gpl +catalogue-version 1.6 + +name mciteplus +category Package +revision 15878 +shortdesc Enhanced multiple citations. +longdesc The mciteplus LaTeX package is an enhanced reimplementation of +longdesc Thorsten Ohl's mcite package which provides support for the +longdesc grouping of multiple citations together as is often done in +longdesc physics journals. An extensive set of features provide for +longdesc other applications such as reference sublisting. +docfiles size=149 + texmf-dist/doc/latex/mciteplus/README details="Readme" + texmf-dist/doc/latex/mciteplus/changelog.txt + texmf-dist/doc/latex/mciteplus/mciteplus_code.txt details="Details for modifying .bst code" + texmf-dist/doc/latex/mciteplus/mciteplus_doc.pdf details="Package documentation" + texmf-dist/doc/latex/mciteplus/mciteplus_doc.tex +runfiles size=70 + texmf-dist/bibtex/bst/mciteplus/IEEEtranM.bst + texmf-dist/bibtex/bst/mciteplus/IEEEtranMN.bst + texmf-dist/bibtex/bst/mciteplus/apsrevM.bst + texmf-dist/bibtex/bst/mciteplus/apsrmpM.bst + texmf-dist/tex/latex/mciteplus/mciteplus.sty +catalogue-ctan /macros/latex/contrib/mciteplus +catalogue-date 2008-09-30 16:07:39 +0200 +catalogue-license lppl +catalogue-version 1.1 + +name mdwtools +category Package +revision 15878 +shortdesc Miscellaneous tools by Mark Wooding. +longdesc This collection of tools includes: - support for short commands +longdesc starting with @, - macros to sanitise the OT1 encoding of the +longdesc cmtt fonts; - a 'do after' command; - improved footnote +longdesc support; - mathenv for various alignment in maths; - list +longdesc handling; - mdwmath which adds some minor changes to LaTeX +longdesc maths; - a rewrite of LaTeX's tabular and array environments; - +longdesc verbatim handling; and - syntax diagrams. +docfiles size=514 + texmf-dist/doc/latex/mdwtools/COPYING + texmf-dist/doc/latex/mdwtools/README + texmf-dist/doc/latex/mdwtools/at.pdf + texmf-dist/doc/latex/mdwtools/cmtt.pdf + texmf-dist/doc/latex/mdwtools/doafter.pdf + texmf-dist/doc/latex/mdwtools/doafter.tex + texmf-dist/doc/latex/mdwtools/footnote.pdf + texmf-dist/doc/latex/mdwtools/gpl.tex + texmf-dist/doc/latex/mdwtools/mathenv.tex + texmf-dist/doc/latex/mdwtools/mdwlist.pdf + texmf-dist/doc/latex/mdwtools/mdwmath.pdf + texmf-dist/doc/latex/mdwtools/mdwtab.pdf + texmf-dist/doc/latex/mdwtools/mdwtools.tex + texmf-dist/doc/latex/mdwtools/sverb.pdf + texmf-dist/doc/latex/mdwtools/syntax.pdf +srcfiles size=112 + texmf-dist/source/latex/mdwtools/at.dtx + texmf-dist/source/latex/mdwtools/cmtt.dtx + texmf-dist/source/latex/mdwtools/doafter.dtx + texmf-dist/source/latex/mdwtools/footnote.dtx + texmf-dist/source/latex/mdwtools/mdwlist.dtx + texmf-dist/source/latex/mdwtools/mdwmath.dtx + texmf-dist/source/latex/mdwtools/mdwtab.dtx + texmf-dist/source/latex/mdwtools/mdwtools.ins + texmf-dist/source/latex/mdwtools/sverb.dtx + texmf-dist/source/latex/mdwtools/syntax.dtx +runfiles size=31 + texmf-dist/tex/latex/mdwtools/at.sty + texmf-dist/tex/latex/mdwtools/cmtt.sty + texmf-dist/tex/latex/mdwtools/doafter.sty + texmf-dist/tex/latex/mdwtools/footnote.sty + texmf-dist/tex/latex/mdwtools/mTTcmtt.fd + texmf-dist/tex/latex/mdwtools/mTTenc.def + texmf-dist/tex/latex/mdwtools/mathenv.sty + texmf-dist/tex/latex/mdwtools/mdwlist.sty + texmf-dist/tex/latex/mdwtools/mdwmath.sty + texmf-dist/tex/latex/mdwtools/mdwtab.sty + texmf-dist/tex/latex/mdwtools/sverb.sty + texmf-dist/tex/latex/mdwtools/syntax.sty +catalogue-ctan /macros/latex/contrib/mdwtools +catalogue-date 2008-06-23 17:43:34 +0200 +catalogue-license gpl +catalogue-version 1.05.4 + +name memdesign +category Package +revision 15878 +shortdesc Notes on book design +longdesc "A Few Notes on Book Design" is an extended version of what +longdesc used to be the first part of the memoir users' manual. Please +longdesc note that the supplied copy of the document uses commercial +longdesc fonts; the README file contains instructions on how to compile +longdesc the document without these fonts. +docfiles size=573 + texmf-dist/doc/fonts/memdesign/README details="Readme" + texmf-dist/doc/fonts/memdesign/memdesign.pdf details="The document itself" + texmf-dist/doc/fonts/memdesign/memdesign.tex +catalogue-ctan /info/memdesign +catalogue-date 2009-09-13 18:57:00 +0200 +catalogue-license lppl1.3 + +name memexsupp +category Package +revision 15878 +shortdesc Experimental memoir support. +longdesc A package of code proposed as supporting material for memoir. +longdesc The package is intended as a test bed for such code, which may +longdesc in the fullness of time be adopted into the main memoir +longdesc release. +docfiles size=35 + texmf-dist/doc/latex/memexsupp/README details="Readme" + texmf-dist/doc/latex/memexsupp/memexsupp.pdf details="Package documentation" + texmf-dist/doc/latex/memexsupp/memexsupp.tex +runfiles size=1 + texmf-dist/tex/latex/memexsupp/memexsupp.sty +catalogue-ctan /macros/latex/contrib/memexsupp +catalogue-date 2008-08-22 15:19:59 +0200 +catalogue-license lppl +catalogue-version 0.1 + +name memoir +category Package +revision 15878 +shortdesc Typeset fiction, non-fiction and mathematical books. +longdesc The memoir class is for typesetting poetry, fiction, non- +longdesc fiction, and mathematical works. The normal font sizes range +longdesc from 9 to 60pt. There is a range of page-styles and well over a +longdesc dozen chapter-styles to choose from and methods for specifying +longdesc your own layouts and designs. The class encompasses over thirty +longdesc of the more popular packages. The class has an associated patch +longdesc file mempatch, which is automatically loaded by the class +longdesc itself, and which is updated from time to time, between +longdesc releases of the class itself. (The patch file still exists if +longdesc there are no extant patches.) Users who wish to use the +longdesc hyperref package, in a document written with the memoir class, +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. +docfiles size=1387 + texmf-dist/doc/latex/memoir/Makeidxglo + texmf-dist/doc/latex/memoir/README details="Readme" + texmf-dist/doc/latex/memoir/anvil2.mps + texmf-dist/doc/latex/memoir/memfonts.sty + texmf-dist/doc/latex/memoir/memlays.sty + texmf-dist/doc/latex/memoir/memman.gst + texmf-dist/doc/latex/memoir/memman.ist + texmf-dist/doc/latex/memoir/memman.pdf details="Basic user manual" + texmf-dist/doc/latex/memoir/memman.tex + texmf-dist/doc/latex/memoir/memnoidxnum.tex + texmf-dist/doc/latex/memoir/memsty.sty + texmf-dist/doc/latex/memoir/titlepages.sty +srcfiles size=275 + texmf-dist/source/latex/memoir/memoir.dtx + texmf-dist/source/latex/memoir/memoir.ins + texmf-dist/source/latex/memoir/mempatch.dtx + texmf-dist/source/latex/memoir/mempatch.ins +runfiles size=108 + texmf-dist/makeindex/memoir/basic.gst + texmf-dist/tex/latex/memoir/mem10.clo + texmf-dist/tex/latex/memoir/mem11.clo + texmf-dist/tex/latex/memoir/mem12.clo + texmf-dist/tex/latex/memoir/mem14.clo + texmf-dist/tex/latex/memoir/mem17.clo + texmf-dist/tex/latex/memoir/mem20.clo + texmf-dist/tex/latex/memoir/mem25.clo + texmf-dist/tex/latex/memoir/mem30.clo + texmf-dist/tex/latex/memoir/mem36.clo + texmf-dist/tex/latex/memoir/mem48.clo + texmf-dist/tex/latex/memoir/mem60.clo + texmf-dist/tex/latex/memoir/mem9.clo + texmf-dist/tex/latex/memoir/memhfixc.sty + texmf-dist/tex/latex/memoir/memoir.cls + texmf-dist/tex/latex/memoir/mempatch.sty +catalogue-ctan /macros/latex/contrib/memoir +catalogue-date 2009-09-21 20:37:43 +0200 +catalogue-license lppl +catalogue-version 1.61803398b patch 6.0f + +name mentis +category Package +revision 15878 +shortdesc A basis for books to be published by Mentis publishers. +longdesc This LaTeX class loads scrbook and provides changes necessary +longdesc for publishing at Mentis publishers in Paderborn, Germany. It +longdesc is not an official Mentis class, merely one developed by an +longdesc author in close co-operation with Mentis. +docfiles size=40 + texmf-dist/doc/latex/mentis/README details="Readme" + texmf-dist/doc/latex/mentis/mentis.pdf details="Package documentation" +srcfiles size=14 + texmf-dist/source/latex/mentis/mentis.dtx + texmf-dist/source/latex/mentis/mentis.ins +runfiles size=4 + texmf-dist/tex/latex/mentis/mentis.cls +catalogue-ctan /macros/latex/contrib/mentis +catalogue-date 2007-01-09 22:36:10 +0100 +catalogue-license lppl +catalogue-version 1.5 + +name menu +category Package +revision 15878 +shortdesc Typesetting menus. +longdesc The package defines command \menu which assists typesetting of +longdesc a path through a program's menu. +docfiles size=34 + texmf-dist/doc/latex/menu/README details="Readme" + texmf-dist/doc/latex/menu/menu.pdf details="Package documentation" +srcfiles size=6 + texmf-dist/source/latex/menu/menu.dtx + texmf-dist/source/latex/menu/menu.ins +runfiles size=2 + texmf-dist/tex/latex/menu/menu.sty +catalogue-ctan /macros/latex/contrib/menu +catalogue-date 2009-03-06 22:55:22 +0100 +catalogue-license other-free +catalogue-version 0.994 + +name metafont +category Package +revision 15878 +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 +longdesc set of parameters of the target device), and a set metrics for +longdesc use by TeX. The bitmap output may be converted into a format +longdesc directly usable by a device driver, etc., by the tools provided +longdesc in the parallel mfware distribution. (Third parties have +longdesc developed tools to convert the bitmap output to outline fonts.) +longdesc The distribution includes the source of Knuth's MetaFont book; +longdesc this source is there to read, as an example of writing TeX -- +longdesc it should not be processed without Knuth's direct permission. +depend kpathsea +depend metafont.ARCH +execute AddFormat name=mf engine=mf-nowin options="-translate-file=cp227.tcx mf.ini" +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 +runfiles size=46 + texmf-dist/metafont/base/expr.mf + texmf-dist/metafont/base/io.mf + texmf-dist/metafont/base/mf.mf + texmf-dist/metafont/base/null.mf + texmf-dist/metafont/base/plain.mf + texmf-dist/metafont/config/cmmf.ini + texmf-dist/metafont/config/mf.ini + texmf-dist/metafont/misc/3test.mf + texmf-dist/metafont/misc/6test.mf + texmf-dist/metafont/misc/mode2dpi.mf + texmf-dist/metafont/misc/mode2dpixy.mf + texmf-dist/metafont/misc/modename.mf + texmf-dist/metafont/misc/modes.mf + texmf-dist/metafont/misc/ps2mfbas.mf + texmf-dist/metafont/misc/rtest.mf + texmf-dist/metafont/misc/test.mf + texmf-dist/metafont/misc/waits.mf + texmf-dist/metafont/misc/ztest.mf +catalogue-ctan /systems/knuth/dist/mf +catalogue-date 2009-10-06 20:42:53 +0200 +catalogue-license knuth +catalogue-version 2.718281 + +name metafont-beginners +category Package +revision 15878 +shortdesc An introductory tutorial for MetaFont. +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. +docfiles size=60 + texmf-dist/doc/fonts/metafont-beginners/metafont-for-beginners.pdf details="The introductory document itself:" language="en" + texmf-dist/doc/fonts/metafont-beginners/metafont-for-beginners.tex +catalogue-ctan /info/metafont/beginners +catalogue-date 2009-10-09 14:08:41 +0200 +catalogue-license pd + +name metafont.alpha-linux +category Package +revision 15878 +shortdesc alpha-linux files of metafont +binfiles arch=alpha-linux size=326 + bin/alpha-linux/mf + bin/alpha-linux/mf-nowin + +name metafont.i386-cygwin +category Package +revision 15878 +shortdesc i386-cygwin files of metafont +binfiles arch=i386-cygwin size=152 + bin/i386-cygwin/mf-nowin.exe + bin/i386-cygwin/mf.exe + +name metafont.i386-linux +category Package +revision 15878 +shortdesc i386-linux files of metafont +binfiles arch=i386-linux size=146 + bin/i386-linux/mf + bin/i386-linux/mf-nowin + +name metafont.i386-netbsd +category Package +revision 15878 +shortdesc i386-netbsd files of metafont +binfiles arch=i386-netbsd size=143 + bin/i386-netbsd/mf + bin/i386-netbsd/mf-nowin + +name metafont.i386-solaris +category Package +revision 15878 +shortdesc i386-solaris files of metafont +binfiles arch=i386-solaris size=155 + bin/i386-solaris/mf + bin/i386-solaris/mf-nowin + +name metafont.mips-irix +category Package +revision 15878 +shortdesc mips-irix files of metafont +binfiles arch=mips-irix size=257 + bin/mips-irix/mf + bin/mips-irix/mf-nowin + +name metafont.powerpc-aix +category Package +revision 15878 +shortdesc powerpc-aix files of metafont +binfiles arch=powerpc-aix size=180 + bin/powerpc-aix/mf + bin/powerpc-aix/mf-nowin + +name metafont.powerpc-linux +category Package +revision 15878 +shortdesc powerpc-linux files of metafont +binfiles arch=powerpc-linux size=182 + bin/powerpc-linux/mf + bin/powerpc-linux/mf-nowin + +name metafont.sparc-linux +category Package +revision 15878 +shortdesc sparc-linux files of metafont +binfiles arch=sparc-linux size=151 + bin/sparc-linux/mf + bin/sparc-linux/mf-nowin + +name metafont.sparc-solaris +category Package +revision 15878 +shortdesc sparc-solaris files of metafont +binfiles arch=sparc-solaris size=231 + bin/sparc-solaris/mf + bin/sparc-solaris/mf-nowin + +name metafont.universal-darwin +category Package +revision 15878 +shortdesc universal-darwin files of metafont +binfiles arch=universal-darwin size=339 + bin/universal-darwin/mf + bin/universal-darwin/mf-nowin + +name metafont.win32 +category Package +revision 15925 +shortdesc win32 files of metafont +binfiles arch=win32 size=109 + bin/win32/mf-nowin.exe + bin/win32/mf.exe + +name metafont.x86_64-linux +category Package +revision 15878 +shortdesc x86_64-linux files of metafont +binfiles arch=x86_64-linux size=156 + bin/x86_64-linux/mf + bin/x86_64-linux/mf-nowin + +name metago +category Package +revision 15878 +shortdesc MetaPost output of Go positions. +longdesc The package allows you to draw Go game positions with MetaPost. +longdesc Two methods of usage are provided, either using the package +longdesc programmatically, or using the package via a script (which may +longdesc produce several images). +docfiles size=24 + texmf-dist/doc/metapost/metago/README details="Readme" + texmf-dist/doc/metapost/metago/example-program.mp + texmf-dist/doc/metapost/metago/example-program.pdf + texmf-dist/doc/metapost/metago/example-script-1.pdf + texmf-dist/doc/metapost/metago/example-script-2.pdf + texmf-dist/doc/metapost/metago/example-script-3.pdf + texmf-dist/doc/metapost/metago/example-script-4.pdf + texmf-dist/doc/metapost/metago/example-script-5.pdf + texmf-dist/doc/metapost/metago/example-script-6.pdf + texmf-dist/doc/metapost/metago/example-script-7.pdf + texmf-dist/doc/metapost/metago/example-script-8.pdf + texmf-dist/doc/metapost/metago/example-script.mp + texmf-dist/doc/metapost/metago/script.go +runfiles size=5 + texmf-dist/metapost/metago/metago.mp +catalogue-ctan /graphics/metapost/contrib/macros/metago +catalogue-date 2008-09-08 11:32:46 +0200 +catalogue-license lppl +catalogue-version 0.9 + +name metalogo +category Package +revision 15878 +shortdesc Extended TeX logo macros. +longdesc This package exposes spacing parameters for various TeX logos +longdesc to the end user, to optimise the logos for different fonts. +longdesc Written especially for XeLaTeX users. +docfiles size=25 + texmf-dist/doc/latex/metalogo/README details="Readme" + texmf-dist/doc/latex/metalogo/TeXoutline.pdf + texmf-dist/doc/latex/metalogo/eLaToutline.pdf + texmf-dist/doc/latex/metalogo/metalogo.pdf details="Package documentation" +srcfiles size=7 + texmf-dist/source/latex/metalogo/metalogo.dtx + texmf-dist/source/latex/metalogo/metalogo.ins +runfiles size=2 + texmf-dist/tex/latex/metalogo/metalogo.sty +catalogue-ctan /macros/latex/contrib/metalogo +catalogue-date 2009-01-23 11:09:06 +0100 +catalogue-license lppl +catalogue-version 0.10 + +name metaobj +category Package +revision 15878 +shortdesc MetaPost package providing high-level objects. +longdesc METAOBJ is a large metapost package providing high-level +longdesc objects. It implements many of PSTricks' features for node +longdesc connections, but also trees, matrices, and many other things. +longdesc It more or less contains boxes.mp and rboxes.mp. There is a +longdesc large (albeit not complete) documentation distributed with the +longdesc package. It is easily extensible with new objects. +docfiles size=247 + texmf-dist/doc/metapost/metaobj/README details="Readme" + texmf-dist/doc/metapost/metaobj/license.txt + texmf-dist/doc/metapost/metaobj/momanual.pdf +runfiles size=82 + texmf-dist/metapost/metaobj/connections.mp + texmf-dist/metapost/metaobj/metaobj.mp + texmf-dist/metapost/metaobj/mobjstandard.mp + texmf-dist/metapost/metaobj/proofex.mp + texmf-dist/metapost/metaobj/pstricksex1.mp + texmf-dist/metapost/metaobj/pstricksex2.mp + texmf-dist/metapost/metaobj/pstricksex3.mp + texmf-dist/metapost/metaobj/pstricksex4.mp +catalogue-ctan /graphics/metapost/contrib/macros/metaobj +catalogue-date 2007-08-24 22:48:09 +0200 +catalogue-license lppl +catalogue-version 0.93 + +name metaplot +category Package +revision 15878 +shortdesc Plot-manipulation macros for use in Metapost. +longdesc MetaPlot is a set of Metapost macros for manipulating pre- +longdesc generated plots (and similar objects), and formatting them for +longdesc inclusion in a Metapost figure. The intent is that the plots +longdesc can be generated by some outside program, in an abstract manner +longdesc that does not require making decisions about on-page sizing and +longdesc layout, and then they can be imported into MetaPlot and +longdesc arranged using the full capabilities of Metapost. Metaplot also +longdesc includes a very flexible set of macros for generating plot +longdesc axes, which may be useful in other contexts as well. Presently, +longdesc MetaPlot is in something of a pre-release beta state; it is +longdesc quite functional, but the syntax of the commands are still +longdesc potentially in flux. Bug reports and other suggestions would be +longdesc most welcome! +docfiles size=141 + texmf-dist/doc/latex/metaplot/README + texmf-dist/doc/latex/metaplot/examples/cap1.cc + texmf-dist/doc/latex/metaplot/examples/cap1.mp + texmf-dist/doc/latex/metaplot/examples/capillary.cc + texmf-dist/doc/latex/metaplot/examples/cpoint.cc + texmf-dist/doc/latex/metaplot/examples/cpoint.h + texmf-dist/doc/latex/metaplot/examples/figure_1.mp + texmf-dist/doc/latex/metaplot/examples/figures_2-7.mp + texmf-dist/doc/latex/metaplot/examples/figures_8-9.mp + texmf-dist/doc/latex/metaplot/examples/gpl.txt + texmf-dist/doc/latex/metaplot/examples/mc2.mp + texmf-dist/doc/latex/metaplot/examples/metacontour.cc + texmf-dist/doc/latex/metaplot/examples/metacontour.h + texmf-dist/doc/latex/metaplot/examples/metacontour_main.cc + texmf-dist/doc/latex/metaplot/metaplot_preprint.pdf +runfiles size=5 + texmf-dist/metapost/metaplot/axes.mp + texmf-dist/metapost/metaplot/metaplot.mp +catalogue-ctan /graphics/metaplot +catalogue-date 2006-11-09 21:17:58 +0100 +catalogue-license lppl +catalogue-version 0.91 + +name metapost +category Package +revision 15878 +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 +longdesc PostScript or SVG, rather than the bitmaps MetaFont creates. +depend kpathsea +depend metapost.ARCH +execute AddFormat name=mpost engine=mpost options=mpost.mp +execute AddFormat name=mfplain engine=mpost options=mfplain.ini +docfiles size=705 + texmf-dist/doc/metapost/base/grdemo-doc.pdf + texmf-dist/doc/metapost/base/grdemo.pdf + texmf-dist/doc/metapost/base/index.html + texmf-dist/doc/metapost/base/mpboxes.pdf + texmf-dist/doc/metapost/base/mpgraph.pdf + texmf-dist/doc/metapost/base/mpintro.pdf + texmf-dist/doc/metapost/base/mpman.pdf + texmf-dist/doc/metapost/base/source-manual/Makefile + texmf-dist/doc/metapost/base/source-manual/README details="Readme" + texmf-dist/doc/metapost/base/source-manual/TODO + texmf-dist/doc/metapost/base/source-manual/agepop91.d + texmf-dist/doc/metapost/base/source-manual/agepopm.d + texmf-dist/doc/metapost/base/source-manual/cm2lm.map + texmf-dist/doc/metapost/base/source-manual/countries.d + texmf-dist/doc/metapost/base/source-manual/ctabbing.sty + texmf-dist/doc/metapost/base/source-manual/demo.ms + texmf-dist/doc/metapost/base/source-manual/energy.d + texmf-dist/doc/metapost/base/source-manual/examples.mp + texmf-dist/doc/metapost/base/source-manual/figs.1 + texmf-dist/doc/metapost/base/source-manual/figs.mp + texmf-dist/doc/metapost/base/source-manual/grdemo-doc.ms + texmf-dist/doc/metapost/base/source-manual/grdemo-doc.ps + texmf-dist/doc/metapost/base/source-manual/grdemo.eps + texmf-dist/doc/metapost/base/source-manual/grdemo.mp + texmf-dist/doc/metapost/base/source-manual/grdemo.ms + texmf-dist/doc/metapost/base/source-manual/lead.d + texmf-dist/doc/metapost/base/source-manual/manfig.mp + texmf-dist/doc/metapost/base/source-manual/matmul.d + texmf-dist/doc/metapost/base/source-manual/mp.1 + texmf-dist/doc/metapost/base/source-manual/mpboxes.bib + texmf-dist/doc/metapost/base/source-manual/mpboxes.mp + texmf-dist/doc/metapost/base/source-manual/mpboxes.tex + texmf-dist/doc/metapost/base/source-manual/mpgraph.bib + texmf-dist/doc/metapost/base/source-manual/mpgraph.mp + texmf-dist/doc/metapost/base/source-manual/mpgraph.tex + texmf-dist/doc/metapost/base/source-manual/mpintro.bib + texmf-dist/doc/metapost/base/source-manual/mpintro.tex + texmf-dist/doc/metapost/base/source-manual/mplibapi.tex + texmf-dist/doc/metapost/base/source-manual/mpman-app-legacy.tex + texmf-dist/doc/metapost/base/source-manual/mpman-app-optab.tex + texmf-dist/doc/metapost/base/source-manual/mpman-app-refman.tex + texmf-dist/doc/metapost/base/source-manual/mpman-optab.tex + texmf-dist/doc/metapost/base/source-manual/mpman.bib + texmf-dist/doc/metapost/base/source-manual/mpman.ist + texmf-dist/doc/metapost/base/source-manual/mpman.mp + texmf-dist/doc/metapost/base/source-manual/mpman.tex + texmf-dist/doc/metapost/base/source-manual/timepop.d + texmf-dist/doc/metapost/base/source-tutorial/Makefile + texmf-dist/doc/metapost/base/source-tutorial/abstract.tex + texmf-dist/doc/metapost/base/source-tutorial/annulus.mp + texmf-dist/doc/metapost/base/source-tutorial/arrows.tex + texmf-dist/doc/metapost/base/source-tutorial/biblio.tex + texmf-dist/doc/metapost/base/source-tutorial/circles.mp + texmf-dist/doc/metapost/base/source-tutorial/commands.tex + texmf-dist/doc/metapost/base/source-tutorial/compilation.tex + texmf-dist/doc/metapost/base/source-tutorial/conclusion.tex + texmf-dist/doc/metapost/base/source-tutorial/data.d + texmf-dist/doc/metapost/base/source-tutorial/data.mp + texmf-dist/doc/metapost/base/source-tutorial/data.tex + texmf-dist/doc/metapost/base/source-tutorial/draw.mp + texmf-dist/doc/metapost/base/source-tutorial/draw.tex + texmf-dist/doc/metapost/base/source-tutorial/fill.mp + texmf-dist/doc/metapost/base/source-tutorial/fill.tex + texmf-dist/doc/metapost/base/source-tutorial/graph.tex + texmf-dist/doc/metapost/base/source-tutorial/inclusion.tex + texmf-dist/doc/metapost/base/source-tutorial/intro.tex + texmf-dist/doc/metapost/base/source-tutorial/label.mp + texmf-dist/doc/metapost/base/source-tutorial/label.tex + texmf-dist/doc/metapost/base/source-tutorial/mpintro.bib + texmf-dist/doc/metapost/base/source-tutorial/mpintro.ltx + texmf-dist/doc/metapost/base/source-tutorial/paperclip.mp + texmf-dist/doc/metapost/base/source-tutorial/parabola.mp + 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 +runfiles size=57 + texmf-dist/metapost/base/TEX.mp + texmf-dist/metapost/base/boxes.mp + texmf-dist/metapost/base/format.mp + texmf-dist/metapost/base/graph.mp + texmf-dist/metapost/base/marith.mp + texmf-dist/metapost/base/mfplain.mp + texmf-dist/metapost/base/mpost.mp + texmf-dist/metapost/base/plain.mp + texmf-dist/metapost/base/rboxes.mp + texmf-dist/metapost/base/sarith.mp + texmf-dist/metapost/base/string.mp + texmf-dist/metapost/base/texnum.mp + texmf-dist/metapost/base/troffnum.mp + texmf-dist/metapost/config/mfplain.ini + texmf-dist/metapost/misc/null.mp + texmf-dist/metapost/support/charlib/12 + texmf-dist/metapost/support/charlib/14 + texmf-dist/metapost/support/charlib/34 + texmf-dist/metapost/support/charlib/Ao + texmf-dist/metapost/support/charlib/Fi + texmf-dist/metapost/support/charlib/Fl + texmf-dist/metapost/support/charlib/L1 + texmf-dist/metapost/support/charlib/LH + texmf-dist/metapost/support/charlib/Lb + texmf-dist/metapost/support/charlib/Sl + texmf-dist/metapost/support/charlib/ao.x + texmf-dist/metapost/support/charlib/bx + texmf-dist/metapost/support/charlib/ci + texmf-dist/metapost/support/charlib/ff + texmf-dist/metapost/support/charlib/lh.x + texmf-dist/metapost/support/charlib/ob + texmf-dist/metapost/support/charlib/rh + texmf-dist/metapost/support/charlib/sq + texmf-dist/metapost/support/charlib/twiddle + texmf-dist/metapost/support/trchars.adj + texmf-dist/metapost/support/trfonts.map + texmf-dist/tex/generic/metapost/mproof.tex + texmf-dist/tex/generic/metapost/mpsproof.tex +catalogue-ctan /graphics/metapost/base +catalogue-date 2009-10-02 14:10:37 +0200 +catalogue-license lgpl +catalogue-version 1.208 + +name metapost-examples +category Package +revision 15878 +shortdesc Example drawings using MetaPost. +longdesc These are a few (hundred) example pictures drawn with MetaPost, +longdesc ranging from very simple (lines and circles) to rather +longdesc intricate (uncommon geometric transformations, fractals, +longdesc bitmap, etc). +docfiles size=37 + texmf-dist/doc/metapost/metapost-examples/Makefile + texmf-dist/doc/metapost/metapost-examples/README + texmf-dist/doc/metapost/metapost-examples/data1 + texmf-dist/doc/metapost/metapost-examples/data2 + texmf-dist/doc/metapost/metapost-examples/data3 + texmf-dist/doc/metapost/metapost-examples/examples.mp + texmf-dist/doc/metapost/metapost-examples/mp2html.pl +catalogue-ctan /info/metapost/examples +catalogue-date 2008-04-20 19:53:04 +0200 +catalogue-license other-free + +name metapost.alpha-linux +category Package +revision 15878 +shortdesc alpha-linux files of metapost +binfiles arch=alpha-linux size=239 + bin/alpha-linux/dvitomp + bin/alpha-linux/mfplain + bin/alpha-linux/mpost + +name metapost.i386-cygwin +category Package +revision 15878 +shortdesc i386-cygwin files of metapost +binfiles arch=i386-cygwin size=124 + bin/i386-cygwin/dvitomp.exe + bin/i386-cygwin/mfplain + bin/i386-cygwin/mpost.exe + +name metapost.i386-linux +category Package +revision 15878 +shortdesc i386-linux files of metapost +binfiles arch=i386-linux size=127 + bin/i386-linux/dvitomp + bin/i386-linux/mfplain + bin/i386-linux/mpost + +name metapost.i386-netbsd +category Package +revision 15878 +shortdesc i386-netbsd files of metapost +binfiles arch=i386-netbsd size=116 + bin/i386-netbsd/dvitomp + bin/i386-netbsd/mfplain + bin/i386-netbsd/mpost + +name metapost.i386-solaris +category Package +revision 15878 +shortdesc i386-solaris files of metapost +binfiles arch=i386-solaris size=122 + bin/i386-solaris/dvitomp + bin/i386-solaris/mfplain + bin/i386-solaris/mpost + +name metapost.mips-irix +category Package +revision 15878 +shortdesc mips-irix files of metapost +binfiles arch=mips-irix size=194 + bin/mips-irix/dvitomp + bin/mips-irix/mfplain + bin/mips-irix/mpost + +name metapost.powerpc-aix +category Package +revision 15878 +shortdesc powerpc-aix files of metapost +binfiles arch=powerpc-aix size=142 + bin/powerpc-aix/dvitomp + bin/powerpc-aix/mfplain + bin/powerpc-aix/mpost + +name metapost.powerpc-linux +category Package +revision 15878 +shortdesc powerpc-linux files of metapost +binfiles arch=powerpc-linux size=140 + bin/powerpc-linux/dvitomp + bin/powerpc-linux/mfplain + bin/powerpc-linux/mpost + +name metapost.sparc-linux +category Package +revision 15878 +shortdesc sparc-linux files of metapost +binfiles arch=sparc-linux size=127 + bin/sparc-linux/dvitomp + bin/sparc-linux/mfplain + bin/sparc-linux/mpost + +name metapost.sparc-solaris +category Package +revision 15878 +shortdesc sparc-solaris files of metapost +binfiles arch=sparc-solaris size=159 + bin/sparc-solaris/dvitomp + bin/sparc-solaris/mfplain + bin/sparc-solaris/mpost + +name metapost.universal-darwin +category Package +revision 15878 +shortdesc universal-darwin files of metapost +binfiles arch=universal-darwin size=255 + bin/universal-darwin/dvitomp + bin/universal-darwin/mfplain + bin/universal-darwin/mpost + +name metapost.win32 +category Package +revision 15907 +shortdesc win32 files of metapost +binfiles arch=win32 size=98 + bin/win32/dvitomp.exe + bin/win32/mfplain.exe + bin/win32/mpost.dll + bin/win32/mpost.exe + +name metapost.x86_64-linux +category Package +revision 15878 +shortdesc x86_64-linux files of metapost +binfiles arch=x86_64-linux size=129 + bin/x86_64-linux/dvitomp + bin/x86_64-linux/mfplain + bin/x86_64-linux/mpost + +name metatex +category Package +revision 15878 +shortdesc Incorporate MetaFont pictures in TeX source. +longdesc METATeX is a set of plain TeX and MetaFont macros that you can +longdesc use to define both the text and the figures in a single source +longdesc file. Because METATeX sets up two way communication, from TeX +longdesc to MetaFont and back from MetaFont to TeX, drawing dimensions +longdesc can be controlled by TeX and labels can be located by MetaFont. +longdesc Only standard features of TeX and MetaFont are used, but two +longdesc runs of TeX and one of MetaFont are needed. +docfiles size=55 + texmf-dist/doc/plain/metatex/README details="Readme" + texmf-dist/doc/plain/metatex/gpl.txt + texmf-dist/doc/plain/metatex/mtmp2pdf.tex + texmf-dist/doc/plain/metatex/mtpaper.pdf details="Package documentation" + texmf-dist/doc/plain/metatex/mtpaper/delay.mf + texmf-dist/doc/plain/metatex/mtpaper/diagram.tex + texmf-dist/doc/plain/metatex/mtpaper/frame.tex + texmf-dist/doc/plain/metatex/mtpaper/mtpaper.tex + texmf-dist/doc/plain/metatex/mtpaper/shadow.tex +runfiles size=2 + texmf-dist/tex/plain/metatex/metatex.tex +catalogue-ctan /macros/plain/contrib/metatex +catalogue-date 2007-01-09 22:36:10 +0100 +catalogue-license gpl +catalogue-version 1.1 + +name metauml +category Package +revision 15878 +shortdesc MetaPost library for typesetting UML diagrams. +longdesc MetaUML is a MetaPost library for typesetting UML diagrams, +longdesc which provides a usable, human-friendly textual notation for +longdesc UML, offering now support for class, package, activity, state, +longdesc and use case diagrams. +docfiles size=174 + texmf-dist/doc/metapost/metauml/README details="Readme" + texmf-dist/doc/metapost/metauml/license.txt + texmf-dist/doc/metapost/metauml/metauml_manual/fig/activity.mp + texmf-dist/doc/metapost/metauml/metauml_manual/fig/activity_diagrams.mp + texmf-dist/doc/metapost/metauml/metauml_manual/fig/appetizer.mp + texmf-dist/doc/metapost/metauml/metauml_manual/fig/boxes_vs_util.mp + texmf-dist/doc/metapost/metauml/metauml_manual/fig/class.mp + texmf-dist/doc/metapost/metauml/metauml_manual/fig/class_association.mp + texmf-dist/doc/metapost/metauml/metauml_manual/fig/class_customization.mp + texmf-dist/doc/metapost/metauml/metauml_manual/fig/class_customization2.mp + texmf-dist/doc/metapost/metauml/metauml_manual/fig/class_diagrams.mp + texmf-dist/doc/metapost/metauml/metauml_manual/fig/class_templates.mp + texmf-dist/doc/metapost/metauml/metauml_manual/fig/cliparts.mp + texmf-dist/doc/metapost/metauml/metauml_manual/fig/group.mp + texmf-dist/doc/metapost/metauml/metauml_manual/fig/how-links-work.mp + texmf-dist/doc/metapost/metauml/metauml_manual/fig/instance.mp + texmf-dist/doc/metapost/metauml/metauml_manual/fig/mptrace.tmp + texmf-dist/doc/metapost/metauml/metauml_manual/fig/note.mp + texmf-dist/doc/metapost/metauml/metauml_manual/fig/object_stack.mp + texmf-dist/doc/metapost/metauml/metauml_manual/fig/package.mp + texmf-dist/doc/metapost/metauml/metauml_manual/fig/paths.mp + texmf-dist/doc/metapost/metauml/metauml_manual/fig/paths_man.mp + texmf-dist/doc/metapost/metauml/metauml_manual/fig/picture_info.mp + texmf-dist/doc/metapost/metauml/metauml_manual/fig/picture_stack.mp + texmf-dist/doc/metapost/metauml/metauml_manual/fig/positioning.mp + texmf-dist/doc/metapost/metauml/metauml_manual/fig/properties.mp + texmf-dist/doc/metapost/metauml/metauml_manual/fig/state.mp + texmf-dist/doc/metapost/metauml/metauml_manual/fig/statemachine_diagrams.mp + texmf-dist/doc/metapost/metauml/metauml_manual/fig/test_activity.mp + texmf-dist/doc/metapost/metauml/metauml_manual/fig/test_class.mp + texmf-dist/doc/metapost/metauml/metauml_manual/fig/test_class_qual_assoc.mp + texmf-dist/doc/metapost/metauml/metauml_manual/fig/test_class_templates.mp + texmf-dist/doc/metapost/metauml/metauml_manual/fig/test_font.mp + texmf-dist/doc/metapost/metauml/metauml_manual/fig/test_group.mp + texmf-dist/doc/metapost/metauml/metauml_manual/fig/test_instance.mp + texmf-dist/doc/metapost/metauml/metauml_manual/fig/test_lars_issues.mp + texmf-dist/doc/metapost/metauml/metauml_manual/fig/test_lowlevel.mp + texmf-dist/doc/metapost/metauml/metauml_manual/fig/test_note.mp + texmf-dist/doc/metapost/metauml/metauml_manual/fig/test_package.mp + texmf-dist/doc/metapost/metauml/metauml_manual/fig/test_paths.mp + texmf-dist/doc/metapost/metauml/metauml_manual/fig/test_picture.mp + texmf-dist/doc/metapost/metauml/metauml_manual/fig/test_picture_stack.mp + texmf-dist/doc/metapost/metauml/metauml_manual/fig/test_positioning.mp + texmf-dist/doc/metapost/metauml/metauml_manual/fig/test_skins.mp + texmf-dist/doc/metapost/metauml/metauml_manual/fig/test_skins_global_defaults.mp + texmf-dist/doc/metapost/metauml/metauml_manual/fig/test_state.mp + texmf-dist/doc/metapost/metauml/metauml_manual/fig/test_usecase.mp + texmf-dist/doc/metapost/metauml/metauml_manual/fig/usecase.mp + texmf-dist/doc/metapost/metauml/metauml_manual/fig/usecase_diagrams.mp + texmf-dist/doc/metapost/metauml/metauml_manual/gnu-fdl.tex + texmf-dist/doc/metapost/metauml/metauml_manual/macro.tex + texmf-dist/doc/metapost/metauml/metauml_manual/metauml_manual.tex + texmf-dist/doc/metapost/metauml/metauml_manual/my-bib.bib + texmf-dist/doc/metapost/metauml/metauml_manual/test_suite.tex + texmf-dist/doc/metapost/metauml/metauml_manual_0.2.3.pdf +runfiles size=46 + texmf-dist/metapost/metauml/metauml.mp + texmf-dist/metapost/metauml/metauml_activity.mp + texmf-dist/metapost/metauml/metauml_base.mp + texmf-dist/metapost/metauml/metauml_behavioral_common.mp + texmf-dist/metapost/metauml/metauml_class.mp + texmf-dist/metapost/metauml/metauml_class_assoc.mp + texmf-dist/metapost/metauml/metauml_class_clipart.mp + texmf-dist/metapost/metauml/metauml_class_relations.mp + texmf-dist/metapost/metauml/metauml_defaults.mp + texmf-dist/metapost/metauml/metauml_instance.mp + texmf-dist/metapost/metauml/metauml_links.mp + texmf-dist/metapost/metauml/metauml_note.mp + texmf-dist/metapost/metauml/metauml_package.mp + texmf-dist/metapost/metauml/metauml_package_relations.mp + texmf-dist/metapost/metauml/metauml_paths.mp + texmf-dist/metapost/metauml/metauml_skin_simple.mp + texmf-dist/metapost/metauml/metauml_state.mp + texmf-dist/metapost/metauml/metauml_stereotype.mp + texmf-dist/metapost/metauml/metauml_templates.mp + texmf-dist/metapost/metauml/metauml_usecase.mp + texmf-dist/metapost/metauml/metauml_usecase_clipart.mp + texmf-dist/metapost/metauml/util_commons.mp + texmf-dist/metapost/metauml/util_group.mp + texmf-dist/metapost/metauml/util_infrastructure.mp + texmf-dist/metapost/metauml/util_log.mp + texmf-dist/metapost/metauml/util_margins.mp + texmf-dist/metapost/metauml/util_object.mp + texmf-dist/metapost/metauml/util_picture.mp + texmf-dist/metapost/metauml/util_picture_stack.mp + texmf-dist/metapost/metauml/util_positioning.mp + texmf-dist/metapost/metauml/util_shade.mp +catalogue-ctan /graphics/metapost/contrib/macros/metauml +catalogue-date 2007-09-06 15:53:49 +0200 +catalogue-license gpl +catalogue-version 0.2.3 + +name method +category Package +revision 15878 +shortdesc Typeset method and variable declarations. +longdesc This LaTeX package supports the typesetting of programming +longdesc language method and variable declarations. It includes an +longdesc option to typeset in French. +docfiles size=2 + texmf-dist/doc/latex/method/methtest.dvi + texmf-dist/doc/latex/method/methtest.tex +srcfiles size=9 + texmf-dist/source/latex/method/method.dtx + texmf-dist/source/latex/method/method.ins + texmf-dist/source/latex/method/readme +runfiles size=3 + texmf-dist/tex/latex/method/method.sty +catalogue-ctan /macros/latex/contrib/method +catalogue-date 2007-01-09 22:36:10 +0100 +catalogue-license lppl + +name metre +category Package +revision 15878 +shortdesc Support for the work of classicists +longdesc The package provides classicists with some of the tools that +longdesc are needed for typesetting scholarly publications dealing with +longdesc Greek and Latin texts, with special emphasis on Greek verse. As +longdesc the package's name suggests, its core is a comprehensive set of +longdesc commands for generating metrical schemes and for placing +longdesc prosodical marks on text set in the Latin or the Greek +longdesc alphabet. The rest of the package provides a miscellany of +longdesc commands for symbols (most of them not directly related to +longdesc metre) that are often used in critical editions of classical +longdesc texts. The package does not require any special font: all +longdesc symbols are taken from the Computer Modern fonts (which are +longdesc included in all TeX distributions) and the package's commands +longdesc are based on TeX primitives. +docfiles size=98 + texmf-dist/doc/latex/metre/demo.pdf details="Example of usage" + texmf-dist/doc/latex/metre/demo.tex + texmf-dist/doc/latex/metre/greek1.tex + texmf-dist/doc/latex/metre/greek2.tex + texmf-dist/doc/latex/metre/greek3.tex + texmf-dist/doc/latex/metre/igreek1.tex + texmf-dist/doc/latex/metre/igreek2.tex + texmf-dist/doc/latex/metre/igreek3.tex + texmf-dist/doc/latex/metre/metre.pdf details="Package documentation" +srcfiles size=31 + texmf-dist/source/latex/metre/metre.dtx + texmf-dist/source/latex/metre/metre.ins +runfiles size=15 + texmf-dist/tex/latex/metre/metre.sty +catalogue-ctan /macros/latex/contrib/metre +catalogue-date 2007-03-09 22:25:45 +0100 +catalogue-license lppl +catalogue-version 1.0 + +name mex +category Package +revision 15878 +shortdesc Polish formats for TeX. +longdesc MeX is an adaptation of Plain TeX (MeX) and LaTeX209 (LaMeX) +longdesc formats to the Polish language and to Polish printing customs. +longdesc It contains a complete set of MetaFont sources of Polish fonts, +longdesc hyphenation rules for the Polish language and sources of +longdesc formats. +depend pl +depend hyphen-polish +depend pdftex +depend tex +depend mex.ARCH +execute AddFormat name=mex engine=pdftex patterns=mexconf.tex options="-translate-file=cp227.tcx *mex.ini" +execute AddFormat name=pdfmex engine=pdftex patterns=mexconf.tex options="-translate-file=cp227.tcx *pdfmex.ini" +execute AddFormat name=utf8mex engine=pdftex patterns=mexconf.tex options="-enc *utf8mex.ini" +docfiles size=31 + texmf-dist/doc/mex/base/00readme + texmf-dist/doc/mex/base/mex.html + texmf-dist/doc/mex/base/mexinfo.eng + texmf-dist/doc/mex/base/mexinfo.pol + texmf-dist/doc/mex/base/qq.eps + texmf-dist/doc/mex/base/tstmex.tex +srcfiles size=12 + texmf-dist/source/mex/base/eminst.zip + texmf-dist/source/mex/base/istyles.zip +runfiles size=13 + texmf-dist/tex/mex/base/lamex.tex + texmf-dist/tex/mex/base/mex.tex + texmf-dist/tex/mex/base/mex1.tex + texmf-dist/tex/mex/base/mex2.tex + texmf-dist/tex/mex/base/mexconf.tex + texmf-dist/tex/mex/config/mex.ini + texmf-dist/tex/mex/config/pdfmex.ini +catalogue-ctan /language/polish/mex105.zip +catalogue-date 2009-10-06 20:42:53 +0200 +catalogue-license pd +catalogue-version 1.05 + +name mex.alpha-linux +category Package +revision 15878 +shortdesc alpha-linux files of mex +binfiles arch=alpha-linux size=3 + bin/alpha-linux/mex + bin/alpha-linux/pdfmex + bin/alpha-linux/utf8mex + +name mex.i386-cygwin +category Package +revision 15878 +shortdesc i386-cygwin files of mex +binfiles arch=i386-cygwin size=3 + bin/i386-cygwin/mex + bin/i386-cygwin/pdfmex + bin/i386-cygwin/utf8mex + +name mex.i386-linux +category Package +revision 15878 +shortdesc i386-linux files of mex +binfiles arch=i386-linux size=3 + bin/i386-linux/mex + bin/i386-linux/pdfmex + bin/i386-linux/utf8mex + +name mex.i386-netbsd +category Package +revision 15878 +shortdesc i386-netbsd files of mex +binfiles arch=i386-netbsd size=3 + bin/i386-netbsd/mex + bin/i386-netbsd/pdfmex + bin/i386-netbsd/utf8mex + +name mex.i386-solaris +category Package +revision 15878 +shortdesc i386-solaris files of mex +binfiles arch=i386-solaris size=3 + bin/i386-solaris/mex + bin/i386-solaris/pdfmex + bin/i386-solaris/utf8mex + +name mex.mips-irix +category Package +revision 15878 +shortdesc mips-irix files of mex +binfiles arch=mips-irix size=3 + bin/mips-irix/mex + bin/mips-irix/pdfmex + bin/mips-irix/utf8mex + +name mex.powerpc-aix +category Package +revision 15878 +shortdesc powerpc-aix files of mex +binfiles arch=powerpc-aix size=3 + bin/powerpc-aix/mex + bin/powerpc-aix/pdfmex + bin/powerpc-aix/utf8mex + +name mex.powerpc-linux +category Package +revision 15878 +shortdesc powerpc-linux files of mex +binfiles arch=powerpc-linux size=3 + bin/powerpc-linux/mex + bin/powerpc-linux/pdfmex + bin/powerpc-linux/utf8mex + +name mex.sparc-linux +category Package +revision 15878 +shortdesc sparc-linux files of mex +binfiles arch=sparc-linux size=3 + bin/sparc-linux/mex + bin/sparc-linux/pdfmex + bin/sparc-linux/utf8mex + +name mex.sparc-solaris +category Package +revision 15878 +shortdesc sparc-solaris files of mex +binfiles arch=sparc-solaris size=3 + bin/sparc-solaris/mex + bin/sparc-solaris/pdfmex + bin/sparc-solaris/utf8mex + +name mex.universal-darwin +category Package +revision 15878 +shortdesc universal-darwin files of mex +binfiles arch=universal-darwin size=3 + bin/universal-darwin/mex + bin/universal-darwin/pdfmex + bin/universal-darwin/utf8mex + +name mex.win32 +category Package +revision 15878 +shortdesc win32 files of mex +binfiles arch=win32 size=3 + bin/win32/mex.exe + bin/win32/pdfmex.exe + bin/win32/utf8mex.exe + +name mex.x86_64-linux +category Package +revision 15878 +shortdesc x86_64-linux files of mex +binfiles arch=x86_64-linux size=3 + bin/x86_64-linux/mex + bin/x86_64-linux/pdfmex + bin/x86_64-linux/utf8mex + +name mff +category Package +revision 15878 +shortdesc Multiple font formats. +longdesc A package to provide something similar to Adobe Type 1 +longdesc 'multiple master' fonts, but using MetaFont; you specify a font +longdesc by a set of MetaFont parameters, and TeX makes up an mf file to +longdesc generate the required font; this package is not integrated with +longdesc NFSS (or MakeTeXTFM) but it is fun +docfiles size=35 + texmf-dist/doc/latex/mff/mffdoc.dvi + texmf-dist/doc/latex/mff/mffdoc.tex + texmf-dist/doc/latex/mff/table.tex + texmf-dist/doc/latex/mff/test.tex +srcfiles size=3 + texmf-dist/source/latex/mff/file_id.diz + texmf-dist/source/latex/mff/mff.mfj + texmf-dist/source/latex/mff/test.bat +runfiles size=42 + texmf-dist/tex/latex/mff/mfarithm.tex + texmf-dist/tex/latex/mff/mfcorfnt.tex + texmf-dist/tex/latex/mff/mfdcdata.tex + texmf-dist/tex/latex/mff/mff.sty + texmf-dist/tex/latex/mff/mfsauter.tex + texmf-dist/tex/latex/mff/mftricks.tex +catalogue-ctan /macros/latex/contrib/mff +catalogue-date 2009-01-06 23:44:08 +0100 +catalogue-license noinfo +catalogue-version 1.21 + +name mflogo +category Package +revision 15878 +shortdesc LaTeX support for MetaFont logo fonts. +longdesc LaTeX package and font definition file to access the Knuthian +longdesc mflogo fonts described in `The MetaFontbook' and to typeset the +longdesc MetaFont logos in LaTeX documents. +execute addMixedMap mflogo.map +docfiles size=4 + texmf-dist/doc/latex/mflogo/mflogo.dvi +srcfiles size=9 + texmf-dist/source/latex/mflogo/CATALOGUE + texmf-dist/source/latex/mflogo/Makefile + texmf-dist/source/latex/mflogo/README + texmf-dist/source/latex/mflogo/mflogo.dtx + texmf-dist/source/latex/mflogo/mflogo.ins +runfiles size=39 + texmf-dist/fonts/afm/hoekwater/mflogo/logo10.afm + texmf-dist/fonts/afm/hoekwater/mflogo/logo8.afm + texmf-dist/fonts/afm/hoekwater/mflogo/logo9.afm + texmf-dist/fonts/afm/hoekwater/mflogo/logobf10.afm + texmf-dist/fonts/afm/hoekwater/mflogo/logod10.afm + texmf-dist/fonts/afm/hoekwater/mflogo/logosl10.afm + texmf-dist/fonts/afm/hoekwater/mflogo/logosl8.afm + texmf-dist/fonts/afm/hoekwater/mflogo/logosl9.afm + texmf-dist/fonts/map/dvips/mflogo/mflogo.map + texmf-dist/fonts/source/public/mflogo/flogo.mf + texmf-dist/fonts/source/public/mflogo/logo.mf + texmf-dist/fonts/source/public/mflogo/logo10.mf + texmf-dist/fonts/source/public/mflogo/logo8.mf + texmf-dist/fonts/source/public/mflogo/logo9.mf + texmf-dist/fonts/source/public/mflogo/logobf10.mf + texmf-dist/fonts/source/public/mflogo/logod10.mf + texmf-dist/fonts/source/public/mflogo/logosl10.mf + texmf-dist/fonts/source/public/mflogo/logosl8.mf + texmf-dist/fonts/source/public/mflogo/logosl9.mf + texmf-dist/fonts/source/public/mflogo/nlogo.mf + texmf-dist/fonts/source/public/mflogo/sklogo.mf + texmf-dist/fonts/tfm/public/mflogo/logo10.tfm + texmf-dist/fonts/tfm/public/mflogo/logo8.tfm + texmf-dist/fonts/tfm/public/mflogo/logo9.tfm + texmf-dist/fonts/tfm/public/mflogo/logobf10.tfm + texmf-dist/fonts/tfm/public/mflogo/logod10.tfm + texmf-dist/fonts/tfm/public/mflogo/logosl10.tfm + texmf-dist/fonts/tfm/public/mflogo/logosl8.tfm + texmf-dist/fonts/tfm/public/mflogo/logosl9.tfm + texmf-dist/fonts/type1/hoekwater/mflogo/logo10.pfb + texmf-dist/fonts/type1/hoekwater/mflogo/logo8.pfb + texmf-dist/fonts/type1/hoekwater/mflogo/logo9.pfb + texmf-dist/fonts/type1/hoekwater/mflogo/logobf10.pfb + texmf-dist/fonts/type1/hoekwater/mflogo/logod10.pfb + texmf-dist/fonts/type1/hoekwater/mflogo/logosl10.pfb + texmf-dist/fonts/type1/hoekwater/mflogo/logosl8.pfb + texmf-dist/fonts/type1/hoekwater/mflogo/logosl9.pfb + texmf-dist/tex/latex/mflogo/mflogo.sty + texmf-dist/tex/latex/mflogo/ulogo.fd +catalogue-ctan /macros/latex/contrib/mflogo +catalogue-date 2009-10-06 20:42:53 +0200 +catalogue-license lppl + +name mfnfss +category Package +revision 15878 +shortdesc Packages to typeset oldgerman and pandora fonts in LaTeX. +longdesc This bundle contains two packages: - oldgerm, a package to +longdesc typeset with old german fonts designed by Yannis Haralambous. - +longdesc pandora, a package to typeset with Pandora fonts designed by +longdesc Neena Billawala. Note that support for the Pandora fonts is +longdesc also available via the pandora-latex package. +docfiles size=3 + texmf-dist/doc/latex/mfnfss/changes.txt + texmf-dist/doc/latex/mfnfss/manifest.txt + texmf-dist/doc/latex/mfnfss/readme.txt +srcfiles size=14 + texmf-dist/source/latex/mfnfss/oldgerm.dtx + texmf-dist/source/latex/mfnfss/oldgerm.ins + texmf-dist/source/latex/mfnfss/pandora.dtx + texmf-dist/source/latex/mfnfss/pandora.ins +runfiles size=8 + texmf-dist/tex/latex/mfnfss/oldgerm.sty + texmf-dist/tex/latex/mfnfss/ot1panr.fd + texmf-dist/tex/latex/mfnfss/ot1pss.fd + texmf-dist/tex/latex/mfnfss/pandora.sty + texmf-dist/tex/latex/mfnfss/uyfrak.fd + texmf-dist/tex/latex/mfnfss/uygoth.fd + texmf-dist/tex/latex/mfnfss/uyinit.fd + texmf-dist/tex/latex/mfnfss/uyswab.fd +catalogue-ctan /macros/latex/contrib/mfnfss +catalogue-date 2007-01-10 13:08:53 +0100 +catalogue-license lppl + +name mfpic +category Package +revision 15878 +shortdesc Draw MetaFont/Post pictures from (La)TeX commands. +longdesc Mfpic is a scheme for producing pictures from (La)TeX commands. +longdesc Commands \mfpic and \endmfpic (in LaTeX, the mfpic environment) +longdesc enclose a group in which drawing commands may be placed. The +longdesc commands generate a Meta-language file, which may be processed +longdesc by Metapost (or even Metafont). The resulting image file will +longdesc be read back in to the document to place the picture at the +longdesc point where the original (La)TeX commands appeared. Note that +longdesc the ability to use MetaPost here means that the package works +longdesc equally well in LaTeX and PDFLaTeX. +docfiles size=445 + texmf-dist/doc/generic/mfpic/README details="Readme" + texmf-dist/doc/generic/mfpic/README.mfpic + texmf-dist/doc/generic/mfpic/changes.txt + texmf-dist/doc/generic/mfpic/coil.mps + texmf-dist/doc/generic/mfpic/data.dat + texmf-dist/doc/generic/mfpic/forfun.tex + texmf-dist/doc/generic/mfpic/install.txt + texmf-dist/doc/generic/mfpic/lapictures.tex + texmf-dist/doc/generic/mfpic/mfpcard.pdf details="Quick reference" language="en" + texmf-dist/doc/generic/mfpic/mfpcard.tex + texmf-dist/doc/generic/mfpic/mfpdoc.sty + texmf-dist/doc/generic/mfpic/mfpguide.pdf details="Short introduction" language="en" + texmf-dist/doc/generic/mfpic/mfpguide.tex + texmf-dist/doc/generic/mfpic/mfpic-doc.pdf details="Mfpic manual" language="en" + texmf-dist/doc/generic/mfpic/mfpic-doc.tex + texmf-dist/doc/generic/mfpic/pictures.tex +srcfiles size=151 + texmf-dist/source/generic/mfpic/grafbase.dtx + texmf-dist/source/generic/mfpic/mfpic.dtx + texmf-dist/source/generic/mfpic/mfpic.ins +runfiles size=71 + texmf-dist/metafont/mfpic/grafbase.mf + texmf-dist/metapost/mfpic/dvipsnam.mp + texmf-dist/metapost/mfpic/grafbase.mp + texmf-dist/tex/generic/mfpic/mfpic.sty + texmf-dist/tex/generic/mfpic/mfpic.tex + texmf-dist/tex/generic/mfpic/mfppatch.tex +catalogue-ctan /graphics/mfpic +catalogue-date 2009-10-16 00:37:19 +0200 +catalogue-license lppl1.3 +catalogue-version 1.01 + +name mfpic4ode +category Package +revision 15878 +shortdesc Macros to draw direction fields and solutions of ODEs. +longdesc The package is a small set of macros for drawing direction +longdesc fields, phase portraits and trajectories of differential +longdesc equations and two dimensional autonomous systems. The Euler, +longdesc Runge-Kutta and 4th order Runge-Kutta algorithms are available +longdesc to solve the ODEs. The picture is translated into mfpic macros +longdesc and MetaPost is used to create the final drawing. The package +longdesc is was designed for use with LaTeX, but it can be used in plain +longdesc TeX as well. Online demonstration of the mfpic4ode macros is +longdesc available on the Mfpic Previewer as Example 6. +docfiles size=143 + texmf-dist/doc/latex/mfpic4ode/README details="Readme" + texmf-dist/doc/latex/mfpic4ode/demo/demo-plain.pdf + texmf-dist/doc/latex/mfpic4ode/demo/demo-plain.tex + texmf-dist/doc/latex/mfpic4ode/demo/demo.pdf details="Examples of use" + texmf-dist/doc/latex/mfpic4ode/demo/demo.tex + texmf-dist/doc/latex/mfpic4ode/mfpic4ode.pdf details="Package documentation" +srcfiles size=5 + texmf-dist/source/latex/mfpic4ode/mfpic4ode.dtx + texmf-dist/source/latex/mfpic4ode/mfpic4ode.ins +runfiles size=3 + texmf-dist/tex/latex/mfpic4ode/mfpic4ode.sty + texmf-dist/tex/latex/mfpic4ode/mfpic4ode.tex +catalogue-ctan /macros/latex/contrib/mfpic4ode +catalogue-date 2009-04-15 16:12:22 +0200 +catalogue-license lppl +catalogue-version 0.3 + +name mft +category Package +revision 13822 +runfiles size=7 + texmf-dist/mft/base/README + texmf-dist/mft/base/cmbase.mft + texmf-dist/mft/base/e.mft + texmf-dist/mft/base/mplain.mft + texmf-dist/mft/base/pl.mft + texmf-dist/mft/base/plain.mft + +name mftinc +category Package +revision 15878 +shortdesc Pretty-print Metafont source. +longdesc The mft program pretty-prints Metafont source code into a TeX +longdesc file. The mftinc package facilitates incorporating such files +longdesc into a LaTeX2e document. In addition, mftinc provides routines +longdesc for improved comment formatting and for typesetting font +longdesc tables. +docfiles size=72 + texmf-dist/doc/latex/mftinc/README details="Readme" + texmf-dist/doc/latex/mftinc/mftinc.pdf details="Package documentation" +srcfiles size=16 + texmf-dist/source/latex/mftinc/mftinc.dtx + texmf-dist/source/latex/mftinc/mftinc.ins +runfiles size=2 + texmf-dist/tex/latex/mftinc/mftinc.sty +catalogue-ctan /macros/latex/contrib/mftinc +catalogue-date 2007-01-11 00:21:49 +0100 +catalogue-license lppl +catalogue-version 1.0a + +name mftoeps +category Package +revision 15878 +srcfiles size=23 + texmf-dist/source/metafont/mftoeps/0mftoeps.doc + texmf-dist/source/metafont/mftoeps/m2esamp/0m2esamp.doc + texmf-dist/source/metafont/mftoeps/m2esamp/clipcir.mf + texmf-dist/source/metafont/mftoeps/m2esamp/clipsqu.mf + texmf-dist/source/metafont/mftoeps/m2esamp/holeclip.mf + texmf-dist/source/metafont/mftoeps/m2esamp/holeclip.tex + texmf-dist/source/metafont/mftoeps/m2esamp/holefill.mf + texmf-dist/source/metafont/mftoeps/m2esamp/polygons.mf + texmf-dist/source/metafont/mftoeps/m2esamp/rectan.mf + texmf-dist/source/metafont/mftoeps/m2esamp/rectan_.bat + texmf-dist/source/metafont/mftoeps/m2esamp/sample1a.mf + texmf-dist/source/metafont/mftoeps/m2esamp/sample1b.mf + texmf-dist/source/metafont/mftoeps/m2esamp/sample2a.mf + texmf-dist/source/metafont/mftoeps/m2esamp/sample2b.mf + texmf-dist/source/metafont/mftoeps/m2esamp/sample2c.mf + texmf-dist/source/metafont/mftoeps/m2esamp/sample2d.mf + texmf-dist/source/metafont/mftoeps/m2esamp/sample2e.mf + texmf-dist/source/metafont/mftoeps/m2esamp/sample3.mf + texmf-dist/source/metafont/mftoeps/m2esamp/sample4.mf + texmf-dist/source/metafont/mftoeps/m2esamp/sample5.mf + texmf-dist/source/metafont/mftoeps/m2esamp/stereo.mf +runfiles size=7 + texmf-dist/metafont/mftoeps/mftoeps.mf + +name mfware +category TLCore +revision 15809 +shortdesc Supporting tools for use with MetaFont. +longdesc A collection of programs for processing the output of MetaFont. +depend mfware.ARCH +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 +catalogue-ctan /systems/knuth/dist/mfware +catalogue-date 2009-10-06 20:42:53 +0200 +catalogue-license knuth + +name mfware.alpha-linux +category TLCore +revision 15123 +shortdesc alpha-linux files of mfware +binfiles arch=alpha-linux size=253 + bin/alpha-linux/gftodvi + bin/alpha-linux/gftopk + bin/alpha-linux/gftype + bin/alpha-linux/mft + bin/alpha-linux/pktogf + bin/alpha-linux/pktype + +name mfware.i386-cygwin +category TLCore +revision 15614 +shortdesc i386-cygwin files of mfware +binfiles arch=i386-cygwin size=131 + bin/i386-cygwin/gftodvi.exe + bin/i386-cygwin/gftopk.exe + bin/i386-cygwin/gftype.exe + bin/i386-cygwin/mft.exe + bin/i386-cygwin/pktogf.exe + bin/i386-cygwin/pktype.exe + +name mfware.i386-linux +category TLCore +revision 15104 +shortdesc i386-linux files of mfware +binfiles arch=i386-linux size=127 + bin/i386-linux/gftodvi + bin/i386-linux/gftopk + bin/i386-linux/gftype + bin/i386-linux/mft + bin/i386-linux/pktogf + bin/i386-linux/pktype + +name mfware.i386-netbsd +category TLCore +revision 15167 +shortdesc i386-netbsd files of mfware +binfiles arch=i386-netbsd size=125 + bin/i386-netbsd/gftodvi + bin/i386-netbsd/gftopk + bin/i386-netbsd/gftype + bin/i386-netbsd/mft + bin/i386-netbsd/pktogf + bin/i386-netbsd/pktype + +name mfware.i386-solaris +category TLCore +revision 15141 +shortdesc i386-solaris files of mfware +binfiles arch=i386-solaris size=142 + bin/i386-solaris/gftodvi + bin/i386-solaris/gftopk + bin/i386-solaris/gftype + bin/i386-solaris/mft + bin/i386-solaris/pktogf + bin/i386-solaris/pktype + +name mfware.mips-irix +category TLCore +revision 15558 +shortdesc mips-irix files of mfware +binfiles arch=mips-irix size=237 + bin/mips-irix/gftodvi + bin/mips-irix/gftopk + bin/mips-irix/gftype + bin/mips-irix/mft + bin/mips-irix/pktogf + bin/mips-irix/pktype + +name mfware.powerpc-aix +category TLCore +revision 15638 +shortdesc powerpc-aix files of mfware +binfiles arch=powerpc-aix size=149 + bin/powerpc-aix/gftodvi + bin/powerpc-aix/gftopk + bin/powerpc-aix/gftype + bin/powerpc-aix/mft + bin/powerpc-aix/pktogf + bin/powerpc-aix/pktype + +name mfware.powerpc-linux +category TLCore +revision 15367 +shortdesc powerpc-linux files of mfware +binfiles arch=powerpc-linux size=145 + bin/powerpc-linux/gftodvi + bin/powerpc-linux/gftopk + bin/powerpc-linux/gftype + bin/powerpc-linux/mft + bin/powerpc-linux/pktogf + bin/powerpc-linux/pktype + +name mfware.sparc-linux +category TLCore +revision 15136 +shortdesc sparc-linux files of mfware +binfiles arch=sparc-linux size=134 + bin/sparc-linux/gftodvi + bin/sparc-linux/gftopk + bin/sparc-linux/gftype + bin/sparc-linux/mft + bin/sparc-linux/pktogf + bin/sparc-linux/pktype + +name mfware.sparc-solaris +category TLCore +revision 15157 +shortdesc sparc-solaris files of mfware +binfiles arch=sparc-solaris size=267 + bin/sparc-solaris/gftodvi + bin/sparc-solaris/gftopk + bin/sparc-solaris/gftype + bin/sparc-solaris/mft + bin/sparc-solaris/pktogf + bin/sparc-solaris/pktype + +name mfware.universal-darwin +category TLCore +revision 15137 +shortdesc universal-darwin files of mfware +binfiles arch=universal-darwin size=300 + bin/universal-darwin/gftodvi + bin/universal-darwin/gftopk + bin/universal-darwin/gftype + bin/universal-darwin/mft + bin/universal-darwin/pktogf + bin/universal-darwin/pktype + +name mfware.win32 +category TLCore +revision 15138 +shortdesc win32 files of mfware +binfiles arch=win32 size=36 + bin/win32/gftodvi.exe + bin/win32/gftopk.exe + bin/win32/gftype.exe + bin/win32/mft.exe + bin/win32/pktogf.exe + bin/win32/pktype.exe + +name mfware.x86_64-linux +category TLCore +revision 15365 +shortdesc x86_64-linux files of mfware +binfiles arch=x86_64-linux size=136 + bin/x86_64-linux/gftodvi + bin/x86_64-linux/gftopk + bin/x86_64-linux/gftype + bin/x86_64-linux/mft + bin/x86_64-linux/pktogf + bin/x86_64-linux/pktype + +name mh +category Package +revision 15878 +shortdesc The MH bundle +longdesc The mh bundle is a series of packages designed to enhance the +longdesc appearance of documents containing a lot of math. The main +longdesc backbone is amsmath, so those unfamiliar with this required +longdesc part of the LaTeX system will probably not find the packages +longdesc very useful. Component parts of the bundle are: empheq, +longdesc flexisym, mathtools, mhsetup, breqn, mathstyle and xfrac. The +longdesc empheq package is a visual markup extension of amsmath. Empheq +longdesc allows sophisticated boxing and other marking of multi-line +longdesc maths displays, and fixes problems with ntheorem package place +longdesc end-of-theorem markers. The mathtools package provides many +longdesc useful tools for mathematical typesetting. It fixes various +longdesc deficiencies of amsmath and standard LaTeX. The mhsetup package +longdesc defines various programming tools needed by both empheq and +longdesc mathtools. The breqn package makes more easy the business of +longdesc preparing displayed equations in LaTeX, including permitting +longdesc automatic line-breaking within displayed equations. (Breqn uses +longdesc the mathstyle package to keep track of the current maths +longdesc typesetting style, something that raw TeX hides from the +longdesc programmer.) +docfiles size=511 + texmf-dist/doc/latex/mh/README details="Readme" + texmf-dist/doc/latex/mh/breqn-technotes.pdf details="Technical notes -- breqn" + texmf-dist/doc/latex/mh/breqn.pdf details="Package documentation -- breqn" + texmf-dist/doc/latex/mh/empheq.pdf details="Package documentation -- empheq" + texmf-dist/doc/latex/mh/flexisym.pdf + texmf-dist/doc/latex/mh/mathstyle.pdf details="Package documentation -- mathstyle" + texmf-dist/doc/latex/mh/mathtools.pdf details="Package documentation -- mathtools" + texmf-dist/doc/latex/mh/mhsetup.pdf details="Package documentation -- mhsetup" + texmf-dist/doc/latex/mh/xfrac.pdf details="Package documentation -- xfrac" +srcfiles size=159 + texmf-dist/source/latex/mh/breqn-technotes.tex + texmf-dist/source/latex/mh/breqn.dtx + texmf-dist/source/latex/mh/empheq.dtx + texmf-dist/source/latex/mh/flexisym.dtx + texmf-dist/source/latex/mh/mathstyle.dtx + texmf-dist/source/latex/mh/mathtools.dtx + texmf-dist/source/latex/mh/mhsetup.dtx + texmf-dist/source/latex/mh/xfrac.dtx +runfiles size=60 + texmf-dist/tex/latex/mh/breqn.sty + texmf-dist/tex/latex/mh/cmbase.sym + texmf-dist/tex/latex/mh/empheq.sty + texmf-dist/tex/latex/mh/flexisym.sty + texmf-dist/tex/latex/mh/mathpazo.sym + texmf-dist/tex/latex/mh/mathptmx.sym + texmf-dist/tex/latex/mh/mathstyle.sty + texmf-dist/tex/latex/mh/mathtools.sty + texmf-dist/tex/latex/mh/mhsetup.sty + texmf-dist/tex/latex/mh/msabm.sym + texmf-dist/tex/latex/mh/xfrac.sty +catalogue-ctan /macros/latex/contrib/mh +catalogue-date 2008-08-05 16:11:10 +0200 +catalogue-license lppl + +name mhchem +category Package +revision 15878 +shortdesc Typeset chemical formulae/equations and Risk and Safety phrases. +longdesc Currently, the mhchem bundle consists of two packages: mhchem +longdesc and rsphrase. The mhchem package provides two commands: one for +longdesc typesetting chemical molecular formulae and one for typesetting +longdesc chemical equations with these formulae. The rsphrase package +longdesc contains the text of all official Risk and Safety (R and S) +longdesc Phrases that are used to label chemicals. At the time being, +longdesc these phrases are available in Danish, English, French, German +longdesc (current spelling), and Spanish. +docfiles size=125 + texmf-dist/doc/latex/mhchem/legal.txt + texmf-dist/doc/latex/mhchem/mhchem.pdf details="Package documentation" +runfiles size=42 + texmf-dist/tex/latex/mhchem/mhchem.sty + texmf-dist/tex/latex/mhchem/rsphrase.sty +catalogue-ctan /macros/latex/contrib/mhchem +catalogue-date 2007-05-20 02:39:28 +0200 +catalogue-license lppl +catalogue-version 3.07 + +name mhequ +category Package +revision 15878 +shortdesc Multicolumn equations, tags, labels, sub-numbering. +longdesc MHequ simplifies creating multi-column equation environments, +longdesc and tagging the equations therein. It supports sub-numbers of +longdesc blocks of equations (like (1.2a), (1.2b), etc) and references +longdesc to each equation individually (1.2a) or to the whole block +longdesc (1.2). The labels can be shown in draft mode. Comments in the +longdesc package itself describe usage. +docfiles size=13 + texmf-dist/doc/latex/mhequ/example.pdf details="Examples of package use" + texmf-dist/doc/latex/mhequ/example.tex +runfiles size=3 + texmf-dist/tex/latex/mhequ/mhequ.sty +catalogue-ctan /macros/latex/contrib/mhequ +catalogue-date 2008-05-01 20:41:51 +0200 +catalogue-license other-free +catalogue-version 1.61 + +name mhs +category Package +revision 15878 +shortdesc Historical mathematics. +longdesc This package provides a collection of macros for historical +longdesc descriptions of mathematicians; the macros provide full names +longdesc and birth and death dates of significant mathematicians. +runfiles size=34 + texmf-dist/tex/latex/mhs/mhs.sty +catalogue-ctan /macros/latex/contrib/mhs/mhs.sty +catalogue-date 2008-04-05 21:05:50 +0200 +catalogue-license other-free +catalogue-version 1.05i + +name microtype +category Package +revision 15878 +shortdesc An interface to the micro-typographic features of pdfTeX. +longdesc The package provides a LaTeX interface to pdfTeX's micro- +longdesc typographic extensions: character protrusion and font +longdesc expansion. The package allows you to restrict character +longdesc protrusion and/or font expansion to a certain set of fonts, or +longdesc to certain parts of the document (for example, based on +longdesc selected language), and to configure micro-typographic aspects +longdesc of the fonts in a straight-forward and flexible way. Settings +longdesc for various fonts are provided. The bundle also provides a +longdesc letterspace package; this improves on the alternatives +longdesc (letterspacing and soul), and also provides a means of +longdesc protecting ligatures--notably those in fraktur fonts. Note: +longdesc Font expansion and character protrusion only works with the +longdesc pdfTeX compiler, at least version 0.14f; version 1.20a is +longdesc needed for automatic font expansion. With pdfTeX version 1.30, +longdesc a command is provided for suppressing ligatures. +docfiles size=281 + texmf-dist/doc/latex/microtype/README details="Package README" + texmf-dist/doc/latex/microtype/microtype.pdf details="Package documentation" + texmf-dist/doc/latex/microtype/test-microtype.tex +srcfiles size=136 + texmf-dist/source/latex/microtype/microtype.dtx + texmf-dist/source/latex/microtype/microtype.ins +runfiles size=74 + texmf-dist/tex/latex/microtype/letterspace.sty + texmf-dist/tex/latex/microtype/microtype.cfg + texmf-dist/tex/latex/microtype/microtype.sty + texmf-dist/tex/latex/microtype/mt-bch.cfg + texmf-dist/tex/latex/microtype/mt-blg.cfg + texmf-dist/tex/latex/microtype/mt-cmr.cfg + texmf-dist/tex/latex/microtype/mt-euf.cfg + texmf-dist/tex/latex/microtype/mt-eur.cfg + texmf-dist/tex/latex/microtype/mt-euroitc.cfg + texmf-dist/tex/latex/microtype/mt-eus.cfg + texmf-dist/tex/latex/microtype/mt-msa.cfg + texmf-dist/tex/latex/microtype/mt-msb.cfg + texmf-dist/tex/latex/microtype/mt-mvs.cfg + texmf-dist/tex/latex/microtype/mt-pad.cfg + texmf-dist/tex/latex/microtype/mt-pmn.cfg + texmf-dist/tex/latex/microtype/mt-ppl.cfg + texmf-dist/tex/latex/microtype/mt-ptm.cfg + texmf-dist/tex/latex/microtype/mt-ugm.cfg + texmf-dist/tex/latex/microtype/mt-zpeu.cfg +catalogue-ctan /macros/latex/contrib/microtype +catalogue-date 2009-03-29 01:24:34 +0100 +catalogue-license lppl +catalogue-version 2.3c + +name midnight +category Package +revision 15878 +shortdesc A set of useful macro tools. +longdesc Included are: - quire: making booklets, etc.; - gloss: +longdesc vertically align words in consecutive sentences; - loop: a +longdesc looping construct; - dolines: 'meta'-macros to separate +longdesc arguments by newlines; - labels: address labels and bulk mail +longdesc letters; - styledef: selectively input part of a file; and - +longdesc border: borders around boxes. +docfiles size=122 + texmf-dist/doc/generic/midnight/README details="Package Readme" + texmf-dist/doc/generic/midnight/border.doc + texmf-dist/doc/generic/midnight/dolines.doc + texmf-dist/doc/generic/midnight/gloss.doc + texmf-dist/doc/generic/midnight/labels.doc + texmf-dist/doc/generic/midnight/loop.doc + texmf-dist/doc/generic/midnight/midnight.pdf details="Package documentation" + texmf-dist/doc/generic/midnight/quire.doc + texmf-dist/doc/generic/midnight/styledef.doc +runfiles size=17 + texmf-dist/tex/generic/midnight/border.tex + texmf-dist/tex/generic/midnight/dolines.tex + texmf-dist/tex/generic/midnight/gloss.tex + texmf-dist/tex/generic/midnight/labels.tex + texmf-dist/tex/generic/midnight/loop.tex + texmf-dist/tex/generic/midnight/quire.tex + texmf-dist/tex/generic/midnight/styledef.tex +catalogue-ctan /macros/generic/midnight +catalogue-date 2008-11-09 11:56:27 +0100 +catalogue-license other-free + +name midpage +category Package +revision 15878 +shortdesc Environment for vertical centring. +longdesc The environment will centre text, if immediately preceded and +longdesc followed by \clearpage. +runfiles size=1 + texmf-dist/tex/latex/midpage/midpage.sty +catalogue-ctan /macros/latex/contrib/misc/midpage.sty +catalogue-date 2009-09-03 13:00:14 +0200 +catalogue-license lppl +catalogue-version 1.1a + +name miller +category Package +revision 15878 +shortdesc Typeset miller indices. +longdesc Typeset miller indices, e.g., <1-20>, that are used in material +longdesc science with an easy syntax. Minus signs are printed as bar +longdesc above the corresponding number. +docfiles size=73 + texmf-dist/doc/latex/miller/ChangeLog + texmf-dist/doc/latex/miller/README + texmf-dist/doc/latex/miller/miller-v.tex + texmf-dist/doc/latex/miller/miller.pdf + texmf-dist/doc/latex/miller/miller.xml + texmf-dist/doc/latex/miller/millertest.tex +srcfiles size=4 + texmf-dist/source/latex/miller/Makefile + texmf-dist/source/latex/miller/miller.dtx + texmf-dist/source/latex/miller/miller.ins +runfiles size=1 + texmf-dist/tex/latex/miller/miller.sty +catalogue-ctan /macros/latex/contrib/miller +catalogue-date 2007-01-12 00:17:35 +0100 +catalogue-license lppl +catalogue-version 1.2 + +name minibox +category Package +revision 15878 +shortdesc A simple type of box for LaTeX. +longdesc This small package provides a convenient input syntax for boxes +longdesc that don't break their text over lines automatically, but do +longdesc allow manual line breaks. The boxes shrink to the natural width +longdesc of the longest line they contain. +docfiles size=31 + texmf-dist/doc/latex/minibox/README details="Readme" + texmf-dist/doc/latex/minibox/minibox.pdf details="Package documentation" +srcfiles size=3 + texmf-dist/source/latex/minibox/minibox.ins + texmf-dist/source/latex/minibox/minibox.tex +runfiles size=1 + texmf-dist/tex/latex/minibox/minibox.sty +catalogue-ctan /macros/latex/contrib/minibox +catalogue-date 2009-05-06 13:59:23 +0200 +catalogue-license lppl +catalogue-version 0.1 + +name minipage-marginpar +category Package +revision 15878 +shortdesc Minipages with marginal notes. +longdesc This package allows \marginpar-commands inside of minipages and +longdesc other boxes. (It takes another approach than marginnote by +longdesc Markus Kohm: it saves all \marginpar-commands and typesets them +longdesc outside (i.e., after) the box.) The package defines an +longdesc environment minipagewithmarginpars (to be used like minipage)-- +longdesc and the internal commands may be used by other packages to +longdesc define similar environments or commands. +docfiles size=51 + texmf-dist/doc/latex/minipage-marginpar/README details="README file" + texmf-dist/doc/latex/minipage-marginpar/minipage-marginpar.pdf details="Package documentation" language="de" +srcfiles size=5 + texmf-dist/source/latex/minipage-marginpar/minipage-marginpar.dtx + texmf-dist/source/latex/minipage-marginpar/minipage-marginpar.ins +runfiles size=2 + texmf-dist/tex/latex/minipage-marginpar/minipage-marginpar.sty + texmf-dist/tex/latex/minipage-marginpar/mpgmpar.sty +catalogue-ctan /macros/latex/contrib/minipage-marginpar +catalogue-date 2008-04-09 16:44:20 +0200 +catalogue-license lppl +catalogue-version v0.2 + +name miniplot +category Package +revision 15878 +shortdesc A package for easy figure arrangement. +longdesc MiniPlot is a package to help the LaTeX user typeset EPS +longdesc figures using an easy-to-use interface. Figures can be arranged +longdesc as one-figure-only or as a collection of figures in columns and +longdesc rows which can itself contain sub-figures in columns and rows. +longdesc Wrapped figures are also supported. This package provides +longdesc commands to display a framebox instead of the figure as the +longdesc graphics package does already but additionally it writes useful +longdesc information such as the label and scaling factor into these +longdesc boxes. +docfiles size=65 + texmf-dist/doc/latex/miniplot/disclaimer.txt + texmf-dist/doc/latex/miniplot/figures/1.eps + texmf-dist/doc/latex/miniplot/figures/2.eps + texmf-dist/doc/latex/miniplot/figures/3.eps + texmf-dist/doc/latex/miniplot/figures/4.eps + texmf-dist/doc/latex/miniplot/figures/wrapMe.eps + texmf-dist/doc/latex/miniplot/miniplot.dvi + texmf-dist/doc/latex/miniplot/miniplot.tex +runfiles size=10 + texmf-dist/tex/latex/miniplot/miniplot.sty +catalogue-ctan /macros/latex/contrib/miniplot +catalogue-date 2007-01-12 00:17:35 +0100 +catalogue-license lppl + +name minitoc +category Package +revision 15878 +shortdesc Produce a table of contents for each chapter, part or section. +longdesc The minitoc package allows you to add mini-tables-of-contents +longdesc (minitocs) at the beginning of every chapter, part or section. +longdesc There is also provision for mini-lists of figures and of +longdesc tables. At the part level, they are parttocs, partlofs and +longdesc partlots. If the type of document does not use chapters, the +longdesc basic provision is section level secttocs, sectlofs and +longdesc sectlots. The package has provision for language-specific +longdesc configuration of its own "fixed names", using .mld files +longdesc (analagous to babel .ldf files that do that job for LaTeX"s own +longdesc fixed names). +docfiles size=20341 + texmf-dist/doc/latex/minitoc/CATALOG + texmf-dist/doc/latex/minitoc/INSTALL + texmf-dist/doc/latex/minitoc/README details="Readme" language="en" + texmf-dist/doc/latex/minitoc/TODO + texmf-dist/doc/latex/minitoc/aaland-f.png + texmf-dist/doc/latex/minitoc/acadian-m.pdf + texmf-dist/doc/latex/minitoc/acadie-f.png + texmf-dist/doc/latex/minitoc/acadien-m.pdf + texmf-dist/doc/latex/minitoc/afghan-f.png + texmf-dist/doc/latex/minitoc/africa-lf.png + texmf-dist/doc/latex/minitoc/africa-lo.pdf + texmf-dist/doc/latex/minitoc/afrsud-l.pdf + texmf-dist/doc/latex/minitoc/afrsud-p.pdf + texmf-dist/doc/latex/minitoc/alb2.png + texmf-dist/doc/latex/minitoc/alba-eth.pdf + texmf-dist/doc/latex/minitoc/albania-f.png + texmf-dist/doc/latex/minitoc/albania.pdf + texmf-dist/doc/latex/minitoc/algeria-f.png + texmf-dist/doc/latex/minitoc/allemand.jpg + texmf-dist/doc/latex/minitoc/alsace-f.png + texmf-dist/doc/latex/minitoc/andorra-f.png + texmf-dist/doc/latex/minitoc/anglo1.pdf + texmf-dist/doc/latex/minitoc/angola-f.png + texmf-dist/doc/latex/minitoc/arab-l.jpg + texmf-dist/doc/latex/minitoc/arabw.png + texmf-dist/doc/latex/minitoc/argentina-f.png + texmf-dist/doc/latex/minitoc/armenia-f.png + texmf-dist/doc/latex/minitoc/armeniad.pdf + texmf-dist/doc/latex/minitoc/armenian-l.png + texmf-dist/doc/latex/minitoc/armeniar.jpg + texmf-dist/doc/latex/minitoc/aruba-f.png + texmf-dist/doc/latex/minitoc/australia-f.png + texmf-dist/doc/latex/minitoc/austria-f.png + texmf-dist/doc/latex/minitoc/azerbaijan-f.png + texmf-dist/doc/latex/minitoc/bahamas-f.png + texmf-dist/doc/latex/minitoc/bahrain-f.png + texmf-dist/doc/latex/minitoc/baltes.jpg + texmf-dist/doc/latex/minitoc/bangla.png + texmf-dist/doc/latex/minitoc/bangla1.png + texmf-dist/doc/latex/minitoc/bangla2.png + texmf-dist/doc/latex/minitoc/bangladesh-f.png + texmf-dist/doc/latex/minitoc/barbados-f.png + texmf-dist/doc/latex/minitoc/basque-de.png + texmf-dist/doc/latex/minitoc/basque-df.png + texmf-dist/doc/latex/minitoc/basque1.pdf + texmf-dist/doc/latex/minitoc/basque2.pdf + texmf-dist/doc/latex/minitoc/be-dg-f.png + texmf-dist/doc/latex/minitoc/belarus-f.png + texmf-dist/doc/latex/minitoc/belgique.pdf + texmf-dist/doc/latex/minitoc/belgium-f.png + texmf-dist/doc/latex/minitoc/belize-f.png + texmf-dist/doc/latex/minitoc/bengali-m.jpg + texmf-dist/doc/latex/minitoc/benin-f.png + texmf-dist/doc/latex/minitoc/bolivia-f.png + texmf-dist/doc/latex/minitoc/bolzano-f.png + texmf-dist/doc/latex/minitoc/bosnia-hz-f.png + texmf-dist/doc/latex/minitoc/bosnia.pdf + texmf-dist/doc/latex/minitoc/bozen-f.png + texmf-dist/doc/latex/minitoc/brazil-f.png + texmf-dist/doc/latex/minitoc/brazil.pdf + texmf-dist/doc/latex/minitoc/brazilp.pdf + texmf-dist/doc/latex/minitoc/bretagne.pdf + texmf-dist/doc/latex/minitoc/brussels-f.png + texmf-dist/doc/latex/minitoc/bulgaria-f.png + texmf-dist/doc/latex/minitoc/bulgariar.jpg + texmf-dist/doc/latex/minitoc/bulgarski.png + texmf-dist/doc/latex/minitoc/bulgmap.png + texmf-dist/doc/latex/minitoc/bur-f.png + texmf-dist/doc/latex/minitoc/burkina-f.png + texmf-dist/doc/latex/minitoc/burundi-f.png + texmf-dist/doc/latex/minitoc/buryatia-l.pdf + texmf-dist/doc/latex/minitoc/buryatia.pdf + texmf-dist/doc/latex/minitoc/california-f.png + texmf-dist/doc/latex/minitoc/cambodia-f.png + texmf-dist/doc/latex/minitoc/cameroon-f.png + texmf-dist/doc/latex/minitoc/canada-f.png + texmf-dist/doc/latex/minitoc/canada-l.pdf + texmf-dist/doc/latex/minitoc/canada-pe.png + texmf-dist/doc/latex/minitoc/canada-pf.pdf + texmf-dist/doc/latex/minitoc/canada.pdf + texmf-dist/doc/latex/minitoc/canada1.pdf + texmf-dist/doc/latex/minitoc/cap-verde-f.png + texmf-dist/doc/latex/minitoc/castille-f.png + texmf-dist/doc/latex/minitoc/catalan-d.pdf + texmf-dist/doc/latex/minitoc/catalan-p.pdf + texmf-dist/doc/latex/minitoc/catalonia-f.png + texmf-dist/doc/latex/minitoc/caucasus.pdf + texmf-dist/doc/latex/minitoc/central-africa-f.png + texmf-dist/doc/latex/minitoc/chad-f.png + texmf-dist/doc/latex/minitoc/chile-f.png + texmf-dist/doc/latex/minitoc/china-ae.png + texmf-dist/doc/latex/minitoc/china-af.png + texmf-dist/doc/latex/minitoc/china-ch.png + texmf-dist/doc/latex/minitoc/china-f.png + texmf-dist/doc/latex/minitoc/china-l.pdf + texmf-dist/doc/latex/minitoc/china-w.png + texmf-dist/doc/latex/minitoc/chine1.pdf + texmf-dist/doc/latex/minitoc/chine2.pdf + texmf-dist/doc/latex/minitoc/cis-f.png + texmf-dist/doc/latex/minitoc/cmk + texmf-dist/doc/latex/minitoc/colombia-f.png + texmf-dist/doc/latex/minitoc/comoros-f.png + texmf-dist/doc/latex/minitoc/congo-f.png + texmf-dist/doc/latex/minitoc/corsica-f.jpg + texmf-dist/doc/latex/minitoc/costa-rica-f.jpg + texmf-dist/doc/latex/minitoc/cplp-0.png + texmf-dist/doc/latex/minitoc/cplpmap.png + texmf-dist/doc/latex/minitoc/croatia-f.png + texmf-dist/doc/latex/minitoc/croatia-un.png + texmf-dist/doc/latex/minitoc/croatie2.png + texmf-dist/doc/latex/minitoc/cuba-f.png + texmf-dist/doc/latex/minitoc/cyprus-f.png + texmf-dist/doc/latex/minitoc/cyr-alf.png + texmf-dist/doc/latex/minitoc/cz1.pdf + texmf-dist/doc/latex/minitoc/cz3.png + texmf-dist/doc/latex/minitoc/czech-f.png + texmf-dist/doc/latex/minitoc/czechd.pdf + texmf-dist/doc/latex/minitoc/dane-f.png + texmf-dist/doc/latex/minitoc/danemark.jpg + texmf-dist/doc/latex/minitoc/danishd.pdf + texmf-dist/doc/latex/minitoc/danishg.pdf + texmf-dist/doc/latex/minitoc/devanagari.png + texmf-dist/doc/latex/minitoc/djibouti-f.png + texmf-dist/doc/latex/minitoc/dominica-f.png + texmf-dist/doc/latex/minitoc/dominican-f.png + texmf-dist/doc/latex/minitoc/dutchw.pdf + texmf-dist/doc/latex/minitoc/east-timor-f.png + texmf-dist/doc/latex/minitoc/ecosse1.pdf + texmf-dist/doc/latex/minitoc/ecosse2.pdf + texmf-dist/doc/latex/minitoc/ecosse3.pdf + texmf-dist/doc/latex/minitoc/ecuador-f.jpg + texmf-dist/doc/latex/minitoc/egypt-f.png + texmf-dist/doc/latex/minitoc/el-salvador-f.png + texmf-dist/doc/latex/minitoc/emk + texmf-dist/doc/latex/minitoc/england-f.jpg + texmf-dist/doc/latex/minitoc/equa-guinea-f.png + texmf-dist/doc/latex/minitoc/eritrea-f.png + texmf-dist/doc/latex/minitoc/espa-l.pdf + texmf-dist/doc/latex/minitoc/espa-o.png + texmf-dist/doc/latex/minitoc/esperanto-f.png + texmf-dist/doc/latex/minitoc/estonia-a.pdf + texmf-dist/doc/latex/minitoc/estonia-b.pdf + texmf-dist/doc/latex/minitoc/estonia-f.png + texmf-dist/doc/latex/minitoc/eth2.png + texmf-dist/doc/latex/minitoc/ethiolang.png + texmf-dist/doc/latex/minitoc/ethiopia-f.png + texmf-dist/doc/latex/minitoc/ethiopia-p.pdf + texmf-dist/doc/latex/minitoc/ethiopia.pdf + texmf-dist/doc/latex/minitoc/euro-lan.png + texmf-dist/doc/latex/minitoc/euro-lan1.png + texmf-dist/doc/latex/minitoc/euro-lan2.png + texmf-dist/doc/latex/minitoc/eusk-f.png + texmf-dist/doc/latex/minitoc/euskara.png + texmf-dist/doc/latex/minitoc/faroe-f.png + texmf-dist/doc/latex/minitoc/farsi-logo.png + texmf-dist/doc/latex/minitoc/farsi.pdf + texmf-dist/doc/latex/minitoc/feroe.jpg + texmf-dist/doc/latex/minitoc/fiji-f.png + texmf-dist/doc/latex/minitoc/finland-f.png + texmf-dist/doc/latex/minitoc/finlande1.png + texmf-dist/doc/latex/minitoc/finlande2.pdf + texmf-dist/doc/latex/minitoc/finnishd.pdf + texmf-dist/doc/latex/minitoc/finnishl.pdf + texmf-dist/doc/latex/minitoc/flanders-f.png + texmf-dist/doc/latex/minitoc/fmk + texmf-dist/doc/latex/minitoc/france-f.png + texmf-dist/doc/latex/minitoc/france-lr.png + texmf-dist/doc/latex/minitoc/franco.png + texmf-dist/doc/latex/minitoc/francophonie-f.png + texmf-dist/doc/latex/minitoc/fswahili.pdf + texmf-dist/doc/latex/minitoc/gabon-f.png + texmf-dist/doc/latex/minitoc/gael-ft.pdf + texmf-dist/doc/latex/minitoc/gaid.jpg + texmf-dist/doc/latex/minitoc/galicia-f.png + texmf-dist/doc/latex/minitoc/galicia-m.pdf + texmf-dist/doc/latex/minitoc/galicia-mp.pdf + texmf-dist/doc/latex/minitoc/galician-l.png + texmf-dist/doc/latex/minitoc/galles1.pdf + texmf-dist/doc/latex/minitoc/galles2.pdf + texmf-dist/doc/latex/minitoc/georgia-f.png + texmf-dist/doc/latex/minitoc/germ-w.png + texmf-dist/doc/latex/minitoc/german-c.pdf + texmf-dist/doc/latex/minitoc/german-d.pdf + texmf-dist/doc/latex/minitoc/german-m.pdf + texmf-dist/doc/latex/minitoc/germany-f.jpg + texmf-dist/doc/latex/minitoc/ghana-f.png + texmf-dist/doc/latex/minitoc/gibraltar-f.png + texmf-dist/doc/latex/minitoc/grece1.pdf + texmf-dist/doc/latex/minitoc/grece2.pdf + texmf-dist/doc/latex/minitoc/greece-f.png + texmf-dist/doc/latex/minitoc/greeka.png + texmf-dist/doc/latex/minitoc/greekm.jpg + texmf-dist/doc/latex/minitoc/greenland-f.png + texmf-dist/doc/latex/minitoc/guatemala-f.jpg + texmf-dist/doc/latex/minitoc/guinea-bissau-f.png + texmf-dist/doc/latex/minitoc/guinea-f.png + texmf-dist/doc/latex/minitoc/gwenn-f.png + texmf-dist/doc/latex/minitoc/haiti-f.jpg + texmf-dist/doc/latex/minitoc/hangul.png + texmf-dist/doc/latex/minitoc/hanja.png + texmf-dist/doc/latex/minitoc/hanzi.png + texmf-dist/doc/latex/minitoc/hin.png + texmf-dist/doc/latex/minitoc/hindi-b.png + texmf-dist/doc/latex/minitoc/hindi-p.png + texmf-dist/doc/latex/minitoc/hispano.png + texmf-dist/doc/latex/minitoc/honduras-f.png + texmf-dist/doc/latex/minitoc/hrv.png + texmf-dist/doc/latex/minitoc/hun1.png + texmf-dist/doc/latex/minitoc/hun2.jpg + texmf-dist/doc/latex/minitoc/hungary-f.png + texmf-dist/doc/latex/minitoc/iceland-f.png + texmf-dist/doc/latex/minitoc/imk + texmf-dist/doc/latex/minitoc/imongolia-f.png + texmf-dist/doc/latex/minitoc/inde1.pdf + texmf-dist/doc/latex/minitoc/inde2.jpg + texmf-dist/doc/latex/minitoc/india-f.png + texmf-dist/doc/latex/minitoc/indonesia-f.png + texmf-dist/doc/latex/minitoc/indonesia1.pdf + texmf-dist/doc/latex/minitoc/indonesia2.pdf + texmf-dist/doc/latex/minitoc/iran-f.png + texmf-dist/doc/latex/minitoc/iranian.jpg + texmf-dist/doc/latex/minitoc/iraq-f.png + texmf-dist/doc/latex/minitoc/ireland-f.png + texmf-dist/doc/latex/minitoc/irish.png + texmf-dist/doc/latex/minitoc/irlande.pdf + texmf-dist/doc/latex/minitoc/islam-pbc.png + texmf-dist/doc/latex/minitoc/islam-sw.pdf + texmf-dist/doc/latex/minitoc/islande.png + texmf-dist/doc/latex/minitoc/islandep.jpg + texmf-dist/doc/latex/minitoc/isr1.pdf + texmf-dist/doc/latex/minitoc/isr2.pdf + texmf-dist/doc/latex/minitoc/israel-f.png + texmf-dist/doc/latex/minitoc/italian.pdf + texmf-dist/doc/latex/minitoc/italo1.png + texmf-dist/doc/latex/minitoc/italy-f.png + texmf-dist/doc/latex/minitoc/italysm.png + texmf-dist/doc/latex/minitoc/ivory-f.png + texmf-dist/doc/latex/minitoc/ivrit.png + texmf-dist/doc/latex/minitoc/jamaica-f.png + texmf-dist/doc/latex/minitoc/japan-f.png + texmf-dist/doc/latex/minitoc/japon1.pdf + texmf-dist/doc/latex/minitoc/japon2.jpg + texmf-dist/doc/latex/minitoc/jordan-f.png + texmf-dist/doc/latex/minitoc/jutland-f.png + texmf-dist/doc/latex/minitoc/kannada-n.png + texmf-dist/doc/latex/minitoc/karnad1.jpg + texmf-dist/doc/latex/minitoc/karnataka-f.jpg + texmf-dist/doc/latex/minitoc/karnataka.jpg + texmf-dist/doc/latex/minitoc/kazakhstan-f.png + texmf-dist/doc/latex/minitoc/kenya-f.png + texmf-dist/doc/latex/minitoc/kerala-f.jpg + texmf-dist/doc/latex/minitoc/kerala.jpg + texmf-dist/doc/latex/minitoc/khalkha.pdf + texmf-dist/doc/latex/minitoc/kiribati-f.png + texmf-dist/doc/latex/minitoc/korea-n-f.png + texmf-dist/doc/latex/minitoc/korea-s-f.png + texmf-dist/doc/latex/minitoc/korean1.png + texmf-dist/doc/latex/minitoc/korean2.jpg + texmf-dist/doc/latex/minitoc/kos-alb.png + texmf-dist/doc/latex/minitoc/kos-ml.png + texmf-dist/doc/latex/minitoc/kosovo-f.png + texmf-dist/doc/latex/minitoc/kuwait-f.png + texmf-dist/doc/latex/minitoc/kyrgyzstan-f.png + texmf-dist/doc/latex/minitoc/lamed3.png + texmf-dist/doc/latex/minitoc/lang-g.png + texmf-dist/doc/latex/minitoc/laos-f.png + texmf-dist/doc/latex/minitoc/latvia-f.png + texmf-dist/doc/latex/minitoc/latvian-d.png + texmf-dist/doc/latex/minitoc/latvian-r1.png + texmf-dist/doc/latex/minitoc/lebanon-f.png + texmf-dist/doc/latex/minitoc/lettonie.jpg + texmf-dist/doc/latex/minitoc/leur.png + texmf-dist/doc/latex/minitoc/liberia-f.png + texmf-dist/doc/latex/minitoc/libya-f.jpg + texmf-dist/doc/latex/minitoc/liech-f.png + texmf-dist/doc/latex/minitoc/lithuania-f.jpg + texmf-dist/doc/latex/minitoc/lituanie.png + texmf-dist/doc/latex/minitoc/lorraine-f.jpg + texmf-dist/doc/latex/minitoc/louisiana-f.png + texmf-dist/doc/latex/minitoc/ls-f.png + texmf-dist/doc/latex/minitoc/luso1.pdf + texmf-dist/doc/latex/minitoc/luso2.pdf + texmf-dist/doc/latex/minitoc/lux-f.png + texmf-dist/doc/latex/minitoc/macau-f.png + texmf-dist/doc/latex/minitoc/macedonia-f.png + texmf-dist/doc/latex/minitoc/madagascar-f.png + texmf-dist/doc/latex/minitoc/maine-f.jpg + texmf-dist/doc/latex/minitoc/malawi-f.png + texmf-dist/doc/latex/minitoc/malayalam.pdf + texmf-dist/doc/latex/minitoc/malayalam.png + texmf-dist/doc/latex/minitoc/malaysia-f.png + texmf-dist/doc/latex/minitoc/malaysia1.pdf + texmf-dist/doc/latex/minitoc/malaysia2.pdf + texmf-dist/doc/latex/minitoc/mali-f.png + texmf-dist/doc/latex/minitoc/malta1-f.png + texmf-dist/doc/latex/minitoc/manchu.jpg + texmf-dist/doc/latex/minitoc/manchuria.jpg + texmf-dist/doc/latex/minitoc/manjuc.jpg + texmf-dist/doc/latex/minitoc/manjui.png + texmf-dist/doc/latex/minitoc/mauritania-f.png + texmf-dist/doc/latex/minitoc/mauritius-f.png + texmf-dist/doc/latex/minitoc/mex1.pdf + texmf-dist/doc/latex/minitoc/mex2.pdf + texmf-dist/doc/latex/minitoc/mex3.pdf + texmf-dist/doc/latex/minitoc/mexico-f.jpg + texmf-dist/doc/latex/minitoc/mexip.pdf + texmf-dist/doc/latex/minitoc/meyalu.png + texmf-dist/doc/latex/minitoc/minitoc-fr.bib + texmf-dist/doc/latex/minitoc/minitoc-fr.lan + texmf-dist/doc/latex/minitoc/minitoc-fr.pdf details="Package documentation, in French" language="fr" + texmf-dist/doc/latex/minitoc/minitoc.bib + texmf-dist/doc/latex/minitoc/minitoc.bug + texmf-dist/doc/latex/minitoc/minitoc.l + texmf-dist/doc/latex/minitoc/minitoc.lan + texmf-dist/doc/latex/minitoc/minitoc.pdf details="Package documentation, in English" language="en" + texmf-dist/doc/latex/minitoc/minitoc.pre + texmf-dist/doc/latex/minitoc/minitoc.sum + texmf-dist/doc/latex/minitoc/moldova-f.png + texmf-dist/doc/latex/minitoc/monaco-f.png + texmf-dist/doc/latex/minitoc/mondep.png + texmf-dist/doc/latex/minitoc/mongasie.pdf + texmf-dist/doc/latex/minitoc/mongolcy.png + texmf-dist/doc/latex/minitoc/mongolia-f.png + texmf-dist/doc/latex/minitoc/mongolian.pdf + texmf-dist/doc/latex/minitoc/mongols.png + texmf-dist/doc/latex/minitoc/mongoltr.png + texmf-dist/doc/latex/minitoc/montenegro-f.jpg + texmf-dist/doc/latex/minitoc/morocco-f.png + texmf-dist/doc/latex/minitoc/mozambique-f.png + texmf-dist/doc/latex/minitoc/mtc-2c.pdf + texmf-dist/doc/latex/minitoc/mtc-2c.tex + texmf-dist/doc/latex/minitoc/mtc-2nd.pdf + texmf-dist/doc/latex/minitoc/mtc-2nd.tex + texmf-dist/doc/latex/minitoc/mtc-3co.pdf + texmf-dist/doc/latex/minitoc/mtc-3co.tex + texmf-dist/doc/latex/minitoc/mtc-add.bib + texmf-dist/doc/latex/minitoc/mtc-add.pdf + texmf-dist/doc/latex/minitoc/mtc-add.tex + texmf-dist/doc/latex/minitoc/mtc-ads.pdf + texmf-dist/doc/latex/minitoc/mtc-ads.tex + texmf-dist/doc/latex/minitoc/mtc-amm.pdf + texmf-dist/doc/latex/minitoc/mtc-amm.tex + texmf-dist/doc/latex/minitoc/mtc-apx.pdf + texmf-dist/doc/latex/minitoc/mtc-apx.tex + texmf-dist/doc/latex/minitoc/mtc-art.pdf + texmf-dist/doc/latex/minitoc/mtc-art.tex + texmf-dist/doc/latex/minitoc/mtc-bk.pdf + texmf-dist/doc/latex/minitoc/mtc-bk.tex + texmf-dist/doc/latex/minitoc/mtc-bo.pdf + texmf-dist/doc/latex/minitoc/mtc-bo.tex + texmf-dist/doc/latex/minitoc/mtc-ch0.pdf + texmf-dist/doc/latex/minitoc/mtc-ch0.tex + texmf-dist/doc/latex/minitoc/mtc-cri.pdf + texmf-dist/doc/latex/minitoc/mtc-cri.tex + texmf-dist/doc/latex/minitoc/mtc-fko.pdf + texmf-dist/doc/latex/minitoc/mtc-fko.tex + texmf-dist/doc/latex/minitoc/mtc-fo1.pdf + texmf-dist/doc/latex/minitoc/mtc-fo1.tex + texmf-dist/doc/latex/minitoc/mtc-fo2.pdf + texmf-dist/doc/latex/minitoc/mtc-fo2.tex + texmf-dist/doc/latex/minitoc/mtc-gap.pdf + texmf-dist/doc/latex/minitoc/mtc-gap.tex + texmf-dist/doc/latex/minitoc/mtc-hi1.pdf + texmf-dist/doc/latex/minitoc/mtc-hi1.tex + texmf-dist/doc/latex/minitoc/mtc-hi2.pdf + texmf-dist/doc/latex/minitoc/mtc-hi2.tex + texmf-dist/doc/latex/minitoc/mtc-hia.pdf + texmf-dist/doc/latex/minitoc/mtc-hia.tex + texmf-dist/doc/latex/minitoc/mtc-hir.pdf + texmf-dist/doc/latex/minitoc/mtc-hir.tex + texmf-dist/doc/latex/minitoc/mtc-hop.pdf + texmf-dist/doc/latex/minitoc/mtc-hop.tex + texmf-dist/doc/latex/minitoc/mtc-liv.pdf + texmf-dist/doc/latex/minitoc/mtc-liv.tex + texmf-dist/doc/latex/minitoc/mtc-mem.pdf + texmf-dist/doc/latex/minitoc/mtc-mem.tex + texmf-dist/doc/latex/minitoc/mtc-mm1.pdf + texmf-dist/doc/latex/minitoc/mtc-mm1.tex + texmf-dist/doc/latex/minitoc/mtc-mu.pdf + texmf-dist/doc/latex/minitoc/mtc-mu.tex + texmf-dist/doc/latex/minitoc/mtc-nom.pdf + texmf-dist/doc/latex/minitoc/mtc-nom.tex + texmf-dist/doc/latex/minitoc/mtc-ocf.pdf + texmf-dist/doc/latex/minitoc/mtc-ocf.tex + texmf-dist/doc/latex/minitoc/mtc-ofs.pdf + texmf-dist/doc/latex/minitoc/mtc-ofs.tex + texmf-dist/doc/latex/minitoc/mtc-sbf.pdf + texmf-dist/doc/latex/minitoc/mtc-sbf.tex + texmf-dist/doc/latex/minitoc/mtc-scr.pdf + texmf-dist/doc/latex/minitoc/mtc-scr.tex + texmf-dist/doc/latex/minitoc/mtc-syn.pdf + texmf-dist/doc/latex/minitoc/mtc-syn.tex + texmf-dist/doc/latex/minitoc/mtc-tbi.pdf + texmf-dist/doc/latex/minitoc/mtc-tbi.tex + texmf-dist/doc/latex/minitoc/mtc-tlc.pdf + texmf-dist/doc/latex/minitoc/mtc-tlc.tex + texmf-dist/doc/latex/minitoc/mtc-tlo.pdf + texmf-dist/doc/latex/minitoc/mtc-tlo.tex + texmf-dist/doc/latex/minitoc/mtc-tsf.pdf + texmf-dist/doc/latex/minitoc/mtc-tsf.tex + texmf-dist/doc/latex/minitoc/mtc-vti.pdf + texmf-dist/doc/latex/minitoc/mtc-vti.tex + texmf-dist/doc/latex/minitoc/namibia-f.png + texmf-dist/doc/latex/minitoc/nbrunswick-f.png + texmf-dist/doc/latex/minitoc/ncyprus-f.png + texmf-dist/doc/latex/minitoc/neder.pdf + texmf-dist/doc/latex/minitoc/netherlands-antilles-f.png + texmf-dist/doc/latex/minitoc/netherlands-f.png + texmf-dist/doc/latex/minitoc/new-york-f.png + texmf-dist/doc/latex/minitoc/newzealand-f.png + texmf-dist/doc/latex/minitoc/nicaragua-f.png + texmf-dist/doc/latex/minitoc/nice-f.png + texmf-dist/doc/latex/minitoc/niger-f.png + texmf-dist/doc/latex/minitoc/nigeria-f.png + texmf-dist/doc/latex/minitoc/nihongo.png + texmf-dist/doc/latex/minitoc/norvege-c.pdf + texmf-dist/doc/latex/minitoc/norvege-t.pdf + texmf-dist/doc/latex/minitoc/norway-f.png + texmf-dist/doc/latex/minitoc/norway-p.pdf + texmf-dist/doc/latex/minitoc/occ-f.png + texmf-dist/doc/latex/minitoc/occdial1.jpg + texmf-dist/doc/latex/minitoc/occdial2.png + texmf-dist/doc/latex/minitoc/occitanie.png + texmf-dist/doc/latex/minitoc/occtaur.jpg + texmf-dist/doc/latex/minitoc/oman-f.png + texmf-dist/doc/latex/minitoc/opole-f.png + texmf-dist/doc/latex/minitoc/pakistan-f.png + texmf-dist/doc/latex/minitoc/palestine-f.png + texmf-dist/doc/latex/minitoc/panama-f.png + texmf-dist/doc/latex/minitoc/paraguay-f.png + texmf-dist/doc/latex/minitoc/paraguay.png + texmf-dist/doc/latex/minitoc/paraguayp.pdf + texmf-dist/doc/latex/minitoc/peru-f.png + texmf-dist/doc/latex/minitoc/philippines-f.png + texmf-dist/doc/latex/minitoc/pmk + texmf-dist/doc/latex/minitoc/poland-f.png + texmf-dist/doc/latex/minitoc/polish-d.jpg + texmf-dist/doc/latex/minitoc/polmin.jpg + texmf-dist/doc/latex/minitoc/pologne.pdf + texmf-dist/doc/latex/minitoc/polski-f.png + texmf-dist/doc/latex/minitoc/portu-a.png + texmf-dist/doc/latex/minitoc/portu-b.png + texmf-dist/doc/latex/minitoc/portu-p.jpg + texmf-dist/doc/latex/minitoc/portu-r.jpg + texmf-dist/doc/latex/minitoc/portugal-f.png + texmf-dist/doc/latex/minitoc/portugal.pdf + texmf-dist/doc/latex/minitoc/puerto-rico-f.png + texmf-dist/doc/latex/minitoc/qatar-f.png + texmf-dist/doc/latex/minitoc/quebec-f.png + texmf-dist/doc/latex/minitoc/rdcongo-f.png + texmf-dist/doc/latex/minitoc/rmk + texmf-dist/doc/latex/minitoc/romania-f.png + texmf-dist/doc/latex/minitoc/romanian.pdf + texmf-dist/doc/latex/minitoc/rus-cyr.png + texmf-dist/doc/latex/minitoc/rus-re.png + texmf-dist/doc/latex/minitoc/rus-su.pdf + texmf-dist/doc/latex/minitoc/russia-f.png + texmf-dist/doc/latex/minitoc/russian-e.pdf + texmf-dist/doc/latex/minitoc/russian-n.png + texmf-dist/doc/latex/minitoc/russian-w.png + texmf-dist/doc/latex/minitoc/russian.png + texmf-dist/doc/latex/minitoc/rwanda-f.png + texmf-dist/doc/latex/minitoc/saint-lucia-f.png + texmf-dist/doc/latex/minitoc/same-f.png + texmf-dist/doc/latex/minitoc/same.png + texmf-dist/doc/latex/minitoc/sami-f.png + texmf-dist/doc/latex/minitoc/samoa-f.png + texmf-dist/doc/latex/minitoc/san-marino-f.png + texmf-dist/doc/latex/minitoc/sao-f.png + texmf-dist/doc/latex/minitoc/saudi-arabia-f.png + texmf-dist/doc/latex/minitoc/scotland-f.png + texmf-dist/doc/latex/minitoc/senegal-f.png + texmf-dist/doc/latex/minitoc/serb-a.pdf + texmf-dist/doc/latex/minitoc/serbia-f.png + texmf-dist/doc/latex/minitoc/serbia-f2.png + texmf-dist/doc/latex/minitoc/serbia1.pdf + texmf-dist/doc/latex/minitoc/seychelles-f.png + texmf-dist/doc/latex/minitoc/singapore-f.png + texmf-dist/doc/latex/minitoc/slovak-ok.png + texmf-dist/doc/latex/minitoc/slovakia-f.png + texmf-dist/doc/latex/minitoc/slovakia.pdf + texmf-dist/doc/latex/minitoc/slovenia-f.png + texmf-dist/doc/latex/minitoc/slovenian.png + texmf-dist/doc/latex/minitoc/slovenie.pdf + texmf-dist/doc/latex/minitoc/solomon-islands-f.png + texmf-dist/doc/latex/minitoc/somalia-f.png + texmf-dist/doc/latex/minitoc/sorabe-1.jpg + texmf-dist/doc/latex/minitoc/sorabe-2.jpg + texmf-dist/doc/latex/minitoc/sorben.jpg + texmf-dist/doc/latex/minitoc/sorbian.jpg + texmf-dist/doc/latex/minitoc/south-africa-f.png + texmf-dist/doc/latex/minitoc/spain-f.png + texmf-dist/doc/latex/minitoc/spain.png + texmf-dist/doc/latex/minitoc/spilhennig.png + texmf-dist/doc/latex/minitoc/start.jpg + texmf-dist/doc/latex/minitoc/stop.png + texmf-dist/doc/latex/minitoc/sudan-f.png + texmf-dist/doc/latex/minitoc/suede-a.pdf + texmf-dist/doc/latex/minitoc/suede-fin.pdf + texmf-dist/doc/latex/minitoc/suisse-f.png + texmf-dist/doc/latex/minitoc/suriname-f.png + texmf-dist/doc/latex/minitoc/svenska.png + texmf-dist/doc/latex/minitoc/swahili-m.png + texmf-dist/doc/latex/minitoc/swahili.pdf + texmf-dist/doc/latex/minitoc/sweden-f.png + texmf-dist/doc/latex/minitoc/sweden.pdf + texmf-dist/doc/latex/minitoc/syria-f.png + texmf-dist/doc/latex/minitoc/taiwan-f.png + texmf-dist/doc/latex/minitoc/tajikistan-f.png + texmf-dist/doc/latex/minitoc/tanzania-f.png + texmf-dist/doc/latex/minitoc/thai.pdf + texmf-dist/doc/latex/minitoc/thai.png + texmf-dist/doc/latex/minitoc/thailand-f.png + texmf-dist/doc/latex/minitoc/tmk + texmf-dist/doc/latex/minitoc/togo-f.png + texmf-dist/doc/latex/minitoc/tonga-f.png + texmf-dist/doc/latex/minitoc/tunisia-f.png + texmf-dist/doc/latex/minitoc/turkey-f.png + texmf-dist/doc/latex/minitoc/turkish.png + texmf-dist/doc/latex/minitoc/turkmenistan-f.png + texmf-dist/doc/latex/minitoc/turquie.pdf + texmf-dist/doc/latex/minitoc/tuvalu-f.png + texmf-dist/doc/latex/minitoc/uae-f.png + texmf-dist/doc/latex/minitoc/uganda-f.png + texmf-dist/doc/latex/minitoc/uighur-f.png + texmf-dist/doc/latex/minitoc/uighur.pdf + texmf-dist/doc/latex/minitoc/uk-f.png + texmf-dist/doc/latex/minitoc/ukra.png + texmf-dist/doc/latex/minitoc/ukraine-f.png + texmf-dist/doc/latex/minitoc/ukraine.jpg + texmf-dist/doc/latex/minitoc/ukrainep.pdf + texmf-dist/doc/latex/minitoc/uruguay-f.png + texmf-dist/doc/latex/minitoc/us-f.png + texmf-dist/doc/latex/minitoc/usa-f.png + texmf-dist/doc/latex/minitoc/uzbekistan-f.png + texmf-dist/doc/latex/minitoc/vanuatu-f.png + texmf-dist/doc/latex/minitoc/vatican-f.jpg + texmf-dist/doc/latex/minitoc/venezuela-f.png + texmf-dist/doc/latex/minitoc/vermont-f.png + texmf-dist/doc/latex/minitoc/viet-w.pdf + texmf-dist/doc/latex/minitoc/viet2.pdf + texmf-dist/doc/latex/minitoc/viet3.pdf + texmf-dist/doc/latex/minitoc/viet4.pdf + texmf-dist/doc/latex/minitoc/vietnam-f.png + texmf-dist/doc/latex/minitoc/vojvodina-f.png + texmf-dist/doc/latex/minitoc/wales-f.png + texmf-dist/doc/latex/minitoc/wallonia-f.png + texmf-dist/doc/latex/minitoc/wallonie.pdf + texmf-dist/doc/latex/minitoc/wiki.png + texmf-dist/doc/latex/minitoc/wikif.png + texmf-dist/doc/latex/minitoc/wrs-a.png + texmf-dist/doc/latex/minitoc/wrs-c.png + texmf-dist/doc/latex/minitoc/xinjiang.png + texmf-dist/doc/latex/minitoc/xinjiangc.png + texmf-dist/doc/latex/minitoc/xmk + texmf-dist/doc/latex/minitoc/xyugo.png + texmf-dist/doc/latex/minitoc/yemen-f.png + texmf-dist/doc/latex/minitoc/zambia-f.png + texmf-dist/doc/latex/minitoc/zanzibar-f.png + texmf-dist/doc/latex/minitoc/zimbabwe-f.png +srcfiles size=705 + texmf-dist/source/latex/minitoc/minitoc-fr.dtx + texmf-dist/source/latex/minitoc/minitoc.dtx + texmf-dist/source/latex/minitoc/minitoc.ins +runfiles size=291 + texmf-dist/bibtex/bst/minitoc/en-mtc.bst + texmf-dist/bibtex/bst/minitoc/fr-mtc.bst + texmf-dist/makeindex/minitoc/minitoc-fr.ist + texmf-dist/makeindex/minitoc/minitoc.ist + texmf-dist/tex/latex/minitoc/UKenglish.mld + texmf-dist/tex/latex/minitoc/USenglish.mld + texmf-dist/tex/latex/minitoc/acadian.mld + texmf-dist/tex/latex/minitoc/acadien.mld + texmf-dist/tex/latex/minitoc/afrikaan.mld + texmf-dist/tex/latex/minitoc/afrikaans.mld + texmf-dist/tex/latex/minitoc/albanian.mld + texmf-dist/tex/latex/minitoc/american.mld + texmf-dist/tex/latex/minitoc/arab.mld + texmf-dist/tex/latex/minitoc/arab2.mld + texmf-dist/tex/latex/minitoc/arabi.mld + texmf-dist/tex/latex/minitoc/arabic.mld + texmf-dist/tex/latex/minitoc/armenian.mld + texmf-dist/tex/latex/minitoc/australian.mld + texmf-dist/tex/latex/minitoc/austrian.mld + texmf-dist/tex/latex/minitoc/bahasa.mld + texmf-dist/tex/latex/minitoc/bahasai.mld + texmf-dist/tex/latex/minitoc/bahasam.mld + texmf-dist/tex/latex/minitoc/bangla.mld + texmf-dist/tex/latex/minitoc/basque.mld + texmf-dist/tex/latex/minitoc/bengali.mld + texmf-dist/tex/latex/minitoc/bicig.mld + texmf-dist/tex/latex/minitoc/bicig2.mld + texmf-dist/tex/latex/minitoc/bicig3.mld + texmf-dist/tex/latex/minitoc/bithe.mld + texmf-dist/tex/latex/minitoc/boldsc.sty + texmf-dist/tex/latex/minitoc/brazil.mld + texmf-dist/tex/latex/minitoc/brazilian.mld + texmf-dist/tex/latex/minitoc/breton.mld + texmf-dist/tex/latex/minitoc/british.mld + texmf-dist/tex/latex/minitoc/bulgarian.mld + texmf-dist/tex/latex/minitoc/bulgarianb.mld + texmf-dist/tex/latex/minitoc/buryat.mld + texmf-dist/tex/latex/minitoc/buryat2.mld + texmf-dist/tex/latex/minitoc/canadian.mld + texmf-dist/tex/latex/minitoc/canadien.mld + texmf-dist/tex/latex/minitoc/castillan.mld + texmf-dist/tex/latex/minitoc/castillian.mld + texmf-dist/tex/latex/minitoc/catalan.mld + texmf-dist/tex/latex/minitoc/chinese1.mld + texmf-dist/tex/latex/minitoc/chinese1.mlo + texmf-dist/tex/latex/minitoc/chinese2.mld + texmf-dist/tex/latex/minitoc/chinese2.mlo + texmf-dist/tex/latex/minitoc/croatian.mld + texmf-dist/tex/latex/minitoc/czech.mld + texmf-dist/tex/latex/minitoc/danish.mld + texmf-dist/tex/latex/minitoc/dblaccnt.sty + texmf-dist/tex/latex/minitoc/devanagari.mld + texmf-dist/tex/latex/minitoc/dutch.mld + texmf-dist/tex/latex/minitoc/english.mld + texmf-dist/tex/latex/minitoc/english1.mld + texmf-dist/tex/latex/minitoc/english2.mld + texmf-dist/tex/latex/minitoc/esperant.mld + texmf-dist/tex/latex/minitoc/esperanto.mld + texmf-dist/tex/latex/minitoc/estonian.mld + texmf-dist/tex/latex/minitoc/ethiopia.mld + texmf-dist/tex/latex/minitoc/ethiopian.mld + texmf-dist/tex/latex/minitoc/ethiopian2.mld + texmf-dist/tex/latex/minitoc/farsi1.mld + texmf-dist/tex/latex/minitoc/farsi1.mlo + texmf-dist/tex/latex/minitoc/farsi2.mld + texmf-dist/tex/latex/minitoc/farsi2.mlo + texmf-dist/tex/latex/minitoc/farsi3.mld + texmf-dist/tex/latex/minitoc/finnish.mld + texmf-dist/tex/latex/minitoc/finnish2.mld + texmf-dist/tex/latex/minitoc/franc.sty + texmf-dist/tex/latex/minitoc/francais.mld + texmf-dist/tex/latex/minitoc/frbib.sty + texmf-dist/tex/latex/minitoc/french.mld + texmf-dist/tex/latex/minitoc/french1.mld + texmf-dist/tex/latex/minitoc/french2.mld + texmf-dist/tex/latex/minitoc/frenchb.mld + texmf-dist/tex/latex/minitoc/frenchle.mld + texmf-dist/tex/latex/minitoc/frenchpro.mld + texmf-dist/tex/latex/minitoc/frnew.sty + texmf-dist/tex/latex/minitoc/galician.mld + texmf-dist/tex/latex/minitoc/german.mld + texmf-dist/tex/latex/minitoc/germanb.mld + texmf-dist/tex/latex/minitoc/germanb2.mld + texmf-dist/tex/latex/minitoc/greek-mono.mld + texmf-dist/tex/latex/minitoc/greek-polydemo.mld + texmf-dist/tex/latex/minitoc/greek-polykatha.mld + texmf-dist/tex/latex/minitoc/greek.mld + texmf-dist/tex/latex/minitoc/guarani.mld + texmf-dist/tex/latex/minitoc/hangul-u8.mld + texmf-dist/tex/latex/minitoc/hangul-u8.mlo + texmf-dist/tex/latex/minitoc/hangul1.mld + texmf-dist/tex/latex/minitoc/hangul1.mlo + texmf-dist/tex/latex/minitoc/hangul2.mld + texmf-dist/tex/latex/minitoc/hangul2.mlo + texmf-dist/tex/latex/minitoc/hangul3.mld + texmf-dist/tex/latex/minitoc/hangul3.mlo + texmf-dist/tex/latex/minitoc/hangul4.mld + texmf-dist/tex/latex/minitoc/hangul4.mlo + texmf-dist/tex/latex/minitoc/hanja-u8.mld + texmf-dist/tex/latex/minitoc/hanja-u8.mlo + texmf-dist/tex/latex/minitoc/hanja1.mld + texmf-dist/tex/latex/minitoc/hanja1.mlo + texmf-dist/tex/latex/minitoc/hanja2.mld + texmf-dist/tex/latex/minitoc/hanja2.mlo + texmf-dist/tex/latex/minitoc/hebrew.mld + texmf-dist/tex/latex/minitoc/hebrew2.mld + texmf-dist/tex/latex/minitoc/hindi-modern.mld + texmf-dist/tex/latex/minitoc/hindi.mld + texmf-dist/tex/latex/minitoc/hungarian.mld + texmf-dist/tex/latex/minitoc/icelandic.mld + texmf-dist/tex/latex/minitoc/indon.mld + texmf-dist/tex/latex/minitoc/indonesian.mld + texmf-dist/tex/latex/minitoc/interlingua.mld + texmf-dist/tex/latex/minitoc/irish.mld + texmf-dist/tex/latex/minitoc/italian.mld + texmf-dist/tex/latex/minitoc/italian2.mld + texmf-dist/tex/latex/minitoc/japanese.mld + texmf-dist/tex/latex/minitoc/japanese.mlo + texmf-dist/tex/latex/minitoc/japanese2.mld + texmf-dist/tex/latex/minitoc/japanese2.mlo + texmf-dist/tex/latex/minitoc/japanese3.mld + texmf-dist/tex/latex/minitoc/japanese3.mlo + texmf-dist/tex/latex/minitoc/japanese4.mld + texmf-dist/tex/latex/minitoc/japanese4.mlo + texmf-dist/tex/latex/minitoc/japanese5.mld + texmf-dist/tex/latex/minitoc/japanese5.mlo + texmf-dist/tex/latex/minitoc/japanese6.mld + texmf-dist/tex/latex/minitoc/japanese6.mlo + texmf-dist/tex/latex/minitoc/kannada.mld + texmf-dist/tex/latex/minitoc/khalkha.mld + texmf-dist/tex/latex/minitoc/latin.mld + texmf-dist/tex/latex/minitoc/latin2.mld + texmf-dist/tex/latex/minitoc/latinc.mld + texmf-dist/tex/latex/minitoc/latinc2.mld + texmf-dist/tex/latex/minitoc/latvian.mld + texmf-dist/tex/latex/minitoc/latvian2.mld + texmf-dist/tex/latex/minitoc/letton.mld + texmf-dist/tex/latex/minitoc/letton2.mld + texmf-dist/tex/latex/minitoc/lithuanian.mld + texmf-dist/tex/latex/minitoc/lithuanian2.mld + texmf-dist/tex/latex/minitoc/lowersorbian.mld + texmf-dist/tex/latex/minitoc/lsorbian.mld + texmf-dist/tex/latex/minitoc/magyar.mld + texmf-dist/tex/latex/minitoc/magyar2.mld + texmf-dist/tex/latex/minitoc/magyar3.mld + texmf-dist/tex/latex/minitoc/malay.mld + texmf-dist/tex/latex/minitoc/malayalam-b.mld + texmf-dist/tex/latex/minitoc/malayalam-keli.mld + texmf-dist/tex/latex/minitoc/malayalam-keli2.mld + texmf-dist/tex/latex/minitoc/malayalam-mr.mld + texmf-dist/tex/latex/minitoc/malayalam-omega.mld + texmf-dist/tex/latex/minitoc/malayalam-omega.mlo + texmf-dist/tex/latex/minitoc/malayalam-rachana.mld + texmf-dist/tex/latex/minitoc/malayalam-rachana2.mld + texmf-dist/tex/latex/minitoc/malayalam-rachana3.mld + texmf-dist/tex/latex/minitoc/manju.mld + texmf-dist/tex/latex/minitoc/mexican.mld + texmf-dist/tex/latex/minitoc/meyalu.mld + texmf-dist/tex/latex/minitoc/minitoc.sty + texmf-dist/tex/latex/minitoc/mongol.mld + texmf-dist/tex/latex/minitoc/mongolb.mld + texmf-dist/tex/latex/minitoc/mongolian.mld + texmf-dist/tex/latex/minitoc/mtcmess.sty + texmf-dist/tex/latex/minitoc/mtcoff.sty + texmf-dist/tex/latex/minitoc/mtcpatchmem.sty + texmf-dist/tex/latex/minitoc/mypatches.sty + texmf-dist/tex/latex/minitoc/naustrian.mld + texmf-dist/tex/latex/minitoc/newzealand.mld + texmf-dist/tex/latex/minitoc/ngerman.mld + texmf-dist/tex/latex/minitoc/ngermanb.mld + texmf-dist/tex/latex/minitoc/ngermanb2.mld + texmf-dist/tex/latex/minitoc/norsk.mld + texmf-dist/tex/latex/minitoc/norsk2.mld + texmf-dist/tex/latex/minitoc/nynorsk.mld + texmf-dist/tex/latex/minitoc/nynorsk2.mld + texmf-dist/tex/latex/minitoc/occitan.mld + texmf-dist/tex/latex/minitoc/occitan2.mld + texmf-dist/tex/latex/minitoc/polish.mld + texmf-dist/tex/latex/minitoc/polish2.mld + texmf-dist/tex/latex/minitoc/polski.mld + texmf-dist/tex/latex/minitoc/portuges.mld + texmf-dist/tex/latex/minitoc/portuguese.mld + texmf-dist/tex/latex/minitoc/romanian.mld + texmf-dist/tex/latex/minitoc/romanian2.mld + texmf-dist/tex/latex/minitoc/romanian3.mld + texmf-dist/tex/latex/minitoc/russian-cca.mld + texmf-dist/tex/latex/minitoc/russian-cca.mlo + texmf-dist/tex/latex/minitoc/russian-cca1.mld + texmf-dist/tex/latex/minitoc/russian-cca1.mlo + texmf-dist/tex/latex/minitoc/russian-lh.mld + texmf-dist/tex/latex/minitoc/russian-lh.mlo + texmf-dist/tex/latex/minitoc/russian-lhcyralt.mld + texmf-dist/tex/latex/minitoc/russian-lhcyralt.mlo + texmf-dist/tex/latex/minitoc/russian-lhcyrkoi.mld + texmf-dist/tex/latex/minitoc/russian-lhcyrkoi.mlo + texmf-dist/tex/latex/minitoc/russian-lhcyrwin.mld + texmf-dist/tex/latex/minitoc/russian-lhcyrwin.mlo + texmf-dist/tex/latex/minitoc/russian.mld + texmf-dist/tex/latex/minitoc/russian2m.mld + texmf-dist/tex/latex/minitoc/russian2o.mld + texmf-dist/tex/latex/minitoc/russianb.mld + texmf-dist/tex/latex/minitoc/russianc.mld + texmf-dist/tex/latex/minitoc/samin.mld + texmf-dist/tex/latex/minitoc/scottish.mld + texmf-dist/tex/latex/minitoc/serbian.mld + texmf-dist/tex/latex/minitoc/serbianc.mld + texmf-dist/tex/latex/minitoc/slovak.mld + texmf-dist/tex/latex/minitoc/slovene.mld + texmf-dist/tex/latex/minitoc/spanish.mld + texmf-dist/tex/latex/minitoc/spanish2.mld + texmf-dist/tex/latex/minitoc/spanish3.mld + texmf-dist/tex/latex/minitoc/spanish4.mld + texmf-dist/tex/latex/minitoc/swahili.mld + texmf-dist/tex/latex/minitoc/swedish.mld + texmf-dist/tex/latex/minitoc/swedish2.mld + texmf-dist/tex/latex/minitoc/thai.mld + texmf-dist/tex/latex/minitoc/thai.mlo + texmf-dist/tex/latex/minitoc/turkish.mld + texmf-dist/tex/latex/minitoc/uighur.mld + texmf-dist/tex/latex/minitoc/uighur2.mld + texmf-dist/tex/latex/minitoc/uighur3.mld + texmf-dist/tex/latex/minitoc/ukraineb.mld + texmf-dist/tex/latex/minitoc/ukrainian.mld + texmf-dist/tex/latex/minitoc/uppersorbian.mld + texmf-dist/tex/latex/minitoc/usorbian.mld + texmf-dist/tex/latex/minitoc/vietnam.mld + texmf-dist/tex/latex/minitoc/vietnamese.mld + texmf-dist/tex/latex/minitoc/welsh.mld + texmf-dist/tex/latex/minitoc/xalx.mld + texmf-dist/tex/latex/minitoc/xalx2.mld + texmf-dist/tex/latex/minitoc/xalx3.mld +catalogue-ctan /macros/latex/contrib/minitoc +catalogue-date 2009-05-26 00:38:29 +0200 +catalogue-license lppl +catalogue-version 60 + +name minutes +category Package +revision 15878 +shortdesc Package for writing minutes of meetings. +longdesc Supports the creation of a collection of minutes. Features +longdesc include: - Support of tasks (who, schedule, what, time of +longdesc finishing; - possibility of creating a list of open tasks; - +longdesc inclusion of open tasks from other minutes; - Support for +longdesc attachments; - Support of schedule dates (in planning: support +longdesc for the calendar package); - Different versions ('secret +longdesc parts'); and - Macros for votes and decisions (list of +longdesc decisions). +docfiles size=91 + texmf-dist/doc/latex/minutes/MinStyGd.tex + texmf-dist/doc/latex/minutes/Overview.tex + texmf-dist/doc/latex/minutes/Protokol.tex + texmf-dist/doc/latex/minutes/README details="Readme" + texmf-dist/doc/latex/minutes/Sample.tex + texmf-dist/doc/latex/minutes/SampleDE.tex + texmf-dist/doc/latex/minutes/SampleEN.tex + texmf-dist/doc/latex/minutes/SampleNL.tex + texmf-dist/doc/latex/minutes/minutes.pdf details="Package documentation" +srcfiles size=23 + texmf-dist/source/latex/minutes/minutes.dtx + texmf-dist/source/latex/minutes/minutes.ins +runfiles size=8 + texmf-dist/tex/latex/minutes/minutes.sty +catalogue-ctan /macros/latex/contrib/minutes +catalogue-date 2008-10-01 22:21:01 +0200 +catalogue-license other-free +catalogue-version 1.8b + +name misc +category Package +revision 15878 +runfiles size=96 + texmf-dist/fonts/source/public/misc/black.mf + texmf-dist/fonts/source/public/misc/blackaps.mf + texmf-dist/fonts/source/public/misc/blackcx.mf + texmf-dist/fonts/source/public/misc/blackimagen.mf + texmf-dist/fonts/source/public/misc/blacklino.mf + texmf-dist/fonts/source/public/misc/blacklj.mf + texmf-dist/fonts/source/public/misc/cmman.mf + texmf-dist/fonts/source/public/misc/gray.mf + texmf-dist/fonts/source/public/misc/grayaps.mf + texmf-dist/fonts/source/public/misc/graycx.mf + texmf-dist/fonts/source/public/misc/grayf.mf + texmf-dist/fonts/source/public/misc/grayimagen.mf + texmf-dist/fonts/source/public/misc/grayimagen3.mf + texmf-dist/fonts/source/public/misc/grayimagenlight.mf + texmf-dist/fonts/source/public/misc/graylj.mf + texmf-dist/fonts/source/public/misc/manfnt.mf + texmf-dist/fonts/source/public/misc/mfman.mf + texmf-dist/fonts/source/public/misc/oneone.mf + texmf-dist/fonts/source/public/misc/random.mf + texmf-dist/fonts/source/public/misc/slant.mf + texmf-dist/fonts/source/public/misc/slantaps4.mf + texmf-dist/fonts/source/public/misc/slantcx4.mf + texmf-dist/fonts/source/public/misc/slantcx6.mf + texmf-dist/fonts/source/public/misc/slantimagen4.mf + texmf-dist/fonts/source/public/misc/slantimagen6.mf + texmf-dist/fonts/source/public/misc/slantlino4.mf + texmf-dist/fonts/source/public/misc/slantlj4.mf + texmf-dist/fonts/source/public/misc/slantlj6.mf + texmf-dist/fonts/tfm/public/misc/black.tfm + texmf-dist/fonts/tfm/public/misc/blackcx.tfm + texmf-dist/fonts/tfm/public/misc/cmman.tfm + texmf-dist/fonts/tfm/public/misc/gray.tfm + texmf-dist/fonts/tfm/public/misc/graycx.tfm + texmf-dist/fonts/tfm/public/misc/grayimagen3.tfm + texmf-dist/fonts/tfm/public/misc/manfnt.tfm + texmf-dist/fonts/tfm/public/misc/oneone.tfm + texmf-dist/fonts/tfm/public/misc/slantcx4.tfm + texmf-dist/fonts/tfm/public/misc/slantcx6.tfm + texmf-dist/fonts/tfm/public/misc/slantlj4.tfm + texmf-dist/fonts/tfm/public/misc/slantlj6.tfm + texmf-dist/omega/ocp/misc/ebcdic.ocp + texmf-dist/omega/ocp/misc/id.ocp + texmf-dist/omega/otp/misc/ebcdic.otp + texmf-dist/omega/otp/misc/id.otp + texmf-dist/tex/generic/misc/null.tex + texmf-dist/tex/generic/misc/texnames.sty + texmf-dist/tex/plain/misc/idxmac.tex + texmf-dist/tex/plain/misc/pdfcolor.tex + texmf-dist/tex/plain/misc/tugboat.def + texmf-dist/tex/plain/misc/xepsf.tex + +name misc209 +category Package +revision 15878 +runfiles size=13 + texmf-dist/tex/latex/misc209/bibmods.sty + texmf-dist/tex/latex/misc209/example.sty + texmf-dist/tex/latex/misc209/hangcaption.sty + texmf-dist/tex/latex/misc209/multibox.sty + texmf-dist/tex/latex/misc209/multind.sty + texmf-dist/tex/latex/misc209/portland.sty + texmf-dist/tex/latex/misc209/psboxit.sty + +name mkgrkindex +category Package +revision 15878 +catalogue greek-makeindex +shortdesc Makeindex working with Greek. +longdesc Makeindex is resolutely stuck with Latin-based alphabets, so +longdesc will not deal with Greek indexes, unaided. This package +longdesc provides a Perl script that will transmute the index of a Greek +longdesc document in such a way that makeindex will sort the entries +longdesc according to the rules of the Greek alphabet. +depend mkgrkindex.ARCH +docfiles size=28 + texmf-dist/doc/support/mkgrkindex/mkgrkindex.nw + texmf-dist/doc/support/mkgrkindex/mkgrkindex.pdf details="Package documentation" +runfiles size=4 + texmf-dist/makeindex/mkgrkindex/lowercase-headers.ist + texmf-dist/makeindex/mkgrkindex/uppercase-headers.ist + texmf-dist/scripts/mkgrkindex/mkgrkindex +catalogue-ctan /language/greek/mkgrkindex +catalogue-date 2009-07-22 21:50:16 +0200 +catalogue-license other-free +catalogue-version 2.0 + +name mkgrkindex.alpha-linux +category Package +revision 15878 +shortdesc alpha-linux files of mkgrkindex +binfiles arch=alpha-linux size=1 + bin/alpha-linux/mkgrkindex + +name mkgrkindex.i386-cygwin +category Package +revision 15878 +shortdesc i386-cygwin files of mkgrkindex +binfiles arch=i386-cygwin size=1 + bin/i386-cygwin/mkgrkindex + +name mkgrkindex.i386-linux +category Package +revision 15878 +shortdesc i386-linux files of mkgrkindex +binfiles arch=i386-linux size=1 + bin/i386-linux/mkgrkindex + +name mkgrkindex.i386-netbsd +category Package +revision 15878 +shortdesc i386-netbsd files of mkgrkindex +binfiles arch=i386-netbsd size=1 + bin/i386-netbsd/mkgrkindex + +name mkgrkindex.i386-solaris +category Package +revision 15878 +shortdesc i386-solaris files of mkgrkindex +binfiles arch=i386-solaris size=1 + bin/i386-solaris/mkgrkindex + +name mkgrkindex.mips-irix +category Package +revision 15878 +shortdesc mips-irix files of mkgrkindex +binfiles arch=mips-irix size=1 + bin/mips-irix/mkgrkindex + +name mkgrkindex.powerpc-aix +category Package +revision 15878 +shortdesc powerpc-aix files of mkgrkindex +binfiles arch=powerpc-aix size=1 + bin/powerpc-aix/mkgrkindex + +name mkgrkindex.powerpc-linux +category Package +revision 15878 +shortdesc powerpc-linux files of mkgrkindex +binfiles arch=powerpc-linux size=1 + bin/powerpc-linux/mkgrkindex + +name mkgrkindex.sparc-linux +category Package +revision 15878 +shortdesc sparc-linux files of mkgrkindex +binfiles arch=sparc-linux size=1 + bin/sparc-linux/mkgrkindex + +name mkgrkindex.sparc-solaris +category Package +revision 15878 +shortdesc sparc-solaris files of mkgrkindex +binfiles arch=sparc-solaris size=1 + bin/sparc-solaris/mkgrkindex + +name mkgrkindex.universal-darwin +category Package +revision 15878 +shortdesc universal-darwin files of mkgrkindex +binfiles arch=universal-darwin size=1 + bin/universal-darwin/mkgrkindex + +name mkgrkindex.win32 +category Package +revision 15878 +shortdesc win32 files of mkgrkindex +binfiles arch=win32 size=1 + bin/win32/mkgrkindex.exe + +name mkgrkindex.x86_64-linux +category Package +revision 15878 +shortdesc x86_64-linux files of mkgrkindex +binfiles arch=x86_64-linux size=1 + bin/x86_64-linux/mkgrkindex + +name mkind-english +category Package +revision 15878 +runfiles size=3 + texmf-dist/makeindex/mkind-english/digit.ist + texmf-dist/makeindex/mkind-english/letter.ist + texmf-dist/makeindex/mkind-english/special.ist + +name mkind-german +category Package +revision 15878 +runfiles size=4 + texmf-dist/makeindex/mkind-german/digit.ist + texmf-dist/makeindex/mkind-german/special.ist + texmf-dist/makeindex/mkind-german/umlaut.ist + texmf-dist/makeindex/mkind-german/wb.ist + +name mkjobtexmf +category Package +revision 15878 +shortdesc Generate a texmf tree for a particular job. +longdesc The progam mkjobtexmf runs a program and tries to find the used +longdesc file names. Two methods are available, option "-recorder" of +longdesc TeX (Web2C) or the program strace. Then it generates a +longdesc directory with a texmf tree. It checks the found files and +longdesc tries sort them in this texmf tree. It can be used for +longdesc archiving purposes or to speed up following TeX runs. +depend mkjobtexmf.ARCH +docfiles size=48 + texmf-dist/doc/generic/mkjobtexmf/README + texmf-dist/doc/generic/mkjobtexmf/mkjobtexmf.html + texmf-dist/doc/generic/mkjobtexmf/mkjobtexmf.ltx + texmf-dist/doc/generic/mkjobtexmf/mkjobtexmf.man + texmf-dist/doc/generic/mkjobtexmf/mkjobtexmf.pdf details="Package documentation" + texmf-dist/doc/generic/mkjobtexmf/mkjobtexmf.txt details="Readme" + texmf/doc/man/man1/mkjobtexmf.1 + texmf/doc/man/man1/mkjobtexmf.man1.pdf +srcfiles size=21 + texmf-dist/source/generic/mkjobtexmf/Makefile.in + texmf-dist/source/generic/mkjobtexmf/configure + texmf-dist/source/generic/mkjobtexmf/configure.ac + texmf-dist/source/generic/mkjobtexmf/install-sh +runfiles size=5 + texmf-dist/scripts/mkjobtexmf/mkjobtexmf.pl +catalogue-ctan /support/mkjobtexmf +catalogue-date 2008-08-22 15:19:59 +0200 +catalogue-license artistic +catalogue-version 0.7 + +name mkjobtexmf.alpha-linux +category Package +revision 15878 +shortdesc alpha-linux files of mkjobtexmf +binfiles arch=alpha-linux size=1 + bin/alpha-linux/mkjobtexmf + +name mkjobtexmf.i386-cygwin +category Package +revision 15878 +shortdesc i386-cygwin files of mkjobtexmf +binfiles arch=i386-cygwin size=1 + bin/i386-cygwin/mkjobtexmf + +name mkjobtexmf.i386-linux +category Package +revision 15878 +shortdesc i386-linux files of mkjobtexmf +binfiles arch=i386-linux size=1 + bin/i386-linux/mkjobtexmf + +name mkjobtexmf.i386-netbsd +category Package +revision 15878 +shortdesc i386-netbsd files of mkjobtexmf +binfiles arch=i386-netbsd size=1 + bin/i386-netbsd/mkjobtexmf + +name mkjobtexmf.i386-solaris +category Package +revision 15878 +shortdesc i386-solaris files of mkjobtexmf +binfiles arch=i386-solaris size=1 + bin/i386-solaris/mkjobtexmf + +name mkjobtexmf.mips-irix +category Package +revision 15878 +shortdesc mips-irix files of mkjobtexmf +binfiles arch=mips-irix size=1 + bin/mips-irix/mkjobtexmf + +name mkjobtexmf.powerpc-aix +category Package +revision 15878 +shortdesc powerpc-aix files of mkjobtexmf +binfiles arch=powerpc-aix size=1 + bin/powerpc-aix/mkjobtexmf + +name mkjobtexmf.powerpc-linux +category Package +revision 15878 +shortdesc powerpc-linux files of mkjobtexmf +binfiles arch=powerpc-linux size=1 + bin/powerpc-linux/mkjobtexmf + +name mkjobtexmf.sparc-linux +category Package +revision 15878 +shortdesc sparc-linux files of mkjobtexmf +binfiles arch=sparc-linux size=1 + bin/sparc-linux/mkjobtexmf + +name mkjobtexmf.sparc-solaris +category Package +revision 15878 +shortdesc sparc-solaris files of mkjobtexmf +binfiles arch=sparc-solaris size=1 + bin/sparc-solaris/mkjobtexmf + +name mkjobtexmf.universal-darwin +category Package +revision 15878 +shortdesc universal-darwin files of mkjobtexmf +binfiles arch=universal-darwin size=1 + bin/universal-darwin/mkjobtexmf + +name mkjobtexmf.win32 +category Package +revision 15878 +shortdesc win32 files of mkjobtexmf +binfiles arch=win32 size=1 + bin/win32/mkjobtexmf.exe + +name mkjobtexmf.x86_64-linux +category Package +revision 15878 +shortdesc x86_64-linux files of mkjobtexmf +binfiles arch=x86_64-linux size=1 + bin/x86_64-linux/mkjobtexmf + +name mkpattern +category Package +revision 15878 +shortdesc A utility for making hyphenation patterns. +longdesc Mkpattern is a general purpose program for the generation of +longdesc hyphenation patterns, with definition of letter sets and +longdesc template-like constructions. It also provides an easy way to +longdesc handle different input and output encodings, and featgures +longdesc generation of clean UTF-8 patterns. The package was used for +longdesc the creation of the Galician patterns. +docfiles size=28 + texmf-dist/doc/plain/mkpattern/README details="Package README" + texmf-dist/doc/plain/mkpattern/mkpatdoc.tex + texmf-dist/doc/plain/mkpattern/mkpatter.pdf details="Package documentation" + texmf-dist/doc/plain/mkpattern/mkpattern-exmpl.tex +runfiles size=4 + texmf-dist/tex/plain/mkpattern/mkpatter.tex +catalogue-ctan /language/hyphenation/utils/mkpattern +catalogue-date 2008-08-22 16:39:18 +0200 +catalogue-license lppl +catalogue-version 1.2 + +name mla-paper +category Package +revision 15878 +shortdesc Proper MLA formatting. +longdesc This package formats articles using the MLA style. The aim is +longdesc that students and other academics in the humanities should +longdesc properly typeset their materials with minimal effort on their +longdesc part. +docfiles size=1 + texmf-dist/doc/latex/mla-paper/README +runfiles size=2 + texmf-dist/tex/latex/mla-paper/mla.sty +catalogue-ctan /macros/latex/contrib/mla-paper +catalogue-date 2007-12-10 13:33:19 +0100 +catalogue-license bsd + +name mlist +category Package +revision 15878 +shortdesc Logical markup for lists. +longdesc The package defines commands that create macros for typesetting +longdesc vectors, matrices and functions, in a logical way. For example, +longdesc logical indexing can then be used to refer to elements or +longdesc arguments without hard-coding the symbols in the document. +docfiles size=53 + texmf-dist/doc/latex/mlist/README details="Readme" + texmf-dist/doc/latex/mlist/mlist.pdf details="Package documentation" +srcfiles size=13 + texmf-dist/source/latex/mlist/mlist.dtx + texmf-dist/source/latex/mlist/mlist.ins +runfiles size=4 + texmf-dist/tex/latex/mlist/mlist.cfg + texmf-dist/tex/latex/mlist/mlist.sty +catalogue-ctan /macros/latex/contrib/mlist +catalogue-date 2009-07-04 13:21:27 +0200 +catalogue-license lppl +catalogue-version 0.6a + +name mltex +category Package +revision 15878 +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 +longdesc Computer Modern (CM) fonts. The system is distributed as a TeX +longdesc change file. +depend latex +depend mltex.ARCH +execute AddFormat name=mltex engine=pdftex options="-translate-file=cp227.tcx -mltex mltex.ini" +execute AddFormat name=mllatex engine=pdftex patterns=language.dat options="-translate-file=cp227.tcx -mltex mllatex.ini" +docfiles size=9 + texmf-dist/doc/latex/mltex/README + texmf-dist/doc/latex/mltex/mltex.txt + texmf-dist/doc/latex/mltex/testmlft.dvi + texmf-dist/doc/latex/mltex/testmlft.tex + texmf-dist/doc/latex/mltex/testmlsw.dvi + texmf-dist/doc/latex/mltex/testmlsw.tex +runfiles size=8 + texmf-dist/tex/latex/mltex/lo1enc.def + texmf-dist/tex/latex/mltex/mlltxchg.def + texmf-dist/tex/latex/mltex/mltex.sty + texmf-dist/tex/mltex/config/mltex.ini +catalogue-ctan /systems/generic/mltex +catalogue-date 2008-01-25 17:33:09 +0100 +catalogue-license knuth +catalogue-version 2.2 + +name mltex.alpha-linux +category Package +revision 15878 +shortdesc alpha-linux files of mltex +binfiles arch=alpha-linux size=2 + bin/alpha-linux/mllatex + bin/alpha-linux/mltex + +name mltex.i386-cygwin +category Package +revision 15878 +shortdesc i386-cygwin files of mltex +binfiles arch=i386-cygwin size=2 + bin/i386-cygwin/mllatex + bin/i386-cygwin/mltex + +name mltex.i386-linux +category Package +revision 15878 +shortdesc i386-linux files of mltex +binfiles arch=i386-linux size=2 + bin/i386-linux/mllatex + bin/i386-linux/mltex + +name mltex.i386-netbsd +category Package +revision 15878 +shortdesc i386-netbsd files of mltex +binfiles arch=i386-netbsd size=2 + bin/i386-netbsd/mllatex + bin/i386-netbsd/mltex + +name mltex.i386-solaris +category Package +revision 15878 +shortdesc i386-solaris files of mltex +binfiles arch=i386-solaris size=2 + bin/i386-solaris/mllatex + bin/i386-solaris/mltex + +name mltex.mips-irix +category Package +revision 15878 +shortdesc mips-irix files of mltex +binfiles arch=mips-irix size=2 + bin/mips-irix/mllatex + bin/mips-irix/mltex + +name mltex.powerpc-aix +category Package +revision 15878 +shortdesc powerpc-aix files of mltex +binfiles arch=powerpc-aix size=2 + bin/powerpc-aix/mllatex + bin/powerpc-aix/mltex + +name mltex.powerpc-linux +category Package +revision 15878 +shortdesc powerpc-linux files of mltex +binfiles arch=powerpc-linux size=2 + bin/powerpc-linux/mllatex + bin/powerpc-linux/mltex + +name mltex.sparc-linux +category Package +revision 15878 +shortdesc sparc-linux files of mltex +binfiles arch=sparc-linux size=2 + bin/sparc-linux/mllatex + bin/sparc-linux/mltex + +name mltex.sparc-solaris +category Package +revision 15878 +shortdesc sparc-solaris files of mltex +binfiles arch=sparc-solaris size=2 + bin/sparc-solaris/mllatex + bin/sparc-solaris/mltex + +name mltex.universal-darwin +category Package +revision 15878 +shortdesc universal-darwin files of mltex +binfiles arch=universal-darwin size=2 + bin/universal-darwin/mllatex + bin/universal-darwin/mltex + +name mltex.win32 +category Package +revision 15878 +shortdesc win32 files of mltex +binfiles arch=win32 size=2 + bin/win32/mllatex.exe + bin/win32/mltex.exe + +name mltex.x86_64-linux +category Package +revision 15878 +shortdesc x86_64-linux files of mltex +binfiles arch=x86_64-linux size=2 + bin/x86_64-linux/mllatex + bin/x86_64-linux/mltex + +name mmap +category Package +revision 15878 +shortdesc Include CMap resources in PDF files from PDFTeX. +longdesc The package is an extension of cmap with improved flexibility +longdesc and coverage, including the ability to re-encode Knuth's basic +longdesc mathematics fonts. +docfiles size=1 + texmf-dist/doc/latex/mmap/README details="Readme" +runfiles size=74 + texmf-dist/tex/latex/mmap/lmr-m.cmap + texmf-dist/tex/latex/mmap/lmr.cmap + texmf-dist/tex/latex/mmap/ly1.cmap + texmf-dist/tex/latex/mmap/mmap.sty + texmf-dist/tex/latex/mmap/oml-m.cmap + texmf-dist/tex/latex/mmap/oml.cmap + texmf-dist/tex/latex/mmap/omlbit-m.cmap + texmf-dist/tex/latex/mmap/omlbit.cmap + texmf-dist/tex/latex/mmap/omlmit-m.cmap + texmf-dist/tex/latex/mmap/omlmit.cmap + texmf-dist/tex/latex/mmap/oms-m.cmap + texmf-dist/tex/latex/mmap/oms.cmap + texmf-dist/tex/latex/mmap/omsb-m.cmap + texmf-dist/tex/latex/mmap/omx-m.cmap + texmf-dist/tex/latex/mmap/omx.cmap + texmf-dist/tex/latex/mmap/ot1-m.cmap + texmf-dist/tex/latex/mmap/ot1.cmap + texmf-dist/tex/latex/mmap/ot1rbxit-m.cmap + texmf-dist/tex/latex/mmap/ot1rbxit.cmap + texmf-dist/tex/latex/mmap/ot1rbxn-m.cmap + texmf-dist/tex/latex/mmap/ot1rbxn.cmap + texmf-dist/tex/latex/mmap/ot1rmit-m.cmap + texmf-dist/tex/latex/mmap/ot1rmit.cmap + texmf-dist/tex/latex/mmap/ot1rmn-m.cmap + texmf-dist/tex/latex/mmap/ot1rmn.cmap + texmf-dist/tex/latex/mmap/ot1ssbxn-m.cmap + texmf-dist/tex/latex/mmap/ot1ssbxn.cmap + texmf-dist/tex/latex/mmap/ot1ssmn-m.cmap + texmf-dist/tex/latex/mmap/ot1ssmn.cmap + texmf-dist/tex/latex/mmap/ot1ttmn-m.cmap + texmf-dist/tex/latex/mmap/ot1ttmn.cmap + texmf-dist/tex/latex/mmap/ot1xxx-m.cmap + texmf-dist/tex/latex/mmap/t1-m.cmap + texmf-dist/tex/latex/mmap/t1.cmap + texmf-dist/tex/latex/mmap/ueuf-m.cmap + texmf-dist/tex/latex/mmap/ueufb-m.cmap + texmf-dist/tex/latex/mmap/ulasy-m.cmap + texmf-dist/tex/latex/mmap/ulasy.cmap + texmf-dist/tex/latex/mmap/umsa-m.cmap + texmf-dist/tex/latex/mmap/umsa.cmap + texmf-dist/tex/latex/mmap/umsb-m.cmap + texmf-dist/tex/latex/mmap/umsb.cmap + texmf-dist/tex/latex/mmap/upsy-m.cmap + texmf-dist/tex/latex/mmap/upsy.cmap + texmf-dist/tex/latex/mmap/upzd-m.cmap + texmf-dist/tex/latex/mmap/upzd.cmap +catalogue-ctan /macros/latex/contrib/mmap +catalogue-date 2009-09-27 11:55:52 +0200 +catalogue-license lppl +catalogue-version 1.03 + +name mnsymbol +category Package +revision 15878 +shortdesc Mathematical symbol font for Adobe MinionPro. +longdesc MnSymbol is a symbol font family, designed to be used in +longdesc conjunction with Adobe Minion Pro (via the MinionPro package). +longdesc Almost all of LaTeX and AMS mathematical symbols are provided; +longdesc remaining coverage is available from the MinionPro font with +longdesc the MinionPro package. The fonts are available in both MetaFont +longdesc and Adobe Type 1 formats, and a comprehensive support package +longdesc is provided. While the fonts were designed to fit with Minon +longdesc Pro, the design should fit well with other renaissance or +longdesc baroque faces: indeed, it will probably work with most fonts +longdesc that are neither too wide nor too thin, for example Palatino or +longdesc Times; it is known to look good with Sabon. There is no package +longdesc designed to configure its use with any font other than Minion +longdesc Pro, but (for example) simply loading mnsymbol after mathpazo +longdesc will probably do what is needed. +execute addMap MnSymbol.map +docfiles size=76 + texmf-dist/doc/latex/mnsymbol/MnSymbol.pdf details="Package documentation" + texmf-dist/doc/latex/mnsymbol/README details="Readme" +srcfiles size=35 + texmf-dist/source/latex/mnsymbol/MnSymbol.drv + texmf-dist/source/latex/mnsymbol/MnSymbol.dtx + texmf-dist/source/latex/mnsymbol/MnSymbol.ins +runfiles size=1656 + texmf-dist/fonts/enc/dvips/mnsymbol/MnSymbolA.enc + texmf-dist/fonts/enc/dvips/mnsymbol/MnSymbolB.enc + texmf-dist/fonts/enc/dvips/mnsymbol/MnSymbolC.enc + texmf-dist/fonts/enc/dvips/mnsymbol/MnSymbolD.enc + texmf-dist/fonts/enc/dvips/mnsymbol/MnSymbolE.enc + texmf-dist/fonts/enc/dvips/mnsymbol/MnSymbolF.enc + texmf-dist/fonts/enc/dvips/mnsymbol/MnSymbolS.enc + texmf-dist/fonts/map/dvips/mnsymbol/MnSymbol.map + texmf-dist/fonts/map/vtex/mnsymbol/MnSymbol.ali + texmf-dist/fonts/opentype/public/mnsymbol/MnSymbol-Bold10.otf + texmf-dist/fonts/opentype/public/mnsymbol/MnSymbol-Bold12.otf + texmf-dist/fonts/opentype/public/mnsymbol/MnSymbol-Bold5.otf + texmf-dist/fonts/opentype/public/mnsymbol/MnSymbol-Bold6.otf + texmf-dist/fonts/opentype/public/mnsymbol/MnSymbol-Bold7.otf + texmf-dist/fonts/opentype/public/mnsymbol/MnSymbol-Bold8.otf + texmf-dist/fonts/opentype/public/mnsymbol/MnSymbol-Bold9.otf + texmf-dist/fonts/opentype/public/mnsymbol/MnSymbol10.otf + texmf-dist/fonts/opentype/public/mnsymbol/MnSymbol12.otf + texmf-dist/fonts/opentype/public/mnsymbol/MnSymbol5.otf + texmf-dist/fonts/opentype/public/mnsymbol/MnSymbol6.otf + texmf-dist/fonts/opentype/public/mnsymbol/MnSymbol7.otf + texmf-dist/fonts/opentype/public/mnsymbol/MnSymbol8.otf + texmf-dist/fonts/opentype/public/mnsymbol/MnSymbol9.otf + texmf-dist/fonts/source/public/mnsymbol/MnSymbol-Parameter.mf + texmf-dist/fonts/source/public/mnsymbol/MnSymbolA-Bold.mf + texmf-dist/fonts/source/public/mnsymbol/MnSymbolA-Bold10.mf + texmf-dist/fonts/source/public/mnsymbol/MnSymbolA-Bold12.mf + texmf-dist/fonts/source/public/mnsymbol/MnSymbolA-Bold5.mf + texmf-dist/fonts/source/public/mnsymbol/MnSymbolA-Bold6.mf + texmf-dist/fonts/source/public/mnsymbol/MnSymbolA-Bold7.mf + texmf-dist/fonts/source/public/mnsymbol/MnSymbolA-Bold8.mf + texmf-dist/fonts/source/public/mnsymbol/MnSymbolA-Bold9.mf + texmf-dist/fonts/source/public/mnsymbol/MnSymbolA.mf + texmf-dist/fonts/source/public/mnsymbol/MnSymbolA10.mf + texmf-dist/fonts/source/public/mnsymbol/MnSymbolA12.mf + texmf-dist/fonts/source/public/mnsymbol/MnSymbolA5.mf + texmf-dist/fonts/source/public/mnsymbol/MnSymbolA6.mf + texmf-dist/fonts/source/public/mnsymbol/MnSymbolA7.mf + texmf-dist/fonts/source/public/mnsymbol/MnSymbolA8.mf + texmf-dist/fonts/source/public/mnsymbol/MnSymbolA9.mf + texmf-dist/fonts/source/public/mnsymbol/MnSymbolB-Bold.mf + texmf-dist/fonts/source/public/mnsymbol/MnSymbolB-Bold10.mf + texmf-dist/fonts/source/public/mnsymbol/MnSymbolB-Bold12.mf + texmf-dist/fonts/source/public/mnsymbol/MnSymbolB-Bold5.mf + texmf-dist/fonts/source/public/mnsymbol/MnSymbolB-Bold6.mf + texmf-dist/fonts/source/public/mnsymbol/MnSymbolB-Bold7.mf + texmf-dist/fonts/source/public/mnsymbol/MnSymbolB-Bold8.mf + texmf-dist/fonts/source/public/mnsymbol/MnSymbolB-Bold9.mf + texmf-dist/fonts/source/public/mnsymbol/MnSymbolB.mf + texmf-dist/fonts/source/public/mnsymbol/MnSymbolB10.mf + texmf-dist/fonts/source/public/mnsymbol/MnSymbolB12.mf + texmf-dist/fonts/source/public/mnsymbol/MnSymbolB5.mf + texmf-dist/fonts/source/public/mnsymbol/MnSymbolB6.mf + texmf-dist/fonts/source/public/mnsymbol/MnSymbolB7.mf + texmf-dist/fonts/source/public/mnsymbol/MnSymbolB8.mf + texmf-dist/fonts/source/public/mnsymbol/MnSymbolB9.mf + texmf-dist/fonts/source/public/mnsymbol/MnSymbolC-Bold.mf + texmf-dist/fonts/source/public/mnsymbol/MnSymbolC-Bold10.mf + texmf-dist/fonts/source/public/mnsymbol/MnSymbolC-Bold12.mf + texmf-dist/fonts/source/public/mnsymbol/MnSymbolC-Bold5.mf + texmf-dist/fonts/source/public/mnsymbol/MnSymbolC-Bold6.mf + texmf-dist/fonts/source/public/mnsymbol/MnSymbolC-Bold7.mf + texmf-dist/fonts/source/public/mnsymbol/MnSymbolC-Bold8.mf + texmf-dist/fonts/source/public/mnsymbol/MnSymbolC-Bold9.mf + texmf-dist/fonts/source/public/mnsymbol/MnSymbolC.mf + texmf-dist/fonts/source/public/mnsymbol/MnSymbolC10.mf + texmf-dist/fonts/source/public/mnsymbol/MnSymbolC12.mf + texmf-dist/fonts/source/public/mnsymbol/MnSymbolC5.mf + texmf-dist/fonts/source/public/mnsymbol/MnSymbolC6.mf + texmf-dist/fonts/source/public/mnsymbol/MnSymbolC7.mf + texmf-dist/fonts/source/public/mnsymbol/MnSymbolC8.mf + texmf-dist/fonts/source/public/mnsymbol/MnSymbolC9.mf + texmf-dist/fonts/source/public/mnsymbol/MnSymbolD-Bold.mf + texmf-dist/fonts/source/public/mnsymbol/MnSymbolD-Bold10.mf + texmf-dist/fonts/source/public/mnsymbol/MnSymbolD-Bold12.mf + texmf-dist/fonts/source/public/mnsymbol/MnSymbolD-Bold5.mf + texmf-dist/fonts/source/public/mnsymbol/MnSymbolD-Bold6.mf + texmf-dist/fonts/source/public/mnsymbol/MnSymbolD-Bold7.mf + texmf-dist/fonts/source/public/mnsymbol/MnSymbolD-Bold8.mf + texmf-dist/fonts/source/public/mnsymbol/MnSymbolD-Bold9.mf + texmf-dist/fonts/source/public/mnsymbol/MnSymbolD.mf + texmf-dist/fonts/source/public/mnsymbol/MnSymbolD10.mf + texmf-dist/fonts/source/public/mnsymbol/MnSymbolD12.mf + texmf-dist/fonts/source/public/mnsymbol/MnSymbolD5.mf + texmf-dist/fonts/source/public/mnsymbol/MnSymbolD6.mf + texmf-dist/fonts/source/public/mnsymbol/MnSymbolD7.mf + texmf-dist/fonts/source/public/mnsymbol/MnSymbolD8.mf + texmf-dist/fonts/source/public/mnsymbol/MnSymbolD9.mf + texmf-dist/fonts/source/public/mnsymbol/MnSymbolE-Bold.mf + texmf-dist/fonts/source/public/mnsymbol/MnSymbolE-Bold10.mf + texmf-dist/fonts/source/public/mnsymbol/MnSymbolE-Bold12.mf + texmf-dist/fonts/source/public/mnsymbol/MnSymbolE-Bold5.mf + texmf-dist/fonts/source/public/mnsymbol/MnSymbolE-Bold6.mf + texmf-dist/fonts/source/public/mnsymbol/MnSymbolE-Bold7.mf + texmf-dist/fonts/source/public/mnsymbol/MnSymbolE-Bold8.mf + texmf-dist/fonts/source/public/mnsymbol/MnSymbolE-Bold9.mf + texmf-dist/fonts/source/public/mnsymbol/MnSymbolE.mf + texmf-dist/fonts/source/public/mnsymbol/MnSymbolE10.mf + texmf-dist/fonts/source/public/mnsymbol/MnSymbolE12.mf + texmf-dist/fonts/source/public/mnsymbol/MnSymbolE5.mf + texmf-dist/fonts/source/public/mnsymbol/MnSymbolE6.mf + texmf-dist/fonts/source/public/mnsymbol/MnSymbolE7.mf + texmf-dist/fonts/source/public/mnsymbol/MnSymbolE8.mf + texmf-dist/fonts/source/public/mnsymbol/MnSymbolE9.mf + texmf-dist/fonts/source/public/mnsymbol/MnSymbolF-Bold.mf + texmf-dist/fonts/source/public/mnsymbol/MnSymbolF-Bold10.mf + texmf-dist/fonts/source/public/mnsymbol/MnSymbolF-Bold12.mf + texmf-dist/fonts/source/public/mnsymbol/MnSymbolF-Bold5.mf + texmf-dist/fonts/source/public/mnsymbol/MnSymbolF-Bold6.mf + texmf-dist/fonts/source/public/mnsymbol/MnSymbolF-Bold7.mf + texmf-dist/fonts/source/public/mnsymbol/MnSymbolF-Bold8.mf + texmf-dist/fonts/source/public/mnsymbol/MnSymbolF-Bold9.mf + texmf-dist/fonts/source/public/mnsymbol/MnSymbolF.mf + texmf-dist/fonts/source/public/mnsymbol/MnSymbolF10.mf + texmf-dist/fonts/source/public/mnsymbol/MnSymbolF12.mf + texmf-dist/fonts/source/public/mnsymbol/MnSymbolF5.mf + texmf-dist/fonts/source/public/mnsymbol/MnSymbolF6.mf + texmf-dist/fonts/source/public/mnsymbol/MnSymbolF7.mf + texmf-dist/fonts/source/public/mnsymbol/MnSymbolF8.mf + texmf-dist/fonts/source/public/mnsymbol/MnSymbolF9.mf + texmf-dist/fonts/source/public/mnsymbol/MnSymbolS-Bold.mf + texmf-dist/fonts/source/public/mnsymbol/MnSymbolS-Bold10.mf + texmf-dist/fonts/source/public/mnsymbol/MnSymbolS-Bold12.mf + texmf-dist/fonts/source/public/mnsymbol/MnSymbolS-Bold5.mf + texmf-dist/fonts/source/public/mnsymbol/MnSymbolS-Bold6.mf + texmf-dist/fonts/source/public/mnsymbol/MnSymbolS-Bold7.mf + texmf-dist/fonts/source/public/mnsymbol/MnSymbolS-Bold8.mf + texmf-dist/fonts/source/public/mnsymbol/MnSymbolS-Bold9.mf + texmf-dist/fonts/source/public/mnsymbol/MnSymbolS.mf + texmf-dist/fonts/source/public/mnsymbol/MnSymbolS10.mf + texmf-dist/fonts/source/public/mnsymbol/MnSymbolS12.mf + texmf-dist/fonts/source/public/mnsymbol/MnSymbolS5.mf + texmf-dist/fonts/source/public/mnsymbol/MnSymbolS6.mf + texmf-dist/fonts/source/public/mnsymbol/MnSymbolS7.mf + texmf-dist/fonts/source/public/mnsymbol/MnSymbolS8.mf + texmf-dist/fonts/source/public/mnsymbol/MnSymbolS9.mf + texmf-dist/fonts/source/public/mnsymbol/Sym-Accent.mf + texmf-dist/fonts/source/public/mnsymbol/Sym-Arrows.mf + texmf-dist/fonts/source/public/mnsymbol/Sym-Base.mf + texmf-dist/fonts/source/public/mnsymbol/Sym-Delim.mf + texmf-dist/fonts/source/public/mnsymbol/Sym-Geometric.mf + texmf-dist/fonts/source/public/mnsymbol/Sym-Init.mf + texmf-dist/fonts/source/public/mnsymbol/Sym-Operators.mf + texmf-dist/fonts/source/public/mnsymbol/Sym-Order.mf + texmf-dist/fonts/tfm/public/mnsymbol/MnSymbolA-Bold10.tfm + texmf-dist/fonts/tfm/public/mnsymbol/MnSymbolA-Bold12.tfm + texmf-dist/fonts/tfm/public/mnsymbol/MnSymbolA-Bold5.tfm + texmf-dist/fonts/tfm/public/mnsymbol/MnSymbolA-Bold6.tfm + texmf-dist/fonts/tfm/public/mnsymbol/MnSymbolA-Bold7.tfm + texmf-dist/fonts/tfm/public/mnsymbol/MnSymbolA-Bold8.tfm + texmf-dist/fonts/tfm/public/mnsymbol/MnSymbolA-Bold9.tfm + texmf-dist/fonts/tfm/public/mnsymbol/MnSymbolA10.tfm + texmf-dist/fonts/tfm/public/mnsymbol/MnSymbolA12.tfm + texmf-dist/fonts/tfm/public/mnsymbol/MnSymbolA5.tfm + texmf-dist/fonts/tfm/public/mnsymbol/MnSymbolA6.tfm + texmf-dist/fonts/tfm/public/mnsymbol/MnSymbolA7.tfm + texmf-dist/fonts/tfm/public/mnsymbol/MnSymbolA8.tfm + texmf-dist/fonts/tfm/public/mnsymbol/MnSymbolA9.tfm + texmf-dist/fonts/tfm/public/mnsymbol/MnSymbolB-Bold10.tfm + texmf-dist/fonts/tfm/public/mnsymbol/MnSymbolB-Bold12.tfm + texmf-dist/fonts/tfm/public/mnsymbol/MnSymbolB-Bold5.tfm + texmf-dist/fonts/tfm/public/mnsymbol/MnSymbolB-Bold6.tfm + texmf-dist/fonts/tfm/public/mnsymbol/MnSymbolB-Bold7.tfm + texmf-dist/fonts/tfm/public/mnsymbol/MnSymbolB-Bold8.tfm + texmf-dist/fonts/tfm/public/mnsymbol/MnSymbolB-Bold9.tfm + texmf-dist/fonts/tfm/public/mnsymbol/MnSymbolB10.tfm + texmf-dist/fonts/tfm/public/mnsymbol/MnSymbolB12.tfm + texmf-dist/fonts/tfm/public/mnsymbol/MnSymbolB5.tfm + texmf-dist/fonts/tfm/public/mnsymbol/MnSymbolB6.tfm + texmf-dist/fonts/tfm/public/mnsymbol/MnSymbolB7.tfm + texmf-dist/fonts/tfm/public/mnsymbol/MnSymbolB8.tfm + texmf-dist/fonts/tfm/public/mnsymbol/MnSymbolB9.tfm + texmf-dist/fonts/tfm/public/mnsymbol/MnSymbolC-Bold10.tfm + texmf-dist/fonts/tfm/public/mnsymbol/MnSymbolC-Bold12.tfm + texmf-dist/fonts/tfm/public/mnsymbol/MnSymbolC-Bold5.tfm + texmf-dist/fonts/tfm/public/mnsymbol/MnSymbolC-Bold6.tfm + texmf-dist/fonts/tfm/public/mnsymbol/MnSymbolC-Bold7.tfm + texmf-dist/fonts/tfm/public/mnsymbol/MnSymbolC-Bold8.tfm + texmf-dist/fonts/tfm/public/mnsymbol/MnSymbolC-Bold9.tfm + texmf-dist/fonts/tfm/public/mnsymbol/MnSymbolC10.tfm + texmf-dist/fonts/tfm/public/mnsymbol/MnSymbolC12.tfm + texmf-dist/fonts/tfm/public/mnsymbol/MnSymbolC5.tfm + texmf-dist/fonts/tfm/public/mnsymbol/MnSymbolC6.tfm + texmf-dist/fonts/tfm/public/mnsymbol/MnSymbolC7.tfm + texmf-dist/fonts/tfm/public/mnsymbol/MnSymbolC8.tfm + texmf-dist/fonts/tfm/public/mnsymbol/MnSymbolC9.tfm + texmf-dist/fonts/tfm/public/mnsymbol/MnSymbolD-Bold10.tfm + texmf-dist/fonts/tfm/public/mnsymbol/MnSymbolD-Bold12.tfm + texmf-dist/fonts/tfm/public/mnsymbol/MnSymbolD-Bold5.tfm + texmf-dist/fonts/tfm/public/mnsymbol/MnSymbolD-Bold6.tfm + texmf-dist/fonts/tfm/public/mnsymbol/MnSymbolD-Bold7.tfm + texmf-dist/fonts/tfm/public/mnsymbol/MnSymbolD-Bold8.tfm + texmf-dist/fonts/tfm/public/mnsymbol/MnSymbolD-Bold9.tfm + texmf-dist/fonts/tfm/public/mnsymbol/MnSymbolD10.tfm + texmf-dist/fonts/tfm/public/mnsymbol/MnSymbolD12.tfm + texmf-dist/fonts/tfm/public/mnsymbol/MnSymbolD5.tfm + texmf-dist/fonts/tfm/public/mnsymbol/MnSymbolD6.tfm + texmf-dist/fonts/tfm/public/mnsymbol/MnSymbolD7.tfm + texmf-dist/fonts/tfm/public/mnsymbol/MnSymbolD8.tfm + texmf-dist/fonts/tfm/public/mnsymbol/MnSymbolD9.tfm + texmf-dist/fonts/tfm/public/mnsymbol/MnSymbolE-Bold10.tfm + texmf-dist/fonts/tfm/public/mnsymbol/MnSymbolE-Bold12.tfm + texmf-dist/fonts/tfm/public/mnsymbol/MnSymbolE-Bold5.tfm + texmf-dist/fonts/tfm/public/mnsymbol/MnSymbolE-Bold6.tfm + texmf-dist/fonts/tfm/public/mnsymbol/MnSymbolE-Bold7.tfm + texmf-dist/fonts/tfm/public/mnsymbol/MnSymbolE-Bold8.tfm + texmf-dist/fonts/tfm/public/mnsymbol/MnSymbolE-Bold9.tfm + texmf-dist/fonts/tfm/public/mnsymbol/MnSymbolE10.tfm + texmf-dist/fonts/tfm/public/mnsymbol/MnSymbolE12.tfm + texmf-dist/fonts/tfm/public/mnsymbol/MnSymbolE5.tfm + texmf-dist/fonts/tfm/public/mnsymbol/MnSymbolE6.tfm + texmf-dist/fonts/tfm/public/mnsymbol/MnSymbolE7.tfm + texmf-dist/fonts/tfm/public/mnsymbol/MnSymbolE8.tfm + texmf-dist/fonts/tfm/public/mnsymbol/MnSymbolE9.tfm + texmf-dist/fonts/tfm/public/mnsymbol/MnSymbolF-Bold10.tfm + texmf-dist/fonts/tfm/public/mnsymbol/MnSymbolF-Bold12.tfm + texmf-dist/fonts/tfm/public/mnsymbol/MnSymbolF-Bold5.tfm + texmf-dist/fonts/tfm/public/mnsymbol/MnSymbolF-Bold6.tfm + texmf-dist/fonts/tfm/public/mnsymbol/MnSymbolF-Bold7.tfm + texmf-dist/fonts/tfm/public/mnsymbol/MnSymbolF-Bold8.tfm + texmf-dist/fonts/tfm/public/mnsymbol/MnSymbolF-Bold9.tfm + texmf-dist/fonts/tfm/public/mnsymbol/MnSymbolF10.tfm + texmf-dist/fonts/tfm/public/mnsymbol/MnSymbolF12.tfm + texmf-dist/fonts/tfm/public/mnsymbol/MnSymbolF5.tfm + texmf-dist/fonts/tfm/public/mnsymbol/MnSymbolF6.tfm + texmf-dist/fonts/tfm/public/mnsymbol/MnSymbolF7.tfm + texmf-dist/fonts/tfm/public/mnsymbol/MnSymbolF8.tfm + texmf-dist/fonts/tfm/public/mnsymbol/MnSymbolF9.tfm + texmf-dist/fonts/tfm/public/mnsymbol/MnSymbolS-Bold10.tfm + texmf-dist/fonts/tfm/public/mnsymbol/MnSymbolS-Bold12.tfm + texmf-dist/fonts/tfm/public/mnsymbol/MnSymbolS-Bold5.tfm + texmf-dist/fonts/tfm/public/mnsymbol/MnSymbolS-Bold6.tfm + texmf-dist/fonts/tfm/public/mnsymbol/MnSymbolS-Bold7.tfm + texmf-dist/fonts/tfm/public/mnsymbol/MnSymbolS-Bold8.tfm + texmf-dist/fonts/tfm/public/mnsymbol/MnSymbolS-Bold9.tfm + texmf-dist/fonts/tfm/public/mnsymbol/MnSymbolS10.tfm + texmf-dist/fonts/tfm/public/mnsymbol/MnSymbolS12.tfm + texmf-dist/fonts/tfm/public/mnsymbol/MnSymbolS5.tfm + texmf-dist/fonts/tfm/public/mnsymbol/MnSymbolS6.tfm + texmf-dist/fonts/tfm/public/mnsymbol/MnSymbolS7.tfm + texmf-dist/fonts/tfm/public/mnsymbol/MnSymbolS8.tfm + texmf-dist/fonts/tfm/public/mnsymbol/MnSymbolS9.tfm + texmf-dist/fonts/type1/public/mnsymbol/MnSymbol-Bold10.pfb + texmf-dist/fonts/type1/public/mnsymbol/MnSymbol-Bold12.pfb + texmf-dist/fonts/type1/public/mnsymbol/MnSymbol-Bold5.pfb + texmf-dist/fonts/type1/public/mnsymbol/MnSymbol-Bold6.pfb + texmf-dist/fonts/type1/public/mnsymbol/MnSymbol-Bold7.pfb + texmf-dist/fonts/type1/public/mnsymbol/MnSymbol-Bold8.pfb + texmf-dist/fonts/type1/public/mnsymbol/MnSymbol-Bold9.pfb + texmf-dist/fonts/type1/public/mnsymbol/MnSymbol10.pfb + texmf-dist/fonts/type1/public/mnsymbol/MnSymbol12.pfb + texmf-dist/fonts/type1/public/mnsymbol/MnSymbol5.pfb + texmf-dist/fonts/type1/public/mnsymbol/MnSymbol6.pfb + texmf-dist/fonts/type1/public/mnsymbol/MnSymbol7.pfb + texmf-dist/fonts/type1/public/mnsymbol/MnSymbol8.pfb + texmf-dist/fonts/type1/public/mnsymbol/MnSymbol9.pfb + texmf-dist/tex/latex/mnsymbol/MnSymbol.sty +catalogue-ctan /fonts/mnsymbol +catalogue-date 2008-08-22 15:19:59 +0200 +catalogue-license pd +catalogue-version 1.4 + +name moderncv +category Package +revision 15878 +shortdesc A modern curriculum vitae class. +longdesc Moderncv provides a documentclass 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 colors, the fonts, etc. +docfiles size=138 + texmf-dist/doc/latex/moderncv/CHANGELOG + texmf-dist/doc/latex/moderncv/KNOWN_BUGS + texmf-dist/doc/latex/moderncv/README details="Readme" + texmf-dist/doc/latex/moderncv/examples/letter.pdf + texmf-dist/doc/latex/moderncv/examples/letter.tex + texmf-dist/doc/latex/moderncv/examples/picture.eps + texmf-dist/doc/latex/moderncv/examples/picture.jpg + texmf-dist/doc/latex/moderncv/examples/publications.bib + texmf-dist/doc/latex/moderncv/examples/template_en.tex + texmf-dist/doc/latex/moderncv/examples/template_en_casual_blue.pdf details="Example: casual style" + texmf-dist/doc/latex/moderncv/examples/template_en_classic_green.pdf details="Example: classic style" +runfiles size=10 + texmf-dist/tex/latex/moderncv/moderncv.cls + texmf-dist/tex/latex/moderncv/moderncvcompatibility.sty + texmf-dist/tex/latex/moderncv/moderncvthemecasual.sty + texmf-dist/tex/latex/moderncv/moderncvthemeclassic.sty + texmf-dist/tex/latex/moderncv/moderncvthemeempty.sty +catalogue-ctan /macros/latex/contrib/moderncv +catalogue-date 2008-06-19 14:23:29 +0200 +catalogue-license lppl +catalogue-version 0.7 + +name modref +category Package +revision 15878 +shortdesc Customisation of cross-references in LaTeX. +longdesc The package contains macros which allow authors to easily +longdesc customise how cross-references appear in their document, both +longdesc in general (across all cross-references) and for particular +longdesc types of references (identified by a prefix in the reference +longdesc label), in a very generic manner. +docfiles size=42 + texmf-dist/doc/latex/modref/README details="Readme" + texmf-dist/doc/latex/modref/modref.pdf details="Package documentation" +srcfiles size=15 + texmf-dist/source/latex/modref/modref.drv + texmf-dist/source/latex/modref/modref.dtx + texmf-dist/source/latex/modref/modref.ins +runfiles size=2 + texmf-dist/tex/latex/modref/modref.sty +catalogue-ctan /macros/latex/contrib/modref +catalogue-date 2009-02-09 16:57:43 +0100 +catalogue-license lppl +catalogue-version 1.0 + +name modroman +category Package +revision 15878 +shortdesc Write numbers in lower case roman numerals. +longdesc This package provides only two macros viz. \modromannumeral +longdesc which writes the number given as argument in lower case roman +longdesc numeral with a 'j' instead of a 'i' as the final letter of +longdesc numbers greater than 1 and \modroman{MyCounter} which writes +longdesc the value of a counter in the same way. You use the first in +longdesc the same way as the TeX primitive \romannumeral and the second +longdesc as LaTeX command \roman. The default option is 'vpourv' with +longdesc which 5 is 'translated' by 'v' and option 'upourv' whith which +longdesc the same 5 is given as 'u'. +docfiles size=79 + texmf-dist/doc/latex/modroman/LISEZMOI + texmf-dist/doc/latex/modroman/README details="Readme" + texmf-dist/doc/latex/modroman/modroman.pdf details="Package documentation" +srcfiles size=6 + texmf-dist/source/latex/modroman/Makefile + texmf-dist/source/latex/modroman/modroman.dtx + texmf-dist/source/latex/modroman/modroman.ins +runfiles size=1 + texmf-dist/tex/latex/modroman/modroman.sty +catalogue-ctan /macros/latex/contrib/modroman +catalogue-date 2008-05-05 00:29:27 +0200 +catalogue-license lppl +catalogue-version 0.4 + +name mongolian-babel +category Package +revision 15878 +shortdesc A language definition file for Mongolian in Babel. +longdesc This package provides support for Mongolian in a Cyrillic +longdesc alphabet. (The work derives from the earlier Russian work for +longdesc babel.) +docfiles size=28 + texmf-dist/doc/latex/mongolian-babel/README + texmf-dist/doc/latex/mongolian-babel/mongolian.pdf details="Package documentation" +srcfiles size=12 + texmf-dist/source/latex/mongolian-babel/mongolian.dtx + texmf-dist/source/latex/mongolian-babel/mongolian.ins +runfiles size=6 + texmf-dist/tex/latex/mongolian-babel/mn.def + texmf-dist/tex/latex/mongolian-babel/mongolian.ldf + texmf-dist/tex/latex/mongolian-babel/mongolian.sty +catalogue-ctan /language/mongolian/babel +catalogue-date 2008-08-22 17:15:44 +0200 +catalogue-license lppl +catalogue-version 1.2 + +name montex +category Package +revision 15878 +shortdesc Mongolian LaTeX. +longdesc MonTeX provides Mongolian and Manju support for the TeX/LaTeX +longdesc community. Mongolian is a language spoken in North East Asia, +longdesc namely Mongolia and the Inner Mongol Autonomous Region of +longdesc China. Today, it is written in an extended Cyrillic alphabet in +longdesc Mongolia whereas the Uighur writing continues to be in use in +longdesc Inner Mongolia, though it is also, legally speaking, the +longdesc official writing system of Mongolia. Manju is another language +longdesc of North East Asia, belonging to the Tungusic branch of the +longdesc Altaic languages. Though it is hardly spoken nowadays, it +longdesc survives in written form as Manju was the native language of +longdesc the rulers of the Qing dynasty (1644-1911) in China. Large +longdesc quantities of documents of the Imperial Archives survive, as +longdesc well as some of the finest dictionaries ever compiled in Asia, +longdesc like the Pentaglot, a dictionary comprising Manju, Tibetan, +longdesc Mongolian, Uighur and Chinese. MonTeX provides all necessary +longdesc characters for writing standard Mongolian in Cyrillic and +longdesc Classical (aka Traditional or Uighur) writing, and Manju as +longdesc well as transliterated Tibetan texts, for which purpose a +longdesc number of additional characters was created. In MonTeX, both +longdesc Mongolian and Manju are entered in romanized form. The +longdesc retransliteration (from Latin input to Mongolian and Manju +longdesc output) is completely realized in TeX/Metafont so that no +longdesc external preprocessor is required. Please note that most of the +longdesc enhanced functions of MonTeX require a working e-LaTeX +longdesc environment. This is especially true when compiling documents +longdesc with Mongolian or Manju as the main document language. It is +longdesc recommended to choose pdfelatex as the resulting PDF files are +longdesc truly portable. Vertical text generated by MonTeX is not +longdesc supported in DVI. +depend cbfonts +execute addMixedMap mongolian.map +docfiles size=504 + texmf-dist/doc/latex/montex/00README + texmf-dist/doc/latex/montex/00readme.mfinput.km + texmf-dist/doc/latex/montex/ANNOUNCE + texmf-dist/doc/latex/montex/EMTEX + texmf-dist/doc/latex/montex/HISTORY + texmf-dist/doc/latex/montex/INSTALL + texmf-dist/doc/latex/montex/MIKTEX + texmf-dist/doc/latex/montex/TODO + texmf-dist/doc/latex/montex/UPDATE + texmf-dist/doc/latex/montex/cyrename.pl + texmf-dist/doc/latex/montex/fontlist.tex + texmf-dist/doc/latex/montex/mfinput/bithe/testfont.input + texmf-dist/doc/latex/montex/mfinput/bithe/testfont.sh + texmf-dist/doc/latex/montex/mkmlsmf.pl + texmf-dist/doc/latex/montex/mls-diag.tex + texmf-dist/doc/latex/montex/mlsquick.pdf + texmf-dist/doc/latex/montex/mlsquick.tex + texmf-dist/doc/latex/montex/mnhyphen.tex + texmf-dist/doc/latex/montex/montex.pdf + texmf-dist/doc/latex/montex/montex.tex + texmf-dist/doc/latex/montex/montex.xml + texmf-dist/doc/latex/montex/mtdocmac.tex + texmf-dist/doc/latex/montex/testfont.input + texmf-dist/doc/latex/montex/testfont.sh + texmf-dist/doc/latex/montex/zanabazr.pdf + texmf-dist/doc/latex/montex/zanabazr.tex +runfiles size=848 + texmf-dist/fonts/map/dvips/montex/mongolian.map + texmf-dist/fonts/source/public/montex/bcghsb.mf + texmf-dist/fonts/source/public/montex/bcghsm.mf + texmf-dist/fonts/source/public/montex/bcghwb.mf + texmf-dist/fonts/source/public/montex/bcghwm.mf + texmf-dist/fonts/source/public/montex/bcgvsb.mf + texmf-dist/fonts/source/public/montex/bcgvsm.mf + texmf-dist/fonts/source/public/montex/bcgvwb.mf + texmf-dist/fonts/source/public/montex/bcgvwm.mf + texmf-dist/fonts/source/public/montex/bicighb.mf + texmf-dist/fonts/source/public/montex/bicighm.mf + texmf-dist/fonts/source/public/montex/bicigvb.mf + texmf-dist/fonts/source/public/montex/bicigvm.mf + texmf-dist/fonts/source/public/montex/bthhsb.mf + texmf-dist/fonts/source/public/montex/bthhsm.mf + texmf-dist/fonts/source/public/montex/bthhwb.mf + texmf-dist/fonts/source/public/montex/bthhwm.mf + texmf-dist/fonts/source/public/montex/bthvsb.mf + texmf-dist/fonts/source/public/montex/bthvsm.mf + texmf-dist/fonts/source/public/montex/bthvwb.mf + texmf-dist/fonts/source/public/montex/bthvwm.mf + texmf-dist/fonts/source/public/montex/bxghsb.mf + texmf-dist/fonts/source/public/montex/bxghsm.mf + texmf-dist/fonts/source/public/montex/bxghwb.mf + texmf-dist/fonts/source/public/montex/bxghwm.mf + texmf-dist/fonts/source/public/montex/bxgvsb.mf + texmf-dist/fonts/source/public/montex/bxgvsm.mf + texmf-dist/fonts/source/public/montex/bxgvwb.mf + texmf-dist/fonts/source/public/montex/bxgvwm.mf + texmf-dist/fonts/source/public/montex/cyrmorec.mf + texmf-dist/fonts/source/public/montex/cyrmorei.mf + texmf-dist/fonts/source/public/montex/cyrmorel.mf + texmf-dist/fonts/source/public/montex/cyrmoreu.mf + texmf-dist/fonts/source/public/montex/kmb10.mf + texmf-dist/fonts/source/public/montex/kmbx10.mf + texmf-dist/fonts/source/public/montex/kmbx12.mf + texmf-dist/fonts/source/public/montex/kmbx5.mf + texmf-dist/fonts/source/public/montex/kmbx6.mf + texmf-dist/fonts/source/public/montex/kmbx7.mf + texmf-dist/fonts/source/public/montex/kmbx8.mf + texmf-dist/fonts/source/public/montex/kmbx9.mf + texmf-dist/fonts/source/public/montex/kmbxsl10.mf + texmf-dist/fonts/source/public/montex/kmbxti10.mf + texmf-dist/fonts/source/public/montex/kmcsc10.mf + texmf-dist/fonts/source/public/montex/kmcsc8.mf + texmf-dist/fonts/source/public/montex/kmcsc9.mf + texmf-dist/fonts/source/public/montex/kmdunh10.mf + texmf-dist/fonts/source/public/montex/kmff10.mf + texmf-dist/fonts/source/public/montex/kmfi10.mf + texmf-dist/fonts/source/public/montex/kmfib8.mf + texmf-dist/fonts/source/public/montex/kminch.mf + texmf-dist/fonts/source/public/montex/kmitt10.mf + texmf-dist/fonts/source/public/montex/kmr10.mf + texmf-dist/fonts/source/public/montex/kmr12.mf + texmf-dist/fonts/source/public/montex/kmr17.mf + texmf-dist/fonts/source/public/montex/kmr5.mf + texmf-dist/fonts/source/public/montex/kmr6.mf + texmf-dist/fonts/source/public/montex/kmr7.mf + texmf-dist/fonts/source/public/montex/kmr8.mf + texmf-dist/fonts/source/public/montex/kmr9.mf + texmf-dist/fonts/source/public/montex/kmsl10.mf + texmf-dist/fonts/source/public/montex/kmsl12.mf + texmf-dist/fonts/source/public/montex/kmsl8.mf + texmf-dist/fonts/source/public/montex/kmsl9.mf + texmf-dist/fonts/source/public/montex/kmsltt10.mf + texmf-dist/fonts/source/public/montex/kmss10.mf + texmf-dist/fonts/source/public/montex/kmss12.mf + texmf-dist/fonts/source/public/montex/kmss17.mf + texmf-dist/fonts/source/public/montex/kmss8.mf + texmf-dist/fonts/source/public/montex/kmss9.mf + texmf-dist/fonts/source/public/montex/kmssbx10.mf + texmf-dist/fonts/source/public/montex/kmssdc10.mf + texmf-dist/fonts/source/public/montex/kmssi10.mf + texmf-dist/fonts/source/public/montex/kmssi12.mf + texmf-dist/fonts/source/public/montex/kmssi17.mf + texmf-dist/fonts/source/public/montex/kmssi8.mf + texmf-dist/fonts/source/public/montex/kmssi9.mf + texmf-dist/fonts/source/public/montex/kmssq8.mf + texmf-dist/fonts/source/public/montex/kmssqi8.mf + texmf-dist/fonts/source/public/montex/kmtcsc10.mf + texmf-dist/fonts/source/public/montex/kmti10.mf + texmf-dist/fonts/source/public/montex/kmti12.mf + texmf-dist/fonts/source/public/montex/kmti7.mf + texmf-dist/fonts/source/public/montex/kmti8.mf + texmf-dist/fonts/source/public/montex/kmti9.mf + texmf-dist/fonts/source/public/montex/kmtt10.mf + texmf-dist/fonts/source/public/montex/kmtt12.mf + texmf-dist/fonts/source/public/montex/kmtt8.mf + texmf-dist/fonts/source/public/montex/kmtt9.mf + texmf-dist/fonts/source/public/montex/kmu10.mf + texmf-dist/fonts/source/public/montex/kmvtt10.mf + texmf-dist/fonts/source/public/montex/kmvtti10.mf + texmf-dist/fonts/source/public/montex/lmligs.mf + texmf-dist/fonts/source/public/montex/macodes.mf + texmf-dist/fonts/source/public/montex/maglyphs.mf + texmf-dist/fonts/source/public/montex/mantrlig.mf + texmf-dist/fonts/source/public/montex/mbatoms.mf + texmf-dist/fonts/source/public/montex/mbcodes.mf + texmf-dist/fonts/source/public/montex/mbglyphs.mf + texmf-dist/fonts/source/public/montex/mbligtbl.mf + texmf-dist/fonts/source/public/montex/mbnums.mf + texmf-dist/fonts/source/public/montex/mbparmb.mf + texmf-dist/fonts/source/public/montex/mbparmm.mf + texmf-dist/fonts/source/public/montex/mbparms.mf + texmf-dist/fonts/source/public/montex/mbpunc.mf + texmf-dist/fonts/source/public/montex/mcccscco.mf + texmf-dist/fonts/source/public/montex/mccoding.mf + texmf-dist/fonts/source/public/montex/mctextit.mf + texmf-dist/fonts/source/public/montex/mcyccsc.mf + texmf-dist/fonts/source/public/montex/mcyitall.mf + texmf-dist/fonts/source/public/montex/mcyrill.mf + texmf-dist/fonts/source/public/montex/mcyrl.mf + texmf-dist/fonts/source/public/montex/mcyrligs.mf + texmf-dist/fonts/source/public/montex/mcyrsymb.mf + texmf-dist/fonts/source/public/montex/mcyru.mf + texmf-dist/fonts/source/public/montex/mcytitle.mf + texmf-dist/fonts/source/public/montex/mlscodes.mf + texmf-dist/fonts/source/public/montex/mocodes.mf + texmf-dist/fonts/source/public/montex/moglyphs.mf + texmf-dist/fonts/source/public/montex/montrlig.mf + texmf-dist/fonts/source/public/montex/mxcodes.mf + texmf-dist/fonts/source/public/montex/mxglyphs.mf + texmf-dist/fonts/source/public/montex/mxntrlig.mf + texmf-dist/fonts/tfm/public/montex/bcghsb.tfm + texmf-dist/fonts/tfm/public/montex/bcghsm.tfm + texmf-dist/fonts/tfm/public/montex/bcghwb.tfm + texmf-dist/fonts/tfm/public/montex/bcghwm.tfm + texmf-dist/fonts/tfm/public/montex/bcgvsb.tfm + texmf-dist/fonts/tfm/public/montex/bcgvsm.tfm + texmf-dist/fonts/tfm/public/montex/bcgvwb.tfm + texmf-dist/fonts/tfm/public/montex/bcgvwm.tfm + texmf-dist/fonts/tfm/public/montex/bicighb.tfm + texmf-dist/fonts/tfm/public/montex/bicighm.tfm + texmf-dist/fonts/tfm/public/montex/bicigvb.tfm + texmf-dist/fonts/tfm/public/montex/bicigvm.tfm + texmf-dist/fonts/tfm/public/montex/bthhsb.tfm + texmf-dist/fonts/tfm/public/montex/bthhsm.tfm + texmf-dist/fonts/tfm/public/montex/bthhwb.tfm + texmf-dist/fonts/tfm/public/montex/bthhwm.tfm + texmf-dist/fonts/tfm/public/montex/bthvsb.tfm + texmf-dist/fonts/tfm/public/montex/bthvsm.tfm + texmf-dist/fonts/tfm/public/montex/bthvwb.tfm + texmf-dist/fonts/tfm/public/montex/bthvwm.tfm + texmf-dist/fonts/tfm/public/montex/bxghsb.tfm + texmf-dist/fonts/tfm/public/montex/bxghsm.tfm + texmf-dist/fonts/tfm/public/montex/bxghwb.tfm + texmf-dist/fonts/tfm/public/montex/bxghwm.tfm + texmf-dist/fonts/tfm/public/montex/bxgvsb.tfm + texmf-dist/fonts/tfm/public/montex/bxgvsm.tfm + texmf-dist/fonts/tfm/public/montex/bxgvwb.tfm + texmf-dist/fonts/tfm/public/montex/bxgvwm.tfm + texmf-dist/fonts/tfm/public/montex/kmb10.tfm + texmf-dist/fonts/tfm/public/montex/kmbx10.tfm + texmf-dist/fonts/tfm/public/montex/kmbx12.tfm + texmf-dist/fonts/tfm/public/montex/kmbx5.tfm + texmf-dist/fonts/tfm/public/montex/kmbx6.tfm + texmf-dist/fonts/tfm/public/montex/kmbx7.tfm + texmf-dist/fonts/tfm/public/montex/kmbx8.tfm + texmf-dist/fonts/tfm/public/montex/kmbx9.tfm + texmf-dist/fonts/tfm/public/montex/kmbxsl10.tfm + texmf-dist/fonts/tfm/public/montex/kmbxti10.tfm + texmf-dist/fonts/tfm/public/montex/kmcsc10.tfm + texmf-dist/fonts/tfm/public/montex/kmcsc8.tfm + texmf-dist/fonts/tfm/public/montex/kmcsc9.tfm + texmf-dist/fonts/tfm/public/montex/kmdunh10.tfm + texmf-dist/fonts/tfm/public/montex/kmff10.tfm + texmf-dist/fonts/tfm/public/montex/kmfi10.tfm + texmf-dist/fonts/tfm/public/montex/kmfib8.tfm + texmf-dist/fonts/tfm/public/montex/kminch.tfm + texmf-dist/fonts/tfm/public/montex/kmitt10.tfm + texmf-dist/fonts/tfm/public/montex/kmr10.tfm + texmf-dist/fonts/tfm/public/montex/kmr12.tfm + texmf-dist/fonts/tfm/public/montex/kmr17.tfm + texmf-dist/fonts/tfm/public/montex/kmr5.tfm + texmf-dist/fonts/tfm/public/montex/kmr6.tfm + texmf-dist/fonts/tfm/public/montex/kmr7.tfm + texmf-dist/fonts/tfm/public/montex/kmr8.tfm + texmf-dist/fonts/tfm/public/montex/kmr9.tfm + texmf-dist/fonts/tfm/public/montex/kmsl10.tfm + texmf-dist/fonts/tfm/public/montex/kmsl12.tfm + texmf-dist/fonts/tfm/public/montex/kmsl8.tfm + texmf-dist/fonts/tfm/public/montex/kmsl9.tfm + texmf-dist/fonts/tfm/public/montex/kmsltt10.tfm + texmf-dist/fonts/tfm/public/montex/kmss10.tfm + texmf-dist/fonts/tfm/public/montex/kmss12.tfm + texmf-dist/fonts/tfm/public/montex/kmss17.tfm + texmf-dist/fonts/tfm/public/montex/kmss8.tfm + texmf-dist/fonts/tfm/public/montex/kmss9.tfm + texmf-dist/fonts/tfm/public/montex/kmssbx10.tfm + texmf-dist/fonts/tfm/public/montex/kmssdc10.tfm + texmf-dist/fonts/tfm/public/montex/kmssi10.tfm + texmf-dist/fonts/tfm/public/montex/kmssi12.tfm + texmf-dist/fonts/tfm/public/montex/kmssi17.tfm + texmf-dist/fonts/tfm/public/montex/kmssi8.tfm + texmf-dist/fonts/tfm/public/montex/kmssi9.tfm + texmf-dist/fonts/tfm/public/montex/kmssq8.tfm + texmf-dist/fonts/tfm/public/montex/kmssqi8.tfm + texmf-dist/fonts/tfm/public/montex/kmtcsc10.tfm + texmf-dist/fonts/tfm/public/montex/kmti10.tfm + texmf-dist/fonts/tfm/public/montex/kmti12.tfm + texmf-dist/fonts/tfm/public/montex/kmti7.tfm + texmf-dist/fonts/tfm/public/montex/kmti8.tfm + texmf-dist/fonts/tfm/public/montex/kmti9.tfm + texmf-dist/fonts/tfm/public/montex/kmtt10.tfm + texmf-dist/fonts/tfm/public/montex/kmtt12.tfm + texmf-dist/fonts/tfm/public/montex/kmtt8.tfm + texmf-dist/fonts/tfm/public/montex/kmtt9.tfm + texmf-dist/fonts/tfm/public/montex/kmu10.tfm + texmf-dist/fonts/tfm/public/montex/kmvtt10.tfm + texmf-dist/fonts/tfm/public/montex/kmvtti10.tfm + texmf-dist/fonts/type1/public/montex/bcghsb.pfb + texmf-dist/fonts/type1/public/montex/bcghsm.pfb + texmf-dist/fonts/type1/public/montex/bcghwb.pfb + texmf-dist/fonts/type1/public/montex/bcghwm.pfb + texmf-dist/fonts/type1/public/montex/bcgvsb.pfb + texmf-dist/fonts/type1/public/montex/bcgvsm.pfb + texmf-dist/fonts/type1/public/montex/bcgvwb.pfb + texmf-dist/fonts/type1/public/montex/bcgvwm.pfb + texmf-dist/fonts/type1/public/montex/bicighb.pfb + texmf-dist/fonts/type1/public/montex/bicighm.pfb + texmf-dist/fonts/type1/public/montex/bicigvb.pfb + texmf-dist/fonts/type1/public/montex/bicigvm.pfb + texmf-dist/fonts/type1/public/montex/bthhsb.pfb + texmf-dist/fonts/type1/public/montex/bthhsm.pfb + texmf-dist/fonts/type1/public/montex/bthhwb.pfb + texmf-dist/fonts/type1/public/montex/bthhwm.pfb + texmf-dist/fonts/type1/public/montex/bthvsb.pfb + texmf-dist/fonts/type1/public/montex/bthvsm.pfb + texmf-dist/fonts/type1/public/montex/bthvwb.pfb + texmf-dist/fonts/type1/public/montex/bthvwm.pfb + texmf-dist/fonts/type1/public/montex/bxghsb.pfb + texmf-dist/fonts/type1/public/montex/bxghsm.pfb + texmf-dist/fonts/type1/public/montex/bxghwb.pfb + texmf-dist/fonts/type1/public/montex/bxghwm.pfb + texmf-dist/fonts/type1/public/montex/bxgvsb.pfb + texmf-dist/fonts/type1/public/montex/bxgvsm.pfb + texmf-dist/fonts/type1/public/montex/bxgvwb.pfb + texmf-dist/fonts/type1/public/montex/bxgvwm.pfb + texmf-dist/fonts/type1/public/montex/kmbx10.pfb + texmf-dist/fonts/type1/public/montex/kmr10.pfb + texmf-dist/fonts/type1/public/montex/kmss10.pfb + texmf-dist/tex/latex/montex/bicig.def + texmf-dist/tex/latex/montex/bithe.def + texmf-dist/tex/latex/montex/buryat.def + texmf-dist/tex/latex/montex/cpctt.def + texmf-dist/tex/latex/montex/cpdbk.def + texmf-dist/tex/latex/montex/cpibmrus.def + texmf-dist/tex/latex/montex/cpkoi.def + texmf-dist/tex/latex/montex/cpmls.def + texmf-dist/tex/latex/montex/cpmnk.def + texmf-dist/tex/latex/montex/cpmos.def + texmf-dist/tex/latex/montex/cpncc.def + texmf-dist/tex/latex/montex/english.def + texmf-dist/tex/latex/montex/kazakh.def + texmf-dist/tex/latex/montex/lmabthhs.fd + texmf-dist/tex/latex/montex/lmabthhw.fd + texmf-dist/tex/latex/montex/lmabthvs.fd + texmf-dist/tex/latex/montex/lmabthvw.fd + texmf-dist/tex/latex/montex/lmaenc.def + texmf-dist/tex/latex/montex/lmccmdh.fd + texmf-dist/tex/latex/montex/lmccmfib.fd + texmf-dist/tex/latex/montex/lmccmfr.fd + texmf-dist/tex/latex/montex/lmccmiss.fd + texmf-dist/tex/latex/montex/lmccmr.fd + texmf-dist/tex/latex/montex/lmccmss.fd + texmf-dist/tex/latex/montex/lmccmssq.fd + texmf-dist/tex/latex/montex/lmccmtt.fd + texmf-dist/tex/latex/montex/lmccmvtt.fd + texmf-dist/tex/latex/montex/lmcenc.def + texmf-dist/tex/latex/montex/lmclcmss.fd + texmf-dist/tex/latex/montex/lmobcghs.fd + texmf-dist/tex/latex/montex/lmobcghw.fd + texmf-dist/tex/latex/montex/lmobcgvs.fd + texmf-dist/tex/latex/montex/lmobcgvw.fd + texmf-dist/tex/latex/montex/lmoenc.def + texmf-dist/tex/latex/montex/lmsbcgh.fd + texmf-dist/tex/latex/montex/lmsbcgv.fd + texmf-dist/tex/latex/montex/lmsenc.def + texmf-dist/tex/latex/montex/lmubxghs.fd + texmf-dist/tex/latex/montex/lmubxghw.fd + texmf-dist/tex/latex/montex/lmubxgvs.fd + texmf-dist/tex/latex/montex/lmubxgvw.fd + texmf-dist/tex/latex/montex/lmuenc.def + texmf-dist/tex/latex/montex/mls.sty + texmf-dist/tex/latex/montex/mlsgalig.tex + texmf-dist/tex/latex/montex/mlstrans.tex + texmf-dist/tex/latex/montex/mnhyphex.tex + texmf-dist/tex/latex/montex/rlbicig.sty + texmf-dist/tex/latex/montex/russian.def + texmf-dist/tex/latex/montex/xalx.def +catalogue-ctan /language/mongolian/montex +catalogue-date 2007-01-04 23:51:59 +0100 +catalogue-license gpl + +name morefloats +category Package +revision 15878 +shortdesc Increase the number of simultaneous LaTeX floats. +longdesc LaTeX can, by default, only cope with 18 outstanding floats; +longdesc any more, and you get the error "too many unprocessed floats". +longdesc This package increases that limit to 36 outstanding floats. +longdesc However, if you're specifying floats that can't be placed +longdesc anywhere, the package merely delays the arrival of the error +longdesc message. +runfiles size=1 + texmf-dist/tex/latex/morefloats/morefloats.sty +catalogue-ctan /macros/latex/contrib/misc/morefloats.sty +catalogue-date 2008-11-17 12:51:19 +0100 +catalogue-license pd + +name moresize +category Package +revision 15878 +shortdesc Allows font sizes up to 35.83pt. +longdesc A package for using font sizes up to 35.88pt, for example with +longdesc the EC fonts. New commands \HUGE and \ssmall for selecting font +longdesc sizes are provided together with some options working around +longdesc current LaTeX2e shortcomings in using big font sizes. The +longdesc package also provides options for improving the typesetting of +longdesc paragraphs (or headlines) with embedded math expressions at +longdesc font sizes above 17.28pt. +docfiles size=4 + texmf-dist/doc/latex/moresize/msizetst.dvi + texmf-dist/doc/latex/moresize/msizetst.tex +srcfiles size=9 + texmf-dist/source/latex/moresize/moresize.dtx + texmf-dist/source/latex/moresize/moresize.ins + texmf-dist/source/latex/moresize/moresize.upl +runfiles size=1 + texmf-dist/tex/latex/moresize/moresize.sty +catalogue-ctan /macros/latex/contrib/moresize +catalogue-date 2006-12-15 22:34:26 +0100 +catalogue-license lppl +catalogue-version 1.9 + +name moreverb +category Package +revision 15878 +shortdesc Extended verbatim. +longdesc A collection of verbatim facilities that provide line-numbered +longdesc verbatim, verbatim that obey's TAB characters, verbatim input +longdesc and verbatim output to file. The package makes use of the LaTeX +longdesc required verbatim package. The package formed from a series of +longdesc small pieces, and is somewhat unstructured. The user who looks +longdesc for thought-through verbatim facilities is advised to consider +longdesc using the fancyvrb package in place of moreverb. +docfiles size=27 + texmf-dist/doc/latex/moreverb/README details="Package Readme" + texmf-dist/doc/latex/moreverb/moreverb.pdf details="Package documentation" +srcfiles size=6 + texmf-dist/source/latex/moreverb/moreverb.dtx + texmf-dist/source/latex/moreverb/moreverb.ins +runfiles size=2 + texmf-dist/tex/latex/moreverb/moreverb.sty +catalogue-ctan /macros/latex/contrib/moreverb +catalogue-date 2009-10-06 20:42:53 +0200 +catalogue-license lppl +catalogue-version 2.3 + +name movie15 +category Package +revision 15878 +shortdesc Multimedia inclusion package. +longdesc Provides an interface to embed movies, sounds and 3D objects +longdesc into PDF documents for use with LaTeX as well as pdfLaTeX. +longdesc Defines \includemovie with PDF-1.5 compatibility. Option +longdesc 'autoplay' causes the media clip to be started right after the +longdesc page has loaded. This is useful for side by side movie clips to +longdesc be played back synchronously. +docfiles size=208 + texmf-dist/doc/latex/movie15/3dsystem.fig + texmf-dist/doc/latex/movie15/3dsystem.pdf + texmf-dist/doc/latex/movie15/3dsystem.tex + texmf-dist/doc/latex/movie15/README details="README file" + texmf-dist/doc/latex/movie15/animation.js + texmf-dist/doc/latex/movie15/dice.u3d + texmf-dist/doc/latex/movie15/dice.vws + texmf-dist/doc/latex/movie15/dice.wrl + texmf-dist/doc/latex/movie15/lights.js + texmf-dist/doc/latex/movie15/mailto.png + texmf-dist/doc/latex/movie15/movie15.pdf + texmf-dist/doc/latex/movie15/movie15.tex + texmf-dist/doc/latex/movie15/overlay-example.pdf + texmf-dist/doc/latex/movie15/overlay-example.tex + texmf-dist/doc/latex/movie15/random.mpg + texmf-dist/doc/latex/movie15/turntable.js +runfiles size=39 + texmf-dist/tex/latex/movie15/movie15.sty +catalogue-ctan /macros/latex/contrib/movie15 +catalogue-date 2009-07-07 13:05:43 +0200 +catalogue-license lppl + +name mp3d +category Package +revision 15878 +catalogue threed +shortdesc 3D animations. +longdesc Create animations of 3-dimensional objects (such as polyhedra) +longdesc in MetaPost. +docfiles size=241 + texmf-dist/doc/metapost/mp3d/README + texmf-dist/doc/metapost/mp3d/examples/cube10.mp + texmf-dist/doc/metapost/mp3d/examples/cube4-eng.mp + texmf-dist/doc/metapost/mp3d/examples/cube5.mp + texmf-dist/doc/metapost/mp3d/examples/cube6.mp + texmf-dist/doc/metapost/mp3d/examples/cube7.mp + texmf-dist/doc/metapost/mp3d/examples/cube8.mp + texmf-dist/doc/metapost/mp3d/examples/cube9.mp + texmf-dist/doc/metapost/mp3d/examples/gutmp1-eng.mp + texmf-dist/doc/metapost/mp3d/examples/gutmp1.mp + texmf-dist/doc/metapost/mp3d/examples/gutmp2-eng.mp + texmf-dist/doc/metapost/mp3d/examples/gutmp2.mp + texmf-dist/doc/metapost/mp3d/examples/gutmp3-eng.mp + texmf-dist/doc/metapost/mp3d/examples/gutmp3.mp + texmf-dist/doc/metapost/mp3d/examples/gutmp4-eng.mp + texmf-dist/doc/metapost/mp3d/examples/gutmp4.mp + texmf-dist/doc/metapost/mp3d/examples/gutmp5-eng.mp + texmf-dist/doc/metapost/mp3d/examples/gutmp5.mp + texmf-dist/doc/metapost/mp3d/examples/gutmp6-eng.mp + texmf-dist/doc/metapost/mp3d/examples/gutmp6.mp + texmf-dist/doc/metapost/mp3d/examples/gutmp7-eng.mp + texmf-dist/doc/metapost/mp3d/examples/gutmp7.mp + texmf-dist/doc/metapost/mp3d/examples/gutmp8-eng.mp + texmf-dist/doc/metapost/mp3d/examples/gutmp8.mp + texmf-dist/doc/metapost/mp3d/examples/gutmp9.mp + texmf-dist/doc/metapost/mp3d/examples/monge-eng.mp + texmf-dist/doc/metapost/mp3d/examples/monge.mp + texmf-dist/doc/metapost/mp3d/gut2001.pdf + texmf-dist/doc/metapost/mp3d/paper1997corrected.pdf + texmf-dist/doc/metapost/mp3d/tb57roeg.pdf + texmf-dist/doc/metapost/mp3d/tb57roegel.ltx + texmf-dist/doc/metapost/mp3d/tugboat-geometry-space.pdf +runfiles size=27 + texmf-dist/metapost/mp3d/3d.mp + texmf-dist/metapost/mp3d/3danim.mp + texmf-dist/metapost/mp3d/3dgeom.mp + texmf-dist/metapost/mp3d/3dpoly.mp + texmf-dist/metapost/mp3d/3dutil.mp + texmf-dist/metapost/mp3d/animpoly.mp + texmf-dist/metapost/mp3d/create_animation.sh +catalogue-ctan /graphics/metapost/contrib/macros/3d +catalogue-date 2008-12-20 10:21:43 +0100 +catalogue-license noinfo +catalogue-version 1.34 + +name mparhack +category Package +revision 15878 +shortdesc A workaround for a LaTeX bug in marginpars. +longdesc Implements a workaround for the LaTeX bug that marginpars will +longdesc sometimes come out at the wrong margin. +docfiles size=23 + texmf-dist/doc/latex/mparhack/README details="Package README" + texmf-dist/doc/latex/mparhack/mparhack.pdf details="Package documentation" +srcfiles size=10 + texmf-dist/source/latex/mparhack/mparhack.dtx + texmf-dist/source/latex/mparhack/mparhack.ins +runfiles size=2 + texmf-dist/tex/latex/mparhack/mparhack.sty +catalogue-ctan /macros/latex/contrib/mparhack +catalogue-date 2006-10-22 16:45:29 +0200 +catalogue-license gpl +catalogue-version 1.4 + +name mpattern +category Package +revision 15878 +shortdesc Patterns in MetaPost. +longdesc A package for defining and using patterns in MetaPost, using +longdesc the Pattern Color Space available in PostScript Level 2. +docfiles size=8 + texmf-dist/doc/metapost/mpattern/README details="Package Readme (English)" language="en" + texmf-dist/doc/metapost/mpattern/README.PL details="Package Readme (Polish)" language="pl" + texmf-dist/doc/metapost/mpattern/mpattern_test.pdf details="Package test output" + texmf-dist/doc/metapost/mpattern/mpattern_test.tex + texmf-dist/doc/metapost/mpattern/test.mp +runfiles size=2 + texmf-dist/metapost/mpattern/mpattern.mp +catalogue-ctan /graphics/metapost/contrib/macros/mpattern +catalogue-date 2006-12-15 22:34:26 +0100 +catalogue-license pd + +name mpman-ru +category Package +revision 15878 +shortdesc A Russian translation of the MetaPost manual. +longdesc A translation of the user manual, as distributed with MetaPost +longdesc itself. +docfiles size=338 + texmf-dist/doc/metapost/mpman-ru/Makefile + texmf-dist/doc/metapost/mpman-ru/README details="Readme (English)" language="en" + texmf-dist/doc/metapost/mpman-ru/README.ru.koi8-r details="Readme (Russian, KOI-8 encoded)" language="ru" + texmf-dist/doc/metapost/mpman-ru/bm-to-utf16be.awk + texmf-dist/doc/metapost/mpman-ru/ctabbing.sty + texmf-dist/doc/metapost/mpman-ru/extract-bm.awk + texmf-dist/doc/metapost/mpman-ru/idx1.awk + texmf-dist/doc/metapost/mpman-ru/idx2.awk + texmf-dist/doc/metapost/mpman-ru/idx3.awk + texmf-dist/doc/metapost/mpman-ru/manfig-ru.mp + texmf-dist/doc/metapost/mpman-ru/mpman-optab-ru.tex + texmf-dist/doc/metapost/mpman-ru/mpman-ru.pdf details="The document itself" + texmf-dist/doc/metapost/mpman-ru/mpman-ru.tex + texmf-dist/doc/metapost/mpman-ru/mpman.ist +catalogue-ctan /info/metapost/doc/russian/mpman-ru +catalogue-date 2008-08-22 17:15:44 +0200 +catalogue-license other-free +catalogue-version 1.004 + +name ms +category Package +revision 15878 +shortdesc Various LaTeX packages by Martin Schroder. +longdesc A bundle of LaTeX packages by Martin Schroder; the collection +longdesc comprises: - count1to, make use of fixed TeX counters; - +longdesc everysel, set commands to execute every time a font is +longdesc selected; - everyshi, set commands to execute whenever a page +longdesc is shipped out; - multitoc, typeset the table of contents in +longdesc multiple columns; - prelim2e, mark typeset pages as +longdesc preliminary; and - ragged2e, typeset ragged text and allow +longdesc hyphenation. +docfiles size=444 + texmf-dist/doc/latex/ms/count1to.asc + texmf-dist/doc/latex/ms/count1to.bug + texmf-dist/doc/latex/ms/count1to.pdf + texmf-dist/doc/latex/ms/everysel.asc + texmf-dist/doc/latex/ms/everysel.bug + texmf-dist/doc/latex/ms/everysel.pdf + texmf-dist/doc/latex/ms/everyshi.asc + texmf-dist/doc/latex/ms/everyshi.bug + texmf-dist/doc/latex/ms/everyshi.pdf + texmf-dist/doc/latex/ms/multitoc.asc + texmf-dist/doc/latex/ms/multitoc.bug + texmf-dist/doc/latex/ms/multitoc.pdf + texmf-dist/doc/latex/ms/prelim2e.asc + texmf-dist/doc/latex/ms/prelim2e.bug + texmf-dist/doc/latex/ms/prelim2e.pdf + texmf-dist/doc/latex/ms/ragged2e.pdf +srcfiles size=49 + texmf-dist/source/latex/ms/count1to.drv + texmf-dist/source/latex/ms/count1to.dtx + texmf-dist/source/latex/ms/count1to.ins + texmf-dist/source/latex/ms/everysel.drv + texmf-dist/source/latex/ms/everysel.dtx + texmf-dist/source/latex/ms/everysel.ins + texmf-dist/source/latex/ms/everyshi.drv + texmf-dist/source/latex/ms/everyshi.dtx + texmf-dist/source/latex/ms/everyshi.ins + texmf-dist/source/latex/ms/multitoc.drv + texmf-dist/source/latex/ms/multitoc.dtx + texmf-dist/source/latex/ms/multitoc.ins + texmf-dist/source/latex/ms/prelim2e.drv + texmf-dist/source/latex/ms/prelim2e.dtx + texmf-dist/source/latex/ms/prelim2e.ins + texmf-dist/source/latex/ms/ragged2e.drv + texmf-dist/source/latex/ms/ragged2e.dtx + texmf-dist/source/latex/ms/ragged2e.ins +runfiles size=12 + texmf-dist/tex/latex/ms/count1to.sty + texmf-dist/tex/latex/ms/everysel.sty + texmf-dist/tex/latex/ms/everyshi.sty + texmf-dist/tex/latex/ms/multitoc.sty + texmf-dist/tex/latex/ms/prelim2e.sty + texmf-dist/tex/latex/ms/ragged2e.sty +catalogue-ctan /macros/latex/contrib/ms +catalogue-date 2008-11-14 13:05:11 +0100 +catalogue-license lppl + +name msc +category Package +revision 15878 +shortdesc Draw MSC diagrams. +longdesc The package should be useful to all people that prepare their +longdesc texts with LaTeX and want to draw Message Sequence Charts in +longdesc their texts. The package is not an MSC editor; it simply takes +longdesc a textual description of an MSC and draws the corresponding +longdesc MSC. The current version of the MSC macro package supports the +longdesc full MSC2000 language. +docfiles size=151 + texmf-dist/doc/latex/msc/COPYRIGHT.txt + texmf-dist/doc/latex/msc/README details="Package Readme" + texmf-dist/doc/latex/msc/maintenance.pdf details="Maintenance manual" + texmf-dist/doc/latex/msc/maintenance.tex + texmf-dist/doc/latex/msc/manual.pdf details="User manual" + texmf-dist/doc/latex/msc/manual.tex + texmf-dist/doc/latex/msc/refman.pdf details="Reference manual" + texmf-dist/doc/latex/msc/refman.tex +runfiles size=29 + texmf-dist/bibtex/bib/msc/biblio.bib + texmf-dist/tex/latex/msc/msc.sty +catalogue-ctan /macros/latex/contrib/msc +catalogue-date 2008-06-02 14:52:39 +0200 +catalogue-license lppl +catalogue-version 1.16 + +name msg +category Package +revision 15878 +shortdesc A package for LaTeX localisation. +longdesc The package is designed to localise any document class or +longdesc package. This should be very useful for end-users who could +longdesc obtain messages in their own preferred language. It is really +longdesc easy to use by writers of other classes and packages. +longdesc Volunteers are urged to test the package, report, and even to +longdesc localise the message file to their own language. Documentation +longdesc is provided in English. +docfiles size=305 + texmf-dist/doc/latex/msg/CHANGES + texmf-dist/doc/latex/msg/README + texmf-dist/doc/latex/msg/README_msg_doc.txt + texmf-dist/doc/latex/msg/msg.pdf + texmf-dist/doc/latex/msg/msgguide.pdf + texmf-dist/doc/latex/msg/msgguide.tex + texmf-dist/doc/latex/msg/msgtest.tex +srcfiles size=21 + texmf-dist/source/latex/msg/Makefile + texmf-dist/source/latex/msg/msg.dtx + texmf-dist/source/latex/msg/msg.ins + texmf-dist/source/latex/msg/msgfiles.dtx +runfiles size=10 + texmf-dist/tex/latex/msg/french_msg-msg.tex + texmf-dist/tex/latex/msg/german_msg-msg.tex + texmf-dist/tex/latex/msg/msg-msg.tex + texmf-dist/tex/latex/msg/msg.sty + texmf-dist/tex/latex/msg/norsk_msg-msg.tex +catalogue-ctan /macros/latex/contrib/msg +catalogue-date 2006-11-16 17:55:10 +0100 +catalogue-license lppl +catalogue-version 0.40 + +name mslapa +category Package +revision 15878 +shortdesc Michael Landy's APA citation style. +longdesc LaTeX and BibTeX style files for a respectably close +longdesc approximation to APA (American Psychological Association) +longdesc citation and reference style. +docfiles size=3 + texmf-dist/doc/latex/mslapa/README + texmf-dist/doc/latex/mslapa/bibfile.bib + texmf-dist/doc/latex/mslapa/examp.tex +runfiles size=10 + texmf-dist/bibtex/bst/mslapa/mslapa.bst + texmf-dist/tex/latex/mslapa/mslapa.sty +catalogue-ctan /macros/latex/contrib/mslapa +catalogue-date 2008-12-16 15:15:55 +0100 +catalogue-license other-free + +name mtgreek +category Package +revision 15878 +shortdesc Use italic and upright greek letters with mathtime. +longdesc This package is an add-on to the MathTime a style to provide +longdesc TeX support for the use of the MathTime(tm) fonts (formerly +longdesc distributed by YandY, Inc.). The MathTime package has uppercase +longdesc Greek letters hardwired to be upright and only upright; this +longdesc package provides a switch to choose between the two kinds of +longdesc Greek uppercase letters. +docfiles size=2 + texmf-dist/doc/latex/mtgreek/mtgtest.dvi + texmf-dist/doc/latex/mtgreek/mtgtest.tex +srcfiles size=3 + texmf-dist/source/latex/mtgreek/mtgreek.dtx + texmf-dist/source/latex/mtgreek/mtgreek.ins +runfiles size=1 + texmf-dist/tex/latex/mtgreek/mtgreek.sty +catalogue-ctan /macros/latex/contrib/mtgreek +catalogue-date 2006-12-15 23:21:51 +0100 +catalogue-license lppl +catalogue-version 1.1+ + +name multenum +category Package +revision 15878 +shortdesc Multi-column enumerated lists. +longdesc Defines an environment multienumerate, that produces an +longdesc enumerated array in which columns are vertically aligned on the +longdesc counter. The motivation was lists of answers for a text book, +longdesc where there are many rather small items; the multienumerate +longdesc environment goes some way to making such lists look neater. +docfiles size=6 + texmf-dist/doc/latex/multenum/multienum.article + texmf-dist/doc/latex/multenum/multienum.sample +runfiles size=2 + texmf-dist/tex/latex/multenum/multienum.sty +catalogue-ctan /macros/latex/contrib/multenum +catalogue-date 2009-05-14 13:33:44 +0200 +catalogue-license noinfo + +name multi +category Package +revision 13293 +runfiles size=9 + texmf-dist/dvips/multi/2up.pro + texmf-dist/dvips/multi/4up.pro + texmf-dist/dvips/multi/multi.pro + +name multibbl +category Package +revision 15878 +shortdesc Multiple bibliographies. +longdesc The package multibbl redefines the standard bibliographic +longdesc commands so that one can generate multiple reference sections. +longdesc Each section has it own auxiliary file (for use with BibTeX) +longdesc and title. +docfiles size=28 + texmf-dist/doc/latex/multibbl/multibbl.pdf +srcfiles size=3 + texmf-dist/source/latex/multibbl/multibbl.dtx + texmf-dist/source/latex/multibbl/multibbl.ins +runfiles size=1 + texmf-dist/tex/latex/multibbl/multibbl.sty +catalogue-ctan /macros/latex/contrib/multibbl +catalogue-date 2007-05-25 16:15:27 +0200 +catalogue-license lppl +catalogue-version v1.1 + +name multibib +category Package +revision 15878 +shortdesc Multiple bibliographies within one document. +longdesc Multibib the creation of references to multiple bibliographies +longdesc within one document. It thus provides complementary +longdesc functionality to packages like bibunits and chapterbib, which +longdesc allow the creation of one bibliography for multiple, but +longdesc different parts of the document. Multibib is compatible with +longdesc inlinebib, natbib, and koma-script. +docfiles size=55 + texmf-dist/doc/latex/multibib/README details="Package Readme" + texmf-dist/doc/latex/multibib/bibtexall + texmf-dist/doc/latex/multibib/multibib.pdf details="Package documentation" +srcfiles size=13 + texmf-dist/source/latex/multibib/multibib.dtx + texmf-dist/source/latex/multibib/multibib.ins +runfiles size=20 + texmf-dist/bibtex/bst/multibib/mbplain.bst + texmf-dist/bibtex/bst/multibib/mbunsrtdin.bst + texmf-dist/makeindex/multibib/mbgglo.ist + texmf-dist/makeindex/multibib/mbgind.ist + texmf-dist/tex/latex/multibib/multibib.sty +catalogue-ctan /macros/latex/contrib/multibib +catalogue-date 2008-12-10 20:42:30 +0100 +catalogue-license lppl +catalogue-version 1.4 + +name multicap +category Package +revision 15878 +shortdesc Format captions inside multicols +longdesc This is a package for formatting captions of column figures and +longdesc column tabular material, which cannot be standard floats in a +longdesc multicols environment. The package also provides a convenient +longdesc way to customise your captions, whether they be in multicols or +longdesc not. +docfiles size=28 + texmf-dist/doc/latex/multicap/multicap.pdf +srcfiles size=6 + texmf-dist/source/latex/multicap/multicap.dtx +runfiles size=1 + texmf-dist/tex/latex/multicap/multicap.sty +catalogue-ctan /macros/latex/contrib/multicap +catalogue-date 2006-12-15 15:26:27 +0100 +catalogue-license lppl + +name multido +category Package +revision 15878 +shortdesc A loop facility for Generic TeX. +longdesc The package provides the \multido command, which was originally +longdesc designed for use with with PSTricks. Fixed-point arithmetic is +longdesc used when working on the loop variable, so that the package is +longdesc equally applicable in graphics applications like PSTricks as it +longdesc is with the more common integer loops. +docfiles size=21 + texmf-dist/doc/generic/multido/Changes + texmf-dist/doc/generic/multido/multido-test.tex + texmf-dist/doc/generic/multido/multido.doc + texmf-dist/doc/generic/multido/multido.pdf +runfiles size=4 + texmf-dist/tex/generic/multido/multido.tex + texmf-dist/tex/latex/multido/multido.sty +catalogue-ctan /macros/generic/multido +catalogue-date 2006-12-15 15:26:27 +0100 +catalogue-license lppl +catalogue-version 1.41 + +name multiobjective +category Package +revision 15878 +shortdesc Symbols for multibojective optimisation etc. +longdesc The package provides a series of operators commonly used in +longdesc papers related to multiobjective optimisation, multiobjective +longdesc evolutionary algorithms, multicriteria decision making and +longdesc similar fields. +docfiles size=29 + texmf-dist/doc/latex/multiobjective/README details="Readme" + texmf-dist/doc/latex/multiobjective/multiobjective.pdf details="Package documentation" +srcfiles size=3 + texmf-dist/source/latex/multiobjective/multiobjective.dtx + texmf-dist/source/latex/multiobjective/multiobjective.ins +runfiles size=1 + texmf-dist/tex/latex/multiobjective/multiobjective.sty +catalogue-ctan /macros/latex/contrib/multiobjective +catalogue-date 2008-09-09 11:27:07 +0200 +catalogue-license lppl +catalogue-version 1.0 + +name multirow +category Package +revision 15878 +shortdesc Create tabular cells spanning multiple rows. +longdesc The package has a lot of flexibility, including an option for +longdesc specifying an entry at the "natural" width of its text. The +longdesc package is distributed with the bigdelim and bigstrut packages, +longdesc which can be used to advantage with \multirow cells. +docfiles size=2 + texmf-dist/doc/latex/multirow/README +runfiles size=4 + texmf-dist/tex/latex/multirow/bigdelim.sty + texmf-dist/tex/latex/multirow/bigstrut.sty + texmf-dist/tex/latex/multirow/multirow.sty +catalogue-ctan /macros/latex/contrib/multirow +catalogue-date 2009-10-06 20:42:53 +0200 +catalogue-license lppl +catalogue-version 1.6 + +name munich +category Package +revision 15878 +shortdesc An alternative authordate bibliography style. +longdesc The Munich BibTeX style is produced with custom-bib, as a +longdesc German (and, more generally, Continental European) alternative +longdesc to such author-date styles as harvard and oxford. +docfiles size=75 + texmf-dist/doc/latex/munich/README details="Readme" + texmf-dist/doc/latex/munich/documenation_munich_Bibtex_style.pdf details="Package documentation" + texmf-dist/doc/latex/munich/documenation_munich_Bibtex_style.tex + texmf-dist/doc/latex/munich/example_DB.bib + texmf-dist/doc/latex/munich/example_munich_Bibtex_style.pdf details="Usage example" + texmf-dist/doc/latex/munich/example_munich_Bibtex_style.tex +runfiles size=8 + texmf-dist/bibtex/bst/munich/munich.bst +catalogue-ctan /biblio/bibtex/contrib/munich +catalogue-date 2007-03-10 12:18:05 +0100 +catalogue-license lppl + +name musictex +category Package +revision 15878 +shortdesc Typesetting music with TeX. +longdesc MusicTeX is a set of macros, that first demonstrated the +longdesc technique of simultaneous two-dimensional typesetting as +longdesc applied to music. MusicTeX has its shortcomings (notably in the +longdesc area of slurs), and is now largely superseded by MusiXTeX. +docfiles size=272 + texmf-dist/doc/generic/musictex/aa_readm.tex + texmf-dist/doc/generic/musictex/adagio.tex + texmf-dist/doc/generic/musictex/aria.tex + texmf-dist/doc/generic/musictex/avemario.tex + texmf-dist/doc/generic/musictex/carillon.tex + texmf-dist/doc/generic/musictex/choral.tex + texmf-dist/doc/generic/musictex/euromtex.dvi + texmf-dist/doc/generic/musictex/euromtex.tex + texmf-dist/doc/generic/musictex/extras.tex + texmf-dist/doc/generic/musictex/fantaisc.tex + texmf-dist/doc/generic/musictex/fantaisd.tex + texmf-dist/doc/generic/musictex/fantaisi.tex + texmf-dist/doc/generic/musictex/fugue.tex + texmf-dist/doc/generic/musictex/gymnoman.tex + texmf-dist/doc/generic/musictex/howtoget.tex + texmf-dist/doc/generic/musictex/lines.tex + texmf-dist/doc/generic/musictex/magnific.tex + texmf-dist/doc/generic/musictex/marcellx.tex + texmf-dist/doc/generic/musictex/musicdoc.bat + texmf-dist/doc/generic/musictex/musicdoc.dvi + texmf-dist/doc/generic/musictex/musicdoc.idx + texmf-dist/doc/generic/musictex/musicdoc.ilg + texmf-dist/doc/generic/musictex/musicdoc.ind + texmf-dist/doc/generic/musictex/musicdoc.inx + texmf-dist/doc/generic/musictex/musicdoc.ist + texmf-dist/doc/generic/musictex/musicref.dvi + texmf-dist/doc/generic/musictex/musictex.ins + texmf-dist/doc/generic/musictex/ostinato.tex + texmf-dist/doc/generic/musictex/pacifiqb.tex + texmf-dist/doc/generic/musictex/pacifiqn.tex + texmf-dist/doc/generic/musictex/praetori.tex + texmf-dist/doc/generic/musictex/praetorx.tex + texmf-dist/doc/generic/musictex/prelude.tex + texmf-dist/doc/generic/musictex/purcellx.tex + texmf-dist/doc/generic/musictex/racine.tex + texmf-dist/doc/generic/musictex/recit.tex + texmf-dist/doc/generic/musictex/recueil.tex + texmf-dist/doc/generic/musictex/reves.tex + texmf-dist/doc/generic/musictex/romances.tex + texmf-dist/doc/generic/musictex/screatim.tex + texmf-dist/doc/generic/musictex/souvenir.tex + texmf-dist/doc/generic/musictex/souvenix.tex + texmf-dist/doc/generic/musictex/tierce.tex +runfiles size=189 + texmf-dist/fonts/source/public/musictex/beamd20.mf + texmf-dist/fonts/source/public/musictex/beamn11.mf + texmf-dist/fonts/source/public/musictex/beamn13.mf + texmf-dist/fonts/source/public/musictex/beamn16.mf + texmf-dist/fonts/source/public/musictex/beamn20.mf + texmf-dist/fonts/source/public/musictex/beamngen.mf + texmf-dist/fonts/source/public/musictex/beamq20.mf + texmf-dist/fonts/source/public/musictex/beamt20.mf + texmf-dist/fonts/source/public/musictex/beamv20.mf + texmf-dist/fonts/source/public/musictex/musicbra.mf + texmf-dist/fonts/source/public/musictex/musicbrb.mf + texmf-dist/fonts/source/public/musictex/musicbrg.mf + texmf-dist/fonts/source/public/musictex/musicbrh.mf + texmf-dist/fonts/source/public/musictex/musicd11.mf + texmf-dist/fonts/source/public/musictex/musicd13.mf + texmf-dist/fonts/source/public/musictex/musicd16.mf + texmf-dist/fonts/source/public/musictex/musicd20.mf + texmf-dist/fonts/source/public/musictex/musicdef.mf + texmf-dist/fonts/source/public/musictex/musicg16.mf + texmf-dist/fonts/source/public/musictex/musicgen.mf + texmf-dist/fonts/source/public/musictex/musicn11.mf + texmf-dist/fonts/source/public/musictex/musicn13.mf + texmf-dist/fonts/source/public/musictex/musicn16.mf + texmf-dist/fonts/source/public/musictex/musicn20.mf + texmf-dist/fonts/source/public/musictex/musikd11.mf + texmf-dist/fonts/source/public/musictex/musikd13.mf + texmf-dist/fonts/source/public/musictex/musikd16.mf + texmf-dist/fonts/source/public/musictex/musikd20.mf + texmf-dist/fonts/source/public/musictex/musikgen.mf + texmf-dist/fonts/source/public/musictex/musikn11.mf + texmf-dist/fonts/source/public/musictex/musikn13.mf + texmf-dist/fonts/source/public/musictex/musikn16.mf + texmf-dist/fonts/source/public/musictex/musikn20.mf + texmf-dist/fonts/source/public/musictex/slur16.mf + texmf-dist/fonts/source/public/musictex/slurdd16.mf + texmf-dist/fonts/source/public/musictex/slurdu16.mf + texmf-dist/fonts/source/public/musictex/slurgen.mf + texmf-dist/fonts/source/public/musictex/slurn16.mf + texmf-dist/fonts/source/public/musictex/slurn20.mf + texmf-dist/fonts/source/public/musictex/slurud16.mf + texmf-dist/fonts/source/public/musictex/sluruu16.mf + texmf-dist/fonts/tfm/public/musictex/beamn11.tfm + texmf-dist/fonts/tfm/public/musictex/beamn13.tfm + texmf-dist/fonts/tfm/public/musictex/beamn16.tfm + texmf-dist/fonts/tfm/public/musictex/beamn20.tfm + texmf-dist/fonts/tfm/public/musictex/musicbra.tfm + texmf-dist/fonts/tfm/public/musictex/musicbrb.tfm + texmf-dist/fonts/tfm/public/musictex/musicn11.tfm + texmf-dist/fonts/tfm/public/musictex/musicn13.tfm + texmf-dist/fonts/tfm/public/musictex/musicn16.tfm + texmf-dist/fonts/tfm/public/musictex/musicn20.tfm + texmf-dist/fonts/tfm/public/musictex/musikn11.tfm + texmf-dist/fonts/tfm/public/musictex/musikn13.tfm + texmf-dist/fonts/tfm/public/musictex/musikn16.tfm + texmf-dist/fonts/tfm/public/musictex/musikn20.tfm + texmf-dist/fonts/tfm/public/musictex/slurdd16.tfm + texmf-dist/fonts/tfm/public/musictex/slurdu16.tfm + texmf-dist/fonts/tfm/public/musictex/slurn16.tfm + texmf-dist/fonts/tfm/public/musictex/slurn20.tfm + texmf-dist/fonts/tfm/public/musictex/slurud16.tfm + texmf-dist/fonts/tfm/public/musictex/sluruu16.tfm + texmf-dist/tex/generic/musictex/musicadd.tex + texmf-dist/tex/generic/musictex/musicdoc.tex + texmf-dist/tex/generic/musictex/musicext.tex + texmf-dist/tex/generic/musictex/musicnew.tex + texmf-dist/tex/generic/musictex/musicnft.tex + texmf-dist/tex/generic/musictex/musicper.tex + texmf-dist/tex/generic/musictex/musicpln.tex + texmf-dist/tex/generic/musictex/musicpos.tex + texmf-dist/tex/generic/musictex/musicpre.tex + texmf-dist/tex/generic/musictex/musicref.tex + texmf-dist/tex/generic/musictex/musicsix.tex + texmf-dist/tex/generic/musictex/musicsty.tex + texmf-dist/tex/generic/musictex/musictex.tex + texmf-dist/tex/generic/musictex/musictrp.tex + texmf-dist/tex/generic/musictex/musicvbm.tex + texmf-dist/tex/latex/musictex/a4report.sty + texmf-dist/tex/latex/musictex/bigmusic.sty + texmf-dist/tex/latex/musictex/musicper.sty + texmf-dist/tex/latex/musictex/musictex.sty + texmf-dist/tex/latex/musictex/musictrp.sty + texmf-dist/tex/latex/musictex/musicvbm.sty +catalogue-ctan /macros/musictex +catalogue-date 2008-12-28 00:37:35 +0100 +catalogue-license noinfo +catalogue-version 5.20 + +name musixflx +category TLCore +revision 13822 +shortdesc A helper application for MusixTeX +longdesc Musixflx processes intermediate output from MusixTeX, and +longdesc generates data that assists MusixTeX to set good-looking slurs +longdesc and ties in its next pass. +depend musixflx.ARCH +catalogue-ctan /macros/musixtex/taupin +catalogue-date 2006-08-27 16:41:02 +0100 +catalogue-license gpl + +name musixflx.alpha-linux +category TLCore +revision 14032 +shortdesc alpha-linux files of musixflx +binfiles arch=alpha-linux size=6 + bin/alpha-linux/musixflx + +name musixflx.i386-cygwin +category TLCore +revision 15614 +shortdesc i386-cygwin files of musixflx +binfiles arch=i386-cygwin size=5 + bin/i386-cygwin/musixflx.exe + +name musixflx.i386-linux +category TLCore +revision 14164 +shortdesc i386-linux files of musixflx +binfiles arch=i386-linux size=4 + bin/i386-linux/musixflx + +name musixflx.i386-netbsd +category TLCore +revision 15167 +shortdesc i386-netbsd files of musixflx +binfiles arch=i386-netbsd size=4 + bin/i386-netbsd/musixflx + +name musixflx.i386-solaris +category TLCore +revision 15141 +shortdesc i386-solaris files of musixflx +binfiles arch=i386-solaris size=5 + bin/i386-solaris/musixflx + +name musixflx.mips-irix +category TLCore +revision 15558 +shortdesc mips-irix files of musixflx +binfiles arch=mips-irix size=6 + bin/mips-irix/musixflx + +name musixflx.powerpc-aix +category TLCore +revision 15638 +shortdesc powerpc-aix files of musixflx +binfiles arch=powerpc-aix size=4 + bin/powerpc-aix/musixflx + +name musixflx.powerpc-linux +category TLCore +revision 13864 +shortdesc powerpc-linux files of musixflx +binfiles arch=powerpc-linux size=5 + bin/powerpc-linux/musixflx + +name musixflx.sparc-linux +category TLCore +revision 14269 +shortdesc sparc-linux files of musixflx +binfiles arch=sparc-linux size=5 + bin/sparc-linux/musixflx + +name musixflx.sparc-solaris +category TLCore +revision 14279 +shortdesc sparc-solaris files of musixflx +binfiles arch=sparc-solaris size=6 + bin/sparc-solaris/musixflx + +name musixflx.universal-darwin +category TLCore +revision 14896 +shortdesc universal-darwin files of musixflx +binfiles arch=universal-darwin size=14 + bin/universal-darwin/musixflx + +name musixflx.win32 +category TLCore +revision 14670 +shortdesc win32 files of musixflx +binfiles arch=win32 size=4 + bin/win32/musixflx.exe + +name musixflx.x86_64-linux +category TLCore +revision 14282 +shortdesc x86_64-linux files of musixflx +binfiles arch=x86_64-linux size=5 + bin/x86_64-linux/musixflx + +name musixlyr +category Package +revision 15878 +shortdesc MusiXTeX Extension Package for Lyrics Handling. +longdesc This package improves the performance of Taupin's MusixTeX for +longdesc vocal music, dealing with the problems with the base package's +longdesc \zcharnote macro for incorporating lyrics. +docfiles size=46 + texmf-dist/doc/latex/musixlyr/COPYING + texmf-dist/doc/latex/musixlyr/README + texmf-dist/doc/latex/musixlyr/mxlyrdoc.dvi + texmf-dist/doc/latex/musixlyr/mxlyrdoc.mx1 + texmf-dist/doc/latex/musixlyr/mxlyrdoc.tex +runfiles size=9 + texmf-dist/tex/generic/musixlyr/musixlyr.tex +catalogue-ctan /macros/musixtex/taupin/add-ons/musixlyr21c.zip +catalogue-date 2008-12-28 00:37:35 +0100 +catalogue-license gpl +catalogue-version 2.1c + +name musixps +category Package +revision 15878 +docfiles size=1 + texmf-dist/doc/generic/musixps/readme.txt +runfiles size=15 + texmf-dist/dvips/musixps/psslurs.pro + texmf-dist/fonts/source/public/musixps/mxsk.mf + texmf-dist/fonts/tfm/public/musixps/mxsk.tfm + texmf-dist/tex/generic/musixps/musixps.tex + texmf-dist/tex/generic/musixps/slurs.tex + +name musixtex +category Package +revision 15878 +shortdesc Sophisticated music typesetting +longdesc MusiXTeX is a set of macros, based on the earlier MusicTeX, for +longdesc typesetting music with TeX. MusicTeX demonstrated that TeX +longdesc alone cannot practically typeset good-looking ties and slurs; +longdesc MusiXTeX therefore works with a separate processor (musixflx) +longdesc to generate the slurs. As a result, MusixTeX is a three-pass +longdesc system: TeX, musixflx, and TeX again. This version of MusixTeX +longdesc builds upon work by Andreas Egler, whose own version is no +longdesc longer being developed. Raw MusiXTeX macros are universally +longdesc acknowledged to be tricky to write: most users employ the pmx +longdesc preprocessor, which takes much of the strain. However, no-one +longdesc would claim that even pmx could serve as a 'composer's +longdesc workbench' -- among free software offerings, the composer is +longdesc probably best served by lilypond, and there are several good +longdesc (and very expensive) commercial packages. +execute addMixedMap musix.map +docfiles size=678 + texmf-dist/doc/generic/musixtex/CHANGES + texmf-dist/doc/generic/musixtex/README details="Package documentation" + texmf-dist/doc/generic/musixtex/README.psfonts + texmf-dist/doc/generic/musixtex/backgrnd.sty + texmf-dist/doc/generic/musixtex/examples/adagio.tex + texmf-dist/doc/generic/musixtex/examples/albinoni.tex + texmf-dist/doc/generic/musixtex/examples/angescam.tex + texmf-dist/doc/generic/musixtex/examples/angescao.tex + texmf-dist/doc/generic/musixtex/examples/angescax.tex + texmf-dist/doc/generic/musixtex/examples/avemaria.tex + texmf-dist/doc/generic/musixtex/examples/avemarid.tex + texmf-dist/doc/generic/musixtex/examples/avemaril.tex + texmf-dist/doc/generic/musixtex/examples/avemario.tex + texmf-dist/doc/generic/musixtex/examples/avemarix.tex + texmf-dist/doc/generic/musixtex/examples/avemaroo.tex + texmf-dist/doc/generic/musixtex/examples/aveverch.tex + texmf-dist/doc/generic/musixtex/examples/aveverdd.tex + texmf-dist/doc/generic/musixtex/examples/aveveruc.tex + texmf-dist/doc/generic/musixtex/examples/aveverud.tex + texmf-dist/doc/generic/musixtex/examples/aveverum.tex + texmf-dist/doc/generic/musixtex/examples/canticor.tex + texmf-dist/doc/generic/musixtex/examples/canticox.tex + texmf-dist/doc/generic/musixtex/examples/chanson.tex + texmf-dist/doc/generic/musixtex/examples/dissonan.tex + texmf-dist/doc/generic/musixtex/examples/fantaisc.tex + texmf-dist/doc/generic/musixtex/examples/fantaisd.tex + texmf-dist/doc/generic/musixtex/examples/fantaisi.tex + texmf-dist/doc/generic/musixtex/examples/fantcmol.tex + texmf-dist/doc/generic/musixtex/examples/fantfuga.tex + texmf-dist/doc/generic/musixtex/examples/fugcmoll.tex + texmf-dist/doc/generic/musixtex/examples/fugue.tex + texmf-dist/doc/generic/musixtex/examples/gloriab.tex + texmf-dist/doc/generic/musixtex/examples/glorias.tex + texmf-dist/doc/generic/musixtex/examples/gloriax.tex + texmf-dist/doc/generic/musixtex/examples/gymnoman.tex + texmf-dist/doc/generic/musixtex/examples/ilestne.tex + texmf-dist/doc/generic/musixtex/examples/ilestnex.tex + texmf-dist/doc/generic/musixtex/examples/ilfaitda.tex + texmf-dist/doc/generic/musixtex/examples/ilfaitdx.tex + texmf-dist/doc/generic/musixtex/examples/kv315.tex + texmf-dist/doc/generic/musixtex/examples/kv315f.tex + texmf-dist/doc/generic/musixtex/examples/kv315h.tex + texmf-dist/doc/generic/musixtex/examples/kv315o.tex + texmf-dist/doc/generic/musixtex/examples/marcello.tex + texmf-dist/doc/generic/musixtex/examples/marcon1.tex + texmf-dist/doc/generic/musixtex/examples/marcon2.tex + texmf-dist/doc/generic/musixtex/examples/marcon3.tex + texmf-dist/doc/generic/musixtex/examples/marconf.tex + texmf-dist/doc/generic/musixtex/examples/marconh.tex + texmf-dist/doc/generic/musixtex/examples/marcono.tex + texmf-dist/doc/generic/musixtex/examples/onuitbri.tex + texmf-dist/doc/generic/musixtex/examples/onuitbrr.tex + texmf-dist/doc/generic/musixtex/examples/onuitbrx.tex + texmf-dist/doc/generic/musixtex/examples/ostinato.tex + texmf-dist/doc/generic/musixtex/examples/pacifiqc.tex + texmf-dist/doc/generic/musixtex/examples/pacifiqn.tex + texmf-dist/doc/generic/musixtex/examples/parnasum.tex + texmf-dist/doc/generic/musixtex/examples/prelfug.tex + texmf-dist/doc/generic/musixtex/examples/prelude.tex + texmf-dist/doc/generic/musixtex/examples/recit.tex + texmf-dist/doc/generic/musixtex/examples/recueil.tex + texmf-dist/doc/generic/musixtex/examples/romances.tex + texmf-dist/doc/generic/musixtex/examples/souvenir.tex + texmf-dist/doc/generic/musixtex/examples/souvenix.tex + texmf-dist/doc/generic/musixtex/examples/tierce.tex + texmf-dist/doc/generic/musixtex/examples/traeumer.tex + texmf-dist/doc/generic/musixtex/examples/widor.tex + texmf-dist/doc/generic/musixtex/examples/widor_16.tex + texmf-dist/doc/generic/musixtex/examples/widor_20.tex + texmf-dist/doc/generic/musixtex/license.txt + texmf-dist/doc/generic/musixtex/musixdoc.bat + texmf-dist/doc/generic/musixtex/musixdoc.mx1 + texmf-dist/doc/generic/musixtex/musixdoc.mx2 + texmf-dist/doc/generic/musixtex/musixdoc.pdf details="Package documentation" + texmf-dist/doc/generic/musixtex/musixdoc.sty + texmf-dist/doc/generic/musixtex/musixdoc.tex + texmf-dist/doc/generic/musixtex/musixflx.1 +runfiles size=1488 + texmf-dist/dvips/musixtex/config.musixtex + texmf-dist/fonts/map/dvips/musixtex/musix.map + texmf-dist/fonts/source/public/musixtex/musexgen.mf + texmf-dist/fonts/source/public/musixtex/musix11.mf + texmf-dist/fonts/source/public/musixtex/musix13.mf + texmf-dist/fonts/source/public/musixtex/musix16.mf + texmf-dist/fonts/source/public/musixtex/musix20.mf + texmf-dist/fonts/source/public/musixtex/musix24.mf + texmf-dist/fonts/source/public/musixtex/musix25.mf + texmf-dist/fonts/source/public/musixtex/musix29.mf + texmf-dist/fonts/source/public/musixtex/musixgen.mf + texmf-dist/fonts/source/public/musixtex/musixsps.mf + texmf-dist/fonts/source/public/musixtex/musixspx.mf + texmf-dist/fonts/source/public/musixtex/xdrawsl.mf + texmf-dist/fonts/source/public/musixtex/xdrawzl.mf + texmf-dist/fonts/source/public/musixtex/xgreg11.mf + texmf-dist/fonts/source/public/musixtex/xgreg13.mf + texmf-dist/fonts/source/public/musixtex/xgreg16.mf + texmf-dist/fonts/source/public/musixtex/xgreg20.mf + texmf-dist/fonts/source/public/musixtex/xgreg24.mf + texmf-dist/fonts/source/public/musixtex/xgreg25.mf + texmf-dist/fonts/source/public/musixtex/xgreg29.mf + texmf-dist/fonts/source/public/musixtex/xgreggen.mf + texmf-dist/fonts/source/public/musixtex/xsld11.mf + texmf-dist/fonts/source/public/musixtex/xsld11d.mf + texmf-dist/fonts/source/public/musixtex/xsld13.mf + texmf-dist/fonts/source/public/musixtex/xsld13d.mf + texmf-dist/fonts/source/public/musixtex/xsld16.mf + texmf-dist/fonts/source/public/musixtex/xsld16d.mf + texmf-dist/fonts/source/public/musixtex/xsld20.mf + texmf-dist/fonts/source/public/musixtex/xsld20d.mf + texmf-dist/fonts/source/public/musixtex/xsld24.mf + texmf-dist/fonts/source/public/musixtex/xsld24d.mf + texmf-dist/fonts/source/public/musixtex/xsld29.mf + texmf-dist/fonts/source/public/musixtex/xsld29d.mf + texmf-dist/fonts/source/public/musixtex/xsldd20.mf + texmf-dist/fonts/source/public/musixtex/xsldu20.mf + texmf-dist/fonts/source/public/musixtex/xslgen.mf + texmf-dist/fonts/source/public/musixtex/xslgend.mf + texmf-dist/fonts/source/public/musixtex/xslgenu.mf + texmf-dist/fonts/source/public/musixtex/xslhd.mf + texmf-dist/fonts/source/public/musixtex/xslhd11.mf + texmf-dist/fonts/source/public/musixtex/xslhd11d.mf + texmf-dist/fonts/source/public/musixtex/xslhd13.mf + texmf-dist/fonts/source/public/musixtex/xslhd13d.mf + texmf-dist/fonts/source/public/musixtex/xslhd16.mf + texmf-dist/fonts/source/public/musixtex/xslhd16d.mf + texmf-dist/fonts/source/public/musixtex/xslhd20.mf + texmf-dist/fonts/source/public/musixtex/xslhd20d.mf + texmf-dist/fonts/source/public/musixtex/xslhd24.mf + texmf-dist/fonts/source/public/musixtex/xslhd24d.mf + texmf-dist/fonts/source/public/musixtex/xslhd29.mf + texmf-dist/fonts/source/public/musixtex/xslhd29d.mf + texmf-dist/fonts/source/public/musixtex/xslhu.mf + texmf-dist/fonts/source/public/musixtex/xslhu11.mf + texmf-dist/fonts/source/public/musixtex/xslhu11d.mf + texmf-dist/fonts/source/public/musixtex/xslhu13.mf + texmf-dist/fonts/source/public/musixtex/xslhu13d.mf + texmf-dist/fonts/source/public/musixtex/xslhu16.mf + texmf-dist/fonts/source/public/musixtex/xslhu16d.mf + texmf-dist/fonts/source/public/musixtex/xslhu20.mf + texmf-dist/fonts/source/public/musixtex/xslhu20d.mf + texmf-dist/fonts/source/public/musixtex/xslhu24.mf + texmf-dist/fonts/source/public/musixtex/xslhu24d.mf + texmf-dist/fonts/source/public/musixtex/xslhu29.mf + texmf-dist/fonts/source/public/musixtex/xslhu29d.mf + texmf-dist/fonts/source/public/musixtex/xslhz-o.mf + texmf-dist/fonts/source/public/musixtex/xslhz.mf + texmf-dist/fonts/source/public/musixtex/xslhz20.mf + texmf-dist/fonts/source/public/musixtex/xslhz20d.mf + texmf-dist/fonts/source/public/musixtex/xslu11.mf + texmf-dist/fonts/source/public/musixtex/xslu11d.mf + texmf-dist/fonts/source/public/musixtex/xslu13.mf + texmf-dist/fonts/source/public/musixtex/xslu13d.mf + texmf-dist/fonts/source/public/musixtex/xslu16.mf + texmf-dist/fonts/source/public/musixtex/xslu16d.mf + texmf-dist/fonts/source/public/musixtex/xslu20.mf + texmf-dist/fonts/source/public/musixtex/xslu20d.mf + texmf-dist/fonts/source/public/musixtex/xslu24.mf + texmf-dist/fonts/source/public/musixtex/xslu24d.mf + texmf-dist/fonts/source/public/musixtex/xslu29.mf + texmf-dist/fonts/source/public/musixtex/xslu29d.mf + texmf-dist/fonts/source/public/musixtex/xslud20.mf + texmf-dist/fonts/source/public/musixtex/xslup20.mf + texmf-dist/fonts/source/public/musixtex/xslz.mf + texmf-dist/fonts/source/public/musixtex/xslz20.mf + texmf-dist/fonts/source/public/musixtex/xslz20d.mf + texmf-dist/fonts/source/public/musixtex/xtie20.mf + texmf-dist/fonts/tfm/public/musixtex/musix11.tfm + texmf-dist/fonts/tfm/public/musixtex/musix13.tfm + texmf-dist/fonts/tfm/public/musixtex/musix16.tfm + texmf-dist/fonts/tfm/public/musixtex/musix20.tfm + texmf-dist/fonts/tfm/public/musixtex/musix24.tfm + texmf-dist/fonts/tfm/public/musixtex/musix25.tfm + texmf-dist/fonts/tfm/public/musixtex/musix29.tfm + texmf-dist/fonts/tfm/public/musixtex/musixsps.tfm + texmf-dist/fonts/tfm/public/musixtex/musixspx.tfm + texmf-dist/fonts/tfm/public/musixtex/xgreg11.tfm + texmf-dist/fonts/tfm/public/musixtex/xgreg13.tfm + texmf-dist/fonts/tfm/public/musixtex/xgreg16.tfm + texmf-dist/fonts/tfm/public/musixtex/xgreg20.tfm + texmf-dist/fonts/tfm/public/musixtex/xgreg24.tfm + texmf-dist/fonts/tfm/public/musixtex/xgreg29.tfm + texmf-dist/fonts/tfm/public/musixtex/xsld11.tfm + texmf-dist/fonts/tfm/public/musixtex/xsld11d.tfm + texmf-dist/fonts/tfm/public/musixtex/xsld13.tfm + texmf-dist/fonts/tfm/public/musixtex/xsld13d.tfm + texmf-dist/fonts/tfm/public/musixtex/xsld16.tfm + texmf-dist/fonts/tfm/public/musixtex/xsld16d.tfm + texmf-dist/fonts/tfm/public/musixtex/xsld20.tfm + texmf-dist/fonts/tfm/public/musixtex/xsld20d.tfm + texmf-dist/fonts/tfm/public/musixtex/xsld24.tfm + texmf-dist/fonts/tfm/public/musixtex/xsld24d.tfm + texmf-dist/fonts/tfm/public/musixtex/xsld29.tfm + texmf-dist/fonts/tfm/public/musixtex/xsld29d.tfm + texmf-dist/fonts/tfm/public/musixtex/xsldd20.tfm + texmf-dist/fonts/tfm/public/musixtex/xsldu20.tfm + texmf-dist/fonts/tfm/public/musixtex/xslhd11.tfm + texmf-dist/fonts/tfm/public/musixtex/xslhd11d.tfm + texmf-dist/fonts/tfm/public/musixtex/xslhd13.tfm + texmf-dist/fonts/tfm/public/musixtex/xslhd13d.tfm + texmf-dist/fonts/tfm/public/musixtex/xslhd16.tfm + texmf-dist/fonts/tfm/public/musixtex/xslhd16d.tfm + texmf-dist/fonts/tfm/public/musixtex/xslhd20.tfm + texmf-dist/fonts/tfm/public/musixtex/xslhd20d.tfm + texmf-dist/fonts/tfm/public/musixtex/xslhd24.tfm + texmf-dist/fonts/tfm/public/musixtex/xslhd24d.tfm + texmf-dist/fonts/tfm/public/musixtex/xslhd29.tfm + texmf-dist/fonts/tfm/public/musixtex/xslhd29d.tfm + texmf-dist/fonts/tfm/public/musixtex/xslhu11.tfm + texmf-dist/fonts/tfm/public/musixtex/xslhu11d.tfm + texmf-dist/fonts/tfm/public/musixtex/xslhu13.tfm + texmf-dist/fonts/tfm/public/musixtex/xslhu13d.tfm + texmf-dist/fonts/tfm/public/musixtex/xslhu16.tfm + texmf-dist/fonts/tfm/public/musixtex/xslhu16d.tfm + texmf-dist/fonts/tfm/public/musixtex/xslhu20.tfm + texmf-dist/fonts/tfm/public/musixtex/xslhu20d.tfm + texmf-dist/fonts/tfm/public/musixtex/xslhu20m.tfm + texmf-dist/fonts/tfm/public/musixtex/xslhu24.tfm + texmf-dist/fonts/tfm/public/musixtex/xslhu24d.tfm + texmf-dist/fonts/tfm/public/musixtex/xslhu29.tfm + texmf-dist/fonts/tfm/public/musixtex/xslhu29d.tfm + texmf-dist/fonts/tfm/public/musixtex/xslhz20.tfm + texmf-dist/fonts/tfm/public/musixtex/xslhz20d.tfm + texmf-dist/fonts/tfm/public/musixtex/xslu11.tfm + texmf-dist/fonts/tfm/public/musixtex/xslu11d.tfm + texmf-dist/fonts/tfm/public/musixtex/xslu13.tfm + texmf-dist/fonts/tfm/public/musixtex/xslu13d.tfm + texmf-dist/fonts/tfm/public/musixtex/xslu16.tfm + texmf-dist/fonts/tfm/public/musixtex/xslu16d.tfm + texmf-dist/fonts/tfm/public/musixtex/xslu20.tfm + texmf-dist/fonts/tfm/public/musixtex/xslu20d.tfm + texmf-dist/fonts/tfm/public/musixtex/xslu24.tfm + texmf-dist/fonts/tfm/public/musixtex/xslu24d.tfm + texmf-dist/fonts/tfm/public/musixtex/xslu29.tfm + texmf-dist/fonts/tfm/public/musixtex/xslu29d.tfm + texmf-dist/fonts/tfm/public/musixtex/xslud20.tfm + texmf-dist/fonts/tfm/public/musixtex/xslup20.tfm + texmf-dist/fonts/tfm/public/musixtex/xslz20.tfm + texmf-dist/fonts/tfm/public/musixtex/xslz20d.tfm + texmf-dist/fonts/tfm/public/musixtex/xtie20.tfm + texmf-dist/fonts/type1/public/musixtex/musix11.pfb + texmf-dist/fonts/type1/public/musixtex/musix13.pfb + texmf-dist/fonts/type1/public/musixtex/musix16.pfb + texmf-dist/fonts/type1/public/musixtex/musix20.pfb + texmf-dist/fonts/type1/public/musixtex/musix24.pfb + texmf-dist/fonts/type1/public/musixtex/musix29.pfb + texmf-dist/fonts/type1/public/musixtex/musixsps.pfb + texmf-dist/fonts/type1/public/musixtex/musixspx.pfb + texmf-dist/fonts/type1/public/musixtex/xgreg11.pfb + texmf-dist/fonts/type1/public/musixtex/xgreg13.pfb + texmf-dist/fonts/type1/public/musixtex/xgreg16.pfb + texmf-dist/fonts/type1/public/musixtex/xgreg20.pfb + texmf-dist/fonts/type1/public/musixtex/xgreg24.pfb + texmf-dist/fonts/type1/public/musixtex/xgreg29.pfb + texmf-dist/fonts/type1/public/musixtex/xsld11.pfb + texmf-dist/fonts/type1/public/musixtex/xsld11d.pfb + texmf-dist/fonts/type1/public/musixtex/xsld13.pfb + texmf-dist/fonts/type1/public/musixtex/xsld13d.pfb + texmf-dist/fonts/type1/public/musixtex/xsld16.pfb + texmf-dist/fonts/type1/public/musixtex/xsld16d.pfb + texmf-dist/fonts/type1/public/musixtex/xsld20.pfb + texmf-dist/fonts/type1/public/musixtex/xsld20d.pfb + texmf-dist/fonts/type1/public/musixtex/xsld24.pfb + texmf-dist/fonts/type1/public/musixtex/xsld24d.pfb + texmf-dist/fonts/type1/public/musixtex/xsld29.pfb + texmf-dist/fonts/type1/public/musixtex/xsld29d.pfb + texmf-dist/fonts/type1/public/musixtex/xsldd20.pfb + texmf-dist/fonts/type1/public/musixtex/xsldu20.pfb + texmf-dist/fonts/type1/public/musixtex/xslhd11.pfb + texmf-dist/fonts/type1/public/musixtex/xslhd11d.pfb + texmf-dist/fonts/type1/public/musixtex/xslhd13.pfb + texmf-dist/fonts/type1/public/musixtex/xslhd13d.pfb + texmf-dist/fonts/type1/public/musixtex/xslhd16.pfb + texmf-dist/fonts/type1/public/musixtex/xslhd16d.pfb + texmf-dist/fonts/type1/public/musixtex/xslhd20.pfb + texmf-dist/fonts/type1/public/musixtex/xslhd20d.pfb + texmf-dist/fonts/type1/public/musixtex/xslhd24.pfb + texmf-dist/fonts/type1/public/musixtex/xslhd24d.pfb + texmf-dist/fonts/type1/public/musixtex/xslhd29.pfb + texmf-dist/fonts/type1/public/musixtex/xslhd29d.pfb + texmf-dist/fonts/type1/public/musixtex/xslhu11.pfb + texmf-dist/fonts/type1/public/musixtex/xslhu11d.pfb + texmf-dist/fonts/type1/public/musixtex/xslhu13.pfb + texmf-dist/fonts/type1/public/musixtex/xslhu13d.pfb + texmf-dist/fonts/type1/public/musixtex/xslhu16.pfb + texmf-dist/fonts/type1/public/musixtex/xslhu16d.pfb + texmf-dist/fonts/type1/public/musixtex/xslhu20.pfb + texmf-dist/fonts/type1/public/musixtex/xslhu20d.pfb + texmf-dist/fonts/type1/public/musixtex/xslhu24.pfb + texmf-dist/fonts/type1/public/musixtex/xslhu24d.pfb + texmf-dist/fonts/type1/public/musixtex/xslhu29.pfb + texmf-dist/fonts/type1/public/musixtex/xslhu29d.pfb + texmf-dist/fonts/type1/public/musixtex/xslhz20.pfb + texmf-dist/fonts/type1/public/musixtex/xslhz20d.pfb + texmf-dist/fonts/type1/public/musixtex/xslu11.pfb + texmf-dist/fonts/type1/public/musixtex/xslu11d.pfb + texmf-dist/fonts/type1/public/musixtex/xslu13.pfb + texmf-dist/fonts/type1/public/musixtex/xslu13d.pfb + texmf-dist/fonts/type1/public/musixtex/xslu16.pfb + texmf-dist/fonts/type1/public/musixtex/xslu16d.pfb + texmf-dist/fonts/type1/public/musixtex/xslu20.pfb + texmf-dist/fonts/type1/public/musixtex/xslu20d.pfb + texmf-dist/fonts/type1/public/musixtex/xslu24.pfb + texmf-dist/fonts/type1/public/musixtex/xslu24d.pfb + texmf-dist/fonts/type1/public/musixtex/xslu29.pfb + texmf-dist/fonts/type1/public/musixtex/xslu29d.pfb + texmf-dist/fonts/type1/public/musixtex/xslud20.pfb + texmf-dist/fonts/type1/public/musixtex/xslup20.pfb + texmf-dist/fonts/type1/public/musixtex/xslz20.pfb + texmf-dist/fonts/type1/public/musixtex/xslz20d.pfb + texmf-dist/fonts/type1/public/musixtex/xtie20.pfb + texmf-dist/tex/generic/musixtex/musixadd.tex + texmf-dist/tex/generic/musixtex/musixbar.tex + texmf-dist/tex/generic/musixtex/musixbbm.tex + texmf-dist/tex/generic/musixtex/musixblx.tex + texmf-dist/tex/generic/musixtex/musixbm.tex + texmf-dist/tex/generic/musixtex/musixcho.tex + texmf-dist/tex/generic/musixtex/musixcpt.sty + texmf-dist/tex/generic/musixtex/musixcpt.tex + texmf-dist/tex/generic/musixtex/musixdat.tex + texmf-dist/tex/generic/musixtex/musixdia.tex + texmf-dist/tex/generic/musixtex/musixeng.tex + texmf-dist/tex/generic/musixtex/musixevo.tex + texmf-dist/tex/generic/musixtex/musixext.tex + texmf-dist/tex/generic/musixtex/musixfll.sty + texmf-dist/tex/generic/musixtex/musixfll.tex + texmf-dist/tex/generic/musixtex/musixgre.tex + texmf-dist/tex/generic/musixtex/musixgui.tex + texmf-dist/tex/generic/musixtex/musixhor.tex + texmf-dist/tex/generic/musixtex/musixhou.tex + texmf-dist/tex/generic/musixtex/musixinv.tex + texmf-dist/tex/generic/musixtex/musixlit.tex + texmf-dist/tex/generic/musixtex/musixltx.tex + texmf-dist/tex/generic/musixtex/musixmad.tex + texmf-dist/tex/generic/musixtex/musixper.tex + texmf-dist/tex/generic/musixtex/musixpoi.tex + texmf-dist/tex/generic/musixtex/musixref.tex + texmf-dist/tex/generic/musixtex/musixslu.tex + texmf-dist/tex/generic/musixtex/musixsqr.tex + texmf-dist/tex/generic/musixtex/musixste.tex + texmf-dist/tex/generic/musixtex/musixstf.tex + texmf-dist/tex/generic/musixtex/musixstr.tex + texmf-dist/tex/generic/musixtex/musixsty.tex + texmf-dist/tex/generic/musixtex/musixtex.ins + texmf-dist/tex/generic/musixtex/musixtex.sty + texmf-dist/tex/generic/musixtex/musixtex.tex + texmf-dist/tex/generic/musixtex/musixtri.tex +catalogue-ctan /macros/musixtex/taupin +catalogue-date 2009-02-15 11:12:44 +0100 +catalogue-license gpl +catalogue-version T.114 patch 4 + +name muthesis +category Package +revision 15878 +shortdesc Classes for University of Manchester Dept of Computer Science. +longdesc Includes thesis and project report document classes from the +longdesc University of Manchester's Department of Computer Science. +docfiles size=1 + texmf-dist/doc/latex/muthesis/README +runfiles size=6 + texmf-dist/tex/latex/muthesis/muthesis.cls + texmf-dist/tex/latex/muthesis/third-rep.cls +catalogue-ctan /macros/latex/contrib/muthesis +catalogue-date 2007-09-03 18:03:58 +0200 +catalogue-license lppl + +name mwcls +category Package +revision 15878 +shortdesc Polish-oriented document classes. +longdesc mwcls is a set of document classes for LaTeX 2e designed with +longdesc Polish typographical tradition in mind. Classes include: +longdesc 'mwart' (which is a replacement for 'article'), 'mwrep' +longdesc ('report'), and 'mwbk' ('book'). Most features present in +longdesc standard classes work with mwcls. Some extensions/exceptions +longdesc include: sectioning commands allow for second optional argument +longdesc (it's possible to state different texts for running head and +longdesc for TOC), new environments 'itemize*' and 'enumerate*' for +longdesc lists with long items, page styles have variants for normal, +longdesc opening, closing, and blank pages. +docfiles size=41 + texmf-dist/doc/latex/mwcls/CZYTAJ details="Package README" language="pl" + texmf-dist/doc/latex/mwcls/ChangeLog + texmf-dist/doc/latex/mwcls/README details="Package README" language="en" + texmf-dist/doc/latex/mwcls/mwclsdoc.pdf details="Package documentation" language="pl" +srcfiles size=37 + texmf-dist/source/latex/mwcls/mwcls.dtx + texmf-dist/source/latex/mwcls/mwcls.ins +runfiles size=41 + texmf-dist/tex/latex/mwcls/mw10.clo + texmf-dist/tex/latex/mwcls/mw11.clo + texmf-dist/tex/latex/mwcls/mw12.clo + texmf-dist/tex/latex/mwcls/mwart.cls + texmf-dist/tex/latex/mwcls/mwbk.cls + texmf-dist/tex/latex/mwcls/mwbk10.clo + texmf-dist/tex/latex/mwcls/mwbk11.clo + texmf-dist/tex/latex/mwcls/mwbk12.clo + texmf-dist/tex/latex/mwcls/mwrep.cls +catalogue-ctan /macros/latex/contrib/mwcls +catalogue-date 2009-09-28 14:47:14 +0200 +catalogue-license lppl +catalogue-version 0.74 + +name mxd +category Package +revision 15878 +shortdesc Support for Mongolian "horizontal" (Xewtee Dorwoljin) script. +longdesc This package provides macro support, and MetaFont fonts, for +longdesc typesetting the Mongolian Xawtaa Dorbolijn script in LaTeX. The +longdesc script is an archaic one, which meets the needs of Mongolian, +longdesc Tibetan and Sanskrit, but is now little used. The package is of +longdesc alpha status, presented for evaluation. +docfiles size=11 + texmf-dist/doc/latex/mxd/README details="Readme" + texmf-dist/doc/latex/mxd/mxd4tex.dvi + texmf-dist/doc/latex/mxd/mxd4tex.tex +srcfiles size=1 + texmf-dist/source/latex/mxd/INSTALL +runfiles size=25 + texmf-dist/fonts/source/public/mxd/mxdatoms.mf + texmf-dist/fonts/source/public/mxd/mxdcodes.mf + texmf-dist/fonts/source/public/mxd/mxdglyph.mf + texmf-dist/fonts/source/public/mxd/mxdligs.mf + texmf-dist/fonts/source/public/mxd/mxdparmb.mf + texmf-dist/fonts/source/public/mxd/mxdparmr.mf + texmf-dist/fonts/source/public/mxd/mxdrb.mf + texmf-dist/fonts/source/public/mxd/mxdrm.mf + texmf-dist/fonts/source/public/mxd/mxdsb.mf + texmf-dist/fonts/source/public/mxd/mxdsm.mf + texmf-dist/fonts/tfm/public/mxd/mxdrb.tfm + texmf-dist/fonts/tfm/public/mxd/mxdrm.tfm + texmf-dist/fonts/tfm/public/mxd/mxdsb.tfm + texmf-dist/fonts/tfm/public/mxd/mxdsm.tfm + texmf-dist/tex/latex/mxd/lmxenc.def + texmf-dist/tex/latex/mxd/lmxmxd.fd + texmf-dist/tex/latex/mxd/mxd.sty +catalogue-ctan /language/mongolian/mxd +catalogue-date 2008-11-14 15:27:30 +0100 +catalogue-license noinfo +catalogue-version 0.4 alpha + +name mxedruli +category Package +revision 15878 +shortdesc A pair of Georgian fonts. +longdesc Two Georgian fonts, written in MetaFont, which cover the +longdesc Mxedruli and the Xucuri alphabets. +docfiles size=97 + texmf-dist/doc/fonts/mxedruli/README details="Readme" + texmf-dist/doc/fonts/mxedruli/alphabets.tex + texmf-dist/doc/fonts/mxedruli/mxeddoc.pdf details="Package documentation" + texmf-dist/doc/fonts/mxedruli/mxeddoc.tex + texmf-dist/doc/fonts/mxedruli/ossetic.tex + texmf-dist/doc/fonts/mxedruli/vepxis.tex +runfiles size=63 + texmf-dist/fonts/source/public/mxedruli/mxed.mf + texmf-dist/fonts/source/public/mxedruli/mxed10.mf + texmf-dist/fonts/source/public/mxedruli/mxedacc.mf + texmf-dist/fonts/source/public/mxedruli/mxedbase.mf + texmf-dist/fonts/source/public/mxedruli/mxedbf10.mf + texmf-dist/fonts/source/public/mxedruli/mxedc10.mf + texmf-dist/fonts/source/public/mxedruli/mxedcaps.mf + texmf-dist/fonts/source/public/mxedruli/mxedd.mf + texmf-dist/fonts/source/public/mxedruli/mxedfont.mf + texmf-dist/fonts/source/public/mxedruli/mxedi10.mf + texmf-dist/fonts/source/public/mxedruli/mxedp.mf + texmf-dist/fonts/source/public/mxedruli/xuc.mf + texmf-dist/fonts/source/public/mxedruli/xuc10.mf + texmf-dist/fonts/source/public/mxedruli/xucbase.mf + texmf-dist/fonts/source/public/mxedruli/xucd.mf + texmf-dist/fonts/source/public/mxedruli/xucfont.mf + texmf-dist/fonts/source/public/mxedruli/xucl.mf + texmf-dist/fonts/source/public/mxedruli/xucp.mf + texmf-dist/fonts/tfm/public/mxedruli/mxed10.tfm + texmf-dist/fonts/tfm/public/mxedruli/mxedbf10.tfm + texmf-dist/fonts/tfm/public/mxedruli/mxedc10.tfm + texmf-dist/fonts/tfm/public/mxedruli/mxedi10.tfm + texmf-dist/fonts/tfm/public/mxedruli/xuc10.tfm + texmf-dist/tex/latex/mxedruli/mxedruli.sty + texmf-dist/tex/latex/mxedruli/umxed.fd + texmf-dist/tex/latex/mxedruli/uxuc.fd + texmf-dist/tex/latex/mxedruli/xucuri.sty +catalogue-ctan /fonts/georgian/mxedruli +catalogue-date 2009-01-23 11:09:06 +0100 +catalogue-license noinfo +catalogue-version 3.3c + +name nag +category Package +revision 15878 +shortdesc Detecting and warning about obsolete LaTeX commands +longdesc Old habits die hard. All the same, there are commands, classes +longdesc and packages which are outdated and superseded. The nag package +longdesc provides routines to warn the user about the use of such +longdesc obsolete things. As an example, we provide an extension that +longdesc detects many of the "sins" described in l2tabu. +docfiles size=51 + texmf-dist/doc/latex/nag/README details="Readme" + texmf-dist/doc/latex/nag/nag.pdf details="Package documentation" + texmf-dist/doc/latex/nag/nagdemo.tex +srcfiles size=14 + texmf-dist/source/latex/nag/nag.dtx + texmf-dist/source/latex/nag/nag.ins +runfiles size=9 + texmf-dist/tex/latex/nag/nag-abort.cfg + texmf-dist/tex/latex/nag/nag-experimental.cfg + texmf-dist/tex/latex/nag/nag-l2tabu.cfg + texmf-dist/tex/latex/nag/nag-orthodox.cfg + texmf-dist/tex/latex/nag/nag.sty +catalogue-ctan /macros/latex/contrib/nag +catalogue-date 2008-02-10 20:16:33 +0100 +catalogue-license lppl +catalogue-version 0.61 + +name namespc +category Package +revision 15878 +shortdesc Rudimentary c++-like namespaces in LaTeX. +longdesc The namespc package adds rudimentary c++-like namespace +longdesc functionality to LaTeX. It may be used to declare local LaTeX +longdesc commands, which can be made accessible in a later contexts +longdesc without defining them globally. +docfiles size=35 + texmf-dist/doc/latex/namespc/README details="Readme" + texmf-dist/doc/latex/namespc/namespc.pdf details="Package documentation" +srcfiles size=3 + texmf-dist/source/latex/namespc/namespc.dtx +runfiles size=1 + texmf-dist/tex/latex/namespc/namespc.sty +catalogue-ctan /macros/latex/contrib/namespc +catalogue-date 2006-12-22 14:37:19 +0100 +catalogue-license lppl + +name natbib +category Package +revision 15878 +shortdesc Flexible bibliography support. +longdesc Provides a style with author-year and numbered references, as +longdesc well as much detailed of support for other bibliography use. +longdesc Provides versions of the standard BibTeX styles that are +longdesc compatible with natbib - plainnat, unsrtnat, abbrnat. The +longdesc bibliography styles produced by custom-bib are designed from +longdesc the start to be compatible with natbib. +docfiles size=86 + texmf-dist/doc/latex/natbib/README.1st details="First README" + texmf-dist/doc/latex/natbib/README.v831 details="README for this release" + texmf-dist/doc/latex/natbib/natbib.ltx + texmf-dist/doc/latex/natbib/natbib.pdf details="Package documentation" + texmf-dist/doc/latex/natbib/natnotes.pdf details="Reference Sheet" + texmf-dist/doc/latex/natbib/natnotes.tex + texmf-dist/doc/latex/natbib/readme.nat +srcfiles size=70 + texmf-dist/source/latex/natbib/bibentry.drv + texmf-dist/source/latex/natbib/bibentry.dtx + texmf-dist/source/latex/natbib/bibentry.ins + texmf-dist/source/latex/natbib/natbib.dtx + texmf-dist/source/latex/natbib/natbib.ins +runfiles size=33 + texmf-dist/bibtex/bst/natbib/abbrvnat.bst + texmf-dist/bibtex/bst/natbib/plainnat.bst + texmf-dist/bibtex/bst/natbib/unsrtnat.bst + texmf-dist/tex/latex/natbib/bibentry.sty + texmf-dist/tex/latex/natbib/natbib.sty +catalogue-ctan /macros/latex/contrib/natbib +catalogue-date 2009-10-07 21:28:40 +0200 +catalogue-license lppl +catalogue-version 8.31 + +name nath +category Package +revision 15878 +shortdesc Natural mathematics notation. +longdesc Nath is a LaTeX (both 2e and 2.09) style to separate +longdesc presentation and content in mathematical typography. The style +longdesc delivers a particular context-dependent presentation on the +longdesc basis of a rather coarse context-independent notation. +longdesc Highlighted features: depending on the context, the command +longdesc \frac produces either built-up or case or solidus fractions, +longdesc with parentheses added whenever required for preservation of +longdesc the mathematical meaning; delimiters adapt their size to the +longdesc material enclosed, rendering \left and \right almost obsolete. +docfiles size=48 + texmf-dist/doc/latex/nath/README details="Package Readme" + texmf-dist/doc/latex/nath/nathguide.pdf details="Package documentation" + texmf-dist/doc/latex/nath/nathguide.tex +runfiles size=21 + texmf-dist/tex/latex/nath/nath.sty +catalogue-ctan /macros/latex/contrib/nath +catalogue-date 2006-12-22 14:37:19 +0100 +catalogue-license gpl + +name nature +category Package +revision 15878 +shortdesc Prepare papers for the journal Nature. +longdesc Nature does not accept papers in LaTeX, but it does accept PDF. +longdesc This class and BibTeX style provide what seems to be necessary +longdesc to produce papers in a format acceptable to the publisher. +docfiles size=3 + texmf-dist/doc/latex/nature/README + texmf-dist/doc/latex/nature/nature-template.tex +runfiles size=11 + texmf-dist/bibtex/bst/nature/naturemag.bst + texmf-dist/tex/latex/nature/nature.cls +catalogue-ctan /macros/latex/contrib/nature +catalogue-date 2008-09-15 13:49:48 +0200 +catalogue-license noinfo +catalogue-version 1.0 + +name ncclatex +category Package +revision 15878 +shortdesc An extended general-purpose class +longdesc The ncc class provides a framework for a common class to +longdesc replace the standard article, book and report classes, and +longdesc providing a "preprint" class. The class's extensions are +longdesc provided in a number of small packages, some of which may also +longdesc be used with the standard classes. The ncclatex package also +longdesc loads many of the packages of, and requires the latest version +longdesc of the ncctools bundle. +docfiles size=172 + texmf-dist/doc/latex/ncclatex/README details="Readme" + texmf-dist/doc/latex/ncclatex/changes.txt + texmf-dist/doc/latex/ncclatex/manifest.txt + texmf-dist/doc/latex/ncclatex/ncclatex.pdf details="Package documentation" + texmf-dist/doc/latex/ncclatex/ncclatex.tex + texmf-dist/doc/latex/ncclatex/nccnews.pdf details="Package news" language="ru" +runfiles size=30 + texmf-dist/tex/latex/ncclatex/cp1251-light.def + texmf-dist/tex/latex/ncclatex/ncc.cls + texmf-dist/tex/latex/ncclatex/ncc10.clo + texmf-dist/tex/latex/ncclatex/ncc11.clo + texmf-dist/tex/latex/ncclatex/ncc12.clo + texmf-dist/tex/latex/ncclatex/ncc14.clo + texmf-dist/tex/latex/ncclatex/nccart.clo + texmf-dist/tex/latex/ncclatex/nccbiblist.sty + texmf-dist/tex/latex/ncclatex/nccbook.clo + texmf-dist/tex/latex/ncclatex/nccdefaults.sty + texmf-dist/tex/latex/ncclatex/nccfit.clo + texmf-dist/tex/latex/ncclatex/ncchdr.sty + texmf-dist/tex/latex/ncclatex/nccheadings.sty + texmf-dist/tex/latex/ncclatex/nccindex.sty + texmf-dist/tex/latex/ncclatex/ncclatex.sty + texmf-dist/tex/latex/ncclatex/nccltrus.sty + texmf-dist/tex/latex/ncclatex/nccold.sty + texmf-dist/tex/latex/ncclatex/nccproc.cls + texmf-dist/tex/latex/ncclatex/nccsections.sty + texmf-dist/tex/latex/ncclatex/ncctheorems.sty + texmf-dist/tex/latex/ncclatex/ncctitle.clo + texmf-dist/tex/latex/ncclatex/ncctitle.sty + texmf-dist/tex/latex/ncclatex/ncctitlepage.sty + texmf-dist/tex/latex/ncclatex/sibjnm.cls +catalogue-ctan /macros/latex/contrib/ncclatex +catalogue-date 2007-02-23 22:01:12 +0100 +catalogue-license lppl +catalogue-version 1.5 + +name ncctools +category Package +revision 15878 +shortdesc A collection of general packages for LaTeX +longdesc The NCCtools bundle contains many packages for general use +longdesc under LaTeX; many are also used by NCC LaTeX. The bundle +longdesc includes tools for: - executing commands after a package is +longdesc loaded; - watermarks; - counter manipulation (dynamic counters, +longdesc changing counter numbering with another counter); - +longdesc improvements to the description environment; - hyphenation of +longdesc compound words; - new levels of footnotes; - space-filling +longdesc patterns; - "poor man's" Black Board Bold symbols; - alignment +longdesc of the content of a box; - use comma as decimal separator; - +longdesc boxes with their own crop marks; - page cropmarks; - +longdesc improvements to fancy headers; - float "styles", mini floats, +longdesc side floats; - manually marked footnotes; - extension of +longdesc amsmath; - control of paragraph skip; - an envelope to the +longdesc graphicx package; - dashed and multiple rules; - alternative +longdesc techniques for declarations of sections, captions, and toc- +longdesc entries; - generalised text-stretching; - generation of new +longdesc theorem-like environments; - control of the text area; - +longdesc centred page layouts; and - an un-numbered top-level section. +docfiles size=729 + texmf-dist/doc/latex/ncctools/README details="Readme" + texmf-dist/doc/latex/ncctools/README.source + texmf-dist/doc/latex/ncctools/afterpackage.pdf + texmf-dist/doc/latex/ncctools/changes.txt + texmf-dist/doc/latex/ncctools/dcounter.pdf + texmf-dist/doc/latex/ncctools/desclist.pdf + texmf-dist/doc/latex/ncctools/extdash.pdf + texmf-dist/doc/latex/ncctools/manifest.txt + texmf-dist/doc/latex/ncctools/manyfoot.pdf + texmf-dist/doc/latex/ncctools/mboxfill.pdf + texmf-dist/doc/latex/ncctools/nccbbb.pdf + texmf-dist/doc/latex/ncctools/nccboxes.pdf + texmf-dist/doc/latex/ncctools/ncccomma.pdf + texmf-dist/doc/latex/ncctools/ncccropbox.pdf + texmf-dist/doc/latex/ncctools/ncccropmark.pdf + texmf-dist/doc/latex/ncctools/nccfancyhdr.pdf + texmf-dist/doc/latex/ncctools/nccfloats.pdf + texmf-dist/doc/latex/ncctools/nccfoots.pdf + texmf-dist/doc/latex/ncctools/nccmath.pdf + texmf-dist/doc/latex/ncctools/nccparskip.pdf + texmf-dist/doc/latex/ncctools/nccpic.pdf + texmf-dist/doc/latex/ncctools/nccrules.pdf + texmf-dist/doc/latex/ncctools/nccsect.pdf + texmf-dist/doc/latex/ncctools/nccstretch.pdf + texmf-dist/doc/latex/ncctools/nccthm.pdf + texmf-dist/doc/latex/ncctools/ncctools.pdf + texmf-dist/doc/latex/ncctools/ncctools.tex + texmf-dist/doc/latex/ncctools/textarea.pdf + texmf-dist/doc/latex/ncctools/tocenter.pdf + texmf-dist/doc/latex/ncctools/topsection.pdf + texmf-dist/doc/latex/ncctools/watermark.pdf +srcfiles size=120 + texmf-dist/source/latex/ncctools/afterpackage.dtx + texmf-dist/source/latex/ncctools/dcounter.dtx + texmf-dist/source/latex/ncctools/desclist.dtx + texmf-dist/source/latex/ncctools/extdash.dtx + texmf-dist/source/latex/ncctools/manyfoot.dtx + texmf-dist/source/latex/ncctools/mboxfill.dtx + texmf-dist/source/latex/ncctools/nccbbb.dtx + texmf-dist/source/latex/ncctools/nccboxes.dtx + texmf-dist/source/latex/ncctools/ncccomma.dtx + texmf-dist/source/latex/ncctools/ncccropbox.dtx + texmf-dist/source/latex/ncctools/ncccropmark.dtx + texmf-dist/source/latex/ncctools/nccfancyhdr.dtx + texmf-dist/source/latex/ncctools/nccfloats.dtx + texmf-dist/source/latex/ncctools/nccfoots.dtx + texmf-dist/source/latex/ncctools/nccmath.dtx + texmf-dist/source/latex/ncctools/nccparskip.dtx + texmf-dist/source/latex/ncctools/nccpic.dtx + texmf-dist/source/latex/ncctools/nccrules.dtx + texmf-dist/source/latex/ncctools/nccsect.dtx + texmf-dist/source/latex/ncctools/nccstretch.dtx + texmf-dist/source/latex/ncctools/nccthm.dtx + texmf-dist/source/latex/ncctools/ncctools.ins + texmf-dist/source/latex/ncctools/textarea.dtx + texmf-dist/source/latex/ncctools/tocenter.dtx + texmf-dist/source/latex/ncctools/topsection.dtx + texmf-dist/source/latex/ncctools/watermark.dtx +runfiles size=43 + texmf-dist/tex/latex/ncctools/afterpackage.sty + texmf-dist/tex/latex/ncctools/dcounter.sty + texmf-dist/tex/latex/ncctools/desclist.sty + texmf-dist/tex/latex/ncctools/extdash.sty + texmf-dist/tex/latex/ncctools/manyfoot.sty + texmf-dist/tex/latex/ncctools/mboxfill.sty + texmf-dist/tex/latex/ncctools/nccbbb.sty + texmf-dist/tex/latex/ncctools/nccboxes.sty + texmf-dist/tex/latex/ncctools/ncccomma.sty + texmf-dist/tex/latex/ncctools/ncccropbox.sty + texmf-dist/tex/latex/ncctools/ncccropmark.sty + texmf-dist/tex/latex/ncctools/nccfancyhdr.sty + texmf-dist/tex/latex/ncctools/nccfloats.sty + texmf-dist/tex/latex/ncctools/nccfoots.sty + texmf-dist/tex/latex/ncctools/nccmath.sty + texmf-dist/tex/latex/ncctools/nccparskip.sty + texmf-dist/tex/latex/ncctools/nccpic.sty + texmf-dist/tex/latex/ncctools/nccrules.sty + texmf-dist/tex/latex/ncctools/nccsect.sty + texmf-dist/tex/latex/ncctools/nccstretch.sty + texmf-dist/tex/latex/ncctools/nccthm.sty + texmf-dist/tex/latex/ncctools/textarea.sty + texmf-dist/tex/latex/ncctools/tocenter.sty + texmf-dist/tex/latex/ncctools/topsection.sty + texmf-dist/tex/latex/ncctools/watermark.sty +catalogue-ctan /macros/latex/contrib/ncctools +catalogue-date 2008-02-08 09:08:04 +0100 +catalogue-license lppl +catalogue-version 3.5 + +name ncntrsbk +category Package +revision 15878 +runfiles size=327 + texmf-dist/dvips/ncntrsbk/config.unc + texmf-dist/fonts/afm/adobe/ncntrsbk/pncb8a.afm + texmf-dist/fonts/afm/adobe/ncntrsbk/pncbi8a.afm + texmf-dist/fonts/afm/adobe/ncntrsbk/pncr8a.afm + texmf-dist/fonts/afm/adobe/ncntrsbk/pncri8a.afm + texmf-dist/fonts/afm/urw/ncntrsbk/uncb8a.afm + texmf-dist/fonts/afm/urw/ncntrsbk/uncbi8a.afm + texmf-dist/fonts/afm/urw/ncntrsbk/uncr8a.afm + texmf-dist/fonts/afm/urw/ncntrsbk/uncri8a.afm + texmf-dist/fonts/map/dvips/ncntrsbk/unc.map + texmf-dist/fonts/tfm/adobe/ncntrsbk/pncb.tfm + texmf-dist/fonts/tfm/adobe/ncntrsbk/pncb7t.tfm + texmf-dist/fonts/tfm/adobe/ncntrsbk/pncb8c.tfm + texmf-dist/fonts/tfm/adobe/ncntrsbk/pncb8r.tfm + texmf-dist/fonts/tfm/adobe/ncntrsbk/pncb8t.tfm + texmf-dist/fonts/tfm/adobe/ncntrsbk/pncbc.tfm + texmf-dist/fonts/tfm/adobe/ncntrsbk/pncbc7t.tfm + texmf-dist/fonts/tfm/adobe/ncntrsbk/pncbc8t.tfm + texmf-dist/fonts/tfm/adobe/ncntrsbk/pncbi.tfm + texmf-dist/fonts/tfm/adobe/ncntrsbk/pncbi7t.tfm + texmf-dist/fonts/tfm/adobe/ncntrsbk/pncbi8c.tfm + texmf-dist/fonts/tfm/adobe/ncntrsbk/pncbi8r.tfm + texmf-dist/fonts/tfm/adobe/ncntrsbk/pncbi8t.tfm + texmf-dist/fonts/tfm/adobe/ncntrsbk/pncbo.tfm + texmf-dist/fonts/tfm/adobe/ncntrsbk/pncbo7t.tfm + texmf-dist/fonts/tfm/adobe/ncntrsbk/pncbo8c.tfm + texmf-dist/fonts/tfm/adobe/ncntrsbk/pncbo8r.tfm + texmf-dist/fonts/tfm/adobe/ncntrsbk/pncbo8t.tfm + texmf-dist/fonts/tfm/adobe/ncntrsbk/pncr.tfm + texmf-dist/fonts/tfm/adobe/ncntrsbk/pncr7t.tfm + texmf-dist/fonts/tfm/adobe/ncntrsbk/pncr8c.tfm + texmf-dist/fonts/tfm/adobe/ncntrsbk/pncr8r.tfm + texmf-dist/fonts/tfm/adobe/ncntrsbk/pncr8t.tfm + texmf-dist/fonts/tfm/adobe/ncntrsbk/pncrc.tfm + texmf-dist/fonts/tfm/adobe/ncntrsbk/pncrc7t.tfm + texmf-dist/fonts/tfm/adobe/ncntrsbk/pncrc8t.tfm + texmf-dist/fonts/tfm/adobe/ncntrsbk/pncri.tfm + texmf-dist/fonts/tfm/adobe/ncntrsbk/pncri7t.tfm + texmf-dist/fonts/tfm/adobe/ncntrsbk/pncri8c.tfm + texmf-dist/fonts/tfm/adobe/ncntrsbk/pncri8r.tfm + texmf-dist/fonts/tfm/adobe/ncntrsbk/pncri8t.tfm + texmf-dist/fonts/tfm/adobe/ncntrsbk/pncro.tfm + texmf-dist/fonts/tfm/adobe/ncntrsbk/pncro7t.tfm + texmf-dist/fonts/tfm/adobe/ncntrsbk/pncro8c.tfm + texmf-dist/fonts/tfm/adobe/ncntrsbk/pncro8r.tfm + texmf-dist/fonts/tfm/adobe/ncntrsbk/pncro8t.tfm + texmf-dist/fonts/tfm/cspsfonts-adobe/ncntrsbk/pncb8z.tfm + texmf-dist/fonts/tfm/cspsfonts-adobe/ncntrsbk/pncbc8z.tfm + texmf-dist/fonts/tfm/cspsfonts-adobe/ncntrsbk/pncbi8z.tfm + texmf-dist/fonts/tfm/cspsfonts-adobe/ncntrsbk/pncr8z.tfm + texmf-dist/fonts/tfm/cspsfonts-adobe/ncntrsbk/pncrc8z.tfm + texmf-dist/fonts/tfm/cspsfonts-adobe/ncntrsbk/pncri8z.tfm + texmf-dist/fonts/tfm/cspsfonts-adobe/ncntrsbk/pncrv8z.tfm + texmf-dist/fonts/tfm/cspsfonts-adobe/ncntrsbk/rpncb.tfm + texmf-dist/fonts/tfm/cspsfonts-adobe/ncntrsbk/rpncbi.tfm + texmf-dist/fonts/tfm/cspsfonts-adobe/ncntrsbk/rpncr.tfm + texmf-dist/fonts/tfm/cspsfonts-adobe/ncntrsbk/rpncri.tfm + texmf-dist/fonts/tfm/groff/ncntrsbk/pncb8g.tfm + texmf-dist/fonts/tfm/groff/ncntrsbk/pncbi8g.tfm + texmf-dist/fonts/tfm/groff/ncntrsbk/pncr8g.tfm + texmf-dist/fonts/tfm/groff/ncntrsbk/pncri8g.tfm + texmf-dist/fonts/tfm/urw35vf/ncntrsbk/uncb7t.tfm + texmf-dist/fonts/tfm/urw35vf/ncntrsbk/uncb8c.tfm + texmf-dist/fonts/tfm/urw35vf/ncntrsbk/uncb8r.tfm + texmf-dist/fonts/tfm/urw35vf/ncntrsbk/uncb8t.tfm + texmf-dist/fonts/tfm/urw35vf/ncntrsbk/uncbc7t.tfm + texmf-dist/fonts/tfm/urw35vf/ncntrsbk/uncbc8t.tfm + texmf-dist/fonts/tfm/urw35vf/ncntrsbk/uncbi7t.tfm + texmf-dist/fonts/tfm/urw35vf/ncntrsbk/uncbi8c.tfm + texmf-dist/fonts/tfm/urw35vf/ncntrsbk/uncbi8r.tfm + texmf-dist/fonts/tfm/urw35vf/ncntrsbk/uncbi8t.tfm + texmf-dist/fonts/tfm/urw35vf/ncntrsbk/uncbo7t.tfm + texmf-dist/fonts/tfm/urw35vf/ncntrsbk/uncbo8c.tfm + texmf-dist/fonts/tfm/urw35vf/ncntrsbk/uncbo8r.tfm + texmf-dist/fonts/tfm/urw35vf/ncntrsbk/uncbo8t.tfm + texmf-dist/fonts/tfm/urw35vf/ncntrsbk/uncr7t.tfm + texmf-dist/fonts/tfm/urw35vf/ncntrsbk/uncr8c.tfm + texmf-dist/fonts/tfm/urw35vf/ncntrsbk/uncr8r.tfm + texmf-dist/fonts/tfm/urw35vf/ncntrsbk/uncr8t.tfm + texmf-dist/fonts/tfm/urw35vf/ncntrsbk/uncrc7t.tfm + texmf-dist/fonts/tfm/urw35vf/ncntrsbk/uncrc8t.tfm + texmf-dist/fonts/tfm/urw35vf/ncntrsbk/uncri7t.tfm + texmf-dist/fonts/tfm/urw35vf/ncntrsbk/uncri8c.tfm + texmf-dist/fonts/tfm/urw35vf/ncntrsbk/uncri8r.tfm + texmf-dist/fonts/tfm/urw35vf/ncntrsbk/uncri8t.tfm + texmf-dist/fonts/tfm/urw35vf/ncntrsbk/uncro7t.tfm + texmf-dist/fonts/tfm/urw35vf/ncntrsbk/uncro8c.tfm + texmf-dist/fonts/tfm/urw35vf/ncntrsbk/uncro8r.tfm + texmf-dist/fonts/tfm/urw35vf/ncntrsbk/uncro8t.tfm + texmf-dist/fonts/type1/urw/ncntrsbk/uncb8a.pfb + texmf-dist/fonts/type1/urw/ncntrsbk/uncb8a.pfm + texmf-dist/fonts/type1/urw/ncntrsbk/uncbi8a.pfb + texmf-dist/fonts/type1/urw/ncntrsbk/uncbi8a.pfm + texmf-dist/fonts/type1/urw/ncntrsbk/uncr8a.pfb + texmf-dist/fonts/type1/urw/ncntrsbk/uncr8a.pfm + texmf-dist/fonts/type1/urw/ncntrsbk/uncri8a.pfb + texmf-dist/fonts/type1/urw/ncntrsbk/uncri8a.pfm + texmf-dist/fonts/vf/adobe/ncntrsbk/pncb.vf + texmf-dist/fonts/vf/adobe/ncntrsbk/pncb7t.vf + texmf-dist/fonts/vf/adobe/ncntrsbk/pncb8c.vf + texmf-dist/fonts/vf/adobe/ncntrsbk/pncb8t.vf + texmf-dist/fonts/vf/adobe/ncntrsbk/pncbc.vf + texmf-dist/fonts/vf/adobe/ncntrsbk/pncbc7t.vf + texmf-dist/fonts/vf/adobe/ncntrsbk/pncbc8t.vf + texmf-dist/fonts/vf/adobe/ncntrsbk/pncbi.vf + texmf-dist/fonts/vf/adobe/ncntrsbk/pncbi7t.vf + texmf-dist/fonts/vf/adobe/ncntrsbk/pncbi8c.vf + texmf-dist/fonts/vf/adobe/ncntrsbk/pncbi8t.vf + texmf-dist/fonts/vf/adobe/ncntrsbk/pncbo.vf + texmf-dist/fonts/vf/adobe/ncntrsbk/pncbo7t.vf + texmf-dist/fonts/vf/adobe/ncntrsbk/pncbo8c.vf + texmf-dist/fonts/vf/adobe/ncntrsbk/pncbo8t.vf + texmf-dist/fonts/vf/adobe/ncntrsbk/pncr.vf + texmf-dist/fonts/vf/adobe/ncntrsbk/pncr7t.vf + texmf-dist/fonts/vf/adobe/ncntrsbk/pncr8c.vf + texmf-dist/fonts/vf/adobe/ncntrsbk/pncr8t.vf + texmf-dist/fonts/vf/adobe/ncntrsbk/pncrc.vf + texmf-dist/fonts/vf/adobe/ncntrsbk/pncrc7t.vf + texmf-dist/fonts/vf/adobe/ncntrsbk/pncrc8t.vf + texmf-dist/fonts/vf/adobe/ncntrsbk/pncri.vf + texmf-dist/fonts/vf/adobe/ncntrsbk/pncri7t.vf + texmf-dist/fonts/vf/adobe/ncntrsbk/pncri8c.vf + texmf-dist/fonts/vf/adobe/ncntrsbk/pncri8t.vf + texmf-dist/fonts/vf/adobe/ncntrsbk/pncro.vf + texmf-dist/fonts/vf/adobe/ncntrsbk/pncro7t.vf + texmf-dist/fonts/vf/adobe/ncntrsbk/pncro8c.vf + texmf-dist/fonts/vf/adobe/ncntrsbk/pncro8t.vf + texmf-dist/fonts/vf/cspsfonts-adobe/ncntrsbk/pncb8z.vf + texmf-dist/fonts/vf/cspsfonts-adobe/ncntrsbk/pncbc8z.vf + texmf-dist/fonts/vf/cspsfonts-adobe/ncntrsbk/pncbi8z.vf + texmf-dist/fonts/vf/cspsfonts-adobe/ncntrsbk/pncr8z.vf + texmf-dist/fonts/vf/cspsfonts-adobe/ncntrsbk/pncrc8z.vf + texmf-dist/fonts/vf/cspsfonts-adobe/ncntrsbk/pncri8z.vf + texmf-dist/fonts/vf/cspsfonts-adobe/ncntrsbk/pncrv8z.vf + texmf-dist/fonts/vf/urw35vf/ncntrsbk/uncb7t.vf + texmf-dist/fonts/vf/urw35vf/ncntrsbk/uncb8c.vf + texmf-dist/fonts/vf/urw35vf/ncntrsbk/uncb8t.vf + texmf-dist/fonts/vf/urw35vf/ncntrsbk/uncbc7t.vf + texmf-dist/fonts/vf/urw35vf/ncntrsbk/uncbc8t.vf + texmf-dist/fonts/vf/urw35vf/ncntrsbk/uncbi7t.vf + texmf-dist/fonts/vf/urw35vf/ncntrsbk/uncbi8c.vf + texmf-dist/fonts/vf/urw35vf/ncntrsbk/uncbi8t.vf + texmf-dist/fonts/vf/urw35vf/ncntrsbk/uncbo7t.vf + texmf-dist/fonts/vf/urw35vf/ncntrsbk/uncbo8c.vf + texmf-dist/fonts/vf/urw35vf/ncntrsbk/uncbo8t.vf + texmf-dist/fonts/vf/urw35vf/ncntrsbk/uncr7t.vf + texmf-dist/fonts/vf/urw35vf/ncntrsbk/uncr8c.vf + texmf-dist/fonts/vf/urw35vf/ncntrsbk/uncr8t.vf + texmf-dist/fonts/vf/urw35vf/ncntrsbk/uncrc7t.vf + texmf-dist/fonts/vf/urw35vf/ncntrsbk/uncrc8t.vf + texmf-dist/fonts/vf/urw35vf/ncntrsbk/uncri7t.vf + texmf-dist/fonts/vf/urw35vf/ncntrsbk/uncri8c.vf + texmf-dist/fonts/vf/urw35vf/ncntrsbk/uncri8t.vf + texmf-dist/fonts/vf/urw35vf/ncntrsbk/uncro7t.vf + texmf-dist/fonts/vf/urw35vf/ncntrsbk/uncro8c.vf + texmf-dist/fonts/vf/urw35vf/ncntrsbk/uncro8t.vf + texmf-dist/tex/latex/ncntrsbk/8runc.fd + texmf-dist/tex/latex/ncntrsbk/omlunc.fd + texmf-dist/tex/latex/ncntrsbk/omsunc.fd + texmf-dist/tex/latex/ncntrsbk/ot1unc.fd + texmf-dist/tex/latex/ncntrsbk/t1unc.fd + texmf-dist/tex/latex/ncntrsbk/ts1unc.fd + +name nddiss +category Package +revision 15878 +shortdesc Notre Dame Dissertation format class. +longdesc This class file conforms to the requirements of the Graduate +longdesc School of the University of Notre Dame; with it a user can +longdesc format a thesis or dissertation in LaTeX. +docfiles size=142 + texmf-dist/doc/latex/nddiss/ReadMe.1st.txt + texmf-dist/doc/latex/nddiss/example-v1.3/LICENSE + texmf-dist/doc/latex/nddiss/example-v1.3/README.1st.txt + texmf-dist/doc/latex/nddiss/example-v1.3/README.orig + texmf-dist/doc/latex/nddiss/example-v1.3/VERSION + texmf-dist/doc/latex/nddiss/example-v1.3/appendix.tex + texmf-dist/doc/latex/nddiss/example-v1.3/chapter1.tex + texmf-dist/doc/latex/nddiss/example-v1.3/chapter2.tex + texmf-dist/doc/latex/nddiss/example-v1.3/example.bib + texmf-dist/doc/latex/nddiss/example-v1.3/example.pdf + texmf-dist/doc/latex/nddiss/example-v1.3/example.tex + texmf-dist/doc/latex/nddiss/example-v1.3/makefile + texmf-dist/doc/latex/nddiss/example-v1.3/makefile.chapterbib + texmf-dist/doc/latex/nddiss/example-v1.3/sample_nd.eps + texmf-dist/doc/latex/nddiss/example-v1.3/sample_nd.pdf + texmf-dist/doc/latex/nddiss/ltxdoc.cfg + texmf-dist/doc/latex/nddiss/nddiss2e.pdf details="Package documentation" + texmf-dist/doc/latex/nddiss/process.sh + texmf-dist/doc/latex/nddiss/template.tex +srcfiles size=20 + texmf-dist/source/latex/nddiss/nddiss2e.dtx + texmf-dist/source/latex/nddiss/nddiss2e.ins +runfiles size=13 + texmf-dist/bibtex/bst/nddiss/nddiss2e.bst + texmf-dist/tex/latex/nddiss/nddiss2e.cls +catalogue-ctan /macros/latex/contrib/nddiss +catalogue-date 2008-08-22 17:15:44 +0200 +catalogue-license lppl +catalogue-version 3.0 + +name needspace +category Package +revision 15878 +shortdesc Insert pagebreak if not enough space. +longdesc Provides commands to disable pagebreaking within a given +longdesc vertical space. If there is not enough space between the +longdesc command and the bottom of the page, a new page will be started. +runfiles size=1 + texmf-dist/tex/latex/needspace/needspace.sty +catalogue-ctan /macros/latex/contrib/misc/needspace.sty +catalogue-date 2009-09-03 13:00:14 +0200 +catalogue-license lppl +catalogue-version 1.3b + +name newfile +category Package +revision 15878 +shortdesc User level management of LaTeX input and output. +longdesc Commands are defined to manage the limited pool of input and +longdesc output handles provided by TeX. The streams so provided are +longdesc mapped to various of the LaTeX input and output mechanisms. +longdesc Some facilities of the verbatim package are also mapped. +docfiles size=43 + texmf-dist/doc/latex/newfile/README details="Readme" + texmf-dist/doc/latex/newfile/newfile.pdf details="Package documentation" +srcfiles size=10 + texmf-dist/source/latex/newfile/newfile.dtx + texmf-dist/source/latex/newfile/newfile.ins +runfiles size=2 + texmf-dist/tex/latex/newfile/newfile.sty +catalogue-ctan /macros/latex/contrib/newfile +catalogue-date 2009-09-03 13:00:14 +0200 +catalogue-license lppl +catalogue-version 1.0c + +name newlfm +category Package +revision 15878 +shortdesc Write letters, facsimiles, and memos. +longdesc Integrates the letter class with fancyhdr and geometry to +longdesc automatically make letterhead stationery. Useful for writing +longdesc letters, fax, and memos. You can set up an address book using +longdesc 'wrapper' macros. You put all the information for a person into +longdesc a wrapper and then put the wrapper in a document. The class +longdesc handles letterheads automatically. You place the object for the +longdesc letterhead (picture, information, etc.) in a box and all sizing +longdesc is set automatically. +docfiles size=298 + texmf-dist/doc/latex/newlfm/README details="Readme" + texmf-dist/doc/latex/newlfm/chk1.tex + texmf-dist/doc/latex/newlfm/demoa.tex + texmf-dist/doc/latex/newlfm/draft.eps + texmf-dist/doc/latex/newlfm/draft.pdf + texmf-dist/doc/latex/newlfm/extracd.tex + texmf-dist/doc/latex/newlfm/hletrinf.tex + texmf-dist/doc/latex/newlfm/letrinfo.tex + texmf-dist/doc/latex/newlfm/lvb.eps + texmf-dist/doc/latex/newlfm/lvb.pdf + texmf-dist/doc/latex/newlfm/make_clean + texmf-dist/doc/latex/newlfm/make_unix + texmf-dist/doc/latex/newlfm/make_win.bat + texmf-dist/doc/latex/newlfm/makeclean_win.bat + texmf-dist/doc/latex/newlfm/manual.pdf + texmf-dist/doc/latex/newlfm/mintrx.bat + texmf-dist/doc/latex/newlfm/newlfm.pdf details="Package documentation" + texmf-dist/doc/latex/newlfm/newlfm.txt + texmf-dist/doc/latex/newlfm/palm.eps + texmf-dist/doc/latex/newlfm/palm.pdf + texmf-dist/doc/latex/newlfm/problems.tex + texmf-dist/doc/latex/newlfm/prx.bat + texmf-dist/doc/latex/newlfm/setup.bat + texmf-dist/doc/latex/newlfm/sfaxpage.tex + texmf-dist/doc/latex/newlfm/smemosec.tex + texmf-dist/doc/latex/newlfm/sprsrls.tex + texmf-dist/doc/latex/newlfm/test1.tex + texmf-dist/doc/latex/newlfm/test10.tex + texmf-dist/doc/latex/newlfm/test11.tex + texmf-dist/doc/latex/newlfm/test12.tex + texmf-dist/doc/latex/newlfm/test1alt.tex + texmf-dist/doc/latex/newlfm/test2.tex + texmf-dist/doc/latex/newlfm/test2a.tex + texmf-dist/doc/latex/newlfm/test2alt.tex + texmf-dist/doc/latex/newlfm/test3.tex + texmf-dist/doc/latex/newlfm/test3alt.tex + texmf-dist/doc/latex/newlfm/test4.tex + texmf-dist/doc/latex/newlfm/test4alt.tex + texmf-dist/doc/latex/newlfm/test5.tex + texmf-dist/doc/latex/newlfm/test5alt.tex + texmf-dist/doc/latex/newlfm/test6.tex + texmf-dist/doc/latex/newlfm/test6alt.tex + texmf-dist/doc/latex/newlfm/test7.tex + texmf-dist/doc/latex/newlfm/test7alt.tex + texmf-dist/doc/latex/newlfm/test8.tex + texmf-dist/doc/latex/newlfm/test8alt.tex + texmf-dist/doc/latex/newlfm/test9.tex + texmf-dist/doc/latex/newlfm/testms.pdf + texmf-dist/doc/latex/newlfm/wine.eps + texmf-dist/doc/latex/newlfm/wine.pdf +srcfiles size=60 + texmf-dist/source/latex/newlfm/newlfm.dtx + texmf-dist/source/latex/newlfm/newlfm.ins +runfiles size=33 + texmf-dist/tex/latex/newlfm/addrset.sty + texmf-dist/tex/latex/newlfm/newlfm.cls + texmf-dist/tex/latex/newlfm/setdim.sty +catalogue-ctan /macros/latex/contrib/newlfm +catalogue-date 2009-04-12 19:35:00 +0200 +catalogue-license gpl +catalogue-version 9.4 + +name newsletr +category Package +revision 15878 +shortdesc Macros for making newsletters with Plain TeX. +docfiles size=53 + texmf-dist/doc/plain/newsletr/italic.tex + texmf-dist/doc/plain/newsletr/lodriver.tex + texmf-dist/doc/plain/newsletr/losample.tex + texmf-dist/doc/plain/newsletr/newsletr.txt details="Help for newsletr format" + texmf-dist/doc/plain/newsletr/newssamp.pdf details="Sample Newsletter" + texmf-dist/doc/plain/newsletr/newssamp.tex + texmf-dist/doc/plain/newsletr/quote.tex + texmf-dist/doc/plain/newsletr/read.me + texmf-dist/doc/plain/newsletr/sample.pdf details="Another sample Newsletter" +runfiles size=14 + texmf-dist/tex/plain/newsletr/newsletr.tex +catalogue-ctan /macros/plain/contrib/newsletr +catalogue-date 2006-12-22 19:14:47 +0100 +catalogue-license other-free + +name newspaper +category Package +revision 15878 +shortdesc Typeset newsletters to resemble newspapers. +longdesc The newspaper package redefines the page style and \maketitle +longdesc command to produce a typeset page similar to that off a +longdesc newspaper. It also provides several commands that (when used +longdesc with other packages) simplify the writing of articles in a +longdesc newspaper-style column format. +docfiles size=71 + texmf-dist/doc/latex/newspaper/Figure1.pdf + texmf-dist/doc/latex/newspaper/Figure2.pdf + texmf-dist/doc/latex/newspaper/README details="Readme" + texmf-dist/doc/latex/newspaper/atom.jpg + texmf-dist/doc/latex/newspaper/newspaper.pdf details="Package documentation" + texmf-dist/doc/latex/newspaper/newspaperExample.tex +srcfiles size=5 + texmf-dist/source/latex/newspaper/newspaper.dtx +runfiles size=1 + texmf-dist/tex/latex/newspaper/newspaper.sty +catalogue-ctan /macros/latex/contrib/newspaper +catalogue-date 2008-08-22 17:15:44 +0200 +catalogue-license lppl +catalogue-version 1.0 + +name newvbtm +category Package +revision 15878 +shortdesc Define your own verbatim-like environment. +longdesc Defines general purpose macro named \newverbatim to define your +longdesc own verbatim-like environment. It also has a supplementary +longdesc style file varvbtm.sty to provide set of macros for variants of +longdesc verbatim, such as tab emulation. +docfiles size=7 + texmf-dist/doc/latex/newvbtm/README details="Readme" + texmf-dist/doc/latex/newvbtm/newvbtm-man.dvi + texmf-dist/doc/latex/newvbtm/newvbtm-man.tex +srcfiles size=13 + texmf-dist/source/latex/newvbtm/newvbtm.dtx + texmf-dist/source/latex/newvbtm/newvbtm.ins +runfiles size=3 + texmf-dist/tex/latex/newvbtm/newvbtm.sty + texmf-dist/tex/latex/newvbtm/varvbtm.sty +catalogue-ctan /macros/latex/contrib/newvbtm +catalogue-date 2006-12-22 19:14:47 +0100 +catalogue-license lppl +catalogue-version 1.0 + +name nextpage +category Package +revision 15878 +shortdesc Generalisations of the page advance commands. +longdesc Provides \clearpage and \newpage variants that guarantee to end +longdesc up on even/odd numbered pages; these 4 commands all have an +longdesc optional argument whose content will be placed on any "empty" +longdesc page generated. +runfiles size=1 + texmf-dist/tex/latex/nextpage/nextpage.sty +catalogue-ctan /macros/latex/contrib/misc/nextpage.sty +catalogue-date 2009-09-03 13:12:26 +0200 +catalogue-license lppl +catalogue-version 1.1a + +name nfssext-cfr +category Package +revision 15878 +shortdesc Extensions to the LaTeX NFSS. +longdesc The package is a development of nfssext.sty, distributed with +longdesc the examples for the font installation guide. The package has +longdesc been developed for use in packages such as cfr-lm and +longdesc venturisadf, +docfiles size=1 + texmf-dist/doc/latex/nfssext-cfr/README details="Readme" +runfiles size=6 + texmf-dist/tex/latex/nfssext-cfr/nfssext-cfr.sty +catalogue-ctan /macros/latex/contrib/nfssext-cfr +catalogue-date 2008-12-24 10:13:37 +0100 +catalogue-license lppl +catalogue-version 1.2 + +name niceframe +category Package +revision 15878 +shortdesc Support for fancy frames. +longdesc The package defines means of drawing frames around boxes, using +longdesc dingbat fonts. Some (MetaFont) font sources are included; the +longdesc fonts are available separately in Type 1 format. +docfiles size=60 + texmf-dist/doc/latex/niceframe/example.tex + texmf-dist/doc/latex/niceframe/niceframe.pdf details="Package documentation" +srcfiles size=7 + texmf-dist/source/latex/niceframe/niceframe.drv + texmf-dist/source/latex/niceframe/niceframe.dtx + texmf-dist/source/latex/niceframe/niceframe.ins +runfiles size=63 + texmf-dist/fonts/source/public/niceframe/dingbat.mf + texmf-dist/fonts/source/public/niceframe/karta.mf + texmf-dist/fonts/source/public/niceframe/karta15.mf + texmf-dist/fonts/source/public/niceframe/umrand.mf + texmf-dist/fonts/source/public/niceframe/umranda.mf + texmf-dist/fonts/source/public/niceframe/umrandb.mf + texmf-dist/fonts/tfm/public/niceframe/karta15.tfm + texmf-dist/fonts/tfm/public/niceframe/umranda.tfm + texmf-dist/fonts/tfm/public/niceframe/umrandb.tfm + texmf-dist/tex/latex/niceframe/niceframe.sty +catalogue-ctan /macros/latex/contrib/niceframe +catalogue-date 2009-09-08 14:32:51 +0200 +catalogue-license lppl +catalogue-version 1.1c + +name nicetext +category Package +revision 15878 +shortdesc Minimal markup for simple text (Wikipedia style) and documentation. +longdesc Nicetext bundle offers "minimal" markup syntax for various +longdesc simple kinds of text. The code you type should involve little +longdesc more than is printed, and you still get LaTeX quality. The +longdesc bundle provides four packages: - wiki addresses general texts, +longdesc marked up in the simple style used on Wikipedia; - niceverb is +longdesc yet another means of documenting LaTeX packages: it offers +longdesc syntax-aware typesetting of meta-variables (macro arguments) +longdesc and for referring to commands (and their syntax) in footnotes, +longdesc section titles etc.; - fifinddo aims to parse plain text or +longdesc (La)TeX files using TeX, and to write the results to an +longdesc external file. This generalises the philosophy behind docstrip: +longdesc the package aims at practical application, and is used by - +longdesc makedoc, which provides the means to typeset package files. +docfiles size=201 + texmf-dist/doc/latex/nicetext/CHANGE.LOG + texmf-dist/doc/latex/nicetext/NNOUNCE.TXT + texmf-dist/doc/latex/nicetext/README details="Readme" + texmf-dist/doc/latex/nicetext/README.txt + texmf-dist/doc/latex/nicetext/doclog/fifinddo.doc + texmf-dist/doc/latex/nicetext/doclog/makedoc.doc + texmf-dist/doc/latex/nicetext/doclog/mdcorr.doc + texmf-dist/doc/latex/nicetext/doclog/niceverb.doc + texmf-dist/doc/latex/nicetext/fifinddo.pdf details="Fifinddo documentation" + texmf-dist/doc/latex/nicetext/makedoc.pdf details="Makedoc documentation" + texmf-dist/doc/latex/nicetext/niceverb.pdf details="Niceverb documentation" + texmf-dist/doc/latex/nicetext/wikicheat.pdf details="Cheatsheet for the wiki package" +srcfiles size=16 + texmf-dist/source/latex/nicetext/fifinddo.tex + texmf-dist/source/latex/nicetext/makedoc.cfg + texmf-dist/source/latex/nicetext/makedoc.tex + texmf-dist/source/latex/nicetext/mdcorr.cfg + texmf-dist/source/latex/nicetext/mkfddoc.tex + texmf-dist/source/latex/nicetext/niceverb.tex + texmf-dist/source/latex/nicetext/wikicheat.tex +runfiles size=20 + texmf-dist/tex/latex/nicetext/fifinddo.sty + texmf-dist/tex/latex/nicetext/makedoc.sty + texmf-dist/tex/latex/nicetext/niceverb.sty + texmf-dist/tex/latex/nicetext/wiki.sty +catalogue-ctan /macros/latex/contrib/nicetext +catalogue-date 2009-04-23 15:09:01 +0200 +catalogue-license lppl + +name nih +category Package +revision 15878 +shortdesc A class for NIH grant applications. +longdesc The nih class offers support for grant applications to NIH, the +longdesc National Institutes of Health, a US government agency. The +longdesc example-* files provide a template for using nih.cls and +longdesc submitting the biographical sketches the NIH wants. They +longdesc (potentially) use denselists package, which just reduces list +longdesc spacing; the package is distributed with the class, but is not +longdesc part of the class proper. (The examples may be distributed +longdesc without even the restrictions of the LaTeX licence.) +docfiles size=17 + texmf-dist/doc/latex/nih/README + texmf-dist/doc/latex/nih/example-biosketch.pdf details="Example -- an NIH biographical sketch" + texmf-dist/doc/latex/nih/example-biosketch.tex + texmf-dist/doc/latex/nih/example-nih-cls.pdf details="Example -- the class in normal use" + texmf-dist/doc/latex/nih/example-nih-cls.tex +runfiles size=3 + texmf-dist/tex/latex/nih/denselists.sty + texmf-dist/tex/latex/nih/nih.cls +catalogue-ctan /macros/latex/contrib/nih +catalogue-date 2007-03-10 12:31:42 +0100 +catalogue-license lppl + +name nkarta +category Package +revision 15878 +shortdesc A "new" version of the karta cartographic fonts. +longdesc A development of the karta font, offering more mathematical +longdesc stability in MetaFont. A version that will produce the glyphs +longdesc as Encapsulated PostScript, using MetaPost, is also provided. +docfiles size=42 + texmf-dist/doc/fonts/nkarta/README details="Readme" + texmf-dist/doc/fonts/nkarta/figtable.pdf details="A table of the the MetaPost images" + texmf-dist/doc/fonts/nkarta/figtable.tex + texmf-dist/doc/fonts/nkarta/fonttable.pdf details="A testfont table of the font" + texmf-dist/doc/fonts/nkarta/fonttable.tex +runfiles size=68 + texmf-dist/fonts/source/public/nkarta/nkarta.mf + texmf-dist/fonts/source/public/nkarta/nkarta15.mf + texmf-dist/fonts/source/public/nkarta/nkchars.mf + texmf-dist/fonts/tfm/public/nkarta/nkarta15.tfm + texmf-dist/metapost/nkarta/nkarta.mp +catalogue-ctan /fonts/nkarta +catalogue-date 2009-10-23 08:59:08 +0200 +catalogue-license pd + +name noitcrul +category Package +revision 15878 +shortdesc Improved underlines in mathematics. +longdesc The package provides a (maths mode) \underline variant which +longdesc doesn't impose italics correction at the end. +docfiles size=26 + texmf-dist/doc/latex/noitcrul/README details="Readme" + texmf-dist/doc/latex/noitcrul/noitcrul.pdf details="Benutzerdoku:" language="de" +srcfiles size=3 + texmf-dist/source/latex/noitcrul/noitcrul.dtx + texmf-dist/source/latex/noitcrul/noitcrul.ins +runfiles size=1 + texmf-dist/tex/latex/noitcrul/noitcrul.sty +catalogue-ctan /macros/latex/contrib/noitcrul +catalogue-date 2007-03-10 12:31:42 +0100 +catalogue-license lppl +catalogue-version 0.2 + +name nomencl +category Package +revision 15878 +shortdesc Produce lists of symbols as in nomenclature. +longdesc Produces lists of symbols using the capabilities of the +longdesc MakeIndex program. +docfiles size=51 + texmf-dist/doc/latex/nomencl/README details="Readme" + texmf-dist/doc/latex/nomencl/nomencl.pdf details="Package documentation" +srcfiles size=16 + texmf-dist/source/latex/nomencl/nomencl.drv + texmf-dist/source/latex/nomencl/nomencl.dtx + texmf-dist/source/latex/nomencl/nomencl.ins +runfiles size=7 + texmf-dist/makeindex/nomencl/nomencl.ist + texmf-dist/tex/latex/nomencl/nomencl.sty + texmf-dist/tex/latex/nomencl/sample01.cfg + texmf-dist/tex/latex/nomencl/sample02.cfg + texmf-dist/tex/latex/nomencl/sample04.cfg + texmf-dist/tex/latex/nomencl/sample05.cfg +catalogue-ctan /macros/latex/contrib/nomencl +catalogue-date 2007-01-12 00:17:35 +0100 +catalogue-license lppl +catalogue-version 3.1a + +name nomentbl +category Package +revision 15878 +shortdesc Nomenclature typeset in a longtable +longdesc Nomentbl typeset nomenclatures in a longtable instead of the +longdesc makeindex style of nomencl. A nomenclature entry may have three +longdesc arguments: Symbol, description and physical unit. +docfiles size=53 + texmf-dist/doc/latex/nomentbl/README + texmf-dist/doc/latex/nomentbl/example.pdf details="Example of use" + texmf-dist/doc/latex/nomentbl/example.tex + texmf-dist/doc/latex/nomentbl/nomentbl.pdf details="Package documentation" +srcfiles size=6 + texmf-dist/source/latex/nomentbl/nomentbl.dtx + texmf-dist/source/latex/nomentbl/nomentbl.ins +runfiles size=3 + texmf-dist/makeindex/nomentbl/nomentbl.ist + texmf-dist/tex/latex/nomentbl/nomentbl.sty +catalogue-ctan /macros/latex/contrib/nomentbl +catalogue-date 2007-01-12 00:17:35 +0100 +catalogue-license lppl +catalogue-version 0.4 + +name nonfloat +category Package +revision 15878 +shortdesc Non-floating table and figure captions. +longdesc Adjusts the figure and table environments to ensure that +longdesc centered objects as one line captions are centered as well. +longdesc Also the vertical spaces for table captions above the table are +longdesc changed. +docfiles size=30 + texmf-dist/doc/latex/nonfloat/nonfloat.pdf details="Package documentation (German)" language="de" +srcfiles size=6 + texmf-dist/source/latex/nonfloat/nonfloat.drv + texmf-dist/source/latex/nonfloat/nonfloat.dtx + texmf-dist/source/latex/nonfloat/nonfloat.ins +runfiles size=1 + texmf-dist/tex/latex/nonfloat/nonfloat.sty +catalogue-ctan /macros/latex/contrib/nonfloat +catalogue-date 2007-01-12 00:17:35 +0100 +catalogue-license pd +catalogue-version 1.0 + +name norasi-c90 +category Package +revision 15878 +shortdesc TeX support (from CJK) for the norasi font in thailatex +execute addMap norasi-c90.map +srcfiles size=1 + texmf-dist/source/fonts/norasi-c90/norasi-c90.fontinst +runfiles size=10 + texmf-dist/dvips/norasi-c90/config.norasi-c90 + texmf-dist/fonts/map/dvips/norasi-c90/norasi-c90.map + texmf-dist/fonts/tfm/public/norasi-c90/ftnb8z.tfm + texmf-dist/fonts/tfm/public/norasi-c90/ftnbi8z.tfm + texmf-dist/fonts/tfm/public/norasi-c90/ftni8z.tfm + texmf-dist/fonts/tfm/public/norasi-c90/ftnr8z.tfm + +name nostarch +category Package +revision 15878 +shortdesc LaTeX class for No Starch Press. +longdesc The package provides the "official" LaTeX style for No Starch +longdesc Press. Provided are a a class, a package for interfacing to +longdesc hyperref and an index style file. The style serves both for +longdesc printed and for electronic books. +docfiles size=219 + texmf-dist/doc/latex/nostarch/100euroie.png + texmf-dist/doc/latex/nostarch/100euroit.png + texmf-dist/doc/latex/nostarch/1eurogr.jpg + texmf-dist/doc/latex/nostarch/README details="Readme" + texmf-dist/doc/latex/nostarch/nostarch.pdf details="Package documentation" + texmf-dist/doc/latex/nostarch/nssample.pdf details="Sample book" + texmf-dist/doc/latex/nostarch/nssample.tex + texmf-dist/doc/latex/nostarch/recycled.png + texmf-dist/doc/latex/nostarch/vitruvian.jpg +srcfiles size=20 + texmf-dist/source/latex/nostarch/Makefile + texmf-dist/source/latex/nostarch/nostarch.dtx + texmf-dist/source/latex/nostarch/nostarch.ins +runfiles size=10 + texmf-dist/bibtex/bib/nostarch/nostarch.bib + texmf-dist/makeindex/nostarch/nostarch.ist + texmf-dist/tex/latex/nostarch/nostarch.cls + texmf-dist/tex/latex/nostarch/nshyper.sty +catalogue-ctan /macros/latex/contrib/nostarch +catalogue-date 2008-08-22 17:15:44 +0200 +catalogue-license lppl +catalogue-version 1.3 + +name notes +category Package +revision 15878 +shortdesc Mark sections of a document. +longdesc The package provides environments to highlight significant +longdesc portions of text within a document, by putting the text in a +longdesc box and adding an icon in the margin. (The icons are provided +longdesc as 'fig' sources, processable by xfig.) +docfiles size=32 + texmf-dist/doc/latex/notes/book.layout + texmf-dist/doc/latex/notes/hand.fig + texmf-dist/doc/latex/notes/info.fig + texmf-dist/doc/latex/notes/makedoc + texmf-dist/doc/latex/notes/makedoc.bat + texmf-dist/doc/latex/notes/notes.inc + texmf-dist/doc/latex/notes/notes.pdf details="Package documentation" + texmf-dist/doc/latex/notes/testnotes.tex + texmf-dist/doc/latex/notes/warn.fig +srcfiles size=7 + texmf-dist/source/latex/notes/Makefile + texmf-dist/source/latex/notes/notes.drv + texmf-dist/source/latex/notes/notes.dtx + texmf-dist/source/latex/notes/notes.ins +runfiles size=11 + texmf-dist/tex/latex/notes/hand.eps + texmf-dist/tex/latex/notes/hand.pdf + texmf-dist/tex/latex/notes/hand.png + texmf-dist/tex/latex/notes/info.eps + texmf-dist/tex/latex/notes/info.pdf + texmf-dist/tex/latex/notes/info.png + texmf-dist/tex/latex/notes/notes.sty + texmf-dist/tex/latex/notes/warn.eps + texmf-dist/tex/latex/notes/warn.pdf + texmf-dist/tex/latex/notes/warn.png +catalogue-ctan /macros/latex/contrib/notes +catalogue-date 2006-09-14 22:20:05 +0200 +catalogue-license lppl +catalogue-version v1.0.1 + +name notes2bib +category Package +revision 15878 +shortdesc Integrating notes into the bibliography. +longdesc The notes2bib package defines a new type of note, bibnote, +longdesc which will always be added to the bibliography. The package +longdesc allows footnotes and endnotes to be moved into the bibliography +longdesc in the same way. The package can be used with natbib and +longdesc biblatex as well as plain LaTeX citations. Both sorted and +longdesc unsorted bibliography styles are supported. The package uses +longdesc the LaTeX 3 macros and the associated xpackages bundle. It also +longdesc makes use of: the e-TeX extensions (any post-2005 LaTeX +longdesc distribution will provide these by default, but users of older +longdesc systems may need to use an elatex command or equivalent. +docfiles size=50 + texmf-dist/doc/latex/notes2bib/README details="Readme" + texmf-dist/doc/latex/notes2bib/notes2bib.pdf details="Package documentation" +srcfiles size=16 + texmf-dist/source/latex/notes2bib/notes2bib.dtx + texmf-dist/source/latex/notes2bib/notes2bib.ins +runfiles size=4 + texmf-dist/tex/latex/notes2bib/notes2bib.sty +catalogue-ctan /macros/latex/contrib/notes2bib +catalogue-date 2009-11-02 00:20:21 +0100 +catalogue-license lppl +catalogue-version 2.0a + +name nrc +category Package +revision 15878 +shortdesc Class for the NRC technical journals. +longdesc Macros, and some documentation, for typesetting papers for +longdesc submission to journals published by the National Research +longdesc Council of Canada. The macros are provided as a pair of +longdesc classes, one for journals printed in two columns and the other +longdesc for journals (such as the Canadian Journal of Physics, post- +longdesc 1997) which are printed in a single-column format. +docfiles size=74 + texmf-dist/doc/latex/nrc/README details="Readme" + texmf-dist/doc/latex/nrc/authors.txt details="Notes for authors" + texmf-dist/doc/latex/nrc/userguide.pdf details="Package documentation" + texmf-dist/doc/latex/nrc/userguide.tex +srcfiles size=41 + texmf-dist/source/latex/nrc/nrc.dtx + texmf-dist/source/latex/nrc/nrc.ins +runfiles size=35 + texmf-dist/tex/latex/nrc/nrc1.cls + texmf-dist/tex/latex/nrc/nrc1.sty + texmf-dist/tex/latex/nrc/nrc2.cls + texmf-dist/tex/latex/nrc/nrc2.sty + texmf-dist/tex/latex/nrc/nrcdoc.sty +catalogue-ctan /macros/latex/contrib/nrc +catalogue-date 2007-01-12 08:59:52 +0100 +catalogue-license lppl + +name ntabbing +category Package +revision 15878 +shortdesc Simple tabbing extension for automatic line numbering. +longdesc An extension of the tabbing environment that supports automatic +longdesc line numbering. The lines can be referenced using the standard +longdesc \label and \ref mechanism. +docfiles size=3 + texmf-dist/doc/latex/ntabbing/ntabbing.dvi + texmf-dist/doc/latex/ntabbing/ntabbing.tex +runfiles size=1 + texmf-dist/tex/latex/ntabbing/ntabbing.sty +catalogue-ctan /macros/latex/contrib/ntabbing +catalogue-date 2008-04-20 19:53:04 +0200 +catalogue-license other-free + +name ntgclass +category Package +revision 15878 +shortdesc "European" versions of standard classes. +longdesc Versions of the standard LaTeX article and report classes, +longdesc rewritten to reflect a more European design, by the Dutch TeX +longdesc Users Group NTG. +docfiles size=313 + texmf-dist/doc/latex/ntgclass/00readme.txt + texmf-dist/doc/latex/ntgclass/a4.pdf + texmf-dist/doc/latex/ntgclass/artdoc.pdf details="The artikel classes" language="nl" + texmf-dist/doc/latex/ntgclass/artdoc.tex + texmf-dist/doc/latex/ntgclass/brief.pdf + texmf-dist/doc/latex/ntgclass/brief.tex + texmf-dist/doc/latex/ntgclass/briefdoc.pdf + texmf-dist/doc/latex/ntgclass/briefdoc.tex + texmf-dist/doc/latex/ntgclass/catalog.txt + texmf-dist/doc/latex/ntgclass/changes.txt + texmf-dist/doc/latex/ntgclass/classdoc.pdf details="Introduction to the classes" + texmf-dist/doc/latex/ntgclass/classdoc.tex + texmf-dist/doc/latex/ntgclass/manifest.txt + texmf-dist/doc/latex/ntgclass/ntgclass.pdf + texmf-dist/doc/latex/ntgclass/rapdoc.pdf details="The rapport classes" language="nl" + texmf-dist/doc/latex/ntgclass/rapdoc.tex +srcfiles size=74 + texmf-dist/source/latex/ntgclass/a4.dtx + texmf-dist/source/latex/ntgclass/a4.ins + texmf-dist/source/latex/ntgclass/brief.dtx + texmf-dist/source/latex/ntgclass/ntgclass.dtx + texmf-dist/source/latex/ntgclass/ntgclass.ins +runfiles size=73 + texmf-dist/tex/latex/ntgclass/a4.sty + texmf-dist/tex/latex/ntgclass/artikel1.cls + texmf-dist/tex/latex/ntgclass/artikel2.cls + texmf-dist/tex/latex/ntgclass/artikel3.cls + texmf-dist/tex/latex/ntgclass/boek.cls + texmf-dist/tex/latex/ntgclass/boek3.cls + texmf-dist/tex/latex/ntgclass/brief.cls + texmf-dist/tex/latex/ntgclass/ntg10.clo + texmf-dist/tex/latex/ntgclass/ntg11.clo + texmf-dist/tex/latex/ntgclass/ntg12.clo + texmf-dist/tex/latex/ntgclass/rapport1.cls + texmf-dist/tex/latex/ntgclass/rapport3.cls +catalogue-ctan /macros/latex/contrib/ntgclass +catalogue-date 2006-12-05 17:23:05 +0100 +catalogue-license lppl + +name ntheorem +category Package +revision 15878 +shortdesc Enhanced theorem environment. +longdesc Enhancements for theorem-like environments: easier control of +longdesc layout; proper placement of endmarks even when the environment +longdesc ends with \end{enumerate} or \end{displaymath} (including +longdesc support for amsmath displayed-equation environments); and +longdesc support for making a list of theorems like \listoffigures. +docfiles size=93 + texmf-dist/doc/latex/ntheorem/README details="Readme" + texmf-dist/doc/latex/ntheorem/ntheorem.pdf details="Package documentation:" language="en" +srcfiles size=46 + texmf-dist/source/latex/ntheorem/ntheorem.drv + texmf-dist/source/latex/ntheorem/ntheorem.dtx + texmf-dist/source/latex/ntheorem/ntheorem.ins +runfiles size=11 + texmf-dist/tex/latex/ntheorem/ntheorem.std + texmf-dist/tex/latex/ntheorem/ntheorem.sty +catalogue-ctan /macros/latex/contrib/ntheorem +catalogue-date 2009-10-07 21:28:40 +0200 +catalogue-license lppl +catalogue-version 1.25 + +name ntheorem-vn +category Package +revision 15878 +docfiles size=145 + texmf-dist/doc/latex/ntheorem-vn/COPYING + texmf-dist/doc/latex/ntheorem-vn/FILELIST + texmf-dist/doc/latex/ntheorem-vn/README + texmf-dist/doc/latex/ntheorem-vn/ntheorem-doc-vn.pdf + texmf-dist/doc/latex/ntheorem-vn/src/Makefile + texmf-dist/doc/latex/ntheorem-vn/src/README.src + texmf-dist/doc/latex/ntheorem-vn/src/TODO + texmf-dist/doc/latex/ntheorem-vn/src/endmarks.tex + texmf-dist/doc/latex/ntheorem-vn/src/example.tex + texmf-dist/doc/latex/ntheorem-vn/src/help.tex + texmf-dist/doc/latex/ntheorem-vn/src/interference.tex + texmf-dist/doc/latex/ntheorem-vn/src/intro.tex + texmf-dist/doc/latex/ntheorem-vn/src/license.tex + texmf-dist/doc/latex/ntheorem-vn/src/ntheorem-doc-vn.tex + texmf-dist/doc/latex/ntheorem-vn/src/preamble.tex + texmf-dist/doc/latex/ntheorem-vn/src/thanks.tex + texmf-dist/doc/latex/ntheorem-vn/src/title-abstract.tex + texmf-dist/doc/latex/ntheorem-vn/src/user-interface.tex + texmf-dist/doc/latex/ntheorem-vn/test.pdf + texmf-dist/doc/latex/ntheorem-vn/test.tex + +name numname +category Package +revision 15878 +shortdesc Convert a number to its English expression. +longdesc The package can generate cardinal (one, two, ...) and ordinal +longdesc (first, second, ...) numbers. The code derives from the memoir +longdesc class, and is extracted for the convenience of non-users of +longdesc that class. +docfiles size=1 + texmf-dist/doc/latex/numname/README details="Readme" +runfiles size=5 + texmf-dist/tex/latex/numname/numname.sty +catalogue-ctan /macros/latex/contrib/numname +catalogue-date 2008-08-22 17:15:44 +0200 +catalogue-license lppl + +name numprint +category Package +revision 15878 +shortdesc Print numbers with separators and exponent if necessary. +longdesc The package numprint prints numbers with a separator every +longdesc three digits and converts numbers given as 12345.6e789 to +longdesc 12\,345,6\cdot 10^{789}. Numbers are printed in the current +longdesc mode (text or math) in order to use the correct font. Many +longdesc things, including the decimal sign, the thousand separator, as +longdesc well as the product sign can be changed by the user, e.g., to +longdesc reach 12,345.6\times 10^{789}. If an optional argument is given +longdesc it is printed upright as unit. Numbers can be rounded to a +longdesc given number of digits. The package supports an automatic, +longdesc language-dependent change of the number format. Tabular +longdesc alignment using the tabular(*), array, tabularx, and longtable +longdesc environments (similar to the dcolumn and rccol packages) is +longdesc supported using all features of numprint. Additional text can +longdesc be added before and after the formatted number. +docfiles size=299 + texmf-dist/doc/latex/numprint/ChangeLog.nbaseprt + texmf-dist/doc/latex/numprint/ChangeLog.numprint + texmf-dist/doc/latex/numprint/README + texmf-dist/doc/latex/numprint/getversion.tex + texmf-dist/doc/latex/numprint/nbaseprt.pdf + texmf-dist/doc/latex/numprint/nbaseprt.xml + texmf-dist/doc/latex/numprint/nbaseprttest.tex + texmf-dist/doc/latex/numprint/numprint.pdf + texmf-dist/doc/latex/numprint/numprint.xml + texmf-dist/doc/latex/numprint/numprinttest.tex +srcfiles size=62 + texmf-dist/source/latex/numprint/Makefile + texmf-dist/source/latex/numprint/nbaseprt.dtx + texmf-dist/source/latex/numprint/numprint.dtx + texmf-dist/source/latex/numprint/numprint.ins + texmf-dist/source/latex/numprint/numprint032.dtx +runfiles size=17 + texmf-dist/tex/latex/numprint/nbaseprt.sty + texmf-dist/tex/latex/numprint/numprint.sty + texmf-dist/tex/latex/numprint/numprint032.sty +catalogue-ctan /macros/latex/contrib/numprint +catalogue-date 2008-02-17 21:10:24 +0100 +catalogue-license lppl +catalogue-version 1.38 + +name oberdiek +category Package +revision 15878 +shortdesc A bundle of packages submitted by Heiko Oberdiek. +longdesc The bundle comprises packages to provide: - accsupp: better +longdesc accessibility support for PDF files; - aliascnt: 'alias +longdesc counters'; - alphalph: multiple-alphabetic counting +longdesc (a...z,aa...zz,... -- up to the full extent of a TeX counter); +longdesc - askinclude: replaces \includeonly by an interactive user +longdesc interface; - atbegshi: a modern reimplementation of package +longdesc everyshi; - atenddvi: provides \AtEndDvi command; - +longdesc attachfile2: attach files to PDF files; - auxhook: stick stuff +longdesc at the start of the .aux file; - bigintcalc: expandable +longdesc arithmetic operations with big integers that can exceed TeX's +longdesc number limits; - bitset: defines and implements the data type +longdesc bit set, a vector of bits; - bmpsize: get bitmap size and +longdesc resolution data; - bookmark: a new bookmark (outline) +longdesc organization for package hyperref; - catchfile: collects the +longdesc contents of a file and puts it in a macro; - centernot: a +longdesc horizontally-centred \not symbol; - chemarr: extensible +longdesc chemists' reaction arrows; - classlist: record information +longdesc about document class(es) used; - colonequals: poor man's +longdesc mathematical relation symbols; - dvipscol: dvips colour stack +longdesc management; - embedfile: embed files in PDF documents; - +longdesc engord: define counter-printing operations producing English +longdesc ordinals; - epstopdf: conversion with epstopdf on the fly; - +longdesc etexcmds: adds a prefix to eTeX's commands, to avoid conflicts +longdesc with existing macros; - flags: setting and clearing flags in +longdesc bit fields and converting the bit field into a decimal number; +longdesc - grfext: macros for adding and reordering the list of graphics +longdesc file extensions recognised by package graphics; - grffile: +longdesc extend file name processing in the graphics bundle; - hycolor: +longdesc implements the color option stuff that is used by packages +longdesc hyperref and bookmark; - hypbmsec: bookmarks in sectioning +longdesc commands; - hypcap: anjusting anchors of captions; - +longdesc hypdestopt: optimising hyperref's pdftex driver destinations; - +longdesc hypdoc: hyper-references in the LaTeX standard doc package; - +longdesc hypgotoe: experimental package for links to embedded files; - +longdesc hyphsubst: substitute hyphenation patterns; - ifdraft: switch +longdesc for option draft; - iflang: provides expandable checks for the +longdesc current language; - ifluatex: looks for LuaTeX regardless of +longdesc its mode and provides the switch \ifluatex; - ifpdf: provides +longdesc the ifpdf switch; - ifvtex: provides the \ifvtex switch; - +longdesc infwarerr: provides a complete set of macros for informations, +longdesc warnings and error messages with support for plain TeX; - +longdesc inputenx: enhanced handling of input encoding; - intcalc: +longdesc provides expandable arithmetic operations with integers; - +longdesc kvoptions: use package options in key value format ; - +longdesc kvsetkeys: a variant of the \setkeys command; - letltxmacro: +longdesc Let assignment for LaTeX macros; - listingsutf8: partially +longdesc extends the listings package to UTF8 encoding; - ltxcmds: +longdesc exports some utility macros from the LaTeX kernel into a +longdesc separate namespace and also provides them for other formats +longdesc such as plain-TeX; - luacolor: implements colour support based +longdesc on LuaTeX's node attributes; - luatex: the new and extended +longdesc features and resources that LuaTeX provides; - magicnum: allows +longdesc to access magic numbers by a hierarchical name system; - +longdesc makerobust: make a command robust; - pagesel: select pages of a +longdesc document for output; - pdfcolfoot: using pdftex's color stack +longdesc for footnotes; - pdfcol: macros for setting and maintaining new +longdesc color stacks; - pdfcolmk: PDFTeX COLour MarK -- fake a PDFTeX +longdesc colour stack using marks (not needed for PDFTeX 1.40.0 and +longdesc later); - pdfcolparallel: fixes colour problems in package +longdesc parallel; - pdfcolparcolumns: fixes colour problems in package +longdesc parcolumns; - pdfcrypt: setting PDF encryption; - pdfescape: +longdesc pdfTeX's escape features using TeX or e-TeX; - pdflscape: +longdesc landscape pages in PDF; - pdftexcmds: provide PDFTeX primitives +longdesc missing in LuaTeX; - picture: dimens for picture macros; - +longdesc pmboxdraw: poor man's box drawing characters; - refcount: using +longdesc the numeric values of references; - scrindex: redefines +longdesc environment 'theindex' of package 'index', if a class from +longdesc KOMA-Script is loaded; - selinput: select the input encoding by +longdesc specifying pairs of input characters and their glyph names; - +longdesc setouterhbox: set \hbox in outer horizontal mode; - settobox: +longdesc getting box sizes; - soulutf8: extends package soul and adds +longdesc some support for UTF-8; - stackrel: extensions of the \stackrel +longdesc command; - stampinclude: selects the files for \include by +longdesc inspecting the timestamp of the .aux file(s); - stringenc: +longdesc provides \StringEncodingConvert for converting a string between +longdesc different encodings; - tabularht: tabulars with height +longdesc specification; - tabularkv: key value interface for tabular +longdesc parameters; - telprint: print German telephone directories; - +longdesc transparent: using a color stack for transparency with pdftex; +longdesc - twoopt: commands with two optional arguments; - +longdesc uniquecounter: provides unlimited unique counter; - zref: a +longdesc proposed new reference system. Each of the packages is +longdesc represented by two files, a .dtx (documented source) and a PDF +longdesc file; the .ins file necessary for installation is extracted by +longdesc running the .dtx file with Plain TeX. +docfiles size=6620 + texmf-dist/doc/latex/oberdiek/accsupp-example1.tex + texmf-dist/doc/latex/oberdiek/accsupp-example2.tex + texmf-dist/doc/latex/oberdiek/accsupp.pdf + texmf-dist/doc/latex/oberdiek/aliascnt.pdf + texmf-dist/doc/latex/oberdiek/alphalph.pdf + texmf-dist/doc/latex/oberdiek/askinclude.pdf + texmf-dist/doc/latex/oberdiek/atbegshi-example1.tex + texmf-dist/doc/latex/oberdiek/atbegshi-example2.tex + texmf-dist/doc/latex/oberdiek/atbegshi.pdf + texmf-dist/doc/latex/oberdiek/atenddvi.pdf + texmf-dist/doc/latex/oberdiek/attachfile2.pdf + texmf-dist/doc/latex/oberdiek/auxhook.pdf + texmf-dist/doc/latex/oberdiek/bigintcalc.pdf + texmf-dist/doc/latex/oberdiek/bitset.pdf + texmf-dist/doc/latex/oberdiek/bmpsize.pdf + texmf-dist/doc/latex/oberdiek/bookmark-example.tex + texmf-dist/doc/latex/oberdiek/bookmark.pdf + texmf-dist/doc/latex/oberdiek/catchfile.pdf + texmf-dist/doc/latex/oberdiek/centernot.pdf + texmf-dist/doc/latex/oberdiek/chemarr-example.tex + texmf-dist/doc/latex/oberdiek/chemarr.pdf + texmf-dist/doc/latex/oberdiek/classlist.pdf + texmf-dist/doc/latex/oberdiek/colonequals.pdf + texmf-dist/doc/latex/oberdiek/dvipscol.pdf + texmf-dist/doc/latex/oberdiek/embedfile-example-collection.tex + texmf-dist/doc/latex/oberdiek/embedfile-example-plain.tex + texmf-dist/doc/latex/oberdiek/embedfile.pdf + texmf-dist/doc/latex/oberdiek/engord.pdf + texmf-dist/doc/latex/oberdiek/epstopdf.pdf + texmf-dist/doc/latex/oberdiek/etexcmds.pdf + texmf-dist/doc/latex/oberdiek/example-mycolorsetup.sty + texmf-dist/doc/latex/oberdiek/flags.pdf + texmf-dist/doc/latex/oberdiek/grfext.pdf + texmf-dist/doc/latex/oberdiek/grffile.pdf + texmf-dist/doc/latex/oberdiek/holtxdoc.pdf + texmf-dist/doc/latex/oberdiek/hycolor.pdf + texmf-dist/doc/latex/oberdiek/hypbmsec.pdf + texmf-dist/doc/latex/oberdiek/hypcap.pdf + texmf-dist/doc/latex/oberdiek/hypdestopt.pdf + texmf-dist/doc/latex/oberdiek/hypdoc.pdf + texmf-dist/doc/latex/oberdiek/hypgotoe-example.tex + texmf-dist/doc/latex/oberdiek/hypgotoe.pdf + texmf-dist/doc/latex/oberdiek/hyphsubst.pdf + texmf-dist/doc/latex/oberdiek/ifdraft.pdf + texmf-dist/doc/latex/oberdiek/iflang.pdf + texmf-dist/doc/latex/oberdiek/ifpdf.pdf + texmf-dist/doc/latex/oberdiek/ifvtex.pdf + texmf-dist/doc/latex/oberdiek/infwarerr.pdf + texmf-dist/doc/latex/oberdiek/inputenx-licrcmds.txt + texmf-dist/doc/latex/oberdiek/inputenx-utf8enc.txt + texmf-dist/doc/latex/oberdiek/inputenx.pdf + texmf-dist/doc/latex/oberdiek/intcalc.pdf + texmf-dist/doc/latex/oberdiek/kvoptions.pdf + texmf-dist/doc/latex/oberdiek/kvsetkeys-example.tex + texmf-dist/doc/latex/oberdiek/kvsetkeys.pdf + texmf-dist/doc/latex/oberdiek/letltxmacro-showcases.tex + texmf-dist/doc/latex/oberdiek/letltxmacro.pdf + texmf-dist/doc/latex/oberdiek/listingsutf8.pdf + texmf-dist/doc/latex/oberdiek/ltxcmds.pdf + texmf-dist/doc/latex/oberdiek/luacolor.pdf + texmf-dist/doc/latex/oberdiek/luatex.pdf + texmf-dist/doc/latex/oberdiek/magicnum.pdf + texmf-dist/doc/latex/oberdiek/magicnum.txt + texmf-dist/doc/latex/oberdiek/makerobust-example.tex + texmf-dist/doc/latex/oberdiek/makerobust.pdf + texmf-dist/doc/latex/oberdiek/oberdiek.pdf details="Table of contents of the bundle" + texmf-dist/doc/latex/oberdiek/pagesel.pdf + texmf-dist/doc/latex/oberdiek/pdfcol.pdf + texmf-dist/doc/latex/oberdiek/pdfcolfoot.pdf + texmf-dist/doc/latex/oberdiek/pdfcolmk.pdf + texmf-dist/doc/latex/oberdiek/pdfcolparallel.pdf + texmf-dist/doc/latex/oberdiek/pdfcolparcolumns.pdf + texmf-dist/doc/latex/oberdiek/pdfcrypt.pdf + texmf-dist/doc/latex/oberdiek/pdfescape.pdf + texmf-dist/doc/latex/oberdiek/pdflscape.pdf + texmf-dist/doc/latex/oberdiek/pdftexcmds.pdf + texmf-dist/doc/latex/oberdiek/picture-example.tex + texmf-dist/doc/latex/oberdiek/picture.pdf + texmf-dist/doc/latex/oberdiek/pmboxdraw.pdf + texmf-dist/doc/latex/oberdiek/refcount.pdf + texmf-dist/doc/latex/oberdiek/scrindex-example1.tex + texmf-dist/doc/latex/oberdiek/scrindex-example2.tex + texmf-dist/doc/latex/oberdiek/scrindex.pdf + texmf-dist/doc/latex/oberdiek/selinput.pdf + texmf-dist/doc/latex/oberdiek/setouterhbox-example.tex + texmf-dist/doc/latex/oberdiek/setouterhbox.pdf + texmf-dist/doc/latex/oberdiek/settobox-example.tex + texmf-dist/doc/latex/oberdiek/settobox.pdf + texmf-dist/doc/latex/oberdiek/soulutf8.pdf + texmf-dist/doc/latex/oberdiek/stackrel.pdf + texmf-dist/doc/latex/oberdiek/stampinclude.pdf + texmf-dist/doc/latex/oberdiek/stringenc.pdf + texmf-dist/doc/latex/oberdiek/tabularht-example1.tex + texmf-dist/doc/latex/oberdiek/tabularht-example2.tex + texmf-dist/doc/latex/oberdiek/tabularht.pdf + texmf-dist/doc/latex/oberdiek/tabularkv-example.tex + texmf-dist/doc/latex/oberdiek/tabularkv.pdf + texmf-dist/doc/latex/oberdiek/telprint.pdf + texmf-dist/doc/latex/oberdiek/test/ExtractRotate.java + texmf-dist/doc/latex/oberdiek/test/accsupp-test1.tex + texmf-dist/doc/latex/oberdiek/test/alphalph-test1.tex + texmf-dist/doc/latex/oberdiek/test/alphalph-test2.tex + texmf-dist/doc/latex/oberdiek/test/alphalph-test3.tex + texmf-dist/doc/latex/oberdiek/test/askinclude-a.tex + texmf-dist/doc/latex/oberdiek/test/askinclude-b.tex + texmf-dist/doc/latex/oberdiek/test/askinclude-c.tex + texmf-dist/doc/latex/oberdiek/test/askinclude-test1.tex + texmf-dist/doc/latex/oberdiek/test/askinclude-test10.tex + texmf-dist/doc/latex/oberdiek/test/askinclude-test11.tex + texmf-dist/doc/latex/oberdiek/test/askinclude-test12.tex + texmf-dist/doc/latex/oberdiek/test/askinclude-test13.tex + texmf-dist/doc/latex/oberdiek/test/askinclude-test14.tex + texmf-dist/doc/latex/oberdiek/test/askinclude-test15.tex + texmf-dist/doc/latex/oberdiek/test/askinclude-test16.tex + texmf-dist/doc/latex/oberdiek/test/askinclude-test17.tex + texmf-dist/doc/latex/oberdiek/test/askinclude-test18.tex + texmf-dist/doc/latex/oberdiek/test/askinclude-test19.tex + texmf-dist/doc/latex/oberdiek/test/askinclude-test2.tex + texmf-dist/doc/latex/oberdiek/test/askinclude-test20.tex + texmf-dist/doc/latex/oberdiek/test/askinclude-test21.tex + texmf-dist/doc/latex/oberdiek/test/askinclude-test22.tex + texmf-dist/doc/latex/oberdiek/test/askinclude-test23.tex + texmf-dist/doc/latex/oberdiek/test/askinclude-test24.tex + texmf-dist/doc/latex/oberdiek/test/askinclude-test3.tex + texmf-dist/doc/latex/oberdiek/test/askinclude-test4.tex + texmf-dist/doc/latex/oberdiek/test/askinclude-test5.tex + texmf-dist/doc/latex/oberdiek/test/askinclude-test6.tex + texmf-dist/doc/latex/oberdiek/test/askinclude-test7.tex + texmf-dist/doc/latex/oberdiek/test/askinclude-test8.tex + texmf-dist/doc/latex/oberdiek/test/askinclude-test9.tex + texmf-dist/doc/latex/oberdiek/test/atbegshi-test1.tex + texmf-dist/doc/latex/oberdiek/test/atbegshi-test2.tex + texmf-dist/doc/latex/oberdiek/test/atbegshi-test3.tex + texmf-dist/doc/latex/oberdiek/test/bigintcalc-test1.tex + texmf-dist/doc/latex/oberdiek/test/bigintcalc-test2.tex + texmf-dist/doc/latex/oberdiek/test/bigintcalc-test3.tex + texmf-dist/doc/latex/oberdiek/test/bitset-test1.tex + texmf-dist/doc/latex/oberdiek/test/bitset-test2.tex + texmf-dist/doc/latex/oberdiek/test/bitset-test3.tex + texmf-dist/doc/latex/oberdiek/test/catchfile-test1.tex + texmf-dist/doc/latex/oberdiek/test/catchfile-test2.tex + texmf-dist/doc/latex/oberdiek/test/catchfile-test3.tex + texmf-dist/doc/latex/oberdiek/test/embedfile-test1.tex + texmf-dist/doc/latex/oberdiek/test/embedfile-test2.tex + texmf-dist/doc/latex/oberdiek/test/embedfile-test3.tex + texmf-dist/doc/latex/oberdiek/test/engord-test1.tex + texmf-dist/doc/latex/oberdiek/test/epstopdf-test1.tex + texmf-dist/doc/latex/oberdiek/test/etexcmds-test1.tex + texmf-dist/doc/latex/oberdiek/test/etexcmds-test2.tex + texmf-dist/doc/latex/oberdiek/test/etexcmds-test3.tex + texmf-dist/doc/latex/oberdiek/test/etexcmds-test4.tex + texmf-dist/doc/latex/oberdiek/test/grfext-test1.tex + texmf-dist/doc/latex/oberdiek/test/grfext-test2.tex + texmf-dist/doc/latex/oberdiek/test/grffile-test1.tex + texmf-dist/doc/latex/oberdiek/test/hycolor-test-xcol1.tex + texmf-dist/doc/latex/oberdiek/test/hycolor-test-xcol2.tex + texmf-dist/doc/latex/oberdiek/test/hycolor-test-xcol3.tex + texmf-dist/doc/latex/oberdiek/test/hycolor-test-xcol4.tex + texmf-dist/doc/latex/oberdiek/test/hycolor-test1.tex + texmf-dist/doc/latex/oberdiek/test/hycolor-test2.tex + texmf-dist/doc/latex/oberdiek/test/hycolor-test3.tex + texmf-dist/doc/latex/oberdiek/test/hyphsubst-test1.tex + texmf-dist/doc/latex/oberdiek/test/hyphsubst-test2.tex + texmf-dist/doc/latex/oberdiek/test/iflang-test1.tex + texmf-dist/doc/latex/oberdiek/test/iflang-test2.tex + texmf-dist/doc/latex/oberdiek/test/iflang-test3.tex + texmf-dist/doc/latex/oberdiek/test/iflang-test4.tex + texmf-dist/doc/latex/oberdiek/test/iflang-test5.tex + texmf-dist/doc/latex/oberdiek/test/ifpdf-test1.tex + texmf-dist/doc/latex/oberdiek/test/ifvtex-test1.tex + texmf-dist/doc/latex/oberdiek/test/infwarerr-test1.tex + texmf-dist/doc/latex/oberdiek/test/infwarerr-test2.tex + texmf-dist/doc/latex/oberdiek/test/infwarerr-test3.tex + texmf-dist/doc/latex/oberdiek/test/intcalc-test1.tex + texmf-dist/doc/latex/oberdiek/test/intcalc-test2.tex + texmf-dist/doc/latex/oberdiek/test/intcalc-test3.tex + texmf-dist/doc/latex/oberdiek/test/intcalc-test4.tex + texmf-dist/doc/latex/oberdiek/test/kvoptions-test1.tex + texmf-dist/doc/latex/oberdiek/test/kvoptions-test2.tex + texmf-dist/doc/latex/oberdiek/test/kvsetkeys-test1.tex + texmf-dist/doc/latex/oberdiek/test/kvsetkeys-test2.tex + texmf-dist/doc/latex/oberdiek/test/kvsetkeys-test3.tex + texmf-dist/doc/latex/oberdiek/test/letltxmacro-test1.tex + texmf-dist/doc/latex/oberdiek/test/letltxmacro-test2.tex + texmf-dist/doc/latex/oberdiek/test/listingsutf8-test1.tex + texmf-dist/doc/latex/oberdiek/test/listingsutf8-test2.tex + texmf-dist/doc/latex/oberdiek/test/listingsutf8-test3.tex + texmf-dist/doc/latex/oberdiek/test/listingsutf8-test4.tex + texmf-dist/doc/latex/oberdiek/test/listingsutf8-test5.tex + texmf-dist/doc/latex/oberdiek/test/ltxcmds-test1.tex + texmf-dist/doc/latex/oberdiek/test/luacolor-test1.tex + texmf-dist/doc/latex/oberdiek/test/luacolor-test2.tex + texmf-dist/doc/latex/oberdiek/test/luacolor-test3.tex + texmf-dist/doc/latex/oberdiek/test/luatex-test1.tex + texmf-dist/doc/latex/oberdiek/test/luatex-test2.tex + texmf-dist/doc/latex/oberdiek/test/luatex-test3.tex + texmf-dist/doc/latex/oberdiek/test/luatex-test4.tex + texmf-dist/doc/latex/oberdiek/test/luatex-test5.tex + texmf-dist/doc/latex/oberdiek/test/magicnum-test1.tex + texmf-dist/doc/latex/oberdiek/test/magicnum-test2.tex + texmf-dist/doc/latex/oberdiek/test/magicnum-test3.tex + texmf-dist/doc/latex/oberdiek/test/pdfcol-test1.tex + texmf-dist/doc/latex/oberdiek/test/pdfcol-test2.tex + texmf-dist/doc/latex/oberdiek/test/pdfcol-test3.tex + texmf-dist/doc/latex/oberdiek/test/pdfcol-test4.tex + texmf-dist/doc/latex/oberdiek/test/pdfcolfoot-test1.tex + texmf-dist/doc/latex/oberdiek/test/pdfcolparallel-test1.tex + texmf-dist/doc/latex/oberdiek/test/pdfcolparcolumns-test1.tex + texmf-dist/doc/latex/oberdiek/test/pdfescape-test1.tex + texmf-dist/doc/latex/oberdiek/test/pdfescape-test2.tex + texmf-dist/doc/latex/oberdiek/test/pdfescape-test3.tex + texmf-dist/doc/latex/oberdiek/test/pdfescape-test4.tex + texmf-dist/doc/latex/oberdiek/test/pdfescape-test5.tex + texmf-dist/doc/latex/oberdiek/test/pdflscape-test1.tex + texmf-dist/doc/latex/oberdiek/test/pdflscape-test2.tex + texmf-dist/doc/latex/oberdiek/test/pdflscape-test3.tex + texmf-dist/doc/latex/oberdiek/test/pdflscape-test4.tex + texmf-dist/doc/latex/oberdiek/test/pdflscape-test5.tex + texmf-dist/doc/latex/oberdiek/test/pdflscape-test6.tex + texmf-dist/doc/latex/oberdiek/test/pdflscape-test6.txt + texmf-dist/doc/latex/oberdiek/test/pdftexcmds-test1.tex + texmf-dist/doc/latex/oberdiek/test/pdftexcmds-test2.tex + texmf-dist/doc/latex/oberdiek/test/selinput-test1.tex + texmf-dist/doc/latex/oberdiek/test/selinput-test2.tex + texmf-dist/doc/latex/oberdiek/test/selinput-test3.tex + texmf-dist/doc/latex/oberdiek/test/selinput-test4.tex + texmf-dist/doc/latex/oberdiek/test/selinput-test5.tex + texmf-dist/doc/latex/oberdiek/test/setouterhbox-test1.tex + texmf-dist/doc/latex/oberdiek/test/setouterhbox-test2.tex + texmf-dist/doc/latex/oberdiek/test/soulutf8-test1.tex + texmf-dist/doc/latex/oberdiek/test/soulutf8-test2.tex + texmf-dist/doc/latex/oberdiek/test/soulutf8-test3.tex + texmf-dist/doc/latex/oberdiek/test/soulutf8-test4.tex + texmf-dist/doc/latex/oberdiek/test/soulutf8-test5.tex + texmf-dist/doc/latex/oberdiek/test/stringenc-test1.tex + texmf-dist/doc/latex/oberdiek/test/stringenc-test2.tex + texmf-dist/doc/latex/oberdiek/test/telprint-test1.tex + texmf-dist/doc/latex/oberdiek/test/uniquecounter-test1.tex + texmf-dist/doc/latex/oberdiek/test/uniquecounter-test2.tex + texmf-dist/doc/latex/oberdiek/test/uniquecounter-test3.tex + texmf-dist/doc/latex/oberdiek/test/zref-test-runs.tex + texmf-dist/doc/latex/oberdiek/test/zref-test1.tex + texmf-dist/doc/latex/oberdiek/transparent-example.tex + texmf-dist/doc/latex/oberdiek/transparent.pdf + texmf-dist/doc/latex/oberdiek/twoopt.pdf + texmf-dist/doc/latex/oberdiek/uniquecounter-example.tex + texmf-dist/doc/latex/oberdiek/uniquecounter.pdf + texmf-dist/doc/latex/oberdiek/zref-example-lastpage.tex + texmf-dist/doc/latex/oberdiek/zref-example.tex + texmf-dist/doc/latex/oberdiek/zref.pdf +srcfiles size=873 + texmf-dist/source/latex/oberdiek/accsupp.dtx + texmf-dist/source/latex/oberdiek/aliascnt.dtx + texmf-dist/source/latex/oberdiek/alphalph.dtx + texmf-dist/source/latex/oberdiek/askinclude.dtx + texmf-dist/source/latex/oberdiek/atbegshi.dtx + texmf-dist/source/latex/oberdiek/atenddvi.dtx + texmf-dist/source/latex/oberdiek/attachfile2.dtx + texmf-dist/source/latex/oberdiek/auxhook.dtx + texmf-dist/source/latex/oberdiek/bigintcalc.dtx + texmf-dist/source/latex/oberdiek/bitset.dtx + texmf-dist/source/latex/oberdiek/bmpsize.dtx + texmf-dist/source/latex/oberdiek/bookmark.dtx + texmf-dist/source/latex/oberdiek/catchfile.dtx + texmf-dist/source/latex/oberdiek/centernot.dtx + texmf-dist/source/latex/oberdiek/chemarr.dtx + texmf-dist/source/latex/oberdiek/classlist.dtx + texmf-dist/source/latex/oberdiek/colonequals.dtx + texmf-dist/source/latex/oberdiek/dvipscol.dtx + texmf-dist/source/latex/oberdiek/embedfile.dtx + texmf-dist/source/latex/oberdiek/engord.dtx + texmf-dist/source/latex/oberdiek/epstopdf.dtx + texmf-dist/source/latex/oberdiek/etexcmds.dtx + texmf-dist/source/latex/oberdiek/flags.dtx + texmf-dist/source/latex/oberdiek/grfext.dtx + texmf-dist/source/latex/oberdiek/grffile.dtx + texmf-dist/source/latex/oberdiek/holtxdoc.dtx + texmf-dist/source/latex/oberdiek/hycolor.dtx + texmf-dist/source/latex/oberdiek/hypbmsec.dtx + texmf-dist/source/latex/oberdiek/hypcap.dtx + texmf-dist/source/latex/oberdiek/hypdestopt.dtx + texmf-dist/source/latex/oberdiek/hypdoc.dtx + texmf-dist/source/latex/oberdiek/hypgotoe.dtx + texmf-dist/source/latex/oberdiek/hyphsubst.dtx + texmf-dist/source/latex/oberdiek/ifdraft.dtx + texmf-dist/source/latex/oberdiek/iflang.dtx + texmf-dist/source/latex/oberdiek/ifpdf.dtx + texmf-dist/source/latex/oberdiek/ifvtex.dtx + texmf-dist/source/latex/oberdiek/infwarerr.dtx + texmf-dist/source/latex/oberdiek/inputenx.dtx + texmf-dist/source/latex/oberdiek/intcalc.dtx + texmf-dist/source/latex/oberdiek/kvoptions.dtx + texmf-dist/source/latex/oberdiek/kvsetkeys.dtx + texmf-dist/source/latex/oberdiek/letltxmacro.dtx + texmf-dist/source/latex/oberdiek/listingsutf8.dtx + texmf-dist/source/latex/oberdiek/ltxcmds.dtx + texmf-dist/source/latex/oberdiek/luacolor.dtx + texmf-dist/source/latex/oberdiek/luatex.dtx + texmf-dist/source/latex/oberdiek/magicnum.dtx + texmf-dist/source/latex/oberdiek/makerobust.dtx + texmf-dist/source/latex/oberdiek/oberdiek.ins + texmf-dist/source/latex/oberdiek/oberdiek.tex + texmf-dist/source/latex/oberdiek/pagesel.dtx + texmf-dist/source/latex/oberdiek/pdfcol.dtx + texmf-dist/source/latex/oberdiek/pdfcolfoot.dtx + texmf-dist/source/latex/oberdiek/pdfcolmk.dtx + texmf-dist/source/latex/oberdiek/pdfcolparallel.dtx + texmf-dist/source/latex/oberdiek/pdfcolparcolumns.dtx + texmf-dist/source/latex/oberdiek/pdfcrypt.dtx + texmf-dist/source/latex/oberdiek/pdfescape.dtx + texmf-dist/source/latex/oberdiek/pdflscape.dtx + texmf-dist/source/latex/oberdiek/pdftexcmds.dtx + texmf-dist/source/latex/oberdiek/picture.dtx + texmf-dist/source/latex/oberdiek/pmboxdraw.dtx + texmf-dist/source/latex/oberdiek/readme-ctan.txt + texmf-dist/source/latex/oberdiek/refcount.dtx + texmf-dist/source/latex/oberdiek/scrindex.dtx + texmf-dist/source/latex/oberdiek/selinput.dtx + texmf-dist/source/latex/oberdiek/setouterhbox.dtx + texmf-dist/source/latex/oberdiek/settobox.dtx + texmf-dist/source/latex/oberdiek/soulutf8.dtx + texmf-dist/source/latex/oberdiek/stackrel.dtx + texmf-dist/source/latex/oberdiek/stampinclude.dtx + texmf-dist/source/latex/oberdiek/stringenc.dtx + texmf-dist/source/latex/oberdiek/tabularht.dtx + texmf-dist/source/latex/oberdiek/tabularkv.dtx + texmf-dist/source/latex/oberdiek/telprint.dtx + texmf-dist/source/latex/oberdiek/transparent.dtx + texmf-dist/source/latex/oberdiek/twoopt.dtx + texmf-dist/source/latex/oberdiek/uniquecounter.dtx + texmf-dist/source/latex/oberdiek/zref.dtx +runfiles size=491 + texmf-dist/scripts/oberdiek/luacolor.lua + texmf-dist/scripts/oberdiek/magicnum.lua + texmf-dist/scripts/oberdiek/oberdiek.luacolor.lua + texmf-dist/scripts/oberdiek/oberdiek.luatex.lua + texmf-dist/scripts/oberdiek/oberdiek.magicnum.lua + texmf-dist/scripts/oberdiek/oberdiek.pdftexcmds.lua + texmf-dist/scripts/oberdiek/pdfatfi.pl + texmf-dist/scripts/oberdiek/pdftexcmds.lua + texmf-dist/tex/generic/oberdiek/alphalph.sty + texmf-dist/tex/generic/oberdiek/atbegshi.sty + texmf-dist/tex/generic/oberdiek/bigintcalc.sty + texmf-dist/tex/generic/oberdiek/bitset.sty + texmf-dist/tex/generic/oberdiek/catchfile.sty + texmf-dist/tex/generic/oberdiek/engord.sty + texmf-dist/tex/generic/oberdiek/etexcmds.sty + texmf-dist/tex/generic/oberdiek/hyphsubst.sty + texmf-dist/tex/generic/oberdiek/iflang.sty + texmf-dist/tex/generic/oberdiek/ifpdf.sty + texmf-dist/tex/generic/oberdiek/ifvtex.sty + texmf-dist/tex/generic/oberdiek/infwarerr.sty + texmf-dist/tex/generic/oberdiek/intcalc.sty + texmf-dist/tex/generic/oberdiek/kvsetkeys.sty + texmf-dist/tex/generic/oberdiek/ltxcmds.sty + texmf-dist/tex/generic/oberdiek/luatex-loader.sty + texmf-dist/tex/generic/oberdiek/luatex.sty + texmf-dist/tex/generic/oberdiek/magicnum.sty + texmf-dist/tex/generic/oberdiek/pdfcol.sty + texmf-dist/tex/generic/oberdiek/pdfcrypt.sty + texmf-dist/tex/generic/oberdiek/pdfescape.sty + texmf-dist/tex/generic/oberdiek/pdftexcmds.sty + texmf-dist/tex/generic/oberdiek/se-ascii.def + texmf-dist/tex/generic/oberdiek/se-cp1250.def + texmf-dist/tex/generic/oberdiek/se-cp1251.def + texmf-dist/tex/generic/oberdiek/se-cp1252.def + texmf-dist/tex/generic/oberdiek/se-cp1257.def + texmf-dist/tex/generic/oberdiek/se-cp437.def + texmf-dist/tex/generic/oberdiek/se-cp850.def + texmf-dist/tex/generic/oberdiek/se-cp852.def + texmf-dist/tex/generic/oberdiek/se-cp855.def + texmf-dist/tex/generic/oberdiek/se-cp858.def + texmf-dist/tex/generic/oberdiek/se-cp865.def + texmf-dist/tex/generic/oberdiek/se-cp866.def + texmf-dist/tex/generic/oberdiek/se-dec-mcs.def + texmf-dist/tex/generic/oberdiek/se-iso-8859-1.def + texmf-dist/tex/generic/oberdiek/se-iso-8859-10.def + texmf-dist/tex/generic/oberdiek/se-iso-8859-11.def + texmf-dist/tex/generic/oberdiek/se-iso-8859-13.def + texmf-dist/tex/generic/oberdiek/se-iso-8859-14.def + texmf-dist/tex/generic/oberdiek/se-iso-8859-15.def + texmf-dist/tex/generic/oberdiek/se-iso-8859-16.def + texmf-dist/tex/generic/oberdiek/se-iso-8859-2.def + texmf-dist/tex/generic/oberdiek/se-iso-8859-3.def + texmf-dist/tex/generic/oberdiek/se-iso-8859-4.def + texmf-dist/tex/generic/oberdiek/se-iso-8859-5.def + texmf-dist/tex/generic/oberdiek/se-iso-8859-6.def + texmf-dist/tex/generic/oberdiek/se-iso-8859-7.def + texmf-dist/tex/generic/oberdiek/se-iso-8859-8.def + texmf-dist/tex/generic/oberdiek/se-iso-8859-9.def + texmf-dist/tex/generic/oberdiek/se-koi8-r.def + texmf-dist/tex/generic/oberdiek/se-mac-centeuro.def + texmf-dist/tex/generic/oberdiek/se-mac-cyrillic.def + texmf-dist/tex/generic/oberdiek/se-mac-roman.def + texmf-dist/tex/generic/oberdiek/se-nextstep.def + texmf-dist/tex/generic/oberdiek/se-pdfdoc.def + texmf-dist/tex/generic/oberdiek/se-utf16le.def + texmf-dist/tex/generic/oberdiek/se-utf32be.def + texmf-dist/tex/generic/oberdiek/se-utf32le.def + texmf-dist/tex/generic/oberdiek/se-utf8.def + texmf-dist/tex/generic/oberdiek/setouterhbox.sty + texmf-dist/tex/generic/oberdiek/soulutf8.sty + texmf-dist/tex/generic/oberdiek/stringenc.sty + texmf-dist/tex/generic/oberdiek/telprint.sty + texmf-dist/tex/generic/oberdiek/uniquecounter.sty + texmf-dist/tex/latex/oberdiek/accsupp-dvipdfm.def + texmf-dist/tex/latex/oberdiek/accsupp-dvips.def + texmf-dist/tex/latex/oberdiek/accsupp-pdftex.def + texmf-dist/tex/latex/oberdiek/accsupp.sty + texmf-dist/tex/latex/oberdiek/aliascnt.sty + texmf-dist/tex/latex/oberdiek/askinclude.sty + texmf-dist/tex/latex/oberdiek/atenddvi.sty + texmf-dist/tex/latex/oberdiek/atfidvips.def + texmf-dist/tex/latex/oberdiek/atfipdftex.def + texmf-dist/tex/latex/oberdiek/attachfile2.sty + texmf-dist/tex/latex/oberdiek/auxhook.sty + texmf-dist/tex/latex/oberdiek/bkm-dvipdfm.def + texmf-dist/tex/latex/oberdiek/bkm-dvips.def + texmf-dist/tex/latex/oberdiek/bkm-dvipsone.def + texmf-dist/tex/latex/oberdiek/bkm-pdftex.def + texmf-dist/tex/latex/oberdiek/bkm-textures.def + texmf-dist/tex/latex/oberdiek/bkm-vtex.def + texmf-dist/tex/latex/oberdiek/bmpsize-base.sty + texmf-dist/tex/latex/oberdiek/bmpsize-dvipdfm.def + texmf-dist/tex/latex/oberdiek/bmpsize-dvipdfmx.def + texmf-dist/tex/latex/oberdiek/bmpsize-dvips.def + texmf-dist/tex/latex/oberdiek/bmpsize-test.tex + texmf-dist/tex/latex/oberdiek/bmpsize.sty + texmf-dist/tex/latex/oberdiek/bookmark.sty + texmf-dist/tex/latex/oberdiek/centernot.sty + texmf-dist/tex/latex/oberdiek/chemarr.sty + texmf-dist/tex/latex/oberdiek/classlist.sty + texmf-dist/tex/latex/oberdiek/colonequals.sty + texmf-dist/tex/latex/oberdiek/dtx-attach.sty + texmf-dist/tex/latex/oberdiek/dvipscol.sty + texmf-dist/tex/latex/oberdiek/embedfile.sty + texmf-dist/tex/latex/oberdiek/epstopdf-base.sty + texmf-dist/tex/latex/oberdiek/epstopdf.sty + texmf-dist/tex/latex/oberdiek/flags.sty + texmf-dist/tex/latex/oberdiek/grfext.sty + texmf-dist/tex/latex/oberdiek/grffile.sty + texmf-dist/tex/latex/oberdiek/holtxdoc.sty + texmf-dist/tex/latex/oberdiek/hycolor.sty + texmf-dist/tex/latex/oberdiek/hypbmsec.sty + texmf-dist/tex/latex/oberdiek/hypcap.sty + texmf-dist/tex/latex/oberdiek/hypdestopt.sty + texmf-dist/tex/latex/oberdiek/hypdoc.sty + texmf-dist/tex/latex/oberdiek/hypgotoe.sty + texmf-dist/tex/latex/oberdiek/ifdraft.sty + texmf-dist/tex/latex/oberdiek/inputenx.sty + texmf-dist/tex/latex/oberdiek/ix-alias.def + texmf-dist/tex/latex/oberdiek/ix-math.def + texmf-dist/tex/latex/oberdiek/ix-name.def + texmf-dist/tex/latex/oberdiek/ix-slot.def + texmf-dist/tex/latex/oberdiek/ix-uc.def + texmf-dist/tex/latex/oberdiek/ix-utf8enc.dfu + texmf-dist/tex/latex/oberdiek/kvoptions-patch.sty + texmf-dist/tex/latex/oberdiek/kvoptions.sty + texmf-dist/tex/latex/oberdiek/letltxmacro.sty + texmf-dist/tex/latex/oberdiek/listingsutf8.sty + texmf-dist/tex/latex/oberdiek/luacolor.sty + texmf-dist/tex/latex/oberdiek/makerobust.sty + texmf-dist/tex/latex/oberdiek/pagesel.sty + texmf-dist/tex/latex/oberdiek/pdfcolfoot.sty + texmf-dist/tex/latex/oberdiek/pdfcolmk.sty + texmf-dist/tex/latex/oberdiek/pdfcolparallel.sty + texmf-dist/tex/latex/oberdiek/pdfcolparcolumns.sty + texmf-dist/tex/latex/oberdiek/pdflscape.sty + texmf-dist/tex/latex/oberdiek/picture.sty + texmf-dist/tex/latex/oberdiek/pmboxdraw.sty + texmf-dist/tex/latex/oberdiek/pmboxdrawenc.dfu + texmf-dist/tex/latex/oberdiek/refcount.sty + texmf-dist/tex/latex/oberdiek/scrindex.sty + texmf-dist/tex/latex/oberdiek/selinput.sty + texmf-dist/tex/latex/oberdiek/settobox.sty + texmf-dist/tex/latex/oberdiek/stackrel.sty + texmf-dist/tex/latex/oberdiek/stampinclude.sty + texmf-dist/tex/latex/oberdiek/tabularht.sty + texmf-dist/tex/latex/oberdiek/tabularkv.sty + texmf-dist/tex/latex/oberdiek/transparent.sty + texmf-dist/tex/latex/oberdiek/twoopt.sty + texmf-dist/tex/latex/oberdiek/x-ascii.def + texmf-dist/tex/latex/oberdiek/x-atarist.def + texmf-dist/tex/latex/oberdiek/x-cp1250.def + texmf-dist/tex/latex/oberdiek/x-cp1251.def + texmf-dist/tex/latex/oberdiek/x-cp1252.def + texmf-dist/tex/latex/oberdiek/x-cp1257.def + texmf-dist/tex/latex/oberdiek/x-cp437.def + texmf-dist/tex/latex/oberdiek/x-cp850.def + texmf-dist/tex/latex/oberdiek/x-cp852.def + texmf-dist/tex/latex/oberdiek/x-cp855.def + texmf-dist/tex/latex/oberdiek/x-cp858.def + texmf-dist/tex/latex/oberdiek/x-cp865.def + texmf-dist/tex/latex/oberdiek/x-cp866.def + texmf-dist/tex/latex/oberdiek/x-dec-mcs.def + texmf-dist/tex/latex/oberdiek/x-iso-8859-1.def + texmf-dist/tex/latex/oberdiek/x-iso-8859-10.def + texmf-dist/tex/latex/oberdiek/x-iso-8859-13.def + texmf-dist/tex/latex/oberdiek/x-iso-8859-14.def + texmf-dist/tex/latex/oberdiek/x-iso-8859-15.def + texmf-dist/tex/latex/oberdiek/x-iso-8859-16.def + texmf-dist/tex/latex/oberdiek/x-iso-8859-2.def + texmf-dist/tex/latex/oberdiek/x-iso-8859-3.def + texmf-dist/tex/latex/oberdiek/x-iso-8859-4.def + texmf-dist/tex/latex/oberdiek/x-iso-8859-5.def + texmf-dist/tex/latex/oberdiek/x-iso-8859-8.def + texmf-dist/tex/latex/oberdiek/x-iso-8859-9.def + texmf-dist/tex/latex/oberdiek/x-koi8-r.def + texmf-dist/tex/latex/oberdiek/x-mac-centeuro.def + texmf-dist/tex/latex/oberdiek/x-mac-cyrillic.def + texmf-dist/tex/latex/oberdiek/x-mac-roman.def + texmf-dist/tex/latex/oberdiek/x-nextstep.def + texmf-dist/tex/latex/oberdiek/xcolor-patch.sty + texmf-dist/tex/latex/oberdiek/zref-abspage.sty + texmf-dist/tex/latex/oberdiek/zref-base.sty + texmf-dist/tex/latex/oberdiek/zref-counter.sty + texmf-dist/tex/latex/oberdiek/zref-dotfill.sty + texmf-dist/tex/latex/oberdiek/zref-hyperref.sty + texmf-dist/tex/latex/oberdiek/zref-lastpage.sty + texmf-dist/tex/latex/oberdiek/zref-perpage.sty + texmf-dist/tex/latex/oberdiek/zref-runs.sty + texmf-dist/tex/latex/oberdiek/zref-savepos.sty + texmf-dist/tex/latex/oberdiek/zref-titleref.sty + texmf-dist/tex/latex/oberdiek/zref-totpages.sty + texmf-dist/tex/latex/oberdiek/zref-user.sty + texmf-dist/tex/latex/oberdiek/zref-xr.sty + texmf-dist/tex/latex/oberdiek/zref.sty +catalogue-ctan /macros/latex/contrib/oberdiek +catalogue-date 2009-09-22 21:11:47 +0200 +catalogue-license lppl + +name objectz +category Package +revision 15878 +shortdesc Macros for typesetting Object Z. +longdesc The package will typeset both Z and Object-Z specifications; it +longdesc develops the original zed package +docfiles size=33 + texmf-dist/doc/latex/objectz/ozguide.dvi + texmf-dist/doc/latex/objectz/ozguide.tex + texmf-dist/doc/latex/objectz/oztest.dvi + texmf-dist/doc/latex/objectz/oztest.tex +srcfiles size=19 + texmf-dist/source/latex/objectz/catalog + texmf-dist/source/latex/objectz/makefile + texmf-dist/source/latex/objectz/manifest + texmf-dist/source/latex/objectz/oz.dtx + texmf-dist/source/latex/objectz/oz.ins + texmf-dist/source/latex/objectz/readme +runfiles size=10 + texmf-dist/tex/latex/objectz/oz.sty +catalogue-ctan /macros/latex/contrib/objectz +catalogue-date 2006-12-30 22:14:40 +0100 +catalogue-license lppl + +name ocherokee +category Package +revision 15878 +shortdesc LaTeX Support for the Cherokee language. +longdesc Macros and Type 1 fonts for Typesetting the Cherokee language +longdesc with the Omega version of LaTeX (known as Lambda). +execute addMap cherokee.map +docfiles size=18 + texmf-dist/doc/omega/ocherokee/cherokee.pdf + texmf-dist/doc/omega/ocherokee/chief.tex + texmf-dist/doc/omega/ocherokee/proverb.tex +runfiles size=93 + texmf-dist/fonts/afm/public/ocherokee/Cherokee-Bold.afm + texmf-dist/fonts/afm/public/ocherokee/Cherokee.afm + texmf-dist/fonts/map/dvips/ocherokee/cherokee.map + texmf-dist/fonts/ofm/public/ocherokee/OCherokee.ofm + texmf-dist/fonts/ofm/public/ocherokee/OCherokeeb.ofm + texmf-dist/fonts/ofm/public/ocherokee/OCherokeebo.ofm + texmf-dist/fonts/ofm/public/ocherokee/OCherokeeo.ofm + texmf-dist/fonts/ovf/public/ocherokee/OCherokee.ovf + texmf-dist/fonts/ovf/public/ocherokee/OCherokeeb.ovf + texmf-dist/fonts/ovf/public/ocherokee/OCherokeebo.ovf + texmf-dist/fonts/ovf/public/ocherokee/OCherokeeo.ovf + texmf-dist/fonts/ovp/public/ocherokee/OCherokee.ovp + texmf-dist/fonts/ovp/public/ocherokee/OCherokeeb.ovp + texmf-dist/fonts/ovp/public/ocherokee/OCherokeebo.ovp + texmf-dist/fonts/ovp/public/ocherokee/OCherokeeo.ovp + texmf-dist/fonts/tfm/public/ocherokee/Cherokee.tfm + texmf-dist/fonts/tfm/public/ocherokee/Cherokeeb.tfm + texmf-dist/fonts/tfm/public/ocherokee/Cherokeebo.tfm + texmf-dist/fonts/tfm/public/ocherokee/Cherokeeo.tfm + texmf-dist/fonts/type1/public/ocherokee/Cherokee-Bold.pfb + texmf-dist/fonts/type1/public/ocherokee/Cherokee.pfb + texmf-dist/omega/ocp/ocherokee/cher2uni.ocp + texmf-dist/omega/otp/ocherokee/cher2uni.otp +catalogue-ctan /language/cherokee/ocherokee +catalogue-date 2007-03-12 00:37:02 +0100 +catalogue-license lppl + +name ocr-latex +category Package +revision 15878 +shortdesc LaTeX support for ocr fonts. +longdesc The package supports use of both ocr-a and ocr-b fonts in LaTeX +longdesc documents. +docfiles size=48 + texmf-dist/doc/latex/ocr-latex/README + texmf-dist/doc/latex/ocr-latex/ocr.pdf details="Package documentation" + texmf-dist/doc/latex/ocr-latex/ocr.tex +runfiles size=8 + texmf-dist/tex/latex/ocr-latex/ocr.sty + texmf-dist/tex/latex/ocr-latex/ot1oca.fd + texmf-dist/tex/latex/ocr-latex/ot1ocra.fd + texmf-dist/tex/latex/ocr-latex/ot1ocrb.fd + texmf-dist/tex/latex/ocr-latex/ot1ocrbn.fd + texmf-dist/tex/latex/ocr-latex/ot1ocrbns.fd + texmf-dist/tex/latex/ocr-latex/ot1ocrbo.fd + texmf-dist/tex/latex/ocr-latex/ot1ocrbs.fd +catalogue-ctan /macros/latex/contrib/ocr-latex +catalogue-date 2007-03-11 14:06:37 +0100 +catalogue-license gpl + +name octavo +category Package +revision 15878 +shortdesc Typeset books following classical design and layout. +longdesc The octavo class is a modification of the standard LaTeX book +longdesc class. Its purpose is to typeset books following classical +longdesc design and layout principles, with the express intention of +longdesc encouraging the making of beautiful books by anyone with access +longdesc to a good printer and with an inclination towards venerable +longdesc crafts, e.g., bookbinding. The octavo class differs from the +longdesc book class by implementing many of the proposals and insights +longdesc of respected experts, especially Jan Tschichold and Hugh +longdesc Williamson. The documentation discusses methods to organise and +longdesc print out any text into signatures, which can then be gathered, +longdesc folded and sewn into a book. +docfiles size=48 + texmf-dist/doc/latex/octavo/README details="Readme" + texmf-dist/doc/latex/octavo/changes + texmf-dist/doc/latex/octavo/tub-octavo.pdf details="Package documentation" +srcfiles size=27 + texmf-dist/source/latex/octavo/octavo.dtx + texmf-dist/source/latex/octavo/octavo.ins +runfiles size=11 + texmf-dist/tex/latex/octavo/oct10.clo + texmf-dist/tex/latex/octavo/oct11.clo + texmf-dist/tex/latex/octavo/oct12.clo + texmf-dist/tex/latex/octavo/octavo.cls +catalogue-ctan /macros/latex/contrib/octavo +catalogue-date 2007-03-07 18:02:23 +0100 +catalogue-license lppl +catalogue-version 1.2 + +name ofs +category Package +revision 15878 +shortdesc Macros for managing large font collections. +longdesc OFS (Olsak's Font System) is a set of Plain TeX and LaTeX +longdesc macros for managing large font collections; it has been used by +longdesc Czech/Slovak users for many years. Main features include: - +longdesc Mapping from long names of fonts to the metric file name. The +longdesc user can specify only exact long names in documents. - Support +longdesc for many font encodings. - Printing of catalogues of fonts and +longdesc test samples of font families; the interactive macro \showfonts +longdesc shows all font families you have installed via OFS. - The user +longdesc interface is the same for Plain TeX and for LaTeX, but the +longdesc implementation differs: the LaTeX variant of OFS uses NFSS, but +longdesc the Plain variant implements its own font management (which may +longdesc even be better than NFSS) - Support for math fonts including TX +longdesc fonts. +docfiles size=265 + texmf-dist/doc/generic/ofs/changes.txt + texmf-dist/doc/generic/ofs/eurotex2003-ofs.pdf + texmf-dist/doc/generic/ofs/eurotex2003-ofs.tex + texmf-dist/doc/generic/ofs/ofs-slt.pdf + texmf-dist/doc/generic/ofs/ofsdoc-e.pdf + texmf-dist/doc/generic/ofs/ofsdoc-e.tex + texmf-dist/doc/generic/ofs/ofsdoc.pdf + texmf-dist/doc/generic/ofs/ofsdoc.tex + texmf-dist/doc/generic/ofs/ofsmtdef.tex + texmf-dist/doc/generic/ofs/ofstest.tex + texmf-dist/doc/generic/ofs/readme.ofs details="Readme" +runfiles size=93 + texmf-dist/tex/generic/ofs/a117.tex + texmf-dist/tex/generic/ofs/a35.sty + texmf-dist/tex/generic/ofs/a35.tex + texmf-dist/tex/generic/ofs/allfonts.sty + texmf-dist/tex/generic/ofs/allfonts.tex + texmf-dist/tex/generic/ofs/amsfn.tex + texmf-dist/tex/generic/ofs/mtfn.tex + texmf-dist/tex/generic/ofs/ofs-6a.tex + texmf-dist/tex/generic/ofs/ofs-6c.tex + texmf-dist/tex/generic/ofs/ofs-6k.tex + texmf-dist/tex/generic/ofs/ofs-6s.tex + texmf-dist/tex/generic/ofs/ofs-6t.tex + texmf-dist/tex/generic/ofs/ofs-6x.tex + texmf-dist/tex/generic/ofs/ofs-6y.tex + texmf-dist/tex/generic/ofs/ofs-8c.tex + texmf-dist/tex/generic/ofs/ofs-8t.tex + texmf-dist/tex/generic/ofs/ofs-8x.tex + texmf-dist/tex/generic/ofs/ofs-8z.tex + texmf-dist/tex/generic/ofs/ofs-ams.tex + texmf-dist/tex/generic/ofs/ofs-cm.tex + texmf-dist/tex/generic/ofs/ofs-mt.tex + texmf-dist/tex/generic/ofs/ofs-ps.tex + texmf-dist/tex/generic/ofs/ofs-px.tex + texmf-dist/tex/generic/ofs/ofs-slt.tex + texmf-dist/tex/generic/ofs/ofs-tx.tex + texmf-dist/tex/generic/ofs/ofs.sty + texmf-dist/tex/generic/ofs/ofs.tex + texmf-dist/tex/generic/ofs/ofsdef.tex + texmf-dist/tex/generic/ofs/pantyk.tex + texmf-dist/tex/generic/ofs/txfn.tex +catalogue-ctan /macros/generic/ofs +catalogue-date 2006-12-30 22:14:40 +0100 +catalogue-license knuth + +name ogham +category Package +revision 15878 +shortdesc Fonts for typesetting Ogham script. +longdesc The font provides the Ogham alphabet, which is found on a +longdesc number of Irish and Pictish carvings dating from the 4th +longdesc century AD. The font is distributed as a MetaFont program, +longdesc which has been patched (with the author's permission) for +longdesc stability at different output device resolutions. (Thanks are +longdesc due to Peter Flynn and Dan Luecking.) +docfiles size=7 + texmf-dist/doc/latex/ogham/testfont.pdf details="Testfont print" +runfiles size=3 + texmf-dist/fonts/source/public/ogham/ogham.mf + texmf-dist/fonts/tfm/public/ogham/ogham.tfm +catalogue-ctan /fonts/ogham +catalogue-date 2008-09-27 14:07:03 +0200 +catalogue-license other-free + +name oinuit +category Package +revision 15878 +shortdesc LaTeX Support for the Inuktitut Language. +longdesc The oinuit system is a set of Lambda (Omega LaTeX) typesetting +longdesc tools for the Inuktitut language. The oinuit package supports +longdesc five different input methods and is bundled with the necessary +longdesc fonts. +execute addMap oinuit.map +docfiles size=3 + texmf-dist/doc/fonts/oinuit/README.1ST + texmf-dist/doc/fonts/oinuit/examples/book.tex + texmf-dist/doc/fonts/oinuit/examples/taqtu.tex +srcfiles size=12 + texmf-dist/source/lambda/oinuit/oinuit.dtx + texmf-dist/source/lambda/oinuit/oinuit.ins + texmf-dist/source/lambda/oinuit/oinuit.sty +runfiles size=557 + texmf-dist/fonts/map/dvips/oinuit/oinuit.map + texmf-dist/fonts/ofm/public/oinuit/OInuit.ofm + texmf-dist/fonts/ofm/public/oinuit/OInuitb.ofm + texmf-dist/fonts/ofm/public/oinuit/OInuitbo.ofm + texmf-dist/fonts/ofm/public/oinuit/OInuito.ofm + texmf-dist/fonts/ovf/public/oinuit/OInuit.ovf + texmf-dist/fonts/ovf/public/oinuit/OInuitb.ovf + texmf-dist/fonts/ovf/public/oinuit/OInuitbo.ovf + texmf-dist/fonts/ovf/public/oinuit/OInuito.ovf + texmf-dist/fonts/tfm/public/oinuit/Inuit.tfm + texmf-dist/fonts/tfm/public/oinuit/Inuitb.tfm + texmf-dist/fonts/tfm/public/oinuit/Inuitbo.tfm + texmf-dist/fonts/tfm/public/oinuit/Inuito.tfm + texmf-dist/fonts/type1/public/oinuit/Inuit.pfb + texmf-dist/fonts/type1/public/oinuit/Inuitb.pfb + texmf-dist/fonts/type1/public/oinuit/Inuitbo.pfb + texmf-dist/fonts/type1/public/oinuit/Inuito.pfb + texmf-dist/fonts/type1/public/oinuit/cmssbxo10.pfb + texmf-dist/omega/ocp/oinuit/Ninuit2uni.ocp + texmf-dist/omega/ocp/oinuit/Qinuit2uni.ocp + texmf-dist/omega/ocp/oinuit/inuitscii.ocp + texmf-dist/tex/lambda/oinuit/oinuit.sty +catalogue-ctan /language/inuktitut/oinuit +catalogue-date 2007-02-23 22:01:12 +0100 +catalogue-license lppl + +name oldstyle +category Package +revision 15878 +shortdesc Old style numbers in OT1 encoding. +longdesc Font information needed to load the cmmi and cmmib fonts for +longdesc use to produce oldstyle numbers. +docfiles size=18 + texmf-dist/doc/latex/oldstyle/oldstyle.pdf details="Package documentation" +srcfiles size=3 + texmf-dist/source/latex/oldstyle/oldstyle.dtx + texmf-dist/source/latex/oldstyle/oldstyle.ins +runfiles size=2 + texmf-dist/tex/latex/oldstyle/Ucmm.fd + texmf-dist/tex/latex/oldstyle/oldstyle.sty +catalogue-ctan /macros/latex/contrib/oldstyle +catalogue-date 2009-03-08 21:39:02 +0100 +catalogue-license lppl +catalogue-version 0.2 + +name omega +category Package +revision 15878 +shortdesc A wide-character-set extension of TeX. +longdesc A development of TeX, which deals in multi-octet Unicode +longdesc characters, to enable native treatment of a wide range of +longdesc languages without changing character-set. Work on Omega seems, +longdesc more or less, to have ceased: its immediate successor was to be +longdesc the aleph project (though that too has stalled). Projects +longdesc developing Omega (and Aleph) ideas include Omega-2 and LuaTeX. +execute addMap omega.map +docfiles size=138 + texmf-dist/doc/omega/base/doc-1.8.tex + texmf-dist/doc/omega/base/torture.ps + texmf-dist/doc/omega/base/torture.tex +runfiles size=1519 + texmf-dist/dvips/omega/config.omega + texmf-dist/dvips/omega/omega.cfg + texmf-dist/fonts/afm/public/omega/omsea1.afm + texmf-dist/fonts/afm/public/omega/omsea1b.afm + texmf-dist/fonts/afm/public/omega/omsea2.afm + texmf-dist/fonts/afm/public/omega/omsea2b.afm + texmf-dist/fonts/afm/public/omega/omsea3.afm + texmf-dist/fonts/afm/public/omega/omsea3b.afm + texmf-dist/fonts/afm/public/omega/omseco.afm + texmf-dist/fonts/afm/public/omega/omsecob.afm + texmf-dist/fonts/afm/public/omega/omsecobi.afm + texmf-dist/fonts/afm/public/omega/omsecoi.afm + texmf-dist/fonts/afm/public/omega/omsecx.afm + texmf-dist/fonts/afm/public/omega/omsecy.afm + texmf-dist/fonts/afm/public/omega/omsegr.afm + texmf-dist/fonts/afm/public/omega/omsegrb.afm + texmf-dist/fonts/afm/public/omega/omsegrbi.afm + texmf-dist/fonts/afm/public/omega/omsegri.afm + texmf-dist/fonts/afm/public/omega/omseha.afm + texmf-dist/fonts/afm/public/omega/omsehe.afm + texmf-dist/fonts/afm/public/omega/omseip.afm + texmf-dist/fonts/afm/public/omega/omsela.afm + texmf-dist/fonts/afm/public/omega/omselab.afm + texmf-dist/fonts/afm/public/omega/omselabi.afm + texmf-dist/fonts/afm/public/omega/omselai.afm + texmf-dist/fonts/afm/public/omega/omseti.afm + texmf-dist/fonts/map/dvips/omega/omega.map + texmf-dist/fonts/ofm/public/omega/omarab.ofm + texmf-dist/fonts/ofm/public/omega/omarabb.ofm + texmf-dist/fonts/ofm/public/omega/omlgc.ofm + texmf-dist/fonts/ofm/public/omega/omlgcb.ofm + texmf-dist/fonts/ofm/public/omega/omlgcbi.ofm + texmf-dist/fonts/ofm/public/omega/omlgci.ofm + texmf-dist/fonts/ofm/public/omega/ucitt10.ofm + texmf-dist/fonts/ofm/public/omega/ucsltt10.ofm + texmf-dist/fonts/ofm/public/omega/uctt10.ofm + texmf-dist/fonts/ofm/public/omega/uctt12.ofm + texmf-dist/fonts/ofm/public/omega/uctt8.ofm + texmf-dist/fonts/ofm/public/omega/uctt9.ofm + texmf-dist/fonts/ofm/public/omega/ucvtt10.ofm + texmf-dist/fonts/ovf/public/omega/omarab.ovf + texmf-dist/fonts/ovf/public/omega/omarabb.ovf + texmf-dist/fonts/ovf/public/omega/omlgc.ovf + texmf-dist/fonts/ovf/public/omega/omlgcb.ovf + texmf-dist/fonts/ovf/public/omega/omlgcbi.ovf + texmf-dist/fonts/ovf/public/omega/omlgci.ovf + texmf-dist/fonts/ovf/public/omega/ucitt10.ovf + texmf-dist/fonts/ovf/public/omega/ucsltt10.ovf + texmf-dist/fonts/ovf/public/omega/uctt10.ovf + texmf-dist/fonts/ovf/public/omega/uctt12.ovf + texmf-dist/fonts/ovf/public/omega/uctt8.ovf + texmf-dist/fonts/ovf/public/omega/uctt9.ovf + texmf-dist/fonts/ovf/public/omega/ucvtt10.ovf + texmf-dist/fonts/ovp/public/omega/omarab.ovp + texmf-dist/fonts/ovp/public/omega/omarabb.ovp + texmf-dist/fonts/ovp/public/omega/omlgc.ovp + texmf-dist/fonts/ovp/public/omega/omlgcb.ovp + texmf-dist/fonts/ovp/public/omega/omlgcbi.ovp + texmf-dist/fonts/ovp/public/omega/omlgci.ovp + texmf-dist/fonts/ovp/public/omega/ucitt10.ovp + texmf-dist/fonts/ovp/public/omega/ucsltt10.ovp + texmf-dist/fonts/ovp/public/omega/uctt10.ovp + texmf-dist/fonts/ovp/public/omega/uctt12.ovp + texmf-dist/fonts/ovp/public/omega/uctt8.ovp + texmf-dist/fonts/ovp/public/omega/uctt9.ovp + texmf-dist/fonts/ovp/public/omega/ucvtt10.ovp + texmf-dist/fonts/tfm/public/omega/omding.tfm + texmf-dist/fonts/tfm/public/omega/omsea1.tfm + texmf-dist/fonts/tfm/public/omega/omsea1b.tfm + texmf-dist/fonts/tfm/public/omega/omsea2.tfm + texmf-dist/fonts/tfm/public/omega/omsea2b.tfm + texmf-dist/fonts/tfm/public/omega/omsea3.tfm + texmf-dist/fonts/tfm/public/omega/omsea3b.tfm + texmf-dist/fonts/tfm/public/omega/omseco.tfm + texmf-dist/fonts/tfm/public/omega/omsecob.tfm + texmf-dist/fonts/tfm/public/omega/omsecobi.tfm + texmf-dist/fonts/tfm/public/omega/omsecoi.tfm + texmf-dist/fonts/tfm/public/omega/omsecx.tfm + texmf-dist/fonts/tfm/public/omega/omsecy.tfm + texmf-dist/fonts/tfm/public/omega/omsegr.tfm + texmf-dist/fonts/tfm/public/omega/omsegrb.tfm + texmf-dist/fonts/tfm/public/omega/omsegrbi.tfm + texmf-dist/fonts/tfm/public/omega/omsegri.tfm + texmf-dist/fonts/tfm/public/omega/omseha.tfm + texmf-dist/fonts/tfm/public/omega/omseip.tfm + texmf-dist/fonts/tfm/public/omega/omsela.tfm + texmf-dist/fonts/tfm/public/omega/omselab.tfm + texmf-dist/fonts/tfm/public/omega/omselabi.tfm + texmf-dist/fonts/tfm/public/omega/omselai.tfm + texmf-dist/fonts/tfm/public/omega/omseti.tfm + texmf-dist/fonts/tfm/public/omega/omssti.tfm + texmf-dist/fonts/type1/public/omega/omding.pfb + texmf-dist/fonts/type1/public/omega/omsea1.pfb + texmf-dist/fonts/type1/public/omega/omsea1b.pfb + texmf-dist/fonts/type1/public/omega/omsea2.pfb + texmf-dist/fonts/type1/public/omega/omsea2b.pfb + texmf-dist/fonts/type1/public/omega/omsea3.pfb + texmf-dist/fonts/type1/public/omega/omsea3b.pfb + texmf-dist/fonts/type1/public/omega/omseco.pfb + texmf-dist/fonts/type1/public/omega/omsecob.pfb + texmf-dist/fonts/type1/public/omega/omsecobi.pfb + texmf-dist/fonts/type1/public/omega/omsecoi.pfb + texmf-dist/fonts/type1/public/omega/omsecx.pfb + texmf-dist/fonts/type1/public/omega/omsecy.pfb + texmf-dist/fonts/type1/public/omega/omsecyb.pfb + texmf-dist/fonts/type1/public/omega/omsecyi.pfb + texmf-dist/fonts/type1/public/omega/omsegr.pfb + texmf-dist/fonts/type1/public/omega/omsegrb.pfb + texmf-dist/fonts/type1/public/omega/omsegrbi.pfb + texmf-dist/fonts/type1/public/omega/omsegri.pfb + texmf-dist/fonts/type1/public/omega/omseha.pfb + texmf-dist/fonts/type1/public/omega/omsehe.pfb + texmf-dist/fonts/type1/public/omega/omseip.pfb + texmf-dist/fonts/type1/public/omega/omsela.pfb + texmf-dist/fonts/type1/public/omega/omselab.pfb + texmf-dist/fonts/type1/public/omega/omselabi.pfb + texmf-dist/fonts/type1/public/omega/omselai.pfb + texmf-dist/fonts/type1/public/omega/omseti.pfb + texmf-dist/fonts/type1/public/omega/omssti.pfb + texmf-dist/omega/ocp/char2uni/in646.ocp + texmf-dist/omega/ocp/char2uni/in88591.ocp + texmf-dist/omega/ocp/char2uni/in88592.ocp + texmf-dist/omega/ocp/char2uni/in88593.ocp + texmf-dist/omega/ocp/char2uni/in88594.ocp + texmf-dist/omega/ocp/char2uni/in88595.ocp + texmf-dist/omega/ocp/char2uni/in88596.ocp + texmf-dist/omega/ocp/char2uni/in88597.ocp + texmf-dist/omega/ocp/char2uni/in88598.ocp + texmf-dist/omega/ocp/char2uni/in88599.ocp + texmf-dist/omega/ocp/char2uni/in8859a.ocp + texmf-dist/omega/ocp/char2uni/in8859d.ocp + texmf-dist/omega/ocp/char2uni/in8859e.ocp + texmf-dist/omega/ocp/char2uni/in8859f.ocp + texmf-dist/omega/ocp/char2uni/in8859g.ocp + texmf-dist/omega/ocp/char2uni/inatari.ocp + texmf-dist/omega/ocp/char2uni/inav.ocp + texmf-dist/omega/ocp/char2uni/inbig5.ocp + texmf-dist/omega/ocp/char2uni/incp1250.ocp + texmf-dist/omega/ocp/char2uni/incp1251.ocp + texmf-dist/omega/ocp/char2uni/incp1252.ocp + texmf-dist/omega/ocp/char2uni/incp1253.ocp + texmf-dist/omega/ocp/char2uni/incp1254.ocp + texmf-dist/omega/ocp/char2uni/incp1255.ocp + texmf-dist/omega/ocp/char2uni/incp1256.ocp + texmf-dist/omega/ocp/char2uni/incp1257.ocp + texmf-dist/omega/ocp/char2uni/incp1258.ocp + texmf-dist/omega/ocp/char2uni/incp866.ocp + texmf-dist/omega/ocp/char2uni/incp874.ocp + texmf-dist/omega/ocp/char2uni/inebcdic.ocp + texmf-dist/omega/ocp/char2uni/ingb.ocp + texmf-dist/omega/ocp/char2uni/inkoi8.ocp + texmf-dist/omega/ocp/char2uni/inmac.ocp + texmf-dist/omega/ocp/char2uni/inmsdos.ocp + texmf-dist/omega/ocp/char2uni/inmsdos2.ocp + texmf-dist/omega/ocp/char2uni/innext.ocp + texmf-dist/omega/ocp/char2uni/inov.ocp + texmf-dist/omega/ocp/char2uni/inps2.ocp + texmf-dist/omega/ocp/char2uni/insf1.ocp + texmf-dist/omega/ocp/char2uni/insf2.ocp + texmf-dist/omega/ocp/char2uni/intis620.ocp + texmf-dist/omega/ocp/char2uni/inucode.ocp + texmf-dist/omega/ocp/char2uni/inutf8.ocp + texmf-dist/omega/ocp/char2uni/inviet1.ocp + texmf-dist/omega/ocp/char2uni/inviet2.ocp + texmf-dist/omega/ocp/char2uni/inviscii.ocp + texmf-dist/omega/ocp/omega/7arb2uni.ocp + texmf-dist/omega/ocp/omega/7ber2uni.ocp + texmf-dist/omega/ocp/omega/7cyr2uni.ocp + texmf-dist/omega/ocp/omega/7hma2uni.ocp + texmf-dist/omega/ocp/omega/7in88593.ocp + texmf-dist/omega/ocp/omega/7lbe2uni.ocp + texmf-dist/omega/ocp/omega/7pap2uni.ocp + texmf-dist/omega/ocp/omega/7pas2uni.ocp + texmf-dist/omega/ocp/omega/7snd2uni.ocp + texmf-dist/omega/ocp/omega/7syr2uni.ocp + texmf-dist/omega/ocp/omega/7tbe2uni.ocp + texmf-dist/omega/ocp/omega/7urd2uni.ocp + texmf-dist/omega/ocp/omega/8mac-arb2uni.ocp + texmf-dist/omega/ocp/omega/8mac-cyr2uni.ocp + texmf-dist/omega/ocp/omega/apostr2psili.ocp + texmf-dist/omega/ocp/omega/cuni2acad.ocp + texmf-dist/omega/ocp/omega/cuni2amal.ocp + texmf-dist/omega/ocp/omega/cuni2arab.ex.ocp + texmf-dist/omega/ocp/omega/cuni2arab.ocp + texmf-dist/omega/ocp/omega/cuni2asv.ocp + texmf-dist/omega/ocp/omega/cuni2bout.ocp + texmf-dist/omega/ocp/omega/cuni2mona.ocp + texmf-dist/omega/ocp/omega/cuni2nar.ocp + texmf-dist/omega/ocp/omega/cuni2nva.ocp + texmf-dist/omega/ocp/omega/cuni2oar-novow.ocp + texmf-dist/omega/ocp/omega/cuni2oar.ocp + texmf-dist/omega/ocp/omega/cunioara.ocp + texmf-dist/omega/ocp/omega/dblquote-point.ocp + texmf-dist/omega/ocp/omega/destroy.ocp + texmf-dist/omega/ocp/omega/french2uni.ocp + texmf-dist/omega/ocp/omega/greek.ocp + texmf-dist/omega/ocp/omega/grpo2uni.ocp + texmf-dist/omega/ocp/omega/grpotilde2uni.ocp + texmf-dist/omega/ocp/omega/inverted-iota-upsilon.ocp + texmf-dist/omega/ocp/omega/isogr2uni-verbatim.ocp + texmf-dist/omega/ocp/omega/isogr2uni.ocp + texmf-dist/omega/ocp/omega/lat2uni.ocp + texmf-dist/omega/ocp/omega/lowercase.ocp + texmf-dist/omega/ocp/omega/lunatesigma.ocp + texmf-dist/omega/ocp/omega/macgr2uni.ocp + texmf-dist/omega/ocp/omega/medbeta.ocp + texmf-dist/omega/ocp/omega/mixedgreek2uni.ocp + texmf-dist/omega/ocp/omega/tarauni.ocp + texmf-dist/omega/ocp/omega/test1.ocp + texmf-dist/omega/ocp/omega/test3.ocp + texmf-dist/omega/ocp/omega/tiqwah.ocp + texmf-dist/omega/ocp/omega/tiqwah2.ocp + texmf-dist/omega/ocp/omega/tsinduni.ocp + texmf-dist/omega/ocp/omega/turduuni.ocp + texmf-dist/omega/ocp/omega/uni2cuni.ocp + texmf-dist/omega/ocp/omega/uni2greek-verbatim.ocp + texmf-dist/omega/ocp/omega/uni2greek.ocp + texmf-dist/omega/ocp/omega/uni2lat-noffi.ocp + texmf-dist/omega/ocp/omega/uni2lat.ocp + texmf-dist/omega/ocp/omega/unicuni.ocp + texmf-dist/omega/ocp/omega/uppercase-no-accents.ocp + texmf-dist/omega/ocp/omega/uppercase.ocp + texmf-dist/omega/ocp/uni2char/out88591.ocp + texmf-dist/omega/ocp/uni2char/oututf8.ocp + texmf-dist/omega/otp/char2uni/in646.otp + texmf-dist/omega/otp/char2uni/in88591.otp + texmf-dist/omega/otp/char2uni/in88592.otp + texmf-dist/omega/otp/char2uni/in88593.otp + texmf-dist/omega/otp/char2uni/in88594.otp + texmf-dist/omega/otp/char2uni/in88595.otp + texmf-dist/omega/otp/char2uni/in88596.otp + texmf-dist/omega/otp/char2uni/in88597.otp + texmf-dist/omega/otp/char2uni/in88598.otp + texmf-dist/omega/otp/char2uni/in88599.otp + texmf-dist/omega/otp/char2uni/in8859a.otp + texmf-dist/omega/otp/char2uni/in8859d.otp + texmf-dist/omega/otp/char2uni/in8859e.otp + texmf-dist/omega/otp/char2uni/in8859f.otp + texmf-dist/omega/otp/char2uni/in8859g.otp + texmf-dist/omega/otp/char2uni/inatari.otp + texmf-dist/omega/otp/char2uni/inav.otp + texmf-dist/omega/otp/char2uni/inbig5.otp + texmf-dist/omega/otp/char2uni/incp1250.otp + texmf-dist/omega/otp/char2uni/incp1251.otp + texmf-dist/omega/otp/char2uni/incp1252.otp + texmf-dist/omega/otp/char2uni/incp1253.otp + texmf-dist/omega/otp/char2uni/incp1254.otp + texmf-dist/omega/otp/char2uni/incp1255.otp + texmf-dist/omega/otp/char2uni/incp1256.otp + texmf-dist/omega/otp/char2uni/incp1257.otp + texmf-dist/omega/otp/char2uni/incp1258.otp + texmf-dist/omega/otp/char2uni/incp866.otp + texmf-dist/omega/otp/char2uni/incp874.otp + texmf-dist/omega/otp/char2uni/inebcdic.otp + texmf-dist/omega/otp/char2uni/ingb.otp + texmf-dist/omega/otp/char2uni/inkoi8.otp + texmf-dist/omega/otp/char2uni/inmac.otp + texmf-dist/omega/otp/char2uni/inmsdos.otp + texmf-dist/omega/otp/char2uni/inmsdos2.otp + texmf-dist/omega/otp/char2uni/innext.otp + texmf-dist/omega/otp/char2uni/inov.otp + texmf-dist/omega/otp/char2uni/inps2.otp + texmf-dist/omega/otp/char2uni/insf1.otp + texmf-dist/omega/otp/char2uni/insf2.otp + texmf-dist/omega/otp/char2uni/intis620.otp + texmf-dist/omega/otp/char2uni/inucode.otp + texmf-dist/omega/otp/char2uni/inutf8.otp + texmf-dist/omega/otp/char2uni/inviet1.otp + texmf-dist/omega/otp/char2uni/inviet2.otp + texmf-dist/omega/otp/char2uni/inviscii.otp + texmf-dist/omega/otp/omega/7arb2uni.otp + texmf-dist/omega/otp/omega/7ber2uni.otp + texmf-dist/omega/otp/omega/7cyr2uni.otp + texmf-dist/omega/otp/omega/7hma2uni.otp + texmf-dist/omega/otp/omega/7in88593.otp + texmf-dist/omega/otp/omega/7lbe2uni.otp + texmf-dist/omega/otp/omega/7pap2uni.otp + texmf-dist/omega/otp/omega/7pas2uni.otp + texmf-dist/omega/otp/omega/7snd2uni.otp + texmf-dist/omega/otp/omega/7syr2uni.otp + texmf-dist/omega/otp/omega/7tbe2uni.otp + texmf-dist/omega/otp/omega/7urd2uni.otp + texmf-dist/omega/otp/omega/8mac-arb2uni.otp + texmf-dist/omega/otp/omega/8mac-cyr2uni.otp + texmf-dist/omega/otp/omega/apostr2psili.otp + texmf-dist/omega/otp/omega/cuni2acad.otp + texmf-dist/omega/otp/omega/cuni2amal.otp + texmf-dist/omega/otp/omega/cuni2arab.ex.otp + texmf-dist/omega/otp/omega/cuni2asv.otp + texmf-dist/omega/otp/omega/cuni2bout.otp + texmf-dist/omega/otp/omega/cuni2mona.otp + texmf-dist/omega/otp/omega/cuni2nar.otp + texmf-dist/omega/otp/omega/cuni2nva.otp + texmf-dist/omega/otp/omega/cuni2oar-novow.otp + texmf-dist/omega/otp/omega/cuni2oar.otp + texmf-dist/omega/otp/omega/dblquote-point.otp + texmf-dist/omega/otp/omega/destroy.otp + texmf-dist/omega/otp/omega/french2uni.otp + texmf-dist/omega/otp/omega/grpo2uni.otp + texmf-dist/omega/otp/omega/grpotilde2uni.otp + texmf-dist/omega/otp/omega/inverted-iota-upsilon.otp + texmf-dist/omega/otp/omega/isogr2uni-verbatim.otp + texmf-dist/omega/otp/omega/isogr2uni.otp + texmf-dist/omega/otp/omega/lat2uni.otp + texmf-dist/omega/otp/omega/lowercase.otp + texmf-dist/omega/otp/omega/lunatesigma.otp + texmf-dist/omega/otp/omega/macgr2uni.otp + texmf-dist/omega/otp/omega/medbeta.otp + texmf-dist/omega/otp/omega/mixedgreek2uni.otp + texmf-dist/omega/otp/omega/uni2cuni.otp + texmf-dist/omega/otp/omega/uni2greek-verbatim.otp + texmf-dist/omega/otp/omega/uni2greek.otp + texmf-dist/omega/otp/omega/uni2lat-noffi.otp + texmf-dist/omega/otp/omega/uni2lat.otp + texmf-dist/omega/otp/omega/uppercase-no-accents.otp + texmf-dist/omega/otp/omega/uppercase.otp + texmf-dist/omega/otp/uni2char/out88591.otp + texmf-dist/omega/otp/uni2char/oututf8.otp + texmf-dist/tex/generic/encodings/cmbsy.onm + texmf-dist/tex/generic/encodings/cmbx.onm + texmf-dist/tex/generic/encodings/cmcsc.onm + texmf-dist/tex/generic/encodings/cmex.onm + texmf-dist/tex/generic/encodings/cmmi.onm + texmf-dist/tex/generic/encodings/cmmib.onm + texmf-dist/tex/generic/encodings/cmr.onm + texmf-dist/tex/generic/encodings/cmr1.onm + texmf-dist/tex/generic/encodings/cmsl.onm + texmf-dist/tex/generic/encodings/cmsy.onm + texmf-dist/tex/generic/encodings/cmti.onm + texmf-dist/tex/generic/encodings/cmtt.onm + texmf-dist/tex/generic/encodings/ecrm.onm + texmf-dist/tex/generic/encodings/euex.onm + texmf-dist/tex/generic/encodings/eufb.onm + texmf-dist/tex/generic/encodings/eufm.onm + texmf-dist/tex/generic/encodings/eurb.onm + texmf-dist/tex/generic/encodings/eurm.onm + texmf-dist/tex/generic/encodings/eusb.onm + texmf-dist/tex/generic/encodings/eusm.onm + texmf-dist/tex/generic/encodings/msam.onm + texmf-dist/tex/generic/encodings/msbm.onm + texmf-dist/tex/generic/omegahyph/bghyph.tex + texmf-dist/tex/generic/omegahyph/lthyph.tex + texmf-dist/tex/generic/omegahyph/srhyph.tex + texmf-dist/tex/plain/omega/grlccode.tex + texmf-dist/tex/plain/omega/omega.tex +catalogue-ctan /systems/omega +catalogue-date 2008-08-17 01:20:14 +0200 +catalogue-license gpl + +name omega-devanagari +category Package +revision 15878 +catalogue devanagari-omega +shortdesc Typeset Devanagari with Omega. +docfiles size=143 + texmf-dist/doc/omega/omega-devanagari/india.ps.gz +runfiles size=13 + texmf-dist/omega/otp/omega-devanagari/hindi-cuni2font.otp + texmf-dist/omega/otp/omega-devanagari/hindi-cuni2font2.otp + texmf-dist/omega/otp/omega-devanagari/hindi-cuni2font3.otp + texmf-dist/omega/otp/omega-devanagari/hindi-uni2cuni.otp + texmf-dist/omega/otp/omega-devanagari/hindi-uni2cuni2.otp + texmf-dist/omega/otp/omega-devanagari/sanskrit-cuni2font.otp + texmf-dist/omega/otp/omega-devanagari/sanskrit-uni2cuni.otp + texmf-dist/omega/otp/omega-devanagari/velthuis2unicode.otp +catalogue-ctan /language/devanagari/omega +catalogue-date 2008-12-25 23:57:22 +0100 +catalogue-license noinfo + +name omegaware +category TLCore +revision 15809 +depend omegaware.ARCH +docfiles size=29 + 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/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 + +name omegaware.alpha-linux +category TLCore +revision 14598 +shortdesc alpha-linux files of omegaware +binfiles arch=alpha-linux size=292 + bin/alpha-linux/odvicopy + bin/alpha-linux/odvitype + bin/alpha-linux/ofm2opl + bin/alpha-linux/omfonts + bin/alpha-linux/opl2ofm + bin/alpha-linux/otangle + bin/alpha-linux/otp2ocp + bin/alpha-linux/outocp + bin/alpha-linux/ovf2ovp + bin/alpha-linux/ovp2ovf + +name omegaware.i386-cygwin +category TLCore +revision 15614 +shortdesc i386-cygwin files of omegaware +binfiles arch=i386-cygwin size=156 + bin/i386-cygwin/odvicopy.exe + bin/i386-cygwin/odvitype.exe + bin/i386-cygwin/ofm2opl.exe + bin/i386-cygwin/omfonts.exe + bin/i386-cygwin/opl2ofm.exe + bin/i386-cygwin/otangle.exe + bin/i386-cygwin/otp2ocp.exe + bin/i386-cygwin/outocp.exe + bin/i386-cygwin/ovf2ovp.exe + bin/i386-cygwin/ovp2ovf.exe + +name omegaware.i386-linux +category TLCore +revision 14631 +shortdesc i386-linux files of omegaware +binfiles arch=i386-linux size=156 + bin/i386-linux/odvicopy + bin/i386-linux/odvitype + bin/i386-linux/ofm2opl + bin/i386-linux/omfonts + bin/i386-linux/opl2ofm + bin/i386-linux/otangle + bin/i386-linux/otp2ocp + bin/i386-linux/outocp + bin/i386-linux/ovf2ovp + bin/i386-linux/ovp2ovf + +name omegaware.i386-netbsd +category TLCore +revision 15167 +shortdesc i386-netbsd files of omegaware +binfiles arch=i386-netbsd size=149 + bin/i386-netbsd/odvicopy + bin/i386-netbsd/odvitype + bin/i386-netbsd/ofm2opl + bin/i386-netbsd/omfonts + bin/i386-netbsd/opl2ofm + bin/i386-netbsd/otangle + bin/i386-netbsd/otp2ocp + bin/i386-netbsd/outocp + bin/i386-netbsd/ovf2ovp + bin/i386-netbsd/ovp2ovf + +name omegaware.i386-solaris +category TLCore +revision 15141 +shortdesc i386-solaris files of omegaware +binfiles arch=i386-solaris size=172 + bin/i386-solaris/odvicopy + bin/i386-solaris/odvitype + bin/i386-solaris/ofm2opl + bin/i386-solaris/omfonts + bin/i386-solaris/opl2ofm + bin/i386-solaris/otangle + bin/i386-solaris/otp2ocp + bin/i386-solaris/outocp + bin/i386-solaris/ovf2ovp + bin/i386-solaris/ovp2ovf + +name omegaware.mips-irix +category TLCore +revision 15558 +shortdesc mips-irix files of omegaware +binfiles arch=mips-irix size=292 + bin/mips-irix/odvicopy + bin/mips-irix/odvitype + bin/mips-irix/ofm2opl + bin/mips-irix/omfonts + bin/mips-irix/opl2ofm + bin/mips-irix/otangle + bin/mips-irix/otp2ocp + bin/mips-irix/outocp + bin/mips-irix/ovf2ovp + bin/mips-irix/ovp2ovf + +name omegaware.powerpc-aix +category TLCore +revision 15638 +shortdesc powerpc-aix files of omegaware +binfiles arch=powerpc-aix size=183 + bin/powerpc-aix/odvicopy + bin/powerpc-aix/odvitype + bin/powerpc-aix/ofm2opl + bin/powerpc-aix/omfonts + bin/powerpc-aix/opl2ofm + bin/powerpc-aix/otangle + bin/powerpc-aix/otp2ocp + bin/powerpc-aix/outocp + bin/powerpc-aix/ovf2ovp + bin/powerpc-aix/ovp2ovf + +name omegaware.powerpc-linux +category TLCore +revision 14790 +shortdesc powerpc-linux files of omegaware +binfiles arch=powerpc-linux size=178 + bin/powerpc-linux/odvicopy + bin/powerpc-linux/odvitype + bin/powerpc-linux/ofm2opl + bin/powerpc-linux/omfonts + bin/powerpc-linux/opl2ofm + bin/powerpc-linux/otangle + bin/powerpc-linux/otp2ocp + bin/powerpc-linux/outocp + bin/powerpc-linux/ovf2ovp + bin/powerpc-linux/ovp2ovf + +name omegaware.sparc-linux +category TLCore +revision 14736 +shortdesc sparc-linux files of omegaware +binfiles arch=sparc-linux size=161 + bin/sparc-linux/odvicopy + bin/sparc-linux/odvitype + bin/sparc-linux/ofm2opl + bin/sparc-linux/omfonts + bin/sparc-linux/opl2ofm + bin/sparc-linux/otangle + bin/sparc-linux/otp2ocp + bin/sparc-linux/outocp + bin/sparc-linux/ovf2ovp + bin/sparc-linux/ovp2ovf + +name omegaware.sparc-solaris +category TLCore +revision 14701 +shortdesc sparc-solaris files of omegaware +binfiles arch=sparc-solaris size=301 + bin/sparc-solaris/odvicopy + bin/sparc-solaris/odvitype + bin/sparc-solaris/ofm2opl + bin/sparc-solaris/omfonts + bin/sparc-solaris/opl2ofm + bin/sparc-solaris/otangle + bin/sparc-solaris/otp2ocp + bin/sparc-solaris/outocp + bin/sparc-solaris/ovf2ovp + bin/sparc-solaris/ovp2ovf + +name omegaware.universal-darwin +category TLCore +revision 14896 +shortdesc universal-darwin files of omegaware +binfiles arch=universal-darwin size=352 + bin/universal-darwin/odvicopy + bin/universal-darwin/odvitype + bin/universal-darwin/ofm2opl + bin/universal-darwin/omfonts + bin/universal-darwin/opl2ofm + bin/universal-darwin/otangle + bin/universal-darwin/otp2ocp + bin/universal-darwin/outocp + bin/universal-darwin/ovf2ovp + bin/universal-darwin/ovp2ovf + +name omegaware.win32 +category TLCore +revision 14670 +shortdesc win32 files of omegaware +binfiles arch=win32 size=63 + bin/win32/odvicopy.exe + bin/win32/odvitype.exe + bin/win32/ofm2opl.exe + bin/win32/omfonts.exe + bin/win32/opl2ofm.exe + bin/win32/otangle.exe + bin/win32/otp2ocp.exe + bin/win32/outocp.exe + bin/win32/ovf2ovp.exe + bin/win32/ovp2ovf.exe + +name omegaware.x86_64-linux +category TLCore +revision 14677 +shortdesc x86_64-linux files of omegaware +binfiles arch=x86_64-linux size=168 + bin/x86_64-linux/odvicopy + bin/x86_64-linux/odvitype + bin/x86_64-linux/ofm2opl + bin/x86_64-linux/omfonts + bin/x86_64-linux/opl2ofm + bin/x86_64-linux/otangle + bin/x86_64-linux/otp2ocp + bin/x86_64-linux/outocp + bin/x86_64-linux/ovf2ovp + bin/x86_64-linux/ovp2ovf + +name onlyamsmath +category Package +revision 15878 +shortdesc Inhibit use of non-amsmath mathematics markup when using amsmath. +longdesc This package inhibits the usage of plain TeX and (on demand) of +longdesc standard LaTeX mathematics environments. This is useful for +longdesc class writers who want to encourage their users to use the +longdesc environments provided by the amsmath package. +docfiles size=24 + texmf-dist/doc/latex/onlyamsmath/README details="Readme" + texmf-dist/doc/latex/onlyamsmath/onlyamsmath.pdf details="Package documentation" + texmf-dist/doc/latex/onlyamsmath/onlyamsmath.xml + texmf-dist/doc/latex/onlyamsmath/onlyamsmathtest.tex +srcfiles size=5 + texmf-dist/source/latex/onlyamsmath/Makefile + texmf-dist/source/latex/onlyamsmath/onlyamsmath.dtx + texmf-dist/source/latex/onlyamsmath/onlyamsmath.ins +runfiles size=1 + texmf-dist/tex/latex/onlyamsmath/onlyamsmath.sty +catalogue-ctan /macros/latex/contrib/onlyamsmath +catalogue-date 2007-03-11 14:06:37 +0100 +catalogue-license lppl +catalogue-version 0.04 + +name opcit +category Package +revision 15878 +shortdesc Footnote-style bibliographical references. +longdesc This package addresses the problem of expressing citations in a +longdesc style that is natural for humanities studies, yet does not +longdesc interfere with the flow of text (as author-year styles do). The +longdesc package differs from footbib in that it uses real footnotes, +longdesc potentially in the same series as any of the document's other +longdesc footnotes. Opcit also, as its name implies, avoids repetition +longdesc of full citations, achieving this, to a large extent, +longdesc automatically. +docfiles size=76 + texmf-dist/doc/latex/opcit/README + texmf-dist/doc/latex/opcit/opcit.pdf details="Package documentation" +srcfiles size=20 + texmf-dist/source/latex/opcit/opcit.dtx + texmf-dist/source/latex/opcit/opcit.ins +runfiles size=8 + texmf-dist/bibtex/bst/opcit/opcit.bst + texmf-dist/tex/latex/opcit/opcit.sty +catalogue-ctan /macros/latex/contrib/opcit +catalogue-date 2006-09-21 21:56:41 +0200 +catalogue-license lppl +catalogue-version 1.1 + +name optima +category Package +revision 13293 +runfiles size=52 + texmf-dist/fonts/tfm/cg/optima/copb.tfm + texmf-dist/fonts/tfm/cg/optima/copb8t.tfm + texmf-dist/fonts/tfm/cg/optima/copbi.tfm + texmf-dist/fonts/tfm/cg/optima/copbi8t.tfm + texmf-dist/fonts/tfm/cg/optima/copr.tfm + texmf-dist/fonts/tfm/cg/optima/copr8t.tfm + texmf-dist/fonts/tfm/cg/optima/copri.tfm + texmf-dist/fonts/tfm/cg/optima/copri8t.tfm + texmf-dist/fonts/tfm/cg/optima/omb10u.tfm + texmf-dist/fonts/tfm/cg/optima/omb6j.tfm + texmf-dist/fonts/tfm/cg/optima/omb7j.tfm + texmf-dist/fonts/tfm/cg/optima/omb8u.tfm + texmf-dist/fonts/tfm/cg/optima/omi10u.tfm + texmf-dist/fonts/tfm/cg/optima/omi6j.tfm + texmf-dist/fonts/tfm/cg/optima/omi7j.tfm + texmf-dist/fonts/tfm/cg/optima/omi8u.tfm + texmf-dist/fonts/tfm/cg/optima/omj10u.tfm + texmf-dist/fonts/tfm/cg/optima/omj6j.tfm + texmf-dist/fonts/tfm/cg/optima/omj7j.tfm + texmf-dist/fonts/tfm/cg/optima/omj8u.tfm + texmf-dist/fonts/tfm/cg/optima/omr10u.tfm + texmf-dist/fonts/tfm/cg/optima/omr6j.tfm + texmf-dist/fonts/tfm/cg/optima/omr7j.tfm + texmf-dist/fonts/tfm/cg/optima/omr8u.tfm + texmf-dist/fonts/vf/cg/optima/copb.vf + texmf-dist/fonts/vf/cg/optima/copb8t.vf + texmf-dist/fonts/vf/cg/optima/copbi.vf + texmf-dist/fonts/vf/cg/optima/copbi8t.vf + texmf-dist/fonts/vf/cg/optima/copr.vf + texmf-dist/fonts/vf/cg/optima/copr8t.vf + texmf-dist/fonts/vf/cg/optima/copri.vf + texmf-dist/fonts/vf/cg/optima/copri8t.vf + +name ordinalpt +category Package +revision 15878 +shortdesc Counters as ordinal numbers in Portuguese. +longdesc The package provides a counter style (like \arabic, \alph and +longdesc others) which produces as output strings like "primeiro" +longdesc ("first" in Portuguese), "segundo" (second), and so on up to +longdesc 1999th. Separate counter commands are provided for different +longdesc letter case variants, and for masculine and feminine gender +longdesc inflections. +docfiles size=67 + texmf-dist/doc/latex/ordinalpt/README details="Readme" + texmf-dist/doc/latex/ordinalpt/ordinalpt.pdf details="Package documentation" +srcfiles size=5 + texmf-dist/source/latex/ordinalpt/ordinalpt.dtx + texmf-dist/source/latex/ordinalpt/ordinalpt.ins +runfiles size=2 + texmf-dist/tex/latex/ordinalpt/ordinalpt.sty +catalogue-ctan /macros/latex/contrib/ordinalpt +catalogue-date 2007-02-25 09:43:45 +0100 +catalogue-license lppl +catalogue-version 2.1 + +name orkhun +category Package +revision 15878 +shortdesc A font for orkhun script. +longdesc The font covers an old Turkic script. It is provided as +longdesc MetaFont source. +docfiles size=42 + texmf-dist/doc/fonts/orkhun/README_Orkhun.txt + texmf-dist/doc/fonts/orkhun/rakhimov.pdf details="Package documentation" + texmf-dist/doc/fonts/orkhun/rakhimov.tex +runfiles size=21 + texmf-dist/fonts/source/public/orkhun/orhant.mf + texmf-dist/fonts/source/public/orkhun/orhant11.mf + texmf-dist/fonts/source/public/orkhun/orhant14.mf + texmf-dist/fonts/source/public/orkhun/orhant16.mf + texmf-dist/fonts/source/public/orkhun/orhant20.mf + texmf-dist/fonts/source/public/orkhun/orhant25.mf + texmf-dist/fonts/tfm/public/orkhun/orhant11.tfm + texmf-dist/fonts/tfm/public/orkhun/orhant14.tfm + texmf-dist/fonts/tfm/public/orkhun/orhant16.tfm + texmf-dist/fonts/tfm/public/orkhun/orhant20.tfm + texmf-dist/fonts/tfm/public/orkhun/orhant25.tfm +catalogue-ctan /fonts/orkhun +catalogue-date 2009-04-22 11:33:20 +0200 +catalogue-license lppl + +name osmanian +category Package +revision 13293 +shortdesc Osmanian font for writing Somali. +longdesc The font is provided as MetaFont source; it implements the +longdesc alphabet for Somali invented by Osman Yusuf. +runfiles size=2 + texmf-dist/fonts/source/public/osmanian/osmanian.mf +catalogue-ctan /fonts/osmanian/osmanian.mf +catalogue-date 2008-12-14 14:19:57 +0100 +catalogue-license noinfo + +name othello +category Package +revision 15878 +shortdesc Create othello boards in LaTeX. +longdesc A package (based on Kolodziejska's go), and fonts (as MetaFont +longdesc source) are provided. +docfiles size=14 + texmf-dist/doc/latex/othello/boards.tex + texmf-dist/doc/latex/othello/ot.bat + texmf-dist/doc/latex/othello/ot1.bat.bat + texmf-dist/doc/latex/othello/othello.tex +runfiles size=41 + texmf-dist/fonts/source/public/othello/ot.mf + texmf-dist/fonts/source/public/othello/ot10.mf + texmf-dist/fonts/source/public/othello/ot15.mf + texmf-dist/fonts/source/public/othello/ot1bla10.mf + texmf-dist/fonts/source/public/othello/ot1bla15.mf + texmf-dist/fonts/source/public/othello/ot1bla20.mf + texmf-dist/fonts/source/public/othello/ot1black.mf + texmf-dist/fonts/source/public/othello/ot1neu.mf + texmf-dist/fonts/source/public/othello/ot1neu10.mf + texmf-dist/fonts/source/public/othello/ot1neu15.mf + texmf-dist/fonts/source/public/othello/ot1neu20.mf + texmf-dist/fonts/source/public/othello/ot1whi10.mf + texmf-dist/fonts/source/public/othello/ot1whi15.mf + texmf-dist/fonts/source/public/othello/ot1whi20.mf + texmf-dist/fonts/source/public/othello/ot1white.mf + texmf-dist/fonts/tfm/public/othello/ot10.tfm + texmf-dist/fonts/tfm/public/othello/ot15.tfm + texmf-dist/fonts/tfm/public/othello/ot1bla10.tfm + texmf-dist/fonts/tfm/public/othello/ot1bla15.tfm + texmf-dist/fonts/tfm/public/othello/ot1bla20.tfm + texmf-dist/fonts/tfm/public/othello/ot1neu10.tfm + texmf-dist/fonts/tfm/public/othello/ot1neu15.tfm + texmf-dist/fonts/tfm/public/othello/ot1neu20.tfm + texmf-dist/fonts/tfm/public/othello/ot1whi10.tfm + texmf-dist/fonts/tfm/public/othello/ot1whi15.tfm + texmf-dist/fonts/tfm/public/othello/ot1whi20.tfm + texmf-dist/tex/latex/othello/othello.sty +catalogue-ctan /macros/latex/contrib/othello +catalogue-date 2007-01-12 15:52:44 +0100 +catalogue-license gpl + +name otibet +category Package +revision 15878 +docfiles size=26 + texmf-dist/doc/latex/otibet/README + texmf-dist/doc/latex/otibet/allbasic-mule.tex + texmf-dist/doc/latex/otibet/allbasic.dvi + texmf-dist/doc/latex/otibet/allbasic.tex + texmf-dist/doc/latex/otibet/otibet-mule.tex + texmf-dist/doc/latex/otibet/testtib.tex + texmf-dist/doc/latex/otibet/tiblatex.dvi + texmf-dist/doc/latex/otibet/tiblatex.tex + texmf-dist/doc/latex/otibet/unidoc.dvi + texmf-dist/doc/latex/otibet/unidoc.tex + texmf-dist/doc/latex/otibet/yugpacan.dvi + texmf-dist/doc/latex/otibet/yugpacan.tex +srcfiles size=31 + texmf-dist/source/latex/otibet/Makefile + texmf-dist/source/latex/otibet/allbasic.odvi + texmf-dist/source/latex/otibet/convnum.scm + texmf-dist/source/latex/otibet/generate-otp.el + texmf-dist/source/latex/otibet/oct2otp.c + texmf-dist/source/latex/otibet/pl2ovp.scm + texmf-dist/source/latex/otibet/tibetan.pl + texmf-dist/source/latex/otibet/tiblatex.odvi + texmf-dist/source/latex/otibet/tibovp.scm + texmf-dist/source/latex/otibet/unidoc.odvi + texmf-dist/source/latex/otibet/yugpacan.odvi +runfiles size=175 + texmf-dist/fonts/ofm/public/otibet/otibetan.ofm + texmf-dist/fonts/ovf/public/otibet/otibetan.ovf + texmf-dist/fonts/ovp/public/otibet/otibetan.ovp + texmf-dist/fonts/source/public/otibet/bzrsetup.mf + texmf-dist/fonts/source/public/otibet/tibetan.mf + texmf-dist/fonts/tfm/public/otibet/tibetan.tfm + texmf-dist/omega/ocp/otibet/tibadjusttsheg.ocp + texmf-dist/omega/ocp/otibet/tibinunicode.ocp + texmf-dist/omega/ocp/otibet/tibinwylie.ocp + texmf-dist/omega/ocp/otibet/tibout.ocp + texmf-dist/omega/ocp/otibet/tibspecial.ocp + texmf-dist/omega/ocp/otibet/tibuniuni.ocp + texmf-dist/omega/ocp/otibet/tibvowel.ocp + texmf-dist/omega/otp/otibet/tibadjusttsheg.otp + texmf-dist/omega/otp/otibet/tibetan-mule2uni-old.otp + texmf-dist/omega/otp/otibet/tibetan-mule2uni.otp + texmf-dist/omega/otp/otibet/tibinunicode.otp + texmf-dist/omega/otp/otibet/tibinwylie.otp + texmf-dist/omega/otp/otibet/tibout.otp + texmf-dist/omega/otp/otibet/tibshow.otp + texmf-dist/omega/otp/otibet/tibspecial.otp + texmf-dist/omega/otp/otibet/tibuniuni.otp + texmf-dist/omega/otp/otibet/tibvowel.otp + texmf-dist/tex/latex/otibet/ot1tib.fd + texmf-dist/tex/latex/otibet/otibet.sty + texmf-dist/tex/latex/otibet/otibet.tex + texmf-dist/tex/latex/otibet/t1tib.fd + +name outline +category Package +revision 15878 +shortdesc List environment for making outlines. +longdesc The package defines an outline environment, which provides +longdesc facilities similar to enumerate, but up to 6 levels deep. +docfiles size=2 + texmf-dist/doc/latex/outline/README details="Readme" + texmf-dist/doc/latex/outline/outline-sample.tex +runfiles size=1 + texmf-dist/tex/latex/outline/outline.sty +catalogue-ctan /macros/latex/contrib/outline +catalogue-date 2008-10-06 22:57:52 +0200 +catalogue-license lppl + +name outliner +category Package +revision 15878 +shortdesc Change section levels easily. +longdesc Allows you to write "\Level 2 {Some heading}" instead of the +longdesc usual \section stuff; the definitions of the levels can then +longdesc easily be changed. There is a mechanism for shifting all +longdesc levels. This makes it easy to bundle existing articles into a +longdesc compilation. +docfiles size=2 + texmf-dist/doc/latex/outliner/outline_test.dvi + texmf-dist/doc/latex/outliner/outline_test.tex +runfiles size=3 + texmf-dist/tex/latex/outliner/outliner.sty +catalogue-ctan /macros/latex/contrib/outliner +catalogue-date 2007-01-12 15:52:44 +0100 +catalogue-license gpl + +name overpic +category Package +revision 15878 +shortdesc Combine LaTeX commands over included graphics. +longdesc The overpic environment is a cross between the LaTeX picture +longdesc environment and the \includegraphics command of graphicx. The +longdesc resulting picture environment has the same dimensions as the +longdesc included eps graphic. LaTeX commands can be placed on the +longdesc graphic at defined positions. A grid for orientation is +longdesc available. +docfiles size=9 + texmf-dist/doc/latex/overpic/README details="Readme (English)" + texmf-dist/doc/latex/overpic/README.de details="Readme (German)" language="de" + texmf-dist/doc/latex/overpic/golfer.ps.gz + texmf-dist/doc/latex/overpic/opic-abs.dvi + texmf-dist/doc/latex/overpic/opic-abs.tex + texmf-dist/doc/latex/overpic/opic-rel.dvi + texmf-dist/doc/latex/overpic/opic-rel.tex +runfiles size=1 + texmf-dist/tex/latex/overpic/overpic.sty +catalogue-ctan /macros/latex/contrib/overpic +catalogue-date 2009-10-07 21:28:40 +0200 +catalogue-license lppl + +name pacioli +category Package +revision 15878 +shortdesc Fonts designed by Fra Luca de Pacioli in 1497. +longdesc Pacioli was a c.15 mathematician, and his font was designed +longdesc according to 'the divine proportion'. The font is uppercase +longdesc letters together with punctuation and some analphabetics; no +longdesc lowercase or digits. The MetaFont source is distributed in a +longdesc .dtx file, together with LaTeX support. +docfiles size=2 + texmf-dist/doc/fonts/pacioli/README + texmf-dist/doc/fonts/pacioli/tryfont.tex +srcfiles size=23 + texmf-dist/source/latex/pacioli/pacioli.dtx + texmf-dist/source/latex/pacioli/pacioli.ins +runfiles size=23 + texmf-dist/fonts/source/public/pacioli/cpclig.mf + texmf-dist/fonts/source/public/pacioli/cpcpunct.mf + texmf-dist/fonts/source/public/pacioli/cpcr10.mf + texmf-dist/fonts/source/public/pacioli/cpcromanp.mf + texmf-dist/fonts/source/public/pacioli/cpcromanu.mf + texmf-dist/fonts/source/public/pacioli/cpcsl10.mf + texmf-dist/fonts/source/public/pacioli/cpctitle.mf + texmf-dist/fonts/tfm/public/pacioli/cpcr10.tfm + texmf-dist/fonts/tfm/public/pacioli/cpcsl10.tfm + texmf-dist/tex/latex/pacioli/ot1cpc.fd + texmf-dist/tex/latex/pacioli/pacioli.sty + texmf-dist/tex/latex/pacioli/t1cpc.fd +catalogue-ctan /fonts/pacioli +catalogue-date 2007-10-10 11:06:37 +0200 +catalogue-license lppl + +name pagecont +category Package +revision 15878 +shortdesc Page numbering that continues between documents. +longdesc The package provides the facility that several documents can be +longdesc typeset independently with page numbers in sequence, as if they +longdesc were a single document. +docfiles size=22 + texmf-dist/doc/latex/pagecont/README details="Readme" + texmf-dist/doc/latex/pagecont/pagecont.pdf details="Package documentation" +srcfiles size=3 + texmf-dist/source/latex/pagecont/pagecont.dtx + texmf-dist/source/latex/pagecont/pagecont.ins +runfiles size=1 + texmf-dist/tex/latex/pagecont/pagecont.sty +catalogue-ctan /macros/latex/contrib/pagecont +catalogue-date 2009-06-03 09:08:49 +0200 +catalogue-license lppl +catalogue-version 1.0 + +name pagenote +category Package +revision 15878 +shortdesc Notes at end of document. +longdesc The pagenote package provides tagged notes on a separate page +longdesc (also known as 'end notes'). Unless the memoir class is used, +longdesc the package requires the ifmtarg package. +docfiles size=40 + texmf-dist/doc/latex/pagenote/README details="Readme" + texmf-dist/doc/latex/pagenote/pagenote.pdf details="Package documentation" +srcfiles size=7 + texmf-dist/source/latex/pagenote/pagenote.dtx + texmf-dist/source/latex/pagenote/pagenote.ins +runfiles size=2 + texmf-dist/tex/latex/pagenote/pagenote.sty +catalogue-ctan /macros/latex/contrib/pagenote +catalogue-date 2009-09-03 13:00:14 +0200 +catalogue-license lppl1.3 +catalogue-version 1.1a + +name palatino +category Package +revision 15878 +runfiles size=417 + texmf-dist/dvips/palatino/config.upl + texmf-dist/fonts/afm/adobe/palatino/pplb8a.afm + texmf-dist/fonts/afm/adobe/palatino/pplbi8a.afm + texmf-dist/fonts/afm/adobe/palatino/pplr8a.afm + texmf-dist/fonts/afm/adobe/palatino/pplri8a.afm + texmf-dist/fonts/afm/urw/palatino/uplb8a.afm + texmf-dist/fonts/afm/urw/palatino/uplbi8a.afm + texmf-dist/fonts/afm/urw/palatino/uplr8a.afm + texmf-dist/fonts/afm/urw/palatino/uplri8a.afm + texmf-dist/fonts/map/dvips/palatino/upl.map + texmf-dist/fonts/tfm/adobe/palatino/eurbo10.tfm + texmf-dist/fonts/tfm/adobe/palatino/eurmo10.tfm + texmf-dist/fonts/tfm/adobe/palatino/pplb.tfm + texmf-dist/fonts/tfm/adobe/palatino/pplb7t.tfm + texmf-dist/fonts/tfm/adobe/palatino/pplb8a.tfm + texmf-dist/fonts/tfm/adobe/palatino/pplb8c.tfm + texmf-dist/fonts/tfm/adobe/palatino/pplb8r.tfm + texmf-dist/fonts/tfm/adobe/palatino/pplb8t.tfm + texmf-dist/fonts/tfm/adobe/palatino/pplb9c.tfm + texmf-dist/fonts/tfm/adobe/palatino/pplb9d.tfm + texmf-dist/fonts/tfm/adobe/palatino/pplb9e.tfm + texmf-dist/fonts/tfm/adobe/palatino/pplb9o.tfm + texmf-dist/fonts/tfm/adobe/palatino/pplb9t.tfm + texmf-dist/fonts/tfm/adobe/palatino/pplbc.tfm + texmf-dist/fonts/tfm/adobe/palatino/pplbc7t.tfm + texmf-dist/fonts/tfm/adobe/palatino/pplbc8t.tfm + texmf-dist/fonts/tfm/adobe/palatino/pplbi.tfm + texmf-dist/fonts/tfm/adobe/palatino/pplbi7t.tfm + texmf-dist/fonts/tfm/adobe/palatino/pplbi8a.tfm + texmf-dist/fonts/tfm/adobe/palatino/pplbi8c.tfm + texmf-dist/fonts/tfm/adobe/palatino/pplbi8r.tfm + texmf-dist/fonts/tfm/adobe/palatino/pplbi8t.tfm + texmf-dist/fonts/tfm/adobe/palatino/pplbi9c.tfm + texmf-dist/fonts/tfm/adobe/palatino/pplbi9d.tfm + texmf-dist/fonts/tfm/adobe/palatino/pplbi9e.tfm + texmf-dist/fonts/tfm/adobe/palatino/pplbi9o.tfm + texmf-dist/fonts/tfm/adobe/palatino/pplbi9t.tfm + texmf-dist/fonts/tfm/adobe/palatino/pplbij8r.tfm + texmf-dist/fonts/tfm/adobe/palatino/pplbj8r.tfm + texmf-dist/fonts/tfm/adobe/palatino/pplbo.tfm + texmf-dist/fonts/tfm/adobe/palatino/pplbo7t.tfm + texmf-dist/fonts/tfm/adobe/palatino/pplbo8c.tfm + texmf-dist/fonts/tfm/adobe/palatino/pplbo8r.tfm + texmf-dist/fonts/tfm/adobe/palatino/pplbo8t.tfm + texmf-dist/fonts/tfm/adobe/palatino/pplbu.tfm + texmf-dist/fonts/tfm/adobe/palatino/pplbu8r.tfm + texmf-dist/fonts/tfm/adobe/palatino/pplr.tfm + texmf-dist/fonts/tfm/adobe/palatino/pplr7t.tfm + texmf-dist/fonts/tfm/adobe/palatino/pplr8a.tfm + texmf-dist/fonts/tfm/adobe/palatino/pplr8c.tfm + texmf-dist/fonts/tfm/adobe/palatino/pplr8r.tfm + texmf-dist/fonts/tfm/adobe/palatino/pplr8rn.tfm + texmf-dist/fonts/tfm/adobe/palatino/pplr8t.tfm + texmf-dist/fonts/tfm/adobe/palatino/pplr9c.tfm + texmf-dist/fonts/tfm/adobe/palatino/pplr9d.tfm + texmf-dist/fonts/tfm/adobe/palatino/pplr9e.tfm + texmf-dist/fonts/tfm/adobe/palatino/pplr9o.tfm + texmf-dist/fonts/tfm/adobe/palatino/pplr9t.tfm + texmf-dist/fonts/tfm/adobe/palatino/pplrc.tfm + texmf-dist/fonts/tfm/adobe/palatino/pplrc7t.tfm + texmf-dist/fonts/tfm/adobe/palatino/pplrc8r.tfm + texmf-dist/fonts/tfm/adobe/palatino/pplrc8t.tfm + texmf-dist/fonts/tfm/adobe/palatino/pplrc9d.tfm + texmf-dist/fonts/tfm/adobe/palatino/pplrc9e.tfm + texmf-dist/fonts/tfm/adobe/palatino/pplrc9o.tfm + texmf-dist/fonts/tfm/adobe/palatino/pplrc9t.tfm + texmf-dist/fonts/tfm/adobe/palatino/pplri.tfm + texmf-dist/fonts/tfm/adobe/palatino/pplri7t.tfm + texmf-dist/fonts/tfm/adobe/palatino/pplri8a.tfm + texmf-dist/fonts/tfm/adobe/palatino/pplri8c.tfm + texmf-dist/fonts/tfm/adobe/palatino/pplri8r.tfm + texmf-dist/fonts/tfm/adobe/palatino/pplri8t.tfm + texmf-dist/fonts/tfm/adobe/palatino/pplri9c.tfm + texmf-dist/fonts/tfm/adobe/palatino/pplri9d.tfm + texmf-dist/fonts/tfm/adobe/palatino/pplri9e.tfm + texmf-dist/fonts/tfm/adobe/palatino/pplri9o.tfm + texmf-dist/fonts/tfm/adobe/palatino/pplri9t.tfm + texmf-dist/fonts/tfm/adobe/palatino/pplrij8r.tfm + texmf-dist/fonts/tfm/adobe/palatino/pplro.tfm + texmf-dist/fonts/tfm/adobe/palatino/pplro7t.tfm + texmf-dist/fonts/tfm/adobe/palatino/pplro8c.tfm + texmf-dist/fonts/tfm/adobe/palatino/pplro8r.tfm + texmf-dist/fonts/tfm/adobe/palatino/pplro8t.tfm + texmf-dist/fonts/tfm/adobe/palatino/pplrr8re.tfm + texmf-dist/fonts/tfm/adobe/palatino/pplrre.tfm + texmf-dist/fonts/tfm/adobe/palatino/pplrrn.tfm + texmf-dist/fonts/tfm/adobe/palatino/pplru.tfm + texmf-dist/fonts/tfm/adobe/palatino/pplru8r.tfm + texmf-dist/fonts/tfm/adobe/palatino/zppleb7m.tfm + texmf-dist/fonts/tfm/adobe/palatino/zppleb7t.tfm + texmf-dist/fonts/tfm/adobe/palatino/zppleb7y.tfm + texmf-dist/fonts/tfm/adobe/palatino/zppler7m.tfm + texmf-dist/fonts/tfm/adobe/palatino/zppler7t.tfm + texmf-dist/fonts/tfm/adobe/palatino/zppler7v.tfm + texmf-dist/fonts/tfm/adobe/palatino/zppler7y.tfm + texmf-dist/fonts/tfm/cspsfonts-adobe/palatino/pplb8z.tfm + texmf-dist/fonts/tfm/cspsfonts-adobe/palatino/pplbc8z.tfm + texmf-dist/fonts/tfm/cspsfonts-adobe/palatino/pplbi8z.tfm + texmf-dist/fonts/tfm/cspsfonts-adobe/palatino/pplr8z.tfm + texmf-dist/fonts/tfm/cspsfonts-adobe/palatino/pplrc8z.tfm + texmf-dist/fonts/tfm/cspsfonts-adobe/palatino/pplri8z.tfm + texmf-dist/fonts/tfm/cspsfonts-adobe/palatino/rpplb.tfm + texmf-dist/fonts/tfm/cspsfonts-adobe/palatino/rpplbi.tfm + texmf-dist/fonts/tfm/cspsfonts-adobe/palatino/rpplbu.tfm + texmf-dist/fonts/tfm/cspsfonts-adobe/palatino/rpplr.tfm + texmf-dist/fonts/tfm/cspsfonts-adobe/palatino/rpplri.tfm + texmf-dist/fonts/tfm/cspsfonts-adobe/palatino/rpplro.tfm + texmf-dist/fonts/tfm/cspsfonts-adobe/palatino/rpplrre.tfm + texmf-dist/fonts/tfm/cspsfonts-adobe/palatino/rpplrrn.tfm + texmf-dist/fonts/tfm/cspsfonts-adobe/palatino/rpplru.tfm + texmf-dist/fonts/tfm/groff/palatino/pplb8g.tfm + texmf-dist/fonts/tfm/groff/palatino/pplbi8g.tfm + texmf-dist/fonts/tfm/groff/palatino/pplr8g.tfm + texmf-dist/fonts/tfm/groff/palatino/pplri8g.tfm + texmf-dist/fonts/tfm/urw35vf/palatino/uplb7t.tfm + texmf-dist/fonts/tfm/urw35vf/palatino/uplb8c.tfm + texmf-dist/fonts/tfm/urw35vf/palatino/uplb8r.tfm + texmf-dist/fonts/tfm/urw35vf/palatino/uplb8t.tfm + texmf-dist/fonts/tfm/urw35vf/palatino/uplbc7t.tfm + texmf-dist/fonts/tfm/urw35vf/palatino/uplbc8t.tfm + texmf-dist/fonts/tfm/urw35vf/palatino/uplbi7t.tfm + texmf-dist/fonts/tfm/urw35vf/palatino/uplbi8c.tfm + texmf-dist/fonts/tfm/urw35vf/palatino/uplbi8r.tfm + texmf-dist/fonts/tfm/urw35vf/palatino/uplbi8t.tfm + texmf-dist/fonts/tfm/urw35vf/palatino/uplbo7t.tfm + texmf-dist/fonts/tfm/urw35vf/palatino/uplbo8c.tfm + texmf-dist/fonts/tfm/urw35vf/palatino/uplbo8r.tfm + texmf-dist/fonts/tfm/urw35vf/palatino/uplbo8t.tfm + texmf-dist/fonts/tfm/urw35vf/palatino/uplr7t.tfm + texmf-dist/fonts/tfm/urw35vf/palatino/uplr8c.tfm + texmf-dist/fonts/tfm/urw35vf/palatino/uplr8r.tfm + texmf-dist/fonts/tfm/urw35vf/palatino/uplr8t.tfm + texmf-dist/fonts/tfm/urw35vf/palatino/uplrc7t.tfm + texmf-dist/fonts/tfm/urw35vf/palatino/uplrc8t.tfm + texmf-dist/fonts/tfm/urw35vf/palatino/uplri7t.tfm + texmf-dist/fonts/tfm/urw35vf/palatino/uplri8c.tfm + texmf-dist/fonts/tfm/urw35vf/palatino/uplri8r.tfm + texmf-dist/fonts/tfm/urw35vf/palatino/uplri8t.tfm + texmf-dist/fonts/tfm/urw35vf/palatino/uplro7t.tfm + texmf-dist/fonts/tfm/urw35vf/palatino/uplro8c.tfm + texmf-dist/fonts/tfm/urw35vf/palatino/uplro8r.tfm + texmf-dist/fonts/tfm/urw35vf/palatino/uplro8t.tfm + texmf-dist/fonts/type1/urw/palatino/uplb8a.pfb + texmf-dist/fonts/type1/urw/palatino/uplb8a.pfm + texmf-dist/fonts/type1/urw/palatino/uplbi8a.pfb + texmf-dist/fonts/type1/urw/palatino/uplbi8a.pfm + texmf-dist/fonts/type1/urw/palatino/uplr8a.pfb + texmf-dist/fonts/type1/urw/palatino/uplr8a.pfm + texmf-dist/fonts/type1/urw/palatino/uplri8a.pfb + texmf-dist/fonts/type1/urw/palatino/uplri8a.pfm + texmf-dist/fonts/vf/adobe/palatino/pplb.vf + texmf-dist/fonts/vf/adobe/palatino/pplb7t.vf + texmf-dist/fonts/vf/adobe/palatino/pplb8c.vf + texmf-dist/fonts/vf/adobe/palatino/pplb8t.vf + texmf-dist/fonts/vf/adobe/palatino/pplb9c.vf + texmf-dist/fonts/vf/adobe/palatino/pplb9d.vf + texmf-dist/fonts/vf/adobe/palatino/pplb9e.vf + texmf-dist/fonts/vf/adobe/palatino/pplb9o.vf + texmf-dist/fonts/vf/adobe/palatino/pplb9t.vf + texmf-dist/fonts/vf/adobe/palatino/pplbc.vf + texmf-dist/fonts/vf/adobe/palatino/pplbc7t.vf + texmf-dist/fonts/vf/adobe/palatino/pplbc8t.vf + texmf-dist/fonts/vf/adobe/palatino/pplbi.vf + texmf-dist/fonts/vf/adobe/palatino/pplbi7t.vf + texmf-dist/fonts/vf/adobe/palatino/pplbi8c.vf + texmf-dist/fonts/vf/adobe/palatino/pplbi8t.vf + texmf-dist/fonts/vf/adobe/palatino/pplbi9c.vf + texmf-dist/fonts/vf/adobe/palatino/pplbi9d.vf + texmf-dist/fonts/vf/adobe/palatino/pplbi9e.vf + texmf-dist/fonts/vf/adobe/palatino/pplbi9o.vf + texmf-dist/fonts/vf/adobe/palatino/pplbi9t.vf + texmf-dist/fonts/vf/adobe/palatino/pplbo.vf + texmf-dist/fonts/vf/adobe/palatino/pplbo7t.vf + texmf-dist/fonts/vf/adobe/palatino/pplbo8c.vf + texmf-dist/fonts/vf/adobe/palatino/pplbo8t.vf + texmf-dist/fonts/vf/adobe/palatino/pplbu.vf + texmf-dist/fonts/vf/adobe/palatino/pplr.vf + texmf-dist/fonts/vf/adobe/palatino/pplr7t.vf + texmf-dist/fonts/vf/adobe/palatino/pplr8c.vf + texmf-dist/fonts/vf/adobe/palatino/pplr8t.vf + texmf-dist/fonts/vf/adobe/palatino/pplr9c.vf + texmf-dist/fonts/vf/adobe/palatino/pplr9d.vf + texmf-dist/fonts/vf/adobe/palatino/pplr9e.vf + texmf-dist/fonts/vf/adobe/palatino/pplr9o.vf + texmf-dist/fonts/vf/adobe/palatino/pplr9t.vf + texmf-dist/fonts/vf/adobe/palatino/pplrc.vf + texmf-dist/fonts/vf/adobe/palatino/pplrc7t.vf + texmf-dist/fonts/vf/adobe/palatino/pplrc8t.vf + texmf-dist/fonts/vf/adobe/palatino/pplrc9d.vf + texmf-dist/fonts/vf/adobe/palatino/pplrc9e.vf + texmf-dist/fonts/vf/adobe/palatino/pplrc9o.vf + texmf-dist/fonts/vf/adobe/palatino/pplrc9t.vf + texmf-dist/fonts/vf/adobe/palatino/pplri.vf + texmf-dist/fonts/vf/adobe/palatino/pplri7t.vf + texmf-dist/fonts/vf/adobe/palatino/pplri8c.vf + texmf-dist/fonts/vf/adobe/palatino/pplri8t.vf + texmf-dist/fonts/vf/adobe/palatino/pplri9c.vf + texmf-dist/fonts/vf/adobe/palatino/pplri9d.vf + texmf-dist/fonts/vf/adobe/palatino/pplri9e.vf + texmf-dist/fonts/vf/adobe/palatino/pplri9o.vf + texmf-dist/fonts/vf/adobe/palatino/pplri9t.vf + texmf-dist/fonts/vf/adobe/palatino/pplro.vf + texmf-dist/fonts/vf/adobe/palatino/pplro7t.vf + texmf-dist/fonts/vf/adobe/palatino/pplro8c.vf + texmf-dist/fonts/vf/adobe/palatino/pplro8t.vf + texmf-dist/fonts/vf/adobe/palatino/pplrre.vf + texmf-dist/fonts/vf/adobe/palatino/pplrrn.vf + texmf-dist/fonts/vf/adobe/palatino/pplru.vf + texmf-dist/fonts/vf/adobe/palatino/zppleb7m.vf + texmf-dist/fonts/vf/adobe/palatino/zppleb7t.vf + texmf-dist/fonts/vf/adobe/palatino/zppleb7y.vf + texmf-dist/fonts/vf/adobe/palatino/zppler7m.vf + texmf-dist/fonts/vf/adobe/palatino/zppler7t.vf + texmf-dist/fonts/vf/adobe/palatino/zppler7v.vf + texmf-dist/fonts/vf/adobe/palatino/zppler7y.vf + texmf-dist/fonts/vf/cspsfonts-adobe/palatino/pplb8z.vf + texmf-dist/fonts/vf/cspsfonts-adobe/palatino/pplbc8z.vf + texmf-dist/fonts/vf/cspsfonts-adobe/palatino/pplbi8z.vf + texmf-dist/fonts/vf/cspsfonts-adobe/palatino/pplr8z.vf + texmf-dist/fonts/vf/cspsfonts-adobe/palatino/pplrc8z.vf + texmf-dist/fonts/vf/cspsfonts-adobe/palatino/pplri8z.vf + texmf-dist/fonts/vf/urw35vf/palatino/uplb7t.vf + texmf-dist/fonts/vf/urw35vf/palatino/uplb8c.vf + texmf-dist/fonts/vf/urw35vf/palatino/uplb8t.vf + texmf-dist/fonts/vf/urw35vf/palatino/uplbc7t.vf + texmf-dist/fonts/vf/urw35vf/palatino/uplbc8t.vf + texmf-dist/fonts/vf/urw35vf/palatino/uplbi7t.vf + texmf-dist/fonts/vf/urw35vf/palatino/uplbi8c.vf + texmf-dist/fonts/vf/urw35vf/palatino/uplbi8t.vf + texmf-dist/fonts/vf/urw35vf/palatino/uplbo7t.vf + texmf-dist/fonts/vf/urw35vf/palatino/uplbo8c.vf + texmf-dist/fonts/vf/urw35vf/palatino/uplbo8t.vf + texmf-dist/fonts/vf/urw35vf/palatino/uplr7t.vf + texmf-dist/fonts/vf/urw35vf/palatino/uplr8c.vf + texmf-dist/fonts/vf/urw35vf/palatino/uplr8t.vf + texmf-dist/fonts/vf/urw35vf/palatino/uplrc7t.vf + texmf-dist/fonts/vf/urw35vf/palatino/uplrc8t.vf + texmf-dist/fonts/vf/urw35vf/palatino/uplri7t.vf + texmf-dist/fonts/vf/urw35vf/palatino/uplri8c.vf + texmf-dist/fonts/vf/urw35vf/palatino/uplri8t.vf + texmf-dist/fonts/vf/urw35vf/palatino/uplro7t.vf + texmf-dist/fonts/vf/urw35vf/palatino/uplro8c.vf + texmf-dist/fonts/vf/urw35vf/palatino/uplro8t.vf + texmf-dist/tex/latex/palatino/8rupl.fd + texmf-dist/tex/latex/palatino/omlupl.fd + texmf-dist/tex/latex/palatino/omsupl.fd + texmf-dist/tex/latex/palatino/ot1upl.fd + texmf-dist/tex/latex/palatino/t1upl.fd + texmf-dist/tex/latex/palatino/ts1upl.fd + +name paper +category Package +revision 15878 +shortdesc Versions of article class, tuned for scholarly publications. +longdesc A pair of classes derived from article, tuned for producing +longdesc papers for journals. The classes introduce new layout options +longdesc and font commands for sections/parts, and define a new keywords +longdesc environment, subtitle and institution commands for the title +longdesc section and new commands for revisions. +docfiles size=43 + texmf-dist/doc/latex/paper/README details="Readme" + texmf-dist/doc/latex/paper/install + texmf-dist/doc/latex/paper/journal1.tex + texmf-dist/doc/latex/paper/journal2.tex + texmf-dist/doc/latex/paper/local.tex + texmf-dist/doc/latex/paper/paper.pdf details="Package documentation (German)" language="de" + texmf-dist/doc/latex/paper/testj.tex + texmf-dist/doc/latex/paper/testp.tex +srcfiles size=18 + texmf-dist/source/latex/paper/paper.drv + texmf-dist/source/latex/paper/paper.dtx +runfiles size=12 + texmf-dist/tex/latex/paper/journal.cls + texmf-dist/tex/latex/paper/journal.sty + texmf-dist/tex/latex/paper/paper.cls + texmf-dist/tex/latex/paper/paper.sty +catalogue-ctan /macros/latex/contrib/paper +catalogue-date 2008-12-29 18:04:35 +0100 +catalogue-license gpl +catalogue-version 1.0l + +name papercdcase +category Package +revision 15878 +shortdesc Origami-style folding paper CD case. +longdesc This package implements a LaTeX style file to produce origami- +longdesc style folding paper CD cases. +docfiles size=39 + texmf-dist/doc/latex/papercdcase/example.tex + texmf-dist/doc/latex/papercdcase/interactive.tex + texmf-dist/doc/latex/papercdcase/papercdcase.pdf details="Package documentation" +srcfiles size=12 + texmf-dist/source/latex/papercdcase/papercdcase.dtx + texmf-dist/source/latex/papercdcase/papercdcase.ins +runfiles size=6 + texmf-dist/tex/latex/papercdcase/papercdcase.sty +catalogue-ctan /macros/latex/contrib/papercdcase +catalogue-date 2007-03-11 14:35:09 +0100 +catalogue-license lppl + +name papertex +category Package +revision 15878 +shortdesc Class for newspapers, etc. +longdesc This class allows LaTeX users to create a paperTeX newspaper. +longdesc The final document has a front page and as many inner pages as +longdesc desired. News items appear one after another and the user can +longdesc choose the number of columns, style and so on. The class allows +longdesc users to create newsletters too. +docfiles size=123 + texmf-dist/doc/latex/papertex/CHANGES + texmf-dist/doc/latex/papertex/README details="Readme" + texmf-dist/doc/latex/papertex/example/example.pdf details="Example newspaper page" + texmf-dist/doc/latex/papertex/example/example.tex + texmf-dist/doc/latex/papertex/example/img/ireland.jpg + texmf-dist/doc/latex/papertex/example/img/weather/clouds.jpg + texmf-dist/doc/latex/papertex/example/img/weather/rain.jpg + texmf-dist/doc/latex/papertex/example/img/weather/sun.jpg + texmf-dist/doc/latex/papertex/papertex.pdf details="Package documentation" +srcfiles size=15 + texmf-dist/source/latex/papertex/papertex.dtx + texmf-dist/source/latex/papertex/papertex.ins +runfiles size=6 + texmf-dist/tex/latex/papertex/papertex.cls +catalogue-ctan /macros/latex/contrib/papertex +catalogue-date 2007-02-27 22:02:33 +0100 +catalogue-license lppl +catalogue-version 1.2a + +name paralist +category Package +revision 15878 +shortdesc Enumerate and itemize within paragraphs. +longdesc Provides enumerate and itemize environments that can be used +longdesc within paragraphs to format the items either as running text or +longdesc as separate paragraphs with a preceding number or symbol. Also +longdesc provides compacted versions of enumerate and itemize. +docfiles size=61 + texmf-dist/doc/latex/paralist/README details="Readme" + texmf-dist/doc/latex/paralist/paralist.pdf details="Package documentation" +srcfiles size=17 + texmf-dist/source/latex/paralist/paralist.drv + texmf-dist/source/latex/paralist/paralist.dtx + texmf-dist/source/latex/paralist/paralist.ins +runfiles size=4 + texmf-dist/tex/latex/paralist/paralist.sty +catalogue-ctan /macros/latex/contrib/paralist +catalogue-date 2009-10-07 21:35:42 +0200 +catalogue-license lppl +catalogue-version 2.3b + +name parallel +category Package +revision 15878 +shortdesc Typeset parallel texts. +longdesc Provides a parallel environment which allows two potentially +longdesc different texts to be typeset in two columns, while maintaining +longdesc alignment. The two columns may be on the same page, or on +longdesc facing pages. This arrangement of text is commonly used when +longdesc typesetting translations, but it can have value when comparing +longdesc any two texts. +docfiles size=38 + texmf-dist/doc/latex/parallel/example1.tex + texmf-dist/doc/latex/parallel/example2.tex + texmf-dist/doc/latex/parallel/parallel.pdf details="Package documentation" + texmf-dist/doc/latex/parallel/readme +srcfiles size=12 + texmf-dist/source/latex/parallel/parallel.drv + texmf-dist/source/latex/parallel/parallel.dtx + texmf-dist/source/latex/parallel/parallel.ins +runfiles size=4 + texmf-dist/tex/latex/parallel/parallel.sty +catalogue-ctan /macros/latex/contrib/parallel +catalogue-date 2007-01-12 20:52:49 +0100 +catalogue-license lppl + +name paresse +category Package +revision 15878 +shortdesc Defines simple macros for greek letters. +longdesc Defines macros using SS to type greek letters so that the user +longdesc may (for example) type SSa to get the effect of $\alpha$. +docfiles size=341 + texmf-dist/doc/latex/paresse/paresse-en.tex + texmf-dist/doc/latex/paresse/paresse-ex-en.pdf details="Usage examples (English)" language="en" + texmf-dist/doc/latex/paresse/paresse-ex-en.tex + texmf-dist/doc/latex/paresse/paresse-ex-fr.pdf details="Usage examples (French)" language="fr" + texmf-dist/doc/latex/paresse/paresse-ex-fr.tex + texmf-dist/doc/latex/paresse/paresse-fourier-en.pdf + texmf-dist/doc/latex/paresse/paresse-fourier-en.tex + texmf-dist/doc/latex/paresse/paresse-fourier-fr.pdf + texmf-dist/doc/latex/paresse/paresse-fourier-fr.tex + texmf-dist/doc/latex/paresse/paresse-fr.pdf + texmf-dist/doc/latex/paresse/paresse.pdf details="Package documentation" +srcfiles size=12 + texmf-dist/source/latex/paresse/LISEZMOI + texmf-dist/source/latex/paresse/Makefile + texmf-dist/source/latex/paresse/README + texmf-dist/source/latex/paresse/paresse.dtx + texmf-dist/source/latex/paresse/paresse.ins +runfiles size=2 + texmf-dist/tex/latex/paresse/paresse.sty +catalogue-ctan /macros/latex/contrib/paresse +catalogue-date 2009-05-28 15:37:31 +0200 +catalogue-license lppl +catalogue-version 2.1 + +name parrun +category Package +revision 15878 +shortdesc Typesets (two) streams of text running parallel. +longdesc For typesetting translated text and the original source, +longdesc parallel on the same page, one above the other. +docfiles size=39 + texmf-dist/doc/latex/parrun/parrun.pdf details="Package documentation" + texmf-dist/doc/latex/parrun/readme details="Readme" +srcfiles size=6 + texmf-dist/source/latex/parrun/parrun.dtx + texmf-dist/source/latex/parrun/parrun.ins +runfiles size=3 + texmf-dist/tex/latex/parrun/parrun.sty +catalogue-ctan /macros/latex/contrib/parrun +catalogue-date 2009-09-20 00:02:29 +0200 +catalogue-license lppl + +name passivetex +category Package +revision 15878 +shortdesc Support package for XML/SGML typesetting +longdesc Packages providing XML parsing, UTF-8 parsing, Unicode +longdesc entities, and common formatting object definitions for jadetex. +runfiles size=79 + texmf-dist/tex/xmltex/passivetex/dummyels.sty + texmf-dist/tex/xmltex/passivetex/fotex.sty + texmf-dist/tex/xmltex/passivetex/fotex.xmt + texmf-dist/tex/xmltex/passivetex/mlnames.sty + texmf-dist/tex/xmltex/passivetex/tei.xmt + texmf-dist/tex/xmltex/passivetex/teiprintslides.xmt + texmf-dist/tex/xmltex/passivetex/teislides.xmt + texmf-dist/tex/xmltex/passivetex/teixml.sty + texmf-dist/tex/xmltex/passivetex/teixmlslides.sty + texmf-dist/tex/xmltex/passivetex/ucharacters.sty + texmf-dist/tex/xmltex/passivetex/unicode.sty +catalogue-ctan /macros/xmltex/contrib/passivetex +catalogue-date 2008-04-20 19:53:04 +0200 +catalogue-license other-free + +name patch +category Package +revision 15878 +shortdesc Patch loaded packages, etc.. +longdesc The package defines macros that allow patching of existing +longdesc commands, specifying those parts of the existing macro to be +longdesc replaced, along with the replacements. Thus it provides more +longdesc sophisticated manipulation than a package like patchcmd, which +longdesc only permits modification by adding commands at the beginning +longdesc or end of an existing definition. The package is distributed in +longdesc a relative of LaTeX doc format: it will run unmodified, though +longdesc it benefits from docstrip treatment. +srcfiles size=7 + texmf-dist/source/generic/patch/patch.doc +catalogue-ctan /macros/generic/misc/patch.doc +catalogue-date 2008-06-02 13:47:56 +0200 +catalogue-license lppl + +name patchcmd +category Package +revision 15878 +shortdesc Change the definition of an existing command. +longdesc The patchcmd package provides a command \patchcommand that can +longdesc be used to add material at the beginning and/or the end of the +longdesc replacement text of an existing macro. It works for macros with +longdesc any number of normal arguments, including those that were +longdesc defined with \DeclareRobustCommand. +docfiles size=19 + texmf-dist/doc/latex/patchcmd/patchcmd.pdf details="Package documentation" +srcfiles size=3 + texmf-dist/source/latex/patchcmd/patchcmd.dtx + texmf-dist/source/latex/patchcmd/patchcmd.ins +runfiles size=1 + texmf-dist/tex/latex/patchcmd/patchcmd.sty +catalogue-ctan /macros/latex/contrib/patchcmd +catalogue-date 2007-01-12 20:52:49 +0100 +catalogue-license pd +catalogue-version 1.03 + +name patgen +category TLCore +revision 15878 +depend kpathsea +depend patgen.ARCH +docfiles size=8 + texmf-dist/doc/support/patgen/patgen2.tutorial + texmf/doc/man/man1/patgen.1 + texmf/doc/man/man1/patgen.man1.pdf + +name patgen.alpha-linux +category TLCore +revision 15878 +shortdesc alpha-linux files of patgen +binfiles arch=alpha-linux size=18 + bin/alpha-linux/patgen + +name patgen.i386-cygwin +category TLCore +revision 15878 +shortdesc i386-cygwin files of patgen +binfiles arch=i386-cygwin size=9 + bin/i386-cygwin/patgen.exe + +name patgen.i386-linux +category TLCore +revision 15878 +shortdesc i386-linux files of patgen +binfiles arch=i386-linux size=9 + bin/i386-linux/patgen + +name patgen.i386-netbsd +category TLCore +revision 15878 +shortdesc i386-netbsd files of patgen +binfiles arch=i386-netbsd size=9 + bin/i386-netbsd/patgen + +name patgen.i386-solaris +category TLCore +revision 15878 +shortdesc i386-solaris files of patgen +binfiles arch=i386-solaris size=12 + bin/i386-solaris/patgen + +name patgen.mips-irix +category TLCore +revision 15878 +shortdesc mips-irix files of patgen +binfiles arch=mips-irix size=20 + bin/mips-irix/patgen + +name patgen.powerpc-aix +category TLCore +revision 15878 +shortdesc powerpc-aix files of patgen +binfiles arch=powerpc-aix size=12 + bin/powerpc-aix/patgen + +name patgen.powerpc-linux +category TLCore +revision 15878 +shortdesc powerpc-linux files of patgen +binfiles arch=powerpc-linux size=11 + bin/powerpc-linux/patgen + +name patgen.sparc-linux +category TLCore +revision 15878 +shortdesc sparc-linux files of patgen +binfiles arch=sparc-linux size=10 + bin/sparc-linux/patgen + +name patgen.sparc-solaris +category TLCore +revision 15878 +shortdesc sparc-solaris files of patgen +binfiles arch=sparc-solaris size=21 + bin/sparc-solaris/patgen + +name patgen.universal-darwin +category TLCore +revision 15878 +shortdesc universal-darwin files of patgen +binfiles arch=universal-darwin size=25 + bin/universal-darwin/patgen + +name patgen.win32 +category TLCore +revision 15878 +shortdesc win32 files of patgen +binfiles arch=win32 size=6 + bin/win32/patgen.exe + +name patgen.x86_64-linux +category TLCore +revision 15878 +shortdesc x86_64-linux files of patgen +binfiles arch=x86_64-linux size=10 + bin/x86_64-linux/patgen + +name pauldoc +category Package +revision 15878 +shortdesc German LaTeX package documentation. +longdesc The pauldoc package provides helpers for German language +longdesc package documentation. +docfiles size=40 + texmf-dist/doc/latex/pauldoc/README details="Readme" + texmf-dist/doc/latex/pauldoc/pauldoc.pdf details="Benutzerdoku:" language="de" +srcfiles size=6 + texmf-dist/source/latex/pauldoc/pauldoc.dtx + texmf-dist/source/latex/pauldoc/pauldoc.ins +runfiles size=1 + texmf-dist/tex/latex/pauldoc/pauldoc.sty +catalogue-ctan /macros/latex/contrib/pauldoc +catalogue-date 2007-03-11 14:35:09 +0100 +catalogue-license lppl +catalogue-version 0.2a + +name pawpict +category Package +revision 15878 +shortdesc Using graphics from PAW. +longdesc Support for the easy inclusion of graphics made by PAW (Physics +longdesc Analysis Workstation). You need to have PAW installed on your +longdesc system to benefit from this package. +srcfiles size=11 + texmf-dist/source/latex/pawpict/README + texmf-dist/source/latex/pawpict/pawpict.dtx + texmf-dist/source/latex/pawpict/pawpict.ins +runfiles size=1 + texmf-dist/tex/latex/pawpict/pawpict.sty +catalogue-ctan /macros/latex/contrib/pawpict +catalogue-date 2007-01-12 20:52:49 +0100 +catalogue-license gpl +catalogue-version 1.0 + +name pax +category Package +revision 15878 +shortdesc Extract and reinsert PDF annotations with pdfTeX. +longdesc If PDF files are included using pdfTeX, PDF annotations are +longdesc stripped. The pax project offers a solution without altering +longdesc pdfTeX. A Java program (pax.jar) parses the PDF file that will +longdesc later be included. The program then writes the data of the +longdesc annotations into a file that can be read by TeX. The LaTeX +longdesc package pax extends the graphics package to support the scheme: +longdesc if a PDF file is included, the package looks for the file with +longdesc the annotation data, reads them and puts the annotations in the +longdesc right place. Project status: experimental +depend pax.ARCH +docfiles size=2 + texmf-dist/doc/latex/pax/README +srcfiles size=25 + texmf-dist/source/latex/pax/build.xml + texmf-dist/source/latex/pax/license/LaTeX/lppl.txt + texmf-dist/source/latex/pax/license/PDFAnnotExtractor/gpl.txt + texmf-dist/source/latex/pax/src/Constants.java + texmf-dist/source/latex/pax/src/Entry.java + texmf-dist/source/latex/pax/src/EntryWriteException.java + texmf-dist/source/latex/pax/src/MANIFEST.MF + texmf-dist/source/latex/pax/src/PDFAnnotExtractor.java + texmf-dist/source/latex/pax/src/StringVisitor.java +runfiles size=10 + texmf-dist/scripts/pax/pax.jar + texmf-dist/scripts/pax/pdfannotextractor.pl + texmf-dist/tex/latex/pax/pax.sty +catalogue-ctan /macros/latex/contrib/pax/pax-tds.zip +catalogue-date 2008-11-29 14:36:09 +0100 +catalogue-license other-free +catalogue-version v0.1i + +name pax.alpha-linux +category Package +revision 15878 +shortdesc alpha-linux files of pax +binfiles arch=alpha-linux size=1 + bin/alpha-linux/pdfannotextractor + +name pax.i386-cygwin +category Package +revision 15878 +shortdesc i386-cygwin files of pax +binfiles arch=i386-cygwin size=1 + bin/i386-cygwin/pdfannotextractor + +name pax.i386-linux +category Package +revision 15878 +shortdesc i386-linux files of pax +binfiles arch=i386-linux size=1 + bin/i386-linux/pdfannotextractor + +name pax.i386-netbsd +category Package +revision 15878 +shortdesc i386-netbsd files of pax +binfiles arch=i386-netbsd size=1 + bin/i386-netbsd/pdfannotextractor + +name pax.i386-solaris +category Package +revision 15878 +shortdesc i386-solaris files of pax +binfiles arch=i386-solaris size=1 + bin/i386-solaris/pdfannotextractor + +name pax.mips-irix +category Package +revision 15878 +shortdesc mips-irix files of pax +binfiles arch=mips-irix size=1 + bin/mips-irix/pdfannotextractor + +name pax.powerpc-aix +category Package +revision 15878 +shortdesc powerpc-aix files of pax +binfiles arch=powerpc-aix size=1 + bin/powerpc-aix/pdfannotextractor + +name pax.powerpc-linux +category Package +revision 15878 +shortdesc powerpc-linux files of pax +binfiles arch=powerpc-linux size=1 + bin/powerpc-linux/pdfannotextractor + +name pax.sparc-linux +category Package +revision 15878 +shortdesc sparc-linux files of pax +binfiles arch=sparc-linux size=1 + bin/sparc-linux/pdfannotextractor + +name pax.sparc-solaris +category Package +revision 15878 +shortdesc sparc-solaris files of pax +binfiles arch=sparc-solaris size=1 + bin/sparc-solaris/pdfannotextractor + +name pax.universal-darwin +category Package +revision 15878 +shortdesc universal-darwin files of pax +binfiles arch=universal-darwin size=1 + bin/universal-darwin/pdfannotextractor + +name pax.win32 +category Package +revision 15878 +shortdesc win32 files of pax +binfiles arch=win32 size=1 + bin/win32/pdfannotextractor.exe + +name pax.x86_64-linux +category Package +revision 15878 +shortdesc x86_64-linux files of pax +binfiles arch=x86_64-linux size=1 + bin/x86_64-linux/pdfannotextractor + +name pb-diagram +category Package +revision 15878 +shortdesc A commutative diagram package using LAMSTeX or Xy-pic fonts. +docfiles size=45 + texmf-dist/doc/latex/pb-diagram/COPYING + texmf-dist/doc/latex/pb-diagram/README details="Readme" + texmf-dist/doc/latex/pb-diagram/pb-examples.tex + texmf-dist/doc/latex/pb-diagram/pb-manual.pdf details="Package documentation" + texmf-dist/doc/latex/pb-diagram/pb-manual.tex +runfiles size=19 + texmf-dist/tex/latex/pb-diagram/lamsarrow.sty + texmf-dist/tex/latex/pb-diagram/pb-diagram.sty + texmf-dist/tex/latex/pb-diagram/pb-lams.sty + texmf-dist/tex/latex/pb-diagram/pb-xy.sty +catalogue-ctan /macros/latex/contrib/pb-diagram +catalogue-date 2008-04-20 19:53:04 +0200 +catalogue-license other-free +catalogue-version 5.0 + +name pbox +category Package +revision 15878 +shortdesc A variable-width \parbox command. +longdesc Defines a command \pbox{<max width>}{<text>} which adjusts its +longdesc width to that of the enclosed text, up to the maximum width +longdesc given. The package also defines some associated length +longdesc commands. +docfiles size=55 + texmf-dist/doc/latex/pbox/AUTHORS + texmf-dist/doc/latex/pbox/COPYING + texmf-dist/doc/latex/pbox/ChangeLog + texmf-dist/doc/latex/pbox/INSTALL + texmf-dist/doc/latex/pbox/README details="Readme" + texmf-dist/doc/latex/pbox/pbox.pdf details="Package documentation" +srcfiles size=7 + texmf-dist/source/latex/pbox/Makefile + texmf-dist/source/latex/pbox/pbox.drv + texmf-dist/source/latex/pbox/pbox.dtx + texmf-dist/source/latex/pbox/pbox.ins +runfiles size=1 + texmf-dist/tex/latex/pbox/pbox.sty +catalogue-ctan /macros/latex/contrib/pbox +catalogue-date 2008-02-03 21:14:11 +0100 +catalogue-license gpl +catalogue-version 1.0 + +name pbsheet +category Package +revision 15878 +shortdesc Problem sheet class. +longdesc This class is designed to simplify the typesetting of problem +longdesc sheets with Mathematics and Computer Science content. It is +longdesc currently customised towards teaching in French (and the +longdesc examples are in French). +docfiles size=167 + texmf-dist/doc/latex/pbsheet/LPPL + texmf-dist/doc/latex/pbsheet/README details="Readme" + texmf-dist/doc/latex/pbsheet/pbsheet.pdf details="Package documentation" + texmf-dist/doc/latex/pbsheet/pbsheet.ps + texmf-dist/doc/latex/pbsheet/xpl/GNUmakefile + texmf-dist/doc/latex/pbsheet/xpl/img/simbin.eps + texmf-dist/doc/latex/pbsheet/xpl/img/simbin.pdf + texmf-dist/doc/latex/pbsheet/xpl/pbsheet.cls + texmf-dist/doc/latex/pbsheet/xpl/pgm/probadis.m + texmf-dist/doc/latex/pbsheet/xpl/pgm/rdiscr.m + texmf-dist/doc/latex/pbsheet/xpl/pgm/rint.m + texmf-dist/doc/latex/pbsheet/xpl/pgm/simbin.m + texmf-dist/doc/latex/pbsheet/xpl/xpl-fr.bib + texmf-dist/doc/latex/pbsheet/xpl/xpl-fr.pdf details="Example of use" language="fr" + texmf-dist/doc/latex/pbsheet/xpl/xpl-fr.tex +srcfiles size=7 + texmf-dist/source/latex/pbsheet/pbsheet.dtx + texmf-dist/source/latex/pbsheet/pbsheet.ins +runfiles size=5 + texmf-dist/tex/latex/pbsheet/pbsheet.cls +catalogue-ctan /macros/latex/contrib/pbsheet +catalogue-date 2007-01-12 23:55:10 +0100 +catalogue-license lppl +catalogue-version 0.1 + +name pclnfss +category Package +revision 15878 +shortdesc Font support for current PCL printers. +longdesc Pclnfss provides package and fd files for selecting and using +longdesc the standard 45 scalable fonts built into most PCL laser +longdesc printers, together with metrics and virtual font files. +docfiles size=6 + texmf-dist/doc/fonts/pclnfss/COPYING + texmf-dist/doc/fonts/pclnfss/README +srcfiles size=36 + texmf-dist/source/fonts/pclnfss/0n.etx + texmf-dist/source/fonts/pclnfss/10u.etx + texmf-dist/source/fonts/pclnfss/2n.etx + texmf-dist/source/fonts/pclnfss/6j.etx + texmf-dist/source/fonts/pclnfss/7j.etx + texmf-dist/source/fonts/pclnfss/8u.etx + texmf-dist/source/fonts/pclnfss/9t.etx + texmf-dist/source/fonts/pclnfss/GNUmakefile + texmf-dist/source/fonts/pclnfss/README + texmf-dist/source/fonts/pclnfss/ascii.etw + texmf-dist/source/fonts/pclnfss/cork.map + texmf-dist/source/fonts/pclnfss/etxmac.tex + texmf-dist/source/fonts/pclnfss/fontdim.tex + texmf-dist/source/fonts/pclnfss/fonthp.tex + texmf-dist/source/fonts/pclnfss/fontinst.rc + texmf-dist/source/fonts/pclnfss/hpfontshow.tex + texmf-dist/source/fonts/pclnfss/hpsymhi.etw + texmf-dist/source/fonts/pclnfss/hpsymlo.etw + texmf-dist/source/fonts/pclnfss/hptex.etx + texmf-dist/source/fonts/pclnfss/hptex.tex + texmf-dist/source/fonts/pclnfss/k2n.awk + texmf-dist/source/fonts/pclnfss/latin.mtx + texmf-dist/source/fonts/pclnfss/plain.map + texmf-dist/source/fonts/pclnfss/rmligdups.awk + texmf-dist/source/fonts/pclnfss/test.map + texmf-dist/source/fonts/pclnfss/test.tex + texmf-dist/source/fonts/pclnfss/tests/typelist.tex + texmf-dist/source/fonts/pclnfss/uclc.tex +runfiles size=25 + texmf-dist/tex/latex/pclnfss/albertus.sty + texmf-dist/tex/latex/pclnfss/antolive.sty + texmf-dist/tex/latex/pclnfss/arial.sty + texmf-dist/tex/latex/pclnfss/cgomega.sty + texmf-dist/tex/latex/pclnfss/cgtimes.sty + texmf-dist/tex/latex/pclnfss/clarend.sty + texmf-dist/tex/latex/pclnfss/coronet.sty + texmf-dist/tex/latex/pclnfss/ltgothic.sty + texmf-dist/tex/latex/pclnfss/marigold.sty + texmf-dist/tex/latex/pclnfss/ot1cal.fd + texmf-dist/tex/latex/pclnfss/ot1cao.fd + texmf-dist/tex/latex/pclnfss/ot1ccd.fd + texmf-dist/tex/latex/pclnfss/ot1cgm.fd + texmf-dist/tex/latex/pclnfss/ot1clg.fd + texmf-dist/tex/latex/pclnfss/ot1cmg.fd + texmf-dist/tex/latex/pclnfss/ot1cop.fd + texmf-dist/tex/latex/pclnfss/ot1cot.fd + texmf-dist/tex/latex/pclnfss/ot1ctm.fd + texmf-dist/tex/latex/pclnfss/ot1cun.fd + texmf-dist/tex/latex/pclnfss/ot1hwi.fd + texmf-dist/tex/latex/pclnfss/ot1mhv.fd + texmf-dist/tex/latex/pclnfss/ot1mnt.fd + texmf-dist/tex/latex/pclnfss/ot1msy.fd + texmf-dist/tex/latex/pclnfss/timesnew.sty + texmf-dist/tex/latex/pclnfss/univers.sty +catalogue-ctan /macros/latex/contrib/pclnfss +catalogue-date 2008-12-29 19:11:45 +0100 +catalogue-license gpl +catalogue-version 0.1 + +name pdf-forms-tutorial-de +category Package +revision 15878 +catalogue pdf-forms-tutorial +shortdesc Tutorial on creating PDF forms using pdfLaTeX. +longdesc This package contains a tutorial and examples showing how to +longdesc create PDF forms using pdfLaTeX with the hyperref and insdljs +longdesc packages. +docfiles size=174 + texmf-dist/doc/latex/pdf-forms-tutorial-de/README details="Readme" + texmf-dist/doc/latex/pdf-forms-tutorial-de/examples/Makefile + texmf-dist/doc/latex/pdf-forms-tutorial-de/examples/ex0001.tex + texmf-dist/doc/latex/pdf-forms-tutorial-de/examples/ex0002.tex + texmf-dist/doc/latex/pdf-forms-tutorial-de/examples/ex0003.tex + texmf-dist/doc/latex/pdf-forms-tutorial-de/examples/ex0004.tex + texmf-dist/doc/latex/pdf-forms-tutorial-de/examples/ex0005.tex + texmf-dist/doc/latex/pdf-forms-tutorial-de/examples/ex0006.tex + texmf-dist/doc/latex/pdf-forms-tutorial-de/examples/ex0007.tex + texmf-dist/doc/latex/pdf-forms-tutorial-de/examples/ex0008.tex + texmf-dist/doc/latex/pdf-forms-tutorial-de/examples/ex0009.tex + texmf-dist/doc/latex/pdf-forms-tutorial-de/examples/ex0010.tex + texmf-dist/doc/latex/pdf-forms-tutorial-de/examples/ex0011.tex + texmf-dist/doc/latex/pdf-forms-tutorial-de/examples/ex0012.tex + texmf-dist/doc/latex/pdf-forms-tutorial-de/examples/ex0013.tex + texmf-dist/doc/latex/pdf-forms-tutorial-de/examples/ex0101.tex + texmf-dist/doc/latex/pdf-forms-tutorial-de/examples/ex0201.tex + texmf-dist/doc/latex/pdf-forms-tutorial-de/examples/ex0202.tex + texmf-dist/doc/latex/pdf-forms-tutorial-de/examples/ex0301.tex + texmf-dist/doc/latex/pdf-forms-tutorial-de/fdl.txt + texmf-dist/doc/latex/pdf-forms-tutorial-de/forms-src/Makefile + texmf-dist/doc/latex/pdf-forms-tutorial-de/forms-src/bib.bib + texmf-dist/doc/latex/pdf-forms-tutorial-de/forms-src/fde0001.tex + texmf-dist/doc/latex/pdf-forms-tutorial-de/forms-src/fde0002.tex + texmf-dist/doc/latex/pdf-forms-tutorial-de/forms-src/fde0003.tex + texmf-dist/doc/latex/pdf-forms-tutorial-de/forms-src/fde0004.tex + texmf-dist/doc/latex/pdf-forms-tutorial-de/forms-src/fde0005.tex + texmf-dist/doc/latex/pdf-forms-tutorial-de/forms-src/fde0006.tex + texmf-dist/doc/latex/pdf-forms-tutorial-de/forms-src/fde0007.tex + texmf-dist/doc/latex/pdf-forms-tutorial-de/forms-src/fde0008.tex + texmf-dist/doc/latex/pdf-forms-tutorial-de/forms-src/fde0009.tex + texmf-dist/doc/latex/pdf-forms-tutorial-de/forms-src/fde0010.tex + texmf-dist/doc/latex/pdf-forms-tutorial-de/forms-src/fde0011.tex + texmf-dist/doc/latex/pdf-forms-tutorial-de/forms-src/fde0012.tex + texmf-dist/doc/latex/pdf-forms-tutorial-de/forms-src/fde0013.tex + texmf-dist/doc/latex/pdf-forms-tutorial-de/forms-src/fde0014.tex + texmf-dist/doc/latex/pdf-forms-tutorial-de/forms-src/fde0015.tex + texmf-dist/doc/latex/pdf-forms-tutorial-de/forms-src/fde0016.tex + texmf-dist/doc/latex/pdf-forms-tutorial-de/forms-src/fde0017.tex + texmf-dist/doc/latex/pdf-forms-tutorial-de/forms-src/fde0018.tex + texmf-dist/doc/latex/pdf-forms-tutorial-de/forms-src/fde0019.tex + texmf-dist/doc/latex/pdf-forms-tutorial-de/forms-src/fde0020.tex + texmf-dist/doc/latex/pdf-forms-tutorial-de/forms-src/fde0021.tex + texmf-dist/doc/latex/pdf-forms-tutorial-de/forms-src/fde0022.tex + texmf-dist/doc/latex/pdf-forms-tutorial-de/forms-src/fde0023.tex + texmf-dist/doc/latex/pdf-forms-tutorial-de/forms-src/forms.tex + texmf-dist/doc/latex/pdf-forms-tutorial-de/forms.pdf +catalogue-ctan /info/pdf-forms-tutorial +catalogue-date 2008-02-07 19:18:28 +0100 +catalogue-license fdl +catalogue-version 0.9.5 + +name pdf-forms-tutorial-en +category Package +revision 15878 +catalogue pdf-forms-tutorial +shortdesc Tutorial on creating PDF forms using pdfLaTeX. +longdesc This package contains a tutorial and examples showing how to +longdesc create PDF forms using pdfLaTeX with the hyperref and insdljs +longdesc packages. +docfiles size=180 + texmf-dist/doc/latex/pdf-forms-tutorial-en/README details="Readme" + texmf-dist/doc/latex/pdf-forms-tutorial-en/examples/Makefile + texmf-dist/doc/latex/pdf-forms-tutorial-en/examples/ex0001.tex + texmf-dist/doc/latex/pdf-forms-tutorial-en/examples/ex0002.tex + texmf-dist/doc/latex/pdf-forms-tutorial-en/examples/ex0003.tex + texmf-dist/doc/latex/pdf-forms-tutorial-en/examples/ex0004.tex + texmf-dist/doc/latex/pdf-forms-tutorial-en/examples/ex0005.tex + texmf-dist/doc/latex/pdf-forms-tutorial-en/examples/ex0006.tex + texmf-dist/doc/latex/pdf-forms-tutorial-en/examples/ex0007.tex + texmf-dist/doc/latex/pdf-forms-tutorial-en/examples/ex0008.tex + texmf-dist/doc/latex/pdf-forms-tutorial-en/examples/ex0009.tex + texmf-dist/doc/latex/pdf-forms-tutorial-en/examples/ex0010.tex + texmf-dist/doc/latex/pdf-forms-tutorial-en/examples/ex0011.tex + texmf-dist/doc/latex/pdf-forms-tutorial-en/examples/ex0012.tex + texmf-dist/doc/latex/pdf-forms-tutorial-en/examples/ex0013.tex + texmf-dist/doc/latex/pdf-forms-tutorial-en/examples/ex0101.tex + texmf-dist/doc/latex/pdf-forms-tutorial-en/examples/ex0201.tex + texmf-dist/doc/latex/pdf-forms-tutorial-en/examples/ex0202.tex + texmf-dist/doc/latex/pdf-forms-tutorial-en/examples/ex0301.tex + texmf-dist/doc/latex/pdf-forms-tutorial-en/examples/xxx + texmf-dist/doc/latex/pdf-forms-tutorial-en/fdl.txt + texmf-dist/doc/latex/pdf-forms-tutorial-en/forms-src/Makefile + texmf-dist/doc/latex/pdf-forms-tutorial-en/forms-src/bib.bib + texmf-dist/doc/latex/pdf-forms-tutorial-en/forms-src/fde0001.tex + texmf-dist/doc/latex/pdf-forms-tutorial-en/forms-src/fde0002.tex + texmf-dist/doc/latex/pdf-forms-tutorial-en/forms-src/fde0003.tex + texmf-dist/doc/latex/pdf-forms-tutorial-en/forms-src/fde0004.tex + texmf-dist/doc/latex/pdf-forms-tutorial-en/forms-src/fde0005.tex + texmf-dist/doc/latex/pdf-forms-tutorial-en/forms-src/fde0006.tex + texmf-dist/doc/latex/pdf-forms-tutorial-en/forms-src/fde0007.tex + texmf-dist/doc/latex/pdf-forms-tutorial-en/forms-src/fde0008.tex + texmf-dist/doc/latex/pdf-forms-tutorial-en/forms-src/fde0009.tex + texmf-dist/doc/latex/pdf-forms-tutorial-en/forms-src/fde0010.tex + texmf-dist/doc/latex/pdf-forms-tutorial-en/forms-src/fde0011.tex + texmf-dist/doc/latex/pdf-forms-tutorial-en/forms-src/fde0012.tex + texmf-dist/doc/latex/pdf-forms-tutorial-en/forms-src/fde0013.tex + texmf-dist/doc/latex/pdf-forms-tutorial-en/forms-src/fde0014.tex + texmf-dist/doc/latex/pdf-forms-tutorial-en/forms-src/fde0015.tex + texmf-dist/doc/latex/pdf-forms-tutorial-en/forms-src/fde0016.tex + texmf-dist/doc/latex/pdf-forms-tutorial-en/forms-src/fde0017.tex + texmf-dist/doc/latex/pdf-forms-tutorial-en/forms-src/fde0018.tex + texmf-dist/doc/latex/pdf-forms-tutorial-en/forms-src/fde0019.tex + texmf-dist/doc/latex/pdf-forms-tutorial-en/forms-src/fde0020.tex + texmf-dist/doc/latex/pdf-forms-tutorial-en/forms-src/fde0021.tex + texmf-dist/doc/latex/pdf-forms-tutorial-en/forms-src/fde0022.tex + texmf-dist/doc/latex/pdf-forms-tutorial-en/forms-src/fde0023.tex + texmf-dist/doc/latex/pdf-forms-tutorial-en/forms-src/fdl.tex + texmf-dist/doc/latex/pdf-forms-tutorial-en/forms-src/forms.tex + texmf-dist/doc/latex/pdf-forms-tutorial-en/forms.pdf +catalogue-ctan /info/pdf-forms-tutorial +catalogue-date 2008-02-07 19:18:28 +0100 +catalogue-license fdl +catalogue-version 0.9.5 + +name pdf-trans +category Package +revision 15878 +shortdesc A set of macros for various transformations of TeX boxes. +longdesc pdf-trans is a set of macros for various transformations of TeX +longdesc boxes (based on plain and pdfeTeX primitives). It was initially +longdesc inspired by trans.tex, remade to work with pdfTeX. +docfiles size=36 + texmf-dist/doc/generic/pdf-trans/example.pdf + texmf-dist/doc/generic/pdf-trans/example.tex +runfiles size=12 + texmf-dist/tex/generic/pdf-trans/pdf-trans.tex +catalogue-ctan /macros/generic/pdf-trans +catalogue-date 2007-05-25 16:15:27 +0200 +catalogue-license pd +catalogue-version 2.2 + +name pdfcomment +category Package +revision 15878 +shortdesc A user-friendly interface to pdf annotations. +longdesc For a long time pdfLaTeX has offered the command \pdfannot for +longdesc inserting arbitrary PDF annotations. However, the command is +longdesc presented in a form where additional knowledge of the +longdesc definition of the PDF format is indispensable. This package is +longdesc an answer to the - occasional - questions in newsgroups, about +longdesc how one could use the comment function of Adobe Reader. At +longdesc least for the writer of LaTeX code, the package offers a +longdesc convenient and user-friendly means of using \pdfannot to +longdesc provide comments in PDF files. Since version v1.1, +longdesc pdfcomment.sty also supports: LaTeX -> dvips -> ps2pdf, LaTeX - +longdesc > dvipdfmx and XeLaTeX. Unfortunately, support of PDF +longdesc annotations by PDF viewers is sparse to nonexistent. The +longdesc reference viewer for the development of this package is Adobe +longdesc Reader. +docfiles size=303 + texmf-dist/doc/latex/pdfcomment/CHANGES + texmf-dist/doc/latex/pdfcomment/INSTALL + texmf-dist/doc/latex/pdfcomment/README details="Readme" + texmf-dist/doc/latex/pdfcomment/example.pdf + texmf-dist/doc/latex/pdfcomment/example.tex + texmf-dist/doc/latex/pdfcomment/example_latex_dvipdfmx.pdf + texmf-dist/doc/latex/pdfcomment/example_latex_dvipdfmx.tex + texmf-dist/doc/latex/pdfcomment/example_latex_dvips_ps2pdf.pdf + texmf-dist/doc/latex/pdfcomment/example_latex_dvips_ps2pdf.tex + texmf-dist/doc/latex/pdfcomment/example_xelatex.pdf + texmf-dist/doc/latex/pdfcomment/example_xelatex.tex + texmf-dist/doc/latex/pdfcomment/manifest.txt + texmf-dist/doc/latex/pdfcomment/pdfcomment.pdf + texmf-dist/doc/latex/pdfcomment/pdfcomment.tex + texmf-dist/doc/latex/pdfcomment/pdfcomment_de.pdf + texmf-dist/doc/latex/pdfcomment/pdfcomment_de.tex +runfiles size=30 + texmf-dist/tex/latex/pdfcomment/pdfcomment.sty +catalogue-ctan /macros/latex/contrib/pdfcomment +catalogue-date 2009-11-06 11:11:55 +0100 +catalogue-license lppl +catalogue-version v1.5a + +name pdfcprot +category Package +revision 15878 +shortdesc Activating and setting of character protruding using pdflatex. +longdesc This package provides an easy interface to adjust the character +longdesc protrusion for different fonts and choosing the right +longdesc adjustment automatically depending on the font. +docfiles size=9 + texmf-dist/doc/latex/pdfcprot/00CONTEN + texmf-dist/doc/latex/pdfcprot/00README + texmf-dist/doc/latex/pdfcprot/INSTALL.txt + texmf-dist/doc/latex/pdfcprot/LEGAL.txt + texmf-dist/doc/latex/pdfcprot/README.txt details="Package Readme" + texmf-dist/doc/latex/pdfcprot/TODO +srcfiles size=25 + texmf-dist/source/latex/pdfcprot/Makefile.unx + texmf-dist/source/latex/pdfcprot/pdfcprot.dtx + texmf-dist/source/latex/pdfcprot/pdfcprot.ins +runfiles size=14 + texmf-dist/tex/latex/pdfcprot/pdfcprot.sty + texmf-dist/tex/latex/pdfcprot/pplmnOT1.cpa + texmf-dist/tex/latex/pdfcprot/pplmnOT2.cpa + texmf-dist/tex/latex/pdfcprot/pplmnT1.cpa + texmf-dist/tex/latex/pdfcprot/pplmnT2A.cpa + texmf-dist/tex/latex/pdfcprot/pplmnTS1.cpa +catalogue-ctan /macros/latex/contrib/pdfcprot +catalogue-date 2006-12-18 23:50:36 +0100 +catalogue-license lppl +catalogue-version 1.7a + +name pdfcrop +category Package +revision 15878 +shortdesc Crop PDF graphics. +longdesc A Perl script that can either trim pages of any whitespace +longdesc border, or trim them of a fixed border. +depend pdfcrop.ARCH +docfiles size=2 + texmf-dist/doc/support/pdfcrop/README details="Readme" +runfiles size=5 + texmf-dist/scripts/pdfcrop/pdfcrop.pl +catalogue-ctan /support/pdfcrop/pdfcrop.pl +catalogue-date 2009-10-06 13:58:23 +0200 +catalogue-license lppl +catalogue-version 1.20 + +name pdfcrop.alpha-linux +category Package +revision 15878 +shortdesc alpha-linux files of pdfcrop +binfiles arch=alpha-linux size=2 + bin/alpha-linux/pdfcrop + bin/alpha-linux/rpdfcrop + +name pdfcrop.i386-cygwin +category Package +revision 15878 +shortdesc i386-cygwin files of pdfcrop +binfiles arch=i386-cygwin size=2 + bin/i386-cygwin/pdfcrop + bin/i386-cygwin/rpdfcrop + +name pdfcrop.i386-linux +category Package +revision 15878 +shortdesc i386-linux files of pdfcrop +binfiles arch=i386-linux size=2 + bin/i386-linux/pdfcrop + bin/i386-linux/rpdfcrop + +name pdfcrop.i386-netbsd +category Package +revision 15878 +shortdesc i386-netbsd files of pdfcrop +binfiles arch=i386-netbsd size=2 + bin/i386-netbsd/pdfcrop + bin/i386-netbsd/rpdfcrop + +name pdfcrop.i386-solaris +category Package +revision 15878 +shortdesc i386-solaris files of pdfcrop +binfiles arch=i386-solaris size=2 + bin/i386-solaris/pdfcrop + bin/i386-solaris/rpdfcrop + +name pdfcrop.mips-irix +category Package +revision 15878 +shortdesc mips-irix files of pdfcrop +binfiles arch=mips-irix size=2 + bin/mips-irix/pdfcrop + bin/mips-irix/rpdfcrop + +name pdfcrop.powerpc-aix +category Package +revision 15878 +shortdesc powerpc-aix files of pdfcrop +binfiles arch=powerpc-aix size=2 + bin/powerpc-aix/pdfcrop + bin/powerpc-aix/rpdfcrop + +name pdfcrop.powerpc-linux +category Package +revision 15878 +shortdesc powerpc-linux files of pdfcrop +binfiles arch=powerpc-linux size=2 + bin/powerpc-linux/pdfcrop + bin/powerpc-linux/rpdfcrop + +name pdfcrop.sparc-linux +category Package +revision 15878 +shortdesc sparc-linux files of pdfcrop +binfiles arch=sparc-linux size=2 + bin/sparc-linux/pdfcrop + bin/sparc-linux/rpdfcrop + +name pdfcrop.sparc-solaris +category Package +revision 15878 +shortdesc sparc-solaris files of pdfcrop +binfiles arch=sparc-solaris size=2 + bin/sparc-solaris/pdfcrop + bin/sparc-solaris/rpdfcrop + +name pdfcrop.universal-darwin +category Package +revision 15878 +shortdesc universal-darwin files of pdfcrop +binfiles arch=universal-darwin size=2 + bin/universal-darwin/pdfcrop + bin/universal-darwin/rpdfcrop + +name pdfcrop.win32 +category Package +revision 15878 +shortdesc win32 files of pdfcrop +binfiles arch=win32 size=1 + bin/win32/pdfcrop.exe + +name pdfcrop.x86_64-linux +category Package +revision 15878 +shortdesc x86_64-linux files of pdfcrop +binfiles arch=x86_64-linux size=2 + bin/x86_64-linux/pdfcrop + bin/x86_64-linux/rpdfcrop + +name pdfmarginpar +category Package +revision 15878 +shortdesc Generate marginpar-equivalent PDF annotations. +longdesc The package provides the \pdfmarginpar command which is similar +longdesc in spirit to \marginpar. However, it creates PDF annotations +longdesc which can be viewed with Adobe Reader in place of text marginal +longdesc texts. Small icons indicate the in-text position where the +longdesc message originates, popups provide the messages themselves. +longdesc Thus bugfixes and other such communication are clearly visible +longdesc together with its text source, while the document itself is not +longdesc obscured. +docfiles size=91 + texmf-dist/doc/latex/pdfmarginpar/README details="Readme" + texmf-dist/doc/latex/pdfmarginpar/pdfmarginpar.pdf + texmf-dist/doc/latex/pdfmarginpar/pdfmarginpar.tex + texmf-dist/doc/latex/pdfmarginpar/pdfmarginparexample.pdf + texmf-dist/doc/latex/pdfmarginpar/pdfmarginparexample.png + texmf-dist/doc/latex/pdfmarginpar/pdfmarginparexample.tex + texmf-dist/doc/latex/pdfmarginpar/pgfmanual-en-macros.tex + texmf-dist/doc/latex/pdfmarginpar/pgfplots-macros.tex +runfiles size=1 + texmf-dist/tex/latex/pdfmarginpar/pdfmarginpar.sty +catalogue-ctan /macros/latex/contrib/pdfmarginpar +catalogue-date 2009-10-13 20:31:17 +0200 +catalogue-license gpl +catalogue-version 0.9 + +name pdfpages +category Package +revision 15878 +shortdesc Include PDF documents in LaTeX. +longdesc This package simplifies the inclusion of external multi-page +longdesc PDF documents in LaTeX documents. Pages may be freely selected +longdesc and similar to psnup it is possible to put several logical +longdesc pages onto each sheet of paper. Furthermore a lot of hypertext +longdesc features like hyperlinks and article threads are provided. The +longdesc package supports pdfTeX (pdflatex) and VTeX. With VTeX it is +longdesc even possible to use this package to insert PostScript files, +longdesc in addition to PDF files. +depend eso-pic +docfiles size=58 + texmf-dist/doc/latex/pdfpages/dummy-l.pdf + texmf-dist/doc/latex/pdfpages/dummy.pdf + texmf-dist/doc/latex/pdfpages/pdf-ex.tex + texmf-dist/doc/latex/pdfpages/pdf-hyp.tex + texmf-dist/doc/latex/pdfpages/pdf-toc.tex + texmf-dist/doc/latex/pdfpages/pdfpages.pdf details="Package documentation" +srcfiles size=38 + texmf-dist/source/latex/pdfpages/README + texmf-dist/source/latex/pdfpages/pdfpages.dtx + texmf-dist/source/latex/pdfpages/pdfpages.ins +runfiles size=19 + texmf-dist/tex/latex/pdfpages/pdfpages.sty + texmf-dist/tex/latex/pdfpages/ppnull.def + texmf-dist/tex/latex/pdfpages/pppdftex.def + texmf-dist/tex/latex/pdfpages/ppvtex.def + texmf-dist/tex/latex/pdfpages/ppxetex.def +catalogue-ctan /macros/latex/contrib/pdfpages +catalogue-date 2009-10-31 22:12:50 +0100 +catalogue-license lppl +catalogue-version 0.4i + +name pdfscreen +category Package +revision 15878 +shortdesc Support screen-based document design. +longdesc An extension of the hyperref package to provide a screen-based +longdesc document design. This package helps to generate pdf documents +longdesc that are readable on screen and will fit the screen's aspect +longdesc ratio. Also it can be used with various options to produce +longdesc regular print versions of the same document without any extra +longdesc effort. +docfiles size=216 + texmf-dist/doc/latex/pdfscreen/logo.pdf + texmf-dist/doc/latex/pdfscreen/manual-print.pdf details="Manual, for printing" + texmf-dist/doc/latex/pdfscreen/manual-screen.pdf details="Manual, for screen viewing" + texmf-dist/doc/latex/pdfscreen/manual.tex + texmf-dist/doc/latex/pdfscreen/nopanel.pdf + texmf-dist/doc/latex/pdfscreen/pdfscreen.cfg.specimen + texmf-dist/doc/latex/pdfscreen/portrait.pdf + texmf-dist/doc/latex/pdfscreen/print.pdf + texmf-dist/doc/latex/pdfscreen/slide.pdf + texmf-dist/doc/latex/pdfscreen/slide.tex + texmf-dist/doc/latex/pdfscreen/square.pdf + texmf-dist/doc/latex/pdfscreen/tex.png + texmf-dist/doc/latex/pdfscreen/widepanel.pdf +runfiles size=61 + texmf-dist/tex/latex/pdfscreen/but.pdf + texmf-dist/tex/latex/pdfscreen/button.pdf + texmf-dist/tex/latex/pdfscreen/left.pdf + texmf-dist/tex/latex/pdfscreen/overlay.pdf + texmf-dist/tex/latex/pdfscreen/overlay0.pdf + texmf-dist/tex/latex/pdfscreen/overlay1.pdf + texmf-dist/tex/latex/pdfscreen/overlay10.pdf + texmf-dist/tex/latex/pdfscreen/overlay2.pdf + texmf-dist/tex/latex/pdfscreen/overlay3.pdf + texmf-dist/tex/latex/pdfscreen/overlay4.pdf + texmf-dist/tex/latex/pdfscreen/overlay5.pdf + texmf-dist/tex/latex/pdfscreen/overlay6.pdf + texmf-dist/tex/latex/pdfscreen/overlay7.pdf + texmf-dist/tex/latex/pdfscreen/overlay8.pdf + texmf-dist/tex/latex/pdfscreen/overlay9.pdf + texmf-dist/tex/latex/pdfscreen/pdfscreen.sty + texmf-dist/tex/latex/pdfscreen/right.pdf +catalogue-ctan /macros/latex/contrib/pdfscreen +catalogue-date 2006-12-05 17:23:05 +0100 +catalogue-license lppl +catalogue-version 1.5 + +name pdfslide +category Package +revision 15878 +shortdesc Presentation slides using pdftex. +longdesc This is a package for use with pdftex, to make nice +longdesc presentation slides. Its aims are: to devise a method for +longdesc easier technical presentation; to help the mix of mathematical +longdesc formulae with text and graphics which the present day wysiwyg +longdesc tools fail to accomplish; to exploit the platform independence +longdesc of TeX so that presentation documents become portable; and to +longdesc offer the freedom and possibilities of using various +longdesc backgrounds and other embellishments that a user can imagine to +longdesc have in as presentation. The package can make use of the +longdesc facilities of the PPower4 post-processor. +docfiles size=68 + texmf-dist/doc/latex/pdfslide/demo.pdf details="Narrative demonstration of the package" + texmf-dist/doc/latex/pdfslide/manual.tex + texmf-dist/doc/latex/pdfslide/meta.mp + texmf-dist/doc/latex/pdfslide/mpgraph.pdf +runfiles size=25 + texmf-dist/tex/latex/pdfslide/bg.jpg + texmf-dist/tex/latex/pdfslide/d12.jpg + texmf-dist/tex/latex/pdfslide/metablue.pdf + texmf-dist/tex/latex/pdfslide/metagray.pdf + texmf-dist/tex/latex/pdfslide/metagreen.pdf + texmf-dist/tex/latex/pdfslide/metalgray.pdf + texmf-dist/tex/latex/pdfslide/pdfslide.cfg + texmf-dist/tex/latex/pdfslide/pdfslide.sty + texmf-dist/tex/latex/pdfslide/slide.clo +catalogue-ctan /macros/latex/contrib/pdfslide +catalogue-date 2006-12-05 23:27:16 +0100 +catalogue-license lppl + +name pdfsync +category Package +revision 15878 +shortdesc Provide links between source and PDF. +longdesc The package runs with pdfTeX or XeTeX, and creates an auxiliary +longdesc file with geometrical information to permit references back and +longdesc forth between source and PDF, assuming a conforming editor and +longdesc PDF viewer. +docfiles size=1 + texmf-dist/doc/latex/pdfsync/README +runfiles size=3 + texmf-dist/tex/latex/pdfsync/pdfsync.sty +catalogue-ctan /macros/latex/contrib/pdfsync/pdfsync.sty +catalogue-date 2008-01-30 17:47:36 +0100 +catalogue-license lppl + +name pdftex +category TLCore +revision 15878 +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 TeX +longdesc distributions including TeX live, MacTeX and MiKTeX include +longdesc pdfTeX (Plain TeX) and pdfLaTeX (LaTeX). ConTeXt is designed +longdesc around use of pdfTeX. +depend kpathsea +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" +docfiles size=1053 + texmf-dist/doc/pdftex/Announcement-1.40.2 + texmf-dist/doc/pdftex/NEWS details="Development news" + texmf-dist/doc/pdftex/README details="Readme" + texmf-dist/doc/pdftex/manual/Makefile + texmf-dist/doc/pdftex/manual/README details="Readme" + texmf-dist/doc/pdftex/manual/makefiles.cmd + texmf-dist/doc/pdftex/manual/pdftex-a.pdf details="User manual" + texmf-dist/doc/pdftex/manual/pdftex-i.tex + texmf-dist/doc/pdftex/manual/pdftex-l.pdf + texmf-dist/doc/pdftex/manual/pdftex-s.pdf + texmf-dist/doc/pdftex/manual/pdftex-syntax.txt + texmf-dist/doc/pdftex/manual/pdftex-t.tex + texmf-dist/doc/pdftex/manual/pdftex-t.txt + texmf-dist/doc/pdftex/manual/pdftex-w.pdf + texmf-dist/doc/pdftex/manual/pdftex-w.tex + texmf-dist/doc/pdftex/manual/samplepdf/cmr10.103 + texmf-dist/doc/pdftex/manual/samplepdf/obj.dat + texmf-dist/doc/pdftex/manual/samplepdf/pdfcolor.tex + texmf-dist/doc/pdftex/manual/samplepdf/pic.eps + texmf-dist/doc/pdftex/manual/samplepdf/pic.jpg + texmf-dist/doc/pdftex/manual/samplepdf/pic.mps + texmf-dist/doc/pdftex/manual/samplepdf/pic.pdf + texmf-dist/doc/pdftex/manual/samplepdf/pic.png + texmf-dist/doc/pdftex/manual/samplepdf/pic16.png + texmf-dist/doc/pdftex/manual/samplepdf/rgb.icc + texmf-dist/doc/pdftex/manual/samplepdf/samplepdf.0 + texmf-dist/doc/pdftex/manual/samplepdf/samplepdf.1 + texmf-dist/doc/pdftex/manual/samplepdf/samplepdf.tex + texmf-dist/doc/pdftex/manual/samplepdf/supp-mis.tex + texmf-dist/doc/pdftex/manual/samplepdf/supp-pdf.tex + texmf-dist/doc/pdftex/manual/samplepdf/tmp.pdf + texmf-dist/doc/pdftex/manual/syntaxform.awk + texmf-dist/doc/pdftex/pdftex-pdfkeys/Makefile + texmf-dist/doc/pdftex/pdftex-pdfkeys/fdl.tex + texmf-dist/doc/pdftex/pdftex-pdfkeys/pdftex-pdfkeys.bbl + texmf-dist/doc/pdftex/pdftex-pdfkeys/pdftex-pdfkeys.pdf + texmf-dist/doc/pdftex/pdftex-pdfkeys/pdftex-pdfkeys.tex + texmf-dist/doc/pdftex/thanh/ext/abbr.tex + texmf-dist/doc/pdftex/thanh/ext/efcode.tex + texmf-dist/doc/pdftex/thanh/ext/il2.etx + texmf-dist/doc/pdftex/thanh/ext/il2.mtx + texmf-dist/doc/pdftex/thanh/ext/il2protcode.tex + texmf-dist/doc/pdftex/thanh/ext/mktextfm + texmf-dist/doc/pdftex/thanh/ext/mktextfm.ext + 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/etex.1 + texmf/doc/man/man1/etex.man1.pdf + 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 +runfiles size=504 + texmf/fonts/map/pdftex/updmap/pdftex.map + texmf/fonts/map/pdftex/updmap/pdftex_dl14.map + texmf/fonts/map/pdftex/updmap/pdftex_ndl14.map + texmf/scripts/simpdftex/simpdftex + texmf/tex/generic/config/pdftex-dvi.tex + texmf/tex/generic/config/pdftexconfig.tex + texmf/tex/generic/pdftex/glyphtounicode.tex +catalogue-ctan /systems/pdftex +catalogue-date 2008-08-22 17:23:06 +0200 +catalogue-license gpl +catalogue-version 1.40.9 + +name pdftex-def +category Package +revision 15878 +shortdesc Colour and Graphics support for PDFTeX. +longdesc The file pdftex.def provides device-specific definitions for +longdesc colour and graphics support when running pdf(La)TeX. +runfiles size=10 + texmf-dist/tex/latex/pdftex-def/pdftex.def +catalogue-ctan /macros/latex/contrib/pdftex-def/pdftex.def +catalogue-date 2009-08-26 08:57:25 +0200 +catalogue-license lppl +catalogue-version 0.04m + +name pdftex.alpha-linux +category TLCore +revision 15878 +shortdesc alpha-linux files of pdftex +binfiles arch=alpha-linux size=695 + bin/alpha-linux/etex + bin/alpha-linux/pdfetex + bin/alpha-linux/pdftex + bin/alpha-linux/simpdftex + +name pdftex.i386-cygwin +category TLCore +revision 15878 +shortdesc i386-cygwin files of pdftex +binfiles arch=i386-cygwin size=351 + bin/i386-cygwin/etex + bin/i386-cygwin/pdfetex + bin/i386-cygwin/pdftex.exe + bin/i386-cygwin/simpdftex + +name pdftex.i386-linux +category TLCore +revision 15878 +shortdesc i386-linux files of pdftex +binfiles arch=i386-linux size=336 + bin/i386-linux/etex + bin/i386-linux/pdfetex + bin/i386-linux/pdftex + bin/i386-linux/simpdftex + +name pdftex.i386-netbsd +category TLCore +revision 15878 +shortdesc i386-netbsd files of pdftex +binfiles arch=i386-netbsd size=328 + bin/i386-netbsd/etex + bin/i386-netbsd/pdfetex + bin/i386-netbsd/pdftex + bin/i386-netbsd/simpdftex + +name pdftex.i386-solaris +category TLCore +revision 15878 +shortdesc i386-solaris files of pdftex +binfiles arch=i386-solaris size=377 + bin/i386-solaris/etex + bin/i386-solaris/pdfetex + bin/i386-solaris/pdftex + bin/i386-solaris/simpdftex + +name pdftex.mips-irix +category TLCore +revision 15878 +shortdesc mips-irix files of pdftex +binfiles arch=mips-irix size=522 + bin/mips-irix/etex + bin/mips-irix/pdfetex + bin/mips-irix/pdftex + bin/mips-irix/simpdftex + +name pdftex.powerpc-aix +category TLCore +revision 15878 +shortdesc powerpc-aix files of pdftex +binfiles arch=powerpc-aix size=419 + bin/powerpc-aix/etex + bin/powerpc-aix/pdfetex + bin/powerpc-aix/pdftex + bin/powerpc-aix/simpdftex + +name pdftex.powerpc-linux +category TLCore +revision 15878 +shortdesc powerpc-linux files of pdftex +binfiles arch=powerpc-linux size=399 + bin/powerpc-linux/etex + bin/powerpc-linux/pdfetex + bin/powerpc-linux/pdftex + bin/powerpc-linux/simpdftex + +name pdftex.sparc-linux +category TLCore +revision 15878 +shortdesc sparc-linux files of pdftex +binfiles arch=sparc-linux size=346 + bin/sparc-linux/etex + bin/sparc-linux/pdfetex + bin/sparc-linux/pdftex + bin/sparc-linux/simpdftex + +name pdftex.sparc-solaris +category TLCore +revision 15878 +shortdesc sparc-solaris files of pdftex +binfiles arch=sparc-solaris size=457 + bin/sparc-solaris/etex + bin/sparc-solaris/pdfetex + bin/sparc-solaris/pdftex + bin/sparc-solaris/simpdftex + +name pdftex.universal-darwin +category TLCore +revision 15878 +shortdesc universal-darwin files of pdftex +binfiles arch=universal-darwin size=702 + bin/universal-darwin/etex + bin/universal-darwin/pdfetex + bin/universal-darwin/pdftex + bin/universal-darwin/simpdftex + +name pdftex.win32 +category TLCore +revision 15925 +shortdesc win32 files of pdftex +binfiles arch=win32 size=288 + bin/win32/etex.exe + bin/win32/pdfetex.exe + bin/win32/pdftex.dll + bin/win32/pdftex.exe + +name pdftex.x86_64-linux +category TLCore +revision 15878 +shortdesc x86_64-linux files of pdftex +binfiles arch=x86_64-linux size=388 + bin/x86_64-linux/etex + bin/x86_64-linux/pdfetex + bin/x86_64-linux/pdftex + bin/x86_64-linux/simpdftex + +name pdftools +category TLCore +revision 15809 +shortdesc PDF-related utilities, including PostScript-to-PDF conversion +depend pdftools.ARCH +docfiles size=8 + texmf/doc/man/man1/e2pall.1 + texmf/doc/man/man1/e2pall.man1.pdf + texmf/doc/man/man1/pdftosrc.1 + texmf/doc/man/man1/pdftosrc.man1.pdf +runfiles size=1 + texmf/scripts/tetex/e2pall.pl + +name pdftools.alpha-linux +category TLCore +revision 15606 +shortdesc alpha-linux files of pdftools +binfiles arch=alpha-linux size=229 + bin/alpha-linux/e2pall + bin/alpha-linux/pdfatfi + bin/alpha-linux/pdfclose + bin/alpha-linux/pdfopen + bin/alpha-linux/pdftosrc + bin/alpha-linux/ps4pdf + +name pdftools.i386-cygwin +category TLCore +revision 15614 +shortdesc i386-cygwin files of pdftools +binfiles arch=i386-cygwin size=128 + bin/i386-cygwin/e2pall + bin/i386-cygwin/pdfatfi + bin/i386-cygwin/pdfclose.exe + bin/i386-cygwin/pdfopen.exe + bin/i386-cygwin/pdftosrc.exe + bin/i386-cygwin/ps4pdf + +name pdftools.i386-linux +category TLCore +revision 15606 +shortdesc i386-linux files of pdftools +binfiles arch=i386-linux size=117 + bin/i386-linux/e2pall + bin/i386-linux/pdfatfi + bin/i386-linux/pdfclose + bin/i386-linux/pdfopen + bin/i386-linux/pdftosrc + bin/i386-linux/ps4pdf + +name pdftools.i386-netbsd +category TLCore +revision 15606 +shortdesc i386-netbsd files of pdftools +binfiles arch=i386-netbsd size=118 + bin/i386-netbsd/e2pall + bin/i386-netbsd/pdfatfi + bin/i386-netbsd/pdfclose + bin/i386-netbsd/pdfopen + bin/i386-netbsd/pdftosrc + bin/i386-netbsd/ps4pdf + +name pdftools.i386-solaris +category TLCore +revision 15606 +shortdesc i386-solaris files of pdftools +binfiles arch=i386-solaris size=149 + bin/i386-solaris/e2pall + bin/i386-solaris/pdfatfi + bin/i386-solaris/pdfclose + bin/i386-solaris/pdfopen + bin/i386-solaris/pdftosrc + bin/i386-solaris/ps4pdf + +name pdftools.mips-irix +category TLCore +revision 15606 +shortdesc mips-irix files of pdftools +binfiles arch=mips-irix size=167 + bin/mips-irix/e2pall + bin/mips-irix/pdfatfi + bin/mips-irix/pdfclose + bin/mips-irix/pdfopen + bin/mips-irix/pdftosrc + bin/mips-irix/ps4pdf + +name pdftools.powerpc-aix +category TLCore +revision 15638 +shortdesc powerpc-aix files of pdftools +binfiles arch=powerpc-aix size=143 + bin/powerpc-aix/e2pall + bin/powerpc-aix/pdfatfi + bin/powerpc-aix/pdfclose + bin/powerpc-aix/pdfopen + bin/powerpc-aix/pdftosrc + bin/powerpc-aix/ps4pdf + +name pdftools.powerpc-linux +category TLCore +revision 15606 +shortdesc powerpc-linux files of pdftools +binfiles arch=powerpc-linux size=147 + bin/powerpc-linux/e2pall + bin/powerpc-linux/pdfatfi + bin/powerpc-linux/pdfclose + bin/powerpc-linux/pdfopen + bin/powerpc-linux/pdftosrc + bin/powerpc-linux/ps4pdf + +name pdftools.sparc-linux +category TLCore +revision 15606 +shortdesc sparc-linux files of pdftools +binfiles arch=sparc-linux size=116 + bin/sparc-linux/e2pall + bin/sparc-linux/pdfatfi + bin/sparc-linux/pdfclose + bin/sparc-linux/pdfopen + bin/sparc-linux/pdftosrc + bin/sparc-linux/ps4pdf + +name pdftools.sparc-solaris +category TLCore +revision 15606 +shortdesc sparc-solaris files of pdftools +binfiles arch=sparc-solaris size=139 + bin/sparc-solaris/e2pall + bin/sparc-solaris/pdfatfi + bin/sparc-solaris/pdfclose + bin/sparc-solaris/pdfopen + bin/sparc-solaris/pdftosrc + bin/sparc-solaris/ps4pdf + +name pdftools.universal-darwin +category TLCore +revision 15606 +shortdesc universal-darwin files of pdftools +binfiles arch=universal-darwin size=237 + bin/universal-darwin/e2pall + bin/universal-darwin/pdfatfi + bin/universal-darwin/pdfclose + bin/universal-darwin/pdfopen + bin/universal-darwin/pdftosrc + bin/universal-darwin/ps4pdf + +name pdftools.win32 +category TLCore +revision 15907 +shortdesc win32 files of pdftools +binfiles arch=win32 size=91 + bin/win32/e2pall.exe + bin/win32/pdfatfi.exe + bin/win32/pdfclose.exe + bin/win32/pdfdde.exe + bin/win32/pdfopen.exe + bin/win32/pdftosrc.exe + bin/win32/ps4pdf.bat + bin/win32/ps4pdf.exe + +name pdftools.x86_64-linux +category TLCore +revision 15606 +shortdesc x86_64-linux files of pdftools +binfiles arch=x86_64-linux size=152 + bin/x86_64-linux/e2pall + bin/x86_64-linux/pdfatfi + bin/x86_64-linux/pdfclose + bin/x86_64-linux/pdfopen + bin/x86_64-linux/pdftosrc + bin/x86_64-linux/ps4pdf + +name pdftricks +category Package +revision 15878 +shortdesc Support for pstricks in pdfTeX. +longdesc The PSTricks macros cannot be used (directly) with pdfTeX, +longdesc since pstricks uses PostScript arithmetic, which isn't part of +longdesc PDF. This package circumvents this limitation so that the +longdesc extensive facilities offered by the powerful PSTricks package +longdesc can be made use of in a pdfTeX document. This is done using the +longdesc shell escape function available in current TeX implementations. +longdesc The package may also be used in support of other 'PostScript- +longdesc output-only' packages, such as PSfrag. For alternatives, users +longdesc may care to review the discussion in the PSTricks online +longdesc documentation. +docfiles size=107 + texmf-dist/doc/latex/pdftricks/makefile + texmf-dist/doc/latex/pdftricks/manual.pdf details="Package documentation" + texmf-dist/doc/latex/pdftricks/pst2pdf + texmf-dist/doc/latex/pdftricks/test.pdf details="Test example (source available)" + texmf-dist/doc/latex/pdftricks/test.tex +runfiles size=4 + texmf-dist/tex/latex/pdftricks/pdftricks.sty +catalogue-ctan /macros/latex/contrib/pdftricks +catalogue-date 2008-11-24 12:47:54 +0100 +catalogue-license gpl +catalogue-version 1.16 + +name pdfwin +category Package +revision 15878 +docfiles size=130 + texmf-dist/doc/latex/pdfwin/BucResampling.pdf + texmf-dist/doc/latex/pdfwin/BucSystem1.pdf + texmf-dist/doc/latex/pdfwin/BucSystem2.pdf + texmf-dist/doc/latex/pdfwin/BucSystem3.pdf + texmf-dist/doc/latex/pdfwin/BucSystem4.pdf + texmf-dist/doc/latex/pdfwin/BucSystem5.pdf + texmf-dist/doc/latex/pdfwin/BucSystem6.pdf + texmf-dist/doc/latex/pdfwin/Bucuresti2003.tex + texmf-dist/doc/latex/pdfwin/JWGU-Logo.png + texmf-dist/doc/latex/pdfwin/Thumbs.db + texmf-dist/doc/latex/pdfwin/marble.png + texmf-dist/doc/latex/pdfwin/normprot.tex + texmf-dist/doc/latex/pdfwin/shortvec.tex +runfiles size=20 + texmf-dist/tex/latex/pdfwin/pdfwin.cfg + texmf-dist/tex/latex/pdfwin/pdfwin.sty + +name pdfx +category Package +revision 15878 +shortdesc PDF/X-1a and PDF/A-1b support for pdfTeX. +longdesc The package helps LaTeX users to create PDF/X-1a and PFD/A-1b +longdesc compliant pdf documents with pdfTeX. +docfiles size=51 + texmf-dist/doc/latex/pdfx/README details="Readme" + texmf-dist/doc/latex/pdfx/manifest.txt + texmf-dist/doc/latex/pdfx/pdfx.pdf details="Package documentation" + texmf-dist/doc/latex/pdfx/small2e.pdf + texmf-dist/doc/latex/pdfx/small2e.tex + texmf-dist/doc/latex/pdfx/small2e.xmpdata +srcfiles size=10 + texmf-dist/source/latex/pdfx/Makefile + texmf-dist/source/latex/pdfx/pdfx.dtx + texmf-dist/source/latex/pdfx/pdfx.ins + texmf-dist/source/latex/pdfx/rvdtx.sty +runfiles size=6 + texmf-dist/tex/latex/pdfx/glyphtounicode-cmr.tex + texmf-dist/tex/latex/pdfx/pdfa-1b.xmp + texmf-dist/tex/latex/pdfx/pdfx-1a.xmp + texmf-dist/tex/latex/pdfx/pdfx.sty +catalogue-ctan /macros/latex/contrib/pdfx +catalogue-date 2009-05-04 11:07:03 +0200 +catalogue-license lppl +catalogue-version 1.3 + +name pecha +category Package +revision 15878 +shortdesc Print Tibetan text in the classic pecha layout style. +longdesc The pecha class provides an environment for writing Tibetan on +longdesc LaTeX2e in the traditional Tibetan Pecha layout used for +longdesc spiritual or philosophical texts, using the cTib4TeX package by +longdesc Oliver Corff. It provides features like headers in different +longdesc languages, page numbering in Tibetan and more. +docfiles size=31 + texmf-dist/doc/latex/pecha/CHANGES + texmf-dist/doc/latex/pecha/COPYING + texmf-dist/doc/latex/pecha/README details="Package README" + texmf-dist/doc/latex/pecha/example.pdf details="Example usage" + texmf-dist/doc/latex/pecha/example.tex + texmf-dist/doc/latex/pecha/pecha_docu.pdf details="Package documentation" + texmf-dist/doc/latex/pecha/pecha_docu.tex +runfiles size=11 + texmf-dist/tex/latex/pecha/ctibmantra.sty + texmf-dist/tex/latex/pecha/pecha.cls +catalogue-ctan /language/tibetan/pecha +catalogue-date 2006-10-13 13:00:52 +0200 +catalogue-license gpl +catalogue-version 0.1 + +name perception +category Package +revision 15878 +shortdesc BibTeX style for the journal Perception. +longdesc A product of custom-bib, provided simply to save others' time. +docfiles size=1 + texmf-dist/doc/latex/perception/README +runfiles size=8 + texmf-dist/bibtex/bst/perception/perception.bst +catalogue-ctan /biblio/bibtex/contrib/perception +catalogue-date 2007-02-24 15:09:57 +0100 +catalogue-license lppl + +name perltex +category Package +revision 15878 +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 +longdesc to define LaTeX macros in terms of Perl code. Once defined, a +longdesc Perl macro becomes indistinguishable from any other LaTeX +longdesc macro. PerlTeX thereby combines LaTeX's typesetting power with +longdesc Perl's programmability. PerlTeX will make use of persistent +longdesc named pipes, and thereby run more efficiently, on operating +longdesc systems that offer them (mostly Unix-like systems). Also +longdesc provided is a switch to generate a PerlTeX-free, document- +longdesc specific, noperltex.sty that is useful when distributing a +longdesc document to places where PerlTeX is not available. +depend perltex.ARCH +docfiles size=84 + texmf-dist/doc/latex/perltex/README details="Readme" + texmf-dist/doc/latex/perltex/example.tex + texmf-dist/doc/latex/perltex/perltex.pdf details="Package documentation" +srcfiles size=31 + texmf-dist/source/latex/perltex/perltex.dtx + texmf-dist/source/latex/perltex/perltex.ins +runfiles size=6 + texmf-dist/scripts/perltex/perltex + texmf-dist/tex/latex/perltex/perltex.sty +catalogue-ctan /macros/latex/contrib/perltex +catalogue-date 2009-09-20 17:23:03 +0200 +catalogue-license lppl +catalogue-version 1.9 + +name perltex.alpha-linux +category Package +revision 15878 +shortdesc alpha-linux files of perltex +binfiles arch=alpha-linux size=1 + bin/alpha-linux/perltex + +name perltex.i386-cygwin +category Package +revision 15878 +shortdesc i386-cygwin files of perltex +binfiles arch=i386-cygwin size=1 + bin/i386-cygwin/perltex + +name perltex.i386-linux +category Package +revision 15878 +shortdesc i386-linux files of perltex +binfiles arch=i386-linux size=1 + bin/i386-linux/perltex + +name perltex.i386-netbsd +category Package +revision 15878 +shortdesc i386-netbsd files of perltex +binfiles arch=i386-netbsd size=1 + bin/i386-netbsd/perltex + +name perltex.i386-solaris +category Package +revision 15878 +shortdesc i386-solaris files of perltex +binfiles arch=i386-solaris size=1 + bin/i386-solaris/perltex + +name perltex.mips-irix +category Package +revision 15878 +shortdesc mips-irix files of perltex +binfiles arch=mips-irix size=1 + bin/mips-irix/perltex + +name perltex.powerpc-aix +category Package +revision 15878 +shortdesc powerpc-aix files of perltex +binfiles arch=powerpc-aix size=1 + bin/powerpc-aix/perltex + +name perltex.powerpc-linux +category Package +revision 15878 +shortdesc powerpc-linux files of perltex +binfiles arch=powerpc-linux size=1 + bin/powerpc-linux/perltex + +name perltex.sparc-linux +category Package +revision 15878 +shortdesc sparc-linux files of perltex +binfiles arch=sparc-linux size=1 + bin/sparc-linux/perltex + +name perltex.sparc-solaris +category Package +revision 15878 +shortdesc sparc-solaris files of perltex +binfiles arch=sparc-solaris size=1 + bin/sparc-solaris/perltex + +name perltex.universal-darwin +category Package +revision 15878 +shortdesc universal-darwin files of perltex +binfiles arch=universal-darwin size=1 + bin/universal-darwin/perltex + +name perltex.win32 +category Package +revision 15878 +shortdesc win32 files of perltex +binfiles arch=win32 size=1 + bin/win32/perltex.exe + +name perltex.x86_64-linux +category Package +revision 15878 +shortdesc x86_64-linux files of perltex +binfiles arch=x86_64-linux size=1 + bin/x86_64-linux/perltex + +name permute +category Package +revision 15878 +shortdesc Support for symmetric groups. +longdesc A package for symmetric groups, allowing you to input, output, +longdesc and calculate with them. +docfiles size=22 + texmf-dist/doc/latex/permute/permute.pdf details="Package documentation" +srcfiles size=11 + texmf-dist/source/latex/permute/permute.dtx + texmf-dist/source/latex/permute/permute.ins +runfiles size=3 + texmf-dist/tex/latex/permute/permute.sty +catalogue-ctan /macros/latex/contrib/permute +catalogue-date 2007-01-12 23:55:10 +0100 +catalogue-license lppl + +name petiteannonce +category Package +revision 15878 +shortdesc A class for small advertisements. +longdesc The class enables you to create the sort of adverts that you +longdesc pin on a noticeboard, with tear-off strips at the bottom where +longdesc you can place contact details. +docfiles size=54 + texmf-dist/doc/latex/petiteannonce/baignoire.JPG + texmf-dist/doc/latex/petiteannonce/petiteannonce.doc.pdf details="Package documentation" + texmf-dist/doc/latex/petiteannonce/petiteannonce.doc.tex + texmf-dist/doc/latex/petiteannonce/petiteannonceexample.pdf details="Example of use" + texmf-dist/doc/latex/petiteannonce/petiteannonceexample.tex +runfiles size=3 + texmf-dist/tex/latex/petiteannonce/petiteannonce.cls +catalogue-ctan /macros/latex/contrib/petiteannonce +catalogue-date 2008-08-23 00:06:02 +0200 +catalogue-license lppl +catalogue-version 0.001 + +name petri-nets +category Package +revision 15878 +shortdesc A set TeX/LaTeX packages for drawing Petri nets. +longdesc Petri-nets is a set of TeX/LaTeX packages about Petri nets and +longdesc related models. Three packages are available: - the first +longdesc allows the user to draw Petri-nets in PostScript documents; - +longdesc the second defines macros related to PBC, M-nets and B(PN) +longdesc models; and - the last gathers together the previous two. +docfiles size=61 + texmf-dist/doc/latex/petri-nets/README + texmf-dist/doc/latex/petri-nets/pndoc.pdf details="Package documentation" + texmf-dist/doc/latex/petri-nets/pndoc.tex +srcfiles size=6 + texmf-dist/source/latex/petri-nets/COPYING + texmf-dist/source/latex/petri-nets/pn2pdf +runfiles size=10 + texmf-dist/tex/latex/petri-nets/pndraw.sty + texmf-dist/tex/latex/petri-nets/pndraw.tex + texmf-dist/tex/latex/petri-nets/pnets.sty + texmf-dist/tex/latex/petri-nets/pnets.tex + texmf-dist/tex/latex/petri-nets/pntext.sty + texmf-dist/tex/latex/petri-nets/pntext.tex + texmf-dist/tex/latex/petri-nets/pnversion.tex +catalogue-ctan /macros/generic/petri-nets +catalogue-date 2007-01-12 23:55:10 +0100 +catalogue-license gpl + +name pgf +category Package +revision 15878 +shortdesc Create PostScript and PDF graphics in TeX. +longdesc PGF is a macro package for creating graphics. It is platform- +longdesc and format-independent and works together with the most +longdesc important TeX backend drivers, including pdftex and dvips. It +longdesc comes with a user-friedly syntax layer called TikZ. Its usage +longdesc is similar to pstricks and the standard picture environment. +longdesc PGF works with plain (pdf-)TeX, (pdf-)LaTeX, and ConTeXt. +longdesc Unlike pstricks, it can produce either PostScript or PDF +longdesc output. +depend xkeyval +docfiles size=1564 + texmf-dist/doc/generic/pgf/AUTHORS + texmf-dist/doc/generic/pgf/ChangeLog + texmf-dist/doc/generic/pgf/FILES + texmf-dist/doc/generic/pgf/INSTALL + texmf-dist/doc/generic/pgf/README details="Readme" + texmf-dist/doc/generic/pgf/TODO + texmf-dist/doc/generic/pgf/images/brave-gnu-world-logo-mask.bb + texmf-dist/doc/generic/pgf/images/brave-gnu-world-logo-mask.jpg + texmf-dist/doc/generic/pgf/images/brave-gnu-world-logo.25.bb + texmf-dist/doc/generic/pgf/images/brave-gnu-world-logo.25.eps + texmf-dist/doc/generic/pgf/images/brave-gnu-world-logo.25.jpg + texmf-dist/doc/generic/pgf/images/brave-gnu-world-logo.bb + texmf-dist/doc/generic/pgf/images/brave-gnu-world-logo.eps + texmf-dist/doc/generic/pgf/images/brave-gnu-world-logo.jpg + texmf-dist/doc/generic/pgf/images/pgfmanual-mindmap-1.pdf + texmf-dist/doc/generic/pgf/images/pgfmanual-mindmap-2.pdf + texmf-dist/doc/generic/pgf/licenses/LICENSE + texmf-dist/doc/generic/pgf/licenses/gnu-free-documentation-license-1.2.txt + texmf-dist/doc/generic/pgf/licenses/gnu-public-license-2.txt + texmf-dist/doc/generic/pgf/licenses/latex-project-public-license-1.3c.txt + texmf-dist/doc/generic/pgf/licenses/manifest-code.txt + texmf-dist/doc/generic/pgf/licenses/manifest-documentation.txt + texmf-dist/doc/generic/pgf/macros/pgfmanual-en-macros.tex + texmf-dist/doc/generic/pgf/pgfmanual.pdf details="PGF Manual" + texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-base-actions.tex + texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-base-arrows.tex + texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-base-decorations.tex + texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-base-design.tex + texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-base-external.tex + texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-base-images.tex + texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-base-layers.tex + texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-base-matrices.tex + texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-base-nodes.tex + texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-base-paths.tex + texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-base-patterns.tex + texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-base-plots.tex + texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-base-points.tex + texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-base-quick.tex + texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-base-scopes.tex + texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-base-shadings.tex + texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-base-transformations.tex + texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-base-transparency.tex + texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-drivers.tex + texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-guidelines.tex + texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-installation.tex + texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-introduction.tex + texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-library-3d.tex + texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-library-arrows.tex + texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-library-automata.tex + texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-library-backgrounds.tex + texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-library-calendar.tex + texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-library-chains.tex + texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-library-decorations.tex + texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-library-edges.tex + texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-library-er.tex + texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-library-fadings.tex + texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-library-fit.tex + texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-library-folding.tex + texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-library-matrices.tex + texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-library-mindmaps.tex + texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-library-patterns.tex + texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-library-petri.tex + texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-library-plot-handlers.tex + texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-library-plot-marks.tex + texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-library-shadows.tex + texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-library-shapes.tex + texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-library-through.tex + texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-library-trees.tex + texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-license.tex + texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-main.tex + texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-math-algorithms.tex + texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-math-commands.tex + texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-math-design.tex + texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-math-parsing.tex + texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-pages.tex + texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-pgfcalendar.tex + texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-pgffor.tex + texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-pgfkeys.tex + texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-pgfsys-commands.tex + texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-pgfsys-overview.tex + texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-pgfsys-paths.tex + texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-pgfsys-protocol.tex + texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-tikz-actions.tex + texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-tikz-coordinates.tex + texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-tikz-decorations.tex + texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-tikz-design.tex + texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-tikz-matrices.tex + texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-tikz-paths.tex + texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-tikz-plots.tex + texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-tikz-scopes.tex + texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-tikz-shapes.tex + texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-tikz-transformations.tex + texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-tikz-transparency.tex + texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-tikz-trees.tex + texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-tutorial-Euclid.tex + texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-tutorial-chains.tex + texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-tutorial-nodes.tex + texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-tutorial.tex + texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-xxcolor.tex + texmf-dist/doc/generic/pgf/text-en/plots/pgf-asymptotic-example.gnuplot + texmf-dist/doc/generic/pgf/text-en/plots/pgf-asymptotic-example.table + texmf-dist/doc/generic/pgf/text-en/plots/pgf-exp.gnuplot + texmf-dist/doc/generic/pgf/text-en/plots/pgf-exp.table + texmf-dist/doc/generic/pgf/text-en/plots/pgf-parametric-example.gnuplot + texmf-dist/doc/generic/pgf/text-en/plots/pgf-parametric-example.table + texmf-dist/doc/generic/pgf/text-en/plots/pgf-sin.gnuplot + texmf-dist/doc/generic/pgf/text-en/plots/pgf-sin.table + texmf-dist/doc/generic/pgf/text-en/plots/pgf-x.gnuplot + texmf-dist/doc/generic/pgf/text-en/plots/pgf-x.table + texmf-dist/doc/generic/pgf/text-en/plots/pgfmanual-sine.gnuplot + texmf-dist/doc/generic/pgf/text-en/plots/pgfmanual-sine.table + texmf-dist/doc/generic/pgf/text-en/plots/pgfplotgnuplot-example.gnuplot + texmf-dist/doc/generic/pgf/text-en/plots/pgfplotgnuplot-example.table + texmf-dist/doc/generic/pgf/version-for-dvipdfm/en/Makefile + texmf-dist/doc/generic/pgf/version-for-dvipdfm/en/pgfmanual.tex + texmf-dist/doc/generic/pgf/version-for-dvipdfm/pgfmanual-dvipdfm.cfg + texmf-dist/doc/generic/pgf/version-for-dvips/en/Makefile + texmf-dist/doc/generic/pgf/version-for-dvips/en/pgfmanual.tex + texmf-dist/doc/generic/pgf/version-for-dvips/pgfmanual-dvips.cfg + texmf-dist/doc/generic/pgf/version-for-pdftex/en/Makefile + texmf-dist/doc/generic/pgf/version-for-pdftex/en/pgfmanual.tex + texmf-dist/doc/generic/pgf/version-for-pdftex/pgfmanual-pdftex.cfg + texmf-dist/doc/generic/pgf/version-for-tex4ht/en/Makefile + texmf-dist/doc/generic/pgf/version-for-tex4ht/en/pgfmanual.tex + texmf-dist/doc/generic/pgf/version-for-tex4ht/pgfmanual-tex4ht.cfg + texmf-dist/doc/generic/pgf/version-for-vtex/en/Makefile + texmf-dist/doc/generic/pgf/version-for-vtex/en/pgfmanual.tex + texmf-dist/doc/generic/pgf/version-for-vtex/en/plots/pgf-asymptotic-example.gnuplot + texmf-dist/doc/generic/pgf/version-for-vtex/en/plots/pgf-asymptotic-example.table + texmf-dist/doc/generic/pgf/version-for-vtex/en/plots/pgf-exp.gnuplot + texmf-dist/doc/generic/pgf/version-for-vtex/en/plots/pgf-exp.table + texmf-dist/doc/generic/pgf/version-for-vtex/en/plots/pgf-parametric-example.gnuplot + texmf-dist/doc/generic/pgf/version-for-vtex/en/plots/pgf-parametric-example.table + texmf-dist/doc/generic/pgf/version-for-vtex/en/plots/pgf-sin.gnuplot + texmf-dist/doc/generic/pgf/version-for-vtex/en/plots/pgf-sin.table + texmf-dist/doc/generic/pgf/version-for-vtex/en/plots/pgf-x.gnuplot + texmf-dist/doc/generic/pgf/version-for-vtex/en/plots/pgf-x.table + texmf-dist/doc/generic/pgf/version-for-vtex/en/plots/pgfmanual-sine.gnuplot + texmf-dist/doc/generic/pgf/version-for-vtex/en/plots/pgfmanual-sine.table + texmf-dist/doc/generic/pgf/version-for-vtex/en/plots/pgfplotgnuplot-example.gnuplot + texmf-dist/doc/generic/pgf/version-for-vtex/en/plots/pgfplotgnuplot-example.table + texmf-dist/doc/generic/pgf/version-for-vtex/pgfmanual-vtex.cfg +runfiles size=520 + texmf-dist/tex/context/pgf/basiclayer/t-pgf.tex + texmf-dist/tex/context/pgf/basiclayer/t-pgfbim.tex + texmf-dist/tex/context/pgf/basiclayer/t-pgfbla.tex + texmf-dist/tex/context/pgf/basiclayer/t-pgfbma.tex + texmf-dist/tex/context/pgf/basiclayer/t-pgfbpl.tex + texmf-dist/tex/context/pgf/basiclayer/t-pgfbpt.tex + texmf-dist/tex/context/pgf/basiclayer/t-pgfbsh.tex + texmf-dist/tex/context/pgf/basiclayer/t-pgfbsn.tex + texmf-dist/tex/context/pgf/basiclayer/t-pgfcor.tex + texmf-dist/tex/context/pgf/frontendlayer/t-tikz.tex + texmf-dist/tex/context/pgf/math/t-pgfmat.tex + texmf-dist/tex/context/pgf/systemlayer/t-pgfsys.tex + texmf-dist/tex/context/pgf/utilities/t-pgfcal.tex + texmf-dist/tex/context/pgf/utilities/t-pgffor.tex + texmf-dist/tex/context/pgf/utilities/t-pgfkey.tex + texmf-dist/tex/context/pgf/utilities/t-pgfmod.tex + texmf-dist/tex/context/pgf/utilities/t-pgfrcs.tex + texmf-dist/tex/generic/pgf/basiclayer/pgfcore.code.tex + texmf-dist/tex/generic/pgf/basiclayer/pgfcorearrows.code.tex + texmf-dist/tex/generic/pgf/basiclayer/pgfcoregraphicstate.code.tex + texmf-dist/tex/generic/pgf/basiclayer/pgfcoreimage.code.tex + texmf-dist/tex/generic/pgf/basiclayer/pgfcorelayers.code.tex + texmf-dist/tex/generic/pgf/basiclayer/pgfcoreobjects.code.tex + texmf-dist/tex/generic/pgf/basiclayer/pgfcorepathconstruct.code.tex + texmf-dist/tex/generic/pgf/basiclayer/pgfcorepathprocessing.code.tex + texmf-dist/tex/generic/pgf/basiclayer/pgfcorepathusage.code.tex + texmf-dist/tex/generic/pgf/basiclayer/pgfcorepatterns.code.tex + texmf-dist/tex/generic/pgf/basiclayer/pgfcorepoints.code.tex + texmf-dist/tex/generic/pgf/basiclayer/pgfcorequick.code.tex + texmf-dist/tex/generic/pgf/basiclayer/pgfcorescopes.code.tex + texmf-dist/tex/generic/pgf/basiclayer/pgfcoreshade.code.tex + texmf-dist/tex/generic/pgf/basiclayer/pgfcoretransformations.code.tex + texmf-dist/tex/generic/pgf/basiclayer/pgfcoretransparency.code.tex + texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrary3d.code.tex + texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibraryarrows.code.tex + texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibraryautomata.code.tex + texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrarybackgrounds.code.tex + texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrarycalc.code.tex + texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrarycalendar.code.tex + texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrarychains.code.tex + texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrarydecorations.code.tex + texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrarydecorations.footprints.code.tex + texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrarydecorations.fractals.code.tex + texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrarydecorations.markings.code.tex + texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrarydecorations.pathmorphing.code.tex + texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrarydecorations.pathreplacing.code.tex + texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrarydecorations.shapes.code.tex + texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrarydecorations.text.code.tex + texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibraryer.code.tex + texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibraryfadings.code.tex + texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibraryfit.code.tex + texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibraryfolding.code.tex + texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrarymatrix.code.tex + texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrarymindmap.code.tex + texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrarypatterns.code.tex + texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrarypetri.code.tex + texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibraryplothandlers.code.tex + texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibraryplotmarks.code.tex + texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrarypositioning.code.tex + texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibraryscopes.code.tex + texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibraryshadows.code.tex + texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibraryshapes.arrows.code.tex + texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibraryshapes.callouts.code.tex + texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibraryshapes.code.tex + texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibraryshapes.gates.logic.IEC.code.tex + texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibraryshapes.gates.logic.US.code.tex + texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibraryshapes.geometric.code.tex + texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibraryshapes.misc.code.tex + texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibraryshapes.multipart.code.tex + texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibraryshapes.symbols.code.tex + texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrarysnakes.code.tex + texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrarythrough.code.tex + texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrarytopaths.code.tex + texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrarytrees.code.tex + texmf-dist/tex/generic/pgf/frontendlayer/tikz/tikz.code.tex + texmf-dist/tex/generic/pgf/libraries/pgflibraryarrows.code.tex + texmf-dist/tex/generic/pgf/libraries/pgflibrarydecorations.footprints.code.tex + texmf-dist/tex/generic/pgf/libraries/pgflibrarydecorations.fractals.code.tex + texmf-dist/tex/generic/pgf/libraries/pgflibrarydecorations.markings.code.tex + texmf-dist/tex/generic/pgf/libraries/pgflibrarydecorations.pathmorphing.code.tex + texmf-dist/tex/generic/pgf/libraries/pgflibrarydecorations.pathreplacing.code.tex + texmf-dist/tex/generic/pgf/libraries/pgflibrarydecorations.shapes.code.tex + texmf-dist/tex/generic/pgf/libraries/pgflibrarydecorations.text.code.tex + texmf-dist/tex/generic/pgf/libraries/pgflibraryfadings.code.tex + texmf-dist/tex/generic/pgf/libraries/pgflibrarypatterns.code.tex + texmf-dist/tex/generic/pgf/libraries/pgflibraryplothandlers.code.tex + texmf-dist/tex/generic/pgf/libraries/pgflibraryplotmarks.code.tex + texmf-dist/tex/generic/pgf/libraries/pgflibraryshapes.arrows.code.tex + texmf-dist/tex/generic/pgf/libraries/pgflibraryshapes.callouts.code.tex + texmf-dist/tex/generic/pgf/libraries/pgflibraryshapes.code.tex + texmf-dist/tex/generic/pgf/libraries/pgflibraryshapes.gates.logic.IEC.code.tex + texmf-dist/tex/generic/pgf/libraries/pgflibraryshapes.gates.logic.US.code.tex + texmf-dist/tex/generic/pgf/libraries/pgflibraryshapes.geometric.code.tex + texmf-dist/tex/generic/pgf/libraries/pgflibraryshapes.misc.code.tex + texmf-dist/tex/generic/pgf/libraries/pgflibraryshapes.multipart.code.tex + texmf-dist/tex/generic/pgf/libraries/pgflibraryshapes.symbols.code.tex + texmf-dist/tex/generic/pgf/libraries/pgflibrarysnakes.code.tex + texmf-dist/tex/generic/pgf/math/pgfmath.code.tex + texmf-dist/tex/generic/pgf/math/pgfmathbase.code.tex + texmf-dist/tex/generic/pgf/math/pgfmathcalc.code.tex + texmf-dist/tex/generic/pgf/math/pgfmathoperations.code.tex + texmf-dist/tex/generic/pgf/math/pgfmathparser.code.tex + texmf-dist/tex/generic/pgf/math/pgfmathrnd.code.tex + texmf-dist/tex/generic/pgf/math/pgfmathtrig.code.tex + texmf-dist/tex/generic/pgf/math/pgfmathutil.code.tex + texmf-dist/tex/generic/pgf/modules/pgfmoduledecorations.code.tex + texmf-dist/tex/generic/pgf/modules/pgfmodulematrix.code.tex + texmf-dist/tex/generic/pgf/modules/pgfmoduleplot.code.tex + texmf-dist/tex/generic/pgf/modules/pgfmoduleshapes.code.tex + texmf-dist/tex/generic/pgf/modules/pgfmodulesnakes.code.tex + texmf-dist/tex/generic/pgf/systemlayer/pgf.cfg + texmf-dist/tex/generic/pgf/systemlayer/pgfsys-common-pdf-via-dvi.def + texmf-dist/tex/generic/pgf/systemlayer/pgfsys-common-pdf.def + texmf-dist/tex/generic/pgf/systemlayer/pgfsys-common-postscript.def + texmf-dist/tex/generic/pgf/systemlayer/pgfsys-common-svg.def + texmf-dist/tex/generic/pgf/systemlayer/pgfsys-dvi.def + texmf-dist/tex/generic/pgf/systemlayer/pgfsys-dvipdfm.def + texmf-dist/tex/generic/pgf/systemlayer/pgfsys-dvipdfmx.def + texmf-dist/tex/generic/pgf/systemlayer/pgfsys-dvips.def + texmf-dist/tex/generic/pgf/systemlayer/pgfsys-pdftex.def + texmf-dist/tex/generic/pgf/systemlayer/pgfsys-tex4ht.def + texmf-dist/tex/generic/pgf/systemlayer/pgfsys-textures.def + texmf-dist/tex/generic/pgf/systemlayer/pgfsys-vtex.def + texmf-dist/tex/generic/pgf/systemlayer/pgfsys-xetex.def + texmf-dist/tex/generic/pgf/systemlayer/pgfsys.code.tex + texmf-dist/tex/generic/pgf/systemlayer/pgfsysprotocol.code.tex + texmf-dist/tex/generic/pgf/systemlayer/pgfsyssoftpath.code.tex + texmf-dist/tex/generic/pgf/utilities/pgfcalendar.code.tex + texmf-dist/tex/generic/pgf/utilities/pgfexternal.tex + texmf-dist/tex/generic/pgf/utilities/pgffor.code.tex + texmf-dist/tex/generic/pgf/utilities/pgfkeys.code.tex + texmf-dist/tex/generic/pgf/utilities/pgfrcs.code.tex + texmf-dist/tex/generic/pgf/utilities/pgfutil-common.tex + texmf-dist/tex/generic/pgf/utilities/pgfutil-context.def + texmf-dist/tex/generic/pgf/utilities/pgfutil-latex.def + texmf-dist/tex/generic/pgf/utilities/pgfutil-plain.def + texmf-dist/tex/latex/pgf/basiclayer/pgf.sty + texmf-dist/tex/latex/pgf/basiclayer/pgfbaseimage.sty + texmf-dist/tex/latex/pgf/basiclayer/pgfbaselayers.sty + texmf-dist/tex/latex/pgf/basiclayer/pgfbasematrix.sty + texmf-dist/tex/latex/pgf/basiclayer/pgfbasepatterns.sty + texmf-dist/tex/latex/pgf/basiclayer/pgfbaseplot.sty + texmf-dist/tex/latex/pgf/basiclayer/pgfbaseshapes.sty + texmf-dist/tex/latex/pgf/basiclayer/pgfbasesnakes.sty + texmf-dist/tex/latex/pgf/basiclayer/pgfcore.sty + texmf-dist/tex/latex/pgf/compatibility/pgfarrows.sty + texmf-dist/tex/latex/pgf/compatibility/pgfautomata.sty + texmf-dist/tex/latex/pgf/compatibility/pgfcomp-version-0-65.sty + texmf-dist/tex/latex/pgf/compatibility/pgfcomp-version-1-18.sty + texmf-dist/tex/latex/pgf/compatibility/pgfheaps.sty + texmf-dist/tex/latex/pgf/compatibility/pgflibraryarrows.sty + texmf-dist/tex/latex/pgf/compatibility/pgflibraryautomata.sty + texmf-dist/tex/latex/pgf/compatibility/pgflibraryplothandlers.sty + texmf-dist/tex/latex/pgf/compatibility/pgflibraryplotmarks.sty + texmf-dist/tex/latex/pgf/compatibility/pgflibraryshapes.sty + texmf-dist/tex/latex/pgf/compatibility/pgflibrarysnakes.sty + texmf-dist/tex/latex/pgf/compatibility/pgflibrarytikzbackgrounds.sty + texmf-dist/tex/latex/pgf/compatibility/pgflibrarytikztrees.sty + texmf-dist/tex/latex/pgf/compatibility/pgfnodes.sty + texmf-dist/tex/latex/pgf/compatibility/pgfshade.sty + texmf-dist/tex/latex/pgf/frontendlayer/pgfpict2e.sty + texmf-dist/tex/latex/pgf/frontendlayer/tikz.sty + texmf-dist/tex/latex/pgf/math/pgfmath.sty + texmf-dist/tex/latex/pgf/systemlayer/pgfsys.sty + texmf-dist/tex/latex/pgf/utilities/pgfcalendar.sty + texmf-dist/tex/latex/pgf/utilities/pgffor.sty + texmf-dist/tex/latex/pgf/utilities/pgfkeys.sty + texmf-dist/tex/latex/pgf/utilities/pgfpages.sty + texmf-dist/tex/latex/pgf/utilities/pgfrcs.sty + texmf-dist/tex/latex/pgf/utilities/xxcolor.sty + texmf-dist/tex/plain/pgf/basiclayer/pgf.tex + texmf-dist/tex/plain/pgf/basiclayer/pgfbaseimage.tex + texmf-dist/tex/plain/pgf/basiclayer/pgfbaselayers.tex + texmf-dist/tex/plain/pgf/basiclayer/pgfbasematrix.tex + texmf-dist/tex/plain/pgf/basiclayer/pgfbasepatterns.tex + texmf-dist/tex/plain/pgf/basiclayer/pgfbaseplot.tex + texmf-dist/tex/plain/pgf/basiclayer/pgfbaseshapes.tex + texmf-dist/tex/plain/pgf/basiclayer/pgfbasesnakes.tex + texmf-dist/tex/plain/pgf/basiclayer/pgfcore.tex + texmf-dist/tex/plain/pgf/frontendlayer/tikz.tex + texmf-dist/tex/plain/pgf/math/pgfmath.tex + texmf-dist/tex/plain/pgf/systemlayer/pgfsys.tex + texmf-dist/tex/plain/pgf/utilities/pgfcalendar.tex + texmf-dist/tex/plain/pgf/utilities/pgffor.tex + texmf-dist/tex/plain/pgf/utilities/pgfkeys.tex + texmf-dist/tex/plain/pgf/utilities/pgfrcs.tex +catalogue-ctan /graphics/pgf/base +catalogue-date 2008-02-20 14:18:00 +0100 +catalogue-license lppl1.3 +catalogue-version 2.00 + +name pgf-soroban +category Package +revision 15878 +shortdesc Create images of the soroban using TikZ/PGF. +longdesc The package makes it possible to create pictures of the soroban +longdesc (Japanese abacus) using PGF/TikZ +docfiles size=97 + texmf-dist/doc/latex/pgf-soroban/Changes + texmf-dist/doc/latex/pgf-soroban/README details="Readme" + texmf-dist/doc/latex/pgf-soroban/pgf-soroban-doc.bib + texmf-dist/doc/latex/pgf-soroban/pgf-soroban-doc.pdf details="Package documentation" + texmf-dist/doc/latex/pgf-soroban/pgf-soroban-doc.tex +runfiles size=2 + texmf-dist/tex/latex/pgf-soroban/pgf-soroban.sty +catalogue-ctan /graphics/pgf/contrib/pgf-soroban +catalogue-date 2008-08-23 00:06:02 +0200 +catalogue-license lppl +catalogue-version 1.0 + +name pgfopts +category Package +revision 15878 +shortdesc LaTeX package options with pgfkeys. +longdesc The pgfkeys package (part of the pgf distribution) is a well- +longdesc designed way of defining and using large numbers of keys for +longdesc key-value syntaxes. However, pgfkeys does not make the facility +longdesc available for handling LaTeX class and package options. This +longdesc package adds such option handling to pgfkeys, in the same way +longdesc that kvoptions adds the same facility to the LaTeX standard +longdesc keyval package. syntax elements +docfiles size=56 + texmf-dist/doc/latex/pgfopts/README details="Readme" + texmf-dist/doc/latex/pgfopts/pgfopts-manual.pdf details="Package manual" + texmf-dist/doc/latex/pgfopts/pgfopts.pdf details="Package documentation" +srcfiles size=7 + texmf-dist/source/latex/pgfopts/pgfopts.dtx + texmf-dist/source/latex/pgfopts/pgfopts.ins +runfiles size=1 + texmf-dist/tex/latex/pgfopts/pgfopts.sty +catalogue-ctan /macros/latex/contrib/pgfopts +catalogue-date 2008-08-24 14:46:50 +0200 +catalogue-license lppl +catalogue-version 1.0 + +name pgfplots +category Package +revision 15878 +shortdesc Create normal/logarithmic plots in LaTeX. +longdesc Pgfplots draws high-quality function plots using normal or +longdesc logarithmic scaling, with a user-friendly interface. The user +longdesc supplies axis labels, legend entries and the plot coordinates +longdesc for one or more plots and Pgfplots applies axis scaling, +longdesc computes any logarithms and axis ticks and draws the plots. +longdesc Pgfplots is based on Till Tantau's package PGF/TikZ. +docfiles size=1069 + texmf-dist/doc/context/third/pgfplots/pgfplotsexample.pdf + texmf-dist/doc/context/third/pgfplots/pgfplotsexample.tex + texmf-dist/doc/generic/pgfplots/README details="Readme" + texmf-dist/doc/latex/pgfplots/ChangeLog + texmf-dist/doc/latex/pgfplots/Makefile + texmf-dist/doc/latex/pgfplots/README details="Readme" + texmf-dist/doc/latex/pgfplots/figures/external1.gnuplot + texmf-dist/doc/latex/pgfplots/figures/external1.png + texmf-dist/doc/latex/pgfplots/figures/external2.pdf + texmf-dist/doc/latex/pgfplots/figures/pgfplotsclickable-fig1.png + texmf-dist/doc/latex/pgfplots/figures/pgfplotsclickable-fig2.png + texmf-dist/doc/latex/pgfplots/figures/pgfplotsclickable-fig3.png + texmf-dist/doc/latex/pgfplots/figures/pgfplotsclickable-fig4.png + texmf-dist/doc/latex/pgfplots/gpl-3.0.txt + texmf-dist/doc/latex/pgfplots/pgfmanual-en-macros.tex + texmf-dist/doc/latex/pgfplots/pgfplots-macros.tex + texmf-dist/doc/latex/pgfplots/pgfplots.bib + texmf-dist/doc/latex/pgfplots/pgfplots.importexport.tex + texmf-dist/doc/latex/pgfplots/pgfplots.install.tex + texmf-dist/doc/latex/pgfplots/pgfplots.intro.tex + texmf-dist/doc/latex/pgfplots/pgfplots.libs.tex + texmf-dist/doc/latex/pgfplots/pgfplots.mst + texmf-dist/doc/latex/pgfplots/pgfplots.pdf details="Package manual" + texmf-dist/doc/latex/pgfplots/pgfplots.preamble.tex + texmf-dist/doc/latex/pgfplots/pgfplots.reference.tex + texmf-dist/doc/latex/pgfplots/pgfplots.resources.tex + texmf-dist/doc/latex/pgfplots/pgfplots.testplot + texmf-dist/doc/latex/pgfplots/pgfplots.testtable + texmf-dist/doc/latex/pgfplots/pgfplots.testtable2.dat + texmf-dist/doc/latex/pgfplots/pgfplots.tex + texmf-dist/doc/latex/pgfplots/pgfplots.timeseries.dat + texmf-dist/doc/latex/pgfplots/pgfplotsJS.djs + texmf-dist/doc/latex/pgfplots/pgfplotsexample.pdf details="LaTeX Examples" + texmf-dist/doc/latex/pgfplots/pgfplotsexample.tex + texmf-dist/doc/latex/pgfplots/pgfplotstable.example1.csv + texmf-dist/doc/latex/pgfplots/pgfplotstable.example1.dat + texmf-dist/doc/latex/pgfplots/pgfplotstable.example1.out.dat + texmf-dist/doc/latex/pgfplots/pgfplotstable.example1.out.html + texmf-dist/doc/latex/pgfplots/pgfplotstable.example1.out.tex + texmf-dist/doc/latex/pgfplots/pgfplotstable.example2.dat + texmf-dist/doc/latex/pgfplots/pgfplotstable.mst + texmf-dist/doc/latex/pgfplots/pgfplotstable.pdf details="Manual for PgfplotsTable" + texmf-dist/doc/latex/pgfplots/pgfplotstable.tex + texmf-dist/doc/latex/pgfplots/plotdata/accounts.dat + texmf-dist/doc/latex/pgfplots/plotdata/newexperiment1.dat + texmf-dist/doc/latex/pgfplots/plotdata/newexperiment2.dat + texmf-dist/doc/latex/pgfplots/plotdata/newexperiment3.dat + texmf-dist/doc/latex/pgfplots/plotdata/oldexperiment1.dat + texmf-dist/doc/latex/pgfplots/plotdata/oldexperiment2.dat + texmf-dist/doc/latex/pgfplots/plotdata/oldexperiment3.dat + texmf-dist/doc/latex/pgfplots/plotdata/ou.dat + texmf-dist/doc/latex/pgfplots/plotdata/pgfplots_scatterdata1.dat + texmf-dist/doc/latex/pgfplots/plotdata/pgfplots_scatterdata1_latent.dat + texmf-dist/doc/latex/pgfplots/plotdata/pgfplots_scatterdata2.dat + texmf-dist/doc/latex/pgfplots/plotdata/pgfplots_scatterdata2_latent.dat + texmf-dist/doc/latex/pgfplots/plotdata/pgfplots_scatterdata3.dat + texmf-dist/doc/latex/pgfplots/todo.txt + texmf-dist/doc/plain/pgfplots/pgfplotsexample.pdf details="Plain TeX Examples" + texmf-dist/doc/plain/pgfplots/pgfplotsexample.tex +srcfiles size=24 + texmf-dist/source/context/third/pgfplots/pgfplotstests.zip + texmf-dist/source/latex/pgfplots/pgfplotstests.zip +runfiles size=227 + texmf-dist/scripts/pgfplots/matlab2pgfplots.m + texmf-dist/scripts/pgfplots/matlab2pgfplots.sh + texmf-dist/scripts/pgfplots/pgf2pdf.sh + texmf-dist/tex/context/third/pgfplots/t-pgfplots.tex + texmf-dist/tex/context/third/pgfplots/t-pgfplotstable.tex + texmf-dist/tex/generic/pgfplots/libs/tikzlibrarydateplot.code.tex + texmf-dist/tex/generic/pgfplots/liststructure/pgfplotsarray.code.tex + texmf-dist/tex/generic/pgfplots/liststructure/pgfplotsliststructure.code.tex + texmf-dist/tex/generic/pgfplots/liststructure/pgfplotsliststructureext.code.tex + texmf-dist/tex/generic/pgfplots/numtable/pgfplotstable.code.tex + texmf-dist/tex/generic/pgfplots/numtable/pgfplotstable.coltype.code.tex + texmf-dist/tex/generic/pgfplots/oldpgfcompatib/pgfplotsoldpgfsupp_loader.code.tex + texmf-dist/tex/generic/pgfplots/oldpgfcompatib/pgfplotsoldpgfsupp_misc.code.tex + texmf-dist/tex/generic/pgfplots/oldpgfcompatib/pgfplotsoldpgfsupp_pgfkeysfiltered.code.tex + texmf-dist/tex/generic/pgfplots/oldpgfcompatib/pgfplotsoldpgfsupp_pgflibraryfpu.code.tex + texmf-dist/tex/generic/pgfplots/oldpgfcompatib/pgfplotsoldpgfsupp_pgflibraryplothandlers.code.tex + texmf-dist/tex/generic/pgfplots/oldpgfcompatib/pgfplotsoldpgfsupp_pgfmathfloat.code.tex + texmf-dist/tex/generic/pgfplots/pgfplots.code.tex + texmf-dist/tex/generic/pgfplots/pgfplots.stackedplots.code.tex + texmf-dist/tex/generic/pgfplots/pgfplotscoordprocessing.code.tex + texmf-dist/tex/generic/pgfplots/pgfplotscore.code.tex + texmf-dist/tex/generic/pgfplots/pgfplotsticks.code.tex + texmf-dist/tex/generic/pgfplots/util/pgfplotscolormap.code.tex + texmf-dist/tex/generic/pgfplots/util/pgfplotsutil.code.tex + texmf-dist/tex/latex/pgfplots/libs/tikzlibrarypgfplotsclickable.code.tex + texmf-dist/tex/latex/pgfplots/pgfplots.sty + texmf-dist/tex/latex/pgfplots/pgfplotstable.sty + texmf-dist/tex/plain/pgfplots/pgfplots.tex + texmf-dist/tex/plain/pgfplots/pgfplotstable.tex +catalogue-ctan /graphics/pgf/contrib/pgfplots +catalogue-date 2009-02-21 22:11:32 +0100 +catalogue-license gpl +catalogue-version 1.2.2 + +name phaistos +category Package +revision 15878 +shortdesc Disk of Phaistos font. +longdesc A font that contains all the symbols of the famous Disc of +longdesc Phaistos, together with a LaTeX package. The disc was 'printed' +longdesc by stamping the wet clay with some sort of punches, probably +longdesc around 1700 BCE. The font is available in Adobe Type 1 and +longdesc OpenType formats (the latter using the Unicode positions for +longdesc the symbols). There are those who believe that this Cretan +longdesc script was used to 'write' Greek (it is known, for example, +longdesc that the rather later Cretan Linear B script was used to write +longdesc Greek), but arguments for other languages have been presented. +execute addMap phaistos.map +docfiles size=47 + texmf-dist/doc/fonts/phaistos/getglyphs + texmf-dist/doc/fonts/phaistos/glyphTable.pdf +srcfiles size=4 + texmf-dist/source/fonts/phaistos/phaistos.dtx + texmf-dist/source/fonts/phaistos/phaistos.ins +runfiles size=54 + texmf-dist/fonts/afm/public/phaistos/phaistos.afm + texmf-dist/fonts/map/dvips/phaistos/phaistos.map + texmf-dist/fonts/opentype/public/phaistos/Phaistos.otf + texmf-dist/fonts/tfm/public/phaistos/phaistos.tfm + texmf-dist/fonts/type1/public/phaistos/phaistos.pfb + texmf-dist/tex/latex/phaistos/phaistos.sty +catalogue-ctan /fonts/archaic/phaistos +catalogue-date 2008-07-09 12:34:16 +0200 +catalogue-license lppl +catalogue-version 1.0 + +name philex +category Package +revision 15878 +shortdesc Cross references for named and numbered environments. +longdesc Philex provides means for creating and cross-referencing named +longdesc or numbered environments. Possible uses would be equations, +longdesc example sentences (as in linguistics or philosophy) or named +longdesc principles. Cross references may refer either to the number, or +longdesc to a short name of the target environment, or to the contents +longdesc of the environment. Philex builds on the facilities of the +longdesc linguex package. +docfiles size=27 + texmf-dist/doc/latex/philex/README details="Readme" + texmf-dist/doc/latex/philex/philex.pdf details="Package documentation" + texmf-dist/doc/latex/philex/philex.tex +runfiles size=3 + texmf-dist/tex/latex/philex/philex.sty +catalogue-ctan /macros/latex/contrib/philex +catalogue-date 2008-08-23 22:26:13 +0200 +catalogue-license lppl +catalogue-version 0.6 + +name philokalia +category Package +revision 15878 +shortdesc A font to typeset the Philokalia Books. +longdesc The philokalia package has been designed to ease the use of the +longdesc Philokalia-Regular OpenType font with XeLaTeX. The font started +longdesc as a project to digitize the typeface used to typeset the +longdesc Philokalia books. +docfiles size=27 + texmf-dist/doc/xelatex/philokalia/philokalia.pdf +srcfiles size=6 + texmf-dist/source/xelatex/philokalia/philokalia.dtx + texmf-dist/source/xelatex/philokalia/philokalia.ins +runfiles size=33 + texmf-dist/fonts/opentype/public/philokalia/Philokalia-Regular.otf + texmf-dist/tex/xelatex/philokalia/eu1plk.fd + texmf-dist/tex/xelatex/philokalia/philokalia.sty +catalogue-ctan /fonts/philokalia +catalogue-date 2007-09-24 10:59:32 +0200 +catalogue-license ofl +catalogue-version 1.1 + +name philosophersimprint +category Package +revision 15878 +shortdesc Typesetting articles for "Philosophers' Imprint". +longdesc In its mission statement we read "Philosophers' Imprint is a +longdesc refereed series of original papers in philosophy, edited by +longdesc philosophy faculty at the University of Michigan, with the +longdesc advice of an international Board of Editors, and published on +longdesc the World Wide Web by the University of Michigan Digital +longdesc Library. The mission of the Imprint is to promote a future in +longdesc which funds currently spent on journal subscriptions are +longdesc redirected to the dissemination of scholarship for free, via +longdesc the Internet". The journal used to accept manuscripts in Rich +longdesc Text Format only. However, for many authors, especially from +longdesc the field of logic, TeX seems to be a better choice. The author +longdesc was commissioned to write a LaTeX class for the journal. The +longdesc class helps authors to typeset their own articles in 'Web- +longdesc ready' format. No assumption is made about the fonts available +longdesc to the author: the class uses freely available and freely +longdesc distributed fonts, only. +docfiles size=94 + texmf-dist/doc/latex/philosophersimprint/README details="Readme" + texmf-dist/doc/latex/philosophersimprint/philosophersimprint.pdf details="Package documentation" + texmf-dist/doc/latex/philosophersimprint/sample.pdf details="Sample of usage" + texmf-dist/doc/latex/philosophersimprint/sample.tex +srcfiles size=13 + texmf-dist/source/latex/philosophersimprint/Makefile + texmf-dist/source/latex/philosophersimprint/philosophersimprint.dtx + texmf-dist/source/latex/philosophersimprint/philosophersimprint.ins +runfiles size=6 + texmf-dist/bibtex/bib/philosophersimprint/philosophersimprint.bib + texmf-dist/tex/latex/philosophersimprint/philosophersimprint.cls +catalogue-ctan /macros/latex/contrib/philosophersimprint +catalogue-date 2008-08-23 00:06:02 +0200 +catalogue-license lppl +catalogue-version 1.0 + +name phonetic +category Package +revision 15878 +shortdesc MetaFont Phonetic fonts, based on Computer Modern. +longdesc The fonts are based on Computer Modern, and specified in +longdesc MetaFont. Macros for the fonts' use are provided, both for +longdesc LaTeX 2.09 and for current LaTeX. +docfiles size=26 + texmf-dist/doc/fonts/phonetic/Doc/209/phonetic-table.tex + texmf-dist/doc/fonts/phonetic/Doc/209/phonetic.sty + texmf-dist/doc/fonts/phonetic/Doc/README details="Readme" + texmf-dist/doc/fonts/phonetic/README details="Readme" + texmf-dist/doc/fonts/phonetic/makefile + texmf-dist/doc/fonts/phonetic/phonetic-table.pdf + texmf-dist/doc/fonts/phonetic/phonetic-table.tex +runfiles size=55 + texmf-dist/fonts/source/public/phonetic/cmph10.mf + texmf-dist/fonts/source/public/phonetic/cmph5.mf + texmf-dist/fonts/source/public/phonetic/cmph6.mf + texmf-dist/fonts/source/public/phonetic/cmph7.mf + texmf-dist/fonts/source/public/phonetic/cmph8.mf + texmf-dist/fonts/source/public/phonetic/cmph9.mf + texmf-dist/fonts/source/public/phonetic/cmphb10.mf + texmf-dist/fonts/source/public/phonetic/cmphi10.mf + texmf-dist/fonts/source/public/phonetic/cmphi7.mf + texmf-dist/fonts/source/public/phonetic/cmphi8.mf + texmf-dist/fonts/source/public/phonetic/cmphi9.mf + texmf-dist/fonts/source/public/phonetic/local.mf + texmf-dist/fonts/source/public/phonetic/phochar.mf + texmf-dist/fonts/source/public/phonetic/phoital.mf + texmf-dist/fonts/source/public/phonetic/phoitchar.mf + texmf-dist/fonts/source/public/phonetic/phosym.mf + texmf-dist/fonts/source/public/phonetic/symchar.mf + texmf-dist/fonts/tfm/public/phonetic/cmph10.tfm + texmf-dist/fonts/tfm/public/phonetic/cmph5.tfm + texmf-dist/fonts/tfm/public/phonetic/cmph6.tfm + texmf-dist/fonts/tfm/public/phonetic/cmph7.tfm + texmf-dist/fonts/tfm/public/phonetic/cmph8.tfm + texmf-dist/fonts/tfm/public/phonetic/cmph9.tfm + texmf-dist/fonts/tfm/public/phonetic/cmphb10.tfm + texmf-dist/fonts/tfm/public/phonetic/cmphi10.tfm + texmf-dist/fonts/tfm/public/phonetic/cmphi7.tfm + texmf-dist/fonts/tfm/public/phonetic/cmphi8.tfm + texmf-dist/fonts/tfm/public/phonetic/cmphi9.tfm + texmf-dist/tex/latex/phonetic/Uphon.fd + texmf-dist/tex/latex/phonetic/phonetic.sty +catalogue-ctan /fonts/phonetic +catalogue-date 2008-12-29 22:54:01 +0100 +catalogue-license noinfo + +name photo +category Package +revision 15878 +shortdesc A float environment for photographs. +longdesc This package introduces a new float type called photo which +longdesc works similar to the float types table and figure. Various +longdesc options exist for placing photos, captions, and a +longdesc "photographer" line. In twocolumn documents, a possibility +longdesc exists to generate double-column floats automatically if the +longdesc photo does not fit into one column. Photos do not have to be +longdesc placed as floats, they can also be placed as boxes, with +longdesc captions and photographer line still being available. +docfiles size=42 + texmf-dist/doc/latex/photo/photo.pdf details="Package documentation" + texmf-dist/doc/latex/photo/photo_test.lop + texmf-dist/doc/latex/photo/photo_test.tex +srcfiles size=10 + texmf-dist/source/latex/photo/Makefile + texmf-dist/source/latex/photo/photo.drv + texmf-dist/source/latex/photo/photo.dtx + texmf-dist/source/latex/photo/photo.ins +runfiles size=2 + texmf-dist/tex/latex/photo/photo.sty +catalogue-ctan /macros/latex/contrib/photo +catalogue-date 2006-12-02 15:26:11 +0100 +catalogue-license lppl + +name physe +category Package +revision 15878 +shortdesc The PHYSE format. +longdesc PHYSE is a format for writing physics papers, based on Knuth's +longdesc plain. +depend tex +depend physe.ARCH +execute AddFormat name=physe engine=pdftex options="physe.ini" +runfiles size=20 + texmf-dist/tex/physe/base/physe.tex + texmf-dist/tex/physe/base/physupdt.tex + texmf-dist/tex/physe/config/physe.ini +catalogue-ctan /macros/physe +catalogue-date 2008-12-29 22:54:01 +0100 +catalogue-license noinfo +catalogue-version 1.3.0 + +name physe.alpha-linux +category Package +revision 15878 +shortdesc alpha-linux files of physe +binfiles arch=alpha-linux size=1 + bin/alpha-linux/physe + +name physe.i386-cygwin +category Package +revision 15878 +shortdesc i386-cygwin files of physe +binfiles arch=i386-cygwin size=1 + bin/i386-cygwin/physe + +name physe.i386-linux +category Package +revision 15878 +shortdesc i386-linux files of physe +binfiles arch=i386-linux size=1 + bin/i386-linux/physe + +name physe.i386-netbsd +category Package +revision 15878 +shortdesc i386-netbsd files of physe +binfiles arch=i386-netbsd size=1 + bin/i386-netbsd/physe + +name physe.i386-solaris +category Package +revision 15878 +shortdesc i386-solaris files of physe +binfiles arch=i386-solaris size=1 + bin/i386-solaris/physe + +name physe.mips-irix +category Package +revision 15878 +shortdesc mips-irix files of physe +binfiles arch=mips-irix size=1 + bin/mips-irix/physe + +name physe.powerpc-aix +category Package +revision 15878 +shortdesc powerpc-aix files of physe +binfiles arch=powerpc-aix size=1 + bin/powerpc-aix/physe + +name physe.powerpc-linux +category Package +revision 15878 +shortdesc powerpc-linux files of physe +binfiles arch=powerpc-linux size=1 + bin/powerpc-linux/physe + +name physe.sparc-linux +category Package +revision 15878 +shortdesc sparc-linux files of physe +binfiles arch=sparc-linux size=1 + bin/sparc-linux/physe + +name physe.sparc-solaris +category Package +revision 15878 +shortdesc sparc-solaris files of physe +binfiles arch=sparc-solaris size=1 + bin/sparc-solaris/physe + +name physe.universal-darwin +category Package +revision 15878 +shortdesc universal-darwin files of physe +binfiles arch=universal-darwin size=1 + bin/universal-darwin/physe + +name physe.win32 +category Package +revision 15878 +shortdesc win32 files of physe +binfiles arch=win32 size=1 + bin/win32/physe.exe + +name physe.x86_64-linux +category Package +revision 15878 +shortdesc x86_64-linux files of physe +binfiles arch=x86_64-linux size=1 + bin/x86_64-linux/physe + +name phyzzx +category Package +revision 15878 +shortdesc A TeX format for physicists. +longdesc The macros were developed at SLAC, and were updated after the +longdesc transition from TeX 97 to TeX 1.0. +depend tex +depend phyzzx.ARCH +execute AddFormat name=phyzzx engine=pdftex options="physe.ini" +docfiles size=78 + texmf-dist/doc/otherformats/phyzzx/base/phyzdoc.dvi + texmf-dist/doc/otherformats/phyzzx/base/phyzdoc.tex +runfiles size=26 + texmf-dist/tex/phyzzx/base/myphyx.tex + texmf-dist/tex/phyzzx/base/phyzzx.fonts + texmf-dist/tex/phyzzx/base/phyzzx.local + texmf-dist/tex/phyzzx/base/phyzzx.plus + texmf-dist/tex/phyzzx/base/phyzzx.tex + texmf-dist/tex/phyzzx/config/phyzzx.ini +catalogue-ctan /macros/phyzzx +catalogue-date 2008-12-29 22:54:01 +0100 +catalogue-license noinfo + +name phyzzx.alpha-linux +category Package +revision 15878 +shortdesc alpha-linux files of phyzzx +binfiles arch=alpha-linux size=1 + bin/alpha-linux/phyzzx + +name phyzzx.i386-cygwin +category Package +revision 15878 +shortdesc i386-cygwin files of phyzzx +binfiles arch=i386-cygwin size=1 + bin/i386-cygwin/phyzzx + +name phyzzx.i386-linux +category Package +revision 15878 +shortdesc i386-linux files of phyzzx +binfiles arch=i386-linux size=1 + bin/i386-linux/phyzzx + +name phyzzx.i386-netbsd +category Package +revision 15878 +shortdesc i386-netbsd files of phyzzx +binfiles arch=i386-netbsd size=1 + bin/i386-netbsd/phyzzx + +name phyzzx.i386-solaris +category Package +revision 15878 +shortdesc i386-solaris files of phyzzx +binfiles arch=i386-solaris size=1 + bin/i386-solaris/phyzzx + +name phyzzx.mips-irix +category Package +revision 15878 +shortdesc mips-irix files of phyzzx +binfiles arch=mips-irix size=1 + bin/mips-irix/phyzzx + +name phyzzx.powerpc-aix +category Package +revision 15878 +shortdesc powerpc-aix files of phyzzx +binfiles arch=powerpc-aix size=1 + bin/powerpc-aix/phyzzx + +name phyzzx.powerpc-linux +category Package +revision 15878 +shortdesc powerpc-linux files of phyzzx +binfiles arch=powerpc-linux size=1 + bin/powerpc-linux/phyzzx + +name phyzzx.sparc-linux +category Package +revision 15878 +shortdesc sparc-linux files of phyzzx +binfiles arch=sparc-linux size=1 + bin/sparc-linux/phyzzx + +name phyzzx.sparc-solaris +category Package +revision 15878 +shortdesc sparc-solaris files of phyzzx +binfiles arch=sparc-solaris size=1 + bin/sparc-solaris/phyzzx + +name phyzzx.universal-darwin +category Package +revision 15878 +shortdesc universal-darwin files of phyzzx +binfiles arch=universal-darwin size=1 + bin/universal-darwin/phyzzx + +name phyzzx.win32 +category Package +revision 15878 +shortdesc win32 files of phyzzx +binfiles arch=win32 size=1 + bin/win32/phyzzx.exe + +name phyzzx.x86_64-linux +category Package +revision 15878 +shortdesc x86_64-linux files of phyzzx +binfiles arch=x86_64-linux size=1 + bin/x86_64-linux/phyzzx + +name picinpar +category Package +revision 15878 +shortdesc Insert pictures into paragraphs. +longdesc (NOTE: Piet van Oostrum does not recommend this package. Picins +longdesc is recommended instead.) +docfiles size=7 + texmf-dist/doc/latex/picinpar/picinpar.dvi + texmf-dist/doc/latex/picinpar/picinpar.tex +runfiles size=4 + texmf-dist/tex/latex/picinpar/picinpar.sty +catalogue-ctan /macros/latex209/contrib/picinpar +catalogue-date 2007-01-13 09:26:05 +0100 +catalogue-license gpl +catalogue-version 1.2a + +name pict2e +category Package +revision 15878 +shortdesc New implementation of picture commands. +longdesc This package was described in the 2nd edition of 'LaTeX: A +longdesc Document Preparation System', but the LaTeX project team +longdesc declined to produce the package. For a long time, LaTeX has +longdesc included a 'pict2e package' that merely produced an apologetic +longdesc error message. The new package extends the existing LaTeX +longdesc picture environment, using the familiar technique (cf. the +longdesc graphics and color packages) of driver files. The package +longdesc documentation has a fair number of examples of use, showing +longdesc where things are improved by comparison with the LaTeX picture +longdesc environment. +docfiles size=94 + texmf-dist/doc/latex/pict2e/README details="Readme" + texmf-dist/doc/latex/pict2e/manifest.txt + texmf-dist/doc/latex/pict2e/p2e-drivers.pdf + texmf-dist/doc/latex/pict2e/pict2e.pdf details="Package documentation" +srcfiles size=37 + texmf-dist/source/latex/pict2e/p2e-drivers.dtx + texmf-dist/source/latex/pict2e/pict2e.dtx + texmf-dist/source/latex/pict2e/pict2e.ins +runfiles size=16 + texmf-dist/tex/latex/pict2e/p2e-dvipdfm.def + texmf-dist/tex/latex/pict2e/p2e-dvips.def + texmf-dist/tex/latex/pict2e/p2e-pctex32.def + texmf-dist/tex/latex/pict2e/p2e-pctexps.def + texmf-dist/tex/latex/pict2e/p2e-pdftex.def + texmf-dist/tex/latex/pict2e/p2e-textures.def + texmf-dist/tex/latex/pict2e/p2e-vtex.def + texmf-dist/tex/latex/pict2e/p2e-xetex.def + texmf-dist/tex/latex/pict2e/pict2e.cfg + texmf-dist/tex/latex/pict2e/pict2e.sty +catalogue-ctan /macros/latex/contrib/pict2e +catalogue-date 2009-08-09 12:58:24 +0200 +catalogue-license lppl +catalogue-version 0.2x + +name pictex +category Package +revision 15878 +shortdesc Picture drawing macros for TeX and LaTeX. +longdesc PicTeX is an early, and very comprehensive drawing package, +longdesc that mostly draws by placing myriads of small dots to make up +longdesc pictures. It has a tendency to run out of space, most +longdesc especially of allowable dimensions registers; packages m-pictex +longdesc and pictexwd deal with the register problem, in different ways. +longdesc Note that full documentation may be bought via the PC-TeX site, +longdesc though a command summary is available as free software. +longdesc Alternatively, a front-end package such as mathsPiC, which +longdesc covers all of PicTeX and has a complete and free manual, could +longdesc be used. +docfiles size=4 + texmf-dist/doc/generic/pictex/00index + texmf-dist/doc/generic/pictex/pictexzusatz.txt + texmf-dist/doc/generic/pictex/readme + texmf-dist/doc/generic/pictex/readme.errorbars +runfiles size=81 + texmf-dist/tex/generic/pictex/errorbars.tex + texmf-dist/tex/generic/pictex/latexpicobjs.tex + texmf-dist/tex/generic/pictex/piccorr.sty + texmf-dist/tex/generic/pictex/picmore.tex + texmf-dist/tex/generic/pictex/pictex.sty + texmf-dist/tex/generic/pictex/pictex.tex + texmf-dist/tex/generic/pictex/pictexwd.sty + texmf-dist/tex/generic/pictex/pictexwd.tex + texmf-dist/tex/generic/pictex/pointers.tex + texmf-dist/tex/generic/pictex/postpictex.tex + texmf-dist/tex/generic/pictex/prepictex.tex + texmf-dist/tex/generic/pictex/texpictex.tex + texmf-dist/tex/generic/pictex/tree.sty +catalogue-ctan /graphics/pictex +catalogue-date 2009-10-07 21:35:42 +0200 +catalogue-license noinfo +catalogue-version 1.1 + +name pictex2 +category Package +revision 15878 +shortdesc Adds relative coordinates and improves the \plot command. +longdesc Adds two user commands to standard PiCTeX. One command uses +longdesc relative coordinates, thus eliminating the need to calculate +longdesc the coordinate of every point manually as in standard PiCTeX. +longdesc The other command modifies \plot to use a rule instead of dots +longdesc if the line segment is horizontal or vertical. +runfiles size=4 + texmf-dist/tex/latex/pictex2/pictex2.sty +catalogue-ctan /macros/latex/contrib/pictex2/pictex2.sty +catalogue-date 2007-01-13 09:26:05 +0100 +catalogue-license lppl + +name piechartmp +category Package +revision 15878 +shortdesc Draw pie-charts using MetaPost. +longdesc The piechartmp package is an easy way to draw pie-charts with +longdesc MetaPost. The package implements an interface that enables +longdesc users with little MetaPost experience to draw charts. A +longdesc highlight of the package is the possibility of suppressing some +longdesc segments of the chart, thus creating the possibility of several +longdesc charts from the same data. +docfiles size=26 + texmf-dist/doc/metapost/piechartmp/INSTALL + texmf-dist/doc/metapost/piechartmp/LEGAL + texmf-dist/doc/metapost/piechartmp/README details="Readme" + texmf-dist/doc/metapost/piechartmp/README.TEXLIVE + texmf-dist/doc/metapost/piechartmp/examples/wec-mfun.mp + texmf-dist/doc/metapost/piechartmp/examples/wec-mfun.pdf + texmf-dist/doc/metapost/piechartmp/examples/wec.mp + texmf-dist/doc/metapost/piechartmp/examples/wec.pdf + texmf-dist/doc/metapost/piechartmp/examples/worldmap.jpg +runfiles size=7 + texmf-dist/metapost/piechartmp/piechartmp.mp +catalogue-ctan /graphics/metapost/contrib/macros/piechartmp +catalogue-date 2007-01-13 20:56:44 +0100 +catalogue-license lppl +catalogue-version 0.3.0 + +name pigpen +category Package +revision 15878 +shortdesc A font for the pigpen (or masonic) cipher. +longdesc The Pigpen cipher package provides the font and the necessary +longdesc wrappers (style file, etc.) in order to write Pigpen ciphers, a +longdesc simple substitution cipher. The package provides a font +longdesc (available both as MetaFont source, and as an Adobe Type 1 +longdesc file), and macros for its use. +execute addMixedMap pigpen.map +docfiles size=16 + texmf-dist/doc/latex/pigpen/README details="Readme" + texmf-dist/doc/latex/pigpen/pigpendoc.pdf + texmf-dist/doc/latex/pigpen/pigpendoc.tex +runfiles size=9 + texmf-dist/fonts/map/dvips/pigpen/pigpen.map + texmf-dist/fonts/source/public/pigpen/pigpen.mf + texmf-dist/fonts/tfm/public/pigpen/pigpen.tfm + texmf-dist/fonts/type1/public/pigpen/pigpen.pfa + texmf-dist/tex/latex/pigpen/pigpen.sty + texmf-dist/tex/latex/pigpen/pigpen.tex +catalogue-ctan /fonts/pigpen +catalogue-date 2008-12-10 19:58:48 +0100 +catalogue-license lppl +catalogue-version 0.2 + +name pinlabel +category Package +revision 15878 +shortdesc A TeX labelling package. +longdesc Pinlabel is a labelling package for attaching perfectly +longdesc formatted TeX labels to figures and diagrams in both eps and +longdesc pdf formats. It is suitable both for labelling a new diagram +longdesc and for relabelling an existing diagram. The package uses +longdesc coordinates derived from GhostView (or gv) and labels are +longdesc placed with automatic and consistent spacing relative to the +longdesc object labelled. +docfiles size=474 + texmf-dist/doc/latex/pinlabel/README + texmf-dist/doc/latex/pinlabel/pinlabdoc.pdf details="Package documentation" + texmf-dist/doc/latex/pinlabel/src/fig3.eps + texmf-dist/doc/latex/pinlabel/src/fig3.pdf + texmf-dist/doc/latex/pinlabel/src/fig6.eps + texmf-dist/doc/latex/pinlabel/src/fig6.pdf + texmf-dist/doc/latex/pinlabel/src/gtpart.cls + texmf-dist/doc/latex/pinlabel/src/pinlabdoc.tex + texmf-dist/doc/latex/pinlabel/src/put.eps + texmf-dist/doc/latex/pinlabel/src/put.fig + texmf-dist/doc/latex/pinlabel/src/put.pdf + texmf-dist/doc/latex/pinlabel/src/put2.eps + texmf-dist/doc/latex/pinlabel/src/put2.fig + texmf-dist/doc/latex/pinlabel/src/put2.pdf + texmf-dist/doc/latex/pinlabel/src/screen.eps + texmf-dist/doc/latex/pinlabel/src/screen.pdf +runfiles size=10 + texmf-dist/tex/latex/pinlabel/pinlabel.sty +catalogue-ctan /macros/latex/contrib/pinlabel +catalogue-date 2008-08-23 00:06:02 +0200 +catalogue-license lppl +catalogue-version 1.1 + +name pittetd +category Package +revision 15878 +shortdesc Electronic Theses and Dissertations at Pitt. +longdesc A document class for theses and dissertations. Provides patch +longdesc files that enable pittetd to use files prepared for use with +longdesc the pittdiss or pitthesis classes. The manual provides a +longdesc detailed guide for users who wish to use the class to prepare +longdesc their thesis or dissertation. +docfiles size=118 + texmf-dist/doc/latex/pittetd/achicago.pit + texmf-dist/doc/latex/pittetd/pittdiss.pit + texmf-dist/doc/latex/pittetd/pittetd.pdf details="Package documentation" + texmf-dist/doc/latex/pittetd/pitthesis.pit +srcfiles size=38 + texmf-dist/source/latex/pittetd/pittetd.dtx + texmf-dist/source/latex/pittetd/pittetd.ins +runfiles size=12 + texmf-dist/tex/latex/pittetd/pitetd10.clo + texmf-dist/tex/latex/pittetd/pitetd11.clo + texmf-dist/tex/latex/pittetd/pitetd12.clo + texmf-dist/tex/latex/pittetd/pittetd.cls +catalogue-ctan /macros/latex/contrib/pittetd +catalogue-date 2008-09-11 18:37:35 +0200 +catalogue-license lppl +catalogue-version 1.618 + +name pkfix +category Package +revision 15878 +shortdesc Replace pk fonts in PostScript with Type 1 fonts. +longdesc The perl script pkfix looks for DVIPSBitmapFont comments in +longdesc PostScript files, generated by 'not too old' dvips, and +longdesc replaces them by type 1 versions of the fonts, if possible. +depend pkfix.ARCH +docfiles size=3 + texmf-dist/doc/support/pkfix/README +runfiles size=7 + texmf-dist/scripts/pkfix/pkfix.pl +catalogue-ctan /support/pkfix/pkfix.pl +catalogue-date 2009-03-18 09:25:28 +0100 +catalogue-license lppl +catalogue-version 1.5 + +name pkfix-helper +category Package +revision 15878 +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 +longdesc corresponding resolution-independent vector fonts. +longdesc Unfortunately, pkfix needs to parse certain PostScript comments +longdesc that appear only in files produced by dvips versions later than +longdesc 5.58 (ca. 1996); it fails to work on PostScript files produced +longdesc by older versions of dvips. Pkfix-helper is a program that +longdesc attempts to insert newer-dvips comments into an older-dvips +longdesc PostScript file, thereby making the file suitable for +longdesc processing by pkfix. pkfix-helper can sometimes process +longdesc documents fully autonomously but does require the user to +longdesc verify and, if needed, correct its decisions. +depend pkfix-helper.ARCH +docfiles size=167 + texmf-dist/doc/support/pkfix-helper/README details="Readme" + texmf-dist/doc/support/pkfix-helper/encoding-samples.pdf details="Encoding tables and how to use them" + texmf-dist/doc/support/pkfix-helper/encoding-samples.tex + texmf/doc/man/man1/pkfix-helper.1 + texmf/doc/man/man1/pkfix-helper.man1.pdf +runfiles size=13 + texmf-dist/scripts/pkfix-helper/pkfix-helper +catalogue-ctan /support/pkfix-helper +catalogue-date 2009-08-09 15:28:01 +0200 +catalogue-license lppl +catalogue-version 1.2 + +name pkfix-helper.alpha-linux +category Package +revision 15878 +shortdesc alpha-linux files of pkfix-helper +binfiles arch=alpha-linux size=1 + bin/alpha-linux/pkfix-helper + +name pkfix-helper.i386-cygwin +category Package +revision 15878 +shortdesc i386-cygwin files of pkfix-helper +binfiles arch=i386-cygwin size=1 + bin/i386-cygwin/pkfix-helper + +name pkfix-helper.i386-linux +category Package +revision 15878 +shortdesc i386-linux files of pkfix-helper +binfiles arch=i386-linux size=1 + bin/i386-linux/pkfix-helper + +name pkfix-helper.i386-netbsd +category Package +revision 15878 +shortdesc i386-netbsd files of pkfix-helper +binfiles arch=i386-netbsd size=1 + bin/i386-netbsd/pkfix-helper + +name pkfix-helper.i386-solaris +category Package +revision 15878 +shortdesc i386-solaris files of pkfix-helper +binfiles arch=i386-solaris size=1 + bin/i386-solaris/pkfix-helper + +name pkfix-helper.mips-irix +category Package +revision 15878 +shortdesc mips-irix files of pkfix-helper +binfiles arch=mips-irix size=1 + bin/mips-irix/pkfix-helper + +name pkfix-helper.powerpc-aix +category Package +revision 15878 +shortdesc powerpc-aix files of pkfix-helper +binfiles arch=powerpc-aix size=1 + bin/powerpc-aix/pkfix-helper + +name pkfix-helper.powerpc-linux +category Package +revision 15878 +shortdesc powerpc-linux files of pkfix-helper +binfiles arch=powerpc-linux size=1 + bin/powerpc-linux/pkfix-helper + +name pkfix-helper.sparc-linux +category Package +revision 15878 +shortdesc sparc-linux files of pkfix-helper +binfiles arch=sparc-linux size=1 + bin/sparc-linux/pkfix-helper + +name pkfix-helper.sparc-solaris +category Package +revision 15878 +shortdesc sparc-solaris files of pkfix-helper +binfiles arch=sparc-solaris size=1 + bin/sparc-solaris/pkfix-helper + +name pkfix-helper.universal-darwin +category Package +revision 15878 +shortdesc universal-darwin files of pkfix-helper +binfiles arch=universal-darwin size=1 + bin/universal-darwin/pkfix-helper + +name pkfix-helper.win32 +category Package +revision 15878 +shortdesc win32 files of pkfix-helper +binfiles arch=win32 size=1 + bin/win32/pkfix-helper.exe + +name pkfix-helper.x86_64-linux +category Package +revision 15878 +shortdesc x86_64-linux files of pkfix-helper +binfiles arch=x86_64-linux size=1 + bin/x86_64-linux/pkfix-helper + +name pkfix.alpha-linux +category Package +revision 15878 +shortdesc alpha-linux files of pkfix +binfiles arch=alpha-linux size=1 + bin/alpha-linux/pkfix + +name pkfix.i386-cygwin +category Package +revision 15878 +shortdesc i386-cygwin files of pkfix +binfiles arch=i386-cygwin size=1 + bin/i386-cygwin/pkfix + +name pkfix.i386-linux +category Package +revision 15878 +shortdesc i386-linux files of pkfix +binfiles arch=i386-linux size=1 + bin/i386-linux/pkfix + +name pkfix.i386-netbsd +category Package +revision 15878 +shortdesc i386-netbsd files of pkfix +binfiles arch=i386-netbsd size=1 + bin/i386-netbsd/pkfix + +name pkfix.i386-solaris +category Package +revision 15878 +shortdesc i386-solaris files of pkfix +binfiles arch=i386-solaris size=1 + bin/i386-solaris/pkfix + +name pkfix.mips-irix +category Package +revision 15878 +shortdesc mips-irix files of pkfix +binfiles arch=mips-irix size=1 + bin/mips-irix/pkfix + +name pkfix.powerpc-aix +category Package +revision 15878 +shortdesc powerpc-aix files of pkfix +binfiles arch=powerpc-aix size=1 + bin/powerpc-aix/pkfix + +name pkfix.powerpc-linux +category Package +revision 15878 +shortdesc powerpc-linux files of pkfix +binfiles arch=powerpc-linux size=1 + bin/powerpc-linux/pkfix + +name pkfix.sparc-linux +category Package +revision 15878 +shortdesc sparc-linux files of pkfix +binfiles arch=sparc-linux size=1 + bin/sparc-linux/pkfix + +name pkfix.sparc-solaris +category Package +revision 15878 +shortdesc sparc-solaris files of pkfix +binfiles arch=sparc-solaris size=1 + bin/sparc-solaris/pkfix + +name pkfix.universal-darwin +category Package +revision 15878 +shortdesc universal-darwin files of pkfix +binfiles arch=universal-darwin size=1 + bin/universal-darwin/pkfix + +name pkfix.win32 +category Package +revision 15878 +shortdesc win32 files of pkfix +binfiles arch=win32 size=1 + bin/win32/pkfix.exe + +name pkfix.x86_64-linux +category Package +revision 15878 +shortdesc x86_64-linux files of pkfix +binfiles arch=x86_64-linux size=1 + bin/x86_64-linux/pkfix + +name pl +category Package +revision 15878 +catalogue plpsfont +shortdesc Polish extension of CM fonts in Type 1 format. +longdesc This package is the Polish extension of the Computer Modern +longdesc fonts (known as PL fonts),in Adobe Type 1 (PostScript) format. +longdesc The fonts use the same .tfm files as for the version generated +longdesc by MetaFont. This release of fonts was adapted to the (mostly +longdesc guessed) demands of the Windows environment, while keeping the +longdesc fonts usable with TeX; however, encoding files are now added, +longdesc as Windows and TeX use different encoding schemes. +execute addMixedMap plother.map +execute addMixedMap pltext.map +docfiles size=22 + texmf-dist/doc/fonts/pl/README-T1.ENG + texmf-dist/doc/fonts/pl/README-T1.POL + texmf-dist/doc/fonts/pl/README.ENG + texmf-dist/doc/fonts/pl/README.POL + texmf-dist/doc/fonts/pl/plsample.tex +runfiles size=1109 + texmf-dist/dvips/pl/config.pl + texmf-dist/fonts/afm/public/pl/plb10.afm + texmf-dist/fonts/afm/public/pl/plbsy10.afm + texmf-dist/fonts/afm/public/pl/plbx10.afm + texmf-dist/fonts/afm/public/pl/plbx12.afm + texmf-dist/fonts/afm/public/pl/plbx5.afm + texmf-dist/fonts/afm/public/pl/plbx6.afm + texmf-dist/fonts/afm/public/pl/plbx7.afm + texmf-dist/fonts/afm/public/pl/plbx8.afm + texmf-dist/fonts/afm/public/pl/plbx9.afm + texmf-dist/fonts/afm/public/pl/plbxsl10.afm + texmf-dist/fonts/afm/public/pl/plbxti10.afm + texmf-dist/fonts/afm/public/pl/plcsc10.afm + texmf-dist/fonts/afm/public/pl/pldunh10.afm + texmf-dist/fonts/afm/public/pl/plex10.afm + texmf-dist/fonts/afm/public/pl/plex9.afm + texmf-dist/fonts/afm/public/pl/plff10.afm + texmf-dist/fonts/afm/public/pl/plfi10.afm + texmf-dist/fonts/afm/public/pl/plfib8.afm + texmf-dist/fonts/afm/public/pl/plinch.afm + texmf-dist/fonts/afm/public/pl/plitt10.afm + texmf-dist/fonts/afm/public/pl/plmi10.afm + texmf-dist/fonts/afm/public/pl/plmi12.afm + texmf-dist/fonts/afm/public/pl/plmi5.afm + texmf-dist/fonts/afm/public/pl/plmi6.afm + texmf-dist/fonts/afm/public/pl/plmi7.afm + texmf-dist/fonts/afm/public/pl/plmi8.afm + texmf-dist/fonts/afm/public/pl/plmi9.afm + texmf-dist/fonts/afm/public/pl/plmib10.afm + texmf-dist/fonts/afm/public/pl/plr10.afm + texmf-dist/fonts/afm/public/pl/plr12.afm + texmf-dist/fonts/afm/public/pl/plr17.afm + texmf-dist/fonts/afm/public/pl/plr5.afm + texmf-dist/fonts/afm/public/pl/plr6.afm + texmf-dist/fonts/afm/public/pl/plr7.afm + texmf-dist/fonts/afm/public/pl/plr8.afm + texmf-dist/fonts/afm/public/pl/plr9.afm + texmf-dist/fonts/afm/public/pl/plsl10.afm + texmf-dist/fonts/afm/public/pl/plsl12.afm + texmf-dist/fonts/afm/public/pl/plsl8.afm + texmf-dist/fonts/afm/public/pl/plsl9.afm + texmf-dist/fonts/afm/public/pl/plsltt10.afm + texmf-dist/fonts/afm/public/pl/plss10.afm + texmf-dist/fonts/afm/public/pl/plss12.afm + texmf-dist/fonts/afm/public/pl/plss17.afm + texmf-dist/fonts/afm/public/pl/plss8.afm + texmf-dist/fonts/afm/public/pl/plss9.afm + texmf-dist/fonts/afm/public/pl/plssbi10.afm + texmf-dist/fonts/afm/public/pl/plssbx10.afm + texmf-dist/fonts/afm/public/pl/plssdc10.afm + texmf-dist/fonts/afm/public/pl/plssi10.afm + texmf-dist/fonts/afm/public/pl/plssi12.afm + texmf-dist/fonts/afm/public/pl/plssi17.afm + texmf-dist/fonts/afm/public/pl/plssi8.afm + texmf-dist/fonts/afm/public/pl/plssi9.afm + texmf-dist/fonts/afm/public/pl/plssq8.afm + texmf-dist/fonts/afm/public/pl/plssqi8.afm + texmf-dist/fonts/afm/public/pl/plsy10.afm + texmf-dist/fonts/afm/public/pl/plsy5.afm + texmf-dist/fonts/afm/public/pl/plsy6.afm + texmf-dist/fonts/afm/public/pl/plsy7.afm + texmf-dist/fonts/afm/public/pl/plsy8.afm + texmf-dist/fonts/afm/public/pl/plsy9.afm + texmf-dist/fonts/afm/public/pl/pltcsc10.afm + texmf-dist/fonts/afm/public/pl/pltex10.afm + texmf-dist/fonts/afm/public/pl/pltex8.afm + texmf-dist/fonts/afm/public/pl/pltex9.afm + texmf-dist/fonts/afm/public/pl/plti10.afm + texmf-dist/fonts/afm/public/pl/plti12.afm + texmf-dist/fonts/afm/public/pl/plti7.afm + texmf-dist/fonts/afm/public/pl/plti8.afm + texmf-dist/fonts/afm/public/pl/plti9.afm + texmf-dist/fonts/afm/public/pl/pltt10.afm + texmf-dist/fonts/afm/public/pl/pltt12.afm + texmf-dist/fonts/afm/public/pl/pltt8.afm + texmf-dist/fonts/afm/public/pl/pltt9.afm + texmf-dist/fonts/afm/public/pl/plu10.afm + texmf-dist/fonts/afm/public/pl/plvtt10.afm + texmf-dist/fonts/enc/dvips/pl/plin.enc + texmf-dist/fonts/enc/dvips/pl/plit.enc + texmf-dist/fonts/enc/dvips/pl/plitt.enc + texmf-dist/fonts/enc/dvips/pl/plme.enc + texmf-dist/fonts/enc/dvips/pl/plmi.enc + texmf-dist/fonts/enc/dvips/pl/plms.enc + texmf-dist/fonts/enc/dvips/pl/plrm.enc + texmf-dist/fonts/enc/dvips/pl/plsc.enc + texmf-dist/fonts/enc/dvips/pl/plte.enc + texmf-dist/fonts/enc/dvips/pl/pltt.enc + texmf-dist/fonts/map/dvips/pl/plother.map + texmf-dist/fonts/map/dvips/pl/pltext.map + texmf-dist/fonts/source/public/pl/cmssbi10.mf + texmf-dist/fonts/source/public/pl/dlr10.mf + texmf-dist/fonts/source/public/pl/fik_mik.mf + texmf-dist/fonts/source/public/pl/pl.mft + texmf-dist/fonts/source/public/pl/pl_cud.mf + texmf-dist/fonts/source/public/pl/pl_dl.mf + texmf-dist/fonts/source/public/pl/pl_dod.mf + texmf-dist/fonts/source/public/pl/pl_ml.mf + texmf-dist/fonts/source/public/pl/pl_mlk.mf + texmf-dist/fonts/source/public/pl/pl_sym.mf + texmf-dist/fonts/source/public/pl/plb10.mf + texmf-dist/fonts/source/public/pl/plbsy10.mf + texmf-dist/fonts/source/public/pl/plbsy5.mf + texmf-dist/fonts/source/public/pl/plbsy7.mf + texmf-dist/fonts/source/public/pl/plbx10.mf + texmf-dist/fonts/source/public/pl/plbx12.mf + texmf-dist/fonts/source/public/pl/plbx5.mf + texmf-dist/fonts/source/public/pl/plbx6.mf + texmf-dist/fonts/source/public/pl/plbx7.mf + texmf-dist/fonts/source/public/pl/plbx8.mf + texmf-dist/fonts/source/public/pl/plbx9.mf + texmf-dist/fonts/source/public/pl/plbxsl10.mf + texmf-dist/fonts/source/public/pl/plbxti10.mf + texmf-dist/fonts/source/public/pl/plcsc10.mf + texmf-dist/fonts/source/public/pl/pldunh10.mf + texmf-dist/fonts/source/public/pl/plex10.mf + texmf-dist/fonts/source/public/pl/plff10.mf + texmf-dist/fonts/source/public/pl/plfi10.mf + texmf-dist/fonts/source/public/pl/plfib8.mf + texmf-dist/fonts/source/public/pl/plinch.mf + texmf-dist/fonts/source/public/pl/plitt10.mf + texmf-dist/fonts/source/public/pl/plmi10.mf + texmf-dist/fonts/source/public/pl/plmi12.mf + texmf-dist/fonts/source/public/pl/plmi5.mf + texmf-dist/fonts/source/public/pl/plmi6.mf + texmf-dist/fonts/source/public/pl/plmi7.mf + texmf-dist/fonts/source/public/pl/plmi8.mf + texmf-dist/fonts/source/public/pl/plmi9.mf + texmf-dist/fonts/source/public/pl/plmib10.mf + texmf-dist/fonts/source/public/pl/plmib5.mf + texmf-dist/fonts/source/public/pl/plmib7.mf + texmf-dist/fonts/source/public/pl/plr10.mf + texmf-dist/fonts/source/public/pl/plr12.mf + texmf-dist/fonts/source/public/pl/plr17.mf + texmf-dist/fonts/source/public/pl/plr5.mf + texmf-dist/fonts/source/public/pl/plr6.mf + texmf-dist/fonts/source/public/pl/plr7.mf + texmf-dist/fonts/source/public/pl/plr8.mf + texmf-dist/fonts/source/public/pl/plr9.mf + texmf-dist/fonts/source/public/pl/plsl10.mf + texmf-dist/fonts/source/public/pl/plsl12.mf + texmf-dist/fonts/source/public/pl/plsl8.mf + texmf-dist/fonts/source/public/pl/plsl9.mf + texmf-dist/fonts/source/public/pl/plsltt10.mf + texmf-dist/fonts/source/public/pl/plss10.mf + texmf-dist/fonts/source/public/pl/plss12.mf + texmf-dist/fonts/source/public/pl/plss17.mf + texmf-dist/fonts/source/public/pl/plss8.mf + texmf-dist/fonts/source/public/pl/plss9.mf + texmf-dist/fonts/source/public/pl/plssbi10.mf + texmf-dist/fonts/source/public/pl/plssbx10.mf + texmf-dist/fonts/source/public/pl/plssdc10.mf + texmf-dist/fonts/source/public/pl/plssi10.mf + texmf-dist/fonts/source/public/pl/plssi12.mf + texmf-dist/fonts/source/public/pl/plssi17.mf + texmf-dist/fonts/source/public/pl/plssi8.mf + texmf-dist/fonts/source/public/pl/plssi9.mf + texmf-dist/fonts/source/public/pl/plssq8.mf + texmf-dist/fonts/source/public/pl/plssqi8.mf + texmf-dist/fonts/source/public/pl/plsy10.mf + texmf-dist/fonts/source/public/pl/plsy5.mf + texmf-dist/fonts/source/public/pl/plsy6.mf + texmf-dist/fonts/source/public/pl/plsy7.mf + texmf-dist/fonts/source/public/pl/plsy8.mf + texmf-dist/fonts/source/public/pl/plsy9.mf + texmf-dist/fonts/source/public/pl/pltcsc10.mf + texmf-dist/fonts/source/public/pl/pltex10.mf + texmf-dist/fonts/source/public/pl/pltex8.mf + texmf-dist/fonts/source/public/pl/pltex9.mf + texmf-dist/fonts/source/public/pl/plti10.mf + texmf-dist/fonts/source/public/pl/plti12.mf + texmf-dist/fonts/source/public/pl/plti7.mf + texmf-dist/fonts/source/public/pl/plti8.mf + texmf-dist/fonts/source/public/pl/plti9.mf + texmf-dist/fonts/source/public/pl/pltt10.mf + texmf-dist/fonts/source/public/pl/pltt12.mf + texmf-dist/fonts/source/public/pl/pltt8.mf + texmf-dist/fonts/source/public/pl/pltt9.mf + texmf-dist/fonts/source/public/pl/plu10.mf + texmf-dist/fonts/source/public/pl/plvtt10.mf + texmf-dist/fonts/source/public/pl/polan.mf + texmf-dist/fonts/source/public/pl/polkap.mf + texmf-dist/fonts/source/public/pl/polkur.mf + texmf-dist/fonts/source/public/pl/polmat.mf + texmf-dist/fonts/source/public/pl/poltyt.mf + texmf-dist/fonts/tfm/public/pl/plb10.tfm + texmf-dist/fonts/tfm/public/pl/plbsy10.tfm + texmf-dist/fonts/tfm/public/pl/plbsy5.tfm + texmf-dist/fonts/tfm/public/pl/plbsy7.tfm + texmf-dist/fonts/tfm/public/pl/plbx10.tfm + texmf-dist/fonts/tfm/public/pl/plbx12.tfm + texmf-dist/fonts/tfm/public/pl/plbx5.tfm + texmf-dist/fonts/tfm/public/pl/plbx6.tfm + texmf-dist/fonts/tfm/public/pl/plbx7.tfm + texmf-dist/fonts/tfm/public/pl/plbx8.tfm + texmf-dist/fonts/tfm/public/pl/plbx9.tfm + texmf-dist/fonts/tfm/public/pl/plbxsl10.tfm + texmf-dist/fonts/tfm/public/pl/plbxti10.tfm + texmf-dist/fonts/tfm/public/pl/plcsc10.tfm + texmf-dist/fonts/tfm/public/pl/pldunh10.tfm + texmf-dist/fonts/tfm/public/pl/plex10.tfm + texmf-dist/fonts/tfm/public/pl/plex9.tfm + texmf-dist/fonts/tfm/public/pl/plff10.tfm + texmf-dist/fonts/tfm/public/pl/plfi10.tfm + texmf-dist/fonts/tfm/public/pl/plfib8.tfm + texmf-dist/fonts/tfm/public/pl/plinch.tfm + texmf-dist/fonts/tfm/public/pl/plitt10.tfm + texmf-dist/fonts/tfm/public/pl/plmi10.tfm + texmf-dist/fonts/tfm/public/pl/plmi12.tfm + texmf-dist/fonts/tfm/public/pl/plmi5.tfm + texmf-dist/fonts/tfm/public/pl/plmi6.tfm + texmf-dist/fonts/tfm/public/pl/plmi7.tfm + texmf-dist/fonts/tfm/public/pl/plmi8.tfm + texmf-dist/fonts/tfm/public/pl/plmi9.tfm + texmf-dist/fonts/tfm/public/pl/plmib10.tfm + texmf-dist/fonts/tfm/public/pl/plmib5.tfm + texmf-dist/fonts/tfm/public/pl/plmib7.tfm + texmf-dist/fonts/tfm/public/pl/plr10.tfm + texmf-dist/fonts/tfm/public/pl/plr12.tfm + texmf-dist/fonts/tfm/public/pl/plr17.tfm + texmf-dist/fonts/tfm/public/pl/plr5.tfm + texmf-dist/fonts/tfm/public/pl/plr6.tfm + texmf-dist/fonts/tfm/public/pl/plr7.tfm + texmf-dist/fonts/tfm/public/pl/plr8.tfm + texmf-dist/fonts/tfm/public/pl/plr9.tfm + texmf-dist/fonts/tfm/public/pl/plsl10.tfm + texmf-dist/fonts/tfm/public/pl/plsl12.tfm + texmf-dist/fonts/tfm/public/pl/plsl8.tfm + texmf-dist/fonts/tfm/public/pl/plsl9.tfm + texmf-dist/fonts/tfm/public/pl/plsltt10.tfm + texmf-dist/fonts/tfm/public/pl/plss10.tfm + texmf-dist/fonts/tfm/public/pl/plss12.tfm + texmf-dist/fonts/tfm/public/pl/plss17.tfm + texmf-dist/fonts/tfm/public/pl/plss8.tfm + texmf-dist/fonts/tfm/public/pl/plss9.tfm + texmf-dist/fonts/tfm/public/pl/plssbi10.tfm + texmf-dist/fonts/tfm/public/pl/plssbx10.tfm + texmf-dist/fonts/tfm/public/pl/plssdc10.tfm + texmf-dist/fonts/tfm/public/pl/plssi10.tfm + texmf-dist/fonts/tfm/public/pl/plssi12.tfm + texmf-dist/fonts/tfm/public/pl/plssi17.tfm + texmf-dist/fonts/tfm/public/pl/plssi8.tfm + texmf-dist/fonts/tfm/public/pl/plssi9.tfm + texmf-dist/fonts/tfm/public/pl/plssq8.tfm + texmf-dist/fonts/tfm/public/pl/plssqi8.tfm + texmf-dist/fonts/tfm/public/pl/plsy10.tfm + texmf-dist/fonts/tfm/public/pl/plsy5.tfm + texmf-dist/fonts/tfm/public/pl/plsy6.tfm + texmf-dist/fonts/tfm/public/pl/plsy7.tfm + texmf-dist/fonts/tfm/public/pl/plsy8.tfm + texmf-dist/fonts/tfm/public/pl/plsy9.tfm + texmf-dist/fonts/tfm/public/pl/pltcsc10.tfm + texmf-dist/fonts/tfm/public/pl/pltex10.tfm + texmf-dist/fonts/tfm/public/pl/pltex8.tfm + texmf-dist/fonts/tfm/public/pl/pltex9.tfm + texmf-dist/fonts/tfm/public/pl/plti10.tfm + texmf-dist/fonts/tfm/public/pl/plti12.tfm + texmf-dist/fonts/tfm/public/pl/plti7.tfm + texmf-dist/fonts/tfm/public/pl/plti8.tfm + texmf-dist/fonts/tfm/public/pl/plti9.tfm + texmf-dist/fonts/tfm/public/pl/pltt10.tfm + texmf-dist/fonts/tfm/public/pl/pltt12.tfm + texmf-dist/fonts/tfm/public/pl/pltt8.tfm + texmf-dist/fonts/tfm/public/pl/pltt9.tfm + texmf-dist/fonts/tfm/public/pl/plu10.tfm + texmf-dist/fonts/tfm/public/pl/plvtt10.tfm + texmf-dist/fonts/type1/public/pl/plb10.pfb + texmf-dist/fonts/type1/public/pl/plb10.pfm + texmf-dist/fonts/type1/public/pl/plbsy10.pfb + texmf-dist/fonts/type1/public/pl/plbsy10.pfm + texmf-dist/fonts/type1/public/pl/plbx10.pfb + texmf-dist/fonts/type1/public/pl/plbx10.pfm + texmf-dist/fonts/type1/public/pl/plbx12.pfb + texmf-dist/fonts/type1/public/pl/plbx12.pfm + texmf-dist/fonts/type1/public/pl/plbx5.pfb + texmf-dist/fonts/type1/public/pl/plbx5.pfm + texmf-dist/fonts/type1/public/pl/plbx6.pfb + texmf-dist/fonts/type1/public/pl/plbx6.pfm + texmf-dist/fonts/type1/public/pl/plbx7.pfb + texmf-dist/fonts/type1/public/pl/plbx7.pfm + texmf-dist/fonts/type1/public/pl/plbx8.pfb + texmf-dist/fonts/type1/public/pl/plbx8.pfm + texmf-dist/fonts/type1/public/pl/plbx9.pfb + texmf-dist/fonts/type1/public/pl/plbx9.pfm + texmf-dist/fonts/type1/public/pl/plbxsl10.pfb + texmf-dist/fonts/type1/public/pl/plbxsl10.pfm + texmf-dist/fonts/type1/public/pl/plbxti10.pfb + texmf-dist/fonts/type1/public/pl/plbxti10.pfm + texmf-dist/fonts/type1/public/pl/plcsc10.pfb + texmf-dist/fonts/type1/public/pl/plcsc10.pfm + texmf-dist/fonts/type1/public/pl/pldunh10.pfb + texmf-dist/fonts/type1/public/pl/pldunh10.pfm + texmf-dist/fonts/type1/public/pl/plex10.pfb + texmf-dist/fonts/type1/public/pl/plex10.pfm + texmf-dist/fonts/type1/public/pl/plex9.pfb + texmf-dist/fonts/type1/public/pl/plex9.pfm + texmf-dist/fonts/type1/public/pl/plff10.pfb + texmf-dist/fonts/type1/public/pl/plff10.pfm + texmf-dist/fonts/type1/public/pl/plfi10.pfb + texmf-dist/fonts/type1/public/pl/plfi10.pfm + texmf-dist/fonts/type1/public/pl/plfib8.pfb + texmf-dist/fonts/type1/public/pl/plfib8.pfm + texmf-dist/fonts/type1/public/pl/plinch.pfb + texmf-dist/fonts/type1/public/pl/plinch.pfm + texmf-dist/fonts/type1/public/pl/plitt10.pfb + texmf-dist/fonts/type1/public/pl/plitt10.pfm + texmf-dist/fonts/type1/public/pl/plmi10.pfb + texmf-dist/fonts/type1/public/pl/plmi10.pfm + texmf-dist/fonts/type1/public/pl/plmi12.pfb + texmf-dist/fonts/type1/public/pl/plmi12.pfm + texmf-dist/fonts/type1/public/pl/plmi5.pfb + texmf-dist/fonts/type1/public/pl/plmi5.pfm + texmf-dist/fonts/type1/public/pl/plmi6.pfb + texmf-dist/fonts/type1/public/pl/plmi6.pfm + texmf-dist/fonts/type1/public/pl/plmi7.pfb + texmf-dist/fonts/type1/public/pl/plmi7.pfm + texmf-dist/fonts/type1/public/pl/plmi8.pfb + texmf-dist/fonts/type1/public/pl/plmi8.pfm + texmf-dist/fonts/type1/public/pl/plmi9.pfb + texmf-dist/fonts/type1/public/pl/plmi9.pfm + texmf-dist/fonts/type1/public/pl/plmib10.pfb + texmf-dist/fonts/type1/public/pl/plmib10.pfm + texmf-dist/fonts/type1/public/pl/plr10.pfb + texmf-dist/fonts/type1/public/pl/plr10.pfm + texmf-dist/fonts/type1/public/pl/plr12.pfb + texmf-dist/fonts/type1/public/pl/plr12.pfm + texmf-dist/fonts/type1/public/pl/plr17.pfb + texmf-dist/fonts/type1/public/pl/plr17.pfm + texmf-dist/fonts/type1/public/pl/plr5.pfb + texmf-dist/fonts/type1/public/pl/plr5.pfm + texmf-dist/fonts/type1/public/pl/plr6.pfb + texmf-dist/fonts/type1/public/pl/plr6.pfm + texmf-dist/fonts/type1/public/pl/plr7.pfb + texmf-dist/fonts/type1/public/pl/plr7.pfm + texmf-dist/fonts/type1/public/pl/plr8.pfb + texmf-dist/fonts/type1/public/pl/plr8.pfm + texmf-dist/fonts/type1/public/pl/plr9.pfb + texmf-dist/fonts/type1/public/pl/plr9.pfm + texmf-dist/fonts/type1/public/pl/plsl10.pfb + texmf-dist/fonts/type1/public/pl/plsl10.pfm + texmf-dist/fonts/type1/public/pl/plsl12.pfb + texmf-dist/fonts/type1/public/pl/plsl12.pfm + texmf-dist/fonts/type1/public/pl/plsl8.pfb + texmf-dist/fonts/type1/public/pl/plsl8.pfm + texmf-dist/fonts/type1/public/pl/plsl9.pfb + texmf-dist/fonts/type1/public/pl/plsl9.pfm + texmf-dist/fonts/type1/public/pl/plsltt10.pfb + texmf-dist/fonts/type1/public/pl/plsltt10.pfm + texmf-dist/fonts/type1/public/pl/plss10.pfb + texmf-dist/fonts/type1/public/pl/plss10.pfm + texmf-dist/fonts/type1/public/pl/plss12.pfb + texmf-dist/fonts/type1/public/pl/plss12.pfm + texmf-dist/fonts/type1/public/pl/plss17.pfb + texmf-dist/fonts/type1/public/pl/plss17.pfm + texmf-dist/fonts/type1/public/pl/plss8.pfb + texmf-dist/fonts/type1/public/pl/plss8.pfm + texmf-dist/fonts/type1/public/pl/plss9.pfb + texmf-dist/fonts/type1/public/pl/plss9.pfm + texmf-dist/fonts/type1/public/pl/plssbi10.pfb + texmf-dist/fonts/type1/public/pl/plssbi10.pfm + texmf-dist/fonts/type1/public/pl/plssbx10.pfb + texmf-dist/fonts/type1/public/pl/plssbx10.pfm + texmf-dist/fonts/type1/public/pl/plssdc10.pfb + texmf-dist/fonts/type1/public/pl/plssdc10.pfm + texmf-dist/fonts/type1/public/pl/plssi10.pfb + texmf-dist/fonts/type1/public/pl/plssi10.pfm + texmf-dist/fonts/type1/public/pl/plssi12.pfb + texmf-dist/fonts/type1/public/pl/plssi12.pfm + texmf-dist/fonts/type1/public/pl/plssi17.pfb + texmf-dist/fonts/type1/public/pl/plssi17.pfm + texmf-dist/fonts/type1/public/pl/plssi8.pfb + texmf-dist/fonts/type1/public/pl/plssi8.pfm + texmf-dist/fonts/type1/public/pl/plssi9.pfb + texmf-dist/fonts/type1/public/pl/plssi9.pfm + texmf-dist/fonts/type1/public/pl/plssq8.pfb + texmf-dist/fonts/type1/public/pl/plssq8.pfm + texmf-dist/fonts/type1/public/pl/plssqi8.pfb + texmf-dist/fonts/type1/public/pl/plssqi8.pfm + texmf-dist/fonts/type1/public/pl/plsy10.pfb + texmf-dist/fonts/type1/public/pl/plsy10.pfm + texmf-dist/fonts/type1/public/pl/plsy5.pfb + texmf-dist/fonts/type1/public/pl/plsy5.pfm + texmf-dist/fonts/type1/public/pl/plsy6.pfb + texmf-dist/fonts/type1/public/pl/plsy6.pfm + texmf-dist/fonts/type1/public/pl/plsy7.pfb + texmf-dist/fonts/type1/public/pl/plsy7.pfm + texmf-dist/fonts/type1/public/pl/plsy8.pfb + texmf-dist/fonts/type1/public/pl/plsy8.pfm + texmf-dist/fonts/type1/public/pl/plsy9.pfb + texmf-dist/fonts/type1/public/pl/plsy9.pfm + texmf-dist/fonts/type1/public/pl/pltcsc10.pfb + texmf-dist/fonts/type1/public/pl/pltcsc10.pfm + texmf-dist/fonts/type1/public/pl/pltex10.pfb + texmf-dist/fonts/type1/public/pl/pltex10.pfm + texmf-dist/fonts/type1/public/pl/pltex8.pfb + texmf-dist/fonts/type1/public/pl/pltex8.pfm + texmf-dist/fonts/type1/public/pl/pltex9.pfb + texmf-dist/fonts/type1/public/pl/pltex9.pfm + texmf-dist/fonts/type1/public/pl/plti10.pfb + texmf-dist/fonts/type1/public/pl/plti10.pfm + texmf-dist/fonts/type1/public/pl/plti12.pfb + texmf-dist/fonts/type1/public/pl/plti12.pfm + texmf-dist/fonts/type1/public/pl/plti7.pfb + texmf-dist/fonts/type1/public/pl/plti7.pfm + texmf-dist/fonts/type1/public/pl/plti8.pfb + texmf-dist/fonts/type1/public/pl/plti8.pfm + texmf-dist/fonts/type1/public/pl/plti9.pfb + texmf-dist/fonts/type1/public/pl/plti9.pfm + texmf-dist/fonts/type1/public/pl/pltt10.pfb + texmf-dist/fonts/type1/public/pl/pltt10.pfm + texmf-dist/fonts/type1/public/pl/pltt12.pfb + texmf-dist/fonts/type1/public/pl/pltt12.pfm + texmf-dist/fonts/type1/public/pl/pltt8.pfb + texmf-dist/fonts/type1/public/pl/pltt8.pfm + texmf-dist/fonts/type1/public/pl/pltt9.pfb + texmf-dist/fonts/type1/public/pl/pltt9.pfm + texmf-dist/fonts/type1/public/pl/plu10.pfb + texmf-dist/fonts/type1/public/pl/plu10.pfm + texmf-dist/fonts/type1/public/pl/plvtt10.pfb + texmf-dist/fonts/type1/public/pl/plvtt10.pfm +catalogue-ctan /language/polish/plpsfont +catalogue-date 2009-10-07 21:35:42 +0200 +catalogue-license pd +catalogue-version 1.15 + +name placeins +category Package +revision 15878 +shortdesc Control float placement. +longdesc Defines a \FloatBarrier command, beyond which floats may not +longdesc pass; useful, for example, to ensure all floats for a section +longdesc appear before the next \section command. +docfiles size=1 + texmf-dist/doc/latex/placeins/placeins.txt +runfiles size=1 + texmf-dist/tex/latex/placeins/placeins.sty +catalogue-ctan /macros/latex/contrib/placeins +catalogue-date 2009-10-07 21:35:42 +0200 +catalogue-license pd +catalogue-version 2.2 + +name placeins-plain +category Package +revision 15878 +shortdesc Insertions that keep their place. +longdesc This TeX file provides various mechanisms (for plain TeX and +longdesc close relatives) to let insertions (footnotes, topins, pageins, +longdesc etc.) float within their appropriate section, but to prevent +longdesc them from intruding into the following section, even when +longdesc sections do not normally begin a new page. (If your sections +longdesc normally begin a new page, just use \supereject to flush out +longdesc insertions.) +runfiles size=2 + texmf-dist/tex/plain/placeins-plain/placeins.tex +catalogue-ctan /macros/plain/contrib/misc/placeins.tex +catalogue-date 2009-09-13 09:54:21 +0200 +catalogue-license pd +catalogue-version 2.0 + +name plain +category Package +revision 15878 +shortdesc The Plain TeX format. +longdesc Contains files used to build the Plain TeX format, as described +longdesc in the TeXbook, together with various supporting files (some +longdesc also discussed in the book). +runfiles size=57 + texmf-dist/makeindex/plain/plaintex.ist + texmf-dist/tex/plain/base/fontchart.tex + texmf-dist/tex/plain/base/gkpmac.tex + texmf-dist/tex/plain/base/letter.tex + texmf-dist/tex/plain/base/list.tex + texmf-dist/tex/plain/base/llist.tex + texmf-dist/tex/plain/base/manmac.tex + texmf-dist/tex/plain/base/mftmac.tex + texmf-dist/tex/plain/base/mptmac.tex + texmf-dist/tex/plain/base/picmac.tex + texmf-dist/tex/plain/base/plain.tex + texmf-dist/tex/plain/base/story.tex + texmf-dist/tex/plain/base/testfont.tex + texmf-dist/tex/plain/base/webmac.tex + texmf-dist/tex/plain/base/wlist.tex + texmf-dist/tex/plain/config/aleph.ini + texmf-dist/tex/plain/config/bplain.ini + texmf-dist/tex/plain/config/dviluatex.ini + texmf-dist/tex/plain/config/etex.ini + texmf-dist/tex/plain/config/luatex.ini + texmf-dist/tex/plain/config/omega.ini + texmf-dist/tex/plain/config/pdfbplain.ini + texmf-dist/tex/plain/config/pdfetex.ini + texmf-dist/tex/plain/config/pdftexmagfix.tex + texmf-dist/tex/plain/config/tex.ini + texmf-dist/tex/plain/config/xetex.ini +catalogue-ctan /macros/plain/base +catalogue-date 2009-06-23 17:13:15 +0200 +catalogue-license knuth +catalogue-version 3.141592653 + +name plain-doc +category Package +revision 15878 +catalogue csname-doc +shortdesc A list of plain.tex cs names. +longdesc The document constitutes a list of every control sequence name +longdesc (csname) described in the TeXbook, together with an indication +longdesc of whether the csname is a primitive TeX command, or is defined +longdesc in plain.tex +docfiles size=11 + texmf-dist/doc/plain/plain-doc/csname.txt +catalogue-ctan /info/plain-doc/csname.txt +catalogue-date 2008-12-04 00:12:07 +0100 +catalogue-license noinfo + +name plari +category Package +revision 15878 +shortdesc Typesetting stageplay scripts. +longdesc Plari (the name comes from the Finnish usage for the working +longdesc copy of a play) is a report-alike class, without section +longdesc headings, and with paragraphs vertically separated rather than +longdesc indented. +docfiles size=41 + texmf-dist/doc/latex/plari/COPYING + texmf-dist/doc/latex/plari/README details="Readme" + texmf-dist/doc/latex/plari/plari.pdf details="Package documentation" +srcfiles size=4 + texmf-dist/source/latex/plari/Makefile + texmf-dist/source/latex/plari/plari.dtx + texmf-dist/source/latex/plari/plari.ins +runfiles size=1 + texmf-dist/tex/latex/plari/plari.cls +catalogue-ctan /macros/latex/contrib/plari +catalogue-date 2007-02-26 21:26:45 +0100 +catalogue-license gpl + +name plates +category Package +revision 15878 +shortdesc Arrange for "plates" sections of documents. +longdesc The plates package provides a simple facility for inserting +longdesc colour figures in a document when they should be gathered and +longdesc printed together as in a book's section of colour plates. The +longdesc package provides a plate environment that takes the place of +longdesc the figure environment for such colour images. +docfiles size=26 + texmf-dist/doc/latex/plates/README details="Readme" + texmf-dist/doc/latex/plates/plates.pdf details="Package documentation" + texmf-dist/doc/latex/plates/plates.tex +runfiles size=5 + texmf-dist/tex/latex/plates/endplate.sty + texmf-dist/tex/latex/plates/plates.sty +catalogue-ctan /macros/latex/contrib/plates +catalogue-date 2007-01-08 00:37:16 +0100 +catalogue-license lppl +catalogue-version 0.1 + +name play +category Package +revision 15878 +shortdesc Typeset drama using LaTeX. +longdesc A class and style file that supports the typesetting of plays, +longdesc including options for line numbering. +docfiles size=1 + texmf-dist/doc/latex/play/README +srcfiles size=4 + texmf-dist/source/latex/play/play.dtx + texmf-dist/source/latex/play/play.ins +runfiles size=3 + texmf-dist/tex/latex/play/play.cls + texmf-dist/tex/latex/play/play.sty +catalogue-ctan /macros/latex/contrib/play +catalogue-date 2007-01-13 20:56:44 +0100 +catalogue-license lppl + +name plgraph +category Package +revision 15878 +catalogue autopict +shortdesc The LaTeX picture mode, for use with Plain TeX. +longdesc The installer for this package is distributed with the Plain +longdesc TeX graphics package; the source for the installer is part of +longdesc the LaTeX kernel. +docfiles size=6 + texmf-dist/doc/plain/plgraph/00readme.txt + texmf-dist/doc/plain/plgraph/autopict.ins + texmf-dist/doc/plain/plgraph/exmplcol.tex + texmf-dist/doc/plain/plgraph/exmplgrf.tex + texmf-dist/doc/plain/plgraph/exmplpfg.tex + texmf-dist/doc/plain/plgraph/exmplpic.tex +srcfiles size=1 + texmf-dist/source/plain/plgraph/autopict.ins +runfiles size=11 + texmf-dist/tex/plain/plgraph/autopict.sty + texmf-dist/tex/plain/plgraph/color.tex + texmf-dist/tex/plain/plgraph/graphicx.tex + texmf-dist/tex/plain/plgraph/miniltx.tex + texmf-dist/tex/plain/plgraph/picture.tex + texmf-dist/tex/plain/plgraph/psfrag.tex +catalogue-ctan /macros/plain/graphics/autopict.ins +catalogue-date 2009-09-24 14:57:17 +0200 +catalogue-license lppl +catalogue-version 1.1j + +name plnfss +category Package +revision 15878 +shortdesc Font selection for Plain TeX. +longdesc Plnfss is a set of macros to provide easy font access (somewhat +longdesc similar to NFSS but with some limitations) with Plain TeX. +longdesc Plnfss can automatically make use of PSNFSS fd files, i.e., +longdesc when an Adobe Type 1 is used the relevant fd file will be +longdesc loaded automatically. For cmr-like fonts (ec, vnr, csr or plr +longdesc fonts), a special format called pfd (plain fd) is required and +longdesc must be loaded manually. See ot1cmr.pfd for further +longdesc information. +docfiles size=7 + texmf-dist/doc/plain/plnfss/LPPL.txt + texmf-dist/doc/plain/plnfss/plnfss.txt + texmf-dist/doc/plain/plnfss/test-plnfss.tex +runfiles size=17 + texmf-dist/tex/plain/plnfss/MIKmathf.tex + texmf-dist/tex/plain/plnfss/ams.pfd + texmf-dist/tex/plain/plnfss/il2cm.pfd + texmf-dist/tex/plain/plnfss/il2cmr.pfd + texmf-dist/tex/plain/plnfss/ly1lm.pfd + texmf-dist/tex/plain/plnfss/ot1cm.pfd + texmf-dist/tex/plain/plnfss/ot1cmr.pfd + texmf-dist/tex/plain/plnfss/ot4cm.pfd + texmf-dist/tex/plain/plnfss/plnfss.tex + texmf-dist/tex/plain/plnfss/qxlm.pfd + texmf-dist/tex/plain/plnfss/t1lm.pfd + texmf-dist/tex/plain/plnfss/t5cm.pfd + texmf-dist/tex/plain/plnfss/t5cmr.pfd + texmf-dist/tex/plain/plnfss/t5lm.pfd + texmf-dist/tex/plain/plnfss/ts1lm.pfd +catalogue-ctan /macros/plain/plnfss +catalogue-date 2008-05-21 10:21:02 +0200 +catalogue-license lppl +catalogue-version 1.1 + +name plweb +category Package +revision 15878 +catalogue pl +shortdesc Literate Programming for Prolog with LaTeX. +longdesc Instead of having to transform the common source into program +longdesc or documentation, the central idea was to develop a method to +longdesc have one common source which can be interpreted by a Prolog +longdesc system as well as by LaTeX, whether that Prolog system be C- +longdesc Prolog, Quintus-Prolog, or ECLiPSe. +docfiles size=34 + texmf-dist/doc/latex/plweb/README details="Readme" + texmf-dist/doc/latex/plweb/pl.pdf details="Package documentation" + texmf-dist/doc/latex/plweb/pl.tex + texmf-dist/doc/latex/plweb/sample.pl +srcfiles size=12 + texmf-dist/source/latex/plweb/Makefile + texmf-dist/source/latex/plweb/pl.dtx + texmf-dist/source/latex/plweb/pl.ins +runfiles size=5 + texmf-dist/tex/latex/plweb/pcode.sty + texmf-dist/tex/latex/plweb/pl.cfg + texmf-dist/tex/latex/plweb/pl.sty +catalogue-ctan /macros/latex/contrib/gene/pl +catalogue-date 2008-09-11 18:52:21 +0200 +catalogue-license other-free +catalogue-version 3.0 + +name pmgraph +category Package +revision 15878 +shortdesc "Poor man's" graphics. +longdesc A set of extensions to LaTeX picture environment, including a +longdesc wider range of vectors, and a lot more box frame styles. +docfiles size=50 + texmf-dist/doc/latex/pmgraph/COPYING + texmf-dist/doc/latex/pmgraph/README + texmf-dist/doc/latex/pmgraph/pmgraph.pdf details="Package documentation" + texmf-dist/doc/latex/pmgraph/pmgraph.tex +runfiles size=19 + texmf-dist/tex/latex/pmgraph/pmgraph.sty +catalogue-ctan /macros/latex/contrib/pmgraph +catalogue-date 2008-11-04 08:05:43 +0100 +catalogue-license gpl +catalogue-version 1.0 + +name poemscol +category Package +revision 15878 +shortdesc Typesetting Critical Editions of Poetry. +longdesc Poemscol is a package of LaTeX macros for typesetting critical +longdesc editions of poetry. Its features include automatic +longdesc linenumbering, generation of separate endnotes sections for +longdesc emendations, textual collations, and explanatory notes, special +longdesc marking for cases in which page breaks occur during stanza +longdesc breaks, running headers of the form 'Notes to pp. xx-yy' for +longdesc the notes sections, index of titles and first lines, and +longdesc automatic generation of a table of contents. +docfiles size=127 + texmf-dist/doc/latex/poemscol/README details="Readme" + texmf-dist/doc/latex/poemscol/poemscol.pdf details="Documented source" + texmf-dist/doc/latex/poemscol/poemscolcheatsheet.pdf details="Short index" +srcfiles size=73 + texmf-dist/source/latex/poemscol/poemscol.dtx + texmf-dist/source/latex/poemscol/poemscol.ins +runfiles size=22 + texmf-dist/tex/latex/poemscol/poemscol.sty +catalogue-ctan /macros/latex/contrib/poemscol +catalogue-date 2007-07-17 16:11:10 +0200 +catalogue-license lppl +catalogue-version 2.53 + +name polski +category Package +revision 15878 +shortdesc Typeset Polish documents with LaTeX and Polish fonts. +longdesc Tools to typeset documents in Polish using LaTeX2e with Polish +longdesc fonts (the so-called PL fonts), EC fonts or CM fonts. (This +longdesc package was previously known as platex, but has been renamed to +longdesc resolve a name clash.) +depend pl +depend hyphen-polish +docfiles size=9 + texmf-dist/doc/latex/polski/conowego.txt + texmf-dist/doc/latex/polski/czytaj.txt details="Readme (Polish)" language="pl" + texmf-dist/doc/latex/polski/readme.txt details="Readme (English)" + texmf-dist/doc/latex/polski/sample-polski.tex + texmf-dist/doc/latex/polski/sample-rysunek.mp + texmf-dist/doc/latex/polski/sample-rysunek1.mps +srcfiles size=34 + texmf-dist/source/latex/polski/ot1patch.dtx + texmf-dist/source/latex/polski/ot1patch.ins + texmf-dist/source/latex/polski/plfonts.fdd + texmf-dist/source/latex/polski/plprefix.dtx + texmf-dist/source/latex/polski/plprefix.ins + texmf-dist/source/latex/polski/polski.dtx + texmf-dist/source/latex/polski/polski.ins + texmf-dist/source/latex/polski/strony.dtx +runfiles size=24 + texmf-dist/tex/latex/polski/amigapl.def + texmf-dist/tex/latex/polski/mazovia.def + texmf-dist/tex/latex/polski/omlplcm.fd + texmf-dist/tex/latex/polski/omlplm.fd + texmf-dist/tex/latex/polski/omsplsy.fd + texmf-dist/tex/latex/polski/omxplex.fd + texmf-dist/tex/latex/polski/ot1patch.sty + texmf-dist/tex/latex/polski/ot4ccr.fd + texmf-dist/tex/latex/polski/ot4cmdh.fd + texmf-dist/tex/latex/polski/ot4cmfib.fd + texmf-dist/tex/latex/polski/ot4cmfr.fd + texmf-dist/tex/latex/polski/ot4cmr.fd + texmf-dist/tex/latex/polski/ot4cmss.fd + texmf-dist/tex/latex/polski/ot4cmtt.fd + texmf-dist/tex/latex/polski/plprefix.sty + texmf-dist/tex/latex/polski/polski.sty + texmf-dist/tex/latex/polski/qxenc.def +catalogue-ctan /macros/latex/contrib/polski +catalogue-date 2008-08-23 00:11:27 +0200 +catalogue-license lppl +catalogue-version 1.3.3 + +name polyglossia +category Package +revision 15878 +shortdesc Modern multilingual typesetting with XeLaTeX. +longdesc This package provides a complete Babel replacement for users of +longdesc XeLaTeX. The initial version includes support for 54 different +longdesc languages. +docfiles size=124 + texmf-dist/doc/xelatex/polyglossia/README details="Readme" + texmf-dist/doc/xelatex/polyglossia/example-arabic.pdf + texmf-dist/doc/xelatex/polyglossia/example-arabic.tex + texmf-dist/doc/xelatex/polyglossia/example-thai.pdf + texmf-dist/doc/xelatex/polyglossia/example-thai.tex + texmf-dist/doc/xelatex/polyglossia/examples.pdf + texmf-dist/doc/xelatex/polyglossia/examples.tex + texmf-dist/doc/xelatex/polyglossia/gloss-template.ldf + texmf-dist/doc/xelatex/polyglossia/polyglossia.pdf details="Package documentation" + texmf-dist/doc/xelatex/polyglossia/polyglossia.tex +srcfiles size=67 + texmf-dist/source/xelatex/polyglossia/polyglossia.dtx +runfiles size=92 + texmf-dist/fonts/misc/xetex/fontmapping/polyglossia/arabicdigits.map + texmf-dist/fonts/misc/xetex/fontmapping/polyglossia/arabicdigits.tec + texmf-dist/fonts/misc/xetex/fontmapping/polyglossia/farsidigits.map + texmf-dist/fonts/misc/xetex/fontmapping/polyglossia/farsidigits.tec + texmf-dist/fonts/misc/xetex/fontmapping/polyglossia/thaidigits.map + texmf-dist/fonts/misc/xetex/fontmapping/polyglossia/thaidigits.tec + texmf-dist/tex/xelatex/polyglossia/cal-util.def + texmf-dist/tex/xelatex/polyglossia/farsical.sty + texmf-dist/tex/xelatex/polyglossia/gloss-albanian.ldf + texmf-dist/tex/xelatex/polyglossia/gloss-amharic.ldf + texmf-dist/tex/xelatex/polyglossia/gloss-arabic.ldf + texmf-dist/tex/xelatex/polyglossia/gloss-bahasai.ldf + texmf-dist/tex/xelatex/polyglossia/gloss-bahasam.ldf + texmf-dist/tex/xelatex/polyglossia/gloss-basque.ldf + texmf-dist/tex/xelatex/polyglossia/gloss-brazil.ldf + texmf-dist/tex/xelatex/polyglossia/gloss-breton.ldf + texmf-dist/tex/xelatex/polyglossia/gloss-bulgarian.ldf + texmf-dist/tex/xelatex/polyglossia/gloss-catalan.ldf + texmf-dist/tex/xelatex/polyglossia/gloss-coptic.ldf + texmf-dist/tex/xelatex/polyglossia/gloss-croatian.ldf + texmf-dist/tex/xelatex/polyglossia/gloss-czech.ldf + texmf-dist/tex/xelatex/polyglossia/gloss-danish.ldf + texmf-dist/tex/xelatex/polyglossia/gloss-divehi.ldf + texmf-dist/tex/xelatex/polyglossia/gloss-dutch.ldf + texmf-dist/tex/xelatex/polyglossia/gloss-english.ldf + texmf-dist/tex/xelatex/polyglossia/gloss-esperanto.ldf + texmf-dist/tex/xelatex/polyglossia/gloss-estonian.ldf + texmf-dist/tex/xelatex/polyglossia/gloss-farsi.ldf + texmf-dist/tex/xelatex/polyglossia/gloss-finnish.ldf + texmf-dist/tex/xelatex/polyglossia/gloss-french.ldf + texmf-dist/tex/xelatex/polyglossia/gloss-galician.ldf + texmf-dist/tex/xelatex/polyglossia/gloss-german.ldf + texmf-dist/tex/xelatex/polyglossia/gloss-greek.ldf + texmf-dist/tex/xelatex/polyglossia/gloss-hebrew.ldf + texmf-dist/tex/xelatex/polyglossia/gloss-hindi.ldf + texmf-dist/tex/xelatex/polyglossia/gloss-icelandic.ldf + texmf-dist/tex/xelatex/polyglossia/gloss-interlingua.ldf + texmf-dist/tex/xelatex/polyglossia/gloss-irish.ldf + texmf-dist/tex/xelatex/polyglossia/gloss-italian.ldf + texmf-dist/tex/xelatex/polyglossia/gloss-latin.ldf + texmf-dist/tex/xelatex/polyglossia/gloss-latvian.ldf + texmf-dist/tex/xelatex/polyglossia/gloss-lsorbian.ldf + texmf-dist/tex/xelatex/polyglossia/gloss-magyar.ldf + texmf-dist/tex/xelatex/polyglossia/gloss-norsk.ldf + texmf-dist/tex/xelatex/polyglossia/gloss-nynorsk.ldf + texmf-dist/tex/xelatex/polyglossia/gloss-polish.ldf + texmf-dist/tex/xelatex/polyglossia/gloss-portuges.ldf + texmf-dist/tex/xelatex/polyglossia/gloss-romanian.ldf + texmf-dist/tex/xelatex/polyglossia/gloss-russian.ldf + texmf-dist/tex/xelatex/polyglossia/gloss-samin.ldf + texmf-dist/tex/xelatex/polyglossia/gloss-sanskrit.ldf + texmf-dist/tex/xelatex/polyglossia/gloss-scottish.ldf + texmf-dist/tex/xelatex/polyglossia/gloss-serbian.ldf + texmf-dist/tex/xelatex/polyglossia/gloss-slovak.ldf + texmf-dist/tex/xelatex/polyglossia/gloss-slovenian.ldf + texmf-dist/tex/xelatex/polyglossia/gloss-spanish.ldf + texmf-dist/tex/xelatex/polyglossia/gloss-swedish.ldf + texmf-dist/tex/xelatex/polyglossia/gloss-syriac.ldf + texmf-dist/tex/xelatex/polyglossia/gloss-thai.ldf + texmf-dist/tex/xelatex/polyglossia/gloss-turkish.ldf + texmf-dist/tex/xelatex/polyglossia/gloss-ukrainian.ldf + texmf-dist/tex/xelatex/polyglossia/gloss-usorbian.ldf + texmf-dist/tex/xelatex/polyglossia/gloss-welsh.ldf + texmf-dist/tex/xelatex/polyglossia/hebrewcal.sty + texmf-dist/tex/xelatex/polyglossia/hijrical.sty + texmf-dist/tex/xelatex/polyglossia/polyglossia.sty +catalogue-ctan /macros/xetex/latex/polyglossia +catalogue-date 2009-02-02 10:22:41 +0100 +catalogue-license lppl +catalogue-version v1.0.2 + +name polyglot +category Package +revision 15878 +docfiles size=2 + texmf-dist/doc/latex/polyglot/sample.dvi + texmf-dist/doc/latex/polyglot/sample.tex +srcfiles size=32 + texmf-dist/source/latex/polyglot/langs/english.ld + texmf-dist/source/latex/polyglot/langs/french.ld + texmf-dist/source/latex/polyglot/langs/french.ot1 + texmf-dist/source/latex/polyglot/langs/german.ld + texmf-dist/source/latex/polyglot/langs/german.ot1 + texmf-dist/source/latex/polyglot/langs/r_hebrew.ld + texmf-dist/source/latex/polyglot/langs/spanish.ld + texmf-dist/source/latex/polyglot/langs/spanish.ot1 + texmf-dist/source/latex/polyglot/polyglot.dtx + texmf-dist/source/latex/polyglot/polyglot.ins + texmf-dist/source/latex/polyglot/polyglot.ltx +runfiles size=12 + texmf-dist/tex/latex/polyglot/polyglot.cfg + texmf-dist/tex/latex/polyglot/polyglot.def + texmf-dist/tex/latex/polyglot/polyglot.sty + +name polynom +category Package +revision 15878 +shortdesc Macros for manipulating polynomials. +longdesc The polynom package implements macros for manipulating +longdesc polynomials, for example it can typeset long polynomial +longdesc divisions. The main test case and application is the polynomial +longdesc ring in one variable with rational coefficients. +docfiles size=69 + texmf-dist/doc/latex/polynom/README details="Readme" + texmf-dist/doc/latex/polynom/polydemo.pdf details="Example of package use" + texmf-dist/doc/latex/polynom/polydemo.tex + texmf-dist/doc/latex/polynom/polynom.pdf details="Package documentation" +srcfiles size=35 + texmf-dist/source/latex/polynom/polynom.dtx + texmf-dist/source/latex/polynom/polynom.ins +runfiles size=16 + texmf-dist/tex/latex/polynom/polynom.sty +catalogue-ctan /macros/latex/contrib/polynom +catalogue-date 2007-01-13 23:45:25 +0100 +catalogue-license lppl +catalogue-version 0.17 + +name polynomial +category Package +revision 15878 +shortdesc Typeset (univariate) polynomials. +longdesc The package offers an easy way to write (univariate) +longdesc polynomials and rational functions. It defines two commands, +longdesc one for polynomials \polynomial{coeffs} and one for rational +longdesc functions \polynomialfrac{Numerator}{Denominator}. Both +longdesc commands take lists of coefficients as arguments, and offer +longdesc limited optional behaviour. +docfiles size=37 + texmf-dist/doc/latex/polynomial/README + texmf-dist/doc/latex/polynomial/polynomial.pdf details="Package documentation" +srcfiles size=5 + texmf-dist/source/latex/polynomial/polynomial.dtx + texmf-dist/source/latex/polynomial/polynomial.ins +runfiles size=2 + texmf-dist/tex/latex/polynomial/polynomial.sty +catalogue-ctan /macros/latex/contrib/polynomial +catalogue-date 2008-08-23 00:06:02 +0200 +catalogue-license lppl +catalogue-version 1.0 + +name polytable +category Package +revision 15878 +shortdesc Tabular-like environments with named columns. +longdesc This package implements a variant of tabular-like environments +longdesc where columns can be given a name and entries can flexibly be +longdesc placed between arbitrary columns. Complex alignment-based +longdesc layouts, for example for program code, are possible. +docfiles size=1 + texmf-dist/doc/latex/polytable/README +srcfiles size=22 + texmf-dist/source/latex/polytable/polytable.dtx + texmf-dist/source/latex/polytable/polytable.ins +runfiles size=7 + texmf-dist/tex/latex/polytable/polytable.sty +catalogue-ctan /macros/latex/contrib/polytable +catalogue-date 2007-01-13 23:45:25 +0100 +catalogue-license lppl +catalogue-version 0.8.2 + +name postcards +category Package +revision 15878 +shortdesc Facilitates mass-mailing of postcards (junkmail). +longdesc A modification of the standard LaTeX letter class which prints +longdesc multiple, pre-stamped, 5.5" by 3.5" postcards (a US standard +longdesc size) via the envlab and mailing packages. An address database +longdesc is employed to address the front side of each postcard and a +longdesc message is printed on the back side of all. An illustrative +longdesc example is provided. +docfiles size=4 + texmf-dist/doc/latex/postcards/README + texmf-dist/doc/latex/postcards/datasmp.txt + texmf-dist/doc/latex/postcards/pcardsmp.dvi + texmf-dist/doc/latex/postcards/pcardsmp.tex +runfiles size=1 + texmf-dist/tex/latex/postcards/postcards.cls +catalogue-ctan /macros/latex/contrib/postcards +catalogue-date 2009-01-23 15:11:09 +0100 +catalogue-license lppl + +name powerdot +category Package +revision 15878 +shortdesc A presentation class. +longdesc Powerdot is a presentation class for LaTeX that allows for the +longdesc quick and easy development of professional presentations. It +longdesc comes with many tools that enhance presentations and aid the +longdesc presenter. Examples are automatic overlays, personal notes and +longdesc a handout mode. To view a presentation, DVI, PS or PDF output +longdesc can be used. A powerful template system is available to easily +longdesc develop new styles. A LyX layout file is provided. +docfiles size=446 + texmf-dist/doc/latex/powerdot/README details="Readme" + texmf-dist/doc/latex/powerdot/manifest.txt + texmf-dist/doc/latex/powerdot/powerdot-example.lyx + texmf-dist/doc/latex/powerdot/powerdot-example.tex + texmf-dist/doc/latex/powerdot/powerdot-example1.tex + texmf-dist/doc/latex/powerdot/powerdot-example2.tex + texmf-dist/doc/latex/powerdot/powerdot-example3.tex + texmf-dist/doc/latex/powerdot/powerdot.layout + texmf-dist/doc/latex/powerdot/powerdot.pdf + texmf-dist/doc/latex/powerdot/powerdotDE.pdf + texmf-dist/doc/latex/powerdot/powerdotDE.tex +srcfiles size=77 + texmf-dist/source/latex/powerdot/powerdot.dtx +runfiles size=48 + texmf-dist/tex/latex/powerdot/powerdot-aggie.sty + texmf-dist/tex/latex/powerdot/powerdot-bframe.sty + texmf-dist/tex/latex/powerdot/powerdot-ciment.sty + texmf-dist/tex/latex/powerdot/powerdot-default.ps + texmf-dist/tex/latex/powerdot/powerdot-default.sty + texmf-dist/tex/latex/powerdot/powerdot-elcolors.sty + texmf-dist/tex/latex/powerdot/powerdot-fyma.sty + texmf-dist/tex/latex/powerdot/powerdot-horatio.sty + texmf-dist/tex/latex/powerdot/powerdot-husky.sty + texmf-dist/tex/latex/powerdot/powerdot-ikeda.sty + texmf-dist/tex/latex/powerdot/powerdot-jefka.sty + texmf-dist/tex/latex/powerdot/powerdot-klope.sty + texmf-dist/tex/latex/powerdot/powerdot-paintings.sty + texmf-dist/tex/latex/powerdot/powerdot-pazik.sty + texmf-dist/tex/latex/powerdot/powerdot-sailor.sty + texmf-dist/tex/latex/powerdot/powerdot-simple.sty + texmf-dist/tex/latex/powerdot/powerdot-tycja.sty + texmf-dist/tex/latex/powerdot/powerdot-upen.sty + texmf-dist/tex/latex/powerdot/powerdot.cls +catalogue-ctan /macros/latex/contrib/powerdot +catalogue-date 2009-04-26 18:42:19 +0200 +catalogue-license lppl +catalogue-version 1.3 + +name powerdot-FUBerlin +category Package +revision 15878 +shortdesc Powerdot, using the style of FU Berlin. +longdesc The bundle provides a powerdot-derived class and a package for +longdesc use with powerdot to provide the corporate design of the Free +longdesc University in Berlin. Users may use the class itself +longdesc (FUpowerdot) or use the package in the usual way with +longdesc \style=BerlinFU as a class option. Examples of using both the +longdesc class and the package are provided; the PDF is visually +longdesc identical, so the catalogue only lists one; the sources of the +longdesc examples do of course differ. +docfiles size=1135 + texmf-dist/doc/latex/powerdot-FUBerlin/FULogo.eps + texmf-dist/doc/latex/powerdot-FUBerlin/FULogo_RGB.eps + texmf-dist/doc/latex/powerdot-FUBerlin/FUbib.eps + texmf-dist/doc/latex/powerdot-FUBerlin/FUseal.eps + texmf-dist/doc/latex/powerdot-FUBerlin/README details="Readme" + texmf-dist/doc/latex/powerdot-FUBerlin/exampleClass.pdf details="Example of use of the class" + texmf-dist/doc/latex/powerdot-FUBerlin/exampleClass.tex + texmf-dist/doc/latex/powerdot-FUBerlin/exampleStyle.pdf + texmf-dist/doc/latex/powerdot-FUBerlin/exampleStyle.tex + texmf-dist/doc/latex/powerdot-FUBerlin/silberlaube2.eps +runfiles size=4 + texmf-dist/tex/latex/powerdot-FUBerlin/FUpowerdot.cls + texmf-dist/tex/latex/powerdot-FUBerlin/powerdot-BerlinFU.sty +catalogue-ctan /macros/latex/contrib/powerdot-FUBerlin +catalogue-date 2009-07-30 21:57:53 +0200 +catalogue-license lppl +catalogue-version 0.01 + +name ppower4 +category Package +revision 15926 +shortdesc A postprocessor for PDF presentations. +longdesc Ppower4 is post processor for PDF presentations created by +longdesc pdf(La)TeX. It can be used to prepare presentations which +longdesc include pages building up step by step when viewed with Acrobat +longdesc Reader (v4 and later). The software is written in Java. +depend ppower4.ARCH +docfiles size=434 + texmf-dist/doc/latex/ppower4/bericht.pdf + texmf-dist/doc/latex/ppower4/demo/demo.tex + texmf-dist/doc/latex/ppower4/demo/matrixb1.eps + texmf-dist/doc/latex/ppower4/demo/matrixb1.fig + texmf-dist/doc/latex/ppower4/demo/matrixb1.mp + texmf-dist/doc/latex/ppower4/demo/matrixb1.mps + texmf-dist/doc/latex/ppower4/demo/matrixb2.eps + texmf-dist/doc/latex/ppower4/demo/matrixb2.fig + texmf-dist/doc/latex/ppower4/demo/matrixb2.mp + texmf-dist/doc/latex/ppower4/demo/matrixb2.mps + texmf-dist/doc/latex/ppower4/download.html + texmf-dist/doc/latex/ppower4/edemo/edemo.tex + texmf-dist/doc/latex/ppower4/edemo/matrixb1e.eps + texmf-dist/doc/latex/ppower4/edemo/matrixb1e.fig + texmf-dist/doc/latex/ppower4/edemo/matrixb1e.mp + texmf-dist/doc/latex/ppower4/edemo/matrixb1e.mps + texmf-dist/doc/latex/ppower4/edemo/matrixb2e.eps + texmf-dist/doc/latex/ppower4/edemo/matrixb2e.fig + texmf-dist/doc/latex/ppower4/edemo/matrixb2e.mp + texmf-dist/doc/latex/ppower4/edemo/matrixb2e.mps + texmf-dist/doc/latex/ppower4/exampled/bsp1.tex + texmf-dist/doc/latex/ppower4/exampled/bsp2.tex + texmf-dist/doc/latex/ppower4/examplee/exm1.tex + texmf-dist/doc/latex/ppower4/examplee/exm2.tex + texmf-dist/doc/latex/ppower4/extension.pdf + texmf-dist/doc/latex/ppower4/extension.tex + texmf-dist/doc/latex/ppower4/extras.html + texmf-dist/doc/latex/ppower4/features.html + texmf-dist/doc/latex/ppower4/index.html + texmf-dist/doc/latex/ppower4/leveldemo/example.0 + texmf-dist/doc/latex/ppower4/leveldemo/example.1 + texmf-dist/doc/latex/ppower4/leveldemo/example.2 + texmf-dist/doc/latex/ppower4/leveldemo/example.3 + texmf-dist/doc/latex/ppower4/leveldemo/example.4 + texmf-dist/doc/latex/ppower4/leveldemo/example.5 + texmf-dist/doc/latex/ppower4/leveldemo/example.6 + texmf-dist/doc/latex/ppower4/leveldemo/example.7 + texmf-dist/doc/latex/ppower4/leveldemo/leveldemo.tex + texmf-dist/doc/latex/ppower4/levelo.pdf + texmf-dist/doc/latex/ppower4/manual.pdf details="Package manual" + texmf-dist/doc/latex/ppower4/news.html + texmf-dist/doc/latex/ppower4/odemo.pdf + texmf-dist/doc/latex/ppower4/oedemo.pdf + texmf-dist/doc/latex/ppower4/pagetrans.tex + texmf-dist/doc/latex/ppower4/ppower4.bat + texmf-dist/doc/latex/ppower4/readme.html + texmf-dist/doc/latex/ppower4/report.pdf +runfiles size=80 + texmf-dist/scripts/ppower4/pdfthumb.tlu + texmf-dist/scripts/ppower4/pp4p.jar + texmf-dist/scripts/ppower4/ppower4.tlu + texmf-dist/tex/latex/ppower4/background.sty + texmf-dist/tex/latex/ppower4/mpmulti.sty + texmf-dist/tex/latex/ppower4/pause.sty + texmf-dist/tex/latex/ppower4/pp4link.sty + texmf-dist/tex/latex/ppower4/pp4slide.sty + texmf-dist/tex/latex/ppower4/texpause.sty +catalogue-ctan /support/ppower4 +catalogue-date 2008-08-23 00:11:27 +0200 +catalogue-license gpl +catalogue-version 0.4 + +name ppower4.alpha-linux +category Package +revision 15878 +shortdesc alpha-linux files of ppower4 +binfiles arch=alpha-linux size=2 + bin/alpha-linux/pdfthumb + bin/alpha-linux/ppower4 + +name ppower4.i386-cygwin +category Package +revision 15878 +shortdesc i386-cygwin files of ppower4 +binfiles arch=i386-cygwin size=2 + bin/i386-cygwin/pdfthumb + bin/i386-cygwin/ppower4 + +name ppower4.i386-linux +category Package +revision 15878 +shortdesc i386-linux files of ppower4 +binfiles arch=i386-linux size=2 + bin/i386-linux/pdfthumb + bin/i386-linux/ppower4 + +name ppower4.i386-netbsd +category Package +revision 15878 +shortdesc i386-netbsd files of ppower4 +binfiles arch=i386-netbsd size=2 + bin/i386-netbsd/pdfthumb + bin/i386-netbsd/ppower4 + +name ppower4.i386-solaris +category Package +revision 15878 +shortdesc i386-solaris files of ppower4 +binfiles arch=i386-solaris size=2 + bin/i386-solaris/pdfthumb + bin/i386-solaris/ppower4 + +name ppower4.mips-irix +category Package +revision 15878 +shortdesc mips-irix files of ppower4 +binfiles arch=mips-irix size=2 + bin/mips-irix/pdfthumb + bin/mips-irix/ppower4 + +name ppower4.powerpc-aix +category Package +revision 15878 +shortdesc powerpc-aix files of ppower4 +binfiles arch=powerpc-aix size=2 + bin/powerpc-aix/pdfthumb + bin/powerpc-aix/ppower4 + +name ppower4.powerpc-linux +category Package +revision 15878 +shortdesc powerpc-linux files of ppower4 +binfiles arch=powerpc-linux size=2 + bin/powerpc-linux/pdfthumb + bin/powerpc-linux/ppower4 + +name ppower4.sparc-linux +category Package +revision 15878 +shortdesc sparc-linux files of ppower4 +binfiles arch=sparc-linux size=2 + bin/sparc-linux/pdfthumb + bin/sparc-linux/ppower4 + +name ppower4.sparc-solaris +category Package +revision 15878 +shortdesc sparc-solaris files of ppower4 +binfiles arch=sparc-solaris size=2 + bin/sparc-solaris/pdfthumb + bin/sparc-solaris/ppower4 + +name ppower4.universal-darwin +category Package +revision 15878 +shortdesc universal-darwin files of ppower4 +binfiles arch=universal-darwin size=2 + bin/universal-darwin/pdfthumb + bin/universal-darwin/ppower4 + +name ppower4.win32 +category Package +revision 15878 +shortdesc win32 files of ppower4 +binfiles arch=win32 size=2 + bin/win32/pdfthumb.exe + bin/win32/ppower4.exe + +name ppower4.x86_64-linux +category Package +revision 15878 +shortdesc x86_64-linux files of ppower4 +binfiles arch=x86_64-linux size=2 + bin/x86_64-linux/pdfthumb + bin/x86_64-linux/ppower4 + +name ppr-prv +category Package +revision 15878 +shortdesc Prosper preview. +longdesc This class is used with LaTeX presentations using the prosper +longdesc class. ppr-prv stands for 'Prosper Preview'. The aim of this +longdesc class is to produce a printable version of the slides written +longdesc with Prosper, with two slides per page. +docfiles size=84 + texmf-dist/doc/latex/ppr-prv/README details="Readme" + texmf-dist/doc/latex/ppr-prv/ppr-prv.pdf details="Package documentation" +srcfiles size=10 + texmf-dist/source/latex/ppr-prv/ppr-prv.dtx + texmf-dist/source/latex/ppr-prv/ppr-prv.ins +runfiles size=7 + texmf-dist/tex/latex/ppr-prv/HAP-ppr-prv.def + texmf-dist/tex/latex/ppr-prv/ppr-prv.cls +catalogue-ctan /macros/latex/contrib/ppr-prv +catalogue-date 2007-01-13 23:45:25 +0100 +catalogue-license lppl +catalogue-version 0.13c + +name pracjourn +category Package +revision 15878 +shortdesc Typeset articles for PracTeX. +longdesc The pracjourn class is used for typesetting articles in the +longdesc PracTeX Journal. It is based on the article class with +longdesc modifications to allow for more flexible front-matter and +longdesc revision control, among other small changes. +docfiles size=107 + texmf-dist/doc/latex/pracjourn/README details="Readme" + texmf-dist/doc/latex/pracjourn/pjsample.ltx + texmf-dist/doc/latex/pracjourn/pjsample.pdf + texmf-dist/doc/latex/pracjourn/pracjourn.pdf details="Package documentation" +srcfiles size=14 + texmf-dist/source/latex/pracjourn/pracjourn.dtx + texmf-dist/source/latex/pracjourn/pracjourn.ins +runfiles size=4 + texmf-dist/tex/latex/pracjourn/pracjourn.cls +catalogue-ctan /macros/latex/contrib/pracjourn +catalogue-date 2008-11-30 13:31:17 +0100 +catalogue-license gpl +catalogue-version 0.4n + +name preprint +category Package +revision 15878 +shortdesc A bundle of packages provided "as is". +longdesc The bundle comprises: - authblk, which permits footnote style +longdesc author/affiliation input in the \author command, - balance, to +longdesc balance the end of \twocolumn pages, - figcaps, to send figure +longdesc captions, etc., to end document, - fullpage, to set narrow page +longdesc margins and set a fixed page style, and - sublabel, which +longdesc permits counters to be subnumbered. +docfiles size=106 + texmf-dist/doc/latex/preprint/00readme.txt + texmf-dist/doc/latex/preprint/00readme.unix + texmf-dist/doc/latex/preprint/authblk.pdf + texmf-dist/doc/latex/preprint/balance.pdf + texmf-dist/doc/latex/preprint/figcaps.pdf + texmf-dist/doc/latex/preprint/fullpage.pdf + texmf-dist/doc/latex/preprint/sublabel.pdf +srcfiles size=56 + texmf-dist/source/latex/preprint/authblk.drv + texmf-dist/source/latex/preprint/authblk.dtx + texmf-dist/source/latex/preprint/authblk.ins + texmf-dist/source/latex/preprint/balance.drv + texmf-dist/source/latex/preprint/balance.dtx + texmf-dist/source/latex/preprint/balance.ins + texmf-dist/source/latex/preprint/figcaps.drv + texmf-dist/source/latex/preprint/figcaps.dtx + texmf-dist/source/latex/preprint/figcaps.ins + texmf-dist/source/latex/preprint/fullpage.drv + texmf-dist/source/latex/preprint/fullpage.dtx + texmf-dist/source/latex/preprint/fullpage.ins + texmf-dist/source/latex/preprint/sublabel.drv + texmf-dist/source/latex/preprint/sublabel.dtx + texmf-dist/source/latex/preprint/sublabel.ins +runfiles size=9 + texmf-dist/tex/latex/preprint/authblk.sty + texmf-dist/tex/latex/preprint/balance.sty + texmf-dist/tex/latex/preprint/figcaps.sty + texmf-dist/tex/latex/preprint/fullpage.sty + texmf-dist/tex/latex/preprint/sublabel.sty +catalogue-ctan /macros/latex/contrib/preprint +catalogue-date 2007-01-06 21:10:04 +0100 +catalogue-license lppl + +name prettyref +category Package +revision 15878 +shortdesc Make label references "self-identify". +longdesc Prettyref provides a command \newrefformat, which specifies the +longdesc way in which a reference is typeset, according to a label +longdesc "identification". The identification is set in the \label +longdesc command, by using prefixed label names; so instead of +longdesc \label{mysection}, one uses \label{sec:mysection}, and +longdesc prettyref interprets the "sec:" part. The package is compatible +longdesc with hyperref and with other packages. +docfiles size=12 + texmf-dist/doc/latex/prettyref/README + texmf-dist/doc/latex/prettyref/prettyref.pdf details="Package documentation" +srcfiles size=3 + texmf-dist/source/latex/prettyref/prettyref.dtx + texmf-dist/source/latex/prettyref/prettyref.ins +runfiles size=1 + texmf-dist/tex/latex/prettyref/prettyref.sty +catalogue-ctan /macros/latex/contrib/prettyref +catalogue-date 2008-11-06 09:26:54 +0100 +catalogue-license pd +catalogue-version 3.0 + +name preview +category Package +revision 15878 +shortdesc Extract bits of a LaTeX source for output. +longdesc The package is a free-standing part of the preview-latex +longdesc bundle. The package provides the support preview-latex needs, +longdesc when it chooses the matter it will preview. The output may +longdesc reasonably be expected to have other uses, as in html +longdesc translators, etc. +docfiles size=29 + texmf-dist/doc/latex/preview/README details="Readme" + texmf-dist/doc/latex/preview/preview.pdf +srcfiles size=21 + texmf-dist/source/latex/preview/preview.drv + texmf-dist/source/latex/preview/preview.dtx + texmf-dist/source/latex/preview/preview.ins +runfiles size=14 + texmf-dist/tex/latex/preview/prauctex.cfg + texmf-dist/tex/latex/preview/prauctex.def + texmf-dist/tex/latex/preview/prcounters.def + texmf-dist/tex/latex/preview/preview.sty + texmf-dist/tex/latex/preview/prfootnotes.def + texmf-dist/tex/latex/preview/prlyx.def + texmf-dist/tex/latex/preview/prshowbox.def + texmf-dist/tex/latex/preview/prshowlabels.def + texmf-dist/tex/latex/preview/prtightpage.def + texmf-dist/tex/latex/preview/prtracingall.def +catalogue-ctan /macros/latex/contrib/preview +catalogue-date 2007-03-11 14:35:09 +0100 +catalogue-license gpl +catalogue-version 11.84 + +name printlen +category Package +revision 15878 +shortdesc Print lengths using specified units. +longdesc \printlength{length} prints the value of a LaTeX length in the +longdesc units specified by \uselengthunit{unit} ('unit' may be any TeX +longdesc length unit except for scaled point, viz., any of: pt, pc, in, +longdesc mm, cm, bp, dd or cc). When the unit is pt, the printed length +longdesc value will include any stretch or shrink; otherwise these are +longdesc not printed. The 'unit' argument may also be PT, in which case +longdesc length values will be printed in point units but without any +longdesc stretch or shrink values. +runfiles size=2 + texmf-dist/tex/latex/printlen/printlen.sty +catalogue-ctan /macros/latex/contrib/misc/printlen.sty +catalogue-date 2009-09-03 13:00:14 +0200 +catalogue-license lppl +catalogue-version 1.1a + +name proba +category Package +revision 15878 +shortdesc Shortcuts commands to symbols used in probability texts. +longdesc This package includes some of the most often used commands in +longdesc probability texts, e.g. probability, expectation, variance, +longdesc etc. It also includes some short commands for set (blackboard) +longdesc or filtrations (calligraphic). It requires LaTeX2e and the +longdesc amsfonts package. +docfiles size=24 + texmf-dist/doc/latex/proba/README details="Readme" + texmf-dist/doc/latex/proba/proba.pdf details="Package documentation" +srcfiles size=4 + texmf-dist/source/latex/proba/proba.dtx + texmf-dist/source/latex/proba/proba.ins +runfiles size=2 + texmf-dist/tex/latex/proba/proba.sty +catalogue-ctan /macros/latex/contrib/proba +catalogue-date 2009-06-02 14:48:32 +0200 +catalogue-license lppl + +name probsoln +category Package +revision 15878 +shortdesc generate problem sheets and their solution sheets +longdesc The package probsoln.sty is designed for lecturers who have to +longdesc generate new problem sheets for their students on a regular +longdesc basis (e.g. yearly) by randomly selecting a specified number of +longdesc problems defined in another file. The package allows you easily +longdesc to generate a new problem sheet that is different from the +longdesc previous year, thus alleviating the temptation of students to +longdesc seek out the previous year's students and checking out their +longdesc answers. The solutions to the problems can be defined along +longdesc with the problem, making it easy to generate the solution sheet +longdesc from the same source code; problems may be reused within a +longdesc document, so that solutions may appear in a different section +longdesc of the same document as the problems they cover. +docfiles size=100 + texmf-dist/doc/latex/probsoln/CHANGES + texmf-dist/doc/latex/probsoln/README details="Package README" + texmf-dist/doc/latex/probsoln/probsoln-manual.html details="Package documentation (HTML)" + texmf-dist/doc/latex/probsoln/probsoln-manual.tex + texmf-dist/doc/latex/probsoln/probsoln.pdf details="Package documentation (PDF)" + texmf-dist/doc/latex/probsoln/samples/1stprncp.tex + texmf-dist/doc/latex/probsoln/samples/args.tex + texmf-dist/doc/latex/probsoln/samples/easy.tex + texmf-dist/doc/latex/probsoln/samples/easy2.tex + texmf-dist/doc/latex/probsoln/samples/implicit.tex + texmf-dist/doc/latex/probsoln/samples/mchoice.tex + texmf-dist/doc/latex/probsoln/samples/newdata.tex + texmf-dist/doc/latex/probsoln/samples/nosoln.tex + texmf-dist/doc/latex/probsoln/samples/probspaces.tex + texmf-dist/doc/latex/probsoln/samples/probspaces2.tex + texmf-dist/doc/latex/probsoln/samples/sample.tex + texmf-dist/doc/latex/probsoln/samples/sample2.tex + texmf-dist/doc/latex/probsoln/samples/sample3.tex + texmf-dist/doc/latex/probsoln/samples/sample4.tex + texmf-dist/doc/latex/probsoln/samples/sample5.tex + texmf-dist/doc/latex/probsoln/samples/tabmchoice.tex +srcfiles size=20 + texmf-dist/source/latex/probsoln/probsoln.dtx + texmf-dist/source/latex/probsoln/probsoln.ins +runfiles size=4 + texmf-dist/tex/latex/probsoln/probsoln.sty +catalogue-ctan /macros/latex/contrib/probsoln +catalogue-date 2008-08-27 21:45:39 +0200 +catalogue-license lppl +catalogue-version 3.0 + +name procIAGssymp +category Package +revision 15878 +shortdesc Macros for IAG symposium papers. +longdesc This package provides (re-)definitions of some LaTeX commands +longdesc that can be useful for the preparation of a paper with the +longdesc style of the proceeding of symposia sponsored by the +longdesc 'International Association of Geodesy (IAG)' published by +longdesc Springer-Verlag. +docfiles size=2 + texmf-dist/doc/latex/procIAGssymp/TestPaper.tex +runfiles size=2 + texmf-dist/tex/latex/procIAGssymp/procIAGssymp.sty +catalogue-ctan /macros/latex/contrib/procIAGssymp +catalogue-date 2007-01-06 21:10:04 +0100 +catalogue-license lppl + +name program +category Package +revision 15878 +shortdesc Typesetting programs and algorithms. +longdesc The main offering is a program environment; a programbox +longdesc environment is available for fragments that must not break with +longdesc the pages. +docfiles size=14 + texmf-dist/doc/latex/program/README details="Readme" + texmf-dist/doc/latex/program/gpl-3.0.txt + texmf-dist/doc/latex/program/plink.tex + texmf-dist/doc/latex/program/program-demo.tex +runfiles size=9 + texmf-dist/tex/latex/program/program.sty +catalogue-ctan /macros/latex/contrib/program +catalogue-date 2009-10-07 22:25:55 +0200 +catalogue-license gpl +catalogue-version 3.3.12 + +name progress +category Package +revision 15878 +shortdesc Creates an overview of a document's state. +longdesc Progress is a package which. when compiling TeX and LaTeX +longdesc documents, generates a HTML file showing an overview of a +longdesc document's state (of how finished it is). The report is sent to +longdesc file \ProgressReportName, which is by default the \jobname with +longdesc the date appended (but is user-modifiable). +docfiles size=51 + texmf-dist/doc/latex/progress/README details="Readme" + texmf-dist/doc/latex/progress/progress.dvi + texmf-dist/doc/latex/progress/progress.tex + texmf-dist/doc/latex/progress/progress20030701.html + texmf-dist/doc/latex/progress/progress20030714.html +runfiles size=4 + texmf-dist/tex/latex/progress/progress.sty +catalogue-ctan /macros/latex/contrib/progress +catalogue-date 2007-01-06 21:10:04 +0100 +catalogue-license lppl +catalogue-version 1.10 + +name properties +category Package +revision 15878 +shortdesc Load properties from a file. +longdesc The package loads properties (key, value) from a properties +longdesc file, e.g. \jobname.properties. +docfiles size=2 + texmf-dist/doc/latex/properties/readme.de + texmf-dist/doc/latex/properties/testprop.tex +runfiles size=1 + texmf-dist/tex/latex/properties/properties.sty +catalogue-ctan /macros/latex/contrib/properties +catalogue-date 2009-07-23 15:36:56 +0200 +catalogue-license lppl +catalogue-version 0.2 + +name prosper +category Package +revision 15878 +shortdesc LaTeX class for high quality slides. +longdesc Prosper is a LaTeX class for writing transparencies. It is +longdesc written on top of the seminar class by Timothy Van Zandt. It +longdesc offers a friendly environment for creating slides for both +longdesc presentations with an overhead projector and a video projector. +longdesc Slides prepared for a presentation with a computer and a video +longdesc projector may integrate animation effects, incremental display, +longdesc and so on. Various visual styles are supported (including some +longdesc that mimic PowerPoint) and others are being contributed. +docfiles size=117 + texmf-dist/doc/latex/prosper/Example.tex + texmf-dist/doc/latex/prosper/ExampleAlienglow.tex + texmf-dist/doc/latex/prosper/ExampleAutumn.tex + texmf-dist/doc/latex/prosper/ExampleAzure.tex + texmf-dist/doc/latex/prosper/ExampleContemporain.tex + texmf-dist/doc/latex/prosper/ExampleDarkblue.tex + texmf-dist/doc/latex/prosper/ExampleFrames.tex + texmf-dist/doc/latex/prosper/ExampleLignesbleues.tex + texmf-dist/doc/latex/prosper/ExampleNuanceGris.tex + texmf-dist/doc/latex/prosper/ExampleTroisPoints.tex + texmf-dist/doc/latex/prosper/FAQ + texmf-dist/doc/latex/prosper/NEWS + texmf-dist/doc/latex/prosper/README details="Package Readme" + texmf-dist/doc/latex/prosper/green-bullet-on-blue-wc.gif + texmf-dist/doc/latex/prosper/green-bullet-on-blue.gif + texmf-dist/doc/latex/prosper/green-bullet-on-white.gif + texmf-dist/doc/latex/prosper/gyom.tex + texmf-dist/doc/latex/prosper/manifest.txt + texmf-dist/doc/latex/prosper/prosper-doc.pdf + texmf-dist/doc/latex/prosper/prosper-doc.tex + texmf-dist/doc/latex/prosper/prosper-template.jpg + texmf-dist/doc/latex/prosper/prosper-tour.pdf + texmf-dist/doc/latex/prosper/prosper-tour.tex + texmf-dist/doc/latex/prosper/red-bullet-on-blue-wc.gif + texmf-dist/doc/latex/prosper/red-bullet-on-blue.gif + texmf-dist/doc/latex/prosper/red-bullet-on-white.gif + texmf-dist/doc/latex/prosper/rico.tex + texmf-dist/doc/latex/prosper/rotation.tex + texmf-dist/doc/latex/prosper/yellow-bullet-on-blue-wc.gif + texmf-dist/doc/latex/prosper/yellow-bullet-on-blue.gif + texmf-dist/doc/latex/prosper/yellow-bullet-on-white.gif +srcfiles size=35 + texmf-dist/source/latex/prosper/AUTHORS + texmf-dist/source/latex/prosper/ChangeLog + texmf-dist/source/latex/prosper/INSTALL + texmf-dist/source/latex/prosper/TODO + texmf-dist/source/latex/prosper/compilation.fig + texmf-dist/source/latex/prosper/prosper-structure.fig + texmf-dist/source/latex/prosper/prosper.png + texmf-dist/source/latex/prosper/prosper.ui + texmf-dist/source/latex/prosper/seminar-bg2-lepennec.fix +runfiles size=199 + texmf-dist/tex/latex/prosper/PPRalcatel.sty + texmf-dist/tex/latex/prosper/PPRalienglow.sty + texmf-dist/tex/latex/prosper/PPRautumn.sty + texmf-dist/tex/latex/prosper/PPRazure.sty + texmf-dist/tex/latex/prosper/PPRblends.sty + texmf-dist/tex/latex/prosper/PPRcapsules.sty + texmf-dist/tex/latex/prosper/PPRcontemporain.sty + texmf-dist/tex/latex/prosper/PPRcorners.sty + texmf-dist/tex/latex/prosper/PPRdarkblue.sty + texmf-dist/tex/latex/prosper/PPRdefault.sty + texmf-dist/tex/latex/prosper/PPRframes.sty + texmf-dist/tex/latex/prosper/PPRfyma.sty + texmf-dist/tex/latex/prosper/PPRgyom.sty + texmf-dist/tex/latex/prosper/PPRlignesbleues.sty + texmf-dist/tex/latex/prosper/PPRmancini.sty + texmf-dist/tex/latex/prosper/PPRnuancegris.sty + texmf-dist/tex/latex/prosper/PPRprettybox.sty + texmf-dist/tex/latex/prosper/PPRrico.sty + texmf-dist/tex/latex/prosper/PPRserpaggi.sty + texmf-dist/tex/latex/prosper/PPRthomasd.sty + texmf-dist/tex/latex/prosper/PPRtroispoints.sty + texmf-dist/tex/latex/prosper/PPRwhitecross.sty + texmf-dist/tex/latex/prosper/PPRwinter.sty + texmf-dist/tex/latex/prosper/PPRwj.sty + texmf-dist/tex/latex/prosper/angleHG.ps + texmf-dist/tex/latex/prosper/arrow-glow.ps + texmf-dist/tex/latex/prosper/barre-rico.ps + texmf-dist/tex/latex/prosper/blue-inverted-arrow.ps + texmf-dist/tex/latex/prosper/boule-base.eps + texmf-dist/tex/latex/prosper/boulebleue-fondblanc.eps + texmf-dist/tex/latex/prosper/boulerouge-fondblanc.eps + texmf-dist/tex/latex/prosper/bouleverte-fondblanc.eps + texmf-dist/tex/latex/prosper/bullet-glow.ps + texmf-dist/tex/latex/prosper/compilation.eps + texmf-dist/tex/latex/prosper/degrade-base.eps + texmf-dist/tex/latex/prosper/degrade-blanc-bleu.eps + texmf-dist/tex/latex/prosper/green-bullet-on-blue-wc.ps + texmf-dist/tex/latex/prosper/green-bullet-on-blue.ps + texmf-dist/tex/latex/prosper/green-bullet-on-white.ps + texmf-dist/tex/latex/prosper/green-inverted-arrow.ps + texmf-dist/tex/latex/prosper/gyom.ps + texmf-dist/tex/latex/prosper/prosper-structure.eps + texmf-dist/tex/latex/prosper/prosper.cls + texmf-dist/tex/latex/prosper/red-bullet-on-blue-wc.ps + texmf-dist/tex/latex/prosper/red-bullet-on-blue.ps + texmf-dist/tex/latex/prosper/red-bullet-on-white.ps + texmf-dist/tex/latex/prosper/red-inverted-arrow.ps + texmf-dist/tex/latex/prosper/rico.ps + texmf-dist/tex/latex/prosper/rico_bullet1.ps + texmf-dist/tex/latex/prosper/rico_bullet2.ps + texmf-dist/tex/latex/prosper/rico_bullet3.ps + texmf-dist/tex/latex/prosper/rotation.ps + texmf-dist/tex/latex/prosper/rule-glow.ps + texmf-dist/tex/latex/prosper/yellow-bullet-on-blue-wc.ps + texmf-dist/tex/latex/prosper/yellow-bullet-on-blue.ps + texmf-dist/tex/latex/prosper/yellow-bullet-on-white.ps +catalogue-ctan /macros/latex/contrib/prosper +catalogue-date 2006-12-03 19:48:14 +0100 +catalogue-license lppl +catalogue-version 1.0h + +name protex +category Package +revision 15878 +shortdesc Literate programming package. +longdesc ProTeX is a simple but powerful literate programming tool, +longdesc which is designed to generate useful hypertext output (either +longdesc PDF, or HTML using TeX4ht). +docfiles size=5 + texmf-dist/doc/latex/protex/LitProg + texmf-dist/doc/latex/protex/README +runfiles size=17 + texmf-dist/tex/latex/protex/AlProTex.sty + texmf-dist/tex/latex/protex/ProTex.sty +catalogue-ctan /web/protex +catalogue-date 2008-09-16 21:39:08 +0200 +catalogue-license lppl +catalogue-version 1.5 + +name protocol +category Package +revision 15878 +shortdesc A class for typesetting minutes of meetings. +longdesc The present version of the package is useful for German +longdesc documents; the author has ambitions to internationalise the +longdesc code, and would welcome support in the work. +docfiles size=72 + texmf-dist/doc/latex/protocol/README details="README file" language="en" + texmf-dist/doc/latex/protocol/protest.tex + texmf-dist/doc/latex/protocol/protocol.pdf details="Package documentation (German)" language="de" +srcfiles size=5 + texmf-dist/source/latex/protocol/protocol.dtx + texmf-dist/source/latex/protocol/protocol.ins +runfiles size=2 + texmf-dist/tex/latex/protocol/protocol.cls +catalogue-ctan /macros/latex/contrib/protocol +catalogue-date 2009-04-25 22:49:15 +0200 +catalogue-license lppl1.3 +catalogue-version 1.10 + +name ps2pkm +category TLCore +revision 15809 +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 +longdesc used to be) valuable in enabling previewers to view documents +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 +catalogue-ctan /fonts/utilities/ps2pk +catalogue-date 2008-11-22 14:50:11 +0100 +catalogue-license noinfo +catalogue-version 1.6 beta 1 + +name ps2pkm.alpha-linux +category TLCore +revision 14032 +shortdesc alpha-linux files of ps2pkm +binfiles arch=alpha-linux size=99 + bin/alpha-linux/mag + bin/alpha-linux/pfb2pfa + bin/alpha-linux/pk2bm + bin/alpha-linux/ps2pk + +name ps2pkm.i386-cygwin +category TLCore +revision 15614 +shortdesc i386-cygwin files of ps2pkm +binfiles arch=i386-cygwin size=50 + bin/i386-cygwin/mag.exe + bin/i386-cygwin/pfb2pfa.exe + bin/i386-cygwin/pk2bm.exe + bin/i386-cygwin/ps2pk.exe + +name ps2pkm.i386-linux +category TLCore +revision 14631 +shortdesc i386-linux files of ps2pkm +binfiles arch=i386-linux size=49 + bin/i386-linux/mag + bin/i386-linux/pfb2pfa + bin/i386-linux/pk2bm + bin/i386-linux/ps2pk + +name ps2pkm.i386-netbsd +category TLCore +revision 15167 +shortdesc i386-netbsd files of ps2pkm +binfiles arch=i386-netbsd size=46 + bin/i386-netbsd/mag + bin/i386-netbsd/pfb2pfa + bin/i386-netbsd/pk2bm + bin/i386-netbsd/ps2pk + +name ps2pkm.i386-solaris +category TLCore +revision 15141 +shortdesc i386-solaris files of ps2pkm +binfiles arch=i386-solaris size=54 + bin/i386-solaris/mag + bin/i386-solaris/pfb2pfa + bin/i386-solaris/pk2bm + bin/i386-solaris/ps2pk + +name ps2pkm.mips-irix +category TLCore +revision 15558 +shortdesc mips-irix files of ps2pkm +binfiles arch=mips-irix size=89 + bin/mips-irix/mag + bin/mips-irix/pfb2pfa + bin/mips-irix/pk2bm + bin/mips-irix/ps2pk + +name ps2pkm.powerpc-aix +category TLCore +revision 15638 +shortdesc powerpc-aix files of ps2pkm +binfiles arch=powerpc-aix size=62 + bin/powerpc-aix/mag + bin/powerpc-aix/pfb2pfa + bin/powerpc-aix/pk2bm + bin/powerpc-aix/ps2pk + +name ps2pkm.powerpc-linux +category TLCore +revision 14790 +shortdesc powerpc-linux files of ps2pkm +binfiles arch=powerpc-linux size=59 + bin/powerpc-linux/mag + bin/powerpc-linux/pfb2pfa + bin/powerpc-linux/pk2bm + bin/powerpc-linux/ps2pk + +name ps2pkm.sparc-linux +category TLCore +revision 14736 +shortdesc sparc-linux files of ps2pkm +binfiles arch=sparc-linux size=53 + bin/sparc-linux/mag + bin/sparc-linux/pfb2pfa + bin/sparc-linux/pk2bm + bin/sparc-linux/ps2pk + +name ps2pkm.sparc-solaris +category TLCore +revision 14279 +shortdesc sparc-solaris files of ps2pkm +binfiles arch=sparc-solaris size=87 + bin/sparc-solaris/mag + bin/sparc-solaris/pfb2pfa + bin/sparc-solaris/pk2bm + bin/sparc-solaris/ps2pk + +name ps2pkm.universal-darwin +category TLCore +revision 14896 +shortdesc universal-darwin files of ps2pkm +binfiles arch=universal-darwin size=122 + bin/universal-darwin/mag + bin/universal-darwin/pfb2pfa + bin/universal-darwin/pk2bm + bin/universal-darwin/ps2pk + +name ps2pkm.win32 +category TLCore +revision 14670 +shortdesc win32 files of ps2pkm +binfiles arch=win32 size=40 + bin/win32/mag.exe + bin/win32/pfb2pfa.exe + bin/win32/pk2bm.exe + bin/win32/ps2pk.exe + +name ps2pkm.x86_64-linux +category TLCore +revision 14307 +shortdesc x86_64-linux files of ps2pkm +binfiles arch=x86_64-linux size=56 + bin/x86_64-linux/mag + bin/x86_64-linux/pfb2pfa + bin/x86_64-linux/pk2bm + bin/x86_64-linux/ps2pk + +name psafm +category Package +revision 13293 +runfiles size=35 + texmf-dist/fonts/afm/itc/psafm/stonesan/is8b8a.afm + texmf-dist/fonts/afm/itc/psafm/stonesan/is8bi8a.afm + texmf-dist/fonts/afm/itc/psafm/stonesan/is8r8a.afm + texmf-dist/fonts/afm/itc/psafm/stonesan/is8ri8a.afm + texmf-dist/fonts/afm/itc/psafm/stonesan/is8s8a.afm + texmf-dist/fonts/afm/itc/psafm/stonesan/is8si8a.afm + +name psbao +category Package +revision 15878 +shortdesc Draw Bao diagrams. +longdesc The package draws Bao diagrams in LaTeX. The package is a +longdesc development of psgo, and uses PSTricks to draw the diagrams. +docfiles size=31 + texmf-dist/doc/latex/psbao/Changes + texmf-dist/doc/latex/psbao/README details="Readme" + texmf-dist/doc/latex/psbao/psbaomanual.pdf details="Package manual" + texmf-dist/doc/latex/psbao/psbaomanual.tex +runfiles size=5 + texmf-dist/tex/latex/psbao/psbao.sty +catalogue-ctan /graphics/pstricks/contrib/psbao +catalogue-date 2008-11-15 12:33:11 +0100 +catalogue-license lppl +catalogue-version 0.17 + +name pseudocode +category Package +revision 15878 +shortdesc LaTeX environment for specifying algorithms in a natural way. +longdesc This package provides the environment "pseudocode" for +longdesc describing algorithms in a natural manner. +docfiles size=43 + texmf-dist/doc/latex/pseudocode/README details="Readme" + texmf-dist/doc/latex/pseudocode/pseudocode.pdf details="Package documentation" + texmf-dist/doc/latex/pseudocode/pseudocode.tex +runfiles size=2 + texmf-dist/tex/latex/pseudocode/pseudocode.sty +catalogue-ctan /macros/latex/contrib/pseudocode +catalogue-date 2009-03-02 13:24:03 +0100 +catalogue-license lppl + +name psfrag +category Package +revision 15878 +shortdesc Replace strings in encapsulated PostScript figures. +longdesc Allows LaTeX constructions (equations, picture environments, +longdesc etc.) to be precisely superimposed over Encapsulated PostScript +longdesc figures, using your own favorite drawing tool to create an EPS +longdesc figure and placing simple text 'tags' where each replacement is +longdesc to be placed, with PSfrag automatically removing these tags +longdesc from the figure and replacing them with a user specified LaTeX +longdesc construction, properly aligned, scaled, and/or rotated. +docfiles size=30 + texmf-dist/doc/latex/psfrag/00readme.txt + texmf-dist/doc/latex/psfrag/announce.txt details="Release notice" + texmf-dist/doc/latex/psfrag/example.eps + texmf-dist/doc/latex/psfrag/pfgguide.pdf details="Package documentation (English)" language="en" + texmf-dist/doc/latex/psfrag/pfgguide.tex + texmf-dist/doc/latex/psfrag/testfig.eps +srcfiles size=12 + texmf-dist/source/latex/psfrag/psfrag.dtx + texmf-dist/source/latex/psfrag/psfrag.ins +runfiles size=4 + texmf-dist/dvips/psfrag/psfrag.pro + texmf-dist/tex/latex/psfrag/psfrag.sty +catalogue-ctan /macros/latex/contrib/psfrag +catalogue-date 2009-10-07 22:25:55 +0200 +catalogue-license other-free +catalogue-version 3.04 + +name psfrag-italian +category Package +revision 15878 +shortdesc PSfrag documentation in Italian. +longdesc This is a translation of the the documentation that comes with +longdesc the psfrag documentation. +docfiles size=47 + texmf-dist/doc/latex/psfrag-italian/itpfgguide.pdf details="The document itself" + texmf-dist/doc/latex/psfrag-italian/itpfgguide.tex +catalogue-ctan /info/italian/psfrag +catalogue-date 2008-08-23 00:25:16 +0200 +catalogue-license gpl + +name psfragx +category Package +revision 15878 +shortdesc A psfrag eXtension. +longdesc PSfragX offers a mechanism to embed \psfrag commands, as +longdesc provided by the psfrag package, into the EPS file itself. Each +longdesc time a graphic is included, the EPS file is scanned. If some +longdesc tagged lines are found, they are used to define the psfrag +longdesc replacements that should be performed automatically. In +longdesc addition, a similar mechanism holds for overpic objects. These +longdesc are picture objects superimposed on the included graphic. A +longdesc similar mechanism is implemented in psfrag itself (but +longdesc deprecated in the documentation), but psfragx offers much more +longdesc flexibility. For example, if babel is used, it is possible to +longdesc define different replacements corresponding to different +longdesc languages. The replacements to take into account will be +longdesc selected on the basis of the current language of the document. +longdesc A Matlab script (LaPrint) is provided, to export an EPS file +longdesc with psfragx annotations ready embedded. +docfiles size=288 + texmf-dist/doc/latex/psfragx/README.txt.laprint-3.16 + texmf-dist/doc/latex/psfragx/laprint.m + texmf-dist/doc/latex/psfragx/laprintdoc.ps + texmf-dist/doc/latex/psfragx/laprpfx.mat + texmf-dist/doc/latex/psfragx/pfxprint.m + texmf-dist/doc/latex/psfragx/psfragx.m + texmf-dist/doc/latex/psfragx/psfragx.pdf + texmf-dist/doc/latex/psfragx/psfragx_example.pdf + texmf-dist/doc/latex/psfragx/psfragx_example.tex + texmf-dist/doc/latex/psfragx/readme.txt + texmf-dist/doc/latex/psfragx/readmePFX.txt +srcfiles size=17 + texmf-dist/source/latex/psfragx/psfragx.drv + texmf-dist/source/latex/psfragx/psfragx.dtx + texmf-dist/source/latex/psfragx/psfragx.ins +runfiles size=4 + texmf-dist/tex/latex/psfragx/psfragx.cfg + texmf-dist/tex/latex/psfragx/psfragx.sty +catalogue-ctan /macros/latex/contrib/psfragx +catalogue-date 2006-09-03 18:11:17 +0200 +catalogue-license lppl +catalogue-version 1.0 + +name psgo +category Package +revision 15878 +shortdesc Typeset go diagrams with PSTricks. +docfiles size=31 + texmf-dist/doc/latex/psgo/Changes + texmf-dist/doc/latex/psgo/README details="Readme" + texmf-dist/doc/latex/psgo/psgomanual.pdf details="Package documentation" + texmf-dist/doc/latex/psgo/psgomanual.tex +runfiles size=3 + texmf-dist/tex/latex/psgo/psgo.sty +catalogue-ctan /graphics/pstricks/contrib/psgo +catalogue-date 2008-09-06 19:20:59 +0200 +catalogue-license lppl +catalogue-version 0.17 + +name psizzl +category Package +revision 15878 +shortdesc A TeX format for physics papers. +longdesc PSIZZL is a TeX format for physics papers written at SLAC and +longdesc used at several other places. It dates from rather early in the +longdesc development of TeX82; as a result, some of the descriptions of +longdesc limitations look rather quaint to modern eyes. +docfiles size=5 + texmf-dist/doc/otherformats/psizzl/base/psizzl.commands details="List of commands available" + texmf-dist/doc/otherformats/psizzl/base/psizzl.doc +srcfiles size=1 + texmf-dist/source/psizzl/base/aaaread.me +runfiles size=31 + texmf-dist/tex/psizzl/base/chapters.Psizzl + texmf-dist/tex/psizzl/base/citation.Psizzl + texmf-dist/tex/psizzl/base/fontdefs.Psizzl + texmf-dist/tex/psizzl/base/index.Psizzl + texmf-dist/tex/psizzl/base/institut.Psizzl + texmf-dist/tex/psizzl/base/letter.Psizzl + texmf-dist/tex/psizzl/base/lists.Psizzl + texmf-dist/tex/psizzl/base/macros.Psizzl + texmf-dist/tex/psizzl/base/memo.Psizzl + texmf-dist/tex/psizzl/base/mypsizzl.tex + texmf-dist/tex/psizzl/base/options.Psizzl + texmf-dist/tex/psizzl/base/output.Psizzl + texmf-dist/tex/psizzl/base/picture.Psizzl + texmf-dist/tex/psizzl/base/psizzl.tex + texmf-dist/tex/psizzl/base/publicat.Psizzl + texmf-dist/tex/psizzl/base/symbols.Psizzl + texmf-dist/tex/psizzl/base/thesis.Psizzl + texmf-dist/tex/psizzl/config/psizzl.ini +catalogue-ctan /macros/psizzl +catalogue-date 2006-12-03 01:48:16 +0100 +catalogue-license lppl +catalogue-version 0.35 + +name pslatex +category Package +revision 15878 +shortdesc Use PostScript fonts by default. +longdesc A small package that makes LaTeX default to 'standard' +longdesc PostScript fonts. It is basically a merger of the times and the +longdesc (obsolete) mathptm packages from the psnfss suite. You must +longdesc have installed standard LaTeX and the psnfss PostScript fonts +longdesc to use this package. The main novel feature is that the pslatex +longdesc package tries to compensate for the visual differences between +longdesc the Adobe fonts by scaling Helvetica by 90%, and 'condensing' +longdesc Courier (i.e. scaling horizontally) by 85%. The package is +longdesc supplied with a (unix) shell file for a 'pslatex' command that +longdesc allows standard LaTeX documents to be processed, without +longdesc needing to edit the file. Note that current psnfss uses a +longdesc different technique for scaling Helvetica, and treats Courier +longdesc as a lost cause (there are better free fixed-width available +longdesc now, than there were when pslatex was designed). As a result, +longdesc pslatex is widely considered obsolete. +srcfiles size=3 + texmf-dist/source/latex/pslatex/fontinst/pslatex.tex + texmf-dist/source/latex/pslatex/shell/pslatex + texmf-dist/source/latex/pslatex/shell/pslatex.bat +runfiles size=9 + texmf-dist/fonts/map/dvips/pslatex/pcrr8rn.map + texmf-dist/fonts/tfm/public/pslatex/pcrr7tn.tfm + texmf-dist/fonts/tfm/public/pslatex/pcrr8rn.tfm + texmf-dist/fonts/tfm/public/pslatex/pcrr8tn.tfm + texmf-dist/fonts/vf/public/pslatex/pcrr7tn.vf + texmf-dist/fonts/vf/public/pslatex/pcrr8tn.vf + texmf-dist/tex/latex/pslatex/pslatex.sty +catalogue-ctan /macros/latex/contrib/pslatex +catalogue-date 2009-10-07 22:25:55 +0200 +catalogue-license lppl + +name psnfss +category Package +revision 15878 +shortdesc Font support for common PostScript fonts. +longdesc Font definition files, macros and font metrics for freely- +longdesc available Adobe Type 1 fonts. The font set consists of the +longdesc 'LaserWriter 35' set (originally 'freely available' because +longdesc embedded in PostScript printers), and a variety of other free +longdesc fonts such as Bitstream Charter, Adobe Utopia (both donated to +longdesc the public domain by their commercial foundries) and Pazo Math +longdesc (optionally extended with the fpl small-caps and old-style +longdesc figures fonts). The bundle is part of the LaTeX 'required' set +longdesc of packages. +depend graphics +execute addMap charter.map +execute addMap fpls.map +execute addMap pazo.map +execute addMap utopia.map +docfiles size=110 + texmf-dist/doc/latex/psnfss/00readme.txt + texmf-dist/doc/latex/psnfss/changes.txt + texmf-dist/doc/latex/psnfss/manifest.txt + texmf-dist/doc/latex/psnfss/psfonts.pdf + texmf-dist/doc/latex/psnfss/psnfss2e.pdf + texmf-dist/doc/latex/psnfss/test/mathtest.tex + texmf-dist/doc/latex/psnfss/test/pitest.tex + texmf-dist/doc/latex/psnfss/test/test0.tex + texmf-dist/doc/latex/psnfss/test/test1.tex + texmf-dist/doc/latex/psnfss/test/test2.tex + texmf-dist/doc/latex/psnfss/test/test3.tex +srcfiles size=18 + texmf-dist/source/latex/psnfss/psfonts.dtx + texmf-dist/source/latex/psnfss/psfonts.ins + texmf-dist/source/latex/psnfss/psnfss2e.tex +runfiles size=110 + texmf-dist/fonts/map/dvips/psnfss/charter.map + texmf-dist/fonts/map/dvips/psnfss/fpls.map + texmf-dist/fonts/map/dvips/psnfss/pazo.map + texmf-dist/fonts/map/dvips/psnfss/psnfss.map + texmf-dist/fonts/map/dvips/psnfss/utopia.map + texmf-dist/tex/latex/psnfss/8rbch.fd + texmf-dist/tex/latex/psnfss/8rpag.fd + texmf-dist/tex/latex/psnfss/8rpbk.fd + texmf-dist/tex/latex/psnfss/8rpcr.fd + texmf-dist/tex/latex/psnfss/8rphv.fd + texmf-dist/tex/latex/psnfss/8rpnc.fd + texmf-dist/tex/latex/psnfss/8rppl.fd + texmf-dist/tex/latex/psnfss/8rptm.fd + texmf-dist/tex/latex/psnfss/8rput.fd + texmf-dist/tex/latex/psnfss/8rpzc.fd + texmf-dist/tex/latex/psnfss/avant.sty + texmf-dist/tex/latex/psnfss/bookman.sty + texmf-dist/tex/latex/psnfss/chancery.sty + texmf-dist/tex/latex/psnfss/charter.sty + texmf-dist/tex/latex/psnfss/courier.sty + texmf-dist/tex/latex/psnfss/helvet.sty + texmf-dist/tex/latex/psnfss/mathpazo.sty + texmf-dist/tex/latex/psnfss/mathpple.sty + texmf-dist/tex/latex/psnfss/mathptm.sty + texmf-dist/tex/latex/psnfss/mathptmx.sty + texmf-dist/tex/latex/psnfss/newcent.sty + texmf-dist/tex/latex/psnfss/omlbch.fd + texmf-dist/tex/latex/psnfss/omlpag.fd + texmf-dist/tex/latex/psnfss/omlpbk.fd + texmf-dist/tex/latex/psnfss/omlpcr.fd + texmf-dist/tex/latex/psnfss/omlphv.fd + texmf-dist/tex/latex/psnfss/omlpnc.fd + texmf-dist/tex/latex/psnfss/omlppl.fd + texmf-dist/tex/latex/psnfss/omlptm.fd + texmf-dist/tex/latex/psnfss/omlptmcm.fd + texmf-dist/tex/latex/psnfss/omlput.fd + texmf-dist/tex/latex/psnfss/omlpzc.fd + texmf-dist/tex/latex/psnfss/omlzplm.fd + texmf-dist/tex/latex/psnfss/omlzpple.fd + texmf-dist/tex/latex/psnfss/omlztmcm.fd + texmf-dist/tex/latex/psnfss/omsbch.fd + texmf-dist/tex/latex/psnfss/omspag.fd + texmf-dist/tex/latex/psnfss/omspbk.fd + texmf-dist/tex/latex/psnfss/omspcr.fd + texmf-dist/tex/latex/psnfss/omsphv.fd + texmf-dist/tex/latex/psnfss/omspnc.fd + texmf-dist/tex/latex/psnfss/omsppl.fd + texmf-dist/tex/latex/psnfss/omsptm.fd + texmf-dist/tex/latex/psnfss/omsput.fd + texmf-dist/tex/latex/psnfss/omspzc.fd + texmf-dist/tex/latex/psnfss/omspzccm.fd + texmf-dist/tex/latex/psnfss/omszplm.fd + texmf-dist/tex/latex/psnfss/omszpple.fd + texmf-dist/tex/latex/psnfss/omsztmcm.fd + texmf-dist/tex/latex/psnfss/omxpsycm.fd + texmf-dist/tex/latex/psnfss/omxzplm.fd + texmf-dist/tex/latex/psnfss/omxzpple.fd + texmf-dist/tex/latex/psnfss/omxztmcm.fd + texmf-dist/tex/latex/psnfss/ot1bch.fd + texmf-dist/tex/latex/psnfss/ot1pag.fd + texmf-dist/tex/latex/psnfss/ot1pbk.fd + texmf-dist/tex/latex/psnfss/ot1pcr.fd + texmf-dist/tex/latex/psnfss/ot1phv.fd + texmf-dist/tex/latex/psnfss/ot1pnc.fd + texmf-dist/tex/latex/psnfss/ot1ppl.fd + texmf-dist/tex/latex/psnfss/ot1pplj.fd + texmf-dist/tex/latex/psnfss/ot1pplx.fd + texmf-dist/tex/latex/psnfss/ot1ptm.fd + texmf-dist/tex/latex/psnfss/ot1ptmcm.fd + texmf-dist/tex/latex/psnfss/ot1put.fd + texmf-dist/tex/latex/psnfss/ot1pzc.fd + texmf-dist/tex/latex/psnfss/ot1zplm.fd + texmf-dist/tex/latex/psnfss/ot1zpple.fd + texmf-dist/tex/latex/psnfss/ot1ztmcm.fd + texmf-dist/tex/latex/psnfss/palatino.sty + texmf-dist/tex/latex/psnfss/pifont.sty + texmf-dist/tex/latex/psnfss/t1bch.fd + texmf-dist/tex/latex/psnfss/t1pag.fd + texmf-dist/tex/latex/psnfss/t1pbk.fd + texmf-dist/tex/latex/psnfss/t1pcr.fd + texmf-dist/tex/latex/psnfss/t1phv.fd + texmf-dist/tex/latex/psnfss/t1pnc.fd + texmf-dist/tex/latex/psnfss/t1ppl.fd + texmf-dist/tex/latex/psnfss/t1pplj.fd + texmf-dist/tex/latex/psnfss/t1pplx.fd + texmf-dist/tex/latex/psnfss/t1ptm.fd + texmf-dist/tex/latex/psnfss/t1put.fd + texmf-dist/tex/latex/psnfss/t1pzc.fd + texmf-dist/tex/latex/psnfss/times.sty + texmf-dist/tex/latex/psnfss/ts1bch.fd + texmf-dist/tex/latex/psnfss/ts1pag.fd + texmf-dist/tex/latex/psnfss/ts1pbk.fd + texmf-dist/tex/latex/psnfss/ts1pcr.fd + texmf-dist/tex/latex/psnfss/ts1phv.fd + texmf-dist/tex/latex/psnfss/ts1pnc.fd + texmf-dist/tex/latex/psnfss/ts1ppl.fd + texmf-dist/tex/latex/psnfss/ts1pplj.fd + texmf-dist/tex/latex/psnfss/ts1pplx.fd + texmf-dist/tex/latex/psnfss/ts1ptm.fd + texmf-dist/tex/latex/psnfss/ts1put.fd + texmf-dist/tex/latex/psnfss/ts1pzc.fd + texmf-dist/tex/latex/psnfss/ufplm.fd + texmf-dist/tex/latex/psnfss/ufplmbb.fd + texmf-dist/tex/latex/psnfss/upsy.fd + texmf-dist/tex/latex/psnfss/upzd.fd + texmf-dist/tex/latex/psnfss/utopia.sty +catalogue-ctan /macros/latex/required/psnfss +catalogue-date 2009-10-07 22:25:55 +0200 +catalogue-license lppl +catalogue-version 9.2a + +name pspicture +category Package +revision 15878 +shortdesc PostScript picture support. +longdesc A replacement for LaTeX's picture macros, that uses PostScript +longdesc \special commands. The package is now largely superseded by +longdesc pict2e. +docfiles size=18 + texmf-dist/doc/latex/pspicture/README details="Package Readme" + texmf-dist/doc/latex/pspicture/pspicture.pdf details="Package documentation" +srcfiles size=6 + texmf-dist/source/latex/pspicture/pspicture.dtx + texmf-dist/source/latex/pspicture/pspicture.ins +runfiles size=2 + texmf-dist/dvips/pspicture/pspicture.ps + texmf-dist/tex/latex/pspicture/pspicture.sty +catalogue-ctan /macros/latex/contrib/pspicture +catalogue-date 2007-03-11 16:56:01 +0100 +catalogue-license lppl + +name pst-2dplot +category Package +revision 15878 +shortdesc A PSTricks package for drawing 2D curves. +longdesc Pst-2dplot is a pstricks package that offers an easy-to-use and +longdesc intuitive tool for plotting 2-d curves. It defines an +longdesc environment with commands similar to MATLAB for plotting. +docfiles size=27 + texmf-dist/doc/generic/pst-2dplot/README details="Readme" + texmf-dist/doc/generic/pst-2dplot/data1.dat + texmf-dist/doc/generic/pst-2dplot/data2.dat + texmf-dist/doc/generic/pst-2dplot/data3.dat + texmf-dist/doc/generic/pst-2dplot/pst-2dplot-doc.pdf details="Package documentation" + texmf-dist/doc/generic/pst-2dplot/pst-2dplot-doc.tex +runfiles size=2 + texmf-dist/tex/latex/pst-2dplot/pst-2dplot.sty +catalogue-ctan /graphics/pstricks/contrib/pst-2dplot +catalogue-date 2006-12-31 09:43:01 +0000 +catalogue-license lppl +catalogue-version 1.5 + +name pst-3d +category Package +revision 15878 +shortdesc A PSTricks package for tilting and other pseudo-3D tricks. +longdesc The pst-3d package provides basic macros for shadows, tilting +longdesc and three dimensional representations of text or graphical +longdesc objects. +docfiles size=61 + texmf-dist/doc/generic/pst-3d/Changes + texmf-dist/doc/generic/pst-3d/README details="Readme" + texmf-dist/doc/generic/pst-3d/pst-3d.pdf details="Package documentation" +srcfiles size=15 + texmf-dist/source/generic/pst-3d/pst-3d.dtx + texmf-dist/source/generic/pst-3d/pst-3d.ins +runfiles size=4 + texmf-dist/tex/generic/pst-3d/pst-3d.tex + texmf-dist/tex/latex/pst-3d/pst-3d.sty +catalogue-ctan /graphics/pstricks/contrib/pst-3d +catalogue-date 2007-02-25 15:34:59 +0100 +catalogue-license lppl +catalogue-version 1.0 + +name pst-3dplot +category Package +revision 15878 +shortdesc Draw 3d curves and graphs using PSTricks. +longdesc A package using PSTricks to draw a large variety of graphs and +longdesc plots, including 3D maths functions. Data can be read from +longdesc external data files, making this package a generic tool for +longdesc graphing within TeX/LaTeX, without the need for external tools. +docfiles size=708 + texmf-dist/doc/generic/pst-3dplot/Changes + texmf-dist/doc/generic/pst-3dplot/README details="Readme" + texmf-dist/doc/generic/pst-3dplot/README.TEXLIVE + texmf-dist/doc/generic/pst-3dplot/pst-3dplot-doc.bib + texmf-dist/doc/generic/pst-3dplot/pst-3dplot-doc.pdf details="Package documentation" + texmf-dist/doc/generic/pst-3dplot/pst-3dplot-doc.tex +srcfiles size=1 + texmf-dist/source/generic/pst-3dplot/Makefile +runfiles size=28 + texmf-dist/dvips/pst-3dplot/pst-3dplot.pro + texmf-dist/tex/generic/pst-3dplot/pst-3dplot.tex + texmf-dist/tex/latex/pst-3dplot/pst-3dplot.sty +catalogue-ctan /graphics/pstricks/contrib/pst-3dplot +catalogue-date 2009-10-07 00:25:36 +0200 +catalogue-license lppl +catalogue-version 1.86 + +name pst-abspos +category Package +revision 15878 +shortdesc Put objects at an absolute position. +longdesc The (PSTricks-related) package provides a command +longdesc \pstPutAbs(x,y) to put an object at an arbitrary absolute (or +longdesc even a relative) position on the page. +docfiles size=27 + texmf-dist/doc/generic/pst-abspos/Changes + texmf-dist/doc/generic/pst-abspos/README details="Readme" + texmf-dist/doc/generic/pst-abspos/pst-abspos-doc.bib + texmf-dist/doc/generic/pst-abspos/pst-abspos-doc.pdf details="Package documentation" + texmf-dist/doc/generic/pst-abspos/pst-abspos-doc.tex +srcfiles size=1 + texmf-dist/source/generic/pst-abspos/Makefile +runfiles size=3 + texmf-dist/tex/generic/pst-abspos/pst-abspos.tex + texmf-dist/tex/latex/pst-abspos/pst-abspos.sty +catalogue-ctan /graphics/pstricks/contrib/pst-abspos +catalogue-date 2009-09-29 10:11:38 +0200 +catalogue-license lppl +catalogue-version 0.2 + +name pst-asr +category Package +revision 15878 +shortdesc Typeset autosegmental representations for linguists. +longdesc The package uses PStricks to typeset autosegmental +longdesc representations. It uses the PStricks (of course), and xkeyval +longdesc packages. +docfiles size=84 + texmf-dist/doc/generic/pst-asr/README + texmf-dist/doc/generic/pst-asr/pst-asr-doc-source.zip + texmf-dist/doc/generic/pst-asr/pst-asr-doc.pdf details="Package documentation" + texmf-dist/doc/generic/pst-asr/pst-asr-examples.pdf details="Examples of usage" + texmf-dist/doc/generic/pst-asr/pst-asr-examples.tex +runfiles size=7 + texmf-dist/tex/generic/pst-asr/pst-asr.tex + texmf-dist/tex/latex/pst-asr/pst-asr.sty +catalogue-ctan /graphics/pstricks/contrib/pst-asr +catalogue-date 2008-08-23 00:25:16 +0200 +catalogue-license lppl +catalogue-version 1.2 + +name pst-bar +category Package +revision 15878 +shortdesc Produces bar charts using pstricks. +longdesc pst-bar uses pstricks to draw bar charts from data stored in a +longdesc comma-delimited file. Several types of bar charts may be drawn, +longdesc and the drawing parameters are highly customizable. No external +longdesc packages are required except those that are part of the +longdesc standard pstricks distribution. +docfiles size=43 + texmf-dist/doc/generic/pst-bar/README details="Readme" + texmf-dist/doc/generic/pst-bar/pst-bar-doc.bib + texmf-dist/doc/generic/pst-bar/pst-bar-doc.pdf details="Package documentation (English)" language="en" + texmf-dist/doc/generic/pst-bar/pst-bar-doc.tex + texmf-dist/doc/generic/pst-bar/pst-bar.orig +srcfiles size=1 + texmf-dist/source/generic/pst-bar/Makefile +runfiles size=6 + texmf-dist/dvips/pst-bar/pst-bar.pro + texmf-dist/tex/generic/pst-bar/pst-bar.tex + texmf-dist/tex/latex/pst-bar/pst-bar.sty +catalogue-ctan /graphics/pstricks/contrib/pst-bar +catalogue-date 2009-03-12 20:12:20 +0100 +catalogue-license lppl +catalogue-version 0.92 + +name pst-barcode +category Package +revision 15878 +shortdesc Print barcodes using PostScript. +longdesc The pst-barcode package allows printing of barcodes. Possible +longdesc barcodes are: EAN-13; EAN-8; UPC-A; UPC-E; EAN-5; EAN-2; ISBN; +longdesc CODE-39; CODE-128; Rationalized Codabar; Interleaved 2 of 5; +longdesc Code 2 of 5; Postnet; Royal Mail; Kix (Customer index) -- Dutch +longdesc Mail; Australian Postal Service; Japan post service; Onecode; +longdesc Symbol; MSI; Plessey; Pharmacode; Reduced Space Symbology +longdesc (RSS); RSS-14; RSS limited; and RSS expanded. The package also +longdesc supports two-dimensional barcode patterns including PDF417, 2d +longdesc Matrix code, Data matrix code, QR code and Aztec code. As a +longdesc pstricks package, pst-barcode requires pstricks. The package +longdesc uses PostScript for calculating the bars. For PDF output use a +longdesc multi-pass mechansism such as pst-pdf. +docfiles size=72 + texmf-dist/doc/generic/pst-barcode/Changes + texmf-dist/doc/generic/pst-barcode/README details="Readme" + texmf-dist/doc/generic/pst-barcode/pst-barcode-doc.bib + texmf-dist/doc/generic/pst-barcode/pst-barcode-doc.pdf details="Package documentation" + texmf-dist/doc/generic/pst-barcode/pst-barcode-doc.tex +srcfiles size=1 + texmf-dist/source/generic/pst-barcode/Makefile +runfiles size=72 + texmf-dist/dvips/pst-barcode/pst-barcode.pro + texmf-dist/tex/generic/pst-barcode/pst-barcode.tex + texmf-dist/tex/latex/pst-barcode/pst-barcode.sty +catalogue-ctan /graphics/pstricks/contrib/pst-barcode +catalogue-date 2009-08-27 10:47:18 +0200 +catalogue-license lppl +catalogue-version 0.07 + +name pst-bezier +category Package +revision 15878 +shortdesc Draw Bezier curves. +longdesc The package provides a macro \psbcurve for drawing a Bezier +longdesc curve. Provision is made for full control of over all the +longdesc control points of the curve. +docfiles size=32 + texmf-dist/doc/generic/pst-bezier/Changes + texmf-dist/doc/generic/pst-bezier/README details="Readme" + texmf-dist/doc/generic/pst-bezier/pst-bezier-doc.bib + texmf-dist/doc/generic/pst-bezier/pst-bezier-doc.pdf details="Package documentation" + texmf-dist/doc/generic/pst-bezier/pst-bezier-doc.tex +srcfiles size=1 + texmf-dist/source/generic/pst-bezier/Makefile +runfiles size=5 + texmf-dist/dvips/pst-bezier/pst-bezier.pro + texmf-dist/tex/generic/pst-bezier/pst-bezier.tex + texmf-dist/tex/latex/pst-bezier/pst-bezier.sty +catalogue-ctan /graphics/pstricks/contrib/pst-bezier +catalogue-date 2009-02-01 17:37:35 +0100 +catalogue-license lppl +catalogue-version 0.01 + +name pst-blur +category Package +revision 15878 +shortdesc PSTricks package for "blurred" shadows. +longdesc Pst-blur is a package built for use with PSTricks. It provides +longdesc macros that apply blurring to the normal shadow function of +longdesc PSTricks. +docfiles size=26 + texmf-dist/doc/generic/pst-blur/Changes + texmf-dist/doc/generic/pst-blur/README + texmf-dist/doc/generic/pst-blur/pst-blur.pdf +srcfiles size=7 + texmf-dist/source/generic/pst-blur/Makefile + texmf-dist/source/generic/pst-blur/pst-blur.dtx + texmf-dist/source/generic/pst-blur/pst-blur.ins +runfiles size=3 + texmf-dist/dvips/pst-blur/pst-blur.pro + texmf-dist/tex/generic/pst-blur/pst-blur.tex + texmf-dist/tex/latex/pst-blur/pst-blur.sty +catalogue-ctan /graphics/pstricks/contrib/pst-blur +catalogue-date 2006-12-19 19:38:44 +0100 +catalogue-license lppl +catalogue-version 2.0 + +name pst-bspline +category Package +revision 15878 +shortdesc Draw cubic Bspline curves and interpolations. +longdesc The package draws uniform, cubic Bspline curves, open and +longdesc closed, based on a sequence of Bspline control points. There is +longdesc also code which permits drawing the open or closed cubic +longdesc Bspline curve interpolating a sequence of points. Graphical +longdesc output is created using PStricks. +docfiles size=30 + texmf-dist/doc/generic/pst-bspline/README details="Readme" + texmf-dist/doc/generic/pst-bspline/pst-bspline-doc.pdf details="Package documentation" + texmf-dist/doc/generic/pst-bspline/pst-bspline-doc.tex +runfiles size=5 + texmf-dist/tex/generic/pst-bspline/pst-bspline.tex + texmf-dist/tex/latex/pst-bspline/pst-bspline.sty +catalogue-ctan /graphics/pstricks/contrib/pst-bspline +catalogue-date 2008-12-15 18:35:44 +0100 +catalogue-license lppl +catalogue-version 1.13 + +name pst-calendar +category Package +revision 15878 +shortdesc Plot calendars in "fancy" ways. +longdesc The pst-calendar package uses pstricks and pst-3d to draw +longdesc tabular calendars, or calendars on dodecahedra with a month to +longdesc each face (the package also requires the multido and pst-xkey +longdesc packages). The package works for years 2000-2099, and has +longdesc options for calendars in French German and English, but the +longdesc documentation is not available in English. +docfiles size=85 + texmf-dist/doc/latex/pst-calendar/Changes + texmf-dist/doc/latex/pst-calendar/README details="Readme" + texmf-dist/doc/latex/pst-calendar/pst-calendar-docDE.ltx + texmf-dist/doc/latex/pst-calendar/pst-calendar-docDE.pdf details="German documentation:" language="de" + texmf-dist/doc/latex/pst-calendar/pst-calendar-docDE.tex + texmf-dist/doc/latex/pst-calendar/pst-calendar-docFR.pdf details="French documentation:" language="fr" + texmf-dist/doc/latex/pst-calendar/pst-calendar-docFR.tex +runfiles size=5 + texmf-dist/tex/latex/pst-calendar/pst-calendar.sty +catalogue-ctan /graphics/pstricks/contrib/pst-calendar +catalogue-date 2009-03-30 10:35:07 +0200 +catalogue-license lppl +catalogue-version 0.47 + +name pst-circ +category Package +revision 15878 +shortdesc PSTricks package for drawing electric circuits. +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 expressing a circuit. +docfiles size=152 + texmf-dist/doc/generic/pst-circ/Changes + texmf-dist/doc/generic/pst-circ/README details="Readme" + texmf-dist/doc/generic/pst-circ/pst-circ-doc.bib + texmf-dist/doc/generic/pst-circ/pst-circ-doc.pdf details="Package documentation" + texmf-dist/doc/generic/pst-circ/pst-circ-doc.tex +srcfiles size=1 + texmf-dist/source/generic/pst-circ/Makefile +runfiles size=28 + texmf-dist/dvips/pst-circ/pst-circ.pro + texmf-dist/tex/generic/pst-circ/pst-circ.tex + texmf-dist/tex/latex/pst-circ/pst-circ.sty +catalogue-ctan /graphics/pstricks/contrib/pst-circ +catalogue-date 2009-02-23 18:40:21 +0100 +catalogue-license lppl +catalogue-version 1.51 + +name pst-coil +category Package +revision 15878 +shortdesc A PSTricks package for coils, etc. +longdesc Pst-coil is a PSTricks based package for coils and zigzags and +longdesc for coil and zigzag node connections. +docfiles size=51 + texmf-dist/doc/generic/pst-coil/Changes + texmf-dist/doc/generic/pst-coil/README details="Package README" + texmf-dist/doc/generic/pst-coil/pst-coil-doc.bib + texmf-dist/doc/generic/pst-coil/pst-coil-doc.pdf details="Package documentation" + texmf-dist/doc/generic/pst-coil/pst-coil-doc.tex +srcfiles size=1 + texmf-dist/source/generic/pst-coil/Makefile +runfiles size=3 + texmf-dist/dvips/pst-coil/pst-coil.pro + texmf-dist/tex/generic/pst-coil/pst-coil.tex + texmf-dist/tex/latex/pst-coil/pst-coil.sty +catalogue-ctan /graphics/pstricks/contrib/pst-coil +catalogue-date 2007-02-28 00:07:21 +0100 +catalogue-license lppl +catalogue-version 1.00 + +name pst-cox +category Package +revision 15878 +shortdesc Drawing regular complex polytopes with PSTricks. +longdesc Pst-cox is a PSTricks package for drawing 2-dimensional +longdesc projections of complex regular polytopes (after the work of +longdesc Coxeter). The package consists of a macro library for drawing +longdesc the projections. The complex polytopes appear in the study of +longdesc the root systems and play a crucial role in many domains +longdesc related to mathematics and physics. These polytopes have been +longdesc completely described by Coxeter in his book "Regular Complex +longdesc Polytopes". There exist only a finite numbers of exceptional +longdesc regular complex polytopes (for example the icosahedron) and +longdesc some infinite series (for example, one can construct a multi- +longdesc dimensional analogue of the hypercube in any finite dimension). +longdesc The library contains two packages. The first, pst-coxcoor, is +longdesc devoted to the exceptional complex regular polytopes whose +longdesc coordinates have been pre-computed. The second, pst-coxeterp, +longdesc is devoted to the infinite series. +docfiles size=312 + texmf-dist/doc/generic/pst-cox/README details="Readme" + texmf-dist/doc/generic/pst-cox/gpl.txt + texmf-dist/doc/generic/pst-cox/lgpl.txt + texmf-dist/doc/generic/pst-cox/pst-coxcoor/Gallery.tex + texmf-dist/doc/generic/pst-cox/pst-coxcoor/pst-coxcoor_doc.pdf + texmf-dist/doc/generic/pst-cox/pst-coxcoor/pst-coxcoor_doc.tex + texmf-dist/doc/generic/pst-cox/pst-coxeterp/Gallery.tex + texmf-dist/doc/generic/pst-cox/pst-coxeterp/pst-coxeterp_doc.pdf + texmf-dist/doc/generic/pst-cox/pst-coxeterp/pst-coxeterp_doc.tex +runfiles size=614 + texmf-dist/dvips/pst-cox/pst-coxeter.pro + texmf-dist/tex/generic/pst-cox/pst-coxcoor.tex + texmf-dist/tex/generic/pst-cox/pst-coxeterp.tex + texmf-dist/tex/latex/pst-cox/pst-coxcoor.sty + texmf-dist/tex/latex/pst-cox/pst-coxeterp.sty +catalogue-ctan /graphics/pstricks/contrib/pst-cox +catalogue-date 2008-08-23 00:25:16 +0200 +catalogue-license lgpl +catalogue-version 0.98 Beta + +name pst-dbicons +category Package +revision 15878 +shortdesc Support for drawing ER diagrams. +longdesc The package provides some useful macros in the database area. +longdesc The package focusses on typesetting ER-Diagrams in a +longdesc declarative style, i.e., by positioning some nodes and defining +longdesc the position of all other nodes relative to them by using the +longdesc standard database terminology. The PSTricks package is required +longdesc for using pst-dbicons, but no deep knowledge of PSTricks +longdesc commands is required (although such knowledge is useful for +longdesc exploiting the full functionality of the package). +docfiles size=39 + texmf-dist/doc/generic/pst-dbicons/Changes + texmf-dist/doc/generic/pst-dbicons/README details="Package README" + texmf-dist/doc/generic/pst-dbicons/pst-dbicons.pdf details="Package documentation" +srcfiles size=14 + texmf-dist/source/generic/pst-dbicons/Makefile + texmf-dist/source/generic/pst-dbicons/pst-dbicons.drv + texmf-dist/source/generic/pst-dbicons/pst-dbicons.dtx + texmf-dist/source/generic/pst-dbicons/pst-dbicons.ins +runfiles size=3 + texmf-dist/tex/latex/pst-dbicons/pst-dbicons.sty +catalogue-ctan /graphics/pstricks/contrib/pst-dbicons +catalogue-date 2006-08-27 16:41:02 +0100 +catalogue-license lppl +catalogue-version 0.20 + +name pst-diffraction +category Package +revision 15878 +shortdesc Print diffraction patterns from various apertures. +longdesc The package enables the user to draw the diffraction patterns +longdesc for different geometric forms of apertures for monochromatic +longdesc light. The aperture stops can have rectangular, circular or +longdesc triangular openings. The view of the diffraction may be planar, +longdesc or three-dimensional. Options available are the dimensions of +longdesc the aperture under consideration and of the particular optical +longdesc setting, e.g. the radius in case of an circular opening. +longdesc Moreover one can choose the wavelength of the light (the +longdesc associated color will be calculated by the package). +docfiles size=613 + texmf-dist/doc/generic/pst-diffraction/Changes + texmf-dist/doc/generic/pst-diffraction/README details="Readme" + texmf-dist/doc/generic/pst-diffraction/pst-diffraction-doc.bib + texmf-dist/doc/generic/pst-diffraction/pst-diffraction-docDE.pdf details="Package documentation (German)" language="de" + texmf-dist/doc/generic/pst-diffraction/pst-diffraction-docDE.tex + texmf-dist/doc/generic/pst-diffraction/pst-diffraction-docE.pdf details="Package documentation (English)" language="en" + texmf-dist/doc/generic/pst-diffraction/pst-diffraction-docE.tex + texmf-dist/doc/generic/pst-diffraction/pst-diffraction-docFR.pdf details="Package documentation (French)" language="fr" + texmf-dist/doc/generic/pst-diffraction/pst-diffraction-docFR.tex +srcfiles size=1 + texmf-dist/source/generic/pst-diffraction/Makefile +runfiles size=6 + texmf-dist/tex/generic/pst-diffraction/pst-diffraction.tex + texmf-dist/tex/latex/pst-diffraction/pst-diffraction.sty +catalogue-ctan /graphics/pstricks/contrib/pst-diffraction +catalogue-date 2008-09-03 19:49:55 +0200 +catalogue-license lppl +catalogue-version 2.03 + +name pst-eps +category Package +revision 15878 +shortdesc Create EPS files from PSTricks figures. +longdesc Pst-eps is a PSTricks-based package for exporting PSTricks +longdesc images 'on the fly' to encapsulated PostScript (EPS) image +longdesc files, which can then be read into a document in the usual way. +docfiles size=36 + texmf-dist/doc/generic/pst-eps/Changes + texmf-dist/doc/generic/pst-eps/README details="Package README" + texmf-dist/doc/generic/pst-eps/pst-eps-doc.bib + texmf-dist/doc/generic/pst-eps/pst-eps-doc.pdf details="Package documentation" + texmf-dist/doc/generic/pst-eps/pst-eps-doc.tex + texmf-dist/doc/generic/pst-eps/spirale.eps +srcfiles size=1 + texmf-dist/source/generic/pst-eps/Makefile +runfiles size=3 + texmf-dist/tex/generic/pst-eps/pst-eps.tex + texmf-dist/tex/latex/pst-eps/pst-eps.sty +catalogue-ctan /graphics/pstricks/contrib/pst-eps +catalogue-date 2007-02-28 00:07:21 +0100 +catalogue-license lppl +catalogue-version 1.0 + +name pst-eucl +category Package +revision 15878 +shortdesc Euclidian geometry with pstricks. +longdesc The pst-eucl package allow the drawing of Euclidean geometric +longdesc figures using TeX pstricks macros for specifying mathematical +longdesc constraints. It is thus possible to build point using common +longdesc transformations or intersections. The use of coordinates is +longdesc limited to points which controlled the figure. +docfiles size=326 + texmf-dist/doc/generic/pst-eucl/Exemples/abscur.tex + texmf-dist/doc/generic/pst-eucl/Exemples/abscur_in.tex + texmf-dist/doc/generic/pst-eucl/Exemples/angle.tex + texmf-dist/doc/generic/pst-eucl/Exemples/angle_in.tex + texmf-dist/doc/generic/pst-eucl/Exemples/arc.tex + texmf-dist/doc/generic/pst-eucl/Exemples/arc_in.tex + texmf-dist/doc/generic/pst-eucl/Exemples/astro.tex + texmf-dist/doc/generic/pst-eucl/Exemples/astro_in.tex + texmf-dist/doc/generic/pst-eucl/Exemples/bissec.tex + texmf-dist/doc/generic/pst-eucl/Exemples/bissec_in.tex + texmf-dist/doc/generic/pst-eucl/Exemples/ccirc.tex + texmf-dist/doc/generic/pst-eucl/Exemples/ccirc_in.tex + texmf-dist/doc/generic/pst-eucl/Exemples/cercle.tex + texmf-dist/doc/generic/pst-eucl/Exemples/cercle_in.tex + texmf-dist/doc/generic/pst-eucl/Exemples/cinscex.tex + texmf-dist/doc/generic/pst-eucl/Exemples/cinscex_in.tex + texmf-dist/doc/generic/pst-eucl/Exemples/curvetype.tex + texmf-dist/doc/generic/pst-eucl/Exemples/curvetype_in.tex + texmf-dist/doc/generic/pst-eucl/Exemples/cyclo.tex + texmf-dist/doc/generic/pst-eucl/Exemples/cyclo_in.tex + texmf-dist/doc/generic/pst-eucl/Exemples/delto.tex + texmf-dist/doc/generic/pst-eucl/Exemples/droite.tex + texmf-dist/doc/generic/pst-eucl/Exemples/droite_in.tex + texmf-dist/doc/generic/pst-eucl/Exemples/envcardi.tex + texmf-dist/doc/generic/pst-eucl/Exemples/envcardi_in.tex + texmf-dist/doc/generic/pst-eucl/Exemples/envellipse.tex + texmf-dist/doc/generic/pst-eucl/Exemples/envellipse_in.tex + texmf-dist/doc/generic/pst-eucl/Exemples/euler.tex + texmf-dist/doc/generic/pst-eucl/Exemples/euler_in.tex + texmf-dist/doc/generic/pst-eucl/Exemples/fracthom.tex + texmf-dist/doc/generic/pst-eucl/Exemples/fracthom_in.tex + texmf-dist/doc/generic/pst-eucl/Exemples/gal_biss.tex + texmf-dist/doc/generic/pst-eucl/Exemples/gal_biss_in.tex + texmf-dist/doc/generic/pst-eucl/Exemples/gauss.tex + texmf-dist/doc/generic/pst-eucl/Exemples/gauss_in.tex + texmf-dist/doc/generic/pst-eucl/Exemples/gencur.tex + texmf-dist/doc/generic/pst-eucl/Exemples/gencur_in.tex + texmf-dist/doc/generic/pst-eucl/Exemples/geohyper.tex + texmf-dist/doc/generic/pst-eucl/Exemples/geohyper_in.tex + texmf-dist/doc/generic/pst-eucl/Exemples/geonode.tex + texmf-dist/doc/generic/pst-eucl/Exemples/geonode_in.tex + texmf-dist/doc/generic/pst-eucl/Exemples/german_ra.tex + texmf-dist/doc/generic/pst-eucl/Exemples/german_ra_in.tex + texmf-dist/doc/generic/pst-eucl/Exemples/grav.tex + texmf-dist/doc/generic/pst-eucl/Exemples/grav_in.tex + texmf-dist/doc/generic/pst-eucl/Exemples/homothetie.tex + texmf-dist/doc/generic/pst-eucl/Exemples/homothetie_in.tex + texmf-dist/doc/generic/pst-eucl/Exemples/hyperbole.tex + texmf-dist/doc/generic/pst-eucl/Exemples/hyperbole_in.tex + texmf-dist/doc/generic/pst-eucl/Exemples/hypocyclo.tex + texmf-dist/doc/generic/pst-eucl/Exemples/interCC.tex + texmf-dist/doc/generic/pst-eucl/Exemples/interCC_bis_in.tex + texmf-dist/doc/generic/pst-eucl/Exemples/interCC_in.tex + texmf-dist/doc/generic/pst-eucl/Exemples/interDC.tex + texmf-dist/doc/generic/pst-eucl/Exemples/interDC_in.tex + texmf-dist/doc/generic/pst-eucl/Exemples/interDD.tex + texmf-dist/doc/generic/pst-eucl/Exemples/interDD_in.tex + texmf-dist/doc/generic/pst-eucl/Exemples/interFC.tex + texmf-dist/doc/generic/pst-eucl/Exemples/interFC_in.tex + texmf-dist/doc/generic/pst-eucl/Exemples/interFF.tex + texmf-dist/doc/generic/pst-eucl/Exemples/interFF_in.tex + texmf-dist/doc/generic/pst-eucl/Exemples/interFL.tex + texmf-dist/doc/generic/pst-eucl/Exemples/interFL_in.tex + texmf-dist/doc/generic/pst-eucl/Exemples/mediator.tex + texmf-dist/doc/generic/pst-eucl/Exemples/mediator_in.tex + texmf-dist/doc/generic/pst-eucl/Exemples/milieu.tex + texmf-dist/doc/generic/pst-eucl/Exemples/milieu_in.tex + texmf-dist/doc/generic/pst-eucl/Exemples/oij.tex + texmf-dist/doc/generic/pst-eucl/Exemples/oij_in.tex + texmf-dist/doc/generic/pst-eucl/Exemples/orthocentre.tex + texmf-dist/doc/generic/pst-eucl/Exemples/orthocentre_in.tex + texmf-dist/doc/generic/pst-eucl/Exemples/orthoethyper.tex + texmf-dist/doc/generic/pst-eucl/Exemples/orthoethyper_in.tex + texmf-dist/doc/generic/pst-eucl/Exemples/parabole.tex + texmf-dist/doc/generic/pst-eucl/Exemples/parabole_in.tex + texmf-dist/doc/generic/pst-eucl/Exemples/projection.tex + texmf-dist/doc/generic/pst-eucl/Exemples/projection_in.tex + texmf-dist/doc/generic/pst-eucl/Exemples/ptfermat.tex + texmf-dist/doc/generic/pst-eucl/Exemples/ptfermat_in.tex + texmf-dist/doc/generic/pst-eucl/Exemples/remarq.tex + texmf-dist/doc/generic/pst-eucl/Exemples/remarq_in.tex + texmf-dist/doc/generic/pst-eucl/Exemples/rotation.tex + texmf-dist/doc/generic/pst-eucl/Exemples/rotation_in.tex + texmf-dist/doc/generic/pst-eucl/Exemples/segmentmark.tex + texmf-dist/doc/generic/pst-eucl/Exemples/segmentmark_in.tex + texmf-dist/doc/generic/pst-eucl/Exemples/symcentrale.tex + texmf-dist/doc/generic/pst-eucl/Exemples/symcentrale_in.tex + texmf-dist/doc/generic/pst-eucl/Exemples/symorthogonale.tex + texmf-dist/doc/generic/pst-eucl/Exemples/symorthogonale_in.tex + texmf-dist/doc/generic/pst-eucl/Exemples/tg1c.tex + texmf-dist/doc/generic/pst-eucl/Exemples/tg1c_in.tex + texmf-dist/doc/generic/pst-eucl/Exemples/tg2c.tex + texmf-dist/doc/generic/pst-eucl/Exemples/tg2c_in.tex + texmf-dist/doc/generic/pst-eucl/Exemples/translation.tex + texmf-dist/doc/generic/pst-eucl/Exemples/translation_in.tex + texmf-dist/doc/generic/pst-eucl/Exemples/triangle.tex + texmf-dist/doc/generic/pst-eucl/Exemples/triangle_in.tex + texmf-dist/doc/generic/pst-eucl/README details="Readme" + texmf-dist/doc/generic/pst-eucl/euclide.pdf details="Package documentation (French)" language="fr" + texmf-dist/doc/generic/pst-eucl/euclide.tex + texmf-dist/doc/generic/pst-eucl/euclide_english.pdf details="Package documentation (English)" language="en" + texmf-dist/doc/generic/pst-eucl/euclide_english.tex + texmf-dist/doc/generic/pst-eucl/euclide_macros.ist +runfiles size=21 + texmf-dist/dvips/pst-eucl/pst-eucl.pro + texmf-dist/tex/generic/pst-eucl/pst-eucl.tex + texmf-dist/tex/latex/pst-eucl/euclide.sty + texmf-dist/tex/latex/pst-eucl/pst-eucl.sty +catalogue-ctan /graphics/pstricks/contrib/pst-eucl +catalogue-date 2008-06-11 09:11:03 +0200 +catalogue-license lppl +catalogue-version 1.3.2 + +name pst-fill +category Package +revision 15878 +shortdesc Fill or tile areas with PSTricks. +longdesc Pst-fill is a PSTricks-based package for filling and tiling +longdesc areas or characters. +docfiles size=303 + texmf-dist/doc/generic/pst-fill/Changes + texmf-dist/doc/generic/pst-fill/README details="Package README" + texmf-dist/doc/generic/pst-fill/pst-fill.pdf details="Package documentation" +srcfiles size=20 + texmf-dist/source/generic/pst-fill/Makefile + texmf-dist/source/generic/pst-fill/pst-fill.dtx + texmf-dist/source/generic/pst-fill/pst-fill.ins +runfiles size=5 + texmf-dist/tex/generic/pst-fill/pst-fill.tex + texmf-dist/tex/latex/pst-fill/pst-fill.sty +catalogue-ctan /graphics/pstricks/contrib/pst-fill +catalogue-date 2007-03-11 15:39:31 +0100 +catalogue-license lppl +catalogue-version 1.01 + +name pst-fr3d +category Package +revision 15878 +shortdesc Draw 3-dimensional framed boxes using PSTricks. +longdesc A package using PSTricks to draw three dimensional framed boxes +longdesc using a macro \PstFrameBoxThreeD. The macro is especially +longdesc useful for drawing 3d-seeming buttons. +docfiles size=50 + texmf-dist/doc/generic/pst-fr3d/Changes + texmf-dist/doc/generic/pst-fr3d/README details="Readme" + texmf-dist/doc/generic/pst-fr3d/pst-fr3d.pdf details="Package documentation" +srcfiles size=9 + texmf-dist/source/generic/pst-fr3d/pst-fr3d.dtx + texmf-dist/source/generic/pst-fr3d/pst-fr3d.ins +runfiles size=3 + texmf-dist/tex/generic/pst-fr3d/pst-fr3d.tex + texmf-dist/tex/latex/pst-fr3d/pst-fr3d.sty +catalogue-ctan /graphics/pstricks/contrib/pst-fr3d +catalogue-date 2007-02-28 00:07:21 +0100 +catalogue-license lppl +catalogue-version 1.10 + +name pst-fractal +category Package +revision 15878 +shortdesc Draw fractal sets using PSTricks. +longdesc The package will draw the Julia and Mandelbrot sets, the +longdesc Sierpinski triangle, Koch flake, and Apollonius Circle as well +longdesc as fractal trees (which need not be balanced) with a variety of +longdesc different parameters (including varying numbers of iterations). +longdesc The package uses the pst-xkey package, part of the xkeyval +longdesc distribution. +docfiles size=503 + texmf-dist/doc/generic/pst-fractal/Changes + texmf-dist/doc/generic/pst-fractal/README details="Readme" + texmf-dist/doc/generic/pst-fractal/images/1.png + texmf-dist/doc/generic/pst-fractal/images/10.png + texmf-dist/doc/generic/pst-fractal/images/11.png + texmf-dist/doc/generic/pst-fractal/images/12.png + texmf-dist/doc/generic/pst-fractal/images/13.png + texmf-dist/doc/generic/pst-fractal/images/14.png + texmf-dist/doc/generic/pst-fractal/images/15.png + texmf-dist/doc/generic/pst-fractal/images/16.png + texmf-dist/doc/generic/pst-fractal/images/17.png + texmf-dist/doc/generic/pst-fractal/images/18.png + texmf-dist/doc/generic/pst-fractal/images/19.png + texmf-dist/doc/generic/pst-fractal/images/2.png + texmf-dist/doc/generic/pst-fractal/images/20.png + texmf-dist/doc/generic/pst-fractal/images/21.png + texmf-dist/doc/generic/pst-fractal/images/22.png + texmf-dist/doc/generic/pst-fractal/images/23.png + texmf-dist/doc/generic/pst-fractal/images/24.png + texmf-dist/doc/generic/pst-fractal/images/25.png + texmf-dist/doc/generic/pst-fractal/images/26.png + texmf-dist/doc/generic/pst-fractal/images/27.png + texmf-dist/doc/generic/pst-fractal/images/28.png + texmf-dist/doc/generic/pst-fractal/images/29.png + texmf-dist/doc/generic/pst-fractal/images/3.png + texmf-dist/doc/generic/pst-fractal/images/30.png + texmf-dist/doc/generic/pst-fractal/images/31.png + texmf-dist/doc/generic/pst-fractal/images/32.png + texmf-dist/doc/generic/pst-fractal/images/33.png + texmf-dist/doc/generic/pst-fractal/images/34.png + texmf-dist/doc/generic/pst-fractal/images/35.png + texmf-dist/doc/generic/pst-fractal/images/36.png + texmf-dist/doc/generic/pst-fractal/images/37.png + texmf-dist/doc/generic/pst-fractal/images/38.png + texmf-dist/doc/generic/pst-fractal/images/39.png + texmf-dist/doc/generic/pst-fractal/images/4.png + texmf-dist/doc/generic/pst-fractal/images/40.png + texmf-dist/doc/generic/pst-fractal/images/41.png + texmf-dist/doc/generic/pst-fractal/images/42.png + texmf-dist/doc/generic/pst-fractal/images/43.png + texmf-dist/doc/generic/pst-fractal/images/44.png + texmf-dist/doc/generic/pst-fractal/images/45.png + texmf-dist/doc/generic/pst-fractal/images/5.png + texmf-dist/doc/generic/pst-fractal/images/6.png + texmf-dist/doc/generic/pst-fractal/images/7.png + texmf-dist/doc/generic/pst-fractal/images/8.png + texmf-dist/doc/generic/pst-fractal/images/9.png + texmf-dist/doc/generic/pst-fractal/pst-fractal-doc.bib + texmf-dist/doc/generic/pst-fractal/pst-fractal-doc.pdf details="Package documentation" + texmf-dist/doc/generic/pst-fractal/pst-fractal-doc.tex +srcfiles size=1 + texmf-dist/source/generic/pst-fractal/Makefile +runfiles size=7 + texmf-dist/dvips/pst-fractal/pst-fractal.pro + texmf-dist/tex/generic/pst-fractal/pst-fractal.tex + texmf-dist/tex/latex/pst-fractal/pst-fractal.sty +catalogue-ctan /graphics/pstricks/contrib/pst-fractal +catalogue-date 2008-08-23 00:25:16 +0200 +catalogue-license lppl +catalogue-version 0.05 + +name pst-fun +category Package +revision 15878 +shortdesc Draw "funny" objects with PSTricks. +longdesc This is a PSTricks related package for drawing funny objects, +longdesc like ant, bird, fish, kangaroo, ... Such objects may be useful +longdesc for testing other PSTricks macros and/or packages. +docfiles size=89 + texmf-dist/doc/generic/pst-fun/Changes + texmf-dist/doc/generic/pst-fun/README details="Readme" + texmf-dist/doc/generic/pst-fun/pst-fun-doc.bib + texmf-dist/doc/generic/pst-fun/pst-fun-doc.pdf details="Package documentation" + texmf-dist/doc/generic/pst-fun/pst-fun-doc.tex +srcfiles size=1 + texmf-dist/source/generic/pst-fun/Makefile +runfiles size=21 + texmf-dist/dvips/pst-fun/pst-fun.pro + texmf-dist/tex/generic/pst-fun/pst-fun.tex + texmf-dist/tex/latex/pst-fun/pst-fun.sty +catalogue-ctan /graphics/pstricks/contrib/pst-fun +catalogue-date 2008-08-23 00:25:16 +0200 +catalogue-license lppl +catalogue-version 0.03 + +name pst-func +category Package +revision 15878 +shortdesc PSTricks package for plotting mathematical functions. +longdesc pst-func is a package built for use with PSTricks. It provides +longdesc macros for plotting various mathematical functions: - +longdesc polynomials and their derivatives f(x)=an*x^n+an-1*x^(n- +longdesc 1)+...+a0 defined by the coefficients a0 a1 a2 ... and the +longdesc derivative order; - the Fourier sum f(x) = a0/2+a1cos(omega +longdesc x)+...+b1sin(omega x)+... defined by the coefficients a0 a1 a2 +longdesc ... b1 b2 b3 ...; - the Bessel function defined by its order; - +longdesc the Gauss function defined by sigma and mu; - Bezier curves +longdesc from order 1 (two control points) to order 9 (10 control +longdesc points); - the superellipse function (the Lame curve); - +longdesc Chebyshev polynomials of the first and second kind; - the +longdesc Thomae (or popcorn) function; - various integration-derived +longdesc functions; - binomial distribution functions; and - implicit +longdesc functions. The plots may be generated as volumes of rotation +longdesc about the X-axis, as well. +docfiles size=721 + texmf-dist/doc/generic/pst-func/Changes + texmf-dist/doc/generic/pst-func/README details="Package README" + texmf-dist/doc/generic/pst-func/pst-func-doc.bib + texmf-dist/doc/generic/pst-func/pst-func-doc.pdf details="Package documentation" + texmf-dist/doc/generic/pst-func/pst-func-doc.tex +srcfiles size=1 + texmf-dist/source/generic/pst-func/Makefile +runfiles size=12 + texmf-dist/dvips/pst-func/pst-func.pro + texmf-dist/tex/generic/pst-func/pst-func.tex + texmf-dist/tex/latex/pst-func/pst-func.sty +catalogue-ctan /graphics/pstricks/contrib/pst-func +catalogue-date 2009-10-08 21:20:21 +0200 +catalogue-license lppl +catalogue-version 0.60 + +name pst-gantt +category Package +revision 15878 +shortdesc Draw GANTT charts with pstricks. +longdesc The package draws GANTT charts, which are a kind of bar chart +longdesc that displays a project schedule. The package requires the +longdesc pstricks apparatus, of course. +docfiles size=33 + texmf-dist/doc/generic/pst-gantt/Changes + texmf-dist/doc/generic/pst-gantt/README details="Readme" + texmf-dist/doc/generic/pst-gantt/pst-gantt-doc.bib + texmf-dist/doc/generic/pst-gantt/pst-gantt-doc.pdf details="Brief documentation, with examples" + texmf-dist/doc/generic/pst-gantt/pst-gantt-doc.tex +srcfiles size=1 + texmf-dist/source/generic/pst-gantt/Makefile +runfiles size=3 + texmf-dist/tex/generic/pst-gantt/pst-gantt.tex + texmf-dist/tex/latex/pst-gantt/pst-gantt.sty +catalogue-ctan /graphics/pstricks/contrib/pst-gantt +catalogue-date 2009-05-28 09:28:20 +0200 +catalogue-license lppl +catalogue-version 0.2 + +name pst-geo +category Package +revision 15878 +shortdesc Geographical Projections +longdesc pst-geo is a set of PSTricks related packages for various +longdesc cartographic projections of the terrestrial sphere. The package +longdesc pst-map2d provides conventional projections such as Mercator, +longdesc Lambert, cylindrical, etc. The package pst-map3d treats +longdesc representation in three dimensions of the terrestrial sphere. +longdesc Packages pst-map2dII and pst-map3dII allow use of the CIA World +longdesc DataBank II. Various parameters of the packages allow for +longdesc choice of the level of the detail and the layouts possible +longdesc (cities, borders, rivers etc). Substantial data files are +longdesc provided, in an (internally) compressed format. Decompression +longdesc happens on-the-fly as a document using the data is displayed, +longdesc printed or converted to PDF format. A Perl script is provided +longdesc for the user to do the decompression, if the need should arise. +docfiles size=1203 + texmf-dist/doc/generic/pst-geo/Changes + texmf-dist/doc/generic/pst-geo/PSTricks.bib + texmf-dist/doc/generic/pst-geo/README details="Readme" + texmf-dist/doc/generic/pst-geo/index.phtml + texmf-dist/doc/generic/pst-geo/pst-geo-compress.pl + texmf-dist/doc/generic/pst-geo/pst-geo-decompress.pl + texmf-dist/doc/generic/pst-geo/pst-map2d-doc.pdf + texmf-dist/doc/generic/pst-geo/pst-map2d-doc.tex + texmf-dist/doc/generic/pst-geo/pst-map2dII-doc.pdf + texmf-dist/doc/generic/pst-geo/pst-map2dII-doc.tex + texmf-dist/doc/generic/pst-geo/pst-map3d-doc-pdf.pdf + texmf-dist/doc/generic/pst-geo/pst-map3d-doc-pdf.tex + texmf-dist/doc/generic/pst-geo/pst-map3d-doc.pdf + texmf-dist/doc/generic/pst-geo/pst-map3d-doc.tex + texmf-dist/doc/generic/pst-geo/pst-map3dII-doc.pdf + texmf-dist/doc/generic/pst-geo/pst-map3dII-doc.tex +runfiles size=6046 + texmf-dist/dvips/pst-geo/map3d.pro + texmf-dist/dvips/pst-geo/map3dII.pro + texmf-dist/dvips/pst-geo/pst-map3d.pro + texmf-dist/dvips/pst-geo/pst-map3dII.pro + texmf-dist/tex/generic/pst-geo/data/README + texmf-dist/tex/generic/pst-geo/data/aus.dat + texmf-dist/tex/generic/pst-geo/data/c-cap.dat + texmf-dist/tex/generic/pst-geo/data/c-sub.dat + texmf-dist/tex/generic/pst-geo/data/canada.dat + texmf-dist/tex/generic/pst-geo/data/capitales.tex + texmf-dist/tex/generic/pst-geo/data/capitales3d.tex + texmf-dist/tex/generic/pst-geo/data/capitals.dat + texmf-dist/tex/generic/pst-geo/data/cities.data + texmf-dist/tex/generic/pst-geo/data/cities.tex + texmf-dist/tex/generic/pst-geo/data/citycapitals.dat + texmf-dist/tex/generic/pst-geo/data/citysub.dat + texmf-dist/tex/generic/pst-geo/data/convert.py + texmf-dist/tex/generic/pst-geo/data/corse.dat + texmf-dist/tex/generic/pst-geo/data/france.dat + texmf-dist/tex/generic/pst-geo/data/mex.dat + texmf-dist/tex/generic/pst-geo/data/pborder.dat + texmf-dist/tex/generic/pst-geo/data/pcoast.dat + texmf-dist/tex/generic/pst-geo/data/pisland.dat + texmf-dist/tex/generic/pst-geo/data/plake.dat + texmf-dist/tex/generic/pst-geo/data/rhone.dat + texmf-dist/tex/generic/pst-geo/data/ridge.dat + texmf-dist/tex/generic/pst-geo/data/river.dat + texmf-dist/tex/generic/pst-geo/data/seine.dat + texmf-dist/tex/generic/pst-geo/data/transfrm.dat + texmf-dist/tex/generic/pst-geo/data/trench.dat + texmf-dist/tex/generic/pst-geo/data/usa.dat + texmf-dist/tex/generic/pst-geo/data/villesFrance.tex + texmf-dist/tex/generic/pst-geo/data/villesFrance3d.tex + texmf-dist/tex/generic/pst-geo/data/villesItalia.tex + texmf-dist/tex/generic/pst-geo/data/villesItalia3d.tex + texmf-dist/tex/generic/pst-geo/data/wfraczon.dat + texmf-dist/tex/generic/pst-geo/data/wmaglin.dat + texmf-dist/tex/generic/pst-geo/dataII/README + texmf-dist/tex/generic/pst-geo/dataII/africa-bdy.dat + texmf-dist/tex/generic/pst-geo/dataII/africa-cil.dat + texmf-dist/tex/generic/pst-geo/dataII/africa-riv.dat + texmf-dist/tex/generic/pst-geo/dataII/asia-bdy.dat + texmf-dist/tex/generic/pst-geo/dataII/asia-cil.dat + texmf-dist/tex/generic/pst-geo/dataII/asia-isl.dat + texmf-dist/tex/generic/pst-geo/dataII/asia-riv.dat + texmf-dist/tex/generic/pst-geo/dataII/c-cap.dat + texmf-dist/tex/generic/pst-geo/dataII/c-sub.dat + texmf-dist/tex/generic/pst-geo/dataII/citycapitals.dat + texmf-dist/tex/generic/pst-geo/dataII/citysub.dat + texmf-dist/tex/generic/pst-geo/dataII/europe-bdy.dat + texmf-dist/tex/generic/pst-geo/dataII/europe-cil.dat + texmf-dist/tex/generic/pst-geo/dataII/europe-riv.dat + texmf-dist/tex/generic/pst-geo/dataII/namer-bdy.dat + texmf-dist/tex/generic/pst-geo/dataII/namer-cil.dat + texmf-dist/tex/generic/pst-geo/dataII/namer-pby.dat + texmf-dist/tex/generic/pst-geo/dataII/namer-riv.dat + texmf-dist/tex/generic/pst-geo/dataII/samer-arc.dat + texmf-dist/tex/generic/pst-geo/dataII/samer-bdy.dat + texmf-dist/tex/generic/pst-geo/dataII/samer-cil.dat + texmf-dist/tex/generic/pst-geo/dataII/samer-riv.dat + texmf-dist/tex/generic/pst-geo/pst-map2d.tex + texmf-dist/tex/generic/pst-geo/pst-map2dII.tex + texmf-dist/tex/generic/pst-geo/pst-map3d.tex + texmf-dist/tex/generic/pst-geo/pst-map3dII.tex + texmf-dist/tex/latex/pst-geo/pst-map2d.sty + texmf-dist/tex/latex/pst-geo/pst-map2dII.sty + texmf-dist/tex/latex/pst-geo/pst-map3d.sty + texmf-dist/tex/latex/pst-geo/pst-map3dII.sty +catalogue-ctan /graphics/pstricks/contrib/pst-geo +catalogue-date 2009-08-31 11:47:07 +0200 +catalogue-license lppl +catalogue-version 2.03 + +name pst-ghsb +category Package +revision 15878 +docfiles size=26 + texmf-dist/doc/generic/pst-ghsb/README + texmf-dist/doc/generic/pst-ghsb/t-ghsb.pdf + texmf-dist/doc/generic/pst-ghsb/t-ghsb.tex + texmf-dist/doc/generic/pst-ghsb/t2-ghsb.pdf + texmf-dist/doc/generic/pst-ghsb/t2-ghsb.tex +runfiles size=4 + texmf-dist/dvips/pst-ghsb/pst-ghsb.pro + texmf-dist/tex/generic/pst-ghsb/pst-ghsb.tex + texmf-dist/tex/latex/pst-ghsb/pst-ghsb.sty + +name pst-gr3d +category Package +revision 15878 +shortdesc Three dimensional grids with PSTricks. +longdesc This PSTricks package provides a command \PstGridThreeD that +longdesc will draw a three dimensional grid, offering a number of +longdesc options for its appearance. +docfiles size=48 + texmf-dist/doc/generic/pst-gr3d/Changes + texmf-dist/doc/generic/pst-gr3d/README details="Readme" + texmf-dist/doc/generic/pst-gr3d/pst-gr3d.pdf details="Package documentation" +srcfiles size=9 + texmf-dist/source/latex/pst-gr3d/pst-gr3d.dtx + texmf-dist/source/latex/pst-gr3d/pst-gr3d.ins +runfiles size=3 + texmf-dist/tex/generic/pst-gr3d/pst-gr3d.tex + texmf-dist/tex/latex/pst-gr3d/pst-gr3d.sty +catalogue-ctan /graphics/pstricks/contrib/pst-gr3d +catalogue-date 2006-12-19 19:38:44 +0100 +catalogue-license lppl +catalogue-version 1.34 + +name pst-grad +category Package +revision 15878 +shortdesc Filling with colour gradients, using PStricks. +longdesc Pst-grad is a PSTricks based package for filling with colour +longdesc gradients. Supported are colours in the RGB, CMYK or HSB +longdesc models. Other colour gradient mechanisms are to be found in +longdesc package pst-slpe. +docfiles size=69 + texmf-dist/doc/generic/pst-grad/Changes + texmf-dist/doc/generic/pst-grad/pst-grad-doc.bib + texmf-dist/doc/generic/pst-grad/pst-grad-doc.pdf details="Package documentation" + texmf-dist/doc/generic/pst-grad/pst-grad-doc.tex +runfiles size=5 + texmf-dist/dvips/pst-grad/pst-grad.pro + texmf-dist/tex/generic/pst-grad/pst-grad.tex + texmf-dist/tex/latex/pst-grad/pst-grad.sty +catalogue-ctan /graphics/pstricks/contrib/pst-grad +catalogue-date 2007-07-11 11:50:31 +0200 +catalogue-license lppl +catalogue-version 1.06 + +name pst-infixplot +category Package +revision 15878 +shortdesc Using pstricks plotting capacities with infix expressions rather than RPN +longdesc Plotting functions with pst-plot is very powerful but sometimes +longdesc difficult to learn since the syntax of \psplot and +longdesc \parametricplot requires some PostScript knowledge. The infix- +longdesc RPN and pst-infixplot styles simplify the usage of pst-plot for +longdesc the beginner, providing macro commands that convert natural +longdesc mathematical expressions to PostScript syntax. +docfiles size=84 + texmf-dist/doc/generic/pst-infixplot/README + texmf-dist/doc/generic/pst-infixplot/pst-infixplot-doc.ps + texmf-dist/doc/generic/pst-infixplot/pst-infixplot-doc.tex + texmf-dist/doc/generic/pst-infixplot/pst-infixplot.pdf +runfiles size=7 + texmf-dist/tex/generic/pst-infixplot/infix-RPN.tex + texmf-dist/tex/generic/pst-infixplot/pst-infixplot.tex + texmf-dist/tex/latex/pst-infixplot/infix-RPN.sty + texmf-dist/tex/latex/pst-infixplot/pst-infixplot.sty +catalogue-ctan /graphics/pstricks/contrib/pst-infixplot +catalogue-date 2006-12-19 19:38:44 +0100 +catalogue-license lppl +catalogue-version 0.11 + +name pst-jtree +category Package +revision 15878 +shortdesc Typeset complex trees for linguists. +longdesc jTree uses PStricks to enable linguists to typeset complex +longdesc trees. The package requires use of PStricks (of course) and +longdesc xkeyval packages. jTree is a development of, and replacement +longdesc for, the jftree package, which is no longer available. +docfiles size=100 + texmf-dist/doc/generic/pst-jtree/README + texmf-dist/doc/generic/pst-jtree/pst-jtree-doc-source.zip + texmf-dist/doc/generic/pst-jtree/pst-jtree-doc.pdf details="Package documentation" + texmf-dist/doc/generic/pst-jtree/pst-jtree-examples.pdf details="Examples of use" + texmf-dist/doc/generic/pst-jtree/pst-jtree-examples.tex +runfiles size=6 + texmf-dist/tex/generic/pst-jtree/pst-jtree.tex + texmf-dist/tex/latex/pst-jtree/pst-jtree.sty +catalogue-ctan /graphics/pstricks/contrib/pst-jtree +catalogue-date 2007-03-14 08:41:38 +0100 +catalogue-license lppl +catalogue-version 2.4 + +name pst-labo +category Package +revision 15878 +shortdesc Draw objects for Chemistry laboratories. +longdesc Pst-labo is a PSTricks related package for drawing basic and +longdesc complex chemical objects. The documentation of the package is +longdesc illuminated with plenty of illustrations together with their +longdesc source code, making it an easy read. +docfiles size=883 + texmf-dist/doc/generic/pst-labo/Changes + texmf-dist/doc/generic/pst-labo/README details="Readme" + texmf-dist/doc/generic/pst-labo/pst-labo-doc.bib + texmf-dist/doc/generic/pst-labo/pst-labo-docDE.ltx + texmf-dist/doc/generic/pst-labo/pst-labo-docDE.pdf details="German documentation:" + texmf-dist/doc/generic/pst-labo/pst-labo-docDE.tex + texmf-dist/doc/generic/pst-labo/pst-labo-docEN.ltx + texmf-dist/doc/generic/pst-labo/pst-labo-docEN.pdf details="English documentation:" + texmf-dist/doc/generic/pst-labo/pst-labo-docEN.tex + texmf-dist/doc/generic/pst-labo/pst-labo-docFR.ltx + texmf-dist/doc/generic/pst-labo/pst-labo-docFR.pdf details="French documentation:" + texmf-dist/doc/generic/pst-labo/pst-labo-docFR.tex + texmf-dist/doc/generic/pst-labo/pstlabo8-tab1-DE.tex + texmf-dist/doc/generic/pst-labo/pstlabo8-tab1-EN.tex + texmf-dist/doc/generic/pst-labo/pstlabo8-tab1-FR.tex +runfiles size=13 + texmf-dist/tex/generic/pst-labo/pst-labo.tex + texmf-dist/tex/generic/pst-labo/pst-laboObj.tex + texmf-dist/tex/latex/pst-labo/pst-labo.sty +catalogue-ctan /graphics/pstricks/contrib/pst-labo +catalogue-date 2007-03-11 16:56:01 +0100 +catalogue-license lppl +catalogue-version 2.03 + +name pst-lens +category Package +revision 15878 +shortdesc Lenses with PSTricks. +longdesc This PSTricks package provides a really rather simple command +longdesc \PstLens that will draw a lens. Command parameters provide a +longdesc remarkable range of effects. +docfiles size=122 + texmf-dist/doc/generic/pst-lens/Changes + texmf-dist/doc/generic/pst-lens/README details="Readme" + texmf-dist/doc/generic/pst-lens/pst-lens.pdf details="Package documentation" +srcfiles size=11 + texmf-dist/source/generic/pst-lens/pst-lens.dtx + texmf-dist/source/generic/pst-lens/pst-lens.ins +runfiles size=2 + texmf-dist/tex/generic/pst-lens/pst-lens.tex + texmf-dist/tex/latex/pst-lens/pst-lens.sty +catalogue-ctan /graphics/pstricks/contrib/pst-lens +catalogue-date 2007-06-15 10:24:12 +0200 +catalogue-license lppl +catalogue-version 1.02 + +name pst-light3d +category Package +revision 15878 +shortdesc 3D lighting effects for pstricks. +longdesc A PSTricks package for three dimensional lighting effects on +longdesc characters and PSTricks graphics, like lines, curves, plots, +longdesc ... +docfiles size=215 + texmf-dist/doc/generic/pst-light3d/Changes + texmf-dist/doc/generic/pst-light3d/README details="Readme" + texmf-dist/doc/generic/pst-light3d/pst-light3d-doc.bib + texmf-dist/doc/generic/pst-light3d/pst-light3d-doc.pdf details="Package documentation" + texmf-dist/doc/generic/pst-light3d/pst-light3d-doc.tex +srcfiles size=1 + texmf-dist/source/generic/pst-light3d/Makefile +runfiles size=3 + texmf-dist/dvips/pst-light3d/pst-light3d.pro + texmf-dist/tex/generic/pst-light3d/pst-light3d.tex + texmf-dist/tex/latex/pst-light3d/pst-light3d.sty +catalogue-ctan /graphics/pstricks/contrib/pst-light3d +catalogue-date 2007-03-11 16:56:01 +0100 +catalogue-license lppl +catalogue-version 0.12 + +name pst-math +category Package +revision 15878 +shortdesc Enhancement of PostScript math operators to use with pstricks +longdesc PostScript lacks a lot of basic operators such as tan, acos, +longdesc asin, cosh, sinh, tanh, acosh, asinh, atanh, exp (with e base). +longdesc Also (oddly) cos and sin use arguments in degrees. Pst-math +longdesc provides all those operators in a header file pst-math.pro with +longdesc wrappers pst-math.sty and pst-math.tex. In addition, sinc, +longdesc gauss, gammaln and bessel are implemented (only partially for +longdesc the latter). pst-math is designed essentially to work with pst- +longdesc plot but can be used in whatever PS code (such as pstricks +longdesc SpecialCoor "!", which is useful for placing labels). The +longdesc package also provides a routine SIMPSON for numerical +longdesc integration and a solver of linear equation systems. +docfiles size=58 + texmf-dist/doc/generic/pst-math/Changes + texmf-dist/doc/generic/pst-math/README details="Readme" + texmf-dist/doc/generic/pst-math/pst-math-doc.bib + texmf-dist/doc/generic/pst-math/pst-math-doc.pdf details="Package documentation" + texmf-dist/doc/generic/pst-math/pst-math-doc.tex +srcfiles size=1 + texmf-dist/source/generic/pst-math/Makefile +runfiles size=5 + texmf-dist/dvips/pst-math/pst-math.pro + texmf-dist/tex/generic/pst-math/pst-math.tex + texmf-dist/tex/latex/pst-math/pst-math.sty +catalogue-ctan /graphics/pstricks/contrib/pst-math +catalogue-date 2009-08-27 11:23:06 +0200 +catalogue-license lppl +catalogue-version 0.5 + +name pst-ob3d +category Package +revision 15878 +shortdesc Three dimensional objects using PSTricks. +longdesc The package uses PSTricks to provide basic three-dimensional +longdesc objects. As yet, only cubes (which can be deformed to +longdesc rectangular parallelipipeds) and dies (which are only a special +longdesc kind of cubes) are defined. +docfiles size=50 + texmf-dist/doc/generic/pst-ob3d/Changes + texmf-dist/doc/generic/pst-ob3d/README + texmf-dist/doc/generic/pst-ob3d/pst-ob3d.pdf details="Package documentation" +srcfiles size=13 + texmf-dist/source/generic/pst-ob3d/Makefile + texmf-dist/source/generic/pst-ob3d/pst-ob3d.dtx + texmf-dist/source/generic/pst-ob3d/pst-ob3d.ins +runfiles size=4 + texmf-dist/tex/generic/pst-ob3d/pst-ob3d.tex + texmf-dist/tex/latex/pst-ob3d/pst-ob3d.sty +catalogue-ctan /graphics/pstricks/contrib/pst-ob3d +catalogue-date 2008-08-23 00:25:16 +0200 +catalogue-license lppl +catalogue-version 0.21 + +name pst-optexp +category Package +revision 15878 +shortdesc Drawing optical experimental setups. +longdesc The package pst-optexp is a collection of optical components +longdesc that facilitate easy sketching of optical experimental setups. +longdesc Mechanisms for proper alignment of different components are +longdesc provided internally. This way the user does not have to care +longdesc for proper orientation of the elements. +docfiles size=139 + texmf-dist/doc/generic/pst-optexp/Changes + texmf-dist/doc/generic/pst-optexp/README details="Readme" + texmf-dist/doc/generic/pst-optexp/parque-nacional.eps + texmf-dist/doc/generic/pst-optexp/pst-optexp-doc.pdf details="Package manual" + texmf-dist/doc/generic/pst-optexp/pst-optexp-doc.tex +runfiles size=22 + texmf-dist/dvips/pst-optexp/pst-optexp.pro + texmf-dist/tex/generic/pst-optexp/pst-optexp.tex + texmf-dist/tex/latex/pst-optexp/pst-optexp.sty +catalogue-ctan /graphics/pstricks/contrib/pst-optexp +catalogue-date 2009-11-06 14:30:35 +0100 +catalogue-license lppl +catalogue-version 2.1 + +name pst-optic +category Package +revision 15878 +shortdesc Drawing optics diagrams. +longdesc A package for drawing both reflective and refractive optics +longdesc diagrams. The package requires pstricks later than version +longdesc 1.10. +docfiles size=199 + texmf-dist/doc/generic/pst-optic/Changes + texmf-dist/doc/generic/pst-optic/README details="Readme" + texmf-dist/doc/generic/pst-optic/pst-optic-doc.bib + texmf-dist/doc/generic/pst-optic/pst-optic-doc.pdf details="Package manual:" + texmf-dist/doc/generic/pst-optic/pst-optic-doc.tex + texmf-dist/doc/generic/pst-optic/pst-optic-examples.pdf details="Examples:" + texmf-dist/doc/generic/pst-optic/pst-optic-examples.tex +srcfiles size=1 + texmf-dist/source/generic/pst-optic/Makefile +runfiles size=19 + texmf-dist/tex/generic/pst-optic/pst-optic.tex + texmf-dist/tex/latex/pst-optic/pst-optic.sty +catalogue-ctan /graphics/pstricks/contrib/pst-optic +catalogue-date 2009-02-12 00:00:57 +0100 +catalogue-license lppl +catalogue-version 1.0 + +name pst-osci +category Package +revision 15878 +shortdesc Oscgons with PSTricks. +longdesc pst-osci is a PSTricks package enables you to produce +longdesc oscilloscope "screen shots". Three channels can be used to +longdesc represent the most common signals (damped or not): namely +longdesc sinusoidal, rectangular, triangular, dog's tooth (left and +longdesc right oriented). The third channel allows you to add, to +longdesc subtract or to multiply the two other signals. Lissajous +longdesc diagrams (XY-mode) can also be obtained. +docfiles size=344 + texmf-dist/doc/generic/pst-osci/Changes + texmf-dist/doc/generic/pst-osci/README + texmf-dist/doc/generic/pst-osci/oscilloscope.pdf details="French documentation:" language="fr" + texmf-dist/doc/generic/pst-osci/oscilloscope.tex + texmf-dist/doc/generic/pst-osci/pst-osci-doc.pdf details="English documentation:" language="en" + texmf-dist/doc/generic/pst-osci/pst-osci-doc.tex +runfiles size=5 + texmf-dist/tex/generic/pst-osci/pst-osci.tex + texmf-dist/tex/latex/pst-osci/pst-osci.sty +catalogue-ctan /graphics/pstricks/contrib/pst-osci +catalogue-date 2008-10-08 15:45:53 +0200 +catalogue-license lppl +catalogue-version 2.82 + +name pst-pad +category Package +revision 15878 +shortdesc Draw simple attachment systems with PSTricks. +longdesc The package collects a set of graphical elements based on +longdesc PStricks that can be used to facilitate display of attachment +longdesc systems such as two differently shaped surfaces with or without +longdesc a fluid wedged in between. These macros ease the display of wet +longdesc adhesion models and common friction systems such as boundary +longdesc lubrication, elastohydrodynamic lubrication and hydrodynamic +longdesc lubrication. +docfiles size=61 + texmf-dist/doc/generic/pst-pad/CHANGES + texmf-dist/doc/generic/pst-pad/README details="Readme" + texmf-dist/doc/generic/pst-pad/pst-pad-doc-header.tex + texmf-dist/doc/generic/pst-pad/pst-pad-doc.pdf details="Package documentation" language="en" + texmf-dist/doc/generic/pst-pad/pst-pad-doc.tex + texmf-dist/doc/generic/pst-pad/pst-pad-docDE.pdf details="Package documentation" language="de" + texmf-dist/doc/generic/pst-pad/pst-pad-docDE.tex + texmf-dist/doc/generic/pst-pad/showexpl.cfg +srcfiles size=1 + texmf-dist/source/generic/pst-pad/Makefile +runfiles size=6 + texmf-dist/tex/generic/pst-pad/pst-pad.tex + texmf-dist/tex/latex/pst-pad/pst-pad.sty +catalogue-ctan /graphics/pstricks/contrib/pst-pad +catalogue-date 2008-08-23 00:25:16 +0200 +catalogue-license lppl +catalogue-version 0.3b + +name pst-pdf +category Package +revision 15878 +shortdesc Make PDF versions of graphics by processing between runs. +longdesc The package pst-pdf simplifies the use of graphics from +longdesc PSTricks and other PostScript code in PDF documents. As in +longdesc building a bibliography with BibTEX additional external +longdesc programmes are being invoked. In this case they are used to +longdesc create a PDF file (\PDFcontainer) that will contain all this +longdesc graphics material. In the final document this contents will be +longdesc inserted instead of the original PostScript code. The package +longdesc works with pstricks and requires a recent version of the +longdesc preview package. +docfiles size=379 + texmf-dist/doc/latex/pst-pdf/CHANGES + texmf-dist/doc/latex/pst-pdf/README details="README file" + texmf-dist/doc/latex/pst-pdf/pst-pdf-DE.pdf details="German documentation" language="de" + texmf-dist/doc/latex/pst-pdf/pst-pdf-example1.pdf + texmf-dist/doc/latex/pst-pdf/pst-pdf-example1.tex + texmf-dist/doc/latex/pst-pdf/pst-pdf-example2.pdf + texmf-dist/doc/latex/pst-pdf/pst-pdf-example2.tex + texmf-dist/doc/latex/pst-pdf/pst-pdf.pdf details="English documentation" language="en" +srcfiles size=149 + texmf-dist/source/latex/pst-pdf/CHANGES.tex + texmf-dist/source/latex/pst-pdf/elephant.ps + texmf-dist/source/latex/pst-pdf/insect1.eps + texmf-dist/source/latex/pst-pdf/insect15.eps + texmf-dist/source/latex/pst-pdf/knuth.png + texmf-dist/source/latex/pst-pdf/penguin.eps + texmf-dist/source/latex/pst-pdf/psf-demo.eps + texmf-dist/source/latex/pst-pdf/pst-pdf.dtx + texmf-dist/source/latex/pst-pdf/pst-pdf.ins +runfiles size=9 + texmf-dist/scripts/pst-pdf/ps4pdf + texmf-dist/scripts/pst-pdf/ps4pdf.bat + texmf-dist/scripts/pst-pdf/ps4pdf.bat.noMiKTeX + texmf-dist/scripts/pst-pdf/ps4pdf.bat.w95 + texmf-dist/tex/latex/pst-pdf/pst-pdf.sty +catalogue-ctan /macros/latex/contrib/pst-pdf +catalogue-date 2008-10-09 22:29:15 +0200 +catalogue-license lppl +catalogue-version 1.1v + +name pst-pdgr +category Package +revision 15878 +shortdesc Draw medical pedigrees using pstricks. +longdesc The package provides a set of macros based on PSTricks to draw +longdesc medical pedigrees according to the recommendations for +longdesc standardized human pedigree nomenclature. The drawing commands +longdesc place the symbols on a pspicture canvas. An interface for +longdesc making trees is also provided. The package may be used both +longdesc with LaTeX and PlainTeX. A separate Perl program for generating +longdesc TeX files from spreadsheets is available. +docfiles size=51 + texmf-dist/doc/generic/pst-pdgr/NEWS + texmf-dist/doc/generic/pst-pdgr/README details="Readme" + texmf-dist/doc/generic/pst-pdgr/pst-pdgr.bib + texmf-dist/doc/generic/pst-pdgr/pst-pdgr.pdf details="Package documentation" +srcfiles size=22 + texmf-dist/source/generic/pst-pdgr/Makefile + texmf-dist/source/generic/pst-pdgr/pst-pdgr.dtx + texmf-dist/source/generic/pst-pdgr/pst-pdgr.ins +runfiles size=5 + texmf-dist/tex/generic/pst-pdgr/pst-pdgr.tex + texmf-dist/tex/latex/pst-pdgr/pst-pdgr.cfg + texmf-dist/tex/latex/pst-pdgr/pst-pdgr.sty +catalogue-ctan /graphics/pstricks/contrib/pedigree/pst-pdgr +catalogue-date 2007-08-14 12:06:32 +0200 +catalogue-license lppl +catalogue-version 0.3 + +name pst-poly +category Package +revision 15878 +shortdesc Polygons with PSTricks. +longdesc This PSTricks package provides a really rather simple command +longdesc \PstPolygon that will draw various regular and non-regular +longdesc polygons (according to command parameters); various shortcuts +longdesc to commonly-used polygons are provided, as well as a command +longdesc \pspolygonbox that frames text with a polygon. The package uses +longdesc the xkeyval package for argument decoding. +docfiles size=53 + texmf-dist/doc/generic/pst-poly/Changes + texmf-dist/doc/generic/pst-poly/README details="Package Readme" + texmf-dist/doc/generic/pst-poly/pst-poly.pdf details="Package documentation" + texmf-dist/doc/generic/pst-poly/tst-poly.pdf details="Package usage examples" + texmf-dist/doc/generic/pst-poly/tst-poly.tex +srcfiles size=14 + texmf-dist/source/latex/pst-poly/pst-poly.dtx + texmf-dist/source/latex/pst-poly/pst-poly.ins +runfiles size=4 + texmf-dist/tex/generic/pst-poly/pst-poly.tex + texmf-dist/tex/latex/pst-poly/pst-poly.sty +catalogue-ctan /graphics/pstricks/contrib/pst-poly +catalogue-date 2009-03-12 17:17:07 +0100 +catalogue-license lppl +catalogue-version 1.61 + +name pst-qtree +category Package +revision 15878 +shortdesc Simple syntax for trees. +longdesc The package provides a qtree-like front end for PSTricks. +docfiles size=13 + texmf-dist/doc/generic/pst-qtree/CHANGES + texmf-dist/doc/generic/pst-qtree/LICENSE + texmf-dist/doc/generic/pst-qtree/pst-qtree-manual.pdf details="Package documentation" + texmf-dist/doc/generic/pst-qtree/pst-qtree-manual.tex +runfiles size=2 + texmf-dist/tex/generic/pst-qtree/pst-qtree.tex + texmf-dist/tex/latex/pst-qtree/pst-qtree.sty +catalogue-ctan /graphics/pstricks/contrib/pst-qtree +catalogue-date 2009-09-20 13:03:55 +0200 +catalogue-license gpl + +name pst-sigsys +category Package +revision 15878 +shortdesc Support of signal processing-related disciplines. +longdesc The package offers a collection of useful macros for +longdesc disciplines related to signal processing. It defines macros for +longdesc plotting a sequence of numbers, drawing the pole-zero diagram +longdesc of a system, shading the region of convergence, creating an +longdesc adder or a multiplier node, placing a framed node at a given +longdesc coordinate, creating an up-sampler or a down-sampler node, and +longdesc connecting a list of nodes using any node-connecting macro. +docfiles size=93 + texmf-dist/doc/generic/pst-sigsys/Changes + texmf-dist/doc/generic/pst-sigsys/README details="Readme" + texmf-dist/doc/generic/pst-sigsys/pst-sigsys-doc.pdf details="Package documentation" + texmf-dist/doc/generic/pst-sigsys/pst-sigsys-doc.tex +runfiles size=4 + texmf-dist/tex/latex/pst-sigsys/pst-sigsys.sty +catalogue-ctan /graphics/pstricks/contrib/pst-sigsys +catalogue-date 2009-04-02 00:37:26 +0200 +catalogue-license lppl +catalogue-version 1.1 + +name pst-slpe +category Package +revision 15878 +shortdesc Sophisticated colour gradients. +longdesc This PStricks package covers all the colour gradient +longdesc functionality of pst-grad (part of the base pstricks +longdesc distribution), and provides the following facilities: - it +longdesc permits the user to specify an arbitrary number of colours, +longdesc along with the points at which they are to be reached; - it +longdesc converts between RGB and HSV behind the scenes; - it provides +longdesc concentric and radial gradients; - it provides a command +longdesc \psBall that generates bullets with a three-dimensional +longdesc appearance; and - uses the xkeyval package for the extended key +longdesc handling. +docfiles size=72 + texmf-dist/doc/generic/pst-slpe/Changes + texmf-dist/doc/generic/pst-slpe/README details="Readme" + texmf-dist/doc/generic/pst-slpe/pst-slpe.pdf details="Package documentation" +srcfiles size=12 + texmf-dist/source/generic/pst-slpe/Makefile + texmf-dist/source/generic/pst-slpe/pst-slpe.dtx + texmf-dist/source/generic/pst-slpe/pst-slpe.ins +runfiles size=5 + texmf-dist/dvips/pst-slpe/pst-slpe.pro + texmf-dist/tex/generic/pst-slpe/pst-slpe.tex + texmf-dist/tex/latex/pst-slpe/pst-slpe.sty +catalogue-ctan /graphics/pstricks/contrib/pst-slpe +catalogue-date 2008-09-21 15:57:23 +0200 +catalogue-license lppl +catalogue-version 1.3 + +name pst-solides3d +category Package +revision 15878 +shortdesc Draw perspective views of 3D solids. +longdesc The package is designed to draw solids in 3d perspective. +longdesc Features include: - create primitive solids; - create solids by +longdesc including a list of its vertices and faces; - faces of solids +longdesc and surfaces can be colored by choosing from a very large +longdesc palette of colors; - draw parametric surfaces in algebraic and +longdesc reverse polish notation; - create explicit and parameterized +longdesc algebraic functions drawn in 2 or 3 dimensions; - project text +longdesc onto a plane and onto the faces of a solid; - support for +longdesc including external database files +docfiles size=4203 + texmf-dist/doc/generic/pst-solides3d/Changes + texmf-dist/doc/generic/pst-solides3d/README details="Readme" + texmf-dist/doc/generic/pst-solides3d/doc-en/pst-solides3d-doc-EN.pdf details="Package documentation (English)" language="en" + texmf-dist/doc/generic/pst-solides3d/doc-en/source/Letter.ist + texmf-dist/doc/generic/pst-solides3d/doc-en/source/Makefile + texmf-dist/doc/generic/pst-solides3d/doc-en/source/Pyramid-couleurs.dat + texmf-dist/doc/generic/pst-solides3d/doc-en/source/Pyramid-faces.dat + texmf-dist/doc/generic/pst-solides3d/doc-en/source/Pyramid-io.dat + texmf-dist/doc/generic/pst-solides3d/doc-en/source/Pyramid-sommets.dat + texmf-dist/doc/generic/pst-solides3d/doc-en/source/chapter-1-en.tex + texmf-dist/doc/generic/pst-solides3d/doc-en/source/chapter-2-en.tex + texmf-dist/doc/generic/pst-solides3d/doc-en/source/cubeHexagone-couleurs.dat + texmf-dist/doc/generic/pst-solides3d/doc-en/source/cubeHexagone-faces.dat + texmf-dist/doc/generic/pst-solides3d/doc-en/source/cubeHexagone-io.dat + texmf-dist/doc/generic/pst-solides3d/doc-en/source/cubeHexagone-sommets.dat + texmf-dist/doc/generic/pst-solides3d/doc-en/source/cubecolor-couleurs.dat + texmf-dist/doc/generic/pst-solides3d/doc-en/source/cubecolor-faces.dat + texmf-dist/doc/generic/pst-solides3d/doc-en/source/cubecolor-io.dat + texmf-dist/doc/generic/pst-solides3d/doc-en/source/cubecolor-sommets.dat + texmf-dist/doc/generic/pst-solides3d/doc-en/source/faces_nefer.dat + texmf-dist/doc/generic/pst-solides3d/doc-en/source/faces_nefer_levres.dat + texmf-dist/doc/generic/pst-solides3d/doc-en/source/faces_nefer_sourcils.dat + texmf-dist/doc/generic/pst-solides3d/doc-en/source/faces_nefer_yeux.dat + texmf-dist/doc/generic/pst-solides3d/doc-en/source/fusee62-couleurs.dat + texmf-dist/doc/generic/pst-solides3d/doc-en/source/fusee62-faces.dat + texmf-dist/doc/generic/pst-solides3d/doc-en/source/fusee62-io.dat + texmf-dist/doc/generic/pst-solides3d/doc-en/source/fusee62-sommets.dat + texmf-dist/doc/generic/pst-solides3d/doc-en/source/geodedual44-couleurs.dat + texmf-dist/doc/generic/pst-solides3d/doc-en/source/geodedual44-faces.dat + texmf-dist/doc/generic/pst-solides3d/doc-en/source/geodedual44-io.dat + texmf-dist/doc/generic/pst-solides3d/doc-en/source/geodedual44-sommets.dat + texmf-dist/doc/generic/pst-solides3d/doc-en/source/horoptere-couleurs.dat + texmf-dist/doc/generic/pst-solides3d/doc-en/source/horoptere-faces.dat + texmf-dist/doc/generic/pst-solides3d/doc-en/source/horoptere-io.dat + texmf-dist/doc/generic/pst-solides3d/doc-en/source/horoptere-sommets.dat + texmf-dist/doc/generic/pst-solides3d/doc-en/source/kepler.eps + texmf-dist/doc/generic/pst-solides3d/doc-en/source/par-acknowledgements-en.tex + texmf-dist/doc/generic/pst-solides3d/doc-en/source/par-affinage-en.tex + texmf-dist/doc/generic/pst-solides3d/doc-en/source/par-anneaux-en.tex + texmf-dist/doc/generic/pst-solides3d/doc-en/source/par-annoterschema-en.tex + texmf-dist/doc/generic/pst-solides3d/doc-en/source/par-axes3D-en.tex + texmf-dist/doc/generic/pst-solides3d/doc-en/source/par-chanfrein-en.tex + texmf-dist/doc/generic/pst-solides3d/doc-en/source/par-codejps-en.tex + texmf-dist/doc/generic/pst-solides3d/doc-en/source/par-colorierfacettes-en.tex + texmf-dist/doc/generic/pst-solides3d/doc-en/source/par-commandestrace-en.tex + texmf-dist/doc/generic/pst-solides3d/doc-en/source/par-couleurs-en.tex + texmf-dist/doc/generic/pst-solides3d/doc-en/source/par-courbeR3-en.tex + texmf-dist/doc/generic/pst-solides3d/doc-en/source/par-cylindres-cones-en.tex + texmf-dist/doc/generic/pst-solides3d/doc-en/source/par-datfile-en.tex + texmf-dist/doc/generic/pst-solides3d/doc-en/source/par-definirfonction-en.tex + texmf-dist/doc/generic/pst-solides3d/doc-en/source/par-definirplanquelconque-en.tex + texmf-dist/doc/generic/pst-solides3d/doc-en/source/par-definitionmaillage-en.tex + texmf-dist/doc/generic/pst-solides3d/doc-en/source/par-eclairageponctuel-en.tex + texmf-dist/doc/generic/pst-solides3d/doc-en/source/par-enleverfacettes-en.tex + texmf-dist/doc/generic/pst-solides3d/doc-en/source/par-extensions-en.tex + texmf-dist/doc/generic/pst-solides3d/doc-en/source/par-face-en.tex + texmf-dist/doc/generic/pst-solides3d/doc-en/source/par-fusion-en.tex + texmf-dist/doc/generic/pst-solides3d/doc-en/source/par-fusionjps-en.tex + texmf-dist/doc/generic/pst-solides3d/doc-en/source/par-geode-en.tex + texmf-dist/doc/generic/pst-solides3d/doc-en/source/par-grille-en.tex + texmf-dist/doc/generic/pst-solides3d/doc-en/source/par-keywords-en.tex + texmf-dist/doc/generic/pst-solides3d/doc-en/source/par-ligne3D-en.tex + texmf-dist/doc/generic/pst-solides3d/doc-en/source/par-lignedeniveau-en.tex + texmf-dist/doc/generic/pst-solides3d/doc-en/source/par-modes-en.tex + texmf-dist/doc/generic/pst-solides3d/doc-en/source/par-new-en.tex + texmf-dist/doc/generic/pst-solides3d/doc-en/source/par-nommersolide-en.tex + texmf-dist/doc/generic/pst-solides3d/doc-en/source/par-numeroterfacettes-en.tex + texmf-dist/doc/generic/pst-solides3d/doc-en/source/par-opacity-en.tex + texmf-dist/doc/generic/pst-solides3d/doc-en/source/par-parametres-en.tex + texmf-dist/doc/generic/pst-solides3d/doc-en/source/par-plan-en.tex + texmf-dist/doc/generic/pst-solides3d/doc-en/source/par-poems-en.tex + texmf-dist/doc/generic/pst-solides3d/doc-en/source/par-point-en.tex + texmf-dist/doc/generic/pst-solides3d/doc-en/source/par-pointagesommets-en.tex + texmf-dist/doc/generic/pst-solides3d/doc-en/source/par-positionnerpointconnu-en.tex + texmf-dist/doc/generic/pst-solides3d/doc-en/source/par-positionnersolide-en.tex + texmf-dist/doc/generic/pst-solides3d/doc-en/source/par-prisme-en.tex + texmf-dist/doc/generic/pst-solides3d/doc-en/source/par-projectionangledroit-en.tex + texmf-dist/doc/generic/pst-solides3d/doc-en/source/par-projectioncercle-en.tex + texmf-dist/doc/generic/pst-solides3d/doc-en/source/par-projectioncourbe-en.tex + texmf-dist/doc/generic/pst-solides3d/doc-en/source/par-projectiondroite-en.tex + texmf-dist/doc/generic/pst-solides3d/doc-en/source/par-projectionligne-en.tex + texmf-dist/doc/generic/pst-solides3d/doc-en/source/par-projectionpoint-en.tex + texmf-dist/doc/generic/pst-solides3d/doc-en/source/par-projectionpolygone-en.tex + texmf-dist/doc/generic/pst-solides3d/doc-en/source/par-projectiontexte-en.tex + texmf-dist/doc/generic/pst-solides3d/doc-en/source/par-projectionvecteur-en.tex + texmf-dist/doc/generic/pst-solides3d/doc-en/source/par-projectionvisibility-en.tex + texmf-dist/doc/generic/pst-solides3d/doc-en/source/par-projpresentation-en.tex + texmf-dist/doc/generic/pst-solides3d/doc-en/source/par-ruban-en.tex + texmf-dist/doc/generic/pst-solides3d/doc-en/source/par-section-en.tex + texmf-dist/doc/generic/pst-solides3d/doc-en/source/par-solidescreux-en.tex + texmf-dist/doc/generic/pst-solides3d/doc-en/source/par-solidespredefinis-en.tex + texmf-dist/doc/generic/pst-solides3d/doc-en/source/par-surfaces-en.tex + texmf-dist/doc/generic/pst-solides3d/doc-en/source/par-surfacesparametrees-en.tex + texmf-dist/doc/generic/pst-solides3d/doc-en/source/par-tracerpolygone-en.tex + texmf-dist/doc/generic/pst-solides3d/doc-en/source/par-transform-en.tex + texmf-dist/doc/generic/pst-solides3d/doc-en/source/par-transformpointconnu-en.tex + texmf-dist/doc/generic/pst-solides3d/doc-en/source/par-tronque-en.tex + texmf-dist/doc/generic/pst-solides3d/doc-en/source/par-tube-en.tex + texmf-dist/doc/generic/pst-solides3d/doc-en/source/par-vecteur-en.tex + texmf-dist/doc/generic/pst-solides3d/doc-en/source/paraboloid-couleurs.dat + texmf-dist/doc/generic/pst-solides3d/doc-en/source/paraboloid-faces.dat + texmf-dist/doc/generic/pst-solides3d/doc-en/source/paraboloid-io.dat + texmf-dist/doc/generic/pst-solides3d/doc-en/source/paraboloid-sommets.dat + texmf-dist/doc/generic/pst-solides3d/doc-en/source/pst-solides3d-doc-EN.tex + texmf-dist/doc/generic/pst-solides3d/doc-en/source/pst-solides3d-doc.bib + texmf-dist/doc/generic/pst-solides3d/doc-en/source/rocket.obj + texmf-dist/doc/generic/pst-solides3d/doc-en/source/slicePyramid-couleurs.dat + texmf-dist/doc/generic/pst-solides3d/doc-en/source/slicePyramid-faces.dat + texmf-dist/doc/generic/pst-solides3d/doc-en/source/slicePyramid-io.dat + texmf-dist/doc/generic/pst-solides3d/doc-en/source/slicePyramid-sommets.dat + texmf-dist/doc/generic/pst-solides3d/doc-en/source/sommets_nefer.dat + texmf-dist/doc/generic/pst-solides3d/doc-en/source/sommets_nefer0.dat + texmf-dist/doc/generic/pst-solides3d/doc-en/source/tore1836-couleurs.dat + texmf-dist/doc/generic/pst-solides3d/doc-en/source/tore1836-faces.dat + texmf-dist/doc/generic/pst-solides3d/doc-en/source/tore1836-io.dat + texmf-dist/doc/generic/pst-solides3d/doc-en/source/tore1836-sommets.dat + texmf-dist/doc/generic/pst-solides3d/doc-en/source/tore1860-couleurs.dat + texmf-dist/doc/generic/pst-solides3d/doc-en/source/tore1860-faces.dat + texmf-dist/doc/generic/pst-solides3d/doc-en/source/tore1860-io.dat + texmf-dist/doc/generic/pst-solides3d/doc-en/source/tore1860-sommets.dat + texmf-dist/doc/generic/pst-solides3d/doc-en/source/tore1860lemniscate-couleurs.dat + texmf-dist/doc/generic/pst-solides3d/doc-en/source/tore1860lemniscate-faces.dat + texmf-dist/doc/generic/pst-solides3d/doc-en/source/tore1860lemniscate-io.dat + texmf-dist/doc/generic/pst-solides3d/doc-en/source/tore1860lemniscate-sommets.dat + texmf-dist/doc/generic/pst-solides3d/doc-en/source/tore1860ovales-couleurs.dat + texmf-dist/doc/generic/pst-solides3d/doc-en/source/tore1860ovales-faces.dat + texmf-dist/doc/generic/pst-solides3d/doc-en/source/tore1860ovales-io.dat + texmf-dist/doc/generic/pst-solides3d/doc-en/source/tore1860ovales-sommets.dat + texmf-dist/doc/generic/pst-solides3d/doc-en/source/tore1860part-couleurs.dat + texmf-dist/doc/generic/pst-solides3d/doc-en/source/tore1860part-faces.dat + texmf-dist/doc/generic/pst-solides3d/doc-en/source/tore1860part-io.dat + texmf-dist/doc/generic/pst-solides3d/doc-en/source/tore1860part-sommets.dat + texmf-dist/doc/generic/pst-solides3d/doc/pst-solides3d-doc-exemples.pdf details="Examples of use (French)" language="fr" + texmf-dist/doc/generic/pst-solides3d/doc/pst-solides3d-doc-grille-parallelepiped.pdf details="Using grids and parallelopipeds (French)" language="fr" + texmf-dist/doc/generic/pst-solides3d/doc/pst-solides3d-doc.pdf details="Package documentation (French)" language="fr" + texmf-dist/doc/generic/pst-solides3d/doc/source/Letter.ist + texmf-dist/doc/generic/pst-solides3d/doc/source/Makefile + texmf-dist/doc/generic/pst-solides3d/doc/source/Pyramid-couleurs.dat + texmf-dist/doc/generic/pst-solides3d/doc/source/Pyramid-faces.dat + texmf-dist/doc/generic/pst-solides3d/doc/source/Pyramid-io.dat + texmf-dist/doc/generic/pst-solides3d/doc/source/Pyramid-sommets.dat + texmf-dist/doc/generic/pst-solides3d/doc/source/S2O3.tex + texmf-dist/doc/generic/pst-solides3d/doc/source/V1-couleurs.dat + texmf-dist/doc/generic/pst-solides3d/doc/source/V1-faces.dat + texmf-dist/doc/generic/pst-solides3d/doc/source/V1-io.dat + texmf-dist/doc/generic/pst-solides3d/doc/source/V1-sommets.dat + texmf-dist/doc/generic/pst-solides3d/doc/source/V2-couleurs.dat + texmf-dist/doc/generic/pst-solides3d/doc/source/V2-faces.dat + texmf-dist/doc/generic/pst-solides3d/doc/source/V2-io.dat + texmf-dist/doc/generic/pst-solides3d/doc/source/V2-sommets.dat + texmf-dist/doc/generic/pst-solides3d/doc/source/calc_geode42.tex + texmf-dist/doc/generic/pst-solides3d/doc/source/clebsch.obj + texmf-dist/doc/generic/pst-solides3d/doc/source/cubeHexagone-couleurs.dat + texmf-dist/doc/generic/pst-solides3d/doc/source/cubeHexagone-faces.dat + texmf-dist/doc/generic/pst-solides3d/doc/source/cubeHexagone-io.dat + texmf-dist/doc/generic/pst-solides3d/doc/source/cubeHexagone-sommets.dat + texmf-dist/doc/generic/pst-solides3d/doc/source/cubecolor-couleurs.dat + texmf-dist/doc/generic/pst-solides3d/doc/source/cubecolor-faces.dat + texmf-dist/doc/generic/pst-solides3d/doc/source/cubecolor-io.dat + texmf-dist/doc/generic/pst-solides3d/doc/source/cubecolor-sommets.dat + texmf-dist/doc/generic/pst-solides3d/doc/source/faces_nefer.dat + texmf-dist/doc/generic/pst-solides3d/doc/source/faces_nefer_levres.dat + texmf-dist/doc/generic/pst-solides3d/doc/source/faces_nefer_sourcils.dat + texmf-dist/doc/generic/pst-solides3d/doc/source/faces_nefer_yeux.dat + texmf-dist/doc/generic/pst-solides3d/doc/source/format-jpv.tex + texmf-dist/doc/generic/pst-solides3d/doc/source/fusee62-couleurs.dat + texmf-dist/doc/generic/pst-solides3d/doc/source/fusee62-faces.dat + texmf-dist/doc/generic/pst-solides3d/doc/source/fusee62-io.dat + texmf-dist/doc/generic/pst-solides3d/doc/source/fusee62-sommets.dat + texmf-dist/doc/generic/pst-solides3d/doc/source/gaston.eps + texmf-dist/doc/generic/pst-solides3d/doc/source/geode42_direct.tex + texmf-dist/doc/generic/pst-solides3d/doc/source/geode42_precalcul.tex + texmf-dist/doc/generic/pst-solides3d/doc/source/geodedual44-couleurs.dat + texmf-dist/doc/generic/pst-solides3d/doc/source/geodedual44-faces.dat + texmf-dist/doc/generic/pst-solides3d/doc/source/geodedual44-io.dat + texmf-dist/doc/generic/pst-solides3d/doc/source/geodedual44-sommets.dat + texmf-dist/doc/generic/pst-solides3d/doc/source/horoptere-couleurs.dat + texmf-dist/doc/generic/pst-solides3d/doc/source/horoptere-faces.dat + texmf-dist/doc/generic/pst-solides3d/doc/source/horoptere-io.dat + texmf-dist/doc/generic/pst-solides3d/doc/source/horoptere-sommets.dat + texmf-dist/doc/generic/pst-solides3d/doc/source/init3d.tex + texmf-dist/doc/generic/pst-solides3d/doc/source/init3d_old.tex + texmf-dist/doc/generic/pst-solides3d/doc/source/liaisons-methane.tex + texmf-dist/doc/generic/pst-solides3d/doc/source/m17.obj + texmf-dist/doc/generic/pst-solides3d/doc/source/par-affinage.tex + texmf-dist/doc/generic/pst-solides3d/doc/source/par-anneaux.tex + texmf-dist/doc/generic/pst-solides3d/doc/source/par-anneaux2.tex + texmf-dist/doc/generic/pst-solides3d/doc/source/par-annoterschema.tex + texmf-dist/doc/generic/pst-solides3d/doc/source/par-axes3D.tex + texmf-dist/doc/generic/pst-solides3d/doc/source/par-chanfrein.tex + texmf-dist/doc/generic/pst-solides3d/doc/source/par-changements.tex + texmf-dist/doc/generic/pst-solides3d/doc/source/par-choixpointdevue.tex + texmf-dist/doc/generic/pst-solides3d/doc/source/par-codejps.tex + texmf-dist/doc/generic/pst-solides3d/doc/source/par-colorierfacettes.tex + texmf-dist/doc/generic/pst-solides3d/doc/source/par-commandestrace.tex + texmf-dist/doc/generic/pst-solides3d/doc/source/par-composervue.tex + texmf-dist/doc/generic/pst-solides3d/doc/source/par-constitution.tex + texmf-dist/doc/generic/pst-solides3d/doc/source/par-couleurs.tex + texmf-dist/doc/generic/pst-solides3d/doc/source/par-courbeR3.tex + texmf-dist/doc/generic/pst-solides3d/doc/source/par-cylindres-cones.tex + texmf-dist/doc/generic/pst-solides3d/doc/source/par-datfile.tex + texmf-dist/doc/generic/pst-solides3d/doc/source/par-definirfonction.tex + texmf-dist/doc/generic/pst-solides3d/doc/source/par-definirplanquelconque.tex + texmf-dist/doc/generic/pst-solides3d/doc/source/par-definitionmaillage.tex + texmf-dist/doc/generic/pst-solides3d/doc/source/par-eclairageponctuel.tex + texmf-dist/doc/generic/pst-solides3d/doc/source/par-enleverfacettes.tex + texmf-dist/doc/generic/pst-solides3d/doc/source/par-face.tex + texmf-dist/doc/generic/pst-solides3d/doc/source/par-fusion.tex + texmf-dist/doc/generic/pst-solides3d/doc/source/par-fusionjps.tex + texmf-dist/doc/generic/pst-solides3d/doc/source/par-geode-a.tex + texmf-dist/doc/generic/pst-solides3d/doc/source/par-geode.tex + texmf-dist/doc/generic/pst-solides3d/doc/source/par-grille.tex + texmf-dist/doc/generic/pst-solides3d/doc/source/par-ligne3D.tex + texmf-dist/doc/generic/pst-solides3d/doc/source/par-lignedeniveau.tex + texmf-dist/doc/generic/pst-solides3d/doc/source/par-modes.tex + texmf-dist/doc/generic/pst-solides3d/doc/source/par-new.tex + texmf-dist/doc/generic/pst-solides3d/doc/source/par-nommersolide.tex + texmf-dist/doc/generic/pst-solides3d/doc/source/par-numeroterfacettes.tex + texmf-dist/doc/generic/pst-solides3d/doc/source/par-objfile.tex + texmf-dist/doc/generic/pst-solides3d/doc/source/par-offfile.tex + texmf-dist/doc/generic/pst-solides3d/doc/source/par-opacity.tex + texmf-dist/doc/generic/pst-solides3d/doc/source/par-parametres.tex + texmf-dist/doc/generic/pst-solides3d/doc/source/par-plan.tex + texmf-dist/doc/generic/pst-solides3d/doc/source/par-point.tex + texmf-dist/doc/generic/pst-solides3d/doc/source/par-pointagesommets.tex + texmf-dist/doc/generic/pst-solides3d/doc/source/par-positionnerpointconnu.tex + texmf-dist/doc/generic/pst-solides3d/doc/source/par-positionnersolide.tex + texmf-dist/doc/generic/pst-solides3d/doc/source/par-preambule.tex + texmf-dist/doc/generic/pst-solides3d/doc/source/par-presentation.tex + texmf-dist/doc/generic/pst-solides3d/doc/source/par-prisme.tex + texmf-dist/doc/generic/pst-solides3d/doc/source/par-projectionangledroit.tex + texmf-dist/doc/generic/pst-solides3d/doc/source/par-projectioncercle.tex + texmf-dist/doc/generic/pst-solides3d/doc/source/par-projectioncourbe.tex + texmf-dist/doc/generic/pst-solides3d/doc/source/par-projectiondroite.tex + texmf-dist/doc/generic/pst-solides3d/doc/source/par-projectionligne.tex + texmf-dist/doc/generic/pst-solides3d/doc/source/par-projectionpoint.tex + texmf-dist/doc/generic/pst-solides3d/doc/source/par-projectionpolygone.tex + texmf-dist/doc/generic/pst-solides3d/doc/source/par-projectiontexte.tex + texmf-dist/doc/generic/pst-solides3d/doc/source/par-projectionvecteur.tex + texmf-dist/doc/generic/pst-solides3d/doc/source/par-projectionvisibility.tex + texmf-dist/doc/generic/pst-solides3d/doc/source/par-projpresentation.tex + texmf-dist/doc/generic/pst-solides3d/doc/source/par-ruban.tex + texmf-dist/doc/generic/pst-solides3d/doc/source/par-section.tex + texmf-dist/doc/generic/pst-solides3d/doc/source/par-solidescreux.tex + texmf-dist/doc/generic/pst-solides3d/doc/source/par-solidespredefinis.tex + texmf-dist/doc/generic/pst-solides3d/doc/source/par-surfaces.tex + texmf-dist/doc/generic/pst-solides3d/doc/source/par-surfacesparametrees.tex + texmf-dist/doc/generic/pst-solides3d/doc/source/par-tracerpolygone.tex + texmf-dist/doc/generic/pst-solides3d/doc/source/par-transform.tex + texmf-dist/doc/generic/pst-solides3d/doc/source/par-transformpointconnu.tex + texmf-dist/doc/generic/pst-solides3d/doc/source/par-tronque.tex + texmf-dist/doc/generic/pst-solides3d/doc/source/par-tube.tex + texmf-dist/doc/generic/pst-solides3d/doc/source/par-vecteur.tex + texmf-dist/doc/generic/pst-solides3d/doc/source/paraboloid-couleurs.dat + texmf-dist/doc/generic/pst-solides3d/doc/source/paraboloid-faces.dat + texmf-dist/doc/generic/pst-solides3d/doc/source/paraboloid-io.dat + texmf-dist/doc/generic/pst-solides3d/doc/source/paraboloid-sommets.dat + texmf-dist/doc/generic/pst-solides3d/doc/source/pst-solides3d-doc-grille-parallelepiped.tex + texmf-dist/doc/generic/pst-solides3d/doc/source/pst-solides3d-doc-solidespro.tex + texmf-dist/doc/generic/pst-solides3d/doc/source/pst-solides3d-doc.bib + texmf-dist/doc/generic/pst-solides3d/doc/source/pst-solides3d-doc.tex + texmf-dist/doc/generic/pst-solides3d/doc/source/rocket.obj + texmf-dist/doc/generic/pst-solides3d/doc/source/slicePyramid-couleurs.dat + texmf-dist/doc/generic/pst-solides3d/doc/source/slicePyramid-faces.dat + texmf-dist/doc/generic/pst-solides3d/doc/source/slicePyramid-io.dat + texmf-dist/doc/generic/pst-solides3d/doc/source/slicePyramid-sommets.dat + texmf-dist/doc/generic/pst-solides3d/doc/source/sommets_nefer.dat + texmf-dist/doc/generic/pst-solides3d/doc/source/sommets_nefer0.dat + texmf-dist/doc/generic/pst-solides3d/doc/source/tintin.tex + texmf-dist/doc/generic/pst-solides3d/doc/source/tore1836-couleurs.dat + texmf-dist/doc/generic/pst-solides3d/doc/source/tore1836-faces.dat + texmf-dist/doc/generic/pst-solides3d/doc/source/tore1836-io.dat + texmf-dist/doc/generic/pst-solides3d/doc/source/tore1836-sommets.dat + texmf-dist/doc/generic/pst-solides3d/doc/source/tore1860-couleurs.dat + texmf-dist/doc/generic/pst-solides3d/doc/source/tore1860-faces.dat + texmf-dist/doc/generic/pst-solides3d/doc/source/tore1860-io.dat + texmf-dist/doc/generic/pst-solides3d/doc/source/tore1860-sommets.dat + texmf-dist/doc/generic/pst-solides3d/doc/source/tore1860lemniscate-couleurs.dat + texmf-dist/doc/generic/pst-solides3d/doc/source/tore1860lemniscate-faces.dat + texmf-dist/doc/generic/pst-solides3d/doc/source/tore1860lemniscate-io.dat + texmf-dist/doc/generic/pst-solides3d/doc/source/tore1860lemniscate-sommets.dat + texmf-dist/doc/generic/pst-solides3d/doc/source/tore1860ovales-couleurs.dat + texmf-dist/doc/generic/pst-solides3d/doc/source/tore1860ovales-faces.dat + texmf-dist/doc/generic/pst-solides3d/doc/source/tore1860ovales-io.dat + texmf-dist/doc/generic/pst-solides3d/doc/source/tore1860ovales-sommets.dat + texmf-dist/doc/generic/pst-solides3d/doc/source/tore1860part-couleurs.dat + texmf-dist/doc/generic/pst-solides3d/doc/source/tore1860part-faces.dat + texmf-dist/doc/generic/pst-solides3d/doc/source/tore1860part-io.dat + texmf-dist/doc/generic/pst-solides3d/doc/source/tore1860part-sommets.dat + texmf-dist/doc/generic/pst-solides3d/doc/source/union.obj + texmf-dist/doc/generic/pst-solides3d/doc/source/union_sphere.obj +runfiles size=75 + texmf-dist/dvips/pst-solides3d/solides.pro + texmf-dist/tex/generic/pst-solides3d/pst-solides3d.tex + texmf-dist/tex/latex/pst-solides3d/pst-solides3d.sty +catalogue-ctan /graphics/pstricks/contrib/pst-solides3d +catalogue-date 2009-09-07 01:31:27 +0200 +catalogue-license lppl +catalogue-version 4.15 + +name pst-soroban +category Package +revision 15878 +shortdesc Draw a Soroban using PSTricks. +longdesc The package uses PSTricks to draw a Japanese abacus, or +longdesc soroban. The soroban is still used in Japan today. +docfiles size=29 + texmf-dist/doc/generic/pst-soroban/Changes + texmf-dist/doc/generic/pst-soroban/README details="Readme" + texmf-dist/doc/generic/pst-soroban/pst-soroban-doc.bib + texmf-dist/doc/generic/pst-soroban/pst-soroban-doc.pdf details="Package documentation" + texmf-dist/doc/generic/pst-soroban/pst-soroban-doc.tex +srcfiles size=1 + texmf-dist/source/generic/pst-soroban/Makefile +runfiles size=2 + texmf-dist/tex/latex/pst-soroban/pst-soroban.sty +catalogue-ctan /graphics/pstricks/contrib/pst-soroban +catalogue-date 2008-08-23 00:25:16 +0200 +catalogue-license lppl +catalogue-version 1.0 + +name pst-spectra +category Package +revision 15878 +shortdesc Draw continuum, emission and absorption spectra with PSTricks. +longdesc The package is a PSTricks extension, based on a NASA lines +longdesc database. It allows you to draw continuum, emission and +longdesc absorption spectra. A Total of 16 880 visible lines from 99 +longdesc elements can be displayed. The package requires the xkeyval +longdesc package for decoding its arguments. +docfiles size=54 + texmf-dist/doc/generic/pst-spectra/README details="Package README" + texmf-dist/doc/generic/pst-spectra/pst-spectra.pdf details="Package documentation" language="fr" + texmf-dist/doc/generic/pst-spectra/pst-spectraEN.pdf details="Package outline" language="en" +runfiles size=68 + texmf-dist/dvips/pst-spectra/pst-spectra.pro + texmf-dist/tex/generic/pst-spectra/pst-spectra.tex + texmf-dist/tex/latex/pst-spectra/pst-spectra.sty +catalogue-ctan /graphics/pstricks/contrib/pst-spectra +catalogue-date 2008-08-23 00:25:16 +0200 +catalogue-license lppl +catalogue-version 0.91 + +name pst-stru +category Package +revision 15878 +shortdesc Civil engineering diagrams, using pstricks. +longdesc Pst-stru is a PSTricks-based package to draw structural schemes +longdesc in civil engineering analysis, for beams, portals, arches and +longdesc piles. +docfiles size=59 + texmf-dist/doc/generic/pst-stru/Changes + texmf-dist/doc/generic/pst-stru/README + texmf-dist/doc/generic/pst-stru/pst-stru-doc.pdf details="Package documentation" + texmf-dist/doc/generic/pst-stru/pst-stru-doc.tex +runfiles size=4 + texmf-dist/tex/generic/pst-stru/pst-stru.tex + texmf-dist/tex/latex/pst-stru/pst-stru.sty +catalogue-ctan /graphics/pstricks/contrib/pst-stru +catalogue-date 2008-08-23 00:25:16 +0200 +catalogue-license lppl +catalogue-version 0.11 + +name pst-support +category Package +revision 15878 +shortdesc Assorted support files for use with PStricks. +longdesc An appropriate set of job options, together with process +longdesc scripts for use with TeXnicCenter/ +docfiles size=10 + texmf-dist/doc/generic/pst-support/README details="Readme" + texmf-dist/doc/generic/pst-support/Standard_transparency.joboptions + texmf-dist/doc/generic/pst-support/latex-ps-pdf.tco + texmf-dist/doc/generic/pst-support/latex-pstpdf-pdf.tco + texmf-dist/doc/generic/pst-support/pdflatex-autopstpdf.tco +catalogue-ctan /graphics/pstricks/pst-support +catalogue-date 2009-02-07 21:39:27 +0100 +catalogue-license lppl +catalogue-version 2009-02-05 + +name pst-text +category Package +revision 15878 +shortdesc Text and character manipulation in PSTricks. +longdesc Pst-text is a PSTricks based package for plotting text along a +longdesc different path and manipulating characters. It includes the +longdesc functionality of the old package pst-char. +docfiles size=43 + texmf-dist/doc/generic/pst-text/Changes + texmf-dist/doc/generic/pst-text/README details="Package README" + texmf-dist/doc/generic/pst-text/pst-text-doc.bib + texmf-dist/doc/generic/pst-text/pst-text-doc.pdf details="Package documentation" + texmf-dist/doc/generic/pst-text/pst-text-doc.tex +srcfiles size=1 + texmf-dist/source/generic/pst-text/Makefile +runfiles size=6 + texmf-dist/dvips/pst-text/pst-text.pro + texmf-dist/tex/generic/pst-text/pst-char.tex + texmf-dist/tex/generic/pst-text/pst-text.tex + texmf-dist/tex/latex/pst-text/pst-char.sty + texmf-dist/tex/latex/pst-text/pst-text.sty +catalogue-ctan /graphics/pstricks/contrib/pst-text +catalogue-date 2007-03-11 16:56:01 +0100 +catalogue-license lppl +catalogue-version 1.00 + +name pst-tree +category Package +revision 15878 +shortdesc Trees, using pstricks. +longdesc pst-tree is a pstricks package that defines a macro \pstree +longdesc which offers a structured way of joining nodes created using +longdesc pst-node in order to draw trees. +docfiles size=64 + texmf-dist/doc/generic/pst-tree/Changes + texmf-dist/doc/generic/pst-tree/README + texmf-dist/doc/generic/pst-tree/pst-tree-doc.bib + texmf-dist/doc/generic/pst-tree/pst-tree-doc.pdf details="Package manual" + texmf-dist/doc/generic/pst-tree/pst-tree-doc.tex +srcfiles size=1 + texmf-dist/source/generic/pst-tree/Makefile +runfiles size=10 + texmf-dist/tex/generic/pst-tree/pst-tree.tex + texmf-dist/tex/latex/pst-tree/pst-tree.sty +catalogue-ctan /graphics/pstricks/contrib/pst-tree +catalogue-date 2009-09-17 10:35:32 +0200 +catalogue-license lppl +catalogue-version 1.11 + +name pst-uml +category Package +revision 15878 +shortdesc UML diagrams with PSTricks. +longdesc pst-uml is a PSTricks package that provides support for drawing +longdesc moderately complex UML (Universal Modelling Language) diagrams. +longdesc (The PDF documentation is written in French.) +depend multido +docfiles size=142 + texmf-dist/doc/generic/pst-uml/Changes + texmf-dist/doc/generic/pst-uml/README details="Readme" + texmf-dist/doc/generic/pst-uml/diagCase.tex + texmf-dist/doc/generic/pst-uml/diagClass.tex + texmf-dist/doc/generic/pst-uml/diagClass1.tex + texmf-dist/doc/generic/pst-uml/diagSeq.tex + texmf-dist/doc/generic/pst-uml/diagState.tex + texmf-dist/doc/generic/pst-uml/pst-uml-doc.pdf details="Package documentation" language="fr" + texmf-dist/doc/generic/pst-uml/pst-uml-doc.tex + texmf-dist/doc/generic/pst-uml/pst-uml-encapsuled-pdf-fig.pdf + texmf-dist/doc/generic/pst-uml/pst-uml-encapsuled-pdf-fig.tex + texmf-dist/doc/generic/pst-uml/pst-uml-exemples.pdf details="Examples" language="fr" + texmf-dist/doc/generic/pst-uml/pst-uml-exemples.tex +srcfiles size=2 + texmf-dist/source/generic/pst-uml/Makefile +runfiles size=7 + texmf-dist/tex/latex/pst-uml/pst-uml.sty +catalogue-ctan /graphics/pstricks/contrib/pst-uml +catalogue-date 2007-01-04 21:17:26 +0100 +catalogue-license lppl +catalogue-version 0.83 + +name pst-vowel +category Package +revision 15878 +shortdesc Enable arrows showing diphthongs on vowel charts. +longdesc The package extends vowel.sty (distributed as part of the tipa +longdesc bundle) by allowing the user to draw arrows between vowels to +longdesc show relationships such as diphthong membership. The package +longdesc depends on use of pstricks. +docfiles size=27 + texmf-dist/doc/latex/pst-vowel/README details="Readme" + texmf-dist/doc/latex/pst-vowel/pst-vowel.pdf + texmf-dist/doc/latex/pst-vowel/pst-vowel.tex +runfiles size=2 + texmf-dist/tex/latex/pst-vowel/pst-vowel.sty +catalogue-ctan /macros/latex/contrib/pst-vowel +catalogue-date 2009-05-02 10:43:42 +0200 +catalogue-license lppl +catalogue-version 1.0 + +name pst-vue3d +category Package +revision 15878 +shortdesc Draw perspective views of three dimensional objects. +longdesc With pst-vue3d three dimensional objects like cubes, spheres +longdesc and others can be viewed from different points. The +longdesc distribution includes a comprehensive set of examples of usage. +docfiles size=1134 + texmf-dist/doc/generic/pst-vue3d/Changes + texmf-dist/doc/generic/pst-vue3d/README details="Readme" + texmf-dist/doc/generic/pst-vue3d/pst-vue3d-doc.bib + texmf-dist/doc/generic/pst-vue3d/pst-vue3d-doc.pdf details="Package documentation" + texmf-dist/doc/generic/pst-vue3d/pst-vue3d-doc.tex +srcfiles size=1 + texmf-dist/source/generic/pst-vue3d/Makefile +runfiles size=27 + texmf-dist/dvips/pst-vue3d/pst-vue3d.pro + texmf-dist/tex/generic/pst-vue3d/pst-vue3d.tex + texmf-dist/tex/latex/pst-vue3d/pst-vue3d.sty +catalogue-ctan /graphics/pstricks/contrib/pst-vue3d +catalogue-date 2008-02-21 14:49:16 +0100 +catalogue-license lppl +catalogue-version 1.24 + +name pst2pdf +category Package +revision 15878 +shortdesc A script to compile pstricks documents via pdftex. +longdesc The script extracts the preamble of the document and runs all +longdesc \begin{postscript}...\end{postscript} +longdesc \begin{pspicture}...\end{pspicture} and +longdesc \pspicture...\endpspicture separately through LaTeX with the +longdesc same preamble as the original document; thus it creates EPS, +longdesc PNG and PDF files of these snippets. In a final PDFLaTeX run +longdesc the script replaces the environments with \includegraphics to +longdesc include the processed snippets. Detail documentation is +longdesc acquired from the document itself via Perldoc. +depend pst2pdf.ARCH +docfiles size=31 + texmf-dist/doc/latex/pst2pdf/Changes + texmf-dist/doc/latex/pst2pdf/README details="Readme" + texmf-dist/doc/latex/pst2pdf/test-pdf.pdf details="Sample document" + texmf-dist/doc/latex/pst2pdf/test-pdf.tex + texmf-dist/doc/latex/pst2pdf/test.tex +runfiles size=4 + texmf-dist/scripts/pst2pdf/pst2pdf.pl +catalogue-ctan /graphics/pstricks/contrib/pst2pdf +catalogue-date 2008-09-30 16:10:56 +0200 +catalogue-license gpl +catalogue-version 0.07 + +name pst2pdf.alpha-linux +category Package +revision 15878 +shortdesc alpha-linux files of pst2pdf +binfiles arch=alpha-linux size=1 + bin/alpha-linux/pst2pdf + +name pst2pdf.i386-cygwin +category Package +revision 15878 +shortdesc i386-cygwin files of pst2pdf +binfiles arch=i386-cygwin size=1 + bin/i386-cygwin/pst2pdf + +name pst2pdf.i386-linux +category Package +revision 15878 +shortdesc i386-linux files of pst2pdf +binfiles arch=i386-linux size=1 + bin/i386-linux/pst2pdf + +name pst2pdf.i386-netbsd +category Package +revision 15878 +shortdesc i386-netbsd files of pst2pdf +binfiles arch=i386-netbsd size=1 + bin/i386-netbsd/pst2pdf + +name pst2pdf.i386-solaris +category Package +revision 15878 +shortdesc i386-solaris files of pst2pdf +binfiles arch=i386-solaris size=1 + bin/i386-solaris/pst2pdf + +name pst2pdf.mips-irix +category Package +revision 15878 +shortdesc mips-irix files of pst2pdf +binfiles arch=mips-irix size=1 + bin/mips-irix/pst2pdf + +name pst2pdf.powerpc-aix +category Package +revision 15878 +shortdesc powerpc-aix files of pst2pdf +binfiles arch=powerpc-aix size=1 + bin/powerpc-aix/pst2pdf + +name pst2pdf.powerpc-linux +category Package +revision 15878 +shortdesc powerpc-linux files of pst2pdf +binfiles arch=powerpc-linux size=1 + bin/powerpc-linux/pst2pdf + +name pst2pdf.sparc-linux +category Package +revision 15878 +shortdesc sparc-linux files of pst2pdf +binfiles arch=sparc-linux size=1 + bin/sparc-linux/pst2pdf + +name pst2pdf.sparc-solaris +category Package +revision 15878 +shortdesc sparc-solaris files of pst2pdf +binfiles arch=sparc-solaris size=1 + bin/sparc-solaris/pst2pdf + +name pst2pdf.universal-darwin +category Package +revision 15878 +shortdesc universal-darwin files of pst2pdf +binfiles arch=universal-darwin size=1 + bin/universal-darwin/pst2pdf + +name pst2pdf.win32 +category Package +revision 15878 +shortdesc win32 files of pst2pdf +binfiles arch=win32 size=1 + bin/win32/pst2pdf.exe + +name pst2pdf.x86_64-linux +category Package +revision 15878 +shortdesc x86_64-linux files of pst2pdf +binfiles arch=x86_64-linux size=1 + bin/x86_64-linux/pst2pdf + +name pstool +category Package +revision 15878 +shortdesc Support for psfrag within pdfLaTeX. +longdesc The package works in the same sort of way as pst-pdf, +longdesc processing PostScript graphics with psfrag labels within +longdesc documents running with pdfLaTeX. Pstool ensures that each +longdesc version of each graphic is compiled once only (the graphic is +longdesc (re-)compiled only if it has changed since the previous +longdesc compilation of the document). This drastically speeds up the +longdesc running of the package in the typical case (though the first +longdesc run of any document is inevitably just as slow as with any +longdesc similar package). +docfiles size=170 + texmf-dist/doc/latex/pstool/.tex + texmf-dist/doc/latex/pstool/README details="Readme" + texmf-dist/doc/latex/pstool/example.aux + texmf-dist/doc/latex/pstool/example.log + texmf-dist/doc/latex/pstool/example.pdf + texmf-dist/doc/latex/pstool/example.synctex + texmf-dist/doc/latex/pstool/example.tex + texmf-dist/doc/latex/pstool/macros.tex + texmf-dist/doc/latex/pstool/pstool.pdf details="Package documentation" + texmf-dist/doc/latex/pstool/subdir/trial2-psfrag.eps + texmf-dist/doc/latex/pstool/subdir/trial2-psfrag.pdf + texmf-dist/doc/latex/pstool/subdir/trial2-psfrag.tex + texmf-dist/doc/latex/pstool/trial.eps + texmf-dist/doc/latex/pstool/trial.pdf + texmf-dist/doc/latex/pstool/trial.tex +srcfiles size=9 + texmf-dist/source/latex/pstool/pstool.ins + texmf-dist/source/latex/pstool/pstool.tex +runfiles size=4 + texmf-dist/tex/latex/pstool/pstool.sty +catalogue-ctan /macros/latex/contrib/pstool +catalogue-date 2009-08-04 11:31:22 +0200 +catalogue-license lppl +catalogue-version 1.3 + +name pstools +category TLCore +revision 15809 +catalogue ps2eps +shortdesc Produce Encapsulated PostScript from PostScript. +longdesc Produce Encapsulated PostScript Files (EPS/EPSF) from a one- +longdesc page PostScript document, or any PostScript document. A correct +longdesc Bounding Box is calculated for the EPS files and some +longdesc PostScript command sequences that can produce errorneous +longdesc results on printers are filtered. The input is cropped to +longdesc include just the image contained in the PostScript file. The +longdesc EPS files can then be included into TeX documents. Other +longdesc programs like ps2epsi (a script distributed with ghostscript) +longdesc don't always calculate the correct bounding box (because the +longdesc values are put on the PostScript stack which may get corrupted +longdesc by bad PostScript code) or they round it off, resulting in +longdesc clipping the image. Therefore ps2eps uses a resolution of 144 +longdesc dpi to get the correct bounding box. ps2eps needs perl, +longdesc ghostscript and an ANSI-C compiler if your platform is not +longdesc Linux, Solaris, Digital Unix or Windows 2000/9x/NT (for which +longdesc binaries are included). Included in the distribution is the +longdesc bbox program, an application to produce Bounding Box values for +longdesc rawppm or rawpbm format files. +depend pstools.ARCH +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 +catalogue-ctan /support/ps2eps +catalogue-date 2006-12-30 20:21:42 +0100 +catalogue-license gpl +catalogue-version 1.61 + +name pstools.alpha-linux +category TLCore +revision 14032 +shortdesc alpha-linux files of pstools +binfiles arch=alpha-linux size=15 + bin/alpha-linux/bbox + bin/alpha-linux/ps2eps + bin/alpha-linux/ps2frag + bin/alpha-linux/pslatex + +name pstools.i386-cygwin +category TLCore +revision 15614 +shortdesc i386-cygwin files of pstools +binfiles arch=i386-cygwin size=14 + bin/i386-cygwin/bbox.exe + bin/i386-cygwin/ps2eps + bin/i386-cygwin/ps2frag + bin/i386-cygwin/pslatex + +name pstools.i386-linux +category TLCore +revision 14164 +shortdesc i386-linux files of pstools +binfiles arch=i386-linux size=13 + bin/i386-linux/bbox + bin/i386-linux/ps2eps + bin/i386-linux/ps2frag + bin/i386-linux/pslatex + +name pstools.i386-netbsd +category TLCore +revision 15167 +shortdesc i386-netbsd files of pstools +binfiles arch=i386-netbsd size=13 + bin/i386-netbsd/bbox + bin/i386-netbsd/ps2eps + bin/i386-netbsd/ps2frag + bin/i386-netbsd/pslatex + +name pstools.i386-solaris +category TLCore +revision 15141 +shortdesc i386-solaris files of pstools +binfiles arch=i386-solaris size=14 + bin/i386-solaris/bbox + bin/i386-solaris/ps2eps + bin/i386-solaris/ps2frag + bin/i386-solaris/pslatex + +name pstools.mips-irix +category TLCore +revision 15558 +shortdesc mips-irix files of pstools +binfiles arch=mips-irix size=16 + bin/mips-irix/bbox + bin/mips-irix/ps2eps + bin/mips-irix/ps2frag + bin/mips-irix/pslatex + +name pstools.powerpc-aix +category TLCore +revision 15638 +shortdesc powerpc-aix files of pstools +binfiles arch=powerpc-aix size=13 + bin/powerpc-aix/bbox + bin/powerpc-aix/ps2eps + bin/powerpc-aix/ps2frag + bin/powerpc-aix/pslatex + +name pstools.powerpc-linux +category TLCore +revision 14305 +shortdesc powerpc-linux files of pstools +binfiles arch=powerpc-linux size=14 + bin/powerpc-linux/bbox + bin/powerpc-linux/ps2eps + bin/powerpc-linux/ps2frag + bin/powerpc-linux/pslatex + +name pstools.sparc-linux +category TLCore +revision 14269 +shortdesc sparc-linux files of pstools +binfiles arch=sparc-linux size=14 + bin/sparc-linux/bbox + bin/sparc-linux/ps2eps + bin/sparc-linux/ps2frag + bin/sparc-linux/pslatex + +name pstools.sparc-solaris +category TLCore +revision 14279 +shortdesc sparc-solaris files of pstools +binfiles arch=sparc-solaris size=14 + bin/sparc-solaris/bbox + bin/sparc-solaris/ps2eps + bin/sparc-solaris/ps2frag + bin/sparc-solaris/pslatex + +name pstools.universal-darwin +category TLCore +revision 14896 +shortdesc universal-darwin files of pstools +binfiles arch=universal-darwin size=21 + bin/universal-darwin/bbox + bin/universal-darwin/ps2eps + bin/universal-darwin/ps2frag + bin/universal-darwin/pslatex + +name pstools.win32 +category TLCore +revision 14128 +shortdesc win32 files of pstools +binfiles arch=win32 size=2 + bin/win32/bbox.exe + +name pstools.x86_64-linux +category TLCore +revision 14282 +shortdesc x86_64-linux files of pstools +binfiles arch=x86_64-linux size=14 + bin/x86_64-linux/bbox + bin/x86_64-linux/ps2eps + bin/x86_64-linux/ps2frag + bin/x86_64-linux/pslatex + +name pstricks +category Package +revision 15878 +shortdesc PostScript macros for TeX. +longdesc An extensive collection of PostScript macros that is compatible +longdesc with most TeX macro formats, including Plain TeX, LaTeX, AMS- +longdesc TeX, and AMS-LaTeX. Included are macros for colour, graphics, +longdesc pie charts, rotation, trees and overlays. It has many special +longdesc features, including a wide variety of graphics (picture +longdesc drawing) macros, with a flexible interface and with colour +longdesc support. There are macros for colouring or shading the cells of +longdesc tables. The package pstricks-add contains bug-fixes and +longdesc additions for pstricks (among other things). PSTricks uses +longdesc PostScript \special commands, which are not supported by +longdesc PDF(La)TeX. This limitation may be overcome by using either the +longdesc pst-pdf or the pdftricks package, to generate a PDF inclusion +longdesc from a PSTricks diagram. +docfiles size=2197 + texmf-dist/doc/generic/pstricks/Changes + texmf-dist/doc/generic/pstricks/Changes.dvips + texmf-dist/doc/generic/pstricks/Changes.generic + texmf-dist/doc/generic/pstricks/Changes.latex + texmf-dist/doc/generic/pstricks/Makefile + texmf-dist/doc/generic/pstricks/PSTricks.bib + texmf-dist/doc/generic/pstricks/README details="Readme" + texmf-dist/doc/generic/pstricks/ctandir.sty + texmf-dist/doc/generic/pstricks/pst-doc.cls + texmf-dist/doc/generic/pstricks/pst-doc.ist + texmf-dist/doc/generic/pstricks/pst-docfull.pdf + texmf-dist/doc/generic/pstricks/pst-news.sty + texmf-dist/doc/generic/pstricks/pst-news05.pdf + texmf-dist/doc/generic/pstricks/pst-news05.tex + texmf-dist/doc/generic/pstricks/pst-news06.pdf + texmf-dist/doc/generic/pstricks/pst-news06.tex + texmf-dist/doc/generic/pstricks/pst-news08.pdf + texmf-dist/doc/generic/pstricks/pst-news08.tex + texmf-dist/doc/generic/pstricks/pst-news09.pdf + texmf-dist/doc/generic/pstricks/pst-news09.tex + texmf-dist/doc/generic/pstricks/pst-quickref.pdf + texmf-dist/doc/generic/pstricks/pst-user.pdf + texmf-dist/doc/generic/pstricks/pst-user.tgz + texmf-dist/doc/generic/pstricks/pst-usrfull.pdf + texmf-dist/doc/generic/pstricks/pstnews1-10.pdf + texmf-dist/doc/generic/pstricks/pstnews1-10.tex + texmf-dist/doc/generic/pstricks/pstnews1-11.pdf + texmf-dist/doc/generic/pstricks/pstnews1-11.tex + texmf-dist/doc/generic/pstricks/pstnews1-12.pdf + texmf-dist/doc/generic/pstricks/pstnews1-12.tex + texmf-dist/doc/generic/pstricks/pstnews97-15.pdf + texmf-dist/doc/generic/pstricks/pstnews97-15.tex + texmf-dist/doc/generic/pstricks/pstricks-bug.tex + texmf-dist/doc/generic/pstricks/pstricks-doc.pdf + texmf-dist/doc/generic/pstricks/test-pst.pdf + texmf-dist/doc/generic/pstricks/test-pst.tex +runfiles size=103 + texmf-dist/dvips/pstricks/pst-algparser.pro + texmf-dist/dvips/pstricks/pst-dots.pro + texmf-dist/dvips/pstricks/pst-node.pro + texmf-dist/dvips/pstricks/pstricks.pro + texmf-dist/dvips/pstricks/pstricks97.pro + texmf-dist/tex/generic/pstricks/distiller.con + texmf-dist/tex/generic/pstricks/dvipsone.con + texmf-dist/tex/generic/pstricks/pst-key.tex + texmf-dist/tex/generic/pstricks/pst-node.tex + texmf-dist/tex/generic/pstricks/pst-plot.tex + texmf-dist/tex/generic/pstricks/pstricks.con + texmf-dist/tex/generic/pstricks/pstricks.tex + texmf-dist/tex/generic/pstricks/pstricks97.tex + texmf-dist/tex/generic/pstricks/textures.con + texmf-dist/tex/generic/pstricks/vtex.con + texmf-dist/tex/generic/pstricks/xdvipdfmx.con + texmf-dist/tex/latex/pstricks/pst-all.sty + texmf-dist/tex/latex/pstricks/pst-key.sty + texmf-dist/tex/latex/pstricks/pst-node.sty + texmf-dist/tex/latex/pstricks/pst-plot.sty + texmf-dist/tex/latex/pstricks/pstcol.sty + texmf-dist/tex/latex/pstricks/pstricks.sty +catalogue-ctan /graphics/pstricks/base +catalogue-date 2009-10-26 01:08:56 +0100 +catalogue-license lppl +catalogue-version 1.30 + +name pstricks-add +category Package +revision 15878 +shortdesc A collection of add-ons and bugfixes for PSTricks. +longdesc Collects together examples that have been posted to the +longdesc pstricks mailing list, together with many additional features +longdesc for the basic pstricks, pst-plot and pst-node, including: - +longdesc bugfixes; - new options for the pspicture environment; - +longdesc arrows; - braces as node connection/linestyle; - extended axes +longdesc for plots (e.g., logarithm axes); - polar plots; - plotting +longdesc tangent lines of curves or functions; - solving and printing +longdesc differential equationd; - box plots; - matrix plots; and - pie +longdesc charts. The package makes use of PostScript routines provided +longdesc by pst-math. +docfiles size=869 + texmf-dist/doc/generic/pstricks-add/Changes + texmf-dist/doc/generic/pstricks-add/README details="Package README" + texmf-dist/doc/generic/pstricks-add/pstricks-add-doc.bib + texmf-dist/doc/generic/pstricks-add/pstricks-add-doc.dat + texmf-dist/doc/generic/pstricks-add/pstricks-add-doc.pdf details="Package documentation" + texmf-dist/doc/generic/pstricks-add/pstricks-add-doc.tex +srcfiles size=1 + texmf-dist/source/generic/pstricks-add/Makefile +runfiles size=44 + texmf-dist/dvips/pstricks-add/pstricks-add.pro + texmf-dist/tex/generic/pstricks-add/pst-fp.tex + texmf-dist/tex/generic/pstricks-add/pstricks-add.tex + texmf-dist/tex/latex/pstricks-add/pstricks-add.sty +catalogue-ctan /graphics/pstricks/contrib/pstricks-add +catalogue-date 2009-10-14 00:07:18 +0200 +catalogue-license lppl +catalogue-version 3.35 + +name pstricks-tutorial +category Package +revision 15878 +docfiles size=1247 + texmf-dist/doc/generic/pstricks-tutorial/chap1-figures.pdf + texmf-dist/doc/generic/pstricks-tutorial/chap1-src.tar.gz + texmf-dist/doc/generic/pstricks-tutorial/chap1.pdf + texmf-dist/doc/generic/pstricks-tutorial/chap2-figures.pdf + texmf-dist/doc/generic/pstricks-tutorial/chap2-src.tar.gz + texmf-dist/doc/generic/pstricks-tutorial/chap2.pdf + texmf-dist/doc/generic/pstricks-tutorial/chap3-figures.pdf + texmf-dist/doc/generic/pstricks-tutorial/chap3-src.tar.gz + texmf-dist/doc/generic/pstricks-tutorial/chap3.pdf + texmf-dist/doc/generic/pstricks-tutorial/chap4-figures.pdf + texmf-dist/doc/generic/pstricks-tutorial/chap4-src.tar.gz + texmf-dist/doc/generic/pstricks-tutorial/chap4.pdf + texmf-dist/doc/generic/pstricks-tutorial/chap5-figures.pdf + texmf-dist/doc/generic/pstricks-tutorial/chap5-src.tar.gz + texmf-dist/doc/generic/pstricks-tutorial/chap5.pdf + texmf-dist/doc/generic/pstricks-tutorial/chap6-figures.pdf + texmf-dist/doc/generic/pstricks-tutorial/chap6-src.tar.gz + texmf-dist/doc/generic/pstricks-tutorial/chap6.pdf + texmf-dist/doc/generic/pstricks-tutorial/chap7-figures.pdf + texmf-dist/doc/generic/pstricks-tutorial/chap7-src.tar.gz + texmf-dist/doc/generic/pstricks-tutorial/chap7.pdf + +name psu-thesis +category Package +revision 15878 +shortdesc Package for writing a thesis at Penn State University. +longdesc The package provides proper page formatting according to the +longdesc Penn State thesis office guidelines (as of 2004) and +longdesc automatically formats the front and back matter, title page, +longdesc and more. A BibTeX style file is also included for the +longdesc bibliography. +docfiles size=87 + texmf-dist/doc/latex/psu-thesis/README details="Readme" + texmf-dist/doc/latex/psu-thesis/manual.pdf details="Package manual" + texmf-dist/doc/latex/psu-thesis/manual.tex + texmf-dist/doc/latex/psu-thesis/mssample.pdf details="MS thesis layout demonstration" + texmf-dist/doc/latex/psu-thesis/mssample.tex + texmf-dist/doc/latex/psu-thesis/phdsample.pdf details="PhD thesis layout demonstration" + texmf-dist/doc/latex/psu-thesis/phdsample.tex +runfiles size=13 + texmf-dist/bibtex/bst/psu-thesis/psuthesis.bst + texmf-dist/tex/latex/psu-thesis/psu-thesis.sty +catalogue-ctan /macros/latex/contrib/psu-thesis +catalogue-date 2008-09-20 13:36:26 +0200 +catalogue-license lppl +catalogue-version 1.1 + +name psutils +category TLCore +revision 15809 +shortdesc PostScript utilities. +longdesc A bundle of utilities for manipulating PostScript documents, +longdesc including page selection and rearrangement, resizing the page, +longdesc arrangement into signatures for booklet printing, and page +longdesc merging for n-up printing. Utilities include psbook, psselect, +longdesc pstops, psnup, psresize, epsffit. +depend psutils.ARCH +docfiles size=46 + texmf/doc/man/man1/epsffit.1 + texmf/doc/man/man1/epsffit.man1.pdf + texmf/doc/man/man1/extractres.1 + texmf/doc/man/man1/extractres.man1.pdf + texmf/doc/man/man1/fixdlsrps.1 + texmf/doc/man/man1/fixdlsrps.man1.pdf + texmf/doc/man/man1/fixfmps.1 + texmf/doc/man/man1/fixfmps.man1.pdf + texmf/doc/man/man1/fixmacps.1 + texmf/doc/man/man1/fixmacps.man1.pdf + texmf/doc/man/man1/fixpsditps.1 + texmf/doc/man/man1/fixpsditps.man1.pdf + texmf/doc/man/man1/fixpspps.1 + texmf/doc/man/man1/fixpspps.man1.pdf + texmf/doc/man/man1/fixscribeps.1 + texmf/doc/man/man1/fixscribeps.man1.pdf + texmf/doc/man/man1/fixtpps.1 + texmf/doc/man/man1/fixtpps.man1.pdf + texmf/doc/man/man1/fixwfwps.1 + texmf/doc/man/man1/fixwfwps.man1.pdf + texmf/doc/man/man1/fixwpps.1 + texmf/doc/man/man1/fixwpps.man1.pdf + texmf/doc/man/man1/fixwwps.1 + texmf/doc/man/man1/fixwwps.man1.pdf + texmf/doc/man/man1/includeres.1 + texmf/doc/man/man1/includeres.man1.pdf + texmf/doc/man/man1/psbook.1 + texmf/doc/man/man1/psbook.man1.pdf + texmf/doc/man/man1/psmerge.1 + texmf/doc/man/man1/psmerge.man1.pdf + texmf/doc/man/man1/psnup.1 + texmf/doc/man/man1/psnup.man1.pdf + texmf/doc/man/man1/psresize.1 + texmf/doc/man/man1/psresize.man1.pdf + texmf/doc/man/man1/psselect.1 + texmf/doc/man/man1/psselect.man1.pdf + texmf/doc/man/man1/pstops.1 + texmf/doc/man/man1/pstops.man1.pdf +runfiles size=17 + texmf/dvips/psutils/md68_0.ps + texmf/dvips/psutils/md71_0.ps +catalogue-ctan /support/psutils +catalogue-date 2008-11-22 20:28:29 +0100 +catalogue-license other-free +catalogue-version p17 + +name psutils.alpha-linux +category TLCore +revision 14032 +shortdesc alpha-linux files of psutils +binfiles arch=alpha-linux size=52 + bin/alpha-linux/epsffit + bin/alpha-linux/extractres + bin/alpha-linux/fixdlsrps + bin/alpha-linux/fixfmps + bin/alpha-linux/fixmacps + bin/alpha-linux/fixpsditps + bin/alpha-linux/fixpspps + bin/alpha-linux/fixscribeps + bin/alpha-linux/fixtpps + bin/alpha-linux/fixwfwps + bin/alpha-linux/fixwpps + bin/alpha-linux/fixwwps + bin/alpha-linux/includeres + bin/alpha-linux/psbook + bin/alpha-linux/psmerge + bin/alpha-linux/psnup + bin/alpha-linux/psresize + bin/alpha-linux/psselect + bin/alpha-linux/pstops + +name psutils.i386-cygwin +category TLCore +revision 15614 +shortdesc i386-cygwin files of psutils +binfiles arch=i386-cygwin size=39 + bin/i386-cygwin/epsffit.exe + bin/i386-cygwin/extractres + bin/i386-cygwin/fixdlsrps + bin/i386-cygwin/fixfmps + bin/i386-cygwin/fixmacps + bin/i386-cygwin/fixpsditps + bin/i386-cygwin/fixpspps + bin/i386-cygwin/fixscribeps + bin/i386-cygwin/fixtpps + bin/i386-cygwin/fixwfwps + bin/i386-cygwin/fixwpps + bin/i386-cygwin/fixwwps + bin/i386-cygwin/includeres + bin/i386-cygwin/psbook.exe + bin/i386-cygwin/psmerge + bin/i386-cygwin/psnup.exe + bin/i386-cygwin/psresize.exe + bin/i386-cygwin/psselect.exe + bin/i386-cygwin/pstops.exe + +name psutils.i386-linux +category TLCore +revision 14164 +shortdesc i386-linux files of psutils +binfiles arch=i386-linux size=36 + bin/i386-linux/epsffit + bin/i386-linux/extractres + bin/i386-linux/fixdlsrps + bin/i386-linux/fixfmps + bin/i386-linux/fixmacps + bin/i386-linux/fixpsditps + bin/i386-linux/fixpspps + bin/i386-linux/fixscribeps + bin/i386-linux/fixtpps + bin/i386-linux/fixwfwps + bin/i386-linux/fixwpps + bin/i386-linux/fixwwps + bin/i386-linux/includeres + bin/i386-linux/psbook + bin/i386-linux/psmerge + bin/i386-linux/psnup + bin/i386-linux/psresize + bin/i386-linux/psselect + bin/i386-linux/pstops + +name psutils.i386-netbsd +category TLCore +revision 15167 +shortdesc i386-netbsd files of psutils +binfiles arch=i386-netbsd size=38 + bin/i386-netbsd/epsffit + bin/i386-netbsd/extractres + bin/i386-netbsd/fixdlsrps + bin/i386-netbsd/fixfmps + bin/i386-netbsd/fixmacps + bin/i386-netbsd/fixpsditps + bin/i386-netbsd/fixpspps + bin/i386-netbsd/fixscribeps + bin/i386-netbsd/fixtpps + bin/i386-netbsd/fixwfwps + bin/i386-netbsd/fixwpps + bin/i386-netbsd/fixwwps + bin/i386-netbsd/includeres + bin/i386-netbsd/psbook + bin/i386-netbsd/psmerge + bin/i386-netbsd/psnup + bin/i386-netbsd/psresize + bin/i386-netbsd/psselect + bin/i386-netbsd/pstops + +name psutils.i386-solaris +category TLCore +revision 15141 +shortdesc i386-solaris files of psutils +binfiles arch=i386-solaris size=40 + bin/i386-solaris/epsffit + bin/i386-solaris/extractres + bin/i386-solaris/fixdlsrps + bin/i386-solaris/fixfmps + bin/i386-solaris/fixmacps + bin/i386-solaris/fixpsditps + bin/i386-solaris/fixpspps + bin/i386-solaris/fixscribeps + bin/i386-solaris/fixtpps + bin/i386-solaris/fixwfwps + bin/i386-solaris/fixwpps + bin/i386-solaris/fixwwps + bin/i386-solaris/includeres + bin/i386-solaris/psbook + bin/i386-solaris/psmerge + bin/i386-solaris/psnup + bin/i386-solaris/psresize + bin/i386-solaris/psselect + bin/i386-solaris/pstops + +name psutils.mips-irix +category TLCore +revision 15558 +shortdesc mips-irix files of psutils +binfiles arch=mips-irix size=59 + bin/mips-irix/epsffit + bin/mips-irix/extractres + bin/mips-irix/fixdlsrps + bin/mips-irix/fixfmps + bin/mips-irix/fixmacps + bin/mips-irix/fixpsditps + bin/mips-irix/fixpspps + bin/mips-irix/fixscribeps + bin/mips-irix/fixtpps + bin/mips-irix/fixwfwps + bin/mips-irix/fixwpps + bin/mips-irix/fixwwps + bin/mips-irix/includeres + bin/mips-irix/psbook + bin/mips-irix/psmerge + bin/mips-irix/psnup + bin/mips-irix/psresize + bin/mips-irix/psselect + bin/mips-irix/pstops + +name psutils.powerpc-aix +category TLCore +revision 15638 +shortdesc powerpc-aix files of psutils +binfiles arch=powerpc-aix size=37 + bin/powerpc-aix/epsffit + bin/powerpc-aix/extractres + bin/powerpc-aix/fixdlsrps + bin/powerpc-aix/fixfmps + bin/powerpc-aix/fixmacps + bin/powerpc-aix/fixpsditps + bin/powerpc-aix/fixpspps + bin/powerpc-aix/fixscribeps + bin/powerpc-aix/fixtpps + bin/powerpc-aix/fixwfwps + bin/powerpc-aix/fixwpps + bin/powerpc-aix/fixwwps + bin/powerpc-aix/includeres + bin/powerpc-aix/psbook + bin/powerpc-aix/psmerge + bin/powerpc-aix/psnup + bin/powerpc-aix/psresize + bin/powerpc-aix/psselect + bin/powerpc-aix/pstops + +name psutils.powerpc-linux +category TLCore +revision 14305 +shortdesc powerpc-linux files of psutils +binfiles arch=powerpc-linux size=41 + bin/powerpc-linux/epsffit + bin/powerpc-linux/extractres + bin/powerpc-linux/fixdlsrps + bin/powerpc-linux/fixfmps + bin/powerpc-linux/fixmacps + bin/powerpc-linux/fixpsditps + bin/powerpc-linux/fixpspps + bin/powerpc-linux/fixscribeps + bin/powerpc-linux/fixtpps + bin/powerpc-linux/fixwfwps + bin/powerpc-linux/fixwpps + bin/powerpc-linux/fixwwps + bin/powerpc-linux/includeres + bin/powerpc-linux/psbook + bin/powerpc-linux/psmerge + bin/powerpc-linux/psnup + bin/powerpc-linux/psresize + bin/powerpc-linux/psselect + bin/powerpc-linux/pstops + +name psutils.sparc-linux +category TLCore +revision 14269 +shortdesc sparc-linux files of psutils +binfiles arch=sparc-linux size=38 + bin/sparc-linux/epsffit + bin/sparc-linux/extractres + bin/sparc-linux/fixdlsrps + bin/sparc-linux/fixfmps + bin/sparc-linux/fixmacps + bin/sparc-linux/fixpsditps + bin/sparc-linux/fixpspps + bin/sparc-linux/fixscribeps + bin/sparc-linux/fixtpps + bin/sparc-linux/fixwfwps + bin/sparc-linux/fixwpps + bin/sparc-linux/fixwwps + bin/sparc-linux/includeres + bin/sparc-linux/psbook + bin/sparc-linux/psmerge + bin/sparc-linux/psnup + bin/sparc-linux/psresize + bin/sparc-linux/psselect + bin/sparc-linux/pstops + +name psutils.sparc-solaris +category TLCore +revision 14279 +shortdesc sparc-solaris files of psutils +binfiles arch=sparc-solaris size=47 + bin/sparc-solaris/epsffit + bin/sparc-solaris/extractres + bin/sparc-solaris/fixdlsrps + bin/sparc-solaris/fixfmps + bin/sparc-solaris/fixmacps + bin/sparc-solaris/fixpsditps + bin/sparc-solaris/fixpspps + bin/sparc-solaris/fixscribeps + bin/sparc-solaris/fixtpps + bin/sparc-solaris/fixwfwps + bin/sparc-solaris/fixwpps + bin/sparc-solaris/fixwwps + bin/sparc-solaris/includeres + bin/sparc-solaris/psbook + bin/sparc-solaris/psmerge + bin/sparc-solaris/psnup + bin/sparc-solaris/psresize + bin/sparc-solaris/psselect + bin/sparc-solaris/pstops + +name psutils.universal-darwin +category TLCore +revision 14896 +shortdesc universal-darwin files of psutils +binfiles arch=universal-darwin size=95 + bin/universal-darwin/epsffit + bin/universal-darwin/extractres + bin/universal-darwin/fixdlsrps + bin/universal-darwin/fixfmps + bin/universal-darwin/fixmacps + bin/universal-darwin/fixpsditps + bin/universal-darwin/fixpspps + bin/universal-darwin/fixscribeps + bin/universal-darwin/fixtpps + bin/universal-darwin/fixwfwps + bin/universal-darwin/fixwpps + bin/universal-darwin/fixwwps + bin/universal-darwin/includeres + bin/universal-darwin/psbook + bin/universal-darwin/psmerge + bin/universal-darwin/psnup + bin/universal-darwin/psresize + bin/universal-darwin/psselect + bin/universal-darwin/pstops + +name psutils.win32 +category TLCore +revision 15404 +shortdesc win32 files of psutils +binfiles arch=win32 size=45 + bin/win32/epsffit.exe + bin/win32/extractres.bat + bin/win32/extractres.exe + bin/win32/fixdlsrps.bat + bin/win32/fixdlsrps.exe + bin/win32/fixfmps.bat + bin/win32/fixfmps.exe + bin/win32/fixmacps.bat + bin/win32/fixmacps.exe + bin/win32/fixpsditps.bat + bin/win32/fixpsditps.exe + bin/win32/fixpspps.bat + bin/win32/fixpspps.exe + bin/win32/fixscribeps.bat + bin/win32/fixscribeps.exe + bin/win32/fixtpps.bat + bin/win32/fixtpps.exe + bin/win32/fixwfwps.bat + bin/win32/fixwfwps.exe + bin/win32/fixwpps.bat + bin/win32/fixwpps.exe + bin/win32/fixwwps.bat + bin/win32/fixwwps.exe + bin/win32/includeres.bat + bin/win32/includeres.exe + bin/win32/psbook.exe + bin/win32/psmerge.bat + bin/win32/psmerge.exe + bin/win32/psnup.exe + bin/win32/psresize.exe + bin/win32/psselect.exe + bin/win32/pstops.exe + +name psutils.x86_64-linux +category TLCore +revision 14282 +shortdesc x86_64-linux files of psutils +binfiles arch=x86_64-linux size=42 + bin/x86_64-linux/epsffit + bin/x86_64-linux/extractres + bin/x86_64-linux/fixdlsrps + bin/x86_64-linux/fixfmps + bin/x86_64-linux/fixmacps + bin/x86_64-linux/fixpsditps + bin/x86_64-linux/fixpspps + bin/x86_64-linux/fixscribeps + bin/x86_64-linux/fixtpps + bin/x86_64-linux/fixwfwps + bin/x86_64-linux/fixwpps + bin/x86_64-linux/fixwwps + bin/x86_64-linux/includeres + bin/x86_64-linux/psbook + bin/x86_64-linux/psmerge + bin/x86_64-linux/psnup + bin/x86_64-linux/psresize + bin/x86_64-linux/psselect + bin/x86_64-linux/pstops + +name ptptex +category Package +revision 15878 +shortdesc Macros for 'Progress of Theoretical Physics'. +longdesc The distribution contains the class (which offers an option +longdesc file for preprints), and a template. The class requires the +longdesc cite, overcite and wrapfig packages. +docfiles size=64 + texmf-dist/doc/latex/ptptex/README details="Readme" + texmf-dist/doc/latex/ptptex/README.TEXLIVE + texmf-dist/doc/latex/ptptex/manptp.pdf details="Package documentation" + texmf-dist/doc/latex/ptptex/manptp.tex + texmf-dist/doc/latex/ptptex/template.tex +runfiles size=12 + texmf-dist/tex/latex/ptptex/ptp-prep.clo + texmf-dist/tex/latex/ptptex/ptptex.cls + texmf-dist/tex/latex/ptptex/wrapft.sty +catalogue-ctan /macros/latex/contrib/ptptex +catalogue-date 2008-11-22 15:14:22 +0100 +catalogue-license lppl +catalogue-version 0.91 + +name punk +category Package +revision 13293 +shortdesc Donald Knuth's punk font. +longdesc A response to the assertion in a lecture that "typography tends +longdesc to lag behind other stylistic changes by about 10 years". Knuth +longdesc felt it was (in 1988) time to design a replacement for his +longdesc designs of the 1970s, and came up with this font! The fonts are +longdesc distributed as MetaFont source. The package offers LaTeX +longdesc support by Rohit Grover, from an original by Sebastian Rahtz, +longdesc which is slightly odd in claiming that the fonts are T1- +longdesc encoded. A (possibly) more rational support package is to be +longdesc found in punk-latex +runfiles size=20 + texmf-dist/fonts/source/public/punk/punk.mf + texmf-dist/fonts/source/public/punk/punk10.mf + texmf-dist/fonts/source/public/punk/punk12.mf + texmf-dist/fonts/source/public/punk/punk20.mf + texmf-dist/fonts/source/public/punk/punka.mf + texmf-dist/fonts/source/public/punk/punkae.mf + texmf-dist/fonts/source/public/punk/punkbx20.mf + texmf-dist/fonts/source/public/punk/punkd.mf + texmf-dist/fonts/source/public/punk/punkg.mf + texmf-dist/fonts/source/public/punk/punkl.mf + texmf-dist/fonts/source/public/punk/punkp.mf + texmf-dist/fonts/source/public/punk/punksl.mf + texmf-dist/fonts/source/public/punk/punksl20.mf + texmf-dist/fonts/tfm/public/punk/punk10.tfm + texmf-dist/fonts/tfm/public/punk/punk12.tfm + texmf-dist/fonts/tfm/public/punk/punk20.tfm + texmf-dist/fonts/tfm/public/punk/punkbx20.tfm + texmf-dist/fonts/tfm/public/punk/punksl20.tfm +catalogue-ctan /fonts/punk +catalogue-date 2008-11-30 13:31:17 +0100 +catalogue-license knuth + +name purifyeps +category Package +revision 15878 +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 +longdesc unable to read ordinary Encapsulated PostScript (EPS) files, +longdesc the most common graphics format in the LaTeX world. Purifyeps +longdesc converts EPS files into a 'purified' form that can be read by +longdesc both LaTeX+dvips and pdfLaTeX. The trick is that the standard +longdesc LaTeX2e graphics packages can parse MetaPost-produced EPS +longdesc directly. Hence, purifyeps need only convert an arbitrary EPS +longdesc file into the same stylized format that MetaPost outputs. +depend purifyeps.ARCH +docfiles size=9 + texmf-dist/doc/support/purifyeps/README details="Package README" + texmf/doc/man/man1/purifyeps.1 + texmf/doc/man/man1/purifyeps.man1.pdf +runfiles size=4 + texmf-dist/scripts/purifyeps/purifyeps +catalogue-ctan /support/purifyeps +catalogue-date 2009-03-25 09:03:02 +0100 +catalogue-license lppl +catalogue-version 1.0a + +name purifyeps.alpha-linux +category Package +revision 15878 +shortdesc alpha-linux files of purifyeps +binfiles arch=alpha-linux size=1 + bin/alpha-linux/purifyeps + +name purifyeps.i386-cygwin +category Package +revision 15878 +shortdesc i386-cygwin files of purifyeps +binfiles arch=i386-cygwin size=1 + bin/i386-cygwin/purifyeps + +name purifyeps.i386-linux +category Package +revision 15878 +shortdesc i386-linux files of purifyeps +binfiles arch=i386-linux size=1 + bin/i386-linux/purifyeps + +name purifyeps.i386-netbsd +category Package +revision 15878 +shortdesc i386-netbsd files of purifyeps +binfiles arch=i386-netbsd size=1 + bin/i386-netbsd/purifyeps + +name purifyeps.i386-solaris +category Package +revision 15878 +shortdesc i386-solaris files of purifyeps +binfiles arch=i386-solaris size=1 + bin/i386-solaris/purifyeps + +name purifyeps.mips-irix +category Package +revision 15878 +shortdesc mips-irix files of purifyeps +binfiles arch=mips-irix size=1 + bin/mips-irix/purifyeps + +name purifyeps.powerpc-aix +category Package +revision 15878 +shortdesc powerpc-aix files of purifyeps +binfiles arch=powerpc-aix size=1 + bin/powerpc-aix/purifyeps + +name purifyeps.powerpc-linux +category Package +revision 15878 +shortdesc powerpc-linux files of purifyeps +binfiles arch=powerpc-linux size=1 + bin/powerpc-linux/purifyeps + +name purifyeps.sparc-linux +category Package +revision 15878 +shortdesc sparc-linux files of purifyeps +binfiles arch=sparc-linux size=1 + bin/sparc-linux/purifyeps + +name purifyeps.sparc-solaris +category Package +revision 15878 +shortdesc sparc-solaris files of purifyeps +binfiles arch=sparc-solaris size=1 + bin/sparc-solaris/purifyeps + +name purifyeps.universal-darwin +category Package +revision 15878 +shortdesc universal-darwin files of purifyeps +binfiles arch=universal-darwin size=1 + bin/universal-darwin/purifyeps + +name purifyeps.win32 +category Package +revision 15878 +shortdesc win32 files of purifyeps +binfiles arch=win32 size=1 + bin/win32/purifyeps.exe + +name purifyeps.x86_64-linux +category Package +revision 15878 +shortdesc x86_64-linux files of purifyeps +binfiles arch=x86_64-linux size=1 + bin/x86_64-linux/purifyeps + +name pxfonts +category Package +revision 15878 +shortdesc Palatino-like fonts in support of mathematics. +longdesc Pxfonts supplies virtual text roman fonts using Adobe Palatino +longdesc (or URWPalladioL) with some modified and additional text +longdesc symbols in the OT1, T1, and TS1 encodings; maths alphabets +longdesc using Palatino/Palladio; maths fonts providing all the symbols +longdesc of the Computer Modern and AMS fonts, including all the Greek +longdesc capital letters from CMR; and additional maths fonts of various +longdesc other symbols. The set is complemented by a sans-serif set of +longdesc text fonts, based on Helvetica/NimbusSanL, and a monospace set +longdesc derived from the parallel TX font set. All the fonts are in +longdesc Type 1 format (AFM and PFB files), and are supported by TeX +longdesc metrics (VF and TFM files) and macros for use with LaTeX. +execute addMap pxfonts.map +docfiles size=152 + texmf-dist/doc/fonts/pxfonts/00bug_fix.txt + texmf-dist/doc/fonts/pxfonts/COPYRIGHT + texmf-dist/doc/fonts/pxfonts/pxfontsdoc.pdf + texmf-dist/doc/fonts/pxfonts/pxfontsdoc.tex + texmf-dist/doc/fonts/pxfonts/pxfontsdocA4.pdf + texmf-dist/doc/fonts/pxfonts/pxfontsdocA4.tex +runfiles size=305 + texmf-dist/fonts/afm/public/pxfonts/pxbex.afm + texmf-dist/fonts/afm/public/pxfonts/pxbexa.afm + texmf-dist/fonts/afm/public/pxfonts/pxbmia.afm + texmf-dist/fonts/afm/public/pxfonts/pxbsy.afm + texmf-dist/fonts/afm/public/pxfonts/pxbsya.afm + texmf-dist/fonts/afm/public/pxfonts/pxbsyb.afm + texmf-dist/fonts/afm/public/pxfonts/pxbsyc.afm + texmf-dist/fonts/afm/public/pxfonts/pxex.afm + texmf-dist/fonts/afm/public/pxfonts/pxexa.afm + texmf-dist/fonts/afm/public/pxfonts/pxmia.afm + texmf-dist/fonts/afm/public/pxfonts/pxsy.afm + texmf-dist/fonts/afm/public/pxfonts/pxsya.afm + texmf-dist/fonts/afm/public/pxfonts/pxsyb.afm + texmf-dist/fonts/afm/public/pxfonts/pxsyc.afm + texmf-dist/fonts/afm/public/pxfonts/rpcxb.afm + texmf-dist/fonts/afm/public/pxfonts/rpcxbi.afm + texmf-dist/fonts/afm/public/pxfonts/rpcxi.afm + texmf-dist/fonts/afm/public/pxfonts/rpcxr.afm + texmf-dist/fonts/afm/public/pxfonts/rpxb.afm + texmf-dist/fonts/afm/public/pxfonts/rpxbi.afm + texmf-dist/fonts/afm/public/pxfonts/rpxbmi.afm + texmf-dist/fonts/afm/public/pxfonts/rpxbsc.afm + texmf-dist/fonts/afm/public/pxfonts/rpxi.afm + texmf-dist/fonts/afm/public/pxfonts/rpxmi.afm + texmf-dist/fonts/afm/public/pxfonts/rpxr.afm + texmf-dist/fonts/afm/public/pxfonts/rpxsc.afm + texmf-dist/fonts/map/dvips/pxfonts/pxfonts.map + texmf-dist/fonts/map/dvips/pxfonts/pxr.map + texmf-dist/fonts/map/dvips/pxfonts/pxr1.map + texmf-dist/fonts/map/dvips/pxfonts/pxr2.map + texmf-dist/fonts/map/dvips/pxfonts/pxr3.map + texmf-dist/fonts/tfm/public/pxfonts/p1xb.tfm + texmf-dist/fonts/tfm/public/pxfonts/p1xbi.tfm + texmf-dist/fonts/tfm/public/pxfonts/p1xbsc.tfm + texmf-dist/fonts/tfm/public/pxfonts/p1xbsl.tfm + texmf-dist/fonts/tfm/public/pxfonts/p1xi.tfm + texmf-dist/fonts/tfm/public/pxfonts/p1xr.tfm + texmf-dist/fonts/tfm/public/pxfonts/p1xsc.tfm + texmf-dist/fonts/tfm/public/pxfonts/p1xsl.tfm + texmf-dist/fonts/tfm/public/pxfonts/pcxb.tfm + texmf-dist/fonts/tfm/public/pxfonts/pcxbi.tfm + texmf-dist/fonts/tfm/public/pxfonts/pcxbsl.tfm + texmf-dist/fonts/tfm/public/pxfonts/pcxi.tfm + texmf-dist/fonts/tfm/public/pxfonts/pcxr.tfm + texmf-dist/fonts/tfm/public/pxfonts/pcxsl.tfm + texmf-dist/fonts/tfm/public/pxfonts/pxb.tfm + texmf-dist/fonts/tfm/public/pxfonts/pxbex.tfm + texmf-dist/fonts/tfm/public/pxfonts/pxbexa.tfm + texmf-dist/fonts/tfm/public/pxfonts/pxbi.tfm + texmf-dist/fonts/tfm/public/pxfonts/pxbmi.tfm + texmf-dist/fonts/tfm/public/pxfonts/pxbmi1.tfm + texmf-dist/fonts/tfm/public/pxfonts/pxbmia.tfm + texmf-dist/fonts/tfm/public/pxfonts/pxbsc.tfm + texmf-dist/fonts/tfm/public/pxfonts/pxbsl.tfm + texmf-dist/fonts/tfm/public/pxfonts/pxbsy.tfm + texmf-dist/fonts/tfm/public/pxfonts/pxbsya.tfm + texmf-dist/fonts/tfm/public/pxfonts/pxbsyb.tfm + texmf-dist/fonts/tfm/public/pxfonts/pxbsyc.tfm + texmf-dist/fonts/tfm/public/pxfonts/pxex.tfm + texmf-dist/fonts/tfm/public/pxfonts/pxexa.tfm + texmf-dist/fonts/tfm/public/pxfonts/pxi.tfm + texmf-dist/fonts/tfm/public/pxfonts/pxmi.tfm + texmf-dist/fonts/tfm/public/pxfonts/pxmi1.tfm + texmf-dist/fonts/tfm/public/pxfonts/pxmia.tfm + texmf-dist/fonts/tfm/public/pxfonts/pxr.tfm + texmf-dist/fonts/tfm/public/pxfonts/pxsc.tfm + texmf-dist/fonts/tfm/public/pxfonts/pxsl.tfm + texmf-dist/fonts/tfm/public/pxfonts/pxsy.tfm + texmf-dist/fonts/tfm/public/pxfonts/pxsya.tfm + texmf-dist/fonts/tfm/public/pxfonts/pxsyb.tfm + texmf-dist/fonts/tfm/public/pxfonts/pxsyc.tfm + texmf-dist/fonts/tfm/public/pxfonts/rpcxb.tfm + texmf-dist/fonts/tfm/public/pxfonts/rpcxbi.tfm + texmf-dist/fonts/tfm/public/pxfonts/rpcxbsl.tfm + texmf-dist/fonts/tfm/public/pxfonts/rpcxi.tfm + texmf-dist/fonts/tfm/public/pxfonts/rpcxr.tfm + texmf-dist/fonts/tfm/public/pxfonts/rpcxsl.tfm + texmf-dist/fonts/tfm/public/pxfonts/rpxb.tfm + texmf-dist/fonts/tfm/public/pxfonts/rpxbi.tfm + texmf-dist/fonts/tfm/public/pxfonts/rpxbmi.tfm + texmf-dist/fonts/tfm/public/pxfonts/rpxbsc.tfm + texmf-dist/fonts/tfm/public/pxfonts/rpxbsl.tfm + texmf-dist/fonts/tfm/public/pxfonts/rpxi.tfm + texmf-dist/fonts/tfm/public/pxfonts/rpxmi.tfm + texmf-dist/fonts/tfm/public/pxfonts/rpxpplb.tfm + texmf-dist/fonts/tfm/public/pxfonts/rpxpplbi.tfm + texmf-dist/fonts/tfm/public/pxfonts/rpxpplbo.tfm + texmf-dist/fonts/tfm/public/pxfonts/rpxpplr.tfm + texmf-dist/fonts/tfm/public/pxfonts/rpxpplri.tfm + texmf-dist/fonts/tfm/public/pxfonts/rpxpplro.tfm + texmf-dist/fonts/tfm/public/pxfonts/rpxr.tfm + texmf-dist/fonts/tfm/public/pxfonts/rpxsc.tfm + texmf-dist/fonts/tfm/public/pxfonts/rpxsl.tfm + texmf-dist/fonts/type1/public/pxfonts/pxbex.pfb + texmf-dist/fonts/type1/public/pxfonts/pxbexa.pfb + texmf-dist/fonts/type1/public/pxfonts/pxbmia.pfb + texmf-dist/fonts/type1/public/pxfonts/pxbsy.pfb + texmf-dist/fonts/type1/public/pxfonts/pxbsya.pfb + texmf-dist/fonts/type1/public/pxfonts/pxbsyb.pfb + texmf-dist/fonts/type1/public/pxfonts/pxbsyc.pfb + texmf-dist/fonts/type1/public/pxfonts/pxex.pfb + texmf-dist/fonts/type1/public/pxfonts/pxexa.pfb + texmf-dist/fonts/type1/public/pxfonts/pxmia.pfb + texmf-dist/fonts/type1/public/pxfonts/pxsy.pfb + texmf-dist/fonts/type1/public/pxfonts/pxsya.pfb + texmf-dist/fonts/type1/public/pxfonts/pxsyb.pfb + texmf-dist/fonts/type1/public/pxfonts/pxsyc.pfb + texmf-dist/fonts/type1/public/pxfonts/rpcxb.pfb + texmf-dist/fonts/type1/public/pxfonts/rpcxbi.pfb + texmf-dist/fonts/type1/public/pxfonts/rpcxi.pfb + texmf-dist/fonts/type1/public/pxfonts/rpcxr.pfb + texmf-dist/fonts/type1/public/pxfonts/rpxb.pfb + texmf-dist/fonts/type1/public/pxfonts/rpxbi.pfb + texmf-dist/fonts/type1/public/pxfonts/rpxbmi.pfb + texmf-dist/fonts/type1/public/pxfonts/rpxbsc.pfb + texmf-dist/fonts/type1/public/pxfonts/rpxi.pfb + texmf-dist/fonts/type1/public/pxfonts/rpxmi.pfb + texmf-dist/fonts/type1/public/pxfonts/rpxr.pfb + texmf-dist/fonts/type1/public/pxfonts/rpxsc.pfb + texmf-dist/fonts/vf/public/pxfonts/p1xb.vf + texmf-dist/fonts/vf/public/pxfonts/p1xbi.vf + texmf-dist/fonts/vf/public/pxfonts/p1xbsc.vf + texmf-dist/fonts/vf/public/pxfonts/p1xbsl.vf + texmf-dist/fonts/vf/public/pxfonts/p1xi.vf + texmf-dist/fonts/vf/public/pxfonts/p1xr.vf + texmf-dist/fonts/vf/public/pxfonts/p1xsc.vf + texmf-dist/fonts/vf/public/pxfonts/p1xsl.vf + texmf-dist/fonts/vf/public/pxfonts/pcxb.vf + texmf-dist/fonts/vf/public/pxfonts/pcxbi.vf + texmf-dist/fonts/vf/public/pxfonts/pcxbsl.vf + texmf-dist/fonts/vf/public/pxfonts/pcxi.vf + texmf-dist/fonts/vf/public/pxfonts/pcxr.vf + texmf-dist/fonts/vf/public/pxfonts/pcxsl.vf + texmf-dist/fonts/vf/public/pxfonts/pxb.vf + texmf-dist/fonts/vf/public/pxfonts/pxbi.vf + texmf-dist/fonts/vf/public/pxfonts/pxbmi.vf + texmf-dist/fonts/vf/public/pxfonts/pxbmi1.vf + texmf-dist/fonts/vf/public/pxfonts/pxbsc.vf + texmf-dist/fonts/vf/public/pxfonts/pxbsl.vf + texmf-dist/fonts/vf/public/pxfonts/pxi.vf + texmf-dist/fonts/vf/public/pxfonts/pxmi.vf + texmf-dist/fonts/vf/public/pxfonts/pxmi1.vf + texmf-dist/fonts/vf/public/pxfonts/pxr.vf + texmf-dist/fonts/vf/public/pxfonts/pxsc.vf + texmf-dist/fonts/vf/public/pxfonts/pxsl.vf + texmf-dist/tex/latex/pxfonts/omlpxmi.fd + texmf-dist/tex/latex/pxfonts/omlpxr.fd + texmf-dist/tex/latex/pxfonts/omspxr.fd + texmf-dist/tex/latex/pxfonts/omspxsy.fd + texmf-dist/tex/latex/pxfonts/omxpxex.fd + texmf-dist/tex/latex/pxfonts/ot1pxr.fd + texmf-dist/tex/latex/pxfonts/ot1pxss.fd + texmf-dist/tex/latex/pxfonts/ot1pxtt.fd + texmf-dist/tex/latex/pxfonts/pxfonts.sty + texmf-dist/tex/latex/pxfonts/t1pxr.fd + texmf-dist/tex/latex/pxfonts/t1pxss.fd + texmf-dist/tex/latex/pxfonts/t1pxtt.fd + texmf-dist/tex/latex/pxfonts/ts1pxr.fd + texmf-dist/tex/latex/pxfonts/ts1pxss.fd + texmf-dist/tex/latex/pxfonts/ts1pxtt.fd + texmf-dist/tex/latex/pxfonts/upxexa.fd + texmf-dist/tex/latex/pxfonts/upxmia.fd + texmf-dist/tex/latex/pxfonts/upxr.fd + texmf-dist/tex/latex/pxfonts/upxss.fd + texmf-dist/tex/latex/pxfonts/upxsya.fd + texmf-dist/tex/latex/pxfonts/upxsyb.fd + texmf-dist/tex/latex/pxfonts/upxsyc.fd + texmf-dist/tex/latex/pxfonts/upxtt.fd +catalogue-ctan /fonts/pxfonts +catalogue-date 2009-01-15 09:33:18 +0100 +catalogue-license gpl + +name qcm +category Package +revision 15878 +shortdesc A LaTeX2e class for making multiple choice questionnaires +longdesc QCM is a package for making multiple choices questionnaires +longdesc under LaTeX2e ("QCM" is the French acronym for this style of +longdesc test). A special environment allows you to define questions and +longdesc possible answers. You can specify which answers are correct and +longdesc which are not. QCM not only formats the questions for you, but +longdesc also generates a 'form' (a grid that your students will have to +longdesc fill in), and a 'mask' (the same grid, only with correct +longdesc answers properly checked in). You can then print the mask on a +longdesc slide and correct the questionnaires more easily by +longdesc superimposing the mask on top of students' forms. QCM can also +longdesc typeset exam corrections automatically, and comes with support +longdesc for AUC-TeX. +docfiles size=33 + texmf-dist/doc/latex/qcm/NEWS + texmf-dist/doc/latex/qcm/README details="Readme" + texmf-dist/doc/latex/qcm/qcm.el + texmf-dist/doc/latex/qcm/qcm.pdf details="Package documentation" +srcfiles size=9 + texmf-dist/source/latex/qcm/qcm.dtx + texmf-dist/source/latex/qcm/qcm.ins +runfiles size=4 + texmf-dist/tex/latex/qcm/qcm.cls + texmf-dist/tex/latex/qcm/qcm.sty +catalogue-ctan /macros/latex/contrib/qcm +catalogue-date 2009-03-26 15:47:40 +0100 +catalogue-license lppl +catalogue-version 2.1 + +name qobitree +category Package +revision 15878 +shortdesc LaTeX macros for typesetting trees. +longdesc Provides commands \branch and \leaf for specifying the elements +longdesc of the tree; you build up your tree with those commands, and +longdesc then issue the \tree command to typeset the whole. +docfiles size=4 + texmf-dist/doc/latex/qobitree/README details="Package documentation" + texmf-dist/doc/latex/qobitree/example.tex +runfiles size=6 + texmf-dist/tex/latex/qobitree/qobitree.tex +catalogue-ctan /macros/latex/contrib/qobitree +catalogue-date 2008-11-30 00:16:40 +0100 +catalogue-license lppl + +name qpxqtx +category Package +revision 15878 +docfiles size=16 + texmf-dist/doc/fonts/qpxqtx/00README + texmf-dist/doc/fonts/qpxqtx/p01tst.tex + texmf-dist/doc/fonts/qpxqtx/p02tst.tex + texmf-dist/doc/fonts/qpxqtx/qpxsymb.tex + texmf-dist/doc/fonts/qpxqtx/qpxtest.tex + texmf-dist/doc/fonts/qpxqtx/qtxsymb.tex + texmf-dist/doc/fonts/qpxqtx/qtxtest.tex + texmf-dist/doc/fonts/qpxqtx/t01tst.tex + texmf-dist/doc/fonts/qpxqtx/t02tst.tex +runfiles size=30 + texmf-dist/fonts/tfm/public/qpxqtx/qpxbmi.tfm + texmf-dist/fonts/tfm/public/qpxqtx/qpxbmia.tfm + texmf-dist/fonts/tfm/public/qpxqtx/qpxmi.tfm + texmf-dist/fonts/tfm/public/qpxqtx/qpxmia.tfm + texmf-dist/fonts/tfm/public/qpxqtx/qtxbmi.tfm + texmf-dist/fonts/tfm/public/qpxqtx/qtxbmia.tfm + texmf-dist/fonts/tfm/public/qpxqtx/qtxmi.tfm + texmf-dist/fonts/tfm/public/qpxqtx/qtxmia.tfm + texmf-dist/fonts/vf/public/qpxqtx/qpxbmi.vf + texmf-dist/fonts/vf/public/qpxqtx/qpxbmia.vf + texmf-dist/fonts/vf/public/qpxqtx/qpxmi.vf + texmf-dist/fonts/vf/public/qpxqtx/qpxmia.vf + texmf-dist/fonts/vf/public/qpxqtx/qtxbmi.vf + texmf-dist/fonts/vf/public/qpxqtx/qtxbmia.vf + texmf-dist/fonts/vf/public/qpxqtx/qtxmi.vf + texmf-dist/fonts/vf/public/qpxqtx/qtxmia.vf + texmf-dist/tex/generic/qpxqtx/amspbold.tex + texmf-dist/tex/generic/qpxqtx/amsqpx.def + texmf-dist/tex/generic/qpxqtx/amsqpx.tex + texmf-dist/tex/generic/qpxqtx/amsqtx.def + texmf-dist/tex/generic/qpxqtx/amsqtx.tex + texmf-dist/tex/generic/qpxqtx/amstbold.tex + texmf-dist/tex/generic/qpxqtx/qpxmath.sty + texmf-dist/tex/generic/qpxqtx/qpxmath.tex + texmf-dist/tex/generic/qpxqtx/qtxmath.sty + texmf-dist/tex/generic/qpxqtx/qtxmath.tex + +name qstest +category Package +revision 15878 +shortdesc Bundle for unit tests and pattern matching. +longdesc This is the public release of the qstest bundle (written for +longdesc DocScape Publisher) (C) 2006, 2007 QuinScape GmbH. The bundle +longdesc contains the packages 'makematch' for matching patterns to +longdesc targets (with a generalization in the form of pattern lists and +longdesc keyword lists), and 'qstest' for performing unit tests, +longdesc allowing the user to run a number of logged tests ensuring the +longdesc consistency of values, properties and call sequences during +longdesc execution of test code. Both packages make extensive use of in +longdesc their package documentation, providing illustrated examples +longdesc that are automatically verified to work as expected. Check the +longdesc README file for details. +docfiles size=68 + texmf-dist/doc/latex/qstest/README details="Readme" + texmf-dist/doc/latex/qstest/makematch-qs.tex + texmf-dist/doc/latex/qstest/makematch.pdf details="makematch Package documentation" + texmf-dist/doc/latex/qstest/qstest-qs.tex + texmf-dist/doc/latex/qstest/qstest.pdf details="qstest Package documentation" +srcfiles size=27 + texmf-dist/source/latex/qstest/Makefile + texmf-dist/source/latex/qstest/makematch.drv + texmf-dist/source/latex/qstest/makematch.dtx + texmf-dist/source/latex/qstest/qstest.drv + texmf-dist/source/latex/qstest/qstest.dtx + texmf-dist/source/latex/qstest/qstest.ins +runfiles size=5 + texmf-dist/tex/latex/qstest/makematch.sty + texmf-dist/tex/latex/qstest/qstest.sty +catalogue-ctan /macros/latex/contrib/qstest +catalogue-date 2008-08-24 10:50:19 +0200 +catalogue-license lppl + +name qsymbols +category Package +revision 15878 +shortdesc Maths symbol abbreviations. +longdesc Provides macros for defining systematic mnemonic abbreviations, +longdesc starting with ` for math symbols and \" for arrows, using +longdesc standard symbols as well as those from the amsfonts bundle and +longdesc the stmaryrd package. +docfiles size=50 + texmf-dist/doc/latex/qsymbols/CATALOG + texmf-dist/doc/latex/qsymbols/COPYING + texmf-dist/doc/latex/qsymbols/MANIFEST + texmf-dist/doc/latex/qsymbols/README details="Readme" + texmf-dist/doc/latex/qsymbols/qsymbols.pdf details="Package documentation" + texmf-dist/doc/latex/qsymbols/qsymbols.tex +srcfiles size=1 + texmf-dist/source/latex/qsymbols/Makefile +runfiles size=7 + texmf-dist/tex/latex/qsymbols/qsymbols.sty +catalogue-ctan /macros/latex/contrib/qsymbols +catalogue-date 2009-06-25 00:34:53 +0200 +catalogue-license gpl + +name qtree +category Package +revision 15878 +shortdesc Draw tree structures. +longdesc The package offers support for drawing tree diagrams, and is +longdesc especially suitable for linguistics use. It allows trees to be +longdesc specified in a simple bracket notation, automatically +longdesc calculates branch sizes, and supports both DVI/PostScript and +longdesc PDF output by use of pict2e facilities. The package is a +longdesc development of the existing qobitree package, offering a new +longdesc front end. +docfiles size=75 + texmf-dist/doc/latex/qtree/README + texmf-dist/doc/latex/qtree/qarrows.pdf details="Use of tree-dvips with qtree:" language="en" + texmf-dist/doc/latex/qtree/qarrows.tex + texmf-dist/doc/latex/qtree/qtreenotes.pdf details="Package documentation:" language="en" + texmf-dist/doc/latex/qtree/qtreenotes.tex +runfiles size=10 + texmf-dist/tex/latex/qtree/qtree.sty +catalogue-ctan /macros/latex/contrib/qtree +catalogue-date 2009-01-24 16:10:54 +0100 +catalogue-license lppl +catalogue-version 3.1b + +name quotchap +category Package +revision 15878 +shortdesc Decorative chapter headings. +longdesc A package for creating decorative chapter headings with +longdesc quotations, a PostScript output device and the psnfss package +longdesc are needed, the color package and a greyscale output device are +longdesc recommended. +docfiles size=17 + texmf-dist/doc/latex/quotchap/document.pdf details="Sample document (chapter headings only)" + texmf-dist/doc/latex/quotchap/document.tex +srcfiles size=7 + texmf-dist/source/latex/quotchap/00readme.txt + texmf-dist/source/latex/quotchap/quotchap.dtx + texmf-dist/source/latex/quotchap/quotchap.ins +runfiles size=2 + texmf-dist/tex/latex/quotchap/quotchap.sty +catalogue-ctan /macros/latex/contrib/quotchap +catalogue-date 2009-09-18 01:09:09 +0200 +catalogue-license lppl +catalogue-version 0.9f + +name quotmark +category Package +revision 15878 +shortdesc Consistent quote marks. +longdesc The package provides a means of ensuring consistent quote marks +longdesc throughout your document. The style can be changed either via +longdesc package option or command. The package detects if babel or +longdesc ngerman have been loaded, and will use the punctuation marks +longdesc appropriate for the current language. +docfiles size=48 + texmf-dist/doc/latex/quotmark/CHANGES + texmf-dist/doc/latex/quotmark/README details="Readme" + texmf-dist/doc/latex/quotmark/quotmark.pdf + texmf-dist/doc/latex/quotmark/sample.tex +srcfiles size=16 + texmf-dist/source/latex/quotmark/quotmark.dtx + texmf-dist/source/latex/quotmark/quotmark.ins +runfiles size=39 + texmf-dist/tex/latex/quotmark/quotmark-UKenglish.def + texmf-dist/tex/latex/quotmark/quotmark-USenglish.def + texmf-dist/tex/latex/quotmark/quotmark-afrikaans.def + texmf-dist/tex/latex/quotmark/quotmark-brazil.def + texmf-dist/tex/latex/quotmark/quotmark-bulgarian.def + texmf-dist/tex/latex/quotmark/quotmark-catalan.def + texmf-dist/tex/latex/quotmark/quotmark-croatian.def + texmf-dist/tex/latex/quotmark/quotmark-czech.def + texmf-dist/tex/latex/quotmark/quotmark-danish.def + texmf-dist/tex/latex/quotmark/quotmark-dutch.def + texmf-dist/tex/latex/quotmark/quotmark-estonian.def + texmf-dist/tex/latex/quotmark/quotmark-finnish.def + texmf-dist/tex/latex/quotmark/quotmark-frenchb.def + texmf-dist/tex/latex/quotmark/quotmark-germanb.def + texmf-dist/tex/latex/quotmark/quotmark-greek.def + texmf-dist/tex/latex/quotmark/quotmark-hebrew.def + texmf-dist/tex/latex/quotmark/quotmark-icelandic.def + texmf-dist/tex/latex/quotmark/quotmark-irish.def + texmf-dist/tex/latex/quotmark/quotmark-italian.def + texmf-dist/tex/latex/quotmark/quotmark-magyar.def + texmf-dist/tex/latex/quotmark/quotmark-ngermanb.def + texmf-dist/tex/latex/quotmark/quotmark-norsk.def + texmf-dist/tex/latex/quotmark/quotmark-polish.def + texmf-dist/tex/latex/quotmark/quotmark-portuges.def + texmf-dist/tex/latex/quotmark/quotmark-romanian.def + texmf-dist/tex/latex/quotmark/quotmark-russianb.def + texmf-dist/tex/latex/quotmark/quotmark-serbian.def + texmf-dist/tex/latex/quotmark/quotmark-slovak.def + texmf-dist/tex/latex/quotmark/quotmark-slovene.def + texmf-dist/tex/latex/quotmark/quotmark-sorbian.def + texmf-dist/tex/latex/quotmark/quotmark-spanish.def + texmf-dist/tex/latex/quotmark/quotmark-swedish.def + texmf-dist/tex/latex/quotmark/quotmark-swiss.def + texmf-dist/tex/latex/quotmark/quotmark-turkish.def + texmf-dist/tex/latex/quotmark/quotmark-ukraineb.def + texmf-dist/tex/latex/quotmark/quotmark-welsh.def + texmf-dist/tex/latex/quotmark/quotmark.sty +catalogue-ctan /macros/latex/contrib/quotmark +catalogue-date 2008-08-24 10:50:19 +0200 +catalogue-license lppl +catalogue-version 1.0 + +name r_und_s +category Package +revision 15878 +catalogue r-und-s +shortdesc Chemical hazard codes. +longdesc The r_und_s package decodes the german 'R- und S-Satze', which +longdesc are numerically coded security advice for chemical substances +longdesc into plain text. This is, e.g., used to compose security sheets +longdesc or lab protocols and especially useful for students of +longdesc chemistry. There are four packages, giving texts in German, +longdesc English, French and Dutch. +docfiles size=2 + texmf-dist/doc/latex/r_und_s/README details="Readme" +runfiles size=31 + texmf-dist/tex/latex/r_und_s/eng_rs.sty + texmf-dist/tex/latex/r_und_s/eng_rs.tex + texmf-dist/tex/latex/r_und_s/fr_rs.sty + texmf-dist/tex/latex/r_und_s/fr_rs.tex + texmf-dist/tex/latex/r_und_s/nl_rs.sty + texmf-dist/tex/latex/r_und_s/nl_rs.tex + texmf-dist/tex/latex/r_und_s/r_und_s.sty + texmf-dist/tex/latex/r_und_s/r_und_s.tex +catalogue-ctan /macros/latex/contrib/r_und_s +catalogue-date 2008-08-24 22:21:06 +0200 +catalogue-license other-free +catalogue-version 1.3i + +name randbild +category Package +revision 15878 +shortdesc Marginal pictures. +longdesc Provides environments randbild, to draw small marginal plots +longdesc (using the package pstricks package pst-plot), and +longdesc randbildbasis (the same, only without the automatically drawn +longdesc coordinate system). +docfiles size=45 + texmf-dist/doc/latex/randbild/README details="Readme (bilingual)" + texmf-dist/doc/latex/randbild/randbild.pdf details="Benutzerdoku:" language="de" +srcfiles size=4 + texmf-dist/source/latex/randbild/randbild.dtx + texmf-dist/source/latex/randbild/randbild.ins +runfiles size=1 + texmf-dist/tex/latex/randbild/randbild.sty +catalogue-ctan /macros/latex/contrib/randbild +catalogue-date 2007-05-16 07:57:15 +0200 +catalogue-license lppl +catalogue-version 0.2 + +name randtext +category Package +revision 15878 +shortdesc Randomise the order of characters in strings. +longdesc The package provides a single macro \randomize{TEXT} that +longdesc typesets the characters of TEXT in random order, such that the +longdesc resulting output appears correct, but most automated attempts +longdesc to read the file will misunderstand it. This function allows +longdesc one to include an email address in a TeX document and publish +longdesc it online without fear of email address harvesters or spammers +longdesc easily picking up the address. +docfiles size=1 + texmf-dist/doc/latex/randtext/README +runfiles size=2 + texmf-dist/tex/latex/randtext/randtext.sty +catalogue-ctan /macros/latex/contrib/randtext/randtext.sty +catalogue-date 2007-02-26 00:17:56 +0100 +catalogue-license lppl + +name rangen +category Package +revision 15878 +shortdesc Generate random integers, rational and decimal numbers. +longdesc The package generates random integers, rational numbers, and +longdesc decimal numbers. The package uses the lcg package to generate +longdesc random integers, and then builds rational numbers and decimal +longdesc numbers from the generated integers. +docfiles size=10 + texmf-dist/doc/latex/rangen/README details="Readme" + texmf-dist/doc/latex/rangen/doc/README.TEXLIVE + texmf-dist/doc/latex/rangen/examples/randomLIP.tex + texmf-dist/doc/latex/rangen/examples/randomQ.tex + texmf-dist/doc/latex/rangen/examples/randomR.tex + texmf-dist/doc/latex/rangen/examples/randomZ.tex + texmf-dist/doc/latex/rangen/examples/rangen_fp.tex + texmf-dist/doc/latex/rangen/examples/rangen_tst.tex +srcfiles size=19 + texmf-dist/source/latex/rangen/rangen.dtx + texmf-dist/source/latex/rangen/rangen.ins +runfiles size=11 + texmf-dist/tex/latex/rangen/rangen.sty +catalogue-ctan /macros/latex/contrib/rangen +catalogue-date 2009-10-02 22:52:58 +0200 +catalogue-license lppl1.2 +catalogue-version 1.3e + +name rccol +category Package +revision 15878 +shortdesc Decimal-centered optionally rounded numbers in tabular. +longdesc The rccol package provides decimal-centered numbers: +longdesc corresponding digits and decimal separators aligned. +longdesc Furthermore, rounding to the desired precision is possible. The +longdesc package makes use of the fltpoint package (as well as the LaTeX +longdesc required array package). +docfiles size=42 + texmf-dist/doc/latex/rccol/README details="Readme" + texmf-dist/doc/latex/rccol/rccol.pdf +srcfiles size=9 + texmf-dist/source/latex/rccol/rccol.dtx + texmf-dist/source/latex/rccol/rccol.ins +runfiles size=2 + texmf-dist/tex/latex/rccol/rccol.sty +catalogue-ctan /macros/latex/contrib/rccol +catalogue-date 2008-04-20 19:53:04 +0200 +catalogue-license other-free +catalogue-version 1.2c + +name rcs +category Package +revision 15878 +shortdesc Use RCS (revision control system) tags in LaTeX documents. +longdesc The rcs package utilizes the inclusion of RCS supplied data in +longdesc LaTeX documents. It's upward compatible to *all* rcs styles I +longdesc know of. In particular, you can easily - access values of every +longdesc RCS field in your document - put the checkin date on the +longdesc titlepage - put RCS fields in a footline You can typeset +longdesc revision logs. Not in verbatim -- real LaTeX text! But you need +longdesc a configurable RCS for that. Refer to the user manual for more +longdesc detailed information. You can also configure the rcs package +longdesc easily to do special things for any keyword. This bundle comes +longdesc with a user manual, an internal interface description, full +longdesc documentation of the implementation, style information for AUC- +longdesc TeX, and test cases. +docfiles size=52 + texmf-dist/doc/latex/rcs/CATALOG + texmf-dist/doc/latex/rcs/History + texmf-dist/doc/latex/rcs/INSTALL + texmf-dist/doc/latex/rcs/License + texmf-dist/doc/latex/rcs/MANIFEST + texmf-dist/doc/latex/rcs/README details="Readme" + texmf-dist/doc/latex/rcs/rcs-conf.pdf details="Package internal interfaces" + texmf-dist/doc/latex/rcs/rcs-user.pdf details="User documentation" +srcfiles size=33 + texmf-dist/source/latex/rcs/Makefile + texmf-dist/source/latex/rcs/rcs.el + texmf-dist/source/latex/rcs/src/Diff + texmf-dist/source/latex/rcs/src/Imakefile + texmf-dist/source/latex/rcs/src/README + texmf-dist/source/latex/rcs/src/TODO + texmf-dist/source/latex/rcs/src/rcs-conf.tex + texmf-dist/source/latex/rcs/src/rcs-doc.sty + texmf-dist/source/latex/rcs/src/rcs-user.tex + texmf-dist/source/latex/rcs/src/rcs.doc + texmf-dist/source/latex/rcs/src/style/rcs.el + texmf-dist/source/latex/rcs/src/style/rcs.elc + texmf-dist/source/latex/rcs/src/test/Imakefile + texmf-dist/source/latex/rcs/src/test/Makefile + texmf-dist/source/latex/rcs/src/test/empty-log.tex + texmf-dist/source/latex/rcs/src/test/german.tex + texmf-dist/source/latex/rcs/src/test/log-error.tex + texmf-dist/source/latex/rcs/src/test/log.tex + texmf-dist/source/latex/rcs/src/test/rcsdef.tex + texmf-dist/source/latex/rcs/src/test/rcsid-param.tex + texmf-dist/source/latex/rcs/src/test/rcsid.tex + texmf-dist/source/latex/rcs/src/test/under_score.tex +runfiles size=9 + texmf-dist/tex/latex/rcs/rcs.sty +catalogue-ctan /macros/latex/contrib/rcs +catalogue-date 2007-06-06 17:06:28 +0200 +catalogue-license gpl + +name rcs-multi +category Package +revision 15878 +shortdesc Typeset RCS version control in multiple-file documents. +longdesc The package enables the user to typeset version control +longdesc information provided by RCS keywords (e.g., $ID: ... $) in +longdesc LaTeX documents that contain multiple TeX files. The package is +longdesc based on the author's svn-multi package. +docfiles size=165 + texmf-dist/doc/latex/rcs-multi/README details="Readme" + texmf-dist/doc/latex/rcs-multi/example.pdf + texmf-dist/doc/latex/rcs-multi/example.tex + texmf-dist/doc/latex/rcs-multi/rcs-multi.pdf details="Package documentation" +srcfiles size=13 + texmf-dist/source/latex/rcs-multi/Makefile + texmf-dist/source/latex/rcs-multi/rcs-multi.dtx + texmf-dist/source/latex/rcs-multi/rcs-multi.ins +runfiles size=3 + texmf-dist/tex/latex/rcs-multi/rcs-multi.sty +catalogue-ctan /macros/latex/contrib/rcs-multi +catalogue-date 2009-03-30 10:35:07 +0200 +catalogue-license lppl +catalogue-version 0.1 + +name rcsinfo +category Package +revision 15878 +shortdesc Support for the revision control system. +longdesc A package to extract RCS (Revision Control System) information +longdesc and use it in a LaTeX document. For users of LaTeX2HTML +longdesc rcsinfo.perl is included. +docfiles size=48 + texmf-dist/doc/latex/rcsinfo/README details="Readme" + texmf-dist/doc/latex/rcsinfo/README-1.9 + texmf-dist/doc/latex/rcsinfo/rcsinfo.init + texmf-dist/doc/latex/rcsinfo/rcsinfo.pdf details="Package documentation" + texmf-dist/doc/latex/rcsinfo/rcsinfo.perl + texmf-dist/doc/latex/rcsinfo/rcsinfo2html.tex +srcfiles size=16 + texmf-dist/source/latex/rcsinfo/Makefile + texmf-dist/source/latex/rcsinfo/rcsinfo.dtx + texmf-dist/source/latex/rcsinfo/rcsinfo.ins +runfiles size=4 + texmf-dist/tex/latex/rcsinfo/rcsinfo.cfg + texmf-dist/tex/latex/rcsinfo/rcsinfo.sty +catalogue-ctan /macros/latex/contrib/rcsinfo +catalogue-date 2007-01-06 10:07:33 +0100 +catalogue-license lppl +catalogue-version 1.11 + +name recipe +category Package +revision 15878 +shortdesc A LaTeX class to typeset recipes. +longdesc The layout design is relative straightforward (and traditional: +longdesc see 'sample output' under 'documentation'); the class needs +longdesc access to Bookman, and to BrushScript-Italic fonts. +docfiles size=11 + texmf-dist/doc/latex/recipe/README details="Readme" + texmf-dist/doc/latex/recipe/sample.pdf details="Sample of output (Italian)" language="it" + texmf-dist/doc/latex/recipe/sample.tex +runfiles size=1 + texmf-dist/tex/latex/recipe/recipe.cls +catalogue-ctan /macros/latex/contrib/recipe +catalogue-date 2008-09-11 15:08:12 +0200 +catalogue-license pd +catalogue-version 0.9 + +name recipecard +category Package +revision 15878 +shortdesc Typeset recipes in note-card-sized boxes. +longdesc The recipecard class typesets recipes into note card sized +longdesc boxes that can then be cut out and pasted on to note cards. The +longdesc recipe then looks elegant and fits in the box of recipes. +docfiles size=57 + texmf-dist/doc/latex/recipecard/README details="Package README" + texmf-dist/doc/latex/recipecard/recipecard.pdf details="Package documentation" + texmf-dist/doc/latex/recipecard/test2.pdf + texmf-dist/doc/latex/recipecard/test2.tex +srcfiles size=8 + texmf-dist/source/latex/recipecard/recipecard.dtx +runfiles size=2 + texmf-dist/tex/latex/recipecard/recipecard.cls +catalogue-ctan /macros/latex/contrib/recipecard +catalogue-date 2008-08-24 10:50:19 +0200 +catalogue-license lppl +catalogue-version 2.0 + +name rectopma +category Package +revision 15878 +shortdesc Recycle top matter. +longdesc Saves the arguments of \author and \title for reference (after +longdesc \maketitle) in a document. (\maketitle simply disposes of the +longdesc information, in the standard classes and some others.) +docfiles size=2 + texmf-dist/doc/latex/rectopma/TestTitle.dvi + texmf-dist/doc/latex/rectopma/TestTitle.tex +runfiles size=1 + texmf-dist/tex/latex/rectopma/rectopma.sty +catalogue-ctan /macros/latex/contrib/rectopma +catalogue-date 2007-01-06 10:07:33 +0100 +catalogue-license lppl + +name recycle +category Package +revision 15878 +shortdesc A font providing the "recyclable" logo. +longdesc This single-character font is provided as MetaFont source, and +longdesc in Adobe Type 1 format. It is accompanied by a trivial LaTeX +longdesc package to use the logo at various sizes. +execute addMap recycle.map +docfiles size=1 + texmf-dist/doc/fonts/recycle/README +runfiles size=8 + texmf-dist/fonts/map/dvips/recycle/recycle.map + texmf-dist/fonts/source/public/recycle/recycle.mf + texmf-dist/fonts/tfm/public/recycle/recycle.tfm + texmf-dist/fonts/type1/public/recycle/recycle.pfb + texmf-dist/tex/latex/recycle/recycle.sty +catalogue-ctan /fonts/recycle +catalogue-date 2009-06-28 23:12:45 +0200 +catalogue-license gpl + +name refcheck +category Package +revision 15878 +shortdesc Check references (in figures, table, equations, etc). +longdesc Intended to check references in a document, looking for +longdesc numbered but unlabelled equations, for labels which are not +longdesc used in the text, for unused bibliography references. It can +longdesc also display label names in text near corresponding numbers of +longdesc equations and/or bibliography references. +docfiles size=17 + texmf-dist/doc/latex/refcheck/refdemo.pdf details="Package demo" + texmf-dist/doc/latex/refcheck/refdemo.tex +runfiles size=3 + texmf-dist/tex/latex/refcheck/refcheck.sty +catalogue-ctan /macros/latex/contrib/refcheck +catalogue-date 2007-01-06 10:07:33 +0100 +catalogue-license gpl +catalogue-version 1.7 + +name refman +category Package +revision 15878 +shortdesc Format technical reference manuals. +longdesc Document classes (report- and article-style) for writing +longdesc technical reference manuals. It offers a wide left margin for +longdesc notes to the reader, like some of the manuals distributed by +longdesc Adobe. +docfiles size=211 + texmf-dist/doc/latex/refman/00Contents + texmf-dist/doc/latex/refman/lay_d2.tex + texmf-dist/doc/latex/refman/lay_e2.tex + texmf-dist/doc/latex/refman/layout_d.pdf details="Layout-Anderungen mit LaTeX" language="de" + texmf-dist/doc/latex/refman/layout_d.tex + texmf-dist/doc/latex/refman/layout_e.pdf details="Changing the layout with LaTeX" language="en" + texmf-dist/doc/latex/refman/layout_e.tex + texmf-dist/doc/latex/refman/refman.pdf details="Package documentation" + texmf-dist/doc/latex/refman/refman.upl details="README" +srcfiles size=33 + texmf-dist/source/latex/refman/refman.dtx + texmf-dist/source/latex/refman/refman.ins +runfiles size=18 + texmf-dist/tex/latex/refman/pagepc.sty + texmf-dist/tex/latex/refman/refart.cls + texmf-dist/tex/latex/refman/refrep.cls +catalogue-ctan /macros/latex/contrib/refman +catalogue-date 2006-11-19 21:19:11 +0100 +catalogue-license lppl +catalogue-version 2.0e + +name refstyle +category Package +revision 15878 +shortdesc Advanced formatting of cross references. +longdesc The refstyle provides a consistent way of producing references +longdesc throughout a project. Enough flexibility is provided to make +longdesc local changes to a single reference. The user can configure +longdesc their own setup. refstyle has a direct interface to varioref, +longdesc and namerefs from the nameref package can easily be +longdesc incorporated (if needed). For large projects such as a series +longdesc of books or a multi volume thesis, written as freestanding +longdesc documents, a facility is provided to interface to the xr +longdesc package for external document references. +docfiles size=113 + texmf-dist/doc/latex/refstyle/refconfig.pdf details="Configuration manual:" + texmf-dist/doc/latex/refstyle/refstyle.pdf details="Users manual:" +srcfiles size=6 + texmf-dist/source/latex/refstyle/refstyle.zip +runfiles size=6 + texmf-dist/tex/latex/refstyle/refstyle.cfg + texmf-dist/tex/latex/refstyle/refstyle.sty +catalogue-ctan /macros/latex/contrib/refstyle +catalogue-date 2006-09-14 22:20:05 +0200 +catalogue-license lppl +catalogue-version 0.3 + +name regcount +category Package +revision 15878 +shortdesc Display the allocation status of the TeX registers. +longdesc Adds a macro \rgcount which displays the allocation status of +longdesc the TeX registers. The display is written into the .log file as +longdesc it is a bit verbose. An automatic call to \rgcount is done at +longdesc \begin{document} and \end{document}. +docfiles size=1 + texmf-dist/doc/latex/regcount/readme +srcfiles size=4 + texmf-dist/source/latex/regcount/regcount.dtx + texmf-dist/source/latex/regcount/regcount.ins +runfiles size=1 + texmf-dist/tex/latex/regcount/regcount.sty +catalogue-ctan /macros/latex/contrib/regcount +catalogue-date 2007-01-09 18:22:13 +0100 +catalogue-license lppl +catalogue-version 1.0 + +name register +category Package +revision 15878 +shortdesc Typeset programmable elements in digital hardware (registers). +longdesc This package is designed for typesetting the programmable +longdesc elements in digital hardware, i.e., registers. Such registers +longdesc typically have many fields and can be quite wide; they are thus +longdesc a challenge to typeset in a consistent manner. Register is +longdesc similar in some aspects to the bytefield package. Anyone doing +longdesc hardware documentation using LaTeX should examine both +longdesc packages. Register requires a fairly recent version of the +longdesc float package. A Perl module and a Perl script are provided, to +longdesc translate the register specifications into programmable data +longdesc structures. +docfiles size=44 + texmf-dist/doc/latex/register/Reg_macro.pm + texmf-dist/doc/latex/register/reg_list.pl + texmf-dist/doc/latex/register/register.pdf details="Package documentation" +srcfiles size=12 + texmf-dist/source/latex/register/register.dtx + texmf-dist/source/latex/register/register.ins +runfiles size=3 + texmf-dist/tex/latex/register/register.sty +catalogue-ctan /macros/latex/contrib/register +catalogue-date 2007-03-09 14:28:14 +0100 +catalogue-license lppl +catalogue-version 1.5 + +name relenc +category Package +revision 15878 +shortdesc A "relaxed" font encoding. +longdesc LaTeX package providing a relaxed font encoding to make +longdesc available to a font designer more slots for insertion of +longdesc ligatures and accented characters. +docfiles size=96 + texmf-dist/doc/latex/relenc/reldemo.dvi + texmf-dist/doc/latex/relenc/reldemo.tex + texmf-dist/doc/latex/relenc/relenc.dvi + texmf-dist/doc/latex/relenc/relenc.tex +srcfiles size=36 + texmf-dist/source/latex/relenc/README + texmf-dist/source/latex/relenc/relenc.dtx + texmf-dist/source/latex/relenc/relenc.ins + texmf-dist/source/latex/relenc/t1renc.dtx + texmf-dist/source/latex/relenc/t1rzcm.fdd + texmf-dist/source/latex/relenc/zcmr8d.vf2 + texmf-dist/source/latex/relenc/zcmr8d.vf3 + texmf-dist/source/latex/relenc/zcmra.vf2 + texmf-dist/source/latex/relenc/zcmra.vf3 +runfiles size=17 + texmf-dist/fonts/tfm/public/relenc/zcmr8d.tfm + texmf-dist/fonts/tfm/public/relenc/zcmra.tfm + texmf-dist/fonts/vf/public/relenc/zcmr8d.vf + texmf-dist/fonts/vf/public/relenc/zcmra.vf + texmf-dist/tex/latex/relenc/2sidedoc.sty + texmf-dist/tex/latex/relenc/ecsubzcm.sty + texmf-dist/tex/latex/relenc/relenc.sty + texmf-dist/tex/latex/relenc/t1renc.def + texmf-dist/tex/latex/relenc/t1rzcm.fd +catalogue-ctan /macros/latex/contrib/relenc +catalogue-date 2008-12-14 22:24:42 +0100 +catalogue-license noinfo + +name repeatindex +category Package +revision 15878 +shortdesc Repeat items in an index after a page or column break +longdesc This Package repeats item of an index if a page or column break +longdesc occurs within a list of subitems. This helps to find out to +longdesc which main item a subitem belongs. +docfiles size=6 + texmf-dist/doc/latex/repeatindex/README + texmf-dist/doc/latex/repeatindex/testrepeatindex.pdf + texmf-dist/doc/latex/repeatindex/testrepeatindex.tex +runfiles size=3 + texmf-dist/makeindex/repeatindex/repeatindex.ist + texmf-dist/tex/latex/repeatindex/repeatindex.sty +catalogue-ctan /macros/latex/contrib/repeatindex +catalogue-date 2007-01-09 18:22:13 +0100 +catalogue-license lppl +catalogue-version 0.01 + +name resumemac +category Package +revision 15878 +shortdesc Plain TeX macros for resumes. +longdesc A set of macros is provided, together with an file that offers +longdesc an example of use. +docfiles size=2 + texmf-dist/doc/plain/resumemac/README + texmf-dist/doc/plain/resumemac/sample_resume.tex +runfiles size=2 + texmf-dist/tex/plain/resumemac/resumemac.tex +catalogue-ctan /macros/plain/contrib/resumemac +catalogue-date 2008-11-21 01:34:08 +0100 +catalogue-license pd + +name revtex +category Package +revision 15878 +shortdesc Styles for various Physics Journals. +longdesc Includes styles for American Physical Society, American +longdesc Institute of Physics, and Optical Society of America. The +longdesc distribution consists of the RevTeX class itself, and several +longdesc support packages. +docfiles size=1063 + texmf-dist/doc/latex/revtex/00readme.tex + texmf-dist/doc/latex/revtex/DOWNLOAD + texmf-dist/doc/latex/revtex/README details="Package Readme" + texmf-dist/doc/latex/revtex/aip/aipguide4-1.pdf + texmf-dist/doc/latex/revtex/aip/aipguide4-1.tex + texmf-dist/doc/latex/revtex/aip/docs.sty + texmf-dist/doc/latex/revtex/aps/apsguide4-1.pdf + texmf-dist/doc/latex/revtex/aps/apsguide4-1.tex + texmf-dist/doc/latex/revtex/aps/docs.sty + texmf-dist/doc/latex/revtex/auguide/auguide4-1.pdf + texmf-dist/doc/latex/revtex/auguide/auguide4-1.tex + texmf-dist/doc/latex/revtex/auguide/docs.sty + texmf-dist/doc/latex/revtex/auguide/summary4-1.pdf + texmf-dist/doc/latex/revtex/auguide/summary4-1.tex + texmf-dist/doc/latex/revtex/auguide/whatsnew4-1.pdf + texmf-dist/doc/latex/revtex/auguide/whatsnew4-1.tex + texmf-dist/doc/latex/revtex/sample/aip/aipsamp.bib + texmf-dist/doc/latex/revtex/sample/aip/aipsamp.pdf + texmf-dist/doc/latex/revtex/sample/aip/aipsamp.tex + texmf-dist/doc/latex/revtex/sample/aip/aiptemplate.tex + texmf-dist/doc/latex/revtex/sample/aip/fig_1.eps + texmf-dist/doc/latex/revtex/sample/aip/fig_2.eps + texmf-dist/doc/latex/revtex/sample/aps/apssamp.bib + texmf-dist/doc/latex/revtex/sample/aps/apssamp.pdf + texmf-dist/doc/latex/revtex/sample/aps/apssamp.rty + texmf-dist/doc/latex/revtex/sample/aps/apssamp.tex + texmf-dist/doc/latex/revtex/sample/aps/apstemplate.tex + texmf-dist/doc/latex/revtex/sample/aps/fig_1.eps + texmf-dist/doc/latex/revtex/sample/aps/fig_2.eps + texmf-dist/doc/latex/revtex/sample/aps/vid_1a.eps + texmf-dist/doc/latex/revtex/sample/aps/vid_1b.eps + texmf-dist/doc/latex/revtex/source/aip.pdf + texmf-dist/doc/latex/revtex/source/ltxdocext.pdf + texmf-dist/doc/latex/revtex/source/ltxfront.pdf + texmf-dist/doc/latex/revtex/source/ltxgrid.pdf + texmf-dist/doc/latex/revtex/source/ltxutil.pdf + texmf-dist/doc/latex/revtex/source/revtex4-1.pdf details="Package documentation" +srcfiles size=214 + texmf-dist/source/latex/revtex/aip.dtx + texmf-dist/source/latex/revtex/ltxdocext.dtx + texmf-dist/source/latex/revtex/ltxfront.dtx + texmf-dist/source/latex/revtex/ltxgrid.dtx + texmf-dist/source/latex/revtex/ltxutil.dtx + texmf-dist/source/latex/revtex/revtex4-1.dtx +runfiles size=220 + texmf-dist/bibtex/bst/revtex/aipauth4-1.bst + texmf-dist/bibtex/bst/revtex/aipauth4-1long.bst + texmf-dist/bibtex/bst/revtex/aipnum4-1.bst + texmf-dist/bibtex/bst/revtex/aipnum4-1long.bst + texmf-dist/bibtex/bst/revtex/apsrev4-1.bst + texmf-dist/bibtex/bst/revtex/apsrev4-1long.bst + texmf-dist/bibtex/bst/revtex/apsrmp4-1.bst + texmf-dist/bibtex/bst/revtex/apsrmp4-1long.bst + texmf-dist/tex/latex/revtex/aip4-1.rtx + texmf-dist/tex/latex/revtex/aps10pt4-1.rtx + texmf-dist/tex/latex/revtex/aps11pt4-1.rtx + texmf-dist/tex/latex/revtex/aps12pt4-1.rtx + texmf-dist/tex/latex/revtex/aps4-1.rtx + texmf-dist/tex/latex/revtex/apsrmp4-1.rtx + texmf-dist/tex/latex/revtex/ltxdocext.sty + texmf-dist/tex/latex/revtex/ltxfront.sty + texmf-dist/tex/latex/revtex/ltxgrid.sty + texmf-dist/tex/latex/revtex/ltxutil.sty + texmf-dist/tex/latex/revtex/revsymb4-1.sty + texmf-dist/tex/latex/revtex/revtex4-1.cls +catalogue-ctan /macros/latex/contrib/revtex +catalogue-date 2009-10-23 13:28:39 +0200 +catalogue-license lppl1.3 +catalogue-version 4.1g + +name rjlparshap +category Package +revision 15878 +docfiles size=32 + texmf-dist/doc/latex/rjlparshap/README + texmf-dist/doc/latex/rjlparshap/rjlpshap.pdf +srcfiles size=8 + texmf-dist/source/latex/rjlparshap/rjlpshap.dtx + texmf-dist/source/latex/rjlparshap/rjlpshap.ins +runfiles size=2 + texmf-dist/tex/latex/rjlparshap/rjlpshap.sty + +name rlepsf +category Package +revision 15878 +shortdesc Rewrite labels in EPS graphics. +longdesc A macro package for use with epsf.tex which allows PostScript +longdesc labels in an Encapsulated PostScript file to be replaced by TeX +longdesc labels. The package provides commands \relabel (simply replace +longdesc a PostScript string), \adjustrelabel (replace a PostScript +longdesc string, with position adjustment), and \extralabel (add a label +longdesc at given coordinates). You can, if you so choose, use the +longdesc facilities of the labelfig package in place of using +longdesc \extralabel. +docfiles size=18 + texmf-dist/doc/latex/rlepsf/read.me + texmf-dist/doc/latex/rlepsf/rlepsdoc.ps.gz +runfiles size=2 + texmf-dist/tex/latex/rlepsf/rlepsf.tex +catalogue-ctan /macros/generic/rlepsf +catalogue-date 2007-01-13 23:45:25 +0100 +catalogue-license lppl + +name rmpage +category Package +revision 15878 +shortdesc A package to help change page layout parameters in LaTeX. +longdesc The package lets you change page layout parameters in small +longdesc steps over a range of values using options. It can set +longdesc \textwidth appropriately for the main fount, and ensure that +longdesc the text fits inside the printable area of a printer. An +longdesc rmpage-formatted document can be typeset identically without +longdesc rmpage after a single cut and paste operation. Local +longdesc configuration can set defaults: for all documents; and by +longdesc class, by printer, and by paper size. The geometry package is +longdesc better if you want to set page layout parameters to particular +longdesc measurements. +docfiles size=134 + texmf-dist/doc/latex/rmpage/rmpage.dvi + texmf-dist/doc/latex/rmpage/rmpage.tex +srcfiles size=15 + texmf-dist/source/latex/rmpage/readme + texmf-dist/source/latex/rmpage/rmplocal.gfc +runfiles size=66 + texmf-dist/tex/latex/rmpage/rmpage.sty + texmf-dist/tex/latex/rmpage/rmpgen.cfg +catalogue-ctan /macros/latex/contrib/rmpage +catalogue-date 2008-12-14 18:44:30 +0100 +catalogue-license gpl +catalogue-version 0.92 + +name robustcommand +category Package +revision 15878 +shortdesc Declare robust command, with \newcommand checks. +longdesc The package merely provides a variation of +longdesc \DeclareRobustCommand, which checks for the existence of a +longdesc command before declaring it robust. +docfiles size=19 + texmf-dist/doc/latex/robustcommand/README details="Readme" + texmf-dist/doc/latex/robustcommand/robustcommand.pdf details="Benutzerdoku:" language="de" +srcfiles size=3 + texmf-dist/source/latex/robustcommand/robustcommand.dtx + texmf-dist/source/latex/robustcommand/robustcommand.ins +runfiles size=1 + texmf-dist/tex/latex/robustcommand/robustcommand.sty +catalogue-ctan /macros/latex/contrib/robustcommand +catalogue-date 2007-02-26 15:09:49 +0100 +catalogue-license lppl +catalogue-version 0.1 + +name robustindex +category Package +revision 15878 +shortdesc Create index with pagerefs. +longdesc Third parties often change the page numbers without rerunning +longdesc makeindex. One would like to make the page numbers in the index +longdesc entries more robust. This bundle provides robustindex.sty and +longdesc robustglossary.sty, which use the \pageref mechanism to +longdesc maintain correct page numbers +docfiles size=34 + texmf-dist/doc/latex/robustindex/README details="Readme" + texmf-dist/doc/latex/robustindex/robustindex.html details="Package documentation" + texmf-dist/doc/latex/robustindex/robustsample.pdf + texmf-dist/doc/latex/robustindex/robustsample.tex +runfiles size=3 + texmf-dist/tex/latex/robustindex/robustglossary.sty + texmf-dist/tex/latex/robustindex/robustindex.sty +catalogue-ctan /macros/latex/contrib/robustindex +catalogue-date 2007-02-26 15:09:49 +0100 +catalogue-license lppl + +name roex +category Package +revision 15878 +srcfiles size=17 + texmf-dist/source/metafont/roex/0roex.doc + texmf-dist/source/metafont/roex/roexsamp/0roexsam.doc + texmf-dist/source/metafont/roex/roexsamp/es-01.mf + texmf-dist/source/metafont/roex/roexsamp/es-02.mf + texmf-dist/source/metafont/roex/roexsamp/es-03.mf + texmf-dist/source/metafont/roex/roexsamp/ro-01.mf + texmf-dist/source/metafont/roex/roexsamp/ro-02.mf + texmf-dist/source/metafont/roex/roexsamp/ro-03.mf + texmf-dist/source/metafont/roex/roexsamp/ro-04.mf + texmf-dist/source/metafont/roex/roexsamp/ro-05.mf + texmf-dist/source/metafont/roex/roexsamp/ro-06.mf + texmf-dist/source/metafont/roex/roexsamp/ro-07.mf + texmf-dist/source/metafont/roex/roexsamp/roes-01.mf + texmf-dist/source/metafont/roex/roexsamp/roes-02.mf + texmf-dist/source/metafont/roex/roexsamp/roes-03.mf + texmf-dist/source/metafont/roex/roexsamp/roes-04.mf +runfiles size=17 + texmf-dist/metafont/roex/roex.mf + +name romannum +category Package +revision 15878 +shortdesc Generate roman numerals instead of arabic digits. +longdesc The romannum package changes LaTeX generated numbers to be +longdesc printed with roman numerals instead of arabic digits. It +longdesc requires the stdclsdv package. Users of the bookhands fonts may +longdesc find this package useful. +docfiles size=37 + texmf-dist/doc/latex/romannum/README details="Readme" + texmf-dist/doc/latex/romannum/romannum.pdf details="Package documentation" +srcfiles size=6 + texmf-dist/source/latex/romannum/romannum.dtx + texmf-dist/source/latex/romannum/romannum.ins +runfiles size=2 + texmf-dist/tex/latex/romannum/romannum.sty +catalogue-ctan /macros/latex/contrib/romannum +catalogue-date 2009-09-03 13:00:14 +0200 +catalogue-license lppl +catalogue-version 1.0b + +name rotating +category Package +revision 15878 +shortdesc Rotation tools, including rotated full-page floats. +longdesc A package built on the standard LaTeX graphics package to +longdesc perform all the different sorts of rotation one might like, +longdesc including complete figures and tables with their captions. If +longdesc you want continuous text (i.e., more than one page) set in +longdesc landscape mode, use the lscape package instead. The rotating +longdesc packages only deals in rotated boxes (or floats, which are +longdesc themselves boxes), and boxes always stay on one page. If you +longdesc need to use the facilities of the float in the same document, +longdesc load rotating.sty via rotfloat, which smooths the path between +longdesc the rotating and float packages. +docfiles size=36 + texmf-dist/doc/latex/rotating/README details="Readme" + texmf-dist/doc/latex/rotating/cat.eps + texmf-dist/doc/latex/rotating/examples.tex + texmf-dist/doc/latex/rotating/rotating.pdf details="Package documentation" +srcfiles size=7 + texmf-dist/source/latex/rotating/rotating.dtx + texmf-dist/source/latex/rotating/rotating.ins +runfiles size=2 + texmf-dist/tex/latex/rotating/rotating.sty +catalogue-ctan /macros/latex/contrib/rotating +catalogue-date 2009-03-28 21:34:48 +0100 +catalogue-license lppl +catalogue-version 2.16a + +name rotfloat +category Package +revision 15878 +shortdesc Rotate floats. +longdesc The float package provides commands to define new floats of +longdesc various styles (plain, boxed, ruled, and userdefined ones); the +longdesc rotating package provides new environments (sidewaysfigure and +longdesc sidewaystable) which are rotated by 90 or 270 degrees. But what +longdesc about new rotated floats, e.g. a rotated ruled one? This +longdesc package makes this possible; it builds a bridge between the two +longdesc packages and extends the commands from the float package to +longdesc define rotated versions of the new floats, too. +docfiles size=3 + texmf-dist/doc/latex/rotfloat/examples.tex + texmf-dist/doc/latex/rotfloat/rotfloat.xml +srcfiles size=6 + texmf-dist/source/latex/rotfloat/rotfloat.dtx + texmf-dist/source/latex/rotfloat/rotfloat.ins +runfiles size=1 + texmf-dist/tex/latex/rotfloat/rotfloat.sty +catalogue-ctan /macros/latex/contrib/rotfloat +catalogue-date 2009-10-07 22:25:55 +0200 +catalogue-license lppl +catalogue-version 1.2 + +name rotpages +category Package +revision 15878 +shortdesc Typeset sets of pages upside-down and backwards. +longdesc The rotpages package allows you to format documents where small +longdesc sets of pages are rotated by 180 degrees and rearranged, so +longdesc that they can be read by turning the printed copy upside-down. +longdesc It was primarly meant for collecting exercises and solutions: +longdesc using the package, you can print the exercise text normally and +longdesc the solutions rotated. +docfiles size=57 + texmf-dist/doc/latex/rotpages/Examples/rotpages-doublecolumn-ex.pdf + texmf-dist/doc/latex/rotpages/Examples/rotpages-doublecolumn-ex.tex + texmf-dist/doc/latex/rotpages/Examples/rotpages-fancy-ex.pdf + texmf-dist/doc/latex/rotpages/Examples/rotpages-fancy-ex.tex + texmf-dist/doc/latex/rotpages/Examples/rotpages-singlecolumn-ex.pdf + texmf-dist/doc/latex/rotpages/Examples/rotpages-singlecolumn-ex.tex + texmf-dist/doc/latex/rotpages/README details="Readme" + texmf-dist/doc/latex/rotpages/rotpages-doc.pdf + texmf-dist/doc/latex/rotpages/rotpages-doc.tex +runfiles size=2 + texmf-dist/tex/latex/rotpages/rotpages.sty +catalogue-ctan /macros/latex/contrib/rotpages +catalogue-date 2007-01-14 10:43:12 +0100 +catalogue-license lppl +catalogue-version 3.0 + +name rsc +category Package +revision 15878 +shortdesc BibTeX style for use with RSC journals. +longdesc The rsc package provides a BibTeX style in accordance with the +longdesc requirements of the Royal Society of Chemistry. It was +longdesc originally based on the file pccp.bst, but also implements a +longdesc number of styles from the achemso package. The package is now a +longdesc stub for the chemstyle package, which the author developed to +longdesc unify the writing of articles with a chemistry content. +docfiles size=45 + texmf-dist/doc/latex/rsc/README details="Readme" + texmf-dist/doc/latex/rsc/rsc-demo.tex + texmf-dist/doc/latex/rsc/rsc.bib + texmf-dist/doc/latex/rsc/rsc.pdf details="Package documentation" +srcfiles size=15 + texmf-dist/source/latex/rsc/rsc.dtx + texmf-dist/source/latex/rsc/rsc.ins +runfiles size=15 + texmf-dist/bibtex/bst/rsc/angew.bst + texmf-dist/bibtex/bst/rsc/rsc.bst + texmf-dist/tex/latex/rsc/rsc.sty +catalogue-ctan /macros/latex/contrib/rsc +catalogue-date 2009-10-16 10:52:04 +0200 +catalogue-license gpl +catalogue-version 3.1c + +name rsfs +category Package +revision 15878 +shortdesc Ralph Smith's Formal Script font. +longdesc The fonts provide uppercase 'formal' script letters for use as +longdesc symbols in scientific and mathematical typesetting (in contrast +longdesc to the informal script fonts such as that used for the +longdesc 'calligraphic' symbols in the TeX maths symbol font). The fonts +longdesc are provided as MetaFont source, and as derived Adobe Type 1 +longdesc format. LaTeX support, for using these fonts in mathematics, is +longdesc available via one of the packages calrsfs and mathrsfs. +execute addMixedMap rsfs.map +docfiles size=2 + texmf-dist/doc/fonts/rsfs/README details="Readme" + texmf-dist/doc/fonts/rsfs/README.type1 +runfiles size=35 + texmf-dist/fonts/afm/public/rsfs/rsfs10.afm + texmf-dist/fonts/afm/public/rsfs/rsfs5.afm + texmf-dist/fonts/afm/public/rsfs/rsfs7.afm + texmf-dist/fonts/map/dvips/rsfs/rsfs.map + texmf-dist/fonts/source/public/rsfs/rsfs10.mf + texmf-dist/fonts/source/public/rsfs/rsfs5.mf + texmf-dist/fonts/source/public/rsfs/rsfs7.mf + texmf-dist/fonts/source/public/rsfs/script.mf + texmf-dist/fonts/source/public/rsfs/scriptu.mf + texmf-dist/fonts/tfm/public/rsfs/rsfs10.tfm + texmf-dist/fonts/tfm/public/rsfs/rsfs5.tfm + texmf-dist/fonts/tfm/public/rsfs/rsfs7.tfm + texmf-dist/fonts/type1/public/rsfs/rsfs10.pfb + texmf-dist/fonts/type1/public/rsfs/rsfs10.pfm + texmf-dist/fonts/type1/public/rsfs/rsfs5.pfb + texmf-dist/fonts/type1/public/rsfs/rsfs5.pfm + texmf-dist/fonts/type1/public/rsfs/rsfs7.pfb + texmf-dist/fonts/type1/public/rsfs/rsfs7.pfm + texmf-dist/tex/plain/rsfs/scrload.tex +catalogue-ctan /fonts/rsfs +catalogue-date 2008-12-14 19:11:27 +0100 +catalogue-license other-free + +name rtkinenc +category Package +revision 15878 +shortdesc Input encoding with fallback procedures. +longdesc The rtkinenc package is functionally similar to the standard +longdesc LaTeX package inputenc: both set up active characters so that +longdesc an input character outside the range of 7-bit visible ASCII is +longdesc coverted into one or more corresponding LaTeX commands. The +longdesc main difference lies in that rtkinenc allows the user to +longdesc specify a fallback procedure to use when the text command +longdesc corresponding to some input character isn't available. Names of +longdesc commands in rtkinenc have been selected so that it can read +longdesc inputenc encoding definition files, and the aim is that +longdesc rtkinenc should be backwards compatible with inputenc. rtkinenc +longdesc is not a new version of inputenc though, nor is it part of +longdesc standard LaTeX. For an example of how rtkinenc is used, the +longdesc user may look at the tclldoc class. +docfiles size=1 + texmf-dist/doc/latex/rtkinenc/README.txt details="Readme" +srcfiles size=7 + texmf-dist/source/latex/rtkinenc/rtkinenc.dtx + texmf-dist/source/latex/rtkinenc/rtkinenc.ins +runfiles size=2 + texmf-dist/tex/latex/rtkinenc/rtkinenc.sty +catalogue-ctan /macros/latex/contrib/rtkinenc +catalogue-date 2007-01-15 14:17:51 +0100 +catalogue-license lppl +catalogue-version 1.0 + +name rtklage +category Package +revision 15878 +catalogue ratex +shortdesc A package for German lawyers +longdesc RATeX is a newly developed bundle of packages and classes +longdesc provided for German lawyers. Now in the early beginning it only +longdesc contains rtklage, a class to make lawsuits. +docfiles size=20 + texmf-dist/doc/latex/rtklage/README language="de" + texmf-dist/doc/latex/rtklage/bspklage.tex + texmf-dist/doc/latex/rtklage/rtklage.pdf language="de" +runfiles size=1 + texmf-dist/tex/latex/rtklage/rtklage.cls +catalogue-ctan /macros/latex/contrib/rtklage +catalogue-date 2006-02-07 18:31:12 +0100 +catalogue-license lppl + +name ruhyphen +category Package +revision 15878 +shortdesc Russian hyphenation. +longdesc A collection of Russian hyphenation patterns supporting a +longdesc number of Cyrillic font encodings, including T2, UCY (Omega +longdesc Unicode Cyrillic), LCY, LWN (OT2), and koi8-r. +srcfiles size=15 + texmf-dist/source/generic/ruhyphen/BUGS + texmf-dist/source/generic/ruhyphen/Makefile + texmf-dist/source/generic/ruhyphen/README + texmf-dist/source/generic/ruhyphen/README.ruhyphal + texmf-dist/source/generic/ruhyphen/hyphen.rules + texmf-dist/source/generic/ruhyphen/mkcyryo + texmf-dist/source/generic/ruhyphen/reduce-patt + texmf-dist/source/generic/ruhyphen/sorthyph + texmf-dist/source/generic/ruhyphen/sortkoi8 + texmf-dist/source/generic/ruhyphen/trans +runfiles size=62 + texmf-dist/tex/generic/ruhyphen/catkoi.tex + texmf-dist/tex/generic/ruhyphen/cyryoal.tex + texmf-dist/tex/generic/ruhyphen/cyryoas.tex + texmf-dist/tex/generic/ruhyphen/cyryoct.tex + texmf-dist/tex/generic/ruhyphen/cyryodv.tex + texmf-dist/tex/generic/ruhyphen/cyryomg.tex + texmf-dist/tex/generic/ruhyphen/cyryovl.tex + texmf-dist/tex/generic/ruhyphen/cyryozn.tex + texmf-dist/tex/generic/ruhyphen/enrhm2.tex + texmf-dist/tex/generic/ruhyphen/hypht2.tex + texmf-dist/tex/generic/ruhyphen/koi2koi.tex + texmf-dist/tex/generic/ruhyphen/koi2lcy.tex + texmf-dist/tex/generic/ruhyphen/koi2ot2.tex + texmf-dist/tex/generic/ruhyphen/koi2t2a.tex + texmf-dist/tex/generic/ruhyphen/koi2ucy.tex + texmf-dist/tex/generic/ruhyphen/ruenhyph.tex + texmf-dist/tex/generic/ruhyphen/ruhyphal.tex + texmf-dist/tex/generic/ruhyphen/ruhyphas.tex + texmf-dist/tex/generic/ruhyphen/ruhyphct.tex + texmf-dist/tex/generic/ruhyphen/ruhyphdv.tex + texmf-dist/tex/generic/ruhyphen/ruhyphen.tex + texmf-dist/tex/generic/ruhyphen/ruhyphmg.tex + texmf-dist/tex/generic/ruhyphen/ruhyphvl.tex + texmf-dist/tex/generic/ruhyphen/ruhyphzn.tex +catalogue-ctan /language/hyphenation/ruhyphen +catalogue-date 2007-01-14 10:43:12 +0100 +catalogue-license lppl +catalogue-version 1.6 + +name sageep +category Package +revision 15878 +shortdesc Format papers for the annual meeting of EEGS. +longdesc The class provides formatting for papers for the annual meeting +longdesc of the Environmental and Engineering Geophysical Society (EEGS) +longdesc ("Application of Geophysics to Engineering and Environmental +longdesc Problems", known as SAGEEP). +docfiles size=98 + texmf-dist/doc/latex/sageep/README details="Readme" + texmf-dist/doc/latex/sageep/sageep.bib + texmf-dist/doc/latex/sageep/sageep.pdf details="Package documentation" + texmf-dist/doc/latex/sageep/sageep_graphic2009.jpg + texmf-dist/doc/latex/sageep/sample.pdf details="Formatted sample" + texmf-dist/doc/latex/sageep/sample.tex +srcfiles size=6 + texmf-dist/source/latex/sageep/Makefile + texmf-dist/source/latex/sageep/sageep.dtx + texmf-dist/source/latex/sageep/sageep.ins +runfiles size=9 + texmf-dist/bibtex/bst/sageep/sageep.bst + texmf-dist/tex/latex/sageep/sageep.cls +catalogue-ctan /macros/latex/contrib/sageep +catalogue-date 2009-01-23 11:09:06 +0100 +catalogue-license lppl +catalogue-version 1.0 + +name sagetex +category Package +revision 15878 +shortdesc Embed Sage code and plots into LaTeX. +longdesc Sagetex allows you to embed code, the results of computations, +longdesc plots, and graphics from the Sage mathematics software suite +longdesc into LaTeX documents. It is similar in spirit to Literate +longdesc Haskell and lhs2TeX. +docfiles size=149 + texmf-dist/doc/latex/sagetex/README details="Readme" + texmf-dist/doc/latex/sagetex/example.pdf + texmf-dist/doc/latex/sagetex/example.tex + texmf-dist/doc/latex/sagetex/extractsagecode.py + texmf-dist/doc/latex/sagetex/makestatic.py + texmf-dist/doc/latex/sagetex/remote-sagetex.py + texmf-dist/doc/latex/sagetex/sagetex.py + texmf-dist/doc/latex/sagetex/sagetexpackage.pdf details="Package documentation" + texmf-dist/doc/latex/sagetex/sagetexparse.py +srcfiles size=32 + texmf-dist/source/latex/sagetex/py-and-sty.dtx + texmf-dist/source/latex/sagetex/remote-sagetex.dtx + texmf-dist/source/latex/sagetex/sagetexpackage.dtx + texmf-dist/source/latex/sagetex/sagetexpackage.ins + texmf-dist/source/latex/sagetex/scripts.dtx +runfiles size=2 + texmf-dist/tex/latex/sagetex/sagetex.sty +catalogue-ctan /macros/latex/contrib/sagetex +catalogue-date 2009-06-20 09:05:42 +0200 +catalogue-license gpl +catalogue-version 2.2.1 + +name sanskrit +category Package +revision 15878 +shortdesc Sanskrit support. +longdesc A font and pre-processor suitable for the production of +longdesc documents written in Sanskrit. Type 1 versions of the fonts are +longdesc available. +execute addMap skt.map +docfiles size=171 + texmf-dist/doc/latex/sanskrit/readme.txt details="Readme" + texmf-dist/doc/latex/sanskrit/sktdoc.pdf +srcfiles size=56 + texmf-dist/source/latex/sanskrit/skt.c + texmf-dist/source/latex/sanskrit/sktdoc.skt +runfiles size=167 + texmf-dist/fonts/map/dvips/sanskrit/skt.map + texmf-dist/fonts/source/public/sanskrit/skt10.mf + texmf-dist/fonts/source/public/sanskrit/skt8.mf + texmf-dist/fonts/source/public/sanskrit/skt9.mf + texmf-dist/fonts/source/public/sanskrit/sktb10.mf + texmf-dist/fonts/source/public/sanskrit/sktbs10.mf + texmf-dist/fonts/source/public/sanskrit/sktchars.mf + texmf-dist/fonts/source/public/sanskrit/sktdefs.mf + texmf-dist/fonts/source/public/sanskrit/sktf10.mf + texmf-dist/fonts/source/public/sanskrit/sktfs10.mf + texmf-dist/fonts/source/public/sanskrit/sktligs.mf + texmf-dist/fonts/source/public/sanskrit/skts10.mf + texmf-dist/fonts/tfm/public/sanskrit/skt10.tfm + texmf-dist/fonts/tfm/public/sanskrit/skt8.tfm + texmf-dist/fonts/tfm/public/sanskrit/skt9.tfm + texmf-dist/fonts/tfm/public/sanskrit/sktb10.tfm + texmf-dist/fonts/tfm/public/sanskrit/sktbs10.tfm + texmf-dist/fonts/tfm/public/sanskrit/sktf10.tfm + texmf-dist/fonts/tfm/public/sanskrit/sktfs10.tfm + texmf-dist/fonts/tfm/public/sanskrit/skts10.tfm + texmf-dist/fonts/type1/public/sanskrit/skt10.pfb + texmf-dist/fonts/type1/public/sanskrit/skt8.pfb + texmf-dist/fonts/type1/public/sanskrit/skt9.pfb + texmf-dist/fonts/type1/public/sanskrit/sktb10.pfb + texmf-dist/fonts/type1/public/sanskrit/sktbs10.pfb + texmf-dist/fonts/type1/public/sanskrit/sktf10.pfb + texmf-dist/fonts/type1/public/sanskrit/sktfs10.pfb + texmf-dist/fonts/type1/public/sanskrit/skts10.pfb + texmf-dist/tex/latex/sanskrit/ot1skt.fd + texmf-dist/tex/latex/sanskrit/skt.sty +catalogue-ctan /language/sanskrit +catalogue-date 2007-01-14 10:43:12 +0100 +catalogue-license lppl + +name sauerj +category Package +revision 15878 +shortdesc A bundle of utilities by Jonathan Sauer. +longdesc The bundle consists of: a tool for collecting text for later +longdesc re-use, a tool for typesetting the "meta-information" within a +longdesc text, a tool for use in constructing macros with multiple +longdesc optional parameters, a package for multiple column parallel +longdesc texts, a tool for processing key-value structured lists, and +longdesc macros for typesetting a number as a German-language string. +docfiles size=255 + texmf-dist/doc/latex/sauerj/README + texmf-dist/doc/latex/sauerj/collect.pdf + texmf-dist/doc/latex/sauerj/metainfo.pdf + texmf-dist/doc/latex/sauerj/optparams.pdf + texmf-dist/doc/latex/sauerj/parcolumns.pdf + texmf-dist/doc/latex/sauerj/processkv.pdf + texmf-dist/doc/latex/sauerj/zahl2string.pdf +srcfiles size=41 + texmf-dist/source/latex/sauerj/collect.dtx + texmf-dist/source/latex/sauerj/collect.ins + texmf-dist/source/latex/sauerj/metainfo.dtx + texmf-dist/source/latex/sauerj/metainfo.ins + texmf-dist/source/latex/sauerj/optparams.dtx + texmf-dist/source/latex/sauerj/optparams.ins + texmf-dist/source/latex/sauerj/parcolumns.dtx + texmf-dist/source/latex/sauerj/parcolumns.ins + texmf-dist/source/latex/sauerj/processkv.dtx + texmf-dist/source/latex/sauerj/processkv.ins + texmf-dist/source/latex/sauerj/zahl2string.dtx + texmf-dist/source/latex/sauerj/zahl2string.ins +runfiles size=8 + texmf-dist/tex/latex/sauerj/collect.sty + texmf-dist/tex/latex/sauerj/metainfo.sty + texmf-dist/tex/latex/sauerj/optparams.sty + texmf-dist/tex/latex/sauerj/parcolumns.sty + texmf-dist/tex/latex/sauerj/processkv.sty + texmf-dist/tex/latex/sauerj/zahl2string.sty +catalogue-ctan /macros/latex/contrib/sauerj +catalogue-date 2007-01-15 20:25:47 +0100 +catalogue-license lppl + +name sauter +category Package +revision 13293 +shortdesc Wide range of design sizes for CM fonts. +longdesc Extensions, originally to the CM fonts, providing a +longdesc parameterization scheme to build MetaFont fonts at true design +longdesc sizes, for a large range of sizes. The scheme has now been +longdesc extended to a range of other fonts, including the AMS fonts, +longdesc bbm, bbold, rsfs and wasy fonts. +runfiles size=61 + texmf-dist/fonts/source/public/sauter/b-cmb.mf + texmf-dist/fonts/source/public/sauter/b-cmbsy.mf + texmf-dist/fonts/source/public/sauter/b-cmbx.mf + texmf-dist/fonts/source/public/sauter/b-cmbxsl.mf + texmf-dist/fonts/source/public/sauter/b-cmbxti.mf + texmf-dist/fonts/source/public/sauter/b-cmcsc.mf + texmf-dist/fonts/source/public/sauter/b-cmdunh.mf + texmf-dist/fonts/source/public/sauter/b-cmex.mf + texmf-dist/fonts/source/public/sauter/b-cmff.mf + texmf-dist/fonts/source/public/sauter/b-cmfi.mf + texmf-dist/fonts/source/public/sauter/b-cmfib.mf + texmf-dist/fonts/source/public/sauter/b-cminch.mf + texmf-dist/fonts/source/public/sauter/b-cmitt.mf + texmf-dist/fonts/source/public/sauter/b-cmmi.mf + texmf-dist/fonts/source/public/sauter/b-cmmib.mf + texmf-dist/fonts/source/public/sauter/b-cmr.mf + texmf-dist/fonts/source/public/sauter/b-cmsl.mf + texmf-dist/fonts/source/public/sauter/b-cmsltt.mf + texmf-dist/fonts/source/public/sauter/b-cmss.mf + texmf-dist/fonts/source/public/sauter/b-cmssbx.mf + texmf-dist/fonts/source/public/sauter/b-cmssdc.mf + texmf-dist/fonts/source/public/sauter/b-cmssi.mf + texmf-dist/fonts/source/public/sauter/b-cmssq.mf + texmf-dist/fonts/source/public/sauter/b-cmssqi.mf + texmf-dist/fonts/source/public/sauter/b-cmssxi.mf + texmf-dist/fonts/source/public/sauter/b-cmsy.mf + texmf-dist/fonts/source/public/sauter/b-cmtcsc.mf + texmf-dist/fonts/source/public/sauter/b-cmtex.mf + texmf-dist/fonts/source/public/sauter/b-cmti.mf + texmf-dist/fonts/source/public/sauter/b-cmtt.mf + texmf-dist/fonts/source/public/sauter/b-cmu.mf + texmf-dist/fonts/source/public/sauter/b-cmvtt.mf + texmf-dist/fonts/source/public/sauter/c-bmath.mf + texmf-dist/fonts/source/public/sauter/c-cmbx.mf + texmf-dist/fonts/source/public/sauter/c-cmex.mf + texmf-dist/fonts/source/public/sauter/c-cmff.mf + texmf-dist/fonts/source/public/sauter/c-cmmi.mf + texmf-dist/fonts/source/public/sauter/c-cmr.mf + texmf-dist/fonts/source/public/sauter/c-cmss.mf + texmf-dist/fonts/source/public/sauter/c-cmssbx.mf + texmf-dist/fonts/source/public/sauter/c-cmssq.mf + texmf-dist/fonts/source/public/sauter/c-cmsy.mf + texmf-dist/fonts/source/public/sauter/c-cmti.mf + texmf-dist/fonts/source/public/sauter/c-cmtt.mf + texmf-dist/fonts/source/public/sauter/c-sigma.mf +catalogue-ctan /fonts/cm/sauter +catalogue-date 2008-12-30 21:17:11 +0100 +catalogue-license gpl +catalogue-version 2.4 + +name sauterfonts +category Package +revision 15878 +shortdesc Use sauter fonts in LaTeX. +longdesc A package providing font definition files (plus a replacement +longdesc for the package exscale) to access many of the fonts in +longdesc Sauter's collection. These fonts are available in all point +longdesc sizes and look nicer for such "intermediate" document sizes as +longdesc 11pt. Also included is the package sbbm, an alternative to +longdesc access the bbm fonts, a nice collection of blackboard bold +longdesc symbols. +docfiles size=1 + texmf-dist/doc/latex/sauterfonts/README details="Readme" +srcfiles size=6 + texmf-dist/source/latex/sauterfonts/sauterfonts.fdd + texmf-dist/source/latex/sauterfonts/sauterfonts.ins +runfiles size=30 + texmf-dist/tex/latex/sauterfonts/sbbm.sty + texmf-dist/tex/latex/sauterfonts/sexscale.sty + texmf-dist/tex/latex/sauterfonts/somlcmm.fd + texmf-dist/tex/latex/sauterfonts/somlcmr.fd + texmf-dist/tex/latex/sauterfonts/somscmr.fd + texmf-dist/tex/latex/sauterfonts/somscmsy.fd + texmf-dist/tex/latex/sauterfonts/somxcmex.fd + texmf-dist/tex/latex/sauterfonts/sot1cmdh.fd + texmf-dist/tex/latex/sauterfonts/sot1cmfib.fd + texmf-dist/tex/latex/sauterfonts/sot1cmfr.fd + texmf-dist/tex/latex/sauterfonts/sot1cmr.fd + texmf-dist/tex/latex/sauterfonts/sot1cmss.fd + texmf-dist/tex/latex/sauterfonts/sot1cmtt.fd + texmf-dist/tex/latex/sauterfonts/sot1cmvtt.fd + texmf-dist/tex/latex/sauterfonts/subbm.fd + texmf-dist/tex/latex/sauterfonts/subbmdh.fd + texmf-dist/tex/latex/sauterfonts/subbmfib.fd + texmf-dist/tex/latex/sauterfonts/subbmss.fd + texmf-dist/tex/latex/sauterfonts/subbmtt.fd + texmf-dist/tex/latex/sauterfonts/subbmvtt.fd + texmf-dist/tex/latex/sauterfonts/subbold.fd + texmf-dist/tex/latex/sauterfonts/sucmr.fd + texmf-dist/tex/latex/sauterfonts/sucmss.fd + texmf-dist/tex/latex/sauterfonts/sucmtt.fd + texmf-dist/tex/latex/sauterfonts/sulasy.fd + texmf-dist/tex/latex/sauterfonts/sumsa.fd + texmf-dist/tex/latex/sauterfonts/sumsb.fd + texmf-dist/tex/latex/sauterfonts/sursfs.fd + texmf-dist/tex/latex/sauterfonts/sustmry.fd + texmf-dist/tex/latex/sauterfonts/suwasy.fd +catalogue-ctan /macros/latex/contrib/sauterfonts +catalogue-date 2007-01-14 10:43:12 +0100 +catalogue-license gpl + +name savefnmark +category Package +revision 15878 +shortdesc Save name of the footnote mark for reuse. +longdesc Sometimes the same footnote applies to more than one location +longdesc in a table. With this package the mark of a footnote can be +longdesc saved into a name, and re-used subsequently without creating +longdesc another footnote at the bottom. +docfiles size=46 + texmf-dist/doc/latex/savefnmark/savefnmark.pdf +srcfiles size=5 + texmf-dist/source/latex/savefnmark/savefnmark.drv + texmf-dist/source/latex/savefnmark/savefnmark.dtx + texmf-dist/source/latex/savefnmark/savefnmark.ins +runfiles size=1 + texmf-dist/tex/latex/savefnmark/savefnmark.sty +catalogue-ctan /macros/latex/contrib/savefnmark +catalogue-date 2007-01-14 15:20:52 +0100 +catalogue-license gpl +catalogue-version 1.0 + +name savesym +category Package +revision 15878 +shortdesc Redefine symbols where names conflict. +longdesc There are a number of symbols (e.g., \Square) that are defined +longdesc by several packages. In order to typeset all the variants in a +longdesc document, we have to give the glyph a unique name. To do that, +longdesc we define \savesymbol{XXX}, which renames a symbol from \XXX to +longdesc \origXXX, and \restoresymbols{yyy}{XXX}, which renames \origXXX +longdesc back to \XXX and defines a new command, \yyyXXX, which +longdesc corresponds to the most recently loaded version of \XXX. +runfiles size=1 + texmf-dist/tex/latex/savesym/savesym.sty +catalogue-ctan /macros/latex/contrib/savesym/savesym.sty +catalogue-date 2007-01-14 15:20:52 +0100 +catalogue-license lppl +catalogue-version 1.1 + +name savetrees +category Package +revision 15878 +shortdesc Pack as much as possible onto each page of a LaTeX document. +longdesc The goal of the savetrees package is to pack as much text as +longdesc possible onto each page of a LaTeX document. Admittedly, this +longdesc makes the document far less attractive. Nevertheless, savetrees +longdesc is a simple way to save paper when printing draft copies of a +longdesc document. It can also be useful when trying to meet a tight +longdesc page-length requirement for a conference or journal submission. +docfiles size=70 + texmf-dist/doc/latex/savetrees/README details="Package README" + texmf-dist/doc/latex/savetrees/makethin.pl + texmf-dist/doc/latex/savetrees/savetrees.pdf details="Package documentation" +srcfiles size=27 + texmf-dist/source/latex/savetrees/savetrees.dtx + texmf-dist/source/latex/savetrees/savetrees.ins +runfiles size=9 + texmf-dist/bibtex/bst/savetrees/savetrees.bst + texmf-dist/tex/latex/savetrees/savetrees.sty +catalogue-ctan /macros/latex/contrib/savetrees +catalogue-date 2007-12-23 23:55:50 +0100 +catalogue-license lppl +catalogue-version 1.2a + +name scale +category Package +revision 15878 +shortdesc Scale document by sqrt(2) or magstep(2). +longdesc A package to scale a document by sqrt(2) (or by \magstep{2}). +longdesc This is useful if you are preparing a document on, for example, +longdesc A5 paper and want to print on A4 paper to achieve a better +longdesc resolution. +docfiles size=6 + texmf-dist/doc/latex/scale/COPYING + texmf-dist/doc/latex/scale/README +srcfiles size=3 + texmf-dist/source/latex/scale/scale.dtx + texmf-dist/source/latex/scale/scale.ins +runfiles size=1 + texmf-dist/tex/latex/scale/scale.sty +catalogue-ctan /macros/latex/contrib/scale +catalogue-date 2006-11-06 12:20:58 +0100 +catalogue-license gpl +catalogue-version 1.1.2 + +name scalebar +category Package +revision 15878 +shortdesc Create scalebars for maps, diagrams or photos. +longdesc This is a small package to create scalebars for maps, diagrams +longdesc or photos. It was designed for use with cave maps but can be +longdesc used for anything from showing a scalebar in kilometers for +longdesc topographic maps to a scalebar in micrometers for an electron +longdesc microscope image. +docfiles size=17 + texmf-dist/doc/latex/scalebar/README details="Package README" + texmf-dist/doc/latex/scalebar/scalebar_examples.pdf details="Package usage guide and examples" + texmf-dist/doc/latex/scalebar/scalebar_examples.tex +srcfiles size=6 + texmf-dist/source/latex/scalebar/scalebar.dtx + texmf-dist/source/latex/scalebar/scalebar.ins +runfiles size=1 + texmf-dist/tex/latex/scalebar/scalebar.sty +catalogue-ctan /macros/latex/contrib/scalebar +catalogue-date 2006-11-06 13:28:58 +0100 +catalogue-license lppl +catalogue-version 1.0 + +name schemabloc +category Package +revision 15878 +shortdesc Draw block diagrams, using Tikz. +longdesc The package provides a set of macros for constructing block +longdesc diagrams, using TikZ. +docfiles size=56 + texmf-dist/doc/latex/schemabloc/README details="Readme" + texmf-dist/doc/latex/schemabloc/schemabloc.pdf details="Package documentation (French)" language="fr" + texmf-dist/doc/latex/schemabloc/schemabloc.tex +runfiles size=3 + texmf-dist/tex/latex/schemabloc/schemabloc.sty +catalogue-ctan /graphics/pgf/contrib/schemabloc +catalogue-date 2009-01-23 11:09:06 +0100 +catalogue-license lppl +catalogue-version 1.5 + +name scheme-basic +category Scheme +revision 13822 +shortdesc basic scheme (plain and LaTeX) +longdesc This is the basic TeX Live scheme: it is a small set of files +longdesc sufficient to typeset plain TeX or LaTeX documents in +longdesc PostScript or PDF. +depend collection-basic +depend collection-latex + +name scheme-context +category Scheme +revision 13822 +shortdesc ConTeXt scheme +longdesc This is the TeX Live scheme for installing ConTeXt. +depend collection-context +depend collection-metapost +depend xetex +depend tex-gyre +depend antt +depend antp +depend iwona +depend kurier +depend lm + +name scheme-full +category Scheme +revision 15618 +shortdesc full scheme (everything) +longdesc This is the full TeX Live scheme: it installs everything +longdesc available. +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-greek +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-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-games +depend collection-genericextra +depend collection-genericrecommended +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-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-langukenglish +depend collection-langvietnamese +depend collection-latex +depend collection-latex3 +depend collection-latexextra +depend collection-latexrecommended +depend collection-luatex +depend collection-mathextra +depend collection-metapost +depend collection-music +depend collection-omega +depend collection-pictures +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 15728 +shortdesc GUST TeX Live scheme +longdesc This is the GUST TeX Live scheme: it is a set of files +longdesc sufficient to typeset Polish plain TeX, LaTeX and ConTeXt +longdesc documents in PostScript or PDF. +depend FAQ-en +depend Type1fonts +depend amslatex-primer +depend amstex +depend antp +depend antt +depend comment +depend comprehensive +depend concrete +depend cyklop +depend firststeps +depend gustprog +depend impatient +depend iwona +depend metafont-beginners +depend metapost-examples +depend pstricks-tutorial +depend seminar +depend tds +depend tex4ht +depend bibtex8 +depend dvidvi +depend dviljk +depend seetexk +depend texdoc +depend collection-basic +depend collection-context +depend collection-documentation-polish +depend collection-fontutils +depend collection-fontsrecommended +depend collection-genericrecommended +depend collection-langpolish +depend collection-latex +depend collection-latexrecommended +depend collection-metapost +depend collection-texworks +depend collection-xetex + +name scheme-gutenberg +category Scheme +revision 15747 +shortdesc GUTenberg TeX Live scheme +longdesc This is the GUTenberg TeX Live scheme: it is a small set of +longdesc files sufficient to typeset plain TeX or LaTeX documents in +longdesc PostScript or PDF, specifically for French-speaking users. +depend collection-basic +depend collection-bibtexextra +depend collection-binextra +depend collection-context +depend collection-documentation-english +depend collection-documentation-french +depend collection-fontutils +depend collection-fontsextra +depend collection-fontsrecommended +depend collection-genericextra +depend collection-genericrecommended +depend collection-htmlxml +depend collection-langfrench +depend collection-langgerman +depend collection-latex +depend collection-latexextra +depend collection-latexrecommended +depend collection-mathextra +depend collection-metapost +depend collection-pictures +depend collection-plainextra +depend collection-pstricks +depend collection-texinfo +depend collection-texworks + +name scheme-medium +category Scheme +revision 15688 +shortdesc medium scheme (plain, latex, recommended packages, some languages) +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. +depend collection-basic +depend collection-binextra +depend collection-context +depend collection-documentation-english +depend collection-fontutils +depend collection-fontsrecommended +depend collection-langczechslovak +depend collection-langdutch +depend collection-langfrench +depend collection-langgerman +depend collection-langitalian +depend collection-langpolish +depend collection-langportuguese +depend collection-langspanish +depend collection-langukenglish +depend collection-latex +depend collection-latexrecommended +depend collection-mathextra +depend collection-metapost +depend collection-texinfo +depend collection-texworks +depend collection-xetex +depend collection-luatex +depend collection-genericrecommended + +name scheme-minimal +category Scheme +revision 13822 +shortdesc minimal scheme (plain only) +longdesc This is the minimal TeX Live scheme, with support for only +longdesc plain TeX. (No LaTeX macros.) LuaTeX is included because Lua +longdesc scripts are used in TeX Live infrastructure. This scheme +longdesc corresponds exactly to collection-basic. +depend collection-basic + +name scheme-omega +category Scheme +revision 13822 +shortdesc Omega scheme +longdesc This is a collection for people working only with Omega and +longdesc relatives on multilingual scripts. +depend collection-basic +depend collection-binextra +depend collection-documentation-english +depend collection-fontutils +depend collection-fontsrecommended +depend collection-langafrican +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-langfrench +depend collection-langgerman +depend collection-langgreek +depend collection-langhungarian +depend collection-langindic +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-langtibetan +depend collection-langukenglish +depend collection-langvietnamese +depend collection-latex +depend collection-omega +depend collection-texinfo + +name scheme-tetex +category Scheme +revision 14727 +shortdesc teTeX scheme (more than medium, but nowhere near full) +longdesc TeX Live scheme nearly equivalent to the teTeX distribution +longdesc that was maintained by Thomas Esser. +depend FAQ-en +depend SIunits +depend acronym +depend amslatex-primer +depend bbm +depend bbm-macros +depend bbold +depend bibtex8 +depend ctie +depend detex +depend dtl +depend dvi2tty +depend dvicopy +depend dvidvi +depend dviljk +depend patgen +depend pdftools +depend seetexk +depend tie +depend web +depend cmbright +depend cweb +depend eplain +depend eulervm +depend firststeps +depend gentle +depend lshort-english +depend mathmode +depend mkind-english +depend mltex +depend multirow +depend nomencl +depend pst-pdf +depend pstricks-tutorial +depend rsfs +depend subfigure +depend supertabular +depend tamethebeast +depend tds +depend tex-refs +depend collection-basic +depend collection-context +depend collection-documentation-base +depend collection-fontutils +depend collection-fontsrecommended +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-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-langukenglish +depend collection-langvietnamese +depend collection-latex +depend collection-latexrecommended +depend collection-mathextra +depend collection-metapost +depend collection-omega +depend collection-pictures +depend collection-pstricks +depend collection-texinfo + +name scheme-xml +category Scheme +revision 13822 +shortdesc XML scheme +longdesc This contains the things you need to do XML-related work, +longdesc including PassiveTeX, JadeTeX, ConTeXt and Omega. +depend context +depend jadetex +depend ltxmisc +depend marvosym +depend marvosym +depend metapost +depend passivetex +depend rotating +depend stmaryrd +depend tex4ht +depend tipa +depend ucs +depend wasy +depend wasysym +depend xmltex +depend collection-basic +depend collection-fontsrecommended +depend collection-latex +depend collection-omega + +name scientificpaper +category Package +revision 15878 +shortdesc Format a scientific paper for journal publication. +docfiles size=1 + texmf-dist/doc/latex/scientificpaper/README +runfiles size=1 + texmf-dist/tex/latex/scientificpaper/science.sty +catalogue-ctan /macros/latex/contrib/scientificpaper/science.sty +catalogue-date 2007-01-14 15:20:52 +0100 +catalogue-license lppl + +name sciposter +category Package +revision 15878 +shortdesc Make posters of ISO A3 size and larger. +longdesc This collection of files contains LaTeX packages for posters of +longdesc ISO A3 size and larger (ISO A0 is the default size). American +longdesc paper sizes and custom paper are supported. In particular, +longdesc sciposter.cls defines a document class which allows cutting and +longdesc pasting most of an article to a poster without any editing +longdesc (save reducing the size) -- see the manual. Sciposter does work +longdesc for LaTeX, not just pdfLaTeX. However, xdvi produces strange +longdesc results, though a recent version of dvips does create good ps- +longdesc files from the dvi files. Also note that logos must either be +longdesc put in the current working directory or in the directories of +longdesc your LaTeX distribution. For some reason graphicspath settings +longdesc are ignored. +docfiles size=176 + texmf-dist/doc/latex/sciposter/README + texmf-dist/doc/latex/sciposter/sciposterexample/auto/sciposter-example.el + texmf-dist/doc/latex/sciposter/sciposterexample/blocks1.eps + texmf-dist/doc/latex/sciposter/sciposterexample/blocks1.pdf + texmf-dist/doc/latex/sciposter/sciposterexample/blocks1a.eps + texmf-dist/doc/latex/sciposter/sciposterexample/blocks1a.pdf + texmf-dist/doc/latex/sciposter/sciposterexample/blocks1mx.eps + texmf-dist/doc/latex/sciposter/sciposterexample/blocks1mx.pdf + texmf-dist/doc/latex/sciposter/sciposterexample/blocks1vx.eps + texmf-dist/doc/latex/sciposter/sciposterexample/blocks1vx.pdf + texmf-dist/doc/latex/sciposter/sciposterexample/blocks2.eps + texmf-dist/doc/latex/sciposter/sciposterexample/blocks2.pdf + texmf-dist/doc/latex/sciposter/sciposterexample/blocks2mx.eps + texmf-dist/doc/latex/sciposter/sciposterexample/blocks2mx.pdf + texmf-dist/doc/latex/sciposter/sciposterexample/blocks3.eps + texmf-dist/doc/latex/sciposter/sciposterexample/blocks3.pdf + texmf-dist/doc/latex/sciposter/sciposterexample/blocks3mx.eps + texmf-dist/doc/latex/sciposter/sciposterexample/blocks3mx.pdf + texmf-dist/doc/latex/sciposter/sciposterexample/blocks3op.eps + texmf-dist/doc/latex/sciposter/sciposterexample/blocks3op.pdf + texmf-dist/doc/latex/sciposter/sciposterexample/blocks3openvx.eps + texmf-dist/doc/latex/sciposter/sciposterexample/blocks3rec.eps + texmf-dist/doc/latex/sciposter/sciposterexample/blocks3rec.pdf + texmf-dist/doc/latex/sciposter/sciposterexample/blocks3vx.eps + texmf-dist/doc/latex/sciposter/sciposterexample/blocks3vx.pdf + texmf-dist/doc/latex/sciposter/sciposterexample/blocksopen3a.eps + texmf-dist/doc/latex/sciposter/sciposterexample/blocksopen3a.pdf + texmf-dist/doc/latex/sciposter/sciposterexample/blocksopen3vx.eps + texmf-dist/doc/latex/sciposter/sciposterexample/blocksopen3vx.pdf + texmf-dist/doc/latex/sciposter/sciposterexample/blocksopen3vy.eps + texmf-dist/doc/latex/sciposter/sciposterexample/blocksopen3vy.pdf + texmf-dist/doc/latex/sciposter/sciposterexample/sciposter-example.tex + texmf-dist/doc/latex/sciposter/scipostermanual.pdf +runfiles size=16 + texmf-dist/tex/latex/sciposter/paperb0.cfg + texmf-dist/tex/latex/sciposter/paperb1.cfg + texmf-dist/tex/latex/sciposter/paperb2.cfg + texmf-dist/tex/latex/sciposter/paperb3.cfg + texmf-dist/tex/latex/sciposter/papercustom.cfg + texmf-dist/tex/latex/sciposter/paperra0.cfg + texmf-dist/tex/latex/sciposter/paperra1.cfg + texmf-dist/tex/latex/sciposter/paperra2.cfg + texmf-dist/tex/latex/sciposter/sciposter.cls +catalogue-ctan /macros/latex/contrib/sciposter +catalogue-date 2007-02-26 21:24:31 +0100 +catalogue-license lppl +catalogue-version 1.18 + +name sciwordconv +category Package +revision 15878 +shortdesc Use Scientific Word/WorkPlace files with another TeX. +longdesc These macros allows you to combine the power of the graphical +longdesc front-end of Scientific Word/Scientific WorkPlace (SW/SWP) with +longdesc one's own favourite TeX compiler (for example, MiKTeX). +longdesc Currently includes support for Russian language; other +longdesc languages can be handled easily. +docfiles size=1 + texmf-dist/doc/latex/sciwordconv/README details="Readme" +srcfiles size=1 + texmf-dist/source/latex/sciwordconv/GenericRussian.shl +runfiles size=2 + texmf-dist/tex/latex/sciwordconv/Sw2Rus.sty +catalogue-ctan /macros/latex/contrib/sciwordconv +catalogue-date 2007-01-14 15:20:52 +0100 +catalogue-license lppl + +name screenplay +category Package +revision 15878 +shortdesc A class file to typeset screenplays. +longdesc The class implements the format recommended by the Academy of +longdesc Motion Picture Arts and Sciences. +docfiles size=52 + texmf-dist/doc/latex/screenplay/COPYING + texmf-dist/doc/latex/screenplay/README details="Package README" + texmf-dist/doc/latex/screenplay/example.tex + texmf-dist/doc/latex/screenplay/screenplay.pdf details="Package documentation" + texmf-dist/doc/latex/screenplay/test.pdf details="Example script" + texmf-dist/doc/latex/screenplay/test.tex +srcfiles size=14 + texmf-dist/source/latex/screenplay/screenplay.dtx + texmf-dist/source/latex/screenplay/screenplay.ins +runfiles size=3 + texmf-dist/tex/latex/screenplay/hardmarg.sty + texmf-dist/tex/latex/screenplay/screenplay.cls +catalogue-ctan /macros/latex/contrib/screenplay +catalogue-date 2009-01-07 11:54:09 +0100 +catalogue-license gpl +catalogue-version 1.535 + +name script +category Package +revision 15878 +shortdesc Variant report and book styles. +longdesc A "jiffy" conversion to LaTeX2e of some old document styles. +docfiles size=1 + texmf-dist/doc/latex/script/script2e.txt details="Readme" language="de" +runfiles size=19 + texmf-dist/tex/latex/script/script.cls + texmf-dist/tex/latex/script/script10.sty + texmf-dist/tex/latex/script/script11.sty + texmf-dist/tex/latex/script/script12.sty + texmf-dist/tex/latex/script/script18.sty + texmf-dist/tex/latex/script/script_l.cls + texmf-dist/tex/latex/script/script_s.cls +catalogue-ctan /macros/latex/contrib/script +catalogue-date 2008-12-31 11:15:30 +0100 +catalogue-license noinfo + +name sdrt +category Package +revision 15878 +shortdesc Macros for Segmented Discourse Representation Theory. +longdesc The package provides macros to produce the 'Box notation' of +longdesc SDRT (and DRT), to draw trees representing discourse relations, +longdesc and finally to have an easy access to various mathematical +longdesc symbols used in that theory, mostly with automatic mathematics +longdesc mode, so they work the same in formulae and in text. +docfiles size=61 + texmf-dist/doc/latex/sdrt/README details="Readme" + texmf-dist/doc/latex/sdrt/sdrt-doc.pdf details="Package documentation" + texmf-dist/doc/latex/sdrt/sdrt-doc.tex +runfiles size=3 + texmf-dist/tex/latex/sdrt/sdrt.sty +catalogue-ctan /macros/latex/contrib/sdrt +catalogue-date 2009-07-05 17:22:22 +0200 +catalogue-license lppl +catalogue-version 1.0 + +name sectionbox +category Package +revision 15878 +shortdesc Create fancy boxed ((sub)sub)sections. +longdesc Sectionbox is a LaTeX package for putting fancy colored boxes +longdesc around sections, subsections, and subsubsections, especially +longdesc for use in posters, etc. It was designed with the sciposter +longdesc class in mind, and certainly works with that class and with +longdesc derived classes. +docfiles size=99 + texmf-dist/doc/latex/sectionbox/README details="Readme" + texmf-dist/doc/latex/sectionbox/example/000074Bpatspec.png + texmf-dist/doc/latex/sectionbox/example/000074Bzones.jpg + texmf-dist/doc/latex/sectionbox/example/000175Bpatspec.png + texmf-dist/doc/latex/sectionbox/example/000175Bzones.jpg + texmf-dist/doc/latex/sectionbox/example/002000AApatspec.png + texmf-dist/doc/latex/sectionbox/example/002000AAzones.jpg + texmf-dist/doc/latex/sectionbox/example/lambda2.jpg + texmf-dist/doc/latex/sectionbox/example/lenna10connect.jpg + texmf-dist/doc/latex/sectionbox/example/lenna10pct.jpg + texmf-dist/doc/latex/sectionbox/example/lenna10smooth.jpg + texmf-dist/doc/latex/sectionbox/example/orig.jpg + texmf-dist/doc/latex/sectionbox/example/sectionboxexample.bib + texmf-dist/doc/latex/sectionbox/example/sectionboxexample.tex + texmf-dist/doc/latex/sectionbox/sectionboxmanual.pdf details="Package documentation" +runfiles size=2 + texmf-dist/tex/latex/sectionbox/sectionbox.sty +catalogue-ctan /macros/latex/contrib/sectionbox +catalogue-date 2007-02-26 21:24:31 +0100 +catalogue-license lppl +catalogue-version 1.01 + +name sectsty +category Package +revision 15878 +shortdesc Control sectional headers. +longdesc A LaTeX2e package to help change the style of any or all of +longdesc LaTeX's sectional headers in the article, book, or report +longdesc classes. Examples include the addition of rules above or below +longdesc a section title. +docfiles size=57 + texmf-dist/doc/latex/sectsty/sectsty.pdf details="Package documentation" +srcfiles size=23 + texmf-dist/source/latex/sectsty/sectsty.dtx + texmf-dist/source/latex/sectsty/sectsty.ins +runfiles size=6 + texmf-dist/tex/latex/sectsty/sectsty.sty +catalogue-ctan /macros/latex/contrib/sectsty +catalogue-date 2007-01-14 15:20:52 +0100 +catalogue-license lppl +catalogue-version 2.0.2 + +name seetexk +category TLCore +revision 15809 +catalogue dvibook +shortdesc Utiities for manipulating DVI files. +longdesc The collection comprises: - dvibook, which will rearrange the +longdesc pages of a DVI file into 'signatures' as used when printing a +longdesc book; - dviconcat, for concatenating pages of DVI file(s); - +longdesc dviselect, which will select pages from one DVI file to create +longdesc a new DVI file; - dvitodvi, which will rearrange the pages of a +longdesc DVI file to create a new file; and - libtex, a library for +longdesc manipulating the files, from the old SeeTeX project. The +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 +catalogue-ctan /dviware/dvibook +catalogue-date 2009-10-11 01:01:32 +0200 +catalogue-license other-free + +name seetexk.alpha-linux +category TLCore +revision 15667 +shortdesc alpha-linux files of seetexk +binfiles arch=alpha-linux size=40 + bin/alpha-linux/dvibook + bin/alpha-linux/dviconcat + bin/alpha-linux/dviselect + bin/alpha-linux/dvitodvi + +name seetexk.i386-cygwin +category TLCore +revision 15667 +shortdesc i386-cygwin files of seetexk +binfiles arch=i386-cygwin size=28 + bin/i386-cygwin/dvibook.exe + bin/i386-cygwin/dviconcat.exe + bin/i386-cygwin/dviselect.exe + bin/i386-cygwin/dvitodvi.exe + +name seetexk.i386-linux +category TLCore +revision 15667 +shortdesc i386-linux files of seetexk +binfiles arch=i386-linux size=23 + bin/i386-linux/dvibook + bin/i386-linux/dviconcat + bin/i386-linux/dviselect + bin/i386-linux/dvitodvi + +name seetexk.i386-netbsd +category TLCore +revision 15667 +shortdesc i386-netbsd files of seetexk +binfiles arch=i386-netbsd size=33 + bin/i386-netbsd/dvibook + bin/i386-netbsd/dviconcat + bin/i386-netbsd/dviselect + bin/i386-netbsd/dvitodvi + +name seetexk.i386-solaris +category TLCore +revision 15667 +shortdesc i386-solaris files of seetexk +binfiles arch=i386-solaris size=37 + bin/i386-solaris/dvibook + bin/i386-solaris/dviconcat + bin/i386-solaris/dviselect + bin/i386-solaris/dvitodvi + +name seetexk.mips-irix +category TLCore +revision 15667 +shortdesc mips-irix files of seetexk +binfiles arch=mips-irix size=65 + bin/mips-irix/dvibook + bin/mips-irix/dviconcat + bin/mips-irix/dviselect + bin/mips-irix/dvitodvi + +name seetexk.powerpc-aix +category TLCore +revision 15667 +shortdesc powerpc-aix files of seetexk +binfiles arch=powerpc-aix size=39 + bin/powerpc-aix/dvibook + bin/powerpc-aix/dviconcat + bin/powerpc-aix/dviselect + bin/powerpc-aix/dvitodvi + +name seetexk.powerpc-linux +category TLCore +revision 15667 +shortdesc powerpc-linux files of seetexk +binfiles arch=powerpc-linux size=26 + bin/powerpc-linux/dvibook + bin/powerpc-linux/dviconcat + bin/powerpc-linux/dviselect + bin/powerpc-linux/dvitodvi + +name seetexk.sparc-linux +category TLCore +revision 15667 +shortdesc sparc-linux files of seetexk +binfiles arch=sparc-linux size=23 + bin/sparc-linux/dvibook + bin/sparc-linux/dviconcat + bin/sparc-linux/dviselect + bin/sparc-linux/dvitodvi + +name seetexk.sparc-solaris +category TLCore +revision 15667 +shortdesc sparc-solaris files of seetexk +binfiles arch=sparc-solaris size=52 + bin/sparc-solaris/dvibook + bin/sparc-solaris/dviconcat + bin/sparc-solaris/dviselect + bin/sparc-solaris/dvitodvi + +name seetexk.universal-darwin +category TLCore +revision 15667 +shortdesc universal-darwin files of seetexk +binfiles arch=universal-darwin size=73 + bin/universal-darwin/dvibook + bin/universal-darwin/dviconcat + bin/universal-darwin/dviselect + bin/universal-darwin/dvitodvi + +name seetexk.win32 +category TLCore +revision 15667 +shortdesc win32 files of seetexk +binfiles arch=win32 size=21 + bin/win32/dvibook.exe + bin/win32/dviconcat.exe + bin/win32/dviselect.exe + bin/win32/dvitodvi.exe + +name seetexk.x86_64-linux +category TLCore +revision 15667 +shortdesc x86_64-linux files of seetexk +binfiles arch=x86_64-linux size=28 + bin/x86_64-linux/dvibook + bin/x86_64-linux/dviconcat + bin/x86_64-linux/dviselect + bin/x86_64-linux/dvitodvi + +name selectp +category Package +revision 15878 +shortdesc Select pages to be output. +longdesc Defines a command \outputonly, whose argument is a list of +longdesc pages to be output. With the command present (before +longdesc \begin{document}), only those pages are output. This package +longdesc was inspired by code published by Knuth in TUGboat 8(2) (July +longdesc 1987). +runfiles size=3 + texmf-dist/tex/latex/selectp/selectp.sty +catalogue-ctan /macros/latex/contrib/misc/selectp.sty +catalogue-date 2009-09-12 23:08:55 +0200 +catalogue-license pd +catalogue-version 1.0 + +name semantic +category Package +revision 15878 +shortdesc Help for writing programming language semantics. +longdesc Eases the typesetting of notation of semantics and compilers. +longdesc Includes T-diagrams, various derivation symbols and inference +longdesc trees. +docfiles size=96 + texmf-dist/doc/latex/semantic/semantic.pdf details="Package documentation" +srcfiles size=30 + texmf-dist/source/latex/semantic/semantic.dtx + texmf-dist/source/latex/semantic/semantic.ins +runfiles size=10 + texmf-dist/tex/latex/semantic/infernce.sty + texmf-dist/tex/latex/semantic/ligature.sty + texmf-dist/tex/latex/semantic/reserved.sty + texmf-dist/tex/latex/semantic/semantic.sty + texmf-dist/tex/latex/semantic/shrthand.sty + texmf-dist/tex/latex/semantic/tdiagram.sty +catalogue-ctan /macros/latex/contrib/semantic +catalogue-date 2007-01-15 20:26:34 +0100 +catalogue-license lppl +catalogue-version 2.0 + +name semaphor +category Package +revision 15878 +shortdesc Semaphore alphabet font. +longdesc These fonts represent semaphore in a highly schematic, but very +longdesc clear, fashion. The fonts are provided as MetaFont source, and +longdesc in both OpenType and Adobe Type 1 formats. +execute addMixedMap semaf.map +docfiles size=75 + texmf-dist/doc/fonts/semaphor/README details="Readme" + texmf-dist/doc/fonts/semaphor/example.pdf + texmf-dist/doc/fonts/semaphor/example.tex + texmf-dist/doc/fonts/semaphor/test-context.pdf + texmf-dist/doc/fonts/semaphor/test-context.tex +runfiles size=714 + texmf-dist/fonts/afm/public/semaphor/smfb10.afm + texmf-dist/fonts/afm/public/semaphor/smfbsl10.afm + texmf-dist/fonts/afm/public/semaphor/smfeb10.afm + texmf-dist/fonts/afm/public/semaphor/smfebsl10.afm + texmf-dist/fonts/afm/public/semaphor/smfer10.afm + texmf-dist/fonts/afm/public/semaphor/smfesl10.afm + texmf-dist/fonts/afm/public/semaphor/smfett10.afm + texmf-dist/fonts/afm/public/semaphor/smfpb10.afm + texmf-dist/fonts/afm/public/semaphor/smfpbsl10.afm + texmf-dist/fonts/afm/public/semaphor/smfpr10.afm + texmf-dist/fonts/afm/public/semaphor/smfpsl10.afm + texmf-dist/fonts/afm/public/semaphor/smfptt10.afm + texmf-dist/fonts/afm/public/semaphor/smfr10-1.afm + texmf-dist/fonts/afm/public/semaphor/smfr10-2.afm + texmf-dist/fonts/afm/public/semaphor/smfr10.afm + texmf-dist/fonts/afm/public/semaphor/smfsl10.afm + texmf-dist/fonts/afm/public/semaphor/smftt10.afm + texmf-dist/fonts/enc/dvips/semaphor/smfb10.enc + texmf-dist/fonts/enc/dvips/semaphor/smfbsl10.enc + texmf-dist/fonts/enc/dvips/semaphor/smfeb10.enc + texmf-dist/fonts/enc/dvips/semaphor/smfebsl10.enc + texmf-dist/fonts/enc/dvips/semaphor/smfer10.enc + texmf-dist/fonts/enc/dvips/semaphor/smfesl10.enc + texmf-dist/fonts/enc/dvips/semaphor/smfett10.enc + texmf-dist/fonts/enc/dvips/semaphor/smfpb10.enc + texmf-dist/fonts/enc/dvips/semaphor/smfpbsl10.enc + texmf-dist/fonts/enc/dvips/semaphor/smfpr10.enc + texmf-dist/fonts/enc/dvips/semaphor/smfpsl10.enc + texmf-dist/fonts/enc/dvips/semaphor/smfptt10.enc + texmf-dist/fonts/enc/dvips/semaphor/smfr10.enc + texmf-dist/fonts/enc/dvips/semaphor/smfsl10.enc + texmf-dist/fonts/enc/dvips/semaphor/smftt10.enc + texmf-dist/fonts/map/dvips/semaphor/semaf.map + texmf-dist/fonts/opentype/public/semaphor/smfb10.otf + texmf-dist/fonts/opentype/public/semaphor/smfbsl10.otf + texmf-dist/fonts/opentype/public/semaphor/smfeb10.otf + texmf-dist/fonts/opentype/public/semaphor/smfebsl10.otf + texmf-dist/fonts/opentype/public/semaphor/smfer10.otf + texmf-dist/fonts/opentype/public/semaphor/smfesl10.otf + texmf-dist/fonts/opentype/public/semaphor/smfett10.otf + texmf-dist/fonts/opentype/public/semaphor/smfpb10.otf + texmf-dist/fonts/opentype/public/semaphor/smfpbsl10.otf + texmf-dist/fonts/opentype/public/semaphor/smfpr10.otf + texmf-dist/fonts/opentype/public/semaphor/smfpsl10.otf + texmf-dist/fonts/opentype/public/semaphor/smfptt10.otf + texmf-dist/fonts/opentype/public/semaphor/smfr10.otf + texmf-dist/fonts/opentype/public/semaphor/smfsl10.otf + texmf-dist/fonts/opentype/public/semaphor/smftt10.otf + texmf-dist/fonts/source/public/semaphor/Makefile + texmf-dist/fonts/source/public/semaphor/README + texmf-dist/fonts/source/public/semaphor/metafont/semaf.mf + texmf-dist/fonts/source/public/semaphor/metafont/smfbf10.mf + texmf-dist/fonts/source/public/semaphor/metafont/smfebf10.mf + texmf-dist/fonts/source/public/semaphor/metafont/smfer10.mf + texmf-dist/fonts/source/public/semaphor/metafont/smfesl10.mf + texmf-dist/fonts/source/public/semaphor/metafont/smfett10.mf + texmf-dist/fonts/source/public/semaphor/metafont/smfpbf10.mf + texmf-dist/fonts/source/public/semaphor/metafont/smfpr10.mf + texmf-dist/fonts/source/public/semaphor/metafont/smfpsl10.mf + texmf-dist/fonts/source/public/semaphor/metafont/smfptt10.mf + texmf-dist/fonts/source/public/semaphor/metafont/smfr10.mf + texmf-dist/fonts/source/public/semaphor/metafont/smfsl10.mf + texmf-dist/fonts/source/public/semaphor/metafont/smftt10.mf + texmf-dist/fonts/source/public/semaphor/pfb2otf.pe + texmf-dist/fonts/source/public/semaphor/semaf.mp + texmf-dist/fonts/source/public/semaphor/smfb10.mp + texmf-dist/fonts/source/public/semaphor/smfbsl10.mp + texmf-dist/fonts/source/public/semaphor/smfeb10.mp + texmf-dist/fonts/source/public/semaphor/smfebsl10.mp + texmf-dist/fonts/source/public/semaphor/smfer10.mp + texmf-dist/fonts/source/public/semaphor/smfesl10.mp + texmf-dist/fonts/source/public/semaphor/smfett10.mp + texmf-dist/fonts/source/public/semaphor/smfpb10.mp + texmf-dist/fonts/source/public/semaphor/smfpbsl10.mp + texmf-dist/fonts/source/public/semaphor/smfpr10.mp + texmf-dist/fonts/source/public/semaphor/smfpsl10.mp + texmf-dist/fonts/source/public/semaphor/smfptt10.mp + texmf-dist/fonts/source/public/semaphor/smfr10.mp + texmf-dist/fonts/source/public/semaphor/smfsl10.mp + texmf-dist/fonts/source/public/semaphor/smftt10.mp + texmf-dist/fonts/tfm/public/semaphor/smfb10.tfm + texmf-dist/fonts/tfm/public/semaphor/smfbsl10.tfm + texmf-dist/fonts/tfm/public/semaphor/smfeb10.tfm + texmf-dist/fonts/tfm/public/semaphor/smfebsl10.tfm + texmf-dist/fonts/tfm/public/semaphor/smfer10.tfm + texmf-dist/fonts/tfm/public/semaphor/smfesl10.tfm + texmf-dist/fonts/tfm/public/semaphor/smfett10.tfm + texmf-dist/fonts/tfm/public/semaphor/smfpb10.tfm + texmf-dist/fonts/tfm/public/semaphor/smfpbsl10.tfm + texmf-dist/fonts/tfm/public/semaphor/smfpr10.tfm + texmf-dist/fonts/tfm/public/semaphor/smfpsl10.tfm + texmf-dist/fonts/tfm/public/semaphor/smfptt10.tfm + texmf-dist/fonts/tfm/public/semaphor/smfr10.tfm + texmf-dist/fonts/tfm/public/semaphor/smfsl10.tfm + texmf-dist/fonts/tfm/public/semaphor/smftt10.tfm + texmf-dist/fonts/type1/public/semaphor/smfb10.pfb + texmf-dist/fonts/type1/public/semaphor/smfb10.pfm + texmf-dist/fonts/type1/public/semaphor/smfbsl10.pfb + texmf-dist/fonts/type1/public/semaphor/smfbsl10.pfm + texmf-dist/fonts/type1/public/semaphor/smfeb10.pfb + texmf-dist/fonts/type1/public/semaphor/smfeb10.pfm + texmf-dist/fonts/type1/public/semaphor/smfebsl10.pfb + texmf-dist/fonts/type1/public/semaphor/smfebsl10.pfm + texmf-dist/fonts/type1/public/semaphor/smfer10.pfb + texmf-dist/fonts/type1/public/semaphor/smfer10.pfm + texmf-dist/fonts/type1/public/semaphor/smfesl10.pfb + texmf-dist/fonts/type1/public/semaphor/smfesl10.pfm + texmf-dist/fonts/type1/public/semaphor/smfett10.pfb + texmf-dist/fonts/type1/public/semaphor/smfett10.pfm + texmf-dist/fonts/type1/public/semaphor/smfpb10.pfb + texmf-dist/fonts/type1/public/semaphor/smfpb10.pfm + texmf-dist/fonts/type1/public/semaphor/smfpbsl10.pfb + texmf-dist/fonts/type1/public/semaphor/smfpbsl10.pfm + texmf-dist/fonts/type1/public/semaphor/smfpr10.pfb + texmf-dist/fonts/type1/public/semaphor/smfpr10.pfm + texmf-dist/fonts/type1/public/semaphor/smfpsl10.pfb + texmf-dist/fonts/type1/public/semaphor/smfpsl10.pfm + texmf-dist/fonts/type1/public/semaphor/smfptt10.pfb + texmf-dist/fonts/type1/public/semaphor/smfptt10.pfm + texmf-dist/fonts/type1/public/semaphor/smfr10.pfb + texmf-dist/fonts/type1/public/semaphor/smfr10.pfm + texmf-dist/fonts/type1/public/semaphor/smfsl10.pfb + texmf-dist/fonts/type1/public/semaphor/smfsl10.pfm + texmf-dist/fonts/type1/public/semaphor/smftt10.pfb + texmf-dist/fonts/type1/public/semaphor/smftt10.pfm + texmf-dist/tex/context/third/semaphor/t-type-semaf.tex + texmf-dist/tex/latex/semaphor/il2semaf.fd + texmf-dist/tex/latex/semaphor/semaf.fd + texmf-dist/tex/plain/semaphor/semaf.tex +catalogue-ctan /fonts/semaphor +catalogue-date 2008-04-15 09:54:26 +0200 +catalogue-license gpl + +name seminar +category Package +revision 15878 +shortdesc Make overhead slides. +longdesc A class that produces overhead slides (transparencies), with +longdesc many facilities. The class requires availability of the +longdesc fancybox package. Seminar is also the basis of other classes, +longdesc such as prosper. In fact, seminar is not nowadays reckoned a +longdesc good basis for a presentation -- users are advised to use more +longdesc recent classes such as powerdot or beamer, both of which are +longdesc tuned to 21st-century presentation styles. +docfiles size=101 + texmf-dist/doc/latex/seminar/2up.doc + texmf-dist/doc/latex/seminar/read-me.2e details="Readme about use with LaTeX2e" + texmf-dist/doc/latex/seminar/sem-read.me details="Package Readme" + texmf-dist/doc/latex/seminar/sem-user.pdf + texmf-dist/doc/latex/seminar/sem-user.tex + texmf-dist/doc/latex/seminar/semsamp1.tex + texmf-dist/doc/latex/seminar/semsamp2.tex + texmf-dist/doc/latex/seminar/tvz-code.sty + texmf-dist/doc/latex/seminar/tvz-hax.sty + texmf-dist/doc/latex/seminar/tvz-user.sty +runfiles size=48 + texmf-dist/tex/latex/seminar/2up.sty + texmf-dist/tex/latex/seminar/2up.tex + texmf-dist/tex/latex/seminar/npsfont.sty + texmf-dist/tex/latex/seminar/sem-a4.sty + texmf-dist/tex/latex/seminar/sem-page.sty + texmf-dist/tex/latex/seminar/semcolor.sty + texmf-dist/tex/latex/seminar/semhelv.sty + texmf-dist/tex/latex/seminar/seminar.bg2 + texmf-dist/tex/latex/seminar/seminar.bug + texmf-dist/tex/latex/seminar/seminar.cls + texmf-dist/tex/latex/seminar/seminar.sty + texmf-dist/tex/latex/seminar/semlayer.sty + texmf-dist/tex/latex/seminar/semlcmss.sty + texmf-dist/tex/latex/seminar/semrot.sty + texmf-dist/tex/latex/seminar/slidesec.sty + texmf-dist/tex/latex/seminar/xcomment.sty +catalogue-ctan /macros/latex/contrib/seminar +catalogue-date 2009-10-10 00:35:28 +0200 +catalogue-license lppl +catalogue-version 1.5 + +name semioneside +category Package +revision 15878 +shortdesc Put only special contents on left-hand pages in two sided layout. +longdesc This package supports the preparation of semi one sided +longdesc documents. That is, two sided documents, where all text is +longdesc output on right-hand pages--as in a one-sided documents--and +longdesc only special contents are output on left-hand pages on user +longdesc request, e.g., floating objects. +docfiles size=40 + texmf-dist/doc/latex/semioneside/README + texmf-dist/doc/latex/semioneside/example.tex + texmf-dist/doc/latex/semioneside/figure.mp + texmf-dist/doc/latex/semioneside/semioneside.pdf details="Package documentation" +srcfiles size=6 + texmf-dist/source/latex/semioneside/semioneside.dtx + texmf-dist/source/latex/semioneside/semioneside.ins +runfiles size=1 + texmf-dist/tex/latex/semioneside/semioneside.sty +catalogue-ctan /macros/latex/contrib/semioneside +catalogue-date 2007-02-26 21:24:31 +0100 +catalogue-license lppl +catalogue-version v0.41 + +name seqsplit +category Package +revision 15878 +shortdesc Split long sequences of characters in a neutral way. +longdesc When one needs to type long sequences of letters (such as in +longdesc base-sequences in genes) or of numbers (such as calculations of +longdesc transcendental numbers), there's no obvious break points to be +longdesc found. The package provides a command \seqsplit, which makes +longdesc its argument splittable anywhere, and then leaves the TeX +longdesc paragraph-maker to do the splitting. While the package may +longdesc obviously be used to typeset DNA sequences, the user may +longdesc consider the dnaseq as a rather more powerful alternative. +docfiles size=33 + texmf-dist/doc/latex/seqsplit/README + texmf-dist/doc/latex/seqsplit/seqsplit.pdf details="Package documentation" +srcfiles size=6 + texmf-dist/source/latex/seqsplit/Makefile + texmf-dist/source/latex/seqsplit/seqsplit.dtx + texmf-dist/source/latex/seqsplit/seqsplit.ins +runfiles size=1 + texmf-dist/tex/latex/seqsplit/seqsplit.sty +catalogue-ctan /macros/latex/contrib/seqsplit +catalogue-date 2007-07-23 22:41:48 +0200 +catalogue-license lppl +catalogue-version 0.1 + +name setspace +category Package +revision 15878 +shortdesc Set space between lines. +longdesc Provides support for setting the spacing between lines in a +longdesc document. Package options include singlespacing, +longdesc onehalfspacing, and doublespacing. Alternatively the spacing +longdesc can be changed as required with the \singlespacing, +longdesc \onehalfspacing, and \doublespacing commands. Other size +longdesc spacings also available. +runfiles size=6 + texmf-dist/tex/latex/setspace/setspace.sty +catalogue-ctan /macros/latex/contrib/setspace/setspace.sty +catalogue-date 2009-10-10 00:35:28 +0200 +catalogue-license pd +catalogue-version 6.7 + +name sf298 +category Package +revision 15878 +shortdesc Standard form 298. +longdesc A LaTeX package for generating a completed standard form 298 +longdesc (Rev. 8-98) as prescribed by ANSI Std. Z39.18 for report +longdesc documentation as part of a document delivered, for instance, on +longdesc a U.S. government contract. +docfiles size=89 + texmf-dist/doc/latex/sf298/sample298.pdf + texmf-dist/doc/latex/sf298/sample298.tex + texmf-dist/doc/latex/sf298/sf298.pdf +srcfiles size=22 + texmf-dist/source/latex/sf298/Makefile + texmf-dist/source/latex/sf298/sf298.dtx + texmf-dist/source/latex/sf298/sf298.ins +runfiles size=6 + texmf-dist/tex/latex/sf298/sf298.sty +catalogue-ctan /macros/latex/contrib/sf298 +catalogue-date 2007-01-14 22:06:18 +0100 +catalogue-license lppl +catalogue-version 1.2 + +name sffms +category Package +revision 15878 +shortdesc Typesetting science fiction/fantasy manuscripts. +longdesc The class is designed for typesetting science fiction and +longdesc fantasy manuscripts. Sffms now includes several options for +longdesc specific publishers as well as extensive documentation aimed at +longdesc new LaTeX users. +docfiles size=52 + texmf-dist/doc/latex/sffms/README details="Readme" + texmf-dist/doc/latex/sffms/blind.tex + texmf-dist/doc/latex/sffms/sffms_manual.pdf details="Package documentation" +srcfiles size=13 + texmf-dist/source/latex/sffms/sffms.dtx + texmf-dist/source/latex/sffms/sffms.ins +runfiles size=4 + texmf-dist/tex/latex/sffms/sffdumb.sty + texmf-dist/tex/latex/sffms/sffms.cls + texmf-dist/tex/latex/sffms/sffsmart.sty +catalogue-ctan /macros/latex/contrib/sffms +catalogue-date 2007-01-14 22:06:18 +0100 +catalogue-license lppl +catalogue-version 2.0 + +name sfg +category Package +revision 15878 +shortdesc Draw signal flow graphs. +longdesc Defines some commands to draw signal flow graphs as used by +longdesc electrical and electronics engineers and graph theorists. +longdesc Requires fp and pstricks packages (and a relatively fast +longdesc machine). +docfiles size=3 + texmf-dist/doc/latex/sfg/Changes + texmf-dist/doc/latex/sfg/README + texmf-dist/doc/latex/sfg/sfg_test.tex +runfiles size=6 + texmf-dist/tex/latex/sfg/sfg.sty +catalogue-ctan /macros/latex/contrib/sfg/sfg.sty +catalogue-date 2008-09-20 20:54:52 +0200 +catalogue-license lppl +catalogue-version 0.91 + +name sfheaders +category Package +revision 15878 +shortdesc Sans headers. +longdesc Print part/chapter/section headers with the sans-serif font of +longdesc the current family in the the standard book/report/article +longdesc document classes. +docfiles size=1 + texmf-dist/doc/latex/sfheaders/README details="Readme" +runfiles size=2 + texmf-dist/tex/latex/sfheaders/sfheaders.sty +catalogue-ctan /macros/latex/contrib/sfheaders +catalogue-date 2009-01-04 10:33:23 +0100 +catalogue-license noinfo + +name sfmath +category Package +revision 15878 +shortdesc Sans-serif mathematics. +longdesc sfmath is a simple package for sans serif maths in documents. +longdesc After including the package, all maths of the current document +longdesc is displayed with sans serif fonts. +runfiles size=5 + texmf-dist/tex/latex/sfmath/sfmath.sty +catalogue-ctan /macros/latex/contrib/sfmath/sfmath.sty +catalogue-date 2008-08-23 15:48:35 +0200 +catalogue-license lppl +catalogue-version 0.8 + +name sgame +category Package +revision 15878 +shortdesc LaTeX style for typesetting strategic games. +longdesc Formats strategic games. For a 2x2 game, for example, the +longdesc input: \begin{game}{2}{2} &$L$ &$M$\\ $T$ &$2,2$ &$2,0$\\ $B$ +longdesc &$3,0$ &$0,9$ \end{game} produces output with (a) boxes around +longdesc the payoffs, (b) payoff columns of equal width, and (c) payoffs +longdesc vertically centered within the boxes. Note that the game +longdesc environment will not work in the argument of another command. +docfiles size=27 + texmf-dist/doc/latex/sgame/README + texmf-dist/doc/latex/sgame/sgame.pdf + texmf-dist/doc/latex/sgame/sgame.tex +runfiles size=8 + texmf-dist/tex/latex/sgame/sgame.sty + texmf-dist/tex/latex/sgame/sgamevar.sty +catalogue-ctan /macros/latex/contrib/sgame +catalogue-date 2008-12-03 15:15:08 +0100 +catalogue-license lppl +catalogue-version 2.14 + +name shadbox +category Package +revision 15878 +shortdesc Shade the background of any box. +longdesc Two packages that shade the background of any box by device- +longdesc independent techniques (based on pixel shading). The two +longdesc packages implement alternative pixel positioning algorithms. +runfiles size=2 + texmf-dist/tex/latex/shadbox/shadbox.sty + texmf-dist/tex/latex/shadbox/shadbox1.sty +catalogue-ctan /macros/latex/contrib/shadbox +catalogue-date 2008-12-04 14:14:32 +0100 +catalogue-license noinfo + +name shade +category Package +revision 15878 +shortdesc Shade pieces of text. +longdesc The package provides a shaded backdrop to a box of text. It +longdesc uses a MetaFont font (provided) which generates to appropriate +longdesc shading dependent on the resolution used in the MetaFont +longdesc printer parameters. +docfiles size=9 + texmf-dist/doc/generic/shade/README + texmf-dist/doc/generic/shade/description.pdf details="Description of the algorithm:" language="en" + texmf-dist/doc/generic/shade/description.tex +runfiles size=2 + texmf-dist/fonts/source/public/shade/shade.mf + texmf-dist/tex/generic/shade/shade.tex +catalogue-ctan /macros/generic/shade +catalogue-date 2008-09-14 01:39:21 +0200 +catalogue-license noinfo +catalogue-version 1 + +name shadethm +category Package +revision 15878 +shortdesc Theorem environments that are shaded +longdesc Extends \newtheorem command. If you say +longdesc \newshadetheorem{theorem}{Theorem} in the preamble then your +longdesc regular \begin{theorem} .. \end{theorem} will produce a theorem +longdesc statement in a shaded box. It supports all the options of +longdesc \newtheorem, including forms \newshadetheorem{..}[..]{..} and +longdesc \newshadetheorem{..}{..}[..]. +docfiles size=1 + texmf-dist/doc/latex/shadethm/1st_read.me details="Readme" +runfiles size=8 + texmf-dist/tex/latex/shadethm/colored.sth + texmf-dist/tex/latex/shadethm/shadein.sth + texmf-dist/tex/latex/shadethm/shadethm.sty +catalogue-ctan /macros/latex/contrib/shadethm +catalogue-date 2007-07-03 17:58:48 +0200 +catalogue-license lppl + +name shapepar +category Package +revision 15878 +shortdesc A macro to typeset paragraphs in specific shapes. +longdesc \shapepar is a macro to typeset paragraphs in a specific shape. +longdesc The size is adjusted automatically so that the entire shape is +longdesc filled with text. There may not be displayed maths or +longdesc '\vadjust' material (no \vspace) in the argument of \shapepar. +longdesc The macros work for both LaTeX and plain TeX. For LaTeX, +longdesc specify \usepackage{shapepar}; for Plain, \input shapepar.sty. +longdesc \shapepar works in terms of user-defined shapes, though the +longdesc package does provide some predefined shapes: so you can form +longdesc any paragraph into the form of a heart by putting +longdesc \heartpar{sometext...} inside your document. The tedium of +longdesc creating these polygon definitions may be alleviated by using +longdesc the shapepatch extension to transfig which will convert xfig +longdesc output to \shapepar polygon form. +docfiles size=64 + texmf-dist/doc/generic/shapepar/Canflagshape.def + texmf-dist/doc/generic/shapepar/README.shapepar details="Package README" + texmf-dist/doc/generic/shapepar/TeXshape.def + texmf-dist/doc/generic/shapepar/candleshape.def + texmf-dist/doc/generic/shapepar/dropshape.def + texmf-dist/doc/generic/shapepar/proshap.py + texmf-dist/doc/generic/shapepar/shapepar.ltx + texmf-dist/doc/generic/shapepar/shapepar.pdf details="Package documentation" + texmf-dist/doc/generic/shapepar/triangleshapes.def +runfiles size=11 + texmf-dist/tex/generic/shapepar/shapepar.sty +catalogue-ctan /macros/latex/contrib/shapepar +catalogue-date 2009-10-10 00:35:28 +0200 +catalogue-license other-free +catalogue-version 2.1 + +name shipunov +category Package +revision 15878 +shortdesc A collection of LaTeX packages and classes. +longdesc The bundle collects packages and classes, along with one +longdesc bibliography style and examples and scripts for converting TeX +longdesc files. Many of the files in the collection are designed to +longdesc support field biologists and/or Russian writers, while others +longdesc have wider application. The collection includes (among others): +longdesc - altverse, a simple verse typesetting package; - autolist, +longdesc which provides various list formatting facilities; - biokey, +longdesc which provides a mechanism for typesetting biological +longdesc identification lists; - biolist, which typesets species lists; +longdesc - boldline, which typesets heavier separating lines in tables; +longdesc - cassete, which lays out audio cassette inserts; - classif2, +longdesc which typesets classification lists; - drcaps, which provides +longdesc dropped capital macros; - etiketka, a class for typesetting +longdesc business-card-sized information (including business cards); - +longdesc flower, for typesetting lists of flower formulae; - isyntax; - +longdesc numerus; - punct; - sltables, which develops on the stables +longdesc package, for use in a LaTeX context; and - starfn. +docfiles size=632 + texmf-dist/doc/latex/shipunov/README details="Readme" language="en" + texmf-dist/doc/latex/shipunov/altverse-ex-en.pdf + texmf-dist/doc/latex/shipunov/altverse-ex-en.tex + texmf-dist/doc/latex/shipunov/altverse-ex1-ru.pdf + texmf-dist/doc/latex/shipunov/altverse-ex1-ru.tex + texmf-dist/doc/latex/shipunov/altverse-ex2-ru.pdf + texmf-dist/doc/latex/shipunov/altverse-ex2-ru.tex + texmf-dist/doc/latex/shipunov/autolist-ex-en.pdf + texmf-dist/doc/latex/shipunov/autolist-ex-en.tex + texmf-dist/doc/latex/shipunov/autolist-ex-ru.pdf + texmf-dist/doc/latex/shipunov/autolist-ex-ru.tex + texmf-dist/doc/latex/shipunov/biokey-doc-en.pdf + texmf-dist/doc/latex/shipunov/biokey-doc-en.tex + texmf-dist/doc/latex/shipunov/biokey2html-doc-en.pdf + texmf-dist/doc/latex/shipunov/biokey2html-doc-en.tex + texmf-dist/doc/latex/shipunov/biokey2html-ex-en.html + texmf-dist/doc/latex/shipunov/biokey2html-ex-en1.pdf + texmf-dist/doc/latex/shipunov/biokey2html-ex-en2.pdf + texmf-dist/doc/latex/shipunov/biolist-ex-en.pdf + texmf-dist/doc/latex/shipunov/biolist-ex-en.tex + texmf-dist/doc/latex/shipunov/boldline-ex-en.pdf + texmf-dist/doc/latex/shipunov/boldline-ex-en.tex + texmf-dist/doc/latex/shipunov/cassete-ex-ru.pdf + texmf-dist/doc/latex/shipunov/cassete-ex-ru.tex + texmf-dist/doc/latex/shipunov/classif2-ex-en.pdf + texmf-dist/doc/latex/shipunov/classif2-ex-en.tex + texmf-dist/doc/latex/shipunov/drcaps-ex-en.pdf + texmf-dist/doc/latex/shipunov/drcaps-ex-en.tex + texmf-dist/doc/latex/shipunov/etiketka-ex-ru.pdf + texmf-dist/doc/latex/shipunov/etiketka-ex-ru.tex + texmf-dist/doc/latex/shipunov/etiketka-ex1-en.pdf + texmf-dist/doc/latex/shipunov/etiketka-ex1-en.tex + texmf-dist/doc/latex/shipunov/etiketka-ex2-en.pdf + texmf-dist/doc/latex/shipunov/etiketka-ex2-en.tex + texmf-dist/doc/latex/shipunov/field-form-ex1-ru.pdf + texmf-dist/doc/latex/shipunov/field-form-ex1-ru.tex + texmf-dist/doc/latex/shipunov/field-form-ex2-ru.pdf + texmf-dist/doc/latex/shipunov/field-form-ex2-ru.tex + texmf-dist/doc/latex/shipunov/flower-ex-en-x.pdf + texmf-dist/doc/latex/shipunov/flower-ex-en-x.tex + texmf-dist/doc/latex/shipunov/flower-ex-en.pdf + texmf-dist/doc/latex/shipunov/flower-ex-en.tex + texmf-dist/doc/latex/shipunov/isyntax-ex-en.tex + texmf-dist/doc/latex/shipunov/numerus-ex-ru.pdf + texmf-dist/doc/latex/shipunov/numerus-ex-ru.tex + texmf-dist/doc/latex/shipunov/punct-ex-en.pdf + texmf-dist/doc/latex/shipunov/punct-ex-en.tex + texmf-dist/doc/latex/shipunov/review.pdf details="Short summary" language="ru" + texmf-dist/doc/latex/shipunov/review.tex + texmf-dist/doc/latex/shipunov/rusnat-doc-ru.pdf + texmf-dist/doc/latex/shipunov/rusnat-doc-ru.tex + texmf-dist/doc/latex/shipunov/rusnat-ex-ru.bib + texmf-dist/doc/latex/shipunov/rusnat-ex1-ru.pdf + texmf-dist/doc/latex/shipunov/rusnat-ex1-ru.tex + texmf-dist/doc/latex/shipunov/rusnat-ex2-ru.pdf + texmf-dist/doc/latex/shipunov/rusnat-ex2-ru.tex + texmf-dist/doc/latex/shipunov/sltables-doc-en.pdf + texmf-dist/doc/latex/shipunov/sltables-doc-en.tex + texmf-dist/doc/latex/shipunov/starfn-ex-ru.pdf + texmf-dist/doc/latex/shipunov/starfn-ex-ru.tex +runfiles size=29 + texmf-dist/bibtex/bst/shipunov/rusnat.bst + texmf-dist/scripts/shipunov/biokey2html.bat + texmf-dist/scripts/shipunov/biokey2html.sh + texmf-dist/scripts/shipunov/biokey2html1.pl + texmf-dist/scripts/shipunov/biokey2html2.pl + texmf-dist/scripts/shipunov/biokey2html3.pl + texmf-dist/tex/latex/shipunov/altverse.sty + texmf-dist/tex/latex/shipunov/autolist.sty + texmf-dist/tex/latex/shipunov/biokey.sty + texmf-dist/tex/latex/shipunov/biolist.sty + texmf-dist/tex/latex/shipunov/boldline.sty + texmf-dist/tex/latex/shipunov/cassete.cls + texmf-dist/tex/latex/shipunov/classif2.sty + texmf-dist/tex/latex/shipunov/drcaps.sty + texmf-dist/tex/latex/shipunov/etiketka.cls + texmf-dist/tex/latex/shipunov/flower.sty + texmf-dist/tex/latex/shipunov/isyntax.sty + texmf-dist/tex/latex/shipunov/numerus.sty + texmf-dist/tex/latex/shipunov/punct.sty + texmf-dist/tex/latex/shipunov/sltables.sty + texmf-dist/tex/latex/shipunov/starfn.sty +catalogue-ctan /macros/latex/contrib/shipunov +catalogue-date 2009-09-20 00:02:29 +0200 +catalogue-license lppl +catalogue-version 1.0 + +name shorttoc +category Package +revision 15878 +shortdesc Table of contents with different depths. +longdesc A package to create another table of contents with a different +longdesc depth, useful in large documents where a detailed table of +longdesc contents should be accompanied by a shorter one, giving only a +longdesc general overview of the main topics in the document. +docfiles size=52 + texmf-dist/doc/latex/shorttoc/00readme details="Package README" + texmf-dist/doc/latex/shorttoc/shorttoc.pdf details="Package documentation" +srcfiles size=4 + texmf-dist/source/latex/shorttoc/shorttoc.dtx + texmf-dist/source/latex/shorttoc/shorttoc.ins +runfiles size=1 + texmf-dist/tex/latex/shorttoc/shorttoc.sty +catalogue-ctan /macros/latex/contrib/shorttoc +catalogue-date 2006-11-06 12:20:58 +0100 +catalogue-license lppl +catalogue-version 1.3 + +name show2e +category Package +revision 15878 +shortdesc Variants of \show for LaTeX2e. +longdesc This small package aims at making debugging (especially in an +longdesc interactive way) easier, by providing \show variants suited to +longdesc LaTeX2e commands (whether with optional arguments or robust) +longdesc and environments. The variant commands also display the +longdesc internal macros used by such commands, if any. The \showcs +longdesc variant helps with macros with exotic names. +docfiles size=23 + texmf-dist/doc/latex/show2e/README details="Readme" + texmf-dist/doc/latex/show2e/show2e-fr.pdf details="Package documentation (French)" language="fr" + texmf-dist/doc/latex/show2e/show2e.pdf details="Package documentation (English)" language="en" +srcfiles size=3 + texmf-dist/source/latex/show2e/show2e.dtx +runfiles size=1 + texmf-dist/tex/latex/show2e/show2e.sty +catalogue-ctan /macros/latex/contrib/show2e +catalogue-date 2008-08-23 15:48:35 +0200 +catalogue-license lppl +catalogue-version 1.0 + +name showdim +category Package +revision 15878 +shortdesc Variants on printing dimensions. +longdesc A package for LaTeX providing a number of commands for printing +longdesc the value of a TeX dimension. For example, +longdesc \tenthpt{\baselineskip} yields the current value of +longdesc \baselineskip rounded to the nearest tenth of a point. +runfiles size=1 + texmf-dist/tex/latex/showdim/showdim.sty +catalogue-ctan /macros/latex/contrib/showdim/showdim.sty +catalogue-date 2008-12-31 15:12:44 +0100 +catalogue-license noinfo +catalogue-version 1.1 + +name showexpl +category Package +revision 15878 +shortdesc Typesetting LaTeX source code. +longdesc This package provides a way to typeset LaTeX source code and +longdesc the related result in the same document. +docfiles size=112 + texmf-dist/doc/latex/showexpl/README details="README file" + texmf-dist/doc/latex/showexpl/result-picture.pdf + texmf-dist/doc/latex/showexpl/showexpl-test.pdf + texmf-dist/doc/latex/showexpl/showexpl-test.tex + texmf-dist/doc/latex/showexpl/showexpl.cfg + texmf-dist/doc/latex/showexpl/showexpl.pdf +srcfiles size=8 + texmf-dist/source/latex/showexpl/showexpl.dtx + texmf-dist/source/latex/showexpl/showexpl.ins +runfiles size=4 + texmf-dist/tex/latex/showexpl/showexpl.sty +catalogue-ctan /macros/latex/contrib/showexpl +catalogue-date 2007-05-25 16:15:27 +0200 +catalogue-license lppl +catalogue-version v0.3h + +name showlabels +category Package +revision 15878 +shortdesc Show label commands in the margin. +longdesc This package helps you keep track of all the labels you define, +longdesc by putting the name of new labels into the margin whenever the +longdesc \label command is used. The package allows you to do the same +longdesc thing for other commands. The only one for which this is +longdesc obviously useful is the \cite command, but it's easy to do it +longdesc for others, such as the \ref or \begin commands. +docfiles size=32 + texmf-dist/doc/latex/showlabels/LICENCE + texmf-dist/doc/latex/showlabels/README details="Readme" + texmf-dist/doc/latex/showlabels/VERSION + texmf-dist/doc/latex/showlabels/showlabels.html details="Package documentation (HTML)" + texmf-dist/doc/latex/showlabels/showlabels.pdf details="Package documentation (PDF)" +srcfiles size=10 + texmf-dist/source/latex/showlabels/showlabels.dtx + texmf-dist/source/latex/showlabels/showlabels.ins +runfiles size=3 + texmf-dist/tex/latex/showlabels/showlabels.sty +catalogue-ctan /macros/latex/contrib/showlabels +catalogue-date 2009-05-28 00:22:07 +0200 +catalogue-license gpl +catalogue-version 1.6.5 + +name shuffle +category Package +revision 15878 +shortdesc A symbol for the shuffle product. +longdesc The bundle provides a LaTeX package and a font (as MetaFont +longdesc source) for the shuffle product which is used in some part of +longdesc mathematics and physics. +docfiles size=74 + texmf-dist/doc/latex/shuffle/README details="Readme" + texmf-dist/doc/latex/shuffle/shuffle.pdf details="Package documentation" +srcfiles size=3 + texmf-dist/source/latex/shuffle/shuffle.dtx + texmf-dist/source/latex/shuffle/shuffle.ins +runfiles size=9 + texmf-dist/fonts/source/public/shuffle/shuffle.mf + texmf-dist/fonts/source/public/shuffle/shuffle10.mf + texmf-dist/fonts/source/public/shuffle/shuffle7.mf + texmf-dist/fonts/tfm/public/shuffle/shuffle10.tfm + texmf-dist/fonts/tfm/public/shuffle/shuffle7.tfm + texmf-dist/tex/latex/shuffle/Ushuffle.fd + texmf-dist/tex/latex/shuffle/shuffle.sty +catalogue-ctan /fonts/shuffle +catalogue-date 2008-10-30 09:46:08 +0100 +catalogue-license pd +catalogue-version 1.0 + +name sidecap +category Package +revision 15878 +shortdesc Typeset captions sideways. +longdesc Defines environments called SCfigure and SCtable (analogous to +longdesc figure and table) to typeset captions sideways. Options include +longdesc outercaption, innercaption, leftcaption and rightcaption. +docfiles size=47 + texmf-dist/doc/latex/sidecap/README details="Readme" + texmf-dist/doc/latex/sidecap/sc-test-common.tex + texmf-dist/doc/latex/sidecap/sc-test1.tex + texmf-dist/doc/latex/sidecap/sc-test2.tex + texmf-dist/doc/latex/sidecap/sc-test3.tex + texmf-dist/doc/latex/sidecap/sc-test4.tex + texmf-dist/doc/latex/sidecap/sc-test5.tex + texmf-dist/doc/latex/sidecap/sc-test6.tex + texmf-dist/doc/latex/sidecap/sidecap.pdf details="Package documentation" +srcfiles size=9 + texmf-dist/source/latex/sidecap/Makefile + texmf-dist/source/latex/sidecap/sidecap.dtx + texmf-dist/source/latex/sidecap/sidecap.ins +runfiles size=3 + texmf-dist/tex/latex/sidecap/sidecap.sty +catalogue-ctan /macros/latex/contrib/sidecap +catalogue-date 2007-01-14 23:54:50 +0100 +catalogue-license lppl +catalogue-version 1.6f + +name sides +category Package +revision 15878 +shortdesc A LaTeX class for typesetting stage plays. +longdesc This is a LaTeX class for typesetting stage plays, based on the +longdesc plari class written by Antti-Juhani Kaijanaho in 1998. It has +longdesc been updated and several formatting changes have been made to +longdesc it--most noticibly there are no longer orphans. +docfiles size=15 + texmf-dist/doc/latex/sides/README details="Readme" + texmf-dist/doc/latex/sides/sides-sample.pdf details="A (distressing) sample play" + texmf-dist/doc/latex/sides/sides-sample.tex +runfiles size=2 + texmf-dist/tex/latex/sides/sides.cls +catalogue-ctan /macros/latex/contrib/sides +catalogue-date 2007-02-26 21:24:31 +0100 +catalogue-license gpl + +name siggraph +category Package +revision 15878 +shortdesc SIGGRAPH conference class. +longdesc Document class for formatting papers according to the +longdesc specifications for submission to the annual ACM SIGGRAPH +longdesc conference. +docfiles size=1 + texmf-dist/doc/latex/siggraph/README details="Readme" +srcfiles size=12 + texmf-dist/source/latex/siggraph/siggraph.dtx + texmf-dist/source/latex/siggraph/siggraph.ins +runfiles size=4 + texmf-dist/tex/latex/siggraph/siggraph.cls +catalogue-ctan /macros/latex/contrib/siggraph +catalogue-date 2008-03-26 00:41:49 +0100 +catalogue-license other-free + +name silence +category Package +revision 15878 +shortdesc Selective filtering of error messages and warnings. +longdesc The package allows the user to filter out unwanted warnings and +longdesc error messages issued by LaTeX, packages and classes, so they +longdesc won't pop out when there's nothing one can do about them. +longdesc Filtering goes from the very broad ("avoid all messages by such +longdesc and such") to the fine-grained ("avoid messages that begin +longdesc with..."). Messages may be saved to an external file for later +longdesc reference. +docfiles size=65 + texmf-dist/doc/latex/silence/README details="Readme" + texmf-dist/doc/latex/silence/silence-doc.pdf details="Package documentation" +srcfiles size=18 + texmf-dist/source/latex/silence/silence-doc.dtx + texmf-dist/source/latex/silence/silence.ins +runfiles size=5 + texmf-dist/tex/latex/silence/silence.sty +catalogue-ctan /macros/latex/contrib/silence +catalogue-date 2009-07-05 17:22:22 +0200 +catalogue-license other-free +catalogue-version 1.2 + +name simplecv +category Package +revision 15878 +shortdesc A simple class for writing curricula vitae. +longdesc A derivative of the cv class available to lyx users (renamed to +longdesc avoid the existing cv package). +docfiles size=12 + texmf-dist/doc/latex/simplecv/README details="Readme" + texmf-dist/doc/latex/simplecv/testcv.pdf details="Sample of use" + texmf-dist/doc/latex/simplecv/testcv.tex +srcfiles size=5 + texmf-dist/source/latex/simplecv/simplecv.dtx + texmf-dist/source/latex/simplecv/simplecv.ins +runfiles size=2 + texmf-dist/tex/latex/simplecv/simplecv.cls +catalogue-ctan /macros/latex/contrib/simplecv +catalogue-date 2008-08-23 15:48:35 +0200 +catalogue-license lppl +catalogue-version 1.6 + +name simplewick +category Package +revision 15878 +shortdesc Simple Wick contractions. +longdesc The package provides a simple means of drawing Wick +longdesc contractions above and below expressions. +docfiles size=22 + texmf-dist/doc/latex/simplewick/README + texmf-dist/doc/latex/simplewick/simplewick.pdf details="Package documentation" +srcfiles size=5 + texmf-dist/source/latex/simplewick/simplewick.dtx + texmf-dist/source/latex/simplewick/simplewick.ins +runfiles size=2 + texmf-dist/tex/latex/simplewick/simplewick.sty +catalogue-ctan /macros/latex/contrib/simplewick +catalogue-date 2008-08-23 15:48:35 +0200 +catalogue-license gpl +catalogue-version 1.2a + +name simpsons +category Package +revision 13293 +shortdesc MetaFont source for Simpsons characters. +runfiles size=13 + texmf-dist/fonts/source/public/simpsons/bart.mf + texmf-dist/fonts/source/public/simpsons/burns.mf + texmf-dist/fonts/source/public/simpsons/homer.mf + texmf-dist/fonts/source/public/simpsons/lisa.mf + texmf-dist/fonts/source/public/simpsons/maggie.mf + texmf-dist/fonts/source/public/simpsons/marge.mf + texmf-dist/fonts/source/public/simpsons/simpsons.mf + texmf-dist/fonts/source/public/simpsons/snpp.mf +catalogue-ctan /usergrps/uktug/baskervi/4_4 +catalogue-date 2008-12-31 15:12:44 +0100 +catalogue-license noinfo + +name siunitx +category Package +revision 15878 +shortdesc A comprehensive (SI) units package. +longdesc Typesetting values with units requires care to ensure that the +longdesc combined mathematical meaning of the value plus unit +longdesc combination is clear. In particular, the SI units system lays +longdesc down a consistent set of units with rules on how they are to be +longdesc used. However, different countries and publishers have +longdesc differing conventions on the exact appearance of numbers (and +longdesc units). A number of LaTeX packages have been developed to +longdesc provide consistent application of the various rules: SIunits, +longdesc sistyle, unitsdef and units are the leading examples. The +longdesc numprint package provides a large number of number-related +longdesc functions, while dcolumn and rccol provide tools for +longdesc typesetting tabular numbers. The siunitx package takes the best +longdesc from the existing packages, and adds new features and a +longdesc consistent interface. A number of new ideas have been +longdesc incorporated, to fill gaps in the existing provision. The +longdesc package also provides backward-compatibility with SIunits, +longdesc sistyle, unitsdef and units. The aim is to have one package to +longdesc handle all of the possible unit-related needs of LaTeX users. +docfiles size=174 + texmf-dist/doc/latex/siunitx/README details="Readme" + texmf-dist/doc/latex/siunitx/siunitx-bug.tex + texmf-dist/doc/latex/siunitx/siunitx.pdf details="Package documentation" +srcfiles size=113 + texmf-dist/source/latex/siunitx/siunitx.dtx + texmf-dist/source/latex/siunitx/siunitx.ins +runfiles size=59 + texmf-dist/tex/latex/siunitx/config/si-DE.cfg + texmf-dist/tex/latex/siunitx/config/si-SIunits.cfg + texmf-dist/tex/latex/siunitx/config/si-UK.cfg + texmf-dist/tex/latex/siunitx/config/si-USA.cfg + texmf-dist/tex/latex/siunitx/config/si-ZA.cfg + texmf-dist/tex/latex/siunitx/config/si-abbr.cfg + texmf-dist/tex/latex/siunitx/config/si-accepted.cfg + texmf-dist/tex/latex/siunitx/config/si-addn.cfg + texmf-dist/tex/latex/siunitx/config/si-astro.cfg + texmf-dist/tex/latex/siunitx/config/si-binary.cfg + texmf-dist/tex/latex/siunitx/config/si-chemeng.cfg + texmf-dist/tex/latex/siunitx/config/si-fancynum.cfg + texmf-dist/tex/latex/siunitx/config/si-fancyunits.cfg + texmf-dist/tex/latex/siunitx/config/si-geophys.cfg + texmf-dist/tex/latex/siunitx/config/si-hep.cfg + texmf-dist/tex/latex/siunitx/config/si-hepunits.cfg + texmf-dist/tex/latex/siunitx/config/si-named.cfg + texmf-dist/tex/latex/siunitx/config/si-physical.cfg + texmf-dist/tex/latex/siunitx/config/si-prefix.cfg + texmf-dist/tex/latex/siunitx/config/si-prefixed.cfg + texmf-dist/tex/latex/siunitx/config/si-sistyle.cfg + texmf-dist/tex/latex/siunitx/config/si-synchem.cfg + texmf-dist/tex/latex/siunitx/config/si-units.cfg + texmf-dist/tex/latex/siunitx/config/si-unitsdef.cfg + texmf-dist/tex/latex/siunitx/siunitx.sty +catalogue-ctan /macros/latex/contrib/siunitx +catalogue-date 2009-10-29 21:59:37 +0100 +catalogue-license lppl1.3 +catalogue-version 1.3d + +name skak +category Package +revision 15878 +shortdesc Fonts and macros for typesetting chess games. +longdesc This package provides macros and fonts in MetaFont format which +longdesc can be used to typeset chess games using PGN, and to show +longdesc diagrams of the current board in a document. The package builds +longdesc on work by Piet Tutelaers -- the main novelty is the use of PGN +longdesc for input instead of the more cumbersome coordinate notation +longdesc (g1f3 becomes the more readable Nf3 in PGN). An Adobe Type 1 +longdesc implementation of skak's fonts is available as package skaknew; +longdesc an alternative chess notational scheme is available in package +longdesc texmate, and a general mechanism for selecting chess fonts is +longdesc provided in chessfss. +docfiles size=124 + texmf-dist/doc/latex/skak/README + texmf-dist/doc/latex/skak/WC-2004-S-00007.tex + texmf-dist/doc/latex/skak/_region_.tex + texmf-dist/doc/latex/skak/andreas_wilm_1.tex + texmf-dist/doc/latex/skak/angletst.tex + texmf-dist/doc/latex/skak/debug_storegame.tex + texmf-dist/doc/latex/skak/demo-symbols.tex + texmf-dist/doc/latex/skak/fen_with_black.tex + texmf-dist/doc/latex/skak/font.tex + texmf-dist/doc/latex/skak/font2.tex + texmf-dist/doc/latex/skak/hightest.tex + texmf-dist/doc/latex/skak/informator.pdf + texmf-dist/doc/latex/skak/informator.tex + texmf-dist/doc/latex/skak/ingo-bug1.tex + texmf-dist/doc/latex/skak/lambda.tex + texmf-dist/doc/latex/skak/longmoves.tex + texmf-dist/doc/latex/skak/makefile + texmf-dist/doc/latex/skak/promotion_problem_Ulrike.tex + texmf-dist/doc/latex/skak/refman.pdf + texmf-dist/doc/latex/skak/refman.tex + texmf-dist/doc/latex/skak/show.tex + texmf-dist/doc/latex/skak/skakdoc.pdf + texmf-dist/doc/latex/skak/skakdoc.tex + texmf-dist/doc/latex/skak/syntax.tex + texmf-dist/doc/latex/skak/test1.tex + texmf-dist/doc/latex/skak/test2.tex + texmf-dist/doc/latex/skak/test_capture.tex + texmf-dist/doc/latex/skak/tuggame.pdf + texmf-dist/doc/latex/skak/tuggame.tex +runfiles size=42 + texmf-dist/fonts/map/dvips/skak/special.map + texmf-dist/fonts/source/public/skak/skak10.mf + texmf-dist/fonts/source/public/skak/skak15.mf + texmf-dist/fonts/source/public/skak/skak20.mf + texmf-dist/fonts/source/public/skak/skak30.mf + texmf-dist/fonts/source/public/skak/skakbase.mf + texmf-dist/fonts/source/public/skak/skakbrikker.mf + texmf-dist/fonts/source/public/skak/skakf10.mf + texmf-dist/fonts/source/public/skak/skakf10b.mf + texmf-dist/fonts/source/public/skak/skakinf.mf + texmf-dist/fonts/tfm/public/skak/skak10.tfm + texmf-dist/fonts/tfm/public/skak/skak15.tfm + texmf-dist/fonts/tfm/public/skak/skak20.tfm + texmf-dist/fonts/tfm/public/skak/skak30.tfm + texmf-dist/fonts/tfm/public/skak/skakf10.tfm + texmf-dist/fonts/tfm/public/skak/skakf10b.tfm + texmf-dist/tex/latex/skak/chess-workshop-symbols.sty + texmf-dist/tex/latex/skak/lambda.sty + texmf-dist/tex/latex/skak/skak.fd + texmf-dist/tex/latex/skak/skak.sty + texmf-dist/tex/latex/skak/uskak.fd +catalogue-ctan /fonts/chess/skak +catalogue-date 2008-10-16 14:41:43 +0200 +catalogue-license lppl +catalogue-version 1.5 + +name skaknew +category Package +revision 15878 +shortdesc The skak chess fonts redone in Adobe Type 1. +longdesc This package offers Adobe Type 1 versions of the fonts provided +longdesc as MetaFont source by the skak bundle. +execute addMap SkakNew.map +docfiles size=90 + texmf-dist/doc/fonts/skaknew/README details="Readme" + texmf-dist/doc/fonts/skaknew/SkakNew.pdf details="Package documentation" + texmf-dist/doc/fonts/skaknew/SkakNew.tex + texmf-dist/doc/fonts/skaknew/fonttables.pdf details="Font tables" + texmf-dist/doc/fonts/skaknew/install.vtex +runfiles size=72 + texmf-dist/fonts/afm/public/skaknew/AlphaDia.afm + texmf-dist/fonts/afm/public/skaknew/SkakNew-Diagram.afm + texmf-dist/fonts/afm/public/skaknew/SkakNew-DiagramT.afm + texmf-dist/fonts/afm/public/skaknew/SkakNew-Figurine.afm + texmf-dist/fonts/afm/public/skaknew/SkakNew-FigurineBold.afm + texmf-dist/fonts/map/dvips/skaknew/SkakNew.map + texmf-dist/fonts/opentype/public/skaknew/AlphaDia.otf + texmf-dist/fonts/opentype/public/skaknew/SkakNew-Diagram.otf + texmf-dist/fonts/opentype/public/skaknew/SkakNew-DiagramT.otf + texmf-dist/fonts/opentype/public/skaknew/SkakNew-Figurine.otf + texmf-dist/fonts/opentype/public/skaknew/SkakNew-FigurineBold.otf + texmf-dist/fonts/tfm/public/skaknew/AlphaDia.tfm + texmf-dist/fonts/tfm/public/skaknew/SkakNew-Diagram.tfm + texmf-dist/fonts/tfm/public/skaknew/SkakNew-DiagramT.tfm + texmf-dist/fonts/tfm/public/skaknew/SkakNew-Figurine.tfm + texmf-dist/fonts/tfm/public/skaknew/SkakNew-FigurineBold.tfm + texmf-dist/fonts/type1/public/skaknew/AlphaDia.inf + texmf-dist/fonts/type1/public/skaknew/AlphaDia.pfb + texmf-dist/fonts/type1/public/skaknew/AlphaDia.pfm + texmf-dist/fonts/type1/public/skaknew/SkakNew-Diagram.inf + texmf-dist/fonts/type1/public/skaknew/SkakNew-Diagram.pfb + texmf-dist/fonts/type1/public/skaknew/SkakNew-Diagram.pfm + texmf-dist/fonts/type1/public/skaknew/SkakNew-DiagramT.inf + texmf-dist/fonts/type1/public/skaknew/SkakNew-DiagramT.pfb + texmf-dist/fonts/type1/public/skaknew/SkakNew-DiagramT.pfm + texmf-dist/fonts/type1/public/skaknew/SkakNew-Figurine.inf + texmf-dist/fonts/type1/public/skaknew/SkakNew-Figurine.pfb + texmf-dist/fonts/type1/public/skaknew/SkakNew-Figurine.pfm + texmf-dist/fonts/type1/public/skaknew/SkakNew-FigurineBold.inf + texmf-dist/fonts/type1/public/skaknew/SkakNew-FigurineBold.pfb + texmf-dist/fonts/type1/public/skaknew/SkakNew-FigurineBold.pfm +catalogue-ctan /fonts/chess/skaknew +catalogue-date 2009-02-21 22:13:29 +0100 +catalogue-license lppl + +name skull +category Package +revision 15878 +shortdesc A font to draw a skull. +longdesc The font (defined in MetaFont) defines a single character, a +longdesc black solid skull. A package is supplied to make this character +longdesc available as a symbol in maths mode. +srcfiles size=2 + texmf-dist/source/latex/skull/skull.dtx + texmf-dist/source/latex/skull/skull.ins +runfiles size=2 + texmf-dist/fonts/source/public/skull/skull.mf + texmf-dist/tex/latex/skull/skull.sty +catalogue-ctan /fonts/skull +catalogue-date 2007-02-28 00:02:05 +0100 +catalogue-license gpl +catalogue-version 0.1 + +name slantsc +category Package +revision 15878 +shortdesc Access different-shaped small-caps fonts. +longdesc This package enables the use of small capitals in different +longdesc font shapes, e.g., slanted or bold slanted for all fonts that +longdesc provide appropriate font shapes. (Note that a separate .fd file +longdesc is needed to define font shapes such as 'scsl' or 'scit'.) +docfiles size=31 + texmf-dist/doc/latex/slantsc/README details="Readme" + texmf-dist/doc/latex/slantsc/getversion.tex + texmf-dist/doc/latex/slantsc/slantsc.pdf details="Package documentation" + texmf-dist/doc/latex/slantsc/slantsc.xml + texmf-dist/doc/latex/slantsc/testslantsc.tex +srcfiles size=7 + texmf-dist/source/latex/slantsc/Makefile + texmf-dist/source/latex/slantsc/slantsc.dtx + texmf-dist/source/latex/slantsc/slantsc.ins +runfiles size=1 + texmf-dist/tex/latex/slantsc/slantsc.sty +catalogue-ctan /macros/latex/contrib/slantsc +catalogue-date 2008-11-25 08:48:49 +0100 +catalogue-license lppl +catalogue-version 2.10 + +name slashbox +category Package +revision 15878 +shortdesc Both column and row headings in a tabular cell. +longdesc The package defines commands to produce tabular cells with +longdesc diagonal lines in them, with text above and below the line to +longdesc label the column and row that the cell is in. +docfiles size=3 + texmf-dist/doc/latex/slashbox/slashbox.dvi + texmf-dist/doc/latex/slashbox/slashbox.tex +runfiles size=1 + texmf-dist/tex/latex/slashbox/slashbox.sty +catalogue-ctan /macros/latex/contrib/slashbox +catalogue-date 2009-01-04 00:07:43 +0100 +catalogue-license noinfo + +name slideshow +category Package +revision 15878 +shortdesc Generate slideshow with MetaPost. +longdesc The package provides a means of creating presentations in +longdesc MetaPost, without intervention from other utilities (except a +longdesc distiller). Such an arrangement has its advantages (though +longdesc there are disadvantages too). +docfiles size=42 + texmf-dist/doc/metapost/slideshow/slideshow.txt + texmf-dist/doc/metapost/slideshow/sshowex.pdf + texmf-dist/doc/metapost/slideshow/sshowex2.pdf + texmf-dist/doc/metapost/slideshow/sshowex3.pdf + texmf-dist/doc/metapost/slideshow/sshowintro.pdf details="Presentation about package:" +runfiles size=10 + texmf-dist/metapost/slideshow/pathalong.mp + texmf-dist/metapost/slideshow/slideshow.mp + texmf-dist/metapost/slideshow/sshowex.mp + texmf-dist/metapost/slideshow/sshowex2.mp + texmf-dist/metapost/slideshow/sshowex3.mp + texmf-dist/metapost/slideshow/sshowintro.mp +catalogue-ctan /graphics/metapost/contrib/macros/slideshow +catalogue-date 2008-12-04 14:14:32 +0100 +catalogue-license other-free +catalogue-version 1.0 + +name smalltableof +category Package +revision 15878 +shortdesc Create listoffigures etc. in a single chapter. +longdesc The package allows you to create a list of figures and list of +longdesc tables in a chapter named 'List' that contains separate +longdesc sections for each list of figures, tables, etc. +docfiles size=1 + texmf-dist/doc/latex/smalltableof/README details="Readme" +runfiles size=1 + texmf-dist/tex/latex/smalltableof/smalltableof.sty +catalogue-ctan /macros/latex/contrib/smalltableof +catalogue-date 2007-01-14 23:54:50 +0100 +catalogue-license lppl + +name smartref +category Package +revision 15878 +shortdesc Extend LaTeX's \ref capability. +longdesc The package extends the LaTeX labelling system: whenever a +longdesc label is set, the values of counters (selected by the user) are +longdesc recorded, along with the label. The value of these counters can +longdesc be recalled with a command similar to \pageref. The package +longdesc also adds commands \s[name]ref (for each counter [name] that +longdesc the user has selected); these commands display something only +longdesc if the value of the [name] counter is changed from when the +longdesc label was set. Many commands are provided to serve as a macro +longdesc programming environment for using the extended labels. +docfiles size=2 + texmf-dist/doc/latex/smartref/readme.txt details="Readme and command details" +runfiles size=3 + texmf-dist/tex/latex/smartref/byname.sty + texmf-dist/tex/latex/smartref/smartref.sty +catalogue-ctan /macros/latex/contrib/smartref +catalogue-date 2007-04-13 18:07:08 +0200 +catalogue-license lppl +catalogue-version 1.9 + +name snapshot +category Package +revision 15878 +shortdesc List the external dependencies of a LaTeX document. +longdesc The snapshot package helps the owner of a LaTeX document obtain +longdesc a list of the external dependencies of the document, in a form +longdesc that can be embedded at the top of the document. It provides a +longdesc snapshot of the current processing context of the document, +longdesc insofar as it can be determined from inside LaTeX. If a +longdesc document contains such a dependency list, then it becomes +longdesc possible to arrange that the document be processed always with +longdesc the same versions of everything, in order to ensure the same +longdesc output. This could be useful for someone wanting to keep a +longdesc LaTeX document on hand and consistently reproduce an identical +longdesc DVI file from it, on the fly; or for someone wanting to shield +longdesc a document during the final stages of its production cycle from +longdesc unexpected side effects of routine upgrades to the TeX system. +docfiles size=30 + texmf-dist/doc/latex/snapshot/snapshot.pdf +srcfiles size=9 + texmf-dist/source/latex/snapshot/snapshot.dtx + texmf-dist/source/latex/snapshot/snapshot.ins +runfiles size=3 + texmf-dist/tex/latex/snapshot/snapshot.sty +catalogue-ctan /macros/latex/contrib/snapshot +catalogue-date 2006-12-14 00:03:18 +0100 +catalogue-license lppl +catalogue-version 1.14 + +name songbook +category Package +revision 15878 +shortdesc Package for typesetting song lyrics and chord books. +longdesc The Songbook package provides an all purpose songbook style for +longdesc LaTeX2e. The package allows for three types of output from a +longdesc single input file: words and chords books for the musicians to +longdesc play from, words only songbooks for the congregation to sing +longdesc from, and overhead transparency masters for congregational use. +longdesc The package will also print a table of contents, an index +longdesc sorted by title and first line, and an index sorted by key, or +longdesc by artist/composer. The package attempts to handle songs in +longdesc multiple keys, as well as songs in multiple languages. +docfiles size=326 + texmf-dist/doc/latex/songbook/LesserGPL.txt + texmf-dist/doc/latex/songbook/README details="Readme" + texmf-dist/doc/latex/songbook/contrib/CarolBook/CarolBook.tex + texmf-dist/doc/latex/songbook/contrib/CarolBook/CarolBookOH.pdf + texmf-dist/doc/latex/songbook/contrib/CarolBook/CarolBookWB.pdf + texmf-dist/doc/latex/songbook/contrib/README details="Outline of distribution supplements" + texmf-dist/doc/latex/songbook/contrib/crd2sb/NothingButTheBlood.crd + texmf-dist/doc/latex/songbook/contrib/crd2sb/crd2sb + texmf-dist/doc/latex/songbook/contrib/crd2sb/crd2sb.txt + texmf-dist/doc/latex/songbook/contrib/modulate + texmf-dist/doc/latex/songbook/contrib/texchord.sty + texmf-dist/doc/latex/songbook/install.txt + texmf-dist/doc/latex/songbook/mksbadx + texmf-dist/doc/latex/songbook/mksbkdx + texmf-dist/doc/latex/songbook/mksbtdx + texmf-dist/doc/latex/songbook/sample-sb.tex + texmf-dist/doc/latex/songbook/sampleAdx.pdf + texmf-dist/doc/latex/songbook/sampleAdx.tex + texmf-dist/doc/latex/songbook/sampleCBK.pdf + texmf-dist/doc/latex/songbook/sampleCSBK.pdf + texmf-dist/doc/latex/songbook/sampleKdx.pdf + texmf-dist/doc/latex/songbook/sampleKdx.tex + texmf-dist/doc/latex/songbook/sampleOH.pdf + texmf-dist/doc/latex/songbook/sampleTdx.pdf + texmf-dist/doc/latex/songbook/sampleTdx.tex + texmf-dist/doc/latex/songbook/sampleToc.pdf + texmf-dist/doc/latex/songbook/sampleToc.tex + texmf-dist/doc/latex/songbook/sampleWBK.pdf + texmf-dist/doc/latex/songbook/songbook.pdf details="Package documentation" +srcfiles size=49 + texmf-dist/source/latex/songbook/songbook.dtx + texmf-dist/source/latex/songbook/songbook.ins +runfiles size=13 + texmf-dist/makeindex/songbook/songbook.ist + texmf-dist/tex/latex/songbook/conditionals.sty + texmf-dist/tex/latex/songbook/songbook.sty +catalogue-ctan /macros/latex/contrib/songbook +catalogue-date 2007-08-17 00:15:35 +0200 +catalogue-license lgpl2.1 +catalogue-version 4.3 + +name sort-by-letters +category Package +revision 15878 +shortdesc Bibliography styles for alphabetic sorting. +longdesc This bundle contains several bibliography styles for separating +longdesc a document's references by the first letter of the first +longdesc author/editor in the bibliography entry. The styles are adapted +longdesc from standard ones or from natbib ones. +docfiles size=1 + texmf-dist/doc/latex/sort-by-letters/README +runfiles size=48 + texmf-dist/bibtex/bst/sort-by-letters/abbrv-letters.bst + texmf-dist/bibtex/bst/sort-by-letters/alpha-letters.bst + texmf-dist/bibtex/bst/sort-by-letters/apalike-letters.bst + texmf-dist/bibtex/bst/sort-by-letters/frplainnat-letters.bst + texmf-dist/bibtex/bst/sort-by-letters/plain-letters.bst + texmf-dist/bibtex/bst/sort-by-letters/plainnat-letters.bst + texmf-dist/bibtex/bst/sort-by-letters/siam-letters.bst +catalogue-ctan /biblio/bibtex/contrib/sort-by-letters +catalogue-date 2007-03-12 11:51:09 +0100 +catalogue-license lppl + +name soul +category Package +revision 15878 +shortdesc Hyphenation for letterspacing, underlining, and more. +longdesc Provides hyphenatable spacing out (letterspacing), underlining, +longdesc striking out, etc., using the TeX hyphenation algorithm to find +longdesc the proper hyphens automatically. The package also provides a +longdesc mechanism that can be used to implement similar tasks, that +longdesc have to treat text syllable by syllable. This is shown in two +longdesc examples. The package itself does not support UTF-8 input in +longdesc ordinary (PDF)LaTeX; some UTF-8 support is offered by package +longdesc soulutf8 +docfiles size=96 + texmf-dist/doc/latex/soul/soul.pdf details="Package documentation" + texmf-dist/doc/latex/soul/soul.txt +srcfiles size=35 + texmf-dist/source/latex/soul/Makefile + texmf-dist/source/latex/soul/soul.dtx + texmf-dist/source/latex/soul/soul.ins +runfiles size=6 + texmf-dist/tex/latex/soul/soul.sty +catalogue-ctan /macros/latex/contrib/soul +catalogue-date 2009-10-10 00:35:28 +0200 +catalogue-license lppl +catalogue-version 2.4 + +name soyombo +category Package +revision 15878 +shortdesc Fonts and a macro for Soyombo under LaTeX. +longdesc The package provides the Soyombo script and the Soyombo symbol +longdesc for LaTeX users. The script and the symbol were both developed +longdesc in 1686 by the Mongolian monk and scholar Zanabazar. Soyombo +longdesc script is modelled after Lantsa-Devanagari, and it combines the +longdesc phonemic repertoire of Mongolian, Sanskrit, and Tibetan. While +longdesc the script is now little used, the symbol appears very widely +longdesc (including the national flag). +docfiles size=11 + texmf-dist/doc/latex/soyombo/soyo4tex.dvi + texmf-dist/doc/latex/soyombo/soyo4tex.tex +runfiles size=15 + texmf-dist/fonts/source/public/soyombo/soyombo.mf + texmf-dist/fonts/source/public/soyombo/soyombot.mf + texmf-dist/fonts/tfm/public/soyombo/soyombo.tfm + texmf-dist/fonts/tfm/public/soyombo/soyombot.tfm + texmf-dist/tex/latex/soyombo/soyombo.sty +catalogue-ctan /language/mongolian/soyombo +catalogue-date 2008-12-31 20:13:31 +0100 +catalogue-license noinfo +catalogue-version 0.9 + +name spanish +category Package +revision 15878 +shortdesc Spanish in Babel. +longdesc This bundle provides a 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=80 + texmf-dist/doc/latex/spanish/README details="Readme" + texmf-dist/doc/latex/spanish/doc/spanish.pdf details="Package documentation" + texmf-dist/doc/latex/spanish/source/spanish.dtx + texmf-dist/doc/latex/spanish/source/spanish.ins + texmf-dist/doc/latex/spanish/tex/romanidx.sty + texmf-dist/doc/latex/spanish/tex/spanish.ldf +catalogue-ctan /language/spanish/babel/base +catalogue-date 2009-05-11 20:23:56 +0200 +catalogue-license lppl +catalogue-version 5.0i + +name spanish-mx +category Package +revision 15878 +shortdesc Typeset Spanish as in Mexico. +longdesc The bundle provides files to support typesetting of texts in +longdesc Spanish according to Mexican current practices, using babel. +longdesc The files merge earlier work on a mexican.ldf, or may be used +longdesc to define a configuration that will typeset all documents (that +longdesc request babel's spanish option) to use the Mexican language +longdesc facilities. (Note that this facility is only available with the +longdesc recent (version >=4.2b) releases of the Spanish option.) +docfiles size=1 + texmf-dist/doc/latex/spanish-mx/README details="Readme" +runfiles size=3 + texmf-dist/tex/latex/spanish-mx/esmx.cfg + texmf-dist/tex/latex/spanish-mx/spanishmx.ldf + texmf-dist/tex/latex/spanish-mx/spanishmx.sty +catalogue-ctan /language/spanish/babel/contrib/mexican +catalogue-date 2009-01-10 16:42:45 +0100 +catalogue-license lppl +catalogue-version 1.1a + +name sparklines +category Package +revision 15878 +shortdesc Drawing sparklines: intense, simple, wordlike graphics. +longdesc Sparklines are intense, simple, wordlike graphics (so named by +longdesc Edward Tufte). In lieu of a more detailed introduction, +longdesc Professor Tufte's site has an early release of a chapter on +longdesc sparklines. A PHP implementation may be found at SourceForge. A +longdesc sparkline can be added using the sparkline environment. Also, +longdesc you can add sparkling rectangles for the median and special +longdesc sparkling dots in red or blue. The package requires pdflatex; +longdesc sparklines cannot appear in a dvi file. The sparklines package +longdesc uses pgf, and does not work with pictex. +docfiles size=18 + texmf-dist/doc/latex/sparklines/README + texmf-dist/doc/latex/sparklines/sparklines.pdf + texmf-dist/doc/latex/sparklines/sparklines.tex +runfiles size=1 + texmf-dist/tex/latex/sparklines/sparklines.sty +catalogue-ctan /graphics/sparklines +catalogue-date 2009-04-20 09:15:49 +0200 +catalogue-license lppl +catalogue-version 1.4 + +name spie +category Package +revision 15878 +shortdesc Support for formatting SPIE Proceedings manuscripts. +longdesc A class and a BibTeX style are provided. +docfiles size=44 + texmf-dist/doc/latex/spie/README details="Readme" + texmf-dist/doc/latex/spie/article.pdf details="Template and guidelines for authors" + texmf-dist/doc/latex/spie/article.tex + texmf-dist/doc/latex/spie/mcr3b.eps +runfiles size=10 + texmf-dist/bibtex/bib/spie/report.bib + texmf-dist/bibtex/bst/spie/spiebib.bst + texmf-dist/tex/latex/spie/spie.cls +catalogue-ctan /macros/latex/contrib/spie +catalogue-date 2007-04-25 15:28:03 +0200 +catalogue-license lppl +catalogue-version 3.25 + +name splines +category Package +revision 15878 +shortdesc MetaPost macros for drawing cubic spline interpolants. +longdesc This is a small package of macros for creating cubic spline +longdesc interpolants in MetaPost or MetaFont. Given a list of points +longdesc the macros can produce a closed or a relaxed spline joining +longdesc them. Given a list of function values y_j at x_j, the result +longdesc would define the graph of a cubic spline interpolating function +longdesc y=f(x), which is either periodic or relaxed. +docfiles size=27 + texmf-dist/doc/metapost/splines/README details="Package README" + texmf-dist/doc/metapost/splines/splines.pdf details="Package documentation" +srcfiles size=5 + texmf-dist/source/metapost/splines/splines.dtx + texmf-dist/source/metapost/splines/splines.ins +runfiles size=3 + texmf-dist/metapost/splines/splines.mp + texmf-dist/metapost/splines/testsplines.mp +catalogue-ctan /graphics/metapost/contrib/macros/splines +catalogue-date 2007-03-12 11:51:09 +0100 +catalogue-license lppl1.3 +catalogue-version 0.2 + +name splitbib +category Package +revision 15878 +shortdesc Split and reorder your bibliography. +longdesc This package enables you to split a bibliography into several +longdesc categories and subcategories. It does not depend on BibTeX: any +longdesc bibliography may be split and reordered. +docfiles size=42 + texmf-dist/doc/latex/splitbib/README + texmf-dist/doc/latex/splitbib/splitbib.pdf +srcfiles size=14 + texmf-dist/source/latex/splitbib/splitbib.dtx + texmf-dist/source/latex/splitbib/splitbib.ins +runfiles size=7 + texmf-dist/tex/latex/splitbib/splitbib.sty +catalogue-ctan /macros/latex/contrib/splitbib +catalogue-date 2007-01-15 00:27:07 +0100 +catalogue-license lppl +catalogue-version 1.17 + +name splitindex +category Package +revision 15878 +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 +longdesc index or several indexes. Without splitindex (for example, +longdesc using the index package), the number of indexes is limited by +longdesc the number of TeX's output streams. But using the program you +longdesc may use even more than 16 indexes: splitidx outputs only a +longdesc single file \jobname.idx and the program splits that file into +longdesc several raw index files and calls your favorite index processor +longdesc for each of the files. +depend splitindex.ARCH +docfiles size=66 + texmf-dist/doc/latex/splitindex/README details="Readme" + texmf-dist/doc/latex/splitindex/install.txt + texmf-dist/doc/latex/splitindex/splitidx.pdf details="Package documentation" + texmf/doc/man/man1/splitindex.1 + texmf/doc/man/man1/splitindex.man1.pdf +srcfiles size=52 + texmf-dist/source/latex/splitindex/README + texmf-dist/source/latex/splitindex/install.sh + texmf-dist/source/latex/splitindex/install.txt + texmf-dist/source/latex/splitindex/manifest.txt + texmf-dist/source/latex/splitindex/splitidx.dtx + texmf-dist/source/latex/splitindex/splitidx.ins + texmf-dist/source/latex/splitindex/splitindex-Linux-i386 + texmf-dist/source/latex/splitindex/splitindex-OpenBSD-i386 + texmf-dist/source/latex/splitindex/splitindex.1 + texmf-dist/source/latex/splitindex/splitindex.c + texmf-dist/source/latex/splitindex/splitindex.class + texmf-dist/source/latex/splitindex/splitindex.exe + texmf-dist/source/latex/splitindex/splitindex.java + texmf-dist/source/latex/splitindex/splitindex.pl + texmf-dist/source/latex/splitindex/splitindex.tex +runfiles size=7 + texmf-dist/scripts/splitindex/perl/splitindex.pl + texmf-dist/tex/latex/splitindex/splitidx.sty + texmf-dist/tex/latex/splitindex/splitindex.tex +catalogue-ctan /macros/latex/contrib/splitindex +catalogue-date 2009-03-30 10:35:07 +0200 +catalogue-license lppl +catalogue-version 1.1a + +name splitindex.alpha-linux +category Package +revision 15878 +shortdesc alpha-linux files of splitindex +binfiles arch=alpha-linux size=1 + bin/alpha-linux/splitindex + +name splitindex.i386-cygwin +category Package +revision 15878 +shortdesc i386-cygwin files of splitindex +binfiles arch=i386-cygwin size=1 + bin/i386-cygwin/splitindex + +name splitindex.i386-linux +category Package +revision 15878 +shortdesc i386-linux files of splitindex +binfiles arch=i386-linux size=1 + bin/i386-linux/splitindex + +name splitindex.i386-netbsd +category Package +revision 15878 +shortdesc i386-netbsd files of splitindex +binfiles arch=i386-netbsd size=1 + bin/i386-netbsd/splitindex + +name splitindex.i386-solaris +category Package +revision 15878 +shortdesc i386-solaris files of splitindex +binfiles arch=i386-solaris size=1 + bin/i386-solaris/splitindex + +name splitindex.mips-irix +category Package +revision 15878 +shortdesc mips-irix files of splitindex +binfiles arch=mips-irix size=1 + bin/mips-irix/splitindex + +name splitindex.powerpc-aix +category Package +revision 15878 +shortdesc powerpc-aix files of splitindex +binfiles arch=powerpc-aix size=1 + bin/powerpc-aix/splitindex + +name splitindex.powerpc-linux +category Package +revision 15878 +shortdesc powerpc-linux files of splitindex +binfiles arch=powerpc-linux size=1 + bin/powerpc-linux/splitindex + +name splitindex.sparc-linux +category Package +revision 15878 +shortdesc sparc-linux files of splitindex +binfiles arch=sparc-linux size=1 + bin/sparc-linux/splitindex + +name splitindex.sparc-solaris +category Package +revision 15878 +shortdesc sparc-solaris files of splitindex +binfiles arch=sparc-solaris size=1 + bin/sparc-solaris/splitindex + +name splitindex.universal-darwin +category Package +revision 15878 +shortdesc universal-darwin files of splitindex +binfiles arch=universal-darwin size=1 + bin/universal-darwin/splitindex + +name splitindex.win32 +category Package +revision 15878 +shortdesc win32 files of splitindex +binfiles arch=win32 size=1 + bin/win32/splitindex.exe + +name splitindex.x86_64-linux +category Package +revision 15878 +shortdesc x86_64-linux files of splitindex +binfiles arch=x86_64-linux size=1 + bin/x86_64-linux/splitindex + +name spotcolor +category Package +revision 15878 +shortdesc Spot colours for pdfLaTeX. +longdesc This package provides procedures for using spot colors in LaTeX +longdesc documents and the generated pdf files. Predefined templates for +longdesc PANTONE and HKS color spaces are included but new ones can +longdesc easily be defined. +docfiles size=99 + texmf-dist/doc/latex/spotcolor/README details="Readme" + texmf-dist/doc/latex/spotcolor/readme.pdf details="Package documentation" + texmf-dist/doc/latex/spotcolor/readme.tcp + texmf-dist/doc/latex/spotcolor/readme.tex +runfiles size=27 + texmf-dist/tex/latex/spotcolor/spotcolor.sty + texmf-dist/tex/latex/spotcolor/spotcolorhks.tex + texmf-dist/tex/latex/spotcolor/spotcolorpantone.tex +catalogue-ctan /macros/latex/contrib/spotcolor +catalogue-date 2007-03-12 11:51:09 +0100 +catalogue-license lppl +catalogue-version 1.2 + +name sprite +category Package +revision 15878 +shortdesc Macros to typeset simple bitmaps with LaTeX. +longdesc The 'sprite' format the package sets is very simple, and may be +longdesc viewed in a fixed-width font rather readily. The package +longdesc provides the means of typesetting these sprites at arbitrary +longdesc sizes; in principal, one might use them to substitute for +longdesc characters one needed, but the author notes that their use is +longdesc rather TeX-memory-intensive so that their use as a font +longdesc substitute is hardly likely to be tenable. +docfiles size=1 + texmf-dist/doc/latex/sprite/spriteuse.tex +runfiles size=1 + texmf-dist/tex/latex/sprite/sprite.sty +catalogue-ctan /macros/latex/contrib/sprite +catalogue-date 2008-11-15 00:41:18 +0100 +catalogue-license noinfo + +name spverbatim +category Package +revision 15878 +shortdesc Allow line breaks within \verb and verbatim output. +longdesc LaTeX's \verb macro treats its argument as an unbreakable unit +longdesc of text. This can lead to poor typesetting, especially when the +longdesc argument is long. The spverbatim package provides an \spverb +longdesc macro that is analogous to \verb and an spverbatim environment +longdesc that is analogous to verbatim with the difference being that +longdesc \spverb and spverbatim allow LaTeX to break lines at space +longdesc characters. +docfiles size=30 + texmf-dist/doc/latex/spverbatim/README details="Readme" + texmf-dist/doc/latex/spverbatim/spverbatim.pdf details="Package documentation" +srcfiles size=4 + texmf-dist/source/latex/spverbatim/spverbatim.dtx + texmf-dist/source/latex/spverbatim/spverbatim.ins +runfiles size=1 + texmf-dist/tex/latex/spverbatim/spverbatim.sty +catalogue-ctan /macros/latex/contrib/spverbatim +catalogue-date 2009-08-22 18:09:24 +0200 +catalogue-license lppl +catalogue-version v1.0 + +name srcltx +category Package +revision 15878 +shortdesc Jump between DVI and TeX files. +longdesc Provides a \special insertion into generated .dvi files +longdesc allowing one to jump from the .dvi file to the .tex source and +longdesc back again (given a .dvi viewer that supports this, such as Yap +longdesc or xdvi version 22.38 or later). This was originally written by +longdesc Aleksander Simonic, the author of the WinEdt shell. +docfiles size=33 + texmf-dist/doc/latex/srcltx/README details="Package Readme" + texmf-dist/doc/latex/srcltx/srcltx.pdf details="Package documentation" +srcfiles size=8 + texmf-dist/source/latex/srcltx/srcltx.dtx + texmf-dist/source/latex/srcltx/srcltx.ins +runfiles size=3 + texmf-dist/tex/latex/srcltx/srcltx.sty + texmf-dist/tex/latex/srcltx/srctex.sty +catalogue-ctan /macros/latex/contrib/srcltx +catalogue-date 2006-12-07 15:13:33 +0100 +catalogue-license pd +catalogue-version 1.6 + +name sseq +category Package +revision 15878 +shortdesc Spectral sequence diagrams. +longdesc The package provides commands to draw spectral sequence +longdesc diagrams, providing facilities for clipping and arranging +longdesc multiple symbols so that they do not overlap. The package is +longdesc built using pgf, and shares that systems large demands for TeX +longdesc system memory. Its geometric commands are based on a turtle +longdesc graphics model, and control structures such as loops and +longdesc conditionals are available. +docfiles size=34 + texmf-dist/doc/latex/sseq/sseq.pdf details="Package documentation" +srcfiles size=17 + texmf-dist/source/latex/sseq/sseq.dtx + texmf-dist/source/latex/sseq/sseq.ins +runfiles size=9 + texmf-dist/tex/latex/sseq/sseq.sty +catalogue-ctan /macros/latex/contrib/sseq +catalogue-date 2009-04-10 15:43:04 +0200 +catalogue-license lppl +catalogue-version 2.0 + +name ssqquote +category Package +revision 15878 +shortdesc Use the cmssq fonts. +longdesc LaTeX package and font definition file to access the `cmssq' +longdesc fonts, i.e. Computer Modern Sans Serif Quotation Style. The +longdesc LaTeX package also defines a chapterquotes environment as an +longdesc example application. +docfiles size=1 + texmf-dist/doc/latex/ssqquote/ssqquote.readme +srcfiles size=7 + texmf-dist/source/latex/ssqquote/ssqquote.drv + texmf-dist/source/latex/ssqquote/ssqquote.dtx + texmf-dist/source/latex/ssqquote/ssqquote.ins +runfiles size=3 + texmf-dist/tex/latex/ssqquote/OT1cmssq.fd + texmf-dist/tex/latex/ssqquote/T1cmssq.fd + texmf-dist/tex/latex/ssqquote/ssqquote.sty +catalogue-ctan /macros/latex/contrib/ssqquote +catalogue-date 2008-04-20 19:53:04 +0200 +catalogue-license other-free +catalogue-version 1.3 + +name stack +category Package +revision 15878 +shortdesc Tools to define and use stacks. +longdesc The package provides a small set of commands to implement +longdesc stacks independently of TeX's own stack. As an example of how +longdesc the stacks might be used, the documentation offers a small +longdesc "relinput" package that implements the backbone of the import +longdesc package. +srcfiles size=4 + texmf-dist/source/latex/stack/stack.dtx + texmf-dist/source/latex/stack/stack.ins +runfiles size=2 + texmf-dist/tex/latex/stack/relinput.sty + texmf-dist/tex/latex/stack/stack.sty +catalogue-ctan /macros/latex/contrib/stack +catalogue-date 2007-02-28 00:02:05 +0100 +catalogue-license lppl +catalogue-version 1.00 + +name stage +category Package +revision 15878 +shortdesc A LaTeX class for stage plays +longdesc Stage.cls is a LaTeX class for creating plays of any length in +longdesc a standard manuscript format for production and submission. +docfiles size=26 + texmf-dist/doc/latex/stage/README details="Package README" + texmf-dist/doc/latex/stage/stage-documentation.pdf details="Package documentation" +runfiles size=3 + texmf-dist/tex/latex/stage/stage.cls +catalogue-ctan /macros/latex/contrib/stage +catalogue-date 2006-11-06 12:20:58 +0100 +catalogue-license lppl1.3 + +name startex +category Package +revision 15878 +shortdesc An XML-inspired format for student use. +longdesc A TeX format designed to help students write short reports and +longdesc essays. It provides the user with a suitable set of commands +longdesc for such a task. It is also more robust than plain TeX and +longdesc LaTeX. +docfiles size=182 + texmf-dist/doc/otherformats/startex/base/guide.pdf details="Beginner's guide" + texmf-dist/doc/otherformats/startex/base/ideas.pdf details="TUG'96 paper" + texmf-dist/doc/otherformats/startex/base/startex.pdf details="Documented source code:" +srcfiles size=29 + texmf-dist/source/startex/base/INSTALL + texmf-dist/source/startex/base/README + texmf-dist/source/startex/base/startex.bib + texmf-dist/source/startex/base/startex.dtx + texmf-dist/source/startex/base/startex.ins +runfiles size=17 + texmf-dist/makeindex/startex/stxglo.ist + texmf-dist/makeindex/startex/stxind.ist + texmf-dist/tex/startex/base/a4-article.stx + texmf-dist/tex/startex/base/article.stx + texmf-dist/tex/startex/base/ifi-article.stx + texmf-dist/tex/startex/base/ifi-artikkel.stx + texmf-dist/tex/startex/base/startex.lan + texmf-dist/tex/startex/base/startex.tex +catalogue-ctan /macros/startex +catalogue-date 2008-12-31 20:54:46 +0100 +catalogue-license pd +catalogue-version 1.04 + +name statex2 +category Package +revision 15878 +shortdesc Statistics style. +longdesc The package defines many macros for items of significance in +longdesc statistical presentations. It represents a syntax-incompatible +longdesc upgrade of statex. +runfiles size=5 + texmf-dist/tex/latex/statex2/statex2.sty +catalogue-ctan /macros/latex/contrib/misc/statex2.sty +catalogue-date 2008-08-23 15:48:35 +0200 +catalogue-license lppl +catalogue-version 2.0 + +name statistik +category Package +revision 15878 +shortdesc Store statistics of a document. +longdesc The package counts the numbers of pages per chapter, and stores +longdesc the results in a separate file; the format of the file is +longdesc selectable. +docfiles size=13 + texmf-dist/doc/latex/statistik/sta_cvs.dvi + texmf-dist/doc/latex/statistik/sta_cvs.tex + texmf-dist/doc/latex/statistik/sta_mytable-info.tex + texmf-dist/doc/latex/statistik/sta_mytable.dvi + texmf-dist/doc/latex/statistik/sta_mytable.tex + texmf-dist/doc/latex/statistik/sta_tab-info.tex + texmf-dist/doc/latex/statistik/sta_tab.dvi + texmf-dist/doc/latex/statistik/sta_tab.tex + texmf-dist/doc/latex/statistik/sta_textable-info.tex + texmf-dist/doc/latex/statistik/sta_textable.dvi + texmf-dist/doc/latex/statistik/sta_textable.tex + texmf-dist/doc/latex/statistik/sta_xml.dvi + texmf-dist/doc/latex/statistik/sta_xml.tex +srcfiles size=7 + texmf-dist/source/latex/statistik/sta_cvs-info.csv + texmf-dist/source/latex/statistik/sta_xml-info.xml + texmf-dist/source/latex/statistik/statistik.dtx + texmf-dist/source/latex/statistik/statistik.ins +runfiles size=2 + texmf-dist/tex/latex/statistik/statistik.sty +catalogue-ctan /macros/latex/contrib/statistik +catalogue-date 2007-01-15 00:27:07 +0100 +catalogue-license gpl +catalogue-version 0.03 + +name staves +category Package +revision 15878 +shortdesc Typeset Icelandic staves and runic letters. +longdesc This package contains all the necessary tools to typeset the +longdesc "magical" Icelandic staves plus the runic letters used in +longdesc Iceland. Included are a font in Adobe Type 1 format and LaTeX +longdesc support. +execute addMap icelandic.map +docfiles size=74 + texmf-dist/doc/fonts/staves/README details="Package README" + texmf-dist/doc/fonts/staves/staves.pdf + texmf-dist/doc/fonts/staves/symbols.pdf +srcfiles size=4 + texmf-dist/source/latex/staves/staves.dtx + texmf-dist/source/latex/staves/staves.ins +runfiles size=34 + texmf-dist/fonts/map/dvips/staves/icelandic.map + texmf-dist/fonts/tfm/public/staves/icelandic.tfm + texmf-dist/fonts/type1/public/staves/icelandic.pfb + texmf-dist/tex/latex/staves/staves.sty +catalogue-ctan /language/staves +catalogue-date 2008-08-23 15:48:35 +0200 +catalogue-license lppl + +name stdclsdv +category Package +revision 15878 +shortdesc Provide sectioning information for package writers. +longdesc The stdclsdv package is designed for package writers who need +longdesc to know what sectioning divsions are provided by the document's +longdesc class. It also provides a version of \CheckCommand that sets a +longdesc flag rather than printing a warning. +docfiles size=38 + texmf-dist/doc/latex/stdclsdv/README details="Readme" + texmf-dist/doc/latex/stdclsdv/stdclsdv.pdf details="Package documentation" +srcfiles size=5 + texmf-dist/source/latex/stdclsdv/stdclsdv.dtx + texmf-dist/source/latex/stdclsdv/stdclsdv.ins +runfiles size=1 + texmf-dist/tex/latex/stdclsdv/stdclsdv.sty +catalogue-ctan /macros/latex/contrib/stdclsdv +catalogue-date 2009-09-04 12:14:45 +0200 +catalogue-license lppl +catalogue-version 1.1a + +name stdpage +category Package +revision 15878 +shortdesc Standard pages with n lines of at most m characters each. +longdesc For translations, proofreading, journal contributions etc. +longdesc standard pages are used. Those standard pages consist of a +longdesc fixed number of lines and characters per line. This package +longdesc produces pages with n lines of at most m characters each. For +longdesc instance the German "Normseite": 60 lines of 30 characters +longdesc each. +docfiles size=31 + texmf-dist/doc/latex/stdpage/README details="Package README" + texmf-dist/doc/latex/stdpage/stdpage-test.tex + texmf-dist/doc/latex/stdpage/stdpage.pdf details="Package documentation" +srcfiles size=6 + texmf-dist/source/latex/stdpage/stdpage.dtx + texmf-dist/source/latex/stdpage/stdpage.ins +runfiles size=2 + texmf-dist/tex/latex/stdpage/stdpage.sty +catalogue-ctan /macros/latex/contrib/stdpage +catalogue-date 2006-11-06 12:37:44 +0100 +catalogue-license lppl1.2 +catalogue-version 0.6 + +name steinmetz +category Package +revision 15878 +shortdesc Print Steinmetz notation. +longdesc The steinmetz package provides a command for typesetting +longdesc complex numbers in the Steinmetz notation used in +longdesc electrotechnics as: <modulus><argument or phase inside an angle +longdesc symbol> The package makes use of pict2e. +docfiles size=31 + texmf-dist/doc/latex/steinmetz/README details="Readme" + texmf-dist/doc/latex/steinmetz/steinmetz-test.tex + texmf-dist/doc/latex/steinmetz/steinmetz.pdf details="Package documentation" +srcfiles size=4 + texmf-dist/source/latex/steinmetz/steinmetz.dtx + texmf-dist/source/latex/steinmetz/steinmetz.ins +runfiles size=1 + texmf-dist/tex/latex/steinmetz/steinmetz.sty +catalogue-ctan /macros/latex/contrib/steinmetz +catalogue-date 2009-06-25 00:38:31 +0200 +catalogue-license lppl +catalogue-version 1.0 + +name stellenbosch +category Package +revision 15878 +shortdesc Stellenbosch thesis bundle. +longdesc The usthesis class/style files are provided to typeset reports, +longdesc theses and dissertations that conform to the requirements of +longdesc the Engineering Faculty of the University of Stellenbosch. The +longdesc class file usthesis.cls is based on the standard LaTeX book +longdesc class, while usthesis.sty is a style file to be loaded on top +longdesc of the very powerful memoir class. Both options give identical +longdesc output, but the benefit of the using memoir is that it has many +longdesc additional command and environments for formatting and +longdesc processing of a document. Usthesis is primarily concerned with +longdesc the formatting of the front matter such as the title page, +longdesc abstract, etc. and a decent page layout on A4 paper. It also +longdesc works together with the babel package to provide language +longdesc options to typeset documents in Afrikaans or in English. +longdesc Additional packages are provided for bibliographic matter, note +longdesc title pages, lists of symbols, as well as various graphic files +longdesc for logos. +docfiles size=584 + texmf-dist/doc/latex/stellenbosch/CHANGELOG + texmf-dist/doc/latex/stellenbosch/README details="Bundle README" language="en" + texmf-dist/doc/latex/stellenbosch/USbib-1.0.pdf + texmf-dist/doc/latex/stellenbosch/USlogos-doc-4.0.pdf + texmf-dist/doc/latex/stellenbosch/USnomencl-1.1.pdf + texmf-dist/doc/latex/stellenbosch/USsummary-1.0a.pdf + texmf-dist/doc/latex/stellenbosch/USthesis-4.1.pdf + texmf-dist/doc/latex/stellenbosch/UStitle-1.0.pdf + texmf-dist/doc/latex/stellenbosch/templates/masters-sample.zip + texmf-dist/doc/latex/stellenbosch/templates/report-sample.zip +srcfiles size=243 + texmf-dist/source/latex/stellenbosch/USbib-1.0-scr.zip + texmf-dist/source/latex/stellenbosch/USlogos-4.0-src.zip + texmf-dist/source/latex/stellenbosch/USnomencl-1.1-src.zip + texmf-dist/source/latex/stellenbosch/USsummary-1.0a-src.zip + texmf-dist/source/latex/stellenbosch/USthesis-4.1-src.zip + texmf-dist/source/latex/stellenbosch/UStitle-1.0-src.zip +runfiles size=380 + texmf-dist/bibtex/bst/stellenbosch/usmeg-a.bst + texmf-dist/bibtex/bst/stellenbosch/usmeg-n.bst + texmf-dist/bibtex/bst/stellenbosch/ussagus.bst + texmf-dist/tex/latex/stellenbosch/logos/USEngLogo-BW-top.eps + texmf-dist/tex/latex/stellenbosch/logos/USEngLogo-BW-top.pdf + texmf-dist/tex/latex/stellenbosch/logos/USEngLogo-BW.eps + texmf-dist/tex/latex/stellenbosch/logos/USEngLogo-BW.pdf + texmf-dist/tex/latex/stellenbosch/logos/USEngLogo-top.eps + texmf-dist/tex/latex/stellenbosch/logos/USEngLogo-top.pdf + texmf-dist/tex/latex/stellenbosch/logos/USEngLogo.eps + texmf-dist/tex/latex/stellenbosch/logos/USEngLogo.pdf + texmf-dist/tex/latex/stellenbosch/logos/UScrest-BW.eps + texmf-dist/tex/latex/stellenbosch/logos/UScrest-BW.jpg + texmf-dist/tex/latex/stellenbosch/logos/UScrest-WM.eps + texmf-dist/tex/latex/stellenbosch/logos/UScrest-WM.jpg + texmf-dist/tex/latex/stellenbosch/logos/UScrest-stack.eps + texmf-dist/tex/latex/stellenbosch/logos/UScrest-stack.jpg + texmf-dist/tex/latex/stellenbosch/logos/UScrest-top.eps + texmf-dist/tex/latex/stellenbosch/logos/UScrest-top.jpg + texmf-dist/tex/latex/stellenbosch/logos/UScrest.eps + texmf-dist/tex/latex/stellenbosch/logos/UScrest.jpg + texmf-dist/tex/latex/stellenbosch/logos/USleaf-BW.eps + texmf-dist/tex/latex/stellenbosch/logos/USleaf-BW.pdf + texmf-dist/tex/latex/stellenbosch/logos/USleaf-gold.eps + texmf-dist/tex/latex/stellenbosch/logos/USleaf-gold.pdf + texmf-dist/tex/latex/stellenbosch/logos/USleaf-grey.eps + texmf-dist/tex/latex/stellenbosch/logos/USleaf-grey.pdf + texmf-dist/tex/latex/stellenbosch/logos/USleaf-maroon.eps + texmf-dist/tex/latex/stellenbosch/logos/USleaf-maroon.pdf + texmf-dist/tex/latex/stellenbosch/logos/USlogo-BW-left.eps + texmf-dist/tex/latex/stellenbosch/logos/USlogo-BW-left.pdf + texmf-dist/tex/latex/stellenbosch/logos/USlogo-BW-stack.eps + texmf-dist/tex/latex/stellenbosch/logos/USlogo-BW-stack.pdf + texmf-dist/tex/latex/stellenbosch/logos/USlogo-BW-top.eps + texmf-dist/tex/latex/stellenbosch/logos/USlogo-BW-top.pdf + texmf-dist/tex/latex/stellenbosch/logos/USlogo-BW.eps + texmf-dist/tex/latex/stellenbosch/logos/USlogo-BW.pdf + texmf-dist/tex/latex/stellenbosch/logos/USlogo-left.eps + texmf-dist/tex/latex/stellenbosch/logos/USlogo-left.pdf + texmf-dist/tex/latex/stellenbosch/logos/USlogo-stack.eps + texmf-dist/tex/latex/stellenbosch/logos/USlogo-stack.pdf + texmf-dist/tex/latex/stellenbosch/logos/USlogo-top.eps + texmf-dist/tex/latex/stellenbosch/logos/USlogo-top.pdf + texmf-dist/tex/latex/stellenbosch/logos/USlogo.eps + texmf-dist/tex/latex/stellenbosch/logos/USlogo.pdf + texmf-dist/tex/latex/stellenbosch/usbib.afr + texmf-dist/tex/latex/stellenbosch/usbib.eng + texmf-dist/tex/latex/stellenbosch/usbib.sty + texmf-dist/tex/latex/stellenbosch/usnomencl.sty + texmf-dist/tex/latex/stellenbosch/ussummary.sty + texmf-dist/tex/latex/stellenbosch/usthesis.afr + texmf-dist/tex/latex/stellenbosch/usthesis.cls + texmf-dist/tex/latex/stellenbosch/usthesis.eng + texmf-dist/tex/latex/stellenbosch/usthesis.sty + texmf-dist/tex/latex/stellenbosch/ustitle.sty +catalogue-ctan /macros/latex/contrib/stellenbosch +catalogue-date 2009-03-07 14:59:29 +0100 +catalogue-license lppl +catalogue-version 4.1 + +name stex +category Package +revision 15878 +shortdesc An Infrastructure for Semantic Preloading of LaTeX Documents. +longdesc The sTeX package collection is a version of TeX/LaTeX that +longdesc allows to markup TeX/LaTeX documents semantically without +longdesc leaving the document format, essentially turning it into a +longdesc document format for mathematical knowledge management (MKM). +docfiles size=459 + texmf-dist/doc/latex/stex/README details="Readme" + texmf-dist/doc/latex/stex/README.cmathml + texmf-dist/doc/latex/stex/README.cnx + texmf-dist/doc/latex/stex/README.modules + texmf-dist/doc/latex/stex/README.omdoc + texmf-dist/doc/latex/stex/README.presentation + texmf-dist/doc/latex/stex/README.sproof + texmf-dist/doc/latex/stex/cmathml.pdf + texmf-dist/doc/latex/stex/cnx.pdf + texmf-dist/doc/latex/stex/modules.pdf + texmf-dist/doc/latex/stex/omdoc.pdf + texmf-dist/doc/latex/stex/presentation.pdf + texmf-dist/doc/latex/stex/sproof.pdf + texmf-dist/doc/latex/stex/statements.pdf + texmf-dist/doc/latex/stex/stex.pdf details="Package documentation" + texmf-dist/doc/latex/stex/stex.tex +srcfiles size=92 + texmf-dist/source/latex/stex/cmathml.dtx + texmf-dist/source/latex/stex/cmathml.ins + texmf-dist/source/latex/stex/cnx.dtx + texmf-dist/source/latex/stex/cnx.ins + texmf-dist/source/latex/stex/modules.dtx + texmf-dist/source/latex/stex/modules.ins + texmf-dist/source/latex/stex/omdoc.dtx + texmf-dist/source/latex/stex/omdoc.ins + texmf-dist/source/latex/stex/presentation.dtx + texmf-dist/source/latex/stex/presentation.ins + texmf-dist/source/latex/stex/sproof.dtx + texmf-dist/source/latex/stex/sproof.ins + texmf-dist/source/latex/stex/statements.dtx + texmf-dist/source/latex/stex/statements.ins +runfiles size=51 + texmf-dist/makeindex/stex/stex.ist + texmf-dist/tex/latex/stex/cmathml.sty + texmf-dist/tex/latex/stex/cmathml.sty.ltxml + texmf-dist/tex/latex/stex/cmathmlx.sty + texmf-dist/tex/latex/stex/cmathmlx.sty.ltxml + texmf-dist/tex/latex/stex/cnx.cls + texmf-dist/tex/latex/stex/cnx.cls.ltxml + texmf-dist/tex/latex/stex/modules.sty + texmf-dist/tex/latex/stex/modules.sty.ltxml + texmf-dist/tex/latex/stex/omdoc.cls + texmf-dist/tex/latex/stex/omdoc.cls.ltxml + texmf-dist/tex/latex/stex/omdoc.sty + texmf-dist/tex/latex/stex/omdoc.sty.ltxml + texmf-dist/tex/latex/stex/presentation.sty + texmf-dist/tex/latex/stex/presentation.sty.ltxml + texmf-dist/tex/latex/stex/sproof.sty + texmf-dist/tex/latex/stex/sproof.sty.ltxml + texmf-dist/tex/latex/stex/statements.sty + texmf-dist/tex/latex/stex/statements.sty.ltxml + texmf-dist/tex/latex/stex/stex.sty +catalogue-ctan /macros/latex/contrib/stex +catalogue-date 2008-08-23 15:48:35 +0200 +catalogue-license lppl +catalogue-version 0.9a + +name stmaryrd +category Package +revision 15878 +shortdesc St Mary Road symbols for theoretical computer science. +longdesc The fonts were originally distributed as MetaFont sources only, +longdesc but Adobe Type 1 versions are also now available. Macro support +longdesc is provided for use under LaTeX; the package supports the +longdesc "only" option (provided by the somedefs package) to restrict +longdesc what is loaded, for those who don't need the whole font. +execute addMixedMap stmaryrd.map +docfiles size=4 + texmf-dist/doc/fonts/stmaryrd/README details="Original README:" + texmf-dist/doc/fonts/stmaryrd/stmaryrd.dvi +srcfiles size=9 + texmf-dist/source/fonts/stmaryrd/00Description + texmf-dist/source/fonts/stmaryrd/INSTALL + texmf-dist/source/fonts/stmaryrd/stmaryrd.dtx + texmf-dist/source/fonts/stmaryrd/stmaryrd.ins +runfiles size=98 + texmf-dist/fonts/afm/hoekwater/stmaryrd/stmary10.afm + texmf-dist/fonts/afm/hoekwater/stmaryrd/stmary5.afm + texmf-dist/fonts/afm/hoekwater/stmaryrd/stmary6.afm + texmf-dist/fonts/afm/hoekwater/stmaryrd/stmary7.afm + texmf-dist/fonts/afm/hoekwater/stmaryrd/stmary8.afm + texmf-dist/fonts/afm/hoekwater/stmaryrd/stmary9.afm + texmf-dist/fonts/map/dvips/stmaryrd/stmaryrd.map + texmf-dist/fonts/source/public/stmaryrd/stmary10.mf + texmf-dist/fonts/source/public/stmaryrd/stmary5.mf + texmf-dist/fonts/source/public/stmaryrd/stmary6.mf + texmf-dist/fonts/source/public/stmaryrd/stmary7.mf + texmf-dist/fonts/source/public/stmaryrd/stmary8.mf + texmf-dist/fonts/source/public/stmaryrd/stmary9.mf + texmf-dist/fonts/source/public/stmaryrd/stmaryaj.mf + texmf-dist/fonts/source/public/stmaryrd/stmaryba.mf + texmf-dist/fonts/source/public/stmaryrd/stmarych.mf + texmf-dist/fonts/source/public/stmaryrd/stmaryjg.mf + texmf-dist/fonts/source/public/stmaryrd/stmaryrd.mf + texmf-dist/fonts/tfm/public/stmaryrd/stmary10.tfm + texmf-dist/fonts/tfm/public/stmaryrd/stmary5.tfm + texmf-dist/fonts/tfm/public/stmaryrd/stmary6.tfm + texmf-dist/fonts/tfm/public/stmaryrd/stmary7.tfm + texmf-dist/fonts/tfm/public/stmaryrd/stmary8.tfm + texmf-dist/fonts/tfm/public/stmaryrd/stmary9.tfm + texmf-dist/fonts/type1/hoekwater/stmaryrd/stmary10.pfb + texmf-dist/fonts/type1/hoekwater/stmaryrd/stmary10.pfm + texmf-dist/fonts/type1/hoekwater/stmaryrd/stmary5.pfb + texmf-dist/fonts/type1/hoekwater/stmaryrd/stmary5.pfm + texmf-dist/fonts/type1/hoekwater/stmaryrd/stmary6.pfb + texmf-dist/fonts/type1/hoekwater/stmaryrd/stmary6.pfm + texmf-dist/fonts/type1/hoekwater/stmaryrd/stmary7.pfb + texmf-dist/fonts/type1/hoekwater/stmaryrd/stmary7.pfm + texmf-dist/fonts/type1/hoekwater/stmaryrd/stmary8.pfb + texmf-dist/fonts/type1/hoekwater/stmaryrd/stmary8.pfm + texmf-dist/fonts/type1/hoekwater/stmaryrd/stmary9.pfb + texmf-dist/fonts/type1/hoekwater/stmaryrd/stmary9.pfm + texmf-dist/tex/latex/stmaryrd/Ustmry.fd + texmf-dist/tex/latex/stmaryrd/stmaryrd.sty +catalogue-ctan /fonts/stmaryrd +catalogue-date 2009-10-10 00:51:28 +0200 +catalogue-license lppl + +name stringstrings +category Package +revision 15878 +shortdesc String manipulation for cosmetic and programming application. +longdesc The package provides a large and sundry set of macros for the +longdesc manipulation of strings. The macros are developed not merely +longdesc for cosmetic application (such as changing the case of letters +longdesc and string substitution), but also for programming applications +longdesc such as character look-ahead, argument parsing, conditional +longdesc tests on various string conditions, etc. The macros were +longdesc designed all to be expandable (note that things such as +longdesc \uppercase and \lowercase are not expandable), so that the +longdesc macros may be strung together sequentially and nested (after a +longdesc fashion) to achieve rather complex manipulations. +docfiles size=76 + texmf-dist/doc/latex/stringstrings/README details="Readme" + texmf-dist/doc/latex/stringstrings/stringstrings.pdf details="Package documentation" +srcfiles size=38 + texmf-dist/source/latex/stringstrings/stringstrings.dtx + texmf-dist/source/latex/stringstrings/stringstrings.ins +runfiles size=15 + texmf-dist/tex/latex/stringstrings/stringstrings.sty +catalogue-ctan /macros/latex/contrib/stringstrings +catalogue-date 2009-10-01 23:43:09 +0200 +catalogue-license lgpl +catalogue-version 1.04 + +name struktex +category Package +revision 15878 +shortdesc Draw Nassi-Schneidermann charts +longdesc The package provides the most important elements of a sructured +longdesc box chart, including processing blocks, loops, mapping +longdesc conventions for alternatives, etc. Diagrams are drawn using the +longdesc picture environment (using pict2e for preference). +docfiles size=170 + texmf-dist/doc/latex/struktex/LIESMICH details="LIESMICH file" language="de" + texmf-dist/doc/latex/struktex/README details="README file" language="en" + texmf-dist/doc/latex/struktex/getversion.tex + texmf-dist/doc/latex/struktex/struktex-test-0.nss + texmf-dist/doc/latex/struktex/struktex-test-1.tex + texmf-dist/doc/latex/struktex/struktex-test-2.tex + texmf-dist/doc/latex/struktex/struktex-test-3.tex + texmf-dist/doc/latex/struktex/struktex-test-4.tex + texmf-dist/doc/latex/struktex/struktex.de.pdf details="Package documentation" language="de" + texmf-dist/doc/latex/struktex/struktex.el + texmf-dist/doc/latex/struktex/struktex.en.pdf details="Package documentation" language="en" + texmf-dist/doc/latex/struktex/struktex.makemake + texmf-dist/doc/latex/struktex/struktex.mk +srcfiles size=64 + texmf-dist/source/latex/struktex/struktex.dtx + texmf-dist/source/latex/struktex/struktex.ins +runfiles size=13 + texmf-dist/tex/latex/struktex/strukdoc.sty + texmf-dist/tex/latex/struktex/struktex.sty + texmf-dist/tex/latex/struktex/struktxf.sty + texmf-dist/tex/latex/struktex/struktxp.sty +catalogue-ctan /macros/latex/contrib/struktex +catalogue-date 2007-03-12 11:51:09 +0100 +catalogue-license lppl +catalogue-version 8.3b + +name sttools +category Package +revision 15878 +shortdesc Various macros. +longdesc A collection of tools and macros, including: - a document +longdesc "Inside LaTeX2e kernel" (which discusses some of the functions +longdesc of the packages), - miscellaneous float control, - page styles +longdesc for floats, - multipage tabulars, - even columns at end of +longdesc twocolumn region, - switching between one- and two-column +longdesc anywhere, - getting more mileage from \marginpar, - simulating +longdesc the effect of "midfloats", - create a bounding box, - a package +longdesc to manipulate numerical lists and arrays. +docfiles size=70 + texmf-dist/doc/latex/sttools/index.html + texmf-dist/doc/latex/sttools/presfull.pdf +runfiles size=20 + texmf-dist/tex/latex/sttools/boundbox.sty + texmf-dist/tex/latex/sttools/cuted.sty + texmf-dist/tex/latex/sttools/floatpag.sty + texmf-dist/tex/latex/sttools/flushend.sty + texmf-dist/tex/latex/sttools/marginal.sty + texmf-dist/tex/latex/sttools/midfloat.sty + texmf-dist/tex/latex/sttools/stabular.sty + texmf-dist/tex/latex/sttools/stfloats.sty + texmf-dist/tex/latex/sttools/texsort.sty +catalogue-ctan /macros/latex/contrib/sttools +catalogue-date 2007-01-15 00:27:07 +0100 +catalogue-license lppl + +name stubs +category Package +revision 15878 +shortdesc Create tear-off stubs at the bottom of a page. +longdesc The \stubs command creates as many repetitions as possible of +longdesc its argument, at the bottom of the page; these stubs may be +longdesc used (for example) for contact information. +docfiles size=14 + texmf-dist/doc/latex/stubs/COPYING + texmf-dist/doc/latex/stubs/README + texmf-dist/doc/latex/stubs/README.TEXLIVE + texmf-dist/doc/latex/stubs/changelog.txt + texmf-dist/doc/latex/stubs/stubs_ex.pdf details="Example of use" + texmf-dist/doc/latex/stubs/stubs_ex.tex +runfiles size=1 + texmf-dist/tex/latex/stubs/stubs.sty +catalogue-ctan /macros/latex/contrib/stubs +catalogue-date 2008-08-23 22:26:13 +0200 +catalogue-license gpl +catalogue-version 0.1.1 + +name suanpan +category Package +revision 15878 +shortdesc MetaPost macros for drawing Chinese and Japanese abaci. +longdesc These macros are described in Denis Roegel: MetaPost macros for +longdesc drawing Chinese and Japanese abaci, TUGboat (volume 30, number +longdesc 1, 2009, pages 74-79) +docfiles size=2 + texmf-dist/doc/metapost/suanpan/README details="Readme" + texmf-dist/doc/metapost/suanpan/article.txt +runfiles size=5 + texmf-dist/metapost/suanpan/abacus.mp + texmf-dist/metapost/suanpan/suanpan.mp +catalogue-ctan /graphics/metapost/contrib/macros/suanpan +catalogue-date 2009-08-23 18:31:08 +0200 +catalogue-license lppl + +name subdepth +category Package +revision 15878 +shortdesc Unify maths subscript height. +longdesc This package is based on code (posted long ago to comp.text.tex +longdesc by Donald Arseneau) to equalise the height of subscripts in +longdesc maths. The default behaviour is to place subscripts slightly +longdesc lower when there is a superscript as well, but this can look +longdesc odd in some situations. +docfiles size=28 + texmf-dist/doc/latex/subdepth/README details="Readme" + texmf-dist/doc/latex/subdepth/subdepth.pdf details="Package documentation" +srcfiles size=4 + texmf-dist/source/latex/subdepth/subdepth.dtx + texmf-dist/source/latex/subdepth/subdepth.ins +runfiles size=1 + texmf-dist/tex/latex/subdepth/subdepth.sty +catalogue-ctan /macros/latex/contrib/subdepth +catalogue-date 2008-08-23 22:26:13 +0200 +catalogue-license lppl +catalogue-version 0.1 + +name subeqn +category Package +revision 15878 +shortdesc Package for subequation numbering. +longdesc Sometimes it is necessary to be able to refer to subexpressions +longdesc of an equation. In order to do that these subexpressions should +longdesc be numbered. In standard LaTeX there is no provision for this. +longdesc To solve this problem Stephen Gildea once wrote subeqn.sty for +longdesc LaTeX 2.09; Donald Arsenau rewrote the macros and Johannes +longdesc Braams made them available for LaTeX2e. Note that this package +longdesc is not compatible with the package subeqnarray (written by +longdesc Johannes Braams), but it can be used together with the LaTeX +longdesc class options leqno and fleqn. +docfiles size=25 + texmf-dist/doc/latex/subeqn/manifest.txt + texmf-dist/doc/latex/subeqn/subeqn.pdf details="Package documentation" + texmf-dist/doc/latex/subeqn/subeqn.tex +srcfiles size=4 + texmf-dist/source/latex/subeqn/subeqn.dtx + texmf-dist/source/latex/subeqn/subeqn.ins +runfiles size=1 + texmf-dist/tex/latex/subeqn/subeqn.sty +catalogue-ctan /macros/latex/contrib/subeqn +catalogue-date 2007-01-15 00:27:07 +0100 +catalogue-license lppl +catalogue-version 2.0b + +name subeqnarray +category Package +revision 15878 +shortdesc Equation array with sub numbering. +longdesc This package defines the subeqnarray and subeqnarray* +longdesc environments, which behave like the equivalent eqnarray and +longdesc eqnarray* environments, except that the individual lines are +longdesc numbered like 1a, 1b, 1c, etc. To refer to these numbers an +longdesc extra label command \slabel is provided. +docfiles size=33 + texmf-dist/doc/latex/subeqnarray/manifest.txt + texmf-dist/doc/latex/subeqnarray/subeqnarray.pdf + texmf-dist/doc/latex/subeqnarray/subeqnarray.tex +srcfiles size=5 + texmf-dist/source/latex/subeqnarray/subeqnarray.dtx + texmf-dist/source/latex/subeqnarray/subeqnarray.ins +runfiles size=2 + texmf-dist/tex/latex/subeqnarray/subeqnarray.sty +catalogue-ctan /macros/latex/contrib/subeqnarray +catalogue-date 2007-01-02 10:01:06 +0100 +catalogue-license lppl +catalogue-version 2.1c + +name subfig +category Package +revision 15878 +shortdesc Figures broken into subfigures +longdesc The package provides support for the manipulation and reference +longdesc of small or 'sub' figures and tables within a single figure or +longdesc table environment. It is convenient to use this package when +longdesc your subfigures are to be separately captioned, referenced, or +longdesc are to be included in the List-of-Figures. A new \subfigure +longdesc command is introduced which can be used inside a figure +longdesc environment for each subfigure. An optional first argument is +longdesc used as the caption for that subfigure. This package supersedes +longdesc the subfigure package (which will continue to be supported, but +longdesc no longer maintained). The name has changed because the subfig +longdesc package is not completely backward compatible with the older +longdesc subfigure package due to an extensive rewrite to use the new +longdesc caption package to produce its subcaptions. The major advantage +longdesc to the new package is that the user interface is keyword/value +longdesc driven and easier to use. To ease the transition from the +longdesc subfigure package it includes a configuration file (subfig.cfg) +longdesc which nearly emulates the subfigure package. +docfiles size=181 + texmf-dist/doc/latex/subfig/README details="Readme" + texmf-dist/doc/latex/subfig/ltxdoc.cfg + texmf-dist/doc/latex/subfig/subfig.pdf details="Package documentation" + texmf-dist/doc/latex/subfig/test1.tex + texmf-dist/doc/latex/subfig/test2.tex + texmf-dist/doc/latex/subfig/test3.tex + texmf-dist/doc/latex/subfig/test4.tex + texmf-dist/doc/latex/subfig/test5.tex + texmf-dist/doc/latex/subfig/test6.tex + texmf-dist/doc/latex/subfig/test7.tex +srcfiles size=50 + texmf-dist/source/latex/subfig/Makefile + texmf-dist/source/latex/subfig/subfig.dtx + texmf-dist/source/latex/subfig/subfig.ins +runfiles size=8 + texmf-dist/tex/latex/subfig/altsf.cfg + texmf-dist/tex/latex/subfig/subfig.sty +catalogue-ctan /macros/latex/contrib/subfig +catalogue-date 2007-01-15 14:17:51 +0100 +catalogue-license lppl +catalogue-version 1.3 + +name subfigure +category Package +revision 15878 +shortdesc Deprecated: Figures divided into subfigures. +longdesc Provides support for the manipulation and reference of small or +longdesc 'sub' figures and tables within a single figure or table +longdesc environment. It is convenient to use this package when your +longdesc subfigures are to be separately captioned, referenced, or are +longdesc to be included in the List-of-Figures. A new \subfigure command +longdesc is introduced which can be used inside a figure environment for +longdesc each subfigure. An optional first argument is used as the +longdesc caption for that subfigure. This package is now obsolescent: +longdesc new users should use subfig instead. +docfiles size=106 + texmf-dist/doc/latex/subfigure/README details="Readme" + texmf-dist/doc/latex/subfigure/ltxdoc.cfg + texmf-dist/doc/latex/subfigure/subfigure.pdf details="Package documentation" + texmf-dist/doc/latex/subfigure/test.tex + texmf-dist/doc/latex/subfigure/test2.tex + texmf-dist/doc/latex/subfigure/test3.tex + texmf-dist/doc/latex/subfigure/test4.tex + texmf-dist/doc/latex/subfigure/test5.tex +srcfiles size=41 + texmf-dist/source/latex/subfigure/Makefile + texmf-dist/source/latex/subfigure/subfigure.dtx + texmf-dist/source/latex/subfigure/subfigure.ins +runfiles size=5 + texmf-dist/tex/latex/subfigure/subfigure.cfg + texmf-dist/tex/latex/subfigure/subfigure.sty +catalogue-ctan /obsolete/macros/latex/contrib/subfigure +catalogue-date 2009-10-10 00:51:28 +0200 +catalogue-license lppl +catalogue-version 2.1.5 + +name subfloat +category Package +revision 15878 +shortdesc Sub-numbering for figures and tables. +longdesc This package enables sub-numbering of floats (figures and +longdesc tables) similar to the subequations-environment of the amsmath +longdesc package. The subfloat package is not to be confused with the +longdesc subfig package which generates sub-figures within one normal +longdesc figure, and manages their placement; subfloat only affects +longdesc captions and numbering. +docfiles size=30 + texmf-dist/doc/latex/subfloat/ChangeLog + texmf-dist/doc/latex/subfloat/README details="Readme" + texmf-dist/doc/latex/subfloat/install.sh + texmf-dist/doc/latex/subfloat/subfloat.pdf details="Package documentation" +srcfiles size=10 + texmf-dist/source/latex/subfloat/Makefile + texmf-dist/source/latex/subfloat/subfloat.dtx + texmf-dist/source/latex/subfloat/subfloat.ins +runfiles size=2 + texmf-dist/tex/latex/subfloat/subfloat.sty +catalogue-ctan /macros/latex/contrib/subfloat +catalogue-date 2008-06-17 13:09:54 +0200 +catalogue-license lppl +catalogue-version 2.14 + +name substr +category Package +revision 15878 +shortdesc Deal with substrings in strings. +longdesc The substr package provides commands to deal with substrings of +longdesc strings. Macros are provided to: - determine if one string is a +longdesc substring of another, - return the parts of a string before or +longdesc after a substring and - count the number of occurrences of a +longdesc substring. +docfiles size=8 + texmf-dist/doc/latex/substr/ChangeLog + texmf-dist/doc/latex/substr/README details="Readme" + texmf-dist/doc/latex/substr/testsubstr.pdf + texmf-dist/doc/latex/substr/testsubstr.tex +runfiles size=2 + texmf-dist/tex/latex/substr/substr.sty +catalogue-ctan /macros/latex/contrib/substr +catalogue-date 2009-10-20 22:03:50 +0200 +catalogue-license lppl1 +catalogue-version 1.2 + +name sudoku +category Package +revision 15878 +shortdesc Create sudoku grids. +longdesc The sudoku package provides an environment for typesetting +longdesc sudoku grids. A sudoku puzzle is a 9x9 grid where some of the +longdesc squares in the grid contain numbers. The rules are simple: +longdesc every column can only contain the digits 1 to 9, every row can +longdesc only contain the digits 1 to 9 and every 3x3 box can only +longdesc contain the digits 1 to 9. More information, including help and +longdesc example puzzles, can be found at sudoku.org.uk. This site also +longdesc has blank sudoku grids (or worksheets), but you will not need +longdesc to print them from there if you have this package installed. +docfiles size=19 + texmf-dist/doc/latex/sudoku/CHANGES + texmf-dist/doc/latex/sudoku/README details="Readme" + texmf-dist/doc/latex/sudoku/sudoku.pdf details="Package documentation" +srcfiles size=4 + texmf-dist/source/latex/sudoku/sudoku.dtx + texmf-dist/source/latex/sudoku/sudoku.ins +runfiles size=1 + texmf-dist/tex/latex/sudoku/sudoku.sty +catalogue-ctan /macros/latex/contrib/sudoku +catalogue-date 2007-03-12 11:51:09 +0100 +catalogue-license lppl +catalogue-version 1.0 + +name sudokubundle +category Package +revision 15878 +shortdesc A set of sudoku-related packages. +longdesc The bundle provides three packages: - printsudoku, which +longdesc provides a command \sudoku whose argument is the name of a file +longdesc containing a puzzle specification; - solvesudoku, which +longdesc attempts to find a solution to the puzzle in the file named in +longdesc the argument; and - createsudoku, which uses the random package +longdesc to generate a puzzle according to a bunch of parameters that +longdesc the user sets via macros. The bundle comes with a set of ready- +longdesc prepared puzzle files. +docfiles size=97 + texmf-dist/doc/latex/sudokubundle/README details="Readme" + texmf-dist/doc/latex/sudokubundle/somesudoku.tex + texmf-dist/doc/latex/sudokubundle/sudokubundle.pdf details="Package documentation" +srcfiles size=36 + texmf-dist/source/latex/sudokubundle/sudokubundle.dtx + texmf-dist/source/latex/sudokubundle/sudokubundle.ins +runfiles size=14 + texmf-dist/tex/latex/sudokubundle/createsudoku.sty + texmf-dist/tex/latex/sudokubundle/printsudoku.sty + texmf-dist/tex/latex/sudokubundle/solvesudoku.sty +catalogue-ctan /macros/latex/contrib/sudokubundle +catalogue-date 2007-03-12 11:51:09 +0100 +catalogue-license lppl +catalogue-version 1.0a + +name sugconf +category Package +revision 15878 +shortdesc SAS(R) user group conference proceedings document class. +longdesc The class may be used to typeset articles to be published in +longdesc the proceedings of SAS(R) User group conferences and workshops. +longdesc The layout produced by the class is based on that published by +longdesc SAS Institute (2006). +docfiles size=33 + texmf-dist/doc/latex/sugconf/README + texmf-dist/doc/latex/sugconf/SUGI-paper-example.txt + texmf-dist/doc/latex/sugconf/article-example.bat + texmf-dist/doc/latex/sugconf/article-example.pdf + texmf-dist/doc/latex/sugconf/article-example.tex + texmf-dist/doc/latex/sugconf/sugconf-example.bat + texmf-dist/doc/latex/sugconf/sugconf-example.pdf + texmf-dist/doc/latex/sugconf/sugconf-example.tex +runfiles size=2 + texmf-dist/tex/latex/sugconf/sugconf.cls +catalogue-ctan /macros/latex/contrib/conferences/sugconf +catalogue-date 2008-04-16 11:52:05 +0200 +catalogue-license lppl + +name supertabular +category Package +revision 15878 +shortdesc A multi-page tables package. +longdesc Generally longtable is a little easier to use and more +longdesc flexible, but supertabular has its place, since it will work in +longdesc a few situations where longtable won't. +docfiles size=45 + texmf-dist/doc/latex/supertabular/CATALOG + texmf-dist/doc/latex/supertabular/ChangeLog + texmf-dist/doc/latex/supertabular/MANIFEST + texmf-dist/doc/latex/supertabular/README details="Package documentation" + texmf-dist/doc/latex/supertabular/supertabular.pdf details="Package documentation" +srcfiles size=15 + texmf-dist/source/latex/supertabular/supertabular.dtx + texmf-dist/source/latex/supertabular/supertabular.ins +runfiles size=4 + texmf-dist/tex/latex/supertabular/supertabular.sty +catalogue-ctan /macros/latex/contrib/supertabular +catalogue-date 2009-10-10 00:51:28 +0200 +catalogue-license lppl +catalogue-version 4.1a + +name supp-pdf +category Package +revision 15878 +shortdesc native MetaPost graphics inclusion +longdesc The supp-pdf.* files support native MetaPost graphics inclusion +longdesc in LaTeX (via pdftex.def) and ConTeXt. They can be used +longdesc independently of the rest of the ConTeXt, yet are maintained as +longdesc part of it. So in TeX Live we pull them out to this separate +longdesc package for the benefit of LaTeX users who do not install the +longdesc rest of ConTeXt. They can be found on CTAN in +longdesc macros/pdftex/graphics. +runfiles size=19 + texmf-dist/tex/context/base/supp-pdf.mkii + texmf-dist/tex/context/base/supp-pdf.tex +catalogue-ctan /macros/pdftex/graphics/supp-pdf.tex +catalogue-date 2009-10-10 00:53:11 +0200 +catalogue-license gpl + +name susy +category Package +revision 15878 +shortdesc Macros for SuperSymmetry-related work. +longdesc The package provides abbreviations of longer expressions. +docfiles size=2 + texmf-dist/doc/latex/susy/README + texmf-dist/doc/latex/susy/README.TEXLIVE +runfiles size=1 + texmf-dist/tex/latex/susy/susy.sty +catalogue-ctan /macros/latex/contrib/susy +catalogue-date 2008-08-23 22:26:13 +0200 +catalogue-license lppl + +name svgcolor +category Package +revision 15878 +shortdesc Define SVG named colours. +longdesc The package defines the W3C Scalable Vector Graphics (SVG) +longdesc colour names for use with both the color and PSTricks packages. +docfiles size=1 + texmf-dist/doc/latex/svgcolor/README details="Readme" +runfiles size=4 + texmf-dist/tex/latex/svgcolor/svgcolor.sty +catalogue-ctan /macros/latex/contrib/svgcolor +catalogue-date 2006-08-27 16:41:02 +0100 +catalogue-license lppl +catalogue-version 1.0 + +name svn +category Package +revision 15878 +shortdesc Typeset Subversion keywords. +longdesc The svn package lets you typeset (in LaTeX) the value of +longdesc Subversion keywords. It is approximately an equivalent to the +longdesc rcs package, but for Subversion rather than CVS. Details of +longdesc Subversion (a replacement for CVS) is available from the +longdesc project's home site. +docfiles size=112 + texmf-dist/doc/latex/svn/README details="Package README" + texmf-dist/doc/latex/svn/svn.pdf details="Package documentation" +srcfiles size=7 + texmf-dist/source/latex/svn/Makefile + texmf-dist/source/latex/svn/svn.dtx + texmf-dist/source/latex/svn/svn.ins +runfiles size=1 + texmf-dist/tex/latex/svn/svn.sty +catalogue-ctan /macros/latex/contrib/svn +catalogue-date 2009-03-04 19:42:30 +0100 +catalogue-license lppl1.3 +catalogue-version 43 + +name svn-multi +category Package +revision 15878 +shortdesc Subversion keywords in multi-file LaTeX documents +longdesc This package lets you typeset keywords of the version control +longdesc system Subversion inside your LaTeX files anywhere you like. +longdesc Unlike the otherwise similar package svn the use of multiple +longdesc files for one LaTeX document is well supported. The package +longdesc interacts with an external Perl script, to retrieve information +longdesc necessary for the required output. +depend svn-multi.ARCH +docfiles size=321 + texmf-dist/doc/latex/svn-multi/README details="Readme" + texmf-dist/doc/latex/svn-multi/example.pdf + texmf-dist/doc/latex/svn-multi/example_chap1.tex + texmf-dist/doc/latex/svn-multi/example_main.tex + texmf-dist/doc/latex/svn-multi/group_example.tex + texmf-dist/doc/latex/svn-multi/svn-multi.pdf details="Package documentation" +srcfiles size=44 + texmf-dist/source/latex/svn-multi/Makefile + texmf-dist/source/latex/svn-multi/svn-multi-pl.dtx + texmf-dist/source/latex/svn-multi/svn-multi.dtx + texmf-dist/source/latex/svn-multi/svn-multi.ins +runfiles size=15 + texmf-dist/scripts/svn-multi/svn-multi.pl + texmf-dist/tex/latex/svn-multi/svn-multi.sty + texmf-dist/tex/latex/svn-multi/svnkw.sty +catalogue-ctan /macros/latex/contrib/svn-multi +catalogue-date 2009-10-20 14:10:09 +0200 +catalogue-license lppl +catalogue-version 2.2 + +name svn-multi.alpha-linux +category Package +revision 15878 +shortdesc alpha-linux files of svn-multi +binfiles arch=alpha-linux size=1 + bin/alpha-linux/svn-multi + +name svn-multi.i386-cygwin +category Package +revision 15878 +shortdesc i386-cygwin files of svn-multi +binfiles arch=i386-cygwin size=1 + bin/i386-cygwin/svn-multi + +name svn-multi.i386-linux +category Package +revision 15878 +shortdesc i386-linux files of svn-multi +binfiles arch=i386-linux size=1 + bin/i386-linux/svn-multi + +name svn-multi.i386-netbsd +category Package +revision 15878 +shortdesc i386-netbsd files of svn-multi +binfiles arch=i386-netbsd size=1 + bin/i386-netbsd/svn-multi + +name svn-multi.i386-solaris +category Package +revision 15878 +shortdesc i386-solaris files of svn-multi +binfiles arch=i386-solaris size=1 + bin/i386-solaris/svn-multi + +name svn-multi.mips-irix +category Package +revision 15878 +shortdesc mips-irix files of svn-multi +binfiles arch=mips-irix size=1 + bin/mips-irix/svn-multi + +name svn-multi.powerpc-aix +category Package +revision 15878 +shortdesc powerpc-aix files of svn-multi +binfiles arch=powerpc-aix size=1 + bin/powerpc-aix/svn-multi + +name svn-multi.powerpc-linux +category Package +revision 15878 +shortdesc powerpc-linux files of svn-multi +binfiles arch=powerpc-linux size=1 + bin/powerpc-linux/svn-multi + +name svn-multi.sparc-linux +category Package +revision 15878 +shortdesc sparc-linux files of svn-multi +binfiles arch=sparc-linux size=1 + bin/sparc-linux/svn-multi + +name svn-multi.sparc-solaris +category Package +revision 15878 +shortdesc sparc-solaris files of svn-multi +binfiles arch=sparc-solaris size=1 + bin/sparc-solaris/svn-multi + +name svn-multi.universal-darwin +category Package +revision 15878 +shortdesc universal-darwin files of svn-multi +binfiles arch=universal-darwin size=1 + bin/universal-darwin/svn-multi + +name svn-multi.win32 +category Package +revision 15878 +shortdesc win32 files of svn-multi +binfiles arch=win32 size=1 + bin/win32/svn-multi.exe + +name svn-multi.x86_64-linux +category Package +revision 15878 +shortdesc x86_64-linux files of svn-multi +binfiles arch=x86_64-linux size=1 + bin/x86_64-linux/svn-multi + +name svn-prov +category Package +revision 15878 +shortdesc Subversion variants of \Provides... macros. +longdesc The package introduces Subversion variants of the standard +longdesc LaTeX macros \ProvidesPackage, \ProvidesClass and \ProvidesFile +longdesc where the file name and date is extracted from Subversion Id +longdesc keywords. The file name may also be given explicitly as an +longdesc optional argument. +docfiles size=41 + texmf-dist/doc/latex/svn-prov/README details="Readme" + texmf-dist/doc/latex/svn-prov/svn-prov.pdf details="Package documentation" +srcfiles size=8 + texmf-dist/source/latex/svn-prov/Makefile + texmf-dist/source/latex/svn-prov/svn-prov.dtx + texmf-dist/source/latex/svn-prov/svn-prov.ins +runfiles size=2 + texmf-dist/tex/latex/svn-prov/svn-prov.sty +catalogue-ctan /macros/latex/contrib/svn-prov +catalogue-date 2009-05-06 13:59:23 +0200 +catalogue-license lppl +catalogue-version 1.1049 + +name svninfo +category Package +revision 15878 +shortdesc Typeset Subversion keywords. +longdesc A package for incorporating the values of Subversion keywords +longdesc into typeset documents. Information about Subversion (a +longdesc replacement for CVS) is available from +longdesc http://subversion.tigris.org/ +docfiles size=41 + texmf-dist/doc/latex/svninfo/README details="Readme" + texmf-dist/doc/latex/svninfo/svninfo.init + texmf-dist/doc/latex/svninfo/svninfo.pdf details="Package documentation" +srcfiles size=14 + texmf-dist/source/latex/svninfo/Makefile + texmf-dist/source/latex/svninfo/svninfo.dtx + texmf-dist/source/latex/svninfo/svninfo.ins +runfiles size=5 + texmf-dist/tex/latex/svninfo/svninfo.cfg + texmf-dist/tex/latex/svninfo/svninfo.sty +catalogue-ctan /macros/latex/contrib/svninfo +catalogue-date 2009-10-01 20:18:08 +0200 +catalogue-license lppl +catalogue-version 0.7.3 + +name swebib +category Package +revision 15878 +shortdesc Swedish bibliography styles. +longdesc The bundle contains Swedish versions of the standard +longdesc bibliography styles, and of the style plainnat. The styles +longdesc should be funtionally equivalent to the corresponding original +longdesc styles, apart from the Swedish translations. The styles do not +longdesc implement Swedish collation. +docfiles size=1 + texmf-dist/doc/latex/swebib/README details="Readme" +runfiles size=27 + texmf-dist/bibtex/bst/swebib/sweabbrv.bst + texmf-dist/bibtex/bst/swebib/swealpha.bst + texmf-dist/bibtex/bst/swebib/sweplain.bst + texmf-dist/bibtex/bst/swebib/sweplnat.bst + texmf-dist/bibtex/bst/swebib/sweunsrt.bst +catalogue-ctan /biblio/bibtex/contrib/swebib +catalogue-date 2007-01-15 14:17:51 +0100 +catalogue-license lppl1.2 + +name swimgraf +category Package +revision 15878 +shortdesc Graphical/textual representations of swimming performances +longdesc The package provides two macros that produce representations of +longdesc a swimmer's performances. The user records data in a text file +longdesc and specifies as arguments of the macros the date range of +longdesc interest. The macros extract the relevant information from the +longdesc file and process it: \swimgraph produces a graph of the times +longdesc in a single swimming event (specified as an argument), plotting +longdesc long course and short course times in separate lines. Records +longdesc and qualifying times, stored in text files, may optionally be +longdesc included on the graph. \swimtext produces a written record of +longdesc the times in all events. Files of current world and Canadian +longdesc records are included. The package requires the PSTricks and +longdesc keyval packages. For attractive output it also requires a +longdesc colour output device. +docfiles size=35 + texmf-dist/doc/latex/swimgraf/100br1.pdf + texmf-dist/doc/latex/swimgraf/100br2.pdf + texmf-dist/doc/latex/swimgraf/README.TXT + texmf-dist/doc/latex/swimgraf/swimgraf.pdf details="Package documentation" + texmf-dist/doc/latex/swimgraf/text1.pdf + texmf-dist/doc/latex/swimgraf/text2.pdf +srcfiles size=27 + texmf-dist/source/latex/swimgraf/100BR1.TEX + texmf-dist/source/latex/swimgraf/100BR2.TEX + texmf-dist/source/latex/swimgraf/SAMPLE1.DAT + texmf-dist/source/latex/swimgraf/SAMPLE2.DAT + texmf-dist/source/latex/swimgraf/TEXT1.TEX + texmf-dist/source/latex/swimgraf/TEXT2.TEX + texmf-dist/source/latex/swimgraf/fcanada.dat + texmf-dist/source/latex/swimgraf/fcanada11.dat + texmf-dist/source/latex/swimgraf/fcanada12.dat + texmf-dist/source/latex/swimgraf/fcanada13.dat + texmf-dist/source/latex/swimgraf/fcanada14.dat + texmf-dist/source/latex/swimgraf/fcanada15.dat + texmf-dist/source/latex/swimgraf/fcanada16.dat + texmf-dist/source/latex/swimgraf/fcanada17.dat + texmf-dist/source/latex/swimgraf/fontario10.dat + texmf-dist/source/latex/swimgraf/fontario11.dat + texmf-dist/source/latex/swimgraf/fontario12.dat + texmf-dist/source/latex/swimgraf/fontario13.dat + texmf-dist/source/latex/swimgraf/fontario14.dat + texmf-dist/source/latex/swimgraf/fontario15.dat + texmf-dist/source/latex/swimgraf/fontario16.dat + texmf-dist/source/latex/swimgraf/fontario17.dat + texmf-dist/source/latex/swimgraf/fontario8.dat + texmf-dist/source/latex/swimgraf/fontario9.dat + texmf-dist/source/latex/swimgraf/fworld.dat + texmf-dist/source/latex/swimgraf/mcanada.dat + texmf-dist/source/latex/swimgraf/mworld.dat +runfiles size=13 + texmf-dist/tex/latex/swimgraf/swimgraf.cfg + texmf-dist/tex/latex/swimgraf/swimgraf.sty +catalogue-ctan /macros/latex/contrib/swimgraf +catalogue-date 2007-01-15 14:17:51 +0100 +catalogue-license lppl + +name syllogism +category Package +revision 15878 +shortdesc Typeset syllogisms in LaTeX. +longdesc The package provides a simple, configurable, way for neatly +longdesc typesetting syllogisms and syllogistic-like arguments, composed +longdesc of two premises and a conclusion. +docfiles size=95 + texmf-dist/doc/latex/syllogism/Examples.pdf + texmf-dist/doc/latex/syllogism/Examples.tex + texmf-dist/doc/latex/syllogism/README details="Readme" + texmf-dist/doc/latex/syllogism/syllogism.pdf details="Package documentation" + texmf-dist/doc/latex/syllogism/syllogism.tex +runfiles size=3 + texmf-dist/tex/latex/syllogism/syllogism.sty +catalogue-ctan /macros/latex/contrib/syllogism +catalogue-date 2008-10-28 11:39:06 +0100 +catalogue-license lppl +catalogue-version 1.2 + +name symbol +category Package +revision 15878 +runfiles size=27 + texmf-dist/dvips/symbol/config.usy + texmf-dist/fonts/afm/adobe/symbol/psyb.afm + texmf-dist/fonts/afm/adobe/symbol/psyr.afm + texmf-dist/fonts/afm/urw/symbol/usyr.afm + texmf-dist/fonts/map/dvips/symbol/usy.map + texmf-dist/fonts/tfm/adobe/symbol/psyr.tfm + texmf-dist/fonts/tfm/cspsfonts-adobe/symbol/rpsyr.tfm + texmf-dist/fonts/tfm/cspsfonts-adobe/symbol/rpsyro.tfm + texmf-dist/fonts/tfm/monotype/symbol/msyr.tfm + texmf-dist/fonts/tfm/urw35vf/symbol/usyr.tfm + texmf-dist/fonts/type1/urw/symbol/usyr.pfb + texmf-dist/fonts/type1/urw/symbol/usyr.pfm + texmf-dist/tex/latex/symbol/uusy.fd + +name synctex +category TLCore +revision 15809 +depend synctex.ARCH +docfiles size=7 + 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 + +name synctex.alpha-linux +category TLCore +revision 14598 +shortdesc alpha-linux files of synctex +binfiles arch=alpha-linux size=62 + bin/alpha-linux/synctex + +name synctex.i386-cygwin +category TLCore +revision 15614 +shortdesc i386-cygwin files of synctex +binfiles arch=i386-cygwin size=29 + bin/i386-cygwin/synctex.exe + +name synctex.i386-linux +category TLCore +revision 14261 +shortdesc i386-linux files of synctex +binfiles arch=i386-linux size=28 + bin/i386-linux/synctex + +name synctex.i386-netbsd +category TLCore +revision 15167 +shortdesc i386-netbsd files of synctex +binfiles arch=i386-netbsd size=28 + bin/i386-netbsd/synctex + +name synctex.i386-solaris +category TLCore +revision 15141 +shortdesc i386-solaris files of synctex +binfiles arch=i386-solaris size=30 + bin/i386-solaris/synctex + +name synctex.mips-irix +category TLCore +revision 15558 +shortdesc mips-irix files of synctex +binfiles arch=mips-irix size=49 + bin/mips-irix/synctex + +name synctex.powerpc-aix +category TLCore +revision 15638 +shortdesc powerpc-aix files of synctex +binfiles arch=powerpc-aix size=36 + bin/powerpc-aix/synctex + +name synctex.powerpc-linux +category TLCore +revision 14305 +shortdesc powerpc-linux files of synctex +binfiles arch=powerpc-linux size=34 + bin/powerpc-linux/synctex + +name synctex.sparc-linux +category TLCore +revision 14269 +shortdesc sparc-linux files of synctex +binfiles arch=sparc-linux size=31 + bin/sparc-linux/synctex + +name synctex.sparc-solaris +category TLCore +revision 14279 +shortdesc sparc-solaris files of synctex +binfiles arch=sparc-solaris size=41 + bin/sparc-solaris/synctex + +name synctex.universal-darwin +category TLCore +revision 14896 +shortdesc universal-darwin files of synctex +binfiles arch=universal-darwin size=66 + bin/universal-darwin/synctex + +name synctex.win32 +category TLCore +revision 14670 +shortdesc win32 files of synctex +binfiles arch=win32 size=24 + bin/win32/synctex.exe + +name synctex.x86_64-linux +category TLCore +revision 14282 +shortdesc x86_64-linux files of synctex +binfiles arch=x86_64-linux size=34 + bin/x86_64-linux/synctex + +name synproof +category Package +revision 15878 +shortdesc Easy drawing of syntactic proofs. +longdesc The package provides a set of macros based on PSTricks that +longdesc will enable you to draw syntactic proofs easily (inspired by +longdesc the Gamut books). Very few commands are needed, however fine +longdesc tuning of the various parameters (dimensions) can still be +longdesc achieved through "key=value" pairs. +docfiles size=21 + texmf-dist/doc/latex/synproof/README details="Readme" + texmf-dist/doc/latex/synproof/synproof-doc.pdf details="Package documentation" + texmf-dist/doc/latex/synproof/synproof-doc.tex +runfiles size=2 + texmf-dist/tex/latex/synproof/synproof.sty +catalogue-ctan /macros/latex/contrib/synproof +catalogue-date 2009-07-05 17:22:22 +0200 +catalogue-license lppl +catalogue-version 1.0 + +name syntax +category Package +revision 15878 +catalogue syntax2 +shortdesc Creation of syntax diagrams. +longdesc Create syntax diagrams using special environments and commands +longdesc to represent the diagram structure. +docfiles size=35 + texmf-dist/doc/latex/syntax/README details="Package README" language="de" + texmf-dist/doc/latex/syntax/syntaxintro.pdf details="Introduction to the package" language="de" + texmf-dist/doc/latex/syntax/syntaxintro.tex + texmf-dist/doc/latex/syntax/syntaxtest.pdf + texmf-dist/doc/latex/syntax/syntaxtest.tex +runfiles size=3 + texmf-dist/tex/latex/syntax/syntax.tex +catalogue-ctan /macros/latex/contrib/syntax +catalogue-date 2009-10-01 19:53:35 +0200 +catalogue-license gpl + +name syntrace +category Package +revision 15878 +shortdesc Labels for tracing in a syntax tree. +longdesc This package adds support for for traces in trees created using +longdesc either the synttree or the qtree package. The package provides +longdesc two commands (\traceLabel and \traceReference) to set and use a +longdesc trace. +docfiles size=17 + texmf-dist/doc/latex/syntrace/README + texmf-dist/doc/latex/syntrace/syntrace.pdf +srcfiles size=3 + texmf-dist/source/latex/syntrace/syntrace.dtx + texmf-dist/source/latex/syntrace/syntrace.ins +runfiles size=1 + texmf-dist/tex/latex/syntrace/syntrace.sty +catalogue-ctan /macros/latex/contrib/syntrace +catalogue-date 2007-03-13 15:26:21 +0100 +catalogue-license lppl +catalogue-version 1.1 + +name synttree +category Package +revision 15878 +shortdesc Typeset syntactic trees. +longdesc A package to typeset syntactic trees such as those used in +longdesc Chomsky's Generative grammar, based on a description of the +longdesc structure of the tree. +docfiles size=41 + texmf-dist/doc/latex/synttree/README + texmf-dist/doc/latex/synttree/synttree.pdf +srcfiles size=10 + texmf-dist/source/latex/synttree/synttree.dtx + texmf-dist/source/latex/synttree/synttree.ins +runfiles size=4 + texmf-dist/tex/latex/synttree/synttree.sty +catalogue-ctan /macros/latex/contrib/synttree +catalogue-date 2007-01-15 14:17:51 +0100 +catalogue-license lppl +catalogue-version 1.4.1 + +name t-angles +category Package +revision 15878 +shortdesc Draw tangles, trees, Hopf algebra operations and other pictures. +longdesc A LaTeX2e package for drawing tangles, trees, Hopf algebra +longdesc operations and other pictures. It is based on emTeX or TPIC +longdesc \special's. Therefore, it can be used with the most popular +longdesc drivers, including emTeX drivers, dviwin, xdvi and dvips, and +longdesc (using some code from ConTeXt) it may also be used with +longdesc PDFLaTeX. +docfiles size=39 + texmf-dist/doc/latex/t-angles/README details="Readme" + texmf-dist/doc/latex/t-angles/t-manual.pdf details="Package documentation" + texmf-dist/doc/latex/t-angles/t-manual.tex +runfiles size=6 + texmf-dist/tex/latex/t-angles/t-angles.sty +catalogue-ctan /macros/latex/contrib/t-angles +catalogue-date 2007-03-12 14:32:12 +0100 +catalogue-license gpl + +name t1utils +category TLCore +revision 15809 +shortdesc Simple Type 1 font manipulation programs. +longdesc A collection of simple programs for manipulating Adobe Type 1 +longdesc fonts, comprising: - t1ascii: convert PFB (binary) to PFA +longdesc (ascii) fonts; - t1binary: convert PFA to PFB fonts; - +longdesc t1disasm: convert PFA or PFB fonts to human-readable and - +longdesc editable format; - t1asm: reassemble such editable formats to a +longdesc font; - t1unmac: extract font resources from a Macintosh font +longdesc file; and - t1mac: generate a Macintosh font from a Type 1 +longdesc font. +depend t1utils.ARCH +docfiles size=18 + texmf/doc/man/man1/t1ascii.1 + texmf/doc/man/man1/t1ascii.man1.pdf + texmf/doc/man/man1/t1asm.1 + texmf/doc/man/man1/t1asm.man1.pdf + texmf/doc/man/man1/t1binary.1 + texmf/doc/man/man1/t1binary.man1.pdf + texmf/doc/man/man1/t1disasm.1 + texmf/doc/man/man1/t1disasm.man1.pdf + texmf/doc/man/man1/t1mac.1 + texmf/doc/man/man1/t1mac.man1.pdf + texmf/doc/man/man1/t1unmac.1 + texmf/doc/man/man1/t1unmac.man1.pdf +catalogue-ctan /fonts/utilities/t1utils +catalogue-date 2009-04-13 13:53:36 +0200 +catalogue-license pd +catalogue-version 1.34 + +name t1utils.alpha-linux +category TLCore +revision 13822 +shortdesc alpha-linux files of t1utils +binfiles arch=alpha-linux size=82 + bin/alpha-linux/t1ascii + bin/alpha-linux/t1asm + bin/alpha-linux/t1binary + bin/alpha-linux/t1disasm + bin/alpha-linux/t1mac + bin/alpha-linux/t1unmac + +name t1utils.i386-cygwin +category TLCore +revision 15614 +shortdesc i386-cygwin files of t1utils +binfiles arch=i386-cygwin size=43 + bin/i386-cygwin/t1ascii.exe + bin/i386-cygwin/t1asm.exe + bin/i386-cygwin/t1binary.exe + bin/i386-cygwin/t1disasm.exe + bin/i386-cygwin/t1mac.exe + bin/i386-cygwin/t1unmac.exe + +name t1utils.i386-linux +category TLCore +revision 14164 +shortdesc i386-linux files of t1utils +binfiles arch=i386-linux size=43 + bin/i386-linux/t1ascii + bin/i386-linux/t1asm + bin/i386-linux/t1binary + bin/i386-linux/t1disasm + bin/i386-linux/t1mac + bin/i386-linux/t1unmac + +name t1utils.i386-netbsd +category TLCore +revision 15167 +shortdesc i386-netbsd files of t1utils +binfiles arch=i386-netbsd size=43 + bin/i386-netbsd/t1ascii + bin/i386-netbsd/t1asm + bin/i386-netbsd/t1binary + bin/i386-netbsd/t1disasm + bin/i386-netbsd/t1mac + bin/i386-netbsd/t1unmac + +name t1utils.i386-solaris +category TLCore +revision 15141 +shortdesc i386-solaris files of t1utils +binfiles arch=i386-solaris size=48 + bin/i386-solaris/t1ascii + bin/i386-solaris/t1asm + bin/i386-solaris/t1binary + bin/i386-solaris/t1disasm + bin/i386-solaris/t1mac + bin/i386-solaris/t1unmac + +name t1utils.mips-irix +category TLCore +revision 15558 +shortdesc mips-irix files of t1utils +binfiles arch=mips-irix size=87 + bin/mips-irix/t1ascii + bin/mips-irix/t1asm + bin/mips-irix/t1binary + bin/mips-irix/t1disasm + bin/mips-irix/t1mac + bin/mips-irix/t1unmac + +name t1utils.powerpc-aix +category TLCore +revision 15638 +shortdesc powerpc-aix files of t1utils +binfiles arch=powerpc-aix size=51 + bin/powerpc-aix/t1ascii + bin/powerpc-aix/t1asm + bin/powerpc-aix/t1binary + bin/powerpc-aix/t1disasm + bin/powerpc-aix/t1mac + bin/powerpc-aix/t1unmac + +name t1utils.powerpc-linux +category TLCore +revision 13864 +shortdesc powerpc-linux files of t1utils +binfiles arch=powerpc-linux size=53 + bin/powerpc-linux/t1ascii + bin/powerpc-linux/t1asm + bin/powerpc-linux/t1binary + bin/powerpc-linux/t1disasm + bin/powerpc-linux/t1mac + bin/powerpc-linux/t1unmac + +name t1utils.sparc-linux +category TLCore +revision 14269 +shortdesc sparc-linux files of t1utils +binfiles arch=sparc-linux size=43 + bin/sparc-linux/t1ascii + bin/sparc-linux/t1asm + bin/sparc-linux/t1binary + bin/sparc-linux/t1disasm + bin/sparc-linux/t1mac + bin/sparc-linux/t1unmac + +name t1utils.sparc-solaris +category TLCore +revision 13822 +shortdesc sparc-solaris files of t1utils +binfiles arch=sparc-solaris size=56 + bin/sparc-solaris/t1ascii + bin/sparc-solaris/t1asm + bin/sparc-solaris/t1binary + bin/sparc-solaris/t1disasm + bin/sparc-solaris/t1mac + bin/sparc-solaris/t1unmac + +name t1utils.universal-darwin +category TLCore +revision 14896 +shortdesc universal-darwin files of t1utils +binfiles arch=universal-darwin size=115 + bin/universal-darwin/t1ascii + bin/universal-darwin/t1asm + bin/universal-darwin/t1binary + bin/universal-darwin/t1disasm + bin/universal-darwin/t1mac + bin/universal-darwin/t1unmac + +name t1utils.win32 +category TLCore +revision 13822 +shortdesc win32 files of t1utils +binfiles arch=win32 size=29 + bin/win32/t1ascii.exe + bin/win32/t1asm.exe + bin/win32/t1binary.exe + bin/win32/t1disasm.exe + bin/win32/t1mac.exe + bin/win32/t1unmac.exe + +name t1utils.x86_64-linux +category TLCore +revision 13822 +shortdesc x86_64-linux files of t1utils +binfiles arch=x86_64-linux size=51 + bin/x86_64-linux/t1ascii + bin/x86_64-linux/t1asm + bin/x86_64-linux/t1binary + bin/x86_64-linux/t1disasm + bin/x86_64-linux/t1mac + bin/x86_64-linux/t1unmac + +name t2 +category Package +revision 15878 +shortdesc Support for using T2 encoding. +longdesc The T2 bundle provides a variety of separate support functions, +longdesc for using Cyrillic characters in LaTeX: - the mathtext package, +longdesc for using Cyrillic letters 'transparently' in formulae - the +longdesc citehack package, for using Cyrillic (or indeed any non-ascii) +longdesc characters in citation keys; - support for Cyrillic in BibTeX; +longdesc - support for Cyrillic in Makeindex; and - various items of +longdesc font support. +execute AddFormat name=cyramstex mode=disabled engine=pdftex patterns=language.dat options="-translate-file=cp227.tcx *cyramstx.ini" +execute AddFormat name=cyrtex mode=disabled engine=pdftex patterns=language.dat options="-translate-file=cp227.tcx *cyrtex.ini" +execute AddFormat name=cyrtexinfo mode=disabled engine=pdftex patterns=language.dat options="-translate-file=cp227.tcx *cyrtxinf.ini" +docfiles size=66 + texmf-dist/doc/generic/t2/Makefile + texmf-dist/doc/generic/t2/OT2uni.map + texmf-dist/doc/generic/t2/README + texmf-dist/doc/generic/t2/T2Auni.map + texmf-dist/doc/generic/t2/T2Buni.map + texmf-dist/doc/generic/t2/T2Cuni.map + texmf-dist/doc/generic/t2/X2uni.map + texmf-dist/doc/generic/t2/amscyr.txt + texmf-dist/doc/generic/t2/broken1.txt + texmf-dist/doc/generic/t2/broken2.txt + texmf-dist/doc/generic/t2/cyrcset7.txt + texmf-dist/doc/generic/t2/cyrcset8.txt + texmf-dist/doc/generic/t2/cyrcsets.ind + texmf-dist/doc/generic/t2/etc/amsppt.diff + texmf-dist/doc/generic/t2/etc/mathtext.dtx + texmf-dist/doc/generic/t2/etc/mathtext.ins + texmf-dist/doc/generic/t2/etc/rubibtex/README + texmf-dist/doc/generic/t2/etc/rubibtex/rubibtex + texmf-dist/doc/generic/t2/etc/rubibtex/rubibtex.bat + texmf-dist/doc/generic/t2/etc/rubibtex/rubibtex.old + texmf-dist/doc/generic/t2/etc/rubibtex/rubibtex.sed + texmf-dist/doc/generic/t2/etc/ruinpenc + texmf-dist/doc/generic/t2/etc/rumkidx/README + texmf-dist/doc/generic/t2/etc/rumkidx/rumakeindex + texmf-dist/doc/generic/t2/etc/rumkidx/rumkidx1.sed + texmf-dist/doc/generic/t2/etc/rumkidx/rumkidx2.sed + texmf-dist/doc/generic/t2/etc/rumkidx/rumkidx3.sed + texmf-dist/doc/generic/t2/etc/rumkidx/rumkidxd.bat + texmf-dist/doc/generic/t2/etc/rumkidx/rumkidxw.bat + texmf-dist/doc/generic/t2/etc/t2filter.c + texmf-dist/doc/generic/t2/etc/utf-8/test-utf8.tex + texmf-dist/doc/generic/t2/etc/utf-8/utf-8.def + texmf-dist/doc/generic/t2/etc/utf-8/utfcyr.def + texmf-dist/doc/generic/t2/etc/utf-8/utflat.def + texmf-dist/doc/generic/t2/examples/example1.tex + texmf-dist/doc/generic/t2/examples/example2.tex + texmf-dist/doc/generic/t2/examples/example3.tex + texmf-dist/doc/generic/t2/examples/example4.tex + texmf-dist/doc/generic/t2/examples/example5.tex + texmf-dist/doc/generic/t2/make-enc.pl + texmf-dist/doc/generic/t2/mkencs.sh + texmf-dist/doc/generic/t2/mtcyr.txt + texmf-dist/doc/generic/t2/t2cyr.txt + texmf-dist/doc/generic/t2/t2lat.txt + texmf-dist/doc/generic/t2/urwcyr.txt +runfiles size=109 + texmf-dist/fonts/enc/t2/t2a-mod1.enc + texmf-dist/fonts/enc/t2/t2a-mod2.enc + texmf-dist/fonts/enc/t2/t2a.enc + texmf-dist/fonts/enc/t2/t2b.enc + texmf-dist/fonts/enc/t2/t2c.enc + texmf-dist/fonts/enc/t2/x2.enc + texmf-dist/tex/generic/t2/cyrfinst/6r.etx + texmf-dist/tex/generic/t2/cyrfinst/README + texmf-dist/tex/generic/t2/cyrfinst/cyrillic.mtx + texmf-dist/tex/generic/t2/cyrfinst/derivatives/lcyc.etx + texmf-dist/tex/generic/t2/cyrfinst/derivatives/lcyci.etx + texmf-dist/tex/generic/t2/cyrfinst/derivatives/lcycij.etx + texmf-dist/tex/generic/t2/cyrfinst/derivatives/lcycj.etx + texmf-dist/tex/generic/t2/cyrfinst/derivatives/lcyctt.etx + texmf-dist/tex/generic/t2/cyrfinst/derivatives/lcyi.etx + texmf-dist/tex/generic/t2/cyrfinst/derivatives/lcyij.etx + texmf-dist/tex/generic/t2/cyrfinst/derivatives/lcyitt.etx + texmf-dist/tex/generic/t2/cyrfinst/derivatives/lcyj.etx + texmf-dist/tex/generic/t2/cyrfinst/derivatives/lcytt.etx + texmf-dist/tex/generic/t2/cyrfinst/derivatives/ot2c.etx + texmf-dist/tex/generic/t2/cyrfinst/derivatives/ot2cj.etx + texmf-dist/tex/generic/t2/cyrfinst/derivatives/ot2i.etx + texmf-dist/tex/generic/t2/cyrfinst/derivatives/ot2ij.etx + texmf-dist/tex/generic/t2/cyrfinst/derivatives/ot2j.etx + texmf-dist/tex/generic/t2/cyrfinst/derivatives/t2ac.etx + texmf-dist/tex/generic/t2/cyrfinst/derivatives/t2acj.etx + texmf-dist/tex/generic/t2/cyrfinst/derivatives/t2ai.etx + texmf-dist/tex/generic/t2/cyrfinst/derivatives/t2aij.etx + texmf-dist/tex/generic/t2/cyrfinst/derivatives/t2aj.etx + texmf-dist/tex/generic/t2/cyrfinst/derivatives/t2bc.etx + texmf-dist/tex/generic/t2/cyrfinst/derivatives/t2bcj.etx + texmf-dist/tex/generic/t2/cyrfinst/derivatives/t2bi.etx + texmf-dist/tex/generic/t2/cyrfinst/derivatives/t2bij.etx + texmf-dist/tex/generic/t2/cyrfinst/derivatives/t2bj.etx + texmf-dist/tex/generic/t2/cyrfinst/derivatives/t2cc.etx + texmf-dist/tex/generic/t2/cyrfinst/derivatives/t2ccj.etx + texmf-dist/tex/generic/t2/cyrfinst/derivatives/t2ci.etx + texmf-dist/tex/generic/t2/cyrfinst/derivatives/t2cij.etx + texmf-dist/tex/generic/t2/cyrfinst/derivatives/t2cj.etx + texmf-dist/tex/generic/t2/cyrfinst/derivatives/x2c.etx + texmf-dist/tex/generic/t2/cyrfinst/derivatives/x2cj.etx + texmf-dist/tex/generic/t2/cyrfinst/derivatives/x2i.etx + texmf-dist/tex/generic/t2/cyrfinst/derivatives/x2ij.etx + texmf-dist/tex/generic/t2/cyrfinst/derivatives/x2j.etx + texmf-dist/tex/generic/t2/cyrfinst/etc/alias-cmc.tex + texmf-dist/tex/generic/t2/cyrfinst/etc/alias-wncy.tex + texmf-dist/tex/generic/t2/cyrfinst/etc/cyralias.tex + texmf-dist/tex/generic/t2/cyrfinst/etc/fnstcorr.tex + texmf-dist/tex/generic/t2/cyrfinst/etc/showenc + texmf-dist/tex/generic/t2/cyrfinst/lcy-hi.etx + texmf-dist/tex/generic/t2/cyrfinst/lcy.etx + texmf-dist/tex/generic/t2/cyrfinst/ot2.etx + texmf-dist/tex/generic/t2/cyrfinst/t2a.etx + texmf-dist/tex/generic/t2/cyrfinst/t2b.etx + texmf-dist/tex/generic/t2/cyrfinst/t2c.etx + texmf-dist/tex/generic/t2/cyrfinst/x2.etx + texmf-dist/tex/latex/t2/citehack.sty + texmf-dist/tex/latex/t2/mathtext.sty + texmf-dist/tex/latex/t2/misccorr.sty +catalogue-ctan /macros/latex/contrib/t2 +catalogue-date 2008-01-05 14:46:43 +0100 +catalogue-license lppl + +name tableaux +category Package +revision 15878 +shortdesc Construct tables of signs and variations. +longdesc The package uses PStricks; the user may define the width of the +longdesc table, the number of lines and the height of each line. +longdesc Placement of labels within the boxes may be absolute, or as a +longdesc percentage of the width; various other controls are available. +docfiles size=25 + texmf-dist/doc/latex/tableaux/exemples.pdf details="Further examples (comments in French)" language="fr" + texmf-dist/doc/latex/tableaux/exemples.tex + texmf-dist/doc/latex/tableaux/tableau.pdf details="Package documentation (French)" language="fr" + texmf-dist/doc/latex/tableaux/tableau.tex +runfiles size=3 + texmf-dist/tex/latex/tableaux/minimum.sty + texmf-dist/tex/latex/tableaux/tableau.sty +catalogue-ctan /macros/latex/contrib/tableaux +catalogue-date 2008-11-10 21:50:32 +0100 +catalogue-license lppl + +name tablenotes +category Package +revision 15878 +shortdesc Notes in tables at end document. +longdesc The package defines a command \tabnote, which stores notes for +longdesc later processing by the command \thetabnotes. +docfiles size=15 + texmf-dist/doc/latex/tablenotes/README details="Readme" + texmf-dist/doc/latex/tablenotes/mynotes.pdf details="Readme" + texmf-dist/doc/latex/tablenotes/mynotes.tex +runfiles size=6 + texmf-dist/tex/latex/tablenotes/mynotes.sty +catalogue-ctan /macros/latex/contrib/tablenotes +catalogue-date 2009-09-10 20:34:09 +0200 +catalogue-license lppl1.2 +catalogue-version 0.2 + +name tablists +category Package +revision 15878 +shortdesc Tabulated lists of short items. +longdesc This package offers environments and commands for one-level and +longdesc two-level lists of short items (e.g., exercises in textbooks). +longdesc The environments support optional arguments of item numbering +longdesc similar to the enumerate or paralist packages. +docfiles size=69 + texmf-dist/doc/latex/tablists/README details="README file" + texmf-dist/doc/latex/tablists/tablists-rus.pdf + texmf-dist/doc/latex/tablists/tablists-rus.tex + texmf-dist/doc/latex/tablists/tablists.pdf details="Package documentation" +srcfiles size=8 + texmf-dist/source/latex/tablists/tablists.dtx +runfiles size=2 + texmf-dist/tex/latex/tablists/tablists.sty +catalogue-ctan /macros/latex/contrib/tablists +catalogue-date 2009-08-04 22:17:36 +0200 +catalogue-license lppl +catalogue-version 0.0e + +name tablor +category Package +revision 15878 +shortdesc Create tables of signs and of variations. +longdesc The package allows the user to use the computer algebra system +longdesc XCAS to generate tables of signs and of variations (the actual +longdesc plotting of the tables uses the MetaPost macro package +longdesc tableauVariations). Tables with forbidden regions may be +longdesc developed using the package. A configuration file permits some +longdesc configuration of the language to be used in the diagrams. The +longdesc tablor package requires that shell escape be enabled. +docfiles size=353 + texmf-dist/doc/latex/tablor/Figures/TSav-105.mp + texmf-dist/doc/latex/tablor/Figures/capture.eps + texmf-dist/doc/latex/tablor/Figures/tablor_Tab.0 + texmf-dist/doc/latex/tablor/Figures/tablor_Tab.1 + texmf-dist/doc/latex/tablor/Figures/tablor_Tab.10 + texmf-dist/doc/latex/tablor/Figures/tablor_Tab.105 + texmf-dist/doc/latex/tablor/Figures/tablor_Tab.11 + texmf-dist/doc/latex/tablor/Figures/tablor_Tab.12 + texmf-dist/doc/latex/tablor/Figures/tablor_Tab.13 + texmf-dist/doc/latex/tablor/Figures/tablor_Tab.14 + texmf-dist/doc/latex/tablor/Figures/tablor_Tab.15 + texmf-dist/doc/latex/tablor/Figures/tablor_Tab.16 + texmf-dist/doc/latex/tablor/Figures/tablor_Tab.17 + texmf-dist/doc/latex/tablor/Figures/tablor_Tab.18 + texmf-dist/doc/latex/tablor/Figures/tablor_Tab.19 + texmf-dist/doc/latex/tablor/Figures/tablor_Tab.2 + texmf-dist/doc/latex/tablor/Figures/tablor_Tab.20 + texmf-dist/doc/latex/tablor/Figures/tablor_Tab.21 + texmf-dist/doc/latex/tablor/Figures/tablor_Tab.22 + texmf-dist/doc/latex/tablor/Figures/tablor_Tab.23 + texmf-dist/doc/latex/tablor/Figures/tablor_Tab.24 + texmf-dist/doc/latex/tablor/Figures/tablor_Tab.25 + texmf-dist/doc/latex/tablor/Figures/tablor_Tab.26 + texmf-dist/doc/latex/tablor/Figures/tablor_Tab.27 + texmf-dist/doc/latex/tablor/Figures/tablor_Tab.28 + texmf-dist/doc/latex/tablor/Figures/tablor_Tab.29 + texmf-dist/doc/latex/tablor/Figures/tablor_Tab.3 + texmf-dist/doc/latex/tablor/Figures/tablor_Tab.30 + texmf-dist/doc/latex/tablor/Figures/tablor_Tab.31 + texmf-dist/doc/latex/tablor/Figures/tablor_Tab.32 + texmf-dist/doc/latex/tablor/Figures/tablor_Tab.33 + texmf-dist/doc/latex/tablor/Figures/tablor_Tab.34 + texmf-dist/doc/latex/tablor/Figures/tablor_Tab.36 + texmf-dist/doc/latex/tablor/Figures/tablor_Tab.37 + texmf-dist/doc/latex/tablor/Figures/tablor_Tab.38 + texmf-dist/doc/latex/tablor/Figures/tablor_Tab.39 + texmf-dist/doc/latex/tablor/Figures/tablor_Tab.4 + texmf-dist/doc/latex/tablor/Figures/tablor_Tab.40 + texmf-dist/doc/latex/tablor/Figures/tablor_Tab.41 + texmf-dist/doc/latex/tablor/Figures/tablor_Tab.42 + texmf-dist/doc/latex/tablor/Figures/tablor_Tab.43 + texmf-dist/doc/latex/tablor/Figures/tablor_Tab.44 + texmf-dist/doc/latex/tablor/Figures/tablor_Tab.45 + texmf-dist/doc/latex/tablor/Figures/tablor_Tab.46 + texmf-dist/doc/latex/tablor/Figures/tablor_Tab.48 + texmf-dist/doc/latex/tablor/Figures/tablor_Tab.49 + texmf-dist/doc/latex/tablor/Figures/tablor_Tab.5 + texmf-dist/doc/latex/tablor/Figures/tablor_Tab.50 + texmf-dist/doc/latex/tablor/Figures/tablor_Tab.51 + texmf-dist/doc/latex/tablor/Figures/tablor_Tab.52 + texmf-dist/doc/latex/tablor/Figures/tablor_Tab.53 + texmf-dist/doc/latex/tablor/Figures/tablor_Tab.54 + texmf-dist/doc/latex/tablor/Figures/tablor_Tab.55 + texmf-dist/doc/latex/tablor/Figures/tablor_Tab.56 + texmf-dist/doc/latex/tablor/Figures/tablor_Tab.57 + texmf-dist/doc/latex/tablor/Figures/tablor_Tab.58 + texmf-dist/doc/latex/tablor/Figures/tablor_Tab.59 + texmf-dist/doc/latex/tablor/Figures/tablor_Tab.6 + texmf-dist/doc/latex/tablor/Figures/tablor_Tab.7 + texmf-dist/doc/latex/tablor/Figures/tablor_Tab.8 + texmf-dist/doc/latex/tablor/Figures/tablor_Tab.9 + texmf-dist/doc/latex/tablor/Figures/tablor_Tab.mp + texmf-dist/doc/latex/tablor/README details="Readme (English)" language="en" + texmf-dist/doc/latex/tablor/README-fr.txt details="Readme (French)" language="fr" + texmf-dist/doc/latex/tablor/tablor.html + texmf-dist/doc/latex/tablor/tablor.pdf details="Package documentation (French)" language="fr" + texmf-dist/doc/latex/tablor/tablor.tex +runfiles size=48 + texmf-dist/tex/latex/tablor/tablor-xetex.sty + texmf-dist/tex/latex/tablor/tablor.cfg + texmf-dist/tex/latex/tablor/tablor.sty +catalogue-ctan /macros/latex/contrib/tablor +catalogue-date 2009-11-02 14:34:14 +0100 +catalogue-license lppl +catalogue-version 4.06 + +name tabls +category Package +revision 15878 +shortdesc Better vertical spacing in tables and arrays. +longdesc Modifies LaTeX's array and tabular environments to keep text +longdesc from touching other text or hlines above or below. Several new +longdesc parameters are defined and some standard macros are re-defined. +longdesc The package slows down compilation of tables, since each entry +longdesc is boxed twice. +runfiles size=3 + texmf-dist/tex/latex/tabls/tabls.sty +catalogue-ctan /macros/latex/contrib/misc/tabls.sty +catalogue-date 2009-09-12 23:08:55 +0200 +catalogue-license other-free +catalogue-version 3.5 + +name tabto-generic +category Package +revision 15878 +shortdesc "Tab" to a measured position in the line. +longdesc \tabto{<length>} moves the typesetting position to <length> +longdesc from the left margin of the paragraph. If the typesetting +longdesc position is already further along, \tabto starts a new line. +runfiles size=1 + texmf-dist/tex/generic/tabto-generic/tabto.tex +catalogue-ctan /macros/generic/misc/tabto.tex +catalogue-date 2009-09-13 19:05:07 +0200 +catalogue-license pd + +name tabto-ltx +category Package +revision 15878 +shortdesc "Tab" to a measured position in the line. +longdesc \tabto{<length>} moves the typesetting position to <length> +longdesc from the left margin of the paragraph. If the typesetting +longdesc position is already further along, \tabto starts a new line; +longdesc the command \tabto* will move position backwards if necessary, +longdesc so that previous text may be overwritten. The command +longdesc \TabPositions may be used to define a set of tabbing positions, +longdesc after which the command \tab advances typesetting position to +longdesc the next defined 'tab stop'. +docfiles size=1 + texmf-dist/doc/latex/tabto-ltx/tabto.txt +runfiles size=2 + texmf-dist/tex/latex/tabto-ltx/tabto.sty +catalogue-ctan /macros/latex/contrib/tabto +catalogue-date 2009-09-18 01:07:12 +0200 +catalogue-license lppl +catalogue-version 1.0 + +name tabularcalc +category Package +revision 15878 +shortdesc Calculate formulas in a tabular environment. +longdesc Given a list of numbers and one (or more) formulas, the package +longdesc offers an easy syntax to build a table of values, i.e., a +longdesc tabular in which the first row contains the list of numbers, +longdesc and the other rows contain the calculated values of the +longdesc formulas for each number of the list. The table may be built +longdesc either horizontally or vertically and is fully customizable. +docfiles size=261 + texmf-dist/doc/latex/tabularcalc/README details="Readme" + texmf-dist/doc/latex/tabularcalc/tabularcalc_doc_en.pdf details="Package documentation (English)" language="en" + texmf-dist/doc/latex/tabularcalc/tabularcalc_doc_en.tex + texmf-dist/doc/latex/tabularcalc/tabularcalc_doc_fr.pdf details="Package documentation (French)" language="fr" + texmf-dist/doc/latex/tabularcalc/tabularcalc_doc_fr.tex + texmf-dist/doc/latex/tabularcalc/tabularcalc_doc_vn.pdf + texmf-dist/doc/latex/tabularcalc/tabularcalc_doc_vn.tex +runfiles size=5 + texmf-dist/tex/latex/tabularcalc/tabularcalc.sty +catalogue-ctan /macros/latex/contrib/tabularcalc +catalogue-date 2009-04-22 00:12:47 +0200 +catalogue-license lppl +catalogue-version 0.2 + +name tabularew +category Package +revision 15878 +shortdesc A variation on the tabular environment. +longdesc The package offers a modification of the tabular environment, +longdesc which deals with the problem of column heads that are +longdesc significantly wider than the body of the column. +docfiles size=43 + texmf-dist/doc/latex/tabularew/README details="Readme" + texmf-dist/doc/latex/tabularew/tabularew.pdf details="Package documentation" +srcfiles size=7 + texmf-dist/source/latex/tabularew/tabularew.dtx + texmf-dist/source/latex/tabularew/tabularew.ins +runfiles size=2 + texmf-dist/tex/latex/tabularew/tabularew.sty +catalogue-ctan /macros/latex/contrib/tabularew +catalogue-date 2009-06-03 09:08:49 +0200 +catalogue-license lppl +catalogue-version 0.1 + +name tabulary +category Package +revision 15878 +shortdesc Tabular with variable width columns balanced. +longdesc The package defines a tabular*-like tabulary environment, +longdesc taking a 'total width' argument as well as the column +longdesc specifications. It then defines column types L, C, R and J for +longdesc variable width columns (\raggedright', \centering, \raggedleft, +longdesc and normally justified). In contrast to tabularx's X columns, +longdesc the width of each column is weighted according to the natural +longdesc width of the widest cell in the column. +docfiles size=25 + texmf-dist/doc/latex/tabulary/README + texmf-dist/doc/latex/tabulary/tabulary.pdf details="Package documentation" +srcfiles size=9 + texmf-dist/source/latex/tabulary/tabulary.dtx + texmf-dist/source/latex/tabulary/tabulary.ins +runfiles size=4 + texmf-dist/tex/latex/tabulary/tabulary.sty +catalogue-ctan /macros/latex/contrib/tabulary +catalogue-date 2009-10-10 00:51:28 +0200 +catalogue-license lppl +catalogue-version 0.9 + +name tabvar +category Package +revision 15878 +shortdesc Typesetting tables showing variations of functions. +longdesc This LaTeX package is meant to ease the typesetting of tables +longdesc showing variations of functions as they are used in France. The +longdesc documentation is in French. +execute addMap tabvar.map +docfiles size=141 + texmf-dist/doc/latex/tabvar/README details="Readme" + texmf-dist/doc/latex/tabvar/demo.pdf + texmf-dist/doc/latex/tabvar/demo.tex + texmf-dist/doc/latex/tabvar/tabvar.pdf +srcfiles size=8 + texmf-dist/source/latex/tabvar/tabvar.dtx + texmf-dist/source/latex/tabvar/tabvar.ins +runfiles size=12 + texmf-dist/fonts/afm/public/tabvar/tabvar.afm + texmf-dist/fonts/map/dvips/tabvar/tabvar.map + texmf-dist/fonts/tfm/public/tabvar/tabvar.tfm + texmf-dist/fonts/type1/public/tabvar/tabvar.pfb + texmf-dist/metapost/tabvar/tabvar.mp + texmf-dist/tex/latex/tabvar/tabvar.1 + texmf-dist/tex/latex/tabvar/tabvar.2 + texmf-dist/tex/latex/tabvar/tabvar.3 + texmf-dist/tex/latex/tabvar/tabvar.cfg + texmf-dist/tex/latex/tabvar/tabvar.sty +catalogue-ctan /macros/latex/contrib/tabvar +catalogue-date 2008-11-30 10:40:22 +0100 +catalogue-license lppl +catalogue-version 1.2 + +name talk +category Package +revision 15878 +shortdesc A LaTeX class for presentations. +longdesc The talk document class allows you to create slides for screen +longdesc presentations or printing on transparencies. It also allows you +longdesc to print personal notes for your talk. You can create overlays +longdesc and display structure information (current section / +longdesc subsection, table of contents) on your slides. The main feature +longdesc that distinguishes talk from other presentation classes like +longdesc beamer or prosper is that it allows the user to define an +longdesc arbitrary number of slide styles and switch between these +longdesc styles from slide to slide. This way the slide layout can be +longdesc adapted to the slide content. For example, the title or +longdesc contents page of a talk can be given a slightly different +longdesc layout than the other slides. The talk class makes no +longdesc restrictions on the slide design whatsoever. The entire look +longdesc and feel of the presentation can be defined by the user. The +longdesc style definitions should be put in a separate sty file. +longdesc Currently the package comes with only one set of pre-defined +longdesc slide styles (greybars.sty). Contributions from people who are +longdesc artistically more gifted than the author are more than welcome! +docfiles size=45 + texmf-dist/doc/latex/talk/README details="Readme" + texmf-dist/doc/latex/talk/example.tex + texmf-dist/doc/latex/talk/talkdoc.pdf details="Package documentation" + texmf-dist/doc/latex/talk/talkdoc.tex +srcfiles size=1 + texmf-dist/source/latex/talk/Makefile +runfiles size=5 + texmf-dist/tex/latex/talk/sidebars.sty + texmf-dist/tex/latex/talk/talk.cls +catalogue-ctan /macros/latex/contrib/talk +catalogue-date 2007-08-14 14:14:54 +0200 +catalogue-license lppl +catalogue-version 1.1 + +name tamethebeast +category Package +revision 15878 +shortdesc A manual about bibliographies and especially BibTeX. +longdesc An (as-complete-as-possible) manual about bibliographies in +longdesc LaTeX, and thus mainly about BibTeX. +docfiles size=264 + texmf-dist/doc/bibtex/tamethebeast/CHANGES + texmf-dist/doc/bibtex/tamethebeast/Makefile + texmf-dist/doc/bibtex/tamethebeast/README + texmf-dist/doc/bibtex/tamethebeast/idxstyle.ist + texmf-dist/doc/bibtex/tamethebeast/local.bib + texmf-dist/doc/bibtex/tamethebeast/ttb_en.pdf + texmf-dist/doc/bibtex/tamethebeast/ttb_en.sec1.tex + texmf-dist/doc/bibtex/tamethebeast/ttb_en.sec2.tex + texmf-dist/doc/bibtex/tamethebeast/ttb_en.sec3.tex + texmf-dist/doc/bibtex/tamethebeast/ttb_en.sec4.tex + texmf-dist/doc/bibtex/tamethebeast/ttb_en.sec5.tex + texmf-dist/doc/bibtex/tamethebeast/ttb_en.tex + texmf-dist/doc/bibtex/tamethebeast/ttb_style.sty +catalogue-ctan /info/bibtex/tamethebeast +catalogue-date 2009-10-11 21:12:19 +0200 +catalogue-license lppl1.3 +catalogue-version 1.4 + +name tap +category Package +revision 15878 +shortdesc TeX macros for typesetting complex tables. +longdesc The package offers a simple notation for pretty complex tables +longdesc (to Michael J. Ferguson's credit). With PostScript, the package +longdesc allows shaded/coloured tables, diagonal rules, etc. The package +longdesc is supposed to work with both Plain and LaTeX. An AWK converter +longdesc from ASCII semigraphic tables to TAP notation is included. +docfiles size=24 + texmf-dist/doc/generic/tap/0README.TAP + texmf-dist/doc/generic/tap/0tabdoc.inf + texmf-dist/doc/generic/tap/circ.eps + texmf-dist/doc/generic/tap/circmag.eps + texmf-dist/doc/generic/tap/tapanch.100 + texmf-dist/doc/generic/tap/tapanch.mp + texmf-dist/doc/generic/tap/tapdoc.tex + texmf-dist/doc/generic/tap/tapxamp1.tex + texmf-dist/doc/generic/tap/tapxamp2.tex +srcfiles size=18 + texmf-dist/source/generic/tap/tabcv/sampdos/0sampdos.inf + texmf-dist/source/generic/tap/tabcv/sampdos/post1.tex + texmf-dist/source/generic/tap/tabcv/sampdos/post2.tex + texmf-dist/source/generic/tap/tabcv/sampdos/prea1.tex + texmf-dist/source/generic/tap/tabcv/sampdos/prea2.tex + texmf-dist/source/generic/tap/tabcv/sampdos/prea3.tex + texmf-dist/source/generic/tap/tabcv/sampdos/tapcv0.raw + texmf-dist/source/generic/tap/tabcv/sampdos/tapcv1.raw + texmf-dist/source/generic/tap/tabcv/sampdos/tapcv2.raw + texmf-dist/source/generic/tap/tabcv/sampdos/tapcv3.raw + texmf-dist/source/generic/tap/tabcv/sampdos/tapcv4.raw + texmf-dist/source/generic/tap/tabcv/sampdos/tapcv5.raw + texmf-dist/source/generic/tap/tabcv/sampdos/tapcv6.raw + texmf-dist/source/generic/tap/tabcv/sampdos/tcv.bat + texmf-dist/source/generic/tap/tabcv/sampdos/tcv_.bat + texmf-dist/source/generic/tap/tabcv/tapcv.awk +runfiles size=9 + texmf-dist/tex/generic/tap/tap.tex +catalogue-ctan /macros/generic/tables/tap077.zip +catalogue-date 2009-10-10 00:51:28 +0200 +catalogue-license pd +catalogue-version 0.77 + +name tapir +category Package +revision 15878 +shortdesc A simple geometrical font. +longdesc Tapir is a simple geometrical font mostly created of line and +longdesc circular segments with constant thickness. The font is +longdesc available as MetaFont source and in Adobe Type 1 format. The +longdesc character set contains all characters in the range 0-127 (as in +longdesc cmr10), accented characters used in the Czech, Slovak and +longdesc Polish languages. +docfiles size=16 + texmf-dist/doc/latex/tapir/readme details="Readme" + texmf-dist/doc/latex/tapir/readme.pdf details="Package documentation" +runfiles size=49 + texmf-dist/fonts/source/public/tapir/tap-enc.mf + texmf-dist/fonts/source/public/tapir/tap.mf + texmf-dist/fonts/type1/public/tapir/tap.pfb +catalogue-ctan /fonts/tapir +catalogue-date 2007-03-12 14:32:12 +0100 +catalogue-license gpl +catalogue-version 0.2 + +name taupin +category Package +revision 15878 +runfiles size=3 + texmf-dist/tex/latex/taupin/smallcap.sty + texmf-dist/tex/latex/taupin/t1cmsc.fd + texmf-dist/tex/latex/taupin/varsects.sty + +name tcdialog +category TLCore +revision 15809 +depend tcdialog.ARCH +docfiles size=24 + texmf/doc/man/man1/tcdialog.1 + texmf/doc/man/man1/tcdialog.man1.pdf + +name tcdialog.alpha-linux +category TLCore +revision 13822 +shortdesc alpha-linux files of tcdialog +binfiles arch=alpha-linux size=64 + bin/alpha-linux/tcdialog + +name tcdialog.i386-cygwin +category TLCore +revision 15614 +shortdesc i386-cygwin files of tcdialog +binfiles arch=i386-cygwin size=32 + bin/i386-cygwin/tcdialog.exe + +name tcdialog.i386-linux +category TLCore +revision 14164 +shortdesc i386-linux files of tcdialog +binfiles arch=i386-linux size=33 + bin/i386-linux/tcdialog + +name tcdialog.i386-netbsd +category TLCore +revision 15167 +shortdesc i386-netbsd files of tcdialog +binfiles arch=i386-netbsd size=30 + bin/i386-netbsd/tcdialog + +name tcdialog.i386-solaris +category TLCore +revision 15141 +shortdesc i386-solaris files of tcdialog +binfiles arch=i386-solaris size=32 + bin/i386-solaris/tcdialog + +name tcdialog.mips-irix +category TLCore +revision 15558 +shortdesc mips-irix files of tcdialog +binfiles arch=mips-irix size=51 + bin/mips-irix/tcdialog + +name tcdialog.powerpc-aix +category TLCore +revision 15638 +shortdesc powerpc-aix files of tcdialog +binfiles arch=powerpc-aix size=39 + bin/powerpc-aix/tcdialog + +name tcdialog.powerpc-linux +category TLCore +revision 13864 +shortdesc powerpc-linux files of tcdialog +binfiles arch=powerpc-linux size=38 + bin/powerpc-linux/tcdialog + +name tcdialog.sparc-linux +category TLCore +revision 14269 +shortdesc sparc-linux files of tcdialog +binfiles arch=sparc-linux size=33 + bin/sparc-linux/tcdialog + +name tcdialog.sparc-solaris +category TLCore +revision 13822 +shortdesc sparc-solaris files of tcdialog +binfiles arch=sparc-solaris size=48 + bin/sparc-solaris/tcdialog + +name tcdialog.universal-darwin +category TLCore +revision 14896 +shortdesc universal-darwin files of tcdialog +binfiles arch=universal-darwin size=71 + bin/universal-darwin/tcdialog + +name tcdialog.win32 +category TLCore +revision 13822 +shortdesc win32 files of tcdialog + +name tcdialog.x86_64-linux +category TLCore +revision 13822 +shortdesc x86_64-linux files of tcdialog +binfiles arch=x86_64-linux size=36 + bin/x86_64-linux/tcdialog + +name tcldoc +category Package +revision 15878 +catalogue tclldoc +shortdesc Doc/docstrip for tcl. +longdesc The tclldoc package and class simplify the application of the +longdesc doc/docstrip style of literate programming with Dr. John +longdesc Ousterhout's Tool Command Language (Tcl, pronounced "tickle", +longdesc a.k.a. The Cool Language). The tclldoc package is a bit like +longdesc the doc package is for LaTeX, whereas the tclldoc class more +longdesc parallels the ltxdoc class. +docfiles size=1 + texmf-dist/doc/latex/tcldoc/README.txt details="Readme" +srcfiles size=172 + texmf-dist/source/latex/tcldoc/dtxload.dtx + texmf-dist/source/latex/tcldoc/dtxload.ins + texmf-dist/source/latex/tcldoc/dtxload.tcl + texmf-dist/source/latex/tcldoc/examples/README.txt + texmf-dist/source/latex/tcldoc/examples/parsetcl.dtx + texmf-dist/source/latex/tcldoc/examples/parsetcl.ins + texmf-dist/source/latex/tcldoc/examples/pdf.dtx + texmf-dist/source/latex/tcldoc/examples/pdf.ins + texmf-dist/source/latex/tcldoc/pstokens.dtx + texmf-dist/source/latex/tcldoc/tcldoc.dtx + texmf-dist/source/latex/tcldoc/tcldoc.ins + texmf-dist/source/latex/tcldoc/tclldoc.dtx + texmf-dist/source/latex/tcldoc/tclldoc.ins + texmf-dist/source/latex/tcldoc/tools/README.txt + texmf-dist/source/latex/tcldoc/tools/eemenu.dtx + texmf-dist/source/latex/tcldoc/tools/eemenu.ins + texmf-dist/source/latex/tcldoc/tools/sourcedtx.dtx + texmf-dist/source/latex/tcldoc/tools/sourcedtx.ins +runfiles size=9 + texmf-dist/tex/latex/tcldoc/tcldoc.cls + texmf-dist/tex/latex/tcldoc/tcldoc.sty + texmf-dist/tex/latex/tcldoc/tclldoc.cls + texmf-dist/tex/latex/tcldoc/tclldoc.sty +catalogue-ctan /macros/latex/contrib/tclldoc +catalogue-date 2007-02-28 00:02:05 +0100 +catalogue-license lppl +catalogue-version 2.40 + +name tdclock +category Package +revision 15878 +shortdesc A ticking digital clock package for PDF output. +longdesc A ticking digital clock package to be used in Pdf-LaTeX +longdesc documents, for example in presentations. +docfiles size=74 + texmf-dist/doc/latex/tdclock/README details="Readme" + texmf-dist/doc/latex/tdclock/tdclock-beamer-example.pdf details="Example Usage" + texmf-dist/doc/latex/tdclock/tdclock-beamer-example.tex + texmf-dist/doc/latex/tdclock/tdclock-doc.pdf details="Package documentation" + texmf-dist/doc/latex/tdclock/tdclock-doc.tex +runfiles size=5 + texmf-dist/tex/latex/tdclock/tdclock.sty +catalogue-ctan /macros/latex/contrib/tdclock +catalogue-date 2009-06-23 13:06:36 +0200 +catalogue-license gpl2 +catalogue-version v2.2 + +name tds +category Package +revision 15878 +shortdesc The TeX Directory Structure standard. +longdesc Defines a structure for placement of TeX-related files on an +longdesc hierarchical file system, in a way that is well-defined, and is +longdesc readily implementable. +docfiles size=129 + texmf-dist/doc/generic/tds/ChangeLog + texmf-dist/doc/generic/tds/Makefile + texmf-dist/doc/generic/tds/README details="Readme" + texmf-dist/doc/generic/tds/index.html + texmf-dist/doc/generic/tds/tds.dvi + texmf-dist/doc/generic/tds/tds.html details="The standard, converted to HTML" + texmf-dist/doc/generic/tds/tds.pdf details="The standard specification" + texmf-dist/doc/generic/tds/tds.sed + texmf-dist/doc/generic/tds/tds.tex + texmf-dist/doc/generic/tds/tds2texi.el + texmf-dist/doc/generic/tds/tdsguide.cls +catalogue-ctan /tds +catalogue-date 2009-10-10 00:51:28 +0200 +catalogue-license other-free +catalogue-version 1.1 + +name tdsfrmath +category Package +revision 15878 +shortdesc Macros for French teachers of mathematics. +longdesc A collection of macros for French maths teachers in colleges +longdesc and lycees (and perhaps elsewhere). It is hoped that the +longdesc package will facilitate the everyday use of LaTeX by +longdesc mathematics teachers. +docfiles size=201 + texmf-dist/doc/latex/tdsfrmath/LISEZMOI details="Lisez-moi" language="fr" + texmf-dist/doc/latex/tdsfrmath/README details="Readme" + texmf-dist/doc/latex/tdsfrmath/tdsfrmath.pdf details="Package documentation (French)" language="fr" +srcfiles size=32 + texmf-dist/source/latex/tdsfrmath/Makefile + texmf-dist/source/latex/tdsfrmath/tdsfrmath.dtx + texmf-dist/source/latex/tdsfrmath/tdsfrmath.ins +runfiles size=7 + texmf-dist/tex/latex/tdsfrmath/suite.sto + texmf-dist/tex/latex/tdsfrmath/taupe.sto + texmf-dist/tex/latex/tdsfrmath/tdsfrmath.sty +catalogue-ctan /macros/latex/contrib/tdsfrmath +catalogue-date 2009-06-22 16:39:08 +0200 +catalogue-license lppl +catalogue-version 1.3 + +name technics +category Package +revision 15878 +shortdesc A package to format technical documents. +docfiles size=5 + texmf-dist/doc/latex/technics/technics.dvi + texmf-dist/doc/latex/technics/technics.tex +srcfiles size=14 + texmf-dist/source/latex/technics/png2eps.sh + texmf-dist/source/latex/technics/rf-logo.zip + texmf-dist/source/latex/technics/view-dvi.sh + texmf-dist/source/latex/technics/vmlinux.eps + texmf-dist/source/latex/technics/vmlinux.png +runfiles size=1 + texmf-dist/tex/latex/technics/technics.sty +catalogue-ctan /macros/latex/contrib/technics +catalogue-date 2007-01-16 00:15:12 +0100 +catalogue-license lppl + +name ted +category Package +revision 15878 +shortdesc A (primitive) token list editor. +longdesc Just like sed is a stream editor, ted is a token list editor. +longdesc Actually, it is not as powerfull as sed, but its main feature +longdesc is that it really works with tokens, not only characters. The +longdesc ted package provides two user macros: \Substitute and +longdesc \ShowTokens. The first is maybe the most useful: it performs +longdesc substitutions in token lists (even inside braces). The second +longdesc displays each token of the list (one per line) with its catcode +longdesc (in the list, not just the current one), and can be useful for +longdesc debugging or for TeX learners. Ted is designed to work well +longdesc even if strange tokens (that is, unusual {charcode, catcode} +longdesc pairs or tokens with a confusing meaning) occur in the list. +docfiles size=53 + texmf-dist/doc/latex/ted/README details="Readme" + texmf-dist/doc/latex/ted/ted-fr.pdf details="Package documentation (French)" language="fr" + texmf-dist/doc/latex/ted/ted.pdf details="Package documentation (English)" +srcfiles size=13 + texmf-dist/source/latex/ted/ted.dtx +runfiles size=3 + texmf-dist/tex/latex/ted/ted.sty +catalogue-ctan /macros/latex/contrib/ted +catalogue-date 2008-08-24 10:50:19 +0200 +catalogue-license lppl +catalogue-version 1.06 + +name templates-fenn +category Package +revision 15878 +shortdesc Templates for TeX usage. +longdesc A set of templates for using LaTeX packages that the author +longdesc uses, comprising: - scrlttr2.tex: a letter, written with +longdesc scrlttr2.cls from the KOMA-Script bundle; - dinbrief.tex: a +longdesc letter according to the German (DIN) standards, written with +longdesc dinbrief.cls; - kbrief.tex: a brief memo ('Kurzbrief') to +longdesc accompany enclosures, as used in German offices, again based on +longdesc dinbrief; - vermerk.tex: a general form for taking down notes +longdesc on events in the office; and - diabetes.tex: a diary for the +longdesc basis-bolus insulin therapy of diabetes mellitus, using +longdesc scrartcl.cls from the KOMA-Script bundle. +docfiles size=10 + texmf-dist/doc/latex/templates-fenn/diabetes.tex + texmf-dist/doc/latex/templates-fenn/dinbrief.tex + texmf-dist/doc/latex/templates-fenn/kbrief.tex + texmf-dist/doc/latex/templates-fenn/scrlttr2.tex + texmf-dist/doc/latex/templates-fenn/scrlttr2en.tex + texmf-dist/doc/latex/templates-fenn/templates-fenn-de.txt details="Package documentation (German)" language="de" + texmf-dist/doc/latex/templates-fenn/templates-fenn-en.txt details="Package documentation (English)" language="en" + texmf-dist/doc/latex/templates-fenn/vermerk.tex +catalogue-ctan /info/templates/fenn +catalogue-date 2009-08-28 15:51:43 +0200 +catalogue-license lppl + +name templates-sommer +category Package +revision 15878 +shortdesc Templates for TeX usage. +longdesc A set of templates for using LaTeX packages that the author +longdesc uses, comprising: - Hausarbeit.tex: for students of the +longdesc Lehrstuhl Volkskunde an der Friedrich-Schiller-Universitat +longdesc Jena; - Psycho-Dipl.tex: for diploma theses in psychology. +docfiles size=14 + texmf-dist/doc/latex/templates-sommer/Hausarbeit.bib + texmf-dist/doc/latex/templates-sommer/Hausarbeit.tex + texmf-dist/doc/latex/templates-sommer/Logo.jpg + texmf-dist/doc/latex/templates-sommer/Psycho-Dipl.bib + texmf-dist/doc/latex/templates-sommer/Psycho-Dipl.tex + texmf-dist/doc/latex/templates-sommer/README.de details="README" language="de" +catalogue-ctan /info/templates/sommer +catalogue-date 2008-08-24 10:50:19 +0200 +catalogue-license lppl + +name tengwarscript +category Package +revision 15878 +shortdesc LaTeX support for using Tengwar fonts. +longdesc The package provides "mid-level" access to tengwar fonts, +longdesc providing good quality output. Each tengwar sign is represented +longdesc by a command, which will place the sign nicely in relation to +longdesc previous signs. A transcription package is available from the +longdesc package's home page: writing all those tengwar commands would +longdesc quickly become untenable. The package supports the use of a +longdesc wide variety of tengwar fonts that are available from the net; +longdesc metric and map files are provided for all the supported fonts. +docfiles size=188 + texmf-dist/doc/latex/tengwarscript/COPYING + texmf-dist/doc/latex/tengwarscript/README + texmf-dist/doc/latex/tengwarscript/quetta.eps + texmf-dist/doc/latex/tengwarscript/quetta.pdf + texmf-dist/doc/latex/tengwarscript/tengfonts.pdf details="Font sampler:" + texmf-dist/doc/latex/tengwarscript/tengfonts.tex + texmf-dist/doc/latex/tengwarscript/tengtest.pdf details="Crib sheet and tests:" + texmf-dist/doc/latex/tengwarscript/tengtest.tex + texmf-dist/doc/latex/tengwarscript/tengwarscript.pdf details="Package manual:" +srcfiles size=73 + texmf-dist/source/latex/tengwarscript/tengwarscript.dtx + texmf-dist/source/latex/tengwarscript/tengwarscript.ins +runfiles size=125 + texmf-dist/fonts/enc/dvips/tengwarscript/tengwaralt.enc + texmf-dist/fonts/enc/dvips/tengwarscript/tengwarcap.enc + texmf-dist/fonts/enc/dvips/tengwarscript/tengwarscript.enc + texmf-dist/fonts/map/dvips/tengwarscript/tengwarscript.map + texmf-dist/fonts/tfm/public/tengwarscript/Elfica32.tfm + texmf-dist/fonts/tfm/public/tengwarscript/Parmaite.tfm + texmf-dist/fonts/tfm/public/tengwarscript/Parmaite_alt.tfm + texmf-dist/fonts/tfm/public/tengwarscript/Parmaite_full.tfm + texmf-dist/fonts/tfm/public/tengwarscript/TengwarFormal12.tfm + texmf-dist/fonts/tfm/public/tengwarscript/TengwarFormalA12.tfm + texmf-dist/fonts/tfm/public/tengwarscript/TengwarFormal_full.tfm + texmf-dist/fonts/tfm/public/tengwarscript/TengwarGothika050.tfm + texmf-dist/fonts/tfm/public/tengwarscript/TengwarNoldor.tfm + texmf-dist/fonts/tfm/public/tengwarscript/TengwarNoldorAlt.tfm + texmf-dist/fonts/tfm/public/tengwarscript/TengwarNoldorCapitals1.tfm + texmf-dist/fonts/tfm/public/tengwarscript/TengwarNoldorCapitals2.tfm + texmf-dist/fonts/tfm/public/tengwarscript/TengwarNoldor_full.tfm + texmf-dist/fonts/tfm/public/tengwarscript/TengwarQuenya.tfm + texmf-dist/fonts/tfm/public/tengwarscript/TengwarQuenyaAlt.tfm + texmf-dist/fonts/tfm/public/tengwarscript/TengwarQuenyaCapitals1.tfm + texmf-dist/fonts/tfm/public/tengwarscript/TengwarQuenyaCapitals2.tfm + texmf-dist/fonts/tfm/public/tengwarscript/TengwarQuenya_full.tfm + texmf-dist/fonts/tfm/public/tengwarscript/TengwarSindarin.tfm + texmf-dist/fonts/tfm/public/tengwarscript/TengwarSindarinAlt.tfm + texmf-dist/fonts/tfm/public/tengwarscript/TengwarSindarinCapitals1.tfm + texmf-dist/fonts/tfm/public/tengwarscript/TengwarSindarinCapitals2.tfm + texmf-dist/fonts/tfm/public/tengwarscript/TengwarSindarin_full.tfm + texmf-dist/fonts/tfm/public/tengwarscript/TengwarTelerin.tfm + texmf-dist/fonts/tfm/public/tengwarscript/UnicodeParmaite.tfm + texmf-dist/fonts/tfm/public/tengwarscript/tngan.tfm + texmf-dist/fonts/tfm/public/tengwarscript/tngan_full.tfm + texmf-dist/fonts/tfm/public/tengwarscript/tngana.tfm + texmf-dist/fonts/tfm/public/tengwarscript/tnganab.tfm + texmf-dist/fonts/tfm/public/tengwarscript/tnganabi.tfm + texmf-dist/fonts/tfm/public/tengwarscript/tnganai.tfm + texmf-dist/fonts/tfm/public/tengwarscript/tnganb.tfm + texmf-dist/fonts/tfm/public/tengwarscript/tnganb_full.tfm + texmf-dist/fonts/tfm/public/tengwarscript/tnganbi.tfm + texmf-dist/fonts/tfm/public/tengwarscript/tnganbi_full.tfm + texmf-dist/fonts/tfm/public/tengwarscript/tngani.tfm + texmf-dist/fonts/tfm/public/tengwarscript/tngani_full.tfm + texmf-dist/fonts/vf/public/tengwarscript/Parmaite_full.vf + texmf-dist/fonts/vf/public/tengwarscript/TengwarFormal_full.vf + texmf-dist/fonts/vf/public/tengwarscript/TengwarNoldor_full.vf + texmf-dist/fonts/vf/public/tengwarscript/TengwarQuenya_full.vf + texmf-dist/fonts/vf/public/tengwarscript/TengwarSindarin_full.vf + texmf-dist/fonts/vf/public/tengwarscript/tngan_full.vf + texmf-dist/fonts/vf/public/tengwarscript/tnganb_full.vf + texmf-dist/fonts/vf/public/tengwarscript/tnganbi_full.vf + texmf-dist/fonts/vf/public/tengwarscript/tngani_full.vf + texmf-dist/tex/latex/tengwarscript/annatar.cfg + texmf-dist/tex/latex/tengwarscript/annatarbold.cfg + texmf-dist/tex/latex/tengwarscript/annatarbolditalic.cfg + texmf-dist/tex/latex/tengwarscript/annataritalic.cfg + texmf-dist/tex/latex/tengwarscript/elfica.cfg + texmf-dist/tex/latex/tengwarscript/formal.cfg + texmf-dist/tex/latex/tengwarscript/gothika.cfg + texmf-dist/tex/latex/tengwarscript/noldor.cfg + texmf-dist/tex/latex/tengwarscript/noldorcapI.cfg + texmf-dist/tex/latex/tengwarscript/noldorcapII.cfg + texmf-dist/tex/latex/tengwarscript/parmaite.cfg + texmf-dist/tex/latex/tengwarscript/quenya.cfg + texmf-dist/tex/latex/tengwarscript/quenyacapI.cfg + texmf-dist/tex/latex/tengwarscript/quenyacapII.cfg + texmf-dist/tex/latex/tengwarscript/sindarin.cfg + texmf-dist/tex/latex/tengwarscript/sindarincapI.cfg + texmf-dist/tex/latex/tengwarscript/sindarincapII.cfg + texmf-dist/tex/latex/tengwarscript/teleri.cfg + texmf-dist/tex/latex/tengwarscript/tengwarscript.sty + texmf-dist/tex/latex/tengwarscript/unicodeparmaite.cfg +catalogue-ctan /macros/latex/contrib/tengwarscript +catalogue-date 2007-05-24 10:43:22 +0200 +catalogue-license lppl +catalogue-version 1.3 + +name tensor +category Package +revision 15878 +shortdesc Typeset tensors. +longdesc A package which allows the user to set tensor-style super- and +longdesc subscripts with offsets between successive indices. It supports +longdesc the typesetting of tensors with mixed upper and lower indices +longdesc with spacing, also typset preposed indices. This is a complete +longdesc revision and extension of the original 'tensor' package by Mike +longdesc Piff. +docfiles size=28 + texmf-dist/doc/latex/tensor/README details="Package README" + texmf-dist/doc/latex/tensor/tensor.pdf details="Package documentation" +srcfiles size=7 + texmf-dist/source/latex/tensor/tensor.dtx + texmf-dist/source/latex/tensor/tensor.ins +runfiles size=2 + texmf-dist/tex/latex/tensor/tensor.sty +catalogue-ctan /macros/latex/contrib/tensor +catalogue-date 2006-11-03 07:18:50 +0100 +catalogue-license lppl +catalogue-version 2.1 + +name termcal +category Package +revision 15878 +shortdesc Print a class calendar. +longdesc This package is intended to print a term calendar for use in +longdesc planning a class. It has a flexible mechanism for specifying +longdesc which days of the week are to be included and for inserting +longdesc text either regularly on the same day each week, or on selected +longdesc days, or for a series of consecutive days. It also has a +longdesc flexible mechanism for specifing class and nonclass days. Text +longdesc may be inserted into consecutive days so that it automatically +longdesc flows around nonclass days. +docfiles size=24 + texmf-dist/doc/latex/termcal/Contents + texmf-dist/doc/latex/termcal/termcal.pdf details="Package documentation" +srcfiles size=8 + texmf-dist/source/latex/termcal/termcal.dtx + texmf-dist/source/latex/termcal/termcal.ins +runfiles size=2 + texmf-dist/tex/latex/termcal/termcal.sty +catalogue-ctan /macros/latex/contrib/termcal +catalogue-date 2008-12-22 09:29:04 +0100 +catalogue-license noinfo +catalogue-version 1.8 + +name termlist +category Package +revision 15878 +shortdesc Label any kind of term with a continuous counter. +longdesc The termlist package provides environments to indent and label +longdesc any kind of terms with a continuous number. Candidate terms may +longdesc appear inside an equation or eqnarray environment. +docfiles size=23 + texmf-dist/doc/latex/termlist/README details="Readme" + texmf-dist/doc/latex/termlist/termlist.pdf details="Package documentation" +srcfiles size=4 + texmf-dist/source/latex/termlist/termlist.dtx +runfiles size=1 + texmf-dist/tex/latex/termlist/termlist.sty +catalogue-ctan /macros/latex/contrib/termlist +catalogue-date 2008-09-09 11:27:07 +0200 +catalogue-license lppl +catalogue-version 1.0 + +name tetex +category TLCore +revision 15809 +shortdesc scripts and files originally written for or included in teTeX +longdesc teTeX was a comprehensive distribution of TeX, LaTeX and +longdesc family, designed to for ease of compilation, installation and +longdesc customisation. In 2006, Thomas Esser announced he would no +longdesc longer be able to support, or to produce new versions of, +longdesc teTeX. With the appearance of TeX-live 2007 (whose Unix-system +longdesc TeX support originally derived from teTeX), no-one should be +longdesc using teTeX at all, in new applications. +depend tetex.ARCH +docfiles size=127 + 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/fontinst.1 + texmf/doc/man/man1/fontinst.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 +runfiles size=47 + 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/dvipdfm/tetex/cm-dvipdfm-fix.map + 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/updmap.pl + texmf/web2c/updmap.cfg +catalogue-ctan /obsolete/systems/unix/teTeX +catalogue-date 2009-07-04 10:24:55 +0200 +catalogue-license other-free +catalogue-version 3.0 + +name tetex.alpha-linux +category TLCore +revision 15707 +shortdesc alpha-linux files of tetex +binfiles arch=alpha-linux size=36 + bin/alpha-linux/allcm + bin/alpha-linux/allec + bin/alpha-linux/allneeded + bin/alpha-linux/dvi2fax + bin/alpha-linux/dvired + bin/alpha-linux/fmtutil + bin/alpha-linux/fmtutil-sys + bin/alpha-linux/kpsewhere + bin/alpha-linux/texconfig-dialog + bin/alpha-linux/texconfig-sys + bin/alpha-linux/texlinks + bin/alpha-linux/updmap + bin/alpha-linux/updmap-sys + +name tetex.i386-cygwin +category TLCore +revision 15707 +shortdesc i386-cygwin files of tetex +binfiles arch=i386-cygwin size=36 + bin/i386-cygwin/allcm + bin/i386-cygwin/allec + bin/i386-cygwin/allneeded + bin/i386-cygwin/dvi2fax + bin/i386-cygwin/dvired + bin/i386-cygwin/fmtutil + bin/i386-cygwin/fmtutil-sys + bin/i386-cygwin/kpsewhere + bin/i386-cygwin/texconfig-dialog + bin/i386-cygwin/texconfig-sys + bin/i386-cygwin/texlinks + bin/i386-cygwin/updmap + bin/i386-cygwin/updmap-sys + +name tetex.i386-linux +category TLCore +revision 15707 +shortdesc i386-linux files of tetex +binfiles arch=i386-linux size=36 + bin/i386-linux/allcm + bin/i386-linux/allec + bin/i386-linux/allneeded + bin/i386-linux/dvi2fax + bin/i386-linux/dvired + bin/i386-linux/fmtutil + bin/i386-linux/fmtutil-sys + bin/i386-linux/kpsewhere + bin/i386-linux/texconfig-dialog + bin/i386-linux/texconfig-sys + bin/i386-linux/texlinks + bin/i386-linux/updmap + bin/i386-linux/updmap-sys + +name tetex.i386-netbsd +category TLCore +revision 15707 +shortdesc i386-netbsd files of tetex +binfiles arch=i386-netbsd size=36 + bin/i386-netbsd/allcm + bin/i386-netbsd/allec + bin/i386-netbsd/allneeded + bin/i386-netbsd/dvi2fax + bin/i386-netbsd/dvired + bin/i386-netbsd/fmtutil + bin/i386-netbsd/fmtutil-sys + bin/i386-netbsd/kpsewhere + bin/i386-netbsd/texconfig-dialog + bin/i386-netbsd/texconfig-sys + bin/i386-netbsd/texlinks + bin/i386-netbsd/updmap + bin/i386-netbsd/updmap-sys + +name tetex.i386-solaris +category TLCore +revision 15707 +shortdesc i386-solaris files of tetex +binfiles arch=i386-solaris size=36 + bin/i386-solaris/allcm + bin/i386-solaris/allec + bin/i386-solaris/allneeded + bin/i386-solaris/dvi2fax + bin/i386-solaris/dvired + bin/i386-solaris/fmtutil + bin/i386-solaris/fmtutil-sys + bin/i386-solaris/kpsewhere + bin/i386-solaris/texconfig-dialog + bin/i386-solaris/texconfig-sys + bin/i386-solaris/texlinks + bin/i386-solaris/updmap + bin/i386-solaris/updmap-sys + +name tetex.mips-irix +category TLCore +revision 15707 +shortdesc mips-irix files of tetex +binfiles arch=mips-irix size=36 + bin/mips-irix/allcm + bin/mips-irix/allec + bin/mips-irix/allneeded + bin/mips-irix/dvi2fax + bin/mips-irix/dvired + bin/mips-irix/fmtutil + bin/mips-irix/fmtutil-sys + bin/mips-irix/kpsewhere + bin/mips-irix/texconfig-dialog + bin/mips-irix/texconfig-sys + bin/mips-irix/texlinks + bin/mips-irix/updmap + bin/mips-irix/updmap-sys + +name tetex.powerpc-aix +category TLCore +revision 15707 +shortdesc powerpc-aix files of tetex +binfiles arch=powerpc-aix size=36 + bin/powerpc-aix/allcm + bin/powerpc-aix/allec + bin/powerpc-aix/allneeded + bin/powerpc-aix/dvi2fax + bin/powerpc-aix/dvired + bin/powerpc-aix/fmtutil + bin/powerpc-aix/fmtutil-sys + bin/powerpc-aix/kpsewhere + bin/powerpc-aix/texconfig-dialog + bin/powerpc-aix/texconfig-sys + bin/powerpc-aix/texlinks + bin/powerpc-aix/updmap + bin/powerpc-aix/updmap-sys + +name tetex.powerpc-linux +category TLCore +revision 15707 +shortdesc powerpc-linux files of tetex +binfiles arch=powerpc-linux size=36 + bin/powerpc-linux/allcm + bin/powerpc-linux/allec + bin/powerpc-linux/allneeded + bin/powerpc-linux/dvi2fax + bin/powerpc-linux/dvired + bin/powerpc-linux/fmtutil + bin/powerpc-linux/fmtutil-sys + bin/powerpc-linux/kpsewhere + bin/powerpc-linux/texconfig-dialog + bin/powerpc-linux/texconfig-sys + bin/powerpc-linux/texlinks + bin/powerpc-linux/updmap + bin/powerpc-linux/updmap-sys + +name tetex.sparc-linux +category TLCore +revision 15707 +shortdesc sparc-linux files of tetex +binfiles arch=sparc-linux size=36 + bin/sparc-linux/allcm + bin/sparc-linux/allec + bin/sparc-linux/allneeded + bin/sparc-linux/dvi2fax + bin/sparc-linux/dvired + bin/sparc-linux/fmtutil + bin/sparc-linux/fmtutil-sys + bin/sparc-linux/kpsewhere + bin/sparc-linux/texconfig-dialog + bin/sparc-linux/texconfig-sys + bin/sparc-linux/texlinks + bin/sparc-linux/updmap + bin/sparc-linux/updmap-sys + +name tetex.sparc-solaris +category TLCore +revision 15707 +shortdesc sparc-solaris files of tetex +binfiles arch=sparc-solaris size=36 + bin/sparc-solaris/allcm + bin/sparc-solaris/allec + bin/sparc-solaris/allneeded + bin/sparc-solaris/dvi2fax + bin/sparc-solaris/dvired + bin/sparc-solaris/fmtutil + bin/sparc-solaris/fmtutil-sys + bin/sparc-solaris/kpsewhere + bin/sparc-solaris/texconfig-dialog + bin/sparc-solaris/texconfig-sys + bin/sparc-solaris/texlinks + bin/sparc-solaris/updmap + bin/sparc-solaris/updmap-sys + +name tetex.universal-darwin +category TLCore +revision 15707 +shortdesc universal-darwin files of tetex +binfiles arch=universal-darwin size=36 + bin/universal-darwin/allcm + bin/universal-darwin/allec + bin/universal-darwin/allneeded + bin/universal-darwin/dvi2fax + bin/universal-darwin/dvired + bin/universal-darwin/fmtutil + bin/universal-darwin/fmtutil-sys + bin/universal-darwin/kpsewhere + bin/universal-darwin/texconfig-dialog + bin/universal-darwin/texconfig-sys + bin/universal-darwin/texlinks + bin/universal-darwin/updmap + bin/universal-darwin/updmap-sys + +name tetex.win32 +category TLCore +revision 15874 +shortdesc win32 files of tetex +binfiles arch=win32 size=9 + bin/win32/fmtutil-sys.exe + bin/win32/fmtutil.exe + bin/win32/fmtutil.exe.manifest + bin/win32/updmap-sys.exe + bin/win32/updmap.exe + +name tetex.x86_64-linux +category TLCore +revision 15707 +shortdesc x86_64-linux files of tetex +binfiles arch=x86_64-linux size=36 + bin/x86_64-linux/allcm + bin/x86_64-linux/allec + bin/x86_64-linux/allneeded + bin/x86_64-linux/dvi2fax + bin/x86_64-linux/dvired + bin/x86_64-linux/fmtutil + bin/x86_64-linux/fmtutil-sys + bin/x86_64-linux/kpsewhere + bin/x86_64-linux/texconfig-dialog + bin/x86_64-linux/texconfig-sys + bin/x86_64-linux/texlinks + bin/x86_64-linux/updmap + bin/x86_64-linux/updmap-sys + +name teubner +category Package +revision 15878 +shortdesc Philological typesetting of classical Greek. +longdesc An extension to babel greek option for typesetting classical +longdesc Greek with a philological approach. The package works with the +longdesc author's greek fonts using the 'Lispiakos' font shape derived +longdesc from that of the fonts used in printers' shops in Lispia. The +longdesc package name honours the publisher B.G. Teubner +longdesc Verlaggesellschaft whose Greek text publications are of high +longdesc quality. +docfiles size=111 + texmf-dist/doc/latex/teubner/README details="Readme" + texmf-dist/doc/latex/teubner/teubner-doc.pdf details="Package documentation" +srcfiles size=32 + texmf-dist/source/latex/teubner/teubner.dtx + texmf-dist/source/latex/teubner/teubner.ins +runfiles size=12 + texmf-dist/tex/latex/teubner/teubner.sty +catalogue-ctan /macros/latex/contrib/teubner +catalogue-date 2008-06-12 19:47:41 +0200 +catalogue-license lppl +catalogue-version 2.2d + +name tex +category TLCore +revision 15809 +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 +longdesc number of macro definitions that instruct the TeX engine how to +longdesc typeset the document. The TeX engine also uses font metrics +longdesc generated by MetaFont, or by any of several other mechanisms +longdesc that incorporate fonts from other sources into an environment +longdesc suitable for TeX. TeX has been, and continues, a basis and an +longdesc inspiration for several other programs, including e-TeX and +longdesc PDFTeX. The distribution includes the source of Knuth's TeX +longdesc book; this source is there to read, as an example of writing +longdesc TeX -- it should not be processed without Knuth's direct +longdesc permission. +depend kpathsea +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 +catalogue-ctan /systems/knuth/dist/tex +catalogue-date 2009-10-10 12:31:37 +0200 +catalogue-license knuth +catalogue-version 3.1415926 + +name tex-ewd +category Package +revision 15878 +shortdesc Macros to typeset calculational proofs and programs in Dijkstra's style. +longdesc Edsger W. Dijkstra and others suggest a unique style to present +longdesc mathematical proofs and to construct programs. This package +longdesc provides macros that support calculational proofs and +longdesc Dijkstra's "guarded command language". +docfiles size=8 + texmf-dist/doc/generic/tex-ewd/README details="Readme" + texmf-dist/doc/generic/tex-ewd/bsdlic.txt + texmf-dist/doc/generic/tex-ewd/p0.tex + texmf-dist/doc/generic/tex-ewd/t1.tex +runfiles size=2 + texmf-dist/tex/generic/tex-ewd/dotnot.tex +catalogue-ctan /macros/generic/tex-ewd +catalogue-date 2008-11-15 12:33:11 +0100 +catalogue-license bsd + +name tex-gyre +category Package +revision 15939 +shortdesc TeX Fonts extending freely available URW fonts. +longdesc The TeX-GYRE bundle consists of six font families: TeX Gyre +longdesc Adventor is based on the URW Gothic L family of fonts (which is +longdesc derived from ITC Avant Garde Gothic, designed by Herb Lubalin +longdesc and Tom Carnase). TeX Gyre Bonum is based on the URW Bookman L +longdesc family (from Bookman Old Style, designed by Alexander +longdesc Phemister). TeX Gyre Chorus is based on URW Chancery L Medium +longdesc Italic (from ITC Zapf Chancery, designed by Hermann Zapf in +longdesc 1979). TeX Gyre Heros is based on URW Nimbus Sans L (from +longdesc Helvetica, prepared by Max Miedinger, with Eduard Hoffmann in +longdesc 1957). TeX Gyre Pagella is based on URW Palladio L (from +longdesc Palation, designed by Hermann Zapf in the 1940s). TeX Gyre +longdesc Schola is based on the URW Century Schoolbook L family (which +longdesc was designed by Morris Fuller Benton for the American Type +longdesc Founders). TeX Gyre Termes is based on the URW Nimbus Roman No9 +longdesc L family of fonts (whose original, Times, was designed by +longdesc Stanley Morison together with Starling Burgess and Victor +longdesc Lardent and first offered by Monotype). The constituent +longdesc standard faces of each family have been greatly extended, and +longdesc contain nearly 1200 glyphs each (though Chorus omits Greek +longdesc support, has no small-caps family and has approximately 900 +longdesc glyphs). Each family is available in Adobe Type 1 and Open Type +longdesc formats, and LaTeX support (for use with a variety of +longdesc encodings) is provided. Vietnamese and Cyrillic characters were +longdesc added by Han The Thanh and Valek Filippov, respectively. +execute addMap qag.map +execute addMap qbk.map +execute addMap qcr.map +execute addMap qcs.map +execute addMap qhv.map +execute addMap qpl.map +execute addMap qtm.map +execute addMap qzc.map +docfiles size=2103 + texmf-dist/doc/fonts/tex-gyre/GUST-FONT-LICENSE.txt + texmf-dist/doc/fonts/tex-gyre/MANIFEST-TeX-Gyre-Adventor.txt + texmf-dist/doc/fonts/tex-gyre/MANIFEST-TeX-Gyre-Bonum.txt + texmf-dist/doc/fonts/tex-gyre/MANIFEST-TeX-Gyre-Chorus.txt + texmf-dist/doc/fonts/tex-gyre/MANIFEST-TeX-Gyre-Cursor.txt + texmf-dist/doc/fonts/tex-gyre/MANIFEST-TeX-Gyre-Heros.txt + texmf-dist/doc/fonts/tex-gyre/MANIFEST-TeX-Gyre-Pagella.txt + texmf-dist/doc/fonts/tex-gyre/MANIFEST-TeX-Gyre-Schola.txt + texmf-dist/doc/fonts/tex-gyre/MANIFEST-TeX-Gyre-Termes.txt + texmf-dist/doc/fonts/tex-gyre/README-TeX-Gyre-Adventor.txt + texmf-dist/doc/fonts/tex-gyre/README-TeX-Gyre-Bonum.txt + texmf-dist/doc/fonts/tex-gyre/README-TeX-Gyre-Chorus.txt + texmf-dist/doc/fonts/tex-gyre/README-TeX-Gyre-Cursor.txt + texmf-dist/doc/fonts/tex-gyre/README-TeX-Gyre-Heros.txt + texmf-dist/doc/fonts/tex-gyre/README-TeX-Gyre-Pagella.txt + texmf-dist/doc/fonts/tex-gyre/README-TeX-Gyre-Schola.txt + texmf-dist/doc/fonts/tex-gyre/README-TeX-Gyre-Termes.txt + texmf-dist/doc/fonts/tex-gyre/goadb999.nam + texmf-dist/doc/fonts/tex-gyre/qag-hist.txt + texmf-dist/doc/fonts/tex-gyre/qag-info.pdf + texmf-dist/doc/fonts/tex-gyre/qag-test.pdf + texmf-dist/doc/fonts/tex-gyre/qag-test.tex + texmf-dist/doc/fonts/tex-gyre/qagb.fea + texmf-dist/doc/fonts/tex-gyre/qagbi.fea + texmf-dist/doc/fonts/tex-gyre/qagr.fea + texmf-dist/doc/fonts/tex-gyre/qagri.fea + texmf-dist/doc/fonts/tex-gyre/qbk-hist.txt + texmf-dist/doc/fonts/tex-gyre/qbk-info.pdf + texmf-dist/doc/fonts/tex-gyre/qbk-test.pdf + texmf-dist/doc/fonts/tex-gyre/qbk-test.tex + texmf-dist/doc/fonts/tex-gyre/qbkb.fea + texmf-dist/doc/fonts/tex-gyre/qbkbi.fea + texmf-dist/doc/fonts/tex-gyre/qbkr.fea + texmf-dist/doc/fonts/tex-gyre/qbkri.fea + texmf-dist/doc/fonts/tex-gyre/qcr-hist.txt + texmf-dist/doc/fonts/tex-gyre/qcr-info.pdf + texmf-dist/doc/fonts/tex-gyre/qcr-test.pdf + texmf-dist/doc/fonts/tex-gyre/qcr-test.tex + texmf-dist/doc/fonts/tex-gyre/qcrb.fea + texmf-dist/doc/fonts/tex-gyre/qcrbi.fea + texmf-dist/doc/fonts/tex-gyre/qcrr.fea + texmf-dist/doc/fonts/tex-gyre/qcrri.fea + texmf-dist/doc/fonts/tex-gyre/qcs-hist.txt + texmf-dist/doc/fonts/tex-gyre/qcs-info.pdf + texmf-dist/doc/fonts/tex-gyre/qcs-test.pdf + texmf-dist/doc/fonts/tex-gyre/qcs-test.tex + texmf-dist/doc/fonts/tex-gyre/qcsb.fea + texmf-dist/doc/fonts/tex-gyre/qcsbi.fea + texmf-dist/doc/fonts/tex-gyre/qcsr.fea + texmf-dist/doc/fonts/tex-gyre/qcsri.fea + texmf-dist/doc/fonts/tex-gyre/qhv-hist.txt + texmf-dist/doc/fonts/tex-gyre/qhv-info.pdf + texmf-dist/doc/fonts/tex-gyre/qhv-test.pdf + texmf-dist/doc/fonts/tex-gyre/qhv-test.tex + texmf-dist/doc/fonts/tex-gyre/qhvb.fea + texmf-dist/doc/fonts/tex-gyre/qhvbi.fea + texmf-dist/doc/fonts/tex-gyre/qhvcb.fea + texmf-dist/doc/fonts/tex-gyre/qhvcbi.fea + texmf-dist/doc/fonts/tex-gyre/qhvcr.fea + texmf-dist/doc/fonts/tex-gyre/qhvcri.fea + texmf-dist/doc/fonts/tex-gyre/qhvr.fea + texmf-dist/doc/fonts/tex-gyre/qhvri.fea + texmf-dist/doc/fonts/tex-gyre/qpl-hist.txt + texmf-dist/doc/fonts/tex-gyre/qpl-info.pdf + texmf-dist/doc/fonts/tex-gyre/qpl-test.pdf + texmf-dist/doc/fonts/tex-gyre/qpl-test.tex + texmf-dist/doc/fonts/tex-gyre/qplb.fea + texmf-dist/doc/fonts/tex-gyre/qplbi.fea + texmf-dist/doc/fonts/tex-gyre/qplr.fea + texmf-dist/doc/fonts/tex-gyre/qplri.fea + texmf-dist/doc/fonts/tex-gyre/qtm-hist.txt + texmf-dist/doc/fonts/tex-gyre/qtm-info.pdf + texmf-dist/doc/fonts/tex-gyre/qtm-test.pdf + texmf-dist/doc/fonts/tex-gyre/qtm-test.tex + texmf-dist/doc/fonts/tex-gyre/qtmb.fea + texmf-dist/doc/fonts/tex-gyre/qtmbi.fea + texmf-dist/doc/fonts/tex-gyre/qtmr.fea + texmf-dist/doc/fonts/tex-gyre/qtmri.fea + texmf-dist/doc/fonts/tex-gyre/qzc-hist.txt + texmf-dist/doc/fonts/tex-gyre/qzc-info.pdf + texmf-dist/doc/fonts/tex-gyre/qzc-test.pdf + texmf-dist/doc/fonts/tex-gyre/qzc-test.tex + texmf-dist/doc/fonts/tex-gyre/qzcmi.fea +runfiles size=6213 + texmf-dist/fonts/afm/public/tex-gyre/qagb.afm + texmf-dist/fonts/afm/public/tex-gyre/qagbi.afm + texmf-dist/fonts/afm/public/tex-gyre/qagr.afm + texmf-dist/fonts/afm/public/tex-gyre/qagri.afm + texmf-dist/fonts/afm/public/tex-gyre/qbkb.afm + texmf-dist/fonts/afm/public/tex-gyre/qbkbi.afm + texmf-dist/fonts/afm/public/tex-gyre/qbkr.afm + texmf-dist/fonts/afm/public/tex-gyre/qbkri.afm + texmf-dist/fonts/afm/public/tex-gyre/qcrb.afm + texmf-dist/fonts/afm/public/tex-gyre/qcrbi.afm + texmf-dist/fonts/afm/public/tex-gyre/qcrr.afm + texmf-dist/fonts/afm/public/tex-gyre/qcrri.afm + texmf-dist/fonts/afm/public/tex-gyre/qcsb.afm + texmf-dist/fonts/afm/public/tex-gyre/qcsbi.afm + texmf-dist/fonts/afm/public/tex-gyre/qcsr.afm + texmf-dist/fonts/afm/public/tex-gyre/qcsri.afm + texmf-dist/fonts/afm/public/tex-gyre/qhvb.afm + texmf-dist/fonts/afm/public/tex-gyre/qhvbi.afm + texmf-dist/fonts/afm/public/tex-gyre/qhvcb.afm + texmf-dist/fonts/afm/public/tex-gyre/qhvcbi.afm + texmf-dist/fonts/afm/public/tex-gyre/qhvcr.afm + texmf-dist/fonts/afm/public/tex-gyre/qhvcri.afm + texmf-dist/fonts/afm/public/tex-gyre/qhvr.afm + texmf-dist/fonts/afm/public/tex-gyre/qhvri.afm + texmf-dist/fonts/afm/public/tex-gyre/qplb.afm + texmf-dist/fonts/afm/public/tex-gyre/qplbi.afm + texmf-dist/fonts/afm/public/tex-gyre/qplr.afm + texmf-dist/fonts/afm/public/tex-gyre/qplri.afm + texmf-dist/fonts/afm/public/tex-gyre/qtmb.afm + texmf-dist/fonts/afm/public/tex-gyre/qtmbi.afm + texmf-dist/fonts/afm/public/tex-gyre/qtmr.afm + texmf-dist/fonts/afm/public/tex-gyre/qtmri.afm + texmf-dist/fonts/afm/public/tex-gyre/qzcmi.afm + texmf-dist/fonts/enc/dvips/tex-gyre/q-cs-sc.enc + texmf-dist/fonts/enc/dvips/tex-gyre/q-cs.enc + texmf-dist/fonts/enc/dvips/tex-gyre/q-csm-sc.enc + texmf-dist/fonts/enc/dvips/tex-gyre/q-csm.enc + texmf-dist/fonts/enc/dvips/tex-gyre/q-cszc.enc + texmf-dist/fonts/enc/dvips/tex-gyre/q-ec-sc.enc + texmf-dist/fonts/enc/dvips/tex-gyre/q-ec.enc + texmf-dist/fonts/enc/dvips/tex-gyre/q-l7x-sc.enc + texmf-dist/fonts/enc/dvips/tex-gyre/q-l7x.enc + texmf-dist/fonts/enc/dvips/tex-gyre/q-l7xzc.enc + texmf-dist/fonts/enc/dvips/tex-gyre/q-qx-sc.enc + texmf-dist/fonts/enc/dvips/tex-gyre/q-qx.enc + texmf-dist/fonts/enc/dvips/tex-gyre/q-qxm-sc.enc + texmf-dist/fonts/enc/dvips/tex-gyre/q-qxm.enc + texmf-dist/fonts/enc/dvips/tex-gyre/q-qxzc.enc + texmf-dist/fonts/enc/dvips/tex-gyre/q-rm-sc.enc + texmf-dist/fonts/enc/dvips/tex-gyre/q-rm.enc + texmf-dist/fonts/enc/dvips/tex-gyre/q-rmm-sc.enc + texmf-dist/fonts/enc/dvips/tex-gyre/q-rmm.enc + texmf-dist/fonts/enc/dvips/tex-gyre/q-rmzc.enc + texmf-dist/fonts/enc/dvips/tex-gyre/q-t5-sc.enc + texmf-dist/fonts/enc/dvips/tex-gyre/q-t5.enc + texmf-dist/fonts/enc/dvips/tex-gyre/q-texnansi-sc.enc + texmf-dist/fonts/enc/dvips/tex-gyre/q-texnansi.enc + texmf-dist/fonts/enc/dvips/tex-gyre/q-texnansizc.enc + texmf-dist/fonts/enc/dvips/tex-gyre/q-ts1.enc + texmf-dist/fonts/map/dvips/tex-gyre/qag-cs.map + texmf-dist/fonts/map/dvips/tex-gyre/qag-ec.map + texmf-dist/fonts/map/dvips/tex-gyre/qag-l7x.map + texmf-dist/fonts/map/dvips/tex-gyre/qag-qx.map + texmf-dist/fonts/map/dvips/tex-gyre/qag-rm.map + texmf-dist/fonts/map/dvips/tex-gyre/qag-t5.map + texmf-dist/fonts/map/dvips/tex-gyre/qag-texnansi.map + texmf-dist/fonts/map/dvips/tex-gyre/qag-ts1.map + texmf-dist/fonts/map/dvips/tex-gyre/qag.map + texmf-dist/fonts/map/dvips/tex-gyre/qbk-cs.map + texmf-dist/fonts/map/dvips/tex-gyre/qbk-ec.map + texmf-dist/fonts/map/dvips/tex-gyre/qbk-l7x.map + texmf-dist/fonts/map/dvips/tex-gyre/qbk-qx.map + texmf-dist/fonts/map/dvips/tex-gyre/qbk-rm.map + texmf-dist/fonts/map/dvips/tex-gyre/qbk-t5.map + texmf-dist/fonts/map/dvips/tex-gyre/qbk-texnansi.map + texmf-dist/fonts/map/dvips/tex-gyre/qbk-ts1.map + texmf-dist/fonts/map/dvips/tex-gyre/qbk.map + texmf-dist/fonts/map/dvips/tex-gyre/qcr-cs.map + texmf-dist/fonts/map/dvips/tex-gyre/qcr-ec.map + texmf-dist/fonts/map/dvips/tex-gyre/qcr-l7x.map + texmf-dist/fonts/map/dvips/tex-gyre/qcr-qx.map + texmf-dist/fonts/map/dvips/tex-gyre/qcr-rm.map + texmf-dist/fonts/map/dvips/tex-gyre/qcr-t5.map + texmf-dist/fonts/map/dvips/tex-gyre/qcr-texnansi.map + texmf-dist/fonts/map/dvips/tex-gyre/qcr-ts1.map + texmf-dist/fonts/map/dvips/tex-gyre/qcr.map + texmf-dist/fonts/map/dvips/tex-gyre/qcs-cs.map + texmf-dist/fonts/map/dvips/tex-gyre/qcs-ec.map + texmf-dist/fonts/map/dvips/tex-gyre/qcs-l7x.map + texmf-dist/fonts/map/dvips/tex-gyre/qcs-qx.map + texmf-dist/fonts/map/dvips/tex-gyre/qcs-rm.map + texmf-dist/fonts/map/dvips/tex-gyre/qcs-t5.map + texmf-dist/fonts/map/dvips/tex-gyre/qcs-texnansi.map + texmf-dist/fonts/map/dvips/tex-gyre/qcs-ts1.map + texmf-dist/fonts/map/dvips/tex-gyre/qcs.map + texmf-dist/fonts/map/dvips/tex-gyre/qhv-cs.map + texmf-dist/fonts/map/dvips/tex-gyre/qhv-ec.map + texmf-dist/fonts/map/dvips/tex-gyre/qhv-l7x.map + texmf-dist/fonts/map/dvips/tex-gyre/qhv-qx.map + texmf-dist/fonts/map/dvips/tex-gyre/qhv-rm.map + texmf-dist/fonts/map/dvips/tex-gyre/qhv-t5.map + texmf-dist/fonts/map/dvips/tex-gyre/qhv-texnansi.map + texmf-dist/fonts/map/dvips/tex-gyre/qhv-ts1.map + texmf-dist/fonts/map/dvips/tex-gyre/qhv.map + texmf-dist/fonts/map/dvips/tex-gyre/qpl-cs.map + texmf-dist/fonts/map/dvips/tex-gyre/qpl-ec.map + texmf-dist/fonts/map/dvips/tex-gyre/qpl-l7x.map + texmf-dist/fonts/map/dvips/tex-gyre/qpl-qx.map + texmf-dist/fonts/map/dvips/tex-gyre/qpl-rm.map + texmf-dist/fonts/map/dvips/tex-gyre/qpl-t5.map + texmf-dist/fonts/map/dvips/tex-gyre/qpl-texnansi.map + texmf-dist/fonts/map/dvips/tex-gyre/qpl-ts1.map + texmf-dist/fonts/map/dvips/tex-gyre/qpl.map + texmf-dist/fonts/map/dvips/tex-gyre/qtm-cs.map + texmf-dist/fonts/map/dvips/tex-gyre/qtm-ec.map + texmf-dist/fonts/map/dvips/tex-gyre/qtm-l7x.map + texmf-dist/fonts/map/dvips/tex-gyre/qtm-qx.map + texmf-dist/fonts/map/dvips/tex-gyre/qtm-rm.map + texmf-dist/fonts/map/dvips/tex-gyre/qtm-t5.map + texmf-dist/fonts/map/dvips/tex-gyre/qtm-texnansi.map + texmf-dist/fonts/map/dvips/tex-gyre/qtm-ts1.map + texmf-dist/fonts/map/dvips/tex-gyre/qtm.map + texmf-dist/fonts/map/dvips/tex-gyre/qzc-cs.map + texmf-dist/fonts/map/dvips/tex-gyre/qzc-ec.map + texmf-dist/fonts/map/dvips/tex-gyre/qzc-l7x.map + texmf-dist/fonts/map/dvips/tex-gyre/qzc-qx.map + texmf-dist/fonts/map/dvips/tex-gyre/qzc-rm.map + texmf-dist/fonts/map/dvips/tex-gyre/qzc-t5.map + texmf-dist/fonts/map/dvips/tex-gyre/qzc-texnansi.map + texmf-dist/fonts/map/dvips/tex-gyre/qzc-ts1.map + texmf-dist/fonts/map/dvips/tex-gyre/qzc.map + texmf-dist/fonts/opentype/public/tex-gyre/texgyreadventor-bold.otf + texmf-dist/fonts/opentype/public/tex-gyre/texgyreadventor-bolditalic.otf + texmf-dist/fonts/opentype/public/tex-gyre/texgyreadventor-italic.otf + texmf-dist/fonts/opentype/public/tex-gyre/texgyreadventor-regular.otf + texmf-dist/fonts/opentype/public/tex-gyre/texgyrebonum-bold.otf + texmf-dist/fonts/opentype/public/tex-gyre/texgyrebonum-bolditalic.otf + texmf-dist/fonts/opentype/public/tex-gyre/texgyrebonum-italic.otf + texmf-dist/fonts/opentype/public/tex-gyre/texgyrebonum-regular.otf + texmf-dist/fonts/opentype/public/tex-gyre/texgyrechorus-mediumitalic.otf + texmf-dist/fonts/opentype/public/tex-gyre/texgyrecursor-bold.otf + texmf-dist/fonts/opentype/public/tex-gyre/texgyrecursor-bolditalic.otf + texmf-dist/fonts/opentype/public/tex-gyre/texgyrecursor-italic.otf + texmf-dist/fonts/opentype/public/tex-gyre/texgyrecursor-regular.otf + texmf-dist/fonts/opentype/public/tex-gyre/texgyreheros-bold.otf + texmf-dist/fonts/opentype/public/tex-gyre/texgyreheros-bolditalic.otf + texmf-dist/fonts/opentype/public/tex-gyre/texgyreheros-italic.otf + texmf-dist/fonts/opentype/public/tex-gyre/texgyreheros-regular.otf + texmf-dist/fonts/opentype/public/tex-gyre/texgyreheroscn-bold.otf + texmf-dist/fonts/opentype/public/tex-gyre/texgyreheroscn-bolditalic.otf + texmf-dist/fonts/opentype/public/tex-gyre/texgyreheroscn-italic.otf + texmf-dist/fonts/opentype/public/tex-gyre/texgyreheroscn-regular.otf + texmf-dist/fonts/opentype/public/tex-gyre/texgyrepagella-bold.otf + texmf-dist/fonts/opentype/public/tex-gyre/texgyrepagella-bolditalic.otf + texmf-dist/fonts/opentype/public/tex-gyre/texgyrepagella-italic.otf + texmf-dist/fonts/opentype/public/tex-gyre/texgyrepagella-regular.otf + texmf-dist/fonts/opentype/public/tex-gyre/texgyreschola-bold.otf + texmf-dist/fonts/opentype/public/tex-gyre/texgyreschola-bolditalic.otf + texmf-dist/fonts/opentype/public/tex-gyre/texgyreschola-italic.otf + texmf-dist/fonts/opentype/public/tex-gyre/texgyreschola-regular.otf + texmf-dist/fonts/opentype/public/tex-gyre/texgyretermes-bold.otf + texmf-dist/fonts/opentype/public/tex-gyre/texgyretermes-bolditalic.otf + texmf-dist/fonts/opentype/public/tex-gyre/texgyretermes-italic.otf + texmf-dist/fonts/opentype/public/tex-gyre/texgyretermes-regular.otf + texmf-dist/fonts/tfm/public/tex-gyre/cs-qagb-sc.tfm + texmf-dist/fonts/tfm/public/tex-gyre/cs-qagb.tfm + texmf-dist/fonts/tfm/public/tex-gyre/cs-qagbi-sc.tfm + texmf-dist/fonts/tfm/public/tex-gyre/cs-qagbi.tfm + texmf-dist/fonts/tfm/public/tex-gyre/cs-qagr-sc.tfm + texmf-dist/fonts/tfm/public/tex-gyre/cs-qagr.tfm + texmf-dist/fonts/tfm/public/tex-gyre/cs-qagri-sc.tfm + texmf-dist/fonts/tfm/public/tex-gyre/cs-qagri.tfm + texmf-dist/fonts/tfm/public/tex-gyre/cs-qbkb-sc.tfm + texmf-dist/fonts/tfm/public/tex-gyre/cs-qbkb.tfm + texmf-dist/fonts/tfm/public/tex-gyre/cs-qbkbi-sc.tfm + texmf-dist/fonts/tfm/public/tex-gyre/cs-qbkbi.tfm + texmf-dist/fonts/tfm/public/tex-gyre/cs-qbkr-sc.tfm + texmf-dist/fonts/tfm/public/tex-gyre/cs-qbkr.tfm + texmf-dist/fonts/tfm/public/tex-gyre/cs-qbkri-sc.tfm + texmf-dist/fonts/tfm/public/tex-gyre/cs-qbkri.tfm + texmf-dist/fonts/tfm/public/tex-gyre/cs-qcrb-sc.tfm + texmf-dist/fonts/tfm/public/tex-gyre/cs-qcrb.tfm + texmf-dist/fonts/tfm/public/tex-gyre/cs-qcrbi-sc.tfm + texmf-dist/fonts/tfm/public/tex-gyre/cs-qcrbi.tfm + texmf-dist/fonts/tfm/public/tex-gyre/cs-qcrr-sc.tfm + texmf-dist/fonts/tfm/public/tex-gyre/cs-qcrr.tfm + texmf-dist/fonts/tfm/public/tex-gyre/cs-qcrri-sc.tfm + texmf-dist/fonts/tfm/public/tex-gyre/cs-qcrri.tfm + texmf-dist/fonts/tfm/public/tex-gyre/cs-qcsb-sc.tfm + texmf-dist/fonts/tfm/public/tex-gyre/cs-qcsb.tfm + texmf-dist/fonts/tfm/public/tex-gyre/cs-qcsbi-sc.tfm + texmf-dist/fonts/tfm/public/tex-gyre/cs-qcsbi.tfm + texmf-dist/fonts/tfm/public/tex-gyre/cs-qcsr-sc.tfm + texmf-dist/fonts/tfm/public/tex-gyre/cs-qcsr.tfm + texmf-dist/fonts/tfm/public/tex-gyre/cs-qcsri-sc.tfm + texmf-dist/fonts/tfm/public/tex-gyre/cs-qcsri.tfm + texmf-dist/fonts/tfm/public/tex-gyre/cs-qhvb-sc.tfm + texmf-dist/fonts/tfm/public/tex-gyre/cs-qhvb.tfm + texmf-dist/fonts/tfm/public/tex-gyre/cs-qhvbi-sc.tfm + texmf-dist/fonts/tfm/public/tex-gyre/cs-qhvbi.tfm + texmf-dist/fonts/tfm/public/tex-gyre/cs-qhvcb-sc.tfm + texmf-dist/fonts/tfm/public/tex-gyre/cs-qhvcb.tfm + texmf-dist/fonts/tfm/public/tex-gyre/cs-qhvcbi-sc.tfm + texmf-dist/fonts/tfm/public/tex-gyre/cs-qhvcbi.tfm + texmf-dist/fonts/tfm/public/tex-gyre/cs-qhvcr-sc.tfm + texmf-dist/fonts/tfm/public/tex-gyre/cs-qhvcr.tfm + texmf-dist/fonts/tfm/public/tex-gyre/cs-qhvcri-sc.tfm + texmf-dist/fonts/tfm/public/tex-gyre/cs-qhvcri.tfm + texmf-dist/fonts/tfm/public/tex-gyre/cs-qhvr-sc.tfm + texmf-dist/fonts/tfm/public/tex-gyre/cs-qhvr.tfm + texmf-dist/fonts/tfm/public/tex-gyre/cs-qhvri-sc.tfm + texmf-dist/fonts/tfm/public/tex-gyre/cs-qhvri.tfm + texmf-dist/fonts/tfm/public/tex-gyre/cs-qplb-sc.tfm + texmf-dist/fonts/tfm/public/tex-gyre/cs-qplb.tfm + texmf-dist/fonts/tfm/public/tex-gyre/cs-qplbi-sc.tfm + texmf-dist/fonts/tfm/public/tex-gyre/cs-qplbi.tfm + texmf-dist/fonts/tfm/public/tex-gyre/cs-qplr-sc.tfm + texmf-dist/fonts/tfm/public/tex-gyre/cs-qplr.tfm + texmf-dist/fonts/tfm/public/tex-gyre/cs-qplri-sc.tfm + texmf-dist/fonts/tfm/public/tex-gyre/cs-qplri.tfm + texmf-dist/fonts/tfm/public/tex-gyre/cs-qtmb-sc.tfm + texmf-dist/fonts/tfm/public/tex-gyre/cs-qtmb.tfm + texmf-dist/fonts/tfm/public/tex-gyre/cs-qtmbi-sc.tfm + texmf-dist/fonts/tfm/public/tex-gyre/cs-qtmbi.tfm + texmf-dist/fonts/tfm/public/tex-gyre/cs-qtmr-sc.tfm + texmf-dist/fonts/tfm/public/tex-gyre/cs-qtmr.tfm + texmf-dist/fonts/tfm/public/tex-gyre/cs-qtmri-sc.tfm + texmf-dist/fonts/tfm/public/tex-gyre/cs-qtmri.tfm + texmf-dist/fonts/tfm/public/tex-gyre/cs-qzcmi.tfm + texmf-dist/fonts/tfm/public/tex-gyre/ec-qagb-sc.tfm + texmf-dist/fonts/tfm/public/tex-gyre/ec-qagb.tfm + texmf-dist/fonts/tfm/public/tex-gyre/ec-qagbi-sc.tfm + texmf-dist/fonts/tfm/public/tex-gyre/ec-qagbi.tfm + texmf-dist/fonts/tfm/public/tex-gyre/ec-qagr-sc.tfm + texmf-dist/fonts/tfm/public/tex-gyre/ec-qagr.tfm + texmf-dist/fonts/tfm/public/tex-gyre/ec-qagri-sc.tfm + texmf-dist/fonts/tfm/public/tex-gyre/ec-qagri.tfm + texmf-dist/fonts/tfm/public/tex-gyre/ec-qbkb-sc.tfm + texmf-dist/fonts/tfm/public/tex-gyre/ec-qbkb.tfm + texmf-dist/fonts/tfm/public/tex-gyre/ec-qbkbi-sc.tfm + texmf-dist/fonts/tfm/public/tex-gyre/ec-qbkbi.tfm + texmf-dist/fonts/tfm/public/tex-gyre/ec-qbkr-sc.tfm + texmf-dist/fonts/tfm/public/tex-gyre/ec-qbkr.tfm + texmf-dist/fonts/tfm/public/tex-gyre/ec-qbkri-sc.tfm + texmf-dist/fonts/tfm/public/tex-gyre/ec-qbkri.tfm + texmf-dist/fonts/tfm/public/tex-gyre/ec-qcrb-sc.tfm + texmf-dist/fonts/tfm/public/tex-gyre/ec-qcrb.tfm + texmf-dist/fonts/tfm/public/tex-gyre/ec-qcrbi-sc.tfm + texmf-dist/fonts/tfm/public/tex-gyre/ec-qcrbi.tfm + texmf-dist/fonts/tfm/public/tex-gyre/ec-qcrr-sc.tfm + texmf-dist/fonts/tfm/public/tex-gyre/ec-qcrr.tfm + texmf-dist/fonts/tfm/public/tex-gyre/ec-qcrri-sc.tfm + texmf-dist/fonts/tfm/public/tex-gyre/ec-qcrri.tfm + texmf-dist/fonts/tfm/public/tex-gyre/ec-qcsb-sc.tfm + texmf-dist/fonts/tfm/public/tex-gyre/ec-qcsb.tfm + texmf-dist/fonts/tfm/public/tex-gyre/ec-qcsbi-sc.tfm + texmf-dist/fonts/tfm/public/tex-gyre/ec-qcsbi.tfm + texmf-dist/fonts/tfm/public/tex-gyre/ec-qcsr-sc.tfm + texmf-dist/fonts/tfm/public/tex-gyre/ec-qcsr.tfm + texmf-dist/fonts/tfm/public/tex-gyre/ec-qcsri-sc.tfm + texmf-dist/fonts/tfm/public/tex-gyre/ec-qcsri.tfm + texmf-dist/fonts/tfm/public/tex-gyre/ec-qhvb-sc.tfm + texmf-dist/fonts/tfm/public/tex-gyre/ec-qhvb.tfm + texmf-dist/fonts/tfm/public/tex-gyre/ec-qhvbi-sc.tfm + texmf-dist/fonts/tfm/public/tex-gyre/ec-qhvbi.tfm + texmf-dist/fonts/tfm/public/tex-gyre/ec-qhvcb-sc.tfm + texmf-dist/fonts/tfm/public/tex-gyre/ec-qhvcb.tfm + texmf-dist/fonts/tfm/public/tex-gyre/ec-qhvcbi-sc.tfm + texmf-dist/fonts/tfm/public/tex-gyre/ec-qhvcbi.tfm + texmf-dist/fonts/tfm/public/tex-gyre/ec-qhvcr-sc.tfm + texmf-dist/fonts/tfm/public/tex-gyre/ec-qhvcr.tfm + texmf-dist/fonts/tfm/public/tex-gyre/ec-qhvcri-sc.tfm + texmf-dist/fonts/tfm/public/tex-gyre/ec-qhvcri.tfm + texmf-dist/fonts/tfm/public/tex-gyre/ec-qhvr-sc.tfm + texmf-dist/fonts/tfm/public/tex-gyre/ec-qhvr.tfm + texmf-dist/fonts/tfm/public/tex-gyre/ec-qhvri-sc.tfm + texmf-dist/fonts/tfm/public/tex-gyre/ec-qhvri.tfm + texmf-dist/fonts/tfm/public/tex-gyre/ec-qplb-sc.tfm + texmf-dist/fonts/tfm/public/tex-gyre/ec-qplb.tfm + texmf-dist/fonts/tfm/public/tex-gyre/ec-qplbi-sc.tfm + texmf-dist/fonts/tfm/public/tex-gyre/ec-qplbi.tfm + texmf-dist/fonts/tfm/public/tex-gyre/ec-qplr-sc.tfm + texmf-dist/fonts/tfm/public/tex-gyre/ec-qplr.tfm + texmf-dist/fonts/tfm/public/tex-gyre/ec-qplri-sc.tfm + texmf-dist/fonts/tfm/public/tex-gyre/ec-qplri.tfm + texmf-dist/fonts/tfm/public/tex-gyre/ec-qtmb-sc.tfm + texmf-dist/fonts/tfm/public/tex-gyre/ec-qtmb.tfm + texmf-dist/fonts/tfm/public/tex-gyre/ec-qtmbi-sc.tfm + texmf-dist/fonts/tfm/public/tex-gyre/ec-qtmbi.tfm + texmf-dist/fonts/tfm/public/tex-gyre/ec-qtmr-sc.tfm + texmf-dist/fonts/tfm/public/tex-gyre/ec-qtmr.tfm + texmf-dist/fonts/tfm/public/tex-gyre/ec-qtmri-sc.tfm + texmf-dist/fonts/tfm/public/tex-gyre/ec-qtmri.tfm + texmf-dist/fonts/tfm/public/tex-gyre/ec-qzcmi.tfm + texmf-dist/fonts/tfm/public/tex-gyre/l7x-qagb-sc.tfm + texmf-dist/fonts/tfm/public/tex-gyre/l7x-qagb.tfm + texmf-dist/fonts/tfm/public/tex-gyre/l7x-qagbi-sc.tfm + texmf-dist/fonts/tfm/public/tex-gyre/l7x-qagbi.tfm + texmf-dist/fonts/tfm/public/tex-gyre/l7x-qagr-sc.tfm + texmf-dist/fonts/tfm/public/tex-gyre/l7x-qagr.tfm + texmf-dist/fonts/tfm/public/tex-gyre/l7x-qagri-sc.tfm + texmf-dist/fonts/tfm/public/tex-gyre/l7x-qagri.tfm + texmf-dist/fonts/tfm/public/tex-gyre/l7x-qbkb-sc.tfm + texmf-dist/fonts/tfm/public/tex-gyre/l7x-qbkb.tfm + texmf-dist/fonts/tfm/public/tex-gyre/l7x-qbkbi-sc.tfm + texmf-dist/fonts/tfm/public/tex-gyre/l7x-qbkbi.tfm + texmf-dist/fonts/tfm/public/tex-gyre/l7x-qbkr-sc.tfm + texmf-dist/fonts/tfm/public/tex-gyre/l7x-qbkr.tfm + texmf-dist/fonts/tfm/public/tex-gyre/l7x-qbkri-sc.tfm + texmf-dist/fonts/tfm/public/tex-gyre/l7x-qbkri.tfm + texmf-dist/fonts/tfm/public/tex-gyre/l7x-qcrb-sc.tfm + texmf-dist/fonts/tfm/public/tex-gyre/l7x-qcrb.tfm + texmf-dist/fonts/tfm/public/tex-gyre/l7x-qcrbi-sc.tfm + texmf-dist/fonts/tfm/public/tex-gyre/l7x-qcrbi.tfm + texmf-dist/fonts/tfm/public/tex-gyre/l7x-qcrr-sc.tfm + texmf-dist/fonts/tfm/public/tex-gyre/l7x-qcrr.tfm + texmf-dist/fonts/tfm/public/tex-gyre/l7x-qcrri-sc.tfm + texmf-dist/fonts/tfm/public/tex-gyre/l7x-qcrri.tfm + texmf-dist/fonts/tfm/public/tex-gyre/l7x-qcsb-sc.tfm + texmf-dist/fonts/tfm/public/tex-gyre/l7x-qcsb.tfm + texmf-dist/fonts/tfm/public/tex-gyre/l7x-qcsbi-sc.tfm + texmf-dist/fonts/tfm/public/tex-gyre/l7x-qcsbi.tfm + texmf-dist/fonts/tfm/public/tex-gyre/l7x-qcsr-sc.tfm + texmf-dist/fonts/tfm/public/tex-gyre/l7x-qcsr.tfm + texmf-dist/fonts/tfm/public/tex-gyre/l7x-qcsri-sc.tfm + texmf-dist/fonts/tfm/public/tex-gyre/l7x-qcsri.tfm + texmf-dist/fonts/tfm/public/tex-gyre/l7x-qhvb-sc.tfm + texmf-dist/fonts/tfm/public/tex-gyre/l7x-qhvb.tfm + texmf-dist/fonts/tfm/public/tex-gyre/l7x-qhvbi-sc.tfm + texmf-dist/fonts/tfm/public/tex-gyre/l7x-qhvbi.tfm + texmf-dist/fonts/tfm/public/tex-gyre/l7x-qhvcb-sc.tfm + texmf-dist/fonts/tfm/public/tex-gyre/l7x-qhvcb.tfm + texmf-dist/fonts/tfm/public/tex-gyre/l7x-qhvcbi-sc.tfm + texmf-dist/fonts/tfm/public/tex-gyre/l7x-qhvcbi.tfm + texmf-dist/fonts/tfm/public/tex-gyre/l7x-qhvcr-sc.tfm + texmf-dist/fonts/tfm/public/tex-gyre/l7x-qhvcr.tfm + texmf-dist/fonts/tfm/public/tex-gyre/l7x-qhvcri-sc.tfm + texmf-dist/fonts/tfm/public/tex-gyre/l7x-qhvcri.tfm + texmf-dist/fonts/tfm/public/tex-gyre/l7x-qhvr-sc.tfm + texmf-dist/fonts/tfm/public/tex-gyre/l7x-qhvr.tfm + texmf-dist/fonts/tfm/public/tex-gyre/l7x-qhvri-sc.tfm + texmf-dist/fonts/tfm/public/tex-gyre/l7x-qhvri.tfm + texmf-dist/fonts/tfm/public/tex-gyre/l7x-qplb-sc.tfm + texmf-dist/fonts/tfm/public/tex-gyre/l7x-qplb.tfm + texmf-dist/fonts/tfm/public/tex-gyre/l7x-qplbi-sc.tfm + texmf-dist/fonts/tfm/public/tex-gyre/l7x-qplbi.tfm + texmf-dist/fonts/tfm/public/tex-gyre/l7x-qplr-sc.tfm + texmf-dist/fonts/tfm/public/tex-gyre/l7x-qplr.tfm + texmf-dist/fonts/tfm/public/tex-gyre/l7x-qplri-sc.tfm + texmf-dist/fonts/tfm/public/tex-gyre/l7x-qplri.tfm + texmf-dist/fonts/tfm/public/tex-gyre/l7x-qtmb-sc.tfm + texmf-dist/fonts/tfm/public/tex-gyre/l7x-qtmb.tfm + texmf-dist/fonts/tfm/public/tex-gyre/l7x-qtmbi-sc.tfm + texmf-dist/fonts/tfm/public/tex-gyre/l7x-qtmbi.tfm + texmf-dist/fonts/tfm/public/tex-gyre/l7x-qtmr-sc.tfm + texmf-dist/fonts/tfm/public/tex-gyre/l7x-qtmr.tfm + texmf-dist/fonts/tfm/public/tex-gyre/l7x-qtmri-sc.tfm + texmf-dist/fonts/tfm/public/tex-gyre/l7x-qtmri.tfm + texmf-dist/fonts/tfm/public/tex-gyre/l7x-qzcmi.tfm + texmf-dist/fonts/tfm/public/tex-gyre/qx-qagb-sc.tfm + texmf-dist/fonts/tfm/public/tex-gyre/qx-qagb.tfm + texmf-dist/fonts/tfm/public/tex-gyre/qx-qagbi-sc.tfm + texmf-dist/fonts/tfm/public/tex-gyre/qx-qagbi.tfm + texmf-dist/fonts/tfm/public/tex-gyre/qx-qagr-sc.tfm + texmf-dist/fonts/tfm/public/tex-gyre/qx-qagr.tfm + texmf-dist/fonts/tfm/public/tex-gyre/qx-qagri-sc.tfm + texmf-dist/fonts/tfm/public/tex-gyre/qx-qagri.tfm + texmf-dist/fonts/tfm/public/tex-gyre/qx-qbkb-sc.tfm + texmf-dist/fonts/tfm/public/tex-gyre/qx-qbkb.tfm + texmf-dist/fonts/tfm/public/tex-gyre/qx-qbkbi-sc.tfm + texmf-dist/fonts/tfm/public/tex-gyre/qx-qbkbi.tfm + texmf-dist/fonts/tfm/public/tex-gyre/qx-qbkr-sc.tfm + texmf-dist/fonts/tfm/public/tex-gyre/qx-qbkr.tfm + texmf-dist/fonts/tfm/public/tex-gyre/qx-qbkri-sc.tfm + texmf-dist/fonts/tfm/public/tex-gyre/qx-qbkri.tfm + texmf-dist/fonts/tfm/public/tex-gyre/qx-qcrb-sc.tfm + texmf-dist/fonts/tfm/public/tex-gyre/qx-qcrb.tfm + texmf-dist/fonts/tfm/public/tex-gyre/qx-qcrbi-sc.tfm + texmf-dist/fonts/tfm/public/tex-gyre/qx-qcrbi.tfm + texmf-dist/fonts/tfm/public/tex-gyre/qx-qcrr-sc.tfm + texmf-dist/fonts/tfm/public/tex-gyre/qx-qcrr.tfm + texmf-dist/fonts/tfm/public/tex-gyre/qx-qcrri-sc.tfm + texmf-dist/fonts/tfm/public/tex-gyre/qx-qcrri.tfm + texmf-dist/fonts/tfm/public/tex-gyre/qx-qcsb-sc.tfm + texmf-dist/fonts/tfm/public/tex-gyre/qx-qcsb.tfm + texmf-dist/fonts/tfm/public/tex-gyre/qx-qcsbi-sc.tfm + texmf-dist/fonts/tfm/public/tex-gyre/qx-qcsbi.tfm + texmf-dist/fonts/tfm/public/tex-gyre/qx-qcsr-sc.tfm + texmf-dist/fonts/tfm/public/tex-gyre/qx-qcsr.tfm + texmf-dist/fonts/tfm/public/tex-gyre/qx-qcsri-sc.tfm + texmf-dist/fonts/tfm/public/tex-gyre/qx-qcsri.tfm + texmf-dist/fonts/tfm/public/tex-gyre/qx-qhvb-sc.tfm + texmf-dist/fonts/tfm/public/tex-gyre/qx-qhvb.tfm + texmf-dist/fonts/tfm/public/tex-gyre/qx-qhvbi-sc.tfm + texmf-dist/fonts/tfm/public/tex-gyre/qx-qhvbi.tfm + texmf-dist/fonts/tfm/public/tex-gyre/qx-qhvcb-sc.tfm + texmf-dist/fonts/tfm/public/tex-gyre/qx-qhvcb.tfm + texmf-dist/fonts/tfm/public/tex-gyre/qx-qhvcbi-sc.tfm + texmf-dist/fonts/tfm/public/tex-gyre/qx-qhvcbi.tfm + texmf-dist/fonts/tfm/public/tex-gyre/qx-qhvcr-sc.tfm + texmf-dist/fonts/tfm/public/tex-gyre/qx-qhvcr.tfm + texmf-dist/fonts/tfm/public/tex-gyre/qx-qhvcri-sc.tfm + texmf-dist/fonts/tfm/public/tex-gyre/qx-qhvcri.tfm + texmf-dist/fonts/tfm/public/tex-gyre/qx-qhvr-sc.tfm + texmf-dist/fonts/tfm/public/tex-gyre/qx-qhvr.tfm + texmf-dist/fonts/tfm/public/tex-gyre/qx-qhvri-sc.tfm + texmf-dist/fonts/tfm/public/tex-gyre/qx-qhvri.tfm + texmf-dist/fonts/tfm/public/tex-gyre/qx-qplb-sc.tfm + texmf-dist/fonts/tfm/public/tex-gyre/qx-qplb.tfm + texmf-dist/fonts/tfm/public/tex-gyre/qx-qplbi-sc.tfm + texmf-dist/fonts/tfm/public/tex-gyre/qx-qplbi.tfm + texmf-dist/fonts/tfm/public/tex-gyre/qx-qplr-sc.tfm + texmf-dist/fonts/tfm/public/tex-gyre/qx-qplr.tfm + texmf-dist/fonts/tfm/public/tex-gyre/qx-qplri-sc.tfm + texmf-dist/fonts/tfm/public/tex-gyre/qx-qplri.tfm + texmf-dist/fonts/tfm/public/tex-gyre/qx-qtmb-sc.tfm + texmf-dist/fonts/tfm/public/tex-gyre/qx-qtmb.tfm + texmf-dist/fonts/tfm/public/tex-gyre/qx-qtmbi-sc.tfm + texmf-dist/fonts/tfm/public/tex-gyre/qx-qtmbi.tfm + texmf-dist/fonts/tfm/public/tex-gyre/qx-qtmr-sc.tfm + texmf-dist/fonts/tfm/public/tex-gyre/qx-qtmr.tfm + texmf-dist/fonts/tfm/public/tex-gyre/qx-qtmri-sc.tfm + texmf-dist/fonts/tfm/public/tex-gyre/qx-qtmri.tfm + texmf-dist/fonts/tfm/public/tex-gyre/qx-qzcmi.tfm + texmf-dist/fonts/tfm/public/tex-gyre/rm-qagb-sc.tfm + texmf-dist/fonts/tfm/public/tex-gyre/rm-qagb.tfm + texmf-dist/fonts/tfm/public/tex-gyre/rm-qagbi-sc.tfm + texmf-dist/fonts/tfm/public/tex-gyre/rm-qagbi.tfm + texmf-dist/fonts/tfm/public/tex-gyre/rm-qagr-sc.tfm + texmf-dist/fonts/tfm/public/tex-gyre/rm-qagr.tfm + texmf-dist/fonts/tfm/public/tex-gyre/rm-qagri-sc.tfm + texmf-dist/fonts/tfm/public/tex-gyre/rm-qagri.tfm + texmf-dist/fonts/tfm/public/tex-gyre/rm-qbkb-sc.tfm + texmf-dist/fonts/tfm/public/tex-gyre/rm-qbkb.tfm + texmf-dist/fonts/tfm/public/tex-gyre/rm-qbkbi-sc.tfm + texmf-dist/fonts/tfm/public/tex-gyre/rm-qbkbi.tfm + texmf-dist/fonts/tfm/public/tex-gyre/rm-qbkr-sc.tfm + texmf-dist/fonts/tfm/public/tex-gyre/rm-qbkr.tfm + texmf-dist/fonts/tfm/public/tex-gyre/rm-qbkri-sc.tfm + texmf-dist/fonts/tfm/public/tex-gyre/rm-qbkri.tfm + texmf-dist/fonts/tfm/public/tex-gyre/rm-qcrb-sc.tfm + texmf-dist/fonts/tfm/public/tex-gyre/rm-qcrb.tfm + texmf-dist/fonts/tfm/public/tex-gyre/rm-qcrbi-sc.tfm + texmf-dist/fonts/tfm/public/tex-gyre/rm-qcrbi.tfm + texmf-dist/fonts/tfm/public/tex-gyre/rm-qcrr-sc.tfm + texmf-dist/fonts/tfm/public/tex-gyre/rm-qcrr.tfm + texmf-dist/fonts/tfm/public/tex-gyre/rm-qcrri-sc.tfm + texmf-dist/fonts/tfm/public/tex-gyre/rm-qcrri.tfm + texmf-dist/fonts/tfm/public/tex-gyre/rm-qcsb-sc.tfm + texmf-dist/fonts/tfm/public/tex-gyre/rm-qcsb.tfm + texmf-dist/fonts/tfm/public/tex-gyre/rm-qcsbi-sc.tfm + texmf-dist/fonts/tfm/public/tex-gyre/rm-qcsbi.tfm + texmf-dist/fonts/tfm/public/tex-gyre/rm-qcsr-sc.tfm + texmf-dist/fonts/tfm/public/tex-gyre/rm-qcsr.tfm + texmf-dist/fonts/tfm/public/tex-gyre/rm-qcsri-sc.tfm + texmf-dist/fonts/tfm/public/tex-gyre/rm-qcsri.tfm + texmf-dist/fonts/tfm/public/tex-gyre/rm-qhvb-sc.tfm + texmf-dist/fonts/tfm/public/tex-gyre/rm-qhvb.tfm + texmf-dist/fonts/tfm/public/tex-gyre/rm-qhvbi-sc.tfm + texmf-dist/fonts/tfm/public/tex-gyre/rm-qhvbi.tfm + texmf-dist/fonts/tfm/public/tex-gyre/rm-qhvcb-sc.tfm + texmf-dist/fonts/tfm/public/tex-gyre/rm-qhvcb.tfm + texmf-dist/fonts/tfm/public/tex-gyre/rm-qhvcbi-sc.tfm + texmf-dist/fonts/tfm/public/tex-gyre/rm-qhvcbi.tfm + texmf-dist/fonts/tfm/public/tex-gyre/rm-qhvcr-sc.tfm + texmf-dist/fonts/tfm/public/tex-gyre/rm-qhvcr.tfm + texmf-dist/fonts/tfm/public/tex-gyre/rm-qhvcri-sc.tfm + texmf-dist/fonts/tfm/public/tex-gyre/rm-qhvcri.tfm + texmf-dist/fonts/tfm/public/tex-gyre/rm-qhvr-sc.tfm + texmf-dist/fonts/tfm/public/tex-gyre/rm-qhvr.tfm + texmf-dist/fonts/tfm/public/tex-gyre/rm-qhvri-sc.tfm + texmf-dist/fonts/tfm/public/tex-gyre/rm-qhvri.tfm + texmf-dist/fonts/tfm/public/tex-gyre/rm-qplb-sc.tfm + texmf-dist/fonts/tfm/public/tex-gyre/rm-qplb.tfm + texmf-dist/fonts/tfm/public/tex-gyre/rm-qplbi-sc.tfm + texmf-dist/fonts/tfm/public/tex-gyre/rm-qplbi.tfm + texmf-dist/fonts/tfm/public/tex-gyre/rm-qplr-sc.tfm + texmf-dist/fonts/tfm/public/tex-gyre/rm-qplr.tfm + texmf-dist/fonts/tfm/public/tex-gyre/rm-qplri-sc.tfm + texmf-dist/fonts/tfm/public/tex-gyre/rm-qplri.tfm + texmf-dist/fonts/tfm/public/tex-gyre/rm-qtmb-sc.tfm + texmf-dist/fonts/tfm/public/tex-gyre/rm-qtmb.tfm + texmf-dist/fonts/tfm/public/tex-gyre/rm-qtmbi-sc.tfm + texmf-dist/fonts/tfm/public/tex-gyre/rm-qtmbi.tfm + texmf-dist/fonts/tfm/public/tex-gyre/rm-qtmr-sc.tfm + texmf-dist/fonts/tfm/public/tex-gyre/rm-qtmr.tfm + texmf-dist/fonts/tfm/public/tex-gyre/rm-qtmri-sc.tfm + texmf-dist/fonts/tfm/public/tex-gyre/rm-qtmri.tfm + texmf-dist/fonts/tfm/public/tex-gyre/rm-qzcmi.tfm + texmf-dist/fonts/tfm/public/tex-gyre/t5-qagb-sc.tfm + texmf-dist/fonts/tfm/public/tex-gyre/t5-qagb.tfm + texmf-dist/fonts/tfm/public/tex-gyre/t5-qagbi-sc.tfm + texmf-dist/fonts/tfm/public/tex-gyre/t5-qagbi.tfm + texmf-dist/fonts/tfm/public/tex-gyre/t5-qagr-sc.tfm + texmf-dist/fonts/tfm/public/tex-gyre/t5-qagr.tfm + texmf-dist/fonts/tfm/public/tex-gyre/t5-qagri-sc.tfm + texmf-dist/fonts/tfm/public/tex-gyre/t5-qagri.tfm + texmf-dist/fonts/tfm/public/tex-gyre/t5-qbkb-sc.tfm + texmf-dist/fonts/tfm/public/tex-gyre/t5-qbkb.tfm + texmf-dist/fonts/tfm/public/tex-gyre/t5-qbkbi-sc.tfm + texmf-dist/fonts/tfm/public/tex-gyre/t5-qbkbi.tfm + texmf-dist/fonts/tfm/public/tex-gyre/t5-qbkr-sc.tfm + texmf-dist/fonts/tfm/public/tex-gyre/t5-qbkr.tfm + texmf-dist/fonts/tfm/public/tex-gyre/t5-qbkri-sc.tfm + texmf-dist/fonts/tfm/public/tex-gyre/t5-qbkri.tfm + texmf-dist/fonts/tfm/public/tex-gyre/t5-qcrb-sc.tfm + texmf-dist/fonts/tfm/public/tex-gyre/t5-qcrb.tfm + texmf-dist/fonts/tfm/public/tex-gyre/t5-qcrbi-sc.tfm + texmf-dist/fonts/tfm/public/tex-gyre/t5-qcrbi.tfm + texmf-dist/fonts/tfm/public/tex-gyre/t5-qcrr-sc.tfm + texmf-dist/fonts/tfm/public/tex-gyre/t5-qcrr.tfm + texmf-dist/fonts/tfm/public/tex-gyre/t5-qcrri-sc.tfm + texmf-dist/fonts/tfm/public/tex-gyre/t5-qcrri.tfm + texmf-dist/fonts/tfm/public/tex-gyre/t5-qcsb-sc.tfm + texmf-dist/fonts/tfm/public/tex-gyre/t5-qcsb.tfm + texmf-dist/fonts/tfm/public/tex-gyre/t5-qcsbi-sc.tfm + texmf-dist/fonts/tfm/public/tex-gyre/t5-qcsbi.tfm + texmf-dist/fonts/tfm/public/tex-gyre/t5-qcsr-sc.tfm + texmf-dist/fonts/tfm/public/tex-gyre/t5-qcsr.tfm + texmf-dist/fonts/tfm/public/tex-gyre/t5-qcsri-sc.tfm + texmf-dist/fonts/tfm/public/tex-gyre/t5-qcsri.tfm + texmf-dist/fonts/tfm/public/tex-gyre/t5-qhvb-sc.tfm + texmf-dist/fonts/tfm/public/tex-gyre/t5-qhvb.tfm + texmf-dist/fonts/tfm/public/tex-gyre/t5-qhvbi-sc.tfm + texmf-dist/fonts/tfm/public/tex-gyre/t5-qhvbi.tfm + texmf-dist/fonts/tfm/public/tex-gyre/t5-qhvcb-sc.tfm + texmf-dist/fonts/tfm/public/tex-gyre/t5-qhvcb.tfm + texmf-dist/fonts/tfm/public/tex-gyre/t5-qhvcbi-sc.tfm + texmf-dist/fonts/tfm/public/tex-gyre/t5-qhvcbi.tfm + texmf-dist/fonts/tfm/public/tex-gyre/t5-qhvcr-sc.tfm + texmf-dist/fonts/tfm/public/tex-gyre/t5-qhvcr.tfm + texmf-dist/fonts/tfm/public/tex-gyre/t5-qhvcri-sc.tfm + texmf-dist/fonts/tfm/public/tex-gyre/t5-qhvcri.tfm + texmf-dist/fonts/tfm/public/tex-gyre/t5-qhvr-sc.tfm + texmf-dist/fonts/tfm/public/tex-gyre/t5-qhvr.tfm + texmf-dist/fonts/tfm/public/tex-gyre/t5-qhvri-sc.tfm + texmf-dist/fonts/tfm/public/tex-gyre/t5-qhvri.tfm + texmf-dist/fonts/tfm/public/tex-gyre/t5-qplb-sc.tfm + texmf-dist/fonts/tfm/public/tex-gyre/t5-qplb.tfm + texmf-dist/fonts/tfm/public/tex-gyre/t5-qplbi-sc.tfm + texmf-dist/fonts/tfm/public/tex-gyre/t5-qplbi.tfm + texmf-dist/fonts/tfm/public/tex-gyre/t5-qplr-sc.tfm + texmf-dist/fonts/tfm/public/tex-gyre/t5-qplr.tfm + texmf-dist/fonts/tfm/public/tex-gyre/t5-qplri-sc.tfm + texmf-dist/fonts/tfm/public/tex-gyre/t5-qplri.tfm + texmf-dist/fonts/tfm/public/tex-gyre/t5-qtmb-sc.tfm + texmf-dist/fonts/tfm/public/tex-gyre/t5-qtmb.tfm + texmf-dist/fonts/tfm/public/tex-gyre/t5-qtmbi-sc.tfm + texmf-dist/fonts/tfm/public/tex-gyre/t5-qtmbi.tfm + texmf-dist/fonts/tfm/public/tex-gyre/t5-qtmr-sc.tfm + texmf-dist/fonts/tfm/public/tex-gyre/t5-qtmr.tfm + texmf-dist/fonts/tfm/public/tex-gyre/t5-qtmri-sc.tfm + texmf-dist/fonts/tfm/public/tex-gyre/t5-qtmri.tfm + texmf-dist/fonts/tfm/public/tex-gyre/t5-qzcmi.tfm + texmf-dist/fonts/tfm/public/tex-gyre/texnansi-qagb-sc.tfm + texmf-dist/fonts/tfm/public/tex-gyre/texnansi-qagb.tfm + texmf-dist/fonts/tfm/public/tex-gyre/texnansi-qagbi-sc.tfm + texmf-dist/fonts/tfm/public/tex-gyre/texnansi-qagbi.tfm + texmf-dist/fonts/tfm/public/tex-gyre/texnansi-qagr-sc.tfm + texmf-dist/fonts/tfm/public/tex-gyre/texnansi-qagr.tfm + texmf-dist/fonts/tfm/public/tex-gyre/texnansi-qagri-sc.tfm + texmf-dist/fonts/tfm/public/tex-gyre/texnansi-qagri.tfm + texmf-dist/fonts/tfm/public/tex-gyre/texnansi-qbkb-sc.tfm + texmf-dist/fonts/tfm/public/tex-gyre/texnansi-qbkb.tfm + texmf-dist/fonts/tfm/public/tex-gyre/texnansi-qbkbi-sc.tfm + texmf-dist/fonts/tfm/public/tex-gyre/texnansi-qbkbi.tfm + texmf-dist/fonts/tfm/public/tex-gyre/texnansi-qbkr-sc.tfm + texmf-dist/fonts/tfm/public/tex-gyre/texnansi-qbkr.tfm + texmf-dist/fonts/tfm/public/tex-gyre/texnansi-qbkri-sc.tfm + texmf-dist/fonts/tfm/public/tex-gyre/texnansi-qbkri.tfm + texmf-dist/fonts/tfm/public/tex-gyre/texnansi-qcrb-sc.tfm + texmf-dist/fonts/tfm/public/tex-gyre/texnansi-qcrb.tfm + texmf-dist/fonts/tfm/public/tex-gyre/texnansi-qcrbi-sc.tfm + texmf-dist/fonts/tfm/public/tex-gyre/texnansi-qcrbi.tfm + texmf-dist/fonts/tfm/public/tex-gyre/texnansi-qcrr-sc.tfm + texmf-dist/fonts/tfm/public/tex-gyre/texnansi-qcrr.tfm + texmf-dist/fonts/tfm/public/tex-gyre/texnansi-qcrri-sc.tfm + texmf-dist/fonts/tfm/public/tex-gyre/texnansi-qcrri.tfm + texmf-dist/fonts/tfm/public/tex-gyre/texnansi-qcsb-sc.tfm + texmf-dist/fonts/tfm/public/tex-gyre/texnansi-qcsb.tfm + texmf-dist/fonts/tfm/public/tex-gyre/texnansi-qcsbi-sc.tfm + texmf-dist/fonts/tfm/public/tex-gyre/texnansi-qcsbi.tfm + texmf-dist/fonts/tfm/public/tex-gyre/texnansi-qcsr-sc.tfm + texmf-dist/fonts/tfm/public/tex-gyre/texnansi-qcsr.tfm + texmf-dist/fonts/tfm/public/tex-gyre/texnansi-qcsri-sc.tfm + texmf-dist/fonts/tfm/public/tex-gyre/texnansi-qcsri.tfm + texmf-dist/fonts/tfm/public/tex-gyre/texnansi-qhvb-sc.tfm + texmf-dist/fonts/tfm/public/tex-gyre/texnansi-qhvb.tfm + texmf-dist/fonts/tfm/public/tex-gyre/texnansi-qhvbi-sc.tfm + texmf-dist/fonts/tfm/public/tex-gyre/texnansi-qhvbi.tfm + texmf-dist/fonts/tfm/public/tex-gyre/texnansi-qhvcb-sc.tfm + texmf-dist/fonts/tfm/public/tex-gyre/texnansi-qhvcb.tfm + texmf-dist/fonts/tfm/public/tex-gyre/texnansi-qhvcbi-sc.tfm + texmf-dist/fonts/tfm/public/tex-gyre/texnansi-qhvcbi.tfm + texmf-dist/fonts/tfm/public/tex-gyre/texnansi-qhvcr-sc.tfm + texmf-dist/fonts/tfm/public/tex-gyre/texnansi-qhvcr.tfm + texmf-dist/fonts/tfm/public/tex-gyre/texnansi-qhvcri-sc.tfm + texmf-dist/fonts/tfm/public/tex-gyre/texnansi-qhvcri.tfm + texmf-dist/fonts/tfm/public/tex-gyre/texnansi-qhvr-sc.tfm + texmf-dist/fonts/tfm/public/tex-gyre/texnansi-qhvr.tfm + texmf-dist/fonts/tfm/public/tex-gyre/texnansi-qhvri-sc.tfm + texmf-dist/fonts/tfm/public/tex-gyre/texnansi-qhvri.tfm + texmf-dist/fonts/tfm/public/tex-gyre/texnansi-qplb-sc.tfm + texmf-dist/fonts/tfm/public/tex-gyre/texnansi-qplb.tfm + texmf-dist/fonts/tfm/public/tex-gyre/texnansi-qplbi-sc.tfm + texmf-dist/fonts/tfm/public/tex-gyre/texnansi-qplbi.tfm + texmf-dist/fonts/tfm/public/tex-gyre/texnansi-qplr-sc.tfm + texmf-dist/fonts/tfm/public/tex-gyre/texnansi-qplr.tfm + texmf-dist/fonts/tfm/public/tex-gyre/texnansi-qplri-sc.tfm + texmf-dist/fonts/tfm/public/tex-gyre/texnansi-qplri.tfm + texmf-dist/fonts/tfm/public/tex-gyre/texnansi-qtmb-sc.tfm + texmf-dist/fonts/tfm/public/tex-gyre/texnansi-qtmb.tfm + texmf-dist/fonts/tfm/public/tex-gyre/texnansi-qtmbi-sc.tfm + texmf-dist/fonts/tfm/public/tex-gyre/texnansi-qtmbi.tfm + texmf-dist/fonts/tfm/public/tex-gyre/texnansi-qtmr-sc.tfm + texmf-dist/fonts/tfm/public/tex-gyre/texnansi-qtmr.tfm + texmf-dist/fonts/tfm/public/tex-gyre/texnansi-qtmri-sc.tfm + texmf-dist/fonts/tfm/public/tex-gyre/texnansi-qtmri.tfm + texmf-dist/fonts/tfm/public/tex-gyre/texnansi-qzcmi.tfm + texmf-dist/fonts/tfm/public/tex-gyre/ts1-qagb.tfm + texmf-dist/fonts/tfm/public/tex-gyre/ts1-qagbi.tfm + texmf-dist/fonts/tfm/public/tex-gyre/ts1-qagr.tfm + texmf-dist/fonts/tfm/public/tex-gyre/ts1-qagri.tfm + texmf-dist/fonts/tfm/public/tex-gyre/ts1-qbkb.tfm + texmf-dist/fonts/tfm/public/tex-gyre/ts1-qbkbi.tfm + texmf-dist/fonts/tfm/public/tex-gyre/ts1-qbkr.tfm + texmf-dist/fonts/tfm/public/tex-gyre/ts1-qbkri.tfm + texmf-dist/fonts/tfm/public/tex-gyre/ts1-qcrb.tfm + texmf-dist/fonts/tfm/public/tex-gyre/ts1-qcrbi.tfm + texmf-dist/fonts/tfm/public/tex-gyre/ts1-qcrr.tfm + texmf-dist/fonts/tfm/public/tex-gyre/ts1-qcrri.tfm + texmf-dist/fonts/tfm/public/tex-gyre/ts1-qcsb.tfm + texmf-dist/fonts/tfm/public/tex-gyre/ts1-qcsbi.tfm + texmf-dist/fonts/tfm/public/tex-gyre/ts1-qcsr.tfm + texmf-dist/fonts/tfm/public/tex-gyre/ts1-qcsri.tfm + texmf-dist/fonts/tfm/public/tex-gyre/ts1-qhvb.tfm + texmf-dist/fonts/tfm/public/tex-gyre/ts1-qhvbi.tfm + texmf-dist/fonts/tfm/public/tex-gyre/ts1-qhvcb.tfm + texmf-dist/fonts/tfm/public/tex-gyre/ts1-qhvcbi.tfm + texmf-dist/fonts/tfm/public/tex-gyre/ts1-qhvcr.tfm + texmf-dist/fonts/tfm/public/tex-gyre/ts1-qhvcri.tfm + texmf-dist/fonts/tfm/public/tex-gyre/ts1-qhvr.tfm + texmf-dist/fonts/tfm/public/tex-gyre/ts1-qhvri.tfm + texmf-dist/fonts/tfm/public/tex-gyre/ts1-qplb.tfm + texmf-dist/fonts/tfm/public/tex-gyre/ts1-qplbi.tfm + texmf-dist/fonts/tfm/public/tex-gyre/ts1-qplr.tfm + texmf-dist/fonts/tfm/public/tex-gyre/ts1-qplri.tfm + texmf-dist/fonts/tfm/public/tex-gyre/ts1-qtmb.tfm + texmf-dist/fonts/tfm/public/tex-gyre/ts1-qtmbi.tfm + texmf-dist/fonts/tfm/public/tex-gyre/ts1-qtmr.tfm + texmf-dist/fonts/tfm/public/tex-gyre/ts1-qtmri.tfm + texmf-dist/fonts/tfm/public/tex-gyre/ts1-qzcmi.tfm + texmf-dist/fonts/type1/public/tex-gyre/qagb.pfb + texmf-dist/fonts/type1/public/tex-gyre/qagb.pfm + texmf-dist/fonts/type1/public/tex-gyre/qagbi.pfb + texmf-dist/fonts/type1/public/tex-gyre/qagbi.pfm + texmf-dist/fonts/type1/public/tex-gyre/qagr.pfb + texmf-dist/fonts/type1/public/tex-gyre/qagr.pfm + texmf-dist/fonts/type1/public/tex-gyre/qagri.pfb + texmf-dist/fonts/type1/public/tex-gyre/qagri.pfm + texmf-dist/fonts/type1/public/tex-gyre/qbkb.pfb + texmf-dist/fonts/type1/public/tex-gyre/qbkb.pfm + texmf-dist/fonts/type1/public/tex-gyre/qbkbi.pfb + texmf-dist/fonts/type1/public/tex-gyre/qbkbi.pfm + texmf-dist/fonts/type1/public/tex-gyre/qbkr.pfb + texmf-dist/fonts/type1/public/tex-gyre/qbkr.pfm + texmf-dist/fonts/type1/public/tex-gyre/qbkri.pfb + texmf-dist/fonts/type1/public/tex-gyre/qbkri.pfm + texmf-dist/fonts/type1/public/tex-gyre/qcrb.pfb + texmf-dist/fonts/type1/public/tex-gyre/qcrb.pfm + texmf-dist/fonts/type1/public/tex-gyre/qcrbi.pfb + texmf-dist/fonts/type1/public/tex-gyre/qcrbi.pfm + texmf-dist/fonts/type1/public/tex-gyre/qcrr.pfb + texmf-dist/fonts/type1/public/tex-gyre/qcrr.pfm + texmf-dist/fonts/type1/public/tex-gyre/qcrri.pfb + texmf-dist/fonts/type1/public/tex-gyre/qcrri.pfm + texmf-dist/fonts/type1/public/tex-gyre/qcsb.pfb + texmf-dist/fonts/type1/public/tex-gyre/qcsb.pfm + texmf-dist/fonts/type1/public/tex-gyre/qcsbi.pfb + texmf-dist/fonts/type1/public/tex-gyre/qcsbi.pfm + texmf-dist/fonts/type1/public/tex-gyre/qcsr.pfb + texmf-dist/fonts/type1/public/tex-gyre/qcsr.pfm + texmf-dist/fonts/type1/public/tex-gyre/qcsri.pfb + texmf-dist/fonts/type1/public/tex-gyre/qcsri.pfm + texmf-dist/fonts/type1/public/tex-gyre/qhvb.pfb + texmf-dist/fonts/type1/public/tex-gyre/qhvb.pfm + texmf-dist/fonts/type1/public/tex-gyre/qhvbi.pfb + texmf-dist/fonts/type1/public/tex-gyre/qhvbi.pfm + texmf-dist/fonts/type1/public/tex-gyre/qhvcb.pfb + texmf-dist/fonts/type1/public/tex-gyre/qhvcb.pfm + texmf-dist/fonts/type1/public/tex-gyre/qhvcbi.pfb + texmf-dist/fonts/type1/public/tex-gyre/qhvcbi.pfm + texmf-dist/fonts/type1/public/tex-gyre/qhvcr.pfb + texmf-dist/fonts/type1/public/tex-gyre/qhvcr.pfm + texmf-dist/fonts/type1/public/tex-gyre/qhvcri.pfb + texmf-dist/fonts/type1/public/tex-gyre/qhvcri.pfm + texmf-dist/fonts/type1/public/tex-gyre/qhvr.pfb + texmf-dist/fonts/type1/public/tex-gyre/qhvr.pfm + texmf-dist/fonts/type1/public/tex-gyre/qhvri.pfb + texmf-dist/fonts/type1/public/tex-gyre/qhvri.pfm + texmf-dist/fonts/type1/public/tex-gyre/qplb.pfb + texmf-dist/fonts/type1/public/tex-gyre/qplb.pfm + texmf-dist/fonts/type1/public/tex-gyre/qplbi.pfb + texmf-dist/fonts/type1/public/tex-gyre/qplbi.pfm + texmf-dist/fonts/type1/public/tex-gyre/qplr.pfb + texmf-dist/fonts/type1/public/tex-gyre/qplr.pfm + texmf-dist/fonts/type1/public/tex-gyre/qplri.pfb + texmf-dist/fonts/type1/public/tex-gyre/qplri.pfm + texmf-dist/fonts/type1/public/tex-gyre/qtmb.pfb + texmf-dist/fonts/type1/public/tex-gyre/qtmb.pfm + texmf-dist/fonts/type1/public/tex-gyre/qtmbi.pfb + texmf-dist/fonts/type1/public/tex-gyre/qtmbi.pfm + texmf-dist/fonts/type1/public/tex-gyre/qtmr.pfb + texmf-dist/fonts/type1/public/tex-gyre/qtmr.pfm + texmf-dist/fonts/type1/public/tex-gyre/qtmri.pfb + texmf-dist/fonts/type1/public/tex-gyre/qtmri.pfm + texmf-dist/fonts/type1/public/tex-gyre/qzcmi.pfb + texmf-dist/fonts/type1/public/tex-gyre/qzcmi.pfm + texmf-dist/tex/latex/tex-gyre/il2qag.fd + texmf-dist/tex/latex/tex-gyre/il2qbk.fd + texmf-dist/tex/latex/tex-gyre/il2qcr.fd + texmf-dist/tex/latex/tex-gyre/il2qcs.fd + texmf-dist/tex/latex/tex-gyre/il2qhv.fd + texmf-dist/tex/latex/tex-gyre/il2qhvc.fd + texmf-dist/tex/latex/tex-gyre/il2qpl.fd + texmf-dist/tex/latex/tex-gyre/il2qtm.fd + texmf-dist/tex/latex/tex-gyre/il2qzc.fd + texmf-dist/tex/latex/tex-gyre/l7xqag.fd + texmf-dist/tex/latex/tex-gyre/l7xqbk.fd + texmf-dist/tex/latex/tex-gyre/l7xqcr.fd + texmf-dist/tex/latex/tex-gyre/l7xqcs.fd + texmf-dist/tex/latex/tex-gyre/l7xqhv.fd + texmf-dist/tex/latex/tex-gyre/l7xqhvc.fd + texmf-dist/tex/latex/tex-gyre/l7xqpl.fd + texmf-dist/tex/latex/tex-gyre/l7xqtm.fd + texmf-dist/tex/latex/tex-gyre/l7xqzc.fd + texmf-dist/tex/latex/tex-gyre/ly1qag.fd + texmf-dist/tex/latex/tex-gyre/ly1qbk.fd + texmf-dist/tex/latex/tex-gyre/ly1qcr.fd + texmf-dist/tex/latex/tex-gyre/ly1qcs.fd + texmf-dist/tex/latex/tex-gyre/ly1qhv.fd + texmf-dist/tex/latex/tex-gyre/ly1qhvc.fd + texmf-dist/tex/latex/tex-gyre/ly1qpl.fd + texmf-dist/tex/latex/tex-gyre/ly1qtm.fd + texmf-dist/tex/latex/tex-gyre/ly1qzc.fd + texmf-dist/tex/latex/tex-gyre/ot1qag.fd + texmf-dist/tex/latex/tex-gyre/ot1qbk.fd + texmf-dist/tex/latex/tex-gyre/ot1qcr.fd + texmf-dist/tex/latex/tex-gyre/ot1qcs.fd + texmf-dist/tex/latex/tex-gyre/ot1qhv.fd + texmf-dist/tex/latex/tex-gyre/ot1qhvc.fd + texmf-dist/tex/latex/tex-gyre/ot1qpl.fd + texmf-dist/tex/latex/tex-gyre/ot1qtm.fd + texmf-dist/tex/latex/tex-gyre/ot1qzc.fd + texmf-dist/tex/latex/tex-gyre/ot4qag.fd + texmf-dist/tex/latex/tex-gyre/ot4qbk.fd + texmf-dist/tex/latex/tex-gyre/ot4qcr.fd + texmf-dist/tex/latex/tex-gyre/ot4qcs.fd + texmf-dist/tex/latex/tex-gyre/ot4qhv.fd + texmf-dist/tex/latex/tex-gyre/ot4qhvc.fd + texmf-dist/tex/latex/tex-gyre/ot4qpl.fd + texmf-dist/tex/latex/tex-gyre/ot4qtm.fd + texmf-dist/tex/latex/tex-gyre/ot4qzc.fd + texmf-dist/tex/latex/tex-gyre/qbookman.sty + texmf-dist/tex/latex/tex-gyre/qcourier.sty + texmf-dist/tex/latex/tex-gyre/qpalatin.sty + texmf-dist/tex/latex/tex-gyre/qswiss.sty + texmf-dist/tex/latex/tex-gyre/qtimes.sty + texmf-dist/tex/latex/tex-gyre/qxqag.fd + texmf-dist/tex/latex/tex-gyre/qxqbk.fd + texmf-dist/tex/latex/tex-gyre/qxqcr.fd + texmf-dist/tex/latex/tex-gyre/qxqcs.fd + texmf-dist/tex/latex/tex-gyre/qxqhv.fd + texmf-dist/tex/latex/tex-gyre/qxqhvc.fd + texmf-dist/tex/latex/tex-gyre/qxqpl.fd + texmf-dist/tex/latex/tex-gyre/qxqtm.fd + texmf-dist/tex/latex/tex-gyre/qxqzc.fd + texmf-dist/tex/latex/tex-gyre/qzapfcha.sty + texmf-dist/tex/latex/tex-gyre/t1qag.fd + texmf-dist/tex/latex/tex-gyre/t1qbk.fd + texmf-dist/tex/latex/tex-gyre/t1qcr.fd + texmf-dist/tex/latex/tex-gyre/t1qcs.fd + texmf-dist/tex/latex/tex-gyre/t1qhv.fd + texmf-dist/tex/latex/tex-gyre/t1qhvc.fd + texmf-dist/tex/latex/tex-gyre/t1qpl.fd + texmf-dist/tex/latex/tex-gyre/t1qtm.fd + texmf-dist/tex/latex/tex-gyre/t1qzc.fd + texmf-dist/tex/latex/tex-gyre/t5qag.fd + texmf-dist/tex/latex/tex-gyre/t5qbk.fd + texmf-dist/tex/latex/tex-gyre/t5qcr.fd + texmf-dist/tex/latex/tex-gyre/t5qcs.fd + texmf-dist/tex/latex/tex-gyre/t5qhv.fd + texmf-dist/tex/latex/tex-gyre/t5qhvc.fd + texmf-dist/tex/latex/tex-gyre/t5qpl.fd + texmf-dist/tex/latex/tex-gyre/t5qtm.fd + texmf-dist/tex/latex/tex-gyre/t5qzc.fd + texmf-dist/tex/latex/tex-gyre/tgadventor.sty + texmf-dist/tex/latex/tex-gyre/tgbonum.sty + texmf-dist/tex/latex/tex-gyre/tgchorus.sty + texmf-dist/tex/latex/tex-gyre/tgcursor.sty + texmf-dist/tex/latex/tex-gyre/tgheros.sty + texmf-dist/tex/latex/tex-gyre/tgpagella.sty + texmf-dist/tex/latex/tex-gyre/tgschola.sty + texmf-dist/tex/latex/tex-gyre/tgtermes.sty + texmf-dist/tex/latex/tex-gyre/ts1qag.fd + texmf-dist/tex/latex/tex-gyre/ts1qbk.fd + texmf-dist/tex/latex/tex-gyre/ts1qcr.fd + texmf-dist/tex/latex/tex-gyre/ts1qcs.fd + texmf-dist/tex/latex/tex-gyre/ts1qhv.fd + texmf-dist/tex/latex/tex-gyre/ts1qhvc.fd + texmf-dist/tex/latex/tex-gyre/ts1qpl.fd + texmf-dist/tex/latex/tex-gyre/ts1qtm.fd + texmf-dist/tex/latex/tex-gyre/ts1qzc.fd +catalogue-ctan /fonts/tex-gyre +catalogue-date 2009-10-09 10:08:38 +0200 +catalogue-license gfsl +catalogue-version 2.004 + +name tex-ps +category Package +revision 15878 +shortdesc TeX to PostScript generic macros and add-ons. +longdesc TeX to PostScript generic macros and add-ons: transformations +longdesc of EPS files, prepress preparation, color separation, mirror, +longdesc etc. +docfiles size=94 + texmf-dist/doc/generic/tex-ps/cmyk-hax/README + texmf-dist/doc/generic/tex-ps/cmyk-hax/cmyk-doc.pdf + texmf-dist/doc/generic/tex-ps/cmyk-hax/fountain.eps + texmf-dist/doc/generic/tex-ps/cmyk-hax/gdansk.eps + texmf-dist/doc/generic/tex-ps/cmyk-hax/rules.tex + texmf-dist/doc/generic/tex-ps/cmyk-hax/sam1-sep.bat + texmf-dist/doc/generic/tex-ps/cmyk-hax/sample1.tex + texmf-dist/doc/generic/tex-ps/cmyk-hax/sample2.tex + texmf-dist/doc/generic/tex-ps/cmyk-hax/sample3.tex + texmf-dist/doc/generic/tex-ps/cmyk-hax/sample4.tex + texmf-dist/doc/generic/tex-ps/cmyk-hax/screen.eps + texmf-dist/doc/generic/tex-ps/poligraf/README + texmf-dist/doc/generic/tex-ps/poligraf/kol-cmyk.eps + texmf-dist/doc/generic/tex-ps/poligraf/sample.tex + texmf-dist/doc/generic/tex-ps/poligraf/samplelx.tex +runfiles size=24 + texmf-dist/dvips/tex-ps/crops.pro + texmf-dist/dvips/tex-ps/mirr.hd + texmf-dist/dvips/tex-ps/separate.pro + texmf-dist/tex/generic/tex-ps/cmyk-hax.tex + texmf-dist/tex/generic/tex-ps/epsfx.tex + texmf-dist/tex/generic/tex-ps/poligraf.sty + texmf-dist/tex/generic/tex-ps/trans.tex +catalogue-ctan /macros/generic/TeX-PS +catalogue-date 2009-10-10 00:51:28 +0200 +catalogue-license pd + +name tex-refs +category Package +revision 15878 +catalogue tex-references +shortdesc References for TeX and Friends +longdesc This is an ongoing project with the aim of providing a help +longdesc file for LaTeX (and its friends like ConTeXt, Metapost, +longdesc Metafont, etc.) using a state-of-the-art source format, aka +longdesc DocBook/XML. +docfiles size=186 + texmf-dist/doc/generic/tex-refs/README details="Readme" + texmf-dist/doc/generic/tex-refs/tex-refs-source.tar.gz + texmf-dist/doc/generic/tex-refs/tex-refs.css + texmf-dist/doc/generic/tex-refs/tex-refs.html details="The references themselves" +catalogue-ctan /info/tex-references +catalogue-date 2008-04-20 19:53:04 +0200 +catalogue-license other-free +catalogue-version 0.3.8 + +name tex-virtual-academy-pl +category Package +revision 15878 +docfiles size=838 + texmf-dist/doc/generic/tex-virtual-academy-pl/TeX-pub.html + texmf-dist/doc/generic/tex-virtual-academy-pl/context/cont-ins.html + texmf-dist/doc/generic/tex-virtual-academy-pl/context/context.html + texmf-dist/doc/generic/tex-virtual-academy-pl/context/tytuly.html + texmf-dist/doc/generic/tex-virtual-academy-pl/cototex.html + texmf-dist/doc/generic/tex-virtual-academy-pl/fonty/back.gif + texmf-dist/doc/generic/tex-virtual-academy-pl/fonty/font-abc.html + texmf-dist/doc/generic/tex-virtual-academy-pl/fonty/fonts_inst.html + texmf-dist/doc/generic/tex-virtual-academy-pl/fonty/index.html + texmf-dist/doc/generic/tex-virtual-academy-pl/fonty/nfss.html + texmf-dist/doc/generic/tex-virtual-academy-pl/fonty/qx-info.html + texmf-dist/doc/generic/tex-virtual-academy-pl/fonty/qx-table1.html + texmf-dist/doc/generic/tex-virtual-academy-pl/fonty/qx-table2.html + texmf-dist/doc/generic/tex-virtual-academy-pl/fonty/tpstyle.css + texmf-dist/doc/generic/tex-virtual-academy-pl/gify/artykul.gif + texmf-dist/doc/generic/tex-virtual-academy-pl/gify/context.gif + texmf-dist/doc/generic/tex-virtual-academy-pl/gify/cop.gif + texmf-dist/doc/generic/tex-virtual-academy-pl/gify/grupa.gif + texmf-dist/doc/generic/tex-virtual-academy-pl/gify/gust.gif + texmf-dist/doc/generic/tex-virtual-academy-pl/gify/gustloge.gif + texmf-dist/doc/generic/tex-virtual-academy-pl/gify/indexowanie.gif + texmf-dist/doc/generic/tex-virtual-academy-pl/gify/latex2e.gif + texmf-dist/doc/generic/tex-virtual-academy-pl/gify/lew-7vs.gif + texmf-dist/doc/generic/tex-virtual-academy-pl/gify/lew.gif + texmf-dist/doc/generic/tex-virtual-academy-pl/gify/mail.gif + texmf-dist/doc/generic/tex-virtual-academy-pl/gify/podpis.gif + texmf-dist/doc/generic/tex-virtual-academy-pl/gify/prog.gif + texmf-dist/doc/generic/tex-virtual-academy-pl/gify/tex.gif + texmf-dist/doc/generic/tex-virtual-academy-pl/gify/texologia.gif + texmf-dist/doc/generic/tex-virtual-academy-pl/gify/wa.gif + texmf-dist/doc/generic/tex-virtual-academy-pl/idx/day.html + texmf-dist/doc/generic/tex-virtual-academy-pl/idx/decode.html + texmf-dist/doc/generic/tex-virtual-academy-pl/idx/dies.html + texmf-dist/doc/generic/tex-virtual-academy-pl/idx/fig1.gif + texmf-dist/doc/generic/tex-virtual-academy-pl/idx/flags.html + texmf-dist/doc/generic/tex-virtual-academy-pl/idx/id.html + texmf-dist/doc/generic/tex-virtual-academy-pl/idx/index.html + texmf-dist/doc/generic/tex-virtual-academy-pl/idx/jedn.html + texmf-dist/doc/generic/tex-virtual-academy-pl/idx/lang.html + texmf-dist/doc/generic/tex-virtual-academy-pl/idx/lower.html + texmf-dist/doc/generic/tex-virtual-academy-pl/idx/mil.html + texmf-dist/doc/generic/tex-virtual-academy-pl/idx/mon.html + texmf-dist/doc/generic/tex-virtual-academy-pl/idx/name.html + texmf-dist/doc/generic/tex-virtual-academy-pl/idx/order.html + texmf-dist/doc/generic/tex-virtual-academy-pl/idx/plmindex.html + texmf-dist/doc/generic/tex-virtual-academy-pl/idx/porzadek.html + texmf-dist/doc/generic/tex-virtual-academy-pl/idx/program.html + texmf-dist/doc/generic/tex-virtual-academy-pl/idx/setki.html + texmf-dist/doc/generic/tex-virtual-academy-pl/idx/spec.html + texmf-dist/doc/generic/tex-virtual-academy-pl/idx/tex-idx.gif + texmf-dist/doc/generic/tex-virtual-academy-pl/idx/toascii.html + texmf-dist/doc/generic/tex-virtual-academy-pl/idx/typy.html + texmf-dist/doc/generic/tex-virtual-academy-pl/idx/tys.html + texmf-dist/doc/generic/tex-virtual-academy-pl/idx/upper.html + texmf-dist/doc/generic/tex-virtual-academy-pl/index.html + texmf-dist/doc/generic/tex-virtual-academy-pl/kuchnia/hist.html + texmf-dist/doc/generic/tex-virtual-academy-pl/kuchnia/tex.html + texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/latex2e.html + texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/listy/desc_p1.gif + texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/listy/desc_p2.gif + texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/listy/desc_p3.gif + texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/listy/desc_p4.gif + texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/listy/description.gif + texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/listy/description.html + texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/listy/enum_p1.gif + texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/listy/enum_p2.gif + texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/listy/enumerate.gif + texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/listy/enumerate.html + texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/listy/item_p1.gif + texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/listy/item_p2.gif + texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/listy/itemize.gif + texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/listy/itemize.html + texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/listy/klopoty.html + texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/listy/list.html + texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/listy/lista_p.gif + texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/listy/porzadek.html + texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/listy/standard.html + texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/3parttab.gif + texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/3parttable.html + texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/BAhhline.png + texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/accent.gif + texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/accents.html + texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/acromake.gif + texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/acromake.html + texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/afterpage.html + texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/alltt.html + texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/amsthm.html + texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/amsthm1.png + texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/amsthm2.png + texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/arabic.html + texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/array.html + texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/balance.html + texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/bar.html + texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/bar1.gif + texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/bar2.gif + texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/bbm.html + texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/bbm1.gif + texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/bbm2.gif + texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/bbm3.gif + texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/bbm4.gif + texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/bbm5.gif + texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/bbm6.gif + texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/bbma.gif + texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/bbmb.gif + texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/blk1.png + texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/blk2.png + texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/blk3.png + texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/blk4.png + texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/blk5.png + texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/blk6.png + texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/blk7.png + texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/blk8.png + texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/blk9.png + texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/blkarray.html + texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/bm.html + texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/bophook.html + texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/boxedminipage.html + texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/boxm.gif + texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/calc.html + texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/calc1.gif + texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/calc2.gif + texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/capt-of.html + texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/caption.html + texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/caption2.html + texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/case1.gif + texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/case2.gif + texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/cases.html + texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/ccapt1.gif + texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/ccaption.html + texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/changebar.html + texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/chapterbib.html + texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/cite.html + texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/color.html + texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/color.png + texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/colortbl.html + texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/comma.html + texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/cute1.png + texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/cuted.html + texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/dblcol.gif + texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/dblfnote.html + texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/dcolumn.html + texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/delarray.gif + texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/delarray.html + texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/deleq.html + texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/deleq1.gif + texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/deleq10.gif + texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/deleq11.gif + texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/deleq12.gif + texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/deleq13.gif + texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/deleq14.gif + texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/deleq15.gif + texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/deleq2.gif + texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/deleq3.gif + texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/deleq4.gif + texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/deleq5.gif + texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/deleq6.gif + texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/deleq7.gif + texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/deleq8.gif + texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/deleq9.gif + texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/diam.gif + texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/dotseqn.html + texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/dotseqn.png + texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/dow.html + texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/drftcite.html + texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/dropp1.png + texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/dropping.html + texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/easyeqn.html + texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/easyeqn1.png + texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/easyeqn10.png + texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/easyeqn11.png + texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/easyeqn12.png + texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/easyeqn13.png + texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/easyeqn14.png + texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/easyeqn15.png + texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/easyeqn16.png + texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/easyeqn17.png + texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/easyeqn2.png + texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/easyeqn3.png + texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/easyeqn4.png + texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/easyeqn5.png + texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/easyeqn6.png + texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/easyeqn7.png + texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/easyeqn8.png + texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/easyeqn9.png + texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/endfloat.html + texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/enum.gif + texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/enumerate.html + texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/enumitem.html + texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/epsfig.html + texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/everyship.html + texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/expdlist.html + texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/exscale.html + texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/extmath.html + texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/extramarks.html + texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/fancb1.gif + texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/fancb2.gif + texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/fancb3.gif + texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/fancb4.gif + texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/fancb5.gif + texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/fancb6.gif + texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/fancb7.gif + texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/fancb8.gif + texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/fancybox.html + texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/fancyhdr.html + texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/fancyheading.html + texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/filecontents.html + texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/flafter.html + texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/float.html + texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/floatflt.html + texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/floatpag.html + texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/flt1.gif + texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/flt2.gif + texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/fltpage.html + texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/flushend.html + texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/fn2end.html + texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/fnpara.html + texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/fnpara.png + texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/fnpos.html + texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/footmisc.html + texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/footmisc1.png + texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/footmisc2.png + texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/footnpag.html + texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/fp.html + texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/ftnright.html + texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/geom1.gif + texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/geom1.png + texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/geom2.png + texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/geometry.html + texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/graphicx.html + texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/graphpaper.html + texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/harp1.gif + texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/harp2.gif + texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/harp3.gif + texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/harp4.gif + texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/harp5.gif + texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/harp6.gif + texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/harp7.gif + texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/harp8.gif + texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/harpoon.html + texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/heart.gif + texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/here.html + texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/hhline.gif + texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/hhline.html + texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/hyperref.html + texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/ifthen.html + texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/ifthen1.gif + texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/ifthen2.gif + texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/indentfirst.html + texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/index.html + texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/labeldeb.html + texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/lastpage.html + texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/lcg.html + texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/legend.gif + texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/letter.gif + texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/letterspace.html + texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/listpart.gif + texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/localloc.html + texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/longtable.html + texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/lscape.html + texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/lt1.gif + texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/ltablex.html + texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/ltabptch.html + texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/ltxtable.html + texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/macro.html + texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/macro_t.html + texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/manyfoot.html + texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/manyfoot1.png + texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/minitoc.html + texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/moje_typy.html + texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/moreverb.html + texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/mparhack.html + texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/multfoot.html + texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/multfoot1.png + texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/multfoot2.png + texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/multibox.gif + texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/multibox.html + texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/multicol.html + texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/multirow.html + texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/multirow1.gif + texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/multirow2.gif + texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/multirow3.gif + texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/multirow4.gif + texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/multirow5.gif + texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/mycss.css + texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/num.gif + texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/numprint.html + texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/nut.gif + texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/oldst1.gif + texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/oldstyle.html + texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/oubraces.html + texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/overbrace.html + texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/overbrace1.gif + texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/pdfscreen.html + texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/pfnote.html + texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/plain.html + texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/printtim.html + texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/pstcol.html + texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/q1.gif + texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/qobitree.html + texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/ragged2e.html + texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/regcount.html + texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/relsize.html + texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/remreset.html + texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/rotate.html + texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/rotating.html + texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/rotbox.png + texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/selectpage.html + texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/shadepar.html + texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/shadetheorem.html + texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/shadethm.gif + texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/shadethm.html + texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/shadow.html + texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/shapepar.html + texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/shedbox.gif + texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/shortvrb.html + texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/showkeys.html + texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/sidecap.html + texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/squa.gif + texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/stm1.gif + texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/stm2.gif + texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/stm3.gif + texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/stm4.gif + texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/stmaryrd.html + texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/sube1.gif + texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/subeqn-1.gif + texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/subeqn-2.gif + texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/subeqn-3.gif + texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/subeqn.html + texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/subeqna.gif + texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/subeqnarray.html + texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/subfig.gif + texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/subfigure.html + texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/subfloat.html + texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/sublabel.html + texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/sublabel.png + texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/subscript.html + texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/supertabular.html + texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/sverb.html + texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/sverb_n.gif + texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/sverb_w.gif + texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/tabularx.gif + texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/tabularx.html + texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/theorem.gif + texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/theorem.html + texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/threeparttable.html + texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/time.html + texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/ulem.gif + texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/ulem.html + texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/ulem1.gif + texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/umoline.html + texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/undertilde-1.png + texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/undertilde.html + texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/url.html + texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/verbatim.html + texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/verbdef.html + texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/verbt.gif + texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/verbt1.gif + texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/verbt2.gif + texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/version.html + texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/vfrlocal.html + texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/vmargin.html + texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/vrbexin.html + texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/vrflocal.html + texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/wiggly.html + texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/wmcropmark.html + texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/wrapf.gif + texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/wrapfig.html + texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/xr.html + texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/xspace.html + texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/xspace1.gif + texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/xspace2.gif + texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/xtab.html + texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/pagina/pagina.html + texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/spisy/chap.html + texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/spisy/l_chap.html + texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/spisy/l_sec.html + texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/spisy/spis.gif + texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/spisy/spis.html + texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/tytuly/chapter.html + texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/tytuly/count.html + texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/tytuly/liczniki.html + texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/tytuly/num.html + texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/tytuly/p1.gif + texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/tytuly/p2.gif + texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/tytuly/p3.gif + texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/tytuly/p3.html + texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/tytuly/p4.gif + texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/tytuly/p4.html + texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/tytuly/p5.gif + texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/tytuly/p5.html + texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/tytuly/p6.gif + texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/tytuly/p6.html + texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/tytuly/p7.gif + texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/tytuly/p7.html + texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/tytuly/part.html + texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/tytuly/poziom.html + texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/tytuly/s.html + texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/tytuly/sect.html + texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/tytuly/tc.gif + texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/tytuly/tc.html + texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/tytuly/tca.gif + texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/tytuly/tl.gif + texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/tytuly/tl.html + texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/tytuly/tr.gif + texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/tytuly/tr.html + texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/tytuly/tx.gif + texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/tytuly/tx.html + texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/tytuly/txx.gif + texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/tytuly/txx.html + texmf-dist/doc/generic/tex-virtual-academy-pl/manifest.html + texmf-dist/doc/generic/tex-virtual-academy-pl/poczatki/cont-pl.html + texmf-dist/doc/generic/tex-virtual-academy-pl/poczatki/emtex.html + texmf-dist/doc/generic/tex-virtual-academy-pl/poczatki/implementacje.html + texmf-dist/doc/generic/tex-virtual-academy-pl/poczatki/index.html + texmf-dist/doc/generic/tex-virtual-academy-pl/poczatki/inst-mik.html + texmf-dist/doc/generic/tex-virtual-academy-pl/poczatki/latex-pl.html + texmf-dist/doc/generic/tex-virtual-academy-pl/poczatki/mex.html + texmf-dist/doc/generic/tex-virtual-academy-pl/poczatki/miktex.html + texmf-dist/doc/generic/tex-virtual-academy-pl/poczatki/spw.html + texmf-dist/doc/generic/tex-virtual-academy-pl/poczatki/tetex.html + texmf-dist/doc/generic/tex-virtual-academy-pl/poczatki/web2c.html + texmf-dist/doc/generic/tex-virtual-academy-pl/podstawy/2-0wst1.html + texmf-dist/doc/generic/tex-virtual-academy-pl/podstawy/2-1coto.html + texmf-dist/doc/generic/tex-virtual-academy-pl/podstawy/2-1kazio.html + texmf-dist/doc/generic/tex-virtual-academy-pl/podstawy/2-1przyg.html + texmf-dist/doc/generic/tex-virtual-academy-pl/podstawy/2-1zece.html + texmf-dist/doc/generic/tex-virtual-academy-pl/podstawy/bib.html + texmf-dist/doc/generic/tex-virtual-academy-pl/podstawy/spis.html + texmf-dist/doc/generic/tex-virtual-academy-pl/podstawy/tex.html + texmf-dist/doc/generic/tex-virtual-academy-pl/podstawy/title.html + texmf-dist/doc/generic/tex-virtual-academy-pl/prog/auctex.html + texmf-dist/doc/generic/tex-virtual-academy-pl/prog/bibtex/bibtex-1.html + texmf-dist/doc/generic/tex-virtual-academy-pl/prog/bibtex/bibtex-2.html + texmf-dist/doc/generic/tex-virtual-academy-pl/prog/bibtex/bibtex-3.html + texmf-dist/doc/generic/tex-virtual-academy-pl/prog/bibtex/bibtex-4.html + texmf-dist/doc/generic/tex-virtual-academy-pl/prog/bibtex/bibtex-5.html + texmf-dist/doc/generic/tex-virtual-academy-pl/prog/bibtex/bibtex-6.html + texmf-dist/doc/generic/tex-virtual-academy-pl/prog/bibtex/bibtex-7.html + texmf-dist/doc/generic/tex-virtual-academy-pl/prog/bibtex/bibtex-8.html + texmf-dist/doc/generic/tex-virtual-academy-pl/prog/bibtex/bibtex.html + texmf-dist/doc/generic/tex-virtual-academy-pl/prog/dvidvi.html + texmf-dist/doc/generic/tex-virtual-academy-pl/prog/dvistro1.gif + texmf-dist/doc/generic/tex-virtual-academy-pl/prog/dvistro2.gif + texmf-dist/doc/generic/tex-virtual-academy-pl/prog/hyph.html + texmf-dist/doc/generic/tex-virtual-academy-pl/prog/prog.html + texmf-dist/doc/generic/tex-virtual-academy-pl/tex/fermat.gif + texmf-dist/doc/generic/tex-virtual-academy-pl/tex/odsylacze.html + texmf-dist/doc/generic/tex-virtual-academy-pl/tex/tex.html + texmf-dist/doc/generic/tex-virtual-academy-pl/tex/tex_key.html + texmf-dist/doc/generic/tex-virtual-academy-pl/tex/tryby.html + +name tex.alpha-linux +category TLCore +revision 14598 +shortdesc alpha-linux files of tex +binfiles arch=alpha-linux size=163 + bin/alpha-linux/tex + +name tex.i386-cygwin +category TLCore +revision 15614 +shortdesc i386-cygwin files of tex +binfiles arch=i386-cygwin size=83 + bin/i386-cygwin/tex.exe + +name tex.i386-linux +category TLCore +revision 14631 +shortdesc i386-linux files of tex +binfiles arch=i386-linux size=81 + bin/i386-linux/tex + +name tex.i386-netbsd +category TLCore +revision 15167 +shortdesc i386-netbsd files of tex +binfiles arch=i386-netbsd size=80 + bin/i386-netbsd/tex + +name tex.i386-solaris +category TLCore +revision 15141 +shortdesc i386-solaris files of tex +binfiles arch=i386-solaris size=87 + bin/i386-solaris/tex + +name tex.mips-irix +category TLCore +revision 15558 +shortdesc mips-irix files of tex +binfiles arch=mips-irix size=142 + bin/mips-irix/tex + +name tex.powerpc-aix +category TLCore +revision 15638 +shortdesc powerpc-aix files of tex +binfiles arch=powerpc-aix size=98 + bin/powerpc-aix/tex + +name tex.powerpc-linux +category TLCore +revision 14790 +shortdesc powerpc-linux files of tex +binfiles arch=powerpc-linux size=98 + bin/powerpc-linux/tex + +name tex.sparc-linux +category TLCore +revision 14736 +shortdesc sparc-linux files of tex +binfiles arch=sparc-linux size=85 + bin/sparc-linux/tex + +name tex.sparc-solaris +category TLCore +revision 15480 +shortdesc sparc-solaris files of tex +binfiles arch=sparc-solaris size=123 + bin/sparc-solaris/tex + +name tex.universal-darwin +category TLCore +revision 14896 +shortdesc universal-darwin files of tex +binfiles arch=universal-darwin size=184 + bin/universal-darwin/tex + +name tex.win32 +category TLCore +revision 15925 +shortdesc win32 files of tex +binfiles arch=win32 size=68 + bin/win32/tex.dll + bin/win32/tex.exe + +name tex.x86_64-linux +category TLCore +revision 14677 +shortdesc x86_64-linux files of tex +binfiles arch=x86_64-linux size=87 + bin/x86_64-linux/tex + +name tex4ht +category Package +revision 15878 +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 +longdesc configurable (La)TeX-based authoring system for hypertext. +longdesc TeX4ht is released once a year; fixes for problems (and new +longdesc extensions) may be found on the package bugfixes page. Tex4ht +longdesc does not parse (La)TeX source (so that it avoids the +longdesc difficulties encountered by many other converters, arising from +longdesc the irregularity of (La)TeX syntax). Instead, Tex4ht uses +longdesc (La)TeX itself (with an extra macro package) to produce a non- +longdesc standard DVI file that it can then process. This technique +longdesc gives TeX4ht the robustness characteristic of restricted-syntax +longdesc systems such as hyperlatex and gellmu. +depend tex4ht.ARCH +docfiles size=195 + texmf-dist/doc/generic/tex4ht/bugfixes.css + texmf-dist/doc/generic/tex4ht/bugfixes.html + texmf-dist/doc/generic/tex4ht/cmmi10-b.gif + texmf-dist/doc/generic/tex4ht/cmsy10-28.gif + texmf-dist/doc/generic/tex4ht/index.html + texmf-dist/doc/generic/tex4ht/jhsample.tex + texmf-dist/doc/generic/tex4ht/mn-htf.html + texmf-dist/doc/generic/tex4ht/mn-index.html + texmf-dist/doc/generic/tex4ht/mn-mswin.html + texmf-dist/doc/generic/tex4ht/mn-port.html + texmf-dist/doc/generic/tex4ht/mn-unix.html + texmf-dist/doc/generic/tex4ht/mn.css + texmf-dist/doc/generic/tex4ht/mn.html + texmf-dist/doc/generic/tex4ht/mn0x.gif + texmf-dist/doc/generic/tex4ht/mn10.html + texmf-dist/doc/generic/tex4ht/mn11.html + texmf-dist/doc/generic/tex4ht/mn12.html + texmf-dist/doc/generic/tex4ht/mn13.html + texmf-dist/doc/generic/tex4ht/mn14.html + texmf-dist/doc/generic/tex4ht/mn15.html + texmf-dist/doc/generic/tex4ht/mn16.html + texmf-dist/doc/generic/tex4ht/mn17.html + texmf-dist/doc/generic/tex4ht/mn19.html + texmf-dist/doc/generic/tex4ht/mn1x.gif + texmf-dist/doc/generic/tex4ht/mn2.html + texmf-dist/doc/generic/tex4ht/mn20.html + texmf-dist/doc/generic/tex4ht/mn21.html + texmf-dist/doc/generic/tex4ht/mn23.html + texmf-dist/doc/generic/tex4ht/mn24.html + texmf-dist/doc/generic/tex4ht/mn25.html + texmf-dist/doc/generic/tex4ht/mn27.html + texmf-dist/doc/generic/tex4ht/mn28.html + texmf-dist/doc/generic/tex4ht/mn29.html + texmf-dist/doc/generic/tex4ht/mn2x.gif + texmf-dist/doc/generic/tex4ht/mn3.html + texmf-dist/doc/generic/tex4ht/mn31.html + texmf-dist/doc/generic/tex4ht/mn32.html + texmf-dist/doc/generic/tex4ht/mn33.html + texmf-dist/doc/generic/tex4ht/mn34.html + texmf-dist/doc/generic/tex4ht/mn35.html + texmf-dist/doc/generic/tex4ht/mn36.html + texmf-dist/doc/generic/tex4ht/mn37.html + texmf-dist/doc/generic/tex4ht/mn38.html + texmf-dist/doc/generic/tex4ht/mn39.html + texmf-dist/doc/generic/tex4ht/mn3x.gif + texmf-dist/doc/generic/tex4ht/mn4.html + texmf-dist/doc/generic/tex4ht/mn40.html + texmf-dist/doc/generic/tex4ht/mn41.html + texmf-dist/doc/generic/tex4ht/mn42.html + texmf-dist/doc/generic/tex4ht/mn43.html + texmf-dist/doc/generic/tex4ht/mn44.html + texmf-dist/doc/generic/tex4ht/mn45.html + texmf-dist/doc/generic/tex4ht/mn46.html + texmf-dist/doc/generic/tex4ht/mn47.html + texmf-dist/doc/generic/tex4ht/mn48.html + texmf-dist/doc/generic/tex4ht/mn49.html + texmf-dist/doc/generic/tex4ht/mn4x.gif + texmf-dist/doc/generic/tex4ht/mn5.html + texmf-dist/doc/generic/tex4ht/mn50.html + texmf-dist/doc/generic/tex4ht/mn51.html + texmf-dist/doc/generic/tex4ht/mn52.html + texmf-dist/doc/generic/tex4ht/mn53.html + texmf-dist/doc/generic/tex4ht/mn54.html + texmf-dist/doc/generic/tex4ht/mn55.html + texmf-dist/doc/generic/tex4ht/mn56.html + texmf-dist/doc/generic/tex4ht/mn57.html + texmf-dist/doc/generic/tex4ht/mn58.html + texmf-dist/doc/generic/tex4ht/mn59.html + texmf-dist/doc/generic/tex4ht/mn6.html + texmf-dist/doc/generic/tex4ht/mn60.html + texmf-dist/doc/generic/tex4ht/mn7.html + texmf-dist/doc/generic/tex4ht/mn8.html + texmf-dist/doc/generic/tex4ht/mn9.html +runfiles size=6518 + texmf-dist/scripts/tex4ht/ht.sh + texmf-dist/scripts/tex4ht/htcontext.sh + texmf-dist/scripts/tex4ht/htlatex.sh + texmf-dist/scripts/tex4ht/htmex.sh + texmf-dist/scripts/tex4ht/httex.sh + texmf-dist/scripts/tex4ht/httexi.sh + texmf-dist/scripts/tex4ht/htxelatex.sh + texmf-dist/scripts/tex4ht/htxetex.sh + texmf-dist/scripts/tex4ht/mk4ht.pl + texmf-dist/tex/generic/tex4ht/2up.4ht + texmf-dist/tex/generic/tex4ht/8859-6.4ht + texmf-dist/tex/generic/tex4ht/CJK.4ht + texmf-dist/tex/generic/tex4ht/IEEEtran.4ht + texmf-dist/tex/generic/tex4ht/JHEP.4ht + texmf-dist/tex/generic/tex4ht/ProTex.4ht + texmf-dist/tex/generic/tex4ht/SIunits.4ht + texmf-dist/tex/generic/tex4ht/TextBook.4ht + texmf-dist/tex/generic/tex4ht/aa.4ht + texmf-dist/tex/generic/tex4ht/abidir.4ht + texmf-dist/tex/generic/tex4ht/accents.4ht + texmf-dist/tex/generic/tex4ht/acm_proc_article-sp.4ht + texmf-dist/tex/generic/tex4ht/afterpage.4ht + texmf-dist/tex/generic/tex4ht/alatex.4ht + texmf-dist/tex/generic/tex4ht/algorithm.4ht + texmf-dist/tex/generic/tex4ht/algorithmic.4ht + texmf-dist/tex/generic/tex4ht/algorithmicx.4ht + texmf-dist/tex/generic/tex4ht/alltt.4ht + texmf-dist/tex/generic/tex4ht/alphanum.4ht + texmf-dist/tex/generic/tex4ht/amsart.4ht + texmf-dist/tex/generic/tex4ht/amsbook.4ht + texmf-dist/tex/generic/tex4ht/amsbsy.4ht + texmf-dist/tex/generic/tex4ht/amscd.4ht + texmf-dist/tex/generic/tex4ht/amsdtx.4ht + texmf-dist/tex/generic/tex4ht/amsfonts.4ht + texmf-dist/tex/generic/tex4ht/amsldoc.4ht + texmf-dist/tex/generic/tex4ht/amsmath.4ht + texmf-dist/tex/generic/tex4ht/amsopn.4ht + texmf-dist/tex/generic/tex4ht/amsppt.4ht + texmf-dist/tex/generic/tex4ht/amsproc.4ht + texmf-dist/tex/generic/tex4ht/amssymb.4ht + texmf-dist/tex/generic/tex4ht/amstex.4ht + texmf-dist/tex/generic/tex4ht/amstex1.4ht + texmf-dist/tex/generic/tex4ht/amstext.4ht + texmf-dist/tex/generic/tex4ht/amsthm.4ht + texmf-dist/tex/generic/tex4ht/aoutput.4ht + texmf-dist/tex/generic/tex4ht/apa-a.4ht + texmf-dist/tex/generic/tex4ht/apa.4ht + texmf-dist/tex/generic/tex4ht/apacite.4ht + texmf-dist/tex/generic/tex4ht/aps.4ht + texmf-dist/tex/generic/tex4ht/arabicore.4ht + texmf-dist/tex/generic/tex4ht/array.4ht + texmf-dist/tex/generic/tex4ht/article.4ht + texmf-dist/tex/generic/tex4ht/austrian.4ht + texmf-dist/tex/generic/tex4ht/babel.4ht + texmf-dist/tex/generic/tex4ht/beamer.4ht + texmf-dist/tex/generic/tex4ht/beamerbasefont.4ht + texmf-dist/tex/generic/tex4ht/beamerbasetoc.4ht + texmf-dist/tex/generic/tex4ht/beton.4ht + texmf-dist/tex/generic/tex4ht/biblatex.4ht + texmf-dist/tex/generic/tex4ht/bibtex.4ht + texmf-dist/tex/generic/tex4ht/bibtex2.4ht + texmf-dist/tex/generic/tex4ht/bibtopic.4ht + texmf-dist/tex/generic/tex4ht/bm.4ht + texmf-dist/tex/generic/tex4ht/book.4ht + texmf-dist/tex/generic/tex4ht/booktabs.4ht + texmf-dist/tex/generic/tex4ht/boxedminipage.4ht + texmf-dist/tex/generic/tex4ht/byname.4ht + texmf-dist/tex/generic/tex4ht/caption.4ht + texmf-dist/tex/generic/tex4ht/catalan.4ht + texmf-dist/tex/generic/tex4ht/cgloss4e.4ht + texmf-dist/tex/generic/tex4ht/chapterbib.4ht + texmf-dist/tex/generic/tex4ht/chicago.4ht + texmf-dist/tex/generic/tex4ht/color.4ht + texmf-dist/tex/generic/tex4ht/colortbl.4ht + texmf-dist/tex/generic/tex4ht/combine.4ht + texmf-dist/tex/generic/tex4ht/cond4ht.4ht + texmf-dist/tex/generic/tex4ht/context.4ht + texmf-dist/tex/generic/tex4ht/covington.4ht + texmf-dist/tex/generic/tex4ht/cp1250.4ht + texmf-dist/tex/generic/tex4ht/cp1252.4ht + texmf-dist/tex/generic/tex4ht/cp1256.4ht + texmf-dist/tex/generic/tex4ht/cp437.4ht + texmf-dist/tex/generic/tex4ht/cp437de.4ht + texmf-dist/tex/generic/tex4ht/cp850.4ht + texmf-dist/tex/generic/tex4ht/cp852.4ht + texmf-dist/tex/generic/tex4ht/cp862.4ht + texmf-dist/tex/generic/tex4ht/cp865.4ht + texmf-dist/tex/generic/tex4ht/croatian.4ht + texmf-dist/tex/generic/tex4ht/curve.4ht + texmf-dist/tex/generic/tex4ht/czech.4ht + texmf-dist/tex/generic/tex4ht/danish.4ht + texmf-dist/tex/generic/tex4ht/dcolumn.4ht + texmf-dist/tex/generic/tex4ht/debug.4ht + texmf-dist/tex/generic/tex4ht/diagram.4ht + texmf-dist/tex/generic/tex4ht/diagrams.4ht + texmf-dist/tex/generic/tex4ht/doc.4ht + texmf-dist/tex/generic/tex4ht/docbook-math.4ht + texmf-dist/tex/generic/tex4ht/docbook-mml.4ht + texmf-dist/tex/generic/tex4ht/docbook.4ht + texmf-dist/tex/generic/tex4ht/dratex.4ht + texmf-dist/tex/generic/tex4ht/dsfont.4ht + texmf-dist/tex/generic/tex4ht/dutch.4ht + texmf-dist/tex/generic/tex4ht/dvipdf.4ht + texmf-dist/tex/generic/tex4ht/dvips.4ht + texmf-dist/tex/generic/tex4ht/dvipsnam.4ht + texmf-dist/tex/generic/tex4ht/dvipsone.4ht + texmf-dist/tex/generic/tex4ht/elsart.4ht + texmf-dist/tex/generic/tex4ht/emacspeak.4ht + texmf-dist/tex/generic/tex4ht/emulateapj.4ht + texmf-dist/tex/generic/tex4ht/endfloat.4ht + texmf-dist/tex/generic/tex4ht/endnotes.4ht + texmf-dist/tex/generic/tex4ht/english.4ht + texmf-dist/tex/generic/tex4ht/enumerate.4ht + texmf-dist/tex/generic/tex4ht/enumitem.4ht + texmf-dist/tex/generic/tex4ht/epigraph.4ht + texmf-dist/tex/generic/tex4ht/eplain.4ht + texmf-dist/tex/generic/tex4ht/epsf.4ht + texmf-dist/tex/generic/tex4ht/epsfig.4ht + texmf-dist/tex/generic/tex4ht/errata.4ht + texmf-dist/tex/generic/tex4ht/esperant.4ht + texmf-dist/tex/generic/tex4ht/esperanto.4ht + texmf-dist/tex/generic/tex4ht/estonian.4ht + texmf-dist/tex/generic/tex4ht/eucal.4ht + texmf-dist/tex/generic/tex4ht/euler.4ht + texmf-dist/tex/generic/tex4ht/europecv.4ht + texmf-dist/tex/generic/tex4ht/eurosym.4ht + texmf-dist/tex/generic/tex4ht/everyshi.4ht + texmf-dist/tex/generic/tex4ht/exam.4ht + texmf-dist/tex/generic/tex4ht/exerquiz.4ht + texmf-dist/tex/generic/tex4ht/exerqz.4ht + texmf-dist/tex/generic/tex4ht/extarticle.4ht + texmf-dist/tex/generic/tex4ht/extbook.4ht + texmf-dist/tex/generic/tex4ht/extletter.4ht + texmf-dist/tex/generic/tex4ht/extproc.4ht + texmf-dist/tex/generic/tex4ht/extreport.4ht + texmf-dist/tex/generic/tex4ht/fancybox.4ht + texmf-dist/tex/generic/tex4ht/fancyvrb.4ht + texmf-dist/tex/generic/tex4ht/fig4tex.4ht + texmf-dist/tex/generic/tex4ht/finnish.4ht + texmf-dist/tex/generic/tex4ht/fleqn.4ht + texmf-dist/tex/generic/tex4ht/float.4ht + texmf-dist/tex/generic/tex4ht/floatflt.4ht + texmf-dist/tex/generic/tex4ht/foils.4ht + texmf-dist/tex/generic/tex4ht/fontmath.4ht + texmf-dist/tex/generic/tex4ht/footmisc.4ht + texmf-dist/tex/generic/tex4ht/footnote-dw.4ht + texmf-dist/tex/generic/tex4ht/francais.4ht + texmf-dist/tex/generic/tex4ht/french.4ht + texmf-dist/tex/generic/tex4ht/frenchb.4ht + texmf-dist/tex/generic/tex4ht/g-brief.4ht + texmf-dist/tex/generic/tex4ht/galician.4ht + texmf-dist/tex/generic/tex4ht/gauss.4ht + texmf-dist/tex/generic/tex4ht/german.4ht + texmf-dist/tex/generic/tex4ht/germanb.4ht + texmf-dist/tex/generic/tex4ht/gloss.4ht + texmf-dist/tex/generic/tex4ht/glossaries.4ht + texmf-dist/tex/generic/tex4ht/glossary.4ht + texmf-dist/tex/generic/tex4ht/go.4ht + texmf-dist/tex/generic/tex4ht/graphics.4ht + texmf-dist/tex/generic/tex4ht/graphicx.4ht + texmf-dist/tex/generic/tex4ht/greek.4ht + texmf-dist/tex/generic/tex4ht/harvard.4ht + texmf-dist/tex/generic/tex4ht/hebrew.4ht + texmf-dist/tex/generic/tex4ht/hebtex.4ht + texmf-dist/tex/generic/tex4ht/hewrite.4ht + texmf-dist/tex/generic/tex4ht/holtxdoc.4ht + texmf-dist/tex/generic/tex4ht/html-jsmath.4ht + texmf-dist/tex/generic/tex4ht/html-mltx.4ht + texmf-dist/tex/generic/tex4ht/html-mml.4ht + texmf-dist/tex/generic/tex4ht/html-speech-math.4ht + texmf-dist/tex/generic/tex4ht/html-speech.4ht + texmf-dist/tex/generic/tex4ht/html0.4ht + texmf-dist/tex/generic/tex4ht/html32-math.4ht + texmf-dist/tex/generic/tex4ht/html32.4ht + texmf-dist/tex/generic/tex4ht/html4-math.4ht + texmf-dist/tex/generic/tex4ht/html4-svg.4ht + texmf-dist/tex/generic/tex4ht/html4-uni.4ht + texmf-dist/tex/generic/tex4ht/html4.4ht + texmf-dist/tex/generic/tex4ht/htmlw.4ht + texmf-dist/tex/generic/tex4ht/hypcap.4ht + texmf-dist/tex/generic/tex4ht/hyperref.4ht + texmf-dist/tex/generic/tex4ht/idxmake.4ht + texmf-dist/tex/generic/tex4ht/ifthen.4ht + texmf-dist/tex/generic/tex4ht/index.4ht + texmf-dist/tex/generic/tex4ht/info4ht.4ht + texmf-dist/tex/generic/tex4ht/infoht4.4ht + texmf-dist/tex/generic/tex4ht/infojh.4ht + texmf-dist/tex/generic/tex4ht/infomml.4ht + texmf-dist/tex/generic/tex4ht/infoof.4ht + texmf-dist/tex/generic/tex4ht/infosvg.4ht + texmf-dist/tex/generic/tex4ht/inputenc.4ht + texmf-dist/tex/generic/tex4ht/italian.4ht + texmf-dist/tex/generic/tex4ht/javahelp-a.4ht + texmf-dist/tex/generic/tex4ht/javahelp.4ht + texmf-dist/tex/generic/tex4ht/jeep.4ht + texmf-dist/tex/generic/tex4ht/jsmath.4ht + texmf-dist/tex/generic/tex4ht/jsml-math.4ht + texmf-dist/tex/generic/tex4ht/jsml.4ht + texmf-dist/tex/generic/tex4ht/jurabib.4ht + texmf-dist/tex/generic/tex4ht/koi8-r.4ht + texmf-dist/tex/generic/tex4ht/latex.4ht + texmf-dist/tex/generic/tex4ht/latex209.4ht + texmf-dist/tex/generic/tex4ht/latex2man.4ht + texmf-dist/tex/generic/tex4ht/latin1.4ht + texmf-dist/tex/generic/tex4ht/latin2.4ht + texmf-dist/tex/generic/tex4ht/lb.4ht + texmf-dist/tex/generic/tex4ht/letter.4ht + texmf-dist/tex/generic/tex4ht/lfeenc.4ht + texmf-dist/tex/generic/tex4ht/lineno.4ht + texmf-dist/tex/generic/tex4ht/linguex.4ht + texmf-dist/tex/generic/tex4ht/listings.4ht + texmf-dist/tex/generic/tex4ht/llncs-a.4ht + texmf-dist/tex/generic/tex4ht/llncs.4ht + texmf-dist/tex/generic/tex4ht/lncse-a.4ht + texmf-dist/tex/generic/tex4ht/lncse.4ht + texmf-dist/tex/generic/tex4ht/longdiv.4ht + texmf-dist/tex/generic/tex4ht/longtable.4ht + texmf-dist/tex/generic/tex4ht/ltugboat-a.4ht + texmf-dist/tex/generic/tex4ht/ltugboat.4ht + texmf-dist/tex/generic/tex4ht/ltugproc-a.4ht + texmf-dist/tex/generic/tex4ht/ltugproc.4ht + texmf-dist/tex/generic/tex4ht/ltxguide.4ht + texmf-dist/tex/generic/tex4ht/m-tex4ht.tex + texmf-dist/tex/generic/tex4ht/makeidx.4ht + texmf-dist/tex/generic/tex4ht/manju.4ht + texmf-dist/tex/generic/tex4ht/manmac.4ht + texmf-dist/tex/generic/tex4ht/mathltx.4ht + texmf-dist/tex/generic/tex4ht/mathml.4ht + texmf-dist/tex/generic/tex4ht/mathplayer.4ht + texmf-dist/tex/generic/tex4ht/mathtools.4ht + texmf-dist/tex/generic/tex4ht/mdwlist.4ht + texmf-dist/tex/generic/tex4ht/mdwtab.4ht + texmf-dist/tex/generic/tex4ht/memoir.4ht + texmf-dist/tex/generic/tex4ht/mempatch.4ht + texmf-dist/tex/generic/tex4ht/mex.4ht + texmf-dist/tex/generic/tex4ht/mfpic.4ht + texmf-dist/tex/generic/tex4ht/microtype.4ht + texmf-dist/tex/generic/tex4ht/minitoc.4ht + texmf-dist/tex/generic/tex4ht/mkht-scripts.4ht + texmf-dist/tex/generic/tex4ht/mkht.4ht + texmf-dist/tex/generic/tex4ht/mktex4ht.4ht + texmf-dist/tex/generic/tex4ht/mla.4ht + texmf-dist/tex/generic/tex4ht/mls.4ht + texmf-dist/tex/generic/tex4ht/moreverb.4ht + texmf-dist/tex/generic/tex4ht/mozilla.4ht + texmf-dist/tex/generic/tex4ht/multicol.4ht + texmf-dist/tex/generic/tex4ht/multind.4ht + texmf-dist/tex/generic/tex4ht/multirow.4ht + texmf-dist/tex/generic/tex4ht/mwart.4ht + texmf-dist/tex/generic/tex4ht/mwbk.4ht + texmf-dist/tex/generic/tex4ht/mwrep.4ht + texmf-dist/tex/generic/tex4ht/nameref.4ht + texmf-dist/tex/generic/tex4ht/natbib.4ht + texmf-dist/tex/generic/tex4ht/ngerman.4ht + texmf-dist/tex/generic/tex4ht/ngermanb.4ht + texmf-dist/tex/generic/tex4ht/nicefrac.4ht + texmf-dist/tex/generic/tex4ht/nomencl.4ht + texmf-dist/tex/generic/tex4ht/norsk.4ht + texmf-dist/tex/generic/tex4ht/ntheorem.4ht + texmf-dist/tex/generic/tex4ht/onmouseover.4ht + texmf-dist/tex/generic/tex4ht/ooffice-mml.4ht + texmf-dist/tex/generic/tex4ht/ooffice.4ht + texmf-dist/tex/generic/tex4ht/ooimpress.4ht + texmf-dist/tex/generic/tex4ht/osudeG.4ht + texmf-dist/tex/generic/tex4ht/ot4enc.4ht + texmf-dist/tex/generic/tex4ht/overcite.4ht + texmf-dist/tex/generic/tex4ht/overpic.4ht + texmf-dist/tex/generic/tex4ht/paralist.4ht + texmf-dist/tex/generic/tex4ht/path.4ht + texmf-dist/tex/generic/tex4ht/pb-diagram.4ht + texmf-dist/tex/generic/tex4ht/pctable.4ht + texmf-dist/tex/generic/tex4ht/pctex32.4ht + texmf-dist/tex/generic/tex4ht/pd1enc.4ht + texmf-dist/tex/generic/tex4ht/pgf.4ht + texmf-dist/tex/generic/tex4ht/picins.4ht + texmf-dist/tex/generic/tex4ht/pictex.4ht + texmf-dist/tex/generic/tex4ht/pifont.4ht + texmf-dist/tex/generic/tex4ht/plain.4ht + texmf-dist/tex/generic/tex4ht/polish.4ht + texmf-dist/tex/generic/tex4ht/polski.4ht + texmf-dist/tex/generic/tex4ht/portuges.4ht + texmf-dist/tex/generic/tex4ht/powerdot-a.4ht + texmf-dist/tex/generic/tex4ht/powerdot.4ht + texmf-dist/tex/generic/tex4ht/prosper-a.4ht + texmf-dist/tex/generic/tex4ht/prosper.4ht + texmf-dist/tex/generic/tex4ht/psfig.4ht + texmf-dist/tex/generic/tex4ht/pst-all.4ht + texmf-dist/tex/generic/tex4ht/pst-jtree.4ht + texmf-dist/tex/generic/tex4ht/pstricks.4ht + texmf-dist/tex/generic/tex4ht/reading.4ht + texmf-dist/tex/generic/tex4ht/report.4ht + texmf-dist/tex/generic/tex4ht/res-a.4ht + texmf-dist/tex/generic/tex4ht/res.4ht + texmf-dist/tex/generic/tex4ht/resume.4ht + texmf-dist/tex/generic/tex4ht/revsymb.4ht + texmf-dist/tex/generic/tex4ht/revtex.4ht + texmf-dist/tex/generic/tex4ht/revtex4.4ht + texmf-dist/tex/generic/tex4ht/rlbabel.4ht + texmf-dist/tex/generic/tex4ht/romanian.4ht + texmf-dist/tex/generic/tex4ht/rotating.4ht + texmf-dist/tex/generic/tex4ht/russianb.4ht + texmf-dist/tex/generic/tex4ht/scottish.4ht + texmf-dist/tex/generic/tex4ht/scrartcl.4ht + texmf-dist/tex/generic/tex4ht/scrbook.4ht + texmf-dist/tex/generic/tex4ht/scrreprt.4ht + texmf-dist/tex/generic/tex4ht/seminar-a.4ht + texmf-dist/tex/generic/tex4ht/seminar.4ht + texmf-dist/tex/generic/tex4ht/seslideb.4ht + texmf-dist/tex/generic/tex4ht/showfonts.4ht + texmf-dist/tex/generic/tex4ht/sig-alternate.4ht + texmf-dist/tex/generic/tex4ht/sistyle.4ht + texmf-dist/tex/generic/tex4ht/slides.4ht + texmf-dist/tex/generic/tex4ht/slidesec.4ht + texmf-dist/tex/generic/tex4ht/slovak.4ht + texmf-dist/tex/generic/tex4ht/slovene.4ht + texmf-dist/tex/generic/tex4ht/soul.4ht + texmf-dist/tex/generic/tex4ht/spanish.4ht + texmf-dist/tex/generic/tex4ht/splitidx.4ht + texmf-dist/tex/generic/tex4ht/srcltx.4ht + texmf-dist/tex/generic/tex4ht/subeqnarray.4ht + texmf-dist/tex/generic/tex4ht/subfigure.4ht + texmf-dist/tex/generic/tex4ht/supertabular.4ht + texmf-dist/tex/generic/tex4ht/sverb.4ht + texmf-dist/tex/generic/tex4ht/svg.4ht + texmf-dist/tex/generic/tex4ht/svgnam.4ht + texmf-dist/tex/generic/tex4ht/swedish.4ht + texmf-dist/tex/generic/tex4ht/syntax.4ht + texmf-dist/tex/generic/tex4ht/t2benc.4ht + texmf-dist/tex/generic/tex4ht/tabularx.4ht + texmf-dist/tex/generic/tex4ht/tabulary-a.4ht + texmf-dist/tex/generic/tex4ht/tabulary.4ht + texmf-dist/tex/generic/tex4ht/tcilatex.4ht + texmf-dist/tex/generic/tex4ht/tei-math.4ht + texmf-dist/tex/generic/tex4ht/tei-mml.4ht + texmf-dist/tex/generic/tex4ht/tei-mmltei.4ht + texmf-dist/tex/generic/tex4ht/tei.4ht + texmf-dist/tex/generic/tex4ht/tex4ht.4ht + texmf-dist/tex/generic/tex4ht/tex4ht.sty + texmf-dist/tex/generic/tex4ht/texinfo.4ht + texmf-dist/tex/generic/tex4ht/texpower.4ht + texmf-dist/tex/generic/tex4ht/textures.4ht + texmf-dist/tex/generic/tex4ht/th4.4ht + texmf-dist/tex/generic/tex4ht/theorem.4ht + texmf-dist/tex/generic/tex4ht/titlesec.4ht + texmf-dist/tex/generic/tex4ht/tugboat.4ht + texmf-dist/tex/generic/tex4ht/turkish.4ht + texmf-dist/tex/generic/tex4ht/ucs.4ht + texmf-dist/tex/generic/tex4ht/ukraineb.4ht + texmf-dist/tex/generic/tex4ht/ulem.4ht + texmf-dist/tex/generic/tex4ht/unicode.4ht + texmf-dist/tex/generic/tex4ht/url.4ht + texmf-dist/tex/generic/tex4ht/usepackage.4ht + texmf-dist/tex/generic/tex4ht/ushort.4ht + texmf-dist/tex/generic/tex4ht/usorbian.4ht + texmf-dist/tex/generic/tex4ht/utf8.4ht + texmf-dist/tex/generic/tex4ht/utf8x.4ht + texmf-dist/tex/generic/tex4ht/vanilla.4ht + texmf-dist/tex/generic/tex4ht/varioref.4ht + texmf-dist/tex/generic/tex4ht/verbatim.4ht + texmf-dist/tex/generic/tex4ht/verbatimfiles.4ht + texmf-dist/tex/generic/tex4ht/verse.4ht + texmf-dist/tex/generic/tex4ht/vowel.4ht + texmf-dist/tex/generic/tex4ht/web.4ht + texmf-dist/tex/generic/tex4ht/welsh.4ht + texmf-dist/tex/generic/tex4ht/wrapfig.4ht + texmf-dist/tex/generic/tex4ht/writer.4ht + texmf-dist/tex/generic/tex4ht/xcolor.4ht + texmf-dist/tex/generic/tex4ht/xr-hyper.4ht + texmf-dist/tex/generic/tex4ht/xr.4ht + texmf-dist/tex/generic/tex4ht/xy.4ht + texmf-dist/tex4ht/base/unix/tex4ht.env + texmf-dist/tex4ht/base/win32/tex4ht.env + texmf-dist/tex4ht/bin/tex4ht.jar + texmf-dist/tex4ht/ht-fonts/alias/adobe/avantgar/pagd.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/avantgar/pagd7t.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/avantgar/pagd8c.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/avantgar/pagd8r.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/avantgar/pagd8t.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/avantgar/pagdc.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/avantgar/pagdc7t.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/avantgar/pagdc8t.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/avantgar/pagdo.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/avantgar/pagdo7t.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/avantgar/pagdo8c.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/avantgar/pagdo8r.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/avantgar/pagdo8t.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/avantgar/pagk.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/avantgar/pagk7t.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/avantgar/pagk8c.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/avantgar/pagk8r.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/avantgar/pagk8t.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/avantgar/pagkc.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/avantgar/pagkc7t.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/avantgar/pagkc8t.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/avantgar/pagko.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/avantgar/pagko7t.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/avantgar/pagko8c.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/avantgar/pagko8r.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/avantgar/pagko8t.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/avantgar/rpagd.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/avantgar/rpagdo.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/avantgar/rpagk.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/avantgar/rpagko.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/bookman/pbkd.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/bookman/pbkd7t.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/bookman/pbkd8c.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/bookman/pbkd8r.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/bookman/pbkd8t.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/bookman/pbkdc.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/bookman/pbkdc7t.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/bookman/pbkdc8t.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/bookman/pbkdi.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/bookman/pbkdi7t.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/bookman/pbkdi8c.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/bookman/pbkdi8r.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/bookman/pbkdi8t.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/bookman/pbkdo.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/bookman/pbkdo7t.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/bookman/pbkdo8c.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/bookman/pbkdo8r.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/bookman/pbkdo8t.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/bookman/pbkl.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/bookman/pbkl7t.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/bookman/pbkl8c.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/bookman/pbkl8r.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/bookman/pbkl8t.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/bookman/pbklc.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/bookman/pbklc7t.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/bookman/pbklc8t.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/bookman/pbkli.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/bookman/pbkli7t.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/bookman/pbkli8c.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/bookman/pbkli8r.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/bookman/pbkli8t.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/bookman/pbklo.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/bookman/pbklo7t.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/bookman/pbklo8c.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/bookman/pbklo8r.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/bookman/pbklo8t.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/bookman/rpbkd.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/bookman/rpbkdi.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/bookman/rpbkl.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/bookman/rpbkli.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/courier/pcrb.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/courier/pcrb7t.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/courier/pcrb8c.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/courier/pcrb8r.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/courier/pcrb8t.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/courier/pcrb8u.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/courier/pcrbc.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/courier/pcrbc7t.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/courier/pcrbc8t.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/courier/pcrbo.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/courier/pcrbo7t.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/courier/pcrbo8c.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/courier/pcrbo8r.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/courier/pcrbo8t.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/courier/pcrbo8u.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/courier/pcrr.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/courier/pcrr8c.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/courier/pcrr8r.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/courier/pcrr8t.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/courier/pcrr8u.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/courier/pcrrc.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/courier/pcrrc8t.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/courier/pcrro.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/courier/pcrro7t.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/courier/pcrro8c.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/courier/pcrro8t.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/courier/rpcrb.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/courier/rpcrbo.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/courier/rpcrr.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/courier/rpcrro.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/helvetic/phvb.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/helvetic/phvb7t.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/helvetic/phvb8c.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/helvetic/phvb8cn.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/helvetic/phvb8r.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/helvetic/phvb8rn.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/helvetic/phvb8t.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/helvetic/phvb8tn.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/helvetic/phvb8z.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/helvetic/phvbc.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/helvetic/phvbc7t.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/helvetic/phvbc7tn.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/helvetic/phvbc8t.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/helvetic/phvbc8tn.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/helvetic/phvbo.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/helvetic/phvbo7t.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/helvetic/phvbo7tn.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/helvetic/phvbo8c.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/helvetic/phvbo8cn.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/helvetic/phvbo8r.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/helvetic/phvbo8rn.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/helvetic/phvbo8t.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/helvetic/phvbo8tn.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/helvetic/phvbon.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/helvetic/phvbrn.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/helvetic/phvr.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/helvetic/phvr7t.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/helvetic/phvr8c.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/helvetic/phvr8cn.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/helvetic/phvr8r.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/helvetic/phvr8rn.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/helvetic/phvr8t.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/helvetic/phvr8tn.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/helvetic/phvrc.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/helvetic/phvrc7t.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/helvetic/phvrc7tn.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/helvetic/phvrc8t.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/helvetic/phvrc8tn.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/helvetic/phvro.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/helvetic/phvro7t.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/helvetic/phvro7tn.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/helvetic/phvro8c.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/helvetic/phvro8cn.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/helvetic/phvro8r.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/helvetic/phvro8rn.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/helvetic/phvro8t.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/helvetic/phvro8tn.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/helvetic/phvron.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/helvetic/phvrrn.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/helvetic/pplb8z.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/helvetic/pplbi8z.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/helvetic/pplr8z.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/helvetic/pplri8z.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/helvetic/rphvb.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/helvetic/rphvbo.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/helvetic/rphvbon.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/helvetic/rphvbrn.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/helvetic/rphvr.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/helvetic/rphvro.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/helvetic/rphvron.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/helvetic/rphvrrn.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/mathppl/zpplcmb.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/mathppl/zpplcmbm.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/mathppl/zpplcmby.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/mathppl/zpplcmr.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/mathppl/zpplcmrm.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/mathppl/zpplcmrv.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/mathppl/zpplcmry.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/mathptmx/zptmcm7m.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/mathptmx/zptmcm7t.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/mathptmx/zptmcm7v.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/mathptmx/zptmcm7y.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/ncntrsbk/pncb.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/ncntrsbk/pncb7t.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/ncntrsbk/pncb8c.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/ncntrsbk/pncb8r.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/ncntrsbk/pncb8t.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/ncntrsbk/pncbc.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/ncntrsbk/pncbc7t.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/ncntrsbk/pncbc8t.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/ncntrsbk/pncbi.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/ncntrsbk/pncbi7t.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/ncntrsbk/pncbi8c.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/ncntrsbk/pncbi8r.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/ncntrsbk/pncbi8t.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/ncntrsbk/pncbo.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/ncntrsbk/pncbo7t.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/ncntrsbk/pncbo8c.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/ncntrsbk/pncbo8r.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/ncntrsbk/pncbo8t.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/ncntrsbk/pncr.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/ncntrsbk/pncr7t.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/ncntrsbk/pncr8c.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/ncntrsbk/pncr8r.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/ncntrsbk/pncr8t.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/ncntrsbk/pncrc.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/ncntrsbk/pncrc7t.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/ncntrsbk/pncrc8t.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/ncntrsbk/pncri.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/ncntrsbk/pncri7t.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/ncntrsbk/pncri8c.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/ncntrsbk/pncri8r.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/ncntrsbk/pncri8t.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/ncntrsbk/pncro.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/ncntrsbk/pncro7t.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/ncntrsbk/pncro8c.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/ncntrsbk/pncro8r.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/ncntrsbk/pncro8t.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/ncntrsbk/rpncb.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/ncntrsbk/rpncbi.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/ncntrsbk/rpncr.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/ncntrsbk/rpncri.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/palatino/pplb.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/palatino/pplb7t.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/palatino/pplb8c.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/palatino/pplb8r.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/palatino/pplb8t.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/palatino/pplb9d.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/palatino/pplb9e.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/palatino/pplb9o.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/palatino/pplb9t.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/palatino/pplbc.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/palatino/pplbc7t.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/palatino/pplbc8t.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/palatino/pplbc8z.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/palatino/pplbi.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/palatino/pplbi7t.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/palatino/pplbi8c.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/palatino/pplbi8r.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/palatino/pplbi8t.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/palatino/pplbi9c.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/palatino/pplbi9d.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/palatino/pplbi9e.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/palatino/pplbi9o.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/palatino/pplbi9t.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/palatino/pplbo.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/palatino/pplbo7t.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/palatino/pplbo8c.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/palatino/pplbo8r.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/palatino/pplbo8t.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/palatino/pplbu.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/palatino/pplbu8r.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/palatino/pplr.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/palatino/pplr7t.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/palatino/pplr8c.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/palatino/pplr8r.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/palatino/pplr8rn.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/palatino/pplr8t.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/palatino/pplr9c.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/palatino/pplr9d.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/palatino/pplr9e.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/palatino/pplr9o.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/palatino/pplr9t.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/palatino/pplrc7t.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/palatino/pplrc8t.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/palatino/pplrc8z.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/palatino/pplrc9d.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/palatino/pplrc9e.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/palatino/pplrc9o.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/palatino/pplri.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/palatino/pplri7t.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/palatino/pplri8c.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/palatino/pplri8r.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/palatino/pplri8t.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/palatino/pplri9c.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/palatino/pplri9d.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/palatino/pplri9e.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/palatino/pplri9o.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/palatino/pplro.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/palatino/pplro7t.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/palatino/pplro8c.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/palatino/pplro8r.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/palatino/pplro8t.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/palatino/pplrr8re.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/palatino/pplrre.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/palatino/pplrrn.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/palatino/pplru.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/palatino/pplru8r.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/palatino/rpplb.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/palatino/rpplbi.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/palatino/rpplbu.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/palatino/rpplr.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/palatino/rpplri.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/palatino/rpplro.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/palatino/rpplrre.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/palatino/rpplrrn.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/palatino/rpplru.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/ppalatino/pplb7d.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/ppalatino/pplb8a.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/ppalatino/pplbcj7t.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/ppalatino/pplbcj8t.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/ppalatino/pplbi7d.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/ppalatino/pplbi8a.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/ppalatino/pplbij7t.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/ppalatino/pplbij8r.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/ppalatino/pplbij8t.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/ppalatino/pplbj7t.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/ppalatino/pplbj8r.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/ppalatino/pplbj8t.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/ppalatino/pplbjo7t.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/ppalatino/pplbjo8r.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/ppalatino/pplbjo8t.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/ppalatino/ppll7t.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/ppalatino/ppll8a.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/ppalatino/ppll8c.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/ppalatino/ppll8r.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/ppalatino/ppll8t.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/ppalatino/ppllc7t.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/ppalatino/ppllc8t.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/ppalatino/pplli7t.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/ppalatino/pplli8a.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/ppalatino/pplli8c.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/ppalatino/pplli8r.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/ppalatino/pplli8t.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/ppalatino/ppllo7t.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/ppalatino/ppllo8c.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/ppalatino/ppllo8r.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/ppalatino/ppllo8t.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/ppalatino/pplm7t.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/ppalatino/pplm8a.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/ppalatino/pplm8c.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/ppalatino/pplm8r.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/ppalatino/pplm8t.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/ppalatino/pplmc7t.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/ppalatino/pplmc8t.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/ppalatino/pplmi7t.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/ppalatino/pplmi8a.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/ppalatino/pplmi8c.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/ppalatino/pplmi8r.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/ppalatino/pplmi8t.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/ppalatino/pplmo7t.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/ppalatino/pplmo8c.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/ppalatino/pplmo8r.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/ppalatino/pplmo8t.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/ppalatino/pplr8a.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/ppalatino/pplrc7d.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/ppalatino/pplrcj7t.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/ppalatino/pplrcj8r.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/ppalatino/pplrcj8t.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/ppalatino/pplrcjo8r.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/ppalatino/pplri7d.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/ppalatino/pplri8a.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/ppalatino/pplrij.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/ppalatino/pplrij7t.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/ppalatino/pplrij8r.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/ppalatino/pplrj.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/ppalatino/pplrj7t.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/ppalatino/pplrjo7t.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/ppalatino/pplx7t.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/ppalatino/pplx8a.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/ppalatino/pplx8c.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/ppalatino/pplx8r.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/ppalatino/pplx8t.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/ppalatino/pplxc7t.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/ppalatino/pplxc8t.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/ppalatino/pplxi7t.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/ppalatino/pplxi8a.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/ppalatino/pplxi8c.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/ppalatino/pplxi8r.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/ppalatino/pplxi8t.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/ppalatino/pplxo7t.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/ppalatino/pplxo8c.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/ppalatino/pplxo8r.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/ppalatino/pplxo8t.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/pslatex/pcrr8rn.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/pslatex/pcrr8tn.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/symbol/psyro.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/symbol/rpsyr.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/symbol/rpsyro.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/times/ptmb.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/times/ptmb7t.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/times/ptmb8c.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/times/ptmb8r.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/times/ptmb8t.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/times/ptmbc7t.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/times/ptmbc8t.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/times/ptmbi.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/times/ptmbi7t.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/times/ptmbi8c.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/times/ptmbi8r.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/times/ptmbi8t.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/times/ptmbo.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/times/ptmbo7t.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/times/ptmbo8c.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/times/ptmbo8r.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/times/ptmbo8t.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/times/ptmr.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/times/ptmr8r.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/times/ptmr8rn.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/times/ptmr8t.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/times/ptmr8z.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/times/ptmrc8t.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/times/ptmri.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/times/ptmri8c.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/times/ptmri8r.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/times/ptmri8t.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/times/ptmri8z.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/times/ptmro7t.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/times/ptmro8c.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/times/ptmro8r.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/times/ptmro8t.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/times/ptmrr8re.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/times/ptmrrn.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/times/rptmb.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/times/rptmbi.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/times/rptmbo.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/times/rptmr.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/times/rptmri.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/times/rptmro.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/times/rptmrre.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/utopia/putb7t.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/utopia/putb8r.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/utopia/putb8t.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/utopia/putbc7t.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/utopia/putbc8t.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/utopia/putbi7t.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/utopia/putbi8r.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/utopia/putbi8t.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/utopia/putbo7t.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/utopia/putbo8r.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/utopia/putbo8t.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/utopia/putr7t.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/utopia/putr8r.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/utopia/putr8t.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/utopia/putrc7t.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/utopia/putrc8t.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/utopia/putri7t.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/utopia/putri8r.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/utopia/putri8t.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/utopia/putro7t.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/utopia/putro8r.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/utopia/putro8t.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/zapfchan/rpzcmi.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/zapfding/pzcmi.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/zapfding/pzcmi7t.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/zapfding/pzcmi8c.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/zapfding/pzcmi8r.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/zapfding/pzcmi8t.htf + texmf-dist/tex4ht/ht-fonts/alias/adobe/zapfding/rpzdr.htf + texmf-dist/tex4ht/ht-fonts/alias/ae/ae.htf + texmf-dist/tex4ht/ht-fonts/alias/ae/aetcsc.htf + texmf-dist/tex4ht/ht-fonts/alias/ams/euler/eurb.htf + texmf-dist/tex4ht/ht-fonts/alias/ams/euler/eurm.htf + texmf-dist/tex4ht/ht-fonts/alias/antt/antpb.htf + texmf-dist/tex4ht/ht-fonts/alias/antt/antpbi.htf + texmf-dist/tex4ht/ht-fonts/alias/antt/antpri.htf + texmf-dist/tex4ht/ht-fonts/alias/antt/anttb.htf + texmf-dist/tex4ht/ht-fonts/alias/antt/anttri.htf + texmf-dist/tex4ht/ht-fonts/alias/antt/cs-antt.htf + texmf-dist/tex4ht/ht-fonts/alias/antt/cs-anttbcap.htf + texmf-dist/tex4ht/ht-fonts/alias/antt/cs-anttbicap.htf + texmf-dist/tex4ht/ht-fonts/alias/antt/cs-anttcbcap.htf + texmf-dist/tex4ht/ht-fonts/alias/antt/cs-anttcbicap.htf + texmf-dist/tex4ht/ht-fonts/alias/antt/cs-anttclcap.htf + texmf-dist/tex4ht/ht-fonts/alias/antt/cs-anttclicap.htf + texmf-dist/tex4ht/ht-fonts/alias/antt/cs-anttcmcap.htf + texmf-dist/tex4ht/ht-fonts/alias/antt/cs-anttcmicap.htf + texmf-dist/tex4ht/ht-fonts/alias/antt/cs-anttcrcap.htf + texmf-dist/tex4ht/ht-fonts/alias/antt/cs-anttcricap.htf + texmf-dist/tex4ht/ht-fonts/alias/antt/cs-anttlcap.htf + texmf-dist/tex4ht/ht-fonts/alias/antt/cs-anttlicap.htf + texmf-dist/tex4ht/ht-fonts/alias/antt/cs-anttmcap.htf + texmf-dist/tex4ht/ht-fonts/alias/antt/cs-anttmicap.htf + texmf-dist/tex4ht/ht-fonts/alias/antt/cs-anttrcap.htf + texmf-dist/tex4ht/ht-fonts/alias/antt/cs-anttricap.htf + texmf-dist/tex4ht/ht-fonts/alias/antt/ec-antt.htf + texmf-dist/tex4ht/ht-fonts/alias/antt/ec-anttbicap.htf + texmf-dist/tex4ht/ht-fonts/alias/antt/ec-anttcbcap.htf + texmf-dist/tex4ht/ht-fonts/alias/antt/ec-anttcbicap.htf + texmf-dist/tex4ht/ht-fonts/alias/antt/ec-anttclcap.htf + texmf-dist/tex4ht/ht-fonts/alias/antt/ec-anttclicap.htf + texmf-dist/tex4ht/ht-fonts/alias/antt/ec-anttcmcap.htf + texmf-dist/tex4ht/ht-fonts/alias/antt/ec-anttcmicap.htf + texmf-dist/tex4ht/ht-fonts/alias/antt/ec-anttcrcap.htf + texmf-dist/tex4ht/ht-fonts/alias/antt/ec-anttcricap.htf + texmf-dist/tex4ht/ht-fonts/alias/antt/ec-anttlcap.htf + texmf-dist/tex4ht/ht-fonts/alias/antt/ec-anttlicap.htf + texmf-dist/tex4ht/ht-fonts/alias/antt/ec-anttmcap.htf + texmf-dist/tex4ht/ht-fonts/alias/antt/ec-anttmicap.htf + texmf-dist/tex4ht/ht-fonts/alias/antt/ec-anttrcap.htf + texmf-dist/tex4ht/ht-fonts/alias/antt/ec-anttricap.htf + texmf-dist/tex4ht/ht-fonts/alias/antt/el-antt.htf + texmf-dist/tex4ht/ht-fonts/alias/antt/ex-antt.htf + texmf-dist/tex4ht/ht-fonts/alias/antt/exp-antt.htf + texmf-dist/tex4ht/ht-fonts/alias/antt/greek-antt.htf + texmf-dist/tex4ht/ht-fonts/alias/antt/qx-antt.htf + texmf-dist/tex4ht/ht-fonts/alias/antt/qx-anttbicap.htf + texmf-dist/tex4ht/ht-fonts/alias/antt/qx-anttcbcap.htf + texmf-dist/tex4ht/ht-fonts/alias/antt/qx-anttcbicap.htf + texmf-dist/tex4ht/ht-fonts/alias/antt/qx-anttclcap.htf + texmf-dist/tex4ht/ht-fonts/alias/antt/qx-anttclicap.htf + texmf-dist/tex4ht/ht-fonts/alias/antt/qx-anttcmcap.htf + texmf-dist/tex4ht/ht-fonts/alias/antt/qx-anttcmicap.htf + texmf-dist/tex4ht/ht-fonts/alias/antt/qx-anttcrcap.htf + texmf-dist/tex4ht/ht-fonts/alias/antt/qx-anttcricap.htf + texmf-dist/tex4ht/ht-fonts/alias/antt/qx-anttlcap.htf + texmf-dist/tex4ht/ht-fonts/alias/antt/qx-anttlicap.htf + texmf-dist/tex4ht/ht-fonts/alias/antt/qx-anttmcap.htf + texmf-dist/tex4ht/ht-fonts/alias/antt/qx-anttmicap.htf + texmf-dist/tex4ht/ht-fonts/alias/antt/qx-anttrcap.htf + texmf-dist/tex4ht/ht-fonts/alias/antt/qx-anttricap.htf + texmf-dist/tex4ht/ht-fonts/alias/antt/rm-antt.htf + texmf-dist/tex4ht/ht-fonts/alias/antt/sy-anttrz.htf + texmf-dist/tex4ht/ht-fonts/alias/antt/t2a-antt.htf + texmf-dist/tex4ht/ht-fonts/alias/antt/t2b-antt.htf + texmf-dist/tex4ht/ht-fonts/alias/antt/t2c-antt.htf + texmf-dist/tex4ht/ht-fonts/alias/antt/t5-antt.htf + texmf-dist/tex4ht/ht-fonts/alias/antt/texnansi-antt.htf + texmf-dist/tex4ht/ht-fonts/alias/antt/texnansi-anttbcap.htf + texmf-dist/tex4ht/ht-fonts/alias/antt/texnansi-anttbicap.htf + texmf-dist/tex4ht/ht-fonts/alias/antt/texnansi-anttcbcap.htf + texmf-dist/tex4ht/ht-fonts/alias/antt/texnansi-anttcbicap.htf + texmf-dist/tex4ht/ht-fonts/alias/antt/texnansi-anttclcap.htf + texmf-dist/tex4ht/ht-fonts/alias/antt/texnansi-anttclicap.htf + texmf-dist/tex4ht/ht-fonts/alias/antt/texnansi-anttcmcap.htf + texmf-dist/tex4ht/ht-fonts/alias/antt/texnansi-anttcmicap.htf + texmf-dist/tex4ht/ht-fonts/alias/antt/texnansi-anttcrcap.htf + texmf-dist/tex4ht/ht-fonts/alias/antt/texnansi-anttcricap.htf + texmf-dist/tex4ht/ht-fonts/alias/antt/texnansi-anttlcap.htf + texmf-dist/tex4ht/ht-fonts/alias/antt/texnansi-anttlicap.htf + texmf-dist/tex4ht/ht-fonts/alias/antt/texnansi-anttmcap.htf + texmf-dist/tex4ht/ht-fonts/alias/antt/texnansi-anttmicap.htf + texmf-dist/tex4ht/ht-fonts/alias/antt/texnansi-anttrcap.htf + texmf-dist/tex4ht/ht-fonts/alias/antt/texnansi-anttricap.htf + texmf-dist/tex4ht/ht-fonts/alias/antt/ts1-antt.htf + texmf-dist/tex4ht/ht-fonts/alias/antt/wncy-antt.htf + texmf-dist/tex4ht/ht-fonts/alias/arabi/aealbattar.htf + texmf-dist/tex4ht/ht-fonts/alias/arabi/aealmateen.htf + texmf-dist/tex4ht/ht-fonts/alias/arabi/aealmohanadb.htf + texmf-dist/tex4ht/ht-fonts/alias/arabi/aealmothnna.htf + texmf-dist/tex4ht/ht-fonts/alias/arabi/aealyermook.htf + texmf-dist/tex4ht/ht-fonts/alias/arabi/aearab.htf + texmf-dist/tex4ht/ht-fonts/alias/arabi/aecortoba.htf + texmf-dist/tex4ht/ht-fonts/alias/arabi/aedimnah.htf + texmf-dist/tex4ht/ht-fonts/alias/arabi/aefurat.htf + texmf-dist/tex4ht/ht-fonts/alias/arabi/aegranada.htf + texmf-dist/tex4ht/ht-fonts/alias/arabi/aegraph.htf + texmf-dist/tex4ht/ht-fonts/alias/arabi/aehani.htf + texmf-dist/tex4ht/ht-fonts/alias/arabi/aekayrawan.htf + texmf-dist/tex4ht/ht-fonts/alias/arabi/aekhalid.htf + texmf-dist/tex4ht/ht-fonts/alias/arabi/aemashq.htf + texmf-dist/tex4ht/ht-fonts/alias/arabi/aemetal.htf + texmf-dist/tex4ht/ht-fonts/alias/arabi/aenada.htf + texmf-dist/tex4ht/ht-fonts/alias/arabi/aenagham.htf + texmf-dist/tex4ht/ht-fonts/alias/arabi/aenice.htf + texmf-dist/tex4ht/ht-fonts/alias/arabi/aeostorah.htf + texmf-dist/tex4ht/ht-fonts/alias/arabi/aeouhod.htf + texmf-dist/tex4ht/ht-fonts/alias/arabi/aepetra.htf + texmf-dist/tex4ht/ht-fonts/alias/arabi/aerehan.htf + texmf-dist/tex4ht/ht-fonts/alias/arabi/aesalem.htf + texmf-dist/tex4ht/ht-fonts/alias/arabi/aeshado.htf + texmf-dist/tex4ht/ht-fonts/alias/arabi/aesharjah.htf + texmf-dist/tex4ht/ht-fonts/alias/arabi/aesindibad.htf + texmf-dist/tex4ht/ht-fonts/alias/arabi/aetarablus.htf + texmf-dist/tex4ht/ht-fonts/alias/arabi/aetholoth.htf + texmf-dist/tex4ht/ht-fonts/alias/arabi/homa.htf + texmf-dist/tex4ht/ht-fonts/alias/arabi/nazlib.htf + texmf-dist/tex4ht/ht-fonts/alias/arabi/titr.htf + texmf-dist/tex4ht/ht-fonts/alias/arev/favb8r.htf + texmf-dist/tex4ht/ht-fonts/alias/arev/favbi8r.htf + texmf-dist/tex4ht/ht-fonts/alias/arev/favri8r.htf + texmf-dist/tex4ht/ht-fonts/alias/arev/zavmb7t.htf + texmf-dist/tex4ht/ht-fonts/alias/arev/zavmbi7m.htf + texmf-dist/tex4ht/ht-fonts/alias/arev/zavmr7t.htf + texmf-dist/tex4ht/ht-fonts/alias/arev/zavmr7y.htf + texmf-dist/tex4ht/ht-fonts/alias/arev/zavmri7m.htf + texmf-dist/tex4ht/ht-fonts/alias/bitstrea/bchb7t.htf + texmf-dist/tex4ht/ht-fonts/alias/bitstrea/bchbc7t.htf + texmf-dist/tex4ht/ht-fonts/alias/bitstrea/bchbi7t.htf + texmf-dist/tex4ht/ht-fonts/alias/bitstrea/bchbo7t.htf + texmf-dist/tex4ht/ht-fonts/alias/bitstrea/bchr7t.htf + texmf-dist/tex4ht/ht-fonts/alias/bitstrea/bchrc7t.htf + texmf-dist/tex4ht/ht-fonts/alias/bitstrea/bchri7t.htf + texmf-dist/tex4ht/ht-fonts/alias/bitstrea/bchro7t.htf + texmf-dist/tex4ht/ht-fonts/alias/bitstrea/bchro8t.htf + texmf-dist/tex4ht/ht-fonts/alias/bitstrea/charter/bchb8r.htf + texmf-dist/tex4ht/ht-fonts/alias/bitstrea/charter/bchb8t.htf + texmf-dist/tex4ht/ht-fonts/alias/bitstrea/charter/bchbc8t.htf + texmf-dist/tex4ht/ht-fonts/alias/bitstrea/charter/bchbi8r.htf + texmf-dist/tex4ht/ht-fonts/alias/bitstrea/charter/bchbi8t.htf + texmf-dist/tex4ht/ht-fonts/alias/bitstrea/charter/bchbo8r.htf + texmf-dist/tex4ht/ht-fonts/alias/bitstrea/charter/bchbo8t.htf + texmf-dist/tex4ht/ht-fonts/alias/bitstrea/charter/bchr8r.htf + texmf-dist/tex4ht/ht-fonts/alias/bitstrea/charter/bchrc8t.htf + texmf-dist/tex4ht/ht-fonts/alias/bitstrea/charter/bchri8r.htf + texmf-dist/tex4ht/ht-fonts/alias/bitstrea/charter/bchri8t.htf + texmf-dist/tex4ht/ht-fonts/alias/bitstrea/charter/bchro8r.htf + texmf-dist/tex4ht/ht-fonts/alias/cc-pl/pccsc.htf + texmf-dist/tex4ht/ht-fonts/alias/cc-pl/pcmi.htf + texmf-dist/tex4ht/ht-fonts/alias/cc-pl/pcr.htf + texmf-dist/tex4ht/ht-fonts/alias/cc-pl/pcsl.htf + texmf-dist/tex4ht/ht-fonts/alias/cc-pl/pcti.htf + texmf-dist/tex4ht/ht-fonts/alias/chartervn/bchri8v.htf + texmf-dist/tex4ht/ht-fonts/alias/chess/chess10f.htf + texmf-dist/tex4ht/ht-fonts/alias/cjk/b5ka/ntufsm01.htf + texmf-dist/tex4ht/ht-fonts/alias/cjk/b5ka/ntufsm02.htf + texmf-dist/tex4ht/ht-fonts/alias/cjk/b5ka/ntufsm03.htf + texmf-dist/tex4ht/ht-fonts/alias/cjk/b5ka/ntufsm04.htf + texmf-dist/tex4ht/ht-fonts/alias/cjk/b5ka/ntufsm05.htf + texmf-dist/tex4ht/ht-fonts/alias/cjk/b5ka/ntufsm06.htf + texmf-dist/tex4ht/ht-fonts/alias/cjk/b5ka/ntufsm07.htf + texmf-dist/tex4ht/ht-fonts/alias/cjk/b5ka/ntufsm08.htf + texmf-dist/tex4ht/ht-fonts/alias/cjk/b5ka/ntufsm09.htf + texmf-dist/tex4ht/ht-fonts/alias/cjk/b5ka/ntufsm10.htf + texmf-dist/tex4ht/ht-fonts/alias/cjk/b5ka/ntufsm11.htf + texmf-dist/tex4ht/ht-fonts/alias/cjk/b5ka/ntufsm12.htf + texmf-dist/tex4ht/ht-fonts/alias/cjk/b5ka/ntufsm13.htf + texmf-dist/tex4ht/ht-fonts/alias/cjk/b5ka/ntufsm14.htf + texmf-dist/tex4ht/ht-fonts/alias/cjk/b5ka/ntufsm15.htf + texmf-dist/tex4ht/ht-fonts/alias/cjk/b5ka/ntufsm16.htf + texmf-dist/tex4ht/ht-fonts/alias/cjk/b5ka/ntufsm17.htf + texmf-dist/tex4ht/ht-fonts/alias/cjk/b5ka/ntufsm18.htf + texmf-dist/tex4ht/ht-fonts/alias/cjk/b5ka/ntufsm19.htf + texmf-dist/tex4ht/ht-fonts/alias/cjk/b5ka/ntufsm20.htf + texmf-dist/tex4ht/ht-fonts/alias/cjk/b5ka/ntufsm21.htf + texmf-dist/tex4ht/ht-fonts/alias/cjk/b5ka/ntufsm22.htf + texmf-dist/tex4ht/ht-fonts/alias/cjk/b5ka/ntufsm23.htf + texmf-dist/tex4ht/ht-fonts/alias/cjk/b5ka/ntufsm24.htf + texmf-dist/tex4ht/ht-fonts/alias/cjk/b5ka/ntufsm25.htf + texmf-dist/tex4ht/ht-fonts/alias/cjk/b5ka/ntufsm26.htf + texmf-dist/tex4ht/ht-fonts/alias/cjk/b5ka/ntufsm27.htf + texmf-dist/tex4ht/ht-fonts/alias/cjk/b5ka/ntufsm28.htf + texmf-dist/tex4ht/ht-fonts/alias/cjk/b5ka/ntufsm29.htf + texmf-dist/tex4ht/ht-fonts/alias/cjk/b5ka/ntufsm30.htf + texmf-dist/tex4ht/ht-fonts/alias/cjk/b5ka/ntufsm31.htf + texmf-dist/tex4ht/ht-fonts/alias/cjk/b5ka/ntufsm32.htf + texmf-dist/tex4ht/ht-fonts/alias/cjk/b5ka/ntufsm33.htf + texmf-dist/tex4ht/ht-fonts/alias/cjk/b5ka/ntufsm34.htf + texmf-dist/tex4ht/ht-fonts/alias/cjk/b5ka/ntufsm35.htf + texmf-dist/tex4ht/ht-fonts/alias/cjk/b5ka/ntufsm36.htf + texmf-dist/tex4ht/ht-fonts/alias/cjk/b5ka/ntufsm37.htf + texmf-dist/tex4ht/ht-fonts/alias/cjk/b5ka/ntufsm38.htf + texmf-dist/tex4ht/ht-fonts/alias/cjk/b5ka/ntufsm39.htf + texmf-dist/tex4ht/ht-fonts/alias/cjk/b5ka/ntufsm40.htf + texmf-dist/tex4ht/ht-fonts/alias/cjk/b5ka/ntufsm41.htf + texmf-dist/tex4ht/ht-fonts/alias/cjk/b5ka/ntufsm42.htf + texmf-dist/tex4ht/ht-fonts/alias/cjk/b5ka/ntufsm43.htf + texmf-dist/tex4ht/ht-fonts/alias/cjk/b5ka/ntufsm44.htf + texmf-dist/tex4ht/ht-fonts/alias/cjk/b5ka/ntufsm45.htf + texmf-dist/tex4ht/ht-fonts/alias/cjk/b5ka/ntufsm46.htf + texmf-dist/tex4ht/ht-fonts/alias/cjk/b5ka/ntufsm47.htf + texmf-dist/tex4ht/ht-fonts/alias/cjk/b5ka/ntufsm48.htf + texmf-dist/tex4ht/ht-fonts/alias/cjk/b5ka/ntufsm49.htf + texmf-dist/tex4ht/ht-fonts/alias/cjk/b5ka/ntufsm50.htf + texmf-dist/tex4ht/ht-fonts/alias/cjk/b5ka/ntufsm51.htf + texmf-dist/tex4ht/ht-fonts/alias/cjk/b5ka/ntufsm52.htf + texmf-dist/tex4ht/ht-fonts/alias/cjk/b5ka/ntufsm53.htf + texmf-dist/tex4ht/ht-fonts/alias/cjk/b5ka/ntufsm54.htf + texmf-dist/tex4ht/ht-fonts/alias/cjk/b5ka/ntufsm55.htf + texmf-dist/tex4ht/ht-fonts/alias/cm/cmb.htf + texmf-dist/tex4ht/ht-fonts/alias/cm/cmbsy.htf + texmf-dist/tex4ht/ht-fonts/alias/cm/cmbx.htf + texmf-dist/tex4ht/ht-fonts/alias/cm/cmbxti.htf + texmf-dist/tex4ht/ht-fonts/alias/cm/cmcs.htf + texmf-dist/tex4ht/ht-fonts/alias/cm/cmcsc.htf + texmf-dist/tex4ht/ht-fonts/alias/cm/cmcss.htf + texmf-dist/tex4ht/ht-fonts/alias/cm/cmcti.htf + texmf-dist/tex4ht/ht-fonts/alias/cm/cmcyr.htf + texmf-dist/tex4ht/ht-fonts/alias/cm/cmdunh.htf + texmf-dist/tex4ht/ht-fonts/alias/cm/cmff.htf + texmf-dist/tex4ht/ht-fonts/alias/cm/cmfi.htf + texmf-dist/tex4ht/ht-fonts/alias/cm/cmitt.htf + texmf-dist/tex4ht/ht-fonts/alias/cm/cmsl.htf + texmf-dist/tex4ht/ht-fonts/alias/cm/cmsltt.htf + texmf-dist/tex4ht/ht-fonts/alias/cm/cmss.htf + texmf-dist/tex4ht/ht-fonts/alias/cm/cmssq.htf + texmf-dist/tex4ht/ht-fonts/alias/cm/cmtex.htf + texmf-dist/tex4ht/ht-fonts/alias/cm/cmtt.htf + texmf-dist/tex4ht/ht-fonts/alias/cm/cmu.htf + texmf-dist/tex4ht/ht-fonts/alias/cm/cmvtt.htf + texmf-dist/tex4ht/ht-fonts/alias/cm/sauter/wnbx.htf + texmf-dist/tex4ht/ht-fonts/alias/cm/sauter/wnbxti.htf + texmf-dist/tex4ht/ht-fonts/alias/cm/sauter/wnr.htf + texmf-dist/tex4ht/ht-fonts/alias/cm/sauter/wnsl.htf + texmf-dist/tex4ht/ht-fonts/alias/cm/wncyi.htf + texmf-dist/tex4ht/ht-fonts/alias/concrete/ccmi.htf + texmf-dist/tex4ht/ht-fonts/alias/concrete/ccr.htf + texmf-dist/tex4ht/ht-fonts/alias/concrete/ccsl.htf + texmf-dist/tex4ht/ht-fonts/alias/concrete/ccti.htf + texmf-dist/tex4ht/ht-fonts/alias/cs/csti.htf + texmf-dist/tex4ht/ht-fonts/alias/cs/cstt.htf + texmf-dist/tex4ht/ht-fonts/alias/currency/feybl.htf + texmf-dist/tex4ht/ht-fonts/alias/currency/feybo.htf + texmf-dist/tex4ht/ht-fonts/alias/currency/feybr.htf + texmf-dist/tex4ht/ht-fonts/alias/currency/feyml.htf + texmf-dist/tex4ht/ht-fonts/alias/currency/feymo.htf + texmf-dist/tex4ht/ht-fonts/alias/cyklop/cs-cyklopr-sc.htf + texmf-dist/tex4ht/ht-fonts/alias/cyklop/ec-cyklopr-sc.htf + texmf-dist/tex4ht/ht-fonts/alias/cyklop/l7x-cyklopi-sc.htf + texmf-dist/tex4ht/ht-fonts/alias/cyklop/l7x-cyklopi.htf + texmf-dist/tex4ht/ht-fonts/alias/cyklop/l7x-cyklopr-sc.htf + texmf-dist/tex4ht/ht-fonts/alias/cyklop/l7x-cyklopr.htf + texmf-dist/tex4ht/ht-fonts/alias/cyklop/ly1-cyklopi.htf + texmf-dist/tex4ht/ht-fonts/alias/cyklop/ly1-cyklopr-sc.htf + texmf-dist/tex4ht/ht-fonts/alias/cyklop/ly1-cyklopr.htf + texmf-dist/tex4ht/ht-fonts/alias/cyklop/qx-cyklopi.htf + texmf-dist/tex4ht/ht-fonts/alias/cyklop/qx-cyklopr-sc.htf + texmf-dist/tex4ht/ht-fonts/alias/cyklop/t5-cyklopr.htf + texmf-dist/tex4ht/ht-fonts/alias/cyrillic/cmcyr/cmcb.htf + texmf-dist/tex4ht/ht-fonts/alias/cyrillic/cmcyr/cmcitt.htf + texmf-dist/tex4ht/ht-fonts/alias/cyrillic/cmcyr/cmcsltt.htf + texmf-dist/tex4ht/ht-fonts/alias/cyrillic/cmcyr/cmcssbx.htf + texmf-dist/tex4ht/ht-fonts/alias/cyrillic/cmcyr/cmcssi.htf + texmf-dist/tex4ht/ht-fonts/alias/cyrillic/cmcyr/cmctt.htf + texmf-dist/tex4ht/ht-fonts/alias/cyrillic/cmcyr/cmcu.htf + texmf-dist/tex4ht/ht-fonts/alias/cyrillic/kmbx.htf + texmf-dist/tex4ht/ht-fonts/alias/cyrillic/kmbxti.htf + texmf-dist/tex4ht/ht-fonts/alias/cyrillic/kmcsc.htf + texmf-dist/tex4ht/ht-fonts/alias/cyrillic/kmdunh.htf + texmf-dist/tex4ht/ht-fonts/alias/cyrillic/kmff.htf + texmf-dist/tex4ht/ht-fonts/alias/cyrillic/kmsl.htf + texmf-dist/tex4ht/ht-fonts/alias/cyrillic/kmsltt.htf + texmf-dist/tex4ht/ht-fonts/alias/cyrillic/kmss.htf + texmf-dist/tex4ht/ht-fonts/alias/cyrillic/kmssbx.htf + texmf-dist/tex4ht/ht-fonts/alias/cyrillic/kmssdc.htf + texmf-dist/tex4ht/ht-fonts/alias/cyrillic/kmssi.htf + texmf-dist/tex4ht/ht-fonts/alias/cyrillic/kmti.htf + texmf-dist/tex4ht/ht-fonts/alias/cyrillic/kmtt.htf + texmf-dist/tex4ht/ht-fonts/alias/cyrillic/kmvtt.htf + texmf-dist/tex4ht/ht-fonts/alias/cyrillic/kmvtti.htf + texmf-dist/tex4ht/ht-fonts/alias/cyrillic/wbxipa.htf + texmf-dist/tex4ht/ht-fonts/alias/cyrillic/wslipa.htf + texmf-dist/tex4ht/ht-fonts/alias/ec/dc.htf + texmf-dist/tex4ht/ht-fonts/alias/ec/dccc.htf + texmf-dist/tex4ht/ht-fonts/alias/ec/ec.htf + texmf-dist/tex4ht/ht-fonts/alias/ec/eccc.htf + texmf-dist/tex4ht/ht-fonts/alias/ec/ecxc.htf + texmf-dist/tex4ht/ht-fonts/alias/eulervm/zeuex.htf + texmf-dist/tex4ht/ht-fonts/alias/eulervm/zeur.htf + texmf-dist/tex4ht/ht-fonts/alias/eulervm/zeus.htf + texmf-dist/tex4ht/ht-fonts/alias/euro/zpeub.htf + texmf-dist/tex4ht/ht-fonts/alias/euro/zpeubi.htf + texmf-dist/tex4ht/ht-fonts/alias/euro/zpeubis.htf + texmf-dist/tex4ht/ht-fonts/alias/euro/zpeubit.htf + texmf-dist/tex4ht/ht-fonts/alias/euro/zpeubs.htf + texmf-dist/tex4ht/ht-fonts/alias/euro/zpeubt.htf + texmf-dist/tex4ht/ht-fonts/alias/euro/zpeuri.htf + texmf-dist/tex4ht/ht-fonts/alias/euro/zpeuris.htf + texmf-dist/tex4ht/ht-fonts/alias/euro/zpeurit.htf + texmf-dist/tex4ht/ht-fonts/alias/euro/zpeurs.htf + texmf-dist/tex4ht/ht-fonts/alias/euro/zpeurt.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkcy/gbkcy01.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkcy/gbkcy02.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkcy/gbkcy03.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkcy/gbkcy04.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkcy/gbkcy05.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkcy/gbkcy06.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkcy/gbkcy07.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkcy/gbkcy08.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkcy/gbkcy09.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkcy/gbkcy10.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkcy/gbkcy11.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkcy/gbkcy12.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkcy/gbkcy13.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkcy/gbkcy14.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkcy/gbkcy15.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkcy/gbkcy16.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkcy/gbkcy17.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkcy/gbkcy18.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkcy/gbkcy19.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkcy/gbkcy20.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkcy/gbkcy21.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkcy/gbkcy22.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkcy/gbkcy23.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkcy/gbkcy24.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkcy/gbkcy25.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkcy/gbkcy26.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkcy/gbkcy27.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkcy/gbkcy28.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkcy/gbkcy29.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkcy/gbkcy30.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkcy/gbkcy31.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkcy/gbkcy32.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkcy/gbkcy33.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkcy/gbkcy34.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkcy/gbkcy35.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkcy/gbkcy36.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkcy/gbkcy37.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkcy/gbkcy38.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkcy/gbkcy39.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkcy/gbkcy40.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkcy/gbkcy41.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkcy/gbkcy42.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkcy/gbkcy43.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkcy/gbkcy44.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkcy/gbkcy45.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkcy/gbkcy46.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkcy/gbkcy47.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkcy/gbkcy48.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkcy/gbkcy49.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkcy/gbkcy50.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkcy/gbkcy51.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkcy/gbkcy52.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkcy/gbkcy53.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkcy/gbkcy54.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkcy/gbkcy55.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkcy/gbkcy56.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkcy/gbkcy57.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkcy/gbkcy58.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkcy/gbkcy59.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkcy/gbkcy60.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkcy/gbkcy61.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkcy/gbkcy62.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkcy/gbkcy63.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkcy/gbkcy64.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkcy/gbkcy65.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkcy/gbkcy66.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkcy/gbkcy67.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkcy/gbkcy68.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkcy/gbkcy69.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkcy/gbkcy70.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkcy/gbkcy71.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkcy/gbkcy72.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkcy/gbkcy73.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkcy/gbkcy74.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkcy/gbkcy75.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkcy/gbkcy76.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkcy/gbkcy77.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkcy/gbkcy78.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkcy/gbkcy79.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkcy/gbkcy80.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkcy/gbkcy81.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkcy/gbkcy82.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkcy/gbkcy83.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkcy/gbkcy84.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkcy/gbkcy85.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkcy/gbkcy86.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkcy/gbkcy87.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkcy/gbkcy88.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkcy/gbkcy89.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkcy/gbkcy90.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkcy/gbkcy91.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkcy/gbkcy92.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkcy/gbkcy93.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkcy/gbkcy94.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkfs/gbkfs01.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkfs/gbkfs02.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkfs/gbkfs03.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkfs/gbkfs04.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkfs/gbkfs05.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkfs/gbkfs06.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkfs/gbkfs07.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkfs/gbkfs08.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkfs/gbkfs09.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkfs/gbkfs10.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkfs/gbkfs11.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkfs/gbkfs12.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkfs/gbkfs13.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkfs/gbkfs14.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkfs/gbkfs15.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkfs/gbkfs16.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkfs/gbkfs17.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkfs/gbkfs18.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkfs/gbkfs19.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkfs/gbkfs20.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkfs/gbkfs21.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkfs/gbkfs22.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkfs/gbkfs23.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkfs/gbkfs24.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkfs/gbkfs25.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkfs/gbkfs26.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkfs/gbkfs27.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkfs/gbkfs28.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkfs/gbkfs29.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkfs/gbkfs30.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkfs/gbkfs31.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkfs/gbkfs32.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkfs/gbkfs33.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkfs/gbkfs34.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkfs/gbkfs35.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkfs/gbkfs36.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkfs/gbkfs37.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkfs/gbkfs38.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkfs/gbkfs39.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkfs/gbkfs40.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkfs/gbkfs41.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkfs/gbkfs42.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkfs/gbkfs43.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkfs/gbkfs44.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkfs/gbkfs45.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkfs/gbkfs46.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkfs/gbkfs47.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkfs/gbkfs48.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkfs/gbkfs49.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkfs/gbkfs50.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkfs/gbkfs51.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkfs/gbkfs52.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkfs/gbkfs53.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkfs/gbkfs54.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkfs/gbkfs55.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkfs/gbkfs56.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkfs/gbkfs57.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkfs/gbkfs58.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkfs/gbkfs59.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkfs/gbkfs60.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkfs/gbkfs61.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkfs/gbkfs62.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkfs/gbkfs63.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkfs/gbkfs64.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkfs/gbkfs65.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkfs/gbkfs66.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkfs/gbkfs67.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkfs/gbkfs68.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkfs/gbkfs69.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkfs/gbkfs70.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkfs/gbkfs71.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkfs/gbkfs72.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkfs/gbkfs73.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkfs/gbkfs74.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkfs/gbkfs75.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkfs/gbkfs76.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkfs/gbkfs77.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkfs/gbkfs78.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkfs/gbkfs79.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkfs/gbkfs80.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkfs/gbkfs81.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkfs/gbkfs82.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkfs/gbkfs83.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkfs/gbkfs84.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkfs/gbkfs85.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkfs/gbkfs86.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkfs/gbkfs87.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkfs/gbkfs88.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkfs/gbkfs89.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkfs/gbkfs90.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkfs/gbkfs91.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkfs/gbkfs92.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkfs/gbkfs93.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkfs/gbkfs94.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkhei/gbkhei01.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkhei/gbkhei02.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkhei/gbkhei03.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkhei/gbkhei04.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkhei/gbkhei05.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkhei/gbkhei06.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkhei/gbkhei07.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkhei/gbkhei08.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkhei/gbkhei09.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkhei/gbkhei10.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkhei/gbkhei11.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkhei/gbkhei12.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkhei/gbkhei13.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkhei/gbkhei14.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkhei/gbkhei15.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkhei/gbkhei16.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkhei/gbkhei17.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkhei/gbkhei18.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkhei/gbkhei19.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkhei/gbkhei20.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkhei/gbkhei21.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkhei/gbkhei22.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkhei/gbkhei23.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkhei/gbkhei24.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkhei/gbkhei25.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkhei/gbkhei26.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkhei/gbkhei27.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkhei/gbkhei28.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkhei/gbkhei29.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkhei/gbkhei30.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkhei/gbkhei31.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkhei/gbkhei32.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkhei/gbkhei33.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkhei/gbkhei34.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkhei/gbkhei35.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkhei/gbkhei36.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkhei/gbkhei37.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkhei/gbkhei38.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkhei/gbkhei39.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkhei/gbkhei40.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkhei/gbkhei41.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkhei/gbkhei42.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkhei/gbkhei43.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkhei/gbkhei44.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkhei/gbkhei45.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkhei/gbkhei46.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkhei/gbkhei47.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkhei/gbkhei48.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkhei/gbkhei49.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkhei/gbkhei50.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkhei/gbkhei51.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkhei/gbkhei52.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkhei/gbkhei53.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkhei/gbkhei54.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkhei/gbkhei55.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkhei/gbkhei56.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkhei/gbkhei57.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkhei/gbkhei58.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkhei/gbkhei59.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkhei/gbkhei60.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkhei/gbkhei61.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkhei/gbkhei62.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkhei/gbkhei63.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkhei/gbkhei64.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkhei/gbkhei65.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkhei/gbkhei66.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkhei/gbkhei67.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkhei/gbkhei68.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkhei/gbkhei69.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkhei/gbkhei70.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkhei/gbkhei71.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkhei/gbkhei72.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkhei/gbkhei73.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkhei/gbkhei74.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkhei/gbkhei75.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkhei/gbkhei76.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkhei/gbkhei77.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkhei/gbkhei78.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkhei/gbkhei79.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkhei/gbkhei80.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkhei/gbkhei81.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkhei/gbkhei82.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkhei/gbkhei83.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkhei/gbkhei84.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkhei/gbkhei85.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkhei/gbkhei86.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkhei/gbkhei87.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkhei/gbkhei88.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkhei/gbkhei89.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkhei/gbkhei90.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkhei/gbkhei91.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkhei/gbkhei92.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkhei/gbkhei93.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkhei/gbkhei94.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkkai/gbkkai01.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkkai/gbkkai02.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkkai/gbkkai03.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkkai/gbkkai04.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkkai/gbkkai05.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkkai/gbkkai06.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkkai/gbkkai07.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkkai/gbkkai08.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkkai/gbkkai09.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkkai/gbkkai10.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkkai/gbkkai11.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkkai/gbkkai12.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkkai/gbkkai13.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkkai/gbkkai14.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkkai/gbkkai15.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkkai/gbkkai16.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkkai/gbkkai17.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkkai/gbkkai18.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkkai/gbkkai19.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkkai/gbkkai20.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkkai/gbkkai21.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkkai/gbkkai22.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkkai/gbkkai23.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkkai/gbkkai24.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkkai/gbkkai25.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkkai/gbkkai26.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkkai/gbkkai27.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkkai/gbkkai28.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkkai/gbkkai29.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkkai/gbkkai30.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkkai/gbkkai31.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkkai/gbkkai32.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkkai/gbkkai33.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkkai/gbkkai34.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkkai/gbkkai35.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkkai/gbkkai36.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkkai/gbkkai37.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkkai/gbkkai38.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkkai/gbkkai39.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkkai/gbkkai40.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkkai/gbkkai41.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkkai/gbkkai42.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkkai/gbkkai43.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkkai/gbkkai44.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkkai/gbkkai45.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkkai/gbkkai46.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkkai/gbkkai47.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkkai/gbkkai48.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkkai/gbkkai49.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkkai/gbkkai50.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkkai/gbkkai51.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkkai/gbkkai52.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkkai/gbkkai53.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkkai/gbkkai54.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkkai/gbkkai55.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkkai/gbkkai56.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkkai/gbkkai57.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkkai/gbkkai58.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkkai/gbkkai59.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkkai/gbkkai60.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkkai/gbkkai61.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkkai/gbkkai62.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkkai/gbkkai63.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkkai/gbkkai64.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkkai/gbkkai65.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkkai/gbkkai66.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkkai/gbkkai67.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkkai/gbkkai68.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkkai/gbkkai69.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkkai/gbkkai70.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkkai/gbkkai71.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkkai/gbkkai72.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkkai/gbkkai73.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkkai/gbkkai74.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkkai/gbkkai75.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkkai/gbkkai76.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkkai/gbkkai77.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkkai/gbkkai78.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkkai/gbkkai79.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkkai/gbkkai80.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkkai/gbkkai81.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkkai/gbkkai82.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkkai/gbkkai83.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkkai/gbkkai84.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkkai/gbkkai85.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkkai/gbkkai86.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkkai/gbkkai87.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkkai/gbkkai88.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkkai/gbkkai89.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkkai/gbkkai90.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkkai/gbkkai91.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkkai/gbkkai92.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkkai/gbkkai93.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkkai/gbkkai94.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkli/gbkli01.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkli/gbkli02.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkli/gbkli03.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkli/gbkli04.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkli/gbkli05.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkli/gbkli06.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkli/gbkli07.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkli/gbkli08.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkli/gbkli09.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkli/gbkli10.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkli/gbkli11.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkli/gbkli12.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkli/gbkli13.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkli/gbkli14.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkli/gbkli15.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkli/gbkli16.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkli/gbkli17.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkli/gbkli18.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkli/gbkli19.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkli/gbkli20.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkli/gbkli21.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkli/gbkli22.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkli/gbkli23.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkli/gbkli24.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkli/gbkli25.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkli/gbkli26.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkli/gbkli27.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkli/gbkli28.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkli/gbkli29.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkli/gbkli30.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkli/gbkli31.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkli/gbkli32.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkli/gbkli33.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkli/gbkli34.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkli/gbkli35.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkli/gbkli36.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkli/gbkli37.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkli/gbkli38.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkli/gbkli39.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkli/gbkli40.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkli/gbkli41.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkli/gbkli42.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkli/gbkli43.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkli/gbkli44.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkli/gbkli45.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkli/gbkli46.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkli/gbkli47.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkli/gbkli48.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkli/gbkli49.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkli/gbkli50.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkli/gbkli51.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkli/gbkli52.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkli/gbkli53.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkli/gbkli54.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkli/gbkli55.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkli/gbkli56.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkli/gbkli57.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkli/gbkli58.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkli/gbkli59.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkli/gbkli60.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkli/gbkli61.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkli/gbkli62.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkli/gbkli63.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkli/gbkli64.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkli/gbkli65.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkli/gbkli66.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkli/gbkli67.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkli/gbkli68.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkli/gbkli69.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkli/gbkli70.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkli/gbkli71.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkli/gbkli72.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkli/gbkli73.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkli/gbkli74.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkli/gbkli75.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkli/gbkli76.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkli/gbkli77.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkli/gbkli78.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkli/gbkli79.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkli/gbkli80.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkli/gbkli81.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkli/gbkli82.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkli/gbkli83.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkli/gbkli84.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkli/gbkli85.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkli/gbkli86.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkli/gbkli87.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkli/gbkli88.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkli/gbkli89.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkli/gbkli90.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkli/gbkli91.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkli/gbkli92.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkli/gbkli93.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkli/gbkli94.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkshu/gbkshu01.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkshu/gbkshu02.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkshu/gbkshu03.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkshu/gbkshu04.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkshu/gbkshu05.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkshu/gbkshu06.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkshu/gbkshu07.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkshu/gbkshu08.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkshu/gbkshu09.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkshu/gbkshu10.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkshu/gbkshu11.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkshu/gbkshu12.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkshu/gbkshu13.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkshu/gbkshu14.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkshu/gbkshu15.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkshu/gbkshu16.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkshu/gbkshu17.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkshu/gbkshu18.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkshu/gbkshu19.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkshu/gbkshu20.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkshu/gbkshu21.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkshu/gbkshu22.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkshu/gbkshu23.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkshu/gbkshu24.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkshu/gbkshu25.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkshu/gbkshu26.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkshu/gbkshu27.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkshu/gbkshu28.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkshu/gbkshu29.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkshu/gbkshu30.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkshu/gbkshu31.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkshu/gbkshu32.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkshu/gbkshu33.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkshu/gbkshu34.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkshu/gbkshu35.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkshu/gbkshu36.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkshu/gbkshu37.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkshu/gbkshu38.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkshu/gbkshu39.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkshu/gbkshu40.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkshu/gbkshu41.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkshu/gbkshu42.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkshu/gbkshu43.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkshu/gbkshu44.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkshu/gbkshu45.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkshu/gbkshu46.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkshu/gbkshu47.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkshu/gbkshu48.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkshu/gbkshu49.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkshu/gbkshu50.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkshu/gbkshu51.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkshu/gbkshu52.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkshu/gbkshu53.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkshu/gbkshu54.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkshu/gbkshu55.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkshu/gbkshu56.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkshu/gbkshu57.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkshu/gbkshu58.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkshu/gbkshu59.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkshu/gbkshu60.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkshu/gbkshu61.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkshu/gbkshu62.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkshu/gbkshu63.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkshu/gbkshu64.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkshu/gbkshu65.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkshu/gbkshu66.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkshu/gbkshu67.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkshu/gbkshu68.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkshu/gbkshu69.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkshu/gbkshu70.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkshu/gbkshu71.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkshu/gbkshu72.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkshu/gbkshu73.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkshu/gbkshu74.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkshu/gbkshu75.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkshu/gbkshu76.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkshu/gbkshu77.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkshu/gbkshu78.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkshu/gbkshu79.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkshu/gbkshu80.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkshu/gbkshu81.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkshu/gbkshu82.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkshu/gbkshu83.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkshu/gbkshu84.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkshu/gbkshu85.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkshu/gbkshu86.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkshu/gbkshu87.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkshu/gbkshu88.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkshu/gbkshu89.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkshu/gbkshu90.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkshu/gbkshu91.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkshu/gbkshu92.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkshu/gbkshu93.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkshu/gbkshu94.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbksu/gbksu01.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbksu/gbksu02.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbksu/gbksu03.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbksu/gbksu04.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbksu/gbksu05.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbksu/gbksu06.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbksu/gbksu07.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbksu/gbksu08.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbksu/gbksu09.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbksu/gbksu10.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbksu/gbksu11.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbksu/gbksu12.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbksu/gbksu13.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbksu/gbksu14.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbksu/gbksu15.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbksu/gbksu16.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbksu/gbksu17.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbksu/gbksu18.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbksu/gbksu19.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbksu/gbksu20.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbksu/gbksu21.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbksu/gbksu22.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbksu/gbksu23.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbksu/gbksu24.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbksu/gbksu25.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbksu/gbksu26.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbksu/gbksu27.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbksu/gbksu28.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbksu/gbksu29.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbksu/gbksu30.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbksu/gbksu31.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbksu/gbksu32.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbksu/gbksu33.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbksu/gbksu34.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbksu/gbksu35.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbksu/gbksu36.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbksu/gbksu37.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbksu/gbksu38.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbksu/gbksu39.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbksu/gbksu40.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbksu/gbksu41.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbksu/gbksu42.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbksu/gbksu43.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbksu/gbksu44.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbksu/gbksu45.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbksu/gbksu46.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbksu/gbksu47.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbksu/gbksu48.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbksu/gbksu49.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbksu/gbksu50.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbksu/gbksu51.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbksu/gbksu52.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbksu/gbksu53.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbksu/gbksu54.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbksu/gbksu55.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbksu/gbksu56.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbksu/gbksu57.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbksu/gbksu58.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbksu/gbksu59.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbksu/gbksu60.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbksu/gbksu61.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbksu/gbksu62.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbksu/gbksu63.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbksu/gbksu64.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbksu/gbksu65.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbksu/gbksu66.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbksu/gbksu67.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbksu/gbksu68.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbksu/gbksu69.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbksu/gbksu70.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbksu/gbksu71.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbksu/gbksu72.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbksu/gbksu73.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbksu/gbksu74.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbksu/gbksu75.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbksu/gbksu76.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbksu/gbksu77.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbksu/gbksu78.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbksu/gbksu79.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbksu/gbksu80.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbksu/gbksu81.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbksu/gbksu82.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbksu/gbksu83.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbksu/gbksu84.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbksu/gbksu85.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbksu/gbksu86.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbksu/gbksu87.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbksu/gbksu88.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbksu/gbksu89.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbksu/gbksu90.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbksu/gbksu91.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbksu/gbksu92.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbksu/gbksu93.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbksu/gbksu94.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkxh/gbkxh01.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkxh/gbkxh02.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkxh/gbkxh03.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkxh/gbkxh04.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkxh/gbkxh05.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkxh/gbkxh06.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkxh/gbkxh07.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkxh/gbkxh08.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkxh/gbkxh09.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkxh/gbkxh10.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkxh/gbkxh11.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkxh/gbkxh12.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkxh/gbkxh13.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkxh/gbkxh14.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkxh/gbkxh15.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkxh/gbkxh16.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkxh/gbkxh17.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkxh/gbkxh18.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkxh/gbkxh19.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkxh/gbkxh20.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkxh/gbkxh21.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkxh/gbkxh22.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkxh/gbkxh23.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkxh/gbkxh24.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkxh/gbkxh25.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkxh/gbkxh26.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkxh/gbkxh27.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkxh/gbkxh28.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkxh/gbkxh29.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkxh/gbkxh30.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkxh/gbkxh31.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkxh/gbkxh32.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkxh/gbkxh33.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkxh/gbkxh34.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkxh/gbkxh35.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkxh/gbkxh36.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkxh/gbkxh37.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkxh/gbkxh38.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkxh/gbkxh39.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkxh/gbkxh40.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkxh/gbkxh41.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkxh/gbkxh42.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkxh/gbkxh43.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkxh/gbkxh44.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkxh/gbkxh45.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkxh/gbkxh46.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkxh/gbkxh47.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkxh/gbkxh48.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkxh/gbkxh49.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkxh/gbkxh50.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkxh/gbkxh51.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkxh/gbkxh52.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkxh/gbkxh53.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkxh/gbkxh54.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkxh/gbkxh55.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkxh/gbkxh56.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkxh/gbkxh57.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkxh/gbkxh58.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkxh/gbkxh59.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkxh/gbkxh60.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkxh/gbkxh61.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkxh/gbkxh62.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkxh/gbkxh63.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkxh/gbkxh64.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkxh/gbkxh65.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkxh/gbkxh66.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkxh/gbkxh67.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkxh/gbkxh68.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkxh/gbkxh69.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkxh/gbkxh70.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkxh/gbkxh71.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkxh/gbkxh72.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkxh/gbkxh73.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkxh/gbkxh74.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkxh/gbkxh75.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkxh/gbkxh76.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkxh/gbkxh77.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkxh/gbkxh78.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkxh/gbkxh79.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkxh/gbkxh80.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkxh/gbkxh81.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkxh/gbkxh82.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkxh/gbkxh83.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkxh/gbkxh84.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkxh/gbkxh85.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkxh/gbkxh86.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkxh/gbkxh87.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkxh/gbkxh88.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkxh/gbkxh89.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkxh/gbkxh90.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkxh/gbkxh91.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkxh/gbkxh92.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkxh/gbkxh93.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkxh/gbkxh94.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkxk/gbkxk01.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkxk/gbkxk02.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkxk/gbkxk03.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkxk/gbkxk04.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkxk/gbkxk05.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkxk/gbkxk06.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkxk/gbkxk07.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkxk/gbkxk08.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkxk/gbkxk09.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkxk/gbkxk10.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkxk/gbkxk11.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkxk/gbkxk12.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkxk/gbkxk13.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkxk/gbkxk14.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkxk/gbkxk15.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkxk/gbkxk16.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkxk/gbkxk17.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkxk/gbkxk18.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkxk/gbkxk19.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkxk/gbkxk20.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkxk/gbkxk21.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkxk/gbkxk22.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkxk/gbkxk23.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkxk/gbkxk24.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkxk/gbkxk25.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkxk/gbkxk26.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkxk/gbkxk27.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkxk/gbkxk28.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkxk/gbkxk29.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkxk/gbkxk30.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkxk/gbkxk31.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkxk/gbkxk32.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkxk/gbkxk33.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkxk/gbkxk34.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkxk/gbkxk35.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkxk/gbkxk36.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkxk/gbkxk37.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkxk/gbkxk38.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkxk/gbkxk39.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkxk/gbkxk40.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkxk/gbkxk41.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkxk/gbkxk42.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkxk/gbkxk43.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkxk/gbkxk44.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkxk/gbkxk45.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkxk/gbkxk46.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkxk/gbkxk47.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkxk/gbkxk48.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkxk/gbkxk49.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkxk/gbkxk50.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkxk/gbkxk51.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkxk/gbkxk52.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkxk/gbkxk53.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkxk/gbkxk54.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkxk/gbkxk55.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkxk/gbkxk56.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkxk/gbkxk57.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkxk/gbkxk58.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkxk/gbkxk59.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkxk/gbkxk60.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkxk/gbkxk61.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkxk/gbkxk62.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkxk/gbkxk63.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkxk/gbkxk64.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkxk/gbkxk65.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkxk/gbkxk66.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkxk/gbkxk67.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkxk/gbkxk68.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkxk/gbkxk69.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkxk/gbkxk70.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkxk/gbkxk71.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkxk/gbkxk72.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkxk/gbkxk73.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkxk/gbkxk74.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkxk/gbkxk75.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkxk/gbkxk76.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkxk/gbkxk77.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkxk/gbkxk78.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkxk/gbkxk79.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkxk/gbkxk80.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkxk/gbkxk81.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkxk/gbkxk82.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkxk/gbkxk83.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkxk/gbkxk84.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkxk/gbkxk85.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkxk/gbkxk86.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkxk/gbkxk87.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkxk/gbkxk88.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkxk/gbkxk89.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkxk/gbkxk90.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkxk/gbkxk91.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkxk/gbkxk92.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkxk/gbkxk93.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkxk/gbkxk94.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkxw/gbkxw01.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkxw/gbkxw02.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkxw/gbkxw03.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkxw/gbkxw04.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkxw/gbkxw05.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkxw/gbkxw06.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkxw/gbkxw07.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkxw/gbkxw08.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkxw/gbkxw09.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkxw/gbkxw10.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkxw/gbkxw11.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkxw/gbkxw12.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkxw/gbkxw13.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkxw/gbkxw14.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkxw/gbkxw15.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkxw/gbkxw16.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkxw/gbkxw17.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkxw/gbkxw18.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkxw/gbkxw19.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkxw/gbkxw20.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkxw/gbkxw21.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkxw/gbkxw22.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkxw/gbkxw23.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkxw/gbkxw24.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkxw/gbkxw25.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkxw/gbkxw26.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkxw/gbkxw27.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkxw/gbkxw28.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkxw/gbkxw29.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkxw/gbkxw30.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkxw/gbkxw31.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkxw/gbkxw32.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkxw/gbkxw33.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkxw/gbkxw34.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkxw/gbkxw35.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkxw/gbkxw36.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkxw/gbkxw37.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkxw/gbkxw38.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkxw/gbkxw39.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkxw/gbkxw40.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkxw/gbkxw41.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkxw/gbkxw42.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkxw/gbkxw43.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkxw/gbkxw44.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkxw/gbkxw45.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkxw/gbkxw46.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkxw/gbkxw47.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkxw/gbkxw48.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkxw/gbkxw49.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkxw/gbkxw50.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkxw/gbkxw51.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkxw/gbkxw52.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkxw/gbkxw53.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkxw/gbkxw54.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkxw/gbkxw55.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkxw/gbkxw56.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkxw/gbkxw57.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkxw/gbkxw58.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkxw/gbkxw59.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkxw/gbkxw60.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkxw/gbkxw61.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkxw/gbkxw62.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkxw/gbkxw63.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkxw/gbkxw64.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkxw/gbkxw65.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkxw/gbkxw66.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkxw/gbkxw67.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkxw/gbkxw68.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkxw/gbkxw69.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkxw/gbkxw70.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkxw/gbkxw71.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkxw/gbkxw72.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkxw/gbkxw73.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkxw/gbkxw74.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkxw/gbkxw75.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkxw/gbkxw76.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkxw/gbkxw77.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkxw/gbkxw78.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkxw/gbkxw79.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkxw/gbkxw80.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkxw/gbkxw81.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkxw/gbkxw82.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkxw/gbkxw83.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkxw/gbkxw84.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkxw/gbkxw85.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkxw/gbkxw86.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkxw/gbkxw87.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkxw/gbkxw88.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkxw/gbkxw89.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkxw/gbkxw90.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkxw/gbkxw91.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkxw/gbkxw92.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkxw/gbkxw93.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkxw/gbkxw94.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkyao/gbkyao01.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkyao/gbkyao02.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkyao/gbkyao03.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkyao/gbkyao04.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkyao/gbkyao05.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkyao/gbkyao06.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkyao/gbkyao07.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkyao/gbkyao08.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkyao/gbkyao09.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkyao/gbkyao10.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkyao/gbkyao11.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkyao/gbkyao12.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkyao/gbkyao13.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkyao/gbkyao14.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkyao/gbkyao15.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkyao/gbkyao16.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkyao/gbkyao17.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkyao/gbkyao18.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkyao/gbkyao19.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkyao/gbkyao20.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkyao/gbkyao21.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkyao/gbkyao22.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkyao/gbkyao23.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkyao/gbkyao24.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkyao/gbkyao25.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkyao/gbkyao26.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkyao/gbkyao27.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkyao/gbkyao28.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkyao/gbkyao29.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkyao/gbkyao30.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkyao/gbkyao31.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkyao/gbkyao32.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkyao/gbkyao33.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkyao/gbkyao34.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkyao/gbkyao35.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkyao/gbkyao36.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkyao/gbkyao37.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkyao/gbkyao38.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkyao/gbkyao39.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkyao/gbkyao40.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkyao/gbkyao41.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkyao/gbkyao42.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkyao/gbkyao43.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkyao/gbkyao44.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkyao/gbkyao45.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkyao/gbkyao46.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkyao/gbkyao47.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkyao/gbkyao48.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkyao/gbkyao49.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkyao/gbkyao50.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkyao/gbkyao51.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkyao/gbkyao52.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkyao/gbkyao53.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkyao/gbkyao54.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkyao/gbkyao55.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkyao/gbkyao56.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkyao/gbkyao57.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkyao/gbkyao58.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkyao/gbkyao59.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkyao/gbkyao60.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkyao/gbkyao61.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkyao/gbkyao62.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkyao/gbkyao63.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkyao/gbkyao64.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkyao/gbkyao65.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkyao/gbkyao66.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkyao/gbkyao67.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkyao/gbkyao68.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkyao/gbkyao69.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkyao/gbkyao70.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkyao/gbkyao71.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkyao/gbkyao72.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkyao/gbkyao73.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkyao/gbkyao74.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkyao/gbkyao75.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkyao/gbkyao76.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkyao/gbkyao77.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkyao/gbkyao78.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkyao/gbkyao79.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkyao/gbkyao80.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkyao/gbkyao81.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkyao/gbkyao82.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkyao/gbkyao83.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkyao/gbkyao84.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkyao/gbkyao85.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkyao/gbkyao86.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkyao/gbkyao87.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkyao/gbkyao88.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkyao/gbkyao89.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkyao/gbkyao90.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkyao/gbkyao91.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkyao/gbkyao92.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkyao/gbkyao93.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkyao/gbkyao94.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkyou/gbkyou01.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkyou/gbkyou02.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkyou/gbkyou03.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkyou/gbkyou04.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkyou/gbkyou05.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkyou/gbkyou06.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkyou/gbkyou07.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkyou/gbkyou08.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkyou/gbkyou09.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkyou/gbkyou10.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkyou/gbkyou11.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkyou/gbkyou12.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkyou/gbkyou13.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkyou/gbkyou14.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkyou/gbkyou15.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkyou/gbkyou16.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkyou/gbkyou17.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkyou/gbkyou18.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkyou/gbkyou19.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkyou/gbkyou20.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkyou/gbkyou21.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkyou/gbkyou22.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkyou/gbkyou23.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkyou/gbkyou24.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkyou/gbkyou25.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkyou/gbkyou26.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkyou/gbkyou27.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkyou/gbkyou28.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkyou/gbkyou29.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkyou/gbkyou30.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkyou/gbkyou31.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkyou/gbkyou32.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkyou/gbkyou33.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkyou/gbkyou34.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkyou/gbkyou35.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkyou/gbkyou36.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkyou/gbkyou37.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkyou/gbkyou38.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkyou/gbkyou39.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkyou/gbkyou40.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkyou/gbkyou41.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkyou/gbkyou42.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkyou/gbkyou43.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkyou/gbkyou44.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkyou/gbkyou45.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkyou/gbkyou46.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkyou/gbkyou47.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkyou/gbkyou48.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkyou/gbkyou49.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkyou/gbkyou50.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkyou/gbkyou51.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkyou/gbkyou52.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkyou/gbkyou53.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkyou/gbkyou54.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkyou/gbkyou55.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkyou/gbkyou56.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkyou/gbkyou57.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkyou/gbkyou58.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkyou/gbkyou59.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkyou/gbkyou60.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkyou/gbkyou61.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkyou/gbkyou62.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkyou/gbkyou63.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkyou/gbkyou64.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkyou/gbkyou65.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkyou/gbkyou66.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkyou/gbkyou67.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkyou/gbkyou68.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkyou/gbkyou69.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkyou/gbkyou70.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkyou/gbkyou71.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkyou/gbkyou72.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkyou/gbkyou73.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkyou/gbkyou74.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkyou/gbkyou75.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkyou/gbkyou76.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkyou/gbkyou77.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkyou/gbkyou78.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkyou/gbkyou79.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkyou/gbkyou80.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkyou/gbkyou81.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkyou/gbkyou82.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkyou/gbkyou83.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkyou/gbkyou84.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkyou/gbkyou85.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkyou/gbkyou86.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkyou/gbkyou87.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkyou/gbkyou88.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkyou/gbkyou89.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkyou/gbkyou90.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkyou/gbkyou91.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkyou/gbkyou92.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkyou/gbkyou93.htf + texmf-dist/tex4ht/ht-fonts/alias/gbk/gbkyou/gbkyou94.htf + texmf-dist/tex4ht/ht-fonts/alias/greek/ibygrk/fibo.htf + texmf-dist/tex4ht/ht-fonts/alias/hebrew/cjheblsm.htf + texmf-dist/tex4ht/ht-fonts/alias/hebrew/deads.htf + texmf-dist/tex4ht/ht-fonts/alias/hebrew/hcaption.htf + texmf-dist/tex4ht/ht-fonts/alias/hebrew/oldjaf.htf + texmf-dist/tex4ht/ht-fonts/alias/hebrew/rcjheblsm.htf + texmf-dist/tex4ht/ht-fonts/alias/hebrew/rcjhebltx.htf + texmf-dist/tex4ht/ht-fonts/alias/hebrew/telav.htf + texmf-dist/tex4ht/ht-fonts/alias/iwona/cs-iwonacap/cs-iwonabcap.htf + texmf-dist/tex4ht/ht-fonts/alias/iwona/cs-iwonacap/cs-iwonabicap.htf + texmf-dist/tex4ht/ht-fonts/alias/iwona/cs-iwonacap/cs-iwonacbcap.htf + texmf-dist/tex4ht/ht-fonts/alias/iwona/cs-iwonacap/cs-iwonacbicap.htf + texmf-dist/tex4ht/ht-fonts/alias/iwona/cs-iwonacap/cs-iwonachcap.htf + texmf-dist/tex4ht/ht-fonts/alias/iwona/cs-iwonacap/cs-iwonachicap.htf + texmf-dist/tex4ht/ht-fonts/alias/iwona/cs-iwonacap/cs-iwonaclcap.htf + texmf-dist/tex4ht/ht-fonts/alias/iwona/cs-iwonacap/cs-iwonaclicap.htf + texmf-dist/tex4ht/ht-fonts/alias/iwona/cs-iwonacap/cs-iwonacmcap.htf + texmf-dist/tex4ht/ht-fonts/alias/iwona/cs-iwonacap/cs-iwonacmicap.htf + texmf-dist/tex4ht/ht-fonts/alias/iwona/cs-iwonacap/cs-iwonacrcap.htf + texmf-dist/tex4ht/ht-fonts/alias/iwona/cs-iwonacap/cs-iwonacricap.htf + texmf-dist/tex4ht/ht-fonts/alias/iwona/cs-iwonacap/cs-iwonahcap.htf + texmf-dist/tex4ht/ht-fonts/alias/iwona/cs-iwonacap/cs-iwonahicap.htf + texmf-dist/tex4ht/ht-fonts/alias/iwona/cs-iwonacap/cs-iwonalcap.htf + texmf-dist/tex4ht/ht-fonts/alias/iwona/cs-iwonacap/cs-iwonalicap.htf + texmf-dist/tex4ht/ht-fonts/alias/iwona/cs-iwonacap/cs-iwonamcap.htf + texmf-dist/tex4ht/ht-fonts/alias/iwona/cs-iwonacap/cs-iwonamicap.htf + texmf-dist/tex4ht/ht-fonts/alias/iwona/cs-iwonacap/cs-iwonarcap.htf + texmf-dist/tex4ht/ht-fonts/alias/iwona/cs-iwonacap/cs-iwonaricap.htf + texmf-dist/tex4ht/ht-fonts/alias/iwona/ec-iwona.htf + texmf-dist/tex4ht/ht-fonts/alias/iwona/ec-iwonacap/ec-iwonabcap.htf + texmf-dist/tex4ht/ht-fonts/alias/iwona/ec-iwonacap/ec-iwonabicap.htf + texmf-dist/tex4ht/ht-fonts/alias/iwona/ec-iwonacap/ec-iwonacbcap.htf + texmf-dist/tex4ht/ht-fonts/alias/iwona/ec-iwonacap/ec-iwonacbicap.htf + texmf-dist/tex4ht/ht-fonts/alias/iwona/ec-iwonacap/ec-iwonachcap.htf + texmf-dist/tex4ht/ht-fonts/alias/iwona/ec-iwonacap/ec-iwonachicap.htf + texmf-dist/tex4ht/ht-fonts/alias/iwona/ec-iwonacap/ec-iwonaclcap.htf + texmf-dist/tex4ht/ht-fonts/alias/iwona/ec-iwonacap/ec-iwonaclicap.htf + texmf-dist/tex4ht/ht-fonts/alias/iwona/ec-iwonacap/ec-iwonacmcap.htf + texmf-dist/tex4ht/ht-fonts/alias/iwona/ec-iwonacap/ec-iwonacmicap.htf + texmf-dist/tex4ht/ht-fonts/alias/iwona/ec-iwonacap/ec-iwonacrcap.htf + texmf-dist/tex4ht/ht-fonts/alias/iwona/ec-iwonacap/ec-iwonacricap.htf + texmf-dist/tex4ht/ht-fonts/alias/iwona/ec-iwonacap/ec-iwonahcap.htf + texmf-dist/tex4ht/ht-fonts/alias/iwona/ec-iwonacap/ec-iwonahicap.htf + texmf-dist/tex4ht/ht-fonts/alias/iwona/ec-iwonacap/ec-iwonalcap.htf + texmf-dist/tex4ht/ht-fonts/alias/iwona/ec-iwonacap/ec-iwonalicap.htf + texmf-dist/tex4ht/ht-fonts/alias/iwona/ec-iwonacap/ec-iwonamcap.htf + texmf-dist/tex4ht/ht-fonts/alias/iwona/ec-iwonacap/ec-iwonamicap.htf + texmf-dist/tex4ht/ht-fonts/alias/iwona/ec-iwonacap/ec-iwonarcap.htf + texmf-dist/tex4ht/ht-fonts/alias/iwona/ec-iwonacap/ec-iwonaricap.htf + texmf-dist/tex4ht/ht-fonts/alias/iwona/mi-iwona.htf + texmf-dist/tex4ht/ht-fonts/alias/iwona/qx/qx-iwonabcap.htf + texmf-dist/tex4ht/ht-fonts/alias/iwona/qx/qx-iwonabicap.htf + texmf-dist/tex4ht/ht-fonts/alias/iwona/qx/qx-iwonacbcap.htf + texmf-dist/tex4ht/ht-fonts/alias/iwona/qx/qx-iwonacbicap.htf + texmf-dist/tex4ht/ht-fonts/alias/iwona/qx/qx-iwonachcap.htf + texmf-dist/tex4ht/ht-fonts/alias/iwona/qx/qx-iwonachicap.htf + texmf-dist/tex4ht/ht-fonts/alias/iwona/qx/qx-iwonaclcap.htf + texmf-dist/tex4ht/ht-fonts/alias/iwona/qx/qx-iwonaclicap.htf + texmf-dist/tex4ht/ht-fonts/alias/iwona/qx/qx-iwonacmcap.htf + texmf-dist/tex4ht/ht-fonts/alias/iwona/qx/qx-iwonacmicap.htf + texmf-dist/tex4ht/ht-fonts/alias/iwona/qx/qx-iwonacrcap.htf + texmf-dist/tex4ht/ht-fonts/alias/iwona/qx/qx-iwonacricap.htf + texmf-dist/tex4ht/ht-fonts/alias/iwona/qx/qx-iwonahcap.htf + texmf-dist/tex4ht/ht-fonts/alias/iwona/qx/qx-iwonahicap.htf + texmf-dist/tex4ht/ht-fonts/alias/iwona/qx/qx-iwonalcap.htf + texmf-dist/tex4ht/ht-fonts/alias/iwona/qx/qx-iwonalicap.htf + texmf-dist/tex4ht/ht-fonts/alias/iwona/qx/qx-iwonamcap.htf + texmf-dist/tex4ht/ht-fonts/alias/iwona/qx/qx-iwonamicap.htf + texmf-dist/tex4ht/ht-fonts/alias/iwona/qx/qx-iwonarcap.htf + texmf-dist/tex4ht/ht-fonts/alias/iwona/qx/qx-iwonaricap.htf + texmf-dist/tex4ht/ht-fonts/alias/iwona/t5-iwonacap/t5-iwonabcap.htf + texmf-dist/tex4ht/ht-fonts/alias/iwona/t5-iwonacap/t5-iwonabicap.htf + texmf-dist/tex4ht/ht-fonts/alias/iwona/t5-iwonacap/t5-iwonacbcap.htf + texmf-dist/tex4ht/ht-fonts/alias/iwona/t5-iwonacap/t5-iwonacbicap.htf + texmf-dist/tex4ht/ht-fonts/alias/iwona/t5-iwonacap/t5-iwonachcap.htf + texmf-dist/tex4ht/ht-fonts/alias/iwona/t5-iwonacap/t5-iwonachicap.htf + texmf-dist/tex4ht/ht-fonts/alias/iwona/t5-iwonacap/t5-iwonaclcap.htf + texmf-dist/tex4ht/ht-fonts/alias/iwona/t5-iwonacap/t5-iwonaclicap.htf + texmf-dist/tex4ht/ht-fonts/alias/iwona/t5-iwonacap/t5-iwonacmcap.htf + texmf-dist/tex4ht/ht-fonts/alias/iwona/t5-iwonacap/t5-iwonacmicap.htf + texmf-dist/tex4ht/ht-fonts/alias/iwona/t5-iwonacap/t5-iwonacrcap.htf + texmf-dist/tex4ht/ht-fonts/alias/iwona/t5-iwonacap/t5-iwonacricap.htf + texmf-dist/tex4ht/ht-fonts/alias/iwona/t5-iwonacap/t5-iwonahcap.htf + texmf-dist/tex4ht/ht-fonts/alias/iwona/t5-iwonacap/t5-iwonahicap.htf + texmf-dist/tex4ht/ht-fonts/alias/iwona/t5-iwonacap/t5-iwonalcap.htf + texmf-dist/tex4ht/ht-fonts/alias/iwona/t5-iwonacap/t5-iwonalicap.htf + texmf-dist/tex4ht/ht-fonts/alias/iwona/t5-iwonacap/t5-iwonamcap.htf + texmf-dist/tex4ht/ht-fonts/alias/iwona/t5-iwonacap/t5-iwonamicap.htf + texmf-dist/tex4ht/ht-fonts/alias/iwona/t5-iwonacap/t5-iwonarcap.htf + texmf-dist/tex4ht/ht-fonts/alias/iwona/t5-iwonacap/t5-iwonaricap.htf + texmf-dist/tex4ht/ht-fonts/alias/iwona/texnansi/texnansi-iwonabcap.htf + texmf-dist/tex4ht/ht-fonts/alias/iwona/texnansi/texnansi-iwonabicap.htf + texmf-dist/tex4ht/ht-fonts/alias/iwona/texnansi/texnansi-iwonacbcap.htf + texmf-dist/tex4ht/ht-fonts/alias/iwona/texnansi/texnansi-iwonacbicap.htf + texmf-dist/tex4ht/ht-fonts/alias/iwona/texnansi/texnansi-iwonachcap.htf + texmf-dist/tex4ht/ht-fonts/alias/iwona/texnansi/texnansi-iwonachicap.htf + texmf-dist/tex4ht/ht-fonts/alias/iwona/texnansi/texnansi-iwonaclcap.htf + texmf-dist/tex4ht/ht-fonts/alias/iwona/texnansi/texnansi-iwonaclicap.htf + texmf-dist/tex4ht/ht-fonts/alias/iwona/texnansi/texnansi-iwonacmcap.htf + texmf-dist/tex4ht/ht-fonts/alias/iwona/texnansi/texnansi-iwonacmicap.htf + texmf-dist/tex4ht/ht-fonts/alias/iwona/texnansi/texnansi-iwonacrcap.htf + texmf-dist/tex4ht/ht-fonts/alias/iwona/texnansi/texnansi-iwonacricap.htf + texmf-dist/tex4ht/ht-fonts/alias/iwona/texnansi/texnansi-iwonahcap.htf + texmf-dist/tex4ht/ht-fonts/alias/iwona/texnansi/texnansi-iwonahicap.htf + texmf-dist/tex4ht/ht-fonts/alias/iwona/texnansi/texnansi-iwonalcap.htf + texmf-dist/tex4ht/ht-fonts/alias/iwona/texnansi/texnansi-iwonalicap.htf + texmf-dist/tex4ht/ht-fonts/alias/iwona/texnansi/texnansi-iwonamcap.htf + texmf-dist/tex4ht/ht-fonts/alias/iwona/texnansi/texnansi-iwonamicap.htf + texmf-dist/tex4ht/ht-fonts/alias/iwona/texnansi/texnansi-iwonarcap.htf + texmf-dist/tex4ht/ht-fonts/alias/iwona/texnansi/texnansi-iwonaricap.htf + texmf-dist/tex4ht/ht-fonts/alias/jknappen/tc/tcbi.htf + texmf-dist/tex4ht/ht-fonts/alias/jknappen/tc/tcbl.htf + texmf-dist/tex4ht/ht-fonts/alias/jknappen/tc/tcbx.htf + texmf-dist/tex4ht/ht-fonts/alias/jknappen/tc/tcci.htf + texmf-dist/tex4ht/ht-fonts/alias/jknappen/tc/tcit.htf + texmf-dist/tex4ht/ht-fonts/alias/jknappen/tc/tcrb.htf + texmf-dist/tex4ht/ht-fonts/alias/jknappen/tc/tcsi.htf + texmf-dist/tex4ht/ht-fonts/alias/jknappen/tc/tcsl.htf + texmf-dist/tex4ht/ht-fonts/alias/jknappen/tc/tcso.htf + texmf-dist/tex4ht/ht-fonts/alias/jknappen/tc/tcss.htf + texmf-dist/tex4ht/ht-fonts/alias/jknappen/tc/tcst.htf + texmf-dist/tex4ht/ht-fonts/alias/jknappen/tc/tcsx.htf + texmf-dist/tex4ht/ht-fonts/alias/jknappen/tc/tcti.htf + texmf-dist/tex4ht/ht-fonts/alias/jknappen/tc/tctt.htf + texmf-dist/tex4ht/ht-fonts/alias/jknappen/tc/tcui.htf + texmf-dist/tex4ht/ht-fonts/alias/jknappen/tc/tcvi.htf + texmf-dist/tex4ht/ht-fonts/alias/jknappen/tc/tcvt.htf + texmf-dist/tex4ht/ht-fonts/alias/kurier/cs-iwona/cs-kurier.htf + texmf-dist/tex4ht/ht-fonts/alias/kurier/cs-iwonacap/cs-kurierbcap.htf + texmf-dist/tex4ht/ht-fonts/alias/kurier/cs-iwonacap/cs-kurierbicap.htf + texmf-dist/tex4ht/ht-fonts/alias/kurier/cs-iwonacap/cs-kuriercap.htf + texmf-dist/tex4ht/ht-fonts/alias/kurier/cs-iwonacap/cs-kuriercbcap.htf + texmf-dist/tex4ht/ht-fonts/alias/kurier/cs-iwonacap/cs-kuriercbicap.htf + texmf-dist/tex4ht/ht-fonts/alias/kurier/cs-iwonacap/cs-kurierchcap.htf + texmf-dist/tex4ht/ht-fonts/alias/kurier/cs-iwonacap/cs-kurierchicap.htf + texmf-dist/tex4ht/ht-fonts/alias/kurier/cs-iwonacap/cs-kurierclcap.htf + texmf-dist/tex4ht/ht-fonts/alias/kurier/cs-iwonacap/cs-kurierclicap.htf + texmf-dist/tex4ht/ht-fonts/alias/kurier/cs-iwonacap/cs-kuriercmcap.htf + texmf-dist/tex4ht/ht-fonts/alias/kurier/cs-iwonacap/cs-kuriercmicap.htf + texmf-dist/tex4ht/ht-fonts/alias/kurier/cs-iwonacap/cs-kuriercrcap.htf + texmf-dist/tex4ht/ht-fonts/alias/kurier/cs-iwonacap/cs-kuriercricap.htf + texmf-dist/tex4ht/ht-fonts/alias/kurier/cs-iwonacap/cs-kurierhcap.htf + texmf-dist/tex4ht/ht-fonts/alias/kurier/cs-iwonacap/cs-kurierhicap.htf + texmf-dist/tex4ht/ht-fonts/alias/kurier/cs-iwonacap/cs-kurierlcap.htf + texmf-dist/tex4ht/ht-fonts/alias/kurier/cs-iwonacap/cs-kurierlicap.htf + texmf-dist/tex4ht/ht-fonts/alias/kurier/cs-iwonacap/cs-kuriermcap.htf + texmf-dist/tex4ht/ht-fonts/alias/kurier/cs-iwonacap/cs-kuriermicap.htf + texmf-dist/tex4ht/ht-fonts/alias/kurier/cs-iwonacap/cs-kurierrcap.htf + texmf-dist/tex4ht/ht-fonts/alias/kurier/cs-iwonacap/cs-kurierricap.htf + texmf-dist/tex4ht/ht-fonts/alias/kurier/ec/ec-kurier.htf + texmf-dist/tex4ht/ht-fonts/alias/kurier/ec/ec-kurierbcap.htf + texmf-dist/tex4ht/ht-fonts/alias/kurier/ec/ec-kurierbicap.htf + texmf-dist/tex4ht/ht-fonts/alias/kurier/ec/ec-kuriercap.htf + texmf-dist/tex4ht/ht-fonts/alias/kurier/ec/ec-kuriercbcap.htf + texmf-dist/tex4ht/ht-fonts/alias/kurier/ec/ec-kuriercbicap.htf + texmf-dist/tex4ht/ht-fonts/alias/kurier/ec/ec-kurierchcap.htf + texmf-dist/tex4ht/ht-fonts/alias/kurier/ec/ec-kurierchicap.htf + texmf-dist/tex4ht/ht-fonts/alias/kurier/ec/ec-kurierclcap.htf + texmf-dist/tex4ht/ht-fonts/alias/kurier/ec/ec-kurierclicap.htf + texmf-dist/tex4ht/ht-fonts/alias/kurier/ec/ec-kuriercmcap.htf + texmf-dist/tex4ht/ht-fonts/alias/kurier/ec/ec-kuriercmicap.htf + texmf-dist/tex4ht/ht-fonts/alias/kurier/ec/ec-kuriercrcap.htf + texmf-dist/tex4ht/ht-fonts/alias/kurier/ec/ec-kuriercricap.htf + texmf-dist/tex4ht/ht-fonts/alias/kurier/ec/ec-kurierhcap.htf + texmf-dist/tex4ht/ht-fonts/alias/kurier/ec/ec-kurierhicap.htf + texmf-dist/tex4ht/ht-fonts/alias/kurier/ec/ec-kurierlcap.htf + texmf-dist/tex4ht/ht-fonts/alias/kurier/ec/ec-kurierlicap.htf + texmf-dist/tex4ht/ht-fonts/alias/kurier/ec/ec-kuriermcap.htf + texmf-dist/tex4ht/ht-fonts/alias/kurier/ec/ec-kuriermicap.htf + texmf-dist/tex4ht/ht-fonts/alias/kurier/ec/ec-kurierrcap.htf + texmf-dist/tex4ht/ht-fonts/alias/kurier/ec/ec-kurierricap.htf + texmf-dist/tex4ht/ht-fonts/alias/kurier/ex-iwona/ex-kurier.htf + texmf-dist/tex4ht/ht-fonts/alias/kurier/exp-iwona/exp-kurier.htf + texmf-dist/tex4ht/ht-fonts/alias/kurier/greek-iwona/greek-kurier.htf + texmf-dist/tex4ht/ht-fonts/alias/kurier/mi-iwona/mi-kurier.htf + texmf-dist/tex4ht/ht-fonts/alias/kurier/qx-iwona/qx-kurier.htf + texmf-dist/tex4ht/ht-fonts/alias/kurier/qx-iwonacap/qx-kurierbcap.htf + texmf-dist/tex4ht/ht-fonts/alias/kurier/qx-iwonacap/qx-kurierbicap.htf + texmf-dist/tex4ht/ht-fonts/alias/kurier/qx-iwonacap/qx-kuriercap.htf + texmf-dist/tex4ht/ht-fonts/alias/kurier/qx-iwonacap/qx-kuriercbcap.htf + texmf-dist/tex4ht/ht-fonts/alias/kurier/qx-iwonacap/qx-kuriercbicap.htf + texmf-dist/tex4ht/ht-fonts/alias/kurier/qx-iwonacap/qx-kurierchcap.htf + texmf-dist/tex4ht/ht-fonts/alias/kurier/qx-iwonacap/qx-kurierchicap.htf + texmf-dist/tex4ht/ht-fonts/alias/kurier/qx-iwonacap/qx-kurierclcap.htf + texmf-dist/tex4ht/ht-fonts/alias/kurier/qx-iwonacap/qx-kurierclicap.htf + texmf-dist/tex4ht/ht-fonts/alias/kurier/qx-iwonacap/qx-kuriercmcap.htf + texmf-dist/tex4ht/ht-fonts/alias/kurier/qx-iwonacap/qx-kuriercmicap.htf + texmf-dist/tex4ht/ht-fonts/alias/kurier/qx-iwonacap/qx-kuriercrcap.htf + texmf-dist/tex4ht/ht-fonts/alias/kurier/qx-iwonacap/qx-kuriercricap.htf + texmf-dist/tex4ht/ht-fonts/alias/kurier/qx-iwonacap/qx-kurierhcap.htf + texmf-dist/tex4ht/ht-fonts/alias/kurier/qx-iwonacap/qx-kurierhicap.htf + texmf-dist/tex4ht/ht-fonts/alias/kurier/qx-iwonacap/qx-kurierlcap.htf + texmf-dist/tex4ht/ht-fonts/alias/kurier/qx-iwonacap/qx-kurierlicap.htf + texmf-dist/tex4ht/ht-fonts/alias/kurier/qx-iwonacap/qx-kuriermcap.htf + texmf-dist/tex4ht/ht-fonts/alias/kurier/qx-iwonacap/qx-kuriermicap.htf + texmf-dist/tex4ht/ht-fonts/alias/kurier/qx-iwonacap/qx-kurierrcap.htf + texmf-dist/tex4ht/ht-fonts/alias/kurier/qx-iwonacap/qx-kurierricap.htf + texmf-dist/tex4ht/ht-fonts/alias/kurier/rm-iwona/rm-kurier.htf + texmf-dist/tex4ht/ht-fonts/alias/kurier/sy-iwona/sy-kurier.htf + texmf-dist/tex4ht/ht-fonts/alias/kurier/t2a-iwona/t2a-kurier.htf + texmf-dist/tex4ht/ht-fonts/alias/kurier/t2b-iwona/t2b-kurier.htf + texmf-dist/tex4ht/ht-fonts/alias/kurier/t2c-iwona/t2c-kurier.htf + texmf-dist/tex4ht/ht-fonts/alias/kurier/t5-iwona/t5-kurier.htf + texmf-dist/tex4ht/ht-fonts/alias/kurier/t5-iwonacap/t5-kurierbcap.htf + texmf-dist/tex4ht/ht-fonts/alias/kurier/t5-iwonacap/t5-kurierbicap.htf + texmf-dist/tex4ht/ht-fonts/alias/kurier/t5-iwonacap/t5-kuriercap.htf + texmf-dist/tex4ht/ht-fonts/alias/kurier/t5-iwonacap/t5-kuriercbcap.htf + texmf-dist/tex4ht/ht-fonts/alias/kurier/t5-iwonacap/t5-kuriercbicap.htf + texmf-dist/tex4ht/ht-fonts/alias/kurier/t5-iwonacap/t5-kurierchcap.htf + texmf-dist/tex4ht/ht-fonts/alias/kurier/t5-iwonacap/t5-kurierchicap.htf + texmf-dist/tex4ht/ht-fonts/alias/kurier/t5-iwonacap/t5-kurierclcap.htf + texmf-dist/tex4ht/ht-fonts/alias/kurier/t5-iwonacap/t5-kurierclicap.htf + texmf-dist/tex4ht/ht-fonts/alias/kurier/t5-iwonacap/t5-kuriercmcap.htf + texmf-dist/tex4ht/ht-fonts/alias/kurier/t5-iwonacap/t5-kuriercmicap.htf + texmf-dist/tex4ht/ht-fonts/alias/kurier/t5-iwonacap/t5-kuriercrcap.htf + texmf-dist/tex4ht/ht-fonts/alias/kurier/t5-iwonacap/t5-kuriercricap.htf + texmf-dist/tex4ht/ht-fonts/alias/kurier/t5-iwonacap/t5-kurierhcap.htf + texmf-dist/tex4ht/ht-fonts/alias/kurier/t5-iwonacap/t5-kurierhicap.htf + texmf-dist/tex4ht/ht-fonts/alias/kurier/t5-iwonacap/t5-kurierlcap.htf + texmf-dist/tex4ht/ht-fonts/alias/kurier/t5-iwonacap/t5-kurierlicap.htf + texmf-dist/tex4ht/ht-fonts/alias/kurier/t5-iwonacap/t5-kuriermcap.htf + texmf-dist/tex4ht/ht-fonts/alias/kurier/t5-iwonacap/t5-kuriermicap.htf + texmf-dist/tex4ht/ht-fonts/alias/kurier/t5-iwonacap/t5-kurierrcap.htf + texmf-dist/tex4ht/ht-fonts/alias/kurier/t5-iwonacap/t5-kurierricap.htf + texmf-dist/tex4ht/ht-fonts/alias/kurier/texnansi/texnansi-kurier.htf + texmf-dist/tex4ht/ht-fonts/alias/kurier/texnansi/texnansi-kurierbcap.htf + texmf-dist/tex4ht/ht-fonts/alias/kurier/texnansi/texnansi-kurierbicap.htf + texmf-dist/tex4ht/ht-fonts/alias/kurier/texnansi/texnansi-kuriercap.htf + texmf-dist/tex4ht/ht-fonts/alias/kurier/texnansi/texnansi-kuriercbcap.htf + texmf-dist/tex4ht/ht-fonts/alias/kurier/texnansi/texnansi-kuriercbicap.htf + texmf-dist/tex4ht/ht-fonts/alias/kurier/texnansi/texnansi-kurierchcap.htf + texmf-dist/tex4ht/ht-fonts/alias/kurier/texnansi/texnansi-kurierchicap.htf + texmf-dist/tex4ht/ht-fonts/alias/kurier/texnansi/texnansi-kurierclcap.htf + texmf-dist/tex4ht/ht-fonts/alias/kurier/texnansi/texnansi-kurierclicap.htf + texmf-dist/tex4ht/ht-fonts/alias/kurier/texnansi/texnansi-kuriercmcap.htf + texmf-dist/tex4ht/ht-fonts/alias/kurier/texnansi/texnansi-kuriercmicap.htf + texmf-dist/tex4ht/ht-fonts/alias/kurier/texnansi/texnansi-kuriercrcap.htf + texmf-dist/tex4ht/ht-fonts/alias/kurier/texnansi/texnansi-kuriercricap.htf + texmf-dist/tex4ht/ht-fonts/alias/kurier/texnansi/texnansi-kurierhcap.htf + texmf-dist/tex4ht/ht-fonts/alias/kurier/texnansi/texnansi-kurierhicap.htf + texmf-dist/tex4ht/ht-fonts/alias/kurier/texnansi/texnansi-kurierlcap.htf + texmf-dist/tex4ht/ht-fonts/alias/kurier/texnansi/texnansi-kurierlicap.htf + texmf-dist/tex4ht/ht-fonts/alias/kurier/texnansi/texnansi-kuriermcap.htf + texmf-dist/tex4ht/ht-fonts/alias/kurier/texnansi/texnansi-kuriermicap.htf + texmf-dist/tex4ht/ht-fonts/alias/kurier/texnansi/texnansi-kurierrcap.htf + texmf-dist/tex4ht/ht-fonts/alias/kurier/texnansi/texnansi-kurierricap.htf + texmf-dist/tex4ht/ht-fonts/alias/kurier/wncy-iwona/wncy-kurier.htf + texmf-dist/tex4ht/ht-fonts/alias/latex/lcmss.htf + texmf-dist/tex4ht/ht-fonts/alias/lh/lh-t2a/labx.htf + texmf-dist/tex4ht/ht-fonts/alias/lh/lh-t2a/lass.htf + texmf-dist/tex4ht/ht-fonts/alias/lh/lh-t2a/lati.htf + texmf-dist/tex4ht/ht-fonts/alias/lh/lh-t2a/latt.htf + texmf-dist/tex4ht/ht-fonts/alias/lh/lh-t2a/lbbx.htf + texmf-dist/tex4ht/ht-fonts/alias/lh/lh-t2a/lbcc.htf + texmf-dist/tex4ht/ht-fonts/alias/lh/lh-t2a/lbrm.htf + texmf-dist/tex4ht/ht-fonts/alias/lh/lh-t2a/lbss.htf + texmf-dist/tex4ht/ht-fonts/alias/lh/lh-t2a/lbti.htf + texmf-dist/tex4ht/ht-fonts/alias/lh/lh-t2a/lbtt.htf + texmf-dist/tex4ht/ht-fonts/alias/lh/lh-t2a/lcbx.htf + texmf-dist/tex4ht/ht-fonts/alias/lh/lh-t2a/lccc.htf + texmf-dist/tex4ht/ht-fonts/alias/lh/lh-t2a/lcrm.htf + texmf-dist/tex4ht/ht-fonts/alias/lh/lh-t2a/lcss.htf + texmf-dist/tex4ht/ht-fonts/alias/lh/lh-t2a/lcti.htf + texmf-dist/tex4ht/ht-fonts/alias/lh/lh-t2a/lctt.htf + texmf-dist/tex4ht/ht-fonts/alias/lh/lh-t2a/ldbx.htf + texmf-dist/tex4ht/ht-fonts/alias/lh/lh-t2a/ldcc.htf + texmf-dist/tex4ht/ht-fonts/alias/lh/lh-t2a/ldrm.htf + texmf-dist/tex4ht/ht-fonts/alias/lh/lh-t2a/ldss.htf + texmf-dist/tex4ht/ht-fonts/alias/lh/lh-t2a/ldti.htf + texmf-dist/tex4ht/ht-fonts/alias/lh/lh-t2a/ldtt.htf + texmf-dist/tex4ht/ht-fonts/alias/libertine/fxl.htf + texmf-dist/tex4ht/ht-fonts/alias/libertine/fxlb-8r.htf + texmf-dist/tex4ht/ht-fonts/alias/libertine/fxlb-lgi.htf + texmf-dist/tex4ht/ht-fonts/alias/libertine/fxlb-lgr.htf + texmf-dist/tex4ht/ht-fonts/alias/libertine/fxlb-ts1.htf + texmf-dist/tex4ht/ht-fonts/alias/libertine/fxlb-xl-00.htf + texmf-dist/tex4ht/ht-fonts/alias/libertine/fxlb-xl-01.htf + texmf-dist/tex4ht/ht-fonts/alias/libertine/fxlb-xl-02.htf + texmf-dist/tex4ht/ht-fonts/alias/libertine/fxlb-xl-03.htf + texmf-dist/tex4ht/ht-fonts/alias/libertine/fxlb-xl-04.htf + texmf-dist/tex4ht/ht-fonts/alias/libertine/fxlb-xl-05.htf + texmf-dist/tex4ht/ht-fonts/alias/libertine/fxlb-xl-1e.htf + texmf-dist/tex4ht/ht-fonts/alias/libertine/fxlb-xl-1f.htf + texmf-dist/tex4ht/ht-fonts/alias/libertine/fxlb-xl-20.htf + texmf-dist/tex4ht/ht-fonts/alias/libertine/fxlb-xl-21.htf + texmf-dist/tex4ht/ht-fonts/alias/libertine/fxlb-xl-22.htf + texmf-dist/tex4ht/ht-fonts/alias/libertine/fxlb-xl-23.htf + texmf-dist/tex4ht/ht-fonts/alias/libertine/fxlb-xl-24.htf + texmf-dist/tex4ht/ht-fonts/alias/libertine/fxlb-xl-25.htf + texmf-dist/tex4ht/ht-fonts/alias/libertine/fxlb-xl-26.htf + texmf-dist/tex4ht/ht-fonts/alias/libertine/fxlb-xl-27.htf + texmf-dist/tex4ht/ht-fonts/alias/libertine/fxlb-xl-2c.htf + texmf-dist/tex4ht/ht-fonts/alias/libertine/fxlb-xl-a7.htf + texmf-dist/tex4ht/ht-fonts/alias/libertine/fxlb-xl-circle.htf + texmf-dist/tex4ht/ht-fonts/alias/libertine/fxlb-xl-e0.htf + texmf-dist/tex4ht/ht-fonts/alias/libertine/fxlb-xl-e1.htf + texmf-dist/tex4ht/ht-fonts/alias/libertine/fxlb-xl-f6.htf + texmf-dist/tex4ht/ht-fonts/alias/libertine/fxlb-xl-fb.htf + texmf-dist/tex4ht/ht-fonts/alias/libertine/fxlb-xl-ff.htf + texmf-dist/tex4ht/ht-fonts/alias/libertine/fxlb-xl-infsup.htf + texmf-dist/tex4ht/ht-fonts/alias/libertine/fxlb-xl-lgi.htf + texmf-dist/tex4ht/ht-fonts/alias/libertine/fxlb-xl-lgr.htf + texmf-dist/tex4ht/ht-fonts/alias/libertine/fxlb-xl-ts1.htf + texmf-dist/tex4ht/ht-fonts/alias/libertine/fxlbc-t1.htf + texmf-dist/tex4ht/ht-fonts/alias/libertine/fxlbc-t1o.htf + texmf-dist/tex4ht/ht-fonts/alias/libertine/fxlbc-ts1.htf + texmf-dist/tex4ht/ht-fonts/alias/libertine/fxlbi-8r.htf + texmf-dist/tex4ht/ht-fonts/alias/libertine/fxlbi-lgi.htf + texmf-dist/tex4ht/ht-fonts/alias/libertine/fxlbi-lgr.htf + texmf-dist/tex4ht/ht-fonts/alias/libertine/fxlbi-ts1.htf + texmf-dist/tex4ht/ht-fonts/alias/libertine/fxlbi-xl-00.htf + texmf-dist/tex4ht/ht-fonts/alias/libertine/fxlbi-xl-01.htf + texmf-dist/tex4ht/ht-fonts/alias/libertine/fxlbi-xl-02.htf + texmf-dist/tex4ht/ht-fonts/alias/libertine/fxlbi-xl-03.htf + texmf-dist/tex4ht/ht-fonts/alias/libertine/fxlbi-xl-04.htf + texmf-dist/tex4ht/ht-fonts/alias/libertine/fxlbi-xl-05.htf + texmf-dist/tex4ht/ht-fonts/alias/libertine/fxlbi-xl-1e.htf + texmf-dist/tex4ht/ht-fonts/alias/libertine/fxlbi-xl-1f.htf + texmf-dist/tex4ht/ht-fonts/alias/libertine/fxlbi-xl-20.htf + texmf-dist/tex4ht/ht-fonts/alias/libertine/fxlbi-xl-21.htf + texmf-dist/tex4ht/ht-fonts/alias/libertine/fxlbi-xl-23.htf + texmf-dist/tex4ht/ht-fonts/alias/libertine/fxlbi-xl-25.htf + texmf-dist/tex4ht/ht-fonts/alias/libertine/fxlbi-xl-26.htf + texmf-dist/tex4ht/ht-fonts/alias/libertine/fxlbi-xl-2c.htf + texmf-dist/tex4ht/ht-fonts/alias/libertine/fxlbi-xl-a7.htf + texmf-dist/tex4ht/ht-fonts/alias/libertine/fxlbi-xl-circle.htf + texmf-dist/tex4ht/ht-fonts/alias/libertine/fxlbi-xl-fb.htf + texmf-dist/tex4ht/ht-fonts/alias/libertine/fxlbi-xl-ff.htf + texmf-dist/tex4ht/ht-fonts/alias/libertine/fxlbi-xl-infsup.htf + texmf-dist/tex4ht/ht-fonts/alias/libertine/fxlbi-xl-lgi.htf + texmf-dist/tex4ht/ht-fonts/alias/libertine/fxlbi-xl-lgr.htf + texmf-dist/tex4ht/ht-fonts/alias/libertine/fxlbi-xl-ts1.htf + texmf-dist/tex4ht/ht-fonts/alias/libertine/fxlbic-t1.htf + texmf-dist/tex4ht/ht-fonts/alias/libertine/fxlbic-t1o.htf + texmf-dist/tex4ht/ht-fonts/alias/libertine/fxlbic-ts1.htf + texmf-dist/tex4ht/ht-fonts/alias/libertine/fxlr-lgr.htf + texmf-dist/tex4ht/ht-fonts/alias/libertine/fxlr-ts1.htf + texmf-dist/tex4ht/ht-fonts/alias/libertine/fxlr-xl-infsup.htf + texmf-dist/tex4ht/ht-fonts/alias/libertine/fxlrc-t1o.htf + texmf-dist/tex4ht/ht-fonts/alias/libertine/fxlrc-ts1.htf + texmf-dist/tex4ht/ht-fonts/alias/libertine/fxlri-8r.htf + texmf-dist/tex4ht/ht-fonts/alias/libertine/fxlri-lgi.htf + texmf-dist/tex4ht/ht-fonts/alias/libertine/fxlri-lgr.htf + texmf-dist/tex4ht/ht-fonts/alias/libertine/fxlri-ts1.htf + texmf-dist/tex4ht/ht-fonts/alias/libertine/fxlri-xl-00.htf + texmf-dist/tex4ht/ht-fonts/alias/libertine/fxlri-xl-01.htf + texmf-dist/tex4ht/ht-fonts/alias/libertine/fxlri-xl-02.htf + texmf-dist/tex4ht/ht-fonts/alias/libertine/fxlri-xl-03.htf + texmf-dist/tex4ht/ht-fonts/alias/libertine/fxlri-xl-04.htf + texmf-dist/tex4ht/ht-fonts/alias/libertine/fxlri-xl-05.htf + texmf-dist/tex4ht/ht-fonts/alias/libertine/fxlri-xl-1e.htf + texmf-dist/tex4ht/ht-fonts/alias/libertine/fxlri-xl-1f.htf + texmf-dist/tex4ht/ht-fonts/alias/libertine/fxlri-xl-20.htf + texmf-dist/tex4ht/ht-fonts/alias/libertine/fxlri-xl-21.htf + texmf-dist/tex4ht/ht-fonts/alias/libertine/fxlri-xl-22.htf + texmf-dist/tex4ht/ht-fonts/alias/libertine/fxlri-xl-23.htf + texmf-dist/tex4ht/ht-fonts/alias/libertine/fxlri-xl-25.htf + texmf-dist/tex4ht/ht-fonts/alias/libertine/fxlri-xl-27.htf + texmf-dist/tex4ht/ht-fonts/alias/libertine/fxlri-xl-2c.htf + texmf-dist/tex4ht/ht-fonts/alias/libertine/fxlri-xl-a7.htf + texmf-dist/tex4ht/ht-fonts/alias/libertine/fxlri-xl-e0.htf + texmf-dist/tex4ht/ht-fonts/alias/libertine/fxlri-xl-f6.htf + texmf-dist/tex4ht/ht-fonts/alias/libertine/fxlri-xl-fb.htf + texmf-dist/tex4ht/ht-fonts/alias/libertine/fxlri-xl-ff.htf + texmf-dist/tex4ht/ht-fonts/alias/libertine/fxlri-xl-infsup.htf + texmf-dist/tex4ht/ht-fonts/alias/libertine/fxlri-xl-lgi.htf + texmf-dist/tex4ht/ht-fonts/alias/libertine/fxlri-xl-lgr.htf + texmf-dist/tex4ht/ht-fonts/alias/libertine/fxlri-xl-ts1.htf + texmf-dist/tex4ht/ht-fonts/alias/libertine/fxlric-t1.htf + texmf-dist/tex4ht/ht-fonts/alias/libertine/fxlric-t1o.htf + texmf-dist/tex4ht/ht-fonts/alias/libertine/fxlric-ts1.htf + texmf-dist/tex4ht/ht-fonts/alias/lm/cs-lmcs.htf + texmf-dist/tex4ht/ht-fonts/alias/lm/lm-ec/ec-lm.htf + texmf-dist/tex4ht/ht-fonts/alias/lm/lm-qx/lm-qx.htf + texmf-dist/tex4ht/ht-fonts/alias/lm/lm-qx/qx-lm.htf + texmf-dist/tex4ht/ht-fonts/alias/lm/lm-rep-cmin/cminch.htf + texmf-dist/tex4ht/ht-fonts/alias/lm/lm-rep-cmrm/cmr.htf + texmf-dist/tex4ht/ht-fonts/alias/lm/lm-rep-cmsc/cmcscsl.htf + texmf-dist/tex4ht/ht-fonts/alias/lm/lm-rep-csin/csinch.htf + texmf-dist/tex4ht/ht-fonts/alias/lm/lm-rep-csrm/csb.htf + texmf-dist/tex4ht/ht-fonts/alias/lm/lm-rep-csrm/csbx.htf + texmf-dist/tex4ht/ht-fonts/alias/lm/lm-rep-csrm/csbxsl.htf + texmf-dist/tex4ht/ht-fonts/alias/lm/lm-rep-csrm/csbxti.htf + texmf-dist/tex4ht/ht-fonts/alias/lm/lm-rep-csrm/cssl.htf + texmf-dist/tex4ht/ht-fonts/alias/lm/lm-rep-csrm/csss.htf + texmf-dist/tex4ht/ht-fonts/alias/lm/lm-rep-csrm/csssbx.htf + texmf-dist/tex4ht/ht-fonts/alias/lm/lm-rep-csrm/csssdc.htf + texmf-dist/tex4ht/ht-fonts/alias/lm/lm-rep-csrm/csssi.htf + texmf-dist/tex4ht/ht-fonts/alias/lm/lm-rep-csrm/csssq.htf + texmf-dist/tex4ht/ht-fonts/alias/lm/lm-rep-csrm/csssqi.htf + texmf-dist/tex4ht/ht-fonts/alias/lm/lm-rep-csrm/csu.htf + texmf-dist/tex4ht/ht-fonts/alias/lm/lm-rep-cstt/csitt.htf + texmf-dist/tex4ht/ht-fonts/alias/lm/lm-rep-cstt/cssltt.htf + texmf-dist/tex4ht/ht-fonts/alias/lm/lm-rep-cstt/cstcsc.htf + texmf-dist/tex4ht/ht-fonts/alias/lm/lm-rep-cstt/csvtt.htf + texmf-dist/tex4ht/ht-fonts/alias/lm/lm-rep-plrm/plss.htf + texmf-dist/tex4ht/ht-fonts/alias/lm/lm-rep-t5psn/vntcsc.htf + texmf-dist/tex4ht/ht-fonts/alias/lm/lmbsy.htf + texmf-dist/tex4ht/ht-fonts/alias/lm/lmex.htf + texmf-dist/tex4ht/ht-fonts/alias/lm/lmmi.htf + texmf-dist/tex4ht/ht-fonts/alias/lm/lmsy.htf + texmf-dist/tex4ht/ht-fonts/alias/lm/pre2005/cork-lmtcs.htf + texmf-dist/tex4ht/ht-fonts/alias/lm/pre2005/qx-.htf + texmf-dist/tex4ht/ht-fonts/alias/lm/pre2005/qx-lmtcs.htf + texmf-dist/tex4ht/ht-fonts/alias/lm/pre2005/qx-lmvt.htf + texmf-dist/tex4ht/ht-fonts/alias/lm/pre2005/texnansi-lm.htf + texmf-dist/tex4ht/ht-fonts/alias/lm/pre2005/texnansi-lmtcs.htf + texmf-dist/tex4ht/ht-fonts/alias/lm/t5-lm.htf + texmf-dist/tex4ht/ht-fonts/alias/lm/t5-lmtcs.htf + texmf-dist/tex4ht/ht-fonts/alias/lm/ts1-.htf + texmf-dist/tex4ht/ht-fonts/alias/marvosym/fmvri8x.htf + texmf-dist/tex4ht/ht-fonts/alias/mathdesign/mdbchb7m.htf + texmf-dist/tex4ht/ht-fonts/alias/mathdesign/mdbchb7t.htf + texmf-dist/tex4ht/ht-fonts/alias/mathdesign/mdbchb7v.htf + texmf-dist/tex4ht/ht-fonts/alias/mathdesign/mdbchb7y.htf + texmf-dist/tex4ht/ht-fonts/alias/mathdesign/mdbchbi7m.htf + texmf-dist/tex4ht/ht-fonts/alias/mathdesign/mdbchbi7t.htf + texmf-dist/tex4ht/ht-fonts/alias/mathdesign/mdbchbo7t.htf + texmf-dist/tex4ht/ht-fonts/alias/mathdesign/mdbchr7m.htf + texmf-dist/tex4ht/ht-fonts/alias/mathdesign/mdbchr7t.htf + texmf-dist/tex4ht/ht-fonts/alias/mathdesign/mdbchr7y.htf + texmf-dist/tex4ht/ht-fonts/alias/mathdesign/mdbchri7m.htf + texmf-dist/tex4ht/ht-fonts/alias/mathdesign/mdbchri7t.htf + texmf-dist/tex4ht/ht-fonts/alias/mathdesign/mdbchro7t.htf + texmf-dist/tex4ht/ht-fonts/alias/mathpple/eurbo.htf + texmf-dist/tex4ht/ht-fonts/alias/mathpple/eurmo.htf + texmf-dist/tex4ht/ht-fonts/alias/mathpple/zppleb7m.htf + texmf-dist/tex4ht/ht-fonts/alias/mathpple/zppleb7t.htf + texmf-dist/tex4ht/ht-fonts/alias/mathpple/zppleb7y.htf + texmf-dist/tex4ht/ht-fonts/alias/mathpple/zppler7m.htf + texmf-dist/tex4ht/ht-fonts/alias/mathpple/zppler7t.htf + texmf-dist/tex4ht/ht-fonts/alias/mathpple/zppler7v.htf + texmf-dist/tex4ht/ht-fonts/alias/mathpple/zppler7y.htf + texmf-dist/tex4ht/ht-fonts/alias/mathtime/blex.htf + texmf-dist/tex4ht/ht-fonts/alias/mathtime/blmi.htf + texmf-dist/tex4ht/ht-fonts/alias/mathtime/blsy.htf + texmf-dist/tex4ht/ht-fonts/alias/mathtime/mtex.htf + texmf-dist/tex4ht/ht-fonts/alias/mathtime/mtmi.htf + texmf-dist/tex4ht/ht-fonts/alias/mathtime/mtsy.htf + texmf-dist/tex4ht/ht-fonts/alias/mathtime/mtsyn.htf + texmf-dist/tex4ht/ht-fonts/alias/pazo/fplmbb.htf + texmf-dist/tex4ht/ht-fonts/alias/pazo/zplmb7m.htf + texmf-dist/tex4ht/ht-fonts/alias/pazo/zplmb7t.htf + texmf-dist/tex4ht/ht-fonts/alias/pazo/zplmb7y.htf + texmf-dist/tex4ht/ht-fonts/alias/pazo/zplmr7m.htf + texmf-dist/tex4ht/ht-fonts/alias/pazo/zplmr7t.htf + texmf-dist/tex4ht/ht-fonts/alias/pazo/zplmr7v.htf + texmf-dist/tex4ht/ht-fonts/alias/pazo/zplmr7y.htf + texmf-dist/tex4ht/ht-fonts/alias/pl/plb.htf + texmf-dist/tex4ht/ht-fonts/alias/pl/plbxsl.htf + texmf-dist/tex4ht/ht-fonts/alias/pl/plbxti.htf + texmf-dist/tex4ht/ht-fonts/alias/pl/plcsc.htf + texmf-dist/tex4ht/ht-fonts/alias/pl/pldunh.htf + texmf-dist/tex4ht/ht-fonts/alias/pl/plex.htf + texmf-dist/tex4ht/ht-fonts/alias/pl/plff.htf + texmf-dist/tex4ht/ht-fonts/alias/pl/plfi.htf + texmf-dist/tex4ht/ht-fonts/alias/pl/plitt.htf + texmf-dist/tex4ht/ht-fonts/alias/pl/plmi.htf + texmf-dist/tex4ht/ht-fonts/alias/pl/plr.htf + texmf-dist/tex4ht/ht-fonts/alias/pl/plsl.htf + texmf-dist/tex4ht/ht-fonts/alias/pl/plsltt.htf + texmf-dist/tex4ht/ht-fonts/alias/pl/plsy.htf + texmf-dist/tex4ht/ht-fonts/alias/pl/plti.htf + texmf-dist/tex4ht/ht-fonts/alias/pl/pltt.htf + texmf-dist/tex4ht/ht-fonts/alias/pl/plu.htf + texmf-dist/tex4ht/ht-fonts/alias/pl/plvtt.htf + texmf-dist/tex4ht/ht-fonts/alias/pxfonts/p1x.htf + texmf-dist/tex4ht/ht-fonts/alias/pxfonts/p1xbsc.htf + texmf-dist/tex4ht/ht-fonts/alias/pxfonts/p1xsc.htf + texmf-dist/tex4ht/ht-fonts/alias/pxfonts/pcx.htf + texmf-dist/tex4ht/ht-fonts/alias/pxfonts/pxb.htf + texmf-dist/tex4ht/ht-fonts/alias/pxfonts/pxbex.htf + texmf-dist/tex4ht/ht-fonts/alias/pxfonts/pxbexa.htf + texmf-dist/tex4ht/ht-fonts/alias/pxfonts/pxbi.htf + texmf-dist/tex4ht/ht-fonts/alias/pxfonts/pxbmi.htf + texmf-dist/tex4ht/ht-fonts/alias/pxfonts/pxbmi1.htf + texmf-dist/tex4ht/ht-fonts/alias/pxfonts/pxbmia.htf + texmf-dist/tex4ht/ht-fonts/alias/pxfonts/pxbsc.htf + texmf-dist/tex4ht/ht-fonts/alias/pxfonts/pxbsl.htf + texmf-dist/tex4ht/ht-fonts/alias/pxfonts/pxbsy.htf + texmf-dist/tex4ht/ht-fonts/alias/pxfonts/pxbsya.htf + texmf-dist/tex4ht/ht-fonts/alias/pxfonts/pxbsyb.htf + texmf-dist/tex4ht/ht-fonts/alias/pxfonts/pxex.htf + texmf-dist/tex4ht/ht-fonts/alias/pxfonts/pxi.htf + texmf-dist/tex4ht/ht-fonts/alias/pxfonts/pxmi.htf + texmf-dist/tex4ht/ht-fonts/alias/pxfonts/pxmi1.htf + texmf-dist/tex4ht/ht-fonts/alias/pxfonts/pxmia.htf + texmf-dist/tex4ht/ht-fonts/alias/pxfonts/pxsl.htf + texmf-dist/tex4ht/ht-fonts/alias/pxfonts/pxsy.htf + texmf-dist/tex4ht/ht-fonts/alias/pxfonts/pxsya.htf + texmf-dist/tex4ht/ht-fonts/alias/pxfonts/pxsyb.htf + texmf-dist/tex4ht/ht-fonts/alias/pxfonts/rpcxb.htf + texmf-dist/tex4ht/ht-fonts/alias/pxfonts/rpcxi.htf + texmf-dist/tex4ht/ht-fonts/alias/pxfonts/rpcxsl.htf + texmf-dist/tex4ht/ht-fonts/alias/pxfonts/rpxbmi.htf + texmf-dist/tex4ht/ht-fonts/alias/pxfonts/rpxbsc.htf + texmf-dist/tex4ht/ht-fonts/alias/pxfonts/rpxi.htf + texmf-dist/tex4ht/ht-fonts/alias/pxfonts/rpxmi.htf + texmf-dist/tex4ht/ht-fonts/alias/pxfonts/rpxpplb.htf + texmf-dist/tex4ht/ht-fonts/alias/pxfonts/rpxr.htf + texmf-dist/tex4ht/ht-fonts/alias/pxfonts/rpxsl.htf + texmf-dist/tex4ht/ht-fonts/alias/qfonts/qbkb.htf + texmf-dist/tex4ht/ht-fonts/alias/qfonts/qbkbi.htf + texmf-dist/tex4ht/ht-fonts/alias/qfonts/qbkri.htf + texmf-dist/tex4ht/ht-fonts/alias/qfonts/qcrb.htf + texmf-dist/tex4ht/ht-fonts/alias/qfonts/qcrbi.htf + texmf-dist/tex4ht/ht-fonts/alias/qfonts/qcrri.htf + texmf-dist/tex4ht/ht-fonts/alias/qfonts/qhvb.htf + texmf-dist/tex4ht/ht-fonts/alias/qfonts/qhvbi.htf + texmf-dist/tex4ht/ht-fonts/alias/qfonts/qhvcb.htf + texmf-dist/tex4ht/ht-fonts/alias/qfonts/qhvcbi.htf + texmf-dist/tex4ht/ht-fonts/alias/qfonts/qhvcr.htf + texmf-dist/tex4ht/ht-fonts/alias/qfonts/qhvcri.htf + texmf-dist/tex4ht/ht-fonts/alias/qfonts/qhvr.htf + texmf-dist/tex4ht/ht-fonts/alias/qfonts/qhvri.htf + texmf-dist/tex4ht/ht-fonts/alias/qfonts/qplb.htf + texmf-dist/tex4ht/ht-fonts/alias/qfonts/qplbi.htf + texmf-dist/tex4ht/ht-fonts/alias/qfonts/qplr.htf + texmf-dist/tex4ht/ht-fonts/alias/qfonts/qplri.htf + texmf-dist/tex4ht/ht-fonts/alias/qfonts/qtmb.htf + texmf-dist/tex4ht/ht-fonts/alias/qfonts/qtmbi.htf + texmf-dist/tex4ht/ht-fonts/alias/qfonts/qtmr.htf + texmf-dist/tex4ht/ht-fonts/alias/qfonts/qtmri.htf + texmf-dist/tex4ht/ht-fonts/alias/sw/arial.htf + texmf-dist/tex4ht/ht-fonts/alias/sw/cour.htf + texmf-dist/tex4ht/ht-fonts/alias/sw/times.htf + texmf-dist/tex4ht/ht-fonts/alias/times.htf + texmf-dist/tex4ht/ht-fonts/alias/times/ptmr7t.htf + texmf-dist/tex4ht/ht-fonts/alias/tipa/tipx.htf + texmf-dist/tex4ht/ht-fonts/alias/tipa/xipa.htf + texmf-dist/tex4ht/ht-fonts/alias/txfonts/pxbsyc.htf + texmf-dist/tex4ht/ht-fonts/alias/txfonts/rtcxb.htf + texmf-dist/tex4ht/ht-fonts/alias/txfonts/rtcxbi.htf + texmf-dist/tex4ht/ht-fonts/alias/txfonts/rtcxbsl.htf + texmf-dist/tex4ht/ht-fonts/alias/txfonts/rtcxbss.htf + texmf-dist/tex4ht/ht-fonts/alias/txfonts/rtcxbsso.htf + texmf-dist/tex4ht/ht-fonts/alias/txfonts/rtcxi.htf + texmf-dist/tex4ht/ht-fonts/alias/txfonts/rtcxsl.htf + texmf-dist/tex4ht/ht-fonts/alias/txfonts/rtcxsssl.htf + texmf-dist/tex4ht/ht-fonts/alias/txfonts/rtxbmi.htf + texmf-dist/tex4ht/ht-fonts/alias/txfonts/rtxbsc.htf + texmf-dist/tex4ht/ht-fonts/alias/txfonts/rtxbsssc.htf + texmf-dist/tex4ht/ht-fonts/alias/txfonts/rtxmi.htf + texmf-dist/tex4ht/ht-fonts/alias/txfonts/rtxphvb.htf + texmf-dist/tex4ht/ht-fonts/alias/txfonts/rtxphvbo.htf + texmf-dist/tex4ht/ht-fonts/alias/txfonts/rtxphvr.htf + texmf-dist/tex4ht/ht-fonts/alias/txfonts/rtxphvro.htf + texmf-dist/tex4ht/ht-fonts/alias/txfonts/rtxptmb.htf + texmf-dist/tex4ht/ht-fonts/alias/txfonts/rtxptmbi.htf + texmf-dist/tex4ht/ht-fonts/alias/txfonts/rtxptmbo.htf + texmf-dist/tex4ht/ht-fonts/alias/txfonts/rtxptmr.htf + texmf-dist/tex4ht/ht-fonts/alias/txfonts/rtxptmri.htf + texmf-dist/tex4ht/ht-fonts/alias/txfonts/rtxptmro.htf + texmf-dist/tex4ht/ht-fonts/alias/txfonts/rtxsssc.htf + texmf-dist/tex4ht/ht-fonts/alias/txfonts/t1x.htf + texmf-dist/tex4ht/ht-fonts/alias/txfonts/t1xbsc.htf + texmf-dist/tex4ht/ht-fonts/alias/txfonts/t1xbsssc.htf + texmf-dist/tex4ht/ht-fonts/alias/txfonts/t1xbttsc.htf + texmf-dist/tex4ht/ht-fonts/alias/txfonts/t1xsssc.htf + texmf-dist/tex4ht/ht-fonts/alias/txfonts/t1xttsc.htf + texmf-dist/tex4ht/ht-fonts/alias/txfonts/tcxi.htf + texmf-dist/tex4ht/ht-fonts/alias/txfonts/tcxr.htf + texmf-dist/tex4ht/ht-fonts/alias/txfonts/tcxsl.htf + texmf-dist/tex4ht/ht-fonts/alias/txfonts/tcxss.htf + texmf-dist/tex4ht/ht-fonts/alias/txfonts/tcxsssl.htf + texmf-dist/tex4ht/ht-fonts/alias/txfonts/tcxtt.htf + texmf-dist/tex4ht/ht-fonts/alias/txfonts/tcxttsl.htf + texmf-dist/tex4ht/ht-fonts/alias/txfonts/txbex.htf + texmf-dist/tex4ht/ht-fonts/alias/txfonts/txbmi.htf + texmf-dist/tex4ht/ht-fonts/alias/txfonts/txbsc.htf + texmf-dist/tex4ht/ht-fonts/alias/txfonts/txbtt.htf + texmf-dist/tex4ht/ht-fonts/alias/txfonts/txbttsc.htf + texmf-dist/tex4ht/ht-fonts/alias/txfonts/txex.htf + texmf-dist/tex4ht/ht-fonts/alias/txfonts/txexa.htf + texmf-dist/tex4ht/ht-fonts/alias/txfonts/txi.htf + texmf-dist/tex4ht/ht-fonts/alias/txfonts/txmi.htf + texmf-dist/tex4ht/ht-fonts/alias/txfonts/txmia.htf + texmf-dist/tex4ht/ht-fonts/alias/txfonts/txr.htf + texmf-dist/tex4ht/ht-fonts/alias/txfonts/txsl.htf + texmf-dist/tex4ht/ht-fonts/alias/txfonts/txss.htf + texmf-dist/tex4ht/ht-fonts/alias/txfonts/txsssc.htf + texmf-dist/tex4ht/ht-fonts/alias/txfonts/txsssl.htf + texmf-dist/tex4ht/ht-fonts/alias/txfonts/txsy.htf + texmf-dist/tex4ht/ht-fonts/alias/txfonts/txsya.htf + texmf-dist/tex4ht/ht-fonts/alias/txfonts/txsyb.htf + texmf-dist/tex4ht/ht-fonts/alias/txfonts/txttsc.htf + texmf-dist/tex4ht/ht-fonts/alias/txfonts/tyx.htf + texmf-dist/tex4ht/ht-fonts/alias/txfonts/tyxbsc.htf + texmf-dist/tex4ht/ht-fonts/alias/txfonts/tyxbsssc.htf + texmf-dist/tex4ht/ht-fonts/alias/txfonts/tyxbttsc.htf + texmf-dist/tex4ht/ht-fonts/alias/txfonts/tyxsssc.htf + texmf-dist/tex4ht/ht-fonts/alias/txfonts/tyxttsc.htf + texmf-dist/tex4ht/ht-fonts/alias/vntex/arevvn/fav.htf + texmf-dist/tex4ht/ht-fonts/alias/vntex/chartervn/bchb8v.htf + texmf-dist/tex4ht/ht-fonts/alias/vntex/chartervn/bchbc8v.htf + texmf-dist/tex4ht/ht-fonts/alias/vntex/chartervn/bchbi8v.htf + texmf-dist/tex4ht/ht-fonts/alias/vntex/chartervn/bchbo8v.htf + texmf-dist/tex4ht/ht-fonts/alias/vntex/chartervn/bchr8v.htf + texmf-dist/tex4ht/ht-fonts/alias/vntex/chartervn/bchrc8v.htf + texmf-dist/tex4ht/ht-fonts/alias/vntex/chartervn/bchro8v.htf + texmf-dist/tex4ht/ht-fonts/alias/vntex/chartervn/txtt.htf + texmf-dist/tex4ht/ht-fonts/alias/vntex/classicovn/uop.htf + texmf-dist/tex4ht/ht-fonts/alias/vntex/cmbrightvn/vncm.htf + texmf-dist/tex4ht/ht-fonts/alias/vntex/comicsansvn/comic.htf + texmf-dist/tex4ht/ht-fonts/alias/vntex/concretevn/vncc.htf + texmf-dist/tex4ht/ht-fonts/alias/vntex/garamondvn/ugm.htf + texmf-dist/tex4ht/ht-fonts/alias/vntex/grotesqvn/ugq.htf + texmf-dist/tex4ht/ht-fonts/alias/vntex/mscorevn/jthb8v.htf + texmf-dist/tex4ht/ht-fonts/alias/vntex/mscorevn/jthbc8v.htf + texmf-dist/tex4ht/ht-fonts/alias/vntex/mscorevn/jthr8v.htf + texmf-dist/tex4ht/ht-fonts/alias/vntex/mscorevn/jthrc8v.htf + texmf-dist/tex4ht/ht-fonts/alias/vntex/mscorevn/jvnb8v.htf + texmf-dist/tex4ht/ht-fonts/alias/vntex/mscorevn/jvnbc8v.htf + texmf-dist/tex4ht/ht-fonts/alias/vntex/mscorevn/jvnbi8v.htf + texmf-dist/tex4ht/ht-fonts/alias/vntex/mscorevn/jvnr8v.htf + texmf-dist/tex4ht/ht-fonts/alias/vntex/mscorevn/jvnrc8v.htf + texmf-dist/tex4ht/ht-fonts/alias/vntex/mscorevn/jvnri8v.htf + texmf-dist/tex4ht/ht-fonts/alias/vntex/mscorevn/lprb8v.htf + texmf-dist/tex4ht/ht-fonts/alias/vntex/mscorevn/lprbc8v.htf + texmf-dist/tex4ht/ht-fonts/alias/vntex/mscorevn/lprbi8v.htf + texmf-dist/tex4ht/ht-fonts/alias/vntex/mscorevn/lprr8v.htf + texmf-dist/tex4ht/ht-fonts/alias/vntex/mscorevn/lprrc8v.htf + texmf-dist/tex4ht/ht-fonts/alias/vntex/mscorevn/lprri8v.htf + texmf-dist/tex4ht/ht-fonts/alias/vntex/mscorevn/ma1b8v.htf + texmf-dist/tex4ht/ht-fonts/alias/vntex/mscorevn/ma1bc8v.htf + texmf-dist/tex4ht/ht-fonts/alias/vntex/mscorevn/ma1bi8v.htf + texmf-dist/tex4ht/ht-fonts/alias/vntex/mscorevn/ma1r8v.htf + texmf-dist/tex4ht/ht-fonts/alias/vntex/mscorevn/ma1rc8v.htf + texmf-dist/tex4ht/ht-fonts/alias/vntex/mscorevn/ma1ri8v.htf + texmf-dist/tex4ht/ht-fonts/alias/vntex/mscorevn/mcrb8v.htf + texmf-dist/tex4ht/ht-fonts/alias/vntex/mscorevn/mcrbc8v.htf + texmf-dist/tex4ht/ht-fonts/alias/vntex/mscorevn/mcrbi8v.htf + texmf-dist/tex4ht/ht-fonts/alias/vntex/mscorevn/mcrr8v.htf + texmf-dist/tex4ht/ht-fonts/alias/vntex/mscorevn/mcrrc8v.htf + texmf-dist/tex4ht/ht-fonts/alias/vntex/mscorevn/mcrri8v.htf + texmf-dist/tex4ht/ht-fonts/alias/vntex/mscorevn/mnsb8v.htf + texmf-dist/tex4ht/ht-fonts/alias/vntex/mscorevn/mnsbc8v.htf + texmf-dist/tex4ht/ht-fonts/alias/vntex/mscorevn/mnsbi8v.htf + texmf-dist/tex4ht/ht-fonts/alias/vntex/mscorevn/mnsr8v.htf + texmf-dist/tex4ht/ht-fonts/alias/vntex/mscorevn/mnsrc8v.htf + texmf-dist/tex4ht/ht-fonts/alias/vntex/mscorevn/mnsri8v.htf + texmf-dist/tex4ht/ht-fonts/alias/vntex/t5-ant.htf + texmf-dist/tex4ht/ht-fonts/alias/vntex/t5-anttbcap.htf + texmf-dist/tex4ht/ht-fonts/alias/vntex/t5-anttbicap.htf + texmf-dist/tex4ht/ht-fonts/alias/vntex/t5-anttcbcap.htf + texmf-dist/tex4ht/ht-fonts/alias/vntex/t5-anttcbicap.htf + texmf-dist/tex4ht/ht-fonts/alias/vntex/t5-anttclcap.htf + texmf-dist/tex4ht/ht-fonts/alias/vntex/t5-anttclicap.htf + texmf-dist/tex4ht/ht-fonts/alias/vntex/t5-anttcmcap.htf + texmf-dist/tex4ht/ht-fonts/alias/vntex/t5-anttcmicap.htf + texmf-dist/tex4ht/ht-fonts/alias/vntex/t5-anttcrcap.htf + texmf-dist/tex4ht/ht-fonts/alias/vntex/t5-anttcricap.htf + texmf-dist/tex4ht/ht-fonts/alias/vntex/t5-anttlcap.htf + texmf-dist/tex4ht/ht-fonts/alias/vntex/t5-anttlicap.htf + texmf-dist/tex4ht/ht-fonts/alias/vntex/t5-anttmcap.htf + texmf-dist/tex4ht/ht-fonts/alias/vntex/t5-anttmicap.htf + texmf-dist/tex4ht/ht-fonts/alias/vntex/t5-anttrcap.htf + texmf-dist/tex4ht/ht-fonts/alias/vntex/t5-anttricap.htf + texmf-dist/tex4ht/ht-fonts/alias/vntex/urwvn/fplrc8v.htf + texmf-dist/tex4ht/ht-fonts/alias/vntex/urwvn/uagd8v.htf + texmf-dist/tex4ht/ht-fonts/alias/vntex/urwvn/uagdc8v.htf + texmf-dist/tex4ht/ht-fonts/alias/vntex/urwvn/uagdo8v.htf + texmf-dist/tex4ht/ht-fonts/alias/vntex/urwvn/uagk8v.htf + texmf-dist/tex4ht/ht-fonts/alias/vntex/urwvn/uagkc8v.htf + texmf-dist/tex4ht/ht-fonts/alias/vntex/urwvn/uagko8v.htf + texmf-dist/tex4ht/ht-fonts/alias/vntex/urwvn/ubkd8v.htf + texmf-dist/tex4ht/ht-fonts/alias/vntex/urwvn/ubkdc8v.htf + texmf-dist/tex4ht/ht-fonts/alias/vntex/urwvn/ubkdi8v.htf + texmf-dist/tex4ht/ht-fonts/alias/vntex/urwvn/ubkdo8v.htf + texmf-dist/tex4ht/ht-fonts/alias/vntex/urwvn/ubkl8v.htf + texmf-dist/tex4ht/ht-fonts/alias/vntex/urwvn/ubklc8v.htf + texmf-dist/tex4ht/ht-fonts/alias/vntex/urwvn/ubkli8v.htf + texmf-dist/tex4ht/ht-fonts/alias/vntex/urwvn/ubklo8v.htf + texmf-dist/tex4ht/ht-fonts/alias/vntex/urwvn/ucrb8v.htf + texmf-dist/tex4ht/ht-fonts/alias/vntex/urwvn/ucrbc8v.htf + texmf-dist/tex4ht/ht-fonts/alias/vntex/urwvn/ucrbo8v.htf + texmf-dist/tex4ht/ht-fonts/alias/vntex/urwvn/ucrr8v.htf + texmf-dist/tex4ht/ht-fonts/alias/vntex/urwvn/ucrrc8v.htf + texmf-dist/tex4ht/ht-fonts/alias/vntex/urwvn/ucrro8v.htf + texmf-dist/tex4ht/ht-fonts/alias/vntex/urwvn/uhvb8v.htf + texmf-dist/tex4ht/ht-fonts/alias/vntex/urwvn/uhvbc8v.htf + texmf-dist/tex4ht/ht-fonts/alias/vntex/urwvn/uhvbo8v.htf + texmf-dist/tex4ht/ht-fonts/alias/vntex/urwvn/uhvr8v.htf + texmf-dist/tex4ht/ht-fonts/alias/vntex/urwvn/uhvrc8v.htf + texmf-dist/tex4ht/ht-fonts/alias/vntex/urwvn/uhvro8v.htf + texmf-dist/tex4ht/ht-fonts/alias/vntex/urwvn/uncb8v.htf + texmf-dist/tex4ht/ht-fonts/alias/vntex/urwvn/uncbc8v.htf + texmf-dist/tex4ht/ht-fonts/alias/vntex/urwvn/uncbi8v.htf + texmf-dist/tex4ht/ht-fonts/alias/vntex/urwvn/uncbo8v.htf + texmf-dist/tex4ht/ht-fonts/alias/vntex/urwvn/uncr8v.htf + texmf-dist/tex4ht/ht-fonts/alias/vntex/urwvn/uncrc8v.htf + texmf-dist/tex4ht/ht-fonts/alias/vntex/urwvn/uncri8v.htf + texmf-dist/tex4ht/ht-fonts/alias/vntex/urwvn/uncro8v.htf + texmf-dist/tex4ht/ht-fonts/alias/vntex/urwvn/uplb8v.htf + texmf-dist/tex4ht/ht-fonts/alias/vntex/urwvn/uplbc8v.htf + texmf-dist/tex4ht/ht-fonts/alias/vntex/urwvn/uplbi8v.htf + texmf-dist/tex4ht/ht-fonts/alias/vntex/urwvn/uplbo8v.htf + texmf-dist/tex4ht/ht-fonts/alias/vntex/urwvn/uplr8v.htf + texmf-dist/tex4ht/ht-fonts/alias/vntex/urwvn/uplrc8v.htf + texmf-dist/tex4ht/ht-fonts/alias/vntex/urwvn/uplri8v.htf + texmf-dist/tex4ht/ht-fonts/alias/vntex/urwvn/uplro8v.htf + texmf-dist/tex4ht/ht-fonts/alias/vntex/urwvn/utmb8v.htf + texmf-dist/tex4ht/ht-fonts/alias/vntex/urwvn/utmbc8v.htf + texmf-dist/tex4ht/ht-fonts/alias/vntex/urwvn/utmbi8v.htf + texmf-dist/tex4ht/ht-fonts/alias/vntex/urwvn/utmbo8v.htf + texmf-dist/tex4ht/ht-fonts/alias/vntex/urwvn/utmr8v.htf + texmf-dist/tex4ht/ht-fonts/alias/vntex/urwvn/utmrc8v.htf + texmf-dist/tex4ht/ht-fonts/alias/vntex/urwvn/utmri8v.htf + texmf-dist/tex4ht/ht-fonts/alias/vntex/urwvn/utmro8v.htf + texmf-dist/tex4ht/ht-fonts/alias/vntex/urwvn/uzcmi8v.htf + texmf-dist/tex4ht/ht-fonts/alias/vntex/utopiavn/put.htf + texmf-dist/tex4ht/ht-fonts/alias/vntex/vnr/vn.htf + texmf-dist/tex4ht/ht-fonts/aliase/mathtime/mtsy-bs.htf + texmf-dist/tex4ht/ht-fonts/ascii/manfnt/manfnt.htf + texmf-dist/tex4ht/ht-fonts/cp1256/charset/unicode.4hf + texmf-dist/tex4ht/ht-fonts/css/emacspeak/cm/cmbx.4es + texmf-dist/tex4ht/ht-fonts/css/emacspeak/cm/cmmi.4es + texmf-dist/tex4ht/ht-fonts/css/emacspeak/cm/cmti.4es + texmf-dist/tex4ht/ht-fonts/css/emacspeak/cm/cmtt.4es + texmf-dist/tex4ht/ht-fonts/dbcs/cjk/b5ka/b5ka1201.htf + texmf-dist/tex4ht/ht-fonts/dbcs/cjk/b5ka/b5ka1202.htf + texmf-dist/tex4ht/ht-fonts/dbcs/cjk/b5ka/b5ka1203.htf + texmf-dist/tex4ht/ht-fonts/dbcs/cjk/b5ka/b5ka1204.htf + texmf-dist/tex4ht/ht-fonts/dbcs/cjk/b5ka/b5ka1205.htf + texmf-dist/tex4ht/ht-fonts/dbcs/cjk/b5ka/b5ka1206.htf + texmf-dist/tex4ht/ht-fonts/dbcs/cjk/b5ka/b5ka1207.htf + texmf-dist/tex4ht/ht-fonts/dbcs/cjk/b5ka/b5ka1208.htf + texmf-dist/tex4ht/ht-fonts/dbcs/cjk/b5ka/b5ka1209.htf + texmf-dist/tex4ht/ht-fonts/dbcs/cjk/b5ka/b5ka1210.htf + texmf-dist/tex4ht/ht-fonts/dbcs/cjk/b5ka/b5ka1211.htf + texmf-dist/tex4ht/ht-fonts/dbcs/cjk/b5ka/b5ka1212.htf + texmf-dist/tex4ht/ht-fonts/dbcs/cjk/b5ka/b5ka1213.htf + texmf-dist/tex4ht/ht-fonts/dbcs/cjk/b5ka/b5ka1214.htf + texmf-dist/tex4ht/ht-fonts/dbcs/cjk/b5ka/b5ka1215.htf + texmf-dist/tex4ht/ht-fonts/dbcs/cjk/b5ka/b5ka1216.htf + texmf-dist/tex4ht/ht-fonts/dbcs/cjk/b5ka/b5ka1217.htf + texmf-dist/tex4ht/ht-fonts/dbcs/cjk/b5ka/b5ka1218.htf + texmf-dist/tex4ht/ht-fonts/dbcs/cjk/b5ka/b5ka1219.htf + texmf-dist/tex4ht/ht-fonts/dbcs/cjk/b5ka/b5ka1220.htf + texmf-dist/tex4ht/ht-fonts/dbcs/cjk/b5ka/b5ka1221.htf + texmf-dist/tex4ht/ht-fonts/dbcs/cjk/b5ka/b5ka1222.htf + texmf-dist/tex4ht/ht-fonts/dbcs/cjk/b5ka/b5ka1223.htf + texmf-dist/tex4ht/ht-fonts/dbcs/cjk/b5ka/b5ka1224.htf + texmf-dist/tex4ht/ht-fonts/dbcs/cjk/b5ka/b5ka1225.htf + texmf-dist/tex4ht/ht-fonts/dbcs/cjk/b5ka/b5ka1226.htf + texmf-dist/tex4ht/ht-fonts/dbcs/cjk/b5ka/b5ka1227.htf + texmf-dist/tex4ht/ht-fonts/dbcs/cjk/b5ka/b5ka1228.htf + texmf-dist/tex4ht/ht-fonts/dbcs/cjk/b5ka/b5ka1229.htf + texmf-dist/tex4ht/ht-fonts/dbcs/cjk/b5ka/b5ka1230.htf + texmf-dist/tex4ht/ht-fonts/dbcs/cjk/b5ka/b5ka1231.htf + texmf-dist/tex4ht/ht-fonts/dbcs/cjk/b5ka/b5ka1232.htf + texmf-dist/tex4ht/ht-fonts/dbcs/cjk/b5ka/b5ka1233.htf + texmf-dist/tex4ht/ht-fonts/dbcs/cjk/b5ka/b5ka1234.htf + texmf-dist/tex4ht/ht-fonts/dbcs/cjk/b5ka/b5ka1235.htf + texmf-dist/tex4ht/ht-fonts/dbcs/cjk/b5ka/b5ka1236.htf + texmf-dist/tex4ht/ht-fonts/dbcs/cjk/b5ka/b5ka1237.htf + texmf-dist/tex4ht/ht-fonts/dbcs/cjk/b5ka/b5ka1238.htf + texmf-dist/tex4ht/ht-fonts/dbcs/cjk/b5ka/b5ka1239.htf + texmf-dist/tex4ht/ht-fonts/dbcs/cjk/b5ka/b5ka1240.htf + texmf-dist/tex4ht/ht-fonts/dbcs/cjk/b5ka/b5ka1241.htf + texmf-dist/tex4ht/ht-fonts/dbcs/cjk/b5ka/b5ka1242.htf + texmf-dist/tex4ht/ht-fonts/dbcs/cjk/b5ka/b5ka1243.htf + texmf-dist/tex4ht/ht-fonts/dbcs/cjk/b5ka/b5ka1244.htf + texmf-dist/tex4ht/ht-fonts/dbcs/cjk/b5ka/b5ka1245.htf + texmf-dist/tex4ht/ht-fonts/dbcs/cjk/b5ka/b5ka1246.htf + texmf-dist/tex4ht/ht-fonts/dbcs/cjk/b5ka/b5ka1247.htf + texmf-dist/tex4ht/ht-fonts/dbcs/cjk/b5ka/b5ka1248.htf + texmf-dist/tex4ht/ht-fonts/dbcs/cjk/b5ka/b5ka1249.htf + texmf-dist/tex4ht/ht-fonts/dbcs/cjk/b5ka/b5ka1250.htf + texmf-dist/tex4ht/ht-fonts/dbcs/cjk/b5ka/b5ka1251.htf + texmf-dist/tex4ht/ht-fonts/dbcs/cjk/b5ka/b5ka1252.htf + texmf-dist/tex4ht/ht-fonts/dbcs/cjk/b5ka/b5ka1253.htf + texmf-dist/tex4ht/ht-fonts/dbcs/cjk/b5ka/b5ka1254.htf + texmf-dist/tex4ht/ht-fonts/dbcs/cjk/b5ka/b5ka1255.htf + texmf-dist/tex4ht/ht-fonts/gb2312/charset/unicode.4hf + texmf-dist/tex4ht/ht-fonts/gbk/charset/unicode.4hf + texmf-dist/tex4ht/ht-fonts/html-speech/charset/unicode.4hf + texmf-dist/tex4ht/ht-fonts/iso8859/1/charset/uni/unicode.4hf + texmf-dist/tex4ht/ht-fonts/iso8859/1/charset/unicode.4hf + texmf-dist/tex4ht/ht-fonts/iso8859/1/chess/chess.htf + texmf-dist/tex4ht/ht-fonts/iso8859/1/chess/chessf.htf + texmf-dist/tex4ht/ht-fonts/iso8859/1/chess/fselch.htf + texmf-dist/tex4ht/ht-fonts/iso8859/1/cm/cminch.htf + texmf-dist/tex4ht/ht-fonts/iso8859/1/devanagari/dvng.htf + texmf-dist/tex4ht/ht-fonts/iso8859/1/euro/zpeur.htf + texmf-dist/tex4ht/ht-fonts/iso8859/1/go/go.htf + texmf-dist/tex4ht/ht-fonts/iso8859/1/go/go1bla.htf + texmf-dist/tex4ht/ht-fonts/iso8859/1/go/go1whi.htf + texmf-dist/tex4ht/ht-fonts/iso8859/1/go/go2bla.htf + texmf-dist/tex4ht/ht-fonts/iso8859/1/go/go2whi.htf + texmf-dist/tex4ht/ht-fonts/iso8859/1/html/charset/unicode.4hf + texmf-dist/tex4ht/ht-fonts/iso8859/1/ipa/wsuipa.htf + texmf-dist/tex4ht/ht-fonts/iso8859/1/mathtime/blex-bs.htf + texmf-dist/tex4ht/ht-fonts/iso8859/1/mathtime/blmi-bs.htf + texmf-dist/tex4ht/ht-fonts/iso8859/1/mathtime/blsy-bs.htf + texmf-dist/tex4ht/ht-fonts/iso8859/1/mathtime/mtex-bs.htf + texmf-dist/tex4ht/ht-fonts/iso8859/1/mathtime/mtmi-bs.htf + texmf-dist/tex4ht/ht-fonts/iso8859/1/mathtime/mtsy-bs.htf + texmf-dist/tex4ht/ht-fonts/iso8859/1/mathtime/mtsyn-bs.htf + texmf-dist/tex4ht/ht-fonts/iso8859/1/mongolian/bicigh.htf + texmf-dist/tex4ht/ht-fonts/iso8859/1/mongolian/bthh.htf + texmf-dist/tex4ht/ht-fonts/iso8859/1/mongolian/bthv.htf + texmf-dist/tex4ht/ht-fonts/iso8859/1/ps2mf/times-ps.htf + texmf-dist/tex4ht/ht-fonts/iso8859/1/sw/curr.htf + texmf-dist/tex4ht/ht-fonts/iso8859/1/sw/times-sw.htf + texmf-dist/tex4ht/ht-fonts/iso8859/1/tibetan/ctib.htf + texmf-dist/tex4ht/ht-fonts/iso8859/1/xypic/xyatip.htf + texmf-dist/tex4ht/ht-fonts/iso8859/1/xypic/xybsql.htf + texmf-dist/tex4ht/ht-fonts/iso8859/1/xypic/xybtip.htf + texmf-dist/tex4ht/ht-fonts/iso8859/1/xypic/xydash.htf + texmf-dist/tex4ht/ht-fonts/iso8859/1/xypic/xyebut.htf + texmf-dist/tex4ht/ht-fonts/iso8859/1/xypic/xymisc.htf + texmf-dist/tex4ht/ht-fonts/iso8859/2/charset/unicode.4hf + texmf-dist/tex4ht/ht-fonts/iso8859/2/html/charset/unicode.4hf + texmf-dist/tex4ht/ht-fonts/iso8859/5/charset/unicode.4hf + texmf-dist/tex4ht/ht-fonts/iso8859/5/cm/sauter/wnr.htf + texmf-dist/tex4ht/ht-fonts/iso8859/5/cm/sauter/wnti.htf + texmf-dist/tex4ht/ht-fonts/iso8859/5/cyrillic/cmcyr/cmcbx.htf + texmf-dist/tex4ht/ht-fonts/iso8859/5/cyrillic/cmcyr/cmcbxti.htf + texmf-dist/tex4ht/ht-fonts/iso8859/5/cyrillic/cmcyr/cmccsc.htf + texmf-dist/tex4ht/ht-fonts/iso8859/5/cyrillic/kminch.htf + texmf-dist/tex4ht/ht-fonts/iso8859/5/cyrillic/kmitt.htf + texmf-dist/tex4ht/ht-fonts/iso8859/5/cyrillic/kmr.htf + texmf-dist/tex4ht/ht-fonts/iso8859/5/cyrillic/kmtcsc.htf + texmf-dist/tex4ht/ht-fonts/iso8859/5/cyrillic/wncsc.htf + texmf-dist/tex4ht/ht-fonts/iso8859/5/html/charset/unicode.4hf + texmf-dist/tex4ht/ht-fonts/iso8859/5/lh/lh-t2a/larm.htf + texmf-dist/tex4ht/ht-fonts/iso8859/6/charset/unicode.4hf + texmf-dist/tex4ht/ht-fonts/iso8859/6/html/charset/unicode.4hf + texmf-dist/tex4ht/ht-fonts/iso8859/7/charset/unicode.4hf + texmf-dist/tex4ht/ht-fonts/iso8859/8/hebrew/hclassic.htf + texmf-dist/tex4ht/ht-fonts/iso8859/8/hebrew/jerus.htf + texmf-dist/tex4ht/ht-fonts/jsml/charset/unicode.4hf + texmf-dist/tex4ht/ht-fonts/koi/8r/charset/unicode.4hf + texmf-dist/tex4ht/ht-fonts/koi/8r/lh/lh-t2a/larm.htf + texmf-dist/tex4ht/ht-fonts/mozilla/charset/mnemonic/unicode.4hf + texmf-dist/tex4ht/ht-fonts/mozilla/charset/native/unicode.4hf + texmf-dist/tex4ht/ht-fonts/mozilla/charset/unicode.4hf + texmf-dist/tex4ht/ht-fonts/ooffice/charset/unicode.4hf + texmf-dist/tex4ht/ht-fonts/share/adobe/helvetic/phvr8z.htf + texmf-dist/tex4ht/ht-fonts/symbol/charset/unicode.4hf + texmf-dist/tex4ht/ht-fonts/symbol/cyrillic/xcmr.htf + texmf-dist/tex4ht/ht-fonts/symbol/cyrillic/xcmti.htf + texmf-dist/tex4ht/ht-fonts/symbol/hebrew/hclassic.htf + texmf-dist/tex4ht/ht-fonts/symbol/mathtime/blex-bs.htf + texmf-dist/tex4ht/ht-fonts/symbol/mathtime/blmi-bs.htf + texmf-dist/tex4ht/ht-fonts/symbol/mathtime/blsy-bs.htf + texmf-dist/tex4ht/ht-fonts/symbol/mathtime/mtex-bs.htf + texmf-dist/tex4ht/ht-fonts/symbol/mathtime/mtmi-bs.htf + texmf-dist/tex4ht/ht-fonts/symbol/mathtime/mtsy-bs.htf + texmf-dist/tex4ht/ht-fonts/symbol/mathtime/mtsyn-bs.htf + texmf-dist/tex4ht/ht-fonts/unicode/adobe/courier/pcrr7t.htf + texmf-dist/tex4ht/ht-fonts/unicode/adobe/courier/pcrrc7t.htf + texmf-dist/tex4ht/ht-fonts/unicode/adobe/courier/pcrro8r.htf + texmf-dist/tex4ht/ht-fonts/unicode/adobe/courier/pcrro8u.htf + texmf-dist/tex4ht/ht-fonts/unicode/adobe/courier/pplrc8r.htf + texmf-dist/tex4ht/ht-fonts/unicode/adobe/helvetic/ptmb8z.htf + texmf-dist/tex4ht/ht-fonts/unicode/adobe/helvetic/ptmrc8z.htf + texmf-dist/tex4ht/ht-fonts/unicode/adobe/mathptm/zpsycmrv.htf + texmf-dist/tex4ht/ht-fonts/unicode/adobe/mathptm/zptmcmr.htf + texmf-dist/tex4ht/ht-fonts/unicode/adobe/mathptm/zptmcmrm.htf + texmf-dist/tex4ht/ht-fonts/unicode/adobe/mathptm/zpzccmry.htf + texmf-dist/tex4ht/ht-fonts/unicode/adobe/palatino/pplb9c.htf + texmf-dist/tex4ht/ht-fonts/unicode/adobe/palatino/pplrc9t.htf + texmf-dist/tex4ht/ht-fonts/unicode/adobe/palatino/pplri9t.htf + texmf-dist/tex4ht/ht-fonts/unicode/adobe/symbol/psyr.htf + texmf-dist/tex4ht/ht-fonts/unicode/adobe/times/ptmr8c.htf + texmf-dist/tex4ht/ht-fonts/unicode/adobe/times/ptmrc.htf + texmf-dist/tex4ht/ht-fonts/unicode/adobe/times/ptmrc7t.htf + texmf-dist/tex4ht/ht-fonts/unicode/adobe/times/ptmri7t.htf + texmf-dist/tex4ht/ht-fonts/unicode/adobe/times/ptmro.htf + texmf-dist/tex4ht/ht-fonts/unicode/adobe/times/ptmrre.htf + texmf-dist/tex4ht/ht-fonts/unicode/adobe/times/rptmrrn.htf + texmf-dist/tex4ht/ht-fonts/unicode/adobe/zapfding/pzdr.htf + texmf-dist/tex4ht/ht-fonts/unicode/ae/aecsc.htf + texmf-dist/tex4ht/ht-fonts/unicode/ams/cyrillic/wncyr.htf + texmf-dist/tex4ht/ht-fonts/unicode/ams/euler/euex.htf + texmf-dist/tex4ht/ht-fonts/unicode/ams/euler/eufb.htf + texmf-dist/tex4ht/ht-fonts/unicode/ams/euler/eufm.htf + texmf-dist/tex4ht/ht-fonts/unicode/ams/euler/eusb.htf + texmf-dist/tex4ht/ht-fonts/unicode/ams/euler/eusm.htf + texmf-dist/tex4ht/ht-fonts/unicode/ams/symbols/msam.htf + texmf-dist/tex4ht/ht-fonts/unicode/ams/symbols/msbm.htf + texmf-dist/tex4ht/ht-fonts/unicode/antt/antpr.htf + texmf-dist/tex4ht/ht-fonts/unicode/antt/anttr.htf + texmf-dist/tex4ht/ht-fonts/unicode/antt/ec-anttbcap.htf + texmf-dist/tex4ht/ht-fonts/unicode/antt/mi-antt.htf + texmf-dist/tex4ht/ht-fonts/unicode/antt/qx-anttbcap.htf + texmf-dist/tex4ht/ht-fonts/unicode/antt/sy-antt.htf + texmf-dist/tex4ht/ht-fonts/unicode/antt/sy-anttlz.htf + texmf-dist/tex4ht/ht-fonts/unicode/arabi/aehor.htf + texmf-dist/tex4ht/ht-fonts/unicode/arabi/nazli.htf + texmf-dist/tex4ht/ht-fonts/unicode/arev/favr8r.htf + texmf-dist/tex4ht/ht-fonts/unicode/bbold/bbold.htf + texmf-dist/tex4ht/ht-fonts/unicode/bitstrea/charter/bchr8t.htf + texmf-dist/tex4ht/ht-fonts/unicode/cbgreek/grmc.htf + texmf-dist/tex4ht/ht-fonts/unicode/cbgreek/grmn.htf + texmf-dist/tex4ht/ht-fonts/unicode/charset/unicode.4hf + texmf-dist/tex4ht/ht-fonts/unicode/chess/chess.htf + texmf-dist/tex4ht/ht-fonts/unicode/chess/chessf.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/b5ka/b5ka1201.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/b5ka/b5ka1202.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/b5ka/b5ka1203.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/b5ka/b5ka1204.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/b5ka/b5ka1205.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/b5ka/b5ka1206.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/b5ka/b5ka1207.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/b5ka/b5ka1208.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/b5ka/b5ka1209.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/b5ka/b5ka1210.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/b5ka/b5ka1211.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/b5ka/b5ka1212.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/b5ka/b5ka1213.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/b5ka/b5ka1214.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/b5ka/b5ka1215.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/b5ka/b5ka1216.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/b5ka/b5ka1217.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/b5ka/b5ka1218.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/b5ka/b5ka1219.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/b5ka/b5ka1220.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/b5ka/b5ka1221.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/b5ka/b5ka1222.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/b5ka/b5ka1223.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/b5ka/b5ka1224.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/b5ka/b5ka1225.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/b5ka/b5ka1226.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/b5ka/b5ka1227.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/b5ka/b5ka1228.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/b5ka/b5ka1229.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/b5ka/b5ka1230.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/b5ka/b5ka1231.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/b5ka/b5ka1232.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/b5ka/b5ka1233.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/b5ka/b5ka1234.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/b5ka/b5ka1235.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/b5ka/b5ka1236.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/b5ka/b5ka1237.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/b5ka/b5ka1238.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/b5ka/b5ka1239.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/b5ka/b5ka1240.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/b5ka/b5ka1241.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/b5ka/b5ka1242.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/b5ka/b5ka1243.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/b5ka/b5ka1244.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/b5ka/b5ka1245.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/b5ka/b5ka1246.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/b5ka/b5ka1247.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/b5ka/b5ka1248.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/b5ka/b5ka1249.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/b5ka/b5ka1250.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/b5ka/b5ka1251.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/b5ka/b5ka1252.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/b5ka/b5ka1253.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/b5ka/b5ka1254.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/b5ka/b5ka1255.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/gbksong/gbksong01.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/gbksong/gbksong02.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/gbksong/gbksong03.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/gbksong/gbksong04.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/gbksong/gbksong05.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/gbksong/gbksong06.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/gbksong/gbksong07.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/gbksong/gbksong08.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/gbksong/gbksong09.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/gbksong/gbksong10.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/gbksong/gbksong11.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/gbksong/gbksong12.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/gbksong/gbksong13.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/gbksong/gbksong14.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/gbksong/gbksong15.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/gbksong/gbksong16.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/gbksong/gbksong17.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/gbksong/gbksong18.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/gbksong/gbksong19.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/gbksong/gbksong20.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/gbksong/gbksong21.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/gbksong/gbksong22.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/gbksong/gbksong23.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/gbksong/gbksong24.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/gbksong/gbksong25.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/gbksong/gbksong26.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/gbksong/gbksong27.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/gbksong/gbksong28.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/gbksong/gbksong29.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/gbksong/gbksong30.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/gbksong/gbksong31.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/gbksong/gbksong32.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/gbksong/gbksong33.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/gbksong/gbksong34.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/gbksong/gbksong35.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/gbksong/gbksong36.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/gbksong/gbksong37.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/gbksong/gbksong38.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/gbksong/gbksong39.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/gbksong/gbksong40.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/gbksong/gbksong41.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/gbksong/gbksong42.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/gbksong/gbksong43.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/gbksong/gbksong44.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/gbksong/gbksong45.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/gbksong/gbksong46.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/gbksong/gbksong47.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/gbksong/gbksong48.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/gbksong/gbksong49.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/gbksong/gbksong50.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/gbksong/gbksong51.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/gbksong/gbksong52.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/gbksong/gbksong53.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/gbksong/gbksong54.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/gbksong/gbksong55.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/gbksong/gbksong56.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/gbksong/gbksong57.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/gbksong/gbksong58.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/gbksong/gbksong59.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/gbksong/gbksong60.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/gbksong/gbksong61.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/gbksong/gbksong62.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/gbksong/gbksong63.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/gbksong/gbksong64.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/gbksong/gbksong65.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/gbksong/gbksong66.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/gbksong/gbksong67.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/gbksong/gbksong68.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/gbksong/gbksong69.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/gbksong/gbksong70.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/gbksong/gbksong71.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/gbksong/gbksong72.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/gbksong/gbksong73.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/gbksong/gbksong74.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/gbksong/gbksong75.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/gbksong/gbksong76.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/gbksong/gbksong77.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/gbksong/gbksong78.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/gbksong/gbksong79.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/gbksong/gbksong80.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/gbksong/gbksong81.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/gbksong/gbksong82.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/gbksong/gbksong83.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/gbksong/gbksong84.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/gbksong/gbksong85.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/gbksong/gbksong86.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/gbksong/gbksong87.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/gbksong/gbksong88.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/gbksong/gbksong89.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/gbksong/gbksong90.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/gbksong/gbksong91.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/gbksong/gbksong92.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/gbksong/gbksong93.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/gbksong/gbksong94.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/gbksong/long/gbksong25.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/gbksong/long/gbksong27.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/gbksong/long/gbksong28.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/gbksong/long/gbksong32.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/gbksong/long/gbksong35.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/gbksong/long/gbksong90.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/gbksong/long/gbksong92.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/gbksong/long/gbksong93.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/gbksong/long/gbksong94.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song01.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song02.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song03.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song04.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song05.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song06.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song07.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song08.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song09.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song0a.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song0b.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song0c.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song0d.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song0e.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song0f.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song10.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song11.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song12.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song13.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song14.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song15.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song16.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song17.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song18.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song19.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song1a.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song1b.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song1c.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song1d.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song1e.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song1f.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song20.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song21.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song22.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song23.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song24.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song25.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song26.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song27.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song28.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song29.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song2a.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song2b.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song2c.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song2d.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song2e.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song2f.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song30.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song31.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song32.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song33.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song34.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song35.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song36.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song37.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song38.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song39.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song3a.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song3b.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song3c.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song3d.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song3e.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song3f.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song40.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song41.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song42.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song43.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song44.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song45.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song46.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song47.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song48.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song49.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song4a.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song4b.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song4c.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song4d.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song4e.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song4f.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song50.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song51.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song52.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song53.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song54.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song55.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song56.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song57.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song58.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song59.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song5a.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song5b.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song5c.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song5d.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song5e.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song5f.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song60.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song61.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song62.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song63.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song64.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song65.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song66.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song67.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song68.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song69.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song6a.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song6b.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song6c.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song6d.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song6e.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song6f.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song70.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song71.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song72.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song73.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song74.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song75.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song76.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song77.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song78.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song79.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song7a.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song7b.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song7c.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song7d.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song7e.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song7f.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song80.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song81.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song82.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song83.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song84.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song85.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song86.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song87.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song88.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song89.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song8a.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song8b.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song8c.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song8d.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song8e.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song8f.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song90.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song91.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song92.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song93.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song94.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song95.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song96.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song97.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song98.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song99.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song9a.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song9b.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song9c.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song9d.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song9e.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song9f.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/utf8/utf8songa0.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/utf8/utf8songa1.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/utf8/utf8songa2.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/utf8/utf8songa3.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/utf8/utf8songa4.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/utf8/utf8songa5.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/utf8/utf8songa6.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/utf8/utf8songa7.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/utf8/utf8songa8.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/utf8/utf8songa9.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/utf8/utf8songaa.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/utf8/utf8songab.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/utf8/utf8songac.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/utf8/utf8songad.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/utf8/utf8songae.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/utf8/utf8songaf.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/utf8/utf8songb0.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/utf8/utf8songb1.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/utf8/utf8songb2.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/utf8/utf8songb3.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/utf8/utf8songb4.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/utf8/utf8songb5.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/utf8/utf8songb6.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/utf8/utf8songb7.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/utf8/utf8songb8.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/utf8/utf8songb9.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/utf8/utf8songba.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/utf8/utf8songbb.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/utf8/utf8songbc.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/utf8/utf8songbd.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/utf8/utf8songbe.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/utf8/utf8songbf.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/utf8/utf8songc0.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/utf8/utf8songc1.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/utf8/utf8songc2.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/utf8/utf8songc3.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/utf8/utf8songc4.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/utf8/utf8songc5.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/utf8/utf8songc6.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/utf8/utf8songc7.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/utf8/utf8songc8.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/utf8/utf8songc9.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/utf8/utf8songca.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/utf8/utf8songcb.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/utf8/utf8songcc.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/utf8/utf8songcd.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/utf8/utf8songce.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/utf8/utf8songcf.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/utf8/utf8songd0.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/utf8/utf8songd1.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/utf8/utf8songd2.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/utf8/utf8songd3.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/utf8/utf8songd4.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/utf8/utf8songd5.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/utf8/utf8songd6.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/utf8/utf8songd7.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/utf8/utf8songdc.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/utf8/utf8songdd.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/utf8/utf8songde.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/utf8/utf8songdf.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/utf8/utf8songe0.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/utf8/utf8songe1.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/utf8/utf8songe2.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/utf8/utf8songe3.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/utf8/utf8songe4.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/utf8/utf8songe5.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/utf8/utf8songe6.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/utf8/utf8songe7.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/utf8/utf8songe8.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/utf8/utf8songe9.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/utf8/utf8songea.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/utf8/utf8songeb.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/utf8/utf8songec.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/utf8/utf8songed.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/utf8/utf8songee.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/utf8/utf8songef.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/utf8/utf8songf0.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/utf8/utf8songf1.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/utf8/utf8songf2.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/utf8/utf8songf3.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/utf8/utf8songf4.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/utf8/utf8songf5.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/utf8/utf8songf6.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/utf8/utf8songf7.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/utf8/utf8songf8.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/utf8/utf8songf9.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/utf8/utf8songfa.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/utf8/utf8songfb.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/utf8/utf8songfc.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/utf8/utf8songfd.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/utf8/utf8songfe.htf + texmf-dist/tex4ht/ht-fonts/unicode/cjk/utf8/utf8songff.htf + texmf-dist/tex4ht/ht-fonts/unicode/cm/cmex.htf + texmf-dist/tex4ht/ht-fonts/unicode/cm/cmmi.htf + texmf-dist/tex4ht/ht-fonts/unicode/cm/cmsy.htf + texmf-dist/tex4ht/ht-fonts/unicode/cm/cmtcsc.htf + texmf-dist/tex4ht/ht-fonts/unicode/cm/cmti.htf + texmf-dist/tex4ht/ht-fonts/unicode/concrete/cccsc.htf + texmf-dist/tex4ht/ht-fonts/unicode/cs/cscsc.htf + texmf-dist/tex4ht/ht-fonts/unicode/cs/csr.htf + texmf-dist/tex4ht/ht-fonts/unicode/currency/feymr.htf + texmf-dist/tex4ht/ht-fonts/unicode/cyklop/cs-cyklop.htf + texmf-dist/tex4ht/ht-fonts/unicode/cyklop/cs-cyklopi-sc.htf + texmf-dist/tex4ht/ht-fonts/unicode/cyklop/ec-cyklopi-sc.htf + texmf-dist/tex4ht/ht-fonts/unicode/cyklop/ly1-cyklopi-sc.htf + texmf-dist/tex4ht/ht-fonts/unicode/cyklop/qx-cyklopi-sc.htf + texmf-dist/tex4ht/ht-fonts/unicode/cyklop/qx-cyklopr.htf + texmf-dist/tex4ht/ht-fonts/unicode/cyklop/t5-cyklopi-sc.htf + texmf-dist/tex4ht/ht-fonts/unicode/cyklop/t5-cyklopi.htf + texmf-dist/tex4ht/ht-fonts/unicode/cyrillic/cmcyr/cmcbx.htf + texmf-dist/tex4ht/ht-fonts/unicode/cyrillic/cmcyr/cmcbxti.htf + texmf-dist/tex4ht/ht-fonts/unicode/cyrillic/cmcyr/cmccsc.htf + texmf-dist/tex4ht/ht-fonts/unicode/dstroke/dsrom.htf + texmf-dist/tex4ht/ht-fonts/unicode/dstroke/esint.htf + texmf-dist/tex4ht/ht-fonts/unicode/greek/ibygrk/fibr.htf + texmf-dist/tex4ht/ht-fonts/unicode/hebrew/cjhebltx.htf + texmf-dist/tex4ht/ht-fonts/unicode/hebrew/crml.htf + texmf-dist/tex4ht/ht-fonts/unicode/hebrew/fr.htf + texmf-dist/tex4ht/ht-fonts/unicode/hebrew/hclassic.htf + texmf-dist/tex4ht/ht-fonts/unicode/hebrew/jerus.htf + texmf-dist/tex4ht/ht-fonts/unicode/hebrew/redis.htf + texmf-dist/tex4ht/ht-fonts/unicode/hebrew/shold.htf + texmf-dist/tex4ht/ht-fonts/unicode/hebrew/shscr.htf + texmf-dist/tex4ht/ht-fonts/unicode/hebrew/shstk.htf + texmf-dist/tex4ht/ht-fonts/unicode/html/charset/unicode.4hf + texmf-dist/tex4ht/ht-fonts/unicode/iwona/cs-iwona.htf + texmf-dist/tex4ht/ht-fonts/unicode/iwona/cs-iwonacap.htf + texmf-dist/tex4ht/ht-fonts/unicode/iwona/ec-iwonacap.htf + texmf-dist/tex4ht/ht-fonts/unicode/iwona/ex-iwona.htf + texmf-dist/tex4ht/ht-fonts/unicode/iwona/exp-iwona.htf + texmf-dist/tex4ht/ht-fonts/unicode/iwona/greek-iwona.htf + texmf-dist/tex4ht/ht-fonts/unicode/iwona/qx-iwona.htf + texmf-dist/tex4ht/ht-fonts/unicode/iwona/qx-iwonacap.htf + texmf-dist/tex4ht/ht-fonts/unicode/iwona/rm-iwona.htf + texmf-dist/tex4ht/ht-fonts/unicode/iwona/sy-iwona.htf + texmf-dist/tex4ht/ht-fonts/unicode/iwona/t2a-iwona.htf + texmf-dist/tex4ht/ht-fonts/unicode/iwona/t2b-iwona.htf + texmf-dist/tex4ht/ht-fonts/unicode/iwona/t2c-iwona.htf + texmf-dist/tex4ht/ht-fonts/unicode/iwona/t5-iwona.htf + texmf-dist/tex4ht/ht-fonts/unicode/iwona/t5-iwonacap.htf + texmf-dist/tex4ht/ht-fonts/unicode/iwona/texnansi-iwona.htf + texmf-dist/tex4ht/ht-fonts/unicode/iwona/texnansi-iwonacap.htf + texmf-dist/tex4ht/ht-fonts/unicode/iwona/wncy-iwona.htf + texmf-dist/tex4ht/ht-fonts/unicode/jknappen/tc/tcrm.htf + texmf-dist/tex4ht/ht-fonts/unicode/latex/lasy.htf + texmf-dist/tex4ht/ht-fonts/unicode/latex/lcircle.htf + texmf-dist/tex4ht/ht-fonts/unicode/latex/line.htf + texmf-dist/tex4ht/ht-fonts/unicode/lh/lh-t2a/lacc.htf + texmf-dist/tex4ht/ht-fonts/unicode/lh/lh-t2a/larm.htf + texmf-dist/tex4ht/ht-fonts/unicode/libertine/fxlbi-xl-22.htf + texmf-dist/tex4ht/ht-fonts/unicode/libertine/fxlbi-xl-24.htf + texmf-dist/tex4ht/ht-fonts/unicode/libertine/fxlbi-xl-27.htf + texmf-dist/tex4ht/ht-fonts/unicode/libertine/fxlbi-xl-8x.htf + texmf-dist/tex4ht/ht-fonts/unicode/libertine/fxlbi-xl-e0.htf + texmf-dist/tex4ht/ht-fonts/unicode/libertine/fxlbi-xl-f6.htf + texmf-dist/tex4ht/ht-fonts/unicode/libertine/fxlr-8r.htf + texmf-dist/tex4ht/ht-fonts/unicode/libertine/fxlr-lgi.htf + texmf-dist/tex4ht/ht-fonts/unicode/libertine/fxlr-xl-00.htf + texmf-dist/tex4ht/ht-fonts/unicode/libertine/fxlr-xl-01.htf + texmf-dist/tex4ht/ht-fonts/unicode/libertine/fxlr-xl-02.htf + texmf-dist/tex4ht/ht-fonts/unicode/libertine/fxlr-xl-03.htf + texmf-dist/tex4ht/ht-fonts/unicode/libertine/fxlr-xl-04.htf + texmf-dist/tex4ht/ht-fonts/unicode/libertine/fxlr-xl-05.htf + texmf-dist/tex4ht/ht-fonts/unicode/libertine/fxlr-xl-1e.htf + texmf-dist/tex4ht/ht-fonts/unicode/libertine/fxlr-xl-1f.htf + texmf-dist/tex4ht/ht-fonts/unicode/libertine/fxlr-xl-20.htf + texmf-dist/tex4ht/ht-fonts/unicode/libertine/fxlr-xl-21.htf + texmf-dist/tex4ht/ht-fonts/unicode/libertine/fxlr-xl-22.htf + texmf-dist/tex4ht/ht-fonts/unicode/libertine/fxlr-xl-23.htf + texmf-dist/tex4ht/ht-fonts/unicode/libertine/fxlr-xl-24.htf + texmf-dist/tex4ht/ht-fonts/unicode/libertine/fxlr-xl-25.htf + texmf-dist/tex4ht/ht-fonts/unicode/libertine/fxlr-xl-26.htf + texmf-dist/tex4ht/ht-fonts/unicode/libertine/fxlr-xl-27.htf + texmf-dist/tex4ht/ht-fonts/unicode/libertine/fxlr-xl-2c.htf + texmf-dist/tex4ht/ht-fonts/unicode/libertine/fxlr-xl-8x.htf + texmf-dist/tex4ht/ht-fonts/unicode/libertine/fxlr-xl-a7.htf + texmf-dist/tex4ht/ht-fonts/unicode/libertine/fxlr-xl-circle.htf + texmf-dist/tex4ht/ht-fonts/unicode/libertine/fxlr-xl-e0.htf + texmf-dist/tex4ht/ht-fonts/unicode/libertine/fxlr-xl-e1.htf + texmf-dist/tex4ht/ht-fonts/unicode/libertine/fxlr-xl-f6.htf + texmf-dist/tex4ht/ht-fonts/unicode/libertine/fxlr-xl-fb.htf + texmf-dist/tex4ht/ht-fonts/unicode/libertine/fxlr-xl-ff.htf + texmf-dist/tex4ht/ht-fonts/unicode/libertine/fxlr-xl-lgi.htf + texmf-dist/tex4ht/ht-fonts/unicode/libertine/fxlr-xl-lgr.htf + texmf-dist/tex4ht/ht-fonts/unicode/libertine/fxlr-xl-ts1.htf + texmf-dist/tex4ht/ht-fonts/unicode/libertine/fxlrc-t1.htf + texmf-dist/tex4ht/ht-fonts/unicode/libertine/fxlri-xl-26.htf + texmf-dist/tex4ht/ht-fonts/unicode/libertine/fxlri-xl-e1.htf + texmf-dist/tex4ht/ht-fonts/unicode/lm/cs-lm.htf + texmf-dist/tex4ht/ht-fonts/unicode/lm/el-lm.htf + texmf-dist/tex4ht/ht-fonts/unicode/lm/el-lmcs.htf + texmf-dist/tex4ht/ht-fonts/unicode/lm/l7x-lm.htf + texmf-dist/tex4ht/ht-fonts/unicode/lm/l7x-lmcsc.htf + texmf-dist/tex4ht/ht-fonts/unicode/lm/lm-ec.htf + texmf-dist/tex4ht/ht-fonts/unicode/lm/lm-qxtt.htf + texmf-dist/tex4ht/ht-fonts/unicode/lm/lm-rep-cmin.htf + texmf-dist/tex4ht/ht-fonts/unicode/lm/lm-rep-cmit.htf + texmf-dist/tex4ht/ht-fonts/unicode/lm/lm-rep-cmitt.htf + texmf-dist/tex4ht/ht-fonts/unicode/lm/lm-rep-cmrm.htf + texmf-dist/tex4ht/ht-fonts/unicode/lm/lm-rep-cmsc.htf + texmf-dist/tex4ht/ht-fonts/unicode/lm/lm-rep-cmtt.htf + texmf-dist/tex4ht/ht-fonts/unicode/lm/lm-rep-csin.htf + texmf-dist/tex4ht/ht-fonts/unicode/lm/lm-rep-csrm.htf + texmf-dist/tex4ht/ht-fonts/unicode/lm/lm-rep-cssc.htf + texmf-dist/tex4ht/ht-fonts/unicode/lm/lm-rep-cstt.htf + texmf-dist/tex4ht/ht-fonts/unicode/lm/lm-rep-plin.htf + texmf-dist/tex4ht/ht-fonts/unicode/lm/lm-rep-plit.htf + texmf-dist/tex4ht/ht-fonts/unicode/lm/lm-rep-plitt.htf + texmf-dist/tex4ht/ht-fonts/unicode/lm/lm-rep-plrm.htf + texmf-dist/tex4ht/ht-fonts/unicode/lm/lm-rep-plsc.htf + texmf-dist/tex4ht/ht-fonts/unicode/lm/lm-rep-pltt.htf + texmf-dist/tex4ht/ht-fonts/unicode/lm/lm-rep-t5psn.htf + texmf-dist/tex4ht/ht-fonts/unicode/lm/lm-t5.htf + texmf-dist/tex4ht/ht-fonts/unicode/lm/lm-texnansi.htf + texmf-dist/tex4ht/ht-fonts/unicode/lm/lm-ts1.htf + texmf-dist/tex4ht/ht-fonts/unicode/lm/pre2005/cork-.htf + texmf-dist/tex4ht/ht-fonts/unicode/lm/pre2005/cork-lmcs.htf + texmf-dist/tex4ht/ht-fonts/unicode/lm/pre2005/qx-lmcs.htf + texmf-dist/tex4ht/ht-fonts/unicode/lm/pre2005/qx-lmtt.htf + texmf-dist/tex4ht/ht-fonts/unicode/lm/pre2005/texnansi-lmcs.htf + texmf-dist/tex4ht/ht-fonts/unicode/lm/rm-lm.htf + texmf-dist/tex4ht/ht-fonts/unicode/lm/t5-lmcsc.htf + texmf-dist/tex4ht/ht-fonts/unicode/marvosym/fmvr8x.htf + texmf-dist/tex4ht/ht-fonts/unicode/math/rsfs.htf + texmf-dist/tex4ht/ht-fonts/unicode/mathdesign/mdbchr7v.htf + texmf-dist/tex4ht/ht-fonts/unicode/mathtime/blex-bs.htf + texmf-dist/tex4ht/ht-fonts/unicode/mathtime/blmi-bs.htf + texmf-dist/tex4ht/ht-fonts/unicode/mathtime/blsy-bs.htf + texmf-dist/tex4ht/ht-fonts/unicode/mathtime/mtex-bs.htf + texmf-dist/tex4ht/ht-fonts/unicode/mathtime/mtmi-bs.htf + texmf-dist/tex4ht/ht-fonts/unicode/mathtime/mtsyn-bs.htf + texmf-dist/tex4ht/ht-fonts/unicode/mflogo/logo.htf + texmf-dist/tex4ht/ht-fonts/unicode/misc/cmman.htf + texmf-dist/tex4ht/ht-fonts/unicode/misc/ifsym.htf + texmf-dist/tex4ht/ht-fonts/unicode/misc/wasy.htf + texmf-dist/tex4ht/ht-fonts/unicode/pl/plbsy.htf + texmf-dist/tex4ht/ht-fonts/unicode/pl/plinch.htf + texmf-dist/tex4ht/ht-fonts/unicode/pl/pltcsc.htf + texmf-dist/tex4ht/ht-fonts/unicode/pl/pltex.htf + texmf-dist/tex4ht/ht-fonts/unicode/public/bbding.htf + texmf-dist/tex4ht/ht-fonts/unicode/pxfonts/pxbsyc.htf + texmf-dist/tex4ht/ht-fonts/unicode/pxfonts/pxexa.htf + texmf-dist/tex4ht/ht-fonts/unicode/pxfonts/pxr.htf + texmf-dist/tex4ht/ht-fonts/unicode/pxfonts/pxsc.htf + texmf-dist/tex4ht/ht-fonts/unicode/pxfonts/pxsyc.htf + texmf-dist/tex4ht/ht-fonts/unicode/pxfonts/rpcxr.htf + texmf-dist/tex4ht/ht-fonts/unicode/pxfonts/rpxb.htf + texmf-dist/tex4ht/ht-fonts/unicode/pxfonts/rpxpplr.htf + texmf-dist/tex4ht/ht-fonts/unicode/pxfonts/rpxsc.htf + texmf-dist/tex4ht/ht-fonts/unicode/stmaryrd/stmary.htf + texmf-dist/tex4ht/ht-fonts/unicode/tibetan/ctib.htf + texmf-dist/tex4ht/ht-fonts/unicode/tipa/tipa.htf + texmf-dist/tex4ht/ht-fonts/unicode/tipa/xipx.htf + texmf-dist/tex4ht/ht-fonts/unicode/txfonts/rtcxr.htf + texmf-dist/tex4ht/ht-fonts/unicode/txfonts/rtcxss.htf + texmf-dist/tex4ht/ht-fonts/unicode/txfonts/rtx.htf + texmf-dist/tex4ht/ht-fonts/unicode/txfonts/rtxsc.htf + texmf-dist/tex4ht/ht-fonts/unicode/txfonts/t1x.htf + texmf-dist/tex4ht/ht-fonts/unicode/txfonts/t1xsc.htf + texmf-dist/tex4ht/ht-fonts/unicode/txfonts/tcxb.htf + texmf-dist/tex4ht/ht-fonts/unicode/txfonts/txb.htf + texmf-dist/tex4ht/ht-fonts/unicode/txfonts/txbexa.htf + texmf-dist/tex4ht/ht-fonts/unicode/txfonts/txbmia.htf + texmf-dist/tex4ht/ht-fonts/unicode/txfonts/txbsy.htf + texmf-dist/tex4ht/ht-fonts/unicode/txfonts/txbsyc.htf + texmf-dist/tex4ht/ht-fonts/unicode/txfonts/txsc.htf + texmf-dist/tex4ht/ht-fonts/unicode/txfonts/tyxsc.htf + texmf-dist/tex4ht/ht-fonts/utf8/charset/unicode.4hf + texmf-dist/tex4ht/ht-fonts/viqr/charset/unicode.4hf + texmf-dist/tex4ht/ht-fonts/viscii/charset/unicode.4hf + texmf-dist/tex4ht/ht-fonts/win/1251/charset/unicode.4hf + texmf-dist/tex4ht/ht-fonts/win/1251/cm/sauter/wnti.htf + texmf-dist/tex4ht/ht-fonts/win/1251/cyrillic/cmcyr/cmcbx.htf + texmf-dist/tex4ht/ht-fonts/win/1251/cyrillic/cmcyr/cmcbxti.htf + texmf-dist/tex4ht/ht-fonts/win/1251/cyrillic/cmcyr/cmccsc.htf + texmf-dist/tex4ht/ht-fonts/win/1251/cyrillic/wncsc.htf + texmf-dist/tex4ht/ht-fonts/win/1251/lh/lh-t2a/larm.htf + texmf-dist/tex4ht/xtpipes/docbook.4xt + texmf-dist/tex4ht/xtpipes/htspk.4xt + texmf-dist/tex4ht/xtpipes/javahelp.4xt + texmf-dist/tex4ht/xtpipes/jsml.4xt + texmf-dist/tex4ht/xtpipes/oo-math.4xt + texmf-dist/tex4ht/xtpipes/oo-text.4xt + texmf-dist/tex4ht/xtpipes/xhtml.4xt + texmf-dist/tex4ht/xtpipes/xhtmml.4xt + 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 +catalogue-ctan /support/TeX4ht +catalogue-date 2008-12-11 13:21:42 +0100 +catalogue-license lppl + +name tex4ht.alpha-linux +category Package +revision 15878 +shortdesc alpha-linux files of tex4ht +binfiles arch=alpha-linux size=119 + bin/alpha-linux/ht + bin/alpha-linux/htcontext + bin/alpha-linux/htlatex + bin/alpha-linux/htmex + bin/alpha-linux/httex + bin/alpha-linux/httexi + bin/alpha-linux/htxelatex + bin/alpha-linux/htxetex + bin/alpha-linux/mk4ht + bin/alpha-linux/t4ht + bin/alpha-linux/tex4ht + +name tex4ht.i386-cygwin +category Package +revision 15878 +shortdesc i386-cygwin files of tex4ht +binfiles arch=i386-cygwin size=65 + bin/i386-cygwin/ht + bin/i386-cygwin/htcontext + bin/i386-cygwin/htlatex + bin/i386-cygwin/htmex + bin/i386-cygwin/httex + bin/i386-cygwin/httexi + bin/i386-cygwin/htxelatex + bin/i386-cygwin/htxetex + bin/i386-cygwin/mk4ht + bin/i386-cygwin/t4ht.exe + bin/i386-cygwin/tex4ht.exe + +name tex4ht.i386-linux +category Package +revision 15878 +shortdesc i386-linux files of tex4ht +binfiles arch=i386-linux size=67 + bin/i386-linux/ht + bin/i386-linux/htcontext + bin/i386-linux/htlatex + bin/i386-linux/htmex + bin/i386-linux/httex + bin/i386-linux/httexi + bin/i386-linux/htxelatex + bin/i386-linux/htxetex + bin/i386-linux/mk4ht + bin/i386-linux/t4ht + bin/i386-linux/tex4ht + +name tex4ht.i386-netbsd +category Package +revision 15878 +shortdesc i386-netbsd files of tex4ht +binfiles arch=i386-netbsd size=63 + bin/i386-netbsd/ht + bin/i386-netbsd/htcontext + bin/i386-netbsd/htlatex + bin/i386-netbsd/htmex + bin/i386-netbsd/httex + bin/i386-netbsd/httexi + bin/i386-netbsd/htxelatex + bin/i386-netbsd/htxetex + bin/i386-netbsd/mk4ht + bin/i386-netbsd/t4ht + bin/i386-netbsd/tex4ht + +name tex4ht.i386-solaris +category Package +revision 15878 +shortdesc i386-solaris files of tex4ht +binfiles arch=i386-solaris size=68 + bin/i386-solaris/ht + bin/i386-solaris/htcontext + bin/i386-solaris/htlatex + bin/i386-solaris/htmex + bin/i386-solaris/httex + bin/i386-solaris/httexi + bin/i386-solaris/htxelatex + bin/i386-solaris/htxetex + bin/i386-solaris/mk4ht + bin/i386-solaris/t4ht + bin/i386-solaris/tex4ht + +name tex4ht.mips-irix +category Package +revision 15878 +shortdesc mips-irix files of tex4ht +binfiles arch=mips-irix size=103 + bin/mips-irix/ht + bin/mips-irix/htcontext + bin/mips-irix/htlatex + bin/mips-irix/htmex + bin/mips-irix/httex + bin/mips-irix/httexi + bin/mips-irix/htxelatex + bin/mips-irix/htxetex + bin/mips-irix/mk4ht + bin/mips-irix/t4ht + bin/mips-irix/tex4ht + +name tex4ht.powerpc-aix +category Package +revision 15878 +shortdesc powerpc-aix files of tex4ht +binfiles arch=powerpc-aix size=72 + bin/powerpc-aix/ht + bin/powerpc-aix/htcontext + bin/powerpc-aix/htlatex + bin/powerpc-aix/htmex + bin/powerpc-aix/httex + bin/powerpc-aix/httexi + bin/powerpc-aix/htxelatex + bin/powerpc-aix/htxetex + bin/powerpc-aix/mk4ht + bin/powerpc-aix/t4ht + bin/powerpc-aix/tex4ht + +name tex4ht.powerpc-linux +category Package +revision 15878 +shortdesc powerpc-linux files of tex4ht +binfiles arch=powerpc-linux size=73 + bin/powerpc-linux/ht + bin/powerpc-linux/htcontext + bin/powerpc-linux/htlatex + bin/powerpc-linux/htmex + bin/powerpc-linux/httex + bin/powerpc-linux/httexi + bin/powerpc-linux/htxelatex + bin/powerpc-linux/htxetex + bin/powerpc-linux/mk4ht + bin/powerpc-linux/t4ht + bin/powerpc-linux/tex4ht + +name tex4ht.sparc-linux +category Package +revision 15878 +shortdesc sparc-linux files of tex4ht +binfiles arch=sparc-linux size=71 + bin/sparc-linux/ht + bin/sparc-linux/htcontext + bin/sparc-linux/htlatex + bin/sparc-linux/htmex + bin/sparc-linux/httex + bin/sparc-linux/httexi + bin/sparc-linux/htxelatex + bin/sparc-linux/htxetex + bin/sparc-linux/mk4ht + bin/sparc-linux/t4ht + bin/sparc-linux/tex4ht + +name tex4ht.sparc-solaris +category Package +revision 15878 +shortdesc sparc-solaris files of tex4ht +binfiles arch=sparc-solaris size=105 + bin/sparc-solaris/ht + bin/sparc-solaris/htcontext + bin/sparc-solaris/htlatex + bin/sparc-solaris/htmex + bin/sparc-solaris/httex + bin/sparc-solaris/httexi + bin/sparc-solaris/htxelatex + bin/sparc-solaris/htxetex + bin/sparc-solaris/mk4ht + bin/sparc-solaris/t4ht + bin/sparc-solaris/tex4ht + +name tex4ht.universal-darwin +category Package +revision 15878 +shortdesc universal-darwin files of tex4ht +binfiles arch=universal-darwin size=137 + bin/universal-darwin/ht + bin/universal-darwin/htcontext + bin/universal-darwin/htlatex + bin/universal-darwin/htmex + bin/universal-darwin/httex + bin/universal-darwin/httexi + bin/universal-darwin/htxelatex + bin/universal-darwin/htxetex + bin/universal-darwin/mk4ht + bin/universal-darwin/t4ht + bin/universal-darwin/tex4ht + +name tex4ht.win32 +category Package +revision 15878 +shortdesc win32 files of tex4ht +binfiles arch=win32 size=44 + bin/win32/ht.bat + bin/win32/ht.exe + bin/win32/htcmd.exe + bin/win32/htcontext.bat + bin/win32/htcontext.exe + bin/win32/htlatex.bat + bin/win32/htlatex.exe + bin/win32/htmex.bat + bin/win32/htmex.exe + bin/win32/httex.bat + bin/win32/httex.exe + bin/win32/httexi.bat + bin/win32/httexi.exe + bin/win32/htxelatex.bat + bin/win32/htxelatex.exe + bin/win32/htxetex.bat + bin/win32/htxetex.exe + bin/win32/mk4ht.exe + bin/win32/t4ht.exe + bin/win32/tex4ht.exe + +name tex4ht.x86_64-linux +category Package +revision 15878 +shortdesc x86_64-linux files of tex4ht +binfiles arch=x86_64-linux size=71 + bin/x86_64-linux/ht + bin/x86_64-linux/htcontext + bin/x86_64-linux/htlatex + bin/x86_64-linux/htmex + bin/x86_64-linux/httex + bin/x86_64-linux/httexi + bin/x86_64-linux/htxelatex + bin/x86_64-linux/htxetex + bin/x86_64-linux/mk4ht + bin/x86_64-linux/t4ht + bin/x86_64-linux/tex4ht + +name texbytopic +category Package +revision 15878 +shortdesc Freed version of the book TeX by Topic. +longdesc An invaluable book, originally published by Addison-Wesley (who +longdesc have released their copyright). The book describes itself as "a +longdesc TeXnician's reference", and covers the way TeX (the engine) +longdesc works in as much detail as most ordinary TeX programmers will +longdesc ever need to know. +docfiles size=559 + texmf-dist/doc/plain/texbytopic/README details="Readme" + texmf-dist/doc/plain/texbytopic/TeXbyTopic.pdf details="The book itself" + texmf-dist/doc/plain/texbytopic/TeXbyTopic.tex + texmf-dist/doc/plain/texbytopic/figflow.tex + texmf-dist/doc/plain/texbytopic/glossary.tex + texmf-dist/doc/plain/texbytopic/tables.tex + texmf-dist/doc/plain/texbytopic/tex.bib +catalogue-ctan /info/texbytopic +catalogue-date 2008-08-24 10:50:19 +0200 +catalogue-license fdl + +name texconfig +category TLCore +revision 15809 +depend texconfig.ARCH +docfiles size=7 + 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 +runfiles size=9 + texmf/texconfig/README + texmf/texconfig/g/generic + texmf/texconfig/generic + texmf/texconfig/tcfmgr + texmf/texconfig/tcfmgr.map + texmf/texconfig/v/vt100 + texmf/texconfig/x/xterm + +name texconfig.alpha-linux +category TLCore +revision 13822 +shortdesc alpha-linux files of texconfig +binfiles arch=alpha-linux size=11 + bin/alpha-linux/texconfig + +name texconfig.i386-cygwin +category TLCore +revision 13822 +shortdesc i386-cygwin files of texconfig +binfiles arch=i386-cygwin size=11 + bin/i386-cygwin/texconfig + +name texconfig.i386-linux +category TLCore +revision 13822 +shortdesc i386-linux files of texconfig +binfiles arch=i386-linux size=11 + bin/i386-linux/texconfig + +name texconfig.i386-netbsd +category TLCore +revision 15167 +shortdesc i386-netbsd files of texconfig +binfiles arch=i386-netbsd size=11 + bin/i386-netbsd/texconfig + +name texconfig.i386-solaris +category TLCore +revision 13822 +shortdesc i386-solaris files of texconfig +binfiles arch=i386-solaris size=11 + bin/i386-solaris/texconfig + +name texconfig.mips-irix +category TLCore +revision 15558 +shortdesc mips-irix files of texconfig +binfiles arch=mips-irix size=11 + bin/mips-irix/texconfig + +name texconfig.powerpc-aix +category TLCore +revision 13822 +shortdesc powerpc-aix files of texconfig +binfiles arch=powerpc-aix size=11 + bin/powerpc-aix/texconfig + +name texconfig.powerpc-linux +category TLCore +revision 13822 +shortdesc powerpc-linux files of texconfig +binfiles arch=powerpc-linux size=11 + bin/powerpc-linux/texconfig + +name texconfig.sparc-linux +category TLCore +revision 13822 +shortdesc sparc-linux files of texconfig +binfiles arch=sparc-linux size=11 + bin/sparc-linux/texconfig + +name texconfig.sparc-solaris +category TLCore +revision 13822 +shortdesc sparc-solaris files of texconfig +binfiles arch=sparc-solaris size=11 + bin/sparc-solaris/texconfig + +name texconfig.universal-darwin +category TLCore +revision 13822 +shortdesc universal-darwin files of texconfig +binfiles arch=universal-darwin size=11 + bin/universal-darwin/texconfig + +name texconfig.win32 +category TLCore +revision 13822 +shortdesc win32 files of texconfig + +name texconfig.x86_64-linux +category TLCore +revision 13822 +shortdesc x86_64-linux files of texconfig +binfiles arch=x86_64-linux size=11 + bin/x86_64-linux/texconfig + +name texcount +category Package +revision 15878 +shortdesc Count words in a LaTeX document. +longdesc TeXcount is a Perl script that counts words in the text of +longdesc LaTeX files. It has rules for handling most of the common +longdesc macros, and can provide colour-coded output showing which parts +longdesc of the text have been counted. The package script is available +longdesc as a Web service via its home page. +depend texcount.ARCH +docfiles size=81 + texmf-dist/doc/support/texcount/QuickReference.pdf details="Quick reference" + texmf-dist/doc/support/texcount/QuickReference.tex + texmf-dist/doc/support/texcount/README details="Readme" + texmf-dist/doc/support/texcount/TeXcount.pdf details="Package documentation" + texmf-dist/doc/support/texcount/TeXcount.tex + texmf-dist/doc/support/texcount/macros.tex +runfiles size=11 + texmf-dist/scripts/texcount/texcount.pl +catalogue-ctan /support/texcount +catalogue-date 2009-05-07 01:28:14 +0200 +catalogue-license lppl +catalogue-version 2.2 + +name texcount.alpha-linux +category Package +revision 15878 +shortdesc alpha-linux files of texcount +binfiles arch=alpha-linux size=1 + bin/alpha-linux/texcount + +name texcount.i386-cygwin +category Package +revision 15878 +shortdesc i386-cygwin files of texcount +binfiles arch=i386-cygwin size=1 + bin/i386-cygwin/texcount + +name texcount.i386-linux +category Package +revision 15878 +shortdesc i386-linux files of texcount +binfiles arch=i386-linux size=1 + bin/i386-linux/texcount + +name texcount.i386-netbsd +category Package +revision 15878 +shortdesc i386-netbsd files of texcount +binfiles arch=i386-netbsd size=1 + bin/i386-netbsd/texcount + +name texcount.i386-solaris +category Package +revision 15878 +shortdesc i386-solaris files of texcount +binfiles arch=i386-solaris size=1 + bin/i386-solaris/texcount + +name texcount.mips-irix +category Package +revision 15878 +shortdesc mips-irix files of texcount +binfiles arch=mips-irix size=1 + bin/mips-irix/texcount + +name texcount.powerpc-aix +category Package +revision 15878 +shortdesc powerpc-aix files of texcount +binfiles arch=powerpc-aix size=1 + bin/powerpc-aix/texcount + +name texcount.powerpc-linux +category Package +revision 15878 +shortdesc powerpc-linux files of texcount +binfiles arch=powerpc-linux size=1 + bin/powerpc-linux/texcount + +name texcount.sparc-linux +category Package +revision 15878 +shortdesc sparc-linux files of texcount +binfiles arch=sparc-linux size=1 + bin/sparc-linux/texcount + +name texcount.sparc-solaris +category Package +revision 15878 +shortdesc sparc-solaris files of texcount +binfiles arch=sparc-solaris size=1 + bin/sparc-solaris/texcount + +name texcount.universal-darwin +category Package +revision 15878 +shortdesc universal-darwin files of texcount +binfiles arch=universal-darwin size=1 + bin/universal-darwin/texcount + +name texcount.win32 +category Package +revision 15878 +shortdesc win32 files of texcount +binfiles arch=win32 size=1 + bin/win32/texcount.exe + +name texcount.x86_64-linux +category Package +revision 15878 +shortdesc x86_64-linux files of texcount +binfiles arch=x86_64-linux size=1 + bin/x86_64-linux/texcount + +name texdiff +category Package +revision 15878 +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 +longdesc blue and old text with red with a strike-through line. +longdesc Furthermore, passages with changes are marked at the margin +longdesc with grey bars by the LaTeX changebar package. +depend texdiff.ARCH +docfiles size=6 + texmf-dist/doc/support/texdiff/README details="Readme" + texmf/doc/man/man1/texdiff.1 + texmf/doc/man/man1/texdiff.man1.pdf +runfiles size=5 + texmf-dist/scripts/texdiff/texdiff +catalogue-ctan /support/texdiff +catalogue-date 2009-09-26 09:29:25 +0200 +catalogue-license artistic +catalogue-version 0.4 + +name texdiff.alpha-linux +category Package +revision 15878 +shortdesc alpha-linux files of texdiff +binfiles arch=alpha-linux size=1 + bin/alpha-linux/texdiff + +name texdiff.i386-cygwin +category Package +revision 15878 +shortdesc i386-cygwin files of texdiff +binfiles arch=i386-cygwin size=1 + bin/i386-cygwin/texdiff + +name texdiff.i386-linux +category Package +revision 15878 +shortdesc i386-linux files of texdiff +binfiles arch=i386-linux size=1 + bin/i386-linux/texdiff + +name texdiff.i386-netbsd +category Package +revision 15878 +shortdesc i386-netbsd files of texdiff +binfiles arch=i386-netbsd size=1 + bin/i386-netbsd/texdiff + +name texdiff.i386-solaris +category Package +revision 15878 +shortdesc i386-solaris files of texdiff +binfiles arch=i386-solaris size=1 + bin/i386-solaris/texdiff + +name texdiff.mips-irix +category Package +revision 15878 +shortdesc mips-irix files of texdiff +binfiles arch=mips-irix size=1 + bin/mips-irix/texdiff + +name texdiff.powerpc-aix +category Package +revision 15878 +shortdesc powerpc-aix files of texdiff +binfiles arch=powerpc-aix size=1 + bin/powerpc-aix/texdiff + +name texdiff.powerpc-linux +category Package +revision 15878 +shortdesc powerpc-linux files of texdiff +binfiles arch=powerpc-linux size=1 + bin/powerpc-linux/texdiff + +name texdiff.sparc-linux +category Package +revision 15878 +shortdesc sparc-linux files of texdiff +binfiles arch=sparc-linux size=1 + bin/sparc-linux/texdiff + +name texdiff.sparc-solaris +category Package +revision 15878 +shortdesc sparc-solaris files of texdiff +binfiles arch=sparc-solaris size=1 + bin/sparc-solaris/texdiff + +name texdiff.universal-darwin +category Package +revision 15878 +shortdesc universal-darwin files of texdiff +binfiles arch=universal-darwin size=1 + bin/universal-darwin/texdiff + +name texdiff.win32 +category Package +revision 15878 +shortdesc win32 files of texdiff +binfiles arch=win32 size=1 + bin/win32/texdiff.exe + +name texdiff.x86_64-linux +category Package +revision 15878 +shortdesc x86_64-linux files of texdiff +binfiles arch=x86_64-linux size=1 + bin/x86_64-linux/texdiff + +name texdirflatten +category Package +revision 15809 +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 +longdesc data files. These component files, are then all put into a +longdesc single directory (thus "flattening" the document's directory +longdesc tree). +depend texdirflatten.ARCH +docfiles size=4 + texmf/doc/man/man1/texdirflatten.1 + texmf/doc/man/man1/texdirflatten.man1.pdf +runfiles size=2 + texmf-dist/scripts/texdirflatten/texdirflatten +catalogue-ctan /support/texdirflatten +catalogue-date 2009-04-22 09:01:36 +0200 +catalogue-license artistic + +name texdirflatten.alpha-linux +category Package +revision 15207 +shortdesc alpha-linux files of texdirflatten +binfiles arch=alpha-linux size=1 + bin/alpha-linux/texdirflatten + +name texdirflatten.i386-cygwin +category Package +revision 15207 +shortdesc i386-cygwin files of texdirflatten +binfiles arch=i386-cygwin size=1 + bin/i386-cygwin/texdirflatten + +name texdirflatten.i386-linux +category Package +revision 15207 +shortdesc i386-linux files of texdirflatten +binfiles arch=i386-linux size=1 + bin/i386-linux/texdirflatten + +name texdirflatten.i386-netbsd +category Package +revision 15207 +shortdesc i386-netbsd files of texdirflatten +binfiles arch=i386-netbsd size=1 + bin/i386-netbsd/texdirflatten + +name texdirflatten.i386-solaris +category Package +revision 15207 +shortdesc i386-solaris files of texdirflatten +binfiles arch=i386-solaris size=1 + bin/i386-solaris/texdirflatten + +name texdirflatten.mips-irix +category Package +revision 15558 +shortdesc mips-irix files of texdirflatten +binfiles arch=mips-irix size=1 + bin/mips-irix/texdirflatten + +name texdirflatten.powerpc-aix +category Package +revision 15207 +shortdesc powerpc-aix files of texdirflatten +binfiles arch=powerpc-aix size=1 + bin/powerpc-aix/texdirflatten + +name texdirflatten.powerpc-linux +category Package +revision 15207 +shortdesc powerpc-linux files of texdirflatten +binfiles arch=powerpc-linux size=1 + bin/powerpc-linux/texdirflatten + +name texdirflatten.sparc-linux +category Package +revision 15207 +shortdesc sparc-linux files of texdirflatten +binfiles arch=sparc-linux size=1 + bin/sparc-linux/texdirflatten + +name texdirflatten.sparc-solaris +category Package +revision 15207 +shortdesc sparc-solaris files of texdirflatten +binfiles arch=sparc-solaris size=1 + bin/sparc-solaris/texdirflatten + +name texdirflatten.universal-darwin +category Package +revision 15207 +shortdesc universal-darwin files of texdirflatten +binfiles arch=universal-darwin size=1 + bin/universal-darwin/texdirflatten + +name texdirflatten.win32 +category Package +revision 15404 +shortdesc win32 files of texdirflatten +binfiles arch=win32 size=1 + bin/win32/texdirflatten.exe + +name texdirflatten.x86_64-linux +category Package +revision 15207 +shortdesc x86_64-linux files of texdirflatten +binfiles arch=x86_64-linux size=1 + bin/x86_64-linux/texdirflatten + +name texdoc +category TLCore +revision 15829 +shortdesc Documentation access for TeX distributions. +longdesc TeXdoc is a script for easy access to the package documentation +longdesc of a TeX distributions (i.e., .dvi, .pdf or .ps files on the +longdesc $TEXDOCS tree). It is distributed with TeX-Live and a +longdesc derivative is distributed with miktex. +depend kpathsea +depend texdoc.ARCH +postaction shortcut type=menu name="TeXdoc GUI" cmd="TEXDIR/bin/win32/texdoctk.exe" hide=1 +docfiles size=66 + 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 + texmf/doc/texdoc/texdoc.pdf + texmf/doc/texdoc/texdoc.tex +runfiles size=41 + texmf/scripts/tetex/texdoctk.pl + texmf/scripts/texdoc/texdoc.tlu + texmf/texdoc/texdoc.cnf + texmf/texdoctk/texdocrc-win32.defaults + texmf/texdoctk/texdocrc.defaults + texmf/texdoctk/texdoctk.dat +catalogue-date 2007-12-27 15:23:50 +0100 +catalogue-license gpl + +name texdoc.alpha-linux +category TLCore +revision 15722 +shortdesc alpha-linux files of texdoc +binfiles arch=alpha-linux size=2 + bin/alpha-linux/texdoc + bin/alpha-linux/texdoctk + +name texdoc.i386-cygwin +category TLCore +revision 15722 +shortdesc i386-cygwin files of texdoc +binfiles arch=i386-cygwin size=2 + bin/i386-cygwin/texdoc + bin/i386-cygwin/texdoctk + +name texdoc.i386-linux +category TLCore +revision 15722 +shortdesc i386-linux files of texdoc +binfiles arch=i386-linux size=2 + bin/i386-linux/texdoc + bin/i386-linux/texdoctk + +name texdoc.i386-netbsd +category TLCore +revision 15722 +shortdesc i386-netbsd files of texdoc +binfiles arch=i386-netbsd size=2 + bin/i386-netbsd/texdoc + bin/i386-netbsd/texdoctk + +name texdoc.i386-solaris +category TLCore +revision 15722 +shortdesc i386-solaris files of texdoc +binfiles arch=i386-solaris size=2 + bin/i386-solaris/texdoc + bin/i386-solaris/texdoctk + +name texdoc.mips-irix +category TLCore +revision 15722 +shortdesc mips-irix files of texdoc +binfiles arch=mips-irix size=2 + bin/mips-irix/texdoc + bin/mips-irix/texdoctk + +name texdoc.powerpc-aix +category TLCore +revision 15722 +shortdesc powerpc-aix files of texdoc +binfiles arch=powerpc-aix size=2 + bin/powerpc-aix/texdoc + bin/powerpc-aix/texdoctk + +name texdoc.powerpc-linux +category TLCore +revision 15722 +shortdesc powerpc-linux files of texdoc +binfiles arch=powerpc-linux size=2 + bin/powerpc-linux/texdoc + bin/powerpc-linux/texdoctk + +name texdoc.sparc-linux +category TLCore +revision 15722 +shortdesc sparc-linux files of texdoc +binfiles arch=sparc-linux size=2 + bin/sparc-linux/texdoc + bin/sparc-linux/texdoctk + +name texdoc.sparc-solaris +category TLCore +revision 15722 +shortdesc sparc-solaris files of texdoc +binfiles arch=sparc-solaris size=2 + bin/sparc-solaris/texdoc + bin/sparc-solaris/texdoctk + +name texdoc.universal-darwin +category TLCore +revision 15722 +shortdesc universal-darwin files of texdoc +binfiles arch=universal-darwin size=2 + bin/universal-darwin/texdoc + bin/universal-darwin/texdoctk + +name texdoc.win32 +category TLCore +revision 15722 +shortdesc win32 files of texdoc +binfiles arch=win32 size=5 + bin/win32/texdoc.exe + bin/win32/texdocc.exe + bin/win32/texdoctk.exe + +name texdoc.x86_64-linux +category TLCore +revision 15722 +shortdesc x86_64-linux files of texdoc +binfiles arch=x86_64-linux size=2 + bin/x86_64-linux/texdoc + bin/x86_64-linux/texdoctk + +name texdraw +category Package +revision 15878 +shortdesc Graphical macros, using embedded PostScript. +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' +longdesc are relocatable, self-contained units. Using a combination of +longdesc the TeX's grouping mechanism and the gsave/grestore mechanism +longdesc in PostScript, drawing segments allow for local changes to the +longdesc scaling and line parameters. Using TeX's macro definition +longdesc capability, new drawing commands can be constructed from +longdesc drawing segments. +docfiles size=179 + 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 +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 +catalogue-ctan /graphics/texdraw +catalogue-date 2009-10-10 00:51:28 +0200 +catalogue-license other-free + +name texilikecover +category Package +revision 15878 +shortdesc A cover-page package, like TeXinfo. +longdesc The package creates document cover pages, like those that +longdesc TeXinfo produces. +runfiles size=1 + texmf-dist/tex/latex/texilikecover/texilikecover.sty +catalogue-ctan /macros/latex/contrib/misc/texilikecover.sty +catalogue-date 2008-08-24 10:50:19 +0200 +catalogue-license lppl +catalogue-version 0.1 + +name texinfo +category Package +revision 15878 +shortdesc Texinfo documentation system. +longdesc Info is the preferred format for documentation in the GNU +longdesc project; the format may be used to produce online or printed +longdesc output from a single source. The Texinfo macros may be used to +longdesc produce printable output using TeX; other programs in the +longdesc distribution offer online interactive use (with hypertext +longdesc linkages in some cases). Note that a developers' snapshot of +longdesc the latest working version of the Texinfo macros may be found +longdesc in the Texinfo 'latest' package. +runfiles size=89 + texmf-dist/tex/texinfo/texinfo.ini + texmf-dist/tex/texinfo/texinfo.tex + texmf-dist/tex/texinfo/txi-cs.tex + texmf-dist/tex/texinfo/txi-de.tex + texmf-dist/tex/texinfo/txi-en.tex + texmf-dist/tex/texinfo/txi-es.tex + texmf-dist/tex/texinfo/txi-fr.tex + texmf-dist/tex/texinfo/txi-it.tex + texmf-dist/tex/texinfo/txi-nb.tex + texmf-dist/tex/texinfo/txi-nl.tex + texmf-dist/tex/texinfo/txi-nn.tex + texmf-dist/tex/texinfo/txi-pl.tex + texmf-dist/tex/texinfo/txi-pt.tex + texmf-dist/tex/texinfo/txi-ru.tex + texmf-dist/tex/texinfo/txi-sr.tex + texmf-dist/tex/texinfo/txi-tr.tex + texmf-dist/tex/texinfo/txi-uk.tex +catalogue-ctan /macros/texinfo/texinfo +catalogue-date 2008-04-21 10:16:51 +0200 +catalogue-license gpl +catalogue-version 2008-04-18.10 + +name texlive-common +category TLCore +revision 15914 +shortdesc TeX Live manual (common elements) +postaction shortcut type=menu name="TeX Live documentation" cmd=TEXDIR/texmf/doc/texlive/index.html +docfiles size=66 + 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-config.png + texmf/doc/texlive/texlive-common/tlmgr-gui.png + texmf/doc/texlive/texlive-common/wizard-w32.png + +name texlive-cz +category TLCore +revision 15914 +shortdesc TeX Live manual (Czech/Slovak) +docfiles size=367 + texmf/doc/texlive/texlive-cz/Makefile + texmf/doc/texlive/texlive-cz/cs-tex-live.sty + 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 + +name texlive-de +category TLCore +revision 15914 +shortdesc TeX Live manual (German) +docfiles size=409 + texmf/doc/texlive/texlive-de/Makefile + texmf/doc/texlive/texlive-de/lmsy10-40.png + 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 + +name texlive-en +category TLCore +revision 15931 +shortdesc TeX Live manual (English) +docfiles size=630 + 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-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/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 + +name texlive-fr +category TLCore +revision 15914 +shortdesc TeX Live manual (French) +docfiles size=405 + 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 + +name texlive-it +category TLCore +revision 15914 +shortdesc TeX Live manual (Italian) +docfiles size=395 + 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 + +name texlive-msg-translations +category TLCore +revision 15927 +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=109 + tlpkg/translations/cs.po + tlpkg/translations/de.po + tlpkg/translations/fr.po + tlpkg/translations/it.po + tlpkg/translations/messages.pot + tlpkg/translations/nl.po + tlpkg/translations/pl.po + tlpkg/translations/ru.po + tlpkg/translations/sk.po + tlpkg/translations/sl.po + tlpkg/translations/vi.po + tlpkg/translations/zh-cn.po + tlpkg/translations/zh-tw.po + +name texlive-pl +category TLCore +revision 15914 +shortdesc TeX Live manual (Polish) +docfiles size=402 + 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 + +name texlive-ru +category TLCore +revision 15914 +shortdesc TeX Live manual (Russian) +docfiles size=402 + texmf/doc/texlive/texlive-ru/Makefile + texmf/doc/texlive/texlive-ru/live4ht.cfg + 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 + +name texlive-scripts +category TLCore +revision 15886 +shortdesc TeX Live infrastructure programs +longdesc Includes install-tl, tl-portable, rungs, et al. +depend texlive.infra +depend texlive-scripts.ARCH +docfiles size=8 + texmf/doc/man/man1/install-tl.1 + texmf/doc/man/man1/install-tl.man1.pdf +runfiles size=51 + 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 + tl-portable + tlpkg/installer/install-menu-perltk.pl + tlpkg/installer/install-menu-text.pl + tlpkg/installer/install-menu-wizard.pl + +name texlive-scripts.alpha-linux +category TLCore +revision 15878 +shortdesc alpha-linux files of texlive-scripts +binfiles arch=alpha-linux size=1 + bin/alpha-linux/rungs + +name texlive-scripts.i386-cygwin +category TLCore +revision 15878 +shortdesc i386-cygwin files of texlive-scripts +binfiles arch=i386-cygwin size=1 + bin/i386-cygwin/rungs + +name texlive-scripts.i386-linux +category TLCore +revision 15878 +shortdesc i386-linux files of texlive-scripts +binfiles arch=i386-linux size=1 + bin/i386-linux/rungs + +name texlive-scripts.i386-netbsd +category TLCore +revision 15878 +shortdesc i386-netbsd files of texlive-scripts +binfiles arch=i386-netbsd size=1 + bin/i386-netbsd/rungs + +name texlive-scripts.i386-solaris +category TLCore +revision 15878 +shortdesc i386-solaris files of texlive-scripts +binfiles arch=i386-solaris size=1 + bin/i386-solaris/rungs + +name texlive-scripts.mips-irix +category TLCore +revision 15878 +shortdesc mips-irix files of texlive-scripts +binfiles arch=mips-irix size=1 + bin/mips-irix/rungs + +name texlive-scripts.powerpc-aix +category TLCore +revision 15878 +shortdesc powerpc-aix files of texlive-scripts +binfiles arch=powerpc-aix size=1 + bin/powerpc-aix/rungs + +name texlive-scripts.powerpc-linux +category TLCore +revision 15878 +shortdesc powerpc-linux files of texlive-scripts +binfiles arch=powerpc-linux size=1 + bin/powerpc-linux/rungs + +name texlive-scripts.sparc-linux +category TLCore +revision 15878 +shortdesc sparc-linux files of texlive-scripts +binfiles arch=sparc-linux size=1 + bin/sparc-linux/rungs + +name texlive-scripts.sparc-solaris +category TLCore +revision 15878 +shortdesc sparc-solaris files of texlive-scripts +binfiles arch=sparc-solaris size=1 + bin/sparc-solaris/rungs + +name texlive-scripts.universal-darwin +category TLCore +revision 15878 +shortdesc universal-darwin files of texlive-scripts +binfiles arch=universal-darwin size=1 + bin/universal-darwin/rungs + +name texlive-scripts.win32 +category TLCore +revision 15942 +shortdesc win32 files of texlive-scripts +binfiles arch=win32 size=4 + bin/win32/rungs.exe + install-tl-advanced.bat + install-tl.bat + tl-portable.bat + +name texlive-scripts.x86_64-linux +category TLCore +revision 15878 +shortdesc x86_64-linux files of texlive-scripts +binfiles arch=x86_64-linux size=1 + bin/x86_64-linux/rungs + +name texlive-zh-cn +category TLCore +revision 15914 +shortdesc TeX Live manual (Chinese) +docfiles size=243 + 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 + +name texlive.infra +category TLCore +revision 15923 +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 +longdesc (sometimes) tar and wget. These files end up in the standalone +longdesc install packages. +depend texlive.infra.ARCH +postaction shortcut type=menu name="TeX Live Manager" cmd=TEXDIR/bin/win32/tlmgr-gui.vbs hide=1 icon=TEXDIR/texmf/scripts/texlive/tlmgrgui/tlmgrgui.ico +docfiles size=25 + texmf/doc/man/man1/tlmgr.1 + texmf/doc/man/man1/tlmgr.man1.pdf + tlpkg/README +runfiles size=303 + LICENSE.CTAN + LICENSE.TL + README + README.usergroups + doc.html + index.html + readme-html.dir/readme.cs.html + readme-html.dir/readme.de.html + readme-html.dir/readme.en.html + readme-html.dir/readme.fr.html + readme-html.dir/readme.it.html + readme-html.dir/readme.pl.html + readme-html.dir/readme.ru.html + readme-html.dir/readme.zh-cn.html + readme-txt.dir/README.CS + readme-txt.dir/README.DE + readme-txt.dir/README.EN + readme-txt.dir/README.FR + readme-txt.dir/README.IT + readme-txt.dir/README.PL + readme-txt.dir/README.RU + readme-txt.dir/README.RU-cp1251 + readme-txt.dir/README.RU-koi8 + readme-txt.dir/README.SK-ascii + readme-txt.dir/README.SK-cp1250 + readme-txt.dir/README.SK-il2 + readme-txt.dir/README.ZH-CN + release-texlive.txt + texmf/scripts/texlive/tlmgr.pl + texmf/scripts/texlive/tlmgrgui/do_listframe.pl + texmf/scripts/texlive/tlmgrgui/gui-arch.pl + texmf/scripts/texlive/tlmgrgui/gui-config.pl + texmf/scripts/texlive/tlmgrgui/gui-uninstall.pl + texmf/scripts/texlive/tlmgrgui/tlmgrgui.ico + texmf/scripts/texlive/tlmgrgui/tlmgrgui.pl + texmf/scripts/texlive/uninstall-win32.pl + texmf/web2c/fmtutil-hdr.cnf + texmf/web2c/updmap-hdr.cfg + tlpkg/TeXLive/Splashscreen.pm + tlpkg/TeXLive/TLConfig.pm + tlpkg/TeXLive/TLMedia.pm + tlpkg/TeXLive/TLPDB.pm + tlpkg/TeXLive/TLPOBJ.pm + tlpkg/TeXLive/TLPSRC.pm + tlpkg/TeXLive/TLPaper.pm + tlpkg/TeXLive/TLPostActions.pm + tlpkg/TeXLive/TLTREE.pm + tlpkg/TeXLive/TLUtils.pm + tlpkg/TeXLive/TLWinGoo.pm + tlpkg/TeXLive/TeXCatalogue.pm + tlpkg/TeXLive/trans.pl + tlpkg/TeXLive/waitVariableX.pm + tlpkg/installer/config.guess + +name texlive.infra.alpha-linux +category TLCore +revision 15914 +shortdesc alpha-linux files of texlive.infra +binfiles arch=alpha-linux size=71 + bin/alpha-linux/tlmgr + tlpkg/installer/xz/xz.alpha-linux + tlpkg/installer/xz/xzdec.alpha-linux + +name texlive.infra.i386-cygwin +category TLCore +revision 15914 +shortdesc i386-cygwin files of texlive.infra +binfiles arch=i386-cygwin size=55 + bin/i386-cygwin/tlmgr + tlpkg/installer/xz/xz.i386-cygwin.exe + tlpkg/installer/xz/xzdec.i386-cygwin.exe + +name texlive.infra.i386-linux +category TLCore +revision 15914 +shortdesc i386-linux files of texlive.infra +binfiles arch=i386-linux size=54 + bin/i386-linux/tlmgr + tlpkg/installer/xz/xz.i386-linux + tlpkg/installer/xz/xzdec.i386-linux + +name texlive.infra.i386-netbsd +category TLCore +revision 15914 +shortdesc i386-netbsd files of texlive.infra +binfiles arch=i386-netbsd size=52 + bin/i386-netbsd/tlmgr + tlpkg/installer/xz/xz.i386-netbsd + tlpkg/installer/xz/xzdec.i386-netbsd + +name texlive.infra.i386-solaris +category TLCore +revision 15914 +shortdesc i386-solaris files of texlive.infra +binfiles arch=i386-solaris size=60 + bin/i386-solaris/tlmgr + tlpkg/installer/xz/xz.i386-solaris + tlpkg/installer/xz/xzdec.i386-solaris + +name texlive.infra.mips-irix +category TLCore +revision 15914 +shortdesc mips-irix files of texlive.infra +binfiles arch=mips-irix size=87 + bin/mips-irix/tlmgr + tlpkg/installer/xz/xz.mips-irix + tlpkg/installer/xz/xzdec.mips-irix + +name texlive.infra.powerpc-aix +category TLCore +revision 15914 +shortdesc powerpc-aix files of texlive.infra +binfiles arch=powerpc-aix size=144 + bin/powerpc-aix/tlmgr + tlpkg/installer/wget/wget.powerpc-aix + tlpkg/installer/xz/xz.powerpc-aix + tlpkg/installer/xz/xzdec.powerpc-aix + +name texlive.infra.powerpc-linux +category TLCore +revision 15914 +shortdesc powerpc-linux files of texlive.infra +binfiles arch=powerpc-linux size=62 + bin/powerpc-linux/tlmgr + tlpkg/installer/xz/xz.powerpc-linux + tlpkg/installer/xz/xzdec.powerpc-linux + +name texlive.infra.sparc-linux +category TLCore +revision 15914 +shortdesc sparc-linux files of texlive.infra +binfiles arch=sparc-linux size=57 + bin/sparc-linux/tlmgr + tlpkg/installer/xz/xz.sparc-linux + tlpkg/installer/xz/xzdec.sparc-linux + +name texlive.infra.sparc-solaris +category TLCore +revision 15914 +shortdesc sparc-solaris files of texlive.infra +binfiles arch=sparc-solaris size=135 + bin/sparc-solaris/tlmgr + tlpkg/installer/wget/wget.sparc-solaris + tlpkg/installer/xz/xz.sparc-solaris + tlpkg/installer/xz/xzdec.sparc-solaris + +name texlive.infra.universal-darwin +category TLCore +revision 15914 +shortdesc universal-darwin files of texlive.infra +binfiles arch=universal-darwin size=228 + bin/universal-darwin/tlmgr + tlpkg/installer/wget/wget.universal-darwin + tlpkg/installer/xz/xz.universal-darwin + tlpkg/installer/xz/xzdec.universal-darwin + +name texlive.infra.win32 +category TLCore +revision 15928 +shortdesc win32 files of texlive.infra +binfiles arch=win32 size=196 + bin/win32/runscript.dll + bin/win32/tl-w32-wrapper.cmd + bin/win32/tlmgr-gui.vbs + bin/win32/tlmgr.bat + tlpkg/installer/tar.exe + tlpkg/installer/wget/wget.exe + tlpkg/installer/xz/xz.exe + tlpkg/installer/xz/xzdec.exe + +name texlive.infra.x86_64-linux +category TLCore +revision 15914 +shortdesc x86_64-linux files of texlive.infra +binfiles arch=x86_64-linux size=59 + bin/x86_64-linux/tlmgr + tlpkg/installer/xz/xz.x86_64-linux + tlpkg/installer/xz/xzdec.x86_64-linux + +name texloganalyser +category Package +revision 15878 +shortdesc Analyse TeX logs. +longdesc The perl script allows the user to extract (and display) +longdesc elements of the log file +depend texloganalyser.ARCH +docfiles size=1 + texmf-dist/doc/support/texloganalyser/README details="Readme" +runfiles size=3 + texmf-dist/scripts/texloganalyser/texloganalyser +catalogue-ctan /support/texloganalyser +catalogue-date 2009-02-28 02:19:00 +0100 +catalogue-license other-free +catalogue-version 0.6 + +name texloganalyser.alpha-linux +category Package +revision 15878 +shortdesc alpha-linux files of texloganalyser +binfiles arch=alpha-linux size=1 + bin/alpha-linux/texloganalyser + +name texloganalyser.i386-cygwin +category Package +revision 15878 +shortdesc i386-cygwin files of texloganalyser +binfiles arch=i386-cygwin size=1 + bin/i386-cygwin/texloganalyser + +name texloganalyser.i386-linux +category Package +revision 15878 +shortdesc i386-linux files of texloganalyser +binfiles arch=i386-linux size=1 + bin/i386-linux/texloganalyser + +name texloganalyser.i386-netbsd +category Package +revision 15878 +shortdesc i386-netbsd files of texloganalyser +binfiles arch=i386-netbsd size=1 + bin/i386-netbsd/texloganalyser + +name texloganalyser.i386-solaris +category Package +revision 15878 +shortdesc i386-solaris files of texloganalyser +binfiles arch=i386-solaris size=1 + bin/i386-solaris/texloganalyser + +name texloganalyser.mips-irix +category Package +revision 15878 +shortdesc mips-irix files of texloganalyser +binfiles arch=mips-irix size=1 + bin/mips-irix/texloganalyser + +name texloganalyser.powerpc-aix +category Package +revision 15878 +shortdesc powerpc-aix files of texloganalyser +binfiles arch=powerpc-aix size=1 + bin/powerpc-aix/texloganalyser + +name texloganalyser.powerpc-linux +category Package +revision 15878 +shortdesc powerpc-linux files of texloganalyser +binfiles arch=powerpc-linux size=1 + bin/powerpc-linux/texloganalyser + +name texloganalyser.sparc-linux +category Package +revision 15878 +shortdesc sparc-linux files of texloganalyser +binfiles arch=sparc-linux size=1 + bin/sparc-linux/texloganalyser + +name texloganalyser.sparc-solaris +category Package +revision 15878 +shortdesc sparc-solaris files of texloganalyser +binfiles arch=sparc-solaris size=1 + bin/sparc-solaris/texloganalyser + +name texloganalyser.universal-darwin +category Package +revision 15878 +shortdesc universal-darwin files of texloganalyser +binfiles arch=universal-darwin size=1 + bin/universal-darwin/texloganalyser + +name texloganalyser.win32 +category Package +revision 15878 +shortdesc win32 files of texloganalyser +binfiles arch=win32 size=1 + bin/win32/texloganalyser.exe + +name texloganalyser.x86_64-linux +category Package +revision 15878 +shortdesc x86_64-linux files of texloganalyser +binfiles arch=x86_64-linux size=1 + bin/x86_64-linux/texloganalyser + +name texlogos +category Package +revision 15878 +shortdesc Ready-to-use LaTeX logos. +longdesc TeXlogos defines an assortment of frequently used logos not +longdesc contained in base LaTeX itself. The MetaFont, MetaPost, AMS, +longdesc BibTeX and SliTeX logos are defined, as long as you have the +longdesc appropriate CM/Logo/AMS fonts. Currency symbols Euro, Cent, +longdesc Yen, Won and Naira are defined so as not to need TS1-encoded +longdesc fonts. Also defined are the C++ logo, with the '+' signs +longdesc properly positioned, and the logo of the Vienna University +longdesc Business Administration Center (BWZ). +runfiles size=2 + texmf-dist/tex/latex/texlogos/texlogos.sty +catalogue-ctan /macros/latex/contrib/texlogos/texlogos.sty +catalogue-date 2007-01-16 09:34:54 +0100 +catalogue-license lppl +catalogue-version 1.3.1 + +name texmate +category Package +revision 15878 +shortdesc Comprehensive chess annotation in LaTeX. +longdesc TeXmate formats chess games from very simple ascii input. The +longdesc clean "1. e4 e5; 2. Nf3 Nc6; 3. Bb5 a6" will produce the same +longdesc results as the sloppier "1 e4 e5; Nf3 Nc6 3.. Bb5 a6". The +longdesc resulting format is fully customizable. There are 4 levels of +longdesc commentary: 1 is the main game, 2-3 are commentaries. Each has +longdesc its fonts, punctuation marks, etc., and these are also +longdesc customizable. The package includes a tool for the creation of +longdesc diagrams. The package works in conjunction with skak to produce +longdesc diagrams of the current position automatically. For chess +longdesc fonts, the package uses the chessfss system. +docfiles size=82 + texmf-dist/doc/latex/texmate/README + texmf-dist/doc/latex/texmate/texmate2manual.pdf + texmf-dist/doc/latex/texmate/texmate2manual.tex +srcfiles size=9 + texmf-dist/source/latex/texmate/texmate.dtx + texmf-dist/source/latex/texmate/texmate.ins +runfiles size=7 + texmf-dist/tex/latex/texmate/texmate.sty +catalogue-ctan /macros/latex/contrib/texmate +catalogue-date 2006-09-21 21:05:13 +0200 +catalogue-license lppl +catalogue-version 2 + +name texments +category Package +revision 15878 +shortdesc Using the Pygments highlighter in LaTeX. +longdesc A package which allows to use the Pygments highlighter inside +longdesc LaTeX documents. Pygments supports syntax colouring of over 50 +longdesc types of files, and ships with multiple colour schemes. +docfiles size=26 + texmf-dist/doc/latex/texments/README details="Readme" + texmf-dist/doc/latex/texments/texments.pdf details="Package documentation" +srcfiles size=4 + texmf-dist/source/latex/texments/texments.dtx + texmf-dist/source/latex/texments/texments.ins +runfiles size=1 + texmf-dist/tex/latex/texments/texments.sty +catalogue-ctan /macros/latex/contrib/texments +catalogue-date 2009-01-03 10:55:55 +0100 +catalogue-license lppl +catalogue-version 0.2.0 + +name texpower +category Package +revision 15878 +shortdesc Create dynamic online presentations with LaTeX. +longdesc TeXPower is a bundle of packages intended to provide an all- +longdesc inclusive environment for designing pdf screen presentations to +longdesc be viewed in full-screen mode, especially for projecting +longdesc `online' with a video beamer. For some of its core functions, +longdesc it uses code derived from ppower4 packages. It is, however, not +longdesc a complete environment in itself: it relies on an existing +longdesc class for preparing slides (such as foiltex or seminar) or +longdesc another package such as pdfslide. +depend tpslifonts +docfiles size=267 + texmf-dist/doc/latex/texpower/00readme.txt + texmf-dist/doc/latex/texpower/01install.txt + texmf-dist/doc/latex/texpower/02changes.txt + texmf-dist/doc/latex/texpower/FAQ-display.tex + texmf-dist/doc/latex/texpower/FAQ-printout.tex + texmf-dist/doc/latex/texpower/MakeExamples.sh + texmf-dist/doc/latex/texpower/__TPcfg.tex + texmf-dist/doc/latex/texpower/__TPindexing.tex + texmf-dist/doc/latex/texpower/__TPpreamble.tex + texmf-dist/doc/latex/texpower/bckwrdexample.tex + texmf-dist/doc/latex/texpower/bgndexample.tex + texmf-dist/doc/latex/texpower/contrib/00readme.txt + texmf-dist/doc/latex/texpower/contrib/config.landscapeplus + texmf-dist/doc/latex/texpower/contrib/tpmultiinc.tar + texmf-dist/doc/latex/texpower/divexample.tex + texmf-dist/doc/latex/texpower/dummy.java + texmf-dist/doc/latex/texpower/fancyexample.tex + texmf-dist/doc/latex/texpower/fig-1.mps + texmf-dist/doc/latex/texpower/fig-2.mps + texmf-dist/doc/latex/texpower/fig-3.mps + texmf-dist/doc/latex/texpower/foilsdemo.tex + texmf-dist/doc/latex/texpower/fulldemo.tex + texmf-dist/doc/latex/texpower/hilitexample.tex + texmf-dist/doc/latex/texpower/ifmslidemo.tex + texmf-dist/doc/latex/texpower/manual.pdf details="Manual" + texmf-dist/doc/latex/texpower/manual.tex + texmf-dist/doc/latex/texpower/mathexample.tex + texmf-dist/doc/latex/texpower/panelexample.tex + texmf-dist/doc/latex/texpower/parexample.tex + texmf-dist/doc/latex/texpower/pdfscrdemo.tex + texmf-dist/doc/latex/texpower/pdfslidemo.tex + texmf-dist/doc/latex/texpower/picexample.tex + texmf-dist/doc/latex/texpower/picltxexample.tex + texmf-dist/doc/latex/texpower/picpsexample.tex + texmf-dist/doc/latex/texpower/pp4sldemo.tex + texmf-dist/doc/latex/texpower/prosperdemo.tex + texmf-dist/doc/latex/texpower/seminardemo.tex + texmf-dist/doc/latex/texpower/simpledemo.tex + texmf-dist/doc/latex/texpower/slidesdemo.tex + texmf-dist/doc/latex/texpower/spanelexample.tex + texmf-dist/doc/latex/texpower/tabexample.tex + texmf-dist/doc/latex/texpower/tpslifonts.zip + texmf-dist/doc/latex/texpower/tpslifonts/00readme.txt + texmf-dist/doc/latex/texpower/tpslifonts/01install.txt + texmf-dist/doc/latex/texpower/tpslifonts/Makefile + texmf-dist/doc/latex/texpower/tpslifonts/slifontsexample.tex + texmf-dist/doc/latex/texpower/tpslifonts/tpslifonts.dtx + texmf-dist/doc/latex/texpower/tpslifonts/tpslifonts.ins + texmf-dist/doc/latex/texpower/verbexample.tex +srcfiles size=172 + texmf-dist/source/latex/texpower/Makefile + texmf-dist/source/latex/texpower/powersem.dtx + texmf-dist/source/latex/texpower/texpower-addons.dtx + texmf-dist/source/latex/texpower/texpower-cfg.dtx + texmf-dist/source/latex/texpower/texpower-doc.dtx + texmf-dist/source/latex/texpower/texpower.dtx + texmf-dist/source/latex/texpower/tpbundle.ins + texmf-dist/source/latex/texpower/tplists.dtx +runfiles size=67 + texmf-dist/tex/latex/texpower/automata.sty + texmf-dist/tex/latex/texpower/fixseminar.sty + texmf-dist/tex/latex/texpower/powersem.cls + texmf-dist/tex/latex/texpower/texpower.sty + texmf-dist/tex/latex/texpower/tpcolors.cfg + texmf-dist/tex/latex/texpower/tplists.sty + texmf-dist/tex/latex/texpower/tpoptions.cfg + texmf-dist/tex/latex/texpower/tppstcol.sty + texmf-dist/tex/latex/texpower/tpsem-a4.sty + texmf-dist/tex/latex/texpower/tpsettings.cfg +catalogue-ctan /macros/latex/contrib/texpower +catalogue-date 2007-01-16 09:34:54 +0100 +catalogue-license gpl +catalogue-version 0.2 + +name texshade +category Package +revision 15878 +shortdesc Package for setting nucleotide and peptide alignments. +longdesc TeXshade is an alignment shading software completely written in +longdesc TeX/LaTeX which can process multiple sequence alignments in the +longdesc .MSF and the .ALN file format. It provides in addition to +longdesc common shading algorithms special shading modes featuring +longdesc functional aspects, e.g. charge or hydropathy, and a plenitude +longdesc of commands for handling shading colours, text styles, labels, +longdesc legends and even allows the user to define completely new +longdesc shading modes. TeXshade combines highest flexibility and the +longdesc habitual TeX output quality--with reasonable time expenditure. +docfiles size=229 + texmf-dist/doc/latex/texshade/AQP1.phd + texmf-dist/doc/latex/texshade/AQP1.top + texmf-dist/doc/latex/texshade/AQP2spec.ALN + texmf-dist/doc/latex/texshade/AQPDNA.MSF + texmf-dist/doc/latex/texshade/AQP_HMM.ext + texmf-dist/doc/latex/texshade/AQP_HMM.sgl + texmf-dist/doc/latex/texshade/AQP_TC.asc + texmf-dist/doc/latex/texshade/AQPpro.MSF + texmf-dist/doc/latex/texshade/README details="Readme" + texmf-dist/doc/latex/texshade/ciliate.cod + texmf-dist/doc/latex/texshade/standard.cod + texmf-dist/doc/latex/texshade/texshade.pdf details="Package documentation" language="en" + texmf-dist/doc/latex/texshade/tsfaq.pdf details="FAQs about TeXshaded" language="en" + texmf-dist/doc/latex/texshade/tsfaq.tex +srcfiles size=237 + texmf-dist/source/latex/texshade/texshade.dtx + texmf-dist/source/latex/texshade/texshade.ins +runfiles size=145 + texmf-dist/tex/latex/texshade/texshade.def + texmf-dist/tex/latex/texshade/texshade.sty +catalogue-ctan /macros/latex/contrib/texshade +catalogue-date 2009-10-09 14:14:07 +0200 +catalogue-license gpl2 +catalogue-version 1.20 + +name texsis +category Package +revision 15878 +shortdesc Plain TeX macros for Physicists. +longdesc TeXsis is a TeX macro package which provides useful features +longdesc for typesetting research papers and related documents. For +longdesc example, it includes support specifically for: Automatic +longdesc numbering of equations, figures, tables and references; +longdesc Simplified control of type sizes, line spacing, footnotes, +longdesc running headlines and footlines, and tables of contents, +longdesc figures and tables; Specialized document formats for research +longdesc papers, preprints and ``e-prints,'' conference proceedings, +longdesc theses, books, referee reports, letters, and memoranda; +longdesc Simplified means of constructing an index for a book or thesis; +longdesc Easy to use double column formatting; Specialized environments +longdesc for lists, theorems and proofs, centered or non-justified text, +longdesc and listing computer code; Specialized macros for easily +longdesc constructing ruled tables. TeXsis was originally developed for +longdesc physicists, but others may also find it useful. It is +longdesc completely compatible with Plain TeX. +depend tex +depend texsis.ARCH +execute AddFormat name=texsis engine=pdftex options="-translate-file=cp227.tcx texsis.ini" +docfiles size=132 + texmf-dist/doc/otherformats/texsis/base/COPYING + texmf-dist/doc/otherformats/texsis/base/Example.tex + texmf-dist/doc/otherformats/texsis/base/Fonts.tex + texmf-dist/doc/otherformats/texsis/base/INSTALL + texmf-dist/doc/otherformats/texsis/base/Install.tex + texmf-dist/doc/otherformats/texsis/base/MANIFEST + texmf-dist/doc/otherformats/texsis/base/Manual.fgl + texmf-dist/doc/otherformats/texsis/base/Manual.ref + texmf-dist/doc/otherformats/texsis/base/Manual.tbl + texmf-dist/doc/otherformats/texsis/base/Manual.tex + texmf-dist/doc/otherformats/texsis/base/NEWS + texmf-dist/doc/otherformats/texsis/base/README + texmf-dist/doc/otherformats/texsis/base/TXSapxF.doc + texmf-dist/doc/otherformats/texsis/base/TXScover.doc + texmf-dist/doc/otherformats/texsis/base/TXSdcol.doc + texmf-dist/doc/otherformats/texsis/base/TXSdoc.doc + texmf-dist/doc/otherformats/texsis/base/TXSdoc0.doc + texmf-dist/doc/otherformats/texsis/base/TXSdocM.doc + texmf-dist/doc/otherformats/texsis/base/TXSend.doc + texmf-dist/doc/otherformats/texsis/base/TXSenvmt.doc + texmf-dist/doc/otherformats/texsis/base/TXSeqns.doc + texmf-dist/doc/otherformats/texsis/base/TXSfigs.doc + texmf-dist/doc/otherformats/texsis/base/TXSfmts.doc + texmf-dist/doc/otherformats/texsis/base/TXSfonts.doc + texmf-dist/doc/otherformats/texsis/base/TXSinstl.doc + texmf-dist/doc/otherformats/texsis/base/TXSintro.doc + texmf-dist/doc/otherformats/texsis/base/TXSletr.doc + texmf-dist/doc/otherformats/texsis/base/TXSmisc.doc + texmf-dist/doc/otherformats/texsis/base/TXSprns.doc + texmf-dist/doc/otherformats/texsis/base/TXSrefs.doc + texmf-dist/doc/otherformats/texsis/base/TXSrevs.doc + texmf-dist/doc/otherformats/texsis/base/TXSruled.doc + texmf-dist/doc/otherformats/texsis/base/TXSsects.doc + texmf-dist/doc/otherformats/texsis/base/TXSsite.000 + texmf-dist/doc/otherformats/texsis/base/TXSsymb.doc + texmf-dist/doc/otherformats/texsis/base/TXStags.doc + texmf-dist/doc/otherformats/texsis/base/index.tex + texmf-dist/doc/otherformats/texsis/base/letr + texmf-dist/doc/otherformats/texsis/base/penguin.eps + texmf-dist/doc/otherformats/texsis/base/penguin2.eps + texmf-dist/doc/otherformats/texsis/base/texsis.1 + texmf-dist/doc/otherformats/texsis/base/texsis.el + texmf-dist/doc/otherformats/texsis/base/texsis.lsm +runfiles size=142 + texmf-dist/bibtex/bst/texsis/texsis.bst + texmf-dist/tex/texsis/base/AIP.txs + texmf-dist/tex/texsis/base/CVformat.txs + texmf-dist/tex/texsis/base/Elsevier.txs + texmf-dist/tex/texsis/base/Exam.txs + texmf-dist/tex/texsis/base/Formletr.txs + texmf-dist/tex/texsis/base/IEEE.txs + texmf-dist/tex/texsis/base/PhysRev.txs + texmf-dist/tex/texsis/base/Spanish.txs + texmf-dist/tex/texsis/base/Swedish.txs + texmf-dist/tex/texsis/base/TXSconts.tex + texmf-dist/tex/texsis/base/TXSdcol.tex + texmf-dist/tex/texsis/base/TXSenvmt.tex + texmf-dist/tex/texsis/base/TXSeqns.tex + texmf-dist/tex/texsis/base/TXSfigs.tex + texmf-dist/tex/texsis/base/TXSfmts.tex + texmf-dist/tex/texsis/base/TXSfonts.tex + texmf-dist/tex/texsis/base/TXShead.tex + texmf-dist/tex/texsis/base/TXSinit.tex + texmf-dist/tex/texsis/base/TXSletr.tex + texmf-dist/tex/texsis/base/TXSmacs.tex + texmf-dist/tex/texsis/base/TXSmemo.tex + texmf-dist/tex/texsis/base/TXSprns.tex + texmf-dist/tex/texsis/base/TXSrefs.tex + texmf-dist/tex/texsis/base/TXSruled.tex + texmf-dist/tex/texsis/base/TXSsects.tex + texmf-dist/tex/texsis/base/TXSsite.tex + texmf-dist/tex/texsis/base/TXSsymb.tex + texmf-dist/tex/texsis/base/TXStags.tex + texmf-dist/tex/texsis/base/TXStitle.tex + texmf-dist/tex/texsis/base/Tablebod.txs + texmf-dist/tex/texsis/base/WorldSci.txs + texmf-dist/tex/texsis/base/color.txs + texmf-dist/tex/texsis/base/nuclproc.txs + texmf-dist/tex/texsis/base/printfont.txs + texmf-dist/tex/texsis/base/spine.txs + texmf-dist/tex/texsis/base/texsis.tex + texmf-dist/tex/texsis/base/thesis.txs + texmf-dist/tex/texsis/base/twin.txs + texmf-dist/tex/texsis/config/texsis.ini +catalogue-ctan /macros/texsis +catalogue-date 2006-12-11 00:37:24 +0100 +catalogue-license lppl +catalogue-version 2.18 + +name texsis.alpha-linux +category Package +revision 15878 +shortdesc alpha-linux files of texsis +binfiles arch=alpha-linux size=1 + bin/alpha-linux/texsis + +name texsis.i386-cygwin +category Package +revision 15878 +shortdesc i386-cygwin files of texsis +binfiles arch=i386-cygwin size=1 + bin/i386-cygwin/texsis + +name texsis.i386-linux +category Package +revision 15878 +shortdesc i386-linux files of texsis +binfiles arch=i386-linux size=1 + bin/i386-linux/texsis + +name texsis.i386-netbsd +category Package +revision 15878 +shortdesc i386-netbsd files of texsis +binfiles arch=i386-netbsd size=1 + bin/i386-netbsd/texsis + +name texsis.i386-solaris +category Package +revision 15878 +shortdesc i386-solaris files of texsis +binfiles arch=i386-solaris size=1 + bin/i386-solaris/texsis + +name texsis.mips-irix +category Package +revision 15878 +shortdesc mips-irix files of texsis +binfiles arch=mips-irix size=1 + bin/mips-irix/texsis + +name texsis.powerpc-aix +category Package +revision 15878 +shortdesc powerpc-aix files of texsis +binfiles arch=powerpc-aix size=1 + bin/powerpc-aix/texsis + +name texsis.powerpc-linux +category Package +revision 15878 +shortdesc powerpc-linux files of texsis +binfiles arch=powerpc-linux size=1 + bin/powerpc-linux/texsis + +name texsis.sparc-linux +category Package +revision 15878 +shortdesc sparc-linux files of texsis +binfiles arch=sparc-linux size=1 + bin/sparc-linux/texsis + +name texsis.sparc-solaris +category Package +revision 15878 +shortdesc sparc-solaris files of texsis +binfiles arch=sparc-solaris size=1 + bin/sparc-solaris/texsis + +name texsis.universal-darwin +category Package +revision 15878 +shortdesc universal-darwin files of texsis +binfiles arch=universal-darwin size=1 + bin/universal-darwin/texsis + +name texsis.win32 +category Package +revision 15878 +shortdesc win32 files of texsis +binfiles arch=win32 size=1 + bin/win32/texsis.exe + +name texsis.x86_64-linux +category Package +revision 15878 +shortdesc x86_64-linux files of texsis +binfiles arch=x86_64-linux size=1 + bin/x86_64-linux/texsis + +name textcase +category Package +revision 15878 +shortdesc Case conversion ignoring mathematics, etc. +longdesc The textcase package offers commands \MakeTextUppercase and +longdesc \MakeTextLowercase are similar to the standard \MakeUppercase +longdesc and \MakeLowercase, but they do not change the case of any +longdesc sections of mathematics, or the arguments of \cite, \label and +longdesc \ref commands within the argument. A further command +longdesc \NoCaseChange does nothing but suppress case change within its +longdesc argument, so to force uppercase of a section including an +longdesc environment, one might say: +longdesc \MakeTextUppercase{...\NoCaseChange{\begin{foo}} +longdesc ...\NoCaseChange{\end{foo}}...} +docfiles size=43 + texmf-dist/doc/latex/textcase/README details="Readme" + texmf-dist/doc/latex/textcase/textcase.pdf details="Package documentation" +srcfiles size=5 + texmf-dist/source/latex/textcase/textcase.dtx + texmf-dist/source/latex/textcase/textcase.ins +runfiles size=1 + texmf-dist/tex/latex/textcase/textcase.sty +catalogue-ctan /macros/latex/contrib/textcase +catalogue-date 2007-03-01 12:49:13 +0100 +catalogue-license lppl + +name textfit +category Package +revision 15878 +shortdesc Fit text to a desired size. +longdesc Package to support fitting of text to a given width or height +longdesc by scaling the font. For example: \scaletowidth{3in}{This}. +docfiles size=4 + texmf-dist/doc/latex/textfit/catalog + texmf-dist/doc/latex/textfit/makefile + texmf-dist/doc/latex/textfit/manifest + texmf-dist/doc/latex/textfit/readme +srcfiles size=3 + texmf-dist/source/latex/textfit/textfit.dtx + texmf-dist/source/latex/textfit/textfit.ins +runfiles size=2 + texmf-dist/tex/latex/textfit/textfit.sty +catalogue-ctan /macros/latex/contrib/textfit +catalogue-date 2009-10-10 00:51:28 +0200 +catalogue-license other-free +catalogue-version 5 + +name textmerg +category Package +revision 15878 +shortdesc Merge text in TeX and LaTeX. +longdesc Useful, for example, in mail merge. +docfiles size=7 + texmf-dist/doc/generic/textmerg/results.dat + texmf-dist/doc/generic/textmerg/silly.dat + texmf-dist/doc/generic/textmerg/tmexamp1.dvi + texmf-dist/doc/generic/textmerg/tmexamp1.tex + texmf-dist/doc/generic/textmerg/tmexamp2.dvi + texmf-dist/doc/generic/textmerg/tmexamp2.tex + texmf-dist/doc/generic/textmerg/tmexampp.tex +srcfiles size=9 + texmf-dist/source/generic/textmerg/textmerg.drv + texmf-dist/source/generic/textmerg/textmerg.dtx + texmf-dist/source/generic/textmerg/textmerg.ins +runfiles size=3 + texmf-dist/tex/generic/textmerg/textmerg.sty + texmf-dist/tex/generic/textmerg/textmerg.tex +catalogue-ctan /macros/latex/contrib/textmerg +catalogue-date 2009-10-10 00:51:28 +0200 +catalogue-license lppl + +name textopo +category Package +revision 15878 +shortdesc Annotated membrane protein topology plots. +longdesc A LaTeX package for setting shaded and annotated membrane +longdesc protein topology plots and helical wheels. +docfiles size=121 + texmf-dist/doc/latex/textopo/AQP1.SP + texmf-dist/doc/latex/textopo/AQP1.hmm + texmf-dist/doc/latex/textopo/AQP1.phd + texmf-dist/doc/latex/textopo/AQP1.swp + texmf-dist/doc/latex/textopo/AQP1.tpo + texmf-dist/doc/latex/textopo/AQP2spec.ALN + texmf-dist/doc/latex/textopo/AQPpro.MSF + texmf-dist/doc/latex/textopo/AQPpro1.shd + texmf-dist/doc/latex/textopo/textopo.pdf details="Package documentation" + texmf-dist/doc/latex/textopo/textopo.txt details="Notes on the distribution" +srcfiles size=122 + texmf-dist/source/latex/textopo/textopo.dtx + texmf-dist/source/latex/textopo/textopo.ins +runfiles size=67 + texmf-dist/tex/latex/textopo/biotex.sty + texmf-dist/tex/latex/textopo/textopo.def + texmf-dist/tex/latex/textopo/textopo.sty +catalogue-ctan /macros/latex/contrib/textopo +catalogue-date 2007-01-17 00:08:13 +0100 +catalogue-license gpl +catalogue-version 1.4 + +name textpath +category Package +revision 15878 +shortdesc Setting text along a path with MetaPost. +longdesc This MetaPost package provides macros to typeset text along a +longdesc free path with the help of LaTeX, thereby preserving kerning +longdesc and allowing for 8-bit input (accented characters). +docfiles size=77 + texmf-dist/doc/metapost/textpath/CHANGES + texmf-dist/doc/metapost/textpath/README details="README file" + texmf-dist/doc/metapost/textpath/textpath.pdf details="Package documentation" + texmf-dist/doc/metapost/textpath/textpath.tex + texmf-dist/doc/metapost/textpath/textpathfigs.mp + texmf-dist/doc/metapost/textpath/textpathfigs.tex +runfiles size=5 + texmf-dist/metapost/textpath/textpath.mp + texmf-dist/tex/latex/textpath/textpathmp.sty +catalogue-ctan /graphics/metapost/contrib/macros/textpath +catalogue-date 2007-02-22 10:19:41 +0100 +catalogue-license lppl +catalogue-version 1.6 + +name textpos +category Package +revision 15878 +shortdesc Place boxes at arbitrary positions on the LaTeX page. +longdesc A package to facilitate placement of boxes at absolute +longdesc positions on the LaTeX page. There are several reasons why this +longdesc might be useful, an important one being to help the creation of +longdesc large-format conference posters. +docfiles size=66 + texmf-dist/doc/latex/textpos/LICENCE + texmf-dist/doc/latex/textpos/README details="Package README" + texmf-dist/doc/latex/textpos/VERSION-1.7f + texmf-dist/doc/latex/textpos/examples/README details="Package README" + texmf-dist/doc/latex/textpos/examples/t1.tex + texmf-dist/doc/latex/textpos/examples/t2.tex + texmf-dist/doc/latex/textpos/examples/t3.tex + texmf-dist/doc/latex/textpos/examples/t4.tex + texmf-dist/doc/latex/textpos/examples/t5.tex + texmf-dist/doc/latex/textpos/examples/t6.tex + texmf-dist/doc/latex/textpos/examples/t7.tex + texmf-dist/doc/latex/textpos/examples/t8.tex + texmf-dist/doc/latex/textpos/niepraschk-eso-pic.pdf details="Demo file: textpos with eso-pic" + texmf-dist/doc/latex/textpos/niepraschk-eso-pic.tex + texmf-dist/doc/latex/textpos/style.css + texmf-dist/doc/latex/textpos/textpos-example.tex + texmf-dist/doc/latex/textpos/textpos.html details="Version history, etc. (HTML)" + texmf-dist/doc/latex/textpos/textpos.pdf details="Package documentation (PDF)" +srcfiles size=17 + texmf-dist/source/latex/textpos/textpos.drv + texmf-dist/source/latex/textpos/textpos.dtx + texmf-dist/source/latex/textpos/textpos.ins +runfiles size=3 + texmf-dist/tex/latex/textpos/textpos.sty +catalogue-ctan /macros/latex/contrib/textpos +catalogue-date 2009-10-10 00:51:28 +0200 +catalogue-license gpl +catalogue-version 1.7f + +name texware +category TLCore +revision 15809 +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 +longdesc Text Language suite); - pooltype, which converts a TeX-suite +longdesc program's "pool" (string) file into human-readable form; and - +longdesc tftopl and pltotf, which convert TeX Font Metric (TFM) file to +longdesc human readable Property List (PL) files. +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 +catalogue-ctan /systems/knuth/dist/texware +catalogue-date 2008-03-28 10:20:40 +0100 +catalogue-license knuth + +name texware.alpha-linux +category TLCore +revision 14598 +shortdesc alpha-linux files of texware +binfiles arch=alpha-linux size=52 + bin/alpha-linux/dvitype + bin/alpha-linux/pooltype + +name texware.i386-cygwin +category TLCore +revision 15614 +shortdesc i386-cygwin files of texware +binfiles arch=i386-cygwin size=30 + bin/i386-cygwin/dvitype.exe + bin/i386-cygwin/pooltype.exe + +name texware.i386-linux +category TLCore +revision 14631 +shortdesc i386-linux files of texware +binfiles arch=i386-linux size=29 + bin/i386-linux/dvitype + bin/i386-linux/pooltype + +name texware.i386-netbsd +category TLCore +revision 15167 +shortdesc i386-netbsd files of texware +binfiles arch=i386-netbsd size=29 + bin/i386-netbsd/dvitype + bin/i386-netbsd/pooltype + +name texware.i386-solaris +category TLCore +revision 15141 +shortdesc i386-solaris files of texware +binfiles arch=i386-solaris size=33 + bin/i386-solaris/dvitype + bin/i386-solaris/pooltype + +name texware.mips-irix +category TLCore +revision 15558 +shortdesc mips-irix files of texware +binfiles arch=mips-irix size=55 + bin/mips-irix/dvitype + bin/mips-irix/pooltype + +name texware.powerpc-aix +category TLCore +revision 15638 +shortdesc powerpc-aix files of texware +binfiles arch=powerpc-aix size=33 + bin/powerpc-aix/dvitype + bin/powerpc-aix/pooltype + +name texware.powerpc-linux +category TLCore +revision 14790 +shortdesc powerpc-linux files of texware +binfiles arch=powerpc-linux size=33 + bin/powerpc-linux/dvitype + bin/powerpc-linux/pooltype + +name texware.sparc-linux +category TLCore +revision 14736 +shortdesc sparc-linux files of texware +binfiles arch=sparc-linux size=30 + bin/sparc-linux/dvitype + bin/sparc-linux/pooltype + +name texware.sparc-solaris +category TLCore +revision 14701 +shortdesc sparc-solaris files of texware +binfiles arch=sparc-solaris size=63 + bin/sparc-solaris/dvitype + bin/sparc-solaris/pooltype + +name texware.universal-darwin +category TLCore +revision 14896 +shortdesc universal-darwin files of texware +binfiles arch=universal-darwin size=72 + bin/universal-darwin/dvitype + bin/universal-darwin/pooltype + +name texware.win32 +category TLCore +revision 14670 +shortdesc win32 files of texware +binfiles arch=win32 size=10 + bin/win32/dvitype.exe + bin/win32/pooltype.exe + +name texware.x86_64-linux +category TLCore +revision 14677 +shortdesc x86_64-linux files of texware +binfiles arch=x86_64-linux size=30 + bin/x86_64-linux/dvitype + bin/x86_64-linux/pooltype + +name texworks +category TLCore +revision 15905 +depend texworks.ARCH +postaction shortcut type=menu name="TeXworks editor" icon=TEXDIR/tlpkg/texworks/TeXworks.exe cmd=TEXDIR/bin/win32/texworks.bat hide=1 +postaction shortcut type=desktop name="TeXworks editor" icon=TEXDIR/tlpkg/texworks/TeXworks.exe cmd=TEXDIR/bin/win32/texworks.bat hide=1 +postaction filetype name=TL.TeXworks.edit cmd='"TEXDIR/bin/win32/texworks.bat" "%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 +docfiles size=1 + texmf/doc/texworks/README + +name texworks.win32 +category TLCore +revision 15928 +shortdesc win32 files of texworks +binfiles arch=win32 size=6712 + bin/win32/texworks.bat + bin/win32/texworks.exe + tlpkg/texworks/TeXworks.exe + tlpkg/texworks/libgcc_s_dw2-1.dll + tlpkg/texworks/mingwm10.dll + tlpkg/texworks/poppler-data/COPYING + tlpkg/texworks/poppler-data/Makefile + tlpkg/texworks/poppler-data/README + tlpkg/texworks/poppler-data/cMap/Adobe-CNS1/Adobe-CNS1-0 + tlpkg/texworks/poppler-data/cMap/Adobe-CNS1/Adobe-CNS1-1 + tlpkg/texworks/poppler-data/cMap/Adobe-CNS1/Adobe-CNS1-2 + tlpkg/texworks/poppler-data/cMap/Adobe-CNS1/Adobe-CNS1-3 + tlpkg/texworks/poppler-data/cMap/Adobe-CNS1/Adobe-CNS1-4 + tlpkg/texworks/poppler-data/cMap/Adobe-CNS1/Adobe-CNS1-5 + tlpkg/texworks/poppler-data/cMap/Adobe-CNS1/Adobe-CNS1-B5pc + tlpkg/texworks/poppler-data/cMap/Adobe-CNS1/Adobe-CNS1-ETenms-B5 + tlpkg/texworks/poppler-data/cMap/Adobe-CNS1/Adobe-CNS1-H-CID + tlpkg/texworks/poppler-data/cMap/Adobe-CNS1/Adobe-CNS1-H-Host + tlpkg/texworks/poppler-data/cMap/Adobe-CNS1/Adobe-CNS1-H-Mac + tlpkg/texworks/poppler-data/cMap/Adobe-CNS1/Adobe-CNS1-UCS2 + tlpkg/texworks/poppler-data/cMap/Adobe-CNS1/B5-H + tlpkg/texworks/poppler-data/cMap/Adobe-CNS1/B5-V + tlpkg/texworks/poppler-data/cMap/Adobe-CNS1/B5pc-H + tlpkg/texworks/poppler-data/cMap/Adobe-CNS1/B5pc-UCS2 + tlpkg/texworks/poppler-data/cMap/Adobe-CNS1/B5pc-UCS2C + tlpkg/texworks/poppler-data/cMap/Adobe-CNS1/B5pc-V + tlpkg/texworks/poppler-data/cMap/Adobe-CNS1/CNS-EUC-H + tlpkg/texworks/poppler-data/cMap/Adobe-CNS1/CNS-EUC-V + tlpkg/texworks/poppler-data/cMap/Adobe-CNS1/CNS01-RKSJ-H + tlpkg/texworks/poppler-data/cMap/Adobe-CNS1/CNS02-RKSJ-H + tlpkg/texworks/poppler-data/cMap/Adobe-CNS1/CNS03-RKSJ-H + tlpkg/texworks/poppler-data/cMap/Adobe-CNS1/CNS04-RKSJ-H + tlpkg/texworks/poppler-data/cMap/Adobe-CNS1/CNS05-RKSJ-H + tlpkg/texworks/poppler-data/cMap/Adobe-CNS1/CNS06-RKSJ-H + tlpkg/texworks/poppler-data/cMap/Adobe-CNS1/CNS07-RKSJ-H + tlpkg/texworks/poppler-data/cMap/Adobe-CNS1/CNS1-H + tlpkg/texworks/poppler-data/cMap/Adobe-CNS1/CNS1-V + tlpkg/texworks/poppler-data/cMap/Adobe-CNS1/CNS15-RKSJ-H + tlpkg/texworks/poppler-data/cMap/Adobe-CNS1/CNS2-H + tlpkg/texworks/poppler-data/cMap/Adobe-CNS1/CNS2-V + tlpkg/texworks/poppler-data/cMap/Adobe-CNS1/ETHK-B5-H + tlpkg/texworks/poppler-data/cMap/Adobe-CNS1/ETHK-B5-V + tlpkg/texworks/poppler-data/cMap/Adobe-CNS1/ETen-B5-H + tlpkg/texworks/poppler-data/cMap/Adobe-CNS1/ETen-B5-UCS2 + tlpkg/texworks/poppler-data/cMap/Adobe-CNS1/ETen-B5-V + tlpkg/texworks/poppler-data/cMap/Adobe-CNS1/ETenms-B5-H + tlpkg/texworks/poppler-data/cMap/Adobe-CNS1/ETenms-B5-V + tlpkg/texworks/poppler-data/cMap/Adobe-CNS1/HKdla-B5-H + tlpkg/texworks/poppler-data/cMap/Adobe-CNS1/HKdla-B5-V + tlpkg/texworks/poppler-data/cMap/Adobe-CNS1/HKdlb-B5-H + tlpkg/texworks/poppler-data/cMap/Adobe-CNS1/HKdlb-B5-V + tlpkg/texworks/poppler-data/cMap/Adobe-CNS1/HKgccs-B5-H + tlpkg/texworks/poppler-data/cMap/Adobe-CNS1/HKgccs-B5-V + tlpkg/texworks/poppler-data/cMap/Adobe-CNS1/HKm314-B5-H + tlpkg/texworks/poppler-data/cMap/Adobe-CNS1/HKm314-B5-V + tlpkg/texworks/poppler-data/cMap/Adobe-CNS1/HKm471-B5-H + tlpkg/texworks/poppler-data/cMap/Adobe-CNS1/HKm471-B5-V + tlpkg/texworks/poppler-data/cMap/Adobe-CNS1/HKscs-B5-H + tlpkg/texworks/poppler-data/cMap/Adobe-CNS1/HKscs-B5-V + tlpkg/texworks/poppler-data/cMap/Adobe-CNS1/UCS2-B5pc + tlpkg/texworks/poppler-data/cMap/Adobe-CNS1/UCS2-ETen-B5 + tlpkg/texworks/poppler-data/cMap/Adobe-CNS1/UniCNS-UCS2-H + tlpkg/texworks/poppler-data/cMap/Adobe-CNS1/UniCNS-UCS2-V + tlpkg/texworks/poppler-data/cMap/Adobe-CNS1/UniCNS-UTF16-H + tlpkg/texworks/poppler-data/cMap/Adobe-CNS1/UniCNS-UTF16-V + tlpkg/texworks/poppler-data/cMap/Adobe-CNS1/UniCNS-UTF32-H + tlpkg/texworks/poppler-data/cMap/Adobe-CNS1/UniCNS-UTF32-V + tlpkg/texworks/poppler-data/cMap/Adobe-CNS1/UniCNS-UTF8-H + tlpkg/texworks/poppler-data/cMap/Adobe-CNS1/UniCNS-UTF8-V + tlpkg/texworks/poppler-data/cMap/Adobe-GB1/Adobe-GB1-0 + tlpkg/texworks/poppler-data/cMap/Adobe-GB1/Adobe-GB1-1 + tlpkg/texworks/poppler-data/cMap/Adobe-GB1/Adobe-GB1-2 + tlpkg/texworks/poppler-data/cMap/Adobe-GB1/Adobe-GB1-3 + tlpkg/texworks/poppler-data/cMap/Adobe-GB1/Adobe-GB1-4 + tlpkg/texworks/poppler-data/cMap/Adobe-GB1/Adobe-GB1-5 + tlpkg/texworks/poppler-data/cMap/Adobe-GB1/Adobe-GB1-GBK-EUC + tlpkg/texworks/poppler-data/cMap/Adobe-GB1/Adobe-GB1-GBpc-EUC + tlpkg/texworks/poppler-data/cMap/Adobe-GB1/Adobe-GB1-H-CID + tlpkg/texworks/poppler-data/cMap/Adobe-GB1/Adobe-GB1-H-Host + tlpkg/texworks/poppler-data/cMap/Adobe-GB1/Adobe-GB1-H-Mac + tlpkg/texworks/poppler-data/cMap/Adobe-GB1/Adobe-GB1-UCS2 + tlpkg/texworks/poppler-data/cMap/Adobe-GB1/GB-EUC-H + tlpkg/texworks/poppler-data/cMap/Adobe-GB1/GB-EUC-V + tlpkg/texworks/poppler-data/cMap/Adobe-GB1/GB-H + tlpkg/texworks/poppler-data/cMap/Adobe-GB1/GB-RKSJ-H + tlpkg/texworks/poppler-data/cMap/Adobe-GB1/GB-V + tlpkg/texworks/poppler-data/cMap/Adobe-GB1/GBK-EUC-H + tlpkg/texworks/poppler-data/cMap/Adobe-GB1/GBK-EUC-UCS2 + tlpkg/texworks/poppler-data/cMap/Adobe-GB1/GBK-EUC-V + tlpkg/texworks/poppler-data/cMap/Adobe-GB1/GBK2K-H + tlpkg/texworks/poppler-data/cMap/Adobe-GB1/GBK2K-V + tlpkg/texworks/poppler-data/cMap/Adobe-GB1/GBKp-EUC-H + tlpkg/texworks/poppler-data/cMap/Adobe-GB1/GBKp-EUC-V + tlpkg/texworks/poppler-data/cMap/Adobe-GB1/GBT-EUC-H + tlpkg/texworks/poppler-data/cMap/Adobe-GB1/GBT-EUC-V + tlpkg/texworks/poppler-data/cMap/Adobe-GB1/GBT-H + tlpkg/texworks/poppler-data/cMap/Adobe-GB1/GBT-RKSJ-H + tlpkg/texworks/poppler-data/cMap/Adobe-GB1/GBT-V + tlpkg/texworks/poppler-data/cMap/Adobe-GB1/GBTpc-EUC-H + tlpkg/texworks/poppler-data/cMap/Adobe-GB1/GBTpc-EUC-V + tlpkg/texworks/poppler-data/cMap/Adobe-GB1/GBpc-EUC-H + tlpkg/texworks/poppler-data/cMap/Adobe-GB1/GBpc-EUC-UCS2 + tlpkg/texworks/poppler-data/cMap/Adobe-GB1/GBpc-EUC-UCS2C + tlpkg/texworks/poppler-data/cMap/Adobe-GB1/GBpc-EUC-V + tlpkg/texworks/poppler-data/cMap/Adobe-GB1/UCS2-GBK-EUC + tlpkg/texworks/poppler-data/cMap/Adobe-GB1/UCS2-GBpc-EUC + tlpkg/texworks/poppler-data/cMap/Adobe-GB1/UniGB-UCS2-H + tlpkg/texworks/poppler-data/cMap/Adobe-GB1/UniGB-UCS2-V + tlpkg/texworks/poppler-data/cMap/Adobe-GB1/UniGB-UTF16-H + tlpkg/texworks/poppler-data/cMap/Adobe-GB1/UniGB-UTF16-V + tlpkg/texworks/poppler-data/cMap/Adobe-GB1/UniGB-UTF32-H + tlpkg/texworks/poppler-data/cMap/Adobe-GB1/UniGB-UTF32-V + tlpkg/texworks/poppler-data/cMap/Adobe-GB1/UniGB-UTF8-H + tlpkg/texworks/poppler-data/cMap/Adobe-GB1/UniGB-UTF8-V + tlpkg/texworks/poppler-data/cMap/Adobe-HongKong1/HK-RKSJ-H + tlpkg/texworks/poppler-data/cMap/Adobe-Japan1/78-EUC-H + tlpkg/texworks/poppler-data/cMap/Adobe-Japan1/78-EUC-V + tlpkg/texworks/poppler-data/cMap/Adobe-Japan1/78-H + tlpkg/texworks/poppler-data/cMap/Adobe-Japan1/78-RKSJ-H + tlpkg/texworks/poppler-data/cMap/Adobe-Japan1/78-RKSJ-V + tlpkg/texworks/poppler-data/cMap/Adobe-Japan1/78-V + tlpkg/texworks/poppler-data/cMap/Adobe-Japan1/78ms-RKSJ-H + tlpkg/texworks/poppler-data/cMap/Adobe-Japan1/78ms-RKSJ-V + tlpkg/texworks/poppler-data/cMap/Adobe-Japan1/83pv-RKSJ-H + tlpkg/texworks/poppler-data/cMap/Adobe-Japan1/90ms-RKSJ-H + tlpkg/texworks/poppler-data/cMap/Adobe-Japan1/90ms-RKSJ-UCS2 + tlpkg/texworks/poppler-data/cMap/Adobe-Japan1/90ms-RKSJ-V + tlpkg/texworks/poppler-data/cMap/Adobe-Japan1/90msp-RKSJ-H + tlpkg/texworks/poppler-data/cMap/Adobe-Japan1/90msp-RKSJ-V + tlpkg/texworks/poppler-data/cMap/Adobe-Japan1/90pv-RKSJ-H + tlpkg/texworks/poppler-data/cMap/Adobe-Japan1/90pv-RKSJ-UCS2 + tlpkg/texworks/poppler-data/cMap/Adobe-Japan1/90pv-RKSJ-UCS2C + tlpkg/texworks/poppler-data/cMap/Adobe-Japan1/90pv-RKSJ-V + tlpkg/texworks/poppler-data/cMap/Adobe-Japan1/Add-H + tlpkg/texworks/poppler-data/cMap/Adobe-Japan1/Add-RKSJ-H + tlpkg/texworks/poppler-data/cMap/Adobe-Japan1/Add-RKSJ-V + tlpkg/texworks/poppler-data/cMap/Adobe-Japan1/Add-V + tlpkg/texworks/poppler-data/cMap/Adobe-Japan1/Adobe-Japan1-0 + tlpkg/texworks/poppler-data/cMap/Adobe-Japan1/Adobe-Japan1-1 + tlpkg/texworks/poppler-data/cMap/Adobe-Japan1/Adobe-Japan1-2 + tlpkg/texworks/poppler-data/cMap/Adobe-Japan1/Adobe-Japan1-3 + tlpkg/texworks/poppler-data/cMap/Adobe-Japan1/Adobe-Japan1-4 + tlpkg/texworks/poppler-data/cMap/Adobe-Japan1/Adobe-Japan1-5 + tlpkg/texworks/poppler-data/cMap/Adobe-Japan1/Adobe-Japan1-6 + tlpkg/texworks/poppler-data/cMap/Adobe-Japan1/Adobe-Japan1-90ms-RKSJ + tlpkg/texworks/poppler-data/cMap/Adobe-Japan1/Adobe-Japan1-90pv-RKSJ + tlpkg/texworks/poppler-data/cMap/Adobe-Japan1/Adobe-Japan1-H-CID + tlpkg/texworks/poppler-data/cMap/Adobe-Japan1/Adobe-Japan1-H-Host + tlpkg/texworks/poppler-data/cMap/Adobe-Japan1/Adobe-Japan1-H-Mac + tlpkg/texworks/poppler-data/cMap/Adobe-Japan1/Adobe-Japan1-PS-H + tlpkg/texworks/poppler-data/cMap/Adobe-Japan1/Adobe-Japan1-PS-V + tlpkg/texworks/poppler-data/cMap/Adobe-Japan1/Adobe-Japan1-UCS2 + tlpkg/texworks/poppler-data/cMap/Adobe-Japan1/EUC-H + tlpkg/texworks/poppler-data/cMap/Adobe-Japan1/EUC-V + tlpkg/texworks/poppler-data/cMap/Adobe-Japan1/Ext-H + tlpkg/texworks/poppler-data/cMap/Adobe-Japan1/Ext-RKSJ-H + tlpkg/texworks/poppler-data/cMap/Adobe-Japan1/Ext-RKSJ-V + tlpkg/texworks/poppler-data/cMap/Adobe-Japan1/Ext-V + tlpkg/texworks/poppler-data/cMap/Adobe-Japan1/H + tlpkg/texworks/poppler-data/cMap/Adobe-Japan1/Hankaku + tlpkg/texworks/poppler-data/cMap/Adobe-Japan1/Hiragana + tlpkg/texworks/poppler-data/cMap/Adobe-Japan1/Hojo-EUC-H + tlpkg/texworks/poppler-data/cMap/Adobe-Japan1/Hojo-EUC-V + tlpkg/texworks/poppler-data/cMap/Adobe-Japan1/Hojo-H + tlpkg/texworks/poppler-data/cMap/Adobe-Japan1/Hojo-RKSJ-H + tlpkg/texworks/poppler-data/cMap/Adobe-Japan1/Hojo-V + tlpkg/texworks/poppler-data/cMap/Adobe-Japan1/Katakana + tlpkg/texworks/poppler-data/cMap/Adobe-Japan1/NWP-H + tlpkg/texworks/poppler-data/cMap/Adobe-Japan1/NWP-V + tlpkg/texworks/poppler-data/cMap/Adobe-Japan1/RKSJ-H + tlpkg/texworks/poppler-data/cMap/Adobe-Japan1/RKSJ-V + tlpkg/texworks/poppler-data/cMap/Adobe-Japan1/Roman + tlpkg/texworks/poppler-data/cMap/Adobe-Japan1/UCS2-90ms-RKSJ + tlpkg/texworks/poppler-data/cMap/Adobe-Japan1/UCS2-90pv-RKSJ + tlpkg/texworks/poppler-data/cMap/Adobe-Japan1/UniHojo-UCS2-H + tlpkg/texworks/poppler-data/cMap/Adobe-Japan1/UniHojo-UCS2-V + tlpkg/texworks/poppler-data/cMap/Adobe-Japan1/UniHojo-UTF16-H + tlpkg/texworks/poppler-data/cMap/Adobe-Japan1/UniHojo-UTF16-V + tlpkg/texworks/poppler-data/cMap/Adobe-Japan1/UniHojo-UTF32-H + tlpkg/texworks/poppler-data/cMap/Adobe-Japan1/UniHojo-UTF32-V + tlpkg/texworks/poppler-data/cMap/Adobe-Japan1/UniHojo-UTF8-H + tlpkg/texworks/poppler-data/cMap/Adobe-Japan1/UniHojo-UTF8-V + tlpkg/texworks/poppler-data/cMap/Adobe-Japan1/UniJIS-UCS2-H + tlpkg/texworks/poppler-data/cMap/Adobe-Japan1/UniJIS-UCS2-HW-H + tlpkg/texworks/poppler-data/cMap/Adobe-Japan1/UniJIS-UCS2-HW-V + tlpkg/texworks/poppler-data/cMap/Adobe-Japan1/UniJIS-UCS2-V + tlpkg/texworks/poppler-data/cMap/Adobe-Japan1/UniJIS-UTF16-H + tlpkg/texworks/poppler-data/cMap/Adobe-Japan1/UniJIS-UTF16-V + tlpkg/texworks/poppler-data/cMap/Adobe-Japan1/UniJIS-UTF32-H + tlpkg/texworks/poppler-data/cMap/Adobe-Japan1/UniJIS-UTF32-V + tlpkg/texworks/poppler-data/cMap/Adobe-Japan1/UniJIS-UTF8-H + tlpkg/texworks/poppler-data/cMap/Adobe-Japan1/UniJIS-UTF8-V + tlpkg/texworks/poppler-data/cMap/Adobe-Japan1/UniJIS2004-UTF16-H + tlpkg/texworks/poppler-data/cMap/Adobe-Japan1/UniJIS2004-UTF16-V + tlpkg/texworks/poppler-data/cMap/Adobe-Japan1/UniJIS2004-UTF32-H + tlpkg/texworks/poppler-data/cMap/Adobe-Japan1/UniJIS2004-UTF32-V + tlpkg/texworks/poppler-data/cMap/Adobe-Japan1/UniJIS2004-UTF8-H + tlpkg/texworks/poppler-data/cMap/Adobe-Japan1/UniJIS2004-UTF8-V + tlpkg/texworks/poppler-data/cMap/Adobe-Japan1/UniJISPro-UCS2-HW-V + tlpkg/texworks/poppler-data/cMap/Adobe-Japan1/UniJISPro-UCS2-V + tlpkg/texworks/poppler-data/cMap/Adobe-Japan1/UniJISPro-UTF8-V + tlpkg/texworks/poppler-data/cMap/Adobe-Japan1/UniJISX0213-UTF32-H + tlpkg/texworks/poppler-data/cMap/Adobe-Japan1/UniJISX0213-UTF32-V + tlpkg/texworks/poppler-data/cMap/Adobe-Japan1/UniJISX02132004-UTF32-H + tlpkg/texworks/poppler-data/cMap/Adobe-Japan1/UniJISX02132004-UTF32-V + tlpkg/texworks/poppler-data/cMap/Adobe-Japan1/V + tlpkg/texworks/poppler-data/cMap/Adobe-Japan1/WP-Symbol + tlpkg/texworks/poppler-data/cMap/Adobe-Japan2/Adobe-Japan2-0 + tlpkg/texworks/poppler-data/cMap/Adobe-Korea1/Adobe-Korea1-0 + tlpkg/texworks/poppler-data/cMap/Adobe-Korea1/Adobe-Korea1-1 + tlpkg/texworks/poppler-data/cMap/Adobe-Korea1/Adobe-Korea1-2 + tlpkg/texworks/poppler-data/cMap/Adobe-Korea1/Adobe-Korea1-H-CID + tlpkg/texworks/poppler-data/cMap/Adobe-Korea1/Adobe-Korea1-H-Host + tlpkg/texworks/poppler-data/cMap/Adobe-Korea1/Adobe-Korea1-H-Mac + tlpkg/texworks/poppler-data/cMap/Adobe-Korea1/Adobe-Korea1-KSCms-UHC + tlpkg/texworks/poppler-data/cMap/Adobe-Korea1/Adobe-Korea1-KSCpc-EUC + tlpkg/texworks/poppler-data/cMap/Adobe-Korea1/Adobe-Korea1-UCS2 + tlpkg/texworks/poppler-data/cMap/Adobe-Korea1/KSC-EUC-H + tlpkg/texworks/poppler-data/cMap/Adobe-Korea1/KSC-EUC-V + tlpkg/texworks/poppler-data/cMap/Adobe-Korea1/KSC-H + tlpkg/texworks/poppler-data/cMap/Adobe-Korea1/KSC-Johab-H + tlpkg/texworks/poppler-data/cMap/Adobe-Korea1/KSC-Johab-V + tlpkg/texworks/poppler-data/cMap/Adobe-Korea1/KSC-RKSJ-H + tlpkg/texworks/poppler-data/cMap/Adobe-Korea1/KSC-V + tlpkg/texworks/poppler-data/cMap/Adobe-Korea1/KSC2-RKSJ-H + tlpkg/texworks/poppler-data/cMap/Adobe-Korea1/KSCms-UHC-H + tlpkg/texworks/poppler-data/cMap/Adobe-Korea1/KSCms-UHC-HW-H + tlpkg/texworks/poppler-data/cMap/Adobe-Korea1/KSCms-UHC-HW-V + tlpkg/texworks/poppler-data/cMap/Adobe-Korea1/KSCms-UHC-UCS2 + tlpkg/texworks/poppler-data/cMap/Adobe-Korea1/KSCms-UHC-V + tlpkg/texworks/poppler-data/cMap/Adobe-Korea1/KSCpc-EUC-H + tlpkg/texworks/poppler-data/cMap/Adobe-Korea1/KSCpc-EUC-UCS2 + tlpkg/texworks/poppler-data/cMap/Adobe-Korea1/KSCpc-EUC-UCS2C + tlpkg/texworks/poppler-data/cMap/Adobe-Korea1/KSCpc-EUC-V + tlpkg/texworks/poppler-data/cMap/Adobe-Korea1/UCS2-KSCms-UHC + tlpkg/texworks/poppler-data/cMap/Adobe-Korea1/UCS2-KSCpc-EUC + tlpkg/texworks/poppler-data/cMap/Adobe-Korea1/UniKS-UCS2-H + tlpkg/texworks/poppler-data/cMap/Adobe-Korea1/UniKS-UCS2-V + tlpkg/texworks/poppler-data/cMap/Adobe-Korea1/UniKS-UTF16-H + tlpkg/texworks/poppler-data/cMap/Adobe-Korea1/UniKS-UTF16-V + tlpkg/texworks/poppler-data/cMap/Adobe-Korea1/UniKS-UTF32-H + tlpkg/texworks/poppler-data/cMap/Adobe-Korea1/UniKS-UTF32-V + tlpkg/texworks/poppler-data/cMap/Adobe-Korea1/UniKS-UTF8-H + tlpkg/texworks/poppler-data/cMap/Adobe-Korea1/UniKS-UTF8-V + tlpkg/texworks/poppler-data/cMap/Adobe-Vietnam1/TCVN-RKSJ-H + tlpkg/texworks/poppler-data/cidToUnicode/Adobe-CNS1 + tlpkg/texworks/poppler-data/cidToUnicode/Adobe-GB1 + tlpkg/texworks/poppler-data/cidToUnicode/Adobe-Japan1 + tlpkg/texworks/poppler-data/cidToUnicode/Adobe-Japan2 + tlpkg/texworks/poppler-data/cidToUnicode/Adobe-Korea1 + tlpkg/texworks/poppler-data/nameToUnicode/Bulgarian + tlpkg/texworks/poppler-data/nameToUnicode/Greek + tlpkg/texworks/poppler-data/nameToUnicode/Thai + tlpkg/texworks/poppler-data/unicodeMap/Big5 + tlpkg/texworks/poppler-data/unicodeMap/Big5ascii + tlpkg/texworks/poppler-data/unicodeMap/EUC-CN + tlpkg/texworks/poppler-data/unicodeMap/EUC-JP + tlpkg/texworks/poppler-data/unicodeMap/GBK + tlpkg/texworks/poppler-data/unicodeMap/ISO-2022-CN + tlpkg/texworks/poppler-data/unicodeMap/ISO-2022-JP + tlpkg/texworks/poppler-data/unicodeMap/ISO-2022-KR + tlpkg/texworks/poppler-data/unicodeMap/ISO-8859-6 + tlpkg/texworks/poppler-data/unicodeMap/ISO-8859-7 + tlpkg/texworks/poppler-data/unicodeMap/ISO-8859-8 + tlpkg/texworks/poppler-data/unicodeMap/ISO-8859-9 + tlpkg/texworks/poppler-data/unicodeMap/KOI8-R + tlpkg/texworks/poppler-data/unicodeMap/Latin2 + tlpkg/texworks/poppler-data/unicodeMap/Shift-JIS + tlpkg/texworks/poppler-data/unicodeMap/TIS-620 + tlpkg/texworks/poppler-data/unicodeMap/Windows-1255 + tlpkg/texworks/texworks-help/TeXworks-manual/en/HardWrap.jpeg + tlpkg/texworks/texworks-help/TeXworks-manual/en/TW-error.PNG + tlpkg/texworks/texworks-help/TeXworks-manual/en/TeXworks.PNG + tlpkg/texworks/texworks-help/TeXworks-manual/en/barredeux.jpeg + tlpkg/texworks/texworks-help/TeXworks-manual/en/barreun.jpeg + tlpkg/texworks/texworks-help/TeXworks-manual/en/compo.jpeg + tlpkg/texworks/texworks-help/TeXworks-manual/en/contents_motif.gif + tlpkg/texworks/texworks-help/TeXworks-manual/en/findrepl.jpg + tlpkg/texworks/texworks-help/TeXworks-manual/en/index.html + tlpkg/texworks/texworks-help/TeXworks-manual/en/manual.css + tlpkg/texworks/texworks-help/TeXworks-manual/en/manual001.html + tlpkg/texworks/texworks-help/TeXworks-manual/en/manual002.html + tlpkg/texworks/texworks-help/TeXworks-manual/en/manual003.html + tlpkg/texworks/texworks-help/TeXworks-manual/en/manual004.html + tlpkg/texworks/texworks-help/TeXworks-manual/en/manual005.html + tlpkg/texworks/texworks-help/TeXworks-manual/en/manual006.html + tlpkg/texworks/texworks-help/TeXworks-manual/en/manual007.html + tlpkg/texworks/texworks-help/TeXworks-manual/en/manual008.html + tlpkg/texworks/texworks-help/TeXworks-manual/en/manual009.html + tlpkg/texworks/texworks-help/TeXworks-manual/en/manual010.html + tlpkg/texworks/texworks-help/TeXworks-manual/en/next_motif.gif + tlpkg/texworks/texworks-help/TeXworks-manual/en/previous_motif.gif + tlpkg/texworks/texworks-help/TeXworks-manual/en/stop.PNG + tlpkg/texworks/texworks-help/TeXworks-manual/en/tw-help-title.txt + tlpkg/texworks/texworks-help/TeXworks-manual/fr/HardWrap.png + tlpkg/texworks/texworks-help/TeXworks-manual/fr/TW-error.PNG + tlpkg/texworks/texworks-help/TeXworks-manual/fr/TeXworks.PNG + tlpkg/texworks/texworks-help/TeXworks-manual/fr/barredeux.jpeg + tlpkg/texworks/texworks-help/TeXworks-manual/fr/barreun.jpeg + tlpkg/texworks/texworks-help/TeXworks-manual/fr/compo.jpeg + tlpkg/texworks/texworks-help/TeXworks-manual/fr/contents_motif.gif + tlpkg/texworks/texworks-help/TeXworks-manual/fr/index.html + tlpkg/texworks/texworks-help/TeXworks-manual/fr/manuel.css + tlpkg/texworks/texworks-help/TeXworks-manual/fr/manuel001.html + tlpkg/texworks/texworks-help/TeXworks-manual/fr/manuel002.html + tlpkg/texworks/texworks-help/TeXworks-manual/fr/manuel003.html + tlpkg/texworks/texworks-help/TeXworks-manual/fr/manuel004.html + tlpkg/texworks/texworks-help/TeXworks-manual/fr/manuel005.html + tlpkg/texworks/texworks-help/TeXworks-manual/fr/manuel006.html + tlpkg/texworks/texworks-help/TeXworks-manual/fr/manuel007.html + tlpkg/texworks/texworks-help/TeXworks-manual/fr/manuel008.html + tlpkg/texworks/texworks-help/TeXworks-manual/fr/manuel009.html + tlpkg/texworks/texworks-help/TeXworks-manual/fr/manuel010.html + tlpkg/texworks/texworks-help/TeXworks-manual/fr/next_motif.gif + tlpkg/texworks/texworks-help/TeXworks-manual/fr/previous_motif.gif + tlpkg/texworks/texworks-help/TeXworks-manual/fr/rechremp.jpeg + tlpkg/texworks/texworks-help/TeXworks-manual/fr/stop.PNG + tlpkg/texworks/texworks-help/TeXworks-manual/fr/tw-help-title.txt + +name thailatex +category Package +revision 15878 +shortdesc Typeset Thai texts with standard LaTeX classes. +longdesc ThaiLaTeX enables typesetting Thai with standard LaTeX document +longdesc classes. It is designed to become a part of babel. +srcfiles size=180 + texmf-dist/source/latex/thailatex/AUTHORS + texmf-dist/source/latex/thailatex/COPYING + texmf-dist/source/latex/thailatex/COPYING.fonts + texmf-dist/source/latex/thailatex/ChangeLog + texmf-dist/source/latex/thailatex/HISTORY + texmf-dist/source/latex/thailatex/INSTALL + texmf-dist/source/latex/thailatex/Makefile.am + texmf-dist/source/latex/thailatex/Makefile.in + texmf-dist/source/latex/thailatex/NEWS + texmf-dist/source/latex/thailatex/README + texmf-dist/source/latex/thailatex/TODO + texmf-dist/source/latex/thailatex/aclocal.m4 + texmf-dist/source/latex/thailatex/babel/Makefile.am + texmf-dist/source/latex/thailatex/babel/Makefile.in + texmf-dist/source/latex/thailatex/babel/lthenc.def + texmf-dist/source/latex/thailatex/babel/lthgaruda.fd + texmf-dist/source/latex/thailatex/babel/lthkinnari.fd + texmf-dist/source/latex/thailatex/babel/lthloma.fd + texmf-dist/source/latex/thailatex/babel/lthnorasi.fd + texmf-dist/source/latex/thailatex/babel/lthpurisa.fd + texmf-dist/source/latex/thailatex/babel/lthsawasdee.fd + texmf-dist/source/latex/thailatex/babel/lthttype.fd + texmf-dist/source/latex/thailatex/babel/lthttypist.fd + texmf-dist/source/latex/thailatex/babel/lthumpush.fd + texmf-dist/source/latex/thailatex/babel/lthwaree.fd + texmf-dist/source/latex/thailatex/babel/thai.dtx + texmf-dist/source/latex/thailatex/babel/thai.ins + texmf-dist/source/latex/thailatex/babel/thai.sty + texmf-dist/source/latex/thailatex/babel/thswitch.sty + texmf-dist/source/latex/thailatex/configure + texmf-dist/source/latex/thailatex/configure.in + texmf-dist/source/latex/thailatex/doc/Makefile.am + texmf-dist/source/latex/thailatex/doc/Makefile.in + texmf-dist/source/latex/thailatex/doc/orchid.tex + texmf-dist/source/latex/thailatex/doc/test-orchid.sh + texmf-dist/source/latex/thailatex/doc/test-teststd.sh + texmf-dist/source/latex/thailatex/doc/test-utf.sh + texmf-dist/source/latex/thailatex/doc/teststd.tex + texmf-dist/source/latex/thailatex/doc/thai.pdf + texmf-dist/source/latex/thailatex/doc/utf-example.tex + texmf-dist/source/latex/thailatex/emacs/Makefile.am + texmf-dist/source/latex/thailatex/emacs/Makefile.in + texmf-dist/source/latex/thailatex/emacs/thai-latex-setup.el + texmf-dist/source/latex/thailatex/fonts/Makefile.am + texmf-dist/source/latex/thailatex/fonts/Makefile.in + texmf-dist/source/latex/thailatex/fonts/lthuni.enc + texmf-dist/source/latex/thailatex/fonts/thailigs.enc + texmf-dist/source/latex/thailatex/install-sh + texmf-dist/source/latex/thailatex/missing + texmf-dist/source/latex/thailatex/scripts/Makefile.am + texmf-dist/source/latex/thailatex/scripts/Makefile.in + texmf-dist/source/latex/thailatex/scripts/sync-babel + texmf-dist/source/latex/thailatex/scripts/sync-thailatex.in + texmf-dist/source/latex/thailatex/scripts/tlatex + texmf-dist/source/latex/thailatex/thailatex.spec.in +runfiles size=1034 + texmf-dist/fonts/afm/public/thailatex/garuda.afm + texmf-dist/fonts/afm/public/thailatex/garuda_b.afm + texmf-dist/fonts/afm/public/thailatex/garuda_bo.afm + texmf-dist/fonts/afm/public/thailatex/garuda_o.afm + texmf-dist/fonts/afm/public/thailatex/kinnari.afm + texmf-dist/fonts/afm/public/thailatex/kinnari_b.afm + texmf-dist/fonts/afm/public/thailatex/kinnari_bi.afm + texmf-dist/fonts/afm/public/thailatex/kinnari_bo.afm + texmf-dist/fonts/afm/public/thailatex/kinnari_i.afm + texmf-dist/fonts/afm/public/thailatex/kinnari_o.afm + texmf-dist/fonts/afm/public/thailatex/loma.afm + texmf-dist/fonts/afm/public/thailatex/loma_b.afm + texmf-dist/fonts/afm/public/thailatex/loma_bo.afm + texmf-dist/fonts/afm/public/thailatex/loma_o.afm + texmf-dist/fonts/afm/public/thailatex/norasi.afm + texmf-dist/fonts/afm/public/thailatex/norasi_b.afm + texmf-dist/fonts/afm/public/thailatex/norasi_bi.afm + texmf-dist/fonts/afm/public/thailatex/norasi_bo.afm + texmf-dist/fonts/afm/public/thailatex/norasi_i.afm + texmf-dist/fonts/afm/public/thailatex/norasi_o.afm + texmf-dist/fonts/afm/public/thailatex/purisa.afm + texmf-dist/fonts/afm/public/thailatex/purisa_b.afm + texmf-dist/fonts/afm/public/thailatex/purisa_bo.afm + texmf-dist/fonts/afm/public/thailatex/purisa_o.afm + texmf-dist/fonts/afm/public/thailatex/sawasdee.afm + texmf-dist/fonts/afm/public/thailatex/sawasdee_b.afm + texmf-dist/fonts/afm/public/thailatex/sawasdee_bo.afm + texmf-dist/fonts/afm/public/thailatex/sawasdee_o.afm + texmf-dist/fonts/afm/public/thailatex/thai-dummy.afm + texmf-dist/fonts/afm/public/thailatex/ttype.afm + texmf-dist/fonts/afm/public/thailatex/ttype_b.afm + texmf-dist/fonts/afm/public/thailatex/ttype_bo.afm + texmf-dist/fonts/afm/public/thailatex/ttype_o.afm + texmf-dist/fonts/afm/public/thailatex/ttypist.afm + texmf-dist/fonts/afm/public/thailatex/ttypist_b.afm + texmf-dist/fonts/afm/public/thailatex/ttypist_bo.afm + texmf-dist/fonts/afm/public/thailatex/ttypist_o.afm + texmf-dist/fonts/afm/public/thailatex/umpush.afm + texmf-dist/fonts/afm/public/thailatex/umpush_b.afm + texmf-dist/fonts/afm/public/thailatex/umpush_bo.afm + texmf-dist/fonts/afm/public/thailatex/umpush_o.afm + texmf-dist/fonts/afm/public/thailatex/waree.afm + texmf-dist/fonts/afm/public/thailatex/waree_b.afm + texmf-dist/fonts/afm/public/thailatex/waree_bo.afm + texmf-dist/fonts/afm/public/thailatex/waree_o.afm + texmf-dist/fonts/type1/public/thailatex/garuda.pfb + texmf-dist/fonts/type1/public/thailatex/garuda_b.pfb + texmf-dist/fonts/type1/public/thailatex/garuda_bo.pfb + texmf-dist/fonts/type1/public/thailatex/garuda_o.pfb + texmf-dist/fonts/type1/public/thailatex/kinnari.pfb + texmf-dist/fonts/type1/public/thailatex/kinnari_b.pfb + texmf-dist/fonts/type1/public/thailatex/kinnari_bi.pfb + texmf-dist/fonts/type1/public/thailatex/kinnari_bo.pfb + texmf-dist/fonts/type1/public/thailatex/kinnari_i.pfb + texmf-dist/fonts/type1/public/thailatex/kinnari_o.pfb + texmf-dist/fonts/type1/public/thailatex/loma.pfb + texmf-dist/fonts/type1/public/thailatex/loma_b.pfb + texmf-dist/fonts/type1/public/thailatex/loma_bo.pfb + texmf-dist/fonts/type1/public/thailatex/loma_o.pfb + texmf-dist/fonts/type1/public/thailatex/norasi.pfb + texmf-dist/fonts/type1/public/thailatex/norasi_b.pfb + texmf-dist/fonts/type1/public/thailatex/norasi_bi.pfb + texmf-dist/fonts/type1/public/thailatex/norasi_bo.pfb + texmf-dist/fonts/type1/public/thailatex/norasi_i.pfb + texmf-dist/fonts/type1/public/thailatex/norasi_o.pfb + texmf-dist/fonts/type1/public/thailatex/purisa.pfb + texmf-dist/fonts/type1/public/thailatex/purisa_b.pfb + texmf-dist/fonts/type1/public/thailatex/purisa_bo.pfb + texmf-dist/fonts/type1/public/thailatex/purisa_o.pfb + texmf-dist/fonts/type1/public/thailatex/sawasdee.pfb + texmf-dist/fonts/type1/public/thailatex/sawasdee_b.pfb + texmf-dist/fonts/type1/public/thailatex/sawasdee_bo.pfb + texmf-dist/fonts/type1/public/thailatex/sawasdee_o.pfb + texmf-dist/fonts/type1/public/thailatex/ttype.pfb + texmf-dist/fonts/type1/public/thailatex/ttype_b.pfb + texmf-dist/fonts/type1/public/thailatex/ttype_bo.pfb + texmf-dist/fonts/type1/public/thailatex/ttype_o.pfb + texmf-dist/fonts/type1/public/thailatex/ttypist.pfb + texmf-dist/fonts/type1/public/thailatex/ttypist_b.pfb + texmf-dist/fonts/type1/public/thailatex/ttypist_bo.pfb + texmf-dist/fonts/type1/public/thailatex/ttypist_o.pfb + texmf-dist/fonts/type1/public/thailatex/umpush.pfb + texmf-dist/fonts/type1/public/thailatex/umpush_b.pfb + texmf-dist/fonts/type1/public/thailatex/umpush_bo.pfb + texmf-dist/fonts/type1/public/thailatex/umpush_o.pfb + texmf-dist/fonts/type1/public/thailatex/waree.pfb + texmf-dist/fonts/type1/public/thailatex/waree_b.pfb + texmf-dist/fonts/type1/public/thailatex/waree_bo.pfb + texmf-dist/fonts/type1/public/thailatex/waree_o.pfb +catalogue-ctan /language/thai/thailatex +catalogue-date 2009-09-10 20:35:36 +0200 +catalogue-license lppl +catalogue-version 0.4.4 + +name theoremref +category Package +revision 15878 +shortdesc References with automatic theorem names. +longdesc The theoremref package provides variants of the \label and \ref +longdesc commands for theorem-like environments, capable of +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). +docfiles size=6 + texmf-dist/doc/latex/theoremref/COPYING + texmf-dist/doc/latex/theoremref/README details="Readme" +runfiles size=2 + texmf-dist/tex/latex/theoremref/theoremref.sty +catalogue-ctan /macros/latex/contrib/theoremref +catalogue-date 2008-08-24 10:50:19 +0200 +catalogue-license lppl + +name thesis-titlepage-fhac +category Package +revision 15878 +shortdesc Little style to create a standard titlepage for diploma thesis +longdesc Yet another thesis titlepage style: support of Fachhochschule +longdesc Aachen (Standort Juelich) +docfiles size=82 + texmf-dist/doc/latex/thesis-titlepage-fhac/LogoFH.eps + texmf-dist/doc/latex/thesis-titlepage-fhac/LogoFH.pdf + texmf-dist/doc/latex/thesis-titlepage-fhac/LogoFH.png + texmf-dist/doc/latex/thesis-titlepage-fhac/LogoFH.tif + texmf-dist/doc/latex/thesis-titlepage-fhac/README details="README file" + texmf-dist/doc/latex/thesis-titlepage-fhac/antrc_pre.bat + texmf-dist/doc/latex/thesis-titlepage-fhac/build.xml + texmf-dist/doc/latex/thesis-titlepage-fhac/diplomArbeit.ltx + texmf-dist/doc/latex/thesis-titlepage-fhac/doxygen_header.tex + texmf-dist/doc/latex/thesis-titlepage-fhac/fhACtitlepage.pdf details="Package documentation" + texmf-dist/doc/latex/thesis-titlepage-fhac/pdf_with_figbig_and_glossar.tco +srcfiles size=8 + texmf-dist/source/latex/thesis-titlepage-fhac/doxygen_header.dtx.input + texmf-dist/source/latex/thesis-titlepage-fhac/fhACtitlepage.dtx + texmf-dist/source/latex/thesis-titlepage-fhac/fhACtitlepage.ins + texmf-dist/source/latex/thesis-titlepage-fhac/gloss_add.dtx.input +runfiles size=5 + texmf-dist/tex/latex/thesis-titlepage-fhac/fhACtitlepage.cfg + texmf-dist/tex/latex/thesis-titlepage-fhac/fhACtitlepage.sty + texmf-dist/tex/latex/thesis-titlepage-fhac/figbib_add.sty + texmf-dist/tex/latex/thesis-titlepage-fhac/gloss_add.sty +catalogue-ctan /macros/latex/contrib/thesis-titlepage-fhAC +catalogue-date 2007-03-12 14:32:12 +0100 +catalogue-license lppl +catalogue-version 0.1 + +name thinsp +category Package +revision 15878 +shortdesc A stretchable \thinspace for LaTeX. +longdesc The package redefines \thinspace to have a stretch component. +docfiles size=93 + texmf-dist/doc/latex/thinsp/COPYIRIGHT + texmf-dist/doc/latex/thinsp/README + texmf-dist/doc/latex/thinsp/thinsp.pdf details="Package documentation" + texmf-dist/doc/latex/thinsp/thinsp.tex +runfiles size=1 + texmf-dist/tex/latex/thinsp/thinsp.sty +catalogue-ctan /macros/latex/contrib/thinsp +catalogue-date 2008-08-24 14:46:50 +0200 +catalogue-license gpl +catalogue-version 0.1 + +name thmbox +category Package +revision 15878 +shortdesc Decorate theorem statements. +longdesc The package defines an environment thmbox that presents +longdesc theorems, definitions and similar objects in boxes decorated +longdesc with frames and various aesthetic features. The standard macro +longdesc \newtheorem may be redefined to use the environment. +docfiles size=30 + texmf-dist/doc/latex/thmbox/README details="Readme" + texmf-dist/doc/latex/thmbox/thmbox.pdf details="Package documentation" +srcfiles size=9 + texmf-dist/source/latex/thmbox/thmbox.dtx + texmf-dist/source/latex/thmbox/thmbox.ins +runfiles size=2 + texmf-dist/tex/latex/thmbox/thmbox.sty +catalogue-ctan /macros/latex/contrib/thmbox +catalogue-date 2009-03-25 08:55:29 +0100 +catalogue-license lppl + +name thmtools +category Package +revision 15878 +shortdesc Extensions to theorem environments. +longdesc The bundle provides several packages for commonly-needed +longdesc support for typesetting theorems. The packages should work with +longdesc kernel theorems (theorems 'out of the box' with LaTeX), and the +longdesc theorem and amsthm packages. Features of the bundle include: - +longdesc a key-value interface to \mewtheorem; - a \listoftheorems +longdesc command; - hyperref and autoref compatibility; - a mechanism +longdesc for restating entire theorems in a single macro call. +docfiles size=25 + texmf-dist/doc/latex/thmtools/README details="Readme" + texmf-dist/doc/latex/thmtools/TODO + texmf-dist/doc/latex/thmtools/thmtools.pdf details="Package documentation" +srcfiles size=19 + texmf-dist/source/latex/thmtools/aliasctr.dtx + texmf-dist/source/latex/thmtools/parseargs.dtx + texmf-dist/source/latex/thmtools/thm-autoref.dtx + texmf-dist/source/latex/thmtools/thm-kv.dtx + texmf-dist/source/latex/thmtools/thm-listof.dtx + texmf-dist/source/latex/thmtools/thm-patch.dtx + texmf-dist/source/latex/thmtools/thm-restate.dtx + texmf-dist/source/latex/thmtools/thmtools.dtx + texmf-dist/source/latex/thmtools/thmtools.ins + texmf-dist/source/latex/thmtools/unique.dtx +runfiles size=10 + texmf-dist/tex/latex/thmtools/aliasctr.sty + texmf-dist/tex/latex/thmtools/parseargs.sty + texmf-dist/tex/latex/thmtools/thm-autoref.sty + texmf-dist/tex/latex/thmtools/thm-kv.sty + texmf-dist/tex/latex/thmtools/thm-listof.sty + texmf-dist/tex/latex/thmtools/thm-patch.sty + texmf-dist/tex/latex/thmtools/thm-restate.sty + texmf-dist/tex/latex/thmtools/thmtools.sty + texmf-dist/tex/latex/thmtools/unique.sty +catalogue-ctan /macros/latex/exptl/thmtools +catalogue-date 2008-08-24 14:46:50 +0200 +catalogue-license lppl + +name threeparttablex +category Package +revision 15878 +shortdesc Notes in longtables. +longdesc The package provides the functionality of the threeparttable +longdesc package to tables created using the longtable package. +docfiles size=17 + texmf-dist/doc/latex/threeparttablex/README details="Readme" + texmf-dist/doc/latex/threeparttablex/threeparttablex.pdf details="Package documentation" + texmf-dist/doc/latex/threeparttablex/threeparttablex.tex +runfiles size=1 + texmf-dist/tex/latex/threeparttablex/threeparttablex.sty +catalogue-ctan /macros/latex/contrib/threeparttablex +catalogue-date 2009-10-29 22:38:58 +0100 +catalogue-license lppl +catalogue-version 0.06 + +name thumb +category Package +revision 15878 +shortdesc Thumb marks in documents. +longdesc Place thumb marks in books, manuals and reference maunals. +docfiles size=52 + texmf-dist/doc/latex/thumb/README details="Package Readme" + texmf-dist/doc/latex/thumb/thumb.pdf details="Package documentation" +srcfiles size=12 + texmf-dist/source/latex/thumb/thumb.dtx + texmf-dist/source/latex/thumb/thumb.ins +runfiles size=4 + texmf-dist/tex/latex/thumb/thumb.sty +catalogue-ctan /macros/latex/contrib/thumb +catalogue-date 2006-12-11 00:37:24 +0100 +catalogue-license gpl +catalogue-version 1.0 + +name thumbpdf +category Package +revision 15878 +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 +longdesc thumbnails which get represented in a TeX readable file that is +longdesc read by the package thumbpdf.sty to automatically include the +longdesc thumbnails. This arrangement works with both plain TeX and +longdesc LaTeX. +depend thumbpdf.ARCH +docfiles size=10 + texmf-dist/doc/generic/thumbpdf/readme.txt + texmf/doc/man/man1/thumbpdf.1 + texmf/doc/man/man1/thumbpdf.man1.pdf +runfiles size=18 + texmf-dist/scripts/thumbpdf/thumbpdf.pl + texmf-dist/tex/generic/thumbpdf/thumbpdf.sty + texmf-dist/tex/generic/thumbpdf/thumbpdf.tex +catalogue-ctan /support/thumbpdf +catalogue-date 2008-04-15 22:16:11 +0200 +catalogue-license lppl +catalogue-version 3.10 + +name thumbpdf.alpha-linux +category Package +revision 15878 +shortdesc alpha-linux files of thumbpdf +binfiles arch=alpha-linux size=1 + bin/alpha-linux/thumbpdf + +name thumbpdf.i386-cygwin +category Package +revision 15878 +shortdesc i386-cygwin files of thumbpdf +binfiles arch=i386-cygwin size=1 + bin/i386-cygwin/thumbpdf + +name thumbpdf.i386-linux +category Package +revision 15878 +shortdesc i386-linux files of thumbpdf +binfiles arch=i386-linux size=1 + bin/i386-linux/thumbpdf + +name thumbpdf.i386-netbsd +category Package +revision 15878 +shortdesc i386-netbsd files of thumbpdf +binfiles arch=i386-netbsd size=1 + bin/i386-netbsd/thumbpdf + +name thumbpdf.i386-solaris +category Package +revision 15878 +shortdesc i386-solaris files of thumbpdf +binfiles arch=i386-solaris size=1 + bin/i386-solaris/thumbpdf + +name thumbpdf.mips-irix +category Package +revision 15878 +shortdesc mips-irix files of thumbpdf +binfiles arch=mips-irix size=1 + bin/mips-irix/thumbpdf + +name thumbpdf.powerpc-aix +category Package +revision 15878 +shortdesc powerpc-aix files of thumbpdf +binfiles arch=powerpc-aix size=1 + bin/powerpc-aix/thumbpdf + +name thumbpdf.powerpc-linux +category Package +revision 15878 +shortdesc powerpc-linux files of thumbpdf +binfiles arch=powerpc-linux size=1 + bin/powerpc-linux/thumbpdf + +name thumbpdf.sparc-linux +category Package +revision 15878 +shortdesc sparc-linux files of thumbpdf +binfiles arch=sparc-linux size=1 + bin/sparc-linux/thumbpdf + +name thumbpdf.sparc-solaris +category Package +revision 15878 +shortdesc sparc-solaris files of thumbpdf +binfiles arch=sparc-solaris size=1 + bin/sparc-solaris/thumbpdf + +name thumbpdf.universal-darwin +category Package +revision 15878 +shortdesc universal-darwin files of thumbpdf +binfiles arch=universal-darwin size=1 + bin/universal-darwin/thumbpdf + +name thumbpdf.win32 +category Package +revision 15878 +shortdesc win32 files of thumbpdf +binfiles arch=win32 size=1 + bin/win32/thumbpdf.exe + +name thumbpdf.x86_64-linux +category Package +revision 15878 +shortdesc x86_64-linux files of thumbpdf +binfiles arch=x86_64-linux size=1 + bin/x86_64-linux/thumbpdf + +name thuthesis +category Package +revision 15878 +shortdesc Thesis template for Tsinghua University. +longdesc ThuThesis is a LaTeX thesis template package for Tsinghua +longdesc University in order to make it easy to write theses for either +longdesc bachelor's, master's or doctor's degree. +docfiles size=869 + texmf-dist/doc/latex/thuthesis/README details="Readme" + texmf-dist/doc/latex/thuthesis/dtx-style.sty + texmf-dist/doc/latex/thuthesis/example/Makefile + texmf-dist/doc/latex/thuthesis/example/data/ack.tex + texmf-dist/doc/latex/thuthesis/example/data/appendix01.tex + texmf-dist/doc/latex/thuthesis/example/data/chap01.tex + texmf-dist/doc/latex/thuthesis/example/data/chap02.tex + texmf-dist/doc/latex/thuthesis/example/data/cover.tex + texmf-dist/doc/latex/thuthesis/example/data/denotation.tex + texmf-dist/doc/latex/thuthesis/example/data/resume.tex + texmf-dist/doc/latex/thuthesis/example/figures/hello.eps + texmf-dist/doc/latex/thuthesis/example/figures/hello.fig + texmf-dist/doc/latex/thuthesis/example/figures/hello.pdf + texmf-dist/doc/latex/thuthesis/example/figures/thu-fig-logo.eps + texmf-dist/doc/latex/thuthesis/example/figures/thu-fig-logo.pdf + texmf-dist/doc/latex/thuthesis/example/figures/thu-lib-logo.eps + texmf-dist/doc/latex/thuthesis/example/figures/thu-lib-logo.pdf + texmf-dist/doc/latex/thuthesis/example/figures/thu-text-logo.eps + texmf-dist/doc/latex/thuthesis/example/figures/thu-text-logo.pdf + texmf-dist/doc/latex/thuthesis/example/figures/thu-whole-logo.eps + texmf-dist/doc/latex/thuthesis/example/figures/thu-whole-logo.pdf + texmf-dist/doc/latex/thuthesis/example/main.pdf details="Example of use" + texmf-dist/doc/latex/thuthesis/example/main.tex + texmf-dist/doc/latex/thuthesis/example/msmake.cmd + texmf-dist/doc/latex/thuthesis/example/ref/refs.bib + texmf-dist/doc/latex/thuthesis/example/shuji.pdf + texmf-dist/doc/latex/thuthesis/example/shuji.tex + texmf-dist/doc/latex/thuthesis/example/thutils.sty + texmf-dist/doc/latex/thuthesis/thuthesis.pdf details="Package documentation" +srcfiles size=32 + texmf-dist/source/latex/thuthesis/thuthesis.dtx + texmf-dist/source/latex/thuthesis/thuthesis.ins +runfiles size=17 + texmf-dist/bibtex/bst/thuthesis/thubib.bst + texmf-dist/tex/latex/thuthesis/thuthesis.cfg + texmf-dist/tex/latex/thuthesis/thuthesis.cls +catalogue-ctan /macros/latex/contrib/thuthesis +catalogue-date 2009-03-02 15:13:08 +0100 +catalogue-license lppl +catalogue-version 4.5.1 + +name ticket +category Package +revision 15878 +shortdesc Make labels, visting-cards, pins with LaTeX. +longdesc Provides an easy to handle interface to produce visiting cards, +longdesc labels for your files, stickers, pins and other stuff for your +longdesc office, conferences etc. All you need is a definition of your +longdesc 'ticket' included in a ticket definition file and the two +longdesc commands \ticketdefault and \ticket. +docfiles size=99 + texmf-dist/doc/latex/ticket/README details="Package Readme" + texmf-dist/doc/latex/ticket/comment + texmf-dist/doc/latex/ticket/ex_file.pdf + texmf-dist/doc/latex/ticket/ex_file.tex + texmf-dist/doc/latex/ticket/ex_flashcard.pdf + texmf-dist/doc/latex/ticket/ex_flashcard.tex + texmf-dist/doc/latex/ticket/ex_flashcard_dup.pdf + texmf-dist/doc/latex/ticket/ex_marks.pdf + texmf-dist/doc/latex/ticket/ex_marks.tex + texmf-dist/doc/latex/ticket/ex_pin.pdf + texmf-dist/doc/latex/ticket/ex_pin.tex + texmf-dist/doc/latex/ticket/ex_vcard.pdf + texmf-dist/doc/latex/ticket/ex_vcard.tex + texmf-dist/doc/latex/ticket/manual.pdf + texmf-dist/doc/latex/ticket/manual.tex + texmf-dist/doc/latex/ticket/words.tex +runfiles size=15 + texmf-dist/tex/latex/ticket/aj8414.tdf + texmf-dist/tex/latex/ticket/dura5222.tdf + texmf-dist/tex/latex/ticket/flashCard.tdf + texmf-dist/tex/latex/ticket/freepin.tdf + texmf-dist/tex/latex/ticket/freepin2.tdf + texmf-dist/tex/latex/ticket/freepin3.tdf + texmf-dist/tex/latex/ticket/he4432.tdf + texmf-dist/tex/latex/ticket/lz1680.tdf + texmf-dist/tex/latex/ticket/lz1681.tdf + texmf-dist/tex/latex/ticket/lz1685.tdf + texmf-dist/tex/latex/ticket/ticket.sty + texmf-dist/tex/latex/ticket/zw32010.tdf + texmf-dist/tex/latex/ticket/zw3424.tdf + texmf-dist/tex/latex/ticket/zw4752.tdf +catalogue-ctan /macros/latex/contrib/ticket +catalogue-date 2006-12-11 00:37:24 +0100 +catalogue-license lppl +catalogue-version 0.4a + +name tie +category TLCore +revision 15809 +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 +longdesc be used to create a new version of a web file that incorporates +longdesc existing changes. +depend kpathsea +depend tie.ARCH +docfiles size=3 + texmf/doc/man/man1/tie.1 + texmf/doc/man/man1/tie.man1.pdf +catalogue-ctan /web/tie +catalogue-date 2009-10-10 12:31:37 +0200 +catalogue-license other-free +catalogue-version 2.4 + +name tie.alpha-linux +category TLCore +revision 14032 +shortdesc alpha-linux files of tie +binfiles arch=alpha-linux size=32 + bin/alpha-linux/tie + +name tie.i386-cygwin +category TLCore +revision 15614 +shortdesc i386-cygwin files of tie +binfiles arch=i386-cygwin size=17 + bin/i386-cygwin/tie.exe + +name tie.i386-linux +category TLCore +revision 14164 +shortdesc i386-linux files of tie +binfiles arch=i386-linux size=17 + bin/i386-linux/tie + +name tie.i386-netbsd +category TLCore +revision 15167 +shortdesc i386-netbsd files of tie +binfiles arch=i386-netbsd size=16 + bin/i386-netbsd/tie + +name tie.i386-solaris +category TLCore +revision 15141 +shortdesc i386-solaris files of tie +binfiles arch=i386-solaris size=18 + bin/i386-solaris/tie + +name tie.mips-irix +category TLCore +revision 15558 +shortdesc mips-irix files of tie +binfiles arch=mips-irix size=28 + bin/mips-irix/tie + +name tie.powerpc-aix +category TLCore +revision 15638 +shortdesc powerpc-aix files of tie +binfiles arch=powerpc-aix size=19 + bin/powerpc-aix/tie + +name tie.powerpc-linux +category TLCore +revision 14305 +shortdesc powerpc-linux files of tie +binfiles arch=powerpc-linux size=19 + bin/powerpc-linux/tie + +name tie.sparc-linux +category TLCore +revision 14269 +shortdesc sparc-linux files of tie +binfiles arch=sparc-linux size=18 + bin/sparc-linux/tie + +name tie.sparc-solaris +category TLCore +revision 14279 +shortdesc sparc-solaris files of tie +binfiles arch=sparc-solaris size=34 + bin/sparc-solaris/tie + +name tie.universal-darwin +category TLCore +revision 14896 +shortdesc universal-darwin files of tie +binfiles arch=universal-darwin size=40 + bin/universal-darwin/tie + +name tie.win32 +category TLCore +revision 14670 +shortdesc win32 files of tie +binfiles arch=win32 size=2 + bin/win32/tie.exe + +name tie.x86_64-linux +category TLCore +revision 14282 +shortdesc x86_64-linux files of tie +binfiles arch=x86_64-linux size=18 + bin/x86_64-linux/tie + +name tikz-inet +category Package +revision 15878 +shortdesc Draw interaction nets with TikZ +longdesc The package extends TikZ with macros to draw interaction nets. +docfiles size=38 + texmf-dist/doc/latex/tikz-inet/README details="Readme" + texmf-dist/doc/latex/tikz-inet/tikz-inet-doc.pdf details="Package documentation" + texmf-dist/doc/latex/tikz-inet/tikz-inet-doc.tex +runfiles size=4 + texmf-dist/tex/latex/tikz-inet/tikz-inet.sty +catalogue-ctan /graphics/pgf/contrib/tikz-inet +catalogue-date 2008-08-24 14:43:48 +0200 +catalogue-license lppl +catalogue-version 0.1 + +name tikz-timing +category Package +revision 15878 +shortdesc Easy generation of timing diagrams as tikz pictures. +longdesc This package provides macros and an environment to generate +longdesc timing diagrams (digital waveforms) without much effort. The +longdesc TikZ package is used to produce the graphics. The diagrams may +longdesc be inserted into text (paragraphs, \hbox, etc.) and into +longdesc tikzpictures. A tabular-like environment is provided to produce +longdesc larger timing diagrams. +depend svn-prov +docfiles size=194 + texmf-dist/doc/latex/tikz-timing/README details="Readme" + texmf-dist/doc/latex/tikz-timing/tikz-timing.pdf details="Package documentation" +srcfiles size=32 + texmf-dist/source/latex/tikz-timing/Makefile + texmf-dist/source/latex/tikz-timing/tikz-timing.dtx + texmf-dist/source/latex/tikz-timing/tikz-timing.ins +runfiles size=13 + texmf-dist/tex/latex/tikz-timing/tikz-timing-arrows.sty + texmf-dist/tex/latex/tikz-timing/tikz-timing-either.sty + texmf-dist/tex/latex/tikz-timing/tikz-timing-overlays.sty + texmf-dist/tex/latex/tikz-timing/tikz-timing.sty +catalogue-ctan /graphics/pgf/contrib/tikz-timing +catalogue-date 2009-07-28 11:26:50 +0200 +catalogue-license lppl +catalogue-version 0.6a + +name times +category Package +revision 15878 +shortdesc Select Adobe Times Roman (or equivalent) as default font. +longdesc The package is now obsolete, replaced by the mathptmx package, +longdesc which supports Times Roman text and (mostly) matching +longdesc mathematics. The package remains available, for compatibility; +longdesc both it and mathptmx are part of psnfss. +runfiles size=497 + texmf-dist/dvips/times/config.utm + texmf-dist/fonts/afm/adobe/times/ptmb8a.afm + texmf-dist/fonts/afm/adobe/times/ptmbi8a.afm + texmf-dist/fonts/afm/adobe/times/ptmr8a.afm + texmf-dist/fonts/afm/adobe/times/ptmri8a.afm + texmf-dist/fonts/afm/ibm/times/nntb8a.afm + texmf-dist/fonts/afm/ibm/times/nntbi8a.afm + texmf-dist/fonts/afm/ibm/times/nntr8a.afm + texmf-dist/fonts/afm/ibm/times/nntri8a.afm + texmf-dist/fonts/afm/ibm/times/ntnb8a.afm + texmf-dist/fonts/afm/ibm/times/ntnbi8a.afm + texmf-dist/fonts/afm/ibm/times/ntnr8a.afm + texmf-dist/fonts/afm/ibm/times/ntnri8a.afm + texmf-dist/fonts/afm/urw/times/utmb8a.afm + texmf-dist/fonts/afm/urw/times/utmbi8a.afm + texmf-dist/fonts/afm/urw/times/utmr8a.afm + texmf-dist/fonts/afm/urw/times/utmri8a.afm + texmf-dist/fonts/map/dvips/times/utm.map + texmf-dist/fonts/tfm/adobe/times/psyro.tfm + texmf-dist/fonts/tfm/adobe/times/ptmb.tfm + texmf-dist/fonts/tfm/adobe/times/ptmb7t.tfm + texmf-dist/fonts/tfm/adobe/times/ptmb8c.tfm + texmf-dist/fonts/tfm/adobe/times/ptmb8r.tfm + texmf-dist/fonts/tfm/adobe/times/ptmb8t.tfm + texmf-dist/fonts/tfm/adobe/times/ptmb8y.tfm + texmf-dist/fonts/tfm/adobe/times/ptmbc.tfm + texmf-dist/fonts/tfm/adobe/times/ptmbc7t.tfm + texmf-dist/fonts/tfm/adobe/times/ptmbc8t.tfm + texmf-dist/fonts/tfm/adobe/times/ptmbc8y.tfm + texmf-dist/fonts/tfm/adobe/times/ptmbi.tfm + texmf-dist/fonts/tfm/adobe/times/ptmbi7t.tfm + texmf-dist/fonts/tfm/adobe/times/ptmbi8c.tfm + texmf-dist/fonts/tfm/adobe/times/ptmbi8r.tfm + texmf-dist/fonts/tfm/adobe/times/ptmbi8t.tfm + texmf-dist/fonts/tfm/adobe/times/ptmbi8y.tfm + texmf-dist/fonts/tfm/adobe/times/ptmbo.tfm + texmf-dist/fonts/tfm/adobe/times/ptmbo7t.tfm + texmf-dist/fonts/tfm/adobe/times/ptmbo8c.tfm + texmf-dist/fonts/tfm/adobe/times/ptmbo8r.tfm + texmf-dist/fonts/tfm/adobe/times/ptmbo8t.tfm + texmf-dist/fonts/tfm/adobe/times/ptmbo8y.tfm + texmf-dist/fonts/tfm/adobe/times/ptmr.tfm + texmf-dist/fonts/tfm/adobe/times/ptmr7t.tfm + texmf-dist/fonts/tfm/adobe/times/ptmr8c.tfm + texmf-dist/fonts/tfm/adobe/times/ptmr8r.tfm + texmf-dist/fonts/tfm/adobe/times/ptmr8rn.tfm + texmf-dist/fonts/tfm/adobe/times/ptmr8t.tfm + texmf-dist/fonts/tfm/adobe/times/ptmr8y.tfm + texmf-dist/fonts/tfm/adobe/times/ptmrc.tfm + texmf-dist/fonts/tfm/adobe/times/ptmrc7t.tfm + texmf-dist/fonts/tfm/adobe/times/ptmrc8t.tfm + texmf-dist/fonts/tfm/adobe/times/ptmrc8y.tfm + texmf-dist/fonts/tfm/adobe/times/ptmri.tfm + texmf-dist/fonts/tfm/adobe/times/ptmri7t.tfm + texmf-dist/fonts/tfm/adobe/times/ptmri8c.tfm + texmf-dist/fonts/tfm/adobe/times/ptmri8r.tfm + texmf-dist/fonts/tfm/adobe/times/ptmri8t.tfm + texmf-dist/fonts/tfm/adobe/times/ptmri8y.tfm + texmf-dist/fonts/tfm/adobe/times/ptmro.tfm + texmf-dist/fonts/tfm/adobe/times/ptmro7t.tfm + texmf-dist/fonts/tfm/adobe/times/ptmro8c.tfm + texmf-dist/fonts/tfm/adobe/times/ptmro8r.tfm + texmf-dist/fonts/tfm/adobe/times/ptmro8t.tfm + texmf-dist/fonts/tfm/adobe/times/ptmro8y.tfm + texmf-dist/fonts/tfm/adobe/times/ptmrr8re.tfm + texmf-dist/fonts/tfm/adobe/times/ptmrre.tfm + texmf-dist/fonts/tfm/adobe/times/ptmrrn.tfm + texmf-dist/fonts/tfm/adobe/times/zpsycmrv.tfm + texmf-dist/fonts/tfm/adobe/times/zptmcm7m.tfm + texmf-dist/fonts/tfm/adobe/times/zptmcm7t.tfm + texmf-dist/fonts/tfm/adobe/times/zptmcm7v.tfm + texmf-dist/fonts/tfm/adobe/times/zptmcm7y.tfm + texmf-dist/fonts/tfm/adobe/times/zptmcmr.tfm + texmf-dist/fonts/tfm/adobe/times/zptmcmrm.tfm + texmf-dist/fonts/tfm/adobe/times/zpzccmry.tfm + texmf-dist/fonts/tfm/cg/times/ctmb.tfm + texmf-dist/fonts/tfm/cg/times/ctmb8t.tfm + texmf-dist/fonts/tfm/cg/times/ctmbi.tfm + texmf-dist/fonts/tfm/cg/times/ctmbi8t.tfm + texmf-dist/fonts/tfm/cg/times/ctmr.tfm + texmf-dist/fonts/tfm/cg/times/ctmr8t.tfm + texmf-dist/fonts/tfm/cg/times/ctmri.tfm + texmf-dist/fonts/tfm/cg/times/ctmri8t.tfm + texmf-dist/fonts/tfm/cg/times/trb10u.tfm + texmf-dist/fonts/tfm/cg/times/trb2n.tfm + texmf-dist/fonts/tfm/cg/times/trb6j.tfm + texmf-dist/fonts/tfm/cg/times/trb7j.tfm + texmf-dist/fonts/tfm/cg/times/trb8u.tfm + texmf-dist/fonts/tfm/cg/times/trb9t.tfm + texmf-dist/fonts/tfm/cg/times/tri10u.tfm + texmf-dist/fonts/tfm/cg/times/tri2n.tfm + texmf-dist/fonts/tfm/cg/times/tri6j.tfm + texmf-dist/fonts/tfm/cg/times/tri7j.tfm + texmf-dist/fonts/tfm/cg/times/tri8u.tfm + texmf-dist/fonts/tfm/cg/times/tri9t.tfm + texmf-dist/fonts/tfm/cg/times/trj10u.tfm + texmf-dist/fonts/tfm/cg/times/trj2n.tfm + texmf-dist/fonts/tfm/cg/times/trj6j.tfm + texmf-dist/fonts/tfm/cg/times/trj7j.tfm + texmf-dist/fonts/tfm/cg/times/trj8u.tfm + texmf-dist/fonts/tfm/cg/times/trj9t.tfm + texmf-dist/fonts/tfm/cg/times/trr10u.tfm + texmf-dist/fonts/tfm/cg/times/trr2n.tfm + texmf-dist/fonts/tfm/cg/times/trr6j.tfm + texmf-dist/fonts/tfm/cg/times/trr7j.tfm + texmf-dist/fonts/tfm/cg/times/trr8u.tfm + texmf-dist/fonts/tfm/cg/times/trr9t.tfm + texmf-dist/fonts/tfm/cspsfonts-adobe/times/ptmb8z.tfm + texmf-dist/fonts/tfm/cspsfonts-adobe/times/ptmbc8z.tfm + texmf-dist/fonts/tfm/cspsfonts-adobe/times/ptmbi8z.tfm + texmf-dist/fonts/tfm/cspsfonts-adobe/times/ptmr8z.tfm + texmf-dist/fonts/tfm/cspsfonts-adobe/times/ptmrc8z.tfm + texmf-dist/fonts/tfm/cspsfonts-adobe/times/ptmri8z.tfm + texmf-dist/fonts/tfm/cspsfonts-adobe/times/rptmb.tfm + texmf-dist/fonts/tfm/cspsfonts-adobe/times/rptmbi.tfm + texmf-dist/fonts/tfm/cspsfonts-adobe/times/rptmbo.tfm + texmf-dist/fonts/tfm/cspsfonts-adobe/times/rptmr.tfm + texmf-dist/fonts/tfm/cspsfonts-adobe/times/rptmri.tfm + texmf-dist/fonts/tfm/cspsfonts-adobe/times/rptmro.tfm + texmf-dist/fonts/tfm/cspsfonts-adobe/times/rptmrre.tfm + texmf-dist/fonts/tfm/cspsfonts-adobe/times/rptmrrn.tfm + texmf-dist/fonts/tfm/groff/times/ptmb8g.tfm + texmf-dist/fonts/tfm/groff/times/ptmbi8g.tfm + texmf-dist/fonts/tfm/groff/times/ptmr8g.tfm + texmf-dist/fonts/tfm/groff/times/ptmri8g.tfm + texmf-dist/fonts/tfm/urw35vf/times/utmb7t.tfm + texmf-dist/fonts/tfm/urw35vf/times/utmb8c.tfm + texmf-dist/fonts/tfm/urw35vf/times/utmb8r.tfm + texmf-dist/fonts/tfm/urw35vf/times/utmb8t.tfm + texmf-dist/fonts/tfm/urw35vf/times/utmbc7t.tfm + texmf-dist/fonts/tfm/urw35vf/times/utmbc8t.tfm + texmf-dist/fonts/tfm/urw35vf/times/utmbi7t.tfm + texmf-dist/fonts/tfm/urw35vf/times/utmbi8c.tfm + texmf-dist/fonts/tfm/urw35vf/times/utmbi8r.tfm + texmf-dist/fonts/tfm/urw35vf/times/utmbi8t.tfm + texmf-dist/fonts/tfm/urw35vf/times/utmbo7t.tfm + texmf-dist/fonts/tfm/urw35vf/times/utmbo8c.tfm + texmf-dist/fonts/tfm/urw35vf/times/utmbo8r.tfm + texmf-dist/fonts/tfm/urw35vf/times/utmbo8t.tfm + texmf-dist/fonts/tfm/urw35vf/times/utmr7t.tfm + texmf-dist/fonts/tfm/urw35vf/times/utmr8c.tfm + texmf-dist/fonts/tfm/urw35vf/times/utmr8r.tfm + texmf-dist/fonts/tfm/urw35vf/times/utmr8t.tfm + texmf-dist/fonts/tfm/urw35vf/times/utmrc7t.tfm + texmf-dist/fonts/tfm/urw35vf/times/utmrc8t.tfm + texmf-dist/fonts/tfm/urw35vf/times/utmri7t.tfm + texmf-dist/fonts/tfm/urw35vf/times/utmri8c.tfm + texmf-dist/fonts/tfm/urw35vf/times/utmri8r.tfm + texmf-dist/fonts/tfm/urw35vf/times/utmri8t.tfm + texmf-dist/fonts/tfm/urw35vf/times/utmro7t.tfm + texmf-dist/fonts/tfm/urw35vf/times/utmro8c.tfm + texmf-dist/fonts/tfm/urw35vf/times/utmro8r.tfm + texmf-dist/fonts/tfm/urw35vf/times/utmro8t.tfm + texmf-dist/fonts/type1/urw/times/utmb8a.pfb + texmf-dist/fonts/type1/urw/times/utmb8a.pfm + texmf-dist/fonts/type1/urw/times/utmbi8a.pfb + texmf-dist/fonts/type1/urw/times/utmbi8a.pfm + texmf-dist/fonts/type1/urw/times/utmr8a.pfb + texmf-dist/fonts/type1/urw/times/utmr8a.pfm + texmf-dist/fonts/type1/urw/times/utmri8a.pfb + texmf-dist/fonts/type1/urw/times/utmri8a.pfm + texmf-dist/fonts/vf/adobe/times/ptmb.vf + texmf-dist/fonts/vf/adobe/times/ptmb7t.vf + texmf-dist/fonts/vf/adobe/times/ptmb8c.vf + texmf-dist/fonts/vf/adobe/times/ptmb8t.vf + texmf-dist/fonts/vf/adobe/times/ptmbc.vf + texmf-dist/fonts/vf/adobe/times/ptmbc7t.vf + texmf-dist/fonts/vf/adobe/times/ptmbc8t.vf + texmf-dist/fonts/vf/adobe/times/ptmbi.vf + texmf-dist/fonts/vf/adobe/times/ptmbi7t.vf + texmf-dist/fonts/vf/adobe/times/ptmbi8c.vf + texmf-dist/fonts/vf/adobe/times/ptmbi8t.vf + texmf-dist/fonts/vf/adobe/times/ptmbo.vf + texmf-dist/fonts/vf/adobe/times/ptmbo7t.vf + texmf-dist/fonts/vf/adobe/times/ptmbo8c.vf + texmf-dist/fonts/vf/adobe/times/ptmbo8t.vf + texmf-dist/fonts/vf/adobe/times/ptmr.vf + texmf-dist/fonts/vf/adobe/times/ptmr7t.vf + texmf-dist/fonts/vf/adobe/times/ptmr8c.vf + texmf-dist/fonts/vf/adobe/times/ptmr8t.vf + texmf-dist/fonts/vf/adobe/times/ptmrc.vf + texmf-dist/fonts/vf/adobe/times/ptmrc7t.vf + texmf-dist/fonts/vf/adobe/times/ptmrc8t.vf + texmf-dist/fonts/vf/adobe/times/ptmri.vf + texmf-dist/fonts/vf/adobe/times/ptmri7t.vf + texmf-dist/fonts/vf/adobe/times/ptmri8c.vf + texmf-dist/fonts/vf/adobe/times/ptmri8t.vf + texmf-dist/fonts/vf/adobe/times/ptmro.vf + texmf-dist/fonts/vf/adobe/times/ptmro7t.vf + texmf-dist/fonts/vf/adobe/times/ptmro8c.vf + texmf-dist/fonts/vf/adobe/times/ptmro8t.vf + texmf-dist/fonts/vf/adobe/times/ptmrre.vf + texmf-dist/fonts/vf/adobe/times/ptmrrn.vf + texmf-dist/fonts/vf/adobe/times/zpsycmrv.vf + texmf-dist/fonts/vf/adobe/times/zptmcm7m.vf + texmf-dist/fonts/vf/adobe/times/zptmcm7t.vf + texmf-dist/fonts/vf/adobe/times/zptmcm7v.vf + texmf-dist/fonts/vf/adobe/times/zptmcm7y.vf + texmf-dist/fonts/vf/adobe/times/zptmcmr.vf + texmf-dist/fonts/vf/adobe/times/zptmcmrm.vf + texmf-dist/fonts/vf/adobe/times/zpzccmry.vf + texmf-dist/fonts/vf/cg/times/ctmb.vf + texmf-dist/fonts/vf/cg/times/ctmb8t.vf + texmf-dist/fonts/vf/cg/times/ctmbi.vf + texmf-dist/fonts/vf/cg/times/ctmbi8t.vf + texmf-dist/fonts/vf/cg/times/ctmr.vf + texmf-dist/fonts/vf/cg/times/ctmr8t.vf + texmf-dist/fonts/vf/cg/times/ctmri.vf + texmf-dist/fonts/vf/cg/times/ctmri8t.vf + texmf-dist/fonts/vf/cspsfonts-adobe/times/ptmb8z.vf + texmf-dist/fonts/vf/cspsfonts-adobe/times/ptmbc8z.vf + texmf-dist/fonts/vf/cspsfonts-adobe/times/ptmbi8z.vf + texmf-dist/fonts/vf/cspsfonts-adobe/times/ptmr8z.vf + texmf-dist/fonts/vf/cspsfonts-adobe/times/ptmrc8z.vf + texmf-dist/fonts/vf/cspsfonts-adobe/times/ptmri8z.vf + texmf-dist/fonts/vf/urw35vf/times/utmb7t.vf + texmf-dist/fonts/vf/urw35vf/times/utmb8c.vf + texmf-dist/fonts/vf/urw35vf/times/utmb8t.vf + texmf-dist/fonts/vf/urw35vf/times/utmbc7t.vf + texmf-dist/fonts/vf/urw35vf/times/utmbc8t.vf + texmf-dist/fonts/vf/urw35vf/times/utmbi7t.vf + texmf-dist/fonts/vf/urw35vf/times/utmbi8c.vf + texmf-dist/fonts/vf/urw35vf/times/utmbi8t.vf + texmf-dist/fonts/vf/urw35vf/times/utmbo7t.vf + texmf-dist/fonts/vf/urw35vf/times/utmbo8c.vf + texmf-dist/fonts/vf/urw35vf/times/utmbo8t.vf + texmf-dist/fonts/vf/urw35vf/times/utmr7t.vf + texmf-dist/fonts/vf/urw35vf/times/utmr8c.vf + texmf-dist/fonts/vf/urw35vf/times/utmr8t.vf + texmf-dist/fonts/vf/urw35vf/times/utmrc7t.vf + texmf-dist/fonts/vf/urw35vf/times/utmrc8t.vf + texmf-dist/fonts/vf/urw35vf/times/utmri7t.vf + texmf-dist/fonts/vf/urw35vf/times/utmri8c.vf + texmf-dist/fonts/vf/urw35vf/times/utmri8t.vf + texmf-dist/fonts/vf/urw35vf/times/utmro7t.vf + texmf-dist/fonts/vf/urw35vf/times/utmro8c.vf + texmf-dist/fonts/vf/urw35vf/times/utmro8t.vf + texmf-dist/tex/latex/times/8rutm.fd + texmf-dist/tex/latex/times/omlutm.fd + texmf-dist/tex/latex/times/omsutm.fd + texmf-dist/tex/latex/times/ot1utm.fd + texmf-dist/tex/latex/times/t1utm.fd + texmf-dist/tex/latex/times/ts1utm.fd +catalogue-date 2009-10-10 12:31:37 +0200 +catalogue-license lppl + +name timescyr +category Package +revision 13293 +runfiles size=12 + texmf-dist/fonts/tfm/monotype/timescyr/mntb7k.tfm + texmf-dist/fonts/tfm/monotype/timescyr/mntbo7k.tfm + texmf-dist/fonts/tfm/monotype/timescyr/mntboz.tfm + texmf-dist/fonts/tfm/monotype/timescyr/mntbz.tfm + texmf-dist/fonts/tfm/monotype/timescyr/mntr7k.tfm + texmf-dist/fonts/tfm/monotype/timescyr/mntro7k.tfm + texmf-dist/fonts/tfm/monotype/timescyr/mntroz.tfm + texmf-dist/fonts/tfm/monotype/timescyr/mntrz.tfm + texmf-dist/fonts/vf/monotype/timescyr/mntb7k.vf + texmf-dist/fonts/vf/monotype/timescyr/mntbo7k.vf + texmf-dist/fonts/vf/monotype/timescyr/mntr7k.vf + texmf-dist/fonts/vf/monotype/timescyr/mntro7k.vf + +name timesht +category Package +revision 15878 +docfiles size=2 + texmf-dist/doc/latex/timesht/README + texmf-dist/doc/latex/timesht/timesheet.tex +srcfiles size=5 + texmf-dist/source/latex/timesht/timesht.dtx + texmf-dist/source/latex/timesht/timesht.ins +runfiles size=2 + texmf-dist/tex/latex/timesht/timesht.cls + +name timesnew +category Package +revision 13293 +catalogue ibm +shortdesc Metrics for IBM fonts. +longdesc These metrics cover a font whose actual identity is unclear to +longdesc the present cataloguer; +runfiles size=88 + texmf-dist/fonts/tfm/ibm/timesnew/nntb7t.tfm + texmf-dist/fonts/tfm/ibm/timesnew/nntb8c.tfm + texmf-dist/fonts/tfm/ibm/timesnew/nntb8r.tfm + texmf-dist/fonts/tfm/ibm/timesnew/nntb8t.tfm + texmf-dist/fonts/tfm/ibm/timesnew/nntbc7t.tfm + texmf-dist/fonts/tfm/ibm/timesnew/nntbc8t.tfm + texmf-dist/fonts/tfm/ibm/timesnew/nntbi7t.tfm + texmf-dist/fonts/tfm/ibm/timesnew/nntbi8c.tfm + texmf-dist/fonts/tfm/ibm/timesnew/nntbi8r.tfm + texmf-dist/fonts/tfm/ibm/timesnew/nntbi8t.tfm + texmf-dist/fonts/tfm/ibm/timesnew/nntbo7t.tfm + texmf-dist/fonts/tfm/ibm/timesnew/nntbo8c.tfm + texmf-dist/fonts/tfm/ibm/timesnew/nntbo8r.tfm + texmf-dist/fonts/tfm/ibm/timesnew/nntbo8t.tfm + texmf-dist/fonts/tfm/ibm/timesnew/nntr7t.tfm + texmf-dist/fonts/tfm/ibm/timesnew/nntr8c.tfm + texmf-dist/fonts/tfm/ibm/timesnew/nntr8r.tfm + texmf-dist/fonts/tfm/ibm/timesnew/nntr8t.tfm + texmf-dist/fonts/tfm/ibm/timesnew/nntrc7t.tfm + texmf-dist/fonts/tfm/ibm/timesnew/nntrc8t.tfm + texmf-dist/fonts/tfm/ibm/timesnew/nntri7t.tfm + texmf-dist/fonts/tfm/ibm/timesnew/nntri8c.tfm + texmf-dist/fonts/tfm/ibm/timesnew/nntri8r.tfm + texmf-dist/fonts/tfm/ibm/timesnew/nntri8t.tfm + texmf-dist/fonts/tfm/ibm/timesnew/nntro7t.tfm + texmf-dist/fonts/tfm/ibm/timesnew/nntro8c.tfm + texmf-dist/fonts/tfm/ibm/timesnew/nntro8r.tfm + texmf-dist/fonts/tfm/ibm/timesnew/nntro8t.tfm + texmf-dist/fonts/tfm/monotype/timesnew/mntb.tfm + texmf-dist/fonts/tfm/monotype/timesnew/mntb8t.tfm + texmf-dist/fonts/tfm/monotype/timesnew/mntbi.tfm + texmf-dist/fonts/tfm/monotype/timesnew/mntbi8t.tfm + texmf-dist/fonts/tfm/monotype/timesnew/mntr.tfm + texmf-dist/fonts/tfm/monotype/timesnew/mntr8t.tfm + texmf-dist/fonts/tfm/monotype/timesnew/mntri.tfm + texmf-dist/fonts/tfm/monotype/timesnew/mntri8t.tfm + texmf-dist/fonts/tfm/monotype/timesnew/tnb10u.tfm + texmf-dist/fonts/tfm/monotype/timesnew/tnb2n.tfm + texmf-dist/fonts/tfm/monotype/timesnew/tnb7j.tfm + texmf-dist/fonts/tfm/monotype/timesnew/tnb8u.tfm + texmf-dist/fonts/tfm/monotype/timesnew/tnb9t.tfm + texmf-dist/fonts/tfm/monotype/timesnew/tni10u.tfm + texmf-dist/fonts/tfm/monotype/timesnew/tni2n.tfm + texmf-dist/fonts/tfm/monotype/timesnew/tni7j.tfm + texmf-dist/fonts/tfm/monotype/timesnew/tni8u.tfm + texmf-dist/fonts/tfm/monotype/timesnew/tni9t.tfm + texmf-dist/fonts/tfm/monotype/timesnew/tnj10u.tfm + texmf-dist/fonts/tfm/monotype/timesnew/tnj2n.tfm + texmf-dist/fonts/tfm/monotype/timesnew/tnj7j.tfm + texmf-dist/fonts/tfm/monotype/timesnew/tnj8u.tfm + texmf-dist/fonts/tfm/monotype/timesnew/tnj9t.tfm + texmf-dist/fonts/tfm/monotype/timesnew/tnr10u.tfm + texmf-dist/fonts/tfm/monotype/timesnew/tnr2n.tfm + texmf-dist/fonts/tfm/monotype/timesnew/tnr7j.tfm + texmf-dist/fonts/tfm/monotype/timesnew/tnr8u.tfm + texmf-dist/fonts/tfm/monotype/timesnew/tnr9t.tfm + texmf-dist/fonts/vf/ibm/timesnew/nntb7t.vf + texmf-dist/fonts/vf/ibm/timesnew/nntb8c.vf + texmf-dist/fonts/vf/ibm/timesnew/nntb8t.vf + texmf-dist/fonts/vf/ibm/timesnew/nntbc7t.vf + texmf-dist/fonts/vf/ibm/timesnew/nntbc8t.vf + texmf-dist/fonts/vf/ibm/timesnew/nntbi7t.vf + texmf-dist/fonts/vf/ibm/timesnew/nntbi8c.vf + texmf-dist/fonts/vf/ibm/timesnew/nntbi8t.vf + texmf-dist/fonts/vf/ibm/timesnew/nntbo7t.vf + texmf-dist/fonts/vf/ibm/timesnew/nntbo8c.vf + texmf-dist/fonts/vf/ibm/timesnew/nntbo8t.vf + texmf-dist/fonts/vf/ibm/timesnew/nntr7t.vf + texmf-dist/fonts/vf/ibm/timesnew/nntr8c.vf + texmf-dist/fonts/vf/ibm/timesnew/nntr8t.vf + texmf-dist/fonts/vf/ibm/timesnew/nntrc7t.vf + texmf-dist/fonts/vf/ibm/timesnew/nntrc8t.vf + texmf-dist/fonts/vf/ibm/timesnew/nntri7t.vf + texmf-dist/fonts/vf/ibm/timesnew/nntri8c.vf + texmf-dist/fonts/vf/ibm/timesnew/nntri8t.vf + texmf-dist/fonts/vf/ibm/timesnew/nntro7t.vf + texmf-dist/fonts/vf/ibm/timesnew/nntro8c.vf + texmf-dist/fonts/vf/ibm/timesnew/nntro8t.vf + texmf-dist/fonts/vf/monotype/timesnew/mntb.vf + texmf-dist/fonts/vf/monotype/timesnew/mntb8t.vf + texmf-dist/fonts/vf/monotype/timesnew/mntbi.vf + texmf-dist/fonts/vf/monotype/timesnew/mntbi8t.vf + texmf-dist/fonts/vf/monotype/timesnew/mntr.vf + texmf-dist/fonts/vf/monotype/timesnew/mntr8t.vf + texmf-dist/fonts/vf/monotype/timesnew/mntri.vf + texmf-dist/fonts/vf/monotype/timesnew/mntri8t.vf +catalogue-ctan /fonts/psfonts/ibm +catalogue-date 2008-12-16 15:15:55 +0100 +catalogue-license noinfo + +name timetable +category Package +revision 15878 +shortdesc Generate timetables. +longdesc A highly-configurable package, with nice output and simple +longdesc input. The macros use a radix sort mechanism so that the order +longdesc of input is not critical. +runfiles size=10 + texmf-dist/tex/plain/timetable/timetable.tex +catalogue-ctan /macros/plain/contrib/timetable/timetable.tex +catalogue-date 2008-09-11 15:08:12 +0200 +catalogue-license lppl + +name timing +category Package +revision 15878 +shortdesc Fonts and macro package for drawing timing diagrams. +longdesc The fonts are distributed as MetaFont source. +docfiles size=10 + texmf-dist/doc/fonts/timing/prozt1.tex + texmf-dist/doc/fonts/timing/read.me details="Readme" language="de" + texmf-dist/doc/fonts/timing/tim0594.upl + texmf-dist/doc/fonts/timing/timing.dvi + texmf-dist/doc/fonts/timing/timing.tex +runfiles size=14 + texmf-dist/fonts/source/public/timing/timing.mf + texmf-dist/fonts/source/public/timing/timing1.mf + texmf-dist/fonts/source/public/timing/timing1s.mf + texmf-dist/fonts/source/public/timing/timing2.mf + texmf-dist/fonts/source/public/timing/timing2s.mf + texmf-dist/fonts/tfm/public/timing/timing1.tfm + texmf-dist/fonts/tfm/public/timing/timing1s.tfm + texmf-dist/fonts/tfm/public/timing/timing2.tfm + texmf-dist/fonts/tfm/public/timing/timing2s.tfm + texmf-dist/tex/latex/timing/timing.sty +catalogue-ctan /macros/latex/contrib/timing +catalogue-date 2008-12-21 00:03:33 +0100 +catalogue-license noinfo + +name tipa +category Package +revision 15878 +shortdesc Fonts and macros for IPA phonetics characters. +longdesc These fonts are considered the 'ultimate answer' to IPA +longdesc typesetting. The encoding of these 8-bit fonts has been +longdesc registered as LaTeX standard encoding T3, and the set of +longdesc addendum symbols as encoding TS3. 'Times-like' Adobe Type 1 +longdesc versions are provided for both the T3 and the TS3 fonts. +execute addMixedMap tipa.map +docfiles size=641 + texmf-dist/doc/fonts/tipa/00README details="Readme" + texmf-dist/doc/fonts/tipa/Makefile + texmf-dist/doc/fonts/tipa/boxchar.sty + texmf-dist/doc/fonts/tipa/codelist.sty + texmf-dist/doc/fonts/tipa/tipa.bib + texmf-dist/doc/fonts/tipa/tipaman.bbl + texmf-dist/doc/fonts/tipa/tipaman.pdf details="Package manual" + texmf-dist/doc/fonts/tipa/tipaman.sty + texmf-dist/doc/fonts/tipa/tipaman.tex + texmf-dist/doc/fonts/tipa/tipaman0.tex + texmf-dist/doc/fonts/tipa/tipaman1.tex + texmf-dist/doc/fonts/tipa/tipaman2.tex + texmf-dist/doc/fonts/tipa/tipaman3.tex + texmf-dist/doc/fonts/tipa/tipaman4.tex + texmf-dist/doc/fonts/tipa/vowel.tex +runfiles size=1105 + texmf-dist/fonts/map/dvips/tipa/tipa.map + texmf-dist/fonts/source/public/tipa/gentfm.sh + texmf-dist/fonts/source/public/tipa/gentipa.sh + texmf-dist/fonts/source/public/tipa/gentipx.sh + texmf-dist/fonts/source/public/tipa/genxipa.sh + texmf-dist/fonts/source/public/tipa/genxipx.sh + texmf-dist/fonts/source/public/tipa/mktipapk.sh + texmf-dist/fonts/source/public/tipa/mkxipapk.sh + texmf-dist/fonts/source/public/tipa/tipa.mf + texmf-dist/fonts/source/public/tipa/tipa10.mf + texmf-dist/fonts/source/public/tipa/tipa12.mf + texmf-dist/fonts/source/public/tipa/tipa17.mf + texmf-dist/fonts/source/public/tipa/tipa8.mf + texmf-dist/fonts/source/public/tipa/tipa9.mf + texmf-dist/fonts/source/public/tipa/tipab10.mf + texmf-dist/fonts/source/public/tipa/tipabase.mf + texmf-dist/fonts/source/public/tipa/tipabs10.mf + texmf-dist/fonts/source/public/tipa/tipabx10.mf + texmf-dist/fonts/source/public/tipa/tipabx12.mf + texmf-dist/fonts/source/public/tipa/tipabx8.mf + texmf-dist/fonts/source/public/tipa/tipabx9.mf + texmf-dist/fonts/source/public/tipa/tipadiac.mf + texmf-dist/fonts/source/public/tipa/tipaextr.mf + texmf-dist/fonts/source/public/tipa/tipagerm.mf + texmf-dist/fonts/source/public/tipa/tipanew.mf + texmf-dist/fonts/source/public/tipa/tipapnct.mf + texmf-dist/fonts/source/public/tipa/tipaprm.def + texmf-dist/fonts/source/public/tipa/tiparoml.mf + texmf-dist/fonts/source/public/tipa/tipasb10.mf + texmf-dist/fonts/source/public/tipa/tipasc.mf + texmf-dist/fonts/source/public/tipa/tipasi10.mf + texmf-dist/fonts/source/public/tipa/tipasl10.mf + texmf-dist/fonts/source/public/tipa/tipasl12.mf + texmf-dist/fonts/source/public/tipa/tipasl8.mf + texmf-dist/fonts/source/public/tipa/tipasl9.mf + texmf-dist/fonts/source/public/tipa/tipass10.mf + texmf-dist/fonts/source/public/tipa/tipass12.mf + texmf-dist/fonts/source/public/tipa/tipass17.mf + texmf-dist/fonts/source/public/tipa/tipass8.mf + texmf-dist/fonts/source/public/tipa/tipass9.mf + texmf-dist/fonts/source/public/tipa/tipasym1.mf + texmf-dist/fonts/source/public/tipa/tipasym2.mf + texmf-dist/fonts/source/public/tipa/tipasym3.mf + texmf-dist/fonts/source/public/tipa/tipasym4.mf + texmf-dist/fonts/source/public/tipa/tipatone.mf + texmf-dist/fonts/source/public/tipa/tipatr.mf + texmf-dist/fonts/source/public/tipa/tipats10.mf + texmf-dist/fonts/source/public/tipa/tipatt10.mf + texmf-dist/fonts/source/public/tipa/tipatt12.mf + texmf-dist/fonts/source/public/tipa/tipatt8.mf + texmf-dist/fonts/source/public/tipa/tipatt9.mf + texmf-dist/fonts/source/public/tipa/tipx.mf + texmf-dist/fonts/source/public/tipa/tipx10.mf + texmf-dist/fonts/source/public/tipa/tipx12.mf + texmf-dist/fonts/source/public/tipa/tipx17.mf + texmf-dist/fonts/source/public/tipa/tipx8.mf + texmf-dist/fonts/source/public/tipa/tipx9.mf + texmf-dist/fonts/source/public/tipa/tipxb10.mf + texmf-dist/fonts/source/public/tipa/tipxbs10.mf + texmf-dist/fonts/source/public/tipa/tipxbx10.mf + texmf-dist/fonts/source/public/tipa/tipxbx12.mf + texmf-dist/fonts/source/public/tipa/tipxbx8.mf + texmf-dist/fonts/source/public/tipa/tipxbx9.mf + texmf-dist/fonts/source/public/tipa/tipxsb10.mf + texmf-dist/fonts/source/public/tipa/tipxsi10.mf + texmf-dist/fonts/source/public/tipa/tipxsl10.mf + texmf-dist/fonts/source/public/tipa/tipxsl12.mf + texmf-dist/fonts/source/public/tipa/tipxsl8.mf + texmf-dist/fonts/source/public/tipa/tipxsl9.mf + texmf-dist/fonts/source/public/tipa/tipxss10.mf + texmf-dist/fonts/source/public/tipa/tipxss12.mf + texmf-dist/fonts/source/public/tipa/tipxss17.mf + texmf-dist/fonts/source/public/tipa/tipxss8.mf + texmf-dist/fonts/source/public/tipa/tipxss9.mf + texmf-dist/fonts/source/public/tipa/tipxts10.mf + texmf-dist/fonts/source/public/tipa/tipxtt10.mf + texmf-dist/fonts/source/public/tipa/tipxtt12.mf + texmf-dist/fonts/source/public/tipa/tipxtt8.mf + texmf-dist/fonts/source/public/tipa/tipxtt9.mf + texmf-dist/fonts/source/public/tipa/xipa10.mf + texmf-dist/fonts/source/public/tipa/xipab10.mf + texmf-dist/fonts/source/public/tipa/xipabs10.mf + texmf-dist/fonts/source/public/tipa/xipaprm.def + texmf-dist/fonts/source/public/tipa/xipasb10.mf + texmf-dist/fonts/source/public/tipa/xipasi10.mf + texmf-dist/fonts/source/public/tipa/xipasl10.mf + texmf-dist/fonts/source/public/tipa/xipass10.mf + texmf-dist/fonts/source/public/tipa/xipx10.mf + texmf-dist/fonts/source/public/tipa/xipxb10.mf + texmf-dist/fonts/source/public/tipa/xipxbs10.mf + texmf-dist/fonts/source/public/tipa/xipxsb10.mf + texmf-dist/fonts/source/public/tipa/xipxsi10.mf + texmf-dist/fonts/source/public/tipa/xipxsl10.mf + texmf-dist/fonts/source/public/tipa/xipxss10.mf + texmf-dist/fonts/tfm/public/tipa/tipa10.tfm + texmf-dist/fonts/tfm/public/tipa/tipa12.tfm + texmf-dist/fonts/tfm/public/tipa/tipa17.tfm + texmf-dist/fonts/tfm/public/tipa/tipa8.tfm + texmf-dist/fonts/tfm/public/tipa/tipa9.tfm + texmf-dist/fonts/tfm/public/tipa/tipab10.tfm + texmf-dist/fonts/tfm/public/tipa/tipabs10.tfm + texmf-dist/fonts/tfm/public/tipa/tipabx10.tfm + texmf-dist/fonts/tfm/public/tipa/tipabx12.tfm + texmf-dist/fonts/tfm/public/tipa/tipabx8.tfm + texmf-dist/fonts/tfm/public/tipa/tipabx9.tfm + texmf-dist/fonts/tfm/public/tipa/tipasb10.tfm + texmf-dist/fonts/tfm/public/tipa/tipasi10.tfm + texmf-dist/fonts/tfm/public/tipa/tipasl10.tfm + texmf-dist/fonts/tfm/public/tipa/tipasl12.tfm + texmf-dist/fonts/tfm/public/tipa/tipasl8.tfm + texmf-dist/fonts/tfm/public/tipa/tipasl9.tfm + texmf-dist/fonts/tfm/public/tipa/tipass10.tfm + texmf-dist/fonts/tfm/public/tipa/tipass12.tfm + texmf-dist/fonts/tfm/public/tipa/tipass17.tfm + texmf-dist/fonts/tfm/public/tipa/tipass8.tfm + texmf-dist/fonts/tfm/public/tipa/tipass9.tfm + texmf-dist/fonts/tfm/public/tipa/tipats10.tfm + texmf-dist/fonts/tfm/public/tipa/tipatt10.tfm + texmf-dist/fonts/tfm/public/tipa/tipatt12.tfm + texmf-dist/fonts/tfm/public/tipa/tipatt8.tfm + texmf-dist/fonts/tfm/public/tipa/tipatt9.tfm + texmf-dist/fonts/tfm/public/tipa/tipx10.tfm + texmf-dist/fonts/tfm/public/tipa/tipx12.tfm + texmf-dist/fonts/tfm/public/tipa/tipx17.tfm + texmf-dist/fonts/tfm/public/tipa/tipx8.tfm + texmf-dist/fonts/tfm/public/tipa/tipx9.tfm + texmf-dist/fonts/tfm/public/tipa/tipxb10.tfm + texmf-dist/fonts/tfm/public/tipa/tipxbs10.tfm + texmf-dist/fonts/tfm/public/tipa/tipxbx10.tfm + texmf-dist/fonts/tfm/public/tipa/tipxbx12.tfm + texmf-dist/fonts/tfm/public/tipa/tipxbx8.tfm + texmf-dist/fonts/tfm/public/tipa/tipxbx9.tfm + texmf-dist/fonts/tfm/public/tipa/tipxsb10.tfm + texmf-dist/fonts/tfm/public/tipa/tipxsi10.tfm + texmf-dist/fonts/tfm/public/tipa/tipxsl10.tfm + texmf-dist/fonts/tfm/public/tipa/tipxsl12.tfm + texmf-dist/fonts/tfm/public/tipa/tipxsl8.tfm + texmf-dist/fonts/tfm/public/tipa/tipxsl9.tfm + texmf-dist/fonts/tfm/public/tipa/tipxss10.tfm + texmf-dist/fonts/tfm/public/tipa/tipxss12.tfm + texmf-dist/fonts/tfm/public/tipa/tipxss17.tfm + texmf-dist/fonts/tfm/public/tipa/tipxss8.tfm + texmf-dist/fonts/tfm/public/tipa/tipxss9.tfm + texmf-dist/fonts/tfm/public/tipa/tipxts10.tfm + texmf-dist/fonts/tfm/public/tipa/tipxtt10.tfm + texmf-dist/fonts/tfm/public/tipa/tipxtt12.tfm + texmf-dist/fonts/tfm/public/tipa/tipxtt8.tfm + texmf-dist/fonts/tfm/public/tipa/tipxtt9.tfm + texmf-dist/fonts/tfm/public/tipa/xipa10.tfm + texmf-dist/fonts/tfm/public/tipa/xipab10.tfm + texmf-dist/fonts/tfm/public/tipa/xipabs10.tfm + texmf-dist/fonts/tfm/public/tipa/xipasb10.tfm + texmf-dist/fonts/tfm/public/tipa/xipasi10.tfm + texmf-dist/fonts/tfm/public/tipa/xipasl10.tfm + texmf-dist/fonts/tfm/public/tipa/xipass10.tfm + texmf-dist/fonts/tfm/public/tipa/xipx10.tfm + texmf-dist/fonts/tfm/public/tipa/xipxb10.tfm + texmf-dist/fonts/tfm/public/tipa/xipxbs10.tfm + texmf-dist/fonts/tfm/public/tipa/xipxsb10.tfm + texmf-dist/fonts/tfm/public/tipa/xipxsi10.tfm + texmf-dist/fonts/tfm/public/tipa/xipxsl10.tfm + texmf-dist/fonts/tfm/public/tipa/xipxss10.tfm + texmf-dist/fonts/type1/public/tipa/tipa10.pfb + texmf-dist/fonts/type1/public/tipa/tipa12.pfb + texmf-dist/fonts/type1/public/tipa/tipa17.pfb + texmf-dist/fonts/type1/public/tipa/tipa8.pfb + texmf-dist/fonts/type1/public/tipa/tipa9.pfb + texmf-dist/fonts/type1/public/tipa/tipab10.pfb + texmf-dist/fonts/type1/public/tipa/tipabs10.pfb + texmf-dist/fonts/type1/public/tipa/tipabx10.pfb + texmf-dist/fonts/type1/public/tipa/tipabx12.pfb + texmf-dist/fonts/type1/public/tipa/tipabx8.pfb + texmf-dist/fonts/type1/public/tipa/tipabx9.pfb + texmf-dist/fonts/type1/public/tipa/tipasb10.pfb + texmf-dist/fonts/type1/public/tipa/tipasi10.pfb + texmf-dist/fonts/type1/public/tipa/tipasl10.pfb + texmf-dist/fonts/type1/public/tipa/tipasl12.pfb + texmf-dist/fonts/type1/public/tipa/tipasl8.pfb + texmf-dist/fonts/type1/public/tipa/tipasl9.pfb + texmf-dist/fonts/type1/public/tipa/tipass10.pfb + texmf-dist/fonts/type1/public/tipa/tipass12.pfb + texmf-dist/fonts/type1/public/tipa/tipass17.pfb + texmf-dist/fonts/type1/public/tipa/tipass8.pfb + texmf-dist/fonts/type1/public/tipa/tipass9.pfb + texmf-dist/fonts/type1/public/tipa/tipats10.pfb + texmf-dist/fonts/type1/public/tipa/tipatt10.pfb + texmf-dist/fonts/type1/public/tipa/tipatt12.pfb + texmf-dist/fonts/type1/public/tipa/tipatt8.pfb + texmf-dist/fonts/type1/public/tipa/tipatt9.pfb + texmf-dist/fonts/type1/public/tipa/tipx10.pfb + texmf-dist/fonts/type1/public/tipa/tipx12.pfb + texmf-dist/fonts/type1/public/tipa/tipx17.pfb + texmf-dist/fonts/type1/public/tipa/tipx8.pfb + texmf-dist/fonts/type1/public/tipa/tipx9.pfb + texmf-dist/fonts/type1/public/tipa/tipxb10.pfb + texmf-dist/fonts/type1/public/tipa/tipxbs10.pfb + texmf-dist/fonts/type1/public/tipa/tipxbx10.pfb + texmf-dist/fonts/type1/public/tipa/tipxbx12.pfb + texmf-dist/fonts/type1/public/tipa/tipxbx8.pfb + texmf-dist/fonts/type1/public/tipa/tipxbx9.pfb + texmf-dist/fonts/type1/public/tipa/tipxsb10.pfb + texmf-dist/fonts/type1/public/tipa/tipxsi10.pfb + texmf-dist/fonts/type1/public/tipa/tipxsl10.pfb + texmf-dist/fonts/type1/public/tipa/tipxsl12.pfb + texmf-dist/fonts/type1/public/tipa/tipxsl8.pfb + texmf-dist/fonts/type1/public/tipa/tipxsl9.pfb + texmf-dist/fonts/type1/public/tipa/tipxss10.pfb + texmf-dist/fonts/type1/public/tipa/tipxss12.pfb + texmf-dist/fonts/type1/public/tipa/tipxss17.pfb + texmf-dist/fonts/type1/public/tipa/tipxss8.pfb + texmf-dist/fonts/type1/public/tipa/tipxss9.pfb + texmf-dist/fonts/type1/public/tipa/tipxts10.pfb + texmf-dist/fonts/type1/public/tipa/tipxtt10.pfb + texmf-dist/fonts/type1/public/tipa/tipxtt12.pfb + texmf-dist/fonts/type1/public/tipa/tipxtt8.pfb + texmf-dist/fonts/type1/public/tipa/tipxtt9.pfb + texmf-dist/fonts/type1/public/tipa/xipa10.pfb + texmf-dist/fonts/type1/public/tipa/xipab10.pfb + texmf-dist/fonts/type1/public/tipa/xipabs10.pfb + texmf-dist/fonts/type1/public/tipa/xipasb10.pfb + texmf-dist/fonts/type1/public/tipa/xipasi10.pfb + texmf-dist/fonts/type1/public/tipa/xipasl10.pfb + texmf-dist/fonts/type1/public/tipa/xipass10.pfb + texmf-dist/fonts/type1/public/tipa/xipx10.pfb + texmf-dist/fonts/type1/public/tipa/xipxb10.pfb + texmf-dist/fonts/type1/public/tipa/xipxbs10.pfb + texmf-dist/fonts/type1/public/tipa/xipxsb10.pfb + texmf-dist/fonts/type1/public/tipa/xipxsi10.pfb + texmf-dist/fonts/type1/public/tipa/xipxsl10.pfb + texmf-dist/fonts/type1/public/tipa/xipxss10.pfb + texmf-dist/tex/latex/tipa/exaccent.sty + texmf-dist/tex/latex/tipa/extraipa.sty + texmf-dist/tex/latex/tipa/t3cmr.fd + texmf-dist/tex/latex/tipa/t3cmss.fd + texmf-dist/tex/latex/tipa/t3cmtt.fd + texmf-dist/tex/latex/tipa/t3enc.def + texmf-dist/tex/latex/tipa/t3phv.fd + texmf-dist/tex/latex/tipa/t3ptm.fd + texmf-dist/tex/latex/tipa/tipa.sty + texmf-dist/tex/latex/tipa/tipx.sty + texmf-dist/tex/latex/tipa/tone.sty + texmf-dist/tex/latex/tipa/ts3cmr.fd + texmf-dist/tex/latex/tipa/ts3cmss.fd + texmf-dist/tex/latex/tipa/ts3cmtt.fd + texmf-dist/tex/latex/tipa/ts3enc.def + texmf-dist/tex/latex/tipa/ts3phv.fd + texmf-dist/tex/latex/tipa/ts3ptm.fd + texmf-dist/tex/latex/tipa/utipx.fd + texmf-dist/tex/latex/tipa/utipxss.fd + texmf-dist/tex/latex/tipa/utipxtt.fd + texmf-dist/tex/latex/tipa/uxipx.fd + texmf-dist/tex/latex/tipa/uxipxss.fd + texmf-dist/tex/latex/tipa/vowel.sty +catalogue-ctan /fonts/tipa +catalogue-date 2008-12-21 00:03:33 +0100 +catalogue-license lppl +catalogue-version 1.3 + +name titlefoot +category Package +revision 15878 +shortdesc Add special material to footer of title page. +longdesc Provides the capability of adding keywords (with a \keywords +longdesc command), a running title (\runningtitle), AMS subject +longdesc classifications (\amssubj), and an 'author's footnote' as +longdesc footnotes to the title or first page of a document. Works with +longdesc any class for which the \thanks macro works (e.g., article). +runfiles size=3 + texmf-dist/tex/latex/titlefoot/titlefoot.sty +catalogue-ctan /macros/latex/contrib/titlefoot +catalogue-date 2007-01-17 00:08:13 +0100 +catalogue-license lppl + +name titlepages +category Package +revision 15878 +shortdesc Sample titlepages, and how to code them. +longdesc The document provides examples of over two dozen title page +longdesc designs based on a range of published books and theses, +longdesc together with the LaTeX code used to create them. +docfiles size=156 + texmf-dist/doc/latex/titlepages/titlepages.pdf details="The document itself" + texmf-dist/doc/latex/titlepages/titlepages.tex +catalogue-ctan /info/latex-samples/TitlePages +catalogue-date 2009-01-16 11:23:39 +0100 +catalogue-license lppl +catalogue-version 2009-01-15 + +name titlepic +category Package +revision 15878 +shortdesc Add picture to title page of a document. +longdesc The package allows you to place a picture on the title page +longdesc (cover page) of a LaTeX document. Example of usage: +longdesc \usepackage[cc]{titlepic} \usepackage{graphicx} +longdesc \titlepic{\includegraphics[width=\textwidth]{picture.png}} The +longdesc package currently only works with the document classes article, +longdesc report and book. +docfiles size=17 + texmf-dist/doc/latex/titlepic/README details="Readme" + texmf-dist/doc/latex/titlepic/titlepic-manual.pdf details="Package documentation" + texmf-dist/doc/latex/titlepic/titlepic-manual.tex +runfiles size=1 + texmf-dist/tex/latex/titlepic/titlepic.sty +catalogue-ctan /macros/latex/contrib/titlepic +catalogue-date 2009-08-07 11:07:16 +0200 +catalogue-license pd +catalogue-version 1.1 + +name titlesec +category Package +revision 15878 +shortdesc Select alternative section titles. +longdesc A package providing an interface to sectioning commands for +longdesc selection from various title styles. E.g., marginal titles and +longdesc to change the font of all headings with a single command, also +longdesc providing simple one-step page styles. Also includes a package +longdesc to change the page styles when there are floats in a page. You +longdesc may assign headers/footers to individual floats, too. +docfiles size=78 + texmf-dist/doc/latex/titlesec/README details="Readme" + texmf-dist/doc/latex/titlesec/titlesec.pdf details="Package documentation" + texmf-dist/doc/latex/titlesec/titlesec.tex +runfiles size=29 + texmf-dist/tex/latex/titlesec/block.tss + texmf-dist/tex/latex/titlesec/drop.tss + texmf-dist/tex/latex/titlesec/frame.tss + texmf-dist/tex/latex/titlesec/leftmargin.tss + texmf-dist/tex/latex/titlesec/margin.tss + texmf-dist/tex/latex/titlesec/rightmargin.tss + texmf-dist/tex/latex/titlesec/titlesec.sty + texmf-dist/tex/latex/titlesec/titletoc.sty + texmf-dist/tex/latex/titlesec/ttlkeys.def + texmf-dist/tex/latex/titlesec/ttlps.def + texmf-dist/tex/latex/titlesec/wrap.tss +catalogue-ctan /macros/latex/contrib/titlesec +catalogue-date 2008-04-15 09:54:26 +0200 +catalogue-license lppl +catalogue-version 2.8 + +name titling +category Package +revision 15878 +shortdesc Control over the typesetting of the \maketitle command. +longdesc The titling package provides control over the typesetting of +longdesc the \maketitle command and \thanks commands, and makes the +longdesc \title, \author and \date information permanently available. +longdesc Multiple titles are allowed in a single document. New titling +longdesc elements can be added and a titlepage title can be centered on +longdesc a physical page. +docfiles size=50 + texmf-dist/doc/latex/titling/README details="Readme" + texmf-dist/doc/latex/titling/titling.pdf details="Package documentation" +srcfiles size=14 + texmf-dist/source/latex/titling/titling.dtx + texmf-dist/source/latex/titling/titling.ins +runfiles size=2 + texmf-dist/tex/latex/titling/titling.sty +catalogue-ctan /macros/latex/contrib/titling +catalogue-date 2009-09-04 12:14:45 +0200 +catalogue-license lppl +catalogue-version 2.1d + +name tkz-doc +category Package +revision 15878 +shortdesc Documentation macros for the TKZ series of packages. +longdesc This bundle offers a documentation class (tkz-doc) and a +longdesc package (tkzexample). These files are used in the documentation +longdesc of the author's packages tkz-tab and tkz-linknodes. +docfiles size=3 + texmf-dist/doc/latex/tkz-doc/README + texmf-dist/doc/latex/tkz-doc/tkzexample.sty +runfiles size=4 + texmf-dist/tex/latex/tkz-doc/tkz-doc.cls +catalogue-ctan /macros/latex/contrib/tkz-doc +catalogue-date 2009-03-08 17:41:03 +0100 +catalogue-license lppl +catalogue-version 0.3 beta + +name tkz-linknodes +category Package +revision 15878 +shortdesc Link nodes in mathematical environments. +longdesc The package arose from a requirement to link the elements of an +longdesc amsmath align or aligned environment. The package makes use of +longdesc PGF/TikZ. The package documentation relies on the facilities of +longdesc the tkz-doc bundle +docfiles size=122 + texmf-dist/doc/latex/tkz-linknodes/doc/TKZdoc-linknodes-us.pdf details="Package documentation" language="en" + texmf-dist/doc/latex/tkz-linknodes/doc/TKZdoc-linknodes-us.tex + texmf-dist/doc/latex/tkz-linknodes/doc/equation.pdf + texmf-dist/doc/latex/tkz-linknodes/doc/equation.tex + texmf-dist/doc/latex/tkz-linknodes/doc/quadratic.pdf + texmf-dist/doc/latex/tkz-linknodes/doc/quadratic.tex + texmf-dist/doc/latex/tkz-linknodes/doc/system.pdf + texmf-dist/doc/latex/tkz-linknodes/doc/system.tex + texmf-dist/doc/latex/tkz-linknodes/readme-linknodes.txt +runfiles size=3 + texmf-dist/tex/latex/tkz-linknodes/tkz-linknodes.sty +catalogue-ctan /macros/latex/contrib/tkz-linknodes +catalogue-date 2009-03-08 17:41:03 +0100 +catalogue-license lppl +catalogue-version 1.0c + +name tkz-tab +category Package +revision 15878 +shortdesc Tables of signs and variations using PGF/TikZ. +longdesc The package provides comprehensive facilities for preparing +longdesc lists of signs and variations, using PGF. The package +longdesc documentation requires the tkz-doc bundle. +docfiles size=191 + texmf-dist/doc/latex/tkz-tab/TKZdoc-tab-adapt.tex + texmf-dist/doc/latex/tkz-tab/TKZdoc-tab-examples.tex + texmf-dist/doc/latex/tkz-tab/TKZdoc-tab-image.tex + texmf-dist/doc/latex/tkz-tab/TKZdoc-tab-init.tex + texmf-dist/doc/latex/tkz-tab/TKZdoc-tab-install.tex + texmf-dist/doc/latex/tkz-tab/TKZdoc-tab-main.tex + texmf-dist/doc/latex/tkz-tab/TKZdoc-tab-sign.tex + texmf-dist/doc/latex/tkz-tab/TKZdoc-tab-slope.tex + texmf-dist/doc/latex/tkz-tab/TKZdoc-tab-tangente.tex + texmf-dist/doc/latex/tkz-tab/TKZdoc-tab-tv.tex + texmf-dist/doc/latex/tkz-tab/TKZdoc-tab-valeurs.tex + texmf-dist/doc/latex/tkz-tab/TKZdoc-tab-variation.tex + texmf-dist/doc/latex/tkz-tab/TKZdoc-tab.pdf + texmf-dist/doc/latex/tkz-tab/doctab.ist + texmf-dist/doc/latex/tkz-tab/readme-us.txt + texmf-dist/doc/latex/tkz-tab/sign-latin1.pdf + texmf-dist/doc/latex/tkz-tab/sign-latin1.tex + texmf-dist/doc/latex/tkz-tab/var-latin1.pdf + texmf-dist/doc/latex/tkz-tab/var-latin1.tex +runfiles size=10 + texmf-dist/tex/latex/tkz-tab/tkz-tab.sty +catalogue-ctan /macros/latex/contrib/tkz-tab +catalogue-date 2009-03-08 17:41:03 +0100 +catalogue-license lppl +catalogue-version 1.0c + +name tlc2 +category Package +revision 15878 +catalogue tlc2-examples +shortdesc Examples from "The LaTeX Companion", second edition. +longdesc The source of the examples printed in the book, together with +longdesc necessary supporting files. The book was published by Addison- +longdesc Wesley, 2004, ISBN 0-201-36299-6. +docfiles size=892 + texmf-dist/doc/latex/tlc2/1-3-1.ltx + texmf-dist/doc/latex/tlc2/1-3-2.ltx2 + texmf-dist/doc/latex/tlc2/1-3-3.ltx + texmf-dist/doc/latex/tlc2/1-3-4.ltx + texmf-dist/doc/latex/tlc2/1-3-5.ltx + texmf-dist/doc/latex/tlc2/10-1-1.ltx + texmf-dist/doc/latex/tlc2/10-1-10.ltx + texmf-dist/doc/latex/tlc2/10-1-11.ltx + texmf-dist/doc/latex/tlc2/10-1-12.ltx + texmf-dist/doc/latex/tlc2/10-1-13.ltx + texmf-dist/doc/latex/tlc2/10-1-14.ltx + texmf-dist/doc/latex/tlc2/10-1-15.ltx + texmf-dist/doc/latex/tlc2/10-1-16.ltx + texmf-dist/doc/latex/tlc2/10-1-17.ltx + texmf-dist/doc/latex/tlc2/10-1-18.ltx + texmf-dist/doc/latex/tlc2/10-1-19.ltx + texmf-dist/doc/latex/tlc2/10-1-2.ltx + texmf-dist/doc/latex/tlc2/10-1-20.ltx + texmf-dist/doc/latex/tlc2/10-1-21.ltx + texmf-dist/doc/latex/tlc2/10-1-22.ltx + texmf-dist/doc/latex/tlc2/10-1-23.ltx + texmf-dist/doc/latex/tlc2/10-1-24.ltx + texmf-dist/doc/latex/tlc2/10-1-25.ltx + texmf-dist/doc/latex/tlc2/10-1-26.ltx + texmf-dist/doc/latex/tlc2/10-1-27.ltx + texmf-dist/doc/latex/tlc2/10-1-3.ltx + texmf-dist/doc/latex/tlc2/10-1-4.ltx + texmf-dist/doc/latex/tlc2/10-1-5.ltx + texmf-dist/doc/latex/tlc2/10-1-6.ltx + texmf-dist/doc/latex/tlc2/10-1-7.ltx + texmf-dist/doc/latex/tlc2/10-1-8.ltx + texmf-dist/doc/latex/tlc2/10-1-9.ltx2 + texmf-dist/doc/latex/tlc2/10-2-1.ltx + texmf-dist/doc/latex/tlc2/10-2-10.ltx + texmf-dist/doc/latex/tlc2/10-2-11.ltx + texmf-dist/doc/latex/tlc2/10-2-12.ltx + texmf-dist/doc/latex/tlc2/10-2-13.ltx + texmf-dist/doc/latex/tlc2/10-2-14.ltx + texmf-dist/doc/latex/tlc2/10-2-15.ltx + texmf-dist/doc/latex/tlc2/10-2-2.ltx + texmf-dist/doc/latex/tlc2/10-2-3.ltx + texmf-dist/doc/latex/tlc2/10-2-4.ltx + texmf-dist/doc/latex/tlc2/10-2-5.ltx + texmf-dist/doc/latex/tlc2/10-2-6.ltx + texmf-dist/doc/latex/tlc2/10-2-7.ltx + texmf-dist/doc/latex/tlc2/10-2-8.ltx + texmf-dist/doc/latex/tlc2/10-2-9.ltx + texmf-dist/doc/latex/tlc2/10-3-1.ltx + texmf-dist/doc/latex/tlc2/10-3-10.ltx + texmf-dist/doc/latex/tlc2/10-3-11.ltx + texmf-dist/doc/latex/tlc2/10-3-12.ltx + texmf-dist/doc/latex/tlc2/10-3-2.ltx + texmf-dist/doc/latex/tlc2/10-3-3.ltx + texmf-dist/doc/latex/tlc2/10-3-4.ltx + texmf-dist/doc/latex/tlc2/10-3-5.ltx + texmf-dist/doc/latex/tlc2/10-3-6.ltx + texmf-dist/doc/latex/tlc2/10-3-7.ltx + texmf-dist/doc/latex/tlc2/10-3-8.ltx + texmf-dist/doc/latex/tlc2/10-3-9.ltx + texmf-dist/doc/latex/tlc2/10-4-1.ltx + texmf-dist/doc/latex/tlc2/10-4-2.ltx + texmf-dist/doc/latex/tlc2/10-4-3.ltx + texmf-dist/doc/latex/tlc2/10-4-4.ltx + texmf-dist/doc/latex/tlc2/12-1-1.ltx + texmf-dist/doc/latex/tlc2/12-1-2.ltx + texmf-dist/doc/latex/tlc2/12-1-3.ltx + texmf-dist/doc/latex/tlc2/12-2-1.ltx + texmf-dist/doc/latex/tlc2/12-2-10.ltx + texmf-dist/doc/latex/tlc2/12-2-11.ltx + texmf-dist/doc/latex/tlc2/12-2-12.ltx + texmf-dist/doc/latex/tlc2/12-2-13.ltx + texmf-dist/doc/latex/tlc2/12-2-14.ltx + texmf-dist/doc/latex/tlc2/12-2-2.ltx + texmf-dist/doc/latex/tlc2/12-2-3.ltx + texmf-dist/doc/latex/tlc2/12-2-4.ltx + texmf-dist/doc/latex/tlc2/12-2-5.ltx + texmf-dist/doc/latex/tlc2/12-2-6.ltx + texmf-dist/doc/latex/tlc2/12-2-7.ltx + texmf-dist/doc/latex/tlc2/12-2-8.ltx + texmf-dist/doc/latex/tlc2/12-2-9.ltx + texmf-dist/doc/latex/tlc2/12-3-1.ltx + texmf-dist/doc/latex/tlc2/12-3-10.ltx + texmf-dist/doc/latex/tlc2/12-3-11.ltx + texmf-dist/doc/latex/tlc2/12-3-12.ltx + texmf-dist/doc/latex/tlc2/12-3-13.ltx + texmf-dist/doc/latex/tlc2/12-3-14.ltx + texmf-dist/doc/latex/tlc2/12-3-15.ltx + texmf-dist/doc/latex/tlc2/12-3-16.ltx + texmf-dist/doc/latex/tlc2/12-3-17.ltx + texmf-dist/doc/latex/tlc2/12-3-18.ltx + texmf-dist/doc/latex/tlc2/12-3-19.ltx + texmf-dist/doc/latex/tlc2/12-3-2.ltx + texmf-dist/doc/latex/tlc2/12-3-20.ltx + texmf-dist/doc/latex/tlc2/12-3-21.ltx + texmf-dist/doc/latex/tlc2/12-3-22.ltx + texmf-dist/doc/latex/tlc2/12-3-23.ltx + texmf-dist/doc/latex/tlc2/12-3-24.ltx + texmf-dist/doc/latex/tlc2/12-3-25.ltx + texmf-dist/doc/latex/tlc2/12-3-26.ltx + texmf-dist/doc/latex/tlc2/12-3-27.ltx + texmf-dist/doc/latex/tlc2/12-3-3.ltx + texmf-dist/doc/latex/tlc2/12-3-4.ltx + texmf-dist/doc/latex/tlc2/12-3-5.ltx + texmf-dist/doc/latex/tlc2/12-3-6.ltx + texmf-dist/doc/latex/tlc2/12-3-7.ltx + texmf-dist/doc/latex/tlc2/12-3-8.ltx + texmf-dist/doc/latex/tlc2/12-3-9.ltx + texmf-dist/doc/latex/tlc2/12-4-1.ltx + texmf-dist/doc/latex/tlc2/12-4-2.ltx + texmf-dist/doc/latex/tlc2/12-4-3.ltx + texmf-dist/doc/latex/tlc2/12-4-4.ltx + texmf-dist/doc/latex/tlc2/12-4-5.ltx + texmf-dist/doc/latex/tlc2/12-4-6.ltx + texmf-dist/doc/latex/tlc2/12-4-7.ltx + texmf-dist/doc/latex/tlc2/12-4-8.ltx + texmf-dist/doc/latex/tlc2/12-5-1.ltx + texmf-dist/doc/latex/tlc2/12-5-10.ltx + texmf-dist/doc/latex/tlc2/12-5-11.ltx + texmf-dist/doc/latex/tlc2/12-5-12.ltx + texmf-dist/doc/latex/tlc2/12-5-13.ltx + texmf-dist/doc/latex/tlc2/12-5-14.ltx + texmf-dist/doc/latex/tlc2/12-5-15.ltx + texmf-dist/doc/latex/tlc2/12-5-16.ltx + texmf-dist/doc/latex/tlc2/12-5-17.ltx + texmf-dist/doc/latex/tlc2/12-5-18.ltx + texmf-dist/doc/latex/tlc2/12-5-19.ltx + texmf-dist/doc/latex/tlc2/12-5-2.ltx + texmf-dist/doc/latex/tlc2/12-5-20.ltx + texmf-dist/doc/latex/tlc2/12-5-21.ltx + texmf-dist/doc/latex/tlc2/12-5-22.ltx + texmf-dist/doc/latex/tlc2/12-5-23.ltx + texmf-dist/doc/latex/tlc2/12-5-24.ltx2 + texmf-dist/doc/latex/tlc2/12-5-25.ltx2 + texmf-dist/doc/latex/tlc2/12-5-26.ltx2 + texmf-dist/doc/latex/tlc2/12-5-27.ltx + texmf-dist/doc/latex/tlc2/12-5-28.ltx + texmf-dist/doc/latex/tlc2/12-5-29.ltx2 + texmf-dist/doc/latex/tlc2/12-5-3.ltx + texmf-dist/doc/latex/tlc2/12-5-30.ltx + texmf-dist/doc/latex/tlc2/12-5-31.ltx + texmf-dist/doc/latex/tlc2/12-5-32.ltx + texmf-dist/doc/latex/tlc2/12-5-33.ltx + texmf-dist/doc/latex/tlc2/12-5-34.ltx + texmf-dist/doc/latex/tlc2/12-5-35.ltx + texmf-dist/doc/latex/tlc2/12-5-36.ltx + texmf-dist/doc/latex/tlc2/12-5-37.ltx + texmf-dist/doc/latex/tlc2/12-5-38.ltx + texmf-dist/doc/latex/tlc2/12-5-39.ltx + texmf-dist/doc/latex/tlc2/12-5-4.ltx + texmf-dist/doc/latex/tlc2/12-5-40.ltx + texmf-dist/doc/latex/tlc2/12-5-41.ltx + texmf-dist/doc/latex/tlc2/12-5-42.ltx + texmf-dist/doc/latex/tlc2/12-5-43.ltx + texmf-dist/doc/latex/tlc2/12-5-44.ltx + texmf-dist/doc/latex/tlc2/12-5-45.ltx + texmf-dist/doc/latex/tlc2/12-5-46.ltx + texmf-dist/doc/latex/tlc2/12-5-47.ltx + texmf-dist/doc/latex/tlc2/12-5-48.ltx + texmf-dist/doc/latex/tlc2/12-5-49.ltx + texmf-dist/doc/latex/tlc2/12-5-5.ltx + texmf-dist/doc/latex/tlc2/12-5-6.ltx + texmf-dist/doc/latex/tlc2/12-5-7.ltx + texmf-dist/doc/latex/tlc2/12-5-8.ltx + texmf-dist/doc/latex/tlc2/12-5-9.ltx + texmf-dist/doc/latex/tlc2/12-6-1.ltx2 + texmf-dist/doc/latex/tlc2/12-6-10.ltx + texmf-dist/doc/latex/tlc2/12-6-2.ltx + texmf-dist/doc/latex/tlc2/12-6-3.ltx2 + texmf-dist/doc/latex/tlc2/12-6-4.ltx2 + texmf-dist/doc/latex/tlc2/12-6-5.ltx2 + texmf-dist/doc/latex/tlc2/12-6-6.ltx2 + texmf-dist/doc/latex/tlc2/12-6-7.ltx + texmf-dist/doc/latex/tlc2/12-6-8.ltx + texmf-dist/doc/latex/tlc2/12-6-9.ltx + texmf-dist/doc/latex/tlc2/13-4-1.ltx + texmf-dist/doc/latex/tlc2/13-4-2.ltx + texmf-dist/doc/latex/tlc2/13-5-1.ltx + texmf-dist/doc/latex/tlc2/13-5-2.ltx + texmf-dist/doc/latex/tlc2/13-5-3.ltx + texmf-dist/doc/latex/tlc2/13-5-4.ltx + texmf-dist/doc/latex/tlc2/13-5-5.ltx + texmf-dist/doc/latex/tlc2/13-5-6.ltx + texmf-dist/doc/latex/tlc2/13-5-7.ltx + texmf-dist/doc/latex/tlc2/14-4-1.ltx + texmf-dist/doc/latex/tlc2/14-4-2.ltx + texmf-dist/doc/latex/tlc2/2-1-1.ltx + texmf-dist/doc/latex/tlc2/2-2-1.ltx + texmf-dist/doc/latex/tlc2/2-2-10.ltx + texmf-dist/doc/latex/tlc2/2-2-11.ltx + texmf-dist/doc/latex/tlc2/2-2-12.ltx + texmf-dist/doc/latex/tlc2/2-2-13.ltx + texmf-dist/doc/latex/tlc2/2-2-14.ltx + texmf-dist/doc/latex/tlc2/2-2-15.ltx + texmf-dist/doc/latex/tlc2/2-2-16.ltx + texmf-dist/doc/latex/tlc2/2-2-17.ltx + texmf-dist/doc/latex/tlc2/2-2-18.ltx + texmf-dist/doc/latex/tlc2/2-2-19.ltx + texmf-dist/doc/latex/tlc2/2-2-2.ltx + texmf-dist/doc/latex/tlc2/2-2-20.ltx + texmf-dist/doc/latex/tlc2/2-2-21.ltx2 + texmf-dist/doc/latex/tlc2/2-2-22.ltx + texmf-dist/doc/latex/tlc2/2-2-3.ltx + texmf-dist/doc/latex/tlc2/2-2-4.ltx + texmf-dist/doc/latex/tlc2/2-2-5.ltx + texmf-dist/doc/latex/tlc2/2-2-6.ltx + texmf-dist/doc/latex/tlc2/2-2-7.ltx + texmf-dist/doc/latex/tlc2/2-2-8.ltx + texmf-dist/doc/latex/tlc2/2-2-9.ltx + texmf-dist/doc/latex/tlc2/2-3-1.ltx2 + texmf-dist/doc/latex/tlc2/2-3-10.ltx + texmf-dist/doc/latex/tlc2/2-3-11.ltx + texmf-dist/doc/latex/tlc2/2-3-12.ltx + texmf-dist/doc/latex/tlc2/2-3-13.ltx + texmf-dist/doc/latex/tlc2/2-3-14.ltx + texmf-dist/doc/latex/tlc2/2-3-2.ltx + texmf-dist/doc/latex/tlc2/2-3-3.ltx + texmf-dist/doc/latex/tlc2/2-3-4.ltx + texmf-dist/doc/latex/tlc2/2-3-5.ltx + texmf-dist/doc/latex/tlc2/2-3-6.ltx + texmf-dist/doc/latex/tlc2/2-3-7.ltx + texmf-dist/doc/latex/tlc2/2-3-8.ltx2 + texmf-dist/doc/latex/tlc2/2-3-9.ltx + texmf-dist/doc/latex/tlc2/2-4-1.ltx + texmf-dist/doc/latex/tlc2/2-4-2.ltx + texmf-dist/doc/latex/tlc2/2-4-3.ltx + texmf-dist/doc/latex/tlc2/2-4-4.ltx2 + texmf-dist/doc/latex/tlc2/2-4-5.ltx + texmf-dist/doc/latex/tlc2/2-4-6.ltx2 + texmf-dist/doc/latex/tlc2/2-4-7.ltx + texmf-dist/doc/latex/tlc2/2-4-8.ltx + texmf-dist/doc/latex/tlc2/2-4-9.ltx + texmf-dist/doc/latex/tlc2/3-1-1.ltx + texmf-dist/doc/latex/tlc2/3-1-10.ltx + texmf-dist/doc/latex/tlc2/3-1-11.ltx + texmf-dist/doc/latex/tlc2/3-1-12.ltx + texmf-dist/doc/latex/tlc2/3-1-13.ltx + texmf-dist/doc/latex/tlc2/3-1-14.ltx + texmf-dist/doc/latex/tlc2/3-1-15.ltx + texmf-dist/doc/latex/tlc2/3-1-16.ltx + texmf-dist/doc/latex/tlc2/3-1-17.ltx + texmf-dist/doc/latex/tlc2/3-1-18.ltx + texmf-dist/doc/latex/tlc2/3-1-19.ltx + texmf-dist/doc/latex/tlc2/3-1-2.ltx + texmf-dist/doc/latex/tlc2/3-1-20.ltx + texmf-dist/doc/latex/tlc2/3-1-21.ltx + texmf-dist/doc/latex/tlc2/3-1-22.ltx + texmf-dist/doc/latex/tlc2/3-1-23.ltx + texmf-dist/doc/latex/tlc2/3-1-24.ltx + texmf-dist/doc/latex/tlc2/3-1-25.ltx + texmf-dist/doc/latex/tlc2/3-1-26.ltx + texmf-dist/doc/latex/tlc2/3-1-27.ltx + texmf-dist/doc/latex/tlc2/3-1-28.ltx + texmf-dist/doc/latex/tlc2/3-1-29.ltx + texmf-dist/doc/latex/tlc2/3-1-3.ltx + texmf-dist/doc/latex/tlc2/3-1-30.ltx + texmf-dist/doc/latex/tlc2/3-1-31.ltx + texmf-dist/doc/latex/tlc2/3-1-32.ltx + texmf-dist/doc/latex/tlc2/3-1-33.ltx + texmf-dist/doc/latex/tlc2/3-1-34.ltx + texmf-dist/doc/latex/tlc2/3-1-35.ltx + texmf-dist/doc/latex/tlc2/3-1-36.ltx + texmf-dist/doc/latex/tlc2/3-1-37.ltx + texmf-dist/doc/latex/tlc2/3-1-38.ltx + texmf-dist/doc/latex/tlc2/3-1-39.ltx + texmf-dist/doc/latex/tlc2/3-1-4.ltx + texmf-dist/doc/latex/tlc2/3-1-40.ltx + texmf-dist/doc/latex/tlc2/3-1-41.ltx + texmf-dist/doc/latex/tlc2/3-1-42.ltx + texmf-dist/doc/latex/tlc2/3-1-43.ltx + texmf-dist/doc/latex/tlc2/3-1-44.ltx + texmf-dist/doc/latex/tlc2/3-1-45.ltx + texmf-dist/doc/latex/tlc2/3-1-46.ltx + texmf-dist/doc/latex/tlc2/3-1-47.ltx + texmf-dist/doc/latex/tlc2/3-1-48.ltx + texmf-dist/doc/latex/tlc2/3-1-49.ltx + texmf-dist/doc/latex/tlc2/3-1-5.ltx + texmf-dist/doc/latex/tlc2/3-1-50.ltx + texmf-dist/doc/latex/tlc2/3-1-51.ltx + texmf-dist/doc/latex/tlc2/3-1-52.ltx + texmf-dist/doc/latex/tlc2/3-1-53.ltx + texmf-dist/doc/latex/tlc2/3-1-6.ltx + texmf-dist/doc/latex/tlc2/3-1-7.ltx + texmf-dist/doc/latex/tlc2/3-1-8.ltx + texmf-dist/doc/latex/tlc2/3-1-9.ltx + texmf-dist/doc/latex/tlc2/3-2-1.ltx + texmf-dist/doc/latex/tlc2/3-2-10.ltx + texmf-dist/doc/latex/tlc2/3-2-11.ltx + texmf-dist/doc/latex/tlc2/3-2-12.ltx + texmf-dist/doc/latex/tlc2/3-2-13.ltx + texmf-dist/doc/latex/tlc2/3-2-14.ltx + texmf-dist/doc/latex/tlc2/3-2-15.ltx + texmf-dist/doc/latex/tlc2/3-2-16.ltx + texmf-dist/doc/latex/tlc2/3-2-17.ltx2 + texmf-dist/doc/latex/tlc2/3-2-18.ltx2 + texmf-dist/doc/latex/tlc2/3-2-19.ltx + texmf-dist/doc/latex/tlc2/3-2-2.ltx + texmf-dist/doc/latex/tlc2/3-2-20.ltx + texmf-dist/doc/latex/tlc2/3-2-21.ltx2 + texmf-dist/doc/latex/tlc2/3-2-22.ltx + texmf-dist/doc/latex/tlc2/3-2-23.ltx + texmf-dist/doc/latex/tlc2/3-2-24.ltx2 + texmf-dist/doc/latex/tlc2/3-2-25.ltx + texmf-dist/doc/latex/tlc2/3-2-26.ltx + texmf-dist/doc/latex/tlc2/3-2-27.ltx + texmf-dist/doc/latex/tlc2/3-2-28.ltx + texmf-dist/doc/latex/tlc2/3-2-3.ltx + texmf-dist/doc/latex/tlc2/3-2-4.ltx + texmf-dist/doc/latex/tlc2/3-2-5.ltx + texmf-dist/doc/latex/tlc2/3-2-6.ltx + texmf-dist/doc/latex/tlc2/3-2-7.ltx2 + texmf-dist/doc/latex/tlc2/3-2-8.ltx + texmf-dist/doc/latex/tlc2/3-2-9.ltx + texmf-dist/doc/latex/tlc2/3-3-1.ltx + texmf-dist/doc/latex/tlc2/3-3-10.ltx + texmf-dist/doc/latex/tlc2/3-3-11.ltx + texmf-dist/doc/latex/tlc2/3-3-12.ltx + texmf-dist/doc/latex/tlc2/3-3-13.ltx + texmf-dist/doc/latex/tlc2/3-3-14.ltx + texmf-dist/doc/latex/tlc2/3-3-15.ltx + texmf-dist/doc/latex/tlc2/3-3-16.ltx + texmf-dist/doc/latex/tlc2/3-3-17.ltx + texmf-dist/doc/latex/tlc2/3-3-18.ltx + texmf-dist/doc/latex/tlc2/3-3-19.ltx + texmf-dist/doc/latex/tlc2/3-3-2.ltx + texmf-dist/doc/latex/tlc2/3-3-20.ltx + texmf-dist/doc/latex/tlc2/3-3-21.ltx + texmf-dist/doc/latex/tlc2/3-3-22.ltx + texmf-dist/doc/latex/tlc2/3-3-23.ltx + texmf-dist/doc/latex/tlc2/3-3-24.ltx + texmf-dist/doc/latex/tlc2/3-3-25.ltx + texmf-dist/doc/latex/tlc2/3-3-26.ltx + texmf-dist/doc/latex/tlc2/3-3-27.ltx + texmf-dist/doc/latex/tlc2/3-3-28.ltx + texmf-dist/doc/latex/tlc2/3-3-29.ltx + texmf-dist/doc/latex/tlc2/3-3-3.ltx + texmf-dist/doc/latex/tlc2/3-3-30.ltx + texmf-dist/doc/latex/tlc2/3-3-4.ltx + texmf-dist/doc/latex/tlc2/3-3-5.ltx + texmf-dist/doc/latex/tlc2/3-3-6.ltx + texmf-dist/doc/latex/tlc2/3-3-7.ltx + texmf-dist/doc/latex/tlc2/3-3-8.ltx + texmf-dist/doc/latex/tlc2/3-3-9.ltx + texmf-dist/doc/latex/tlc2/3-4-1.ltx + texmf-dist/doc/latex/tlc2/3-4-10.ltx + texmf-dist/doc/latex/tlc2/3-4-11.ltx + texmf-dist/doc/latex/tlc2/3-4-12.ltx + texmf-dist/doc/latex/tlc2/3-4-13.ltx + texmf-dist/doc/latex/tlc2/3-4-14.ltx + texmf-dist/doc/latex/tlc2/3-4-15.ltx + texmf-dist/doc/latex/tlc2/3-4-16.ltx + texmf-dist/doc/latex/tlc2/3-4-17.ltx + texmf-dist/doc/latex/tlc2/3-4-18.ltx + texmf-dist/doc/latex/tlc2/3-4-19.ltx + texmf-dist/doc/latex/tlc2/3-4-2.ltx + texmf-dist/doc/latex/tlc2/3-4-20.ltx + texmf-dist/doc/latex/tlc2/3-4-21.ltx + texmf-dist/doc/latex/tlc2/3-4-22.ltx + texmf-dist/doc/latex/tlc2/3-4-23.ltx + texmf-dist/doc/latex/tlc2/3-4-24.ltx + texmf-dist/doc/latex/tlc2/3-4-25.ltx + texmf-dist/doc/latex/tlc2/3-4-26.ltx + texmf-dist/doc/latex/tlc2/3-4-27.ltx + texmf-dist/doc/latex/tlc2/3-4-28.ltx + texmf-dist/doc/latex/tlc2/3-4-29.ltx + texmf-dist/doc/latex/tlc2/3-4-3.ltx + texmf-dist/doc/latex/tlc2/3-4-30.ltx + texmf-dist/doc/latex/tlc2/3-4-31.ltx + texmf-dist/doc/latex/tlc2/3-4-32.ltx + texmf-dist/doc/latex/tlc2/3-4-33.ltx + texmf-dist/doc/latex/tlc2/3-4-34.ltx + texmf-dist/doc/latex/tlc2/3-4-35.ltx + texmf-dist/doc/latex/tlc2/3-4-36.ltx + texmf-dist/doc/latex/tlc2/3-4-37.ltx + texmf-dist/doc/latex/tlc2/3-4-38.ltx + texmf-dist/doc/latex/tlc2/3-4-39.ltx + texmf-dist/doc/latex/tlc2/3-4-4.ltx + texmf-dist/doc/latex/tlc2/3-4-40.ltx + texmf-dist/doc/latex/tlc2/3-4-41.ltx + texmf-dist/doc/latex/tlc2/3-4-42.ltx + texmf-dist/doc/latex/tlc2/3-4-5.ltx + texmf-dist/doc/latex/tlc2/3-4-6.ltx + texmf-dist/doc/latex/tlc2/3-4-7.ltx + texmf-dist/doc/latex/tlc2/3-4-8.ltx + texmf-dist/doc/latex/tlc2/3-4-9.ltx + texmf-dist/doc/latex/tlc2/3-5-1.ltx + texmf-dist/doc/latex/tlc2/3-5-10.ltx + texmf-dist/doc/latex/tlc2/3-5-11.ltx + texmf-dist/doc/latex/tlc2/3-5-12.ltx + texmf-dist/doc/latex/tlc2/3-5-13.ltx + texmf-dist/doc/latex/tlc2/3-5-14.ltx + texmf-dist/doc/latex/tlc2/3-5-15.ltx + texmf-dist/doc/latex/tlc2/3-5-16.ltx + texmf-dist/doc/latex/tlc2/3-5-17.ltx + texmf-dist/doc/latex/tlc2/3-5-18.ltx + texmf-dist/doc/latex/tlc2/3-5-19.ltx + texmf-dist/doc/latex/tlc2/3-5-2.ltx + texmf-dist/doc/latex/tlc2/3-5-20.ltx + texmf-dist/doc/latex/tlc2/3-5-3.ltx + texmf-dist/doc/latex/tlc2/3-5-4.ltx + texmf-dist/doc/latex/tlc2/3-5-5.ltx + texmf-dist/doc/latex/tlc2/3-5-6.ltx + texmf-dist/doc/latex/tlc2/3-5-7.ltx + texmf-dist/doc/latex/tlc2/3-5-8.ltx + texmf-dist/doc/latex/tlc2/3-5-9.ltx + texmf-dist/doc/latex/tlc2/4-1-1.ltx + texmf-dist/doc/latex/tlc2/4-2-1.ltx + texmf-dist/doc/latex/tlc2/4-2-10.ltx + texmf-dist/doc/latex/tlc2/4-2-11.ltx + texmf-dist/doc/latex/tlc2/4-2-12.ltx + texmf-dist/doc/latex/tlc2/4-2-13.ltx + texmf-dist/doc/latex/tlc2/4-2-2.ltx + texmf-dist/doc/latex/tlc2/4-2-3.ltx + texmf-dist/doc/latex/tlc2/4-2-4.ltx + texmf-dist/doc/latex/tlc2/4-2-5.ltx + texmf-dist/doc/latex/tlc2/4-2-6.ltx + texmf-dist/doc/latex/tlc2/4-2-7.ltx + texmf-dist/doc/latex/tlc2/4-2-8.ltx2 + texmf-dist/doc/latex/tlc2/4-2-9.ltx2 + texmf-dist/doc/latex/tlc2/4-3-1.ltx2 + texmf-dist/doc/latex/tlc2/4-3-2.ltx2 + texmf-dist/doc/latex/tlc2/4-3-3.ltx2 + texmf-dist/doc/latex/tlc2/4-4-1.ltx + texmf-dist/doc/latex/tlc2/4-4-10.ltx2 + texmf-dist/doc/latex/tlc2/4-4-11.ltx2 + texmf-dist/doc/latex/tlc2/4-4-12.ltx2 + texmf-dist/doc/latex/tlc2/4-4-13.ltx2 + texmf-dist/doc/latex/tlc2/4-4-14.ltx + texmf-dist/doc/latex/tlc2/4-4-15.ltx2 + texmf-dist/doc/latex/tlc2/4-4-2.ltx + texmf-dist/doc/latex/tlc2/4-4-3.ltx + texmf-dist/doc/latex/tlc2/4-4-4.ltx2 + texmf-dist/doc/latex/tlc2/4-4-5.ltx2 + texmf-dist/doc/latex/tlc2/4-4-6.ltx2 + texmf-dist/doc/latex/tlc2/4-4-7.ltx2 + texmf-dist/doc/latex/tlc2/4-4-8.ltx2 + texmf-dist/doc/latex/tlc2/4-4-9.ltx2 + texmf-dist/doc/latex/tlc2/4-5-1.ltx2 + texmf-dist/doc/latex/tlc2/4-5-2.ltx2 + texmf-dist/doc/latex/tlc2/5-1-1.ltx + texmf-dist/doc/latex/tlc2/5-1-2.ltx + texmf-dist/doc/latex/tlc2/5-1-3.ltx + texmf-dist/doc/latex/tlc2/5-1-4.ltx + texmf-dist/doc/latex/tlc2/5-2-1.ltx + texmf-dist/doc/latex/tlc2/5-2-10.ltx + texmf-dist/doc/latex/tlc2/5-2-11.ltx + texmf-dist/doc/latex/tlc2/5-2-12.ltx + texmf-dist/doc/latex/tlc2/5-2-13.ltx + texmf-dist/doc/latex/tlc2/5-2-2.ltx + texmf-dist/doc/latex/tlc2/5-2-3.ltx + texmf-dist/doc/latex/tlc2/5-2-4.ltx + texmf-dist/doc/latex/tlc2/5-2-5.ltx + texmf-dist/doc/latex/tlc2/5-2-6.ltx + texmf-dist/doc/latex/tlc2/5-2-7.ltx + texmf-dist/doc/latex/tlc2/5-2-8.ltx + texmf-dist/doc/latex/tlc2/5-2-9.ltx + texmf-dist/doc/latex/tlc2/5-3-1.ltx + texmf-dist/doc/latex/tlc2/5-3-2.ltx + texmf-dist/doc/latex/tlc2/5-3-3.ltx + texmf-dist/doc/latex/tlc2/5-3-4.ltx + texmf-dist/doc/latex/tlc2/5-3-5.ltx + texmf-dist/doc/latex/tlc2/5-3-6.ltx + texmf-dist/doc/latex/tlc2/5-4-1.ltx2 + texmf-dist/doc/latex/tlc2/5-4-2.ltx2 + texmf-dist/doc/latex/tlc2/5-4-3.ltx2 + texmf-dist/doc/latex/tlc2/5-4-4.ltx + texmf-dist/doc/latex/tlc2/5-4-5.ltx2 + texmf-dist/doc/latex/tlc2/5-4-6.ltx2 + texmf-dist/doc/latex/tlc2/5-5-1.ltx + texmf-dist/doc/latex/tlc2/5-5-2.ltx + texmf-dist/doc/latex/tlc2/5-6-1.ltx + texmf-dist/doc/latex/tlc2/5-6-2.ltx + texmf-dist/doc/latex/tlc2/5-6-3.ltx + texmf-dist/doc/latex/tlc2/5-6-4.ltx + texmf-dist/doc/latex/tlc2/5-6-5.ltx + texmf-dist/doc/latex/tlc2/5-6-6.ltx + texmf-dist/doc/latex/tlc2/5-6-7.ltx + texmf-dist/doc/latex/tlc2/5-6-8.ltx + texmf-dist/doc/latex/tlc2/5-7-1.ltx + texmf-dist/doc/latex/tlc2/5-7-2.ltx + texmf-dist/doc/latex/tlc2/5-7-3.ltx + texmf-dist/doc/latex/tlc2/5-7-4.ltx + texmf-dist/doc/latex/tlc2/5-7-5.ltx + texmf-dist/doc/latex/tlc2/5-7-6.ltx + texmf-dist/doc/latex/tlc2/5-7-7.ltx + texmf-dist/doc/latex/tlc2/5-7-8.ltx + texmf-dist/doc/latex/tlc2/5-8-1.ltx + texmf-dist/doc/latex/tlc2/5-8-2.ltx + texmf-dist/doc/latex/tlc2/5-9-1.ltx + texmf-dist/doc/latex/tlc2/5-9-2.ltx + texmf-dist/doc/latex/tlc2/5-9-3.ltx + texmf-dist/doc/latex/tlc2/5-9-4.ltx + texmf-dist/doc/latex/tlc2/5-9-5.ltx + texmf-dist/doc/latex/tlc2/5-9-6.ltx + texmf-dist/doc/latex/tlc2/6-3-1.ltx + texmf-dist/doc/latex/tlc2/6-3-2.ltx + texmf-dist/doc/latex/tlc2/6-3-3.ltx + texmf-dist/doc/latex/tlc2/6-3-4.ltx2 + texmf-dist/doc/latex/tlc2/6-3-5.ltx + texmf-dist/doc/latex/tlc2/6-3-6.ltx2 + texmf-dist/doc/latex/tlc2/6-3-7.ltx2 + texmf-dist/doc/latex/tlc2/6-4-1.ltx + texmf-dist/doc/latex/tlc2/6-4-2.ltx + texmf-dist/doc/latex/tlc2/6-4-3.ltx + texmf-dist/doc/latex/tlc2/6-4-4.ltx + texmf-dist/doc/latex/tlc2/6-4-5.ltx2 + texmf-dist/doc/latex/tlc2/6-4-6.ltx2 + texmf-dist/doc/latex/tlc2/6-4-7.ltx + texmf-dist/doc/latex/tlc2/6-4-8.ltx + texmf-dist/doc/latex/tlc2/6-5-1.ltx + texmf-dist/doc/latex/tlc2/6-5-10.ltx + texmf-dist/doc/latex/tlc2/6-5-11.ltx + texmf-dist/doc/latex/tlc2/6-5-12.ltx + texmf-dist/doc/latex/tlc2/6-5-13.ltx + texmf-dist/doc/latex/tlc2/6-5-14.ltx2 + texmf-dist/doc/latex/tlc2/6-5-15.ltx + texmf-dist/doc/latex/tlc2/6-5-16.ltx + texmf-dist/doc/latex/tlc2/6-5-17.ltx + texmf-dist/doc/latex/tlc2/6-5-18.ltx2 + texmf-dist/doc/latex/tlc2/6-5-2.ltx + texmf-dist/doc/latex/tlc2/6-5-3.ltx + texmf-dist/doc/latex/tlc2/6-5-4.ltx + texmf-dist/doc/latex/tlc2/6-5-5.ltx + texmf-dist/doc/latex/tlc2/6-5-6.ltx + texmf-dist/doc/latex/tlc2/6-5-7.ltx2 + texmf-dist/doc/latex/tlc2/6-5-8.ltx + texmf-dist/doc/latex/tlc2/6-5-9.ltx + texmf-dist/doc/latex/tlc2/7-10-1.ltx + texmf-dist/doc/latex/tlc2/7-12-1.ltx + texmf-dist/doc/latex/tlc2/7-3-1.ltx + texmf-dist/doc/latex/tlc2/7-3-2.ltx + texmf-dist/doc/latex/tlc2/7-3-3.ltx + texmf-dist/doc/latex/tlc2/7-3-4.ltx + texmf-dist/doc/latex/tlc2/7-3-5.ltx + texmf-dist/doc/latex/tlc2/7-3-6.ltx + texmf-dist/doc/latex/tlc2/7-3-7.ltx + texmf-dist/doc/latex/tlc2/7-3-8.ltx + texmf-dist/doc/latex/tlc2/7-4-1.ltx + texmf-dist/doc/latex/tlc2/7-4-2.ltx + texmf-dist/doc/latex/tlc2/7-4-3.ltx + texmf-dist/doc/latex/tlc2/7-4-4.ltx + texmf-dist/doc/latex/tlc2/7-4-5.ltx + texmf-dist/doc/latex/tlc2/7-5-1.ltx + texmf-dist/doc/latex/tlc2/7-5-10.ltx + texmf-dist/doc/latex/tlc2/7-5-11.ltx + texmf-dist/doc/latex/tlc2/7-5-12.ltx + texmf-dist/doc/latex/tlc2/7-5-13.ltx + texmf-dist/doc/latex/tlc2/7-5-14.ltx + texmf-dist/doc/latex/tlc2/7-5-15.ltx + texmf-dist/doc/latex/tlc2/7-5-16.ltx + texmf-dist/doc/latex/tlc2/7-5-17.ltx + texmf-dist/doc/latex/tlc2/7-5-2.ltx + texmf-dist/doc/latex/tlc2/7-5-3.ltx + texmf-dist/doc/latex/tlc2/7-5-4.ltx + texmf-dist/doc/latex/tlc2/7-5-5.ltx + texmf-dist/doc/latex/tlc2/7-5-6.ltx + texmf-dist/doc/latex/tlc2/7-5-7.ltx + texmf-dist/doc/latex/tlc2/7-5-8.ltx + texmf-dist/doc/latex/tlc2/7-5-9.ltx + texmf-dist/doc/latex/tlc2/7-6-1.ltx + texmf-dist/doc/latex/tlc2/7-6-10.ltx + texmf-dist/doc/latex/tlc2/7-6-11.ltx + texmf-dist/doc/latex/tlc2/7-6-12.ltx + texmf-dist/doc/latex/tlc2/7-6-2.ltx + texmf-dist/doc/latex/tlc2/7-6-3.ltx + texmf-dist/doc/latex/tlc2/7-6-4.ltx + texmf-dist/doc/latex/tlc2/7-6-5.ltx + texmf-dist/doc/latex/tlc2/7-6-6.ltx + texmf-dist/doc/latex/tlc2/7-6-7.ltx + texmf-dist/doc/latex/tlc2/7-6-8.ltx + texmf-dist/doc/latex/tlc2/7-6-9.ltx + texmf-dist/doc/latex/tlc2/7-7-1.ltx + texmf-dist/doc/latex/tlc2/7-7-10.ltx + texmf-dist/doc/latex/tlc2/7-7-11.ltx + texmf-dist/doc/latex/tlc2/7-7-12.ltx + texmf-dist/doc/latex/tlc2/7-7-13.ltx + texmf-dist/doc/latex/tlc2/7-7-14.ltx + texmf-dist/doc/latex/tlc2/7-7-15.ltx + texmf-dist/doc/latex/tlc2/7-7-16.ltx + texmf-dist/doc/latex/tlc2/7-7-17.ltx + texmf-dist/doc/latex/tlc2/7-7-18.ltx + texmf-dist/doc/latex/tlc2/7-7-19.ltx + texmf-dist/doc/latex/tlc2/7-7-2.ltx + texmf-dist/doc/latex/tlc2/7-7-20.ltx + texmf-dist/doc/latex/tlc2/7-7-21.ltx + texmf-dist/doc/latex/tlc2/7-7-22.ltx + texmf-dist/doc/latex/tlc2/7-7-23.ltx + texmf-dist/doc/latex/tlc2/7-7-24.ltx + texmf-dist/doc/latex/tlc2/7-7-25.ltx + texmf-dist/doc/latex/tlc2/7-7-26.ltx + texmf-dist/doc/latex/tlc2/7-7-27.ltx + texmf-dist/doc/latex/tlc2/7-7-28.ltx + texmf-dist/doc/latex/tlc2/7-7-29.ltx + texmf-dist/doc/latex/tlc2/7-7-3.ltx + texmf-dist/doc/latex/tlc2/7-7-4.ltx + texmf-dist/doc/latex/tlc2/7-7-5.ltx + texmf-dist/doc/latex/tlc2/7-7-6.ltx + texmf-dist/doc/latex/tlc2/7-7-7.ltx + texmf-dist/doc/latex/tlc2/7-7-8.ltx + texmf-dist/doc/latex/tlc2/7-7-9.ltx + texmf-dist/doc/latex/tlc2/7-8-1.ltx + texmf-dist/doc/latex/tlc2/7-8-10.ltx + texmf-dist/doc/latex/tlc2/7-8-11.ltx + texmf-dist/doc/latex/tlc2/7-8-12.ltx + texmf-dist/doc/latex/tlc2/7-8-13.ltx + texmf-dist/doc/latex/tlc2/7-8-14.ltx + texmf-dist/doc/latex/tlc2/7-8-15.ltx + texmf-dist/doc/latex/tlc2/7-8-16.ltx + texmf-dist/doc/latex/tlc2/7-8-17.ltx + texmf-dist/doc/latex/tlc2/7-8-18.ltx + texmf-dist/doc/latex/tlc2/7-8-19.ltx + texmf-dist/doc/latex/tlc2/7-8-2.ltx + texmf-dist/doc/latex/tlc2/7-8-20.ltx + texmf-dist/doc/latex/tlc2/7-8-21.ltx + texmf-dist/doc/latex/tlc2/7-8-22.ltx + texmf-dist/doc/latex/tlc2/7-8-3.ltx + texmf-dist/doc/latex/tlc2/7-8-4.ltx + texmf-dist/doc/latex/tlc2/7-8-5.ltx + texmf-dist/doc/latex/tlc2/7-8-6.ltx + texmf-dist/doc/latex/tlc2/7-8-7.ltx + texmf-dist/doc/latex/tlc2/7-8-8.ltx + texmf-dist/doc/latex/tlc2/7-8-9.ltx + texmf-dist/doc/latex/tlc2/7-9-1.ltx + texmf-dist/doc/latex/tlc2/7-9-2.ltx + texmf-dist/doc/latex/tlc2/8-2-1.ltx + texmf-dist/doc/latex/tlc2/8-2-10.ltx + texmf-dist/doc/latex/tlc2/8-2-11.ltx + texmf-dist/doc/latex/tlc2/8-2-12.ltx + texmf-dist/doc/latex/tlc2/8-2-13.ltx + texmf-dist/doc/latex/tlc2/8-2-14.ltx + texmf-dist/doc/latex/tlc2/8-2-15.ltx + texmf-dist/doc/latex/tlc2/8-2-16.ltx + texmf-dist/doc/latex/tlc2/8-2-17.ltx + texmf-dist/doc/latex/tlc2/8-2-18.ltx + texmf-dist/doc/latex/tlc2/8-2-19.ltx + texmf-dist/doc/latex/tlc2/8-2-2.ltx + texmf-dist/doc/latex/tlc2/8-2-20.ltx + texmf-dist/doc/latex/tlc2/8-2-21.ltx + texmf-dist/doc/latex/tlc2/8-2-22.ltx + texmf-dist/doc/latex/tlc2/8-2-23.ltx + texmf-dist/doc/latex/tlc2/8-2-24.ltx + texmf-dist/doc/latex/tlc2/8-2-25.ltx + texmf-dist/doc/latex/tlc2/8-2-26.ltx + texmf-dist/doc/latex/tlc2/8-2-27.ltx + texmf-dist/doc/latex/tlc2/8-2-28.ltx + texmf-dist/doc/latex/tlc2/8-2-29.ltx + texmf-dist/doc/latex/tlc2/8-2-3.ltx + texmf-dist/doc/latex/tlc2/8-2-4.ltx + texmf-dist/doc/latex/tlc2/8-2-5.ltx + texmf-dist/doc/latex/tlc2/8-2-6.ltx + texmf-dist/doc/latex/tlc2/8-2-7.ltx + texmf-dist/doc/latex/tlc2/8-2-8.ltx + texmf-dist/doc/latex/tlc2/8-2-9.ltx + texmf-dist/doc/latex/tlc2/8-3-1.ltx + texmf-dist/doc/latex/tlc2/8-3-10.ltx + texmf-dist/doc/latex/tlc2/8-3-11.ltx + texmf-dist/doc/latex/tlc2/8-3-12.ltx + texmf-dist/doc/latex/tlc2/8-3-13.ltx + texmf-dist/doc/latex/tlc2/8-3-14.ltx + texmf-dist/doc/latex/tlc2/8-3-15.ltx + texmf-dist/doc/latex/tlc2/8-3-16.ltx + texmf-dist/doc/latex/tlc2/8-3-17.ltx + texmf-dist/doc/latex/tlc2/8-3-18.ltx + texmf-dist/doc/latex/tlc2/8-3-19.ltx + texmf-dist/doc/latex/tlc2/8-3-2.ltx + texmf-dist/doc/latex/tlc2/8-3-20.ltx + texmf-dist/doc/latex/tlc2/8-3-21.ltx + texmf-dist/doc/latex/tlc2/8-3-22.ltx + texmf-dist/doc/latex/tlc2/8-3-23.ltx + texmf-dist/doc/latex/tlc2/8-3-24.ltx + texmf-dist/doc/latex/tlc2/8-3-25.ltx + texmf-dist/doc/latex/tlc2/8-3-26.ltx + texmf-dist/doc/latex/tlc2/8-3-27.ltx + texmf-dist/doc/latex/tlc2/8-3-28.ltx + texmf-dist/doc/latex/tlc2/8-3-29.ltx + texmf-dist/doc/latex/tlc2/8-3-3.ltx + texmf-dist/doc/latex/tlc2/8-3-30.ltx + texmf-dist/doc/latex/tlc2/8-3-31.ltx + texmf-dist/doc/latex/tlc2/8-3-32.ltx + texmf-dist/doc/latex/tlc2/8-3-33.ltx + texmf-dist/doc/latex/tlc2/8-3-34.ltx + texmf-dist/doc/latex/tlc2/8-3-35.ltx + texmf-dist/doc/latex/tlc2/8-3-36.ltx + texmf-dist/doc/latex/tlc2/8-3-37.ltx + texmf-dist/doc/latex/tlc2/8-3-38.ltx + texmf-dist/doc/latex/tlc2/8-3-39.ltx + texmf-dist/doc/latex/tlc2/8-3-4.ltx + texmf-dist/doc/latex/tlc2/8-3-5.ltx + texmf-dist/doc/latex/tlc2/8-3-6.ltx + texmf-dist/doc/latex/tlc2/8-3-7.ltx + texmf-dist/doc/latex/tlc2/8-3-8.ltx + texmf-dist/doc/latex/tlc2/8-3-9.ltx + texmf-dist/doc/latex/tlc2/8-4-1.ltx + texmf-dist/doc/latex/tlc2/8-4-10.ltx + texmf-dist/doc/latex/tlc2/8-4-11.ltx + texmf-dist/doc/latex/tlc2/8-4-12.ltx + texmf-dist/doc/latex/tlc2/8-4-13.ltx + texmf-dist/doc/latex/tlc2/8-4-14.ltx + texmf-dist/doc/latex/tlc2/8-4-2.ltx + texmf-dist/doc/latex/tlc2/8-4-3.ltx + texmf-dist/doc/latex/tlc2/8-4-4.ltx + texmf-dist/doc/latex/tlc2/8-4-5.ltx + texmf-dist/doc/latex/tlc2/8-4-6.ltx + texmf-dist/doc/latex/tlc2/8-4-7.ltx + texmf-dist/doc/latex/tlc2/8-4-8.ltx + texmf-dist/doc/latex/tlc2/8-4-9.ltx + texmf-dist/doc/latex/tlc2/8-5-1.ltx + texmf-dist/doc/latex/tlc2/8-5-2.ltx + texmf-dist/doc/latex/tlc2/8-5-3.ltx + texmf-dist/doc/latex/tlc2/8-5-4.ltx + texmf-dist/doc/latex/tlc2/8-6-1.ltx + texmf-dist/doc/latex/tlc2/8-6-2.ltx + texmf-dist/doc/latex/tlc2/8-6-3.ltx + texmf-dist/doc/latex/tlc2/8-6-4.ltx + texmf-dist/doc/latex/tlc2/8-7-1.ltx + texmf-dist/doc/latex/tlc2/8-7-2.ltx + texmf-dist/doc/latex/tlc2/8-7-3.ltx + texmf-dist/doc/latex/tlc2/8-7-4.ltx + texmf-dist/doc/latex/tlc2/8-7-5.ltx + texmf-dist/doc/latex/tlc2/8-7-6.ltx + texmf-dist/doc/latex/tlc2/8-7-7.ltx + texmf-dist/doc/latex/tlc2/8-8-1.ltx + texmf-dist/doc/latex/tlc2/8-8-10.ltx + texmf-dist/doc/latex/tlc2/8-8-11.ltx + texmf-dist/doc/latex/tlc2/8-8-12.ltx + texmf-dist/doc/latex/tlc2/8-8-13.ltx + texmf-dist/doc/latex/tlc2/8-8-14.ltx + texmf-dist/doc/latex/tlc2/8-8-15.ltx + texmf-dist/doc/latex/tlc2/8-8-16.ltx + texmf-dist/doc/latex/tlc2/8-8-17.ltx + texmf-dist/doc/latex/tlc2/8-8-18.ltx + texmf-dist/doc/latex/tlc2/8-8-19.ltx + texmf-dist/doc/latex/tlc2/8-8-2.ltx + texmf-dist/doc/latex/tlc2/8-8-20.ltx + texmf-dist/doc/latex/tlc2/8-8-21.ltx + texmf-dist/doc/latex/tlc2/8-8-22.ltx + texmf-dist/doc/latex/tlc2/8-8-23.ltx + texmf-dist/doc/latex/tlc2/8-8-24.ltx + texmf-dist/doc/latex/tlc2/8-8-25.ltx + texmf-dist/doc/latex/tlc2/8-8-3.ltx + texmf-dist/doc/latex/tlc2/8-8-4.ltx + texmf-dist/doc/latex/tlc2/8-8-5.ltx + texmf-dist/doc/latex/tlc2/8-8-6.ltx + texmf-dist/doc/latex/tlc2/8-8-7.ltx + texmf-dist/doc/latex/tlc2/8-8-8.ltx + texmf-dist/doc/latex/tlc2/8-8-9.ltx + texmf-dist/doc/latex/tlc2/8-9-1.ltx + texmf-dist/doc/latex/tlc2/8-9-2.ltx + texmf-dist/doc/latex/tlc2/8-9-3.ltx + texmf-dist/doc/latex/tlc2/8-9-4.ltx + texmf-dist/doc/latex/tlc2/8-9-5.ltx + texmf-dist/doc/latex/tlc2/8-9-6.ltx + texmf-dist/doc/latex/tlc2/8-9-7.ltx + texmf-dist/doc/latex/tlc2/8-9-8.ltx + texmf-dist/doc/latex/tlc2/9-2-1.ltx + texmf-dist/doc/latex/tlc2/9-2-2.ltx + texmf-dist/doc/latex/tlc2/9-2-3.ltx + texmf-dist/doc/latex/tlc2/9-2-4.ltx + texmf-dist/doc/latex/tlc2/9-2-5.ltx + texmf-dist/doc/latex/tlc2/9-2-6.ltx + texmf-dist/doc/latex/tlc2/9-2-7.ltx + texmf-dist/doc/latex/tlc2/9-2-8.ltx + texmf-dist/doc/latex/tlc2/9-3-1.ltx + texmf-dist/doc/latex/tlc2/9-3-10.ltx + texmf-dist/doc/latex/tlc2/9-3-11.ltx + texmf-dist/doc/latex/tlc2/9-3-12.ltx + texmf-dist/doc/latex/tlc2/9-3-13.ltx + texmf-dist/doc/latex/tlc2/9-3-14.ltx + texmf-dist/doc/latex/tlc2/9-3-15.ltx + texmf-dist/doc/latex/tlc2/9-3-16.ltx + texmf-dist/doc/latex/tlc2/9-3-17.ltx + texmf-dist/doc/latex/tlc2/9-3-18.ltx + texmf-dist/doc/latex/tlc2/9-3-19.ltx + texmf-dist/doc/latex/tlc2/9-3-2.ltx + texmf-dist/doc/latex/tlc2/9-3-20.ltx + texmf-dist/doc/latex/tlc2/9-3-21.ltx + texmf-dist/doc/latex/tlc2/9-3-22.ltx + texmf-dist/doc/latex/tlc2/9-3-23.ltx + texmf-dist/doc/latex/tlc2/9-3-24.ltx + texmf-dist/doc/latex/tlc2/9-3-25.ltx + texmf-dist/doc/latex/tlc2/9-3-26.ltx + texmf-dist/doc/latex/tlc2/9-3-27.ltx + texmf-dist/doc/latex/tlc2/9-3-28.ltx + texmf-dist/doc/latex/tlc2/9-3-29.ltx + texmf-dist/doc/latex/tlc2/9-3-3.ltx + texmf-dist/doc/latex/tlc2/9-3-30.ltx + texmf-dist/doc/latex/tlc2/9-3-31.ltx + texmf-dist/doc/latex/tlc2/9-3-32.ltx + texmf-dist/doc/latex/tlc2/9-3-33.ltx + texmf-dist/doc/latex/tlc2/9-3-34.ltx + texmf-dist/doc/latex/tlc2/9-3-35.ltx + texmf-dist/doc/latex/tlc2/9-3-36.ltx + texmf-dist/doc/latex/tlc2/9-3-37.ltx + texmf-dist/doc/latex/tlc2/9-3-38.ltx + texmf-dist/doc/latex/tlc2/9-3-39.ltx + texmf-dist/doc/latex/tlc2/9-3-4.ltx + texmf-dist/doc/latex/tlc2/9-3-5.ltx + texmf-dist/doc/latex/tlc2/9-3-6.ltx + texmf-dist/doc/latex/tlc2/9-3-7.ltx + texmf-dist/doc/latex/tlc2/9-3-8.ltx + texmf-dist/doc/latex/tlc2/9-3-9.ltx + texmf-dist/doc/latex/tlc2/9-4-1.ltx + texmf-dist/doc/latex/tlc2/9-4-2.ltx + texmf-dist/doc/latex/tlc2/9-4-3.ltx + texmf-dist/doc/latex/tlc2/9-4-4.ltx + texmf-dist/doc/latex/tlc2/9-4-5.ltx + texmf-dist/doc/latex/tlc2/9-5-1.ltx + texmf-dist/doc/latex/tlc2/A-1-1.ltx + texmf-dist/doc/latex/tlc2/A-1-10.ltx + texmf-dist/doc/latex/tlc2/A-1-11.ltx + texmf-dist/doc/latex/tlc2/A-1-12.ltx + texmf-dist/doc/latex/tlc2/A-1-13.ltx + texmf-dist/doc/latex/tlc2/A-1-14.ltx + texmf-dist/doc/latex/tlc2/A-1-15.ltx + texmf-dist/doc/latex/tlc2/A-1-16.ltx + texmf-dist/doc/latex/tlc2/A-1-17.ltx + texmf-dist/doc/latex/tlc2/A-1-2.ltx + texmf-dist/doc/latex/tlc2/A-1-3.ltx + texmf-dist/doc/latex/tlc2/A-1-4.ltx + texmf-dist/doc/latex/tlc2/A-1-5.ltx + texmf-dist/doc/latex/tlc2/A-1-6.ltx + texmf-dist/doc/latex/tlc2/A-1-7.ltx + texmf-dist/doc/latex/tlc2/A-1-8.ltx + texmf-dist/doc/latex/tlc2/A-1-9.ltx + texmf-dist/doc/latex/tlc2/A-2-1.ltx + texmf-dist/doc/latex/tlc2/A-2-10.ltx + texmf-dist/doc/latex/tlc2/A-2-11.ltx + texmf-dist/doc/latex/tlc2/A-2-12.ltx + texmf-dist/doc/latex/tlc2/A-2-13.ltx + texmf-dist/doc/latex/tlc2/A-2-14.ltx + texmf-dist/doc/latex/tlc2/A-2-15.ltx + texmf-dist/doc/latex/tlc2/A-2-16.ltx + texmf-dist/doc/latex/tlc2/A-2-17.ltx + texmf-dist/doc/latex/tlc2/A-2-18.ltx + texmf-dist/doc/latex/tlc2/A-2-19.ltx + texmf-dist/doc/latex/tlc2/A-2-2.ltx + texmf-dist/doc/latex/tlc2/A-2-20.ltx + texmf-dist/doc/latex/tlc2/A-2-21.ltx + texmf-dist/doc/latex/tlc2/A-2-3.ltx + texmf-dist/doc/latex/tlc2/A-2-4.ltx + texmf-dist/doc/latex/tlc2/A-2-5.ltx + texmf-dist/doc/latex/tlc2/A-2-6.ltx + texmf-dist/doc/latex/tlc2/A-2-7.ltx + texmf-dist/doc/latex/tlc2/A-2-8.ltx + texmf-dist/doc/latex/tlc2/A-2-9.ltx + texmf-dist/doc/latex/tlc2/A-3-1.ltx + texmf-dist/doc/latex/tlc2/A-3-10.ltx + texmf-dist/doc/latex/tlc2/A-3-11.ltx + texmf-dist/doc/latex/tlc2/A-3-2.ltx + texmf-dist/doc/latex/tlc2/A-3-3.ltx + texmf-dist/doc/latex/tlc2/A-3-4.ltx + texmf-dist/doc/latex/tlc2/A-3-5.ltx + texmf-dist/doc/latex/tlc2/A-3-6.ltx + texmf-dist/doc/latex/tlc2/A-3-7.ltx + texmf-dist/doc/latex/tlc2/A-3-8.ltx + texmf-dist/doc/latex/tlc2/A-3-9.ltx2 + texmf-dist/doc/latex/tlc2/B-3-1.ltx + texmf-dist/doc/latex/tlc2/Escher.ps + texmf-dist/doc/latex/tlc2/cat.ps + texmf-dist/doc/latex/tlc2/companion.ctan + texmf-dist/doc/latex/tlc2/elephant.ps + texmf-dist/doc/latex/tlc2/indexexa.ltx + texmf-dist/doc/latex/tlc2/jura.bib + texmf-dist/doc/latex/tlc2/partial.toc + texmf-dist/doc/latex/tlc2/rosette.ps + texmf-dist/doc/latex/tlc2/tex.bib + texmf-dist/doc/latex/tlc2/ttctexa.cls + texmf-dist/doc/latex/tlc2/ttctexamargin.cls + texmf-dist/doc/latex/tlc2/ttctexareport.cls + texmf-dist/doc/latex/tlc2/w.eps + texmf-dist/doc/latex/tlc2/w.ps +catalogue-ctan /info/examples/tlc2 +catalogue-date 2006-04-19 11:46:07 +0200 +catalogue-license lppl + +name tlgs.win32 +category TLCore +revision 15878 +catalogue ghostscript +shortdesc Freely available PostScript interpreter. +longdesc Ghostscript is a freely available PostScript interpreter which +longdesc is available for many platforms. It is a near-essential +longdesc complement to a TeX installation, used in many utilities, +longdesc including PostScript/PDF viewers such as gv and GSview . The +longdesc latest version of ghostscript is (nowadays) released under the +longdesc GNU General Public Licence. Older versions were first released +longdesc under a nonfree licence (AFPL): some of these old versions +longdesc remain on CTAN. +binfiles arch=win32 size=3885 + bin/win32/eps2eps.exe + bin/win32/pdf2dsc.exe + bin/win32/pdfopt.exe + bin/win32/ps2ascii.exe + bin/win32/ps2pdf.exe + bin/win32/ps2pdf12.exe + bin/win32/ps2pdf13.exe + bin/win32/ps2pdf14.exe + texmf/scripts/tlgs/gswin32/eps2eps.tlu + texmf/scripts/tlgs/gswin32/pdf2dsc.tlu + texmf/scripts/tlgs/gswin32/pdfopt.tlu + texmf/scripts/tlgs/gswin32/ps2ascii.tlu + texmf/scripts/tlgs/gswin32/ps2pdf.tlu + texmf/scripts/tlgs/gswin32/ps2pdf12.tlu + texmf/scripts/tlgs/gswin32/ps2pdf13.tlu + texmf/scripts/tlgs/gswin32/ps2pdf14.tlu + tlpkg/tlgs/README.TEXLIVE + tlpkg/tlgs/bin/gsdll32.dll + tlpkg/tlgs/bin/gsdll32.lib + tlpkg/tlgs/bin/gswin32.exe + tlpkg/tlgs/bin/gswin32c.exe + tlpkg/tlgs/fonts/COPYING + tlpkg/tlgs/fonts/LICENSE-utopia.txt + tlpkg/tlgs/fonts/README-utopia.txt + tlpkg/tlgs/fonts/README.base35 + tlpkg/tlgs/fonts/bchb8a.afm + tlpkg/tlgs/fonts/bchb8a.pfb + tlpkg/tlgs/fonts/bchbi8a.afm + tlpkg/tlgs/fonts/bchbi8a.pfb + tlpkg/tlgs/fonts/bchr8a.afm + tlpkg/tlgs/fonts/bchr8a.pfb + tlpkg/tlgs/fonts/bchri8a.afm + tlpkg/tlgs/fonts/bchri8a.pfb + tlpkg/tlgs/fonts/putb8a.afm + tlpkg/tlgs/fonts/putb8a.pfb + tlpkg/tlgs/fonts/putbi8a.afm + tlpkg/tlgs/fonts/putbi8a.pfb + tlpkg/tlgs/fonts/putr8a.afm + tlpkg/tlgs/fonts/putr8a.pfb + tlpkg/tlgs/fonts/putri8a.afm + tlpkg/tlgs/fonts/putri8a.pfb + tlpkg/tlgs/fonts/readme.charter + tlpkg/tlgs/fonts/uagd8a.afm + tlpkg/tlgs/fonts/uagd8a.pfb + tlpkg/tlgs/fonts/uagdo8a.afm + tlpkg/tlgs/fonts/uagdo8a.pfb + tlpkg/tlgs/fonts/uagk8a.afm + tlpkg/tlgs/fonts/uagk8a.pfb + tlpkg/tlgs/fonts/uagko8a.afm + tlpkg/tlgs/fonts/uagko8a.pfb + tlpkg/tlgs/fonts/ubkd8a.afm + tlpkg/tlgs/fonts/ubkd8a.pfb + tlpkg/tlgs/fonts/ubkdi8a.afm + tlpkg/tlgs/fonts/ubkdi8a.pfb + tlpkg/tlgs/fonts/ubkl8a.afm + tlpkg/tlgs/fonts/ubkl8a.pfb + tlpkg/tlgs/fonts/ubkli8a.afm + tlpkg/tlgs/fonts/ubkli8a.pfb + tlpkg/tlgs/fonts/ucrb8a.afm + tlpkg/tlgs/fonts/ucrb8a.pfb + tlpkg/tlgs/fonts/ucrbo8a.afm + tlpkg/tlgs/fonts/ucrbo8a.pfb + tlpkg/tlgs/fonts/ucrr8a.afm + tlpkg/tlgs/fonts/ucrr8a.pfb + tlpkg/tlgs/fonts/ucrro8a.afm + tlpkg/tlgs/fonts/ucrro8a.pfb + tlpkg/tlgs/fonts/uhvb8a.afm + tlpkg/tlgs/fonts/uhvb8a.pfb + tlpkg/tlgs/fonts/uhvb8ac.afm + tlpkg/tlgs/fonts/uhvb8ac.pfb + tlpkg/tlgs/fonts/uhvbo8a.afm + tlpkg/tlgs/fonts/uhvbo8a.pfb + tlpkg/tlgs/fonts/uhvbo8ac.afm + tlpkg/tlgs/fonts/uhvbo8ac.pfb + tlpkg/tlgs/fonts/uhvr8a-105.pfb + tlpkg/tlgs/fonts/uhvr8a.afm + tlpkg/tlgs/fonts/uhvr8a.pfb + tlpkg/tlgs/fonts/uhvr8ac.afm + tlpkg/tlgs/fonts/uhvr8ac.pfb + tlpkg/tlgs/fonts/uhvro8a-105.pfb + tlpkg/tlgs/fonts/uhvro8a.afm + tlpkg/tlgs/fonts/uhvro8a.pfb + tlpkg/tlgs/fonts/uhvro8ac.afm + tlpkg/tlgs/fonts/uhvro8ac.pfb + tlpkg/tlgs/fonts/uncb8a.afm + tlpkg/tlgs/fonts/uncb8a.pfb + tlpkg/tlgs/fonts/uncbi8a.afm + tlpkg/tlgs/fonts/uncbi8a.pfb + tlpkg/tlgs/fonts/uncr8a.afm + tlpkg/tlgs/fonts/uncr8a.pfb + tlpkg/tlgs/fonts/uncri8a.afm + tlpkg/tlgs/fonts/uncri8a.pfb + tlpkg/tlgs/fonts/uplb8a.afm + tlpkg/tlgs/fonts/uplb8a.pfb + tlpkg/tlgs/fonts/uplbi8a.afm + tlpkg/tlgs/fonts/uplbi8a.pfb + tlpkg/tlgs/fonts/uplr8a.afm + tlpkg/tlgs/fonts/uplr8a.pfb + tlpkg/tlgs/fonts/uplri8a.afm + tlpkg/tlgs/fonts/uplri8a.pfb + tlpkg/tlgs/fonts/usyr.afm + tlpkg/tlgs/fonts/usyr.pfb + tlpkg/tlgs/fonts/utmb8a.afm + tlpkg/tlgs/fonts/utmb8a.pfb + tlpkg/tlgs/fonts/utmbi8a.afm + tlpkg/tlgs/fonts/utmbi8a.pfb + tlpkg/tlgs/fonts/utmr8a.afm + tlpkg/tlgs/fonts/utmr8a.pfb + tlpkg/tlgs/fonts/utmri8a.afm + tlpkg/tlgs/fonts/utmri8a.pfb + tlpkg/tlgs/fonts/uzcmi8a.afm + tlpkg/tlgs/fonts/uzcmi8a.pfb + tlpkg/tlgs/fonts/uzdr.afm + tlpkg/tlgs/fonts/uzdr.pfb + tlpkg/tlgs/lib/EndOfTask.ps + tlpkg/tlgs/lib/FAPIcidfmap + tlpkg/tlgs/lib/FAPIconfig + tlpkg/tlgs/lib/FAPIconfig-FCO + tlpkg/tlgs/lib/FAPIfontmap + tlpkg/tlgs/lib/FCOfontmap-PCLPS3 + tlpkg/tlgs/lib/FCOfontmap-PS3 + tlpkg/tlgs/lib/Fontmap + tlpkg/tlgs/lib/Fontmap.TeXLive + tlpkg/tlgs/lib/PDFA_def.ps + tlpkg/tlgs/lib/PDFX_def.ps + tlpkg/tlgs/lib/acctest.ps + tlpkg/tlgs/lib/addxchar.ps + tlpkg/tlgs/lib/afmdiff.awk + tlpkg/tlgs/lib/align.ps + tlpkg/tlgs/lib/bdftops.ps + tlpkg/tlgs/lib/bj8.rpd + tlpkg/tlgs/lib/caption.ps + tlpkg/tlgs/lib/cat.ps + tlpkg/tlgs/lib/cid2code.ps + tlpkg/tlgs/lib/decrypt.ps + tlpkg/tlgs/lib/docie.ps + tlpkg/tlgs/lib/dumphint.ps + tlpkg/tlgs/lib/font2c.ps + tlpkg/tlgs/lib/font2pcl.ps + tlpkg/tlgs/lib/ghostpdf.inf + tlpkg/tlgs/lib/gs_ce_e.ps + tlpkg/tlgs/lib/gs_cmdl.ps + tlpkg/tlgs/lib/gs_fform.ps + tlpkg/tlgs/lib/gs_il2_e.ps + tlpkg/tlgs/lib/gs_kanji.ps + tlpkg/tlgs/lib/gs_ksb_e.ps + tlpkg/tlgs/lib/gs_lgo_e.ps + tlpkg/tlgs/lib/gs_lgx_e.ps + tlpkg/tlgs/lib/gs_pfile.ps + tlpkg/tlgs/lib/gs_rdlin.ps + tlpkg/tlgs/lib/gs_wl1_e.ps + tlpkg/tlgs/lib/gs_wl2_e.ps + tlpkg/tlgs/lib/gs_wl5_e.ps + tlpkg/tlgs/lib/gslp.ps + tlpkg/tlgs/lib/gsnup.ps + tlpkg/tlgs/lib/ht_ccsto.ps + tlpkg/tlgs/lib/image-qa.ps + tlpkg/tlgs/lib/impath.ps + tlpkg/tlgs/lib/jispaper.ps + tlpkg/tlgs/lib/jobseparator.ps + tlpkg/tlgs/lib/landscap.ps + tlpkg/tlgs/lib/level1.ps + tlpkg/tlgs/lib/lines.ps + tlpkg/tlgs/lib/markhint.ps + tlpkg/tlgs/lib/markpath.ps + tlpkg/tlgs/lib/mkcidfm.ps + tlpkg/tlgs/lib/packfile.ps + tlpkg/tlgs/lib/pcharstr.ps + tlpkg/tlgs/lib/pdf2dsc.ps + tlpkg/tlgs/lib/pdfopt.ps + tlpkg/tlgs/lib/pdfwrite.ps + tlpkg/tlgs/lib/pf2afm.ps + tlpkg/tlgs/lib/pfbtopfa.ps + tlpkg/tlgs/lib/ppath.ps + tlpkg/tlgs/lib/pphs.ps + tlpkg/tlgs/lib/prfont.ps + tlpkg/tlgs/lib/printafm.ps + tlpkg/tlgs/lib/ps2ai.ps + tlpkg/tlgs/lib/ps2ascii.ps + tlpkg/tlgs/lib/ps2epsi.ps + tlpkg/tlgs/lib/quit.ps + tlpkg/tlgs/lib/rollconv.ps + tlpkg/tlgs/lib/showchar.ps + tlpkg/tlgs/lib/showpage.ps + tlpkg/tlgs/lib/stcinfo.ps + tlpkg/tlgs/lib/stcolor.ps + tlpkg/tlgs/lib/stocht.ps + tlpkg/tlgs/lib/traceimg.ps + tlpkg/tlgs/lib/traceop.ps + tlpkg/tlgs/lib/type1enc.ps + tlpkg/tlgs/lib/type1ops.ps + tlpkg/tlgs/lib/uninfo.ps + tlpkg/tlgs/lib/unprot.ps + tlpkg/tlgs/lib/viewcmyk.ps + tlpkg/tlgs/lib/viewgif.ps + tlpkg/tlgs/lib/viewjpeg.ps + tlpkg/tlgs/lib/viewmiff.ps + tlpkg/tlgs/lib/viewpbm.ps + tlpkg/tlgs/lib/viewpcx.ps + tlpkg/tlgs/lib/viewps2a.ps + tlpkg/tlgs/lib/viewrgb.ps + tlpkg/tlgs/lib/wftopfa.ps + tlpkg/tlgs/lib/winmaps.ps + tlpkg/tlgs/lib/wrfont.ps + tlpkg/tlgs/lib/zeroline.ps +catalogue-ctan /support/ghostscript +catalogue-date 2009-01-16 15:12:56 +0100 +catalogue-license collection + +name tlperl.win32 +category TLCore +revision 15741 +runfiles size=4215 + tlpkg/tlperl/README.TEXLIVE + tlpkg/tlperl/bin/perl.exe + tlpkg/tlperl/bin/perl.exe.manifest + tlpkg/tlperl/bin/perl58.dll + tlpkg/tlperl/lib/AnyDBM_File.pm + tlpkg/tlperl/lib/AutoLoader.pm + tlpkg/tlperl/lib/B.pm + tlpkg/tlperl/lib/B/Asmdata.pm + tlpkg/tlperl/lib/B/Assembler.pm + tlpkg/tlperl/lib/B/Bblock.pm + tlpkg/tlperl/lib/B/Bytecode.pm + tlpkg/tlperl/lib/B/C.pm + tlpkg/tlperl/lib/B/CC.pm + tlpkg/tlperl/lib/B/Concise.pm + tlpkg/tlperl/lib/B/Debug.pm + tlpkg/tlperl/lib/B/Deparse.pm + tlpkg/tlperl/lib/B/Disassembler.pm + tlpkg/tlperl/lib/B/Lint.pm + tlpkg/tlperl/lib/B/Showlex.pm + tlpkg/tlperl/lib/B/Stackobj.pm + tlpkg/tlperl/lib/B/Stash.pm + tlpkg/tlperl/lib/B/Terse.pm + tlpkg/tlperl/lib/B/Xref.pm + tlpkg/tlperl/lib/B/assemble + tlpkg/tlperl/lib/B/cc_harness + tlpkg/tlperl/lib/B/disassemble + tlpkg/tlperl/lib/B/makeliblinks + tlpkg/tlperl/lib/Carp.pm + tlpkg/tlperl/lib/Carp/Heavy.pm + tlpkg/tlperl/lib/Class/ISA.pm + tlpkg/tlperl/lib/Class/Struct.pm + tlpkg/tlperl/lib/Config.pm + tlpkg/tlperl/lib/Config_heavy.pl + tlpkg/tlperl/lib/Cwd.pm + tlpkg/tlperl/lib/Data/Dumper.pm + tlpkg/tlperl/lib/Digest/MD5.pm + tlpkg/tlperl/lib/Digest/base.pm + tlpkg/tlperl/lib/Digest/file.pm + tlpkg/tlperl/lib/DynaLoader.pm + tlpkg/tlperl/lib/Encode.pm + tlpkg/tlperl/lib/Encode/Alias.pm + tlpkg/tlperl/lib/Encode/Byte.pm + tlpkg/tlperl/lib/Encode/CJKConstants.pm + tlpkg/tlperl/lib/Encode/CN.pm + tlpkg/tlperl/lib/Encode/CN/HZ.pm + tlpkg/tlperl/lib/Encode/Changes.e2x + tlpkg/tlperl/lib/Encode/Config.pm + tlpkg/tlperl/lib/Encode/ConfigLocal_PM.e2x + tlpkg/tlperl/lib/Encode/EBCDIC.pm + tlpkg/tlperl/lib/Encode/Encoder.pm + tlpkg/tlperl/lib/Encode/Encoding.pm + tlpkg/tlperl/lib/Encode/Guess.pm + tlpkg/tlperl/lib/Encode/JP.pm + tlpkg/tlperl/lib/Encode/JP/H2Z.pm + tlpkg/tlperl/lib/Encode/JP/JIS7.pm + tlpkg/tlperl/lib/Encode/KR.pm + tlpkg/tlperl/lib/Encode/KR/2022_KR.pm + tlpkg/tlperl/lib/Encode/MIME/Header.pm + tlpkg/tlperl/lib/Encode/MIME/Header/ISO_2022_JP.pm + tlpkg/tlperl/lib/Encode/Makefile_PL.e2x + tlpkg/tlperl/lib/Encode/PerlIO.pod + tlpkg/tlperl/lib/Encode/README.e2x + tlpkg/tlperl/lib/Encode/Supported.pod + tlpkg/tlperl/lib/Encode/Symbol.pm + tlpkg/tlperl/lib/Encode/TW.pm + tlpkg/tlperl/lib/Encode/Unicode.pm + tlpkg/tlperl/lib/Encode/Unicode/UTF7.pm + tlpkg/tlperl/lib/Encode/_PM.e2x + tlpkg/tlperl/lib/Encode/_T.e2x + tlpkg/tlperl/lib/Encode/encode.h + tlpkg/tlperl/lib/Errno.pm + tlpkg/tlperl/lib/Exporter.pm + tlpkg/tlperl/lib/Exporter/Heavy.pm + tlpkg/tlperl/lib/Fcntl.pm + tlpkg/tlperl/lib/File/Basename.pm + tlpkg/tlperl/lib/File/CheckTree.pm + tlpkg/tlperl/lib/File/Compare.pm + tlpkg/tlperl/lib/File/Copy.pm + tlpkg/tlperl/lib/File/DosGlob.pm + tlpkg/tlperl/lib/File/Find.pm + tlpkg/tlperl/lib/File/Glob.pm + tlpkg/tlperl/lib/File/Path.pm + tlpkg/tlperl/lib/File/Spec.pm + tlpkg/tlperl/lib/File/Spec/Cygwin.pm + tlpkg/tlperl/lib/File/Spec/Epoc.pm + tlpkg/tlperl/lib/File/Spec/Functions.pm + tlpkg/tlperl/lib/File/Spec/Mac.pm + tlpkg/tlperl/lib/File/Spec/OS2.pm + tlpkg/tlperl/lib/File/Spec/Unix.pm + tlpkg/tlperl/lib/File/Spec/VMS.pm + tlpkg/tlperl/lib/File/Spec/Win32.pm + tlpkg/tlperl/lib/File/Temp.pm + tlpkg/tlperl/lib/File/stat.pm + tlpkg/tlperl/lib/FileHandle.pm + tlpkg/tlperl/lib/Getopt/Long.pm + tlpkg/tlperl/lib/Getopt/Std.pm + tlpkg/tlperl/lib/IO.pm + tlpkg/tlperl/lib/IO/Dir.pm + tlpkg/tlperl/lib/IO/File.pm + tlpkg/tlperl/lib/IO/Handle.pm + tlpkg/tlperl/lib/IO/Pipe.pm + tlpkg/tlperl/lib/IO/Poll.pm + tlpkg/tlperl/lib/IO/Seekable.pm + tlpkg/tlperl/lib/IO/Select.pm + tlpkg/tlperl/lib/IO/Socket.pm + tlpkg/tlperl/lib/IO/Socket/INET.pm + tlpkg/tlperl/lib/IO/Socket/UNIX.pm + tlpkg/tlperl/lib/List/Util.pm + tlpkg/tlperl/lib/Opcode.pm + tlpkg/tlperl/lib/POSIX.pm + tlpkg/tlperl/lib/Pod/Checker.pm + tlpkg/tlperl/lib/Pod/Find.pm + tlpkg/tlperl/lib/Pod/Functions.pm + tlpkg/tlperl/lib/Pod/Html.pm + tlpkg/tlperl/lib/Pod/InputObjects.pm + tlpkg/tlperl/lib/Pod/LaTeX.pm + tlpkg/tlperl/lib/Pod/Man.pm + tlpkg/tlperl/lib/Pod/ParseLink.pm + tlpkg/tlperl/lib/Pod/ParseUtils.pm + tlpkg/tlperl/lib/Pod/Parser.pm + tlpkg/tlperl/lib/Pod/Perldoc.pm + tlpkg/tlperl/lib/Pod/Perldoc/BaseTo.pm + tlpkg/tlperl/lib/Pod/Perldoc/GetOptsOO.pm + tlpkg/tlperl/lib/Pod/Perldoc/ToChecker.pm + tlpkg/tlperl/lib/Pod/Perldoc/ToMan.pm + tlpkg/tlperl/lib/Pod/Perldoc/ToNroff.pm + tlpkg/tlperl/lib/Pod/Perldoc/ToPod.pm + tlpkg/tlperl/lib/Pod/Perldoc/ToRtf.pm + tlpkg/tlperl/lib/Pod/Perldoc/ToText.pm + tlpkg/tlperl/lib/Pod/Perldoc/ToTk.pm + tlpkg/tlperl/lib/Pod/Perldoc/ToXml.pm + tlpkg/tlperl/lib/Pod/PlainText.pm + tlpkg/tlperl/lib/Pod/Plainer.pm + tlpkg/tlperl/lib/Pod/Select.pm + tlpkg/tlperl/lib/Pod/Text.pm + tlpkg/tlperl/lib/Pod/Text/Color.pm + tlpkg/tlperl/lib/Pod/Text/Overstrike.pm + tlpkg/tlperl/lib/Pod/Text/Termcap.pm + tlpkg/tlperl/lib/Pod/Usage.pm + tlpkg/tlperl/lib/Safe.pm + tlpkg/tlperl/lib/Scalar/Util.pm + tlpkg/tlperl/lib/SelectSaver.pm + tlpkg/tlperl/lib/Symbol.pm + tlpkg/tlperl/lib/Term/ANSIColor.pm + tlpkg/tlperl/lib/Term/Cap.pm + tlpkg/tlperl/lib/Term/Complete.pm + tlpkg/tlperl/lib/Term/ReadLine.pm + tlpkg/tlperl/lib/Text/Abbrev.pm + tlpkg/tlperl/lib/Text/Balanced.pm + tlpkg/tlperl/lib/Text/ParseWords.pm + tlpkg/tlperl/lib/Text/Soundex.pm + tlpkg/tlperl/lib/Text/Tabs.pm + tlpkg/tlperl/lib/Text/Wrap.pm + tlpkg/tlperl/lib/Tie/Array.pm + tlpkg/tlperl/lib/Tie/File.pm + tlpkg/tlperl/lib/Tie/Handle.pm + tlpkg/tlperl/lib/Tie/Hash.pm + tlpkg/tlperl/lib/Tie/Memoize.pm + tlpkg/tlperl/lib/Tie/RefHash.pm + tlpkg/tlperl/lib/Tie/Scalar.pm + tlpkg/tlperl/lib/Tie/SubstrHash.pm + tlpkg/tlperl/lib/Tie/Watch.pm + tlpkg/tlperl/lib/Time/HiRes.pm + tlpkg/tlperl/lib/Time/Local.pm + tlpkg/tlperl/lib/Time/gmtime.pm + tlpkg/tlperl/lib/Time/localtime.pm + tlpkg/tlperl/lib/Time/tm.pm + tlpkg/tlperl/lib/Tk.pm + tlpkg/tlperl/lib/Tk/Adjuster.pm + tlpkg/tlperl/lib/Tk/After.pm + tlpkg/tlperl/lib/Tk/Animation.pm + tlpkg/tlperl/lib/Tk/Balloon.pm + tlpkg/tlperl/lib/Tk/Bitmap.pm + tlpkg/tlperl/lib/Tk/BrowseEntry.pm + tlpkg/tlperl/lib/Tk/Button.pm + tlpkg/tlperl/lib/Tk/Camel.xpm + tlpkg/tlperl/lib/Tk/Canvas.pm + tlpkg/tlperl/lib/Tk/Checkbutton.pm + tlpkg/tlperl/lib/Tk/Clipboard.pm + tlpkg/tlperl/lib/Tk/CmdLine.pm + tlpkg/tlperl/lib/Tk/ColorEdit.xpm + tlpkg/tlperl/lib/Tk/ColorEditor.pm + tlpkg/tlperl/lib/Tk/Compound.pm + tlpkg/tlperl/lib/Tk/Config.pm + tlpkg/tlperl/lib/Tk/Configure.pm + tlpkg/tlperl/lib/Tk/Credits + tlpkg/tlperl/lib/Tk/Derived.pm + tlpkg/tlperl/lib/Tk/Dialog.pm + tlpkg/tlperl/lib/Tk/DialogBox.pm + tlpkg/tlperl/lib/Tk/DirTree.pm + tlpkg/tlperl/lib/Tk/Dirlist.pm + tlpkg/tlperl/lib/Tk/DragDrop.pm + tlpkg/tlperl/lib/Tk/DragDrop/Common.pm + tlpkg/tlperl/lib/Tk/DragDrop/LocalDrop.pm + tlpkg/tlperl/lib/Tk/DragDrop/Rect.pm + tlpkg/tlperl/lib/Tk/DragDrop/SunConst.pm + tlpkg/tlperl/lib/Tk/DragDrop/SunDrop.pm + tlpkg/tlperl/lib/Tk/DragDrop/SunSite.pm + tlpkg/tlperl/lib/Tk/DragDrop/Win32Drop.pm + tlpkg/tlperl/lib/Tk/DragDrop/Win32Site.pm + tlpkg/tlperl/lib/Tk/DragDrop/XDNDDrop.pm + tlpkg/tlperl/lib/Tk/DragDrop/XDNDSite.pm + tlpkg/tlperl/lib/Tk/DropSite.pm + tlpkg/tlperl/lib/Tk/DummyEncode.pm + tlpkg/tlperl/lib/Tk/English.pm + tlpkg/tlperl/lib/Tk/Entry.pm + tlpkg/tlperl/lib/Tk/ErrorDialog.pm + tlpkg/tlperl/lib/Tk/Event.pm + tlpkg/tlperl/lib/Tk/Event/IO.pm + tlpkg/tlperl/lib/Tk/FBox.pm + tlpkg/tlperl/lib/Tk/FileSelect.pm + tlpkg/tlperl/lib/Tk/FloatEntry.pm + tlpkg/tlperl/lib/Tk/Font.pm + tlpkg/tlperl/lib/Tk/Frame.pm + tlpkg/tlperl/lib/Tk/HList.pm + tlpkg/tlperl/lib/Tk/IO.pm + tlpkg/tlperl/lib/Tk/IconList.pm + tlpkg/tlperl/lib/Tk/Image.pm + tlpkg/tlperl/lib/Tk/ItemStyle.pm + tlpkg/tlperl/lib/Tk/JPEG.pm + tlpkg/tlperl/lib/Tk/LabEntry.pm + tlpkg/tlperl/lib/Tk/LabFrame.pm + tlpkg/tlperl/lib/Tk/LabRadio.pm + tlpkg/tlperl/lib/Tk/Label.pm + tlpkg/tlperl/lib/Tk/Labelframe.pm + tlpkg/tlperl/lib/Tk/Listbox.pm + tlpkg/tlperl/lib/Tk/MMtry.pm + tlpkg/tlperl/lib/Tk/MMutil.pm + tlpkg/tlperl/lib/Tk/MainWindow.pm + tlpkg/tlperl/lib/Tk/MakeDepend.pm + tlpkg/tlperl/lib/Tk/Menu.pm + tlpkg/tlperl/lib/Tk/Menu/Item.pm + tlpkg/tlperl/lib/Tk/Menubar.pm + tlpkg/tlperl/lib/Tk/Menubutton.pm + tlpkg/tlperl/lib/Tk/Message.pm + tlpkg/tlperl/lib/Tk/NBFrame.pm + tlpkg/tlperl/lib/Tk/NoteBook.pm + tlpkg/tlperl/lib/Tk/Optionmenu.pm + tlpkg/tlperl/lib/Tk/PNG.pm + tlpkg/tlperl/lib/Tk/Pane.pm + tlpkg/tlperl/lib/Tk/Panedwindow.pm + tlpkg/tlperl/lib/Tk/Photo.pm + tlpkg/tlperl/lib/Tk/Pixmap.pm + tlpkg/tlperl/lib/Tk/Pretty.pm + tlpkg/tlperl/lib/Tk/ProgressBar.pm + tlpkg/tlperl/lib/Tk/README.Adjust + tlpkg/tlperl/lib/Tk/ROText.pm + tlpkg/tlperl/lib/Tk/Radiobutton.pm + tlpkg/tlperl/lib/Tk/Region.pm + tlpkg/tlperl/lib/Tk/Reindex.pm + tlpkg/tlperl/lib/Tk/ReindexedROText.pm + tlpkg/tlperl/lib/Tk/ReindexedText.pm + tlpkg/tlperl/lib/Tk/Scale.pm + tlpkg/tlperl/lib/Tk/Scrollbar.pm + tlpkg/tlperl/lib/Tk/Spinbox.pm + tlpkg/tlperl/lib/Tk/Stats.pm + tlpkg/tlperl/lib/Tk/Submethods.pm + tlpkg/tlperl/lib/Tk/TList.pm + tlpkg/tlperl/lib/Tk/Table.pm + tlpkg/tlperl/lib/Tk/Text.pm + tlpkg/tlperl/lib/Tk/Text/Tag.pm + tlpkg/tlperl/lib/Tk/TextEdit.pm + tlpkg/tlperl/lib/Tk/TextList.pm + tlpkg/tlperl/lib/Tk/TextUndo.pm + tlpkg/tlperl/lib/Tk/Tiler.pm + tlpkg/tlperl/lib/Tk/TixGrid.pm + tlpkg/tlperl/lib/Tk/Tk.xbm + tlpkg/tlperl/lib/Tk/Tk.xpm + tlpkg/tlperl/lib/Tk/TkXSUB.def + tlpkg/tlperl/lib/Tk/Toplevel.pm + tlpkg/tlperl/lib/Tk/Trace.pm + tlpkg/tlperl/lib/Tk/Tree.pm + tlpkg/tlperl/lib/Tk/Widget.pm + tlpkg/tlperl/lib/Tk/Wm.pm + tlpkg/tlperl/lib/Tk/X.pm + tlpkg/tlperl/lib/Tk/X11/X.h + tlpkg/tlperl/lib/Tk/X11/Xatom.h + tlpkg/tlperl/lib/Tk/X11/Xfuncproto.h + tlpkg/tlperl/lib/Tk/X11/Xlib.h + tlpkg/tlperl/lib/Tk/X11/Xutil.h + tlpkg/tlperl/lib/Tk/X11/cursorfont.h + tlpkg/tlperl/lib/Tk/X11/keysym.h + tlpkg/tlperl/lib/Tk/X11/keysymdef.h + tlpkg/tlperl/lib/Tk/X11/license.terms + tlpkg/tlperl/lib/Tk/X11Font.pm + tlpkg/tlperl/lib/Tk/Xcamel.gif + tlpkg/tlperl/lib/Tk/Xlib.pm + tlpkg/tlperl/lib/Tk/Xrm.pm + tlpkg/tlperl/lib/Tk/act_folder.xbm + tlpkg/tlperl/lib/Tk/act_folder.xpm + tlpkg/tlperl/lib/Tk/anim.gif + tlpkg/tlperl/lib/Tk/arrowdownwin.xbm + tlpkg/tlperl/lib/Tk/balArrow.xbm + tlpkg/tlperl/lib/Tk/cbxarrow.xbm + tlpkg/tlperl/lib/Tk/file.xbm + tlpkg/tlperl/lib/Tk/file.xpm + tlpkg/tlperl/lib/Tk/folder.xbm + tlpkg/tlperl/lib/Tk/folder.xpm + tlpkg/tlperl/lib/Tk/icon.gif + tlpkg/tlperl/lib/Tk/install.pm + tlpkg/tlperl/lib/Tk/license.terms + tlpkg/tlperl/lib/Tk/openfile.xbm + tlpkg/tlperl/lib/Tk/openfolder.xbm + tlpkg/tlperl/lib/Tk/openfolder.xpm + tlpkg/tlperl/lib/Tk/prolog.ps + tlpkg/tlperl/lib/Tk/reindex.pl + tlpkg/tlperl/lib/Tk/srcfile.xpm + tlpkg/tlperl/lib/Tk/textfile.xpm + tlpkg/tlperl/lib/Tk/tkGlue.def + tlpkg/tlperl/lib/Tk/tkGlue.h + tlpkg/tlperl/lib/Tk/tkGlue.m + tlpkg/tlperl/lib/Tk/tkGlue.t + tlpkg/tlperl/lib/Tk/tkGlue_f.h + tlpkg/tlperl/lib/Tk/tranicon.gif + tlpkg/tlperl/lib/Tk/typemap + tlpkg/tlperl/lib/Tk/vtab.def + tlpkg/tlperl/lib/Tk/widgets.pm + tlpkg/tlperl/lib/Tk/win.xbm + tlpkg/tlperl/lib/Tk/winfolder.xpm + tlpkg/tlperl/lib/Tk/wintext.xpm + tlpkg/tlperl/lib/UNIVERSAL.pm + tlpkg/tlperl/lib/Win32.pm + tlpkg/tlperl/lib/Win32/API.pm + tlpkg/tlperl/lib/Win32/API.pm.orig + tlpkg/tlperl/lib/Win32/API/Callback.pm + tlpkg/tlperl/lib/Win32/API/Struct.pm + tlpkg/tlperl/lib/Win32/API/Test.pm + tlpkg/tlperl/lib/Win32/API/Type.pm + tlpkg/tlperl/lib/Win32/ChangeNotify.pm + tlpkg/tlperl/lib/Win32/Client.pl + tlpkg/tlperl/lib/Win32/Clipboard.pm + tlpkg/tlperl/lib/Win32/Console.pm + tlpkg/tlperl/lib/Win32/Event.pm + tlpkg/tlperl/lib/Win32/EventLog.pm + tlpkg/tlperl/lib/Win32/File.pm + tlpkg/tlperl/lib/Win32/FileSecurity.pm + tlpkg/tlperl/lib/Win32/IPC.pm + tlpkg/tlperl/lib/Win32/Internet.pm + tlpkg/tlperl/lib/Win32/Job.pm + tlpkg/tlperl/lib/Win32/Mutex.pm + tlpkg/tlperl/lib/Win32/NetAdmin.pm + tlpkg/tlperl/lib/Win32/NetResource.pm + tlpkg/tlperl/lib/Win32/ODBC.pm + tlpkg/tlperl/lib/Win32/PerfLib.pm + tlpkg/tlperl/lib/Win32/Pipe.pm + tlpkg/tlperl/lib/Win32/Process.pm + tlpkg/tlperl/lib/Win32/Registry.pm + tlpkg/tlperl/lib/Win32/Semaphore.pm + tlpkg/tlperl/lib/Win32/Server.pl + tlpkg/tlperl/lib/Win32/Service.pm + tlpkg/tlperl/lib/Win32/Shortcut.pm + tlpkg/tlperl/lib/Win32/Sound.pm + tlpkg/tlperl/lib/Win32/Test.pl + tlpkg/tlperl/lib/Win32/TieRegistry.pm + tlpkg/tlperl/lib/Win32/WinError.pm + tlpkg/tlperl/lib/Win32/test-async.pl + tlpkg/tlperl/lib/Win32API/Registry.pm + tlpkg/tlperl/lib/Win32API/Registry/cRegistry.pc + tlpkg/tlperl/lib/XSLoader.pm + tlpkg/tlperl/lib/attributes.pm + tlpkg/tlperl/lib/auto/B/B.bs + tlpkg/tlperl/lib/auto/B/B.dll + tlpkg/tlperl/lib/auto/B/C/C.bs + tlpkg/tlperl/lib/auto/B/C/C.dll + tlpkg/tlperl/lib/auto/Cwd/Cwd.bs + tlpkg/tlperl/lib/auto/Cwd/Cwd.dll + tlpkg/tlperl/lib/auto/Data/Dumper/Dumper.bs + tlpkg/tlperl/lib/auto/Data/Dumper/Dumper.dll + tlpkg/tlperl/lib/auto/Digest/MD5/MD5.bs + tlpkg/tlperl/lib/auto/Digest/MD5/MD5.dll + tlpkg/tlperl/lib/auto/DynaLoader/autosplit.ix + tlpkg/tlperl/lib/auto/DynaLoader/dl_expandspec.al + tlpkg/tlperl/lib/auto/DynaLoader/dl_find_symbol_anywhere.al + tlpkg/tlperl/lib/auto/DynaLoader/dl_findfile.al + tlpkg/tlperl/lib/auto/Encode/Byte/Byte.bs + tlpkg/tlperl/lib/auto/Encode/Byte/Byte.dll + tlpkg/tlperl/lib/auto/Encode/Encode.bs + tlpkg/tlperl/lib/auto/Encode/Encode.dll + tlpkg/tlperl/lib/auto/Encode/Symbol/Symbol.bs + tlpkg/tlperl/lib/auto/Encode/Symbol/Symbol.dll + tlpkg/tlperl/lib/auto/Encode/Unicode/Unicode.bs + tlpkg/tlperl/lib/auto/Encode/Unicode/Unicode.dll + tlpkg/tlperl/lib/auto/Fcntl/Fcntl.bs + tlpkg/tlperl/lib/auto/Fcntl/Fcntl.dll + tlpkg/tlperl/lib/auto/File/Glob/Glob.bs + tlpkg/tlperl/lib/auto/File/Glob/Glob.dll + tlpkg/tlperl/lib/auto/IO/IO.bs + tlpkg/tlperl/lib/auto/IO/IO.dll + tlpkg/tlperl/lib/auto/List/Util/Util.bs + tlpkg/tlperl/lib/auto/List/Util/Util.dll + tlpkg/tlperl/lib/auto/Opcode/Opcode.bs + tlpkg/tlperl/lib/auto/Opcode/Opcode.dll + tlpkg/tlperl/lib/auto/POSIX/POSIX.bs + tlpkg/tlperl/lib/auto/POSIX/POSIX.dll + tlpkg/tlperl/lib/auto/POSIX/SigAction/flags.al + tlpkg/tlperl/lib/auto/POSIX/SigAction/handler.al + tlpkg/tlperl/lib/auto/POSIX/SigAction/mask.al + tlpkg/tlperl/lib/auto/POSIX/SigAction/safe.al + tlpkg/tlperl/lib/auto/POSIX/abs.al + tlpkg/tlperl/lib/auto/POSIX/alarm.al + tlpkg/tlperl/lib/auto/POSIX/assert.al + tlpkg/tlperl/lib/auto/POSIX/atan2.al + tlpkg/tlperl/lib/auto/POSIX/atexit.al + tlpkg/tlperl/lib/auto/POSIX/atof.al + tlpkg/tlperl/lib/auto/POSIX/atoi.al + tlpkg/tlperl/lib/auto/POSIX/atol.al + tlpkg/tlperl/lib/auto/POSIX/autosplit.ix + tlpkg/tlperl/lib/auto/POSIX/bsearch.al + tlpkg/tlperl/lib/auto/POSIX/calloc.al + tlpkg/tlperl/lib/auto/POSIX/chdir.al + tlpkg/tlperl/lib/auto/POSIX/chmod.al + tlpkg/tlperl/lib/auto/POSIX/chown.al + tlpkg/tlperl/lib/auto/POSIX/clearerr.al + tlpkg/tlperl/lib/auto/POSIX/closedir.al + tlpkg/tlperl/lib/auto/POSIX/cos.al + tlpkg/tlperl/lib/auto/POSIX/creat.al + tlpkg/tlperl/lib/auto/POSIX/div.al + tlpkg/tlperl/lib/auto/POSIX/errno.al + tlpkg/tlperl/lib/auto/POSIX/execl.al + tlpkg/tlperl/lib/auto/POSIX/execle.al + tlpkg/tlperl/lib/auto/POSIX/execlp.al + tlpkg/tlperl/lib/auto/POSIX/execv.al + tlpkg/tlperl/lib/auto/POSIX/execve.al + tlpkg/tlperl/lib/auto/POSIX/execvp.al + tlpkg/tlperl/lib/auto/POSIX/exit.al + tlpkg/tlperl/lib/auto/POSIX/exp.al + tlpkg/tlperl/lib/auto/POSIX/fabs.al + tlpkg/tlperl/lib/auto/POSIX/fclose.al + tlpkg/tlperl/lib/auto/POSIX/fcntl.al + tlpkg/tlperl/lib/auto/POSIX/fdopen.al + tlpkg/tlperl/lib/auto/POSIX/feof.al + tlpkg/tlperl/lib/auto/POSIX/ferror.al + tlpkg/tlperl/lib/auto/POSIX/fflush.al + tlpkg/tlperl/lib/auto/POSIX/fgetc.al + tlpkg/tlperl/lib/auto/POSIX/fgetpos.al + tlpkg/tlperl/lib/auto/POSIX/fgets.al + tlpkg/tlperl/lib/auto/POSIX/fileno.al + tlpkg/tlperl/lib/auto/POSIX/fopen.al + tlpkg/tlperl/lib/auto/POSIX/fork.al + tlpkg/tlperl/lib/auto/POSIX/fprintf.al + tlpkg/tlperl/lib/auto/POSIX/fputc.al + tlpkg/tlperl/lib/auto/POSIX/fputs.al + tlpkg/tlperl/lib/auto/POSIX/fread.al + tlpkg/tlperl/lib/auto/POSIX/free.al + tlpkg/tlperl/lib/auto/POSIX/freopen.al + tlpkg/tlperl/lib/auto/POSIX/fscanf.al + tlpkg/tlperl/lib/auto/POSIX/fseek.al + tlpkg/tlperl/lib/auto/POSIX/fsetpos.al + tlpkg/tlperl/lib/auto/POSIX/fstat.al + tlpkg/tlperl/lib/auto/POSIX/fsync.al + tlpkg/tlperl/lib/auto/POSIX/ftell.al + tlpkg/tlperl/lib/auto/POSIX/fwrite.al + tlpkg/tlperl/lib/auto/POSIX/getc.al + tlpkg/tlperl/lib/auto/POSIX/getchar.al + tlpkg/tlperl/lib/auto/POSIX/getegid.al + tlpkg/tlperl/lib/auto/POSIX/getenv.al + tlpkg/tlperl/lib/auto/POSIX/geteuid.al + tlpkg/tlperl/lib/auto/POSIX/getgid.al + tlpkg/tlperl/lib/auto/POSIX/getgrgid.al + tlpkg/tlperl/lib/auto/POSIX/getgrnam.al + tlpkg/tlperl/lib/auto/POSIX/getgroups.al + tlpkg/tlperl/lib/auto/POSIX/getlogin.al + tlpkg/tlperl/lib/auto/POSIX/getpgrp.al + tlpkg/tlperl/lib/auto/POSIX/getpid.al + tlpkg/tlperl/lib/auto/POSIX/getppid.al + tlpkg/tlperl/lib/auto/POSIX/getpwnam.al + tlpkg/tlperl/lib/auto/POSIX/getpwuid.al + tlpkg/tlperl/lib/auto/POSIX/gets.al + tlpkg/tlperl/lib/auto/POSIX/getuid.al + tlpkg/tlperl/lib/auto/POSIX/gmtime.al + tlpkg/tlperl/lib/auto/POSIX/isatty.al + tlpkg/tlperl/lib/auto/POSIX/kill.al + tlpkg/tlperl/lib/auto/POSIX/labs.al + tlpkg/tlperl/lib/auto/POSIX/ldiv.al + tlpkg/tlperl/lib/auto/POSIX/link.al + tlpkg/tlperl/lib/auto/POSIX/load_imports.al + tlpkg/tlperl/lib/auto/POSIX/localtime.al + tlpkg/tlperl/lib/auto/POSIX/log.al + tlpkg/tlperl/lib/auto/POSIX/longjmp.al + tlpkg/tlperl/lib/auto/POSIX/malloc.al + tlpkg/tlperl/lib/auto/POSIX/memchr.al + tlpkg/tlperl/lib/auto/POSIX/memcmp.al + tlpkg/tlperl/lib/auto/POSIX/memcpy.al + tlpkg/tlperl/lib/auto/POSIX/memmove.al + tlpkg/tlperl/lib/auto/POSIX/memset.al + tlpkg/tlperl/lib/auto/POSIX/mkdir.al + tlpkg/tlperl/lib/auto/POSIX/offsetof.al + tlpkg/tlperl/lib/auto/POSIX/opendir.al + tlpkg/tlperl/lib/auto/POSIX/perror.al + tlpkg/tlperl/lib/auto/POSIX/pow.al + tlpkg/tlperl/lib/auto/POSIX/printf.al + tlpkg/tlperl/lib/auto/POSIX/putc.al + tlpkg/tlperl/lib/auto/POSIX/putchar.al + tlpkg/tlperl/lib/auto/POSIX/puts.al + tlpkg/tlperl/lib/auto/POSIX/qsort.al + tlpkg/tlperl/lib/auto/POSIX/raise.al + tlpkg/tlperl/lib/auto/POSIX/rand.al + tlpkg/tlperl/lib/auto/POSIX/readdir.al + tlpkg/tlperl/lib/auto/POSIX/realloc.al + tlpkg/tlperl/lib/auto/POSIX/redef.al + tlpkg/tlperl/lib/auto/POSIX/remove.al + tlpkg/tlperl/lib/auto/POSIX/rename.al + tlpkg/tlperl/lib/auto/POSIX/rewind.al + tlpkg/tlperl/lib/auto/POSIX/rewinddir.al + tlpkg/tlperl/lib/auto/POSIX/rmdir.al + tlpkg/tlperl/lib/auto/POSIX/scanf.al + tlpkg/tlperl/lib/auto/POSIX/setbuf.al + tlpkg/tlperl/lib/auto/POSIX/setjmp.al + tlpkg/tlperl/lib/auto/POSIX/setvbuf.al + tlpkg/tlperl/lib/auto/POSIX/siglongjmp.al + tlpkg/tlperl/lib/auto/POSIX/sigsetjmp.al + tlpkg/tlperl/lib/auto/POSIX/sin.al + tlpkg/tlperl/lib/auto/POSIX/sleep.al + tlpkg/tlperl/lib/auto/POSIX/sprintf.al + tlpkg/tlperl/lib/auto/POSIX/sqrt.al + tlpkg/tlperl/lib/auto/POSIX/srand.al + tlpkg/tlperl/lib/auto/POSIX/sscanf.al + tlpkg/tlperl/lib/auto/POSIX/stat.al + tlpkg/tlperl/lib/auto/POSIX/strcat.al + tlpkg/tlperl/lib/auto/POSIX/strchr.al + tlpkg/tlperl/lib/auto/POSIX/strcmp.al + tlpkg/tlperl/lib/auto/POSIX/strcpy.al + tlpkg/tlperl/lib/auto/POSIX/strcspn.al + tlpkg/tlperl/lib/auto/POSIX/strerror.al + tlpkg/tlperl/lib/auto/POSIX/strlen.al + tlpkg/tlperl/lib/auto/POSIX/strncat.al + tlpkg/tlperl/lib/auto/POSIX/strncmp.al + tlpkg/tlperl/lib/auto/POSIX/strncpy.al + tlpkg/tlperl/lib/auto/POSIX/strpbrk.al + tlpkg/tlperl/lib/auto/POSIX/strrchr.al + tlpkg/tlperl/lib/auto/POSIX/strspn.al + tlpkg/tlperl/lib/auto/POSIX/strstr.al + tlpkg/tlperl/lib/auto/POSIX/strtok.al + tlpkg/tlperl/lib/auto/POSIX/system.al + tlpkg/tlperl/lib/auto/POSIX/time.al + tlpkg/tlperl/lib/auto/POSIX/tmpfile.al + tlpkg/tlperl/lib/auto/POSIX/tolower.al + tlpkg/tlperl/lib/auto/POSIX/toupper.al + tlpkg/tlperl/lib/auto/POSIX/umask.al + tlpkg/tlperl/lib/auto/POSIX/ungetc.al + tlpkg/tlperl/lib/auto/POSIX/unimpl.al + tlpkg/tlperl/lib/auto/POSIX/unlink.al + tlpkg/tlperl/lib/auto/POSIX/usage.al + tlpkg/tlperl/lib/auto/POSIX/utime.al + tlpkg/tlperl/lib/auto/POSIX/vfprintf.al + tlpkg/tlperl/lib/auto/POSIX/vprintf.al + tlpkg/tlperl/lib/auto/POSIX/vsprintf.al + tlpkg/tlperl/lib/auto/POSIX/wait.al + tlpkg/tlperl/lib/auto/POSIX/waitpid.al + tlpkg/tlperl/lib/auto/SDBM_File/SDBM_File.bs + tlpkg/tlperl/lib/auto/SDBM_File/SDBM_File.dll + tlpkg/tlperl/lib/auto/Time/HiRes/HiRes.bs + tlpkg/tlperl/lib/auto/Time/HiRes/HiRes.dll + tlpkg/tlperl/lib/auto/Tk/CancelRepeat.al + tlpkg/tlperl/lib/auto/Tk/Canvas/Canvas.bs + tlpkg/tlperl/lib/auto/Tk/Canvas/Canvas.dll + tlpkg/tlperl/lib/auto/Tk/Clipboard/autosplit.ix + tlpkg/tlperl/lib/auto/Tk/Clipboard/getSelected.al + tlpkg/tlperl/lib/auto/Tk/Compound/Compound.bs + tlpkg/tlperl/lib/auto/Tk/Compound/Compound.dll + tlpkg/tlperl/lib/auto/Tk/DragDrop/Win32Site/Win32Site.bs + tlpkg/tlperl/lib/auto/Tk/DragDrop/Win32Site/Win32Site.dll + tlpkg/tlperl/lib/auto/Tk/EnterFocus.al + tlpkg/tlperl/lib/auto/Tk/Entry/Entry.bs + tlpkg/tlperl/lib/auto/Tk/Entry/Entry.dll + tlpkg/tlperl/lib/auto/Tk/Error.al + tlpkg/tlperl/lib/auto/Tk/Event/Event.bs + tlpkg/tlperl/lib/auto/Tk/Event/Event.dll + tlpkg/tlperl/lib/auto/Tk/FirstMenu.al + tlpkg/tlperl/lib/auto/Tk/FocusChildren.al + tlpkg/tlperl/lib/auto/Tk/FocusOK.al + tlpkg/tlperl/lib/auto/Tk/Frame/AddScrollbars.al + tlpkg/tlperl/lib/auto/Tk/Frame/FindMenu.al + tlpkg/tlperl/lib/auto/Tk/Frame/autosplit.ix + tlpkg/tlperl/lib/auto/Tk/Frame/freeze_on_map.al + tlpkg/tlperl/lib/auto/Tk/Frame/label.al + tlpkg/tlperl/lib/auto/Tk/Frame/labelPack.al + tlpkg/tlperl/lib/auto/Tk/Frame/labelVariable.al + tlpkg/tlperl/lib/auto/Tk/Frame/packscrollbars.al + tlpkg/tlperl/lib/auto/Tk/Frame/queuePack.al + tlpkg/tlperl/lib/auto/Tk/Frame/sbset.al + tlpkg/tlperl/lib/auto/Tk/Frame/scrollbars.al + tlpkg/tlperl/lib/auto/Tk/HList/HList.bs + tlpkg/tlperl/lib/auto/Tk/HList/HList.dll + tlpkg/tlperl/lib/auto/Tk/IO/IO.bs + tlpkg/tlperl/lib/auto/Tk/IO/IO.dll + tlpkg/tlperl/lib/auto/Tk/ImageNames.al + tlpkg/tlperl/lib/auto/Tk/ImageTypes.al + tlpkg/tlperl/lib/auto/Tk/JPEG/JPEG.bs + tlpkg/tlperl/lib/auto/Tk/JPEG/JPEG.dll + tlpkg/tlperl/lib/auto/Tk/Listbox/AutoScan.al + tlpkg/tlperl/lib/auto/Tk/Listbox/BeginExtend.al + tlpkg/tlperl/lib/auto/Tk/Listbox/BeginSelect.al + tlpkg/tlperl/lib/auto/Tk/Listbox/BeginToggle.al + tlpkg/tlperl/lib/auto/Tk/Listbox/ButtonRelease_1.al + tlpkg/tlperl/lib/auto/Tk/Listbox/CLEAR.al + tlpkg/tlperl/lib/auto/Tk/Listbox/Cancel.al + tlpkg/tlperl/lib/auto/Tk/Listbox/Cntrl_End.al + tlpkg/tlperl/lib/auto/Tk/Listbox/Cntrl_Home.al + tlpkg/tlperl/lib/auto/Tk/Listbox/Cntrl_backslash.al + tlpkg/tlperl/lib/auto/Tk/Listbox/DELETE.al + tlpkg/tlperl/lib/auto/Tk/Listbox/DataExtend.al + tlpkg/tlperl/lib/auto/Tk/Listbox/EXISTS.al + tlpkg/tlperl/lib/auto/Tk/Listbox/EXTEND.al + tlpkg/tlperl/lib/auto/Tk/Listbox/ExtendUpDown.al + tlpkg/tlperl/lib/auto/Tk/Listbox/FETCH.al + tlpkg/tlperl/lib/auto/Tk/Listbox/FETCHSIZE.al + tlpkg/tlperl/lib/auto/Tk/Listbox/Listbox.bs + tlpkg/tlperl/lib/auto/Tk/Listbox/Listbox.dll + tlpkg/tlperl/lib/auto/Tk/Listbox/Motion.al + tlpkg/tlperl/lib/auto/Tk/Listbox/POP.al + tlpkg/tlperl/lib/auto/Tk/Listbox/PUSH.al + tlpkg/tlperl/lib/auto/Tk/Listbox/SHIFT.al + tlpkg/tlperl/lib/auto/Tk/Listbox/SPLICE.al + tlpkg/tlperl/lib/auto/Tk/Listbox/STORE.al + tlpkg/tlperl/lib/auto/Tk/Listbox/SelectAll.al + tlpkg/tlperl/lib/auto/Tk/Listbox/SetList.al + tlpkg/tlperl/lib/auto/Tk/Listbox/TIEARRAY.al + tlpkg/tlperl/lib/auto/Tk/Listbox/TIESCALAR.al + tlpkg/tlperl/lib/auto/Tk/Listbox/UNSHIFT.al + tlpkg/tlperl/lib/auto/Tk/Listbox/UpDown.al + tlpkg/tlperl/lib/auto/Tk/Listbox/autosplit.ix + tlpkg/tlperl/lib/auto/Tk/Listbox/clipboardPaste.al + tlpkg/tlperl/lib/auto/Tk/Listbox/deleteSelected.al + tlpkg/tlperl/lib/auto/Tk/Listbox/getSelected.al + tlpkg/tlperl/lib/auto/Tk/Listbox/xyIndex.al + tlpkg/tlperl/lib/auto/Tk/Menubutton/Menubutton.bs + tlpkg/tlperl/lib/auto/Tk/Menubutton/Menubutton.dll + tlpkg/tlperl/lib/auto/Tk/NBFrame/NBFrame.bs + tlpkg/tlperl/lib/auto/Tk/NBFrame/NBFrame.dll + tlpkg/tlperl/lib/auto/Tk/PNG/PNG.bs + tlpkg/tlperl/lib/auto/Tk/PNG/PNG.dll + tlpkg/tlperl/lib/auto/Tk/Pixmap/Pixmap.bs + tlpkg/tlperl/lib/auto/Tk/Pixmap/Pixmap.dll + tlpkg/tlperl/lib/auto/Tk/Receive.al + tlpkg/tlperl/lib/auto/Tk/RepeatId.al + tlpkg/tlperl/lib/auto/Tk/Scale/Activate.al + tlpkg/tlperl/lib/auto/Tk/Scale/ButtonDown.al + tlpkg/tlperl/lib/auto/Tk/Scale/ButtonUp.al + tlpkg/tlperl/lib/auto/Tk/Scale/ControlPress.al + tlpkg/tlperl/lib/auto/Tk/Scale/Drag.al + tlpkg/tlperl/lib/auto/Tk/Scale/EndDrag.al + tlpkg/tlperl/lib/auto/Tk/Scale/Enter.al + tlpkg/tlperl/lib/auto/Tk/Scale/Increment.al + tlpkg/tlperl/lib/auto/Tk/Scale/Leave.al + tlpkg/tlperl/lib/auto/Tk/Scale/Scale.bs + tlpkg/tlperl/lib/auto/Tk/Scale/Scale.dll + tlpkg/tlperl/lib/auto/Tk/Scale/autosplit.ix + tlpkg/tlperl/lib/auto/Tk/Scrollbar/ButtonDown.al + tlpkg/tlperl/lib/auto/Tk/Scrollbar/ButtonUp.al + tlpkg/tlperl/lib/auto/Tk/Scrollbar/Drag.al + tlpkg/tlperl/lib/auto/Tk/Scrollbar/EndDrag.al + tlpkg/tlperl/lib/auto/Tk/Scrollbar/Enter.al + tlpkg/tlperl/lib/auto/Tk/Scrollbar/Leave.al + tlpkg/tlperl/lib/auto/Tk/Scrollbar/Motion.al + tlpkg/tlperl/lib/auto/Tk/Scrollbar/ScrlByPages.al + tlpkg/tlperl/lib/auto/Tk/Scrollbar/ScrlByUnits.al + tlpkg/tlperl/lib/auto/Tk/Scrollbar/ScrlToPos.al + tlpkg/tlperl/lib/auto/Tk/Scrollbar/ScrlTopBottom.al + tlpkg/tlperl/lib/auto/Tk/Scrollbar/Scrollbar.bs + tlpkg/tlperl/lib/auto/Tk/Scrollbar/Scrollbar.dll + tlpkg/tlperl/lib/auto/Tk/Scrollbar/Select.al + tlpkg/tlperl/lib/auto/Tk/Scrollbar/StartDrag.al + tlpkg/tlperl/lib/auto/Tk/Scrollbar/autosplit.ix + tlpkg/tlperl/lib/auto/Tk/Selection.al + tlpkg/tlperl/lib/auto/Tk/TList/TList.bs + tlpkg/tlperl/lib/auto/Tk/TList/TList.dll + tlpkg/tlperl/lib/auto/Tk/Table/Create.al + tlpkg/tlperl/lib/auto/Tk/Table/Posn.al + tlpkg/tlperl/lib/auto/Tk/Table/autosplit.ix + tlpkg/tlperl/lib/auto/Tk/Table/see.al + tlpkg/tlperl/lib/auto/Tk/Table/totalColumns.al + tlpkg/tlperl/lib/auto/Tk/Table/totalRows.al + tlpkg/tlperl/lib/auto/Tk/Text/Text.bs + tlpkg/tlperl/lib/auto/Tk/Text/Text.dll + tlpkg/tlperl/lib/auto/Tk/Text/autosplit.ix + tlpkg/tlperl/lib/auto/Tk/TextEdit/autosplit.ix + tlpkg/tlperl/lib/auto/Tk/TextUndo/autosplit.ix + tlpkg/tlperl/lib/auto/Tk/TixGrid/TixGrid.bs + tlpkg/tlperl/lib/auto/Tk/TixGrid/TixGrid.dll + tlpkg/tlperl/lib/auto/Tk/Tk.bs + tlpkg/tlperl/lib/auto/Tk/Tk.dll + tlpkg/tlperl/lib/auto/Tk/Toplevel/FG_BindIn.al + tlpkg/tlperl/lib/auto/Tk/Toplevel/FG_BindOut.al + tlpkg/tlperl/lib/auto/Tk/Toplevel/FG_Create.al + tlpkg/tlperl/lib/auto/Tk/Toplevel/FG_Destroy.al + tlpkg/tlperl/lib/auto/Tk/Toplevel/FG_In.al + tlpkg/tlperl/lib/auto/Tk/Toplevel/FG_Out.al + tlpkg/tlperl/lib/auto/Tk/Toplevel/autosplit.ix + tlpkg/tlperl/lib/auto/Tk/TraverseToMenu.al + tlpkg/tlperl/lib/auto/Tk/Widget/ASkludge.al + tlpkg/tlperl/lib/auto/Tk/Widget/autosplit.ix + tlpkg/tlperl/lib/auto/Tk/Widget/bindDump.al + tlpkg/tlperl/lib/auto/Tk/Widget/clipboardKeysyms.al + tlpkg/tlperl/lib/auto/Tk/Widget/pathname.al + tlpkg/tlperl/lib/auto/Tk/Wm/AnchorAdjust.al + tlpkg/tlperl/lib/auto/Tk/Wm/FullScreen.al + tlpkg/tlperl/lib/auto/Tk/Wm/Popup.al + tlpkg/tlperl/lib/auto/Tk/Wm/Post.al + tlpkg/tlperl/lib/auto/Tk/Wm/autosplit.ix + tlpkg/tlperl/lib/auto/Tk/Wm/iconposition.al + tlpkg/tlperl/lib/auto/Tk/X/X.bs + tlpkg/tlperl/lib/auto/Tk/X/X.dll + tlpkg/tlperl/lib/auto/Tk/X/autosplit.ix + tlpkg/tlperl/lib/auto/Tk/Xlib/Xlib.bs + tlpkg/tlperl/lib/auto/Tk/Xlib/Xlib.dll + tlpkg/tlperl/lib/auto/Tk/autosplit.ix + tlpkg/tlperl/lib/auto/Tk/break.al + tlpkg/tlperl/lib/auto/Tk/focusFollowsMouse.al + tlpkg/tlperl/lib/auto/Tk/focusNext.al + tlpkg/tlperl/lib/auto/Tk/focusPrev.al + tlpkg/tlperl/lib/auto/Tk/getEncoding.al + tlpkg/tlperl/lib/auto/Tk/interps.al + tlpkg/tlperl/lib/auto/Tk/lsearch.al + tlpkg/tlperl/lib/auto/Tk/pTk/extralibs.ld + tlpkg/tlperl/lib/auto/Tk/tabFocus.al + tlpkg/tlperl/lib/auto/Tk/updateWidgets.al + tlpkg/tlperl/lib/auto/Win32/API/API.bs + tlpkg/tlperl/lib/auto/Win32/API/API.dll + tlpkg/tlperl/lib/auto/Win32/API/Callback/Callback.bs + tlpkg/tlperl/lib/auto/Win32/API/Callback/Callback.dll + tlpkg/tlperl/lib/auto/Win32/ChangeNotify/ChangeNotify.bs + tlpkg/tlperl/lib/auto/Win32/ChangeNotify/ChangeNotify.dll + tlpkg/tlperl/lib/auto/Win32/Clipboard/Clipboard.bs + tlpkg/tlperl/lib/auto/Win32/Clipboard/Clipboard.dll + tlpkg/tlperl/lib/auto/Win32/Console/Console.bs + tlpkg/tlperl/lib/auto/Win32/Console/Console.dll + tlpkg/tlperl/lib/auto/Win32/Event/Event.bs + tlpkg/tlperl/lib/auto/Win32/Event/Event.dll + tlpkg/tlperl/lib/auto/Win32/EventLog/EventLog.bs + tlpkg/tlperl/lib/auto/Win32/EventLog/EventLog.dll + tlpkg/tlperl/lib/auto/Win32/File/File.bs + tlpkg/tlperl/lib/auto/Win32/File/File.dll + tlpkg/tlperl/lib/auto/Win32/FileSecurity/FileSecurity.bs + tlpkg/tlperl/lib/auto/Win32/FileSecurity/FileSecurity.dll + tlpkg/tlperl/lib/auto/Win32/IPC/IPC.bs + tlpkg/tlperl/lib/auto/Win32/IPC/IPC.dll + tlpkg/tlperl/lib/auto/Win32/Internet/Internet.bs + tlpkg/tlperl/lib/auto/Win32/Internet/Internet.dll + tlpkg/tlperl/lib/auto/Win32/Job/Job.bs + tlpkg/tlperl/lib/auto/Win32/Job/Job.dll + tlpkg/tlperl/lib/auto/Win32/Mutex/Mutex.bs + tlpkg/tlperl/lib/auto/Win32/Mutex/Mutex.dll + tlpkg/tlperl/lib/auto/Win32/NetAdmin/NetAdmin.bs + tlpkg/tlperl/lib/auto/Win32/NetAdmin/NetAdmin.dll + tlpkg/tlperl/lib/auto/Win32/NetResource/NetResource.bs + tlpkg/tlperl/lib/auto/Win32/NetResource/NetResource.dll + tlpkg/tlperl/lib/auto/Win32/NetResource/autosplit.ix + tlpkg/tlperl/lib/auto/Win32/ODBC/ODBC.bs + tlpkg/tlperl/lib/auto/Win32/ODBC/ODBC.dll + tlpkg/tlperl/lib/auto/Win32/OLE/OLE.bs + tlpkg/tlperl/lib/auto/Win32/OLE/OLE.dll + tlpkg/tlperl/lib/auto/Win32/PerfLib/PerfLib.bs + tlpkg/tlperl/lib/auto/Win32/PerfLib/PerfLib.dll + tlpkg/tlperl/lib/auto/Win32/PerfLib/autosplit.ix + tlpkg/tlperl/lib/auto/Win32/Pipe/Pipe.bs + tlpkg/tlperl/lib/auto/Win32/Pipe/Pipe.dll + tlpkg/tlperl/lib/auto/Win32/Process/Process.bs + tlpkg/tlperl/lib/auto/Win32/Process/Process.dll + tlpkg/tlperl/lib/auto/Win32/Registry/Registry.bs + tlpkg/tlperl/lib/auto/Win32/Registry/Registry.dll + tlpkg/tlperl/lib/auto/Win32/Semaphore/Semaphore.bs + tlpkg/tlperl/lib/auto/Win32/Semaphore/Semaphore.dll + tlpkg/tlperl/lib/auto/Win32/Service/Service.bs + tlpkg/tlperl/lib/auto/Win32/Service/Service.dll + tlpkg/tlperl/lib/auto/Win32/Shortcut/Shortcut.bs + tlpkg/tlperl/lib/auto/Win32/Shortcut/Shortcut.dll + tlpkg/tlperl/lib/auto/Win32/Sound/Sound.bs + tlpkg/tlperl/lib/auto/Win32/Sound/Sound.dll + tlpkg/tlperl/lib/auto/Win32/Win32.bs + tlpkg/tlperl/lib/auto/Win32/Win32.dll + tlpkg/tlperl/lib/auto/Win32/WinError/WinError.bs + tlpkg/tlperl/lib/auto/Win32/WinError/WinError.dll + tlpkg/tlperl/lib/auto/Win32API/Registry/Registry.bs + tlpkg/tlperl/lib/auto/Win32API/Registry/Registry.dll + tlpkg/tlperl/lib/auto/re/re.bs + tlpkg/tlperl/lib/auto/re/re.dll + tlpkg/tlperl/lib/base.pm + tlpkg/tlperl/lib/bytes.pm + tlpkg/tlperl/lib/bytes_heavy.pl + tlpkg/tlperl/lib/constant.pm + tlpkg/tlperl/lib/fields.pm + tlpkg/tlperl/lib/lib.pm + tlpkg/tlperl/lib/newgetopt.pl + tlpkg/tlperl/lib/overload.pm + tlpkg/tlperl/lib/re.pm + tlpkg/tlperl/lib/strict.pm + tlpkg/tlperl/lib/subs.pm + tlpkg/tlperl/lib/unicore/ArabicShaping.txt + tlpkg/tlperl/lib/unicore/BidiMirroring.txt + tlpkg/tlperl/lib/unicore/Blocks.txt + tlpkg/tlperl/lib/unicore/Canonical.pl + tlpkg/tlperl/lib/unicore/CaseFolding.txt + tlpkg/tlperl/lib/unicore/CombiningClass.pl + tlpkg/tlperl/lib/unicore/CompositionExclusions.txt + tlpkg/tlperl/lib/unicore/Decomposition.pl + tlpkg/tlperl/lib/unicore/EastAsianWidth.txt + tlpkg/tlperl/lib/unicore/Exact.pl + tlpkg/tlperl/lib/unicore/HangulSyllableType.txt + tlpkg/tlperl/lib/unicore/Index.txt + tlpkg/tlperl/lib/unicore/Jamo.txt + tlpkg/tlperl/lib/unicore/LineBreak.txt + tlpkg/tlperl/lib/unicore/Name.pl + tlpkg/tlperl/lib/unicore/NamedSequences.txt + tlpkg/tlperl/lib/unicore/NamesList.txt + tlpkg/tlperl/lib/unicore/NormalizationCorrections.txt + tlpkg/tlperl/lib/unicore/PVA.pl + tlpkg/tlperl/lib/unicore/PropList.txt + tlpkg/tlperl/lib/unicore/PropValueAliases.txt + tlpkg/tlperl/lib/unicore/Properties + tlpkg/tlperl/lib/unicore/PropertyAliases.txt + tlpkg/tlperl/lib/unicore/ReadMe.txt + tlpkg/tlperl/lib/unicore/Scripts.txt + tlpkg/tlperl/lib/unicore/SpecialCasing.txt + tlpkg/tlperl/lib/unicore/StandardizedVariants.txt + tlpkg/tlperl/lib/unicore/To/Digit.pl + tlpkg/tlperl/lib/unicore/To/Fold.pl + tlpkg/tlperl/lib/unicore/To/Lower.pl + tlpkg/tlperl/lib/unicore/To/Title.pl + tlpkg/tlperl/lib/unicore/To/Upper.pl + tlpkg/tlperl/lib/unicore/UnicodeData.txt + tlpkg/tlperl/lib/unicore/lib/bc/AL.pl + tlpkg/tlperl/lib/unicore/lib/bc/AN.pl + tlpkg/tlperl/lib/unicore/lib/bc/B.pl + tlpkg/tlperl/lib/unicore/lib/bc/BN.pl + tlpkg/tlperl/lib/unicore/lib/bc/CS.pl + tlpkg/tlperl/lib/unicore/lib/bc/EN.pl + tlpkg/tlperl/lib/unicore/lib/bc/ES.pl + tlpkg/tlperl/lib/unicore/lib/bc/ET.pl + tlpkg/tlperl/lib/unicore/lib/bc/L.pl + tlpkg/tlperl/lib/unicore/lib/bc/LRE.pl + tlpkg/tlperl/lib/unicore/lib/bc/LRO.pl + tlpkg/tlperl/lib/unicore/lib/bc/NSM.pl + tlpkg/tlperl/lib/unicore/lib/bc/ON.pl + tlpkg/tlperl/lib/unicore/lib/bc/PDF.pl + tlpkg/tlperl/lib/unicore/lib/bc/R.pl + tlpkg/tlperl/lib/unicore/lib/bc/RLE.pl + tlpkg/tlperl/lib/unicore/lib/bc/RLO.pl + tlpkg/tlperl/lib/unicore/lib/bc/S.pl + tlpkg/tlperl/lib/unicore/lib/bc/WS.pl + tlpkg/tlperl/lib/unicore/lib/ccc/A.pl + tlpkg/tlperl/lib/unicore/lib/ccc/AL.pl + tlpkg/tlperl/lib/unicore/lib/ccc/AR.pl + tlpkg/tlperl/lib/unicore/lib/ccc/ATAR.pl + tlpkg/tlperl/lib/unicore/lib/ccc/ATB.pl + tlpkg/tlperl/lib/unicore/lib/ccc/ATBL.pl + tlpkg/tlperl/lib/unicore/lib/ccc/B.pl + tlpkg/tlperl/lib/unicore/lib/ccc/BL.pl + tlpkg/tlperl/lib/unicore/lib/ccc/BR.pl + tlpkg/tlperl/lib/unicore/lib/ccc/DA.pl + tlpkg/tlperl/lib/unicore/lib/ccc/DB.pl + tlpkg/tlperl/lib/unicore/lib/ccc/IS.pl + tlpkg/tlperl/lib/unicore/lib/ccc/KV.pl + tlpkg/tlperl/lib/unicore/lib/ccc/L.pl + tlpkg/tlperl/lib/unicore/lib/ccc/NK.pl + tlpkg/tlperl/lib/unicore/lib/ccc/NR.pl + tlpkg/tlperl/lib/unicore/lib/ccc/OV.pl + tlpkg/tlperl/lib/unicore/lib/ccc/R.pl + tlpkg/tlperl/lib/unicore/lib/ccc/VR.pl + tlpkg/tlperl/lib/unicore/lib/dt/can.pl + tlpkg/tlperl/lib/unicore/lib/dt/com.pl + tlpkg/tlperl/lib/unicore/lib/dt/enc.pl + tlpkg/tlperl/lib/unicore/lib/dt/fin.pl + tlpkg/tlperl/lib/unicore/lib/dt/font.pl + tlpkg/tlperl/lib/unicore/lib/dt/fra.pl + tlpkg/tlperl/lib/unicore/lib/dt/init.pl + tlpkg/tlperl/lib/unicore/lib/dt/iso.pl + tlpkg/tlperl/lib/unicore/lib/dt/med.pl + tlpkg/tlperl/lib/unicore/lib/dt/nar.pl + tlpkg/tlperl/lib/unicore/lib/dt/nb.pl + tlpkg/tlperl/lib/unicore/lib/dt/sml.pl + tlpkg/tlperl/lib/unicore/lib/dt/sqr.pl + tlpkg/tlperl/lib/unicore/lib/dt/sub.pl + tlpkg/tlperl/lib/unicore/lib/dt/sup.pl + tlpkg/tlperl/lib/unicore/lib/dt/vert.pl + tlpkg/tlperl/lib/unicore/lib/dt/wide.pl + tlpkg/tlperl/lib/unicore/lib/ea/A.pl + tlpkg/tlperl/lib/unicore/lib/ea/F.pl + tlpkg/tlperl/lib/unicore/lib/ea/H.pl + tlpkg/tlperl/lib/unicore/lib/ea/N.pl + tlpkg/tlperl/lib/unicore/lib/ea/Na.pl + tlpkg/tlperl/lib/unicore/lib/ea/W.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/AHex.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/ASCII.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/Alnum.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/Alpha.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/Alphabet.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/Any.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/Arab.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/Armn.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/AsciiHex.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/Assigned.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/Beng.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/BidiC.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/BidiCont.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/Blank.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/Bopo.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/Brai.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/Bugi.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/Buhd.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/C.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/Canadian.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/Cc.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/Cf.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/Cher.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/Cn.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/Cntrl.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/Co.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/Copt.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/Cprt.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/Cs.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/Cyrl.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/Dash.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/Dash2.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/Dep.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/Deprecat.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/Deva.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/Dia.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/Diacriti.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/Digit.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/Dsrt.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/Ethi.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/Ext.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/Extender.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/Geor.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/Glag.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/Goth.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/GrLink.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/Graph.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/Grapheme.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/Grek.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/Gujr.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/Guru.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/Hang.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/Hani.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/Hano.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/Hebr.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/Hex.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/HexDigit.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/Hira.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/Hyphen.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/Hyphen2.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/IDSB.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/IDST.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/IdContin.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/IdStart.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/Ideo.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/Ideograp.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/IdsBinar.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/IdsTrina.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/InAegean.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/InAlphab.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/InAncie2.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/InAncien.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/InArabi2.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/InArabi3.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/InArabi4.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/InArabic.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/InArmeni.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/InArrows.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/InBasicL.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/InBengal.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/InBlockE.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/InBopom2.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/InBopomo.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/InBoxDra.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/InBraill.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/InBugine.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/InBuhid.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/InByzant.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/InCherok.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/InCjkCo2.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/InCjkCo3.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/InCjkCo4.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/InCjkCom.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/InCjkRad.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/InCjkStr.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/InCjkSym.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/InCjkUn2.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/InCjkUn3.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/InCjkUni.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/InCombi2.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/InCombi3.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/InCombi4.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/InCombin.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/InContro.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/InCoptic.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/InCurren.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/InCyprio.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/InCyril2.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/InCyrill.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/InDesere.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/InDevana.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/InDingba.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/InEnclo2.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/InEnclos.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/InEthio2.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/InEthio3.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/InEthiop.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/InGenera.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/InGeomet.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/InGeorg2.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/InGeorgi.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/InGlagol.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/InGothic.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/InGreekA.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/InGreekE.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/InGujara.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/InGurmuk.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/InHalfwi.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/InHangu2.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/InHangu3.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/InHangul.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/InHanuno.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/InHebrew.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/InHighPr.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/InHighSu.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/InHiraga.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/InIdeogr.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/InIpaExt.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/InKanbun.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/InKangxi.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/InKannad.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/InKatak2.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/InKataka.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/InKharos.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/InKhmer.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/InKhmerS.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/InLao.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/InLatin1.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/InLatin2.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/InLatin3.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/InLatinE.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/InLetter.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/InLimbu.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/InLinea2.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/InLinear.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/InLowSur.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/InMalaya.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/InMathe2.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/InMathem.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/InMisce2.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/InMisce3.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/InMisce4.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/InMisce5.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/InMiscel.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/InModifi.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/InMongol.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/InMusica.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/InMyanma.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/InNewTai.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/InNumber.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/InOgham.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/InOldIta.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/InOldPer.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/InOptica.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/InOriya.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/InOsmany.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/InPhone2.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/InPhonet.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/InPrivat.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/InRunic.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/InShavia.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/InSinhal.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/InSmallF.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/InSpacin.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/InSpecia.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/InSupers.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/InSuppl2.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/InSuppl3.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/InSuppl4.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/InSuppl5.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/InSuppl6.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/InSupple.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/InSyloti.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/InSyriac.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/InTagalo.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/InTagban.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/InTags.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/InTaiLe.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/InTaiXua.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/InTamil.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/InTelugu.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/InThaana.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/InThai.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/InTibeta.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/InTifina.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/InUgarit.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/InUnifie.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/InVaria2.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/InVariat.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/InVertic.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/InYiRadi.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/InYiSyll.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/InYijing.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/JoinC.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/JoinCont.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/Kana.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/Khar.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/Khmr.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/Knda.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/L.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/LC.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/LOE.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/Laoo.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/Latn.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/Limb.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/LinearB.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/Ll.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/Lm.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/Lo.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/LogicalO.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/Lower.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/Lowercas.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/Lt.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/Lu.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/M.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/Math.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/Mc.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/Me.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/Mlym.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/Mn.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/Mong.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/Mymr.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/N.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/NChar.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/Nd.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/NewTaiLu.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/Nl.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/No.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/Nonchara.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/OAlpha.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/ODI.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/OGrExt.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/OIDC.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/OIDS.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/OLower.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/OMath.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/OUpper.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/Ogam.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/OldItali.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/OldPersi.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/Orya.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/Osma.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/OtherAlp.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/OtherDef.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/OtherGra.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/OtherIdC.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/OtherIdS.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/OtherLow.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/OtherMat.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/OtherUpp.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/P.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/PatSyn.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/PatWS.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/PatternS.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/PatternW.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/Pc.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/Pd.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/Pe.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/Pf.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/Pi.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/Po.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/Print.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/Ps.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/Punct.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/QMark.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/Qaai.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/Quotatio.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/Radical.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/Radical2.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/Runr.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/S.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/SD.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/STerm.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/Sc.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/Shaw.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/Sinh.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/Sk.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/Sm.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/So.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/SoftDott.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/Space.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/SpacePer.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/Sterm2.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/SylotiNa.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/Syrc.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/Tagb.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/TaiLe.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/Taml.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/Telu.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/Term.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/Terminal.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/Tfng.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/Tglg.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/Thaa.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/Thai.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/Tibt.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/Title.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/UIdeo.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/Ugar.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/UnifiedI.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/Upper.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/Uppercas.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/VS.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/Variatio.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/WSpace.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/WhiteSpa.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/Word.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/XDigit.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/Yiii.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/Z.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/Zl.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/Zp.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/Zs.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/Zyyy.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/_CanonDC.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/_CaseIgn.pl + tlpkg/tlperl/lib/unicore/lib/gc_sc/_CombAbo.pl + tlpkg/tlperl/lib/unicore/lib/hst/L.pl + tlpkg/tlperl/lib/unicore/lib/hst/LV.pl + tlpkg/tlperl/lib/unicore/lib/hst/LVT.pl + tlpkg/tlperl/lib/unicore/lib/hst/T.pl + tlpkg/tlperl/lib/unicore/lib/hst/V.pl + tlpkg/tlperl/lib/unicore/lib/jt/C.pl + tlpkg/tlperl/lib/unicore/lib/jt/D.pl + tlpkg/tlperl/lib/unicore/lib/jt/R.pl + tlpkg/tlperl/lib/unicore/lib/jt/U.pl + tlpkg/tlperl/lib/unicore/lib/lb/AI.pl + tlpkg/tlperl/lib/unicore/lib/lb/AL.pl + tlpkg/tlperl/lib/unicore/lib/lb/B2.pl + tlpkg/tlperl/lib/unicore/lib/lb/BA.pl + tlpkg/tlperl/lib/unicore/lib/lb/BB.pl + tlpkg/tlperl/lib/unicore/lib/lb/BK.pl + tlpkg/tlperl/lib/unicore/lib/lb/CB.pl + tlpkg/tlperl/lib/unicore/lib/lb/CL.pl + tlpkg/tlperl/lib/unicore/lib/lb/CM.pl + tlpkg/tlperl/lib/unicore/lib/lb/CR.pl + tlpkg/tlperl/lib/unicore/lib/lb/EX.pl + tlpkg/tlperl/lib/unicore/lib/lb/GL.pl + tlpkg/tlperl/lib/unicore/lib/lb/H2.pl + tlpkg/tlperl/lib/unicore/lib/lb/H3.pl + tlpkg/tlperl/lib/unicore/lib/lb/HY.pl + tlpkg/tlperl/lib/unicore/lib/lb/ID.pl + tlpkg/tlperl/lib/unicore/lib/lb/IN.pl + tlpkg/tlperl/lib/unicore/lib/lb/IS.pl + tlpkg/tlperl/lib/unicore/lib/lb/JL.pl + tlpkg/tlperl/lib/unicore/lib/lb/JT.pl + tlpkg/tlperl/lib/unicore/lib/lb/JV.pl + tlpkg/tlperl/lib/unicore/lib/lb/LF.pl + tlpkg/tlperl/lib/unicore/lib/lb/NL.pl + tlpkg/tlperl/lib/unicore/lib/lb/NS.pl + tlpkg/tlperl/lib/unicore/lib/lb/NU.pl + tlpkg/tlperl/lib/unicore/lib/lb/OP.pl + tlpkg/tlperl/lib/unicore/lib/lb/PO.pl + tlpkg/tlperl/lib/unicore/lib/lb/PR.pl + tlpkg/tlperl/lib/unicore/lib/lb/QU.pl + tlpkg/tlperl/lib/unicore/lib/lb/SA.pl + tlpkg/tlperl/lib/unicore/lib/lb/SG.pl + tlpkg/tlperl/lib/unicore/lib/lb/SP.pl + tlpkg/tlperl/lib/unicore/lib/lb/SY.pl + tlpkg/tlperl/lib/unicore/lib/lb/WJ.pl + tlpkg/tlperl/lib/unicore/lib/lb/XX.pl + tlpkg/tlperl/lib/unicore/lib/lb/ZW.pl + tlpkg/tlperl/lib/unicore/lib/nt/De.pl + tlpkg/tlperl/lib/unicore/lib/nt/Di.pl + tlpkg/tlperl/lib/unicore/lib/nt/Nu.pl + tlpkg/tlperl/lib/unicore/mktables + tlpkg/tlperl/lib/unicore/mktables.lst + tlpkg/tlperl/lib/unicore/version + tlpkg/tlperl/lib/utf8.pm + tlpkg/tlperl/lib/utf8_heavy.pl + tlpkg/tlperl/lib/vars.pm + tlpkg/tlperl/lib/warnings.pm + tlpkg/tlperl/lib/warnings/register.pm + +name tlpsv.win32 +category TLCore +revision 15906 +postaction shortcut type=menu name="PS_View" icon=TEXDIR/tlpkg/tlpsv/psv.exe cmd=TEXDIR/bin/win32/psv.bat hide=1 +postaction shortcut type=desktop name="PS_View" icon=TEXDIR/tlpkg/tlpsv/psv.exe cmd=TEXDIR/bin/win32/psv.bat hide=1 +postaction filetype name=TL.PSView.view cmd='"TEXDIR/bin/win32/psv.bat" "%1"' +postaction fileassoc extension=.eps filetype=TL.PSView.view +postaction fileassoc extension=.ps filetype=TL.PSView.view +postaction fileassoc extension=.pdf filetype=TL.PSView.view +runfiles size=459 + tlpkg/tlpsv/README + tlpkg/tlpsv/cs/LC_MESSAGES/psv.mo + tlpkg/tlpsv/de/LC_MESSAGES/psv.mo + tlpkg/tlpsv/en/LC_MESSAGES/psv.mo + tlpkg/tlpsv/gswxlua.exe + tlpkg/tlpsv/nl/LC_MESSAGES/psv.mo + tlpkg/tlpsv/pl/LC_MESSAGES/psv.mo + tlpkg/tlpsv/psv.bat + tlpkg/tlpsv/psv.exe + tlpkg/tlpsv/psv.ico + tlpkg/tlpsv/psv.wx.lua + tlpkg/tlpsv/psv_about.ps + tlpkg/tlpsv/psv_about_pl.ps + tlpkg/tlpsv/psv_help_en.htb + tlpkg/tlpsv/psv_help_pl.htb + tlpkg/tlpsv/psv_view.ps +binfiles arch=win32 size=2 + bin/win32/psv.bat + bin/win32/psv.exe + +name tocbibind +category Package +revision 15878 +shortdesc Add bibliography/index/contents to Table of Contents. +longdesc Automatically adds the bibliography and/or the index and/or the +longdesc contents, etc., to the Table of Contents listing. +docfiles size=48 + texmf-dist/doc/latex/tocbibind/README details="Readme" + texmf-dist/doc/latex/tocbibind/tocbibind.pdf details="Package documentation" +srcfiles size=12 + texmf-dist/source/latex/tocbibind/tocbibind.dtx + texmf-dist/source/latex/tocbibind/tocbibind.ins +runfiles size=3 + texmf-dist/tex/latex/tocbibind/tocbibind.sty +catalogue-ctan /macros/latex/contrib/tocbibind +catalogue-date 2009-09-04 12:14:45 +0200 +catalogue-license lppl +catalogue-version 1.5i + +name tocloft +category Package +revision 15878 +shortdesc Control table of contents, figures, etc. +longdesc Provides control over the typography of the Table of Contents, +longdesc List of Figures and List of Tables, and the ability to create +longdesc new `List of ...'. The ToC \parskip can be changed. +docfiles size=77 + texmf-dist/doc/latex/tocloft/README details="Readme" + texmf-dist/doc/latex/tocloft/tocloft.pdf details="Package documentation" +srcfiles size=34 + texmf-dist/source/latex/tocloft/tocloft.dtx + texmf-dist/source/latex/tocloft/tocloft.ins +runfiles size=9 + texmf-dist/tex/latex/tocloft/tocloft.sty +catalogue-ctan /macros/latex/contrib/tocloft +catalogue-date 2009-09-04 12:14:45 +0200 +catalogue-license lppl1.3 +catalogue-version 2.3d + +name tocvsec2 +category Package +revision 15878 +shortdesc Section numbering and table of contents control. +longdesc Provides control over section numbering (without recourse to +longdesc starred sectional commands) and/or the entries in the Table of +longdesc Contents on a section by section basis. +docfiles size=39 + texmf-dist/doc/latex/tocvsec2/README details="Readme" + texmf-dist/doc/latex/tocvsec2/tocvsec2.pdf details="Package documentation" +srcfiles size=6 + texmf-dist/source/latex/tocvsec2/tocvsec2.dtx + texmf-dist/source/latex/tocvsec2/tocvsec2.ins +runfiles size=2 + texmf-dist/tex/latex/tocvsec2/tocvsec2.sty +catalogue-ctan /macros/latex/contrib/tocvsec2 +catalogue-date 2009-09-04 12:14:45 +0200 +catalogue-license lppl1.3 +catalogue-version 1.2 + +name todo +category Package +revision 15878 +shortdesc Make a to-do list for a document. +longdesc The package allows you to insert "to do" marks in your +longdesc document, to make lists of such items, and to cross-reference +longdesc to them. +docfiles size=21 + texmf-dist/doc/latex/todo/todo.pdf details="Package documentation" +srcfiles size=4 + texmf-dist/source/latex/todo/todo.dtx + texmf-dist/source/latex/todo/todo.ins +runfiles size=1 + texmf-dist/tex/latex/todo/todo.sty +catalogue-ctan /macros/latex/contrib/todo +catalogue-date 2009-04-30 00:32:08 +0200 +catalogue-license lppl +catalogue-version 1.1 + +name todonotes +category Package +revision 15878 +shortdesc Marking things to do in a LaTeX document. +longdesc The package lets the user mark things to do later, in a simple +longdesc and and visually appealing way. The package takes several +longdesc options to enable customization/finetuning of the visual +longdesc appearance. +docfiles size=59 + texmf-dist/doc/latex/todonotes/README details="Readme" + texmf-dist/doc/latex/todonotes/todonotes.pdf details="Package documentation" + texmf-dist/doc/latex/todonotes/todonotesexample.pdf + texmf-dist/doc/latex/todonotes/todonotesexample.tex +srcfiles size=13 + texmf-dist/source/latex/todonotes/todonotes.dtx + texmf-dist/source/latex/todonotes/todonotes.ins +runfiles size=3 + texmf-dist/tex/latex/todonotes/todonotes.sty +catalogue-ctan /macros/latex/contrib/todonotes +catalogue-date 2009-10-24 16:57:09 +0200 +catalogue-license lppl +catalogue-version 0.8.7 + +name tokenizer +category Package +revision 15878 +shortdesc A tokenizer. +longdesc A tokenizer for LaTeX. \GetTokens{Target1}{Target2}{Source} +longdesc Splits Source into two tokens at the first encounter of a +longdesc comma. The first token is saved in a newly created command with +longdesc the name passed as Target1 and the second token likewise. A +longdesc package option 'trim' causes leading and trailing space to be +longdesc removed from each token; with this option, the \TrimSpaces +longdesc command is defined, which removes leading and trailing spaces +longdesc from its argument. +docfiles size=22 + texmf-dist/doc/latex/tokenizer/tokenizer.pdf + texmf-dist/doc/latex/tokenizer/tokenizer.tex +runfiles size=2 + texmf-dist/tex/latex/tokenizer/tokenizer.sty +catalogue-ctan /macros/latex/contrib/tokenizer +catalogue-date 2006-12-23 09:07:09 +0100 +catalogue-license lppl +catalogue-version 1.1.0 + +name toolbox +category Package +revision 15878 +shortdesc Macros for writing indices, glossaries. +longdesc A package for (La)TeX which provides some macros which are +longdesc convenient for writing indices, glossaries, or other macros. It +longdesc contains macros which support: implicit macros; fancy optional +longdesc arguments; loops over tokenlists and itemlists; searching and +longdesc splitting; controlled expansion; redefinition of macros; and +longdesc concatenated macro names; macros for text replacement. +docfiles size=11 + texmf-dist/doc/latex/toolbox/README details="Readme" + texmf-dist/doc/latex/toolbox/toolbox.tex + texmf-dist/doc/latex/toolbox/toolbox.txt +srcfiles size=29 + texmf-dist/source/latex/toolbox/toolbox.dtx + texmf-dist/source/latex/toolbox/toolbox.ins +runfiles size=3 + texmf-dist/tex/latex/toolbox/toolbox.sty +catalogue-ctan /macros/latex/contrib/toolbox +catalogue-date 2008-02-29 19:54:55 +0100 +catalogue-license lppl +catalogue-version 5.1 + +name tools +category Package +revision 15878 +shortdesc The LaTeX standard tools bundle. +longdesc A collection of (variously) simple tools provided as part of +longdesc the LaTeX required tools distribution, comprising: afterpage, +longdesc array, calc, dcolumn, delarray, enumerate, fileerr, fontsmpl, +longdesc ftnright, hhline, indentfirst, layout, longtable, multicol, +longdesc rawfonts, showkeys, somedefs, theorem, tabularx, trace, +longdesc varioref, verbatim, xr, and xspace. +docfiles size=960 + texmf-dist/doc/latex/tools/afterpage.pdf + texmf-dist/doc/latex/tools/array.pdf + texmf-dist/doc/latex/tools/bm.pdf + texmf-dist/doc/latex/tools/calc.pdf + texmf-dist/doc/latex/tools/changes.txt + texmf-dist/doc/latex/tools/dcolumn.pdf + texmf-dist/doc/latex/tools/delarray.pdf + texmf-dist/doc/latex/tools/enumerate.pdf + texmf-dist/doc/latex/tools/fileerr.pdf + texmf-dist/doc/latex/tools/fontsmpl.pdf + texmf-dist/doc/latex/tools/ftnright.pdf + texmf-dist/doc/latex/tools/hhline.pdf + texmf-dist/doc/latex/tools/indentfirst.pdf + texmf-dist/doc/latex/tools/layout.pdf + texmf-dist/doc/latex/tools/longtable.pdf + texmf-dist/doc/latex/tools/manifest.txt + texmf-dist/doc/latex/tools/multicol.pdf + texmf-dist/doc/latex/tools/rawfonts.pdf + texmf-dist/doc/latex/tools/readme.txt + texmf-dist/doc/latex/tools/showkeys.pdf + texmf-dist/doc/latex/tools/somedefs.pdf + texmf-dist/doc/latex/tools/tabularx.pdf + texmf-dist/doc/latex/tools/theorem.pdf + texmf-dist/doc/latex/tools/tools.pdf + texmf-dist/doc/latex/tools/trace.pdf + texmf-dist/doc/latex/tools/varioref.pdf + texmf-dist/doc/latex/tools/verbatim.pdf + texmf-dist/doc/latex/tools/xr.pdf + texmf-dist/doc/latex/tools/xspace.pdf +srcfiles size=238 + texmf-dist/source/latex/tools/afterpage.dtx + texmf-dist/source/latex/tools/array.dtx + texmf-dist/source/latex/tools/bm.dtx + texmf-dist/source/latex/tools/calc.dtx + texmf-dist/source/latex/tools/dcolumn.dtx + texmf-dist/source/latex/tools/delarray.dtx + texmf-dist/source/latex/tools/enumerate.dtx + texmf-dist/source/latex/tools/fileerr.dtx + texmf-dist/source/latex/tools/fontsmpl.dtx + texmf-dist/source/latex/tools/ftnright.dtx + texmf-dist/source/latex/tools/hhline.dtx + texmf-dist/source/latex/tools/indentfirst.dtx + texmf-dist/source/latex/tools/layout.dtx + texmf-dist/source/latex/tools/longtable.dtx + texmf-dist/source/latex/tools/multicol.dtx + texmf-dist/source/latex/tools/rawfonts.dtx + texmf-dist/source/latex/tools/showkeys.dtx + texmf-dist/source/latex/tools/somedefs.dtx + texmf-dist/source/latex/tools/tabularx.dtx + texmf-dist/source/latex/tools/theorem.dtx + texmf-dist/source/latex/tools/tools.ins + texmf-dist/source/latex/tools/trace.dtx + texmf-dist/source/latex/tools/varioref.dtx + texmf-dist/source/latex/tools/verbatim.dtx + texmf-dist/source/latex/tools/xr.dtx + texmf-dist/source/latex/tools/xspace.dtx +runfiles size=76 + texmf-dist/tex/latex/tools/.tex + texmf-dist/tex/latex/tools/afterpage.sty + texmf-dist/tex/latex/tools/array.sty + texmf-dist/tex/latex/tools/bm.sty + texmf-dist/tex/latex/tools/calc.sty + texmf-dist/tex/latex/tools/dcolumn.sty + texmf-dist/tex/latex/tools/delarray.sty + texmf-dist/tex/latex/tools/e.tex + texmf-dist/tex/latex/tools/enumerate.sty + texmf-dist/tex/latex/tools/fontsmpl.sty + texmf-dist/tex/latex/tools/fontsmpl.tex + texmf-dist/tex/latex/tools/ftnright.sty + texmf-dist/tex/latex/tools/h.tex + texmf-dist/tex/latex/tools/hhline.sty + texmf-dist/tex/latex/tools/indentfirst.sty + texmf-dist/tex/latex/tools/layout.sty + texmf-dist/tex/latex/tools/longtable.sty + texmf-dist/tex/latex/tools/multicol.sty + texmf-dist/tex/latex/tools/q.tex + texmf-dist/tex/latex/tools/r.tex + texmf-dist/tex/latex/tools/rawfonts.sty + texmf-dist/tex/latex/tools/s.tex + texmf-dist/tex/latex/tools/showkeys.sty + texmf-dist/tex/latex/tools/somedefs.sty + texmf-dist/tex/latex/tools/tabularx.sty + texmf-dist/tex/latex/tools/thb.sty + texmf-dist/tex/latex/tools/thc.sty + texmf-dist/tex/latex/tools/thcb.sty + texmf-dist/tex/latex/tools/theorem.sty + texmf-dist/tex/latex/tools/thm.sty + texmf-dist/tex/latex/tools/thmb.sty + texmf-dist/tex/latex/tools/thp.sty + texmf-dist/tex/latex/tools/trace.sty + texmf-dist/tex/latex/tools/varioref.sty + texmf-dist/tex/latex/tools/verbatim.sty + texmf-dist/tex/latex/tools/verbtest.tex + texmf-dist/tex/latex/tools/x.tex + texmf-dist/tex/latex/tools/xr.sty + texmf-dist/tex/latex/tools/xspace.sty +catalogue-ctan /macros/latex/required/tools +catalogue-date 2009-10-23 17:37:57 +0200 +catalogue-license lppl + +name topfloat +category Package +revision 15878 +shortdesc Move floats to the top of the page. +docfiles size=5 + texmf-dist/doc/latex/topfloat/topfloat.dvi + texmf-dist/doc/latex/topfloat/topfloat.tex +runfiles size=1 + texmf-dist/tex/latex/topfloat/topfloat.sty +catalogue-ctan /macros/latex/contrib/topfloat +catalogue-date 2007-01-17 10:01:14 +0100 +catalogue-license gpl + +name toptesi +category Package +revision 15878 +shortdesc Bundle of files for typsetting theses. +longdesc This bundle contains everything is needed for typesetting a +longdesc bachelor, master or PhD thesis in Italian (or in any other +longdesc language supported by LaTeX: the bundle is constructed to +longdesc support multilingual use). The infix strings may be selected +longdesc and specified at will by means of a configuration file, so as +longdesc to customize the layout of the front page to the requirements +longdesc of a specific university. Thanks to its language management, +longdesc the bundle is suited for multilanguage theses that are becoming +longdesc more and more frequent thanks to the double degree programs of +longdesc the European Community Socrates programs. +docfiles size=500 + texmf-dist/doc/latex/toptesi/README + texmf-dist/doc/latex/toptesi/logoEPFL.eps + texmf-dist/doc/latex/toptesi/logoEPFL.pdf + texmf-dist/doc/latex/toptesi/logoINPG.eps + texmf-dist/doc/latex/toptesi/logoINPG.pdf + texmf-dist/doc/latex/toptesi/logopoliba.eps + texmf-dist/doc/latex/toptesi/logopoliba.pdf + texmf-dist/doc/latex/toptesi/logopolito.eps + texmf-dist/doc/latex/toptesi/logopolito.pdf + texmf-dist/doc/latex/toptesi/logouniba.eps + texmf-dist/doc/latex/toptesi/logouniba.pdf + texmf-dist/doc/latex/toptesi/logounibg.eps + texmf-dist/doc/latex/toptesi/logounibg.pdf + texmf-dist/doc/latex/toptesi/logounibo.eps + texmf-dist/doc/latex/toptesi/logounibo.pdf + texmf-dist/doc/latex/toptesi/logounibs.eps + texmf-dist/doc/latex/toptesi/logounibs.pdf + texmf-dist/doc/latex/toptesi/logounige.eps + texmf-dist/doc/latex/toptesi/logounige.pdf + texmf-dist/doc/latex/toptesi/logounipa.eps + texmf-dist/doc/latex/toptesi/logounipa.pdf + texmf-dist/doc/latex/toptesi/logounipd.eps + texmf-dist/doc/latex/toptesi/logounipd.pdf + texmf-dist/doc/latex/toptesi/logounipi.eps + texmf-dist/doc/latex/toptesi/logounipi.pdf + texmf-dist/doc/latex/toptesi/logounipmn.eps + texmf-dist/doc/latex/toptesi/logounipmn.pdf + texmf-dist/doc/latex/toptesi/logouniroma1.eps + texmf-dist/doc/latex/toptesi/logouniroma1.pdf + texmf-dist/doc/latex/toptesi/logouniroma2.eps + texmf-dist/doc/latex/toptesi/logouniroma2.pdf + texmf-dist/doc/latex/toptesi/logouniroma3.eps + texmf-dist/doc/latex/toptesi/logouniroma3.pdf + texmf-dist/doc/latex/toptesi/logounisa.eps + texmf-dist/doc/latex/toptesi/logounisa.pdf + texmf-dist/doc/latex/toptesi/logounito.eps + texmf-dist/doc/latex/toptesi/logounito.pdf + texmf-dist/doc/latex/toptesi/logounits.eps + texmf-dist/doc/latex/toptesi/logounits.pdf + texmf-dist/doc/latex/toptesi/logouniur.eps + texmf-dist/doc/latex/toptesi/logouniur.pdf + texmf-dist/doc/latex/toptesi/manifest.txt + texmf-dist/doc/latex/toptesi/toptesi-doc.pdf details="Package documentation" language="it" + texmf-dist/doc/latex/toptesi/toptesi-example.tex + texmf-dist/doc/latex/toptesi/toptesi-example.xmpdata + texmf-dist/doc/latex/toptesi/toptesi.pdf +srcfiles size=33 + texmf-dist/source/latex/toptesi/toptesi.dtx + texmf-dist/source/latex/toptesi/toptesi.ins +runfiles size=14 + texmf-dist/tex/latex/toptesi/topcoman.sty + texmf-dist/tex/latex/toptesi/topfront.sty + texmf-dist/tex/latex/toptesi/topsiz14.clo + texmf-dist/tex/latex/toptesi/toptesi.cfg + texmf-dist/tex/latex/toptesi/toptesi.cls + texmf-dist/tex/latex/toptesi/toptesi.sty + texmf-dist/tex/latex/toptesi/trieste.sty +catalogue-ctan /macros/latex/contrib/toptesi +catalogue-date 2008-12-15 22:56:31 +0100 +catalogue-license lppl1.3 +catalogue-version 5.00 + +name totcount +category Package +revision 15878 +shortdesc Find the last value of a counter. +longdesc The package records the value that was last set, for any +longdesc counter of interest; since most such counters are simply +longdesc incremented when they are changed, the recorded value will be +longdesc the maximum value. +docfiles size=51 + texmf-dist/doc/latex/totcount/README details="Readme" + texmf-dist/doc/latex/totcount/totcount-ex.tex + texmf-dist/doc/latex/totcount/totcount.pdf details="Package documentation" +srcfiles size=7 + texmf-dist/source/latex/totcount/totcount.drv + texmf-dist/source/latex/totcount/totcount.dtx + texmf-dist/source/latex/totcount/totcount.ins +runfiles size=2 + texmf-dist/tex/latex/totcount/totcount.sty +catalogue-ctan /macros/latex/contrib/totcount +catalogue-date 2009-07-11 22:08:26 +0200 +catalogue-license lppl +catalogue-version 1.1 + +name totpages +category Package +revision 15878 +shortdesc Count pages in a document, and report last page number. +longdesc The package counts the actual pages in the document (as opposed +longdesc to reporting the number of the last page, as does lastpage). +longdesc The counter itself may be shipped out to the DVI file. The +longdesc package uses the everyshi package for its task. +docfiles size=52 + texmf-dist/doc/latex/totpages/README details="Readme" + texmf-dist/doc/latex/totpages/totexmpl.tex + texmf-dist/doc/latex/totpages/totpages.pdf details="Package documentation" +srcfiles size=9 + texmf-dist/source/latex/totpages/totpages.drv + texmf-dist/source/latex/totpages/totpages.dtx + texmf-dist/source/latex/totpages/totpages.ins +runfiles size=2 + texmf-dist/tex/latex/totpages/totpages.sty +catalogue-ctan /macros/latex/contrib/totpages +catalogue-date 2007-01-18 20:18:05 +0100 +catalogue-license lppl +catalogue-version 2.00 + +name tpic2pdftex +category TLCore +revision 15809 +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 +catalogue-ctan /graphics/tpic2pdftex +catalogue-date 2009-01-10 10:56:39 +0100 +catalogue-license gpl + +name tpic2pdftex.alpha-linux +category TLCore +revision 13822 +shortdesc alpha-linux files of tpic2pdftex +binfiles arch=alpha-linux size=3 + bin/alpha-linux/tpic2pdftex + +name tpic2pdftex.i386-cygwin +category TLCore +revision 13822 +shortdesc i386-cygwin files of tpic2pdftex +binfiles arch=i386-cygwin size=3 + bin/i386-cygwin/tpic2pdftex + +name tpic2pdftex.i386-linux +category TLCore +revision 13822 +shortdesc i386-linux files of tpic2pdftex +binfiles arch=i386-linux size=3 + bin/i386-linux/tpic2pdftex + +name tpic2pdftex.i386-netbsd +category TLCore +revision 15167 +shortdesc i386-netbsd files of tpic2pdftex +binfiles arch=i386-netbsd size=3 + bin/i386-netbsd/tpic2pdftex + +name tpic2pdftex.i386-solaris +category TLCore +revision 13822 +shortdesc i386-solaris files of tpic2pdftex +binfiles arch=i386-solaris size=3 + bin/i386-solaris/tpic2pdftex + +name tpic2pdftex.mips-irix +category TLCore +revision 15558 +shortdesc mips-irix files of tpic2pdftex +binfiles arch=mips-irix size=3 + bin/mips-irix/tpic2pdftex + +name tpic2pdftex.powerpc-aix +category TLCore +revision 13822 +shortdesc powerpc-aix files of tpic2pdftex +binfiles arch=powerpc-aix size=3 + bin/powerpc-aix/tpic2pdftex + +name tpic2pdftex.powerpc-linux +category TLCore +revision 13822 +shortdesc powerpc-linux files of tpic2pdftex +binfiles arch=powerpc-linux size=3 + bin/powerpc-linux/tpic2pdftex + +name tpic2pdftex.sparc-linux +category TLCore +revision 13822 +shortdesc sparc-linux files of tpic2pdftex +binfiles arch=sparc-linux size=3 + bin/sparc-linux/tpic2pdftex + +name tpic2pdftex.sparc-solaris +category TLCore +revision 13822 +shortdesc sparc-solaris files of tpic2pdftex +binfiles arch=sparc-solaris size=3 + bin/sparc-solaris/tpic2pdftex + +name tpic2pdftex.universal-darwin +category TLCore +revision 13822 +shortdesc universal-darwin files of tpic2pdftex +binfiles arch=universal-darwin size=3 + bin/universal-darwin/tpic2pdftex + +name tpic2pdftex.win32 +category TLCore +revision 13822 +shortdesc win32 files of tpic2pdftex + +name tpic2pdftex.x86_64-linux +category TLCore +revision 13822 +shortdesc x86_64-linux files of tpic2pdftex +binfiles arch=x86_64-linux size=3 + bin/x86_64-linux/tpic2pdftex + +name tpslifonts +category Package +revision 15878 +shortdesc A LaTeX package for configuring presentation fonts. +longdesc This package aims to improve presentations in terms of font +longdesc readability, especially with maths. The standard cm math fonts +longdesc at large design sizes are difficult to read from far away, +longdesc especially at low resolutions and low contrast color choice. +longdesc Using this package leads to much better overall readability of +longdesc some font combinations. The package offers a couple of +longdesc 'harmonising' combinations of text and math fonts from the +longdesc (distant) relatives of computer modern fonts, with a couple of +longdesc extras for optimising readability. Text fonts from computer +longdesc modern roman, computer modern sans serif, SliTeX computer +longdesc modern sans serif, computer modern bright, or concrete roman +longdesc are available, in addition to math fonts from computer modern +longdesc math, computer modern bright math, or Euler fonts. This package +longdesc is part of the TeXPower bundle. +docfiles size=19 + texmf-dist/doc/latex/tpslifonts/00readme.txt + texmf-dist/doc/latex/tpslifonts/0install.txt + texmf-dist/doc/latex/tpslifonts/__TPslifonts.tex + texmf-dist/doc/latex/tpslifonts/slifontsexample.tex +runfiles size=11 + texmf-dist/tex/latex/tpslifonts/tpslifonts.sty +catalogue-ctan /macros/latex/exptl/texpower/tpslifonts +catalogue-date 2007-01-18 20:18:05 +0100 +catalogue-license gpl +catalogue-version 0.6 + +name tracking +category Package +revision 15878 +shortdesc Adjust tracking of strings. +longdesc Automatically adjust spaces between symbols in words or phrases +longdesc to fit them into a specified length. Any chain of symbols +longdesc (including spaces) in the current font may be treated. Commands +longdesc \track{<length>}{<string>} (add space <length>, which may be +longdesc <0, after each symbol of <string>), +longdesc \fittrack{<length>}{<string>} (make <string> fit into width +longdesc <length>, which may be smaller than the original width) and +longdesc \ratiotrack{<ratio>}{<string>} (as \fittrack, with <length> +longdesc replaced by <ratio> of the natural length of <string>). +runfiles size=1 + texmf-dist/tex/latex/tracking/tracking.sty +catalogue-ctan /macros/latex/contrib/tracking/tracking.sty +catalogue-date 2008-11-15 11:18:51 +0100 +catalogue-license noinfo + +name trajan +category Package +revision 15878 +shortdesc Fonts from the Trajan column in Rome. +longdesc Provides fonts (in both MetaFont and Adobe Type 1 format) based +longdesc on the capitals carved on the Trajan column in Rome in 114 AD, +longdesc together with macros to access the fonts. Many typographers +longdesc think these rank first among the Roman's artistic legacy. The +longdesc font is uppercase letters together with some punctuation and +longdesc analphabetics; no lowercase or digits. +execute addMixedMap trajan.map +docfiles size=57 + texmf-dist/doc/latex/trajan/README details="Readme" + texmf-dist/doc/latex/trajan/trajan.pdf details="Package documentation" + texmf-dist/doc/latex/trajan/trytrajan.pdf details="Font sample" + texmf-dist/doc/latex/trajan/trytrajan.tex +srcfiles size=21 + texmf-dist/source/latex/trajan/trajan.dtx + texmf-dist/source/latex/trajan/trajan.ins +runfiles size=25 + texmf-dist/fonts/afm/public/trajan/trjnr10.afm + texmf-dist/fonts/afm/public/trajan/trjnsl10.afm + texmf-dist/fonts/map/dvips/trajan/trajan.map + texmf-dist/fonts/tfm/public/trajan/trjnr10.tfm + texmf-dist/fonts/tfm/public/trajan/trjnsl10.tfm + texmf-dist/fonts/type1/public/trajan/trjnr10.pfb + texmf-dist/fonts/type1/public/trajan/trjnsl10.pfb + texmf-dist/tex/latex/trajan/t1trjn.fd + texmf-dist/tex/latex/trajan/trajan.sty +catalogue-ctan /fonts/trajan +catalogue-date 2007-10-24 18:05:15 +0200 +catalogue-license lppl +catalogue-version 1.1 + +name translator +category Package +revision 15878 +shortdesc Provide an open platform for packages to be localized. +longdesc The translator package provides an open platform for packages +longdesc that need to be localized. Unlike the babel package (which can +longdesc and typically will be used together with translator), the set +longdesc of words that can be translated is not fixed and new words and +longdesc translations can be added in a simple manner. New translations +longdesc can be added in a decentralized manner. The package is written +longdesc completely in LaTeX and it is quite lightweight. It could very +longdesc easily be ported to plain-TeX or ConTeXt, provided there is a +longdesc 'public demand' for it. A typical application of this package +longdesc is the beamer class, which already uses it, if it present. Then +longdesc words like "Theorem" will be translated to "Satz" if the +longdesc document language is German, for instance. +docfiles size=62 + texmf-dist/doc/latex/translator/ChangeLog + texmf-dist/doc/latex/translator/FILES + texmf-dist/doc/latex/translator/README details="Readme" + texmf-dist/doc/latex/translator/translator-manual-en-macros.tex + texmf-dist/doc/latex/translator/translator-manual-en.pdf + texmf-dist/doc/latex/translator/translator-manual-en.tex +runfiles size=21 + texmf-dist/tex/latex/translator/translator-basic-dictionary-English.dict + texmf-dist/tex/latex/translator/translator-basic-dictionary-French.dict + texmf-dist/tex/latex/translator/translator-basic-dictionary-German.dict + texmf-dist/tex/latex/translator/translator-bibliography-dictionary-English.dict + texmf-dist/tex/latex/translator/translator-bibliography-dictionary-French.dict + texmf-dist/tex/latex/translator/translator-bibliography-dictionary-German.dict + texmf-dist/tex/latex/translator/translator-environment-dictionary-English.dict + texmf-dist/tex/latex/translator/translator-environment-dictionary-French.dict + texmf-dist/tex/latex/translator/translator-environment-dictionary-German.dict + texmf-dist/tex/latex/translator/translator-language-mappings.tex + texmf-dist/tex/latex/translator/translator-months-dictionary-English.dict + texmf-dist/tex/latex/translator/translator-months-dictionary-French.dict + texmf-dist/tex/latex/translator/translator-months-dictionary-German.dict + texmf-dist/tex/latex/translator/translator-numbers-dictionary-English.dict + texmf-dist/tex/latex/translator/translator-numbers-dictionary-French.dict + texmf-dist/tex/latex/translator/translator-numbers-dictionary-German.dict + texmf-dist/tex/latex/translator/translator-theorem-dictionary-English.dict + texmf-dist/tex/latex/translator/translator-theorem-dictionary-French.dict + texmf-dist/tex/latex/translator/translator-theorem-dictionary-German.dict + texmf-dist/tex/latex/translator/translator.sty +catalogue-ctan /macros/latex/contrib/translator +catalogue-date 2008-08-24 14:43:48 +0200 +catalogue-license lppl +catalogue-version 1.00 + +name tree-dvips +category Package +revision 15878 +shortdesc Trees and other linguists' macros. +longdesc The package defines a mechanism for specifying connected trees +longdesc that uses a tabular environment to generate node positions. The +longdesc package uses PostScript code, loaded by dvips, so output can +longdesc only be generated by use of dvips. The package lingmacros.sty +longdesc defines a few macros for linguists: \enumsentence for +longdesc enumerating sentence examples, simple tabular-based non- +longdesc connected tree macros, and gloss macros. +docfiles size=38 + texmf-dist/doc/latex/tree-dvips/Readme details="Readme" + texmf-dist/doc/latex/tree-dvips/lingmacros-manual.pdf details="Manual for lingmacros" + texmf-dist/doc/latex/tree-dvips/lingmacros-manual.tex + texmf-dist/doc/latex/tree-dvips/tree-manual.pdf details="Manual for tree-dvips" + texmf-dist/doc/latex/tree-dvips/tree-manual.tex + texmf-dist/doc/latex/tree-dvips/tree.script +srcfiles size=1 + texmf-dist/source/latex/tree-dvips/Makefile +runfiles size=6 + texmf-dist/dvips/tree-dvips/tree-dvips.pro + texmf-dist/tex/latex/tree-dvips/lingmacros.sty + texmf-dist/tex/latex/tree-dvips/tree-dvips.sty +catalogue-ctan /macros/latex209/contrib/trees/tree-dvips +catalogue-date 2008-11-15 20:45:27 +0100 +catalogue-license noinfo + +name treetex +category Package +revision 15878 +catalogue treetex-plain +shortdesc Draw trees. +longdesc Macros to draw trees, within TeX (or LaTeX). The algorithm used +longdesc is discussed in an accompanying paper (written using LaTeX +longdesc 2.09). +docfiles size=78 + texmf-dist/doc/plain/treetex/epodd.bbl + texmf-dist/doc/plain/treetex/epodd.dvi + texmf-dist/doc/plain/treetex/epodd.tex + texmf-dist/doc/plain/treetex/readme details="Readme" + texmf-dist/doc/plain/treetex/tree_doc.bbl + texmf-dist/doc/plain/treetex/tree_doc.dvi + texmf-dist/doc/plain/treetex/tree_doc.tex +runfiles size=41 + texmf-dist/tex/plain/treetex/classes.tex + texmf-dist/tex/plain/treetex/l_pic.tex + texmf-dist/tex/plain/treetex/treetex.tex +catalogue-ctan /macros/plain/contrib/treetex +catalogue-date 2008-11-15 20:35:55 +0100 +catalogue-license pd + +name trfsigns +category Package +revision 15878 +shortdesc Typeset transform signs. +longdesc A package for typesetting various transformation signs for +longdesc Laplace transforms, Fourier transforms and others. +docfiles size=59 + texmf-dist/doc/latex/trfsigns/COPYING + texmf-dist/doc/latex/trfsigns/README details="Package Readme" + texmf-dist/doc/latex/trfsigns/trfexamp.tex + texmf-dist/doc/latex/trfsigns/trfsigns.pdf details="Package documentation" language="de" +srcfiles size=6 + texmf-dist/source/latex/trfsigns/trfsigns.drv + texmf-dist/source/latex/trfsigns/trfsigns.dtx + texmf-dist/source/latex/trfsigns/trfsigns.ins +runfiles size=2 + texmf-dist/tex/latex/trfsigns/trfsigns.sty +catalogue-ctan /macros/latex/contrib/trfsigns +catalogue-date 2006-12-05 00:47:24 +0100 +catalogue-license gpl +catalogue-version 1.01 + +name trimspaces +category Package +revision 15878 +shortdesc Trim spaces around an argument or within a macro. +longdesc A very short package that allows you to expandably remove +longdesc spaces around a token list (commands are provided to remove +longdesc spaces before, spaces after, or both); or to remove surrounding +longdesc spaces within a macro definition, or to define space-stripped +longdesc macros. +docfiles size=44 + texmf-dist/doc/latex/trimspaces/README details="Readme" + texmf-dist/doc/latex/trimspaces/trimspaces.pdf details="Package documentation" +srcfiles size=3 + texmf-dist/source/latex/trimspaces/trimspaces.ins + texmf-dist/source/latex/trimspaces/trimspaces.tex +runfiles size=1 + texmf-dist/tex/latex/trimspaces/trimspaces.sty +catalogue-ctan /macros/latex/contrib/trimspaces +catalogue-date 2009-09-18 16:02:31 +0200 +catalogue-license lppl +catalogue-version 1.1 + +name trivfloat +category Package +revision 15878 +shortdesc Quick float definitions in LaTeX. +longdesc The trivfloat package provides a quick method for defining new +longdesc float types in LaTeX. A single command sets up a new float in +longdesc the same style as the LaTeX kernel figure and table float +longdesc types. The package works with memoir as well as the standard +longdesc classes. +docfiles size=37 + texmf-dist/doc/latex/trivfloat/README details="Readme" + texmf-dist/doc/latex/trivfloat/trivfloat.pdf details="Package documentation" +srcfiles size=7 + texmf-dist/source/latex/trivfloat/trivfloat.dtx + texmf-dist/source/latex/trivfloat/trivfloat.ins +runfiles size=2 + texmf-dist/tex/latex/trivfloat/trivfloat.sty +catalogue-ctan /macros/latex/contrib/trivfloat +catalogue-date 2009-04-24 13:36:42 +0200 +catalogue-license lppl +catalogue-version 1.3b + +name trsym +category Package +revision 15878 +shortdesc Symbols for transformations. +longdesc The bundle provides MetaFont sources for a small font used for +longdesc (e.g.) Laplace transformations, together with a LaTeX .fd file +longdesc and a package providing commands for the symbols' use in +longdesc mathematics. +docfiles size=2 + texmf-dist/doc/latex/trsym/README details="Readme" + texmf-dist/doc/latex/trsym/manifest.txt +srcfiles size=3 + texmf-dist/source/latex/trsym/trsym.dtx + texmf-dist/source/latex/trsym/trsym.ins +runfiles size=7 + texmf-dist/fonts/source/public/trsym/trsy.mf + texmf-dist/fonts/source/public/trsym/trsy10.mf + texmf-dist/fonts/source/public/trsym/trsy12.mf + texmf-dist/fonts/tfm/public/trsym/trsy10.tfm + texmf-dist/fonts/tfm/public/trsym/trsy12.tfm + texmf-dist/tex/latex/trsym/trsym.sty + texmf-dist/tex/latex/trsym/utrsy.fd +catalogue-ctan /fonts/trsym +catalogue-date 2007-10-24 18:05:15 +0200 +catalogue-license lppl1.2 +catalogue-version 1.0 + +name ttfutils +category TLCore +revision 15878 +depend ttfutils.ARCH +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 +runfiles size=220 + texmf-dist/fonts/sfd/ttf2pk/Big5.sfd + texmf-dist/fonts/sfd/ttf2pk/EUC.sfd + texmf-dist/fonts/sfd/ttf2pk/HKSCS.sfd + texmf-dist/fonts/sfd/ttf2pk/KS-HLaTeX.sfd + texmf-dist/fonts/sfd/ttf2pk/SJIS.sfd + texmf-dist/fonts/sfd/ttf2pk/UBg5plus.sfd + texmf-dist/fonts/sfd/ttf2pk/UBig5.sfd + texmf-dist/fonts/sfd/ttf2pk/UGB.sfd + texmf-dist/fonts/sfd/ttf2pk/UGBK.sfd + texmf-dist/fonts/sfd/ttf2pk/UJIS.sfd + 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/fonts/map/ttf2pk/config/ttfonts.map + texmf/ttf2pk/VPS.rpl + texmf/ttf2pk/ttf2pk.cfg + +name ttfutils.alpha-linux +category TLCore +revision 15878 +shortdesc alpha-linux files of ttfutils +binfiles arch=alpha-linux size=328 + bin/alpha-linux/ttf2afm + bin/alpha-linux/ttf2pk + bin/alpha-linux/ttf2tfm + bin/alpha-linux/ttfdump + +name ttfutils.i386-cygwin +category TLCore +revision 15878 +shortdesc i386-cygwin files of ttfutils +binfiles arch=i386-cygwin size=153 + bin/i386-cygwin/ttf2afm.exe + bin/i386-cygwin/ttf2pk.exe + bin/i386-cygwin/ttf2tfm.exe + bin/i386-cygwin/ttfdump.exe + +name ttfutils.i386-linux +category TLCore +revision 15878 +shortdesc i386-linux files of ttfutils +binfiles arch=i386-linux size=152 + bin/i386-linux/ttf2afm + bin/i386-linux/ttf2pk + bin/i386-linux/ttf2tfm + bin/i386-linux/ttfdump + +name ttfutils.i386-netbsd +category TLCore +revision 15878 +shortdesc i386-netbsd files of ttfutils +binfiles arch=i386-netbsd size=141 + bin/i386-netbsd/ttf2afm + bin/i386-netbsd/ttf2pk + bin/i386-netbsd/ttf2tfm + bin/i386-netbsd/ttfdump + +name ttfutils.i386-solaris +category TLCore +revision 15878 +shortdesc i386-solaris files of ttfutils +binfiles arch=i386-solaris size=156 + bin/i386-solaris/ttf2afm + bin/i386-solaris/ttf2pk + bin/i386-solaris/ttf2tfm + bin/i386-solaris/ttfdump + +name ttfutils.mips-irix +category TLCore +revision 15878 +shortdesc mips-irix files of ttfutils +binfiles arch=mips-irix size=265 + bin/mips-irix/ttf2afm + bin/mips-irix/ttf2pk + bin/mips-irix/ttf2tfm + bin/mips-irix/ttfdump + +name ttfutils.powerpc-aix +category TLCore +revision 15878 +shortdesc powerpc-aix files of ttfutils +binfiles arch=powerpc-aix size=192 + bin/powerpc-aix/ttf2afm + bin/powerpc-aix/ttf2pk + bin/powerpc-aix/ttf2tfm + bin/powerpc-aix/ttfdump + +name ttfutils.powerpc-linux +category TLCore +revision 15878 +shortdesc powerpc-linux files of ttfutils +binfiles arch=powerpc-linux size=169 + bin/powerpc-linux/ttf2afm + bin/powerpc-linux/ttf2pk + bin/powerpc-linux/ttf2tfm + bin/powerpc-linux/ttfdump + +name ttfutils.sparc-linux +category TLCore +revision 15878 +shortdesc sparc-linux files of ttfutils +binfiles arch=sparc-linux size=157 + bin/sparc-linux/ttf2afm + bin/sparc-linux/ttf2pk + bin/sparc-linux/ttf2tfm + bin/sparc-linux/ttfdump + +name ttfutils.sparc-solaris +category TLCore +revision 15878 +shortdesc sparc-solaris files of ttfutils +binfiles arch=sparc-solaris size=235 + bin/sparc-solaris/ttf2afm + bin/sparc-solaris/ttf2pk + bin/sparc-solaris/ttf2tfm + bin/sparc-solaris/ttfdump + +name ttfutils.universal-darwin +category TLCore +revision 15878 +shortdesc universal-darwin files of ttfutils +binfiles arch=universal-darwin size=318 + bin/universal-darwin/ttf2afm + bin/universal-darwin/ttf2pk + bin/universal-darwin/ttf2tfm + bin/universal-darwin/ttfdump + +name ttfutils.win32 +category TLCore +revision 15878 +shortdesc win32 files of ttfutils +binfiles arch=win32 size=83 + bin/win32/ttf2afm.exe + bin/win32/ttf2pk.exe + bin/win32/ttf2tfm.exe + bin/win32/ttfdump.exe + +name ttfutils.x86_64-linux +category TLCore +revision 15878 +shortdesc x86_64-linux files of ttfutils +binfiles arch=x86_64-linux size=170 + bin/x86_64-linux/ttf2afm + bin/x86_64-linux/ttf2pk + bin/x86_64-linux/ttf2tfm + bin/x86_64-linux/ttfdump + +name tufte-latex +category Package +revision 15878 +shortdesc Document classes inspired by the work of Edward Tufte. +longdesc Provided are two classes inspired, respectively, by handouts +longdesc and books created by Edward Tufte. +docfiles size=188 + texmf-dist/doc/latex/tufte-latex/History.txt + texmf-dist/doc/latex/tufte-latex/README.txt + texmf-dist/doc/latex/tufte-latex/graphics/be-contents.pdf + texmf-dist/doc/latex/tufte-latex/graphics/be-title.pdf + texmf-dist/doc/latex/tufte-latex/graphics/ei-contents.pdf + texmf-dist/doc/latex/tufte-latex/graphics/ei-title.pdf + texmf-dist/doc/latex/tufte-latex/graphics/helix.asy + texmf-dist/doc/latex/tufte-latex/graphics/helix.pdf + texmf-dist/doc/latex/tufte-latex/graphics/hilbertcurves.pdf + texmf-dist/doc/latex/tufte-latex/graphics/hilbertrecursive.tex + texmf-dist/doc/latex/tufte-latex/graphics/nasa_vision_sm.png + texmf-dist/doc/latex/tufte-latex/graphics/satir_graph.png + texmf-dist/doc/latex/tufte-latex/graphics/sine.asy + texmf-dist/doc/latex/tufte-latex/graphics/sine.pdf + texmf-dist/doc/latex/tufte-latex/graphics/vdqi-contents.pdf + texmf-dist/doc/latex/tufte-latex/graphics/vdqi-title.pdf + texmf-dist/doc/latex/tufte-latex/graphics/ve-contents.pdf + texmf-dist/doc/latex/tufte-latex/graphics/ve-title.pdf + texmf-dist/doc/latex/tufte-latex/sample-book.pdf details="Sample book" + texmf-dist/doc/latex/tufte-latex/sample-book.tex + texmf-dist/doc/latex/tufte-latex/sample-handout.bib + texmf-dist/doc/latex/tufte-latex/sample-handout.pdf details="Sample handout" + texmf-dist/doc/latex/tufte-latex/sample-handout.tex +srcfiles size=131 + texmf-dist/source/latex/tufte-latex/sample-book.pdf + texmf-dist/source/latex/tufte-latex/sample-book.tex + texmf-dist/source/latex/tufte-latex/sample-handout.bib + texmf-dist/source/latex/tufte-latex/sample-handout.pdf + texmf-dist/source/latex/tufte-latex/sample-handout.tex + texmf-dist/source/latex/tufte-latex/tufte-book.cls + texmf-dist/source/latex/tufte-latex/tufte-common.sty + texmf-dist/source/latex/tufte-latex/tufte-handout.cls +runfiles size=14 + texmf-dist/tex/latex/tufte-latex/tufte-book.cls + texmf-dist/tex/latex/tufte-latex/tufte-common.sty + texmf-dist/tex/latex/tufte-latex/tufte-handout.cls +catalogue-ctan /macros/latex/contrib/tufte-latex +catalogue-date 2009-05-17 23:53:45 +0200 +catalogue-license apache2 +catalogue-version 3.0.0 + +name tugboat +category Package +revision 15878 +shortdesc LaTeX macros for TUGboat articles. +longdesc Provides both ltugboat.cls (for ordinary issues of the journal) +longdesc and ltugproc.cls (for issues that are proceedings of TUG +longdesc meetings). The distribution also includes a BibTeX style +longdesc appropriate for use with the classes' "harvard" option. +docfiles size=177 + texmf-dist/doc/latex/tugboat/README + texmf-dist/doc/latex/tugboat/ltubguid.pdf details="Instructions for authors" language="en" + texmf-dist/doc/latex/tugboat/manifest.txt + texmf-dist/doc/latex/tugboat/tugboat.pdf details="Program documentation" language="en" +srcfiles size=44 + texmf-dist/source/latex/tugboat/ltubguid.ltx + texmf-dist/source/latex/tugboat/tugboat.dtx + texmf-dist/source/latex/tugboat/tugboat.ins +runfiles size=28 + texmf-dist/bibtex/bst/tugboat/ltugbib.bst + texmf-dist/tex/latex/tugboat/ltugboat.cls + texmf-dist/tex/latex/tugboat/ltugboat.sty + texmf-dist/tex/latex/tugboat/ltugcomn.sty + texmf-dist/tex/latex/tugboat/ltugproc.cls + texmf-dist/tex/latex/tugboat/ltugproc.sty +catalogue-ctan /macros/latex/contrib/tugboat +catalogue-date 2009-10-02 11:26:08 +0200 +catalogue-license lppl +catalogue-version 2.7 + +name tugboat-plain +category Package +revision 15878 +shortdesc Plain TeX macros for TUGboat. +longdesc The macros defined in this directory (in files tugboat.sty and +longdesc tugboat.cmn) are used in papers written in Plain TeX for +longdesc publication in TUGboat. +docfiles size=39 + texmf-dist/doc/plain/tugboat-plain/README + texmf-dist/doc/plain/tugboat-plain/tubguide.pdf + texmf-dist/doc/plain/tugboat-plain/tubguide.tex +runfiles size=29 + texmf-dist/tex/plain/tugboat-plain/tugboat.cmn + texmf-dist/tex/plain/tugboat-plain/tugboat.sty + texmf-dist/tex/plain/tugboat-plain/tugproc.sty +catalogue-ctan /macros/plain/contrib/tugboat +catalogue-date 2007-03-01 14:56:13 +0100 +catalogue-license lppl +catalogue-version 1.17 + +name turnstile +category Package +revision 15878 +shortdesc Typeset the (logic) turnstile notation. +longdesc Among other uses, the turnstile sign is used by logicians for +longdesc denoting a consequence relation, related to a given logic, +longdesc between a collection of formulas and a derived formula. +docfiles size=176 + texmf-dist/doc/latex/turnstile/README details="Readme" + texmf-dist/doc/latex/turnstile/README.en + texmf-dist/doc/latex/turnstile/README.pt + texmf-dist/doc/latex/turnstile/turnstile-en.pdf + texmf-dist/doc/latex/turnstile/turnstile-pt.pdf + texmf-dist/doc/latex/turnstile/turnstile_article.pdf + texmf-dist/doc/latex/turnstile/turnstile_article.tex + texmf-dist/doc/latex/turnstile/turnstile_artigo.pdf + texmf-dist/doc/latex/turnstile/turnstile_artigo.tex +srcfiles size=14 + texmf-dist/source/latex/turnstile/turnstile-en.dtx + texmf-dist/source/latex/turnstile/turnstile-en.ins + texmf-dist/source/latex/turnstile/turnstile-pt.dtx + texmf-dist/source/latex/turnstile/turnstile-pt.ins +runfiles size=3 + texmf-dist/tex/latex/turnstile/turnstile.sty +catalogue-ctan /macros/latex/contrib/turnstile +catalogue-date 2008-08-24 14:43:48 +0200 +catalogue-license lppl +catalogue-version 1.0 + +name twoup +category Package +revision 15878 +catalogue twoupltx +shortdesc Print two virtual pages on each physical page. +longdesc MiKTeX and many other TeX implementations include tools for +longdesc massaging PostScript into booklet and two-up printing -- that +longdesc is, printing two logical pages side by side on one side of one +longdesc sheet of paper. However, some LaTeX preliminaries are necessary +longdesc to use those tools. The twoup package provides such +longdesc preliminaries and gives advice on how to use the PostScript +longdesc tools. +docfiles size=52 + texmf-dist/doc/latex/twoup/README details="Package Readme" + texmf-dist/doc/latex/twoup/twoup.pdf details="Package documentation" +srcfiles size=9 + texmf-dist/source/latex/twoup/twoup.dtx + texmf-dist/source/latex/twoup/twoup.ins +runfiles size=2 + texmf-dist/tex/latex/twoup/twoup.sty +catalogue-ctan /macros/latex/contrib/twoup +catalogue-date 2007-02-27 14:52:52 +0100 +catalogue-license lppl +catalogue-version 1.3 + +name txfonts +category Package +revision 15878 +shortdesc Times-like fonts in support of mathematics. +longdesc Txfonts supplies virtual text roman fonts using Adobe Times (or +longdesc URW NimbusRomNo9L) with some modified and additional text +longdesc symbols in the OT1, T1, and TS1 encodings; maths alphabets +longdesc using Times/URW Nimbus; maths fonts providing all the symbols +longdesc of the Computer Modern and AMS fonts, including all the Greek +longdesc capital letters from CMR; and additional maths fonts of various +longdesc other symbols. The set is complemented by a sans-serif set of +longdesc text fonts, based on Helvetica/NimbusSanL, and a monospace set. +longdesc All the fonts are in Type 1 format (AFM and PFB files), and are +longdesc supported by TeX metrics (VF and TFM files) and macros for use +longdesc with LaTeX. +execute addMap txfonts.map +docfiles size=233 + texmf-dist/doc/fonts/txfonts/00bug_fix.txt + texmf-dist/doc/fonts/txfonts/COPYRIGHT + texmf-dist/doc/fonts/txfonts/README + texmf-dist/doc/fonts/txfonts/txfontsdoc.pdf + texmf-dist/doc/fonts/txfonts/txfontsdoc.tex + texmf-dist/doc/fonts/txfonts/txfontsdocA4.pdf + texmf-dist/doc/fonts/txfonts/txfontsdocA4.tex + texmf-dist/doc/fonts/txfonts/txmi.vpl +runfiles size=558 + texmf-dist/fonts/afm/public/txfonts/rtcxb.afm + texmf-dist/fonts/afm/public/txfonts/rtcxbi.afm + texmf-dist/fonts/afm/public/txfonts/rtcxbss.afm + texmf-dist/fonts/afm/public/txfonts/rtcxi.afm + texmf-dist/fonts/afm/public/txfonts/rtcxr.afm + texmf-dist/fonts/afm/public/txfonts/rtcxss.afm + texmf-dist/fonts/afm/public/txfonts/rtxb.afm + texmf-dist/fonts/afm/public/txfonts/rtxbi.afm + texmf-dist/fonts/afm/public/txfonts/rtxbmi.afm + texmf-dist/fonts/afm/public/txfonts/rtxbsc.afm + texmf-dist/fonts/afm/public/txfonts/rtxbss.afm + texmf-dist/fonts/afm/public/txfonts/rtxbsssc.afm + texmf-dist/fonts/afm/public/txfonts/rtxi.afm + texmf-dist/fonts/afm/public/txfonts/rtxmi.afm + texmf-dist/fonts/afm/public/txfonts/rtxr.afm + texmf-dist/fonts/afm/public/txfonts/rtxsc.afm + texmf-dist/fonts/afm/public/txfonts/rtxss.afm + texmf-dist/fonts/afm/public/txfonts/rtxsssc.afm + texmf-dist/fonts/afm/public/txfonts/t1xbtt.afm + texmf-dist/fonts/afm/public/txfonts/t1xbttsc.afm + texmf-dist/fonts/afm/public/txfonts/t1xtt.afm + texmf-dist/fonts/afm/public/txfonts/t1xttsc.afm + texmf-dist/fonts/afm/public/txfonts/tcxbtt.afm + texmf-dist/fonts/afm/public/txfonts/tcxtt.afm + texmf-dist/fonts/afm/public/txfonts/txbex.afm + texmf-dist/fonts/afm/public/txfonts/txbexa.afm + texmf-dist/fonts/afm/public/txfonts/txbmia.afm + texmf-dist/fonts/afm/public/txfonts/txbsy.afm + texmf-dist/fonts/afm/public/txfonts/txbsya.afm + texmf-dist/fonts/afm/public/txfonts/txbsyb.afm + texmf-dist/fonts/afm/public/txfonts/txbsyc.afm + texmf-dist/fonts/afm/public/txfonts/txbtt.afm + texmf-dist/fonts/afm/public/txfonts/txbttsc.afm + texmf-dist/fonts/afm/public/txfonts/txex.afm + texmf-dist/fonts/afm/public/txfonts/txexa.afm + texmf-dist/fonts/afm/public/txfonts/txmia.afm + texmf-dist/fonts/afm/public/txfonts/txsy.afm + texmf-dist/fonts/afm/public/txfonts/txsya.afm + texmf-dist/fonts/afm/public/txfonts/txsyb.afm + texmf-dist/fonts/afm/public/txfonts/txsyc.afm + texmf-dist/fonts/afm/public/txfonts/txtt.afm + texmf-dist/fonts/afm/public/txfonts/txttsc.afm + texmf-dist/fonts/enc/dvips/txfonts/tx8r.enc + texmf-dist/fonts/map/dvips/txfonts/txfonts.map + texmf-dist/fonts/map/dvips/txfonts/txr.map + texmf-dist/fonts/map/dvips/txfonts/txr1.map + texmf-dist/fonts/map/dvips/txfonts/txr2.map + texmf-dist/fonts/map/dvips/txfonts/txr3.map + texmf-dist/fonts/tfm/public/txfonts/rtcxb.tfm + texmf-dist/fonts/tfm/public/txfonts/rtcxbi.tfm + texmf-dist/fonts/tfm/public/txfonts/rtcxbsl.tfm + texmf-dist/fonts/tfm/public/txfonts/rtcxbss.tfm + texmf-dist/fonts/tfm/public/txfonts/rtcxbsso.tfm + texmf-dist/fonts/tfm/public/txfonts/rtcxi.tfm + texmf-dist/fonts/tfm/public/txfonts/rtcxr.tfm + texmf-dist/fonts/tfm/public/txfonts/rtcxsl.tfm + texmf-dist/fonts/tfm/public/txfonts/rtcxss.tfm + texmf-dist/fonts/tfm/public/txfonts/rtcxsssl.tfm + texmf-dist/fonts/tfm/public/txfonts/rtxb.tfm + texmf-dist/fonts/tfm/public/txfonts/rtxbi.tfm + texmf-dist/fonts/tfm/public/txfonts/rtxbmi.tfm + texmf-dist/fonts/tfm/public/txfonts/rtxbsc.tfm + texmf-dist/fonts/tfm/public/txfonts/rtxbsl.tfm + texmf-dist/fonts/tfm/public/txfonts/rtxbss.tfm + texmf-dist/fonts/tfm/public/txfonts/rtxbsssc.tfm + texmf-dist/fonts/tfm/public/txfonts/rtxbsssl.tfm + texmf-dist/fonts/tfm/public/txfonts/rtxi.tfm + texmf-dist/fonts/tfm/public/txfonts/rtxmi.tfm + texmf-dist/fonts/tfm/public/txfonts/rtxphvb.tfm + texmf-dist/fonts/tfm/public/txfonts/rtxphvbo.tfm + texmf-dist/fonts/tfm/public/txfonts/rtxphvr.tfm + texmf-dist/fonts/tfm/public/txfonts/rtxphvro.tfm + texmf-dist/fonts/tfm/public/txfonts/rtxptmb.tfm + texmf-dist/fonts/tfm/public/txfonts/rtxptmbi.tfm + texmf-dist/fonts/tfm/public/txfonts/rtxptmbo.tfm + texmf-dist/fonts/tfm/public/txfonts/rtxptmr.tfm + texmf-dist/fonts/tfm/public/txfonts/rtxptmri.tfm + texmf-dist/fonts/tfm/public/txfonts/rtxptmro.tfm + texmf-dist/fonts/tfm/public/txfonts/rtxr.tfm + texmf-dist/fonts/tfm/public/txfonts/rtxsc.tfm + texmf-dist/fonts/tfm/public/txfonts/rtxsl.tfm + texmf-dist/fonts/tfm/public/txfonts/rtxss.tfm + texmf-dist/fonts/tfm/public/txfonts/rtxsssc.tfm + texmf-dist/fonts/tfm/public/txfonts/rtxsssl.tfm + texmf-dist/fonts/tfm/public/txfonts/t1xb.tfm + texmf-dist/fonts/tfm/public/txfonts/t1xbi.tfm + texmf-dist/fonts/tfm/public/txfonts/t1xbsc.tfm + texmf-dist/fonts/tfm/public/txfonts/t1xbsl.tfm + texmf-dist/fonts/tfm/public/txfonts/t1xbss.tfm + texmf-dist/fonts/tfm/public/txfonts/t1xbsssc.tfm + texmf-dist/fonts/tfm/public/txfonts/t1xbsssl.tfm + texmf-dist/fonts/tfm/public/txfonts/t1xbtt.tfm + texmf-dist/fonts/tfm/public/txfonts/t1xbttsc.tfm + texmf-dist/fonts/tfm/public/txfonts/t1xbttsl.tfm + texmf-dist/fonts/tfm/public/txfonts/t1xi.tfm + texmf-dist/fonts/tfm/public/txfonts/t1xr.tfm + texmf-dist/fonts/tfm/public/txfonts/t1xsc.tfm + texmf-dist/fonts/tfm/public/txfonts/t1xsl.tfm + texmf-dist/fonts/tfm/public/txfonts/t1xss.tfm + texmf-dist/fonts/tfm/public/txfonts/t1xsssc.tfm + texmf-dist/fonts/tfm/public/txfonts/t1xsssl.tfm + texmf-dist/fonts/tfm/public/txfonts/t1xtt.tfm + texmf-dist/fonts/tfm/public/txfonts/t1xttsc.tfm + texmf-dist/fonts/tfm/public/txfonts/t1xttsl.tfm + texmf-dist/fonts/tfm/public/txfonts/tcxb.tfm + texmf-dist/fonts/tfm/public/txfonts/tcxbi.tfm + texmf-dist/fonts/tfm/public/txfonts/tcxbsl.tfm + texmf-dist/fonts/tfm/public/txfonts/tcxbss.tfm + texmf-dist/fonts/tfm/public/txfonts/tcxbsssl.tfm + texmf-dist/fonts/tfm/public/txfonts/tcxbtt.tfm + texmf-dist/fonts/tfm/public/txfonts/tcxbttsl.tfm + texmf-dist/fonts/tfm/public/txfonts/tcxi.tfm + texmf-dist/fonts/tfm/public/txfonts/tcxr.tfm + texmf-dist/fonts/tfm/public/txfonts/tcxsl.tfm + texmf-dist/fonts/tfm/public/txfonts/tcxss.tfm + texmf-dist/fonts/tfm/public/txfonts/tcxsssl.tfm + texmf-dist/fonts/tfm/public/txfonts/tcxtt.tfm + texmf-dist/fonts/tfm/public/txfonts/tcxttsl.tfm + texmf-dist/fonts/tfm/public/txfonts/txb.tfm + texmf-dist/fonts/tfm/public/txfonts/txbex.tfm + texmf-dist/fonts/tfm/public/txfonts/txbexa.tfm + texmf-dist/fonts/tfm/public/txfonts/txbi.tfm + texmf-dist/fonts/tfm/public/txfonts/txbmi.tfm + texmf-dist/fonts/tfm/public/txfonts/txbmi1.tfm + texmf-dist/fonts/tfm/public/txfonts/txbmia.tfm + texmf-dist/fonts/tfm/public/txfonts/txbsc.tfm + texmf-dist/fonts/tfm/public/txfonts/txbsl.tfm + texmf-dist/fonts/tfm/public/txfonts/txbss.tfm + texmf-dist/fonts/tfm/public/txfonts/txbsssc.tfm + texmf-dist/fonts/tfm/public/txfonts/txbsssl.tfm + texmf-dist/fonts/tfm/public/txfonts/txbsy.tfm + texmf-dist/fonts/tfm/public/txfonts/txbsya.tfm + texmf-dist/fonts/tfm/public/txfonts/txbsyb.tfm + texmf-dist/fonts/tfm/public/txfonts/txbsyc.tfm + texmf-dist/fonts/tfm/public/txfonts/txbtt.tfm + texmf-dist/fonts/tfm/public/txfonts/txbttsc.tfm + texmf-dist/fonts/tfm/public/txfonts/txbttsl.tfm + texmf-dist/fonts/tfm/public/txfonts/txex.tfm + texmf-dist/fonts/tfm/public/txfonts/txexa.tfm + texmf-dist/fonts/tfm/public/txfonts/txi.tfm + texmf-dist/fonts/tfm/public/txfonts/txmi.tfm + texmf-dist/fonts/tfm/public/txfonts/txmi1.tfm + texmf-dist/fonts/tfm/public/txfonts/txmia.tfm + texmf-dist/fonts/tfm/public/txfonts/txr.tfm + texmf-dist/fonts/tfm/public/txfonts/txsc.tfm + texmf-dist/fonts/tfm/public/txfonts/txsl.tfm + texmf-dist/fonts/tfm/public/txfonts/txss.tfm + texmf-dist/fonts/tfm/public/txfonts/txsssc.tfm + texmf-dist/fonts/tfm/public/txfonts/txsssl.tfm + texmf-dist/fonts/tfm/public/txfonts/txsy.tfm + texmf-dist/fonts/tfm/public/txfonts/txsya.tfm + texmf-dist/fonts/tfm/public/txfonts/txsyb.tfm + texmf-dist/fonts/tfm/public/txfonts/txsyc.tfm + texmf-dist/fonts/tfm/public/txfonts/txtt.tfm + texmf-dist/fonts/tfm/public/txfonts/txttsc.tfm + texmf-dist/fonts/tfm/public/txfonts/txttsl.tfm + texmf-dist/fonts/tfm/public/txfonts/tyxb.tfm + texmf-dist/fonts/tfm/public/txfonts/tyxbi.tfm + texmf-dist/fonts/tfm/public/txfonts/tyxbsc.tfm + texmf-dist/fonts/tfm/public/txfonts/tyxbsl.tfm + texmf-dist/fonts/tfm/public/txfonts/tyxbss.tfm + texmf-dist/fonts/tfm/public/txfonts/tyxbsssc.tfm + texmf-dist/fonts/tfm/public/txfonts/tyxbsssl.tfm + texmf-dist/fonts/tfm/public/txfonts/tyxbtt.tfm + texmf-dist/fonts/tfm/public/txfonts/tyxbttsc.tfm + texmf-dist/fonts/tfm/public/txfonts/tyxbttsl.tfm + texmf-dist/fonts/tfm/public/txfonts/tyxi.tfm + texmf-dist/fonts/tfm/public/txfonts/tyxr.tfm + texmf-dist/fonts/tfm/public/txfonts/tyxsc.tfm + texmf-dist/fonts/tfm/public/txfonts/tyxsl.tfm + texmf-dist/fonts/tfm/public/txfonts/tyxss.tfm + texmf-dist/fonts/tfm/public/txfonts/tyxsssc.tfm + texmf-dist/fonts/tfm/public/txfonts/tyxsssl.tfm + texmf-dist/fonts/tfm/public/txfonts/tyxtt.tfm + texmf-dist/fonts/tfm/public/txfonts/tyxttsc.tfm + texmf-dist/fonts/tfm/public/txfonts/tyxttsl.tfm + texmf-dist/fonts/type1/public/txfonts/rtcxb.pfb + texmf-dist/fonts/type1/public/txfonts/rtcxbi.pfb + texmf-dist/fonts/type1/public/txfonts/rtcxbss.pfb + texmf-dist/fonts/type1/public/txfonts/rtcxi.pfb + texmf-dist/fonts/type1/public/txfonts/rtcxr.pfb + texmf-dist/fonts/type1/public/txfonts/rtcxss.pfb + texmf-dist/fonts/type1/public/txfonts/rtxb.pfb + texmf-dist/fonts/type1/public/txfonts/rtxbi.pfb + texmf-dist/fonts/type1/public/txfonts/rtxbmi.pfb + texmf-dist/fonts/type1/public/txfonts/rtxbsc.pfb + texmf-dist/fonts/type1/public/txfonts/rtxbss.pfb + texmf-dist/fonts/type1/public/txfonts/rtxbsssc.pfb + texmf-dist/fonts/type1/public/txfonts/rtxi.pfb + texmf-dist/fonts/type1/public/txfonts/rtxmi.pfb + texmf-dist/fonts/type1/public/txfonts/rtxr.pfb + texmf-dist/fonts/type1/public/txfonts/rtxsc.pfb + texmf-dist/fonts/type1/public/txfonts/rtxss.pfb + texmf-dist/fonts/type1/public/txfonts/rtxsssc.pfb + texmf-dist/fonts/type1/public/txfonts/t1xbtt.pfb + texmf-dist/fonts/type1/public/txfonts/t1xbttsc.pfb + texmf-dist/fonts/type1/public/txfonts/t1xtt.pfb + texmf-dist/fonts/type1/public/txfonts/t1xttsc.pfb + texmf-dist/fonts/type1/public/txfonts/tcxbtt.pfb + texmf-dist/fonts/type1/public/txfonts/tcxtt.pfb + texmf-dist/fonts/type1/public/txfonts/txbex.pfb + texmf-dist/fonts/type1/public/txfonts/txbexa.pfb + texmf-dist/fonts/type1/public/txfonts/txbmia.pfb + texmf-dist/fonts/type1/public/txfonts/txbsy.pfb + texmf-dist/fonts/type1/public/txfonts/txbsya.pfb + texmf-dist/fonts/type1/public/txfonts/txbsyb.pfb + texmf-dist/fonts/type1/public/txfonts/txbsyc.pfb + texmf-dist/fonts/type1/public/txfonts/txbtt.pfb + texmf-dist/fonts/type1/public/txfonts/txbttsc.pfb + texmf-dist/fonts/type1/public/txfonts/txex.pfb + texmf-dist/fonts/type1/public/txfonts/txexa.pfb + texmf-dist/fonts/type1/public/txfonts/txmia.pfb + texmf-dist/fonts/type1/public/txfonts/txsy.pfb + texmf-dist/fonts/type1/public/txfonts/txsya.pfb + texmf-dist/fonts/type1/public/txfonts/txsyb.pfb + texmf-dist/fonts/type1/public/txfonts/txsyc.pfb + texmf-dist/fonts/type1/public/txfonts/txtt.pfb + texmf-dist/fonts/type1/public/txfonts/txttsc.pfb + texmf-dist/fonts/vf/public/txfonts/t1xb.vf + texmf-dist/fonts/vf/public/txfonts/t1xbi.vf + texmf-dist/fonts/vf/public/txfonts/t1xbsc.vf + texmf-dist/fonts/vf/public/txfonts/t1xbsl.vf + texmf-dist/fonts/vf/public/txfonts/t1xbss.vf + texmf-dist/fonts/vf/public/txfonts/t1xbsssc.vf + texmf-dist/fonts/vf/public/txfonts/t1xbsssl.vf + texmf-dist/fonts/vf/public/txfonts/t1xi.vf + texmf-dist/fonts/vf/public/txfonts/t1xr.vf + texmf-dist/fonts/vf/public/txfonts/t1xsc.vf + texmf-dist/fonts/vf/public/txfonts/t1xsl.vf + texmf-dist/fonts/vf/public/txfonts/t1xss.vf + texmf-dist/fonts/vf/public/txfonts/t1xsssc.vf + texmf-dist/fonts/vf/public/txfonts/t1xsssl.vf + texmf-dist/fonts/vf/public/txfonts/tcxb.vf + texmf-dist/fonts/vf/public/txfonts/tcxbi.vf + texmf-dist/fonts/vf/public/txfonts/tcxbsl.vf + texmf-dist/fonts/vf/public/txfonts/tcxbss.vf + texmf-dist/fonts/vf/public/txfonts/tcxbsssl.vf + texmf-dist/fonts/vf/public/txfonts/tcxi.vf + texmf-dist/fonts/vf/public/txfonts/tcxr.vf + texmf-dist/fonts/vf/public/txfonts/tcxsl.vf + texmf-dist/fonts/vf/public/txfonts/tcxss.vf + texmf-dist/fonts/vf/public/txfonts/tcxsssl.vf + texmf-dist/fonts/vf/public/txfonts/txb.vf + texmf-dist/fonts/vf/public/txfonts/txbi.vf + texmf-dist/fonts/vf/public/txfonts/txbmi.vf + texmf-dist/fonts/vf/public/txfonts/txbmi1.vf + texmf-dist/fonts/vf/public/txfonts/txbsc.vf + texmf-dist/fonts/vf/public/txfonts/txbsl.vf + texmf-dist/fonts/vf/public/txfonts/txbss.vf + texmf-dist/fonts/vf/public/txfonts/txbsssc.vf + texmf-dist/fonts/vf/public/txfonts/txbsssl.vf + texmf-dist/fonts/vf/public/txfonts/txi.vf + texmf-dist/fonts/vf/public/txfonts/txmi.vf + texmf-dist/fonts/vf/public/txfonts/txmi1.vf + texmf-dist/fonts/vf/public/txfonts/txr.vf + texmf-dist/fonts/vf/public/txfonts/txsc.vf + texmf-dist/fonts/vf/public/txfonts/txsl.vf + texmf-dist/fonts/vf/public/txfonts/txss.vf + texmf-dist/fonts/vf/public/txfonts/txsssc.vf + texmf-dist/fonts/vf/public/txfonts/txsssl.vf + texmf-dist/fonts/vf/public/txfonts/tyxb.vf + texmf-dist/fonts/vf/public/txfonts/tyxbi.vf + texmf-dist/fonts/vf/public/txfonts/tyxbsc.vf + texmf-dist/fonts/vf/public/txfonts/tyxbsl.vf + texmf-dist/fonts/vf/public/txfonts/tyxbss.vf + texmf-dist/fonts/vf/public/txfonts/tyxbsssc.vf + texmf-dist/fonts/vf/public/txfonts/tyxbsssl.vf + texmf-dist/fonts/vf/public/txfonts/tyxbtt.vf + texmf-dist/fonts/vf/public/txfonts/tyxbttsc.vf + texmf-dist/fonts/vf/public/txfonts/tyxbttsl.vf + texmf-dist/fonts/vf/public/txfonts/tyxi.vf + texmf-dist/fonts/vf/public/txfonts/tyxr.vf + texmf-dist/fonts/vf/public/txfonts/tyxsc.vf + texmf-dist/fonts/vf/public/txfonts/tyxsl.vf + texmf-dist/fonts/vf/public/txfonts/tyxss.vf + texmf-dist/fonts/vf/public/txfonts/tyxsssc.vf + texmf-dist/fonts/vf/public/txfonts/tyxsssl.vf + texmf-dist/fonts/vf/public/txfonts/tyxtt.vf + texmf-dist/fonts/vf/public/txfonts/tyxttsc.vf + texmf-dist/fonts/vf/public/txfonts/tyxttsl.vf + texmf-dist/tex/latex/txfonts/ly1txr.fd + texmf-dist/tex/latex/txfonts/ly1txss.fd + texmf-dist/tex/latex/txfonts/ly1txtt.fd + texmf-dist/tex/latex/txfonts/omltxmi.fd + texmf-dist/tex/latex/txfonts/omltxr.fd + texmf-dist/tex/latex/txfonts/omstxr.fd + texmf-dist/tex/latex/txfonts/omstxsy.fd + texmf-dist/tex/latex/txfonts/omxtxex.fd + texmf-dist/tex/latex/txfonts/ot1txr.fd + texmf-dist/tex/latex/txfonts/ot1txss.fd + texmf-dist/tex/latex/txfonts/ot1txtt.fd + texmf-dist/tex/latex/txfonts/t1txr.fd + texmf-dist/tex/latex/txfonts/t1txss.fd + texmf-dist/tex/latex/txfonts/t1txtt.fd + texmf-dist/tex/latex/txfonts/ts1txr.fd + texmf-dist/tex/latex/txfonts/ts1txss.fd + texmf-dist/tex/latex/txfonts/ts1txtt.fd + texmf-dist/tex/latex/txfonts/txfonts.sty + texmf-dist/tex/latex/txfonts/utxexa.fd + texmf-dist/tex/latex/txfonts/utxmia.fd + texmf-dist/tex/latex/txfonts/utxr.fd + texmf-dist/tex/latex/txfonts/utxss.fd + texmf-dist/tex/latex/txfonts/utxsya.fd + texmf-dist/tex/latex/txfonts/utxsyb.fd + texmf-dist/tex/latex/txfonts/utxsyc.fd + texmf-dist/tex/latex/txfonts/utxtt.fd +catalogue-ctan /fonts/txfonts +catalogue-date 2009-01-15 09:33:18 +0100 +catalogue-license gpl + +name type1cm +category Package +revision 15878 +shortdesc Arbitrary size font selection in LaTeX. +longdesc LaTeX, by default, restricts the sizes at which you can use its +longdesc default computer modern fonts, to a fixed set of discrete sizes +longdesc (effectively, a set specified by Knuth). The type1cm package +longdesc removes this restriction; this is particularly useful when +longdesc using scalable versions of the cm fonts (Bakoma, or the +longdesc versions from BSR/Y&Y, or True Type versions from Kinch, PCTeX, +longdesc etc.). In fact, since modern distributions will automatically +longdesc generate any bitmap font you might need, type1cm has wider +longdesc application than just those using scaleable versions of the +longdesc fonts. Note that the LaTeX distribution now contains a package +longdesc fix-cm, which performs the task of type1cm, as well as doing +longdesc the same job for T1- and TS1-encoded ec fonts. +docfiles size=2 + texmf-dist/doc/latex/type1cm/type1cm.txt +srcfiles size=4 + texmf-dist/source/latex/type1cm/type1cm.fdd + texmf-dist/source/latex/type1cm/type1cm.ins +runfiles size=2 + texmf-dist/tex/latex/type1cm/type1cm.sty +catalogue-ctan /macros/latex/contrib/type1cm +catalogue-date 2009-10-10 12:31:37 +0200 +catalogue-license lppl + +name typedref +category Package +revision 15878 +shortdesc Eliminate errors by enforcing the types of labels. +longdesc The package replaces \ref with \figureref, \sectionref, \eqref, +longdesc etc., so that you're forced to specify the kind of label you're +longdesc referencing. Each reference command also generates appropriate +longdesc text automatically, so that instead of typing +longdesc Figure~\ref{figure:key}, all you need is +longdesc \figureref{figure:key}. The \label command is redefined to +longdesc record the type with the label defined, so that each type of +longdesc label has its own namespace. +docfiles size=2 + texmf-dist/doc/latex/typedref/example.dvi + texmf-dist/doc/latex/typedref/example.tex +srcfiles size=7 + texmf-dist/source/latex/typedref/typedref.drv + texmf-dist/source/latex/typedref/typedref.dtx + texmf-dist/source/latex/typedref/typedref.ins +runfiles size=2 + texmf-dist/tex/latex/typedref/typedref.sty +catalogue-ctan /macros/latex/contrib/typedref +catalogue-date 2008-12-16 22:12:19 +0100 +catalogue-license other-free +catalogue-version 1.0 + +name typespec +category Package +revision 15878 +shortdesc Create font samplers. +longdesc Creates a type specimen page with useful information about the +longdesc typeface. +docfiles size=161 + texmf-dist/doc/plain/typespec/TypeSpec.pdf details="Package outline and some samplers" + texmf-dist/doc/plain/typespec/TypeSpec.tex +runfiles size=22 + texmf-dist/tex/plain/typespec/TypeSp01.tex + texmf-dist/tex/plain/typespec/TypeSp02.tex + texmf-dist/tex/plain/typespec/TypeSp03.tex + texmf-dist/tex/plain/typespec/TypeSp04.tex + texmf-dist/tex/plain/typespec/TypeSp05.tex + texmf-dist/tex/plain/typespec/TypeSp06.tex + texmf-dist/tex/plain/typespec/TypeSp07.tex + texmf-dist/tex/plain/typespec/TypeSp08.tex + texmf-dist/tex/plain/typespec/TypeSp09.tex + texmf-dist/tex/plain/typespec/TypeSp10.tex +catalogue-ctan /macros/plain/contrib/TypeSpec +catalogue-date 2008-12-16 23:47:53 +0100 +catalogue-license noinfo + +name typogrid +category Package +revision 15878 +shortdesc Print a typographic grid. +longdesc Draws a grid on every page of the document; the grid divides +longdesc the page into columns, and may be used for fixing measurements +longdesc of layout. +docfiles size=17 + texmf-dist/doc/latex/typogrid/README details="Readme" + texmf-dist/doc/latex/typogrid/testtypogrid.tex + texmf-dist/doc/latex/typogrid/typogrid.pdf details="Package documentation" +srcfiles size=4 + texmf-dist/source/latex/typogrid/Makefile + texmf-dist/source/latex/typogrid/typogrid.dtx + texmf-dist/source/latex/typogrid/typogrid.ins +runfiles size=1 + texmf-dist/tex/latex/typogrid/typogrid.sty +catalogue-ctan /macros/latex/contrib/typogrid +catalogue-date 2007-01-18 23:55:07 +0100 +catalogue-license lppl +catalogue-version 0.10 + +name uaclasses +category Package +revision 15878 +shortdesc University of Arizona thesis and dissertation format. +longdesc This package provides a LaTeX2e document class named 'ua- +longdesc thesis' for typesetting theses and dissertations in the +longdesc official format required by the University of Arizona. +longdesc Moreover, there is a fully compatible alternative document +longdesc class 'my-thesis' for private 'nice' copies of the +longdesc dissertation, and the respective title pages are available as +longdesc separate packages to work with any document class. +docfiles size=70 + texmf-dist/doc/latex/uaclasses/README details="Readme" + texmf-dist/doc/latex/uaclasses/my-example.pdf details="my-thesis example" + texmf-dist/doc/latex/uaclasses/ua-example.pdf details="ua-thesis example" + texmf-dist/doc/latex/uaclasses/ua-example.tex +srcfiles size=13 + texmf-dist/source/latex/uaclasses/ua-classes.dtx + texmf-dist/source/latex/uaclasses/ua-classes.ins +runfiles size=7 + texmf-dist/tex/latex/uaclasses/my-thesis.cls + texmf-dist/tex/latex/uaclasses/my-title.sty + texmf-dist/tex/latex/uaclasses/ua-thesis.cls + texmf-dist/tex/latex/uaclasses/ua-title.sty +catalogue-ctan /macros/latex/contrib/uaclasses +catalogue-date 2009-01-05 22:46:04 +0100 +catalogue-license pd + +name ucdavisthesis +category Package +revision 15878 +shortdesc A thesis/dissertation class for University of California Davis. +longdesc The class conforms to the University's requirements for 2009. +docfiles size=494 + texmf-dist/doc/latex/ucdavisthesis/Example/ucdavisthesis_example.bib + texmf-dist/doc/latex/ucdavisthesis/Example/ucdavisthesis_example_Chap1.tex + texmf-dist/doc/latex/ucdavisthesis/Example/ucdavisthesis_example_Chap2.tex + texmf-dist/doc/latex/ucdavisthesis/Example/ucdavisthesis_example_Chap3.tex + texmf-dist/doc/latex/ucdavisthesis/Example/ucdavisthesis_example_figure.eps + texmf-dist/doc/latex/ucdavisthesis/Example/ucdavisthesis_example_figure.pdf + texmf-dist/doc/latex/ucdavisthesis/Example/ucdavisthesis_example_main.pdf details="Example of output" + texmf-dist/doc/latex/ucdavisthesis/Example/ucdavisthesis_example_main.tex + texmf-dist/doc/latex/ucdavisthesis/README details="Readme" + texmf-dist/doc/latex/ucdavisthesis/ucdavisthesis.pdf details="Package documentation" +srcfiles size=23 + texmf-dist/source/latex/ucdavisthesis/ucdavisthesis.dtx + texmf-dist/source/latex/ucdavisthesis/ucdavisthesis.ins +runfiles size=17 + texmf-dist/tex/latex/ucdavisthesis/ucdavisthesis.cls + texmf-dist/tex/latex/ucdavisthesis/ucdthesis10.clo + texmf-dist/tex/latex/ucdavisthesis/ucdthesis11.clo + texmf-dist/tex/latex/ucdavisthesis/ucdthesis12.clo + texmf-dist/tex/latex/ucdavisthesis/ucdthesis13.clo +catalogue-ctan /macros/latex/contrib/ucdavisthesis +catalogue-date 2009-03-01 13:29:14 +0100 +catalogue-license lppl +catalogue-version 1.0 + +name ucs +category Package +revision 15878 +catalogue unicode +shortdesc Extended UTF-8 input encoding for LaTeX. +longdesc This bundle provides the ucs package, and utf8x.def, together +longdesc with a large number of support files. The utf8x.def definition +longdesc file for use with inputenc covers a wider range of Unicode +longdesc characters than does utf8.def in the LaTeX distribution. The +longdesc ucs package provides facilities for efficient use of large sets +longdesc of Unicode characters. +docfiles size=248 + texmf-dist/doc/latex/ucs/FAQ details="Frequently Asked Questions" + texmf-dist/doc/latex/ucs/INSTALL details="Installation details" + texmf-dist/doc/latex/ucs/LICENSE + texmf-dist/doc/latex/ucs/README details="Package Readme" + texmf-dist/doc/latex/ucs/VERSION + texmf-dist/doc/latex/ucs/config/ascii.ucf.gz + texmf-dist/doc/latex/ucs/config/boxdraw.ucf.gz + texmf-dist/doc/latex/ucs/config/braille.ucf.gz + texmf-dist/doc/latex/ucs/config/cjk-bg5.ucf.gz + texmf-dist/doc/latex/ucs/config/cjk-gb.ucf.gz + texmf-dist/doc/latex/ucs/config/cjk-globals.ucf.gz + texmf-dist/doc/latex/ucs/config/cjk-hangul.ucf.gz + texmf-dist/doc/latex/ucs/config/cjk-jis.ucf.gz + texmf-dist/doc/latex/ucs/config/combining.ucf.gz + texmf-dist/doc/latex/ucs/config/control.ucf.gz + texmf-dist/doc/latex/ucs/config/ctrlglyphs.ucf.gz + texmf-dist/doc/latex/ucs/config/currency.ucf.gz + texmf-dist/doc/latex/ucs/config/cyrillic.ucf.gz + texmf-dist/doc/latex/ucs/config/devanagari.ucf.gz + texmf-dist/doc/latex/ucs/config/ethiopic.ucf.gz + texmf-dist/doc/latex/ucs/config/geometric.ucf.gz + texmf-dist/doc/latex/ucs/config/greek.ucf.gz + texmf-dist/doc/latex/ucs/config/hebrew.ucf.gz + texmf-dist/doc/latex/ucs/config/ipa.ucf.gz + texmf-dist/doc/latex/ucs/config/klingon.ucf.gz + texmf-dist/doc/latex/ucs/config/latin-a.ucf.gz + texmf-dist/doc/latex/ucs/config/latin-b.ucf.gz + texmf-dist/doc/latex/ucs/config/latin-e-a.ucf.gz + texmf-dist/doc/latex/ucs/config/latin1.ucf.gz + texmf-dist/doc/latex/ucs/config/math.ucf.gz + texmf-dist/doc/latex/ucs/config/mathalpha.ucf.gz + texmf-dist/doc/latex/ucs/config/miscsymb.ucf.gz + texmf-dist/doc/latex/ucs/config/modifier.ucf.gz + texmf-dist/doc/latex/ucs/config/mongolian.ucf.gz + texmf-dist/doc/latex/ucs/config/pifont.ucf.gz + texmf-dist/doc/latex/ucs/config/punct.ucf.gz + texmf-dist/doc/latex/ucs/config/supersub.ucf.gz + texmf-dist/doc/latex/ucs/config/tags.ucf.gz + texmf-dist/doc/latex/ucs/config/telugu.ucf.gz + texmf-dist/doc/latex/ucs/config/thai.ucf.gz + texmf-dist/doc/latex/ucs/discovermacro.pl + texmf-dist/doc/latex/ucs/languages.ps.gz details="Languages supported" + texmf-dist/doc/latex/ucs/latexout.pl + texmf-dist/doc/latex/ucs/ltxmacrs.txt + texmf-dist/doc/latex/ucs/makeunidef.pl + texmf-dist/doc/latex/ucs/ucs.ps.gz details="Package documentation" +runfiles size=652 + texmf-dist/tex/latex/ucs/UnicodeT.sfd + texmf-dist/tex/latex/ucs/autofe.sty + texmf-dist/tex/latex/ucs/c00enc.def + texmf-dist/tex/latex/ucs/c10enc.def + texmf-dist/tex/latex/ucs/c40enc.def + texmf-dist/tex/latex/ucs/c42enc.def + texmf-dist/tex/latex/ucs/c61enc.def + texmf-dist/tex/latex/ucs/cenccmn.tex + texmf-dist/tex/latex/ucs/cp1252.enc + texmf-dist/tex/latex/ucs/data/uni-0.def + texmf-dist/tex/latex/ucs/data/uni-1.def + texmf-dist/tex/latex/ucs/data/uni-100.def + texmf-dist/tex/latex/ucs/data/uni-101.def + texmf-dist/tex/latex/ucs/data/uni-102.def + texmf-dist/tex/latex/ucs/data/uni-103.def + texmf-dist/tex/latex/ucs/data/uni-104.def + texmf-dist/tex/latex/ucs/data/uni-105.def + texmf-dist/tex/latex/ucs/data/uni-106.def + texmf-dist/tex/latex/ucs/data/uni-107.def + texmf-dist/tex/latex/ucs/data/uni-108.def + texmf-dist/tex/latex/ucs/data/uni-109.def + texmf-dist/tex/latex/ucs/data/uni-110.def + texmf-dist/tex/latex/ucs/data/uni-111.def + texmf-dist/tex/latex/ucs/data/uni-112.def + texmf-dist/tex/latex/ucs/data/uni-113.def + texmf-dist/tex/latex/ucs/data/uni-114.def + texmf-dist/tex/latex/ucs/data/uni-115.def + texmf-dist/tex/latex/ucs/data/uni-116.def + texmf-dist/tex/latex/ucs/data/uni-117.def + texmf-dist/tex/latex/ucs/data/uni-118.def + texmf-dist/tex/latex/ucs/data/uni-119.def + texmf-dist/tex/latex/ucs/data/uni-12.def + texmf-dist/tex/latex/ucs/data/uni-120.def + texmf-dist/tex/latex/ucs/data/uni-121.def + texmf-dist/tex/latex/ucs/data/uni-122.def + texmf-dist/tex/latex/ucs/data/uni-123.def + texmf-dist/tex/latex/ucs/data/uni-124.def + texmf-dist/tex/latex/ucs/data/uni-125.def + texmf-dist/tex/latex/ucs/data/uni-126.def + texmf-dist/tex/latex/ucs/data/uni-127.def + texmf-dist/tex/latex/ucs/data/uni-128.def + texmf-dist/tex/latex/ucs/data/uni-129.def + texmf-dist/tex/latex/ucs/data/uni-130.def + texmf-dist/tex/latex/ucs/data/uni-131.def + texmf-dist/tex/latex/ucs/data/uni-132.def + texmf-dist/tex/latex/ucs/data/uni-133.def + texmf-dist/tex/latex/ucs/data/uni-134.def + texmf-dist/tex/latex/ucs/data/uni-135.def + texmf-dist/tex/latex/ucs/data/uni-136.def + texmf-dist/tex/latex/ucs/data/uni-137.def + texmf-dist/tex/latex/ucs/data/uni-138.def + texmf-dist/tex/latex/ucs/data/uni-139.def + texmf-dist/tex/latex/ucs/data/uni-14.def + texmf-dist/tex/latex/ucs/data/uni-140.def + texmf-dist/tex/latex/ucs/data/uni-141.def + texmf-dist/tex/latex/ucs/data/uni-142.def + texmf-dist/tex/latex/ucs/data/uni-143.def + texmf-dist/tex/latex/ucs/data/uni-144.def + texmf-dist/tex/latex/ucs/data/uni-145.def + texmf-dist/tex/latex/ucs/data/uni-146.def + texmf-dist/tex/latex/ucs/data/uni-147.def + texmf-dist/tex/latex/ucs/data/uni-148.def + texmf-dist/tex/latex/ucs/data/uni-149.def + texmf-dist/tex/latex/ucs/data/uni-150.def + texmf-dist/tex/latex/ucs/data/uni-151.def + texmf-dist/tex/latex/ucs/data/uni-152.def + texmf-dist/tex/latex/ucs/data/uni-153.def + texmf-dist/tex/latex/ucs/data/uni-154.def + texmf-dist/tex/latex/ucs/data/uni-155.def + texmf-dist/tex/latex/ucs/data/uni-156.def + texmf-dist/tex/latex/ucs/data/uni-157.def + texmf-dist/tex/latex/ucs/data/uni-158.def + texmf-dist/tex/latex/ucs/data/uni-159.def + texmf-dist/tex/latex/ucs/data/uni-172.def + texmf-dist/tex/latex/ucs/data/uni-173.def + texmf-dist/tex/latex/ucs/data/uni-174.def + texmf-dist/tex/latex/ucs/data/uni-175.def + texmf-dist/tex/latex/ucs/data/uni-176.def + texmf-dist/tex/latex/ucs/data/uni-177.def + texmf-dist/tex/latex/ucs/data/uni-178.def + texmf-dist/tex/latex/ucs/data/uni-179.def + texmf-dist/tex/latex/ucs/data/uni-18.def + texmf-dist/tex/latex/ucs/data/uni-180.def + texmf-dist/tex/latex/ucs/data/uni-181.def + texmf-dist/tex/latex/ucs/data/uni-182.def + texmf-dist/tex/latex/ucs/data/uni-183.def + texmf-dist/tex/latex/ucs/data/uni-184.def + texmf-dist/tex/latex/ucs/data/uni-185.def + texmf-dist/tex/latex/ucs/data/uni-186.def + texmf-dist/tex/latex/ucs/data/uni-187.def + texmf-dist/tex/latex/ucs/data/uni-188.def + texmf-dist/tex/latex/ucs/data/uni-189.def + texmf-dist/tex/latex/ucs/data/uni-19.def + texmf-dist/tex/latex/ucs/data/uni-190.def + texmf-dist/tex/latex/ucs/data/uni-191.def + texmf-dist/tex/latex/ucs/data/uni-192.def + texmf-dist/tex/latex/ucs/data/uni-193.def + texmf-dist/tex/latex/ucs/data/uni-194.def + texmf-dist/tex/latex/ucs/data/uni-195.def + texmf-dist/tex/latex/ucs/data/uni-196.def + texmf-dist/tex/latex/ucs/data/uni-197.def + texmf-dist/tex/latex/ucs/data/uni-198.def + texmf-dist/tex/latex/ucs/data/uni-199.def + texmf-dist/tex/latex/ucs/data/uni-2.def + texmf-dist/tex/latex/ucs/data/uni-200.def + texmf-dist/tex/latex/ucs/data/uni-201.def + texmf-dist/tex/latex/ucs/data/uni-202.def + texmf-dist/tex/latex/ucs/data/uni-203.def + texmf-dist/tex/latex/ucs/data/uni-204.def + texmf-dist/tex/latex/ucs/data/uni-205.def + texmf-dist/tex/latex/ucs/data/uni-206.def + texmf-dist/tex/latex/ucs/data/uni-207.def + texmf-dist/tex/latex/ucs/data/uni-208.def + texmf-dist/tex/latex/ucs/data/uni-209.def + texmf-dist/tex/latex/ucs/data/uni-210.def + texmf-dist/tex/latex/ucs/data/uni-211.def + texmf-dist/tex/latex/ucs/data/uni-212.def + texmf-dist/tex/latex/ucs/data/uni-213.def + texmf-dist/tex/latex/ucs/data/uni-214.def + texmf-dist/tex/latex/ucs/data/uni-215.def + texmf-dist/tex/latex/ucs/data/uni-24.def + texmf-dist/tex/latex/ucs/data/uni-248.def + texmf-dist/tex/latex/ucs/data/uni-249.def + texmf-dist/tex/latex/ucs/data/uni-250.def + texmf-dist/tex/latex/ucs/data/uni-251.def + texmf-dist/tex/latex/ucs/data/uni-254.def + texmf-dist/tex/latex/ucs/data/uni-255.def + texmf-dist/tex/latex/ucs/data/uni-29.def + texmf-dist/tex/latex/ucs/data/uni-3.def + texmf-dist/tex/latex/ucs/data/uni-30.def + texmf-dist/tex/latex/ucs/data/uni-31.def + texmf-dist/tex/latex/ucs/data/uni-32.def + texmf-dist/tex/latex/ucs/data/uni-33.def + texmf-dist/tex/latex/ucs/data/uni-34.def + texmf-dist/tex/latex/ucs/data/uni-35.def + texmf-dist/tex/latex/ucs/data/uni-3584.def + texmf-dist/tex/latex/ucs/data/uni-36.def + texmf-dist/tex/latex/ucs/data/uni-37.def + texmf-dist/tex/latex/ucs/data/uni-38.def + texmf-dist/tex/latex/ucs/data/uni-39.def + texmf-dist/tex/latex/ucs/data/uni-4.def + texmf-dist/tex/latex/ucs/data/uni-40.def + texmf-dist/tex/latex/ucs/data/uni-42.def + texmf-dist/tex/latex/ucs/data/uni-46.def + texmf-dist/tex/latex/ucs/data/uni-468.def + texmf-dist/tex/latex/ucs/data/uni-469.def + texmf-dist/tex/latex/ucs/data/uni-47.def + texmf-dist/tex/latex/ucs/data/uni-470.def + texmf-dist/tex/latex/ucs/data/uni-471.def + texmf-dist/tex/latex/ucs/data/uni-48.def + texmf-dist/tex/latex/ucs/data/uni-49.def + texmf-dist/tex/latex/ucs/data/uni-5.def + texmf-dist/tex/latex/ucs/data/uni-50.def + texmf-dist/tex/latex/ucs/data/uni-51.def + texmf-dist/tex/latex/ucs/data/uni-760.def + texmf-dist/tex/latex/ucs/data/uni-761.def + texmf-dist/tex/latex/ucs/data/uni-762.def + texmf-dist/tex/latex/ucs/data/uni-78.def + texmf-dist/tex/latex/ucs/data/uni-79.def + texmf-dist/tex/latex/ucs/data/uni-80.def + texmf-dist/tex/latex/ucs/data/uni-81.def + texmf-dist/tex/latex/ucs/data/uni-82.def + texmf-dist/tex/latex/ucs/data/uni-83.def + texmf-dist/tex/latex/ucs/data/uni-84.def + texmf-dist/tex/latex/ucs/data/uni-85.def + texmf-dist/tex/latex/ucs/data/uni-86.def + texmf-dist/tex/latex/ucs/data/uni-87.def + texmf-dist/tex/latex/ucs/data/uni-88.def + texmf-dist/tex/latex/ucs/data/uni-89.def + texmf-dist/tex/latex/ucs/data/uni-9.def + texmf-dist/tex/latex/ucs/data/uni-90.def + texmf-dist/tex/latex/ucs/data/uni-91.def + texmf-dist/tex/latex/ucs/data/uni-92.def + texmf-dist/tex/latex/ucs/data/uni-93.def + texmf-dist/tex/latex/ucs/data/uni-94.def + texmf-dist/tex/latex/ucs/data/uni-95.def + texmf-dist/tex/latex/ucs/data/uni-96.def + texmf-dist/tex/latex/ucs/data/uni-97.def + texmf-dist/tex/latex/ucs/data/uni-98.def + texmf-dist/tex/latex/ucs/data/uni-99.def + texmf-dist/tex/latex/ucs/data/uni-global.def + texmf-dist/tex/latex/ucs/data/uninames.dat + texmf-dist/tex/latex/ucs/ldvarial.fd + texmf-dist/tex/latex/ucs/ldvc2000.fd + texmf-dist/tex/latex/ucs/ldvenc.def + texmf-dist/tex/latex/ucs/letc2000.fd + texmf-dist/tex/latex/ucs/letenc.def + texmf-dist/tex/latex/ucs/letgfzem.fd + texmf-dist/tex/latex/ucs/letjiret.fd + texmf-dist/tex/latex/ucs/lklenc.def + texmf-dist/tex/latex/ucs/lklkli.fd + texmf-dist/tex/latex/ucs/ltaarial.fd + texmf-dist/tex/latex/ucs/ltac2000.fd + texmf-dist/tex/latex/ucs/ltaenc.def + texmf-dist/tex/latex/ucs/ltgc2000.fd + texmf-dist/tex/latex/ucs/ltgenc.def + texmf-dist/tex/latex/ucs/ltlcmr.fd + texmf-dist/tex/latex/ucs/ltlenc.def + texmf-dist/tex/latex/ucs/ltwdsnol.fd + texmf-dist/tex/latex/ucs/ltwdsque.fd + texmf-dist/tex/latex/ucs/ltwdssin.fd + texmf-dist/tex/latex/ucs/ltwenc.def + texmf-dist/tex/latex/ucs/lucarial.fd + texmf-dist/tex/latex/ucs/lucc2000.fd + texmf-dist/tex/latex/ucs/lucenc.def + texmf-dist/tex/latex/ucs/mkrenc.def + texmf-dist/tex/latex/ucs/mkrezra.fd + texmf-dist/tex/latex/ucs/mkrhadas.fd + texmf-dist/tex/latex/ucs/mkromega.fd + texmf-dist/tex/latex/ucs/mkrrashi.fd + texmf-dist/tex/latex/ucs/t2dcmr.fd + texmf-dist/tex/latex/ucs/t2denc.def + texmf-dist/tex/latex/ucs/tengwarDS.enc + texmf-dist/tex/latex/ucs/ucs.sty + texmf-dist/tex/latex/ucs/ucsencs.def + texmf-dist/tex/latex/ucs/ucshyper.sty + texmf-dist/tex/latex/ucs/ucsutils.sty + texmf-dist/tex/latex/ucs/utf8x.def + texmf-dist/tex/latex/ucs/xscmr.fd + texmf-dist/tex/latex/ucs/xsenc.def +catalogue-ctan /macros/latex/contrib/unicode +catalogue-date 2009-10-10 17:55:02 +0200 +catalogue-license lppl + +name ucthesis +category Package +revision 15878 +shortdesc University of California thesis format. +longdesc A modified version of the standard LaTeX report style that is +longdesc accepted for use with University of California PhD +longdesc dissertations and Masters theses. A sample dissertation source +longdesc and bibliography are provided. +docfiles size=5 + texmf-dist/doc/latex/ucthesis/README details="Readme and basic documentation" + texmf-dist/doc/latex/ucthesis/uctest.bib + texmf-dist/doc/latex/ucthesis/uctest.tex +runfiles size=27 + texmf-dist/tex/latex/ucthesis/uct10.clo + texmf-dist/tex/latex/ucthesis/uct11.clo + texmf-dist/tex/latex/ucthesis/uct12.clo + texmf-dist/tex/latex/ucthesis/ucthesis.cls +catalogue-ctan /macros/latex/contrib/ucthesis +catalogue-date 2009-09-27 11:52:43 +0200 +catalogue-license lppl1.3 +catalogue-version 3.2 + +name uebungsblatt +category Package +revision 15878 +shortdesc A LaTeX class for writing exercise sheets. +longdesc This package implements a LaTeX class for writing exercise +longdesc sheets for a lecture. Features: - quick typesetting of exercise +longdesc sheets or their revisions, - simple user friendly commands, - +longdesc elegant page formatting, - automatic numbering of exercises and +longdesc sub-exercises, - the number of the exercise sheet is extracted +longdesc automatically from the file name, - static information about +longdesc the lectures and the authors needs to provided at one point +longdesc only. +docfiles size=63 + texmf-dist/doc/latex/uebungsblatt/README details="README" language="de" + texmf-dist/doc/latex/uebungsblatt/history.txt + texmf-dist/doc/latex/uebungsblatt/uebungsblatt-doc.pdf + texmf-dist/doc/latex/uebungsblatt/uebungsblatt-doc.tex +runfiles size=4 + texmf-dist/tex/latex/uebungsblatt/uebungsblatt.cls + texmf-dist/tex/latex/uebungsblatt/uebungsblatt.sty +catalogue-ctan /macros/latex/contrib/uebungsblatt +catalogue-date 2008-08-24 14:43:48 +0200 +catalogue-license lppl +catalogue-version v1.5.0 + +name uhc +category Package +revision 15878 +shortdesc Fonts for the Korean language. +longdesc Support for Korean documents written in Korean standard KSC +longdesc codes for LaTeX2e. +execute addMap umj.map +docfiles size=1 + texmf-dist/doc/fonts/uhc/umj/README +runfiles size=4177 + texmf-dist/dvips/uhc/config.uhc + texmf-dist/fonts/afm/uhc/umj/umj00.afm + texmf-dist/fonts/afm/uhc/umj/umj01.afm + texmf-dist/fonts/afm/uhc/umj/umj02.afm + texmf-dist/fonts/afm/uhc/umj/umj03.afm + texmf-dist/fonts/afm/uhc/umj/umj04.afm + texmf-dist/fonts/afm/uhc/umj/umj05.afm + texmf-dist/fonts/afm/uhc/umj/umj10.afm + texmf-dist/fonts/afm/uhc/umj/umj11.afm + texmf-dist/fonts/afm/uhc/umj/umj12.afm + texmf-dist/fonts/afm/uhc/umj/umj13.afm + texmf-dist/fonts/afm/uhc/umj/umj14.afm + texmf-dist/fonts/afm/uhc/umj/umj15.afm + texmf-dist/fonts/afm/uhc/umj/umj16.afm + texmf-dist/fonts/afm/uhc/umj/umj17.afm + texmf-dist/fonts/afm/uhc/umj/umj20.afm + texmf-dist/fonts/afm/uhc/umj/umj21.afm + texmf-dist/fonts/afm/uhc/umj/umj22.afm + texmf-dist/fonts/afm/uhc/umj/umj23.afm + texmf-dist/fonts/afm/uhc/umj/umj24.afm + texmf-dist/fonts/afm/uhc/umj/umj25.afm + texmf-dist/fonts/afm/uhc/umj/umj26.afm + texmf-dist/fonts/afm/uhc/umj/umj27.afm + texmf-dist/fonts/afm/uhc/umj/umj28.afm + texmf-dist/fonts/afm/uhc/umj/umj29.afm + texmf-dist/fonts/afm/uhc/umj/umj30.afm + texmf-dist/fonts/afm/uhc/umj/umj31.afm + texmf-dist/fonts/afm/uhc/umj/umj32.afm + texmf-dist/fonts/afm/uhc/umj/umj33.afm + texmf-dist/fonts/afm/uhc/umj/umj34.afm + texmf-dist/fonts/afm/uhc/umj/umj35.afm + texmf-dist/fonts/afm/uhc/umj/umj36.afm + texmf-dist/fonts/afm/uhc/umj/umj37.afm + texmf-dist/fonts/afm/uhc/umj/umj38.afm + texmf-dist/fonts/map/dvips/uhc/umj.map + texmf-dist/fonts/tfm/uhc/umj/umj00.tfm + texmf-dist/fonts/tfm/uhc/umj/umj01.tfm + texmf-dist/fonts/tfm/uhc/umj/umj02.tfm + texmf-dist/fonts/tfm/uhc/umj/umj03.tfm + texmf-dist/fonts/tfm/uhc/umj/umj04.tfm + texmf-dist/fonts/tfm/uhc/umj/umj05.tfm + texmf-dist/fonts/tfm/uhc/umj/umj10.tfm + texmf-dist/fonts/tfm/uhc/umj/umj11.tfm + texmf-dist/fonts/tfm/uhc/umj/umj12.tfm + texmf-dist/fonts/tfm/uhc/umj/umj13.tfm + texmf-dist/fonts/tfm/uhc/umj/umj14.tfm + texmf-dist/fonts/tfm/uhc/umj/umj15.tfm + texmf-dist/fonts/tfm/uhc/umj/umj16.tfm + texmf-dist/fonts/tfm/uhc/umj/umj17.tfm + texmf-dist/fonts/tfm/uhc/umj/umj20.tfm + texmf-dist/fonts/tfm/uhc/umj/umj21.tfm + texmf-dist/fonts/tfm/uhc/umj/umj22.tfm + texmf-dist/fonts/tfm/uhc/umj/umj23.tfm + texmf-dist/fonts/tfm/uhc/umj/umj24.tfm + texmf-dist/fonts/tfm/uhc/umj/umj25.tfm + texmf-dist/fonts/tfm/uhc/umj/umj26.tfm + texmf-dist/fonts/tfm/uhc/umj/umj27.tfm + texmf-dist/fonts/tfm/uhc/umj/umj28.tfm + texmf-dist/fonts/tfm/uhc/umj/umj29.tfm + texmf-dist/fonts/tfm/uhc/umj/umj30.tfm + texmf-dist/fonts/tfm/uhc/umj/umj31.tfm + texmf-dist/fonts/tfm/uhc/umj/umj32.tfm + texmf-dist/fonts/tfm/uhc/umj/umj33.tfm + texmf-dist/fonts/tfm/uhc/umj/umj34.tfm + texmf-dist/fonts/tfm/uhc/umj/umj35.tfm + texmf-dist/fonts/tfm/uhc/umj/umj36.tfm + texmf-dist/fonts/tfm/uhc/umj/umj37.tfm + texmf-dist/fonts/tfm/uhc/umj/umj38.tfm + texmf-dist/fonts/tfm/uhc/umj/umjc00.tfm + texmf-dist/fonts/tfm/uhc/umj/umjc01.tfm + texmf-dist/fonts/tfm/uhc/umj/umjc02.tfm + texmf-dist/fonts/tfm/uhc/umj/umjc03.tfm + texmf-dist/fonts/tfm/uhc/umj/umjc04.tfm + texmf-dist/fonts/tfm/uhc/umj/umjc05.tfm + texmf-dist/fonts/tfm/uhc/umj/umjc10.tfm + texmf-dist/fonts/tfm/uhc/umj/umjc11.tfm + texmf-dist/fonts/tfm/uhc/umj/umjc12.tfm + texmf-dist/fonts/tfm/uhc/umj/umjc13.tfm + texmf-dist/fonts/tfm/uhc/umj/umjc14.tfm + texmf-dist/fonts/tfm/uhc/umj/umjc15.tfm + texmf-dist/fonts/tfm/uhc/umj/umjc16.tfm + texmf-dist/fonts/tfm/uhc/umj/umjc17.tfm + texmf-dist/fonts/tfm/uhc/umj/umjc20.tfm + texmf-dist/fonts/tfm/uhc/umj/umjc21.tfm + texmf-dist/fonts/tfm/uhc/umj/umjc22.tfm + texmf-dist/fonts/tfm/uhc/umj/umjc23.tfm + texmf-dist/fonts/tfm/uhc/umj/umjc24.tfm + texmf-dist/fonts/tfm/uhc/umj/umjc25.tfm + texmf-dist/fonts/tfm/uhc/umj/umjc26.tfm + texmf-dist/fonts/tfm/uhc/umj/umjc27.tfm + texmf-dist/fonts/tfm/uhc/umj/umjc28.tfm + texmf-dist/fonts/tfm/uhc/umj/umjc29.tfm + texmf-dist/fonts/tfm/uhc/umj/umjc30.tfm + texmf-dist/fonts/tfm/uhc/umj/umjc31.tfm + texmf-dist/fonts/tfm/uhc/umj/umjc32.tfm + texmf-dist/fonts/tfm/uhc/umj/umjc33.tfm + texmf-dist/fonts/tfm/uhc/umj/umjc34.tfm + texmf-dist/fonts/tfm/uhc/umj/umjc35.tfm + texmf-dist/fonts/tfm/uhc/umj/umjc36.tfm + texmf-dist/fonts/tfm/uhc/umj/umjc37.tfm + texmf-dist/fonts/tfm/uhc/umj/umjc38.tfm + texmf-dist/fonts/tfm/uhc/umj/umjco00.tfm + texmf-dist/fonts/tfm/uhc/umj/umjco01.tfm + texmf-dist/fonts/tfm/uhc/umj/umjco02.tfm + texmf-dist/fonts/tfm/uhc/umj/umjco03.tfm + texmf-dist/fonts/tfm/uhc/umj/umjco04.tfm + texmf-dist/fonts/tfm/uhc/umj/umjco05.tfm + texmf-dist/fonts/tfm/uhc/umj/umjco10.tfm + texmf-dist/fonts/tfm/uhc/umj/umjco11.tfm + texmf-dist/fonts/tfm/uhc/umj/umjco12.tfm + texmf-dist/fonts/tfm/uhc/umj/umjco13.tfm + texmf-dist/fonts/tfm/uhc/umj/umjco14.tfm + texmf-dist/fonts/tfm/uhc/umj/umjco15.tfm + texmf-dist/fonts/tfm/uhc/umj/umjco16.tfm + texmf-dist/fonts/tfm/uhc/umj/umjco17.tfm + texmf-dist/fonts/tfm/uhc/umj/umjco20.tfm + texmf-dist/fonts/tfm/uhc/umj/umjco21.tfm + texmf-dist/fonts/tfm/uhc/umj/umjco22.tfm + texmf-dist/fonts/tfm/uhc/umj/umjco23.tfm + texmf-dist/fonts/tfm/uhc/umj/umjco24.tfm + texmf-dist/fonts/tfm/uhc/umj/umjco25.tfm + texmf-dist/fonts/tfm/uhc/umj/umjco26.tfm + texmf-dist/fonts/tfm/uhc/umj/umjco27.tfm + texmf-dist/fonts/tfm/uhc/umj/umjco28.tfm + texmf-dist/fonts/tfm/uhc/umj/umjco29.tfm + texmf-dist/fonts/tfm/uhc/umj/umjco30.tfm + texmf-dist/fonts/tfm/uhc/umj/umjco31.tfm + texmf-dist/fonts/tfm/uhc/umj/umjco32.tfm + texmf-dist/fonts/tfm/uhc/umj/umjco33.tfm + texmf-dist/fonts/tfm/uhc/umj/umjco34.tfm + texmf-dist/fonts/tfm/uhc/umj/umjco35.tfm + texmf-dist/fonts/tfm/uhc/umj/umjco36.tfm + texmf-dist/fonts/tfm/uhc/umj/umjco37.tfm + texmf-dist/fonts/tfm/uhc/umj/umjco38.tfm + texmf-dist/fonts/tfm/uhc/umj/umjo00.tfm + texmf-dist/fonts/tfm/uhc/umj/umjo01.tfm + texmf-dist/fonts/tfm/uhc/umj/umjo02.tfm + texmf-dist/fonts/tfm/uhc/umj/umjo03.tfm + texmf-dist/fonts/tfm/uhc/umj/umjo04.tfm + texmf-dist/fonts/tfm/uhc/umj/umjo05.tfm + texmf-dist/fonts/tfm/uhc/umj/umjo10.tfm + texmf-dist/fonts/tfm/uhc/umj/umjo11.tfm + texmf-dist/fonts/tfm/uhc/umj/umjo12.tfm + texmf-dist/fonts/tfm/uhc/umj/umjo13.tfm + texmf-dist/fonts/tfm/uhc/umj/umjo14.tfm + texmf-dist/fonts/tfm/uhc/umj/umjo15.tfm + texmf-dist/fonts/tfm/uhc/umj/umjo16.tfm + texmf-dist/fonts/tfm/uhc/umj/umjo17.tfm + texmf-dist/fonts/tfm/uhc/umj/umjo20.tfm + texmf-dist/fonts/tfm/uhc/umj/umjo21.tfm + texmf-dist/fonts/tfm/uhc/umj/umjo22.tfm + texmf-dist/fonts/tfm/uhc/umj/umjo23.tfm + texmf-dist/fonts/tfm/uhc/umj/umjo24.tfm + texmf-dist/fonts/tfm/uhc/umj/umjo25.tfm + texmf-dist/fonts/tfm/uhc/umj/umjo26.tfm + texmf-dist/fonts/tfm/uhc/umj/umjo27.tfm + texmf-dist/fonts/tfm/uhc/umj/umjo28.tfm + texmf-dist/fonts/tfm/uhc/umj/umjo29.tfm + texmf-dist/fonts/tfm/uhc/umj/umjo30.tfm + texmf-dist/fonts/tfm/uhc/umj/umjo31.tfm + texmf-dist/fonts/tfm/uhc/umj/umjo32.tfm + texmf-dist/fonts/tfm/uhc/umj/umjo33.tfm + texmf-dist/fonts/tfm/uhc/umj/umjo34.tfm + texmf-dist/fonts/tfm/uhc/umj/umjo35.tfm + texmf-dist/fonts/tfm/uhc/umj/umjo36.tfm + texmf-dist/fonts/tfm/uhc/umj/umjo37.tfm + texmf-dist/fonts/tfm/uhc/umj/umjo38.tfm + texmf-dist/fonts/tfm/uhc/umj/umju00.tfm + texmf-dist/fonts/tfm/uhc/umj/umju01.tfm + texmf-dist/fonts/tfm/uhc/umj/umju02.tfm + texmf-dist/fonts/tfm/uhc/umj/umju03.tfm + texmf-dist/fonts/tfm/uhc/umj/umju04.tfm + texmf-dist/fonts/tfm/uhc/umj/umju05.tfm + texmf-dist/fonts/tfm/uhc/umj/umju10.tfm + texmf-dist/fonts/tfm/uhc/umj/umju11.tfm + texmf-dist/fonts/tfm/uhc/umj/umju12.tfm + texmf-dist/fonts/tfm/uhc/umj/umju13.tfm + texmf-dist/fonts/tfm/uhc/umj/umju14.tfm + texmf-dist/fonts/tfm/uhc/umj/umju15.tfm + texmf-dist/fonts/tfm/uhc/umj/umju16.tfm + texmf-dist/fonts/tfm/uhc/umj/umju17.tfm + texmf-dist/fonts/tfm/uhc/umj/umju20.tfm + texmf-dist/fonts/tfm/uhc/umj/umju21.tfm + texmf-dist/fonts/tfm/uhc/umj/umju22.tfm + texmf-dist/fonts/tfm/uhc/umj/umju23.tfm + texmf-dist/fonts/tfm/uhc/umj/umju24.tfm + texmf-dist/fonts/tfm/uhc/umj/umju25.tfm + texmf-dist/fonts/tfm/uhc/umj/umju26.tfm + texmf-dist/fonts/tfm/uhc/umj/umju27.tfm + texmf-dist/fonts/tfm/uhc/umj/umju28.tfm + texmf-dist/fonts/tfm/uhc/umj/umju29.tfm + texmf-dist/fonts/tfm/uhc/umj/umju30.tfm + texmf-dist/fonts/tfm/uhc/umj/umju31.tfm + texmf-dist/fonts/tfm/uhc/umj/umju32.tfm + texmf-dist/fonts/tfm/uhc/umj/umju33.tfm + texmf-dist/fonts/tfm/uhc/umj/umju34.tfm + texmf-dist/fonts/tfm/uhc/umj/umju35.tfm + texmf-dist/fonts/tfm/uhc/umj/umju36.tfm + texmf-dist/fonts/tfm/uhc/umj/umju37.tfm + texmf-dist/fonts/tfm/uhc/umj/umju38.tfm + texmf-dist/fonts/tfm/uhc/umj/umjuo00.tfm + texmf-dist/fonts/tfm/uhc/umj/umjuo01.tfm + texmf-dist/fonts/tfm/uhc/umj/umjuo02.tfm + texmf-dist/fonts/tfm/uhc/umj/umjuo03.tfm + texmf-dist/fonts/tfm/uhc/umj/umjuo04.tfm + texmf-dist/fonts/tfm/uhc/umj/umjuo05.tfm + texmf-dist/fonts/tfm/uhc/umj/umjuo10.tfm + texmf-dist/fonts/tfm/uhc/umj/umjuo11.tfm + texmf-dist/fonts/tfm/uhc/umj/umjuo12.tfm + texmf-dist/fonts/tfm/uhc/umj/umjuo13.tfm + texmf-dist/fonts/tfm/uhc/umj/umjuo14.tfm + texmf-dist/fonts/tfm/uhc/umj/umjuo15.tfm + texmf-dist/fonts/tfm/uhc/umj/umjuo16.tfm + texmf-dist/fonts/tfm/uhc/umj/umjuo17.tfm + texmf-dist/fonts/tfm/uhc/umj/umjuo20.tfm + texmf-dist/fonts/tfm/uhc/umj/umjuo21.tfm + texmf-dist/fonts/tfm/uhc/umj/umjuo22.tfm + texmf-dist/fonts/tfm/uhc/umj/umjuo23.tfm + texmf-dist/fonts/tfm/uhc/umj/umjuo24.tfm + texmf-dist/fonts/tfm/uhc/umj/umjuo25.tfm + texmf-dist/fonts/tfm/uhc/umj/umjuo26.tfm + texmf-dist/fonts/tfm/uhc/umj/umjuo27.tfm + texmf-dist/fonts/tfm/uhc/umj/umjuo28.tfm + texmf-dist/fonts/tfm/uhc/umj/umjuo29.tfm + texmf-dist/fonts/tfm/uhc/umj/umjuo30.tfm + texmf-dist/fonts/tfm/uhc/umj/umjuo31.tfm + texmf-dist/fonts/tfm/uhc/umj/umjuo32.tfm + texmf-dist/fonts/tfm/uhc/umj/umjuo33.tfm + texmf-dist/fonts/tfm/uhc/umj/umjuo34.tfm + texmf-dist/fonts/tfm/uhc/umj/umjuo35.tfm + texmf-dist/fonts/tfm/uhc/umj/umjuo36.tfm + texmf-dist/fonts/tfm/uhc/umj/umjuo37.tfm + texmf-dist/fonts/tfm/uhc/umj/umjuo38.tfm + texmf-dist/fonts/tfm/uhc/umj/umjx00.tfm + texmf-dist/fonts/tfm/uhc/umj/umjx01.tfm + texmf-dist/fonts/tfm/uhc/umj/umjx02.tfm + texmf-dist/fonts/tfm/uhc/umj/umjx03.tfm + texmf-dist/fonts/tfm/uhc/umj/umjx04.tfm + texmf-dist/fonts/tfm/uhc/umj/umjx05.tfm + texmf-dist/fonts/tfm/uhc/umj/umjx10.tfm + texmf-dist/fonts/tfm/uhc/umj/umjx11.tfm + texmf-dist/fonts/tfm/uhc/umj/umjx12.tfm + texmf-dist/fonts/tfm/uhc/umj/umjx13.tfm + texmf-dist/fonts/tfm/uhc/umj/umjx14.tfm + texmf-dist/fonts/tfm/uhc/umj/umjx15.tfm + texmf-dist/fonts/tfm/uhc/umj/umjx16.tfm + texmf-dist/fonts/tfm/uhc/umj/umjx17.tfm + texmf-dist/fonts/tfm/uhc/umj/umjx20.tfm + texmf-dist/fonts/tfm/uhc/umj/umjx21.tfm + texmf-dist/fonts/tfm/uhc/umj/umjx22.tfm + texmf-dist/fonts/tfm/uhc/umj/umjx23.tfm + texmf-dist/fonts/tfm/uhc/umj/umjx24.tfm + texmf-dist/fonts/tfm/uhc/umj/umjx25.tfm + texmf-dist/fonts/tfm/uhc/umj/umjx26.tfm + texmf-dist/fonts/tfm/uhc/umj/umjx27.tfm + texmf-dist/fonts/tfm/uhc/umj/umjx28.tfm + texmf-dist/fonts/tfm/uhc/umj/umjx29.tfm + texmf-dist/fonts/tfm/uhc/umj/umjx30.tfm + texmf-dist/fonts/tfm/uhc/umj/umjx31.tfm + texmf-dist/fonts/tfm/uhc/umj/umjx32.tfm + texmf-dist/fonts/tfm/uhc/umj/umjx33.tfm + texmf-dist/fonts/tfm/uhc/umj/umjx34.tfm + texmf-dist/fonts/tfm/uhc/umj/umjx35.tfm + texmf-dist/fonts/tfm/uhc/umj/umjx36.tfm + texmf-dist/fonts/tfm/uhc/umj/umjx37.tfm + texmf-dist/fonts/tfm/uhc/umj/umjx38.tfm + texmf-dist/fonts/tfm/uhc/umj/umjxo00.tfm + texmf-dist/fonts/tfm/uhc/umj/umjxo01.tfm + texmf-dist/fonts/tfm/uhc/umj/umjxo02.tfm + texmf-dist/fonts/tfm/uhc/umj/umjxo03.tfm + texmf-dist/fonts/tfm/uhc/umj/umjxo04.tfm + texmf-dist/fonts/tfm/uhc/umj/umjxo05.tfm + texmf-dist/fonts/tfm/uhc/umj/umjxo10.tfm + texmf-dist/fonts/tfm/uhc/umj/umjxo11.tfm + texmf-dist/fonts/tfm/uhc/umj/umjxo12.tfm + texmf-dist/fonts/tfm/uhc/umj/umjxo13.tfm + texmf-dist/fonts/tfm/uhc/umj/umjxo14.tfm + texmf-dist/fonts/tfm/uhc/umj/umjxo15.tfm + texmf-dist/fonts/tfm/uhc/umj/umjxo16.tfm + texmf-dist/fonts/tfm/uhc/umj/umjxo17.tfm + texmf-dist/fonts/tfm/uhc/umj/umjxo20.tfm + texmf-dist/fonts/tfm/uhc/umj/umjxo21.tfm + texmf-dist/fonts/tfm/uhc/umj/umjxo22.tfm + texmf-dist/fonts/tfm/uhc/umj/umjxo23.tfm + texmf-dist/fonts/tfm/uhc/umj/umjxo24.tfm + texmf-dist/fonts/tfm/uhc/umj/umjxo25.tfm + texmf-dist/fonts/tfm/uhc/umj/umjxo26.tfm + texmf-dist/fonts/tfm/uhc/umj/umjxo27.tfm + texmf-dist/fonts/tfm/uhc/umj/umjxo28.tfm + texmf-dist/fonts/tfm/uhc/umj/umjxo29.tfm + texmf-dist/fonts/tfm/uhc/umj/umjxo30.tfm + texmf-dist/fonts/tfm/uhc/umj/umjxo31.tfm + texmf-dist/fonts/tfm/uhc/umj/umjxo32.tfm + texmf-dist/fonts/tfm/uhc/umj/umjxo33.tfm + texmf-dist/fonts/tfm/uhc/umj/umjxo34.tfm + texmf-dist/fonts/tfm/uhc/umj/umjxo35.tfm + texmf-dist/fonts/tfm/uhc/umj/umjxo36.tfm + texmf-dist/fonts/tfm/uhc/umj/umjxo37.tfm + texmf-dist/fonts/tfm/uhc/umj/umjxo38.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmj00.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmj01.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmj02.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmj03.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmj04.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmj20.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmj21.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmj22.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmj23.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmj24.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmj25.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmj26.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmj30.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmj31.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmj32.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmj33.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmj4e.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmj4f.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmj50.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmj51.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmj52.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmj53.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmj54.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmj55.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmj56.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmj57.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmj58.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmj59.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmj5a.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmj5b.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmj5c.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmj5d.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmj5e.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmj5f.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmj60.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmj61.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmj62.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmj63.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmj64.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmj65.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmj66.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmj67.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmj68.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmj69.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmj6a.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmj6b.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmj6c.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmj6d.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmj6e.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmj6f.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmj70.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmj71.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmj72.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmj73.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmj74.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmj75.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmj76.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmj77.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmj78.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmj79.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmj7a.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmj7b.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmj7c.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmj7d.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmj7e.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmj7f.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmj80.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmj81.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmj82.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmj83.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmj84.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmj85.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmj86.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmj87.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmj88.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmj89.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmj8a.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmj8b.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmj8c.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmj8d.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmj8e.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmj8f.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmj90.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmj91.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmj92.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmj93.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmj94.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmj95.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmj96.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmj97.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmj98.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmj99.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmj9a.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmj9b.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmj9c.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmj9d.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmj9e.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmj9f.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjac.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjad.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjae.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjaf.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjb0.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjb1.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjb2.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjb3.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjb4.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjb5.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjb6.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjb7.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjb8.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjb9.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjba.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjbb.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjbc.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjbd.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjbe.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjbf.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjc0.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjc00.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjc01.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjc02.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjc03.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjc04.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjc1.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjc2.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjc20.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjc21.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjc22.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjc23.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjc24.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjc25.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjc26.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjc3.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjc30.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjc31.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjc32.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjc33.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjc4.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjc4e.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjc4f.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjc5.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjc50.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjc51.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjc52.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjc53.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjc54.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjc55.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjc56.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjc57.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjc58.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjc59.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjc5a.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjc5b.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjc5c.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjc5d.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjc5e.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjc5f.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjc6.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjc60.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjc61.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjc62.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjc63.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjc64.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjc65.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjc66.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjc67.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjc68.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjc69.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjc6a.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjc6b.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjc6c.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjc6d.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjc6e.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjc6f.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjc7.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjc70.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjc71.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjc72.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjc73.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjc74.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjc75.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjc76.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjc77.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjc78.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjc79.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjc7a.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjc7b.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjc7c.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjc7d.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjc7e.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjc7f.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjc8.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjc80.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjc81.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjc82.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjc83.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjc84.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjc85.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjc86.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjc87.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjc88.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjc89.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjc8a.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjc8b.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjc8c.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjc8d.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjc8e.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjc8f.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjc9.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjc90.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjc91.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjc92.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjc93.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjc94.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjc95.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjc96.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjc97.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjc98.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjc99.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjc9a.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjc9b.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjc9c.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjc9d.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjc9e.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjc9f.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjca.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjcac.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjcad.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjcae.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjcaf.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjcb.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjcb0.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjcb1.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjcb2.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjcb3.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjcb4.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjcb5.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjcb6.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjcb7.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjcb8.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjcb9.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjcba.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjcbb.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjcbc.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjcbd.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjcbe.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjcbf.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjcc.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjcc0.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjcc1.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjcc2.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjcc3.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjcc4.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjcc5.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjcc6.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjcc7.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjcc8.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjcc9.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjcca.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjccb.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjccc.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjccd.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjcce.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjccf.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjcd.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjcd0.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjcd1.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjcd2.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjcd3.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjcd4.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjcd5.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjcd6.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjcd7.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjce.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjcf.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjcf9.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjcfa.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjcff.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjco00.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjco01.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjco02.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjco03.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjco04.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjco20.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjco21.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjco22.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjco23.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjco24.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjco25.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjco26.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjco30.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjco31.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjco32.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjco33.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjco4e.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjco4f.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjco50.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjco51.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjco52.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjco53.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjco54.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjco55.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjco56.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjco57.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjco58.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjco59.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjco5a.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjco5b.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjco5c.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjco5d.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjco5e.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjco5f.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjco60.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjco61.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjco62.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjco63.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjco64.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjco65.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjco66.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjco67.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjco68.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjco69.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjco6a.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjco6b.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjco6c.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjco6d.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjco6e.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjco6f.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjco70.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjco71.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjco72.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjco73.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjco74.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjco75.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjco76.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjco77.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjco78.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjco79.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjco7a.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjco7b.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjco7c.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjco7d.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjco7e.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjco7f.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjco80.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjco81.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjco82.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjco83.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjco84.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjco85.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjco86.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjco87.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjco88.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjco89.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjco8a.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjco8b.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjco8c.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjco8d.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjco8e.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjco8f.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjco90.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjco91.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjco92.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjco93.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjco94.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjco95.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjco96.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjco97.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjco98.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjco99.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjco9a.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjco9b.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjco9c.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjco9d.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjco9e.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjco9f.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjcoac.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjcoad.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjcoae.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjcoaf.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjcob0.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjcob1.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjcob2.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjcob3.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjcob4.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjcob5.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjcob6.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjcob7.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjcob8.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjcob9.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjcoba.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjcobb.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjcobc.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjcobd.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjcobe.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjcobf.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjcoc0.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjcoc1.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjcoc2.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjcoc3.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjcoc4.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjcoc5.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjcoc6.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjcoc7.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjcoc8.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjcoc9.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjcoca.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjcocb.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjcocc.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjcocd.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjcoce.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjcocf.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjcod0.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjcod1.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjcod2.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjcod3.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjcod4.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjcod5.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjcod6.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjcod7.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjcof9.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjcofa.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjcoff.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjd0.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjd1.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjd2.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjd3.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjd4.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjd5.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjd6.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjd7.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjf9.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjfa.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjff.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjo00.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjo01.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjo02.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjo03.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjo04.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjo20.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjo21.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjo22.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjo23.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjo24.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjo25.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjo26.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjo30.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjo31.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjo32.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjo33.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjo4e.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjo4f.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjo50.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjo51.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjo52.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjo53.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjo54.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjo55.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjo56.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjo57.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjo58.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjo59.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjo5a.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjo5b.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjo5c.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjo5d.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjo5e.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjo5f.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjo60.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjo61.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjo62.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjo63.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjo64.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjo65.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjo66.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjo67.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjo68.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjo69.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjo6a.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjo6b.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjo6c.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjo6d.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjo6e.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjo6f.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjo70.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjo71.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjo72.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjo73.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjo74.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjo75.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjo76.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjo77.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjo78.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjo79.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjo7a.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjo7b.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjo7c.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjo7d.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjo7e.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjo7f.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjo80.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjo81.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjo82.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjo83.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjo84.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjo85.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjo86.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjo87.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjo88.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjo89.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjo8a.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjo8b.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjo8c.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjo8d.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjo8e.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjo8f.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjo90.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjo91.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjo92.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjo93.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjo94.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjo95.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjo96.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjo97.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjo98.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjo99.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjo9a.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjo9b.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjo9c.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjo9d.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjo9e.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjo9f.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjoac.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjoad.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjoae.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjoaf.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjob0.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjob1.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjob2.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjob3.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjob4.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjob5.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjob6.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjob7.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjob8.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjob9.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjoba.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjobb.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjobc.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjobd.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjobe.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjobf.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjoc0.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjoc1.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjoc2.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjoc3.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjoc4.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjoc5.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjoc6.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjoc7.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjoc8.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjoc9.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjoca.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjocb.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjocc.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjocd.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjoce.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjocf.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjod0.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjod1.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjod2.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjod3.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjod4.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjod5.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjod6.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjod7.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjof9.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjofa.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjoff.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmju00.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmju01.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmju02.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmju03.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmju04.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmju20.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmju21.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmju22.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmju23.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmju24.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmju25.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmju26.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmju30.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmju31.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmju32.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmju33.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmju4e.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmju4f.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmju50.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmju51.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmju52.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmju53.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmju54.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmju55.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmju56.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmju57.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmju58.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmju59.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmju5a.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmju5b.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmju5c.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmju5d.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmju5e.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmju5f.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmju60.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmju61.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmju62.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmju63.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmju64.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmju65.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmju66.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmju67.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmju68.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmju69.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmju6a.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmju6b.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmju6c.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmju6d.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmju6e.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmju6f.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmju70.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmju71.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmju72.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmju73.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmju74.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmju75.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmju76.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmju77.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmju78.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmju79.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmju7a.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmju7b.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmju7c.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmju7d.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmju7e.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmju7f.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmju80.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmju81.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmju82.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmju83.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmju84.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmju85.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmju86.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmju87.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmju88.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmju89.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmju8a.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmju8b.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmju8c.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmju8d.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmju8e.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmju8f.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmju90.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmju91.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmju92.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmju93.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmju94.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmju95.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmju96.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmju97.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmju98.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmju99.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmju9a.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmju9b.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmju9c.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmju9d.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmju9e.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmju9f.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjuac.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjuad.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjuae.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjuaf.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjub0.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjub1.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjub2.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjub3.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjub4.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjub5.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjub6.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjub7.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjub8.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjub9.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjuba.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjubb.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjubc.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjubd.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjube.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjubf.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjuc0.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjuc1.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjuc2.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjuc3.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjuc4.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjuc5.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjuc6.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjuc7.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjuc8.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjuc9.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjuca.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjucb.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjucc.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjucd.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjuce.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjucf.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjud0.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjud1.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjud2.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjud3.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjud4.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjud5.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjud6.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjud7.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjuf9.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjufa.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjuff.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjuo00.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjuo01.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjuo02.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjuo03.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjuo04.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjuo20.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjuo21.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjuo22.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjuo23.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjuo24.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjuo25.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjuo26.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjuo30.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjuo31.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjuo32.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjuo33.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjuo4e.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjuo4f.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjuo50.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjuo51.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjuo52.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjuo53.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjuo54.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjuo55.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjuo56.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjuo57.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjuo58.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjuo59.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjuo5a.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjuo5b.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjuo5c.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjuo5d.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjuo5e.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjuo5f.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjuo60.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjuo61.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjuo62.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjuo63.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjuo64.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjuo65.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjuo66.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjuo67.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjuo68.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjuo69.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjuo6a.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjuo6b.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjuo6c.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjuo6d.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjuo6e.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjuo6f.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjuo70.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjuo71.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjuo72.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjuo73.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjuo74.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjuo75.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjuo76.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjuo77.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjuo78.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjuo79.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjuo7a.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjuo7b.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjuo7c.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjuo7d.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjuo7e.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjuo7f.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjuo80.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjuo81.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjuo82.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjuo83.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjuo84.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjuo85.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjuo86.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjuo87.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjuo88.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjuo89.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjuo8a.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjuo8b.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjuo8c.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjuo8d.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjuo8e.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjuo8f.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjuo90.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjuo91.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjuo92.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjuo93.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjuo94.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjuo95.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjuo96.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjuo97.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjuo98.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjuo99.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjuo9a.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjuo9b.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjuo9c.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjuo9d.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjuo9e.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjuo9f.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjuoac.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjuoad.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjuoae.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjuoaf.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjuob0.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjuob1.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjuob2.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjuob3.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjuob4.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjuob5.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjuob6.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjuob7.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjuob8.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjuob9.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjuoba.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjuobb.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjuobc.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjuobd.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjuobe.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjuobf.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjuoc0.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjuoc1.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjuoc2.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjuoc3.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjuoc4.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjuoc5.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjuoc6.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjuoc7.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjuoc8.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjuoc9.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjuoca.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjuocb.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjuocc.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjuocd.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjuoce.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjuocf.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjuod0.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjuod1.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjuod2.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjuod3.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjuod4.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjuod5.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjuod6.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjuod7.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjuof9.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjuofa.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjuoff.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjx00.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjx01.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjx02.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjx03.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjx04.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjx20.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjx21.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjx22.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjx23.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjx24.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjx25.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjx26.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjx30.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjx31.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjx32.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjx33.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjx4e.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjx4f.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjx50.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjx51.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjx52.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjx53.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjx54.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjx55.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjx56.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjx57.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjx58.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjx59.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjx5a.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjx5b.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjx5c.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjx5d.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjx5e.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjx5f.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjx60.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjx61.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjx62.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjx63.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjx64.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjx65.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjx66.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjx67.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjx68.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjx69.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjx6a.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjx6b.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjx6c.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjx6d.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjx6e.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjx6f.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjx70.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjx71.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjx72.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjx73.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjx74.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjx75.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjx76.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjx77.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjx78.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjx79.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjx7a.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjx7b.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjx7c.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjx7d.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjx7e.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjx7f.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjx80.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjx81.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjx82.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjx83.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjx84.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjx85.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjx86.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjx87.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjx88.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjx89.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjx8a.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjx8b.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjx8c.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjx8d.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjx8e.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjx8f.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjx90.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjx91.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjx92.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjx93.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjx94.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjx95.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjx96.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjx97.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjx98.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjx99.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjx9a.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjx9b.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjx9c.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjx9d.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjx9e.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjx9f.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjxac.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjxad.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjxae.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjxaf.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjxb0.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjxb1.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjxb2.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjxb3.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjxb4.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjxb5.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjxb6.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjxb7.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjxb8.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjxb9.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjxba.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjxbb.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjxbc.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjxbd.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjxbe.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjxbf.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjxc0.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjxc1.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjxc2.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjxc3.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjxc4.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjxc5.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjxc6.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjxc7.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjxc8.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjxc9.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjxca.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjxcb.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjxcc.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjxcd.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjxce.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjxcf.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjxd0.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjxd1.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjxd2.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjxd3.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjxd4.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjxd5.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjxd6.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjxd7.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjxf9.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjxfa.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjxff.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjxo00.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjxo01.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjxo02.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjxo03.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjxo04.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjxo20.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjxo21.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjxo22.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjxo23.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjxo24.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjxo25.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjxo26.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjxo30.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjxo31.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjxo32.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjxo33.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjxo4e.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjxo4f.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjxo50.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjxo51.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjxo52.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjxo53.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjxo54.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjxo55.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjxo56.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjxo57.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjxo58.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjxo59.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjxo5a.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjxo5b.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjxo5c.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjxo5d.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjxo5e.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjxo5f.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjxo60.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjxo61.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjxo62.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjxo63.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjxo64.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjxo65.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjxo66.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjxo67.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjxo68.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjxo69.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjxo6a.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjxo6b.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjxo6c.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjxo6d.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjxo6e.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjxo6f.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjxo70.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjxo71.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjxo72.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjxo73.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjxo74.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjxo75.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjxo76.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjxo77.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjxo78.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjxo79.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjxo7a.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjxo7b.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjxo7c.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjxo7d.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjxo7e.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjxo7f.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjxo80.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjxo81.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjxo82.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjxo83.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjxo84.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjxo85.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjxo86.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjxo87.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjxo88.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjxo89.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjxo8a.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjxo8b.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjxo8c.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjxo8d.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjxo8e.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjxo8f.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjxo90.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjxo91.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjxo92.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjxo93.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjxo94.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjxo95.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjxo96.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjxo97.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjxo98.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjxo99.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjxo9a.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjxo9b.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjxo9c.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjxo9d.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjxo9e.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjxo9f.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjxoac.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjxoad.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjxoae.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjxoaf.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjxob0.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjxob1.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjxob2.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjxob3.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjxob4.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjxob5.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjxob6.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjxob7.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjxob8.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjxob9.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjxoba.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjxobb.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjxobc.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjxobd.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjxobe.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjxobf.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjxoc0.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjxoc1.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjxoc2.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjxoc3.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjxoc4.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjxoc5.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjxoc6.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjxoc7.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjxoc8.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjxoc9.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjxoca.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjxocb.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjxocc.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjxocd.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjxoce.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjxocf.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjxod0.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjxod1.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjxod2.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjxod3.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjxod4.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjxod5.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjxod6.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjxod7.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjxof9.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjxofa.tfm + texmf-dist/fonts/tfm/uhc/uwmj/uwmjxoff.tfm + texmf-dist/fonts/tfm/uhc/wmj/wmj0.tfm + texmf-dist/fonts/tfm/uhc/wmj/wmj04.tfm + texmf-dist/fonts/tfm/uhc/wmj/wmj05.tfm + texmf-dist/fonts/tfm/uhc/wmj/wmj06.tfm + texmf-dist/fonts/tfm/uhc/wmj/wmj07.tfm + texmf-dist/fonts/tfm/uhc/wmj/wmj1.tfm + texmf-dist/fonts/tfm/uhc/wmj/wmj10.tfm + texmf-dist/fonts/tfm/uhc/wmj/wmj11.tfm + texmf-dist/fonts/tfm/uhc/wmj/wmj12.tfm + texmf-dist/fonts/tfm/uhc/wmj/wmj13.tfm + texmf-dist/fonts/tfm/uhc/wmj/wmj14.tfm + texmf-dist/fonts/tfm/uhc/wmj/wmj15.tfm + texmf-dist/fonts/tfm/uhc/wmj/wmj16.tfm + texmf-dist/fonts/tfm/uhc/wmj/wmj17.tfm + texmf-dist/fonts/tfm/uhc/wmj/wmj18.tfm + texmf-dist/fonts/tfm/uhc/wmj/wmj19.tfm + texmf-dist/fonts/tfm/uhc/wmj/wmj2.tfm + texmf-dist/fonts/tfm/uhc/wmj/wmj20.tfm + texmf-dist/fonts/tfm/uhc/wmj/wmj21.tfm + texmf-dist/fonts/tfm/uhc/wmj/wmj22.tfm + texmf-dist/fonts/tfm/uhc/wmj/wmj23.tfm + texmf-dist/fonts/tfm/uhc/wmj/wmj24.tfm + texmf-dist/fonts/tfm/uhc/wmj/wmj25.tfm + texmf-dist/fonts/tfm/uhc/wmj/wmj26.tfm + texmf-dist/fonts/tfm/uhc/wmj/wmj27.tfm + texmf-dist/fonts/tfm/uhc/wmj/wmj28.tfm + texmf-dist/fonts/tfm/uhc/wmj/wmj29.tfm + texmf-dist/fonts/tfm/uhc/wmj/wmj3.tfm + texmf-dist/fonts/tfm/uhc/wmj/wmj4.tfm + texmf-dist/fonts/tfm/uhc/wmj/wmj5.tfm + texmf-dist/fonts/tfm/uhc/wmj/wmj6.tfm + texmf-dist/fonts/tfm/uhc/wmj/wmj7.tfm + texmf-dist/fonts/tfm/uhc/wmj/wmj8.tfm + texmf-dist/fonts/tfm/uhc/wmj/wmj9.tfm + texmf-dist/fonts/tfm/uhc/wmj/wmjc0.tfm + texmf-dist/fonts/tfm/uhc/wmj/wmjc04.tfm + texmf-dist/fonts/tfm/uhc/wmj/wmjc05.tfm + texmf-dist/fonts/tfm/uhc/wmj/wmjc06.tfm + texmf-dist/fonts/tfm/uhc/wmj/wmjc07.tfm + texmf-dist/fonts/tfm/uhc/wmj/wmjc1.tfm + texmf-dist/fonts/tfm/uhc/wmj/wmjc10.tfm + texmf-dist/fonts/tfm/uhc/wmj/wmjc11.tfm + texmf-dist/fonts/tfm/uhc/wmj/wmjc12.tfm + texmf-dist/fonts/tfm/uhc/wmj/wmjc13.tfm + texmf-dist/fonts/tfm/uhc/wmj/wmjc14.tfm + texmf-dist/fonts/tfm/uhc/wmj/wmjc15.tfm + texmf-dist/fonts/tfm/uhc/wmj/wmjc16.tfm + texmf-dist/fonts/tfm/uhc/wmj/wmjc17.tfm + texmf-dist/fonts/tfm/uhc/wmj/wmjc18.tfm + texmf-dist/fonts/tfm/uhc/wmj/wmjc19.tfm + texmf-dist/fonts/tfm/uhc/wmj/wmjc2.tfm + texmf-dist/fonts/tfm/uhc/wmj/wmjc20.tfm + texmf-dist/fonts/tfm/uhc/wmj/wmjc21.tfm + texmf-dist/fonts/tfm/uhc/wmj/wmjc22.tfm + texmf-dist/fonts/tfm/uhc/wmj/wmjc23.tfm + texmf-dist/fonts/tfm/uhc/wmj/wmjc24.tfm + texmf-dist/fonts/tfm/uhc/wmj/wmjc25.tfm + texmf-dist/fonts/tfm/uhc/wmj/wmjc26.tfm + texmf-dist/fonts/tfm/uhc/wmj/wmjc27.tfm + texmf-dist/fonts/tfm/uhc/wmj/wmjc28.tfm + texmf-dist/fonts/tfm/uhc/wmj/wmjc29.tfm + texmf-dist/fonts/tfm/uhc/wmj/wmjc3.tfm + texmf-dist/fonts/tfm/uhc/wmj/wmjc4.tfm + texmf-dist/fonts/tfm/uhc/wmj/wmjc5.tfm + texmf-dist/fonts/tfm/uhc/wmj/wmjc6.tfm + texmf-dist/fonts/tfm/uhc/wmj/wmjc7.tfm + texmf-dist/fonts/tfm/uhc/wmj/wmjc8.tfm + texmf-dist/fonts/tfm/uhc/wmj/wmjc9.tfm + texmf-dist/fonts/tfm/uhc/wmj/wmjco0.tfm + texmf-dist/fonts/tfm/uhc/wmj/wmjco04.tfm + texmf-dist/fonts/tfm/uhc/wmj/wmjco05.tfm + texmf-dist/fonts/tfm/uhc/wmj/wmjco06.tfm + texmf-dist/fonts/tfm/uhc/wmj/wmjco07.tfm + texmf-dist/fonts/tfm/uhc/wmj/wmjco1.tfm + texmf-dist/fonts/tfm/uhc/wmj/wmjco10.tfm + texmf-dist/fonts/tfm/uhc/wmj/wmjco11.tfm + texmf-dist/fonts/tfm/uhc/wmj/wmjco12.tfm + texmf-dist/fonts/tfm/uhc/wmj/wmjco13.tfm + texmf-dist/fonts/tfm/uhc/wmj/wmjco14.tfm + texmf-dist/fonts/tfm/uhc/wmj/wmjco15.tfm + texmf-dist/fonts/tfm/uhc/wmj/wmjco16.tfm + texmf-dist/fonts/tfm/uhc/wmj/wmjco17.tfm + texmf-dist/fonts/tfm/uhc/wmj/wmjco18.tfm + texmf-dist/fonts/tfm/uhc/wmj/wmjco19.tfm + texmf-dist/fonts/tfm/uhc/wmj/wmjco2.tfm + texmf-dist/fonts/tfm/uhc/wmj/wmjco20.tfm + texmf-dist/fonts/tfm/uhc/wmj/wmjco21.tfm + texmf-dist/fonts/tfm/uhc/wmj/wmjco22.tfm + texmf-dist/fonts/tfm/uhc/wmj/wmjco23.tfm + texmf-dist/fonts/tfm/uhc/wmj/wmjco24.tfm + texmf-dist/fonts/tfm/uhc/wmj/wmjco25.tfm + texmf-dist/fonts/tfm/uhc/wmj/wmjco26.tfm + texmf-dist/fonts/tfm/uhc/wmj/wmjco27.tfm + texmf-dist/fonts/tfm/uhc/wmj/wmjco28.tfm + texmf-dist/fonts/tfm/uhc/wmj/wmjco29.tfm + texmf-dist/fonts/tfm/uhc/wmj/wmjco3.tfm + texmf-dist/fonts/tfm/uhc/wmj/wmjco4.tfm + texmf-dist/fonts/tfm/uhc/wmj/wmjco5.tfm + texmf-dist/fonts/tfm/uhc/wmj/wmjco6.tfm + texmf-dist/fonts/tfm/uhc/wmj/wmjco7.tfm + texmf-dist/fonts/tfm/uhc/wmj/wmjco8.tfm + texmf-dist/fonts/tfm/uhc/wmj/wmjco9.tfm + texmf-dist/fonts/tfm/uhc/wmj/wmjo0.tfm + texmf-dist/fonts/tfm/uhc/wmj/wmjo04.tfm + texmf-dist/fonts/tfm/uhc/wmj/wmjo05.tfm + texmf-dist/fonts/tfm/uhc/wmj/wmjo06.tfm + texmf-dist/fonts/tfm/uhc/wmj/wmjo07.tfm + texmf-dist/fonts/tfm/uhc/wmj/wmjo1.tfm + texmf-dist/fonts/tfm/uhc/wmj/wmjo10.tfm + texmf-dist/fonts/tfm/uhc/wmj/wmjo11.tfm + texmf-dist/fonts/tfm/uhc/wmj/wmjo12.tfm + texmf-dist/fonts/tfm/uhc/wmj/wmjo13.tfm + texmf-dist/fonts/tfm/uhc/wmj/wmjo14.tfm + texmf-dist/fonts/tfm/uhc/wmj/wmjo15.tfm + texmf-dist/fonts/tfm/uhc/wmj/wmjo16.tfm + texmf-dist/fonts/tfm/uhc/wmj/wmjo17.tfm + texmf-dist/fonts/tfm/uhc/wmj/wmjo18.tfm + texmf-dist/fonts/tfm/uhc/wmj/wmjo19.tfm + texmf-dist/fonts/tfm/uhc/wmj/wmjo2.tfm + texmf-dist/fonts/tfm/uhc/wmj/wmjo20.tfm + texmf-dist/fonts/tfm/uhc/wmj/wmjo21.tfm + texmf-dist/fonts/tfm/uhc/wmj/wmjo22.tfm + texmf-dist/fonts/tfm/uhc/wmj/wmjo23.tfm + texmf-dist/fonts/tfm/uhc/wmj/wmjo24.tfm + texmf-dist/fonts/tfm/uhc/wmj/wmjo25.tfm + texmf-dist/fonts/tfm/uhc/wmj/wmjo26.tfm + texmf-dist/fonts/tfm/uhc/wmj/wmjo27.tfm + texmf-dist/fonts/tfm/uhc/wmj/wmjo28.tfm + texmf-dist/fonts/tfm/uhc/wmj/wmjo29.tfm + texmf-dist/fonts/tfm/uhc/wmj/wmjo3.tfm + texmf-dist/fonts/tfm/uhc/wmj/wmjo4.tfm + texmf-dist/fonts/tfm/uhc/wmj/wmjo5.tfm + texmf-dist/fonts/tfm/uhc/wmj/wmjo6.tfm + texmf-dist/fonts/tfm/uhc/wmj/wmjo7.tfm + texmf-dist/fonts/tfm/uhc/wmj/wmjo8.tfm + texmf-dist/fonts/tfm/uhc/wmj/wmjo9.tfm + texmf-dist/fonts/tfm/uhc/wmj/wmju0.tfm + texmf-dist/fonts/tfm/uhc/wmj/wmju04.tfm + texmf-dist/fonts/tfm/uhc/wmj/wmju05.tfm + texmf-dist/fonts/tfm/uhc/wmj/wmju06.tfm + texmf-dist/fonts/tfm/uhc/wmj/wmju07.tfm + texmf-dist/fonts/tfm/uhc/wmj/wmju1.tfm + texmf-dist/fonts/tfm/uhc/wmj/wmju10.tfm + texmf-dist/fonts/tfm/uhc/wmj/wmju11.tfm + texmf-dist/fonts/tfm/uhc/wmj/wmju12.tfm + texmf-dist/fonts/tfm/uhc/wmj/wmju13.tfm + texmf-dist/fonts/tfm/uhc/wmj/wmju14.tfm + texmf-dist/fonts/tfm/uhc/wmj/wmju15.tfm + texmf-dist/fonts/tfm/uhc/wmj/wmju16.tfm + texmf-dist/fonts/tfm/uhc/wmj/wmju17.tfm + texmf-dist/fonts/tfm/uhc/wmj/wmju18.tfm + texmf-dist/fonts/tfm/uhc/wmj/wmju19.tfm + texmf-dist/fonts/tfm/uhc/wmj/wmju2.tfm + texmf-dist/fonts/tfm/uhc/wmj/wmju20.tfm + texmf-dist/fonts/tfm/uhc/wmj/wmju21.tfm + texmf-dist/fonts/tfm/uhc/wmj/wmju22.tfm + texmf-dist/fonts/tfm/uhc/wmj/wmju23.tfm + texmf-dist/fonts/tfm/uhc/wmj/wmju24.tfm + texmf-dist/fonts/tfm/uhc/wmj/wmju25.tfm + texmf-dist/fonts/tfm/uhc/wmj/wmju26.tfm + texmf-dist/fonts/tfm/uhc/wmj/wmju27.tfm + texmf-dist/fonts/tfm/uhc/wmj/wmju28.tfm + texmf-dist/fonts/tfm/uhc/wmj/wmju29.tfm + texmf-dist/fonts/tfm/uhc/wmj/wmju3.tfm + texmf-dist/fonts/tfm/uhc/wmj/wmju4.tfm + texmf-dist/fonts/tfm/uhc/wmj/wmju5.tfm + texmf-dist/fonts/tfm/uhc/wmj/wmju6.tfm + texmf-dist/fonts/tfm/uhc/wmj/wmju7.tfm + texmf-dist/fonts/tfm/uhc/wmj/wmju8.tfm + texmf-dist/fonts/tfm/uhc/wmj/wmju9.tfm + texmf-dist/fonts/tfm/uhc/wmj/wmjuo0.tfm + texmf-dist/fonts/tfm/uhc/wmj/wmjuo04.tfm + texmf-dist/fonts/tfm/uhc/wmj/wmjuo05.tfm + texmf-dist/fonts/tfm/uhc/wmj/wmjuo06.tfm + texmf-dist/fonts/tfm/uhc/wmj/wmjuo07.tfm + texmf-dist/fonts/tfm/uhc/wmj/wmjuo1.tfm + texmf-dist/fonts/tfm/uhc/wmj/wmjuo10.tfm + texmf-dist/fonts/tfm/uhc/wmj/wmjuo11.tfm + texmf-dist/fonts/tfm/uhc/wmj/wmjuo12.tfm + texmf-dist/fonts/tfm/uhc/wmj/wmjuo13.tfm + texmf-dist/fonts/tfm/uhc/wmj/wmjuo14.tfm + texmf-dist/fonts/tfm/uhc/wmj/wmjuo15.tfm + texmf-dist/fonts/tfm/uhc/wmj/wmjuo16.tfm + texmf-dist/fonts/tfm/uhc/wmj/wmjuo17.tfm + texmf-dist/fonts/tfm/uhc/wmj/wmjuo18.tfm + texmf-dist/fonts/tfm/uhc/wmj/wmjuo19.tfm + texmf-dist/fonts/tfm/uhc/wmj/wmjuo2.tfm + texmf-dist/fonts/tfm/uhc/wmj/wmjuo20.tfm + texmf-dist/fonts/tfm/uhc/wmj/wmjuo21.tfm + texmf-dist/fonts/tfm/uhc/wmj/wmjuo22.tfm + texmf-dist/fonts/tfm/uhc/wmj/wmjuo23.tfm + texmf-dist/fonts/tfm/uhc/wmj/wmjuo24.tfm + texmf-dist/fonts/tfm/uhc/wmj/wmjuo25.tfm + texmf-dist/fonts/tfm/uhc/wmj/wmjuo26.tfm + texmf-dist/fonts/tfm/uhc/wmj/wmjuo27.tfm + texmf-dist/fonts/tfm/uhc/wmj/wmjuo28.tfm + texmf-dist/fonts/tfm/uhc/wmj/wmjuo29.tfm + texmf-dist/fonts/tfm/uhc/wmj/wmjuo3.tfm + texmf-dist/fonts/tfm/uhc/wmj/wmjuo4.tfm + texmf-dist/fonts/tfm/uhc/wmj/wmjuo5.tfm + texmf-dist/fonts/tfm/uhc/wmj/wmjuo6.tfm + texmf-dist/fonts/tfm/uhc/wmj/wmjuo7.tfm + texmf-dist/fonts/tfm/uhc/wmj/wmjuo8.tfm + texmf-dist/fonts/tfm/uhc/wmj/wmjuo9.tfm + texmf-dist/fonts/tfm/uhc/wmj/wmjx0.tfm + texmf-dist/fonts/tfm/uhc/wmj/wmjx04.tfm + texmf-dist/fonts/tfm/uhc/wmj/wmjx05.tfm + texmf-dist/fonts/tfm/uhc/wmj/wmjx06.tfm + texmf-dist/fonts/tfm/uhc/wmj/wmjx07.tfm + texmf-dist/fonts/tfm/uhc/wmj/wmjx1.tfm + texmf-dist/fonts/tfm/uhc/wmj/wmjx10.tfm + texmf-dist/fonts/tfm/uhc/wmj/wmjx11.tfm + texmf-dist/fonts/tfm/uhc/wmj/wmjx12.tfm + texmf-dist/fonts/tfm/uhc/wmj/wmjx13.tfm + texmf-dist/fonts/tfm/uhc/wmj/wmjx14.tfm + texmf-dist/fonts/tfm/uhc/wmj/wmjx15.tfm + texmf-dist/fonts/tfm/uhc/wmj/wmjx16.tfm + texmf-dist/fonts/tfm/uhc/wmj/wmjx17.tfm + texmf-dist/fonts/tfm/uhc/wmj/wmjx18.tfm + texmf-dist/fonts/tfm/uhc/wmj/wmjx19.tfm + texmf-dist/fonts/tfm/uhc/wmj/wmjx2.tfm + texmf-dist/fonts/tfm/uhc/wmj/wmjx20.tfm + texmf-dist/fonts/tfm/uhc/wmj/wmjx21.tfm + texmf-dist/fonts/tfm/uhc/wmj/wmjx22.tfm + texmf-dist/fonts/tfm/uhc/wmj/wmjx23.tfm + texmf-dist/fonts/tfm/uhc/wmj/wmjx24.tfm + texmf-dist/fonts/tfm/uhc/wmj/wmjx25.tfm + texmf-dist/fonts/tfm/uhc/wmj/wmjx26.tfm + texmf-dist/fonts/tfm/uhc/wmj/wmjx27.tfm + texmf-dist/fonts/tfm/uhc/wmj/wmjx28.tfm + texmf-dist/fonts/tfm/uhc/wmj/wmjx29.tfm + texmf-dist/fonts/tfm/uhc/wmj/wmjx3.tfm + texmf-dist/fonts/tfm/uhc/wmj/wmjx4.tfm + texmf-dist/fonts/tfm/uhc/wmj/wmjx5.tfm + texmf-dist/fonts/tfm/uhc/wmj/wmjx6.tfm + texmf-dist/fonts/tfm/uhc/wmj/wmjx7.tfm + texmf-dist/fonts/tfm/uhc/wmj/wmjx8.tfm + texmf-dist/fonts/tfm/uhc/wmj/wmjx9.tfm + texmf-dist/fonts/tfm/uhc/wmj/wmjxo0.tfm + texmf-dist/fonts/tfm/uhc/wmj/wmjxo04.tfm + texmf-dist/fonts/tfm/uhc/wmj/wmjxo05.tfm + texmf-dist/fonts/tfm/uhc/wmj/wmjxo06.tfm + texmf-dist/fonts/tfm/uhc/wmj/wmjxo07.tfm + texmf-dist/fonts/tfm/uhc/wmj/wmjxo1.tfm + texmf-dist/fonts/tfm/uhc/wmj/wmjxo10.tfm + texmf-dist/fonts/tfm/uhc/wmj/wmjxo11.tfm + texmf-dist/fonts/tfm/uhc/wmj/wmjxo12.tfm + texmf-dist/fonts/tfm/uhc/wmj/wmjxo13.tfm + texmf-dist/fonts/tfm/uhc/wmj/wmjxo14.tfm + texmf-dist/fonts/tfm/uhc/wmj/wmjxo15.tfm + texmf-dist/fonts/tfm/uhc/wmj/wmjxo16.tfm + texmf-dist/fonts/tfm/uhc/wmj/wmjxo17.tfm + texmf-dist/fonts/tfm/uhc/wmj/wmjxo18.tfm + texmf-dist/fonts/tfm/uhc/wmj/wmjxo19.tfm + texmf-dist/fonts/tfm/uhc/wmj/wmjxo2.tfm + texmf-dist/fonts/tfm/uhc/wmj/wmjxo20.tfm + texmf-dist/fonts/tfm/uhc/wmj/wmjxo21.tfm + texmf-dist/fonts/tfm/uhc/wmj/wmjxo22.tfm + texmf-dist/fonts/tfm/uhc/wmj/wmjxo23.tfm + texmf-dist/fonts/tfm/uhc/wmj/wmjxo24.tfm + texmf-dist/fonts/tfm/uhc/wmj/wmjxo25.tfm + texmf-dist/fonts/tfm/uhc/wmj/wmjxo26.tfm + texmf-dist/fonts/tfm/uhc/wmj/wmjxo27.tfm + texmf-dist/fonts/tfm/uhc/wmj/wmjxo28.tfm + texmf-dist/fonts/tfm/uhc/wmj/wmjxo29.tfm + texmf-dist/fonts/tfm/uhc/wmj/wmjxo3.tfm + texmf-dist/fonts/tfm/uhc/wmj/wmjxo4.tfm + texmf-dist/fonts/tfm/uhc/wmj/wmjxo5.tfm + texmf-dist/fonts/tfm/uhc/wmj/wmjxo6.tfm + texmf-dist/fonts/tfm/uhc/wmj/wmjxo7.tfm + texmf-dist/fonts/tfm/uhc/wmj/wmjxo8.tfm + texmf-dist/fonts/tfm/uhc/wmj/wmjxo9.tfm + texmf-dist/fonts/type1/uhc/umj/umj00.pfb + texmf-dist/fonts/type1/uhc/umj/umj01.pfb + texmf-dist/fonts/type1/uhc/umj/umj02.pfb + texmf-dist/fonts/type1/uhc/umj/umj03.pfb + texmf-dist/fonts/type1/uhc/umj/umj04.pfb + texmf-dist/fonts/type1/uhc/umj/umj05.pfb + texmf-dist/fonts/type1/uhc/umj/umj10.pfb + texmf-dist/fonts/type1/uhc/umj/umj11.pfb + texmf-dist/fonts/type1/uhc/umj/umj12.pfb + texmf-dist/fonts/type1/uhc/umj/umj13.pfb + texmf-dist/fonts/type1/uhc/umj/umj14.pfb + texmf-dist/fonts/type1/uhc/umj/umj15.pfb + texmf-dist/fonts/type1/uhc/umj/umj16.pfb + texmf-dist/fonts/type1/uhc/umj/umj17.pfb + texmf-dist/fonts/type1/uhc/umj/umj20.pfb + texmf-dist/fonts/type1/uhc/umj/umj21.pfb + texmf-dist/fonts/type1/uhc/umj/umj22.pfb + texmf-dist/fonts/type1/uhc/umj/umj23.pfb + texmf-dist/fonts/type1/uhc/umj/umj24.pfb + texmf-dist/fonts/type1/uhc/umj/umj25.pfb + texmf-dist/fonts/type1/uhc/umj/umj26.pfb + texmf-dist/fonts/type1/uhc/umj/umj27.pfb + texmf-dist/fonts/type1/uhc/umj/umj28.pfb + texmf-dist/fonts/type1/uhc/umj/umj29.pfb + texmf-dist/fonts/type1/uhc/umj/umj30.pfb + texmf-dist/fonts/type1/uhc/umj/umj31.pfb + texmf-dist/fonts/type1/uhc/umj/umj32.pfb + texmf-dist/fonts/type1/uhc/umj/umj33.pfb + texmf-dist/fonts/type1/uhc/umj/umj34.pfb + texmf-dist/fonts/type1/uhc/umj/umj35.pfb + texmf-dist/fonts/type1/uhc/umj/umj36.pfb + texmf-dist/fonts/type1/uhc/umj/umj37.pfb + texmf-dist/fonts/type1/uhc/umj/umj38.pfb + texmf-dist/fonts/vf/uhc/uwmj/uwmj00.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmj01.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmj02.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmj03.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmj04.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmj20.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmj21.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmj22.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmj23.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmj24.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmj25.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmj26.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmj30.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmj31.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmj32.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmj33.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmj4e.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmj4f.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmj50.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmj51.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmj52.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmj53.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmj54.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmj55.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmj56.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmj57.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmj58.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmj59.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmj5a.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmj5b.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmj5c.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmj5d.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmj5e.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmj5f.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmj60.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmj61.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmj62.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmj63.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmj64.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmj65.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmj66.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmj67.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmj68.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmj69.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmj6a.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmj6b.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmj6c.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmj6d.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmj6e.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmj6f.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmj70.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmj71.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmj72.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmj73.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmj74.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmj75.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmj76.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmj77.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmj78.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmj79.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmj7a.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmj7b.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmj7c.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmj7d.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmj7e.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmj7f.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmj80.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmj81.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmj82.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmj83.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmj84.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmj85.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmj86.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmj87.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmj88.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmj89.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmj8a.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmj8b.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmj8c.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmj8d.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmj8e.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmj8f.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmj90.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmj91.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmj92.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmj93.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmj94.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmj95.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmj96.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmj97.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmj98.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmj99.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmj9a.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmj9b.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmj9c.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmj9d.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmj9e.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmj9f.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjac.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjad.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjae.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjaf.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjb0.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjb1.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjb2.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjb3.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjb4.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjb5.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjb6.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjb7.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjb8.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjb9.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjba.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjbb.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjbc.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjbd.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjbe.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjbf.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjc0.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjc00.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjc01.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjc02.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjc03.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjc04.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjc1.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjc2.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjc20.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjc21.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjc22.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjc23.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjc24.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjc25.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjc26.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjc3.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjc30.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjc31.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjc32.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjc33.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjc4.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjc4e.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjc4f.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjc5.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjc50.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjc51.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjc52.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjc53.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjc54.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjc55.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjc56.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjc57.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjc58.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjc59.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjc5a.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjc5b.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjc5c.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjc5d.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjc5e.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjc5f.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjc6.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjc60.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjc61.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjc62.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjc63.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjc64.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjc65.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjc66.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjc67.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjc68.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjc69.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjc6a.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjc6b.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjc6c.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjc6d.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjc6e.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjc6f.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjc7.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjc70.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjc71.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjc72.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjc73.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjc74.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjc75.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjc76.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjc77.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjc78.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjc79.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjc7a.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjc7b.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjc7c.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjc7d.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjc7e.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjc7f.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjc8.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjc80.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjc81.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjc82.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjc83.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjc84.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjc85.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjc86.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjc87.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjc88.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjc89.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjc8a.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjc8b.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjc8c.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjc8d.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjc8e.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjc8f.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjc9.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjc90.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjc91.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjc92.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjc93.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjc94.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjc95.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjc96.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjc97.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjc98.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjc99.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjc9a.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjc9b.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjc9c.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjc9d.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjc9e.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjc9f.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjca.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjcac.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjcad.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjcae.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjcaf.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjcb.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjcb0.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjcb1.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjcb2.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjcb3.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjcb4.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjcb5.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjcb6.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjcb7.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjcb8.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjcb9.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjcba.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjcbb.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjcbc.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjcbd.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjcbe.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjcbf.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjcc.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjcc0.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjcc1.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjcc2.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjcc3.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjcc4.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjcc5.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjcc6.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjcc7.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjcc8.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjcc9.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjcca.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjccb.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjccc.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjccd.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjcce.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjccf.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjcd.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjcd0.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjcd1.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjcd2.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjcd3.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjcd4.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjcd5.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjcd6.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjcd7.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjce.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjcf.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjcf9.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjcfa.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjcff.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjco00.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjco01.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjco02.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjco03.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjco04.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjco20.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjco21.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjco22.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjco23.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjco24.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjco25.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjco26.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjco30.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjco31.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjco32.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjco33.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjco4e.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjco4f.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjco50.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjco51.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjco52.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjco53.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjco54.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjco55.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjco56.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjco57.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjco58.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjco59.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjco5a.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjco5b.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjco5c.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjco5d.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjco5e.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjco5f.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjco60.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjco61.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjco62.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjco63.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjco64.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjco65.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjco66.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjco67.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjco68.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjco69.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjco6a.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjco6b.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjco6c.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjco6d.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjco6e.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjco6f.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjco70.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjco71.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjco72.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjco73.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjco74.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjco75.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjco76.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjco77.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjco78.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjco79.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjco7a.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjco7b.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjco7c.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjco7d.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjco7e.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjco7f.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjco80.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjco81.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjco82.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjco83.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjco84.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjco85.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjco86.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjco87.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjco88.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjco89.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjco8a.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjco8b.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjco8c.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjco8d.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjco8e.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjco8f.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjco90.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjco91.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjco92.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjco93.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjco94.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjco95.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjco96.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjco97.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjco98.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjco99.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjco9a.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjco9b.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjco9c.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjco9d.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjco9e.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjco9f.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjcoac.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjcoad.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjcoae.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjcoaf.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjcob0.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjcob1.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjcob2.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjcob3.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjcob4.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjcob5.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjcob6.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjcob7.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjcob8.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjcob9.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjcoba.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjcobb.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjcobc.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjcobd.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjcobe.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjcobf.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjcoc0.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjcoc1.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjcoc2.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjcoc3.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjcoc4.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjcoc5.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjcoc6.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjcoc7.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjcoc8.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjcoc9.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjcoca.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjcocb.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjcocc.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjcocd.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjcoce.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjcocf.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjcod0.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjcod1.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjcod2.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjcod3.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjcod4.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjcod5.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjcod6.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjcod7.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjcof9.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjcofa.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjcoff.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjd0.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjd1.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjd2.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjd3.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjd4.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjd5.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjd6.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjd7.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjf9.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjfa.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjff.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjo00.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjo01.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjo02.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjo03.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjo04.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjo20.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjo21.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjo22.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjo23.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjo24.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjo25.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjo26.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjo30.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjo31.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjo32.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjo33.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjo4e.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjo4f.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjo50.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjo51.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjo52.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjo53.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjo54.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjo55.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjo56.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjo57.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjo58.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjo59.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjo5a.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjo5b.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjo5c.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjo5d.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjo5e.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjo5f.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjo60.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjo61.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjo62.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjo63.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjo64.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjo65.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjo66.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjo67.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjo68.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjo69.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjo6a.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjo6b.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjo6c.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjo6d.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjo6e.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjo6f.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjo70.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjo71.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjo72.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjo73.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjo74.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjo75.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjo76.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjo77.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjo78.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjo79.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjo7a.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjo7b.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjo7c.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjo7d.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjo7e.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjo7f.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjo80.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjo81.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjo82.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjo83.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjo84.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjo85.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjo86.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjo87.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjo88.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjo89.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjo8a.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjo8b.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjo8c.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjo8d.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjo8e.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjo8f.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjo90.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjo91.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjo92.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjo93.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjo94.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjo95.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjo96.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjo97.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjo98.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjo99.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjo9a.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjo9b.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjo9c.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjo9d.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjo9e.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjo9f.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjoac.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjoad.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjoae.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjoaf.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjob0.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjob1.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjob2.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjob3.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjob4.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjob5.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjob6.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjob7.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjob8.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjob9.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjoba.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjobb.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjobc.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjobd.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjobe.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjobf.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjoc0.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjoc1.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjoc2.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjoc3.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjoc4.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjoc5.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjoc6.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjoc7.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjoc8.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjoc9.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjoca.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjocb.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjocc.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjocd.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjoce.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjocf.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjod0.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjod1.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjod2.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjod3.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjod4.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjod5.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjod6.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjod7.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjof9.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjofa.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjoff.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmju00.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmju01.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmju02.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmju03.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmju04.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmju20.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmju21.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmju22.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmju23.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmju24.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmju25.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmju26.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmju30.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmju31.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmju32.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmju33.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmju4e.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmju4f.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmju50.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmju51.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmju52.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmju53.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmju54.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmju55.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmju56.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmju57.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmju58.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmju59.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmju5a.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmju5b.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmju5c.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmju5d.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmju5e.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmju5f.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmju60.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmju61.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmju62.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmju63.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmju64.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmju65.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmju66.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmju67.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmju68.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmju69.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmju6a.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmju6b.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmju6c.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmju6d.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmju6e.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmju6f.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmju70.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmju71.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmju72.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmju73.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmju74.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmju75.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmju76.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmju77.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmju78.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmju79.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmju7a.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmju7b.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmju7c.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmju7d.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmju7e.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmju7f.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmju80.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmju81.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmju82.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmju83.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmju84.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmju85.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmju86.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmju87.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmju88.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmju89.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmju8a.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmju8b.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmju8c.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmju8d.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmju8e.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmju8f.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmju90.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmju91.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmju92.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmju93.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmju94.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmju95.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmju96.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmju97.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmju98.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmju99.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmju9a.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmju9b.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmju9c.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmju9d.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmju9e.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmju9f.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjuac.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjuad.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjuae.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjuaf.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjub0.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjub1.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjub2.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjub3.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjub4.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjub5.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjub6.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjub7.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjub8.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjub9.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjuba.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjubb.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjubc.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjubd.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjube.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjubf.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjuc0.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjuc1.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjuc2.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjuc3.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjuc4.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjuc5.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjuc6.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjuc7.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjuc8.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjuc9.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjuca.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjucb.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjucc.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjucd.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjuce.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjucf.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjud0.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjud1.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjud2.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjud3.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjud4.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjud5.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjud6.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjud7.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjuf9.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjufa.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjuff.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjuo00.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjuo01.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjuo02.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjuo03.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjuo04.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjuo20.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjuo21.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjuo22.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjuo23.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjuo24.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjuo25.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjuo26.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjuo30.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjuo31.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjuo32.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjuo33.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjuo4e.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjuo4f.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjuo50.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjuo51.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjuo52.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjuo53.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjuo54.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjuo55.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjuo56.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjuo57.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjuo58.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjuo59.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjuo5a.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjuo5b.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjuo5c.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjuo5d.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjuo5e.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjuo5f.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjuo60.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjuo61.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjuo62.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjuo63.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjuo64.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjuo65.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjuo66.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjuo67.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjuo68.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjuo69.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjuo6a.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjuo6b.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjuo6c.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjuo6d.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjuo6e.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjuo6f.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjuo70.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjuo71.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjuo72.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjuo73.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjuo74.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjuo75.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjuo76.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjuo77.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjuo78.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjuo79.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjuo7a.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjuo7b.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjuo7c.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjuo7d.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjuo7e.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjuo7f.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjuo80.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjuo81.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjuo82.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjuo83.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjuo84.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjuo85.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjuo86.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjuo87.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjuo88.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjuo89.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjuo8a.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjuo8b.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjuo8c.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjuo8d.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjuo8e.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjuo8f.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjuo90.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjuo91.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjuo92.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjuo93.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjuo94.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjuo95.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjuo96.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjuo97.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjuo98.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjuo99.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjuo9a.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjuo9b.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjuo9c.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjuo9d.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjuo9e.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjuo9f.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjuoac.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjuoad.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjuoae.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjuoaf.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjuob0.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjuob1.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjuob2.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjuob3.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjuob4.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjuob5.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjuob6.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjuob7.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjuob8.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjuob9.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjuoba.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjuobb.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjuobc.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjuobd.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjuobe.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjuobf.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjuoc0.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjuoc1.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjuoc2.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjuoc3.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjuoc4.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjuoc5.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjuoc6.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjuoc7.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjuoc8.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjuoc9.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjuoca.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjuocb.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjuocc.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjuocd.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjuoce.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjuocf.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjuod0.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjuod1.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjuod2.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjuod3.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjuod4.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjuod5.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjuod6.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjuod7.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjuof9.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjuofa.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjuoff.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjx00.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjx01.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjx02.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjx03.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjx04.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjx20.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjx21.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjx22.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjx23.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjx24.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjx25.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjx26.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjx30.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjx31.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjx32.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjx33.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjx4e.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjx4f.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjx50.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjx51.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjx52.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjx53.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjx54.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjx55.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjx56.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjx57.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjx58.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjx59.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjx5a.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjx5b.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjx5c.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjx5d.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjx5e.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjx5f.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjx60.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjx61.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjx62.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjx63.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjx64.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjx65.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjx66.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjx67.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjx68.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjx69.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjx6a.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjx6b.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjx6c.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjx6d.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjx6e.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjx6f.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjx70.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjx71.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjx72.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjx73.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjx74.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjx75.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjx76.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjx77.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjx78.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjx79.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjx7a.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjx7b.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjx7c.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjx7d.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjx7e.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjx7f.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjx80.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjx81.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjx82.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjx83.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjx84.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjx85.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjx86.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjx87.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjx88.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjx89.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjx8a.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjx8b.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjx8c.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjx8d.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjx8e.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjx8f.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjx90.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjx91.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjx92.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjx93.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjx94.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjx95.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjx96.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjx97.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjx98.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjx99.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjx9a.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjx9b.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjx9c.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjx9d.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjx9e.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjx9f.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjxac.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjxad.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjxae.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjxaf.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjxb0.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjxb1.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjxb2.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjxb3.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjxb4.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjxb5.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjxb6.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjxb7.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjxb8.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjxb9.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjxba.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjxbb.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjxbc.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjxbd.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjxbe.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjxbf.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjxc0.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjxc1.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjxc2.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjxc3.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjxc4.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjxc5.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjxc6.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjxc7.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjxc8.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjxc9.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjxca.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjxcb.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjxcc.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjxcd.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjxce.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjxcf.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjxd0.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjxd1.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjxd2.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjxd3.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjxd4.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjxd5.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjxd6.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjxd7.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjxf9.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjxfa.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjxff.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjxo00.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjxo01.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjxo02.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjxo03.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjxo04.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjxo20.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjxo21.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjxo22.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjxo23.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjxo24.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjxo25.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjxo26.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjxo30.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjxo31.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjxo32.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjxo33.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjxo4e.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjxo4f.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjxo50.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjxo51.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjxo52.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjxo53.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjxo54.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjxo55.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjxo56.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjxo57.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjxo58.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjxo59.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjxo5a.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjxo5b.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjxo5c.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjxo5d.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjxo5e.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjxo5f.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjxo60.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjxo61.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjxo62.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjxo63.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjxo64.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjxo65.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjxo66.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjxo67.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjxo68.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjxo69.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjxo6a.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjxo6b.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjxo6c.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjxo6d.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjxo6e.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjxo6f.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjxo70.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjxo71.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjxo72.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjxo73.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjxo74.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjxo75.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjxo76.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjxo77.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjxo78.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjxo79.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjxo7a.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjxo7b.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjxo7c.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjxo7d.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjxo7e.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjxo7f.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjxo80.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjxo81.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjxo82.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjxo83.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjxo84.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjxo85.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjxo86.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjxo87.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjxo88.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjxo89.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjxo8a.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjxo8b.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjxo8c.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjxo8d.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjxo8e.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjxo8f.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjxo90.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjxo91.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjxo92.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjxo93.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjxo94.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjxo95.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjxo96.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjxo97.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjxo98.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjxo99.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjxo9a.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjxo9b.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjxo9c.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjxo9d.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjxo9e.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjxo9f.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjxoac.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjxoad.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjxoae.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjxoaf.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjxob0.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjxob1.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjxob2.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjxob3.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjxob4.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjxob5.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjxob6.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjxob7.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjxob8.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjxob9.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjxoba.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjxobb.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjxobc.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjxobd.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjxobe.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjxobf.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjxoc0.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjxoc1.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjxoc2.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjxoc3.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjxoc4.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjxoc5.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjxoc6.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjxoc7.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjxoc8.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjxoc9.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjxoca.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjxocb.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjxocc.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjxocd.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjxoce.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjxocf.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjxod0.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjxod1.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjxod2.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjxod3.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjxod4.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjxod5.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjxod6.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjxod7.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjxof9.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjxofa.vf + texmf-dist/fonts/vf/uhc/uwmj/uwmjxoff.vf + texmf-dist/fonts/vf/uhc/wmj/wmj0.vf + texmf-dist/fonts/vf/uhc/wmj/wmj04.vf + texmf-dist/fonts/vf/uhc/wmj/wmj05.vf + texmf-dist/fonts/vf/uhc/wmj/wmj06.vf + texmf-dist/fonts/vf/uhc/wmj/wmj07.vf + texmf-dist/fonts/vf/uhc/wmj/wmj1.vf + texmf-dist/fonts/vf/uhc/wmj/wmj10.vf + texmf-dist/fonts/vf/uhc/wmj/wmj11.vf + texmf-dist/fonts/vf/uhc/wmj/wmj12.vf + texmf-dist/fonts/vf/uhc/wmj/wmj13.vf + texmf-dist/fonts/vf/uhc/wmj/wmj14.vf + texmf-dist/fonts/vf/uhc/wmj/wmj15.vf + texmf-dist/fonts/vf/uhc/wmj/wmj16.vf + texmf-dist/fonts/vf/uhc/wmj/wmj17.vf + texmf-dist/fonts/vf/uhc/wmj/wmj18.vf + texmf-dist/fonts/vf/uhc/wmj/wmj19.vf + texmf-dist/fonts/vf/uhc/wmj/wmj2.vf + texmf-dist/fonts/vf/uhc/wmj/wmj20.vf + texmf-dist/fonts/vf/uhc/wmj/wmj21.vf + texmf-dist/fonts/vf/uhc/wmj/wmj22.vf + texmf-dist/fonts/vf/uhc/wmj/wmj23.vf + texmf-dist/fonts/vf/uhc/wmj/wmj24.vf + texmf-dist/fonts/vf/uhc/wmj/wmj25.vf + texmf-dist/fonts/vf/uhc/wmj/wmj26.vf + texmf-dist/fonts/vf/uhc/wmj/wmj27.vf + texmf-dist/fonts/vf/uhc/wmj/wmj28.vf + texmf-dist/fonts/vf/uhc/wmj/wmj29.vf + texmf-dist/fonts/vf/uhc/wmj/wmj3.vf + texmf-dist/fonts/vf/uhc/wmj/wmj4.vf + texmf-dist/fonts/vf/uhc/wmj/wmj5.vf + texmf-dist/fonts/vf/uhc/wmj/wmj6.vf + texmf-dist/fonts/vf/uhc/wmj/wmj7.vf + texmf-dist/fonts/vf/uhc/wmj/wmj8.vf + texmf-dist/fonts/vf/uhc/wmj/wmj9.vf + texmf-dist/fonts/vf/uhc/wmj/wmjc0.vf + texmf-dist/fonts/vf/uhc/wmj/wmjc04.vf + texmf-dist/fonts/vf/uhc/wmj/wmjc05.vf + texmf-dist/fonts/vf/uhc/wmj/wmjc06.vf + texmf-dist/fonts/vf/uhc/wmj/wmjc07.vf + texmf-dist/fonts/vf/uhc/wmj/wmjc1.vf + texmf-dist/fonts/vf/uhc/wmj/wmjc10.vf + texmf-dist/fonts/vf/uhc/wmj/wmjc11.vf + texmf-dist/fonts/vf/uhc/wmj/wmjc12.vf + texmf-dist/fonts/vf/uhc/wmj/wmjc13.vf + texmf-dist/fonts/vf/uhc/wmj/wmjc14.vf + texmf-dist/fonts/vf/uhc/wmj/wmjc15.vf + texmf-dist/fonts/vf/uhc/wmj/wmjc16.vf + texmf-dist/fonts/vf/uhc/wmj/wmjc17.vf + texmf-dist/fonts/vf/uhc/wmj/wmjc18.vf + texmf-dist/fonts/vf/uhc/wmj/wmjc19.vf + texmf-dist/fonts/vf/uhc/wmj/wmjc2.vf + texmf-dist/fonts/vf/uhc/wmj/wmjc20.vf + texmf-dist/fonts/vf/uhc/wmj/wmjc21.vf + texmf-dist/fonts/vf/uhc/wmj/wmjc22.vf + texmf-dist/fonts/vf/uhc/wmj/wmjc23.vf + texmf-dist/fonts/vf/uhc/wmj/wmjc24.vf + texmf-dist/fonts/vf/uhc/wmj/wmjc25.vf + texmf-dist/fonts/vf/uhc/wmj/wmjc26.vf + texmf-dist/fonts/vf/uhc/wmj/wmjc27.vf + texmf-dist/fonts/vf/uhc/wmj/wmjc28.vf + texmf-dist/fonts/vf/uhc/wmj/wmjc29.vf + texmf-dist/fonts/vf/uhc/wmj/wmjc3.vf + texmf-dist/fonts/vf/uhc/wmj/wmjc4.vf + texmf-dist/fonts/vf/uhc/wmj/wmjc5.vf + texmf-dist/fonts/vf/uhc/wmj/wmjc6.vf + texmf-dist/fonts/vf/uhc/wmj/wmjc7.vf + texmf-dist/fonts/vf/uhc/wmj/wmjc8.vf + texmf-dist/fonts/vf/uhc/wmj/wmjc9.vf + texmf-dist/fonts/vf/uhc/wmj/wmjco0.vf + texmf-dist/fonts/vf/uhc/wmj/wmjco04.vf + texmf-dist/fonts/vf/uhc/wmj/wmjco05.vf + texmf-dist/fonts/vf/uhc/wmj/wmjco06.vf + texmf-dist/fonts/vf/uhc/wmj/wmjco07.vf + texmf-dist/fonts/vf/uhc/wmj/wmjco1.vf + texmf-dist/fonts/vf/uhc/wmj/wmjco10.vf + texmf-dist/fonts/vf/uhc/wmj/wmjco11.vf + texmf-dist/fonts/vf/uhc/wmj/wmjco12.vf + texmf-dist/fonts/vf/uhc/wmj/wmjco13.vf + texmf-dist/fonts/vf/uhc/wmj/wmjco14.vf + texmf-dist/fonts/vf/uhc/wmj/wmjco15.vf + texmf-dist/fonts/vf/uhc/wmj/wmjco16.vf + texmf-dist/fonts/vf/uhc/wmj/wmjco17.vf + texmf-dist/fonts/vf/uhc/wmj/wmjco18.vf + texmf-dist/fonts/vf/uhc/wmj/wmjco19.vf + texmf-dist/fonts/vf/uhc/wmj/wmjco2.vf + texmf-dist/fonts/vf/uhc/wmj/wmjco20.vf + texmf-dist/fonts/vf/uhc/wmj/wmjco21.vf + texmf-dist/fonts/vf/uhc/wmj/wmjco22.vf + texmf-dist/fonts/vf/uhc/wmj/wmjco23.vf + texmf-dist/fonts/vf/uhc/wmj/wmjco24.vf + texmf-dist/fonts/vf/uhc/wmj/wmjco25.vf + texmf-dist/fonts/vf/uhc/wmj/wmjco26.vf + texmf-dist/fonts/vf/uhc/wmj/wmjco27.vf + texmf-dist/fonts/vf/uhc/wmj/wmjco28.vf + texmf-dist/fonts/vf/uhc/wmj/wmjco29.vf + texmf-dist/fonts/vf/uhc/wmj/wmjco3.vf + texmf-dist/fonts/vf/uhc/wmj/wmjco4.vf + texmf-dist/fonts/vf/uhc/wmj/wmjco5.vf + texmf-dist/fonts/vf/uhc/wmj/wmjco6.vf + texmf-dist/fonts/vf/uhc/wmj/wmjco7.vf + texmf-dist/fonts/vf/uhc/wmj/wmjco8.vf + texmf-dist/fonts/vf/uhc/wmj/wmjco9.vf + texmf-dist/fonts/vf/uhc/wmj/wmjo0.vf + texmf-dist/fonts/vf/uhc/wmj/wmjo04.vf + texmf-dist/fonts/vf/uhc/wmj/wmjo05.vf + texmf-dist/fonts/vf/uhc/wmj/wmjo06.vf + texmf-dist/fonts/vf/uhc/wmj/wmjo07.vf + texmf-dist/fonts/vf/uhc/wmj/wmjo1.vf + texmf-dist/fonts/vf/uhc/wmj/wmjo10.vf + texmf-dist/fonts/vf/uhc/wmj/wmjo11.vf + texmf-dist/fonts/vf/uhc/wmj/wmjo12.vf + texmf-dist/fonts/vf/uhc/wmj/wmjo13.vf + texmf-dist/fonts/vf/uhc/wmj/wmjo14.vf + texmf-dist/fonts/vf/uhc/wmj/wmjo15.vf + texmf-dist/fonts/vf/uhc/wmj/wmjo16.vf + texmf-dist/fonts/vf/uhc/wmj/wmjo17.vf + texmf-dist/fonts/vf/uhc/wmj/wmjo18.vf + texmf-dist/fonts/vf/uhc/wmj/wmjo19.vf + texmf-dist/fonts/vf/uhc/wmj/wmjo2.vf + texmf-dist/fonts/vf/uhc/wmj/wmjo20.vf + texmf-dist/fonts/vf/uhc/wmj/wmjo21.vf + texmf-dist/fonts/vf/uhc/wmj/wmjo22.vf + texmf-dist/fonts/vf/uhc/wmj/wmjo23.vf + texmf-dist/fonts/vf/uhc/wmj/wmjo24.vf + texmf-dist/fonts/vf/uhc/wmj/wmjo25.vf + texmf-dist/fonts/vf/uhc/wmj/wmjo26.vf + texmf-dist/fonts/vf/uhc/wmj/wmjo27.vf + texmf-dist/fonts/vf/uhc/wmj/wmjo28.vf + texmf-dist/fonts/vf/uhc/wmj/wmjo29.vf + texmf-dist/fonts/vf/uhc/wmj/wmjo3.vf + texmf-dist/fonts/vf/uhc/wmj/wmjo4.vf + texmf-dist/fonts/vf/uhc/wmj/wmjo5.vf + texmf-dist/fonts/vf/uhc/wmj/wmjo6.vf + texmf-dist/fonts/vf/uhc/wmj/wmjo7.vf + texmf-dist/fonts/vf/uhc/wmj/wmjo8.vf + texmf-dist/fonts/vf/uhc/wmj/wmjo9.vf + texmf-dist/fonts/vf/uhc/wmj/wmju0.vf + texmf-dist/fonts/vf/uhc/wmj/wmju04.vf + texmf-dist/fonts/vf/uhc/wmj/wmju05.vf + texmf-dist/fonts/vf/uhc/wmj/wmju06.vf + texmf-dist/fonts/vf/uhc/wmj/wmju07.vf + texmf-dist/fonts/vf/uhc/wmj/wmju1.vf + texmf-dist/fonts/vf/uhc/wmj/wmju10.vf + texmf-dist/fonts/vf/uhc/wmj/wmju11.vf + texmf-dist/fonts/vf/uhc/wmj/wmju12.vf + texmf-dist/fonts/vf/uhc/wmj/wmju13.vf + texmf-dist/fonts/vf/uhc/wmj/wmju14.vf + texmf-dist/fonts/vf/uhc/wmj/wmju15.vf + texmf-dist/fonts/vf/uhc/wmj/wmju16.vf + texmf-dist/fonts/vf/uhc/wmj/wmju17.vf + texmf-dist/fonts/vf/uhc/wmj/wmju18.vf + texmf-dist/fonts/vf/uhc/wmj/wmju19.vf + texmf-dist/fonts/vf/uhc/wmj/wmju2.vf + texmf-dist/fonts/vf/uhc/wmj/wmju20.vf + texmf-dist/fonts/vf/uhc/wmj/wmju21.vf + texmf-dist/fonts/vf/uhc/wmj/wmju22.vf + texmf-dist/fonts/vf/uhc/wmj/wmju23.vf + texmf-dist/fonts/vf/uhc/wmj/wmju24.vf + texmf-dist/fonts/vf/uhc/wmj/wmju25.vf + texmf-dist/fonts/vf/uhc/wmj/wmju26.vf + texmf-dist/fonts/vf/uhc/wmj/wmju27.vf + texmf-dist/fonts/vf/uhc/wmj/wmju28.vf + texmf-dist/fonts/vf/uhc/wmj/wmju29.vf + texmf-dist/fonts/vf/uhc/wmj/wmju3.vf + texmf-dist/fonts/vf/uhc/wmj/wmju4.vf + texmf-dist/fonts/vf/uhc/wmj/wmju5.vf + texmf-dist/fonts/vf/uhc/wmj/wmju6.vf + texmf-dist/fonts/vf/uhc/wmj/wmju7.vf + texmf-dist/fonts/vf/uhc/wmj/wmju8.vf + texmf-dist/fonts/vf/uhc/wmj/wmju9.vf + texmf-dist/fonts/vf/uhc/wmj/wmjuo0.vf + texmf-dist/fonts/vf/uhc/wmj/wmjuo04.vf + texmf-dist/fonts/vf/uhc/wmj/wmjuo05.vf + texmf-dist/fonts/vf/uhc/wmj/wmjuo06.vf + texmf-dist/fonts/vf/uhc/wmj/wmjuo07.vf + texmf-dist/fonts/vf/uhc/wmj/wmjuo1.vf + texmf-dist/fonts/vf/uhc/wmj/wmjuo10.vf + texmf-dist/fonts/vf/uhc/wmj/wmjuo11.vf + texmf-dist/fonts/vf/uhc/wmj/wmjuo12.vf + texmf-dist/fonts/vf/uhc/wmj/wmjuo13.vf + texmf-dist/fonts/vf/uhc/wmj/wmjuo14.vf + texmf-dist/fonts/vf/uhc/wmj/wmjuo15.vf + texmf-dist/fonts/vf/uhc/wmj/wmjuo16.vf + texmf-dist/fonts/vf/uhc/wmj/wmjuo17.vf + texmf-dist/fonts/vf/uhc/wmj/wmjuo18.vf + texmf-dist/fonts/vf/uhc/wmj/wmjuo19.vf + texmf-dist/fonts/vf/uhc/wmj/wmjuo2.vf + texmf-dist/fonts/vf/uhc/wmj/wmjuo20.vf + texmf-dist/fonts/vf/uhc/wmj/wmjuo21.vf + texmf-dist/fonts/vf/uhc/wmj/wmjuo22.vf + texmf-dist/fonts/vf/uhc/wmj/wmjuo23.vf + texmf-dist/fonts/vf/uhc/wmj/wmjuo24.vf + texmf-dist/fonts/vf/uhc/wmj/wmjuo25.vf + texmf-dist/fonts/vf/uhc/wmj/wmjuo26.vf + texmf-dist/fonts/vf/uhc/wmj/wmjuo27.vf + texmf-dist/fonts/vf/uhc/wmj/wmjuo28.vf + texmf-dist/fonts/vf/uhc/wmj/wmjuo29.vf + texmf-dist/fonts/vf/uhc/wmj/wmjuo3.vf + texmf-dist/fonts/vf/uhc/wmj/wmjuo4.vf + texmf-dist/fonts/vf/uhc/wmj/wmjuo5.vf + texmf-dist/fonts/vf/uhc/wmj/wmjuo6.vf + texmf-dist/fonts/vf/uhc/wmj/wmjuo7.vf + texmf-dist/fonts/vf/uhc/wmj/wmjuo8.vf + texmf-dist/fonts/vf/uhc/wmj/wmjuo9.vf + texmf-dist/fonts/vf/uhc/wmj/wmjx0.vf + texmf-dist/fonts/vf/uhc/wmj/wmjx04.vf + texmf-dist/fonts/vf/uhc/wmj/wmjx05.vf + texmf-dist/fonts/vf/uhc/wmj/wmjx06.vf + texmf-dist/fonts/vf/uhc/wmj/wmjx07.vf + texmf-dist/fonts/vf/uhc/wmj/wmjx1.vf + texmf-dist/fonts/vf/uhc/wmj/wmjx10.vf + texmf-dist/fonts/vf/uhc/wmj/wmjx11.vf + texmf-dist/fonts/vf/uhc/wmj/wmjx12.vf + texmf-dist/fonts/vf/uhc/wmj/wmjx13.vf + texmf-dist/fonts/vf/uhc/wmj/wmjx14.vf + texmf-dist/fonts/vf/uhc/wmj/wmjx15.vf + texmf-dist/fonts/vf/uhc/wmj/wmjx16.vf + texmf-dist/fonts/vf/uhc/wmj/wmjx17.vf + texmf-dist/fonts/vf/uhc/wmj/wmjx18.vf + texmf-dist/fonts/vf/uhc/wmj/wmjx19.vf + texmf-dist/fonts/vf/uhc/wmj/wmjx2.vf + texmf-dist/fonts/vf/uhc/wmj/wmjx20.vf + texmf-dist/fonts/vf/uhc/wmj/wmjx21.vf + texmf-dist/fonts/vf/uhc/wmj/wmjx22.vf + texmf-dist/fonts/vf/uhc/wmj/wmjx23.vf + texmf-dist/fonts/vf/uhc/wmj/wmjx24.vf + texmf-dist/fonts/vf/uhc/wmj/wmjx25.vf + texmf-dist/fonts/vf/uhc/wmj/wmjx26.vf + texmf-dist/fonts/vf/uhc/wmj/wmjx27.vf + texmf-dist/fonts/vf/uhc/wmj/wmjx28.vf + texmf-dist/fonts/vf/uhc/wmj/wmjx29.vf + texmf-dist/fonts/vf/uhc/wmj/wmjx3.vf + texmf-dist/fonts/vf/uhc/wmj/wmjx4.vf + texmf-dist/fonts/vf/uhc/wmj/wmjx5.vf + texmf-dist/fonts/vf/uhc/wmj/wmjx6.vf + texmf-dist/fonts/vf/uhc/wmj/wmjx7.vf + texmf-dist/fonts/vf/uhc/wmj/wmjx8.vf + texmf-dist/fonts/vf/uhc/wmj/wmjx9.vf + texmf-dist/fonts/vf/uhc/wmj/wmjxo0.vf + texmf-dist/fonts/vf/uhc/wmj/wmjxo04.vf + texmf-dist/fonts/vf/uhc/wmj/wmjxo05.vf + texmf-dist/fonts/vf/uhc/wmj/wmjxo06.vf + texmf-dist/fonts/vf/uhc/wmj/wmjxo07.vf + texmf-dist/fonts/vf/uhc/wmj/wmjxo1.vf + texmf-dist/fonts/vf/uhc/wmj/wmjxo10.vf + texmf-dist/fonts/vf/uhc/wmj/wmjxo11.vf + texmf-dist/fonts/vf/uhc/wmj/wmjxo12.vf + texmf-dist/fonts/vf/uhc/wmj/wmjxo13.vf + texmf-dist/fonts/vf/uhc/wmj/wmjxo14.vf + texmf-dist/fonts/vf/uhc/wmj/wmjxo15.vf + texmf-dist/fonts/vf/uhc/wmj/wmjxo16.vf + texmf-dist/fonts/vf/uhc/wmj/wmjxo17.vf + texmf-dist/fonts/vf/uhc/wmj/wmjxo18.vf + texmf-dist/fonts/vf/uhc/wmj/wmjxo19.vf + texmf-dist/fonts/vf/uhc/wmj/wmjxo2.vf + texmf-dist/fonts/vf/uhc/wmj/wmjxo20.vf + texmf-dist/fonts/vf/uhc/wmj/wmjxo21.vf + texmf-dist/fonts/vf/uhc/wmj/wmjxo22.vf + texmf-dist/fonts/vf/uhc/wmj/wmjxo23.vf + texmf-dist/fonts/vf/uhc/wmj/wmjxo24.vf + texmf-dist/fonts/vf/uhc/wmj/wmjxo25.vf + texmf-dist/fonts/vf/uhc/wmj/wmjxo26.vf + texmf-dist/fonts/vf/uhc/wmj/wmjxo27.vf + texmf-dist/fonts/vf/uhc/wmj/wmjxo28.vf + texmf-dist/fonts/vf/uhc/wmj/wmjxo29.vf + texmf-dist/fonts/vf/uhc/wmj/wmjxo3.vf + texmf-dist/fonts/vf/uhc/wmj/wmjxo4.vf + texmf-dist/fonts/vf/uhc/wmj/wmjxo5.vf + texmf-dist/fonts/vf/uhc/wmj/wmjxo6.vf + texmf-dist/fonts/vf/uhc/wmj/wmjxo7.vf + texmf-dist/fonts/vf/uhc/wmj/wmjxo8.vf + texmf-dist/fonts/vf/uhc/wmj/wmjxo9.vf +catalogue-ctan /fonts/korean/HLaTeX +catalogue-date 2007-07-29 12:13:44 +0200 +catalogue-license lppl + +name uhrzeit +category Package +revision 15878 +shortdesc Time printing, in German. +longdesc A variety of printing formats are available. +runfiles size=1 + texmf-dist/tex/latex/uhrzeit/uhrzeit.sty +catalogue-ctan /macros/latex/contrib/uhrzeit/uhrzeit.sty +catalogue-date 2008-12-09 14:02:18 +0100 +catalogue-license noinfo +catalogue-version 0.2 + +name uiucthesis +category Package +revision 15878 +shortdesc UIUC thesis class. +longdesc The class produces a document that conforms to the format +longdesc described in the University's Handbook for Graduate Students +longdesc Preparing to Deposit. +docfiles size=69 + texmf-dist/doc/latex/uiucthesis/README details="Readme" + texmf-dist/doc/latex/uiucthesis/thesis-ex.pdf details="Example of use" + texmf-dist/doc/latex/uiucthesis/thesis-ex.tex + texmf-dist/doc/latex/uiucthesis/uiucthesis.pdf details="Package documentation" +srcfiles size=16 + texmf-dist/source/latex/uiucthesis/uiucthesis.dtx + texmf-dist/source/latex/uiucthesis/uiucthesis.ins +runfiles size=10 + texmf-dist/tex/latex/uiucthesis/uiucthesis.cls + texmf-dist/tex/latex/uiucthesis/uiucthesis.sty +catalogue-ctan /macros/latex/contrib/uiucthesis +catalogue-date 2007-01-20 15:20:16 +0100 +catalogue-license lppl +catalogue-version 2.25 + +name ukrhyph +category Package +revision 15878 +shortdesc Hyphenation Patterns for Ukrainian. +longdesc A range of patterns, depending on the encoding of the output +longdesc font (including the standard T2A, so one can use the patterns +longdesc with free fonts). +docfiles size=73 + texmf-dist/doc/generic/ukrhyph/README details="Readme" + texmf-dist/doc/generic/ukrhyph/rules60.pdf details="Old hyphenation rules" language="uk" + texmf-dist/doc/generic/ukrhyph/rules90.pdf details="New hyphenation rules" language="uk" + texmf-dist/doc/generic/ukrhyph/rules_ph.pdf details="Old hyphenation rules with phonetics" language="uk" +runfiles size=45 + texmf-dist/tex/generic/ukrhyph/catlcy.tex + texmf-dist/tex/generic/ukrhyph/lcy2koi.tex + texmf-dist/tex/generic/ukrhyph/lcy2lcy.tex + texmf-dist/tex/generic/ukrhyph/lcy2ot2.tex + texmf-dist/tex/generic/ukrhyph/lcy2t2a.tex + texmf-dist/tex/generic/ukrhyph/lcy2ucy.tex + texmf-dist/tex/generic/ukrhyph/rules60.tex + texmf-dist/tex/generic/ukrhyph/rules90.tex + texmf-dist/tex/generic/ukrhyph/rules_ph.tex + texmf-dist/tex/generic/ukrhyph/ukrenhyp.tex + texmf-dist/tex/generic/ukrhyph/ukrhypfa.tex + texmf-dist/tex/generic/ukrhyph/ukrhyph.koi + texmf-dist/tex/generic/ukrhyph/ukrhyph.lcy + texmf-dist/tex/generic/ukrhyph/ukrhyph.ot2 + texmf-dist/tex/generic/ukrhyph/ukrhyph.t2a + texmf-dist/tex/generic/ukrhyph/ukrhyph.tex + texmf-dist/tex/generic/ukrhyph/ukrhyph.ucy + texmf-dist/tex/generic/ukrhyph/ukrhypmp.tex + texmf-dist/tex/generic/ukrhyph/ukrhypmt.tex + texmf-dist/tex/generic/ukrhyph/ukrhypsm.tex + texmf-dist/tex/generic/ukrhyph/ukrhypst.tex +catalogue-ctan /language/hyphenation/ukrhyph +catalogue-date 2007-01-19 00:08:42 +0100 +catalogue-license lppl + +name ulqda +category Package +revision 15878 +shortdesc Support of Qualitative Data Analysis. +longdesc The package is for use in Qualitative Data Analysis research. +longdesc It supports the integration of Qualitative Data Analysis (QDA) +longdesc research tasks, specifically for Grounded Theory, into the +longdesc LaTeX work flow. It assists in the analysis of textual data +longdesc such as interview transcripts and field notes by providing the +longdesc LaTeX user with macros which are used to markup textual +longdesc information -- for example, in-depth interviews. +depend ulqda.ARCH +docfiles size=77 + texmf-dist/doc/latex/ulqda/README details="Readme" + texmf-dist/doc/latex/ulqda/ulqda.pdf details="Package documentation" +srcfiles size=24 + texmf-dist/source/latex/ulqda/Makefile + texmf-dist/source/latex/ulqda/ulqda.dtx +runfiles size=5 + texmf-dist/scripts/ulqda/ulqda.pl + texmf-dist/tex/latex/ulqda/ulqda.sty +catalogue-ctan /macros/latex/contrib/ulqda +catalogue-date 2009-06-11 14:36:07 +0200 +catalogue-license lppl +catalogue-version 1.1 + +name ulqda.alpha-linux +category Package +revision 15878 +shortdesc alpha-linux files of ulqda +binfiles arch=alpha-linux size=1 + bin/alpha-linux/ulqda + +name ulqda.i386-cygwin +category Package +revision 15878 +shortdesc i386-cygwin files of ulqda +binfiles arch=i386-cygwin size=1 + bin/i386-cygwin/ulqda + +name ulqda.i386-linux +category Package +revision 15878 +shortdesc i386-linux files of ulqda +binfiles arch=i386-linux size=1 + bin/i386-linux/ulqda + +name ulqda.i386-netbsd +category Package +revision 15878 +shortdesc i386-netbsd files of ulqda +binfiles arch=i386-netbsd size=1 + bin/i386-netbsd/ulqda + +name ulqda.i386-solaris +category Package +revision 15878 +shortdesc i386-solaris files of ulqda +binfiles arch=i386-solaris size=1 + bin/i386-solaris/ulqda + +name ulqda.mips-irix +category Package +revision 15878 +shortdesc mips-irix files of ulqda +binfiles arch=mips-irix size=1 + bin/mips-irix/ulqda + +name ulqda.powerpc-aix +category Package +revision 15878 +shortdesc powerpc-aix files of ulqda +binfiles arch=powerpc-aix size=1 + bin/powerpc-aix/ulqda + +name ulqda.powerpc-linux +category Package +revision 15878 +shortdesc powerpc-linux files of ulqda +binfiles arch=powerpc-linux size=1 + bin/powerpc-linux/ulqda + +name ulqda.sparc-linux +category Package +revision 15878 +shortdesc sparc-linux files of ulqda +binfiles arch=sparc-linux size=1 + bin/sparc-linux/ulqda + +name ulqda.sparc-solaris +category Package +revision 15878 +shortdesc sparc-solaris files of ulqda +binfiles arch=sparc-solaris size=1 + bin/sparc-solaris/ulqda + +name ulqda.universal-darwin +category Package +revision 15878 +shortdesc universal-darwin files of ulqda +binfiles arch=universal-darwin size=1 + bin/universal-darwin/ulqda + +name ulqda.win32 +category Package +revision 15878 +shortdesc win32 files of ulqda +binfiles arch=win32 size=1 + bin/win32/ulqda.exe + +name ulqda.x86_64-linux +category Package +revision 15878 +shortdesc x86_64-linux files of ulqda +binfiles arch=x86_64-linux size=1 + bin/x86_64-linux/ulqda + +name ulsy +category Package +revision 15878 +shortdesc Extra mathematical characters. +longdesc MetaFont definitions of the font, and LaTeX support. The font +longdesc contains a contradiction symbol at various sizes, and an odplus +longdesc symbol. An autotraced outline version of the fonts is available +longdesc in ulsy-ps. +docfiles size=19 + texmf-dist/doc/latex/ulsy/README details="Readme" language="de" + texmf-dist/doc/latex/ulsy/ulsy.pdf +srcfiles size=2 + texmf-dist/source/latex/ulsy/ulsy.dtx + texmf-dist/source/latex/ulsy/ulsy.ins +runfiles size=6 + texmf-dist/fonts/source/public/ulsy/ulsy10.mf + texmf-dist/fonts/tfm/public/ulsy/ulsy10.tfm + texmf-dist/tex/latex/ulsy/Uulsy.fd + texmf-dist/tex/latex/ulsy/ulsy.sty +catalogue-ctan /fonts/ulsy +catalogue-date 2008-11-29 13:18:24 +0100 +catalogue-license noinfo +catalogue-version 1.0 + +name umich-thesis +category Package +revision 15878 +shortdesc University of Michigan Thesis LaTeX class. +longdesc A LaTeX2e class to create a University of Michigan dissertation +longdesc according to the Rackham dissertation handbook. +docfiles size=1 + texmf-dist/doc/latex/umich-thesis/README details="Readme" +runfiles size=5 + texmf-dist/tex/latex/umich-thesis/umich-thesis.cls +catalogue-ctan /macros/latex/contrib/umich-thesis +catalogue-date 2009-09-27 11:52:43 +0200 +catalogue-license lppl +catalogue-version 1.20 + +name uml +category Package +revision 15878 +shortdesc UML diagrams in LaTeX. +longdesc A PSTricks related package for writing UML (Unified Modelling +longdesc Language) diagrams in LaTeX. Currently, it implements a subset +longdesc of class diagrams, and some extra constructs as well. The +longdesc package cannot be used together with pst-uml. +docfiles size=155 + texmf-dist/doc/latex/uml/Changes + texmf-dist/doc/latex/uml/README details="Package Readme" + texmf-dist/doc/latex/uml/example.tex + texmf-dist/doc/latex/uml/uml.pdf details="Package documentation" +srcfiles size=50 + texmf-dist/source/latex/uml/Makefile + texmf-dist/source/latex/uml/uml.dtx + texmf-dist/source/latex/uml/uml.ins +runfiles size=8 + texmf-dist/tex/latex/uml/uml.sty +catalogue-ctan /graphics/pstricks/contrib/uml +catalogue-date 2007-03-13 09:06:46 +0100 +catalogue-license lppl +catalogue-version 0.10 + +name umlaute +category Package +revision 15878 +shortdesc German input encodings in LaTeX. +longdesc An early package for using alternate input encodings. The +longdesc author considers the package mostly obsolete, since most of its +longdesc functions are taken by the inputenc package; however, inputenc +longdesc doesn't support the roman8 and atari encodings, so umlaute +longdesc remains the sole source of that support. +docfiles size=31 + texmf-dist/doc/latex/umlaute/cs_patch.uue + texmf-dist/doc/latex/umlaute/umlaute.pdf details="Package documentation" +srcfiles size=6 + texmf-dist/source/latex/umlaute/umlaute.dtx + texmf-dist/source/latex/umlaute/umlaute.ins +runfiles size=8 + texmf-dist/tex/latex/umlaute/atari.def + texmf-dist/tex/latex/umlaute/isolatin.def + texmf-dist/tex/latex/umlaute/mac.def + texmf-dist/tex/latex/umlaute/pc850.def + texmf-dist/tex/latex/umlaute/roman8.def + texmf-dist/tex/latex/umlaute/umlaute.sty +catalogue-ctan /macros/latex/contrib/umlaute +catalogue-date 2009-10-10 17:55:02 +0200 +catalogue-license lppl +catalogue-version v2.1 + +name umoline +category Package +revision 15878 +shortdesc Underline text allowing line breaking. +longdesc Provides commands \Underline, \Midline and \Overline for +longdesc underlining, striking out, and overlining their text arguments. +docfiles size=7 + texmf-dist/doc/latex/umoline/README details="Readme" + texmf-dist/doc/latex/umoline/umoline-man.dvi + texmf-dist/doc/latex/umoline/umoline-man.tex +srcfiles size=13 + texmf-dist/source/latex/umoline/umoline.dtx + texmf-dist/source/latex/umoline/umoline.ins +runfiles size=2 + texmf-dist/tex/latex/umoline/umoline.sty +catalogue-ctan /macros/latex/contrib/umoline +catalogue-date 2007-01-20 15:20:16 +0100 +catalogue-license lppl + +name umthesis +category Package +revision 15878 +shortdesc Dissertations at the University of Michigan. +longdesc The class loads book class, and makes minimal changes to it; +longdesc its coding aims to be as robust as possible, and as a result it +longdesc has few conflicts with potential add-on packages. +docfiles size=61 + texmf-dist/doc/latex/umthesis/PDP.tex + texmf-dist/doc/latex/umthesis/README details="Readme" + texmf-dist/doc/latex/umthesis/appendix.tex + texmf-dist/doc/latex/umthesis/conclusion.tex + texmf-dist/doc/latex/umthesis/example.pdf details="Example of use" + texmf-dist/doc/latex/umthesis/example.tex + texmf-dist/doc/latex/umthesis/exp1.tex + texmf-dist/doc/latex/umthesis/exp2.tex + texmf-dist/doc/latex/umthesis/exp3.tex + texmf-dist/doc/latex/umthesis/felty.bib + texmf-dist/doc/latex/umthesis/intro.tex + texmf-dist/doc/latex/umthesis/mybibstyle.bst +runfiles size=6 + texmf-dist/tex/latex/umthesis/umthesis.cls +catalogue-ctan /macros/latex/contrib/umthesis +catalogue-date 2009-09-17 20:11:38 +0200 +catalogue-license lppl +catalogue-version 0.2 + +name umtypewriter +category Package +revision 14419 +shortdesc Fonts to typeset with the xgreek package. +longdesc The UMTypewriter font family is a monospaced font family that +longdesc was built from glyphs from the CB Greek fonts, the CyrTUG +longdesc Cyrillic alphabet fonts ("LH"), and the standard Computer +longdesc Modern font family. It contains four OpenType fonts which are +longdesc required for use of the xgreek package for XeLaTeX. +runfiles size=197 + texmf-dist/fonts/opentype/public/umtypewriter/UMTypewriter-Bold.otf + texmf-dist/fonts/opentype/public/umtypewriter/UMTypewriter-BoldItalic.otf + texmf-dist/fonts/opentype/public/umtypewriter/UMTypewriter-Italic.otf + texmf-dist/fonts/opentype/public/umtypewriter/UMTypewriter-Oblique.otf + texmf-dist/fonts/opentype/public/umtypewriter/UMTypewriter-Regular.otf +catalogue-ctan /fonts/umtypewriter +catalogue-date 2009-07-23 15:45:58 +0200 +catalogue-license ofl +catalogue-version 001.002 + +name underlin +category Package +revision 15878 +shortdesc Underlined running heads. +longdesc Defines two pagestyles that provide underlined page heads in +longdesc LaTeX. +docfiles size=21 + texmf-dist/doc/latex/underlin/underlin.pdf details="Package documentation" +srcfiles size=2 + texmf-dist/source/latex/underlin/underlin.dtx + texmf-dist/source/latex/underlin/underlin.ins +runfiles size=1 + texmf-dist/tex/latex/underlin/underlin.sty +catalogue-ctan /macros/latex/contrib/underlin +catalogue-date 2007-06-02 10:25:58 +0200 +catalogue-license lppl +catalogue-version 1.01 + +name undertilde +category Package +revision 15878 +shortdesc Typeset a tilde under one (or many) maths symbols. +longdesc The implementation is probably less than totally robust, though +longdesc undoubtedly better than that in the generic undertilde macros +longdesc also available on CTAN. +docfiles size=43 + texmf-dist/doc/latex/undertilde/undertilde.pdf details="Package documentation" +srcfiles size=3 + texmf-dist/source/latex/undertilde/undertilde.dtx + texmf-dist/source/latex/undertilde/undertilde.ins +runfiles size=1 + texmf-dist/tex/latex/undertilde/undertilde.sty +catalogue-ctan /macros/latex/contrib/undertilde +catalogue-date 2008-12-09 14:02:18 +0100 +catalogue-license noinfo +catalogue-version 1.0 + +name units +category Package +revision 15878 +shortdesc Typeset units. +longdesc The package is provided as a bundle with the nicefrac package +longdesc for typing fractions. Units uses nicefrac in typesetting +longdesc physical units in a standard-looking sort of way. +docfiles size=60 + texmf-dist/doc/latex/units/COPYING + texmf-dist/doc/latex/units/README details="Package README" + texmf-dist/doc/latex/units/units.pdf details="Package documentation" +srcfiles size=7 + texmf-dist/source/latex/units/units.dtx + texmf-dist/source/latex/units/units.ins +runfiles size=2 + texmf-dist/tex/latex/units/nicefrac.sty + texmf-dist/tex/latex/units/units.sty +catalogue-ctan /macros/latex/contrib/units +catalogue-date 2009-09-27 11:52:43 +0200 +catalogue-license gpl +catalogue-version 0.9b + +name unitsdef +category Package +revision 15878 +shortdesc Typesetting units in LaTeX. +longdesc There are a lot of packages for typesetting units in LaTeX2e. +longdesc Some define macros to typeset a lot of units but do not suit to +longdesc the actual font settings, some make the characters needed +longdesc available but do not predefine any unit. This package tries to +longdesc comply with both requirements. It predefines common units, +longdesc defines an easy to use interface to define new units and +longdesc changes the output concerning to the surrounding font settings. +docfiles size=170 + texmf-dist/doc/latex/unitsdef/README.1st details="Readme" + texmf-dist/doc/latex/unitsdef/defedpraef.tex + texmf-dist/doc/latex/unitsdef/defedunits.tex + texmf-dist/doc/latex/unitsdef/unitsdef.pdf details="Package documentation" +srcfiles size=14 + texmf-dist/source/latex/unitsdef/unitsdef.dtx + texmf-dist/source/latex/unitsdef/unitsdef.ins +runfiles size=14 + texmf-dist/tex/latex/unitsdef/ampabbrv.cfg + texmf-dist/tex/latex/unitsdef/enerabbr.cfg + texmf-dist/tex/latex/unitsdef/freqabbr.cfg + texmf-dist/tex/latex/unitsdef/lengabbr.cfg + texmf-dist/tex/latex/unitsdef/molabbrv.cfg + texmf-dist/tex/latex/unitsdef/timeabbr.cfg + texmf-dist/tex/latex/unitsdef/unitsdef.sty + texmf-dist/tex/latex/unitsdef/volabbrv.cfg + texmf-dist/tex/latex/unitsdef/voltabbr.cfg + texmf-dist/tex/latex/unitsdef/weigabbr.cfg +catalogue-ctan /macros/latex/contrib/unitsdef +catalogue-date 2007-01-20 15:20:16 +0100 +catalogue-license lppl +catalogue-version 0.2 + +name univers +category Package +revision 13293 +runfiles size=105 + texmf-dist/fonts/tfm/cg/univers/cunb.tfm + texmf-dist/fonts/tfm/cg/univers/cunb8t.tfm + texmf-dist/fonts/tfm/cg/univers/cunb8tc.tfm + texmf-dist/fonts/tfm/cg/univers/cunbi.tfm + texmf-dist/fonts/tfm/cg/univers/cunbi8t.tfm + texmf-dist/fonts/tfm/cg/univers/cunbi8tc.tfm + texmf-dist/fonts/tfm/cg/univers/cunbic.tfm + texmf-dist/fonts/tfm/cg/univers/cunbrc.tfm + texmf-dist/fonts/tfm/cg/univers/cunm.tfm + texmf-dist/fonts/tfm/cg/univers/cunm8t.tfm + texmf-dist/fonts/tfm/cg/univers/cunm8tc.tfm + texmf-dist/fonts/tfm/cg/univers/cunmi.tfm + texmf-dist/fonts/tfm/cg/univers/cunmi8t.tfm + texmf-dist/fonts/tfm/cg/univers/cunmi8tc.tfm + texmf-dist/fonts/tfm/cg/univers/cunmic.tfm + texmf-dist/fonts/tfm/cg/univers/cunmrc.tfm + texmf-dist/fonts/tfm/cg/univers/ucb10u.tfm + texmf-dist/fonts/tfm/cg/univers/ucb6j.tfm + texmf-dist/fonts/tfm/cg/univers/ucb7j.tfm + texmf-dist/fonts/tfm/cg/univers/ucb8u.tfm + texmf-dist/fonts/tfm/cg/univers/uci10u.tfm + texmf-dist/fonts/tfm/cg/univers/uci6j.tfm + texmf-dist/fonts/tfm/cg/univers/uci7j.tfm + texmf-dist/fonts/tfm/cg/univers/uci8u.tfm + texmf-dist/fonts/tfm/cg/univers/ucj10u.tfm + texmf-dist/fonts/tfm/cg/univers/ucj6j.tfm + texmf-dist/fonts/tfm/cg/univers/ucj7j.tfm + texmf-dist/fonts/tfm/cg/univers/ucj8u.tfm + texmf-dist/fonts/tfm/cg/univers/ucr10u.tfm + texmf-dist/fonts/tfm/cg/univers/ucr6j.tfm + texmf-dist/fonts/tfm/cg/univers/ucr7j.tfm + texmf-dist/fonts/tfm/cg/univers/ucr8u.tfm + texmf-dist/fonts/tfm/cg/univers/unb10u.tfm + texmf-dist/fonts/tfm/cg/univers/unb2n.tfm + texmf-dist/fonts/tfm/cg/univers/unb6j.tfm + texmf-dist/fonts/tfm/cg/univers/unb7j.tfm + texmf-dist/fonts/tfm/cg/univers/unb8u.tfm + texmf-dist/fonts/tfm/cg/univers/unb9t.tfm + texmf-dist/fonts/tfm/cg/univers/uni10u.tfm + texmf-dist/fonts/tfm/cg/univers/uni2n.tfm + texmf-dist/fonts/tfm/cg/univers/uni6j.tfm + texmf-dist/fonts/tfm/cg/univers/uni7j.tfm + texmf-dist/fonts/tfm/cg/univers/uni8u.tfm + texmf-dist/fonts/tfm/cg/univers/uni9t.tfm + texmf-dist/fonts/tfm/cg/univers/unj10u.tfm + texmf-dist/fonts/tfm/cg/univers/unj2n.tfm + texmf-dist/fonts/tfm/cg/univers/unj6j.tfm + texmf-dist/fonts/tfm/cg/univers/unj7j.tfm + texmf-dist/fonts/tfm/cg/univers/unj8u.tfm + texmf-dist/fonts/tfm/cg/univers/unj9t.tfm + texmf-dist/fonts/tfm/cg/univers/unr10u.tfm + texmf-dist/fonts/tfm/cg/univers/unr2n.tfm + texmf-dist/fonts/tfm/cg/univers/unr6j.tfm + texmf-dist/fonts/tfm/cg/univers/unr7j.tfm + texmf-dist/fonts/tfm/cg/univers/unr8u.tfm + texmf-dist/fonts/tfm/cg/univers/unr9t.tfm + texmf-dist/fonts/vf/cg/univers/cunb.vf + texmf-dist/fonts/vf/cg/univers/cunb8t.vf + texmf-dist/fonts/vf/cg/univers/cunb8tc.vf + texmf-dist/fonts/vf/cg/univers/cunbi.vf + texmf-dist/fonts/vf/cg/univers/cunbi8t.vf + texmf-dist/fonts/vf/cg/univers/cunbi8tc.vf + texmf-dist/fonts/vf/cg/univers/cunbic.vf + texmf-dist/fonts/vf/cg/univers/cunbrc.vf + texmf-dist/fonts/vf/cg/univers/cunm.vf + texmf-dist/fonts/vf/cg/univers/cunm8t.vf + texmf-dist/fonts/vf/cg/univers/cunm8tc.vf + texmf-dist/fonts/vf/cg/univers/cunmi.vf + texmf-dist/fonts/vf/cg/univers/cunmi8t.vf + texmf-dist/fonts/vf/cg/univers/cunmi8tc.vf + texmf-dist/fonts/vf/cg/univers/cunmic.vf + texmf-dist/fonts/vf/cg/univers/cunmrc.vf + +name universa +category Package +revision 15878 +shortdesc Herbert Bayer's 'universal' font. +longdesc An implementation of the universal font by Herbert Bayer of the +longdesc Bauhaus school. The MetaFont sources of the fonts, and their +longdesc LaTeX support, are all supplied in a LaTeX documented source +longdesc (.dtx) file. +docfiles size=9 + texmf-dist/doc/fonts/universa/README.uni + texmf-dist/doc/fonts/universa/copyright.tex + texmf-dist/doc/fonts/universa/unidoc.sty +srcfiles size=58 + texmf-dist/source/fonts/universa/uni.dtx + texmf-dist/source/fonts/universa/uni.ins +runfiles size=104 + texmf-dist/fonts/source/public/universa/fulbc10.mf + texmf-dist/fonts/source/public/universa/fulbc12.mf + texmf-dist/fonts/source/public/universa/fulbc17.mf + texmf-dist/fonts/source/public/universa/fulbc8.mf + texmf-dist/fonts/source/public/universa/fulbc9.mf + texmf-dist/fonts/source/public/universa/fulbo10.mf + texmf-dist/fonts/source/public/universa/fulbo12.mf + texmf-dist/fonts/source/public/universa/fulbo17.mf + texmf-dist/fonts/source/public/universa/fulbo8.mf + texmf-dist/fonts/source/public/universa/fulbo9.mf + texmf-dist/fonts/source/public/universa/fulbr10.mf + texmf-dist/fonts/source/public/universa/fulbr12.mf + texmf-dist/fonts/source/public/universa/fulbr17.mf + texmf-dist/fonts/source/public/universa/fulbr8.mf + texmf-dist/fonts/source/public/universa/fulbr9.mf + texmf-dist/fonts/source/public/universa/fulbst10.mf + texmf-dist/fonts/source/public/universa/fulbst12.mf + texmf-dist/fonts/source/public/universa/fulbst17.mf + texmf-dist/fonts/source/public/universa/fulbst8.mf + texmf-dist/fonts/source/public/universa/fulbst9.mf + texmf-dist/fonts/source/public/universa/fulmc10.mf + texmf-dist/fonts/source/public/universa/fulmc12.mf + texmf-dist/fonts/source/public/universa/fulmc17.mf + texmf-dist/fonts/source/public/universa/fulmc8.mf + texmf-dist/fonts/source/public/universa/fulmc9.mf + texmf-dist/fonts/source/public/universa/fulmo10.mf + texmf-dist/fonts/source/public/universa/fulmo12.mf + texmf-dist/fonts/source/public/universa/fulmo17.mf + texmf-dist/fonts/source/public/universa/fulmo8.mf + texmf-dist/fonts/source/public/universa/fulmo9.mf + texmf-dist/fonts/source/public/universa/fulmr10.mf + texmf-dist/fonts/source/public/universa/fulmr12.mf + texmf-dist/fonts/source/public/universa/fulmr17.mf + texmf-dist/fonts/source/public/universa/fulmr8.mf + texmf-dist/fonts/source/public/universa/fulmr9.mf + texmf-dist/fonts/source/public/universa/fulmst10.mf + texmf-dist/fonts/source/public/universa/fulmst12.mf + texmf-dist/fonts/source/public/universa/fulmst17.mf + texmf-dist/fonts/source/public/universa/fulmst8.mf + texmf-dist/fonts/source/public/universa/fulmst9.mf + texmf-dist/fonts/source/public/universa/uniacc.mf + texmf-dist/fonts/source/public/universa/unibase.mf + texmf-dist/fonts/source/public/universa/unidig.mf + texmf-dist/fonts/source/public/universa/uniext.mf + texmf-dist/fonts/source/public/universa/unilig.mf + texmf-dist/fonts/source/public/universa/unilow.mf + texmf-dist/fonts/source/public/universa/unipun.mf + texmf-dist/fonts/source/public/universa/unispe.mf + texmf-dist/fonts/source/public/universa/uniupp.mf + texmf-dist/fonts/tfm/public/universa/fulbc10.tfm + texmf-dist/fonts/tfm/public/universa/fulbc12.tfm + texmf-dist/fonts/tfm/public/universa/fulbc17.tfm + texmf-dist/fonts/tfm/public/universa/fulbc8.tfm + texmf-dist/fonts/tfm/public/universa/fulbc9.tfm + texmf-dist/fonts/tfm/public/universa/fulbo10.tfm + texmf-dist/fonts/tfm/public/universa/fulbo12.tfm + texmf-dist/fonts/tfm/public/universa/fulbo17.tfm + texmf-dist/fonts/tfm/public/universa/fulbo8.tfm + texmf-dist/fonts/tfm/public/universa/fulbo9.tfm + texmf-dist/fonts/tfm/public/universa/fulbr10.tfm + texmf-dist/fonts/tfm/public/universa/fulbr12.tfm + texmf-dist/fonts/tfm/public/universa/fulbr17.tfm + texmf-dist/fonts/tfm/public/universa/fulbr8.tfm + texmf-dist/fonts/tfm/public/universa/fulbr9.tfm + texmf-dist/fonts/tfm/public/universa/fulbst10.tfm + texmf-dist/fonts/tfm/public/universa/fulbst12.tfm + texmf-dist/fonts/tfm/public/universa/fulbst17.tfm + texmf-dist/fonts/tfm/public/universa/fulbst8.tfm + texmf-dist/fonts/tfm/public/universa/fulbst9.tfm + texmf-dist/fonts/tfm/public/universa/fulmc10.tfm + texmf-dist/fonts/tfm/public/universa/fulmc12.tfm + texmf-dist/fonts/tfm/public/universa/fulmc17.tfm + texmf-dist/fonts/tfm/public/universa/fulmc8.tfm + texmf-dist/fonts/tfm/public/universa/fulmc9.tfm + texmf-dist/fonts/tfm/public/universa/fulmo10.tfm + texmf-dist/fonts/tfm/public/universa/fulmo12.tfm + texmf-dist/fonts/tfm/public/universa/fulmo17.tfm + texmf-dist/fonts/tfm/public/universa/fulmo8.tfm + texmf-dist/fonts/tfm/public/universa/fulmo9.tfm + texmf-dist/fonts/tfm/public/universa/fulmr10.tfm + texmf-dist/fonts/tfm/public/universa/fulmr12.tfm + texmf-dist/fonts/tfm/public/universa/fulmr17.tfm + texmf-dist/fonts/tfm/public/universa/fulmr8.tfm + texmf-dist/fonts/tfm/public/universa/fulmr9.tfm + texmf-dist/fonts/tfm/public/universa/fulmst10.tfm + texmf-dist/fonts/tfm/public/universa/fulmst12.tfm + texmf-dist/fonts/tfm/public/universa/fulmst17.tfm + texmf-dist/fonts/tfm/public/universa/fulmst8.tfm + texmf-dist/fonts/tfm/public/universa/fulmst9.tfm + texmf-dist/tex/latex/universa/omluni.fd + texmf-dist/tex/latex/universa/omsuni.fd + texmf-dist/tex/latex/universa/ot1uni.fd + texmf-dist/tex/latex/universa/t1uni.fd + texmf-dist/tex/latex/universa/uni.sty + texmf-dist/tex/latex/universa/uuni.fd +catalogue-ctan /fonts/universa +catalogue-date 2008-11-02 01:06:10 +0100 +catalogue-license gpl +catalogue-version 2.0 + +name unroman +category Package +revision 15878 +shortdesc Converting Roman numerals to Arabic numbers. +longdesc The package provides a number of functions to convert from +longdesc Roman numerals to Arabic numbers. The set of functions is +longdesc designed to cover a range of applications. +docfiles size=26 + texmf-dist/doc/latex/unroman/README details="Readme" + texmf-dist/doc/latex/unroman/unroman.pdf details="Package documentation" +srcfiles size=6 + texmf-dist/source/latex/unroman/unroman.dtx + texmf-dist/source/latex/unroman/unroman.ins +runfiles size=2 + texmf-dist/tex/latex/unroman/unroman.sty +catalogue-ctan /macros/latex/contrib/unroman +catalogue-date 2008-08-24 14:43:48 +0200 +catalogue-license gpl +catalogue-version 1.0 + +name upmethodology +category Package +revision 15878 +shortdesc Writing specification such as for UP-based methodologies. +longdesc The bundle allows the user to create Unified Process +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. +docfiles size=130 + texmf-dist/doc/latex/upmethodology/AUTHORS + texmf-dist/doc/latex/upmethodology/COPYING + texmf-dist/doc/latex/upmethodology/Changelog + texmf-dist/doc/latex/upmethodology/INSTALL + texmf-dist/doc/latex/upmethodology/NEWS + texmf-dist/doc/latex/upmethodology/README details="Readme" + texmf-dist/doc/latex/upmethodology/TODO + texmf-dist/doc/latex/upmethodology/VERSION + texmf-dist/doc/latex/upmethodology/frontclassic.jpg + texmf-dist/doc/latex/upmethodology/frontmodern.jpg + texmf-dist/doc/latex/upmethodology/illustration.jpg + texmf-dist/doc/latex/upmethodology/logo.jpg + texmf-dist/doc/latex/upmethodology/smalllogo.jpg + texmf-dist/doc/latex/upmethodology/upmethodology-doc.pdf + texmf-dist/doc/latex/upmethodology/upmethodology-doc.tex +srcfiles size=1 + texmf-dist/source/latex/upmethodology/Makefile +runfiles size=24 + texmf-dist/tex/latex/upmethodology/upmethodology-code.sty + texmf-dist/tex/latex/upmethodology/upmethodology-document.cls + texmf-dist/tex/latex/upmethodology/upmethodology-document.sty + texmf-dist/tex/latex/upmethodology/upmethodology-fmt.sty + texmf-dist/tex/latex/upmethodology/upmethodology-frontpage.sty + texmf-dist/tex/latex/upmethodology/upmethodology-spec.sty + texmf-dist/tex/latex/upmethodology/upmethodology-task.sty + texmf-dist/tex/latex/upmethodology/upmethodology-version.sty +catalogue-ctan /macros/latex/contrib/upmethodology +catalogue-date 2009-11-02 14:31:49 +0100 +catalogue-license lgpl + +name upquote +category Package +revision 15878 +shortdesc Show "realistic" quotes in verbatim. +longdesc Computer Modern Typewriter is the best font for program +longdesc listings, but it prints ` and ' as bent opening and closing +longdesc single quotes. Other fonts, and most programming languages, +longdesc print ` as a grave accent and ' upright; ' is used both to open +longdesc and to close quoted strings. This package switches the +longdesc typewriter font to Computer Modern Typewriter (regardless of +longdesc other fonts in use, so long as this package is called +longdesc afterward) and modifies the behavior of verbatim, verbatim*, +longdesc verb, and verb* to print ` and ' the desired way. The package +longdesc does not affect \tt, \texttt, etc. +runfiles size=1 + texmf-dist/tex/latex/upquote/upquote.sty +catalogue-ctan /macros/latex/contrib/upquote/upquote.sty +catalogue-date 2009-10-10 17:55:02 +0200 +catalogue-license lppl1.2 +catalogue-version v1.1 + +name urlbst +category Package +revision 15878 +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 +longdesc urlbst can be used to add this support to an arbitrary .bst +longdesc file which has a reasonably conventional structure. The result +longdesc is meant to be robust rather than pretty. +docfiles size=55 + texmf-dist/doc/latex/urlbst/README details="Package Readme" + texmf-dist/doc/latex/urlbst/VERSION + texmf-dist/doc/latex/urlbst/urlbst + texmf-dist/doc/latex/urlbst/urlbst.html details="Package documentation (HTML format)" + texmf-dist/doc/latex/urlbst/urlbst.html.in + texmf-dist/doc/latex/urlbst/urlbst.in + texmf-dist/doc/latex/urlbst/urlbst.pdf details="Package documentation (PDF format)" + texmf-dist/doc/latex/urlbst/urlbst.tex + texmf-dist/doc/latex/urlbst/urlbst.tex.in +srcfiles size=22 + texmf-dist/source/latex/urlbst/Makefile.in + texmf-dist/source/latex/urlbst/configure + texmf-dist/source/latex/urlbst/configure.ac +runfiles size=33 + texmf-dist/bibtex/bib/urlbst/urlbst.bib + texmf-dist/bibtex/bst/urlbst/abbrvurl.bst + texmf-dist/bibtex/bst/urlbst/alphaurl.bst + texmf-dist/bibtex/bst/urlbst/plainurl.bst + texmf-dist/bibtex/bst/urlbst/unsrturl.bst +catalogue-ctan /biblio/bibtex/contrib/urlbst +catalogue-date 2008-06-16 20:59:12 +0200 +catalogue-license gpl +catalogue-version 0.6-1 + +name ushort +category Package +revision 15878 +shortdesc Shorter (and longer) underlines and underbars. +longdesc Some engineers need underlined or twice underlined variables +longdesc for which the usual \underline is too long. This package +longdesc provides a generic command for creating underlines of various +longdesc sizes and types. +docfiles size=57 + texmf-dist/doc/latex/ushort/README details="Readme" + texmf-dist/doc/latex/ushort/ushort.pdf details="Package documentation" + texmf-dist/doc/latex/ushort/ushort.tex + texmf-dist/doc/latex/ushort/ushort.txt +srcfiles size=9 + texmf-dist/source/latex/ushort/ushort.dtx + texmf-dist/source/latex/ushort/ushort.ins +runfiles size=1 + texmf-dist/tex/latex/ushort/ushort.sty +catalogue-ctan /macros/latex/contrib/ushort +catalogue-date 2008-02-29 19:54:55 +0100 +catalogue-license lppl +catalogue-version 2.2 + +name ut-thesis +category Package +revision 15878 +shortdesc University of Toronto thesis style. +longdesc This not described as an 'official' class, just one distributed +longdesc "in the hope that it will be useful". A skeleton file, using +longdesc the class, is provided. +docfiles size=4 + texmf-dist/doc/latex/ut-thesis/README details="Readme" + texmf-dist/doc/latex/ut-thesis/ut-thesis.tex +runfiles size=8 + texmf-dist/tex/latex/ut-thesis/ut-thesis.cls +catalogue-ctan /macros/latex/contrib/ut-thesis +catalogue-date 2008-10-05 10:59:55 +0200 +catalogue-license lppl +catalogue-version 1.8 + +name utf8mex +category Package +revision 15878 +docfiles size=12 + texmf-dist/doc/mex/utf8mex/Makefile + texmf-dist/doc/mex/utf8mex/README + texmf-dist/doc/mex/utf8mex/examples/Makefile + texmf-dist/doc/mex/utf8mex/examples/catcode.tex + texmf-dist/doc/mex/utf8mex/examples/list.tex + texmf-dist/doc/mex/utf8mex/examples/tilde.tex + texmf-dist/doc/mex/utf8mex/examples/tilde2.tex + texmf-dist/doc/mex/utf8mex/test-math.utf8.tex + texmf-dist/doc/mex/utf8mex/test.utf8.tex + texmf-dist/doc/mex/utf8mex/utf8math.el +runfiles size=3 + texmf-dist/tex/mex/utf8mex/utf8-pl.tex + texmf-dist/tex/mex/utf8mex/utf8mex.ini + texmf-dist/tex/mex/utf8mex/utf8plsq.tex + +name utopia +category Package +revision 15878 +shortdesc Adobe Utopia fonts. +longdesc The Adobe Standard Encoding set (upright and italic shapes, +longdesc medium and bold weights) of the Utopia font family, which Adobe +longdesc donated to the X Consortium. Macro support, and maths fonts +longdesc that match the Utopia family, are provided by the Fourier and +longdesc the Mathdesign Utopia font packages. +docfiles size=3 + texmf-dist/doc/fonts/utopia/LICENSE-utopia.txt + texmf-dist/doc/fonts/utopia/README-utopia.txt +runfiles size=168 + texmf-dist/fonts/afm/adobe/utopia/putb8a.afm + texmf-dist/fonts/afm/adobe/utopia/putbi8a.afm + texmf-dist/fonts/afm/adobe/utopia/putr8a.afm + texmf-dist/fonts/afm/adobe/utopia/putri8a.afm + texmf-dist/fonts/tfm/adobe/utopia/putb7t.tfm + texmf-dist/fonts/tfm/adobe/utopia/putb8c.tfm + texmf-dist/fonts/tfm/adobe/utopia/putb8r.tfm + texmf-dist/fonts/tfm/adobe/utopia/putb8t.tfm + texmf-dist/fonts/tfm/adobe/utopia/putbc7t.tfm + texmf-dist/fonts/tfm/adobe/utopia/putbc8t.tfm + texmf-dist/fonts/tfm/adobe/utopia/putbi7t.tfm + texmf-dist/fonts/tfm/adobe/utopia/putbi8c.tfm + texmf-dist/fonts/tfm/adobe/utopia/putbi8r.tfm + texmf-dist/fonts/tfm/adobe/utopia/putbi8t.tfm + texmf-dist/fonts/tfm/adobe/utopia/putbo7t.tfm + texmf-dist/fonts/tfm/adobe/utopia/putbo8c.tfm + texmf-dist/fonts/tfm/adobe/utopia/putbo8r.tfm + texmf-dist/fonts/tfm/adobe/utopia/putbo8t.tfm + texmf-dist/fonts/tfm/adobe/utopia/putr7t.tfm + texmf-dist/fonts/tfm/adobe/utopia/putr8c.tfm + texmf-dist/fonts/tfm/adobe/utopia/putr8r.tfm + texmf-dist/fonts/tfm/adobe/utopia/putr8t.tfm + texmf-dist/fonts/tfm/adobe/utopia/putrc7t.tfm + texmf-dist/fonts/tfm/adobe/utopia/putrc8t.tfm + texmf-dist/fonts/tfm/adobe/utopia/putri7t.tfm + texmf-dist/fonts/tfm/adobe/utopia/putri8c.tfm + texmf-dist/fonts/tfm/adobe/utopia/putri8r.tfm + texmf-dist/fonts/tfm/adobe/utopia/putri8t.tfm + texmf-dist/fonts/tfm/adobe/utopia/putro7t.tfm + texmf-dist/fonts/tfm/adobe/utopia/putro8c.tfm + texmf-dist/fonts/tfm/adobe/utopia/putro8r.tfm + texmf-dist/fonts/tfm/adobe/utopia/putro8t.tfm + texmf-dist/fonts/type1/adobe/utopia/putb8a.pfb + texmf-dist/fonts/type1/adobe/utopia/putbi8a.pfb + texmf-dist/fonts/type1/adobe/utopia/putr8a.pfb + texmf-dist/fonts/type1/adobe/utopia/putri8a.pfb + texmf-dist/fonts/vf/adobe/utopia/putb7t.vf + texmf-dist/fonts/vf/adobe/utopia/putb8c.vf + texmf-dist/fonts/vf/adobe/utopia/putb8t.vf + texmf-dist/fonts/vf/adobe/utopia/putbc7t.vf + texmf-dist/fonts/vf/adobe/utopia/putbc8t.vf + texmf-dist/fonts/vf/adobe/utopia/putbi7t.vf + texmf-dist/fonts/vf/adobe/utopia/putbi8c.vf + texmf-dist/fonts/vf/adobe/utopia/putbi8t.vf + texmf-dist/fonts/vf/adobe/utopia/putbo7t.vf + texmf-dist/fonts/vf/adobe/utopia/putbo8c.vf + texmf-dist/fonts/vf/adobe/utopia/putbo8t.vf + texmf-dist/fonts/vf/adobe/utopia/putr7t.vf + texmf-dist/fonts/vf/adobe/utopia/putr8c.vf + texmf-dist/fonts/vf/adobe/utopia/putr8t.vf + texmf-dist/fonts/vf/adobe/utopia/putrc7t.vf + texmf-dist/fonts/vf/adobe/utopia/putrc8t.vf + texmf-dist/fonts/vf/adobe/utopia/putri7t.vf + texmf-dist/fonts/vf/adobe/utopia/putri8c.vf + texmf-dist/fonts/vf/adobe/utopia/putri8t.vf + texmf-dist/fonts/vf/adobe/utopia/putro7t.vf + texmf-dist/fonts/vf/adobe/utopia/putro8c.vf + texmf-dist/fonts/vf/adobe/utopia/putro8t.vf +catalogue-ctan /fonts/utopia +catalogue-date 2007-10-04 10:35:17 +0200 +catalogue-license other-free + +name uwthesis +category Package +revision 15878 +shortdesc University of Washington thesis class. +docfiles size=51 + texmf-dist/doc/latex/uwthesis/LICENSE + texmf-dist/doc/latex/uwthesis/README details="Readme" + texmf-dist/doc/latex/uwthesis/uwthesis.bib + texmf-dist/doc/latex/uwthesis/uwthesis.pdf details="Package documentation/example of use" + texmf-dist/doc/latex/uwthesis/uwthesis.tex +runfiles size=8 + texmf-dist/tex/latex/uwthesis/uwthesis.cls +catalogue-ctan /macros/latex/contrib/uwthesis +catalogue-date 2008-04-16 22:14:49 +0200 +catalogue-license other-free +catalogue-version 6.13 + +name vancouver +category Package +revision 15878 +shortdesc Bibliographic style file for Biomedical Journals. +longdesc This BibTeX style file is generated with the docstrip utility +longdesc and modified manually to meet the Uniform Requirements for +longdesc Manuscripts Submitted to Biomedical Journals as published in N +longdesc Engl J Med 1997;336:309-315 (also known as the Vancouver +longdesc style). The complete set of requirements may be viewed on the +longdesc ICMJE web site. +docfiles size=27 + texmf-dist/doc/bibtex/vancouver/README details="Readme" + texmf-dist/doc/bibtex/vancouver/vancouver.pdf details="Package documentation" + texmf-dist/doc/bibtex/vancouver/vancouver.tex +runfiles size=14 + texmf-dist/bibtex/bib/vancouver/vancouver.bib + texmf-dist/bibtex/bst/vancouver/vancouver.bst +catalogue-ctan /biblio/bibtex/contrib/vancouver +catalogue-date 2007-03-13 09:06:46 +0100 +catalogue-license gpl + +name variations +category Package +revision 15878 +shortdesc Typeset tables of variations of functions. +longdesc The package provides macros for typesetting tables showing +longdesc variations of functions according to French usage. These macros +longdesc may be used by both LaTeX and plain TeX users. +docfiles size=29 + texmf-dist/doc/generic/variations/ALIRE details="Package ALIRE" language="fr" + texmf-dist/doc/generic/variations/COPYING + texmf-dist/doc/generic/variations/README details="Package README" language="en" + texmf-dist/doc/generic/variations/docvariations.pdf details="Package documentation" language="fr" + texmf-dist/doc/generic/variations/docvariations.tex +runfiles size=2 + texmf-dist/tex/generic/variations/variations.sty + texmf-dist/tex/generic/variations/variations.tex +catalogue-ctan /macros/generic/variations +catalogue-date 2007-03-13 09:06:46 +0100 +catalogue-license gpl +catalogue-version 0.3 + +name varindex +category Package +revision 15878 +shortdesc Luxury frontend to the \index command. +longdesc Provides a convenient front-end for the \index command. For +longdesc example, with it you can generate multiple index entries in +longdesc almost any form by a single command. The package is highly +longdesc customizable, and works with all versions of LaTeX and probably +longdesc most other TeX formats. +docfiles size=99 + texmf-dist/doc/latex/varindex/README details="Readme" + texmf-dist/doc/latex/varindex/varindex.pdf details="Package documentation" + texmf-dist/doc/latex/varindex/varindex.tex + texmf-dist/doc/latex/varindex/varindex.txt +srcfiles size=51 + texmf-dist/source/latex/varindex/varindex.dtx + texmf-dist/source/latex/varindex/varindex.ins +runfiles size=8 + texmf-dist/tex/latex/varindex/varindex.sty +catalogue-ctan /macros/latex/contrib/varindex +catalogue-date 2008-02-29 19:54:55 +0100 +catalogue-license lppl +catalogue-version 1.20 + +name varisize +category Package +revision 15878 +shortdesc Change font size in Plain TeX. +longdesc A series of files, each of which defines a size-change macro. +longdesc Note that 10point.tex is by convention called by one of the +longdesc other files, so that there's always a "way back". +docfiles size=1 + texmf-dist/doc/plain/varisize/README +runfiles size=10 + texmf-dist/tex/plain/varisize/10point.tex + texmf-dist/tex/plain/varisize/10pointss.tex + texmf-dist/tex/plain/varisize/11point.tex + texmf-dist/tex/plain/varisize/12point.tex + texmf-dist/tex/plain/varisize/14point.tex + texmf-dist/tex/plain/varisize/17point.tex + texmf-dist/tex/plain/varisize/20point.tex + texmf-dist/tex/plain/varisize/7point.tex + texmf-dist/tex/plain/varisize/8point.tex + texmf-dist/tex/plain/varisize/9point.tex +catalogue-ctan /macros/plain/contrib/varisize +catalogue-date 2008-11-21 01:34:08 +0100 +catalogue-license pd + +name varsfromjobname +category Package +revision 15878 +shortdesc Extract variables from the name of the LaTeX file. +longdesc The package allows the user to extract information from the job +longdesc name, provided that the name has been structured appropriately: +longdesc the package expects the file name to consist of a set of words +longdesc separated by hyphens. +docfiles size=12 + texmf-dist/doc/latex/varsfromjobname/README details="Readme" + texmf-dist/doc/latex/varsfromjobname/varsfromjobname.pdf details="Package documentation" + texmf-dist/doc/latex/varsfromjobname/varsfromjobname.tex +runfiles size=1 + texmf-dist/tex/latex/varsfromjobname/varsfromjobname.sty +catalogue-ctan /macros/latex/contrib/varsfromjobname +catalogue-date 2009-01-12 09:20:39 +0100 +catalogue-license lppl +catalogue-version 0.5 + +name varwidth +category Package +revision 15878 +shortdesc A variable-width minipage. +longdesc The varwidth environment is superficially similar to minipage, +longdesc but the specified width is just a maximum value -- the box may +longdesc get a narrower "natural" width. +runfiles size=3 + texmf-dist/tex/latex/varwidth/varwidth.sty +catalogue-ctan /macros/latex/contrib/misc/varwidth.sty +catalogue-date 2009-04-09 13:03:56 +0200 +catalogue-license lppl +catalogue-version 0.92 + +name vaucanson-g +category Package +revision 15878 +shortdesc PSTricks macros for drawing automata +longdesc VauCanSon-G is a package that enables the user to draw automata +longdesc within texts written using LaTeX. The package macros make use +longdesc of commands of PStricks +docfiles size=108 + texmf-dist/doc/generic/vaucanson-g/CHANGES + texmf-dist/doc/generic/vaucanson-g/README details="Readme" + texmf-dist/doc/generic/vaucanson-g/VCManual-src/TwoStates.tex + texmf-dist/doc/generic/vaucanson-g/VCManual-src/VCManual.tex + texmf-dist/doc/generic/vaucanson-g/VCManual.pdf details="Package documentation" +runfiles size=19 + texmf-dist/tex/generic/vaucanson-g/VCColor-names.def + texmf-dist/tex/generic/vaucanson-g/VCPref-beamer.tex + texmf-dist/tex/generic/vaucanson-g/VCPref-default.tex + texmf-dist/tex/generic/vaucanson-g/VCPref-mystyle.tex + texmf-dist/tex/generic/vaucanson-g/VCPref-slides.tex + texmf-dist/tex/generic/vaucanson-g/Vaucanson-G.tex + texmf-dist/tex/generic/vaucanson-g/vaucanson-g.sty + texmf-dist/tex/generic/vaucanson-g/vaucanson.sty +catalogue-ctan /graphics/pstricks/contrib/vaucanson-g +catalogue-date 2008-10-30 09:45:25 +0100 +catalogue-license lppl +catalogue-version 0.4 + +name vector +category Package +revision 15878 +shortdesc LaTeX macros for vectors. +longdesc Macros for more convenient representation of vectors in LaTeX, +longdesc both symbolically and as implicit or explicit rows/columns of +longdesc elements. +docfiles size=45 + texmf-dist/doc/latex/vector/README details="Readme" + texmf-dist/doc/latex/vector/vector.pdf details="Package documentation" +srcfiles size=5 + texmf-dist/source/latex/vector/vector.drv + texmf-dist/source/latex/vector/vector.dtx + texmf-dist/source/latex/vector/vector.ins +runfiles size=1 + texmf-dist/tex/latex/vector/vector.sty +catalogue-ctan /macros/latex/contrib/vector +catalogue-date 2008-12-17 23:45:54 +0100 +catalogue-license noinfo +catalogue-version 1.0 + +name velthuis +category Package +revision 15878 +catalogue devanagari +shortdesc Typeset Devanagari. +longdesc Frans Velthuis' preprocessor for Devanagari text, and fonts and +longdesc macros to use when typesetting the processed text. The macros +longdesc provide features that support Sanskrit, Hindi, Marathi, Nepali, +longdesc and other languages typically printed in the Devanagari script. +longdesc The fonts are available both in Metafont and Type 1 format. +execute addMixedMap dvng.map +docfiles size=287 + texmf-dist/doc/generic/velthuis/README + texmf-dist/doc/generic/velthuis/captions.dn + texmf-dist/doc/generic/velthuis/changes + texmf-dist/doc/generic/velthuis/copying + texmf-dist/doc/generic/velthuis/examples.dn + texmf-dist/doc/generic/velthuis/examples.pdf + texmf-dist/doc/generic/velthuis/hindi.dtx + texmf-dist/doc/generic/velthuis/hindi.ins + texmf-dist/doc/generic/velthuis/hindi.pdf + texmf-dist/doc/generic/velthuis/manual.pdf + texmf-dist/doc/generic/velthuis/manual.tex + texmf-dist/doc/generic/velthuis/misspaal.dn + texmf-dist/doc/generic/velthuis/misspaal.pdf + texmf-dist/doc/generic/velthuis/vedasample.dn + texmf-dist/doc/generic/velthuis/vedasample.pdf + texmf-dist/doc/generic/velthuis/xetex-examples.pdf + texmf-dist/doc/generic/velthuis/xetex-examples.tex + texmf-dist/doc/generic/velthuis/xetex-misspaal.pdf + texmf-dist/doc/generic/velthuis/xetex-misspaal.tex +runfiles size=1548 + texmf-dist/fonts/afm/public/velthuis/dvnb10.afm + texmf-dist/fonts/afm/public/velthuis/dvnb8.afm + texmf-dist/fonts/afm/public/velthuis/dvnb9.afm + texmf-dist/fonts/afm/public/velthuis/dvnbb10.afm + texmf-dist/fonts/afm/public/velthuis/dvnbb8.afm + texmf-dist/fonts/afm/public/velthuis/dvnbb9.afm + texmf-dist/fonts/afm/public/velthuis/dvnbbi10.afm + texmf-dist/fonts/afm/public/velthuis/dvnbbi8.afm + texmf-dist/fonts/afm/public/velthuis/dvnbbi9.afm + texmf-dist/fonts/afm/public/velthuis/dvnbi10.afm + texmf-dist/fonts/afm/public/velthuis/dvnbi8.afm + texmf-dist/fonts/afm/public/velthuis/dvnbi9.afm + texmf-dist/fonts/afm/public/velthuis/dvnc10.afm + texmf-dist/fonts/afm/public/velthuis/dvnc8.afm + texmf-dist/fonts/afm/public/velthuis/dvnc9.afm + texmf-dist/fonts/afm/public/velthuis/dvncb10.afm + texmf-dist/fonts/afm/public/velthuis/dvncb8.afm + texmf-dist/fonts/afm/public/velthuis/dvncb9.afm + texmf-dist/fonts/afm/public/velthuis/dvncbi10.afm + texmf-dist/fonts/afm/public/velthuis/dvncbi8.afm + texmf-dist/fonts/afm/public/velthuis/dvncbi9.afm + texmf-dist/fonts/afm/public/velthuis/dvnci10.afm + texmf-dist/fonts/afm/public/velthuis/dvnci8.afm + texmf-dist/fonts/afm/public/velthuis/dvnci9.afm + texmf-dist/fonts/afm/public/velthuis/dvng10.afm + texmf-dist/fonts/afm/public/velthuis/dvng8.afm + texmf-dist/fonts/afm/public/velthuis/dvng9.afm + texmf-dist/fonts/afm/public/velthuis/dvngb10.afm + texmf-dist/fonts/afm/public/velthuis/dvngb8.afm + texmf-dist/fonts/afm/public/velthuis/dvngb9.afm + texmf-dist/fonts/afm/public/velthuis/dvngbi10.afm + texmf-dist/fonts/afm/public/velthuis/dvngbi8.afm + texmf-dist/fonts/afm/public/velthuis/dvngbi9.afm + texmf-dist/fonts/afm/public/velthuis/dvngi10.afm + texmf-dist/fonts/afm/public/velthuis/dvngi8.afm + texmf-dist/fonts/afm/public/velthuis/dvngi9.afm + texmf-dist/fonts/afm/public/velthuis/dvnn10.afm + texmf-dist/fonts/afm/public/velthuis/dvnn8.afm + texmf-dist/fonts/afm/public/velthuis/dvnn9.afm + texmf-dist/fonts/afm/public/velthuis/dvnnb10.afm + texmf-dist/fonts/afm/public/velthuis/dvnnb8.afm + texmf-dist/fonts/afm/public/velthuis/dvnnb9.afm + texmf-dist/fonts/afm/public/velthuis/dvnnbi10.afm + texmf-dist/fonts/afm/public/velthuis/dvnnbi8.afm + texmf-dist/fonts/afm/public/velthuis/dvnnbi9.afm + texmf-dist/fonts/afm/public/velthuis/dvnni10.afm + texmf-dist/fonts/afm/public/velthuis/dvnni8.afm + texmf-dist/fonts/afm/public/velthuis/dvnni9.afm + texmf-dist/fonts/afm/public/velthuis/dvpb10.afm + texmf-dist/fonts/afm/public/velthuis/dvpb8.afm + texmf-dist/fonts/afm/public/velthuis/dvpb9.afm + texmf-dist/fonts/afm/public/velthuis/dvpc10.afm + texmf-dist/fonts/afm/public/velthuis/dvpc8.afm + texmf-dist/fonts/afm/public/velthuis/dvpc9.afm + texmf-dist/fonts/afm/public/velthuis/dvpn10.afm + texmf-dist/fonts/afm/public/velthuis/dvpn8.afm + texmf-dist/fonts/afm/public/velthuis/dvpn9.afm + texmf-dist/fonts/afm/public/velthuis/dvpnn10.afm + texmf-dist/fonts/afm/public/velthuis/dvpnn8.afm + texmf-dist/fonts/afm/public/velthuis/dvpnn9.afm + texmf-dist/fonts/map/dvips/velthuis/dvng.map + texmf-dist/fonts/misc/xetex/fontmapping/velthuis/devanagarinumerals.map + texmf-dist/fonts/misc/xetex/fontmapping/velthuis/devanagarinumerals.tec + texmf-dist/fonts/misc/xetex/fontmapping/velthuis/velthuis-sanskrit.map + texmf-dist/fonts/misc/xetex/fontmapping/velthuis/velthuis-sanskrit.tec + texmf-dist/fonts/misc/xetex/fontmapping/velthuis/velthuis.map + texmf-dist/fonts/misc/xetex/fontmapping/velthuis/velthuis.tec + texmf-dist/fonts/source/public/velthuis/dnchars.mf + texmf-dist/fonts/source/public/velthuis/dndefs.mf + texmf-dist/fonts/source/public/velthuis/dngen.mf + texmf-dist/fonts/source/public/velthuis/dninit.mf + texmf-dist/fonts/source/public/velthuis/dvnb10.mf + texmf-dist/fonts/source/public/velthuis/dvnb8.mf + texmf-dist/fonts/source/public/velthuis/dvnb9.mf + texmf-dist/fonts/source/public/velthuis/dvnbb10.mf + texmf-dist/fonts/source/public/velthuis/dvnbb8.mf + texmf-dist/fonts/source/public/velthuis/dvnbb9.mf + texmf-dist/fonts/source/public/velthuis/dvnbbi10.mf + texmf-dist/fonts/source/public/velthuis/dvnbbi8.mf + texmf-dist/fonts/source/public/velthuis/dvnbbi9.mf + texmf-dist/fonts/source/public/velthuis/dvnbi10.mf + texmf-dist/fonts/source/public/velthuis/dvnbi8.mf + texmf-dist/fonts/source/public/velthuis/dvnbi9.mf + texmf-dist/fonts/source/public/velthuis/dvnc10.mf + texmf-dist/fonts/source/public/velthuis/dvnc8.mf + texmf-dist/fonts/source/public/velthuis/dvnc9.mf + texmf-dist/fonts/source/public/velthuis/dvncb10.mf + texmf-dist/fonts/source/public/velthuis/dvncb8.mf + texmf-dist/fonts/source/public/velthuis/dvncb9.mf + texmf-dist/fonts/source/public/velthuis/dvncbi10.mf + texmf-dist/fonts/source/public/velthuis/dvncbi8.mf + texmf-dist/fonts/source/public/velthuis/dvncbi9.mf + texmf-dist/fonts/source/public/velthuis/dvnci10.mf + texmf-dist/fonts/source/public/velthuis/dvnci8.mf + texmf-dist/fonts/source/public/velthuis/dvnci9.mf + texmf-dist/fonts/source/public/velthuis/dvng10.mf + texmf-dist/fonts/source/public/velthuis/dvng8.mf + texmf-dist/fonts/source/public/velthuis/dvng9.mf + texmf-dist/fonts/source/public/velthuis/dvngb10.mf + texmf-dist/fonts/source/public/velthuis/dvngb8.mf + texmf-dist/fonts/source/public/velthuis/dvngb9.mf + texmf-dist/fonts/source/public/velthuis/dvngbi10.mf + texmf-dist/fonts/source/public/velthuis/dvngbi8.mf + texmf-dist/fonts/source/public/velthuis/dvngbi9.mf + texmf-dist/fonts/source/public/velthuis/dvngi10.mf + texmf-dist/fonts/source/public/velthuis/dvngi8.mf + texmf-dist/fonts/source/public/velthuis/dvngi9.mf + texmf-dist/fonts/source/public/velthuis/dvnn10.mf + texmf-dist/fonts/source/public/velthuis/dvnn8.mf + texmf-dist/fonts/source/public/velthuis/dvnn9.mf + texmf-dist/fonts/source/public/velthuis/dvnnb10.mf + texmf-dist/fonts/source/public/velthuis/dvnnb8.mf + texmf-dist/fonts/source/public/velthuis/dvnnb9.mf + texmf-dist/fonts/source/public/velthuis/dvnnbi10.mf + texmf-dist/fonts/source/public/velthuis/dvnnbi8.mf + texmf-dist/fonts/source/public/velthuis/dvnnbi9.mf + texmf-dist/fonts/source/public/velthuis/dvnni10.mf + texmf-dist/fonts/source/public/velthuis/dvnni8.mf + texmf-dist/fonts/source/public/velthuis/dvnni9.mf + texmf-dist/fonts/source/public/velthuis/dvpb10.mf + texmf-dist/fonts/source/public/velthuis/dvpb8.mf + texmf-dist/fonts/source/public/velthuis/dvpb9.mf + texmf-dist/fonts/source/public/velthuis/dvpc10.mf + texmf-dist/fonts/source/public/velthuis/dvpc8.mf + texmf-dist/fonts/source/public/velthuis/dvpc9.mf + texmf-dist/fonts/source/public/velthuis/dvpn10.mf + texmf-dist/fonts/source/public/velthuis/dvpn8.mf + texmf-dist/fonts/source/public/velthuis/dvpn9.mf + texmf-dist/fonts/source/public/velthuis/dvpnn10.mf + texmf-dist/fonts/source/public/velthuis/dvpnn8.mf + texmf-dist/fonts/source/public/velthuis/dvpnn9.mf + texmf-dist/fonts/tfm/public/velthuis/dvnb10.tfm + texmf-dist/fonts/tfm/public/velthuis/dvnb8.tfm + texmf-dist/fonts/tfm/public/velthuis/dvnb9.tfm + texmf-dist/fonts/tfm/public/velthuis/dvnbb10.tfm + texmf-dist/fonts/tfm/public/velthuis/dvnbb8.tfm + texmf-dist/fonts/tfm/public/velthuis/dvnbb9.tfm + texmf-dist/fonts/tfm/public/velthuis/dvnbbi10.tfm + texmf-dist/fonts/tfm/public/velthuis/dvnbbi8.tfm + texmf-dist/fonts/tfm/public/velthuis/dvnbbi9.tfm + texmf-dist/fonts/tfm/public/velthuis/dvnbi10.tfm + texmf-dist/fonts/tfm/public/velthuis/dvnbi8.tfm + texmf-dist/fonts/tfm/public/velthuis/dvnbi9.tfm + texmf-dist/fonts/tfm/public/velthuis/dvnc10.tfm + texmf-dist/fonts/tfm/public/velthuis/dvnc8.tfm + texmf-dist/fonts/tfm/public/velthuis/dvnc9.tfm + texmf-dist/fonts/tfm/public/velthuis/dvncb10.tfm + texmf-dist/fonts/tfm/public/velthuis/dvncb8.tfm + texmf-dist/fonts/tfm/public/velthuis/dvncb9.tfm + texmf-dist/fonts/tfm/public/velthuis/dvncbi10.tfm + texmf-dist/fonts/tfm/public/velthuis/dvncbi8.tfm + texmf-dist/fonts/tfm/public/velthuis/dvncbi9.tfm + texmf-dist/fonts/tfm/public/velthuis/dvnci10.tfm + texmf-dist/fonts/tfm/public/velthuis/dvnci8.tfm + texmf-dist/fonts/tfm/public/velthuis/dvnci9.tfm + texmf-dist/fonts/tfm/public/velthuis/dvng10.tfm + texmf-dist/fonts/tfm/public/velthuis/dvng8.tfm + texmf-dist/fonts/tfm/public/velthuis/dvng9.tfm + texmf-dist/fonts/tfm/public/velthuis/dvngb10.tfm + texmf-dist/fonts/tfm/public/velthuis/dvngb8.tfm + texmf-dist/fonts/tfm/public/velthuis/dvngb9.tfm + texmf-dist/fonts/tfm/public/velthuis/dvngbi10.tfm + texmf-dist/fonts/tfm/public/velthuis/dvngbi8.tfm + texmf-dist/fonts/tfm/public/velthuis/dvngbi9.tfm + texmf-dist/fonts/tfm/public/velthuis/dvngi10.tfm + texmf-dist/fonts/tfm/public/velthuis/dvngi8.tfm + texmf-dist/fonts/tfm/public/velthuis/dvngi9.tfm + texmf-dist/fonts/tfm/public/velthuis/dvnn10.tfm + texmf-dist/fonts/tfm/public/velthuis/dvnn8.tfm + texmf-dist/fonts/tfm/public/velthuis/dvnn9.tfm + texmf-dist/fonts/tfm/public/velthuis/dvnnb10.tfm + texmf-dist/fonts/tfm/public/velthuis/dvnnb8.tfm + texmf-dist/fonts/tfm/public/velthuis/dvnnb9.tfm + texmf-dist/fonts/tfm/public/velthuis/dvnnbi10.tfm + texmf-dist/fonts/tfm/public/velthuis/dvnnbi8.tfm + texmf-dist/fonts/tfm/public/velthuis/dvnnbi9.tfm + texmf-dist/fonts/tfm/public/velthuis/dvnni10.tfm + texmf-dist/fonts/tfm/public/velthuis/dvnni8.tfm + texmf-dist/fonts/tfm/public/velthuis/dvnni9.tfm + texmf-dist/fonts/tfm/public/velthuis/dvpb10.tfm + texmf-dist/fonts/tfm/public/velthuis/dvpb8.tfm + texmf-dist/fonts/tfm/public/velthuis/dvpb9.tfm + texmf-dist/fonts/tfm/public/velthuis/dvpc10.tfm + texmf-dist/fonts/tfm/public/velthuis/dvpc8.tfm + texmf-dist/fonts/tfm/public/velthuis/dvpc9.tfm + texmf-dist/fonts/tfm/public/velthuis/dvpn10.tfm + texmf-dist/fonts/tfm/public/velthuis/dvpn8.tfm + texmf-dist/fonts/tfm/public/velthuis/dvpn9.tfm + texmf-dist/fonts/tfm/public/velthuis/dvpnn10.tfm + texmf-dist/fonts/tfm/public/velthuis/dvpnn8.tfm + texmf-dist/fonts/tfm/public/velthuis/dvpnn9.tfm + texmf-dist/fonts/type1/public/velthuis/dvnb10.pfb + texmf-dist/fonts/type1/public/velthuis/dvnb8.pfb + texmf-dist/fonts/type1/public/velthuis/dvnb9.pfb + texmf-dist/fonts/type1/public/velthuis/dvnbb10.pfb + texmf-dist/fonts/type1/public/velthuis/dvnbb8.pfb + texmf-dist/fonts/type1/public/velthuis/dvnbb9.pfb + texmf-dist/fonts/type1/public/velthuis/dvnbbi10.pfb + texmf-dist/fonts/type1/public/velthuis/dvnbbi8.pfb + texmf-dist/fonts/type1/public/velthuis/dvnbbi9.pfb + texmf-dist/fonts/type1/public/velthuis/dvnbi10.pfb + texmf-dist/fonts/type1/public/velthuis/dvnbi8.pfb + texmf-dist/fonts/type1/public/velthuis/dvnbi9.pfb + texmf-dist/fonts/type1/public/velthuis/dvnc10.pfb + texmf-dist/fonts/type1/public/velthuis/dvnc8.pfb + texmf-dist/fonts/type1/public/velthuis/dvnc9.pfb + texmf-dist/fonts/type1/public/velthuis/dvncb10.pfb + texmf-dist/fonts/type1/public/velthuis/dvncb8.pfb + texmf-dist/fonts/type1/public/velthuis/dvncb9.pfb + texmf-dist/fonts/type1/public/velthuis/dvncbi10.pfb + texmf-dist/fonts/type1/public/velthuis/dvncbi8.pfb + texmf-dist/fonts/type1/public/velthuis/dvncbi9.pfb + texmf-dist/fonts/type1/public/velthuis/dvnci10.pfb + texmf-dist/fonts/type1/public/velthuis/dvnci8.pfb + texmf-dist/fonts/type1/public/velthuis/dvnci9.pfb + texmf-dist/fonts/type1/public/velthuis/dvng10.pfb + texmf-dist/fonts/type1/public/velthuis/dvng8.pfb + texmf-dist/fonts/type1/public/velthuis/dvng9.pfb + texmf-dist/fonts/type1/public/velthuis/dvngb10.pfb + texmf-dist/fonts/type1/public/velthuis/dvngb8.pfb + texmf-dist/fonts/type1/public/velthuis/dvngb9.pfb + texmf-dist/fonts/type1/public/velthuis/dvngbi10.pfb + texmf-dist/fonts/type1/public/velthuis/dvngbi8.pfb + texmf-dist/fonts/type1/public/velthuis/dvngbi9.pfb + texmf-dist/fonts/type1/public/velthuis/dvngi10.pfb + texmf-dist/fonts/type1/public/velthuis/dvngi8.pfb + texmf-dist/fonts/type1/public/velthuis/dvngi9.pfb + texmf-dist/fonts/type1/public/velthuis/dvnn10.pfb + texmf-dist/fonts/type1/public/velthuis/dvnn8.pfb + texmf-dist/fonts/type1/public/velthuis/dvnn9.pfb + texmf-dist/fonts/type1/public/velthuis/dvnnb10.pfb + texmf-dist/fonts/type1/public/velthuis/dvnnb8.pfb + texmf-dist/fonts/type1/public/velthuis/dvnnb9.pfb + texmf-dist/fonts/type1/public/velthuis/dvnnbi10.pfb + texmf-dist/fonts/type1/public/velthuis/dvnnbi8.pfb + texmf-dist/fonts/type1/public/velthuis/dvnnbi9.pfb + texmf-dist/fonts/type1/public/velthuis/dvnni10.pfb + texmf-dist/fonts/type1/public/velthuis/dvnni8.pfb + texmf-dist/fonts/type1/public/velthuis/dvnni9.pfb + texmf-dist/fonts/type1/public/velthuis/dvpb10.pfb + texmf-dist/fonts/type1/public/velthuis/dvpb8.pfb + texmf-dist/fonts/type1/public/velthuis/dvpb9.pfb + texmf-dist/fonts/type1/public/velthuis/dvpc10.pfb + texmf-dist/fonts/type1/public/velthuis/dvpc8.pfb + texmf-dist/fonts/type1/public/velthuis/dvpc9.pfb + texmf-dist/fonts/type1/public/velthuis/dvpn10.pfb + texmf-dist/fonts/type1/public/velthuis/dvpn8.pfb + texmf-dist/fonts/type1/public/velthuis/dvpn9.pfb + texmf-dist/fonts/type1/public/velthuis/dvpnn10.pfb + texmf-dist/fonts/type1/public/velthuis/dvpnn8.pfb + texmf-dist/fonts/type1/public/velthuis/dvpnn9.pfb + texmf-dist/tex/generic/velthuis/hindi.ldf + texmf-dist/tex/generic/velthuis/hindi.sty + texmf-dist/tex/latex/velthuis/dev.sty + texmf-dist/tex/latex/velthuis/dev209.sty + texmf-dist/tex/latex/velthuis/devanagari.sty + texmf-dist/tex/latex/velthuis/dvngcite.sty + texmf-dist/tex/latex/velthuis/udn.fd + texmf-dist/tex/latex/velthuis/udnb.fd + texmf-dist/tex/latex/velthuis/udnc.fd + texmf-dist/tex/latex/velthuis/udnn.fd + texmf-dist/tex/latex/velthuis/udnp.fd + texmf-dist/tex/latex/velthuis/udnpb.fd + texmf-dist/tex/latex/velthuis/udnpc.fd + texmf-dist/tex/latex/velthuis/udnpn.fd + texmf-dist/tex/plain/velthuis/dnmacs.tex + texmf-dist/tex/xelatex/velthuis/hindicaptions.sty +catalogue-ctan /language/devanagari/velthuis +catalogue-date 2008-06-22 18:57:24 +0200 +catalogue-license gpl +catalogue-version 2.15 + +name venn +category Package +revision 15878 +shortdesc Creating Venn diagrams with MetaPost. +longdesc MetaPost macros for venn diagrams. +docfiles size=1 + texmf-dist/doc/metapost/venn/README +runfiles size=2 + texmf-dist/metapost/venn/venn.mp +catalogue-ctan /graphics/metapost/contrib/macros/venn/venn.mp +catalogue-date 2007-12-04 22:25:23 +0100 +catalogue-license lppl + +name venturisadf +category Package +revision 15878 +shortdesc Venturis ADF fonts collection. +longdesc Serif and sans serif complete text font families, in both Adobe +longdesc Type 1 and OpenType formats for publication. The family is +longdesc based on Utopia family, and has been modified and developed by +longdesc the Arkandis Digital foundry. Support for using the fonts, in +longdesc LaTeX, is also provided (and makes use of the nfssext-cfr +longdesc package). +execute addMap yv1.map +execute addMap yv2.map +execute addMap yv3.map +execute addMap yvo.map +execute addMap yvt.map +docfiles size=83 + texmf-dist/doc/fonts/venturisadf/LICENSE-utopia.txt + texmf-dist/doc/fonts/venturisadf/LIST-Venturis.txt + texmf-dist/doc/fonts/venturisadf/README details="Readme" + texmf-dist/doc/fonts/venturisadf/manifest.txt + texmf-dist/doc/fonts/venturisadf/venturisadf.pdf details="Documentation: installation and use" + texmf-dist/doc/fonts/venturisadf/venturisadf.tex +srcfiles size=40 + texmf-dist/source/fonts/venturisadf/lining.etx + texmf-dist/source/fonts/venturisadf/oldstyle.etx + texmf-dist/source/fonts/venturisadf/resetalt.mtx + texmf-dist/source/fonts/venturisadf/t1-cfr.etx + texmf-dist/source/fonts/venturisadf/t1-venturis.etx + texmf-dist/source/fonts/venturisadf/t1alt-cfr.etx + texmf-dist/source/fonts/venturisadf/t1j-venturis.etx + texmf-dist/source/fonts/venturisadf/ts1-euro.etx + texmf-dist/source/fonts/venturisadf/ucalt.etx + texmf-dist/source/fonts/venturisadf/yv1-drv.tex + texmf-dist/source/fonts/venturisadf/yv1-map.tex + texmf-dist/source/fonts/venturisadf/yv2-drv.tex + texmf-dist/source/fonts/venturisadf/yv2-map.tex + texmf-dist/source/fonts/venturisadf/yv3-drv.tex + texmf-dist/source/fonts/venturisadf/yv3-map.tex + texmf-dist/source/fonts/venturisadf/yvo-drv.tex + texmf-dist/source/fonts/venturisadf/yvo-map.tex + texmf-dist/source/fonts/venturisadf/yvt-drv.tex + texmf-dist/source/fonts/venturisadf/yvt-map.tex +runfiles size=3158 + texmf-dist/fonts/afm/arkandis/venturis/yvtb8a.afm + texmf-dist/fonts/afm/arkandis/venturis/yvtb8ac.afm + texmf-dist/fonts/afm/arkandis/venturis/yvtbc8a.afm + texmf-dist/fonts/afm/arkandis/venturis/yvtbc8ac.afm + texmf-dist/fonts/afm/arkandis/venturis/yvtbci8a.afm + texmf-dist/fonts/afm/arkandis/venturis/yvtbci8ac.afm + texmf-dist/fonts/afm/arkandis/venturis/yvtbd8ac.afm + texmf-dist/fonts/afm/arkandis/venturis/yvtbi8a.afm + texmf-dist/fonts/afm/arkandis/venturis/yvtbi8ac.afm + texmf-dist/fonts/afm/arkandis/venturis/yvth8a.afm + texmf-dist/fonts/afm/arkandis/venturis/yvthi8a.afm + texmf-dist/fonts/afm/arkandis/venturis/yvtr8a.afm + texmf-dist/fonts/afm/arkandis/venturis/yvtr8ac.afm + texmf-dist/fonts/afm/arkandis/venturis/yvtrc8a.afm + texmf-dist/fonts/afm/arkandis/venturis/yvtrc8ac.afm + texmf-dist/fonts/afm/arkandis/venturis/yvtrci8a.afm + texmf-dist/fonts/afm/arkandis/venturis/yvtrci8ac.afm + texmf-dist/fonts/afm/arkandis/venturis/yvtrdl8a.afm + texmf-dist/fonts/afm/arkandis/venturis/yvtri8a.afm + texmf-dist/fonts/afm/arkandis/venturis/yvtri8ac.afm + texmf-dist/fonts/afm/arkandis/venturis2/yv2b8a.afm + texmf-dist/fonts/afm/arkandis/venturis2/yv2b8ac.afm + texmf-dist/fonts/afm/arkandis/venturis2/yv2bi8a.afm + texmf-dist/fonts/afm/arkandis/venturis2/yv2bi8ac.afm + texmf-dist/fonts/afm/arkandis/venturis2/yv2m8a.afm + texmf-dist/fonts/afm/arkandis/venturis2/yv2mi8a.afm + texmf-dist/fonts/afm/arkandis/venturis2/yv2r8a.afm + texmf-dist/fonts/afm/arkandis/venturis2/yv2r8ac.afm + texmf-dist/fonts/afm/arkandis/venturis2/yv2ri8a.afm + texmf-dist/fonts/afm/arkandis/venturis2/yv2ri8ac.afm + texmf-dist/fonts/afm/arkandis/venturis2/yv2x8a.afm + texmf-dist/fonts/afm/arkandis/venturis2/yv2xi8a.afm + texmf-dist/fonts/afm/arkandis/venturisold/yvob8a.afm + texmf-dist/fonts/afm/arkandis/venturisold/yvobi8a.afm + texmf-dist/fonts/afm/arkandis/venturisold/yvodd8a.afm + texmf-dist/fonts/afm/arkandis/venturisold/yvor8a.afm + texmf-dist/fonts/afm/arkandis/venturisold/yvori8a.afm + texmf-dist/fonts/afm/arkandis/venturissans/yv1b8a.afm + texmf-dist/fonts/afm/arkandis/venturissans/yv1b8ac.afm + texmf-dist/fonts/afm/arkandis/venturissans/yv1b8ax.afm + texmf-dist/fonts/afm/arkandis/venturissans/yv1bd8a.afm + texmf-dist/fonts/afm/arkandis/venturissans/yv1bi8a.afm + texmf-dist/fonts/afm/arkandis/venturissans/yv1bi8ac.afm + texmf-dist/fonts/afm/arkandis/venturissans/yv1bi8ax.afm + texmf-dist/fonts/afm/arkandis/venturissans/yv1d8a.afm + texmf-dist/fonts/afm/arkandis/venturissans/yv1dd8au.afm + texmf-dist/fonts/afm/arkandis/venturissans/yv1di8a.afm + texmf-dist/fonts/afm/arkandis/venturissans/yv1h8a.afm + texmf-dist/fonts/afm/arkandis/venturissans/yv1ho8a.afm + texmf-dist/fonts/afm/arkandis/venturissans/yv1l8a.afm + texmf-dist/fonts/afm/arkandis/venturissans/yv1li8a.afm + texmf-dist/fonts/afm/arkandis/venturissans/yv1r8a.afm + texmf-dist/fonts/afm/arkandis/venturissans/yv1r8ac.afm + texmf-dist/fonts/afm/arkandis/venturissans/yv1r8ax.afm + texmf-dist/fonts/afm/arkandis/venturissans/yv1ri8a.afm + texmf-dist/fonts/afm/arkandis/venturissans/yv1ri8ac.afm + texmf-dist/fonts/afm/arkandis/venturissans/yv1ri8ax.afm + texmf-dist/fonts/afm/arkandis/venturissans2/yv3b8a.afm + texmf-dist/fonts/afm/arkandis/venturissans2/yv3b8ac.afm + texmf-dist/fonts/afm/arkandis/venturissans2/yv3b8ax.afm + texmf-dist/fonts/afm/arkandis/venturissans2/yv3bi8a.afm + texmf-dist/fonts/afm/arkandis/venturissans2/yv3bi8ac.afm + texmf-dist/fonts/afm/arkandis/venturissans2/yv3bi8ax.afm + texmf-dist/fonts/afm/arkandis/venturissans2/yv3r8a.afm + texmf-dist/fonts/afm/arkandis/venturissans2/yv3r8ac.afm + texmf-dist/fonts/afm/arkandis/venturissans2/yv3r8ax.afm + texmf-dist/fonts/afm/arkandis/venturissans2/yv3ri8a.afm + texmf-dist/fonts/afm/arkandis/venturissans2/yv3ri8ac.afm + texmf-dist/fonts/afm/arkandis/venturissans2/yv3ri8ax.afm + texmf-dist/fonts/enc/dvips/venturis/t1-cfr.enc + texmf-dist/fonts/enc/dvips/venturis/t1-venturis.enc + texmf-dist/fonts/enc/dvips/venturis/t1alt-cfr.enc + texmf-dist/fonts/enc/dvips/venturis/ts1-euro.enc + texmf-dist/fonts/map/dvips/venturis/yvt.map + texmf-dist/fonts/map/dvips/venturis2/yv2.map + texmf-dist/fonts/map/dvips/venturisold/yvo.map + texmf-dist/fonts/map/dvips/venturissans/yv1.map + texmf-dist/fonts/map/dvips/venturissans2/yv3.map + texmf-dist/fonts/opentype/arkandis/venturis/VenturisADF-Bold.otf + texmf-dist/fonts/opentype/arkandis/venturis/VenturisADF-BoldItalic.otf + texmf-dist/fonts/opentype/arkandis/venturis/VenturisADF-Italic.otf + texmf-dist/fonts/opentype/arkandis/venturis/VenturisADF-Regular.otf + texmf-dist/fonts/opentype/arkandis/venturis/VenturisADFCd-Bold.otf + texmf-dist/fonts/opentype/arkandis/venturis/VenturisADFCd-BoldItalic.otf + texmf-dist/fonts/opentype/arkandis/venturis/VenturisADFCd-Italic.otf + texmf-dist/fonts/opentype/arkandis/venturis/VenturisADFCd-Regular.otf + texmf-dist/fonts/opentype/arkandis/venturis/VenturisADFCdStyle-BdItalic.otf + texmf-dist/fonts/opentype/arkandis/venturis/VenturisADFCdStyle-Bold.otf + texmf-dist/fonts/opentype/arkandis/venturis/VenturisADFCdStyle-Italic.otf + texmf-dist/fonts/opentype/arkandis/venturis/VenturisADFCdStyle-Regular.otf + texmf-dist/fonts/opentype/arkandis/venturis/VenturisADFHeavy-Italic.otf + texmf-dist/fonts/opentype/arkandis/venturis/VenturisADFHeavy.otf + texmf-dist/fonts/opentype/arkandis/venturis/VenturisADFStyle-Bold.otf + texmf-dist/fonts/opentype/arkandis/venturis/VenturisADFStyle-BoldItalic.otf + texmf-dist/fonts/opentype/arkandis/venturis/VenturisADFStyle-Italic.otf + texmf-dist/fonts/opentype/arkandis/venturis/VenturisADFStyle-Regular.otf + texmf-dist/fonts/opentype/arkandis/venturis/VenturisADFTitlingNo2.otf + texmf-dist/fonts/opentype/arkandis/venturis/VenturisADFTitlingNo4.otf + texmf-dist/fonts/opentype/arkandis/venturis2/VenturisADFNo2-Bold.otf + texmf-dist/fonts/opentype/arkandis/venturis2/VenturisADFNo2-BoldItalic.otf + texmf-dist/fonts/opentype/arkandis/venturis2/VenturisADFNo2-Italic.otf + texmf-dist/fonts/opentype/arkandis/venturis2/VenturisADFNo2-Regular.otf + texmf-dist/fonts/opentype/arkandis/venturis2/VenturisADFNo2Cd-Bold.otf + texmf-dist/fonts/opentype/arkandis/venturis2/VenturisADFNo2Cd-BoldItalic.otf + texmf-dist/fonts/opentype/arkandis/venturis2/VenturisADFNo2Cd-Italic.otf + texmf-dist/fonts/opentype/arkandis/venturis2/VenturisADFNo2Cd-Regular.otf + texmf-dist/fonts/opentype/arkandis/venturis2/VenturisADFNo2Med-BdItalic.otf + texmf-dist/fonts/opentype/arkandis/venturis2/VenturisADFNo2Med-Bold.otf + texmf-dist/fonts/opentype/arkandis/venturis2/VenturisADFNo2Med-Italic.otf + texmf-dist/fonts/opentype/arkandis/venturis2/VenturisADFNo2Med-Regular.otf + texmf-dist/fonts/opentype/arkandis/venturisold/VenturisADFGothTitling.otf + texmf-dist/fonts/opentype/arkandis/venturisold/VenturisOldADF-Bold.otf + texmf-dist/fonts/opentype/arkandis/venturisold/VenturisOldADF-BoldItalic.otf + texmf-dist/fonts/opentype/arkandis/venturisold/VenturisOldADF-Italic.otf + texmf-dist/fonts/opentype/arkandis/venturisold/VenturisOldADF-Regular.otf + texmf-dist/fonts/opentype/arkandis/venturissans/VenturisADFTitlingNo1.otf + texmf-dist/fonts/opentype/arkandis/venturissans/VenturisADFTitlingNo3.otf + texmf-dist/fonts/opentype/arkandis/venturissans/VenturisSansADF-Bold.otf + texmf-dist/fonts/opentype/arkandis/venturissans/VenturisSansADF-BoldItalic.otf + texmf-dist/fonts/opentype/arkandis/venturissans/VenturisSansADF-Italic.otf + texmf-dist/fonts/opentype/arkandis/venturissans/VenturisSansADF-Regular.otf + texmf-dist/fonts/opentype/arkandis/venturissans/VenturisSansADFCd-BdItalic.otf + texmf-dist/fonts/opentype/arkandis/venturissans/VenturisSansADFCd-Bold.otf + texmf-dist/fonts/opentype/arkandis/venturissans/VenturisSansADFCd-Italic.otf + texmf-dist/fonts/opentype/arkandis/venturissans/VenturisSansADFCd-Regular.otf + texmf-dist/fonts/opentype/arkandis/venturissans/VenturisSansADFEx-BdItalic.otf + texmf-dist/fonts/opentype/arkandis/venturissans/VenturisSansADFEx-Bold.otf + texmf-dist/fonts/opentype/arkandis/venturissans/VenturisSansADFEx-Italic.otf + texmf-dist/fonts/opentype/arkandis/venturissans/VenturisSansADFEx-Regular.otf + texmf-dist/fonts/opentype/arkandis/venturissans/VenturisSansADFHeavy.otf + texmf-dist/fonts/opentype/arkandis/venturissans/VenturisSansADFHv-Oblique.otf + texmf-dist/fonts/opentype/arkandis/venturissans/VenturisSansADFLt-BdItalic.otf + texmf-dist/fonts/opentype/arkandis/venturissans/VenturisSansADFLt-Bold.otf + texmf-dist/fonts/opentype/arkandis/venturissans/VenturisSansADFLt-Italic.otf + texmf-dist/fonts/opentype/arkandis/venturissans/VenturisSansADFLt-Regular.otf + texmf-dist/fonts/opentype/arkandis/venturissans2/VenturisSansADFNo2-BdItalic.otf + texmf-dist/fonts/opentype/arkandis/venturissans2/VenturisSansADFNo2-Bold.otf + texmf-dist/fonts/opentype/arkandis/venturissans2/VenturisSansADFNo2-Italic.otf + texmf-dist/fonts/opentype/arkandis/venturissans2/VenturisSansADFNo2-Regular.otf + texmf-dist/fonts/opentype/arkandis/venturissans2/VenturisSansADFNo2Cd-BdItal.otf + texmf-dist/fonts/opentype/arkandis/venturissans2/VenturisSansADFNo2Cd-Bold.otf + texmf-dist/fonts/opentype/arkandis/venturissans2/VenturisSansADFNo2Cd-Italic.otf + texmf-dist/fonts/opentype/arkandis/venturissans2/VenturisSansADFNo2Cd-Rg.otf + texmf-dist/fonts/opentype/arkandis/venturissans2/VenturisSansADFNo2Ex-BdItal.otf + texmf-dist/fonts/opentype/arkandis/venturissans2/VenturisSansADFNo2Ex-Bold.otf + texmf-dist/fonts/opentype/arkandis/venturissans2/VenturisSansADFNo2Ex-Italic.otf + texmf-dist/fonts/opentype/arkandis/venturissans2/VenturisSansADFNo2Ex-Rg.otf + texmf-dist/fonts/tfm/arkandis/venturis/t1-yvtbc-c.tfm + texmf-dist/fonts/tfm/arkandis/venturis/t1-yvtbc.tfm + texmf-dist/fonts/tfm/arkandis/venturis/t1-yvtbci-c.tfm + texmf-dist/fonts/tfm/arkandis/venturis/t1-yvtbci.tfm + texmf-dist/fonts/tfm/arkandis/venturis/t1-yvtr.tfm + texmf-dist/fonts/tfm/arkandis/venturis/t1-yvtrc-c.tfm + texmf-dist/fonts/tfm/arkandis/venturis/t1-yvtrc.tfm + texmf-dist/fonts/tfm/arkandis/venturis/t1-yvtrci-c.tfm + texmf-dist/fonts/tfm/arkandis/venturis/t1-yvtrci.tfm + texmf-dist/fonts/tfm/arkandis/venturis/t1alt-yvtbc-c.tfm + texmf-dist/fonts/tfm/arkandis/venturis/t1alt-yvtbc.tfm + texmf-dist/fonts/tfm/arkandis/venturis/t1alt-yvtbci-c.tfm + texmf-dist/fonts/tfm/arkandis/venturis/t1alt-yvtbci.tfm + texmf-dist/fonts/tfm/arkandis/venturis/t1alt-yvtrc-c.tfm + texmf-dist/fonts/tfm/arkandis/venturis/t1alt-yvtrc.tfm + texmf-dist/fonts/tfm/arkandis/venturis/t1alt-yvtrci-c.tfm + texmf-dist/fonts/tfm/arkandis/venturis/t1alt-yvtrci.tfm + texmf-dist/fonts/tfm/arkandis/venturis/ts1-yvtbc-c.tfm + texmf-dist/fonts/tfm/arkandis/venturis/ts1-yvtbc.tfm + texmf-dist/fonts/tfm/arkandis/venturis/ts1-yvtbci-c.tfm + texmf-dist/fonts/tfm/arkandis/venturis/ts1-yvtbci.tfm + texmf-dist/fonts/tfm/arkandis/venturis/ts1-yvtr.tfm + texmf-dist/fonts/tfm/arkandis/venturis/ts1-yvtrc-c.tfm + texmf-dist/fonts/tfm/arkandis/venturis/ts1-yvtrc.tfm + texmf-dist/fonts/tfm/arkandis/venturis/ts1-yvtrci-c.tfm + texmf-dist/fonts/tfm/arkandis/venturis/ts1-yvtrci.tfm + texmf-dist/fonts/tfm/arkandis/venturis/vent-yvtr.tfm + texmf-dist/fonts/tfm/arkandis/venturis/yvtb8c.tfm + texmf-dist/fonts/tfm/arkandis/venturis/yvtb8cc.tfm + texmf-dist/fonts/tfm/arkandis/venturis/yvtb8r.tfm + texmf-dist/fonts/tfm/arkandis/venturis/yvtb8rc.tfm + texmf-dist/fonts/tfm/arkandis/venturis/yvtb8t.tfm + texmf-dist/fonts/tfm/arkandis/venturis/yvtb8tc.tfm + texmf-dist/fonts/tfm/arkandis/venturis/yvtbc8c.tfm + texmf-dist/fonts/tfm/arkandis/venturis/yvtbc8cc.tfm + texmf-dist/fonts/tfm/arkandis/venturis/yvtbc8t.tfm + texmf-dist/fonts/tfm/arkandis/venturis/yvtbc8tc.tfm + texmf-dist/fonts/tfm/arkandis/venturis/yvtbci8c.tfm + texmf-dist/fonts/tfm/arkandis/venturis/yvtbci8cc.tfm + texmf-dist/fonts/tfm/arkandis/venturis/yvtbci8t.tfm + texmf-dist/fonts/tfm/arkandis/venturis/yvtbci8tc.tfm + texmf-dist/fonts/tfm/arkandis/venturis/yvtbcij8t.tfm + texmf-dist/fonts/tfm/arkandis/venturis/yvtbcij8tc.tfm + texmf-dist/fonts/tfm/arkandis/venturis/yvtbcijw8t.tfm + texmf-dist/fonts/tfm/arkandis/venturis/yvtbcijw8tc.tfm + texmf-dist/fonts/tfm/arkandis/venturis/yvtbciw8t.tfm + texmf-dist/fonts/tfm/arkandis/venturis/yvtbciw8tc.tfm + texmf-dist/fonts/tfm/arkandis/venturis/yvtbcj8t.tfm + texmf-dist/fonts/tfm/arkandis/venturis/yvtbcj8tc.tfm + texmf-dist/fonts/tfm/arkandis/venturis/yvtbcjw8t.tfm + texmf-dist/fonts/tfm/arkandis/venturis/yvtbcjw8tc.tfm + texmf-dist/fonts/tfm/arkandis/venturis/yvtbcw8t.tfm + texmf-dist/fonts/tfm/arkandis/venturis/yvtbcw8tc.tfm + texmf-dist/fonts/tfm/arkandis/venturis/yvtbd8cc.tfm + texmf-dist/fonts/tfm/arkandis/venturis/yvtbd8rc.tfm + texmf-dist/fonts/tfm/arkandis/venturis/yvtbd8tc.tfm + texmf-dist/fonts/tfm/arkandis/venturis/yvtbi8c.tfm + texmf-dist/fonts/tfm/arkandis/venturis/yvtbi8cc.tfm + texmf-dist/fonts/tfm/arkandis/venturis/yvtbi8r.tfm + texmf-dist/fonts/tfm/arkandis/venturis/yvtbi8rc.tfm + texmf-dist/fonts/tfm/arkandis/venturis/yvtbi8t.tfm + texmf-dist/fonts/tfm/arkandis/venturis/yvtbi8tc.tfm + texmf-dist/fonts/tfm/arkandis/venturis/yvtbij8t.tfm + texmf-dist/fonts/tfm/arkandis/venturis/yvtbij8tc.tfm + texmf-dist/fonts/tfm/arkandis/venturis/yvtbijw8t.tfm + texmf-dist/fonts/tfm/arkandis/venturis/yvtbijw8tc.tfm + texmf-dist/fonts/tfm/arkandis/venturis/yvtbiw8t.tfm + texmf-dist/fonts/tfm/arkandis/venturis/yvtbiw8tc.tfm + texmf-dist/fonts/tfm/arkandis/venturis/yvtbj8t.tfm + texmf-dist/fonts/tfm/arkandis/venturis/yvtbj8tc.tfm + texmf-dist/fonts/tfm/arkandis/venturis/yvtbjw8t.tfm + texmf-dist/fonts/tfm/arkandis/venturis/yvtbjw8tc.tfm + texmf-dist/fonts/tfm/arkandis/venturis/yvtbw8t.tfm + texmf-dist/fonts/tfm/arkandis/venturis/yvtbw8tc.tfm + texmf-dist/fonts/tfm/arkandis/venturis/yvth8c.tfm + texmf-dist/fonts/tfm/arkandis/venturis/yvth8r.tfm + texmf-dist/fonts/tfm/arkandis/venturis/yvth8t.tfm + texmf-dist/fonts/tfm/arkandis/venturis/yvthi8c.tfm + texmf-dist/fonts/tfm/arkandis/venturis/yvthi8r.tfm + texmf-dist/fonts/tfm/arkandis/venturis/yvthi8t.tfm + texmf-dist/fonts/tfm/arkandis/venturis/yvtr8c.tfm + texmf-dist/fonts/tfm/arkandis/venturis/yvtr8cc.tfm + texmf-dist/fonts/tfm/arkandis/venturis/yvtr8rc.tfm + texmf-dist/fonts/tfm/arkandis/venturis/yvtr8t.tfm + texmf-dist/fonts/tfm/arkandis/venturis/yvtr8tc.tfm + texmf-dist/fonts/tfm/arkandis/venturis/yvtrajw8t.tfm + texmf-dist/fonts/tfm/arkandis/venturis/yvtraw8t.tfm + texmf-dist/fonts/tfm/arkandis/venturis/yvtrc8c.tfm + texmf-dist/fonts/tfm/arkandis/venturis/yvtrc8cc.tfm + texmf-dist/fonts/tfm/arkandis/venturis/yvtrc8t.tfm + texmf-dist/fonts/tfm/arkandis/venturis/yvtrc8tc.tfm + texmf-dist/fonts/tfm/arkandis/venturis/yvtrci8c.tfm + texmf-dist/fonts/tfm/arkandis/venturis/yvtrci8cc.tfm + texmf-dist/fonts/tfm/arkandis/venturis/yvtrci8t.tfm + texmf-dist/fonts/tfm/arkandis/venturis/yvtrci8tc.tfm + texmf-dist/fonts/tfm/arkandis/venturis/yvtrcij8t.tfm + texmf-dist/fonts/tfm/arkandis/venturis/yvtrcij8tc.tfm + texmf-dist/fonts/tfm/arkandis/venturis/yvtrcijw8t.tfm + texmf-dist/fonts/tfm/arkandis/venturis/yvtrcijw8tc.tfm + texmf-dist/fonts/tfm/arkandis/venturis/yvtrciw8t.tfm + texmf-dist/fonts/tfm/arkandis/venturis/yvtrciw8tc.tfm + texmf-dist/fonts/tfm/arkandis/venturis/yvtrcj8t.tfm + texmf-dist/fonts/tfm/arkandis/venturis/yvtrcj8tc.tfm + texmf-dist/fonts/tfm/arkandis/venturis/yvtrcjw8t.tfm + texmf-dist/fonts/tfm/arkandis/venturis/yvtrcjw8tc.tfm + texmf-dist/fonts/tfm/arkandis/venturis/yvtrcw8t.tfm + texmf-dist/fonts/tfm/arkandis/venturis/yvtrcw8tc.tfm + texmf-dist/fonts/tfm/arkandis/venturis/yvtrdl8c.tfm + texmf-dist/fonts/tfm/arkandis/venturis/yvtrdl8r.tfm + texmf-dist/fonts/tfm/arkandis/venturis/yvtrdl8t.tfm + texmf-dist/fonts/tfm/arkandis/venturis/yvtri8c.tfm + texmf-dist/fonts/tfm/arkandis/venturis/yvtri8cc.tfm + texmf-dist/fonts/tfm/arkandis/venturis/yvtri8r.tfm + texmf-dist/fonts/tfm/arkandis/venturis/yvtri8rc.tfm + texmf-dist/fonts/tfm/arkandis/venturis/yvtri8t.tfm + texmf-dist/fonts/tfm/arkandis/venturis/yvtri8tc.tfm + texmf-dist/fonts/tfm/arkandis/venturis/yvtrij8t.tfm + texmf-dist/fonts/tfm/arkandis/venturis/yvtrij8tc.tfm + texmf-dist/fonts/tfm/arkandis/venturis/yvtrijw8t.tfm + texmf-dist/fonts/tfm/arkandis/venturis/yvtrijw8tc.tfm + texmf-dist/fonts/tfm/arkandis/venturis/yvtriw8t.tfm + texmf-dist/fonts/tfm/arkandis/venturis/yvtriw8tc.tfm + texmf-dist/fonts/tfm/arkandis/venturis/yvtrj8t.tfm + texmf-dist/fonts/tfm/arkandis/venturis/yvtrj8tc.tfm + texmf-dist/fonts/tfm/arkandis/venturis/yvtrjw8t.tfm + texmf-dist/fonts/tfm/arkandis/venturis/yvtrjw8tc.tfm + texmf-dist/fonts/tfm/arkandis/venturis/yvtrw8t.tfm + texmf-dist/fonts/tfm/arkandis/venturis/yvtrw8tc.tfm + texmf-dist/fonts/tfm/arkandis/venturis2/yv2b8c.tfm + texmf-dist/fonts/tfm/arkandis/venturis2/yv2b8cc.tfm + texmf-dist/fonts/tfm/arkandis/venturis2/yv2b8r.tfm + texmf-dist/fonts/tfm/arkandis/venturis2/yv2b8rc.tfm + texmf-dist/fonts/tfm/arkandis/venturis2/yv2b8t.tfm + texmf-dist/fonts/tfm/arkandis/venturis2/yv2b8tc.tfm + texmf-dist/fonts/tfm/arkandis/venturis2/yv2bi8c.tfm + texmf-dist/fonts/tfm/arkandis/venturis2/yv2bi8cc.tfm + texmf-dist/fonts/tfm/arkandis/venturis2/yv2bi8r.tfm + texmf-dist/fonts/tfm/arkandis/venturis2/yv2bi8rc.tfm + texmf-dist/fonts/tfm/arkandis/venturis2/yv2bi8t.tfm + texmf-dist/fonts/tfm/arkandis/venturis2/yv2bi8tc.tfm + texmf-dist/fonts/tfm/arkandis/venturis2/yv2m8c.tfm + texmf-dist/fonts/tfm/arkandis/venturis2/yv2m8r.tfm + texmf-dist/fonts/tfm/arkandis/venturis2/yv2m8t.tfm + texmf-dist/fonts/tfm/arkandis/venturis2/yv2mi8c.tfm + texmf-dist/fonts/tfm/arkandis/venturis2/yv2mi8r.tfm + texmf-dist/fonts/tfm/arkandis/venturis2/yv2mi8t.tfm + texmf-dist/fonts/tfm/arkandis/venturis2/yv2r8c.tfm + texmf-dist/fonts/tfm/arkandis/venturis2/yv2r8cc.tfm + texmf-dist/fonts/tfm/arkandis/venturis2/yv2r8r.tfm + texmf-dist/fonts/tfm/arkandis/venturis2/yv2r8rc.tfm + texmf-dist/fonts/tfm/arkandis/venturis2/yv2r8t.tfm + texmf-dist/fonts/tfm/arkandis/venturis2/yv2r8tc.tfm + texmf-dist/fonts/tfm/arkandis/venturis2/yv2ri8c.tfm + texmf-dist/fonts/tfm/arkandis/venturis2/yv2ri8cc.tfm + texmf-dist/fonts/tfm/arkandis/venturis2/yv2ri8r.tfm + texmf-dist/fonts/tfm/arkandis/venturis2/yv2ri8rc.tfm + texmf-dist/fonts/tfm/arkandis/venturis2/yv2ri8t.tfm + texmf-dist/fonts/tfm/arkandis/venturis2/yv2ri8tc.tfm + texmf-dist/fonts/tfm/arkandis/venturis2/yv2x8c.tfm + texmf-dist/fonts/tfm/arkandis/venturis2/yv2x8r.tfm + texmf-dist/fonts/tfm/arkandis/venturis2/yv2x8t.tfm + texmf-dist/fonts/tfm/arkandis/venturis2/yv2xi8c.tfm + texmf-dist/fonts/tfm/arkandis/venturis2/yv2xi8r.tfm + texmf-dist/fonts/tfm/arkandis/venturis2/yv2xi8t.tfm + texmf-dist/fonts/tfm/arkandis/venturisold/yvob8c.tfm + texmf-dist/fonts/tfm/arkandis/venturisold/yvob8r.tfm + texmf-dist/fonts/tfm/arkandis/venturisold/yvob8t.tfm + texmf-dist/fonts/tfm/arkandis/venturisold/yvobi8c.tfm + texmf-dist/fonts/tfm/arkandis/venturisold/yvobi8r.tfm + texmf-dist/fonts/tfm/arkandis/venturisold/yvobi8t.tfm + texmf-dist/fonts/tfm/arkandis/venturisold/yvodd8c.tfm + texmf-dist/fonts/tfm/arkandis/venturisold/yvodd8r.tfm + texmf-dist/fonts/tfm/arkandis/venturisold/yvodd8t.tfm + texmf-dist/fonts/tfm/arkandis/venturisold/yvor8c.tfm + texmf-dist/fonts/tfm/arkandis/venturisold/yvor8r.tfm + texmf-dist/fonts/tfm/arkandis/venturisold/yvor8t.tfm + texmf-dist/fonts/tfm/arkandis/venturisold/yvori8c.tfm + texmf-dist/fonts/tfm/arkandis/venturisold/yvori8r.tfm + texmf-dist/fonts/tfm/arkandis/venturisold/yvori8t.tfm + texmf-dist/fonts/tfm/arkandis/venturissans/yv1b8c.tfm + texmf-dist/fonts/tfm/arkandis/venturissans/yv1b8cc.tfm + texmf-dist/fonts/tfm/arkandis/venturissans/yv1b8cx.tfm + texmf-dist/fonts/tfm/arkandis/venturissans/yv1b8r.tfm + texmf-dist/fonts/tfm/arkandis/venturissans/yv1b8rc.tfm + texmf-dist/fonts/tfm/arkandis/venturissans/yv1b8rx.tfm + texmf-dist/fonts/tfm/arkandis/venturissans/yv1b8t.tfm + texmf-dist/fonts/tfm/arkandis/venturissans/yv1b8tc.tfm + texmf-dist/fonts/tfm/arkandis/venturissans/yv1b8tx.tfm + texmf-dist/fonts/tfm/arkandis/venturissans/yv1bd8c.tfm + texmf-dist/fonts/tfm/arkandis/venturissans/yv1bd8r.tfm + texmf-dist/fonts/tfm/arkandis/venturissans/yv1bd8t.tfm + texmf-dist/fonts/tfm/arkandis/venturissans/yv1bi8c.tfm + texmf-dist/fonts/tfm/arkandis/venturissans/yv1bi8cc.tfm + texmf-dist/fonts/tfm/arkandis/venturissans/yv1bi8cx.tfm + texmf-dist/fonts/tfm/arkandis/venturissans/yv1bi8r.tfm + texmf-dist/fonts/tfm/arkandis/venturissans/yv1bi8rc.tfm + texmf-dist/fonts/tfm/arkandis/venturissans/yv1bi8rx.tfm + texmf-dist/fonts/tfm/arkandis/venturissans/yv1bi8t.tfm + texmf-dist/fonts/tfm/arkandis/venturissans/yv1bi8tc.tfm + texmf-dist/fonts/tfm/arkandis/venturissans/yv1bi8tx.tfm + texmf-dist/fonts/tfm/arkandis/venturissans/yv1d8c.tfm + texmf-dist/fonts/tfm/arkandis/venturissans/yv1d8r.tfm + texmf-dist/fonts/tfm/arkandis/venturissans/yv1d8t.tfm + texmf-dist/fonts/tfm/arkandis/venturissans/yv1dd8cu.tfm + texmf-dist/fonts/tfm/arkandis/venturissans/yv1dd8ru.tfm + texmf-dist/fonts/tfm/arkandis/venturissans/yv1dd8tu.tfm + texmf-dist/fonts/tfm/arkandis/venturissans/yv1di8c.tfm + texmf-dist/fonts/tfm/arkandis/venturissans/yv1di8r.tfm + texmf-dist/fonts/tfm/arkandis/venturissans/yv1di8t.tfm + texmf-dist/fonts/tfm/arkandis/venturissans/yv1h8c.tfm + texmf-dist/fonts/tfm/arkandis/venturissans/yv1h8r.tfm + texmf-dist/fonts/tfm/arkandis/venturissans/yv1h8t.tfm + texmf-dist/fonts/tfm/arkandis/venturissans/yv1ho8c.tfm + texmf-dist/fonts/tfm/arkandis/venturissans/yv1ho8r.tfm + texmf-dist/fonts/tfm/arkandis/venturissans/yv1ho8t.tfm + texmf-dist/fonts/tfm/arkandis/venturissans/yv1l8c.tfm + texmf-dist/fonts/tfm/arkandis/venturissans/yv1l8r.tfm + texmf-dist/fonts/tfm/arkandis/venturissans/yv1l8t.tfm + texmf-dist/fonts/tfm/arkandis/venturissans/yv1li8c.tfm + texmf-dist/fonts/tfm/arkandis/venturissans/yv1li8r.tfm + texmf-dist/fonts/tfm/arkandis/venturissans/yv1li8t.tfm + texmf-dist/fonts/tfm/arkandis/venturissans/yv1r8c.tfm + texmf-dist/fonts/tfm/arkandis/venturissans/yv1r8cc.tfm + texmf-dist/fonts/tfm/arkandis/venturissans/yv1r8cx.tfm + texmf-dist/fonts/tfm/arkandis/venturissans/yv1r8r.tfm + texmf-dist/fonts/tfm/arkandis/venturissans/yv1r8rc.tfm + texmf-dist/fonts/tfm/arkandis/venturissans/yv1r8rx.tfm + texmf-dist/fonts/tfm/arkandis/venturissans/yv1r8t.tfm + texmf-dist/fonts/tfm/arkandis/venturissans/yv1r8tc.tfm + texmf-dist/fonts/tfm/arkandis/venturissans/yv1r8tx.tfm + texmf-dist/fonts/tfm/arkandis/venturissans/yv1ri8c.tfm + texmf-dist/fonts/tfm/arkandis/venturissans/yv1ri8cc.tfm + texmf-dist/fonts/tfm/arkandis/venturissans/yv1ri8cx.tfm + texmf-dist/fonts/tfm/arkandis/venturissans/yv1ri8r.tfm + texmf-dist/fonts/tfm/arkandis/venturissans/yv1ri8rc.tfm + texmf-dist/fonts/tfm/arkandis/venturissans/yv1ri8rx.tfm + texmf-dist/fonts/tfm/arkandis/venturissans/yv1ri8t.tfm + texmf-dist/fonts/tfm/arkandis/venturissans/yv1ri8tc.tfm + texmf-dist/fonts/tfm/arkandis/venturissans/yv1ri8tx.tfm + texmf-dist/fonts/tfm/arkandis/venturissans2/yv3b8c.tfm + texmf-dist/fonts/tfm/arkandis/venturissans2/yv3b8cc.tfm + texmf-dist/fonts/tfm/arkandis/venturissans2/yv3b8cx.tfm + texmf-dist/fonts/tfm/arkandis/venturissans2/yv3b8r.tfm + texmf-dist/fonts/tfm/arkandis/venturissans2/yv3b8rc.tfm + texmf-dist/fonts/tfm/arkandis/venturissans2/yv3b8rx.tfm + texmf-dist/fonts/tfm/arkandis/venturissans2/yv3b8t.tfm + texmf-dist/fonts/tfm/arkandis/venturissans2/yv3b8tc.tfm + texmf-dist/fonts/tfm/arkandis/venturissans2/yv3b8tx.tfm + texmf-dist/fonts/tfm/arkandis/venturissans2/yv3bi8c.tfm + texmf-dist/fonts/tfm/arkandis/venturissans2/yv3bi8cc.tfm + texmf-dist/fonts/tfm/arkandis/venturissans2/yv3bi8cx.tfm + texmf-dist/fonts/tfm/arkandis/venturissans2/yv3bi8r.tfm + texmf-dist/fonts/tfm/arkandis/venturissans2/yv3bi8rc.tfm + texmf-dist/fonts/tfm/arkandis/venturissans2/yv3bi8rx.tfm + texmf-dist/fonts/tfm/arkandis/venturissans2/yv3bi8t.tfm + texmf-dist/fonts/tfm/arkandis/venturissans2/yv3bi8tc.tfm + texmf-dist/fonts/tfm/arkandis/venturissans2/yv3bi8tx.tfm + texmf-dist/fonts/tfm/arkandis/venturissans2/yv3r8c.tfm + texmf-dist/fonts/tfm/arkandis/venturissans2/yv3r8cc.tfm + texmf-dist/fonts/tfm/arkandis/venturissans2/yv3r8cx.tfm + texmf-dist/fonts/tfm/arkandis/venturissans2/yv3r8r.tfm + texmf-dist/fonts/tfm/arkandis/venturissans2/yv3r8rc.tfm + texmf-dist/fonts/tfm/arkandis/venturissans2/yv3r8rx.tfm + texmf-dist/fonts/tfm/arkandis/venturissans2/yv3r8t.tfm + texmf-dist/fonts/tfm/arkandis/venturissans2/yv3r8tc.tfm + texmf-dist/fonts/tfm/arkandis/venturissans2/yv3r8tx.tfm + texmf-dist/fonts/tfm/arkandis/venturissans2/yv3ri8c.tfm + texmf-dist/fonts/tfm/arkandis/venturissans2/yv3ri8cc.tfm + texmf-dist/fonts/tfm/arkandis/venturissans2/yv3ri8cx.tfm + texmf-dist/fonts/tfm/arkandis/venturissans2/yv3ri8r.tfm + texmf-dist/fonts/tfm/arkandis/venturissans2/yv3ri8rc.tfm + texmf-dist/fonts/tfm/arkandis/venturissans2/yv3ri8rx.tfm + texmf-dist/fonts/tfm/arkandis/venturissans2/yv3ri8t.tfm + texmf-dist/fonts/tfm/arkandis/venturissans2/yv3ri8tc.tfm + texmf-dist/fonts/tfm/arkandis/venturissans2/yv3ri8tx.tfm + texmf-dist/fonts/type1/arkandis/venturis/yvtb8a.pfb + texmf-dist/fonts/type1/arkandis/venturis/yvtb8a.pfm + texmf-dist/fonts/type1/arkandis/venturis/yvtb8ac.pfb + texmf-dist/fonts/type1/arkandis/venturis/yvtb8ac.pfm + texmf-dist/fonts/type1/arkandis/venturis/yvtbc8a.pfb + texmf-dist/fonts/type1/arkandis/venturis/yvtbc8a.pfm + texmf-dist/fonts/type1/arkandis/venturis/yvtbc8ac.pfb + texmf-dist/fonts/type1/arkandis/venturis/yvtbc8ac.pfm + texmf-dist/fonts/type1/arkandis/venturis/yvtbci8a.pfb + texmf-dist/fonts/type1/arkandis/venturis/yvtbci8a.pfm + texmf-dist/fonts/type1/arkandis/venturis/yvtbci8ac.pfb + texmf-dist/fonts/type1/arkandis/venturis/yvtbci8ac.pfm + texmf-dist/fonts/type1/arkandis/venturis/yvtbd8ac.pfb + texmf-dist/fonts/type1/arkandis/venturis/yvtbd8ac.pfm + texmf-dist/fonts/type1/arkandis/venturis/yvtbi8a.pfb + texmf-dist/fonts/type1/arkandis/venturis/yvtbi8a.pfm + texmf-dist/fonts/type1/arkandis/venturis/yvtbi8ac.pfb + texmf-dist/fonts/type1/arkandis/venturis/yvtbi8ac.pfm + texmf-dist/fonts/type1/arkandis/venturis/yvth8a.pfb + texmf-dist/fonts/type1/arkandis/venturis/yvth8a.pfm + texmf-dist/fonts/type1/arkandis/venturis/yvthi8a.pfb + texmf-dist/fonts/type1/arkandis/venturis/yvthi8a.pfm + texmf-dist/fonts/type1/arkandis/venturis/yvtr8a.pfb + texmf-dist/fonts/type1/arkandis/venturis/yvtr8a.pfm + texmf-dist/fonts/type1/arkandis/venturis/yvtr8ac.pfb + texmf-dist/fonts/type1/arkandis/venturis/yvtr8ac.pfm + texmf-dist/fonts/type1/arkandis/venturis/yvtrc8a.pfb + texmf-dist/fonts/type1/arkandis/venturis/yvtrc8a.pfm + texmf-dist/fonts/type1/arkandis/venturis/yvtrc8ac.pfb + texmf-dist/fonts/type1/arkandis/venturis/yvtrc8ac.pfm + texmf-dist/fonts/type1/arkandis/venturis/yvtrci8a.pfb + texmf-dist/fonts/type1/arkandis/venturis/yvtrci8a.pfm + texmf-dist/fonts/type1/arkandis/venturis/yvtrci8ac.pfb + texmf-dist/fonts/type1/arkandis/venturis/yvtrci8ac.pfm + texmf-dist/fonts/type1/arkandis/venturis/yvtrdl8a.pfb + texmf-dist/fonts/type1/arkandis/venturis/yvtrdl8a.pfm + texmf-dist/fonts/type1/arkandis/venturis/yvtri8a.pfb + texmf-dist/fonts/type1/arkandis/venturis/yvtri8a.pfm + texmf-dist/fonts/type1/arkandis/venturis/yvtri8ac.pfb + texmf-dist/fonts/type1/arkandis/venturis/yvtri8ac.pfm + texmf-dist/fonts/type1/arkandis/venturis2/yv2b8a.pfb + texmf-dist/fonts/type1/arkandis/venturis2/yv2b8a.pfm + texmf-dist/fonts/type1/arkandis/venturis2/yv2b8ac.pfb + texmf-dist/fonts/type1/arkandis/venturis2/yv2b8ac.pfm + texmf-dist/fonts/type1/arkandis/venturis2/yv2bi8a.pfb + texmf-dist/fonts/type1/arkandis/venturis2/yv2bi8a.pfm + texmf-dist/fonts/type1/arkandis/venturis2/yv2bi8ac.pfb + texmf-dist/fonts/type1/arkandis/venturis2/yv2bi8ac.pfm + texmf-dist/fonts/type1/arkandis/venturis2/yv2m8a.pfb + texmf-dist/fonts/type1/arkandis/venturis2/yv2m8a.pfm + texmf-dist/fonts/type1/arkandis/venturis2/yv2mi8a.pfb + texmf-dist/fonts/type1/arkandis/venturis2/yv2mi8a.pfm + texmf-dist/fonts/type1/arkandis/venturis2/yv2r8a.pfb + texmf-dist/fonts/type1/arkandis/venturis2/yv2r8a.pfm + texmf-dist/fonts/type1/arkandis/venturis2/yv2r8ac.pfb + texmf-dist/fonts/type1/arkandis/venturis2/yv2r8ac.pfm + texmf-dist/fonts/type1/arkandis/venturis2/yv2ri8a.pfb + texmf-dist/fonts/type1/arkandis/venturis2/yv2ri8a.pfm + texmf-dist/fonts/type1/arkandis/venturis2/yv2ri8ac.pfb + texmf-dist/fonts/type1/arkandis/venturis2/yv2ri8ac.pfm + texmf-dist/fonts/type1/arkandis/venturis2/yv2x8a.pfb + texmf-dist/fonts/type1/arkandis/venturis2/yv2x8a.pfm + texmf-dist/fonts/type1/arkandis/venturis2/yv2xi8a.pfb + texmf-dist/fonts/type1/arkandis/venturis2/yv2xi8a.pfm + texmf-dist/fonts/type1/arkandis/venturisold/yvob8a.pfb + texmf-dist/fonts/type1/arkandis/venturisold/yvob8a.pfm + texmf-dist/fonts/type1/arkandis/venturisold/yvobi8a.pfb + texmf-dist/fonts/type1/arkandis/venturisold/yvobi8a.pfm + texmf-dist/fonts/type1/arkandis/venturisold/yvodd8a.pfb + texmf-dist/fonts/type1/arkandis/venturisold/yvodd8a.pfm + texmf-dist/fonts/type1/arkandis/venturisold/yvor8a.pfb + texmf-dist/fonts/type1/arkandis/venturisold/yvor8a.pfm + texmf-dist/fonts/type1/arkandis/venturisold/yvori8a.pfb + texmf-dist/fonts/type1/arkandis/venturisold/yvori8a.pfm + texmf-dist/fonts/type1/arkandis/venturissans/yv1b8a.pfb + texmf-dist/fonts/type1/arkandis/venturissans/yv1b8a.pfm + texmf-dist/fonts/type1/arkandis/venturissans/yv1b8ac.pfb + texmf-dist/fonts/type1/arkandis/venturissans/yv1b8ac.pfm + texmf-dist/fonts/type1/arkandis/venturissans/yv1b8ax.pfb + texmf-dist/fonts/type1/arkandis/venturissans/yv1b8ax.pfm + texmf-dist/fonts/type1/arkandis/venturissans/yv1bd8a.pfb + texmf-dist/fonts/type1/arkandis/venturissans/yv1bd8a.pfm + texmf-dist/fonts/type1/arkandis/venturissans/yv1bi8a.pfb + texmf-dist/fonts/type1/arkandis/venturissans/yv1bi8a.pfm + texmf-dist/fonts/type1/arkandis/venturissans/yv1bi8ac.pfb + texmf-dist/fonts/type1/arkandis/venturissans/yv1bi8ac.pfm + texmf-dist/fonts/type1/arkandis/venturissans/yv1bi8ax.pfb + texmf-dist/fonts/type1/arkandis/venturissans/yv1bi8ax.pfm + texmf-dist/fonts/type1/arkandis/venturissans/yv1d8a.pfb + texmf-dist/fonts/type1/arkandis/venturissans/yv1d8a.pfm + texmf-dist/fonts/type1/arkandis/venturissans/yv1dd8au.pfb + texmf-dist/fonts/type1/arkandis/venturissans/yv1dd8au.pfm + texmf-dist/fonts/type1/arkandis/venturissans/yv1di8a.pfb + texmf-dist/fonts/type1/arkandis/venturissans/yv1di8a.pfm + texmf-dist/fonts/type1/arkandis/venturissans/yv1h8a.pfb + texmf-dist/fonts/type1/arkandis/venturissans/yv1h8a.pfm + texmf-dist/fonts/type1/arkandis/venturissans/yv1ho8a.pfb + texmf-dist/fonts/type1/arkandis/venturissans/yv1ho8a.pfm + texmf-dist/fonts/type1/arkandis/venturissans/yv1l8a.pfb + texmf-dist/fonts/type1/arkandis/venturissans/yv1l8a.pfm + texmf-dist/fonts/type1/arkandis/venturissans/yv1li8a.pfb + texmf-dist/fonts/type1/arkandis/venturissans/yv1li8a.pfm + texmf-dist/fonts/type1/arkandis/venturissans/yv1r8a.pfb + texmf-dist/fonts/type1/arkandis/venturissans/yv1r8a.pfm + texmf-dist/fonts/type1/arkandis/venturissans/yv1r8ac.pfb + texmf-dist/fonts/type1/arkandis/venturissans/yv1r8ac.pfm + texmf-dist/fonts/type1/arkandis/venturissans/yv1r8ax.pfb + texmf-dist/fonts/type1/arkandis/venturissans/yv1r8ax.pfm + texmf-dist/fonts/type1/arkandis/venturissans/yv1ri8a.pfb + texmf-dist/fonts/type1/arkandis/venturissans/yv1ri8a.pfm + texmf-dist/fonts/type1/arkandis/venturissans/yv1ri8ac.pfb + texmf-dist/fonts/type1/arkandis/venturissans/yv1ri8ac.pfm + texmf-dist/fonts/type1/arkandis/venturissans/yv1ri8ax.pfb + texmf-dist/fonts/type1/arkandis/venturissans/yv1ri8ax.pfm + texmf-dist/fonts/type1/arkandis/venturissans2/yv3b8a.pfb + texmf-dist/fonts/type1/arkandis/venturissans2/yv3b8a.pfm + texmf-dist/fonts/type1/arkandis/venturissans2/yv3b8ac.pfb + texmf-dist/fonts/type1/arkandis/venturissans2/yv3b8ac.pfm + texmf-dist/fonts/type1/arkandis/venturissans2/yv3b8ax.pfb + texmf-dist/fonts/type1/arkandis/venturissans2/yv3b8ax.pfm + texmf-dist/fonts/type1/arkandis/venturissans2/yv3bi8a.pfb + texmf-dist/fonts/type1/arkandis/venturissans2/yv3bi8a.pfm + texmf-dist/fonts/type1/arkandis/venturissans2/yv3bi8ac.pfb + texmf-dist/fonts/type1/arkandis/venturissans2/yv3bi8ac.pfm + texmf-dist/fonts/type1/arkandis/venturissans2/yv3bi8ax.pfb + texmf-dist/fonts/type1/arkandis/venturissans2/yv3bi8ax.pfm + texmf-dist/fonts/type1/arkandis/venturissans2/yv3r8a.pfb + texmf-dist/fonts/type1/arkandis/venturissans2/yv3r8a.pfm + texmf-dist/fonts/type1/arkandis/venturissans2/yv3r8ac.pfb + texmf-dist/fonts/type1/arkandis/venturissans2/yv3r8ac.pfm + texmf-dist/fonts/type1/arkandis/venturissans2/yv3r8ax.pfb + texmf-dist/fonts/type1/arkandis/venturissans2/yv3r8ax.pfm + texmf-dist/fonts/type1/arkandis/venturissans2/yv3ri8a.pfb + texmf-dist/fonts/type1/arkandis/venturissans2/yv3ri8a.pfm + texmf-dist/fonts/type1/arkandis/venturissans2/yv3ri8ac.pfb + texmf-dist/fonts/type1/arkandis/venturissans2/yv3ri8ac.pfm + texmf-dist/fonts/type1/arkandis/venturissans2/yv3ri8ax.pfb + texmf-dist/fonts/type1/arkandis/venturissans2/yv3ri8ax.pfm + texmf-dist/fonts/vf/arkandis/venturis/yvtb8c.vf + texmf-dist/fonts/vf/arkandis/venturis/yvtb8cc.vf + texmf-dist/fonts/vf/arkandis/venturis/yvtb8t.vf + texmf-dist/fonts/vf/arkandis/venturis/yvtb8tc.vf + texmf-dist/fonts/vf/arkandis/venturis/yvtbc8c.vf + texmf-dist/fonts/vf/arkandis/venturis/yvtbc8cc.vf + texmf-dist/fonts/vf/arkandis/venturis/yvtbc8t.vf + texmf-dist/fonts/vf/arkandis/venturis/yvtbc8tc.vf + texmf-dist/fonts/vf/arkandis/venturis/yvtbci8c.vf + texmf-dist/fonts/vf/arkandis/venturis/yvtbci8cc.vf + texmf-dist/fonts/vf/arkandis/venturis/yvtbci8t.vf + texmf-dist/fonts/vf/arkandis/venturis/yvtbci8tc.vf + texmf-dist/fonts/vf/arkandis/venturis/yvtbcij8t.vf + texmf-dist/fonts/vf/arkandis/venturis/yvtbcij8tc.vf + texmf-dist/fonts/vf/arkandis/venturis/yvtbcijw8t.vf + texmf-dist/fonts/vf/arkandis/venturis/yvtbcijw8tc.vf + texmf-dist/fonts/vf/arkandis/venturis/yvtbciw8t.vf + texmf-dist/fonts/vf/arkandis/venturis/yvtbciw8tc.vf + texmf-dist/fonts/vf/arkandis/venturis/yvtbcj8t.vf + texmf-dist/fonts/vf/arkandis/venturis/yvtbcj8tc.vf + texmf-dist/fonts/vf/arkandis/venturis/yvtbcjw8t.vf + texmf-dist/fonts/vf/arkandis/venturis/yvtbcjw8tc.vf + texmf-dist/fonts/vf/arkandis/venturis/yvtbcw8t.vf + texmf-dist/fonts/vf/arkandis/venturis/yvtbcw8tc.vf + texmf-dist/fonts/vf/arkandis/venturis/yvtbd8cc.vf + texmf-dist/fonts/vf/arkandis/venturis/yvtbd8tc.vf + texmf-dist/fonts/vf/arkandis/venturis/yvtbi8c.vf + texmf-dist/fonts/vf/arkandis/venturis/yvtbi8cc.vf + texmf-dist/fonts/vf/arkandis/venturis/yvtbi8t.vf + texmf-dist/fonts/vf/arkandis/venturis/yvtbi8tc.vf + texmf-dist/fonts/vf/arkandis/venturis/yvtbij8t.vf + texmf-dist/fonts/vf/arkandis/venturis/yvtbij8tc.vf + texmf-dist/fonts/vf/arkandis/venturis/yvtbijw8t.vf + texmf-dist/fonts/vf/arkandis/venturis/yvtbijw8tc.vf + texmf-dist/fonts/vf/arkandis/venturis/yvtbiw8t.vf + texmf-dist/fonts/vf/arkandis/venturis/yvtbiw8tc.vf + texmf-dist/fonts/vf/arkandis/venturis/yvtbj8t.vf + texmf-dist/fonts/vf/arkandis/venturis/yvtbj8tc.vf + texmf-dist/fonts/vf/arkandis/venturis/yvtbjw8t.vf + texmf-dist/fonts/vf/arkandis/venturis/yvtbjw8tc.vf + texmf-dist/fonts/vf/arkandis/venturis/yvtbw8t.vf + texmf-dist/fonts/vf/arkandis/venturis/yvtbw8tc.vf + texmf-dist/fonts/vf/arkandis/venturis/yvth8c.vf + texmf-dist/fonts/vf/arkandis/venturis/yvth8t.vf + texmf-dist/fonts/vf/arkandis/venturis/yvthi8c.vf + texmf-dist/fonts/vf/arkandis/venturis/yvthi8t.vf + texmf-dist/fonts/vf/arkandis/venturis/yvtr8c.vf + texmf-dist/fonts/vf/arkandis/venturis/yvtr8cc.vf + texmf-dist/fonts/vf/arkandis/venturis/yvtr8t.vf + texmf-dist/fonts/vf/arkandis/venturis/yvtr8tc.vf + texmf-dist/fonts/vf/arkandis/venturis/yvtrajw8t.vf + texmf-dist/fonts/vf/arkandis/venturis/yvtraw8t.vf + texmf-dist/fonts/vf/arkandis/venturis/yvtrc8c.vf + texmf-dist/fonts/vf/arkandis/venturis/yvtrc8cc.vf + texmf-dist/fonts/vf/arkandis/venturis/yvtrc8t.vf + texmf-dist/fonts/vf/arkandis/venturis/yvtrc8tc.vf + texmf-dist/fonts/vf/arkandis/venturis/yvtrci8c.vf + texmf-dist/fonts/vf/arkandis/venturis/yvtrci8cc.vf + texmf-dist/fonts/vf/arkandis/venturis/yvtrci8t.vf + texmf-dist/fonts/vf/arkandis/venturis/yvtrci8tc.vf + texmf-dist/fonts/vf/arkandis/venturis/yvtrcij8t.vf + texmf-dist/fonts/vf/arkandis/venturis/yvtrcij8tc.vf + texmf-dist/fonts/vf/arkandis/venturis/yvtrcijw8t.vf + texmf-dist/fonts/vf/arkandis/venturis/yvtrcijw8tc.vf + texmf-dist/fonts/vf/arkandis/venturis/yvtrciw8t.vf + texmf-dist/fonts/vf/arkandis/venturis/yvtrciw8tc.vf + texmf-dist/fonts/vf/arkandis/venturis/yvtrcj8t.vf + texmf-dist/fonts/vf/arkandis/venturis/yvtrcj8tc.vf + texmf-dist/fonts/vf/arkandis/venturis/yvtrcjw8t.vf + texmf-dist/fonts/vf/arkandis/venturis/yvtrcjw8tc.vf + texmf-dist/fonts/vf/arkandis/venturis/yvtrcw8t.vf + texmf-dist/fonts/vf/arkandis/venturis/yvtrcw8tc.vf + texmf-dist/fonts/vf/arkandis/venturis/yvtrdl8c.vf + texmf-dist/fonts/vf/arkandis/venturis/yvtrdl8t.vf + texmf-dist/fonts/vf/arkandis/venturis/yvtri8c.vf + texmf-dist/fonts/vf/arkandis/venturis/yvtri8cc.vf + texmf-dist/fonts/vf/arkandis/venturis/yvtri8t.vf + texmf-dist/fonts/vf/arkandis/venturis/yvtri8tc.vf + texmf-dist/fonts/vf/arkandis/venturis/yvtrij8t.vf + texmf-dist/fonts/vf/arkandis/venturis/yvtrij8tc.vf + texmf-dist/fonts/vf/arkandis/venturis/yvtrijw8t.vf + texmf-dist/fonts/vf/arkandis/venturis/yvtrijw8tc.vf + texmf-dist/fonts/vf/arkandis/venturis/yvtriw8t.vf + texmf-dist/fonts/vf/arkandis/venturis/yvtriw8tc.vf + texmf-dist/fonts/vf/arkandis/venturis/yvtrj8t.vf + texmf-dist/fonts/vf/arkandis/venturis/yvtrj8tc.vf + texmf-dist/fonts/vf/arkandis/venturis/yvtrjw8t.vf + texmf-dist/fonts/vf/arkandis/venturis/yvtrjw8tc.vf + texmf-dist/fonts/vf/arkandis/venturis/yvtrw8t.vf + texmf-dist/fonts/vf/arkandis/venturis/yvtrw8tc.vf + texmf-dist/fonts/vf/arkandis/venturis2/yv2b8c.vf + texmf-dist/fonts/vf/arkandis/venturis2/yv2b8cc.vf + texmf-dist/fonts/vf/arkandis/venturis2/yv2b8t.vf + texmf-dist/fonts/vf/arkandis/venturis2/yv2b8tc.vf + texmf-dist/fonts/vf/arkandis/venturis2/yv2bi8c.vf + texmf-dist/fonts/vf/arkandis/venturis2/yv2bi8cc.vf + texmf-dist/fonts/vf/arkandis/venturis2/yv2bi8t.vf + texmf-dist/fonts/vf/arkandis/venturis2/yv2bi8tc.vf + texmf-dist/fonts/vf/arkandis/venturis2/yv2m8c.vf + texmf-dist/fonts/vf/arkandis/venturis2/yv2m8t.vf + texmf-dist/fonts/vf/arkandis/venturis2/yv2mi8c.vf + texmf-dist/fonts/vf/arkandis/venturis2/yv2mi8t.vf + texmf-dist/fonts/vf/arkandis/venturis2/yv2r8c.vf + texmf-dist/fonts/vf/arkandis/venturis2/yv2r8cc.vf + texmf-dist/fonts/vf/arkandis/venturis2/yv2r8t.vf + texmf-dist/fonts/vf/arkandis/venturis2/yv2r8tc.vf + texmf-dist/fonts/vf/arkandis/venturis2/yv2ri8c.vf + texmf-dist/fonts/vf/arkandis/venturis2/yv2ri8cc.vf + texmf-dist/fonts/vf/arkandis/venturis2/yv2ri8t.vf + texmf-dist/fonts/vf/arkandis/venturis2/yv2ri8tc.vf + texmf-dist/fonts/vf/arkandis/venturis2/yv2x8c.vf + texmf-dist/fonts/vf/arkandis/venturis2/yv2x8t.vf + texmf-dist/fonts/vf/arkandis/venturis2/yv2xi8c.vf + texmf-dist/fonts/vf/arkandis/venturis2/yv2xi8t.vf + texmf-dist/fonts/vf/arkandis/venturisold/yvob8c.vf + texmf-dist/fonts/vf/arkandis/venturisold/yvob8t.vf + texmf-dist/fonts/vf/arkandis/venturisold/yvobi8c.vf + texmf-dist/fonts/vf/arkandis/venturisold/yvobi8t.vf + texmf-dist/fonts/vf/arkandis/venturisold/yvodd8c.vf + texmf-dist/fonts/vf/arkandis/venturisold/yvodd8t.vf + texmf-dist/fonts/vf/arkandis/venturisold/yvor8c.vf + texmf-dist/fonts/vf/arkandis/venturisold/yvor8t.vf + texmf-dist/fonts/vf/arkandis/venturisold/yvori8c.vf + texmf-dist/fonts/vf/arkandis/venturisold/yvori8t.vf + texmf-dist/fonts/vf/arkandis/venturissans/yv1b8c.vf + texmf-dist/fonts/vf/arkandis/venturissans/yv1b8cc.vf + texmf-dist/fonts/vf/arkandis/venturissans/yv1b8cx.vf + texmf-dist/fonts/vf/arkandis/venturissans/yv1b8t.vf + texmf-dist/fonts/vf/arkandis/venturissans/yv1b8tc.vf + texmf-dist/fonts/vf/arkandis/venturissans/yv1b8tx.vf + texmf-dist/fonts/vf/arkandis/venturissans/yv1bd8c.vf + texmf-dist/fonts/vf/arkandis/venturissans/yv1bd8t.vf + texmf-dist/fonts/vf/arkandis/venturissans/yv1bi8c.vf + texmf-dist/fonts/vf/arkandis/venturissans/yv1bi8cc.vf + texmf-dist/fonts/vf/arkandis/venturissans/yv1bi8cx.vf + texmf-dist/fonts/vf/arkandis/venturissans/yv1bi8t.vf + texmf-dist/fonts/vf/arkandis/venturissans/yv1bi8tc.vf + texmf-dist/fonts/vf/arkandis/venturissans/yv1bi8tx.vf + texmf-dist/fonts/vf/arkandis/venturissans/yv1d8c.vf + texmf-dist/fonts/vf/arkandis/venturissans/yv1d8t.vf + texmf-dist/fonts/vf/arkandis/venturissans/yv1dd8cu.vf + texmf-dist/fonts/vf/arkandis/venturissans/yv1dd8tu.vf + texmf-dist/fonts/vf/arkandis/venturissans/yv1di8c.vf + texmf-dist/fonts/vf/arkandis/venturissans/yv1di8t.vf + texmf-dist/fonts/vf/arkandis/venturissans/yv1h8c.vf + texmf-dist/fonts/vf/arkandis/venturissans/yv1h8t.vf + texmf-dist/fonts/vf/arkandis/venturissans/yv1ho8c.vf + texmf-dist/fonts/vf/arkandis/venturissans/yv1ho8t.vf + texmf-dist/fonts/vf/arkandis/venturissans/yv1l8c.vf + texmf-dist/fonts/vf/arkandis/venturissans/yv1l8t.vf + texmf-dist/fonts/vf/arkandis/venturissans/yv1li8c.vf + texmf-dist/fonts/vf/arkandis/venturissans/yv1li8t.vf + texmf-dist/fonts/vf/arkandis/venturissans/yv1r8c.vf + texmf-dist/fonts/vf/arkandis/venturissans/yv1r8cc.vf + texmf-dist/fonts/vf/arkandis/venturissans/yv1r8cx.vf + texmf-dist/fonts/vf/arkandis/venturissans/yv1r8t.vf + texmf-dist/fonts/vf/arkandis/venturissans/yv1r8tc.vf + texmf-dist/fonts/vf/arkandis/venturissans/yv1r8tx.vf + texmf-dist/fonts/vf/arkandis/venturissans/yv1ri8c.vf + texmf-dist/fonts/vf/arkandis/venturissans/yv1ri8cc.vf + texmf-dist/fonts/vf/arkandis/venturissans/yv1ri8cx.vf + texmf-dist/fonts/vf/arkandis/venturissans/yv1ri8t.vf + texmf-dist/fonts/vf/arkandis/venturissans/yv1ri8tc.vf + texmf-dist/fonts/vf/arkandis/venturissans/yv1ri8tx.vf + texmf-dist/fonts/vf/arkandis/venturissans2/yv3b8c.vf + texmf-dist/fonts/vf/arkandis/venturissans2/yv3b8cc.vf + texmf-dist/fonts/vf/arkandis/venturissans2/yv3b8cx.vf + texmf-dist/fonts/vf/arkandis/venturissans2/yv3b8t.vf + texmf-dist/fonts/vf/arkandis/venturissans2/yv3b8tc.vf + texmf-dist/fonts/vf/arkandis/venturissans2/yv3b8tx.vf + texmf-dist/fonts/vf/arkandis/venturissans2/yv3bi8c.vf + texmf-dist/fonts/vf/arkandis/venturissans2/yv3bi8cc.vf + texmf-dist/fonts/vf/arkandis/venturissans2/yv3bi8cx.vf + texmf-dist/fonts/vf/arkandis/venturissans2/yv3bi8t.vf + texmf-dist/fonts/vf/arkandis/venturissans2/yv3bi8tc.vf + texmf-dist/fonts/vf/arkandis/venturissans2/yv3bi8tx.vf + texmf-dist/fonts/vf/arkandis/venturissans2/yv3r8c.vf + texmf-dist/fonts/vf/arkandis/venturissans2/yv3r8cc.vf + texmf-dist/fonts/vf/arkandis/venturissans2/yv3r8cx.vf + texmf-dist/fonts/vf/arkandis/venturissans2/yv3r8t.vf + texmf-dist/fonts/vf/arkandis/venturissans2/yv3r8tc.vf + texmf-dist/fonts/vf/arkandis/venturissans2/yv3r8tx.vf + texmf-dist/fonts/vf/arkandis/venturissans2/yv3ri8c.vf + texmf-dist/fonts/vf/arkandis/venturissans2/yv3ri8cc.vf + texmf-dist/fonts/vf/arkandis/venturissans2/yv3ri8cx.vf + texmf-dist/fonts/vf/arkandis/venturissans2/yv3ri8t.vf + texmf-dist/fonts/vf/arkandis/venturissans2/yv3ri8tc.vf + texmf-dist/fonts/vf/arkandis/venturissans2/yv3ri8tx.vf + texmf-dist/tex/latex/venturis/t1yvt.fd + texmf-dist/tex/latex/venturis/t1yvtajw.fd + texmf-dist/tex/latex/venturis/t1yvtaw.fd + texmf-dist/tex/latex/venturis/t1yvtd.fd + texmf-dist/tex/latex/venturis/t1yvtj.fd + texmf-dist/tex/latex/venturis/t1yvtjw.fd + texmf-dist/tex/latex/venturis/t1yvtw.fd + texmf-dist/tex/latex/venturis/ts1yvt.fd + texmf-dist/tex/latex/venturis/ts1yvtajw.fd + texmf-dist/tex/latex/venturis/ts1yvtaw.fd + texmf-dist/tex/latex/venturis/ts1yvtd.fd + texmf-dist/tex/latex/venturis/ts1yvtj.fd + texmf-dist/tex/latex/venturis/ts1yvtjw.fd + texmf-dist/tex/latex/venturis/ts1yvtw.fd + texmf-dist/tex/latex/venturis2/t1yv2.fd + texmf-dist/tex/latex/venturis2/ts1yv2.fd + texmf-dist/tex/latex/venturisadf/venturis.sty + texmf-dist/tex/latex/venturisadf/venturis2.sty + texmf-dist/tex/latex/venturisadf/venturisold.sty + texmf-dist/tex/latex/venturisold/t1yvo.fd + texmf-dist/tex/latex/venturisold/t1yvod.fd + texmf-dist/tex/latex/venturisold/ts1yvo.fd + texmf-dist/tex/latex/venturisold/ts1yvod.fd + texmf-dist/tex/latex/venturissans/t1yv1.fd + texmf-dist/tex/latex/venturissans/t1yv1d.fd + texmf-dist/tex/latex/venturissans/ts1yv1.fd + texmf-dist/tex/latex/venturissans/ts1yv1d.fd + texmf-dist/tex/latex/venturissans2/t1yv3.fd + texmf-dist/tex/latex/venturissans2/ts1yv3.fd +catalogue-ctan /fonts/venturisadf +catalogue-date 2009-03-14 13:37:48 +0100 +catalogue-license other-free +catalogue-version 1.004 + +name verbatimbox +category Package +revision 15878 +shortdesc Deposit verbatim text in a box. +longdesc The package provides a verbbox environment (which uses +longdesc techniques similar to those of the boxedverbatim of the +longdesc moreverb package) to place its contents into a globally +longdesc available box. The global box may then be used in a variety of +longdesc situations (for example, providing a replica of the +longdesc boxedverbatim environment itself). A valuable use is in places +longdesc where the standard verbatim environment (which is based on a +longdesc trivlist) may not appear. The package makes use of the verbatim +longdesc package (which is a required part of any LaTeX distribution). +docfiles size=10 + texmf-dist/doc/latex/verbatimbox/README details="Readme" + texmf-dist/doc/latex/verbatimbox/verbatimbox_example.pdf details="Example of use" + texmf-dist/doc/latex/verbatimbox/verbatimbox_example.tex +runfiles size=1 + texmf-dist/tex/latex/verbatimbox/verbatimbox.sty +catalogue-ctan /macros/latex/contrib/verbatimbox +catalogue-date 2009-10-11 01:33:30 +0200 +catalogue-license lppl +catalogue-version 1.0 + +name verbatimcopy +category Package +revision 15878 +shortdesc Make copies of text documents from within LaTeX. +longdesc This package provides \VerbatimCopy{in}{out} that will enable +longdesc LaTeX to take a verbatim copy of one text file, and save it +longdesc under another name. The package provides a means to specify the +longdesc output directory to be used, but does no checking and may +longdesc therefore overwrite an important file if used injudiciously. +docfiles size=46 + texmf-dist/doc/latex/verbatimcopy/README details="Readme" + texmf-dist/doc/latex/verbatimcopy/verbatimcopy.pdf details="Package documentation" + texmf-dist/doc/latex/verbatimcopy/verbatimcopy.tex +runfiles size=2 + texmf-dist/tex/latex/verbatimcopy/verbatimcopy.sty +catalogue-ctan /macros/latex/contrib/verbatimcopy +catalogue-date 2009-06-02 14:54:30 +0200 +catalogue-license lppl +catalogue-version 0.06 + +name verse +category Package +revision 15878 +shortdesc Aids for typesetting simple verse. +longdesc The package documentation discusses approaches to the problem; +longdesc the package is strong on layout, from simple alternate-line +longdesc indentation to the Mouse's tale from Alice in Wonderland. +docfiles size=68 + texmf-dist/doc/latex/verse/README details="Readme" + texmf-dist/doc/latex/verse/verse.pdf details="Package documentation" +srcfiles size=15 + texmf-dist/source/latex/verse/verse.dtx + texmf-dist/source/latex/verse/verse.ins +runfiles size=3 + texmf-dist/tex/latex/verse/verse.sty +catalogue-ctan /macros/latex/contrib/verse +catalogue-date 2009-09-04 12:14:45 +0200 +catalogue-license lppl +catalogue-version 2.4 + +name version +category Package +revision 15878 +shortdesc Conditionally include text. +longdesc Defines macros \includeversion{NAME} and \excludeversion{NAME}, +longdesc each of which defines an environment NAME whose text is to be +longdesc included or excluded from compilation. Although the command +longdesc syntax is very similar to that of comment, comment.sty is to be +longdesc preferred to version.sty for documents where significant chunks +longdesc of text may be excluded. +runfiles size=2 + texmf-dist/tex/latex/version/version.sty +catalogue-ctan /macros/latex/contrib/misc/version.sty +catalogue-date 2009-09-16 10:48:30 +0200 +catalogue-license other-free +catalogue-version 2.0 + +name versions +category Package +revision 15878 +shortdesc Optionally omit pieces of text. +longdesc Stephan Bellantoni's version has provided preamble commands for +longdesc selecting environments to be included/excluded. This package +longdesc does the same, but corrects, improves, and extends it in both +longdesc implementation and function. +runfiles size=4 + texmf-dist/tex/latex/versions/versions.sty +catalogue-ctan /macros/latex/contrib/versions/versions.sty +catalogue-date 2009-09-27 12:18:28 +0200 +catalogue-license lppl1.3 +catalogue-version 0.55 + +name vertbars +category Package +revision 15878 +shortdesc Mark vertical rules in margin of text. +longdesc This package is an extension to lineno, replacing that +longdesc package's line numbers with bars to the left or right of the +longdesc text. +runfiles size=1 + texmf-dist/tex/latex/vertbars/vertbars.sty +catalogue-ctan /macros/latex/contrib/misc/vertbars.sty +catalogue-date 2009-09-06 21:46:07 +0200 +catalogue-license lppl1.3 +catalogue-version 1.0a + +name vertex +category Package +revision 15878 +shortdesc Styles for economics working papers and journals. +docfiles size=36 + texmf-dist/doc/plain/vertex/READ.ME details="Readme" + texmf-dist/doc/plain/vertex/files.lst + texmf-dist/doc/plain/vertex/fntest.tex + texmf-dist/doc/plain/vertex/jepcont.tex + texmf-dist/doc/plain/vertex/test.tex + texmf-dist/doc/plain/vertex/twocol.tex + texmf-dist/doc/plain/vertex/users.lst + texmf-dist/doc/plain/vertex/vertest.tex + texmf-dist/doc/plain/vertex/vertex.doc + texmf-dist/doc/plain/vertex/vertex.hst + texmf-dist/doc/plain/vertex/vertex.pdf details="Package documentation" +runfiles size=19 + texmf-dist/tex/plain/vertex/aer.sty + texmf-dist/tex/plain/vertex/ecnmet.sty + texmf-dist/tex/plain/vertex/jep.sty + texmf-dist/tex/plain/vertex/jet.sty + texmf-dist/tex/plain/vertex/jpe.sty + texmf-dist/tex/plain/vertex/ppt.sty + texmf-dist/tex/plain/vertex/qje.sty + texmf-dist/tex/plain/vertex/restud.sty + texmf-dist/tex/plain/vertex/vertex.tex +catalogue-ctan /macros/plain/contrib/vertex +catalogue-date 2008-12-18 21:05:49 +0100 +catalogue-license noinfo + +name vhistory +category Package +revision 15878 +shortdesc Support for creating a change log. +longdesc Vhistory simplifies the creation of a history of versions of a +longdesc document. You can easily extract information like the current +longdesc version of a list of authors from that history. It helps you to +longdesc get consistent documents. The package sets, which is used by +longdesc vhistory, allows you to use sets containing text. You can use +longdesc the usual operations to create the union of sets or the +longdesc intersection of sets etc. +docfiles size=93 + texmf-dist/doc/latex/vhistory/CHANGES + texmf-dist/doc/latex/vhistory/README details="Readme" + texmf-dist/doc/latex/vhistory/README.doc + texmf-dist/doc/latex/vhistory/de_beispiel.tex + texmf-dist/doc/latex/vhistory/de_einleitung.tex + texmf-dist/doc/latex/vhistory/de_sets.tex + texmf-dist/doc/latex/vhistory/de_vhistory.tex + texmf-dist/doc/latex/vhistory/en_example.tex + texmf-dist/doc/latex/vhistory/en_introduction.tex + texmf-dist/doc/latex/vhistory/en_sets.tex + texmf-dist/doc/latex/vhistory/en_vhistory.tex + texmf-dist/doc/latex/vhistory/hyperref.cfg + texmf-dist/doc/latex/vhistory/vh_set_example.pdf + texmf-dist/doc/latex/vhistory/vh_set_example.tex + texmf-dist/doc/latex/vhistory/vh_sets_de.pdf + texmf-dist/doc/latex/vhistory/vh_sets_de.tex + texmf-dist/doc/latex/vhistory/vh_sets_en.pdf + texmf-dist/doc/latex/vhistory/vh_sets_en.tex +runfiles size=8 + texmf-dist/tex/latex/vhistory/sets.sty + texmf-dist/tex/latex/vhistory/vhistory.sty +catalogue-ctan /macros/latex/contrib/vhistory +catalogue-date 2009-03-01 23:56:04 +0100 +catalogue-license lppl +catalogue-version 1.4 + +name visualfaq +category Package +revision 15878 +shortdesc A Visual LaTeX FAQ. +longdesc Having trouble finding the answer to a LaTeX question? The +longdesc Visual LaTeX FAQ is an innovative new search interface that +longdesc presents over a hundred typeset samples of frequently requested +longdesc document formatting. Simply click on a hyperlinked piece of +longdesc text and the Visual LaTeX FAQ will send your Web browser to the +longdesc appropriate page in the UK TeX FAQ. +docfiles size=618 + texmf-dist/doc/latex/visualfaq/README + texmf-dist/doc/latex/visualfaq/source/README.TXT + texmf-dist/doc/latex/visualfaq/source/anotherarticle.pdf + texmf-dist/doc/latex/visualfaq/source/book-montage.png + texmf-dist/doc/latex/visualfaq/source/fuzzytext.png + texmf-dist/doc/latex/visualfaq/source/labelgraph.pdf + texmf-dist/doc/latex/visualfaq/source/lorem-ipsum-logo.png + texmf-dist/doc/latex/visualfaq/source/musixtex.png + texmf-dist/doc/latex/visualfaq/source/troubleshoot-vlf.tex + texmf-dist/doc/latex/visualfaq/source/visfaq-html.png + texmf-dist/doc/latex/visualfaq/source/visualFAQ.ind + texmf-dist/doc/latex/visualfaq/source/visualFAQ.ind2 + texmf-dist/doc/latex/visualfaq/source/visualFAQ.tex + texmf-dist/doc/latex/visualfaq/source/watermark.pdf + texmf-dist/doc/latex/visualfaq/troubleshoot-vlf.pdf details="Dealing with visual FAQ problems:" + texmf-dist/doc/latex/visualfaq/visualFAQ.pdf details="The visual FAQ itself:" +catalogue-ctan /info/visualFAQ +catalogue-date 2009-06-11 13:31:31 +0200 +catalogue-license lppl + +name vita +category Package +revision 15878 +shortdesc Configurable class for curricula vitarum. +longdesc The vita class provides necessary macros to prepare your +longdesc Curriculum Vitae or Resume. The class may be configured, both +longdesc according to language of presentation, and according to subject +longdesc matter. Configuration is done by selecting a class option; +longdesc options for Computer Science and Singing, in both English and +longdesc Slovenian, are provided as examples. The class is said to be +longdesc based on vita209. +docfiles size=2 + texmf-dist/doc/latex/vita/00Content + texmf-dist/doc/latex/vita/READ.ME details="Readme" +runfiles size=9 + texmf-dist/tex/latex/vita/vita.cls + texmf-dist/tex/latex/vita/vitaComputerScience.clo + texmf-dist/tex/latex/vita/vitaRacunalnistvo.clo + texmf-dist/tex/latex/vita/vitaSolopetje.clo + texmf-dist/tex/latex/vita/vitaVoice.clo +catalogue-ctan /macros/latex/contrib/vita +catalogue-date 2009-01-01 14:55:57 +0100 +catalogue-license other-free + +name vlna +category TLCore +revision 15809 +depend vlna.ARCH +docfiles size=38 + texmf/doc/man/man1/vlna.1 + texmf/doc/man/man1/vlna.man1.pdf + texmf/doc/vlna/vlna.pdf + +name vlna.alpha-linux +category TLCore +revision 13822 +shortdesc alpha-linux files of vlna +binfiles arch=alpha-linux size=5 + bin/alpha-linux/vlna + +name vlna.i386-cygwin +category TLCore +revision 15614 +shortdesc i386-cygwin files of vlna +binfiles arch=i386-cygwin size=3 + bin/i386-cygwin/vlna.exe + +name vlna.i386-linux +category TLCore +revision 14164 +shortdesc i386-linux files of vlna +binfiles arch=i386-linux size=4 + bin/i386-linux/vlna + +name vlna.i386-netbsd +category TLCore +revision 15167 +shortdesc i386-netbsd files of vlna +binfiles arch=i386-netbsd size=3 + bin/i386-netbsd/vlna + +name vlna.i386-solaris +category TLCore +revision 15141 +shortdesc i386-solaris files of vlna +binfiles arch=i386-solaris size=4 + bin/i386-solaris/vlna + +name vlna.mips-irix +category TLCore +revision 15558 +shortdesc mips-irix files of vlna +binfiles arch=mips-irix size=6 + bin/mips-irix/vlna + +name vlna.powerpc-aix +category TLCore +revision 15638 +shortdesc powerpc-aix files of vlna +binfiles arch=powerpc-aix size=3 + bin/powerpc-aix/vlna + +name vlna.powerpc-linux +category TLCore +revision 13864 +shortdesc powerpc-linux files of vlna +binfiles arch=powerpc-linux size=4 + bin/powerpc-linux/vlna + +name vlna.sparc-linux +category TLCore +revision 14269 +shortdesc sparc-linux files of vlna +binfiles arch=sparc-linux size=3 + bin/sparc-linux/vlna + +name vlna.sparc-solaris +category TLCore +revision 13822 +shortdesc sparc-solaris files of vlna +binfiles arch=sparc-solaris size=4 + bin/sparc-solaris/vlna + +name vlna.universal-darwin +category TLCore +revision 14896 +shortdesc universal-darwin files of vlna +binfiles arch=universal-darwin size=13 + bin/universal-darwin/vlna + +name vlna.win32 +category TLCore +revision 13822 +shortdesc win32 files of vlna +binfiles arch=win32 size=3 + bin/win32/vlna.exe + +name vlna.x86_64-linux +category TLCore +revision 13822 +shortdesc x86_64-linux files of vlna +binfiles arch=x86_64-linux size=4 + bin/x86_64-linux/vlna + +name vmargin +category Package +revision 15878 +shortdesc Set various page dimensions. +longdesc Provides a macro to set various margins as well as dimensions +longdesc for header/footer and page dimensions. Most common paper sizes, +longdesc paper orientation, disabling of headers and footers, and two +longdesc sided printing are supported. The vmargin package does not rely +longdesc on other packages and was designed with speed and size in mind. +longdesc Its user interface might not be very fancy, but it's fast, +longdesc small, and gets the job done. If you are looking for something +longdesc more elaborate try the geometry package. +docfiles size=44 + texmf-dist/doc/latex/vmargin/vmargin.pdf details="Package documentation" +srcfiles size=11 + texmf-dist/source/latex/vmargin/Makefile + texmf-dist/source/latex/vmargin/vmargin.drv + texmf-dist/source/latex/vmargin/vmargin.dtx + texmf-dist/source/latex/vmargin/vmargin.ins +runfiles size=2 + texmf-dist/tex/latex/vmargin/vmargin.sty +catalogue-ctan /macros/latex/contrib/vmargin +catalogue-date 2009-09-27 12:18:28 +0200 +catalogue-license lppl +catalogue-version 2.5 + +name vntex +category Package +revision 15878 +shortdesc Support for Vietnamese. +longdesc The vntex bundle provides fonts, Plain TeX, texinfo and LaTeX +longdesc macros for typesetting documents in Vietnamese. Users of the +longdesc fonts (in both MetaFont and Adobe Type 1 format) of this bundle +longdesc may alternatively use the lm fonts bundle, for which map files +longdesc are available to provide a Vietnamese version. +depend plnfss +execute addMap arevvn.map +execute addMap chartervn.map +execute addMap cmbrightvn.map +execute addMap comicvn.map +execute addMap concretevn.map +execute addMap grotesqvn.map +execute addMap mscorevn.map +execute addMap txttvn.map +execute addMap urwvn.map +execute addMixedMap vnrother.map +execute addMixedMap vnrtext.map +execute addMap vntopia.map +docfiles size=290 + texmf-dist/doc/generic/vntex/INSTALL + texmf-dist/doc/generic/vntex/NEWS + texmf-dist/doc/generic/vntex/vn-fonts-print.pdf + texmf-dist/doc/generic/vntex/vn-fonts.pdf + texmf-dist/doc/generic/vntex/vn-min-print.pdf + texmf-dist/doc/generic/vntex/vn-min.pdf details="Minimal steps to typeset Vietnamese" language="en" + texmf-dist/doc/generic/vntex/vntex-man-print.pdf + texmf-dist/doc/generic/vntex/vntex-man.pdf details="Package manual" language="vi" + texmf-dist/doc/generic/vntex/vntex-print.pdf + texmf-dist/doc/generic/vntex/vntex-update-maps + texmf-dist/doc/generic/vntex/vntex.pdf +srcfiles size=127 + texmf-dist/source/generic/vntex/GPL.txt + texmf-dist/source/generic/vntex/LGPL.txt + texmf-dist/source/generic/vntex/LICENSE-utopia.txt + texmf-dist/source/generic/vntex/LPPL.txt + texmf-dist/source/generic/vntex/README.vntopia + texmf-dist/source/generic/vntex/doc/abbr.tex + texmf-dist/source/generic/vntex/doc/test-accents.tex + texmf-dist/source/generic/vntex/doc/vn-fonts-print.tex + texmf-dist/source/generic/vntex/doc/vn-fonts.tex + texmf-dist/source/generic/vntex/doc/vn-min-print.tex + texmf-dist/source/generic/vntex/doc/vn-min.tex + texmf-dist/source/generic/vntex/doc/vntex-man-print.tex + texmf-dist/source/generic/vntex/doc/vntex-man.tex + texmf-dist/source/generic/vntex/doc/vntex-print.tex + texmf-dist/source/generic/vntex/doc/vntex.tex + texmf-dist/source/generic/vntex/tests/Makefile + texmf-dist/source/generic/vntex/tests/README + texmf-dist/source/generic/vntex/tests/adventor-sample.tex + texmf-dist/source/generic/vntex/tests/adventor-test.tex + texmf-dist/source/generic/vntex/tests/arevvn-sample.tex + texmf-dist/source/generic/vntex/tests/arevvn-test.tex + texmf-dist/source/generic/vntex/tests/bonum-sample.tex + texmf-dist/source/generic/vntex/tests/bonum-test.tex + texmf-dist/source/generic/vntex/tests/chartervn-sample.tex + texmf-dist/source/generic/vntex/tests/chartervn-test.tex + texmf-dist/source/generic/vntex/tests/chorus-sample.tex + texmf-dist/source/generic/vntex/tests/chorus-test.tex + texmf-dist/source/generic/vntex/tests/classicovn-sample.tex + texmf-dist/source/generic/vntex/tests/classicovn-test.tex + texmf-dist/source/generic/vntex/tests/cmbrightvn-sample.tex + texmf-dist/source/generic/vntex/tests/cmbrightvn-test.tex + texmf-dist/source/generic/vntex/tests/comicsansvn-sample.tex + texmf-dist/source/generic/vntex/tests/comicsansvn-test.tex + texmf-dist/source/generic/vntex/tests/concretevn-sample.tex + texmf-dist/source/generic/vntex/tests/concretevn-test.tex + texmf-dist/source/generic/vntex/tests/cursor-sample.tex + texmf-dist/source/generic/vntex/tests/cursor-test.tex + texmf-dist/source/generic/vntex/tests/garamondvn-sample.tex + texmf-dist/source/generic/vntex/tests/garamondvn-test.tex + texmf-dist/source/generic/vntex/tests/grotesqvn-sample.tex + texmf-dist/source/generic/vntex/tests/grotesqvn-test.tex + texmf-dist/source/generic/vntex/tests/heros-sample.tex + texmf-dist/source/generic/vntex/tests/heros-test.tex + texmf-dist/source/generic/vntex/tests/mscore-sample.tex + texmf-dist/source/generic/vntex/tests/mscore-test.tex + texmf-dist/source/generic/vntex/tests/pagella-sample.tex + texmf-dist/source/generic/vntex/tests/pagella-test.tex + texmf-dist/source/generic/vntex/tests/schola-sample.tex + texmf-dist/source/generic/vntex/tests/schola-test.tex + texmf-dist/source/generic/vntex/tests/t5antt-sample.tex + texmf-dist/source/generic/vntex/tests/t5antt-test.tex + texmf-dist/source/generic/vntex/tests/t5cyklop-sample.tex + texmf-dist/source/generic/vntex/tests/t5cyklop-test.tex + texmf-dist/source/generic/vntex/tests/t5gentium-sample.tex + texmf-dist/source/generic/vntex/tests/t5gentium-test.tex + texmf-dist/source/generic/vntex/tests/t5iwona-sample.tex + texmf-dist/source/generic/vntex/tests/t5iwona-test.tex + texmf-dist/source/generic/vntex/tests/t5kurier-sample.tex + texmf-dist/source/generic/vntex/tests/t5kurier-test.tex + texmf-dist/source/generic/vntex/tests/t5lm-sample.tex + texmf-dist/source/generic/vntex/tests/t5lm-test.tex + texmf-dist/source/generic/vntex/tests/termes-sample.tex + texmf-dist/source/generic/vntex/tests/termes-test.tex + texmf-dist/source/generic/vntex/tests/test-accents.tex + texmf-dist/source/generic/vntex/tests/test-babel.tex + texmf-dist/source/generic/vntex/tests/test-captions.tex + texmf-dist/source/generic/vntex/tests/test-plain-tcx.tex + texmf-dist/source/generic/vntex/tests/test-plain.tex + texmf-dist/source/generic/vntex/tests/test-tcvn.tex + texmf-dist/source/generic/vntex/tests/test-utf8.tex + texmf-dist/source/generic/vntex/tests/test-vietnam-tcx.tex + texmf-dist/source/generic/vntex/tests/test-vietnam.tex + texmf-dist/source/generic/vntex/tests/test-viscii.tex + texmf-dist/source/generic/vntex/tests/txttvn-sample.tex + texmf-dist/source/generic/vntex/tests/txttvn-test.tex + texmf-dist/source/generic/vntex/tests/urwvn-sample.tex + texmf-dist/source/generic/vntex/tests/urwvn-test.tex + texmf-dist/source/generic/vntex/tests/vnr-sample.tex + texmf-dist/source/generic/vntex/tests/vnr-test.tex + texmf-dist/source/generic/vntex/tests/vnsample.cls + texmf-dist/source/generic/vntex/tests/vntopia-sample.tex + texmf-dist/source/generic/vntex/tests/vntopia-test.tex + texmf-dist/source/generic/vntex/vntex.dtx + texmf-dist/source/generic/vntex/vntex.ins +runfiles size=2589 + texmf-dist/fonts/afm/vntex/chartervn/bchb8v.afm + texmf-dist/fonts/afm/vntex/chartervn/bchbi8v.afm + texmf-dist/fonts/afm/vntex/chartervn/bchr8v.afm + texmf-dist/fonts/afm/vntex/chartervn/bchri8v.afm + texmf-dist/fonts/afm/vntex/grotesqvn/ugqb8v.afm + texmf-dist/fonts/afm/vntex/urwvn/fplrc8v.afm + texmf-dist/fonts/afm/vntex/urwvn/uagd8v.afm + texmf-dist/fonts/afm/vntex/urwvn/uagdo8v.afm + texmf-dist/fonts/afm/vntex/urwvn/uagk8v.afm + texmf-dist/fonts/afm/vntex/urwvn/uagko8v.afm + texmf-dist/fonts/afm/vntex/urwvn/ubkd8v.afm + texmf-dist/fonts/afm/vntex/urwvn/ubkdi8v.afm + texmf-dist/fonts/afm/vntex/urwvn/ubkl8v.afm + texmf-dist/fonts/afm/vntex/urwvn/ubkli8v.afm + texmf-dist/fonts/afm/vntex/urwvn/ucrb8v.afm + texmf-dist/fonts/afm/vntex/urwvn/ucrbo8v.afm + texmf-dist/fonts/afm/vntex/urwvn/ucrr8v.afm + texmf-dist/fonts/afm/vntex/urwvn/ucrro8v.afm + texmf-dist/fonts/afm/vntex/urwvn/uhvb8v.afm + texmf-dist/fonts/afm/vntex/urwvn/uhvbo8v.afm + texmf-dist/fonts/afm/vntex/urwvn/uhvr8v.afm + texmf-dist/fonts/afm/vntex/urwvn/uhvro8v.afm + texmf-dist/fonts/afm/vntex/urwvn/uncb8v.afm + texmf-dist/fonts/afm/vntex/urwvn/uncbi8v.afm + texmf-dist/fonts/afm/vntex/urwvn/uncr8v.afm + texmf-dist/fonts/afm/vntex/urwvn/uncri8v.afm + texmf-dist/fonts/afm/vntex/urwvn/uplb8v.afm + texmf-dist/fonts/afm/vntex/urwvn/uplbi8v.afm + texmf-dist/fonts/afm/vntex/urwvn/uplr8v.afm + texmf-dist/fonts/afm/vntex/urwvn/uplri8v.afm + texmf-dist/fonts/afm/vntex/urwvn/utmb8v.afm + texmf-dist/fonts/afm/vntex/urwvn/utmbi8v.afm + texmf-dist/fonts/afm/vntex/urwvn/utmr8v.afm + texmf-dist/fonts/afm/vntex/urwvn/utmri8v.afm + texmf-dist/fonts/afm/vntex/urwvn/uzcmi8v.afm + texmf-dist/fonts/afm/vntex/vntopia/putb8v.afm + texmf-dist/fonts/afm/vntex/vntopia/putbi8v.afm + texmf-dist/fonts/afm/vntex/vntopia/putr8v.afm + texmf-dist/fonts/afm/vntex/vntopia/putri8v.afm + texmf-dist/fonts/enc/dvips/vntex/8b.enc + texmf-dist/fonts/enc/dvips/vntex/t5.enc + texmf-dist/fonts/enc/pdftex/vntex/t5d.enc + texmf-dist/fonts/enc/pdftex/vntex/t5uni.enc + texmf-dist/fonts/map/dvips/vntex/arevvn.map + texmf-dist/fonts/map/dvips/vntex/chartervn.map + texmf-dist/fonts/map/dvips/vntex/cmbrightvn.map + texmf-dist/fonts/map/dvips/vntex/comicvn.map + texmf-dist/fonts/map/dvips/vntex/concretevn.map + texmf-dist/fonts/map/dvips/vntex/grotesqvn.map + texmf-dist/fonts/map/dvips/vntex/txttvn.map + texmf-dist/fonts/map/dvips/vntex/urwvn.map + texmf-dist/fonts/map/dvips/vntex/vnrother.map + texmf-dist/fonts/map/dvips/vntex/vnrtext.map + texmf-dist/fonts/map/dvips/vntex/vntopia.map + texmf-dist/fonts/map/pdftex/vntex/mscorevn.map + texmf-dist/fonts/source/vntex/vnr/vnaccent.mf + texmf-dist/fonts/source/vntex/vnr/vnacomp.mf + texmf-dist/fonts/source/vntex/vnr/vnb10.mf + texmf-dist/fonts/source/vntex/vnr/vnbase.mf + texmf-dist/fonts/source/vntex/vnr/vnbx10.mf + texmf-dist/fonts/source/vntex/vnr/vnbx12.mf + texmf-dist/fonts/source/vntex/vnr/vnbx5.mf + texmf-dist/fonts/source/vntex/vnr/vnbx6.mf + texmf-dist/fonts/source/vntex/vnr/vnbx7.mf + texmf-dist/fonts/source/vntex/vnr/vnbx8.mf + texmf-dist/fonts/source/vntex/vnr/vnbx9.mf + texmf-dist/fonts/source/vntex/vnr/vnbxsl10.mf + texmf-dist/fonts/source/vntex/vnr/vnbxti10.mf + texmf-dist/fonts/source/vntex/vnr/vncligtb.mf + texmf-dist/fonts/source/vntex/vnr/vncode.mf + texmf-dist/fonts/source/vntex/vnr/vncombac.mf + texmf-dist/fonts/source/vntex/vnr/vncsc.mf + texmf-dist/fonts/source/vntex/vnr/vncsc10.mf + texmf-dist/fonts/source/vntex/vnr/vndothook.mf + texmf-dist/fonts/source/vntex/vnr/vndunh10.mf + texmf-dist/fonts/source/vntex/vnr/vnecomp.mf + texmf-dist/fonts/source/vntex/vnr/vnff10.mf + texmf-dist/fonts/source/vntex/vnr/vnfi10.mf + texmf-dist/fonts/source/vntex/vnr/vnfib8.mf + texmf-dist/fonts/source/vntex/vnr/vnicomp.mf + texmf-dist/fonts/source/vntex/vnr/vniligtb.mf + texmf-dist/fonts/source/vntex/vnr/vnitt10.mf + texmf-dist/fonts/source/vntex/vnr/vnlacc.mf + texmf-dist/fonts/source/vntex/vnr/vnlai.mf + texmf-dist/fonts/source/vntex/vnr/vnlar.mf + texmf-dist/fonts/source/vntex/vnr/vnldi.mf + texmf-dist/fonts/source/vntex/vnr/vnldr.mf + texmf-dist/fonts/source/vntex/vnr/vnlei.mf + texmf-dist/fonts/source/vntex/vnr/vnler.mf + texmf-dist/fonts/source/vntex/vnr/vnlii.mf + texmf-dist/fonts/source/vntex/vnr/vnlir.mf + texmf-dist/fonts/source/vntex/vnr/vnloi.mf + texmf-dist/fonts/source/vntex/vnr/vnlor.mf + texmf-dist/fonts/source/vntex/vnr/vnlui.mf + texmf-dist/fonts/source/vntex/vnr/vnlur.mf + texmf-dist/fonts/source/vntex/vnr/vnlyi.mf + texmf-dist/fonts/source/vntex/vnr/vnlyr.mf + texmf-dist/fonts/source/vntex/vnr/vnminus.mf + texmf-dist/fonts/source/vntex/vnr/vnmligtb.mf + texmf-dist/fonts/source/vntex/vnr/vnocomp.mf + texmf-dist/fonts/source/vntex/vnr/vnr10.mf + texmf-dist/fonts/source/vntex/vnr/vnr12.mf + texmf-dist/fonts/source/vntex/vnr/vnr17.mf + texmf-dist/fonts/source/vntex/vnr/vnr5.mf + texmf-dist/fonts/source/vntex/vnr/vnr6.mf + texmf-dist/fonts/source/vntex/vnr/vnr7.mf + texmf-dist/fonts/source/vntex/vnr/vnr8.mf + texmf-dist/fonts/source/vntex/vnr/vnr9.mf + texmf-dist/fonts/source/vntex/vnr/vnrligtb.mf + texmf-dist/fonts/source/vntex/vnr/vnrm.mf + texmf-dist/fonts/source/vntex/vnr/vnroman.mf + texmf-dist/fonts/source/vntex/vnr/vnsl10.mf + texmf-dist/fonts/source/vntex/vnr/vnsl12.mf + texmf-dist/fonts/source/vntex/vnr/vnsl8.mf + texmf-dist/fonts/source/vntex/vnr/vnsl9.mf + texmf-dist/fonts/source/vntex/vnr/vnsltt10.mf + texmf-dist/fonts/source/vntex/vnr/vnss10.mf + texmf-dist/fonts/source/vntex/vnr/vnss12.mf + texmf-dist/fonts/source/vntex/vnr/vnss17.mf + texmf-dist/fonts/source/vntex/vnr/vnss8.mf + texmf-dist/fonts/source/vntex/vnr/vnss9.mf + texmf-dist/fonts/source/vntex/vnr/vnssbx10.mf + texmf-dist/fonts/source/vntex/vnr/vnssdc10.mf + texmf-dist/fonts/source/vntex/vnr/vnssi10.mf + texmf-dist/fonts/source/vntex/vnr/vnssi12.mf + texmf-dist/fonts/source/vntex/vnr/vnssi17.mf + texmf-dist/fonts/source/vntex/vnr/vnssi8.mf + texmf-dist/fonts/source/vntex/vnr/vnssi9.mf + texmf-dist/fonts/source/vntex/vnr/vnssq8.mf + texmf-dist/fonts/source/vntex/vnr/vnssqi8.mf + texmf-dist/fonts/source/vntex/vnr/vntcsc10.mf + texmf-dist/fonts/source/vntex/vnr/vntextit.mf + texmf-dist/fonts/source/vntex/vnr/vnti10.mf + texmf-dist/fonts/source/vntex/vnr/vnti12.mf + texmf-dist/fonts/source/vntex/vnr/vnti7.mf + texmf-dist/fonts/source/vntex/vnr/vnti8.mf + texmf-dist/fonts/source/vntex/vnr/vnti9.mf + texmf-dist/fonts/source/vntex/vnr/vntt10.mf + texmf-dist/fonts/source/vntex/vnr/vntt12.mf + texmf-dist/fonts/source/vntex/vnr/vntt8.mf + texmf-dist/fonts/source/vntex/vnr/vntt9.mf + texmf-dist/fonts/source/vntex/vnr/vnu10.mf + texmf-dist/fonts/source/vntex/vnr/vnuacc.mf + texmf-dist/fonts/source/vntex/vnr/vnuar.mf + texmf-dist/fonts/source/vntex/vnr/vnucomp.mf + texmf-dist/fonts/source/vntex/vnr/vnudr.mf + texmf-dist/fonts/source/vntex/vnr/vnuer.mf + texmf-dist/fonts/source/vntex/vnr/vnuir.mf + texmf-dist/fonts/source/vntex/vnr/vnuor.mf + texmf-dist/fonts/source/vntex/vnr/vnuur.mf + texmf-dist/fonts/source/vntex/vnr/vnuyr.mf + texmf-dist/fonts/source/vntex/vnr/vnvtt10.mf + texmf-dist/fonts/source/vntex/vnr/vnycomp.mf + texmf-dist/fonts/tfm/vntex/arevvn/favb8v.tfm + texmf-dist/fonts/tfm/vntex/arevvn/favbi8v.tfm + texmf-dist/fonts/tfm/vntex/arevvn/favr8v.tfm + texmf-dist/fonts/tfm/vntex/arevvn/favri8v.tfm + texmf-dist/fonts/tfm/vntex/chartervn/bchb8v.tfm + texmf-dist/fonts/tfm/vntex/chartervn/bchbc8v.tfm + texmf-dist/fonts/tfm/vntex/chartervn/bchbi8v.tfm + texmf-dist/fonts/tfm/vntex/chartervn/bchbo8v.tfm + texmf-dist/fonts/tfm/vntex/chartervn/bchr8v.tfm + texmf-dist/fonts/tfm/vntex/chartervn/bchrc8v.tfm + texmf-dist/fonts/tfm/vntex/chartervn/bchri8v.tfm + texmf-dist/fonts/tfm/vntex/chartervn/bchro8v.tfm + texmf-dist/fonts/tfm/vntex/cmbrightvn/vncmbr10.tfm + texmf-dist/fonts/tfm/vntex/cmbrightvn/vncmbr17.tfm + texmf-dist/fonts/tfm/vntex/cmbrightvn/vncmbr8.tfm + texmf-dist/fonts/tfm/vntex/cmbrightvn/vncmbr9.tfm + texmf-dist/fonts/tfm/vntex/cmbrightvn/vncmbrbx10.tfm + texmf-dist/fonts/tfm/vntex/cmbrightvn/vncmbrsl10.tfm + texmf-dist/fonts/tfm/vntex/cmbrightvn/vncmbrsl17.tfm + texmf-dist/fonts/tfm/vntex/cmbrightvn/vncmbrsl8.tfm + texmf-dist/fonts/tfm/vntex/cmbrightvn/vncmbrsl9.tfm + texmf-dist/fonts/tfm/vntex/cmbrightvn/vncmsltl10.tfm + texmf-dist/fonts/tfm/vntex/cmbrightvn/vncmtl10.tfm + texmf-dist/fonts/tfm/vntex/comicsansvn/ComicSansMS8b.tfm + texmf-dist/fonts/tfm/vntex/comicsansvn/ComicSansMSBold8b.tfm + texmf-dist/fonts/tfm/vntex/comicsansvn/ComicSansMSBoldItalic8b.tfm + texmf-dist/fonts/tfm/vntex/comicsansvn/ComicSansMSItalic8b.tfm + texmf-dist/fonts/tfm/vntex/comicsansvn/comic8b.tfm + texmf-dist/fonts/tfm/vntex/comicsansvn/comic8v.tfm + texmf-dist/fonts/tfm/vntex/comicsansvn/comicbd8b.tfm + texmf-dist/fonts/tfm/vntex/comicsansvn/comicbd8v.tfm + texmf-dist/fonts/tfm/vntex/comicsansvn/comicbdo8b.tfm + texmf-dist/fonts/tfm/vntex/comicsansvn/comicbdo8v.tfm + texmf-dist/fonts/tfm/vntex/comicsansvn/comico8b.tfm + texmf-dist/fonts/tfm/vntex/comicsansvn/comico8v.tfm + texmf-dist/fonts/tfm/vntex/concretevn/vncccsc10.tfm + texmf-dist/fonts/tfm/vntex/concretevn/vnccr10.tfm + texmf-dist/fonts/tfm/vntex/concretevn/vnccsl10.tfm + texmf-dist/fonts/tfm/vntex/concretevn/vnccti10.tfm + texmf-dist/fonts/tfm/vntex/grotesqvn/ugqb8v.tfm + texmf-dist/fonts/tfm/vntex/grotesqvn/ugqbo8v.tfm + texmf-dist/fonts/tfm/vntex/mscorevn/jthb8v.tfm + texmf-dist/fonts/tfm/vntex/mscorevn/jthbc8v.tfm + texmf-dist/fonts/tfm/vntex/mscorevn/jthr8v.tfm + texmf-dist/fonts/tfm/vntex/mscorevn/jthrc8v.tfm + texmf-dist/fonts/tfm/vntex/mscorevn/jvnb8v.tfm + texmf-dist/fonts/tfm/vntex/mscorevn/jvnbc8v.tfm + texmf-dist/fonts/tfm/vntex/mscorevn/jvnbi8v.tfm + texmf-dist/fonts/tfm/vntex/mscorevn/jvnr8v.tfm + texmf-dist/fonts/tfm/vntex/mscorevn/jvnrc8v.tfm + texmf-dist/fonts/tfm/vntex/mscorevn/jvnri8v.tfm + texmf-dist/fonts/tfm/vntex/mscorevn/lprb8v.tfm + texmf-dist/fonts/tfm/vntex/mscorevn/lprbc8v.tfm + texmf-dist/fonts/tfm/vntex/mscorevn/lprbi8v.tfm + texmf-dist/fonts/tfm/vntex/mscorevn/lprr8v.tfm + texmf-dist/fonts/tfm/vntex/mscorevn/lprrc8v.tfm + texmf-dist/fonts/tfm/vntex/mscorevn/lprri8v.tfm + texmf-dist/fonts/tfm/vntex/mscorevn/ma1b8v.tfm + texmf-dist/fonts/tfm/vntex/mscorevn/ma1bc8v.tfm + texmf-dist/fonts/tfm/vntex/mscorevn/ma1bi8v.tfm + texmf-dist/fonts/tfm/vntex/mscorevn/ma1r8v.tfm + texmf-dist/fonts/tfm/vntex/mscorevn/ma1rc8v.tfm + texmf-dist/fonts/tfm/vntex/mscorevn/ma1ri8v.tfm + texmf-dist/fonts/tfm/vntex/mscorevn/mcrb8v.tfm + texmf-dist/fonts/tfm/vntex/mscorevn/mcrbc8v.tfm + texmf-dist/fonts/tfm/vntex/mscorevn/mcrbi8v.tfm + texmf-dist/fonts/tfm/vntex/mscorevn/mcrr8v.tfm + texmf-dist/fonts/tfm/vntex/mscorevn/mcrrc8v.tfm + texmf-dist/fonts/tfm/vntex/mscorevn/mcrri8v.tfm + texmf-dist/fonts/tfm/vntex/mscorevn/mnsb8v.tfm + texmf-dist/fonts/tfm/vntex/mscorevn/mnsbc8v.tfm + texmf-dist/fonts/tfm/vntex/mscorevn/mnsbi8v.tfm + texmf-dist/fonts/tfm/vntex/mscorevn/mnsr8v.tfm + texmf-dist/fonts/tfm/vntex/mscorevn/mnsrc8v.tfm + texmf-dist/fonts/tfm/vntex/mscorevn/mnsri8v.tfm + texmf-dist/fonts/tfm/vntex/txttvn/txbtt8v.tfm + texmf-dist/fonts/tfm/vntex/txttvn/txbttsc8v.tfm + texmf-dist/fonts/tfm/vntex/txttvn/txbttsl8v.tfm + texmf-dist/fonts/tfm/vntex/txttvn/txtt8v.tfm + texmf-dist/fonts/tfm/vntex/txttvn/txttsc8v.tfm + texmf-dist/fonts/tfm/vntex/txttvn/txttsl8v.tfm + texmf-dist/fonts/tfm/vntex/urwvn/fplrc8v.tfm + texmf-dist/fonts/tfm/vntex/urwvn/uagd8v.tfm + texmf-dist/fonts/tfm/vntex/urwvn/uagdc8v.tfm + texmf-dist/fonts/tfm/vntex/urwvn/uagdo8v.tfm + texmf-dist/fonts/tfm/vntex/urwvn/uagk8v.tfm + texmf-dist/fonts/tfm/vntex/urwvn/uagkc8v.tfm + texmf-dist/fonts/tfm/vntex/urwvn/uagko8v.tfm + texmf-dist/fonts/tfm/vntex/urwvn/ubkd8v.tfm + texmf-dist/fonts/tfm/vntex/urwvn/ubkdc8v.tfm + texmf-dist/fonts/tfm/vntex/urwvn/ubkdi8v.tfm + texmf-dist/fonts/tfm/vntex/urwvn/ubkdo8v.tfm + texmf-dist/fonts/tfm/vntex/urwvn/ubkl8v.tfm + texmf-dist/fonts/tfm/vntex/urwvn/ubklc8v.tfm + texmf-dist/fonts/tfm/vntex/urwvn/ubkli8v.tfm + texmf-dist/fonts/tfm/vntex/urwvn/ubklo8v.tfm + texmf-dist/fonts/tfm/vntex/urwvn/ucrb8v.tfm + texmf-dist/fonts/tfm/vntex/urwvn/ucrbc8v.tfm + texmf-dist/fonts/tfm/vntex/urwvn/ucrbo8v.tfm + texmf-dist/fonts/tfm/vntex/urwvn/ucrr8v.tfm + texmf-dist/fonts/tfm/vntex/urwvn/ucrrc8v.tfm + texmf-dist/fonts/tfm/vntex/urwvn/ucrro8v.tfm + texmf-dist/fonts/tfm/vntex/urwvn/uhvb8v.tfm + texmf-dist/fonts/tfm/vntex/urwvn/uhvbc8v.tfm + texmf-dist/fonts/tfm/vntex/urwvn/uhvbo8v.tfm + texmf-dist/fonts/tfm/vntex/urwvn/uhvr8v.tfm + texmf-dist/fonts/tfm/vntex/urwvn/uhvrc8v.tfm + texmf-dist/fonts/tfm/vntex/urwvn/uhvro8v.tfm + texmf-dist/fonts/tfm/vntex/urwvn/uncb8v.tfm + texmf-dist/fonts/tfm/vntex/urwvn/uncbc8v.tfm + texmf-dist/fonts/tfm/vntex/urwvn/uncbi8v.tfm + texmf-dist/fonts/tfm/vntex/urwvn/uncbo8v.tfm + texmf-dist/fonts/tfm/vntex/urwvn/uncr8v.tfm + texmf-dist/fonts/tfm/vntex/urwvn/uncrc8v.tfm + texmf-dist/fonts/tfm/vntex/urwvn/uncri8v.tfm + texmf-dist/fonts/tfm/vntex/urwvn/uncro8v.tfm + texmf-dist/fonts/tfm/vntex/urwvn/uplb8v.tfm + texmf-dist/fonts/tfm/vntex/urwvn/uplbc8v.tfm + texmf-dist/fonts/tfm/vntex/urwvn/uplbi8v.tfm + texmf-dist/fonts/tfm/vntex/urwvn/uplbo8v.tfm + texmf-dist/fonts/tfm/vntex/urwvn/uplr8v.tfm + texmf-dist/fonts/tfm/vntex/urwvn/uplrc8v.tfm + texmf-dist/fonts/tfm/vntex/urwvn/uplri8v.tfm + texmf-dist/fonts/tfm/vntex/urwvn/uplro8v.tfm + texmf-dist/fonts/tfm/vntex/urwvn/utmb8v.tfm + texmf-dist/fonts/tfm/vntex/urwvn/utmbc8v.tfm + texmf-dist/fonts/tfm/vntex/urwvn/utmbi8v.tfm + texmf-dist/fonts/tfm/vntex/urwvn/utmbo8v.tfm + texmf-dist/fonts/tfm/vntex/urwvn/utmr8v.tfm + texmf-dist/fonts/tfm/vntex/urwvn/utmrc8v.tfm + texmf-dist/fonts/tfm/vntex/urwvn/utmri8v.tfm + texmf-dist/fonts/tfm/vntex/urwvn/utmro8v.tfm + texmf-dist/fonts/tfm/vntex/urwvn/uzcmi8v.tfm + texmf-dist/fonts/tfm/vntex/vnr/vnb10.tfm + texmf-dist/fonts/tfm/vntex/vnr/vnbx10.tfm + texmf-dist/fonts/tfm/vntex/vnr/vnbx12.tfm + texmf-dist/fonts/tfm/vntex/vnr/vnbx5.tfm + texmf-dist/fonts/tfm/vntex/vnr/vnbx6.tfm + texmf-dist/fonts/tfm/vntex/vnr/vnbx7.tfm + texmf-dist/fonts/tfm/vntex/vnr/vnbx8.tfm + texmf-dist/fonts/tfm/vntex/vnr/vnbx9.tfm + texmf-dist/fonts/tfm/vntex/vnr/vnbxsl10.tfm + texmf-dist/fonts/tfm/vntex/vnr/vnbxti10.tfm + texmf-dist/fonts/tfm/vntex/vnr/vncsc10.tfm + texmf-dist/fonts/tfm/vntex/vnr/vndunh10.tfm + texmf-dist/fonts/tfm/vntex/vnr/vnff10.tfm + texmf-dist/fonts/tfm/vntex/vnr/vnfi10.tfm + texmf-dist/fonts/tfm/vntex/vnr/vnfib8.tfm + texmf-dist/fonts/tfm/vntex/vnr/vnitt10.tfm + texmf-dist/fonts/tfm/vntex/vnr/vnr10.tfm + texmf-dist/fonts/tfm/vntex/vnr/vnr12.tfm + texmf-dist/fonts/tfm/vntex/vnr/vnr17.tfm + texmf-dist/fonts/tfm/vntex/vnr/vnr5.tfm + texmf-dist/fonts/tfm/vntex/vnr/vnr6.tfm + texmf-dist/fonts/tfm/vntex/vnr/vnr7.tfm + texmf-dist/fonts/tfm/vntex/vnr/vnr8.tfm + texmf-dist/fonts/tfm/vntex/vnr/vnr9.tfm + texmf-dist/fonts/tfm/vntex/vnr/vnsl10.tfm + texmf-dist/fonts/tfm/vntex/vnr/vnsl12.tfm + texmf-dist/fonts/tfm/vntex/vnr/vnsl8.tfm + texmf-dist/fonts/tfm/vntex/vnr/vnsl9.tfm + texmf-dist/fonts/tfm/vntex/vnr/vnsltt10.tfm + texmf-dist/fonts/tfm/vntex/vnr/vnss10.tfm + texmf-dist/fonts/tfm/vntex/vnr/vnss12.tfm + texmf-dist/fonts/tfm/vntex/vnr/vnss17.tfm + texmf-dist/fonts/tfm/vntex/vnr/vnss8.tfm + texmf-dist/fonts/tfm/vntex/vnr/vnss9.tfm + texmf-dist/fonts/tfm/vntex/vnr/vnssbx10.tfm + texmf-dist/fonts/tfm/vntex/vnr/vnssdc10.tfm + texmf-dist/fonts/tfm/vntex/vnr/vnssi10.tfm + texmf-dist/fonts/tfm/vntex/vnr/vnssi12.tfm + texmf-dist/fonts/tfm/vntex/vnr/vnssi17.tfm + texmf-dist/fonts/tfm/vntex/vnr/vnssi8.tfm + texmf-dist/fonts/tfm/vntex/vnr/vnssi9.tfm + texmf-dist/fonts/tfm/vntex/vnr/vnssq8.tfm + texmf-dist/fonts/tfm/vntex/vnr/vnssqi8.tfm + texmf-dist/fonts/tfm/vntex/vnr/vntcsc10.tfm + texmf-dist/fonts/tfm/vntex/vnr/vnti10.tfm + texmf-dist/fonts/tfm/vntex/vnr/vnti12.tfm + texmf-dist/fonts/tfm/vntex/vnr/vnti7.tfm + texmf-dist/fonts/tfm/vntex/vnr/vnti8.tfm + texmf-dist/fonts/tfm/vntex/vnr/vnti9.tfm + texmf-dist/fonts/tfm/vntex/vnr/vntt10.tfm + texmf-dist/fonts/tfm/vntex/vnr/vntt12.tfm + texmf-dist/fonts/tfm/vntex/vnr/vntt8.tfm + texmf-dist/fonts/tfm/vntex/vnr/vntt9.tfm + texmf-dist/fonts/tfm/vntex/vnr/vnu10.tfm + texmf-dist/fonts/tfm/vntex/vnr/vnvtt10.tfm + texmf-dist/fonts/tfm/vntex/vntopia/putb8v.tfm + texmf-dist/fonts/tfm/vntex/vntopia/putbc8v.tfm + texmf-dist/fonts/tfm/vntex/vntopia/putbi8v.tfm + texmf-dist/fonts/tfm/vntex/vntopia/putbo8v.tfm + texmf-dist/fonts/tfm/vntex/vntopia/putr8v.tfm + texmf-dist/fonts/tfm/vntex/vntopia/putrc8v.tfm + texmf-dist/fonts/tfm/vntex/vntopia/putri8v.tfm + texmf-dist/fonts/tfm/vntex/vntopia/putro8v.tfm + texmf-dist/fonts/type1/vntex/arevvn/ArevSans-Bold-T5.pfb + texmf-dist/fonts/type1/vntex/arevvn/ArevSans-BoldOblique-T5.pfb + texmf-dist/fonts/type1/vntex/arevvn/ArevSans-Oblique-T5.pfb + texmf-dist/fonts/type1/vntex/arevvn/ArevSans-Roman-T5.pfb + texmf-dist/fonts/type1/vntex/chartervn/bchb8v.pfb + texmf-dist/fonts/type1/vntex/chartervn/bchbi8v.pfb + texmf-dist/fonts/type1/vntex/chartervn/bchr8v.pfb + texmf-dist/fonts/type1/vntex/chartervn/bchri8v.pfb + texmf-dist/fonts/type1/vntex/cmbrightvn/vncmbr10.pfb + texmf-dist/fonts/type1/vntex/cmbrightvn/vncmbr17.pfb + texmf-dist/fonts/type1/vntex/cmbrightvn/vncmbr8.pfb + texmf-dist/fonts/type1/vntex/cmbrightvn/vncmbr9.pfb + texmf-dist/fonts/type1/vntex/cmbrightvn/vncmbrbx10.pfb + texmf-dist/fonts/type1/vntex/cmbrightvn/vncmbrsl10.pfb + texmf-dist/fonts/type1/vntex/cmbrightvn/vncmbrsl17.pfb + texmf-dist/fonts/type1/vntex/cmbrightvn/vncmbrsl8.pfb + texmf-dist/fonts/type1/vntex/cmbrightvn/vncmbrsl9.pfb + texmf-dist/fonts/type1/vntex/cmbrightvn/vncmsltl10.pfb + texmf-dist/fonts/type1/vntex/cmbrightvn/vncmtl10.pfb + texmf-dist/fonts/type1/vntex/comicsansvn/ComicSansMS8b.pfb + texmf-dist/fonts/type1/vntex/comicsansvn/ComicSansMSBold8b.pfb + texmf-dist/fonts/type1/vntex/comicsansvn/ComicSansMSBoldItalic8b.pfb + texmf-dist/fonts/type1/vntex/comicsansvn/ComicSansMSItalic8b.pfb + texmf-dist/fonts/type1/vntex/concretevn/CMConcrete8v.pfb + texmf-dist/fonts/type1/vntex/concretevn/CMConcreteItalic8v.pfb + texmf-dist/fonts/type1/vntex/concretevn/CMConcreteSlanted8v.pfb + texmf-dist/fonts/type1/vntex/concretevn/CMConcreteSmallCaps8v.pfb + texmf-dist/fonts/type1/vntex/grotesqvn/ugqb8v.pfb + texmf-dist/fonts/type1/vntex/txttvn/txbtt8v.pfb + texmf-dist/fonts/type1/vntex/txttvn/txbttsc8v.pfb + texmf-dist/fonts/type1/vntex/txttvn/txtt8v.pfb + texmf-dist/fonts/type1/vntex/txttvn/txttsc8v.pfb + texmf-dist/fonts/type1/vntex/urwvn/fplrc8v.pfb + texmf-dist/fonts/type1/vntex/urwvn/uagd8v.pfb + texmf-dist/fonts/type1/vntex/urwvn/uagdo8v.pfb + texmf-dist/fonts/type1/vntex/urwvn/uagk8v.pfb + texmf-dist/fonts/type1/vntex/urwvn/uagko8v.pfb + texmf-dist/fonts/type1/vntex/urwvn/ubkd8v.pfb + texmf-dist/fonts/type1/vntex/urwvn/ubkdi8v.pfb + texmf-dist/fonts/type1/vntex/urwvn/ubkl8v.pfb + texmf-dist/fonts/type1/vntex/urwvn/ubkli8v.pfb + texmf-dist/fonts/type1/vntex/urwvn/ucrb8v.pfb + texmf-dist/fonts/type1/vntex/urwvn/ucrbo8v.pfb + texmf-dist/fonts/type1/vntex/urwvn/ucrr8v.pfb + texmf-dist/fonts/type1/vntex/urwvn/ucrro8v.pfb + texmf-dist/fonts/type1/vntex/urwvn/uhvb8v.pfb + texmf-dist/fonts/type1/vntex/urwvn/uhvbo8v.pfb + texmf-dist/fonts/type1/vntex/urwvn/uhvr8v.pfb + texmf-dist/fonts/type1/vntex/urwvn/uhvro8v.pfb + texmf-dist/fonts/type1/vntex/urwvn/uncb8v.pfb + texmf-dist/fonts/type1/vntex/urwvn/uncbi8v.pfb + texmf-dist/fonts/type1/vntex/urwvn/uncr8v.pfb + texmf-dist/fonts/type1/vntex/urwvn/uncri8v.pfb + texmf-dist/fonts/type1/vntex/urwvn/uplb8v.pfb + texmf-dist/fonts/type1/vntex/urwvn/uplbi8v.pfb + texmf-dist/fonts/type1/vntex/urwvn/uplr8v.pfb + texmf-dist/fonts/type1/vntex/urwvn/uplri8v.pfb + texmf-dist/fonts/type1/vntex/urwvn/utmb8v.pfb + texmf-dist/fonts/type1/vntex/urwvn/utmbi8v.pfb + texmf-dist/fonts/type1/vntex/urwvn/utmr8v.pfb + texmf-dist/fonts/type1/vntex/urwvn/utmri8v.pfb + texmf-dist/fonts/type1/vntex/urwvn/uzcmi8v.pfb + texmf-dist/fonts/type1/vntex/vnr/vnb10.pfb + texmf-dist/fonts/type1/vntex/vnr/vnbx10.pfb + texmf-dist/fonts/type1/vntex/vnr/vnbx12.pfb + texmf-dist/fonts/type1/vntex/vnr/vnbx5.pfb + texmf-dist/fonts/type1/vntex/vnr/vnbx6.pfb + texmf-dist/fonts/type1/vntex/vnr/vnbx7.pfb + texmf-dist/fonts/type1/vntex/vnr/vnbx8.pfb + texmf-dist/fonts/type1/vntex/vnr/vnbx9.pfb + texmf-dist/fonts/type1/vntex/vnr/vnbxsl10.pfb + texmf-dist/fonts/type1/vntex/vnr/vnbxti10.pfb + texmf-dist/fonts/type1/vntex/vnr/vncsc10.pfb + texmf-dist/fonts/type1/vntex/vnr/vndunh10.pfb + texmf-dist/fonts/type1/vntex/vnr/vnff10.pfb + texmf-dist/fonts/type1/vntex/vnr/vnfi10.pfb + texmf-dist/fonts/type1/vntex/vnr/vnfib8.pfb + texmf-dist/fonts/type1/vntex/vnr/vnitt10.pfb + texmf-dist/fonts/type1/vntex/vnr/vnr10.pfb + texmf-dist/fonts/type1/vntex/vnr/vnr12.pfb + texmf-dist/fonts/type1/vntex/vnr/vnr17.pfb + texmf-dist/fonts/type1/vntex/vnr/vnr5.pfb + texmf-dist/fonts/type1/vntex/vnr/vnr6.pfb + texmf-dist/fonts/type1/vntex/vnr/vnr7.pfb + texmf-dist/fonts/type1/vntex/vnr/vnr8.pfb + texmf-dist/fonts/type1/vntex/vnr/vnr9.pfb + texmf-dist/fonts/type1/vntex/vnr/vnsl10.pfb + texmf-dist/fonts/type1/vntex/vnr/vnsl12.pfb + texmf-dist/fonts/type1/vntex/vnr/vnsl8.pfb + texmf-dist/fonts/type1/vntex/vnr/vnsl9.pfb + texmf-dist/fonts/type1/vntex/vnr/vnsltt10.pfb + texmf-dist/fonts/type1/vntex/vnr/vnss10.pfb + texmf-dist/fonts/type1/vntex/vnr/vnss12.pfb + texmf-dist/fonts/type1/vntex/vnr/vnss17.pfb + texmf-dist/fonts/type1/vntex/vnr/vnss8.pfb + texmf-dist/fonts/type1/vntex/vnr/vnss9.pfb + texmf-dist/fonts/type1/vntex/vnr/vnssbx10.pfb + texmf-dist/fonts/type1/vntex/vnr/vnssdc10.pfb + texmf-dist/fonts/type1/vntex/vnr/vnssi10.pfb + texmf-dist/fonts/type1/vntex/vnr/vnssi12.pfb + texmf-dist/fonts/type1/vntex/vnr/vnssi17.pfb + texmf-dist/fonts/type1/vntex/vnr/vnssi8.pfb + texmf-dist/fonts/type1/vntex/vnr/vnssi9.pfb + texmf-dist/fonts/type1/vntex/vnr/vnssq8.pfb + texmf-dist/fonts/type1/vntex/vnr/vnssqi8.pfb + texmf-dist/fonts/type1/vntex/vnr/vntcsc10.pfb + texmf-dist/fonts/type1/vntex/vnr/vnti10.pfb + texmf-dist/fonts/type1/vntex/vnr/vnti12.pfb + texmf-dist/fonts/type1/vntex/vnr/vnti7.pfb + texmf-dist/fonts/type1/vntex/vnr/vnti8.pfb + texmf-dist/fonts/type1/vntex/vnr/vnti9.pfb + texmf-dist/fonts/type1/vntex/vnr/vntt10.pfb + texmf-dist/fonts/type1/vntex/vnr/vntt12.pfb + texmf-dist/fonts/type1/vntex/vnr/vntt8.pfb + texmf-dist/fonts/type1/vntex/vnr/vntt9.pfb + texmf-dist/fonts/type1/vntex/vnr/vnu10.pfb + texmf-dist/fonts/type1/vntex/vnr/vnvtt10.pfb + texmf-dist/fonts/type1/vntex/vntopia/putb8v.pfb + texmf-dist/fonts/type1/vntex/vntopia/putbi8v.pfb + texmf-dist/fonts/type1/vntex/vntopia/putr8v.pfb + texmf-dist/fonts/type1/vntex/vntopia/putri8v.pfb + texmf-dist/fonts/vf/vntex/chartervn/bchbc8v.vf + texmf-dist/fonts/vf/vntex/chartervn/bchrc8v.vf + texmf-dist/fonts/vf/vntex/comicsansvn/comic8v.vf + texmf-dist/fonts/vf/vntex/comicsansvn/comicbd8v.vf + texmf-dist/fonts/vf/vntex/comicsansvn/comicbdo8v.vf + texmf-dist/fonts/vf/vntex/comicsansvn/comico8v.vf + texmf-dist/fonts/vf/vntex/mscorevn/jthbc8v.vf + texmf-dist/fonts/vf/vntex/mscorevn/jthrc8v.vf + texmf-dist/fonts/vf/vntex/mscorevn/jvnbc8v.vf + texmf-dist/fonts/vf/vntex/mscorevn/jvnrc8v.vf + texmf-dist/fonts/vf/vntex/mscorevn/lprbc8v.vf + texmf-dist/fonts/vf/vntex/mscorevn/lprrc8v.vf + texmf-dist/fonts/vf/vntex/mscorevn/ma1bc8v.vf + texmf-dist/fonts/vf/vntex/mscorevn/ma1rc8v.vf + texmf-dist/fonts/vf/vntex/mscorevn/mcrbc8v.vf + texmf-dist/fonts/vf/vntex/mscorevn/mcrrc8v.vf + texmf-dist/fonts/vf/vntex/mscorevn/mnsbc8v.vf + texmf-dist/fonts/vf/vntex/mscorevn/mnsrc8v.vf + texmf-dist/fonts/vf/vntex/urwvn/uagdc8v.vf + texmf-dist/fonts/vf/vntex/urwvn/uagkc8v.vf + texmf-dist/fonts/vf/vntex/urwvn/ubkdc8v.vf + texmf-dist/fonts/vf/vntex/urwvn/ubklc8v.vf + texmf-dist/fonts/vf/vntex/urwvn/ucrbc8v.vf + texmf-dist/fonts/vf/vntex/urwvn/ucrrc8v.vf + texmf-dist/fonts/vf/vntex/urwvn/uhvbc8v.vf + texmf-dist/fonts/vf/vntex/urwvn/uhvrc8v.vf + texmf-dist/fonts/vf/vntex/urwvn/uncbc8v.vf + texmf-dist/fonts/vf/vntex/urwvn/uncrc8v.vf + texmf-dist/fonts/vf/vntex/urwvn/uplbc8v.vf + texmf-dist/fonts/vf/vntex/urwvn/uplrc8v.vf + texmf-dist/fonts/vf/vntex/urwvn/utmbc8v.vf + texmf-dist/fonts/vf/vntex/urwvn/utmrc8v.vf + texmf-dist/fonts/vf/vntex/vntopia/putbc8v.vf + texmf-dist/fonts/vf/vntex/vntopia/putrc8v.vf + texmf-dist/tex/latex/vntex/dblaccnt.sty + texmf-dist/tex/latex/vntex/mcviscii.def + texmf-dist/tex/latex/vntex/pd1supp.def + texmf-dist/tex/latex/vntex/swpvntex.sty + texmf-dist/tex/latex/vntex/t5bch.fd + texmf-dist/tex/latex/vntex/t5ccr.fd + texmf-dist/tex/latex/vntex/t5cmbr.fd + texmf-dist/tex/latex/vntex/t5cmdh.fd + texmf-dist/tex/latex/vntex/t5cmfib.fd + texmf-dist/tex/latex/vntex/t5cmfr.fd + texmf-dist/tex/latex/vntex/t5cmr.fd + texmf-dist/tex/latex/vntex/t5cmss.fd + texmf-dist/tex/latex/vntex/t5cmssq.fd + texmf-dist/tex/latex/vntex/t5cmtl.fd + texmf-dist/tex/latex/vntex/t5cmtt.fd + texmf-dist/tex/latex/vntex/t5cmvtt.fd + texmf-dist/tex/latex/vntex/t5comic.fd + texmf-dist/tex/latex/vntex/t5enc.def + texmf-dist/tex/latex/vntex/t5enc.dfu + texmf-dist/tex/latex/vntex/t5fav.fd + texmf-dist/tex/latex/vntex/t5fnc.fd + texmf-dist/tex/latex/vntex/t5fpl.fd + texmf-dist/tex/latex/vntex/t5futs.fd + texmf-dist/tex/latex/vntex/t5jth.fd + texmf-dist/tex/latex/vntex/t5jvn.fd + texmf-dist/tex/latex/vntex/t5lpr.fd + texmf-dist/tex/latex/vntex/t5ma1.fd + texmf-dist/tex/latex/vntex/t5mak.fd + texmf-dist/tex/latex/vntex/t5mcr.fd + texmf-dist/tex/latex/vntex/t5mdbch.fd + texmf-dist/tex/latex/vntex/t5mdput.fd + texmf-dist/tex/latex/vntex/t5mdugm.fd + texmf-dist/tex/latex/vntex/t5mns.fd + texmf-dist/tex/latex/vntex/t5pag.fd + texmf-dist/tex/latex/vntex/t5pbk.fd + texmf-dist/tex/latex/vntex/t5pcr.fd + texmf-dist/tex/latex/vntex/t5phv.fd + texmf-dist/tex/latex/vntex/t5pnc.fd + texmf-dist/tex/latex/vntex/t5ppl.fd + texmf-dist/tex/latex/vntex/t5ptm.fd + texmf-dist/tex/latex/vntex/t5ptmom.fd + texmf-dist/tex/latex/vntex/t5put.fd + texmf-dist/tex/latex/vntex/t5pxr.fd + texmf-dist/tex/latex/vntex/t5txr.fd + texmf-dist/tex/latex/vntex/t5txtt.fd + texmf-dist/tex/latex/vntex/t5uag.fd + texmf-dist/tex/latex/vntex/t5ubk.fd + texmf-dist/tex/latex/vntex/t5ucr.fd + texmf-dist/tex/latex/vntex/t5ugq.fd + texmf-dist/tex/latex/vntex/t5uhv.fd + texmf-dist/tex/latex/vntex/t5unc.fd + texmf-dist/tex/latex/vntex/t5upl.fd + texmf-dist/tex/latex/vntex/t5utm.fd + texmf-dist/tex/latex/vntex/t5uzcm.fd + texmf-dist/tex/latex/vntex/tcvn.def + texmf-dist/tex/latex/vntex/varioref-vi.sty + texmf-dist/tex/latex/vntex/vietnam.ldf + texmf-dist/tex/latex/vntex/vietnam.sty + texmf-dist/tex/latex/vntex/viscii.def + texmf-dist/tex/latex/vntex/vncaps.tex + texmf-dist/tex/latex/vntex/vntex.sty + texmf-dist/tex/latex/vntex/vps.def + texmf-dist/tex/plain/vntex/dblaccnt.tex + texmf-dist/tex/plain/vntex/t5code.tex + texmf-dist/tex/plain/vntex/vntexinfo.tex +catalogue-ctan /language/vietnamese/vntex +catalogue-date 2009-07-11 18:04:07 +0200 +catalogue-license lppl +catalogue-version 3.1.9 + +name volumes +category Package +revision 15878 +shortdesc Typeset only parts of a document, with complete indexes etc. +longdesc This package helps you if you want to produce separate printed +longdesc volumes from one LaTeX document, as well as one comprehensive, +longdesc "all-inclusive" version. It suppresses the part of the table of +longdesc contents that are not typeset, while counters, definitions, +longdesc index entries etc. are kept consistent throughout the input +longdesc file. +docfiles size=43 + texmf-dist/doc/latex/volumes/README + texmf-dist/doc/latex/volumes/volumes.pdf +srcfiles size=9 + texmf-dist/source/latex/volumes/volumes.dtx + texmf-dist/source/latex/volumes/volumes.ins +runfiles size=3 + texmf-dist/tex/latex/volumes/nowtoaux.sty + texmf-dist/tex/latex/volumes/volumes.sty +catalogue-ctan /macros/latex/contrib/volumes +catalogue-date 2007-03-01 21:27:41 +0100 +catalogue-license lppl +catalogue-version 1.0 + +name voss-de +category Package +revision 15878 +docfiles size=228 + texmf-dist/doc/generic/voss-de/InlineMath/Changes + texmf-dist/doc/generic/voss-de/InlineMath/InlineMath.bib + texmf-dist/doc/generic/voss-de/InlineMath/InlineMath.ltx + texmf-dist/doc/generic/voss-de/InlineMath/InlineMath.pdf + texmf-dist/doc/generic/voss-de/InlineMath/InlineMath.tex + texmf-dist/doc/generic/voss-de/InlineMath/README + texmf-dist/doc/generic/voss-de/README + texmf-dist/doc/generic/voss-de/gauss/Changes + texmf-dist/doc/generic/voss-de/gauss/README + texmf-dist/doc/generic/voss-de/gauss/gauss.ltx + texmf-dist/doc/generic/voss-de/gauss/gauss.pdf + texmf-dist/doc/generic/voss-de/gauss/gauss.tex + texmf-dist/doc/generic/voss-de/mathCol/Changes + texmf-dist/doc/generic/voss-de/mathCol/README + texmf-dist/doc/generic/voss-de/mathCol/mathCol.bib + texmf-dist/doc/generic/voss-de/mathCol/mathCol.ltx + texmf-dist/doc/generic/voss-de/mathCol/mathCol.pdf + texmf-dist/doc/generic/voss-de/mathCol/mathCol.tex + +name vpe +category Package +revision 15878 +shortdesc Source specials for PDF output. +longdesc VPE is a system to make the equivalent of "source special" +longdesc marks in a PDF file. Clicking on a mark will activate an +longdesc editor, pointing at the source line that produced the text that +longdesc was marked. The system comprises a perl file (vpe.pl) and a +longdesc LaTeX package (vpe.sty); it will work with PDF files generated +longdesc via LaTeX/dvips, pdfTeX (version 0.14 or better), and +longdesc LaTeX/VTeX. Using the LaTeX/dvips or pdfLaTeX routes, the +longdesc (pdf)TeX processor shoud be run with shell escapes enabled. +depend vpe.ARCH +docfiles size=5 + texmf-dist/doc/latex/vpe/vpe.txt +runfiles size=8 + texmf-dist/scripts/vpe/vpe.pl + texmf-dist/tex/latex/vpe/vpe.sty +catalogue-ctan /macros/latex/contrib/vpe +catalogue-date 2007-03-13 09:06:46 +0100 +catalogue-license lppl +catalogue-version 0.1 + +name vpe.alpha-linux +category Package +revision 15878 +shortdesc alpha-linux files of vpe +binfiles arch=alpha-linux size=1 + bin/alpha-linux/vpe + +name vpe.i386-cygwin +category Package +revision 15878 +shortdesc i386-cygwin files of vpe +binfiles arch=i386-cygwin size=1 + bin/i386-cygwin/vpe + +name vpe.i386-linux +category Package +revision 15878 +shortdesc i386-linux files of vpe +binfiles arch=i386-linux size=1 + bin/i386-linux/vpe + +name vpe.i386-netbsd +category Package +revision 15878 +shortdesc i386-netbsd files of vpe +binfiles arch=i386-netbsd size=1 + bin/i386-netbsd/vpe + +name vpe.i386-solaris +category Package +revision 15878 +shortdesc i386-solaris files of vpe +binfiles arch=i386-solaris size=1 + bin/i386-solaris/vpe + +name vpe.mips-irix +category Package +revision 15878 +shortdesc mips-irix files of vpe +binfiles arch=mips-irix size=1 + bin/mips-irix/vpe + +name vpe.powerpc-aix +category Package +revision 15878 +shortdesc powerpc-aix files of vpe +binfiles arch=powerpc-aix size=1 + bin/powerpc-aix/vpe + +name vpe.powerpc-linux +category Package +revision 15878 +shortdesc powerpc-linux files of vpe +binfiles arch=powerpc-linux size=1 + bin/powerpc-linux/vpe + +name vpe.sparc-linux +category Package +revision 15878 +shortdesc sparc-linux files of vpe +binfiles arch=sparc-linux size=1 + bin/sparc-linux/vpe + +name vpe.sparc-solaris +category Package +revision 15878 +shortdesc sparc-solaris files of vpe +binfiles arch=sparc-solaris size=1 + bin/sparc-solaris/vpe + +name vpe.universal-darwin +category Package +revision 15878 +shortdesc universal-darwin files of vpe +binfiles arch=universal-darwin size=1 + bin/universal-darwin/vpe + +name vpe.win32 +category Package +revision 15878 +shortdesc win32 files of vpe +binfiles arch=win32 size=1 + bin/win32/vpe.exe + +name vpe.x86_64-linux +category Package +revision 15878 +shortdesc x86_64-linux files of vpe +binfiles arch=x86_64-linux size=1 + bin/x86_64-linux/vpe + +name vrb +category Package +revision 15878 +shortdesc Verbatim macros in plain TeX. +longdesc A self-contained set of verbatim macros, providing both block +longdesc (\verbatim ... \endverbatim) and in-line (|...|) verbatim +longdesc constructs. Can also support line-numbering of verbatim blocks +longdesc and verbatim file inclusion. +docfiles size=1 + texmf-dist/doc/generic/vrb/readme details="Readme" +runfiles size=2 + texmf-dist/tex/generic/vrb/vrb.tex +catalogue-ctan /macros/generic/vrb +catalogue-date 2008-12-02 00:56:45 +0100 +catalogue-license noinfo +catalogue-version 1.1 + +name vrsion +category Package +revision 15878 +shortdesc Add version number to a DVI file. +longdesc Defines a command which produces a version number in the dvi- +longdesc file when LaTeX is run. +docfiles size=8 + texmf-dist/doc/latex/vrsion/vrsion.dvi +srcfiles size=9 + texmf-dist/source/latex/vrsion/00readme.vrs + texmf-dist/source/latex/vrsion/vrsion.dtx + texmf-dist/source/latex/vrsion/vrsion.ins +runfiles size=3 + texmf-dist/tex/latex/vrsion/vrsion.sty +catalogue-ctan /macros/latex/contrib/vrsion +catalogue-date 2007-01-20 20:21:37 +0100 +catalogue-license lppl + +name vtex +category Package +revision 15878 +runfiles size=11 + texmf-dist/fonts/map/vtex/bera/bera.ali + texmf-dist/fonts/map/vtex/dictsym/dictsym.ali + texmf-dist/fonts/map/vtex/skaknew/SkakNew.ali + texmf-dist/vtex/config/lucidabr-k.ali + texmf-dist/vtex/config/lucidabr.ali + texmf-dist/vtex/config/lumath-k.ali + texmf-dist/vtex/config/lumath.ali + texmf-dist/vtex/config/uaq.ali + texmf-dist/vtex/config/ugq.ali + +name vwcol +category Package +revision 15878 +shortdesc Variable-width multiple text columns. +longdesc The package provides a crude environment (vwcol) for +longdesc typesetting multicolumn paragraph text of various column widths +longdesc on a single page. +docfiles size=42 + texmf-dist/doc/latex/vwcol/README details="Readme" + texmf-dist/doc/latex/vwcol/vwcol.pdf details="Package documentation" +srcfiles size=11 + texmf-dist/source/latex/vwcol/vwcol.dtx + texmf-dist/source/latex/vwcol/vwcol.ins +runfiles size=3 + texmf-dist/tex/latex/vwcol/vwcol.sty +catalogue-ctan /macros/latex/contrib/vwcol +catalogue-date 2008-08-24 14:43:48 +0200 +catalogue-license lppl +catalogue-version 0.1 + +name vxu +category Package +revision 15878 +shortdesc Document classes for Vaxjo University +longdesc The bundle provides classes for formatting theses and exams in +longdesc the format required by Vaxjo University, Sweden. The directory +longdesc contain the following classes and packages: - actawex: +longdesc doctorial theses in Acta Wexionensia; - rfmsi: master theses; - +longdesc vxulicentiate: licentiate theses; and - vxutentamen: exams. +docfiles size=221 + texmf-dist/doc/latex/vxu/README details="Readme" + texmf-dist/doc/latex/vxu/actawex.pdf details="Documentation (actawex)" + texmf-dist/doc/latex/vxu/rfmsi.pdf details="Documentation (rfmsi)" + texmf-dist/doc/latex/vxu/template.tex + texmf-dist/doc/latex/vxu/vxulicentiate.tex + texmf-dist/doc/latex/vxu/vxusymbol.1 + texmf-dist/doc/latex/vxu/vxutentamen.tex +srcfiles size=26 + texmf-dist/source/latex/vxu/actawex.dtx + texmf-dist/source/latex/vxu/actawex.ins + texmf-dist/source/latex/vxu/rfmsi.dtx + texmf-dist/source/latex/vxu/rfmsi.ins +runfiles size=15 + texmf-dist/tex/latex/vxu/actawex.cls + texmf-dist/tex/latex/vxu/awcollection.clo + texmf-dist/tex/latex/vxu/awmonograph.clo + texmf-dist/tex/latex/vxu/vxulicentiate.cls + texmf-dist/tex/latex/vxu/vxutentamen.sty +catalogue-ctan /macros/latex/contrib/vxu +catalogue-date 2009-10-01 20:18:08 +0200 +catalogue-license lppl1.3 +catalogue-version 3.2 + +name wadalab +category Package +revision 15878 +shortdesc Wadalab (Japanese) font packages. +longdesc These are font bundles for the Japanese Wadalab fonts which +longdesc work with the CJK package. All subfonts now have glyph names +longdesc compliant to the Adobe Glyph List, making ToUnicode CMaps in +longdesc PDF documents (created automatically by dvipdfmx) work +longdesc correctly. All font bundles now contain virtual Unicode +longdesc subfonts. +execute addMap dgj.map +execute addMap dmj.map +execute addMap mc2j.map +execute addMap mcj.map +execute addMap mr2j.map +execute addMap mrj.map +docfiles size=42 + texmf-dist/doc/fonts/wadalab/dgj/README + texmf-dist/doc/fonts/wadalab/dmj/README + texmf-dist/doc/fonts/wadalab/mc2j/README + texmf-dist/doc/fonts/wadalab/mcj/README + texmf-dist/doc/fonts/wadalab/mr2j/README + texmf-dist/doc/fonts/wadalab/mrj/README + texmf-dist/doc/latex/wadalab/wadalab-sampler.pdf details="Font sampler" + texmf-dist/doc/latex/wadalab/wadalab-sampler.tex +runfiles size=6262 + texmf-dist/fonts/afm/wadalab/dgj/dgjgreek.afm + texmf-dist/fonts/afm/wadalab/dgj/dgjhira.afm + texmf-dist/fonts/afm/wadalab/dgj/dgjhw.afm + texmf-dist/fonts/afm/wadalab/dgj/dgjka.afm + texmf-dist/fonts/afm/wadalab/dgj/dgjkata.afm + texmf-dist/fonts/afm/wadalab/dgj/dgjkb.afm + texmf-dist/fonts/afm/wadalab/dgj/dgjkc.afm + texmf-dist/fonts/afm/wadalab/dgj/dgjkd.afm + texmf-dist/fonts/afm/wadalab/dgj/dgjke.afm + texmf-dist/fonts/afm/wadalab/dgj/dgjkeisen.afm + texmf-dist/fonts/afm/wadalab/dgj/dgjkf.afm + texmf-dist/fonts/afm/wadalab/dgj/dgjkg.afm + texmf-dist/fonts/afm/wadalab/dgj/dgjkh.afm + texmf-dist/fonts/afm/wadalab/dgj/dgjki.afm + texmf-dist/fonts/afm/wadalab/dgj/dgjkj.afm + texmf-dist/fonts/afm/wadalab/dgj/dgjkk.afm + texmf-dist/fonts/afm/wadalab/dgj/dgjkl.afm + texmf-dist/fonts/afm/wadalab/dgj/dgjkm.afm + texmf-dist/fonts/afm/wadalab/dgj/dgjkn.afm + texmf-dist/fonts/afm/wadalab/dgj/dgjko.afm + texmf-dist/fonts/afm/wadalab/dgj/dgjkp.afm + texmf-dist/fonts/afm/wadalab/dgj/dgjkq.afm + texmf-dist/fonts/afm/wadalab/dgj/dgjkr.afm + texmf-dist/fonts/afm/wadalab/dgj/dgjks.afm + texmf-dist/fonts/afm/wadalab/dgj/dgjkt.afm + texmf-dist/fonts/afm/wadalab/dgj/dgjku.afm + texmf-dist/fonts/afm/wadalab/dgj/dgjkv.afm + texmf-dist/fonts/afm/wadalab/dgj/dgjkw.afm + texmf-dist/fonts/afm/wadalab/dgj/dgjkx.afm + texmf-dist/fonts/afm/wadalab/dgj/dgjky.afm + texmf-dist/fonts/afm/wadalab/dgj/dgjkz.afm + texmf-dist/fonts/afm/wadalab/dgj/dgjroma.afm + texmf-dist/fonts/afm/wadalab/dgj/dgjrussian.afm + texmf-dist/fonts/afm/wadalab/dgj/dgjsy.afm + texmf-dist/fonts/afm/wadalab/dmj/dmjgreek.afm + texmf-dist/fonts/afm/wadalab/dmj/dmjhira.afm + texmf-dist/fonts/afm/wadalab/dmj/dmjhw.afm + texmf-dist/fonts/afm/wadalab/dmj/dmjka.afm + texmf-dist/fonts/afm/wadalab/dmj/dmjkata.afm + texmf-dist/fonts/afm/wadalab/dmj/dmjkb.afm + texmf-dist/fonts/afm/wadalab/dmj/dmjkc.afm + texmf-dist/fonts/afm/wadalab/dmj/dmjkd.afm + texmf-dist/fonts/afm/wadalab/dmj/dmjke.afm + texmf-dist/fonts/afm/wadalab/dmj/dmjkeisen.afm + texmf-dist/fonts/afm/wadalab/dmj/dmjkf.afm + texmf-dist/fonts/afm/wadalab/dmj/dmjkg.afm + texmf-dist/fonts/afm/wadalab/dmj/dmjkh.afm + texmf-dist/fonts/afm/wadalab/dmj/dmjki.afm + texmf-dist/fonts/afm/wadalab/dmj/dmjkj.afm + texmf-dist/fonts/afm/wadalab/dmj/dmjkk.afm + texmf-dist/fonts/afm/wadalab/dmj/dmjkl.afm + texmf-dist/fonts/afm/wadalab/dmj/dmjkm.afm + texmf-dist/fonts/afm/wadalab/dmj/dmjkn.afm + texmf-dist/fonts/afm/wadalab/dmj/dmjko.afm + texmf-dist/fonts/afm/wadalab/dmj/dmjkp.afm + texmf-dist/fonts/afm/wadalab/dmj/dmjkq.afm + texmf-dist/fonts/afm/wadalab/dmj/dmjkr.afm + texmf-dist/fonts/afm/wadalab/dmj/dmjks.afm + texmf-dist/fonts/afm/wadalab/dmj/dmjkt.afm + texmf-dist/fonts/afm/wadalab/dmj/dmjku.afm + texmf-dist/fonts/afm/wadalab/dmj/dmjkv.afm + texmf-dist/fonts/afm/wadalab/dmj/dmjkw.afm + texmf-dist/fonts/afm/wadalab/dmj/dmjkx.afm + texmf-dist/fonts/afm/wadalab/dmj/dmjky.afm + texmf-dist/fonts/afm/wadalab/dmj/dmjkz.afm + texmf-dist/fonts/afm/wadalab/dmj/dmjroma.afm + texmf-dist/fonts/afm/wadalab/dmj/dmjrussian.afm + texmf-dist/fonts/afm/wadalab/dmj/dmjsy.afm + texmf-dist/fonts/afm/wadalab/mc2j/mc2jka.afm + texmf-dist/fonts/afm/wadalab/mc2j/mc2jkb.afm + texmf-dist/fonts/afm/wadalab/mc2j/mc2jkc.afm + texmf-dist/fonts/afm/wadalab/mc2j/mc2jkd.afm + texmf-dist/fonts/afm/wadalab/mc2j/mc2jke.afm + texmf-dist/fonts/afm/wadalab/mc2j/mc2jkf.afm + texmf-dist/fonts/afm/wadalab/mc2j/mc2jkg.afm + texmf-dist/fonts/afm/wadalab/mc2j/mc2jkh.afm + texmf-dist/fonts/afm/wadalab/mc2j/mc2jki.afm + texmf-dist/fonts/afm/wadalab/mc2j/mc2jkj.afm + texmf-dist/fonts/afm/wadalab/mc2j/mc2jkk.afm + texmf-dist/fonts/afm/wadalab/mc2j/mc2jkl.afm + texmf-dist/fonts/afm/wadalab/mc2j/mc2jkm.afm + texmf-dist/fonts/afm/wadalab/mc2j/mc2jkn.afm + texmf-dist/fonts/afm/wadalab/mc2j/mc2jko.afm + texmf-dist/fonts/afm/wadalab/mc2j/mc2jkp.afm + texmf-dist/fonts/afm/wadalab/mc2j/mc2jkq.afm + texmf-dist/fonts/afm/wadalab/mc2j/mc2jkr.afm + texmf-dist/fonts/afm/wadalab/mc2j/mc2jks.afm + texmf-dist/fonts/afm/wadalab/mc2j/mc2jkt.afm + texmf-dist/fonts/afm/wadalab/mc2j/mc2jku.afm + texmf-dist/fonts/afm/wadalab/mc2j/mc2jkv.afm + texmf-dist/fonts/afm/wadalab/mc2j/mc2jkw.afm + texmf-dist/fonts/afm/wadalab/mcj/mcjgreek.afm + texmf-dist/fonts/afm/wadalab/mcj/mcjhira.afm + texmf-dist/fonts/afm/wadalab/mcj/mcjhw.afm + texmf-dist/fonts/afm/wadalab/mcj/mcjka.afm + texmf-dist/fonts/afm/wadalab/mcj/mcjkata.afm + texmf-dist/fonts/afm/wadalab/mcj/mcjkb.afm + texmf-dist/fonts/afm/wadalab/mcj/mcjkc.afm + texmf-dist/fonts/afm/wadalab/mcj/mcjkd.afm + texmf-dist/fonts/afm/wadalab/mcj/mcjke.afm + texmf-dist/fonts/afm/wadalab/mcj/mcjkeisen.afm + texmf-dist/fonts/afm/wadalab/mcj/mcjkf.afm + texmf-dist/fonts/afm/wadalab/mcj/mcjkg.afm + texmf-dist/fonts/afm/wadalab/mcj/mcjkh.afm + texmf-dist/fonts/afm/wadalab/mcj/mcjki.afm + texmf-dist/fonts/afm/wadalab/mcj/mcjkj.afm + texmf-dist/fonts/afm/wadalab/mcj/mcjkk.afm + texmf-dist/fonts/afm/wadalab/mcj/mcjkl.afm + texmf-dist/fonts/afm/wadalab/mcj/mcjkm.afm + texmf-dist/fonts/afm/wadalab/mcj/mcjkn.afm + texmf-dist/fonts/afm/wadalab/mcj/mcjko.afm + texmf-dist/fonts/afm/wadalab/mcj/mcjkp.afm + texmf-dist/fonts/afm/wadalab/mcj/mcjkq.afm + texmf-dist/fonts/afm/wadalab/mcj/mcjkr.afm + texmf-dist/fonts/afm/wadalab/mcj/mcjks.afm + texmf-dist/fonts/afm/wadalab/mcj/mcjkt.afm + texmf-dist/fonts/afm/wadalab/mcj/mcjku.afm + texmf-dist/fonts/afm/wadalab/mcj/mcjkv.afm + texmf-dist/fonts/afm/wadalab/mcj/mcjkw.afm + texmf-dist/fonts/afm/wadalab/mcj/mcjkx.afm + texmf-dist/fonts/afm/wadalab/mcj/mcjky.afm + texmf-dist/fonts/afm/wadalab/mcj/mcjkz.afm + texmf-dist/fonts/afm/wadalab/mcj/mcjroma.afm + texmf-dist/fonts/afm/wadalab/mcj/mcjrussian.afm + texmf-dist/fonts/afm/wadalab/mcj/mcjsy.afm + texmf-dist/fonts/afm/wadalab/mr2j/mr2jka.afm + texmf-dist/fonts/afm/wadalab/mr2j/mr2jkb.afm + texmf-dist/fonts/afm/wadalab/mr2j/mr2jkc.afm + texmf-dist/fonts/afm/wadalab/mr2j/mr2jkd.afm + texmf-dist/fonts/afm/wadalab/mr2j/mr2jke.afm + texmf-dist/fonts/afm/wadalab/mr2j/mr2jkf.afm + texmf-dist/fonts/afm/wadalab/mr2j/mr2jkg.afm + texmf-dist/fonts/afm/wadalab/mr2j/mr2jkh.afm + texmf-dist/fonts/afm/wadalab/mr2j/mr2jki.afm + texmf-dist/fonts/afm/wadalab/mr2j/mr2jkj.afm + texmf-dist/fonts/afm/wadalab/mr2j/mr2jkk.afm + texmf-dist/fonts/afm/wadalab/mr2j/mr2jkl.afm + texmf-dist/fonts/afm/wadalab/mr2j/mr2jkm.afm + texmf-dist/fonts/afm/wadalab/mr2j/mr2jkn.afm + texmf-dist/fonts/afm/wadalab/mr2j/mr2jko.afm + texmf-dist/fonts/afm/wadalab/mr2j/mr2jkp.afm + texmf-dist/fonts/afm/wadalab/mr2j/mr2jkq.afm + texmf-dist/fonts/afm/wadalab/mr2j/mr2jkr.afm + texmf-dist/fonts/afm/wadalab/mr2j/mr2jks.afm + texmf-dist/fonts/afm/wadalab/mr2j/mr2jkt.afm + texmf-dist/fonts/afm/wadalab/mr2j/mr2jku.afm + texmf-dist/fonts/afm/wadalab/mr2j/mr2jkv.afm + texmf-dist/fonts/afm/wadalab/mr2j/mr2jkw.afm + texmf-dist/fonts/afm/wadalab/mrj/mrjgreek.afm + texmf-dist/fonts/afm/wadalab/mrj/mrjhira.afm + texmf-dist/fonts/afm/wadalab/mrj/mrjhw.afm + texmf-dist/fonts/afm/wadalab/mrj/mrjka.afm + texmf-dist/fonts/afm/wadalab/mrj/mrjkata.afm + texmf-dist/fonts/afm/wadalab/mrj/mrjkb.afm + texmf-dist/fonts/afm/wadalab/mrj/mrjkc.afm + texmf-dist/fonts/afm/wadalab/mrj/mrjkd.afm + texmf-dist/fonts/afm/wadalab/mrj/mrjke.afm + texmf-dist/fonts/afm/wadalab/mrj/mrjkeisen.afm + texmf-dist/fonts/afm/wadalab/mrj/mrjkf.afm + texmf-dist/fonts/afm/wadalab/mrj/mrjkg.afm + texmf-dist/fonts/afm/wadalab/mrj/mrjkh.afm + texmf-dist/fonts/afm/wadalab/mrj/mrjki.afm + texmf-dist/fonts/afm/wadalab/mrj/mrjkj.afm + texmf-dist/fonts/afm/wadalab/mrj/mrjkk.afm + texmf-dist/fonts/afm/wadalab/mrj/mrjkl.afm + texmf-dist/fonts/afm/wadalab/mrj/mrjkm.afm + texmf-dist/fonts/afm/wadalab/mrj/mrjkn.afm + texmf-dist/fonts/afm/wadalab/mrj/mrjko.afm + texmf-dist/fonts/afm/wadalab/mrj/mrjkp.afm + texmf-dist/fonts/afm/wadalab/mrj/mrjkq.afm + texmf-dist/fonts/afm/wadalab/mrj/mrjkr.afm + texmf-dist/fonts/afm/wadalab/mrj/mrjks.afm + texmf-dist/fonts/afm/wadalab/mrj/mrjkt.afm + texmf-dist/fonts/afm/wadalab/mrj/mrjku.afm + texmf-dist/fonts/afm/wadalab/mrj/mrjkv.afm + texmf-dist/fonts/afm/wadalab/mrj/mrjkw.afm + texmf-dist/fonts/afm/wadalab/mrj/mrjkx.afm + texmf-dist/fonts/afm/wadalab/mrj/mrjky.afm + texmf-dist/fonts/afm/wadalab/mrj/mrjkz.afm + texmf-dist/fonts/afm/wadalab/mrj/mrjroma.afm + texmf-dist/fonts/afm/wadalab/mrj/mrjrussian.afm + texmf-dist/fonts/afm/wadalab/mrj/mrjsy.afm + texmf-dist/fonts/map/dvips/wadalab/dgj.map + texmf-dist/fonts/map/dvips/wadalab/dmj.map + texmf-dist/fonts/map/dvips/wadalab/mc2j.map + texmf-dist/fonts/map/dvips/wadalab/mcj.map + texmf-dist/fonts/map/dvips/wadalab/mr2j.map + texmf-dist/fonts/map/dvips/wadalab/mrj.map + texmf-dist/fonts/tfm/wadalab/dgj/dgjgreek.tfm + texmf-dist/fonts/tfm/wadalab/dgj/dgjhira.tfm + texmf-dist/fonts/tfm/wadalab/dgj/dgjhw.tfm + texmf-dist/fonts/tfm/wadalab/dgj/dgjka.tfm + texmf-dist/fonts/tfm/wadalab/dgj/dgjkata.tfm + texmf-dist/fonts/tfm/wadalab/dgj/dgjkb.tfm + texmf-dist/fonts/tfm/wadalab/dgj/dgjkc.tfm + texmf-dist/fonts/tfm/wadalab/dgj/dgjkd.tfm + texmf-dist/fonts/tfm/wadalab/dgj/dgjke.tfm + texmf-dist/fonts/tfm/wadalab/dgj/dgjkeisen.tfm + texmf-dist/fonts/tfm/wadalab/dgj/dgjkf.tfm + texmf-dist/fonts/tfm/wadalab/dgj/dgjkg.tfm + texmf-dist/fonts/tfm/wadalab/dgj/dgjkh.tfm + texmf-dist/fonts/tfm/wadalab/dgj/dgjki.tfm + texmf-dist/fonts/tfm/wadalab/dgj/dgjkj.tfm + texmf-dist/fonts/tfm/wadalab/dgj/dgjkk.tfm + texmf-dist/fonts/tfm/wadalab/dgj/dgjkl.tfm + texmf-dist/fonts/tfm/wadalab/dgj/dgjkm.tfm + texmf-dist/fonts/tfm/wadalab/dgj/dgjkn.tfm + texmf-dist/fonts/tfm/wadalab/dgj/dgjko.tfm + texmf-dist/fonts/tfm/wadalab/dgj/dgjkp.tfm + texmf-dist/fonts/tfm/wadalab/dgj/dgjkq.tfm + texmf-dist/fonts/tfm/wadalab/dgj/dgjkr.tfm + texmf-dist/fonts/tfm/wadalab/dgj/dgjks.tfm + texmf-dist/fonts/tfm/wadalab/dgj/dgjkt.tfm + texmf-dist/fonts/tfm/wadalab/dgj/dgjku.tfm + texmf-dist/fonts/tfm/wadalab/dgj/dgjkv.tfm + texmf-dist/fonts/tfm/wadalab/dgj/dgjkw.tfm + texmf-dist/fonts/tfm/wadalab/dgj/dgjkx.tfm + texmf-dist/fonts/tfm/wadalab/dgj/dgjky.tfm + texmf-dist/fonts/tfm/wadalab/dgj/dgjkz.tfm + texmf-dist/fonts/tfm/wadalab/dgj/dgjroma.tfm + texmf-dist/fonts/tfm/wadalab/dgj/dgjrussian.tfm + texmf-dist/fonts/tfm/wadalab/dgj/dgjsy.tfm + texmf-dist/fonts/tfm/wadalab/dmj/dmjgreek.tfm + texmf-dist/fonts/tfm/wadalab/dmj/dmjhira.tfm + texmf-dist/fonts/tfm/wadalab/dmj/dmjhw.tfm + texmf-dist/fonts/tfm/wadalab/dmj/dmjka.tfm + texmf-dist/fonts/tfm/wadalab/dmj/dmjkata.tfm + texmf-dist/fonts/tfm/wadalab/dmj/dmjkb.tfm + texmf-dist/fonts/tfm/wadalab/dmj/dmjkc.tfm + texmf-dist/fonts/tfm/wadalab/dmj/dmjkd.tfm + texmf-dist/fonts/tfm/wadalab/dmj/dmjke.tfm + texmf-dist/fonts/tfm/wadalab/dmj/dmjkeisen.tfm + texmf-dist/fonts/tfm/wadalab/dmj/dmjkf.tfm + texmf-dist/fonts/tfm/wadalab/dmj/dmjkg.tfm + texmf-dist/fonts/tfm/wadalab/dmj/dmjkh.tfm + texmf-dist/fonts/tfm/wadalab/dmj/dmjki.tfm + texmf-dist/fonts/tfm/wadalab/dmj/dmjkj.tfm + texmf-dist/fonts/tfm/wadalab/dmj/dmjkk.tfm + texmf-dist/fonts/tfm/wadalab/dmj/dmjkl.tfm + texmf-dist/fonts/tfm/wadalab/dmj/dmjkm.tfm + texmf-dist/fonts/tfm/wadalab/dmj/dmjkn.tfm + texmf-dist/fonts/tfm/wadalab/dmj/dmjko.tfm + texmf-dist/fonts/tfm/wadalab/dmj/dmjkp.tfm + texmf-dist/fonts/tfm/wadalab/dmj/dmjkq.tfm + texmf-dist/fonts/tfm/wadalab/dmj/dmjkr.tfm + texmf-dist/fonts/tfm/wadalab/dmj/dmjks.tfm + texmf-dist/fonts/tfm/wadalab/dmj/dmjkt.tfm + texmf-dist/fonts/tfm/wadalab/dmj/dmjku.tfm + texmf-dist/fonts/tfm/wadalab/dmj/dmjkv.tfm + texmf-dist/fonts/tfm/wadalab/dmj/dmjkw.tfm + texmf-dist/fonts/tfm/wadalab/dmj/dmjkx.tfm + texmf-dist/fonts/tfm/wadalab/dmj/dmjky.tfm + texmf-dist/fonts/tfm/wadalab/dmj/dmjkz.tfm + texmf-dist/fonts/tfm/wadalab/dmj/dmjroma.tfm + texmf-dist/fonts/tfm/wadalab/dmj/dmjrussian.tfm + texmf-dist/fonts/tfm/wadalab/dmj/dmjsy.tfm + texmf-dist/fonts/tfm/wadalab/mc2j/mc2jka.tfm + texmf-dist/fonts/tfm/wadalab/mc2j/mc2jkb.tfm + texmf-dist/fonts/tfm/wadalab/mc2j/mc2jkc.tfm + texmf-dist/fonts/tfm/wadalab/mc2j/mc2jkd.tfm + texmf-dist/fonts/tfm/wadalab/mc2j/mc2jke.tfm + texmf-dist/fonts/tfm/wadalab/mc2j/mc2jkf.tfm + texmf-dist/fonts/tfm/wadalab/mc2j/mc2jkg.tfm + texmf-dist/fonts/tfm/wadalab/mc2j/mc2jkh.tfm + texmf-dist/fonts/tfm/wadalab/mc2j/mc2jki.tfm + texmf-dist/fonts/tfm/wadalab/mc2j/mc2jkj.tfm + texmf-dist/fonts/tfm/wadalab/mc2j/mc2jkk.tfm + texmf-dist/fonts/tfm/wadalab/mc2j/mc2jkl.tfm + texmf-dist/fonts/tfm/wadalab/mc2j/mc2jkm.tfm + texmf-dist/fonts/tfm/wadalab/mc2j/mc2jkn.tfm + texmf-dist/fonts/tfm/wadalab/mc2j/mc2jko.tfm + texmf-dist/fonts/tfm/wadalab/mc2j/mc2jkp.tfm + texmf-dist/fonts/tfm/wadalab/mc2j/mc2jkq.tfm + texmf-dist/fonts/tfm/wadalab/mc2j/mc2jkr.tfm + texmf-dist/fonts/tfm/wadalab/mc2j/mc2jks.tfm + texmf-dist/fonts/tfm/wadalab/mc2j/mc2jkt.tfm + texmf-dist/fonts/tfm/wadalab/mc2j/mc2jku.tfm + texmf-dist/fonts/tfm/wadalab/mc2j/mc2jkv.tfm + texmf-dist/fonts/tfm/wadalab/mc2j/mc2jkw.tfm + texmf-dist/fonts/tfm/wadalab/mcj/mcjgreek.tfm + texmf-dist/fonts/tfm/wadalab/mcj/mcjhira.tfm + texmf-dist/fonts/tfm/wadalab/mcj/mcjhw.tfm + texmf-dist/fonts/tfm/wadalab/mcj/mcjka.tfm + texmf-dist/fonts/tfm/wadalab/mcj/mcjkata.tfm + texmf-dist/fonts/tfm/wadalab/mcj/mcjkb.tfm + texmf-dist/fonts/tfm/wadalab/mcj/mcjkc.tfm + texmf-dist/fonts/tfm/wadalab/mcj/mcjkd.tfm + texmf-dist/fonts/tfm/wadalab/mcj/mcjke.tfm + texmf-dist/fonts/tfm/wadalab/mcj/mcjkeisen.tfm + texmf-dist/fonts/tfm/wadalab/mcj/mcjkf.tfm + texmf-dist/fonts/tfm/wadalab/mcj/mcjkg.tfm + texmf-dist/fonts/tfm/wadalab/mcj/mcjkh.tfm + texmf-dist/fonts/tfm/wadalab/mcj/mcjki.tfm + texmf-dist/fonts/tfm/wadalab/mcj/mcjkj.tfm + texmf-dist/fonts/tfm/wadalab/mcj/mcjkk.tfm + texmf-dist/fonts/tfm/wadalab/mcj/mcjkl.tfm + texmf-dist/fonts/tfm/wadalab/mcj/mcjkm.tfm + texmf-dist/fonts/tfm/wadalab/mcj/mcjkn.tfm + texmf-dist/fonts/tfm/wadalab/mcj/mcjko.tfm + texmf-dist/fonts/tfm/wadalab/mcj/mcjkp.tfm + texmf-dist/fonts/tfm/wadalab/mcj/mcjkq.tfm + texmf-dist/fonts/tfm/wadalab/mcj/mcjkr.tfm + texmf-dist/fonts/tfm/wadalab/mcj/mcjks.tfm + texmf-dist/fonts/tfm/wadalab/mcj/mcjkt.tfm + texmf-dist/fonts/tfm/wadalab/mcj/mcjku.tfm + texmf-dist/fonts/tfm/wadalab/mcj/mcjkv.tfm + texmf-dist/fonts/tfm/wadalab/mcj/mcjkw.tfm + texmf-dist/fonts/tfm/wadalab/mcj/mcjkx.tfm + texmf-dist/fonts/tfm/wadalab/mcj/mcjky.tfm + texmf-dist/fonts/tfm/wadalab/mcj/mcjkz.tfm + texmf-dist/fonts/tfm/wadalab/mcj/mcjroma.tfm + texmf-dist/fonts/tfm/wadalab/mcj/mcjrussian.tfm + texmf-dist/fonts/tfm/wadalab/mcj/mcjsy.tfm + texmf-dist/fonts/tfm/wadalab/mr2j/mr2jka.tfm + texmf-dist/fonts/tfm/wadalab/mr2j/mr2jkb.tfm + texmf-dist/fonts/tfm/wadalab/mr2j/mr2jkc.tfm + texmf-dist/fonts/tfm/wadalab/mr2j/mr2jkd.tfm + texmf-dist/fonts/tfm/wadalab/mr2j/mr2jke.tfm + texmf-dist/fonts/tfm/wadalab/mr2j/mr2jkf.tfm + texmf-dist/fonts/tfm/wadalab/mr2j/mr2jkg.tfm + texmf-dist/fonts/tfm/wadalab/mr2j/mr2jkh.tfm + texmf-dist/fonts/tfm/wadalab/mr2j/mr2jki.tfm + texmf-dist/fonts/tfm/wadalab/mr2j/mr2jkj.tfm + texmf-dist/fonts/tfm/wadalab/mr2j/mr2jkk.tfm + texmf-dist/fonts/tfm/wadalab/mr2j/mr2jkl.tfm + texmf-dist/fonts/tfm/wadalab/mr2j/mr2jkm.tfm + texmf-dist/fonts/tfm/wadalab/mr2j/mr2jkn.tfm + texmf-dist/fonts/tfm/wadalab/mr2j/mr2jko.tfm + texmf-dist/fonts/tfm/wadalab/mr2j/mr2jkp.tfm + texmf-dist/fonts/tfm/wadalab/mr2j/mr2jkq.tfm + texmf-dist/fonts/tfm/wadalab/mr2j/mr2jkr.tfm + texmf-dist/fonts/tfm/wadalab/mr2j/mr2jks.tfm + texmf-dist/fonts/tfm/wadalab/mr2j/mr2jkt.tfm + texmf-dist/fonts/tfm/wadalab/mr2j/mr2jku.tfm + texmf-dist/fonts/tfm/wadalab/mr2j/mr2jkv.tfm + texmf-dist/fonts/tfm/wadalab/mr2j/mr2jkw.tfm + texmf-dist/fonts/tfm/wadalab/mrj/mrjgreek.tfm + texmf-dist/fonts/tfm/wadalab/mrj/mrjhira.tfm + texmf-dist/fonts/tfm/wadalab/mrj/mrjhw.tfm + texmf-dist/fonts/tfm/wadalab/mrj/mrjka.tfm + texmf-dist/fonts/tfm/wadalab/mrj/mrjkata.tfm + texmf-dist/fonts/tfm/wadalab/mrj/mrjkb.tfm + texmf-dist/fonts/tfm/wadalab/mrj/mrjkc.tfm + texmf-dist/fonts/tfm/wadalab/mrj/mrjkd.tfm + texmf-dist/fonts/tfm/wadalab/mrj/mrjke.tfm + texmf-dist/fonts/tfm/wadalab/mrj/mrjkeisen.tfm + texmf-dist/fonts/tfm/wadalab/mrj/mrjkf.tfm + texmf-dist/fonts/tfm/wadalab/mrj/mrjkg.tfm + texmf-dist/fonts/tfm/wadalab/mrj/mrjkh.tfm + texmf-dist/fonts/tfm/wadalab/mrj/mrjki.tfm + texmf-dist/fonts/tfm/wadalab/mrj/mrjkj.tfm + texmf-dist/fonts/tfm/wadalab/mrj/mrjkk.tfm + texmf-dist/fonts/tfm/wadalab/mrj/mrjkl.tfm + texmf-dist/fonts/tfm/wadalab/mrj/mrjkm.tfm + texmf-dist/fonts/tfm/wadalab/mrj/mrjkn.tfm + texmf-dist/fonts/tfm/wadalab/mrj/mrjko.tfm + texmf-dist/fonts/tfm/wadalab/mrj/mrjkp.tfm + texmf-dist/fonts/tfm/wadalab/mrj/mrjkq.tfm + texmf-dist/fonts/tfm/wadalab/mrj/mrjkr.tfm + texmf-dist/fonts/tfm/wadalab/mrj/mrjks.tfm + texmf-dist/fonts/tfm/wadalab/mrj/mrjkt.tfm + texmf-dist/fonts/tfm/wadalab/mrj/mrjku.tfm + texmf-dist/fonts/tfm/wadalab/mrj/mrjkv.tfm + texmf-dist/fonts/tfm/wadalab/mrj/mrjkw.tfm + texmf-dist/fonts/tfm/wadalab/mrj/mrjkx.tfm + texmf-dist/fonts/tfm/wadalab/mrj/mrjky.tfm + texmf-dist/fonts/tfm/wadalab/mrj/mrjkz.tfm + texmf-dist/fonts/tfm/wadalab/mrj/mrjroma.tfm + texmf-dist/fonts/tfm/wadalab/mrj/mrjrussian.tfm + texmf-dist/fonts/tfm/wadalab/mrj/mrjsy.tfm + texmf-dist/fonts/tfm/wadalab/udgj/udgj00.tfm + texmf-dist/fonts/tfm/wadalab/udgj/udgj03.tfm + texmf-dist/fonts/tfm/wadalab/udgj/udgj04.tfm + texmf-dist/fonts/tfm/wadalab/udgj/udgj20.tfm + texmf-dist/fonts/tfm/wadalab/udgj/udgj21.tfm + texmf-dist/fonts/tfm/wadalab/udgj/udgj22.tfm + texmf-dist/fonts/tfm/wadalab/udgj/udgj23.tfm + texmf-dist/fonts/tfm/wadalab/udgj/udgj25.tfm + texmf-dist/fonts/tfm/wadalab/udgj/udgj26.tfm + texmf-dist/fonts/tfm/wadalab/udgj/udgj30.tfm + texmf-dist/fonts/tfm/wadalab/udgj/udgj4e.tfm + texmf-dist/fonts/tfm/wadalab/udgj/udgj4f.tfm + texmf-dist/fonts/tfm/wadalab/udgj/udgj50.tfm + texmf-dist/fonts/tfm/wadalab/udgj/udgj51.tfm + texmf-dist/fonts/tfm/wadalab/udgj/udgj52.tfm + texmf-dist/fonts/tfm/wadalab/udgj/udgj53.tfm + texmf-dist/fonts/tfm/wadalab/udgj/udgj54.tfm + texmf-dist/fonts/tfm/wadalab/udgj/udgj55.tfm + texmf-dist/fonts/tfm/wadalab/udgj/udgj56.tfm + texmf-dist/fonts/tfm/wadalab/udgj/udgj57.tfm + texmf-dist/fonts/tfm/wadalab/udgj/udgj58.tfm + texmf-dist/fonts/tfm/wadalab/udgj/udgj59.tfm + texmf-dist/fonts/tfm/wadalab/udgj/udgj5a.tfm + texmf-dist/fonts/tfm/wadalab/udgj/udgj5b.tfm + texmf-dist/fonts/tfm/wadalab/udgj/udgj5c.tfm + texmf-dist/fonts/tfm/wadalab/udgj/udgj5d.tfm + texmf-dist/fonts/tfm/wadalab/udgj/udgj5e.tfm + texmf-dist/fonts/tfm/wadalab/udgj/udgj5f.tfm + texmf-dist/fonts/tfm/wadalab/udgj/udgj60.tfm + texmf-dist/fonts/tfm/wadalab/udgj/udgj61.tfm + texmf-dist/fonts/tfm/wadalab/udgj/udgj62.tfm + texmf-dist/fonts/tfm/wadalab/udgj/udgj63.tfm + texmf-dist/fonts/tfm/wadalab/udgj/udgj64.tfm + texmf-dist/fonts/tfm/wadalab/udgj/udgj65.tfm + texmf-dist/fonts/tfm/wadalab/udgj/udgj66.tfm + texmf-dist/fonts/tfm/wadalab/udgj/udgj67.tfm + texmf-dist/fonts/tfm/wadalab/udgj/udgj68.tfm + texmf-dist/fonts/tfm/wadalab/udgj/udgj69.tfm + texmf-dist/fonts/tfm/wadalab/udgj/udgj6a.tfm + texmf-dist/fonts/tfm/wadalab/udgj/udgj6b.tfm + texmf-dist/fonts/tfm/wadalab/udgj/udgj6c.tfm + texmf-dist/fonts/tfm/wadalab/udgj/udgj6d.tfm + texmf-dist/fonts/tfm/wadalab/udgj/udgj6e.tfm + texmf-dist/fonts/tfm/wadalab/udgj/udgj6f.tfm + texmf-dist/fonts/tfm/wadalab/udgj/udgj70.tfm + texmf-dist/fonts/tfm/wadalab/udgj/udgj71.tfm + texmf-dist/fonts/tfm/wadalab/udgj/udgj72.tfm + texmf-dist/fonts/tfm/wadalab/udgj/udgj73.tfm + texmf-dist/fonts/tfm/wadalab/udgj/udgj74.tfm + texmf-dist/fonts/tfm/wadalab/udgj/udgj75.tfm + texmf-dist/fonts/tfm/wadalab/udgj/udgj76.tfm + texmf-dist/fonts/tfm/wadalab/udgj/udgj77.tfm + texmf-dist/fonts/tfm/wadalab/udgj/udgj78.tfm + texmf-dist/fonts/tfm/wadalab/udgj/udgj79.tfm + texmf-dist/fonts/tfm/wadalab/udgj/udgj7a.tfm + texmf-dist/fonts/tfm/wadalab/udgj/udgj7b.tfm + texmf-dist/fonts/tfm/wadalab/udgj/udgj7c.tfm + texmf-dist/fonts/tfm/wadalab/udgj/udgj7d.tfm + texmf-dist/fonts/tfm/wadalab/udgj/udgj7e.tfm + texmf-dist/fonts/tfm/wadalab/udgj/udgj7f.tfm + texmf-dist/fonts/tfm/wadalab/udgj/udgj80.tfm + texmf-dist/fonts/tfm/wadalab/udgj/udgj81.tfm + texmf-dist/fonts/tfm/wadalab/udgj/udgj82.tfm + texmf-dist/fonts/tfm/wadalab/udgj/udgj83.tfm + texmf-dist/fonts/tfm/wadalab/udgj/udgj84.tfm + texmf-dist/fonts/tfm/wadalab/udgj/udgj85.tfm + texmf-dist/fonts/tfm/wadalab/udgj/udgj86.tfm + texmf-dist/fonts/tfm/wadalab/udgj/udgj87.tfm + texmf-dist/fonts/tfm/wadalab/udgj/udgj88.tfm + texmf-dist/fonts/tfm/wadalab/udgj/udgj89.tfm + texmf-dist/fonts/tfm/wadalab/udgj/udgj8a.tfm + texmf-dist/fonts/tfm/wadalab/udgj/udgj8b.tfm + texmf-dist/fonts/tfm/wadalab/udgj/udgj8c.tfm + texmf-dist/fonts/tfm/wadalab/udgj/udgj8d.tfm + texmf-dist/fonts/tfm/wadalab/udgj/udgj8e.tfm + texmf-dist/fonts/tfm/wadalab/udgj/udgj8f.tfm + texmf-dist/fonts/tfm/wadalab/udgj/udgj90.tfm + texmf-dist/fonts/tfm/wadalab/udgj/udgj91.tfm + texmf-dist/fonts/tfm/wadalab/udgj/udgj92.tfm + texmf-dist/fonts/tfm/wadalab/udgj/udgj93.tfm + texmf-dist/fonts/tfm/wadalab/udgj/udgj94.tfm + texmf-dist/fonts/tfm/wadalab/udgj/udgj95.tfm + texmf-dist/fonts/tfm/wadalab/udgj/udgj96.tfm + texmf-dist/fonts/tfm/wadalab/udgj/udgj97.tfm + texmf-dist/fonts/tfm/wadalab/udgj/udgj98.tfm + texmf-dist/fonts/tfm/wadalab/udgj/udgj99.tfm + texmf-dist/fonts/tfm/wadalab/udgj/udgj9a.tfm + texmf-dist/fonts/tfm/wadalab/udgj/udgj9b.tfm + texmf-dist/fonts/tfm/wadalab/udgj/udgj9c.tfm + texmf-dist/fonts/tfm/wadalab/udgj/udgj9d.tfm + texmf-dist/fonts/tfm/wadalab/udgj/udgj9e.tfm + texmf-dist/fonts/tfm/wadalab/udgj/udgj9f.tfm + texmf-dist/fonts/tfm/wadalab/udgj/udgjff.tfm + texmf-dist/fonts/tfm/wadalab/udmj/udmj00.tfm + texmf-dist/fonts/tfm/wadalab/udmj/udmj03.tfm + texmf-dist/fonts/tfm/wadalab/udmj/udmj04.tfm + texmf-dist/fonts/tfm/wadalab/udmj/udmj20.tfm + texmf-dist/fonts/tfm/wadalab/udmj/udmj21.tfm + texmf-dist/fonts/tfm/wadalab/udmj/udmj22.tfm + texmf-dist/fonts/tfm/wadalab/udmj/udmj23.tfm + texmf-dist/fonts/tfm/wadalab/udmj/udmj25.tfm + texmf-dist/fonts/tfm/wadalab/udmj/udmj26.tfm + texmf-dist/fonts/tfm/wadalab/udmj/udmj30.tfm + texmf-dist/fonts/tfm/wadalab/udmj/udmj4e.tfm + texmf-dist/fonts/tfm/wadalab/udmj/udmj4f.tfm + texmf-dist/fonts/tfm/wadalab/udmj/udmj50.tfm + texmf-dist/fonts/tfm/wadalab/udmj/udmj51.tfm + texmf-dist/fonts/tfm/wadalab/udmj/udmj52.tfm + texmf-dist/fonts/tfm/wadalab/udmj/udmj53.tfm + texmf-dist/fonts/tfm/wadalab/udmj/udmj54.tfm + texmf-dist/fonts/tfm/wadalab/udmj/udmj55.tfm + texmf-dist/fonts/tfm/wadalab/udmj/udmj56.tfm + texmf-dist/fonts/tfm/wadalab/udmj/udmj57.tfm + texmf-dist/fonts/tfm/wadalab/udmj/udmj58.tfm + texmf-dist/fonts/tfm/wadalab/udmj/udmj59.tfm + texmf-dist/fonts/tfm/wadalab/udmj/udmj5a.tfm + texmf-dist/fonts/tfm/wadalab/udmj/udmj5b.tfm + texmf-dist/fonts/tfm/wadalab/udmj/udmj5c.tfm + texmf-dist/fonts/tfm/wadalab/udmj/udmj5d.tfm + texmf-dist/fonts/tfm/wadalab/udmj/udmj5e.tfm + texmf-dist/fonts/tfm/wadalab/udmj/udmj5f.tfm + texmf-dist/fonts/tfm/wadalab/udmj/udmj60.tfm + texmf-dist/fonts/tfm/wadalab/udmj/udmj61.tfm + texmf-dist/fonts/tfm/wadalab/udmj/udmj62.tfm + texmf-dist/fonts/tfm/wadalab/udmj/udmj63.tfm + texmf-dist/fonts/tfm/wadalab/udmj/udmj64.tfm + texmf-dist/fonts/tfm/wadalab/udmj/udmj65.tfm + texmf-dist/fonts/tfm/wadalab/udmj/udmj66.tfm + texmf-dist/fonts/tfm/wadalab/udmj/udmj67.tfm + texmf-dist/fonts/tfm/wadalab/udmj/udmj68.tfm + texmf-dist/fonts/tfm/wadalab/udmj/udmj69.tfm + texmf-dist/fonts/tfm/wadalab/udmj/udmj6a.tfm + texmf-dist/fonts/tfm/wadalab/udmj/udmj6b.tfm + texmf-dist/fonts/tfm/wadalab/udmj/udmj6c.tfm + texmf-dist/fonts/tfm/wadalab/udmj/udmj6d.tfm + texmf-dist/fonts/tfm/wadalab/udmj/udmj6e.tfm + texmf-dist/fonts/tfm/wadalab/udmj/udmj6f.tfm + texmf-dist/fonts/tfm/wadalab/udmj/udmj70.tfm + texmf-dist/fonts/tfm/wadalab/udmj/udmj71.tfm + texmf-dist/fonts/tfm/wadalab/udmj/udmj72.tfm + texmf-dist/fonts/tfm/wadalab/udmj/udmj73.tfm + texmf-dist/fonts/tfm/wadalab/udmj/udmj74.tfm + texmf-dist/fonts/tfm/wadalab/udmj/udmj75.tfm + texmf-dist/fonts/tfm/wadalab/udmj/udmj76.tfm + texmf-dist/fonts/tfm/wadalab/udmj/udmj77.tfm + texmf-dist/fonts/tfm/wadalab/udmj/udmj78.tfm + texmf-dist/fonts/tfm/wadalab/udmj/udmj79.tfm + texmf-dist/fonts/tfm/wadalab/udmj/udmj7a.tfm + texmf-dist/fonts/tfm/wadalab/udmj/udmj7b.tfm + texmf-dist/fonts/tfm/wadalab/udmj/udmj7c.tfm + texmf-dist/fonts/tfm/wadalab/udmj/udmj7d.tfm + texmf-dist/fonts/tfm/wadalab/udmj/udmj7e.tfm + texmf-dist/fonts/tfm/wadalab/udmj/udmj7f.tfm + texmf-dist/fonts/tfm/wadalab/udmj/udmj80.tfm + texmf-dist/fonts/tfm/wadalab/udmj/udmj81.tfm + texmf-dist/fonts/tfm/wadalab/udmj/udmj82.tfm + texmf-dist/fonts/tfm/wadalab/udmj/udmj83.tfm + texmf-dist/fonts/tfm/wadalab/udmj/udmj84.tfm + texmf-dist/fonts/tfm/wadalab/udmj/udmj85.tfm + texmf-dist/fonts/tfm/wadalab/udmj/udmj86.tfm + texmf-dist/fonts/tfm/wadalab/udmj/udmj87.tfm + texmf-dist/fonts/tfm/wadalab/udmj/udmj88.tfm + texmf-dist/fonts/tfm/wadalab/udmj/udmj89.tfm + texmf-dist/fonts/tfm/wadalab/udmj/udmj8a.tfm + texmf-dist/fonts/tfm/wadalab/udmj/udmj8b.tfm + texmf-dist/fonts/tfm/wadalab/udmj/udmj8c.tfm + texmf-dist/fonts/tfm/wadalab/udmj/udmj8d.tfm + texmf-dist/fonts/tfm/wadalab/udmj/udmj8e.tfm + texmf-dist/fonts/tfm/wadalab/udmj/udmj8f.tfm + texmf-dist/fonts/tfm/wadalab/udmj/udmj90.tfm + texmf-dist/fonts/tfm/wadalab/udmj/udmj91.tfm + texmf-dist/fonts/tfm/wadalab/udmj/udmj92.tfm + texmf-dist/fonts/tfm/wadalab/udmj/udmj93.tfm + texmf-dist/fonts/tfm/wadalab/udmj/udmj94.tfm + texmf-dist/fonts/tfm/wadalab/udmj/udmj95.tfm + texmf-dist/fonts/tfm/wadalab/udmj/udmj96.tfm + texmf-dist/fonts/tfm/wadalab/udmj/udmj97.tfm + texmf-dist/fonts/tfm/wadalab/udmj/udmj98.tfm + texmf-dist/fonts/tfm/wadalab/udmj/udmj99.tfm + texmf-dist/fonts/tfm/wadalab/udmj/udmj9a.tfm + texmf-dist/fonts/tfm/wadalab/udmj/udmj9b.tfm + texmf-dist/fonts/tfm/wadalab/udmj/udmj9c.tfm + texmf-dist/fonts/tfm/wadalab/udmj/udmj9d.tfm + texmf-dist/fonts/tfm/wadalab/udmj/udmj9e.tfm + texmf-dist/fonts/tfm/wadalab/udmj/udmj9f.tfm + texmf-dist/fonts/tfm/wadalab/udmj/udmjff.tfm + texmf-dist/fonts/tfm/wadalab/umcj/umcj00.tfm + texmf-dist/fonts/tfm/wadalab/umcj/umcj03.tfm + texmf-dist/fonts/tfm/wadalab/umcj/umcj04.tfm + texmf-dist/fonts/tfm/wadalab/umcj/umcj20.tfm + texmf-dist/fonts/tfm/wadalab/umcj/umcj21.tfm + texmf-dist/fonts/tfm/wadalab/umcj/umcj22.tfm + texmf-dist/fonts/tfm/wadalab/umcj/umcj23.tfm + texmf-dist/fonts/tfm/wadalab/umcj/umcj25.tfm + texmf-dist/fonts/tfm/wadalab/umcj/umcj26.tfm + texmf-dist/fonts/tfm/wadalab/umcj/umcj30.tfm + texmf-dist/fonts/tfm/wadalab/umcj/umcj4e.tfm + texmf-dist/fonts/tfm/wadalab/umcj/umcj4f.tfm + texmf-dist/fonts/tfm/wadalab/umcj/umcj50.tfm + texmf-dist/fonts/tfm/wadalab/umcj/umcj51.tfm + texmf-dist/fonts/tfm/wadalab/umcj/umcj52.tfm + texmf-dist/fonts/tfm/wadalab/umcj/umcj53.tfm + texmf-dist/fonts/tfm/wadalab/umcj/umcj54.tfm + texmf-dist/fonts/tfm/wadalab/umcj/umcj55.tfm + texmf-dist/fonts/tfm/wadalab/umcj/umcj56.tfm + texmf-dist/fonts/tfm/wadalab/umcj/umcj57.tfm + texmf-dist/fonts/tfm/wadalab/umcj/umcj58.tfm + texmf-dist/fonts/tfm/wadalab/umcj/umcj59.tfm + texmf-dist/fonts/tfm/wadalab/umcj/umcj5a.tfm + texmf-dist/fonts/tfm/wadalab/umcj/umcj5b.tfm + texmf-dist/fonts/tfm/wadalab/umcj/umcj5c.tfm + texmf-dist/fonts/tfm/wadalab/umcj/umcj5d.tfm + texmf-dist/fonts/tfm/wadalab/umcj/umcj5e.tfm + texmf-dist/fonts/tfm/wadalab/umcj/umcj5f.tfm + texmf-dist/fonts/tfm/wadalab/umcj/umcj60.tfm + texmf-dist/fonts/tfm/wadalab/umcj/umcj61.tfm + texmf-dist/fonts/tfm/wadalab/umcj/umcj62.tfm + texmf-dist/fonts/tfm/wadalab/umcj/umcj63.tfm + texmf-dist/fonts/tfm/wadalab/umcj/umcj64.tfm + texmf-dist/fonts/tfm/wadalab/umcj/umcj65.tfm + texmf-dist/fonts/tfm/wadalab/umcj/umcj66.tfm + texmf-dist/fonts/tfm/wadalab/umcj/umcj67.tfm + texmf-dist/fonts/tfm/wadalab/umcj/umcj68.tfm + texmf-dist/fonts/tfm/wadalab/umcj/umcj69.tfm + texmf-dist/fonts/tfm/wadalab/umcj/umcj6a.tfm + texmf-dist/fonts/tfm/wadalab/umcj/umcj6b.tfm + texmf-dist/fonts/tfm/wadalab/umcj/umcj6c.tfm + texmf-dist/fonts/tfm/wadalab/umcj/umcj6d.tfm + texmf-dist/fonts/tfm/wadalab/umcj/umcj6e.tfm + texmf-dist/fonts/tfm/wadalab/umcj/umcj6f.tfm + texmf-dist/fonts/tfm/wadalab/umcj/umcj70.tfm + texmf-dist/fonts/tfm/wadalab/umcj/umcj71.tfm + texmf-dist/fonts/tfm/wadalab/umcj/umcj72.tfm + texmf-dist/fonts/tfm/wadalab/umcj/umcj73.tfm + texmf-dist/fonts/tfm/wadalab/umcj/umcj74.tfm + texmf-dist/fonts/tfm/wadalab/umcj/umcj75.tfm + texmf-dist/fonts/tfm/wadalab/umcj/umcj76.tfm + texmf-dist/fonts/tfm/wadalab/umcj/umcj77.tfm + texmf-dist/fonts/tfm/wadalab/umcj/umcj78.tfm + texmf-dist/fonts/tfm/wadalab/umcj/umcj79.tfm + texmf-dist/fonts/tfm/wadalab/umcj/umcj7a.tfm + texmf-dist/fonts/tfm/wadalab/umcj/umcj7b.tfm + texmf-dist/fonts/tfm/wadalab/umcj/umcj7c.tfm + texmf-dist/fonts/tfm/wadalab/umcj/umcj7d.tfm + texmf-dist/fonts/tfm/wadalab/umcj/umcj7e.tfm + texmf-dist/fonts/tfm/wadalab/umcj/umcj7f.tfm + texmf-dist/fonts/tfm/wadalab/umcj/umcj80.tfm + texmf-dist/fonts/tfm/wadalab/umcj/umcj81.tfm + texmf-dist/fonts/tfm/wadalab/umcj/umcj82.tfm + texmf-dist/fonts/tfm/wadalab/umcj/umcj83.tfm + texmf-dist/fonts/tfm/wadalab/umcj/umcj84.tfm + texmf-dist/fonts/tfm/wadalab/umcj/umcj85.tfm + texmf-dist/fonts/tfm/wadalab/umcj/umcj86.tfm + texmf-dist/fonts/tfm/wadalab/umcj/umcj87.tfm + texmf-dist/fonts/tfm/wadalab/umcj/umcj88.tfm + texmf-dist/fonts/tfm/wadalab/umcj/umcj89.tfm + texmf-dist/fonts/tfm/wadalab/umcj/umcj8a.tfm + texmf-dist/fonts/tfm/wadalab/umcj/umcj8b.tfm + texmf-dist/fonts/tfm/wadalab/umcj/umcj8c.tfm + texmf-dist/fonts/tfm/wadalab/umcj/umcj8d.tfm + texmf-dist/fonts/tfm/wadalab/umcj/umcj8e.tfm + texmf-dist/fonts/tfm/wadalab/umcj/umcj8f.tfm + texmf-dist/fonts/tfm/wadalab/umcj/umcj90.tfm + texmf-dist/fonts/tfm/wadalab/umcj/umcj91.tfm + texmf-dist/fonts/tfm/wadalab/umcj/umcj92.tfm + texmf-dist/fonts/tfm/wadalab/umcj/umcj93.tfm + texmf-dist/fonts/tfm/wadalab/umcj/umcj94.tfm + texmf-dist/fonts/tfm/wadalab/umcj/umcj95.tfm + texmf-dist/fonts/tfm/wadalab/umcj/umcj96.tfm + texmf-dist/fonts/tfm/wadalab/umcj/umcj97.tfm + texmf-dist/fonts/tfm/wadalab/umcj/umcj98.tfm + texmf-dist/fonts/tfm/wadalab/umcj/umcj99.tfm + texmf-dist/fonts/tfm/wadalab/umcj/umcj9a.tfm + texmf-dist/fonts/tfm/wadalab/umcj/umcj9b.tfm + texmf-dist/fonts/tfm/wadalab/umcj/umcj9c.tfm + texmf-dist/fonts/tfm/wadalab/umcj/umcj9d.tfm + texmf-dist/fonts/tfm/wadalab/umcj/umcj9e.tfm + texmf-dist/fonts/tfm/wadalab/umcj/umcj9f.tfm + texmf-dist/fonts/tfm/wadalab/umcj/umcjff.tfm + texmf-dist/fonts/tfm/wadalab/umrj/umrj00.tfm + texmf-dist/fonts/tfm/wadalab/umrj/umrj03.tfm + texmf-dist/fonts/tfm/wadalab/umrj/umrj04.tfm + texmf-dist/fonts/tfm/wadalab/umrj/umrj20.tfm + texmf-dist/fonts/tfm/wadalab/umrj/umrj21.tfm + texmf-dist/fonts/tfm/wadalab/umrj/umrj22.tfm + texmf-dist/fonts/tfm/wadalab/umrj/umrj23.tfm + texmf-dist/fonts/tfm/wadalab/umrj/umrj25.tfm + texmf-dist/fonts/tfm/wadalab/umrj/umrj26.tfm + texmf-dist/fonts/tfm/wadalab/umrj/umrj30.tfm + texmf-dist/fonts/tfm/wadalab/umrj/umrj4e.tfm + texmf-dist/fonts/tfm/wadalab/umrj/umrj4f.tfm + texmf-dist/fonts/tfm/wadalab/umrj/umrj50.tfm + texmf-dist/fonts/tfm/wadalab/umrj/umrj51.tfm + texmf-dist/fonts/tfm/wadalab/umrj/umrj52.tfm + texmf-dist/fonts/tfm/wadalab/umrj/umrj53.tfm + texmf-dist/fonts/tfm/wadalab/umrj/umrj54.tfm + texmf-dist/fonts/tfm/wadalab/umrj/umrj55.tfm + texmf-dist/fonts/tfm/wadalab/umrj/umrj56.tfm + texmf-dist/fonts/tfm/wadalab/umrj/umrj57.tfm + texmf-dist/fonts/tfm/wadalab/umrj/umrj58.tfm + texmf-dist/fonts/tfm/wadalab/umrj/umrj59.tfm + texmf-dist/fonts/tfm/wadalab/umrj/umrj5a.tfm + texmf-dist/fonts/tfm/wadalab/umrj/umrj5b.tfm + texmf-dist/fonts/tfm/wadalab/umrj/umrj5c.tfm + texmf-dist/fonts/tfm/wadalab/umrj/umrj5d.tfm + texmf-dist/fonts/tfm/wadalab/umrj/umrj5e.tfm + texmf-dist/fonts/tfm/wadalab/umrj/umrj5f.tfm + texmf-dist/fonts/tfm/wadalab/umrj/umrj60.tfm + texmf-dist/fonts/tfm/wadalab/umrj/umrj61.tfm + texmf-dist/fonts/tfm/wadalab/umrj/umrj62.tfm + texmf-dist/fonts/tfm/wadalab/umrj/umrj63.tfm + texmf-dist/fonts/tfm/wadalab/umrj/umrj64.tfm + texmf-dist/fonts/tfm/wadalab/umrj/umrj65.tfm + texmf-dist/fonts/tfm/wadalab/umrj/umrj66.tfm + texmf-dist/fonts/tfm/wadalab/umrj/umrj67.tfm + texmf-dist/fonts/tfm/wadalab/umrj/umrj68.tfm + texmf-dist/fonts/tfm/wadalab/umrj/umrj69.tfm + texmf-dist/fonts/tfm/wadalab/umrj/umrj6a.tfm + texmf-dist/fonts/tfm/wadalab/umrj/umrj6b.tfm + texmf-dist/fonts/tfm/wadalab/umrj/umrj6c.tfm + texmf-dist/fonts/tfm/wadalab/umrj/umrj6d.tfm + texmf-dist/fonts/tfm/wadalab/umrj/umrj6e.tfm + texmf-dist/fonts/tfm/wadalab/umrj/umrj6f.tfm + texmf-dist/fonts/tfm/wadalab/umrj/umrj70.tfm + texmf-dist/fonts/tfm/wadalab/umrj/umrj71.tfm + texmf-dist/fonts/tfm/wadalab/umrj/umrj72.tfm + texmf-dist/fonts/tfm/wadalab/umrj/umrj73.tfm + texmf-dist/fonts/tfm/wadalab/umrj/umrj74.tfm + texmf-dist/fonts/tfm/wadalab/umrj/umrj75.tfm + texmf-dist/fonts/tfm/wadalab/umrj/umrj76.tfm + texmf-dist/fonts/tfm/wadalab/umrj/umrj77.tfm + texmf-dist/fonts/tfm/wadalab/umrj/umrj78.tfm + texmf-dist/fonts/tfm/wadalab/umrj/umrj79.tfm + texmf-dist/fonts/tfm/wadalab/umrj/umrj7a.tfm + texmf-dist/fonts/tfm/wadalab/umrj/umrj7b.tfm + texmf-dist/fonts/tfm/wadalab/umrj/umrj7c.tfm + texmf-dist/fonts/tfm/wadalab/umrj/umrj7d.tfm + texmf-dist/fonts/tfm/wadalab/umrj/umrj7e.tfm + texmf-dist/fonts/tfm/wadalab/umrj/umrj7f.tfm + texmf-dist/fonts/tfm/wadalab/umrj/umrj80.tfm + texmf-dist/fonts/tfm/wadalab/umrj/umrj81.tfm + texmf-dist/fonts/tfm/wadalab/umrj/umrj82.tfm + texmf-dist/fonts/tfm/wadalab/umrj/umrj83.tfm + texmf-dist/fonts/tfm/wadalab/umrj/umrj84.tfm + texmf-dist/fonts/tfm/wadalab/umrj/umrj85.tfm + texmf-dist/fonts/tfm/wadalab/umrj/umrj86.tfm + texmf-dist/fonts/tfm/wadalab/umrj/umrj87.tfm + texmf-dist/fonts/tfm/wadalab/umrj/umrj88.tfm + texmf-dist/fonts/tfm/wadalab/umrj/umrj89.tfm + texmf-dist/fonts/tfm/wadalab/umrj/umrj8a.tfm + texmf-dist/fonts/tfm/wadalab/umrj/umrj8b.tfm + texmf-dist/fonts/tfm/wadalab/umrj/umrj8c.tfm + texmf-dist/fonts/tfm/wadalab/umrj/umrj8d.tfm + texmf-dist/fonts/tfm/wadalab/umrj/umrj8e.tfm + texmf-dist/fonts/tfm/wadalab/umrj/umrj8f.tfm + texmf-dist/fonts/tfm/wadalab/umrj/umrj90.tfm + texmf-dist/fonts/tfm/wadalab/umrj/umrj91.tfm + texmf-dist/fonts/tfm/wadalab/umrj/umrj92.tfm + texmf-dist/fonts/tfm/wadalab/umrj/umrj93.tfm + texmf-dist/fonts/tfm/wadalab/umrj/umrj94.tfm + texmf-dist/fonts/tfm/wadalab/umrj/umrj95.tfm + texmf-dist/fonts/tfm/wadalab/umrj/umrj96.tfm + texmf-dist/fonts/tfm/wadalab/umrj/umrj97.tfm + texmf-dist/fonts/tfm/wadalab/umrj/umrj98.tfm + texmf-dist/fonts/tfm/wadalab/umrj/umrj99.tfm + texmf-dist/fonts/tfm/wadalab/umrj/umrj9a.tfm + texmf-dist/fonts/tfm/wadalab/umrj/umrj9b.tfm + texmf-dist/fonts/tfm/wadalab/umrj/umrj9c.tfm + texmf-dist/fonts/tfm/wadalab/umrj/umrj9d.tfm + texmf-dist/fonts/tfm/wadalab/umrj/umrj9e.tfm + texmf-dist/fonts/tfm/wadalab/umrj/umrj9f.tfm + texmf-dist/fonts/tfm/wadalab/umrj/umrjff.tfm + texmf-dist/fonts/type1/wadalab/dgj/dgjgreek.pfb + texmf-dist/fonts/type1/wadalab/dgj/dgjhira.pfb + texmf-dist/fonts/type1/wadalab/dgj/dgjhw.pfb + texmf-dist/fonts/type1/wadalab/dgj/dgjka.pfb + texmf-dist/fonts/type1/wadalab/dgj/dgjkata.pfb + texmf-dist/fonts/type1/wadalab/dgj/dgjkb.pfb + texmf-dist/fonts/type1/wadalab/dgj/dgjkc.pfb + texmf-dist/fonts/type1/wadalab/dgj/dgjkd.pfb + texmf-dist/fonts/type1/wadalab/dgj/dgjke.pfb + texmf-dist/fonts/type1/wadalab/dgj/dgjkeisen.pfb + texmf-dist/fonts/type1/wadalab/dgj/dgjkf.pfb + texmf-dist/fonts/type1/wadalab/dgj/dgjkg.pfb + texmf-dist/fonts/type1/wadalab/dgj/dgjkh.pfb + texmf-dist/fonts/type1/wadalab/dgj/dgjki.pfb + texmf-dist/fonts/type1/wadalab/dgj/dgjkj.pfb + texmf-dist/fonts/type1/wadalab/dgj/dgjkk.pfb + texmf-dist/fonts/type1/wadalab/dgj/dgjkl.pfb + texmf-dist/fonts/type1/wadalab/dgj/dgjkm.pfb + texmf-dist/fonts/type1/wadalab/dgj/dgjkn.pfb + texmf-dist/fonts/type1/wadalab/dgj/dgjko.pfb + texmf-dist/fonts/type1/wadalab/dgj/dgjkp.pfb + texmf-dist/fonts/type1/wadalab/dgj/dgjkq.pfb + texmf-dist/fonts/type1/wadalab/dgj/dgjkr.pfb + texmf-dist/fonts/type1/wadalab/dgj/dgjks.pfb + texmf-dist/fonts/type1/wadalab/dgj/dgjkt.pfb + texmf-dist/fonts/type1/wadalab/dgj/dgjku.pfb + texmf-dist/fonts/type1/wadalab/dgj/dgjkv.pfb + texmf-dist/fonts/type1/wadalab/dgj/dgjkw.pfb + texmf-dist/fonts/type1/wadalab/dgj/dgjkx.pfb + texmf-dist/fonts/type1/wadalab/dgj/dgjky.pfb + texmf-dist/fonts/type1/wadalab/dgj/dgjkz.pfb + texmf-dist/fonts/type1/wadalab/dgj/dgjroma.pfb + texmf-dist/fonts/type1/wadalab/dgj/dgjrussian.pfb + texmf-dist/fonts/type1/wadalab/dgj/dgjsy.pfb + texmf-dist/fonts/type1/wadalab/dmj/dmjgreek.pfb + texmf-dist/fonts/type1/wadalab/dmj/dmjhira.pfb + texmf-dist/fonts/type1/wadalab/dmj/dmjhw.pfb + texmf-dist/fonts/type1/wadalab/dmj/dmjka.pfb + texmf-dist/fonts/type1/wadalab/dmj/dmjkata.pfb + texmf-dist/fonts/type1/wadalab/dmj/dmjkb.pfb + texmf-dist/fonts/type1/wadalab/dmj/dmjkc.pfb + texmf-dist/fonts/type1/wadalab/dmj/dmjkd.pfb + texmf-dist/fonts/type1/wadalab/dmj/dmjke.pfb + texmf-dist/fonts/type1/wadalab/dmj/dmjkeisen.pfb + texmf-dist/fonts/type1/wadalab/dmj/dmjkf.pfb + texmf-dist/fonts/type1/wadalab/dmj/dmjkg.pfb + texmf-dist/fonts/type1/wadalab/dmj/dmjkh.pfb + texmf-dist/fonts/type1/wadalab/dmj/dmjki.pfb + texmf-dist/fonts/type1/wadalab/dmj/dmjkj.pfb + texmf-dist/fonts/type1/wadalab/dmj/dmjkk.pfb + texmf-dist/fonts/type1/wadalab/dmj/dmjkl.pfb + texmf-dist/fonts/type1/wadalab/dmj/dmjkm.pfb + texmf-dist/fonts/type1/wadalab/dmj/dmjkn.pfb + texmf-dist/fonts/type1/wadalab/dmj/dmjko.pfb + texmf-dist/fonts/type1/wadalab/dmj/dmjkp.pfb + texmf-dist/fonts/type1/wadalab/dmj/dmjkq.pfb + texmf-dist/fonts/type1/wadalab/dmj/dmjkr.pfb + texmf-dist/fonts/type1/wadalab/dmj/dmjks.pfb + texmf-dist/fonts/type1/wadalab/dmj/dmjkt.pfb + texmf-dist/fonts/type1/wadalab/dmj/dmjku.pfb + texmf-dist/fonts/type1/wadalab/dmj/dmjkv.pfb + texmf-dist/fonts/type1/wadalab/dmj/dmjkw.pfb + texmf-dist/fonts/type1/wadalab/dmj/dmjkx.pfb + texmf-dist/fonts/type1/wadalab/dmj/dmjky.pfb + texmf-dist/fonts/type1/wadalab/dmj/dmjkz.pfb + texmf-dist/fonts/type1/wadalab/dmj/dmjroma.pfb + texmf-dist/fonts/type1/wadalab/dmj/dmjrussian.pfb + texmf-dist/fonts/type1/wadalab/dmj/dmjsy.pfb + texmf-dist/fonts/type1/wadalab/mc2j/mc2jka.pfb + texmf-dist/fonts/type1/wadalab/mc2j/mc2jkb.pfb + texmf-dist/fonts/type1/wadalab/mc2j/mc2jkc.pfb + texmf-dist/fonts/type1/wadalab/mc2j/mc2jkd.pfb + texmf-dist/fonts/type1/wadalab/mc2j/mc2jke.pfb + texmf-dist/fonts/type1/wadalab/mc2j/mc2jkf.pfb + texmf-dist/fonts/type1/wadalab/mc2j/mc2jkg.pfb + texmf-dist/fonts/type1/wadalab/mc2j/mc2jkh.pfb + texmf-dist/fonts/type1/wadalab/mc2j/mc2jki.pfb + texmf-dist/fonts/type1/wadalab/mc2j/mc2jkj.pfb + texmf-dist/fonts/type1/wadalab/mc2j/mc2jkk.pfb + texmf-dist/fonts/type1/wadalab/mc2j/mc2jkl.pfb + texmf-dist/fonts/type1/wadalab/mc2j/mc2jkm.pfb + texmf-dist/fonts/type1/wadalab/mc2j/mc2jkn.pfb + texmf-dist/fonts/type1/wadalab/mc2j/mc2jko.pfb + texmf-dist/fonts/type1/wadalab/mc2j/mc2jkp.pfb + texmf-dist/fonts/type1/wadalab/mc2j/mc2jkq.pfb + texmf-dist/fonts/type1/wadalab/mc2j/mc2jkr.pfb + texmf-dist/fonts/type1/wadalab/mc2j/mc2jks.pfb + texmf-dist/fonts/type1/wadalab/mc2j/mc2jkt.pfb + texmf-dist/fonts/type1/wadalab/mc2j/mc2jku.pfb + texmf-dist/fonts/type1/wadalab/mc2j/mc2jkv.pfb + texmf-dist/fonts/type1/wadalab/mc2j/mc2jkw.pfb + texmf-dist/fonts/type1/wadalab/mcj/mcjgreek.pfb + texmf-dist/fonts/type1/wadalab/mcj/mcjhira.pfb + texmf-dist/fonts/type1/wadalab/mcj/mcjhw.pfb + texmf-dist/fonts/type1/wadalab/mcj/mcjka.pfb + texmf-dist/fonts/type1/wadalab/mcj/mcjkata.pfb + texmf-dist/fonts/type1/wadalab/mcj/mcjkb.pfb + texmf-dist/fonts/type1/wadalab/mcj/mcjkc.pfb + texmf-dist/fonts/type1/wadalab/mcj/mcjkd.pfb + texmf-dist/fonts/type1/wadalab/mcj/mcjke.pfb + texmf-dist/fonts/type1/wadalab/mcj/mcjkeisen.pfb + texmf-dist/fonts/type1/wadalab/mcj/mcjkf.pfb + texmf-dist/fonts/type1/wadalab/mcj/mcjkg.pfb + texmf-dist/fonts/type1/wadalab/mcj/mcjkh.pfb + texmf-dist/fonts/type1/wadalab/mcj/mcjki.pfb + texmf-dist/fonts/type1/wadalab/mcj/mcjkj.pfb + texmf-dist/fonts/type1/wadalab/mcj/mcjkk.pfb + texmf-dist/fonts/type1/wadalab/mcj/mcjkl.pfb + texmf-dist/fonts/type1/wadalab/mcj/mcjkm.pfb + texmf-dist/fonts/type1/wadalab/mcj/mcjkn.pfb + texmf-dist/fonts/type1/wadalab/mcj/mcjko.pfb + texmf-dist/fonts/type1/wadalab/mcj/mcjkp.pfb + texmf-dist/fonts/type1/wadalab/mcj/mcjkq.pfb + texmf-dist/fonts/type1/wadalab/mcj/mcjkr.pfb + texmf-dist/fonts/type1/wadalab/mcj/mcjks.pfb + texmf-dist/fonts/type1/wadalab/mcj/mcjkt.pfb + texmf-dist/fonts/type1/wadalab/mcj/mcjku.pfb + texmf-dist/fonts/type1/wadalab/mcj/mcjkv.pfb + texmf-dist/fonts/type1/wadalab/mcj/mcjkw.pfb + texmf-dist/fonts/type1/wadalab/mcj/mcjkx.pfb + texmf-dist/fonts/type1/wadalab/mcj/mcjky.pfb + texmf-dist/fonts/type1/wadalab/mcj/mcjkz.pfb + texmf-dist/fonts/type1/wadalab/mcj/mcjroma.pfb + texmf-dist/fonts/type1/wadalab/mcj/mcjrussian.pfb + texmf-dist/fonts/type1/wadalab/mcj/mcjsy.pfb + texmf-dist/fonts/type1/wadalab/mr2j/mr2jka.pfb + texmf-dist/fonts/type1/wadalab/mr2j/mr2jkb.pfb + texmf-dist/fonts/type1/wadalab/mr2j/mr2jkc.pfb + texmf-dist/fonts/type1/wadalab/mr2j/mr2jkd.pfb + texmf-dist/fonts/type1/wadalab/mr2j/mr2jke.pfb + texmf-dist/fonts/type1/wadalab/mr2j/mr2jkf.pfb + texmf-dist/fonts/type1/wadalab/mr2j/mr2jkg.pfb + texmf-dist/fonts/type1/wadalab/mr2j/mr2jkh.pfb + texmf-dist/fonts/type1/wadalab/mr2j/mr2jki.pfb + texmf-dist/fonts/type1/wadalab/mr2j/mr2jkj.pfb + texmf-dist/fonts/type1/wadalab/mr2j/mr2jkk.pfb + texmf-dist/fonts/type1/wadalab/mr2j/mr2jkl.pfb + texmf-dist/fonts/type1/wadalab/mr2j/mr2jkm.pfb + texmf-dist/fonts/type1/wadalab/mr2j/mr2jkn.pfb + texmf-dist/fonts/type1/wadalab/mr2j/mr2jko.pfb + texmf-dist/fonts/type1/wadalab/mr2j/mr2jkp.pfb + texmf-dist/fonts/type1/wadalab/mr2j/mr2jkq.pfb + texmf-dist/fonts/type1/wadalab/mr2j/mr2jkr.pfb + texmf-dist/fonts/type1/wadalab/mr2j/mr2jks.pfb + texmf-dist/fonts/type1/wadalab/mr2j/mr2jkt.pfb + texmf-dist/fonts/type1/wadalab/mr2j/mr2jku.pfb + texmf-dist/fonts/type1/wadalab/mr2j/mr2jkv.pfb + texmf-dist/fonts/type1/wadalab/mr2j/mr2jkw.pfb + texmf-dist/fonts/type1/wadalab/mrj/mrjgreek.pfb + texmf-dist/fonts/type1/wadalab/mrj/mrjhira.pfb + texmf-dist/fonts/type1/wadalab/mrj/mrjhw.pfb + texmf-dist/fonts/type1/wadalab/mrj/mrjka.pfb + texmf-dist/fonts/type1/wadalab/mrj/mrjkata.pfb + texmf-dist/fonts/type1/wadalab/mrj/mrjkb.pfb + texmf-dist/fonts/type1/wadalab/mrj/mrjkc.pfb + texmf-dist/fonts/type1/wadalab/mrj/mrjkd.pfb + texmf-dist/fonts/type1/wadalab/mrj/mrjke.pfb + texmf-dist/fonts/type1/wadalab/mrj/mrjkeisen.pfb + texmf-dist/fonts/type1/wadalab/mrj/mrjkf.pfb + texmf-dist/fonts/type1/wadalab/mrj/mrjkg.pfb + texmf-dist/fonts/type1/wadalab/mrj/mrjkh.pfb + texmf-dist/fonts/type1/wadalab/mrj/mrjki.pfb + texmf-dist/fonts/type1/wadalab/mrj/mrjkj.pfb + texmf-dist/fonts/type1/wadalab/mrj/mrjkk.pfb + texmf-dist/fonts/type1/wadalab/mrj/mrjkl.pfb + texmf-dist/fonts/type1/wadalab/mrj/mrjkm.pfb + texmf-dist/fonts/type1/wadalab/mrj/mrjkn.pfb + texmf-dist/fonts/type1/wadalab/mrj/mrjko.pfb + texmf-dist/fonts/type1/wadalab/mrj/mrjkp.pfb + texmf-dist/fonts/type1/wadalab/mrj/mrjkq.pfb + texmf-dist/fonts/type1/wadalab/mrj/mrjkr.pfb + texmf-dist/fonts/type1/wadalab/mrj/mrjks.pfb + texmf-dist/fonts/type1/wadalab/mrj/mrjkt.pfb + texmf-dist/fonts/type1/wadalab/mrj/mrjku.pfb + texmf-dist/fonts/type1/wadalab/mrj/mrjkv.pfb + texmf-dist/fonts/type1/wadalab/mrj/mrjkw.pfb + texmf-dist/fonts/type1/wadalab/mrj/mrjkx.pfb + texmf-dist/fonts/type1/wadalab/mrj/mrjky.pfb + texmf-dist/fonts/type1/wadalab/mrj/mrjkz.pfb + texmf-dist/fonts/type1/wadalab/mrj/mrjroma.pfb + texmf-dist/fonts/type1/wadalab/mrj/mrjrussian.pfb + texmf-dist/fonts/type1/wadalab/mrj/mrjsy.pfb + texmf-dist/fonts/vf/wadalab/udgj/udgj00.vf + texmf-dist/fonts/vf/wadalab/udgj/udgj03.vf + texmf-dist/fonts/vf/wadalab/udgj/udgj04.vf + texmf-dist/fonts/vf/wadalab/udgj/udgj20.vf + texmf-dist/fonts/vf/wadalab/udgj/udgj21.vf + texmf-dist/fonts/vf/wadalab/udgj/udgj22.vf + texmf-dist/fonts/vf/wadalab/udgj/udgj23.vf + texmf-dist/fonts/vf/wadalab/udgj/udgj25.vf + texmf-dist/fonts/vf/wadalab/udgj/udgj26.vf + texmf-dist/fonts/vf/wadalab/udgj/udgj30.vf + texmf-dist/fonts/vf/wadalab/udgj/udgj4e.vf + texmf-dist/fonts/vf/wadalab/udgj/udgj4f.vf + texmf-dist/fonts/vf/wadalab/udgj/udgj50.vf + texmf-dist/fonts/vf/wadalab/udgj/udgj51.vf + texmf-dist/fonts/vf/wadalab/udgj/udgj52.vf + texmf-dist/fonts/vf/wadalab/udgj/udgj53.vf + texmf-dist/fonts/vf/wadalab/udgj/udgj54.vf + texmf-dist/fonts/vf/wadalab/udgj/udgj55.vf + texmf-dist/fonts/vf/wadalab/udgj/udgj56.vf + texmf-dist/fonts/vf/wadalab/udgj/udgj57.vf + texmf-dist/fonts/vf/wadalab/udgj/udgj58.vf + texmf-dist/fonts/vf/wadalab/udgj/udgj59.vf + texmf-dist/fonts/vf/wadalab/udgj/udgj5a.vf + texmf-dist/fonts/vf/wadalab/udgj/udgj5b.vf + texmf-dist/fonts/vf/wadalab/udgj/udgj5c.vf + texmf-dist/fonts/vf/wadalab/udgj/udgj5d.vf + texmf-dist/fonts/vf/wadalab/udgj/udgj5e.vf + texmf-dist/fonts/vf/wadalab/udgj/udgj5f.vf + texmf-dist/fonts/vf/wadalab/udgj/udgj60.vf + texmf-dist/fonts/vf/wadalab/udgj/udgj61.vf + texmf-dist/fonts/vf/wadalab/udgj/udgj62.vf + texmf-dist/fonts/vf/wadalab/udgj/udgj63.vf + texmf-dist/fonts/vf/wadalab/udgj/udgj64.vf + texmf-dist/fonts/vf/wadalab/udgj/udgj65.vf + texmf-dist/fonts/vf/wadalab/udgj/udgj66.vf + texmf-dist/fonts/vf/wadalab/udgj/udgj67.vf + texmf-dist/fonts/vf/wadalab/udgj/udgj68.vf + texmf-dist/fonts/vf/wadalab/udgj/udgj69.vf + texmf-dist/fonts/vf/wadalab/udgj/udgj6a.vf + texmf-dist/fonts/vf/wadalab/udgj/udgj6b.vf + texmf-dist/fonts/vf/wadalab/udgj/udgj6c.vf + texmf-dist/fonts/vf/wadalab/udgj/udgj6d.vf + texmf-dist/fonts/vf/wadalab/udgj/udgj6e.vf + texmf-dist/fonts/vf/wadalab/udgj/udgj6f.vf + texmf-dist/fonts/vf/wadalab/udgj/udgj70.vf + texmf-dist/fonts/vf/wadalab/udgj/udgj71.vf + texmf-dist/fonts/vf/wadalab/udgj/udgj72.vf + texmf-dist/fonts/vf/wadalab/udgj/udgj73.vf + texmf-dist/fonts/vf/wadalab/udgj/udgj74.vf + texmf-dist/fonts/vf/wadalab/udgj/udgj75.vf + texmf-dist/fonts/vf/wadalab/udgj/udgj76.vf + texmf-dist/fonts/vf/wadalab/udgj/udgj77.vf + texmf-dist/fonts/vf/wadalab/udgj/udgj78.vf + texmf-dist/fonts/vf/wadalab/udgj/udgj79.vf + texmf-dist/fonts/vf/wadalab/udgj/udgj7a.vf + texmf-dist/fonts/vf/wadalab/udgj/udgj7b.vf + texmf-dist/fonts/vf/wadalab/udgj/udgj7c.vf + texmf-dist/fonts/vf/wadalab/udgj/udgj7d.vf + texmf-dist/fonts/vf/wadalab/udgj/udgj7e.vf + texmf-dist/fonts/vf/wadalab/udgj/udgj7f.vf + texmf-dist/fonts/vf/wadalab/udgj/udgj80.vf + texmf-dist/fonts/vf/wadalab/udgj/udgj81.vf + texmf-dist/fonts/vf/wadalab/udgj/udgj82.vf + texmf-dist/fonts/vf/wadalab/udgj/udgj83.vf + texmf-dist/fonts/vf/wadalab/udgj/udgj84.vf + texmf-dist/fonts/vf/wadalab/udgj/udgj85.vf + texmf-dist/fonts/vf/wadalab/udgj/udgj86.vf + texmf-dist/fonts/vf/wadalab/udgj/udgj87.vf + texmf-dist/fonts/vf/wadalab/udgj/udgj88.vf + texmf-dist/fonts/vf/wadalab/udgj/udgj89.vf + texmf-dist/fonts/vf/wadalab/udgj/udgj8a.vf + texmf-dist/fonts/vf/wadalab/udgj/udgj8b.vf + texmf-dist/fonts/vf/wadalab/udgj/udgj8c.vf + texmf-dist/fonts/vf/wadalab/udgj/udgj8d.vf + texmf-dist/fonts/vf/wadalab/udgj/udgj8e.vf + texmf-dist/fonts/vf/wadalab/udgj/udgj8f.vf + texmf-dist/fonts/vf/wadalab/udgj/udgj90.vf + texmf-dist/fonts/vf/wadalab/udgj/udgj91.vf + texmf-dist/fonts/vf/wadalab/udgj/udgj92.vf + texmf-dist/fonts/vf/wadalab/udgj/udgj93.vf + texmf-dist/fonts/vf/wadalab/udgj/udgj94.vf + texmf-dist/fonts/vf/wadalab/udgj/udgj95.vf + texmf-dist/fonts/vf/wadalab/udgj/udgj96.vf + texmf-dist/fonts/vf/wadalab/udgj/udgj97.vf + texmf-dist/fonts/vf/wadalab/udgj/udgj98.vf + texmf-dist/fonts/vf/wadalab/udgj/udgj99.vf + texmf-dist/fonts/vf/wadalab/udgj/udgj9a.vf + texmf-dist/fonts/vf/wadalab/udgj/udgj9b.vf + texmf-dist/fonts/vf/wadalab/udgj/udgj9c.vf + texmf-dist/fonts/vf/wadalab/udgj/udgj9d.vf + texmf-dist/fonts/vf/wadalab/udgj/udgj9e.vf + texmf-dist/fonts/vf/wadalab/udgj/udgj9f.vf + texmf-dist/fonts/vf/wadalab/udgj/udgjff.vf + texmf-dist/fonts/vf/wadalab/udmj/udmj00.vf + texmf-dist/fonts/vf/wadalab/udmj/udmj03.vf + texmf-dist/fonts/vf/wadalab/udmj/udmj04.vf + texmf-dist/fonts/vf/wadalab/udmj/udmj20.vf + texmf-dist/fonts/vf/wadalab/udmj/udmj21.vf + texmf-dist/fonts/vf/wadalab/udmj/udmj22.vf + texmf-dist/fonts/vf/wadalab/udmj/udmj23.vf + texmf-dist/fonts/vf/wadalab/udmj/udmj25.vf + texmf-dist/fonts/vf/wadalab/udmj/udmj26.vf + texmf-dist/fonts/vf/wadalab/udmj/udmj30.vf + texmf-dist/fonts/vf/wadalab/udmj/udmj4e.vf + texmf-dist/fonts/vf/wadalab/udmj/udmj4f.vf + texmf-dist/fonts/vf/wadalab/udmj/udmj50.vf + texmf-dist/fonts/vf/wadalab/udmj/udmj51.vf + texmf-dist/fonts/vf/wadalab/udmj/udmj52.vf + texmf-dist/fonts/vf/wadalab/udmj/udmj53.vf + texmf-dist/fonts/vf/wadalab/udmj/udmj54.vf + texmf-dist/fonts/vf/wadalab/udmj/udmj55.vf + texmf-dist/fonts/vf/wadalab/udmj/udmj56.vf + texmf-dist/fonts/vf/wadalab/udmj/udmj57.vf + texmf-dist/fonts/vf/wadalab/udmj/udmj58.vf + texmf-dist/fonts/vf/wadalab/udmj/udmj59.vf + texmf-dist/fonts/vf/wadalab/udmj/udmj5a.vf + texmf-dist/fonts/vf/wadalab/udmj/udmj5b.vf + texmf-dist/fonts/vf/wadalab/udmj/udmj5c.vf + texmf-dist/fonts/vf/wadalab/udmj/udmj5d.vf + texmf-dist/fonts/vf/wadalab/udmj/udmj5e.vf + texmf-dist/fonts/vf/wadalab/udmj/udmj5f.vf + texmf-dist/fonts/vf/wadalab/udmj/udmj60.vf + texmf-dist/fonts/vf/wadalab/udmj/udmj61.vf + texmf-dist/fonts/vf/wadalab/udmj/udmj62.vf + texmf-dist/fonts/vf/wadalab/udmj/udmj63.vf + texmf-dist/fonts/vf/wadalab/udmj/udmj64.vf + texmf-dist/fonts/vf/wadalab/udmj/udmj65.vf + texmf-dist/fonts/vf/wadalab/udmj/udmj66.vf + texmf-dist/fonts/vf/wadalab/udmj/udmj67.vf + texmf-dist/fonts/vf/wadalab/udmj/udmj68.vf + texmf-dist/fonts/vf/wadalab/udmj/udmj69.vf + texmf-dist/fonts/vf/wadalab/udmj/udmj6a.vf + texmf-dist/fonts/vf/wadalab/udmj/udmj6b.vf + texmf-dist/fonts/vf/wadalab/udmj/udmj6c.vf + texmf-dist/fonts/vf/wadalab/udmj/udmj6d.vf + texmf-dist/fonts/vf/wadalab/udmj/udmj6e.vf + texmf-dist/fonts/vf/wadalab/udmj/udmj6f.vf + texmf-dist/fonts/vf/wadalab/udmj/udmj70.vf + texmf-dist/fonts/vf/wadalab/udmj/udmj71.vf + texmf-dist/fonts/vf/wadalab/udmj/udmj72.vf + texmf-dist/fonts/vf/wadalab/udmj/udmj73.vf + texmf-dist/fonts/vf/wadalab/udmj/udmj74.vf + texmf-dist/fonts/vf/wadalab/udmj/udmj75.vf + texmf-dist/fonts/vf/wadalab/udmj/udmj76.vf + texmf-dist/fonts/vf/wadalab/udmj/udmj77.vf + texmf-dist/fonts/vf/wadalab/udmj/udmj78.vf + texmf-dist/fonts/vf/wadalab/udmj/udmj79.vf + texmf-dist/fonts/vf/wadalab/udmj/udmj7a.vf + texmf-dist/fonts/vf/wadalab/udmj/udmj7b.vf + texmf-dist/fonts/vf/wadalab/udmj/udmj7c.vf + texmf-dist/fonts/vf/wadalab/udmj/udmj7d.vf + texmf-dist/fonts/vf/wadalab/udmj/udmj7e.vf + texmf-dist/fonts/vf/wadalab/udmj/udmj7f.vf + texmf-dist/fonts/vf/wadalab/udmj/udmj80.vf + texmf-dist/fonts/vf/wadalab/udmj/udmj81.vf + texmf-dist/fonts/vf/wadalab/udmj/udmj82.vf + texmf-dist/fonts/vf/wadalab/udmj/udmj83.vf + texmf-dist/fonts/vf/wadalab/udmj/udmj84.vf + texmf-dist/fonts/vf/wadalab/udmj/udmj85.vf + texmf-dist/fonts/vf/wadalab/udmj/udmj86.vf + texmf-dist/fonts/vf/wadalab/udmj/udmj87.vf + texmf-dist/fonts/vf/wadalab/udmj/udmj88.vf + texmf-dist/fonts/vf/wadalab/udmj/udmj89.vf + texmf-dist/fonts/vf/wadalab/udmj/udmj8a.vf + texmf-dist/fonts/vf/wadalab/udmj/udmj8b.vf + texmf-dist/fonts/vf/wadalab/udmj/udmj8c.vf + texmf-dist/fonts/vf/wadalab/udmj/udmj8d.vf + texmf-dist/fonts/vf/wadalab/udmj/udmj8e.vf + texmf-dist/fonts/vf/wadalab/udmj/udmj8f.vf + texmf-dist/fonts/vf/wadalab/udmj/udmj90.vf + texmf-dist/fonts/vf/wadalab/udmj/udmj91.vf + texmf-dist/fonts/vf/wadalab/udmj/udmj92.vf + texmf-dist/fonts/vf/wadalab/udmj/udmj93.vf + texmf-dist/fonts/vf/wadalab/udmj/udmj94.vf + texmf-dist/fonts/vf/wadalab/udmj/udmj95.vf + texmf-dist/fonts/vf/wadalab/udmj/udmj96.vf + texmf-dist/fonts/vf/wadalab/udmj/udmj97.vf + texmf-dist/fonts/vf/wadalab/udmj/udmj98.vf + texmf-dist/fonts/vf/wadalab/udmj/udmj99.vf + texmf-dist/fonts/vf/wadalab/udmj/udmj9a.vf + texmf-dist/fonts/vf/wadalab/udmj/udmj9b.vf + texmf-dist/fonts/vf/wadalab/udmj/udmj9c.vf + texmf-dist/fonts/vf/wadalab/udmj/udmj9d.vf + texmf-dist/fonts/vf/wadalab/udmj/udmj9e.vf + texmf-dist/fonts/vf/wadalab/udmj/udmj9f.vf + texmf-dist/fonts/vf/wadalab/udmj/udmjff.vf + texmf-dist/fonts/vf/wadalab/umcj/umcj00.vf + texmf-dist/fonts/vf/wadalab/umcj/umcj03.vf + texmf-dist/fonts/vf/wadalab/umcj/umcj04.vf + texmf-dist/fonts/vf/wadalab/umcj/umcj20.vf + texmf-dist/fonts/vf/wadalab/umcj/umcj21.vf + texmf-dist/fonts/vf/wadalab/umcj/umcj22.vf + texmf-dist/fonts/vf/wadalab/umcj/umcj23.vf + texmf-dist/fonts/vf/wadalab/umcj/umcj25.vf + texmf-dist/fonts/vf/wadalab/umcj/umcj26.vf + texmf-dist/fonts/vf/wadalab/umcj/umcj30.vf + texmf-dist/fonts/vf/wadalab/umcj/umcj4e.vf + texmf-dist/fonts/vf/wadalab/umcj/umcj4f.vf + texmf-dist/fonts/vf/wadalab/umcj/umcj50.vf + texmf-dist/fonts/vf/wadalab/umcj/umcj51.vf + texmf-dist/fonts/vf/wadalab/umcj/umcj52.vf + texmf-dist/fonts/vf/wadalab/umcj/umcj53.vf + texmf-dist/fonts/vf/wadalab/umcj/umcj54.vf + texmf-dist/fonts/vf/wadalab/umcj/umcj55.vf + texmf-dist/fonts/vf/wadalab/umcj/umcj56.vf + texmf-dist/fonts/vf/wadalab/umcj/umcj57.vf + texmf-dist/fonts/vf/wadalab/umcj/umcj58.vf + texmf-dist/fonts/vf/wadalab/umcj/umcj59.vf + texmf-dist/fonts/vf/wadalab/umcj/umcj5a.vf + texmf-dist/fonts/vf/wadalab/umcj/umcj5b.vf + texmf-dist/fonts/vf/wadalab/umcj/umcj5c.vf + texmf-dist/fonts/vf/wadalab/umcj/umcj5d.vf + texmf-dist/fonts/vf/wadalab/umcj/umcj5e.vf + texmf-dist/fonts/vf/wadalab/umcj/umcj5f.vf + texmf-dist/fonts/vf/wadalab/umcj/umcj60.vf + texmf-dist/fonts/vf/wadalab/umcj/umcj61.vf + texmf-dist/fonts/vf/wadalab/umcj/umcj62.vf + texmf-dist/fonts/vf/wadalab/umcj/umcj63.vf + texmf-dist/fonts/vf/wadalab/umcj/umcj64.vf + texmf-dist/fonts/vf/wadalab/umcj/umcj65.vf + texmf-dist/fonts/vf/wadalab/umcj/umcj66.vf + texmf-dist/fonts/vf/wadalab/umcj/umcj67.vf + texmf-dist/fonts/vf/wadalab/umcj/umcj68.vf + texmf-dist/fonts/vf/wadalab/umcj/umcj69.vf + texmf-dist/fonts/vf/wadalab/umcj/umcj6a.vf + texmf-dist/fonts/vf/wadalab/umcj/umcj6b.vf + texmf-dist/fonts/vf/wadalab/umcj/umcj6c.vf + texmf-dist/fonts/vf/wadalab/umcj/umcj6d.vf + texmf-dist/fonts/vf/wadalab/umcj/umcj6e.vf + texmf-dist/fonts/vf/wadalab/umcj/umcj6f.vf + texmf-dist/fonts/vf/wadalab/umcj/umcj70.vf + texmf-dist/fonts/vf/wadalab/umcj/umcj71.vf + texmf-dist/fonts/vf/wadalab/umcj/umcj72.vf + texmf-dist/fonts/vf/wadalab/umcj/umcj73.vf + texmf-dist/fonts/vf/wadalab/umcj/umcj74.vf + texmf-dist/fonts/vf/wadalab/umcj/umcj75.vf + texmf-dist/fonts/vf/wadalab/umcj/umcj76.vf + texmf-dist/fonts/vf/wadalab/umcj/umcj77.vf + texmf-dist/fonts/vf/wadalab/umcj/umcj78.vf + texmf-dist/fonts/vf/wadalab/umcj/umcj79.vf + texmf-dist/fonts/vf/wadalab/umcj/umcj7a.vf + texmf-dist/fonts/vf/wadalab/umcj/umcj7b.vf + texmf-dist/fonts/vf/wadalab/umcj/umcj7c.vf + texmf-dist/fonts/vf/wadalab/umcj/umcj7d.vf + texmf-dist/fonts/vf/wadalab/umcj/umcj7e.vf + texmf-dist/fonts/vf/wadalab/umcj/umcj7f.vf + texmf-dist/fonts/vf/wadalab/umcj/umcj80.vf + texmf-dist/fonts/vf/wadalab/umcj/umcj81.vf + texmf-dist/fonts/vf/wadalab/umcj/umcj82.vf + texmf-dist/fonts/vf/wadalab/umcj/umcj83.vf + texmf-dist/fonts/vf/wadalab/umcj/umcj84.vf + texmf-dist/fonts/vf/wadalab/umcj/umcj85.vf + texmf-dist/fonts/vf/wadalab/umcj/umcj86.vf + texmf-dist/fonts/vf/wadalab/umcj/umcj87.vf + texmf-dist/fonts/vf/wadalab/umcj/umcj88.vf + texmf-dist/fonts/vf/wadalab/umcj/umcj89.vf + texmf-dist/fonts/vf/wadalab/umcj/umcj8a.vf + texmf-dist/fonts/vf/wadalab/umcj/umcj8b.vf + texmf-dist/fonts/vf/wadalab/umcj/umcj8c.vf + texmf-dist/fonts/vf/wadalab/umcj/umcj8d.vf + texmf-dist/fonts/vf/wadalab/umcj/umcj8e.vf + texmf-dist/fonts/vf/wadalab/umcj/umcj8f.vf + texmf-dist/fonts/vf/wadalab/umcj/umcj90.vf + texmf-dist/fonts/vf/wadalab/umcj/umcj91.vf + texmf-dist/fonts/vf/wadalab/umcj/umcj92.vf + texmf-dist/fonts/vf/wadalab/umcj/umcj93.vf + texmf-dist/fonts/vf/wadalab/umcj/umcj94.vf + texmf-dist/fonts/vf/wadalab/umcj/umcj95.vf + texmf-dist/fonts/vf/wadalab/umcj/umcj96.vf + texmf-dist/fonts/vf/wadalab/umcj/umcj97.vf + texmf-dist/fonts/vf/wadalab/umcj/umcj98.vf + texmf-dist/fonts/vf/wadalab/umcj/umcj99.vf + texmf-dist/fonts/vf/wadalab/umcj/umcj9a.vf + texmf-dist/fonts/vf/wadalab/umcj/umcj9b.vf + texmf-dist/fonts/vf/wadalab/umcj/umcj9c.vf + texmf-dist/fonts/vf/wadalab/umcj/umcj9d.vf + texmf-dist/fonts/vf/wadalab/umcj/umcj9e.vf + texmf-dist/fonts/vf/wadalab/umcj/umcj9f.vf + texmf-dist/fonts/vf/wadalab/umcj/umcjff.vf + texmf-dist/fonts/vf/wadalab/umrj/umrj00.vf + texmf-dist/fonts/vf/wadalab/umrj/umrj03.vf + texmf-dist/fonts/vf/wadalab/umrj/umrj04.vf + texmf-dist/fonts/vf/wadalab/umrj/umrj20.vf + texmf-dist/fonts/vf/wadalab/umrj/umrj21.vf + texmf-dist/fonts/vf/wadalab/umrj/umrj22.vf + texmf-dist/fonts/vf/wadalab/umrj/umrj23.vf + texmf-dist/fonts/vf/wadalab/umrj/umrj25.vf + texmf-dist/fonts/vf/wadalab/umrj/umrj26.vf + texmf-dist/fonts/vf/wadalab/umrj/umrj30.vf + texmf-dist/fonts/vf/wadalab/umrj/umrj4e.vf + texmf-dist/fonts/vf/wadalab/umrj/umrj4f.vf + texmf-dist/fonts/vf/wadalab/umrj/umrj50.vf + texmf-dist/fonts/vf/wadalab/umrj/umrj51.vf + texmf-dist/fonts/vf/wadalab/umrj/umrj52.vf + texmf-dist/fonts/vf/wadalab/umrj/umrj53.vf + texmf-dist/fonts/vf/wadalab/umrj/umrj54.vf + texmf-dist/fonts/vf/wadalab/umrj/umrj55.vf + texmf-dist/fonts/vf/wadalab/umrj/umrj56.vf + texmf-dist/fonts/vf/wadalab/umrj/umrj57.vf + texmf-dist/fonts/vf/wadalab/umrj/umrj58.vf + texmf-dist/fonts/vf/wadalab/umrj/umrj59.vf + texmf-dist/fonts/vf/wadalab/umrj/umrj5a.vf + texmf-dist/fonts/vf/wadalab/umrj/umrj5b.vf + texmf-dist/fonts/vf/wadalab/umrj/umrj5c.vf + texmf-dist/fonts/vf/wadalab/umrj/umrj5d.vf + texmf-dist/fonts/vf/wadalab/umrj/umrj5e.vf + texmf-dist/fonts/vf/wadalab/umrj/umrj5f.vf + texmf-dist/fonts/vf/wadalab/umrj/umrj60.vf + texmf-dist/fonts/vf/wadalab/umrj/umrj61.vf + texmf-dist/fonts/vf/wadalab/umrj/umrj62.vf + texmf-dist/fonts/vf/wadalab/umrj/umrj63.vf + texmf-dist/fonts/vf/wadalab/umrj/umrj64.vf + texmf-dist/fonts/vf/wadalab/umrj/umrj65.vf + texmf-dist/fonts/vf/wadalab/umrj/umrj66.vf + texmf-dist/fonts/vf/wadalab/umrj/umrj67.vf + texmf-dist/fonts/vf/wadalab/umrj/umrj68.vf + texmf-dist/fonts/vf/wadalab/umrj/umrj69.vf + texmf-dist/fonts/vf/wadalab/umrj/umrj6a.vf + texmf-dist/fonts/vf/wadalab/umrj/umrj6b.vf + texmf-dist/fonts/vf/wadalab/umrj/umrj6c.vf + texmf-dist/fonts/vf/wadalab/umrj/umrj6d.vf + texmf-dist/fonts/vf/wadalab/umrj/umrj6e.vf + texmf-dist/fonts/vf/wadalab/umrj/umrj6f.vf + texmf-dist/fonts/vf/wadalab/umrj/umrj70.vf + texmf-dist/fonts/vf/wadalab/umrj/umrj71.vf + texmf-dist/fonts/vf/wadalab/umrj/umrj72.vf + texmf-dist/fonts/vf/wadalab/umrj/umrj73.vf + texmf-dist/fonts/vf/wadalab/umrj/umrj74.vf + texmf-dist/fonts/vf/wadalab/umrj/umrj75.vf + texmf-dist/fonts/vf/wadalab/umrj/umrj76.vf + texmf-dist/fonts/vf/wadalab/umrj/umrj77.vf + texmf-dist/fonts/vf/wadalab/umrj/umrj78.vf + texmf-dist/fonts/vf/wadalab/umrj/umrj79.vf + texmf-dist/fonts/vf/wadalab/umrj/umrj7a.vf + texmf-dist/fonts/vf/wadalab/umrj/umrj7b.vf + texmf-dist/fonts/vf/wadalab/umrj/umrj7c.vf + texmf-dist/fonts/vf/wadalab/umrj/umrj7d.vf + texmf-dist/fonts/vf/wadalab/umrj/umrj7e.vf + texmf-dist/fonts/vf/wadalab/umrj/umrj7f.vf + texmf-dist/fonts/vf/wadalab/umrj/umrj80.vf + texmf-dist/fonts/vf/wadalab/umrj/umrj81.vf + texmf-dist/fonts/vf/wadalab/umrj/umrj82.vf + texmf-dist/fonts/vf/wadalab/umrj/umrj83.vf + texmf-dist/fonts/vf/wadalab/umrj/umrj84.vf + texmf-dist/fonts/vf/wadalab/umrj/umrj85.vf + texmf-dist/fonts/vf/wadalab/umrj/umrj86.vf + texmf-dist/fonts/vf/wadalab/umrj/umrj87.vf + texmf-dist/fonts/vf/wadalab/umrj/umrj88.vf + texmf-dist/fonts/vf/wadalab/umrj/umrj89.vf + texmf-dist/fonts/vf/wadalab/umrj/umrj8a.vf + texmf-dist/fonts/vf/wadalab/umrj/umrj8b.vf + texmf-dist/fonts/vf/wadalab/umrj/umrj8c.vf + texmf-dist/fonts/vf/wadalab/umrj/umrj8d.vf + texmf-dist/fonts/vf/wadalab/umrj/umrj8e.vf + texmf-dist/fonts/vf/wadalab/umrj/umrj8f.vf + texmf-dist/fonts/vf/wadalab/umrj/umrj90.vf + texmf-dist/fonts/vf/wadalab/umrj/umrj91.vf + texmf-dist/fonts/vf/wadalab/umrj/umrj92.vf + texmf-dist/fonts/vf/wadalab/umrj/umrj93.vf + texmf-dist/fonts/vf/wadalab/umrj/umrj94.vf + texmf-dist/fonts/vf/wadalab/umrj/umrj95.vf + texmf-dist/fonts/vf/wadalab/umrj/umrj96.vf + texmf-dist/fonts/vf/wadalab/umrj/umrj97.vf + texmf-dist/fonts/vf/wadalab/umrj/umrj98.vf + texmf-dist/fonts/vf/wadalab/umrj/umrj99.vf + texmf-dist/fonts/vf/wadalab/umrj/umrj9a.vf + texmf-dist/fonts/vf/wadalab/umrj/umrj9b.vf + texmf-dist/fonts/vf/wadalab/umrj/umrj9c.vf + texmf-dist/fonts/vf/wadalab/umrj/umrj9d.vf + texmf-dist/fonts/vf/wadalab/umrj/umrj9e.vf + texmf-dist/fonts/vf/wadalab/umrj/umrj9f.vf + texmf-dist/fonts/vf/wadalab/umrj/umrjff.vf +catalogue-ctan /fonts/wadalab +catalogue-date 2009-09-27 12:17:48 +0200 +catalogue-license noinfo + +name wallpaper +category Package +revision 15878 +shortdesc Easy addition of wallpapers (background images) to LaTeX documents, including tiling. +longdesc This collection contains files to add wallpapers (background +longdesc images) to LaTeX documents. It uses the eso-pic package, but +longdesc provides simple commands to include effects such as tiling. An +longdesc example is provided, which works under both LaTeX and pdfLaTeX. +docfiles size=317 + texmf-dist/doc/latex/wallpaper/README details="Readme" + texmf-dist/doc/latex/wallpaper/example/TGTamber.png + texmf-dist/doc/latex/wallpaper/example/auto/example.el + texmf-dist/doc/latex/wallpaper/example/example.tex + texmf-dist/doc/latex/wallpaper/example/hya.png + texmf-dist/doc/latex/wallpaper/wallpapermanual.pdf details="Package documentation" +runfiles size=2 + texmf-dist/tex/latex/wallpaper/wallpaper.sty +catalogue-ctan /macros/latex/contrib/wallpaper +catalogue-date 2007-01-20 20:21:37 +0100 +catalogue-license lppl +catalogue-version 1.10 + +name warning +category Package +revision 15878 +shortdesc Global warnings at the end of the logfile. +longdesc This package provides a command that generates a list of +longdesc warnings that are printed out at the very end of the logfile. +longdesc This is useful for warning such as 'Rerun for this or that +longdesc reason' or 'This is a draft, change it before the final run'. +srcfiles size=1 + texmf-dist/source/latex/warning/warning.xml +runfiles size=1 + texmf-dist/tex/latex/warning/warning.sty +catalogue-ctan /macros/latex/contrib/warning/warning.sty +catalogue-date 2009-09-27 12:18:28 +0200 +catalogue-license lppl +catalogue-version 0.01 + +name warpcol +category Package +revision 15878 +shortdesc Relative alignment of rows in numeric columns in tabulars. +longdesc Defines a tabular column type for formatting numerical columns +longdesc in LaTeX. The column type enables numerical items to be right +longdesc justified relative to each other, while centred beneath the +longdesc column label. In addition, macros are provided to enable +longdesc variations on this column type to be defined. Usage of the +longdesc package is superficially similar to that of dcolumn; however, +longdesc the alignment scheme is different, and the packages have +longdesc different, though overlapping, applications. +docfiles size=25 + texmf-dist/doc/latex/warpcol/README details="Package Readme" + texmf-dist/doc/latex/warpcol/warpcol.pdf details="Package documentation" +srcfiles size=4 + texmf-dist/source/latex/warpcol/warpcol.dtx + texmf-dist/source/latex/warpcol/warpcol.ins +runfiles size=1 + texmf-dist/tex/latex/warpcol/warpcol.sty +catalogue-ctan /macros/latex/contrib/warpcol +catalogue-date 2007-11-21 20:02:33 +0100 +catalogue-license lppl +catalogue-version 1.0c + +name was +category Package +revision 15878 +shortdesc A collection of small packages by Walter Schmidt. +longdesc A bundle of packages that arise in the author's area of +longdesc interest: compliance of maths typesetting with ISO standards, +longdesc symbols that work in both maths and text modes, commas for both +longdesc decimal separator and maths and upright Greek letters in maths. +docfiles size=1 + texmf-dist/doc/latex/was/readme.1st details="Readme" +srcfiles size=16 + texmf-dist/source/latex/was/fixmath.dtx + texmf-dist/source/latex/was/fixmath.ins + texmf-dist/source/latex/was/gensymb.dtx + texmf-dist/source/latex/was/gensymb.ins + texmf-dist/source/latex/was/icomma.dtx + texmf-dist/source/latex/was/icomma.ins + texmf-dist/source/latex/was/upgreek.dtx + texmf-dist/source/latex/was/upgreek.ins +runfiles size=6 + texmf-dist/tex/latex/was/fixmath.sty + texmf-dist/tex/latex/was/gensymb.sty + texmf-dist/tex/latex/was/icomma.sty + texmf-dist/tex/latex/was/upgreek.sty +catalogue-ctan /macros/latex/contrib/was +catalogue-date 2007-03-01 21:27:41 +0100 +catalogue-license lppl + +name wasy +category Package +revision 15878 +catalogue wasy2 +shortdesc The wasy fonts (Waldi symbol fonts). +longdesc These are the wasy (Waldi symbol) fonts, second release. This +longdesc bundle presents the fonts in MetaFont format, but they are also +longdesc available in Adobe Type 1 format. Support under LaTeX is +longdesc provided by the wasysym package. +execute addMixedMap wasy.map +docfiles size=54 + texmf-dist/doc/fonts/wasy/README + texmf-dist/doc/fonts/wasy/legal.txt + texmf-dist/doc/fonts/wasy/wasydoc.pdf + texmf-dist/doc/fonts/wasy/wasydoc.tex + texmf-dist/doc/fonts/wasy/wasyfont.2 +runfiles size=129 + texmf-dist/fonts/afm/public/wasy/wasy10.afm + texmf-dist/fonts/afm/public/wasy/wasy5.afm + texmf-dist/fonts/afm/public/wasy/wasy6.afm + texmf-dist/fonts/afm/public/wasy/wasy7.afm + texmf-dist/fonts/afm/public/wasy/wasy8.afm + texmf-dist/fonts/afm/public/wasy/wasy9.afm + texmf-dist/fonts/afm/public/wasy/wasyb10.afm + texmf-dist/fonts/map/dvips/wasy/wasy.map + texmf-dist/fonts/source/public/wasy/lasychr.mf + texmf-dist/fonts/source/public/wasy/rsym.mf + texmf-dist/fonts/source/public/wasy/wasy10.mf + texmf-dist/fonts/source/public/wasy/wasy5.mf + texmf-dist/fonts/source/public/wasy/wasy6.mf + texmf-dist/fonts/source/public/wasy/wasy7.mf + texmf-dist/fonts/source/public/wasy/wasy8.mf + texmf-dist/fonts/source/public/wasy/wasy9.mf + texmf-dist/fonts/source/public/wasy/wasyb10.mf + texmf-dist/fonts/source/public/wasy/wasychr.mf + texmf-dist/fonts/tfm/public/wasy/wasy10.tfm + texmf-dist/fonts/tfm/public/wasy/wasy5.tfm + texmf-dist/fonts/tfm/public/wasy/wasy6.tfm + texmf-dist/fonts/tfm/public/wasy/wasy7.tfm + texmf-dist/fonts/tfm/public/wasy/wasy8.tfm + texmf-dist/fonts/tfm/public/wasy/wasy9.tfm + texmf-dist/fonts/tfm/public/wasy/wasyb10.tfm + texmf-dist/fonts/type1/public/wasy/wasy10.pfb + texmf-dist/fonts/type1/public/wasy/wasy10.pfm + texmf-dist/fonts/type1/public/wasy/wasy5.pfb + texmf-dist/fonts/type1/public/wasy/wasy5.pfm + texmf-dist/fonts/type1/public/wasy/wasy6.pfb + texmf-dist/fonts/type1/public/wasy/wasy6.pfm + texmf-dist/fonts/type1/public/wasy/wasy7.pfb + texmf-dist/fonts/type1/public/wasy/wasy7.pfm + texmf-dist/fonts/type1/public/wasy/wasy8.pfb + texmf-dist/fonts/type1/public/wasy/wasy8.pfm + texmf-dist/fonts/type1/public/wasy/wasy9.pfb + texmf-dist/fonts/type1/public/wasy/wasy9.pfm + texmf-dist/fonts/type1/public/wasy/wasyb10.pfb + texmf-dist/fonts/type1/public/wasy/wasyb10.pfm + texmf-dist/tex/plain/wasy/wasyfont.tex +catalogue-ctan /fonts/wasy2 +catalogue-date 2006-09-12 08:29:26 +0200 +catalogue-license pd + +name wasysym +category Package +revision 15878 +shortdesc LaTeX support file to use the WASY2 fonts +longdesc The WASY2 (Waldi Symbol) font by Roland Waldi provides many +longdesc glyphs like male and female symbols and astronomical symbols, +longdesc as well as the complete lasy font set and other odds and ends. +longdesc The wasysym package implements an easy to use interface for +longdesc these symbols. +docfiles size=27 + texmf-dist/doc/latex/wasysym/wasysym.pdf + texmf-dist/doc/latex/wasysym/wasysym.upl + texmf-dist/doc/latex/wasysym/wasysym.xml +srcfiles size=8 + texmf-dist/source/latex/wasysym/wasysym.dtx + texmf-dist/source/latex/wasysym/wasysym.ins +runfiles size=5 + texmf-dist/tex/latex/wasysym/uwasy.fd + texmf-dist/tex/latex/wasysym/uwasyvar.fd + texmf-dist/tex/latex/wasysym/wasysym.sty +catalogue-ctan /macros/latex/contrib/wasysym +catalogue-date 2006-12-16 22:36:42 +0100 +catalogue-license lppl +catalogue-version 2.0 + +name web +category TLCore +revision 15809 +shortdesc original web programs tangle and weave +longdesc This is the system that Knuth developed to support the +longdesc development of TeX. Included are weave, which converts a web +longdesc source to something that may be typeset (with appropriate macro +longdesc support) by Plain TeX, and tangle, which converts a web source +longdesc to compilable Pascal. +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 +catalogue-ctan /systems/knuth/dist/web +catalogue-date 2009-05-09 10:21:46 +0200 +catalogue-license knuth +catalogue-version 4.5 + +name web.alpha-linux +category TLCore +revision 14598 +shortdesc alpha-linux files of web +binfiles arch=alpha-linux size=110 + bin/alpha-linux/tangle + bin/alpha-linux/weave + +name web.i386-cygwin +category TLCore +revision 15614 +shortdesc i386-cygwin files of web +binfiles arch=i386-cygwin size=54 + bin/i386-cygwin/tangle.exe + bin/i386-cygwin/weave.exe + +name web.i386-linux +category TLCore +revision 14631 +shortdesc i386-linux files of web +binfiles arch=i386-linux size=52 + bin/i386-linux/tangle + bin/i386-linux/weave + +name web.i386-netbsd +category TLCore +revision 15167 +shortdesc i386-netbsd files of web +binfiles arch=i386-netbsd size=52 + bin/i386-netbsd/tangle + bin/i386-netbsd/weave + +name web.i386-solaris +category TLCore +revision 15141 +shortdesc i386-solaris files of web +binfiles arch=i386-solaris size=58 + bin/i386-solaris/tangle + bin/i386-solaris/weave + +name web.mips-irix +category TLCore +revision 15558 +shortdesc mips-irix files of web +binfiles arch=mips-irix size=101 + bin/mips-irix/tangle + bin/mips-irix/weave + +name web.powerpc-aix +category TLCore +revision 15638 +shortdesc powerpc-aix files of web +binfiles arch=powerpc-aix size=63 + bin/powerpc-aix/tangle + bin/powerpc-aix/weave + +name web.powerpc-linux +category TLCore +revision 14790 +shortdesc powerpc-linux files of web +binfiles arch=powerpc-linux size=62 + bin/powerpc-linux/tangle + bin/powerpc-linux/weave + +name web.sparc-linux +category TLCore +revision 14736 +shortdesc sparc-linux files of web +binfiles arch=sparc-linux size=58 + bin/sparc-linux/tangle + bin/sparc-linux/weave + +name web.sparc-solaris +category TLCore +revision 14701 +shortdesc sparc-solaris files of web +binfiles arch=sparc-solaris size=104 + bin/sparc-solaris/tangle + bin/sparc-solaris/weave + +name web.universal-darwin +category TLCore +revision 14896 +shortdesc universal-darwin files of web +binfiles arch=universal-darwin size=124 + bin/universal-darwin/tangle + bin/universal-darwin/weave + +name web.win32 +category TLCore +revision 14670 +shortdesc win32 files of web +binfiles arch=win32 size=19 + bin/win32/tangle.exe + bin/win32/weave.exe + +name web.x86_64-linux +category TLCore +revision 14677 +shortdesc x86_64-linux files of web +binfiles arch=x86_64-linux size=58 + bin/x86_64-linux/tangle + bin/x86_64-linux/weave + +name webguide +category Package +revision 15878 +shortdesc Brief Guide to LaTeX Tools for Web publishing. +longdesc The documentation constitutes an example of the package's own +longdesc recommendations (being presented both in PDF and HTML). +docfiles size=103 + texmf-dist/doc/latex/webguide/README details="Package README" + texmf-dist/doc/latex/webguide/expeg.6 + texmf-dist/doc/latex/webguide/expeg6.mps + texmf-dist/doc/latex/webguide/webguide.css + texmf-dist/doc/latex/webguide/webguide.html details="Package document, as HTML" + texmf-dist/doc/latex/webguide/webguide.pdf details="Package document, as PDF" + texmf-dist/doc/latex/webguide/webguide.ps.gz + texmf-dist/doc/latex/webguide/webguide.tex + texmf-dist/doc/latex/webguide/webguide0x.gif +catalogue-ctan /info/webguide +catalogue-date 2008-04-19 22:54:02 +0200 +catalogue-license other-free + +name widetable +category Package +revision 15878 +shortdesc An environment for typesetting tables of specified width +longdesc The package defines a new environment that, unlike tabularX, +longdesc typesets a table of specified width by working on the inter- +longdesc column glue; the tabular cells will all be stretched (or +longdesc shrunk) according to need. The package will use the e-TeX +longdesc arithmetic extensions if they are available (they are, in most +longdesc modern distributions). +docfiles size=61 + texmf-dist/doc/latex/widetable/README details="Readme" + texmf-dist/doc/latex/widetable/manifest.txt + texmf-dist/doc/latex/widetable/widetable.pdf details="Package documentation" +srcfiles size=7 + texmf-dist/source/latex/widetable/widetable.dtx + texmf-dist/source/latex/widetable/widetable.ins +runfiles size=1 + texmf-dist/tex/latex/widetable/widetable.sty +catalogue-ctan /macros/latex/contrib/widetable +catalogue-date 2009-10-29 23:49:31 +0100 +catalogue-license lppl1.3 +catalogue-version 1.1 + +name williams +category Package +revision 15878 +shortdesc Miscellaneous macros by Peter Williams. +longdesc The bundle provides two packages: - antree, which provides +longdesc macros for annotated node trees, and - toklist, which is an +longdesc implementation of Knuth's token list macros, to be found on +longdesc pp.378-379 of the TeXbook. +docfiles size=1 + texmf-dist/doc/latex/williams/README +runfiles size=3 + texmf-dist/tex/latex/williams/antree.sty + texmf-dist/tex/latex/williams/toklist.sty +catalogue-ctan /macros/latex/contrib/williams +catalogue-date 2009-01-30 14:29:16 +0100 +catalogue-license lppl + +name wintools.win32 +category TLCore +revision 15878 +docfiles size=41 + texmf/doc/gzip/gzip.html + texmf/doc/gzip/gzip.pdf +binfiles arch=win32 size=1391 + bin/win32/aftopl.exe + bin/win32/bmeps.exe + bin/win32/bmp2png.exe + bin/win32/cjpeg.exe + bin/win32/djpeg.exe + bin/win32/gunzip.exe + bin/win32/gzip.exe + bin/win32/jbig2.exe + bin/win32/pdffonts.exe + bin/win32/pdfimages.exe + bin/win32/pdfinfo.exe + bin/win32/pdftops.exe + bin/win32/pdftotext.exe + bin/win32/png22pnm.exe + bin/win32/png2bmp.exe + bin/win32/sam2p.bat + bin/win32/sam2p.exe + bin/win32/texview.exe + bin/win32/tiff2png.exe + bin/win32/todos.exe + bin/win32/tomac.exe + bin/win32/tounix.exe + bin/win32/type1afm.exe + bin/win32/unzip.exe + tlpkg/sam2p/sam2p.exe + +name wnri +category Package +revision 15878 +shortdesc Ridgeway's fonts. +longdesc MetaFont fonts for Old English, Indic languages in Roman +longdesc transliteration and Puget Salish (Lushootseed) and other Native +longdesc American languages. +docfiles size=2 + texmf-dist/doc/latex/wnri/wnritest.dvi + texmf-dist/doc/latex/wnri/wnritest.tex +srcfiles size=5 + texmf-dist/source/latex/wnri/readme.2e + texmf-dist/source/latex/wnri/wnri.dtx + texmf-dist/source/latex/wnri/wnri.ins +runfiles size=139 + texmf-dist/fonts/source/public/wnri/acctmax.mf + texmf-dist/fonts/source/public/wnri/acutacct.mf + texmf-dist/fonts/source/public/wnri/addpunc.mf + texmf-dist/fonts/source/public/wnri/baraacct.mf + texmf-dist/fonts/source/public/wnri/bargacct.mf + texmf-dist/fonts/source/public/wnri/bnduacct.mf + texmf-dist/fonts/source/public/wnri/brbracct.mf + texmf-dist/fonts/source/public/wnri/brevacct.mf + texmf-dist/fonts/source/public/wnri/cdilacct.mf + texmf-dist/fonts/source/public/wnri/facutact.mf + texmf-dist/fonts/source/public/wnri/fbaraact.mf + texmf-dist/fonts/source/public/wnri/fbargact.mf + texmf-dist/fonts/source/public/wnri/fbrevact.mf + texmf-dist/fonts/source/public/wnri/fgravact.mf + texmf-dist/fonts/source/public/wnri/fhachact.mf + texmf-dist/fonts/source/public/wnri/fhattact.mf + texmf-dist/fonts/source/public/wnri/fubrvact.mf + texmf-dist/fonts/source/public/wnri/fudacact.mf + texmf-dist/fonts/source/public/wnri/fudgract.mf + texmf-dist/fonts/source/public/wnri/gamma.mf + texmf-dist/fonts/source/public/wnri/gram_max.mf + texmf-dist/fonts/source/public/wnri/grampunc.mf + texmf-dist/fonts/source/public/wnri/gravacct.mf + texmf-dist/fonts/source/public/wnri/greeks.mf + texmf-dist/fonts/source/public/wnri/haccbase.mf + texmf-dist/fonts/source/public/wnri/hachacct.mf + texmf-dist/fonts/source/public/wnri/hattacct.mf + texmf-dist/fonts/source/public/wnri/iaesc.mf + texmf-dist/fonts/source/public/wnri/ibrvacct.mf + texmf-dist/fonts/source/public/wnri/igamma.mf + texmf-dist/fonts/source/public/wnri/italcskt.mf + texmf-dist/fonts/source/public/wnri/italla.mf + texmf-dist/fonts/source/public/wnri/ligature.mf + texmf-dist/fonts/source/public/wnri/ligaturi.mf + texmf-dist/fonts/source/public/wnri/macracct.mf + texmf-dist/fonts/source/public/wnri/mudaacct.mf + texmf-dist/fonts/source/public/wnri/odotacct.mf + texmf-dist/fonts/source/public/wnri/orngacct.mf + texmf-dist/fonts/source/public/wnri/product.mf + texmf-dist/fonts/source/public/wnri/romanla.mf + texmf-dist/fonts/source/public/wnri/romanskt.mf + texmf-dist/fonts/source/public/wnri/romanua.mf + texmf-dist/fonts/source/public/wnri/sktmisc.mf + texmf-dist/fonts/source/public/wnri/tildacct.mf + texmf-dist/fonts/source/public/wnri/u-ring.mf + texmf-dist/fonts/source/public/wnri/ubaracct.mf + texmf-dist/fonts/source/public/wnri/ubrvacct.mf + texmf-dist/fonts/source/public/wnri/udacacct.mf + texmf-dist/fonts/source/public/wnri/udgracct.mf + texmf-dist/fonts/source/public/wnri/udmcacct.mf + texmf-dist/fonts/source/public/wnri/udotacct.mf + texmf-dist/fonts/source/public/wnri/uibvacct.mf + texmf-dist/fonts/source/public/wnri/umlaacct.mf + texmf-dist/fonts/source/public/wnri/urmcacct.mf + texmf-dist/fonts/source/public/wnri/urngacct.mf + texmf-dist/fonts/source/public/wnri/uumlacct.mf + texmf-dist/fonts/source/public/wnri/wnindic.map + texmf-dist/fonts/source/public/wnri/wnrib10.mf + texmf-dist/fonts/source/public/wnri/wnrib8.mf + texmf-dist/fonts/source/public/wnri/wnribi10.mf + texmf-dist/fonts/source/public/wnri/wnrii10.mf + texmf-dist/fonts/source/public/wnri/wnrii8.mf + texmf-dist/fonts/source/public/wnri/wnrir10.mf + texmf-dist/fonts/source/public/wnri/wnrir8.mf + texmf-dist/fonts/source/public/wnri/wnris10.mf + texmf-dist/fonts/source/public/wnri/wnris8.mf + texmf-dist/fonts/source/public/wnri/wnrit10.mf + texmf-dist/fonts/source/public/wnri/wnrit8.mf + texmf-dist/fonts/tfm/public/wnri/wnrib10.tfm + texmf-dist/fonts/tfm/public/wnri/wnrib8.tfm + texmf-dist/fonts/tfm/public/wnri/wnribi10.tfm + texmf-dist/fonts/tfm/public/wnri/wnrii10.tfm + texmf-dist/fonts/tfm/public/wnri/wnrii8.tfm + texmf-dist/fonts/tfm/public/wnri/wnrir10.tfm + texmf-dist/fonts/tfm/public/wnri/wnrir8.tfm + texmf-dist/fonts/tfm/public/wnri/wnris10.tfm + texmf-dist/fonts/tfm/public/wnri/wnris8.tfm + texmf-dist/fonts/tfm/public/wnri/wnrit10.tfm + texmf-dist/fonts/tfm/public/wnri/wnrit8.tfm + texmf-dist/tex/latex/wnri/ot1wnr.fd + texmf-dist/tex/latex/wnri/ot1wnss.fd + texmf-dist/tex/latex/wnri/ot1wntt.fd + texmf-dist/tex/latex/wnri/wnri.def + texmf-dist/tex/latex/wnri/wnri.sty +catalogue-ctan /fonts/wnri +catalogue-date 2006-12-16 22:36:42 +0100 +catalogue-license gpl + +name wordlike +category Package +revision 15878 +shortdesc Simulating word processor layout. +longdesc The package simulates typical word processor layout: narrow +longdesc page margins, Times, Helvetica and Courier fonts, \LARGE or +longdesc \Large headings, and \sloppy typesetting. The package aims at +longdesc making life easier for users who are discontent with LaTeX's +longdesc standard layout settings because they need a layout that +longdesc resembles the usual "wordlike" output. The design of the +longdesc package draws on several discussions in the de.comp.text.tex +longdesc and comp.text.tex newsgroups that are referred to in the +longdesc manual. +docfiles size=31 + texmf-dist/doc/latex/wordlike/README + texmf-dist/doc/latex/wordlike/wordlike.pdf +srcfiles size=5 + texmf-dist/source/latex/wordlike/wordlike.dtx + texmf-dist/source/latex/wordlike/wordlike.ins +runfiles size=1 + texmf-dist/tex/latex/wordlike/wordlike.sty +catalogue-ctan /macros/latex/contrib/wordlike +catalogue-date 2009-06-03 09:03:24 +0200 +catalogue-license lppl +catalogue-version 1.2b + +name wrapfig +category Package +revision 15878 +shortdesc Produces figures which text can flow around. +longdesc Allows figures or tables to have text wrapped around them. Does +longdesc not work in combination with list environments, but can be used +longdesc in a parbox or minipage, and in twocolumn format. Supports the +longdesc float package. Note that most of the package documentation is +longdesc contained in the package file itself (after the \endinput +longdesc command at the end of the package proper). +docfiles size=2 + texmf-dist/doc/latex/wrapfig/multiple-span.txt details="How to use wrapfig to span multiple columns" +runfiles size=7 + texmf-dist/tex/latex/wrapfig/wrapfig.sty +catalogue-ctan /macros/latex/contrib/wrapfig +catalogue-date 2009-10-10 18:07:15 +0200 +catalogue-license other-free +catalogue-version 3.6 + +name wsuipa +category Package +revision 15878 +shortdesc International Phonetic Alphabet fonts. +longdesc The package provides a 7-bit IPA font, as MetaFont source, and +longdesc macros for support under TeXt1 and LaTeX. The fonts (and +longdesc macros) are now largely superseded by the tipa fonts. +docfiles size=110 + texmf-dist/doc/generic/wsuipa/LICENCE-wsuipa.txt + texmf-dist/doc/generic/wsuipa/README details="Package Readme" + texmf-dist/doc/generic/wsuipa/changes.dec93 + texmf-dist/doc/generic/wsuipa/changes.jun91 + texmf-dist/doc/generic/wsuipa/changes.mar91 + texmf-dist/doc/generic/wsuipa/changes.may92 + texmf-dist/doc/generic/wsuipa/changes.nov90 + texmf-dist/doc/generic/wsuipa/compilefonts + texmf-dist/doc/generic/wsuipa/ipamacs.tex + texmf-dist/doc/generic/wsuipa/ipaman.ps + texmf-dist/doc/generic/wsuipa/latex209/ipalman.tex + texmf-dist/doc/generic/wsuipa/latex209/lipaman.tex + texmf-dist/doc/generic/wsuipa/latex2e/ipaman.tex + texmf-dist/doc/generic/wsuipa/text1/ipaman.tex +runfiles size=102 + texmf-dist/fonts/source/public/wsuipa/iaccent.mf + texmf-dist/fonts/source/public/wsuipa/igreekl.mf + texmf-dist/fonts/source/public/wsuipa/iparoman.mf + texmf-dist/fonts/source/public/wsuipa/iromanl.mf + texmf-dist/fonts/source/public/wsuipa/iromanp.mf + texmf-dist/fonts/source/public/wsuipa/iromanu.mf + texmf-dist/fonts/source/public/wsuipa/wbxipa10.mf + texmf-dist/fonts/source/public/wsuipa/wbxipa11.mf + texmf-dist/fonts/source/public/wsuipa/wbxipa12.mf + texmf-dist/fonts/source/public/wsuipa/wbxipa17.mf + texmf-dist/fonts/source/public/wsuipa/wbxipa8.mf + texmf-dist/fonts/source/public/wsuipa/wbxipa9.mf + texmf-dist/fonts/source/public/wsuipa/wslipa10.mf + texmf-dist/fonts/source/public/wsuipa/wslipa11.mf + texmf-dist/fonts/source/public/wsuipa/wslipa12.mf + texmf-dist/fonts/source/public/wsuipa/wslipa17.mf + texmf-dist/fonts/source/public/wsuipa/wslipa8.mf + texmf-dist/fonts/source/public/wsuipa/wslipa9.mf + texmf-dist/fonts/source/public/wsuipa/wsuipa10.mf + texmf-dist/fonts/source/public/wsuipa/wsuipa11.mf + texmf-dist/fonts/source/public/wsuipa/wsuipa12.mf + texmf-dist/fonts/source/public/wsuipa/wsuipa17.mf + texmf-dist/fonts/source/public/wsuipa/wsuipa8.mf + texmf-dist/fonts/source/public/wsuipa/wsuipa9.mf + texmf-dist/fonts/tfm/public/wsuipa/wbxipa10.tfm + texmf-dist/fonts/tfm/public/wsuipa/wbxipa11.tfm + texmf-dist/fonts/tfm/public/wsuipa/wbxipa12.tfm + texmf-dist/fonts/tfm/public/wsuipa/wbxipa17.tfm + texmf-dist/fonts/tfm/public/wsuipa/wbxipa8.tfm + texmf-dist/fonts/tfm/public/wsuipa/wbxipa9.tfm + texmf-dist/fonts/tfm/public/wsuipa/wslipa10.tfm + texmf-dist/fonts/tfm/public/wsuipa/wslipa11.tfm + texmf-dist/fonts/tfm/public/wsuipa/wslipa12.tfm + texmf-dist/fonts/tfm/public/wsuipa/wslipa17.tfm + texmf-dist/fonts/tfm/public/wsuipa/wslipa8.tfm + texmf-dist/fonts/tfm/public/wsuipa/wslipa9.tfm + texmf-dist/fonts/tfm/public/wsuipa/wsuipa10.tfm + texmf-dist/fonts/tfm/public/wsuipa/wsuipa11.tfm + texmf-dist/fonts/tfm/public/wsuipa/wsuipa12.tfm + texmf-dist/fonts/tfm/public/wsuipa/wsuipa17.tfm + texmf-dist/fonts/tfm/public/wsuipa/wsuipa8.tfm + texmf-dist/fonts/tfm/public/wsuipa/wsuipa9.tfm + texmf-dist/tex/latex/wsuipa/ipa.sty + texmf-dist/tex/latex/wsuipa/ipalmacs.sty + texmf-dist/tex/latex/wsuipa/uipa.fd +catalogue-ctan /fonts/wsuipa +catalogue-date 2008-12-04 21:34:53 +0100 +catalogue-license other-free + +name xargs +category Package +revision 15878 +shortdesc Define commands with many optional arguments. +longdesc The package provides extended versions of \newcommand and +longdesc related LaTeX commands, which allow easy and robust definition +longdesc of macros with many optional arguments, using a clear and +longdesc simple xkeyval-style syntax. +docfiles size=58 + texmf-dist/doc/latex/xargs/README details="Readme" + texmf-dist/doc/latex/xargs/xargs-fr.pdf details="Package documentation (French)" language="fr" + texmf-dist/doc/latex/xargs/xargs.pdf details="Package documentation (English)" language="en" +srcfiles size=15 + texmf-dist/source/latex/xargs/xargs.dtx +runfiles size=4 + texmf-dist/tex/latex/xargs/xargs.sty +catalogue-ctan /macros/latex/contrib/xargs +catalogue-date 2008-08-24 00:31:24 +0200 +catalogue-license lppl +catalogue-version 1.1 + +name xbmc +category Package +revision 13293 +runfiles size=2 + texmf-dist/fonts/source/public/xbmc/xbmc10.mf + texmf-dist/fonts/tfm/public/xbmc/xbmc10.tfm + +name xcolor +category Package +revision 15878 +shortdesc Driver-independent color extensions for LaTeX and pdfLaTeX. +longdesc Provides easy driver-independent access to several kinds of +longdesc color tints, shades, tones, and mixes of arbitrary colors. It +longdesc allows a user to select a document-wide target color model and +longdesc offers complete tools for conversion between eight color +longdesc models. Additionally, there is a command for alternating row +longdesc colors plus repeated non-aligned material (like horizontal +longdesc lines) in tables. Colors can be mixed like +longdesc \color{red!30!green!40!blue}. +docfiles size=211 + texmf-dist/doc/latex/xcolor/ChangeLog + texmf-dist/doc/latex/xcolor/README + texmf-dist/doc/latex/xcolor/xcolor.lox + texmf-dist/doc/latex/xcolor/xcolor.pdf + texmf-dist/doc/latex/xcolor/xcolor1.tex + texmf-dist/doc/latex/xcolor/xcolor2.pdf details="Examples of usage with pstricks:" + texmf-dist/doc/latex/xcolor/xcolor2.tex + texmf-dist/doc/latex/xcolor/xcolor3.tex + texmf-dist/doc/latex/xcolor/xcolor4.tex +srcfiles size=85 + texmf-dist/source/latex/xcolor/xcolor.dtx + texmf-dist/source/latex/xcolor/xcolor.ins +runfiles size=20 + texmf-dist/dvips/xcolor/xcolor.pro + texmf-dist/tex/latex/xcolor/svgnam.def + texmf-dist/tex/latex/xcolor/x11nam.def + texmf-dist/tex/latex/xcolor/xcolor.sty +catalogue-ctan /macros/latex/contrib/xcolor +catalogue-date 2007-01-21 23:54:12 +0100 +catalogue-license lppl +catalogue-version 2.11 + +name xdoc +category Package +revision 15878 +shortdesc Extending the LaTeX doc system. +longdesc Xdoc is a project to rewrite the implementation of the LaTeX +longdesc doc package (in a broader sense) to make its features more +longdesc general and flexible. For example, where doc only provides +longdesc commands for documenting macros and environments, xdoc also +longdesc provides commands for similarly documenting package options and +longdesc switches. This is furthermore done in such a way that it is +longdesc very easy to add more such commands for documenting things, +longdesc such as e.g., templates (an important concept in the future +longdesc LaTeX3) and program components for other languages (functions, +longdesc classes, procedures, etc.). A side effect is that many minor +longdesc bugs in doc are fixed. The design aims to take advantage of +longdesc many still experimental features of future versions of LaTeX, +longdesc but since these are neither reasonably stable nor widely +longdesc available, the configuration interfaces and package author +longdesc commands of xdoc are likely to change. To still provide a +longdesc stable interface for other packages to build upon, the actual +longdesc package names include a "major version number" of sorts. The +longdesc drop-in replacement package for standard doc is xdoc2; it +longdesc requires nothing outside standard LaTeX2e. The +longdesc docindex/docidx2e package changes the index and list of changes +longdesc typesetting so that none of the formatting has to be controlled +longdesc via the index style file. The docindex package provides control +longdesc of formatting via templates (nice interface, but requires +longdesc several experimental packages), whereas the docidx2e package +longdesc has traditional raw macro interfaces and works with standard +longdesc LaTeX2e. +docfiles size=267 + texmf-dist/doc/latex/xdoc/README details="Package Readme" + texmf-dist/doc/latex/xdoc/docindex.pdf details="docindex documentation" + texmf-dist/doc/latex/xdoc/xdoc2.pdf details="xdoc2 documentation" + texmf-dist/doc/latex/xdoc/xdocdemo.pdf details="Demonstration of usage" + texmf-dist/doc/latex/xdoc/xdocdemo.tex +srcfiles size=77 + texmf-dist/source/latex/xdoc/docindex.dtx + texmf-dist/source/latex/xdoc/docindex.ins + texmf-dist/source/latex/xdoc/xdoc2.dtx + texmf-dist/source/latex/xdoc/xdoc2.ins +runfiles size=17 + texmf-dist/makeindex/xdoc/docindex.ist + texmf-dist/tex/latex/xdoc/docidx2e.sty + texmf-dist/tex/latex/xdoc/docindex.sty + texmf-dist/tex/latex/xdoc/xdoc2.sty +catalogue-ctan /macros/latex/contrib/xdoc +catalogue-date 2006-12-05 00:47:24 +0100 +catalogue-license lppl +catalogue-version prot2.5 + +name xdvi +category TLCore +revision 15809 +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 +longdesc of xdvik (no longer separately available), so that it will +longdesc build with web2c "out of the box". In practice, it is usually +longdesc distributed via Tex-live. +depend xdvi.ARCH +docfiles size=71 + texmf/doc/man/man1/t1mapper.1 + texmf/doc/man/man1/t1mapper.man1.pdf + texmf/doc/man/man1/xdvi.1 + texmf/doc/man/man1/xdvi.man1.pdf + texmf/doc/man/man1/xdvizilla.1 + texmf/doc/man/man1/xdvizilla.man1.pdf +runfiles size=9 + texmf/xdvi/XDvi + texmf/xdvi/pixmaps/toolbar.xpm + texmf/xdvi/pixmaps/toolbar2.xpm + texmf/xdvi/xdvi.cfg +catalogue-ctan /dviware/xdvi +catalogue-date 2009-05-15 23:26:39 +0200 +catalogue-license other-free +catalogue-version 22.84.16 + +name xdvi.alpha-linux +category TLCore +revision 14638 +shortdesc alpha-linux files of xdvi +binfiles arch=alpha-linux size=381 + bin/alpha-linux/xdvi + bin/alpha-linux/xdvi-xaw + +name xdvi.i386-cygwin +category TLCore +revision 15614 +shortdesc i386-cygwin files of xdvi +binfiles arch=i386-cygwin size=206 + bin/i386-cygwin/xdvi + bin/i386-cygwin/xdvi-xaw.exe + +name xdvi.i386-linux +category TLCore +revision 14164 +shortdesc i386-linux files of xdvi +binfiles arch=i386-linux size=204 + bin/i386-linux/xdvi + bin/i386-linux/xdvi-xaw + +name xdvi.i386-netbsd +category TLCore +revision 15167 +shortdesc i386-netbsd files of xdvi +binfiles arch=i386-netbsd size=180 + bin/i386-netbsd/xdvi + bin/i386-netbsd/xdvi-xaw + +name xdvi.i386-solaris +category TLCore +revision 15498 +shortdesc i386-solaris files of xdvi +binfiles arch=i386-solaris size=394 + bin/i386-solaris/xdvi + bin/i386-solaris/xdvi-xaw + bin/i386-solaris/xdvi-xaw_solaris10_x86 + +name xdvi.mips-irix +category TLCore +revision 15558 +shortdesc mips-irix files of xdvi +binfiles arch=mips-irix size=308 + bin/mips-irix/xdvi + bin/mips-irix/xdvi-xaw + +name xdvi.powerpc-aix +category TLCore +revision 15638 +shortdesc powerpc-aix files of xdvi +binfiles arch=powerpc-aix size=255 + bin/powerpc-aix/xdvi + bin/powerpc-aix/xdvi-motif + +name xdvi.powerpc-linux +category TLCore +revision 15690 +shortdesc powerpc-linux files of xdvi +binfiles arch=powerpc-linux size=224 + bin/powerpc-linux/xdvi + bin/powerpc-linux/xdvi-xaw + +name xdvi.sparc-linux +category TLCore +revision 14269 +shortdesc sparc-linux files of xdvi +binfiles arch=sparc-linux size=203 + bin/sparc-linux/xdvi + bin/sparc-linux/xdvi-xaw + +name xdvi.sparc-solaris +category TLCore +revision 14279 +shortdesc sparc-solaris files of xdvi +binfiles arch=sparc-solaris size=316 + bin/sparc-solaris/xdvi + bin/sparc-solaris/xdvi-motif + +name xdvi.universal-darwin +category TLCore +revision 14896 +shortdesc universal-darwin files of xdvi +binfiles arch=universal-darwin size=421 + bin/universal-darwin/xdvi + bin/universal-darwin/xdvi-xaw + +name xdvi.win32 +category TLCore +revision 13798 +shortdesc win32 files of xdvi + +name xdvi.x86_64-linux +category TLCore +revision 14677 +shortdesc x86_64-linux files of xdvi +binfiles arch=x86_64-linux size=217 + bin/x86_64-linux/xdvi + bin/x86_64-linux/xdvi-xaw + +name xecjk +category Package +revision 15878 +shortdesc Support for CJK documents in XeLaTeX. +longdesc A LaTeX package for typesetting CJK documents in the way users +longdesc have become used to, in the CJK package. +docfiles size=81 + texmf-dist/doc/xelatex/xecjk/README details="Readme" + texmf-dist/doc/xelatex/xecjk/README.txt + texmf-dist/doc/xelatex/xecjk/example-CJKchecksingle.tex + texmf-dist/doc/xelatex/xecjk/example-CJKfntef.tex + texmf-dist/doc/xelatex/xecjk/example-addspaces.tex + texmf-dist/doc/xelatex/xecjk/examples/example-CJKchecksingle.tex + texmf-dist/doc/xelatex/xecjk/examples/example-CJKfntef.tex + texmf-dist/doc/xelatex/xecjk/examples/example-addspaces.tex + texmf-dist/doc/xelatex/xecjk/xeCJK.pdf details="Package documentation (in both English and Chinese)" +srcfiles size=13 + texmf-dist/source/xelatex/xecjk/xeCJK.dtx + texmf-dist/source/xelatex/xecjk/xeCJK.ins +runfiles size=7 + texmf-dist/tex/xelatex/xecjk/xeCJK.sty +catalogue-ctan /macros/xetex/latex/xecjk +catalogue-date 2009-10-20 14:13:00 +0200 +catalogue-license lppl +catalogue-version 2.3.10 + +name xecolour +category Package +revision 15878 +shortdesc Support for colour in XeLaTeX. +longdesc This is a simple package which defines about 140 different +longdesc colours by XeTeX's colour feature. The colours can be used in +longdesc bidirectional texts without any problem. +docfiles size=27 + texmf-dist/doc/xelatex/xecolour/README details="Readme" + texmf-dist/doc/xelatex/xecolour/xecolour-user.pdf + texmf-dist/doc/xelatex/xecolour/xecolour-user.tex +runfiles size=3 + texmf-dist/tex/xelatex/xecolour/xecolour.sty +catalogue-ctan /macros/xetex/latex/xecolour +catalogue-date 2009-01-14 09:34:15 +0100 +catalogue-license lppl +catalogue-version 0.1 + +name xecyr +category Package +revision 15878 +shortdesc Using Cyrillic languages in XeTeX. +longdesc Helper tools for using Cyrillic languages with XeLaTeX and +longdesc babel. +depend xecyr.ARCH +docfiles size=100 + texmf-dist/doc/xelatex/xecyr/1251.tex + texmf-dist/doc/xelatex/xecyr/866.tex + texmf-dist/doc/xelatex/xecyr/README details="Readme" + texmf-dist/doc/xelatex/xecyr/TODO + texmf-dist/doc/xelatex/xecyr/iso.tex + texmf-dist/doc/xelatex/xecyr/koi8-r.tex + texmf-dist/doc/xelatex/xecyr/language.dat.add + texmf-dist/doc/xelatex/xecyr/rubibtex-ex-x.pdf + texmf-dist/doc/xelatex/xecyr/rubibtex-ex-x.tex + texmf-dist/doc/xelatex/xecyr/rubibtex-ex.bib + texmf-dist/doc/xelatex/xecyr/rumakeindex-ex-x.pdf + texmf-dist/doc/xelatex/xecyr/rumakeindex-ex-x.tex + texmf-dist/doc/xelatex/xecyr/xecyr-doc-ru.pdf details="Package documentation (Russian)" language="ru" + texmf-dist/doc/xelatex/xecyr/xecyr-doc-ru.tex + texmf-dist/doc/xelatex/xecyr/xecyr-ex1-ru-x.pdf + texmf-dist/doc/xelatex/xecyr/xecyr-ex1-ru-x.tex + texmf-dist/doc/xelatex/xecyr/xecyr-ex2-ru-x.pdf + texmf-dist/doc/xelatex/xecyr/xecyr-ex2-ru-x.tex + texmf-dist/doc/xelatex/xecyr/xecyr-ex3-ru-x.pdf + texmf-dist/doc/xelatex/xecyr/xecyr-ex3-ru-x.tex + texmf-dist/doc/xelatex/xecyr/xecyr-ex4-ru-x.pdf + texmf-dist/doc/xelatex/xecyr/xecyr-ex4-ru-x.tex + texmf-dist/doc/xelatex/xecyr/xecyr-ex5-ru-x.pdf + texmf-dist/doc/xelatex/xecyr/xecyr-ex5-ru-x.tex + texmf-dist/doc/xelatex/xecyr/xecyr-ex6-ru-x.pdf + texmf-dist/doc/xelatex/xecyr/xecyr-ex6-ru-x.tex + texmf-dist/doc/xelatex/xecyr/xecyr-ex7-ru-x.pdf + texmf-dist/doc/xelatex/xecyr/xecyr-ex7-ru-x.tex +runfiles size=5 + texmf-dist/tex/generic/xecyr/xu-ruenhyph.tex + texmf-dist/tex/xelatex/xecyr/xecyr.sty +catalogue-ctan /macros/xetex/latex/xecyr +catalogue-date 2008-08-24 00:31:24 +0200 +catalogue-license lppl +catalogue-version 1.0 + +name xecyr.win32 +category Package +revision 15878 +shortdesc win32 files of xecyr +binfiles arch=win32 size=6 + bin/win32/rubibtexx.bat + bin/win32/rubibtexx.exe + bin/win32/rumakeindexx.bat + bin/win32/rumakeindexx.exe + bin/win32/rumakeindexx2.bat + bin/win32/rumakeindexx2.exe + +name xepersian +category Package +revision 15878 +shortdesc Persian for LaTeX over XeTeX. +longdesc The package supports Persian typesetting, using fonts provided +longdesc in the distribution. +docfiles size=235 + texmf-dist/doc/xelatex/xepersian/MyReferences.bib + texmf-dist/doc/xelatex/xepersian/README details="Readme" + texmf-dist/doc/xelatex/xepersian/README.xepersian + texmf-dist/doc/xelatex/xepersian/acm-fa-output.tex + texmf-dist/doc/xelatex/xepersian/acm-fa.bst + texmf-dist/doc/xelatex/xepersian/algorithm-xepersian.def + texmf-dist/doc/xelatex/xepersian/algorithmic-xepersian.def + texmf-dist/doc/xelatex/xepersian/amsart-xepersian.def + texmf-dist/doc/xelatex/xepersian/amsbook-xepersian.def + texmf-dist/doc/xelatex/xepersian/article-xepersian.def + texmf-dist/doc/xelatex/xepersian/backref-xepersian.def + texmf-dist/doc/xelatex/xepersian/bibtex-example.tex + texmf-dist/doc/xelatex/xepersian/bidibeamer-xepersian.def + texmf-dist/doc/xelatex/xepersian/bidimoderncv-xepersian.def + texmf-dist/doc/xelatex/xepersian/book-xepersian.def + texmf-dist/doc/xelatex/xepersian/bookest-xepersian.def + texmf-dist/doc/xelatex/xepersian/clouds.jpg + texmf-dist/doc/xelatex/xepersian/commands-ltx.def + texmf-dist/doc/xelatex/xepersian/commands-xepersian.def + texmf-dist/doc/xelatex/xepersian/enumerate-xepersian.def + texmf-dist/doc/xelatex/xepersian/environments-ltx.def + texmf-dist/doc/xelatex/xepersian/environments-xepersian.def + texmf-dist/doc/xelatex/xepersian/examples/bibtex/MyReferences.bib + texmf-dist/doc/xelatex/xepersian/examples/bibtex/acm-fa-output.tex + texmf-dist/doc/xelatex/xepersian/examples/bibtex/bibtex-example.tex + texmf-dist/doc/xelatex/xepersian/examples/bibtex/ieeetr-fa-output.tex + texmf-dist/doc/xelatex/xepersian/examples/bibtex/plain-fa-output.tex + texmf-dist/doc/xelatex/xepersian/examples/logo.pdf + texmf-dist/doc/xelatex/xepersian/examples/magazine-sample.tex + texmf-dist/doc/xelatex/xepersian/examples/test-correction.tex + texmf-dist/doc/xelatex/xepersian/examples/test-empty-form.tex + texmf-dist/doc/xelatex/xepersian/examples/test-question-only.tex + texmf-dist/doc/xelatex/xepersian/examples/test-solution-form.tex + texmf-dist/doc/xelatex/xepersian/examples/thesis-sample.tex + texmf-dist/doc/xelatex/xepersian/extbook-xepersian.def + texmf-dist/doc/xelatex/xepersian/farsitex2xepersian/ftxe-0.11.py + texmf-dist/doc/xelatex/xepersian/footnote-bidi-xepersian.def + texmf-dist/doc/xelatex/xepersian/ftxe-0.11.py + texmf-dist/doc/xelatex/xepersian/ieeetr-fa-output.tex + texmf-dist/doc/xelatex/xepersian/ieeetr-fa.bst + texmf-dist/doc/xelatex/xepersian/ireland.jpg + texmf-dist/doc/xelatex/xepersian/kashida-xepersian.def + texmf-dist/doc/xelatex/xepersian/listings-xepersian.def + texmf-dist/doc/xelatex/xepersian/localise-xepersian.def + texmf-dist/doc/xelatex/xepersian/logo.pdf + texmf-dist/doc/xelatex/xepersian/magazine-sample.tex + texmf-dist/doc/xelatex/xepersian/memoir-xepersian.def + texmf-dist/doc/xelatex/xepersian/minitoc-xepersian.def + texmf-dist/doc/xelatex/xepersian/misccommandsenvironments-ltx.def + texmf-dist/doc/xelatex/xepersian/parsidigits.map + texmf-dist/doc/xelatex/xepersian/parsidigits.tec + texmf-dist/doc/xelatex/xepersian/persian.xdy + texmf-dist/doc/xelatex/xepersian/plain-fa-output.tex + texmf-dist/doc/xelatex/xepersian/plain-fa.bst + texmf-dist/doc/xelatex/xepersian/rain.jpg + texmf-dist/doc/xelatex/xepersian/rapport3-xepersian.def + texmf-dist/doc/xelatex/xepersian/refrep-xepersian.def + texmf-dist/doc/xelatex/xepersian/report-xepersian.def + texmf-dist/doc/xelatex/xepersian/scrartcl-xepersian.def + texmf-dist/doc/xelatex/xepersian/scrbook-xepersian.def + texmf-dist/doc/xelatex/xepersian/scrreprt-xepersian.def + texmf-dist/doc/xelatex/xepersian/sun.jpg + texmf-dist/doc/xelatex/xepersian/test-correction.tex + texmf-dist/doc/xelatex/xepersian/test-empty-form.tex + texmf-dist/doc/xelatex/xepersian/test-question-only.tex + texmf-dist/doc/xelatex/xepersian/test-solution-form.tex + texmf-dist/doc/xelatex/xepersian/thesis-sample.tex + texmf-dist/doc/xelatex/xepersian/tocloft-xepersian.def + texmf-dist/doc/xelatex/xepersian/txt2maths.map + texmf-dist/doc/xelatex/xepersian/txt2maths.tec + texmf-dist/doc/xelatex/xepersian/unsrt-fa.bst + texmf-dist/doc/xelatex/xepersian/xepersian-magazine.cls + texmf-dist/doc/xelatex/xepersian/xepersian-mathsdigitspec.sty + texmf-dist/doc/xelatex/xepersian/xepersian-multiplechoice.sty + texmf-dist/doc/xelatex/xepersian/xepersian-persiancal.sty + texmf-dist/doc/xelatex/xepersian/xepersian-thesis-xepersian.def + texmf-dist/doc/xelatex/xepersian/xepersian-thesis.cls + texmf-dist/doc/xelatex/xepersian/xepersian.dtx + texmf-dist/doc/xelatex/xepersian/xepersian.sty + texmf-dist/doc/xelatex/xepersian/xindy/persian.xdy +srcfiles size=64 + texmf-dist/source/xelatex/xepersian/xepersian.dtx +runfiles size=97 + texmf-dist/bibtex/bst/xepersian/acm-fa.bst + texmf-dist/bibtex/bst/xepersian/ieeetr-fa.bst + texmf-dist/bibtex/bst/xepersian/plain-fa.bst + texmf-dist/bibtex/bst/xepersian/unsrt-fa.bst + texmf-dist/fonts/misc/xetex/fontmapping/xepersian/parsidigits.map + texmf-dist/fonts/misc/xetex/fontmapping/xepersian/parsidigits.tec + texmf-dist/fonts/misc/xetex/fontmapping/xepersian/txt2maths.map + texmf-dist/fonts/misc/xetex/fontmapping/xepersian/txt2maths.tec + texmf-dist/tex/xelatex/xepersian/algorithm-xepersian.def + texmf-dist/tex/xelatex/xepersian/algorithmic-xepersian.def + texmf-dist/tex/xelatex/xepersian/amsart-xepersian.def + texmf-dist/tex/xelatex/xepersian/amsbook-xepersian.def + texmf-dist/tex/xelatex/xepersian/article-xepersian.def + texmf-dist/tex/xelatex/xepersian/backref-xepersian.def + texmf-dist/tex/xelatex/xepersian/bidibeamer-xepersian.def + texmf-dist/tex/xelatex/xepersian/bidimoderncv-xepersian.def + texmf-dist/tex/xelatex/xepersian/book-xepersian.def + texmf-dist/tex/xelatex/xepersian/bookest-xepersian.def + texmf-dist/tex/xelatex/xepersian/commands-ltx.def + texmf-dist/tex/xelatex/xepersian/commands-xepersian.def + texmf-dist/tex/xelatex/xepersian/enumerate-xepersian.def + texmf-dist/tex/xelatex/xepersian/environments-ltx.def + texmf-dist/tex/xelatex/xepersian/environments-xepersian.def + texmf-dist/tex/xelatex/xepersian/extbook-xepersian.def + texmf-dist/tex/xelatex/xepersian/footnote-bidi-xepersian.def + texmf-dist/tex/xelatex/xepersian/img/ireland.jpg + texmf-dist/tex/xelatex/xepersian/img/weather/clouds.jpg + texmf-dist/tex/xelatex/xepersian/img/weather/rain.jpg + texmf-dist/tex/xelatex/xepersian/img/weather/sun.jpg + texmf-dist/tex/xelatex/xepersian/kashida-xepersian.def + texmf-dist/tex/xelatex/xepersian/listings-xepersian.def + texmf-dist/tex/xelatex/xepersian/localise-xepersian.def + texmf-dist/tex/xelatex/xepersian/memoir-xepersian.def + texmf-dist/tex/xelatex/xepersian/minitoc-xepersian.def + texmf-dist/tex/xelatex/xepersian/misccommandsenvironments-ltx.def + texmf-dist/tex/xelatex/xepersian/rapport3-xepersian.def + texmf-dist/tex/xelatex/xepersian/refrep-xepersian.def + texmf-dist/tex/xelatex/xepersian/report-xepersian.def + texmf-dist/tex/xelatex/xepersian/scrartcl-xepersian.def + texmf-dist/tex/xelatex/xepersian/scrbook-xepersian.def + texmf-dist/tex/xelatex/xepersian/scrreprt-xepersian.def + texmf-dist/tex/xelatex/xepersian/tocloft-xepersian.def + texmf-dist/tex/xelatex/xepersian/xepersian-magazine.cls + texmf-dist/tex/xelatex/xepersian/xepersian-mathsdigitspec.sty + texmf-dist/tex/xelatex/xepersian/xepersian-multiplechoice.sty + texmf-dist/tex/xelatex/xepersian/xepersian-persiancal.sty + texmf-dist/tex/xelatex/xepersian/xepersian-thesis-xepersian.def + texmf-dist/tex/xelatex/xepersian/xepersian-thesis.cls + texmf-dist/tex/xelatex/xepersian/xepersian.sty +catalogue-ctan /macros/xetex/latex/xepersian +catalogue-date 2009-08-03 13:25:40 +0200 +catalogue-license lppl +catalogue-version 1.0.3 + +name xetex +category TLCore +revision 15878 +depend xetexconfig +depend xetex.ARCH +execute AddFormat name=xetex engine=xetex patterns=language.def options="-etex xetex.ini" +execute AddFormat name=xelatex engine=xetex patterns=language.dat options="-etex xelatex.ini" +postaction script file=tlpkg/tlpostcode/xetex.pl +docfiles size=154 + texmf-dist/doc/xetex/base/XeTeX-notes.pdf + texmf-dist/doc/xetex/base/XeTeX-notes.tex +runfiles size=57 + texmf-dist/fonts/misc/xetex/fontmapping/base/qx-unicode.map + texmf-dist/fonts/misc/xetex/fontmapping/base/qx-unicode.tec + texmf-dist/fonts/misc/xetex/fontmapping/base/tex-text.map + texmf-dist/fonts/misc/xetex/fontmapping/base/tex-text.tec + texmf-dist/scripts/xetex/perl/lib/PDF/Reuse.pm + texmf-dist/scripts/xetex/perl/lib/PDF/Reuse/Util.pm + texmf-dist/scripts/xetex/perl/xdv2pdf_mergemarks + tlpkg/tlpostcode/xetex.pl + +name xetex-def +category Package +revision 15901 +shortdesc Colour and graphics support for XeTeX. +longdesc The file xetex.def provides device-specific definitions for +longdesc colour and graphics support when running Xe(La)TeX +runfiles size=4 + texmf-dist/tex/xelatex/xetex-def/xetex.def +catalogue-ctan /macros/latex/contrib/xetex-def/xetex.def +catalogue-date 2008-09-05 11:08:39 +0200 +catalogue-license lppl +catalogue-version 0.93 + +name xetex-pstricks +category Package +revision 15878 +shortdesc Running PStricks under XeTeX. +longdesc The package provides an indirection scheme for XeTeX to use the +longdesc pstricks xdvipdfmx.con configuration file, so that XeTeX +longdesc documents will load it in preference to the standard +longdesc pstricks.con configuration file. With this configuration, many +longdesc PSTricks features can be used in xelatex or plain xetex +longdesc documents. +docfiles size=1 + texmf-dist/doc/generic/xetex-pstricks/README details="Readme" +runfiles size=2 + texmf-dist/tex/xelatex/xetex-pstricks/pstricks.con + texmf-dist/tex/xetex/xetex-pstricks/pstricks.con +catalogue-ctan /graphics/xetex-pstricks +catalogue-date 2008-08-24 00:31:24 +0200 +catalogue-license pd + +name xetex.alpha-linux +category TLCore +revision 15878 +shortdesc alpha-linux files of xetex +binfiles arch=alpha-linux size=4179 + bin/alpha-linux/teckit_compile + bin/alpha-linux/xdvipdfmx + bin/alpha-linux/xelatex + bin/alpha-linux/xetex + +name xetex.i386-cygwin +category TLCore +revision 15878 +shortdesc i386-cygwin files of xetex +binfiles arch=i386-cygwin size=2676 + bin/i386-cygwin/teckit_compile.exe + bin/i386-cygwin/xdvipdfmx.exe + bin/i386-cygwin/xelatex + bin/i386-cygwin/xetex.exe + +name xetex.i386-linux +category TLCore +revision 15878 +shortdesc i386-linux files of xetex +binfiles arch=i386-linux size=2888 + bin/i386-linux/teckit_compile + bin/i386-linux/xdvipdfmx + bin/i386-linux/xelatex + bin/i386-linux/xetex + +name xetex.i386-netbsd +category TLCore +revision 15878 +shortdesc i386-netbsd files of xetex +binfiles arch=i386-netbsd size=2731 + bin/i386-netbsd/teckit_compile + bin/i386-netbsd/xdvipdfmx + bin/i386-netbsd/xelatex + bin/i386-netbsd/xetex + +name xetex.i386-solaris +category TLCore +revision 15878 +shortdesc i386-solaris files of xetex +binfiles arch=i386-solaris size=3107 + bin/i386-solaris/teckit_compile + bin/i386-solaris/xdvipdfmx + bin/i386-solaris/xelatex + bin/i386-solaris/xetex + +name xetex.mips-irix +category TLCore +revision 15878 +shortdesc mips-irix files of xetex +binfiles arch=mips-irix size=3386 + bin/mips-irix/teckit_compile + bin/mips-irix/xdvipdfmx + bin/mips-irix/xelatex + bin/mips-irix/xetex + +name xetex.powerpc-aix +category TLCore +revision 15878 +shortdesc powerpc-aix files of xetex +binfiles arch=powerpc-aix size=3123 + bin/powerpc-aix/teckit_compile + bin/powerpc-aix/xdvipdfmx + bin/powerpc-aix/xelatex + bin/powerpc-aix/xetex + +name xetex.powerpc-linux +category TLCore +revision 15878 +shortdesc powerpc-linux files of xetex +binfiles arch=powerpc-linux size=3123 + bin/powerpc-linux/teckit_compile + bin/powerpc-linux/xdvipdfmx + bin/powerpc-linux/xelatex + bin/powerpc-linux/xetex + +name xetex.sparc-linux +category TLCore +revision 15878 +shortdesc sparc-linux files of xetex +binfiles arch=sparc-linux size=2780 + bin/sparc-linux/teckit_compile + bin/sparc-linux/xdvipdfmx + bin/sparc-linux/xelatex + bin/sparc-linux/xetex + +name xetex.sparc-solaris +category TLCore +revision 15878 +shortdesc sparc-solaris files of xetex +binfiles arch=sparc-solaris size=3076 + bin/sparc-solaris/teckit_compile + bin/sparc-solaris/xdvipdfmx + bin/sparc-solaris/xelatex + bin/sparc-solaris/xetex + +name xetex.universal-darwin +category TLCore +revision 15878 +shortdesc universal-darwin files of xetex +binfiles arch=universal-darwin size=5489 + bin/universal-darwin/T1Wrap + bin/universal-darwin/teckit_compile + bin/universal-darwin/xdv2pdf + bin/universal-darwin/xdvipdfmx + bin/universal-darwin/xelatex + bin/universal-darwin/xetex + +name xetex.win32 +category TLCore +revision 15925 +shortdesc win32 files of xetex +binfiles arch=win32 size=5492 + bin/win32/fc-cache.exe + bin/win32/fc-cat.exe + bin/win32/fc-list.exe + bin/win32/fc-match.exe + bin/win32/fc-query.exe + bin/win32/fc-scan.exe + bin/win32/icudt40.dll + bin/win32/teckit_compile.exe + bin/win32/xdvipdfmx.exe + bin/win32/xelatex.exe + bin/win32/xetex.exe + tlpkg/tlpostcode/xetex/cache/readme.txt + tlpkg/tlpostcode/xetex/conf/conf.d/10-autohint.conf + tlpkg/tlpostcode/xetex/conf/conf.d/10-no-sub-pixel.conf + tlpkg/tlpostcode/xetex/conf/conf.d/10-sub-pixel-bgr.conf + tlpkg/tlpostcode/xetex/conf/conf.d/10-sub-pixel-rgb.conf + tlpkg/tlpostcode/xetex/conf/conf.d/10-sub-pixel-vbgr.conf + tlpkg/tlpostcode/xetex/conf/conf.d/10-sub-pixel-vrgb.conf + tlpkg/tlpostcode/xetex/conf/conf.d/10-unhinted.conf + tlpkg/tlpostcode/xetex/conf/conf.d/20-fix-globaladvance.conf + tlpkg/tlpostcode/xetex/conf/conf.d/20-lohit-gujarati.conf + tlpkg/tlpostcode/xetex/conf/conf.d/20-unhint-small-vera.conf + tlpkg/tlpostcode/xetex/conf/conf.d/30-amt-aliases.conf + tlpkg/tlpostcode/xetex/conf/conf.d/30-urw-aliases.conf + tlpkg/tlpostcode/xetex/conf/conf.d/40-generic.conf + tlpkg/tlpostcode/xetex/conf/conf.d/49-sansserif.conf + tlpkg/tlpostcode/xetex/conf/conf.d/50-user.conf + tlpkg/tlpostcode/xetex/conf/conf.d/51-local.conf + tlpkg/tlpostcode/xetex/conf/conf.d/60-latin.conf + tlpkg/tlpostcode/xetex/conf/conf.d/65-fonts-persian.conf + tlpkg/tlpostcode/xetex/conf/conf.d/65-nonlatin.conf + tlpkg/tlpostcode/xetex/conf/conf.d/69-unifont.conf + tlpkg/tlpostcode/xetex/conf/conf.d/70-no-bitmaps.conf + tlpkg/tlpostcode/xetex/conf/conf.d/70-yes-bitmaps.conf + tlpkg/tlpostcode/xetex/conf/conf.d/80-delicious.conf + tlpkg/tlpostcode/xetex/conf/conf.d/90-synthetic.conf + tlpkg/tlpostcode/xetex/conf/conf.d/README + tlpkg/tlpostcode/xetex/conf/fonts.conf + tlpkg/tlpostcode/xetex/conf/fonts.dtd + +name xetex.x86_64-linux +category TLCore +revision 15878 +shortdesc x86_64-linux files of xetex +binfiles arch=x86_64-linux size=3091 + bin/x86_64-linux/teckit_compile + bin/x86_64-linux/xdvipdfmx + bin/x86_64-linux/xelatex + bin/x86_64-linux/xetex + +name xetexconfig +category Package +revision 15878 +runfiles size=49 + texmf-dist/tex/generic/xetexconfig/unicode-letters.tex + texmf-dist/tex/xelatex/xetexconfig/crop.cfg + texmf-dist/tex/xelatex/xetexconfig/geometry.cfg + texmf-dist/tex/xelatex/xetexconfig/hyperref.cfg + +name xetexfontinfo +category Package +revision 15878 +shortdesc Report font features in XeTeX. +longdesc A pair of documents to reveal the font features supported by +longdesc fonts usable in XeTeX. Use OpenType-info.tex for OpenType +longdesc fonts, and AAT-info.tex for AAT fonts (Mac OS X only). +docfiles size=1 + texmf-dist/doc/xetex/xetexfontinfo/README details="Readme" +runfiles size=2 + texmf-dist/tex/xetex/xetexfontinfo/aat-info.tex + texmf-dist/tex/xetex/xetexfontinfo/opentype-info.tex +catalogue-ctan /macros/xetex/plain/xetexfontinfo +catalogue-date 2008-08-24 00:31:24 +0200 +catalogue-license apache2 + +name xetexref +category Package +revision 15878 +shortdesc Reference documentation of XeTeX. +longdesc The package comprises unofficial reference documentation for +longdesc XeTeX detailing its extended features. +docfiles size=40 + texmf-dist/doc/xetex/xetexref/README details="Readme" + texmf-dist/doc/xetex/xetexref/XeTeX-reference.ltx + texmf-dist/doc/xetex/xetexref/XeTeX-reference.pdf details="The document itself" +catalogue-ctan /info/xetexref +catalogue-date 2009-10-05 13:54:24 +0200 +catalogue-license lppl + +name xfor +category Package +revision 15878 +shortdesc A reimplimentation of the LaTeX for-loop macro. +longdesc The package redefines the LaTeX internal \@for macro so that +longdesc the loop may be prematurely terminated. The action is akin to +longdesc the C/Java break statement, except that the loop does not +longdesc terminate until the end of the current iteration +docfiles size=32 + texmf-dist/doc/latex/xfor/CHANGES + texmf-dist/doc/latex/xfor/README details="Readme" + texmf-dist/doc/latex/xfor/sample.tex + texmf-dist/doc/latex/xfor/xfor.pdf details="Package documentation" +srcfiles size=5 + texmf-dist/source/latex/xfor/xfor.dtx + texmf-dist/source/latex/xfor/xfor.ins +runfiles size=1 + texmf-dist/tex/latex/xfor/xfor.sty +catalogue-ctan /macros/latex/contrib/xfor +catalogue-date 2009-02-05 23:18:07 +0100 +catalogue-license lppl +catalogue-version 1.05 + +name xgreek +category Package +revision 15878 +shortdesc XeLaTeX package for typesetting Greek language documents (beta release). +longdesc This package has been designed so to allow people to typeset +longdesc Greek language documents using XeLaTeX. And it is released in +longdesc the hope that people will use it and spot errors, bugs, +longdesc features so to improve it. Practically, it provides all the +longdesc capabilities of the greek option of the babel package. The +longdesc package can be invoked with any of the following options: +longdesc monotonic (for typesetting modern monotonic Greek), polytonic +longdesc (for typesetting modern polytonic Greek), and ancient (for +longdesc typesetting ancient texts). The default option is monotonic. +longdesc The command \setlanguage{<lang>} to activate the hyphenation +longdesc patterns of the language <lang> This, however, can be done only +longdesc if the format file has not been built with the babel mechanism. +docfiles size=19 + texmf-dist/doc/xelatex/xgreek/README.1ST details="README file" + texmf-dist/doc/xelatex/xgreek/xgreek.pdf details="Package documentation" +srcfiles size=11 + texmf-dist/source/xelatex/xgreek/xgreek.dtx + texmf-dist/source/xelatex/xgreek/xgreek.ins +runfiles size=7 + texmf-dist/tex/xelatex/xgreek/xgreek.sty +catalogue-ctan /macros/xetex/latex/xgreek +catalogue-date 2008-08-24 00:31:24 +0200 +catalogue-license lppl +catalogue-version v2.0 + +name xifthen +category Package +revision 15878 +shortdesc Extended conditional commands. +longdesc This package extends the ifthen package by implementing new +longdesc commands to go within the first argument of \ifthenelse: to +longdesc test whether a string is void or not, if a command is defined +longdesc or equivalent to another. The package also enables use of +longdesc complex expressions as introduced by the package calc, together +longdesc with the ability of defining new commands to handle complex +longdesc tests. The package requires e-TeX features. +docfiles size=133 + texmf-dist/doc/latex/xifthen/README + texmf-dist/doc/latex/xifthen/xifthen.pdf + texmf-dist/doc/latex/xifthen/xifthen.tex +runfiles size=2 + texmf-dist/tex/latex/xifthen/xifthen.sty +catalogue-ctan /macros/latex/contrib/xifthen +catalogue-date 2009-05-03 12:26:51 +0200 +catalogue-license lppl +catalogue-version 1.3 + +name xindy +category TLCore +revision 15809 +shortdesc A general-purpose index processor. +longdesc Xindy was designed to avoid an impasse encountered in the +longdesc attempt to complete internationalisation of makeindex. Xindy +longdesc can be used to process indexes for documents marked up using +longdesc (La)TeX, Nroff family and SGML-based languages. Xindy is highly +longdesc configurable, both in markup terms and in terms of the +longdesc collating order of the text being processed. +depend xindy.ARCH +docfiles size=184 + texmf/doc/man/man1/tex2xindy.1 + texmf/doc/man/man1/tex2xindy.man1.pdf + texmf/doc/man/man1/texindy.1 + texmf/doc/man/man1/texindy.man1.pdf + texmf/doc/man/man1/xindy.1 + texmf/doc/man/man1/xindy.man1.pdf + texmf/doc/xindy/NEWS + texmf/doc/xindy/README + texmf/doc/xindy/README.distrib-source + texmf/doc/xindy/alphabets-doc.pdf + texmf/doc/xindy/dataflow.gif + texmf/doc/xindy/faq-1.html + texmf/doc/xindy/faq-2.html + texmf/doc/xindy/faq-3.html + texmf/doc/xindy/faq-4.html + texmf/doc/xindy/faq.html + texmf/doc/xindy/index.gif + texmf/doc/xindy/manual-1.html + texmf/doc/xindy/manual-2.html + texmf/doc/xindy/manual-3.html + texmf/doc/xindy/manual-4.html + texmf/doc/xindy/manual-5.html + texmf/doc/xindy/manual-6.html + texmf/doc/xindy/manual-7.html + texmf/doc/xindy/manual.html + texmf/doc/xindy/mappings.gif + texmf/doc/xindy/style-tutorial-1.html + texmf/doc/xindy/style-tutorial-2.html + texmf/doc/xindy/style-tutorial-3.html + texmf/doc/xindy/style-tutorial-4.html + texmf/doc/xindy/style-tutorial.html + texmf/doc/xindy/style-tutorial/ex1.raw + texmf/doc/xindy/style-tutorial/ex1.tex + texmf/doc/xindy/style-tutorial/ex2.raw + texmf/doc/xindy/style-tutorial/ex2.tex + texmf/doc/xindy/style-tutorial/index.tex + texmf/doc/xindy/style-tutorial/style1.xdy + texmf/doc/xindy/style-tutorial/style2.xdy + texmf/doc/xindy/tex2xindy.pdf + texmf/doc/xindy/texindy.pdf + texmf/doc/xindy/xindy.pdf +runfiles size=766 + texmf/scripts/xindy/texindy.pl + texmf/scripts/xindy/xindy.pl + texmf/xindy/base/book-order.xdy + texmf/xindy/base/ff-ranges-only.xdy + texmf/xindy/base/ff-ranges.xdy + texmf/xindy/base/german-sty.xdy + texmf/xindy/base/ignore-hyphen.xdy + texmf/xindy/base/ignore-punctuation.xdy + texmf/xindy/base/keep-blanks.xdy + texmf/xindy/base/latex-loc-fmts.xdy + texmf/xindy/base/latex.xdy + texmf/xindy/base/latin-lettergroups.xdy + texmf/xindy/base/letter-order.xdy + texmf/xindy/base/makeindex.xdy + texmf/xindy/base/numeric-sort.xdy + texmf/xindy/base/page-ranges.xdy + texmf/xindy/base/tex.xdy + texmf/xindy/base/texindy.xdy + texmf/xindy/base/word-order.xdy + texmf/xindy/class/pagenums.xdy + texmf/xindy/lang/albanian/latin1-lang.xdy + texmf/xindy/lang/albanian/latin1-test.xdy + texmf/xindy/lang/albanian/latin1.xdy + texmf/xindy/lang/albanian/utf8-lang.xdy + texmf/xindy/lang/albanian/utf8-test.xdy + texmf/xindy/lang/albanian/utf8.xdy + texmf/xindy/lang/belarusian/cp1251-lang.xdy + texmf/xindy/lang/belarusian/cp1251-test.xdy + texmf/xindy/lang/belarusian/cp1251.xdy + texmf/xindy/lang/belarusian/iso88595-lang.xdy + texmf/xindy/lang/belarusian/iso88595-test.xdy + texmf/xindy/lang/belarusian/iso88595.xdy + texmf/xindy/lang/belarusian/isoir111-lang.xdy + texmf/xindy/lang/belarusian/isoir111-test.xdy + texmf/xindy/lang/belarusian/isoir111.xdy + texmf/xindy/lang/belarusian/utf8-lang.xdy + texmf/xindy/lang/belarusian/utf8-test.xdy + texmf/xindy/lang/belarusian/utf8.xdy + texmf/xindy/lang/bulgarian/cp1251-lang.xdy + texmf/xindy/lang/bulgarian/cp1251-test.xdy + texmf/xindy/lang/bulgarian/cp1251.xdy + texmf/xindy/lang/bulgarian/iso88595-lang.xdy + texmf/xindy/lang/bulgarian/iso88595-test.xdy + texmf/xindy/lang/bulgarian/iso88595.xdy + texmf/xindy/lang/bulgarian/koi8-r-lang.xdy + texmf/xindy/lang/bulgarian/koi8-r-test.xdy + texmf/xindy/lang/bulgarian/koi8-r.xdy + texmf/xindy/lang/bulgarian/utf8-lang.xdy + texmf/xindy/lang/bulgarian/utf8-test.xdy + texmf/xindy/lang/bulgarian/utf8.xdy + texmf/xindy/lang/croatian/cp1250-lang.xdy + texmf/xindy/lang/croatian/cp1250-test.xdy + texmf/xindy/lang/croatian/cp1250.xdy + texmf/xindy/lang/croatian/latin2-lang.xdy + texmf/xindy/lang/croatian/latin2-test.xdy + texmf/xindy/lang/croatian/latin2.xdy + texmf/xindy/lang/croatian/utf8-lang.xdy + texmf/xindy/lang/croatian/utf8-test.xdy + texmf/xindy/lang/croatian/utf8.xdy + texmf/xindy/lang/czech/cp1250-lang.xdy + texmf/xindy/lang/czech/cp1250-test.xdy + texmf/xindy/lang/czech/cp1250.xdy + texmf/xindy/lang/czech/latin2-lang.xdy + texmf/xindy/lang/czech/latin2-test.xdy + texmf/xindy/lang/czech/latin2.xdy + texmf/xindy/lang/czech/utf8-lang.xdy + texmf/xindy/lang/czech/utf8-test.xdy + texmf/xindy/lang/czech/utf8.xdy + texmf/xindy/lang/danish/cp1252-lang.xdy + texmf/xindy/lang/danish/cp1252-test.xdy + texmf/xindy/lang/danish/cp1252.xdy + texmf/xindy/lang/danish/latin1-lang.xdy + texmf/xindy/lang/danish/latin1-test.xdy + texmf/xindy/lang/danish/latin1.xdy + texmf/xindy/lang/danish/latin9-lang.xdy + texmf/xindy/lang/danish/latin9-test.xdy + texmf/xindy/lang/danish/latin9.xdy + texmf/xindy/lang/danish/utf8-lang.xdy + texmf/xindy/lang/danish/utf8-test.xdy + texmf/xindy/lang/danish/utf8.xdy + texmf/xindy/lang/dutch/ij-as-ij-latin1-lang.xdy + texmf/xindy/lang/dutch/ij-as-ij-latin1-test.xdy + texmf/xindy/lang/dutch/ij-as-ij-latin1.xdy + texmf/xindy/lang/dutch/ij-as-ij-utf8-lang.xdy + texmf/xindy/lang/dutch/ij-as-ij-utf8-test.xdy + texmf/xindy/lang/dutch/ij-as-ij-utf8.xdy + texmf/xindy/lang/dutch/ij-as-y-utf8-lang.xdy + texmf/xindy/lang/dutch/ij-as-y-utf8-test.xdy + texmf/xindy/lang/dutch/ij-as-y-utf8.xdy + texmf/xindy/lang/english/cp1252-lang.xdy + texmf/xindy/lang/english/cp1252-test.xdy + texmf/xindy/lang/english/cp1252.xdy + texmf/xindy/lang/english/latin9-lang.xdy + texmf/xindy/lang/english/latin9-test.xdy + texmf/xindy/lang/english/latin9.xdy + texmf/xindy/lang/english/utf8-lang.xdy + texmf/xindy/lang/english/utf8-test.xdy + texmf/xindy/lang/english/utf8.xdy + texmf/xindy/lang/esperanto/latin3-lang.xdy + texmf/xindy/lang/esperanto/latin3-test.xdy + texmf/xindy/lang/esperanto/latin3.xdy + texmf/xindy/lang/esperanto/utf8-lang.xdy + texmf/xindy/lang/esperanto/utf8-test.xdy + texmf/xindy/lang/esperanto/utf8.xdy + texmf/xindy/lang/estonian/cp1252-lang.xdy + texmf/xindy/lang/estonian/cp1252-test.xdy + texmf/xindy/lang/estonian/cp1252.xdy + texmf/xindy/lang/estonian/latin9-lang.xdy + texmf/xindy/lang/estonian/latin9-test.xdy + texmf/xindy/lang/estonian/latin9.xdy + texmf/xindy/lang/estonian/utf8-lang.xdy + texmf/xindy/lang/estonian/utf8-test.xdy + texmf/xindy/lang/estonian/utf8.xdy + texmf/xindy/lang/finnish/cp1252-lang.xdy + texmf/xindy/lang/finnish/cp1252-test.xdy + texmf/xindy/lang/finnish/cp1252.xdy + texmf/xindy/lang/finnish/latin9-lang.xdy + texmf/xindy/lang/finnish/latin9-test.xdy + texmf/xindy/lang/finnish/latin9.xdy + texmf/xindy/lang/finnish/utf8-lang.xdy + texmf/xindy/lang/finnish/utf8-test.xdy + texmf/xindy/lang/finnish/utf8.xdy + texmf/xindy/lang/french/cp1252-lang.xdy + texmf/xindy/lang/french/cp1252-test.xdy + texmf/xindy/lang/french/cp1252.xdy + texmf/xindy/lang/french/latin9-lang.xdy + texmf/xindy/lang/french/latin9-test.xdy + texmf/xindy/lang/french/latin9.xdy + texmf/xindy/lang/french/utf8-lang.xdy + texmf/xindy/lang/french/utf8-test.xdy + texmf/xindy/lang/french/utf8.xdy + texmf/xindy/lang/general/cp1252-lang.xdy + texmf/xindy/lang/general/cp1252-test.xdy + texmf/xindy/lang/general/cp1252.xdy + texmf/xindy/lang/general/cp850-lang.xdy + texmf/xindy/lang/general/cp850-test.xdy + texmf/xindy/lang/general/cp850.xdy + texmf/xindy/lang/general/latin1-lang.xdy + texmf/xindy/lang/general/latin1-test.xdy + texmf/xindy/lang/general/latin1.xdy + texmf/xindy/lang/general/latin9-lang.xdy + texmf/xindy/lang/general/latin9-test.xdy + texmf/xindy/lang/general/latin9.xdy + texmf/xindy/lang/general/utf8-lang.xdy + texmf/xindy/lang/general/utf8-test.xdy + texmf/xindy/lang/general/utf8.xdy + texmf/xindy/lang/georgian/utf8-lang.xdy + texmf/xindy/lang/georgian/utf8-test.xdy + texmf/xindy/lang/georgian/utf8.xdy + texmf/xindy/lang/german/braille-utf8-lang.xdy + texmf/xindy/lang/german/braille-utf8-test.xdy + texmf/xindy/lang/german/braille-utf8.xdy + texmf/xindy/lang/german/din5007-latin1-lang.xdy + texmf/xindy/lang/german/din5007-latin1-test.xdy + texmf/xindy/lang/german/din5007-latin1.xdy + texmf/xindy/lang/german/din5007-utf8-lang.xdy + texmf/xindy/lang/german/din5007-utf8-test.xdy + texmf/xindy/lang/german/din5007-utf8.xdy + texmf/xindy/lang/german/din5007.xdy + texmf/xindy/lang/german/duden-latin1-lang.xdy + texmf/xindy/lang/german/duden-latin1-test.xdy + texmf/xindy/lang/german/duden-latin1.xdy + texmf/xindy/lang/german/duden-utf8-lang.xdy + texmf/xindy/lang/german/duden-utf8-test.xdy + texmf/xindy/lang/german/duden-utf8.xdy + texmf/xindy/lang/german/duden.xdy + texmf/xindy/lang/german/tex.xdy + texmf/xindy/lang/greek/iso88597-lang.xdy + texmf/xindy/lang/greek/iso88597-test.xdy + texmf/xindy/lang/greek/iso88597.xdy + texmf/xindy/lang/greek/polytonic-utf8-lang.xdy + texmf/xindy/lang/greek/polytonic-utf8-test.xdy + texmf/xindy/lang/greek/polytonic-utf8.xdy + texmf/xindy/lang/greek/translit-latin4-lang.xdy + texmf/xindy/lang/greek/translit-latin4-test.xdy + texmf/xindy/lang/greek/translit-latin4.xdy + texmf/xindy/lang/greek/translit-tex-lang.xdy + texmf/xindy/lang/greek/translit-tex-test.xdy + texmf/xindy/lang/greek/translit-tex.xdy + texmf/xindy/lang/greek/translit-utf8-lang.xdy + texmf/xindy/lang/greek/translit-utf8-test.xdy + texmf/xindy/lang/greek/translit-utf8.xdy + texmf/xindy/lang/greek/utf8-lang.xdy + texmf/xindy/lang/greek/utf8-test.xdy + texmf/xindy/lang/greek/utf8.xdy + texmf/xindy/lang/gypsy/northrussian-utf8-lang.xdy + texmf/xindy/lang/gypsy/northrussian-utf8-test.xdy + texmf/xindy/lang/gypsy/northrussian-utf8.xdy + texmf/xindy/lang/hausa/utf8-lang.xdy + texmf/xindy/lang/hausa/utf8-test.xdy + texmf/xindy/lang/hausa/utf8.xdy + texmf/xindy/lang/hebrew/iso88598-lang.xdy + texmf/xindy/lang/hebrew/iso88598-test.xdy + texmf/xindy/lang/hebrew/iso88598.xdy + texmf/xindy/lang/hebrew/utf8-lang.xdy + texmf/xindy/lang/hebrew/utf8-test.xdy + texmf/xindy/lang/hebrew/utf8.xdy + texmf/xindy/lang/hungarian/cp1250-lang.xdy + texmf/xindy/lang/hungarian/cp1250-test.xdy + texmf/xindy/lang/hungarian/cp1250.xdy + texmf/xindy/lang/hungarian/latin2-lang.xdy + texmf/xindy/lang/hungarian/latin2-test.xdy + texmf/xindy/lang/hungarian/latin2.xdy + texmf/xindy/lang/hungarian/utf8-lang.xdy + texmf/xindy/lang/hungarian/utf8-test.xdy + texmf/xindy/lang/hungarian/utf8.xdy + texmf/xindy/lang/icelandic/cp1252-lang.xdy + texmf/xindy/lang/icelandic/cp1252-test.xdy + texmf/xindy/lang/icelandic/cp1252.xdy + texmf/xindy/lang/icelandic/latin1-lang.xdy + texmf/xindy/lang/icelandic/latin1-test.xdy + texmf/xindy/lang/icelandic/latin1.xdy + texmf/xindy/lang/icelandic/latin9-lang.xdy + texmf/xindy/lang/icelandic/latin9-test.xdy + texmf/xindy/lang/icelandic/latin9.xdy + texmf/xindy/lang/icelandic/utf8-lang.xdy + texmf/xindy/lang/icelandic/utf8-test.xdy + texmf/xindy/lang/icelandic/utf8.xdy + texmf/xindy/lang/italian/latin1-lang.xdy + texmf/xindy/lang/italian/latin1-test.xdy + texmf/xindy/lang/italian/latin1.xdy + texmf/xindy/lang/italian/utf8-lang.xdy + texmf/xindy/lang/italian/utf8-test.xdy + texmf/xindy/lang/italian/utf8.xdy + texmf/xindy/lang/klingon/utf8-lang.xdy + texmf/xindy/lang/klingon/utf8-test.xdy + texmf/xindy/lang/klingon/utf8.xdy + texmf/xindy/lang/kurdish/bedirxan-latin5-lang.xdy + texmf/xindy/lang/kurdish/bedirxan-latin5-test.xdy + texmf/xindy/lang/kurdish/bedirxan-latin5.xdy + texmf/xindy/lang/kurdish/bedirxan-utf8-lang.xdy + texmf/xindy/lang/kurdish/bedirxan-utf8-test.xdy + texmf/xindy/lang/kurdish/bedirxan-utf8.xdy + texmf/xindy/lang/kurdish/turkish-i-latin5-lang.xdy + texmf/xindy/lang/kurdish/turkish-i-latin5-test.xdy + texmf/xindy/lang/kurdish/turkish-i-latin5.xdy + texmf/xindy/lang/kurdish/turkish-i-utf8-lang.xdy + texmf/xindy/lang/kurdish/turkish-i-utf8-test.xdy + texmf/xindy/lang/kurdish/turkish-i-utf8.xdy + texmf/xindy/lang/latin/caseisrt.xdy + texmf/xindy/lang/latin/letgroup.xdy + texmf/xindy/lang/latin/utf8-lang.xdy + texmf/xindy/lang/latin/utf8-test.xdy + texmf/xindy/lang/latin/utf8.xdy + texmf/xindy/lang/latvian/latin4-lang.xdy + texmf/xindy/lang/latvian/latin4-test.xdy + texmf/xindy/lang/latvian/latin4.xdy + texmf/xindy/lang/latvian/utf8-lang.xdy + texmf/xindy/lang/latvian/utf8-test.xdy + texmf/xindy/lang/latvian/utf8.xdy + texmf/xindy/lang/lithuanian/latin4-lang.xdy + texmf/xindy/lang/lithuanian/latin4-test.xdy + texmf/xindy/lang/lithuanian/latin4.xdy + texmf/xindy/lang/lithuanian/utf8-lang.xdy + texmf/xindy/lang/lithuanian/utf8-test.xdy + texmf/xindy/lang/lithuanian/utf8.xdy + texmf/xindy/lang/lower-sorbian/cp1250-lang.xdy + texmf/xindy/lang/lower-sorbian/cp1250-test.xdy + texmf/xindy/lang/lower-sorbian/cp1250.xdy + texmf/xindy/lang/lower-sorbian/latin2-lang.xdy + texmf/xindy/lang/lower-sorbian/latin2-test.xdy + texmf/xindy/lang/lower-sorbian/latin2.xdy + texmf/xindy/lang/lower-sorbian/utf8-lang.xdy + texmf/xindy/lang/lower-sorbian/utf8-test.xdy + texmf/xindy/lang/lower-sorbian/utf8.xdy + texmf/xindy/lang/macedonian/cp1251-lang.xdy + texmf/xindy/lang/macedonian/cp1251-test.xdy + texmf/xindy/lang/macedonian/cp1251.xdy + texmf/xindy/lang/macedonian/iso88595-lang.xdy + texmf/xindy/lang/macedonian/iso88595-test.xdy + texmf/xindy/lang/macedonian/iso88595.xdy + texmf/xindy/lang/macedonian/isoir111-lang.xdy + texmf/xindy/lang/macedonian/isoir111-test.xdy + texmf/xindy/lang/macedonian/isoir111.xdy + texmf/xindy/lang/macedonian/utf8-lang.xdy + texmf/xindy/lang/macedonian/utf8-test.xdy + texmf/xindy/lang/macedonian/utf8.xdy + texmf/xindy/lang/mongolian/cyrillic-utf8-lang.xdy + texmf/xindy/lang/mongolian/cyrillic-utf8-test.xdy + texmf/xindy/lang/mongolian/cyrillic-utf8.xdy + texmf/xindy/lang/norwegian/latin1-lang.xdy + texmf/xindy/lang/norwegian/latin1-test.xdy + texmf/xindy/lang/norwegian/latin1.xdy + texmf/xindy/lang/norwegian/utf8-lang.xdy + texmf/xindy/lang/norwegian/utf8-test.xdy + texmf/xindy/lang/norwegian/utf8.xdy + texmf/xindy/lang/polish/cp1250-lang.xdy + texmf/xindy/lang/polish/cp1250-test.xdy + texmf/xindy/lang/polish/cp1250.xdy + texmf/xindy/lang/polish/latin2-lang.xdy + texmf/xindy/lang/polish/latin2-test.xdy + texmf/xindy/lang/polish/latin2.xdy + texmf/xindy/lang/polish/utf8-lang.xdy + texmf/xindy/lang/polish/utf8-test.xdy + texmf/xindy/lang/polish/utf8.xdy + texmf/xindy/lang/portuguese/latin1-lang.xdy + texmf/xindy/lang/portuguese/latin1-test.xdy + texmf/xindy/lang/portuguese/latin1.xdy + texmf/xindy/lang/portuguese/utf8-lang.xdy + texmf/xindy/lang/portuguese/utf8-test.xdy + texmf/xindy/lang/portuguese/utf8.xdy + texmf/xindy/lang/romanian/latin2-lang.xdy + texmf/xindy/lang/romanian/latin2-test.xdy + texmf/xindy/lang/romanian/latin2.xdy + texmf/xindy/lang/romanian/utf8-lang.xdy + texmf/xindy/lang/romanian/utf8-test.xdy + texmf/xindy/lang/romanian/utf8.xdy + texmf/xindy/lang/russian/cp1251-lang.xdy + texmf/xindy/lang/russian/cp1251-test.xdy + texmf/xindy/lang/russian/cp1251.xdy + texmf/xindy/lang/russian/iso88595-lang.xdy + texmf/xindy/lang/russian/iso88595-test.xdy + texmf/xindy/lang/russian/iso88595.xdy + texmf/xindy/lang/russian/koi8-r-lang.xdy + texmf/xindy/lang/russian/koi8-r-test.xdy + texmf/xindy/lang/russian/koi8-r.xdy + texmf/xindy/lang/russian/translit-iso-tex-lang.xdy + texmf/xindy/lang/russian/translit-iso-tex-test.xdy + texmf/xindy/lang/russian/translit-iso-tex.xdy + texmf/xindy/lang/russian/translit-iso-utf8-lang.xdy + texmf/xindy/lang/russian/translit-iso-utf8-test.xdy + texmf/xindy/lang/russian/translit-iso-utf8.xdy + texmf/xindy/lang/russian/utf8-lang.xdy + texmf/xindy/lang/russian/utf8-test.xdy + texmf/xindy/lang/russian/utf8.xdy + texmf/xindy/lang/serbian/cp1251-lang.xdy + texmf/xindy/lang/serbian/cp1251-test.xdy + texmf/xindy/lang/serbian/cp1251.xdy + texmf/xindy/lang/serbian/iso88595-lang.xdy + texmf/xindy/lang/serbian/iso88595-test.xdy + texmf/xindy/lang/serbian/iso88595.xdy + texmf/xindy/lang/serbian/isoir111-lang.xdy + texmf/xindy/lang/serbian/isoir111-test.xdy + texmf/xindy/lang/serbian/isoir111.xdy + texmf/xindy/lang/serbian/utf8-lang.xdy + texmf/xindy/lang/serbian/utf8-test.xdy + texmf/xindy/lang/serbian/utf8.xdy + texmf/xindy/lang/slovak/large-cp1250-lang.xdy + texmf/xindy/lang/slovak/large-cp1250-test.xdy + texmf/xindy/lang/slovak/large-cp1250.xdy + texmf/xindy/lang/slovak/large-latin2-lang.xdy + texmf/xindy/lang/slovak/large-latin2-test.xdy + texmf/xindy/lang/slovak/large-latin2.xdy + texmf/xindy/lang/slovak/large-utf8-lang.xdy + texmf/xindy/lang/slovak/large-utf8-test.xdy + texmf/xindy/lang/slovak/large-utf8.xdy + texmf/xindy/lang/slovak/small-cp1250-lang.xdy + texmf/xindy/lang/slovak/small-cp1250-test.xdy + texmf/xindy/lang/slovak/small-cp1250.xdy + texmf/xindy/lang/slovak/small-latin2-lang.xdy + texmf/xindy/lang/slovak/small-latin2-test.xdy + texmf/xindy/lang/slovak/small-latin2.xdy + texmf/xindy/lang/slovak/small-utf8-lang.xdy + texmf/xindy/lang/slovak/small-utf8-test.xdy + texmf/xindy/lang/slovak/small-utf8.xdy + texmf/xindy/lang/slovenian/cp1250-lang.xdy + texmf/xindy/lang/slovenian/cp1250-test.xdy + texmf/xindy/lang/slovenian/cp1250.xdy + texmf/xindy/lang/slovenian/latin2-lang.xdy + texmf/xindy/lang/slovenian/latin2-test.xdy + texmf/xindy/lang/slovenian/latin2.xdy + texmf/xindy/lang/slovenian/utf8-lang.xdy + texmf/xindy/lang/slovenian/utf8-test.xdy + texmf/xindy/lang/slovenian/utf8.xdy + texmf/xindy/lang/spanish/modern-latin1-lang.xdy + texmf/xindy/lang/spanish/modern-latin1-test.xdy + texmf/xindy/lang/spanish/modern-latin1.xdy + texmf/xindy/lang/spanish/modern-utf8-lang.xdy + texmf/xindy/lang/spanish/modern-utf8-test.xdy + texmf/xindy/lang/spanish/modern-utf8.xdy + texmf/xindy/lang/spanish/traditional-latin1-lang.xdy + texmf/xindy/lang/spanish/traditional-latin1-test.xdy + texmf/xindy/lang/spanish/traditional-latin1.xdy + texmf/xindy/lang/spanish/traditional-utf8-lang.xdy + texmf/xindy/lang/spanish/traditional-utf8-test.xdy + texmf/xindy/lang/spanish/traditional-utf8.xdy + texmf/xindy/lang/swedish/cp1252-lang.xdy + texmf/xindy/lang/swedish/cp1252-test.xdy + texmf/xindy/lang/swedish/cp1252.xdy + texmf/xindy/lang/swedish/latin1-lang.xdy + texmf/xindy/lang/swedish/latin1-test.xdy + texmf/xindy/lang/swedish/latin1.xdy + texmf/xindy/lang/swedish/latin9-lang.xdy + texmf/xindy/lang/swedish/latin9-test.xdy + texmf/xindy/lang/swedish/latin9.xdy + texmf/xindy/lang/swedish/utf8-lang.xdy + texmf/xindy/lang/swedish/utf8-test.xdy + texmf/xindy/lang/swedish/utf8.xdy + texmf/xindy/lang/turkish/latin3-lang.xdy + texmf/xindy/lang/turkish/latin3-test.xdy + texmf/xindy/lang/turkish/latin3.xdy + texmf/xindy/lang/turkish/latin5-lang.xdy + texmf/xindy/lang/turkish/latin5-test.xdy + texmf/xindy/lang/turkish/latin5.xdy + texmf/xindy/lang/turkish/utf8-lang.xdy + texmf/xindy/lang/turkish/utf8-test.xdy + texmf/xindy/lang/turkish/utf8.xdy + texmf/xindy/lang/ukrainian/cp1251-lang.xdy + texmf/xindy/lang/ukrainian/cp1251-test.xdy + texmf/xindy/lang/ukrainian/cp1251.xdy + texmf/xindy/lang/ukrainian/koi8-u-lang.xdy + texmf/xindy/lang/ukrainian/koi8-u-test.xdy + texmf/xindy/lang/ukrainian/koi8-u.xdy + texmf/xindy/lang/ukrainian/utf8-lang.xdy + texmf/xindy/lang/ukrainian/utf8-test.xdy + texmf/xindy/lang/ukrainian/utf8.xdy + texmf/xindy/lang/upper-sorbian/cp1250-lang.xdy + texmf/xindy/lang/upper-sorbian/cp1250-test.xdy + texmf/xindy/lang/upper-sorbian/cp1250.xdy + texmf/xindy/lang/upper-sorbian/latin2-lang.xdy + texmf/xindy/lang/upper-sorbian/latin2-test.xdy + texmf/xindy/lang/upper-sorbian/latin2.xdy + texmf/xindy/lang/upper-sorbian/utf8-lang.xdy + texmf/xindy/lang/upper-sorbian/utf8-test.xdy + texmf/xindy/lang/upper-sorbian/utf8.xdy + texmf/xindy/lang/vietnamese/utf8-lang.xdy + texmf/xindy/lang/vietnamese/utf8-test.xdy + texmf/xindy/lang/vietnamese/utf8.xdy + texmf/xindy/ord/letorder.xdy + texmf/xindy/rules/isolatin1-exchange.xdy + texmf/xindy/rules/isolatin1-tolower.xdy + texmf/xindy/rules/latin-exchange.xdy + texmf/xindy/rules/latin-tolower.xdy + texmf/xindy/styles/basic.xdy + texmf/xindy/styles/example.xdy + texmf/xindy/styles/makeidx.xdy + texmf/xindy/styles/makeindex.xdy + texmf/xindy/styles/vermeer.xdy + texmf/xindy/tex/inputenc/cp1250.xdy + texmf/xindy/tex/inputenc/cp1251.xdy + texmf/xindy/tex/inputenc/cp1252.xdy + texmf/xindy/tex/inputenc/cp437.xdy + texmf/xindy/tex/inputenc/cp850.xdy + texmf/xindy/tex/inputenc/cp855.xdy + texmf/xindy/tex/inputenc/cp866.xdy + texmf/xindy/tex/inputenc/iso88595.xdy + texmf/xindy/tex/inputenc/isoir111.xdy + texmf/xindy/tex/inputenc/koi8-r.xdy + texmf/xindy/tex/inputenc/koi8-u.xdy + texmf/xindy/tex/inputenc/latin.xdy + texmf/xindy/tex/inputenc/latin1.xdy + texmf/xindy/tex/inputenc/latin2.xdy + texmf/xindy/tex/inputenc/latin3.xdy +catalogue-ctan /indexing/xindy +catalogue-date 2008-08-24 00:31:24 +0200 +catalogue-license gpl +catalogue-version 2.3 + +name xindy.alpha-linux +category TLCore +revision 15637 +shortdesc alpha-linux files of xindy +binfiles arch=alpha-linux size=893 + bin/alpha-linux/tex2xindy + bin/alpha-linux/texindy + bin/alpha-linux/xindy + bin/alpha-linux/xindy.mem + bin/alpha-linux/xindy.run + +name xindy.i386-cygwin +category TLCore +revision 15614 +shortdesc i386-cygwin files of xindy +binfiles arch=i386-cygwin size=693 + bin/i386-cygwin/tex2xindy.exe + bin/i386-cygwin/texindy + bin/i386-cygwin/xindy + bin/i386-cygwin/xindy-lisp.exe + bin/i386-cygwin/xindy.mem + +name xindy.i386-linux +category TLCore +revision 14631 +shortdesc i386-linux files of xindy +binfiles arch=i386-linux size=672 + bin/i386-linux/tex2xindy + bin/i386-linux/texindy + bin/i386-linux/xindy + bin/i386-linux/xindy.mem + bin/i386-linux/xindy.run + +name xindy.i386-netbsd +category TLCore +revision 15167 +shortdesc i386-netbsd files of xindy +binfiles arch=i386-netbsd size=665 + bin/i386-netbsd/tex2xindy + bin/i386-netbsd/texindy + bin/i386-netbsd/xindy + bin/i386-netbsd/xindy.mem + bin/i386-netbsd/xindy.run + +name xindy.i386-solaris +category TLCore +revision 15141 +shortdesc i386-solaris files of xindy +binfiles arch=i386-solaris size=667 + bin/i386-solaris/tex2xindy + bin/i386-solaris/texindy + bin/i386-solaris/xindy + bin/i386-solaris/xindy.mem + bin/i386-solaris/xindy.run + +name xindy.powerpc-aix +category TLCore +revision 15638 +shortdesc powerpc-aix files of xindy +binfiles arch=powerpc-aix size=935 + bin/powerpc-aix/tex2xindy + bin/powerpc-aix/texindy + bin/powerpc-aix/xindy + bin/powerpc-aix/xindy.mem + bin/powerpc-aix/xindy.run + +name xindy.powerpc-linux +category TLCore +revision 14790 +shortdesc powerpc-linux files of xindy +binfiles arch=powerpc-linux size=757 + bin/powerpc-linux/tex2xindy + bin/powerpc-linux/texindy + bin/powerpc-linux/xindy + bin/powerpc-linux/xindy.mem + bin/powerpc-linux/xindy.run + +name xindy.sparc-linux +category TLCore +revision 14450 +shortdesc sparc-linux files of xindy +binfiles arch=sparc-linux size=927 + bin/sparc-linux/tex2xindy + bin/sparc-linux/texindy + bin/sparc-linux/xindy + bin/sparc-linux/xindy.mem + bin/sparc-linux/xindy.run + +name xindy.sparc-solaris +category TLCore +revision 15639 +shortdesc sparc-solaris files of xindy +binfiles arch=sparc-solaris size=714 + bin/sparc-solaris/tex2xindy + bin/sparc-solaris/texindy + bin/sparc-solaris/xindy + bin/sparc-solaris/xindy.mem + bin/sparc-solaris/xindy.run + +name xindy.universal-darwin +category TLCore +revision 14896 +shortdesc universal-darwin files of xindy +binfiles arch=universal-darwin size=1506 + bin/universal-darwin/tex2xindy + bin/universal-darwin/texindy + bin/universal-darwin/xindy + bin/universal-darwin/xindy-i386.mem + bin/universal-darwin/xindy-ppc.mem + bin/universal-darwin/xindy.run + +name xindy.win32 +category TLCore +revision 15404 +shortdesc win32 files of xindy +binfiles arch=win32 size=1118 + bin/win32/tex2xindy.exe + bin/win32/texindy.exe + bin/win32/xindy-lisp.exe + bin/win32/xindy.exe + bin/win32/xindy.mem + +name xindy.x86_64-linux +category TLCore +revision 15365 +shortdesc x86_64-linux files of xindy +binfiles arch=x86_64-linux size=857 + bin/x86_64-linux/tex2xindy + bin/x86_64-linux/texindy + bin/x86_64-linux/xindy + bin/x86_64-linux/xindy.mem + bin/x86_64-linux/xindy.run + +name xkeyval +category Package +revision 15878 +shortdesc Extension of the keyval package. +longdesc This package is an extension of the keyval package and offers +longdesc additional macros for setting keys and declaring and setting +longdesc class or package options. The package allows the programmer to +longdesc specify a prefix to the name of the macros it defines for keys, +longdesc and to define families of key definitions; these all help use +longdesc in documents where several packages define their own sets of +longdesc keys. +docfiles size=116 + texmf-dist/doc/latex/xkeyval/README details="Package README" + texmf-dist/doc/latex/xkeyval/xkeyval.pdf +srcfiles size=53 + texmf-dist/source/latex/xkeyval/xkeyval.dtx +runfiles size=16 + texmf-dist/tex/generic/xkeyval/keyval.tex + texmf-dist/tex/generic/xkeyval/pst-xkey.tex + texmf-dist/tex/generic/xkeyval/xkeyval.tex + texmf-dist/tex/generic/xkeyval/xkvtxhdr.tex + texmf-dist/tex/latex/xkeyval/pst-xkey.sty + texmf-dist/tex/latex/xkeyval/xkeyval.sty + texmf-dist/tex/latex/xkeyval/xkvltxp.sty + texmf-dist/tex/latex/xkeyval/xkvview.sty +catalogue-ctan /macros/latex/contrib/xkeyval +catalogue-date 2008-08-13 18:44:56 +0200 +catalogue-license lppl +catalogue-version 2.6a + +name xlop +category Package +revision 15878 +shortdesc Calculates and displays arithmetic operations. +longdesc Xlop (eXtra Large OPeration) will typeset arithmetic problems +longdesc either in-line or "as in school" (using French school +longdesc conventions). So for example, \opadd{2}{3} can give either +longdesc $2+3=5$ or something similar to: \begin{tabular}{r}2\\ +3\\ +longdesc \hline 5\end{tabular}. Furthermore, numbers could be very +longdesc large, e.g 200 figures (with a very long compilation time). +longdesc Many other features allow to deal with numbers (tests, display, +longdesc some high level operations, etc.) +docfiles size=98 + texmf-dist/doc/generic/xlop/LISEZ.MOI details="Readme" language="fr" + texmf-dist/doc/generic/xlop/README details="Readme" + texmf-dist/doc/generic/xlop/XLOP03 + texmf-dist/doc/generic/xlop/fr-user.pdf details="Package documentation (French)" language="fr" + texmf-dist/doc/generic/xlop/fr-user.tex + texmf-dist/doc/generic/xlop/history.txt +srcfiles size=1 + texmf-dist/source/generic/xlop/manual.sty +runfiles size=28 + texmf-dist/tex/generic/xlop/xlop.sty + texmf-dist/tex/generic/xlop/xlop.tex +catalogue-ctan /macros/generic/xlop +catalogue-date 2008-09-12 10:17:08 +0200 +catalogue-license lppl +catalogue-version 0.22 + +name xltxtra +category Package +revision 15878 +shortdesc "Extras" for LaTeX users of XeTeX. +longdesc The package loads the fixltx2e package from the LaTeX +longdesc distribution, and etex.sty from the e-TeX distribution. The +longdesc package then patches the \- (discretionary hyphen command) to +longdesc use the current hyphen character (which may be different from +longdesc than the default, which is the character at the ASCII hyphen +longdesc slot), and the \textsuperscript command (from the LaTeX kernel) +longdesc and the \textsubscript command (from the fixltx2e package). The +longdesc package also provides parameterised versions of the "bumpy +longdesc road" logos for TeX, LaTeX and XeTeX -- these versions of the +longdesc logos are designed to respond to the font that is being used +longdesc for typesetting. +docfiles size=47 + texmf-dist/doc/xelatex/xltxtra/README details="Readme" + texmf-dist/doc/xelatex/xltxtra/xltxtra.pdf details="Package documentation" +srcfiles size=9 + texmf-dist/source/xelatex/xltxtra/xltxtra.dtx + texmf-dist/source/xelatex/xltxtra/xltxtra.ins +runfiles size=2 + texmf-dist/tex/xelatex/xltxtra/xltxtra.sty +catalogue-ctan /macros/xetex/latex/xltxtra +catalogue-date 2009-10-26 01:08:56 +0100 +catalogue-license lppl +catalogue-version 0.5a + +name xmlplay +category Package +revision 15878 +shortdesc Typeset Shakespeare's plays as marked up by Bosak. +longdesc This is an xmltex package for typsetting the plays of +longdesc Shakespeare, as marked up by Jon Bosak. +docfiles size=1 + texmf-dist/doc/otherformats/xmltex/xmlplay/readme +srcfiles size=1 + texmf-dist/source/xmltex/xmlplay/play.dtd +runfiles size=1 + texmf-dist/tex/xmltex/xmlplay/play.xmt +catalogue-date 2006-12-16 17:11:43 +0100 +catalogue-license pd + +name xmltex +category Package +revision 15878 +shortdesc Support for parsing XML documents. +longdesc This package provides an implementation of a parser for +longdesc documents matching the XML 1.0 and XML Namespace +longdesc Recommendations. In addition to parsing commands are provided +longdesc to attatch TeX typesetting instructions to the various markup +longdesc elemenets as they are encounted. Sample files for typesetting a +longdesc subset of TEI, MathML, are included. Element and Attribute +longdesc names, as well as character data, may use any characters +longdesc allowed in XML, using UTF-8 or a suitable 8-bit encoding. +depend pdftex +depend tex +depend xmltex.ARCH +execute AddFormat name=xmltex engine=pdftex patterns=language.dat options="xmltex.ini" +execute AddFormat name=pdfxmltex engine=pdftex patterns=language.dat options="pdfxmltex.ini" +docfiles size=32 + texmf-dist/doc/otherformats/xmltex/base/englishutf16.xml + texmf-dist/doc/otherformats/xmltex/base/englishutf8.xml + texmf-dist/doc/otherformats/xmltex/base/langtest.xml + texmf-dist/doc/otherformats/xmltex/base/manual.html + texmf-dist/doc/otherformats/xmltex/base/manual.tex + texmf-dist/doc/otherformats/xmltex/base/manual.xml + texmf-dist/doc/otherformats/xmltex/base/manual.xsl + texmf-dist/doc/otherformats/xmltex/base/portugeselatin1.xml + texmf-dist/doc/otherformats/xmltex/base/readme.txt + texmf-dist/doc/otherformats/xmltex/base/russiankoi8.xml + texmf-dist/doc/otherformats/xmltex/base/russianutf8.xml + texmf-dist/doc/otherformats/xmltex/base/testascii.cfg + texmf-dist/doc/otherformats/xmltex/base/testascii.tex + texmf-dist/doc/otherformats/xmltex/base/testascii.xml + texmf-dist/doc/otherformats/xmltex/base/testsec.tex + texmf-dist/doc/otherformats/xmltex/base/testsec.xml +runfiles size=26 + texmf-dist/tex/xmltex/base/iso-8859-1.xmt + texmf-dist/tex/xmltex/base/iso-8859-2.xmt + texmf-dist/tex/xmltex/base/koi8-r.xmt + texmf-dist/tex/xmltex/base/langtest.xmt + texmf-dist/tex/xmltex/base/mathml2.xmt + texmf-dist/tex/xmltex/base/sec.xmt + texmf-dist/tex/xmltex/base/utf-16.xmt + texmf-dist/tex/xmltex/base/windows-1250.xmt + texmf-dist/tex/xmltex/base/xmltex.cfg + texmf-dist/tex/xmltex/base/xmltex.tex + texmf-dist/tex/xmltex/config/pdfxmltex.ini + texmf-dist/tex/xmltex/config/xmltex.ini +catalogue-ctan /macros/xmltex/base +catalogue-date 2006-12-16 17:11:43 +0100 +catalogue-license lppl +catalogue-version 0.8 + +name xmltex.alpha-linux +category Package +revision 15878 +shortdesc alpha-linux files of xmltex +binfiles arch=alpha-linux size=2 + bin/alpha-linux/pdfxmltex + bin/alpha-linux/xmltex + +name xmltex.i386-cygwin +category Package +revision 15878 +shortdesc i386-cygwin files of xmltex +binfiles arch=i386-cygwin size=2 + bin/i386-cygwin/pdfxmltex + bin/i386-cygwin/xmltex + +name xmltex.i386-linux +category Package +revision 15878 +shortdesc i386-linux files of xmltex +binfiles arch=i386-linux size=2 + bin/i386-linux/pdfxmltex + bin/i386-linux/xmltex + +name xmltex.i386-netbsd +category Package +revision 15878 +shortdesc i386-netbsd files of xmltex +binfiles arch=i386-netbsd size=2 + bin/i386-netbsd/pdfxmltex + bin/i386-netbsd/xmltex + +name xmltex.i386-solaris +category Package +revision 15878 +shortdesc i386-solaris files of xmltex +binfiles arch=i386-solaris size=2 + bin/i386-solaris/pdfxmltex + bin/i386-solaris/xmltex + +name xmltex.mips-irix +category Package +revision 15878 +shortdesc mips-irix files of xmltex +binfiles arch=mips-irix size=2 + bin/mips-irix/pdfxmltex + bin/mips-irix/xmltex + +name xmltex.powerpc-aix +category Package +revision 15878 +shortdesc powerpc-aix files of xmltex +binfiles arch=powerpc-aix size=2 + bin/powerpc-aix/pdfxmltex + bin/powerpc-aix/xmltex + +name xmltex.powerpc-linux +category Package +revision 15878 +shortdesc powerpc-linux files of xmltex +binfiles arch=powerpc-linux size=2 + bin/powerpc-linux/pdfxmltex + bin/powerpc-linux/xmltex + +name xmltex.sparc-linux +category Package +revision 15878 +shortdesc sparc-linux files of xmltex +binfiles arch=sparc-linux size=2 + bin/sparc-linux/pdfxmltex + bin/sparc-linux/xmltex + +name xmltex.sparc-solaris +category Package +revision 15878 +shortdesc sparc-solaris files of xmltex +binfiles arch=sparc-solaris size=2 + bin/sparc-solaris/pdfxmltex + bin/sparc-solaris/xmltex + +name xmltex.universal-darwin +category Package +revision 15878 +shortdesc universal-darwin files of xmltex +binfiles arch=universal-darwin size=2 + bin/universal-darwin/pdfxmltex + bin/universal-darwin/xmltex + +name xmltex.win32 +category Package +revision 15878 +shortdesc win32 files of xmltex +binfiles arch=win32 size=2 + bin/win32/pdfxmltex.exe + bin/win32/xmltex.exe + +name xmltex.x86_64-linux +category Package +revision 15878 +shortdesc x86_64-linux files of xmltex +binfiles arch=x86_64-linux size=2 + bin/x86_64-linux/pdfxmltex + bin/x86_64-linux/xmltex + +name xmpincl +category Package +revision 15878 +shortdesc Include eXtensible Metadata Platform data in PDFLaTeX. +longdesc The XMP (eXtensible Metadata platform) is a framework to add +longdesc metadata to digital material to enhance the workflow in +longdesc publication. The essence is that the metadata is stored in an +longdesc XML file, and this XML stream is then embedded in the file to +longdesc which it applies. How you create this XML file is up to you, +longdesc but the author started investigating this because he wanted to +longdesc embed licensing information in the files he created. The +longdesc license the author chose is one of the Creative Commons +longdesc licenses, and their web-site offers this information in a valid +longdesc XML-file, suitable for direct inclusion. +docfiles size=31 + texmf-dist/doc/latex/xmpincl/README details="Package Readme" + texmf-dist/doc/latex/xmpincl/license.xmp + texmf-dist/doc/latex/xmpincl/xmpincl.pdf details="Package documentation" +srcfiles size=5 + texmf-dist/source/latex/xmpincl/xmpincl.dtx + texmf-dist/source/latex/xmpincl/xmpincl.ins +runfiles size=1 + texmf-dist/tex/latex/xmpincl/xmpincl.sty +catalogue-ctan /macros/latex/contrib/xmpincl +catalogue-date 2008-05-10 20:43:24 +0200 +catalogue-license gpl +catalogue-version 2.2 + +name xnewcommand +category Package +revision 15878 +shortdesc Define \global and \protected commands with \newcommand. +longdesc The package provides the means of defining \global and (e-TeX) +longdesc \protected commands, within the framework of LaTeX's standard +longdesc \newcommand. +docfiles size=70 + texmf-dist/doc/latex/xnewcommand/README details="Readme" + texmf-dist/doc/latex/xnewcommand/xnewcommand.pdf details="Package documentation" + texmf-dist/doc/latex/xnewcommand/xnewcommand.tex +runfiles size=1 + texmf-dist/tex/latex/xnewcommand/xnewcommand.sty +catalogue-ctan /macros/latex/contrib/xnewcommand +catalogue-date 2008-08-24 14:46:50 +0200 +catalogue-license lppl +catalogue-version 1.2 + +name xoptarg +category Package +revision 15878 +shortdesc Expandable macros that take an optional argument. +longdesc Commands that take an optional argument are not ordinarily +longdesc expandable; this package allows such commands to be expandable +longdesc provided they have at least one mandatory argument. +docfiles size=97 + texmf-dist/doc/latex/xoptarg/README details="Readme" + texmf-dist/doc/latex/xoptarg/xoptarg.pdf details="Package documentation" + texmf-dist/doc/latex/xoptarg/xoptarg.tex +runfiles size=2 + texmf-dist/tex/latex/xoptarg/xoptarg.sty +catalogue-ctan /macros/latex/contrib/xoptarg +catalogue-date 2008-08-24 14:29:08 +0200 +catalogue-license lppl +catalogue-version 1.0 + +name xpackages +category Package +revision 15878 +shortdesc High-level LaTeX3 concepts. +longdesc The xpackages is a bundle of prototype implementations of new +longdesc concepts for a LaTeX Designer Interface. The bundle contains: - +longdesc ldcsetup, which establishes an environment for the other +longdesc packages; - template, which defines template functions from +longdesc which instances may be derived; and - xparse, which permits +longdesc flexible specifications of command arguments. +docfiles size=431 + texmf-dist/doc/latex/xpackages/README details="Readme" + texmf-dist/doc/latex/xpackages/xbase/ldcsetup.pdf details="Package documentation: ldcsetup" + texmf-dist/doc/latex/xpackages/xbase/template.pdf details="Package documentation: template" + texmf-dist/doc/latex/xpackages/xbase/xparse.pdf details="Package documentation: xparse" + texmf-dist/doc/latex/xpackages/xtras/l3keys2e.pdf +srcfiles size=57 + texmf-dist/source/latex/xpackages/xbase/ldcsetup.dtx + texmf-dist/source/latex/xpackages/xbase/template-test.tex + texmf-dist/source/latex/xpackages/xbase/template-test2.tex + texmf-dist/source/latex/xpackages/xbase/template.dtx + texmf-dist/source/latex/xpackages/xbase/tprestrict-test.tex + texmf-dist/source/latex/xpackages/xbase/xbase.ins + texmf-dist/source/latex/xpackages/xbase/xparse-test.tex + texmf-dist/source/latex/xpackages/xbase/xparse.dtx + texmf-dist/source/latex/xpackages/xtras/l3keys2e-demo.tex + texmf-dist/source/latex/xpackages/xtras/l3keys2e.dtx + texmf-dist/source/latex/xpackages/xtras/l3keys2e.ins +runfiles size=15 + texmf-dist/tex/latex/xpackages/xbase/ldcsetup.sty + texmf-dist/tex/latex/xpackages/xbase/template.sty + texmf-dist/tex/latex/xpackages/xbase/xparse.sty + texmf-dist/tex/latex/xpackages/xtras/l3keys2e.sty +catalogue-ctan /macros/latex/contrib/xpackages +catalogue-date 2009-09-07 10:55:10 +0200 +catalogue-license lppl +catalogue-version SVN 1509 + +name xq +category Package +revision 15878 +shortdesc Support for writing about xiangqi. +longdesc The package is for writing about xiangqi or chinese chess. You +longdesc can write games or parts of games and show diagrams with +longdesc special positions. +docfiles size=22 + texmf-dist/doc/fonts/xq/README details="Package README" + texmf-dist/doc/fonts/xq/xqexample.pdf details="Example of use" + texmf-dist/doc/fonts/xq/xqexample.tex +runfiles size=311 + texmf-dist/fonts/source/public/xq/xqaddsignsbase.mf + texmf-dist/fonts/source/public/xq/xqaddsignslarge.mf + texmf-dist/fonts/source/public/xq/xqaddsignsnormal.mf + texmf-dist/fonts/source/public/xq/xqbase.mf + texmf-dist/fonts/source/public/xq/xqhints.mf + texmf-dist/fonts/source/public/xq/xqlarge.mf + texmf-dist/fonts/source/public/xq/xqnormal.mf + texmf-dist/fonts/source/public/xq/xqwestbase.mf + texmf-dist/fonts/source/public/xq/xqwestlarge.mf + texmf-dist/fonts/source/public/xq/xqwestnormal.mf + texmf-dist/fonts/tfm/public/xq/xqlarge.tfm + texmf-dist/fonts/tfm/public/xq/xqnormal.tfm + texmf-dist/tex/latex/xq/xq.sty +catalogue-ctan /fonts/xq +catalogue-date 2007-03-13 09:23:19 +0100 +catalogue-license lppl +catalogue-version 0.3 + +name xskak +category Package +revision 15878 +shortdesc An extension to the skak package for chess typesetting. +longdesc Xskak, as its prime function, saves information about a chess +longdesc game for later use (e.g., to loop through a game to make an +longdesc animated board). The package also extends the input that the +longdesc parsing commands can handle and offers an interface to define +longdesc and switch between indefinite levels of styles. +docfiles size=2 + texmf-dist/doc/latex/xskak/README details="Readme" + texmf-dist/doc/latex/xskak/README.TEXLIVE +srcfiles size=22 + texmf-dist/source/latex/xskak/xskak-src.dtx + texmf-dist/source/latex/xskak/xskak.ins +runfiles size=23 + texmf-dist/tex/latex/xskak/xskak-keys.sty + texmf-dist/tex/latex/xskak/xskak-nagdef.sty + texmf-dist/tex/latex/xskak/xskak.sty +catalogue-ctan /macros/latex/contrib/xskak +catalogue-date 2008-10-20 22:21:01 +0200 +catalogue-license lppl +catalogue-version 1.2 + +name xstring +category Package +revision 15878 +shortdesc String manipulation for (La)TeX. +longdesc The package provides macros for manipulating strings -- testing +longdesc a string's contents, extracting substrings, substitution of +longdesc substrings and providing numbers such as string length, +longdesc position of, or number of recurrences of, a substring. The +longdesc package works equally in Plain TeX and LaTeX (though e-TeX is +longdesc always required). The strings to be processed may contain +longdesc (expandable) macros. +docfiles size=261 + texmf-dist/doc/generic/xstring/README details="Readme" + texmf-dist/doc/generic/xstring/test_etex.pdf + texmf-dist/doc/generic/xstring/test_etex.tex + texmf-dist/doc/generic/xstring/test_latex.pdf + texmf-dist/doc/generic/xstring/test_latex.tex + texmf-dist/doc/generic/xstring/xstring_doc_en.pdf details="Package documentation (English)" language="en" + texmf-dist/doc/generic/xstring/xstring_doc_en.tex + texmf-dist/doc/generic/xstring/xstring_doc_fr.pdf details="Package documentation (French)" language="fr" + texmf-dist/doc/generic/xstring/xstring_doc_fr.tex +runfiles size=14 + texmf-dist/tex/generic/xstring/xstring.tex + texmf-dist/tex/latex/xstring/xstring.sty +catalogue-ctan /macros/latex/contrib/xstring +catalogue-date 2009-06-05 16:30:05 +0200 +catalogue-license lppl +catalogue-version 1.5c + +name xtab +category Package +revision 15878 +shortdesc Break tables across pages. +longdesc Xtab is an extended and somewhat improved version of +longdesc supertabular; it provides tables that break across pages. +docfiles size=60 + texmf-dist/doc/latex/xtab/README details="Readme" + texmf-dist/doc/latex/xtab/xtab.pdf details="Package documentation" +srcfiles size=22 + texmf-dist/source/latex/xtab/xtab.dtx + texmf-dist/source/latex/xtab/xtab.ins +runfiles size=5 + texmf-dist/tex/latex/xtab/xtab.sty +catalogue-ctan /macros/latex/contrib/xtab +catalogue-date 2009-09-06 21:49:34 +0200 +catalogue-license lppl +catalogue-version 2.3d + +name xtcapts +category Package +revision 15878 +shortdesc Defining language-dependent text macros. +longdesc The package provides macros which generate text which switches +longdesc according to what language has been selected in Babel. The +longdesc documentation includes an example of the use of the package. +docfiles size=29 + texmf-dist/doc/latex/xtcapts/readme.txt + texmf-dist/doc/latex/xtcapts/xt_capts.pdf details="Package documentation" +srcfiles size=8 + texmf-dist/source/latex/xtcapts/xt_capts.dtx + texmf-dist/source/latex/xtcapts/xt_capts.ins +runfiles size=1 + texmf-dist/tex/latex/xtcapts/xt_capts.sty +catalogue-ctan /macros/latex/contrib/xtcapts +catalogue-date 2009-01-23 11:57:09 +0100 +catalogue-license noinfo +catalogue-version 1.1d + +name xunicode +category Package +revision 15878 +shortdesc Generate Unicode characters from accented glyphs. +longdesc The package supports XeTeX' (and other putative future similar +longdesc engines') need for Unicode characters, in a similar way to what +longdesc the fontenc does for 8-bit (and the like) fonts: convert +longdesc accent-glyph sequence to a single character in the output +longdesc encoding. +docfiles size=1 + texmf-dist/doc/xelatex/xunicode/README details="Readme" +runfiles size=31 + texmf-dist/tex/xelatex/xunicode/xunicode.sty +catalogue-ctan /macros/xetex/latex/xunicode +catalogue-date 2008-02-09 10:50:01 +0100 +catalogue-license other-free +catalogue-version 0.91 + +name xyling +category Package +revision 15878 +shortdesc Draw syntactic trees, etc., for linguistics literature, using xy-pic. +longdesc The macros in this package model the construction of linguistic +longdesc tree structures as a genuinely graphical problem: they contain +longdesc two types of objects, BRANCHES and NODE LABELS, and these are +longdesc positioned relative to a GRID. It is essential that each of +longdesc these three elements is constructed independent of the other +longdesc two, and hence they can be modified without unwanted side +longdesc effects. The macros are based on the xy-pic package. +docfiles size=52 + texmf-dist/doc/latex/xyling/README details="README file" + texmf-dist/doc/latex/xyling/xyli-doc.pdf details="Package documentation" language="en" + texmf-dist/doc/latex/xyling/xyli-doc.tex +runfiles size=9 + texmf-dist/tex/latex/xyling/xyling.sty +catalogue-ctan /macros/latex/contrib/xyling +catalogue-date 2007-03-13 09:23:19 +0100 +catalogue-license lppl +catalogue-version 1.1 + +name xypic +category Package +revision 15878 +shortdesc Flexible diagramming macros. +longdesc A package for typesetting a variety of graphs and diagrams with +longdesc TeX. Xy-pic works with most formats (including LaTeX, AMS- +longdesc LaTeX, AMS-TeX, and plain TeX). +execute addMixedMap xypic.map +docfiles size=926 + texmf-dist/doc/generic/xypic/CATALOG + texmf-dist/doc/generic/xypic/COPYING + texmf-dist/doc/generic/xypic/INSTALL + texmf-dist/doc/generic/xypic/INSTALL.OzTeX + texmf-dist/doc/generic/xypic/INSTALL.Textures + texmf-dist/doc/generic/xypic/MANIFEST + texmf-dist/doc/generic/xypic/README + texmf-dist/doc/generic/xypic/TRAILER + texmf-dist/doc/generic/xypic/VERSIONS + texmf-dist/doc/generic/xypic/import1.eps + texmf-dist/doc/generic/xypic/kris.eps + texmf-dist/doc/generic/xypic/ross.eps + texmf-dist/doc/generic/xypic/xyguide.pdf + texmf-dist/doc/generic/xypic/xyrefer.pdf +srcfiles size=480 + texmf-dist/source/generic/xypic/CATALOG.doc + texmf-dist/source/generic/xypic/COPYING + texmf-dist/source/generic/xypic/ChangeLog + texmf-dist/source/generic/xypic/INSTALL + texmf-dist/source/generic/xypic/INSTALL.OzTeX + texmf-dist/source/generic/xypic/INSTALL.Textures + texmf-dist/source/generic/xypic/MAKE + texmf-dist/source/generic/xypic/MANIFEST + texmf-dist/source/generic/xypic/Makefile + texmf-dist/source/generic/xypic/README + texmf-dist/source/generic/xypic/TRAILER + texmf-dist/source/generic/xypic/VERSIONS + texmf-dist/source/generic/xypic/doc2tex.com + texmf-dist/source/generic/xypic/dvitogif89a + texmf-dist/source/generic/xypic/import1.eps + texmf-dist/source/generic/xypic/install-tds + texmf-dist/source/generic/xypic/kris.eps + texmf-dist/source/generic/xypic/latin1.sty + texmf-dist/source/generic/xypic/movie.cls + texmf-dist/source/generic/xypic/pnmrawtopcropwhite.c + texmf-dist/source/generic/xypic/ross.eps + texmf-dist/source/generic/xypic/xy.doc + texmf-dist/source/generic/xypic/xy.sty + texmf-dist/source/generic/xypic/xy16textures.doc + texmf-dist/source/generic/xypic/xy17oztex.doc + texmf-dist/source/generic/xypic/xy2cell.doc + texmf-dist/source/generic/xypic/xyall.doc + texmf-dist/source/generic/xypic/xyarc.doc + texmf-dist/source/generic/xypic/xyarrow.doc + texmf-dist/source/generic/xypic/xycmactex.doc + texmf-dist/source/generic/xypic/xycmtip.doc + texmf-dist/source/generic/xypic/xycolor.doc + texmf-dist/source/generic/xypic/xycrayon.doc + texmf-dist/source/generic/xypic/xycurve.doc + texmf-dist/source/generic/xypic/xydoc.back + texmf-dist/source/generic/xypic/xydoc.bib + texmf-dist/source/generic/xypic/xydoc.sty + texmf-dist/source/generic/xypic/xydocps.doc + texmf-dist/source/generic/xypic/xydummy.doc + texmf-dist/source/generic/xypic/xydvidrv.doc + texmf-dist/source/generic/xypic/xydvips.doc + texmf-dist/source/generic/xypic/xydvitops.doc + texmf-dist/source/generic/xypic/xyemtex.doc + texmf-dist/source/generic/xypic/xyframe.doc + texmf-dist/source/generic/xypic/xygraph.doc + texmf-dist/source/generic/xypic/xyguide.man + texmf-dist/source/generic/xypic/xyidioms.doc + texmf-dist/source/generic/xypic/xyimport.doc + texmf-dist/source/generic/xypic/xyknot.doc + texmf-dist/source/generic/xypic/xylatex.ini + texmf-dist/source/generic/xypic/xyline.doc + texmf-dist/source/generic/xypic/xymacpat.xyp + texmf-dist/source/generic/xypic/xymatrix.doc + texmf-dist/source/generic/xypic/xymovie.doc + texmf-dist/source/generic/xypic/xynecula.doc + texmf-dist/source/generic/xypic/xyoztex.doc + texmf-dist/source/generic/xypic/xypic.doc + texmf-dist/source/generic/xypic/xypic.map + texmf-dist/source/generic/xypic/xypic.sty + texmf-dist/source/generic/xypic/xypoly.doc + texmf-dist/source/generic/xypic/xyps-c.doc + texmf-dist/source/generic/xypic/xyps-col.doc + texmf-dist/source/generic/xypic/xyps-f.doc + texmf-dist/source/generic/xypic/xyps-l.doc + texmf-dist/source/generic/xypic/xyps-pro.doc + texmf-dist/source/generic/xypic/xyps-ps.doc + texmf-dist/source/generic/xypic/xyps-r.doc + texmf-dist/source/generic/xypic/xyps-s.doc + texmf-dist/source/generic/xypic/xyps-t.doc + texmf-dist/source/generic/xypic/xyps.doc + texmf-dist/source/generic/xypic/xypsdict.doc + texmf-dist/source/generic/xypic/xypspatt.doc + texmf-dist/source/generic/xypic/xyrecat.doc + texmf-dist/source/generic/xypic/xyrefer.man + texmf-dist/source/generic/xypic/xyrotate.doc + texmf-dist/source/generic/xypic/xysmart.doc + texmf-dist/source/generic/xypic/xytex.ini + texmf-dist/source/generic/xypic/xytextures.doc + texmf-dist/source/generic/xypic/xytile.doc + texmf-dist/source/generic/xypic/xytips.doc + texmf-dist/source/generic/xypic/xytp-f.doc + texmf-dist/source/generic/xypic/xytpic.doc + texmf-dist/source/generic/xypic/xyv2.doc + texmf-dist/source/generic/xypic/xyweb.doc + texmf-dist/source/generic/xypic/xyxdvi.doc +runfiles size=290 + texmf-dist/dvips/xypic/xy37dict.pro + texmf-dist/fonts/map/dvips/xypic/xypic.map + texmf-dist/fonts/source/public/xypic/xyatip.mf + texmf-dist/fonts/source/public/xypic/xyatip10.mf + texmf-dist/fonts/source/public/xypic/xybsql10.mf + texmf-dist/fonts/source/public/xypic/xybtip.mf + texmf-dist/fonts/source/public/xypic/xybtip10.mf + texmf-dist/fonts/source/public/xypic/xycirc10.mf + texmf-dist/fonts/source/public/xypic/xycm.mf + texmf-dist/fonts/source/public/xypic/xycmat10.mf + texmf-dist/fonts/source/public/xypic/xycmat11.mf + texmf-dist/fonts/source/public/xypic/xycmat12.mf + texmf-dist/fonts/source/public/xypic/xycmbt10.mf + texmf-dist/fonts/source/public/xypic/xycmbt11.mf + texmf-dist/fonts/source/public/xypic/xycmbt12.mf + texmf-dist/fonts/source/public/xypic/xyd.mf + texmf-dist/fonts/source/public/xypic/xyd2.mf + texmf-dist/fonts/source/public/xypic/xydash10.mf + texmf-dist/fonts/source/public/xypic/xyeuat10.mf + texmf-dist/fonts/source/public/xypic/xyeuat11.mf + texmf-dist/fonts/source/public/xypic/xyeuat12.mf + texmf-dist/fonts/source/public/xypic/xyeubt10.mf + texmf-dist/fonts/source/public/xypic/xyeubt11.mf + texmf-dist/fonts/source/public/xypic/xyeubt12.mf + texmf-dist/fonts/source/public/xypic/xyeuler.mf + texmf-dist/fonts/source/public/xypic/xyline10.mf + texmf-dist/fonts/source/public/xypic/xymisc10.mf + texmf-dist/fonts/source/public/xypic/xyqc10.mf + texmf-dist/fonts/source/public/xypic/xytech.mf + texmf-dist/fonts/tfm/public/xypic/xyatip10.tfm + texmf-dist/fonts/tfm/public/xypic/xybsql10.tfm + texmf-dist/fonts/tfm/public/xypic/xybtip10.tfm + texmf-dist/fonts/tfm/public/xypic/xycirc10.tfm + texmf-dist/fonts/tfm/public/xypic/xycmat10.tfm + texmf-dist/fonts/tfm/public/xypic/xycmat11.tfm + texmf-dist/fonts/tfm/public/xypic/xycmat12.tfm + texmf-dist/fonts/tfm/public/xypic/xycmbt10.tfm + texmf-dist/fonts/tfm/public/xypic/xycmbt11.tfm + texmf-dist/fonts/tfm/public/xypic/xycmbt12.tfm + texmf-dist/fonts/tfm/public/xypic/xydash10.tfm + texmf-dist/fonts/tfm/public/xypic/xyeuat10.tfm + texmf-dist/fonts/tfm/public/xypic/xyeuat11.tfm + texmf-dist/fonts/tfm/public/xypic/xyeuat12.tfm + texmf-dist/fonts/tfm/public/xypic/xyeubt10.tfm + texmf-dist/fonts/tfm/public/xypic/xyeubt11.tfm + texmf-dist/fonts/tfm/public/xypic/xyeubt12.tfm + texmf-dist/fonts/tfm/public/xypic/xyline10.tfm + texmf-dist/fonts/tfm/public/xypic/xymisc10.tfm + texmf-dist/fonts/tfm/public/xypic/xyqc10.tfm + texmf-dist/fonts/type1/public/xypic/xyatip10.pfb + texmf-dist/fonts/type1/public/xypic/xybsql10.pfb + texmf-dist/fonts/type1/public/xypic/xybtip10.pfb + texmf-dist/fonts/type1/public/xypic/xycirc10.pfb + texmf-dist/fonts/type1/public/xypic/xycmat10.pfb + texmf-dist/fonts/type1/public/xypic/xycmbt10.pfb + texmf-dist/fonts/type1/public/xypic/xydash10.pfb + texmf-dist/fonts/type1/public/xypic/xyeuat10.pfb + texmf-dist/fonts/type1/public/xypic/xyeubt10.pfb + texmf-dist/tex/generic/xypic/movie.cls + texmf-dist/tex/generic/xypic/xy.sty + texmf-dist/tex/generic/xypic/xy.tex + texmf-dist/tex/generic/xypic/xy16textures.tex + texmf-dist/tex/generic/xypic/xy17oztex.tex + texmf-dist/tex/generic/xypic/xy2cell.tex + texmf-dist/tex/generic/xypic/xyall.tex + texmf-dist/tex/generic/xypic/xyarc.tex + texmf-dist/tex/generic/xypic/xyarrow.tex + texmf-dist/tex/generic/xypic/xycmactex.tex + texmf-dist/tex/generic/xypic/xycmtip.tex + texmf-dist/tex/generic/xypic/xycolor.tex + texmf-dist/tex/generic/xypic/xycrayon.tex + texmf-dist/tex/generic/xypic/xycurve.tex + texmf-dist/tex/generic/xypic/xydummy.tex + texmf-dist/tex/generic/xypic/xydvidrv.tex + texmf-dist/tex/generic/xypic/xydvips.tex + texmf-dist/tex/generic/xypic/xydvitops.tex + texmf-dist/tex/generic/xypic/xyemtex.tex + texmf-dist/tex/generic/xypic/xyframe.tex + texmf-dist/tex/generic/xypic/xygraph.tex + texmf-dist/tex/generic/xypic/xyidioms.tex + texmf-dist/tex/generic/xypic/xyimport.tex + texmf-dist/tex/generic/xypic/xyknot.tex + texmf-dist/tex/generic/xypic/xylatex.ini + texmf-dist/tex/generic/xypic/xyline.tex + texmf-dist/tex/generic/xypic/xymacpat.xyp + texmf-dist/tex/generic/xypic/xymatrix.tex + texmf-dist/tex/generic/xypic/xymovie.tex + texmf-dist/tex/generic/xypic/xynecula.tex + texmf-dist/tex/generic/xypic/xyoztex.tex + texmf-dist/tex/generic/xypic/xypic.sty + texmf-dist/tex/generic/xypic/xypic.tex + texmf-dist/tex/generic/xypic/xypoly.tex + texmf-dist/tex/generic/xypic/xyps-c.tex + texmf-dist/tex/generic/xypic/xyps-col.tex + texmf-dist/tex/generic/xypic/xyps-f.tex + texmf-dist/tex/generic/xypic/xyps-l.tex + texmf-dist/tex/generic/xypic/xyps-pro.tex + texmf-dist/tex/generic/xypic/xyps-ps.tex + texmf-dist/tex/generic/xypic/xyps-r.tex + texmf-dist/tex/generic/xypic/xyps-s.tex + texmf-dist/tex/generic/xypic/xyps-t.tex + texmf-dist/tex/generic/xypic/xyps.tex + texmf-dist/tex/generic/xypic/xypsdict.tex + texmf-dist/tex/generic/xypic/xypspatt.tex + texmf-dist/tex/generic/xypic/xyrecat.tex + texmf-dist/tex/generic/xypic/xyrotate.tex + texmf-dist/tex/generic/xypic/xysmart.tex + texmf-dist/tex/generic/xypic/xytex.ini + texmf-dist/tex/generic/xypic/xytextures.tex + texmf-dist/tex/generic/xypic/xytile.tex + texmf-dist/tex/generic/xypic/xytips.tex + texmf-dist/tex/generic/xypic/xytp-f.tex + texmf-dist/tex/generic/xypic/xytpic.tex + texmf-dist/tex/generic/xypic/xyv2.tex + texmf-dist/tex/generic/xypic/xyweb.tex + texmf-dist/tex/generic/xypic/xyxdvi.tex +catalogue-ctan /macros/generic/diagrams/xypic/xy +catalogue-date 2009-10-10 18:07:15 +0200 +catalogue-license other-free +catalogue-version 3.7 + +name xypic-tut-pt +category Package +revision 15878 +shortdesc A tutorial for XY-pic, in Portuguese. +docfiles size=77 + texmf-dist/doc/generic/xypic-tut-pt/README + texmf-dist/doc/generic/xypic-tut-pt/grafico.eps + texmf-dist/doc/generic/xypic-tut-pt/xypic-tutorial.pdf language="pt" + texmf-dist/doc/generic/xypic-tut-pt/xypictutorial.tex +catalogue-ctan /info/portuguese/xypic-tutorial +catalogue-date 2007-03-01 23:46:20 +0100 +catalogue-license gpl + +name xytree +category Package +revision 15878 +shortdesc Tree macros using XY-Pic. +longdesc The aim of xytree is to draw linguistic syntactic trees with +longdesc ease and to support hopefully sufficient functionalities, that +longdesc the linguist may need. The package (of course) depends on the +longdesc XY-Pic package. +docfiles size=80 + texmf-dist/doc/latex/xytree/README details="Package README" + texmf-dist/doc/latex/xytree/xytree-doc-en.pdf details="Package documentation" language="en" + texmf-dist/doc/latex/xytree/xytree-doc-en.tex +runfiles size=3 + texmf-dist/tex/latex/xytree/xytree.sty +catalogue-ctan /macros/latex/contrib/xytree +catalogue-date 2007-03-13 09:23:19 +0100 +catalogue-license lppl +catalogue-version 1.5 + +name yafoot +category Package +revision 15878 +shortdesc A bundle of miscellaneous footnote packages. +longdesc Contains three packages: - pfnote to number footnotes per page; +longdesc - fnpos to control the position of footnotes; and - dblfnote to +longdesc make footnotes double-columned. +docfiles size=8 + texmf-dist/doc/latex/yafoot/README details="Bundle Readme" + texmf-dist/doc/latex/yafoot/yafoot-man.dvi + texmf-dist/doc/latex/yafoot/yafoot-man.tex +srcfiles size=16 + texmf-dist/source/latex/yafoot/yafoot.dtx + texmf-dist/source/latex/yafoot/yafoot.ins +runfiles size=5 + texmf-dist/tex/latex/yafoot/dblfnote.sty + texmf-dist/tex/latex/yafoot/fnpos.sty + texmf-dist/tex/latex/yafoot/pfnote.sty +catalogue-ctan /macros/latex/contrib/yafoot +catalogue-date 2006-12-16 10:58:44 +0100 +catalogue-license lppl + +name yagusylo +category Package +revision 15878 +shortdesc A symbol loader. +longdesc The name is by way of being an acronym for "Yet Another Grand +longdesc Unified Symbols Loader"... The package allows the user to +longdesc access a symbol without loading the package that usually +longdesc provides it; this has the advantage of avoiding the name +longdesc clashes that so commonly trouble those who load symbol- +longdesc packages. +docfiles size=653 + texmf-dist/doc/latex/yagusylo/LISEZMOI details="Lisez moi" language="fr" + texmf-dist/doc/latex/yagusylo/README details="Readme" language="en" + texmf-dist/doc/latex/yagusylo/yagusylo-en.pdf details="User documentation (English)" language="en" + texmf-dist/doc/latex/yagusylo/yagusylo-fr.pdf details="User documentation (French)" language="fr" + texmf-dist/doc/latex/yagusylo/yagusylo.pdf details="Source documentation" +srcfiles size=36 + texmf-dist/source/latex/yagusylo/Makefile + texmf-dist/source/latex/yagusylo/yagusylo.dtx + texmf-dist/source/latex/yagusylo/yagusylo.ins +runfiles size=7 + texmf-dist/tex/latex/yagusylo/yagusylo.cfg + texmf-dist/tex/latex/yagusylo/yagusylo.sty +catalogue-ctan /macros/latex/contrib/yagusylo +catalogue-date 2009-03-03 08:06:14 +0100 +catalogue-license lppl +catalogue-version 1.2 + +name yannisgr +category Package +revision 15878 +shortdesc Greek fonts by Yannis Haralambous. +longdesc A family of 7-bit fonts with a code table designed for setting +longdesc modern polytonic Greek. The fonts are provided in MetaFont +longdesc form; macros to produce a Greek variant of Plain TeX (including +longdesc a hyphenation table adapted to the fonts' code table) are +longdesc provided. +docfiles size=21 + texmf-dist/doc/plain/yannisgr/00changes.txt + texmf-dist/doc/plain/yannisgr/00readme.txt + texmf-dist/doc/plain/yannisgr/monsyl.txt + texmf-dist/doc/plain/yannisgr/rgr.readme details="Readme" + texmf-dist/doc/plain/yannisgr/rgreekmacros.tex + texmf-dist/doc/plain/yannisgr/rgrhyph.tex + texmf-dist/doc/plain/yannisgr/rgrpaper.tex + texmf-dist/doc/plain/yannisgr/rgrtestfont.tex + texmf-dist/doc/plain/yannisgr/tomakeformat.txt +runfiles size=66 + texmf-dist/fonts/source/public/yannisgr/csc_misce.mf + texmf-dist/fonts/source/public/yannisgr/gen_m_acc.mf + texmf-dist/fonts/source/public/yannisgr/greekcsc.mf + texmf-dist/fonts/source/public/yannisgr/it_digits.mf + texmf-dist/fonts/source/public/yannisgr/it_lig.mf + texmf-dist/fonts/source/public/yannisgr/it_lower.mf + texmf-dist/fonts/source/public/yannisgr/ligcsc.mf + texmf-dist/fonts/source/public/yannisgr/m_accent.mf + texmf-dist/fonts/source/public/yannisgr/m_greek.mf + texmf-dist/fonts/source/public/yannisgr/mrgrbf10.mf + texmf-dist/fonts/source/public/yannisgr/mrgrrg10.mf + texmf-dist/fonts/source/public/yannisgr/mrgrsl10.mf + texmf-dist/fonts/source/public/yannisgr/mrgrti10.mf + texmf-dist/fonts/source/public/yannisgr/rgen_acc.mf + texmf-dist/fonts/source/public/yannisgr/rgraccent.mf + texmf-dist/fonts/source/public/yannisgr/rgrbase.mf + texmf-dist/fonts/source/public/yannisgr/rgrbf10.mf + texmf-dist/fonts/source/public/yannisgr/rgreek.mf + texmf-dist/fonts/source/public/yannisgr/rgrlig.mf + texmf-dist/fonts/source/public/yannisgr/rgrlower.mf + texmf-dist/fonts/source/public/yannisgr/rgrpunct.mf + texmf-dist/fonts/source/public/yannisgr/rgrrg10.mf + texmf-dist/fonts/source/public/yannisgr/rgrsc10.mf + texmf-dist/fonts/source/public/yannisgr/rgrsl10.mf + texmf-dist/fonts/source/public/yannisgr/rgrti10.mf + texmf-dist/fonts/source/public/yannisgr/rgrupper.mf + texmf-dist/fonts/source/public/yannisgr/scsc.mf +catalogue-ctan /fonts/greek/yannis +catalogue-date 2009-01-07 20:50:53 +0100 +catalogue-license noinfo + +name yfonts +category Package +revision 15878 +shortdesc Support for old German fonts. +longdesc A LaTeX interface to the old-german fonts designed by Yannis +longdesc Haralambous: Gothic, Schwabacher, Fraktur and the baroque +longdesc initials. +docfiles size=4 + texmf-dist/doc/latex/yfonts/frktest.tex + texmf-dist/doc/latex/yfonts/liesmich + texmf-dist/doc/latex/yfonts/readme details="Readme" +srcfiles size=7 + texmf-dist/source/latex/yfonts/yfonts.dtx + texmf-dist/source/latex/yfonts/yfonts.ins +runfiles size=2 + texmf-dist/tex/latex/yfonts/yfonts.sty +catalogue-ctan /macros/latex/contrib/yfonts +catalogue-date 2007-03-01 23:46:20 +0100 +catalogue-license lppl +catalogue-version 1.3 + +name yhmath +category Package +revision 15878 +shortdesc Extended maths fonts for LaTeX. +longdesc The yhmath bundle contains fonts (type in 1 format) and a LaTeX +longdesc package for using them. +execute addMixedMap yhmath.map +docfiles size=44 + texmf-dist/doc/latex/yhmath/yhmath.pdf +srcfiles size=19 + texmf-dist/source/latex/yhmath/yhmath.drv + texmf-dist/source/latex/yhmath/yhmath.dtx + texmf-dist/source/latex/yhmath/yhmath.ins +runfiles size=32 + texmf-dist/fonts/map/dvips/yhmath/yhmath.map + texmf-dist/fonts/source/public/yhmath/yhbigacc.mf + texmf-dist/fonts/source/public/yhmath/yhbigdel.mf + texmf-dist/fonts/source/public/yhmath/yhcmex10.mf + texmf-dist/fonts/source/public/yhmath/yhmathex.mf + texmf-dist/fonts/source/public/yhmath/yrcmex10.mf + texmf-dist/fonts/tfm/public/yhmath/yhcmex10.tfm + texmf-dist/fonts/tfm/public/yhmath/yrcmex10.tfm + texmf-dist/fonts/type1/public/yhmath/yhcmex.pfb + texmf-dist/fonts/vf/public/yhmath/yhcmex10.vf + texmf-dist/tex/latex/yhmath/OMXyhex.fd + texmf-dist/tex/latex/yhmath/yhmath.sty +catalogue-ctan /fonts/yhmath +catalogue-date 2007-03-01 23:46:20 +0100 +catalogue-license lppl + +name york-thesis +category Package +revision 15878 +shortdesc A thesis class file for York University, Toronto. +longdesc York Graduate Studies has again changed the requirements for +longdesc theses and dissertations. The established york-thesis class +longdesc file now implements the changes made in Spring 2005. +docfiles size=58 + texmf-dist/doc/latex/york-thesis/README details="Package Readme" + texmf-dist/doc/latex/york-thesis/york-thesis-Template.tex + texmf-dist/doc/latex/york-thesis/york-thesis.el + texmf-dist/doc/latex/york-thesis/york-thesis.pdf details="Package documentation" +srcfiles size=12 + texmf-dist/source/latex/york-thesis/york-thesis.dtx + texmf-dist/source/latex/york-thesis/york-thesis.ins +runfiles size=4 + texmf-dist/tex/latex/york-thesis/york-thesis.cls +catalogue-ctan /macros/latex/contrib/york-thesis +catalogue-date 2006-12-16 10:58:44 +0100 +catalogue-license lppl +catalogue-version 3.4 + +name youngtab +category Package +revision 15878 +shortdesc Typeset Young-Tableaux. +longdesc A package for typesetting Young-Tableaux, mathematical symbols +longdesc for the representations of groups, providing two macros, +longdesc \yng(1) and \young(1) to generate the whole Young-Tableaux. +srcfiles size=16 + texmf-dist/source/latex/youngtab/README + texmf-dist/source/latex/youngtab/makeydoc + texmf-dist/source/latex/youngtab/makeydoc.bat + texmf-dist/source/latex/youngtab/youngtab.dtx + texmf-dist/source/latex/youngtab/youngtab.el + texmf-dist/source/latex/youngtab/youngtab.ins + texmf-dist/source/latex/youngtab/youngtab.tex +runfiles size=2 + texmf-dist/tex/latex/youngtab/youngtab.sty +catalogue-ctan /macros/latex/contrib/youngtab +catalogue-date 2006-10-06 23:15:00 +0200 +catalogue-license lppl +catalogue-version 1.1 + +name yplan +category Package +revision 15878 +shortdesc Daily planner type calendar. +longdesc Prints two six-monthly vertical-type daily planner (i.e., +longdesc months along the top, days downwards), with each 6-month period +longdesc fitting onto a single A4 (or US letter) sheet. The package +longdesc offers support for English, French, German, Spanish and +longdesc Portuguese. The previous scheme of annual updates has now been +longdesc abandoned, in favour of a Perl script yplan that generates a +longdesc year's planner automatically. (The last manually-generated +longdesc LaTeX file remains on the archive.) +docfiles size=9 + texmf-dist/doc/latex/yplan/yplan + texmf-dist/doc/latex/yplan/yplan.doc + texmf-dist/doc/latex/yplan/yplan00.doc + texmf-dist/doc/latex/yplan/yplan00a.tex + texmf-dist/doc/latex/yplan/yplan00b.tex +runfiles size=2 + texmf-dist/tex/latex/yplan/yplan.sty +catalogue-ctan /macros/latex/contrib/yplan +catalogue-date 2006-12-16 10:58:44 +0100 +catalogue-license lppl + +name ytex +category Package +revision 15878 +shortdesc Macro package developed at MIT. +longdesc Ytex aims to support the novice user, while providing a +longdesc comfortable home for the TeX programmer, who will find a +longdesc library-like collection of support macros. The package uses the +longdesc author's plain-cm package. +runfiles size=46 + texmf-dist/tex/ytex/base/ybase.mac + texmf-dist/tex/ytex/base/yfonts.mac + texmf-dist/tex/ytex/base/ylog.mac + texmf-dist/tex/ytex/base/ysite.mac + texmf-dist/tex/ytex/base/ytex-cm.tex + texmf-dist/tex/ytex/base/ytex.ieee + texmf-dist/tex/ytex/base/ytex.mac + texmf-dist/tex/ytex/base/ytex.mail + texmf-dist/tex/ytex/base/yusage.lst + texmf-dist/tex/ytex/base/yusage.tex + texmf-dist/tex/ytex/base/yuser.mac +catalogue-ctan /macros/ytex +catalogue-date 2008-09-13 13:32:35 +0200 +catalogue-license noinfo + +name zapfchan +category Package +revision 15878 +runfiles size=63 + texmf-dist/dvips/zapfchan/config.uzc + texmf-dist/fonts/afm/adobe/zapfchan/pzcmi8a.afm + texmf-dist/fonts/afm/urw/zapfchan/uzcmi8a.afm + texmf-dist/fonts/map/dvips/zapfchan/uzc.map + texmf-dist/fonts/tfm/adobe/zapfchan/pzcmi.tfm + texmf-dist/fonts/tfm/adobe/zapfchan/pzcmi7t.tfm + texmf-dist/fonts/tfm/adobe/zapfchan/pzcmi8c.tfm + texmf-dist/fonts/tfm/adobe/zapfchan/pzcmi8r.tfm + texmf-dist/fonts/tfm/adobe/zapfchan/pzcmi8t.tfm + texmf-dist/fonts/tfm/cspsfonts-adobe/zapfchan/pzcmi8z.tfm + texmf-dist/fonts/tfm/cspsfonts-adobe/zapfchan/rpzcmi.tfm + texmf-dist/fonts/tfm/groff/zapfchan/pzcmi8g.tfm + texmf-dist/fonts/tfm/urw35vf/zapfchan/uzcmi7t.tfm + texmf-dist/fonts/tfm/urw35vf/zapfchan/uzcmi8c.tfm + texmf-dist/fonts/tfm/urw35vf/zapfchan/uzcmi8r.tfm + texmf-dist/fonts/tfm/urw35vf/zapfchan/uzcmi8t.tfm + texmf-dist/fonts/type1/urw/zapfchan/uzcmi8a.pfb + texmf-dist/fonts/type1/urw/zapfchan/uzcmi8a.pfm + texmf-dist/fonts/vf/adobe/zapfchan/pzcmi.vf + texmf-dist/fonts/vf/adobe/zapfchan/pzcmi7t.vf + texmf-dist/fonts/vf/adobe/zapfchan/pzcmi8c.vf + texmf-dist/fonts/vf/adobe/zapfchan/pzcmi8t.vf + texmf-dist/fonts/vf/cspsfonts-adobe/zapfchan/pzcmi8z.vf + texmf-dist/fonts/vf/urw35vf/zapfchan/uzcmi7t.vf + texmf-dist/fonts/vf/urw35vf/zapfchan/uzcmi8c.vf + texmf-dist/fonts/vf/urw35vf/zapfchan/uzcmi8t.vf + texmf-dist/tex/latex/zapfchan/8ruzc.fd + texmf-dist/tex/latex/zapfchan/omluzc.fd + texmf-dist/tex/latex/zapfchan/omsuzc.fd + texmf-dist/tex/latex/zapfchan/ot1uzc.fd + texmf-dist/tex/latex/zapfchan/t1uzc.fd + texmf-dist/tex/latex/zapfchan/ts1uzc.fd + +name zapfding +category Package +revision 15878 +runfiles size=25 + texmf-dist/dvips/zapfding/config.uzd + texmf-dist/fonts/afm/adobe/zapfding/pzdr.afm + texmf-dist/fonts/afm/urw/zapfding/uzdr.afm + texmf-dist/fonts/map/dvips/zapfding/uzd.map + texmf-dist/fonts/tfm/adobe/zapfding/pzdr.tfm + texmf-dist/fonts/tfm/cspsfonts-adobe/zapfding/rpzdr.tfm + texmf-dist/fonts/tfm/urw35vf/zapfding/uzdr.tfm + texmf-dist/fonts/type1/urw/zapfding/uzdr.pfb + texmf-dist/fonts/type1/urw/zapfding/uzdr.pfm + texmf-dist/tex/latex/zapfding/uuzd.fd + +name zed-csp +category Package +revision 15878 +shortdesc Typesetting Z and CSP format specifications. +longdesc The package supports real-time CSP and incorporates the +longdesc functionality of Spivey's original Z package, written for LaTeX +longdesc 2.09. +docfiles size=25 + texmf-dist/doc/latex/zed-csp/csp2e.dvi + texmf-dist/doc/latex/zed-csp/csp2e.tex + texmf-dist/doc/latex/zed-csp/zed2e.dvi + texmf-dist/doc/latex/zed-csp/zed2e.tex +runfiles size=8 + texmf-dist/tex/latex/zed-csp/zed-csp.sty +catalogue-ctan /macros/latex/contrib/zed-csp +catalogue-date 2008-04-05 21:05:50 +0200 +catalogue-license other-free + +name zefonts +category Package +revision 15878 +shortdesc Virtual fonts to provide T1 encoding from existing fonts. +longdesc Virtual T1 encoded (mostly) Computer Modern fonts based on +longdesc (OT1) Computer Modern together with Times and Helvetica fonts, +longdesc intended to simulate 'ec' fonts. The 'ae' fonts do a similar +longdesc task, but miss some glyphs that aren't available in OT1. +execute addMap slantcm.map +docfiles size=36 + texmf-dist/doc/latex/zefonts/CHANGES + texmf-dist/doc/latex/zefonts/ae_or_ze.ps.gz + texmf-dist/doc/latex/zefonts/ae_or_ze.tex + texmf-dist/doc/latex/zefonts/readme details="Readme" + texmf-dist/doc/latex/zefonts/test.tex + texmf-dist/doc/latex/zefonts/zefonts.dvi + texmf-dist/doc/latex/zefonts/zefonts.tex +runfiles size=154 + texmf-dist/dvips/zefonts/slantcm.cfg + texmf-dist/fonts/map/dvips/zefonts/slantcm.map + texmf-dist/fonts/tfm/public/zefonts/cmbsy10o.tfm + texmf-dist/fonts/tfm/public/zefonts/cmbxi10f.tfm + texmf-dist/fonts/tfm/public/zefonts/cmmi10o.tfm + texmf-dist/fonts/tfm/public/zefonts/cmmib10o.tfm + texmf-dist/fonts/tfm/public/zefonts/cmsy10o.tfm + texmf-dist/fonts/tfm/public/zefonts/cmvtt10o.tfm + texmf-dist/fonts/tfm/public/zefonts/zebi1000.tfm + texmf-dist/fonts/tfm/public/zefonts/zebl1000.tfm + texmf-dist/fonts/tfm/public/zefonts/zebx0500.tfm + texmf-dist/fonts/tfm/public/zefonts/zebx0600.tfm + texmf-dist/fonts/tfm/public/zefonts/zebx0700.tfm + texmf-dist/fonts/tfm/public/zefonts/zebx0800.tfm + texmf-dist/fonts/tfm/public/zefonts/zebx0900.tfm + texmf-dist/fonts/tfm/public/zefonts/zebx1000.tfm + texmf-dist/fonts/tfm/public/zefonts/zebx1200.tfm + texmf-dist/fonts/tfm/public/zefonts/zeit1000.tfm + texmf-dist/fonts/tfm/public/zefonts/zeli8.tfm + texmf-dist/fonts/tfm/public/zefonts/zelq8.tfm + texmf-dist/fonts/tfm/public/zefonts/zerb1000.tfm + texmf-dist/fonts/tfm/public/zefonts/zerm0500.tfm + texmf-dist/fonts/tfm/public/zefonts/zerm0600.tfm + texmf-dist/fonts/tfm/public/zefonts/zerm0700.tfm + texmf-dist/fonts/tfm/public/zefonts/zerm0800.tfm + texmf-dist/fonts/tfm/public/zefonts/zerm0900.tfm + texmf-dist/fonts/tfm/public/zefonts/zerm1000.tfm + texmf-dist/fonts/tfm/public/zefonts/zerm1200.tfm + texmf-dist/fonts/tfm/public/zefonts/zerm1728.tfm + texmf-dist/fonts/tfm/public/zefonts/zesc1000.tfm + texmf-dist/fonts/tfm/public/zefonts/zesi0800.tfm + texmf-dist/fonts/tfm/public/zefonts/zesi0900.tfm + texmf-dist/fonts/tfm/public/zefonts/zesi1000.tfm + texmf-dist/fonts/tfm/public/zefonts/zesi1200.tfm + texmf-dist/fonts/tfm/public/zefonts/zesl0800.tfm + texmf-dist/fonts/tfm/public/zefonts/zesl0900.tfm + texmf-dist/fonts/tfm/public/zefonts/zesl1000.tfm + texmf-dist/fonts/tfm/public/zefonts/zesl1200.tfm + texmf-dist/fonts/tfm/public/zefonts/zess0800.tfm + texmf-dist/fonts/tfm/public/zefonts/zess0900.tfm + texmf-dist/fonts/tfm/public/zefonts/zess1000.tfm + texmf-dist/fonts/tfm/public/zefonts/zess1200.tfm + texmf-dist/fonts/tfm/public/zefonts/zessdc10.tfm + texmf-dist/fonts/tfm/public/zefonts/zest1000.tfm + texmf-dist/fonts/tfm/public/zefonts/zesx1000.tfm + texmf-dist/fonts/tfm/public/zefonts/zetc1000.tfm + texmf-dist/fonts/tfm/public/zefonts/zeti0700.tfm + texmf-dist/fonts/tfm/public/zefonts/zeti0800.tfm + texmf-dist/fonts/tfm/public/zefonts/zeti0900.tfm + texmf-dist/fonts/tfm/public/zefonts/zeti1000.tfm + texmf-dist/fonts/tfm/public/zefonts/zeti1200.tfm + texmf-dist/fonts/tfm/public/zefonts/zett0800.tfm + texmf-dist/fonts/tfm/public/zefonts/zett0900.tfm + texmf-dist/fonts/tfm/public/zefonts/zett1000.tfm + texmf-dist/fonts/tfm/public/zefonts/zett1200.tfm + texmf-dist/fonts/tfm/public/zefonts/zeui1000.tfm + texmf-dist/fonts/tfm/public/zefonts/zevt1000.tfm + texmf-dist/fonts/vf/public/zefonts/zebi1000.vf + texmf-dist/fonts/vf/public/zefonts/zebl1000.vf + texmf-dist/fonts/vf/public/zefonts/zebx0500.vf + texmf-dist/fonts/vf/public/zefonts/zebx0600.vf + texmf-dist/fonts/vf/public/zefonts/zebx0700.vf + texmf-dist/fonts/vf/public/zefonts/zebx0800.vf + texmf-dist/fonts/vf/public/zefonts/zebx0900.vf + texmf-dist/fonts/vf/public/zefonts/zebx1000.vf + texmf-dist/fonts/vf/public/zefonts/zebx1200.vf + texmf-dist/fonts/vf/public/zefonts/zeit1000.vf + texmf-dist/fonts/vf/public/zefonts/zeli8.vf + texmf-dist/fonts/vf/public/zefonts/zelq8.vf + texmf-dist/fonts/vf/public/zefonts/zerb1000.vf + texmf-dist/fonts/vf/public/zefonts/zerm0500.vf + texmf-dist/fonts/vf/public/zefonts/zerm0600.vf + texmf-dist/fonts/vf/public/zefonts/zerm0700.vf + texmf-dist/fonts/vf/public/zefonts/zerm0800.vf + texmf-dist/fonts/vf/public/zefonts/zerm0900.vf + texmf-dist/fonts/vf/public/zefonts/zerm1000.vf + texmf-dist/fonts/vf/public/zefonts/zerm1200.vf + texmf-dist/fonts/vf/public/zefonts/zerm1728.vf + texmf-dist/fonts/vf/public/zefonts/zesc1000.vf + texmf-dist/fonts/vf/public/zefonts/zesi0800.vf + texmf-dist/fonts/vf/public/zefonts/zesi0900.vf + texmf-dist/fonts/vf/public/zefonts/zesi1000.vf + texmf-dist/fonts/vf/public/zefonts/zesi1200.vf + texmf-dist/fonts/vf/public/zefonts/zesl0800.vf + texmf-dist/fonts/vf/public/zefonts/zesl0900.vf + texmf-dist/fonts/vf/public/zefonts/zesl1000.vf + texmf-dist/fonts/vf/public/zefonts/zesl1200.vf + texmf-dist/fonts/vf/public/zefonts/zess0800.vf + texmf-dist/fonts/vf/public/zefonts/zess0900.vf + texmf-dist/fonts/vf/public/zefonts/zess1000.vf + texmf-dist/fonts/vf/public/zefonts/zess1200.vf + texmf-dist/fonts/vf/public/zefonts/zessdc10.vf + texmf-dist/fonts/vf/public/zefonts/zest1000.vf + texmf-dist/fonts/vf/public/zefonts/zesx1000.vf + texmf-dist/fonts/vf/public/zefonts/zetc1000.vf + texmf-dist/fonts/vf/public/zefonts/zeti0700.vf + texmf-dist/fonts/vf/public/zefonts/zeti0800.vf + texmf-dist/fonts/vf/public/zefonts/zeti0900.vf + texmf-dist/fonts/vf/public/zefonts/zeti1000.vf + texmf-dist/fonts/vf/public/zefonts/zeti1200.vf + texmf-dist/fonts/vf/public/zefonts/zett0800.vf + texmf-dist/fonts/vf/public/zefonts/zett0900.vf + texmf-dist/fonts/vf/public/zefonts/zett1000.vf + texmf-dist/fonts/vf/public/zefonts/zett1200.vf + texmf-dist/fonts/vf/public/zefonts/zeui1000.vf + texmf-dist/fonts/vf/public/zefonts/zevt1000.vf + texmf-dist/tex/latex/zefonts/omlzer.fd + texmf-dist/tex/latex/zefonts/omszer.fd + texmf-dist/tex/latex/zefonts/t1zer.fd + texmf-dist/tex/latex/zefonts/t1zess.fd + texmf-dist/tex/latex/zefonts/t1zett.fd + texmf-dist/tex/latex/zefonts/zefonts.sty +catalogue-ctan /fonts/zefonts +catalogue-date 2008-09-13 13:32:35 +0200 +catalogue-license noinfo +catalogue-version 2.1 + +name zhmetrics +category Package +revision 15878 +shortdesc TFM subfont files for using Chinese fonts in 8-bit TeX. +longdesc These are metrics to use existing Chinese TrueType fonts in +longdesc workflows that use LaTeX & dvipdfmx, or pdfLaTeX. The fonts +longdesc themselves are not included in the package. Six font families +longdesc are supported: kai, song, lishu, fangsong, youyuan and hei. Two +longdesc encodings (GBK and UTF-8) are supported. +docfiles size=1 + texmf-dist/doc/fonts/zhmetrics/README details="Readme" +srcfiles size=8 + texmf-dist/source/fonts/zhmetrics/CTeXFonts.lua + texmf-dist/source/fonts/zhmetrics/zhfd.lua + texmf-dist/source/fonts/zhmetrics/zhtfm.lua +runfiles size=4425 + texmf-dist/fonts/tfm/zhmetrics/gbk/gbk00.tfm + texmf-dist/fonts/tfm/zhmetrics/gbk/gbk01.tfm + texmf-dist/fonts/tfm/zhmetrics/gbk/gbk02.tfm + texmf-dist/fonts/tfm/zhmetrics/gbk/gbk03.tfm + texmf-dist/fonts/tfm/zhmetrics/gbk/gbk04.tfm + texmf-dist/fonts/tfm/zhmetrics/gbk/gbk05.tfm + texmf-dist/fonts/tfm/zhmetrics/gbk/gbk06.tfm + texmf-dist/fonts/tfm/zhmetrics/gbk/gbk07.tfm + texmf-dist/fonts/tfm/zhmetrics/gbk/gbk08.tfm + texmf-dist/fonts/tfm/zhmetrics/gbk/gbk09.tfm + texmf-dist/fonts/tfm/zhmetrics/gbk/gbk10.tfm + texmf-dist/fonts/tfm/zhmetrics/gbk/gbk11.tfm + texmf-dist/fonts/tfm/zhmetrics/gbk/gbk12.tfm + texmf-dist/fonts/tfm/zhmetrics/gbk/gbk13.tfm + texmf-dist/fonts/tfm/zhmetrics/gbk/gbk14.tfm + texmf-dist/fonts/tfm/zhmetrics/gbk/gbk15.tfm + texmf-dist/fonts/tfm/zhmetrics/gbk/gbk16.tfm + texmf-dist/fonts/tfm/zhmetrics/gbk/gbk17.tfm + texmf-dist/fonts/tfm/zhmetrics/gbk/gbk18.tfm + texmf-dist/fonts/tfm/zhmetrics/gbk/gbk19.tfm + texmf-dist/fonts/tfm/zhmetrics/gbk/gbk20.tfm + texmf-dist/fonts/tfm/zhmetrics/gbk/gbk21.tfm + texmf-dist/fonts/tfm/zhmetrics/gbk/gbk22.tfm + texmf-dist/fonts/tfm/zhmetrics/gbk/gbk23.tfm + texmf-dist/fonts/tfm/zhmetrics/gbk/gbk24.tfm + texmf-dist/fonts/tfm/zhmetrics/gbk/gbk25.tfm + texmf-dist/fonts/tfm/zhmetrics/gbk/gbk26.tfm + texmf-dist/fonts/tfm/zhmetrics/gbk/gbk27.tfm + texmf-dist/fonts/tfm/zhmetrics/gbk/gbk28.tfm + texmf-dist/fonts/tfm/zhmetrics/gbk/gbk29.tfm + texmf-dist/fonts/tfm/zhmetrics/gbk/gbk30.tfm + texmf-dist/fonts/tfm/zhmetrics/gbk/gbk31.tfm + texmf-dist/fonts/tfm/zhmetrics/gbk/gbk32.tfm + texmf-dist/fonts/tfm/zhmetrics/gbk/gbk33.tfm + texmf-dist/fonts/tfm/zhmetrics/gbk/gbk34.tfm + texmf-dist/fonts/tfm/zhmetrics/gbk/gbk35.tfm + texmf-dist/fonts/tfm/zhmetrics/gbk/gbk36.tfm + texmf-dist/fonts/tfm/zhmetrics/gbk/gbk37.tfm + texmf-dist/fonts/tfm/zhmetrics/gbk/gbk38.tfm + texmf-dist/fonts/tfm/zhmetrics/gbk/gbk39.tfm + texmf-dist/fonts/tfm/zhmetrics/gbk/gbk40.tfm + texmf-dist/fonts/tfm/zhmetrics/gbk/gbk41.tfm + texmf-dist/fonts/tfm/zhmetrics/gbk/gbk42.tfm + texmf-dist/fonts/tfm/zhmetrics/gbk/gbk43.tfm + texmf-dist/fonts/tfm/zhmetrics/gbk/gbk44.tfm + texmf-dist/fonts/tfm/zhmetrics/gbk/gbk45.tfm + texmf-dist/fonts/tfm/zhmetrics/gbk/gbk46.tfm + texmf-dist/fonts/tfm/zhmetrics/gbk/gbk47.tfm + texmf-dist/fonts/tfm/zhmetrics/gbk/gbk48.tfm + texmf-dist/fonts/tfm/zhmetrics/gbk/gbk49.tfm + texmf-dist/fonts/tfm/zhmetrics/gbk/gbk50.tfm + texmf-dist/fonts/tfm/zhmetrics/gbk/gbk51.tfm + texmf-dist/fonts/tfm/zhmetrics/gbk/gbk52.tfm + texmf-dist/fonts/tfm/zhmetrics/gbk/gbk53.tfm + texmf-dist/fonts/tfm/zhmetrics/gbk/gbk54.tfm + texmf-dist/fonts/tfm/zhmetrics/gbk/gbk55.tfm + texmf-dist/fonts/tfm/zhmetrics/gbk/gbk56.tfm + texmf-dist/fonts/tfm/zhmetrics/gbk/gbk57.tfm + texmf-dist/fonts/tfm/zhmetrics/gbk/gbk58.tfm + texmf-dist/fonts/tfm/zhmetrics/gbk/gbk59.tfm + texmf-dist/fonts/tfm/zhmetrics/gbk/gbk60.tfm + texmf-dist/fonts/tfm/zhmetrics/gbk/gbk61.tfm + texmf-dist/fonts/tfm/zhmetrics/gbk/gbk62.tfm + texmf-dist/fonts/tfm/zhmetrics/gbk/gbk63.tfm + texmf-dist/fonts/tfm/zhmetrics/gbk/gbk64.tfm + texmf-dist/fonts/tfm/zhmetrics/gbk/gbk65.tfm + texmf-dist/fonts/tfm/zhmetrics/gbk/gbk66.tfm + texmf-dist/fonts/tfm/zhmetrics/gbk/gbk67.tfm + texmf-dist/fonts/tfm/zhmetrics/gbk/gbk68.tfm + texmf-dist/fonts/tfm/zhmetrics/gbk/gbk69.tfm + texmf-dist/fonts/tfm/zhmetrics/gbk/gbk70.tfm + texmf-dist/fonts/tfm/zhmetrics/gbk/gbk71.tfm + texmf-dist/fonts/tfm/zhmetrics/gbk/gbk72.tfm + texmf-dist/fonts/tfm/zhmetrics/gbk/gbk73.tfm + texmf-dist/fonts/tfm/zhmetrics/gbk/gbk74.tfm + texmf-dist/fonts/tfm/zhmetrics/gbk/gbk75.tfm + texmf-dist/fonts/tfm/zhmetrics/gbk/gbk76.tfm + texmf-dist/fonts/tfm/zhmetrics/gbk/gbk77.tfm + texmf-dist/fonts/tfm/zhmetrics/gbk/gbk78.tfm + texmf-dist/fonts/tfm/zhmetrics/gbk/gbk79.tfm + texmf-dist/fonts/tfm/zhmetrics/gbk/gbk80.tfm + texmf-dist/fonts/tfm/zhmetrics/gbk/gbk81.tfm + texmf-dist/fonts/tfm/zhmetrics/gbk/gbk82.tfm + texmf-dist/fonts/tfm/zhmetrics/gbk/gbk83.tfm + texmf-dist/fonts/tfm/zhmetrics/gbk/gbk84.tfm + texmf-dist/fonts/tfm/zhmetrics/gbk/gbk85.tfm + texmf-dist/fonts/tfm/zhmetrics/gbk/gbk86.tfm + texmf-dist/fonts/tfm/zhmetrics/gbk/gbk87.tfm + texmf-dist/fonts/tfm/zhmetrics/gbk/gbk88.tfm + texmf-dist/fonts/tfm/zhmetrics/gbk/gbk89.tfm + texmf-dist/fonts/tfm/zhmetrics/gbk/gbk90.tfm + texmf-dist/fonts/tfm/zhmetrics/gbk/gbk91.tfm + texmf-dist/fonts/tfm/zhmetrics/gbk/gbk92.tfm + texmf-dist/fonts/tfm/zhmetrics/gbk/gbk93.tfm + texmf-dist/fonts/tfm/zhmetrics/gbk/gbk94.tfm + texmf-dist/fonts/tfm/zhmetrics/gbk/gbksl00.tfm + texmf-dist/fonts/tfm/zhmetrics/gbk/gbksl01.tfm + texmf-dist/fonts/tfm/zhmetrics/gbk/gbksl02.tfm + texmf-dist/fonts/tfm/zhmetrics/gbk/gbksl03.tfm + texmf-dist/fonts/tfm/zhmetrics/gbk/gbksl04.tfm + texmf-dist/fonts/tfm/zhmetrics/gbk/gbksl05.tfm + texmf-dist/fonts/tfm/zhmetrics/gbk/gbksl06.tfm + texmf-dist/fonts/tfm/zhmetrics/gbk/gbksl07.tfm + texmf-dist/fonts/tfm/zhmetrics/gbk/gbksl08.tfm + texmf-dist/fonts/tfm/zhmetrics/gbk/gbksl09.tfm + texmf-dist/fonts/tfm/zhmetrics/gbk/gbksl10.tfm + texmf-dist/fonts/tfm/zhmetrics/gbk/gbksl11.tfm + texmf-dist/fonts/tfm/zhmetrics/gbk/gbksl12.tfm + texmf-dist/fonts/tfm/zhmetrics/gbk/gbksl13.tfm + texmf-dist/fonts/tfm/zhmetrics/gbk/gbksl14.tfm + texmf-dist/fonts/tfm/zhmetrics/gbk/gbksl15.tfm + texmf-dist/fonts/tfm/zhmetrics/gbk/gbksl16.tfm + texmf-dist/fonts/tfm/zhmetrics/gbk/gbksl17.tfm + texmf-dist/fonts/tfm/zhmetrics/gbk/gbksl18.tfm + texmf-dist/fonts/tfm/zhmetrics/gbk/gbksl19.tfm + texmf-dist/fonts/tfm/zhmetrics/gbk/gbksl20.tfm + texmf-dist/fonts/tfm/zhmetrics/gbk/gbksl21.tfm + texmf-dist/fonts/tfm/zhmetrics/gbk/gbksl22.tfm + texmf-dist/fonts/tfm/zhmetrics/gbk/gbksl23.tfm + texmf-dist/fonts/tfm/zhmetrics/gbk/gbksl24.tfm + texmf-dist/fonts/tfm/zhmetrics/gbk/gbksl25.tfm + texmf-dist/fonts/tfm/zhmetrics/gbk/gbksl26.tfm + texmf-dist/fonts/tfm/zhmetrics/gbk/gbksl27.tfm + texmf-dist/fonts/tfm/zhmetrics/gbk/gbksl28.tfm + texmf-dist/fonts/tfm/zhmetrics/gbk/gbksl29.tfm + texmf-dist/fonts/tfm/zhmetrics/gbk/gbksl30.tfm + texmf-dist/fonts/tfm/zhmetrics/gbk/gbksl31.tfm + texmf-dist/fonts/tfm/zhmetrics/gbk/gbksl32.tfm + texmf-dist/fonts/tfm/zhmetrics/gbk/gbksl33.tfm + texmf-dist/fonts/tfm/zhmetrics/gbk/gbksl34.tfm + texmf-dist/fonts/tfm/zhmetrics/gbk/gbksl35.tfm + texmf-dist/fonts/tfm/zhmetrics/gbk/gbksl36.tfm + texmf-dist/fonts/tfm/zhmetrics/gbk/gbksl37.tfm + texmf-dist/fonts/tfm/zhmetrics/gbk/gbksl38.tfm + texmf-dist/fonts/tfm/zhmetrics/gbk/gbksl39.tfm + texmf-dist/fonts/tfm/zhmetrics/gbk/gbksl40.tfm + texmf-dist/fonts/tfm/zhmetrics/gbk/gbksl41.tfm + texmf-dist/fonts/tfm/zhmetrics/gbk/gbksl42.tfm + texmf-dist/fonts/tfm/zhmetrics/gbk/gbksl43.tfm + texmf-dist/fonts/tfm/zhmetrics/gbk/gbksl44.tfm + texmf-dist/fonts/tfm/zhmetrics/gbk/gbksl45.tfm + texmf-dist/fonts/tfm/zhmetrics/gbk/gbksl46.tfm + texmf-dist/fonts/tfm/zhmetrics/gbk/gbksl47.tfm + texmf-dist/fonts/tfm/zhmetrics/gbk/gbksl48.tfm + texmf-dist/fonts/tfm/zhmetrics/gbk/gbksl49.tfm + texmf-dist/fonts/tfm/zhmetrics/gbk/gbksl50.tfm + texmf-dist/fonts/tfm/zhmetrics/gbk/gbksl51.tfm + texmf-dist/fonts/tfm/zhmetrics/gbk/gbksl52.tfm + texmf-dist/fonts/tfm/zhmetrics/gbk/gbksl53.tfm + texmf-dist/fonts/tfm/zhmetrics/gbk/gbksl54.tfm + texmf-dist/fonts/tfm/zhmetrics/gbk/gbksl55.tfm + texmf-dist/fonts/tfm/zhmetrics/gbk/gbksl56.tfm + texmf-dist/fonts/tfm/zhmetrics/gbk/gbksl57.tfm + texmf-dist/fonts/tfm/zhmetrics/gbk/gbksl58.tfm + texmf-dist/fonts/tfm/zhmetrics/gbk/gbksl59.tfm + texmf-dist/fonts/tfm/zhmetrics/gbk/gbksl60.tfm + texmf-dist/fonts/tfm/zhmetrics/gbk/gbksl61.tfm + texmf-dist/fonts/tfm/zhmetrics/gbk/gbksl62.tfm + texmf-dist/fonts/tfm/zhmetrics/gbk/gbksl63.tfm + texmf-dist/fonts/tfm/zhmetrics/gbk/gbksl64.tfm + texmf-dist/fonts/tfm/zhmetrics/gbk/gbksl65.tfm + texmf-dist/fonts/tfm/zhmetrics/gbk/gbksl66.tfm + texmf-dist/fonts/tfm/zhmetrics/gbk/gbksl67.tfm + texmf-dist/fonts/tfm/zhmetrics/gbk/gbksl68.tfm + texmf-dist/fonts/tfm/zhmetrics/gbk/gbksl69.tfm + texmf-dist/fonts/tfm/zhmetrics/gbk/gbksl70.tfm + texmf-dist/fonts/tfm/zhmetrics/gbk/gbksl71.tfm + texmf-dist/fonts/tfm/zhmetrics/gbk/gbksl72.tfm + texmf-dist/fonts/tfm/zhmetrics/gbk/gbksl73.tfm + texmf-dist/fonts/tfm/zhmetrics/gbk/gbksl74.tfm + texmf-dist/fonts/tfm/zhmetrics/gbk/gbksl75.tfm + texmf-dist/fonts/tfm/zhmetrics/gbk/gbksl76.tfm + texmf-dist/fonts/tfm/zhmetrics/gbk/gbksl77.tfm + texmf-dist/fonts/tfm/zhmetrics/gbk/gbksl78.tfm + texmf-dist/fonts/tfm/zhmetrics/gbk/gbksl79.tfm + texmf-dist/fonts/tfm/zhmetrics/gbk/gbksl80.tfm + texmf-dist/fonts/tfm/zhmetrics/gbk/gbksl81.tfm + texmf-dist/fonts/tfm/zhmetrics/gbk/gbksl82.tfm + texmf-dist/fonts/tfm/zhmetrics/gbk/gbksl83.tfm + texmf-dist/fonts/tfm/zhmetrics/gbk/gbksl84.tfm + texmf-dist/fonts/tfm/zhmetrics/gbk/gbksl85.tfm + texmf-dist/fonts/tfm/zhmetrics/gbk/gbksl86.tfm + texmf-dist/fonts/tfm/zhmetrics/gbk/gbksl87.tfm + texmf-dist/fonts/tfm/zhmetrics/gbk/gbksl88.tfm + texmf-dist/fonts/tfm/zhmetrics/gbk/gbksl89.tfm + texmf-dist/fonts/tfm/zhmetrics/gbk/gbksl90.tfm + texmf-dist/fonts/tfm/zhmetrics/gbk/gbksl91.tfm + texmf-dist/fonts/tfm/zhmetrics/gbk/gbksl92.tfm + texmf-dist/fonts/tfm/zhmetrics/gbk/gbksl93.tfm + texmf-dist/fonts/tfm/zhmetrics/gbk/gbksl94.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkfs/gbkfs00.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkfs/gbkfs01.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkfs/gbkfs02.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkfs/gbkfs03.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkfs/gbkfs04.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkfs/gbkfs05.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkfs/gbkfs06.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkfs/gbkfs07.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkfs/gbkfs08.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkfs/gbkfs09.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkfs/gbkfs10.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkfs/gbkfs11.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkfs/gbkfs12.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkfs/gbkfs13.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkfs/gbkfs14.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkfs/gbkfs15.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkfs/gbkfs16.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkfs/gbkfs17.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkfs/gbkfs18.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkfs/gbkfs19.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkfs/gbkfs20.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkfs/gbkfs21.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkfs/gbkfs22.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkfs/gbkfs23.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkfs/gbkfs24.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkfs/gbkfs25.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkfs/gbkfs26.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkfs/gbkfs27.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkfs/gbkfs28.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkfs/gbkfs29.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkfs/gbkfs30.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkfs/gbkfs31.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkfs/gbkfs32.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkfs/gbkfs33.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkfs/gbkfs34.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkfs/gbkfs35.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkfs/gbkfs36.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkfs/gbkfs37.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkfs/gbkfs38.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkfs/gbkfs39.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkfs/gbkfs40.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkfs/gbkfs41.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkfs/gbkfs42.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkfs/gbkfs43.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkfs/gbkfs44.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkfs/gbkfs45.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkfs/gbkfs46.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkfs/gbkfs47.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkfs/gbkfs48.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkfs/gbkfs49.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkfs/gbkfs50.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkfs/gbkfs51.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkfs/gbkfs52.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkfs/gbkfs53.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkfs/gbkfs54.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkfs/gbkfs55.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkfs/gbkfs56.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkfs/gbkfs57.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkfs/gbkfs58.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkfs/gbkfs59.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkfs/gbkfs60.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkfs/gbkfs61.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkfs/gbkfs62.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkfs/gbkfs63.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkfs/gbkfs64.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkfs/gbkfs65.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkfs/gbkfs66.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkfs/gbkfs67.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkfs/gbkfs68.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkfs/gbkfs69.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkfs/gbkfs70.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkfs/gbkfs71.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkfs/gbkfs72.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkfs/gbkfs73.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkfs/gbkfs74.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkfs/gbkfs75.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkfs/gbkfs76.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkfs/gbkfs77.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkfs/gbkfs78.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkfs/gbkfs79.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkfs/gbkfs80.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkfs/gbkfs81.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkfs/gbkfs82.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkfs/gbkfs83.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkfs/gbkfs84.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkfs/gbkfs85.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkfs/gbkfs86.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkfs/gbkfs87.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkfs/gbkfs88.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkfs/gbkfs89.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkfs/gbkfs90.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkfs/gbkfs91.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkfs/gbkfs92.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkfs/gbkfs93.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkfs/gbkfs94.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkfs/gbkfssl00.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkfs/gbkfssl01.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkfs/gbkfssl02.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkfs/gbkfssl03.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkfs/gbkfssl04.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkfs/gbkfssl05.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkfs/gbkfssl06.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkfs/gbkfssl07.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkfs/gbkfssl08.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkfs/gbkfssl09.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkfs/gbkfssl10.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkfs/gbkfssl11.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkfs/gbkfssl12.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkfs/gbkfssl13.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkfs/gbkfssl14.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkfs/gbkfssl15.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkfs/gbkfssl16.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkfs/gbkfssl17.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkfs/gbkfssl18.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkfs/gbkfssl19.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkfs/gbkfssl20.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkfs/gbkfssl21.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkfs/gbkfssl22.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkfs/gbkfssl23.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkfs/gbkfssl24.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkfs/gbkfssl25.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkfs/gbkfssl26.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkfs/gbkfssl27.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkfs/gbkfssl28.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkfs/gbkfssl29.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkfs/gbkfssl30.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkfs/gbkfssl31.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkfs/gbkfssl32.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkfs/gbkfssl33.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkfs/gbkfssl34.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkfs/gbkfssl35.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkfs/gbkfssl36.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkfs/gbkfssl37.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkfs/gbkfssl38.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkfs/gbkfssl39.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkfs/gbkfssl40.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkfs/gbkfssl41.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkfs/gbkfssl42.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkfs/gbkfssl43.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkfs/gbkfssl44.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkfs/gbkfssl45.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkfs/gbkfssl46.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkfs/gbkfssl47.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkfs/gbkfssl48.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkfs/gbkfssl49.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkfs/gbkfssl50.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkfs/gbkfssl51.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkfs/gbkfssl52.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkfs/gbkfssl53.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkfs/gbkfssl54.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkfs/gbkfssl55.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkfs/gbkfssl56.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkfs/gbkfssl57.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkfs/gbkfssl58.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkfs/gbkfssl59.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkfs/gbkfssl60.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkfs/gbkfssl61.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkfs/gbkfssl62.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkfs/gbkfssl63.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkfs/gbkfssl64.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkfs/gbkfssl65.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkfs/gbkfssl66.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkfs/gbkfssl67.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkfs/gbkfssl68.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkfs/gbkfssl69.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkfs/gbkfssl70.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkfs/gbkfssl71.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkfs/gbkfssl72.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkfs/gbkfssl73.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkfs/gbkfssl74.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkfs/gbkfssl75.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkfs/gbkfssl76.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkfs/gbkfssl77.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkfs/gbkfssl78.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkfs/gbkfssl79.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkfs/gbkfssl80.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkfs/gbkfssl81.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkfs/gbkfssl82.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkfs/gbkfssl83.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkfs/gbkfssl84.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkfs/gbkfssl85.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkfs/gbkfssl86.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkfs/gbkfssl87.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkfs/gbkfssl88.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkfs/gbkfssl89.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkfs/gbkfssl90.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkfs/gbkfssl91.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkfs/gbkfssl92.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkfs/gbkfssl93.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkfs/gbkfssl94.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkhei/gbkhei00.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkhei/gbkhei01.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkhei/gbkhei02.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkhei/gbkhei03.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkhei/gbkhei04.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkhei/gbkhei05.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkhei/gbkhei06.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkhei/gbkhei07.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkhei/gbkhei08.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkhei/gbkhei09.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkhei/gbkhei10.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkhei/gbkhei11.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkhei/gbkhei12.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkhei/gbkhei13.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkhei/gbkhei14.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkhei/gbkhei15.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkhei/gbkhei16.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkhei/gbkhei17.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkhei/gbkhei18.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkhei/gbkhei19.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkhei/gbkhei20.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkhei/gbkhei21.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkhei/gbkhei22.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkhei/gbkhei23.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkhei/gbkhei24.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkhei/gbkhei25.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkhei/gbkhei26.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkhei/gbkhei27.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkhei/gbkhei28.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkhei/gbkhei29.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkhei/gbkhei30.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkhei/gbkhei31.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkhei/gbkhei32.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkhei/gbkhei33.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkhei/gbkhei34.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkhei/gbkhei35.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkhei/gbkhei36.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkhei/gbkhei37.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkhei/gbkhei38.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkhei/gbkhei39.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkhei/gbkhei40.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkhei/gbkhei41.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkhei/gbkhei42.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkhei/gbkhei43.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkhei/gbkhei44.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkhei/gbkhei45.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkhei/gbkhei46.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkhei/gbkhei47.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkhei/gbkhei48.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkhei/gbkhei49.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkhei/gbkhei50.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkhei/gbkhei51.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkhei/gbkhei52.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkhei/gbkhei53.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkhei/gbkhei54.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkhei/gbkhei55.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkhei/gbkhei56.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkhei/gbkhei57.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkhei/gbkhei58.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkhei/gbkhei59.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkhei/gbkhei60.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkhei/gbkhei61.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkhei/gbkhei62.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkhei/gbkhei63.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkhei/gbkhei64.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkhei/gbkhei65.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkhei/gbkhei66.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkhei/gbkhei67.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkhei/gbkhei68.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkhei/gbkhei69.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkhei/gbkhei70.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkhei/gbkhei71.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkhei/gbkhei72.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkhei/gbkhei73.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkhei/gbkhei74.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkhei/gbkhei75.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkhei/gbkhei76.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkhei/gbkhei77.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkhei/gbkhei78.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkhei/gbkhei79.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkhei/gbkhei80.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkhei/gbkhei81.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkhei/gbkhei82.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkhei/gbkhei83.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkhei/gbkhei84.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkhei/gbkhei85.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkhei/gbkhei86.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkhei/gbkhei87.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkhei/gbkhei88.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkhei/gbkhei89.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkhei/gbkhei90.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkhei/gbkhei91.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkhei/gbkhei92.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkhei/gbkhei93.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkhei/gbkhei94.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkhei/gbkheisl00.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkhei/gbkheisl01.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkhei/gbkheisl02.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkhei/gbkheisl03.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkhei/gbkheisl04.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkhei/gbkheisl05.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkhei/gbkheisl06.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkhei/gbkheisl07.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkhei/gbkheisl08.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkhei/gbkheisl09.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkhei/gbkheisl10.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkhei/gbkheisl11.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkhei/gbkheisl12.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkhei/gbkheisl13.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkhei/gbkheisl14.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkhei/gbkheisl15.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkhei/gbkheisl16.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkhei/gbkheisl17.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkhei/gbkheisl18.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkhei/gbkheisl19.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkhei/gbkheisl20.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkhei/gbkheisl21.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkhei/gbkheisl22.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkhei/gbkheisl23.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkhei/gbkheisl24.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkhei/gbkheisl25.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkhei/gbkheisl26.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkhei/gbkheisl27.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkhei/gbkheisl28.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkhei/gbkheisl29.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkhei/gbkheisl30.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkhei/gbkheisl31.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkhei/gbkheisl32.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkhei/gbkheisl33.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkhei/gbkheisl34.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkhei/gbkheisl35.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkhei/gbkheisl36.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkhei/gbkheisl37.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkhei/gbkheisl38.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkhei/gbkheisl39.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkhei/gbkheisl40.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkhei/gbkheisl41.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkhei/gbkheisl42.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkhei/gbkheisl43.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkhei/gbkheisl44.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkhei/gbkheisl45.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkhei/gbkheisl46.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkhei/gbkheisl47.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkhei/gbkheisl48.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkhei/gbkheisl49.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkhei/gbkheisl50.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkhei/gbkheisl51.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkhei/gbkheisl52.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkhei/gbkheisl53.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkhei/gbkheisl54.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkhei/gbkheisl55.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkhei/gbkheisl56.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkhei/gbkheisl57.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkhei/gbkheisl58.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkhei/gbkheisl59.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkhei/gbkheisl60.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkhei/gbkheisl61.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkhei/gbkheisl62.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkhei/gbkheisl63.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkhei/gbkheisl64.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkhei/gbkheisl65.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkhei/gbkheisl66.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkhei/gbkheisl67.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkhei/gbkheisl68.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkhei/gbkheisl69.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkhei/gbkheisl70.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkhei/gbkheisl71.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkhei/gbkheisl72.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkhei/gbkheisl73.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkhei/gbkheisl74.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkhei/gbkheisl75.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkhei/gbkheisl76.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkhei/gbkheisl77.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkhei/gbkheisl78.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkhei/gbkheisl79.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkhei/gbkheisl80.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkhei/gbkheisl81.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkhei/gbkheisl82.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkhei/gbkheisl83.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkhei/gbkheisl84.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkhei/gbkheisl85.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkhei/gbkheisl86.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkhei/gbkheisl87.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkhei/gbkheisl88.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkhei/gbkheisl89.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkhei/gbkheisl90.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkhei/gbkheisl91.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkhei/gbkheisl92.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkhei/gbkheisl93.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkhei/gbkheisl94.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkkai/gbkkai00.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkkai/gbkkai01.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkkai/gbkkai02.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkkai/gbkkai03.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkkai/gbkkai04.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkkai/gbkkai05.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkkai/gbkkai06.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkkai/gbkkai07.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkkai/gbkkai08.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkkai/gbkkai09.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkkai/gbkkai10.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkkai/gbkkai11.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkkai/gbkkai12.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkkai/gbkkai13.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkkai/gbkkai14.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkkai/gbkkai15.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkkai/gbkkai16.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkkai/gbkkai17.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkkai/gbkkai18.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkkai/gbkkai19.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkkai/gbkkai20.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkkai/gbkkai21.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkkai/gbkkai22.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkkai/gbkkai23.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkkai/gbkkai24.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkkai/gbkkai25.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkkai/gbkkai26.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkkai/gbkkai27.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkkai/gbkkai28.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkkai/gbkkai29.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkkai/gbkkai30.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkkai/gbkkai31.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkkai/gbkkai32.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkkai/gbkkai33.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkkai/gbkkai34.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkkai/gbkkai35.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkkai/gbkkai36.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkkai/gbkkai37.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkkai/gbkkai38.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkkai/gbkkai39.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkkai/gbkkai40.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkkai/gbkkai41.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkkai/gbkkai42.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkkai/gbkkai43.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkkai/gbkkai44.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkkai/gbkkai45.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkkai/gbkkai46.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkkai/gbkkai47.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkkai/gbkkai48.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkkai/gbkkai49.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkkai/gbkkai50.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkkai/gbkkai51.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkkai/gbkkai52.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkkai/gbkkai53.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkkai/gbkkai54.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkkai/gbkkai55.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkkai/gbkkai56.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkkai/gbkkai57.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkkai/gbkkai58.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkkai/gbkkai59.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkkai/gbkkai60.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkkai/gbkkai61.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkkai/gbkkai62.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkkai/gbkkai63.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkkai/gbkkai64.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkkai/gbkkai65.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkkai/gbkkai66.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkkai/gbkkai67.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkkai/gbkkai68.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkkai/gbkkai69.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkkai/gbkkai70.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkkai/gbkkai71.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkkai/gbkkai72.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkkai/gbkkai73.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkkai/gbkkai74.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkkai/gbkkai75.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkkai/gbkkai76.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkkai/gbkkai77.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkkai/gbkkai78.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkkai/gbkkai79.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkkai/gbkkai80.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkkai/gbkkai81.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkkai/gbkkai82.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkkai/gbkkai83.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkkai/gbkkai84.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkkai/gbkkai85.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkkai/gbkkai86.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkkai/gbkkai87.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkkai/gbkkai88.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkkai/gbkkai89.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkkai/gbkkai90.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkkai/gbkkai91.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkkai/gbkkai92.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkkai/gbkkai93.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkkai/gbkkai94.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkkai/gbkkaisl00.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkkai/gbkkaisl01.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkkai/gbkkaisl02.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkkai/gbkkaisl03.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkkai/gbkkaisl04.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkkai/gbkkaisl05.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkkai/gbkkaisl06.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkkai/gbkkaisl07.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkkai/gbkkaisl08.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkkai/gbkkaisl09.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkkai/gbkkaisl10.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkkai/gbkkaisl11.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkkai/gbkkaisl12.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkkai/gbkkaisl13.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkkai/gbkkaisl14.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkkai/gbkkaisl15.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkkai/gbkkaisl16.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkkai/gbkkaisl17.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkkai/gbkkaisl18.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkkai/gbkkaisl19.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkkai/gbkkaisl20.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkkai/gbkkaisl21.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkkai/gbkkaisl22.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkkai/gbkkaisl23.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkkai/gbkkaisl24.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkkai/gbkkaisl25.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkkai/gbkkaisl26.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkkai/gbkkaisl27.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkkai/gbkkaisl28.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkkai/gbkkaisl29.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkkai/gbkkaisl30.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkkai/gbkkaisl31.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkkai/gbkkaisl32.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkkai/gbkkaisl33.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkkai/gbkkaisl34.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkkai/gbkkaisl35.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkkai/gbkkaisl36.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkkai/gbkkaisl37.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkkai/gbkkaisl38.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkkai/gbkkaisl39.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkkai/gbkkaisl40.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkkai/gbkkaisl41.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkkai/gbkkaisl42.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkkai/gbkkaisl43.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkkai/gbkkaisl44.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkkai/gbkkaisl45.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkkai/gbkkaisl46.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkkai/gbkkaisl47.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkkai/gbkkaisl48.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkkai/gbkkaisl49.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkkai/gbkkaisl50.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkkai/gbkkaisl51.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkkai/gbkkaisl52.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkkai/gbkkaisl53.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkkai/gbkkaisl54.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkkai/gbkkaisl55.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkkai/gbkkaisl56.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkkai/gbkkaisl57.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkkai/gbkkaisl58.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkkai/gbkkaisl59.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkkai/gbkkaisl60.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkkai/gbkkaisl61.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkkai/gbkkaisl62.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkkai/gbkkaisl63.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkkai/gbkkaisl64.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkkai/gbkkaisl65.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkkai/gbkkaisl66.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkkai/gbkkaisl67.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkkai/gbkkaisl68.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkkai/gbkkaisl69.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkkai/gbkkaisl70.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkkai/gbkkaisl71.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkkai/gbkkaisl72.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkkai/gbkkaisl73.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkkai/gbkkaisl74.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkkai/gbkkaisl75.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkkai/gbkkaisl76.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkkai/gbkkaisl77.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkkai/gbkkaisl78.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkkai/gbkkaisl79.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkkai/gbkkaisl80.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkkai/gbkkaisl81.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkkai/gbkkaisl82.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkkai/gbkkaisl83.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkkai/gbkkaisl84.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkkai/gbkkaisl85.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkkai/gbkkaisl86.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkkai/gbkkaisl87.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkkai/gbkkaisl88.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkkai/gbkkaisl89.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkkai/gbkkaisl90.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkkai/gbkkaisl91.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkkai/gbkkaisl92.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkkai/gbkkaisl93.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkkai/gbkkaisl94.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkli/gbkli00.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkli/gbkli01.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkli/gbkli02.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkli/gbkli03.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkli/gbkli04.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkli/gbkli05.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkli/gbkli06.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkli/gbkli07.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkli/gbkli08.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkli/gbkli09.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkli/gbkli10.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkli/gbkli11.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkli/gbkli12.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkli/gbkli13.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkli/gbkli14.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkli/gbkli15.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkli/gbkli16.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkli/gbkli17.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkli/gbkli18.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkli/gbkli19.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkli/gbkli20.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkli/gbkli21.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkli/gbkli22.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkli/gbkli23.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkli/gbkli24.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkli/gbkli25.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkli/gbkli26.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkli/gbkli27.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkli/gbkli28.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkli/gbkli29.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkli/gbkli30.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkli/gbkli31.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkli/gbkli32.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkli/gbkli33.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkli/gbkli34.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkli/gbkli35.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkli/gbkli36.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkli/gbkli37.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkli/gbkli38.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkli/gbkli39.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkli/gbkli40.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkli/gbkli41.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkli/gbkli42.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkli/gbkli43.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkli/gbkli44.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkli/gbkli45.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkli/gbkli46.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkli/gbkli47.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkli/gbkli48.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkli/gbkli49.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkli/gbkli50.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkli/gbkli51.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkli/gbkli52.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkli/gbkli53.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkli/gbkli54.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkli/gbkli55.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkli/gbkli56.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkli/gbkli57.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkli/gbkli58.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkli/gbkli59.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkli/gbkli60.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkli/gbkli61.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkli/gbkli62.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkli/gbkli63.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkli/gbkli64.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkli/gbkli65.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkli/gbkli66.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkli/gbkli67.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkli/gbkli68.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkli/gbkli69.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkli/gbkli70.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkli/gbkli71.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkli/gbkli72.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkli/gbkli73.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkli/gbkli74.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkli/gbkli75.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkli/gbkli76.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkli/gbkli77.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkli/gbkli78.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkli/gbkli79.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkli/gbkli80.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkli/gbkli81.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkli/gbkli82.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkli/gbkli83.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkli/gbkli84.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkli/gbkli85.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkli/gbkli86.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkli/gbkli87.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkli/gbkli88.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkli/gbkli89.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkli/gbkli90.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkli/gbkli91.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkli/gbkli92.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkli/gbkli93.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkli/gbkli94.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkli/gbklisl00.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkli/gbklisl01.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkli/gbklisl02.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkli/gbklisl03.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkli/gbklisl04.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkli/gbklisl05.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkli/gbklisl06.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkli/gbklisl07.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkli/gbklisl08.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkli/gbklisl09.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkli/gbklisl10.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkli/gbklisl11.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkli/gbklisl12.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkli/gbklisl13.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkli/gbklisl14.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkli/gbklisl15.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkli/gbklisl16.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkli/gbklisl17.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkli/gbklisl18.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkli/gbklisl19.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkli/gbklisl20.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkli/gbklisl21.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkli/gbklisl22.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkli/gbklisl23.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkli/gbklisl24.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkli/gbklisl25.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkli/gbklisl26.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkli/gbklisl27.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkli/gbklisl28.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkli/gbklisl29.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkli/gbklisl30.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkli/gbklisl31.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkli/gbklisl32.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkli/gbklisl33.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkli/gbklisl34.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkli/gbklisl35.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkli/gbklisl36.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkli/gbklisl37.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkli/gbklisl38.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkli/gbklisl39.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkli/gbklisl40.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkli/gbklisl41.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkli/gbklisl42.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkli/gbklisl43.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkli/gbklisl44.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkli/gbklisl45.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkli/gbklisl46.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkli/gbklisl47.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkli/gbklisl48.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkli/gbklisl49.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkli/gbklisl50.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkli/gbklisl51.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkli/gbklisl52.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkli/gbklisl53.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkli/gbklisl54.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkli/gbklisl55.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkli/gbklisl56.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkli/gbklisl57.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkli/gbklisl58.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkli/gbklisl59.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkli/gbklisl60.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkli/gbklisl61.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkli/gbklisl62.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkli/gbklisl63.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkli/gbklisl64.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkli/gbklisl65.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkli/gbklisl66.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkli/gbklisl67.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkli/gbklisl68.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkli/gbklisl69.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkli/gbklisl70.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkli/gbklisl71.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkli/gbklisl72.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkli/gbklisl73.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkli/gbklisl74.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkli/gbklisl75.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkli/gbklisl76.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkli/gbklisl77.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkli/gbklisl78.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkli/gbklisl79.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkli/gbklisl80.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkli/gbklisl81.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkli/gbklisl82.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkli/gbklisl83.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkli/gbklisl84.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkli/gbklisl85.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkli/gbklisl86.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkli/gbklisl87.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkli/gbklisl88.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkli/gbklisl89.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkli/gbklisl90.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkli/gbklisl91.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkli/gbklisl92.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkli/gbklisl93.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkli/gbklisl94.tfm + texmf-dist/fonts/tfm/zhmetrics/gbksong/gbksong00.tfm + texmf-dist/fonts/tfm/zhmetrics/gbksong/gbksong01.tfm + texmf-dist/fonts/tfm/zhmetrics/gbksong/gbksong02.tfm + texmf-dist/fonts/tfm/zhmetrics/gbksong/gbksong03.tfm + texmf-dist/fonts/tfm/zhmetrics/gbksong/gbksong04.tfm + texmf-dist/fonts/tfm/zhmetrics/gbksong/gbksong05.tfm + texmf-dist/fonts/tfm/zhmetrics/gbksong/gbksong06.tfm + texmf-dist/fonts/tfm/zhmetrics/gbksong/gbksong07.tfm + texmf-dist/fonts/tfm/zhmetrics/gbksong/gbksong08.tfm + texmf-dist/fonts/tfm/zhmetrics/gbksong/gbksong09.tfm + texmf-dist/fonts/tfm/zhmetrics/gbksong/gbksong10.tfm + texmf-dist/fonts/tfm/zhmetrics/gbksong/gbksong11.tfm + texmf-dist/fonts/tfm/zhmetrics/gbksong/gbksong12.tfm + texmf-dist/fonts/tfm/zhmetrics/gbksong/gbksong13.tfm + texmf-dist/fonts/tfm/zhmetrics/gbksong/gbksong14.tfm + texmf-dist/fonts/tfm/zhmetrics/gbksong/gbksong15.tfm + texmf-dist/fonts/tfm/zhmetrics/gbksong/gbksong16.tfm + texmf-dist/fonts/tfm/zhmetrics/gbksong/gbksong17.tfm + texmf-dist/fonts/tfm/zhmetrics/gbksong/gbksong18.tfm + texmf-dist/fonts/tfm/zhmetrics/gbksong/gbksong19.tfm + texmf-dist/fonts/tfm/zhmetrics/gbksong/gbksong20.tfm + texmf-dist/fonts/tfm/zhmetrics/gbksong/gbksong21.tfm + texmf-dist/fonts/tfm/zhmetrics/gbksong/gbksong22.tfm + texmf-dist/fonts/tfm/zhmetrics/gbksong/gbksong23.tfm + texmf-dist/fonts/tfm/zhmetrics/gbksong/gbksong24.tfm + texmf-dist/fonts/tfm/zhmetrics/gbksong/gbksong25.tfm + texmf-dist/fonts/tfm/zhmetrics/gbksong/gbksong26.tfm + texmf-dist/fonts/tfm/zhmetrics/gbksong/gbksong27.tfm + texmf-dist/fonts/tfm/zhmetrics/gbksong/gbksong28.tfm + texmf-dist/fonts/tfm/zhmetrics/gbksong/gbksong29.tfm + texmf-dist/fonts/tfm/zhmetrics/gbksong/gbksong30.tfm + texmf-dist/fonts/tfm/zhmetrics/gbksong/gbksong31.tfm + texmf-dist/fonts/tfm/zhmetrics/gbksong/gbksong32.tfm + texmf-dist/fonts/tfm/zhmetrics/gbksong/gbksong33.tfm + texmf-dist/fonts/tfm/zhmetrics/gbksong/gbksong34.tfm + texmf-dist/fonts/tfm/zhmetrics/gbksong/gbksong35.tfm + texmf-dist/fonts/tfm/zhmetrics/gbksong/gbksong36.tfm + texmf-dist/fonts/tfm/zhmetrics/gbksong/gbksong37.tfm + texmf-dist/fonts/tfm/zhmetrics/gbksong/gbksong38.tfm + texmf-dist/fonts/tfm/zhmetrics/gbksong/gbksong39.tfm + texmf-dist/fonts/tfm/zhmetrics/gbksong/gbksong40.tfm + texmf-dist/fonts/tfm/zhmetrics/gbksong/gbksong41.tfm + texmf-dist/fonts/tfm/zhmetrics/gbksong/gbksong42.tfm + texmf-dist/fonts/tfm/zhmetrics/gbksong/gbksong43.tfm + texmf-dist/fonts/tfm/zhmetrics/gbksong/gbksong44.tfm + texmf-dist/fonts/tfm/zhmetrics/gbksong/gbksong45.tfm + texmf-dist/fonts/tfm/zhmetrics/gbksong/gbksong46.tfm + texmf-dist/fonts/tfm/zhmetrics/gbksong/gbksong47.tfm + texmf-dist/fonts/tfm/zhmetrics/gbksong/gbksong48.tfm + texmf-dist/fonts/tfm/zhmetrics/gbksong/gbksong49.tfm + texmf-dist/fonts/tfm/zhmetrics/gbksong/gbksong50.tfm + texmf-dist/fonts/tfm/zhmetrics/gbksong/gbksong51.tfm + texmf-dist/fonts/tfm/zhmetrics/gbksong/gbksong52.tfm + texmf-dist/fonts/tfm/zhmetrics/gbksong/gbksong53.tfm + texmf-dist/fonts/tfm/zhmetrics/gbksong/gbksong54.tfm + texmf-dist/fonts/tfm/zhmetrics/gbksong/gbksong55.tfm + texmf-dist/fonts/tfm/zhmetrics/gbksong/gbksong56.tfm + texmf-dist/fonts/tfm/zhmetrics/gbksong/gbksong57.tfm + texmf-dist/fonts/tfm/zhmetrics/gbksong/gbksong58.tfm + texmf-dist/fonts/tfm/zhmetrics/gbksong/gbksong59.tfm + texmf-dist/fonts/tfm/zhmetrics/gbksong/gbksong60.tfm + texmf-dist/fonts/tfm/zhmetrics/gbksong/gbksong61.tfm + texmf-dist/fonts/tfm/zhmetrics/gbksong/gbksong62.tfm + texmf-dist/fonts/tfm/zhmetrics/gbksong/gbksong63.tfm + texmf-dist/fonts/tfm/zhmetrics/gbksong/gbksong64.tfm + texmf-dist/fonts/tfm/zhmetrics/gbksong/gbksong65.tfm + texmf-dist/fonts/tfm/zhmetrics/gbksong/gbksong66.tfm + texmf-dist/fonts/tfm/zhmetrics/gbksong/gbksong67.tfm + texmf-dist/fonts/tfm/zhmetrics/gbksong/gbksong68.tfm + texmf-dist/fonts/tfm/zhmetrics/gbksong/gbksong69.tfm + texmf-dist/fonts/tfm/zhmetrics/gbksong/gbksong70.tfm + texmf-dist/fonts/tfm/zhmetrics/gbksong/gbksong71.tfm + texmf-dist/fonts/tfm/zhmetrics/gbksong/gbksong72.tfm + texmf-dist/fonts/tfm/zhmetrics/gbksong/gbksong73.tfm + texmf-dist/fonts/tfm/zhmetrics/gbksong/gbksong74.tfm + texmf-dist/fonts/tfm/zhmetrics/gbksong/gbksong75.tfm + texmf-dist/fonts/tfm/zhmetrics/gbksong/gbksong76.tfm + texmf-dist/fonts/tfm/zhmetrics/gbksong/gbksong77.tfm + texmf-dist/fonts/tfm/zhmetrics/gbksong/gbksong78.tfm + texmf-dist/fonts/tfm/zhmetrics/gbksong/gbksong79.tfm + texmf-dist/fonts/tfm/zhmetrics/gbksong/gbksong80.tfm + texmf-dist/fonts/tfm/zhmetrics/gbksong/gbksong81.tfm + texmf-dist/fonts/tfm/zhmetrics/gbksong/gbksong82.tfm + texmf-dist/fonts/tfm/zhmetrics/gbksong/gbksong83.tfm + texmf-dist/fonts/tfm/zhmetrics/gbksong/gbksong84.tfm + texmf-dist/fonts/tfm/zhmetrics/gbksong/gbksong85.tfm + texmf-dist/fonts/tfm/zhmetrics/gbksong/gbksong86.tfm + texmf-dist/fonts/tfm/zhmetrics/gbksong/gbksong87.tfm + texmf-dist/fonts/tfm/zhmetrics/gbksong/gbksong88.tfm + texmf-dist/fonts/tfm/zhmetrics/gbksong/gbksong89.tfm + texmf-dist/fonts/tfm/zhmetrics/gbksong/gbksong90.tfm + texmf-dist/fonts/tfm/zhmetrics/gbksong/gbksong91.tfm + texmf-dist/fonts/tfm/zhmetrics/gbksong/gbksong92.tfm + texmf-dist/fonts/tfm/zhmetrics/gbksong/gbksong93.tfm + texmf-dist/fonts/tfm/zhmetrics/gbksong/gbksong94.tfm + texmf-dist/fonts/tfm/zhmetrics/gbksong/gbksongsl00.tfm + texmf-dist/fonts/tfm/zhmetrics/gbksong/gbksongsl01.tfm + texmf-dist/fonts/tfm/zhmetrics/gbksong/gbksongsl02.tfm + texmf-dist/fonts/tfm/zhmetrics/gbksong/gbksongsl03.tfm + texmf-dist/fonts/tfm/zhmetrics/gbksong/gbksongsl04.tfm + texmf-dist/fonts/tfm/zhmetrics/gbksong/gbksongsl05.tfm + texmf-dist/fonts/tfm/zhmetrics/gbksong/gbksongsl06.tfm + texmf-dist/fonts/tfm/zhmetrics/gbksong/gbksongsl07.tfm + texmf-dist/fonts/tfm/zhmetrics/gbksong/gbksongsl08.tfm + texmf-dist/fonts/tfm/zhmetrics/gbksong/gbksongsl09.tfm + texmf-dist/fonts/tfm/zhmetrics/gbksong/gbksongsl10.tfm + texmf-dist/fonts/tfm/zhmetrics/gbksong/gbksongsl11.tfm + texmf-dist/fonts/tfm/zhmetrics/gbksong/gbksongsl12.tfm + texmf-dist/fonts/tfm/zhmetrics/gbksong/gbksongsl13.tfm + texmf-dist/fonts/tfm/zhmetrics/gbksong/gbksongsl14.tfm + texmf-dist/fonts/tfm/zhmetrics/gbksong/gbksongsl15.tfm + texmf-dist/fonts/tfm/zhmetrics/gbksong/gbksongsl16.tfm + texmf-dist/fonts/tfm/zhmetrics/gbksong/gbksongsl17.tfm + texmf-dist/fonts/tfm/zhmetrics/gbksong/gbksongsl18.tfm + texmf-dist/fonts/tfm/zhmetrics/gbksong/gbksongsl19.tfm + texmf-dist/fonts/tfm/zhmetrics/gbksong/gbksongsl20.tfm + texmf-dist/fonts/tfm/zhmetrics/gbksong/gbksongsl21.tfm + texmf-dist/fonts/tfm/zhmetrics/gbksong/gbksongsl22.tfm + texmf-dist/fonts/tfm/zhmetrics/gbksong/gbksongsl23.tfm + texmf-dist/fonts/tfm/zhmetrics/gbksong/gbksongsl24.tfm + texmf-dist/fonts/tfm/zhmetrics/gbksong/gbksongsl25.tfm + texmf-dist/fonts/tfm/zhmetrics/gbksong/gbksongsl26.tfm + texmf-dist/fonts/tfm/zhmetrics/gbksong/gbksongsl27.tfm + texmf-dist/fonts/tfm/zhmetrics/gbksong/gbksongsl28.tfm + texmf-dist/fonts/tfm/zhmetrics/gbksong/gbksongsl29.tfm + texmf-dist/fonts/tfm/zhmetrics/gbksong/gbksongsl30.tfm + texmf-dist/fonts/tfm/zhmetrics/gbksong/gbksongsl31.tfm + texmf-dist/fonts/tfm/zhmetrics/gbksong/gbksongsl32.tfm + texmf-dist/fonts/tfm/zhmetrics/gbksong/gbksongsl33.tfm + texmf-dist/fonts/tfm/zhmetrics/gbksong/gbksongsl34.tfm + texmf-dist/fonts/tfm/zhmetrics/gbksong/gbksongsl35.tfm + texmf-dist/fonts/tfm/zhmetrics/gbksong/gbksongsl36.tfm + texmf-dist/fonts/tfm/zhmetrics/gbksong/gbksongsl37.tfm + texmf-dist/fonts/tfm/zhmetrics/gbksong/gbksongsl38.tfm + texmf-dist/fonts/tfm/zhmetrics/gbksong/gbksongsl39.tfm + texmf-dist/fonts/tfm/zhmetrics/gbksong/gbksongsl40.tfm + texmf-dist/fonts/tfm/zhmetrics/gbksong/gbksongsl41.tfm + texmf-dist/fonts/tfm/zhmetrics/gbksong/gbksongsl42.tfm + texmf-dist/fonts/tfm/zhmetrics/gbksong/gbksongsl43.tfm + texmf-dist/fonts/tfm/zhmetrics/gbksong/gbksongsl44.tfm + texmf-dist/fonts/tfm/zhmetrics/gbksong/gbksongsl45.tfm + texmf-dist/fonts/tfm/zhmetrics/gbksong/gbksongsl46.tfm + texmf-dist/fonts/tfm/zhmetrics/gbksong/gbksongsl47.tfm + texmf-dist/fonts/tfm/zhmetrics/gbksong/gbksongsl48.tfm + texmf-dist/fonts/tfm/zhmetrics/gbksong/gbksongsl49.tfm + texmf-dist/fonts/tfm/zhmetrics/gbksong/gbksongsl50.tfm + texmf-dist/fonts/tfm/zhmetrics/gbksong/gbksongsl51.tfm + texmf-dist/fonts/tfm/zhmetrics/gbksong/gbksongsl52.tfm + texmf-dist/fonts/tfm/zhmetrics/gbksong/gbksongsl53.tfm + texmf-dist/fonts/tfm/zhmetrics/gbksong/gbksongsl54.tfm + texmf-dist/fonts/tfm/zhmetrics/gbksong/gbksongsl55.tfm + texmf-dist/fonts/tfm/zhmetrics/gbksong/gbksongsl56.tfm + texmf-dist/fonts/tfm/zhmetrics/gbksong/gbksongsl57.tfm + texmf-dist/fonts/tfm/zhmetrics/gbksong/gbksongsl58.tfm + texmf-dist/fonts/tfm/zhmetrics/gbksong/gbksongsl59.tfm + texmf-dist/fonts/tfm/zhmetrics/gbksong/gbksongsl60.tfm + texmf-dist/fonts/tfm/zhmetrics/gbksong/gbksongsl61.tfm + texmf-dist/fonts/tfm/zhmetrics/gbksong/gbksongsl62.tfm + texmf-dist/fonts/tfm/zhmetrics/gbksong/gbksongsl63.tfm + texmf-dist/fonts/tfm/zhmetrics/gbksong/gbksongsl64.tfm + texmf-dist/fonts/tfm/zhmetrics/gbksong/gbksongsl65.tfm + texmf-dist/fonts/tfm/zhmetrics/gbksong/gbksongsl66.tfm + texmf-dist/fonts/tfm/zhmetrics/gbksong/gbksongsl67.tfm + texmf-dist/fonts/tfm/zhmetrics/gbksong/gbksongsl68.tfm + texmf-dist/fonts/tfm/zhmetrics/gbksong/gbksongsl69.tfm + texmf-dist/fonts/tfm/zhmetrics/gbksong/gbksongsl70.tfm + texmf-dist/fonts/tfm/zhmetrics/gbksong/gbksongsl71.tfm + texmf-dist/fonts/tfm/zhmetrics/gbksong/gbksongsl72.tfm + texmf-dist/fonts/tfm/zhmetrics/gbksong/gbksongsl73.tfm + texmf-dist/fonts/tfm/zhmetrics/gbksong/gbksongsl74.tfm + texmf-dist/fonts/tfm/zhmetrics/gbksong/gbksongsl75.tfm + texmf-dist/fonts/tfm/zhmetrics/gbksong/gbksongsl76.tfm + texmf-dist/fonts/tfm/zhmetrics/gbksong/gbksongsl77.tfm + texmf-dist/fonts/tfm/zhmetrics/gbksong/gbksongsl78.tfm + texmf-dist/fonts/tfm/zhmetrics/gbksong/gbksongsl79.tfm + texmf-dist/fonts/tfm/zhmetrics/gbksong/gbksongsl80.tfm + texmf-dist/fonts/tfm/zhmetrics/gbksong/gbksongsl81.tfm + texmf-dist/fonts/tfm/zhmetrics/gbksong/gbksongsl82.tfm + texmf-dist/fonts/tfm/zhmetrics/gbksong/gbksongsl83.tfm + texmf-dist/fonts/tfm/zhmetrics/gbksong/gbksongsl84.tfm + texmf-dist/fonts/tfm/zhmetrics/gbksong/gbksongsl85.tfm + texmf-dist/fonts/tfm/zhmetrics/gbksong/gbksongsl86.tfm + texmf-dist/fonts/tfm/zhmetrics/gbksong/gbksongsl87.tfm + texmf-dist/fonts/tfm/zhmetrics/gbksong/gbksongsl88.tfm + texmf-dist/fonts/tfm/zhmetrics/gbksong/gbksongsl89.tfm + texmf-dist/fonts/tfm/zhmetrics/gbksong/gbksongsl90.tfm + texmf-dist/fonts/tfm/zhmetrics/gbksong/gbksongsl91.tfm + texmf-dist/fonts/tfm/zhmetrics/gbksong/gbksongsl92.tfm + texmf-dist/fonts/tfm/zhmetrics/gbksong/gbksongsl93.tfm + texmf-dist/fonts/tfm/zhmetrics/gbksong/gbksongsl94.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkyou/gbkyou00.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkyou/gbkyou01.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkyou/gbkyou02.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkyou/gbkyou03.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkyou/gbkyou04.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkyou/gbkyou05.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkyou/gbkyou06.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkyou/gbkyou07.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkyou/gbkyou08.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkyou/gbkyou09.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkyou/gbkyou10.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkyou/gbkyou11.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkyou/gbkyou12.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkyou/gbkyou13.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkyou/gbkyou14.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkyou/gbkyou15.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkyou/gbkyou16.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkyou/gbkyou17.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkyou/gbkyou18.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkyou/gbkyou19.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkyou/gbkyou20.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkyou/gbkyou21.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkyou/gbkyou22.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkyou/gbkyou23.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkyou/gbkyou24.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkyou/gbkyou25.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkyou/gbkyou26.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkyou/gbkyou27.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkyou/gbkyou28.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkyou/gbkyou29.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkyou/gbkyou30.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkyou/gbkyou31.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkyou/gbkyou32.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkyou/gbkyou33.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkyou/gbkyou34.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkyou/gbkyou35.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkyou/gbkyou36.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkyou/gbkyou37.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkyou/gbkyou38.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkyou/gbkyou39.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkyou/gbkyou40.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkyou/gbkyou41.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkyou/gbkyou42.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkyou/gbkyou43.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkyou/gbkyou44.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkyou/gbkyou45.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkyou/gbkyou46.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkyou/gbkyou47.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkyou/gbkyou48.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkyou/gbkyou49.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkyou/gbkyou50.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkyou/gbkyou51.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkyou/gbkyou52.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkyou/gbkyou53.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkyou/gbkyou54.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkyou/gbkyou55.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkyou/gbkyou56.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkyou/gbkyou57.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkyou/gbkyou58.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkyou/gbkyou59.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkyou/gbkyou60.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkyou/gbkyou61.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkyou/gbkyou62.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkyou/gbkyou63.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkyou/gbkyou64.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkyou/gbkyou65.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkyou/gbkyou66.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkyou/gbkyou67.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkyou/gbkyou68.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkyou/gbkyou69.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkyou/gbkyou70.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkyou/gbkyou71.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkyou/gbkyou72.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkyou/gbkyou73.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkyou/gbkyou74.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkyou/gbkyou75.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkyou/gbkyou76.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkyou/gbkyou77.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkyou/gbkyou78.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkyou/gbkyou79.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkyou/gbkyou80.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkyou/gbkyou81.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkyou/gbkyou82.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkyou/gbkyou83.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkyou/gbkyou84.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkyou/gbkyou85.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkyou/gbkyou86.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkyou/gbkyou87.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkyou/gbkyou88.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkyou/gbkyou89.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkyou/gbkyou90.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkyou/gbkyou91.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkyou/gbkyou92.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkyou/gbkyou93.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkyou/gbkyou94.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkyou/gbkyousl00.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkyou/gbkyousl01.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkyou/gbkyousl02.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkyou/gbkyousl03.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkyou/gbkyousl04.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkyou/gbkyousl05.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkyou/gbkyousl06.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkyou/gbkyousl07.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkyou/gbkyousl08.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkyou/gbkyousl09.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkyou/gbkyousl10.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkyou/gbkyousl11.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkyou/gbkyousl12.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkyou/gbkyousl13.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkyou/gbkyousl14.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkyou/gbkyousl15.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkyou/gbkyousl16.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkyou/gbkyousl17.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkyou/gbkyousl18.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkyou/gbkyousl19.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkyou/gbkyousl20.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkyou/gbkyousl21.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkyou/gbkyousl22.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkyou/gbkyousl23.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkyou/gbkyousl24.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkyou/gbkyousl25.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkyou/gbkyousl26.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkyou/gbkyousl27.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkyou/gbkyousl28.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkyou/gbkyousl29.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkyou/gbkyousl30.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkyou/gbkyousl31.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkyou/gbkyousl32.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkyou/gbkyousl33.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkyou/gbkyousl34.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkyou/gbkyousl35.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkyou/gbkyousl36.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkyou/gbkyousl37.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkyou/gbkyousl38.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkyou/gbkyousl39.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkyou/gbkyousl40.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkyou/gbkyousl41.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkyou/gbkyousl42.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkyou/gbkyousl43.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkyou/gbkyousl44.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkyou/gbkyousl45.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkyou/gbkyousl46.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkyou/gbkyousl47.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkyou/gbkyousl48.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkyou/gbkyousl49.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkyou/gbkyousl50.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkyou/gbkyousl51.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkyou/gbkyousl52.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkyou/gbkyousl53.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkyou/gbkyousl54.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkyou/gbkyousl55.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkyou/gbkyousl56.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkyou/gbkyousl57.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkyou/gbkyousl58.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkyou/gbkyousl59.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkyou/gbkyousl60.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkyou/gbkyousl61.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkyou/gbkyousl62.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkyou/gbkyousl63.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkyou/gbkyousl64.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkyou/gbkyousl65.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkyou/gbkyousl66.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkyou/gbkyousl67.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkyou/gbkyousl68.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkyou/gbkyousl69.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkyou/gbkyousl70.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkyou/gbkyousl71.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkyou/gbkyousl72.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkyou/gbkyousl73.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkyou/gbkyousl74.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkyou/gbkyousl75.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkyou/gbkyousl76.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkyou/gbkyousl77.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkyou/gbkyousl78.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkyou/gbkyousl79.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkyou/gbkyousl80.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkyou/gbkyousl81.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkyou/gbkyousl82.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkyou/gbkyousl83.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkyou/gbkyousl84.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkyou/gbkyousl85.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkyou/gbkyousl86.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkyou/gbkyousl87.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkyou/gbkyousl88.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkyou/gbkyousl89.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkyou/gbkyousl90.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkyou/gbkyousl91.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkyou/gbkyousl92.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkyou/gbkyousl93.tfm + texmf-dist/fonts/tfm/zhmetrics/gbkyou/gbkyousl94.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifs00.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifs01.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifs02.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifs03.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifs04.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifs05.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifs06.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifs07.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifs08.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifs09.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifs0a.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifs0b.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifs0c.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifs0d.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifs0e.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifs0f.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifs10.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifs11.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifs12.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifs13.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifs14.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifs15.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifs16.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifs17.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifs18.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifs19.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifs1a.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifs1b.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifs1c.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifs1d.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifs1e.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifs1f.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifs20.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifs21.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifs22.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifs23.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifs24.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifs25.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifs26.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifs27.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifs28.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifs29.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifs2a.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifs2b.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifs2c.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifs2d.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifs2e.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifs2f.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifs30.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifs31.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifs32.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifs33.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifs34.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifs35.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifs36.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifs37.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifs38.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifs39.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifs3a.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifs3b.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifs3c.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifs3d.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifs3e.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifs3f.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifs40.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifs41.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifs42.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifs43.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifs44.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifs45.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifs46.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifs47.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifs48.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifs49.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifs4a.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifs4b.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifs4c.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifs4d.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifs4e.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifs4f.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifs50.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifs51.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifs52.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifs53.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifs54.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifs55.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifs56.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifs57.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifs58.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifs59.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifs5a.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifs5b.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifs5c.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifs5d.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifs5e.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifs5f.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifs60.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifs61.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifs62.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifs63.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifs64.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifs65.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifs66.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifs67.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifs68.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifs69.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifs6a.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifs6b.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifs6c.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifs6d.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifs6e.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifs6f.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifs70.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifs71.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifs72.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifs73.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifs74.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifs75.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifs76.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifs77.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifs78.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifs79.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifs7a.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifs7b.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifs7c.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifs7d.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifs7e.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifs7f.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifs80.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifs81.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifs82.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifs83.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifs84.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifs85.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifs86.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifs87.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifs88.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifs89.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifs8a.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifs8b.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifs8c.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifs8d.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifs8e.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifs8f.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifs90.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifs91.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifs92.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifs93.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifs94.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifs95.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifs96.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifs97.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifs98.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifs99.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifs9a.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifs9b.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifs9c.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifs9d.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifs9e.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifs9f.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifsa0.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifsa1.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifsa2.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifsa3.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifsa4.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifsa5.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifsa6.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifsa7.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifsa8.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifsa9.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifsaa.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifsab.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifsac.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifsad.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifsae.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifsaf.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifsb0.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifsb1.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifsb2.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifsb3.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifsb4.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifsb5.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifsb6.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifsb7.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifsb8.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifsb9.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifsba.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifsbb.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifsbc.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifsbd.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifsbe.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifsbf.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifsc0.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifsc1.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifsc2.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifsc3.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifsc4.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifsc5.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifsc6.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifsc7.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifsc8.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifsc9.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifsca.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifscb.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifscc.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifscd.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifsce.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifscf.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifsd0.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifsd1.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifsd2.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifsd3.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifsd4.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifsd5.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifsd6.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifsd7.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifsd8.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifsd9.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifsda.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifsdb.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifsdc.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifsdd.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifsde.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifsdf.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifse0.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifse1.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifse2.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifse3.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifse4.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifse5.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifse6.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifse7.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifse8.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifse9.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifsea.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifseb.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifsec.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifsed.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifsee.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifsef.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifsf0.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifsf1.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifsf2.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifsf3.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifsf4.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifsf5.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifsf6.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifsf7.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifsf8.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifsf9.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifsfa.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifsfb.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifsfc.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifsfd.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifsfe.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifsff.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifssl00.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifssl01.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifssl02.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifssl03.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifssl04.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifssl05.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifssl06.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifssl07.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifssl08.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifssl09.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifssl0a.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifssl0b.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifssl0c.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifssl0d.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifssl0e.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifssl0f.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifssl10.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifssl11.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifssl12.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifssl13.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifssl14.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifssl15.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifssl16.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifssl17.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifssl18.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifssl19.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifssl1a.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifssl1b.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifssl1c.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifssl1d.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifssl1e.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifssl1f.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifssl20.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifssl21.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifssl22.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifssl23.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifssl24.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifssl25.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifssl26.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifssl27.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifssl28.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifssl29.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifssl2a.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifssl2b.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifssl2c.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifssl2d.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifssl2e.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifssl2f.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifssl30.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifssl31.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifssl32.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifssl33.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifssl34.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifssl35.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifssl36.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifssl37.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifssl38.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifssl39.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifssl3a.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifssl3b.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifssl3c.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifssl3d.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifssl3e.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifssl3f.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifssl40.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifssl41.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifssl42.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifssl43.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifssl44.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifssl45.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifssl46.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifssl47.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifssl48.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifssl49.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifssl4a.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifssl4b.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifssl4c.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifssl4d.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifssl4e.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifssl4f.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifssl50.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifssl51.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifssl52.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifssl53.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifssl54.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifssl55.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifssl56.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifssl57.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifssl58.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifssl59.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifssl5a.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifssl5b.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifssl5c.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifssl5d.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifssl5e.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifssl5f.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifssl60.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifssl61.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifssl62.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifssl63.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifssl64.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifssl65.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifssl66.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifssl67.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifssl68.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifssl69.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifssl6a.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifssl6b.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifssl6c.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifssl6d.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifssl6e.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifssl6f.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifssl70.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifssl71.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifssl72.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifssl73.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifssl74.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifssl75.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifssl76.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifssl77.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifssl78.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifssl79.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifssl7a.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifssl7b.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifssl7c.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifssl7d.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifssl7e.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifssl7f.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifssl80.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifssl81.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifssl82.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifssl83.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifssl84.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifssl85.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifssl86.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifssl87.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifssl88.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifssl89.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifssl8a.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifssl8b.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifssl8c.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifssl8d.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifssl8e.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifssl8f.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifssl90.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifssl91.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifssl92.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifssl93.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifssl94.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifssl95.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifssl96.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifssl97.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifssl98.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifssl99.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifssl9a.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifssl9b.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifssl9c.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifssl9d.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifssl9e.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifssl9f.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifssla0.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifssla1.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifssla2.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifssla3.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifssla4.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifssla5.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifssla6.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifssla7.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifssla8.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifssla9.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifsslaa.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifsslab.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifsslac.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifsslad.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifsslae.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifsslaf.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifsslb0.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifsslb1.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifsslb2.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifsslb3.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifsslb4.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifsslb5.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifsslb6.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifsslb7.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifsslb8.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifsslb9.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifsslba.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifsslbb.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifsslbc.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifsslbd.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifsslbe.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifsslbf.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifsslc0.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifsslc1.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifsslc2.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifsslc3.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifsslc4.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifsslc5.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifsslc6.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifsslc7.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifsslc8.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifsslc9.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifsslca.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifsslcb.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifsslcc.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifsslcd.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifsslce.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifsslcf.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifssld0.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifssld1.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifssld2.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifssld3.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifssld4.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifssld5.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifssld6.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifssld7.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifssld8.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifssld9.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifsslda.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifssldb.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifssldc.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifssldd.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifsslde.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifssldf.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifssle0.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifssle1.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifssle2.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifssle3.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifssle4.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifssle5.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifssle6.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifssle7.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifssle8.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifssle9.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifsslea.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifssleb.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifsslec.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifssled.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifsslee.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifsslef.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifsslf0.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifsslf1.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifsslf2.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifsslf3.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifsslf4.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifsslf5.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifsslf6.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifsslf7.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifsslf8.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifsslf9.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifsslfa.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifsslfb.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifsslfc.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifsslfd.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifsslfe.tfm + texmf-dist/fonts/tfm/zhmetrics/unifs/unifsslff.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/unihei00.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/unihei01.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/unihei02.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/unihei03.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/unihei04.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/unihei05.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/unihei06.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/unihei07.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/unihei08.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/unihei09.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/unihei0a.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/unihei0b.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/unihei0c.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/unihei0d.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/unihei0e.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/unihei0f.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/unihei10.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/unihei11.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/unihei12.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/unihei13.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/unihei14.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/unihei15.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/unihei16.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/unihei17.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/unihei18.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/unihei19.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/unihei1a.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/unihei1b.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/unihei1c.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/unihei1d.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/unihei1e.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/unihei1f.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/unihei20.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/unihei21.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/unihei22.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/unihei23.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/unihei24.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/unihei25.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/unihei26.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/unihei27.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/unihei28.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/unihei29.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/unihei2a.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/unihei2b.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/unihei2c.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/unihei2d.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/unihei2e.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/unihei2f.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/unihei30.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/unihei31.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/unihei32.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/unihei33.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/unihei34.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/unihei35.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/unihei36.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/unihei37.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/unihei38.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/unihei39.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/unihei3a.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/unihei3b.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/unihei3c.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/unihei3d.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/unihei3e.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/unihei3f.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/unihei40.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/unihei41.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/unihei42.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/unihei43.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/unihei44.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/unihei45.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/unihei46.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/unihei47.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/unihei48.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/unihei49.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/unihei4a.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/unihei4b.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/unihei4c.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/unihei4d.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/unihei4e.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/unihei4f.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/unihei50.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/unihei51.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/unihei52.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/unihei53.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/unihei54.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/unihei55.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/unihei56.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/unihei57.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/unihei58.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/unihei59.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/unihei5a.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/unihei5b.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/unihei5c.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/unihei5d.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/unihei5e.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/unihei5f.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/unihei60.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/unihei61.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/unihei62.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/unihei63.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/unihei64.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/unihei65.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/unihei66.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/unihei67.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/unihei68.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/unihei69.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/unihei6a.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/unihei6b.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/unihei6c.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/unihei6d.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/unihei6e.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/unihei6f.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/unihei70.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/unihei71.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/unihei72.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/unihei73.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/unihei74.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/unihei75.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/unihei76.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/unihei77.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/unihei78.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/unihei79.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/unihei7a.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/unihei7b.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/unihei7c.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/unihei7d.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/unihei7e.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/unihei7f.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/unihei80.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/unihei81.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/unihei82.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/unihei83.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/unihei84.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/unihei85.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/unihei86.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/unihei87.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/unihei88.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/unihei89.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/unihei8a.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/unihei8b.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/unihei8c.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/unihei8d.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/unihei8e.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/unihei8f.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/unihei90.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/unihei91.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/unihei92.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/unihei93.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/unihei94.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/unihei95.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/unihei96.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/unihei97.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/unihei98.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/unihei99.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/unihei9a.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/unihei9b.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/unihei9c.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/unihei9d.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/unihei9e.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/unihei9f.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/uniheia0.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/uniheia1.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/uniheia2.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/uniheia3.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/uniheia4.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/uniheia5.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/uniheia6.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/uniheia7.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/uniheia8.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/uniheia9.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/uniheiaa.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/uniheiab.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/uniheiac.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/uniheiad.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/uniheiae.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/uniheiaf.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/uniheib0.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/uniheib1.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/uniheib2.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/uniheib3.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/uniheib4.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/uniheib5.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/uniheib6.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/uniheib7.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/uniheib8.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/uniheib9.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/uniheiba.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/uniheibb.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/uniheibc.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/uniheibd.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/uniheibe.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/uniheibf.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/uniheic0.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/uniheic1.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/uniheic2.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/uniheic3.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/uniheic4.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/uniheic5.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/uniheic6.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/uniheic7.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/uniheic8.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/uniheic9.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/uniheica.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/uniheicb.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/uniheicc.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/uniheicd.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/uniheice.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/uniheicf.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/uniheid0.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/uniheid1.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/uniheid2.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/uniheid3.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/uniheid4.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/uniheid5.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/uniheid6.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/uniheid7.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/uniheid8.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/uniheid9.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/uniheida.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/uniheidb.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/uniheidc.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/uniheidd.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/uniheide.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/uniheidf.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/uniheie0.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/uniheie1.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/uniheie2.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/uniheie3.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/uniheie4.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/uniheie5.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/uniheie6.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/uniheie7.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/uniheie8.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/uniheie9.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/uniheiea.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/uniheieb.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/uniheiec.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/uniheied.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/uniheiee.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/uniheief.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/uniheif0.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/uniheif1.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/uniheif2.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/uniheif3.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/uniheif4.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/uniheif5.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/uniheif6.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/uniheif7.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/uniheif8.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/uniheif9.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/uniheifa.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/uniheifb.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/uniheifc.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/uniheifd.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/uniheife.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/uniheiff.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/uniheisl00.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/uniheisl01.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/uniheisl02.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/uniheisl03.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/uniheisl04.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/uniheisl05.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/uniheisl06.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/uniheisl07.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/uniheisl08.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/uniheisl09.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/uniheisl0a.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/uniheisl0b.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/uniheisl0c.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/uniheisl0d.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/uniheisl0e.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/uniheisl0f.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/uniheisl10.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/uniheisl11.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/uniheisl12.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/uniheisl13.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/uniheisl14.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/uniheisl15.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/uniheisl16.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/uniheisl17.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/uniheisl18.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/uniheisl19.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/uniheisl1a.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/uniheisl1b.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/uniheisl1c.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/uniheisl1d.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/uniheisl1e.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/uniheisl1f.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/uniheisl20.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/uniheisl21.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/uniheisl22.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/uniheisl23.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/uniheisl24.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/uniheisl25.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/uniheisl26.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/uniheisl27.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/uniheisl28.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/uniheisl29.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/uniheisl2a.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/uniheisl2b.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/uniheisl2c.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/uniheisl2d.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/uniheisl2e.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/uniheisl2f.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/uniheisl30.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/uniheisl31.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/uniheisl32.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/uniheisl33.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/uniheisl34.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/uniheisl35.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/uniheisl36.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/uniheisl37.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/uniheisl38.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/uniheisl39.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/uniheisl3a.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/uniheisl3b.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/uniheisl3c.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/uniheisl3d.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/uniheisl3e.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/uniheisl3f.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/uniheisl40.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/uniheisl41.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/uniheisl42.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/uniheisl43.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/uniheisl44.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/uniheisl45.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/uniheisl46.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/uniheisl47.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/uniheisl48.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/uniheisl49.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/uniheisl4a.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/uniheisl4b.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/uniheisl4c.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/uniheisl4d.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/uniheisl4e.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/uniheisl4f.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/uniheisl50.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/uniheisl51.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/uniheisl52.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/uniheisl53.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/uniheisl54.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/uniheisl55.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/uniheisl56.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/uniheisl57.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/uniheisl58.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/uniheisl59.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/uniheisl5a.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/uniheisl5b.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/uniheisl5c.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/uniheisl5d.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/uniheisl5e.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/uniheisl5f.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/uniheisl60.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/uniheisl61.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/uniheisl62.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/uniheisl63.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/uniheisl64.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/uniheisl65.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/uniheisl66.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/uniheisl67.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/uniheisl68.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/uniheisl69.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/uniheisl6a.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/uniheisl6b.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/uniheisl6c.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/uniheisl6d.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/uniheisl6e.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/uniheisl6f.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/uniheisl70.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/uniheisl71.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/uniheisl72.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/uniheisl73.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/uniheisl74.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/uniheisl75.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/uniheisl76.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/uniheisl77.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/uniheisl78.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/uniheisl79.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/uniheisl7a.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/uniheisl7b.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/uniheisl7c.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/uniheisl7d.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/uniheisl7e.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/uniheisl7f.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/uniheisl80.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/uniheisl81.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/uniheisl82.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/uniheisl83.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/uniheisl84.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/uniheisl85.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/uniheisl86.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/uniheisl87.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/uniheisl88.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/uniheisl89.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/uniheisl8a.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/uniheisl8b.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/uniheisl8c.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/uniheisl8d.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/uniheisl8e.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/uniheisl8f.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/uniheisl90.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/uniheisl91.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/uniheisl92.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/uniheisl93.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/uniheisl94.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/uniheisl95.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/uniheisl96.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/uniheisl97.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/uniheisl98.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/uniheisl99.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/uniheisl9a.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/uniheisl9b.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/uniheisl9c.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/uniheisl9d.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/uniheisl9e.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/uniheisl9f.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/uniheisla0.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/uniheisla1.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/uniheisla2.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/uniheisla3.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/uniheisla4.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/uniheisla5.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/uniheisla6.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/uniheisla7.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/uniheisla8.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/uniheisla9.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/uniheislaa.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/uniheislab.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/uniheislac.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/uniheislad.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/uniheislae.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/uniheislaf.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/uniheislb0.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/uniheislb1.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/uniheislb2.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/uniheislb3.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/uniheislb4.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/uniheislb5.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/uniheislb6.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/uniheislb7.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/uniheislb8.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/uniheislb9.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/uniheislba.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/uniheislbb.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/uniheislbc.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/uniheislbd.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/uniheislbe.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/uniheislbf.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/uniheislc0.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/uniheislc1.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/uniheislc2.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/uniheislc3.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/uniheislc4.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/uniheislc5.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/uniheislc6.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/uniheislc7.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/uniheislc8.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/uniheislc9.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/uniheislca.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/uniheislcb.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/uniheislcc.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/uniheislcd.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/uniheislce.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/uniheislcf.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/uniheisld0.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/uniheisld1.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/uniheisld2.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/uniheisld3.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/uniheisld4.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/uniheisld5.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/uniheisld6.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/uniheisld7.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/uniheisld8.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/uniheisld9.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/uniheislda.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/uniheisldb.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/uniheisldc.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/uniheisldd.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/uniheislde.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/uniheisldf.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/uniheisle0.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/uniheisle1.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/uniheisle2.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/uniheisle3.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/uniheisle4.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/uniheisle5.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/uniheisle6.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/uniheisle7.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/uniheisle8.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/uniheisle9.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/uniheislea.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/uniheisleb.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/uniheislec.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/uniheisled.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/uniheislee.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/uniheislef.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/uniheislf0.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/uniheislf1.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/uniheislf2.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/uniheislf3.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/uniheislf4.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/uniheislf5.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/uniheislf6.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/uniheislf7.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/uniheislf8.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/uniheislf9.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/uniheislfa.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/uniheislfb.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/uniheislfc.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/uniheislfd.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/uniheislfe.tfm + texmf-dist/fonts/tfm/zhmetrics/unihei/uniheislff.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikai00.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikai01.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikai02.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikai03.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikai04.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikai05.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikai06.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikai07.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikai08.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikai09.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikai0a.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikai0b.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikai0c.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikai0d.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikai0e.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikai0f.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikai10.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikai11.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikai12.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikai13.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikai14.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikai15.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikai16.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikai17.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikai18.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikai19.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikai1a.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikai1b.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikai1c.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikai1d.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikai1e.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikai1f.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikai20.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikai21.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikai22.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikai23.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikai24.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikai25.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikai26.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikai27.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikai28.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikai29.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikai2a.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikai2b.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikai2c.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikai2d.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikai2e.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikai2f.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikai30.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikai31.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikai32.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikai33.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikai34.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikai35.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikai36.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikai37.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikai38.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikai39.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikai3a.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikai3b.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikai3c.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikai3d.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikai3e.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikai3f.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikai40.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikai41.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikai42.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikai43.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikai44.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikai45.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikai46.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikai47.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikai48.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikai49.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikai4a.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikai4b.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikai4c.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikai4d.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikai4e.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikai4f.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikai50.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikai51.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikai52.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikai53.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikai54.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikai55.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikai56.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikai57.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikai58.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikai59.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikai5a.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikai5b.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikai5c.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikai5d.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikai5e.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikai5f.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikai60.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikai61.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikai62.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikai63.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikai64.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikai65.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikai66.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikai67.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikai68.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikai69.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikai6a.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikai6b.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikai6c.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikai6d.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikai6e.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikai6f.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikai70.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikai71.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikai72.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikai73.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikai74.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikai75.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikai76.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikai77.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikai78.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikai79.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikai7a.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikai7b.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikai7c.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikai7d.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikai7e.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikai7f.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikai80.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikai81.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikai82.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikai83.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikai84.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikai85.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikai86.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikai87.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikai88.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikai89.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikai8a.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikai8b.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikai8c.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikai8d.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikai8e.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikai8f.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikai90.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikai91.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikai92.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikai93.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikai94.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikai95.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikai96.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikai97.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikai98.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikai99.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikai9a.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikai9b.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikai9c.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikai9d.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikai9e.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikai9f.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikaia0.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikaia1.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikaia2.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikaia3.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikaia4.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikaia5.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikaia6.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikaia7.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikaia8.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikaia9.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikaiaa.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikaiab.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikaiac.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikaiad.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikaiae.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikaiaf.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikaib0.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikaib1.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikaib2.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikaib3.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikaib4.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikaib5.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikaib6.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikaib7.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikaib8.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikaib9.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikaiba.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikaibb.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikaibc.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikaibd.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikaibe.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikaibf.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikaic0.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikaic1.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikaic2.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikaic3.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikaic4.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikaic5.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikaic6.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikaic7.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikaic8.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikaic9.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikaica.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikaicb.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikaicc.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikaicd.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikaice.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikaicf.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikaid0.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikaid1.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikaid2.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikaid3.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikaid4.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikaid5.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikaid6.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikaid7.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikaid8.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikaid9.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikaida.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikaidb.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikaidc.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikaidd.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikaide.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikaidf.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikaie0.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikaie1.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikaie2.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikaie3.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikaie4.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikaie5.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikaie6.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikaie7.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikaie8.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikaie9.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikaiea.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikaieb.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikaiec.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikaied.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikaiee.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikaief.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikaif0.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikaif1.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikaif2.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikaif3.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikaif4.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikaif5.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikaif6.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikaif7.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikaif8.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikaif9.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikaifa.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikaifb.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikaifc.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikaifd.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikaife.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikaiff.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikaisl00.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikaisl01.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikaisl02.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikaisl03.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikaisl04.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikaisl05.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikaisl06.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikaisl07.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikaisl08.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikaisl09.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikaisl0a.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikaisl0b.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikaisl0c.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikaisl0d.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikaisl0e.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikaisl0f.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikaisl10.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikaisl11.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikaisl12.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikaisl13.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikaisl14.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikaisl15.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikaisl16.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikaisl17.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikaisl18.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikaisl19.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikaisl1a.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikaisl1b.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikaisl1c.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikaisl1d.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikaisl1e.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikaisl1f.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikaisl20.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikaisl21.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikaisl22.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikaisl23.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikaisl24.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikaisl25.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikaisl26.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikaisl27.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikaisl28.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikaisl29.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikaisl2a.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikaisl2b.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikaisl2c.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikaisl2d.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikaisl2e.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikaisl2f.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikaisl30.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikaisl31.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikaisl32.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikaisl33.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikaisl34.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikaisl35.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikaisl36.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikaisl37.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikaisl38.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikaisl39.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikaisl3a.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikaisl3b.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikaisl3c.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikaisl3d.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikaisl3e.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikaisl3f.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikaisl40.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikaisl41.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikaisl42.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikaisl43.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikaisl44.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikaisl45.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikaisl46.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikaisl47.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikaisl48.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikaisl49.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikaisl4a.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikaisl4b.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikaisl4c.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikaisl4d.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikaisl4e.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikaisl4f.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikaisl50.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikaisl51.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikaisl52.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikaisl53.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikaisl54.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikaisl55.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikaisl56.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikaisl57.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikaisl58.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikaisl59.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikaisl5a.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikaisl5b.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikaisl5c.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikaisl5d.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikaisl5e.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikaisl5f.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikaisl60.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikaisl61.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikaisl62.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikaisl63.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikaisl64.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikaisl65.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikaisl66.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikaisl67.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikaisl68.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikaisl69.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikaisl6a.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikaisl6b.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikaisl6c.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikaisl6d.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikaisl6e.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikaisl6f.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikaisl70.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikaisl71.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikaisl72.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikaisl73.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikaisl74.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikaisl75.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikaisl76.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikaisl77.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikaisl78.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikaisl79.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikaisl7a.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikaisl7b.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikaisl7c.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikaisl7d.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikaisl7e.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikaisl7f.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikaisl80.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikaisl81.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikaisl82.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikaisl83.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikaisl84.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikaisl85.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikaisl86.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikaisl87.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikaisl88.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikaisl89.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikaisl8a.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikaisl8b.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikaisl8c.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikaisl8d.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikaisl8e.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikaisl8f.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikaisl90.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikaisl91.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikaisl92.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikaisl93.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikaisl94.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikaisl95.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikaisl96.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikaisl97.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikaisl98.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikaisl99.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikaisl9a.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikaisl9b.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikaisl9c.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikaisl9d.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikaisl9e.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikaisl9f.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikaisla0.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikaisla1.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikaisla2.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikaisla3.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikaisla4.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikaisla5.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikaisla6.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikaisla7.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikaisla8.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikaisla9.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikaislaa.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikaislab.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikaislac.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikaislad.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikaislae.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikaislaf.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikaislb0.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikaislb1.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikaislb2.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikaislb3.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikaislb4.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikaislb5.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikaislb6.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikaislb7.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikaislb8.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikaislb9.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikaislba.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikaislbb.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikaislbc.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikaislbd.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikaislbe.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikaislbf.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikaislc0.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikaislc1.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikaislc2.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikaislc3.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikaislc4.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikaislc5.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikaislc6.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikaislc7.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikaislc8.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikaislc9.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikaislca.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikaislcb.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikaislcc.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikaislcd.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikaislce.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikaislcf.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikaisld0.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikaisld1.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikaisld2.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikaisld3.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikaisld4.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikaisld5.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikaisld6.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikaisld7.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikaisld8.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikaisld9.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikaislda.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikaisldb.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikaisldc.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikaisldd.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikaislde.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikaisldf.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikaisle0.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikaisle1.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikaisle2.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikaisle3.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikaisle4.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikaisle5.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikaisle6.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikaisle7.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikaisle8.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikaisle9.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikaislea.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikaisleb.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikaislec.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikaisled.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikaislee.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikaislef.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikaislf0.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikaislf1.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikaislf2.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikaislf3.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikaislf4.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikaislf5.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikaislf6.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikaislf7.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikaislf8.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikaislf9.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikaislfa.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikaislfb.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikaislfc.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikaislfd.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikaislfe.tfm + texmf-dist/fonts/tfm/zhmetrics/unikai/unikaislff.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unili00.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unili01.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unili02.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unili03.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unili04.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unili05.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unili06.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unili07.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unili08.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unili09.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unili0a.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unili0b.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unili0c.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unili0d.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unili0e.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unili0f.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unili10.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unili11.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unili12.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unili13.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unili14.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unili15.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unili16.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unili17.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unili18.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unili19.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unili1a.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unili1b.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unili1c.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unili1d.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unili1e.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unili1f.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unili20.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unili21.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unili22.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unili23.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unili24.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unili25.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unili26.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unili27.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unili28.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unili29.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unili2a.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unili2b.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unili2c.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unili2d.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unili2e.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unili2f.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unili30.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unili31.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unili32.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unili33.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unili34.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unili35.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unili36.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unili37.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unili38.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unili39.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unili3a.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unili3b.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unili3c.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unili3d.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unili3e.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unili3f.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unili40.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unili41.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unili42.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unili43.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unili44.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unili45.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unili46.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unili47.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unili48.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unili49.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unili4a.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unili4b.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unili4c.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unili4d.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unili4e.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unili4f.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unili50.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unili51.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unili52.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unili53.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unili54.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unili55.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unili56.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unili57.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unili58.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unili59.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unili5a.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unili5b.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unili5c.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unili5d.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unili5e.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unili5f.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unili60.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unili61.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unili62.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unili63.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unili64.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unili65.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unili66.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unili67.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unili68.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unili69.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unili6a.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unili6b.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unili6c.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unili6d.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unili6e.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unili6f.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unili70.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unili71.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unili72.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unili73.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unili74.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unili75.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unili76.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unili77.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unili78.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unili79.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unili7a.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unili7b.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unili7c.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unili7d.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unili7e.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unili7f.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unili80.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unili81.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unili82.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unili83.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unili84.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unili85.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unili86.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unili87.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unili88.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unili89.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unili8a.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unili8b.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unili8c.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unili8d.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unili8e.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unili8f.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unili90.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unili91.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unili92.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unili93.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unili94.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unili95.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unili96.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unili97.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unili98.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unili99.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unili9a.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unili9b.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unili9c.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unili9d.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unili9e.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unili9f.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unilia0.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unilia1.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unilia2.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unilia3.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unilia4.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unilia5.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unilia6.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unilia7.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unilia8.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unilia9.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/uniliaa.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/uniliab.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/uniliac.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/uniliad.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/uniliae.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/uniliaf.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unilib0.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unilib1.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unilib2.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unilib3.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unilib4.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unilib5.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unilib6.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unilib7.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unilib8.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unilib9.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/uniliba.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unilibb.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unilibc.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unilibd.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unilibe.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unilibf.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unilic0.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unilic1.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unilic2.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unilic3.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unilic4.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unilic5.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unilic6.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unilic7.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unilic8.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unilic9.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unilica.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unilicb.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unilicc.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unilicd.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unilice.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unilicf.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unilid0.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unilid1.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unilid2.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unilid3.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unilid4.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unilid5.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unilid6.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unilid7.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unilid8.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unilid9.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unilida.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unilidb.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unilidc.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unilidd.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unilide.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unilidf.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unilie0.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unilie1.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unilie2.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unilie3.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unilie4.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unilie5.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unilie6.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unilie7.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unilie8.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unilie9.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/uniliea.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unilieb.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/uniliec.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unilied.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/uniliee.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unilief.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unilif0.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unilif1.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unilif2.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unilif3.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unilif4.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unilif5.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unilif6.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unilif7.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unilif8.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unilif9.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unilifa.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unilifb.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unilifc.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unilifd.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unilife.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/uniliff.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unilisl00.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unilisl01.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unilisl02.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unilisl03.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unilisl04.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unilisl05.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unilisl06.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unilisl07.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unilisl08.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unilisl09.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unilisl0a.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unilisl0b.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unilisl0c.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unilisl0d.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unilisl0e.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unilisl0f.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unilisl10.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unilisl11.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unilisl12.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unilisl13.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unilisl14.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unilisl15.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unilisl16.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unilisl17.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unilisl18.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unilisl19.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unilisl1a.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unilisl1b.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unilisl1c.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unilisl1d.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unilisl1e.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unilisl1f.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unilisl20.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unilisl21.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unilisl22.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unilisl23.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unilisl24.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unilisl25.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unilisl26.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unilisl27.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unilisl28.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unilisl29.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unilisl2a.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unilisl2b.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unilisl2c.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unilisl2d.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unilisl2e.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unilisl2f.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unilisl30.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unilisl31.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unilisl32.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unilisl33.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unilisl34.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unilisl35.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unilisl36.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unilisl37.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unilisl38.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unilisl39.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unilisl3a.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unilisl3b.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unilisl3c.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unilisl3d.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unilisl3e.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unilisl3f.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unilisl40.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unilisl41.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unilisl42.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unilisl43.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unilisl44.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unilisl45.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unilisl46.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unilisl47.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unilisl48.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unilisl49.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unilisl4a.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unilisl4b.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unilisl4c.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unilisl4d.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unilisl4e.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unilisl4f.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unilisl50.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unilisl51.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unilisl52.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unilisl53.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unilisl54.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unilisl55.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unilisl56.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unilisl57.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unilisl58.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unilisl59.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unilisl5a.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unilisl5b.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unilisl5c.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unilisl5d.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unilisl5e.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unilisl5f.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unilisl60.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unilisl61.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unilisl62.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unilisl63.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unilisl64.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unilisl65.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unilisl66.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unilisl67.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unilisl68.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unilisl69.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unilisl6a.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unilisl6b.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unilisl6c.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unilisl6d.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unilisl6e.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unilisl6f.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unilisl70.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unilisl71.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unilisl72.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unilisl73.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unilisl74.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unilisl75.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unilisl76.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unilisl77.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unilisl78.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unilisl79.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unilisl7a.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unilisl7b.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unilisl7c.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unilisl7d.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unilisl7e.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unilisl7f.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unilisl80.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unilisl81.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unilisl82.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unilisl83.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unilisl84.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unilisl85.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unilisl86.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unilisl87.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unilisl88.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unilisl89.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unilisl8a.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unilisl8b.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unilisl8c.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unilisl8d.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unilisl8e.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unilisl8f.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unilisl90.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unilisl91.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unilisl92.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unilisl93.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unilisl94.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unilisl95.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unilisl96.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unilisl97.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unilisl98.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unilisl99.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unilisl9a.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unilisl9b.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unilisl9c.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unilisl9d.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unilisl9e.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unilisl9f.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unilisla0.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unilisla1.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unilisla2.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unilisla3.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unilisla4.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unilisla5.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unilisla6.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unilisla7.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unilisla8.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unilisla9.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unilislaa.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unilislab.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unilislac.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unilislad.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unilislae.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unilislaf.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unilislb0.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unilislb1.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unilislb2.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unilislb3.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unilislb4.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unilislb5.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unilislb6.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unilislb7.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unilislb8.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unilislb9.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unilislba.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unilislbb.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unilislbc.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unilislbd.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unilislbe.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unilislbf.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unilislc0.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unilislc1.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unilislc2.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unilislc3.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unilislc4.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unilislc5.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unilislc6.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unilislc7.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unilislc8.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unilislc9.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unilislca.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unilislcb.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unilislcc.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unilislcd.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unilislce.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unilislcf.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unilisld0.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unilisld1.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unilisld2.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unilisld3.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unilisld4.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unilisld5.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unilisld6.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unilisld7.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unilisld8.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unilisld9.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unilislda.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unilisldb.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unilisldc.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unilisldd.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unilislde.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unilisldf.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unilisle0.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unilisle1.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unilisle2.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unilisle3.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unilisle4.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unilisle5.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unilisle6.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unilisle7.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unilisle8.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unilisle9.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unilislea.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unilisleb.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unilislec.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unilisled.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unilislee.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unilislef.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unilislf0.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unilislf1.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unilislf2.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unilislf3.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unilislf4.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unilislf5.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unilislf6.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unilislf7.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unilislf8.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unilislf9.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unilislfa.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unilislfb.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unilislfc.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unilislfd.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unilislfe.tfm + texmf-dist/fonts/tfm/zhmetrics/unili/unilislff.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisong00.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisong01.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisong02.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisong03.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisong04.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisong05.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisong06.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisong07.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisong08.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisong09.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisong0a.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisong0b.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisong0c.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisong0d.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisong0e.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisong0f.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisong10.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisong11.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisong12.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisong13.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisong14.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisong15.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisong16.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisong17.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisong18.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisong19.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisong1a.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisong1b.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisong1c.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisong1d.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisong1e.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisong1f.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisong20.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisong21.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisong22.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisong23.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisong24.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisong25.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisong26.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisong27.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisong28.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisong29.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisong2a.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisong2b.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisong2c.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisong2d.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisong2e.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisong2f.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisong30.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisong31.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisong32.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisong33.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisong34.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisong35.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisong36.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisong37.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisong38.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisong39.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisong3a.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisong3b.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisong3c.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisong3d.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisong3e.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisong3f.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisong40.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisong41.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisong42.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisong43.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisong44.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisong45.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisong46.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisong47.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisong48.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisong49.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisong4a.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisong4b.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisong4c.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisong4d.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisong4e.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisong4f.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisong50.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisong51.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisong52.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisong53.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisong54.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisong55.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisong56.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisong57.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisong58.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisong59.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisong5a.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisong5b.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisong5c.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisong5d.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisong5e.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisong5f.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisong60.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisong61.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisong62.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisong63.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisong64.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisong65.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisong66.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisong67.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisong68.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisong69.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisong6a.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisong6b.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisong6c.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisong6d.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisong6e.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisong6f.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisong70.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisong71.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisong72.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisong73.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisong74.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisong75.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisong76.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisong77.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisong78.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisong79.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisong7a.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisong7b.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisong7c.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisong7d.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisong7e.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisong7f.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisong80.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisong81.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisong82.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisong83.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisong84.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisong85.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisong86.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisong87.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisong88.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisong89.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisong8a.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisong8b.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisong8c.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisong8d.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisong8e.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisong8f.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisong90.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisong91.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisong92.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisong93.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisong94.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisong95.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisong96.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisong97.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisong98.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisong99.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisong9a.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisong9b.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisong9c.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisong9d.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisong9e.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisong9f.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisonga0.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisonga1.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisonga2.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisonga3.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisonga4.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisonga5.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisonga6.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisonga7.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisonga8.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisonga9.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisongaa.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisongab.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisongac.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisongad.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisongae.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisongaf.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisongb0.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisongb1.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisongb2.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisongb3.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisongb4.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisongb5.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisongb6.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisongb7.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisongb8.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisongb9.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisongba.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisongbb.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisongbc.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisongbd.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisongbe.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisongbf.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisongc0.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisongc1.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisongc2.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisongc3.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisongc4.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisongc5.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisongc6.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisongc7.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisongc8.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisongc9.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisongca.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisongcb.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisongcc.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisongcd.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisongce.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisongcf.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisongd0.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisongd1.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisongd2.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisongd3.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisongd4.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisongd5.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisongd6.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisongd7.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisongd8.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisongd9.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisongda.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisongdb.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisongdc.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisongdd.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisongde.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisongdf.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisonge0.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisonge1.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisonge2.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisonge3.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisonge4.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisonge5.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisonge6.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisonge7.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisonge8.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisonge9.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisongea.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisongeb.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisongec.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisonged.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisongee.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisongef.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisongf0.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisongf1.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisongf2.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisongf3.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisongf4.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisongf5.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisongf6.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisongf7.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisongf8.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisongf9.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisongfa.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisongfb.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisongfc.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisongfd.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisongfe.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisongff.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisongsl00.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisongsl01.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisongsl02.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisongsl03.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisongsl04.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisongsl05.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisongsl06.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisongsl07.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisongsl08.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisongsl09.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisongsl0a.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisongsl0b.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisongsl0c.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisongsl0d.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisongsl0e.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisongsl0f.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisongsl10.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisongsl11.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisongsl12.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisongsl13.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisongsl14.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisongsl15.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisongsl16.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisongsl17.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisongsl18.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisongsl19.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisongsl1a.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisongsl1b.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisongsl1c.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisongsl1d.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisongsl1e.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisongsl1f.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisongsl20.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisongsl21.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisongsl22.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisongsl23.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisongsl24.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisongsl25.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisongsl26.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisongsl27.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisongsl28.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisongsl29.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisongsl2a.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisongsl2b.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisongsl2c.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisongsl2d.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisongsl2e.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisongsl2f.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisongsl30.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisongsl31.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisongsl32.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisongsl33.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisongsl34.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisongsl35.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisongsl36.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisongsl37.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisongsl38.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisongsl39.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisongsl3a.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisongsl3b.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisongsl3c.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisongsl3d.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisongsl3e.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisongsl3f.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisongsl40.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisongsl41.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisongsl42.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisongsl43.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisongsl44.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisongsl45.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisongsl46.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisongsl47.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisongsl48.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisongsl49.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisongsl4a.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisongsl4b.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisongsl4c.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisongsl4d.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisongsl4e.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisongsl4f.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisongsl50.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisongsl51.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisongsl52.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisongsl53.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisongsl54.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisongsl55.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisongsl56.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisongsl57.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisongsl58.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisongsl59.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisongsl5a.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisongsl5b.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisongsl5c.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisongsl5d.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisongsl5e.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisongsl5f.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisongsl60.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisongsl61.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisongsl62.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisongsl63.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisongsl64.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisongsl65.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisongsl66.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisongsl67.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisongsl68.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisongsl69.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisongsl6a.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisongsl6b.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisongsl6c.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisongsl6d.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisongsl6e.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisongsl6f.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisongsl70.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisongsl71.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisongsl72.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisongsl73.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisongsl74.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisongsl75.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisongsl76.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisongsl77.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisongsl78.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisongsl79.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisongsl7a.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisongsl7b.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisongsl7c.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisongsl7d.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisongsl7e.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisongsl7f.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisongsl80.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisongsl81.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisongsl82.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisongsl83.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisongsl84.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisongsl85.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisongsl86.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisongsl87.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisongsl88.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisongsl89.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisongsl8a.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisongsl8b.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisongsl8c.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisongsl8d.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisongsl8e.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisongsl8f.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisongsl90.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisongsl91.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisongsl92.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisongsl93.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisongsl94.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisongsl95.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisongsl96.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisongsl97.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisongsl98.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisongsl99.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisongsl9a.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisongsl9b.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisongsl9c.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisongsl9d.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisongsl9e.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisongsl9f.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisongsla0.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisongsla1.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisongsla2.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisongsla3.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisongsla4.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisongsla5.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisongsla6.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisongsla7.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisongsla8.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisongsla9.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisongslaa.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisongslab.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisongslac.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisongslad.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisongslae.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisongslaf.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisongslb0.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisongslb1.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisongslb2.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisongslb3.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisongslb4.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisongslb5.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisongslb6.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisongslb7.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisongslb8.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisongslb9.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisongslba.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisongslbb.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisongslbc.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisongslbd.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisongslbe.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisongslbf.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisongslc0.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisongslc1.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisongslc2.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisongslc3.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisongslc4.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisongslc5.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisongslc6.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisongslc7.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisongslc8.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisongslc9.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisongslca.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisongslcb.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisongslcc.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisongslcd.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisongslce.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisongslcf.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisongsld0.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisongsld1.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisongsld2.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisongsld3.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisongsld4.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisongsld5.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisongsld6.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisongsld7.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisongsld8.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisongsld9.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisongslda.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisongsldb.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisongsldc.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisongsldd.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisongslde.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisongsldf.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisongsle0.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisongsle1.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisongsle2.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisongsle3.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisongsle4.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisongsle5.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisongsle6.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisongsle7.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisongsle8.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisongsle9.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisongslea.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisongsleb.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisongslec.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisongsled.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisongslee.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisongslef.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisongslf0.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisongslf1.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisongslf2.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisongslf3.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisongslf4.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisongslf5.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisongslf6.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisongslf7.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisongslf8.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisongslf9.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisongslfa.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisongslfb.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisongslfc.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisongslfd.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisongslfe.tfm + texmf-dist/fonts/tfm/zhmetrics/unisong/unisongslff.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyou00.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyou01.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyou02.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyou03.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyou04.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyou05.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyou06.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyou07.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyou08.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyou09.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyou0a.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyou0b.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyou0c.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyou0d.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyou0e.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyou0f.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyou10.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyou11.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyou12.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyou13.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyou14.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyou15.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyou16.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyou17.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyou18.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyou19.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyou1a.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyou1b.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyou1c.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyou1d.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyou1e.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyou1f.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyou20.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyou21.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyou22.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyou23.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyou24.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyou25.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyou26.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyou27.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyou28.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyou29.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyou2a.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyou2b.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyou2c.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyou2d.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyou2e.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyou2f.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyou30.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyou31.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyou32.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyou33.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyou34.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyou35.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyou36.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyou37.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyou38.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyou39.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyou3a.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyou3b.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyou3c.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyou3d.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyou3e.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyou3f.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyou40.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyou41.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyou42.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyou43.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyou44.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyou45.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyou46.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyou47.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyou48.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyou49.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyou4a.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyou4b.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyou4c.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyou4d.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyou4e.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyou4f.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyou50.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyou51.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyou52.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyou53.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyou54.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyou55.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyou56.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyou57.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyou58.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyou59.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyou5a.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyou5b.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyou5c.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyou5d.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyou5e.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyou5f.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyou60.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyou61.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyou62.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyou63.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyou64.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyou65.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyou66.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyou67.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyou68.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyou69.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyou6a.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyou6b.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyou6c.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyou6d.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyou6e.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyou6f.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyou70.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyou71.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyou72.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyou73.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyou74.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyou75.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyou76.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyou77.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyou78.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyou79.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyou7a.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyou7b.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyou7c.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyou7d.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyou7e.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyou7f.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyou80.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyou81.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyou82.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyou83.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyou84.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyou85.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyou86.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyou87.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyou88.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyou89.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyou8a.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyou8b.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyou8c.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyou8d.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyou8e.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyou8f.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyou90.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyou91.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyou92.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyou93.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyou94.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyou95.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyou96.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyou97.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyou98.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyou99.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyou9a.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyou9b.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyou9c.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyou9d.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyou9e.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyou9f.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyoua0.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyoua1.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyoua2.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyoua3.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyoua4.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyoua5.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyoua6.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyoua7.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyoua8.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyoua9.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyouaa.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyouab.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyouac.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyouad.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyouae.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyouaf.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyoub0.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyoub1.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyoub2.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyoub3.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyoub4.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyoub5.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyoub6.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyoub7.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyoub8.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyoub9.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyouba.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyoubb.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyoubc.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyoubd.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyoube.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyoubf.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyouc0.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyouc1.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyouc2.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyouc3.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyouc4.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyouc5.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyouc6.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyouc7.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyouc8.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyouc9.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyouca.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyoucb.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyoucc.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyoucd.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyouce.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyoucf.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyoud0.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyoud1.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyoud2.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyoud3.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyoud4.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyoud5.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyoud6.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyoud7.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyoud8.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyoud9.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyouda.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyoudb.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyoudc.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyoudd.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyoude.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyoudf.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyoue0.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyoue1.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyoue2.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyoue3.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyoue4.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyoue5.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyoue6.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyoue7.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyoue8.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyoue9.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyouea.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyoueb.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyouec.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyoued.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyouee.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyouef.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyouf0.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyouf1.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyouf2.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyouf3.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyouf4.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyouf5.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyouf6.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyouf7.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyouf8.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyouf9.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyoufa.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyoufb.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyoufc.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyoufd.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyoufe.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyouff.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyousl00.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyousl01.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyousl02.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyousl03.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyousl04.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyousl05.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyousl06.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyousl07.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyousl08.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyousl09.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyousl0a.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyousl0b.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyousl0c.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyousl0d.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyousl0e.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyousl0f.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyousl10.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyousl11.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyousl12.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyousl13.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyousl14.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyousl15.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyousl16.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyousl17.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyousl18.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyousl19.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyousl1a.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyousl1b.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyousl1c.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyousl1d.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyousl1e.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyousl1f.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyousl20.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyousl21.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyousl22.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyousl23.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyousl24.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyousl25.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyousl26.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyousl27.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyousl28.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyousl29.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyousl2a.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyousl2b.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyousl2c.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyousl2d.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyousl2e.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyousl2f.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyousl30.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyousl31.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyousl32.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyousl33.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyousl34.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyousl35.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyousl36.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyousl37.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyousl38.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyousl39.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyousl3a.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyousl3b.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyousl3c.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyousl3d.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyousl3e.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyousl3f.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyousl40.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyousl41.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyousl42.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyousl43.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyousl44.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyousl45.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyousl46.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyousl47.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyousl48.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyousl49.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyousl4a.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyousl4b.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyousl4c.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyousl4d.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyousl4e.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyousl4f.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyousl50.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyousl51.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyousl52.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyousl53.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyousl54.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyousl55.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyousl56.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyousl57.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyousl58.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyousl59.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyousl5a.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyousl5b.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyousl5c.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyousl5d.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyousl5e.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyousl5f.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyousl60.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyousl61.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyousl62.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyousl63.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyousl64.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyousl65.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyousl66.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyousl67.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyousl68.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyousl69.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyousl6a.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyousl6b.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyousl6c.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyousl6d.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyousl6e.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyousl6f.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyousl70.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyousl71.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyousl72.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyousl73.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyousl74.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyousl75.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyousl76.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyousl77.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyousl78.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyousl79.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyousl7a.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyousl7b.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyousl7c.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyousl7d.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyousl7e.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyousl7f.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyousl80.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyousl81.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyousl82.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyousl83.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyousl84.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyousl85.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyousl86.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyousl87.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyousl88.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyousl89.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyousl8a.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyousl8b.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyousl8c.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyousl8d.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyousl8e.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyousl8f.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyousl90.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyousl91.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyousl92.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyousl93.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyousl94.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyousl95.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyousl96.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyousl97.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyousl98.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyousl99.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyousl9a.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyousl9b.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyousl9c.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyousl9d.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyousl9e.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyousl9f.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyousla0.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyousla1.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyousla2.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyousla3.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyousla4.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyousla5.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyousla6.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyousla7.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyousla8.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyousla9.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyouslaa.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyouslab.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyouslac.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyouslad.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyouslae.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyouslaf.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyouslb0.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyouslb1.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyouslb2.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyouslb3.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyouslb4.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyouslb5.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyouslb6.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyouslb7.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyouslb8.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyouslb9.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyouslba.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyouslbb.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyouslbc.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyouslbd.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyouslbe.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyouslbf.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyouslc0.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyouslc1.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyouslc2.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyouslc3.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyouslc4.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyouslc5.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyouslc6.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyouslc7.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyouslc8.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyouslc9.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyouslca.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyouslcb.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyouslcc.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyouslcd.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyouslce.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyouslcf.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyousld0.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyousld1.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyousld2.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyousld3.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyousld4.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyousld5.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyousld6.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyousld7.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyousld8.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyousld9.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyouslda.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyousldb.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyousldc.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyousldd.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyouslde.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyousldf.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyousle0.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyousle1.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyousle2.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyousle3.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyousle4.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyousle5.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyousle6.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyousle7.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyousle8.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyousle9.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyouslea.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyousleb.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyouslec.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyousled.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyouslee.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyouslef.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyouslf0.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyouslf1.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyouslf2.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyouslf3.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyouslf4.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyouslf5.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyouslf6.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyouslf7.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyouslf8.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyouslf9.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyouslfa.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyouslfb.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyouslfc.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyouslfd.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyouslfe.tfm + texmf-dist/fonts/tfm/zhmetrics/uniyou/uniyouslff.tfm + texmf-dist/tex/generic/zhmetrics/zhwinfonts.tex + texmf-dist/tex/latex/zhmetrics/c19fs.fd + texmf-dist/tex/latex/zhmetrics/c19hei.fd + texmf-dist/tex/latex/zhmetrics/c19kai.fd + texmf-dist/tex/latex/zhmetrics/c19li.fd + texmf-dist/tex/latex/zhmetrics/c19you.fd + texmf-dist/tex/latex/zhmetrics/c19zhfs.fd + texmf-dist/tex/latex/zhmetrics/c19zhhei.fd + texmf-dist/tex/latex/zhmetrics/c19zhkai.fd + texmf-dist/tex/latex/zhmetrics/c19zhli.fd + texmf-dist/tex/latex/zhmetrics/c19zhsong.fd + texmf-dist/tex/latex/zhmetrics/c19zhyou.fd + texmf-dist/tex/latex/zhmetrics/c70fs.fd + texmf-dist/tex/latex/zhmetrics/c70hei.fd + texmf-dist/tex/latex/zhmetrics/c70kai.fd + texmf-dist/tex/latex/zhmetrics/c70li.fd + texmf-dist/tex/latex/zhmetrics/c70you.fd + texmf-dist/tex/latex/zhmetrics/c70zhfs.fd + texmf-dist/tex/latex/zhmetrics/c70zhhei.fd + texmf-dist/tex/latex/zhmetrics/c70zhkai.fd + texmf-dist/tex/latex/zhmetrics/c70zhli.fd + texmf-dist/tex/latex/zhmetrics/c70zhsong.fd + texmf-dist/tex/latex/zhmetrics/c70zhyou.fd +catalogue-ctan /fonts/metrics/zhmetrics +catalogue-date 2009-10-14 17:43:53 +0200 +catalogue-license lppl +catalogue-version r206 + +name zhspacing +category Package +revision 15878 +shortdesc A simple solution for typesetting CJK documents in XeTeX. +longdesc The package may be used by any document format under XeTeX. +docfiles size=56 + texmf-dist/doc/latex/zhspacing/README details="Readme" + texmf-dist/doc/latex/zhspacing/zhs-man.pdf + texmf-dist/doc/latex/zhspacing/zhs-man.tex + texmf-dist/doc/latex/zhspacing/zhspacing-context-test.tex +runfiles size=18 + texmf-dist/tex/xetex/zhspacing/context/t-zhspacing.tex + texmf-dist/tex/xetex/zhspacing/latex/zhfont.sty + texmf-dist/tex/xetex/zhspacing/latex/zhulem.sty + texmf-dist/tex/xetex/zhspacing/plain/zhmath.sty + texmf-dist/tex/xetex/zhspacing/plain/zhsmyclass.sty + texmf-dist/tex/xetex/zhspacing/plain/zhspacing.sty + texmf-dist/tex/xetex/zhspacing/plain/zhsusefulmacros.sty +catalogue-ctan /macros/xetex/generic/zhspacing +catalogue-date 2009-07-23 15:36:56 +0200 +catalogue-license lppl +catalogue-version 3.5 + +name ziffer +category Package +revision 15878 +shortdesc Conversion of punctuation in maths mode. +longdesc The package modifies the behaviour of characters in maths mode +longdesc so that: '.' is used as a one-thousand separator (as is common +longdesc in Germany) ',' is used as a decimal separator (as is common in +longdesc Germany) '--' is represented with spacing as appropriate to +longdesc such constructs as '1.000,--'. These conversions may be +longdesc switched on and off. +docfiles size=1 + texmf-dist/doc/latex/ziffer/README details="Readme" +runfiles size=1 + texmf-dist/tex/latex/ziffer/ziffer.sty +catalogue-ctan /macros/latex/contrib/ziffer +catalogue-date 2008-08-24 14:22:28 +0200 +catalogue-license lppl +catalogue-version 2.1 + +name zwgetfdate +category Package +revision 15878 +shortdesc Get package or file date. +longdesc The package enables to fetch dates of used packages and files +longdesc and provide such information in macros. It is useful for +longdesc automatic obtaining the date of a package being documented, +longdesc mainly if you do not use doc/docstrip. +docfiles size=68 + texmf-dist/doc/latex/zwgetfdate/License.txt + texmf-dist/doc/latex/zwgetfdate/README + texmf-dist/doc/latex/zwgetfdate/zwgetfdate.pdf details="Package documentation" + texmf-dist/doc/latex/zwgetfdate/zwgetfdate.tex +runfiles size=1 + texmf-dist/tex/latex/zwgetfdate/zwgetfdate.sty +catalogue-ctan /macros/latex/contrib/zwgetfdate +catalogue-date 2008-08-24 14:29:08 +0200 +catalogue-license lppl1.3 + +name zwpagelayout +category Package +revision 15878 +shortdesc Page layout and crop-marks. +longdesc This package was developed as a typographers' toolbox offering +longdesc the most important features for everyday work. First it allows +longdesc setting the paper size as well as the page layout. The next +longdesc important feature is the ability to print crop marks both with +longdesc TeX + dvips or (x)dvipdfm(x) and with pdfTeX. Finally it is +longdesc possible to reflect pages both horizontally and vertically. +docfiles size=204 + texmf-dist/doc/latex/zwpagelayout/License.txt + texmf-dist/doc/latex/zwpagelayout/LoremIpsumDolor.tex + texmf-dist/doc/latex/zwpagelayout/README details="Readme" + texmf-dist/doc/latex/zwpagelayout/adjustfoot.pdf + texmf-dist/doc/latex/zwpagelayout/adjustfoot.tex + texmf-dist/doc/latex/zwpagelayout/adjusthead.pdf + texmf-dist/doc/latex/zwpagelayout/adjusthead.tex + texmf-dist/doc/latex/zwpagelayout/coversample.pdf + texmf-dist/doc/latex/zwpagelayout/coversample.tex + texmf-dist/doc/latex/zwpagelayout/zwpagelayout.pdf details="Package documentation" + texmf-dist/doc/latex/zwpagelayout/zwpagelayout.tex +runfiles size=5 + texmf-dist/tex/latex/zwpagelayout/zwpagelayout.sty +catalogue-ctan /macros/latex/contrib/zwpagelayout +catalogue-date 2009-03-16 14:59:49 +0100 +catalogue-license lppl +catalogue-version 1.0a +